From 651ffa2e340aaacd05248cef32f035804c161b2c Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 31 Aug 2018 16:53:22 +0800 Subject: [PATCH 001/266] =?UTF-8?q?fix=20=E4=BD=BF=E7=94=A8jdbc=E8=B0=83?= =?UTF-8?q?=E7=94=A8metaData.getColumnCount()=E5=87=BD=E6=95=B0=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=8E=B7=E5=8F=96=E6=AD=A3=E5=B8=B8=E5=88=97=E6=95=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E9=97=AE=E9=A2=98=20#751?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java index 1b8f4b77..ee3bb989 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java @@ -10,7 +10,7 @@ * Created by allwefantasy on 8/31/16. */ public class ElasticSearchResultSetMetaDataBase extends ResultSetMetaDataBase { - private final List columns = new ArrayList(); + private final List columns = super.getColumns(); public ElasticSearchResultSetMetaDataBase(List headers) { for(String column:headers){ From b6c1220c3350650b564923896f547ad07c748793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 14 Sep 2018 23:16:37 +0800 Subject: [PATCH 002/266] es 6.4.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a35bb6a..c53c0c04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.3.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.0.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 4bf11d43..706e96cc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.3.2.2 + 6.4.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -45,7 +45,7 @@ UTF-8 **/MainTestSuite.class sql - 6.3.2 + 6.4.0 org.elasticsearch.plugin.nlpcn.SqlPlug From aa612e5e17968d36db6576e70700f2a208b2dd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 15 Sep 2018 20:48:28 +0800 Subject: [PATCH 003/266] update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d00e69bb..68dfaf77 100644 --- a/README.md +++ b/README.md @@ -60,23 +60,26 @@ Elasticsearch-SQL **5.6.9** [![5.6.9 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.9)](https://travis-ci.org/NLPchina/elasticsearch-sql)
**5.6.10** [![5.6.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**5.6.11** [![5.6.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -149,6 +152,7 @@ Versions | 5.6.8 | 5.6.8.0 | | elastic5.6.8 | | 5.6.9 | 5.6.9.0 | | elastic5.6.9 | | 5.6.10 | 5.6.10.0 | | elastic5.6.10| +| 5.6.11 | 5.6.11.0 | | elastic5.6.11| | 6.0.0 | 6.0.0.0 | | elastic6.0.0 | | 6.0.1 | 6.0.1.0 | | elastic6.0.1 | | 6.1.0 | 6.1.0.0 | | elastic6.1.0 | @@ -164,6 +168,7 @@ Versions | 6.3.0 | 6.3.0.0 | | elastic6.3.0 | | 6.3.1 | 6.3.1.0 | | elastic6.3.1 | | 6.3.2 | 6.3.2.0 | | elastic6.3.2 | +| 6.4.0 | 6.4.0.0 | | elastic6.4.0 | ### Elasticsearch 1.x ```` @@ -393,6 +398,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.10.0/elasticsearch-sql-5.6.10.0.zip ```` +### Elasticsearch 5.6.11 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.11.0/elasticsearch-sql-5.6.11.0.zip +```` + ### Elasticsearch 6.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip @@ -468,6 +478,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.2.0/elasticsearch-sql-6.3.2.0.zip ```` +### Elasticsearch 6.4.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.0.0/elasticsearch-sql-6.4.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 84071e7b41e4f6b45b6d460091627230c36a5afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 18 Sep 2018 20:25:46 +0800 Subject: [PATCH 004/266] fix #734 --- pom.xml | 2 +- .../nlpcn/executors/CSVResultsExtractor.java | 16 +++++++--------- .../org/nlpcn/es4sql/query/maker/AggMaker.java | 3 ++- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 706e96cc..3cc94483 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.0.0 + 6.4.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 4df9778b..cf7d8dfc 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -10,6 +10,7 @@ import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.percentiles.Percentile; import org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles; import org.elasticsearch.search.aggregations.metrics.stats.Stats; import org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats; @@ -183,16 +184,13 @@ else if(aggregation instanceof NumericMetricsAggregation.MultiValue){ } } else if( aggregation instanceof Percentiles){ - String[] percentileHeaders = new String[]{"1.0", "5.0", "25.0", "50.0", "75.0", "95.0", "99.0"}; - mergeHeadersWithPrefix(header, name, percentileHeaders); + List percentileHeaders = new ArrayList<>(7); Percentiles percentiles = (Percentiles) aggregation; - line.add(percentiles.percentileAsString(1.0)); - line.add(percentiles.percentileAsString(5.0)); - line.add(percentiles.percentileAsString(25.0)); - line.add(percentiles.percentileAsString(50.0)); - line.add(percentiles.percentileAsString(75)); - line.add(percentiles.percentileAsString(95.0)); - line.add(percentiles.percentileAsString(99.0)); + for (Percentile p : percentiles) { + percentileHeaders.add(String.valueOf(p.getPercent())); + line.add(percentiles.percentileAsString(p.getPercent())); + } + mergeHeadersWithPrefix(header, name, percentileHeaders.toArray(new String[0])); } else { throw new CsvExtractorException("unknown NumericMetricsAggregation.MultiValue:" + aggregation.getClass()); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 4fb36811..5f5f0801 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -137,7 +137,8 @@ private void addSpecificPercentiles(PercentilesAggregationBuilder percentilesBui if (kValue.value.getClass().equals(BigDecimal.class)) { BigDecimal percentile = (BigDecimal) kValue.value; percentiles.add(percentile.doubleValue()); - + } else if (kValue.value instanceof Integer) { + percentiles.add(((Integer) kValue.value).doubleValue()); } } if (percentiles.size() > 0) { From 5d370f15606da940473166c625b85ead391fc8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 24 Sep 2018 16:25:14 +0800 Subject: [PATCH 005/266] es 6.4.1 support --- .travis.yml | 2 +- pom.xml | 4 +- .../druid/pool/ElasticSearchConnection.java | 44 +++++-------------- .../pool/ElasticSearchDruidDataSource.java | 41 ++++++++++++++++- ...ticSearchDruidPooledPreparedStatement.java | 5 +-- .../druid/pool/ElasticSearchResultSet.java | 24 +++++----- .../ElasticSearchResultSetMetaDataBase.java | 42 +++--------------- 7 files changed, 71 insertions(+), 91 deletions(-) diff --git a/.travis.yml b/.travis.yml index c53c0c04..abb23a11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.0.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 3cc94483..8803f3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.0.1 + 6.4.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -45,7 +45,7 @@ UTF-8 **/MainTestSuite.class sql - 6.4.0 + 6.4.1 org.elasticsearch.plugin.nlpcn.SqlPlug diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java index 8dca04e6..709f2e84 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java @@ -1,20 +1,15 @@ package com.alibaba.druid.pool; import org.elasticsearch.client.Client; -import org.elasticsearch.client.transport.TransportClient; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.common.transport.TransportAddress; -import org.elasticsearch.xpack.client.PreBuiltXPackTransportClient; import java.io.InputStream; import java.io.Reader; import java.math.BigDecimal; -import java.net.InetAddress; import java.net.URL; -import java.net.UnknownHostException; import java.sql.*; -import java.sql.Date; -import java.util.*; +import java.util.Calendar; +import java.util.Map; +import java.util.Properties; import java.util.concurrent.Executor; /** @@ -22,31 +17,14 @@ */ public class ElasticSearchConnection implements Connection { - private Client client; - //关闭标识 - private boolean closeStatus = true; - - public ElasticSearchConnection(String jdbcUrl, Properties info) { + private final Client client; - Settings.Builder builder = Settings.builder(); - info.forEach((k, v) -> builder.put(k.toString(), v.toString())); - Settings settings = builder.build(); - try { - TransportClient transportClient = new PreBuiltXPackTransportClient(settings); - - String hostAndPortArrayStr = jdbcUrl.split("/")[2]; - String[] hostAndPortArray = hostAndPortArrayStr.split(","); + // 关闭标识 + private boolean closeStatus = true; - for (String hostAndPort : hostAndPortArray) { - String host = hostAndPort.split(":")[0]; - String port = hostAndPort.split(":")[1]; - transportClient.addTransportAddress(new TransportAddress(InetAddress.getByName(host), Integer.parseInt(port))); - } - client = transportClient; - closeStatus = false; - } catch (UnknownHostException e) { - e.printStackTrace(); - } + public ElasticSearchConnection(Client client) { + this.client = client; + this.closeStatus = false; } public Client getClient() { @@ -589,9 +567,7 @@ public void rollback() throws SQLException { @Override public void close() throws SQLException { - this.getClient().close(); closeStatus = true; - } @Override @@ -631,7 +607,7 @@ public void setTransactionIsolation(int level) throws SQLException { @Override public int getTransactionIsolation() throws SQLException { - return 0; + return Connection.TRANSACTION_NONE; } @Override diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java index f81337c0..425f2401 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java @@ -24,6 +24,10 @@ import com.alibaba.druid.util.*; import com.alibaba.druid.wall.WallFilter; import com.alibaba.druid.wall.WallProviderStatValue; +import org.elasticsearch.client.Client; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.xpack.client.PreBuiltXPackTransportClient; import javax.management.JMException; @@ -37,6 +41,8 @@ import javax.sql.ConnectionEventListener; import javax.sql.PooledConnection; +import java.net.InetAddress; +import java.net.UnknownHostException; import java.security.AccessController; import java.security.PrivilegedAction; import java.sql.Connection; @@ -115,6 +121,9 @@ public class ElasticSearchDruidDataSource extends DruidDataSource { private boolean logDifferentThread = true; + // elasticsearch client + private volatile Client client; + public ElasticSearchDruidDataSource() { this(false); } @@ -655,7 +664,31 @@ public Connection createPhysicalConnection() throws SQLException { @Override public Connection createPhysicalConnection(String url, Properties info) throws SQLException { - Connection conn = new ElasticSearchConnection(url, info); + if (client == null) { + synchronized (this) { + if (client == null) { + Settings.Builder builder = Settings.builder(); + info.forEach((k, v) -> builder.put(k.toString(), v.toString())); + + String[] hostAndPortArray = url.split("/")[2].split(","); + int length = hostAndPortArray.length; + TransportAddress[] addresses = new TransportAddress[length]; + try { + String[] hostAndPortArr; + for (int i = 0; i < length; ++i) { + hostAndPortArr = hostAndPortArray[i].split(":"); + addresses[i] = new TransportAddress(InetAddress.getByName(hostAndPortArr[0]), Integer.parseInt(hostAndPortArr[1])); + } + } catch (UnknownHostException e) { + throw new SQLException(e); + } + + client = new PreBuiltXPackTransportClient(builder.build()).addTransportAddresses(addresses); + } + } + } + + Connection conn = new ElasticSearchConnection(client); createCount.incrementAndGet(); return conn; @@ -1279,6 +1312,12 @@ public void close() { } } poolingCount = 0; + + // close elasticsearch client + if (this.client != null) { + this.client.close(); + } + unregisterMbean(); enable = false; diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index a7ec8fd6..bb37725a 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -22,8 +22,7 @@ */ public class ElasticSearchDruidPooledPreparedStatement extends DruidPooledPreparedStatement { - - Client client = null; + private final Client client; public ElasticSearchDruidPooledPreparedStatement(DruidPooledConnection conn, PreparedStatementHolder holder) throws SQLException { super(conn, holder); @@ -41,8 +40,6 @@ public ResultSet executeQuery() throws SQLException { conn.beforeExecute(); try { - - ObjectResult extractor = getObjectResult(true, getSql(), false, false, true); List headers = extractor.getHeaders(); List> lines = extractor.getLines(); diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java index aff474e0..b3fb482a 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java @@ -21,14 +21,12 @@ public class ElasticSearchResultSet implements ResultSet { private List current = null; private List headers = null; - private ResultSetMetaData metaData; public ElasticSearchResultSet(Statement statement, final List headers, final List> lines) { this.rows = lines; this.headers = headers; metaData = new ElasticSearchResultSetMetaDataBase(headers); - } @Override @@ -63,12 +61,12 @@ public boolean wasNull() throws SQLException { @Override public String getString(int columnIndex) throws SQLException { - return (String) current.get(columnIndex); + return (String) current.get(columnIndex - 1); } @Override public boolean getBoolean(int columnIndex) throws SQLException { - return (Boolean) current.get(columnIndex); + return (Boolean) current.get(columnIndex - 1); } @Override @@ -78,27 +76,27 @@ public byte getByte(int columnIndex) throws SQLException { @Override public short getShort(int columnIndex) throws SQLException { - return ((Short) current.get(columnIndex)); + return ((Short) current.get(columnIndex - 1)); } @Override public int getInt(int columnIndex) throws SQLException { - return ((Integer) current.get(columnIndex)); + return ((Integer) current.get(columnIndex - 1)); } @Override public long getLong(int columnIndex) throws SQLException { - return (Long) current.get(columnIndex); + return (Long) current.get(columnIndex - 1); } @Override public float getFloat(int columnIndex) throws SQLException { - return (Float) current.get(columnIndex); + return (Float) current.get(columnIndex - 1); } @Override public double getDouble(int columnIndex) throws SQLException { - return (Double) current.get(columnIndex); + return (Double) current.get(columnIndex - 1); } @Override @@ -113,17 +111,17 @@ public byte[] getBytes(int columnIndex) throws SQLException { @Override public Date getDate(int columnIndex) throws SQLException { - return (Date) current.get(columnIndex); + return (Date) current.get(columnIndex - 1); } @Override public Time getTime(int columnIndex) throws SQLException { - return (Time) current.get(columnIndex); + return (Time) current.get(columnIndex - 1); } @Override public Timestamp getTimestamp(int columnIndex) throws SQLException { - return (Timestamp) current.get(columnIndex); + return (Timestamp) current.get(columnIndex - 1); } @Override @@ -243,7 +241,7 @@ public ResultSetMetaData getMetaData() throws SQLException { @Override public Object getObject(int columnIndex) throws SQLException { - return current.get(columnIndex); + return current.get(columnIndex - 1); } diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java index 2b0ab550..6b9c2854 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSetMetaDataBase.java @@ -1,52 +1,22 @@ package com.alibaba.druid.pool; -import java.sql.SQLException; -import java.util.ArrayList; -import java.util.List; - import com.alibaba.druid.util.jdbc.ResultSetMetaDataBase; +import java.util.List; + /** * Created by allwefantasy on 8/31/16. */ public class ElasticSearchResultSetMetaDataBase extends ResultSetMetaDataBase { - private final List columns = super.getColumns(); - public ElasticSearchResultSetMetaDataBase(List headers) { - for(String column:headers){ - ColumnMetaData columnMetaData = new ColumnMetaData(); + ColumnMetaData columnMetaData; + for (String column : headers) { + columnMetaData = new ColumnMetaData(); columnMetaData.setColumnLabel(column); columnMetaData.setColumnName(column); - columns.add(columnMetaData); - } - } - - @Override - public List getColumns() { - return columns; - } - - @Override - public int findColumn(String columnName) throws SQLException { - ColumnMetaData column; - for (int i = 0; i < columns.size(); ++i) { - column = columns.get(i); - if (column.getColumnName().equals(columnName)) { - return i + 1; - } + getColumns().add(columnMetaData); } - - throw new SQLException("column '" + columnName + "' not found."); - } - - @Override - public int getColumnCount() throws SQLException { - return columns.size(); } - @Override - public ResultSetMetaDataBase.ColumnMetaData getColumn(int column) { - return columns.get(column - 1); - } } From 7f8fd69e560a5e66036217c95c560c5bedf3f241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 24 Sep 2018 16:49:10 +0800 Subject: [PATCH 006/266] update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68dfaf77..5bc25f24 100644 --- a/README.md +++ b/README.md @@ -61,25 +61,27 @@ Elasticsearch-SQL
**5.6.10** [![5.6.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.11** [![5.6.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**5.6.12** [![5.6.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -153,6 +155,7 @@ Versions | 5.6.9 | 5.6.9.0 | | elastic5.6.9 | | 5.6.10 | 5.6.10.0 | | elastic5.6.10| | 5.6.11 | 5.6.11.0 | | elastic5.6.11| +| 5.6.12 | 5.6.12.0 | | elastic5.6.12| | 6.0.0 | 6.0.0.0 | | elastic6.0.0 | | 6.0.1 | 6.0.1.0 | | elastic6.0.1 | | 6.1.0 | 6.1.0.0 | | elastic6.1.0 | @@ -169,6 +172,7 @@ Versions | 6.3.1 | 6.3.1.0 | | elastic6.3.1 | | 6.3.2 | 6.3.2.0 | | elastic6.3.2 | | 6.4.0 | 6.4.0.0 | | elastic6.4.0 | +| 6.4.1 | 6.4.1.0 | | elastic6.4.1 | ### Elasticsearch 1.x ```` @@ -403,6 +407,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.11.0/elasticsearch-sql-5.6.11.0.zip ```` +### Elasticsearch 5.6.12 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.12.0/elasticsearch-sql-5.6.12.0.zip +```` + ### Elasticsearch 6.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip @@ -483,6 +492,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.0.0/elasticsearch-sql-6.4.0.0.zip ```` +### Elasticsearch 6.4.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.1.0/elasticsearch-sql-6.4.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 7cd4da96e617b71bc490f4f11474ebd0ac30398e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Oct 2018 23:26:18 +0800 Subject: [PATCH 007/266] fix #688 How to use the feature 'inner_hits' when filed is the array of nested object --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/Condition.java | 15 ++++++++++ .../org/nlpcn/es4sql/parse/NestedType.java | 24 ++++++++++++--- .../org/nlpcn/es4sql/parse/WhereParser.java | 2 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 29 +++++++++++++++---- .../java/org/nlpcn/es4sql/SqlParserTests.java | 4 +-- 6 files changed, 63 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 8803f3e9..84b4ef7d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.1.0 + 6.4.1.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Condition.java b/src/main/java/org/nlpcn/es4sql/domain/Condition.java index a82113c5..c74239a1 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Condition.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Condition.java @@ -84,6 +84,7 @@ public SQLExpr getValueExpr() { private boolean isNested; private String nestedPath; + private String innerHits; private boolean isChildren; private String childType; @@ -114,6 +115,7 @@ public Condition(CONN conn, String name, SQLExpr nameExpr, String oper, Object v this.isNested = true; this.nestedPath = nestedType.path; + this.innerHits = nestedType.getInnerHits(); this.isChildren = false; this.childType = ""; } else if (relationshipType instanceof ChildrenType) { @@ -229,6 +231,7 @@ public Condition(CONN conn, this.isNested = true; this.nestedPath = nestedType.path; + this.innerHits = nestedType.getInnerHits(); this.isChildren = false; this.childType = ""; } else if (relationshipType instanceof ChildrenType) { @@ -320,6 +323,14 @@ public void setNestedPath(String nestedPath) { this.nestedPath = nestedPath; } + public String getInnerHits() { + return innerHits; + } + + public void setInnerHits(String innerHits) { + this.innerHits = innerHits; + } + public boolean isChildren() { return isChildren; } @@ -345,6 +356,10 @@ public String toString() { if (this.getNestedPath() != null) { result += "on path:" + this.getNestedPath() + " "; } + + if (this.getInnerHits() != null) { + result += "inner_hits:" + this.getInnerHits() + " "; + } } else if (this.isChildren()) { result = "children condition "; diff --git a/src/main/java/org/nlpcn/es4sql/parse/NestedType.java b/src/main/java/org/nlpcn/es4sql/parse/NestedType.java index d633d27d..1e12d601 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/NestedType.java +++ b/src/main/java/org/nlpcn/es4sql/parse/NestedType.java @@ -21,6 +21,8 @@ public class NestedType { private boolean reverse; private boolean simple; + private String innerHits; + public boolean tryFillFromExpr(SQLExpr expr) throws SqlParseException { if (!(expr instanceof SQLMethodInvokeExpr)) return false; SQLMethodInvokeExpr method = (SQLMethodInvokeExpr) expr; @@ -30,12 +32,18 @@ public boolean tryFillFromExpr(SQLExpr expr) throws SqlParseException { reverse = methodNameLower.equals("reverse_nested"); List parameters = method.getParameters(); - if (parameters.size() != 2 && parameters.size() != 1) - throw new SqlParseException("on nested object only allowed 2 parameters (field,path)/(path,conditions..) or 1 parameter (field) "); + int size = parameters.size(); + if (size != 3 && size != 2 && size != 1) + throw new SqlParseException("on nested object only allowed 3 parameters (path,conditions..,inner_hits) or 2 parameters (field,path)/(path,conditions..) or 1 parameter (field) "); + + // inner_hits + if (size == 3) { + this.innerHits = Util.extendedToString(parameters.remove(--size)); + } String field = Util.extendedToString(parameters.get(0)); this.field = field; - if (parameters.size() == 1) { + if (size == 1) { //calc path myself.. if (!field.contains(".")) { if (!reverse) @@ -51,7 +59,7 @@ public boolean tryFillFromExpr(SQLExpr expr) throws SqlParseException { } - } else if (parameters.size() == 2) { + } else if (size == 2) { SQLExpr secondParameter = parameters.get(1); if(secondParameter instanceof SQLTextLiteralExpr || secondParameter instanceof SQLIdentifierExpr || secondParameter instanceof SQLPropertyExpr) { @@ -83,4 +91,12 @@ public boolean isSimple() { public boolean isReverse() { return reverse; } + + public String getInnerHits() { + return innerHits; + } + + public void setInnerHits(String innerHits) { + this.innerHits = innerHits; + } } diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index f812e98e..01243476 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -390,7 +390,7 @@ else if (isChildren) throw new SqlParseException("could not fill nested from expr:" + expr); } - Condition condition = new Condition(Where.CONN.valueOf(opear), nestedType.path, null, methodName.toUpperCase(), nestedType.where, null); + Condition condition = new Condition(Where.CONN.valueOf(opear), nestedType.path, null, methodName.toUpperCase(), nestedType.where, null, nestedType); where.addWhere(condition); } else if (methodName.toLowerCase().equals("children")) { diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 079fc323..9c143450 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -1,16 +1,19 @@ package org.nlpcn.es4sql.query.maker; - +import com.fasterxml.jackson.core.JsonFactory; import org.apache.lucene.search.join.ScoreMode; -import org.elasticsearch.index.query.BoolQueryBuilder; -import org.elasticsearch.index.query.QueryBuilder; -import org.elasticsearch.index.query.QueryBuilders; +import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.common.xcontent.NamedXContentRegistry; +import org.elasticsearch.common.xcontent.json.JsonXContentParser; +import org.elasticsearch.index.query.*; import org.elasticsearch.join.query.JoinQueryBuilders; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.Where.CONN; import org.nlpcn.es4sql.exception.SqlParseException; +import java.io.IOException; + public class QueryMaker extends Maker { /** @@ -64,13 +67,29 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s Condition condition = (Condition) where; if (condition.isNested()) { + InnerHitBuilder ihb = null; + if (condition.getInnerHits() != null) { + try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(condition.getInnerHits()))) { + ihb = InnerHitBuilder.fromXContent(parser); + } catch (IOException e) { + throw new IllegalArgumentException("couldn't parse inner_hits: " + e.getMessage(), e); + } + } + // bugfix #628 if ("missing".equalsIgnoreCase(String.valueOf(condition.getValue())) && (condition.getOpear() == Condition.OPEAR.IS || condition.getOpear() == Condition.OPEAR.EQ)) { - boolQuery.mustNot(QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), ScoreMode.None)); + NestedQueryBuilder q = QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), ScoreMode.None); + if (ihb != null) { + q.innerHit(ihb); + } + boolQuery.mustNot(q); return; } subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, ScoreMode.None); + if (ihb != null) { + ((NestedQueryBuilder) subQuery).innerHit(ihb); + } } else if(condition.isChildren()) { subQuery = JoinQueryBuilders.hasChildQuery(condition.getChildType(), subQuery, ScoreMode.None); } diff --git a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java index 9b848721..002d5d0f 100644 --- a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java +++ b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java @@ -814,11 +814,11 @@ public void likeTestWithEscaped() throws SqlParseException { @Test public void complexNestedAndOtherQuery() throws SqlParseException { - String query = "select * from x where nested('path',path.x=3) and y=3"; + String query = "select * from x where nested('path',path.x=3,'{\"from\":0}') and y=3"; Select select = parser.parseSelect((SQLQueryExpr) queryToExpr(query)); LinkedList wheres = select.getWhere().getWheres(); Assert.assertEquals(2, wheres.size()); - Assert.assertEquals("AND path NESTED_COMPLEX AND ( AND path.x EQ 3 ) ", wheres.get(0).toString()); + Assert.assertEquals("nested condition on path:path inner_hits:{\"from\":0} AND path NESTED_COMPLEX AND ( AND path.x EQ 3 ) ", wheres.get(0).toString()); Assert.assertEquals("AND y EQ 3", wheres.get(1).toString()); } From 4c7ea54fb22127cbd21a5e9b2da12fbf3d3a907d Mon Sep 17 00:00:00 2001 From: malong Date: Sat, 13 Oct 2018 14:52:01 +0800 Subject: [PATCH 008/266] fix like a<>b and a!=b express --- .../java/org/nlpcn/es4sql/parse/WhereParser.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 74b46266..a980e486 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -142,7 +142,7 @@ private boolean explanSpecialCondWithBothSidesAreProperty(SQLBinaryOpExpr bExpr, //join is not support if ((bExpr.getLeft() instanceof SQLPropertyExpr || bExpr.getLeft() instanceof SQLIdentifierExpr) && (bExpr.getRight() instanceof SQLPropertyExpr || bExpr.getRight() instanceof SQLIdentifierExpr) && - Sets.newHashSet("=", "<", ">", ">=", "<=").contains(bExpr.getOperator().getName()) && + Sets.newHashSet("=", "<", ">", ">=", "<=","<>","!=").contains(bExpr.getOperator().getName()) && !Util.isFromJoinOrUnionTable(bExpr) ) { @@ -150,6 +150,9 @@ private boolean explanSpecialCondWithBothSidesAreProperty(SQLBinaryOpExpr bExpr, String operator = bExpr.getOperator().getName(); if (operator.equals("=")) { operator = "=="; + }else + if (operator.equals("<>")) { + operator = "!="; } String leftProperty = Util.expr2Object(bExpr.getLeft()).toString(); @@ -218,6 +221,13 @@ private void routeCond(SQLBinaryOpExpr bExpr, SQLExpr sub, Where where) throws S private void explanCond(String opear, SQLExpr expr, Where where) throws SqlParseException { if (expr instanceof SQLBinaryOpExpr) { SQLBinaryOpExpr soExpr = (SQLBinaryOpExpr) expr; + + if (explanSpecialCondWithBothSidesAreLiterals(soExpr, where)) { + return; + } + if (explanSpecialCondWithBothSidesAreProperty(soExpr, where)) { + return; + } boolean methodAsOpear = false; boolean isNested = false; From 3ca7dfcab9f3e3207bf8f6d26a9ee7dbecf82d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 14 Oct 2018 11:14:44 +0800 Subject: [PATCH 009/266] es 6.4.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index abb23a11..2f68fc9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.1.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.2.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 84b4ef7d..5d0daed7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.1.1 + 6.4.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -45,7 +45,7 @@ UTF-8 **/MainTestSuite.class sql - 6.4.1 + 6.4.2 org.elasticsearch.plugin.nlpcn.SqlPlug diff --git a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java index 4cbc51cf..b1a56719 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java @@ -4,8 +4,6 @@ import com.alibaba.druid.sql.ast.expr.SQLCaseExpr; import com.alibaba.druid.sql.ast.expr.SQLNullExpr; import com.google.common.base.Joiner; -import org.elasticsearch.common.inject.internal.Join; -import org.nlpcn.es4sql.SQLFunctions; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Condition.OPEAR; @@ -75,7 +73,7 @@ private void explainWhere(List codes, Where where) throws SqlParseExcept Condition condition = (Condition) where; if (condition.getValue() instanceof ScriptFilter) { - codes.add("(" + ((ScriptFilter) condition.getValue()).getScript() + ")"); + codes.add(String.format("Function.identity().compose((o)->{%s}).apply(null)", ((ScriptFilter) condition.getValue()).getScript())); } else if (condition.getOpear() == OPEAR.BETWEEN) { Object[] objs = (Object[]) condition.getValue(); codes.add("(" + "doc['" + condition.getName() + "'].value >= " + objs[0] + " && doc['" From dc640559d96b28f4fe63f4be01d3a2f52637c3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 14 Oct 2018 11:35:36 +0800 Subject: [PATCH 010/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5bc25f24..3de47763 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Elasticsearch-SQL **6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -173,6 +174,7 @@ Versions | 6.3.2 | 6.3.2.0 | | elastic6.3.2 | | 6.4.0 | 6.4.0.0 | | elastic6.4.0 | | 6.4.1 | 6.4.1.0 | | elastic6.4.1 | +| 6.4.2 | 6.4.2.0 | | elastic6.4.2 | ### Elasticsearch 1.x ```` @@ -497,6 +499,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.1.0/elasticsearch-sql-6.4.1.0.zip ```` +### Elasticsearch 6.4.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.2.0/elasticsearch-sql-6.4.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 4bdd75478c65fbfa7c83d01e97fad9597c86e851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 19 Oct 2018 12:43:26 +0800 Subject: [PATCH 011/266] =?UTF-8?q?fix=20#781=20=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=97=A0=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../plugin/nlpcn/RestSqlAction.java | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5d0daed7..e125f2d3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.2.0 + 6.4.2.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index fed45bf5..21ce76e7 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -1,7 +1,11 @@ package org.elasticsearch.plugin.nlpcn; +import org.apache.logging.log4j.Logger; import org.elasticsearch.client.node.NodeClient; +import org.elasticsearch.common.logging.ESLoggerFactory; import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.xcontent.XContentParser; +import org.elasticsearch.common.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; import org.elasticsearch.rest.*; @@ -16,8 +20,7 @@ public class RestSqlAction extends BaseRestHandler { -// public static final RestSqlAction INSTANCE = new RestSqlAction(); - + private static final Logger LOGGER = ESLoggerFactory.getLogger(RestSqlAction.class); public RestSqlAction(Settings settings, RestController restController) { super(settings); @@ -33,7 +36,13 @@ public String getName() { } @Override - protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) throws IOException { + protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) { + try (XContentParser parser = request.contentOrSourceParamParser()) { + parser.mapStrings().forEach((k, v) -> request.params().putIfAbsent(k, v)); + } catch (IOException e) { + LOGGER.warn("Please use json format params, like: {\"sql\":\"SELECT * FROM test\"}"); + } + String sql = request.param("sql"); if (sql == null) { @@ -48,7 +57,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli // TODO add unittests to explain. (rest level?) if (request.path().endsWith("/_explain")) { final String jsonExplanation = queryAction.explain().explain(); - return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, jsonExplanation)); + return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); } else { Map params = request.params(); RestExecutor restExecutor = ActionRequestRestExecuterFactory.createExecutor(params.get("format")); From 90485dd1dd823dd10ccea2a1e16ea9fe06ebb6e9 Mon Sep 17 00:00:00 2001 From: "huo.zhu" Date: Mon, 29 Oct 2018 22:02:59 +0800 Subject: [PATCH 012/266] fix bug in floor(cast(var as int) and sum(cast(var as int)) --- src/main/java/org/nlpcn/es4sql/parse/CastParser.java | 10 +++++++++- src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/parse/CastParser.java b/src/main/java/org/nlpcn/es4sql/parse/CastParser.java index 44d74c1f..91a4a4ae 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/CastParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/CastParser.java @@ -22,18 +22,24 @@ private enum DataType { private String alias; private String tableAlias; + private String name; + public CastParser(SQLCastExpr castExpr, String alias, String tableAlias) { this.castExpr = castExpr; this.alias = alias; this.tableAlias = tableAlias; + this.name = "field_"+SQLFunctions.random(); } + public String getName(){ + return this.name ; + } public String parse(boolean isReturn) throws SqlParseException { List result = new ArrayList<>(); String dataType = castExpr.getDataType().getName().toUpperCase(); String fileName = String.format("doc['%s'].value",Util.expr2Object(castExpr.getExpr())); - String name = "field_"+SQLFunctions.random(); + try { if (DataType.valueOf(dataType) == DataType.INT) { @@ -53,6 +59,8 @@ public String parse(boolean isReturn) throws SqlParseException { } if(isReturn) { result.add("return " + name); + }else{ + result.add(name); } return Joiner.on("; ").join(result); diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 8e5951fd..0f957f05 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -262,8 +262,9 @@ public static MethodField makeMethodField(String name, List arguments, String scriptCode = new CaseWhenParser((SQLCaseExpr) object, alias, tableAlias).parse(); paramers.add(new KVValue("script",new SQLCharExpr(scriptCode))); } else if(object instanceof SQLCastExpr) { - String scriptCode = new CastParser((SQLCastExpr) object, alias, tableAlias).parse(false); - paramers.add(new KVValue("script",new SQLCharExpr(scriptCode))); + CastParser castParser = new CastParser((SQLCastExpr) object, alias, tableAlias); + String scriptCode = castParser.parse(false); + paramers.add(new KVValue(castParser.getName(),new SQLCharExpr(scriptCode))); } else { paramers.add(new KVValue(Util.removeTableAilasFromField(object, tableAlias))); } From 44d37270e8bc3ff76e9a5a5532d361f6d7850811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 3 Nov 2018 23:40:36 +0800 Subject: [PATCH 013/266] fix #779 How to use SpanNearQuery in SQL Plugin --- pom.xml | 13 +------ src/main/java/org/nlpcn/es4sql/Util.java | 3 +- .../java/org/nlpcn/es4sql/domain/Paramer.java | 36 ++++++++++++++---- .../org/nlpcn/es4sql/query/maker/Maker.java | 38 +++++++++++++++++-- .../java/org/nlpcn/es4sql/ExplainTest.java | 5 +++ 5 files changed, 70 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index e125f2d3..bdd7726f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.2.1 + 6.4.2.2 jar Query elasticsearch using SQL elasticsearch-sql @@ -40,7 +40,6 @@ - UTF-8 **/MainTestSuite.class @@ -77,13 +76,6 @@ test - - com.alibaba - fastjson - 1.1.41 - test - - com.alibaba druid @@ -162,11 +154,8 @@ guava 15.0 - - - diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index eeb2a1a6..5af3d991 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -16,7 +16,6 @@ import com.alibaba.druid.sql.ast.*; - public class Util { public static String joiner(List lists, String oper) { @@ -74,6 +73,8 @@ public static Object expr2Object(SQLExpr expr, String charWithQuote) { value = "*"; } else if (expr instanceof SQLValuableExpr) { value = ((SQLValuableExpr) expr).getValue(); + } else if (expr instanceof SQLBooleanExpr) { + value = ((SQLBooleanExpr) expr).getValue(); } else { //throw new SqlParseException("can not support this type " + expr.getClass()); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java index f0545817..e375bcb0 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java @@ -15,20 +15,21 @@ import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.exception.SqlParseException; - - public class Paramer { - public String analysis; + private String analysis; public Float boost; public String value; public Integer slop; public Map fieldsBoosts = new HashMap<>(); public String type; - public Float tieBreaker; + private Float tieBreaker; public Operator operator; - public String default_field; + private String defaultField; + + private Boolean inOrder; + public String clauses; public static Paramer parseParamer(SQLMethodInvokeExpr method) throws SqlParseException { Paramer instance = new Paramer(); @@ -80,7 +81,14 @@ public static Paramer parseParamer(SQLMethodInvokeExpr method) throws SqlParseEx break; case "default_field": - instance.default_field = Util.expr2Object(sqlExpr.getRight()).toString(); + instance.defaultField = Util.expr2Object(sqlExpr.getRight()).toString(); + break; + + case "in_order": + instance.inOrder = Boolean.valueOf(Util.expr2Object(sqlExpr.getRight()).toString()); + break; + case "clauses": + instance.clauses = Util.expr2Object(sqlExpr.getRight()).toString(); break; default: @@ -139,8 +147,8 @@ public static ToXContent fullParamer(QueryStringQueryBuilder query, Paramer para query.phraseSlop(paramer.slop); } - if (paramer.default_field != null) { - query.defaultField(paramer.default_field); + if (paramer.defaultField != null) { + query.defaultField(paramer.defaultField); } return query; @@ -173,4 +181,16 @@ public static ToXContent fullParamer(MultiMatchQueryBuilder query, Paramer param return query; } + + public static ToXContent fullParamer(SpanNearQueryBuilder query, Paramer paramer) { + if (paramer.boost != null) { + query.boost(paramer.boost); + } + + if (paramer.inOrder != null) { + query.inOrder(paramer.inOrder); + } + + return query; + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index d805551e..d3783019 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -9,37 +9,38 @@ import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; +import com.fasterxml.jackson.core.JsonFactory; import com.google.common.collect.ImmutableSet; import org.apache.lucene.search.join.ScoreMode; +import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.geo.GeoPoint; import org.elasticsearch.common.geo.builders.ShapeBuilder; import org.elasticsearch.common.geo.parsers.ShapeParser; +import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; import org.elasticsearch.common.xcontent.ToXContent; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.common.xcontent.json.JsonXContentParser; import org.elasticsearch.index.query.*; import org.elasticsearch.join.query.JoinQueryBuilders; import org.elasticsearch.script.Script; +import org.elasticsearch.search.SearchModule; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Condition.OPEAR; import org.nlpcn.es4sql.domain.Paramer; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; - import org.nlpcn.es4sql.parse.ScriptFilter; import org.nlpcn.es4sql.parse.SubQueryExpression; import org.nlpcn.es4sql.spatial.*; public abstract class Maker { - private static final Set NOT_OPEAR_SET = ImmutableSet.of(OPEAR.N, OPEAR.NIN, OPEAR.ISN, OPEAR.NBETWEEN, OPEAR.NLIKE,OPEAR.NIN_TERMS,OPEAR.NTERM); - - protected Maker(Boolean isQuery) { } @@ -117,6 +118,35 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) MultiMatchQueryBuilder multiMatchQuery = QueryBuilders.multiMatchQuery(paramer.value).fields(paramer.fieldsBoosts); bqb = Paramer.fullParamer(multiMatchQuery, paramer); break; + + case "spannearquery": + case "span_near": + case "spannear": + paramer = Paramer.parseParamer(value); + + // parse clauses + List clauses = new ArrayList<>(); + try (JsonXContentParser parser = new JsonXContentParser(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, true, Collections.emptyList()).getNamedXContents()), LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(paramer.clauses))) { + while (parser.nextToken() != XContentParser.Token.END_ARRAY) { + QueryBuilder query = SpanNearQueryBuilder.parseInnerQueryBuilder(parser); + if (!(query instanceof SpanQueryBuilder)) { + throw new ParsingException(parser.getTokenLocation(), "spanNear [clauses] must be of type span query"); + } + clauses.add((SpanQueryBuilder) query); + } + } catch (IOException e) { + throw new SqlParseException("could not parse clauses: " + e.getMessage()); + } + + // + SpanNearQueryBuilder spanNearQuery = QueryBuilders.spanNearQuery(clauses.get(0), paramer.slop); + for (int i = 1; i < clauses.size(); i++) { + spanNearQuery.addClause(clauses.get(i)); + } + + bqb = Paramer.fullParamer(spanNearQuery, paramer); + break; + default: throw new SqlParseException("it did not support this query method " + value.getMethodName()); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 0a168650..4aa19c4d 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -91,6 +91,11 @@ public void termsIncludeExcludeExplainTest() throws IOException, SqlParseExcepti System.out.println(explain("SELECT * FROM index GROUP BY terms(field='correspond_brand_name',size='10',alias='correspond_brand_name',include='{\"partition\":0,\"num_partitions\":20}')")); } + @Test + public void testSpanNearQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("SELECT * FROM index WHERE field=span_near(boost=10.0,slop=12,in_order=false,clauses='[{\"span_term\":{\"field\":\"value1\"}},{\"span_term\":{\"field\":\"value2\"}},{\"span_term\":{\"field\":\"value3\"}}]')")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 9a584fe0d5643855bd189ff78bbffc7f3a25e9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 5 Nov 2018 10:22:53 +0800 Subject: [PATCH 014/266] update testcase testSpanNearQueryExplain --- src/main/java/org/nlpcn/es4sql/query/maker/Maker.java | 2 +- src/test/java/org/nlpcn/es4sql/ExplainTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index d3783019..5114094d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -140,7 +140,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) // SpanNearQueryBuilder spanNearQuery = QueryBuilders.spanNearQuery(clauses.get(0), paramer.slop); - for (int i = 1; i < clauses.size(); i++) { + for (int i = 1; i < clauses.size(); ++i) { spanNearQuery.addClause(clauses.get(i)); } diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 4aa19c4d..ea0e4fe9 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -93,7 +93,7 @@ public void termsIncludeExcludeExplainTest() throws IOException, SqlParseExcepti @Test public void testSpanNearQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { - System.out.println(explain("SELECT * FROM index WHERE field=span_near(boost=10.0,slop=12,in_order=false,clauses='[{\"span_term\":{\"field\":\"value1\"}},{\"span_term\":{\"field\":\"value2\"}},{\"span_term\":{\"field\":\"value3\"}}]')")); + System.out.println(explain("SELECT * FROM index WHERE q=span_near(boost=10.0,slop=12,in_order=false,clauses='[{\"span_term\":{\"field\":\"value1\"}},{\"span_term\":{\"field\":\"value2\"}},{\"span_term\":{\"field\":\"value3\"}}]')")); } private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { From 898ebc1ea6899c991298e5977a5069bb3d606bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 Dec 2018 14:23:23 +0800 Subject: [PATCH 015/266] =?UTF-8?q?fix=20#791=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=BF=90=E7=AE=97=E5=90=8E=E8=81=9A=E5=90=88=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java | 8 +++++--- src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java | 8 ++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index bdd7726f..27738290 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.2.2 + 6.4.2.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 0f957f05..8f382773 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -198,7 +198,7 @@ private static Field handleIdentifier(SQLExpr expr, String alias, String tableAl field = new Field(newFieldName, alias); } - if (alias != null && alias != name && !Util.isFromJoinOrUnionTable(expr)) { + if (alias != null && !alias.equals(name) && !Util.isFromJoinOrUnionTable(expr)) { List paramers = Lists.newArrayList(); paramers.add(new SQLCharExpr(alias)); paramers.add(new SQLCharExpr("doc['" + newFieldName + "'].value")); @@ -220,7 +220,8 @@ public static MethodField makeMethodField(String name, List arguments, if (SQLFunctions.buildInFunctions.contains(binaryOpExpr.getOperator().toString().toLowerCase())) { SQLMethodInvokeExpr mExpr = makeBinaryMethodField(binaryOpExpr, alias, first); MethodField abc = makeMethodField(mExpr.getMethodName(), mExpr.getParameters(), null, null, tableAlias, false); - paramers.add(new KVValue(abc.getParams().get(0).toString(), new SQLCharExpr(abc.getParams().get(1).toString()))); + String key = abc.getParams().get(0).toString(), value = abc.getParams().get(1).toString(); + paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); } else { if (!binaryOpExpr.getOperator().getName().equals("=")) { paramers.add(new KVValue("script", makeScriptMethodField(binaryOpExpr, null, tableAlias))); @@ -256,7 +257,8 @@ public static MethodField makeMethodField(String name, List arguments, } else if (SQLFunctions.buildInFunctions.contains(methodName)) { //throw new SqlParseException("only support script/nested as inner functions"); MethodField abc = makeMethodField(methodName, mExpr.getParameters(), null, null, tableAlias, false); - paramers.add(new KVValue(abc.getParams().get(0).toString(), new SQLCharExpr(abc.getParams().get(1).toString()))); + String key = abc.getParams().get(0).toString(), value = abc.getParams().get(1).toString(); + paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); } else throw new SqlParseException("only support script/nested/children as inner functions"); } else if (object instanceof SQLCaseExpr) { String scriptCode = new CaseWhenParser((SQLCaseExpr) object, alias, tableAlias).parse(); diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 7c60d1db..9932e152 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -267,6 +267,14 @@ public void functionPow() throws Exception { Assert.assertTrue(content.toString().contains("21")); } + @Test + public void testSumTwoFields() throws Exception { + String query = "SELECT SUM(account_number+age) AS sum from " + TEST_INDEX_PEOPLE + "/people"; + CSVResult csvResult = getCsvResult(false, query); + List content = csvResult.getLines(); + Assert.assertTrue(content.toString().contains("752")); + } + // todo: change when split is back on language // @Test // public void split_field() throws Exception { From 33570f74afce014852d3f00dea6b80cd74a89968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 Dec 2018 14:52:41 +0800 Subject: [PATCH 016/266] es 6.4.3 support --- .travis.yml | 7 +------ pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f68fc9d..e6bf1b40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,11 @@ addons: packages: - oracle-java8-installer -addons: - apt: - packages: - - oracle-java8-installer - before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.3.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 27738290..c4f7b566 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.2.3 + 6.4.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.4.2 + 6.4.3 org.elasticsearch.plugin.nlpcn.SqlPlug From 346ebaa10bffd51f9fd42a4b05802b184f4d1901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 Dec 2018 15:01:43 +0800 Subject: [PATCH 017/266] es 6.5.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6bf1b40..f1e58d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.3.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.0.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c4f7b566..47b1c361 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.4.3.0 + 6.5.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.4.3 + 6.5.0 org.elasticsearch.plugin.nlpcn.SqlPlug diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 21ce76e7..7e98c0d0 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -1,8 +1,8 @@ package org.elasticsearch.plugin.nlpcn; +import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.client.node.NodeClient; -import org.elasticsearch.common.logging.ESLoggerFactory; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.XContentType; @@ -20,7 +20,7 @@ public class RestSqlAction extends BaseRestHandler { - private static final Logger LOGGER = ESLoggerFactory.getLogger(RestSqlAction.class); + private static final Logger LOGGER = LogManager.getLogger(); public RestSqlAction(Settings settings, RestController restController) { super(settings); From 366d6e58a15f1cfbc4b1bc8af488a9846616cc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 Dec 2018 23:38:05 +0800 Subject: [PATCH 018/266] fix #800 nested parser --- src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 9c143450..00a95f9c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -66,7 +66,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s if(where instanceof Condition){ Condition condition = (Condition) where; - if (condition.isNested()) { + if (condition.isNested() && !(subQuery instanceof NestedQueryBuilder)) { InnerHitBuilder ihb = null; if (condition.getInnerHits() != null) { try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(condition.getInnerHits()))) { From e9ed2cd2324aa73ac2b8309564742e016865e7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Dec 2018 10:18:15 +0800 Subject: [PATCH 019/266] =?UTF-8?q?fix=20#807=20=E6=97=B6=E5=8C=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/org/nlpcn/es4sql/parse/WhereParser.java | 4 ++-- src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 01243476..73afd5cc 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -515,11 +515,11 @@ private SQLMethodInvokeExpr parseSQLBinaryOpExprWhoIsConditionInWhere(SQLBinaryO String operator = soExpr.getOperator().getName(); - if (operator.equals("=")) { + if ("=".equals(operator)) { operator = "=="; } - String finalStr = v1Dec + v2Dec + v1 + " " + operator + " " + v2; + String finalStr = String.format("%s%s((Comparable)%s).compareTo(%s) %s 0", v1Dec, v2Dec, v1, v2, operator); SQLMethodInvokeExpr scriptMethod = new SQLMethodInvokeExpr("script", null); scriptMethod.addParameter(new SQLCharExpr(finalStr)); diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 9932e152..30725a54 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -181,7 +181,7 @@ public void whereConditionLeftFunctionRightPropertyGreatTest() throws Exception ScriptFilter scriptFilter = (ScriptFilter) (((Condition) (where.getWheres().get(0))).getValue()); Assert.assertTrue(scriptFilter.getScript().contains("doc['address'].value.split(' ')[0]")); - Pattern pattern = Pattern.compile("floor_\\d+ > doc\\['b'\\].value"); + Pattern pattern = Pattern.compile("\\(\\(Comparable\\)floor_\\d+\\).compareTo\\(doc\\['b'\\].value\\) > 0"); Matcher matcher = pattern.matcher(scriptFilter.getScript()); Assert.assertTrue(matcher.find()); @@ -205,7 +205,7 @@ public void whereConditionLeftFunctionRightFunctionEqualTest() throws Exception Assert.assertTrue(((Condition) (where.getWheres().get(0))).getValue() instanceof ScriptFilter); ScriptFilter scriptFilter = (ScriptFilter) (((Condition) (where.getWheres().get(0))).getValue()); Assert.assertTrue(scriptFilter.getScript().contains("doc['address'].value.split(' ')[0]")); - Pattern pattern = Pattern.compile("floor_\\d+ == floor_\\d+"); + Pattern pattern = Pattern.compile("\\(\\(Comparable\\)floor_\\d+\\).compareTo\\(floor_\\d+\\) == 0"); Matcher matcher = pattern.matcher(scriptFilter.getScript()); Assert.assertTrue(matcher.find()); } From f61f174c52656e456130ee4e4c6e76d3c3869811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Dec 2018 13:38:19 +0800 Subject: [PATCH 020/266] update .travis.yml --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1e58d56..b6b57d0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,6 @@ language: java jdk: - oraclejdk8 -addons: - apt: - packages: - - oracle-java8-installer - before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle From 5b58e2e0c5f68b685b390171cc68508c861567ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Dec 2018 13:40:24 +0800 Subject: [PATCH 021/266] es 6.5.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6b57d0c..0f9e3719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.0.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 47b1c361..fd51a99b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.0.0 + 6.5.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.5.0 + 6.5.1 org.elasticsearch.plugin.nlpcn.SqlPlug From 8a110ce9a28d62fbc3783b12d0c9aaffbf932073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Dec 2018 13:52:17 +0800 Subject: [PATCH 022/266] update README.md --- README.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3de47763..e395ceca 100644 --- a/README.md +++ b/README.md @@ -62,27 +62,32 @@ Elasticsearch-SQL **5.6.10** [![5.6.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.11** [![5.6.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.12** [![5.6.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**5.6.13** [![5.6.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**6.4.3** [![6.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -157,6 +162,7 @@ Versions | 5.6.10 | 5.6.10.0 | | elastic5.6.10| | 5.6.11 | 5.6.11.0 | | elastic5.6.11| | 5.6.12 | 5.6.12.0 | | elastic5.6.12| +| 5.6.13 | 5.6.13.0 | | elastic5.6.13| | 6.0.0 | 6.0.0.0 | | elastic6.0.0 | | 6.0.1 | 6.0.1.0 | | elastic6.0.1 | | 6.1.0 | 6.1.0.0 | | elastic6.1.0 | @@ -175,6 +181,9 @@ Versions | 6.4.0 | 6.4.0.0 | | elastic6.4.0 | | 6.4.1 | 6.4.1.0 | | elastic6.4.1 | | 6.4.2 | 6.4.2.0 | | elastic6.4.2 | +| 6.4.3 | 6.4.3.0 | | elastic6.4.3 | +| 6.5.0 | 6.5.0.0 | | elastic6.5.0 | +| 6.5.1 | 6.5.1.0 | | elastic6.5.1 | ### Elasticsearch 1.x ```` @@ -414,6 +423,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.12.0/elasticsearch-sql-5.6.12.0.zip ```` +### Elasticsearch 5.6.13 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.13.0/elasticsearch-sql-5.6.13.0.zip +```` + ### Elasticsearch 6.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip @@ -504,6 +518,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.2.0/elasticsearch-sql-6.4.2.0.zip ```` +### Elasticsearch 6.4.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.4.3.0/elasticsearch-sql-6.4.3.0.zip +```` + +### Elasticsearch 6.5.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.0.0/elasticsearch-sql-6.5.0.0.zip +```` + +### Elasticsearch 6.5.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.1.0/elasticsearch-sql-6.5.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 2ed7e98bf71fa83171ee392ad0f561b81514210a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Dec 2018 13:54:29 +0800 Subject: [PATCH 023/266] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e395ceca..2d7b9386 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,15 @@ Elasticsearch-SQL **6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**6.4.3** [![6.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. From b64ad03a312abf9db40dee734cf7366b8e529a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 7 Dec 2018 18:50:08 +0800 Subject: [PATCH 024/266] fix #821 date_histogram offset --- pom.xml | 2 +- src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java | 3 +++ src/test/java/org/nlpcn/es4sql/AggregationTest.java | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fd51a99b..8051ce0f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.1.0 + 6.5.1.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 5f5f0801..5609b76d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -521,6 +521,9 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws dateHistogram.extendedBounds(new ExtendedBounds(bounds[0], bounds[1])); } break; + case "offset": + dateHistogram.offset(value); + break; case "alias": case "nested": diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index a5684767..b654ccf5 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -371,8 +371,8 @@ public void countGroupByRange() throws IOException, SqlParseException, SQLFeatur */ @Test public void countGroupByDateTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - String result = MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='1.5h','format'='yyyy-MM','min_doc_count'=5) ").explain().toString(); - Assert.assertTrue(result.replaceAll("\\s+", "").contains("{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"interval\":\"1.5h\",\"offset\":0,\"order\":{\"_key\":\"asc\"},\"keyed\":false,\"min_doc_count\":5}")); + String result = MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='1.5h','format'='yyyy-MM','min_doc_count'=5,'offset'='+8h') ").explain().toString(); + Assert.assertTrue(result.replaceAll("\\s+", "").contains("{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"interval\":\"1.5h\",\"offset\":28800000,\"order\":{\"_key\":\"asc\"},\"keyed\":false,\"min_doc_count\":5}")); } @Test From ddddb9ebd6ecc1f0a528c69a259098d63610b65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Dec 2018 14:35:39 +0800 Subject: [PATCH 025/266] es 6.5.2 support --- .travis.yml | 2 +- pom.xml | 4 +- .../druid/pool/ElasticSearchConnection.java | 501 +---------------- ...ticSearchDruidPooledPreparedStatement.java | 29 +- .../pool/ElasticSearchPreparedStatement.java | 511 ++++++++++++++++++ 5 files changed, 541 insertions(+), 506 deletions(-) create mode 100644 src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java diff --git a/.travis.yml b/.travis.yml index 0f9e3719..1a8611e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.2.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 8051ce0f..34aa82c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.1.1 + 6.5.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.5.1 + 6.5.2 org.elasticsearch.plugin.nlpcn.SqlPlug diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java index 709f2e84..36473886 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java @@ -2,12 +2,7 @@ import org.elasticsearch.client.Client; -import java.io.InputStream; -import java.io.Reader; -import java.math.BigDecimal; -import java.net.URL; import java.sql.*; -import java.util.Calendar; import java.util.Map; import java.util.Properties; import java.util.concurrent.Executor; @@ -38,501 +33,7 @@ public Statement createStatement() throws SQLException { @Override public PreparedStatement prepareStatement(String sql) throws SQLException { - return new PreparedStatement() { - @Override - public ResultSet executeQuery() throws SQLException { - return null; - } - - @Override - public int executeUpdate() throws SQLException { - return 0; - } - - @Override - public void setNull(int parameterIndex, int sqlType) throws SQLException { - - } - - @Override - public void setBoolean(int parameterIndex, boolean x) throws SQLException { - - } - - @Override - public void setByte(int parameterIndex, byte x) throws SQLException { - - } - - @Override - public void setShort(int parameterIndex, short x) throws SQLException { - - } - - @Override - public void setInt(int parameterIndex, int x) throws SQLException { - - } - - @Override - public void setLong(int parameterIndex, long x) throws SQLException { - - } - - @Override - public void setFloat(int parameterIndex, float x) throws SQLException { - - } - - @Override - public void setDouble(int parameterIndex, double x) throws SQLException { - - } - - @Override - public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException { - - } - - @Override - public void setString(int parameterIndex, String x) throws SQLException { - - } - - @Override - public void setBytes(int parameterIndex, byte[] x) throws SQLException { - - } - - @Override - public void setDate(int parameterIndex, Date x) throws SQLException { - - } - - @Override - public void setTime(int parameterIndex, Time x) throws SQLException { - - } - - @Override - public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException { - - } - - @Override - public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException { - - } - - @Override - public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException { - - } - - @Override - public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException { - - } - - @Override - public void clearParameters() throws SQLException { - - } - - @Override - public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { - - } - - @Override - public void setObject(int parameterIndex, Object x) throws SQLException { - - } - - @Override - public boolean execute() throws SQLException { - return false; - } - - @Override - public void addBatch() throws SQLException { - - } - - @Override - public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException { - - } - - @Override - public void setRef(int parameterIndex, Ref x) throws SQLException { - - } - - @Override - public void setBlob(int parameterIndex, Blob x) throws SQLException { - - } - - @Override - public void setClob(int parameterIndex, Clob x) throws SQLException { - - } - - @Override - public void setArray(int parameterIndex, Array x) throws SQLException { - - } - - @Override - public ResultSetMetaData getMetaData() throws SQLException { - return null; - } - - @Override - public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException { - - } - - @Override - public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException { - - } - - @Override - public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException { - - } - - @Override - public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException { - - } - - @Override - public void setURL(int parameterIndex, URL x) throws SQLException { - - } - - @Override - public ParameterMetaData getParameterMetaData() throws SQLException { - return null; - } - - @Override - public void setRowId(int parameterIndex, RowId x) throws SQLException { - - } - - @Override - public void setNString(int parameterIndex, String value) throws SQLException { - - } - - @Override - public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { - - } - - @Override - public void setNClob(int parameterIndex, NClob value) throws SQLException { - - } - - @Override - public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { - - } - - @Override - public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { - - } - - @Override - public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { - - } - - @Override - public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { - - } - - @Override - public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { - - } - - @Override - public void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { - - } - - @Override - public void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { - - } - - @Override - public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { - - } - - @Override - public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException { - - } - - @Override - public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException { - - } - - @Override - public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { - - } - - @Override - public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { - - } - - @Override - public void setClob(int parameterIndex, Reader reader) throws SQLException { - - } - - @Override - public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { - - } - - @Override - public void setNClob(int parameterIndex, Reader reader) throws SQLException { - - } - - @Override - public ResultSet executeQuery(String sql) throws SQLException { - return null; - } - - @Override - public int executeUpdate(String sql) throws SQLException { - return 0; - } - - @Override - public void close() throws SQLException { - } - - @Override - public int getMaxFieldSize() throws SQLException { - return 0; - } - - @Override - public void setMaxFieldSize(int max) throws SQLException { - - } - - @Override - public int getMaxRows() throws SQLException { - return 0; - } - - @Override - public void setMaxRows(int max) throws SQLException { - - } - - @Override - public void setEscapeProcessing(boolean enable) throws SQLException { - - } - - @Override - public int getQueryTimeout() throws SQLException { - return 0; - } - - @Override - public void setQueryTimeout(int seconds) throws SQLException { - - } - - @Override - public void cancel() throws SQLException { - - } - - @Override - public SQLWarning getWarnings() throws SQLException { - return null; - } - - @Override - public void clearWarnings() throws SQLException { - - } - - @Override - public void setCursorName(String name) throws SQLException { - - } - - @Override - public boolean execute(String sql) throws SQLException { - return false; - } - - @Override - public ResultSet getResultSet() throws SQLException { - return null; - } - - @Override - public int getUpdateCount() throws SQLException { - return 0; - } - - @Override - public boolean getMoreResults() throws SQLException { - return false; - } - - @Override - public void setFetchDirection(int direction) throws SQLException { - - } - - @Override - public int getFetchDirection() throws SQLException { - return 0; - } - - @Override - public void setFetchSize(int rows) throws SQLException { - - } - - @Override - public int getFetchSize() throws SQLException { - return 0; - } - - @Override - public int getResultSetConcurrency() throws SQLException { - return 0; - } - - @Override - public int getResultSetType() throws SQLException { - return 0; - } - - @Override - public void addBatch(String sql) throws SQLException { - - } - - @Override - public void clearBatch() throws SQLException { - - } - - @Override - public int[] executeBatch() throws SQLException { - return new int[0]; - } - - @Override - public Connection getConnection() throws SQLException { - return null; - } - - @Override - public boolean getMoreResults(int current) throws SQLException { - return false; - } - - @Override - public ResultSet getGeneratedKeys() throws SQLException { - return null; - } - - @Override - public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException { - return 0; - } - - @Override - public int executeUpdate(String sql, int[] columnIndexes) throws SQLException { - return 0; - } - - @Override - public int executeUpdate(String sql, String[] columnNames) throws SQLException { - return 0; - } - - @Override - public boolean execute(String sql, int autoGeneratedKeys) throws SQLException { - return false; - } - - @Override - public boolean execute(String sql, int[] columnIndexes) throws SQLException { - return false; - } - - @Override - public boolean execute(String sql, String[] columnNames) throws SQLException { - return false; - } - - @Override - public int getResultSetHoldability() throws SQLException { - return 0; - } - - @Override - public boolean isClosed() throws SQLException { - return false; - } - - @Override - public void setPoolable(boolean poolable) throws SQLException { - - } - - @Override - public boolean isPoolable() throws SQLException { - return false; - } - - @Override - public void closeOnCompletion() throws SQLException { - - } - - @Override - public boolean isCloseOnCompletion() throws SQLException { - return false; - } - - @Override - public T unwrap(Class iface) throws SQLException { - return null; - } - - @Override - public boolean isWrapperFor(Class iface) throws SQLException { - return false; - } - }; + return new ElasticSearchPreparedStatement(); } @Override diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index bb37725a..97844995 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -1,10 +1,7 @@ package com.alibaba.druid.pool; import org.elasticsearch.client.Client; -import org.elasticsearch.client.transport.TransportClient; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; -import org.elasticsearch.plugin.nlpcn.executors.CSVResult; -import org.elasticsearch.plugin.nlpcn.executors.CSVResultsExtractor; import org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException; import org.nlpcn.es4sql.SearchDao; import org.nlpcn.es4sql.exception.SqlParseException; @@ -61,6 +58,32 @@ public ResultSet executeQuery() throws SQLException { } } + @Override + public boolean execute() throws SQLException { + checkOpen(); + + incrementExecuteCount(); + transactionRecord(getSql()); + + // oracleSetRowPrefetch(); + + conn.beforeExecute(); + try { + ObjectResult extractor = getObjectResult(true, getSql(), false, false, true); + List headers = extractor.getHeaders(); + List> lines = extractor.getLines(); + + ResultSet rs = new ElasticSearchResultSet(this, headers, lines); + ((ElasticSearchPreparedStatement) getRawPreparedStatement()).setResults(rs); + + return true; + } catch (Throwable t) { + throw checkException(t); + } finally { + conn.afterExecute(); + } + } + private ObjectResult getObjectResult(boolean flat, String query, boolean includeScore, boolean includeType, boolean includeId) throws SqlParseException, SQLFeatureNotSupportedException, Exception, CsvExtractorException { SearchDao searchDao = new org.nlpcn.es4sql.SearchDao(client); diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java new file mode 100644 index 00000000..558a9d60 --- /dev/null +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java @@ -0,0 +1,511 @@ +package com.alibaba.druid.pool; + +import java.io.InputStream; +import java.io.Reader; +import java.math.BigDecimal; +import java.net.URL; +import java.sql.*; +import java.util.Calendar; + +public class ElasticSearchPreparedStatement implements PreparedStatement { + + private ResultSet results = null; + + @Override + public ResultSet executeQuery() throws SQLException { + return null; + } + + @Override + public int executeUpdate() throws SQLException { + return 0; + } + + @Override + public void setNull(int parameterIndex, int sqlType) throws SQLException { + + } + + @Override + public void setBoolean(int parameterIndex, boolean x) throws SQLException { + + } + + @Override + public void setByte(int parameterIndex, byte x) throws SQLException { + + } + + @Override + public void setShort(int parameterIndex, short x) throws SQLException { + + } + + @Override + public void setInt(int parameterIndex, int x) throws SQLException { + + } + + @Override + public void setLong(int parameterIndex, long x) throws SQLException { + + } + + @Override + public void setFloat(int parameterIndex, float x) throws SQLException { + + } + + @Override + public void setDouble(int parameterIndex, double x) throws SQLException { + + } + + @Override + public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException { + + } + + @Override + public void setString(int parameterIndex, String x) throws SQLException { + + } + + @Override + public void setBytes(int parameterIndex, byte[] x) throws SQLException { + + } + + @Override + public void setDate(int parameterIndex, Date x) throws SQLException { + + } + + @Override + public void setTime(int parameterIndex, Time x) throws SQLException { + + } + + @Override + public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException { + + } + + @Override + public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException { + + } + + @Override + public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException { + + } + + @Override + public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException { + + } + + @Override + public void clearParameters() throws SQLException { + + } + + @Override + public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { + + } + + @Override + public void setObject(int parameterIndex, Object x) throws SQLException { + + } + + @Override + public boolean execute() throws SQLException { + return false; + } + + @Override + public void addBatch() throws SQLException { + + } + + @Override + public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException { + + } + + @Override + public void setRef(int parameterIndex, Ref x) throws SQLException { + + } + + @Override + public void setBlob(int parameterIndex, Blob x) throws SQLException { + + } + + @Override + public void setClob(int parameterIndex, Clob x) throws SQLException { + + } + + @Override + public void setArray(int parameterIndex, Array x) throws SQLException { + + } + + @Override + public ResultSetMetaData getMetaData() throws SQLException { + return null; + } + + @Override + public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException { + + } + + @Override + public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException { + + } + + @Override + public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException { + + } + + @Override + public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException { + + } + + @Override + public void setURL(int parameterIndex, URL x) throws SQLException { + + } + + @Override + public ParameterMetaData getParameterMetaData() throws SQLException { + return null; + } + + @Override + public void setRowId(int parameterIndex, RowId x) throws SQLException { + + } + + @Override + public void setNString(int parameterIndex, String value) throws SQLException { + + } + + @Override + public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { + + } + + @Override + public void setNClob(int parameterIndex, NClob value) throws SQLException { + + } + + @Override + public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { + + } + + @Override + public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { + + } + + @Override + public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { + + } + + @Override + public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { + + } + + @Override + public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { + + } + + @Override + public void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { + + } + + @Override + public void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { + + } + + @Override + public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { + + } + + @Override + public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException { + + } + + @Override + public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException { + + } + + @Override + public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { + + } + + @Override + public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { + + } + + @Override + public void setClob(int parameterIndex, Reader reader) throws SQLException { + + } + + @Override + public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { + + } + + @Override + public void setNClob(int parameterIndex, Reader reader) throws SQLException { + + } + + @Override + public ResultSet executeQuery(String sql) throws SQLException { + return null; + } + + @Override + public int executeUpdate(String sql) throws SQLException { + return 0; + } + + @Override + public void close() throws SQLException { + } + + @Override + public int getMaxFieldSize() throws SQLException { + return 0; + } + + @Override + public void setMaxFieldSize(int max) throws SQLException { + + } + + @Override + public int getMaxRows() throws SQLException { + return 0; + } + + @Override + public void setMaxRows(int max) throws SQLException { + + } + + @Override + public void setEscapeProcessing(boolean enable) throws SQLException { + + } + + @Override + public int getQueryTimeout() throws SQLException { + return 0; + } + + @Override + public void setQueryTimeout(int seconds) throws SQLException { + + } + + @Override + public void cancel() throws SQLException { + + } + + @Override + public SQLWarning getWarnings() throws SQLException { + return null; + } + + @Override + public void clearWarnings() throws SQLException { + + } + + @Override + public void setCursorName(String name) throws SQLException { + + } + + @Override + public boolean execute(String sql) throws SQLException { + return false; + } + + @Override + public ResultSet getResultSet() throws SQLException { + return this.results; + } + + @Override + public int getUpdateCount() throws SQLException { + return 0; + } + + @Override + public boolean getMoreResults() throws SQLException { + return false; + } + + @Override + public void setFetchDirection(int direction) throws SQLException { + + } + + @Override + public int getFetchDirection() throws SQLException { + return 0; + } + + @Override + public void setFetchSize(int rows) throws SQLException { + + } + + @Override + public int getFetchSize() throws SQLException { + return 0; + } + + @Override + public int getResultSetConcurrency() throws SQLException { + return 0; + } + + @Override + public int getResultSetType() throws SQLException { + return 0; + } + + @Override + public void addBatch(String sql) throws SQLException { + + } + + @Override + public void clearBatch() throws SQLException { + + } + + @Override + public int[] executeBatch() throws SQLException { + return new int[0]; + } + + @Override + public Connection getConnection() throws SQLException { + return null; + } + + @Override + public boolean getMoreResults(int current) throws SQLException { + return false; + } + + @Override + public ResultSet getGeneratedKeys() throws SQLException { + return null; + } + + @Override + public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException { + return 0; + } + + @Override + public int executeUpdate(String sql, int[] columnIndexes) throws SQLException { + return 0; + } + + @Override + public int executeUpdate(String sql, String[] columnNames) throws SQLException { + return 0; + } + + @Override + public boolean execute(String sql, int autoGeneratedKeys) throws SQLException { + return false; + } + + @Override + public boolean execute(String sql, int[] columnIndexes) throws SQLException { + return false; + } + + @Override + public boolean execute(String sql, String[] columnNames) throws SQLException { + return false; + } + + @Override + public int getResultSetHoldability() throws SQLException { + return 0; + } + + @Override + public boolean isClosed() throws SQLException { + return false; + } + + @Override + public void setPoolable(boolean poolable) throws SQLException { + + } + + @Override + public boolean isPoolable() throws SQLException { + return false; + } + + @Override + public void closeOnCompletion() throws SQLException { + + } + + @Override + public boolean isCloseOnCompletion() throws SQLException { + return false; + } + + @Override + public T unwrap(Class iface) throws SQLException { + return null; + } + + @Override + public boolean isWrapperFor(Class iface) throws SQLException { + return false; + } + + public void setResults(ResultSet results) { + this.results = results; + } +} From fb82fd18a523854165e53c69bd14cb6b9a8a8b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Dec 2018 14:46:48 +0800 Subject: [PATCH 026/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2d7b9386..e8b751be 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Elasticsearch-SQL **6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -184,6 +185,7 @@ Versions | 6.4.3 | 6.4.3.0 | | elastic6.4.3 | | 6.5.0 | 6.5.0.0 | | elastic6.5.0 | | 6.5.1 | 6.5.1.0 | | elastic6.5.1 | +| 6.5.2 | 6.5.2.0 | | elastic6.5.2 | ### Elasticsearch 1.x ```` @@ -533,6 +535,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.1.0/elasticsearch-sql-6.5.1.0.zip ```` +### Elasticsearch 6.5.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.2.0/elasticsearch-sql-6.5.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 7e9c44f7ba04dc8e97800885d2eb26e2ebe80fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Dec 2018 15:09:59 +0800 Subject: [PATCH 027/266] fix #826 es 6.5.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a8611e6..73222421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.3.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 34aa82c2..af3edb7b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.2.0 + 6.5.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.5.2 + 6.5.3 org.elasticsearch.plugin.nlpcn.SqlPlug From 5dc5866fe887db9f8e9f0bbaa105cbbf7ff61aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Dec 2018 15:13:37 +0800 Subject: [PATCH 028/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e8b751be..ffdf7ca5 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Elasticsearch-SQL
**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -186,6 +187,7 @@ Versions | 6.5.0 | 6.5.0.0 | | elastic6.5.0 | | 6.5.1 | 6.5.1.0 | | elastic6.5.1 | | 6.5.2 | 6.5.2.0 | | elastic6.5.2 | +| 6.5.3 | 6.5.3.0 | | elastic6.5.3 | ### Elasticsearch 1.x ```` @@ -540,6 +542,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.2.0/elasticsearch-sql-6.5.2.0.zip ```` +### Elasticsearch 6.5.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.3.0/elasticsearch-sql-6.5.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 21a404723e1b9e0afc7974905cc89ad565da3155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Dec 2018 17:52:45 +0800 Subject: [PATCH 029/266] close resultset when closing preparedstatement --- .../alibaba/druid/pool/ElasticSearchPreparedStatement.java | 5 +++++ .../java/com/alibaba/druid/pool/ElasticSearchResultSet.java | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java index 558a9d60..6164aa15 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java @@ -298,6 +298,11 @@ public int executeUpdate(String sql) throws SQLException { @Override public void close() throws SQLException { + if (this.results != null) { + this.results.close(); + } + + this.results = null; } @Override diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java index b3fb482a..7f2ec1cc 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java @@ -51,7 +51,10 @@ public boolean next() throws SQLException { @Override public void close() throws SQLException { - + this.rows = null; + this.current = null; + this.headers = null; + this.metaData = null; } @Override From f1e076fac7a25a643041f3982250beb6b3365e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 2 Jan 2019 10:37:38 +0800 Subject: [PATCH 030/266] update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffdf7ca5..0ca09130 100644 --- a/README.md +++ b/README.md @@ -63,30 +63,31 @@ Elasticsearch-SQL **5.6.11** [![5.6.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.12** [![5.6.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.13** [![5.6.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**5.6.14** [![5.6.14 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.14)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.3** [![6.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) @@ -165,6 +166,7 @@ Versions | 5.6.11 | 5.6.11.0 | | elastic5.6.11| | 5.6.12 | 5.6.12.0 | | elastic5.6.12| | 5.6.13 | 5.6.13.0 | | elastic5.6.13| +| 5.6.14 | 5.6.14.0 | | elastic5.6.14| | 6.0.0 | 6.0.0.0 | | elastic6.0.0 | | 6.0.1 | 6.0.1.0 | | elastic6.0.1 | | 6.1.0 | 6.1.0.0 | | elastic6.1.0 | @@ -432,6 +434,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.13.0/elasticsearch-sql-5.6.13.0.zip ```` +### Elasticsearch 5.6.14 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.14.0/elasticsearch-sql-5.6.14.0.zip +```` + ### Elasticsearch 6.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip From 619bc2d2d0129cf5502c9f418f96c84d47d3f248 Mon Sep 17 00:00:00 2001 From: zhongshu Date: Mon, 4 Jun 2018 15:31:42 +0800 Subject: [PATCH 031/266] Merge pull request #793 from LongLonger/elastic6.1.1_zhongshu_dev_01 --- .gitignore | 1 + README.md | 13 + pom.xml | 2 +- src/_site/controllers.js | 1 + src/_site/query.js | 13 +- .../plugin/nlpcn/RestSqlAction.java | 42 +- .../executors/ElasticDefaultRestExecutor.java | 16 +- .../java/org/nlpcn/es4sql/SQLFunctions.java | 50 +- src/main/java/org/nlpcn/es4sql/Util.java | 12 +- .../org/nlpcn/es4sql/domain/Condition.java | 4 + .../java/org/nlpcn/es4sql/domain/Field.java | 2 +- .../java/org/nlpcn/es4sql/domain/KVValue.java | 2 + .../org/nlpcn/es4sql/domain/MethodField.java | 5 +- .../java/org/nlpcn/es4sql/domain/Order.java | 10 + .../java/org/nlpcn/es4sql/domain/Select.java | 13 +- .../java/org/nlpcn/es4sql/domain/Where.java | 4 +- .../nlpcn/es4sql/parse/CaseWhenParser.java | 140 +++++ .../org/nlpcn/es4sql/parse/ElasticLexer.java | 1 + .../es4sql/parse/ElasticSqlExprParser.java | 2 +- .../org/nlpcn/es4sql/parse/FieldMaker.java | 34 +- .../org/nlpcn/es4sql/parse/SqlParser.java | 60 ++- .../org/nlpcn/es4sql/parse/WhereParser.java | 70 ++- .../es4sql/query/AggregationQueryAction.java | 116 +++- .../es4sql/query/DefaultQueryAction.java | 70 ++- .../nlpcn/es4sql/query/ESActionFactory.java | 13 +- .../org/nlpcn/es4sql/query/QueryAction.java | 64 +-- .../nlpcn/es4sql/query/maker/AggMaker.java | 56 +- .../org/nlpcn/es4sql/query/maker/Maker.java | 51 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 28 +- .../resources/plugin-descriptor.properties | 5 +- src/test/java/com/zhongshu/ZhongshuTest.java | 501 ++++++++++++++++++ .../java/org/nlpcn/es4sql/ExplainTest.java | 2 +- .../aggregation_query_explain.json | 3 +- .../expectedOutput/between_query.json | 2 +- .../expectedOutput/multi_match_query.json | 2 +- .../expectedOutput/script_value.json | 2 +- .../expectedOutput/search_explain.json | 3 +- .../expectedOutput/search_explain_filter.json | 3 +- .../search_spatial_explain.json | 2 +- 39 files changed, 1250 insertions(+), 170 deletions(-) create mode 100644 src/test/java/com/zhongshu/ZhongshuTest.java diff --git a/.gitignore b/.gitignore index a80fdc7b..cced487f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ src/_site/vendor/codemirror/mode/jinja2/.goutputstream-* src/_site/node_modules src/site-server/node_modules *~ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 0ca09130..97130890 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,9 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10 * SQL Select * SQL Delete * SQL Where + * can use "case when" in where clause * SQL Order By + * can use "case when" in order by clause * SQL Group By * SQL AND & OR * SQL Like @@ -663,9 +665,20 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10 * SQL log10 * SQL substring * SQL round + * eg: round(10.135, 2) --> 10.14 * SQL sqrt * SQL concat_ws * SQL union and minus +* SQL case when + * can use "in"、"not in" judge in case when clause + * can execute simple calculation in case when clause, eg : case when 1 = 1 then field_1 + field_2 else 0 end +* SQL if + * select if(sex='1','男','女') from t_user; +* SQL limit + * can set aggregation bucket size and shard size by setting limit, shardSize = 20 * bucketSize + * eg: select city,count(*) as user_count from t_user group by city limit 100; + * on the above example, the bucket size is 100, shard size is 20*100 = 2000 + ## JDBC Support (Experimental feature) diff --git a/pom.xml b/pom.xml index af3edb7b..339cd77d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.3.0 + 6.5.3.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/_site/controllers.js b/src/_site/controllers.js index 728a56b7..189e2c88 100644 --- a/src/_site/controllers.js +++ b/src/_site/controllers.js @@ -180,6 +180,7 @@ function updateWithScrollIfNeeded (query) { if(selectedQuery != "" && selectedQuery != undefined){ query = selectedQuery; } + query = updateWithScrollIfNeeded(query); $http.post($scope.url + "_sql", query) .success(function(data, status, headers, config) { diff --git a/src/_site/query.js b/src/_site/query.js index bc49714b..e4c754b6 100644 --- a/src/_site/query.js +++ b/src/_site/query.js @@ -222,12 +222,12 @@ var AggregationQueryResultHandler = function(data) { } } - else { + else { //zhongshu-comment 没有子bucket了,就是最里面的那一层了 var obj = $.extend({}, additionalColumns) if(bucketName != undefined) { if(bucketName != undefined) { if("key_as_string" in bucket){ - obj[bucketName] = bucket["key_as_string"] + obj[bucketName] = bucket["key_as_string"] //zhongshu-comment 给字段取别名 } else { obj[bucketName] = bucket.key @@ -238,7 +238,7 @@ var AggregationQueryResultHandler = function(data) { for(var field in bucket) { var bucketValue = bucket[field] - if(bucketValue.buckets != undefined ){ + if(bucketValue.buckets != undefined ){ //zhongshu-comment 如果还有子bucket的话,那就继续递归 var newRows = getRows(subBucketName, bucketValue, newAdditionalColumns); $.merge(rows, newRows); continue; @@ -272,7 +272,7 @@ var AggregationQueryResultHandler = function(data) { return rows } - + //zhongshu-comment 递归 function fillFieldsForSpecificAggregation(obj,value,field) { @@ -287,6 +287,7 @@ var AggregationQueryResultHandler = function(data) { return; } + //zhongshu-comment 递归 function getSubBuckets(bucket) { var subBuckets = []; for(var field in bucket) { @@ -297,7 +298,7 @@ var AggregationQueryResultHandler = function(data) { } } else { - innerAgg = bucket[field]; + innerAgg = bucket[field]; //zhongshu-comment innerAgg这个变量是哪来的,貌似没声明,到时问问松哥 for(var innerField in innerAgg){ if(typeof(innerAgg[innerField])=="object"){ innerBuckets = getSubBuckets(innerAgg[innerField]); @@ -312,7 +313,7 @@ var AggregationQueryResultHandler = function(data) { this.data = data - this.flattenBuckets = getRows(undefined, data.aggregations, {}) + this.flattenBuckets = getRows(undefined, data.aggregations, {}) //zhongshu-comment 入口 }; AggregationQueryResultHandler.prototype.getHead = function() { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 7e98c0d0..6e263f6d 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -49,28 +49,34 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli sql = request.content().utf8ToString(); } try { - SearchDao searchDao = new SearchDao(client); - QueryAction queryAction= null; + SearchDao searchDao = new SearchDao(client); + QueryAction queryAction = null; - queryAction = searchDao.explain(sql); + queryAction = searchDao.explain(sql);//zhongshu-comment 语法解析,将sql字符串解析为一个Java查询对象 - // TODO add unittests to explain. (rest level?) - if (request.path().endsWith("/_explain")) { - final String jsonExplanation = queryAction.explain().explain(); - return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); - } else { - Map params = request.params(); - RestExecutor restExecutor = ActionRequestRestExecuterFactory.createExecutor(params.get("format")); - final QueryAction finalQueryAction = queryAction; - //doing this hack because elasticsearch throws exception for un-consumed props - Map additionalParams = new HashMap<>(); - for (String paramName : responseParams()) { - if (request.hasParam(paramName)) { - additionalParams.put(paramName, request.param(paramName)); + // TODO add unit tests to explain. (rest level?) + if (request.path().endsWith("/_explain")) { + final String jsonExplanation = queryAction.explain().explain(); + return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); + } else { + Map params = request.params(); + + //zhongshu-comment 生成一个负责用rest方式查询es的对象RestExecutor,返回的实现类是:ElasticDefaultRestExecutor + RestExecutor restExecutor = ActionRequestRestExecuterFactory.createExecutor(params.get("format")); + final QueryAction finalQueryAction = queryAction; + //doing this hack because elasticsearch throws exception for un-consumed props + Map additionalParams = new HashMap<>(); + for (String paramName : responseParams()) { + if (request.hasParam(paramName)) { + additionalParams.put(paramName, request.param(paramName)); + } } + //zhongshu-comment restExecutor.execute()方法里会调用es查询的相关rest api + //zhongshu-comment restExecutor.execute()方法的第1、4个参数是框架传进来的参数,第2、3个参数是可以自己生成的参数,所以要多注重一点 + //zhongshu-comment 默认调用的是ElasticDefaultRestExecutor这个子类 + //todo 这是什么语法:搜索java8 -> lambda表达式:https://blog.csdn.net/ioriogami/article/details/12782141 + return channel -> restExecutor.execute(client, additionalParams, finalQueryAction, channel); } - return channel -> restExecutor.execute(client,additionalParams, finalQueryAction,channel); - } } catch (SqlParseException | SQLFeatureNotSupportedException e) { e.printStackTrace(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index 2f28c779..d83c0fc2 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -33,25 +33,37 @@ public ElasticDefaultRestExecutor() { /** * Execute the ActionRequest and returns the REST response using the channel. + * zhongshu-comment 第二个参数Map params 并没有被使用 */ @Override public void execute(Client client, Map params, QueryAction queryAction, RestChannel channel) throws Exception { + //zhongshu-comment queryAction的使命结束了,交由SqlElasticRequestBuilder接力,SqlElasticRequestBuilder是es-sql自己定义的一个类,不是es原生api SqlElasticRequestBuilder requestBuilder = queryAction.explain(); + + //zhongshu-comment 看这行,将QueryAction对象转为es查询对象,这个是重点了,到这步就已经成功将sql字符串转化为es查询请求了 + //zhongshu-comment ActionRequest是es的原生api ActionRequest request = requestBuilder.request(); - if (requestBuilder instanceof JoinRequestBuilder) { + //zhongshu-comment 应该是分别对应6中QueryAction子类实现 + if (requestBuilder instanceof JoinRequestBuilder) { //zhongshu-comment 对应连接查询:ESJoinQueryAction ElasticJoinExecutor executor = ElasticJoinExecutor.createJoinExecutor(client, requestBuilder); executor.run(); executor.sendResponse(channel); - } else if (requestBuilder instanceof MultiQueryRequestBuilder) { + } else if (requestBuilder instanceof MultiQueryRequestBuilder) { //zhongshu-comment 对应union查询:MultiQueryAction ElasticHitsExecutor executor = MultiRequestExecutorFactory.createExecutor(client, (MultiQueryRequestBuilder) requestBuilder); executor.run(); sendDefaultResponse(executor.getHits(), channel); } else if (request instanceof SearchRequest) { + //zhongshu-comment 对应的QueryAction实现子类:DefaultQueryAction、AggregationQueryAction + //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticSearchRequestBuilder client.search((SearchRequest) request, new RestStatusToXContentListener<>(channel)); } else if (request instanceof DeleteByQueryRequest) { + //zhongshu-comment 对应的QueryAction实现子类:DeleteQueryAction + //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticDeleteByQueryRequestBuilder requestBuilder.getBuilder().execute(new BulkIndexByScrollResponseContentListener(channel, Maps.newHashMap())); } else if (request instanceof GetIndexRequest) { + //zhongshu-comment 对应的QueryAction实现子类:ShowQueryAction + //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:是一个匿名内部类,跳进去queryAction.explain()看 requestBuilder.getBuilder().execute(new GetIndexRequestRestListener(channel, (GetIndexRequest) request)); } else if (request instanceof SearchScrollRequest) { client.searchScroll((SearchScrollRequest) request, new RestStatusToXContentListener<>(channel)); diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 49bb9d0c..9f985fa8 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -25,13 +25,34 @@ public class SQLFunctions { "random", "abs", //nummber operator "split", "concat_ws", "substring", "trim",//string operator "add", "multiply", "divide", "subtract", "modulus",//binary operator - "field", "date_format" + "field", "date_format", "if" ); public static Tuple function(String methodName, List paramers, String name,boolean returnValue) { Tuple functionStr = null; - switch (methodName) { + switch (methodName.toLowerCase()) { + case "if": + String nameIF = ""; + String caseString = ""; + if(paramers.get(0).value instanceof SQLInListExpr){ + nameIF += methodName+"("+((SQLInListExpr) paramers.get(0).value).getExpr()+" in ("; + String left = "doc['"+((SQLInListExpr) paramers.get(0).value).getExpr().toString()+"'].value"; + List targetList = ((SQLInListExpr) paramers.get(0).value).getTargetList(); + for(SQLExpr a:targetList){ + caseString += left + " == '" + a.toString() + "' ||"; + nameIF += a.toString()+","; + } + caseString = caseString.substring(0,caseString.length()-2); + nameIF = nameIF.substring(0,nameIF.length()-1)+"),"; + }else{ + String left = "doc['"+paramers.get(0).key+"'].value"; + caseString += left + " == '" + paramers.get(0).value+"'"; + nameIF = methodName+"("+paramers.get(0).toString()+","; + } + nameIF += paramers.get(1).value+","+paramers.get(2).value+")"; + functionStr = new Tuple<>(nameIF,"if(("+caseString+")){"+paramers.get(1).value+"} else {"+paramers.get(2).value+"}"); + break; case "split": if (paramers.size() == 3) { functionStr = split(Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), @@ -66,6 +87,12 @@ public static Tuple function(String methodName, List pa case "abs": case "round": case "floor": + if (paramers.size() == 2) { + //zhongshu-comment es的round()默认是保留到个位,这里给round()函数加上精确到小数点后第几位的功能 + int decimalPrecision = Integer.parseInt(paramers.get(1).value.toString()); + functionStr = mathRoundTemplate("Math."+methodName,methodName,Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), name, decimalPrecision); + break; + } case "ceil": case "cbrt": case "rint": @@ -131,7 +158,7 @@ public static Tuple function(String methodName, List pa default: } - if(returnValue){ + if(returnValue && !methodName.equalsIgnoreCase("if")){ String generatedFieldName = functionStr.v1(); String returnCommand = ";return " + generatedFieldName +";" ; String newScript = functionStr.v2() + returnCommand; @@ -328,6 +355,23 @@ private static Tuple mathSingleValueTemplate(String methodName, } + private static Tuple mathRoundTemplate(String methodName, String fieldName, String strColumn, String valueName, int decimalPrecision) { + + StringBuilder sb = new StringBuilder("1"); + for (int i = 0; i < decimalPrecision; i++) { + sb.append("0"); + } + double num = Double.parseDouble(sb.toString()); + + String name = fieldName + "_" + random(); + if (valueName == null) { + return new Tuple<>(name, "def " + name + " = " + methodName + "((doc['" + strColumn + "'].value) * " + num + ")/" + num); + } else { + return new Tuple<>(name, strColumn + ";def " + name + " = " + methodName + "((" + valueName + ") * " + num + ")/" + num); + } + + } + public static Tuple strSingleValueTemplate(String methodName, String strColumn, String valueName) { String name = methodName + "_" + random(); if (valueName == null) { diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index 5af3d991..cef12dd1 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -101,8 +101,14 @@ public static Object getScriptValueWithQuote(SQLExpr expr, String quote) throws return ((SQLNumericLiteralExpr) expr).getNumber(); } else if (expr instanceof SQLNullExpr) { return ((SQLNullExpr) expr).toString().toLowerCase(); - } - throw new SqlParseException("could not parse sqlBinaryOpExpr need to be identifier/valuable got" + expr.getClass().toString() + " with value:" + expr.toString()); + } else if (expr instanceof SQLBinaryOpExpr) { + //zhongshu-comment 该分支由忠树添加 + String left = "doc['" + ((SQLBinaryOpExpr) expr).getLeft().toString() + "'].value"; + String operator = ((SQLBinaryOpExpr) expr).getOperator().getName(); + String right = "doc['" + ((SQLBinaryOpExpr) expr).getRight().toString() + "'].value"; + return left + operator + right; + } + throw new SqlParseException("could not parse sqlBinaryOpExpr need to be identifier/valuable got " + expr.getClass().toString() + " with value:" + expr.toString()); } public static boolean isFromJoinOrUnionTable(SQLExpr expr) { @@ -139,7 +145,7 @@ public static double[] KV2DoubleArr(List params) { double[] ds = new double[params.size()]; int i = 0; for (KVValue v : params) { - ds[i] = Double.parseDouble(v.value.toString()); + ds[i] = ((Number) v.value).doubleValue(); i++; } return ds; diff --git a/src/main/java/org/nlpcn/es4sql/domain/Condition.java b/src/main/java/org/nlpcn/es4sql/domain/Condition.java index c74239a1..6cb33bcd 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Condition.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Condition.java @@ -89,6 +89,10 @@ public SQLExpr getValueExpr() { private boolean isChildren; private String childType; + public Condition(CONN conn) { + super(conn); + } + public Condition(CONN conn, String field, SQLExpr nameExpr, String condition, Object obj, SQLExpr valueExpr) throws SqlParseException { this(conn, field, nameExpr, condition, obj, valueExpr, null); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Field.java b/src/main/java/org/nlpcn/es4sql/domain/Field.java index 465f2f10..31ed4a7a 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Field.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Field.java @@ -11,7 +11,7 @@ */ public class Field implements Cloneable{ - protected String name; + protected String name; //zhongshu-comment 在这里拼上script(....) private String alias; private NestedType nested; private ChildrenType children; diff --git a/src/main/java/org/nlpcn/es4sql/domain/KVValue.java b/src/main/java/org/nlpcn/es4sql/domain/KVValue.java index 08c0e9cd..5fd0183e 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/KVValue.java +++ b/src/main/java/org/nlpcn/es4sql/domain/KVValue.java @@ -4,6 +4,7 @@ public class KVValue implements Cloneable { public String key; public Object value; + //zhongshu-comment 看样子,应该存在只有value没有key的情况 public KVValue(Object value) { this.value = value; } @@ -17,6 +18,7 @@ public KVValue(String key, Object value) { @Override public String toString() { + //zhongshu-comment 看样子,应该存在只有value没有key的情况 if (key == null) { return value.toString(); } else { diff --git a/src/main/java/org/nlpcn/es4sql/domain/MethodField.java b/src/main/java/org/nlpcn/es4sql/domain/MethodField.java index a859771c..ca196033 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/MethodField.java +++ b/src/main/java/org/nlpcn/es4sql/domain/MethodField.java @@ -14,7 +14,7 @@ */ public class MethodField extends Field { private List params = null; - private String option; + private String option; //zhongshu-comment 暂时只用于DISTINCT去重查询 public MethodField(String name, List params, String option, String alias) { super(name, alias); @@ -44,12 +44,13 @@ public Map getParamsAsMap(){ return paramsAsMap; } + //zhongshu-comment 在这里拼上script(....) @Override public String toString() { if (option != null) { return this.name + "(" + option + " " + Util.joiner(params, ",") + ")"; } - return this.name + "(" + Util.joiner(params, ",") + ")"; + return this.name + "(" + Util.joiner(params, ",") + ")";//zhongshu-comment 报错 } public String getOption() { diff --git a/src/main/java/org/nlpcn/es4sql/domain/Order.java b/src/main/java/org/nlpcn/es4sql/domain/Order.java index 23caafd5..6b631ab6 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Order.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Order.java @@ -1,5 +1,7 @@ package org.nlpcn.es4sql.domain; +import org.elasticsearch.search.sort.ScriptSortBuilder; + /** * 排序规则 * @author ansj @@ -9,6 +11,7 @@ public class Order { private String nestedPath; private String name; private String type; + private ScriptSortBuilder.ScriptSortType scriptSortType; public Order(String nestedPath, String name, String type) { this.nestedPath = nestedPath; @@ -40,4 +43,11 @@ public void setType(String type) { this.type = type; } + public ScriptSortBuilder.ScriptSortType getScriptSortType() { + return scriptSortType; + } + + public void setScriptSortType(ScriptSortBuilder.ScriptSortType scriptSortType) { + this.scriptSortType = scriptSortType; + } } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index 9f5167bb..81796b2f 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.domain; +import org.elasticsearch.search.sort.ScriptSortBuilder; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.parse.SubQueryExpression; @@ -22,7 +23,8 @@ public class Select extends Query { private List> groupBys = new ArrayList<>(); private List orderBys = new ArrayList<>(); private int offset; - private int rowCount = 200; + public static final int DEFAULT_ROWCOUNT = 1000; + private int rowCount = DEFAULT_ROWCOUNT; private boolean containsSubQueries; private List subQueries; public boolean isQuery = false; @@ -72,11 +74,14 @@ public int getRowCount() { return rowCount; } - public void addOrderBy(String nestedPath, String name, String type) { - if ("_score".equals(name)) { + public void addOrderBy(String nestedPath, String name, String type, ScriptSortBuilder.ScriptSortType scriptSortType) { + if ("_score".equals(name)) { //zhongshu-comment 可以直接在order by子句中写_score,根据该字段排序 select * from tbl order by _score asc isQuery = true; } - this.orderBys.add(new Order(nestedPath, name, type)); + Order order = new Order(nestedPath, name, type); + + order.setScriptSortType(scriptSortType); + this.orderBys.add(order); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Where.java b/src/main/java/org/nlpcn/es4sql/domain/Where.java index 276cae99..4a2f4c95 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Where.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Where.java @@ -16,8 +16,8 @@ public static Where newInstance() { return new Where(CONN.AND); } - private LinkedList wheres = new LinkedList<>(); - + //zhongshu-comment 只有wheres和conn这两个属性 + private LinkedList wheres = new LinkedList<>();//zhongshu-comment 不会被子类Condition继承,但是子类可以通过get() set()方法访问吧? protected CONN conn; public Where(String connStr) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java index b1a56719..07481b78 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java @@ -11,6 +11,7 @@ import org.nlpcn.es4sql.exception.SqlParseException; import java.util.ArrayList; +import java.util.LinkedList; import java.util.List; /** @@ -18,6 +19,8 @@ */ public class CaseWhenParser { private SQLCaseExpr caseExpr; + + //zhongshu-comment 以下这两个属性貌似没有被使用 private String alias; private String tableAlias; @@ -35,6 +38,17 @@ public String parse() throws SqlParseException { SQLExpr conditionExpr = item.getConditionExpr(); WhereParser parser = new WhereParser(new SqlParser(), conditionExpr); + /* + zhongshu-comment 将case when的各种条件判断转换为script的if-else判断,举例如下 + case when: + CASE + WHEN platform_id = 'PC' AND os NOT IN ('全部') THEN 'unknown' + ELSE os + + script的if-else: + 将上文case when例子中的WHEN platform_id = 'PC' AND os NOT IN ('全部') THEN 'unknown' 解析成如下的script: + (doc['platform_id'].value=='PC') && (doc['os'].value != '全部' ) + */ String scriptCode = explain(parser.findWhere()); if (scriptCode.startsWith(" &&")) { scriptCode = scriptCode.substring(3); @@ -53,10 +67,80 @@ public String parse() throws SqlParseException { result.add("else {" + Util.getScriptValueWithQuote(elseExpr, "'") + "}"); } + return Joiner.on(" ").join(result); + } + + /** + * zhongshu-comment + * 1、该方法的作用:将在where子句中的case when解析为es script + * 2、该种情况的es script和select、group by、order by等子句中的case when的es script不一样, + * 因为在where子句中script的返回值是布尔类型,所以script中需要有个布尔判断, + * 而其他情况的script返回值就是转换后的值,该值一般是字符串、数值 + * @author zhongshu + * @return + * @throws SqlParseException + */ + public String parseCaseWhenInWhere(Object[] valueArr) throws SqlParseException { + List result = new ArrayList(); + String TMP = "tmp"; + result.add("String " + TMP + " = '';"); + + for (SQLCaseExpr.Item item : caseExpr.getItems()) { + SQLExpr conditionExpr = item.getConditionExpr(); + + WhereParser parser = new WhereParser(new SqlParser(), conditionExpr); + + String scriptCode = explain(parser.findWhere()); + if (scriptCode.startsWith(" &&")) { + scriptCode = scriptCode.substring(3); + } + if (result.size() == 1) { //zhongshu-comment 在for循环之前就已经先add了一个元素 + result.add("if(" + scriptCode + ")" + "{" + TMP + "=" + Util.getScriptValueWithQuote(item.getValueExpr(), "'") + "}"); + } else { + result.add("else if(" + scriptCode + ")" + "{" + TMP + "=" + Util.getScriptValueWithQuote(item.getValueExpr(), "'") + "}"); + } + + } + SQLExpr elseExpr = caseExpr.getElseExpr(); + if (elseExpr == null) { + result.add("else { null }"); + } else { + result.add("else {" + TMP + "=" + Util.getScriptValueWithQuote(elseExpr, "'") + "}"); + } + /* + zhongshu-comment + 1、第一种情况in + field in (a, b, c) --> field == a || field == b || field == c + + 2、第二种情况not in + field not in (a, b, c) --> field != a && field != b && field != c + 等价于 --> !(field == a || field == b || field == c) 即对第一种情况取反, + (field == a || field == b || field == c)里的a、b、c要全部为false,!(field == a || field == b || field == c)才为true + + 3、这里只拼接第一种情况,不拼接第一种情况, + 如果要需要第二种情况,那就调用该方法得到返回值后自行拼上取反符号和括号: !(${该方法的返回值}) + */ + String judgeStatement = parseInNotInJudge(valueArr, TMP, "==", "||", true); + result.add("return " + judgeStatement + ";"); return Joiner.on(" ").join(result); } + /** + * zhongshu-comment 这个方法应该设为private比较合适,因为只在上文的parse()方法中被调用了 + * zhongshu-comment 将case when的各种条件判断转换为script的if-else判断,举例如下 + case when: + CASE + WHEN platform_id = 'PC' AND os NOT IN ('全部') THEN 'unknown' + ELSE os + + script的if-else: + 将上文case when例子中的WHEN platform_id = 'PC' AND os NOT IN ('全部') THEN 'unknown' 解析成如下的script: + (doc['platform_id'].value=='PC') && (doc['os'].value != '全部' ) + * @param where + * @return + * @throws SqlParseException + */ public String explain(Where where) throws SqlParseException { List codes = new ArrayList(); while (where.getWheres().size() == 1) { @@ -78,12 +162,19 @@ private void explainWhere(List codes, Where where) throws SqlParseExcept Object[] objs = (Object[]) condition.getValue(); codes.add("(" + "doc['" + condition.getName() + "'].value >= " + objs[0] + " && doc['" + condition.getName() + "'].value <=" + objs[1] + ")"); + } else if (condition.getOpear() == OPEAR.IN) {// in + //zhongshu-comment 增加该分支,可以解析case when判断语句中的in、not in判断语句 + codes.add(parseInNotInJudge(condition, "==", "||", false)); + } else if (condition.getOpear() == OPEAR.NIN) { // not in + codes.add(parseInNotInJudge(condition, "!=", "&&", false)); } else { SQLExpr nameExpr = condition.getNameExpr(); SQLExpr valueExpr = condition.getValueExpr(); if(valueExpr instanceof SQLNullExpr) { + //zhongshu-comment 空值查询的意思吗?例如:查a字段没有值的那些文档,是这个意思吗 codes.add("(" + "doc['" + nameExpr.toString() + "']" + ".empty)"); } else { + //zhongshu-comment 该分支示例:(doc['c'].value==1) codes.add("(" + Util.getScriptValueWithQuote(nameExpr, "'") + condition.getOpertatorSymbol() + Util.getScriptValueWithQuote(valueExpr, "'") + ")"); } } @@ -97,4 +188,53 @@ private void explainWhere(List codes, Where where) throws SqlParseExcept } } + /** + * @author zhongshu + * @param condition + * @param judgeOperator + * @param booleanOperator + * @throws SqlParseException + */ + private String parseInNotInJudge(Condition condition, String judgeOperator, String booleanOperator, boolean flag) throws SqlParseException { + Object[] objArr = (Object[]) condition.getValue(); + if (objArr.length == 0) + throw new SqlParseException("you should assign some value in bracket!!"); + + String script = "("; + + String template = "doc['" + condition.getName() + "'].value " + judgeOperator + " %s " + booleanOperator + " "; //结尾这个空格就只空一格 + if (flag) { + template = condition.getName() + " " + judgeOperator + " %s " + booleanOperator + " "; //结尾这个空格就只空一格; + } + for (Object obj : objArr) { + script = script + String.format(template, parseInNotInValueWithQuote(obj)); + } + script = script.substring(0, script.lastIndexOf(booleanOperator));//去掉末尾的&& + script += ")"; //zhongshu-comment script结果示例 (doc['a'].value == 1 && doc['a'].value == 2 && doc['a'].value == 3 ) + return script; + + } + + private String parseInNotInJudge(Object value, String fieldName, String judgeOperator, String booleanOperator, boolean flag) throws SqlParseException { + Condition cond = new Condition(null); + cond.setValue(value); + cond.setName(fieldName); + + return parseInNotInJudge(cond, judgeOperator, booleanOperator, flag); + + } + + /** + * @author zhongshu + * @param obj + * @return + */ + private Object parseInNotInValueWithQuote(Object obj) { + //zhongshu-comment 因为我们的表就只有String 和 double两种类型,所以就只判断了这两种情况 + if (obj instanceof String) { + return "'" + obj + "'"; + } else { + return obj; + } + } } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java index 6436df95..c1ce9613 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java @@ -66,6 +66,7 @@ public void scanIdentifier() { for (;;) { ch = charAt(++pos); + //zhongshu-comment 就这行和父类MySqlLexer的scanIdentifier()方法不一样,用了自己的实现isElasticIdentifierChar() if (!isElasticIdentifierChar(ch)) { break; } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java index 459984fb..67759521 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java @@ -155,7 +155,7 @@ public SQLExpr primary() { return expr; } - + //zhongshu-comment 比父类的AGGREGATE_FUNCTIONS 多了 GROUP_CONCAT 这个function public static String[] AGGREGATE_FUNCTIONS = {"AVG", "COUNT", "GROUP_CONCAT", "MAX", "MIN", "STDDEV", "SUM"}; diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 8f382773..2e8a99a1 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -31,7 +31,7 @@ public static Field makeField(SQLExpr expr, String alias, String tableAlias) thr //make a SCRIPT method field; return makeField(makeBinaryMethodField((SQLBinaryOpExpr) expr, alias, true), alias, tableAlias); - } else if (expr instanceof SQLAllColumnExpr) { + } else if (expr instanceof SQLAllColumnExpr) {//zhongshu-comment 对应select * 的情况 } else if (expr instanceof SQLMethodInvokeExpr) { SQLMethodInvokeExpr mExpr = (SQLMethodInvokeExpr) expr; @@ -56,9 +56,14 @@ public static Field makeField(SQLExpr expr, String alias, String tableAlias) thr SQLAggregateExpr sExpr = (SQLAggregateExpr) expr; return makeMethodField(sExpr.getMethodName(), sExpr.getArguments(), sExpr.getOption(), alias, tableAlias, true); } else if (expr instanceof SQLCaseExpr) { + //zhongshu-comment case when走这个分支 String scriptCode = new CaseWhenParser((SQLCaseExpr) expr, alias, tableAlias).parse(); List methodParameters = new ArrayList<>(); - methodParameters.add(new KVValue(alias)); + /*zhongshu-comment group by子句中case when是没有别名的,这时alias=null,调用KVValue的toString()会报空指针 + methodParameters.add(new KVValue(alias)); //zhongshu-comment 这是原语句,被我注释掉了,改为下面带非空判断的语句*/ + if (null != alias && alias.trim().length() != 0) { + methodParameters.add(new KVValue(alias)); + } methodParameters.add(new KVValue(scriptCode)); return new MethodField("script", methodParameters, null, alias); }else if (expr instanceof SQLCastExpr) { @@ -198,9 +203,21 @@ private static Field handleIdentifier(SQLExpr expr, String alias, String tableAl field = new Field(newFieldName, alias); } + //zhongshu-comment 字段的别名不为空 && 别名和字段名不一样 if (alias != null && !alias.equals(name) && !Util.isFromJoinOrUnionTable(expr)) { + + /* + zhongshu-comment newFieldName是字段原来的名字,这句话应该是用于es dsl的 + 使用别名有很多种情况: + 1、最简单的就是select field_1 as a from tbl + 2、调用函数处理字段之后,select floor(field_1) as a from tbl + 3、执行表达式,select field_1 + field_2 as a from tbl + 4、case when field_1='a' then 'haha' else 'hehe' end as a + 5、........ + 所以这个if分支就是为了处理以上这些情况的 + */ List paramers = Lists.newArrayList(); - paramers.add(new SQLCharExpr(alias)); + paramers.add(new SQLCharExpr(alias)); //zhongshu-comment 别名 paramers.add(new SQLCharExpr("doc['" + newFieldName + "'].value")); field = makeMethodField("script", paramers, null, alias, tableAlias, true); } @@ -272,9 +289,9 @@ public static MethodField makeMethodField(String name, List arguments, } } - + //zhongshu-comment script字段不会走这个分支 //just check we can find the function - if (SQLFunctions.buildInFunctions.contains(finalMethodName)) { + if (SQLFunctions.buildInFunctions.contains(finalMethodName.toLowerCase())) { if (alias == null && first) { alias = "field_" + SQLFunctions.random();//paramers.get(0).value.toString(); } @@ -286,7 +303,12 @@ public static MethodField makeMethodField(String name, List arguments, //variance paramers.add(new KVValue(newFunctions.v1())); } else { - paramers.add(new KVValue(alias)); + + if(newFunctions.v1().toLowerCase().contains("if")){ + paramers.add(new KVValue(newFunctions.v1())); + }else { + paramers.add(new KVValue(alias)); + } } paramers.add(new KVValue(newFunctions.v2())); diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index 518fe17e..e9a6df6e 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -9,6 +9,7 @@ import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; +import org.elasticsearch.search.sort.ScriptSortBuilder; import org.nlpcn.es4sql.domain.*; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintFactory; @@ -37,27 +38,50 @@ public Select parseSelect(SQLQueryExpr mySqlExpr) throws SqlParseException { return select; } + /** + * zhongshu-comment 在访问AST里面的子句、token + * @param query + * @return + * @throws SqlParseException + */ public Select parseSelect(MySqlSelectQueryBlock query) throws SqlParseException { Select select = new Select(); + /*zhongshu-comment SqlParser类没有成员变量,里面全是方法,所以将this传到WhereParser对象时是无状态的, + 即SqlParser对象并没有给WhereParser传递任何属性,也不存在WhereParser修改SqlParser的成员变量值这一说 + WhereParser只是单纯想调用SqlParser的方法而已 + */ WhereParser whereParser = new WhereParser(this, query); + /* + zhongshu-comment 例如sql:select a,sum(b),case when c='a' then 1 else 2 end as my_c from tbl, + 那findSelect()就是解析这一部分了:a,sum(b),case when c='a' then 1 else 2 end as my_c + */ + findSelect(query, select, query.getFrom().getAlias()); //zhongshu-comment 看过 - findSelect(query, select, query.getFrom().getAlias()); - - select.getFrom().addAll(findFrom(query.getFrom())); + select.getFrom().addAll(findFrom(query.getFrom())); //zhongshu-comment 看过 - select.setWhere(whereParser.findWhere()); + select.setWhere(whereParser.findWhere()); //zhongshu-comment 看过 + //zhongshu-comment 这个应该是针对where子查询的,而不是from子查询,貌似又不是解析from子查询的,报错了 + //zhongshu-comment 也许es本身就不支持子查询,所以es-sql就没实现,那这个fillSubQueries是什么啊?? + //todo 看不懂,测试了好几个常见的sql,都没有进去该方法,那就先不理了,看别的 select.fillSubQueries(); + //zhongshu-comment 解析sql语句中的注释:select /*! USE_SCROLL(10,120000) */ * FROM spark_es_table + //hint单词的意思是提示,即sql中的注释内容 + // /* 和 */之间是sql的注释内容,这是sql本身的语法,然后sql解析器会将注释块之间的内容“! USE_SCROLL(10,120000) ”抽取出来 + // ! USE_SCROLL是es-sql自己定义的一套规则, + // 在不增加mysql原有语法的情况下,利用注释来灵活地扩展es-sql的功能,这样就能使用druid的mysql语法解析器了,无需自己实现 + // 注意:!叹号和USE_SCROLL之间要空且只能空一格 select.getHints().addAll(parseHints(query.getHints())); findLimit(query.getLimit(), select); - findOrderBy(query, select); + //zhongshu-comment 和那个_score有关 + findOrderBy(query, select); //zhongshu-comment 还没看 - findGroupBy(query, select); + findGroupBy(query, select); //zhongshu-comment aggregations return select; } @@ -101,9 +125,9 @@ private void findGroupBy(MySqlSelectQueryBlock query, Select select) throws SqlP MySqlSelectGroupByExpr sqlSelectGroupByExpr = (MySqlSelectGroupByExpr) sqlExpr; sqlExpr = sqlSelectGroupByExpr.getExpr(); } - if ((sqlExpr instanceof SQLParensIdentifierExpr || !(sqlExpr instanceof SQLIdentifierExpr || sqlExpr instanceof SQLMethodInvokeExpr)) && !standardGroupBys.isEmpty()) { // flush the standard group bys + // zhongshu-comment 先将standardGroupBys里面的字段传到select对象的groupBys字段中,然后给standardGroupBys分配一个没有元素的新的list select.addGroupBy(convertExprsToFields(standardGroupBys, sqlTableSource)); standardGroupBys = new ArrayList<>(); } @@ -129,6 +153,7 @@ private List convertExprsToFields(List exprs, SQLTable List fields = new ArrayList<>(exprs.size()); for (SQLExpr expr : exprs) { //here we suppose groupby field will not have alias,so set null in second parameter + //zhongshu-comment case when 有别名过不了语法解析,没有别名执行下面语句会报空指针 fields.add(FieldMaker.makeField(expr, null, sqlTableSource.getAlias())); } return fields; @@ -182,15 +207,28 @@ private void addOrderByToSelect(Select select, List items, String orderByName = f.toString(); if (sqlSelectOrderByItem.getType() == null) { - sqlSelectOrderByItem.setType(SQLOrderingSpecification.ASC); + sqlSelectOrderByItem.setType(SQLOrderingSpecification.ASC); //zhongshu-comment 默认是升序排序 } String type = sqlSelectOrderByItem.getType().toString(); orderByName = orderByName.replace("`", ""); if (alias != null) orderByName = orderByName.replaceFirst(alias + "\\.", ""); - select.addOrderBy(f.getNestedPath(), orderByName, type); + ScriptSortBuilder.ScriptSortType scriptSortType = judgeIsStringSort(expr); + select.addOrderBy(f.getNestedPath(), orderByName, type, scriptSortType); + } + } + + private ScriptSortBuilder.ScriptSortType judgeIsStringSort(SQLExpr expr) { + if (expr instanceof SQLCaseExpr) { + List itemList = ((SQLCaseExpr) expr).getItems(); + for (SQLCaseExpr.Item item : itemList) { + if (item.getValueExpr() instanceof SQLCharExpr) { + return ScriptSortBuilder.ScriptSortType.STRING; + } + } } + return ScriptSortBuilder.ScriptSortType.NUMBER; } private void findLimit(MySqlSelectQueryBlock.Limit limit, Select select) { @@ -207,11 +245,13 @@ private void findLimit(MySqlSelectQueryBlock.Limit limit, Select select) { /** * Parse the from clause - * + * zhongshu-comment 只解析了一般查询和join查询,没有解析子查询 * @param from the from clause. * @return list of From objects represents all the sources. */ private List findFrom(SQLTableSource from) { + //zhongshu-comment class1.isAssignableFrom(class2) class2是不是class1的子类或者子接口 + //改成用instanceof 应该也行吧:from instanceof SQLExprTableSource boolean isSqlExprTable = from.getClass().isAssignableFrom(SQLExprTableSource.class); if (isSqlExprTable) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 73afd5cc..7b2f5733 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -1,24 +1,10 @@ package org.nlpcn.es4sql.parse; +import com.alibaba.druid.sql.ast.expr.*; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import com.alibaba.druid.sql.ast.SQLExpr; -import com.alibaba.druid.sql.ast.expr.SQLBetweenExpr; -import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; -import com.alibaba.druid.sql.ast.expr.SQLBinaryOperator; -import com.alibaba.druid.sql.ast.expr.SQLCharExpr; -import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; -import com.alibaba.druid.sql.ast.expr.SQLInListExpr; -import com.alibaba.druid.sql.ast.expr.SQLInSubQueryExpr; -import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; -import com.alibaba.druid.sql.ast.expr.SQLNotExpr; -import com.alibaba.druid.sql.ast.expr.SQLNullExpr; -import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; -import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; -import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; -import com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr; -import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; @@ -80,7 +66,11 @@ public Where findWhere() throws SqlParseException { public void parseWhere(SQLExpr expr, Where where) throws SqlParseException { - + /* + zhongshu-comment SQLBinaryOpExpr举例: + eg1:a = 1 + eg2:a = 1 AND b = 2 OR c = 3 + */ if (expr instanceof SQLBinaryOpExpr) { SQLBinaryOpExpr bExpr = (SQLBinaryOpExpr) expr; if (explanSpecialCondWithBothSidesAreLiterals(bExpr, where)) { @@ -175,7 +165,7 @@ private boolean explanSpecialCondWithBothSidesAreProperty(SQLBinaryOpExpr bExpr, return false; } - + //zhongshu-comment isCondition的意思吗?判断是不是一个判断条件,例如:a=1 或者 floor(a)=1这种最小的单元 private boolean isCond(SQLBinaryOpExpr expr) { SQLExpr leftSide = expr.getLeft(); if (leftSide instanceof SQLMethodInvokeExpr) { @@ -201,14 +191,14 @@ private void routeCond(SQLBinaryOpExpr bExpr, SQLExpr sub, Where where) throws S if (binarySub.getOperator().priority != bExpr.getOperator().priority) { Where subWhere = new Where(bExpr.getOperator().name); where.addWhere(subWhere); - parseWhere(binarySub, subWhere); + parseWhere(binarySub, subWhere);//zhongshu-comment 递归调用parseWhere(),解析出where子句中的多个条件 } else { - parseWhere(binarySub, where); + parseWhere(binarySub, where);//zhongshu-comment 递归调用parseWhere(),解析出where子句中的多个条件 } } else if (sub instanceof SQLNotExpr) { Where subWhere = new Where(bExpr.getOperator().name); where.addWhere(subWhere); - parseWhere(((SQLNotExpr) sub).getExpr(), subWhere); + parseWhere(((SQLNotExpr) sub).getExpr(), subWhere);//zhongshu-comment 递归调用parseWhere(),解析出where子句中的多个条件 negateWhere(subWhere); } else { explanCond(bExpr.getOperator().name, sub, where); @@ -283,7 +273,7 @@ else if (isChildren) } where.addWhere(condition); } - } else if (expr instanceof SQLInListExpr) { + } else if (expr instanceof SQLInListExpr) { //zhongshu-comment 解析in和not in语句 SQLInListExpr siExpr = (SQLInListExpr) expr; String leftSide = siExpr.getExpr().toString(); @@ -310,9 +300,24 @@ else if (isChildren) condition = new Condition(Where.CONN.valueOf(opear), leftSide, null, siExpr.isNot() ? "NOT IN" : "IN", parseValue(siExpr.getTargetList()), null, nestedType); else if (isChildren) condition = new Condition(Where.CONN.valueOf(opear), leftSide, null, siExpr.isNot() ? "NOT IN" : "IN", parseValue(siExpr.getTargetList()), null, childrenType); - else - condition = new Condition(Where.CONN.valueOf(opear), leftSide, null, siExpr.isNot() ? "NOT IN" : "IN", parseValue(siExpr.getTargetList()), null); - + else if (siExpr.getExpr() instanceof SQLCaseExpr) { + //zhongshu-comment todo 增加代码 + + condition = new Condition(Where.CONN.valueOf(opear), + leftSide, //zhongshu-comment 这个参数传过去也没有,只是SQLCaseExpr对象的地址 + siExpr.getExpr(), //zhongshu-comment 这个才是有用的参数,是SQLCaseExpr对象 + siExpr.isNot() ? "NOT IN" : "IN", + parseValue(siExpr.getTargetList()), + null); + } + else { + condition = new Condition(Where.CONN.valueOf(opear), + leftSide, + null, + siExpr.isNot() ? "NOT IN" : "IN", + parseValue(siExpr.getTargetList()), + null); + } where.addWhere(condition); } else if (expr instanceof SQLBetweenExpr) { SQLBetweenExpr between = ((SQLBetweenExpr) expr); @@ -404,6 +409,13 @@ else if (isChildren) where.addWhere(condition); } else if (methodName.toLowerCase().equals("script")) { + /* + zhongshu-comment 这里也是Script Query,但是貌似没见过有走这个分支的sql + 1、文档 + https://www.elastic.co/guide/en/elasticsearch/reference/6.1/query-dsl-script-query.html + 2、java api + https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.1/java-specialized-queries.html + */ ScriptFilter scriptFilter = new ScriptFilter(); if (!scriptFilter.tryParseFromMethodExpr(methodExpr)) { throw new SqlParseException("could not parse script filter"); @@ -543,6 +555,12 @@ private Object[] getMethodValuesWithSubQueries(SQLMethodInvokeExpr method) throw return values.toArray(); } + /** + * zhongshu-comment 该放方法只用于解析in、not in括号中的列表,将括号中的多个值转为数组Object[] + * @param targetList + * @return + * @throws SqlParseException + */ private Object[] parseValue(List targetList) throws SqlParseException { Object[] value = new Object[targetList.size()]; for (int i = 0; i < targetList.size(); i++) { @@ -572,6 +590,10 @@ private Object parseValue(SQLExpr expr) throws SqlParseException { } else if (expr instanceof SQLPropertyExpr) { return expr; } else { + /* + zhongshu-comment 解析where子查询时会抛出这样的异常: + Failed to parse SqlExpression of type class com.alibaba.druid.sql.ast.expr.SQLQueryExpr. expression value: com.alibaba.druid.sql.ast.statement.SQLSelect@1d60737e + */ throw new SqlParseException( String.format("Failed to parse SqlExpression of type %s. expression value: %s", expr.getClass(), expr) ); diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 67bf2102..0426b038 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -14,6 +14,8 @@ import org.elasticsearch.search.aggregations.AggregationBuilder; import org.elasticsearch.search.aggregations.AggregationBuilders; import org.elasticsearch.search.aggregations.BucketOrder; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; @@ -46,25 +48,30 @@ public AggregationQueryAction(Client client, Select select) { @Override public SqlElasticSearchRequestBuilder explain() throws SqlParseException { - this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); +// this.request = client.prepareSearch();//zhongshu-comment elastic6.1.1的写法 + this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); //zhongshu-comment master的写法 setIndicesAndTypes(); - setWhere(select.getWhere()); + setWhere(select.getWhere()); //zhongshu-comment 和DefaultQueryAction的setWhere()一样 AggregationBuilder lastAgg = null; - + //zhongshu-comment 因为es的aggs是可以多条线的,a线可能是group by 省,城市,b线可能是group by 性别、年龄,所以select的groupBys字段是双层List,第一层是a线、b线,第二层是每条线要group by哪些字段 for (List groupBy : select.getGroupBys()) { if (!groupBy.isEmpty()) { Field field = groupBy.get(0); - + //zhongshu-comment 使得group by可以使用select子句中字段的别名 //make groupby can reference to field alias lastAgg = getGroupAgg(field, select); + /* + zhongshu-comment 假如limit是比200小,那shard size就设为5000, + 假如limit是比200大,那shard size等于size的为准? + */ if (lastAgg != null && lastAgg instanceof TermsAggregationBuilder && !(field instanceof MethodField)) { //if limit size is too small, increasing shard size is required if (select.getRowCount() < 200) { - ((TermsAggregationBuilder) lastAgg).shardSize(2000); + ((TermsAggregationBuilder) lastAgg).shardSize(5000); for (Hint hint : select.getHints()) { if (hint.getType() == HintType.SHARD_SIZE) { if (hint.getParams() != null && hint.getParams().length != 0 && hint.getParams()[0] != null) { @@ -73,9 +80,9 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { } } } - if(select.getRowCount()>0) { - ((TermsAggregationBuilder) lastAgg).size(select.getRowCount()); - } + + setSize(lastAgg, field); + setShardSize(lastAgg); } if (field.isNested()) { @@ -102,6 +109,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { request.addAggregation(lastAgg); } + //zhongshu-comment 下标从1开始 for (int i = 1; i < groupBy.size(); i++) { field = groupBy.get(i); AggregationBuilder subAgg = getGroupAgg(field, select); @@ -110,7 +118,8 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { // //((TermsAggregationBuilder) subAgg).size(0); // } - + setSize(subAgg, field); + setShardSize(subAgg); if (field.isNested()) { AggregationBuilder nestedBuilder = createNestedAggregation(field); @@ -137,16 +146,29 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { lastAgg.subAggregation(subAgg); } + //zhongshu-comment 令lastAgg指向subAgg对象,然后继续下一个循环,就能达到这样的效果:a aggs下包着b aggs,b aggs下包着c aggs,c aggs下包着d aggs lastAgg = subAgg; - } + }//zhongshu-comment 单条线的aggs循环结束 } - // add aggregation function to each groupBy + // add aggregation function to each groupBy zhongshu-comment each groupBy即多条线的aggs + /* + zhongshu-comment 前面的解析都是针对group by子句中的那些字段,但group by子句中的那些字段并没有指明要统计什么指标啊,到底是count?sum?还是avg呢? + 到底要统计什么指标是在select子句中指明的。 + 例如:select c,d,sum(a),count(b) from tbl group by c,d; + 上面的逻辑就是解析group by字段中的c和d,接下来的 explanFields() 就是解析sum(a)和count(b)了 + */ explanFields(request, select.getFields(), lastAgg); - } + + }//zhongshu-comment 多条线的aggs循环结束 if (select.getGroupBys().size() < 1) { //add aggregation when having no groupBy script + /* + zhongshu-comment 假如sql中没有group by子句,但是别的情况有可能会触发aggs的,例如sql: + select sum(a),count(b) from tbl; + 这种情况就是只有一个组,所有数据就是一个组,不分组做聚合,所以还是会用到aggs的 + */ explanFields(request, select.getFields(), lastAgg); } @@ -184,7 +206,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { } } } - + //zhongshu-comment 这个要看一下 setLimitFromHint(this.select.getHints()); request.setSearchType(SearchType.DEFAULT); @@ -195,7 +217,46 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } - + + private void setSize (AggregationBuilder agg, Field field) { + if (agg instanceof HistogramAggregationBuilder || agg instanceof DateHistogramAggregationBuilder) + return; + + if (field instanceof MethodField) { //zhongshu-comment MethodField可以自定义聚合的size + MethodField mf = ((MethodField) field); + Object customSize = mf.getParamsAsMap().get("size"); + if (customSize == null) { //zhongshu-comment 假如用户没有在MethodField指定agg的size,就将默认的rowCount设置为agg的size + if(select.getRowCount()>0) { + try { + ((TermsAggregationBuilder) agg).size(select.getRowCount()); + } catch (Exception e) { + e.printStackTrace(); + } + } + } else { + //zhongshu-comment 不需要任何操作,因为之前步骤的代码已经将自定义的size设置到agg对象中了 + } + } else { + if(select.getRowCount()>0) { + try { + ((TermsAggregationBuilder) agg).size(select.getRowCount()); + } catch (Exception e) { + e.printStackTrace(); + } + } + } + } + private void setShardSize(AggregationBuilder agg) { + if (agg instanceof HistogramAggregationBuilder || agg instanceof DateHistogramAggregationBuilder) + return; + + int defaultShardSize = 20 * select.getRowCount(); + if (defaultShardSize > 5000) + ((TermsAggregationBuilder) agg).shardSize(defaultShardSize); + else + ((TermsAggregationBuilder) agg).shardSize(5000);//保证最少是5000 + } + private AggregationBuilder getGroupAgg(Field field, Select select2) throws SqlParseException { boolean refrence = false; AggregationBuilder lastAgg = null; @@ -212,7 +273,17 @@ private AggregationBuilder getGroupAgg(Field field, Select select2) throws SqlPa } } - if (!refrence) lastAgg = aggMaker.makeGroupAgg(field); + /* + zhongshu-comment reference的意思是引用,在该代码上下文的意思是group by中使用了select子句中字段的别名 + refrence为false,就代表没有引用了别名,就是一般的Field、一般的group by而已,和我平常写的一样 + "aggs":{ + "city_agg":{ + "field":"city" + } + } + */ + if (!refrence) + lastAgg = aggMaker.makeGroupAgg(field); return lastAgg; } @@ -327,14 +398,26 @@ private void setFields(List fields) { private void explanFields(SearchRequestBuilder request, List fields, AggregationBuilder groupByAgg) throws SqlParseException { for (Field field : fields) { + if (field instanceof MethodField) { if (field.getName().equals("script")) { + //question addStoredField()是什么鬼? request.addStoredField(field.getAlias()); + + /* + zhongshu-comment 将request传进去defaultQueryAction对象是为了调用setFields()中的这一行代码:request.setFetchSource(), + 给request设置include字段和exclude字段 + */ DefaultQueryAction defaultQueryAction = new DefaultQueryAction(client, select); defaultQueryAction.intialize(request); List tempFields = Lists.newArrayList(field); defaultQueryAction.setFields(tempFields); + + /* + zhongshu-comment 因为field.getName().equals("script")的那些字段一般都是作为维度而不是统计指标、度量metric, + 所以就要continue,不能继续下边的创建agg + */ continue; } @@ -342,9 +425,12 @@ private void explanFields(SearchRequestBuilder request, List fields, Aggr if (groupByAgg != null) { groupByAgg.subAggregation(makeAgg); } else { + //question 不懂为什么将一个null的agg加到request中,这应该是dsl语法问题,先不需要深究 request.addAggregation(makeAgg); } } else if (field instanceof Field) { + + //question 为什么Filed类型的字段不需要像MethodField类型字段一样设置include、exclude字段:request.setFetchSource() request.addStoredField(field.getName()); } else { throw new SqlParseException("it did not support this field method " + field); diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 556f9963..b863abe0 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -10,10 +10,7 @@ import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; -import org.elasticsearch.search.sort.FieldSortBuilder; -import org.elasticsearch.search.sort.NestedSortBuilder; -import org.elasticsearch.search.sort.SortBuilders; -import org.elasticsearch.search.sort.SortOrder; +import org.elasticsearch.search.sort.*; import org.nlpcn.es4sql.domain.*; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; @@ -33,10 +30,16 @@ public DefaultQueryAction(Client client, Select select) { this.select = select; } + /** + * zhongshu-comment 只被调用了一次,就在AggregationQueryAction类中 + * @param request + * @throws SqlParseException + */ public void intialize(SearchRequestBuilder request) throws SqlParseException { this.request = request; } + //zhongshu-comment 将sql字符串解析后的java对象,转换为es的查询请求对象 @Override public SqlElasticSearchRequestBuilder explain() throws SqlParseException { Hint scrollHint = null; @@ -50,9 +53,22 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { return new SqlElasticSearchRequestBuilder(new SearchScrollRequestBuilder(client, SearchScrollAction.INSTANCE, (String) scrollHint.getParams()[0]).setScroll(new TimeValue((Integer) scrollHint.getParams()[1]))); } + /* + zhongshu-comment 6.1.1.5这个版本和elastic6.1.1这个分支用的是这一行代码 + 但是在本地调试时我的client没有实例化,并没有去连es,所以这行代码会报空指针 + 那就将这行注释掉吧,以后就用下面那行 + */ +// this.request = client.prepareSearch(); + + /* + zhongshu-comment 6.2.4.1这个版本和master_zhongshu_dev_01用的是这一行代码,虽然client为null,但是下面这行代码并不会报空指针 + 为了在本地调试、执行下文的那些代码获得es的dsl,所以就使用这行代码,暂时将上面哪一行注释掉,上线的时候记得替换掉 + 变量request是es搜索请求对象,调用的是es的api,SearchRequestBuilder是es的原生api + */ this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); setIndicesAndTypes(); + //zhongshu-comment 将Select对象中封装的sql token信息转换并传到成员变量es搜索请求对象request中 setFields(select.getFields()); setWhere(select.getWhere()); @@ -90,22 +106,31 @@ private void setIndicesAndTypes() { /** * Set source filtering on a search request. - * + * zhongshu-comment 即es dsl中的include和exclude * @param fields * list of fields to source filter. */ public void setFields(List fields) throws SqlParseException { + /* + zhongshu-comment select * from tbl_a; + select * 这种sql语句的select.getFields().size()为0 + */ if (select.getFields().size() > 0) { ArrayList includeFields = new ArrayList(); ArrayList excludeFields = new ArrayList(); for (Field field : fields) { - if (field instanceof MethodField) { + if (field instanceof MethodField) { //zhongshu-comment MethodField是Field的子类,而且Field也就只有MethodField这一个子类了 MethodField method = (MethodField) field; if (method.getName().toLowerCase().equals("script")) { + /* + zhongshu-comment scripted_field only allows script(name,script) or script(name,lang,script) + script类型的MethodField是不会加到include和exclude中的 + */ handleScriptField(method); } else if (method.getName().equalsIgnoreCase("include")) { for (KVValue kvValue : method.getParams()) { + //zhongshu-comment select a,b,c 中的a、b、c字段add到includeFields中 includeFields.add(kvValue.value.toString()) ; } } else if (method.getName().equalsIgnoreCase("exclude")) { @@ -118,16 +143,31 @@ public void setFields(List fields) throws SqlParseException { } } - request.setFetchSource(includeFields.toArray(new String[includeFields.size()]), excludeFields.toArray(new String[excludeFields.size()])); + request.setFetchSource( + includeFields.toArray(new String[includeFields.size()]), + excludeFields.toArray(new String[excludeFields.size()]) + ); } } + /** + * zhongshu-comment scripted_field only allows script(name,script) or script(name,lang,script) + * @param method + * @throws SqlParseException + */ private void handleScriptField(MethodField method) throws SqlParseException { List params = method.getParams(); if (params.size() == 2) { request.addScriptField(params.get(0).value.toString(), new Script(params.get(1).value.toString())); } else if (params.size() == 3) { - request.addScriptField(params.get(0).value.toString(), new Script(ScriptType.INLINE, params.get(1).value.toString(), params.get(2).value.toString(), Collections.emptyMap())); + request.addScriptField(params.get(0).value.toString(), + new Script( + ScriptType.INLINE, + params.get(1).value.toString(), + params.get(2).value.toString(), + Collections.emptyMap() + ) + ); } else { throw new SqlParseException("scripted_field only allows script(name,script) or script(name,lang,script)"); } @@ -157,8 +197,18 @@ private void setSorts(List orderBys) { for (Order order : orderBys) { if (order.getNestedPath() != null) { request.addSort(SortBuilders.fieldSort(order.getName()).order(SortOrder.valueOf(order.getType())).setNestedSort(new NestedSortBuilder(order.getNestedPath()))); - } else { - request.addSort(order.getName(), SortOrder.valueOf(order.getType())); + } else if (order.getName().contains("script(")) { //zhongshu-comment 该分支是我后来加的,用于兼容order by case when那种情况 + + String scriptStr = order.getName().substring("script(".length(), order.getName().length() - 1); + Script script = new Script(scriptStr); + ScriptSortBuilder scriptSortBuilder = SortBuilders.scriptSort(script, order.getScriptSortType()); + + scriptSortBuilder = scriptSortBuilder.order(SortOrder.valueOf(order.getType())); + request.addSort(scriptSortBuilder); + } else { + request.addSort( + order.getName(), + SortOrder.valueOf(order.getType())); } } } diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 8a02f164..eb01977d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -35,7 +35,6 @@ public class ESActionFactory { /** * Create the compatible Query object * based on the SQL query. - * * @param sql The SQL query. * @return Query object. */ @@ -44,21 +43,24 @@ public static QueryAction create(Client client, String sql) throws SqlParseExcep String firstWord = sql.substring(0, sql.indexOf(' ')); switch (firstWord.toUpperCase()) { case "SELECT": + //zhongshu-comment 将sql字符串解析成AST,即SQLQueryExpr sqlExpr就是AST了,下面的代码就开始访问AST、从中获取token SQLQueryExpr sqlExpr = (SQLQueryExpr) toSqlExpr(sql); - if(isMulti(sqlExpr)){ + if(isMulti(sqlExpr)){//zhongshu-comment 判断是不是union查询,union查询两个select语句,btw:子查询也有多个select语句,至少2个 MultiQuerySelect multiSelect = new SqlParser().parseMultiSelect((SQLUnionQuery) sqlExpr.getSubQuery().getQuery()); handleSubQueries(client,multiSelect.getFirstSelect()); handleSubQueries(client,multiSelect.getSecondSelect()); return new MultiQueryAction(client, multiSelect); } - else if(isJoin(sqlExpr,sql)){ + else if(isJoin(sqlExpr,sql)){//zhongshu-comment join连接查询 JoinSelect joinSelect = new SqlParser().parseJoinSelect(sqlExpr); handleSubQueries(client, joinSelect.getFirstTable()); handleSubQueries(client, joinSelect.getSecondTable()); return ESJoinQueryActionFactory.createJoinAction(client, joinSelect); } else { + //zhongshu-comment 大部分查询都是走这个分支,先看懂这个分支 Select select = new SqlParser().parseSelect(sqlExpr); + //todo 看不懂,测试了好几个常见的sql,都没有进去handleSubQueries该方法,那就先不理了,看别的 handleSubQueries(client, select); return handleSelect(client, select); } @@ -130,9 +132,10 @@ private static boolean isJoin(SQLQueryExpr sqlExpr,String sql) { } private static SQLExpr toSqlExpr(String sql) { - SQLExprParser parser = new ElasticSqlExprParser(sql); - SQLExpr expr = parser.expr(); + SQLExprParser parser = new ElasticSqlExprParser(sql); //zhongshu-comment 这个SQLExprParser parser应该就是语法解析器 + SQLExpr expr = parser.expr(); //zhongshu-comment 这个expr应该就是解析sql之后得到的AST了 + //zhongshu-comment 调用parser.expr()方法解析完sql语句后,发现最后一个token不是End Of File的话,即该sql语句貌似是残缺的,可能是用户输入了一个未结束的sql if (parser.getLexer().token() != Token.EOF) { throw new ParserException("illegal sql expr : " + sql); } diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index aa4d05d1..a7f9454e 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -26,13 +26,13 @@ */ public abstract class QueryAction { - protected org.nlpcn.es4sql.domain.Query query; - protected Client client; + protected org.nlpcn.es4sql.domain.Query query; + protected Client client; - public QueryAction(Client client, Query query) { - this.client = client; - this.query = query; - } + public QueryAction(Client client, Query query) { + this.client = client; + this.query = query; + } protected void updateRequestWithCollapse(Select select, SearchRequestBuilder request) throws SqlParseException { JsonFactory jsonFactory = new JsonFactory(); @@ -56,16 +56,16 @@ protected void updateRequestWithPostFilter(Select select, SearchRequestBuilder r } protected void updateRequestWithIndexAndRoutingOptions(Select select, SearchRequestBuilder request) { - for(Hint hint : select.getHints()){ - if(hint.getType() == HintType.IGNORE_UNAVAILABLE){ + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.IGNORE_UNAVAILABLE) { //saving the defaults from TransportClient search request.setIndicesOptions(IndicesOptions.fromOptions(true, false, true, false, IndicesOptions.strictExpandOpenAndForbidClosed())); } - if(hint.getType() == HintType.ROUTINGS){ + if (hint.getType() == HintType.ROUTINGS) { Object[] routings = hint.getParams(); String[] routingsAsStringArray = new String[routings.length]; - for(int i=0;i 2){ + if (params == null || params.length == 0 || params.length > 2) { //todo: exception. } HighlightBuilder.Field field = new HighlightBuilder.Field(params[0].toString()); - if(params.length == 1){ + if (params.length == 1) { return field; } - Map highlightParams = (Map) params[1]; + Map highlightParams = (Map) params[1]; - for (Map.Entry param : highlightParams.entrySet()){ - switch (param.getKey()){ + for (Map.Entry param : highlightParams.entrySet()) { + switch (param.getKey()) { case "type": field.highlighterType((String) param.getValue()); break; @@ -127,7 +127,7 @@ protected HighlightBuilder.Field parseHighlightField(Object[] params) field.highlightFilter((Boolean) param.getValue()); break; case "matched_fields": - field.matchedFields((String[]) ((ArrayList)param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); + field.matchedFields((String[]) ((ArrayList) param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); break; case "no_match_size": field.noMatchSize((Integer) param.getValue()); @@ -142,10 +142,10 @@ protected HighlightBuilder.Field parseHighlightField(Object[] params) field.phraseLimit((Integer) param.getValue()); break; case "post_tags": - field.postTags((String[]) ((ArrayList)param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); + field.postTags((String[]) ((ArrayList) param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); break; case "pre_tags": - field.preTags((String[]) ((ArrayList)param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); + field.preTags((String[]) ((ArrayList) param.getValue()).toArray(new String[((ArrayList) param.getValue()).size()])); break; case "require_field_match": field.requireFieldMatch((Boolean) param.getValue()); @@ -156,10 +156,10 @@ protected HighlightBuilder.Field parseHighlightField(Object[] params) return field; } - private char[] fromArrayListToCharArray(ArrayList arrayList){ + private char[] fromArrayListToCharArray(ArrayList arrayList) { char[] chars = new char[arrayList.size()]; - int i=0; - for(Object item : arrayList){ + int i = 0; + for (Object item : arrayList) { chars[i] = item.toString().charAt(0); i++; } @@ -168,9 +168,11 @@ private char[] fromArrayListToCharArray(ArrayList arrayList){ /** - * Prepare the request, and return ES request. - * @return ActionRequestBuilder (ES request) - * @throws SqlParseException - */ - public abstract SqlElasticRequestBuilder explain() throws SqlParseException; + * Prepare the request, and return ES request. + * zhongshu-comment 将sql字符串解析后的java对象,转换为es的查询请求对象 + * + * @return ActionRequestBuilder (ES request) + * @throws SqlParseException + */ + public abstract SqlElasticRequestBuilder explain() throws SqlParseException; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 5609b76d..5b37e5a2 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -47,6 +47,7 @@ public class AggMaker { + //question 这个groupMap用来干嘛?? private Map groupMap = new HashMap<>(); /** @@ -58,14 +59,45 @@ public class AggMaker { */ public AggregationBuilder makeGroupAgg(Field field) throws SqlParseException { + //zhongshu-comment script类型的MethodField if (field instanceof MethodField && field.getName().equals("script")) { MethodField methodField = (MethodField) field; + /* + TermsAggregationBuilder termsBuilder的样例: + 来自这条sql的group by子句的gg字段解析结果: + select a,case when c='1' then 'haha' when c='2' then 'book' else 'hbhb' end as gg from tbl_a group by a,gg + { + "gg":{ //aggs的名字就叫gg + "terms":{ + "script":{ + "source":"if((doc['c'].value=='1')){'haha'} else if((doc['c'].value=='2')){'book'} else {'hbhb'}", + "lang":"painless" + }, + "size":10, + "min_doc_count":1, + "shard_min_doc_count":0, + "show_term_doc_count_error":false, + "order":[ + { + "_count":"desc" + }, + { + "_key":"asc" + } + ] + } + } + } + */ TermsAggregationBuilder termsBuilder = AggregationBuilders.terms(methodField.getAlias()).script(new Script(methodField.getParams().get(1).value.toString())); + + //question 这里为什么要将这些信息加到groupMap中? groupMap.put(methodField.getAlias(), new KVValue("KEY", termsBuilder)); + return termsBuilder; } - + //zhongshu-comment filter类型的MethodField if (field instanceof MethodField) { MethodField methodField = (MethodField) field; @@ -86,14 +118,17 @@ public AggregationBuilder makeGroupAgg(Field field) throws SqlParseException { /** * Create aggregation according to the SQL function. - * + * zhongshu-comment 根据sql中的函数来生成一些agg,例如sql中的count()、sum()函数,这是agg链中最里边的那个agg了,eg: + * select a,b,count(c),sum(d) from tbl group by a,b * @param field SQL function * @param parent parentAggregation * @return AggregationBuilder represents the SQL function * @throws SqlParseException in case of unrecognized function */ public AggregationBuilder makeFieldAgg(MethodField field, AggregationBuilder parent) throws SqlParseException { + //question 加到groupMap里是为了什么 groupMap.put(field.getAlias(), new KVValue("FIELD", parent)); + ValuesSourceAggregationBuilder builder; field.setAlias(fixAlias(field.getAlias())); switch (field.getName().toUpperCase()) { @@ -651,10 +686,27 @@ private ValuesSourceAggregationBuilder makeCountAgg(MethodField field) { String fieldName = field.getParams().get(0).value.toString(); + /* + zhongshu-comment count(1) count(0)这种应该是查不到东西的,除非你的字段名就叫做1、0这样 + es的count是针对某个字段做count的,见下面的dsl,对os这个字段做count + "aggregations": { + "COUNT(os)": { + "value_count": { + "field": "os" + } + } + } + + 假如你是写count(*),那es-sql就帮你转成对"_index"字段做count,每一条数据都会有"_index"字段,该字段存储的是索引的名字 + */ // In case of count(*) we use '_index' as field parameter to count all documents if ("*".equals(fieldName)) { KVValue kvValue = new KVValue(null, "_index"); field.getParams().set(0, kvValue); + /* + zhongshu-comment 这个看起来有点多此一举:先将"_index"字符串封装到KVValue中,然后再kv.toString()得到"_index"字符串,还不如直接将"_index"传进去AggregationBuilders.count(field.getAlias()).field("_index"); + 其实目的是为了改变形参MethodField field的params参数中的值,由"*"改为"_index" + */ return AggregationBuilders.count(field.getAlias()).field(kvValue.toString()); } else { return AggregationBuilders.count(field.getAlias()).field(fieldName); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 5114094d..a50ae08f 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -5,10 +5,7 @@ import java.math.BigInteger; import java.util.*; -import com.alibaba.druid.sql.ast.expr.SQLBooleanExpr; -import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; -import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; -import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; +import com.alibaba.druid.sql.ast.expr.*; import com.fasterxml.jackson.core.JsonFactory; import com.google.common.collect.ImmutableSet; import org.apache.lucene.search.join.ScoreMode; @@ -33,6 +30,7 @@ import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; +import org.nlpcn.es4sql.parse.CaseWhenParser; import org.nlpcn.es4sql.parse.ScriptFilter; import org.nlpcn.es4sql.parse.SubQueryExpression; import org.nlpcn.es4sql.spatial.*; @@ -216,18 +214,43 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar break; case NIN: case IN: - //todo: value is subquery? here or before - values = (Object[]) value; - MatchPhraseQueryBuilder[] matchQueries = new MatchPhraseQueryBuilder[values.length]; - for(int i = 0; i < values.length; i++) { - matchQueries[i] = QueryBuilders.matchPhraseQuery(name, values[i]); - } - BoolQueryBuilder boolQuery = QueryBuilders.boolQuery(); - for(MatchPhraseQueryBuilder matchQuery : matchQueries) { - boolQuery.should(matchQuery); + if (cond.getNameExpr() instanceof SQLCaseExpr) { + /* + zhongshu-comment 调用CaseWhenParser解析将Condition的nameExpr属性对象解析为script query + 参考了SqlParser.findSelect()方法,看它是如何解析select中的case when字段的 + */ + String scriptCode = new CaseWhenParser((SQLCaseExpr) cond.getNameExpr(), null, null).parseCaseWhenInWhere((Object[]) value); + /* + zhongshu-comment + 参考DefaultQueryAction.handleScriptField() 将上文得到的scriptCode封装为es的Script对象, + 但又不是完全相同,因为DefaultQueryAction.handleScriptField()是处理select子句中的case when查询,对应es的script_field查询, + 而此处是处理where子句中的case when查询,对应的是es的script query,具体要看官网文档,搜索关键字是"script query" + + 搜索结果如下: + 1、文档 + https://www.elastic.co/guide/en/elasticsearch/reference/6.1/query-dsl-script-query.html + 2、java api + https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.1/java-specialized-queries.html + */ + + x = QueryBuilders.scriptQuery(new Script(scriptCode)); + + } else { + //todo: value is subquery? here or before + values = (Object[]) value; + MatchPhraseQueryBuilder[] matchQueries = new MatchPhraseQueryBuilder[values.length]; + for(int i = 0; i < values.length; i++) { + matchQueries[i] = QueryBuilders.matchPhraseQuery(name, values[i]); + } + + BoolQueryBuilder boolQuery = QueryBuilders.boolQuery(); + for(MatchPhraseQueryBuilder matchQuery : matchQueries) { + boolQuery.should(matchQuery); + } + x = boolQuery; } - x = boolQuery; + break; case BETWEEN: case NBETWEEN: diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 00a95f9c..c14aafdf 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -29,13 +29,23 @@ public static BoolQueryBuilder explan(Where where) throws SqlParseException { public static BoolQueryBuilder explan(Where where,boolean isQuery) throws SqlParseException { BoolQueryBuilder boolQuery = QueryBuilders.boolQuery(); + + //zhongshu-comment 一直取,取到最深的那个where + //zhongshu-comment 暂时只遇到了该sql:select a,b,c as my_c from tbl where a = 1,会走这个分支 + //就是where子句中只有一个条件的情况下会走该分支 + //zhongshu-comment 那他为什么用while呢??用if不就得吗?那应该是还有层层嵌套的情况,一直get到底 while (where.getWheres().size() == 1) { where = where.getWheres().getFirst(); } + + //zhongshu-comment where.getWheres().size()的长度等于0 或者 大于1 new QueryMaker().explanWhere(boolQuery, where); + + //zhongshu-comment isQuery为true,应该就是要计算_score的 if(isQuery){ return boolQuery; } + //zhongshu-comment isQuery为false,应该就是使用filter,不需要计算_score return QueryBuilders.boolQuery().filter(boolQuery); } @@ -44,12 +54,27 @@ private QueryMaker() { } private void explanWhere(BoolQueryBuilder boolQuery, Where where) throws SqlParseException { + + //zhongshu-comment 暂时只遇到了该sql:select a,b,c as my_c from tbl where a = 1,会走这个分支 if (where instanceof Condition) { - addSubQuery(boolQuery, where, (QueryBuilder) make((Condition) where)); + addSubQuery( + boolQuery, + where, + (QueryBuilder) make((Condition) where) //zhongshu-comment 重点方法 就是这里解析最细粒度的where条件 + ); } else { + /* + zhongshu-comment select a,b,c as my_c from tbl where a = 1 or b = 2 and (c = 3 or d = 4) or e > 1 + 上面这条sql中的“b = 2 and (c = 3 or d = 4)”这部分会走该分支, + 因为“b = 2 and (c = 3 or d = 4)”被封装为Where类型的对象,而不是Condition对象 + 对应的具体笔记见:搜索-->es插件开发-->es-sql-->代码阅读-->如何解析where条件 + */ BoolQueryBuilder subQuery = QueryBuilders.boolQuery(); + + //zhongshu-comment 将subQuery对象纳入到boolQuery中,即boolQuery是上一级,subQuery是下一级 addSubQuery(boolQuery, where, subQuery); for (Where subWhere : where.getWheres()) { + //zhongshu-comment 然后又将subWhere对象纳入到subQuery对象中,通过递归就能层层解析出这个Where条件了:“b = 2 and (c = 3 or d = 4)” explanWhere(subQuery, subWhere); } } @@ -95,6 +120,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s } } + //zhongshu-comment 将subQuery对象纳入到boolQuery中,即boolQuery是上一级,subQuery是下一级 if (where.getConn() == CONN.AND) { boolQuery.must(subQuery); } else { diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index 71e82ed7..b2f0b70c 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -1,12 +1,15 @@ - +# essql项目的描述 description=${project.description} +# essql项目自己的版本,和es的版本没有关系 version=${project.version} +# 插件的名字 name=${elasticsearch.plugin.name} classname=${elasticsearch.plugin.classname} java.version=1.8 +# es的版本,ctrl+鼠标点击 可以跳到pom文件看该参数的值 elasticsearch.version=${elasticsearch.version} \ No newline at end of file diff --git a/src/test/java/com/zhongshu/ZhongshuTest.java b/src/test/java/com/zhongshu/ZhongshuTest.java new file mode 100644 index 00000000..db2753ab --- /dev/null +++ b/src/test/java/com/zhongshu/ZhongshuTest.java @@ -0,0 +1,501 @@ +package com.zhongshu; + +import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; +import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; +import org.junit.After; +import org.junit.Test; +import org.nlpcn.es4sql.exception.SqlParseException; +import org.nlpcn.es4sql.query.ESActionFactory; +import org.elasticsearch.client.Client; +import org.nlpcn.es4sql.query.QueryAction; + +import java.sql.SQLFeatureNotSupportedException; + +/** + * @author zhongshu + * @since 2018/5/13 下午1:58 + * zhongshu-comment 以下所有sql例子都建议:不要给表加别名,字段名的别名不要和字段名一样 + */ +public class ZhongshuTest { + + String sql = null; + Client client = null; + + @After + public void execute() throws SQLFeatureNotSupportedException, SqlParseException { + System.out.println("sql=\n" + sql); + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testSelectStar() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "select a,case when c='1' then 'haha' when c='2' then 'book' else 'hbhb' end as gg from tbl_a group by a,gg"; // order by a asc,c desc,d asc limit 8,12"; +// sql = "select * from tbl_a group by a,b, case when c='1' then 'haha' when c='2' then 'book' else 'hbhb' end order by a asc,c desc,d asc limit 8,12"; +// sql = "select * from tbl_a group by a,b"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testESActionFactoryCreate () throws Exception { + +// sql = "select zs as zs, a mya, b + 1 as myb, floor(c), case when d = 1 then 'hehe' when d <> 2 then 'haha' else 'gg' end as myd from TEST_TBL"; + sql = "select a, floor(num) my_b, case when os = 'iOS' then 'hehe' else 'haha' end as my_os from t_zhongshu_test"; + QueryAction queryAction = ESActionFactory.create(client, sql); + RestExecutor restExecutor = ActionRequestRestExecuterFactory.createExecutor(null); + restExecutor.execute(client, null, queryAction, null); + System.out.println(); + } + + @Test + public void testHints() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "select /*! USE_SCROLL(10,120000) */ * FROM spark_es_table"; + ESActionFactory.create(client, sql); + } + + /** + * 报错,不通过,报错的地方: + * SqlParser类的parseSelect()方法里的解析from子句的那一行代码:select.getFrom().addAll(findFrom(query.getFrom())); + * 不支持from子句的子查询 + * @throws SQLFeatureNotSupportedException + * @throws SqlParseException + */ + @Test + public void testFromSubQuery() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "select dt,theo_inv from (select \n" + + "dt\n" + + ",os\n" + + ",click_num\n" + + ",case when (ad_source ='中长尾' and os='iOS') and (dt='111' or sspid=998) then charge else '-' end as charge\n" + + "from\n" + + "t_md_xps2_all_inv_consume_report \n" + + "where dt>='2018-05-01' and dt<='2018-05-10' \n" + + ") tmp where 1=1 and adslotid='13016' order by dt asc , os desc"; +// ESActionFactory.create(client, sql); + System.out.println(sql); + } + + @Test + public void testWhereSubQuery() throws SQLFeatureNotSupportedException, SqlParseException { +// sql = "select goods_id,goods_name from goods\n" + +// " where goods_id in (select max(goods_id) from goods group by cat_id);"; + sql = "select goods_id,goods_name from goods where goods_id = (select max(goods_id) from goods)"; + ESActionFactory.create(client, sql); + } + + /** + * 连接查询是走另外一条分支的,还是将默认那条分支走完再说 + * @throws SQLFeatureNotSupportedException + * @throws SqlParseException + */ + @Test + public void testJoin() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "select * from " + + "emp e inner join " + + "org o on e.org_id = o.id "; +// "left join " + +// "TEST_TBL tbl on e.e_id = tbl.tbl_id"; + ESActionFactory.create(client, sql); + } + + @Test + public void testWhereClause() throws SQLFeatureNotSupportedException, SqlParseException { +// sql = "select a,b,c as my_c from tbl where a = 1"; +// sql = "select a,b,c as my_c from tbl where a = 1 or b = 2 and c = 3"; + sql = "select a,b,c as my_c from tbl where a = 1 and b = 2 and c = 3"; +// sql = "select a,b,c as my_c from tbl where a = 1 or b = 2 and c = 3 and 1 > 1"; +// sql = "select a,b,c as my_c from tbl where a = 1 or b = 2 and (c = 3 or d = 4) and e>1"; + + /* + zhongshu-comment 这个sql例子举得不错,能比较清晰地呈现出它是如何解析where子句的,涵盖的情况比较全,最后的解析结果是: + OR a = 1 Condition + OR b = 2 and (c = 3 or d = 4) Where + AND b = 2 Condition + AND (c = 3 or d = 4) Where + OR c = 3 Condition + OR d = 4 Condition + OR e > 1 Condition + + 归纳总结: + 1、最小单元的条件就是一个Condition对象,例如:a=1、e>1这些 + 2、如果组合了多个Condition的话,那就是一个Where对象,例如:b = 2 and (c = 3 or d = 4) + 要将Where对象进行拆分,拆成最细的Condition对象:b=2、c=3、d=4 + 3、Condition有优先级之分And就被分在一块 + 根据or去切分,然后and的聚在一块,例如下语句就分成3块: + a = 1 + b = 2 and (c = 3 or d = 4) + e > 1 + */ +// sql = "select a,b,c as my_c from tbl where a = 1 or b = 2 and (c = 3 or d = 4) or e > 1"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + + } + + @Test + public void testGroupBy() { + sql = "select " + + "count(*), " + + "gg, " + + "a as my_a, " + + "floor(b) as my_b , " + + "count(c) as my_count, " + + "sum(d), " + + "case when e='1' then 'hehe' when e='2' then 'haha' else 'book' end as my_e " + + "from tbl " + + "group by my_a, my_b"; + System.out.println(sql); + } + + @Test + public void testStr () { + String a = "abc"; + String b = "abc"; + System.out.println(a == b); + System.out.println(a != b); + } + + @Test + public void testOrderByCaseWhen() throws SQLFeatureNotSupportedException, SqlParseException { + //zhongshu-comment 随便一个例子 + // sql = "SELECT dt, os, appid\n" + +// "FROM t_od_xps2_app_channel_cube_report\n" + +// "WHERE dt >= '2018-05-29'\n" + +// "\tAND dt <= '2018-05-29'\n" + +// "ORDER BY CASE WHEN accounttype = '1' THEN effect_inv ELSE theo_inv END"; + + //zhongshu-comment 松哥给的线上错误例子:在order by子句中直接使用select case when的别名排序 +// sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, v_rate, av_rate, ctr1, ctr2, case when accounttype='1' then ecpm1 else '-' end ecpm1, case when accounttype='1' then ecpm2 else '-' end ecpm2, case when accounttype='1' then acp else '-' end acp from t_od_xps2_app_channel_cube_report where dt>='2018-05-29' and dt<='2018-05-29' and 1=1 and accounttype not in ('all','全部') and os = '全部' and appid not in ('all','全部') and adslotid in ('全部') and channel_no = '全部' order by dt desc,theo_inv desc limit 0, 10"; +// sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, case when v_rate='' then '0.00' else v_rate end as v_rate, case when av_rate='' then '0.00' else av_rate end as av_rate, case when ctr1='' then '0.00' else ctr1 end as ctr1, case when ctr2='' then '0.00' else ctr2 end as ctr2, case when ecpm1='' then '0.00' else ecpm1 end ecpm1, case when ecpm2='' then '0.00' else ecpm2 end ecpm2, case when acp='' then '0.00' else acp end acp, case when arpu='' then '0.00' else arpu end arpu from t_od_xps2_app_channel_cube_report where dt>='2018-05-27' and dt<='2018-06-03' and 1=1 and accounttype = '全部' and os = '全部' and appid = '全部' and adslotid in ('全部') and channel_no = '全部' order by dt desc,theo_inv desc limit 0, 10"; +// sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, case when v_rate='' then '0.00' else v_rate end as v_rate, case when av_rate='' then '0.00' else av_rate end as av_rate, case when ctr1='' then '0.00' else ctr1 end as ctr1, case when ctr2='' then '0.00' else ctr2 end as ctr2, case when ecpm1='' then '0.00' else ecpm1 end ecpm1, case when ecpm2='' then '0.00' else ecpm2 end ecpm2, case when acp='' then '0.00' else acp end acp, case when arpu='' then '0.00' else arpu end arpu from t_od_xps2_app_channel_cube_report where dt>='2018-05-29' and dt<='2018-05-29' and 1=1 and accounttype not in ('all','全部') and os not in ('all','全部') and appid not in ('all','全部') and adslotid in ('全部') and channel_no = '全部' order by dt desc,theo_inv desc limit 0, 10"; + + //zhongshu-comment 修正了松哥给的例子:在order by子句中使用了case when子句做排序 +// sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, v_rate, av_rate, ctr1, ctr2, case when accounttype='1' then ecpm1 else '-' end ecpm1, case when accounttype='1' then ecpm2 else '-' end ecpm2, case when accounttype='1' then acp else '-' end acp from t_od_xps2_app_channel_cube_report where dt>='2018-05-29' and dt<='2018-05-29' and 1=1 and accounttype not in ('all','全部') and os = '全部' and appid not in ('all','全部') and adslotid in ('全部') and channel_no = '全部' order by dt desc,case when accounttype='1' then effect_inv else theo_inv end desc limit 0, 10"; +// sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, case when v_rate='' then '0.00' else v_rate end as v_rate, case when av_rate='' then '0.00' else av_rate end as av_rate, case when ctr1='' then '0.00' else ctr1 end as ctr1, case when ctr2='' then '0.00' else ctr2 end as ctr2, case when ecpm1='' then '0.00' else ecpm1 end ecpm1, case when ecpm2='' then '0.00' else ecpm2 end ecpm2, case when acp='' then '0.00' else acp end acp, case when arpu='' then '0.00' else arpu end arpu from t_od_xps2_app_channel_cube_report where dt>='2018-05-27' and dt<='2018-06-03' and 1=1 and accounttype = '全部' and os = '全部' and appid = '全部' and adslotid in ('全部') and channel_no = '全部' order by dt desc,case when accounttype='1' then effect_inv else theo_inv end desc limit 0, 10"; + sql = "select dt, os, appid, case when accounttype='0' then '品牌' when accounttype='1' then '中长尾' else accounttype end as accounttype, channel_no, adslotid, adposition_name, dau, case when accounttype='1' then effect_inv else theo_inv end as theo_inv, v_num , av_num , click_num , case when accounttype='1' then charge else '-' end as charge, case when v_rate='' then '0.00' else v_rate end as v_rate, case when av_rate='' then '0.00' else av_rate end as av_rate, case when ctr1='' then '0.00' else ctr1 end as ctr1, case when ctr2='' then '0.00' else ctr2 end as ctr2, case when ecpm1='' then '0.00' else ecpm1 end ecpm1, case when ecpm2='' then '0.00' else ecpm2 end ecpm2, case when acp='' then '0.00' else acp end acp, case when arpu='' then '0.00' else arpu end arpu from t_od_xps2_app_channel_cube_report where dt>='2018-05-29' and dt<='2018-05-29' and 1=1 and accounttype not in ('all','全部') and os not in ('all','全部') and appid not in ('all','全部') and adslotid in ('全部') and channel_no = '全部' order by dt desc,case when accounttype='1' then effect_inv else theo_inv end desc limit 0, 10"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testInJudge() throws SqlParseException, SQLFeatureNotSupportedException { +// sql = "select dt, case when a in ('1', '2', '3') then 'hehe' when b=2 then 'haha' when c not in (7,8,9) then 'book' else 'gg' end as a from tbl"; + sql = "select dt,case when os in ('Android', 'iOS') then 'hello' else 'world' end abc from t_zhongshu_test"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testRound() throws SqlParseException, SQLFeatureNotSupportedException { + sql = "SELECT round(av_num/v_num,4) as av_rate1 FROM t_md_xps2_all_inv_consume_report WHERE dt = '2018-06-14' limit 100"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testStringOrderBy() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "SELECT dt\n" + + "\t, CASE\n" + + "\t\tWHEN data_source = '0' THEN '新品算'\n" + + "\t\tWHEN data_source = '1' THEN '汇算'\n" + + "\t\tELSE data_source\n" + + "\tEND AS data_source, os, platform_id, ssp_id, adslotid\n" + + "\t, adposition_name, ad_source, appid, appdelaytrack, bidtype\n" + + "\t, stock, v_num, av_num, click_num\n" + + "\t, CASE\n" + + "\t\tWHEN ad_source = '中长尾' THEN charge\n" + + "\t\tELSE '-'\n" + + "\tEND AS charge, av_stock, v_rate, av_rate, ctr1\n" + + "\t, ctr2\n" + + "\t, CASE\n" + + "\t\tWHEN ad_source = '中长尾' THEN ecpm1\n" + + "\t\tELSE '-'\n" + + "\tEND AS ecpm1\n" + + "\t, CASE\n" + + "\t\tWHEN ad_source = '中长尾' THEN ecpm2\n" + + "\t\tELSE '-'\n" + + "\tEND AS ecpm2\n" + + "\t, CASE\n" + + "\t\tWHEN ad_source = '中长尾' THEN acp\n" + + "\t\tELSE '-'\n" + + "\tEND AS acp\n" + + "FROM t_md_xps2_all_inv_consume_report_v2\n" + + "WHERE dt >= '2018-05-20'\n" + + "AND dt <= '2018-06-19'\n" + + "AND 1 = 1\n" + + "AND data_source NOT IN ('all', '全部')\n" + + "AND ad_source = '全部'\n" + + "AND os = '全部'\n" + + "AND appdelaytrack = '全部'\n" + + "AND platform_id = '全部'\n" + + "AND appid = '全部'\n" + + "AND ssp_id = '全部'\n" + + "AND bidtype = '全部'\n" + + "AND adslotid IN ('全部')\n" + + "ORDER BY dt DESC, CASE\n" + + "\tWHEN data_source = '0' THEN '新品算'\n" + + "\tWHEN data_source = '1' THEN '汇算'\n" + + "\tELSE data_source\n" + + "END ASC"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testIf() throws SqlParseException, SQLFeatureNotSupportedException{ + sql = "select if(name='Joe','hehe','gg') from t_zhongshu_test_hive2es"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testGroupBySize() throws SQLFeatureNotSupportedException, SqlParseException { + sql = "SELECT \n" + + "aid,\n" + + "appid,\n" + + "accounttype,\n" + + "(case when bidtype='1' then 'CPD' when bidtype='2' then 'CPM' when bidtype='3' then 'CPC' when bidtype='4' then 'DCPM' else '其它' end ) as bidtype,\n" + + "sum(count_v) as count_v,\n" + + "sum(count_av) as count_av,\n" + + "sum(count_click) as count_click,\n" + + "sum(sum_charge) as sum_charge \n" + + "FROM t_fact_tracking_charge where 1=1 and appid in ('news','newssdk','wapnews','pcnews','tv','h5tv','pctv','union','wapunion','squirrel')\n" + + "and dt=20180628 group by aid,appid order by count_v desc"; + QueryAction qa = ESActionFactory.create(client, sql); + qa.explain(); + } + + @Test + public void testBoge() { + sql = "select \n" + + "dt\n" + + ",ad_source\n" + + ",CASE WHEN platform_id = 'PC' and os not in ('全部') THEN 'unknown' ELSE os END AS os\n" + + ",platform_id\n" + + ",appid\n" + + ",bidtype\n" + + ",adslotid\n" + + ",adposition_name\n" + + ",adpostion_type\n" + + ",is_effect\n" + + ",theo_inv\n" + + ",v_num\n" + + ",av_num\n" + + ",click_num\n" + + ",charge\n" + + ",av_stock\n" + + ",av_stock_real\n" + + ",v_rate\n" + + ",av_rate\n" + + ",ctr1\n" + + ",ctr2\n" + + ",ecpm1\n" + + ",ecpm2\n" + + ",acp\n" + + ",case when theo_inv>v_num_high then 0 else theo_inv-v_num_high end as bid_inv\n" + + ",v_num_high\n" + + ",av_num_high\n" + + ",click_num_high\n" + + ",av_stock_tail\n" + + ",av_stock_tail_real\n" + + ",v_num_tail\n" + + ",av_num_tail\n" + + ",click_num_tail\n" + + ",ctr_tail\n" + + ",charge_tail\n" + + ",ecpm_tail\n" + + ",acp_tail\n" + + "from\n" + + "t_md_xps2_report_consume_video\n" + + "where dt>='2018-09-03' and dt<='2018-09-03' and ssp_id not in ('全部','媒体')"; + } + + @Test + public void testBoge2() { + sql = "SELECT dt, ad_source\n" + + "\t, CASE \n" + + "\t\tWHEN platform_id = 'PC'\n" + + "\t\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\t\tELSE os\n" + + "\tEND AS os, platform_id, appid, bidtype, adslotid\n" + + "\t, adposition_name, adpostion_type, is_effect, theo_inv, v_num\n" + + "\t, av_num, click_num, charge, av_stock, av_stock_real\n" + + "\t, v_rate, av_rate, ctr1, ctr2, ecpm1\n" + + "\t, ecpm2, acp\n" + + "\t, CASE \n" + + "\t\tWHEN theo_inv <= v_num_high THEN 0\n" + + "\t\tELSE theo_inv - v_num_high\n" + + "\tEND AS bid_inv, v_num_high, av_num_high, click_num_high, av_stock_tail\n" + + "\t, av_stock_tail_real, v_num_tail, av_num_tail, click_num_tail, ctr_tail\n" + + "\t, charge_tail, ecpm_tail, acp_tail\n" + + "FROM t_md_xps2_report_consume_video\n" + + "WHERE (dt >= '2018-09-04'\n" + + "\tAND dt <= '2018-09-04'\n" + + "\tAND ssp_id NOT IN ('全部', '媒体')\n" + + "\tAND 1 = 1\n" + + "\tAND ad_source NOT IN ('all', '全部')\n" + + "\tAND os = '全部'\n" + + "\tAND platform_id IN ('全部')\n" + + "\tAND appid IN ('全部')\n" + + "\tAND bidtype IN ('全部')\n" + + "\tAND adslotid IN ('全部')\n" + + "\tAND adpostion_type = '全部'\n" + + "\tAND is_effect NOT IN ('all', '全部'))\n" + + "ORDER BY dt DESC, CASE \n" + + "\tWHEN platform_id = 'PC'\n" + + "\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\tELSE os\n" + + "END ASC, platform_id DESC, appid ASC, ssp_id DESC, charge DESC\n" + + "LIMIT 0, 10"; + + } + + /** + * 松哥提的那个sql问题 + * ubi平台生成的子查询sql:select * from (SELECT dt, CASE WHEN platform_id = 'PC' and os not in ('全部') THEN 'unknown' ELSE os END AS os, platform_id, ssp_id, adslotid, adposition_name, ad_source, appid, appdelaytrack, bidtype, theo_inv, v_num, av_num, click_num, CASE WHEN ad_source = '中长尾' THEN charge ELSE '-' END AS charge, CASE WHEN av_num >= v_num THEN av_num ELSE v_stock END AS av_stock, CASE WHEN appid in ('squirrel') THEN av_stock_real WHEN ssp_id = '视频' and platform_id in ('APP', 'WAP') THEN av_stock_real WHEN adslotid in ('15695', '15696', '15650') THEN av_stock_real WHEN ssp_id = '资讯版' THEN av_stock_real WHEN adslotid in ('1000001', '1000002', '1000003', '1000004') THEN av_stock_real ELSE '-' END AS av_stock_real, v_rate, av_rate, ctr1, ctr2, CASE WHEN ad_source = '中长尾' THEN ecpm1 ELSE '-' END AS ecpm1, CASE WHEN ad_source = '中长尾' THEN ecpm2 ELSE '-' END AS ecpm2, CASE WHEN ad_source = '中长尾' THEN acp ELSE '-' END AS acp FROM t_md_xps2_all_inv_consume_report WHERE dt >= '2018-09-04' AND dt <= '2018-09-10' and ssp_id = '视频' and ad_source='全部' and appdelaytrack='全部' and bidtype='全部' ) tmp where 1=1 and os in ('Android') and platform_id not in ('all','全部') and appid in ('全部') and ssp_id = '视频' and adslotid in ('全部') order by dt desc,os asc,platform_id desc,appid asc,ssp_id desc,theo_inv desc limit 0, 10 + * 该方法测试的sql是已经经过es-query-service去子查询之后的sql + * 解决方法; + * 两步 + * 1、修改es-query-service,将select中的case when替换掉where中的字段 + * 2、修改es-sql项目,加代码解析sql where子句,使其可以将case when解析为script字段 + */ + @Test + public void testSongge() { + //zhongshu-comment 原始的sql + + sql = "SELECT dt\n" + + "\t, CASE \n" + + "\t\tWHEN platform_id = 'PC'\n" + + "\t\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\t\tELSE os\n" + + "\tEND AS os, platform_id, ssp_id, adslotid, adposition_name\n" + + "\t, ad_source, appid, appdelaytrack, bidtype, theo_inv\n" + + "\t, v_num, av_num, click_num\n" + + "\t, CASE \n" + + "\t\tWHEN ad_source = '中长尾' THEN charge\n" + + "\t\tELSE '-'\n" + + "\tEND AS charge\n" + + "\t, CASE \n" + + "\t\tWHEN av_num >= v_num THEN av_num\n" + + "\t\tELSE v_stock\n" + + "\tEND AS av_stock\n" + + "\t, CASE \n" + + "\t\tWHEN appid IN ('squirrel') THEN av_stock_real\n" + + "\t\tWHEN ssp_id = '视频'\n" + + "\t\tAND platform_id IN ('APP', 'WAP') THEN av_stock_real\n" + + "\t\tWHEN adslotid IN ('15695', '15696', '15650') THEN av_stock_real\n" + + "\t\tWHEN ssp_id = '资讯版' THEN av_stock_real\n" + + "\t\tWHEN adslotid IN ('1000001', '1000002', '1000003', '1000004') THEN av_stock_real\n" + + "\t\tELSE '-'\n" + + "\tEND AS av_stock_real, v_rate, av_rate, ctr1, ctr2\n" + + "\t, CASE \n" + + "\t\tWHEN ad_source = '中长尾' THEN ecpm1\n" + + "\t\tELSE '-'\n" + + "\tEND AS ecpm1\n" + + "\t, CASE \n" + + "\t\tWHEN ad_source = '中长尾' THEN ecpm2\n" + + "\t\tELSE '-'\n" + + "\tEND AS ecpm2\n" + + "\t, CASE \n" + + "\t\tWHEN ad_source = '中长尾' THEN acp\n" + + "\t\tELSE '-'\n" + + "\tEND AS acp\n" + + "FROM t_md_xps2_all_inv_consume_report\n" + + "WHERE (dt >= '2018-09-04'\n" + + "\tAND dt <= '2018-09-10'\n" + + "\tAND ssp_id = '视频'\n" + + "\tAND ad_source = '全部'\n" + + "\tAND appdelaytrack = '全部'\n" + + "\tAND bidtype = '全部'\n" + + "\tAND 1 = 1\n" + + "\tAND CASE \n" + + "\t\tWHEN platform_id = 'PC'\n" + + "\t\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\t\tELSE os\n" + + "\tEND IN ('Android')\n" + + "\tAND platform_id NOT IN ('all', '全部')\n" + + "\tAND appid IN ('全部')\n" + + "\tAND ssp_id = '视频'\n" + + "\tAND adslotid IN ('全部'))\n" + + "ORDER BY dt DESC, CASE \n" + + "\tWHEN platform_id = 'PC'\n" + + "\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\tELSE os\n" + + "END ASC, platform_id DESC, appid ASC, ssp_id DESC, theo_inv DESC\n" + + "LIMIT 0, 10"; + System.out.println(); + + /* + sql = "SELECT CASE \n" + + "\t\tWHEN platform_id = 'PC'\n" + + "\t\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\t\tELSE os\n" + + "\tEND AS os\n" + + "FROM t_md_xps2_all_inv_consume_report\n" + + "WHERE \n" + + "\tCASE \n" + + "\t\tWHEN platform_id = 'PC'\n" + + "\t\tAND os NOT IN ('全部') THEN 'unknown'\n" + + "\t\tELSE os\n" + + "\tEND NOT IN ('Android', 'iOS', 'WP')\n" + + "LIMIT 0, 10"; + */ + } + + @Test + public void testSongge2(){ + sql = "SELECT SUM(CASE \n" + + "\t\tWHEN (ett = 'v'\n" + + "\t\tAND bidtype = '2'\n" + + "\t\tAND priority_f = 'p_70_75'\n" + + "\t\tAND accounttype = '1') THEN sum_charge\n" + + "\t\tWHEN (ett = 'av'\n" + + "\t\tAND bidtype = '4'\n" + + "\t\tAND ac_20 = '1'\n" + + "\t\tAND priority_f = 'p_70_75'\n" + + "\t\tAND accounttype = '1') THEN sum_charge\n" + + "\t\tWHEN (ett = 'click'\n" + + "\t\tAND bidtype = '3'\n" + + "\t\tAND priority_f = 'p_70_75'\n" + + "\t\tAND accounttype = '1') THEN sum_charge\n" + + "\t\tELSE 0\n" + + "\tEND) AS sum_charge, SUM(CASE \n" + + "\t\tWHEN ett = 'v' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS v\n" + + "\t, SUM(CASE \n" + + "\t\tWHEN ett = 'av' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS total_av, SUM(CASE \n" + + "\t\tWHEN ett = 'av'\n" + + "\t\tAND ac_20 = '1' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS count_av\n" + + "\t, SUM(CASE \n" + + "\t\tWHEN ett = 'click' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS count_click, SUM(CASE \n" + + "\t\tWHEN ett = 'na' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS na\n" + + "\t, SUM(CASE \n" + + "\t\tWHEN ett = 'naa' THEN count_num\n" + + "\t\tELSE 0\n" + + "\tEND) AS naa, aid, adslotid\n" + + "\t, appid, bidtype, priority_f, accounttype\n" + + "FROM t_xps2_track_stream_aid_d\n" + + "WHERE 1 = 1\n" + + "\tAND dt = 20181018\n" + + "GROUP BY adslotid, aid, appid, accounttype, priority_f, bidtype\n" + + "LIMIT 10000000"; + } + + @Test + public void test13(){ + sql = "SELECT COUNT(*) FROM elasticsearch-sql_test_index_account/account \n" + + "GROUP BY \n" + + "\tgender, \n" + + "\tterms('alias'='ageAgg','field'='age','size'=3)"; + } +} diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index ea0e4fe9..0c69e6cf 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -74,7 +74,7 @@ public void spatialFilterExplainTest() throws IOException, SqlParseException, No @Test public void orderByOnNestedFieldTest() throws Exception { String result = explain(String.format("SELECT * FROM %s ORDER BY NESTED('message.info','message')", TEST_INDEX_NESTED_TYPE)); - assertThat(result.replaceAll("\\s+", ""), equalTo("{\"from\":0,\"size\":200,\"sort\":[{\"message.info\":{\"order\":\"asc\",\"nested\":{\"path\":\"message\"}}}]}")); + assertThat(result.replaceAll("\\s+", ""), equalTo("{\"from\":0,\"size\":1000,\"sort\":[{\"message.info\":{\"order\":\"asc\",\"nested\":{\"path\":\"message\"}}}]}")); } @Test diff --git a/src/test/resources/expectedOutput/aggregation_query_explain.json b/src/test/resources/expectedOutput/aggregation_query_explain.json index 975e1a25..71dff3c2 100644 --- a/src/test/resources/expectedOutput/aggregation_query_explain.json +++ b/src/test/resources/expectedOutput/aggregation_query_explain.json @@ -47,7 +47,8 @@ "source" : "if((doc['gender'].value=='0')){'aaa'} else {'bbb'}", "lang" : "painless" }, - "size" : 10, + "size":1000, + "shard_size":20000, "min_doc_count" : 1, "shard_min_doc_count" : 0, "show_term_doc_count_error" : false, diff --git a/src/test/resources/expectedOutput/between_query.json b/src/test/resources/expectedOutput/between_query.json index a208651a..c0206e02 100644 --- a/src/test/resources/expectedOutput/between_query.json +++ b/src/test/resources/expectedOutput/between_query.json @@ -1,6 +1,6 @@ { "from" : 0, - "size" : 200, + "size" : 1000, "_source" : { "includes" : [ "cust_code" diff --git a/src/test/resources/expectedOutput/multi_match_query.json b/src/test/resources/expectedOutput/multi_match_query.json index 88ac340d..bd950877 100644 --- a/src/test/resources/expectedOutput/multi_match_query.json +++ b/src/test/resources/expectedOutput/multi_match_query.json @@ -1,6 +1,6 @@ { "from": 0, - "size": 200, + "size": 1000, "query": { "bool": { "filter": [ diff --git a/src/test/resources/expectedOutput/script_value.json b/src/test/resources/expectedOutput/script_value.json index c105e62d..3ec79af0 100644 --- a/src/test/resources/expectedOutput/script_value.json +++ b/src/test/resources/expectedOutput/script_value.json @@ -1,6 +1,6 @@ { "from" : 0, - "size" : 200, + "size" : 1000, "_source" : { "includes" : [ "cust_code" diff --git a/src/test/resources/expectedOutput/search_explain.json b/src/test/resources/expectedOutput/search_explain.json index 88b3d7b2..31cdd739 100644 --- a/src/test/resources/expectedOutput/search_explain.json +++ b/src/test/resources/expectedOutput/search_explain.json @@ -47,7 +47,8 @@ "gender" : { "terms" : { "field" : "gender", - "size" : 200, + "size":1000, + "shard_size":20000, "min_doc_count" : 1, "shard_min_doc_count" : 0, "show_term_doc_count_error" : false, diff --git a/src/test/resources/expectedOutput/search_explain_filter.json b/src/test/resources/expectedOutput/search_explain_filter.json index 9c9f1fff..a75774c4 100644 --- a/src/test/resources/expectedOutput/search_explain_filter.json +++ b/src/test/resources/expectedOutput/search_explain_filter.json @@ -48,7 +48,8 @@ "gender" : { "terms" : { "field" : "gender", - "size" : 200, + "size":1000, + "shard_size":20000, "min_doc_count" : 1, "shard_min_doc_count" : 0, "show_term_doc_count_error" : false, diff --git a/src/test/resources/expectedOutput/search_spatial_explain.json b/src/test/resources/expectedOutput/search_spatial_explain.json index 4a42912d..6c46934f 100644 --- a/src/test/resources/expectedOutput/search_spatial_explain.json +++ b/src/test/resources/expectedOutput/search_spatial_explain.json @@ -1,6 +1,6 @@ { "from" : 0, - "size" : 200, + "size" : 1000, "query" : { "bool" : { "filter" : [ From 8c1d61d88cec247ef6c2784346407feb16167003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Jan 2019 22:36:38 +0800 Subject: [PATCH 032/266] es 6.5.4 support --- .travis.yml | 2 +- pom.xml | 24 ++---------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73222421..9c11d94b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.3.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.4.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 339cd77d..0f73d04d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.3.1 + 6.5.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.5.3 + 6.5.4 org.elasticsearch.plugin.nlpcn.SqlPlug @@ -123,26 +123,6 @@ provided - - log4j - log4j - 1.2.17 - provided - - - - org.apache.logging.log4j - log4j-api - 2.7 - provided - - - org.apache.logging.log4j - log4j-core - 2.7 - provided - - javax.servlet servlet-api From 766874e804c31b9bc7e502eb897c9316bed57362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Jan 2019 22:43:55 +0800 Subject: [PATCH 033/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 97130890..82a8da1a 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Elasticsearch-SQL **6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.5.4** [![6.5.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -190,6 +191,7 @@ Versions | 6.5.1 | 6.5.1.0 | | elastic6.5.1 | | 6.5.2 | 6.5.2.0 | | elastic6.5.2 | | 6.5.3 | 6.5.3.0 | | elastic6.5.3 | +| 6.5.4 | 6.5.4.0 | | elastic6.5.4 | ### Elasticsearch 1.x ```` @@ -554,6 +556,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.3.0/elasticsearch-sql-6.5.3.0.zip ```` +### Elasticsearch 6.5.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.4.0/elasticsearch-sql-6.5.4.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From d096b7286bc380b598adb951b868c3edc17077d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 15 Jan 2019 20:10:58 +0800 Subject: [PATCH 034/266] fix #853 --- pom.xml | 2 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0f73d04d..6cd77097 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.0 + 6.5.4.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index c14aafdf..ebd5103c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -91,9 +91,10 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s if(where instanceof Condition){ Condition condition = (Condition) where; - if (condition.isNested() && !(subQuery instanceof NestedQueryBuilder)) { - InnerHitBuilder ihb = null; - if (condition.getInnerHits() != null) { + if (condition.isNested()) { + boolean isNestedQuery = subQuery instanceof NestedQueryBuilder; + InnerHitBuilder ihb = null; + if (condition.getInnerHits() != null) { try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(condition.getInnerHits()))) { ihb = InnerHitBuilder.fromXContent(parser); } catch (IOException e) { @@ -103,15 +104,17 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s // bugfix #628 if ("missing".equalsIgnoreCase(String.valueOf(condition.getValue())) && (condition.getOpear() == Condition.OPEAR.IS || condition.getOpear() == Condition.OPEAR.EQ)) { - NestedQueryBuilder q = QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), ScoreMode.None); - if (ihb != null) { - q.innerHit(ihb); + NestedQueryBuilder q = isNestedQuery ? (NestedQueryBuilder) subQuery : QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), ScoreMode.None); + if (ihb != null) { + q.innerHit(ihb); } boolQuery.mustNot(q); return; } - subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, ScoreMode.None); + if (!isNestedQuery) { + subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, ScoreMode.None); + } if (ihb != null) { ((NestedQueryBuilder) subQuery).innerHit(ihb); } From 78c2afc32831dad26c0cb6ce9e4559037c676635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 15 Jan 2019 23:12:23 +0800 Subject: [PATCH 035/266] fix #847 --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/domain/Paramer.java | 47 +++++++++++++++++-- .../org/nlpcn/es4sql/query/maker/Maker.java | 4 +- 3 files changed, 46 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd77097..f2432786 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.1 + 6.5.4.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java index e375bcb0..4e53644d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java @@ -2,6 +2,7 @@ import java.util.HashMap; import java.util.List; +import java.util.Locale; import java.util.Map; import com.alibaba.druid.sql.ast.SQLExpr; @@ -10,6 +11,7 @@ import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; import org.elasticsearch.common.Strings; +import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.ToXContent; import org.elasticsearch.index.query.*; import org.nlpcn.es4sql.Util; @@ -17,16 +19,17 @@ public class Paramer { private String analysis; - public Float boost; + private Float boost; public String value; public Integer slop; - public Map fieldsBoosts = new HashMap<>(); - public String type; + private Map fieldsBoosts = new HashMap<>(); + private String type; private Float tieBreaker; - public Operator operator; + private Operator operator; private String defaultField; + private String minimumShouldMatch; private Boolean inOrder; public String clauses; @@ -90,6 +93,9 @@ public static Paramer parseParamer(SQLMethodInvokeExpr method) throws SqlParseEx case "clauses": instance.clauses = Util.expr2Object(sqlExpr.getRight()).toString(); break; + case "minimum_should_match": + instance.minimumShouldMatch = Util.expr2Object(sqlExpr.getRight()).toString(); + break; default: break; @@ -124,6 +130,15 @@ public static ToXContent fullParamer(MatchQueryBuilder query, Paramer paramer) { if (paramer.boost != null) { query.boost(paramer.boost); } + + if (paramer.operator != null) { + query.operator(paramer.operator); + } + + if (paramer.minimumShouldMatch != null) { + query.minimumShouldMatch(paramer.minimumShouldMatch); + } + return query; } @@ -151,6 +166,24 @@ public static ToXContent fullParamer(QueryStringQueryBuilder query, Paramer para query.defaultField(paramer.defaultField); } + if (paramer.tieBreaker != null) { + query.tieBreaker(paramer.tieBreaker); + } + + if (paramer.operator != null) { + query.defaultOperator(paramer.operator); + } + + if (paramer.type != null) { + query.type(MultiMatchQueryBuilder.Type.parse(paramer.type.toLowerCase(Locale.ROOT), LoggingDeprecationHandler.INSTANCE)); + } + + if (paramer.minimumShouldMatch != null) { + query.minimumShouldMatch(paramer.minimumShouldMatch); + } + + query.fields(paramer.fieldsBoosts); + return query; } @@ -179,6 +212,12 @@ public static ToXContent fullParamer(MultiMatchQueryBuilder query, Paramer param query.operator(paramer.operator); } + if (paramer.minimumShouldMatch != null) { + query.minimumShouldMatch(paramer.minimumShouldMatch); + } + + query.fields(paramer.fieldsBoosts); + return query; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index a50ae08f..eea00d31 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -113,7 +113,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) case "multi_match": case "multimatch": paramer = Paramer.parseParamer(value); - MultiMatchQueryBuilder multiMatchQuery = QueryBuilders.multiMatchQuery(paramer.value).fields(paramer.fieldsBoosts); + MultiMatchQueryBuilder multiMatchQuery = QueryBuilders.multiMatchQuery(paramer.value); bqb = Paramer.fullParamer(multiMatchQuery, paramer); break; @@ -137,7 +137,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) } // - SpanNearQueryBuilder spanNearQuery = QueryBuilders.spanNearQuery(clauses.get(0), paramer.slop); + SpanNearQueryBuilder spanNearQuery = QueryBuilders.spanNearQuery(clauses.get(0), Optional.ofNullable(paramer.slop).orElse(SpanNearQueryBuilder.DEFAULT_SLOP)); for (int i = 1; i < clauses.size(); ++i) { spanNearQuery.addClause(clauses.get(i)); } From 4b80addfdb57cb1701da44c1327b36c96e5a98be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 16 Jan 2019 14:29:20 +0800 Subject: [PATCH 036/266] support json to extended_bounds config of dateHistogram --- pom.xml | 2 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f2432786..b653b818 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.2 + 6.5.4.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 5b37e5a2..895a57c5 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -551,9 +551,22 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws dateHistogram.order("desc".equalsIgnoreCase(value) ? BucketOrder.key(false) : BucketOrder.key(true)); break; case "extended_bounds": - String[] bounds = value.split(":"); - if (bounds.length == 2) { - dateHistogram.extendedBounds(new ExtendedBounds(bounds[0], bounds[1])); + ExtendedBounds extendedBounds = null; + try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(value))) { + extendedBounds = ExtendedBounds.PARSER.parse(parser, null); + } catch (IOException ex) { + List indexList = new LinkedList<>(); + int index = -1; + while ((index = value.indexOf(':', index + 1)) != -1) { + indexList.add(index); + } + if (!indexList.isEmpty()) { + index = indexList.get(indexList.size() / 2); + extendedBounds = new ExtendedBounds(value.substring(0, index), value.substring(index + 1)); + } + } + if (extendedBounds != null) { + dateHistogram.extendedBounds(extendedBounds); } break; case "offset": From a1bf9f9e3181f07ac43ac82e71802047be8d8cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 18 Jan 2019 11:09:59 +0800 Subject: [PATCH 037/266] check agg is an instance of termsagg before set size or shardsize --- pom.xml | 2 +- .../es4sql/query/AggregationQueryAction.java | 26 +++++-------------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index b653b818..9f357f20 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.3 + 6.5.4.4 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 0426b038..fca096dd 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -14,8 +14,6 @@ import org.elasticsearch.search.aggregations.AggregationBuilder; import org.elasticsearch.search.aggregations.AggregationBuilders; import org.elasticsearch.search.aggregations.BucketOrder; -import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; @@ -219,18 +217,13 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { } private void setSize (AggregationBuilder agg, Field field) { - if (agg instanceof HistogramAggregationBuilder || agg instanceof DateHistogramAggregationBuilder) - return; - if (field instanceof MethodField) { //zhongshu-comment MethodField可以自定义聚合的size MethodField mf = ((MethodField) field); Object customSize = mf.getParamsAsMap().get("size"); if (customSize == null) { //zhongshu-comment 假如用户没有在MethodField指定agg的size,就将默认的rowCount设置为agg的size if(select.getRowCount()>0) { - try { + if (agg instanceof TermsAggregationBuilder) { ((TermsAggregationBuilder) agg).size(select.getRowCount()); - } catch (Exception e) { - e.printStackTrace(); } } } else { @@ -238,23 +231,18 @@ private void setSize (AggregationBuilder agg, Field field) { } } else { if(select.getRowCount()>0) { - try { + if (agg instanceof TermsAggregationBuilder) { ((TermsAggregationBuilder) agg).size(select.getRowCount()); - } catch (Exception e) { - e.printStackTrace(); } } } } + private void setShardSize(AggregationBuilder agg) { - if (agg instanceof HistogramAggregationBuilder || agg instanceof DateHistogramAggregationBuilder) - return; - - int defaultShardSize = 20 * select.getRowCount(); - if (defaultShardSize > 5000) - ((TermsAggregationBuilder) agg).shardSize(defaultShardSize); - else - ((TermsAggregationBuilder) agg).shardSize(5000);//保证最少是5000 + if (agg instanceof TermsAggregationBuilder) { + int defaultShardSize = 20 * select.getRowCount(); + ((TermsAggregationBuilder) agg).shardSize(Math.max(defaultShardSize, 5000)); + } } private AggregationBuilder getGroupAgg(Field field, Select select2) throws SqlParseException { From 3ace7210a4311aec4850e6c3992ac9ddb38bdc02 Mon Sep 17 00:00:00 2001 From: xpzhang Date: Fri, 18 Jan 2019 02:05:49 -0800 Subject: [PATCH 038/266] =?UTF-8?q?count(distinct=20a)=20=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../es4sql/query/AggregationQueryAction.java | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 0426b038..73a65d02 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -188,7 +188,13 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { TermsAggregationBuilder termsBuilder = (TermsAggregationBuilder) temp.value; switch (temp.key) { case "COUNT": - termsBuilder.order(BucketOrder.count(isASC(order))); + String orderName = order.getName(); + if(isAliasFiled(orderName)) { + termsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); + }else { + termsBuilder.order(BucketOrder.count(isASC(order))); + } + break; case "KEY": termsBuilder.order(BucketOrder.key(isASC(order))); @@ -487,4 +493,16 @@ private void setLimitFromHint(List hints) { request.setFrom(from); request.setSize(size); } + //判断某个字段名称是否是别名 + private boolean isAliasFiled(String filedName) { + if(select.getFields().size() > 0) { + for (Field field : select.getFields()) { + if(null !=field.getAlias() && field.getAlias().equals(filedName)) { + return true; + } + } + } + return false; + } + } From f6d0f477dd0d43a3879dc66831d0b737c5dc1ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 20 Jan 2019 17:24:40 +0800 Subject: [PATCH 039/266] add testcase for #862 --- pom.xml | 2 +- .../es4sql/query/AggregationQueryAction.java | 32 ++++++++++--------- .../java/org/nlpcn/es4sql/ExplainTest.java | 5 +++ 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 9f357f20..074c2a95 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.4 + 6.5.4.5 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 6838692f..5bea59bd 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -187,12 +187,11 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { switch (temp.key) { case "COUNT": String orderName = order.getName(); - if(isAliasFiled(orderName)) { - termsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); - }else { - termsBuilder.order(BucketOrder.count(isASC(order))); - } - + if (isAliasFiled(orderName)) { + termsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); + } else { + termsBuilder.order(BucketOrder.count(isASC(order))); + } break; case "KEY": termsBuilder.order(BucketOrder.key(isASC(order))); @@ -481,16 +480,19 @@ private void setLimitFromHint(List hints) { request.setFrom(from); request.setSize(size); } - //判断某个字段名称是否是别名 + + /** + * 判断某个字段名称是否是别名 + */ private boolean isAliasFiled(String filedName) { - if(select.getFields().size() > 0) { - for (Field field : select.getFields()) { - if(null !=field.getAlias() && field.getAlias().equals(filedName)) { - return true; - } - } - } - return false; + if (select.getFields().size() > 0) { + for (Field field : select.getFields()) { + if (null != field.getAlias() && field.getAlias().equals(filedName)) { + return true; + } + } + } + return false; } } diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 0c69e6cf..a29276d3 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -96,6 +96,11 @@ public void testSpanNearQueryExplain() throws SqlParseException, SQLFeatureNotSu System.out.println(explain("SELECT * FROM index WHERE q=span_near(boost=10.0,slop=12,in_order=false,clauses='[{\"span_term\":{\"field\":\"value1\"}},{\"span_term\":{\"field\":\"value2\"}},{\"span_term\":{\"field\":\"value3\"}}]')")); } + @Test + public void testCountDistinctExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("SELECT COUNT(DISTINCT sourceIP.keyword) AS size FROM dataflow WHERE startTime > 525757149439 AND startTime < 1525757449439 GROUP BY appName.keyword ORDER BY size DESC")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From a66b7c9a05c68cf6f654efe494772817cd9849a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 20 Jan 2019 20:26:03 +0800 Subject: [PATCH 040/266] =?UTF-8?q?fix=20#838=20sql=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=8C=89=E7=85=A7=E5=AD=97=E6=AE=B5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- ...ticSearchDruidPooledPreparedStatement.java | 6 +---- .../es4sql/jdbc/ObjectResultsExtractor.java | 25 ++++++++--------- .../es4sql/query/DefaultQueryAction.java | 27 ++++++++++++++----- src/test/java/org/nlpcn/es4sql/JDBCTests.java | 8 ++++++ 5 files changed, 42 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 074c2a95..fdbb7492 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.5 + 6.5.4.6 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index 97844995..adb5a98b 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -43,10 +43,6 @@ public ResultSet executeQuery() throws SQLException { ResultSet rs = new ElasticSearchResultSet(this, headers, lines); - if (rs == null) { - return null; - } - DruidPooledResultSet poolableResultSet = new DruidPooledResultSet(this, rs); addResultSetTrace(poolableResultSet); @@ -91,7 +87,7 @@ private ObjectResult getObjectResult(boolean flat, String query, boolean include QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new ObjectResultsExtractor(includeScore, includeType, includeId).extractResults(execution, flat); + return new ObjectResultsExtractor(includeScore, includeType, includeId, queryAction).extractResults(execution, flat); } @Override diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index 7ca229d2..52a3a598 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -14,6 +14,8 @@ import org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.tophits.TopHits; import org.nlpcn.es4sql.Util; +import org.nlpcn.es4sql.query.DefaultQueryAction; +import org.nlpcn.es4sql.query.QueryAction; import java.util.*; @@ -25,12 +27,14 @@ public class ObjectResultsExtractor { private final boolean includeScore; private final boolean includeId; private int currentLineIndex; + private QueryAction queryAction; - public ObjectResultsExtractor(boolean includeScore, boolean includeType, boolean includeId) { + public ObjectResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, QueryAction queryAction) { this.includeScore = includeScore; this.includeType = includeType; this.includeId = includeId; this.currentLineIndex = 0; + this.queryAction = queryAction; } public ObjectResult extractResults(Object queryResult, boolean flat) throws ObjectResultsExtractException { @@ -244,14 +248,16 @@ private List> createLinesFromDocs(boolean flat, List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, List> docsAsMap) { - Set csvHeaders = new HashSet<>(); + Set headers = new LinkedHashSet<>(); + if (this.queryAction instanceof DefaultQueryAction) { + headers.addAll(((DefaultQueryAction) this.queryAction).getFieldNames()); + } for (SearchHit hit : hits) { Map doc = hit.getSourceAsMap(); Map fields = hit.getFields(); for (DocumentField searchHitField : fields.values()) { doc.put(searchHitField.getName(), searchHitField.getValue()); } - mergeHeaders(csvHeaders, doc, flat); if (this.includeScore) { doc.put("_score", hit.getScore()); } @@ -261,19 +267,10 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeId) { doc.put("_id", hit.getId()); } + mergeHeaders(headers, doc, flat); docsAsMap.add(doc); } - ArrayList headersList = new ArrayList<>(csvHeaders); - if (this.includeScore) { - headersList.add("_score"); - } - if (this.includeType) { - headersList.add("_type"); - } - if (this.includeId) { - headersList.add("_id"); - } - return headersList; + return new ArrayList<>(headers); } private Object findFieldValue(String header, Map doc, boolean flat) { diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index b863abe0..d3198b49 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -1,6 +1,7 @@ package org.nlpcn.es4sql.query; import java.util.Collections; +import java.util.LinkedList; import java.util.List; import java.util.ArrayList; @@ -25,6 +26,8 @@ public class DefaultQueryAction extends QueryAction { private final Select select; private SearchRequestBuilder request; + private List fieldNames = new LinkedList<>(); + public DefaultQueryAction(Client client, Select select) { super(client, select); this.select = select; @@ -129,16 +132,20 @@ public void setFields(List fields) throws SqlParseException { */ handleScriptField(method); } else if (method.getName().equalsIgnoreCase("include")) { + String f; for (KVValue kvValue : method.getParams()) { //zhongshu-comment select a,b,c 中的a、b、c字段add到includeFields中 - includeFields.add(kvValue.value.toString()) ; + f = kvValue.value.toString(); + fieldNames.add(f); + includeFields.add(f); } } else if (method.getName().equalsIgnoreCase("exclude")) { for (KVValue kvValue : method.getParams()) { excludeFields.add(kvValue.value.toString()) ; } } - } else if (field instanceof Field) { + } else if (field != null) { + fieldNames.add(field.getName()); includeFields.add(field.getName()); } } @@ -158,9 +165,13 @@ public void setFields(List fields) throws SqlParseException { private void handleScriptField(MethodField method) throws SqlParseException { List params = method.getParams(); if (params.size() == 2) { - request.addScriptField(params.get(0).value.toString(), new Script(params.get(1).value.toString())); - } else if (params.size() == 3) { - request.addScriptField(params.get(0).value.toString(), + String f = params.get(0).value.toString(); + fieldNames.add(f); + request.addScriptField(f, new Script(params.get(1).value.toString())); + } else if (params.size() == 3) { + String f = params.get(0).value.toString(); + fieldNames.add(f); + request.addScriptField(f, new Script( ScriptType.INLINE, params.get(1).value.toString(), @@ -231,5 +242,9 @@ private void setLimit(int from, int size) { public SearchRequestBuilder getRequestBuilder() { return request; - } + } + + public List getFieldNames() { + return fieldNames; + } } diff --git a/src/test/java/org/nlpcn/es4sql/JDBCTests.java b/src/test/java/org/nlpcn/es4sql/JDBCTests.java index 9f6fa0d4..f866619d 100644 --- a/src/test/java/org/nlpcn/es4sql/JDBCTests.java +++ b/src/test/java/org/nlpcn/es4sql/JDBCTests.java @@ -14,6 +14,8 @@ import static com.alibaba.druid.pool.DruidDataSourceFactory.PROP_CONNECTIONPROPERTIES; import static com.alibaba.druid.pool.DruidDataSourceFactory.PROP_URL; +import static org.hamcrest.MatcherAssert.assertThat; +import static org.hamcrest.Matchers.equalTo; /** * Created by allwefantasy on 8/26/16. @@ -28,6 +30,12 @@ public void testJDBC() throws Exception { Connection connection = dds.getConnection(); PreparedStatement ps = connection.prepareStatement("SELECT gender,lastname,age from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); ResultSet resultSet = ps.executeQuery(); + + ResultSetMetaData metaData = resultSet.getMetaData(); + assertThat(metaData.getColumnName(1), equalTo("gender")); + assertThat(metaData.getColumnName(2), equalTo("lastname")); + assertThat(metaData.getColumnName(3), equalTo("age")); + List result = new ArrayList(); while (resultSet.next()) { result.add(resultSet.getString("lastname") + "," + resultSet.getInt("age") + "," + resultSet.getString("gender")); From b95862c0be2c20e01df308a0dcb142bbfe8c2117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 20 Jan 2019 21:56:19 +0800 Subject: [PATCH 041/266] fix #839 support stats-groups --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/domain/hints/HintFactory.java | 4 ++++ .../java/org/nlpcn/es4sql/domain/hints/HintType.java | 1 + .../org/nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../java/org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + src/main/java/org/nlpcn/es4sql/query/QueryAction.java | 9 +++++++++ src/test/java/org/nlpcn/es4sql/ExplainTest.java | 8 ++++++++ 7 files changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fdbb7492..320eed3b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.6 + 6.5.4.7 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 9deb9ec3..3669828a 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -151,6 +151,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String postFilter = getParamFromHint(hintAsString, "! POST_FILTER"); return new Hint(HintType.POST_FILTER, new String[]{postFilter}); } + if (hintAsString.startsWith("! STATS")) { + String[] statsGroups = getParamsFromHint(hintAsString, "! STATS"); + return new Hint(HintType.STATS, statsGroups); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 728e58fa..bdc2cef9 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -19,4 +19,5 @@ public enum HintType MINUS_USE_TERMS_OPTIMIZATION, COLLAPSE, POST_FILTER, + STATS } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 5bea59bd..43bb57f3 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -217,6 +217,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithHighlight(select, request); updateRequestWithCollapse(select, request); updateRequestWithPostFilter(select, request); + updateRequestWithStats(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index d3198b49..fa049a0b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -90,6 +90,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithHighlight(select, request); updateRequestWithCollapse(select, request); updateRequestWithPostFilter(select, request); + updateRequestWithStats(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index a7f9454e..48501bca 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -18,6 +18,7 @@ import java.io.IOException; import java.util.ArrayList; +import java.util.Arrays; import java.util.Map; /** @@ -34,6 +35,14 @@ public QueryAction(Client client, Query query) { this.query = query; } + protected void updateRequestWithStats(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.STATS && hint.getParams() != null && 0 < hint.getParams().length) { + request.setStats(Arrays.stream(hint.getParams()).map(Object::toString).toArray(String[]::new)); + } + } + } + protected void updateRequestWithCollapse(Select select, SearchRequestBuilder request) throws SqlParseException { JsonFactory jsonFactory = new JsonFactory(); for (Hint hint : select.getHints()) { diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index a29276d3..829f4940 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql; +import com.alibaba.druid.support.json.JSONUtils; import com.google.common.io.Files; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -9,6 +10,7 @@ import java.lang.reflect.InvocationTargetException; import java.nio.charset.StandardCharsets; import java.sql.SQLFeatureNotSupportedException; +import java.util.Map; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.*; @@ -101,6 +103,12 @@ public void testCountDistinctExplain() throws SqlParseException, SQLFeatureNotSu System.out.println(explain("SELECT COUNT(DISTINCT sourceIP.keyword) AS size FROM dataflow WHERE startTime > 525757149439 AND startTime < 1525757449439 GROUP BY appName.keyword ORDER BY size DESC")); } + @Test + public void testStatsGroupsExplain() throws SqlParseException, SQLFeatureNotSupportedException { + Map map = (Map) JSONUtils.parse(explain("SELECT /*! STATS(group1, group2) */ * FROM index")); + assertThat(map.get("stats").toString(), equalTo("[group1, group2]")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From f8ee5b6fc40d40073e76ab80ba35b9e0975e1016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 11 Feb 2019 11:04:45 +0800 Subject: [PATCH 042/266] es 6.6.0 support --- .travis.yml | 2 +- pom.xml | 4 +-- .../org/nlpcn/es4sql/domain/Condition.java | 3 ++- .../java/org/nlpcn/es4sql/domain/Query.java | 18 ++++++++++++- .../java/org/nlpcn/es4sql/domain/Select.java | 27 ++++--------------- .../org/nlpcn/es4sql/parse/SqlParser.java | 9 ++++--- .../nlpcn/es4sql/query/DeleteQueryAction.java | 6 +++++ .../org/nlpcn/es4sql/query/maker/Maker.java | 3 ++- 8 files changed, 41 insertions(+), 31 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c11d94b..58eb9a8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.4.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.0.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 320eed3b..1d437f38 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.5.4.7 + 6.6.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.5.4 + 6.6.0 org.elasticsearch.plugin.nlpcn.SqlPlug diff --git a/src/main/java/org/nlpcn/es4sql/domain/Condition.java b/src/main/java/org/nlpcn/es4sql/domain/Condition.java index 6cb33bcd..948639d1 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Condition.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Condition.java @@ -20,7 +20,7 @@ public class Condition extends Where { public enum OPEAR { - EQ, GT, LT, GTE, LTE, N, LIKE, NLIKE, REGEXP, IS, ISN, IN, NIN, BETWEEN, NBETWEEN, GEO_INTERSECTS, GEO_BOUNDING_BOX, GEO_DISTANCE, GEO_POLYGON, IN_TERMS, TERM, IDS_QUERY, NESTED_COMPLEX, CHILDREN_COMPLEX, SCRIPT,NIN_TERMS,NTERM; + EQ, GT, LT, GTE, LTE, N, LIKE, NLIKE, REGEXP, NREGEXP, IS, ISN, IN, NIN, BETWEEN, NBETWEEN, GEO_INTERSECTS, GEO_BOUNDING_BOX, GEO_DISTANCE, GEO_POLYGON, IN_TERMS, TERM, IDS_QUERY, NESTED_COMPLEX, CHILDREN_COMPLEX, SCRIPT,NIN_TERMS,NTERM; public static Map methodNameToOpear; @@ -50,6 +50,7 @@ public enum OPEAR { negatives.put(IS, ISN); negatives.put(IN, NIN); negatives.put(BETWEEN, NBETWEEN); + negatives.put(REGEXP, NREGEXP); } public OPEAR negative() throws SqlParseException { diff --git a/src/main/java/org/nlpcn/es4sql/domain/Query.java b/src/main/java/org/nlpcn/es4sql/domain/Query.java index 67708205..d892732e 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Query.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Query.java @@ -11,7 +11,8 @@ public abstract class Query { private Where where = null; private List from = new ArrayList<>(); - + private int offset; + private int rowCount = -1; public Where getWhere() { return this.where; @@ -25,6 +26,21 @@ public List getFrom() { return from; } + public int getOffset() { + return offset; + } + + public void setOffset(int offset) { + this.offset = offset; + } + + public int getRowCount() { + return rowCount; + } + + public void setRowCount(int rowCount) { + this.rowCount = rowCount; + } /** * Get the indexes the query refer to. diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index 81796b2f..92a53219 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -4,7 +4,6 @@ import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.parse.SubQueryExpression; -import java.sql.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; @@ -16,15 +15,14 @@ */ public class Select extends Query { + public static final int DEFAULT_ROWCOUNT = 1000; + // Using this functions, will cause query to execute as aggregation. private final List aggsFunctions = Arrays.asList("SUM", "MAX", "MIN", "AVG", "TOPHITS", "COUNT", "STATS","EXTENDED_STATS","PERCENTILES","SCRIPTED_METRIC"); private List hints = new ArrayList<>(); private List fields = new ArrayList<>(); private List> groupBys = new ArrayList<>(); private List orderBys = new ArrayList<>(); - private int offset; - public static final int DEFAULT_ROWCOUNT = 1000; - private int rowCount = DEFAULT_ROWCOUNT; private boolean containsSubQueries; private List subQueries; public boolean isQuery = false; @@ -32,21 +30,14 @@ public class Select extends Query { public boolean isAgg = false; - public Select() { - } + public Select() { + setRowCount(DEFAULT_ROWCOUNT); + } public List getFields() { return fields; } - public void setOffset(int offset) { - this.offset = offset; - } - - public void setRowCount(int rowCount) { - this.rowCount = rowCount; - } - public void addGroupBy(Field field) { List wrapper = new ArrayList<>(); wrapper.add(field); @@ -66,14 +57,6 @@ public List getOrderBys() { return orderBys; } - public int getOffset() { - return offset; - } - - public int getRowCount() { - return rowCount; - } - public void addOrderBy(String nestedPath, String name, String type, ScriptSortBuilder.ScriptSortType scriptSortType) { if ("_score".equals(name)) { //zhongshu-comment 可以直接在order by子句中写_score,根据该字段排序 select * from tbl order by _score asc isQuery = true; diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index e9a6df6e..3a8031cc 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -6,6 +6,7 @@ import com.alibaba.druid.sql.ast.statement.*; import com.alibaba.druid.sql.ast.*; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlSelectGroupByExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; @@ -93,6 +94,8 @@ public Delete parseDelete(SQLDeleteStatement deleteStatement) throws SqlParseExc delete.setWhere(whereParser.findWhere()); + findLimit(((MySqlDeleteStatement) deleteStatement).getLimit(), delete); + return delete; } @@ -231,16 +234,16 @@ private ScriptSortBuilder.ScriptSortType judgeIsStringSort(SQLExpr expr) { return ScriptSortBuilder.ScriptSortType.NUMBER; } - private void findLimit(MySqlSelectQueryBlock.Limit limit, Select select) { + private void findLimit(MySqlSelectQueryBlock.Limit limit, Query query) { if (limit == null) { return; } - select.setRowCount(Integer.parseInt(limit.getRowCount().toString())); + query.setRowCount(Integer.parseInt(limit.getRowCount().toString())); if (limit.getOffset() != null) - select.setOffset(Integer.parseInt(limit.getOffset().toString())); + query.setOffset(Integer.parseInt(limit.getOffset().toString())); } /** diff --git a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java index 3533bc79..29b0c15b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java @@ -30,6 +30,12 @@ public SqlElasticDeleteByQueryRequestBuilder explain() throws SqlParseException setIndicesAndTypes(); setWhere(delete.getWhere()); + + // maximum number of processed documents + if (delete.getRowCount() > -1) { + request.size(delete.getRowCount()); + } + SqlElasticDeleteByQueryRequestBuilder deleteByQueryRequestBuilder = new SqlElasticDeleteByQueryRequestBuilder(request); return deleteByQueryRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index eea00d31..512ce2ea 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -37,7 +37,7 @@ public abstract class Maker { - private static final Set NOT_OPEAR_SET = ImmutableSet.of(OPEAR.N, OPEAR.NIN, OPEAR.ISN, OPEAR.NBETWEEN, OPEAR.NLIKE,OPEAR.NIN_TERMS,OPEAR.NTERM); + private static final Set NOT_OPEAR_SET = ImmutableSet.of(OPEAR.N, OPEAR.NIN, OPEAR.ISN, OPEAR.NBETWEEN, OPEAR.NLIKE,OPEAR.NIN_TERMS,OPEAR.NTERM,OPEAR.NREGEXP); protected Maker(Boolean isQuery) { @@ -185,6 +185,7 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar x = QueryBuilders.wildcardQuery(name, queryStr); break; case REGEXP: + case NREGEXP: Object[] values = (Object[]) value; RegexpQueryBuilder regexpQuery = QueryBuilders.regexpQuery(name, values[0].toString()); if (1 < values.length) { From 1c44587577e74b0ecda207e9b04ecc4c33519525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 11 Feb 2019 17:36:21 +0800 Subject: [PATCH 043/266] fix #877 Cast not used in the where condition --- .../org/nlpcn/es4sql/parse/CastParser.java | 2 - .../org/nlpcn/es4sql/parse/FieldMaker.java | 8 +-- .../org/nlpcn/es4sql/parse/WhereParser.java | 59 ++++++++++++------- .../java/org/nlpcn/es4sql/ExplainTest.java | 5 ++ 4 files changed, 47 insertions(+), 27 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/parse/CastParser.java b/src/main/java/org/nlpcn/es4sql/parse/CastParser.java index 91a4a4ae..9f2dca6c 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/CastParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/CastParser.java @@ -59,8 +59,6 @@ public String parse(boolean isReturn) throws SqlParseException { } if(isReturn) { result.add("return " + name); - }else{ - result.add(name); } return Joiner.on("; ").join(result); diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 2e8a99a1..9ad57bc8 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -236,8 +236,8 @@ public static MethodField makeMethodField(String name, List arguments, if (SQLFunctions.buildInFunctions.contains(binaryOpExpr.getOperator().toString().toLowerCase())) { SQLMethodInvokeExpr mExpr = makeBinaryMethodField(binaryOpExpr, alias, first); - MethodField abc = makeMethodField(mExpr.getMethodName(), mExpr.getParameters(), null, null, tableAlias, false); - String key = abc.getParams().get(0).toString(), value = abc.getParams().get(1).toString(); + MethodField mf = makeMethodField(mExpr.getMethodName(), mExpr.getParameters(), null, null, tableAlias, false); + String key = mf.getParams().get(0).toString(), value = mf.getParams().get(1).toString(); paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); } else { if (!binaryOpExpr.getOperator().getName().equals("=")) { @@ -273,8 +273,8 @@ public static MethodField makeMethodField(String name, List arguments, paramers.add(new KVValue("children", childrenType)); } else if (SQLFunctions.buildInFunctions.contains(methodName)) { //throw new SqlParseException("only support script/nested as inner functions"); - MethodField abc = makeMethodField(methodName, mExpr.getParameters(), null, null, tableAlias, false); - String key = abc.getParams().get(0).toString(), value = abc.getParams().get(1).toString(); + MethodField mf = makeMethodField(methodName, mExpr.getParameters(), null, null, tableAlias, false); + String key = mf.getParams().get(0).toString(), value = mf.getParams().get(1).toString(); paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); } else throw new SqlParseException("only support script/nested/children as inner functions"); } else if (object instanceof SQLCaseExpr) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 7b2f5733..f782f68b 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -21,6 +21,7 @@ import java.math.BigDecimal; import java.math.BigInteger; import java.util.ArrayList; +import java.util.Collections; import java.util.List; /** @@ -173,7 +174,8 @@ private boolean isCond(SQLBinaryOpExpr expr) { } return leftSide instanceof SQLIdentifierExpr || leftSide instanceof SQLPropertyExpr || - leftSide instanceof SQLVariantRefExpr; + leftSide instanceof SQLVariantRefExpr || + leftSide instanceof SQLCastExpr; } private boolean isAllowedMethodOnConditionLeft(SQLMethodInvokeExpr method, SQLBinaryOperator operator) { @@ -480,48 +482,63 @@ private MethodField parseSQLMethodInvokeExprWithFunctionInWhere(SQLMethodInvokeE return methodField; } + private MethodField parseSQLCastExprInWhere(SQLCastExpr soExpr) throws SqlParseException { + MethodField methodField = FieldMaker.makeMethodField("cast", + Collections.singletonList(soExpr), + null, + null, + query != null ? query.getFrom().getAlias() : null, + true); + List params = methodField.getParams(); + KVValue param = params.get(0); + params.clear(); + params.add(new KVValue(param.key)); + params.add(new KVValue(param.value)); + return methodField; + } + private SQLMethodInvokeExpr parseSQLBinaryOpExprWhoIsConditionInWhere(SQLBinaryOpExpr soExpr) throws SqlParseException { - if (!(soExpr.getLeft() instanceof SQLMethodInvokeExpr || + if (!(soExpr.getLeft() instanceof SQLCastExpr || soExpr.getRight() instanceof SQLCastExpr)) { + if (!(soExpr.getLeft() instanceof SQLMethodInvokeExpr || soExpr.getRight() instanceof SQLMethodInvokeExpr)) { - return null; - } - - if (soExpr.getLeft() instanceof SQLMethodInvokeExpr) { - if (!SQLFunctions.buildInFunctions.contains(((SQLMethodInvokeExpr) soExpr.getLeft()).getMethodName())) { return null; } - } - if (soExpr.getRight() instanceof SQLMethodInvokeExpr) { - if (!SQLFunctions.buildInFunctions.contains(((SQLMethodInvokeExpr) soExpr.getRight()).getMethodName())) { - return null; + if (soExpr.getLeft() instanceof SQLMethodInvokeExpr) { + if (!SQLFunctions.buildInFunctions.contains(((SQLMethodInvokeExpr) soExpr.getLeft()).getMethodName())) { + return null; + } } - } + if (soExpr.getRight() instanceof SQLMethodInvokeExpr) { + if (!SQLFunctions.buildInFunctions.contains(((SQLMethodInvokeExpr) soExpr.getRight()).getMethodName())) { + return null; + } + } + } MethodField leftMethod = new MethodField(null, Lists.newArrayList(new KVValue("", Util.expr2Object(soExpr.getLeft(), "'"))), null, null); - MethodField rightMethod = new MethodField(null, Lists.newArrayList(new KVValue("", Util.expr2Object(soExpr.getRight(), "'"))), null, null); - if (soExpr.getLeft() instanceof SQLIdentifierExpr || soExpr.getLeft() instanceof SQLPropertyExpr) { leftMethod = new MethodField(null, Lists.newArrayList(new KVValue("", "doc['" + Util.expr2Object(soExpr.getLeft(), "'") + "'].value")), null, null); + } else if (soExpr.getLeft() instanceof SQLMethodInvokeExpr) { + leftMethod = parseSQLMethodInvokeExprWithFunctionInWhere((SQLMethodInvokeExpr) soExpr.getLeft()); + } else if (soExpr.getLeft() instanceof SQLCastExpr) { + leftMethod = parseSQLCastExprInWhere((SQLCastExpr) soExpr.getLeft()); } + MethodField rightMethod = new MethodField(null, Lists.newArrayList(new KVValue("", Util.expr2Object(soExpr.getRight(), "'"))), null, null); if (soExpr.getRight() instanceof SQLIdentifierExpr || soExpr.getRight() instanceof SQLPropertyExpr) { rightMethod = new MethodField(null, Lists.newArrayList(new KVValue("", "doc['" + Util.expr2Object(soExpr.getRight(), "'") + "'].value")), null, null); - } - - if (soExpr.getLeft() instanceof SQLMethodInvokeExpr) { - leftMethod = parseSQLMethodInvokeExprWithFunctionInWhere((SQLMethodInvokeExpr) soExpr.getLeft()); - } - if (soExpr.getRight() instanceof SQLMethodInvokeExpr) { + } else if (soExpr.getRight() instanceof SQLMethodInvokeExpr) { rightMethod = parseSQLMethodInvokeExprWithFunctionInWhere((SQLMethodInvokeExpr) soExpr.getRight()); + } else if (soExpr.getRight() instanceof SQLCastExpr) { + rightMethod = parseSQLCastExprInWhere((SQLCastExpr) soExpr.getRight()); } String v1 = leftMethod.getParams().get(0).value.toString(); String v1Dec = leftMethod.getParams().size() == 2 ? leftMethod.getParams().get(1).value.toString() + ";" : ""; - String v2 = rightMethod.getParams().get(0).value.toString(); String v2Dec = rightMethod.getParams().size() == 2 ? rightMethod.getParams().get(1).value.toString() + ";" : ""; diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 829f4940..b6652aa4 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -109,6 +109,11 @@ public void testStatsGroupsExplain() throws SqlParseException, SQLFeatureNotSupp assertThat(map.get("stats").toString(), equalTo("[group1, group2]")); } + @Test + public void testCastInWhereExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select * from file1 where cast(offset as int) > 20")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 28bc5e433d1e7c7d2f860d7f75f8c45b08da3f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 11 Feb 2019 17:54:13 +0800 Subject: [PATCH 044/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 82a8da1a..50e54bbd 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Elasticsearch-SQL **6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.4** [![6.5.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.6.0** [![6.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -192,6 +193,7 @@ Versions | 6.5.2 | 6.5.2.0 | | elastic6.5.2 | | 6.5.3 | 6.5.3.0 | | elastic6.5.3 | | 6.5.4 | 6.5.4.0 | | elastic6.5.4 | +| 6.6.0 | 6.6.0.0 | | elastic6.6.0 | ### Elasticsearch 1.x ```` @@ -561,6 +563,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.4.0/elasticsearch-sql-6.5.4.0.zip ```` +### Elasticsearch 6.6.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.6.0.0/elasticsearch-sql-6.6.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From e5a362e08c39930f8df473d713ae00309ca8464a Mon Sep 17 00:00:00 2001 From: shiyuan Date: Wed, 13 Feb 2019 15:52:28 +0800 Subject: [PATCH 045/266] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50e54bbd..d7f93a8a 100644 --- a/README.md +++ b/README.md @@ -578,9 +578,7 @@ On elasticsearch 1.x / 2.x, visit the elasticsearch-sql web front-end: http://localhost:9200/_plugin/sql/ ```` -On elasticsearch 5.x/6.x, [download and extract site](https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/es-sql-site-standalone.zip). - -Then start the web front-end like this: +On elasticsearch 5.x/6.x, use [elasticsearch sql site chrome extension](https://github.com/shi-yuan/elasticsearch-sql-site-chrome) (make sure to enable cors on elasticsearch.yml). Alternatively, [download and extract site](https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/es-sql-site-standalone.zip), then start the web front-end like this: ```shell cd site-server @@ -590,12 +588,12 @@ node node-server.js * Simple query ```` -http://localhost:9200/_sql?sql=select * from indexName limit 10 +curl -X GET "localhost:9200/_sql" -H 'Content-Type: application/json' -d'select * from indexName limit 10' ```` * Explain SQL to elasticsearch query DSL ```` -http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10 +curl -X GET "localhost:9200/_sql/_explain" -H 'Content-Type: application/json' -d'select * from indexName limit 10' ```` From c43020720f5a7d6a9a90168cb140d344b198e292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 15 Feb 2019 14:12:29 +0800 Subject: [PATCH 046/266] fix #884 delete sql support CONFLICTS hint --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/domain/Query.java | 9 +- .../java/org/nlpcn/es4sql/domain/Select.java | 7 -- .../es4sql/domain/hints/HintFactory.java | 4 + .../nlpcn/es4sql/domain/hints/HintType.java | 3 +- .../parse/ElasticSqlDeleteStatement.java | 21 +++++ .../parse/ElasticSqlStatementParser.java | 93 +++++++++++++++++++ .../org/nlpcn/es4sql/parse/SqlParser.java | 5 +- .../nlpcn/es4sql/query/DeleteQueryAction.java | 18 ++++ .../nlpcn/es4sql/query/ESActionFactory.java | 4 +- 10 files changed, 152 insertions(+), 14 deletions(-) create mode 100644 src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java create mode 100644 src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java diff --git a/pom.xml b/pom.xml index 1d437f38..af49b157 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.6.0.0 + 6.6.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Query.java b/src/main/java/org/nlpcn/es4sql/domain/Query.java index d892732e..a5b19fbe 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Query.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Query.java @@ -3,6 +3,8 @@ import java.util.ArrayList; import java.util.List; +import org.nlpcn.es4sql.domain.hints.Hint; + /** * Represents abstract query. every query * has indexes, types, and where clause. @@ -10,9 +12,10 @@ public abstract class Query { private Where where = null; - private List from = new ArrayList<>(); + private final List from = new ArrayList<>(); private int offset; private int rowCount = -1; + private final List hints = new ArrayList<>(); public Where getWhere() { return this.where; @@ -42,6 +45,10 @@ public void setRowCount(int rowCount) { this.rowCount = rowCount; } + public List getHints() { + return hints; + } + /** * Get the indexes the query refer to. * @return list of strings, the indexes names diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index 92a53219..6a4749c3 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -1,7 +1,6 @@ package org.nlpcn.es4sql.domain; import org.elasticsearch.search.sort.ScriptSortBuilder; -import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.parse.SubQueryExpression; import java.util.ArrayList; @@ -19,7 +18,6 @@ public class Select extends Query { // Using this functions, will cause query to execute as aggregation. private final List aggsFunctions = Arrays.asList("SUM", "MAX", "MIN", "AVG", "TOPHITS", "COUNT", "STATS","EXTENDED_STATS","PERCENTILES","SCRIPTED_METRIC"); - private List hints = new ArrayList<>(); private List fields = new ArrayList<>(); private List> groupBys = new ArrayList<>(); private List orderBys = new ArrayList<>(); @@ -83,11 +81,6 @@ public void addField(Field field) { fields.add(field); } - public List getHints() { - return hints; - } - - public void fillSubQueries() { subQueries = new ArrayList<>(); Where where = this.getWhere(); diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 3669828a..7ee8e00d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -155,6 +155,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String[] statsGroups = getParamsFromHint(hintAsString, "! STATS"); return new Hint(HintType.STATS, statsGroups); } + if (hintAsString.startsWith("! CONFLICTS")) { + String conflictsParam = getParamFromHint(hintAsString, "! CONFLICTS"); + return new Hint(HintType.CONFLICTS, new String[] { conflictsParam }); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index bdc2cef9..2883bd1f 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -19,5 +19,6 @@ public enum HintType MINUS_USE_TERMS_OPTIMIZATION, COLLAPSE, POST_FILTER, - STATS + STATS, + CONFLICTS } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java new file mode 100644 index 00000000..9bfeca78 --- /dev/null +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java @@ -0,0 +1,21 @@ +package org.nlpcn.es4sql.parse; + +import com.alibaba.druid.sql.ast.SQLCommentHint; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; + +import java.util.ArrayList; +import java.util.List; + +public class ElasticSqlDeleteStatement extends MySqlDeleteStatement { + + private List hints; + + public List getHints() { + if (hints == null) { + hints = new ArrayList(2); + } + + return hints; + } + +} diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java new file mode 100644 index 00000000..58ff40ea --- /dev/null +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java @@ -0,0 +1,93 @@ +package org.nlpcn.es4sql.parse; + +import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.SQLOrderBy; +import com.alibaba.druid.sql.ast.statement.SQLTableSource; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; +import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; +import com.alibaba.druid.sql.parser.Lexer; +import com.alibaba.druid.sql.parser.ParserException; +import com.alibaba.druid.sql.parser.Token; + +public class ElasticSqlStatementParser extends MySqlStatementParser { + + private static final String LOW_PRIORITY = "LOW_PRIORITY"; + private static final String QUICK = "QUICK"; + private static final String IGNORE = "IGNORE"; + private static final String USING = "USING"; + + public ElasticSqlStatementParser(String sql) { + super(sql); + } + + public ElasticSqlStatementParser(Lexer lexer) { + super(lexer); + } + + @Override + public MySqlDeleteStatement parseDeleteStatement() { + ElasticSqlDeleteStatement deleteStatement = new ElasticSqlDeleteStatement(); + + if (lexer.token() == Token.DELETE) { + lexer.nextToken(); + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + } + + getExprParser().parseHints(deleteStatement.getHints()); + + if (identifierEquals(LOW_PRIORITY)) { + deleteStatement.setLowPriority(true); + lexer.nextToken(); + } + + if (identifierEquals(QUICK)) { + deleteStatement.setQuick(true); + lexer.nextToken(); + } + + if (identifierEquals(IGNORE)) { + deleteStatement.setIgnore(true); + lexer.nextToken(); + } + + if (lexer.token() == Token.IDENTIFIER) { + deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); + deleteStatement.setFrom(tableSource); + } + } else if (lexer.token() == Token.FROM) { + lexer.nextToken(); + deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); + } else { + throw new ParserException("syntax error"); + } + + if (identifierEquals(USING)) { + lexer.nextToken(); + + SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); + deleteStatement.setUsing(tableSource); + } + } + + if (lexer.token() == (Token.WHERE)) { + lexer.nextToken(); + SQLExpr where = this.exprParser.expr(); + deleteStatement.setWhere(where); + } + + if (lexer.token() == (Token.ORDER)) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + deleteStatement.setOrderBy(orderBy); + } + + deleteStatement.setLimit(parseLimit()); + + return deleteStatement; + } +} diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index 3a8031cc..facfd251 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -6,7 +6,6 @@ import com.alibaba.druid.sql.ast.statement.*; import com.alibaba.druid.sql.ast.*; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlSelectGroupByExpr; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; @@ -94,7 +93,9 @@ public Delete parseDelete(SQLDeleteStatement deleteStatement) throws SqlParseExc delete.setWhere(whereParser.findWhere()); - findLimit(((MySqlDeleteStatement) deleteStatement).getLimit(), delete); + delete.getHints().addAll(parseHints(((ElasticSqlDeleteStatement) deleteStatement).getHints())); + + findLimit(((ElasticSqlDeleteStatement) deleteStatement).getLimit(), delete); return delete; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java index 29b0c15b..dc262c54 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java @@ -10,6 +10,8 @@ import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; import org.nlpcn.es4sql.domain.Delete; import org.nlpcn.es4sql.domain.Where; +import org.nlpcn.es4sql.domain.hints.Hint; +import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.maker.QueryMaker; @@ -36,6 +38,9 @@ public SqlElasticDeleteByQueryRequestBuilder explain() throws SqlParseException request.size(delete.getRowCount()); } + // set conflicts param + updateRequestWithConflicts(); + SqlElasticDeleteByQueryRequestBuilder deleteByQueryRequestBuilder = new SqlElasticDeleteByQueryRequestBuilder(request); return deleteByQueryRequestBuilder; } @@ -75,4 +80,17 @@ private void setWhere(Where where) throws SqlParseException { } } + private void updateRequestWithConflicts() { + for (Hint hint : delete.getHints()) { + if (hint.getType() == HintType.CONFLICTS && hint.getParams() != null && 0 < hint.getParams().length) { + String conflicts = hint.getParams()[0].toString(); + switch (conflicts) { + case "proceed": request.abortOnVersionConflict(false); return; + case "abort": request.abortOnVersionConflict(true); return; + default: throw new IllegalArgumentException("conflicts may only be \"proceed\" or \"abort\" but was [" + conflicts + "]"); + } + } + } + } + } diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index eb01977d..2d64ecb0 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -7,7 +7,6 @@ import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; -import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; import com.alibaba.druid.sql.parser.*; import org.elasticsearch.client.Client; import org.elasticsearch.plugin.nlpcn.ElasticResultHandler; @@ -20,6 +19,7 @@ import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ElasticLexer; import org.nlpcn.es4sql.parse.ElasticSqlExprParser; +import org.nlpcn.es4sql.parse.ElasticSqlStatementParser; import org.nlpcn.es4sql.parse.SqlParser; import org.nlpcn.es4sql.parse.SubQueryExpression; import org.nlpcn.es4sql.query.join.ESJoinQueryActionFactory; @@ -123,7 +123,7 @@ private static QueryAction handleSelect(Client client, Select select) { private static SQLStatementParser createSqlStatementParser(String sql) { ElasticLexer lexer = new ElasticLexer(sql); lexer.nextToken(); - return new MySqlStatementParser(lexer); + return new ElasticSqlStatementParser(lexer); } private static boolean isJoin(SQLQueryExpr sqlExpr,String sql) { From ec39291e243a2094999fc85f48acca1cc5d953d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Mar 2019 12:50:48 +0800 Subject: [PATCH 047/266] fix #904 es 6.6.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58eb9a8c..94350246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.0.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index af49b157..e4aace79 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.6.0.1 + 6.6.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.6.0 + 6.6.1 org.elasticsearch.plugin.nlpcn.SqlPlug From 9c2f44aaa821d7e64b91868a84dcb0ac90f21693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Mar 2019 12:57:06 +0800 Subject: [PATCH 048/266] es 6.6.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94350246..715a292b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.1.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.2.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e4aace79..875ebb7b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.6.1.0 + 6.6.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.6.1 + 6.6.2 org.elasticsearch.plugin.nlpcn.SqlPlug From 721181970a010e9a7805bf72ceac4067eb734bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Mar 2019 13:08:44 +0800 Subject: [PATCH 049/266] update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7f93a8a..31351558 100644 --- a/README.md +++ b/README.md @@ -64,35 +64,40 @@ Elasticsearch-SQL **5.6.12** [![5.6.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.13** [![5.6.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) **5.6.14** [![5.6.14 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.14)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**5.6.15** [![5.6.15 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.15)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**5.6.16** [![5.6.16 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.16)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.4.3** [![6.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**6.5.4** [![6.5.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.6.0** [![6.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.6.1** [![6.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.6.2** [![6.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -169,6 +174,8 @@ Versions | 5.6.12 | 5.6.12.0 | | elastic5.6.12| | 5.6.13 | 5.6.13.0 | | elastic5.6.13| | 5.6.14 | 5.6.14.0 | | elastic5.6.14| +| 5.6.15 | 5.6.15.0 | | elastic5.6.15| +| 5.6.16 | 5.6.16.0 | | elastic5.6.16| | 6.0.0 | 6.0.0.0 | | elastic6.0.0 | | 6.0.1 | 6.0.1.0 | | elastic6.0.1 | | 6.1.0 | 6.1.0.0 | | elastic6.1.0 | @@ -194,6 +201,8 @@ Versions | 6.5.3 | 6.5.3.0 | | elastic6.5.3 | | 6.5.4 | 6.5.4.0 | | elastic6.5.4 | | 6.6.0 | 6.6.0.0 | | elastic6.6.0 | +| 6.6.1 | 6.6.1.0 | | elastic6.6.1 | +| 6.6.2 | 6.6.2.0 | | elastic6.6.2 | ### Elasticsearch 1.x ```` @@ -443,6 +452,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.14.0/elasticsearch-sql-5.6.14.0.zip ```` +### Elasticsearch 5.6.15 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.15.0/elasticsearch-sql-5.6.15.0.zip +```` + +### Elasticsearch 5.6.16 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.16.0/elasticsearch-sql-5.6.16.0.zip +```` + ### Elasticsearch 6.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip @@ -568,6 +587,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.6.0.0/elasticsearch-sql-6.6.0.0.zip ```` +### Elasticsearch 6.6.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.6.1.0/elasticsearch-sql-6.6.1.0.zip +```` + +### Elasticsearch 6.6.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.6.2.0/elasticsearch-sql-6.6.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From fb243ce307e5896052965c7283143e0f64c1df2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 28 Mar 2019 17:57:01 +0800 Subject: [PATCH 050/266] es 6.7.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 715a292b..5e7aac87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.6.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.0.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 875ebb7b..cbaa62ed 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.6.2.0 + 6.7.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.6.2 + 6.7.0 org.elasticsearch.plugin.nlpcn.SqlPlug From f53ff5755f12111b1b05160de3a7752a57e187d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 28 Mar 2019 18:07:10 +0800 Subject: [PATCH 051/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 31351558..4403fdb0 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Elasticsearch-SQL **6.6.0** [![6.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.6.1** [![6.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.6.2** [![6.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.7.0** [![6.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -203,6 +204,7 @@ Versions | 6.6.0 | 6.6.0.0 | | elastic6.6.0 | | 6.6.1 | 6.6.1.0 | | elastic6.6.1 | | 6.6.2 | 6.6.2.0 | | elastic6.6.2 | +| 6.7.0 | 6.7.0.0 | | elastic6.7.0 | ### Elasticsearch 1.x ```` @@ -597,6 +599,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.6.2.0/elasticsearch-sql-6.6.2.0.zip ```` +### Elasticsearch 6.7.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.7.0.0/elasticsearch-sql-6.7.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From d02f812079911cf5a56744c93d44a10c3dc74e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 29 Mar 2019 18:16:53 +0800 Subject: [PATCH 052/266] update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5e7aac87..d791acb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version + - sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch - sudo service elasticsearch start - sleep 30 From eaab70b4bf1729978911b83eb96e816ebcfe6e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 6 Apr 2019 12:22:23 +0800 Subject: [PATCH 053/266] fix #917 check search response --- pom.xml | 2 +- .../nlpcn/QueryActionElasticExecutor.java | 35 ++++++++++++++++--- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index cbaa62ed..153a671e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.7.0.0 + 6.7.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index cf3058a3..10e33ca3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -1,28 +1,42 @@ package org.elasticsearch.plugin.nlpcn; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregations; -import org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGrid; -import org.nlpcn.es4sql.SearchDao; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.*; import org.nlpcn.es4sql.query.join.ESJoinQueryAction; -import org.nlpcn.es4sql.query.join.JoinRequestBuilder; import org.nlpcn.es4sql.query.multi.MultiQueryAction; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; import java.io.IOException; +import java.util.Arrays; /** * Created by Eliran on 3/10/2015. */ public class QueryActionElasticExecutor { + + private static final Logger LOGGER = LogManager.getLogger(); + public static SearchHits executeSearchAction(DefaultQueryAction searchQueryAction) throws SqlParseException { SqlElasticSearchRequestBuilder builder = searchQueryAction.explain(); - return ((SearchResponse) builder.get()).getHits(); + SearchResponse resp = (SearchResponse) builder.get(); + + // + if (resp.getFailedShards() > 0) { + if (resp.getSuccessfulShards() < 1) { + throw new IllegalStateException("fail to search[" + builder + "], " + Arrays.toString(resp.getShardFailures())); + } + + LOGGER.warn("The failures that occurred during the search[{}]: {}", builder, Arrays.toString(resp.getShardFailures())); + } + + return resp.getHits(); } public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryAction joinQueryAction) throws IOException, SqlParseException { @@ -34,7 +48,18 @@ public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryActi public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws SqlParseException { SqlElasticSearchRequestBuilder select = aggregationQueryAction.explain(); - return ((SearchResponse)select.get()).getAggregations(); + SearchResponse resp = (SearchResponse) select.get(); + + // + if (resp.getFailedShards() > 0) { + if (resp.getSuccessfulShards() < 1) { + throw new IllegalStateException("fail to aggregation[" + select + "], " + Arrays.toString(resp.getShardFailures())); + } + + LOGGER.warn("The failures that occurred during the aggregation[{}]: {}", select, Arrays.toString(resp.getShardFailures())); + } + + return resp.getAggregations(); } public static ActionResponse executeDeleteAction(DeleteQueryAction deleteQueryAction) throws SqlParseException { From e7f7d8097c374186d4beec4866cdf5b8f2507f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 11 May 2019 09:40:01 +0800 Subject: [PATCH 054/266] es 6.7.1 support --- .travis.yml | 2 +- pom.xml | 20 +- .../pool/ElasticSearchDruidDataSource.java | 1439 +++++++++++++---- .../ElasticSearchDruidPooledConnection.java | 6 +- ...ticSearchDruidPooledPreparedStatement.java | 6 +- .../org/nlpcn/es4sql/parse/ElasticLexer.java | 110 +- .../parse/ElasticSqlDeleteStatement.java | 21 - .../es4sql/parse/ElasticSqlExprParser.java | 1006 +++++++----- .../es4sql/parse/ElasticSqlSelectParser.java | 388 ++++- .../parse/ElasticSqlStatementParser.java | 93 -- .../es4sql/parse/SQLParensIdentifierExpr.java | 28 +- .../org/nlpcn/es4sql/parse/SqlParser.java | 59 +- .../nlpcn/es4sql/query/ESActionFactory.java | 10 +- 13 files changed, 2157 insertions(+), 1031 deletions(-) delete mode 100644 src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java delete mode 100644 src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java diff --git a/.travis.yml b/.travis.yml index d791acb0..158702ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.0.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 153a671e..e505af33 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.7.0.1 + 6.7.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,8 +44,10 @@ UTF-8 **/MainTestSuite.class sql - 6.7.0 + 6.7.1 org.elasticsearch.plugin.nlpcn.SqlPlug + 1.1.16 + 15.0 @@ -79,7 +81,7 @@ com.alibaba druid - 1.0.15 + ${druid.version} @@ -123,16 +125,10 @@ provided - - javax.servlet - servlet-api - 2.5 - provided - com.google.guava guava - 15.0 + ${guava.version} @@ -223,16 +219,16 @@ com.alibaba druid + ${druid.version} false ${project.build.directory} - druid.jar com.google.guava guava + ${guava.version} false ${project.build.directory} - guava.jar ${project.build.directory} diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java index 425f2401..1e7af380 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java @@ -5,7 +5,10 @@ import com.alibaba.druid.VERSION; import com.alibaba.druid.filter.AutoLoad; import com.alibaba.druid.filter.Filter; -import com.alibaba.druid.pool.vendor.*; +import com.alibaba.druid.mock.MockDriver; +import com.alibaba.druid.pool.vendor.MySqlExceptionSorter; +import com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker; +import com.alibaba.druid.pool.vendor.NullExceptionSorter; import com.alibaba.druid.proxy.DruidDriver; import com.alibaba.druid.proxy.jdbc.DataSourceProxyConfig; import com.alibaba.druid.proxy.jdbc.TransactionInfo; @@ -21,7 +24,11 @@ import com.alibaba.druid.stat.JdbcSqlStatValue; import com.alibaba.druid.support.logging.Log; import com.alibaba.druid.support.logging.LogFactory; -import com.alibaba.druid.util.*; +import com.alibaba.druid.util.JMXUtils; +import com.alibaba.druid.util.JdbcConstants; +import com.alibaba.druid.util.JdbcUtils; +import com.alibaba.druid.util.StringUtils; +import com.alibaba.druid.util.Utils; import com.alibaba.druid.wall.WallFilter; import com.alibaba.druid.wall.WallProviderStatValue; import org.elasticsearch.client.Client; @@ -29,29 +36,40 @@ import org.elasticsearch.common.transport.TransportAddress; import org.elasticsearch.xpack.client.PreBuiltXPackTransportClient; - import javax.management.JMException; import javax.management.MBeanServer; import javax.management.ObjectName; import javax.naming.NamingException; import javax.naming.Reference; import javax.naming.StringRefAddr; - import javax.sql.ConnectionEvent; import javax.sql.ConnectionEventListener; import javax.sql.PooledConnection; - import java.net.InetAddress; import java.net.UnknownHostException; import java.security.AccessController; import java.security.PrivilegedAction; import java.sql.Connection; import java.sql.SQLException; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.ConcurrentModificationException; +import java.util.Date; +import java.util.HashMap; +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; +import java.util.Properties; +import java.util.ServiceLoader; +import java.util.StringTokenizer; +import java.util.TimeZone; import java.util.concurrent.CountDownLatch; +import java.util.concurrent.Future; import java.util.concurrent.ScheduledFuture; +import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; -import java.util.concurrent.atomic.AtomicLong; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; @@ -62,37 +80,39 @@ */ public class ElasticSearchDruidDataSource extends DruidDataSource { - private final static Log LOG = LogFactory.getLog(DruidDataSource.class); - + private final static Log LOG = LogFactory.getLog(ElasticSearchDruidDataSource.class); private static final long serialVersionUID = 1L; - // stats - private final AtomicLong recycleErrorCount = new AtomicLong(); + private volatile long recycleErrorCount = 0L; private long connectCount = 0L; private long closeCount = 0L; - private final AtomicLong connectErrorCount = new AtomicLong(); + private volatile long connectErrorCount = 0L; private long recycleCount = 0L; private long removeAbandonedCount = 0L; private long notEmptyWaitCount = 0L; private long notEmptySignalCount = 0L; private long notEmptyWaitNanos = 0L; - + private int keepAliveCheckCount = 0; private int activePeak = 0; private long activePeakTime = 0; private int poolingPeak = 0; private long poolingPeakTime = 0; - // store private volatile DruidConnectionHolder[] connections; private int poolingCount = 0; private int activeCount = 0; - private long discardCount = 0; + private volatile long discardCount = 0; private int notEmptyWaitThreadCount = 0; private int notEmptyWaitThreadPeak = 0; + // + private DruidConnectionHolder[] evictConnections; + private DruidConnectionHolder[] keepAliveConnections; // threads - private ScheduledFuture destroySchedulerFuture; - private DestroyTask destoryTask; + private volatile ScheduledFuture destroySchedulerFuture; + private DestroyTask destroyTask; + + private volatile Future createSchedulerFuture; private CreateConnectionThread createConnectionThread; private DestroyConnectionThread destroyConnectionThread; @@ -104,22 +124,22 @@ public class ElasticSearchDruidDataSource extends DruidDataSource { private volatile boolean enable = true; private boolean resetStatEnable = true; - private final AtomicLong resetCount = new AtomicLong(); + private volatile long resetCount = 0L; private String initStackTrace; + private volatile boolean closing = false; private volatile boolean closed = false; private long closeTimeMillis = -1L; - protected JdbcDataSourceStat dataSourceStat; - private boolean useGlobalDataSourceStat = false; - private boolean mbeanRegistered = false; - - public static ThreadLocal waitNanosLocal = new ThreadLocal(); - private boolean logDifferentThread = true; + private volatile boolean keepAlive = false; + private boolean asyncInit = false; + + private static List autoFilters = null; + private boolean loadSpifilterSkip = false; // elasticsearch client private volatile Client client; @@ -134,17 +154,49 @@ public ElasticSearchDruidDataSource(boolean fairLock) { configFromPropety(System.getProperties()); } + public boolean isAsyncInit() { + return asyncInit; + } + + public void setAsyncInit(boolean asyncInit) { + this.asyncInit = asyncInit; + } + public void configFromPropety(Properties properties) { + { + String property = properties.getProperty("druid.name"); + if (property != null) { + this.setName(property); + } + } + { + String property = properties.getProperty("druid.url"); + if (property != null) { + this.setUrl(property); + } + } + { + String property = properties.getProperty("druid.username"); + if (property != null) { + this.setUsername(property); + } + } + { + String property = properties.getProperty("druid.password"); + if (property != null) { + this.setPassword(property); + } + } { Boolean value = getBoolean(properties, "druid.testWhileIdle"); if (value != null) { - this.setTestWhileIdle(value); + this.testWhileIdle = value; } } { Boolean value = getBoolean(properties, "druid.testOnBorrow"); if (value != null) { - this.setTestOnBorrow(value); + this.testOnBorrow = value; } } { @@ -165,6 +217,12 @@ public void configFromPropety(Properties properties) { this.setUseGlobalDataSourceStat(value); } } + { + Boolean value = getBoolean(properties, "druid.asyncInit"); // compatible for early versions + if (value != null) { + this.setAsyncInit(value); + } + } { String property = properties.getProperty("druid.filters"); @@ -223,6 +281,217 @@ public void configFromPropety(Properties properties) { } } } + { + String property = properties.getProperty("druid.timeBetweenEvictionRunsMillis"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setTimeBetweenEvictionRunsMillis(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.timeBetweenEvictionRunsMillis'", e); + } + } + } + { + String property = properties.getProperty("druid.maxWaitThreadCount"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setMaxWaitThreadCount(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.maxWaitThreadCount'", e); + } + } + } + { + String property = properties.getProperty("druid.maxWait"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setMaxWait(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.maxWait'", e); + } + } + } + { + Boolean value = getBoolean(properties, "druid.failFast"); + if (value != null) { + this.setFailFast(value); + } + } + { + String property = properties.getProperty("druid.phyTimeoutMillis"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setPhyTimeoutMillis(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.phyTimeoutMillis'", e); + } + } + } + { + String property = properties.getProperty("druid.phyMaxUseCount"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setPhyMaxUseCount(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.phyMaxUseCount'", e); + } + } + } + { + String property = properties.getProperty("druid.minEvictableIdleTimeMillis"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setMinEvictableIdleTimeMillis(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.minEvictableIdleTimeMillis'", e); + } + } + } + { + String property = properties.getProperty("druid.maxEvictableIdleTimeMillis"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setMaxEvictableIdleTimeMillis(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.maxEvictableIdleTimeMillis'", e); + } + } + } + { + Boolean value = getBoolean(properties, "druid.keepAlive"); + if (value != null) { + this.setKeepAlive(value); + } + } + { + String property = properties.getProperty("druid.keepAliveBetweenTimeMillis"); + if (property != null && property.length() > 0) { + try { + long value = Long.parseLong(property); + this.setKeepAliveBetweenTimeMillis(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.keepAliveBetweenTimeMillis'", e); + } + } + } + { + Boolean value = getBoolean(properties, "druid.poolPreparedStatements"); + if (value != null) { + this.setPoolPreparedStatements0(value); + } + } + { + Boolean value = getBoolean(properties, "druid.initVariants"); + if (value != null) { + this.setInitVariants(value); + } + } + { + Boolean value = getBoolean(properties, "druid.initGlobalVariants"); + if (value != null) { + this.setInitGlobalVariants(value); + } + } + { + Boolean value = getBoolean(properties, "druid.useUnfairLock"); + if (value != null) { + this.setUseUnfairLock(value); + } + } + { + String property = properties.getProperty("druid.driverClassName"); + if (property != null) { + this.setDriverClassName(property); + } + } + { + String property = properties.getProperty("druid.initialSize"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setInitialSize(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.initialSize'", e); + } + } + } + { + String property = properties.getProperty("druid.minIdle"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setMinIdle(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.minIdle'", e); + } + } + } + { + String property = properties.getProperty("druid.maxActive"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setMaxActive(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.maxActive'", e); + } + } + } + { + Boolean value = getBoolean(properties, "druid.killWhenSocketReadTimeout"); + if (value != null) { + setKillWhenSocketReadTimeout(value); + } + } + { + String property = properties.getProperty("druid.connectProperties"); + if (property != null) { + this.setConnectionProperties(property); + } + } + { + String property = properties.getProperty("druid.maxPoolPreparedStatementPerConnectionSize"); + if (property != null && property.length() > 0) { + try { + int value = Integer.parseInt(property); + this.setMaxPoolPreparedStatementPerConnectionSize(value); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.maxPoolPreparedStatementPerConnectionSize'", e); + } + } + } + { + String property = properties.getProperty("druid.initConnectionSqls"); + if (property != null && property.length() > 0) { + try { + StringTokenizer tokenizer = new StringTokenizer(property, ";"); + setConnectionInitSqls(Collections.list(tokenizer)); + } catch (NumberFormatException e) { + LOG.error("illegal property 'druid.initConnectionSqls'", e); + } + } + } + { + String property = System.getProperty("druid.load.spifilter.skip"); + if (property != null && !"false".equals(property)) { + loadSpifilterSkip = true; + } + } + } + + public boolean isKillWhenSocketReadTimeout() { + return killWhenSocketReadTimeout; + } + + public void setKillWhenSocketReadTimeout(boolean killWhenSocketTimeOut) { + this.killWhenSocketReadTimeout = killWhenSocketTimeOut; } public boolean isUseGlobalDataSourceStat() { @@ -233,6 +502,14 @@ public void setUseGlobalDataSourceStat(boolean useGlobalDataSourceStat) { this.useGlobalDataSourceStat = useGlobalDataSourceStat; } + public boolean isKeepAlive() { + return keepAlive; + } + + public void setKeepAlive(boolean keepAlive) { + this.keepAlive = keepAlive; + } + public String getInitStackTrace() { return initStackTrace; } @@ -283,14 +560,15 @@ public void resetStat() { closeCount = 0; discardCount = 0; recycleCount = 0; - createCount.set(0); - destroyCount.set(0); + createCount = 0L; + directCreateCount = 0; + destroyCount = 0L; removeAbandonedCount = 0; notEmptyWaitCount = 0; notEmptySignalCount = 0L; notEmptyWaitNanos = 0; - activePeak = 0; + activePeak = activeCount; activePeakTime = 0; poolingPeak = 0; createTimespan = 0; @@ -302,23 +580,23 @@ public void resetStat() { lock.unlock(); } - connectErrorCount.set(0); - errorCount.set(0); - commitCount.set(0); - rollbackCount.set(0); - startTransactionCount.set(0); - cachedPreparedStatementHitCount.set(0); - closedPreparedStatementCount.set(0); - preparedStatementCount.set(0); + connectErrorCountUpdater.set(this, 0); + errorCountUpdater.set(this, 0); + commitCountUpdater.set(this, 0); + rollbackCountUpdater.set(this, 0); + startTransactionCountUpdater.set(this, 0); + cachedPreparedStatementHitCountUpdater.set(this, 0); + closedPreparedStatementCountUpdater.set(this, 0); + preparedStatementCountUpdater.set(this, 0); transactionHistogram.reset(); - cachedPreparedStatementDeleteCount.set(0); - recycleErrorCount.set(0); + cachedPreparedStatementDeleteCountUpdater.set(this, 0); + recycleErrorCountUpdater.set(this, 0); - resetCount.incrementAndGet(); + resetCountUpdater.incrementAndGet(this); } public long getResetCount() { - return this.resetCount.get(); + return this.resetCount; } public boolean isEnable() { @@ -339,6 +617,10 @@ public void setEnable(boolean enable) { } public void setPoolPreparedStatements(boolean value) { + setPoolPreparedStatements0(value); + } + + private void setPoolPreparedStatements0(boolean value) { if (this.poolPreparedStatements == value) { return; } @@ -400,8 +682,12 @@ public void setMaxActive(int maxActive) { if (maxActive > allCount) { this.connections = Arrays.copyOf(this.connections, maxActive); + evictConnections = new DruidConnectionHolder[maxActive]; + keepAliveConnections = new DruidConnectionHolder[maxActive]; } else { this.connections = Arrays.copyOf(this.connections, allCount); + evictConnections = new DruidConnectionHolder[allCount]; + keepAliveConnections = new DruidConnectionHolder[allCount]; } this.maxActive = maxActive; @@ -473,6 +759,9 @@ public void init() throws SQLException { return; } + // bug fixed for dead lock, for issue #2980 + DruidDriver.getInstance(); + final ReentrantLock lock = this.lock; try { lock.lockInterruptibly(); @@ -486,17 +775,15 @@ public void init() throws SQLException { return; } - init = true; - initStackTrace = Utils.toString(Thread.currentThread().getStackTrace()); this.id = DruidDriver.createDataSourceId(); if (this.id > 1) { long delta = (this.id - 1) * 100000; - this.connectionIdSeed.addAndGet(delta); - this.statementIdSeed.addAndGet(delta); - this.resultSetIdSeed.addAndGet(delta); - this.transactionIdSeed.addAndGet(delta); + this.connectionIdSeedUpdater.addAndGet(this, delta); + this.statementIdSeedUpdater.addAndGet(this, delta); + this.resultSetIdSeedUpdater.addAndGet(this, delta); + this.transactionIdSeedUpdater.addAndGet(this, delta); } if (this.jdbcUrl != null) { @@ -504,16 +791,17 @@ public void init() throws SQLException { initFromWrapDriverUrl(); } - if (this.dbType == null || this.dbType.length() == 0) { - this.dbType = JdbcUtils.getDbType(jdbcUrl, null); - } - for (Filter filter : filters) { filter.init(this); } - if (JdbcConstants.MYSQL.equals(this.dbType) || // - JdbcConstants.MARIADB.equals(this.dbType)) { + if (this.dbType == null || this.dbType.length() == 0) { + this.dbType = JdbcUtils.getDbType(jdbcUrl, null); + } + + if (JdbcConstants.MYSQL.equals(this.dbType) + || JdbcConstants.MARIADB.equals(this.dbType) + || JdbcConstants.ALIYUN_ADS.equals(this.dbType)) { boolean cacheServerConfigurationSet = false; if (this.connectProperties.containsKey("cacheServerConfiguration")) { cacheServerConfigurationSet = true; @@ -534,21 +822,23 @@ public void init() throws SQLException { } if (getInitialSize() > maxActive) { - throw new IllegalArgumentException("illegal initialSize " + this.initialSize + ", maxActieve " - + maxActive); + throw new IllegalArgumentException("illegal initialSize " + this.initialSize + ", maxActive " + maxActive); } if (timeBetweenLogStatsMillis > 0 && useGlobalDataSourceStat) { throw new IllegalArgumentException("timeBetweenLogStatsMillis not support useGlobalDataSourceStat=true"); } + if (maxEvictableIdleTimeMillis < minEvictableIdleTimeMillis) { + throw new SQLException("maxEvictableIdleTimeMillis must be grater than minEvictableIdleTimeMillis"); + } + if (this.driverClass != null) { this.driverClass = driverClass.trim(); } initFromSPIServiceLoader(); - initCheck(); initExceptionSorter(); @@ -562,7 +852,7 @@ public void init() throws SQLException { JdbcDataSourceStat.setGlobal(dataSourceStat); } if (dataSourceStat.getDbType() == null) { - dataSourceStat.setDbType(this.getDbType()); + dataSourceStat.setDbType(this.dbType); } } else { dataSourceStat = new JdbcDataSourceStat(this.name, this.jdbcUrl, this.dbType, this.connectProperties); @@ -570,25 +860,39 @@ public void init() throws SQLException { dataSourceStat.setResetStatEnable(this.resetStatEnable); connections = new DruidConnectionHolder[maxActive]; + evictConnections = new DruidConnectionHolder[maxActive]; + keepAliveConnections = new DruidConnectionHolder[maxActive]; SQLException connectError = null; - try { + if (createScheduler != null && asyncInit) { + for (int i = 0; i < initialSize; ++i) { + createTaskCount++; + CreateConnectionTask task = new CreateConnectionTask(true); + this.createSchedulerFuture = createScheduler.submit(task); + } + } else if (!asyncInit) { // init connections - for (int i = 0, size = getInitialSize(); i < size; ++i) { - Connection conn = createPhysicalConnection(); - DruidConnectionHolder holder = new DruidConnectionHolder(this, conn); - connections[poolingCount] = holder; - incrementPoolingCount(); + while (poolingCount < initialSize) { + try { + PhysicalConnectionInfo pyConnectInfo = createPhysicalConnection(); + DruidConnectionHolder holder = new DruidConnectionHolder(this, pyConnectInfo); + connections[poolingCount++] = holder; + } catch (SQLException ex) { + LOG.error("init datasource error, url: " + this.getUrl(), ex); + if (initExceptionThrow) { + connectError = ex; + break; + } else { + Thread.sleep(3000); + } + } } if (poolingCount > 0) { poolingPeak = poolingCount; poolingPeakTime = System.currentTimeMillis(); } - } catch (SQLException ex) { - LOG.error("init datasource error, url: " + this.getUrl(), ex); - connectError = ex; } createAndLogThread(); @@ -596,6 +900,7 @@ public void init() throws SQLException { createAndStartDestroyThread(); initedLatch.await(); + init = true; initedTime = new Date(); registerMbean(); @@ -603,63 +908,106 @@ public void init() throws SQLException { if (connectError != null && poolingCount == 0) { throw connectError; } + + if (keepAlive) { + // async fill to minIdle + if (createScheduler != null) { + for (int i = 0; i < minIdle; ++i) { + createTaskCount++; + CreateConnectionTask task = new CreateConnectionTask(true); + this.createSchedulerFuture = createScheduler.submit(task); + } + } else { + this.emptySignal(); + } + } + } catch (SQLException e) { - LOG.error("dataSource init error", e); + LOG.error("{dataSource-" + this.getID() + "} init error", e); throw e; } catch (InterruptedException e) { throw new SQLException(e.getMessage(), e); + } catch (RuntimeException e){ + LOG.error("{dataSource-" + this.getID() + "} init error", e); + throw e; + } catch (Error e){ + LOG.error("{dataSource-" + this.getID() + "} init error", e); + throw e; + } finally { inited = true; lock.unlock(); if (init && LOG.isInfoEnabled()) { - LOG.info("{dataSource-" + this.getID() + "} inited"); + String msg = "{dataSource-" + this.getID(); + + if (this.name != null && !this.name.isEmpty()) { + msg += ","; + msg += this.name; + } + + msg += "} inited"; + + LOG.info(msg); } } } @Override - public Connection createPhysicalConnection() throws SQLException { + public PhysicalConnectionInfo createPhysicalConnection() throws SQLException { String url = this.getUrl(); Properties connectProperties = getConnectProperties(); + Connection conn = null; - Connection conn; + long connectStartNanos = System.nanoTime(); + long connectedNanos, initedNanos, validatedNanos; - long startNano = System.nanoTime(); + Map variables = initVariants + ? new HashMap() + : null; + Map globalVariables = initGlobalVariants + ? new HashMap() + : null; + createStartNanosUpdater.set(this, connectStartNanos); + creatingCountUpdater.incrementAndGet(this); try { conn = createPhysicalConnection(url, connectProperties); + connectedNanos = System.nanoTime(); if (conn == null) { throw new SQLException("connect error, url " + url + ", driverClass " + this.driverClass); } - initPhysicalConnection(conn); + initPhysicalConnection(conn, variables, globalVariables); + initedNanos = System.nanoTime(); validateConnection(conn); - createError = null; + validatedNanos = System.nanoTime(); + + setFailContinuous(false); + setCreateError(null); } catch (SQLException ex) { - createErrorCount.incrementAndGet(); - createError = ex; - lastCreateError = ex; - lastCreateErrorTimeMillis = System.currentTimeMillis(); + setCreateError(ex); + JdbcUtils.close(conn); throw ex; } catch (RuntimeException ex) { - createErrorCount.incrementAndGet(); - createError = ex; - lastCreateError = ex; - lastCreateErrorTimeMillis = System.currentTimeMillis(); + setCreateError(ex); + JdbcUtils.close(conn); throw ex; } catch (Error ex) { - createErrorCount.incrementAndGet(); + createErrorCountUpdater.incrementAndGet(this); + setCreateError(ex); + JdbcUtils.close(conn); throw ex; } finally { - long nano = System.nanoTime() - startNano; + long nano = System.nanoTime() - connectStartNanos; createTimespan += nano; + creatingCountUpdater.decrementAndGet(this); } - return conn; + return new PhysicalConnectionInfo(conn, connectStartNanos, connectedNanos, initedNanos, validatedNanos, variables, globalVariables); } @Override @@ -689,7 +1037,7 @@ public Connection createPhysicalConnection(String url, Properties info) throws S } Connection conn = new ElasticSearchConnection(client); - createCount.incrementAndGet(); + createCountUpdater.incrementAndGet(this); return conn; } @@ -707,14 +1055,14 @@ private void createAndLogThread() { } protected void createAndStartDestroyThread() { - destoryTask = new DestroyTask(); + destroyTask = new DestroyTask(); if (destroyScheduler != null) { long period = timeBetweenEvictionRunsMillis; if (period <= 0) { period = 1000; } - destroySchedulerFuture = destroyScheduler.scheduleAtFixedRate(destoryTask, period, period, + destroySchedulerFuture = destroyScheduler.scheduleAtFixedRate(destroyTask, period, period, TimeUnit.MILLISECONDS); initedLatch.countDown(); return; @@ -742,22 +1090,28 @@ protected void createAndStartCreatorThread() { * @see ServiceLoader */ private void initFromSPIServiceLoader() { - - String property = System.getProperty("druid.load.spifilter.skip"); - if (property != null) { + if (loadSpifilterSkip) { return; } - ServiceLoader druidAutoFilterLoader = ServiceLoader.load(Filter.class); + if (autoFilters == null) { + List filters = new ArrayList(); + ServiceLoader autoFilterLoader = ServiceLoader.load(Filter.class); - for (Filter autoFilter : druidAutoFilterLoader) { - AutoLoad autoLoad = autoFilter.getClass().getAnnotation(AutoLoad.class); - if (autoLoad != null && autoLoad.value()) { - if (LOG.isInfoEnabled()) { - LOG.info("load filter from spi :" + autoFilter.getClass().getName()); + for (Filter filter : autoFilterLoader) { + AutoLoad autoLoad = filter.getClass().getAnnotation(AutoLoad.class); + if (autoLoad != null && autoLoad.value()) { + filters.add(filter); } - addFilter(autoFilter); } + autoFilters = filters; + } + + for (Filter filter : autoFilters) { + if (LOG.isInfoEnabled()) { + LOG.info("load filter from spi :" + filter.getClass().getName()); + } + addFilter(filter); } } @@ -803,7 +1157,7 @@ private void addFilter(Filter filter) { } private void validationQueryCheck() { - if (!(isTestOnBorrow() || isTestOnReturn() || isTestWhileIdle())) { + if (!(testOnBorrow || testOnReturn || testWhileIdle)) { return; } @@ -811,21 +1165,21 @@ private void validationQueryCheck() { return; } - if (this.getValidationQuery() != null && this.getValidationQuery().length() > 0) { + if (this.validationQuery != null && this.validationQuery.length() > 0) { return; } String errorMessage = ""; - if (isTestOnBorrow()) { + if (testOnBorrow) { errorMessage += "testOnBorrow is true, "; } - if (isTestOnReturn()) { + if (testOnReturn) { errorMessage += "testOnReturn is true, "; } - if (isTestWhileIdle()) { + if (testWhileIdle) { errorMessage += "testWhileIdle is true, "; } @@ -848,6 +1202,13 @@ protected void initCheck() throws SQLException { oracleValidationQueryCheck(); } else if (JdbcUtils.DB2.equals(dbType)) { db2ValidationQueryCheck(); + } else if (JdbcUtils.MYSQL.equals(this.dbType) + || JdbcUtils.MYSQL_DRIVER_6.equals(this.dbType)) { + isMySql = true; + } + + if (removeAbandoned) { + LOG.warn("removeAbandoned is true, not use in productiion."); } } @@ -910,15 +1271,24 @@ private void db2ValidationQueryCheck() { } private void initValidConnectionChecker() { + if (this.validConnectionChecker != null) { + return; + } + this.validConnectionChecker = new MySqlValidConnectionChecker(); } private void initExceptionSorter() { - if (this.exceptionSorter != null) { + if (exceptionSorter instanceof NullExceptionSorter) { + if (driver instanceof MockDriver) { + return; + } + } else if (this.exceptionSorter != null) { return; } this.exceptionSorter = new MySqlExceptionSorter(); + this.isMySql = true; } @Override @@ -952,26 +1322,27 @@ public DruidPooledConnection getConnectionDirect(long maxWaitMillis) throws SQLE if (notFullTimeoutRetryCnt <= this.notFullTimeoutRetryCount && !isFull()) { notFullTimeoutRetryCnt++; if (LOG.isWarnEnabled()) { - LOG.warn("not full timeout retry : " + notFullTimeoutRetryCnt); + LOG.warn("get connection timeout retry : " + notFullTimeoutRetryCnt); } continue; } throw ex; } - - if (isRemoveAbandoned()) { + if (removeAbandoned) { StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace(); - poolableConnection.setConnectStackTrace(stackTrace); + poolableConnection.connectStackTrace = stackTrace; poolableConnection.setConnectedTimeNano(); - poolableConnection.setTraceEnable(true); + poolableConnection.traceEnable = true; - synchronized (activeConnections) { + activeConnectionLock.lock(); + try { activeConnections.put(poolableConnection, PRESENT); + } finally { + activeConnectionLock.unlock(); } } - return poolableConnection; } } @@ -980,7 +1351,6 @@ public DruidPooledConnection getConnectionDirect(long maxWaitMillis) throws SQLE * 抛弃连接,不进行回收,而是抛弃 * * @param realConnection - * @throws SQLException */ public void discardConnection(Connection realConnection) { JdbcUtils.close(realConnection); @@ -990,7 +1360,7 @@ public void discardConnection(Connection realConnection) { activeCount--; discardCount++; - if (activeCount <= 0) { + if (activeCount <= minIdle) { emptySignal(); } } finally { @@ -1000,69 +1370,160 @@ public void discardConnection(Connection realConnection) { private DruidPooledConnection getConnectionInternal(long maxWait) throws SQLException { if (closed) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new DataSourceClosedException("dataSource already closed at " + new Date(closeTimeMillis)); } if (!enable) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new DataSourceDisableException(); } final long nanos = TimeUnit.MILLISECONDS.toNanos(maxWait); - final int maxWaitThreadCount = getMaxWaitThreadCount(); + final int maxWaitThreadCount = this.maxWaitThreadCount; DruidConnectionHolder holder; - try { - lock.lockInterruptibly(); - } catch (InterruptedException e) { - connectErrorCount.incrementAndGet(); - throw new SQLException("interrupt", e); - } - try { - if (maxWaitThreadCount > 0) { - if (notEmptyWaitThreadCount >= maxWaitThreadCount) { - connectErrorCount.incrementAndGet(); + for (boolean createDirect = false;;) { + if (createDirect) { + createStartNanosUpdater.set(this, System.nanoTime()); + if (creatingCountUpdater.compareAndSet(this, 0, 1)) { + PhysicalConnectionInfo pyConnInfo = ElasticSearchDruidDataSource.this.createPhysicalConnection(); + holder = new DruidConnectionHolder(this, pyConnInfo); + holder.lastActiveTimeMillis = System.currentTimeMillis(); + + creatingCountUpdater.decrementAndGet(this); + directCreateCountUpdater.incrementAndGet(this); + + if (LOG.isDebugEnabled()) { + LOG.debug("conn-direct_create "); + } + + boolean discard = false; + lock.lock(); + try { + if (activeCount < maxActive) { + activeCount++; + if (activeCount > activePeak) { + activePeak = activeCount; + activePeakTime = System.currentTimeMillis(); + } + break; + } else { + discard = true; + } + } finally { + lock.unlock(); + } + + if (discard) { + JdbcUtils.close(pyConnInfo.getPhysicalConnection()); + } + } + } + + try { + lock.lockInterruptibly(); + } catch (InterruptedException e) { + connectErrorCountUpdater.incrementAndGet(this); + throw new SQLException("interrupt", e); + } + + try { + if (maxWaitThreadCount > 0 + && notEmptyWaitThreadCount >= maxWaitThreadCount) { + connectErrorCountUpdater.incrementAndGet(this); throw new SQLException("maxWaitThreadCount " + maxWaitThreadCount + ", current wait Thread count " + lock.getQueueLength()); } - } - connectCount++; + if (onFatalError + && onFatalErrorMaxActive > 0 + && activeCount >= onFatalErrorMaxActive) { + connectErrorCountUpdater.incrementAndGet(this); + + StringBuilder errorMsg = new StringBuilder(); + errorMsg.append("onFatalError, activeCount ") + .append(activeCount) + .append(", onFatalErrorMaxActive ") + .append(onFatalErrorMaxActive); + + if (lastFatalErrorTimeMillis > 0) { + errorMsg.append(", time '") + .append(StringUtils.formatDateTime19( + lastFatalErrorTimeMillis, TimeZone.getDefault())) + .append("'"); + } - if (maxWait > 0) { - holder = pollLast(nanos); - } else { - holder = takeLast(); - } + if (lastFatalErrorSql != null) { + errorMsg.append(", sql \n") + .append(lastFatalErrorSql); + } + + throw new SQLException( + errorMsg.toString(), lastFatalError); + } + + connectCount++; + + if (createScheduler != null + && poolingCount == 0 + && activeCount < maxActive + && creatingCountUpdater.get(this) == 0 + && createScheduler instanceof ScheduledThreadPoolExecutor) { + ScheduledThreadPoolExecutor executor = (ScheduledThreadPoolExecutor) createScheduler; + if (executor.getQueue().size() > 0) { + createDirect = true; + continue; + } + } + + if (maxWait > 0) { + holder = pollLast(nanos); + } else { + holder = takeLast(); + } - if (holder != null) { - activeCount++; - if (activeCount > activePeak) { - activePeak = activeCount; - activePeakTime = System.currentTimeMillis(); + if (holder != null) { + activeCount++; + if (activeCount > activePeak) { + activePeak = activeCount; + activePeakTime = System.currentTimeMillis(); + } } + } catch (InterruptedException e) { + connectErrorCountUpdater.incrementAndGet(this); + throw new SQLException(e.getMessage(), e); + } catch (SQLException e) { + connectErrorCountUpdater.incrementAndGet(this); + throw e; + } finally { + lock.unlock(); } - } catch (InterruptedException e) { - connectErrorCount.incrementAndGet(); - throw new SQLException(e.getMessage(), e); - } catch (SQLException e) { - connectErrorCount.incrementAndGet(); - throw e; - } finally { - lock.unlock(); + + break; } if (holder == null) { long waitNanos = waitNanosLocal.get(); - StringBuilder buf = new StringBuilder(); + StringBuilder buf = new StringBuilder(128); buf.append("wait millis ")// .append(waitNanos / (1000 * 1000))// - .append(", active " + activeCount)// - .append(", maxActive " + maxActive)// + .append(", active ").append(activeCount)// + .append(", maxActive ").append(maxActive)// + .append(", creating ").append(creatingCount)// ; + if (creatingCount > 0 && createStartNanos > 0) { + long createElapseMillis = (System.nanoTime() - createStartNanos) / (1000 * 1000); + if (createElapseMillis > 0) { + buf.append(", createElapseMillis ").append(createElapseMillis); + } + } + + if (createErrorCount > 0) { + buf.append(", createErrorCount ").append(createErrorCount); + } List sqlList = this.getDataSourceStat().getRuningSqlList(); for (int i = 0; i < sqlList.size(); ++i) { @@ -1072,8 +1533,7 @@ private DruidPooledConnection getConnectionInternal(long maxWait) throws SQLExce buf.append(", "); } JdbcSqlStatValue sql = sqlList.get(i); - buf.append("runningSqlCount "); - buf.append(sql.getRunningCount()); + buf.append("runningSqlCount ").append(sql.getRunningCount()); buf.append(" : "); buf.append(sql.getSql()); } @@ -1093,10 +1553,10 @@ private DruidPooledConnection getConnectionInternal(long maxWait) throws SQLExce return poolalbeConnection; } - public void handleConnectionException(DruidPooledConnection pooledConnection, Throwable t) throws SQLException { + public void handleConnectionException(DruidPooledConnection pooledConnection, Throwable t, String sql) throws SQLException { final DruidConnectionHolder holder = pooledConnection.getConnectionHolder(); - errorCount.incrementAndGet(); + errorCountUpdater.incrementAndGet(this); lastError = t; lastErrorTimeMillis = System.currentTimeMillis(); @@ -1111,30 +1571,7 @@ public void handleConnectionException(DruidPooledConnection pooledConnection, Th // exceptionSorter.isExceptionFatal if (exceptionSorter != null && exceptionSorter.isExceptionFatal(sqlEx)) { - if (pooledConnection.isTraceEnable()) { - synchronized (activeConnections) { - if (pooledConnection.isTraceEnable()) { - activeConnections.remove(pooledConnection); - pooledConnection.setTraceEnable(false); - } - } - } - - boolean requireDiscard = false; - synchronized (pooledConnection) { - if ((!pooledConnection.isClosed()) || !pooledConnection.isDisable()) { - holder.setDiscard(true); - pooledConnection.disable(t); - requireDiscard = true; - } - } - - if (requireDiscard) { - this.discardConnection(holder.getConnection()); - holder.setDiscard(true); - } - - LOG.error("discard connection", sqlEx); + handleFatalError(pooledConnection, sqlEx, sql); } throw sqlEx; @@ -1147,7 +1584,7 @@ public void handleConnectionException(DruidPooledConnection pooledConnection, Th * 回收连接 */ protected void recycle(DruidPooledConnection pooledConnection) throws SQLException { - final DruidConnectionHolder holder = pooledConnection.getConnectionHolder(); + final DruidConnectionHolder holder = pooledConnection.holder; if (holder == null) { LOG.warn("connectionHolder is null"); @@ -1156,30 +1593,34 @@ protected void recycle(DruidPooledConnection pooledConnection) throws SQLExcepti if (logDifferentThread // && (!isAsyncCloseConnectionEnable()) // - && pooledConnection.getOwnerThread() != Thread.currentThread()// + && pooledConnection.ownerThread != Thread.currentThread()// ) { LOG.warn("get/close not same thread"); } - final Connection physicalConnection = holder.getConnection(); + final Connection physicalConnection = holder.conn; - if (pooledConnection.isTraceEnable()) { - synchronized (activeConnections) { - if (pooledConnection.isTraceEnable()) { - Object oldInfo = activeConnections.remove(pooledConnection); - if (oldInfo == null) { - if (LOG.isWarnEnabled()) { - LOG.warn("remove abandonded failed. activeConnections.size " + activeConnections.size()); - } - } - pooledConnection.setTraceEnable(false); + if (pooledConnection.traceEnable) { + Object oldInfo = null; + activeConnectionLock.lock(); + try { + if (pooledConnection.traceEnable) { + oldInfo = activeConnections.remove(pooledConnection); + pooledConnection.traceEnable = false; + } + } finally { + activeConnectionLock.unlock(); + } + if (oldInfo == null) { + if (LOG.isWarnEnabled()) { + LOG.warn("remove abandonded failed. activeConnections.size " + activeConnections.size()); } } } - final boolean isAutoCommit = holder.isUnderlyingAutoCommit(); - final boolean isReadOnly = holder.isUnderlyingReadOnly(); - final boolean testOnReturn = this.isTestOnReturn(); + final boolean isAutoCommit = holder.underlyingAutoCommit; + final boolean isReadOnly = holder.underlyingReadOnly; + final boolean testOnReturn = this.testOnReturn; try { // check need to rollback? @@ -1188,25 +1629,45 @@ protected void recycle(DruidPooledConnection pooledConnection) throws SQLExcepti } // reset holder, restore default settings, clear warnings - boolean isSameThread = pooledConnection.getOwnerThread() == Thread.currentThread(); + boolean isSameThread = pooledConnection.ownerThread == Thread.currentThread(); if (!isSameThread) { - synchronized (pooledConnection) { + final ReentrantLock lock = pooledConnection.lock; + lock.lock(); + try { holder.reset(); + } finally { + lock.unlock(); } } else { holder.reset(); } - if (holder.isDiscard()) { + if (holder.discard) { + return; + } + + if (phyMaxUseCount > 0 && holder.useCount >= phyMaxUseCount) { + discardConnection(holder.conn); + return; + } + + if (physicalConnection.isClosed()) { + lock.lock(); + try { + activeCount--; + closeCount++; + } finally { + lock.unlock(); + } return; } if (testOnReturn) { - boolean validate = testConnectionInternal(physicalConnection); + boolean validate = testConnectionInternal(holder, physicalConnection); if (!validate) { JdbcUtils.close(physicalConnection); - destroyCount.incrementAndGet(); + destroyCountUpdater.incrementAndGet(this); lock.lock(); try { @@ -1220,36 +1681,51 @@ protected void recycle(DruidPooledConnection pooledConnection) throws SQLExcepti } if (!enable) { - discardConnection(holder.getConnection()); + discardConnection(holder.conn); return; } - final long lastActiveTimeMillis = System.currentTimeMillis(); - lock.lockInterruptibly(); + boolean result; + final long currentTimeMillis = System.currentTimeMillis(); + + if (phyTimeoutMillis > 0) { + long phyConnectTimeMillis = currentTimeMillis - holder.connectTimeMillis; + if (phyConnectTimeMillis > phyTimeoutMillis) { + discardConnection(holder.conn); + return; + } + } + + lock.lock(); try { activeCount--; closeCount++; - putLast(holder, lastActiveTimeMillis); + result = putLast(holder, currentTimeMillis); recycleCount++; } finally { lock.unlock(); } + + if (!result) { + JdbcUtils.close(holder.conn); + LOG.info("connection recyle failed."); + } } catch (Throwable e) { holder.clearStatementCache(); - if (!holder.isDiscard()) { + if (!holder.discard) { this.discardConnection(physicalConnection); - holder.setDiscard(true); + holder.discard = true; } LOG.error("recyle error", e); - recycleErrorCount.incrementAndGet(); + recycleErrorCountUpdater.incrementAndGet(this); } } public long getRecycleErrorCount() { - return recycleErrorCount.get(); + return recycleErrorCount; } public void clearStatementCache() throws SQLException { @@ -1257,7 +1733,10 @@ public void clearStatementCache() throws SQLException { try { for (int i = 0; i < poolingCount; ++i) { DruidConnectionHolder conn = connections[i]; - conn.getStatementPool().clear(); + + if (conn.statementPool != null) { + conn.statementPool.clear(); + } } } finally { lock.unlock(); @@ -1268,6 +1747,10 @@ public void clearStatementCache() throws SQLException { * close datasource */ public void close() { + if (LOG.isInfoEnabled()) { + LOG.info("{dataSource-" + this.getID() + "} closing ..."); + } + lock.lock(); try { if (this.closed) { @@ -1278,6 +1761,8 @@ public void close() { return; } + this.closing = true; + if (logStatsThread != null) { logStatsThread.interrupt(); } @@ -1290,26 +1775,30 @@ public void close() { destroyConnectionThread.interrupt(); } + if (createSchedulerFuture != null) { + createSchedulerFuture.cancel(true); + } + if (destroySchedulerFuture != null) { destroySchedulerFuture.cancel(true); } for (int i = 0; i < poolingCount; ++i) { - try { - DruidConnectionHolder connHolder = connections[i]; + DruidConnectionHolder connHolder = connections[i]; - for (PreparedStatementHolder stmtHolder : connHolder.getStatementPool().getMap().values()) { - connHolder.getStatementPool().closeRemovedStatement(stmtHolder); - } - connHolder.getStatementPool().getMap().clear(); + for (PreparedStatementHolder stmtHolder : connHolder.getStatementPool().getMap().values()) { + connHolder.getStatementPool().closeRemovedStatement(stmtHolder); + } + connHolder.getStatementPool().getMap().clear(); - Connection physicalConnection = connHolder.getConnection(); + Connection physicalConnection = connHolder.getConnection(); + try { physicalConnection.close(); - connections[i] = null; - destroyCount.incrementAndGet(); } catch (Exception ex) { LOG.warn("close connection error", ex); } + connections[i] = null; + destroyCountUpdater.incrementAndGet(this); } poolingCount = 0; @@ -1375,8 +1864,12 @@ public boolean isMbeanRegistered() { return mbeanRegistered; } - void putLast(DruidConnectionHolder e, long lastActiveTimeMillis) { - e.setLastActiveTimeMillis(lastActiveTimeMillis); + boolean putLast(DruidConnectionHolder e, long lastActiveTimeMillis) { + if (poolingCount >= maxActive) { + return false; + } + + e.lastActiveTimeMillis = lastActiveTimeMillis; connections[poolingCount] = e; incrementPoolingCount(); @@ -1387,12 +1880,19 @@ void putLast(DruidConnectionHolder e, long lastActiveTimeMillis) { notEmpty.signal(); notEmptySignalCount++; + + return true; } DruidConnectionHolder takeLast() throws InterruptedException, SQLException { try { while (poolingCount == 0) { emptySignal(); // send signal to CreateThread create connection + + if (failFast && isFailContinuous()) { + throw new DataSourceNotAvailableException(createError); + } + notEmptyWaitThreadCount++; if (notEmptyWaitThreadCount > notEmptyWaitThreadPeak) { notEmptyWaitThreadPeak = notEmptyWaitThreadCount; @@ -1405,7 +1905,7 @@ DruidConnectionHolder takeLast() throws InterruptedException, SQLException { notEmptyWaitCount++; if (!enable) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new DataSourceDisableException(); } } @@ -1429,6 +1929,10 @@ private DruidConnectionHolder pollLast(long nanos) throws InterruptedException, if (poolingCount == 0) { emptySignal(); // send signal to CreateThread create connection + if (failFast && isFailContinuous()) { + throw new DataSourceNotAvailableException(createError); + } + if (estimate <= 0) { waitNanosLocal.set(nanos - estimate); return null; @@ -1448,7 +1952,7 @@ private DruidConnectionHolder pollLast(long nanos) throws InterruptedException, notEmptyWaitNanos += (startEstimate - estimate); if (!enable) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new DataSourceDisableException(); } } catch (InterruptedException ie) { @@ -1473,6 +1977,9 @@ private DruidConnectionHolder pollLast(long nanos) throws InterruptedException, DruidConnectionHolder last = connections[poolingCount]; connections[poolingCount] = null; + long waitNanos = nanos - estimate; + last.setLastNotEmptyWaitNanos(waitNanos); + return last; } } @@ -1487,6 +1994,16 @@ private final void incrementPoolingCount() { @Override public Connection getConnection(String username, String password) throws SQLException { + if (this.username == null + && this.password == null + && username != null + && password != null) { + this.username = username; + this.password = password; + + return getConnection(); + } + if (!StringUtils.equals(username, this.username)) { throw new UnsupportedOperationException("Not supported by DruidDataSource"); } @@ -1499,11 +2016,11 @@ public Connection getConnection(String username, String password) throws SQLExce } public long getCreateCount() { - return createCount.get(); + return createCount; } public long getDestroyCount() { - return destroyCount.get(); + return destroyCount; } public long getConnectCount() { @@ -1520,7 +2037,7 @@ public long getCloseCount() { } public long getConnectErrorCount() { - return connectErrorCount.get(); + return connectErrorCountUpdater.get(this); } @Override @@ -1592,6 +2109,7 @@ public DruidDataSourceStatValue getStatValueAndReset() { value.setWaitThreadCount(lock.getWaitQueueLength(notEmpty)); value.setNotEmptyWaitCount(this.notEmptyWaitCount); value.setNotEmptyWaitNanos(this.notEmptyWaitNanos); + value.setKeepAliveCheckCount(this.keepAliveCheckCount); // reset this.poolingPeak = 0; @@ -1600,6 +2118,7 @@ public DruidDataSourceStatValue getStatValueAndReset() { this.activePeakTime = 0; this.connectCount = 0; this.closeCount = 0; + this.keepAliveCheckCount = 0; this.notEmptyWaitCount = 0; this.notEmptyWaitNanos = 0; @@ -1608,7 +2127,7 @@ public DruidDataSourceStatValue getStatValueAndReset() { } value.setName(this.getName()); - value.setDbType(this.getDbType()); + value.setDbType(this.dbType); value.setDriverClassName(this.getDriverClassName()); value.setUrl(this.getUrl()); @@ -1625,9 +2144,9 @@ public DruidDataSourceStatValue getStatValueAndReset() { value.setValidConnectionCheckerClassName(this.getValidConnectionCheckerClassName()); value.setExceptionSorterClassName(this.getExceptionSorterClassName()); - value.setTestOnBorrow(this.isTestOnBorrow()); - value.setTestOnReturn(this.isTestOnReturn()); - value.setTestWhileIdle(this.isTestWhileIdle()); + value.setTestOnBorrow(this.testOnBorrow); + value.setTestOnReturn(this.testOnReturn); + value.setTestWhileIdle(this.testWhileIdle); value.setDefaultAutoCommit(this.isDefaultAutoCommit()); @@ -1636,25 +2155,25 @@ public DruidDataSourceStatValue getStatValueAndReset() { } value.setDefaultTransactionIsolation(this.getDefaultTransactionIsolation()); - value.setLogicConnectErrorCount(connectErrorCount.getAndSet(0)); + value.setLogicConnectErrorCount(connectErrorCountUpdater.getAndSet(this, 0)); - value.setPhysicalConnectCount(createCount.getAndSet(0)); - value.setPhysicalCloseCount(destroyCount.getAndSet(0)); - value.setPhysicalConnectErrorCount(createErrorCount.getAndSet(0)); + value.setPhysicalConnectCount(createCountUpdater.getAndSet(this, 0)); + value.setPhysicalCloseCount(destroyCountUpdater.getAndSet(this, 0)); + value.setPhysicalConnectErrorCount(createErrorCountUpdater.getAndSet(this, 0)); - value.setExecuteCount(this.executeCount.getAndSet(0)); - value.setErrorCount(errorCount.getAndSet(0)); - value.setCommitCount(commitCount.getAndSet(0)); - value.setRollbackCount(rollbackCount.getAndSet(0)); + value.setExecuteCount(this.getAndResetExecuteCount()); + value.setErrorCount(errorCountUpdater.getAndSet(this, 0)); + value.setCommitCount(commitCountUpdater.getAndSet(this, 0)); + value.setRollbackCount(rollbackCountUpdater.getAndSet(this, 0)); - value.setPstmtCacheHitCount(cachedPreparedStatementHitCount.getAndSet(0)); - value.setPstmtCacheMissCount(cachedPreparedStatementMissCount.getAndSet(0)); + value.setPstmtCacheHitCount(cachedPreparedStatementHitCountUpdater.getAndSet(this,0)); + value.setPstmtCacheMissCount(cachedPreparedStatementMissCountUpdater.getAndSet(this, 0)); - value.setStartTransactionCount(startTransactionCount.getAndSet(0)); + value.setStartTransactionCount(startTransactionCountUpdater.getAndSet(this, 0)); value.setTransactionHistogram(this.getTransactionHistogram().toArrayAndReset()); value.setConnectionHoldTimeHistogram(this.getDataSourceStat().getConnectionHoldHistogram().toArrayAndReset()); - value.removeAbandoned = this.isRemoveAbandoned(); + value.setRemoveAbandoned(this.isRemoveAbandoned()); value.setClobOpenCount(this.getDataSourceStat().getClobOpenCountAndReset()); value.setBlobOpenCount(this.getDataSourceStat().getBlobOpenCountAndReset()); @@ -1668,10 +2187,10 @@ public long getRemoveAbandonedCount() { return removeAbandonedCount; } - protected void put(Connection connection) { + protected boolean put(PhysicalConnectionInfo physicalConnectionInfo) { DruidConnectionHolder holder = null; try { - holder = new DruidConnectionHolder(ElasticSearchDruidDataSource.this, connection); + holder = new DruidConnectionHolder(ElasticSearchDruidDataSource.this, physicalConnectionInfo); } catch (SQLException ex) { lock.lock(); try { @@ -1682,11 +2201,18 @@ protected void put(Connection connection) { lock.unlock(); } LOG.error("create connection holder error", ex); - return; + return false; } + return put(holder); + } + + private boolean put(DruidConnectionHolder holder) { lock.lock(); try { + if (poolingCount >= maxActive) { + return false; + } connections[poolingCount] = holder; incrementPoolingCount(); @@ -1709,55 +2235,120 @@ protected void put(Connection connection) { } finally { lock.unlock(); } + return true; } public class CreateConnectionTask implements Runnable { - private int errorCount = 0; + private int errorCount = 0; + private boolean initTask = false; + + public CreateConnectionTask() { + + } + + public CreateConnectionTask(boolean initTask) { + this.initTask = initTask; + } @Override public void run() { - for (; ; ) { + runInternal(); + } + + private void runInternal() { + for (;;) { + // addLast + lock.lock(); try { - lock.lockInterruptibly(); - } catch (InterruptedException e2) { - LOG.error("interrupt: ", e2); - lock.lock(); - try { + if (closed || closing) { createTaskCount--; - } finally { - lock.unlock(); + return; } - break; - } - try { - // 必须存在线程等待,才创建连接 - if (poolingCount >= notEmptyWaitThreadCount) { - createTaskCount--; - return; + boolean emptyWait = true; + + if (createError != null && poolingCount == 0) { + emptyWait = false; } - // 防止创建超过maxActive数量的连接 - if (activeCount + poolingCount >= maxActive) { - createTaskCount--; - return; + if (emptyWait) { + // 必须存在线程等待,才创建连接 + if (poolingCount >= notEmptyWaitThreadCount // + && (!(keepAlive && activeCount + poolingCount < minIdle)) + && (!initTask) + && !isFailContinuous() + ) { + createTaskCount--; + return; + } + + // 防止创建超过maxActive数量的连接 + if (activeCount + poolingCount >= maxActive) { + createTaskCount--; + return; + } } } finally { lock.unlock(); } - Connection connection = null; + PhysicalConnectionInfo physicalConnection = null; try { - connection = createPhysicalConnection(); + physicalConnection = createPhysicalConnection(); + } catch (OutOfMemoryError e) { + LOG.error("create connection OutOfMemoryError, out memory. ", e); + + errorCount++; + if (errorCount > connectionErrorRetryAttempts && timeBetweenConnectErrorMillis > 0) { + // fail over retry attempts + setFailContinuous(true); + if (failFast) { + lock.lock(); + try { + notEmpty.signalAll(); + } finally { + lock.unlock(); + } + } + + if (breakAfterAcquireFailure) { + lock.lock(); + try { + createTaskCount--; + } finally { + lock.unlock(); + } + return; + } + + this.errorCount = 0; // reset errorCount + if (closing || closed) { + createTaskCount--; + return; + } + createSchedulerFuture = createScheduler.schedule(this, timeBetweenConnectErrorMillis, TimeUnit.MILLISECONDS); + return; + } } catch (SQLException e) { - LOG.error("create connection error, url: " + jdbcUrl, e); + LOG.error("create connection SQLException, url: " + jdbcUrl, e); errorCount++; if (errorCount > connectionErrorRetryAttempts && timeBetweenConnectErrorMillis > 0) { + // fail over retry attempts + setFailContinuous(true); + if (failFast) { + lock.lock(); + try { + notEmpty.signalAll(); + } finally { + lock.unlock(); + } + } + if (breakAfterAcquireFailure) { lock.lock(); try { @@ -1769,11 +2360,17 @@ public void run() { } this.errorCount = 0; // reset errorCount - createScheduler.schedule(this, timeBetweenConnectErrorMillis, TimeUnit.MILLISECONDS); + if (closing || closed) { + createTaskCount--; + return; + } + createSchedulerFuture = createScheduler.schedule(this, timeBetweenConnectErrorMillis, TimeUnit.MILLISECONDS); return; } } catch (RuntimeException e) { - LOG.error("create connection error", e); + LOG.error("create connection RuntimeException", e); + // unknow fatal exception + setFailContinuous(true); continue; } catch (Error e) { lock.lock(); @@ -1782,15 +2379,24 @@ public void run() { } finally { lock.unlock(); } - LOG.error("create connection error", e); + LOG.error("create connection Error", e); + // unknow fatal exception + setFailContinuous(true); + break; + } catch (Throwable e) { + LOG.error("create connection unexecpted error.", e); break; } - if (connection == null) { + if (physicalConnection == null) { continue; } - put(connection); + boolean result = put(physicalConnection); + if (!result) { + JdbcUtils.close(physicalConnection.getPhysicalConnection()); + LOG.info("put physical connection to pool failed."); + } break; } } @@ -1806,6 +2412,7 @@ public CreateConnectionThread(String name) { public void run() { initedLatch.countDown(); + long lastDiscardCount = 0; int errorCount = 0; for (; ; ) { // addLast @@ -1815,36 +2422,74 @@ public void run() { break; } + long discardCount = ElasticSearchDruidDataSource.this.discardCount; + boolean discardChanged = discardCount - lastDiscardCount > 0; + lastDiscardCount = discardCount; + try { - // 必须存在线程等待,才创建连接 - if (poolingCount >= notEmptyWaitThreadCount) { - empty.await(); + boolean emptyWait = true; + + if (createError != null + && poolingCount == 0 + && !discardChanged) { + emptyWait = false; } - // 防止创建超过maxActive数量的连接 - if (activeCount + poolingCount >= maxActive) { - empty.await(); - continue; + if (emptyWait + && asyncInit && createCount < initialSize) { + emptyWait = false; + } + + if (emptyWait) { + // 必须存在线程等待,才创建连接 + if (poolingCount >= notEmptyWaitThreadCount // + && (!(keepAlive && activeCount + poolingCount < minIdle)) + && !isFailContinuous() + ) { + empty.await(); + } + + // 防止创建超过maxActive数量的连接 + if (activeCount + poolingCount >= maxActive) { + empty.await(); + continue; + } } } catch (InterruptedException e) { lastCreateError = e; lastErrorTimeMillis = System.currentTimeMillis(); + + if (!closing) { + LOG.error("create connection Thread Interrupted, url: " + jdbcUrl, e); + } break; } finally { lock.unlock(); } - Connection connection = null; + PhysicalConnectionInfo connection = null; try { connection = createPhysicalConnection(); } catch (SQLException e) { - LOG.error("create connection error, url: " + jdbcUrl, e); + LOG.error("create connection SQLException, url: " + jdbcUrl + ", errorCode " + e.getErrorCode() + + ", state " + e.getSQLState(), e); errorCount++; if (errorCount > connectionErrorRetryAttempts && timeBetweenConnectErrorMillis > 0) { + // fail over retry attempts + setFailContinuous(true); + if (failFast) { + lock.lock(); + try { + notEmpty.signalAll(); + } finally { + lock.unlock(); + } + } + if (breakAfterAcquireFailure) { break; } @@ -1856,10 +2501,12 @@ public void run() { } } } catch (RuntimeException e) { - LOG.error("create connection error", e); + LOG.error("create connection RuntimeException", e); + setFailContinuous(true); continue; } catch (Error e) { - LOG.error("create connection error", e); + LOG.error("create connection Error", e); + setFailContinuous(true); break; } @@ -1867,7 +2514,11 @@ public void run() { continue; } - put(connection); + boolean result = put(connection); + if (!result) { + JdbcUtils.close(connection.getPhysicalConnection()); + LOG.info("put physical connection to pool failed."); + } errorCount = 0; // reset errorCount } @@ -1876,7 +2527,7 @@ public void run() { public class DestroyConnectionThread extends Thread { - public DestroyConnectionThread(String name) { + public DestroyConnectionThread(String name){ super(name); this.setDaemon(true); } @@ -1901,7 +2552,7 @@ public void run() { break; } - destoryTask.run(); + destroyTask.run(); } catch (InterruptedException e) { break; } @@ -1911,10 +2562,13 @@ public void run() { } public class DestroyTask implements Runnable { + public DestroyTask() { + + } @Override public void run() { - shrink(true); + shrink(true, keepAlive); if (isRemoveAbandoned()) { removeAbandoned(); @@ -1954,7 +2608,8 @@ public int removeAbandoned() { List abandonedList = new ArrayList(); - synchronized (activeConnections) { + activeConnectionLock.lock(); + try { Iterator iter = activeConnections.keySet().iterator(); for (; iter.hasNext(); ) { @@ -1972,14 +2627,20 @@ public int removeAbandoned() { abandonedList.add(pooledConnection); } } + } finally { + activeConnectionLock.unlock(); } if (abandonedList.size() > 0) { for (DruidPooledConnection pooledConnection : abandonedList) { - synchronized (pooledConnection) { + final ReentrantLock lock = pooledConnection.lock; + lock.lock(); + try { if (pooledConnection.isDisable()) { continue; } + } finally { + lock.unlock(); } JdbcUtils.close(pooledConnection); @@ -1991,8 +2652,8 @@ public int removeAbandoned() { StringBuilder buf = new StringBuilder(); buf.append("abandon connection, owner thread: "); buf.append(pooledConnection.getOwnerThread().getName()); - buf.append(", connected time nano: "); - buf.append(pooledConnection.getConnectedTimeNano()); + buf.append(", connected at : "); + buf.append(pooledConnection.getConnectedTimeMillis()); buf.append(", open stackTrace\n"); StackTraceElement[] trace = pooledConnection.getConnectStackTrace(); @@ -2002,6 +2663,15 @@ public int removeAbandoned() { buf.append("\n"); } + buf.append("ownerThread current state is " + pooledConnection.getOwnerThread().getState() + + ", current stackTrace\n"); + trace = pooledConnection.getOwnerThread().getStackTrace(); + for (int i = 0; i < trace.length; i++) { + buf.append("\tat "); + buf.append(trace[i].toString()); + buf.append("\n"); + } + LOG.error(buf.toString()); } } @@ -2063,49 +2733,140 @@ public String getProperties() { @Override public void shrink() { - shrink(false); + shrink(false, false); } public void shrink(boolean checkTime) { - final List evictList = new ArrayList(); + shrink(checkTime, keepAlive); + } + + public void shrink(boolean checkTime, boolean keepAlive) { try { lock.lockInterruptibly(); } catch (InterruptedException e) { return; } + int evictCount = 0; + int keepAliveCount = 0; try { + if (!inited) { + return; + } + final int checkCount = poolingCount - minIdle; final long currentTimeMillis = System.currentTimeMillis(); - for (int i = 0; i < checkCount; ++i) { + for (int i = 0; i < poolingCount; ++i) { DruidConnectionHolder connection = connections[i]; if (checkTime) { - long idleMillis = currentTimeMillis - connection.getLastActiveTimeMillis(); + if (phyTimeoutMillis > 0) { + long phyConnectTimeMillis = currentTimeMillis - connection.connectTimeMillis; + if (phyConnectTimeMillis > phyTimeoutMillis) { + evictConnections[evictCount++] = connection; + continue; + } + } + + long idleMillis = currentTimeMillis - connection.lastActiveTimeMillis; + + if (idleMillis < minEvictableIdleTimeMillis + && idleMillis < keepAliveBetweenTimeMillis + ) { + break; + } + if (idleMillis >= minEvictableIdleTimeMillis) { - evictList.add(connection); + if (checkTime && i < checkCount) { + evictConnections[evictCount++] = connection; + continue; + } else if (idleMillis > maxEvictableIdleTimeMillis) { + evictConnections[evictCount++] = connection; + continue; + } + } + + if (keepAlive && idleMillis >= keepAliveBetweenTimeMillis) { + keepAliveConnections[keepAliveCount++] = connection; + } + } else { + if (i < checkCount) { + evictConnections[evictCount++] = connection; } else { break; } - } else { - evictList.add(connection); } } - int removeCount = evictList.size(); + int removeCount = evictCount + keepAliveCount; if (removeCount > 0) { System.arraycopy(connections, removeCount, connections, 0, poolingCount - removeCount); Arrays.fill(connections, poolingCount - removeCount, poolingCount, null); poolingCount -= removeCount; } + keepAliveCheckCount += keepAliveCount; } finally { lock.unlock(); } - for (DruidConnectionHolder item : evictList) { - Connection connection = item.getConnection(); - JdbcUtils.close(connection); - destroyCount.incrementAndGet(); + if (evictCount > 0) { + for (int i = 0; i < evictCount; ++i) { + DruidConnectionHolder item = evictConnections[i]; + Connection connection = item.getConnection(); + JdbcUtils.close(connection); + destroyCountUpdater.incrementAndGet(this); + } + Arrays.fill(evictConnections, null); + } + + if (keepAliveCount > 0) { + // keep order + for (int i = keepAliveCount - 1; i >= 0; --i) { + DruidConnectionHolder holer = keepAliveConnections[i]; + Connection connection = holer.getConnection(); + holer.incrementKeepAliveCheckCount(); + + boolean validate = false; + try { + this.validateConnection(connection); + validate = true; + } catch (Throwable error) { + if (LOG.isDebugEnabled()) { + LOG.debug("keepAliveErr", error); + } + // skip + } + + boolean discard = !validate; + if (validate) { + holer.lastKeepTimeMillis = System.currentTimeMillis(); + boolean putOk = put(holer); + if (!putOk) { + discard = true; + } + } + + if (discard) { + try { + connection.close(); + } catch (Exception e) { + // skip + } + + lock.lock(); + try { + discardCount++; + + if (activeCount <= minIdle) { + emptySignal(); + } + } finally { + lock.unlock(); + } + } + } + this.getDataSourceStat().addKeepAliveCheckCount(keepAliveCount); + Arrays.fill(keepAliveConnections, null); } } @@ -2178,7 +2939,7 @@ public String dump() { } public long getErrorCount() { - return this.errorCount.get(); + return this.errorCount; } public String toString() { @@ -2277,14 +3038,18 @@ public List> getPoolingConnectionInfo() { Map map = new LinkedHashMap(); map.put("id", System.identityHashCode(conn)); + map.put("connectionId", connHolder.getConnectionId()); map.put("useCount", connHolder.getUseCount()); - if (connHolder.getLastActiveTimeMillis() > 0) { - map.put("lastActiveTime", new Date(connHolder.getLastActiveTimeMillis())); + if (connHolder.lastActiveTimeMillis > 0) { + map.put("lastActiveTime", new Date(connHolder.lastActiveTimeMillis)); + } + if (connHolder.lastKeepTimeMillis > 0) { + map.put("lastKeepTimeMillis", new Date(connHolder.lastKeepTimeMillis)); } map.put("connectTime", new Date(connHolder.getTimeMillis())); map.put("holdability", connHolder.getUnderlyingHoldability()); map.put("transactionIsolation", connHolder.getUnderlyingTransactionIsolation()); - map.put("autoCommit", connHolder.isUnderlyingAutoCommit()); + map.put("autoCommit", connHolder.underlyingAutoCommit); map.put("readoOnly", connHolder.isUnderlyingReadOnly()); if (connHolder.isPoolPreparedStatements()) { @@ -2293,8 +3058,8 @@ public List> getPoolingConnectionInfo() { for (PreparedStatementHolder stmtHolder : stmtPool.getMap().values()) { Map stmtInfo = new LinkedHashMap(); - stmtInfo.put("sql", stmtHolder.getKey().getSql()); - stmtInfo.put("defaultRowPretch", stmtHolder.getDefaultRowPrefetch()); + stmtInfo.put("sql", stmtHolder.key.getSql()); + stmtInfo.put("defaultRowPrefetch", stmtHolder.getDefaultRowPrefetch()); stmtInfo.put("rowPrefetch", stmtHolder.getRowPrefetch()); stmtInfo.put("hitCount", stmtHolder.getHitCount()); @@ -2303,6 +3068,7 @@ public List> getPoolingConnectionInfo() { map.put("pscache", stmtCache); } + map.put("keepAliveCheckCount", connHolder.getKeepAliveCheckCount()); list.add(map); } @@ -2362,7 +3128,7 @@ public Map getStatDataForMBean() { // 5 - 9 map.put("CloseCount", this.getCloseCount()); - map.put("ActiveCount", this.getActivePeak()); + map.put("ActiveCount", this.getActiveCount()); map.put("PoolingCount", this.getPoolingCount()); map.put("LockQueueLength", this.getLockQueueLength()); map.put("WaitThreadCount", this.getNotEmptyWaitThreadPeak()); @@ -2376,10 +3142,10 @@ public Map getStatDataForMBean() { // 15 - 19 map.put("TestOnReturn", this.isTestOnReturn()); - map.put("MinEvictableIdleTimeMillis", this.getMinEvictableIdleTimeMillis()); + map.put("MinEvictableIdleTimeMillis", this.minEvictableIdleTimeMillis); map.put("ConnectErrorCount", this.getConnectErrorCount()); map.put("CreateTimespanMillis", this.getCreateTimespanMillis()); - map.put("DbType", this.getDbType()); + map.put("DbType", this.dbType); // 20 - 24 map.put("ValidationQuery", this.getValidationQuery()); @@ -2414,6 +3180,9 @@ public Map getStatDataForMBean() { map.put("LastCreateErrorTime", this.getLastCreateErrorTime()); map.put("CreateErrorCount", this.getCreateErrorCount()); map.put("DiscardCount", this.getDiscardCount()); + map.put("ExecuteQueryCount", this.getExecuteQueryCount()); + + map.put("ExecuteUpdateCount", this.getExecuteUpdateCount()); return map; } catch (JMException ex) { @@ -2452,7 +3221,7 @@ public Map getStatData() { dataMap.put("Identity", System.identityHashCode(this)); dataMap.put("Name", this.getName()); - dataMap.put("DbType", this.getDbType()); + dataMap.put("DbType", this.dbType); dataMap.put("DriverClassName", this.getDriverClassName()); dataMap.put("URL", this.getUrl()); @@ -2498,6 +3267,9 @@ public Map getStatData() { dataMap.put("PhysicalConnectErrorCount", this.getCreateErrorCount()); dataMap.put("ExecuteCount", this.getExecuteCount()); + dataMap.put("ExecuteUpdateCount", this.getExecuteUpdateCount()); + dataMap.put("ExecuteQueryCount", this.getExecuteQueryCount()); + dataMap.put("ExecuteBatchCount", this.getExecuteBatchCount()); dataMap.put("ErrorCount", this.getErrorCount()); dataMap.put("CommitCount", this.getCommitCount()); dataMap.put("RollbackCount", this.getRollbackCount()); @@ -2513,7 +3285,25 @@ public Map getStatData() { dataMap.put("RemoveAbandoned", this.isRemoveAbandoned()); dataMap.put("ClobOpenCount", this.getDataSourceStat().getClobOpenCount()); dataMap.put("BlobOpenCount", this.getDataSourceStat().getBlobOpenCount()); - + dataMap.put("KeepAliveCheckCount", this.getDataSourceStat().getKeepAliveCheckCount()); + + dataMap.put("KeepAlive", this.isKeepAlive()); + dataMap.put("FailFast", this.isFailFast()); + dataMap.put("MaxWait", this.getMaxWait()); + dataMap.put("MaxWaitThreadCount", this.getMaxWaitThreadCount()); + dataMap.put("PoolPreparedStatements", this.isPoolPreparedStatements()); + dataMap.put("MaxPoolPreparedStatementPerConnectionSize", this.getMaxPoolPreparedStatementPerConnectionSize()); + dataMap.put("MinEvictableIdleTimeMillis", this.minEvictableIdleTimeMillis); + dataMap.put("MaxEvictableIdleTimeMillis", this.maxEvictableIdleTimeMillis); + + dataMap.put("LogDifferentThread", isLogDifferentThread()); + dataMap.put("RecycleErrorCount", getRecycleErrorCount()); + dataMap.put("PreparedStatementOpenCount", getPreparedStatementCount()); + dataMap.put("PreparedStatementClosedCount", getClosedPreparedStatementCount()); + + dataMap.put("UseUnfairLock", isUseUnfairLock()); + dataMap.put("InitGlobalVariants", isInitGlobalVariants()); + dataMap.put("InitVariants", isInitVariants()); return dataMap; } @@ -2627,7 +3417,7 @@ public int fill(int toCount) throws SQLException { try { lock.lockInterruptibly(); } catch (InterruptedException e) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new SQLException("interrupt", e); } @@ -2641,24 +3431,25 @@ public int fill(int toCount) throws SQLException { DruidConnectionHolder holder; try { - Connection conn = createPhysicalConnection(); - holder = new DruidConnectionHolder(this, conn); + PhysicalConnectionInfo pyConnInfo = createPhysicalConnection(); + holder = new DruidConnectionHolder(this, pyConnInfo); } catch (SQLException e) { LOG.error("fill connection error, url: " + this.jdbcUrl, e); - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw e; } try { lock.lockInterruptibly(); } catch (InterruptedException e) { - connectErrorCount.incrementAndGet(); + connectErrorCountUpdater.incrementAndGet(this); throw new SQLException("interrupt", e); } try { if (!this.isFillable(toCount)) { JdbcUtils.close(holder.getConnection()); + LOG.info("fill connections skip."); break; } this.putLast(holder, System.currentTimeMillis()); @@ -2709,13 +3500,20 @@ private void emptySignal() { createTaskCount++; CreateConnectionTask task = new CreateConnectionTask(); - createScheduler.submit(task); + this.createSchedulerFuture = createScheduler.submit(task); } @Override public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception { - //do nothing - //return original name to avoid NullPointerException + if (server != null) { + try { + if (server.isRegistered(name)) { + server.unregisterMBean(name); + } + } catch (Exception ex) { + LOG.warn("DruidDataSource preRegister error", ex); + } + } return name; } @@ -2734,4 +3532,7 @@ public void postDeregister() { } + public boolean isClosed() { + return this.closed; + } } diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledConnection.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledConnection.java index 41ca2796..435d1f08 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledConnection.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledConnection.java @@ -29,7 +29,7 @@ public PreparedStatement prepareStatement(String sql) throws SQLException { stmtHolder = new PreparedStatementHolder(key, conn.prepareStatement(sql)); holder.getDataSource().incrementPreparedStatementCount(); } catch (SQLException ex) { - handleException(ex); + handleException(ex, sql); } } @@ -64,7 +64,7 @@ public PreparedStatement prepareStatement(String sql, int resultSetType, int res resultSetConcurrency)); holder.getDataSource().incrementPreparedStatementCount(); } catch (SQLException ex) { - handleException(ex); + handleException(ex, sql); } } @@ -79,7 +79,7 @@ public PreparedStatement prepareStatement(String sql, int resultSetType, int res private void initStatement(PreparedStatementHolder stmtHolder) throws SQLException { stmtHolder.incrementInUseCount(); - holder.getDataSource().initStatement(this, stmtHolder.getStatement()); + holder.getDataSource().initStatement(this, stmtHolder.statement); } } diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index adb5a98b..a4a25641 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -30,7 +30,7 @@ public ElasticSearchDruidPooledPreparedStatement(DruidPooledConnection conn, Pre public ResultSet executeQuery() throws SQLException { checkOpen(); - incrementExecuteCount(); + incrementExecuteQueryCount(); transactionRecord(getSql()); oracleSetRowPrefetch(); @@ -48,6 +48,8 @@ public ResultSet executeQuery() throws SQLException { return poolableResultSet; } catch (Throwable t) { + errorCheck(t); + throw checkException(t); } finally { conn.afterExecute(); @@ -74,6 +76,8 @@ public boolean execute() throws SQLException { return true; } catch (Throwable t) { + errorCheck(t); + throw checkException(t); } finally { conn.afterExecute(); diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java index c1ce9613..50513c28 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java @@ -1,11 +1,12 @@ package org.nlpcn.es4sql.parse; import com.alibaba.druid.sql.dialect.mysql.parser.MySqlLexer; +import com.alibaba.druid.sql.parser.CharTypes; import com.alibaba.druid.sql.parser.ParserException; +import com.alibaba.druid.sql.parser.SymbolTable; import com.alibaba.druid.sql.parser.Token; import static com.alibaba.druid.sql.parser.CharTypes.isFirstIdentifierChar; -import static com.alibaba.druid.sql.parser.CharTypes.isIdentifierChar; import static com.alibaba.druid.sql.parser.LayoutCharacters.EOI; /** @@ -22,68 +23,123 @@ public ElasticLexer(char[] input, int inputLength, boolean skipComment) { } public void scanIdentifier() { + hash_lower = 0; + hash = 0; + final char first = ch; - if (ch == '`') { + if ((ch == 'b' || ch == 'B' ) + && charAt(pos + 1) == '\'') { + int i = 2; + int mark = pos + 2; + for (;;++i) { + char ch = charAt(pos + i); + if (ch == '0' || ch == '1') { + continue; + } else if (ch == '\'') { + bufPos += i; + pos += (i + 1); + stringVal = subString(mark, i - 2); + this.ch = charAt(pos); + token = Token.BITS; + return; + } else if (ch == EOI) { + throw new ParserException("illegal identifier. " + info()); + } else { + break; + } + } + } + if (ch == '`') { mark = pos; bufPos = 1; char ch; - for (;;) { - ch = charAt(++pos); - if (ch == '`') { - bufPos++; - ch = charAt(++pos); - break; - } else if (ch == EOI) { - throw new ParserException("illegal identifier"); - } - - bufPos++; - continue; + int startPos = pos + 1; + int quoteIndex = text.indexOf('`', startPos); + if (quoteIndex == -1) { + throw new ParserException("illegal identifier. " + info()); } - this.ch = charAt(pos); + hash_lower = 0xcbf29ce484222325L; + hash = 0xcbf29ce484222325L; - stringVal = subString(mark, bufPos); - Token tok = keywods.getKeyword(stringVal); - if (tok != null) { - token = tok; - } else { - token = Token.IDENTIFIER; + for (int i = startPos; i < quoteIndex; ++i) { + ch = text.charAt(i); + + hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hash_lower *= 0x100000001b3L; + + hash ^= ch; + hash *= 0x100000001b3L; } - } else { + stringVal = quoteTable.addSymbol(text, pos, quoteIndex + 1 - pos, hash); + //stringVal = text.substring(mark, pos); + pos = quoteIndex + 1; + this.ch = charAt(pos); + token = Token.IDENTIFIER; + } else { final boolean firstFlag = isFirstIdentifierChar(first); if (!firstFlag) { - throw new ParserException("illegal identifier"); + throw new ParserException("illegal identifier. " + info()); } + hash_lower = 0xcbf29ce484222325L; + hash = 0xcbf29ce484222325L; + + hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hash_lower *= 0x100000001b3L; + + hash ^= ch; + hash *= 0x100000001b3L; + mark = pos; bufPos = 1; - char ch; + char ch = '\0'; for (;;) { ch = charAt(++pos); - //zhongshu-comment 就这行和父类MySqlLexer的scanIdentifier()方法不一样,用了自己的实现isElasticIdentifierChar() if (!isElasticIdentifierChar(ch)) { break; } bufPos++; + + hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hash_lower *= 0x100000001b3L; + + hash ^= ch; + hash *= 0x100000001b3L; + continue; } this.ch = charAt(pos); - stringVal = addSymbol(); - Token tok = keywods.getKeyword(stringVal); + if (bufPos == 1) { + token = Token.IDENTIFIER; + stringVal = CharTypes.valueOf(first); + if (stringVal == null) { + stringVal = Character.toString(first); + } + return; + } + + Token tok = keywods.getKeyword(hash_lower); if (tok != null) { token = tok; + if (token == Token.IDENTIFIER) { + stringVal = SymbolTable.global.addSymbol(text, mark, bufPos, hash); + } else { + stringVal = null; + } } else { token = Token.IDENTIFIER; + stringVal = SymbolTable.global.addSymbol(text, mark, bufPos, hash); } + } } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java deleted file mode 100644 index 9bfeca78..00000000 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlDeleteStatement.java +++ /dev/null @@ -1,21 +0,0 @@ -package org.nlpcn.es4sql.parse; - -import com.alibaba.druid.sql.ast.SQLCommentHint; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; - -import java.util.ArrayList; -import java.util.List; - -public class ElasticSqlDeleteStatement extends MySqlDeleteStatement { - - private List hints; - - public List getHints() { - if (hints == null) { - hints = new ArrayList(2); - } - - return hints; - } - -} diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java index 67759521..0a1eecf4 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java @@ -1,81 +1,98 @@ package org.nlpcn.es4sql.parse; -import com.alibaba.druid.sql.ast.*; -import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.sql.ast.SQLCommentHint; +import com.alibaba.druid.sql.ast.SQLDataType; +import com.alibaba.druid.sql.ast.SQLDataTypeImpl; +import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.SQLName; +import com.alibaba.druid.sql.ast.SQLOrderBy; +import com.alibaba.druid.sql.ast.SQLOrderingSpecification; +import com.alibaba.druid.sql.ast.SQLPartition; +import com.alibaba.druid.sql.ast.SQLPartitionValue; +import com.alibaba.druid.sql.ast.SQLSubPartition; +import com.alibaba.druid.sql.ast.expr.SQLAggregateExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOperator; +import com.alibaba.druid.sql.ast.expr.SQLCharExpr; +import com.alibaba.druid.sql.ast.expr.SQLExistsExpr; +import com.alibaba.druid.sql.ast.expr.SQLHexExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLIntegerExpr; +import com.alibaba.druid.sql.ast.expr.SQLIntervalExpr; +import com.alibaba.druid.sql.ast.expr.SQLIntervalUnit; +import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; +import com.alibaba.druid.sql.ast.expr.SQLNotExpr; +import com.alibaba.druid.sql.ast.expr.SQLUnaryExpr; +import com.alibaba.druid.sql.ast.expr.SQLUnaryOperator; +import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.sql.ast.statement.SQLAssignItem; import com.alibaba.druid.sql.ast.statement.SQLColumnDefinition; +import com.alibaba.druid.sql.ast.statement.SQLForeignKeyImpl; import com.alibaba.druid.sql.dialect.mysql.ast.MySqlPrimaryKey; import com.alibaba.druid.sql.dialect.mysql.ast.MySqlUnique; import com.alibaba.druid.sql.dialect.mysql.ast.MysqlForeignKey; -import com.alibaba.druid.sql.dialect.mysql.ast.expr.*; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSQLColumnDefinition; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; -import com.alibaba.druid.sql.parser.*; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlCharExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExtractExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlMatchAgainstExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOutFileExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlUserName; +import com.alibaba.druid.sql.parser.Lexer; +import com.alibaba.druid.sql.parser.ParserException; +import com.alibaba.druid.sql.parser.SQLExprParser; +import com.alibaba.druid.sql.parser.SQLSelectParser; +import com.alibaba.druid.sql.parser.Token; +import com.alibaba.druid.util.FnvHash; import com.alibaba.druid.util.JdbcConstants; +import java.util.Arrays; import java.util.List; /** * Created by Eliran on 18/8/2015. */ public class ElasticSqlExprParser extends SQLExprParser { - public ElasticSqlExprParser(Lexer lexer) { - super(lexer); + + public final static String[] AGGREGATE_FUNCTIONS; + + public final static long[] AGGREGATE_FUNCTIONS_CODES; + + static { + String[] strings = { "AVG", "COUNT", "GROUP_CONCAT", "MAX", "MIN", "STDDEV", "SUM" }; + AGGREGATE_FUNCTIONS_CODES = FnvHash.fnv1a_64_lower(strings, true); + AGGREGATE_FUNCTIONS = new String[AGGREGATE_FUNCTIONS_CODES.length]; + for (String str : strings) { + long hash = FnvHash.fnv1a_64_lower(str); + int index = Arrays.binarySearch(AGGREGATE_FUNCTIONS_CODES, hash); + AGGREGATE_FUNCTIONS[index] = str; + } + } + + public ElasticSqlExprParser(Lexer lexer){ + super(lexer, JdbcConstants.MYSQL); this.aggregateFunctions = AGGREGATE_FUNCTIONS; + this.aggregateFunctionHashCodes = AGGREGATE_FUNCTIONS_CODES; } - public ElasticSqlExprParser(String sql) { + public ElasticSqlExprParser(String sql){ this(new ElasticLexer(sql)); this.lexer.nextToken(); } @SuppressWarnings({"unchecked", "rawtypes"}) - @Override public void parseHints(List hints) { while (lexer.token() == Token.HINT) { - hints.add(new SQLCommentHint(lexer.stringVal())); - lexer.nextToken(); - } - } - - @Override - protected SQLExpr methodRest(SQLExpr expr, boolean acceptLPAREN) { - if (acceptLPAREN) { - accept(Token.LPAREN); - } - - if (expr instanceof SQLName || expr instanceof SQLDefaultExpr) { - String methodName; + SQLCommentHint hint = new SQLCommentHint(lexer.stringVal()); - SQLMethodInvokeExpr methodInvokeExpr; - if (expr instanceof SQLPropertyExpr) { - methodName = ((SQLPropertyExpr) expr).getName(); - methodInvokeExpr = new SQLMethodInvokeExpr(methodName); - methodInvokeExpr.setOwner(((SQLPropertyExpr) expr).getOwner()); - } else { - methodName = expr.toString(); - methodInvokeExpr = new SQLMethodInvokeExpr(methodName); + if (lexer.getCommentCount() > 0) { + hint.addBeforeComment(lexer.readAndResetComments()); } - if (isAggreateFunction(methodName)) { - SQLAggregateExpr aggregateExpr = parseAggregateExpr(methodName); - - return aggregateExpr; - } - - if (lexer.token() != Token.RPAREN) { - exprList(methodInvokeExpr.getParameters(), methodInvokeExpr); - } - - accept(Token.RPAREN); - - return primaryRest(methodInvokeExpr); + hints.add(hint); + lexer.nextToken(); } - - throw new ParserException("not support token:" + lexer.token()); } - public SQLExpr primary() { if (lexer.token() == Token.LBRACE) { @@ -84,7 +101,7 @@ public SQLExpr primary() { if (lexer.stringVal().equals("ts")) { String current = lexer.stringVal(); do { - if (current.equals(lexer.token().RBRACE.name())) { + if (current.equals(Token.RBRACE.name())) { foundRBrace = true; break; } @@ -155,53 +172,11 @@ public SQLExpr primary() { return expr; } - //zhongshu-comment 比父类的AGGREGATE_FUNCTIONS 多了 GROUP_CONCAT 这个function - public static String[] AGGREGATE_FUNCTIONS = {"AVG", "COUNT", "GROUP_CONCAT", "MAX", "MIN", "STDDEV", "SUM"}; - - - public SQLExpr relationalRest(SQLExpr expr) { - if (identifierEquals("REGEXP")) { - lexer.nextToken(); - SQLExpr rightExp = equality(); - - rightExp = relationalRest(rightExp); - - return new SQLBinaryOpExpr(expr, SQLBinaryOperator.RegExp, rightExp, JdbcConstants.MYSQL); - } - - return super.relationalRest(expr); - } - - public SQLExpr multiplicativeRest(SQLExpr expr) { - if (lexer.token() == Token.IDENTIFIER && "MOD".equalsIgnoreCase(lexer.stringVal())) { - lexer.nextToken(); - SQLExpr rightExp = primary(); - - rightExp = relationalRest(rightExp); - - return new SQLBinaryOpExpr(expr, SQLBinaryOperator.Modulus, rightExp, JdbcConstants.MYSQL); - } - - return super.multiplicativeRest(expr); - } - - public SQLExpr notRationalRest(SQLExpr expr) { - if (identifierEquals("REGEXP")) { - lexer.nextToken(); - SQLExpr rightExp = primary(); - - rightExp = relationalRest(rightExp); - - return new SQLBinaryOpExpr(expr, SQLBinaryOperator.NotRegExp, rightExp, JdbcConstants.MYSQL); - } - - return super.notRationalRest(expr); - } public SQLExpr primary2() { final Token tok = lexer.token(); - if (identifierEquals("outfile")) { + if (lexer.identifierEquals(FnvHash.Constants.OUTFILE)) { lexer.nextToken(); SQLExpr file = primary(); SQLExpr expr = new MySqlOutFileExpr(file); @@ -211,10 +186,6 @@ public SQLExpr primary2() { } switch (tok) { - case LITERAL_ALIAS: - String aliasValue = lexer.stringVal(); - lexer.nextToken(); - return primaryRest(new SQLCharExpr(aliasValue)); case VARIANT: SQLVariantRefExpr varRefExpr = new SQLVariantRefExpr(lexer.stringVal()); lexer.nextToken(); @@ -233,7 +204,7 @@ public SQLExpr primary2() { case VALUES: lexer.nextToken(); if (lexer.token() != Token.LPAREN) { - throw new ParserException("syntax error, illegal values clause"); + throw new ParserException("syntax error, illegal values clause. " + lexer.info()); } return this.methodRest(new SQLIdentifierExpr("VALUES"), true); case BINARY: @@ -244,17 +215,12 @@ public SQLExpr primary2() { SQLUnaryExpr binaryExpr = new SQLUnaryExpr(SQLUnaryOperator.BINARY, expr()); return primaryRest(binaryExpr); } - case CACHE: - case GROUP: - lexer.nextToken(); - return primaryRest(new SQLIdentifierExpr(lexer.stringVal())); default: return super.primary(); } } - public final SQLExpr primaryRest(SQLExpr expr) { if (expr == null) { throw new IllegalArgumentException("expr"); @@ -271,19 +237,19 @@ public final SQLExpr primaryRest(SQLExpr expr) { expr = new SQLHexExpr(charValue); return primaryRest(expr); - } else if (ident.equalsIgnoreCase("b")) { - String charValue = lexer.stringVal(); - lexer.nextToken(); - expr = new SQLBinaryExpr(charValue); - - return primaryRest(expr); +// } else if (ident.equalsIgnoreCase("b")) { +// String charValue = lexer.stringVal(); +// lexer.nextToken(); +// expr = new SQLBinaryExpr(charValue); +// +// return primaryRest(expr); } else if (ident.startsWith("_")) { String charValue = lexer.stringVal(); lexer.nextToken(); MySqlCharExpr mysqlCharExpr = new MySqlCharExpr(charValue); mysqlCharExpr.setCharset(identExpr.getName()); - if (identifierEquals("COLLATE")) { + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { lexer.nextToken(); String collate = lexer.stringVal(); @@ -296,21 +262,27 @@ public final SQLExpr primaryRest(SQLExpr expr) { return primaryRest(expr); } } else if (expr instanceof SQLCharExpr) { - SQLMethodInvokeExpr concat = new SQLMethodInvokeExpr("CONCAT"); - concat.addParameter(expr); + String text2 = ((SQLCharExpr) expr).getText(); do { String chars = lexer.stringVal(); - concat.addParameter(new SQLCharExpr(chars)); + text2 += chars; lexer.nextToken(); } while (lexer.token() == Token.LITERAL_CHARS || lexer.token() == Token.LITERAL_ALIAS); + expr = new SQLCharExpr(text2); + } else if (expr instanceof SQLVariantRefExpr) { + SQLMethodInvokeExpr concat = new SQLMethodInvokeExpr("CONCAT"); + concat.addArgument(expr); + concat.addArgument(this.primary()); expr = concat; + + return primaryRest(expr); } } else if (lexer.token() == Token.IDENTIFIER) { if (expr instanceof SQLHexExpr) { if ("USING".equalsIgnoreCase(lexer.stringVal())) { lexer.nextToken(); if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("syntax error, illegal hex"); + throw new ParserException("syntax error, illegal hex. " + lexer.info()); } String charSet = lexer.stringVal(); lexer.nextToken(); @@ -318,15 +290,16 @@ public final SQLExpr primaryRest(SQLExpr expr) { return primaryRest(expr); } - } else if ("COLLATE".equalsIgnoreCase(lexer.stringVal())) { + } else if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { lexer.nextToken(); if (lexer.token() == Token.EQ) { lexer.nextToken(); } - if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("syntax error"); + if (lexer.token() != Token.IDENTIFIER + && lexer.token() != Token.LITERAL_CHARS) { + throw new ParserException("syntax error. " + lexer.info()); } String collate = lexer.stringVal(); @@ -339,11 +312,12 @@ public final SQLExpr primaryRest(SQLExpr expr) { return primaryRest(expr); } else if (expr instanceof SQLVariantRefExpr) { - if ("COLLATE".equalsIgnoreCase(lexer.stringVal())) { + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { lexer.nextToken(); - if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("syntax error"); + if (lexer.token() != Token.IDENTIFIER + && lexer.token() != Token.LITERAL_CHARS) { + throw new ParserException("syntax error. " + lexer.info()); } String collate = lexer.stringVal(); @@ -351,246 +325,199 @@ public final SQLExpr primaryRest(SQLExpr expr) { expr.putAttribute("COLLATE", collate); - return primaryRest(expr); - } - } else if (expr instanceof SQLIntegerExpr) { - SQLIntegerExpr intExpr = (SQLIntegerExpr) expr; - String binaryString = lexer.stringVal(); - if (intExpr.getNumber().intValue() == 0 && binaryString.startsWith("b")) { - lexer.nextToken(); - expr = new SQLBinaryExpr(binaryString.substring(1)); - return primaryRest(expr); } } } - if (lexer.token() == Token.LPAREN && expr instanceof SQLIdentifierExpr) { - SQLIdentifierExpr identExpr = (SQLIdentifierExpr) expr; - String ident = identExpr.getName(); +// if (lexer.token() == Token.LPAREN && expr instanceof SQLIdentifierExpr) { +// SQLIdentifierExpr identExpr = (SQLIdentifierExpr) expr; +// String ident = identExpr.getName(); +// +// if ("POSITION".equalsIgnoreCase(ident)) { +// return parsePosition(); +// } +// } - if ("EXTRACT".equalsIgnoreCase(ident)) { - lexer.nextToken(); + if (lexer.token() == Token.VARIANT && "@".equals(lexer.stringVal())) { + return userNameRest(expr); + } - if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("syntax error"); - } + // + if (expr instanceof SQLMethodInvokeExpr && lexer.token() == Token.LBRACKET) { + lexer.nextToken(); + expr = bracketRest(expr); + return primaryRest(expr); + } - String unitVal = lexer.stringVal(); - MySqlIntervalUnit unit = MySqlIntervalUnit.valueOf(unitVal.toUpperCase()); - lexer.nextToken(); + if (lexer.token() == Token.ERROR) { + throw new ParserException("syntax error. " + lexer.info()); + } - accept(Token.FROM); + return super.primaryRest(expr); + } - SQLExpr value = expr(); + protected SQLExpr bracketRest(SQLExpr expr) { + Number index; - MySqlExtractExpr extract = new MySqlExtractExpr(); - extract.setValue(value); - extract.setUnit(unit); - accept(Token.RPAREN); + if (lexer.token() == Token.LITERAL_INT) { + index = lexer.integerValue(); + lexer.nextToken(); + } else { + throw new ParserException("error : " + lexer.stringVal()); + } - expr = extract; + if (expr instanceof SQLMethodInvokeExpr) { + SQLMethodInvokeExpr methodInvokeExpr = (SQLMethodInvokeExpr) expr; + methodInvokeExpr.getParameters().add(new SQLIntegerExpr(index)); + } + lexer.nextToken(); + expr = primaryRest(expr); + return expr; + } - return primaryRest(expr); - } else if ("SUBSTRING".equalsIgnoreCase(ident)) { - lexer.nextToken(); - SQLMethodInvokeExpr methodInvokeExpr = new SQLMethodInvokeExpr(ident); - for (; ; ) { - SQLExpr param = expr(); - methodInvokeExpr.addParameter(param); + public SQLName userName() { + SQLName name = this.name(); + if (lexer.token() == Token.LPAREN && name.hashCode64() == FnvHash.Constants.CURRENT_USER) { + lexer.nextToken(); + accept(Token.RPAREN); + return name; + } - if (lexer.token() == Token.COMMA) { - lexer.nextToken(); - continue; - } else if (lexer.token() == Token.FROM) { - lexer.nextToken(); - SQLExpr from = expr(); - methodInvokeExpr.addParameter(from); - - if (lexer.token() == Token.FOR) { - lexer.nextToken(); - SQLExpr forExpr = expr(); - methodInvokeExpr.addParameter(forExpr); - } - break; - } else if (lexer.token() == Token.RPAREN) { - break; - } else { - throw new ParserException("syntax error"); - } - } + return (SQLName) userNameRest(name); + } - accept(Token.RPAREN); - expr = methodInvokeExpr; + private SQLExpr userNameRest(SQLExpr expr) { + if (lexer.token() != Token.VARIANT || !lexer.stringVal().startsWith("@")) { + return expr; + } - return primaryRest(expr); - } else if ("TRIM".equalsIgnoreCase(ident)) { - lexer.nextToken(); - SQLMethodInvokeExpr methodInvokeExpr = new SQLMethodInvokeExpr(ident); + MySqlUserName userName = new MySqlUserName(); + if (expr instanceof SQLCharExpr) { + userName.setUserName(((SQLCharExpr) expr).toString()); + } else { + userName.setUserName(((SQLIdentifierExpr) expr).getName()); + } - if (lexer.token() == Token.IDENTIFIER) { - String flagVal = lexer.stringVal(); - if ("LEADING".equalsIgnoreCase(flagVal)) { - lexer.nextToken(); - methodInvokeExpr.getAttributes().put("TRIM_TYPE", "LEADING"); - } else if ("BOTH".equalsIgnoreCase(flagVal)) { - lexer.nextToken(); - methodInvokeExpr.getAttributes().put("TRIM_TYPE", "BOTH"); - } else if ("TRAILING".equalsIgnoreCase(flagVal)) { - lexer.nextToken(); - methodInvokeExpr.putAttribute("TRIM_TYPE", "TRAILING"); - } - } - SQLExpr param = expr(); - methodInvokeExpr.addParameter(param); + String strVal = lexer.stringVal(); + lexer.nextToken(); - if (lexer.token() == Token.FROM) { - lexer.nextToken(); - SQLExpr from = expr(); - methodInvokeExpr.putAttribute("FROM", from); - } + if (strVal.length() > 1) { + userName.setHost(strVal.substring(1)); + return userName; + } - accept(Token.RPAREN); - expr = methodInvokeExpr; + if (lexer.token() == Token.LITERAL_CHARS) { + userName.setHost("'" + lexer.stringVal() + "'"); + } else { + userName.setHost(lexer.stringVal()); + } + lexer.nextToken(); - return primaryRest(expr); - } else if ("MATCH".equalsIgnoreCase(ident)) { - lexer.nextToken(); - MySqlMatchAgainstExpr matchAgainstExpr = new MySqlMatchAgainstExpr(); + if (lexer.token() == Token.IDENTIFIED) { + Lexer.SavePoint mark = lexer.mark(); - if (lexer.token() == Token.RPAREN) { - lexer.nextToken(); + lexer.nextToken(); + if (lexer.token() == Token.BY) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.PASSWORD)) { + lexer.reset(mark); } else { - exprList(matchAgainstExpr.getColumns(), matchAgainstExpr); - accept(Token.RPAREN); + userName.setIdentifiedBy(lexer.stringVal()); + lexer.nextToken(); } + } else { + lexer.reset(mark); + } + } - acceptIdentifier("AGAINST"); - - accept(Token.LPAREN); - SQLExpr against = primary(); - matchAgainstExpr.setAgainst(against); + return userName; + } - if (lexer.token() == Token.IN) { - lexer.nextToken(); - if (identifierEquals("NATURAL")) { - lexer.nextToken(); - acceptIdentifier("LANGUAGE"); - acceptIdentifier("MODE"); - if (lexer.token() == Token.WITH) { - lexer.nextToken(); - acceptIdentifier("QUERY"); - acceptIdentifier("EXPANSION"); - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION); - } else { - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE); - } - } else if (identifierEquals("BOOLEAN")) { - lexer.nextToken(); - acceptIdentifier("MODE"); - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_BOOLEAN_MODE); - } else { - throw new ParserException("TODO"); - } - } else if (lexer.token() == Token.WITH) { - throw new ParserException("TODO"); - } + protected SQLExpr parsePosition() { - accept(Token.RPAREN); + SQLExpr subStr = this.primary(); + accept(Token.IN); + SQLExpr str = this.expr(); + accept(Token.RPAREN); - expr = matchAgainstExpr; + SQLMethodInvokeExpr locate = new SQLMethodInvokeExpr("LOCATE"); + locate.addParameter(subStr); + locate.addParameter(str); - return primaryRest(expr); - } else if ("CONVERT".equalsIgnoreCase(ident)) { - lexer.nextToken(); - SQLMethodInvokeExpr methodInvokeExpr = new SQLMethodInvokeExpr(ident); + return primaryRest(locate); + } - if (lexer.token() != Token.RPAREN) { - exprList(methodInvokeExpr.getParameters(), methodInvokeExpr); - } + protected SQLExpr parseExtract() { + SQLExpr expr; + if (lexer.token() != Token.IDENTIFIER) { + throw new ParserException("syntax error. " + lexer.info()); + } - if (identifierEquals("USING")) { - lexer.nextToken(); - if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("syntax error"); - } - String charset = lexer.stringVal(); - lexer.nextToken(); - methodInvokeExpr.putAttribute("USING", charset); - } + String unitVal = lexer.stringVal(); + SQLIntervalUnit unit = SQLIntervalUnit.valueOf(unitVal.toUpperCase()); + lexer.nextToken(); - accept(Token.RPAREN); + accept(Token.FROM); - expr = methodInvokeExpr; + SQLExpr value = expr(); - return primaryRest(expr); - } else if ("POSITION".equalsIgnoreCase(ident)) { - accept(Token.LPAREN); - SQLExpr subStr = this.primary(); - accept(Token.IN); - SQLExpr str = this.expr(); - accept(Token.RPAREN); + MySqlExtractExpr extract = new MySqlExtractExpr(); + extract.setValue(value); + extract.setUnit(unit); + accept(Token.RPAREN); - SQLMethodInvokeExpr locate = new SQLMethodInvokeExpr("LOCATE"); - locate.addParameter(subStr); - locate.addParameter(str); + expr = extract; - expr = locate; - return primaryRest(expr); - } - } + return primaryRest(expr); + } - if (lexer.token() == Token.VARIANT && "@".equals(lexer.stringVal())) { - lexer.nextToken(); - MySqlUserName userName = new MySqlUserName(); - if (expr instanceof SQLCharExpr) { - userName.setUserName(((SQLCharExpr) expr).toString()); - } else { - userName.setUserName(((SQLIdentifierExpr) expr).getName()); - } + protected SQLExpr parseMatch() { - if (lexer.token() == Token.LITERAL_CHARS) { - userName.setHost("'" + lexer.stringVal() + "'"); - } else { - userName.setHost(lexer.stringVal()); - } - lexer.nextToken(); - return userName; - } + MySqlMatchAgainstExpr matchAgainstExpr = new MySqlMatchAgainstExpr(); - // - if (expr instanceof SQLMethodInvokeExpr && lexer.token() == Token.LBRACKET) { + if (lexer.token() == Token.RPAREN) { lexer.nextToken(); - expr = bracketRest(expr); - return primaryRest(expr); + } else { + exprList(matchAgainstExpr.getColumns(), matchAgainstExpr); + accept(Token.RPAREN); } - if (lexer.token() == Token.ERROR) { - throw new ParserException("syntax error, token: " + lexer.token() + " " + lexer.stringVal() + ", pos : " - + lexer.pos()); - } + acceptIdentifier("AGAINST"); - return super.primaryRest(expr); - } - - protected SQLExpr bracketRest(SQLExpr expr) { - Number index; + accept(Token.LPAREN); + SQLExpr against = primary(); + matchAgainstExpr.setAgainst(against); - if (lexer.token() == Token.LITERAL_INT) { - index = lexer.integerValue(); + if (lexer.token() == Token.IN) { lexer.nextToken(); - } else { - throw new ParserException("error : " + lexer.stringVal()); + if (lexer.identifierEquals(FnvHash.Constants.NATURAL)) { + lexer.nextToken(); + acceptIdentifier("LANGUAGE"); + acceptIdentifier("MODE"); + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("QUERY"); + acceptIdentifier("EXPANSION"); + matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION); + } else { + matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE); + } + } else if (lexer.identifierEquals(FnvHash.Constants.BOOLEAN)) { + lexer.nextToken(); + acceptIdentifier("MODE"); + matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_BOOLEAN_MODE); + } else { + throw new ParserException("syntax error. " + lexer.info()); + } + } else if (lexer.token() == Token.WITH) { + throw new ParserException("TODO. " + lexer.info()); } - if (expr instanceof SQLMethodInvokeExpr) { - SQLMethodInvokeExpr methodInvokeExpr = (SQLMethodInvokeExpr) expr; - methodInvokeExpr.getParameters().add(new SQLIntegerExpr(index)); - } - lexer.nextToken(); - expr = primaryRest(expr); - return expr; + accept(Token.RPAREN); + + return primaryRest(matchAgainstExpr); } public SQLSelectParser createSelectParser() { @@ -610,30 +537,55 @@ protected SQLExpr parseInterval() { accept(Token.RPAREN); - return primaryRest(methodInvokeExpr); + // + + if (methodInvokeExpr.getParameters().size() == 1 // + && lexer.token() == Token.IDENTIFIER) { + SQLExpr value = methodInvokeExpr.getParameters().get(0); + String unit = lexer.stringVal(); + lexer.nextToken(); + + SQLIntervalExpr intervalExpr = new SQLIntervalExpr(); + intervalExpr.setValue(value); + intervalExpr.setUnit(SQLIntervalUnit.valueOf(unit.toUpperCase())); + return intervalExpr; + } else { + return primaryRest(methodInvokeExpr); + } } else { SQLExpr value = expr(); if (lexer.token() != Token.IDENTIFIER) { - throw new ParserException("Syntax error"); + throw new ParserException("Syntax error. " + lexer.info()); } String unit = lexer.stringVal(); lexer.nextToken(); - MySqlIntervalExpr intervalExpr = new MySqlIntervalExpr(); + SQLIntervalExpr intervalExpr = new SQLIntervalExpr(); intervalExpr.setValue(value); - intervalExpr.setUnit(MySqlIntervalUnit.valueOf(unit.toUpperCase())); + intervalExpr.setUnit(SQLIntervalUnit.valueOf(unit.toUpperCase())); return intervalExpr; } } public SQLColumnDefinition parseColumn() { - MySqlSQLColumnDefinition column = new MySqlSQLColumnDefinition(); + SQLColumnDefinition column = new SQLColumnDefinition(); + column.setDbType(dbType); column.setName(name()); column.setDataType(parseDataType()); + if (lexer.identifierEquals(FnvHash.Constants.GENERATED)) { + lexer.nextToken(); + acceptIdentifier("ALWAYS"); + accept(Token.AS); + accept(Token.LPAREN); + SQLExpr expr = this.expr(); + accept(Token.RPAREN); + column.setGeneratedAlawsAs(expr); + } + return parseColumnRest(column); } @@ -642,91 +594,97 @@ public SQLColumnDefinition parseColumnRest(SQLColumnDefinition column) { lexer.nextToken(); accept(Token.UPDATE); SQLExpr expr = this.expr(); - ((MySqlSQLColumnDefinition) column).setOnUpdate(expr); + column.setOnUpdate(expr); } - if (identifierEquals("AUTO_INCREMENT")) { + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + lexer.nextToken(); + accept(Token.SET); + MySqlCharExpr charSetCollateExpr=new MySqlCharExpr(); + charSetCollateExpr.setCharset(lexer.stringVal()); lexer.nextToken(); - if (column instanceof MySqlSQLColumnDefinition) { - ((MySqlSQLColumnDefinition) column).setAutoIncrement(true); + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + charSetCollateExpr.setCollate(lexer.stringVal()); + lexer.nextToken(); } + column.setCharsetExpr(charSetCollateExpr); return parseColumnRest(column); } - if (identifierEquals("precision") && column.getDataType().getName().equalsIgnoreCase("double")) { + if (lexer.identifierEquals(FnvHash.Constants.CHARSET)) { lexer.nextToken(); + MySqlCharExpr charSetCollateExpr=new MySqlCharExpr(); + charSetCollateExpr.setCharset(lexer.stringVal()); + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + charSetCollateExpr.setCollate(lexer.stringVal()); + lexer.nextToken(); + } + column.setCharsetExpr(charSetCollateExpr); + return parseColumnRest(column); } - - if (identifierEquals("PARTITION")) { - throw new ParserException("syntax error " + lexer.token() + " " + lexer.stringVal()); + if (lexer.identifierEquals(FnvHash.Constants.AUTO_INCREMENT)) { + lexer.nextToken(); + column.setAutoIncrement(true); + return parseColumnRest(column); } - if (identifierEquals("STORAGE")) { + if (lexer.identifierEquals(FnvHash.Constants.PRECISION) + && column.getDataType().nameHashCode64() ==FnvHash.Constants.DOUBLE) { lexer.nextToken(); - SQLExpr expr = expr(); - if (column instanceof MySqlSQLColumnDefinition) { - ((MySqlSQLColumnDefinition) column).setStorage(expr); - } } - super.parseColumnRest(column); + if (lexer.token() == Token.PARTITION) { + throw new ParserException("syntax error " + lexer.info()); + } - return column; - } + if (lexer.identifierEquals(FnvHash.Constants.STORAGE)) { + lexer.nextToken(); + SQLExpr expr = expr(); + column.setStorage(expr); + } - protected SQLDataType parseDataTypeRest(SQLDataType dataType) { - super.parseDataTypeRest(dataType); + if (lexer.token() == Token.AS) { + lexer.nextToken(); + accept(Token.LPAREN); + SQLExpr expr = expr(); + column.setAsExpr(expr); + accept(Token.RPAREN); + } - if (identifierEquals("UNSIGNED")) { + if (lexer.identifierEquals(FnvHash.Constants.STORED)) { lexer.nextToken(); - dataType.getAttributes().put("UNSIGNED", true); + column.setStored(true); } - if (identifierEquals("ZEROFILL")) { + if (lexer.identifierEquals(FnvHash.Constants.VIRTUAL)) { lexer.nextToken(); - dataType.getAttributes().put("ZEROFILL", true); + column.setVirtual(true); } - return dataType; + super.parseColumnRest(column); + + return column; } - public SQLExpr orRest(SQLExpr expr) { + protected SQLDataType parseDataTypeRest(SQLDataType dataType) { + super.parseDataTypeRest(dataType); - for (; ; ) { - if (lexer.token() == Token.OR || lexer.token() == Token.BARBAR) { + for (;;) { + if (lexer.identifierEquals(FnvHash.Constants.UNSIGNED)) { lexer.nextToken(); - SQLExpr rightExp = and(); - - expr = new SQLBinaryOpExpr(expr, SQLBinaryOperator.BooleanOr, rightExp, JdbcConstants.MYSQL); - } else if (lexer.token() == Token.XOR) { + ((SQLDataTypeImpl) dataType).setUnsigned(true); + } else if (lexer.identifierEquals(FnvHash.Constants.ZEROFILL)) { lexer.nextToken(); - SQLExpr rightExp = and(); - - expr = new SQLBinaryOpExpr(expr, SQLBinaryOperator.BooleanXor, rightExp, JdbcConstants.MYSQL); + ((SQLDataTypeImpl) dataType).setZerofill(true); } else { break; } } - return expr; - } - - public SQLExpr additiveRest(SQLExpr expr) { - if (lexer.token() == Token.PLUS) { - lexer.nextToken(); - SQLExpr rightExp = multiplicative(); - - expr = new SQLBinaryOpExpr(expr, SQLBinaryOperator.Add, rightExp, JdbcConstants.MYSQL); - expr = additiveRest(expr); - } else if (lexer.token() == Token.SUB) { - lexer.nextToken(); - SQLExpr rightExp = multiplicative(); - - expr = new SQLBinaryOpExpr(expr, SQLBinaryOperator.Subtract, rightExp, JdbcConstants.MYSQL); - expr = additiveRest(expr); - } - - return expr; + return dataType; } public SQLAssignItem parseAssignItem() { @@ -735,25 +693,67 @@ public SQLAssignItem parseAssignItem() { SQLExpr var = primary(); String ident = null; + long identHash = 0; if (var instanceof SQLIdentifierExpr) { - ident = ((SQLIdentifierExpr) var).getName(); + SQLIdentifierExpr identExpr = (SQLIdentifierExpr) var; + ident = identExpr.getName(); + identHash = identExpr.hashCode64(); - if ("GLOBAL".equalsIgnoreCase(ident)) { + if (identHash == FnvHash.Constants.GLOBAL) { ident = lexer.stringVal(); lexer.nextToken(); var = new SQLVariantRefExpr(ident, true); - } else if ("SESSION".equalsIgnoreCase(ident)) { + } else if (identHash == FnvHash.Constants.SESSION) { ident = lexer.stringVal(); lexer.nextToken(); - var = new SQLVariantRefExpr(ident, false); + var = new SQLVariantRefExpr(ident, false, true); } else { var = new SQLVariantRefExpr(ident); } } - if ("NAMES".equalsIgnoreCase(ident)) { - // skip - } else if ("CHARACTER".equalsIgnoreCase(ident)) { + if (identHash == FnvHash.Constants.NAMES) { + String charset = lexer.stringVal(); + + SQLExpr varExpr = null; + boolean chars = false; + final Token token = lexer.token(); + if (token == Token.IDENTIFIER) { + lexer.nextToken(); + } else if (token == Token.DEFAULT) { + charset = "DEFAULT"; + lexer.nextToken(); + } else if (token == Token.QUES) { + varExpr = new SQLVariantRefExpr("?"); + lexer.nextToken(); + } else { + chars = true; + accept(Token.LITERAL_CHARS); + } + + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + MySqlCharExpr charsetExpr = new MySqlCharExpr(charset); + lexer.nextToken(); + + String collate = lexer.stringVal(); + lexer.nextToken(); + charsetExpr.setCollate(collate); + + item.setValue(charsetExpr); + } else { + if (varExpr != null) { + item.setValue(varExpr); + } else { + item.setValue(chars + ? new SQLCharExpr(charset) + : new SQLIdentifierExpr(charset) + ); + } + } + + item.setTarget(var); + return item; + } else if (identHash == FnvHash.Constants.CHARACTER) { var = new SQLIdentifierExpr("CHARACTER SET"); accept(Token.SET); if (lexer.token() == Token.EQ) { @@ -767,7 +767,12 @@ public SQLAssignItem parseAssignItem() { } } - item.setValue(this.expr()); + if (lexer.token() == Token.ON) { + lexer.nextToken(); + item.setValue(new SQLIdentifierExpr("ON")); + } else { + item.setValue(this.expr()); + } item.setTarget(var); return item; @@ -785,33 +790,17 @@ public SQLName nameRest(SQLName name) { userName.setHost(lexer.stringVal()); } lexer.nextToken(); - return userName; - } - return super.nameRest(name); - } - - public MySqlSelectQueryBlock.Limit parseLimit() { - if (lexer.token() == Token.LIMIT) { - lexer.nextToken(); - - MySqlSelectQueryBlock.Limit limit = new MySqlSelectQueryBlock.Limit(); - SQLExpr temp = this.expr(); - if (lexer.token() == (Token.COMMA)) { - limit.setOffset(temp); + if (lexer.token() == Token.IDENTIFIED) { lexer.nextToken(); - limit.setRowCount(this.expr()); - } else if (identifierEquals("OFFSET")) { - limit.setRowCount(temp); + accept(Token.BY); + userName.setIdentifiedBy(lexer.stringVal()); lexer.nextToken(); - limit.setOffset(this.expr()); - } else { - limit.setRowCount(temp); } - return limit; - } - return null; + return userName; + } + return super.nameRest(name); } @Override @@ -821,15 +810,26 @@ public MySqlPrimaryKey parsePrimaryKey() { MySqlPrimaryKey primaryKey = new MySqlPrimaryKey(); - if (identifierEquals("USING")) { + if (lexer.identifierEquals(FnvHash.Constants.USING)) { lexer.nextToken(); primaryKey.setIndexType(lexer.stringVal()); lexer.nextToken(); } + if (lexer.token() != Token.LPAREN) { + SQLName name = this.name(); + primaryKey.setName(name); + } + accept(Token.LPAREN); - for (; ; ) { - primaryKey.getColumns().add(this.expr()); + for (;;) { + SQLExpr expr; + if (lexer.token() == Token.LITERAL_ALIAS) { + expr = this.name(); + } else { + expr = this.expr(); + } + primaryKey.addColumn(expr); if (!(lexer.token() == (Token.COMMA))) { break; } else { @@ -838,6 +838,12 @@ public MySqlPrimaryKey parsePrimaryKey() { } accept(Token.RPAREN); + if (lexer.identifierEquals(FnvHash.Constants.USING)) { + lexer.nextToken(); + primaryKey.setIndexType(lexer.stringVal()); + lexer.nextToken(); + } + return primaryKey; } @@ -856,12 +862,27 @@ public MySqlUnique parseUnique() { if (lexer.token() != Token.LPAREN) { SQLName indexName = name(); - unique.setIndexName(indexName); + unique.setName(indexName); + } + + //5.5语法 USING BTREE 放在index 名字后 + if (lexer.identifierEquals(FnvHash.Constants.USING)) { + lexer.nextToken(); + unique.setIndexType(lexer.stringVal()); + lexer.nextToken(); } accept(Token.LPAREN); - for (; ; ) { - unique.getColumns().add(this.expr()); + for (;;) { + SQLExpr column = this.expr(); + if (lexer.token() == Token.ASC) { + column = new MySqlOrderingExpr(column, SQLOrderingSpecification.ASC); + lexer.nextToken(); + } else if (lexer.token() == Token.DESC) { + column = new MySqlOrderingExpr(column, SQLOrderingSpecification.DESC); + lexer.nextToken(); + } + unique.addColumn(column); if (!(lexer.token() == (Token.COMMA))) { break; } else { @@ -870,12 +891,21 @@ public MySqlUnique parseUnique() { } accept(Token.RPAREN); - if (identifierEquals("USING")) { + if (lexer.identifierEquals(FnvHash.Constants.USING)) { lexer.nextToken(); unique.setIndexType(lexer.stringVal()); lexer.nextToken(); } + if (lexer.identifierEquals(FnvHash.Constants.KEY_BLOCK_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr value = this.primary(); + unique.setKeyBlockSize(value); + } + return unique; } @@ -891,7 +921,7 @@ public MysqlForeignKey parseForeignKey() { } accept(Token.LPAREN); - this.names(fk.getReferencingColumns()); + this.names(fk.getReferencingColumns(), fk); accept(Token.RPAREN); accept(Token.REFERENCES); @@ -902,45 +932,39 @@ public MysqlForeignKey parseForeignKey() { this.names(fk.getReferencedColumns()); accept(Token.RPAREN); - if (identifierEquals("MATCH")) { - if (identifierEquals("FULL")) { - fk.setReferenceMatch(MysqlForeignKey.Match.FULL); - } else if (identifierEquals("PARTIAL")) { - fk.setReferenceMatch(MysqlForeignKey.Match.PARTIAL); - } else if (identifierEquals("SIMPLE")) { - fk.setReferenceMatch(MysqlForeignKey.Match.SIMPLE); + if (lexer.identifierEquals(FnvHash.Constants.MATCH)) { + lexer.nextToken(); + if (lexer.identifierEquals("FULL") || lexer.token() == Token.FULL) { + fk.setReferenceMatch(SQLForeignKeyImpl.Match.FULL); + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.PARTIAL)) { + fk.setReferenceMatch(SQLForeignKeyImpl.Match.PARTIAL); + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.SIMPLE)) { + fk.setReferenceMatch(SQLForeignKeyImpl.Match.SIMPLE); + lexer.nextToken(); + } else { + throw new ParserException("TODO : " + lexer.info()); } } - if (lexer.token() == Token.ON) { + while (lexer.token() == Token.ON) { lexer.nextToken(); + if (lexer.token() == Token.DELETE) { - fk.setReferenceOn(MysqlForeignKey.On.DELETE); + lexer.nextToken(); + + SQLForeignKeyImpl.Option option = parseReferenceOption(); + fk.setOnDelete(option); } else if (lexer.token() == Token.UPDATE) { - fk.setReferenceOn(MysqlForeignKey.On.UPDATE); + lexer.nextToken(); + + SQLForeignKeyImpl.Option option = parseReferenceOption(); + fk.setOnUpdate(option); } else { throw new ParserException("syntax error, expect DELETE or UPDATE, actual " + lexer.token() + " " - + lexer.stringVal()); + + lexer.info()); } - lexer.nextToken(); - - if (lexer.token() == Token.RESTRICT) { - fk.setReferenceOption(MysqlForeignKey.Option.RESTRICT); - } else if (identifierEquals("CASCADE")) { - fk.setReferenceOption(MysqlForeignKey.Option.CASCADE); - } else if (lexer.token() == Token.SET) { - accept(Token.NULL); - fk.setReferenceOption(MysqlForeignKey.Option.SET_NULL); - } else if (identifierEquals("ON")) { - lexer.nextToken(); - if (identifierEquals("ACTION")) { - fk.setReferenceOption(MysqlForeignKey.Option.NO_ACTION); - } else { - throw new ParserException("syntax error, expect ACTION, actual " + lexer.token() + " " - + lexer.stringVal()); - } - } - lexer.nextToken(); } return fk; } @@ -950,18 +974,19 @@ protected SQLAggregateExpr parseAggregateExprRest(SQLAggregateExpr aggregateExpr SQLOrderBy orderBy = this.parseOrderBy(); aggregateExpr.putAttribute("ORDER BY", orderBy); } - if (identifierEquals("SEPARATOR")) { + if (lexer.identifierEquals(FnvHash.Constants.SEPARATOR)) { lexer.nextToken(); SQLExpr seperator = this.primary(); + seperator.setParent(aggregateExpr); aggregateExpr.putAttribute("SEPARATOR", seperator); } return aggregateExpr; } - public MySqlSelectGroupByExpr parseSelectGroupByItem() { - MySqlSelectGroupByExpr item = new MySqlSelectGroupByExpr(); + public MySqlOrderingExpr parseSelectGroupByItem() { + MySqlOrderingExpr item = new MySqlOrderingExpr(); item.setExpr(expr()); @@ -976,4 +1001,107 @@ public MySqlSelectGroupByExpr parseSelectGroupByItem() { return item; } + public SQLPartition parsePartition() { + accept(Token.PARTITION); + + SQLPartition partitionDef = new SQLPartition(); + + partitionDef.setName(this.name()); + + SQLPartitionValue values = this.parsePartitionValues(); + if (values != null) { + partitionDef.setValues(values); + } + + for (;;) { + boolean storage = false; + if (lexer.identifierEquals(FnvHash.Constants.DATA)) { + lexer.nextToken(); + acceptIdentifier("DIRECTORY"); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + partitionDef.setDataDirectory(this.expr()); + } else if (lexer.token() == Token.TABLESPACE) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLName tableSpace = this.name(); + partitionDef.setTablespace(tableSpace); + } else if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + acceptIdentifier("DIRECTORY"); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + partitionDef.setIndexDirectory(this.expr()); + } else if (lexer.identifierEquals(FnvHash.Constants.MAX_ROWS)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr maxRows = this.primary(); + partitionDef.setMaxRows(maxRows); + } else if (lexer.identifierEquals(FnvHash.Constants.MIN_ROWS)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr minRows = this.primary(); + partitionDef.setMaxRows(minRows); + } else if (lexer.identifierEquals(FnvHash.Constants.ENGINE) || // + (storage = (lexer.token() == Token.STORAGE || lexer.identifierEquals(FnvHash.Constants.STORAGE)))) { + if (storage) { + lexer.nextToken(); + } + acceptIdentifier("ENGINE"); + + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + + SQLName engine = this.name(); + partitionDef.setEngine(engine); + } else if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr comment = this.primary(); + partitionDef.setComment(comment); + } else { + break; + } + } + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + + for (;;) { + acceptIdentifier("SUBPARTITION"); + + SQLName subPartitionName = this.name(); + SQLSubPartition subPartition = new SQLSubPartition(); + subPartition.setName(subPartitionName); + + partitionDef.addSubPartition(subPartition); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + accept(Token.RPAREN); + } + return partitionDef; + } + + protected SQLExpr parseAliasExpr(String alias) { + String chars = alias.substring(1, alias.length() - 1); + return new SQLCharExpr(chars); + } + } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java index cc0d190d..f3b76a6a 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java @@ -1,109 +1,180 @@ package org.nlpcn.es4sql.parse; import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.SQLName; +import com.alibaba.druid.sql.ast.SQLObject; import com.alibaba.druid.sql.ast.SQLSetQuantifier; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLListExpr; import com.alibaba.druid.sql.ast.expr.SQLLiteralExpr; -import com.alibaba.druid.sql.ast.statement.*; -import com.alibaba.druid.sql.dialect.mysql.ast.*; +import com.alibaba.druid.sql.ast.statement.SQLExprTableSource; +import com.alibaba.druid.sql.ast.statement.SQLSelect; +import com.alibaba.druid.sql.ast.statement.SQLSelectItem; +import com.alibaba.druid.sql.ast.statement.SQLSelectQuery; +import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; +import com.alibaba.druid.sql.ast.statement.SQLSubqueryTableSource; +import com.alibaba.druid.sql.ast.statement.SQLTableSource; +import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; +import com.alibaba.druid.sql.ast.statement.SQLUnionQueryTableSource; +import com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem; +import com.alibaba.druid.sql.dialect.mysql.ast.MySqlForceIndexHint; +import com.alibaba.druid.sql.dialect.mysql.ast.MySqlIgnoreIndexHint; +import com.alibaba.druid.sql.dialect.mysql.ast.MySqlIndexHint; +import com.alibaba.druid.sql.dialect.mysql.ast.MySqlIndexHintImpl; +import com.alibaba.druid.sql.dialect.mysql.ast.MySqlUseIndexHint; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOutFileExpr; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectGroupBy; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlUnionQuery; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlUpdateStatement; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlUpdateTableSource; import com.alibaba.druid.sql.parser.ParserException; import com.alibaba.druid.sql.parser.SQLExprParser; +import com.alibaba.druid.sql.parser.SQLSelectListCache; import com.alibaba.druid.sql.parser.SQLSelectParser; import com.alibaba.druid.sql.parser.Token; +import com.alibaba.druid.util.FnvHash; + +import java.util.List; /** * Created by allwefantasy on 8/19/16. */ public class ElasticSqlSelectParser extends SQLSelectParser { + + protected boolean returningFlag = false; + protected MySqlUpdateStatement updateStmt; + public ElasticSqlSelectParser(SQLExprParser exprParser) { super(exprParser); } + public ElasticSqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache){ + super(exprParser, selectListCache); + } + public ElasticSqlSelectParser(String sql) { this(new ElasticSqlExprParser(sql)); } @Override - public SQLSelectQuery query() { - if (lexer.token() == (Token.LPAREN)) { + public void parseFrom(SQLSelectQueryBlock queryBlock) { + if (lexer.token() != Token.FROM) { + return; + } + + lexer.nextTokenIdent(); + + if (lexer.token() == Token.UPDATE) { // taobao returning to urgly syntax + updateStmt = this.parseUpdateStatment(); + List returnning = updateStmt.getReturning(); + for (SQLSelectItem item : queryBlock.getSelectList()) { + SQLExpr itemExpr = item.getExpr(); + itemExpr.setParent(updateStmt); + returnning.add(itemExpr); + } + returningFlag = true; + return; + } + + queryBlock.setFrom(parseTableSource()); + } + + @Override + public SQLSelectQuery query(SQLObject parent, boolean acceptUnion) { + if (lexer.token() == Token.LPAREN) { lexer.nextToken(); SQLSelectQuery select = query(); + select.setBracket(true); accept(Token.RPAREN); - return queryRest(select); + return queryRest(select, acceptUnion); } MySqlSelectQueryBlock queryBlock = new MySqlSelectQueryBlock(); + queryBlock.setParent(parent); - if (lexer.token() == Token.SELECT) { - lexer.nextToken(); + if (lexer.hasComment() && lexer.isKeepComments()) { + queryBlock.addBeforeComment(lexer.readAndResetComments()); + } - if (lexer.token() == Token.HINT) { - this.exprParser.parseHints(queryBlock.getHints()); + if (lexer.token() == Token.SELECT) { + if (selectListCache != null) { + selectListCache.match(lexer, queryBlock); } + } - if (lexer.token() == Token.COMMENT) { - lexer.nextToken(); + if (lexer.token() == Token.SELECT) { + lexer.nextTokenValue(); + + for(;;) { + if (lexer.token() == Token.HINT) { + this.exprParser.parseHints(queryBlock.getHints()); + } else { + break; + } } - if (lexer.token() == (Token.DISTINCT)) { + Token token = lexer.token(); + if (token == (Token.DISTINCT)) { queryBlock.setDistionOption(SQLSetQuantifier.DISTINCT); lexer.nextToken(); - } else if (identifierEquals("DISTINCTROW")) { + } else if (lexer.identifierEquals(FnvHash.Constants.DISTINCTROW)) { queryBlock.setDistionOption(SQLSetQuantifier.DISTINCTROW); lexer.nextToken(); - } else if (lexer.token() == (Token.ALL)) { + } else if (token == (Token.ALL)) { queryBlock.setDistionOption(SQLSetQuantifier.ALL); lexer.nextToken(); } - if (identifierEquals("HIGH_PRIORITY")) { + if (lexer.identifierEquals(FnvHash.Constants.HIGH_PRIORITY)) { queryBlock.setHignPriority(true); lexer.nextToken(); } - if (identifierEquals("STRAIGHT_JOIN")) { + if (lexer.identifierEquals(FnvHash.Constants.STRAIGHT_JOIN)) { queryBlock.setStraightJoin(true); lexer.nextToken(); } - if (identifierEquals("SQL_SMALL_RESULT")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_SMALL_RESULT)) { queryBlock.setSmallResult(true); lexer.nextToken(); } - if (identifierEquals("SQL_BIG_RESULT")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_BIG_RESULT)) { queryBlock.setBigResult(true); lexer.nextToken(); } - if (identifierEquals("SQL_BUFFER_RESULT")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_BUFFER_RESULT)) { queryBlock.setBufferResult(true); lexer.nextToken(); } - if (identifierEquals("SQL_CACHE")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_CACHE)) { queryBlock.setCache(true); lexer.nextToken(); } - if (identifierEquals("SQL_NO_CACHE")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_NO_CACHE)) { queryBlock.setCache(false); lexer.nextToken(); } - if (identifierEquals("SQL_CALC_FOUND_ROWS")) { + if (lexer.identifierEquals(FnvHash.Constants.SQL_CALC_FOUND_ROWS)) { queryBlock.setCalcFoundRows(true); lexer.nextToken(); } parseSelectList(queryBlock); + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + lexer.nextToken(); + accept(Token.PARTITION); + SQLName partition = this.exprParser.name(); + queryBlock.setForcePartition(partition); + } + parseInto(queryBlock); } @@ -111,17 +182,19 @@ public SQLSelectQuery query() { parseWhere(queryBlock); + parseHierachical(queryBlock); + parseGroupBy(queryBlock); queryBlock.setOrderBy(this.exprParser.parseOrderBy()); if (lexer.token() == Token.LIMIT) { - queryBlock.setLimit(parseLimit()); + queryBlock.setLimit(this.exprParser.parseLimit()); } if (lexer.token() == Token.PROCEDURE) { lexer.nextToken(); - throw new ParserException("TODO"); + throw new ParserException("TODO. " + lexer.info()); } parseInto(queryBlock); @@ -131,6 +204,15 @@ public SQLSelectQuery query() { accept(Token.UPDATE); queryBlock.setForUpdate(true); + + if (lexer.identifierEquals(FnvHash.Constants.NO_WAIT) || lexer.identifierEquals(FnvHash.Constants.NOWAIT)) { + lexer.nextToken(); + queryBlock.setNoWait(true); + } else if (lexer.identifierEquals(FnvHash.Constants.WAIT)) { + lexer.nextToken(); + SQLExpr waitTime = this.exprParser.primary(); + queryBlock.setWaitTime(waitTime); + } } if (lexer.token() == Token.LOCK) { @@ -141,14 +223,151 @@ public SQLSelectQuery query() { queryBlock.setLockInShareMode(true); } - return queryRest(queryBlock); + return queryRest(queryBlock, acceptUnion); + } + + @Override + public SQLTableSource parseTableSource() { + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + SQLTableSource tableSource; + if (lexer.token() == Token.SELECT || lexer.token() == Token.WITH) { + SQLSelect select = select(); + + accept(Token.RPAREN); + + SQLSelectQuery query = queryRest(select.getQuery()); + if (query instanceof SQLUnionQuery && select.getWithSubQuery() == null) { + select.getQuery().setBracket(true); + tableSource = new SQLUnionQueryTableSource((SQLUnionQuery) query); + } else { + tableSource = new SQLSubqueryTableSource(select); + } + } else if (lexer.token() == Token.LPAREN) { + tableSource = parseTableSource(); + accept(Token.RPAREN); + } else { + tableSource = parseTableSource(); + accept(Token.RPAREN); + } + + return parseTableSourceRest(tableSource); + } + + if(lexer.token() == Token.UPDATE) { + SQLTableSource tableSource = new MySqlUpdateTableSource(parseUpdateStatment()); + return parseTableSourceRest(tableSource); + } + + if (lexer.token() == Token.SELECT) { + throw new ParserException("TODO. " + lexer.info()); + } + + SQLExprTableSource tableReference = new SQLExprTableSource(); + + parseTableSourceQueryTableExpr(tableReference); + + SQLTableSource tableSrc = parseTableSourceRest(tableReference); + + if (lexer.hasComment() && lexer.isKeepComments()) { + tableSrc.addAfterComment(lexer.readAndResetComments()); + } + + return tableSrc; + } + + protected MySqlUpdateStatement parseUpdateStatment() { + MySqlUpdateStatement update = new MySqlUpdateStatement(); + + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + lexer.nextToken(); + update.setLowPriority(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + lexer.nextToken(); + update.setIgnore(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.COMMIT_ON_SUCCESS)) { + lexer.nextToken(); + update.setCommitOnSuccess(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.ROLLBACK_ON_FAIL)) { + lexer.nextToken(); + update.setRollBackOnFail(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.QUEUE_ON_PK)) { + lexer.nextToken(); + update.setQueryOnPk(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.TARGET_AFFECT_ROW)) { + lexer.nextToken(); + SQLExpr targetAffectRow = this.exprParser.expr(); + update.setTargetAffectRow(targetAffectRow); + } + + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + lexer.nextToken(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + acceptIdentifier("PARTITIONS"); + update.setForceAllPartitions(true); + } else if (lexer.identifierEquals(FnvHash.Constants.PARTITIONS)){ + lexer.nextToken(); + update.setForceAllPartitions(true); + } else if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLName partition = this.exprParser.name(); + update.setForcePartition(partition); + } else { + throw new ParserException("TODO. " + lexer.info()); + } + } + + while (lexer.token() == Token.HINT) { + this.exprParser.parseHints(update.getHints()); + } + + SQLSelectParser selectParser = this.exprParser.createSelectParser(); + SQLTableSource updateTableSource = selectParser.parseTableSource(); + update.setTableSource(updateTableSource); + + accept(Token.SET); + + for (;;) { + SQLUpdateSetItem item = this.exprParser.parseUpdateSetItem(); + update.addItem(item); + + if (lexer.token() != Token.COMMA) { + break; + } + + lexer.nextToken(); + } + + if (lexer.token() == (Token.WHERE)) { + lexer.nextToken(); + update.setWhere(this.exprParser.expr()); + } + + update.setOrderBy(this.exprParser.parseOrderBy()); + update.setLimit(this.exprParser.parseLimit()); + + return update; } protected void parseInto(SQLSelectQueryBlock queryBlock) { if (lexer.token() == (Token.INTO)) { lexer.nextToken(); - if (identifierEquals("OUTFILE")) { + if (lexer.identifierEquals("OUTFILE")) { lexer.nextToken(); MySqlOutFileExpr outFile = new MySqlOutFileExpr(); @@ -156,123 +375,121 @@ protected void parseInto(SQLSelectQueryBlock queryBlock) { queryBlock.setInto(outFile); - if (identifierEquals("FIELDS") || identifierEquals("COLUMNS")) { + if (lexer.identifierEquals("FIELDS") || lexer.identifierEquals("COLUMNS")) { lexer.nextToken(); - if (identifierEquals("TERMINATED")) { + if (lexer.identifierEquals("TERMINATED")) { lexer.nextToken(); accept(Token.BY); } - outFile.setColumnsTerminatedBy((SQLLiteralExpr) expr()); + outFile.setColumnsTerminatedBy(expr()); - if (identifierEquals("OPTIONALLY")) { + if (lexer.identifierEquals("OPTIONALLY")) { lexer.nextToken(); outFile.setColumnsEnclosedOptionally(true); } - if (identifierEquals("ENCLOSED")) { + if (lexer.identifierEquals("ENCLOSED")) { lexer.nextToken(); accept(Token.BY); outFile.setColumnsEnclosedBy((SQLLiteralExpr) expr()); } - if (identifierEquals("ESCAPED")) { + if (lexer.identifierEquals("ESCAPED")) { lexer.nextToken(); accept(Token.BY); outFile.setColumnsEscaped((SQLLiteralExpr) expr()); } } - if (identifierEquals("LINES")) { + if (lexer.identifierEquals("LINES")) { lexer.nextToken(); - if (identifierEquals("STARTING")) { + if (lexer.identifierEquals("STARTING")) { lexer.nextToken(); accept(Token.BY); outFile.setLinesStartingBy((SQLLiteralExpr) expr()); } else { - identifierEquals("TERMINATED"); + lexer.identifierEquals("TERMINATED"); lexer.nextToken(); accept(Token.BY); outFile.setLinesTerminatedBy((SQLLiteralExpr) expr()); } } } else { - queryBlock.setInto(this.exprParser.name()); - } - } - } - - protected void parseGroupBy(SQLSelectQueryBlock queryBlock) { - SQLSelectGroupByClause groupBy = null; - - if (lexer.token() == Token.GROUP) { - groupBy = new SQLSelectGroupByClause(); + SQLExpr intoExpr = this.exprParser.name(); + if (lexer.token() == Token.COMMA) { + SQLListExpr list = new SQLListExpr(); + list.addItem(intoExpr); - lexer.nextToken(); - accept(Token.BY); - - while (true) { - groupBy.addItem(this.getExprParser().parseSelectGroupByItem()); - if (!(lexer.token() == (Token.COMMA))) { - break; - } - lexer.nextToken(); - } - - if (lexer.token() == Token.WITH) { - lexer.nextToken(); - acceptIdentifier("ROLLUP"); + while (lexer.token() == Token.COMMA) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + list.addItem(name); + } - MySqlSelectGroupBy mySqlGroupBy = new MySqlSelectGroupBy(); - for (SQLExpr sqlExpr : groupBy.getItems()) { - mySqlGroupBy.addItem(sqlExpr); + intoExpr = list; } - mySqlGroupBy.setRollUp(true); - - groupBy = mySqlGroupBy; + queryBlock.setInto(intoExpr); } } + } - if (lexer.token() == Token.HAVING) { - lexer.nextToken(); + protected SQLTableSource primaryTableSourceRest(SQLTableSource tableSource) { + parseIndexHintList(tableSource); - if (groupBy == null) { - groupBy = new SQLSelectGroupByClause(); - } - groupBy.setHaving(this.exprParser.expr()); + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + accept(Token.LPAREN); + this.exprParser.names(((SQLExprTableSource) tableSource).getPartitions(), tableSource); + accept(Token.RPAREN); } - queryBlock.setGroupBy(groupBy); + return tableSource; } + @Override protected SQLTableSource parseTableSourceRest(SQLTableSource tableSource) { - if (identifierEquals("USING")) { + if (lexer.identifierEquals(FnvHash.Constants.USING)) { return tableSource; } + parseIndexHintList(tableSource); + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + accept(Token.LPAREN); + this.exprParser.names(((SQLExprTableSource) tableSource).getPartitions(), tableSource); + accept(Token.RPAREN); + } + + return super.parseTableSourceRest(tableSource); + } + + private void parseIndexHintList(SQLTableSource tableSource) { if (lexer.token() == Token.USE) { lexer.nextToken(); MySqlUseIndexHint hint = new MySqlUseIndexHint(); parseIndexHint(hint); tableSource.getHints().add(hint); + parseIndexHintList(tableSource); } - if (identifierEquals("IGNORE")) { + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { lexer.nextToken(); MySqlIgnoreIndexHint hint = new MySqlIgnoreIndexHint(); parseIndexHint(hint); tableSource.getHints().add(hint); + parseIndexHintList(tableSource); } - if (identifierEquals("FORCE")) { + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { lexer.nextToken(); MySqlForceIndexHint hint = new MySqlForceIndexHint(); parseIndexHint(hint); tableSource.getHints().add(hint); + parseIndexHintList(tableSource); } - - return super.parseTableSourceRest(tableSource); } private void parseIndexHint(MySqlIndexHintImpl hint) { @@ -309,23 +526,16 @@ private void parseIndexHint(MySqlIndexHintImpl hint) { accept(Token.RPAREN); } - protected MySqlUnionQuery createSQLUnionQuery() { - return new MySqlUnionQuery(); - } - + @Override public SQLUnionQuery unionRest(SQLUnionQuery union) { if (lexer.token() == Token.LIMIT) { - MySqlUnionQuery mysqlUnionQuery = (MySqlUnionQuery) union; - mysqlUnionQuery.setLimit(parseLimit()); + union.setLimit(this.exprParser.parseLimit()); } return super.unionRest(union); } - public MySqlSelectQueryBlock.Limit parseLimit() { - return ((ElasticSqlExprParser) this.exprParser).parseLimit(); - } - public ElasticSqlExprParser getExprParser() { return (ElasticSqlExprParser) exprParser; } + } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java deleted file mode 100644 index 58ff40ea..00000000 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java +++ /dev/null @@ -1,93 +0,0 @@ -package org.nlpcn.es4sql.parse; - -import com.alibaba.druid.sql.ast.SQLExpr; -import com.alibaba.druid.sql.ast.SQLOrderBy; -import com.alibaba.druid.sql.ast.statement.SQLTableSource; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; -import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; -import com.alibaba.druid.sql.parser.Lexer; -import com.alibaba.druid.sql.parser.ParserException; -import com.alibaba.druid.sql.parser.Token; - -public class ElasticSqlStatementParser extends MySqlStatementParser { - - private static final String LOW_PRIORITY = "LOW_PRIORITY"; - private static final String QUICK = "QUICK"; - private static final String IGNORE = "IGNORE"; - private static final String USING = "USING"; - - public ElasticSqlStatementParser(String sql) { - super(sql); - } - - public ElasticSqlStatementParser(Lexer lexer) { - super(lexer); - } - - @Override - public MySqlDeleteStatement parseDeleteStatement() { - ElasticSqlDeleteStatement deleteStatement = new ElasticSqlDeleteStatement(); - - if (lexer.token() == Token.DELETE) { - lexer.nextToken(); - - if (lexer.token() == Token.COMMENT) { - lexer.nextToken(); - } - - getExprParser().parseHints(deleteStatement.getHints()); - - if (identifierEquals(LOW_PRIORITY)) { - deleteStatement.setLowPriority(true); - lexer.nextToken(); - } - - if (identifierEquals(QUICK)) { - deleteStatement.setQuick(true); - lexer.nextToken(); - } - - if (identifierEquals(IGNORE)) { - deleteStatement.setIgnore(true); - lexer.nextToken(); - } - - if (lexer.token() == Token.IDENTIFIER) { - deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); - - if (lexer.token() == Token.FROM) { - lexer.nextToken(); - SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); - deleteStatement.setFrom(tableSource); - } - } else if (lexer.token() == Token.FROM) { - lexer.nextToken(); - deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); - } else { - throw new ParserException("syntax error"); - } - - if (identifierEquals(USING)) { - lexer.nextToken(); - - SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); - deleteStatement.setUsing(tableSource); - } - } - - if (lexer.token() == (Token.WHERE)) { - lexer.nextToken(); - SQLExpr where = this.exprParser.expr(); - deleteStatement.setWhere(where); - } - - if (lexer.token() == (Token.ORDER)) { - SQLOrderBy orderBy = exprParser.parseOrderBy(); - deleteStatement.setOrderBy(orderBy); - } - - deleteStatement.setLimit(parseLimit()); - - return deleteStatement; - } -} diff --git a/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java b/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java index 56d33a02..a02aafa3 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java @@ -1,6 +1,8 @@ package org.nlpcn.es4sql.parse; +import com.alibaba.druid.sql.ast.SQLExprImpl; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.visitor.SQLASTVisitor; /* @@ -24,16 +26,30 @@ * This is for tracking in group bys the difference between "group by state, age" and "group by (state), (age)". * For non group by identifiers, it acts as a normal SQLIdentifierExpr. */ -public class SQLParensIdentifierExpr extends SQLIdentifierExpr { +public class SQLParensIdentifierExpr extends SQLExprImpl { - public SQLParensIdentifierExpr() { + private SQLIdentifierExpr expr; + + public SQLParensIdentifierExpr(SQLIdentifierExpr expr) { + this.expr = new SQLIdentifierExpr(expr.getName()); } - public SQLParensIdentifierExpr(String name) { - super(name); + public SQLIdentifierExpr getExpr() { + return expr; } - public SQLParensIdentifierExpr(SQLIdentifierExpr expr) { - super(expr.getName()); + @Override + public boolean equals(Object o) { + throw new UnsupportedOperationException(); + } + + @Override + public int hashCode() { + throw new UnsupportedOperationException(); + } + + @Override + protected void accept0(SQLASTVisitor visitor) { + throw new UnsupportedOperationException(); } } diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index facfd251..780e7b87 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -1,21 +1,48 @@ package org.nlpcn.es4sql.parse; -import java.util.*; - -import com.alibaba.druid.sql.ast.expr.*; -import com.alibaba.druid.sql.ast.statement.*; -import com.alibaba.druid.sql.ast.*; -import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlSelectGroupByExpr; +import com.alibaba.druid.sql.ast.SQLCommentHint; +import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.SQLLimit; +import com.alibaba.druid.sql.ast.SQLOrderBy; +import com.alibaba.druid.sql.ast.SQLOrderingSpecification; +import com.alibaba.druid.sql.ast.expr.SQLCaseExpr; +import com.alibaba.druid.sql.ast.expr.SQLCharExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLListExpr; +import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; +import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; +import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; +import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; +import com.alibaba.druid.sql.ast.statement.SQLExprTableSource; +import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; +import com.alibaba.druid.sql.ast.statement.SQLSelectGroupByClause; +import com.alibaba.druid.sql.ast.statement.SQLSelectItem; +import com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem; +import com.alibaba.druid.sql.ast.statement.SQLTableSource; +import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; - - import org.elasticsearch.search.sort.ScriptSortBuilder; -import org.nlpcn.es4sql.domain.*; +import org.nlpcn.es4sql.domain.Condition; +import org.nlpcn.es4sql.domain.Delete; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.domain.From; +import org.nlpcn.es4sql.domain.JoinSelect; +import org.nlpcn.es4sql.domain.Query; +import org.nlpcn.es4sql.domain.Select; +import org.nlpcn.es4sql.domain.TableOnJoinSelect; +import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintFactory; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.multi.MultiQuerySelect; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + /** * es sql support @@ -93,9 +120,9 @@ public Delete parseDelete(SQLDeleteStatement deleteStatement) throws SqlParseExc delete.setWhere(whereParser.findWhere()); - delete.getHints().addAll(parseHints(((ElasticSqlDeleteStatement) deleteStatement).getHints())); + delete.getHints().addAll(parseHints(((MySqlDeleteStatement) deleteStatement).getHints())); - findLimit(((ElasticSqlDeleteStatement) deleteStatement).getLimit(), delete); + findLimit(((MySqlDeleteStatement) deleteStatement).getLimit(), delete); return delete; } @@ -125,8 +152,8 @@ private void findGroupBy(MySqlSelectQueryBlock query, Select select) throws SqlP List standardGroupBys = new ArrayList<>(); for (SQLExpr sqlExpr : items) { //todo: mysql expr patch - if (sqlExpr instanceof MySqlSelectGroupByExpr) { - MySqlSelectGroupByExpr sqlSelectGroupByExpr = (MySqlSelectGroupByExpr) sqlExpr; + if (sqlExpr instanceof MySqlOrderingExpr) { + MySqlOrderingExpr sqlSelectGroupByExpr = (MySqlOrderingExpr) sqlExpr; sqlExpr = sqlSelectGroupByExpr.getExpr(); } if ((sqlExpr instanceof SQLParensIdentifierExpr || !(sqlExpr instanceof SQLIdentifierExpr || sqlExpr instanceof SQLMethodInvokeExpr)) && !standardGroupBys.isEmpty()) { @@ -138,7 +165,7 @@ private void findGroupBy(MySqlSelectQueryBlock query, Select select) throws SqlP if (sqlExpr instanceof SQLParensIdentifierExpr) { // single item with parens (should get its own aggregation) - select.addGroupBy(FieldMaker.makeField(sqlExpr, null, sqlTableSource.getAlias())); + select.addGroupBy(FieldMaker.makeField(((SQLParensIdentifierExpr) sqlExpr).getExpr(), null, sqlTableSource.getAlias())); } else if (sqlExpr instanceof SQLListExpr) { // multiple items in their own list SQLListExpr listExpr = (SQLListExpr) sqlExpr; @@ -235,7 +262,7 @@ private ScriptSortBuilder.ScriptSortType judgeIsStringSort(SQLExpr expr) { return ScriptSortBuilder.ScriptSortType.NUMBER; } - private void findLimit(MySqlSelectQueryBlock.Limit limit, Query query) { + private void findLimit(SQLLimit limit, Query query) { if (limit == null) { return; @@ -320,7 +347,7 @@ private Map> splitAndFindOrder(SQLOrderBy ord return aliasToOrderBys; } - private void updateJoinLimit(MySqlSelectQueryBlock.Limit limit, JoinSelect joinSelect) { + private void updateJoinLimit(SQLLimit limit, JoinSelect joinSelect) { if (limit != null && limit.getRowCount() != null) { int sizeLimit = Integer.parseInt(limit.getRowCount().toString()); joinSelect.setTotalLimit(sizeLimit); diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 2d64ecb0..1265bb89 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -1,13 +1,16 @@ package org.nlpcn.es4sql.query; - import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; -import com.alibaba.druid.sql.parser.*; +import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; +import com.alibaba.druid.sql.parser.ParserException; +import com.alibaba.druid.sql.parser.SQLExprParser; +import com.alibaba.druid.sql.parser.SQLStatementParser; +import com.alibaba.druid.sql.parser.Token; import org.elasticsearch.client.Client; import org.elasticsearch.plugin.nlpcn.ElasticResultHandler; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; @@ -19,7 +22,6 @@ import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ElasticLexer; import org.nlpcn.es4sql.parse.ElasticSqlExprParser; -import org.nlpcn.es4sql.parse.ElasticSqlStatementParser; import org.nlpcn.es4sql.parse.SqlParser; import org.nlpcn.es4sql.parse.SubQueryExpression; import org.nlpcn.es4sql.query.join.ESJoinQueryActionFactory; @@ -123,7 +125,7 @@ private static QueryAction handleSelect(Client client, Select select) { private static SQLStatementParser createSqlStatementParser(String sql) { ElasticLexer lexer = new ElasticLexer(sql); lexer.nextToken(); - return new ElasticSqlStatementParser(lexer); + return new MySqlStatementParser(lexer); } private static boolean isJoin(SQLQueryExpr sqlExpr,String sql) { From 349242229902d52d594c456db6ac2d43a559dc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 12 May 2019 09:03:05 +0800 Subject: [PATCH 055/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4403fdb0..1723e676 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Elasticsearch-SQL **6.6.1** [![6.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.6.2** [![6.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.7.0** [![6.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.7.1** [![6.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -205,6 +206,7 @@ Versions | 6.6.1 | 6.6.1.0 | | elastic6.6.1 | | 6.6.2 | 6.6.2.0 | | elastic6.6.2 | | 6.7.0 | 6.7.0.0 | | elastic6.7.0 | +| 6.7.1 | 6.7.1.0 | | elastic6.7.1 | ### Elasticsearch 1.x ```` @@ -604,6 +606,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.7.0.0/elasticsearch-sql-6.7.0.0.zip ```` +### Elasticsearch 6.7.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.7.1.0/elasticsearch-sql-6.7.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From cb365695347a78fcee47f753ba4dd122682306d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 2 Jun 2019 18:55:58 +0800 Subject: [PATCH 056/266] es 6.7.2 support --- .travis.yml | 2 +- pom.xml | 4 +-- ...ticSearchDruidPooledPreparedStatement.java | 2 +- .../nlpcn/QueryActionElasticExecutor.java | 4 +-- .../executors/CSVResultRestExecutor.java | 6 ++-- .../nlpcn/executors/CSVResultsExtractor.java | 30 ++++++++++++++----- .../es4sql/jdbc/ObjectResultsExtractor.java | 20 +++++++++++-- .../nlpcn/es4sql/query/ESActionFactory.java | 9 ++++-- .../es4sql/CSVResultsExtractorTests.java | 2 +- src/test/java/org/nlpcn/es4sql/JDBCTests.java | 13 +++++--- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 2 +- 11 files changed, 68 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index 158702ce..55622537 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.1.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.2.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e505af33..3a5d84e8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.7.1.0 + 6.7.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.7.1 + 6.7.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index a4a25641..c6514dcd 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -91,7 +91,7 @@ private ObjectResult getObjectResult(boolean flat, String query, boolean include QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new ObjectResultsExtractor(includeScore, includeType, includeId, queryAction).extractResults(execution, flat); + return new ObjectResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat); } @Override diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index 10e33ca3..b0498285 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -23,7 +23,7 @@ public class QueryActionElasticExecutor { private static final Logger LOGGER = LogManager.getLogger(); - public static SearchHits executeSearchAction(DefaultQueryAction searchQueryAction) throws SqlParseException { + public static SearchResponse executeSearchAction(DefaultQueryAction searchQueryAction) throws SqlParseException { SqlElasticSearchRequestBuilder builder = searchQueryAction.explain(); SearchResponse resp = (SearchResponse) builder.get(); @@ -36,7 +36,7 @@ public static SearchHits executeSearchAction(DefaultQueryAction searchQueryActio LOGGER.warn("The failures that occurred during the search[{}]: {}", builder, Arrays.toString(resp.getShardFailures())); } - return resp.getHits(); + return resp; } public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryAction joinQueryAction) throws IOException, SqlParseException { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index 7ba8c055..49de0354 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -27,7 +27,8 @@ public void execute(Client client, Map params, QueryAction query boolean includeScore = getBooleanOrDefault(params,"_score",false); boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId).extractResults(queryResult,flat,separator); + boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId).extractResults(queryResult,flat,separator); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); @@ -49,7 +50,8 @@ public String execute(Client client, Map params, QueryAction que boolean includeScore = getBooleanOrDefault(params,"_score",false); boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId).extractResults(queryResult,flat,separator); + boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId).extractResults(queryResult,flat,separator); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index cf7d8dfc..c19b209e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -1,6 +1,7 @@ package org.elasticsearch.plugin.nlpcn.executors; import com.google.common.base.Joiner; +import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -25,12 +26,14 @@ public class CSVResultsExtractor { private final boolean includeType; private final boolean includeScore; - private final boolean indcludeId; + private final boolean includeId; + private final boolean includeScrollId; private int currentLineIndex; - public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean includeId) { + public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId) { this.includeScore = includeScore; this.includeType = includeType; - this.indcludeId = includeId; + this.includeId = includeId; + this.includeScrollId = includeScrollId; this.currentLineIndex = 0; } @@ -38,7 +41,7 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat if(queryResult instanceof SearchHits){ SearchHit[] hits = ((SearchHits) queryResult).getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, docsAsMap); + List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap); List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); return new CSVResult(headers,csvLines); } @@ -60,6 +63,13 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat return new CSVResult(headers,csvLines); } + if (queryResult instanceof SearchResponse) { + SearchHit[] hits = ((SearchResponse) queryResult).getHits().getHits(); + List> docsAsMap = new ArrayList<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); + List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); + return new CSVResult(headers, csvLines); + } return null; } @@ -247,7 +257,7 @@ private List createCSVLinesFromDocs(boolean flat, String separator, List return csvLines; } - private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, List> docsAsMap) { + private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { Set csvHeaders = new HashSet<>(); for(SearchHit hit : hits){ Map doc = hit.getSourceAsMap(); @@ -256,7 +266,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, doc.put(searchHitField.getName(),searchHitField.getValue()); } mergeHeaders(csvHeaders, doc, flat); - if(this.indcludeId){ + if(this.includeId){ doc.put("_id", hit.getId()); } if(this.includeScore){ @@ -265,10 +275,13 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if(this.includeType){ doc.put("_type",hit.getType()); } + if (this.includeScrollId) { + doc.put("_scroll_id", scrollId); + } docsAsMap.add(doc); } ArrayList headersList = new ArrayList<>(csvHeaders); - if (this.indcludeId){ + if (this.includeId){ headersList.add("_id"); } if (this.includeScore){ @@ -277,6 +290,9 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeType){ headersList.add("_type"); } + if (this.includeScrollId) { + headersList.add("_scroll_id"); + } return headersList; } diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index 52a3a598..2e332cec 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.jdbc; +import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -26,13 +27,15 @@ public class ObjectResultsExtractor { private final boolean includeType; private final boolean includeScore; private final boolean includeId; + private final boolean includeScrollId; private int currentLineIndex; private QueryAction queryAction; - public ObjectResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, QueryAction queryAction) { + public ObjectResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { this.includeScore = includeScore; this.includeType = includeType; this.includeId = includeId; + this.includeScrollId = includeScrollId; this.currentLineIndex = 0; this.queryAction = queryAction; } @@ -41,7 +44,7 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje if (queryResult instanceof SearchHits) { SearchHit[] hits = ((SearchHits) queryResult).getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, docsAsMap); + List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap); List> lines = createLinesFromDocs(flat, docsAsMap, headers); return new ObjectResult(headers, lines); } @@ -62,6 +65,13 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje return new ObjectResult(headers, lines); } + if (queryResult instanceof SearchResponse) { + SearchHit[] hits = ((SearchResponse) queryResult).getHits().getHits(); + List> docsAsMap = new ArrayList<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); + List> lines = createLinesFromDocs(flat, docsAsMap, headers); + return new ObjectResult(headers, lines); + } return null; } @@ -247,11 +257,12 @@ private List> createLinesFromDocs(boolean flat, List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, List> docsAsMap) { + private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { Set headers = new LinkedHashSet<>(); if (this.queryAction instanceof DefaultQueryAction) { headers.addAll(((DefaultQueryAction) this.queryAction).getFieldNames()); } + boolean hasScrollId = this.includeScrollId || headers.contains("_scroll_id"); for (SearchHit hit : hits) { Map doc = hit.getSourceAsMap(); Map fields = hit.getFields(); @@ -267,6 +278,9 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeId) { doc.put("_id", hit.getId()); } + if (hasScrollId) { + doc.put("_scroll_id", scrollId); + } mergeHeaders(headers, doc, flat); docsAsMap.add(doc); } diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 1265bb89..79d7be17 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -11,6 +11,7 @@ import com.alibaba.druid.sql.parser.SQLExprParser; import com.alibaba.druid.sql.parser.SQLStatementParser; import com.alibaba.druid.sql.parser.Token; +import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.plugin.nlpcn.ElasticResultHandler; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; @@ -107,8 +108,12 @@ private static void executeAndFillSubQuery(Client client , SubQueryExpression su for (SearchHit hit : hits) { values.add(ElasticResultHandler.getFieldValue(hit,returnField)); } - } - else { + } else if (queryResult instanceof SearchResponse) { + SearchHits hits = ((SearchResponse) queryResult).getHits(); + for (SearchHit hit : hits) { + values.add(ElasticResultHandler.getFieldValue(hit, returnField)); + } + } else { throw new SqlParseException("on sub queries only support queries that return Hits and not aggregations"); } subQueryExpression.setValues(values.toArray()); diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index d309bc89..05a22064 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -467,7 +467,7 @@ private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , SearchDao searchDao = MainTestSuite.getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore,includeType, includeId).extractResults(execution, flat, seperator); + return new CSVResultsExtractor(includeScore,includeType, includeId,false).extractResults(execution, flat, seperator); } } diff --git a/src/test/java/org/nlpcn/es4sql/JDBCTests.java b/src/test/java/org/nlpcn/es4sql/JDBCTests.java index f866619d..6b6032a4 100644 --- a/src/test/java/org/nlpcn/es4sql/JDBCTests.java +++ b/src/test/java/org/nlpcn/es4sql/JDBCTests.java @@ -1,13 +1,15 @@ package org.nlpcn.es4sql; - import com.alibaba.druid.pool.DruidDataSource; - import com.alibaba.druid.pool.ElasticSearchDruidDataSourceFactory; +import org.hamcrest.Matchers; import org.junit.Assert; import org.junit.Test; -import java.sql.*; +import java.sql.Connection; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.ResultSetMetaData; import java.util.ArrayList; import java.util.List; import java.util.Properties; @@ -28,7 +30,7 @@ public void testJDBC() throws Exception { properties.put(PROP_CONNECTIONPROPERTIES, "client.transport.ignore_cluster_name=true"); DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties); Connection connection = dds.getConnection(); - PreparedStatement ps = connection.prepareStatement("SELECT gender,lastname,age from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); + PreparedStatement ps = connection.prepareStatement("SELECT /*! USE_SCROLL*/ gender,lastname,age,_scroll_id from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); ResultSet resultSet = ps.executeQuery(); ResultSetMetaData metaData = resultSet.getMetaData(); @@ -37,7 +39,9 @@ public void testJDBC() throws Exception { assertThat(metaData.getColumnName(3), equalTo("age")); List result = new ArrayList(); + String scrollId = null; while (resultSet.next()) { + scrollId = resultSet.getString("_scroll_id"); result.add(resultSet.getString("lastname") + "," + resultSet.getInt("age") + "," + resultSet.getString("gender")); } @@ -47,6 +51,7 @@ public void testJDBC() throws Exception { Assert.assertTrue(result.size()==1); Assert.assertTrue(result.get(0).equals("Heath,39,F")); + Assert.assertFalse(Matchers.isEmptyOrNullString().matches(scrollId)); } } diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 30725a54..8e12402f 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -304,7 +304,7 @@ private CSVResult getCsvResult(boolean flat, String query, boolean includeScore, SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore, includeType, includeId).extractResults(execution, flat, ","); + return new CSVResultsExtractor(includeScore, includeType, includeId, false).extractResults(execution, flat, ","); } From cdb9c32a78ee5fb9b6f48bf19ee07305d75a0d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 9 Jun 2019 17:23:16 +0800 Subject: [PATCH 057/266] es 6.8.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/main/java/org/nlpcn/es4sql/domain/JoinSelect.java | 2 +- src/main/java/org/nlpcn/es4sql/domain/Select.java | 2 +- .../java/org/nlpcn/es4sql/domain/hints/HintFactory.java | 4 ++++ src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java | 3 ++- .../org/nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../java/org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + src/main/java/org/nlpcn/es4sql/query/QueryAction.java | 8 ++++++++ src/test/java/org/nlpcn/es4sql/ExplainTest.java | 5 +++++ 10 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55622537..23419e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.7.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.0.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 3a5d84e8..ad250afb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.7.2.0 + 6.8.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.7.2 + 6.8.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/org/nlpcn/es4sql/domain/JoinSelect.java b/src/main/java/org/nlpcn/es4sql/domain/JoinSelect.java index 53513fed..237c13f3 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/JoinSelect.java +++ b/src/main/java/org/nlpcn/es4sql/domain/JoinSelect.java @@ -19,7 +19,7 @@ public class JoinSelect { private List connectedConditions; private int totalLimit; - private final int DEAFULT_NUM_OF_RESULTS = 200; + public static int DEAFULT_NUM_OF_RESULTS = 200; private SQLJoinTableSource.JoinType joinType; diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index 6a4749c3..bd778d0f 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -14,7 +14,7 @@ */ public class Select extends Query { - public static final int DEFAULT_ROWCOUNT = 1000; + public static int DEFAULT_ROWCOUNT = 1000; // Using this functions, will cause query to execute as aggregation. private final List aggsFunctions = Arrays.asList("SUM", "MAX", "MIN", "AVG", "TOPHITS", "COUNT", "STATS","EXTENDED_STATS","PERCENTILES","SCRIPTED_METRIC"); diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 7ee8e00d..0422d477 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -159,6 +159,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String conflictsParam = getParamFromHint(hintAsString, "! CONFLICTS"); return new Hint(HintType.CONFLICTS, new String[] { conflictsParam }); } + if (hintAsString.startsWith("! PREFERENCE")) { + String preferenceParam = getParamFromHint(hintAsString, "! PREFERENCE"); + return new Hint(HintType.PREFERENCE, new String[]{preferenceParam}); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 2883bd1f..17db9018 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -20,5 +20,6 @@ public enum HintType COLLAPSE, POST_FILTER, STATS, - CONFLICTS + CONFLICTS, + PREFERENCE } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 43bb57f3..41841197 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -218,6 +218,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithCollapse(select, request); updateRequestWithPostFilter(select, request); updateRequestWithStats(select, request); + updateRequestWithPreference(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index fa049a0b..6746065c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -91,6 +91,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithCollapse(select, request); updateRequestWithPostFilter(select, request); updateRequestWithStats(select, request); + updateRequestWithPreference(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 48501bca..18d5236d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -81,6 +81,14 @@ protected void updateRequestWithIndexAndRoutingOptions(Select select, SearchRequ } } + protected void updateRequestWithPreference(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.PREFERENCE && hint.getParams() != null && 0 < hint.getParams().length) { + request.setPreference(hint.getParams()[0].toString()); + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index b6652aa4..99a567b2 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -114,6 +114,11 @@ public void testCastInWhereExplain() throws SqlParseException, SQLFeatureNotSupp System.out.println(explain("select * from file1 where cast(offset as int) > 20")); } + @Test + public void testPreferenceExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select /*! PREFERENCE(_shards:2,3|_local) */ * from myindex")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 9f9da9f612a523bf37a2c2b60490fa78f570f7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 9 Jun 2019 17:32:04 +0800 Subject: [PATCH 058/266] update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1723e676..68863cf9 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,9 @@ Elasticsearch-SQL **6.6.2** [![6.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.7.0** [![6.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.7.1** [![6.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**6.7.2** [![6.7.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.0** [![6.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -207,6 +210,8 @@ Versions | 6.6.2 | 6.6.2.0 | | elastic6.6.2 | | 6.7.0 | 6.7.0.0 | | elastic6.7.0 | | 6.7.1 | 6.7.1.0 | | elastic6.7.1 | +| 6.7.2 | 6.7.2.0 | | elastic6.7.2 | +| 6.8.0 | 6.8.0.0 | | elastic6.8.0 | ### Elasticsearch 1.x ```` @@ -611,6 +616,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.7.1.0/elasticsearch-sql-6.7.1.0.zip ```` +### Elasticsearch 6.7.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.7.2.0/elasticsearch-sql-6.7.2.0.zip +```` + +### Elasticsearch 6.8.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.0.0/elasticsearch-sql-6.8.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From d29fdab6334eab152831278e774f49e4533a5a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 9 Jun 2019 21:56:08 +0800 Subject: [PATCH 059/266] fix #920 compare two field --- pom.xml | 2 +- src/main/java/org/nlpcn/es4sql/parse/WhereParser.java | 3 ++- src/test/java/org/nlpcn/es4sql/ExplainTest.java | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ad250afb..a4d25d86 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.0.0 + 6.8.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index f782f68b..3b31e449 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -188,7 +188,8 @@ private boolean isAllowedMethodOnConditionLeft(SQLMethodInvokeExpr method, SQLBi private void routeCond(SQLBinaryOpExpr bExpr, SQLExpr sub, Where where) throws SqlParseException { - if (sub instanceof SQLBinaryOpExpr && !isCond((SQLBinaryOpExpr) sub)) { + if (sub instanceof SQLBinaryOpExpr && (!isCond((SQLBinaryOpExpr) sub) || + (((SQLBinaryOpExpr) sub).getLeft() instanceof SQLIdentifierExpr && ((SQLBinaryOpExpr) sub).getRight() instanceof SQLIdentifierExpr))) { SQLBinaryOpExpr binarySub = (SQLBinaryOpExpr) sub; if (binarySub.getOperator().priority != bExpr.getOperator().priority) { Where subWhere = new Where(bExpr.getOperator().name); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 99a567b2..29b93c0a 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -119,6 +119,11 @@ public void testPreferenceExplain() throws SqlParseException, SQLFeatureNotSuppo System.out.println(explain("select /*! PREFERENCE(_shards:2,3|_local) */ * from myindex")); } + @Test + public void testCompareTwoField() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select first_field,second_field from index-* where first_field=second_field and third_field=''")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 8c07bbc91fda4ccd7cfefbda431da2bf627c16a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 16 Jun 2019 21:01:24 +0800 Subject: [PATCH 060/266] =?UTF-8?q?fix=20#938=20=E5=B5=8C=E5=A5=97?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E4=BD=BF=E7=94=A8must=5Fnot=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E8=BF=87=E6=BB=A4=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/Condition.java | 6 +- .../org/nlpcn/es4sql/query/QueryAction.java | 7 +-- .../nlpcn/es4sql/query/maker/AggMaker.java | 31 +++++----- .../org/nlpcn/es4sql/query/maker/Maker.java | 56 +++++++++++++------ .../nlpcn/es4sql/query/maker/QueryMaker.java | 21 +++++-- .../java/org/nlpcn/es4sql/ExplainTest.java | 7 ++- 7 files changed, 90 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index a4d25d86..823d39f7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.0.1 + 6.8.0.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Condition.java b/src/main/java/org/nlpcn/es4sql/domain/Condition.java index 948639d1..404d0fcd 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Condition.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Condition.java @@ -20,7 +20,7 @@ public class Condition extends Where { public enum OPEAR { - EQ, GT, LT, GTE, LTE, N, LIKE, NLIKE, REGEXP, NREGEXP, IS, ISN, IN, NIN, BETWEEN, NBETWEEN, GEO_INTERSECTS, GEO_BOUNDING_BOX, GEO_DISTANCE, GEO_POLYGON, IN_TERMS, TERM, IDS_QUERY, NESTED_COMPLEX, CHILDREN_COMPLEX, SCRIPT,NIN_TERMS,NTERM; + EQ, GT, LT, GTE, LTE, N, LIKE, NLIKE, REGEXP, NREGEXP, IS, ISN, IN, NIN, BETWEEN, NBETWEEN, GEO_INTERSECTS, GEO_BOUNDING_BOX, GEO_DISTANCE, GEO_POLYGON, IN_TERMS, TERM, IDS_QUERY, NESTED_COMPLEX, NNESTED_COMPLEX, CHILDREN_COMPLEX, SCRIPT,NIN_TERMS,NTERM; public static Map methodNameToOpear; @@ -51,6 +51,7 @@ public enum OPEAR { negatives.put(IN, NIN); negatives.put(BETWEEN, NBETWEEN); negatives.put(REGEXP, NREGEXP); + negatives.put(NESTED_COMPLEX, NNESTED_COMPLEX); } public OPEAR negative() throws SqlParseException { @@ -200,6 +201,9 @@ public Condition(CONN conn, String name, SQLExpr nameExpr, String oper, Object v case "NESTED": this.opear = OPEAR.NESTED_COMPLEX; break; + case "NOT NESTED": + this.opear = OPEAR.NNESTED_COMPLEX; + break; case "CHILDREN": this.opear = OPEAR.CHILDREN_COMPLEX; break; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 18d5236d..47253786 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -1,12 +1,12 @@ package org.nlpcn.es4sql.query; -import com.fasterxml.jackson.core.JsonFactory; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.support.IndicesOptions; import org.elasticsearch.client.Client; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.json.JsonXContentParser; +import org.elasticsearch.common.xcontent.XContentParser; +import org.elasticsearch.common.xcontent.json.JsonXContent; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.collapse.CollapseBuilder; import org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder; @@ -44,10 +44,9 @@ protected void updateRequestWithStats(Select select, SearchRequestBuilder reques } protected void updateRequestWithCollapse(Select select, SearchRequestBuilder request) throws SqlParseException { - JsonFactory jsonFactory = new JsonFactory(); for (Hint hint : select.getHints()) { if (hint.getType() == HintType.COLLAPSE && hint.getParams() != null && 0 < hint.getParams().length) { - try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, jsonFactory.createParser(hint.getParams()[0].toString()))) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, hint.getParams()[0].toString())) { request.setCollapse(CollapseBuilder.fromXContent(parser)); } catch (IOException e) { throw new SqlParseException("could not parse collapse hint: " + e.getMessage()); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 895a57c5..8f55663c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -1,18 +1,10 @@ package org.nlpcn.es4sql.query.maker; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.ZoneOffset; -import java.util.*; -import java.util.stream.Collectors; - -import com.fasterxml.jackson.core.JsonFactory; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.json.JsonXContent; -import org.elasticsearch.common.xcontent.json.JsonXContentParser; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; @@ -22,11 +14,13 @@ import org.elasticsearch.search.aggregations.BucketOrder; import org.elasticsearch.search.aggregations.InternalOrder; import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; - -import org.elasticsearch.search.aggregations.bucket.histogram.*; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval; +import org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds; +import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder; @@ -45,6 +39,17 @@ import org.nlpcn.es4sql.parse.ChildrenType; import org.nlpcn.es4sql.parse.NestedType; +import java.io.IOException; +import java.math.BigDecimal; +import java.time.ZoneOffset; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.LinkedList; +import java.util.List; +import java.util.Map; +import java.util.TimeZone; +import java.util.stream.Collectors; + public class AggMaker { //question 这个groupMap用来干嘛?? @@ -330,7 +335,7 @@ private AggregationBuilder termsAgg(MethodField field) throws SqlParseException terms.order(BucketOrder.key(false)); } else { List orderElements = new ArrayList<>(); - try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(value))) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { XContentParser.Token currentToken = parser.nextToken(); if (currentToken == XContentParser.Token.START_OBJECT) { orderElements.add(InternalOrder.Parser.parseOrderParam(parser)); @@ -552,7 +557,7 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws break; case "extended_bounds": ExtendedBounds extendedBounds = null; - try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(value))) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { extendedBounds = ExtendedBounds.PARSER.parse(parser, null); } catch (IOException ex) { List indexList = new LinkedList<>(); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 512ce2ea..6a2f7b89 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -1,12 +1,10 @@ package org.nlpcn.es4sql.query.maker; -import java.io.IOException; -import java.math.BigDecimal; -import java.math.BigInteger; -import java.util.*; - -import com.alibaba.druid.sql.ast.expr.*; -import com.fasterxml.jackson.core.JsonFactory; +import com.alibaba.druid.sql.ast.expr.SQLBooleanExpr; +import com.alibaba.druid.sql.ast.expr.SQLCaseExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; +import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; import com.google.common.collect.ImmutableSet; import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.ParsingException; @@ -19,8 +17,19 @@ import org.elasticsearch.common.xcontent.ToXContent; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.json.JsonXContent; -import org.elasticsearch.common.xcontent.json.JsonXContentParser; -import org.elasticsearch.index.query.*; +import org.elasticsearch.index.query.BoolQueryBuilder; +import org.elasticsearch.index.query.GeoPolygonQueryBuilder; +import org.elasticsearch.index.query.MatchPhraseQueryBuilder; +import org.elasticsearch.index.query.MatchQueryBuilder; +import org.elasticsearch.index.query.MultiMatchQueryBuilder; +import org.elasticsearch.index.query.QueryBuilder; +import org.elasticsearch.index.query.QueryBuilders; +import org.elasticsearch.index.query.QueryStringQueryBuilder; +import org.elasticsearch.index.query.RegexpFlag; +import org.elasticsearch.index.query.RegexpQueryBuilder; +import org.elasticsearch.index.query.SpanNearQueryBuilder; +import org.elasticsearch.index.query.SpanQueryBuilder; +import org.elasticsearch.index.query.WildcardQueryBuilder; import org.elasticsearch.join.query.JoinQueryBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.search.SearchModule; @@ -29,11 +38,25 @@ import org.nlpcn.es4sql.domain.Paramer; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; - import org.nlpcn.es4sql.parse.CaseWhenParser; import org.nlpcn.es4sql.parse.ScriptFilter; import org.nlpcn.es4sql.parse.SubQueryExpression; -import org.nlpcn.es4sql.spatial.*; +import org.nlpcn.es4sql.spatial.BoundingBoxFilterParams; +import org.nlpcn.es4sql.spatial.DistanceFilterParams; +import org.nlpcn.es4sql.spatial.Point; +import org.nlpcn.es4sql.spatial.PolygonFilterParams; +import org.nlpcn.es4sql.spatial.WktToGeoJsonConverter; + +import java.io.IOException; +import java.math.BigDecimal; +import java.math.BigInteger; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.Set; public abstract class Maker { @@ -124,7 +147,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) // parse clauses List clauses = new ArrayList<>(); - try (JsonXContentParser parser = new JsonXContentParser(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, true, Collections.emptyList()).getNamedXContents()), LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(paramer.clauses))) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, true, Collections.emptyList()).getNamedXContents()), LoggingDeprecationHandler.INSTANCE, paramer.clauses)) { while (parser.nextToken() != XContentParser.Token.END_ARRAY) { QueryBuilder query = SpanNearQueryBuilder.parseInnerQueryBuilder(parser); if (!(query instanceof SpanQueryBuilder)) { @@ -316,6 +339,7 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar } x = QueryBuilders.idsQuery(type).addIds(ids); break; + case NNESTED_COMPLEX: case NESTED_COMPLEX: if(value == null || ! (value instanceof Where) ) throw new SqlParseException("unsupported nested condition"); @@ -381,10 +405,10 @@ private String fixJsonFromElastic(String elasticJson) { } private ShapeBuilder getShapeBuilderFromJson(String json) throws IOException { - XContentParser parser = null; - parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, json); - parser.nextToken(); - return ShapeParser.parse(parser); + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, json)) { + parser.nextToken(); + return ShapeParser.parse(parser); + } } private String trimApostrophes(String str) { diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index ebd5103c..8afd4245 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -1,11 +1,15 @@ package org.nlpcn.es4sql.query.maker; -import com.fasterxml.jackson.core.JsonFactory; import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.json.JsonXContentParser; -import org.elasticsearch.index.query.*; +import org.elasticsearch.common.xcontent.XContentParser; +import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.index.query.BoolQueryBuilder; +import org.elasticsearch.index.query.InnerHitBuilder; +import org.elasticsearch.index.query.NestedQueryBuilder; +import org.elasticsearch.index.query.QueryBuilder; +import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.join.query.JoinQueryBuilders; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Where; @@ -95,7 +99,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s boolean isNestedQuery = subQuery instanceof NestedQueryBuilder; InnerHitBuilder ihb = null; if (condition.getInnerHits() != null) { - try (JsonXContentParser parser = new JsonXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, new JsonFactory().createParser(condition.getInnerHits()))) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, condition.getInnerHits())) { ihb = InnerHitBuilder.fromXContent(parser); } catch (IOException e) { throw new IllegalArgumentException("couldn't parse inner_hits: " + e.getMessage(), e); @@ -112,6 +116,15 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s return; } + // support not nested + if (condition.getOpear() == Condition.OPEAR.NNESTED_COMPLEX) { + if (ihb != null) { + NestedQueryBuilder.class.cast(subQuery).innerHit(ihb); + } + boolQuery.mustNot(subQuery); + return; + } + if (!isNestedQuery) { subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, ScoreMode.None); } diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 29b93c0a..bc0044d8 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -120,10 +120,15 @@ public void testPreferenceExplain() throws SqlParseException, SQLFeatureNotSuppo } @Test - public void testCompareTwoField() throws SqlParseException, SQLFeatureNotSupportedException { + public void testCompareTwoFieldExplain() throws SqlParseException, SQLFeatureNotSupportedException { System.out.println(explain("select first_field,second_field from index-* where first_field=second_field and third_field=''")); } + @Test + public void testNotNestedExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select * from test where not nested(\"tags\",tags.name=TERM(\"test\"))")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 67c7182761b9a973a54b5fec4f1d0ecda5d9cf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 11 Aug 2019 21:10:58 +0800 Subject: [PATCH 061/266] fix #942 support match_phrase_prefix --- .travis.yml | 2 +- pom.xml | 4 ++-- .../java/org/nlpcn/es4sql/domain/Paramer.java | 16 ++++++++++++++++ .../java/org/nlpcn/es4sql/query/maker/Maker.java | 11 ++++++++++- src/test/java/org/nlpcn/es4sql/ExplainTest.java | 5 +++++ 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23419e4c..f1f61b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: # update to java 8 - sudo update-java-alternatives -s java-8-oracle - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.0.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 823d39f7..d862db90 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.0.2 + 6.8.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.8.0 + 6.8.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java index 4e53644d..6ac759a1 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java @@ -232,4 +232,20 @@ public static ToXContent fullParamer(SpanNearQueryBuilder query, Paramer paramer return query; } + + public static ToXContent fullParamer(MatchPhrasePrefixQueryBuilder query, Paramer paramer) { + if (paramer.analysis != null) { + query.analyzer(paramer.analysis); + } + + if (paramer.boost != null) { + query.boost(paramer.boost); + } + + if (paramer.slop != null) { + query.slop(paramer.slop); + } + + return query; + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 6a2f7b89..2079ad5b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -19,6 +19,7 @@ import org.elasticsearch.common.xcontent.json.JsonXContent; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.GeoPolygonQueryBuilder; +import org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder; import org.elasticsearch.index.query.MatchPhraseQueryBuilder; import org.elasticsearch.index.query.MatchQueryBuilder; import org.elasticsearch.index.query.MultiMatchQueryBuilder; @@ -113,7 +114,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) case "score": case "scorequery": case "score_query": - Float boost = Float.parseFloat(value.getParameters().get(1).toString()); + float boost = Float.parseFloat(value.getParameters().get(1).toString()); Condition subCond = new Condition(cond.getConn(), cond.getName(),null, cond.getOpear(), value.getParameters().get(0),null); bqb = QueryBuilders.constantScoreQuery((QueryBuilder) make(subCond)).boost(boost); break; @@ -168,6 +169,14 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) bqb = Paramer.fullParamer(spanNearQuery, paramer); break; + case "matchphraseprefix": + case "matchphraseprefixquery": + case "match_phrase_prefix": + paramer = Paramer.parseParamer(value); + MatchPhrasePrefixQueryBuilder phrasePrefixQuery = QueryBuilders.matchPhrasePrefixQuery(name, paramer.value); + bqb = Paramer.fullParamer(phrasePrefixQuery, paramer); + break; + default: throw new SqlParseException("it did not support this query method " + value.getMethodName()); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index bc0044d8..eb887e97 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -129,6 +129,11 @@ public void testNotNestedExplain() throws SqlParseException, SQLFeatureNotSuppor System.out.println(explain("select * from test where not nested(\"tags\",tags.name=TERM(\"test\"))")); } + @Test + public void testMatchPhrasePrefixQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("SELECT * FROM index WHERE q=match_phrase_prefix(query='this is a test',boost=10.0,slop=12)")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 25d800dd4fce957d9e35dc6fc6d7eac3a7e315c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 11 Aug 2019 21:51:44 +0800 Subject: [PATCH 062/266] update .travis.yml --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1f61b35..0c35c953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ language: java jdk: - - oraclejdk8 + - openjdk8 before_install: - # update to java 8 - - sudo update-java-alternatives -s java-8-oracle - - export JAVA_HOME=/usr/lib/jvm/java-8-oracle - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.1.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml From aed245bb92cbb1e4acabed8ff21ad1db0bc7b686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 11 Aug 2019 22:08:07 +0800 Subject: [PATCH 063/266] es 6.8.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c35c953..971426bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.1.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.2.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index d862db90..2971e6e3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.1.0 + 6.8.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.8.1 + 6.8.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From a57ab4584af0daf5c0a20c58f31358d16254df42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 11 Aug 2019 22:24:54 +0800 Subject: [PATCH 064/266] update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 68863cf9..533db71d 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ Elasticsearch-SQL
**6.7.2** [![6.7.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.0** [![6.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.1** [![6.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.2** [![6.8.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -212,6 +214,8 @@ Versions | 6.7.1 | 6.7.1.0 | | elastic6.7.1 | | 6.7.2 | 6.7.2.0 | | elastic6.7.2 | | 6.8.0 | 6.8.0.0 | | elastic6.8.0 | +| 6.8.1 | 6.8.1.0 | | elastic6.8.1 | +| 6.8.2 | 6.8.2.0 | | elastic6.8.2 | ### Elasticsearch 1.x ```` @@ -626,6 +630,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.0.0/elasticsearch-sql-6.8.0.0.zip ```` +### Elasticsearch 6.8.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.1.0/elasticsearch-sql-6.8.1.0.zip +```` + +### Elasticsearch 6.8.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.2.0/elasticsearch-sql-6.8.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 2f581c2b901a84cd03da91a7b8f0c9fed00d9b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Aug 2019 20:10:15 +0800 Subject: [PATCH 065/266] =?UTF-8?q?fix=20#921=20spring=20boot=20mybatis=20?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E6=95=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../druid/pool/ElasticSearchConnection.java | 18 +- ...ticSearchDruidPooledPreparedStatement.java | 9 +- .../pool/ElasticSearchPreparedStatement.java | 366 +++++++++++++++--- .../nlpcn/es4sql/query/ESActionFactory.java | 2 +- src/test/java/org/nlpcn/es4sql/JDBCTests.java | 30 +- 6 files changed, 366 insertions(+), 61 deletions(-) diff --git a/pom.xml b/pom.xml index 2971e6e3..b341514f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.2.0 + 6.8.2.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java index 36473886..e57fe481 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java @@ -2,7 +2,21 @@ import org.elasticsearch.client.Client; -import java.sql.*; +import java.sql.Array; +import java.sql.Blob; +import java.sql.CallableStatement; +import java.sql.Clob; +import java.sql.Connection; +import java.sql.DatabaseMetaData; +import java.sql.NClob; +import java.sql.PreparedStatement; +import java.sql.SQLClientInfoException; +import java.sql.SQLException; +import java.sql.SQLWarning; +import java.sql.SQLXML; +import java.sql.Savepoint; +import java.sql.Statement; +import java.sql.Struct; import java.util.Map; import java.util.Properties; import java.util.concurrent.Executor; @@ -33,7 +47,7 @@ public Statement createStatement() throws SQLException { @Override public PreparedStatement prepareStatement(String sql) throws SQLException { - return new ElasticSearchPreparedStatement(); + return new ElasticSearchPreparedStatement(sql); } @Override diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index c6514dcd..1104c392 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -37,7 +37,7 @@ public ResultSet executeQuery() throws SQLException { conn.beforeExecute(); try { - ObjectResult extractor = getObjectResult(true, getSql(), false, false, true); + ObjectResult extractor = getObjectResult(true, false, false, true); List headers = extractor.getHeaders(); List> lines = extractor.getLines(); @@ -67,7 +67,7 @@ public boolean execute() throws SQLException { conn.beforeExecute(); try { - ObjectResult extractor = getObjectResult(true, getSql(), false, false, true); + ObjectResult extractor = getObjectResult(true, false, false, true); List headers = extractor.getHeaders(); List> lines = extractor.getLines(); @@ -84,11 +84,10 @@ public boolean execute() throws SQLException { } } - private ObjectResult getObjectResult(boolean flat, String query, boolean includeScore, boolean includeType, boolean includeId) throws SqlParseException, SQLFeatureNotSupportedException, Exception, CsvExtractorException { + private ObjectResult getObjectResult(boolean flat, boolean includeScore, boolean includeType, boolean includeId) throws SqlParseException, SQLFeatureNotSupportedException, Exception, CsvExtractorException { SearchDao searchDao = new org.nlpcn.es4sql.SearchDao(client); - //String rewriteSQL = searchDao.explain(getSql()).explain().explain(); - + String query = ((ElasticSearchPreparedStatement) getRawPreparedStatement()).getExecutableSql(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); return new ObjectResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat); diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java index 6164aa15..c573b466 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchPreparedStatement.java @@ -1,16 +1,92 @@ package com.alibaba.druid.pool; +import com.alibaba.druid.proxy.jdbc.JdbcParameter; +import com.alibaba.druid.proxy.jdbc.JdbcParameterDate; +import com.alibaba.druid.proxy.jdbc.JdbcParameterDecimal; +import com.alibaba.druid.proxy.jdbc.JdbcParameterImpl; +import com.alibaba.druid.proxy.jdbc.JdbcParameterInt; +import com.alibaba.druid.proxy.jdbc.JdbcParameterLong; +import com.alibaba.druid.proxy.jdbc.JdbcParameterNull; +import com.alibaba.druid.proxy.jdbc.JdbcParameterString; +import com.alibaba.druid.sql.SQLUtils; +import com.alibaba.druid.sql.ast.SQLStatement; +import com.alibaba.druid.sql.parser.ParserException; +import com.alibaba.druid.sql.parser.SQLStatementParser; +import com.alibaba.druid.support.logging.Log; +import com.alibaba.druid.support.logging.LogFactory; +import com.alibaba.druid.util.JdbcConstants; +import org.nlpcn.es4sql.query.ESActionFactory; + import java.io.InputStream; import java.io.Reader; import java.math.BigDecimal; import java.net.URL; -import java.sql.*; +import java.sql.Array; +import java.sql.Blob; +import java.sql.Clob; +import java.sql.Connection; +import java.sql.Date; +import java.sql.NClob; +import java.sql.ParameterMetaData; +import java.sql.PreparedStatement; +import java.sql.Ref; +import java.sql.ResultSet; +import java.sql.ResultSetMetaData; +import java.sql.RowId; +import java.sql.SQLException; +import java.sql.SQLWarning; +import java.sql.SQLXML; +import java.sql.Time; +import java.sql.Timestamp; +import java.sql.Types; +import java.util.ArrayList; +import java.util.Arrays; import java.util.Calendar; +import java.util.List; public class ElasticSearchPreparedStatement implements PreparedStatement { + private final static Log LOG = LogFactory.getLog(ElasticSearchPreparedStatement.class); + + private String sql; + private JdbcParameter[] parameters; + private int parametersSize; private ResultSet results = null; + private SQLUtils.FormatOption sqlFormatOption = new SQLUtils.FormatOption(false, false); + + public ElasticSearchPreparedStatement(String sql) { + this.sql = sql; + this.parameters = new JdbcParameter[16]; + this.parametersSize = 0; + } + + public String getSql() { + return sql; + } + + public String getExecutableSql() { + if (parametersSize < 1) { + return sql; + } + + List parameters = new ArrayList<>(parametersSize); + JdbcParameter jdbcParam; + for (int i = 0; i < parametersSize; ++i) { + jdbcParam = this.parameters[i]; + parameters.add(jdbcParam != null ? jdbcParam.getValue() : null); + } + + try { + SQLStatementParser parser = ESActionFactory.createSqlStatementParser(sql); + List statementList = parser.parseStatementList(); + return SQLUtils.toSQLString(statementList, JdbcConstants.MYSQL, parameters, sqlFormatOption); + } catch (ClassCastException | ParserException ex) { + LOG.warn("format error", ex); + return sql; + } + } + @Override public ResultSet executeQuery() throws SQLException { return null; @@ -23,87 +99,87 @@ public int executeUpdate() throws SQLException { @Override public void setNull(int parameterIndex, int sqlType) throws SQLException { - + setParameter(parameterIndex, createParameterNull(sqlType)); } @Override public void setBoolean(int parameterIndex, boolean x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.BOOLEAN, x)); } @Override public void setByte(int parameterIndex, byte x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.TINYINT, x)); } @Override public void setShort(int parameterIndex, short x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.SMALLINT, x)); } @Override public void setInt(int parameterIndex, int x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setLong(int parameterIndex, long x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setFloat(int parameterIndex, float x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.FLOAT, x)); } @Override public void setDouble(int parameterIndex, double x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.DOUBLE, x)); } @Override public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setString(int parameterIndex, String x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setBytes(int parameterIndex, byte[] x) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.BYTES, x)); } @Override public void setDate(int parameterIndex, Date x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setTime(int parameterIndex, Time x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.TIME, x)); } @Override public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException { - + setParameter(parameterIndex, createParameter(x)); } @Override public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.AsciiInputStream, x, length)); } @Override public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.UnicodeStream, x, length)); } @Override public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.BinaryInputStream, x, length)); } @Override @@ -113,12 +189,12 @@ public void clearParameters() throws SQLException { @Override public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { - + setParameter(parameterIndex, createParameter(targetSqlType, x)); } @Override public void setObject(int parameterIndex, Object x) throws SQLException { - + setObjectParameter(parameterIndex, x); } @Override @@ -133,27 +209,27 @@ public void addBatch() throws SQLException { @Override public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.CharacterInputStream, reader, length)); } @Override public void setRef(int parameterIndex, Ref x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.REF, x)); } @Override public void setBlob(int parameterIndex, Blob x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.BLOB, x)); } @Override public void setClob(int parameterIndex, Clob x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.CLOB, x)); } @Override public void setArray(int parameterIndex, Array x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.ARRAY, x)); } @Override @@ -163,27 +239,27 @@ public ResultSetMetaData getMetaData() throws SQLException { @Override public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.DATE, x, cal)); } @Override public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.TIME, x, cal)); } @Override public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.TIMESTAMP, x, cal)); } @Override public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException { - + setParameter(parameterIndex, createParameterNull(sqlType)); } @Override public void setURL(int parameterIndex, URL x) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.URL, x)); } @Override @@ -193,97 +269,97 @@ public ParameterMetaData getParameterMetaData() throws SQLException { @Override public void setRowId(int parameterIndex, RowId x) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.ROWID, x)); } @Override public void setNString(int parameterIndex, String value) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.NVARCHAR, value)); } @Override public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.NCharacterInputStream, value, length)); } @Override public void setNClob(int parameterIndex, NClob value) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.NCLOB, value)); } @Override public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.CLOB, reader, length)); } @Override public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.BLOB, inputStream, length)); } @Override public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.NCLOB, reader, length)); } @Override public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.SQLXML, xmlObject)); } @Override public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { - + setParameter(parameterIndex, createParameter(x, targetSqlType, scaleOrLength)); } @Override public void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.AsciiInputStream, x, length)); } @Override public void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.BinaryInputStream, x, length)); } @Override public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.CharacterInputStream, reader, length)); } @Override public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.AsciiInputStream, x)); } @Override public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.BinaryInputStream, x)); } @Override public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.CharacterInputStream, reader)); } @Override public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { - + setParameter(parameterIndex, createParameter(JdbcParameter.TYPE.NCharacterInputStream, value)); } @Override public void setClob(int parameterIndex, Reader reader) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.CLOB, reader)); } @Override public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.BLOB, inputStream)); } @Override public void setNClob(int parameterIndex, Reader reader) throws SQLException { - + setParameter(parameterIndex, createParameter(Types.NCLOB, reader)); } @Override @@ -303,6 +379,8 @@ public void close() throws SQLException { } this.results = null; + this.parameters = null; + this.parametersSize = 0; } @Override @@ -513,4 +591,194 @@ public boolean isWrapperFor(Class iface) throws SQLException { public void setResults(ResultSet results) { this.results = results; } + + private JdbcParameter createParameterNull(int sqlType) { + return JdbcParameterNull.valueOf(sqlType); + } + + private JdbcParameter createParameter(int sqlType, Object value) { + if (value == null) { + return JdbcParameterNull.valueOf(sqlType); + } + + return new JdbcParameterImpl(sqlType, value); + } + + private JdbcParameter createParameter(int x) { + return JdbcParameterInt.valueOf(x); + } + + private JdbcParameter createParameter(long x) { + return JdbcParameterLong.valueOf(x); + } + + private JdbcParameter createParameter(BigDecimal x) { + if (x == null) { + return JdbcParameterNull.DECIMAL; + } + + return JdbcParameterDecimal.valueOf(x); + } + + private JdbcParameter createParameter(String x) { + if (x == null) { + return JdbcParameterNull.VARCHAR; + } + + if (x.length() == 0) { + return JdbcParameterString.empty; + } + + return new JdbcParameterString(x); + } + + private JdbcParameter createParameter(java.util.Date x) { + if (x == null) { + return JdbcParameterNull.DATE; + } + + return new JdbcParameterDate(x); + } + + private JdbcParameter createParameter(int sqlType, Object value, long length) { + if (value == null) { + return JdbcParameterNull.valueOf(sqlType); + } + + return new JdbcParameterImpl(sqlType, value, length); + } + + private void setObjectParameter(int parameterIndex, Object x) { + if (x == null) { + setParameter(parameterIndex, createParameterNull(Types.OTHER)); + return; + } + + Class clazz = x.getClass(); + if (clazz == Byte.class) { + setParameter(parameterIndex, createParameter(Types.TINYINT, x)); + return; + } + + if (clazz == Short.class) { + setParameter(parameterIndex, createParameter(Types.SMALLINT, x)); + return; + } + + if (clazz == Integer.class) { + setParameter(parameterIndex, createParameter((Integer) x)); + return; + } + + if (clazz == Long.class) { + setParameter(parameterIndex, createParameter((Long) x)); + return; + } + + if (clazz == String.class) { + setParameter(parameterIndex, createParameter((String) x)); + return; + } + + if (clazz == BigDecimal.class) { + setParameter(parameterIndex, createParameter((BigDecimal) x)); + return; + } + + if (clazz == Float.class) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.FLOAT, x)); + return; + } + + if (clazz == Double.class) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.DOUBLE, x)); + return; + } + + if (clazz == java.sql.Date.class || clazz == java.util.Date.class) { + setParameter(parameterIndex, createParameter((java.util.Date) x)); + return; + } + + if (clazz == java.sql.Timestamp.class) { + setParameter(parameterIndex, createParameter((java.sql.Timestamp) x)); + return; + } + + if (clazz == java.sql.Time.class) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.TIME, x)); + return; + } + + if (clazz == Boolean.class) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.BOOLEAN, x)); + return; + } + + if (clazz == byte[].class) { + setParameter(parameterIndex, new JdbcParameterImpl(JdbcParameter.TYPE.BYTES, x)); + return; + } + + if (x instanceof InputStream) { + setParameter(parameterIndex, new JdbcParameterImpl(JdbcParameter.TYPE.BinaryInputStream, x)); + return; + } + + if (x instanceof Reader) { + setParameter(parameterIndex, new JdbcParameterImpl(JdbcParameter.TYPE.CharacterInputStream, x)); + return; + } + + if (x instanceof Clob) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.CLOB, x)); + return; + } + + if (x instanceof NClob) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.NCLOB, x)); + return; + } + + if (x instanceof Blob) { + setParameter(parameterIndex, new JdbcParameterImpl(Types.BLOB, x)); + return; + } + + setParameter(parameterIndex, createParameter(Types.OTHER, null)); + } + + private JdbcParameter createParameter(int sqlType, Object value, Calendar calendar) { + if (value == null) { + return JdbcParameterNull.valueOf(sqlType); + } + + return new JdbcParameterImpl(sqlType, value, calendar); + } + + private JdbcParameter createParameter(Object x, int sqlType, int scaleOrLength) { + if (x == null) { + return JdbcParameterNull.valueOf(sqlType); + } + + return new JdbcParameterImpl(sqlType, x, -1, null, scaleOrLength); + } + + private void setParameter(int jdbcIndex, JdbcParameter parameter) { + int index = jdbcIndex - 1; + + if (jdbcIndex > parametersSize) { + parametersSize = jdbcIndex; + } + if (parametersSize >= parameters.length) { + int oldCapacity = parameters.length; + int newCapacity = oldCapacity + (oldCapacity >> 1); + if (newCapacity <= 4) { + newCapacity = 4; + } + + parameters = Arrays.copyOf(parameters, newCapacity); + } + parameters[index] = parameter; + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 79d7be17..04a4c23e 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -127,7 +127,7 @@ private static QueryAction handleSelect(Client client, Select select) { } } - private static SQLStatementParser createSqlStatementParser(String sql) { + public static SQLStatementParser createSqlStatementParser(String sql) { ElasticLexer lexer = new ElasticLexer(sql); lexer.nextToken(); return new MySqlStatementParser(lexer); diff --git a/src/test/java/org/nlpcn/es4sql/JDBCTests.java b/src/test/java/org/nlpcn/es4sql/JDBCTests.java index 6b6032a4..2ab67c2e 100644 --- a/src/test/java/org/nlpcn/es4sql/JDBCTests.java +++ b/src/test/java/org/nlpcn/es4sql/JDBCTests.java @@ -49,11 +49,35 @@ public void testJDBC() throws Exception { connection.close(); dds.close(); - Assert.assertTrue(result.size()==1); - Assert.assertTrue(result.get(0).equals("Heath,39,F")); + Assert.assertEquals(1, result.size()); + Assert.assertEquals("Heath,39,F", result.get(0)); Assert.assertFalse(Matchers.isEmptyOrNullString().matches(scrollId)); } -} + @Test + public void testJDBCWithParameter() throws Exception { + Properties properties = new Properties(); + properties.put(PROP_URL, "jdbc:elasticsearch://127.0.0.1:9300/" + TestsConstants.TEST_INDEX_ACCOUNT); + properties.put(PROP_CONNECTIONPROPERTIES, "client.transport.ignore_cluster_name=true"); + try (DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties); + Connection connection = dds.getConnection(); + PreparedStatement ps = connection.prepareStatement("SELECT gender,lastname,age from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname=?")) { + // set parameter + ps.setString(1, "Heath"); + ResultSet resultSet = ps.executeQuery(); + ResultSetMetaData metaData = resultSet.getMetaData(); + assertThat(metaData.getColumnName(1), equalTo("gender")); + assertThat(metaData.getColumnName(2), equalTo("lastname")); + assertThat(metaData.getColumnName(3), equalTo("age")); + List result = new ArrayList<>(); + while (resultSet.next()) { + result.add(resultSet.getString("lastname") + "," + resultSet.getInt("age") + "," + resultSet.getString("gender")); + } + + Assert.assertEquals(1, result.size()); + Assert.assertEquals("Heath,39,F", result.get(0)); + } + } +} From b3c7d6f0243acd7707418eabf471e55532a5487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 15 Sep 2019 17:21:17 +0800 Subject: [PATCH 066/266] es 6.8.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 971426bc..e7f6da31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.2.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.2.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.3.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index b341514f..0b8e54bb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.2.1 + 6.8.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.8.2 + 6.8.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 6ceedbdac6c278837b020be3ac72a6a7bd09e6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Oct 2019 22:08:37 +0800 Subject: [PATCH 067/266] es 7.0.0 support --- .travis.yml | 2 +- pom.xml | 4 +- .../plugin/nlpcn/ElasticJoinExecutor.java | 8 +- .../plugin/nlpcn/ElasticUtils.java | 2 +- .../plugin/nlpcn/MinusExecutor.java | 14 ++- .../nlpcn/NestedLoopsElasticExecutor.java | 2 +- .../plugin/nlpcn/UnionExecutor.java | 10 +- .../nlpcn/executors/CSVResultsExtractor.java | 12 +-- .../org/nlpcn/es4sql/domain/SearchResult.java | 6 +- .../es4sql/jdbc/ObjectResultsExtractor.java | 10 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 14 ++- .../org/nlpcn/es4sql/AggregationTest.java | 28 ++--- .../java/org/nlpcn/es4sql/DeleteTest.java | 4 +- src/test/java/org/nlpcn/es4sql/JoinTests.java | 22 ++-- .../java/org/nlpcn/es4sql/MainTestSuite.java | 4 +- src/test/java/org/nlpcn/es4sql/QueryTest.java | 102 +++++++++--------- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 2 +- src/test/resources/join_objects.json | 10 +- 18 files changed, 132 insertions(+), 124 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7f6da31..ea226e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.3.deb && sudo dpkg -i --force-confnew elasticsearch-6.8.3.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.0.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 0b8e54bb..26f814a5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 6.8.3.0 + 7.0.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 6.8.3 + 7.0.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 343c563b..6329d85e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -1,15 +1,11 @@ package org.elasticsearch.plugin.nlpcn; -import com.google.common.collect.ImmutableMap; +import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; import org.elasticsearch.common.unit.TimeValue; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; @@ -63,7 +59,7 @@ public void run() throws IOException, SqlParseException { List combinedSearchHits = innerRun(); int resultsSize = combinedSearchHits.size(); SearchHit[] hits = combinedSearchHits.toArray(new SearchHit[resultsSize]); - this.results = new SearchHits(hits, resultsSize,1.0f); + this.results = new SearchHits(hits, new TotalHits(resultsSize, TotalHits.Relation.EQUAL_TO), 1.0f); long joinTimeInMilli = System.currentTimeMillis() - timeBefore; this.metaResults.setTookImMilli(joinTimeInMilli); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index e238eb9b..58d5025c 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -43,7 +43,7 @@ public static SearchResponse scrollOneTimeWithHits(Client client, SearchRequestB public static String hitsAsStringResult(SearchHits results, MetaSearchResult metaResults) throws IOException { if(results == null) return null; Object[] searchHits; - searchHits = new Object[(int) results.getTotalHits()]; + searchHits = new Object[(int) results.getTotalHits().value]; int i = 0; for(SearchHit hit : results) { HashMap value = new HashMap<>(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index 6f43a319..69803de5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -1,5 +1,6 @@ package org.elasticsearch.plugin.nlpcn; +import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.document.DocumentField; @@ -19,7 +20,14 @@ import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; import java.io.IOException; -import java.util.*; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; +import java.util.UUID; /** * Created by Eliran on 26/8/2016. @@ -119,7 +127,7 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues } int totalSize = currentId - 1; SearchHit[] unionHitsArr = minusHitsList.toArray(new SearchHit[totalSize]); - this.minusHits = new SearchHits(unionHitsArr, totalSize,1.0f); + this.minusHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private void fillMinusHitsFromResults(Set comperableHitResults) { @@ -147,7 +155,7 @@ private void fillMinusHitsFromResults(Set comperableHitResu } int totalSize = currentId - 1; SearchHit[] unionHitsArr = minusHitsList.toArray(new SearchHit[totalSize]); - this.minusHits = new SearchHits(unionHitsArr, totalSize,1.0f); + this.minusHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private Set runWithScrollings() { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index 60b1f922..2b996fec 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -184,7 +184,7 @@ private FetchWithScrollResponse firstFetch(TableInJoinRequestBuilder tableReques else { //scroll request with max. responseWithHits = scrollOneTimeWithMax(client,tableRequest); - if(responseWithHits.getHits().getTotalHits() < MAX_RESULTS_ON_ONE_FETCH) + if(responseWithHits.getHits().getTotalHits().value < MAX_RESULTS_ON_ONE_FETCH) needScrollForFirstTable = true; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index 6c79b93f..26598fa4 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -1,5 +1,6 @@ package org.elasticsearch.plugin.nlpcn; +import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; @@ -10,7 +11,10 @@ import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; import java.io.IOException; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; /** * Created by Eliran on 21/8/2016. @@ -24,7 +28,7 @@ public class UnionExecutor implements ElasticHitsExecutor { public UnionExecutor(Client client,MultiQueryRequestBuilder builder) { multiQueryBuilder = builder; - client = client; + this.client = client; currentId = 0; } @@ -38,7 +42,7 @@ public void run() throws IOException, SqlParseException { fillInternalSearchHits(unionHits,secondResponse.getHits().getHits(),this.multiQueryBuilder.getSecondTableFieldToAlias()); int totalSize = unionHits.size(); SearchHit[] unionHitsArr = unionHits.toArray(new SearchHit[totalSize]); - this.results = new SearchHits(unionHitsArr, totalSize,1.0f); + this.results = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private void fillInternalSearchHits(List unionHits, SearchHit[] hits, Map fieldNameToAlias) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index c19b209e..cbd0adb4 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -10,12 +10,12 @@ import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; -import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds; -import org.elasticsearch.search.aggregations.metrics.percentiles.Percentile; -import org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles; -import org.elasticsearch.search.aggregations.metrics.stats.Stats; -import org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.tophits.TopHits; +import org.elasticsearch.search.aggregations.metrics.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.Percentile; +import org.elasticsearch.search.aggregations.metrics.Percentiles; +import org.elasticsearch.search.aggregations.metrics.Stats; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; +import org.elasticsearch.search.aggregations.metrics.TopHits; import org.nlpcn.es4sql.Util; import java.util.*; diff --git a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java index 52169546..dd692305 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java +++ b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java @@ -18,8 +18,8 @@ import org.elasticsearch.search.aggregations.bucket.terms.LongTerms; import org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket; import org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation; -import org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits; -import org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount; +import org.elasticsearch.search.aggregations.metrics.InternalTopHits; +import org.elasticsearch.search.aggregations.metrics.InternalValueCount; import org.nlpcn.es4sql.exception.SqlParseException; public class SearchResult { @@ -34,7 +34,7 @@ public class SearchResult { public SearchResult(SearchResponse resp) { SearchHits hits = resp.getHits(); - this.total = hits.getTotalHits(); + this.total = hits.getTotalHits().value; results = new ArrayList<>(hits.getHits().length); for (SearchHit searchHit : hits.getHits()) { if (searchHit.getSourceAsMap() != null) { diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index 2e332cec..e831f767 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -9,11 +9,11 @@ import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; -import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds; -import org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles; -import org.elasticsearch.search.aggregations.metrics.stats.Stats; -import org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.tophits.TopHits; +import org.elasticsearch.search.aggregations.metrics.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.Percentiles; +import org.elasticsearch.search.aggregations.metrics.Stats; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; +import org.elasticsearch.search.aggregations.metrics.TopHits; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 8f55663c..4d5a6923 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -23,13 +23,12 @@ import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; import org.elasticsearch.search.sort.SortOrder; -import org.joda.time.DateTimeZone; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.KVValue; @@ -47,7 +46,6 @@ import java.util.LinkedList; import java.util.List; import java.util.Map; -import java.util.TimeZone; import java.util.stream.Collectors; public class AggMaker { @@ -497,7 +495,7 @@ private ValuesSourceAggregationBuilder dateRange(MethodField field) { dateRange.format(value); continue; } else if ("time_zone".equals(kv.key)) { - dateRange.timeZone(DateTimeZone.forTimeZone(TimeZone.getTimeZone(ZoneOffset.of(value)))); + dateRange.timeZone(ZoneOffset.of(value)); continue; } else if ("from".equals(kv.key)) { dateRange.addUnboundedFrom(kv.value.toString()); @@ -547,7 +545,7 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws dateHistogram.format(value); break; case "time_zone": - dateHistogram.timeZone(DateTimeZone.forTimeZone(TimeZone.getTimeZone(ZoneOffset.of(value)))); + dateHistogram.timeZone(ZoneOffset.of(value)); break; case "min_doc_count": dateHistogram.minDocCount(Long.parseLong(value)); diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index b654ccf5..507075e9 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -15,17 +15,17 @@ import org.elasticsearch.search.aggregations.bucket.nested.InternalNested; import org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested; import org.elasticsearch.search.aggregations.bucket.terms.Terms; -import org.elasticsearch.search.aggregations.metrics.avg.Avg; -import org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds; -import org.elasticsearch.search.aggregations.metrics.max.Max; -import org.elasticsearch.search.aggregations.metrics.min.Min; -import org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles; -import org.elasticsearch.search.aggregations.metrics.stats.Stats; -import org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.sum.InternalSum; -import org.elasticsearch.search.aggregations.metrics.sum.Sum; -import org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits; -import org.elasticsearch.search.aggregations.metrics.valuecount.ValueCount; +import org.elasticsearch.search.aggregations.metrics.Avg; +import org.elasticsearch.search.aggregations.metrics.InternalGeoBounds; +import org.elasticsearch.search.aggregations.metrics.Max; +import org.elasticsearch.search.aggregations.metrics.Min; +import org.elasticsearch.search.aggregations.metrics.Percentiles; +import org.elasticsearch.search.aggregations.metrics.Stats; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; +import org.elasticsearch.search.aggregations.metrics.InternalSum; +import org.elasticsearch.search.aggregations.metrics.Sum; +import org.elasticsearch.search.aggregations.metrics.InternalTopHits; +import org.elasticsearch.search.aggregations.metrics.ValueCount; import org.junit.Assert; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -214,7 +214,7 @@ else if(key.equalsIgnoreCase("f")) { public void postFilterTest() throws Exception { SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(String.format("SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM %s/account GROUP BY gender", TEST_INDEX_ACCOUNT)); SearchResponse res = (SearchResponse) select.get(); - Assert.assertEquals(507, res.getHits().totalHits); + Assert.assertEquals(507, res.getHits().getTotalHits().value); Aggregations result = res.getAggregations(); Terms gender = result.get("gender"); @@ -535,7 +535,7 @@ public void testSubAggregations() throws Exception { } } - Assert.assertEquals(response.getHits().getTotalHits(), 1000); + Assert.assertEquals(response.getHits().getTotalHits().value, 1000); Assert.assertEquals(response.getHits().getHits().length, 10); } @@ -562,7 +562,7 @@ public void testSimpleSubAggregations() throws Exception { } } - Assert.assertEquals(response.getHits().getTotalHits(), 1000); + Assert.assertEquals(response.getHits().getTotalHits().value, 1000); Assert.assertEquals(response.getHits().getHits().length, 10); } diff --git a/src/test/java/org/nlpcn/es4sql/DeleteTest.java b/src/test/java/org/nlpcn/es4sql/DeleteTest.java index 5bd398ed..a0a21048 100644 --- a/src/test/java/org/nlpcn/es4sql/DeleteTest.java +++ b/src/test/java/org/nlpcn/es4sql/DeleteTest.java @@ -36,7 +36,7 @@ public void deleteAllTest() throws SqlParseException, SQLFeatureNotSupportedExce SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_ACCOUNT_TEMP); request.setTypes("temp_account"); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); - assertThat(response.getHits().getTotalHits(), equalTo(0L)); + assertThat(response.getHits().getTotalHits().value, equalTo(0L)); } @@ -47,7 +47,7 @@ public void deleteWithConditionTest() throws SqlParseException, SQLFeatureNotSup SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_PHRASE); request.setTypes("phrase"); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); - assertThat(response.getHits().getTotalHits(), equalTo(5L)); + assertThat(response.getHits().getTotalHits().value, equalTo(5L)); } diff --git a/src/test/java/org/nlpcn/es4sql/JoinTests.java b/src/test/java/org/nlpcn/es4sql/JoinTests.java index c781ca94..65e9ff4b 100644 --- a/src/test/java/org/nlpcn/es4sql/JoinTests.java +++ b/src/test/java/org/nlpcn/es4sql/JoinTests.java @@ -18,6 +18,7 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import java.util.stream.Stream; import static org.nlpcn.es4sql.TestsConstants.*; @@ -114,11 +115,12 @@ private void joinWithStar(boolean useNestedLoops) throws SqlParseException, SQLF if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); Assert.assertEquals(16, hits.length); - String house = hits[0].getSourceAsMap().get("c.house").toString(); - boolean someHouse = house.equals("Targaryen") || house.equals( "Stark") || house.equals("Lannister"); - Assert.assertTrue(someHouse ); - String houseName = hits[0].getSourceAsMap().get("h.hname").toString(); - Assert.assertEquals(house,houseName); + SearchHit hit = Stream.of(hits).filter(h -> "1|5".equals(h.getId())).findAny().get(); + String house = hit.getSourceAsMap().get("c.house").toString(); + boolean someHouse = house.equals("Targaryen") || house.equals("Stark") || house.equals("Lannister"); + Assert.assertTrue(someHouse); + String houseName = hit.getSourceAsMap().get("h.hname").toString(); + Assert.assertEquals(house, houseName); } @Test @@ -346,12 +348,12 @@ public void hintLimits_firstLimitSecondLimitOnlyOneHASH() throws SQLFeatureNotSu } private void hintLimits_firstLimitSecondLimitOnlyOne(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select /*! JOIN_TABLES_LIMIT(3,1) */ c.name.firstname,c.parents.father , h.hname,h.words from %s/gotCharacters h " + + String query = String.format("select /*! JOIN_TABLES_LIMIT(100,100) */ c.name.firstname,c.parents.father , h.hname,h.words from %s/gotCharacters h " + "JOIN %s/gotCharacters c ON c.name.lastname = h.hname ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); - if(useNestedLoops) Assert.assertEquals(3, hits.length); - else Assert.assertEquals(2, hits.length); + if(useNestedLoops) Assert.assertEquals(16, hits.length); + else Assert.assertEquals(16, hits.length); } @Test @@ -383,13 +385,13 @@ public void testLeftJoinWithLimitNL() throws SQLFeatureNotSupportedException, IO } private void testLeftJoinWithLimit(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select /*! JOIN_TABLES_LIMIT(3,null) */ c.name.firstname, f.name.firstname,f.name.lastname from %s/gotCharacters c " + + String query = String.format("select /*! JOIN_TABLES_LIMIT(100,null) */ c.name.firstname, f.name.firstname,f.name.lastname from %s/gotCharacters c " + "LEFT JOIN %s/gotCharacters f " + "on f.name.firstname = c.parents.father" , TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); - Assert.assertEquals(5, hits.length); + Assert.assertEquals(13, hits.length); } @Test diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 4be24d12..39aa6fea 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -322,7 +322,7 @@ public static void loadBulk(String jsonPath, String defaultIndex) throws Excepti BulkRequestBuilder bulkBuilder = client.prepareBulk(); byte[] buffer = ByteStreams.toByteArray(new FileInputStream(jsonPath)); - bulkBuilder.add(buffer, 0, buffer.length, defaultIndex, null, XContentType.JSON); + bulkBuilder.add(buffer, 0, buffer.length, defaultIndex, XContentType.JSON); BulkResponse response = bulkBuilder.get(); if(response.hasFailures()) { @@ -358,7 +358,7 @@ public static void prepareOdbcIndex(){ "\t\t\"properties\":{\n" + "\t\t\t\"odbc_time\":{\n" + "\t\t\t\t\"type\":\"date\",\n" + - "\t\t\t\t\"format\": \"{'ts' ''yyyy-MM-dd HH:mm:ss.SSS''}\"\n" + + "\t\t\t\t\"format\": \"'{ts '''yyyy-MM-dd HH:mm:ss.SSS'''}'\"\n" + "\t\t\t},\n" + "\t\t\t\"docCount\":{\n" + "\t\t\t\t\"type\":\"text\"\n" + diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index 02c154d0..b08c5c0d 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -32,20 +32,20 @@ public class QueryTest { @Test public void searchTypeTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/phrase LIMIT 1000", TEST_INDEX_PHRASE)); - Assert.assertEquals(6, response.getTotalHits()); + Assert.assertEquals(6, response.getTotalHits().value); } @Test public void multipleFromTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/phrase, %s/account LIMIT 2000", TEST_INDEX_PHRASE, TEST_INDEX_ACCOUNT)); - Assert.assertEquals(1006, response.getTotalHits()); + Assert.assertEquals(1006, response.getTotalHits().value); } @Test public void indexWithWildcardTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT * FROM elasticsearch-* LIMIT 1000"); - assertThat(response.getTotalHits(), greaterThan(0L)); + assertThat(response.getTotalHits().value, greaterThan(0L)); } @@ -96,7 +96,7 @@ public void equallityTest() throws SqlParseException, SQLFeatureNotSupportedExce SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); Assert.assertEquals("Nogal", hits[0].getSourceAsMap().get("city")); } @@ -109,7 +109,7 @@ public void equallityTest_phrase() throws SqlParseException, SQLFeatureNotSuppor SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); Assert.assertEquals("quick fox here", hits[0].getSourceAsMap().get("phrase")); } @@ -180,7 +180,7 @@ public void lessThanOrEqualTest() throws IOException, SqlParseException, SQLFeat public void orTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { SearchHits response = query(String.format("SELECT * FROM %s/account WHERE gender='F' OR gender='M' LIMIT 1000", TEST_INDEX_ACCOUNT)); // Assert all documents from accounts.json is returned. - Assert.assertEquals(1000, response.getTotalHits()); + Assert.assertEquals(1000, response.getTotalHits().value); } @@ -201,7 +201,7 @@ public void likeTest() throws IOException, SqlParseException, SQLFeatureNotSuppo SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); Assert.assertEquals("Amber", hits[0].getSourceAsMap().get("firstname")); } @@ -211,7 +211,7 @@ public void notLikeTest() throws IOException, SqlParseException, SQLFeatureNotSu SearchHit[] hits = response.getHits(); // assert we got hits - Assert.assertNotEquals(0, response.getTotalHits()); + Assert.assertNotEquals(0, response.getTotalHits().value); for (SearchHit hit : hits) { Assert.assertFalse(hit.getSourceAsMap().get("firstname").toString().toLowerCase().startsWith("amb")); } @@ -231,23 +231,23 @@ public void regexpQueryTest() throws SqlParseException, SQLFeatureNotSupportedEx @Test public void doubleNotTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { SearchHits response1 = query(String.format("SELECT * FROM %s/account WHERE not gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response1.getTotalHits()); + Assert.assertEquals(0, response1.getTotalHits().value); SearchHits response2 = query(String.format("SELECT * FROM %s/account WHERE not gender like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response2.getTotalHits()); + Assert.assertEquals(0, response2.getTotalHits().value); SearchHits response3 = query(String.format("SELECT * FROM %s/account WHERE gender not like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response3.getTotalHits()); + Assert.assertEquals(0, response3.getTotalHits().value); SearchHits response4 = query(String.format("SELECT * FROM %s/account WHERE gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); // assert there are results and they all have gender 'm' - Assert.assertNotEquals(0, response4.getTotalHits()); + Assert.assertNotEquals(0, response4.getTotalHits().value); for (SearchHit hit : response4.getHits()) { Assert.assertEquals("m", hit.getSourceAsMap().get("gender").toString().toLowerCase()); } SearchHits response5 = query(String.format("SELECT * FROM %s/account WHERE NOT (gender = 'm' OR gender = 'f')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response5.getTotalHits()); + Assert.assertEquals(0, response5.getTotalHits().value); } @Test @@ -310,7 +310,7 @@ public void inTest() throws IOException, SqlParseException, SQLFeatureNotSupport public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT phrase FROM %s/phrase WHERE phrase IN ('quick fox here', 'fox brown') LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { String phrase = (String) hit.getSourceAsMap().get("phrase"); assertThat(phrase, isOneOf("quick fox here", "fox brown")); @@ -321,7 +321,7 @@ public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatur public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = IN_TERMS(daenerys,eddard) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); assertThat(firstname, isOneOf("Daenerys", "Eddard")); @@ -331,7 +331,7 @@ public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, Sql public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); assertThat(firstname, isOneOf("Daenerys", "Eddard")); @@ -342,7 +342,7 @@ public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLF public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -353,7 +353,7 @@ public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLF public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.ofHisName = term(4) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -363,7 +363,7 @@ public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeat public void termQueryWithStringIdentifier() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = term(brandon) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -373,7 +373,7 @@ public void termQueryWithStringIdentifier() throws IOException, SqlParseExceptio public void termQueryWithStringLiteral() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = term('brandon') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -463,7 +463,7 @@ public void missFilterSearch() throws IOException, SqlParseException, SQLFeature SearchHit[] hits = response.getHits(); // should be 2 according to the data. - Assert.assertEquals(response.getTotalHits(), 4); + Assert.assertEquals(response.getTotalHits().value, 4); for(SearchHit hit : hits) { assertThat(hit.getSourceAsMap(), not(hasKey("insert_time2"))); } @@ -475,7 +475,7 @@ public void notMissFilterSearch() throws IOException, SqlParseException, SQLFeat SearchHit[] hits = response.getHits(); // should be 2 according to the data. - Assert.assertEquals(response.getTotalHits(), 2); + Assert.assertEquals(response.getTotalHits().value, 2); for(SearchHit hit : hits) { assertThat(hit.getSourceAsMap(), hasKey("insert_time2")); } @@ -569,25 +569,25 @@ public void orderByAscFieldWithSpaceTest() throws IOException, SqlParseException @Test public void testMultipartWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/account WHERE (firstname LIKE 'opal' OR firstname like 'rodriquez') AND (state like 'oh' OR state like 'hi')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); } @Test public void testMultipartWhere2() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/account where ((account_number > 200 and account_number < 300) or gender like 'm') and (state like 'hi' or address like 'avenue')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(127, response.getTotalHits()); + Assert.assertEquals(127, response.getTotalHits().value); } @Test public void testMultipartWhere3() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/account where ((account_number > 25 and account_number < 75) and age >35 ) and (state like 'md' or (address like 'avenue' or address like 'street'))", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(7, response.getTotalHits()); + Assert.assertEquals(7, response.getTotalHits().value); } @Test public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))')", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits()); + org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("bigSquare",result.getSourceAsMap().get("description")); } @@ -595,14 +595,14 @@ public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParse @Test public void boundingBox() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_BOUNDING_BOX(center,100.0,1.0,101,0.0)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits()); + org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @Test public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_DISTANCE(center,'1km',100.5,0.500001)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits()); + org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @@ -628,7 +628,7 @@ public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseExcept @Test public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_POLYGON(center,100,0,100.5,2,101.0,0)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits()); + org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @@ -636,19 +636,19 @@ public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseExcepti @Test public void escapedCharactersCheck() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where nickname = 'Daenerys \"Stormborn\"' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexObjectSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where name.firstname = 'Jaime' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexObjectReutrnField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT parents.father FROM %s/gotCharacters where name.firstname = 'Brandon' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Eddard",((HashMap)sourceAsMap.get("parents")).get("father")); } @@ -656,7 +656,7 @@ public void complexObjectReutrnField() throws IOException, SqlParseException, SQ @Test public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where @wolf = 'Summer' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Summer",sourceAsMap.get("@wolf")); Assert.assertEquals("Brandon",((HashMap)sourceAsMap.get("name")).get("firstname")); @@ -666,7 +666,7 @@ public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQL public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ //cant use string.format cause of %d SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where name.firstname not like '%d' and name is not null LIMIT 1000"); - Assert.assertEquals(3, response.getTotalHits()); + Assert.assertEquals(3, response.getTotalHits().value); for(SearchHit hit : response.getHits()) { Map sourceAsMap = hit.getSourceAsMap(); String name = ((HashMap) sourceAsMap.get("name")).get("firstname").toString(); @@ -677,13 +677,13 @@ public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotS @Test public void isNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where nickname IS NULL LIMIT 1000"); - Assert.assertEquals(6, response.getTotalHits()); + Assert.assertEquals(6, response.getTotalHits().value); } @Test public void isNotNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where nickname IS NOT NULL LIMIT 1000"); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @@ -694,7 +694,7 @@ public void useScrollNoParams() throws IOException, SqlParseException, SQLFeatur SearchHits hits = response.getHits(); //default is 50 , es5.0 functionality now returns docs on first scroll Assert.assertEquals(50,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits()); + Assert.assertEquals(1000,hits.getTotalHits().value); } @Test @@ -703,7 +703,7 @@ public void useScrollWithParams() throws IOException, SqlParseException, SQLFeat Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(10,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits()); + Assert.assertEquals(1000,hits.getTotalHits().value); } @@ -713,7 +713,7 @@ public void useScrollWithOrderByAndParams() throws IOException, SqlParseExceptio Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(5,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits()); + Assert.assertEquals(1000,hits.getTotalHits().value); for(SearchHit hit : hits){ Assert.assertEquals(20,hit.getSourceAsMap().get("age")); } @@ -794,13 +794,13 @@ public void idsQuerySubQueryIds() throws SqlParseException, SQLFeatureNotSupport @Test public void nestedEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info)='b'", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info) = 'a'", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); } // @Test @@ -812,61 +812,61 @@ public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseExce @Test public void complexNestedQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested('message',message.info = 'a' and message.author ='i' ) ", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexNestedQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested('message',message.info = 'a' and message.author ='h' ) ", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(0, response.getTotalHits()); + Assert.assertEquals(0, response.getTotalHits().value); } @Test public void nestedOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info) = IN_TERMS(a,b)", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(3, response.getTotalHits()); + Assert.assertEquals(3, response.getTotalHits().value); } @Test public void childrenEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info)='b'", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void childrenOnInQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info) in ('a','b')", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); } @Test public void complexChildrenQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info = 'a' and author ='e' ) ", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(1, response.getTotalHits()); + Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexChildrenQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info = 'a' and author ='j' ) ", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(0, response.getTotalHits()); + Assert.assertEquals(0, response.getTotalHits().value); } @Test public void childrenOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info) = IN_TERMS(a,b)", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(2, response.getTotalHits()); + Assert.assertEquals(2, response.getTotalHits().value); } @Test public void multipleIndicesOneNotExistWithHint() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT /*! IGNORE_UNAVAILABLE */ * FROM %s,%s ", TEST_INDEX_ACCOUNT,"badindex")); - Assert.assertTrue(response.getTotalHits() > 0); + Assert.assertTrue(response.getTotalHits().value > 0); } @Test(expected=IndexNotFoundException.class) public void multipleIndicesOneNotExistWithoutHint() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s,%s ", TEST_INDEX_ACCOUNT,"badindex")); - Assert.assertTrue(response.getTotalHits() > 0); + Assert.assertTrue(response.getTotalHits().value > 0); } @Test diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 8e12402f..b1a6dfb5 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -260,7 +260,7 @@ public void functionLogs() throws Exception { @Test public void functionPow() throws Exception { String query = "SELECT pow(account_number, 2) as key,"+ - "abs(age - 60) as new_age from " + TEST_INDEX_ACCOUNT + "/account limit 1"; + "abs(age - 60) as new_age from " + TEST_INDEX_ACCOUNT + "/account where _id=25"; CSVResult csvResult = getCsvResult(false, query); List content = csvResult.getLines(); Assert.assertTrue(content.toString().contains("625")); diff --git a/src/test/resources/join_objects.json b/src/test/resources/join_objects.json index ed142621..a1fdc868 100644 --- a/src/test/resources/join_objects.json +++ b/src/test/resources/join_objects.json @@ -6,13 +6,13 @@ {"messageTile": "c", "join_field": "parentType"} {"index":{"_type": "joinType", "_id":"4"}} {"messageTile": "d", "join_field": "parentType"} -{"index":{"_type": "joinType", "_id":"5", "_routing": "1"}} +{"index":{"_type": "joinType", "_id":"5", "routing": "1"}} {"info":"a","author":"e","dayOfWeek":1, "join_field": {"name": "childrenType", "parent": "1"}} -{"index":{"_type": "joinType", "_id":"6", "_routing": "2"}} +{"index":{"_type": "joinType", "_id":"6", "routing": "2"}} {"info":"b","author":"f","dayOfWeek":2, "join_field": {"name": "childrenType", "parent": "2"}} -{"index":{"_type": "joinType", "_id":"7", "_routing": "3"}} +{"index":{"_type": "joinType", "_id":"7", "routing": "3"}} {"info":"c","author":"g","dayOfWeek":1, "join_field": {"name": "childrenType", "parent": "3"}} -{"index":{"_type": "joinType", "_id":"8", "_routing": "4"}} +{"index":{"_type": "joinType", "_id":"8", "routing": "4"}} {"info":"d","author":"h","dayOfWeek":3, "join_field": {"name": "childrenType", "parent": "4"}} -{"index":{"_type": "joinType", "_id":"9", "_routing": "1"}} +{"index":{"_type": "joinType", "_id":"9", "routing": "1"}} {"info":"a","author":"h","dayOfWeek":3, "join_field": {"name": "childrenType", "parent": "1"}} From 5a1535db8f0db7936ed7957a3831e1867fe08e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Oct 2019 22:33:28 +0800 Subject: [PATCH 068/266] es 7.0.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea226e32..71d65d84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.0.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.0.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 26f814a5..c617ec3f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.0.0.0 + 7.0.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.0.0 + 7.0.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From f0ad4c692f71aec50652fda2a51509a9018b1df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Oct 2019 22:44:35 +0800 Subject: [PATCH 069/266] es 7.1.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71d65d84..14938636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.0.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.1.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c617ec3f..98d88357 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.0.1.0 + 7.1.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.0.1 + 7.1.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From e4ff26d6053f3142612630e866cf455d710f39e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Oct 2019 22:45:33 +0800 Subject: [PATCH 070/266] es 7.1.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14938636..50165b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.1.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.1.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 98d88357..e84f28ae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.1.0.0 + 7.1.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.1.0 + 7.1.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From b3ba23ec1d7d4804a645f7dabdf56ed6285ea01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 13 Oct 2019 23:10:54 +0800 Subject: [PATCH 071/266] update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index 533db71d..89250640 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ Elasticsearch-SQL **6.8.0** [![6.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.1** [![6.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.2** [![6.8.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.3** [![6.8.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -216,6 +222,11 @@ Versions | 6.8.0 | 6.8.0.0 | | elastic6.8.0 | | 6.8.1 | 6.8.1.0 | | elastic6.8.1 | | 6.8.2 | 6.8.2.0 | | elastic6.8.2 | +| 6.8.3 | 6.8.3.0 | | elastic6.8.3 | +| 7.0.0 | 7.0.0.0 | | elastic7.0.0 | +| 7.0.1 | 7.0.1.0 | | elastic7.0.1 | +| 7.1.0 | 7.1.0.0 | | elastic7.1.0 | +| 7.1.1 | 7.1.1.0 | | elastic7.1.1 | ### Elasticsearch 1.x ```` @@ -640,6 +651,31 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.2.0/elasticsearch-sql-6.8.2.0.zip ```` +### Elasticsearch 6.8.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.3.0/elasticsearch-sql-6.8.3.0.zip +```` + +### Elasticsearch 7.0.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip +```` + +### Elasticsearch 7.0.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.1.0/elasticsearch-sql-7.0.1.0.zip +```` + +### Elasticsearch 7.1.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.1.0.0/elasticsearch-sql-7.1.0.0.zip +```` + +### Elasticsearch 7.1.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.1.1.0/elasticsearch-sql-7.1.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From a1b706706a243b70a2fad1b84e2893a8caf0ceb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:04:12 +0800 Subject: [PATCH 072/266] es 7.2.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50165b02..9c2a8122 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.1.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e84f28ae..2eb6e777 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.1.1.0 + 7.2.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.1.1 + 7.2.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 104504f4d6c8594f8ff6fbeb84c451bd93d9f092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:13:06 +0800 Subject: [PATCH 073/266] es 7.2.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c2a8122..dcc1c201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2eb6e777..ad0408a3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.2.0.0 + 7.2.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.2.0 + 7.2.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 98444ba34b7d3b42bea57f06a4eabe3d7549f03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:16:38 +0800 Subject: [PATCH 074/266] es 7.3.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcc1c201..2fceb0cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ad0408a3..7a59bb40 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.2.1.0 + 7.3.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.2.1 + 7.3.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From c5544dd712510bb71934cb23155f1ec4cc2d7448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 15:57:02 +0800 Subject: [PATCH 075/266] es 7.3.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fceb0cd..19f69d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 7a59bb40..79d533ed 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.0.0 + 7.3.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.0 + 7.3.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 21113e85622ae9d76402787e4924ba121a76277b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:00:30 +0800 Subject: [PATCH 076/266] es 7.3.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19f69d6c..d561491a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 79d533ed..13e0c6a6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.1.0 + 7.3.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.1 + 7.3.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From c0dee071505c9775350ac9a00bd4fce4977eb2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:12:00 +0800 Subject: [PATCH 077/266] es 7.4.0 support --- .travis.yml | 2 +- pom.xml | 4 +-- .../plugin/nlpcn/RestSqlAction.java | 26 ++++++++++++------- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 24 ++++++++--------- .../search_spatial_explain.json | 1 - 5 files changed, 31 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index d561491a..392488f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 13e0c6a6..ba84acfa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.2.0 + 7.4.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.2 + 7.4.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 6e263f6d..ee9213b3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -3,32 +3,38 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.client.node.NodeClient; -import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; -import org.elasticsearch.rest.*; +import org.elasticsearch.rest.BaseRestHandler; +import org.elasticsearch.rest.BytesRestResponse; +import org.elasticsearch.rest.RestController; +import org.elasticsearch.rest.RestRequest; +import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.SearchDao; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.QueryAction; import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; -import java.util.*; +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; +import java.util.Set; public class RestSqlAction extends BaseRestHandler { private static final Logger LOGGER = LogManager.getLogger(); - public RestSqlAction(Settings settings, RestController restController) { - super(settings); - restController.registerHandler(RestRequest.Method.POST, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.POST, "/_sql", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql", this); - } + public RestSqlAction(RestController restController) { + restController.registerHandler(RestRequest.Method.POST, "/_sql/_explain", this); + restController.registerHandler(RestRequest.Method.GET, "/_sql/_explain", this); + restController.registerHandler(RestRequest.Method.POST, "/_sql", this); + restController.registerHandler(RestRequest.Method.GET, "/_sql", this); + } @Override public String getName() { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 80d9f95f..413a8979 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -17,21 +17,21 @@ public class SqlPlug extends Plugin implements ActionPlugin { - public SqlPlug() { - } + public SqlPlug() { + } - public String name() { - return "sql"; - } + public String name() { + return "sql"; + } - public String description() { - return "Use sql to query elasticsearch."; - } + public String description() { + return "Use sql to query elasticsearch."; + } - @Override - public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { - return Collections.singletonList(new RestSqlAction(settings, restController)); - } + @Override + public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { + return Collections.singletonList(new RestSqlAction(restController)); + } } diff --git a/src/test/resources/expectedOutput/search_spatial_explain.json b/src/test/resources/expectedOutput/search_spatial_explain.json index 6c46934f..60a4c9b4 100644 --- a/src/test/resources/expectedOutput/search_spatial_explain.json +++ b/src/test/resources/expectedOutput/search_spatial_explain.json @@ -12,7 +12,6 @@ "place" : { "shape" : { "type" : "polygon", - "orientation" : "right", "coordinates" : [ [ [ From 7e320294247d268c05d726934eaf699688eddff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:54:01 +0800 Subject: [PATCH 078/266] es 7.4.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 392488f5..5c3e2173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ba84acfa..84d00e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.0.0 + 7.4.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.4.0 + 7.4.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From f73bc66595ca85813344323e6a18cd87f5286543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:04:12 +0800 Subject: [PATCH 079/266] es 7.2.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50165b02..9c2a8122 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.1.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e84f28ae..2eb6e777 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.1.1.0 + 7.2.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.1.1 + 7.2.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 2c1315dfbe9d034474444c2d9fa108dc125f4c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:13:06 +0800 Subject: [PATCH 080/266] es 7.2.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c2a8122..dcc1c201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2eb6e777..ad0408a3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.2.0.0 + 7.2.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.2.0 + 7.2.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 5a380ca8477d962cb19b38d344b0514aea992075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 11:16:38 +0800 Subject: [PATCH 081/266] es 7.3.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcc1c201..2fceb0cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.2.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ad0408a3..7a59bb40 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.2.1.0 + 7.3.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.2.1 + 7.3.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 9be49d406e49a920faad9683c8bf7d54ea095c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 15:57:02 +0800 Subject: [PATCH 082/266] es 7.3.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fceb0cd..19f69d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 7a59bb40..79d533ed 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.0.0 + 7.3.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.0 + 7.3.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From df247f461f0fad28a20ce85c66d4a09f34e511a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:00:30 +0800 Subject: [PATCH 083/266] es 7.3.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19f69d6c..d561491a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 79d533ed..13e0c6a6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.1.0 + 7.3.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.1 + 7.3.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From b8726c30e4f21bfd7938a63b3b9004301372ca9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:12:00 +0800 Subject: [PATCH 084/266] es 7.4.0 support --- .travis.yml | 2 +- pom.xml | 4 +-- .../plugin/nlpcn/RestSqlAction.java | 26 ++++++++++++------- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 24 ++++++++--------- .../search_spatial_explain.json | 1 - 5 files changed, 31 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index d561491a..392488f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.3.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 13e0c6a6..ba84acfa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.3.2.0 + 7.4.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.3.2 + 7.4.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 6e263f6d..ee9213b3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -3,32 +3,38 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.client.node.NodeClient; -import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; -import org.elasticsearch.rest.*; +import org.elasticsearch.rest.BaseRestHandler; +import org.elasticsearch.rest.BytesRestResponse; +import org.elasticsearch.rest.RestController; +import org.elasticsearch.rest.RestRequest; +import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.SearchDao; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.QueryAction; import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; -import java.util.*; +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; +import java.util.Set; public class RestSqlAction extends BaseRestHandler { private static final Logger LOGGER = LogManager.getLogger(); - public RestSqlAction(Settings settings, RestController restController) { - super(settings); - restController.registerHandler(RestRequest.Method.POST, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.POST, "/_sql", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql", this); - } + public RestSqlAction(RestController restController) { + restController.registerHandler(RestRequest.Method.POST, "/_sql/_explain", this); + restController.registerHandler(RestRequest.Method.GET, "/_sql/_explain", this); + restController.registerHandler(RestRequest.Method.POST, "/_sql", this); + restController.registerHandler(RestRequest.Method.GET, "/_sql", this); + } @Override public String getName() { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 80d9f95f..413a8979 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -17,21 +17,21 @@ public class SqlPlug extends Plugin implements ActionPlugin { - public SqlPlug() { - } + public SqlPlug() { + } - public String name() { - return "sql"; - } + public String name() { + return "sql"; + } - public String description() { - return "Use sql to query elasticsearch."; - } + public String description() { + return "Use sql to query elasticsearch."; + } - @Override - public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { - return Collections.singletonList(new RestSqlAction(settings, restController)); - } + @Override + public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { + return Collections.singletonList(new RestSqlAction(restController)); + } } diff --git a/src/test/resources/expectedOutput/search_spatial_explain.json b/src/test/resources/expectedOutput/search_spatial_explain.json index 6c46934f..60a4c9b4 100644 --- a/src/test/resources/expectedOutput/search_spatial_explain.json +++ b/src/test/resources/expectedOutput/search_spatial_explain.json @@ -12,7 +12,6 @@ "place" : { "shape" : { "type" : "polygon", - "orientation" : "right", "coordinates" : [ [ [ From 0ce4edaaaa0aa9611524a0e3761b6e716cd91442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 16:54:01 +0800 Subject: [PATCH 085/266] es 7.4.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 392488f5..5c3e2173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ba84acfa..84d00e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.0.0 + 7.4.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.4.0 + 7.4.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From ad33323fe8b97b21ae2a918631d1a9c9d3d3fe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 27 Oct 2019 17:16:55 +0800 Subject: [PATCH 086/266] update README.md --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index 89250640..67b096fd 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,14 @@ Elasticsearch-SQL **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -227,6 +235,13 @@ Versions | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | | 7.1.1 | 7.1.1.0 | | elastic7.1.1 | +| 7.2.0 | 7.2.0.0 | | elastic7.2.0 | +| 7.2.1 | 7.2.1.0 | | elastic7.2.1 | +| 7.3.0 | 7.3.0.0 | | elastic7.3.0 | +| 7.3.1 | 7.3.1.0 | | elastic7.3.1 | +| 7.3.2 | 7.3.2.0 | | elastic7.3.2 | +| 7.4.0 | 7.4.0.0 | | elastic7.4.0 | +| 7.4.1 | 7.4.1.0 | | elastic7.4.1 | ### Elasticsearch 1.x ```` @@ -676,6 +691,41 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.1.1.0/elasticsearch-sql-7.1.1.0.zip ```` +### Elasticsearch 7.2.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.2.0.0/elasticsearch-sql-7.2.0.0.zip +```` + +### Elasticsearch 7.2.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.2.1.0/elasticsearch-sql-7.2.1.0.zip +```` + +### Elasticsearch 7.3.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.3.0.0/elasticsearch-sql-7.3.0.0.zip +```` + +### Elasticsearch 7.3.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.3.1.0/elasticsearch-sql-7.3.1.0.zip +```` + +### Elasticsearch 7.3.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.3.2.0/elasticsearch-sql-7.3.2.0.zip +```` + +### Elasticsearch 7.4.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.4.0.0/elasticsearch-sql-7.4.0.0.zip +```` + +### Elasticsearch 7.4.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.4.1.0/elasticsearch-sql-7.4.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 4cd5127a5fb921d0bb29b4d9ca54b7d3b325bebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 10 Nov 2019 17:06:36 +0800 Subject: [PATCH 087/266] sorry for deprecated --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67b096fd..6ddf2726 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## DEPRECATED + +### Please note, this project is deprecated and no longer being maintained, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql). + +---------- + Elasticsearch-SQL ================= From 33deeca5a96c4782e1165b5ddf37369a5f8ecbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 10 Nov 2019 17:42:48 +0800 Subject: [PATCH 088/266] es 7.4.2 support --- .travis.yml | 2 +- README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c3e2173..25561576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/README.md b/README.md index 6ddf2726..7bbc3e86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## DEPRECATED -### Please note, this project is deprecated and no longer being maintained, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql). +### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql). ---------- diff --git a/pom.xml b/pom.xml index 84d00e5f..cc267341 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.1.0 + 7.4.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.4.1 + 7.4.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 8d194fd194e4bdbf1df4ed0e32ffbef5fc94f40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 10 Nov 2019 17:58:11 +0800 Subject: [PATCH 089/266] update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bbc3e86..41f271b6 100644 --- a/README.md +++ b/README.md @@ -112,19 +112,21 @@ Elasticsearch-SQL **6.8.1** [![6.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.2** [![6.8.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.3** [![6.8.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.4** [![6.8.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -237,6 +239,7 @@ Versions | 6.8.1 | 6.8.1.0 | | elastic6.8.1 | | 6.8.2 | 6.8.2.0 | | elastic6.8.2 | | 6.8.3 | 6.8.3.0 | | elastic6.8.3 | +| 6.8.4 | 6.8.4.0 | | elastic6.8.4 | | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -248,6 +251,7 @@ Versions | 7.3.2 | 7.3.2.0 | | elastic7.3.2 | | 7.4.0 | 7.4.0.0 | | elastic7.4.0 | | 7.4.1 | 7.4.1.0 | | elastic7.4.1 | +| 7.4.2 | 7.4.2.0 | | elastic7.4.2 | ### Elasticsearch 1.x ```` @@ -677,6 +681,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.3.0/elasticsearch-sql-6.8.3.0.zip ```` +### Elasticsearch 6.8.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.4.0/elasticsearch-sql-6.8.4.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -732,6 +741,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.4.1.0/elasticsearch-sql-7.4.1.0.zip ```` +### Elasticsearch 7.4.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.4.2.0/elasticsearch-sql-7.4.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 55ef4fa8aed9b50603425903ee7b1a68245d5dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 10 Nov 2019 20:28:28 +0800 Subject: [PATCH 090/266] fix #999 support showHeader parameter --- pom.xml | 2 +- .../elasticsearch/plugin/nlpcn/RestSqlAction.java | 2 +- .../nlpcn/executors/CSVResultRestExecutor.java | 14 +++++++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index cc267341..80fc02bf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.0 + 7.4.2.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index ee9213b3..ecaac46d 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -92,7 +92,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli @Override protected Set responseParams() { Set responseParams = new HashSet<>(super.responseParams()); - responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "newLine", "format")); + responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "newLine", "format", "showHeader")); return responseParams; } } \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index 49de0354..683c873a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -33,7 +33,8 @@ public void execute(Client client, Map params, QueryAction query if(params.containsKey("newLine")){ newLine = params.get("newLine"); } - String csvString = buildString(separator, result, newLine); + boolean showHeader = getBooleanOrDefault(params, "showHeader", true); + String csvString = buildString(separator, result, newLine, showHeader); BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, csvString); channel.sendResponse(bytesRestResponse); } @@ -56,7 +57,8 @@ public String execute(Client client, Map params, QueryAction que if(params.containsKey("newLine")){ newLine = params.get("newLine"); } - String csvString = buildString(separator, result, newLine); + boolean showHeader = getBooleanOrDefault(params, "showHeader", true); + String csvString = buildString(separator, result, newLine, showHeader); return csvString; } @@ -68,10 +70,12 @@ private boolean getBooleanOrDefault(Map params, String param, bo return flat; } - private String buildString(String separator, CSVResult result, String newLine) { + private String buildString(String separator, CSVResult result, String newLine, boolean showHeader) { StringBuilder csv = new StringBuilder(); - csv.append(Joiner.on(separator).join(result.getHeaders())); - csv.append(newLine); + if (showHeader) { + csv.append(Joiner.on(separator).join(result.getHeaders())); + csv.append(newLine); + } csv.append(Joiner.on(newLine).join(result.getLines())); return csv.toString(); } From a9c3bc942078a52bd659c3ccf05545bb230ad8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 10 Nov 2019 21:58:49 +0800 Subject: [PATCH 091/266] fix #997 support track_total_hits --- .../org/nlpcn/es4sql/domain/hints/HintFactory.java | 4 ++++ .../org/nlpcn/es4sql/domain/hints/HintType.java | 3 ++- .../nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + .../java/org/nlpcn/es4sql/query/QueryAction.java | 13 +++++++++++++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 0422d477..d2aeab8d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -163,6 +163,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String preferenceParam = getParamFromHint(hintAsString, "! PREFERENCE"); return new Hint(HintType.PREFERENCE, new String[]{preferenceParam}); } + if (hintAsString.startsWith("! TRACK_TOTAL_HITS")) { + String trackTotalTitsParam = getParamFromHint(hintAsString, "! TRACK_TOTAL_HITS"); + return new Hint(HintType.TRACK_TOTAL_HITS, new String[]{trackTotalTitsParam}); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 17db9018..7f9fb598 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -21,5 +21,6 @@ public enum HintType POST_FILTER, STATS, CONFLICTS, - PREFERENCE + PREFERENCE, + TRACK_TOTAL_HITS } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 41841197..2fec65fd 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -219,6 +219,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithPostFilter(select, request); updateRequestWithStats(select, request); updateRequestWithPreference(select, request); + updateRequestWithTrackTotalHits(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 6746065c..0b508030 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -92,6 +92,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithPostFilter(select, request); updateRequestWithStats(select, request); updateRequestWithPreference(select, request); + updateRequestWithTrackTotalHits(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 47253786..b2ab1f06 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -88,6 +88,19 @@ protected void updateRequestWithPreference(Select select, SearchRequestBuilder r } } + protected void updateRequestWithTrackTotalHits(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.TRACK_TOTAL_HITS && hint.getParams() != null && 0 < hint.getParams().length) { + String param = hint.getParams()[0].toString(); + try { + request.setTrackTotalHitsUpTo(Integer.parseInt(param)); + } catch (NumberFormatException ex) { + request.setTrackTotalHits(Boolean.parseBoolean(param)); + } + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); From 24169cfc5d070cb1923c719463fae7d767f51fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 17 Nov 2019 19:30:03 +0800 Subject: [PATCH 092/266] fix #1007 --- pom.xml | 2 +- src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 80fc02bf..9c2e23cf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.1 + 7.4.2.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index ecaac46d..b69072cb 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -92,7 +92,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli @Override protected Set responseParams() { Set responseParams = new HashSet<>(super.responseParams()); - responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "newLine", "format", "showHeader")); + responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader")); return responseParams; } } \ No newline at end of file From 671bf08195693a12a0eecb25a035ab9ede9eea92 Mon Sep 17 00:00:00 2001 From: Chen Dai <46505291+dai-chen@users.noreply.github.com> Date: Mon, 25 Nov 2019 11:42:37 -0800 Subject: [PATCH 093/266] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f271b6..7598ad8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## DEPRECATED -### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql). +### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql) and [OpenDistro For Elasticsearch SQL](https://github.com/opendistro-for-elasticsearch/sql) supported by AWS and licensed under Apache 2. ---------- From 58f87e101b0f243cc13271090a2fce7d10118f76 Mon Sep 17 00:00:00 2001 From: Chen Dai <46505291+dai-chen@users.noreply.github.com> Date: Mon, 25 Nov 2019 11:46:23 -0800 Subject: [PATCH 094/266] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7598ad8e..e46a1ac4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## DEPRECATED -### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql) and [OpenDistro For Elasticsearch SQL](https://github.com/opendistro-for-elasticsearch/sql) supported by AWS and licensed under Apache 2. +### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql) and [OpenDistro for Elasticsearch SQL](https://github.com/opendistro-for-elasticsearch/sql) supported by AWS and licensed under Apache 2. ---------- From bcfb33448d054ba6050b2aa1f73b32c0fe657e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 1 Dec 2019 22:43:28 +0800 Subject: [PATCH 095/266] update README.md --- README.md | 10 +++- pom.xml | 2 +- .../plugin/nlpcn/ElasticJoinExecutor.java | 13 ++-- .../plugin/nlpcn/ElasticUtils.java | 5 +- .../executors/CSVResultRestExecutor.java | 4 +- .../nlpcn/executors/CSVResultsExtractor.java | 60 ++++++++++++------- .../executors/ElasticDefaultRestExecutor.java | 17 ++++-- .../es4sql/jdbc/ObjectResultsExtractor.java | 26 ++++++-- .../es4sql/CSVResultsExtractorTests.java | 26 ++++---- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 4 +- 10 files changed, 109 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index e46a1ac4..8ec81eb1 100644 --- a/README.md +++ b/README.md @@ -114,18 +114,20 @@ Elasticsearch-SQL **6.8.3** [![6.8.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.4** [![6.8.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.8.5** [![6.8.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -240,6 +242,7 @@ Versions | 6.8.2 | 6.8.2.0 | | elastic6.8.2 | | 6.8.3 | 6.8.3.0 | | elastic6.8.3 | | 6.8.4 | 6.8.4.0 | | elastic6.8.4 | +| 6.8.5 | 6.8.5.0 | | elastic6.8.5 | | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -686,6 +689,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.4.0/elasticsearch-sql-6.8.4.0.zip ```` +### Elasticsearch 6.8.5 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.5.0/elasticsearch-sql-6.8.5.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip diff --git a/pom.xml b/pom.xml index 9c2e23cf..923b32bf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.2 + 7.4.2.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 6329d85e..2dcdad26 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -6,7 +6,7 @@ import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; import org.elasticsearch.common.unit.TimeValue; - +import org.elasticsearch.common.xcontent.XContentBuilder; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; @@ -23,7 +23,12 @@ import org.nlpcn.es4sql.query.join.TableInJoinRequestBuilder; import java.io.IOException; -import java.util.*; +import java.util.Collection; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; /** * Created by Eliran on 15/9/2015. @@ -46,8 +51,8 @@ protected ElasticJoinExecutor(JoinRequestBuilder requestBuilder) { public void sendResponse(RestChannel channel){ try { - String json = ElasticUtils.hitsAsStringResult(results,metaResults); - BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, json); + XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(results,metaResults); + BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, builder); channel.sendResponse(bytesRestResponse); } catch (IOException e) { e.printStackTrace(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index 58d5025c..e9b5fddf 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -4,7 +4,6 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; -import org.elasticsearch.common.bytes.BytesReference; import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.common.xcontent.XContentBuilder; import org.elasticsearch.common.xcontent.XContentFactory; @@ -40,7 +39,7 @@ public static SearchResponse scrollOneTimeWithHits(Client client, SearchRequestB //use our deserializer instead of results toXcontent because the source field is differnet from sourceAsMap. - public static String hitsAsStringResult(SearchHits results, MetaSearchResult metaResults) throws IOException { + public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSearchResult metaResults) throws IOException { if(results == null) return null; Object[] searchHits; searchHits = new Object[(int) results.getTotalHits().value]; @@ -67,6 +66,6 @@ public static String hitsAsStringResult(SearchHits results, MetaSearchResult met , "failed", metaResults.getFailedShards())); builder.field("hits",hits) ; builder.endObject(); - return BytesReference.bytes(builder).utf8ToString(); + return builder; } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index 683c873a..29836518 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -28,7 +28,7 @@ public void execute(Client client, Map params, QueryAction query boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId).extractResults(queryResult,flat,separator); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); @@ -52,7 +52,7 @@ public String execute(Client client, Map params, QueryAction que boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId).extractResults(queryResult,flat,separator); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index cbd0adb4..ed8a9727 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -9,16 +9,23 @@ import org.elasticsearch.search.aggregations.Aggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; -import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; import org.elasticsearch.search.aggregations.metrics.Percentile; import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; -import org.elasticsearch.search.aggregations.metrics.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.TopHits; import org.nlpcn.es4sql.Util; +import org.nlpcn.es4sql.query.DefaultQueryAction; +import org.nlpcn.es4sql.query.QueryAction; -import java.util.*; +import java.util.ArrayList; +import java.util.Collection; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; /** * Created by Eliran on 27/12/2015. @@ -29,12 +36,15 @@ public class CSVResultsExtractor { private final boolean includeId; private final boolean includeScrollId; private int currentLineIndex; - public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId) { + private QueryAction queryAction; + + public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { this.includeScore = includeScore; this.includeType = includeType; this.includeId = includeId; this.includeScrollId = includeScrollId; this.currentLineIndex = 0; + this.queryAction = queryAction; } public CSVResult extractResults(Object queryResult, boolean flat, String separator) throws CsvExtractorException { @@ -258,42 +268,50 @@ private List createCSVLinesFromDocs(boolean flat, String separator, List } private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { - Set csvHeaders = new HashSet<>(); - for(SearchHit hit : hits){ + Set csvHeaders = new LinkedHashSet<>(); + for (SearchHit hit : hits) { Map doc = hit.getSourceAsMap(); Map fields = hit.getFields(); - for(DocumentField searchHitField : fields.values()){ - doc.put(searchHitField.getName(),searchHitField.getValue()); + for (DocumentField searchHitField : fields.values()) { + doc.put(searchHitField.getName(), searchHitField.getValue()); } mergeHeaders(csvHeaders, doc, flat); - if(this.includeId){ + if (this.includeId) { doc.put("_id", hit.getId()); } - if(this.includeScore){ + if (this.includeScore) { doc.put("_score", hit.getScore()); } - if(this.includeType){ - doc.put("_type",hit.getType()); + if (this.includeType) { + doc.put("_type", hit.getType()); } if (this.includeScrollId) { doc.put("_scroll_id", scrollId); } docsAsMap.add(doc); } - ArrayList headersList = new ArrayList<>(csvHeaders); - if (this.includeId){ - headersList.add("_id"); + if (this.includeId) { + csvHeaders.add("_id"); } - if (this.includeScore){ - headersList.add("_score"); + if (this.includeScore) { + csvHeaders.add("_score"); } - if (this.includeType){ - headersList.add("_type"); + if (this.includeType) { + csvHeaders.add("_type"); } if (this.includeScrollId) { - headersList.add("_scroll_id"); + csvHeaders.add("_scroll_id"); + } + List headers = new ArrayList<>(csvHeaders); + if (this.queryAction instanceof DefaultQueryAction) { + List fieldNames = ((DefaultQueryAction) this.queryAction).getFieldNames(); + headers.sort((o1, o2) -> { + int i1 = fieldNames.indexOf(o1); + int i2 = fieldNames.indexOf(o2); + return Integer.compare(i1 < 0 ? Integer.MAX_VALUE : i1, i2 < 0 ? Integer.MAX_VALUE : i2); + }); } - return headersList; + return headers; } private String findFieldValue(String header, Map doc, boolean flat, String separator) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index d83c0fc2..27f137df 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -8,9 +8,16 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.action.search.SearchScrollRequest; import org.elasticsearch.client.Client; +import org.elasticsearch.common.bytes.BytesReference; +import org.elasticsearch.common.xcontent.XContentBuilder; import org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener; import org.elasticsearch.index.reindex.DeleteByQueryRequest; -import org.elasticsearch.plugin.nlpcn.*; +import org.elasticsearch.plugin.nlpcn.ElasticHitsExecutor; +import org.elasticsearch.plugin.nlpcn.ElasticJoinExecutor; +import org.elasticsearch.plugin.nlpcn.ElasticUtils; +import org.elasticsearch.plugin.nlpcn.GetIndexRequestRestListener; +import org.elasticsearch.plugin.nlpcn.MetaSearchResult; +import org.elasticsearch.plugin.nlpcn.MultiRequestExecutorFactory; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; @@ -81,11 +88,11 @@ public String execute(Client client, Map params, QueryAction que if (requestBuilder instanceof JoinRequestBuilder) { ElasticJoinExecutor executor = ElasticJoinExecutor.createJoinExecutor(client, requestBuilder); executor.run(); - return ElasticUtils.hitsAsStringResult(executor.getHits(), new MetaSearchResult()); + return BytesReference.bytes(ElasticUtils.hitsAsXContentBuilder(executor.getHits(), new MetaSearchResult())).utf8ToString(); } else if (requestBuilder instanceof MultiQueryRequestBuilder) { ElasticHitsExecutor executor = MultiRequestExecutorFactory.createExecutor(client, (MultiQueryRequestBuilder) requestBuilder); executor.run(); - return ElasticUtils.hitsAsStringResult(executor.getHits(), new MetaSearchResult()); + return BytesReference.bytes(ElasticUtils.hitsAsXContentBuilder(executor.getHits(), new MetaSearchResult())).utf8ToString(); } else if (request instanceof SearchRequest) { ActionFuture future = client.search((SearchRequest) request); SearchResponse response = future.actionGet(); @@ -102,8 +109,8 @@ public String execute(Client client, Map params, QueryAction que private void sendDefaultResponse(SearchHits hits, RestChannel channel) { try { - String json = ElasticUtils.hitsAsStringResult(hits, new MetaSearchResult()); - BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, json); + XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(hits, new MetaSearchResult()); + BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, builder); channel.sendResponse(bytesRestResponse); } catch (IOException e) { e.printStackTrace(); diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index e831f767..1a9c2458 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -8,17 +8,22 @@ import org.elasticsearch.search.aggregations.Aggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; -import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; -import org.elasticsearch.search.aggregations.metrics.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.TopHits; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; -import java.util.*; +import java.util.ArrayList; +import java.util.Collection; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; /** * Created by allwefantasy on 8/30/16. @@ -259,10 +264,11 @@ private List> createLinesFromDocs(boolean flat, List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { Set headers = new LinkedHashSet<>(); + List fieldNames = new ArrayList<>(); if (this.queryAction instanceof DefaultQueryAction) { - headers.addAll(((DefaultQueryAction) this.queryAction).getFieldNames()); + fieldNames.addAll(((DefaultQueryAction) this.queryAction).getFieldNames()); } - boolean hasScrollId = this.includeScrollId || headers.contains("_scroll_id"); + boolean hasScrollId = this.includeScrollId || fieldNames.contains("_scroll_id"); for (SearchHit hit : hits) { Map doc = hit.getSourceAsMap(); Map fields = hit.getFields(); @@ -284,7 +290,15 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, mergeHeaders(headers, doc, flat); docsAsMap.add(doc); } - return new ArrayList<>(headers); + List list = new ArrayList<>(headers); + if (!fieldNames.isEmpty()) { + list.sort((o1, o2) -> { + int i1 = fieldNames.indexOf(o1); + int i2 = fieldNames.indexOf(o2); + return Integer.compare(i1 < 0 ? Integer.MAX_VALUE : i1, i2 < 0 ? Integer.MAX_VALUE : i2); + }); + } + return list; } private Object findFieldValue(String header, Map doc, boolean flat) { diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index 05a22064..0dce7cb1 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -73,10 +73,10 @@ public void simpleSearchResultWithNestedOneFieldNotFlatNoAggs() throws Exception List lines = csvResult.getLines(); Assert.assertEquals(7, lines.size()); - Assert.assertTrue(lines.contains("{firstname=Daenerys},Targaryen")); - Assert.assertTrue(lines.contains("{firstname=Eddard},Stark")); - Assert.assertTrue(lines.contains("{firstname=Brandon},Stark")); - Assert.assertTrue(lines.contains("{firstname=Jaime},Lannister")); + Assert.assertTrue(lines.contains("Targaryen,{firstname=Daenerys}")); + Assert.assertTrue(lines.contains("Stark,{firstname=Eddard}")); + Assert.assertTrue(lines.contains("Stark,{firstname=Brandon}")); + Assert.assertTrue(lines.contains("Lannister,{firstname=Jaime}")); } @@ -92,14 +92,14 @@ public void simpleSearchResultWithNestedTwoFieldsFromSameNestedNotFlatNoAggs() t List lines = csvResult.getLines(); Assert.assertEquals(7, lines.size()); - Assert.assertTrue(lines.contains("{firstname=Daenerys, lastname=Targaryen},Targaryen") || - lines.contains("{lastname=Targaryen, firstname=Daenerys},Targaryen")); - Assert.assertTrue(lines.contains("{firstname=Eddard, lastname=Stark},Stark") || - lines.contains("{lastname=Stark, firstname=Eddard},Stark")); - Assert.assertTrue(lines.contains("{firstname=Brandon, lastname=Stark},Stark") || - lines.contains("{lastname=Stark, firstname=Brandon},Stark")); - Assert.assertTrue(lines.contains("{firstname=Jaime, lastname=Lannister},Lannister") || - lines.contains("{lastname=Lannister, firstname=Jaime},Lannister") ); + Assert.assertTrue(lines.contains("Targaryen,{firstname=Daenerys, lastname=Targaryen}") || + lines.contains("Targaryen,{lastname=Targaryen, firstname=Daenerys}")); + Assert.assertTrue(lines.contains("Stark,{firstname=Eddard, lastname=Stark}") || + lines.contains("Stark,{lastname=Stark, firstname=Eddard}")); + Assert.assertTrue(lines.contains("Stark,{firstname=Brandon, lastname=Stark}") || + lines.contains("Stark,{lastname=Stark, firstname=Brandon}")); + Assert.assertTrue(lines.contains("Lannister,{firstname=Jaime, lastname=Lannister}") || + lines.contains("Lannister,{lastname=Lannister, firstname=Jaime}") ); } @@ -467,7 +467,7 @@ private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , SearchDao searchDao = MainTestSuite.getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore,includeType, includeId,false).extractResults(execution, flat, seperator); + return new CSVResultsExtractor(includeScore,includeType, includeId,false, queryAction).extractResults(execution, flat, seperator); } } diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index b1a6dfb5..6cc6043d 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -72,7 +72,7 @@ public void functionAlias() throws Exception { List headers = csvResult.getHeaders(); List content = csvResult.getLines(); Assert.assertTrue(headers.contains("key")); - Assert.assertTrue(content.contains("863 Wythe Place,863")); + Assert.assertTrue(content.contains("863,863 Wythe Place")); } @Test @@ -304,7 +304,7 @@ private CSVResult getCsvResult(boolean flat, String query, boolean includeScore, SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore, includeType, includeId, false).extractResults(execution, flat, ","); + return new CSVResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat, ","); } From 32f19f2d2ac06dd7ce53254ef61c9eed866648db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 22 Dec 2019 16:54:09 +0800 Subject: [PATCH 096/266] docvalue field support --- pom.xml | 2 +- .../es4sql/query/DefaultQueryAction.java | 46 +++++++++++++++---- .../java/org/nlpcn/es4sql/ExplainTest.java | 6 +++ 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 923b32bf..8b83e78e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.3 + 7.4.2.4 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 0b508030..52a90f00 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -1,23 +1,36 @@ package org.nlpcn.es4sql.query; -import java.util.Collections; -import java.util.LinkedList; -import java.util.List; -import java.util.ArrayList; - -import org.elasticsearch.action.search.*; +import org.elasticsearch.action.search.SearchAction; +import org.elasticsearch.action.search.SearchRequestBuilder; +import org.elasticsearch.action.search.SearchScrollAction; +import org.elasticsearch.action.search.SearchScrollRequestBuilder; +import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.Client; import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; -import org.elasticsearch.search.sort.*; -import org.nlpcn.es4sql.domain.*; +import org.elasticsearch.search.sort.FieldSortBuilder; +import org.elasticsearch.search.sort.NestedSortBuilder; +import org.elasticsearch.search.sort.ScriptSortBuilder; +import org.elasticsearch.search.sort.SortBuilders; +import org.elasticsearch.search.sort.SortOrder; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.domain.KVValue; +import org.nlpcn.es4sql.domain.MethodField; +import org.nlpcn.es4sql.domain.Order; +import org.nlpcn.es4sql.domain.Select; +import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.maker.QueryMaker; +import java.util.ArrayList; +import java.util.Collections; +import java.util.LinkedList; +import java.util.List; + /** * Transform SQL query to standard Elasticsearch search query */ @@ -146,6 +159,8 @@ public void setFields(List fields) throws SqlParseException { for (KVValue kvValue : method.getParams()) { excludeFields.add(kvValue.value.toString()) ; } + } else if (method.getName().equalsIgnoreCase("docvalue")) { + handleDocvalueField(method); } } else if (field != null) { fieldNames.add(field.getName()); @@ -187,6 +202,21 @@ private void handleScriptField(MethodField method) throws SqlParseException { } } + private void handleDocvalueField(MethodField method) throws SqlParseException { + List params = method.getParams(); + if (params.size() == 1) { + String f = params.get(0).value.toString(); + fieldNames.add(f); + request.addDocValueField(f); + } else if (params.size() == 2) { + String f = params.get(0).value.toString(); + fieldNames.add(f); + request.addDocValueField(f, params.get(1).value.toString()); + } else { + throw new SqlParseException("docvalue_fields only allows docvalue(field) or docvalue(field,format)"); + } + } + /** * Create filters or queries based on the Where clause. * diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index eb887e97..5cc9e269 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -134,6 +134,12 @@ public void testMatchPhrasePrefixQueryExplain() throws SqlParseException, SQLFea System.out.println(explain("SELECT * FROM index WHERE q=match_phrase_prefix(query='this is a test',boost=10.0,slop=12)")); } + @Test + public void testDocvalueFieldQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("SELECT docvalue('my_keyword_field') FROM index")); + System.out.println(explain("SELECT docvalue('my_date_field','epoch_millis') FROM index")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From d1e77f229d767077c124e93f683158de6289add4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 22 Dec 2019 21:38:34 +0800 Subject: [PATCH 097/266] fix #985 significant_text aggregation support --- pom.xml | 2 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 52 +++++++++++++++++++ .../java/org/nlpcn/es4sql/ExplainTest.java | 5 ++ 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b83e78e..fbaaa732 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.4 + 7.4.2.5 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 4d5a6923..1dd51d8f 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -21,6 +21,7 @@ import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; @@ -268,6 +269,8 @@ private AggregationBuilder makeRangeGroup(MethodField field) throws SqlParseExce return geoBounds(field); case "terms": return termsAgg(field); + case "significant_text": + return significantTextAgg(field); default: throw new SqlParseException("can define this method " + field); } @@ -385,6 +388,55 @@ private AggregationBuilder termsAgg(MethodField field) throws SqlParseException return terms; } + private AggregationBuilder significantTextAgg(MethodField field) throws SqlParseException { + String aggName = gettAggNameFromParamsOrAlias(field); + SignificantTextAggregationBuilder significantText = AggregationBuilders.significantText(aggName, null); + String value; + IncludeExclude include = null, exclude = null; + for (KVValue kv : field.getParams()) { + value = kv.value.toString(); + switch (kv.key.toLowerCase()) { + case "field": + significantText.fieldName(value); + break; + case "size": + significantText.size(Integer.parseInt(value)); + break; + case "shard_size": + significantText.shardSize(Integer.parseInt(value)); + break; + case "min_doc_count": + significantText.minDocCount(Integer.parseInt(value)); + break; + case "include": + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + parser.nextToken(); + include = IncludeExclude.parseInclude(parser); + } catch (IOException e) { + throw new SqlParseException("parse include[" + value + "] error: " + e.getMessage()); + } + break; + case "exclude": + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + parser.nextToken(); + exclude = IncludeExclude.parseExclude(parser); + } catch (IOException e) { + throw new SqlParseException("parse exclude[" + value + "] error: " + e.getMessage()); + } + break; + case "alias": + case "nested": + case "reverse_nested": + case "children": + break; + default: + throw new SqlParseException("significant_text aggregation err or not define field " + kv.toString()); + } + } + significantText.includeExclude(IncludeExclude.merge(include, exclude)); + return significantText; + } + private AbstractAggregationBuilder scriptedMetric(MethodField field) throws SqlParseException { String aggName = gettAggNameFromParamsOrAlias(field); ScriptedMetricAggregationBuilder scriptedMetricBuilder = AggregationBuilders.scriptedMetric(aggName); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 5cc9e269..361d27a9 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -140,6 +140,11 @@ public void testDocvalueFieldQueryExplain() throws SqlParseException, SQLFeature System.out.println(explain("SELECT docvalue('my_date_field','epoch_millis') FROM index")); } + @Test + public void testSignificantTextAggregationExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("SELECT * FROM index GROUP BY significant_text(field='my_field',alias='keywords',size=100,shard_size=100,min_doc_count=1)")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 7ca022e16778c33c84dd56827f7af7cfcb704a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 29 Dec 2019 21:15:54 +0800 Subject: [PATCH 098/266] es 7.5.0 support --- .travis.yml | 2 +- README.md | 4 ++-- pom.xml | 4 ++-- src/_site/controllers.js | 4 ++-- .../org/elasticsearch/plugin/nlpcn/RestSqlAction.java | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25561576..1ea172f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.4.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/README.md b/README.md index 8ec81eb1..ed52dfc2 100644 --- a/README.md +++ b/README.md @@ -774,12 +774,12 @@ node node-server.js * Simple query ```` -curl -X GET "localhost:9200/_sql" -H 'Content-Type: application/json' -d'select * from indexName limit 10' +curl -X GET "localhost:9200/_nlpcn/sql" -H 'Content-Type: application/json' -d'select * from indexName limit 10' ```` * Explain SQL to elasticsearch query DSL ```` -curl -X GET "localhost:9200/_sql/_explain" -H 'Content-Type: application/json' -d'select * from indexName limit 10' +curl -X GET "localhost:9200/_nlpcn/sql/explain" -H 'Content-Type: application/json' -d'select * from indexName limit 10' ```` diff --git a/pom.xml b/pom.xml index fbaaa732..1b7075c4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.4.2.5 + 7.5.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.4.2 + 7.5.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 diff --git a/src/_site/controllers.js b/src/_site/controllers.js index 189e2c88..d1be1377 100644 --- a/src/_site/controllers.js +++ b/src/_site/controllers.js @@ -182,7 +182,7 @@ function updateWithScrollIfNeeded (query) { } query = updateWithScrollIfNeeded(query); - $http.post($scope.url + "_sql", query) + $http.post($scope.url + "_nlpcn/sql", query) .success(function(data, status, headers, config) { var handler = ResultHandlerFactory.create(data,$scope.config.isFlat,$scope.config.showScore,$scope.config.showType,$scope.config.showId); updateDescription(handler); @@ -249,7 +249,7 @@ function updateWithScrollIfNeeded (query) { saveUrl() var query = window.editor.getValue(); - $http.post($scope.url + "_sql/_explain", query) + $http.post($scope.url + "_nlpcn/sql/explain", query) .success(function(data, status, headers, config) { $scope.resultExplan = true; window.explanResult.setValue(JSON.stringify(data, null, "\t")); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index b69072cb..e54f63d2 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -30,10 +30,10 @@ public class RestSqlAction extends BaseRestHandler { private static final Logger LOGGER = LogManager.getLogger(); public RestSqlAction(RestController restController) { - restController.registerHandler(RestRequest.Method.POST, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql/_explain", this); - restController.registerHandler(RestRequest.Method.POST, "/_sql", this); - restController.registerHandler(RestRequest.Method.GET, "/_sql", this); + restController.registerHandler(RestRequest.Method.POST, "/_nlpcn/sql/explain", this); + restController.registerHandler(RestRequest.Method.GET, "/_nlpcn/sql/explain", this); + restController.registerHandler(RestRequest.Method.POST, "/_nlpcn/sql", this); + restController.registerHandler(RestRequest.Method.GET, "/_nlpcn/sql", this); } @Override From 478f8782fa4b6625b7254abafc8efef2856f8316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 29 Dec 2019 22:53:38 +0800 Subject: [PATCH 099/266] es 7.5.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ea172f9..2af1197b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 1b7075c4..04afb9f6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.0.0 + 7.5.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.5.0 + 7.5.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 15.0 From 0d80d0953cdb092d9248ff985dc96d10572b85e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 29 Dec 2019 23:40:16 +0800 Subject: [PATCH 100/266] update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed52dfc2..b8b8523e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## IMPORTANT + +### Since 7.5.0.0, the path `/_sql` is changed to `/_nlpcn/sql`, and the path `/_sql/_explain` is changed to `/_nlpcn/sql/explain`. + +---------- + ## DEPRECATED ### Please note, this project is no longer in active development, and is deprecated, please use official version [x-pack-sql](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/sql) and [OpenDistro for Elasticsearch SQL](https://github.com/opendistro-for-elasticsearch/sql) supported by AWS and licensed under Apache 2. @@ -115,20 +121,23 @@ Elasticsearch-SQL **6.8.4** [![6.8.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
**6.8.5** [![6.8.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.6** [![6.8.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.6)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -243,6 +252,7 @@ Versions | 6.8.3 | 6.8.3.0 | | elastic6.8.3 | | 6.8.4 | 6.8.4.0 | | elastic6.8.4 | | 6.8.5 | 6.8.5.0 | | elastic6.8.5 | +| 6.8.6 | 6.8.6.0 | | elastic6.8.6 | | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -255,6 +265,8 @@ Versions | 7.4.0 | 7.4.0.0 | | elastic7.4.0 | | 7.4.1 | 7.4.1.0 | | elastic7.4.1 | | 7.4.2 | 7.4.2.0 | | elastic7.4.2 | +| 7.5.0 | 7.5.0.0 | | elastic7.5.0 | +| 7.5.1 | 7.5.1.0 | | elastic7.5.1 | ### Elasticsearch 1.x ```` @@ -694,6 +706,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.5.0/elasticsearch-sql-6.8.5.0.zip ```` +### Elasticsearch 6.8.6 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.6.0/elasticsearch-sql-6.8.6.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -754,6 +771,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.4.2.0/elasticsearch-sql-7.4.2.0.zip ```` +### Elasticsearch 7.5.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.5.0.0/elasticsearch-sql-7.5.0.0.zip +```` + +### Elasticsearch 7.5.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.5.1.0/elasticsearch-sql-7.5.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 2015ac4b92563f20910a8c63b281c15f183d1380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 5 Jan 2020 10:21:27 +0800 Subject: [PATCH 101/266] fix explain --- src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index e54f63d2..578b8a72 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -61,7 +61,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli queryAction = searchDao.explain(sql);//zhongshu-comment 语法解析,将sql字符串解析为一个Java查询对象 // TODO add unit tests to explain. (rest level?) - if (request.path().endsWith("/_explain")) { + if (request.path().endsWith("/explain")) { final String jsonExplanation = queryAction.explain().explain(); return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); } else { From 80bba20706c531f83a8435e37e76abc958d1e9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 5 Jan 2020 10:59:31 +0800 Subject: [PATCH 102/266] fix #983 support timeout --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/hints/HintFactory.java | 4 ++++ .../java/org/nlpcn/es4sql/domain/hints/HintType.java | 3 ++- .../nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + src/main/java/org/nlpcn/es4sql/query/QueryAction.java | 11 +++++++++++ 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04afb9f6..e87021d4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1.0 + 7.5.1.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index d2aeab8d..92402853 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -167,6 +167,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String trackTotalTitsParam = getParamFromHint(hintAsString, "! TRACK_TOTAL_HITS"); return new Hint(HintType.TRACK_TOTAL_HITS, new String[]{trackTotalTitsParam}); } + if (hintAsString.startsWith("! TIMEOUT")) { + String timeoutParam = getParamFromHint(hintAsString, "! TIMEOUT"); + return new Hint(HintType.TIMEOUT, new String[]{timeoutParam}); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 7f9fb598..96f73d6d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -22,5 +22,6 @@ public enum HintType STATS, CONFLICTS, PREFERENCE, - TRACK_TOTAL_HITS + TRACK_TOTAL_HITS, + TIMEOUT } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 2fec65fd..83a271c5 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -220,6 +220,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithStats(select, request); updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); + updateRequestWithTimeout(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 52a90f00..7065913d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -106,6 +106,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithStats(select, request); updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); + updateRequestWithTimeout(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index b2ab1f06..b3183672 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -3,11 +3,13 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.support.IndicesOptions; import org.elasticsearch.client.Client; +import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.json.JsonXContent; import org.elasticsearch.index.query.QueryBuilders; +import org.elasticsearch.search.builder.SearchSourceBuilder; import org.elasticsearch.search.collapse.CollapseBuilder; import org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder; import org.nlpcn.es4sql.domain.Query; @@ -101,6 +103,15 @@ protected void updateRequestWithTrackTotalHits(Select select, SearchRequestBuild } } + protected void updateRequestWithTimeout(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.TIMEOUT && hint.getParams() != null && 0 < hint.getParams().length) { + String param = hint.getParams()[0].toString(); + request.setTimeout(TimeValue.parseTimeValue(param, SearchSourceBuilder.TIMEOUT_FIELD.getPreferredName())); + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); From a0f8b420e234868b1fb3e7dc7f25710642b7b843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 5 Jan 2020 16:42:34 +0800 Subject: [PATCH 103/266] fix #1022 support indices_options --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/hints/HintFactory.java | 10 ++++++++++ .../org/nlpcn/es4sql/domain/hints/HintType.java | 3 ++- .../nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + .../java/org/nlpcn/es4sql/query/QueryAction.java | 14 ++++++++++++++ 6 files changed, 29 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e87021d4..264d2147 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1.1 + 7.5.1.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 92402853..69917285 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -171,6 +171,16 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String timeoutParam = getParamFromHint(hintAsString, "! TIMEOUT"); return new Hint(HintType.TIMEOUT, new String[]{timeoutParam}); } + if (hintAsString.startsWith("! INDICES_OPTIONS")) { + String indicesOptions = getParamFromHint(hintAsString, "! INDICES_OPTIONS"); + if (!indicesOptions.startsWith("{")) { + indicesOptions = "{" + indicesOptions; + } + if (!indicesOptions.endsWith("}")) { + indicesOptions = indicesOptions + "}"; + } + return new Hint(HintType.INDICES_OPTIONS, new Object[]{indicesOptions}); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 96f73d6d..739a5026 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -23,5 +23,6 @@ public enum HintType CONFLICTS, PREFERENCE, TRACK_TOTAL_HITS, - TIMEOUT + TIMEOUT, + INDICES_OPTIONS } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 83a271c5..89c68663 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -221,6 +221,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); updateRequestWithTimeout(select, request); + updateRequestWithIndicesOptions(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 7065913d..cecce83e 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -107,6 +107,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); updateRequestWithTimeout(select, request); + updateRequestWithIndicesOptions(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index b3183672..0e861b7e 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.query; +import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.support.IndicesOptions; import org.elasticsearch.client.Client; @@ -112,6 +113,19 @@ protected void updateRequestWithTimeout(Select select, SearchRequestBuilder requ } } + protected void updateRequestWithIndicesOptions(Select select, SearchRequestBuilder request) throws SqlParseException { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.INDICES_OPTIONS && hint.getParams() != null && 0 < hint.getParams().length) { + String param = hint.getParams()[0].toString(); + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, param)) { + request.setIndicesOptions(IndicesOptions.fromMap(parser.map(), SearchRequest.DEFAULT_INDICES_OPTIONS)); + } catch (IOException e) { + throw new SqlParseException("could not parse indices_options hint: " + e.getMessage()); + } + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); From 9e95fc743086b013b8472d61b07517c4870a4917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 7 Jan 2020 22:24:24 +0800 Subject: [PATCH 104/266] fix join error --- pom.xml | 2 +- .../java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 264d2147..38817285 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1.2 + 7.5.1.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index e9b5fddf..33de9107 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -1,6 +1,7 @@ package org.elasticsearch.plugin.nlpcn; import com.google.common.collect.ImmutableMap; +import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; @@ -54,7 +55,9 @@ public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSear i++; } HashMap hits = new HashMap<>(); - hits.put("total",results.getTotalHits()); + TotalHits totalHits = results.getTotalHits(); + hits.put("total", ImmutableMap.of("value", totalHits.value, + "relation", totalHits.relation == TotalHits.Relation.EQUAL_TO ? "eq" : "gte")); hits.put("max_score",results.getMaxScore()); hits.put("hits",searchHits); XContentBuilder builder = XContentFactory.contentBuilder(XContentType.JSON).prettyPrint(); From 6eaa713095fb6fce26eab8da3f0ab9dd8d230da0 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Fri, 5 Jun 2020 20:27:38 +0800 Subject: [PATCH 105/266] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=89=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 203 ++++++++++++------ .../nlpcn/QueryActionElasticExecutor.java | 6 +- .../plugin/nlpcn/executors/CSVResult.java | 12 ++ .../nlpcn/executors/CSVResultsExtractor.java | 66 ++++-- .../java/org/nlpcn/es4sql/domain/Select.java | 19 +- .../java/org/nlpcn/es4sql/MainTestSuite.java | 39 +++- 6 files changed, 251 insertions(+), 94 deletions(-) diff --git a/pom.xml b/pom.xml index 38817285..f0db8abd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1.3 + 7.5.1 jar Query elasticsearch using SQL elasticsearch-sql @@ -15,7 +15,7 @@ repo - + scm:git:git@github.com:NLPchina/elasticsearch-sql.git scm:git:git@github.com:NLPchina/elasticsearch-sql.git @@ -46,8 +46,10 @@ sql 7.5.1 org.elasticsearch.plugin.nlpcn.SqlPlug - 1.1.16 - 15.0 + 1.1.16 + 15.0 + 2.11.11 + 2.11 @@ -64,6 +66,19 @@ + + org.projectlombok + lombok + 1.18.12 + provided + + + + commons-lang + commons-lang + 2.6 + + org.hamcrest hamcrest-all @@ -84,53 +99,61 @@ ${druid.version} - - org.locationtech.spatial4j - spatial4j - 0.7 - + + org.locationtech.spatial4j + spatial4j + 0.7 + - - org.locationtech.jts - jts-core - 1.15.0 - provided - + + org.locationtech.jts + jts-core + 1.15.0 + org.elasticsearch elasticsearch ${elasticsearch.version} - provided - - org.elasticsearch.client - x-pack-transport - ${elasticsearch.version} - provided - + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + - com.unboundid - unboundid-ldapsdk - 3.2.0 - provided - - - - org.bouncycastle - bcprov-jdk15on - 1.58 - provided - - - - com.google.guava - guava - ${guava.version} - - + org.elasticsearch.client + x-pack-transport + ${elasticsearch.version} + + + + com.unboundid + unboundid-ldapsdk + 3.2.0 + + + + org.bouncycastle + bcprov-jdk15on + 1.58 + + + + com.google.guava + guava + ${guava.version} + + + + com.alibaba + fastjson + 1.2.68 + + + @@ -139,11 +162,13 @@ true es-plugin.properties + es-config.properties plugin-descriptor.properties + maven-compiler-plugin @@ -166,21 +191,39 @@ + - maven-source-plugin - 2.1 - - true - + net.alchim31.maven + scala-maven-plugin + 3.1.6 - compile + scala-compile-first + process-resources - jar + add-source + compile + + + net.alchim31.maven + scala-maven-plugin + 3.1.6 + + + scala-compile-first + process-resources + + add-source + compile + + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -203,16 +246,16 @@ - org.elasticsearch.plugin - parent-join-client - ${elasticsearch.version} - false - ${project.build.directory} - + org.elasticsearch.plugin + parent-join-client + ${elasticsearch.version} + false + ${project.build.directory} + org.elasticsearch.plugin reindex-client - ${elasticsearch.version} + ${elasticsearch.version} false ${project.build.directory} @@ -223,13 +266,13 @@ false ${project.build.directory} - - com.google.guava - guava + + com.google.guava + guava ${guava.version} - false - ${project.build.directory} - + false + ${project.build.directory} + ${project.build.directory} false @@ -265,6 +308,20 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + maven-assembly-plugin 2.4.1 @@ -282,7 +339,7 @@ 2.4 src/assembly/zip.xml - elasticsearch + elasticsearch @@ -296,7 +353,7 @@ - + - + + + + nexus-releases + cloud private releases + http://192.168.180.115:8081/nexus/content/repositories/releases/ + + + nexus-snapshots + cloud private snapshots + http://192.168.180.115:8081/nexus/content/repositories/snapshots/ + + \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index b0498285..3712bbb9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -46,7 +46,7 @@ public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryActi return executor.getHits(); } - public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws SqlParseException { + public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws Exception { SqlElasticSearchRequestBuilder select = aggregationQueryAction.explain(); SearchResponse resp = (SearchResponse) select.get(); @@ -56,7 +56,7 @@ public static Aggregations executeAggregationAction(AggregationQueryAction aggre throw new IllegalStateException("fail to aggregation[" + select + "], " + Arrays.toString(resp.getShardFailures())); } - LOGGER.warn("The failures that occurred during the aggregation[{}]: {}", select, Arrays.toString(resp.getShardFailures())); + throw new Exception("The failures that occurred during the aggregation[" + select + "] : " + Arrays.toString(resp.getShardFailures())); } return resp.getAggregations(); @@ -73,7 +73,7 @@ public static SearchHits executeMultiQueryAction(Client client, MultiQueryAction return executor.getHits(); } - public static Object executeAnyAction(Client client , QueryAction queryAction) throws SqlParseException, IOException { + public static Object executeAnyAction(Client client , QueryAction queryAction) throws Exception { if(queryAction instanceof DefaultQueryAction) return executeSearchAction((DefaultQueryAction) queryAction); if(queryAction instanceof AggregationQueryAction) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResult.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResult.java index 3f4f43be..c0defebe 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResult.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResult.java @@ -8,6 +8,13 @@ public class CSVResult { private final List headers; private final List lines; + private long count; //对于聚合类型,返回数量为 limit 数量 + + public CSVResult(List headers, List lines, long count) { + this.headers = headers; + this.lines = lines; + this.count = count; + } public CSVResult(List headers, List lines) { this.headers = headers; @@ -21,4 +28,9 @@ public List getHeaders() { public List getLines() { return lines; } + + public long getCount() { + return count; + } + } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index ed8a9727..cf69e599 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -1,31 +1,24 @@ package org.elasticsearch.plugin.nlpcn.executors; import com.google.common.base.Joiner; +import com.google.common.collect.Maps; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; -import org.elasticsearch.search.aggregations.metrics.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.GeoBounds; -import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; -import org.elasticsearch.search.aggregations.metrics.Percentile; -import org.elasticsearch.search.aggregations.metrics.Percentiles; -import org.elasticsearch.search.aggregations.metrics.Stats; -import org.elasticsearch.search.aggregations.metrics.TopHits; +import org.elasticsearch.search.aggregations.metrics.*; +import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; import org.nlpcn.es4sql.Util; +import org.nlpcn.es4sql.domain.QueryResult; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; -import java.util.ArrayList; -import java.util.Collection; -import java.util.LinkedHashSet; -import java.util.List; -import java.util.Map; -import java.util.Set; +import java.util.*; /** * Created by Eliran on 27/12/2015. @@ -35,6 +28,7 @@ public class CSVResultsExtractor { private final boolean includeScore; private final boolean includeId; private final boolean includeScrollId; + private boolean includeIndex; private int currentLineIndex; private QueryAction queryAction; @@ -47,6 +41,17 @@ public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean in this.queryAction = queryAction; } + public CSVResultsExtractor(boolean includeIndex, boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { + this.includeIndex = includeIndex; + this.includeScore = includeScore; + this.includeType = includeType; + this.includeId = includeId; + this.includeScrollId = includeScrollId; + this.currentLineIndex = 0; + this.queryAction = queryAction; + } + + public CSVResult extractResults(Object queryResult, boolean flat, String separator) throws CsvExtractorException { if(queryResult instanceof SearchHits){ SearchHit[] hits = ((SearchHits) queryResult).getHits(); @@ -211,8 +216,15 @@ else if( aggregation instanceof Percentiles){ line.add(percentiles.percentileAsString(p.getPercent())); } mergeHeadersWithPrefix(header, name, percentileHeaders.toArray(new String[0])); - } - else { + } else if (aggregation instanceof InternalTDigestPercentileRanks) {//added by xzb 增加PercentileRanks函数支持 + InternalTDigestPercentileRanks percentileRanks = (InternalTDigestPercentileRanks) aggregation; + List percentileHeaders = new ArrayList<>(7); + for (Percentile rank : percentileRanks) { + percentileHeaders.add(String.valueOf(rank.getValue())); + line.add(String.valueOf(rank.getPercent())); + } + mergeHeadersWithPrefix(header, name, percentileHeaders.toArray(new String[0])); + } else { throw new CsvExtractorException("unknown NumericMetricsAggregation.MultiValue:" + aggregation.getClass()); } @@ -269,13 +281,34 @@ private List createCSVLinesFromDocs(boolean flat, String separator, List private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { Set csvHeaders = new LinkedHashSet<>(); + Map highlightMap = Maps.newHashMap(); for (SearchHit hit : hits) { + //获取高亮内容 + hit.getHighlightFields().entrySet().stream().forEach(entry -> { + String key = entry.getKey(); + String frag = entry.getValue().getFragments()[0].toString(); + highlightMap.put(key, frag); + }); + Map doc = hit.getSourceAsMap(); + Map _doc = doc; + //替换掉将原始结果中字段的值替换为高亮后的内容 + for (Map.Entry entry : doc.entrySet()) { + if(highlightMap.containsKey(entry.getKey())) { + _doc.put(entry.getKey(), highlightMap.get(entry.getKey())); + } + } + //经过转换后,原始的value被替换为高亮后的value + //doc = _doc; + Map fields = hit.getFields(); for (DocumentField searchHitField : fields.values()) { doc.put(searchHitField.getName(), searchHitField.getValue()); } mergeHeaders(csvHeaders, doc, flat); + if (this.includeIndex) { + doc.put("_index", hit.getIndex()); + } if (this.includeId) { doc.put("_id", hit.getId()); } @@ -290,6 +323,9 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, } docsAsMap.add(doc); } + if (this.includeIndex) { + csvHeaders.add("_index"); + } if (this.includeId) { csvHeaders.add("_id"); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index bd778d0f..32901cf1 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -17,7 +17,7 @@ public class Select extends Query { public static int DEFAULT_ROWCOUNT = 1000; // Using this functions, will cause query to execute as aggregation. - private final List aggsFunctions = Arrays.asList("SUM", "MAX", "MIN", "AVG", "TOPHITS", "COUNT", "STATS","EXTENDED_STATS","PERCENTILES","SCRIPTED_METRIC"); + private final List aggsFunctions = Arrays.asList("SUM", "MAX", "MIN", "AVG", "TOPHITS", "COUNT", "STATS","EXTENDED_STATS","PERCENTILES","SCRIPTED_METRIC", "PERCENTILE_RANKS", "MOVINGAVG", "ROLLINGSTD");//增加对移动平均值和滚动标准差的支持 private List fields = new ArrayList<>(); private List> groupBys = new ArrayList<>(); private List orderBys = new ArrayList<>(); @@ -25,6 +25,9 @@ public class Select extends Query { private List subQueries; public boolean isQuery = false; private boolean selectAll = false; + //added by xzb 增加 SQL中的 having 语法,实现对聚合结果进行过滤 + //select count(age) as ageCnt, avg(age) as ageAvg from bank group by gender having ageAvg > 4.5 and ageCnt > 5 order by ageCnt asc + private String having; public boolean isAgg = false; @@ -42,7 +45,15 @@ public void addGroupBy(Field field) { addGroupBy(wrapper); } - public void addGroupBy(List fields) { + public String getHaving() { + return having; + } + + public void setHaving(String having) { + this.having = having; + } + + public void addGroupBy(List fields) { isAgg = true; this.groupBys.add(fields); } @@ -126,5 +137,9 @@ public boolean isOrderdSelect(){ public boolean isSelectAll() { return selectAll; } + + public void setFields(List fields) { + this.fields = fields; + } } diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 39aa6fea..efa65228 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -1,11 +1,6 @@ package org.nlpcn.es4sql; -import static org.nlpcn.es4sql.TestsConstants.*; - -import java.io.FileInputStream; -import java.net.InetAddress; -import java.net.UnknownHostException; - +import com.google.common.io.ByteStreams; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkResponse; @@ -22,7 +17,11 @@ import org.junit.runner.RunWith; import org.junit.runners.Suite; -import com.google.common.io.ByteStreams; +import java.io.FileInputStream; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import static org.nlpcn.es4sql.TestsConstants.*; @RunWith(Suite.class) @Suite.SuiteClasses({ @@ -47,6 +46,32 @@ public class MainTestSuite { private static TransportClient client; private static SearchDao searchDao; + static { + try { + //setUp(); + setUpNew(); + } catch (Exception e) { + e.printStackTrace(); + } + } + + + public static void setUpNew() throws Exception { + Settings settings = Settings.builder().put("client.transport.ignore_cluster_name",true).build(); + client = new PreBuiltXPackTransportClient(settings).addTransportAddress(getTransportAddress()); + + NodesInfoResponse nodeInfos = client.admin().cluster().prepareNodesInfo().get(); + String clusterName = nodeInfos.getClusterName().value(); + System.out.println(String.format("Found cluster... cluster name: %s", clusterName)); + + searchDao = new SearchDao(client); + + //refresh to make sure all the docs will return on queries + client.admin().indices().prepareRefresh(TEST_INDEX + "*").get(); + + System.out.println("Finished the setup process..."); + } + @BeforeClass public static void setUp() throws Exception { Settings settings = Settings.builder().put("client.transport.ignore_cluster_name",true).build(); From 43eb45983100ffc60252c0c98ab85eb824d62027 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sat, 6 Jun 2020 10:58:43 +0800 Subject: [PATCH 106/266] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/nlpcn/es4sql/SQLFunctions.java | 150 +++++++- .../org/nlpcn/es4sql/parse/FieldMaker.java | 58 ++- .../org/nlpcn/es4sql/parse/SqlParser.java | 16 +- .../es4sql/query/AggregationQueryAction.java | 116 ++++-- .../es4sql/query/DefaultQueryAction.java | 3 +- .../nlpcn/es4sql/query/ESActionFactory.java | 4 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 354 +++++++++++++++--- 7 files changed, 578 insertions(+), 123 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 9f985fa8..1822b5a9 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -3,16 +3,14 @@ import com.alibaba.druid.sql.SQLUtils; import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.util.StringUtils; import com.google.common.base.Joiner; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import org.elasticsearch.common.collect.Tuple; -import org.elasticsearch.plugin.nlpcn.executors.CSVResult; import org.nlpcn.es4sql.domain.KVValue; -import java.util.List; -import java.util.Random; -import java.util.Set; +import java.util.*; /** * Created by allwefantasy on 8/19/16. @@ -25,11 +23,21 @@ public class SQLFunctions { "random", "abs", //nummber operator "split", "concat_ws", "substring", "trim",//string operator "add", "multiply", "divide", "subtract", "modulus",//binary operator - "field", "date_format", "if" + "field", "date_format", "if",//if判断目前支持多个二元操作符 + "max_bw", "min_bw", //added by xzb 取两个数的最大/小值 + "coalesce", //added by xzb 取两个值中间有值的那个 + "case_new"//added by xzb 支持多个判断条件 ); + //added by xzb 增加二元操作运算符 + public static Set binaryOperators = Sets.newHashSet("=" ,"!=", ">", ">=", "<", "<="); + + //modified by xzb 增加 binaryOperatorName,即 if、case条件中的判断 + public static Tuple function(String methodName, List paramers, String name, boolean returnValue , String binaryOperatorName, List binaryOperatorNames) throws Exception { + //added by xzb ,默认二元操作符为 == + if (binaryOperatorName == null || binaryOperatorName.equals("=")) { + binaryOperatorName = " == "; + } - - public static Tuple function(String methodName, List paramers, String name,boolean returnValue) { Tuple functionStr = null; switch (methodName.toLowerCase()) { case "if": @@ -46,9 +54,12 @@ public static Tuple function(String methodName, List pa caseString = caseString.substring(0,caseString.length()-2); nameIF = nameIF.substring(0,nameIF.length()-1)+"),"; }else{ - String left = "doc['"+paramers.get(0).key+"'].value"; - caseString += left + " == '" + paramers.get(0).value+"'"; - nameIF = methodName+"("+paramers.get(0).toString()+","; + String key =paramers.get(0).key; + String left = "doc['"+key+"'].value"; + String value = paramers.get(0).value.toString(); + //xzb 支持更多的表达式,如 > 、<、>=、<=、!= 等 + caseString += left + binaryOperatorName + value; + nameIF = methodName+"("+ key + binaryOperatorName + value +","; } nameIF += paramers.get(1).value+","+paramers.get(2).value+")"; functionStr = new Tuple<>(nameIF,"if(("+caseString+")){"+paramers.get(1).value+"} else {"+paramers.get(2).value+"}"); @@ -86,12 +97,31 @@ public static Tuple function(String methodName, List pa case "abs": case "round": + case "max_bw": + case "min_bw": + case "coalesce": + case "case_new": case "floor": - if (paramers.size() == 2) { - //zhongshu-comment es的round()默认是保留到个位,这里给round()函数加上精确到小数点后第几位的功能 - int decimalPrecision = Integer.parseInt(paramers.get(1).value.toString()); - functionStr = mathRoundTemplate("Math."+methodName,methodName,Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), name, decimalPrecision); - break; + //zhongshu-comment es的round()默认是保留到个位,这里给round()函数加上精确到小数点后第几位的功能 + //modify by xzb 增加两个函数 min_bw 和 max_bw + if (paramers.size() >= 2) {//coalesce函数的参数可以是2个以上 + if (methodName.equals("round")){ + int decimalPrecision = Integer.parseInt(paramers.get(1).value.toString()); + functionStr = mathRoundTemplate("Math."+methodName,methodName,Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), name, decimalPrecision); + break; + } else if (methodName.equals("max_bw")) { + functionStr = mathBetweenTemplate("Math.max", methodName, paramers, name); + break; + } else if (methodName.equals("min_bw")) { + functionStr = mathBetweenTemplate("Math.min", methodName, paramers, name); + break; + } else if (methodName.equals("coalesce")) { + functionStr = mathCoalesceTemplate(methodName, paramers); + break; + }else if (methodName.equals("case_new")) { + functionStr = caseNewTemplate(methodName, paramers, binaryOperatorNames); + break; + } } case "ceil": case "cbrt": @@ -158,7 +188,12 @@ public static Tuple function(String methodName, List pa default: } - if(returnValue && !methodName.equalsIgnoreCase("if")){ + + //added by xzb 以下几种情况的脚本,script中均不需要return语句 + if(returnValue && !methodName.equalsIgnoreCase("if") && + !methodName.equalsIgnoreCase("coalesce") && + !methodName.equalsIgnoreCase("case_new") && + buildInFunctions.contains(methodName)){ String generatedFieldName = functionStr.v1(); String returnCommand = ";return " + generatedFieldName +";" ; String newScript = functionStr.v2() + returnCommand; @@ -372,6 +407,89 @@ private static Tuple mathRoundTemplate(String methodName, String } + //求两个值中最大值,如 def abs_775880898 = Math.max(doc['age1'].value, doc['age2'].value);return abs_775880898; + private static Tuple mathBetweenTemplate(String methodName, String fieldName, List paramer, String valueName) { + //获取 max_bw/min_bw 函数的两个字段 + String name = fieldName + "_" + random(); + StringBuffer sb = new StringBuffer(); + sb.append("def " + name + " = " + methodName + "("); + int i = 0; + for (KVValue kv : paramer) { + String field = kv.value.toString(); + if (i > 0) { + sb.append(", "); + } + sb.append("doc['" + field + "'].value"); + i++; + } + sb.append(")"); + return new Tuple<>(name, sb.toString()); + } + + //实现coalesce(field1, field2, ...)功能,只要任意一个不为空即可 + private static Tuple mathCoalesceTemplate(String fieldName, List paramer) { + //if((doc['age2'].value != null)){doc['age2'].value} else if((doc['age1'].value != null)){doc['age1'].value} + String name = fieldName + "_" + random(); + StringBuffer sb = new StringBuffer(); + int i = 0; + //sb.append("def " + name + " = "); + for (KVValue kv : paramer) { + String field = kv.value.toString(); + if (i > 0) { + sb.append(" else "); + } + sb.append("if(doc['" + field + "'].value != null){doc['" + field + "'].value}"); + i++; + } + return new Tuple<>(name, sb.toString()); + } + + //实现 case_new(gender='m', '男', gender='f', '女', default, '无') as myGender 功能 + private static Tuple caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) { + if (paramer.size() % 2 != 0) {//如果参数不是偶数个,则抛异常 + new Exception("请检查参数数量,必须是偶数个!"); + } + //1.找出所有字段及其对应的值存入到Map中,如果有default,则将其移除 + String defaultVal = null; + List fieldList = new ArrayList<>(); + List valueList = new ArrayList<>(); + List defaultList = new ArrayList<>(); + for (int i = 0; i < paramer.size(); i = i + 2) { + String _default = paramer.get(i + 1).value.toString(); + //记录默认值 + if (paramer.get(i).value.toString().equalsIgnoreCase("default")) { + defaultVal = _default; + } else { + fieldList.add(paramer.get(i).key); + valueList.add(paramer.get(i).value.toString()); + defaultList.add(_default); + } + } + // if((doc['gender'].value == 'm')) '男' else if((doc['gender'].value == 'f')) '女' else ''无 + String name = fieldName + "_" + random(); + StringBuffer sb = new StringBuffer(); + int i = 0; + //sb.append("def " + name + " = "); + for (int j = 0; j < fieldList.size(); j++) { + String field = fieldList.get(j); + if (i > 0) { + sb.append(" else "); + } + //added by xzb 此处有问题,还需要支持除 == 外的其他二元操作符 + // sb.append("if(doc['" + field + "'].value == " + valueList.get(i) + ") { " + defaultList.get(i) + " }"); + String binaryOperatorName = binaryOperatorNames.get(j); + if ("=".equals(binaryOperatorName)) {// SQL中只有 = 符号,但script中必须使用 == + binaryOperatorName = "=="; + } + sb.append("if(doc['" + field + "'].value " + binaryOperatorName + " " + valueList.get(i) + ") { " + defaultList.get(i) + " }"); + i++; + } + if (!StringUtils.isEmpty(defaultVal)) { + sb.append(" else " + defaultVal); + } + return new Tuple<>(name, sb.toString()); + } + public static Tuple strSingleValueTemplate(String methodName, String strColumn, String valueName) { String name = methodName + "_" + random(); if (valueName == null) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 9ad57bc8..1d8c8b37 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -5,6 +5,7 @@ import java.util.List; import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.util.StringUtils; import com.google.common.collect.Lists; import org.elasticsearch.common.collect.Tuple; import org.nlpcn.es4sql.SQLFunctions; @@ -98,6 +99,13 @@ private static Field makeScriptMethodField(SQLBinaryOpExpr binaryExpr, String al Object left = getScriptValue(binaryExpr.getLeft()); Object right = getScriptValue(binaryExpr.getRight()); + + //added by xzb 修复 if 条件的 value 被去除单引号问题 + String tmp = binaryExpr.getRight().toString().trim(); + if (tmp.startsWith("'") && tmp.endsWith("'")) { + right = "'" + right + "'"; + } + String script = String.format("%s %s %s", left, binaryExpr.getOperator().getName(), right); params.add(new SQLCharExpr(script)); @@ -227,7 +235,9 @@ private static Field handleIdentifier(SQLExpr expr, String alias, String tableAl public static MethodField makeMethodField(String name, List arguments, SQLAggregateOption option, String alias, String tableAlias, boolean first) throws SqlParseException { List paramers = new LinkedList<>(); String finalMethodName = name; - + //added by xzb 默认的二元操作符为 == + String binaryOperatorName = null; + List binaryOperatorNames = new ArrayList<>(); for (SQLExpr object : arguments) { if (object instanceof SQLBinaryOpExpr) { @@ -240,12 +250,21 @@ public static MethodField makeMethodField(String name, List arguments, String key = mf.getParams().get(0).toString(), value = mf.getParams().get(1).toString(); paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); } else { - if (!binaryOpExpr.getOperator().getName().equals("=")) { - paramers.add(new KVValue("script", makeScriptMethodField(binaryOpExpr, null, tableAlias))); - } else { + //modified by xzb 增加 =、!= 以外二元操作符的支持 + binaryOperatorName = binaryOpExpr.getOperator().getName().trim(); + if (SQLFunctions.binaryOperators.contains(binaryOperatorName)) { + binaryOperatorNames.add(binaryOperatorName); SQLExpr right = binaryOpExpr.getRight(); - Object value = Util.expr2Object(right); + //added by xzb 如果right中本身就包含了 单引号,则必须要保留单引号 + String charWithQuote = ""; + String tmp = right.toString().trim(); + if (tmp.startsWith("'") && tmp.endsWith("'")) { + charWithQuote = "'"; + } + Object value = Util.expr2Object(right, charWithQuote); paramers.add(new KVValue(binaryOpExpr.getLeft().toString(), value)); + } else { + paramers.add(new KVValue("script", makeScriptMethodField(binaryOpExpr, null, tableAlias))); } } @@ -273,9 +292,16 @@ public static MethodField makeMethodField(String name, List arguments, paramers.add(new KVValue("children", childrenType)); } else if (SQLFunctions.buildInFunctions.contains(methodName)) { //throw new SqlParseException("only support script/nested as inner functions"); - MethodField mf = makeMethodField(methodName, mExpr.getParameters(), null, null, tableAlias, false); - String key = mf.getParams().get(0).toString(), value = mf.getParams().get(1).toString(); - paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); + //added by xzb 2020-05-07 用于聚合查询时支持if、case_new 函数生成新的值 + if (mExpr.getParent() instanceof SQLAggregateExpr) { + KVValue script = new KVValue("script", makeMethodField(mExpr.getMethodName(), mExpr.getParameters(), null, alias, tableAlias, true)); + paramers.add(script); + } else { + MethodField mf = makeMethodField(methodName, mExpr.getParameters(), null, null, tableAlias, false); + String key = mf.getParams().get(0).toString(), value = mf.getParams().get(1).toString(); + paramers.add(new KVValue(key, new SQLCharExpr(first && !SQLFunctions.buildInFunctions.contains(finalMethodName) ? String.format("%s;return %s;", value, key) : value))); + } + } else throw new SqlParseException("only support script/nested/children as inner functions"); } else if (object instanceof SQLCaseExpr) { String scriptCode = new CaseWhenParser((SQLCaseExpr) object, alias, tableAlias).parse(); @@ -296,8 +322,13 @@ public static MethodField makeMethodField(String name, List arguments, alias = "field_" + SQLFunctions.random();//paramers.get(0).value.toString(); } //should check if field and first . - Tuple newFunctions = SQLFunctions.function(finalMethodName, paramers, - paramers.get(0).key,first); + Tuple newFunctions = null; + try { + //added by xzb 构造script时,二元操作符可能是多样的 case_new 语法,需要 binaryOperatorNames 参数 + newFunctions = SQLFunctions.function(finalMethodName, paramers, paramers.get(0).key,first, binaryOperatorName, binaryOperatorNames); + } catch (Exception e) { + e.printStackTrace(); + } paramers.clear(); if (!first) { //variance @@ -305,7 +336,12 @@ public static MethodField makeMethodField(String name, List arguments, } else { if(newFunctions.v1().toLowerCase().contains("if")){ - paramers.add(new KVValue(newFunctions.v1())); + //added by xzb 如果有用户指定的别名,则不使用自动生成的别名 + if (!StringUtils.isEmpty(alias) && !alias.startsWith("field_")) { + paramers.add(new KVValue(alias)); + } else { + paramers.add(new KVValue(newFunctions.v1())); + } }else { paramers.add(new KVValue(alias)); } diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index 780e7b87..9772b7b2 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -12,17 +12,11 @@ import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; -import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; -import com.alibaba.druid.sql.ast.statement.SQLExprTableSource; -import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; -import com.alibaba.druid.sql.ast.statement.SQLSelectGroupByClause; -import com.alibaba.druid.sql.ast.statement.SQLSelectItem; -import com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem; -import com.alibaba.druid.sql.ast.statement.SQLTableSource; -import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; +import com.alibaba.druid.sql.ast.statement.*; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; +import org.apache.commons.lang.StringUtils; import org.elasticsearch.search.sort.ScriptSortBuilder; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Delete; @@ -143,6 +137,12 @@ private void findSelect(MySqlSelectQueryBlock query, Select select, String table private void findGroupBy(MySqlSelectQueryBlock query, Select select) throws SqlParseException { SQLSelectGroupByClause groupBy = query.getGroupBy(); + + //modified by xzb group by 增加Having语法 + if (null != query.getGroupBy() && null != query.getGroupBy().getHaving()) { + select.setHaving(query.getGroupBy().getHaving().toString()); + } + SQLTableSource sqlTableSource = query.getFrom(); if (groupBy == null) { return; diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 89c68663..fe2bdd92 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -3,6 +3,7 @@ import java.util.ArrayList; import java.util.List; import java.util.Map; +import java.util.stream.Collectors; import com.google.common.collect.Lists; import org.elasticsearch.action.search.SearchAction; @@ -11,12 +12,13 @@ import org.elasticsearch.client.Client; import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; -import org.elasticsearch.search.aggregations.AggregationBuilder; -import org.elasticsearch.search.aggregations.AggregationBuilders; -import org.elasticsearch.search.aggregations.BucketOrder; +import org.elasticsearch.script.Script; +import org.elasticsearch.search.aggregations.*; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.*; import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.KVValue; @@ -49,6 +51,32 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { // this.request = client.prepareSearch();//zhongshu-comment elastic6.1.1的写法 this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); //zhongshu-comment master的写法 + //在生成 AggregationBuilder之前进行拦截,处理PipelineAggregation中的 "max_bucket", "min_bucket" + List bucketFields = Lists.newArrayList(); + List _fields = select.getFields().stream().filter(field -> { + if (field.getName().startsWith("max_bucket") || field.getName().startsWith("min_bucket")) { + bucketFields.add(field); + return false; + } + return true; + }).collect(Collectors.toList()); + + select.setFields(_fields); + if (bucketFields.size() > 0) { + bucketFields.stream().forEach(field -> { + String bucketPath = ((MethodField)field).getParams().get(0).toString().replace("=", ">"); + PipelineAggregationBuilder pipAgg = null; + if (field.getName().equals("max_bucket")) { + pipAgg = PipelineAggregatorBuilders.maxBucket(field.getAlias(), bucketPath); + } else if (field.getName().equals("min_bucket")) { + pipAgg = PipelineAggregatorBuilders.minBucket(field.getAlias(), bucketPath); + } + if (null != pipAgg) { + request.addAggregation(pipAgg); + } + }); + } + setIndicesAndTypes(); setWhere(select.getWhere()); //zhongshu-comment 和DefaultQueryAction的setWhere()一样 @@ -183,26 +211,52 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { for (Order order : select.getOrderBys()) { KVValue temp = groupMap.get(order.getName()); if (temp != null) { - TermsAggregationBuilder termsBuilder = (TermsAggregationBuilder) temp.value; - switch (temp.key) { - case "COUNT": - String orderName = order.getName(); - if (isAliasFiled(orderName)) { - termsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); - } else { - termsBuilder.order(BucketOrder.count(isASC(order))); - } - break; - case "KEY": - termsBuilder.order(BucketOrder.key(isASC(order))); - // add the sort to the request also so the results get sorted as well - request.addSort(order.getName(), SortOrder.valueOf(order.getType())); - break; - case "FIELD": - termsBuilder.order(BucketOrder.aggregation(order.getName(), isASC(order))); - break; - default: - throw new SqlParseException(order.getName() + " can not to order"); + //TermsAggregationBuilder termsBuilder = (TermsAggregationBuilder) temp.value; + //modified by xzb 增加 DateHistogramAggregationBuilder 类型的排序,此处可以进行优化代码冗余 + if (temp.value instanceof TermsAggregationBuilder) { + TermsAggregationBuilder aggsBuilder = (TermsAggregationBuilder) temp.value; + switch (temp.key) { + case "COUNT": + String orderName = order.getName(); + if (isAliasFiled(orderName)) { + aggsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); + } else { + aggsBuilder.order(BucketOrder.count(isASC(order))); + } + break; + case "KEY": + aggsBuilder.order(BucketOrder.key(isASC(order))); + // add the sort to the request also so the results get sorted as well + request.addSort(order.getName(), SortOrder.valueOf(order.getType())); + break; + case "FIELD": + aggsBuilder.order(BucketOrder.aggregation(order.getName(), isASC(order))); + break; + default: + throw new SqlParseException(order.getName() + " can not to order"); + } + } else if (temp.value instanceof DateHistogramAggregationBuilder) { + DateHistogramAggregationBuilder aggsBuilder = (DateHistogramAggregationBuilder) temp.value; + switch (temp.key) { + case "COUNT": + String orderName = order.getName(); + if (isAliasFiled(orderName)) { + aggsBuilder.order(BucketOrder.aggregation(orderName, isASC(order))); + } else { + aggsBuilder.order(BucketOrder.count(isASC(order))); + } + break; + case "KEY": + aggsBuilder.order(BucketOrder.key(isASC(order))); + // add the sort to the request also so the results get sorted as well + request.addSort(order.getName(), SortOrder.valueOf(order.getType())); + break; + case "FIELD": + aggsBuilder.order(BucketOrder.aggregation(order.getName(), isASC(order))); + break; + default: + throw new SqlParseException(order.getName() + " can not to order"); + } } } else { request.addSort(order.getName(), SortOrder.valueOf(order.getType())); @@ -263,7 +317,7 @@ private AggregationBuilder getGroupAgg(Field field, Select select2) throws SqlPa MethodField scriptField = (MethodField) temp; for (KVValue kv : scriptField.getParams()) { if (kv.value.equals(field.getName())) { - lastAgg = aggMaker.makeGroupAgg(scriptField); + lastAgg = aggMaker.makeGroupAgg(scriptField, select); refrence = true; break; } @@ -281,7 +335,7 @@ private AggregationBuilder getGroupAgg(Field field, Select select2) throws SqlPa } */ if (!refrence) - lastAgg = aggMaker.makeGroupAgg(field); + lastAgg = aggMaker.makeGroupAgg(field, select); return lastAgg; } @@ -364,7 +418,7 @@ private boolean insertFilterIfExistsAfter(AggregationBuilder agg, List gr if (!(filterFieldCandidate instanceof MethodField)) return false; MethodField methodField = (MethodField) filterFieldCandidate; if (!methodField.getName().toLowerCase().equals("filter")) return false; - builder.subAggregation(aggMaker.makeGroupAgg(filterFieldCandidate).subAggregation(agg)); + builder.subAggregation(aggMaker.makeGroupAgg(filterFieldCandidate, select).subAggregation(agg)); return true; } @@ -419,12 +473,16 @@ private void explanFields(SearchRequestBuilder request, List fields, Aggr continue; } - AggregationBuilder makeAgg = aggMaker.makeFieldAgg((MethodField) field, groupByAgg); + //modify by xzb 类型无法转换,只能新增一个 makeMovingFieldAgg方法 if (groupByAgg != null) { - groupByAgg.subAggregation(makeAgg); + if (field.getName().startsWith("rollingstd") || field.getName().startsWith("movingavg")) { + groupByAgg.subAggregation(aggMaker.makeMovingFieldAgg((MethodField) field, groupByAgg)); + } else { + groupByAgg.subAggregation(aggMaker.makeFieldAgg((MethodField) field, groupByAgg)); + } } else { //question 不懂为什么将一个null的agg加到request中,这应该是dsl语法问题,先不需要深究 - request.addAggregation(makeAgg); + request.addAggregation(aggMaker.makeFieldAgg((MethodField) field, groupByAgg)); } } else if (field instanceof Field) { diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index cecce83e..ea9f43f2 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.query; +import com.alibaba.druid.support.json.JSONUtils; import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchScrollAction; @@ -106,8 +107,6 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithStats(select, request); updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); - updateRequestWithTimeout(select, request); - updateRequestWithIndicesOptions(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 04a4c23e..b9c73118 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -41,8 +41,8 @@ public class ESActionFactory { * @param sql The SQL query. * @return Query object. */ - public static QueryAction create(Client client, String sql) throws SqlParseException, SQLFeatureNotSupportedException { - sql = sql.replaceAll("\n"," "); + public static QueryAction create(Client client, String sql) throws SqlParseException, SQLFeatureNotSupportedException { + sql = sql.replaceAll("\n", " ").trim(); String firstWord = sql.substring(0, sql.indexOf(' ')); switch (firstWord.toUpperCase()) { case "SELECT": diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 1dd51d8f..2909061b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.query.maker; +import org.apache.commons.lang.StringUtils; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; @@ -8,11 +9,7 @@ import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; -import org.elasticsearch.search.aggregations.AbstractAggregationBuilder; -import org.elasticsearch.search.aggregations.AggregationBuilder; -import org.elasticsearch.search.aggregations.AggregationBuilders; -import org.elasticsearch.search.aggregations.BucketOrder; -import org.elasticsearch.search.aggregations.InternalOrder; +import org.elasticsearch.search.aggregations.*; import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval; @@ -28,13 +25,12 @@ import org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.BucketSelectorPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.MovFnPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.Util; -import org.nlpcn.es4sql.domain.Field; -import org.nlpcn.es4sql.domain.KVValue; -import org.nlpcn.es4sql.domain.MethodField; -import org.nlpcn.es4sql.domain.Where; +import org.nlpcn.es4sql.domain.*; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ChildrenType; import org.nlpcn.es4sql.parse.NestedType; @@ -42,17 +38,20 @@ import java.io.IOException; import java.math.BigDecimal; import java.time.ZoneOffset; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.LinkedList; -import java.util.List; -import java.util.Map; +import java.util.*; +import java.util.regex.Matcher; +import java.util.regex.Pattern; import java.util.stream.Collectors; public class AggMaker { //question 这个groupMap用来干嘛?? private Map groupMap = new HashMap<>(); + /** + * insert_time_dhg : {"date_histogram":{"field":"insert_time","format":"yyyy-MM-dd HH:mm:ss","interval":"1d","offset":0,"order":{"_key":"asc"},"keyed":false,"min_doc_count":0},"aggregations":{"avg_age":{"avg":{"field":"age"}}}} + */ + + private InsertTimeDhgBean insert_time_dhg; /** * 分组查的聚合函数 @@ -61,49 +60,21 @@ public class AggMaker { * @return * @throws SqlParseException */ - public AggregationBuilder makeGroupAgg(Field field) throws SqlParseException { - + public AggregationBuilder makeGroupAgg(Field field, Select select) throws SqlParseException { + AggregationBuilder aggsBuilder = null; //zhongshu-comment script类型的MethodField - if (field instanceof MethodField && field.getName().equals("script")) { - MethodField methodField = (MethodField) field; - /* + /* TermsAggregationBuilder termsBuilder的样例: 来自这条sql的group by子句的gg字段解析结果: select a,case when c='1' then 'haha' when c='2' then 'book' else 'hbhb' end as gg from tbl_a group by a,gg - { - "gg":{ //aggs的名字就叫gg - "terms":{ - "script":{ - "source":"if((doc['c'].value=='1')){'haha'} else if((doc['c'].value=='2')){'book'} else {'hbhb'}", - "lang":"painless" - }, - "size":10, - "min_doc_count":1, - "shard_min_doc_count":0, - "show_term_doc_count_error":false, - "order":[ - { - "_count":"desc" - }, - { - "_key":"asc" - } - ] - } - } - } - */ + */ + if (field instanceof MethodField && field.getName().equals("script")) { + MethodField methodField = (MethodField) field; TermsAggregationBuilder termsBuilder = AggregationBuilders.terms(methodField.getAlias()).script(new Script(methodField.getParams().get(1).value.toString())); - //question 这里为什么要将这些信息加到groupMap中? groupMap.put(methodField.getAlias(), new KVValue("KEY", termsBuilder)); - - return termsBuilder; - } - - //zhongshu-comment filter类型的MethodField - if (field instanceof MethodField) { - + aggsBuilder = termsBuilder; + } else if (field instanceof MethodField) { //zhongshu-comment filter类型的MethodField MethodField methodField = (MethodField) field; if (methodField.getName().equals("filter")) { Map paramsAsMap = methodField.getParamsAsMap(); @@ -111,14 +82,71 @@ public AggregationBuilder makeGroupAgg(Field field) throws SqlParseException { return AggregationBuilders.filter(paramsAsMap.get("alias").toString(), QueryMaker.explan(where)); } - return makeRangeGroup(methodField); + aggsBuilder = makeRangeGroup(methodField); } else { TermsAggregationBuilder termsBuilder = AggregationBuilders.terms(field.getName()).field(field.getName()); groupMap.put(field.getName(), new KVValue("KEY", termsBuilder)); - return termsBuilder; + aggsBuilder = termsBuilder; + } + + //added by xzb 如果 group by 后面有having 条件,则创建BucketSelector + String having = select.getHaving(); + if (!StringUtils.isEmpty(having)) { + String kvRegex = "\\s*(?[^><=!\\s&|]+)\\s*(?>=|>|<=|<|==|!=)\\s*(?[^><=!\\s&|]+)\\s*"; + List havingFields = new ArrayList<>(); + Pattern pattern = Pattern.compile(kvRegex); + Matcher matcher = pattern.matcher(having); + while (matcher.find()) { + havingFields.add(matcher.group("key")); + } + + //声明BucketPath,用于后面的bucket筛选 + Map bucketsPathsMap = new HashMap<>(); + for (String key : havingFields) { + bucketsPathsMap.put(key, key); + //将key前面加上 param.参数 + having = having.replace(key, "params." + key); + } + //将having语句中的 AND 和 OR 替换为&& 和 || ,painless 脚本只支持程序中的 && 和 || 逻辑判断 + having = having.replace("AND", "&&").replace("OR", "||").replace("\\n", " "); + + //设置脚本 + Script script = new Script(having); + + //构建bucket选择器 + BucketSelectorPipelineAggregationBuilder bs = PipelineAggregatorBuilders.bucketSelector("having", bucketsPathsMap, script); + aggsBuilder.subAggregation(bs); } + + return aggsBuilder; } + public MovFnPipelineAggregationBuilder makeMovingFieldAgg(MethodField field, AggregationBuilder parent) throws SqlParseException { + //question 加到groupMap里是为了什么 + groupMap.put(field.getAlias(), new KVValue("FIELD", parent)); + + String bucketPath = field.getParams().get(0).value.toString(); + int window = Integer.parseInt(field.getParams().get(1).value.toString()); + + ValuesSourceAggregationBuilder builder; + field.setAlias(fixAlias(field.getAlias())); + switch (field.getName().toUpperCase()) { + //added by xzb 增加 movingavg和rollingstd + case "MOVINGAVG": + MovFnPipelineAggregationBuilder mvAvg = + //PipelineAggregatorBuilders.movingFunction("movingAvgIncome", new Script("MovingFunctions.unweightedAvg(values)"), "incomeSum", 2); + PipelineAggregatorBuilders.movingFunction(field.getAlias(), new Script("MovingFunctions.unweightedAvg(values)"), bucketPath, window); + return mvAvg; + + case "ROLLINGSTD": + MovFnPipelineAggregationBuilder stdDev = + //PipelineAggregatorBuilders.movingFunction("stdDevIncome", new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), "incomeSum", 2); + PipelineAggregatorBuilders.movingFunction(field.getAlias() , new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), bucketPath, window); + + return stdDev; + } + return null; + } /** * Create aggregation according to the SQL function. @@ -158,6 +186,10 @@ public AggregationBuilder makeFieldAgg(MethodField field, AggregationBuilder par builder = AggregationBuilders.percentiles(field.getAlias()); addSpecificPercentiles((PercentilesAggregationBuilder) builder, field.getParams()); return addFieldToAgg(field, builder); + case "PERCENTILE_RANKS": + double[] rankVals = getSpecificPercentileRankVals(field.getParams()); + builder = AggregationBuilders.percentileRanks(field.getAlias(), rankVals); + return addFieldToAgg(field, builder); case "TOPHITS": return makeTopHitsAgg(field); case "SCRIPTED_METRIC": @@ -191,6 +223,26 @@ private void addSpecificPercentiles(PercentilesAggregationBuilder percentilesBui } } + + private double[] getSpecificPercentileRankVals(List params) { + List rankVals = new ArrayList<>(); + //added by xzb 找出 percentile_ranks 类型的MethodField 中要求取百分位的值 + for (KVValue kValue : params) { + if (kValue.value.getClass().equals(BigDecimal.class)) { + BigDecimal percentile = (BigDecimal) kValue.value; + rankVals.add(percentile.doubleValue()); + } else if (kValue.value instanceof Integer) { + rankVals.add(((Integer) kValue.value).doubleValue()); + } + } + double[] _rankVals = new double[rankVals.size()]; + for (int i = 0; i < rankVals.size(); i++) { + _rankVals[i] = rankVals.get(i); + } + + return _rankVals; + } + private String fixAlias(String alias) { //because [ is not legal as alias return alias.replaceAll("\\[", "(").replaceAll("\\]", ")"); @@ -257,12 +309,16 @@ private AggregationBuilder makeRangeGroup(MethodField field) throws SqlParseExce return rangeBuilder(field); case "date_histogram": return dateHistogram(field); + case "dhg": + return dateHistogram(field); case "date_range": return dateRange(field); case "month": return dateRange(field); case "histogram": return histogram(field); + case "hg": + return histogram(field); case "geohash_grid": return geohashGrid(field); case "geo_bounds": @@ -577,6 +633,7 @@ private ValuesSourceAggregationBuilder dateRange(MethodField field) { * @throws SqlParseException */ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws SqlParseException { + String alias = gettAggNameFromParamsOrAlias(field); DateHistogramAggregationBuilder dateHistogram = AggregationBuilders.dateHistogram(alias).format(TIME_FARMAT); String value = null; @@ -742,9 +799,15 @@ private ValuesSourceAggregationBuilder makeCountAgg(MethodField field) { // Cardinality is approximate DISTINCT. if ("DISTINCT".equals(field.getOption())) { - if (field.getParams().size() == 1) { - return AggregationBuilders.cardinality(field.getAlias()).field(field.getParams().get(0).value.toString()); + String fieldValue = field.getParams().get(0).value.toString(); + //modified by xzb 去除 cardinality 下面的 fields字段,否则会导致计算结果为 0 + //防止 SELECT count(distinct age%2) as distCnt FROM bank group by gender 出现计算错误问题 + if (fieldValue.contains("def") && fieldValue.contains("return")) { + return AggregationBuilders.cardinality(field.getAlias()); + } else { + return AggregationBuilders.cardinality(field.getAlias()).field(field.getParams().get(0).value.toString()); + } } else { Integer precision_threshold = (Integer) (field.getParams().get(1).value); return AggregationBuilders.cardinality(field.getAlias()).precisionThreshold(precision_threshold).field(field.getParams().get(0).value.toString()); @@ -777,7 +840,15 @@ private ValuesSourceAggregationBuilder makeCountAgg(MethodField field) { */ return AggregationBuilders.count(field.getAlias()).field(kvValue.toString()); } else { - return AggregationBuilders.count(field.getAlias()).field(fieldName); + String fieldValue = field.getParams().get(0).value.toString(); + //modified by xzb 去除 cardinality 下面的 fields字段,否则会导致计算结果为 0 + //防止 SELECT count(distinct age%2) as distCnt FROM bank group by gender 出现计算错误问题 + if (fieldValue.contains("def") && fieldValue.contains("return")) { + return AggregationBuilders.count(field.getAlias()); + } else { + return AggregationBuilders.count(field.getAlias()).field(fieldName); + } + } } @@ -827,4 +898,177 @@ public Map getGroupMap() { return this.groupMap; } + public InsertTimeDhgBean getInsert_time_dhg() { + return insert_time_dhg; + } + + public void setInsert_time_dhg(InsertTimeDhgBean insert_time_dhg) { + this.insert_time_dhg = insert_time_dhg; + } + + public static class InsertTimeDhgBean { + /** + * date_histogram : {"field":"insert_time","format":"yyyy-MM-dd HH:mm:ss","interval":"1d","offset":0,"order":{"_key":"asc"},"keyed":false,"min_doc_count":0} + * aggregations : {"avg_age":{"avg":{"field":"age"}}} + */ + + private DateHistogramBean date_histogram; + private AggregationsBean aggregations; + + public DateHistogramBean getDate_histogram() { + return date_histogram; + } + + public void setDate_histogram(DateHistogramBean date_histogram) { + this.date_histogram = date_histogram; + } + + public AggregationsBean getAggregations() { + return aggregations; + } + + public void setAggregations(AggregationsBean aggregations) { + this.aggregations = aggregations; + } + + public static class DateHistogramBean { + /** + * field : insert_time + * format : yyyy-MM-dd HH:mm:ss + * interval : 1d + * offset : 0 + * order : {"_key":"asc"} + * keyed : false + * min_doc_count : 0 + */ + + private String field; + private String format; + private String interval; + private int offset; + private OrderBean order; + private boolean keyed; + private int min_doc_count; + + public String getField() { + return field; + } + + public void setField(String field) { + this.field = field; + } + + public String getFormat() { + return format; + } + + public void setFormat(String format) { + this.format = format; + } + + public String getInterval() { + return interval; + } + + public void setInterval(String interval) { + this.interval = interval; + } + + public int getOffset() { + return offset; + } + + public void setOffset(int offset) { + this.offset = offset; + } + + public OrderBean getOrder() { + return order; + } + + public void setOrder(OrderBean order) { + this.order = order; + } + + public boolean isKeyed() { + return keyed; + } + + public void setKeyed(boolean keyed) { + this.keyed = keyed; + } + + public int getMin_doc_count() { + return min_doc_count; + } + + public void setMin_doc_count(int min_doc_count) { + this.min_doc_count = min_doc_count; + } + + public static class OrderBean { + /** + * _key : asc + */ + + private String _key; + + public String get_key() { + return _key; + } + + public void set_key(String _key) { + this._key = _key; + } + } + } + + public static class AggregationsBean { + /** + * avg_age : {"avg":{"field":"age"}} + */ + + private AvgAgeBean avg_age; + + public AvgAgeBean getAvg_age() { + return avg_age; + } + + public void setAvg_age(AvgAgeBean avg_age) { + this.avg_age = avg_age; + } + + public static class AvgAgeBean { + /** + * avg : {"field":"age"} + */ + + private AvgBean avg; + + public AvgBean getAvg() { + return avg; + } + + public void setAvg(AvgBean avg) { + this.avg = avg; + } + + public static class AvgBean { + /** + * field : age + */ + + private String field; + + public String getField() { + return field; + } + + public void setField(String field) { + this.field = field; + } + } + } + } + } } From d35653c96417d858c09c25ace14769d7d68c2c19 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sat, 6 Jun 2020 11:54:59 +0800 Subject: [PATCH 107/266] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 201 +++++++++++++++++++------------------------------------- 1 file changed, 66 insertions(+), 135 deletions(-) diff --git a/pom.xml b/pom.xml index f0db8abd..8ab0d0e9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1 + 7.5.1.3 jar Query elasticsearch using SQL elasticsearch-sql @@ -46,10 +46,8 @@ sql 7.5.1 org.elasticsearch.plugin.nlpcn.SqlPlug - 1.1.16 - 15.0 - 2.11.11 - 2.11 + 1.1.16 + 15.0 @@ -66,19 +64,6 @@ - - org.projectlombok - lombok - 1.18.12 - provided - - - - commons-lang - commons-lang - 2.6 - - org.hamcrest hamcrest-all @@ -99,61 +84,53 @@ ${druid.version} - - org.locationtech.spatial4j - spatial4j - 0.7 - + + org.locationtech.spatial4j + spatial4j + 0.7 + - - org.locationtech.jts - jts-core - 1.15.0 - + + org.locationtech.jts + jts-core + 1.15.0 + provided + org.elasticsearch elasticsearch ${elasticsearch.version} + provided - - org.elasticsearch.client - elasticsearch-rest-high-level-client - ${elasticsearch.version} - - - - org.elasticsearch.client - x-pack-transport - ${elasticsearch.version} - - - - com.unboundid - unboundid-ldapsdk - 3.2.0 - - - - org.bouncycastle - bcprov-jdk15on - 1.58 - - - - com.google.guava - guava - ${guava.version} - + + org.elasticsearch.client + x-pack-transport + ${elasticsearch.version} + provided + - com.alibaba - fastjson - 1.2.68 - - - + com.unboundid + unboundid-ldapsdk + 3.2.0 + provided + + + + org.bouncycastle + bcprov-jdk15on + 1.58 + provided + + + + com.google.guava + guava + ${guava.version} + + @@ -162,13 +139,11 @@ true es-plugin.properties - es-config.properties plugin-descriptor.properties - maven-compiler-plugin @@ -191,39 +166,21 @@ - - net.alchim31.maven - scala-maven-plugin - 3.1.6 - - - scala-compile-first - process-resources - - add-source - compile - - - - - - - net.alchim31.maven - scala-maven-plugin - 3.1.6 + maven-source-plugin + 2.1 + + true + - scala-compile-first - process-resources + compile - add-source - compile + jar - org.apache.maven.plugins maven-javadoc-plugin @@ -246,16 +203,16 @@ - org.elasticsearch.plugin - parent-join-client - ${elasticsearch.version} - false - ${project.build.directory} - + org.elasticsearch.plugin + parent-join-client + ${elasticsearch.version} + false + ${project.build.directory} + org.elasticsearch.plugin reindex-client - ${elasticsearch.version} + ${elasticsearch.version} false ${project.build.directory} @@ -266,13 +223,13 @@ false ${project.build.directory} - - com.google.guava - guava + + com.google.guava + guava ${guava.version} - false - ${project.build.directory} - + false + ${project.build.directory} + ${project.build.directory} false @@ -308,20 +265,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - maven-assembly-plugin 2.4.1 @@ -339,7 +282,7 @@ 2.4 src/assembly/zip.xml - elasticsearch + elasticsearch @@ -353,7 +296,7 @@ - + - - - - nexus-releases - cloud private releases - http://192.168.180.115:8081/nexus/content/repositories/releases/ - - - nexus-snapshots - cloud private snapshots - http://192.168.180.115:8081/nexus/content/repositories/snapshots/ - - + \ No newline at end of file From e9956d64ab8ae9130426d117aa805cf531fc2db3 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sat, 6 Jun 2020 14:23:03 +0800 Subject: [PATCH 108/266] =?UTF-8?q?=E6=81=A2=E5=A4=8D=20MainTestSuite?= =?UTF-8?q?=EF=BC=8Cpom.xml=E5=A2=9E=E5=8A=A0commons-lang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +++ .../java/org/nlpcn/es4sql/MainTestSuite.java | 39 ++++--------------- 2 files changed, 13 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 8ab0d0e9..5ead29c8 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,12 @@ + + commons-lang + commons-lang + 2.6 + + org.hamcrest hamcrest-all diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index efa65228..39aa6fea 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -1,6 +1,11 @@ package org.nlpcn.es4sql; -import com.google.common.io.ByteStreams; +import static org.nlpcn.es4sql.TestsConstants.*; + +import java.io.FileInputStream; +import java.net.InetAddress; +import java.net.UnknownHostException; + import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkResponse; @@ -17,11 +22,7 @@ import org.junit.runner.RunWith; import org.junit.runners.Suite; -import java.io.FileInputStream; -import java.net.InetAddress; -import java.net.UnknownHostException; - -import static org.nlpcn.es4sql.TestsConstants.*; +import com.google.common.io.ByteStreams; @RunWith(Suite.class) @Suite.SuiteClasses({ @@ -46,32 +47,6 @@ public class MainTestSuite { private static TransportClient client; private static SearchDao searchDao; - static { - try { - //setUp(); - setUpNew(); - } catch (Exception e) { - e.printStackTrace(); - } - } - - - public static void setUpNew() throws Exception { - Settings settings = Settings.builder().put("client.transport.ignore_cluster_name",true).build(); - client = new PreBuiltXPackTransportClient(settings).addTransportAddress(getTransportAddress()); - - NodesInfoResponse nodeInfos = client.admin().cluster().prepareNodesInfo().get(); - String clusterName = nodeInfos.getClusterName().value(); - System.out.println(String.format("Found cluster... cluster name: %s", clusterName)); - - searchDao = new SearchDao(client); - - //refresh to make sure all the docs will return on queries - client.admin().indices().prepareRefresh(TEST_INDEX + "*").get(); - - System.out.println("Finished the setup process..."); - } - @BeforeClass public static void setUp() throws Exception { Settings settings = Settings.builder().put("client.transport.ignore_cluster_name",true).build(); From 4648475e7c10cfdff1976d33e6a763f245e9379d Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sat, 6 Jun 2020 14:32:04 +0800 Subject: [PATCH 109/266] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E5=85=B3?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/nlpcn/executors/CSVResultsExtractor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index cf69e599..3bcd5601 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -14,7 +14,6 @@ import org.elasticsearch.search.aggregations.metrics.*; import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; import org.nlpcn.es4sql.Util; -import org.nlpcn.es4sql.domain.QueryResult; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; From bca91b650d6ecd65c6f982e2fb43050044a8f3ea Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sat, 6 Jun 2020 17:10:02 +0800 Subject: [PATCH 110/266] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dif=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nlpcn/es4sql/parse/FieldMaker.java | 20 +++++++++++-------- .../nlpcn/es4sql/query/maker/AggMaker.java | 3 ++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 1d8c8b37..18e87d80 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -101,10 +101,10 @@ private static Field makeScriptMethodField(SQLBinaryOpExpr binaryExpr, String al Object right = getScriptValue(binaryExpr.getRight()); //added by xzb 修复 if 条件的 value 被去除单引号问题 - String tmp = binaryExpr.getRight().toString().trim(); + /* String tmp = binaryExpr.getRight().toString().trim(); if (tmp.startsWith("'") && tmp.endsWith("'")) { right = "'" + right + "'"; - } + }*/ String script = String.format("%s %s %s", left, binaryExpr.getOperator().getName(), right); @@ -255,13 +255,17 @@ public static MethodField makeMethodField(String name, List arguments, if (SQLFunctions.binaryOperators.contains(binaryOperatorName)) { binaryOperatorNames.add(binaryOperatorName); SQLExpr right = binaryOpExpr.getRight(); - //added by xzb 如果right中本身就包含了 单引号,则必须要保留单引号 - String charWithQuote = ""; - String tmp = right.toString().trim(); - if (tmp.startsWith("'") && tmp.endsWith("'")) { - charWithQuote = "'"; + + Object value = Util.expr2Object(right); + + //added by xzb if 语法的二元操作符的值如果有引号,不能去掉 + //select name, if(gender='m','男','女') as myGender from bank LIMIT 0, 10 + if (binaryOpExpr.getParent() instanceof SQLMethodInvokeExpr) { + String methodName = ((SQLMethodInvokeExpr)binaryOpExpr.getParent()).getMethodName(); + if ("if".equals(methodName) || "case".equals(methodName) || "case_new".equals(methodName)) { + value = Util.expr2Object(right, "'"); + } } - Object value = Util.expr2Object(right, charWithQuote); paramers.add(new KVValue(binaryOpExpr.getLeft().toString(), value)); } else { paramers.add(new KVValue("script", makeScriptMethodField(binaryOpExpr, null, tableAlias))); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 2909061b..25404aff 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -719,7 +719,8 @@ private HistogramAggregationBuilder histogram(MethodField field) throws SqlParse value = kv.value.toString(); switch (kv.key.toLowerCase()) { case "interval": - histogram.interval(Long.parseLong(value)); + //modified by xzb histogram聚合, interval必须为数值 + histogram.interval(Long.parseLong(value.replace("'", ""))); break; case "field": histogram.field(value); From 59b94834d87e5f152be9c7ba72c7a76e4c9baa29 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Mon, 8 Jun 2020 19:19:25 +0800 Subject: [PATCH 111/266] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E5=85=B3?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 20 ++++-- .../nlpcn/QueryActionElasticExecutor.java | 2 + .../nlpcn/executors/CSVResultsExtractor.java | 65 +++++++++++++++++++ 3 files changed, 83 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5ead29c8..275e7e46 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,6 @@ org.elasticsearch.client x-pack-transport ${elasticsearch.version} - provided @@ -302,7 +301,7 @@ - + - + + + + + nexus-releases + cloud private releases + http://192.168.180.115:8081/nexus/content/repositories/releases/ + + + nexus-snapshots + cloud private snapshots + http://192.168.180.115:8081/nexus/content/repositories/snapshots/ + \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index 3712bbb9..8bd4910e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -84,6 +84,8 @@ public static Object executeAnyAction(Client client , QueryAction queryAction) t return executeMultiQueryAction(client, (MultiQueryAction) queryAction); if(queryAction instanceof DeleteQueryAction ) return executeDeleteAction((DeleteQueryAction) queryAction); + if (queryAction instanceof ShowQueryAction) + return ((ShowQueryAction)queryAction).explain().get(); return null; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 3bcd5601..f6bb9578 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -1,8 +1,13 @@ package org.elasticsearch.plugin.nlpcn.executors; +import com.alibaba.druid.util.StringUtils; import com.google.common.base.Joiner; +import com.google.common.collect.Lists; import com.google.common.collect.Maps; +import org.elasticsearch.action.admin.indices.get.GetIndexResponse; import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.cluster.metadata.MappingMetaData; +import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -84,9 +89,69 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); return new CSVResult(headers, csvLines); } + if (queryResult instanceof GetIndexResponse){ + ImmutableOpenMap> mappings = ((GetIndexResponse) queryResult).getMappings(); + List headers = Lists.newArrayList("field", "type"); + List csvLines = new ArrayList<>(); + List> lines = new ArrayList<>(); + Iterator iter = mappings.keysIt(); + while (iter.hasNext()) { + String index = iter.next(); + MappingMetaData mappingJson = (MappingMetaData)mappings.get(index).values().toArray()[0]; + LinkedHashMap properties = (LinkedHashMap) mappingJson.sourceAsMap().get("properties"); + Map mapping = Maps.newLinkedHashMap(); + parseMapping(Lists.newArrayList(), properties, mapping, 0); + for (Object key : mapping.keySet()) { + lines.add(Lists.newArrayList(key.toString(), mapping.get(key).toString())); + } + } + + for(List simpleLine : lines){ + csvLines.add(Joiner.on(separator).join(simpleLine)); + } + + return new CSVResult(headers, csvLines); + } + + return null; } + private static void parseMapping(ArrayList path, LinkedHashMap properties, Map mapping, int children) { + int passed = 1; + for (Object key : properties.keySet()) { + if (properties.get(key) instanceof LinkedHashMap) { + LinkedHashMap value = (LinkedHashMap) properties.get(key); + if (!key.equals("properties")) { + path.add(key.toString()); + } + if (value.containsKey("type")) { + String realPath = parsePath(path.toString()); + mapping.put(realPath , value.get("type")); + if (value.containsKey("fields")) { + mapping.put(realPath + ".keyword", "keyword"); + } + if (passed == children) { + if (path.size() - 2 >= 0) {//还要清理当前key的上层 + path.remove(path.size() - 2); + } + } + path.remove(path.size() - 1);//移除当前元素 + } else { + if (value.containsKey("properties")) { + children = ((LinkedHashMap) value.get("properties")).size(); + } + parseMapping(path, value, mapping, children); + } + } + passed++; + } + } + + private static String parsePath(String path) { + return path.replaceAll("\\s+", "").replace("[", "").replace("]", "").replace(",", "."); + } + private void handleAggregations(Aggregations aggregations, List headers, List> lines) throws CsvExtractorException { if(allNumericAggregations(aggregations)){ lines.get(this.currentLineIndex).addAll(fillHeaderAndCreateLineForNumericAggregations(aggregations, headers)); From d36f9c88a07649e6b17263c61b090c0e49e6c318 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Mon, 8 Jun 2020 19:49:18 +0800 Subject: [PATCH 112/266] =?UTF-8?q?SearchResponse=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=80=BB=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/nlpcn/executors/CSVResultsExtractor.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index f6bb9578..c1f9c4cb 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -87,7 +87,8 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat List> docsAsMap = new ArrayList<>(); List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); - return new CSVResult(headers, csvLines); + //return new CSVResult(headers, csvLines); + return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); } if (queryResult instanceof GetIndexResponse){ ImmutableOpenMap> mappings = ((GetIndexResponse) queryResult).getMappings(); @@ -110,7 +111,7 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat csvLines.add(Joiner.on(separator).join(simpleLine)); } - return new CSVResult(headers, csvLines); + return new CSVResult(headers, csvLines, csvLines.size()); } From 9ddb466a957c0b5e57c142680c88bccdf297e415 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Sun, 21 Jun 2020 20:21:10 +0800 Subject: [PATCH 113/266] =?UTF-8?q?=E8=BF=98=E5=8E=9F=20pom.xml=20?= =?UTF-8?q?=E5=B9=B6=E6=8C=89Pull=20Request=20Comment=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E5=85=B3=E4=BB=A3=E7=A0=81=20=E5=A4=9A=E8=B0=A2=20htt?= =?UTF-8?q?ps://github.com/shi-yuan=20=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 30 +-- .../nlpcn/QueryActionElasticExecutor.java | 6 +- .../nlpcn/executors/CSVResultsExtractor.java | 5 +- .../java/org/nlpcn/es4sql/SQLFunctions.java | 8 +- .../org/nlpcn/es4sql/parse/SqlParser.java | 1 - .../es4sql/query/DefaultQueryAction.java | 2 + .../nlpcn/es4sql/query/maker/AggMaker.java | 181 +----------------- 7 files changed, 17 insertions(+), 216 deletions(-) diff --git a/pom.xml b/pom.xml index 275e7e46..38817285 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ repo - + scm:git:git@github.com:NLPchina/elasticsearch-sql.git scm:git:git@github.com:NLPchina/elasticsearch-sql.git @@ -64,12 +64,6 @@ - - commons-lang - commons-lang - 2.6 - - org.hamcrest hamcrest-all @@ -114,6 +108,7 @@ org.elasticsearch.client x-pack-transport ${elasticsearch.version} + provided @@ -301,7 +296,7 @@ - + - - - - - - nexus-releases - cloud private releases - http://192.168.180.115:8081/nexus/content/repositories/releases/ - - - nexus-snapshots - cloud private snapshots - http://192.168.180.115:8081/nexus/content/repositories/snapshots/ - \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index 8bd4910e..71981a20 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -46,7 +46,7 @@ public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryActi return executor.getHits(); } - public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws Exception { + public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws SqlParseException { SqlElasticSearchRequestBuilder select = aggregationQueryAction.explain(); SearchResponse resp = (SearchResponse) select.get(); @@ -56,7 +56,7 @@ public static Aggregations executeAggregationAction(AggregationQueryAction aggre throw new IllegalStateException("fail to aggregation[" + select + "], " + Arrays.toString(resp.getShardFailures())); } - throw new Exception("The failures that occurred during the aggregation[" + select + "] : " + Arrays.toString(resp.getShardFailures())); + LOGGER.warn("The failures that occurred during the aggregation[{}]: {}", select, Arrays.toString(resp.getShardFailures())); } return resp.getAggregations(); @@ -73,7 +73,7 @@ public static SearchHits executeMultiQueryAction(Client client, MultiQueryAction return executor.getHits(); } - public static Object executeAnyAction(Client client , QueryAction queryAction) throws Exception { + public static Object executeAnyAction(Client client , QueryAction queryAction) throws SqlParseException, IOException { if(queryAction instanceof DefaultQueryAction) return executeSearchAction((DefaultQueryAction) queryAction); if(queryAction instanceof AggregationQueryAction) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index c1f9c4cb..1b99b692 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -356,15 +356,12 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, }); Map doc = hit.getSourceAsMap(); - Map _doc = doc; //替换掉将原始结果中字段的值替换为高亮后的内容 for (Map.Entry entry : doc.entrySet()) { if(highlightMap.containsKey(entry.getKey())) { - _doc.put(entry.getKey(), highlightMap.get(entry.getKey())); + doc.put(entry.getKey(), highlightMap.get(entry.getKey())); } } - //经过转换后,原始的value被替换为高亮后的value - //doc = _doc; Map fields = hit.getFields(); for (DocumentField searchHitField : fields.values()) { diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 1822b5a9..a8ffc9f4 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -116,7 +116,7 @@ public static Tuple function(String methodName, List pa functionStr = mathBetweenTemplate("Math.min", methodName, paramers, name); break; } else if (methodName.equals("coalesce")) { - functionStr = mathCoalesceTemplate(methodName, paramers); + functionStr = coalesceTemplate(methodName, paramers); break; }else if (methodName.equals("case_new")) { functionStr = caseNewTemplate(methodName, paramers, binaryOperatorNames); @@ -427,7 +427,7 @@ private static Tuple mathBetweenTemplate(String methodName, Stri } //实现coalesce(field1, field2, ...)功能,只要任意一个不为空即可 - private static Tuple mathCoalesceTemplate(String fieldName, List paramer) { + private static Tuple coalesceTemplate(String fieldName, List paramer) { //if((doc['age2'].value != null)){doc['age2'].value} else if((doc['age1'].value != null)){doc['age1'].value} String name = fieldName + "_" + random(); StringBuffer sb = new StringBuffer(); @@ -445,9 +445,9 @@ private static Tuple mathCoalesceTemplate(String fieldName, List } //实现 case_new(gender='m', '男', gender='f', '女', default, '无') as myGender 功能 - private static Tuple caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) { + private static Tuple caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) throws IllegalArgumentException{ if (paramer.size() % 2 != 0) {//如果参数不是偶数个,则抛异常 - new Exception("请检查参数数量,必须是偶数个!"); + throw new IllegalArgumentException("请检查参数数量,必须是偶数个!"); } //1.找出所有字段及其对应的值存入到Map中,如果有default,则将其移除 String defaultVal = null; diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index 9772b7b2..fa928f32 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -16,7 +16,6 @@ import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; -import org.apache.commons.lang.StringUtils; import org.elasticsearch.search.sort.ScriptSortBuilder; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Delete; diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index ea9f43f2..fe288e41 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -107,6 +107,8 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithStats(select, request); updateRequestWithPreference(select, request); updateRequestWithTrackTotalHits(select, request); + updateRequestWithTimeout(select, request); + updateRequestWithIndicesOptions(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 25404aff..94651c7c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -1,6 +1,6 @@ package org.nlpcn.es4sql.query.maker; -import org.apache.commons.lang.StringUtils; +import com.alibaba.druid.util.StringUtils; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; @@ -47,11 +47,6 @@ public class AggMaker { //question 这个groupMap用来干嘛?? private Map groupMap = new HashMap<>(); - /** - * insert_time_dhg : {"date_histogram":{"field":"insert_time","format":"yyyy-MM-dd HH:mm:ss","interval":"1d","offset":0,"order":{"_key":"asc"},"keyed":false,"min_doc_count":0},"aggregations":{"avg_age":{"avg":{"field":"age"}}}} - */ - - private InsertTimeDhgBean insert_time_dhg; /** * 分组查的聚合函数 @@ -308,7 +303,6 @@ private AggregationBuilder makeRangeGroup(MethodField field) throws SqlParseExce case "range": return rangeBuilder(field); case "date_histogram": - return dateHistogram(field); case "dhg": return dateHistogram(field); case "date_range": @@ -316,7 +310,6 @@ private AggregationBuilder makeRangeGroup(MethodField field) throws SqlParseExce case "month": return dateRange(field); case "histogram": - return histogram(field); case "hg": return histogram(field); case "geohash_grid": @@ -899,177 +892,5 @@ public Map getGroupMap() { return this.groupMap; } - public InsertTimeDhgBean getInsert_time_dhg() { - return insert_time_dhg; - } - - public void setInsert_time_dhg(InsertTimeDhgBean insert_time_dhg) { - this.insert_time_dhg = insert_time_dhg; - } - - public static class InsertTimeDhgBean { - /** - * date_histogram : {"field":"insert_time","format":"yyyy-MM-dd HH:mm:ss","interval":"1d","offset":0,"order":{"_key":"asc"},"keyed":false,"min_doc_count":0} - * aggregations : {"avg_age":{"avg":{"field":"age"}}} - */ - - private DateHistogramBean date_histogram; - private AggregationsBean aggregations; - - public DateHistogramBean getDate_histogram() { - return date_histogram; - } - - public void setDate_histogram(DateHistogramBean date_histogram) { - this.date_histogram = date_histogram; - } - - public AggregationsBean getAggregations() { - return aggregations; - } - - public void setAggregations(AggregationsBean aggregations) { - this.aggregations = aggregations; - } - - public static class DateHistogramBean { - /** - * field : insert_time - * format : yyyy-MM-dd HH:mm:ss - * interval : 1d - * offset : 0 - * order : {"_key":"asc"} - * keyed : false - * min_doc_count : 0 - */ - - private String field; - private String format; - private String interval; - private int offset; - private OrderBean order; - private boolean keyed; - private int min_doc_count; - - public String getField() { - return field; - } - - public void setField(String field) { - this.field = field; - } - - public String getFormat() { - return format; - } - - public void setFormat(String format) { - this.format = format; - } - - public String getInterval() { - return interval; - } - - public void setInterval(String interval) { - this.interval = interval; - } - - public int getOffset() { - return offset; - } - - public void setOffset(int offset) { - this.offset = offset; - } - - public OrderBean getOrder() { - return order; - } - - public void setOrder(OrderBean order) { - this.order = order; - } - - public boolean isKeyed() { - return keyed; - } - - public void setKeyed(boolean keyed) { - this.keyed = keyed; - } - - public int getMin_doc_count() { - return min_doc_count; - } - - public void setMin_doc_count(int min_doc_count) { - this.min_doc_count = min_doc_count; - } - - public static class OrderBean { - /** - * _key : asc - */ - - private String _key; - - public String get_key() { - return _key; - } - - public void set_key(String _key) { - this._key = _key; - } - } - } - - public static class AggregationsBean { - /** - * avg_age : {"avg":{"field":"age"}} - */ - - private AvgAgeBean avg_age; - - public AvgAgeBean getAvg_age() { - return avg_age; - } - - public void setAvg_age(AvgAgeBean avg_age) { - this.avg_age = avg_age; - } - - public static class AvgAgeBean { - /** - * avg : {"field":"age"} - */ - - private AvgBean avg; - - public AvgBean getAvg() { - return avg; - } - - public void setAvg(AvgBean avg) { - this.avg = avg; - } - - public static class AvgBean { - /** - * field : age - */ - - private String field; - - public String getField() { - return field; - } - public void setField(String field) { - this.field = field; - } - } - } - } - } } From 9dfeb5ce92e636c5286a2c310d674433e4ca0ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 11:17:39 +0800 Subject: [PATCH 114/266] update README.md --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b8523e..382cc08f 100644 --- a/README.md +++ b/README.md @@ -122,20 +122,25 @@ Elasticsearch-SQL
**6.8.5** [![6.8.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.6** [![6.8.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.6)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.7** [![6.8.7 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.7)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.8** [![6.8.8 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.8)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.9** [![6.8.9 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.9)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.10** [![6.8.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) @@ -253,6 +258,10 @@ Versions | 6.8.4 | 6.8.4.0 | | elastic6.8.4 | | 6.8.5 | 6.8.5.0 | | elastic6.8.5 | | 6.8.6 | 6.8.6.0 | | elastic6.8.6 | +| 6.8.7 | 6.8.7.0 | | elastic6.8.7 | +| 6.8.8 | 6.8.8.0 | | elastic6.8.8 | +| 6.8.9 | 6.8.9.0 | | elastic6.8.9 | +| 6.8.10 | 6.8.10.0 | | elastic6.8.10| | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -711,6 +720,26 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.6.0/elasticsearch-sql-6.8.6.0.zip ```` +### Elasticsearch 6.8.7 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.7.0/elasticsearch-sql-6.8.7.0.zip +```` + +### Elasticsearch 6.8.8 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.8.0/elasticsearch-sql-6.8.8.0.zip +```` + +### Elasticsearch 6.8.9 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.9.0/elasticsearch-sql-6.8.9.0.zip +```` + +### Elasticsearch 6.8.10 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.10.0/elasticsearch-sql-6.8.10.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip From df9f698a8d423ace7ce4a56eb3c099553f42ae84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 11:33:19 +0800 Subject: [PATCH 115/266] es 7.5.2 support --- .travis.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2af1197b..0b02e017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 38817285..34ae3f3b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.1.3 + 7.5.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,10 +44,10 @@ UTF-8 **/MainTestSuite.class sql - 7.5.1 + 7.5.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 - 15.0 + 29.0-jre From c36608ee0c5f3210b1c36ef74ee4fb63c7e531ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 11:41:16 +0800 Subject: [PATCH 116/266] es 7.6.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/test/resources/expectedOutput/search_spatial_explain.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b02e017..a4d49d8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.5.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 34ae3f3b..a2f97af5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.5.2.0 + 7.6.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.5.2 + 7.6.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre diff --git a/src/test/resources/expectedOutput/search_spatial_explain.json b/src/test/resources/expectedOutput/search_spatial_explain.json index 60a4c9b4..941b754b 100644 --- a/src/test/resources/expectedOutput/search_spatial_explain.json +++ b/src/test/resources/expectedOutput/search_spatial_explain.json @@ -11,7 +11,7 @@ "geo_shape" : { "place" : { "shape" : { - "type" : "polygon", + "type" : "Polygon", "coordinates" : [ [ [ From 71558e233e991d3d4c2acd3f1c35fc74b4e1782c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 15:17:31 +0800 Subject: [PATCH 117/266] es 7.6.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4d49d8b..784d59f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index a2f97af5..34b3be68 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.6.0.0 + 7.6.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.6.0 + 7.6.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From e82f5a951d0c5e3896cf705522c38d0376232996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 15:21:16 +0800 Subject: [PATCH 118/266] es 7.6.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 784d59f6..56d17e6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 34b3be68..88bd86d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.6.1.0 + 7.6.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.6.1 + 7.6.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From fad0669573e297efe13c6f0daf960838b1d1466c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 17:35:31 +0800 Subject: [PATCH 119/266] es 7.7.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../plugin/nlpcn/RestSqlAction.java | 24 ++++++++++++------- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56d17e6e..94615a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.7.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 88bd86d5..5ecbd452 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.6.2.0 + 7.7.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.6.2 + 7.7.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 578b8a72..1108c61f 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -9,7 +9,6 @@ import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; import org.elasticsearch.rest.BaseRestHandler; import org.elasticsearch.rest.BytesRestResponse; -import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestRequest; import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.SearchDao; @@ -19,28 +18,35 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; import java.util.Arrays; +import java.util.Collections; import java.util.HashMap; import java.util.HashSet; +import java.util.List; import java.util.Map; import java.util.Set; +import static org.elasticsearch.rest.RestRequest.Method.GET; +import static org.elasticsearch.rest.RestRequest.Method.POST; + public class RestSqlAction extends BaseRestHandler { private static final Logger LOGGER = LogManager.getLogger(); - public RestSqlAction(RestController restController) { - restController.registerHandler(RestRequest.Method.POST, "/_nlpcn/sql/explain", this); - restController.registerHandler(RestRequest.Method.GET, "/_nlpcn/sql/explain", this); - restController.registerHandler(RestRequest.Method.POST, "/_nlpcn/sql", this); - restController.registerHandler(RestRequest.Method.GET, "/_nlpcn/sql", this); - } - @Override public String getName() { return "sql_action"; } + @Override + public List routes() { + return Collections.unmodifiableList(Arrays.asList( + new Route(POST, "/_nlpcn/sql/explain"), + new Route(GET, "/_nlpcn/sql/explain"), + new Route(POST, "/_nlpcn/sql"), + new Route(GET, "/_nlpcn/sql"))); + } + @Override protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) { try (XContentParser parser = request.contentOrSourceParamParser()) { @@ -93,6 +99,6 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli protected Set responseParams() { Set responseParams = new HashSet<>(super.responseParams()); responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader")); - return responseParams; + return Collections.unmodifiableSet(responseParams); } } \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 413a8979..26254394 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -32,6 +32,6 @@ public String description() { @Override public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { - return Collections.singletonList(new RestSqlAction(restController)); + return Collections.singletonList(new RestSqlAction()); } } From 9c62b8476c37aca8a742c6ef4effa5faf4cb5569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 17:51:01 +0800 Subject: [PATCH 120/266] es 7.7.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94615a37..805d86b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.7.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.7.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 5ecbd452..f9c9055f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.7.0.0 + 7.7.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.7.0 + 7.7.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From 9a00a22508be7fa3ba673486bbfe24854fe33667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 18:20:26 +0800 Subject: [PATCH 121/266] es 7.8.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../plugin/nlpcn/ElasticJoinExecutor.java | 2 +- .../plugin/nlpcn/GetIndexRequestRestListener.java | 14 +++++++------- .../plugin/nlpcn/HashJoinElasticExecutor.java | 4 ++-- .../elasticsearch/plugin/nlpcn/MinusExecutor.java | 4 ++-- .../plugin/nlpcn/NestedLoopsElasticExecutor.java | 2 +- .../elasticsearch/plugin/nlpcn/UnionExecutor.java | 2 +- .../nlpcn/executors/CSVResultsExtractor.java | 9 +++------ src/test/java/org/nlpcn/es4sql/ShowTest.java | 12 ++++++------ 10 files changed, 26 insertions(+), 29 deletions(-) diff --git a/.travis.yml b/.travis.yml index 805d86b4..3f5edc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.7.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index f9c9055f..e516c39a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.7.1.0 + 7.8.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.7.1 + 7.8.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 2dcdad26..ec127638 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -169,7 +169,7 @@ protected SearchHit createUnmachedResult( List secondTableReturnedFields, String unmatchedId = hit.getId() + "|0"; Text unamatchedType = new Text(hit.getType() + "|null"); - SearchHit searchHit = new SearchHit(docId, unmatchedId, unamatchedType, hit.getFields()); + SearchHit searchHit = new SearchHit(docId, unmatchedId, unamatchedType, hit.getFields(), null); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java index 4d3f5523..ffe9d087 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java @@ -3,8 +3,8 @@ import com.carrotsearch.hppc.cursors.ObjectObjectCursor; import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.admin.indices.get.GetIndexResponse; -import org.elasticsearch.cluster.metadata.AliasMetaData; -import org.elasticsearch.cluster.metadata.MappingMetaData; +import org.elasticsearch.cluster.metadata.AliasMetadata; +import org.elasticsearch.cluster.metadata.MappingMetadata; import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.settings.Settings; @@ -61,20 +61,20 @@ public RestResponse buildResponse(GetIndexResponse getIndexResponse, XContentBui return new BytesRestResponse(RestStatus.OK, builder); } - private void writeAliases(List aliases, XContentBuilder builder, ToXContent.Params params) throws IOException { + private void writeAliases(List aliases, XContentBuilder builder, ToXContent.Params params) throws IOException { builder.startObject(Fields.ALIASES); if (aliases != null) { - for (AliasMetaData alias : aliases) { - AliasMetaData.Builder.toXContent(alias, builder, params); + for (AliasMetadata alias : aliases) { + AliasMetadata.Builder.toXContent(alias, builder, params); } } builder.endObject(); } - private void writeMappings(ImmutableOpenMap mappings, XContentBuilder builder, ToXContent.Params params) throws IOException { + private void writeMappings(ImmutableOpenMap mappings, XContentBuilder builder, ToXContent.Params params) throws IOException { builder.startObject(Fields.MAPPINGS); if (mappings != null) { - for (ObjectObjectCursor typeEntry : mappings) { + for (ObjectObjectCursor typeEntry : mappings) { builder.field(typeEntry.key); builder.map(typeEntry.value.sourceAsMap()); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index 34d52ee6..135fa596 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -162,7 +162,7 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT - SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId, new Text(matchingHit.getType() + "|" + secondTableHit.getType()), matchingHit.getFields()); + SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId, new Text(matchingHit.getType() + "|" + secondTableHit.getType()), matchingHit.getFields(), null); searchHit.sourceRef(matchingHit.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(matchingHit.getSourceAsMap()); @@ -209,7 +209,7 @@ private void createKeyToResultsAndFillOptimizationStructure(Map fieldValues ArrayList values = new ArrayList(); values.add(result); fields.put(fieldName,new DocumentField(fieldName, values)); - SearchHit searchHit = new SearchHit(currentId,currentId+"", new Text(someHit.getType()), fields); + SearchHit searchHit = new SearchHit(currentId,currentId+"", new Text(someHit.getType()), fields, null); searchHit.sourceRef(someHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = new HashMap<>(); @@ -137,7 +137,7 @@ private void fillMinusHitsFromResults(Set comperableHitResu ArrayList values = new ArrayList(); values.add(result); SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId,originalHit.getId(), new Text(originalHit.getType()), originalHit.getFields()); + SearchHit searchHit = new SearchHit(currentId,originalHit.getId(), new Text(originalHit.getType()), originalHit.getFields(), null); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = result.getFlattenMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index 2b996fec..807dc843 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -114,7 +114,7 @@ private int combineResultsFromMultiResponses(List combinedResults, in private SearchHit getMergedHit(int currentCombinedResults, String t1Alias, String t2Alias, SearchHit hitFromFirstTable, SearchHit matchedHit) { onlyReturnedFields(matchedHit.getSourceAsMap(), nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); - SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId(), new Text(hitFromFirstTable.getType() + "|" + matchedHit.getType()), hitFromFirstTable.getFields()); + SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId(), new Text(hitFromFirstTable.getType() + "|" + matchedHit.getType()), hitFromFirstTable.getFields(), null); searchHit.sourceRef(hitFromFirstTable.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(hitFromFirstTable.getSourceAsMap()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index 26598fa4..a0710b51 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -47,7 +47,7 @@ public void run() throws IOException, SqlParseException { private void fillInternalSearchHits(List unionHits, SearchHit[] hits, Map fieldNameToAlias) { for(SearchHit hit : hits){ - SearchHit searchHit = new SearchHit(currentId, hit.getId(), new Text(hit.getType()), hit.getFields()); + SearchHit searchHit = new SearchHit(currentId, hit.getId(), new Text(hit.getType()), hit.getFields(), null); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = hit.getSourceAsMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 1b99b692..321eab03 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -1,23 +1,20 @@ package org.elasticsearch.plugin.nlpcn.executors; -import com.alibaba.druid.util.StringUtils; import com.google.common.base.Joiner; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import org.elasticsearch.action.admin.indices.get.GetIndexResponse; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.cluster.metadata.MappingMetaData; +import org.elasticsearch.cluster.metadata.MappingMetadata; import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; import org.elasticsearch.search.aggregations.Aggregations; -import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.*; -import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; @@ -91,14 +88,14 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); } if (queryResult instanceof GetIndexResponse){ - ImmutableOpenMap> mappings = ((GetIndexResponse) queryResult).getMappings(); + ImmutableOpenMap> mappings = ((GetIndexResponse) queryResult).getMappings(); List headers = Lists.newArrayList("field", "type"); List csvLines = new ArrayList<>(); List> lines = new ArrayList<>(); Iterator iter = mappings.keysIt(); while (iter.hasNext()) { String index = iter.next(); - MappingMetaData mappingJson = (MappingMetaData)mappings.get(index).values().toArray()[0]; + MappingMetadata mappingJson = (MappingMetadata)mappings.get(index).values().toArray()[0]; LinkedHashMap properties = (LinkedHashMap) mappingJson.sourceAsMap().get("properties"); Map mapping = Maps.newLinkedHashMap(); parseMapping(Lists.newArrayList(), properties, mapping, 0); diff --git a/src/test/java/org/nlpcn/es4sql/ShowTest.java b/src/test/java/org/nlpcn/es4sql/ShowTest.java index 1784600c..dd497f26 100644 --- a/src/test/java/org/nlpcn/es4sql/ShowTest.java +++ b/src/test/java/org/nlpcn/es4sql/ShowTest.java @@ -1,7 +1,7 @@ package org.nlpcn.es4sql; import org.elasticsearch.action.admin.indices.get.GetIndexResponse; -import org.elasticsearch.cluster.metadata.MappingMetaData; +import org.elasticsearch.cluster.metadata.MappingMetadata; import org.elasticsearch.common.collect.ImmutableOpenMap; import org.junit.Assert; import org.junit.Test; @@ -22,7 +22,7 @@ public class ShowTest { public void showAll_atLeastOneIndexReturns() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "show *"; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + ImmutableOpenMap> mappings = getIndexResponse.getMappings(); Assert.assertTrue(mappings.size() >= 1); } @@ -31,7 +31,7 @@ public void showAll_atLeastOneIndexReturns() throws SqlParseException, SQLFeatur public void showIndex_onlyOneIndexReturn() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "show "+ TEST_INDEX_ACCOUNT; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + ImmutableOpenMap> mappings = getIndexResponse.getMappings(); Assert.assertEquals(1, mappings.size()); Assert.assertTrue(mappings.containsKey(TEST_INDEX_ACCOUNT)); @@ -40,7 +40,7 @@ public void showIndex_onlyOneIndexReturn() throws SqlParseException, SQLFeatureN public void showIndex_onlyOneIndexReturWithMoreThanOneTypes() throws SqlParseException, SQLFeatureNotSupportedException { String query = "show " + TEST_INDEX + "*"; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + ImmutableOpenMap> mappings = getIndexResponse.getMappings(); Assert.assertTrue(mappings.size()>1); } @@ -48,8 +48,8 @@ public void showIndex_onlyOneIndexReturWithMoreThanOneTypes() throws SqlParseExc public void showIndexType_onlyOneTypeReturn() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = String.format("show %s/account", TEST_INDEX_ACCOUNT); GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); - ImmutableOpenMap typeToData = mappings.get(TEST_INDEX_ACCOUNT); + ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + ImmutableOpenMap typeToData = mappings.get(TEST_INDEX_ACCOUNT); Assert.assertEquals(1,typeToData.size()); } From f67550f39a246f4404022a873f58a46e77e2a32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 25 Jun 2020 18:44:37 +0800 Subject: [PATCH 122/266] update README.md --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index 382cc08f..34833f27 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,14 @@ Elasticsearch-SQL
**7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.5.2** [![7.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.6.0** [![7.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.6.1** [![7.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.6.2** [![7.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**7.7.0** [![7.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.7.1** [![7.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.8.0** [![7.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -276,6 +284,13 @@ Versions | 7.4.2 | 7.4.2.0 | | elastic7.4.2 | | 7.5.0 | 7.5.0.0 | | elastic7.5.0 | | 7.5.1 | 7.5.1.0 | | elastic7.5.1 | +| 7.5.2 | 7.5.2.0 | | elastic7.5.2 | +| 7.6.0 | 7.6.0.0 | | elastic7.6.0 | +| 7.6.1 | 7.6.1.0 | | elastic7.6.1 | +| 7.6.2 | 7.6.2.0 | | elastic7.6.2 | +| 7.7.0 | 7.7.0.0 | | elastic7.7.0 | +| 7.7.1 | 7.7.1.0 | | elastic7.7.1 | +| 7.8.0 | 7.8.0.0 | | elastic7.8.0 | ### Elasticsearch 1.x ```` @@ -810,6 +825,41 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.5.1.0/elasticsearch-sql-7.5.1.0.zip ```` +### Elasticsearch 7.5.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.5.2.0/elasticsearch-sql-7.5.2.0.zip +```` + +### Elasticsearch 7.6.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.6.0.0/elasticsearch-sql-7.6.0.0.zip +```` + +### Elasticsearch 7.6.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.6.1.0/elasticsearch-sql-7.6.1.0.zip +```` + +### Elasticsearch 7.6.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.6.2.0/elasticsearch-sql-7.6.2.0.zip +```` + +### Elasticsearch 7.7.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.7.0.0/elasticsearch-sql-7.7.0.0.zip +```` + +### Elasticsearch 7.7.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.7.1.0/elasticsearch-sql-7.7.1.0.zip +```` + +### Elasticsearch 7.8.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.8.0.0/elasticsearch-sql-7.8.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From c6bfcdbc6c49a983b10ed67e569e3c2f5c74f894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 26 Jun 2020 10:25:41 +0800 Subject: [PATCH 123/266] fix #1042 support min_score --- pom.xml | 2 +- .../druid/pool/ElasticSearchResultSet.java | 16 ++++++++- .../nlpcn/HashJoinComparisonStructure.java | 6 +++- .../plugin/nlpcn/HashJoinElasticExecutor.java | 16 +++++---- .../nlpcn/NestedLoopsElasticExecutor.java | 5 ++- .../nlpcn/QueryActionElasticExecutor.java | 8 ++++- .../executors/CSVResultRestExecutor.java | 2 +- .../nlpcn/executors/CSVResultsExtractor.java | 18 ++++++++-- .../java/org/nlpcn/es4sql/SQLFunctions.java | 11 +++++-- src/main/java/org/nlpcn/es4sql/Util.java | 27 ++++++++++----- .../java/org/nlpcn/es4sql/domain/Paramer.java | 19 +++++++---- .../es4sql/domain/hints/HintFactory.java | 4 +++ .../nlpcn/es4sql/domain/hints/HintType.java | 3 +- .../org/nlpcn/es4sql/parse/FieldMaker.java | 23 +++++++++---- .../org/nlpcn/es4sql/parse/SqlParser.java | 9 ++++- .../org/nlpcn/es4sql/parse/WhereParser.java | 24 +++++++++++--- .../es4sql/query/AggregationQueryAction.java | 19 ++++++----- .../es4sql/query/DefaultQueryAction.java | 1 + .../org/nlpcn/es4sql/query/QueryAction.java | 9 +++++ .../query/join/ESHashJoinQueryAction.java | 11 +++++-- .../nlpcn/es4sql/query/maker/AggMaker.java | 19 +++++++++-- .../org/nlpcn/es4sql/AggregationTest.java | 28 ++++++++++++---- .../es4sql/CSVResultsExtractorTests.java | 8 ++--- .../java/org/nlpcn/es4sql/DeleteTest.java | 4 ++- .../java/org/nlpcn/es4sql/ExplainTest.java | 7 ++-- src/test/java/org/nlpcn/es4sql/JoinTests.java | 11 ++++--- .../java/org/nlpcn/es4sql/MainTestSuite.java | 25 ++++++++++---- .../org/nlpcn/es4sql/MultiQueryTests.java | 5 ++- src/test/java/org/nlpcn/es4sql/QueryTest.java | 33 +++++++++++++++---- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 9 ++--- src/test/java/org/nlpcn/es4sql/ShowTest.java | 3 +- .../org/nlpcn/es4sql/SourceFieldTest.java | 12 +++---- .../java/org/nlpcn/es4sql/SqlParserTests.java | 14 ++++++-- 33 files changed, 306 insertions(+), 105 deletions(-) diff --git a/pom.xml b/pom.xml index e516c39a..f7e7e47d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.0 + 7.8.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java index 7f2ec1cc..19029ebe 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchResultSet.java @@ -6,7 +6,21 @@ import java.io.Reader; import java.math.BigDecimal; import java.net.URL; -import java.sql.*; +import java.sql.Array; +import java.sql.Blob; +import java.sql.Clob; +import java.sql.Date; +import java.sql.NClob; +import java.sql.Ref; +import java.sql.ResultSet; +import java.sql.ResultSetMetaData; +import java.sql.RowId; +import java.sql.SQLException; +import java.sql.SQLWarning; +import java.sql.SQLXML; +import java.sql.Statement; +import java.sql.Time; +import java.sql.Timestamp; import java.util.Calendar; import java.util.List; import java.util.Map; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinComparisonStructure.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinComparisonStructure.java index 89e562da..98edffac 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinComparisonStructure.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinComparisonStructure.java @@ -3,7 +3,11 @@ import org.elasticsearch.search.SearchHit; import org.nlpcn.es4sql.domain.Field; -import java.util.*; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.UUID; /** * Created by Eliran on 2/11/2015. diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index 135fa596..1ab441b3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -3,28 +3,30 @@ import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; import org.elasticsearch.common.unit.TimeValue; - import org.elasticsearch.index.query.BoolQueryBuilder; - import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.SearchHit; -import org.elasticsearch.search.sort.FieldSortBuilder; -import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.join.HashJoinElasticRequestBuilder; import org.nlpcn.es4sql.query.join.TableInJoinRequestBuilder; - import org.nlpcn.es4sql.query.maker.QueryMaker; import java.io.IOException; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.Comparator; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; /** * Created by Eliran on 22/8/2015. diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index 807dc843..dad180dd 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -1,7 +1,10 @@ package org.elasticsearch.plugin.nlpcn; import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; -import org.elasticsearch.action.search.*; +import org.elasticsearch.action.search.MultiSearchRequest; +import org.elasticsearch.action.search.MultiSearchResponse; +import org.elasticsearch.action.search.SearchRequestBuilder; +import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; import org.elasticsearch.common.unit.TimeValue; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index 71981a20..bf8a4125 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -8,7 +8,13 @@ import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregations; import org.nlpcn.es4sql.exception.SqlParseException; -import org.nlpcn.es4sql.query.*; +import org.nlpcn.es4sql.query.AggregationQueryAction; +import org.nlpcn.es4sql.query.DefaultQueryAction; +import org.nlpcn.es4sql.query.DeleteQueryAction; +import org.nlpcn.es4sql.query.QueryAction; +import org.nlpcn.es4sql.query.ShowQueryAction; +import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; +import org.nlpcn.es4sql.query.SqlElasticSearchRequestBuilder; import org.nlpcn.es4sql.query.join.ESJoinQueryAction; import org.nlpcn.es4sql.query.multi.MultiQueryAction; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index 29836518..a6524e51 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -8,7 +8,7 @@ import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.query.QueryAction; -import java.util.*; +import java.util.Map; /** * Created by Eliran on 26/12/2015. diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 321eab03..396cf7a5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -14,12 +14,26 @@ import org.elasticsearch.search.aggregations.Aggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; -import org.elasticsearch.search.aggregations.metrics.*; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; +import org.elasticsearch.search.aggregations.metrics.GeoBounds; +import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation; +import org.elasticsearch.search.aggregations.metrics.Percentile; +import org.elasticsearch.search.aggregations.metrics.Percentiles; +import org.elasticsearch.search.aggregations.metrics.Stats; +import org.elasticsearch.search.aggregations.metrics.TopHits; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; -import java.util.*; +import java.util.ArrayList; +import java.util.Collection; +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; /** * Created by Eliran on 27/12/2015. diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index a8ffc9f4..8637d90f 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -2,7 +2,11 @@ import com.alibaba.druid.sql.SQLUtils; import com.alibaba.druid.sql.ast.SQLExpr; -import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLInListExpr; +import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; +import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; +import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.util.StringUtils; import com.google.common.base.Joiner; import com.google.common.collect.Lists; @@ -10,7 +14,10 @@ import org.elasticsearch.common.collect.Tuple; import org.nlpcn.es4sql.domain.KVValue; -import java.util.*; +import java.util.ArrayList; +import java.util.List; +import java.util.Random; +import java.util.Set; /** * Created by allwefantasy on 8/19/16. diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index cef12dd1..a695929b 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -1,12 +1,19 @@ package org.nlpcn.es4sql; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Set; -import java.util.concurrent.atomic.AtomicInteger; - -import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.SQLObject; +import com.alibaba.druid.sql.ast.expr.SQLAllColumnExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; +import com.alibaba.druid.sql.ast.expr.SQLBooleanExpr; +import com.alibaba.druid.sql.ast.expr.SQLCharExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLIntegerExpr; +import com.alibaba.druid.sql.ast.expr.SQLNullExpr; +import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; +import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; +import com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr; +import com.alibaba.druid.sql.ast.expr.SQLValuableExpr; +import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.alibaba.druid.sql.ast.statement.SQLTableSource; @@ -14,7 +21,11 @@ import org.nlpcn.es4sql.domain.KVValue; import org.nlpcn.es4sql.exception.SqlParseException; -import com.alibaba.druid.sql.ast.*; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; +import java.util.concurrent.atomic.AtomicInteger; public class Util { public static String joiner(List lists, String oper) { diff --git a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java index 6ac759a1..44feb093 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java @@ -1,10 +1,5 @@ package org.nlpcn.es4sql.domain; -import java.util.HashMap; -import java.util.List; -import java.util.Locale; -import java.util.Map; - import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; import com.alibaba.druid.sql.ast.expr.SQLCharExpr; @@ -13,10 +8,22 @@ import org.elasticsearch.common.Strings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.index.query.*; +import org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder; +import org.elasticsearch.index.query.MatchPhraseQueryBuilder; +import org.elasticsearch.index.query.MatchQueryBuilder; +import org.elasticsearch.index.query.MultiMatchQueryBuilder; +import org.elasticsearch.index.query.Operator; +import org.elasticsearch.index.query.QueryStringQueryBuilder; +import org.elasticsearch.index.query.SpanNearQueryBuilder; +import org.elasticsearch.index.query.WildcardQueryBuilder; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.exception.SqlParseException; +import java.util.HashMap; +import java.util.List; +import java.util.Locale; +import java.util.Map; + public class Paramer { private String analysis; private Float boost; diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 69917285..4534bb5f 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -181,6 +181,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti } return new Hint(HintType.INDICES_OPTIONS, new Object[]{indicesOptions}); } + if (hintAsString.startsWith("! MIN_SCORE")) { + String minScoreParam = getParamFromHint(hintAsString, "! MIN_SCORE"); + return new Hint(HintType.MIN_SCORE, new String[]{minScoreParam}); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 739a5026..b85adee6 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -24,5 +24,6 @@ public enum HintType PREFERENCE, TRACK_TOTAL_HITS, TIMEOUT, - INDICES_OPTIONS + INDICES_OPTIONS, + MIN_SCORE } diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 18e87d80..08d6c16d 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -1,10 +1,18 @@ package org.nlpcn.es4sql.parse; -import java.util.ArrayList; -import java.util.LinkedList; -import java.util.List; - -import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.expr.SQLAggregateExpr; +import com.alibaba.druid.sql.ast.expr.SQLAggregateOption; +import com.alibaba.druid.sql.ast.expr.SQLAllColumnExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; +import com.alibaba.druid.sql.ast.expr.SQLCaseExpr; +import com.alibaba.druid.sql.ast.expr.SQLCastExpr; +import com.alibaba.druid.sql.ast.expr.SQLCharExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; +import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; +import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; +import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.util.StringUtils; import com.google.common.collect.Lists; import org.elasticsearch.common.collect.Tuple; @@ -15,7 +23,10 @@ import org.nlpcn.es4sql.domain.MethodField; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; -import com.alibaba.druid.sql.ast.*; + +import java.util.ArrayList; +import java.util.LinkedList; +import java.util.List; /** * 一些具有参数的一般在 select 函数.或者group by 函数 diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index fa928f32..326df5eb 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -12,7 +12,14 @@ import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; -import com.alibaba.druid.sql.ast.statement.*; +import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; +import com.alibaba.druid.sql.ast.statement.SQLExprTableSource; +import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; +import com.alibaba.druid.sql.ast.statement.SQLSelectGroupByClause; +import com.alibaba.druid.sql.ast.statement.SQLSelectItem; +import com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem; +import com.alibaba.druid.sql.ast.statement.SQLTableSource; +import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 1be1f05b..964c5699 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -1,13 +1,27 @@ package org.nlpcn.es4sql.parse; -import com.alibaba.druid.sql.ast.expr.*; -import com.google.common.collect.Lists; -import com.google.common.collect.Sets; - import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.expr.SQLBetweenExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOperator; +import com.alibaba.druid.sql.ast.expr.SQLCaseExpr; +import com.alibaba.druid.sql.ast.expr.SQLCastExpr; +import com.alibaba.druid.sql.ast.expr.SQLCharExpr; +import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; +import com.alibaba.druid.sql.ast.expr.SQLInListExpr; +import com.alibaba.druid.sql.ast.expr.SQLInSubQueryExpr; +import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; +import com.alibaba.druid.sql.ast.expr.SQLNotExpr; +import com.alibaba.druid.sql.ast.expr.SQLNullExpr; +import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; +import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; +import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; +import com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr; +import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; - +import com.google.common.collect.Lists; +import com.google.common.collect.Sets; import org.nlpcn.es4sql.SQLFunctions; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index fe2bdd92..36095738 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -1,10 +1,5 @@ package org.nlpcn.es4sql.query; -import java.util.ArrayList; -import java.util.List; -import java.util.Map; -import java.util.stream.Collectors; - import com.google.common.collect.Lists; import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; @@ -12,13 +7,15 @@ import org.elasticsearch.client.Client; import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; -import org.elasticsearch.script.Script; -import org.elasticsearch.search.aggregations.*; +import org.elasticsearch.search.aggregations.AggregationBuilder; +import org.elasticsearch.search.aggregations.AggregationBuilders; +import org.elasticsearch.search.aggregations.BucketOrder; +import org.elasticsearch.search.aggregations.PipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.PipelineAggregatorBuilders; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.*; import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.KVValue; @@ -32,6 +29,11 @@ import org.nlpcn.es4sql.query.maker.AggMaker; import org.nlpcn.es4sql.query.maker.QueryMaker; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.stream.Collectors; + /** * Transform SQL query to Elasticsearch aggregations query */ @@ -276,6 +278,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithTrackTotalHits(select, request); updateRequestWithTimeout(select, request); updateRequestWithIndicesOptions(select, request); + updateRequestWithMinScore(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index fe288e41..9f385bbf 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -109,6 +109,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithTrackTotalHits(select, request); updateRequestWithTimeout(select, request); updateRequestWithIndicesOptions(select, request); + updateRequestWithMinScore(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 0e861b7e..81229467 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -126,6 +126,15 @@ protected void updateRequestWithIndicesOptions(Select select, SearchRequestBuild } } + protected void updateRequestWithMinScore(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.MIN_SCORE && hint.getParams() != null && 0 < hint.getParams().length) { + String param = hint.getParams()[0].toString(); + request.setMinScore(Float.parseFloat(param)); + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); diff --git a/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java index 67d10ac3..e99bd292 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java @@ -1,13 +1,18 @@ package org.nlpcn.es4sql.query.join; import org.elasticsearch.client.Client; -import org.nlpcn.es4sql.domain.*; +import org.nlpcn.es4sql.domain.Condition; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.domain.JoinSelect; +import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; -import org.nlpcn.es4sql.query.*; -import java.util.*; +import java.util.AbstractMap; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; /** * Created by Eliran on 22/8/2015. diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 94651c7c..a219d2af 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -9,7 +9,12 @@ import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; -import org.elasticsearch.search.aggregations.*; +import org.elasticsearch.search.aggregations.AbstractAggregationBuilder; +import org.elasticsearch.search.aggregations.AggregationBuilder; +import org.elasticsearch.search.aggregations.AggregationBuilders; +import org.elasticsearch.search.aggregations.BucketOrder; +import org.elasticsearch.search.aggregations.InternalOrder; +import org.elasticsearch.search.aggregations.PipelineAggregatorBuilders; import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval; @@ -30,7 +35,11 @@ import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.Util; -import org.nlpcn.es4sql.domain.*; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.domain.KVValue; +import org.nlpcn.es4sql.domain.MethodField; +import org.nlpcn.es4sql.domain.Select; +import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ChildrenType; import org.nlpcn.es4sql.parse.NestedType; @@ -38,7 +47,11 @@ import java.io.IOException; import java.math.BigDecimal; import java.time.ZoneOffset; -import java.util.*; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.LinkedList; +import java.util.List; +import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index 507075e9..0f35a249 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -7,7 +7,8 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; -import org.elasticsearch.search.aggregations.*; +import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalMultiBucketAggregation; import org.elasticsearch.search.aggregations.bucket.filter.InternalFilter; import org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid; import org.elasticsearch.search.aggregations.bucket.histogram.Histogram; @@ -16,15 +17,15 @@ import org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested; import org.elasticsearch.search.aggregations.bucket.terms.Terms; import org.elasticsearch.search.aggregations.metrics.Avg; +import org.elasticsearch.search.aggregations.metrics.ExtendedStats; import org.elasticsearch.search.aggregations.metrics.InternalGeoBounds; +import org.elasticsearch.search.aggregations.metrics.InternalSum; +import org.elasticsearch.search.aggregations.metrics.InternalTopHits; import org.elasticsearch.search.aggregations.metrics.Max; import org.elasticsearch.search.aggregations.metrics.Min; import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; -import org.elasticsearch.search.aggregations.metrics.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.InternalSum; import org.elasticsearch.search.aggregations.metrics.Sum; -import org.elasticsearch.search.aggregations.metrics.InternalTopHits; import org.elasticsearch.search.aggregations.metrics.ValueCount; import org.junit.Assert; import org.junit.Test; @@ -33,11 +34,24 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; -import java.util.*; +import java.util.ArrayList; +import java.util.Collection; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + import static org.elasticsearch.search.aggregations.bucket.range.Range.Bucket; import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.*; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.hamcrest.Matchers.equalTo; +import static org.hamcrest.Matchers.hasKey; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_NESTED_TYPE; public class AggregationTest { diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index 0dce7cb1..9dc12911 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -3,16 +3,16 @@ import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; import org.elasticsearch.plugin.nlpcn.executors.CSVResult; import org.elasticsearch.plugin.nlpcn.executors.CSVResultsExtractor; -import org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException; import org.junit.Assert; import org.junit.Test; -import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.QueryAction; -import java.sql.SQLFeatureNotSupportedException; import java.util.List; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ONLINE; /** * Created by Eliran on 27/12/2015. diff --git a/src/test/java/org/nlpcn/es4sql/DeleteTest.java b/src/test/java/org/nlpcn/es4sql/DeleteTest.java index a0a21048..d3885145 100644 --- a/src/test/java/org/nlpcn/es4sql/DeleteTest.java +++ b/src/test/java/org/nlpcn/es4sql/DeleteTest.java @@ -7,11 +7,13 @@ import org.junit.Before; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; + import java.sql.SQLFeatureNotSupportedException; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.core.IsEqual.equalTo; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT_TEMP; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PHRASE; public class DeleteTest { diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index 361d27a9..b14f9d78 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -5,6 +5,7 @@ import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; + import java.io.File; import java.io.IOException; import java.lang.reflect.InvocationTargetException; @@ -13,8 +14,10 @@ import java.util.Map; import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.*; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.hamcrest.Matchers.equalTo; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_NESTED_TYPE; public class ExplainTest { diff --git a/src/test/java/org/nlpcn/es4sql/JoinTests.java b/src/test/java/org/nlpcn/es4sql/JoinTests.java index 65e9ff4b..d48660b0 100644 --- a/src/test/java/org/nlpcn/es4sql/JoinTests.java +++ b/src/test/java/org/nlpcn/es4sql/JoinTests.java @@ -2,15 +2,14 @@ import com.google.common.collect.ImmutableMap; - import org.elasticsearch.plugin.nlpcn.ElasticJoinExecutor; import org.elasticsearch.plugin.nlpcn.HashJoinElasticExecutor; import org.elasticsearch.search.SearchHit; -import org.junit.Test; import org.junit.Assert; +import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; -import org.nlpcn.es4sql.query.join.HashJoinElasticRequestBuilder; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; +import org.nlpcn.es4sql.query.join.HashJoinElasticRequestBuilder; import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; @@ -20,7 +19,11 @@ import java.util.Map; import java.util.stream.Stream; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION2; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PEOPLE; /** * Created by Eliran on 22/8/2015. diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 39aa6fea..812accbb 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -1,11 +1,6 @@ package org.nlpcn.es4sql; -import static org.nlpcn.es4sql.TestsConstants.*; - -import java.io.FileInputStream; -import java.net.InetAddress; -import java.net.UnknownHostException; - +import com.google.common.io.ByteStreams; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkResponse; @@ -22,7 +17,23 @@ import org.junit.runner.RunWith; import org.junit.runners.Suite; -import com.google.common.io.ByteStreams; +import java.io.FileInputStream; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_JOIN_TYPE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION2; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_NESTED_TYPE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ODBC; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ONLINE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PEOPLE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PHRASE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_SYSTEM; @RunWith(Suite.class) @Suite.SuiteClasses({ diff --git a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java index e4c3b374..f538c42d 100644 --- a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java +++ b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java @@ -14,7 +14,10 @@ import java.util.Map; import java.util.Set; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_SYSTEM; /** * Created by Eliran on 21/8/2016. diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index b08c5c0d..fae7e752 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -5,13 +5,10 @@ import org.elasticsearch.index.IndexNotFoundException; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; - import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; import org.joda.time.DateTime; import org.joda.time.format.DateTimeFormat; import org.joda.time.format.DateTimeFormatter; - - import org.junit.Assert; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -20,11 +17,35 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; import java.text.ParseException; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; +import java.util.Set; import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.*; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.hamcrest.Matchers.allOf; +import static org.hamcrest.Matchers.greaterThan; +import static org.hamcrest.Matchers.greaterThanOrEqualTo; +import static org.hamcrest.Matchers.hasKey; +import static org.hamcrest.Matchers.isOneOf; +import static org.hamcrest.Matchers.lessThan; +import static org.hamcrest.Matchers.lessThanOrEqualTo; +import static org.hamcrest.Matchers.not; +import static org.nlpcn.es4sql.TestsConstants.DATE_FORMAT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_JOIN_TYPE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_LOCATION; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_NESTED_TYPE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ODBC; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ONLINE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PEOPLE; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PHRASE; +import static org.nlpcn.es4sql.TestsConstants.TS_DATE_FORMAT; public class QueryTest { diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 6cc6043d..d6610b19 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -8,28 +8,25 @@ import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; import org.elasticsearch.plugin.nlpcn.executors.CSVResult; import org.elasticsearch.plugin.nlpcn.executors.CSVResultsExtractor; -import org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException; - import org.elasticsearch.transport.client.PreBuiltTransportClient; import org.junit.Assert; import org.junit.BeforeClass; +import org.junit.Test; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.domain.Where; -import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ElasticSqlExprParser; import org.nlpcn.es4sql.parse.ScriptFilter; import org.nlpcn.es4sql.parse.SqlParser; import org.nlpcn.es4sql.query.QueryAction; -import org.junit.Test; import java.net.UnknownHostException; -import java.sql.SQLFeatureNotSupportedException; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_PEOPLE; /** * Created by allwefantasy on 8/25/16. diff --git a/src/test/java/org/nlpcn/es4sql/ShowTest.java b/src/test/java/org/nlpcn/es4sql/ShowTest.java index dd497f26..7585bc1f 100644 --- a/src/test/java/org/nlpcn/es4sql/ShowTest.java +++ b/src/test/java/org/nlpcn/es4sql/ShowTest.java @@ -11,7 +11,8 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; /** * Created by Eliran on 16/10/2015. diff --git a/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java b/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java index efc711e0..c51ecfb8 100644 --- a/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java +++ b/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java @@ -1,11 +1,5 @@ package org.nlpcn.es4sql; -import static org.nlpcn.es4sql.TestsConstants.*; - -import java.io.IOException; -import java.sql.SQLFeatureNotSupportedException; -import java.util.Set; - import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -14,6 +8,12 @@ import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticSearchRequestBuilder; +import java.io.IOException; +import java.sql.SQLFeatureNotSupportedException; +import java.util.Set; + +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; + public class SourceFieldTest { @Test diff --git a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java index 002d5d0f..4963b368 100644 --- a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java +++ b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java @@ -7,7 +7,14 @@ import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; -import org.nlpcn.es4sql.domain.*; +import org.nlpcn.es4sql.domain.Condition; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.domain.From; +import org.nlpcn.es4sql.domain.JoinSelect; +import org.nlpcn.es4sql.domain.MethodField; +import org.nlpcn.es4sql.domain.Order; +import org.nlpcn.es4sql.domain.Select; +import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; @@ -26,7 +33,10 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; -import static org.nlpcn.es4sql.TestsConstants.*; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ODBC; /** * Created by Eliran on 21/8/2015. From 9ed4db52aebbeda9c3be29887b273dc606b953ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 26 Jun 2020 21:54:43 +0800 Subject: [PATCH 124/266] fix #1044 support intersect --- pom.xml | 2 +- .../plugin/nlpcn/IntersectExecutor.java | 147 ++++++++++++++++++ .../nlpcn/MultiRequestExecutorFactory.java | 7 +- .../org/nlpcn/es4sql/MultiQueryTests.java | 10 ++ 4 files changed, 161 insertions(+), 5 deletions(-) create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java diff --git a/pom.xml b/pom.xml index f7e7e47d..90a0cf01 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.1 + 7.8.0.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java new file mode 100644 index 00000000..75cc88af --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java @@ -0,0 +1,147 @@ +package org.elasticsearch.plugin.nlpcn; + +import com.google.common.collect.Maps; +import org.apache.lucene.search.TotalHits; +import org.elasticsearch.action.ActionFuture; +import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.common.text.Text; +import org.elasticsearch.search.SearchHit; +import org.elasticsearch.search.SearchHits; +import org.nlpcn.es4sql.domain.Field; +import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashSet; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.Set; +import java.util.UUID; + +/** + * Intersect Executor + */ +public class IntersectExecutor implements ElasticHitsExecutor { + + private MultiQueryRequestBuilder builder; + private SearchHits intersectHits; + private String[] fieldsOrderFirstTable; + private String[] fieldsOrderSecondTable; + private String separator; + + public IntersectExecutor(MultiQueryRequestBuilder builder) { + this.builder = builder; + fillFieldsOrder(); + separator = UUID.randomUUID().toString(); + } + + @Override + public void run() { + ActionFuture first = this.builder.getFirstSearchRequest().execute(); + ActionFuture second = this.builder.getSecondSearchRequest().execute(); + + // + SearchHit[] hits = first.actionGet().getHits().getHits(); + Set firstResult = new LinkedHashSet<>(); + fillComparableSetFromHits(this.fieldsOrderFirstTable, hits, firstResult); + + // + hits = second.actionGet().getHits().getHits(); + Set secondResult = new HashSet<>(); + fillComparableSetFromHits(this.fieldsOrderSecondTable, hits, secondResult); + + // retain + firstResult.retainAll(secondResult); + + fillIntersectHitsFromResults(firstResult); + } + + @Override + public SearchHits getHits() { + return this.intersectHits; + } + + private void fillIntersectHitsFromResults(Set comparableHitResults) { + int currentId = 1; + List intersectHitsList = new ArrayList<>(comparableHitResults.size()); + Set> firstTableFieldToAlias = this.builder.getFirstTableFieldToAlias().entrySet(); + for (ComperableHitResult result : comparableHitResults) { + SearchHit originalHit = result.getOriginalHit(); + SearchHit searchHit = new SearchHit(currentId, originalHit.getId(), new Text(originalHit.getType()), originalHit.getFields(), null); + searchHit.sourceRef(originalHit.getSourceRef()); + searchHit.getSourceAsMap().clear(); + Map sourceAsMap = result.getFlattenMap(); + for (Map.Entry entry : firstTableFieldToAlias) { + if (sourceAsMap.containsKey(entry.getKey())) { + Object value = sourceAsMap.get(entry.getKey()); + sourceAsMap.remove(entry.getKey()); + sourceAsMap.put(entry.getValue(), value); + } + } + + searchHit.getSourceAsMap().putAll(sourceAsMap); + currentId++; + intersectHitsList.add(searchHit); + } + int totalSize = currentId - 1; + SearchHit[] unionHitsArr = intersectHitsList.toArray(new SearchHit[totalSize]); + this.intersectHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); + } + + private void fillComparableSetFromHits(String[] fieldsOrder, SearchHit[] hits, Set setToFill) { + if (Objects.isNull(hits)) { + return; + } + + for (SearchHit hit : hits) { + ComperableHitResult comperableHitResult = new ComperableHitResult(hit, fieldsOrder, this.separator); + if (!comperableHitResult.isAllNull()) { + setToFill.add(comperableHitResult); + } + } + } + + private void fillFieldsOrder() { + Map firstTableFieldToAlias = this.builder.getFirstTableFieldToAlias(); + List firstTableFields = this.builder.getOriginalSelect(true).getFields(); + + List fieldsOrAliases = new ArrayList<>(); + for (Field field : firstTableFields) { + if (firstTableFieldToAlias.containsKey(field.getName())) { + fieldsOrAliases.add(field.getAlias()); + } else { + fieldsOrAliases.add(field.getName()); + } + } + Collections.sort(fieldsOrAliases); + + int fieldsSize = fieldsOrAliases.size(); + + this.fieldsOrderFirstTable = new String[fieldsSize]; + fillFieldsArray(fieldsOrAliases, firstTableFieldToAlias, this.fieldsOrderFirstTable); + + this.fieldsOrderSecondTable = new String[fieldsSize]; + fillFieldsArray(fieldsOrAliases, this.builder.getSecondTableFieldToAlias(), this.fieldsOrderSecondTable); + } + + private void fillFieldsArray(List fieldsOrAliases, Map fieldsToAlias, String[] fields) { + Map aliasToField = inverseMap(fieldsToAlias); + for (int i = 0, len = fields.length; i < len; i++) { + String field = fieldsOrAliases.get(i); + if (aliasToField.containsKey(field)) { + field = aliasToField.get(field); + } + fields[i] = field; + } + } + + private Map inverseMap(Map mapToInverse) { + Map inverseMap = Maps.newHashMapWithExpectedSize(mapToInverse.size()); + for (Map.Entry entry : mapToInverse.entrySet()) { + inverseMap.put(entry.getValue(), entry.getKey()); + } + return inverseMap; + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java index f81560be..fc3dd24e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java @@ -1,10 +1,7 @@ package org.elasticsearch.plugin.nlpcn; -import org.elasticsearch.action.search.MultiSearchRequest; -import org.elasticsearch.action.search.MultiSearchRequestBuilder; import org.elasticsearch.client.Client; import org.nlpcn.es4sql.exception.SqlParseException; -import org.nlpcn.es4sql.query.multi.MultiQueryAction; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; /** @@ -18,8 +15,10 @@ public static ElasticHitsExecutor createExecutor(Client client,MultiQueryRequest return new UnionExecutor(client,builder); case MINUS: return new MinusExecutor(client,builder); + case INTERSECT: + return new IntersectExecutor(builder); default: - throw new SqlParseException("only supports union, and minus operations"); + throw new SqlParseException("only supports union, minus and intersect operations"); } } } diff --git a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java index f538c42d..c086617b 100644 --- a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java +++ b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java @@ -256,6 +256,16 @@ private void innerMinus_TMinusCNoExistsFirstQuery(String hint) throws SqlParseEx Assert.assertEquals("not hits should be returned", 0, searchHits.length); } + @Test + public void intersectWithComplexAlias() throws SQLFeatureNotSupportedException, IOException, SqlParseException { + String query = String.format("SELECT firstname FROM %s/account " + + "intersect " + + "SELECT name.firstname as firstname FROM %s/gotCharacters", TEST_INDEX_ACCOUNT, TEST_INDEX_GAME_OF_THRONES); + SearchHit[] searchHits = executeAndGetHits(query); + Assert.assertEquals(1, searchHits.length); + Assert.assertTrue(searchHits[0].getSourceAsMap().get("firstname").toString().contains("Jaime")); + } + private SearchHit[] executeAndGetHits(String query) throws SqlParseException, SQLFeatureNotSupportedException, IOException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder explain = searchDao.explain(query).explain(); From f70516622c31cdb5d577e2c4b43abadc8b4cdb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 26 Jun 2020 22:25:55 +0800 Subject: [PATCH 125/266] fix #1047 date_histogram support calendar_interval and fixed_interval --- pom.xml | 2 +- src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 90a0cf01..7a6852d2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.2 + 7.8.0.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index a219d2af..ea56341b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -653,6 +653,12 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws case "interval": dateHistogram.dateHistogramInterval(new DateHistogramInterval(kv.value.toString())); break; + case "calendar_interval": + dateHistogram.calendarInterval(new DateHistogramInterval(kv.value.toString())); + break; + case "fixed_interval": + dateHistogram.fixedInterval(new DateHistogramInterval(kv.value.toString())); + break; case "field": dateHistogram.field(value); break; @@ -737,7 +743,7 @@ private HistogramAggregationBuilder histogram(MethodField field) throws SqlParse case "extended_bounds": String[] bounds = value.split(":"); if (bounds.length == 2) - histogram.extendedBounds(Long.valueOf(bounds[0]), Long.valueOf(bounds[1])); + histogram.extendedBounds(Long.parseLong(bounds[0]), Long.parseLong(bounds[1])); break; case "alias": case "nested": From b8d47efffb369cf4c30b75734eaab105f24fb972 Mon Sep 17 00:00:00 2001 From: ansj Date: Sun, 28 Jun 2020 14:36:58 +0800 Subject: [PATCH 126/266] Update README.md remove you can visite : [http://essql.nlpcn.org/](http://essql.nlpcn.org/) , it is a sample example for explain with #1070 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34833f27..790a1cd9 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ You can also use ES functions in SQL. ## explain example -you can visite : [http://essql.nlpcn.org/](http://essql.nlpcn.org/) , it is a sample example for explain + ## Web frontend overview From 579e9506a23a41529f0059ab02e0df75acac7d32 Mon Sep 17 00:00:00 2001 From: xiezhibo Date: Fri, 3 Jul 2020 17:38:34 +0800 Subject: [PATCH 127/266] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20parse=E5=87=BD?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E6=94=AF=E6=8C=81=E4=BB=8E=E5=8E=9F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=A7=A3=E6=9E=90=E5=87=BA=E6=96=B0=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E6=B3=A8=E6=84=8F=EF=BC=9ASQL=E4=B8=AD=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E5=90=AB=E6=9C=89=20"\"=EF=BC=8C=E8=A6=81=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=E6=88=90=20"\\\\"=EF=BC=8C=E8=BF=99=E6=A0=B7=E6=9C=80?= =?UTF-8?q?=E7=BB=88=E7=94=9F=E6=88=90=E7=9A=84script=E4=B8=AD=E6=9C=89?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=20"\".=20"SELECT=20=20parse(hobby,=20'(=3F\\\\S+)=E7=90=83',=20'NOT=5FMATCH')=20AS=20ballType,=20COUN?= =?UTF-8?q?T(=5Findex)=20FROM=20bank=20GROUP=20BY=20ballType"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/nlpcn/es4sql/SQLFunctions.java | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 8637d90f..779a04d5 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -33,7 +33,9 @@ public class SQLFunctions { "field", "date_format", "if",//if判断目前支持多个二元操作符 "max_bw", "min_bw", //added by xzb 取两个数的最大/小值 "coalesce", //added by xzb 取两个值中间有值的那个 - "case_new"//added by xzb 支持多个判断条件 + "case_new",//added by xzb 支持多个判断条件 + //支持正则表达式抽取原字段后赋给新字段,注意必须指定一个group。如 parse(hobby,(?\S+)球, defaultValue) + "parse"//此函数需要在elasticsearch.yml中设置 script.painless.regex.enabled : true ); //added by xzb 增加二元操作运算符 public static Set binaryOperators = Sets.newHashSet("=" ,"!=", ">", ">=", "<", "<="); @@ -107,6 +109,7 @@ public static Tuple function(String methodName, List pa case "max_bw": case "min_bw": case "coalesce": + case "parse": case "case_new": case "floor": //zhongshu-comment es的round()默认是保留到个位,这里给round()函数加上精确到小数点后第几位的功能 @@ -128,6 +131,9 @@ public static Tuple function(String methodName, List pa }else if (methodName.equals("case_new")) { functionStr = caseNewTemplate(methodName, paramers, binaryOperatorNames); break; + }else if (methodName.equals("parse")) { + functionStr = parseTemplate(methodName, paramers); + break; } } case "ceil": @@ -199,6 +205,7 @@ public static Tuple function(String methodName, List pa //added by xzb 以下几种情况的脚本,script中均不需要return语句 if(returnValue && !methodName.equalsIgnoreCase("if") && !methodName.equalsIgnoreCase("coalesce") && + !methodName.equalsIgnoreCase("parse") && !methodName.equalsIgnoreCase("case_new") && buildInFunctions.contains(methodName)){ String generatedFieldName = functionStr.v1(); @@ -451,6 +458,25 @@ private static Tuple coalesceTemplate(String fieldName, List(name, sb.toString()); } + //实现正则表达式抽取原字段后赋给新字段,注意必须指定一个group。如 parse(hobby,(?\S+)球, defaultValue) + //"SELECT parse(hobby, '(?\\\\S+)球', 'NOT_MATCH') AS ballType, COUNT(_index) FROM bank GROUP BY ballType" + private static Tuple parseTemplate(String fieldName, List params) { + // def m = /(?\S+)球/.matcher(doc['hobby'].value); if(m.matches()) { return m.group(1) } else { return \"no_match\" } + String name = fieldName + "_" + random(); + StringBuffer sb = new StringBuffer(); + if (null == params || params.size()!= 3) { + throw new IllegalArgumentException("======================parse 函数必须包含三个参数,第一个是原字段,第二个是带有group的正则表达式, 第三个值会抽取不成功的默认值"); + } + String srcField = params.get(0).value.toString(); + String regexStr = params.get(1).value.toString(); + //需要去除自动添加的单引号 + regexStr = regexStr.substring(1, regexStr.length() - 1); + String defaultValue = params.get(2).value.toString(); + + sb.append("def m = /" + regexStr + "/.matcher(doc['" + srcField + "'].value); if(m.matches()) { return m.group(1) } else { return " + defaultValue +" }"); + return new Tuple<>(name, sb.toString()); + } + //实现 case_new(gender='m', '男', gender='f', '女', default, '无') as myGender 功能 private static Tuple caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) throws IllegalArgumentException{ if (paramer.size() % 2 != 0) {//如果参数不是偶数个,则抛异常 From d90a467a1835305316aad1af136211f45203b9c4 Mon Sep 17 00:00:00 2001 From: shiyuan Date: Sun, 5 Jul 2020 16:11:30 +0800 Subject: [PATCH 128/266] Update SQLFunctions.java --- src/main/java/org/nlpcn/es4sql/SQLFunctions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 779a04d5..b6d4574b 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -465,7 +465,7 @@ private static Tuple parseTemplate(String fieldName, List parseTemplate(String fieldName, List caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) throws IllegalArgumentException{ + private static Tuple caseNewTemplate(String fieldName, List paramer, List binaryOperatorNames) { if (paramer.size() % 2 != 0) {//如果参数不是偶数个,则抛异常 throw new IllegalArgumentException("请检查参数数量,必须是偶数个!"); } From 22100eeb79d1edff134c67b9f1040e616a5f378d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 19 Jul 2020 17:34:59 +0800 Subject: [PATCH 129/266] support quote parameter for csv format --- pom.xml | 2 +- .../plugin/nlpcn/RestSqlAction.java | 2 +- .../executors/CSVResultRestExecutor.java | 16 ++++++++------ .../nlpcn/executors/CSVResultsExtractor.java | 21 ++++++++++--------- src/main/java/org/nlpcn/es4sql/Util.java | 5 +++++ .../es4sql/CSVResultsExtractorTests.java | 2 +- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 2 +- 7 files changed, 30 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 7a6852d2..fbf09fb1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.3 + 7.8.0.4 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 1108c61f..487d872a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -98,7 +98,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli @Override protected Set responseParams() { Set responseParams = new HashSet<>(super.responseParams()); - responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader")); + responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader", "quote")); return Collections.unmodifiableSet(responseParams); } } \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index a6524e51..f966d02b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -6,9 +6,11 @@ import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; +import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.QueryAction; import java.util.Map; +import java.util.stream.Collectors; /** * Created by Eliran on 26/12/2015. @@ -28,13 +30,14 @@ public void execute(Client client, Map params, QueryAction query boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator); + boolean quote = getBooleanOrDefault(params, "quote", false); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator,quote); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); } boolean showHeader = getBooleanOrDefault(params, "showHeader", true); - String csvString = buildString(separator, result, newLine, showHeader); + String csvString = buildString(separator, result, newLine, showHeader, quote); BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, csvString); channel.sendResponse(bytesRestResponse); } @@ -52,13 +55,14 @@ public String execute(Client client, Map params, QueryAction que boolean includeType = getBooleanOrDefault(params,"_type",false); boolean includeId = getBooleanOrDefault(params,"_id",false); boolean includeScrollId = getBooleanOrDefault(params,"_scroll_id",false); - CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator); + boolean quote = getBooleanOrDefault(params, "quote", false); + CSVResult result = new CSVResultsExtractor(includeScore,includeType,includeId,includeScrollId,queryAction).extractResults(queryResult,flat,separator,quote); String newLine = "\n"; if(params.containsKey("newLine")){ newLine = params.get("newLine"); } boolean showHeader = getBooleanOrDefault(params, "showHeader", true); - String csvString = buildString(separator, result, newLine, showHeader); + String csvString = buildString(separator, result, newLine, showHeader, quote); return csvString; } @@ -70,10 +74,10 @@ private boolean getBooleanOrDefault(Map params, String param, bo return flat; } - private String buildString(String separator, CSVResult result, String newLine, boolean showHeader) { + private String buildString(String separator, CSVResult result, String newLine, boolean showHeader, boolean quote) { StringBuilder csv = new StringBuilder(); if (showHeader) { - csv.append(Joiner.on(separator).join(result.getHeaders())); + csv.append(Joiner.on(separator).join(quote ? result.getHeaders().stream().map(Util::quoteString).collect(Collectors.toList()) : result.getHeaders())); csv.append(newLine); } csv.append(Joiner.on(newLine).join(result.getLines())); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 396cf7a5..531d3d7f 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -34,6 +34,7 @@ import java.util.List; import java.util.Map; import java.util.Set; +import java.util.stream.Collectors; /** * Created by Eliran on 27/12/2015. @@ -67,12 +68,12 @@ public CSVResultsExtractor(boolean includeIndex, boolean includeScore, boolean i } - public CSVResult extractResults(Object queryResult, boolean flat, String separator) throws CsvExtractorException { + public CSVResult extractResults(Object queryResult, boolean flat, String separator, boolean quote) throws CsvExtractorException { if(queryResult instanceof SearchHits){ SearchHit[] hits = ((SearchHits) queryResult).getHits(); List> docsAsMap = new ArrayList<>(); List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap); - List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); + List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers); return new CSVResult(headers,csvLines); } if(queryResult instanceof Aggregations){ @@ -83,7 +84,7 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat List csvLines = new ArrayList<>(); for(List simpleLine : lines){ - csvLines.add(Joiner.on(separator).join(simpleLine)); + csvLines.add(Joiner.on(separator).join(quote ? simpleLine.stream().map(Util::quoteString).collect(Collectors.toList()) : simpleLine)); } //todo: need to handle more options for aggregations: @@ -97,7 +98,7 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat SearchHit[] hits = ((SearchResponse) queryResult).getHits().getHits(); List> docsAsMap = new ArrayList<>(); List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); - List csvLines = createCSVLinesFromDocs(flat, separator, docsAsMap, headers); + List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers); //return new CSVResult(headers, csvLines); return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); } @@ -343,12 +344,12 @@ private Aggregation getFirstAggregation(Aggregations aggregations){ return aggregations.asList().get(0); } - private List createCSVLinesFromDocs(boolean flat, String separator, List> docsAsMap, List headers) { + private List createCSVLinesFromDocs(boolean flat, String separator, boolean quote, List> docsAsMap, List headers) { List csvLines = new ArrayList<>(); for(Map doc : docsAsMap){ String line = ""; for(String header : headers){ - line += findFieldValue(header, doc, flat, separator); + line += findFieldValue(header, doc, flat, separator, quote); } csvLines.add(line.substring(0, line.lastIndexOf(separator))); } @@ -423,7 +424,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, return headers; } - private String findFieldValue(String header, Map doc, boolean flat, String separator) { + private String findFieldValue(String header, Map doc, boolean flat, String separator, boolean quote) { if(flat && header.contains(".")){ String[] split = header.split("\\."); Object innerDoc = doc; @@ -431,17 +432,17 @@ private String findFieldValue(String header, Map doc, boolean fl if(!(innerDoc instanceof Map)){ return separator; } - innerDoc = ((Map)innerDoc).get(innerField); + innerDoc = ((Map) innerDoc).get(innerField); if(innerDoc == null){ return separator; } } - return innerDoc.toString() + separator; + return (quote ? Util.quoteString(innerDoc.toString()) : innerDoc.toString()) + separator; } else { if(doc.containsKey(header)){ - return String.valueOf(doc.get(header)) + separator; + return (quote ? Util.quoteString(String.valueOf(doc.get(header))) : doc.get(header)) + separator; } } return separator; diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index a695929b..16c7cf72 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -18,12 +18,14 @@ import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.alibaba.druid.sql.ast.statement.SQLTableSource; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; +import org.elasticsearch.common.Strings; import org.nlpcn.es4sql.domain.KVValue; import org.nlpcn.es4sql.exception.SqlParseException; import java.util.HashSet; import java.util.List; import java.util.Map; +import java.util.Objects; import java.util.Set; import java.util.concurrent.atomic.AtomicInteger; @@ -226,4 +228,7 @@ public static boolean clearEmptyPaths(Map map) { return false; } + public static String quoteString(String str) { + return Objects.nonNull(str) ? String.format("\"%s\"", Strings.replace(str, "\"", "\"\"")) : str; + } } diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index 9dc12911..f0748e5b 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -467,7 +467,7 @@ private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , SearchDao searchDao = MainTestSuite.getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore,includeType, includeId,false, queryAction).extractResults(execution, flat, seperator); + return new CSVResultsExtractor(includeScore,includeType, includeId,false, queryAction).extractResults(execution, flat, seperator, false); } } diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index d6610b19..24c0a379 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -301,7 +301,7 @@ private CSVResult getCsvResult(boolean flat, String query, boolean includeScore, SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat, ","); + return new CSVResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat, ",", false); } From 35a852a8faacfe8bfd8afc69cfb3c8c0ad74f412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 2 Aug 2020 22:43:44 +0800 Subject: [PATCH 130/266] fix #982 support group by filters --- pom.xml | 2 +- .../org/nlpcn/es4sql/parse/FieldMaker.java | 34 +++++++++++++++++++ .../nlpcn/es4sql/query/maker/AggMaker.java | 20 +++++++++++ .../org/nlpcn/es4sql/AggregationTest.java | 18 ++++++++++ 4 files changed, 73 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbf09fb1..edd8afa3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.4 + 7.8.0.5 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 08d6c16d..f5e45966 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -61,6 +61,8 @@ public static Field makeField(SQLExpr expr, String alias, String tableAlias) thr } } else if (methodName.equalsIgnoreCase("filter")) { return makeFilterMethodField(mExpr, alias); + } else if ("filters".equalsIgnoreCase(methodName)) { + return makeFiltersMethodField(mExpr, alias); } return makeMethodField(methodName, mExpr.getParameters(), null, alias, tableAlias, true); @@ -151,6 +153,38 @@ private static Field makeFilterMethodField(SQLMethodInvokeExpr filterMethod, Str return new MethodField("filter", methodParameters, null, alias); } + private static Field makeFiltersMethodField(SQLMethodInvokeExpr filtersMethod, String alias) throws SqlParseException { + List parameters = filtersMethod.getParameters(); + int firstFilterMethod = -1; + int parametersSize = parameters.size(); + for (int i = 0; i < parametersSize; ++i) { + if (parameters.get(i) instanceof SQLMethodInvokeExpr) { + firstFilterMethod = i; + break; + } + } + if (firstFilterMethod < 0) { + throw new SqlParseException("filters group by field should have one more filter methods"); + } + + String filtersAlias = filtersMethod.getMethodName(); + String otherBucketKey = null; + if (0 < firstFilterMethod) { + filtersAlias = Util.extendedToString(parameters.get(0)); + if (1 < firstFilterMethod) { + otherBucketKey = Util.extendedToString(parameters.get(1)); + } + } + List filterFields = new ArrayList<>(); + for (SQLExpr expr : parameters.subList(firstFilterMethod, parametersSize)) { + filterFields.add(makeFilterMethodField((SQLMethodInvokeExpr) expr, null)); + } + List methodParameters = new ArrayList<>(); + methodParameters.add(new KVValue("alias", filtersAlias + "@FILTERS")); + methodParameters.add(new KVValue("otherBucketKey", otherBucketKey)); + methodParameters.add(new KVValue("filters", filterFields)); + return new MethodField("filters", methodParameters, null, alias); + } private static Field handleIdentifier(NestedType nestedType, String alias, String tableAlias) throws SqlParseException { Field field = handleIdentifier(new SQLIdentifierExpr(nestedType.field), alias, tableAlias); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index ea56341b..8401cf2f 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -15,6 +15,8 @@ import org.elasticsearch.search.aggregations.BucketOrder; import org.elasticsearch.search.aggregations.InternalOrder; import org.elasticsearch.search.aggregations.PipelineAggregatorBuilders; +import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator; import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval; @@ -52,6 +54,7 @@ import java.util.LinkedList; import java.util.List; import java.util.Map; +import java.util.Objects; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; @@ -89,6 +92,23 @@ public AggregationBuilder makeGroupAgg(Field field, Select select) throws SqlPar Where where = (Where) paramsAsMap.get("where"); return AggregationBuilders.filter(paramsAsMap.get("alias").toString(), QueryMaker.explan(where)); + } else if ("filters".equals(methodField.getName())) { + Map paramsAsMap = methodField.getParamsAsMap(); + List filters = new ArrayList<>(); + @SuppressWarnings("unchecked") + List filterFields = (List) paramsAsMap.get("filters"); + for (Field f : filterFields) { + Map params = ((MethodField) f).getParamsAsMap(); + filters.add(new FiltersAggregator.KeyedFilter(params.get("alias").toString(), + QueryMaker.explan((Where) params.get("where")))); + } + FiltersAggregationBuilder filtersAggBuilder = AggregationBuilders.filters(paramsAsMap.get("alias").toString(), + filters.toArray(new FiltersAggregator.KeyedFilter[0])); + Object otherBucketKey = paramsAsMap.get("otherBucketKey"); + if (Objects.nonNull(otherBucketKey)) { + filtersAggBuilder.otherBucketKey(otherBucketKey.toString()); + } + return filtersAggBuilder; } aggsBuilder = makeRangeGroup(methodField); } else { diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index 0f35a249..413e5664 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -10,6 +10,7 @@ import org.elasticsearch.search.aggregations.Aggregations; import org.elasticsearch.search.aggregations.InternalMultiBucketAggregation; import org.elasticsearch.search.aggregations.bucket.filter.InternalFilter; +import org.elasticsearch.search.aggregations.bucket.filter.InternalFilters; import org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid; import org.elasticsearch.search.aggregations.bucket.histogram.Histogram; import org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram; @@ -878,4 +879,21 @@ public void groupByScriptedHistogram() throws Exception { Assert.assertTrue(result.contains("Math.pow(doc['field'].value, 1)")); Assert.assertTrue(result.contains("\"script\":{\"source\"")); } + + @Test + public void groupByTestWithFilters() throws Exception { + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filters(gender,other,filter(male,gender='m'),filter(female,gender='f'))", TEST_INDEX_ACCOUNT)); + InternalFilters filters = result.get("gender@FILTERS"); + for (InternalFilters.InternalBucket bucket : filters.getBuckets()) { + String key = bucket.getKey(); + long count = ((ValueCount) bucket.getAggregations().get("COUNT(*)")).getValue(); + if (key.equalsIgnoreCase("male@FILTER")) { + Assert.assertEquals(507, count); + } else if (key.equalsIgnoreCase("female@FILTER")) { + Assert.assertEquals(493, count); + } else { + throw new Exception(String.format("Unexpected key: %s", key)); + } + } + } } From 9da6e7da8a1dd72805057d8bd028815817efb11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 11:58:17 +0800 Subject: [PATCH 131/266] es 7.8.1 support --- .travis.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f5edc2d..1963f290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index edd8afa3..589bb225 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.0.5 + 7.8.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.8.0 + 7.8.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre @@ -74,7 +74,7 @@ junit junit - 4.11 + 4.13.1 test From bd569a7daf67f0c7c6eb85a906744ab9f053a472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 12:18:25 +0800 Subject: [PATCH 132/266] es 7.9.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1963f290..f77ef415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 589bb225..f97643ec 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.8.1.0 + 7.9.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.8.1 + 7.9.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 8401cf2f..1c478bfb 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -25,7 +25,7 @@ import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.terms.SignificantTextAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; From 10193053c11429188fa9928490a4d6c71be7f0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 12:25:06 +0800 Subject: [PATCH 133/266] es 7.9.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f77ef415..6764412c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index f97643ec..e54c1419 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.0.0 + 7.9.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.9.0 + 7.9.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From 8e1e6e3facb3132f476f451fb77947f19ef36874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 12:33:49 +0800 Subject: [PATCH 134/266] es 7.9.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6764412c..226b6165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e54c1419..1c91df99 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.1.0 + 7.9.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.9.1 + 7.9.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From da626a5c5ccd14014d597524b3aa022f6f624f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 12:39:00 +0800 Subject: [PATCH 135/266] es 7.9.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 226b6165..43bfae27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.3-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 1c91df99..6de54ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.2.0 + 7.9.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.9.2 + 7.9.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From b12508359929b50cb4527b5173b8afa1f8fa53c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Oct 2020 12:55:22 +0800 Subject: [PATCH 136/266] update README.md --- README.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 790a1cd9..e2c5c5ae 100644 --- a/README.md +++ b/README.md @@ -127,30 +127,39 @@ Elasticsearch-SQL **6.8.9** [![6.8.9 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.9)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.10** [![6.8.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.10)](https://travis-ci.org/NLPchina/elasticsearch-sql)
+**6.8.11** [![6.8.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.12** [![6.8.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.13** [![6.8.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.2** [![7.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.6.0** [![7.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.6.1** [![7.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.6.2** [![7.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.7.0** [![7.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.7.1** [![7.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.8.0** [![7.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**7.8.1** [![7.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.9.0** [![7.9.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.9.1** [![7.9.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.9.2** [![7.9.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.9.3** [![7.9.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -270,6 +279,9 @@ Versions | 6.8.8 | 6.8.8.0 | | elastic6.8.8 | | 6.8.9 | 6.8.9.0 | | elastic6.8.9 | | 6.8.10 | 6.8.10.0 | | elastic6.8.10| +| 6.8.11 | 6.8.11.0 | | elastic6.8.11| +| 6.8.12 | 6.8.12.0 | | elastic6.8.12| +| 6.8.13 | 6.8.13.0 | | elastic6.8.13| | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -291,6 +303,11 @@ Versions | 7.7.0 | 7.7.0.0 | | elastic7.7.0 | | 7.7.1 | 7.7.1.0 | | elastic7.7.1 | | 7.8.0 | 7.8.0.0 | | elastic7.8.0 | +| 7.8.1 | 7.8.1.0 | | elastic7.8.1 | +| 7.9.0 | 7.9.0.0 | | elastic7.9.0 | +| 7.9.1 | 7.9.1.0 | | elastic7.9.1 | +| 7.9.2 | 7.9.2.0 | | elastic7.9.2 | +| 7.9.3 | 7.9.3.0 | | elastic7.9.3 | ### Elasticsearch 1.x ```` @@ -755,6 +772,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.10.0/elasticsearch-sql-6.8.10.0.zip ```` +### Elasticsearch 6.8.11 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.11.0/elasticsearch-sql-6.8.11.0.zip +```` + +### Elasticsearch 6.8.12 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.12.0/elasticsearch-sql-6.8.12.0.zip +```` + +### Elasticsearch 6.8.13 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.13.0/elasticsearch-sql-6.8.13.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -860,6 +892,31 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.8.0.0/elasticsearch-sql-7.8.0.0.zip ```` +### Elasticsearch 7.8.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.8.1.0/elasticsearch-sql-7.8.1.0.zip +```` + +### Elasticsearch 7.9.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.9.0.0/elasticsearch-sql-7.9.0.0.zip +```` + +### Elasticsearch 7.9.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.9.1.0/elasticsearch-sql-7.9.1.0.zip +```` + +### Elasticsearch 7.9.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.9.2.0/elasticsearch-sql-7.9.2.0.zip +```` + +### Elasticsearch 7.9.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.9.3.0/elasticsearch-sql-7.9.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From fc3da740f26b55d7aa7fd3964471482cd12fceb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 11 Jan 2021 22:32:58 +0800 Subject: [PATCH 137/266] fix #1110 how to support nested fields using group by range --- pom.xml | 2 +- src/main/java/org/nlpcn/es4sql/domain/MethodField.java | 10 +++++++--- .../java/org/nlpcn/es4sql/query/maker/AggMaker.java | 8 +++++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6de54ff9..313c2555 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.3.0 + 7.9.3.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/MethodField.java b/src/main/java/org/nlpcn/es4sql/domain/MethodField.java index ca196033..60676fda 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/MethodField.java +++ b/src/main/java/org/nlpcn/es4sql/domain/MethodField.java @@ -5,6 +5,7 @@ import java.util.Map; import org.nlpcn.es4sql.Util; +import org.nlpcn.es4sql.parse.NestedType; /** * 搜索域 @@ -76,11 +77,14 @@ public boolean isReverseNested() { @Override public String getNestedPath() { if(!this.isNested()) return null; - if(this.isReverseNested()){ - String reverseNestedPath = this.getParamsAsMap().get("reverse_nested").toString(); + Map paramsMap = this.getParamsAsMap(); + if (this.isReverseNested()) { + Object nested = paramsMap.get("reverse_nested"); + String reverseNestedPath = nested instanceof NestedType ? ((NestedType) nested).path : nested.toString(); return reverseNestedPath.isEmpty() ? null : reverseNestedPath; } - return this.getParamsAsMap().get("nested").toString(); + Object nested = paramsMap.get("nested"); + return nested instanceof NestedType ? ((NestedType) nested).path : nested.toString(); } @Override diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 1c478bfb..4dd5e88a 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -808,7 +808,13 @@ private RangeAggregationBuilder rangeBuilder(MethodField field) { // ignore alias param LinkedList params = field.getParams().stream().filter(kv -> !"alias".equals(kv.key)).collect(Collectors.toCollection(LinkedList::new)); - String fieldName = params.poll().toString(); + KVValue param = Objects.requireNonNull(params.poll()); + String fieldName; + if (param.value instanceof NestedType) { + fieldName = ((NestedType) param.value).field; + } else { + fieldName = param.toString(); + } double[] ds = Util.KV2DoubleArr(params); From 2ae0ac5de7459af56bb9dd062fe938eaf0d4403b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Jan 2021 22:12:23 +0800 Subject: [PATCH 138/266] fix #1113 --- pom.xml | 2 +- .../org/nlpcn/es4sql/parse/SqlParser.java | 22 +++++++++---------- .../org/nlpcn/es4sql/parse/WhereParser.java | 10 ++++----- .../nlpcn/es4sql/query/ESActionFactory.java | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 313c2555..966c6659 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.3.1 + 7.9.3.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index 326df5eb..a25f7824 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -18,11 +18,11 @@ import com.alibaba.druid.sql.ast.statement.SQLSelectGroupByClause; import com.alibaba.druid.sql.ast.statement.SQLSelectItem; import com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem; +import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.alibaba.druid.sql.ast.statement.SQLTableSource; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; import org.elasticsearch.search.sort.ScriptSortBuilder; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Delete; @@ -58,7 +58,7 @@ public SqlParser() { public Select parseSelect(SQLQueryExpr mySqlExpr) throws SqlParseException { - MySqlSelectQueryBlock query = (MySqlSelectQueryBlock) mySqlExpr.getSubQuery().getQuery(); + SQLSelectQueryBlock query = (SQLSelectQueryBlock) mySqlExpr.getSubQuery().getQuery(); Select select = parseSelect(query); @@ -71,7 +71,7 @@ public Select parseSelect(SQLQueryExpr mySqlExpr) throws SqlParseException { * @return * @throws SqlParseException */ - public Select parseSelect(MySqlSelectQueryBlock query) throws SqlParseException { + public Select parseSelect(SQLSelectQueryBlock query) throws SqlParseException { Select select = new Select(); /*zhongshu-comment SqlParser类没有成员变量,里面全是方法,所以将this传到WhereParser对象时是无状态的, @@ -128,12 +128,12 @@ public Delete parseDelete(SQLDeleteStatement deleteStatement) throws SqlParseExc } public MultiQuerySelect parseMultiSelect(SQLUnionQuery query) throws SqlParseException { - Select firstTableSelect = this.parseSelect((MySqlSelectQueryBlock) query.getLeft()); - Select secondTableSelect = this.parseSelect((MySqlSelectQueryBlock) query.getRight()); + Select firstTableSelect = this.parseSelect((SQLSelectQueryBlock) query.getLeft()); + Select secondTableSelect = this.parseSelect((SQLSelectQueryBlock) query.getRight()); return new MultiQuerySelect(query.getOperator(),firstTableSelect,secondTableSelect); } - private void findSelect(MySqlSelectQueryBlock query, Select select, String tableAlias) throws SqlParseException { + private void findSelect(SQLSelectQueryBlock query, Select select, String tableAlias) throws SqlParseException { List selectList = query.getSelectList(); for (SQLSelectItem sqlSelectItem : selectList) { Field field = FieldMaker.makeField(sqlSelectItem.getExpr(), sqlSelectItem.getAlias(), tableAlias); @@ -141,7 +141,7 @@ private void findSelect(MySqlSelectQueryBlock query, Select select, String table } } - private void findGroupBy(MySqlSelectQueryBlock query, Select select) throws SqlParseException { + private void findGroupBy(SQLSelectQueryBlock query, Select select) throws SqlParseException { SQLSelectGroupByClause groupBy = query.getGroupBy(); //modified by xzb group by 增加Having语法 @@ -225,7 +225,7 @@ private String sameAliasWhere(Where where, String... aliases) throws SqlParseExc return firstAlias; } - private void findOrderBy(MySqlSelectQueryBlock query, Select select) throws SqlParseException { + private void findOrderBy(SQLSelectQueryBlock query, Select select) throws SqlParseException { SQLOrderBy orderBy = query.getOrderBy(); if (orderBy == null) { @@ -311,7 +311,7 @@ private List findFrom(SQLTableSource from) { public JoinSelect parseJoinSelect(SQLQueryExpr sqlExpr) throws SqlParseException { - MySqlSelectQueryBlock query = (MySqlSelectQueryBlock) sqlExpr.getSubQuery().getQuery(); + SQLSelectQueryBlock query = (SQLSelectQueryBlock) sqlExpr.getSubQuery().getQuery(); List joinedFrom = findJoinedFrom(query.getFrom()); if (joinedFrom.size() != 2) @@ -388,7 +388,7 @@ private Map splitAndFindWhere(SQLExpr whereExpr, String firstTabl return splitWheres(where, firstTableAlias, secondTableAlias); } - private void fillTableSelectedJoin(TableOnJoinSelect tableOnJoin, MySqlSelectQueryBlock query, From tableFrom, Where where, List orderBys, List conditions) throws SqlParseException { + private void fillTableSelectedJoin(TableOnJoinSelect tableOnJoin, SQLSelectQueryBlock query, From tableFrom, Where where, List orderBys, List conditions) throws SqlParseException { String alias = tableFrom.getAlias(); fillBasicTableSelectJoin(tableOnJoin, tableFrom, where, orderBys, query); tableOnJoin.setConnectedFields(getConnectedFields(conditions, alias)); @@ -417,7 +417,7 @@ private List getConnectedFields(List conditions, String alias) return fields; } - private void fillBasicTableSelectJoin(TableOnJoinSelect select, From from, Where where, List orderBys, MySqlSelectQueryBlock query) throws SqlParseException { + private void fillBasicTableSelectJoin(TableOnJoinSelect select, From from, Where where, List orderBys, SQLSelectQueryBlock query) throws SqlParseException { select.getFrom().add(from); findSelect(query, select, from.getAlias()); select.setWhere(where); diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 964c5699..5e5884bb 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -19,7 +19,7 @@ import com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr; import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; +import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import org.nlpcn.es4sql.SQLFunctions; @@ -43,12 +43,12 @@ */ public class WhereParser { - private MySqlSelectQueryBlock query; + private SQLSelectQueryBlock query; private SQLDeleteStatement delete; private SQLExpr where; private SqlParser sqlParser; - public WhereParser(SqlParser sqlParser, MySqlSelectQueryBlock query) { + public WhereParser(SqlParser sqlParser, SQLSelectQueryBlock query) { this.sqlParser = sqlParser; this.query = query; this.where = query.getWhere(); @@ -455,7 +455,7 @@ else if (isChildren) } else if (expr instanceof SQLInSubQueryExpr) { SQLInSubQueryExpr sqlIn = (SQLInSubQueryExpr) expr; - Select innerSelect = sqlParser.parseSelect((MySqlSelectQueryBlock) sqlIn.getSubQuery().getQuery()); + Select innerSelect = sqlParser.parseSelect((SQLSelectQueryBlock) sqlIn.getSubQuery().getQuery()); if (innerSelect.getFields() == null || innerSelect.getFields().size() != 1) throw new SqlParseException("should only have one return field in subQuery"); @@ -585,7 +585,7 @@ private Object[] getMethodValuesWithSubQueries(SQLMethodInvokeExpr method) throw List values = new ArrayList<>(); for (SQLExpr innerExpr : method.getParameters()) { if (innerExpr instanceof SQLQueryExpr) { - Select select = sqlParser.parseSelect((MySqlSelectQueryBlock) ((SQLQueryExpr) innerExpr).getSubQuery().getQuery()); + Select select = sqlParser.parseSelect((SQLSelectQueryBlock) ((SQLQueryExpr) innerExpr).getSubQuery().getQuery()); values.add(new SubQueryExpression(select)); } else if (innerExpr instanceof SQLTextLiteralExpr) { values.add(((SQLTextLiteralExpr) innerExpr).getText()); diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index b9c73118..33e24ada 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -4,8 +4,8 @@ import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; import com.alibaba.druid.sql.ast.statement.SQLDeleteStatement; import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; +import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; -import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock; import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; import com.alibaba.druid.sql.parser.ParserException; import com.alibaba.druid.sql.parser.SQLExprParser; @@ -134,7 +134,7 @@ public static SQLStatementParser createSqlStatementParser(String sql) { } private static boolean isJoin(SQLQueryExpr sqlExpr,String sql) { - MySqlSelectQueryBlock query = (MySqlSelectQueryBlock) sqlExpr.getSubQuery().getQuery(); + SQLSelectQueryBlock query = (SQLSelectQueryBlock) sqlExpr.getSubQuery().getQuery(); return query.getFrom() instanceof SQLJoinTableSource && ((SQLJoinTableSource) query.getFrom()).getJoinType() != SQLJoinTableSource.JoinType.COMMA && sql.toLowerCase().contains("join"); } From 921080a264607925f3b7c9f7212d91d2f2d2132a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 2 Feb 2021 22:19:51 +0800 Subject: [PATCH 139/266] fix #1115 Count Distinct & Case When --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/parse/FieldMaker.java | 13 +++++++++++++ .../java/org/nlpcn/es4sql/parse/WhereParser.java | 4 ++-- .../java/org/nlpcn/es4sql/query/maker/AggMaker.java | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 966c6659..34face86 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.3.2 + 7.9.3.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index f5e45966..e1e752a1 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -27,6 +27,7 @@ import java.util.ArrayList; import java.util.LinkedList; import java.util.List; +import java.util.ListIterator; /** * 一些具有参数的一般在 select 函数.或者group by 函数 @@ -370,6 +371,17 @@ public static MethodField makeMethodField(String name, List arguments, if (alias == null && first) { alias = "field_" + SQLFunctions.random();//paramers.get(0).value.toString(); } + + List nestedTypes = new ArrayList<>(); + for (ListIterator it = paramers.listIterator(); it.hasNext(); ) { + KVValue param = it.next(); + if ("nested".equals(param.key)) { + NestedType nestedType = (NestedType) param.value; + it.set(new KVValue(new SQLCharExpr(nestedType.field))); + nestedTypes.add(param); + } + } + //should check if field and first . Tuple newFunctions = null; try { @@ -397,6 +409,7 @@ public static MethodField makeMethodField(String name, List arguments, } paramers.add(new KVValue(newFunctions.v2())); + paramers.addAll(nestedTypes); finalMethodName = "script"; } if (first) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java index 5e5884bb..bfcabfe8 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/WhereParser.java @@ -562,10 +562,10 @@ private SQLMethodInvokeExpr parseSQLBinaryOpExprWhoIsConditionInWhere(SQLBinaryO } String v1 = leftMethod.getParams().get(0).value.toString(); - String v1Dec = leftMethod.getParams().size() == 2 ? leftMethod.getParams().get(1).value.toString() + ";" : ""; + String v1Dec = leftMethod.getParams().size() > 1 ? leftMethod.getParams().get(1).value.toString() + ";" : ""; String v2 = rightMethod.getParams().get(0).value.toString(); - String v2Dec = rightMethod.getParams().size() == 2 ? rightMethod.getParams().get(1).value.toString() + ";" : ""; + String v2Dec = rightMethod.getParams().size() > 1 ? rightMethod.getParams().get(1).value.toString() + ";" : ""; String operator = soExpr.getOperator().getName(); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 4dd5e88a..2a058bb6 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -842,7 +842,7 @@ private ValuesSourceAggregationBuilder makeCountAgg(MethodField field) { String fieldValue = field.getParams().get(0).value.toString(); //modified by xzb 去除 cardinality 下面的 fields字段,否则会导致计算结果为 0 //防止 SELECT count(distinct age%2) as distCnt FROM bank group by gender 出现计算错误问题 - if (fieldValue.contains("def") && fieldValue.contains("return")) { + if (fieldValue.contains("def") && fieldValue.contains("return") || fieldValue.contains("doc[")) { return AggregationBuilders.cardinality(field.getAlias()); } else { return AggregationBuilders.cardinality(field.getAlias()).field(field.getParams().get(0).value.toString()); @@ -882,7 +882,7 @@ private ValuesSourceAggregationBuilder makeCountAgg(MethodField field) { String fieldValue = field.getParams().get(0).value.toString(); //modified by xzb 去除 cardinality 下面的 fields字段,否则会导致计算结果为 0 //防止 SELECT count(distinct age%2) as distCnt FROM bank group by gender 出现计算错误问题 - if (fieldValue.contains("def") && fieldValue.contains("return")) { + if (fieldValue.contains("def") && fieldValue.contains("return") || fieldValue.contains("doc[")) { return AggregationBuilders.count(field.getAlias()); } else { return AggregationBuilders.count(field.getAlias()).field(fieldName); From c3fd4ad699986178351d7fb5a02df0c60ac7ef68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 12 Mar 2021 23:31:18 +0800 Subject: [PATCH 140/266] =?UTF-8?q?=E8=A7=A3=E5=86=B3jdbc=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=B8=AD=E6=9C=AA=E8=BF=94=E5=9B=9E=E4=BB=8E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=9A=84docvalue=E9=87=8C=E5=8F=96=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../nlpcn/executors/CSVResultsExtractor.java | 39 +++++++++++------- .../es4sql/jdbc/ObjectResultsExtractor.java | 41 ++++++++++++------- src/test/java/org/nlpcn/es4sql/JDBCTests.java | 11 ++--- .../java/org/nlpcn/es4sql/MainTestSuite.java | 8 +++- 5 files changed, 65 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 34face86..90723edb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.3.3 + 7.9.3.4 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 531d3d7f..b24443a8 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -28,11 +28,14 @@ import java.util.ArrayList; import java.util.Collection; +import java.util.Collections; +import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; +import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; @@ -72,8 +75,9 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat if(queryResult instanceof SearchHits){ SearchHit[] hits = ((SearchHits) queryResult).getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap); - List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers); + Set hitFieldNames = new HashSet<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap, hitFieldNames); + List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers, hitFieldNames); return new CSVResult(headers,csvLines); } if(queryResult instanceof Aggregations){ @@ -97,8 +101,9 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat if (queryResult instanceof SearchResponse) { SearchHit[] hits = ((SearchResponse) queryResult).getHits().getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); - List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers); + Set hitFieldNames = new HashSet<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap, hitFieldNames); + List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers, hitFieldNames); //return new CSVResult(headers, csvLines); return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); } @@ -344,30 +349,29 @@ private Aggregation getFirstAggregation(Aggregations aggregations){ return aggregations.asList().get(0); } - private List createCSVLinesFromDocs(boolean flat, String separator, boolean quote, List> docsAsMap, List headers) { + private List createCSVLinesFromDocs(boolean flat, String separator, boolean quote, List> docsAsMap, List headers, Set hitFieldNames) { List csvLines = new ArrayList<>(); for(Map doc : docsAsMap){ String line = ""; for(String header : headers){ - line += findFieldValue(header, doc, flat, separator, quote); + line += findFieldValue(header, doc, flat, separator, quote, hitFieldNames); } csvLines.add(line.substring(0, line.lastIndexOf(separator))); } return csvLines; } - private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { + private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap, Set hitFieldNames) { Set csvHeaders = new LinkedHashSet<>(); Map highlightMap = Maps.newHashMap(); for (SearchHit hit : hits) { //获取高亮内容 - hit.getHighlightFields().entrySet().stream().forEach(entry -> { - String key = entry.getKey(); - String frag = entry.getValue().getFragments()[0].toString(); + hit.getHighlightFields().forEach((key, value) -> { + String frag = value.getFragments()[0].toString(); highlightMap.put(key, frag); }); - Map doc = hit.getSourceAsMap(); + Map doc = Optional.ofNullable(hit.getSourceAsMap()).orElse(Maps.newHashMap()); //替换掉将原始结果中字段的值替换为高亮后的内容 for (Map.Entry entry : doc.entrySet()) { if(highlightMap.containsKey(entry.getKey())) { @@ -375,11 +379,16 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, } } + mergeHeaders(csvHeaders, doc, flat); + // hit fields Map fields = hit.getFields(); for (DocumentField searchHitField : fields.values()) { - doc.put(searchHitField.getName(), searchHitField.getValue()); + List values = Optional.ofNullable(searchHitField.getValues()).orElse(Collections.emptyList()); + int size = values.size(); + doc.put(searchHitField.getName(), size == 1 ? values.get(0) : size > 1 ? values : null); + hitFieldNames.add(searchHitField.getName()); + csvHeaders.add(searchHitField.getName()); } - mergeHeaders(csvHeaders, doc, flat); if (this.includeIndex) { doc.put("_index", hit.getIndex()); } @@ -424,8 +433,8 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, return headers; } - private String findFieldValue(String header, Map doc, boolean flat, String separator, boolean quote) { - if(flat && header.contains(".")){ + private String findFieldValue(String header, Map doc, boolean flat, String separator, boolean quote, Set hitFieldNames) { + if(flat && header.contains(".") && !hitFieldNames.contains(header)) { String[] split = header.split("\\."); Object innerDoc = doc; for(String innerField : split){ diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index 1a9c2458..f4adc85d 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.jdbc; +import com.google.common.collect.Maps; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; @@ -20,9 +21,12 @@ import java.util.ArrayList; import java.util.Collection; +import java.util.Collections; +import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; +import java.util.Optional; import java.util.Set; /** @@ -49,8 +53,9 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje if (queryResult instanceof SearchHits) { SearchHit[] hits = ((SearchHits) queryResult).getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap); - List> lines = createLinesFromDocs(flat, docsAsMap, headers); + Set hitFieldNames = new HashSet<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, null, docsAsMap, hitFieldNames); + List> lines = createLinesFromDocs(flat, docsAsMap, headers, hitFieldNames); return new ObjectResult(headers, lines); } if (queryResult instanceof Aggregations) { @@ -73,8 +78,9 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje if (queryResult instanceof SearchResponse) { SearchHit[] hits = ((SearchResponse) queryResult).getHits().getHits(); List> docsAsMap = new ArrayList<>(); - List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap); - List> lines = createLinesFromDocs(flat, docsAsMap, headers); + Set hitFieldNames = new HashSet<>(); + List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap, hitFieldNames); + List> lines = createLinesFromDocs(flat, docsAsMap, headers, hitFieldNames); return new ObjectResult(headers, lines); } return null; @@ -250,19 +256,19 @@ private Aggregation getFirstAggregation(Aggregations aggregations) { return aggregations.asList().get(0); } - private List> createLinesFromDocs(boolean flat, List> docsAsMap, List headers) { + private List> createLinesFromDocs(boolean flat, List> docsAsMap, List headers, Set hitFieldNames) { List> objectLines = new ArrayList<>(); for (Map doc : docsAsMap) { List lines = new ArrayList<>(); for (String header : headers) { - lines.add(findFieldValue(header, doc, flat)); + lines.add(findFieldValue(header, doc, flat, hitFieldNames)); } objectLines.add(lines); } return objectLines; } - private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap) { + private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, String scrollId, List> docsAsMap, Set hitFieldNames) { Set headers = new LinkedHashSet<>(); List fieldNames = new ArrayList<>(); if (this.queryAction instanceof DefaultQueryAction) { @@ -270,11 +276,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, } boolean hasScrollId = this.includeScrollId || fieldNames.contains("_scroll_id"); for (SearchHit hit : hits) { - Map doc = hit.getSourceAsMap(); - Map fields = hit.getFields(); - for (DocumentField searchHitField : fields.values()) { - doc.put(searchHitField.getName(), searchHitField.getValue()); - } + Map doc = Optional.ofNullable(hit.getSourceAsMap()).orElse(Maps.newHashMap()); if (this.includeScore) { doc.put("_score", hit.getScore()); } @@ -288,6 +290,17 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, doc.put("_scroll_id", scrollId); } mergeHeaders(headers, doc, flat); + + // hit fields + Map fields = hit.getFields(); + for (DocumentField searchHitField : fields.values()) { + List values = Optional.ofNullable(searchHitField.getValues()).orElse(Collections.emptyList()); + int size = values.size(); + doc.put(searchHitField.getName(), size == 1 ? values.get(0) : size > 1 ? values : null); + hitFieldNames.add(searchHitField.getName()); + headers.add(searchHitField.getName()); + } + docsAsMap.add(doc); } List list = new ArrayList<>(headers); @@ -301,8 +314,8 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, return list; } - private Object findFieldValue(String header, Map doc, boolean flat) { - if (flat && header.contains(".")) { + private Object findFieldValue(String header, Map doc, boolean flat, Set hitFieldNames) { + if (flat && header.contains(".") && !hitFieldNames.contains(header)) { String[] split = header.split("\\."); Object innerDoc = doc; for (String innerField : split) { diff --git a/src/test/java/org/nlpcn/es4sql/JDBCTests.java b/src/test/java/org/nlpcn/es4sql/JDBCTests.java index 2ab67c2e..7ada0bc1 100644 --- a/src/test/java/org/nlpcn/es4sql/JDBCTests.java +++ b/src/test/java/org/nlpcn/es4sql/JDBCTests.java @@ -30,19 +30,20 @@ public void testJDBC() throws Exception { properties.put(PROP_CONNECTIONPROPERTIES, "client.transport.ignore_cluster_name=true"); DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties); Connection connection = dds.getConnection(); - PreparedStatement ps = connection.prepareStatement("SELECT /*! USE_SCROLL*/ gender,lastname,age,_scroll_id from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); + PreparedStatement ps = connection.prepareStatement("SELECT /*! USE_SCROLL*/ gender,docvalue(gender.keyword),lastname,age,_scroll_id from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); ResultSet resultSet = ps.executeQuery(); ResultSetMetaData metaData = resultSet.getMetaData(); assertThat(metaData.getColumnName(1), equalTo("gender")); - assertThat(metaData.getColumnName(2), equalTo("lastname")); - assertThat(metaData.getColumnName(3), equalTo("age")); + assertThat(metaData.getColumnName(2), equalTo("gender.keyword")); + assertThat(metaData.getColumnName(3), equalTo("lastname")); + assertThat(metaData.getColumnName(4), equalTo("age")); List result = new ArrayList(); String scrollId = null; while (resultSet.next()) { scrollId = resultSet.getString("_scroll_id"); - result.add(resultSet.getString("lastname") + "," + resultSet.getInt("age") + "," + resultSet.getString("gender")); + result.add(resultSet.getString("lastname") + "," + resultSet.getInt("age") + "," + resultSet.getString("gender") + "," + resultSet.getString("gender.keyword")); } ps.close(); @@ -50,7 +51,7 @@ public void testJDBC() throws Exception { dds.close(); Assert.assertEquals(1, result.size()); - Assert.assertEquals("Heath,39,F", result.get(0)); + Assert.assertEquals("Heath,39,F,F", result.get(0)); Assert.assertFalse(Matchers.isEmptyOrNullString().matches(scrollId)); } diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 812accbb..c8ee8c20 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -178,7 +178,13 @@ private static void prepareAccountsIndex() { " \"properties\": {\n" + " \"gender\": {\n" + " \"type\": \"text\",\n" + - " \"fielddata\": true\n" + + " \"fielddata\": true,\n" + + " \"fields\": {\n" + + " \"keyword\": {\n" + + " \"ignore_above\": 256,\n" + + " \"type\": \"keyword\"\n" + + " }\n" + + " }" + " }," + " \"address\": {\n" + " \"type\": \"text\",\n" + From 1b66bb6d7fa9f188990d46d3aa1482ffbcf3c625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 31 Mar 2021 22:30:34 +0800 Subject: [PATCH 141/266] es 7.10.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../java/org/nlpcn/es4sql/query/maker/AggMaker.java | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43bfae27..c1c5ce87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.9.3-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 90723edb..f85eedb3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.9.3.4 + 7.10.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.9.3 + 7.10.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 2a058bb6..fb60d159 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -20,8 +20,8 @@ import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval; -import org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds; import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.LongBounds; import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; @@ -695,9 +695,9 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws dateHistogram.order("desc".equalsIgnoreCase(value) ? BucketOrder.key(false) : BucketOrder.key(true)); break; case "extended_bounds": - ExtendedBounds extendedBounds = null; + LongBounds extendedBounds = null; try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { - extendedBounds = ExtendedBounds.PARSER.parse(parser, null); + extendedBounds = LongBounds.PARSER.parse(parser, null); } catch (IOException ex) { List indexList = new LinkedList<>(); int index = -1; @@ -706,7 +706,7 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws } if (!indexList.isEmpty()) { index = indexList.get(indexList.size() / 2); - extendedBounds = new ExtendedBounds(value.substring(0, index), value.substring(index + 1)); + extendedBounds = new LongBounds(value.substring(0, index), value.substring(index + 1)); } } if (extendedBounds != null) { @@ -763,7 +763,7 @@ private HistogramAggregationBuilder histogram(MethodField field) throws SqlParse case "extended_bounds": String[] bounds = value.split(":"); if (bounds.length == 2) - histogram.extendedBounds(Long.parseLong(bounds[0]), Long.parseLong(bounds[1])); + histogram.extendedBounds(Double.parseDouble(bounds[0]), Double.parseDouble(bounds[1])); break; case "alias": case "nested": From 0aa958db45e8683710700ff4a19c91f6133f2e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 31 Mar 2021 23:05:46 +0800 Subject: [PATCH 142/266] es 7.10.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1c5ce87..85423594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index f85eedb3..e7d06efe 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.10.0.0 + 7.10.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.10.0 + 7.10.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From da2712d9fb0ab33d4495acb680afa0a07bc04a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 31 Mar 2021 23:12:15 +0800 Subject: [PATCH 143/266] es 7.10.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85423594..355be31f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e7d06efe..17ef0829 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.10.1.0 + 7.10.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.10.1 + 7.10.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 29.0-jre From d20ad15e996f89ca9922b8cf1297b99426884d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 10:00:16 +0800 Subject: [PATCH 144/266] es 7.11.0 support --- .travis.yml | 2 +- pom.xml | 12 +++++++++--- .../elasticsearch/plugin/nlpcn/RestSqlAction.java | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 355be31f..110e558e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.10.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 17ef0829..ce60351a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.10.2.0 + 7.11.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,10 +44,10 @@ UTF-8 **/MainTestSuite.class sql - 7.10.2 + 7.11.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 - 29.0-jre + 30.1.1-jre @@ -102,6 +102,12 @@ elasticsearch ${elasticsearch.version} provided + + + org.elasticsearch + elasticsearch-plugin-classloader + + diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 487d872a..149c267b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -52,7 +52,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli try (XContentParser parser = request.contentOrSourceParamParser()) { parser.mapStrings().forEach((k, v) -> request.params().putIfAbsent(k, v)); } catch (IOException e) { - LOGGER.warn("Please use json format params, like: {\"sql\":\"SELECT * FROM test\"}"); + // LOGGER.warn("Please use json format params, like: {\"sql\":\"SELECT * FROM test\"}"); } String sql = request.param("sql"); From 1556603ffd6aa286ed8a22e95a04644f1c3aa8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 10:34:47 +0800 Subject: [PATCH 145/266] es 7.11.1 support --- .travis.yml | 2 +- pom.xml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 110e558e..a6f00138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ce60351a..37ab3d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.11.0.0 + 7.11.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.11.0 + 7.11.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre @@ -102,12 +102,6 @@ elasticsearch ${elasticsearch.version} provided - - - org.elasticsearch - elasticsearch-plugin-classloader - - From 038c3c574567e31d379fcc3bee46177218dbd2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 10:41:56 +0800 Subject: [PATCH 146/266] es 7.11.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6f00138..386ba38d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 37ab3d1e..c5214b6e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.11.1.0 + 7.11.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.11.1 + 7.11.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 3516da70567b1c93b10d3bedd7622a978beb14b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 10:55:59 +0800 Subject: [PATCH 147/266] es 7.12.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 386ba38d..efe82265 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.11.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.12.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c5214b6e..73c52ec9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.11.2.0 + 7.12.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.11.2 + 7.12.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From d0ff54e4cf240979c0ba3e7faefec2eaf5d91f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 11:09:09 +0800 Subject: [PATCH 148/266] es 7.12.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index efe82265..7fca3f34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.12.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.12.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 73c52ec9..114a6acb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.12.0.0 + 7.12.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.12.0 + 7.12.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 09d0e28044bb4d4ca88179f6261cd767797ef357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 May 2021 11:31:55 +0800 Subject: [PATCH 149/266] update README.md --- README.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2c5c5ae..44b6bfb8 100644 --- a/README.md +++ b/README.md @@ -130,36 +130,48 @@ Elasticsearch-SQL **6.8.11** [![6.8.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.12** [![6.8.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) **6.8.13** [![6.8.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.14** [![6.8.14 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.14)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.15** [![6.8.15 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.15)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.5.2** [![7.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.6.0** [![7.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.6.1** [![7.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.6.2** [![7.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.7.0** [![7.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.7.1** [![7.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.8.0** [![7.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
**7.8.1** [![7.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.9.0** [![7.9.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.9.1** [![7.9.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) **7.9.2** [![7.9.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
**7.9.3** [![7.9.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.10.0** [![7.10.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.10.1** [![7.10.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.10.2** [![7.10.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.11.0** [![7.11.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.11.1** [![7.11.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +
+**7.11.2** [![7.11.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.12.0** [![7.12.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.12.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**7.12.1** [![7.12.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.12.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -282,6 +294,8 @@ Versions | 6.8.11 | 6.8.11.0 | | elastic6.8.11| | 6.8.12 | 6.8.12.0 | | elastic6.8.12| | 6.8.13 | 6.8.13.0 | | elastic6.8.13| +| 6.8.14 | 6.8.14.0 | | elastic6.8.14| +| 6.8.15 | 6.8.15.0 | | elastic6.8.15| | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -308,6 +322,14 @@ Versions | 7.9.1 | 7.9.1.0 | | elastic7.9.1 | | 7.9.2 | 7.9.2.0 | | elastic7.9.2 | | 7.9.3 | 7.9.3.0 | | elastic7.9.3 | +| 7.10.0 | 7.10.0.0 | | elastic7.10.0| +| 7.10.1 | 7.10.1.0 | | elastic7.10.1| +| 7.10.2 | 7.10.2.0 | | elastic7.10.2| +| 7.11.0 | 7.11.0.0 | | elastic7.11.0| +| 7.11.1 | 7.11.1.0 | | elastic7.11.1| +| 7.11.2 | 7.11.2.0 | | elastic7.11.2| +| 7.12.0 | 7.12.0.0 | | elastic7.12.0| +| 7.12.1 | 7.12.1.0 | | elastic7.12.1| ### Elasticsearch 1.x ```` @@ -787,6 +809,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.13.0/elasticsearch-sql-6.8.13.0.zip ```` +### Elasticsearch 6.8.14 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.14.0/elasticsearch-sql-6.8.14.0.zip +```` + +### Elasticsearch 6.8.15 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.15.0/elasticsearch-sql-6.8.15.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -917,6 +949,46 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.9.3.0/elasticsearch-sql-7.9.3.0.zip ```` +### Elasticsearch 7.10.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.10.0.0/elasticsearch-sql-7.10.0.0.zip +```` + +### Elasticsearch 7.10.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.10.1.0/elasticsearch-sql-7.10.1.0.zip +```` + +### Elasticsearch 7.10.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.10.2.0/elasticsearch-sql-7.10.2.0.zip +```` + +### Elasticsearch 7.11.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.11.0.0/elasticsearch-sql-7.11.0.0.zip +```` + +### Elasticsearch 7.11.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.11.1.0/elasticsearch-sql-7.11.1.0.zip +```` + +### Elasticsearch 7.11.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.11.2.0/elasticsearch-sql-7.11.2.0.zip +```` + +### Elasticsearch 7.12.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.12.0.0/elasticsearch-sql-7.12.0.0.zip +```` + +### Elasticsearch 7.12.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.12.1.0/elasticsearch-sql-7.12.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 1595324268df4eb9b1bf26b0c6467e66a5d6287c Mon Sep 17 00:00:00 2001 From: shiyuan1 Date: Thu, 1 Jul 2021 15:01:56 +0800 Subject: [PATCH 150/266] es 7.13.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fca3f34..9178a20b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.12.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 114a6acb..453e64fb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.12.1.0 + 7.13.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.12.1 + 7.13.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From ba13628404ce99e5908580a13192f93c1cb0a0d2 Mon Sep 17 00:00:00 2001 From: shiyuan1 Date: Thu, 1 Jul 2021 15:10:07 +0800 Subject: [PATCH 151/266] es 7.13.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9178a20b..60662d48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 453e64fb..c0928683 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.0.0 + 7.13.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.13.0 + 7.13.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From c8fad28f9a6bededff42dcd9146cc9385bf43b54 Mon Sep 17 00:00:00 2001 From: shiyuan1 Date: Thu, 1 Jul 2021 15:12:37 +0800 Subject: [PATCH 152/266] es 7.13.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60662d48..28935bd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c0928683..79b267e3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.1.0 + 7.13.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.13.1 + 7.13.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From e5f52d8946a6b0c185cc699b24751d76c2d38c46 Mon Sep 17 00:00:00 2001 From: shiyuan1 Date: Fri, 2 Jul 2021 09:21:38 +0800 Subject: [PATCH 153/266] fix #1134 search_after --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/domain/Order.java | 36 +++++++++++++++++++ .../java/org/nlpcn/es4sql/domain/Select.java | 6 +++- .../es4sql/domain/hints/HintFactory.java | 4 +++ .../nlpcn/es4sql/domain/hints/HintType.java | 3 +- .../org/nlpcn/es4sql/parse/FieldMaker.java | 30 ++++++++++++++++ .../org/nlpcn/es4sql/parse/SqlParser.java | 19 +++++++++- .../es4sql/query/AggregationQueryAction.java | 1 + .../es4sql/query/DefaultQueryAction.java | 27 ++++++++++---- .../org/nlpcn/es4sql/query/QueryAction.java | 8 +++++ .../java/org/nlpcn/es4sql/ExplainTest.java | 5 +++ 11 files changed, 131 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 79b267e3..ce07388c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.2.0 + 7.13.2.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Order.java b/src/main/java/org/nlpcn/es4sql/domain/Order.java index 6b631ab6..b9a7b8c6 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Order.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Order.java @@ -12,6 +12,10 @@ public class Order { private String name; private String type; private ScriptSortBuilder.ScriptSortType scriptSortType; + private Object missing; + private String unmappedType; + private String numericType; + private String format; public Order(String nestedPath, String name, String type) { this.nestedPath = nestedPath; @@ -50,4 +54,36 @@ public ScriptSortBuilder.ScriptSortType getScriptSortType() { public void setScriptSortType(ScriptSortBuilder.ScriptSortType scriptSortType) { this.scriptSortType = scriptSortType; } + + public Object getMissing() { + return missing; + } + + public void setMissing(Object missing) { + this.missing = missing; + } + + public String getUnmappedType() { + return unmappedType; + } + + public void setUnmappedType(String unmappedType) { + this.unmappedType = unmappedType; + } + + public String getNumericType() { + return numericType; + } + + public void setNumericType(String numericType) { + this.numericType = numericType; + } + + public String getFormat() { + return format; + } + + public void setFormat(String format) { + this.format = format; + } } diff --git a/src/main/java/org/nlpcn/es4sql/domain/Select.java b/src/main/java/org/nlpcn/es4sql/domain/Select.java index 32901cf1..83cff5ac 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Select.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Select.java @@ -66,13 +66,17 @@ public List getOrderBys() { return orderBys; } - public void addOrderBy(String nestedPath, String name, String type, ScriptSortBuilder.ScriptSortType scriptSortType) { + public void addOrderBy(String nestedPath, String name, String type, ScriptSortBuilder.ScriptSortType scriptSortType, Object missing, String unmappedType, String numericType, String format) { if ("_score".equals(name)) { //zhongshu-comment 可以直接在order by子句中写_score,根据该字段排序 select * from tbl order by _score asc isQuery = true; } Order order = new Order(nestedPath, name, type); order.setScriptSortType(scriptSortType); + order.setMissing(missing); + order.setUnmappedType(unmappedType); + order.setNumericType(numericType); + order.setFormat(format); this.orderBys.add(order); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 4534bb5f..24712d13 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -185,6 +185,10 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String minScoreParam = getParamFromHint(hintAsString, "! MIN_SCORE"); return new Hint(HintType.MIN_SCORE, new String[]{minScoreParam}); } + if (hintAsString.startsWith("! SEARCH_AFTER")) { + String[] searchAfterParams = getParamsFromHint(hintAsString, "! SEARCH_AFTER"); + return new Hint(HintType.SEARCH_AFTER, searchAfterParams); + } return null; } diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index b85adee6..03c11f0c 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -25,5 +25,6 @@ public enum HintType TRACK_TOTAL_HITS, TIMEOUT, INDICES_OPTIONS, - MIN_SCORE + MIN_SCORE, + SEARCH_AFTER } diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index e1e752a1..36ad07a1 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -64,6 +64,8 @@ public static Field makeField(SQLExpr expr, String alias, String tableAlias) thr return makeFilterMethodField(mExpr, alias); } else if ("filters".equalsIgnoreCase(methodName)) { return makeFiltersMethodField(mExpr, alias); + } else if ("field_sort".equalsIgnoreCase(methodName)) { + return makeFieldSortMethodField(mExpr, alias); } return makeMethodField(methodName, mExpr.getParameters(), null, alias, tableAlias, true); @@ -187,6 +189,34 @@ private static Field makeFiltersMethodField(SQLMethodInvokeExpr filtersMethod, S return new MethodField("filters", methodParameters, null, alias); } + private static Field makeFieldSortMethodField(SQLMethodInvokeExpr fieldSortMethod, String alias) throws SqlParseException { + String fieldName = null; + List parameters = fieldSortMethod.getParameters(); + List methodParameters = new ArrayList<>(); + for (SQLExpr parameter : parameters) { + if (parameter instanceof SQLIdentifierExpr) { + fieldName = parameter.toString(); + } else if (parameter instanceof SQLBinaryOpExpr) { + String key = ((SQLBinaryOpExpr) parameter).getLeft().toString(); + Object value = Util.expr2Object(((SQLBinaryOpExpr) parameter).getRight()); + if ("field".equals(key)) { + fieldName = value.toString(); + } else { + methodParameters.add(new KVValue(key, value)); + } + } else { + throw new SqlParseException("unknown parameter : " + parameter); + } + } + + if (fieldName == null) { + throw new SqlParseException("field name not found"); + } + + methodParameters.add(new KVValue("field", fieldName)); + return new MethodField("field_sort", methodParameters, null, alias); + } + private static Field handleIdentifier(NestedType nestedType, String alias, String tableAlias) throws SqlParseException { Field field = handleIdentifier(new SQLIdentifierExpr(nestedType.field), alias, tableAlias); field.setNested(nestedType); diff --git a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java index a25f7824..e529f23a 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SqlParser.java @@ -29,6 +29,7 @@ import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.From; import org.nlpcn.es4sql.domain.JoinSelect; +import org.nlpcn.es4sql.domain.MethodField; import org.nlpcn.es4sql.domain.Query; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.domain.TableOnJoinSelect; @@ -242,6 +243,22 @@ private void addOrderByToSelect(Select select, List items, SQLExpr expr = sqlSelectOrderByItem.getExpr(); Field f = FieldMaker.makeField(expr, null, null); String orderByName = f.toString(); + Object missing = null; + String unmappedType = null; + String numericType = null; + String format = null; + if ("field_sort".equals(f.getName())) { + Map params = ((MethodField) f).getParamsAsMap(); + for (Map.Entry entry : params.entrySet()) { + switch (entry.getKey()) { + case "field": orderByName = entry.getValue().toString(); break; + case "missing": missing = entry.getValue(); break; + case "unmapped_type": unmappedType = entry.getValue().toString(); break; + case "numeric_type": numericType = entry.getValue().toString(); break; + case "format": format = entry.getValue().toString(); break; + } + } + } if (sqlSelectOrderByItem.getType() == null) { sqlSelectOrderByItem.setType(SQLOrderingSpecification.ASC); //zhongshu-comment 默认是升序排序 @@ -252,7 +269,7 @@ private void addOrderByToSelect(Select select, List items, if (alias != null) orderByName = orderByName.replaceFirst(alias + "\\.", ""); ScriptSortBuilder.ScriptSortType scriptSortType = judgeIsStringSort(expr); - select.addOrderBy(f.getNestedPath(), orderByName, type, scriptSortType); + select.addOrderBy(f.getNestedPath(), orderByName, type, scriptSortType, missing, unmappedType, numericType, format); } } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 36095738..960d0929 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -279,6 +279,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithTimeout(select, request); updateRequestWithIndicesOptions(select, request); updateRequestWithMinScore(select, request); + updateRequestWithSearchAfter(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 9f385bbf..f6892906 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -1,6 +1,5 @@ package org.nlpcn.es4sql.query; -import com.alibaba.druid.support.json.JSONUtils; import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchScrollAction; @@ -13,6 +12,7 @@ import org.elasticsearch.script.ScriptType; import org.elasticsearch.search.sort.FieldSortBuilder; import org.elasticsearch.search.sort.NestedSortBuilder; +import org.elasticsearch.search.sort.ScoreSortBuilder; import org.elasticsearch.search.sort.ScriptSortBuilder; import org.elasticsearch.search.sort.SortBuilders; import org.elasticsearch.search.sort.SortOrder; @@ -110,6 +110,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithTimeout(select, request); updateRequestWithIndicesOptions(select, request); updateRequestWithMinScore(select, request); + updateRequestWithSearchAfter(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; @@ -243,8 +244,8 @@ private void setWhere(Where where) throws SqlParseException { */ private void setSorts(List orderBys) { for (Order order : orderBys) { - if (order.getNestedPath() != null) { - request.addSort(SortBuilders.fieldSort(order.getName()).order(SortOrder.valueOf(order.getType())).setNestedSort(new NestedSortBuilder(order.getNestedPath()))); + if (order.getName().equals(ScoreSortBuilder.NAME)) { + request.addSort(SortBuilders.scoreSort().order(SortOrder.valueOf(order.getType()))); } else if (order.getName().contains("script(")) { //zhongshu-comment 该分支是我后来加的,用于兼容order by case when那种情况 String scriptStr = order.getName().substring("script(".length(), order.getName().length() - 1); @@ -254,9 +255,23 @@ private void setSorts(List orderBys) { scriptSortBuilder = scriptSortBuilder.order(SortOrder.valueOf(order.getType())); request.addSort(scriptSortBuilder); } else { - request.addSort( - order.getName(), - SortOrder.valueOf(order.getType())); + FieldSortBuilder fieldSortBuilder = SortBuilders.fieldSort(order.getName()).order(SortOrder.valueOf(order.getType())); + if (order.getNestedPath() != null) { + fieldSortBuilder.setNestedSort(new NestedSortBuilder(order.getNestedPath())); + } + if (order.getMissing() != null) { + fieldSortBuilder.missing(order.getMissing()); + } + if (order.getUnmappedType() != null) { + fieldSortBuilder.unmappedType(order.getUnmappedType()); + } + if (order.getNumericType() != null) { + fieldSortBuilder.setNumericType(order.getNumericType()); + } + if (order.getFormat() != null) { + fieldSortBuilder.setFormat(order.getFormat()); + } + request.addSort(fieldSortBuilder); } } } diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 81229467..5d5c81ec 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -135,6 +135,14 @@ protected void updateRequestWithMinScore(Select select, SearchRequestBuilder req } } + protected void updateRequestWithSearchAfter(Select select, SearchRequestBuilder request) { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.SEARCH_AFTER) { + request.searchAfter(hint.getParams()); + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index b14f9d78..a99e3397 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -148,6 +148,11 @@ public void testSignificantTextAggregationExplain() throws SqlParseException, SQ System.out.println(explain("SELECT * FROM index GROUP BY significant_text(field='my_field',alias='keywords',size=100,shard_size=100,min_doc_count=1)")); } + @Test + public void testSearchAfterHintQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select /*! SEARCH_AFTER(2021-05-20T05:30:04.832Z, 4294967298) */ * from index order by field_sort(['@timestamp'], missing='missing value', numeric_type='date_nanos', unmapped_type='long', format='strict_date_optional_time_nanos') desc, _shard_doc asc")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 48eee4486f99ccd6a265f8215484a24e8048906e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 12 Aug 2021 16:01:03 +0800 Subject: [PATCH 154/266] fix has_child query and children agg error --- pom.xml | 2 +- .../nlpcn/NamedXContentRegistryHolder.java | 29 ++++++++++++++ .../elasticsearch/plugin/nlpcn/SqlPlug.java | 13 ++++++ src/main/java/org/nlpcn/es4sql/Util.java | 40 +++++++++++++++++++ .../es4sql/query/AggregationQueryAction.java | 3 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 2 +- .../org/nlpcn/es4sql/query/maker/Maker.java | 3 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 3 +- 8 files changed, 90 insertions(+), 5 deletions(-) create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java diff --git a/pom.xml b/pom.xml index ce07388c..39c45490 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.2.1 + 7.13.2.2 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java new file mode 100644 index 00000000..ce4cf702 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java @@ -0,0 +1,29 @@ +package org.elasticsearch.plugin.nlpcn; + +import org.apache.lucene.util.SetOnce; +import org.elasticsearch.common.inject.Inject; +import org.elasticsearch.common.xcontent.NamedXContentRegistry; + +import java.util.Objects; + +/** + * NamedXContentRegistry Holder + * + * @author shiyuan + * @version V1.0 + * @since 2021-08-12 14:39 + */ +public class NamedXContentRegistryHolder { + + private static final SetOnce xContentRegistry = new SetOnce<>(); + + @Inject + public NamedXContentRegistryHolder(NamedXContentRegistry xContentRegistry) { + Objects.requireNonNull(xContentRegistry); + NamedXContentRegistryHolder.xContentRegistry.set(xContentRegistry); + } + + public static NamedXContentRegistry get() { + return xContentRegistry.get(); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 26254394..15a969d9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -2,6 +2,8 @@ import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.node.DiscoveryNodes; +import org.elasticsearch.common.inject.AbstractModule; +import org.elasticsearch.common.inject.Module; import org.elasticsearch.common.settings.ClusterSettings; import org.elasticsearch.common.settings.IndexScopedSettings; import org.elasticsearch.common.settings.Settings; @@ -11,6 +13,7 @@ import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestHandler; +import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.function.Supplier; @@ -34,4 +37,14 @@ public String description() { public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { return Collections.singletonList(new RestSqlAction()); } + + @Override + public Collection createGuiceModules() { + return Collections.singletonList(new AbstractModule() { + @Override + protected void configure() { + bind(NamedXContentRegistryHolder.class).asEagerSingleton(); + } + }); + } } diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index 16c7cf72..eb094847 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -19,9 +19,19 @@ import com.alibaba.druid.sql.ast.statement.SQLTableSource; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import org.elasticsearch.common.Strings; +import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.common.xcontent.NamedXContentRegistry; +import org.elasticsearch.common.xcontent.XContentParser; +import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.index.query.AbstractQueryBuilder; +import org.elasticsearch.index.query.QueryBuilder; +import org.elasticsearch.plugin.nlpcn.NamedXContentRegistryHolder; +import org.elasticsearch.search.aggregations.AggregationBuilder; +import org.elasticsearch.search.aggregations.AggregatorFactories; import org.nlpcn.es4sql.domain.KVValue; import org.nlpcn.es4sql.exception.SqlParseException; +import java.io.IOException; import java.util.HashSet; import java.util.List; import java.util.Map; @@ -231,4 +241,34 @@ public static boolean clearEmptyPaths(Map map) { public static String quoteString(String str) { return Objects.nonNull(str) ? String.format("\"%s\"", Strings.replace(str, "\"", "\"\"")) : str; } + + public static QueryBuilder parseQueryBuilder(QueryBuilder queryBuilder) { + NamedXContentRegistry xContentRegistry = NamedXContentRegistryHolder.get(); + if (Objects.isNull(xContentRegistry)) { + return queryBuilder; + } + + String json = Strings.toString(queryBuilder); + try (XContentParser parser = JsonXContent.jsonXContent.createParser(xContentRegistry, LoggingDeprecationHandler.INSTANCE, json)) { + return AbstractQueryBuilder.parseInnerQueryBuilder(parser); + } catch (IOException e) { + throw new IllegalArgumentException("failed to parse query", e); + } + } + + public static AggregationBuilder parseAggregationBuilder(AggregationBuilder aggregationBuilder) { + NamedXContentRegistry xContentRegistry = NamedXContentRegistryHolder.get(); + if (Objects.isNull(xContentRegistry)) { + return aggregationBuilder; + } + + String json = Strings.toString(aggregationBuilder); + try (XContentParser parser = JsonXContent.jsonXContent.createParser(xContentRegistry, LoggingDeprecationHandler.INSTANCE, json)) { + parser.nextToken(); + AggregatorFactories.Builder builder = AggregatorFactories.parseAggregators(parser); + return builder.getAggregatorFactories().iterator().next(); + } catch (IOException e) { + throw new IllegalArgumentException("failed to parse aggregation", e); + } + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 960d0929..fc5ab6ee 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -17,6 +17,7 @@ import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.elasticsearch.search.sort.SortOrder; +import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.KVValue; import org.nlpcn.es4sql.domain.MethodField; @@ -377,7 +378,7 @@ private AggregationBuilder createChildrenAggregation(Field field) { String childType = field.getChildType(); - childrenBuilder = JoinAggregationBuilders.children(getChildrenAggName(field),childType); + childrenBuilder = Util.parseAggregationBuilder(JoinAggregationBuilders.children(getChildrenAggName(field), childType)); return childrenBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index fb60d159..c42ecb59 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -323,7 +323,7 @@ private AggregationBuilder addFieldToAgg(MethodField field, ValuesSourceAggregat String childrenAggName = childrenType.field + "@CHILDREN"; - childrenBuilder = JoinAggregationBuilders.children(childrenAggName,childrenType.childType); + childrenBuilder = Util.parseAggregationBuilder(JoinAggregationBuilders.children(childrenAggName, childrenType.childType)); return childrenBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 2079ad5b..ee92953d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -34,6 +34,7 @@ import org.elasticsearch.join.query.JoinQueryBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.search.SearchModule; +import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Condition.OPEAR; import org.nlpcn.es4sql.domain.Paramer; @@ -365,7 +366,7 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar Where whereChildren = (Where) value; BoolQueryBuilder childrenFilter = QueryMaker.explan(whereChildren); //todo: pass score mode - x = JoinQueryBuilders.hasChildQuery(name, childrenFilter,ScoreMode.None); + x = Util.parseQueryBuilder(JoinQueryBuilders.hasChildQuery(name, childrenFilter, ScoreMode.None)); break; case SCRIPT: diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 8afd4245..39196cf2 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -11,6 +11,7 @@ import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.join.query.JoinQueryBuilders; +import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.Where.CONN; @@ -132,7 +133,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s ((NestedQueryBuilder) subQuery).innerHit(ihb); } } else if(condition.isChildren()) { - subQuery = JoinQueryBuilders.hasChildQuery(condition.getChildType(), subQuery, ScoreMode.None); + subQuery = Util.parseQueryBuilder(JoinQueryBuilders.hasChildQuery(condition.getChildType(), subQuery, ScoreMode.None)); } } From 1bed7b7a2b88500f8f73d13109467c9a712c1849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:24:54 +0000 Subject: [PATCH 155/266] Bump bcprov-jdk15on from 1.58 to 1.67 Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.58 to 1.67. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk15on dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39c45490..bd560462 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.bouncycastle bcprov-jdk15on - 1.58 + 1.67 provided From ca42dfe0bd55f550f342fc42a28d72febe262541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 22 Aug 2021 20:53:38 +0800 Subject: [PATCH 156/266] fix #1140 support now, date and date_add function --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/SQLFunctions.java | 68 ++++++++++++++++++- .../org/nlpcn/es4sql/parse/FieldMaker.java | 2 +- .../java/org/nlpcn/es4sql/ExplainTest.java | 5 ++ 4 files changed, 74 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bd560462..88990542 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.2.2 + 7.13.2.3 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index b6d4574b..7b14467c 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -4,6 +4,7 @@ import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.ast.expr.SQLInListExpr; +import com.alibaba.druid.sql.ast.expr.SQLIntervalExpr; import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; @@ -35,7 +36,8 @@ public class SQLFunctions { "coalesce", //added by xzb 取两个值中间有值的那个 "case_new",//added by xzb 支持多个判断条件 //支持正则表达式抽取原字段后赋给新字段,注意必须指定一个group。如 parse(hobby,(?\S+)球, defaultValue) - "parse"//此函数需要在elasticsearch.yml中设置 script.painless.regex.enabled : true + "parse",//此函数需要在elasticsearch.yml中设置 script.painless.regex.enabled : true + "now", "date", "date_add" ); //added by xzb 增加二元操作运算符 public static Set binaryOperators = Sets.newHashSet("=" ,"!=", ">", ">=", "<", "<="); @@ -198,6 +200,18 @@ public static Tuple function(String methodName, List pa } break; + case "now": + functionStr = now(); + break; + case "date": + functionStr = date(Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), name); + break; + case "date_add": + functionStr = date_add( + Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), + (SQLIntervalExpr) paramers.get(1).value, + name); + break; default: } @@ -562,5 +576,57 @@ public static Tuple split(String strColumn, String pattern, Stri } + private static Tuple now() { + String name = "now_" + random(); + return new Tuple<>(name, "def " + name + " = " + "Instant.ofEpochMilli(System.currentTimeMillis()).atZone(ZoneId.systemDefault())"); + } + + private static Tuple date(String strColumn, String valueName) { + String name = "date_" + random(); + if (valueName == null) { + return new Tuple<>(name, "def " + name + " = doc['" + strColumn + "'].value.truncatedTo(ChronoUnit.DAYS)"); + } else { + return new Tuple<>(name, strColumn + "; def " + name + " = " + valueName + ".truncatedTo(ChronoUnit.DAYS)"); + } + } + + private static Tuple date_add(String strColumn, SQLIntervalExpr intervalExpr, String valueName) { + String unit; + switch (intervalExpr.getUnit()) { + case MICROSECOND: + unit = "ChronoUnit.MICROS"; + break; + case SECOND: + unit = "ChronoUnit.SECONDS"; + break; + case MINUTE: + unit = "ChronoUnit.MINUTES"; + break; + case HOUR: + unit = "ChronoUnit.HOURS"; + break; + case DAY: + unit = "ChronoUnit.DAYS"; + break; + case WEEK: + unit = "ChronoUnit.WEEKS"; + break; + case MONTH: + unit = "ChronoUnit.MONTHS"; + break; + case YEAR: + unit = "ChronoUnit.YEARS"; + break; + default: + throw new IllegalArgumentException("not supported unit: " + intervalExpr.getUnit()); + } + Object amountToAdd = Util.expr2Object(intervalExpr.getValue()); + String name = "date_add_" + random(); + if (valueName == null) { + return new Tuple<>(name, "def " + name + " = doc['" + strColumn + "'].value.plus(" + amountToAdd + "," + unit + ")"); + } else { + return new Tuple<>(name, strColumn + "; def " + name + " = " + valueName + ".plus(" + amountToAdd + "," + unit + ")"); + } + } } diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 36ad07a1..7d96662b 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -416,7 +416,7 @@ public static MethodField makeMethodField(String name, List arguments, Tuple newFunctions = null; try { //added by xzb 构造script时,二元操作符可能是多样的 case_new 语法,需要 binaryOperatorNames 参数 - newFunctions = SQLFunctions.function(finalMethodName, paramers, paramers.get(0).key,first, binaryOperatorName, binaryOperatorNames); + newFunctions = SQLFunctions.function(finalMethodName, paramers, !paramers.isEmpty() ? paramers.get(0).key : null,first, binaryOperatorName, binaryOperatorNames); } catch (Exception e) { e.printStackTrace(); } diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index a99e3397..a92e8225 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -153,6 +153,11 @@ public void testSearchAfterHintQueryExplain() throws SqlParseException, SQLFeatu System.out.println(explain("select /*! SEARCH_AFTER(2021-05-20T05:30:04.832Z, 4294967298) */ * from index order by field_sort(['@timestamp'], missing='missing value', numeric_type='date_nanos', unmapped_type='long', format='strict_date_optional_time_nanos') desc, _shard_doc asc")); } + @Test + public void testDateFunctionQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select * from index where time >= date(date_add(date(now()), interval -0 day)) and time <= date_add(now(), interval -0 day)")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From c2d658e9b30616da307368f93f2ff7b4e769c65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 29 Aug 2021 16:11:37 +0800 Subject: [PATCH 157/266] fix #1144 support from_unixtime function --- pom.xml | 2 +- .../java/org/nlpcn/es4sql/SQLFunctions.java | 33 +++++++++++++++++-- .../java/org/nlpcn/es4sql/ExplainTest.java | 5 +++ 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 88990542..3330873d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.2.3 + 7.13.2.4 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 7b14467c..87ebceaf 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -17,8 +17,9 @@ import java.util.ArrayList; import java.util.List; -import java.util.Random; +import java.util.Objects; import java.util.Set; +import java.util.concurrent.ThreadLocalRandom; /** * Created by allwefantasy on 8/19/16. @@ -37,7 +38,7 @@ public class SQLFunctions { "case_new",//added by xzb 支持多个判断条件 //支持正则表达式抽取原字段后赋给新字段,注意必须指定一个group。如 parse(hobby,(?\S+)球, defaultValue) "parse",//此函数需要在elasticsearch.yml中设置 script.painless.regex.enabled : true - "now", "date", "date_add" + "now", "date", "date_add", "from_unixtime" ); //added by xzb 增加二元操作运算符 public static Set binaryOperators = Sets.newHashSet("=" ,"!=", ">", ">=", "<", "<="); @@ -105,6 +106,13 @@ public static Tuple function(String methodName, List pa 2 < paramers.size() ? Util.expr2Object((SQLExpr) paramers.get(2).value).toString() : null, name); break; + case "from_unixtime": + functionStr = from_unixtime( + Util.expr2Object((SQLExpr) paramers.get(0).value).toString(), + 1 < paramers.size() ? Util.expr2Object((SQLExpr) paramers.get(1).value).toString() : null, + 2 < paramers.size() ? Util.expr2Object((SQLExpr) paramers.get(2).value).toString() : null, + name); + break; case "abs": case "round": @@ -231,7 +239,7 @@ public static Tuple function(String methodName, List pa } public static String random() { - return Math.abs(new Random().nextInt()) + ""; + return Math.abs(ThreadLocalRandom.current().nextInt()) + ""; } private static Tuple concat_ws(String split, List columns, String valueName) { @@ -279,6 +287,25 @@ private static Tuple date_format(String strColumn, String patter } + private static Tuple from_unixtime(String strColumn, String pattern, String zoneId, String valueName) { + String name = "from_unixtime_" + random(); + + if (Objects.isNull(pattern)) { + pattern = "yyyy-MM-dd HH:mm:ss"; + } + + zoneId = Objects.isNull(zoneId) ? "ZoneId.systemDefault()" : "ZoneId.of('" + zoneId + "')"; + + if (valueName == null) { + return new Tuple<>(name, "def " + name + " = DateTimeFormatter.ofPattern('" + pattern + "').withZone(" + + zoneId + + ").format(Instant.ofEpochSecond(doc['" + strColumn + "'].value))"); + } else { + return new Tuple<>(name, strColumn + "; def " + name + " = DateTimeFormatter.ofPattern('" + pattern + "').withZone(" + + zoneId + + ").format(Instant.ofEpochSecond(" + valueName + "))"); + } + } public static Tuple add(SQLExpr a, SQLExpr b) { return binaryOpertator("add", "+", a, b); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index a92e8225..d5b42503 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -158,6 +158,11 @@ public void testDateFunctionQueryExplain() throws SqlParseException, SQLFeatureN System.out.println(explain("select * from index where time >= date(date_add(date(now()), interval -0 day)) and time <= date_add(now(), interval -0 day)")); } + @Test + public void testFromUnixtimeFunctionQueryExplain() throws SqlParseException, SQLFeatureNotSupportedException { + System.out.println(explain("select from_unixtime(unix_timestamp,'yyyy-MM-dd HH:mm:ss','+08:00') from index")); + } + private String explain(String sql) throws SQLFeatureNotSupportedException, SqlParseException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticRequestBuilder requestBuilder = searchDao.explain(sql).explain(); From 8efcbbd0c988f3a4e6a2fbb71cca116b775faa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 25 Oct 2021 21:24:05 +0800 Subject: [PATCH 158/266] es 7.13.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 28935bd3..a6828e7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.3-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 3330873d..b24d0842 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.2.4 + 7.13.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.13.2 + 7.13.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 91b55540b13fd7a1bb1c7ed1b4d007c09b7dee6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 25 Oct 2021 21:29:28 +0800 Subject: [PATCH 159/266] es 7.13.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6828e7c..299b04a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.3-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.4-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.4-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index b24d0842..3756b9ba 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.3.0 + 7.13.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.13.3 + 7.13.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From a5c4794d82d7b1d89b1eaaa7b06488d6c3656faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 09:31:15 +0800 Subject: [PATCH 160/266] es 7.14.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../plugin/nlpcn/ElasticHitsExecutor.java | 11 ++--------- .../plugin/nlpcn/ElasticJoinExecutor.java | 4 +++- .../org/elasticsearch/plugin/nlpcn/ElasticUtils.java | 2 +- .../plugin/nlpcn/HashJoinElasticExecutor.java | 3 ++- .../org/elasticsearch/plugin/nlpcn/MinusExecutor.java | 2 +- .../plugin/nlpcn/NestedLoopsElasticExecutor.java | 2 +- src/main/java/org/nlpcn/es4sql/SQLFunctions.java | 2 +- src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java | 2 +- .../org/nlpcn/es4sql/query/DefaultQueryAction.java | 2 +- src/main/java/org/nlpcn/es4sql/query/QueryAction.java | 2 +- 12 files changed, 17 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index 299b04a1..b75f905f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.4-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.13.4-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 3756b9ba..091168d8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.13.4.0 + 7.14.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.13.4 + 7.14.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticHitsExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticHitsExecutor.java index 84da8e06..75de36e3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticHitsExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticHitsExecutor.java @@ -1,13 +1,6 @@ package org.elasticsearch.plugin.nlpcn; -import org.elasticsearch.action.search.SearchRequestBuilder; -import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.action.search.SearchType; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.unit.TimeValue; -import org.elasticsearch.rest.RestChannel; import org.elasticsearch.search.SearchHits; -import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.exception.SqlParseException; import java.io.IOException; @@ -16,6 +9,6 @@ * Created by Eliran on 21/8/2016. */ public interface ElasticHitsExecutor { - public void run() throws IOException, SqlParseException ; - public SearchHits getHits(); + void run() throws IOException, SqlParseException ; + SearchHits getHits(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index ec127638..97ec23be 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -5,8 +5,8 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; -import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.common.xcontent.XContentBuilder; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; @@ -59,6 +59,7 @@ public void sendResponse(RestChannel channel){ } } + @Override public void run() throws IOException, SqlParseException { long timeBefore = System.currentTimeMillis(); List combinedSearchHits = innerRun(); @@ -72,6 +73,7 @@ public void run() throws IOException, SqlParseException { protected abstract List innerRun() throws IOException, SqlParseException ; + @Override public SearchHits getHits(){ return results; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index 33de9107..74ab608f 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -5,10 +5,10 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; -import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.common.xcontent.XContentBuilder; import org.elasticsearch.common.xcontent.XContentFactory; import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.sort.FieldSortBuilder; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index 1ab441b3..364ab16b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -5,7 +5,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; -import org.elasticsearch.common.unit.TimeValue; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.SearchHit; @@ -50,6 +50,7 @@ public HashJoinElasticExecutor(Client client, HashJoinElasticRequestBuilder requ this.alreadyMatched = new HashSet<>(); } + @Override public List innerRun() throws IOException, SqlParseException { Map>> optimizationTermsFilterStructure = diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index ed5d5189..45831310 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -5,7 +5,7 @@ import org.elasticsearch.client.Client; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.common.text.Text; -import org.elasticsearch.common.unit.TimeValue; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.nlpcn.es4sql.Util; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index dad180dd..d359eaac 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -7,7 +7,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; -import org.elasticsearch.common.unit.TimeValue; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.nlpcn.es4sql.domain.Condition; diff --git a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java index 87ebceaf..3a58f269 100644 --- a/src/main/java/org/nlpcn/es4sql/SQLFunctions.java +++ b/src/main/java/org/nlpcn/es4sql/SQLFunctions.java @@ -12,7 +12,7 @@ import com.google.common.base.Joiner; import com.google.common.collect.Lists; import com.google.common.collect.Sets; -import org.elasticsearch.common.collect.Tuple; +import org.elasticsearch.core.Tuple; import org.nlpcn.es4sql.domain.KVValue; import java.util.ArrayList; diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index 7d96662b..a45a557f 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -15,7 +15,7 @@ import com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr; import com.alibaba.druid.util.StringUtils; import com.google.common.collect.Lists; -import org.elasticsearch.common.collect.Tuple; +import org.elasticsearch.core.Tuple; import org.nlpcn.es4sql.SQLFunctions; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Field; diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index f6892906..77c972cd 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -6,7 +6,7 @@ import org.elasticsearch.action.search.SearchScrollRequestBuilder; import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.Client; -import org.elasticsearch.common.unit.TimeValue; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 5d5c81ec..6af09db5 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -4,11 +4,11 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.support.IndicesOptions; import org.elasticsearch.client.Client; -import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.common.xcontent.NamedXContentRegistry; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.builder.SearchSourceBuilder; import org.elasticsearch.search.collapse.CollapseBuilder; From db8c69c7c0fce332ab388c3b23f92125e6dbb523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 09:39:13 +0800 Subject: [PATCH 161/266] es 7.14.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b75f905f..718da6a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 091168d8..782a1fd4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.14.0.0 + 7.14.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.14.0 + 7.14.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 012c1e71daf5cdd96426da64478cf58bc81015a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 09:42:12 +0800 Subject: [PATCH 162/266] es 7.14.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 718da6a6..4b01e4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 782a1fd4..be596245 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.14.1.0 + 7.14.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.14.1 + 7.14.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 9038599ea0762ba34b9a0e2f575e172ec7276b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 09:46:52 +0800 Subject: [PATCH 163/266] es 7.15.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b01e4fb..be13918b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.14.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index be596245..247a1220 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.14.2.0 + 7.15.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.14.2 + 7.15.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 2a782618999e667a3697cc4fc0c63660e0df618e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 09:52:23 +0800 Subject: [PATCH 164/266] es 7.15.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be13918b..c699b2c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 247a1220..20c20fa3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.15.0.0 + 7.15.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.15.0 + 7.15.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 4b1c87eb1cfe40e170a4985a9d7323c1db5f5a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Oct 2021 10:20:18 +0800 Subject: [PATCH 165/266] update README.md --- README.md | 250 ++++++++++++++++++++---------------------------------- 1 file changed, 93 insertions(+), 157 deletions(-) diff --git a/README.md b/README.md index 44b6bfb8..070104c1 100644 --- a/README.md +++ b/README.md @@ -15,163 +15,9 @@ Elasticsearch-SQL ### build status -**1.7.6** [![1.7.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic1.x)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.0.0** [![2.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.1.0** [![2.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.1.1** [![2.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.1.2** [![2.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.2.0** [![2.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**2.2.1** [![2.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.3.0** [![2.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.3.1** [![2.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.3.2** [![2.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.3.3** [![2.3.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.3.4** [![2.3.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**2.3.5** [![2.3.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.0** [![2.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.1** [![2.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.2** [![2.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.3** [![2.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.4** [![2.4.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**2.4.5** [![2.4.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**2.4.6** [![2.4.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.6)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.0.1** [![5.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.1.1** [![5.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.1.2** [![5.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.2.0** [![5.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.2.1** [![5.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.2.2** [![5.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.3.0** [![5.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.3.1** [![5.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.3.2** [![5.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.3.3** [![5.3.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.4.0** [![5.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.4.1** [![5.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.4.2** [![5.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.4.3** [![5.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.5.0** [![5.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.5.1** [![5.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.5.2** [![5.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.5.3** [![5.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.0** [![5.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.1** [![5.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.2** [![5.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.3** [![5.6.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.6.4** [![5.6.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.5** [![5.6.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.6** [![5.6.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.6)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.7** [![5.6.7 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.7)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.8** [![5.6.8 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.8)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.9** [![5.6.9 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.9)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.6.10** [![5.6.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.11** [![5.6.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.12** [![5.6.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.13** [![5.6.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.14** [![5.6.14 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.14)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**5.6.15** [![5.6.15 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.15)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**5.6.16** [![5.6.16 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.16)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.1.4** [![6.1.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.2** [![6.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.2.3** [![6.2.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.4.0** [![6.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.4.1** [![6.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.4.2** [![6.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.4.3** [![6.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.5.0** [![6.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.5.4** [![6.5.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.6.0** [![6.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.6.1** [![6.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.6.2** [![6.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.7.0** [![6.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.7.1** [![6.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.7.2** [![6.7.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.0** [![6.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.1** [![6.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.2** [![6.8.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.3** [![6.8.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.4** [![6.8.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.4)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.8.5** [![6.8.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.5)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.6** [![6.8.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.6)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.7** [![6.8.7 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.7)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.8** [![6.8.8 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.8)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.9** [![6.8.9 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.9)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.10** [![6.8.10 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.10)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**6.8.11** [![6.8.11 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.11)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.12** [![6.8.12 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.12)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.13** [![6.8.13 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.13)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.14** [![6.8.14 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.14)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**6.8.15** [![6.8.15 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.15)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.0.0** [![7.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.0.1** [![7.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.1.0** [![7.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.1.1** [![7.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.2.0** [![7.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.2.1** [![7.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.3.0** [![7.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.3.1** [![7.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.3.2** [![7.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.4.0** [![7.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.4.1** [![7.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.4.2** [![7.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.5.0** [![7.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.5.1** [![7.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.5.2** [![7.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.6.0** [![7.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.6.1** [![7.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.6.2** [![7.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.7.0** [![7.7.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.7.1** [![7.7.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.7.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.8.0** [![7.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.8.1** [![7.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.9.0** [![7.9.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.9.1** [![7.9.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.9.2** [![7.9.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.9.3** [![7.9.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.9.3)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.10.0** [![7.10.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.10.1** [![7.10.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.10.2** [![7.10.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.10.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.11.0** [![7.11.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.11.1** [![7.11.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) -
-**7.11.2** [![7.11.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.11.2)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.12.0** [![7.12.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.12.0)](https://travis-ci.org/NLPchina/elasticsearch-sql) -**7.12.1** [![7.12.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic7.12.1)](https://travis-ci.org/NLPchina/elasticsearch-sql) +**6.8.20** [![6.8.20 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.20)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.15.1** [![7.15.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.15.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL. @@ -296,6 +142,11 @@ Versions | 6.8.13 | 6.8.13.0 | | elastic6.8.13| | 6.8.14 | 6.8.14.0 | | elastic6.8.14| | 6.8.15 | 6.8.15.0 | | elastic6.8.15| +| 6.8.16 | 6.8.16.0 | | elastic6.8.16| +| 6.8.17 | 6.8.17.0 | | elastic6.8.17| +| 6.8.18 | 6.8.18.0 | | elastic6.8.18| +| 6.8.19 | 6.8.19.0 | | elastic6.8.19| +| 6.8.20 | 6.8.20.0 | | elastic6.8.20| | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -330,6 +181,16 @@ Versions | 7.11.2 | 7.11.2.0 | | elastic7.11.2| | 7.12.0 | 7.12.0.0 | | elastic7.12.0| | 7.12.1 | 7.12.1.0 | | elastic7.12.1| +| 7.13.0 | 7.13.0.0 | | elastic7.13.0| +| 7.13.1 | 7.13.1.0 | | elastic7.13.1| +| 7.13.2 | 7.13.2.0 | | elastic7.13.2| +| 7.13.3 | 7.13.3.0 | | elastic7.13.3| +| 7.13.4 | 7.13.4.0 | | elastic7.13.4| +| 7.14.0 | 7.14.0.0 | | elastic7.14.0| +| 7.14.1 | 7.14.1.0 | | elastic7.14.1| +| 7.14.2 | 7.14.2.0 | | elastic7.14.2| +| 7.15.0 | 7.15.0.0 | | elastic7.15.0| +| 7.15.1 | 7.15.1.0 | | elastic7.15.1| ### Elasticsearch 1.x ```` @@ -819,6 +680,31 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.15.0/elasticsearch-sql-6.8.15.0.zip ```` +### Elasticsearch 6.8.16 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.16.0/elasticsearch-sql-6.8.16.0.zip +```` + +### Elasticsearch 6.8.17 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.17.0/elasticsearch-sql-6.8.17.0.zip +```` + +### Elasticsearch 6.8.18 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.18.0/elasticsearch-sql-6.8.18.0.zip +```` + +### Elasticsearch 6.8.19 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.19.0/elasticsearch-sql-6.8.19.0.zip +```` + +### Elasticsearch 6.8.20 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.20.0/elasticsearch-sql-6.8.20.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -989,6 +875,56 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.12.1.0/elasticsearch-sql-7.12.1.0.zip ```` +### Elasticsearch 7.13.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.13.0.0/elasticsearch-sql-7.13.0.0.zip +```` + +### Elasticsearch 7.13.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.13.1.0/elasticsearch-sql-7.13.1.0.zip +```` + +### Elasticsearch 7.13.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.13.2.0/elasticsearch-sql-7.13.2.0.zip +```` + +### Elasticsearch 7.13.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.13.3.0/elasticsearch-sql-7.13.3.0.zip +```` + +### Elasticsearch 7.13.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.13.4.0/elasticsearch-sql-7.13.4.0.zip +```` + +### Elasticsearch 7.14.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.14.0.0/elasticsearch-sql-7.14.0.0.zip +```` + +### Elasticsearch 7.14.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.14.1.0/elasticsearch-sql-7.14.1.0.zip +```` + +### Elasticsearch 7.14.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.14.2.0/elasticsearch-sql-7.14.2.0.zip +```` + +### Elasticsearch 7.15.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.15.0.0/elasticsearch-sql-7.15.0.0.zip +```` + +### Elasticsearch 7.15.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.15.1.0/elasticsearch-sql-7.15.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 5c9a38c27c7a8b23890f14dc79355a753d2d4cfe Mon Sep 17 00:00:00 2001 From: wangjinlong3 Date: Thu, 2 Dec 2021 11:00:04 +0800 Subject: [PATCH 166/266] fix: path error in docker --- src/site-server/node-server.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/site-server/node-server.js b/src/site-server/node-server.js index c76e8a71..da9ad9f8 100644 --- a/src/site-server/node-server.js +++ b/src/site-server/node-server.js @@ -1,10 +1,11 @@ var express = require('express'); +const path = require('path'); var app = express(); -app.use(express.static('../_site')); +app.use(express.static(path.join(__dirname, '../_site'))); app.get('/', function (req, res) { - res.sendFile("../_site/" + "index.html" ); + res.sendFile(path.join(__dirname, '../_site/index.html')); }) var fs = require('fs'); -var siteConfiguration = JSON.parse(fs.readFileSync('site_configuration.json', 'utf8')); -var server = app.listen(siteConfiguration.port) \ No newline at end of file +var siteConfiguration = JSON.parse(fs.readFileSync(path.join(__dirname, './site_configuration.json'), 'utf8')); +var server = app.listen(siteConfiguration.port); \ No newline at end of file From 0c39643d15824bf54fb4a4144a0eb4b96c4e826c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Jan 2022 18:48:33 +0800 Subject: [PATCH 167/266] fix #1151 support RUNTIME_MAPPINGS hint --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/hints/HintFactory.java | 6 +++++- .../java/org/nlpcn/es4sql/domain/hints/HintType.java | 3 ++- .../nlpcn/es4sql/query/AggregationQueryAction.java | 1 + .../org/nlpcn/es4sql/query/DefaultQueryAction.java | 1 + .../java/org/nlpcn/es4sql/query/QueryAction.java | 12 ++++++++++++ src/test/java/org/nlpcn/es4sql/QueryTest.java | 7 +++++++ 7 files changed, 29 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 20c20fa3..9fa76be1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.15.1.0 + 7.15.1.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 24712d13..46ac71d3 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -189,13 +189,17 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti String[] searchAfterParams = getParamsFromHint(hintAsString, "! SEARCH_AFTER"); return new Hint(HintType.SEARCH_AFTER, searchAfterParams); } + if (hintAsString.startsWith("! RUNTIME_MAPPINGS")) { + String runtimeMappings = getParamFromHint(hintAsString, "! RUNTIME_MAPPINGS"); + return new Hint(HintType.RUNTIME_MAPPINGS, new String[]{runtimeMappings}); + } return null; } private static String getParamFromHint(String hint, String prefix) { if (!hint.contains("(")) return null; - return hint.replace(prefix, "").replaceAll("\\s*\\(\\s*", "").replaceAll("\\s*\\,\\s*", ",").replaceAll("\\s*\\)\\s*", ""); + return hint.replace(prefix, "").replaceAll("^\\s*\\(\\s*", "").replaceAll("\\s*\\,\\s*", ",").replaceAll("\\s*\\)\\s*$", ""); } private static String[] getParamsFromHint(String hint, String prefix) { String param = getParamFromHint(hint, prefix); diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java index 03c11f0c..1c0a344f 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintType.java @@ -26,5 +26,6 @@ public enum HintType TIMEOUT, INDICES_OPTIONS, MIN_SCORE, - SEARCH_AFTER + SEARCH_AFTER, + RUNTIME_MAPPINGS } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index fc5ab6ee..188f1653 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -281,6 +281,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithIndicesOptions(select, request); updateRequestWithMinScore(select, request); updateRequestWithSearchAfter(select, request); + updateRequestWithRuntimeMappings(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index 77c972cd..d31e0e0e 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -111,6 +111,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { updateRequestWithIndicesOptions(select, request); updateRequestWithMinScore(select, request); updateRequestWithSearchAfter(select, request); + updateRequestWithRuntimeMappings(select, request); SqlElasticSearchRequestBuilder sqlElasticRequestBuilder = new SqlElasticSearchRequestBuilder(request); return sqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 6af09db5..7bfdc487 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -143,6 +143,18 @@ protected void updateRequestWithSearchAfter(Select select, SearchRequestBuilder } } + protected void updateRequestWithRuntimeMappings(Select select, SearchRequestBuilder request) throws SqlParseException { + for (Hint hint : select.getHints()) { + if (hint.getType() == HintType.RUNTIME_MAPPINGS && hint.getParams() != null && 0 < hint.getParams().length) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, hint.getParams()[0].toString())) { + request.setRuntimeMappings(parser.map()); + } catch (IOException e) { + throw new SqlParseException("could not parse runtime_mappings hint: " + e.getMessage()); + } + } + } + } + protected void updateRequestWithHighlight(Select select, SearchRequestBuilder request) { boolean foundAnyHighlights = false; HighlightBuilder highlightBuilder = new HighlightBuilder(); diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index fae7e752..4b56da6d 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -944,6 +944,13 @@ public void fieldCollapsingTest() throws IOException, SqlParseException, SQLFeat Assert.assertEquals(21, hits.getHits().length); } + @Test + public void runtimeMappingsTest() throws SqlParseException, SQLFeatureNotSupportedException { + String query = String.format("select /*! RUNTIME_MAPPINGS({\"email_suffix\":{\"type\":\"keyword\",\"script\":{\"source\":\"def email=params['_source']['email'];emit(email.substring(email.indexOf('@')))\"}}})*/* from %s/account where email_suffix='@xurban.com'", TEST_INDEX_ACCOUNT); + SearchHits hits = query(query); + Assert.assertEquals(2, hits.getHits().length); + } + private SearchHits query(String query) throws SqlParseException, SQLFeatureNotSupportedException { SearchDao searchDao = MainTestSuite.getSearchDao(); SqlElasticSearchRequestBuilder select = (SqlElasticSearchRequestBuilder) searchDao.explain(query).explain(); From e70bfad8809ba52b9ede83c9759d1170bd8f974b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Jan 2022 19:25:54 +0800 Subject: [PATCH 168/266] fix #1155 No showing total number of records --- src/_site/query.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_site/query.js b/src/_site/query.js index e4c754b6..b3e2887d 100644 --- a/src/_site/query.js +++ b/src/_site/query.js @@ -121,7 +121,8 @@ DefaultQueryResultHandler.prototype.getBody = function() { }; DefaultQueryResultHandler.prototype.getTotal = function() { - return this.data.hits.total; + let total = this.data.hits.total; + return angular.isObject(total) ? total.value : total; }; DefaultQueryResultHandler.prototype.getCurrentHitsSize = function() { From ccfacec7261e8b2bb23683e80cbe7c620e31a816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Jan 2022 20:06:58 +0800 Subject: [PATCH 169/266] es 7.15.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c699b2c0..ea7cca5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 9fa76be1..e0670594 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.15.1.1 + 7.15.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.15.1 + 7.15.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 6ab5db12c06d9ecabbdc566976fc206bd49537db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 20 Jan 2022 21:39:50 +0800 Subject: [PATCH 170/266] es 7.16.0 support --- .travis.yml | 2 +- pom.xml | 4 +-- .../plugin/nlpcn/ElasticJoinExecutor.java | 2 +- .../plugin/nlpcn/ElasticUtils.java | 6 ++-- .../nlpcn/GetIndexRequestRestListener.java | 4 +-- .../nlpcn/NamedXContentRegistryHolder.java | 2 +- .../plugin/nlpcn/RestSqlAction.java | 4 +-- .../executors/ElasticDefaultRestExecutor.java | 4 +-- src/main/java/org/nlpcn/es4sql/Util.java | 6 ++-- .../java/org/nlpcn/es4sql/domain/Paramer.java | 2 +- .../es4sql/domain/hints/HintFactory.java | 4 +-- .../org/nlpcn/es4sql/query/QueryAction.java | 6 ++-- ...SqlElasticDeleteByQueryRequestBuilder.java | 8 ------ .../join/HashJoinElasticRequestBuilder.java | 8 +++--- .../es4sql/query/join/JoinRequestBuilder.java | 8 +++--- .../nlpcn/es4sql/query/maker/AggMaker.java | 6 ++-- .../org/nlpcn/es4sql/query/maker/Maker.java | 28 ++++++++++--------- .../nlpcn/es4sql/query/maker/QueryMaker.java | 6 ++-- .../query/multi/MultiQueryRequestBuilder.java | 8 +++--- .../java/org/nlpcn/es4sql/MainTestSuite.java | 2 +- 20 files changed, 57 insertions(+), 63 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea7cca5b..0fa11861 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.15.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e0670594..c266ca03 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.15.2.0 + 7.16.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.15.2 + 7.16.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 97ec23be..029e3713 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -5,7 +5,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; import org.elasticsearch.common.text.Text; -import org.elasticsearch.common.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.core.TimeValue; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index 74ab608f..7517a14d 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -5,9 +5,9 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Client; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java index ffe9d087..45e38e03 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java @@ -8,8 +8,8 @@ import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestResponse; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java index ce4cf702..fa2fdb28 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java @@ -2,7 +2,7 @@ import org.apache.lucene.util.SetOnce; import org.elasticsearch.common.inject.Inject; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.NamedXContentRegistry; import java.util.Objects; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 149c267b..c0a014e6 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -3,8 +3,8 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.client.node.NodeClient; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; import org.elasticsearch.rest.BaseRestHandler; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index 27f137df..c42f9a4a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -9,8 +9,8 @@ import org.elasticsearch.action.search.SearchScrollRequest; import org.elasticsearch.client.Client; import org.elasticsearch.common.bytes.BytesReference; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.reindex.BulkIndexByScrollResponseContentListener; import org.elasticsearch.index.reindex.DeleteByQueryRequest; import org.elasticsearch.plugin.nlpcn.ElasticHitsExecutor; import org.elasticsearch.plugin.nlpcn.ElasticJoinExecutor; diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index eb094847..e6b09445 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -20,9 +20,9 @@ import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import org.elasticsearch.common.Strings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.AbstractQueryBuilder; import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.plugin.nlpcn.NamedXContentRegistryHolder; diff --git a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java index 44feb093..a3e26add 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Paramer.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Paramer.java @@ -7,7 +7,7 @@ import com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr; import org.elasticsearch.common.Strings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.ToXContent; +import org.elasticsearch.xcontent.ToXContent; import org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder; import org.elasticsearch.index.query.MatchPhraseQueryBuilder; import org.elasticsearch.index.query.MatchQueryBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index 46ac71d3..c3a2804d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -4,8 +4,8 @@ import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; import com.fasterxml.jackson.dataformat.yaml.YAMLParser; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.yaml.YamlXContentParser; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.yaml.YamlXContentParser; import org.nlpcn.es4sql.exception.SqlParseException; import java.io.IOException; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 7bfdc487..462ebb3c 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -5,9 +5,9 @@ import org.elasticsearch.action.support.IndicesOptions; import org.elasticsearch.client.Client; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.builder.SearchSourceBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java index 9cd6bfd8..286f65c5 100644 --- a/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java @@ -4,16 +4,8 @@ import org.elasticsearch.action.ActionRequestBuilder; import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.SearchRequestBuilder; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; -import java.io.IOException; -import java.lang.reflect.InvocationTargetException; -import java.lang.reflect.Method; - /** * Created by Eliran on 19/8/2015. */ diff --git a/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java index 100ac446..42f6fb02 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java @@ -4,10 +4,10 @@ import org.elasticsearch.action.ActionRequest; import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.MultiSearchRequest; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/join/JoinRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/join/JoinRequestBuilder.java index 2e512945..4f875305 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/JoinRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/JoinRequestBuilder.java @@ -6,10 +6,10 @@ import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.MultiSearchRequest; import org.elasticsearch.common.bytes.BytesReference; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; import java.io.IOException; diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index c42ecb59..5871337a 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -3,9 +3,9 @@ import com.alibaba.druid.util.StringUtils; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index ee92953d..1d2e5d82 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -9,14 +9,15 @@ import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.geo.GeoPoint; -import org.elasticsearch.common.geo.builders.ShapeBuilder; -import org.elasticsearch.common.geo.parsers.ShapeParser; +import org.elasticsearch.common.geo.GeometryParserFormat; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.geometry.Geometry; +import org.elasticsearch.geometry.utils.StandardValidator; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.GeoPolygonQueryBuilder; import org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder; @@ -52,6 +53,7 @@ import java.io.IOException; import java.math.BigDecimal; import java.math.BigInteger; +import java.text.ParseException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; @@ -293,9 +295,9 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar case GEO_INTERSECTS: String wkt = cond.getValue().toString(); try { - ShapeBuilder shapeBuilder = getShapeBuilderFromString(wkt); - x = QueryBuilders.geoShapeQuery(cond.getName(), shapeBuilder); - } catch (IOException e) { + Geometry geometry = getGeometryFromString(wkt); + x = QueryBuilders.geoIntersectionQuery(cond.getName(), geometry); + } catch (IOException | ParseException e) { e.printStackTrace(); throw new SqlParseException("couldn't create shapeBuilder from wkt: " + wkt); } @@ -395,12 +397,12 @@ private String[] arrayOfObjectsToStringArray(Object[] values, int from, int to) return strings; } - private ShapeBuilder getShapeBuilderFromString(String str) throws IOException { + private Geometry getGeometryFromString(String str) throws IOException, ParseException { String json; if(str.contains("{")) json = fixJsonFromElastic(str); else json = WktToGeoJsonConverter.toGeoJson(trimApostrophes(str)); - return getShapeBuilderFromJson(json); + return getGeometryFromJson(json); } /* @@ -414,10 +416,10 @@ private String fixJsonFromElastic(String elasticJson) { return properJson; } - private ShapeBuilder getShapeBuilderFromJson(String json) throws IOException { + private Geometry getGeometryFromJson(String json) throws IOException, ParseException { try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, json)) { parser.nextToken(); - return ShapeParser.parse(parser); + return GeometryParserFormat.GEOJSON.fromXContent(StandardValidator.instance(true), true, true, parser); } } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 39196cf2..ec520d9b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -2,9 +2,9 @@ import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.NamedXContentRegistry; -import org.elasticsearch.common.xcontent.XContentParser; -import org.elasticsearch.common.xcontent.json.JsonXContent; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.InnerHitBuilder; import org.elasticsearch.index.query.NestedQueryBuilder; diff --git a/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryRequestBuilder.java index b52740c6..a7656f3b 100644 --- a/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryRequestBuilder.java @@ -6,10 +6,10 @@ import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.common.bytes.BytesReference; -import org.elasticsearch.common.xcontent.ToXContent; -import org.elasticsearch.common.xcontent.XContentBuilder; -import org.elasticsearch.common.xcontent.XContentFactory; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index c8ee8c20..0c526573 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -7,7 +7,7 @@ import org.elasticsearch.client.transport.TransportClient; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.transport.TransportAddress; -import org.elasticsearch.common.xcontent.XContentType; +import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.index.reindex.DeleteByQueryAction; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; From 961a3017a366175a1087c86086db5de73755603b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 20 Jan 2022 21:49:39 +0800 Subject: [PATCH 171/266] es 7.16.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fa11861..7f6ed243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c266ca03..a0f76798 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.16.0.0 + 7.16.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.16.0 + 7.16.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 627447f39587d2e398cd9910f40b8f11225ba755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 20 Jan 2022 21:54:07 +0800 Subject: [PATCH 172/266] es 7.16.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f6ed243..a616b4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index a0f76798..1bb9c3da 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.16.1.0 + 7.16.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.16.1 + 7.16.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From d996fd016479df32669f196e520066de50e8b5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 20 Jan 2022 21:57:29 +0800 Subject: [PATCH 173/266] es 7.16.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a616b4fc..17416673 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.3-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 1bb9c3da..915f2c55 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.16.2.0 + 7.16.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.16.2 + 7.16.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 2a7ac614f52a9ec51b2543601e68482ef74b6c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 20 Jan 2022 22:23:05 +0800 Subject: [PATCH 174/266] update README.md --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 070104c1..ffd11e3d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Elasticsearch-SQL ### build status -**6.8.20** [![6.8.20 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.20)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.15.1** [![7.15.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.15.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.16.3** [![7.16.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.16.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -147,6 +147,9 @@ Versions | 6.8.18 | 6.8.18.0 | | elastic6.8.18| | 6.8.19 | 6.8.19.0 | | elastic6.8.19| | 6.8.20 | 6.8.20.0 | | elastic6.8.20| +| 6.8.21 | 6.8.21.0 | | elastic6.8.21| +| 6.8.22 | 6.8.22.0 | | elastic6.8.22| +| 6.8.23 | 6.8.23.0 | | elastic6.8.23| | 7.0.0 | 7.0.0.0 | | elastic7.0.0 | | 7.0.1 | 7.0.1.0 | | elastic7.0.1 | | 7.1.0 | 7.1.0.0 | | elastic7.1.0 | @@ -191,6 +194,11 @@ Versions | 7.14.2 | 7.14.2.0 | | elastic7.14.2| | 7.15.0 | 7.15.0.0 | | elastic7.15.0| | 7.15.1 | 7.15.1.0 | | elastic7.15.1| +| 7.15.2 | 7.15.2.0 | | elastic7.15.2| +| 7.16.0 | 7.16.0.0 | | elastic7.16.0| +| 7.16.1 | 7.16.1.0 | | elastic7.16.1| +| 7.16.2 | 7.16.2.0 | | elastic7.16.2| +| 7.16.3 | 7.16.3.0 | | elastic7.16.3| ### Elasticsearch 1.x ```` @@ -705,6 +713,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.20.0/elasticsearch-sql-6.8.20.0.zip ```` +### Elasticsearch 6.8.21 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.21.0/elasticsearch-sql-6.8.21.0.zip +```` + +### Elasticsearch 6.8.22 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.22.0/elasticsearch-sql-6.8.22.0.zip +```` + +### Elasticsearch 6.8.23 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.23.0/elasticsearch-sql-6.8.23.0.zip +```` + ### Elasticsearch 7.0.0 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.0.0.0/elasticsearch-sql-7.0.0.0.zip @@ -925,6 +948,31 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.15.1.0/elasticsearch-sql-7.15.1.0.zip ```` +### Elasticsearch 7.15.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.15.2.0/elasticsearch-sql-7.15.2.0.zip +```` + +### Elasticsearch 7.16.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.16.0.0/elasticsearch-sql-7.16.0.0.zip +```` + +### Elasticsearch 7.16.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.16.1.0/elasticsearch-sql-7.16.1.0.zip +```` + +### Elasticsearch 7.16.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.16.2.0/elasticsearch-sql-7.16.2.0.zip +```` + +### Elasticsearch 7.16.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.16.3.0/elasticsearch-sql-7.16.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From ecaa77e7c1cb71c33b60f747d7bcc51481ab5347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 8 Mar 2022 21:53:46 +0800 Subject: [PATCH 175/266] es 7.17.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17416673..3a12744d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.16.3-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.0-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 915f2c55..6005cbe2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.16.3.0 + 7.17.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.16.3 + 7.17.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From d6427e91fd722c7f0b9d235eb0db941791081a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 8 Mar 2022 21:59:46 +0800 Subject: [PATCH 176/266] es 7.17.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a12744d..f28ccfcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.0-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.1-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 6005cbe2..6add7026 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.0.0 + 7.17.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.0 + 7.17.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From fa4568feeb16d8eb2654cb91690e3353e5a222c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 8 Mar 2022 22:09:16 +0800 Subject: [PATCH 177/266] update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd11e3d..7a572447 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.16.3** [![7.16.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.16.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.1** [![7.17.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -199,6 +199,8 @@ Versions | 7.16.1 | 7.16.1.0 | | elastic7.16.1| | 7.16.2 | 7.16.2.0 | | elastic7.16.2| | 7.16.3 | 7.16.3.0 | | elastic7.16.3| +| 7.17.0 | 7.17.0.0 | | elastic7.17.0| +| 7.17.1 | 7.17.1.0 | | elastic7.17.1| ### Elasticsearch 1.x ```` @@ -973,6 +975,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.16.3.0/elasticsearch-sql-7.16.3.0.zip ```` +### Elasticsearch 7.17.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.0.0/elasticsearch-sql-7.17.0.0.zip +```` + +### Elasticsearch 7.17.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.1.0/elasticsearch-sql-7.17.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 0e6ed9994c483633725b10af2c5cee83cc23a635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 25 Jun 2022 21:23:12 +0800 Subject: [PATCH 178/266] es 7.17.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f28ccfcf..ebd02ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.1-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.1-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.2-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 6add7026..2865c50f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.1.0 + 7.17.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.1 + 7.17.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 5ed5f7bce419b5b6fed71689e8659d8d1af34a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 25 Jun 2022 21:34:52 +0800 Subject: [PATCH 179/266] es 7.17.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebd02ea0..aba113a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.2-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.3-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2865c50f..9e3dbe02 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.2.0 + 7.17.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.2 + 7.17.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From b41cac587d0ef5d77f00f8862b4a5bb4f89065b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 25 Jun 2022 21:41:01 +0800 Subject: [PATCH 180/266] es 7.17.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aba113a0..1d6a8913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.3-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.4-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.4-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 9e3dbe02..7e3c717e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.3.0 + 7.17.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.3 + 7.17.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From bf3c1c6a9604fbaba549134b25ab8e45c77cfa22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 25 Jun 2022 21:48:29 +0800 Subject: [PATCH 181/266] update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a572447..c81c37ba 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.1** [![7.17.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.4** [![7.17.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -201,6 +201,9 @@ Versions | 7.16.3 | 7.16.3.0 | | elastic7.16.3| | 7.17.0 | 7.17.0.0 | | elastic7.17.0| | 7.17.1 | 7.17.1.0 | | elastic7.17.1| +| 7.17.2 | 7.17.2.0 | | elastic7.17.2| +| 7.17.3 | 7.17.3.0 | | elastic7.17.3| +| 7.17.4 | 7.17.4.0 | | elastic7.17.4| ### Elasticsearch 1.x ```` @@ -985,6 +988,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.1.0/elasticsearch-sql-7.17.1.0.zip ```` +### Elasticsearch 7.17.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.2.0/elasticsearch-sql-7.17.2.0.zip +```` + +### Elasticsearch 7.17.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.3.0/elasticsearch-sql-7.17.3.0.zip +```` + +### Elasticsearch 7.17.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.4.0/elasticsearch-sql-7.17.4.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 42849a68f794c4e809bd20aa26e61e7eef7ed6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 14 Aug 2022 15:44:59 +0800 Subject: [PATCH 182/266] es 7.17.5 support --- .travis.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d6a8913..a5f2f338 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.4-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.4-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.5-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.5-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 7e3c717e..626b3431 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.4.0 + 7.17.5.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.4 + 7.17.5 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre @@ -114,7 +114,7 @@ com.unboundid unboundid-ldapsdk - 3.2.0 + 6.0.5 provided From 9c8d930dd2da1d472003bf9c6e3775f4e5c19ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 14 Aug 2022 15:51:17 +0800 Subject: [PATCH 183/266] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c81c37ba..3ce1d881 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.4** [![7.17.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.5** [![7.17.5 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.5)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -204,6 +204,7 @@ Versions | 7.17.2 | 7.17.2.0 | | elastic7.17.2| | 7.17.3 | 7.17.3.0 | | elastic7.17.3| | 7.17.4 | 7.17.4.0 | | elastic7.17.4| +| 7.17.5 | 7.17.5.0 | | elastic7.17.5| ### Elasticsearch 1.x ```` @@ -1003,6 +1004,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.4.0/elasticsearch-sql-7.17.4.0.zip ```` +### Elasticsearch 7.17.5 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.5.0/elasticsearch-sql-7.17.5.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 2806b904cd2a0f67572622fa9c064ded0d7ba81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 15 Aug 2022 22:41:31 +0800 Subject: [PATCH 184/266] =?UTF-8?q?fix=20#1169=20nested=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89score=5Fmode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../org/nlpcn/es4sql/domain/Condition.java | 11 +++++++++++ .../org/nlpcn/es4sql/parse/NestedType.java | 18 ++++++++++++++++++ .../org/nlpcn/es4sql/query/maker/Maker.java | 2 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 4 ++-- .../java/org/nlpcn/es4sql/SqlParserTests.java | 4 ++-- 6 files changed, 35 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 626b3431..d4fc772d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.5.0 + 7.17.5.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/domain/Condition.java b/src/main/java/org/nlpcn/es4sql/domain/Condition.java index 404d0fcd..5fb3878e 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/Condition.java +++ b/src/main/java/org/nlpcn/es4sql/domain/Condition.java @@ -8,6 +8,7 @@ import com.google.common.collect.BiMap; import com.google.common.collect.HashBiMap; +import org.apache.lucene.search.join.ScoreMode; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ChildrenType; import org.nlpcn.es4sql.parse.NestedType; @@ -87,6 +88,7 @@ public SQLExpr getValueExpr() { private boolean isNested; private String nestedPath; private String innerHits; + private ScoreMode scoreMode; private boolean isChildren; private String childType; @@ -122,6 +124,7 @@ public Condition(CONN conn, String name, SQLExpr nameExpr, String oper, Object v this.isNested = true; this.nestedPath = nestedType.path; this.innerHits = nestedType.getInnerHits(); + this.scoreMode = nestedType.getScoreMode(); this.isChildren = false; this.childType = ""; } else if (relationshipType instanceof ChildrenType) { @@ -241,6 +244,7 @@ public Condition(CONN conn, this.isNested = true; this.nestedPath = nestedType.path; this.innerHits = nestedType.getInnerHits(); + this.scoreMode = nestedType.getScoreMode(); this.isChildren = false; this.childType = ""; } else if (relationshipType instanceof ChildrenType) { @@ -340,6 +344,10 @@ public void setInnerHits(String innerHits) { this.innerHits = innerHits; } + public ScoreMode getScoreMode() { + return scoreMode; + } + public boolean isChildren() { return isChildren; } @@ -369,6 +377,9 @@ public String toString() { if (this.getInnerHits() != null) { result += "inner_hits:" + this.getInnerHits() + " "; } + if (this.getScoreMode() != null) { + result += "score_mode:" + this.getScoreMode() + " "; + } } else if (this.isChildren()) { result = "children condition "; diff --git a/src/main/java/org/nlpcn/es4sql/parse/NestedType.java b/src/main/java/org/nlpcn/es4sql/parse/NestedType.java index 1e12d601..adbdee87 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/NestedType.java +++ b/src/main/java/org/nlpcn/es4sql/parse/NestedType.java @@ -1,10 +1,13 @@ package org.nlpcn.es4sql.parse; import com.alibaba.druid.sql.ast.SQLExpr; +import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLPropertyExpr; import com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr; +import org.apache.lucene.search.join.ScoreMode; +import org.elasticsearch.index.query.NestedQueryBuilder; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; @@ -22,6 +25,7 @@ public class NestedType { private boolean simple; private String innerHits; + private ScoreMode scoreMode = ScoreMode.None; public boolean tryFillFromExpr(SQLExpr expr) throws SqlParseException { if (!(expr instanceof SQLMethodInvokeExpr)) return false; @@ -32,6 +36,16 @@ public boolean tryFillFromExpr(SQLExpr expr) throws SqlParseException { reverse = methodNameLower.equals("reverse_nested"); List parameters = method.getParameters(); + + // + parameters.removeIf(e -> { + if (e instanceof SQLBinaryOpExpr && "score_mode".equals(((SQLBinaryOpExpr) e).getLeft().toString())) { + scoreMode = NestedQueryBuilder.parseScoreMode(Util.expr2Object(((SQLBinaryOpExpr) e).getRight()).toString()); + return true; + } + return false; + }); + int size = parameters.size(); if (size != 3 && size != 2 && size != 1) throw new SqlParseException("on nested object only allowed 3 parameters (path,conditions..,inner_hits) or 2 parameters (field,path)/(path,conditions..) or 1 parameter (field) "); @@ -99,4 +113,8 @@ public String getInnerHits() { public void setInnerHits(String innerHits) { this.innerHits = innerHits; } + + public ScoreMode getScoreMode() { + return scoreMode; + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 1d2e5d82..2f4b020a 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -359,7 +359,7 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar Where whereNested = (Where) value; BoolQueryBuilder nestedFilter = QueryMaker.explan(whereNested); - x = QueryBuilders.nestedQuery(name, nestedFilter, ScoreMode.None); + x = QueryBuilders.nestedQuery(name, nestedFilter, cond.getScoreMode()); break; case CHILDREN_COMPLEX: if(value == null || ! (value instanceof Where) ) diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index ec520d9b..4d178a48 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -109,7 +109,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s // bugfix #628 if ("missing".equalsIgnoreCase(String.valueOf(condition.getValue())) && (condition.getOpear() == Condition.OPEAR.IS || condition.getOpear() == Condition.OPEAR.EQ)) { - NestedQueryBuilder q = isNestedQuery ? (NestedQueryBuilder) subQuery : QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), ScoreMode.None); + NestedQueryBuilder q = isNestedQuery ? (NestedQueryBuilder) subQuery : QueryBuilders.nestedQuery(condition.getNestedPath(), QueryBuilders.boolQuery().mustNot(subQuery), condition.getScoreMode()); if (ihb != null) { q.innerHit(ihb); } @@ -127,7 +127,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s } if (!isNestedQuery) { - subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, ScoreMode.None); + subQuery = QueryBuilders.nestedQuery(condition.getNestedPath(), subQuery, condition.getScoreMode()); } if (ihb != null) { ((NestedQueryBuilder) subQuery).innerHit(ihb); diff --git a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java index 4963b368..a3eb8744 100644 --- a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java +++ b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java @@ -824,11 +824,11 @@ public void likeTestWithEscaped() throws SqlParseException { @Test public void complexNestedAndOtherQuery() throws SqlParseException { - String query = "select * from x where nested('path',path.x=3,'{\"from\":0}') and y=3"; + String query = "select * from x where nested('path',path.x=3,'{\"from\":0}',score_mode=max) and y=3"; Select select = parser.parseSelect((SQLQueryExpr) queryToExpr(query)); LinkedList wheres = select.getWhere().getWheres(); Assert.assertEquals(2, wheres.size()); - Assert.assertEquals("nested condition on path:path inner_hits:{\"from\":0} AND path NESTED_COMPLEX AND ( AND path.x EQ 3 ) ", wheres.get(0).toString()); + Assert.assertEquals("nested condition on path:path inner_hits:{\"from\":0} score_mode:Max AND path NESTED_COMPLEX AND ( AND path.x EQ 3 ) ", wheres.get(0).toString()); Assert.assertEquals("AND y EQ 3", wheres.get(1).toString()); } From fb08a2002b2641f7a38dedfe0991133d04397eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 30 Nov 2022 20:33:17 +0800 Subject: [PATCH 185/266] es 7.17.6 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5f2f338..0eb0bfe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.5-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.5-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.6-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.6-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index d4fc772d..1b6dc2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.5.1 + 7.17.6.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.5 + 7.17.6 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From 8361795e2a6024abeb918a58c569f3c4a21f4ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 30 Nov 2022 20:41:44 +0800 Subject: [PATCH 186/266] es 7.17.7 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0eb0bfe4..6fa0cda3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.6-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.6-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.7-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.7-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 1b6dc2e3..9faea368 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.6.0 + 7.17.7.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.6 + 7.17.7 org.elasticsearch.plugin.nlpcn.SqlPlug 1.1.16 30.1.1-jre From ab17f620e5e097cc765b6d0152a2bc39a7097abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 30 Nov 2022 20:47:39 +0800 Subject: [PATCH 187/266] update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce1d881..e658000a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.5** [![7.17.5 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.5)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.7** [![7.17.7 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.7)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -205,6 +205,8 @@ Versions | 7.17.3 | 7.17.3.0 | | elastic7.17.3| | 7.17.4 | 7.17.4.0 | | elastic7.17.4| | 7.17.5 | 7.17.5.0 | | elastic7.17.5| +| 7.17.6 | 7.17.6.0 | | elastic7.17.6| +| 7.17.7 | 7.17.7.0 | | elastic7.17.7| ### Elasticsearch 1.x ```` @@ -1009,6 +1011,16 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.5.0/elasticsearch-sql-7.17.5.0.zip ```` +### Elasticsearch 7.17.6 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.6.0/elasticsearch-sql-7.17.6.0.zip +```` + +### Elasticsearch 7.17.7 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.7.0/elasticsearch-sql-7.17.7.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 19713b4d573b131da7eeab87496b6b6a77096857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 14 Dec 2022 21:57:18 +0800 Subject: [PATCH 188/266] fix #1187 upgrade druid to 1.2.15 --- pom.xml | 4 +- .../pool/ElasticSearchDruidDataSource.java | 42 +- .../org/nlpcn/es4sql/parse/ElasticLexer.java | 20 +- .../es4sql/parse/ElasticSqlExprParser.java | 20 +- .../es4sql/parse/ElasticSqlSelectParser.java | 38 +- .../parse/ElasticSqlStatementParser.java | 9473 +++++++++++++++++ .../es4sql/parse/SQLParensIdentifierExpr.java | 6 + .../nlpcn/es4sql/query/ESActionFactory.java | 4 +- .../org/nlpcn/es4sql/AggregationTest.java | 2 +- .../es4sql/CSVResultsExtractorTests.java | 8 +- .../java/org/nlpcn/es4sql/SqlParserTests.java | 6 +- .../aggregation_query_explain.json | 4 +- 12 files changed, 9571 insertions(+), 56 deletions(-) create mode 100644 src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java diff --git a/pom.xml b/pom.xml index 9faea368..7d9ad505 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.7.0 + 7.17.7.1 jar Query elasticsearch using SQL elasticsearch-sql @@ -46,7 +46,7 @@ sql 7.17.7 org.elasticsearch.plugin.nlpcn.SqlPlug - 1.1.16 + 1.2.15 30.1.1-jre diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java index 1e7af380..4457e1ab 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java @@ -1,6 +1,7 @@ package com.alibaba.druid.pool; import com.alibaba.druid.Constants; +import com.alibaba.druid.DbType; import com.alibaba.druid.TransactionTimeoutException; import com.alibaba.druid.VERSION; import com.alibaba.druid.filter.AutoLoad; @@ -795,13 +796,12 @@ public void init() throws SQLException { filter.init(this); } - if (this.dbType == null || this.dbType.length() == 0) { - this.dbType = JdbcUtils.getDbType(jdbcUrl, null); + if (this.dbTypeName == null || this.dbTypeName.length() == 0) { + this.dbTypeName = JdbcUtils.getDbType(jdbcUrl, null); } - if (JdbcConstants.MYSQL.equals(this.dbType) - || JdbcConstants.MARIADB.equals(this.dbType) - || JdbcConstants.ALIYUN_ADS.equals(this.dbType)) { + DbType dbType = DbType.of(this.dbTypeName); + if (JdbcUtils.isMysqlDbType(dbType)) { boolean cacheServerConfigurationSet = false; if (this.connectProperties.containsKey("cacheServerConfiguration")) { cacheServerConfigurationSet = true; @@ -848,14 +848,14 @@ public void init() throws SQLException { if (isUseGlobalDataSourceStat()) { dataSourceStat = JdbcDataSourceStat.getGlobal(); if (dataSourceStat == null) { - dataSourceStat = new JdbcDataSourceStat("Global", "Global", this.dbType); + dataSourceStat = new JdbcDataSourceStat("Global", "Global", this.dbTypeName); JdbcDataSourceStat.setGlobal(dataSourceStat); } if (dataSourceStat.getDbType() == null) { - dataSourceStat.setDbType(this.dbType); + dataSourceStat.setDbType(this.dbTypeName); } } else { - dataSourceStat = new JdbcDataSourceStat(this.name, this.jdbcUrl, this.dbType, this.connectProperties); + dataSourceStat = new JdbcDataSourceStat(this.name, this.jdbcUrl, this.dbTypeName, this.connectProperties); } dataSourceStat.setResetStatEnable(this.resetStatEnable); @@ -1187,7 +1187,9 @@ private void validationQueryCheck() { } protected void initCheck() throws SQLException { - if (JdbcUtils.ORACLE.equals(this.dbType)) { + DbType dbType = DbType.of(this.dbTypeName); + + if (dbType == DbType.oracle) { isOracle = true; if (driver.getMajorVersion() < 10) { @@ -1200,15 +1202,17 @@ protected void initCheck() throws SQLException { } oracleValidationQueryCheck(); - } else if (JdbcUtils.DB2.equals(dbType)) { + } else if (dbType == DbType.db2) { db2ValidationQueryCheck(); - } else if (JdbcUtils.MYSQL.equals(this.dbType) - || JdbcUtils.MYSQL_DRIVER_6.equals(this.dbType)) { + } else if (dbType == DbType.mysql + || JdbcUtils.MYSQL_DRIVER.equals(this.driverClass) + || JdbcUtils.MYSQL_DRIVER_6.equals(this.driverClass) + ) { isMySql = true; } if (removeAbandoned) { - LOG.warn("removeAbandoned is true, not use in productiion."); + LOG.warn("removeAbandoned is true, not use in production."); } } @@ -1220,7 +1224,7 @@ private void oracleValidationQueryCheck() { return; } - SQLStatementParser sqlStmtParser = SQLParserUtils.createSQLStatementParser(validationQuery, this.dbType); + SQLStatementParser sqlStmtParser = SQLParserUtils.createSQLStatementParser(validationQuery, DbType.of(this.dbTypeName)); List stmtList = sqlStmtParser.parseStatementList(); if (stmtList.size() != 1) { @@ -1249,7 +1253,7 @@ private void db2ValidationQueryCheck() { return; } - SQLStatementParser sqlStmtParser = SQLParserUtils.createSQLStatementParser(validationQuery, this.dbType); + SQLStatementParser sqlStmtParser = SQLParserUtils.createSQLStatementParser(validationQuery, DbType.of(this.dbTypeName)); List stmtList = sqlStmtParser.parseStatementList(); if (stmtList.size() != 1) { @@ -2127,7 +2131,7 @@ public DruidDataSourceStatValue getStatValueAndReset() { } value.setName(this.getName()); - value.setDbType(this.dbType); + value.setDbType(this.dbTypeName); value.setDriverClassName(this.getDriverClassName()); value.setUrl(this.getUrl()); @@ -3103,7 +3107,7 @@ public JdbcDataSourceStat getDataSourceStat() { return dataSourceStat; } - public Object clone() throws CloneNotSupportedException { + public Object clone() { return cloneDruidDataSource(); } @@ -3145,7 +3149,7 @@ public Map getStatDataForMBean() { map.put("MinEvictableIdleTimeMillis", this.minEvictableIdleTimeMillis); map.put("ConnectErrorCount", this.getConnectErrorCount()); map.put("CreateTimespanMillis", this.getCreateTimespanMillis()); - map.put("DbType", this.dbType); + map.put("DbType", this.dbTypeName); // 20 - 24 map.put("ValidationQuery", this.getValidationQuery()); @@ -3221,7 +3225,7 @@ public Map getStatData() { dataMap.put("Identity", System.identityHashCode(this)); dataMap.put("Name", this.getName()); - dataMap.put("DbType", this.dbType); + dataMap.put("DbType", this.dbTypeName); dataMap.put("DriverClassName", this.getDriverClassName()); dataMap.put("URL", this.getUrl()); diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java index 50513c28..b14eb350 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticLexer.java @@ -23,7 +23,7 @@ public ElasticLexer(char[] input, int inputLength, boolean skipComment) { } public void scanIdentifier() { - hash_lower = 0; + hashLCase = 0; hash = 0; final char first = ch; @@ -62,14 +62,14 @@ && charAt(pos + 1) == '\'') { throw new ParserException("illegal identifier. " + info()); } - hash_lower = 0xcbf29ce484222325L; + hashLCase = 0xcbf29ce484222325L; hash = 0xcbf29ce484222325L; for (int i = startPos; i < quoteIndex; ++i) { ch = text.charAt(i); - hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); - hash_lower *= 0x100000001b3L; + hashLCase ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hashLCase *= 0x100000001b3L; hash ^= ch; hash *= 0x100000001b3L; @@ -86,11 +86,11 @@ && charAt(pos + 1) == '\'') { throw new ParserException("illegal identifier. " + info()); } - hash_lower = 0xcbf29ce484222325L; + hashLCase = 0xcbf29ce484222325L; hash = 0xcbf29ce484222325L; - hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); - hash_lower *= 0x100000001b3L; + hashLCase ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hashLCase *= 0x100000001b3L; hash ^= ch; hash *= 0x100000001b3L; @@ -107,8 +107,8 @@ && charAt(pos + 1) == '\'') { bufPos++; - hash_lower ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); - hash_lower *= 0x100000001b3L; + hashLCase ^= ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : ch); + hashLCase *= 0x100000001b3L; hash ^= ch; hash *= 0x100000001b3L; @@ -127,7 +127,7 @@ && charAt(pos + 1) == '\'') { return; } - Token tok = keywods.getKeyword(hash_lower); + Token tok = keywords.getKeyword(hashLCase); if (tok != null) { token = tok; if (token == Token.IDENTIFIER) { diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java index 0a1eecf4..13e805b8 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlExprParser.java @@ -15,11 +15,13 @@ import com.alibaba.druid.sql.ast.expr.SQLBinaryOperator; import com.alibaba.druid.sql.ast.expr.SQLCharExpr; import com.alibaba.druid.sql.ast.expr.SQLExistsExpr; +import com.alibaba.druid.sql.ast.expr.SQLExtractExpr; import com.alibaba.druid.sql.ast.expr.SQLHexExpr; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.ast.expr.SQLIntegerExpr; import com.alibaba.druid.sql.ast.expr.SQLIntervalExpr; import com.alibaba.druid.sql.ast.expr.SQLIntervalUnit; +import com.alibaba.druid.sql.ast.expr.SQLMatchAgainstExpr; import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; import com.alibaba.druid.sql.ast.expr.SQLNotExpr; import com.alibaba.druid.sql.ast.expr.SQLUnaryExpr; @@ -32,8 +34,6 @@ import com.alibaba.druid.sql.dialect.mysql.ast.MySqlUnique; import com.alibaba.druid.sql.dialect.mysql.ast.MysqlForeignKey; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlCharExpr; -import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExtractExpr; -import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlMatchAgainstExpr; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOrderingExpr; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOutFileExpr; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlUserName; @@ -369,7 +369,7 @@ protected SQLExpr bracketRest(SQLExpr expr) { if (expr instanceof SQLMethodInvokeExpr) { SQLMethodInvokeExpr methodInvokeExpr = (SQLMethodInvokeExpr) expr; - methodInvokeExpr.getParameters().add(new SQLIntegerExpr(index)); + methodInvokeExpr.getArguments().add(new SQLIntegerExpr(index)); } lexer.nextToken(); expr = primaryRest(expr); @@ -443,8 +443,8 @@ protected SQLExpr parsePosition() { accept(Token.RPAREN); SQLMethodInvokeExpr locate = new SQLMethodInvokeExpr("LOCATE"); - locate.addParameter(subStr); - locate.addParameter(str); + locate.addArgument(subStr); + locate.addArgument(str); return primaryRest(locate); } @@ -463,7 +463,7 @@ protected SQLExpr parseExtract() { SQLExpr value = expr(); - MySqlExtractExpr extract = new MySqlExtractExpr(); + SQLExtractExpr extract = new SQLExtractExpr(); extract.setValue(value); extract.setUnit(unit); accept(Token.RPAREN); @@ -475,7 +475,7 @@ protected SQLExpr parseExtract() { protected SQLExpr parseMatch() { - MySqlMatchAgainstExpr matchAgainstExpr = new MySqlMatchAgainstExpr(); + SQLMatchAgainstExpr matchAgainstExpr = new SQLMatchAgainstExpr(); if (lexer.token() == Token.RPAREN) { lexer.nextToken(); @@ -500,14 +500,14 @@ protected SQLExpr parseMatch() { lexer.nextToken(); acceptIdentifier("QUERY"); acceptIdentifier("EXPANSION"); - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION); + matchAgainstExpr.setSearchModifier(SQLMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION); } else { - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE); + matchAgainstExpr.setSearchModifier(SQLMatchAgainstExpr.SearchModifier.IN_NATURAL_LANGUAGE_MODE); } } else if (lexer.identifierEquals(FnvHash.Constants.BOOLEAN)) { lexer.nextToken(); acceptIdentifier("MODE"); - matchAgainstExpr.setSearchModifier(MySqlMatchAgainstExpr.SearchModifier.IN_BOOLEAN_MODE); + matchAgainstExpr.setSearchModifier(SQLMatchAgainstExpr.SearchModifier.IN_BOOLEAN_MODE); } else { throw new ParserException("syntax error. " + lexer.info()); } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java index f3b76a6a..7674c54c 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlSelectParser.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.parse; +import com.alibaba.druid.sql.ast.SQLCommentHint; import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.SQLName; import com.alibaba.druid.sql.ast.SQLObject; @@ -84,7 +85,7 @@ public SQLSelectQuery query(SQLObject parent, boolean acceptUnion) { lexer.nextToken(); SQLSelectQuery select = query(); - select.setBracket(true); + select.setParenthesized(true); accept(Token.RPAREN); return queryRest(select, acceptUnion); @@ -238,7 +239,7 @@ public SQLTableSource parseTableSource() { SQLSelectQuery query = queryRest(select.getQuery()); if (query instanceof SQLUnionQuery && select.getWithSubQuery() == null) { - select.getQuery().setBracket(true); + select.getQuery().setParenthesized(true); tableSource = new SQLUnionQueryTableSource((SQLUnionQuery) query); } else { tableSource = new SQLSubqueryTableSource(select); @@ -276,6 +277,37 @@ public SQLTableSource parseTableSource() { return tableSrc; } + @Override + protected void parseTableSourceQueryTableExpr(SQLExprTableSource tableReference) { + if (lexer.token() == Token.LITERAL_ALIAS || lexer.identifierEquals(FnvHash.Constants.IDENTIFIED) + || lexer.token() == Token.LITERAL_CHARS) { + tableReference.setExpr(this.exprParser.name()); + return; + } + + if (lexer.token() == Token.HINT) { + SQLCommentHint hint = this.exprParser.parseHint(); + tableReference.setHint(hint); + } + + SQLExpr expr; + switch (lexer.token()) { + case ALL: + case SET: + expr = this.exprParser.name(); + break; + default: + expr = expr(); + break; + } + + /*if (expr instanceof SQLBinaryOpExpr) { + throw new ParserException("Invalid from clause : " + expr.toString().replace("\n", " ")); + }*/ + + tableReference.setExpr(expr); + } + protected MySqlUpdateStatement parseUpdateStatment() { MySqlUpdateStatement update = new MySqlUpdateStatement(); @@ -449,7 +481,7 @@ protected SQLTableSource primaryTableSourceRest(SQLTableSource tableSource) { } @Override - protected SQLTableSource parseTableSourceRest(SQLTableSource tableSource) { + public SQLTableSource parseTableSourceRest(SQLTableSource tableSource) { if (lexer.identifierEquals(FnvHash.Constants.USING)) { return tableSource; } diff --git a/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java new file mode 100644 index 00000000..38f40877 --- /dev/null +++ b/src/main/java/org/nlpcn/es4sql/parse/ElasticSqlStatementParser.java @@ -0,0 +1,9473 @@ +/* + * Copyright 1999-2011 Alibaba Group Holding Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.nlpcn.es4sql.parse; + +import com.alibaba.druid.DbType; +import com.alibaba.druid.sql.SQLUtils; +import com.alibaba.druid.sql.ast.*; +import com.alibaba.druid.sql.ast.SQLParameter.ParameterType; +import com.alibaba.druid.sql.ast.expr.*; +import com.alibaba.druid.sql.ast.statement.*; +import com.alibaba.druid.sql.dialect.mysql.ast.*; +import com.alibaba.druid.sql.dialect.mysql.ast.clause.*; +import com.alibaba.druid.sql.dialect.mysql.ast.clause.ConditionValue.ConditionType; +import com.alibaba.druid.sql.dialect.mysql.ast.clause.MySqlCaseStatement.MySqlWhenStatement; +import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlUserName; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.*; +import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlLockTableStatement.LockType; +import com.alibaba.druid.sql.dialect.mysql.parser.MySqlCreateTableParser; +import com.alibaba.druid.sql.dialect.mysql.parser.MySqlExprParser; +import com.alibaba.druid.sql.dialect.mysql.parser.MySqlSelectIntoParser; +import com.alibaba.druid.sql.parser.*; +import com.alibaba.druid.sql.repository.SchemaObject; +import com.alibaba.druid.sql.visitor.SQLASTOutputVisitor; +import com.alibaba.druid.util.FnvHash; +import com.alibaba.druid.util.StringUtils; + +import java.util.ArrayList; +import java.util.List; + +import static com.alibaba.druid.sql.parser.Token.*; + +public class ElasticSqlStatementParser extends SQLStatementParser { + private static final String AUTO_INCREMENT = "AUTO_INCREMENT"; + private static final String AVG_ROW_LENGTH = "AVG_ROW_LENGTH"; + private static final String CHECKSUM2 = "CHECKSUM"; + private static final String DELAY_KEY_WRITE = "DELAY_KEY_WRITE"; + private static final String ENCRYPTION2 = "ENCRYPTION"; + private static final String INSERT_METHOD = "INSERT_METHOD"; + private static final String KEY_BLOCK_SIZE2 = "KEY_BLOCK_SIZE"; + private static final String MAX_ROWS2 = "MAX_ROWS"; + private static final String MIN_ROWS2 = "MIN_ROWS"; + private static final String PASSWORD2 = "PASSWORD"; + private static final String STATS_AUTO_RECALC = "STATS_AUTO_RECALC"; + private static final String STATS_PERSISTENT = "STATS_PERSISTENT"; + private static final String STATS_SAMPLE_PAGES = "STATS_SAMPLE_PAGES"; + private static final String TABLESPACE2 = "TABLESPACE"; + private static final String CHAIN = "CHAIN"; + private static final String ENGINES = "ENGINES"; + private static final String ENGINE = "ENGINE"; + private static final String BINLOG = "BINLOG"; + private static final String EVENTS = "EVENTS"; + private static final String GLOBAL = "GLOBAL"; + private static final String VARIABLES = "VARIABLES"; + private static final String STATUS = "STATUS"; + private static final String DBLOCK = "DBLOCK"; + private static final String RESET = "RESET"; + private static final String DESCRIBE = "DESCRIBE"; + private static final String WRITE = "WRITE"; + private static final String READ = "READ"; + private static final String LOCAL = "LOCAL"; + private static final String TABLES = "TABLES"; + private static final String CONNECTION = "CONNECTION"; + + private int maxIntoClause = -1; + + public ElasticSqlStatementParser(Lexer lexer) { + super(new MySqlExprParser(lexer)); + } + + public int getMaxIntoClause() { + return maxIntoClause; + } + + public void setMaxIntoClause(int maxIntoClause) { + this.maxIntoClause = maxIntoClause; + } + + public SQLCreateTableStatement parseCreateTable() { + MySqlCreateTableParser parser = new MySqlCreateTableParser(this.exprParser); + return parser.parseCreateTable(); + } + + public SQLStatement parseSelect() { + SQLSelectParser selectParser = createSQLSelectParser(); + + SQLSelect select = selectParser.select(); + + /*if (selectParser.returningFlag) { + return selectParser.updateStmt; + }*/ + + return new SQLSelectStatement(select, DbType.mysql); + } + + public SQLUpdateStatement parseUpdateStatement() { + return createSQLSelectParser().parseUpdateStatment(); + } + + protected MySqlUpdateStatement createUpdateStatement() { + return new MySqlUpdateStatement(); + } + + public MySqlDeleteStatement parseDeleteStatement() { + MySqlDeleteStatement deleteStatement = new MySqlDeleteStatement(); + + if (lexer.isKeepComments() && lexer.hasComment()) { + List comments = lexer.readAndResetComments(); + + if (comments != null) { + deleteStatement.addBeforeComment(comments); + } + } + + if (lexer.token() == Token.DELETE) { + lexer.nextToken(); + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + } + + if (lexer.token() == Token.HINT) { + this.getExprParser().parseHints(deleteStatement.getHints()); + } + + if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + deleteStatement.setLowPriority(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals("QUICK")) { + deleteStatement.setQuick(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + deleteStatement.setIgnore(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + Lexer.SavePoint savePoint = lexer.mark(); + lexer.nextToken(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + acceptIdentifier("PARTITIONS"); + deleteStatement.setForceAllPartitions(true); + } else if (lexer.identifierEquals(FnvHash.Constants.PARTITIONS)) { + lexer.nextToken(); + deleteStatement.setForceAllPartitions(true); + } else if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLName partition = this.exprParser.name(); + deleteStatement.setForcePartition(partition); + } else { + lexer.reset(savePoint); + } + } + + if (lexer.token() == Token.IDENTIFIER) { + deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); + deleteStatement.setFrom(tableSource); + } + } else if (lexer.token() == Token.FROM) { + lexer.nextToken(); + + if (lexer.token() == Token.FULLTEXT) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.DICTIONARY)) { + lexer.nextToken(); + deleteStatement.setFulltextDictionary(true); + } + } + + deleteStatement.setTableSource(createSQLSelectParser().parseTableSource()); + } else { + throw new ParserException("syntax error. " + lexer.info()); + } + + if (lexer.identifierEquals(FnvHash.Constants.USING)) { + lexer.nextToken(); + + SQLTableSource tableSource = createSQLSelectParser().parseTableSource(); + deleteStatement.setUsing(tableSource); + } + } + + if (lexer.token() == (Token.WHERE)) { + lexer.nextToken(); + SQLExpr where = this.exprParser.expr(); + deleteStatement.setWhere(where); + } + + if (lexer.token() == (Token.ORDER)) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + deleteStatement.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + deleteStatement.setLimit(this.exprParser.parseLimit()); + } + + if (lexer.token() != Token.EOF && lexer.token() != Token.SEMI) { + throw new ParserException("syntax error. " + lexer.info()); + } + + return deleteStatement; + } + + public SQLStatement parseCreate() { + List comments = null; + if (lexer.isKeepComments() && lexer.hasComment()) { + comments = lexer.readAndResetComments(); + } + + Lexer.SavePoint mark = lexer.mark(); + + accept(Token.CREATE); + + boolean replace = false; + if (lexer.token() == Token.OR) { + lexer.nextToken(); + accept(Token.REPLACE); + replace = true; + } + + boolean physical = false; + if (lexer.identifierEquals(FnvHash.Constants.PHYSICAL)) { + lexer.nextToken(); + physical = true; + } + + if (lexer.token() == Token.GROUP) { + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.SIMPLE)) { + lexer.nextToken(); + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + accept(Token.CACHE); + } + } else if (lexer.identifierEquals(FnvHash.Constants.TIME)) { + lexer.nextToken(); + if (lexer.token() == Token.SEQUENCE) { + lexer.reset(mark); + return parseCreateSequence(true); + } + } + + List hints = this.exprParser.parseHints(); + + boolean isExternal = false; + if (lexer.identifierEquals(FnvHash.Constants.EXTERNAL)) { + isExternal = true; + + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.CATALOG)) { + lexer.reset(mark); + return parseCreateExternalCatalog(); + } + } + + if (lexer.token() == Token.TABLE || lexer.identifierEquals(FnvHash.Constants.TEMPORARY) || isExternal || + lexer.identifierEquals("SHADOW")) { + lexer.reset(mark); + MySqlCreateTableParser parser = new MySqlCreateTableParser(this.exprParser); + MySqlCreateTableStatement stmt = parser.parseCreateTable(true); + stmt.setHints(hints); + + if (comments != null) { + stmt.addBeforeComment(comments); + } + + return stmt; + } + + switch (lexer.token()) { + case DATABASE: + case SCHEMA: + if (replace) { + lexer.reset(mark); + } + SQLCreateDatabaseStatement stmt = (SQLCreateDatabaseStatement) parseCreateDatabase(); + if (physical) { + stmt.setPhysical(true); + } + return stmt; + case USER: + if (replace) { + lexer.reset(mark); + } + return parseCreateUser(); + case TRIGGER: + lexer.reset(mark); + return parseCreateTrigger(); + case PROCEDURE: + if (replace) { + lexer.reset(mark); + } + return parseCreateProcedure(); + case FUNCTION: + if (replace) { + lexer.reset(mark); + } + return parseCreateFunction(); + case SEQUENCE: + lexer.reset(mark); + return parseCreateSequence(true); + case FULLTEXT: + lexer.reset(mark); + return parseCreateFullTextStatement(); + default: + break; + } + + if (lexer.token() == Token.UNIQUE + || lexer.token() == Token.INDEX + || lexer.token() == Token.FULLTEXT + || lexer.identifierEquals(FnvHash.Constants.SPATIAL) + || lexer.identifierEquals(FnvHash.Constants.ANN) + || lexer.identifierEquals(FnvHash.Constants.GLOBAL) + || lexer.identifierEquals(FnvHash.Constants.LOCAL)) { + if (replace) { + lexer.reset(mark); + } + return parseCreateIndex(false); + } + + if (lexer.token() == Token.VIEW + || lexer.identifierEquals(FnvHash.Constants.ALGORITHM)) { + if (replace) { + lexer.reset(mark); + } + + return parseCreateView(); + } + + if (lexer.identifierEquals(FnvHash.Constants.EVENT)) { + lexer.reset(mark); + return parseCreateEvent(); + } + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { +// Lexer.SavePoint savePoint = lexer.mark(); + lexer.nextToken(); + accept(Token.EQ); + this.getExprParser().userName(); + + if (lexer.identifierEquals(FnvHash.Constants.SQL)) { + lexer.nextToken(); + acceptIdentifier("SECURITY"); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + lexer.nextToken(); + } + if (lexer.identifierEquals(FnvHash.Constants.EVENT)) { + lexer.reset(mark); + return parseCreateEvent(); + } else if (lexer.token() == Token.TRIGGER) { + lexer.reset(mark); + return parseCreateTrigger(); + } else if (lexer.token() == Token.VIEW) { + lexer.reset(mark); + return parseCreateView(); + } else if (lexer.token() == Token.FUNCTION) { + lexer.reset(mark); + return parseCreateFunction(); + } else { + lexer.reset(mark); + return parseCreateProcedure(); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.LOGFILE)) { + return parseCreateLogFileGroup(); + } + + if (lexer.identifierEquals(FnvHash.Constants.SERVER)) { + return parseCreateServer(); + } + + if (lexer.token() == Token.TABLESPACE) { + return parseCreateTableSpace(); + } + + if (lexer.identifierEquals(FnvHash.Constants.DIMENSION)) { + lexer.reset(mark); + return parseCreateTable(); + } + + if (lexer.identifierEquals(FnvHash.Constants.TABLEGROUP)) { + lexer.reset(mark); + return parseCreateTableGroup(); + } + + if (lexer.identifierEquals(FnvHash.Constants.OUTLINE)) { + lexer.reset(mark); + return parseCreateOutline(); + } + + if (lexer.identifierEquals(FnvHash.Constants.CLUSTERED)) { + lexer.reset(mark); + return parseCreateIndex(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.RESOURCE)) { + lexer.reset(mark); + return parseCreateResourceGroup(); + } + + if (lexer.identifierEquals(FnvHash.Constants.MATERIALIZED)) { + lexer.reset(mark); + return parseCreateMaterializedView(); + } + + if (lexer.identifierEquals(FnvHash.Constants.ROLE)) { + lexer.reset(mark); + return parseCreateRole(); + } + + throw new ParserException("TODO " + lexer.info()); + } + + public SQLStatement parseCreateFullTextStatement() { + Lexer.SavePoint mark = lexer.mark(); + + accept(Token.CREATE); + accept(Token.FULLTEXT); + + if (lexer.identifierEquals(FnvHash.Constants.CHARFILTER)) { + lexer.nextToken(); + return parseFullTextCharFilter(); + } else if (lexer.identifierEquals(FnvHash.Constants.TOKENIZER)) { + lexer.nextToken(); + return parseFullTextTokenizer(); + } else if (lexer.identifierEquals(FnvHash.Constants.TOKENFILTER)) { + lexer.nextToken(); + return parseFullTextTokenFilter(); + } else if (lexer.identifierEquals(FnvHash.Constants.ANALYZER)) { + lexer.nextToken(); + return parseFullTextAnalyzer(); + } else if (lexer.token() == Token.INDEX) { + lexer.reset(mark); + return parseCreateIndex(true); + } else if (lexer.identifierEquals(FnvHash.Constants.DICTIONARY)) { + lexer.nextToken(); + MysqlCreateFullTextDictionaryStatement stmt = new MysqlCreateFullTextDictionaryStatement(); + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.LPAREN); + + SQLColumnDefinition col = new SQLColumnDefinition(); + + col.setName(this.exprParser.name()); + + acceptIdentifier("varchar"); + + col.setDataType(new SQLDataTypeImpl("varchar")); + + if (lexer.token() == Token.COMMENT) { + accept(Token.COMMENT); + col.setComment(this.exprParser.name()); + } + + stmt.setColumn(col); + accept(Token.RPAREN); + + if (lexer.token() == Token.COMMENT) { + accept(Token.COMMENT); + stmt.setComment(this.exprParser.name().getSimpleName()); + } + return stmt; + } + throw new ParserException("TODO " + lexer.info()); + } + + private SQLStatement parseFullTextAnalyzer() { + MysqlCreateFullTextAnalyzerStatement stmt = new MysqlCreateFullTextAnalyzerStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.LPAREN); + for (; ; ) { + String key = ""; + if (lexer.token() == Token.LITERAL_ALIAS || lexer.token() == Token.LITERAL_CHARS) { + key = StringUtils.removeNameQuotes(lexer.stringVal()); + + if (key.equalsIgnoreCase("charfilter")) { + lexer.nextToken(); + accept(Token.EQ); + + accept(Token.LBRACKET); + for (; ; ) { + String c = SQLUtils.normalize(this.exprParser.name().getSimpleName()); + stmt.getCharfilters().add(c); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RBRACKET); + } else if (key.equalsIgnoreCase("tokenfilter")) { + lexer.nextToken(); + accept(Token.EQ); + + accept(Token.LBRACKET); + for (; ; ) { + String c = SQLUtils.normalize(this.exprParser.name().getSimpleName()); + stmt.getTokenizers().add(c); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RBRACKET); + } else if (key.equalsIgnoreCase("tokenizer")) { + lexer.nextToken(); + accept(Token.EQ); + + stmt.setTokenizer(SQLUtils.normalize(this.exprParser.name().getSimpleName())); + } + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + accept(Token.RPAREN); + + String tokenizer = stmt.getTokenizer(); + if (tokenizer == null || StringUtils.isEmpty(tokenizer)) { + throw new ParserException("tokenizer is require."); + } + + return stmt; + } + + private SQLStatement parseFullTextTokenizer() { + MysqlCreateFullTextTokenizerStatement stmt = new MysqlCreateFullTextTokenizerStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + + SQLExpr target = assignItem.getTarget(); + if ("type".equalsIgnoreCase(((SQLTextLiteralExpr) target).getText())) { + stmt.setTypeName((SQLTextLiteralExpr) assignItem.getValue()); + } else if ("user_defined_dict".equalsIgnoreCase(((SQLTextLiteralExpr) target).getText())) { + stmt.setUserDefinedDict((SQLTextLiteralExpr) assignItem.getValue()); + } else { + stmt.getOptions().add(assignItem); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + accept(Token.RPAREN); + + SQLTextLiteralExpr typeName = stmt.getTypeName(); + if (typeName == null || StringUtils.isEmpty(typeName.getText())) { + throw new ParserException("type is require."); + } + + return stmt; + } + + private SQLStatement parseFullTextCharFilter() { + MysqlCreateFullTextCharFilterStatement stmt = new MysqlCreateFullTextCharFilterStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + + if ("type".equalsIgnoreCase(((SQLTextLiteralExpr) assignItem.getTarget()).getText())) { + stmt.setTypeName((SQLTextLiteralExpr) assignItem.getValue()); + } else { + stmt.getOptions().add(assignItem); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + accept(Token.RPAREN); + + SQLTextLiteralExpr typeName = stmt.getTypeName(); + if (typeName == null || StringUtils.isEmpty(typeName.getText())) { + throw new ParserException("type is require."); + } + + return stmt; + } + + private SQLStatement parseFullTextTokenFilter() { + MysqlCreateFullTextTokenFilterStatement stmt = new MysqlCreateFullTextTokenFilterStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + + if ("type".equalsIgnoreCase(((SQLTextLiteralExpr) assignItem.getTarget()).getText())) { + stmt.setTypeName((SQLTextLiteralExpr) assignItem.getValue()); + } else { + stmt.getOptions().add(assignItem); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + accept(Token.RPAREN); + + SQLTextLiteralExpr typeName = stmt.getTypeName(); + if (typeName == null || StringUtils.isEmpty(typeName.getText())) { + throw new ParserException("type is require."); + } + + return stmt; + } + + public SQLStatement parseCreateOutline() { + accept(Token.CREATE); + acceptIdentifier("OUTLINE"); + + SQLCreateOutlineStatement stmt = new SQLCreateOutlineStatement(); + stmt.setDbType(dbType); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + + accept(Token.ON); + + SQLStatement on = this.parseStatement(); + stmt.setOn(on); + + accept(Token.TO); + + SQLStatement to = this.parseStatement(); + stmt.setTo(to); + + return stmt; + } + + public SQLStatement parseCreateTableSpace() { + if (lexer.token() == Token.CREATE) { + accept(Token.CREATE); + } + + MySqlCreateTableSpaceStatement stmt = new MySqlCreateTableSpaceStatement(); + + accept(Token.TABLESPACE); + stmt.setName(this.exprParser.name()); + + if (lexer.identifierEquals(FnvHash.Constants.ADD)) { + lexer.nextToken(); + acceptIdentifier("DATAFILE"); + SQLExpr file = this.exprParser.primary(); + stmt.setAddDataFile(file); + } + + for (; ; ) { + if (lexer.identifierEquals(FnvHash.Constants.INITIAL_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr initialSize = this.exprParser.expr(); + stmt.setInitialSize(initialSize); + } else if (lexer.identifierEquals(FnvHash.Constants.FILE_BLOCK_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr fileBlockSize = this.exprParser.expr(); + stmt.setFileBlockSize(fileBlockSize); + } else if (lexer.identifierEquals(FnvHash.Constants.EXTENT_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr extentSize = this.exprParser.expr(); + stmt.setExtentSize(extentSize); + } else if (lexer.identifierEquals(FnvHash.Constants.AUTOEXTEND_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr extentSize = this.exprParser.expr(); + stmt.setAutoExtentSize(extentSize); + } else if (lexer.identifierEquals(FnvHash.Constants.MAX_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr size = this.exprParser.expr(); + stmt.setMaxSize(size); + } else if (lexer.identifierEquals(FnvHash.Constants.NODEGROUP)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr size = this.exprParser.expr(); + stmt.setNodeGroup(size); + } else if (lexer.identifierEquals(FnvHash.Constants.WAIT)) { + lexer.nextToken(); + stmt.setWait(true); + } else if (lexer.identifierEquals(FnvHash.Constants.ENGINE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr engine = this.exprParser.expr(); + stmt.setEngine(engine); + } else if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLExpr comment = this.exprParser.expr(); + stmt.setComment(comment); + } else if (lexer.token() == Token.USE) { + lexer.nextToken(); + acceptIdentifier("LOGFILE"); + accept(Token.GROUP); + + SQLExpr logFileGroup = this.exprParser.expr(); + stmt.setFileBlockSize(logFileGroup); + } else { + break; + } + } + return stmt; + } + + public SQLStatement parseCreateServer() { + if (lexer.token() == Token.CREATE) { + accept(Token.CREATE); + } + + MySqlCreateServerStatement stmt = new MySqlCreateServerStatement(); + + acceptIdentifier("SERVER"); + stmt.setName(this.exprParser.name()); + + accept(Token.FOREIGN); + acceptIdentifier("DATA"); + acceptIdentifier("WRAPPER"); + stmt.setForeignDataWrapper(this.exprParser.name()); + + acceptIdentifier("OPTIONS"); + accept(Token.LPAREN); + for (; ; ) { + if (lexer.identifierEquals(FnvHash.Constants.HOST)) { + lexer.nextToken(); + SQLExpr host = this.exprParser.expr(); + stmt.setHost(host); + } else if (lexer.token() == Token.USER) { + lexer.nextToken(); + SQLExpr user = this.exprParser.expr(); + stmt.setUser(user); + } else if (lexer.token() == Token.DATABASE) { + lexer.nextToken(); + SQLExpr db = this.exprParser.expr(); + stmt.setDatabase(db); + } else if (lexer.identifierEquals(FnvHash.Constants.PASSWORD)) { + lexer.nextToken(); + SQLExpr pwd = this.exprParser.expr(); + stmt.setPassword(pwd); + } else if (lexer.identifierEquals(FnvHash.Constants.SOCKET)) { + lexer.nextToken(); + SQLExpr sock = this.exprParser.expr(); + stmt.setSocket(sock); + } else if (lexer.identifierEquals(FnvHash.Constants.OWNER)) { + lexer.nextToken(); + SQLExpr owner = this.exprParser.expr(); + stmt.setOwner(owner); + } else if (lexer.identifierEquals(FnvHash.Constants.PORT)) { + lexer.nextToken(); + SQLExpr port = this.exprParser.expr(); + stmt.setPort(port); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } else { + break; + } + } + accept(Token.RPAREN); + return stmt; + } + + public SQLCreateIndexStatement parseCreateIndex(boolean acceptCreate) { + if (acceptCreate) { + accept(Token.CREATE); + } + + SQLCreateIndexStatement stmt = new SQLCreateIndexStatement(); + + this.exprParser.parseIndex(stmt.getIndexDefinition()); + + return stmt; + } + + private void parseCreateIndexUsing(SQLCreateIndexStatement stmt) { + if (lexer.identifierEquals(FnvHash.Constants.USING)) { + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.BTREE)) { + stmt.setUsing("BTREE"); + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.HASH)) { + stmt.setUsing("HASH"); + lexer.nextToken(); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + } + + public SQLStatement parseCreateUser() { + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + } + + accept(Token.USER); + + MySqlCreateUserStatement stmt = new MySqlCreateUserStatement(); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + stmt.setIfNotExists(true); + } + + for (; ; ) { + MySqlCreateUserStatement.UserSpecification userSpec = new MySqlCreateUserStatement.UserSpecification(); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + stmt.setIfNotExists(true); + } + + SQLExpr expr = exprParser.primary(); + if (expr instanceof SQLCharExpr) { + expr = new SQLIdentifierExpr(((SQLCharExpr) expr).getText()); + } + + if (expr instanceof SQLIdentifierExpr + && lexer.token() == Token.VARIANT + && lexer.stringVal().charAt(0) == '@' + ) { + String str = lexer.stringVal(); + MySqlUserName mySqlUserName = new MySqlUserName(); + mySqlUserName.setUserName(((SQLIdentifierExpr) expr).getName()); + mySqlUserName.setHost(str.substring(1)); + expr = mySqlUserName; + lexer.nextToken(); + } + + userSpec.setUser(expr); + + if (lexer.identifierEquals(FnvHash.Constants.IDENTIFIED)) { + lexer.nextToken(); + if (lexer.token() == Token.BY) { + lexer.nextToken(); + + if (lexer.identifierEquals("PASSWORD")) { + lexer.nextToken(); + userSpec.setPasswordHash(true); + } + + SQLExpr password = this.exprParser.expr(); + if (password instanceof SQLIdentifierExpr || password instanceof SQLCharExpr) { + userSpec.setPassword(password); + } else { + throw new ParserException("syntax error. invalid " + password + " expression."); + } + + } else if (lexer.token() == Token.WITH) { + lexer.nextToken(); + userSpec.setAuthPlugin(this.exprParser.expr()); + + // IDENTIFIED WITH auth_plugin BY 'auth_string' + // IDENTIFIED WITH auth_plugin AS 'auth_string' + if (lexer.token() == Token.BY || + lexer.token() == Token.AS) { + userSpec.setPluginAs(lexer.token() == Token.AS); + lexer.nextToken(); + + if (userSpec.isPluginAs()) { + // Remove ' because lexer don't remove it when token after as. + String psw = lexer.stringVal(); + if (psw.length() >= 2 && '\'' == psw.charAt(0) && '\'' == psw.charAt(psw.length() - 1)) { + userSpec.setPassword(new SQLCharExpr(psw.substring(1, psw.length() - 1))); + } else { + userSpec.setPassword(new SQLCharExpr(psw)); + } + lexer.nextToken(); + } else { + userSpec.setPassword(this.exprParser.charExpr()); + } + } + } + } + + stmt.addUser(userSpec); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + return stmt; + } + + public SQLStatement parseKill() { + accept(Token.KILL); + + MySqlKillStatement stmt = new MySqlKillStatement(); + + if (lexer.identifierEquals("CONNECTION")) { + stmt.setType(MySqlKillStatement.Type.CONNECTION); + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.QUERY) + || lexer.identifierEquals(FnvHash.Constants.PROCESS)) { + stmt.setType(MySqlKillStatement.Type.QUERY); + lexer.nextToken(); + } else if (lexer.token() == Token.LITERAL_INT + || lexer.token() == Token.LITERAL_CHARS + ) { + // skip + } else if (lexer.token() == Token.ALL) { + SQLIdentifierExpr all = new SQLIdentifierExpr(lexer.stringVal()); + all.setParent(stmt); + stmt.getThreadIds().add(all); + lexer.nextToken(); + } else { + throw new ParserException("not support kill type " + lexer.token() + ". " + lexer.info()); + } + + this.exprParser.exprList(stmt.getThreadIds(), stmt); + + if (lexer.token() == Token.SEMI) { + lexer.nextToken(); + stmt.setAfterSemi(true); + } + return stmt; + } + + public SQLStatement parseBinlog() { + acceptIdentifier("binlog"); + + MySqlBinlogStatement stmt = new MySqlBinlogStatement(); + + SQLExpr expr = this.exprParser.expr(); + stmt.setExpr(expr); + + return stmt; + } + + public MySqlAnalyzeStatement parseAnalyze() { + accept(Token.ANALYZE); + MySqlAnalyzeStatement stmt = new MySqlAnalyzeStatement(); + + if (lexer.token() == TABLE) { + accept(Token.TABLE); + List names = new ArrayList(); + this.exprParser.names(names, stmt); + + for (SQLName name : names) { + stmt.addTableSource(new SQLExprTableSource(name)); + } + if (lexer.token() == WHERE) { + accept(WHERE); + SQLExpr where = this.exprParser.expr(); + stmt.setAdbWhere(where); + } + } else if (lexer.token() == DATABASE) { + accept(DATABASE); + SQLName name = this.exprParser.name(); + stmt.setAdbSchema((SQLIdentifierExpr) name); + } else if (lexer.token() == COLUMN) { + accept(COLUMN); + SQLName table = this.exprParser.name(); + stmt.setTable(table); + + accept(LPAREN); + + for (; ; ) { + SQLName name = this.exprParser.name(); + stmt.getAdbColumns().add((SQLIdentifierExpr) name); + if (lexer.token() == COMMA) { + accept(COMMA); + continue; + } + break; + } + accept(RPAREN); + if (lexer.token() == WHERE) { + accept(WHERE); + SQLExpr where = this.exprParser.expr(); + stmt.setAdbWhere(where); + } + } else if (lexer.identifierEquals("columns")) { + lexer.nextToken(); + accept(GROUP); + + SQLName table = this.exprParser.name(); + stmt.setTable(table); + + accept(LPAREN); + + for (; ; ) { + SQLName name = this.exprParser.name(); + stmt.getAdbColumnsGroup().add((SQLIdentifierExpr) name); + if (lexer.token() == COMMA) { + accept(COMMA); + continue; + } + break; + } + accept(RPAREN); + if (lexer.token() == WHERE) { + accept(WHERE); + SQLExpr where = this.exprParser.expr(); + stmt.setAdbWhere(where); + } + } + + if (lexer.token() == Token.PARTITION) { + stmt.setPartition( + parsePartitionRef() + ); + } + + if (lexer.token() == Token.COMPUTE) { + lexer.nextToken(); + acceptIdentifier("STATISTICS"); + stmt.setComputeStatistics(true); + } + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + acceptIdentifier("COLUMNS"); + stmt.setForColums(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.CACHE)) { + lexer.nextToken(); + acceptIdentifier("METADATA"); + stmt.setCacheMetadata(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.NOSCAN)) { + lexer.nextToken(); + stmt.setNoscan(true); + } + + return stmt; + } + + public MySqlOptimizeStatement parseOptimize() { + accept(Token.OPTIMIZE); + accept(Token.TABLE); + + MySqlOptimizeStatement stmt = new MySqlOptimizeStatement(); + List names = new ArrayList(); + this.exprParser.names(names, stmt); + + for (SQLName name : names) { + stmt.addTableSource(new SQLExprTableSource(name)); + } + return stmt; + } + + public SQLStatement parseReset() { + acceptIdentifier(RESET); + + MySqlResetStatement stmt = new MySqlResetStatement(); + + for (; ; ) { + if (lexer.token() == Token.IDENTIFIER) { + if (lexer.identifierEquals("QUERY")) { + lexer.nextToken(); + accept(Token.CACHE); + stmt.getOptions().add("QUERY CACHE"); + } else { + stmt.getOptions().add(lexer.stringVal()); + lexer.nextToken(); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + } + break; + } + + return stmt; + } + + public boolean parseStatementListDialect(List statementList) { + if (lexer.identifierEquals("PREPARE")) { + MySqlPrepareStatement stmt = parsePrepare(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("EXECUTE")) { + acceptIdentifier("EXECUTE"); + + if (lexer.identifierEquals("RESTART") || lexer.identifierEquals("UPDATE")) { + MySqlExecuteForAdsStatement stmt = parseExecuteForAds(); + statementList.add(stmt); + } else { + MySqlExecuteStatement stmt = parseExecute(); + statementList.add(stmt); + } + return true; + } + + if (lexer.identifierEquals("DEALLOCATE")) { + MysqlDeallocatePrepareStatement stmt = parseDeallocatePrepare(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("LOAD")) { + SQLStatement stmt = parseLoad(); + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.REPLACE) { + SQLReplaceStatement stmt = parseReplace(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("START")) { + SQLStartTransactionStatement stmt = parseStart(); + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.SHOW) { + SQLStatement stmt = parseShow(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("CLEAR")) { + lexer.nextToken(); + + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals("DDL")) { + // CLEAR DDL CACHE { ALL | [ , ] ... } + lexer.nextToken(); + accept(Token.CACHE); + + DrdsClearDDLJobCache stmt = new DrdsClearDDLJobCache(); + if (Token.ALL == lexer.token()) { + lexer.nextToken(); + stmt.setAllJobs(true); + statementList.add(stmt); + return true; + } else { + while (true) { + stmt.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + statementList.add(stmt); + return true; + } + } + + acceptIdentifier("PLANCACHE"); + + statementList.add(new MySqlClearPlanCacheStatement()); + return true; + } + + if (lexer.identifierEquals("DISABLED")) { + lexer.nextToken(); + acceptIdentifier("PLANCACHE"); + + statementList.add(new MySqlDisabledPlanCacheStatement()); + return true; + } + + if (lexer.identifierEquals("XA")) { + lexer.nextToken(); + MySqlXAStatement stmt = new MySqlXAStatement(); + String typeStr = lexer.stringVal(); + stmt.setType( + MySqlXAStatement.XAType.of(typeStr) + ); + lexer.nextToken(); + + if (lexer.token() != EOF && lexer.token() != SEMI) { + SQLExpr xid = exprParser.expr(); + stmt.setId(xid); + } + + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.EXPLAIN) { + SQLStatement stmt = this.parseExplain(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(BINLOG)) { + SQLStatement stmt = parseBinlog(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(RESET)) { + SQLStatement stmt = parseReset(); + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.ANALYZE) { + SQLStatement stmt = parseAnalyze(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.ARCHIVE)) { + SQLStatement stmt = parseArchive(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.BACKUP)) { + SQLStatement stmt = parseBackup(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.RESTORE)) { + SQLStatement stmt = parseRestore(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("BUILD")) { + SQLStatement stmt = parseBuildTable(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("CANCEL")) { + SQLStatement stmt = parseCancelJob(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.EXPORT)) { + lexer.nextToken(); + if (lexer.token() == Token.TABLE) { + SQLStatement stmt = parseExportTable(); + statementList.add(stmt); + } else if (lexer.token() == Token.DATABASE) { + SQLStatement stmt = parseExportDB(); + statementList.add(stmt); + } + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.IMPORT)) { + lexer.nextToken(); + if (lexer.token() == Token.TABLE) { + SQLStatement stmt = parseImportTable(); + statementList.add(stmt); + } else if (lexer.token() == Token.DATABASE) { + SQLStatement stmt = parseImportDB(); + statementList.add(stmt); + } + return true; + } + + if (lexer.identifierEquals("SUBMIT")) { + lexer.nextToken(); + acceptIdentifier("JOB"); + + SQLStatement stmt = parseSubmitJob(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.MIGRATE)) { + SQLStatement stmt = parseMigrate(); + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.OPTIMIZE) { + SQLStatement stmt = parseOptimize(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("HELP")) { + lexer.nextToken(); + MySqlHelpStatement stmt = new MySqlHelpStatement(); + stmt.setContent(this.exprParser.primary()); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("FLUSH")) { + SQLStatement stmt = parseFlush(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.SYNC)) { + SQLStatement stmt = parseSync(); + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.INIT)) { + statementList.add( + new SQLExprStatement( + this.exprParser.expr())); + return true; + } + + // DRDS async DDL. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals(FnvHash.Constants.RECOVER)) { + // RECOVER DDL {ALL | [, ] ...} + lexer.nextToken(); + acceptIdentifier("DDL"); + DrdsRecoverDDLJob stmt = new DrdsRecoverDDLJob(); + if (Token.ALL == lexer.token()) { + lexer.nextToken(); + stmt.setAllJobs(true); + statementList.add(stmt); + return true; + } else { + while (true) { + stmt.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + statementList.add(stmt); + return true; + } + } + + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals(FnvHash.Constants.REMOVE)) { + // REMOVE DDL { ALL { COMPLETED | PENDING } | [, ] ...} + lexer.nextToken(); + acceptIdentifier("DDL"); + DrdsRemoveDDLJob stmt = new DrdsRemoveDDLJob(); + if (Token.ALL == lexer.token()) { + lexer.nextToken(); + if (lexer.identifierEquals("COMPLETED")) { + lexer.nextToken(); + stmt.setAllCompleted(true); + } else if (lexer.identifierEquals("PENDING")) { + lexer.nextToken(); + stmt.setAllPending(true); + } else { + throw new ParserException("syntax error, expect COMPLETED or PENDING, actual " + lexer.token() + ", " + lexer.info()); + } + } else { + while (true) { + stmt.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + } + statementList.add(stmt); + return true; + } + + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals("INSPECT")) { + // INSPECT DDL CACHE + lexer.nextToken(); + acceptIdentifier("DDL"); + accept(Token.CACHE); + statementList.add(new DrdsInspectDDLJobCache()); + return true; + } + + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals(FnvHash.Constants.CHANGE)) { + // CHANGE DDL { SKIP | ADD } [ , ] ... + Lexer.SavePoint mark = lexer.mark(); + lexer.nextToken(); + if (lexer.identifierEquals("DDL")) { + lexer.nextToken(); + + DrdsChangeDDLJob stmt = new DrdsChangeDDLJob(); + + stmt.setJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + + if (lexer.identifierEquals("SKIP")) { + lexer.nextToken(); + stmt.setSkip(true); + } else if (lexer.identifierEquals("ADD")) { + lexer.nextToken(); + stmt.setAdd(true); + } else { + throw new ParserException("syntax error, expect SKIP or ADD, actual " + lexer.token() + ", " + lexer.info()); + } + + StringBuilder builder = new StringBuilder(); + while (true) { + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + stmt.addGroupAndTableNameList(builder.toString()); + builder = new StringBuilder(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + stmt.addGroupAndTableNameList(builder.toString()); + break; + } else if (lexer.token() == Token.COLON) { + builder.append(':'); + lexer.nextToken(); + } else if (lexer.token() == Token.DOT) { + builder.append('.'); + lexer.nextToken(); + } else { + builder.append(lexer.stringVal()); + lexer.nextToken(); + } + } + + statementList.add(stmt); + return true; + } + lexer.reset(mark); + } + + if (isEnabled(SQLParserFeature.DRDSBaseline) && lexer.identifierEquals("BASELINE")) { + lexer.nextToken(); + + DrdsBaselineStatement stmt = new DrdsBaselineStatement(); + + if (Token.EOF == lexer.token() || Token.SEMI == lexer.token() || + lexer.stringVal().isEmpty() || lexer.stringVal().equalsIgnoreCase("BASELINE")) { + throw new ParserException("syntax error, expect baseline operation, actual " + lexer.token() + ", " + lexer.info()); + } + + stmt.setOperation(lexer.stringVal()); + + lexer.setToken(Token.COMMA); // Hack here: Set previous comma to deal with negative number. + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.SQL)) { + // Parse select. + lexer.nextToken(); + + if (lexer.token() == Token.HINT) { + stmt.setHeadHints(this.exprParser.parseHints()); + } + + SQLSelectParser selectParser = createSQLSelectParser(); + stmt.setSelect(selectParser.select()); + } else { + // Parse id list. + while (lexer.token() != Token.EOF && lexer.token() != Token.SEMI) { + stmt.addBaselineId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } + } + } + + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.DESC || lexer.identifierEquals(DESCRIBE)) { + SQLStatement stmt = parseDescribe(); + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.LOCK) { + lexer.nextToken(); + String val = lexer.stringVal(); + boolean isLockTables = TABLES.equalsIgnoreCase(val) && lexer.token() == Token.IDENTIFIER; + boolean isLockTable = "TABLE".equalsIgnoreCase(val) && lexer.token() == Token.TABLE; + if (isLockTables || isLockTable) { + lexer.nextToken(); + } else { + setErrorEndPos(lexer.pos()); + throw new ParserException("syntax error, expect TABLES or TABLE, actual " + lexer.token() + ", " + lexer.info()); + } + + MySqlLockTableStatement stmt = new MySqlLockTableStatement(); + + for (; ; ) { + MySqlLockTableStatement.Item item = new MySqlLockTableStatement.Item(); + + SQLExprTableSource tableSource = null; + SQLName tableName = this.exprParser.name(); + + if (lexer.token() == Token.AS) { + lexer.nextToken(); + String as = lexer.stringVal(); + tableSource = new SQLExprTableSource(tableName, as); + lexer.nextToken(); + } else { + tableSource = new SQLExprTableSource(tableName); + } + item.setTableSource(tableSource); + stmt.getItems().add(item); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + if (lexer.identifierEquals(READ)) { + lexer.nextToken(); + if (lexer.identifierEquals(LOCAL)) { + lexer.nextToken(); + item.setLockType(LockType.READ_LOCAL); + } else { + item.setLockType(LockType.READ); + } + } else if (lexer.identifierEquals(WRITE)) { + lexer.nextToken(); + item.setLockType(LockType.WRITE); + } else if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + lexer.nextToken(); + acceptIdentifier(WRITE); + lexer.nextToken(); + item.setLockType(LockType.LOW_PRIORITY_WRITE); + } else { + throw new ParserException( + "syntax error, expect READ or WRITE OR AS, actual " + lexer.token() + ", " + lexer.info()); + } + + if (lexer.token() == Token.HINT) { + item.setHints(this.exprParser.parseHints()); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + statementList.add(stmt); + return true; + } + + if (lexer.identifierEquals("UNLOCK")) { + lexer.nextToken(); + String val = lexer.stringVal(); + boolean isUnLockTables = TABLES.equalsIgnoreCase(val) && lexer.token() == Token.IDENTIFIER; + boolean isUnLockTable = "TABLE".equalsIgnoreCase(val) && lexer.token() == Token.TABLE; + statementList.add(new MySqlUnlockTablesStatement()); + if (isUnLockTables || isUnLockTable) { + lexer.nextToken(); + } else { + setErrorEndPos(lexer.pos()); + throw new ParserException("syntax error, expect TABLES or TABLE, actual " + lexer.token() + ", " + lexer.info()); + } + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.CHECKSUM)) { + statementList.add(this.parseChecksum()); + return true; + } + + if (lexer.token() == Token.HINT) { + List hints = this.exprParser.parseHints(); + + boolean tddlHints = false; + boolean accept = false; + + boolean acceptHint = false; + switch (lexer.token()) { + case SELECT: + case WITH: + case DELETE: + case UPDATE: + case INSERT: + case SHOW: + case REPLACE: + case TRUNCATE: + case DROP: + case ALTER: + case CREATE: + case CHECK: + case SET: + case DESC: + case OPTIMIZE: + case ANALYZE: + case KILL: + case EXPLAIN: + case LPAREN: + acceptHint = true; + break; + case IDENTIFIER: + acceptHint = lexer.hashLCase() == FnvHash.Constants.DUMP + || lexer.hashLCase() == FnvHash.Constants.RENAME + || lexer.hashLCase() == FnvHash.Constants.DESCRIBE; + break; + default: + break; + } + if (hints.size() >= 1 + && statementList.isEmpty() + && acceptHint) { + SQLCommentHint hint = hints.get(0); + String hintText = hint.getText().toUpperCase(); + if (hintText.startsWith("+TDDL") + || hintText.startsWith("+ TDDL") + || hintText.startsWith("TDDL") + || hintText.startsWith("!TDDL")) { + tddlHints = true; + } else if (hintText.startsWith("+")) { + accept = true; + } + } + + if (tddlHints) { + SQLStatementImpl stmt = (SQLStatementImpl) this.parseStatement(); + stmt.setHeadHints(hints); + statementList.add(stmt); + return true; + } else if (accept) { + SQLStatementImpl stmt = (SQLStatementImpl) this.parseStatement(); + stmt.setHeadHints(hints); + statementList.add(stmt); + return true; + } + + MySqlHintStatement stmt = new MySqlHintStatement(); + stmt.setHints(hints); + + statementList.add(stmt); + return true; + } + + if (lexer.token() == Token.BEGIN) { + statementList.add(this.parseBlock()); + return true; + } + + if (lexer.identifierEquals(FnvHash.Constants.ADD)) { + statementList.add(parseAddManageInstanceGroup()); + return true; + } + + if (lexer.token() == Token.IDENTIFIER) { + String label = lexer.stringVal(); + Lexer.SavePoint savePoint = lexer.markOut(); + lexer.nextToken(); + if (lexer.token() == Token.VARIANT && lexer.stringVal().equals(":")) { + lexer.nextToken(); + if (lexer.token() == Token.LOOP) { + // parse loop statement + statementList.add(this.parseLoop(label)); + } else if (lexer.token() == Token.WHILE) { + // parse while statement with label + statementList.add(this.parseWhile(label)); + } else if (lexer.token() == Token.BEGIN) { + // parse begin-end statement with label + SQLBlockStatement block = this.parseBlock(label); + statementList.add(block); + } else if (lexer.token() == Token.REPEAT) { + // parse repeat statement with label + statementList.add(this.parseRepeat(label)); + } + return true; + } else { + lexer.reset(savePoint); + } + + } + + if (lexer.token() == Token.CHECK) { + final Lexer.SavePoint mark = lexer.mark(); + lexer.nextToken(); + + if (lexer.token() == Token.TABLE) { + lexer.nextToken(); + + MySqlCheckTableStatement stmt = new MySqlCheckTableStatement(); + for (; ; ) { + SQLName table = this.exprParser.name(); + stmt.addTable(new SQLExprTableSource(table)); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + statementList.add(stmt); + } + return true; + } + + return false; + } + + private SQLStatement parseArchive() { + lexer.nextToken(); + accept(Token.TABLE); + SQLArchiveTableStatement stmt = new SQLArchiveTableStatement(); + + SQLName tableName = this.exprParser.name(); + stmt.setTable(tableName); + stmt.setType(new SQLIdentifierExpr("UPLOAD")); + + if (lexer.token() == Token.LITERAL_INT) { + for (; ; ) { + stmt.getSpIdList().add(this.exprParser.integerExpr()); + String pidStr = lexer.stringVal(); + accept(Token.VARIANT); + String s = pidStr.replaceAll(":", ""); + if (StringUtils.isEmpty(s)) { + stmt.getpIdList().add(exprParser.integerExpr()); + } else { + stmt.getpIdList().add(new SQLIntegerExpr(Integer.valueOf(s))); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + } + return stmt; + } + + private SQLStatement parseBackup() { + lexer.nextToken(); + SQLBackupStatement stmt = new SQLBackupStatement(); + + String type = "BACKUP_DATA"; + String action = "BACKUP"; + + if (lexer.identifierEquals(FnvHash.Constants.DATA)) { + lexer.nextToken(); + accept(Token.INTO); + type = "BACKUP_DATA"; + + for (; ; ) { + stmt.getProperties().add(new SQLCharExpr(lexer.stringVal())); + accept(Token.LITERAL_CHARS); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + } else if (lexer.identifierEquals(FnvHash.Constants.LOG)) { + type = "BACKUP_LOG"; + lexer.nextToken(); + + if (lexer.identifierEquals("LIST_LOGS")) { + lexer.nextToken(); + action = "LIST_LOG"; + + } else if (lexer.identifierEquals(FnvHash.Constants.STATUS)) { + lexer.nextToken(); + action = "STATUS"; + } else if (lexer.token() == Token.INTO) { + lexer.nextToken(); + for (; ; ) { + stmt.getProperties().add(new SQLCharExpr(lexer.stringVal())); + accept(Token.LITERAL_CHARS); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + } + + } else if (lexer.identifierEquals("CANCEL")) { + lexer.nextToken(); + type = "BACKUP_DATA"; + action = "BACKUP_CANCEL"; + stmt.getProperties().add(new SQLCharExpr(lexer.stringVal())); + accept(Token.LITERAL_CHARS); + } + + stmt.setType(new SQLIdentifierExpr(type)); + stmt.setAction(new SQLIdentifierExpr(action)); + + return stmt; + } + + private SQLStatement parseRestore() { + lexer.nextToken(); + + String type = "DATA"; + + SQLRestoreStatement stmt = new SQLRestoreStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.DATA)) { + lexer.nextToken(); + type = "DATA"; + } else if (lexer.identifierEquals(FnvHash.Constants.LOG)) { + lexer.nextToken(); + type = "LOG"; + } + + stmt.setType(new SQLIdentifierExpr(type)); + + accept(Token.FROM); + for (; ; ) { + stmt.getProperties().add(new SQLCharExpr(lexer.stringVal())); + accept(Token.LITERAL_CHARS); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + return stmt; + } + + private SQLStatement parseBuildTable() { + lexer.nextToken(); + + SQLBuildTableStatement stmt = new SQLBuildTableStatement(); + + accept(Token.TABLE); + + stmt.setTable(this.exprParser.name()); + + if (lexer.identifierEquals(FnvHash.Constants.VERSION)) { + lexer.nextToken(); + accept(Token.EQ); + stmt.setVersion(this.exprParser.integerExpr()); + } + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("SPLIT"); + + stmt.setWithSplit(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + lexer.nextToken(); + + accept(EQ); + + if (lexer.token() == TRUE) { + lexer.nextToken(); + stmt.setForce(true); + } else if (lexer.token() == FALSE) { + lexer.nextToken(); + stmt.setForce(false); + } + } + + return stmt; + } + + private SQLStatement parseCancelJob() { + lexer.nextToken(); + + // DRDS async DDL. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals("DDL")) { + // CANCEL DDL [, ] ... + lexer.nextToken(); + DrdsCancelDDLJob cancelDDLJob = new DrdsCancelDDLJob(); + while (true) { + cancelDDLJob.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + return cancelDDLJob; + } + + SQLCancelJobStatement stmt = new SQLCancelJobStatement(); + + if (lexer.identifierEquals("JOB")) { + lexer.nextToken(); + } else if (lexer.identifierEquals("LOAD_JOB")) { + lexer.nextToken(); + } else if (lexer.identifierEquals("SYNC_JOB")) { + lexer.nextToken(); + stmt.setImport(true); + } + + stmt.setJobName(this.exprParser.name()); + + return stmt; + + } + + protected SQLStatement parseExportTable() { + accept(Token.TABLE); + SQLExportTableStatement stmt = new SQLExportTableStatement(); + stmt.setTable( + new SQLExprTableSource( + this.exprParser.name())); + return stmt; + } + + protected SQLStatement parseExportDB() { + accept(Token.DATABASE); + SQLExportDatabaseStatement stmt = new SQLExportDatabaseStatement(); + stmt.setDb(this.exprParser.name()); + + if (lexer.identifierEquals("REALTIME")) { + lexer.nextToken(); + accept(Token.EQ); + if ("y".equalsIgnoreCase(lexer.stringVal())) { + lexer.nextToken(); + stmt.setRealtime(true); + } else if ("n".equalsIgnoreCase(lexer.stringVal())) { + lexer.nextToken(); + stmt.setRealtime(false); + } else { + throw new ParserException("Invalid 'realtime' option, should be 'Y' or 'N'. "); + } + } + + return stmt; + } + + protected SQLStatement parseRaftLeaderTransfer() { + acceptIdentifier("RAFT_LEADER_TRANSFER"); + MySqlRaftLeaderTransferStatement stmt = new MySqlRaftLeaderTransferStatement(); + + acceptIdentifier("SHARD"); + accept(Token.EQ); + + stmt.setShard(exprParser.charExpr()); + + accept(Token.FROM); + accept(Token.EQ); + stmt.setFrom(exprParser.charExpr()); + + accept(Token.TO); + accept(Token.EQ); + stmt.setTo(exprParser.charExpr()); + + acceptIdentifier("TIMEOUT"); + accept(Token.EQ); + stmt.setTimeout(exprParser.integerExpr()); + + return stmt; + } + + protected SQLStatement parseRaftMemeberChange() { + acceptIdentifier("RAFT_MEMBER_CHANGE"); + MySqlRaftMemberChangeStatement stmt = new MySqlRaftMemberChangeStatement(); + + if (lexer.identifierEquals("NOLEADER")) { + lexer.nextToken(); + stmt.setNoLeader(true); + } + + acceptIdentifier("SHARD"); + accept(Token.EQ); + + stmt.setShard(exprParser.charExpr()); + + acceptIdentifier("HOST"); + accept(Token.EQ); + stmt.setHost(exprParser.charExpr()); + + acceptIdentifier("STATUS"); + accept(Token.EQ); + stmt.setStatus(exprParser.charExpr()); + + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + lexer.nextToken(); + stmt.setForce(true); + } + + return stmt; + } + + protected SQLStatement parseMigrate() { + MySqlMigrateStatement stmt = new MySqlMigrateStatement(); + acceptIdentifier("MIGRATE"); + accept(Token.DATABASE); + + stmt.setSchema(exprParser.name()); + + acceptIdentifier("SHARDS"); + accept(Token.EQ); + stmt.setShardNames(exprParser.charExpr()); + + if (lexer.token() == Token.GROUP) { + lexer.nextToken(); + stmt.setMigrateType(new SQLIntegerExpr(0)); + } else if (lexer.identifierEquals(FnvHash.Constants.HOST)) { + lexer.nextToken(); + stmt.setMigrateType(new SQLIntegerExpr(1)); + } + + accept(Token.FROM); + stmt.setFromInsId(exprParser.charExpr()); + + if (lexer.token() == Token.VARIANT) { + lexer.nextToken(); + stmt.setFromInsIp(exprParser.charExpr()); + + String variant = lexer.stringVal(); + Integer number = Integer.valueOf(variant.substring(1, variant.length())); + stmt.setFromInsPort(new SQLIntegerExpr(number)); + accept(Token.VARIANT); + + accept(Token.VARIANT); + stmt.setFromInsStatus(exprParser.charExpr()); + } + + accept(Token.TO); + stmt.setToInsId(exprParser.charExpr()); + + if (lexer.token() == Token.VARIANT) { + lexer.nextToken(); + stmt.setToInsIp(exprParser.charExpr()); + + String variant = lexer.stringVal(); + Integer number = Integer.valueOf(variant.substring(1, variant.length())); + stmt.setToInsPort(new SQLIntegerExpr(number)); + accept(Token.VARIANT); + + accept(Token.VARIANT); + stmt.setToInsStatus(exprParser.charExpr()); + } + + return stmt; + } + + protected SQLStatement parseImportDB() { + accept(Token.DATABASE); + SQLImportDatabaseStatement stmt = new SQLImportDatabaseStatement(); + + stmt.setDb(this.exprParser.name()); + + if (lexer.identifierEquals(FnvHash.Constants.STATUS)) { + lexer.nextToken(); + accept(Token.EQ); + stmt.setStatus(this.exprParser.name()); + } + + return stmt; + } + + protected SQLStatement parseImportTable() { + SQLImportTableStatement stmt = new SQLImportTableStatement(); + if (lexer.identifierEquals(FnvHash.Constants.EXTERNAL)) { + lexer.nextToken(); + stmt.setExtenal(true); + } + + accept(Token.TABLE); + stmt.setTable( + new SQLExprTableSource( + this.exprParser.name())); + + acceptIdentifier("VERSION"); + accept(Token.EQ); + stmt.setVersion(this.exprParser.integerExpr()); + + if (lexer.identifierEquals("BUILD")) { + lexer.nextToken(); + accept(Token.EQ); + if ("Y".equalsIgnoreCase(lexer.stringVal())) { + lexer.nextToken(); + stmt.setUsingBuild(true); + } else if ("N".equalsIgnoreCase(lexer.stringVal())) { + lexer.nextToken(); + stmt.setUsingBuild(false); + } else { + throw new ParserException("Invalid 'build' option, should be 'Y' or 'N'. "); + } + } + + return stmt; + } + + protected SQLStatement parseSubmitJob() { + SQLSubmitJobStatement stmt = new SQLSubmitJobStatement(); + if (lexer.identifierEquals("AWAIT")) { + lexer.nextToken(); + stmt.setAwait(true); + } + + stmt.setStatment(this.parseStatement()); + + return stmt; + } + + public SQLStatement parseSync() { + lexer.nextToken(); + + if (lexer.identifierEquals("RAFT_LEADER_TRANSFER")) { + return parseRaftLeaderTransfer(); + } else if (lexer.identifierEquals("RAFT_MEMBER_CHANGE")) { + return parseRaftMemeberChange(); + } else { + acceptIdentifier("META"); + acceptIdentifier("TABLES"); + + SQLSyncMetaStatement stmt = new SQLSyncMetaStatement(); + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + stmt.setFrom( + this.exprParser.name() + ); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + stmt.setLike( + this.exprParser.expr() + ); + } + return stmt; + } + + } + + public SQLStatement parseFlush() { + acceptIdentifier("FLUSH"); + MySqlFlushStatement stmt = new MySqlFlushStatement(); + + if (lexer.identifierEquals("NO_WRITE_TO_BINLOG")) { + lexer.nextToken(); + stmt.setNoWriteToBinlog(true); + } + + if (lexer.identifierEquals("LOCAL")) { + lexer.nextToken(); + stmt.setLocal(true); + } + + for (; ; ) { + if (lexer.token() == Token.BINARY || lexer.identifierEquals("BINARY")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setBinaryLogs(true); + } else if (lexer.identifierEquals("DES_KEY_FILE")) { + lexer.nextToken(); + stmt.setDesKeyFile(true); + } else if (lexer.identifierEquals("ENGINE")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setEngineLogs(true); + } else if (lexer.identifierEquals("ERROR")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setErrorLogs(true); + } else if (lexer.identifierEquals("GENERAL")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setGeneralLogs(true); + } else if (lexer.identifierEquals("HOSTS")) { + lexer.nextToken(); + stmt.setHots(true); + } else if (lexer.identifierEquals("LOGS")) { + lexer.nextToken(); + stmt.setLogs(true); + } else if (lexer.identifierEquals("PRIVILEGES")) { + lexer.nextToken(); + stmt.setPrivileges(true); + } else if (lexer.identifierEquals("OPTIMIZER_COSTS")) { + lexer.nextToken(); + stmt.setOptimizerCosts(true); + } else if (lexer.identifierEquals("QUERY")) { + lexer.nextToken(); + accept(Token.CACHE); + stmt.setQueryCache(true); + } else if (lexer.identifierEquals("RELAY")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setRelayLogs(true); + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + acceptIdentifier("CHANNEL"); + stmt.setRelayLogsForChannel(this.exprParser.primary()); + } + } else if (lexer.identifierEquals("SLOW")) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + stmt.setSlowLogs(true); + } else if (lexer.identifierEquals(STATUS)) { + lexer.nextToken(); + stmt.setStatus(true); + } else if (lexer.identifierEquals("USER_RESOURCES")) { + lexer.nextToken(); + stmt.setUserResources(true); + } else if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + } + + if (lexer.identifierEquals("TABLES") || lexer.token() == Token.TABLE) { + lexer.nextToken(); + + stmt.setTableOption(true); + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("READ"); + accept(Token.LOCK); + stmt.setWithReadLock(true); + } + for (; ; ) { + if (lexer.token() == Token.IDENTIFIER) { + for (; ; ) { + SQLName name = this.exprParser.name(); + stmt.addTable(name); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + break; + } + break; + } + + if (!stmt.getTables().isEmpty()) { + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + acceptIdentifier("EXPORT"); + stmt.setForExport(true); + } else if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("READ"); + accept(Token.LOCK); + stmt.setWithReadLock(true); + } else if (lexer.identifierEquals(FnvHash.Constants.VERSION)) { + lexer.nextToken(); + accept(Token.EQ); + stmt.setVersion(this.exprParser.integerExpr()); + } + } + + } + + return stmt; + } + + public SQLBlockStatement parseBlock() { + SQLBlockStatement block = new SQLBlockStatement(); + block.setDbType(dbType); + + accept(Token.BEGIN); + List statementList = block.getStatementList(); + this.parseStatementList(statementList, -1, block); + + if (lexer.token() != Token.END + && statementList.size() > 0 + && (statementList.get(statementList.size() - 1) instanceof SQLCommitStatement + || statementList.get(statementList.size() - 1) instanceof SQLRollbackStatement)) { + block.setEndOfCommit(true); + return block; + } + accept(Token.END); + + return block; + } + + public MySqlExplainStatement parseDescribe() { + // see https://dev.mysql.com/doc/refman/5.7/en/explain.html + MySqlExplainStatement describe = new MySqlExplainStatement(); + + // {DESCRIBE | DESC} + if (lexer.token() == Token.DESC || lexer.identifierEquals(DESCRIBE)) { + lexer.nextToken(); + describe.setDescribe(true); + } else { + throw new ParserException("expect one of {DESCRIBE | DESC} , actual " + lexer.token() + ", " + lexer.info()); + } + + return parseExplain(describe); + } + + public MySqlExplainStatement parseExplain() { + // see https://dev.mysql.com/doc/refman/5.7/en/explain.html + MySqlExplainStatement explain = new MySqlExplainStatement(); + explain.setSourceLine(lexer.getPosLine()); + explain.setSourceLine(lexer.getPosColumn()); + + // {EXPLAIN} + if (lexer.token() == Token.EXPLAIN) { + lexer.nextToken(); + } else { + throw new ParserException("expect EXPLAIN , actual " + lexer.token() + ", " + lexer.info()); + } + + return parseExplain(explain); + } + + private MySqlExplainStatement parseExplain(MySqlExplainStatement explain) { + if (lexer.identifierEquals(FnvHash.Constants.PLAN)) { + Lexer.SavePoint mark = lexer.mark(); + lexer.nextToken(); + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + } else { + lexer.reset(mark); + } + } + + if (lexer.token() == Token.ANALYZE) { + lexer.nextToken(); + explain.setType("ANALYZE"); + } + + if (lexer.token() == Token.HINT) { + List hints = this.exprParser.parseHints(); + explain.setHints(hints); + } + // see https://dev.mysql.com/doc/refman/5.7/en/explain.html + + switch (dbType) { + case mysql: + case ads: + case presto: + case trino: + Lexer.SavePoint mark = lexer.mark(); + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + if (lexer.token() == Token.SELECT) { + lexer.reset(mark); + break; + } + + for (; ; ) { + if (lexer.identifierEquals("FORMAT")) { + lexer.nextToken(); + String format = lexer.stringVal(); + explain.setFormat(format); + lexer.nextToken(); + } else if (lexer.identifierEquals("TYPE")) { + lexer.nextToken(); + String type = lexer.stringVal(); + explain.setType(type); + lexer.nextToken(); + } else { + break; + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + } + accept(Token.RPAREN); + explain.setParenthesis(true); + } + break; + default: + break; + } + + boolean table = false; + if (lexer.token() == Token.IDENTIFIER) { + final long hash = lexer.hashLCase(); + String stringVal = lexer.stringVal(); + + if (hash == FnvHash.Constants.EXTENDED) { + explain.setExtended(true); + lexer.nextToken(); + } else if (hash == FnvHash.Constants.PARTITIONS) { + explain.setType(stringVal); + lexer.nextToken(); + } else if (hash == FnvHash.Constants.OPTIMIZER) { + explain.setOptimizer(true); + lexer.nextToken(); + } else if (hash == FnvHash.Constants.FORMAT) { + lexer.nextToken(); + accept(Token.EQ); + + String format = lexer.stringVal(); + explain.setFormat(format); + accept(Token.IDENTIFIER); + } else { + explain.setTableName(exprParser.name()); + if (lexer.token() == Token.IDENTIFIER) { + explain.setColumnName(exprParser.name()); + } else if (lexer.token() == Token.LITERAL_CHARS) { + explain.setWild(exprParser.expr()); + } + table = true; + } + } + + if (lexer.token() == Token.DISTRIBUTE) { + lexer.nextToken(); + acceptIdentifier("INFO"); + explain.setDistributeInfo(true); + } + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + acceptIdentifier(CONNECTION); + explain.setConnectionId(exprParser.expr()); + } else if (!table) { + explain.setStatement(this.parseStatement()); + } + + return explain; + } + + public SQLStatement parseShow() { + accept(Token.SHOW); + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + } + + boolean isPhysical = false; + + if (lexer.identifierEquals(FnvHash.Constants.PHYSICAL)) { + lexer.nextToken(); + isPhysical = true; + } + + boolean full = false; + if (lexer.token() == Token.FULL) { + lexer.nextToken(); + full = true; + } else if (lexer.token() == Token.HINT) { + String hints = lexer.stringVal().toLowerCase(); + if (hints.endsWith(" full") + && hints.length() <= 11 + && hints.charAt(0) == '!' + && hints.charAt(1) == '5') { + lexer.nextToken(); + full = true; + } + } + + if (lexer.identifierEquals(FnvHash.Constants.STATS)) { + lexer.nextToken(); + SQLShowStatisticStmt showStats = new SQLShowStatisticStmt(); + showStats.setDbType(DbType.mysql); + if (full) { + showStats.setFull(true); + } + return showStats; + } + + if (lexer.identifierEquals(FnvHash.Constants.PROCESSLIST)) { + lexer.nextToken(); + MySqlShowProcessListStatement stmt = new MySqlShowProcessListStatement(); + stmt.setFull(full); + + if (!full) { + if (lexer.identifierEquals(FnvHash.Constants.MPP)) { + lexer.nextToken(); + stmt.setMpp(true); + } + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere( + this.exprParser.expr()); + } + + if (lexer.token() == Token.ORDER) { + stmt.setOrderBy( + this.exprParser.parseOrderBy()); + } + + if (lexer.token() == Token.LIMIT) { + stmt.setLimit( + this.exprParser.parseLimit()); + } + + return stmt; + } + + if (lexer.identifierEquals("COLUMNS") || lexer.identifierEquals("FIELDS")) { + lexer.nextToken(); + + SQLShowColumnsStatement stmt = parseShowColumns(); + stmt.setFull(full); + + return stmt; + } + + if (lexer.identifierEquals("COLUMNS")) { + lexer.nextToken(); + + SQLShowColumnsStatement stmt = parseShowColumns(); + + return stmt; + } + + if (lexer.identifierEquals(TABLES)) { + lexer.nextToken(); + + SQLShowTablesStatement stmt = parseShowTables(); + stmt.setFull(full); + + return stmt; + } + + if (lexer.identifierEquals("DATABASES")) { + lexer.nextToken(); + + SQLShowDatabasesStatement stmt = parseShowDatabases(isPhysical); + + if (full) { + stmt.setFull(true); + } + + return stmt; + } + + if (lexer.identifierEquals("WARNINGS")) { + lexer.nextToken(); + + MySqlShowWarningsStatement stmt = parseShowWarnings(); + + return stmt; + } + + if (lexer.identifierEquals("COUNT")) { + lexer.nextToken(); + accept(Token.LPAREN); + accept(Token.STAR); + accept(Token.RPAREN); + + if (lexer.identifierEquals(FnvHash.Constants.ERRORS)) { + lexer.nextToken(); + + MySqlShowErrorsStatement stmt = new MySqlShowErrorsStatement(); + stmt.setCount(true); + + return stmt; + } else { + acceptIdentifier("WARNINGS"); + + MySqlShowWarningsStatement stmt = new MySqlShowWarningsStatement(); + stmt.setCount(true); + + return stmt; + } + } + + if (lexer.identifierEquals(FnvHash.Constants.ERRORS)) { + lexer.nextToken(); + + MySqlShowErrorsStatement stmt = new MySqlShowErrorsStatement(); + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + if (lexer.identifierEquals(STATUS)) { + lexer.nextToken(); + + MySqlShowStatusStatement stmt = parseShowStatus(); + + return stmt; + } + + if (lexer.identifierEquals(DBLOCK)) { + lexer.nextToken(); + + return new MysqlShowDbLockStatement(); + } + + if (lexer.identifierEquals(VARIABLES)) { + lexer.nextToken(); + + SQLShowVariantsStatement stmt = parseShowVariants(); + + return stmt; + } + + if (lexer.identifierEquals(GLOBAL)) { + lexer.nextToken(); + + if (lexer.identifierEquals(STATUS)) { + lexer.nextToken(); + MySqlShowStatusStatement stmt = parseShowStatus(); + stmt.setGlobal(true); + return stmt; + } + + if (lexer.identifierEquals(VARIABLES)) { + lexer.nextToken(); + SQLShowVariantsStatement stmt = parseShowVariants(); + stmt.setGlobal(true); + return stmt; + } + + // DRDS GSI syntax. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && (Token.INDEX == lexer.token() || lexer.identifierEquals("INDEXES"))) { + lexer.nextToken(); + + DrdsShowGlobalIndex stmt = new DrdsShowGlobalIndex(); + if (Token.FROM == lexer.token()) { + lexer.nextToken(); + stmt.setTableName(this.exprParser.name()); + } + return stmt; + } + } + + if (lexer.identifierEquals(FnvHash.Constants.SESSION)) { + lexer.nextToken(); + + if (lexer.identifierEquals(STATUS)) { + lexer.nextToken(); + MySqlShowStatusStatement stmt = parseShowStatus(); + stmt.setSession(true); + return stmt; + } + + if (lexer.identifierEquals(VARIABLES)) { + lexer.nextToken(); + SQLShowVariantsStatement stmt = parseShowVariants(); + stmt.setSession(true); + return stmt; + } + + SQLShowSessionStatement stmt = new SQLShowSessionStatement(); + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + SQLExpr like = this.exprParser.expr(); + stmt.setLike(like); + } + return stmt; + } + + if (lexer.identifierEquals("COBAR_STATUS")) { + lexer.nextToken(); + return new CobarShowStatus(); + } + + if (lexer.identifierEquals("AUTHORS")) { + lexer.nextToken(); + return new MySqlShowAuthorsStatement(); + } + + if (lexer.token() == Token.BINARY) { + lexer.nextToken(); + acceptIdentifier("LOGS"); + return new MySqlShowBinaryLogsStatement(); + } + + if (lexer.identifierEquals("MASTER")) { + lexer.nextToken(); + if (lexer.identifierEquals("LOGS")) { + lexer.nextToken(); + return new MySqlShowMasterLogsStatement(); + } + acceptIdentifier(STATUS); + return new MySqlShowMasterStatusStatement(); + } + + if (lexer.identifierEquals("CLUSTER")) { + lexer.nextToken(); + acceptIdentifier("NAME"); + return new MySqlShowClusterNameStatement(); + } + + if (lexer.identifierEquals("SYNC_JOB")) { + lexer.nextToken(); + acceptIdentifier(STATUS); + MySqlShowJobStatusStatement stmt = new MySqlShowJobStatusStatement(); + stmt.setSync(true); + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + if (lexer.identifierEquals("JOB")) { + lexer.nextToken(); + acceptIdentifier(STATUS); + + MySqlShowJobStatusStatement stmt = new MySqlShowJobStatusStatement(); + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + if (lexer.identifierEquals("MIGRATE")) { + lexer.nextToken(); + + acceptIdentifier("TASK"); + acceptIdentifier(STATUS); + + MySqlShowMigrateTaskStatusStatement stmt = new MySqlShowMigrateTaskStatusStatement(); + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.CHARSET)) { + lexer.nextToken(); + + MySqlShowCharacterSetStatement stmt = new MySqlShowCharacterSetStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setPattern(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + lexer.nextToken(); + accept(Token.SET); + MySqlShowCharacterSetStatement stmt = new MySqlShowCharacterSetStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setPattern(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + + return stmt; + } + + if (lexer.identifierEquals("COLLATION")) { + lexer.nextToken(); + MySqlShowCollationStatement stmt = new MySqlShowCollationStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setPattern(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + + return stmt; + } + + if (lexer.identifierEquals(BINLOG)) { + lexer.nextToken(); + acceptIdentifier(EVENTS); + MySqlShowBinLogEventsStatement stmt = new MySqlShowBinLogEventsStatement(); + + if (lexer.token() == Token.IN) { + lexer.nextToken(); + stmt.setIn(this.exprParser.expr()); + } + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + stmt.setFrom(this.exprParser.expr()); + } + + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + if (lexer.identifierEquals("CONTRIBUTORS")) { + lexer.nextToken(); + return new MySqlShowContributorsStatement(); + } + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + accept(Token.CREATE); + accept(Token.TABLE); + + SQLShowCreateTableStatement stmt = new SQLShowCreateTableStatement(); + stmt.setAll(true); + stmt.setName(this.exprParser.name()); + return stmt; + } + + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + + if (lexer.token() == Token.DATABASE || lexer.token() == Token.SCHEMA) { + lexer.nextToken(); + + MySqlShowCreateDatabaseStatement stmt = new MySqlShowCreateDatabaseStatement(); + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + stmt.setIfNotExists(true); + } + stmt.setDatabase(this.exprParser.name()); + return stmt; + } + + if (lexer.identifierEquals("EVENT")) { + lexer.nextToken(); + + MySqlShowCreateEventStatement stmt = new MySqlShowCreateEventStatement(); + stmt.setEventName(this.exprParser.name()); + return stmt; + } + + if (lexer.token() == Token.FUNCTION) { + lexer.nextToken(); + + MySqlShowCreateFunctionStatement stmt = new MySqlShowCreateFunctionStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + + if (lexer.token() == Token.PROCEDURE) { + lexer.nextToken(); + + MySqlShowCreateProcedureStatement stmt = new MySqlShowCreateProcedureStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + if (lexer.token() == Token.TABLE) { + lexer.nextToken(); + SQLShowCreateTableStatement stmt = new SQLShowCreateTableStatement(); + + if (lexer.token() != Token.LIKE) { + stmt.setName(this.exprParser.name()); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.MAPPING)) { + lexer.nextToken(); + accept(Token.LPAREN); + SQLName name = this.exprParser.name(); + stmt.setLikeMapping(name); + accept(Token.RPAREN); + } + } + + return stmt; + } + + if (lexer.token() == Token.VIEW) { + lexer.nextToken(); + + SQLShowCreateViewStatement stmt = new SQLShowCreateViewStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + + if (lexer.token() == Token.TRIGGER) { + lexer.nextToken(); + + MySqlShowCreateTriggerStatement stmt = new MySqlShowCreateTriggerStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + + if (lexer.token() == Token.FULLTEXT) { + lexer.nextToken(); + MysqlShowCreateFullTextStatement stmt = new MysqlShowCreateFullTextStatement(); + + stmt.setType(parseFullTextType()); + + stmt.setName(this.exprParser.name()); + return stmt; + } + + if (lexer.identifierEquals("MATERIALIZED")) { + lexer.nextToken(); + SQLShowCreateMaterializedViewStatement stmt = new SQLShowCreateMaterializedViewStatement(); + accept(VIEW); + + stmt.setName(this.exprParser.name()); + return stmt; + } + + throw new ParserException("TODO " + lexer.info()); + } + + if (lexer.identifierEquals(ENGINE)) { + lexer.nextToken(); + MySqlShowEngineStatement stmt = new MySqlShowEngineStatement(); + stmt.setName(this.exprParser.name()); + stmt.setOption(MySqlShowEngineStatement.Option.valueOf(lexer.stringVal().toUpperCase())); + lexer.nextToken(); + return stmt; + } + + if (lexer.token() == Token.DATABASE || lexer.identifierEquals(FnvHash.Constants.DB)) { + lexer.nextToken(); + + MySqlShowDatabaseStatusStatement stmt = new MySqlShowDatabaseStatusStatement(); + + if (full) { + stmt.setFull(true); + } + + if (lexer.identifierEquals("STATUS")) { + lexer.nextToken(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setName(this.exprParser.name()); + } else { + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + } + } + return stmt; + } + + if (lexer.identifierEquals("STORAGE")) { + lexer.nextToken(); + acceptIdentifier(ENGINES); + MySqlShowEnginesStatement stmt = new MySqlShowEnginesStatement(); + stmt.setStorage(true); + return stmt; + } + + if (lexer.identifierEquals(ENGINES)) { + lexer.nextToken(); + MySqlShowEnginesStatement stmt = new MySqlShowEnginesStatement(); + return stmt; + } + + if (lexer.identifierEquals(EVENTS)) { + lexer.nextToken(); + MySqlShowEventsStatement stmt = new MySqlShowEventsStatement(); + + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + stmt.setSchema(this.exprParser.name()); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setLike(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + + if (lexer.token() == Token.FUNCTION) { + lexer.nextToken(); + + if (lexer.identifierEquals("CODE")) { + lexer.nextToken(); + MySqlShowFunctionCodeStatement stmt = new MySqlShowFunctionCodeStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + + acceptIdentifier(STATUS); + MySqlShowFunctionStatusStatement stmt = new MySqlShowFunctionStatusStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setLike(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + + // MySqlShowFunctionStatusStatement + + if (lexer.identifierEquals(ENGINE)) { + lexer.nextToken(); + MySqlShowEngineStatement stmt = new MySqlShowEngineStatement(); + stmt.setName(this.exprParser.name()); + stmt.setOption(MySqlShowEngineStatement.Option.valueOf(lexer.stringVal().toUpperCase())); + lexer.nextToken(); + return stmt; + } + + if (lexer.identifierEquals("STORAGE")) { + lexer.nextToken(); + accept(Token.EQ); + accept(Token.DEFAULT); + MySqlShowEnginesStatement stmt = new MySqlShowEnginesStatement(); + stmt.setStorage(true); + return stmt; + } + +// if (lexer.identifierEquals("KEYS") || lexer.token() == Token.INDEX) { +// lexer.nextToken(); +// accept(Token.FROM); +// MySqlShowKeysStatement stmt = new MySqlShowKeysStatement(); +// stmt.setTable(exprParser.name()); +// return stmt; +// } + + if (lexer.identifierEquals("GRANTS")) { + lexer.nextToken(); + MySqlShowGrantsStatement stmt = new MySqlShowGrantsStatement(); + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + stmt.setUser(this.exprParser.expr()); + } + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + SQLExpr on = this.exprParser.expr(); + stmt.setOn(on); + } + + return stmt; + } + + if (lexer.token() == Token.INDEX || lexer.identifierEquals("INDEXES") || lexer.identifierEquals("KEYS")) { + SQLShowIndexesStatement stmt = new SQLShowIndexesStatement(); + + stmt.setType(lexer.stringVal()); + lexer.nextToken(); + + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + SQLName table = exprParser.name(); + stmt.setTable(table); + + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + SQLName database = exprParser.name(); + stmt.setDatabase(database.toString()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + } + + if (lexer.token() == Token.HINT) { + stmt.setHints(this.exprParser.parseHints()); + } + + return stmt; + } + + if (lexer.token() == Token.OPEN || lexer.identifierEquals("OPEN")) { + lexer.nextToken(); + acceptIdentifier(TABLES); + MySqlShowOpenTablesStatement stmt = new MySqlShowOpenTablesStatement(); + + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + stmt.setDatabase(this.exprParser.name()); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setLike(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + + if (lexer.identifierEquals("PLUGINS")) { + lexer.nextToken(); + MySqlShowPluginsStatement stmt = new MySqlShowPluginsStatement(); + return stmt; + } + + if (lexer.identifierEquals("HTC")) { + lexer.nextToken(); + MysqlShowHtcStatement stmt = new MysqlShowHtcStatement(); + stmt.setFull(false); + return stmt; + } + + if (lexer.identifierEquals("HMSMETA")) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + + MySqlShowHMSMetaStatement stmt = new MySqlShowHMSMetaStatement(); + stmt.setName(name); + return stmt; + } + + if (lexer.identifierEquals("STC")) { + lexer.nextToken(); + MysqlShowStcStatement stmt = new MysqlShowStcStatement(); + if (lexer.identifierEquals("HIS")) { + lexer.nextToken(); + stmt.setHis(true); + } else { + stmt.setHis(false); + } + return stmt; + } + + if (lexer.identifierEquals("PRIVILEGES")) { + lexer.nextToken(); + MySqlShowPrivilegesStatement stmt = new MySqlShowPrivilegesStatement(); + return stmt; + } + + if (lexer.token() == Token.PROCEDURE) { + lexer.nextToken(); + + if (lexer.identifierEquals("CODE")) { + lexer.nextToken(); + MySqlShowProcedureCodeStatement stmt = new MySqlShowProcedureCodeStatement(); + stmt.setName(this.exprParser.name()); + return stmt; + } + + acceptIdentifier(STATUS); + MySqlShowProcedureStatusStatement stmt = new MySqlShowProcedureStatusStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setLike(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + return stmt; + } + + if (lexer.identifierEquals("PROFILES")) { + lexer.nextToken(); + MySqlShowProfilesStatement stmt = new MySqlShowProfilesStatement(); + return stmt; + } + + if (lexer.identifierEquals("PROFILE")) { + lexer.nextToken(); + MySqlShowProfileStatement stmt = new MySqlShowProfileStatement(); + + for (; ; ) { + if (lexer.token() == Token.ALL) { + stmt.getTypes().add(MySqlShowProfileStatement.Type.ALL); + lexer.nextToken(); + } else if (lexer.identifierEquals("BLOCK")) { + lexer.nextToken(); + acceptIdentifier("IO"); + stmt.getTypes().add(MySqlShowProfileStatement.Type.BLOCK_IO); + } else if (lexer.identifierEquals("CONTEXT")) { + lexer.nextToken(); + acceptIdentifier("SWITCHES"); + stmt.getTypes().add(MySqlShowProfileStatement.Type.CONTEXT_SWITCHES); + } else if (lexer.identifierEquals("CPU")) { + lexer.nextToken(); + stmt.getTypes().add(MySqlShowProfileStatement.Type.CPU); + } else if (lexer.identifierEquals("IPC")) { + lexer.nextToken(); + stmt.getTypes().add(MySqlShowProfileStatement.Type.IPC); + } else if (lexer.identifierEquals("MEMORY")) { + lexer.nextToken(); + stmt.getTypes().add(MySqlShowProfileStatement.Type.MEMORY); + } else if (lexer.identifierEquals("PAGE")) { + lexer.nextToken(); + acceptIdentifier("FAULTS"); + stmt.getTypes().add(MySqlShowProfileStatement.Type.PAGE_FAULTS); + } else if (lexer.identifierEquals("SOURCE")) { + lexer.nextToken(); + stmt.getTypes().add(MySqlShowProfileStatement.Type.SOURCE); + } else if (lexer.identifierEquals("SWAPS")) { + lexer.nextToken(); + stmt.getTypes().add(MySqlShowProfileStatement.Type.SWAPS); + } else { + break; + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + acceptIdentifier("QUERY"); + stmt.setForQuery(this.exprParser.primary()); + } + + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + if (lexer.identifierEquals("RELAYLOG")) { + lexer.nextToken(); + acceptIdentifier(EVENTS); + MySqlShowRelayLogEventsStatement stmt = new MySqlShowRelayLogEventsStatement(); + + if (lexer.token() == Token.IN) { + lexer.nextToken(); + stmt.setLogName(this.exprParser.primary()); + } + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + stmt.setFrom(this.exprParser.primary()); + } + + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + if (lexer.identifierEquals("RELAYLOG")) { + lexer.nextToken(); + acceptIdentifier(EVENTS); + MySqlShowRelayLogEventsStatement stmt = new MySqlShowRelayLogEventsStatement(); + + if (lexer.token() == Token.IN) { + lexer.nextToken(); + stmt.setLogName(this.exprParser.primary()); + } + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + stmt.setFrom(this.exprParser.primary()); + } + + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + if (lexer.identifierEquals("SLAVE")) { + lexer.nextToken(); + if (lexer.identifierEquals(STATUS)) { + lexer.nextToken(); + return new MySqlShowSlaveStatusStatement(); + } else { + acceptIdentifier("HOSTS"); + MySqlShowSlaveHostsStatement stmt = new MySqlShowSlaveHostsStatement(); + return stmt; + } + } + + if (lexer.token() == Token.TABLE) { + lexer.nextToken(); + acceptIdentifier(STATUS); + MySqlShowTableStatusStatement stmt = new MySqlShowTableStatusStatement(); + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + + SQLName name = this.exprParser.name(); + if (name instanceof SQLPropertyExpr) { + stmt.setDatabase((SQLIdentifierExpr) ((SQLPropertyExpr) name).getOwner()); + stmt.setTableGroup(new SQLIdentifierExpr(((SQLPropertyExpr) name).getName())); + } else { + stmt.setDatabase(name); + } + } + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + stmt.setLike(this.exprParser.expr()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere(this.exprParser.expr()); + } + + return stmt; + } + + if (lexer.identifierEquals("TRIGGERS")) { + lexer.nextToken(); + MySqlShowTriggersStatement stmt = new MySqlShowTriggersStatement(); + + if (lexer.token() == Token.FROM || lexer.token() == Token.IN) { + lexer.nextToken(); + SQLName database = exprParser.name(); + stmt.setDatabase(database); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextTokenValue(); + SQLExpr like = exprParser.expr(); + stmt.setLike(like); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.BROADCASTS)) { + lexer.nextToken(); + MySqlShowBroadcastsStatement stmt = new MySqlShowBroadcastsStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.DATASOURCES)) { + lexer.nextToken(); + MySqlShowDatasourcesStatement stmt = new MySqlShowDatasourcesStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.NODE)) { + lexer.nextToken(); + MySqlShowNodeStatement stmt = new MySqlShowNodeStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.HELP)) { + lexer.nextToken(); + MySqlShowHelpStatement stmt = new MySqlShowHelpStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.token() == Token.SEQUENCE || lexer.identifierEquals(FnvHash.Constants.SEQUENCES)) { + lexer.nextToken(); + MySqlShowSequencesStatement stmt = new MySqlShowSequencesStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals("PARTITIONS")) { + lexer.nextToken(); + SQLShowPartitionsStmt stmt = new SQLShowPartitionsStmt(); + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + } + + SQLName name = exprParser.name(); + stmt.setTableSource(name); + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + accept(Token.LPAREN); + parseAssignItems(stmt.getPartition(), stmt, false); + accept(Token.RPAREN); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + stmt.setWhere( + this.exprParser.expr() + ); + } + + return stmt; + } + + if (lexer.identifierEquals("RULE")) { + lexer.nextToken(); + + boolean version = false; + if (lexer.identifierEquals(FnvHash.Constants.VERSION)) { + version = true; + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.FULL) || lexer.token() == Token.FULL) { + full = true; + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.STATUS)) { + lexer.nextToken(); + MySqlShowRuleStatusStatement stmt = new MySqlShowRuleStatusStatement(); + + if (full) { + stmt.setFull(full); + } + + if (version) { + stmt.setVersion(true); + } + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + } + + if (full) { + stmt.setLite(false); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } else { + MySqlShowRuleStatement stmt = new MySqlShowRuleStatement(); + + if (full) { + stmt.setFull(full); + } + + if (version) { + stmt.setVersion(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.VERSION)) { + lexer.nextToken(); + stmt.setVersion(true); + } + + if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + return stmt; + } + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + + stmt.setName(exprParser.name()); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + return stmt; + } + + } + + if (lexer.identifierEquals("DS")) { + lexer.nextToken(); + MySqlShowDsStatement stmt = new MySqlShowDsStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals("DDL")) { + lexer.nextToken(); + + // DRDS async DDL. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && !lexer.identifierEquals("STATUS")) { + // SHOW [FULL] DDL. + DrdsShowDDLJobs showDDLJobs = new DrdsShowDDLJobs(); + showDDLJobs.setFull(full); + + while (lexer.token() != Token.EOF && lexer.token() != Token.SEMI) { + showDDLJobs.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + return showDDLJobs; + } + + acceptIdentifier("STATUS"); + MySqlShowDdlStatusStatement stmt = new MySqlShowDdlStatusStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals("TRACE")) { + lexer.nextToken(); + MySqlShowTraceStatement stmt = new MySqlShowTraceStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals("TOPOLOGY")) { + lexer.nextToken(); + MySqlShowTopologyStatement stmt = new MySqlShowTopologyStatement(); + + if (lexer.token() == Token.FROM) { + lexer.nextToken(); + } + stmt.setName(exprParser.name()); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + stmt.setFull(full); + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.PLANCACHE)) { + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.STATUS)) { + lexer.nextToken(); + return new MySqlShowPlanCacheStatusStatement(); + } else if (lexer.identifierEquals(FnvHash.Constants.PLAN)) { + lexer.nextToken(); + SQLSelect select = this.createSQLSelectParser().select(); + return new MySqlShowPlanCacheStatement(select); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.SLOW)) { + MySqlShowSlowStatement stmt = parserShowSlow(); + stmt.setPhysical(false); + stmt.setFull(full); + return stmt; + } + + if (lexer.identifierEquals("PHYSICAL_SLOW")) { + MySqlShowSlowStatement stmt = parserShowSlow(); + stmt.setPhysical(true); + stmt.setFull(full); + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.QUERY_TASK)) { + lexer.nextToken(); + SQLShowQueryTaskStatement stmt = new SQLShowQueryTaskStatement(); + stmt.setDbType(dbType); + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + stmt.setUser( + exprParser.expr() + ); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = this.exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = this.exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = this.exprParser.parseLimit(); + stmt.setLimit(limit); + } + + if (full) { + stmt.setFull(true); + } + + return stmt; + } + if (lexer.identifierEquals(FnvHash.Constants.OUTLINES)) { + lexer.nextToken(); + SQLShowOutlinesStatement stmt = new SQLShowOutlinesStatement(); + stmt.setDbType(dbType); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = this.exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = this.exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = this.exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.RECYCLEBIN)) { + lexer.nextToken(); + + SQLShowRecylebinStatement stmt = new SQLShowRecylebinStatement(); + stmt.setDbType(dbType); + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.TABLEGROUPS)) { + lexer.nextToken(); + + SQLShowTableGroupsStatement stmt = parseShowTableGroups(); + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.CATALOGS)) { + lexer.nextToken(); + + SQLShowCatalogsStatement stmt = new SQLShowCatalogsStatement(); + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + SQLExpr like = this.exprParser.expr(); + stmt.setLike(like); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.FUNCTIONS)) { + lexer.nextToken(); + + SQLShowFunctionsStatement stmt = new SQLShowFunctionsStatement(); + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + SQLExpr like = this.exprParser.expr(); + stmt.setLike(like); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.SCHEMAS)) { + lexer.nextToken(); + + SQLShowDatabasesStatement stmt = new SQLShowDatabasesStatement(); + stmt.setPhysical(isPhysical); + if (lexer.token() == Token.IN || lexer.token() == Token.FROM) { + lexer.nextToken(); + SQLName db = this.exprParser.name(); + stmt.setDatabase(db); + } + + if (full) { + stmt.setFull(true); + } + + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + SQLExpr like = this.exprParser.expr(); + stmt.setLike(like); + } + + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.CONFIG)) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + MySqlShowConfigStatement stmt = new MySqlShowConfigStatement(); + stmt.setName(name); + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.USERS)) { + lexer.nextToken(); + SQLShowUsersStatement stmt = new SQLShowUsersStatement(); + stmt.setDbType(dbType); + return stmt; + } + + if (lexer.identifierEquals(FnvHash.Constants.PHYSICAL_PROCESSLIST)) { + lexer.nextToken(); + + MySqlShowPhysicalProcesslistStatement stmt = new MySqlShowPhysicalProcesslistStatement(); + if (full) { + stmt.setFull(full); + } + return stmt; + } + + if (lexer.identifierEquals("MATERIALIZED")) { + return parseShowMaterializedView(); + } + + if (lexer.token() == Token.FULLTEXT) { + lexer.nextToken(); + + MysqlShowFullTextStatement stmt = new MysqlShowFullTextStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.CHARFILTERS)) { + stmt.setType(FullTextType.CHARFILTER); + } else if (lexer.identifierEquals(FnvHash.Constants.TOKENIZERS)) { + stmt.setType(FullTextType.TOKENIZER); + } else if (lexer.identifierEquals(FnvHash.Constants.TOKENFILTERS)) { + stmt.setType(FullTextType.TOKENFILTER); + } else if (lexer.identifierEquals(FnvHash.Constants.ANALYZERS)) { + stmt.setType(FullTextType.ANALYZER); + } else if (lexer.identifierEquals(FnvHash.Constants.DICTIONARIES)) { + stmt.setType(FullTextType.DICTIONARY); + } else { + throw new ParserException("type of full text must be [CHARFILTERS/TOKENIZERS/TOKENFILTERS/ANALYZERS/DICTIONARYS] ."); + } + + lexer.nextToken(); + + return stmt; + } + + // DRDS GSI management syntax. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals("METADATA")) { + lexer.nextToken(); + + if (Token.LOCK == lexer.token() || lexer.identifierEquals("LOCKS")) { + lexer.nextToken(); + + DrdsShowMetadataLock stmt = new DrdsShowMetadataLock(); + if (Token.SEMI == lexer.token() || Token.EOF == lexer.token()) { + return stmt; + } else { + stmt.setSchemaName(this.exprParser.name()); + return stmt; + } + } else { + throw new ParserException("syntax error, expect LOCK/LOCKS, actual " + lexer.token() + ", " + lexer.info()); + } + } + + // MySqlShowSlaveHostsStatement + + throw new ParserException("TODO " + lexer.info()); + } + + private MySqlShowStatusStatement parseShowStatus() { + MySqlShowStatusStatement stmt = new MySqlShowStatusStatement(); + + if (lexer.token() == Token.LIKE) { + lexer.nextToken(); + SQLExpr like = exprParser.expr(); + stmt.setLike(like); + } + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + return stmt; + } + + public MySqlShowSlowStatement parserShowSlow() { + lexer.nextToken(); + MySqlShowSlowStatement stmt = new MySqlShowSlowStatement(); + + if (lexer.token() == Token.WHERE) { + lexer.nextToken(); + SQLExpr where = exprParser.expr(); + stmt.setWhere(where); + } + + if (lexer.token() == Token.ORDER) { + SQLOrderBy orderBy = exprParser.parseOrderBy(); + stmt.setOrderBy(orderBy); + } + + if (lexer.token() == Token.LIMIT) { + SQLLimit limit = exprParser.parseLimit(); + stmt.setLimit(limit); + } + + return stmt; + } + + private MySqlShowWarningsStatement parseShowWarnings() { + MySqlShowWarningsStatement stmt = new MySqlShowWarningsStatement(); + + stmt.setLimit(this.exprParser.parseLimit()); + + return stmt; + } + + public SQLStartTransactionStatement parseStart() { + acceptIdentifier("START"); + acceptIdentifier("TRANSACTION"); + + SQLStartTransactionStatement stmt = new SQLStartTransactionStatement(dbType); + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("CONSISTENT"); + acceptIdentifier("SNAPSHOT"); + stmt.setConsistentSnapshot(true); + } + + if (lexer.token() == Token.BEGIN) { + lexer.nextToken(); + stmt.setBegin(true); + if (lexer.identifierEquals("WORK")) { + lexer.nextToken(); + stmt.setWork(true); + } + } + + if (lexer.token() == Token.HINT) { + stmt.setHints(this.exprParser.parseHints()); + } + + if (lexer.identifierEquals(FnvHash.Constants.ISOLATION)) { + lexer.nextToken(); + acceptIdentifier("LEVEL"); + + if (lexer.identifierEquals(FnvHash.Constants.READ)) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.UNCOMMITTED)) { + lexer.nextToken(); + stmt.setIsolationLevel(SQLStartTransactionStatement.IsolationLevel.READ_UNCOMMITTED); + } else if (lexer.identifierEquals(FnvHash.Constants.COMMITTED)) { + lexer.nextToken(); + stmt.setIsolationLevel(SQLStartTransactionStatement.IsolationLevel.READ_COMMITTED); + } else { + throw new ParserException(lexer.info()); + } + } else if (lexer.identifierEquals(FnvHash.Constants.REPEATABLE)) { + lexer.nextToken(); + acceptIdentifier("READ"); + stmt.setIsolationLevel(SQLStartTransactionStatement.IsolationLevel.REPEATABLE_READ); + } else if (lexer.identifierEquals(FnvHash.Constants.SERIALIZABLE)) { + lexer.nextToken(); + stmt.setIsolationLevel(SQLStartTransactionStatement.IsolationLevel.SERIALIZABLE); + } else { + throw new ParserException(lexer.info()); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.READ)) { + lexer.nextToken(); + acceptIdentifier("ONLY"); + stmt.setReadOnly(true); + } + + return stmt; + } + + @Override + public SQLStatement parseRollback() { + acceptIdentifier("ROLLBACK"); + + // DRDS async DDL. + if (isEnabled(SQLParserFeature.DRDSAsyncDDL) && lexer.identifierEquals("DDL")) { + // ROLLBACK DDL [, ] ... + lexer.nextToken(); + DrdsRollbackDDLJob stmt = new DrdsRollbackDDLJob(); + while (true) { + stmt.addJobId(lexer.integerValue().longValue()); + accept(Token.LITERAL_INT); + if (Token.COMMA == lexer.token()) { + lexer.nextToken(); + } else if (lexer.token() == Token.EOF || lexer.token() == Token.SEMI) { + break; + } else { + throw new ParserException("syntax error, expect job id, actual " + lexer.token() + ", " + lexer.info()); + } + } + return stmt; + } + + SQLRollbackStatement stmt = new SQLRollbackStatement(); + + if (lexer.identifierEquals("WORK")) { + lexer.nextToken(); + } + + if (lexer.token() == Token.AND) { + lexer.nextToken(); + if (lexer.token() == Token.NOT) { + lexer.nextToken(); + acceptIdentifier(CHAIN); + stmt.setChain(Boolean.FALSE); + } else { + acceptIdentifier(CHAIN); + stmt.setChain(Boolean.TRUE); + } + } + + if (lexer.token() == Token.TO) { + lexer.nextToken(); + + if (lexer.identifierEquals("SAVEPOINT")) { + lexer.nextToken(); + } + + stmt.setTo(this.exprParser.name()); + } + + return stmt; + } + + public SQLStatement parseCommit() { + acceptIdentifier("COMMIT"); + + SQLCommitStatement stmt = new SQLCommitStatement(); + + if (lexer.identifierEquals("WORK")) { + lexer.nextToken(); + stmt.setWork(true); + } + + if (lexer.token() == Token.AND) { + lexer.nextToken(); + if (lexer.token() == Token.NOT) { + lexer.nextToken(); + acceptIdentifier(CHAIN); + stmt.setChain(Boolean.FALSE); + } else { + acceptIdentifier(CHAIN); + stmt.setChain(Boolean.TRUE); + } + } + + return stmt; + } + + public SQLReplaceStatement parseReplace() { + SQLReplaceStatement stmt = new SQLReplaceStatement(); + stmt.setDbType(DbType.mysql); + + List list = new ArrayList(); + + while (lexer.token() == Token.HINT) { + this.exprParser.parseHints(list); + } + stmt.setHeadHints(list); + + accept(Token.REPLACE); + while (lexer.token() == Token.HINT) { + this.exprParser.parseHints(stmt.getHints()); + } + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + stmt.setLowPriority(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.DELAYED)) { + stmt.setDelayed(true); + lexer.nextToken(); + } + + if (lexer.token() == Token.INTO) { + lexer.nextToken(); + } + + SQLName tableName = exprParser.name(); + stmt.setTableName(tableName); + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem ptExpr = new SQLAssignItem(); + ptExpr.setTarget(this.exprParser.name()); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + SQLExpr ptValue = this.exprParser.expr(); + ptExpr.setValue(ptValue); + } + stmt.addPartition(ptExpr); + if (lexer.token() != Token.COMMA) { + break; + } else { + lexer.nextToken(); + } + } + accept(Token.RPAREN); + } + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + if (lexer.token() == Token.SELECT) { + SQLQueryExpr queryExpr = (SQLQueryExpr) this.exprParser.expr(); + stmt.setQuery(queryExpr); + } else { + this.exprParser.exprList(stmt.getColumns(), stmt); + } + accept(Token.RPAREN); + } + + if (lexer.token() == Token.VALUES || lexer.identifierEquals("VALUE")) { + lexer.nextToken(); + + parseValueClause(stmt.getValuesList(), null, 0, stmt); + } else if (lexer.token() == Token.SELECT) { + SQLQueryExpr queryExpr = (SQLQueryExpr) this.exprParser.expr(); + stmt.setQuery(queryExpr); + } else if (lexer.token() == Token.SET) { + lexer.nextToken(); + + SQLInsertStatement.ValuesClause values = new SQLInsertStatement.ValuesClause(); + values.setParent(stmt); + stmt.getValuesList().add(values); + for (; ; ) { + stmt.addColumn(this.exprParser.name()); + if (lexer.token() == Token.COLONEQ) { + lexer.nextToken(); + } else { + accept(Token.EQ); + } + values.addValue(this.exprParser.expr()); + + if (lexer.token() == (Token.COMMA)) { + lexer.nextToken(); + continue; + } + + break; + } + } else if (lexer.token() == Token.LPAREN) { + SQLSelect select = this.createSQLSelectParser().select(); + SQLQueryExpr queryExpr = new SQLQueryExpr(select); + stmt.setQuery(queryExpr); + } + + return stmt; + } + + protected SQLStatement parseLoad() { + acceptIdentifier("LOAD"); + + if (lexer.identifierEquals("DATA")) { + SQLStatement stmt = parseLoadDataInFile(); + return stmt; + } + + if (lexer.identifierEquals("XML")) { + SQLStatement stmt = parseLoadXml(); + return stmt; + } + + throw new ParserException("TODO. " + lexer.info()); + } + + protected MySqlLoadXmlStatement parseLoadXml() { + acceptIdentifier("XML"); + + MySqlLoadXmlStatement stmt = new MySqlLoadXmlStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + stmt.setLowPriority(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals("CONCURRENT")) { + stmt.setConcurrent(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(LOCAL)) { + stmt.setLocal(true); + lexer.nextToken(); + } + + acceptIdentifier("INFILE"); + + SQLLiteralExpr fileName = (SQLLiteralExpr) exprParser.expr(); + stmt.setFileName(fileName); + + if (lexer.token() == Token.REPLACE) { + stmt.setReplicate(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + stmt.setIgnore(true); + lexer.nextToken(); + } + + accept(Token.INTO); + accept(Token.TABLE); + + SQLName tableName = exprParser.name(); + stmt.setTableName(tableName); + + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + lexer.nextToken(); + accept(Token.SET); + + if (lexer.token() != Token.LITERAL_CHARS) { + throw new ParserException("syntax error, illegal charset. " + lexer.info()); + } + + String charset = lexer.stringVal(); + lexer.nextToken(); + stmt.setCharset(charset); + } + + if (lexer.identifierEquals("ROWS")) { + lexer.nextToken(); + acceptIdentifier("IDENTIFIED"); + accept(Token.BY); + SQLExpr rowsIdentifiedBy = exprParser.expr(); + stmt.setRowsIdentifiedBy(rowsIdentifiedBy); + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + throw new ParserException("TODO. " + lexer.info()); + } + + if (lexer.token() == Token.SET) { + throw new ParserException("TODO. " + lexer.info()); + } + + return stmt; + } + + protected MySqlLoadDataInFileStatement parseLoadDataInFile() { + acceptIdentifier("DATA"); + + MySqlLoadDataInFileStatement stmt = new MySqlLoadDataInFileStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.LOW_PRIORITY)) { + stmt.setLowPriority(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals("CONCURRENT")) { + stmt.setConcurrent(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(LOCAL)) { + stmt.setLocal(true); + lexer.nextToken(); + } + + acceptIdentifier("INFILE"); + + SQLLiteralExpr fileName = (SQLLiteralExpr) exprParser.expr(); + stmt.setFileName(fileName); + + if (lexer.token() == Token.REPLACE) { + stmt.setReplicate(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + stmt.setIgnore(true); + lexer.nextToken(); + } + + accept(Token.INTO); + accept(Token.TABLE); + + SQLName tableName = exprParser.name(); + stmt.setTableName(tableName); + + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + lexer.nextToken(); + accept(Token.SET); + + if (lexer.token() != Token.LITERAL_CHARS) { + throw new ParserException("syntax error, illegal charset. " + lexer.info()); + } + + String charset = lexer.stringVal(); + lexer.nextToken(); + stmt.setCharset(charset); + } + + if (lexer.identifierEquals("FIELDS") || lexer.identifierEquals("COLUMNS")) { + lexer.nextToken(); + if (lexer.identifierEquals("TERMINATED")) { + lexer.nextToken(); + accept(Token.BY); + + if (lexer.token() == Token.LITERAL_CHARS) { + stmt.setColumnsTerminatedBy(new SQLCharExpr(lexer.stringVal())); + lexer.nextToken(); + } else { + SQLExpr primary = this.exprParser.primary(); + if (primary instanceof SQLHexExpr) { + stmt.setColumnsTerminatedBy((SQLHexExpr) primary); + } else { + throw new ParserException("invalid expr for columns terminated : " + primary); + } + } + } + + if (lexer.identifierEquals("OPTIONALLY")) { + stmt.setColumnsEnclosedOptionally(true); + lexer.nextToken(); + } + + if (lexer.identifierEquals("ENCLOSED")) { + lexer.nextToken(); + accept(Token.BY); + stmt.setColumnsEnclosedBy(new SQLCharExpr(lexer.stringVal())); + lexer.nextToken(); + } + + if (lexer.identifierEquals("ESCAPED")) { + lexer.nextToken(); + accept(Token.BY); + stmt.setColumnsEscaped(new SQLCharExpr(lexer.stringVal())); + lexer.nextToken(); + } + } + + if (lexer.identifierEquals("LINES")) { + lexer.nextToken(); + if (lexer.identifierEquals("STARTING")) { + lexer.nextToken(); + accept(Token.BY); + + if (lexer.token() == Token.LITERAL_CHARS) { + stmt.setLinesStartingBy(new SQLCharExpr(lexer.stringVal())); + lexer.nextToken(); + } else { + SQLExpr primary = this.exprParser.primary(); + if (primary instanceof SQLHexExpr) { + stmt.setLinesStartingBy((SQLHexExpr) primary); + } else { + throw new ParserException("invalid expr for lines starting : " + primary); + } + } + } + + if (lexer.identifierEquals("TERMINATED")) { + lexer.nextToken(); + accept(Token.BY); + if (lexer.token() == Token.LITERAL_CHARS) { + stmt.setLinesTerminatedBy(new SQLCharExpr(lexer.stringVal())); + lexer.nextToken(); + } else { + SQLExpr primary = this.exprParser.primary(); + if (primary instanceof SQLHexExpr) { + stmt.setLinesTerminatedBy((SQLHexExpr) primary); + } else { + throw new ParserException("invalid expr for lines terminated : " + primary); + } + } + } + } + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + lexer.nextToken(); + stmt.setIgnoreLinesNumber(this.exprParser.expr()); + acceptIdentifier("LINES"); + } + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + this.exprParser.exprList(stmt.getColumns(), stmt); + accept(Token.RPAREN); + } + + if (lexer.token() == Token.SET) { + lexer.nextToken(); + this.exprParser.exprList(stmt.getSetList(), stmt); + } + + return stmt; + + } + + public MySqlPrepareStatement parsePrepare() { + acceptIdentifier("PREPARE"); + + SQLName name = exprParser.name(); + accept(Token.FROM); + SQLExpr from = exprParser.expr(); + + return new MySqlPrepareStatement(name, from); + } + + public MySqlExecuteStatement parseExecute() { + MySqlExecuteStatement stmt = new MySqlExecuteStatement(); + + SQLName statementName = exprParser.name(); + stmt.setStatementName(statementName); + + if (lexer.identifierEquals("USING")) { + lexer.nextToken(); + exprParser.exprList(stmt.getParameters(), stmt); + } else if (lexer.token() == Token.IDENTIFIER) { + exprParser.exprList(stmt.getParameters(), stmt); + } + return stmt; + } + + public MySqlExecuteForAdsStatement parseExecuteForAds() { + MySqlExecuteForAdsStatement stmt = new MySqlExecuteForAdsStatement(); + stmt.setAction(exprParser.name()); + stmt.setRole(exprParser.name()); + + stmt.setTargetId(exprParser.charExpr()); + + if (lexer.token() == Token.IDENTIFIER) { + stmt.setStatus(exprParser.name()); + } + return stmt; + } + + public MysqlDeallocatePrepareStatement parseDeallocatePrepare() { + acceptIdentifier("DEALLOCATE"); + acceptIdentifier("PREPARE"); + + MysqlDeallocatePrepareStatement stmt = new MysqlDeallocatePrepareStatement(); + SQLName statementName = exprParser.name(); + stmt.setStatementName(statementName); + + return stmt; + } + + public SQLInsertStatement parseInsert() { + MySqlInsertStatement stmt = new MySqlInsertStatement(); + + SQLName tableName = null; + if (lexer.token() == Token.INSERT) { + lexer.nextToken(); + + for (; ; ) { + if (lexer.token() == Token.IDENTIFIER) { + long hash = lexer.hashLCase(); + + if (hash == FnvHash.Constants.LOW_PRIORITY) { + stmt.setLowPriority(true); + lexer.nextToken(); + continue; + } + + if (hash == FnvHash.Constants.DELAYED) { + stmt.setDelayed(true); + lexer.nextToken(); + continue; + } + + if (hash == FnvHash.Constants.HIGH_PRIORITY) { + stmt.setHighPriority(true); + lexer.nextToken(); + continue; + } + + if (hash == FnvHash.Constants.IGNORE) { + stmt.setIgnore(true); + lexer.nextToken(); + continue; + } + + if (hash == FnvHash.Constants.ROLLBACK_ON_FAIL) { + stmt.setRollbackOnFail(true); + lexer.nextToken(); + continue; + } + } + + break; + } + + if (lexer.token() == Token.HINT) { + List hints = this.exprParser.parseHints(); + stmt.setHints(hints); + } + + if (lexer.token() == Token.INTO) { + lexer.nextToken(); + if (lexer.token() == Token.TABLE) { + lexer.nextToken(); + } + } else if (lexer.identifierEquals(FnvHash.Constants.OVERWRITE)) { + lexer.nextToken(); + stmt.setOverwrite(true); + if (lexer.token() == Token.TABLE) { + lexer.nextToken(); + } else if (lexer.token() == Token.INTO) { + lexer.nextToken(); + } + } + + if (lexer.token() == Token.LINE_COMMENT) { + lexer.nextToken(); + } + + if (lexer.token() == Token.FULLTEXT) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.DICTIONARY)) { + lexer.nextToken(); + stmt.setFulltextDictionary(true); + } + } + + tableName = this.exprParser.name(); + stmt.setTableName(tableName); + + if (lexer.token() == Token.HINT) { + String comment = "/*" + lexer.stringVal() + "*/"; + lexer.nextToken(); + stmt.getTableSource().addAfterComment(comment); + } + + if (lexer.token() == Token.IDENTIFIER + && !lexer.identifierEquals(FnvHash.Constants.VALUE)) { + stmt.setAlias(lexer.stringVal()); + lexer.nextToken(); + } + + if (lexer.token() == Token.WITH) { + SQLSelectStatement withStmt = (SQLSelectStatement) parseWith(); + stmt.setQuery(withStmt.getSelect()); + } + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem ptExpr = new SQLAssignItem(); + ptExpr.setTarget(this.exprParser.name()); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + SQLExpr ptValue = this.exprParser.expr(); + ptExpr.setValue(ptValue); + } + stmt.addPartition(ptExpr); + if (lexer.token() != Token.COMMA) { + break; + } else { + lexer.nextToken(); + } + } + accept(Token.RPAREN); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + + stmt.setIfNotExists(true); + } + } + } + + int columnSize = 0; + List columnDefinitionList = null; + + if (lexer.token() == Token.LPAREN) { + boolean useInsertColumnsCache = lexer.isEnabled(SQLParserFeature.UseInsertColumnsCache); + InsertColumnsCache insertColumnsCache = null; + + long tableNameHash = 0; + InsertColumnsCache.Entry cachedColumns = null; + if (useInsertColumnsCache) { + insertColumnsCache = this.insertColumnsCache; + if (insertColumnsCache == null) { + insertColumnsCache = InsertColumnsCache.global; + } + + if (tableName != null) { + tableNameHash = tableName.nameHashCode64(); + cachedColumns = insertColumnsCache.get(tableNameHash); + } + } + + SchemaObject tableObject = null; + int pos = lexer.pos(); + if (cachedColumns != null + && lexer.text.startsWith(cachedColumns.columnsString, pos)) { + if (!lexer.isEnabled(SQLParserFeature.OptimizedForParameterized)) { + List columns = stmt.getColumns(); + List cachedColumns2 = cachedColumns.columns; + for (int i = 0, size = cachedColumns2.size(); i < size; i++) { + columns.add(cachedColumns2.get(i).clone()); + } + } + stmt.setColumnsString(cachedColumns.columnsFormattedString, cachedColumns.columnsFormattedStringHash); + int p2 = pos + cachedColumns.columnsString.length(); + lexer.reset(p2); + lexer.nextToken(); + } else { + Lexer.SavePoint mark = lexer.mark(); + lexer.nextToken(); + if (lexer.token() == Token.SELECT) { + lexer.reset(mark); + SQLSelect select = this.exprParser.createSelectParser().select(); + select.setParent(stmt); + stmt.setQuery(select); + } else { + if (repository != null && lexer.isEnabled(SQLParserFeature.InsertValueCheckType)) { + tableObject = repository.findTable(tableName.nameHashCode64()); + } + + if (tableObject != null) { + columnDefinitionList = new ArrayList(); + } + + List columns = stmt.getColumns(); + + if (lexer.token() != Token.RPAREN) { + for (; ; ) { + String identName; + long hash; + + Token token = lexer.token(); + if (token == Token.IDENTIFIER) { + identName = lexer.stringVal(); + hash = lexer.hashLCase(); + } else if (token == Token.LITERAL_CHARS) { + if (lexer.isEnabled(SQLParserFeature.IgnoreNameQuotes)) { + identName = lexer.stringVal(); + } else { + identName = '\'' + lexer.stringVal() + '\''; + } + hash = 0; + } else if (token == Token.LITERAL_ALIAS) { + identName = lexer.stringVal(); + if (lexer.isEnabled(SQLParserFeature.IgnoreNameQuotes)) { + identName = SQLUtils.normalize(identName, dbType); + } + hash = 0; + } else { + identName = lexer.stringVal(); + hash = 0; + } + lexer.nextTokenComma(); + SQLExpr expr = new SQLIdentifierExpr(identName, hash); + while (lexer.token() == Token.DOT) { + lexer.nextToken(); + String propertyName = lexer.stringVal(); + lexer.nextToken(); + expr = new SQLPropertyExpr(expr, propertyName); + } + + expr.setParent(stmt); + columns.add(expr); + columnSize++; + + if (tableObject != null) { + SQLColumnDefinition columnDefinition = tableObject.findColumn(hash); + columnDefinitionList.add(columnDefinition); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextTokenIdent(); + continue; + } + + break; + } + columnSize = stmt.getColumns().size(); + + if (insertColumnsCache != null && tableName != null) { + String columnsString = lexer.subString(pos, lexer.pos() - pos); + + List clonedColumns = new ArrayList(columnSize); + for (int i = 0; i < columns.size(); i++) { + clonedColumns.add(columns.get(i).clone()); + } + + StringBuilder buf = new StringBuilder(); + SQLASTOutputVisitor outputVisitor = SQLUtils.createOutputVisitor(buf, dbType); + outputVisitor.printInsertColumns(columns); + + String formattedColumnsString = buf.toString(); + long columnsFormattedStringHash = FnvHash.fnv1a_64_lower(formattedColumnsString); + + insertColumnsCache.put(tableName.hashCode64(), columnsString, formattedColumnsString, clonedColumns); + stmt.setColumnsString(formattedColumnsString, columnsFormattedStringHash); + } + } + accept(Token.RPAREN); + } + } + } + + List commentHints = null; + if (lexer.token() == Token.HINT) { + commentHints = this.exprParser.parseHints(); + } else if (lexer.token() == Token.LINE_COMMENT) { + lexer.nextToken(); + } + + if (lexer.token() == Token.VALUES || lexer.identifierEquals(FnvHash.Constants.VALUE)) { + lexer.nextTokenLParen(); + if (lexer.isEnabled(SQLParserFeature.InsertReader)) { + return stmt; + } + + if (lexer.isEnabled(SQLParserFeature.InsertValueNative)) { + parseValueClauseNative(stmt.getValuesList(), columnDefinitionList, columnSize, stmt); + } else { + parseValueClause(stmt.getValuesList(), columnDefinitionList, columnSize, stmt); + } + } else if (lexer.token() == Token.SET) { + lexer.nextToken(); + + SQLInsertStatement.ValuesClause values = new SQLInsertStatement.ValuesClause(); + stmt.addValueCause(values); + + for (; ; ) { + SQLName name = this.exprParser.name(); + stmt.addColumn(name); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } else { + accept(Token.COLONEQ); + } + values.addValue(this.exprParser.expr()); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + } else if (lexer.token() == (Token.SELECT)) { + SQLSelect select = this.exprParser.createSelectParser().select(); + if (commentHints != null && !commentHints.isEmpty()) { + select.setHeadHint(commentHints.get(0)); + } + select.setParent(stmt); + stmt.setQuery(select); + } else if (lexer.token() == (Token.LPAREN)) { + lexer.nextToken(); + SQLSelect select = this.exprParser.createSelectParser().select(); + select.setParent(stmt); + stmt.setQuery(select); + accept(Token.RPAREN); + } else if (lexer.token() == WITH) { + SQLSelect query = this.exprParser.createSelectParser().select(); + stmt.setQuery(query); + } + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + acceptIdentifier("DUPLICATE"); + accept(Token.KEY); + accept(Token.UPDATE); + + List duplicateKeyUpdate = stmt.getDuplicateKeyUpdate(); + for (; ; ) { + SQLName name = this.exprParser.name(); + accept(Token.EQ); + SQLExpr value; + try { + value = this.exprParser.expr(); + } catch (EOFParserException e) { + throw new ParserException("EOF, " + name + "=", e); + } + + SQLBinaryOpExpr assignment = new SQLBinaryOpExpr(name, SQLBinaryOperator.Equality, value); + assignment.setParent(stmt); + duplicateKeyUpdate.add(assignment); + + if (lexer.token() == Token.COMMA) { + lexer.nextTokenIdent(); + continue; + } + break; + } + } + + return stmt; + } + + public ElasticSqlSelectParser createSQLSelectParser() { + return new ElasticSqlSelectParser(this.exprParser, selectListCache); + } + + public SQLStatement parseSet() { + accept(Token.SET); + + if (lexer.identifierEquals(FnvHash.Constants.PASSWORD)) { + lexer.nextToken(); + SQLSetStatement stmt = new SQLSetStatement(); + stmt.setDbType(dbType); + stmt.setOption(SQLSetStatement.Option.PASSWORD); + + SQLExpr user = null; + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + user = this.exprParser.name(); + } + + accept(Token.EQ); + + SQLExpr password = this.exprParser.expr(); + + stmt.set(user, password); + + return stmt; + } + + Boolean global = null; + Boolean session = null; + boolean local = false; + if (lexer.identifierEquals(GLOBAL)) { + global = Boolean.TRUE; + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.SESSION)) { + session = Boolean.TRUE; + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.LOCAL)) { + lexer.nextToken(); + local = true; + } + + if (lexer.identifierEquals(FnvHash.Constants.TRANSACTION)) { + MySqlSetTransactionStatement stmt = new MySqlSetTransactionStatement(); + stmt.setGlobal(global); + stmt.setSession(session); + + if (local) { + stmt.setLocal(true); + } + + lexer.nextToken(); + if (lexer.identifierEquals("ISOLATION")) { + lexer.nextToken(); + acceptIdentifier("LEVEL"); + + if (lexer.identifierEquals(READ)) { + lexer.nextToken(); + + if (lexer.identifierEquals("UNCOMMITTED")) { + stmt.setIsolationLevel("READ UNCOMMITTED"); + lexer.nextToken(); + } else if (lexer.identifierEquals(WRITE)) { + stmt.setIsolationLevel("READ WRITE"); + lexer.nextToken(); + } else if (lexer.identifierEquals("ONLY")) { + stmt.setIsolationLevel("READ ONLY"); + lexer.nextToken(); + } else if (lexer.identifierEquals("COMMITTED")) { + stmt.setIsolationLevel("READ COMMITTED"); + lexer.nextToken(); + } else { + throw new ParserException("UNKOWN TRANSACTION LEVEL : " + lexer.stringVal() + ", " + lexer.info()); + } + } else if (lexer.identifierEquals("SERIALIZABLE")) { + stmt.setIsolationLevel("SERIALIZABLE"); + lexer.nextToken(); + } else if (lexer.identifierEquals("REPEATABLE")) { + lexer.nextToken(); + if (lexer.identifierEquals(READ)) { + stmt.setIsolationLevel("REPEATABLE READ"); + lexer.nextToken(); + } else { + throw new ParserException("UNKOWN TRANSACTION LEVEL : " + lexer.stringVal() + ", " + lexer.info()); + } + } else { + throw new ParserException("UNKOWN TRANSACTION LEVEL : " + lexer.stringVal() + ", " + lexer.info()); + } + } else if (lexer.identifierEquals(FnvHash.Constants.POLICY)) { + lexer.nextToken(); + SQLExpr policy = this.exprParser.primary(); + stmt.setPolicy(policy); + } else if (lexer.identifierEquals(READ)) { + lexer.nextToken(); + if (lexer.identifierEquals("ONLY")) { + stmt.setAccessModel("ONLY"); + lexer.nextToken(); + } else if (lexer.identifierEquals("WRITE")) { + stmt.setAccessModel("WRITE"); + lexer.nextToken(); + } else { + throw new ParserException("UNKOWN ACCESS MODEL : " + lexer.stringVal() + ", " + lexer.info()); + } + } + + return stmt; + } else { + SQLSetStatement stmt = new SQLSetStatement(getDbType()); + + parseAssignItems(stmt.getItems(), stmt, true); + + if (global != null) { + SQLVariantRefExpr varRef = (SQLVariantRefExpr) stmt.getItems().get(0).getTarget(); + varRef.setGlobal(true); + } + + if (session != null) { + SQLVariantRefExpr varRef = (SQLVariantRefExpr) stmt.getItems().get(0).getTarget(); + varRef.setSession(true); + } + + if (lexer.token() == Token.HINT) { + stmt.setHints(this.exprParser.parseHints()); + } + + return stmt; + } + } + + public SQLStatement parseAlter() { + List comments = null; + if (lexer.isKeepComments() && lexer.hasComment()) { + comments = lexer.readAndResetComments(); + } + + Lexer.SavePoint mark = lexer.mark(); + accept(Token.ALTER); + + if (lexer.token() == Token.USER) { + return parseAlterUser(); + } + + boolean online = false, offline = false; + + if (lexer.identifierEquals("ONLINE")) { + online = true; + lexer.nextToken(); + } + + if (lexer.identifierEquals("OFFLINE")) { + offline = true; + lexer.nextToken(); + } + + boolean ignore = false; + + if (lexer.identifierEquals(FnvHash.Constants.IGNORE)) { + ignore = true; + lexer.nextToken(); + } + + if (lexer.token() == Token.TABLE) { + SQLStatement alterTable = parseAlterTable(ignore, online, offline); + if (comments != null) { + alterTable.addBeforeComment(comments); + } + + return alterTable; + } + + if (lexer.token() == Token.DATABASE + || lexer.token() == Token.SCHEMA) { + return parseAlterDatabase(); + } + + if (lexer.identifierEquals(FnvHash.Constants.EVENT)) { + return parseAlterEvent(); + } + + if (lexer.token() == Token.FUNCTION) { + return parseAlterFunction(); + } + + if (lexer.token() == Token.PROCEDURE) { + return parseAlterProcedure(); + } + + if (lexer.token() == Token.TABLESPACE) { + return parseAlterTableSpace(); + } + + if (lexer.token() == Token.VIEW) { + return parseAlterView(); + } + + if (lexer.token() == Token.SEQUENCE) { + lexer.reset(mark); + return parseAlterSequence(); + } + + if (lexer.identifierEquals(FnvHash.Constants.LOGFILE)) { + return parseAlterLogFileGroup(); + } + + if (lexer.identifierEquals(FnvHash.Constants.SERVER)) { + return parseAlterServer(); + } + + if (lexer.identifierEquals(FnvHash.Constants.ALGORITHM)) { + return parseAlterView(); + } + + if (lexer.identifierEquals(FnvHash.Constants.OUTLINE)) { + lexer.reset(mark); + return parseAlterOutline(); + } + + if (lexer.token() == Token.FULLTEXT) { + lexer.reset(mark); + return parseAlterFullTextCharFilter(); + } + + if (lexer.token() == Token.INDEX) { + lexer.reset(mark); + accept(Token.ALTER); + accept(Token.INDEX); + + SQLAlterIndexStatement stmt = new SQLAlterIndexStatement(); + stmt.setName(this.exprParser.name()); + accept(Token.SET); + + accept(Token.FULLTEXT); + } + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { + Lexer.SavePoint savePoint = lexer.mark(); + lexer.nextToken(); + accept(Token.EQ); + this.getExprParser().userName(); + if (lexer.identifierEquals(FnvHash.Constants.EVENT)) { + lexer.reset(savePoint); + return parseAlterEvent(); + } else { + lexer.reset(savePoint); + return parseAlterView(); + } + } + if (lexer.identifierEquals("TABLEGROUP")) { + lexer.reset(mark); + return parseAlterTableGroup(); + } + + if (lexer.identifierEquals("SYSTEM")) { + lexer.reset(mark); + return parseAlterSystem(); + } + + if (lexer.identifierEquals(FnvHash.Constants.RESOURCE)) { + lexer.reset(mark); + return parseAlterResourceGroup(); + } + if (lexer.identifierEquals(FnvHash.Constants.MATERIALIZED)) { + lexer.reset(mark); + return parseAlterMaterialized(); + } + + throw new ParserException("TODO " + lexer.info()); + } + + private SQLStatement parseAddManageInstanceGroup() { + lexer.nextToken(); + MySqlManageInstanceGroupStatement stmt = new MySqlManageInstanceGroupStatement(); + stmt.setOperation(new SQLIdentifierExpr("ADD")); + + acceptIdentifier("INSTANCE_GROUP"); + for (; ; ) { + stmt.getGroupNames().add(exprParser.expr()); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + acceptIdentifier("REPLICATION"); + accept(Token.EQ); + stmt.setReplication(exprParser.integerExpr()); + return stmt; + } + + private SQLStatement parseAlterFullTextCharFilter() { + accept(Token.ALTER); + accept(Token.FULLTEXT); + + MysqlAlterFullTextStatement stmt = new MysqlAlterFullTextStatement(); + + stmt.setType(parseFullTextType()); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.SET); + + SQLAssignItem item = this.exprParser.parseAssignItem(); + stmt.setItem(item); + return stmt; + } + + protected SQLStatement parseAlterTableGroup() { + accept(Token.ALTER); + acceptIdentifier("TABLEGROUP"); + + SQLName name = this.exprParser.name(); + + SQLAlterTableGroupStatement stmt = new SQLAlterTableGroupStatement(); + stmt.setName(name); + + for (; ; ) { + SQLName key = this.exprParser.name(); + accept(Token.EQ); + SQLExpr value = this.exprParser.expr(); + stmt.getOptions().add(new SQLAssignItem(key, value)); + + if (lexer.token() == Token.EOF) { + break; + } + } + + return stmt; + } + + protected SQLStatement parseAlterSystem() { + accept(Token.ALTER); + acceptIdentifier("SYSTEM"); + + if (lexer.token() == Token.SET) { + accept(Token.SET); + acceptIdentifier("CONFIG"); + + SQLAlterSystemSetConfigStatement stmt = new SQLAlterSystemSetConfigStatement(); + + for (; ; ) { + SQLName key = this.exprParser.name(); + accept(Token.EQ); + SQLExpr value = this.exprParser.expr(); + stmt.getOptions().add(new SQLAssignItem(key, value)); + + if (lexer.token() == Token.EOF) { + break; + } + } + + return stmt; + + } else if (lexer.identifierEquals("GET")) { + acceptIdentifier("GET"); + acceptIdentifier("CONFIG"); + SQLName name = this.exprParser.name(); + + SQLAlterSystemGetConfigStatement stmt = new SQLAlterSystemGetConfigStatement(); + stmt.setName(name); + + return stmt; + } + + throw new ParserException("TODO " + lexer.info()); + } + + protected SQLStatement parseAlterOutline() { + accept(Token.ALTER); + + if (lexer.identifierEquals(FnvHash.Constants.OUTLINE)) { + lexer.nextToken(); + } else { + throw new ParserException("TODO " + lexer.info()); + } + + SQLAlterOutlineStatement stmt = new SQLAlterOutlineStatement(); + stmt.setDbType(dbType); + + stmt.setName(this.exprParser.name()); + + if (lexer.identifierEquals("RESYNC")) { + lexer.nextToken(); + stmt.setResync(true); + } + + return stmt; + } + + protected SQLStatement parseAlterView() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + + SQLAlterViewStatement createView = new SQLAlterViewStatement(getDbType()); + + if (lexer.identifierEquals("ALGORITHM")) { + lexer.nextToken(); + accept(Token.EQ); + String algorithm = lexer.stringVal(); + createView.setAlgorithm(algorithm); + lexer.nextToken(); + } + + if (lexer.identifierEquals("DEFINER")) { + lexer.nextToken(); + accept(Token.EQ); + SQLName definer = (SQLName) this.exprParser.expr(); + createView.setDefiner(definer); + } + + if (lexer.identifierEquals("SQL")) { + lexer.nextToken(); + acceptIdentifier("SECURITY"); + String sqlSecurity = lexer.stringVal(); + createView.setSqlSecurity(sqlSecurity); + lexer.nextToken(); + } + + if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + lexer.nextToken(); + createView.setForce(true); + } + + this.accept(Token.VIEW); + + if (lexer.token() == Token.IF || lexer.identifierEquals("IF")) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + createView.setIfNotExists(true); + } + + createView.setName(exprParser.name()); + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + + for (; ; ) { + if (lexer.token() == Token.CONSTRAINT) { + SQLTableConstraint constraint = (SQLTableConstraint) this.exprParser.parseConstaint(); + createView.addColumn(constraint); + } else { + SQLColumnDefinition column = new SQLColumnDefinition(); + column.setDbType(dbType); + SQLName expr = this.exprParser.name(); + column.setName(expr); + + this.exprParser.parseColumnRest(column); + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + + SQLExpr comment; + if (lexer.token() == Token.LITERAL_ALIAS) { + String alias = lexer.stringVal(); + if (alias.length() > 2 && alias.charAt(0) == '"' && alias.charAt(alias.length() - 1) == '"') { + alias = alias.substring(1, alias.length() - 1); + } + comment = new SQLCharExpr(alias); + lexer.nextToken(); + } else { + comment = this.exprParser.primary(); + } + column.setComment(comment); + } + + column.setParent(createView); + createView.addColumn(column); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } else { + break; + } + } + + accept(Token.RPAREN); + } + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLCharExpr comment = (SQLCharExpr) exprParser.primary(); + createView.setComment(comment); + } + + this.accept(Token.AS); + + SQLSelectParser selectParser = this.createSQLSelectParser(); + createView.setSubQuery(selectParser.select()); + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + + if (lexer.identifierEquals("CASCADED")) { + createView.setWithCascaded(true); + lexer.nextToken(); + } else if (lexer.identifierEquals("LOCAL")) { + createView.setWithLocal(true); + lexer.nextToken(); + } else if (lexer.identifierEquals("READ")) { + lexer.nextToken(); + accept(Token.ONLY); + createView.setWithReadOnly(true); + } + + if (lexer.token() == Token.CHECK) { + lexer.nextToken(); + acceptIdentifier("OPTION"); + createView.setWithCheckOption(true); + } + } + + return createView; + } + + protected SQLStatement parseAlterTableSpace() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + + accept(Token.TABLESPACE); + + SQLName name = this.exprParser.name(); + + MySqlAlterTablespaceStatement stmt = new MySqlAlterTablespaceStatement(); + stmt.setName(name); + + if (lexer.identifierEquals(FnvHash.Constants.ADD)) { + lexer.nextToken(); + acceptIdentifier("DATAFILE"); + SQLExpr file = this.exprParser.primary(); + stmt.setAddDataFile(file); + } else if (lexer.token() == Token.DROP) { + lexer.nextToken(); + acceptIdentifier("DATAFILE"); + SQLExpr file = this.exprParser.primary(); + stmt.setDropDataFile(file); + } + + if (lexer.identifierEquals(FnvHash.Constants.INITIAL_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr initialSize = this.exprParser.expr(); + stmt.setInitialSize(initialSize); + } + + if (lexer.identifierEquals(FnvHash.Constants.WAIT)) { + lexer.nextToken(); + stmt.setWait(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.ENGINE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr engine = this.exprParser.expr(); + stmt.setEngine(engine); + } + + return stmt; + } + + protected SQLStatement parseAlterServer() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + acceptIdentifier("SERVER"); + + SQLName name = this.exprParser.name(); + + MySqlAlterServerStatement stmt = new MySqlAlterServerStatement(); + stmt.setName(name); + + acceptIdentifier("OPTIONS"); + accept(Token.LPAREN); + if (lexer.token() == Token.USER) { + lexer.nextToken(); + SQLExpr user = this.exprParser.name(); + stmt.setUser(user); + } + accept(Token.RPAREN); + + return stmt; + } + + protected SQLStatement parseCreateLogFileGroup() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + acceptIdentifier("LOGFILE"); + accept(Token.GROUP); + + SQLName name = this.exprParser.name(); + + MySqlCreateAddLogFileGroupStatement stmt = new MySqlCreateAddLogFileGroupStatement(); + stmt.setName(name); + + acceptIdentifier("ADD"); + acceptIdentifier("UNDOFILE"); + + SQLExpr fileName = this.exprParser.primary(); + stmt.setAddUndoFile(fileName); + + if (lexer.identifierEquals(FnvHash.Constants.INITIAL_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr initialSize = this.exprParser.expr(); + stmt.setInitialSize(initialSize); + } + + if (lexer.identifierEquals(FnvHash.Constants.WAIT)) { + lexer.nextToken(); + stmt.setWait(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.ENGINE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr engine = this.exprParser.expr(); + stmt.setEngine(engine); + } + + return stmt; + } + + protected SQLStatement parseAlterLogFileGroup() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + acceptIdentifier("LOGFILE"); + accept(Token.GROUP); + + SQLName name = this.exprParser.name(); + + MySqlAlterLogFileGroupStatement stmt = new MySqlAlterLogFileGroupStatement(); + stmt.setName(name); + + acceptIdentifier("ADD"); + acceptIdentifier("UNDOFILE"); + + SQLExpr fileName = this.exprParser.primary(); + stmt.setAddUndoFile(fileName); + + if (lexer.identifierEquals(FnvHash.Constants.INITIAL_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr initialSize = this.exprParser.expr(); + stmt.setInitialSize(initialSize); + } + + if (lexer.identifierEquals(FnvHash.Constants.WAIT)) { + lexer.nextToken(); + stmt.setWait(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.ENGINE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr engine = this.exprParser.expr(); + stmt.setEngine(engine); + } + + return stmt; + } + + protected SQLStatement parseAlterProcedure() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + accept(Token.PROCEDURE); + + SQLAlterProcedureStatement stmt = new SQLAlterProcedureStatement(); + stmt.setDbType(dbType); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + // for mysql + for (; ; ) { + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLExpr comment = this.exprParser.primary(); + stmt.setComment(comment); + } else if (lexer.identifierEquals(FnvHash.Constants.LANGUAGE)) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setLanguageSql(true); + } else if (lexer.identifierEquals(FnvHash.Constants.SQL)) { + lexer.nextToken(); + acceptIdentifier("SECURITY"); + + SQLExpr sqlSecurity = this.exprParser.name(); + stmt.setSqlSecurity(sqlSecurity); + } else if (lexer.identifierEquals(FnvHash.Constants.CONTAINS) || lexer.token() == Token.CONTAINS) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setContainsSql(true); + } else { + break; + } + } + + return stmt; + } + + protected SQLStatement parseAlterFunction() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + accept(Token.FUNCTION); + + SQLAlterFunctionStatement stmt = new SQLAlterFunctionStatement(); + stmt.setDbType(dbType); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + // for mysql + for (; ; ) { + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLExpr comment = this.exprParser.primary(); + stmt.setComment(comment); + } else if (lexer.identifierEquals(FnvHash.Constants.LANGUAGE)) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setLanguageSql(true); + } else if (lexer.identifierEquals(FnvHash.Constants.SQL)) { + lexer.nextToken(); + acceptIdentifier("SECURITY"); + + SQLExpr sqlSecurity = this.exprParser.name(); + stmt.setSqlSecurity(sqlSecurity); + } else if (lexer.identifierEquals(FnvHash.Constants.CONTAINS) || lexer.token() == Token.CONTAINS) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setContainsSql(true); + } else { + break; + } + } + + return stmt; + } + + protected SQLStatement parseCreateEvent() { + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + } + + MySqlCreateEventStatement stmt = new MySqlCreateEventStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { + lexer.nextToken(); + accept(Token.EQ); + SQLName definer = this.getExprParser().userName(); + stmt.setDefiner(definer); + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + accept(Token.RPAREN); + } + } + + acceptIdentifier("EVENT"); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + stmt.setIfNotExists(true); + } + + SQLName eventName = this.exprParser.name(); + stmt.setName(eventName); + + while (lexer.token() == Token.ON) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.SCHEDULE)) { + lexer.nextToken(); + MySqlEventSchedule schedule = parseSchedule(); + stmt.setSchedule(schedule); + } else if (lexer.identifierEquals(FnvHash.Constants.COMPLETION)) { + lexer.nextToken(); + + boolean value; + if (lexer.token() == Token.NOT) { + lexer.nextToken(); + value = false; + } else { + value = true; + } + acceptIdentifier("PRESERVE"); + stmt.setOnCompletionPreserve(value); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.RENAME)) { + lexer.nextToken(); + accept(Token.TO); + SQLName renameTo = this.exprParser.name(); + stmt.setRenameTo(renameTo); + } + + if (lexer.token() == Token.ENABLE) { + stmt.setEnable(true); + lexer.nextToken(); + } else if (lexer.token() == Token.DISABLE) { + lexer.nextToken(); + stmt.setEnable(false); + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + acceptIdentifier("SLAVE"); + stmt.setDisableOnSlave(true); + } + } + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLExpr comment = this.exprParser.primary(); + stmt.setComment(comment); + } + + if (lexer.token() == Token.DO) { + lexer.nextToken(); + SQLStatement eventBody = this.parseStatement(); + stmt.setEventBody(eventBody); + } else if (lexer.token() == Token.IDENTIFIER) { + SQLExpr expr = this.exprParser.expr(); + SQLExprStatement eventBody = new SQLExprStatement(expr); + eventBody.setDbType(dbType); + stmt.setEventBody(eventBody); + } + + return stmt; + } + + protected SQLStatement parseAlterEvent() { + if (lexer.token() == Token.ALTER) { + lexer.nextToken(); + } + + MySqlAlterEventStatement stmt = new MySqlAlterEventStatement(); + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { + lexer.nextToken(); + accept(Token.EQ); + SQLName definer = this.getExprParser().userName(); + stmt.setDefiner(definer); + } + + acceptIdentifier("EVENT"); + + SQLName eventName = this.exprParser.name(); + stmt.setName(eventName); + + while (lexer.token() == Token.ON) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.SCHEDULE)) { + lexer.nextToken(); + MySqlEventSchedule schedule = parseSchedule(); + stmt.setSchedule(schedule); + } else if (lexer.identifierEquals(FnvHash.Constants.COMPLETION)) { + lexer.nextToken(); + + boolean value; + if (lexer.token() == Token.NOT) { + lexer.nextToken(); + value = false; + } else { + value = true; + } + acceptIdentifier("PRESERVE"); + stmt.setOnCompletionPreserve(value); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.RENAME)) { + lexer.nextToken(); + accept(Token.TO); + SQLName renameTo = this.exprParser.name(); + stmt.setRenameTo(renameTo); + } + + if (lexer.token() == Token.ENABLE) { + stmt.setEnable(true); + lexer.nextToken(); + } else if (lexer.token() == Token.DISABLE) { + lexer.nextToken(); + stmt.setEnable(false); + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + acceptIdentifier("SLAVE"); + stmt.setDisableOnSlave(true); + } + } + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + SQLExpr comment = this.exprParser.primary(); + stmt.setComment(comment); + } + + if (lexer.token() == Token.DO) { + lexer.nextToken(); + SQLStatement eventBody = this.parseStatement(); + stmt.setEventBody(eventBody); + } else if (lexer.token() == Token.IDENTIFIER) { + SQLExpr expr = this.exprParser.expr(); + SQLExprStatement eventBody = new SQLExprStatement(expr); + eventBody.setDbType(dbType); + stmt.setEventBody(eventBody); + } + + return stmt; + } + + private MySqlEventSchedule parseSchedule() { + MySqlEventSchedule schedule = new MySqlEventSchedule(); + + if (lexer.identifierEquals(FnvHash.Constants.AT)) { + lexer.nextToken(); + schedule.setAt(this.exprParser.expr()); + } else if (lexer.identifierEquals(FnvHash.Constants.EVERY)) { + lexer.nextToken(); + SQLExpr value = this.exprParser.expr(); + String unit = lexer.stringVal(); + lexer.nextToken(); + + SQLIntervalExpr intervalExpr = new SQLIntervalExpr(); + intervalExpr.setValue(value); + intervalExpr.setUnit(SQLIntervalUnit.valueOf(unit.toUpperCase())); + + schedule.setEvery(intervalExpr); + } + + if (lexer.identifierEquals(FnvHash.Constants.STARTS)) { + lexer.nextToken(); + schedule.setStarts(this.exprParser.expr()); + + if (lexer.identifierEquals(FnvHash.Constants.ENDS)) { + lexer.nextToken(); + schedule.setEnds(this.exprParser.expr()); + } + } else if (lexer.identifierEquals(FnvHash.Constants.ENDS)) { + lexer.nextToken(); + schedule.setEnds(this.exprParser.expr()); + } + + return schedule; + } + + private boolean parseAlterSpecification(SQLAlterTableStatement stmt) { + // Specification except table options. + switch (lexer.token()) { + case IDENTIFIER: + if (lexer.identifierEquals(FnvHash.Constants.ADD)) { + lexer.nextToken(); + + boolean hasConstraint = false; + SQLName constraintSymbol = null; + + switch (lexer.token()) { + // ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] + // ADD [COLUMN] (col_name column_definition,...) + case COLUMN: + lexer.nextToken(); + case LPAREN: + parseAlterTableAddColumn(stmt); + return true; + + // ADD {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (key_part,...) [index_option] ... + case FULLTEXT: + case IDENTIFIER: + if (lexer.token() == Token.FULLTEXT + || lexer.identifierEquals(FnvHash.Constants.SPATIAL) + || lexer.identifierEquals(FnvHash.Constants.CLUSTERED) + || lexer.identifierEquals(FnvHash.Constants.CLUSTERING) + || lexer.identifierEquals(FnvHash.Constants.ANN) + || lexer.identifierEquals(FnvHash.Constants.GLOBAL) + || lexer.identifierEquals(FnvHash.Constants.LOCAL)) { + // Index. + SQLAlterTableAddIndex item = new SQLAlterTableAddIndex(); + this.exprParser.parseIndex(item.getIndexDefinition()); + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.EXTPARTITION)) { + // Caution: Not in MySql documents. + lexer.nextToken(); + accept(Token.LPAREN); + SQLAlterTableAddExtPartition extPartitionItem = new SQLAlterTableAddExtPartition(); + MySqlExtPartition partitionDef = parseExtPartition(); + extPartitionItem.setExPartition(partitionDef); + stmt.addItem(extPartitionItem); + accept(Token.RPAREN); + } else { + // Add column. + parseAlterTableAddColumn(stmt); + } + return true; + + // ADD {INDEX|KEY} [index_name] [index_type] (key_part,...) [index_option] ... + case INDEX: + case KEY: { + SQLAlterTableAddIndex item = new SQLAlterTableAddIndex(); + this.exprParser.parseIndex(item.getIndexDefinition()); + stmt.addItem(item); + return true; + } + + // ADD [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (key_part,...) [index_option] ... + // ADD [CONSTRAINT [symbol]] UNIQUE [INDEX|KEY] [index_name] [index_type] (key_part,...) [index_option] ... + // ADD [CONSTRAINT [symbol]] FOREIGN KEY [index_name] (col_name,...) reference_definition + case CONSTRAINT: + hasConstraint = true; + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + constraintSymbol = this.exprParser.name(); + if (lexer.token() != Token.PRIMARY && lexer.token() != Token.UNIQUE && lexer.token() != Token.FOREIGN && lexer.token() != CHECK) { + throw new ParserException("syntax error, expect PRIMARY, UNIQUE or FOREIGN, actual " + lexer.token() + ", " + lexer.info()); + } + } + case PRIMARY: + case UNIQUE: + case FOREIGN: + case CHECK: + // Constraint. + if (lexer.token() == Token.FOREIGN) { + MysqlForeignKey fk = this.getExprParser().parseForeignKey(); + if (constraintSymbol != null) { + fk.setName(constraintSymbol); + } + fk.setHasConstraint(hasConstraint); + SQLAlterTableAddConstraint constraint = new SQLAlterTableAddConstraint(fk); + stmt.addItem(constraint); + } else if (lexer.token() == Token.PRIMARY) { + MySqlPrimaryKey pk = new MySqlPrimaryKey(); + if (constraintSymbol != null) { + pk.setName(constraintSymbol); + } + pk.getIndexDefinition().setHasConstraint(hasConstraint); + pk.getIndexDefinition().setSymbol(constraintSymbol); + this.exprParser.parseIndex(pk.getIndexDefinition()); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(pk); + stmt.addItem(item); + } else if (lexer.token() == Token.UNIQUE) { + MySqlUnique uk = new MySqlUnique(); + uk.getIndexDefinition().setHasConstraint(hasConstraint); + uk.getIndexDefinition().setSymbol(constraintSymbol); + this.exprParser.parseIndex(uk.getIndexDefinition()); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(uk); + stmt.addItem(item); + } else if (lexer.token() == Token.CHECK) { // ADD CHECK (expr) + lexer.nextToken(); + accept(Token.LPAREN); + SQLCheck check = new SQLCheck(); + if (null != constraintSymbol) { + check.setName(constraintSymbol); + } + check.setExpr(this.exprParser.expr()); + accept(Token.RPAREN); + boolean enforce = true; + if (lexer.token() == Token.NOT) { + enforce = false; + lexer.nextToken(); + } + if (lexer.stringVal().equalsIgnoreCase("ENFORCED")) { + check.setEnforced(enforce); + lexer.nextToken(); + } + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(check); + stmt.addItem(item); + } + return true; + + // ADD PARTITION (partition_definition) + case PARTITION: { + lexer.nextToken(); + SQLAlterTableAddPartition item = new SQLAlterTableAddPartition(); + if (lexer.identifierEquals("PARTITIONS")) { + lexer.nextToken(); + item.setPartitionCount(this.exprParser.integerExpr()); + } + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + + for (; ; ) { + SQLPartition partition = this.getExprParser().parsePartition(); + item.addPartition(partition); + if (lexer.token() == COMMA) { + lexer.nextToken(); + + if (lexer.token() == PARTITION) { + continue; + } + } + break; + } + accept(Token.RPAREN); + } + stmt.addItem(item); + return true; + } + + default: + // Add column. + parseAlterTableAddColumn(stmt); + return true; + } + } else if (lexer.identifierEquals(FnvHash.Constants.ALGORITHM)) { + // ALGORITHM [=] {DEFAULT|INPLACE|COPY} + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.addItem(new MySqlAlterTableOption("ALGORITHM", lexer.stringVal())); + lexer.nextToken(); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.CHANGE)) { + // CHANGE [COLUMN] old_col_name new_col_name column_definition [FIRST|AFTER col_name] + lexer.nextToken(); + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + MySqlAlterTableChangeColumn item = new MySqlAlterTableChangeColumn(); + item.setColumnName(this.exprParser.name()); + item.setNewColumnDefinition(this.exprParser.parseColumn()); + if (lexer.identifierEquals("AFTER")) { + lexer.nextToken(); + item.setAfterColumn(this.exprParser.name()); + } else if (lexer.identifierEquals("FIRST")) { + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + item.setFirstColumn(this.exprParser.name()); + } else { + item.setFirst(true); + } + } + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.CONVERT)) { + // CONVERT TO CHARACTER SET charset_name [COLLATE collation_name] + lexer.nextToken(); + accept(Token.TO); + acceptIdentifier("CHARACTER"); + accept(Token.SET); + SQLAlterTableConvertCharSet item = new SQLAlterTableConvertCharSet(); + SQLExpr charset = this.exprParser.name(); + item.setCharset(charset); + if (lexer.identifierEquals("COLLATE")) { + lexer.nextToken(); + SQLExpr collate = this.exprParser.primary(); + item.setCollate(collate); + } + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.DISCARD)) { + // DISCARD PARTITION {partition_names | ALL} TABLESPACE + // DISCARD TABLESPACE + lexer.nextToken(); + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLAlterTableDiscardPartition item = new SQLAlterTableDiscardPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + if (lexer.token() == Token.TABLESPACE) { + lexer.nextToken(); + item.setTablespace(true); + } + + stmt.addItem(item); + } else { + accept(Token.TABLESPACE); + MySqlAlterTableDiscardTablespace item = new MySqlAlterTableDiscardTablespace(); + stmt.addItem(item); + } + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.IMPORT)) { + // IMPORT PARTITION {partition_names | ALL} TABLESPACE + // IMPORT TABLESPACE + lexer.nextToken(); + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLAlterTableImportPartition item = new SQLAlterTableImportPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + if (lexer.token() == Token.TABLESPACE) { + lexer.nextToken(); + item.setTablespace(true); + } + + stmt.addItem(item); + } else { + accept(Token.TABLESPACE); + MySqlAlterTableImportTablespace item = new MySqlAlterTableImportTablespace(); + stmt.addItem(item); + } + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + // FORCE + lexer.nextToken(); + MySqlAlterTableForce item = new MySqlAlterTableForce(); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.MODIFY)) { + // MODIFY [COLUMN] col_name column_definition [FIRST | AFTER col_name] + lexer.nextToken(); + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + boolean paren = false; + if (lexer.token() == Token.LPAREN) { + paren = true; + lexer.nextToken(); + } + for (; ; ) { + MySqlAlterTableModifyColumn item = new MySqlAlterTableModifyColumn(); + item.setNewColumnDefinition(this.exprParser.parseColumn()); + if (lexer.identifierEquals("AFTER")) { + lexer.nextToken(); + item.setAfterColumn(this.exprParser.name()); + } else if (lexer.identifierEquals("FIRST")) { + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + item.setFirstColumn(this.exprParser.name()); + } else { + item.setFirst(true); + } + } + stmt.addItem(item); + + if (paren && lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + if (paren) { + accept(Token.RPAREN); + } + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.RENAME)) { + // RENAME {INDEX|KEY} old_index_name TO new_index_name + // RENAME [TO|AS] new_tbl_name + lexer.nextToken(); + + switch (lexer.token()) { + case INDEX: + case KEY: { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + accept(Token.TO); + SQLName to = this.exprParser.name(); + SQLAlterTableRenameIndex item = new SQLAlterTableRenameIndex(name, to); + stmt.addItem(item); + return true; + } + + case COLUMN: { + lexer.nextToken(); + SQLName columnName = exprParser.name(); + accept(Token.TO); + SQLName toName = this.exprParser.name(); + SQLAlterTableRenameColumn renameColumn = new SQLAlterTableRenameColumn(); + renameColumn.setColumn(columnName); + renameColumn.setTo(toName); + stmt.addItem(renameColumn); + return true; + } + + case TO: + case AS: + lexer.nextToken(); + case IDENTIFIER: + SQLAlterTableRename item = new SQLAlterTableRename(); + SQLName to = this.exprParser.name(); + item.setTo(to); + stmt.addItem(item); + return true; + + default: + break; + } + } else if (lexer.identifierEquals(FnvHash.Constants.WITHOUT)) { + // WITHOUT VALIDATION + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + MySqlAlterTableValidation item = new MySqlAlterTableValidation(); + item.setWithValidation(false); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals("COALESCE")) { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableCoalescePartition item = new SQLAlterTableCoalescePartition(); + SQLIntegerExpr countExpr = this.exprParser.integerExpr(); + item.setCount(countExpr); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals("REORGANIZE")) { + // REORGANIZE PARTITION partition_names INTO (partition_definitions) + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableReOrganizePartition item = new SQLAlterTableReOrganizePartition(); + + this.exprParser.names(item.getNames(), item); + + accept(Token.INTO); + accept(Token.LPAREN); + for (; ; ) { + SQLPartition partition = this.getExprParser().parsePartition(); + + item.addPartition(partition); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + } + accept(Token.RPAREN); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.EXCHANGE)) { + // EXCHANGE PARTITION partition_name WITH TABLE tbl_name [{WITH|WITHOUT} VALIDATION] + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableExchangePartition item = new SQLAlterTableExchangePartition(); + + SQLName partition = this.exprParser.name(); + item.addPartition(partition); + + accept(Token.WITH); + accept(Token.TABLE); + SQLName table = this.exprParser.name(); + item.setTable(table); + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + item.setValidation(true); + } else if (lexer.identifierEquals(FnvHash.Constants.WITHOUT)) { + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + item.setValidation(false); + } + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals("REBUILD")) { + // REBUILD PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableRebuildPartition item = new SQLAlterTableRebuildPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals("REPAIR")) { + // REPAIR PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableRepairPartition item = new SQLAlterTableRepairPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.REMOVE)) { + // REMOVE PARTITIONING + lexer.nextToken(); + acceptIdentifier("PARTITIONING"); + stmt.setRemovePatiting(true); + } else if (lexer.identifierEquals("UPGRADE")) { + // UPGRADE PARTITIONING + lexer.nextToken(); + acceptIdentifier("PARTITIONING"); + stmt.setUpgradePatiting(true); + } else if (lexer.identifierEquals("HOT_PARTITION_COUNT")) { + // UPGRADE PARTITIONING + lexer.nextToken(); + accept(EQ); + try { + stmt.getTableOptions().add(new SQLAssignItem(new SQLIdentifierExpr("HOT_PARTITION_COUNT"), this.exprParser.integerExpr())); + } catch (Exception e) { + throw new ParserException("only integer number is supported for hot_partition_count"); + } + } + + // + // Other not in MySql documents. + // + + else if (lexer.identifierEquals(FnvHash.Constants.PARTITIONS)) { + // Caution: Not in MySql documents. + SQLAlterTablePartitionCount item = new SQLAlterTablePartitionCount(); + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setCount((SQLIntegerExpr) exprParser.integerExpr()); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.SUBPARTITION)) { + // Caution: Not in MySql documents. + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.LIFECYCLE)) { + lexer.nextToken(); + SQLAlterTableSubpartitionLifecycle item = new SQLAlterTableSubpartitionLifecycle(); + if (lexer.token() == Token.LITERAL_INT) { + for (; ; ) { + item.getPartitionIds().add(this.exprParser.integerExpr()); + String pidStr = lexer.stringVal(); + accept(Token.VARIANT); + String s = pidStr.replaceAll(":", ""); + if (StringUtils.isEmpty(s)) { + item.getSubpartitionLifeCycle().add(exprParser.integerExpr()); + } else { + item.getSubpartitionLifeCycle().add(new SQLIntegerExpr(Integer.valueOf(s))); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + } + stmt.addItem(item); + } + return true; + } else if (lexer.identifierEquals("BLOCK_SIZE")) { + // Caution: Not in MySql documents. + SQLAlterTableBlockSize item = new SQLAlterTableBlockSize(); + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + accept(Token.EQ); + } + item.setSize((SQLIntegerExpr) exprParser.expr()); + stmt.addItem(item); + return true; + } else if (lexer.identifierEquals(INSERT_METHOD)) { + // Caution: Not in MySql documents. + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().add(new SQLAssignItem(new SQLIdentifierExpr(INSERT_METHOD), this.exprParser.primary())); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.CLUSTERED)) { + // Caution: Not in MySql documents. + SQLAlterTableModifyClusteredBy clusteredBy = new SQLAlterTableModifyClusteredBy(); + + acceptIdentifier("CLUSTERED"); + accept(Token.BY); + accept(Token.LPAREN); + + // for ads: ALTER TABLE SCHEMA1.TABLE1 CLUSTERED BY (); + if (lexer.token() != Token.RPAREN) { + for (; ; ) { + clusteredBy.addClusterColumn(this.exprParser.name()); + + if (lexer.token() == Token.COMMA) { + accept(Token.COMMA); + continue; + } + break; + } + } + + accept(Token.RPAREN); + + stmt.addItem(clusteredBy); + return true; + } else if (lexer.identifierEquals(FnvHash.Constants.SUBPARTITION_AVAILABLE_PARTITION_NUM)) { + // Caution: Not in MySql documents. + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLIntegerExpr num = this.exprParser.integerExpr(); + SQLAlterTableSubpartitionAvailablePartitionNum item = new SQLAlterTableSubpartitionAvailablePartitionNum(); + item.setNumber(num); + stmt.addItem(item); + return true; + } + break; + + case ALTER: { + lexer.nextToken(); + if (lexer.token() == Token.INDEX) { + // Caution: Not in MySql documents. + lexer.nextToken(); + + SQLName indexName = this.exprParser.name(); + + if (lexer.identifierEquals("VISIBLE")) { + SQLAlterTableAlterIndex alterIndex = new SQLAlterTableAlterIndex(); + alterIndex.setName(indexName); + lexer.nextToken(); + alterIndex.getIndexDefinition().getOptions().setVisible(true); + stmt.addItem(alterIndex); + break; + } + + MySqlAlterTableAlterFullTextIndex alterIndex = new MySqlAlterTableAlterFullTextIndex(); + alterIndex.setIndexName(indexName); + + accept(Token.SET); + accept(Token.FULLTEXT); + + if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + alterIndex.setAnalyzerType(AnalyzerIndexType.INDEX); + } else if (lexer.identifierEquals(FnvHash.Constants.QUERY)) { + lexer.nextToken(); + alterIndex.setAnalyzerType(AnalyzerIndexType.QUERY); + } + + acceptIdentifier("ANALYZER"); + + accept(Token.EQ); + + alterIndex.setAnalyzerName(this.exprParser.name()); + stmt.addItem(alterIndex); + } else if (lexer.token() == Token.CHECK || lexer.token() == Token.CONSTRAINT) { + lexer.nextToken(); + MysqlAlterTableAlterCheck check = new MysqlAlterTableAlterCheck(); + check.setName(this.exprParser.name()); + boolean enforce = true; + if (lexer.token() == Token.NOT) { + enforce = false; + lexer.nextToken(); + } + if (lexer.stringVal().equalsIgnoreCase("ENFORCED")) { + check.setEnforced(enforce); + lexer.nextToken(); + } + stmt.addItem(check); + } else { + // ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT} + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + MySqlAlterTableAlterColumn alterColumn = new MySqlAlterTableAlterColumn(); + alterColumn.setColumn(this.exprParser.name()); + if (lexer.token() == Token.SET) { + lexer.nextToken(); + accept(Token.DEFAULT); + alterColumn.setDefaultExpr(this.exprParser.expr()); + } else { + accept(Token.DROP); + accept(Token.DEFAULT); + alterColumn.setDropDefault(true); + } + stmt.addItem(alterColumn); + } + return true; + } + + // [DEFAULT] CHARACTER SET [=] charset_name [COLLATE [=] collation_name] + // parse in table options. + + case DISABLE: + lexer.nextToken(); + if (lexer.token() == Token.CONSTRAINT) { + // Caution: Not in MySql documents. + lexer.nextToken(); + SQLAlterTableDisableConstraint item = new SQLAlterTableDisableConstraint(); + item.setConstraintName(this.exprParser.name()); + stmt.addItem(item); + } else { + // DISABLE KEYS + acceptIdentifier("KEYS"); + SQLAlterTableDisableKeys item = new SQLAlterTableDisableKeys(); + stmt.addItem(item); + } + return true; + + case ENABLE: + lexer.nextToken(); + if (lexer.token() == Token.CONSTRAINT) { + // Caution: Not in MySql documents. + lexer.nextToken(); + SQLAlterTableEnableConstraint item = new SQLAlterTableEnableConstraint(); + item.setConstraintName(this.exprParser.name()); + stmt.addItem(item); + } else { + // ENABLE KEYS + acceptIdentifier("KEYS"); + SQLAlterTableEnableKeys item = new SQLAlterTableEnableKeys(); + stmt.addItem(item); + } + return true; + + case LOCK: { + // LOCK [=] {DEFAULT|NONE|SHARED|EXCLUSIVE} + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + MySqlAlterTableLock item = new MySqlAlterTableLock(); + item.setLockType(new SQLIdentifierExpr(lexer.stringVal())); + lexer.nextToken(); + stmt.addItem(item); + return true; + } + + case ORDER: { + lexer.nextToken(); + accept(Token.BY); + MySqlAlterTableOrderBy item = new MySqlAlterTableOrderBy(); + while (true) { + if (lexer.token() == Token.IDENTIFIER) { + SQLSelectOrderByItem column = this.exprParser.parseSelectOrderByItem(); + column.setParent(item); + item.addColumn(column); + } else { + break; + } + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } else { + break; + } + } + stmt.addItem(item); + return true; + } + + case WITH: { + // WITH VALIDATION + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + MySqlAlterTableValidation item = new MySqlAlterTableValidation(); + item.setWithValidation(true); + stmt.addItem(item); + return true; + } + + case DROP: + // DROP [COLUMN] col_name + // DROP {INDEX|KEY} index_name + // DROP PRIMARY KEY + // DROP FOREIGN KEY fk_symbol + // DROP PARTITION partition_names + // TODO: need check. + parseAlterDrop(stmt); + return true; + + case TRUNCATE: { + // TRUNCATE PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + SQLAlterTableTruncatePartition item = new SQLAlterTableTruncatePartition(); + if (lexer.token() == Token.ALL) { + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + lexer.nextToken(); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } + + case ANALYZE: { + // ANALYZE PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + SQLAlterTableAnalyzePartition item = new SQLAlterTableAnalyzePartition(); + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } + + case CHECK: { + // CHECK PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + SQLAlterTableCheckPartition item = new SQLAlterTableCheckPartition(); + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } + + case OPTIMIZE: { + // OPTIMIZE PARTITION {partition_names | ALL} + lexer.nextToken(); + accept(Token.PARTITION); + SQLAlterTableOptimizePartition item = new SQLAlterTableOptimizePartition(); + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + return true; + } + + // + // Other not in MySql documents. + // + + case SET: { + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.RULE)) { + SQLAlterTableSetOption setOption = new SQLAlterTableSetOption(); + SQLAssignItem item = this.exprParser.parseAssignItem(); + setOption.addOption(item); + stmt.addItem(setOption); + } else { + acceptIdentifier("TBLPROPERTIES"); + SQLAlterTableSetOption setOption = new SQLAlterTableSetOption(); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem item = this.exprParser.parseAssignItem(); + setOption.addOption(item); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + stmt.addItem(setOption); + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + SQLName on = this.exprParser.name(); + setOption.setOn(on); + } + } + + return true; + } + + case PARTITION: { + Lexer.SavePoint mark = lexer.mark(); + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.LIFECYCLE)) { + lexer.nextToken(); + SQLAlterTablePartitionLifecycle item = new SQLAlterTablePartitionLifecycle(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setLifecycle((SQLIntegerExpr) exprParser.integerExpr()); + stmt.addItem(item); + return true; + } else { + lexer.reset(mark); + } + } + } + return false; + } + + protected SQLStatement parseAlterTable(boolean ignore, boolean online, boolean offline) { + lexer.nextToken(); + + SQLAlterTableStatement stmt = new SQLAlterTableStatement(getDbType()); + stmt.setIgnore(ignore); + stmt.setOnline(online); + stmt.setOffline(offline); + stmt.setName(this.exprParser.name()); + + while (true) { + boolean parsed = ((MySqlExprParser) this.exprParser).parseTableOptions(stmt.getTableOptions(), stmt); + if (!parsed) { + parsed = parseAlterSpecification(stmt); + } + + if (parsed) { + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } + } else { + break; + } + } + + // partition_options + if (Token.PARTITION == lexer.token()) { + SQLPartitionBy partitionBy = this.getSQLCreateTableParser().parsePartitionBy(); + stmt.setPartition(partitionBy); + } else { + // Change to rename table if only one rename to xx. + if (1 == stmt.getItems().size() && stmt.getItems().get(0) instanceof SQLAlterTableRename) { + MySqlRenameTableStatement renameStmt = new MySqlRenameTableStatement(); + MySqlRenameTableStatement.Item item = new MySqlRenameTableStatement.Item(); + item.setName((SQLName) stmt.getTableSource().getExpr()); + item.setTo(((SQLAlterTableRename) stmt.getItems().get(0)).getToName()); + renameStmt.addItem(item); + return renameStmt; + } + } + + return stmt; + } + + /* + protected SQLStatement parseAlterTableOld(boolean ignore) { + lexer.nextToken(); + + SQLAlterTableStatement stmt = new SQLAlterTableStatement(getDbType()); + stmt.setIgnore(ignore); + stmt.setName(this.exprParser.name()); + + for_: + for (; ; ) { + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } + + switch (lexer.token()) { + case DROP: { + parseAlterDrop(stmt); + break; + } + case TRUNCATE: { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableTruncatePartition item = new SQLAlterTableTruncatePartition(); + if (lexer.token() == Token.ALL) { + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + lexer.nextToken(); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + break; + } + case ALTER: { + lexer.nextToken(); + if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + MySqlAlterTableAlterFullTextIndex alterIndex = new MySqlAlterTableAlterFullTextIndex(); + SQLName indexName = this.exprParser.name(); + alterIndex.setIndexName(indexName); + + accept(Token.SET); + accept(Token.FULLTEXT); + + if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + alterIndex.setAnalyzerType(AnalyzerIndexType.INDEX); + } else if (lexer.identifierEquals(FnvHash.Constants.QUERY)) { + lexer.nextToken(); + alterIndex.setAnalyzerType(AnalyzerIndexType.QUERY); + } + + acceptIdentifier("ANALYZER"); + + accept(Token.EQ); + + alterIndex.setAnalyzerName(this.exprParser.name()); + stmt.addItem(alterIndex); + } else { + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + + MySqlAlterTableAlterColumn alterColumn = new MySqlAlterTableAlterColumn(); + alterColumn.setColumn(this.exprParser.name()); + + if (lexer.token() == Token.SET) { + lexer.nextToken(); + accept(Token.DEFAULT); + + alterColumn.setDefaultExpr(this.exprParser.expr()); + } else { + accept(Token.DROP); + accept(Token.DEFAULT); + alterColumn.setDropDefault(true); + } + + stmt.addItem(alterColumn); + } + break; + } + case DISABLE: { + lexer.nextToken(); + if (lexer.token() == Token.CONSTRAINT) { + lexer.nextToken(); + SQLAlterTableDisableConstraint item = new SQLAlterTableDisableConstraint(); + item.setConstraintName(this.exprParser.name()); + stmt.addItem(item); + } else { + acceptIdentifier("KEYS"); + SQLAlterTableDisableKeys item = new SQLAlterTableDisableKeys(); + stmt.addItem(item); + } + break; + } + case ENABLE: { + lexer.nextToken(); + if (lexer.token() == Token.CONSTRAINT) { + lexer.nextToken(); + SQLAlterTableEnableConstraint item = new SQLAlterTableEnableConstraint(); + item.setConstraintName(this.exprParser.name()); + stmt.addItem(item); + } else { + acceptIdentifier("KEYS"); + SQLAlterTableEnableKeys item = new SQLAlterTableEnableKeys(); + stmt.addItem(item); + } + break; + } + case DEFAULT: { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + SQLAlterCharacter item = alterTableCharacter(); + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLAlterCharacter item = new SQLAlterCharacter(); + item.setCollate(this.exprParser.primary()); + stmt.addItem(item); + } else { + throw new ParserException("TODO " + lexer.info()); + } + continue for_; + } + case CHECK: { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableCheckPartition item = new SQLAlterTableCheckPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + stmt.addItem(item); + break; + } + case OPTIMIZE: { + lexer.nextToken(); + + accept(Token.PARTITION); + + SQLAlterTableOptimizePartition item = new SQLAlterTableOptimizePartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + stmt.addItem(item); + break; + } + case ANALYZE: { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableAnalyzePartition item = new SQLAlterTableAnalyzePartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + stmt.addItem(item); + break; + } + case COMMENT: { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + accept(Token.EQ); + } + stmt.getTableOptions().put("COMMENT", this.exprParser.charExpr()); + continue for_; + } + case UNION: { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + + accept(Token.LPAREN); + SQLTableSource tableSrc = this.createSQLSelectParser().parseTableSource(); + stmt.getTableOptions().put("UNION", tableSrc); + accept(Token.RPAREN); + continue for_; + } + case SET: { + lexer.nextToken(); + + if (lexer.identifierEquals(FnvHash.Constants.RULE)) { + SQLAlterTableSetOption setOption = new SQLAlterTableSetOption(); + SQLAssignItem item = this.exprParser.parseAssignItem(); + setOption.addOption(item); + stmt.addItem(setOption); + } else { + acceptIdentifier("TBLPROPERTIES"); + SQLAlterTableSetOption setOption = new SQLAlterTableSetOption(); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem item = this.exprParser.parseAssignItem(); + setOption.addOption(item); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + stmt.addItem(setOption); + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + SQLName on = this.exprParser.name(); + setOption.setOn(on); + } + } + + break; + } + default: { + if (lexer.identifierEquals(FnvHash.Constants.ADD)) { + lexer.nextToken(); + + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + parseAlterTableAddColumn(stmt); + } else if (lexer.token() == Token.INDEX + || lexer.token() == Token.FULLTEXT + || lexer.identifierEquals(FnvHash.Constants.SPATIAL) + || lexer.identifierEquals(FnvHash.Constants.CLUSTERED) + || lexer.identifierEquals(FnvHash.Constants.ANN) + || lexer.identifierEquals(FnvHash.Constants.GLOBAL) + || lexer.identifierEquals(FnvHash.Constants.LOCAL)) { + SQLAlterTableAddIndex item = parseAlterTableAddIndex(); + item.setParent(stmt); + stmt.addItem(item); + } else if (lexer.token() == Token.UNIQUE) { + SQLAlterTableAddIndex item = parseAlterTableAddIndex(); + item.setParent(stmt); + stmt.addItem(item); + } else if (lexer.token() == Token.PRIMARY) { + SQLPrimaryKey primaryKey = this.exprParser.parsePrimaryKey(); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(primaryKey); + stmt.addItem(item); + } else if (lexer.token() == Token.KEY) { + // throw new ParserException("TODO " + lexer.token() + + // " " + lexer.stringVal()); + SQLAlterTableAddIndex item = parseAlterTableAddIndex(); + item.setParent(stmt); + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.CLUSTERING)) { + SQLAlterTableAddClusteringKey item = parseAlterTableAddClusteringKey(); + item.setParent(stmt); + stmt.addItem(item); + } else if (lexer.token() == Token.FOREIGN) { + MysqlForeignKey fk = this.getExprParser().parseForeignKey(); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(fk); + + stmt.addItem(item); + } else if (lexer.token() == Token.CONSTRAINT) { + lexer.nextToken(); + + if (lexer.token() == Token.PRIMARY) { + SQLPrimaryKey primaryKey = ((MySqlExprParser) this.exprParser).parsePrimaryKey(); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(primaryKey); + item.setParent(stmt); + + stmt.addItem(item); + } else if (lexer.token() == Token.FOREIGN) { + MysqlForeignKey fk = this.getExprParser().parseForeignKey(); + fk.setHasConstraint(true); + + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(fk); + + stmt.addItem(item); + } else if (lexer.token() == Token.UNIQUE) { + SQLUnique unique = this.exprParser.parseUnique(); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(unique); + stmt.addItem(item); + } else { + SQLName constraintName = this.exprParser.name(); + + if (lexer.token() == Token.PRIMARY) { + SQLPrimaryKey primaryKey = ((MySqlExprParser) this.exprParser).parsePrimaryKey(); + + primaryKey.setName(constraintName); + + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(primaryKey); + item.setParent(stmt); + + stmt.addItem(item); + } else if (lexer.token() == Token.FOREIGN) { + MysqlForeignKey fk = this.getExprParser().parseForeignKey(); + fk.setName(constraintName); + fk.setHasConstraint(true); + + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(fk); + + stmt.addItem(item); + } else if (lexer.token() == Token.UNIQUE) { + SQLUnique unique = this.exprParser.parseUnique(); + SQLAlterTableAddConstraint item = new SQLAlterTableAddConstraint(unique); + stmt.addItem(item); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + } else if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + + SQLAlterTableAddPartition item = new SQLAlterTableAddPartition(); + + if (lexer.identifierEquals("PARTITIONS")) { + lexer.nextToken(); + item.setPartitionCount(this.exprParser.integerExpr()); + } + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + SQLPartition partition = this.getExprParser().parsePartition(); + accept(Token.RPAREN); + item.addPartition(partition); + } + + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.EXTPARTITION)) { + lexer.nextToken(); + accept(Token.LPAREN); + SQLAlterTableAddExtPartition extPartitionItem = new SQLAlterTableAddExtPartition(); + MySqlExtPartition partitionDef = parseExtPartition(); + extPartitionItem.setExPartition(partitionDef); + stmt.addItem(extPartitionItem); + accept(Token.RPAREN); + } else { + parseAlterTableAddColumn(stmt); + } + } else if (lexer.identifierEquals(FnvHash.Constants.CHANGE)) { + lexer.nextToken(); + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + MySqlAlterTableChangeColumn item = new MySqlAlterTableChangeColumn(); + item.setColumnName(this.exprParser.name()); + item.setNewColumnDefinition(this.exprParser.parseColumn()); + if (lexer.identifierEquals("AFTER")) { + lexer.nextToken(); + item.setAfterColumn(this.exprParser.name()); + } else if (lexer.identifierEquals("FIRST")) { + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + item.setFirstColumn(this.exprParser.name()); + } else { + item.setFirst(true); + } + } + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.MODIFY)) { + lexer.nextToken(); + + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + } + + boolean paren = false; + if (lexer.token() == Token.LPAREN) { + paren = true; + lexer.nextToken(); + } + + for (; ; ) { + MySqlAlterTableModifyColumn item = new MySqlAlterTableModifyColumn(); + item.setNewColumnDefinition(this.exprParser.parseColumn()); + if (lexer.identifierEquals("AFTER")) { + lexer.nextToken(); + item.setAfterColumn(this.exprParser.name()); + } else if (lexer.identifierEquals("FIRST")) { + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + item.setFirstColumn(this.exprParser.name()); + } else { + item.setFirst(true); + } + } + stmt.addItem(item); + + if (paren && lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + + if (paren) { + accept(Token.RPAREN); + } + } else if (lexer.identifierEquals(FnvHash.Constants.RENAME)) { + lexer.nextToken(); + + if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + accept(Token.TO); + SQLName to = this.exprParser.name(); + SQLAlterTableRenameIndex item = new SQLAlterTableRenameIndex(name, to); + stmt.addItem(item); + continue for_; + } + + if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + + SQLName columnName = exprParser.name(); + accept(Token.TO); + SQLName toName = this.exprParser.name(); + SQLAlterTableRenameColumn renameColumn = new SQLAlterTableRenameColumn(); + + renameColumn.setColumn(columnName); + renameColumn.setTo(toName); + stmt.addItem(renameColumn); + continue for_; + } + + if (lexer.token() == Token.TO || lexer.token() == Token.AS) { + lexer.nextToken(); + } + + if (stmt.getItems().size() > 0) { + SQLAlterTableRename item = new SQLAlterTableRename(); + SQLName to = this.exprParser.name(); + item.setTo(to); + stmt.addItem(item); + } else { + MySqlRenameTableStatement renameStmt = new MySqlRenameTableStatement(); + MySqlRenameTableStatement.Item item = new MySqlRenameTableStatement.Item(); + item.setName((SQLName) stmt.getTableSource().getExpr()); + item.setTo(this.exprParser.name()); + renameStmt.addItem(item); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + + SQLAlterTableRename alterItem = new SQLAlterTableRename(); + alterItem.setTo(item.getTo()); + stmt.addItem(alterItem); + continue; + } else { + // SQLAlterTableRename + return renameStmt; + } + + } + } else if (lexer.token() == Token.ORDER) { + throw new ParserException("TODO " + lexer.info()); + } else if (lexer.identifierEquals("CONVERT")) { + lexer.nextToken(); + accept(Token.TO); + acceptIdentifier("CHARACTER"); + accept(Token.SET); + + SQLAlterTableConvertCharSet item = new SQLAlterTableConvertCharSet(); + SQLExpr charset = this.exprParser.primary(); + item.setCharset(charset); + + if (lexer.identifierEquals("COLLATE")) { + lexer.nextToken(); + SQLExpr collate = this.exprParser.primary(); + item.setCollate(collate); + } + + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.DISCARD)) { + lexer.nextToken(); + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLAlterTableDiscardPartition item = new SQLAlterTableDiscardPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + if (lexer.token() == Token.TABLESPACE) { + lexer.nextToken(); + item.setTablespace(true); + } + + stmt.addItem(item); + } else { + accept(Token.TABLESPACE); + MySqlAlterTableDiscardTablespace item = new MySqlAlterTableDiscardTablespace(); + stmt.addItem(item); + } + + } else if (lexer.identifierEquals("IMPORT")) { + lexer.nextToken(); + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + SQLAlterTableImportPartition item = new SQLAlterTableImportPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + stmt.addItem(item); + } else { + accept(Token.TABLESPACE); + MySqlAlterTableImportTablespace item = new MySqlAlterTableImportTablespace(); + stmt.addItem(item); + } + } else if (lexer.identifierEquals(FnvHash.Constants.FORCE)) { + throw new ParserException("TODO " + lexer.info()); + } else if (lexer.identifierEquals("COALESCE")) { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableCoalescePartition item = new SQLAlterTableCoalescePartition(); + SQLIntegerExpr countExpr = this.exprParser.integerExpr(); + item.setCount(countExpr); + stmt.addItem(item); + } else if (lexer.identifierEquals("REORGANIZE")) { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableReOrganizePartition item = new SQLAlterTableReOrganizePartition(); + + this.exprParser.names(item.getNames(), item); + + accept(Token.INTO); + accept(Token.LPAREN); + for (; ; ) { + SQLPartition partition = this.getExprParser().parsePartition(); + + item.addPartition(partition); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + } + accept(Token.RPAREN); + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.EXCHANGE)) { + lexer.nextToken(); + accept(Token.PARTITION); + + SQLAlterTableExchangePartition item = new SQLAlterTableExchangePartition(); + + SQLName partition = this.exprParser.name(); + item.addPartition(partition); + + accept(Token.WITH); + accept(Token.TABLE); + SQLName table = this.exprParser.name(); + item.setTable(table); + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + item.setValidation(true); + } else if (lexer.identifierEquals(FnvHash.Constants.WITHOUT)) { + lexer.nextToken(); + acceptIdentifier("VALIDATION"); + item.setValidation(false); + } + + stmt.addItem(item); + } else if (lexer.identifierEquals("REBUILD")) { + lexer.nextToken(); + + accept(Token.PARTITION); + + SQLAlterTableRebuildPartition item = new SQLAlterTableRebuildPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + stmt.addItem(item); + } else if (lexer.identifierEquals("REPAIR")) { + lexer.nextToken(); + + accept(Token.PARTITION); + + SQLAlterTableRepairPartition item = new SQLAlterTableRepairPartition(); + + if (lexer.token() == Token.ALL) { + lexer.nextToken(); + item.getPartitions().add(new SQLIdentifierExpr("ALL")); + } else { + this.exprParser.names(item.getPartitions(), item); + } + + stmt.addItem(item); + } else if (lexer.identifierEquals(FnvHash.Constants.PARTITIONS)) { + SQLAlterTablePartitionCount item = new SQLAlterTablePartitionCount(); + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setCount((SQLIntegerExpr) exprParser.integerExpr()); + stmt.addItem(item); + } else if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + if(lexer.identifierEquals(FnvHash.Constants.LIFECYCLE)) { + lexer.nextToken(); + SQLAlterTablePartitionLifecycle item = new SQLAlterTablePartitionLifecycle(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setLifecycle((SQLIntegerExpr) exprParser.integerExpr()); + stmt.addItem(item); + } + } else if (lexer.identifierEquals(FnvHash.Constants.SUBPARTITION)) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.LIFECYCLE)) { + lexer.nextToken(); + SQLAlterTableSubpartitionLifecycle item = new SQLAlterTableSubpartitionLifecycle(); + if (lexer.token() == Token.LITERAL_INT) { + for (; ; ) { + item.getPartitionIds().add(this.exprParser.integerExpr()); + String pidStr = lexer.stringVal(); + accept(Token.VARIANT); + String s = pidStr.replaceAll(":", ""); + if (StringUtils.isEmpty(s)) { + item.getSubpartitionLifeCycle().add(exprParser.integerExpr()); + } else { + item.getSubpartitionLifeCycle().add(new SQLIntegerExpr(Integer.valueOf(s))); + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + } + stmt.addItem(item); + } + } else if (lexer.identifierEquals("BLOCK_SIZE")) { + SQLAlterTableBlockSize item = new SQLAlterTableBlockSize(); + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + accept(Token.EQ); + } + item.setSize((SQLIntegerExpr) exprParser.expr()); + stmt.addItem(item); + } else if (lexer.identifierEquals("COMPRESSION")) { + SQLAlterTableCompression item = new SQLAlterTableCompression(); + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setName(exprParser.charExpr()); + stmt.addItem(item); + continue for_; + } else if (lexer.identifierEquals("REMOVE")) { + lexer.nextToken(); + acceptIdentifier("PARTITIONING"); + stmt.setRemovePatiting(true); + } else if (lexer.identifierEquals("UPGRADE")) { + lexer.nextToken(); + acceptIdentifier("PARTITIONING"); + stmt.setUpgradePatiting(true); + } else if (lexer.identifierEquals("ALGORITHM")) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.addItem(new MySqlAlterTableOption("ALGORITHM", lexer.stringVal())); + lexer.nextToken(); + continue for_; + } else if (lexer.identifierEquals(ENGINE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(ENGINE, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(AUTO_INCREMENT)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(AUTO_INCREMENT, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(AVG_ROW_LENGTH)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(AVG_ROW_LENGTH, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.CHECKSUM)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(CHECKSUM2, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.CONNECTION)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(CONNECTION, this.exprParser.charExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.DATA) || + lexer.token() == Token.INDEX) { + boolean isIndex = lexer.token() == Token.INDEX; + lexer.nextToken(); + acceptIdentifier("DIRECTORY"); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put( + isIndex ? "INDEX DIRECTORY" : "DATA DIRECTORY", + this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(DELAY_KEY_WRITE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(DELAY_KEY_WRITE, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.ENCRYPTION)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(ENCRYPTION2, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(INSERT_METHOD)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(INSERT_METHOD, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.KEY_BLOCK_SIZE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(KEY_BLOCK_SIZE2, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.MAX_ROWS)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(MAX_ROWS2, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.MIN_ROWS)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(MIN_ROWS2, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.PASSWORD)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(PASSWORD2, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(STATS_AUTO_RECALC)) { + lexer.nextToken(); + lexer.nextToken(); + } + stmt.getTableOptions().put(STATS_AUTO_RECALC, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(STATS_PERSISTENT)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(STATS_PERSISTENT, this.exprParser.primary()); + continue for_; + } else if (lexer.identifierEquals(STATS_SAMPLE_PAGES)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + stmt.getTableOptions().put(STATS_SAMPLE_PAGES, this.exprParser.integerExpr()); + continue for_; + } else if (lexer.token() == Token.TABLESPACE) { + lexer.nextToken(); + MySqlCreateTableStatement.TableSpaceOption option = new MySqlCreateTableStatement.TableSpaceOption(); + option.setName(this.exprParser.name()); + if (lexer.identifierEquals("STORAGE")) { + lexer.nextToken(); + option.setStorage(this.exprParser.name()); + } + stmt.addItem(new MySqlAlterTableOption(TABLESPACE2, option)); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLAlterCharacter item = new SQLAlterCharacter(); + item.setCollate(this.exprParser.primary()); + stmt.addItem(item); + continue for_; + } else if (lexer.identifierEquals("PACK_KEYS")) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + if (lexer.identifierEquals("PACK")) { + lexer.nextToken(); + accept(Token.ALL); + stmt.getTableOptions().put("PACK_KEYS", new SQLIdentifierExpr("PACK ALL")); + } else { + stmt.getTableOptions().put("PACK_KEYS", this.exprParser.primary()); + } + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + SQLAlterCharacter item = alterTableCharacter(); + stmt.addItem(item); + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.CLUSTERED)) { + SQLAlterTableModifyClusteredBy clusteredBy = new SQLAlterTableModifyClusteredBy(); + + acceptIdentifier("CLUSTERED"); + accept(Token.BY); + accept(Token.LPAREN); + + // for ads: ALTER TABLE SCHEMA1.TABLE1 CLUSTERED BY (); + if (lexer.token() != Token.RPAREN) { + for (; ; ) { + clusteredBy.addClusterColumn(this.exprParser.name()); + + if (lexer.token() == Token.COMMA) { + accept(Token.COMMA); + continue; + } + break; + } + } + + accept(Token.RPAREN); + + stmt.addItem(clusteredBy); + } else if (lexer.identifierEquals("ROW_FORMAT")) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + + if (lexer.token() == Token.DEFAULT || lexer.token() == Token.IDENTIFIER) { + SQLIdentifierExpr rowFormat = new SQLIdentifierExpr(lexer.stringVal()); + lexer.nextToken(); + stmt.getTableOptions().put("ROW_FORMAT", rowFormat); + } else { + throw new ParserException("illegal syntax. " + lexer.info()); + } + + continue for_; + } else if (lexer.identifierEquals(FnvHash.Constants.SUBPARTITION_AVAILABLE_PARTITION_NUM)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLIntegerExpr num = this.exprParser.integerExpr(); + SQLAlterTableSubpartitionAvailablePartitionNum item = new SQLAlterTableSubpartitionAvailablePartitionNum(); + item.setNumber(num); + stmt.addItem(item); + } else if (lexer.token() == Token.LOCK) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLIdentifierExpr rowFormat = new SQLIdentifierExpr(lexer.stringVal()); + lexer.nextToken(); + stmt.getTableOptions().put("LOCK", rowFormat); + } else { + break for_; + } + break; + } + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + + } + + return stmt; + } + */ + + private MySqlExtPartition parseExtPartition() { + MySqlExtPartition partitionDef = new MySqlExtPartition(); + for (; ; ) { + MySqlExtPartition.Item item = new MySqlExtPartition.Item(); + + if (lexer.identifierEquals(FnvHash.Constants.DBPARTITION)) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + item.setDbPartition(name); + accept(Token.BY); + SQLExpr value = this.exprParser.primary(); + item.setDbPartitionBy(value); + } + + if (lexer.identifierEquals(FnvHash.Constants.TBPARTITION)) { + lexer.nextToken(); + SQLName name = this.exprParser.name(); + item.setTbPartition(name); + accept(Token.BY); + SQLExpr value = this.exprParser.primary(); + item.setTbPartitionBy(value); + } + + item.setParent(partitionDef); + partitionDef.getItems().add(item); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } else { + break; + } + } + + return partitionDef; + } + + private SQLAlterCharacter alterTableCharacter() { + lexer.nextToken(); + accept(Token.SET); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLAlterCharacter item = new SQLAlterCharacter(); + item.setCharacterSet(this.exprParser.primary()); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + item.setCollate(this.exprParser.primary()); + } + } + return item; + } + + protected void parseAlterTableAddColumn(SQLAlterTableStatement stmt) { + boolean parenFlag = false; + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + parenFlag = true; + } + + SQLAlterTableAddColumn item = new SQLAlterTableAddColumn(); + for (; ; ) { + SQLColumnDefinition columnDef = this.exprParser.parseColumn(); + item.addColumn(columnDef); + if (lexer.identifierEquals("AFTER")) { + lexer.nextToken(); + item.setAfterColumn(this.exprParser.name()); + } else if (lexer.identifierEquals("FIRST")) { + lexer.nextToken(); + if (lexer.token() == Token.IDENTIFIER) { + item.setFirstColumn(this.exprParser.name()); + } else { + item.setFirst(true); + } + } + + if (parenFlag && lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + if (parenFlag) { + accept(Token.RPAREN); + } + + if (lexer.identifierEquals(FnvHash.Constants.RESTRICT)) { + lexer.nextToken(); + item.setRestrict(true); + } else if (lexer.token() == Token.CASCADE || lexer.identifierEquals(FnvHash.Constants.CASCADE)) { + lexer.nextToken(); + item.setCascade(true); + } else { + item.setCascade(false); + } + + stmt.addItem(item); + } + + public void parseAlterDrop(SQLAlterTableStatement stmt) { + lexer.nextToken(); + if (lexer.token() == Token.INDEX) { + lexer.nextToken(); + SQLName indexName = this.exprParser.name(); + SQLAlterTableDropIndex item = new SQLAlterTableDropIndex(); + item.setIndexName(indexName); + stmt.addItem(item); + } else if (lexer.token() == Token.FOREIGN) { + lexer.nextToken(); + accept(Token.KEY); + SQLName indexName = this.exprParser.name(); + SQLAlterTableDropForeignKey item = new SQLAlterTableDropForeignKey(); + item.setIndexName(indexName); + stmt.addItem(item); + } else if (lexer.token() == Token.KEY) { + lexer.nextToken(); + SQLName keyName = this.exprParser.name(); + SQLAlterTableDropKey item = new SQLAlterTableDropKey(); + item.setKeyName(keyName); + stmt.addItem(item); + } else if (lexer.token() == Token.PRIMARY) { + lexer.nextToken(); + accept(Token.KEY); + SQLAlterTableDropPrimaryKey item = new SQLAlterTableDropPrimaryKey(); + stmt.addItem(item); + } else if (lexer.token() == Token.CONSTRAINT) { + lexer.nextToken(); + SQLAlterTableDropConstraint item = new SQLAlterTableDropConstraint(); + item.setConstraintName(this.exprParser.name()); + stmt.addItem(item); + } else if (lexer.token() == Token.COLUMN) { + lexer.nextToken(); + SQLAlterTableDropColumnItem item = new SQLAlterTableDropColumnItem(); + + SQLName name = exprParser.name(); + name.setParent(item); + item.addColumn(name); + + if (dbType != DbType.mysql) { + while (lexer.token() == Token.COMMA) { + Lexer.SavePoint savePoint = lexer.markOut(); + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.CHANGE) + || lexer.identifierEquals(FnvHash.Constants.MODIFY)) { + lexer.reset(savePoint); + break; + } + + if (lexer.token() == Token.IDENTIFIER) { + if ("ADD".equalsIgnoreCase(lexer.stringVal())) { + lexer.reset(savePoint); + break; + } + name = exprParser.name(); + name.setParent(item); + item.addColumn(name); + } else { + lexer.reset(savePoint); + break; + } + } + } + + stmt.addItem(item); + } else if (lexer.token() == Token.PARTITION) { + SQLAlterTableDropPartition dropPartition = parseAlterTableDropPartition(false); + stmt.addItem(dropPartition); + } else if (lexer.identifierEquals(FnvHash.Constants.SUBPARTITION)) { + SQLAlterTableDropSubpartition dropPartition = parseAlterTableDropSubpartition(); + stmt.addItem(dropPartition); + } else if (lexer.identifierEquals(FnvHash.Constants.CLUSTERING) || lexer.identifierEquals(FnvHash.Constants.CLUSTERED)) { + lexer.nextToken(); + SQLAlterTableDropClusteringKey dropPartition = new SQLAlterTableDropClusteringKey(); + accept(Token.KEY); + dropPartition.setKeyName(exprParser.name()); + stmt.addItem(dropPartition); + } else if (lexer.token() == Token.IDENTIFIER) { + if (lexer.identifierEquals(FnvHash.Constants.EXTPARTITION)) { + lexer.nextToken(); + accept(Token.LPAREN); + SQLAlterTableDropExtPartition extPartitionItem = new SQLAlterTableDropExtPartition(); + MySqlExtPartition partitionDef = parseExtPartition(); + extPartitionItem.setExPartition(partitionDef); + stmt.addItem(extPartitionItem); + accept(Token.RPAREN); + } else { + SQLAlterTableDropColumnItem item = new SQLAlterTableDropColumnItem(); + + SQLName name = this.exprParser.name(); + item.addColumn(name); + stmt.addItem(item); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } + + if (lexer.token() == Token.DROP) { + parseAlterDrop(stmt); + } + } + } else { + super.parseAlterDrop(stmt); + } + } + + public SQLStatement parseRename() { + acceptIdentifier("RENAME"); + + if (lexer.token() == Token.SEQUENCE) { + lexer.nextToken(); + MySqlRenameSequenceStatement stmt = new MySqlRenameSequenceStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.TO); + + SQLName to = this.exprParser.name(); + stmt.setTo(to); + + return stmt; + } + if (lexer.token() == Token.USER) { + lexer.nextToken(); + SQLRenameUserStatement stmt = new SQLRenameUserStatement(); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + accept(Token.TO); + + SQLName to = this.exprParser.name(); + stmt.setTo(to); + + return stmt; + } + + accept(Token.TABLE); + MySqlRenameTableStatement stmt = new MySqlRenameTableStatement(); + + for (; ; ) { + MySqlRenameTableStatement.Item item = new MySqlRenameTableStatement.Item(); + item.setName(this.exprParser.name()); + accept(Token.TO); + item.setTo(this.exprParser.name()); + + stmt.addItem(item); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + return stmt; + } + + public SQLStatement parseCreateDatabase() { + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + } + + if (lexer.token() == Token.SCHEMA) { + lexer.nextToken(); + } else { + accept(Token.DATABASE); + } + + SQLCreateDatabaseStatement stmt = new SQLCreateDatabaseStatement(dbType); + + if (lexer.token() == Token.HINT) { + List hints = this.exprParser.parseHints(); + if (hints.size() == 1) { + String text = hints.get(0).getText(); + if (text.endsWith(" IF NOT EXISTS") && text.charAt(0) == '!') { + stmt.setIfNotExists(true); + } + } + } + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.NOT); + accept(Token.EXISTS); + stmt.setIfNotExists(true); + } + + stmt.setName(this.exprParser.name()); + + if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + } + + if (lexer.token() == Token.HINT) { + stmt.setHints(this.exprParser.parseHints()); + } + + if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + } + + for (; ; ) { + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + lexer.nextToken(); + accept(Token.SET); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + String charset = lexer.stringVal(); + accept(Token.IDENTIFIER); + stmt.setCharacterSet(charset); + } else if (lexer.identifierEquals(FnvHash.Constants.CHARSET)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + String charset = lexer.stringVal(); + accept(Token.IDENTIFIER); + stmt.setCharacterSet(charset); + } else if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + } else if (lexer.identifierEquals(FnvHash.Constants.COLLATE)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + String collate = lexer.stringVal(); + accept(Token.IDENTIFIER); + stmt.setCollate(collate); + } else if (lexer.identifierEquals(FnvHash.Constants.PASSWORD)) { + lexer.nextToken(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr password = this.exprParser.primary(); + stmt.setPassword(password); + } + //ads 特殊支持 + else if (lexer.identifierEquals("SHARDS") || lexer.identifierEquals("SHARD_ID") + || lexer.identifierEquals("REPLICATION") || lexer.identifierEquals("STORAGE_DEPENDENCY") + || lexer.identifierEquals("REPLICA_TYPE") || lexer.identifierEquals("DATA_REPLICATION")) { + String key = lexer.stringVal(); + lexer.nextToken(); + accept(Token.EQ); + SQLExpr value = this.exprParser.expr(); + stmt.getOptions().put(key, value); + } else { + break; + } + } + + if (lexer.token() == Token.FOR) { + lexer.nextToken(); + String user = lexer.stringVal(); + lexer.nextToken(); + stmt.setUser(user); + } + + if (lexer.identifierEquals(FnvHash.Constants.OPTIONS)) { + lexer.nextToken(); + accept(Token.LPAREN); + for (; ; ) { + if (lexer.token() == Token.RPAREN) { + accept(Token.RPAREN); + break; + } + String key = lexer.stringVal(); + lexer.nextToken(); + accept(Token.EQ); + SQLExpr value = this.exprParser.expr(); + stmt.getOptions().put(key, value); + } + } + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + stmt.getDbProperties().add(assignItem); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + } + + if (lexer.identifierEquals(FnvHash.Constants.STORED)) { + lexer.nextToken(); + + if (lexer.token() == Token.BY) { + accept(Token.BY); + + for (; ; ) { + List storedByItem = new ArrayList(); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + storedByItem.add(assignItem); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + stmt.getStoredBy().add(storedByItem); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + } else if (lexer.token() == Token.IN) { + lexer.nextToken(); + + stmt.setStoredIn(this.exprParser.name()); + + accept(Token.ON); + accept(Token.LPAREN); + for (; ; ) { + SQLAssignItem assignItem = this.exprParser.parseAssignItem(); + assignItem.setParent(stmt); + stmt.getStoredOn().add(assignItem); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + } else if (lexer.token() == Token.AS) { + lexer.nextToken(); + SQLExpr like = this.exprParser.expr(); + stmt.setStoredAs(like); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } + + return stmt; + } + + protected void parseUpdateSet(SQLUpdateStatement update) { + accept(Token.SET); + + for (; ; ) { + SQLUpdateSetItem item = this.exprParser.parseUpdateSetItem(); + update.addItem(item); + + if (lexer.token() != Token.COMMA) { + break; + } + + lexer.nextToken(); + } + } + + public SQLStatement parseAlterDatabase() { + if (lexer.token() == Token.SCHEMA) { + lexer.nextToken(); + } else { + accept(Token.DATABASE); + } + + SQLAlterDatabaseStatement stmt = new SQLAlterDatabaseStatement(dbType); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + + if (lexer.token() == Token.SET) { + lexer.nextToken(); + MySqlAlterDatabaseSetOption option = new MySqlAlterDatabaseSetOption(); + for (; ; ) { + SQLName key = this.exprParser.name(); + accept(Token.EQ); + SQLExpr value = this.exprParser.expr(); + + option.getOptions().add(new SQLAssignItem(key, value)); + + if (lexer.token() == Token.EOF || lexer.token() == Token.ON) { + break; + } + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + } + } + stmt.setItem(option); + + if (lexer.token() == Token.ON) { + lexer.nextToken(); + SQLName on = this.exprParser.name(); + option.setOn(on); + } + + return stmt; + } + + if (lexer.token() == Token.KILL) { + MySqlAlterDatabaseKillJob item = new MySqlAlterDatabaseKillJob(); + lexer.nextToken(); + SQLName jobType = this.exprParser.name(); + SQLName jobId = this.exprParser.name(); + item.setJobType(jobType); + item.setJobId(jobId); + + stmt.setItem(item); + } + + if (lexer.identifierEquals("UPGRADE")) { + lexer.nextToken(); + acceptIdentifier("DATA"); + acceptIdentifier("DIRECTORY"); + acceptIdentifier("NAME"); + stmt.setUpgradeDataDirectoryName(true); + } + + if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + SQLAlterCharacter item = alterTableCharacter(); + stmt.setCharacter(item); + } else { + throw new ParserException("TODO " + lexer.info()); + } + } else if (lexer.identifierEquals(FnvHash.Constants.CHARACTER)) { + SQLAlterCharacter item = alterTableCharacter(); + stmt.setCharacter(item); + } + + return stmt; + } + + public MySqlAlterUserStatement parseAlterUser() { + accept(Token.USER); + + MySqlAlterUserStatement stmt = new MySqlAlterUserStatement(); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + accept(Token.EXISTS); + stmt.setIfExists(true); + } + + for (; ; ) { + MySqlAlterUserStatement.AlterUser alterUser = new MySqlAlterUserStatement.AlterUser(); + + SQLExpr user = this.exprParser.expr(); + alterUser.setUser(user); + + if (lexer.identifierEquals("IDENTIFIED")) { + lexer.nextToken(); + accept(Token.BY); + + MySqlAlterUserStatement.AuthOption authOption = new MySqlAlterUserStatement.AuthOption(); + SQLCharExpr authString = this.exprParser.charExpr(); + authOption.setAuthString(authString); + + alterUser.setAuthOption(authOption); + } + + if (lexer.identifierEquals("PASSWORD")) { + lexer.nextToken(); + if (lexer.identifierEquals("EXPIRE")) { + lexer.nextToken(); + + MySqlAlterUserStatement.PasswordOption passwordOption = new MySqlAlterUserStatement.PasswordOption(); + + if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + passwordOption.setExpire(MySqlAlterUserStatement.PasswordExpire.PASSWORD_EXPIRE_DEFAULT); + } else if (lexer.identifierEquals("NEVER")) { + lexer.nextToken(); + passwordOption.setExpire(MySqlAlterUserStatement.PasswordExpire.PASSWORD_EXPIRE_NEVER); + } else if (lexer.token() == Token.INTERVAL) { + lexer.nextToken(); + passwordOption.setExpire(MySqlAlterUserStatement.PasswordExpire.PASSWORD_EXPIRE_INTERVAL); + SQLIntegerExpr days = this.exprParser.integerExpr(); + passwordOption.setIntervalDays(days); + acceptIdentifier("DAY"); + } else { + passwordOption.setExpire(MySqlAlterUserStatement.PasswordExpire.PASSWORD_EXPIRE); + } + stmt.setPasswordOption(passwordOption); + } + } + + stmt.getAlterUsers().add(alterUser); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + return stmt; + } + + @Override + public MySqlExprParser getExprParser() { + return (MySqlExprParser) exprParser; + } + + public SQLCreateFunctionStatement parseCreateFunction() { + SQLCreateFunctionStatement stmt = new SQLCreateFunctionStatement(); + stmt.setDbType(dbType); + + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + + if (lexer.token() == Token.OR) { + lexer.nextToken(); + accept(Token.REPLACE); + stmt.setOrReplace(true); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { + lexer.nextToken(); + accept(Token.EQ); + SQLName definer = this.getExprParser().userName(); + stmt.setDefiner(definer); + } + + accept(Token.FUNCTION); + + stmt.setName(this.exprParser.name()); + + if (lexer.token() == Token.LPAREN) { // match "(" + lexer.nextToken(); + parserParameters(stmt.getParameters(), stmt); + accept(Token.RPAREN); // match ")" + } + + acceptIdentifier("RETURNS"); + SQLDataType dataType = this.exprParser.parseDataType(); + stmt.setReturnDataType(dataType); + + for (; ; ) { + if (lexer.identifierEquals("DETERMINISTIC")) { + lexer.nextToken(); + stmt.setDeterministic(true); + continue; + } + + if (lexer.identifierEquals("DETERMINISTIC")) { + lexer.nextToken(); + stmt.setDeterministic(true); + continue; + } + + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + stmt.setComment(lexer.stringVal()); + lexer.nextToken(); + continue; + } + + if (lexer.identifierEquals("LANGUAGE")) { + lexer.nextToken(); + stmt.setLanguage(lexer.stringVal()); + lexer.nextToken(); + continue; + } + + break; + } + + SQLStatement block; + if (lexer.token() == Token.BEGIN) { + block = this.parseBlock(); + } else { + block = this.parseStatement(); + } + + stmt.setBlock(block); + + return stmt; + } + + /** + * parse create procedure statement + */ + public SQLCreateProcedureStatement parseCreateProcedure() { + /** + * CREATE OR REPALCE PROCEDURE SP_NAME(parameter_list) BEGIN block_statement END + */ + SQLCreateProcedureStatement stmt = new SQLCreateProcedureStatement(); + stmt.setDbType(dbType); + + if (lexer.token() == Token.CREATE) { + lexer.nextToken(); + + if (lexer.token() == Token.OR) { + lexer.nextToken(); + accept(Token.REPLACE); + stmt.setOrReplace(true); + } + } + + if (lexer.identifierEquals(FnvHash.Constants.DEFINER)) { + lexer.nextToken(); + accept(Token.EQ); + SQLName definer = this.getExprParser().userName(); + stmt.setDefiner(definer); + } + + accept(Token.PROCEDURE); + + stmt.setName(this.exprParser.name()); + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + parserParameters(stmt.getParameters(), stmt); + accept(Token.RPAREN); + } + + for (; ; ) { + if (lexer.token() == Token.COMMENT) { + lexer.nextToken(); + stmt.setComment(this.exprParser.charExpr()); + } + if (lexer.identifierEquals(FnvHash.Constants.LANGUAGE)) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setLanguageSql(true); + } + + if (lexer.identifierEquals(FnvHash.Constants.DETERMINISTIC)) { + lexer.nextToken(); + stmt.setDeterministic(true); + continue; + } + if (lexer.identifierEquals(FnvHash.Constants.CONTAINS) || lexer.token() == Token.CONTAINS) { + lexer.nextToken(); + acceptIdentifier("SQL"); + stmt.setContainsSql(true); + continue; + } + + if (lexer.identifierEquals(FnvHash.Constants.SQL)) { + lexer.nextToken(); + acceptIdentifier("SECURITY"); + SQLName authid = this.exprParser.name(); + stmt.setAuthid(authid); + } + + break; + } + + SQLStatement block; + if (lexer.token() == Token.BEGIN) { + block = this.parseBlock(); + } else { + block = this.parseStatement(); + } + + stmt.setBlock(block); + + return stmt; + } + + /** + * parse create procedure parameters + * + * @param parameters + */ + private void parserParameters(List parameters, SQLObject parent) { + if (lexer.token() == Token.RPAREN) { + return; + } + + for (; ; ) { + SQLParameter parameter = new SQLParameter(); + + if (lexer.token() == Token.CURSOR) { + lexer.nextToken(); + + parameter.setName(this.exprParser.name()); + + accept(Token.IS); + SQLSelect select = this.createSQLSelectParser().select(); + + SQLDataTypeImpl dataType = new SQLDataTypeImpl(); + dataType.setName("CURSOR"); + parameter.setDataType(dataType); + + parameter.setDefaultValue(new SQLQueryExpr(select)); + + } else if (lexer.token() == Token.IN || lexer.token() == Token.OUT || lexer.token() == Token.INOUT) { + if (lexer.token() == Token.IN) { + parameter.setParamType(ParameterType.IN); + } else if (lexer.token() == Token.OUT) { + parameter.setParamType(ParameterType.OUT); + } else if (lexer.token() == Token.INOUT) { + parameter.setParamType(ParameterType.INOUT); + } + lexer.nextToken(); + + parameter.setName(this.exprParser.name()); + + parameter.setDataType(this.exprParser.parseDataType()); + } else { + // default parameter type is in + parameter.setParamType(ParameterType.DEFAULT); + parameter.setName(this.exprParser.name()); + parameter.setDataType(this.exprParser.parseDataType()); + + if (lexer.token() == Token.COLONEQ) { + lexer.nextToken(); + parameter.setDefaultValue(this.exprParser.expr()); + } + } + + parameters.add(parameter); + if (lexer.token() == Token.COMMA || lexer.token() == Token.SEMI) { + lexer.nextToken(); + } + + if (lexer.token() != Token.BEGIN && lexer.token() != Token.RPAREN) { + continue; + } + + break; + } + } + + /** + * parse procedure statement block + * + * @param statementList + */ + private void parseProcedureStatementList(List statementList) { + parseProcedureStatementList(statementList, -1); + } + + /** + * parse procedure statement block + */ + private void parseProcedureStatementList(List statementList, int max) { + for (; ; ) { + if (max != -1) { + if (statementList.size() >= max) { + return; + } + } + + if (lexer.token() == Token.EOF) { + return; + } + if (lexer.token() == Token.END) { + return; + } + if (lexer.token() == Token.ELSE) { + return; + } + if (lexer.token() == (Token.SEMI)) { + lexer.nextToken(); + continue; + } + if (lexer.token() == Token.WHEN) { + return; + } + if (lexer.token() == Token.UNTIL) { + return; + } + // select into + if (lexer.token() == (Token.SELECT)) { + statementList.add(this.parseSelectInto()); + continue; + } + + // update + if (lexer.token() == (Token.UPDATE)) { + statementList.add(parseUpdateStatement()); + continue; + } + + // create + if (lexer.token() == (Token.CREATE)) { + statementList.add(parseCreate()); + continue; + } + + // insert + if (lexer.token() == Token.INSERT) { + SQLStatement stmt = parseInsert(); + statementList.add(stmt); + continue; + } + + // delete + if (lexer.token() == (Token.DELETE)) { + statementList.add(parseDeleteStatement()); + continue; + } + + // call + if (lexer.token() == Token.LBRACE || lexer.identifierEquals("CALL")) { + statementList.add(this.parseCall()); + continue; + } + + // begin + if (lexer.token() == Token.BEGIN) { + statementList.add(this.parseBlock()); + continue; + } + + if (lexer.token() == Token.VARIANT) { + SQLExpr variant = this.exprParser.primary(); + if (variant instanceof SQLBinaryOpExpr) { + SQLBinaryOpExpr binaryOpExpr = (SQLBinaryOpExpr) variant; + if (binaryOpExpr.getOperator() == SQLBinaryOperator.Assignment) { + SQLSetStatement stmt = new SQLSetStatement(binaryOpExpr.getLeft(), binaryOpExpr.getRight(), + getDbType()); + statementList.add(stmt); + continue; + } + } + accept(Token.COLONEQ); + SQLExpr value = this.exprParser.expr(); + + SQLSetStatement stmt = new SQLSetStatement(variant, value, getDbType()); + statementList.add(stmt); + continue; + } + + // select + if (lexer.token() == Token.LPAREN) { + Lexer.SavePoint savePoint = lexer.markOut(); + lexer.nextToken(); + + if (lexer.token() == Token.SELECT) { + lexer.reset(savePoint); + statementList.add(this.parseSelect()); + continue; + } else { + throw new ParserException("TODO. " + lexer.info()); + } + } + // assign statement + if (lexer.token() == Token.SET) { + statementList.add(this.parseAssign()); + continue; + } + + // while statement + if (lexer.token() == Token.WHILE) { + SQLStatement stmt = this.parseWhile(); + statementList.add(stmt); + continue; + } + + // loop statement + if (lexer.token() == Token.LOOP) { + statementList.add(this.parseLoop()); + continue; + } + + // if statement + if (lexer.token() == Token.IF) { + statementList.add(this.parseIf()); + continue; + } + + // case statement + if (lexer.token() == Token.CASE) { + statementList.add(this.parseCase()); + continue; + } + + // declare statement + if (lexer.token() == Token.DECLARE) { + SQLStatement stmt = this.parseDeclare(); + statementList.add(stmt); + continue; + } + + // leave statement + if (lexer.token() == Token.LEAVE) { + statementList.add(this.parseLeave()); + continue; + } + + // iterate statement + if (lexer.token() == Token.ITERATE) { + statementList.add(this.parseIterate()); + continue; + } + + // repeat statement + if (lexer.token() == Token.REPEAT) { + statementList.add(this.parseRepeat()); + continue; + } + + // open cursor + if (lexer.token() == Token.OPEN) { + statementList.add(this.parseOpen()); + continue; + } + + // close cursor + if (lexer.token() == Token.CLOSE) { + statementList.add(this.parseClose()); + continue; + } + + // fetch cursor into + if (lexer.token() == Token.FETCH) { + statementList.add(this.parseFetch()); + continue; + } + + if (lexer.identifierEquals(FnvHash.Constants.CHECKSUM)) { + statementList.add(this.parseChecksum()); + continue; + } + + if (lexer.token() == Token.IDENTIFIER) { + String label = lexer.stringVal(); + Lexer.SavePoint savePoint = lexer.markOut(); + lexer.nextToken(); + if (lexer.token() == Token.VARIANT && lexer.stringVal().equals(":")) { + lexer.nextToken(); + if (lexer.token() == Token.LOOP) { + // parse loop statement + statementList.add(this.parseLoop(label)); + } else if (lexer.token() == Token.WHILE) { + // parse while statement with label + statementList.add(this.parseWhile(label)); + } else if (lexer.token() == Token.BEGIN) { + // parse begin-end statement with label + statementList.add(this.parseBlock(label)); + } else if (lexer.token() == Token.REPEAT) { + // parse repeat statement with label + statementList.add(this.parseRepeat(label)); + } + continue; + } else { + lexer.reset(savePoint); + } + + } + throw new ParserException("TODO, " + lexer.info()); + } + + } + + public MySqlChecksumTableStatement parseChecksum() { + MySqlChecksumTableStatement stmt = new MySqlChecksumTableStatement(); + if (lexer.identifierEquals(FnvHash.Constants.CHECKSUM)) { + lexer.nextToken(); + } else { + throw new ParserException("TODO " + lexer.info()); + } + + accept(Token.TABLE); + + for (; ; ) { + SQLName table = this.exprParser.name(); + stmt.addTable(new SQLExprTableSource(table)); + + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + + break; + } + + return stmt; + } + + /** + * parse if statement + * + * @return MySqlIfStatement + */ + public SQLIfStatement parseIf() { + accept(Token.IF); + + SQLIfStatement stmt = new SQLIfStatement(); + + stmt.setCondition(this.exprParser.expr()); + + accept(Token.THEN); + + this.parseStatementList(stmt.getStatements(), -1, stmt); + + while (lexer.token() == Token.ELSE) { + lexer.nextToken(); + + if (lexer.token() == Token.IF) { + lexer.nextToken(); + + SQLIfStatement.ElseIf elseIf = new SQLIfStatement.ElseIf(); + + elseIf.setCondition(this.exprParser.expr()); + elseIf.setParent(stmt); + + accept(Token.THEN); + this.parseStatementList(elseIf.getStatements(), -1, elseIf); + + stmt.getElseIfList().add(elseIf); + } else { + SQLIfStatement.Else elseItem = new SQLIfStatement.Else(); + this.parseStatementList(elseItem.getStatements(), -1, elseItem); + stmt.setElseItem(elseItem); + break; + } + } + + accept(Token.END); + accept(Token.IF); + accept(Token.SEMI); + stmt.setAfterSemi(true); + + return stmt; + } + + /** + * parse while statement + * + * @return MySqlWhileStatement + */ + public SQLWhileStatement parseWhile() { + accept(Token.WHILE); + SQLWhileStatement stmt = new SQLWhileStatement(); + + stmt.setCondition(this.exprParser.expr()); + + accept(Token.DO); + + this.parseStatementList(stmt.getStatements(), -1, stmt); + + accept(Token.END); + + accept(Token.WHILE); + + accept(Token.SEMI); + + stmt.setAfterSemi(true); + + return stmt; + + } + + /** + * parse while statement with label + * + * @return MySqlWhileStatement + */ + public SQLWhileStatement parseWhile(String label) { + accept(Token.WHILE); + + SQLWhileStatement stmt = new SQLWhileStatement(); + + stmt.setLabelName(label); + + stmt.setCondition(this.exprParser.expr()); + + accept(Token.DO); + + this.parseStatementList(stmt.getStatements(), -1, stmt); + + accept(Token.END); + + accept(Token.WHILE); + + acceptIdentifier(label); + + accept(Token.SEMI); + + stmt.setAfterSemi(true); + + return stmt; + + } + + /** + * parse case statement + * + * @return MySqlCaseStatement + */ + public MySqlCaseStatement parseCase() { + MySqlCaseStatement stmt = new MySqlCaseStatement(); + accept(Token.CASE); + + if (lexer.token() == Token.WHEN)// grammar 1 + { + while (lexer.token() == Token.WHEN) { + MySqlWhenStatement when = new MySqlWhenStatement(); + + accept(Token.WHEN); + + // when expr + when.setCondition(exprParser.expr()); + + accept(Token.THEN); + + // when block + this.parseStatementList(when.getStatements(), -1, when); + + stmt.addWhenStatement(when); + } + if (lexer.token() == Token.ELSE) { + // parse else block + SQLIfStatement.Else elseStmt = new SQLIfStatement.Else(); + this.parseStatementList(elseStmt.getStatements(), -1, elseStmt); + stmt.setElseItem(elseStmt); + } + } else { + // case expr + stmt.setCondition(exprParser.expr()); + + while (lexer.token() == Token.WHEN) { + accept(Token.WHEN); + MySqlWhenStatement when = new MySqlWhenStatement(); + // when expr + when.setCondition(exprParser.expr()); + + accept(Token.THEN); + + // when block + this.parseStatementList(when.getStatements(), -1, when); + + stmt.addWhenStatement(when); + } + if (lexer.token() == Token.ELSE) { + accept(Token.ELSE); + // else block + SQLIfStatement.Else elseStmt = new SQLIfStatement.Else(); + this.parseStatementList(elseStmt.getStatements(), -1, elseStmt); + stmt.setElseItem(elseStmt); + } + } + accept(Token.END); + accept(Token.CASE); + accept(Token.SEMI); + return stmt; + + } + + /** + * parse declare statement + */ + public SQLStatement parseDeclare() { + Lexer.SavePoint savePoint = lexer.markOut(); + + lexer.nextToken(); + + if (lexer.token() == Token.CONTINUE) { + lexer.reset(savePoint); + return this.parseDeclareHandler(); + } + + lexer.nextToken(); + if (lexer.token() == Token.CURSOR) { + lexer.reset(savePoint); + return this.parseCursorDeclare(); + } else if (lexer.identifierEquals("HANDLER")) { + //DECLARE异常处理程序 [add by zhujun 2016-04-16] + lexer.reset(savePoint); + return this.parseDeclareHandler(); + } else if (lexer.token() == Token.CONDITION) { + //DECLARE异常 [add by zhujun 2016-04-17] + lexer.reset(savePoint); + return this.parseDeclareCondition(); + } else { + lexer.reset(savePoint); + } + + MySqlDeclareStatement stmt = new MySqlDeclareStatement(); + accept(Token.DECLARE); + // lexer.nextToken(); + for (; ; ) { + SQLDeclareItem item = new SQLDeclareItem(); + item.setName(exprParser.name()); + + stmt.addVar(item); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + stmt.setAfterSemi(true); + continue; + } else if (lexer.token() != Token.EOF) { + // var type + item.setDataType(exprParser.parseDataType()); + + if (lexer.token() == Token.DEFAULT) { + lexer.nextToken(); + SQLExpr defaultValue = this.exprParser.primary(); + item.setValue(defaultValue); + } + + break; + } else { + throw new ParserException("TODO. " + lexer.info()); + } + } + return stmt; + } + + /** + * parse assign statement + */ + public SQLSetStatement parseAssign() { + accept(Token.SET); + SQLSetStatement stmt = new SQLSetStatement(getDbType()); + parseAssignItems(stmt.getItems(), stmt); + return stmt; + } + + /** + * parse select into + */ + public MySqlSelectIntoStatement parseSelectInto() { + MySqlSelectIntoParser parse = new MySqlSelectIntoParser(this.exprParser); + return parse.parseSelectInto(); + } + + /** + * parse loop statement + */ + public SQLLoopStatement parseLoop() { + SQLLoopStatement loopStmt = new SQLLoopStatement(); + accept(Token.LOOP); + this.parseStatementList(loopStmt.getStatements(), -1, loopStmt); + accept(Token.END); + accept(Token.LOOP); + accept(Token.SEMI); + loopStmt.setAfterSemi(true); + return loopStmt; + } + + /** + * parse loop statement with label + */ + public SQLLoopStatement parseLoop(String label) { + SQLLoopStatement loopStmt = new SQLLoopStatement(); + loopStmt.setLabelName(label); + accept(Token.LOOP); + this.parseStatementList(loopStmt.getStatements(), -1, loopStmt); + accept(Token.END); + accept(Token.LOOP); + if (lexer.token() != Token.SEMI) { + acceptIdentifier(label); + } + accept(Token.SEMI); + loopStmt.setAfterSemi(true); + return loopStmt; + } + + /** + * parse loop statement with label + */ + public SQLBlockStatement parseBlock(String label) { + SQLBlockStatement block = new SQLBlockStatement(); + block.setLabelName(label); + accept(Token.BEGIN); + this.parseStatementList(block.getStatementList(), -1, block); + accept(Token.END); + acceptIdentifier(label); + return block; + } + + /** + * parse leave statement + */ + public MySqlLeaveStatement parseLeave() { + accept(Token.LEAVE); + MySqlLeaveStatement leaveStmt = new MySqlLeaveStatement(); + leaveStmt.setLabelName(exprParser.name().getSimpleName()); + accept(Token.SEMI); + return leaveStmt; + } + + /** + * parse iterate statement + */ + public MySqlIterateStatement parseIterate() { + accept(Token.ITERATE); + MySqlIterateStatement iterateStmt = new MySqlIterateStatement(); + iterateStmt.setLabelName(exprParser.name().getSimpleName()); + accept(Token.SEMI); + return iterateStmt; + } + + /** + * parse repeat statement + */ + public MySqlRepeatStatement parseRepeat() { + MySqlRepeatStatement stmt = new MySqlRepeatStatement(); + accept(Token.REPEAT); + parseStatementList(stmt.getStatements(), -1, stmt); + accept(Token.UNTIL); + stmt.setCondition(exprParser.expr()); + accept(Token.END); + accept(Token.REPEAT); + accept(Token.SEMI); + stmt.setAfterSemi(true); + return stmt; + } + + /** + * parse repeat statement with label + * + * @param label + */ + public MySqlRepeatStatement parseRepeat(String label) { + MySqlRepeatStatement repeatStmt = new MySqlRepeatStatement(); + repeatStmt.setLabelName(label); + accept(Token.REPEAT); + this.parseStatementList(repeatStmt.getStatements(), -1, repeatStmt); + accept(Token.UNTIL); + repeatStmt.setCondition(exprParser.expr()); + accept(Token.END); + accept(Token.REPEAT); + acceptIdentifier(label); + accept(Token.SEMI); + return repeatStmt; + } + + /** + * parse cursor declare statement + */ + public MySqlCursorDeclareStatement parseCursorDeclare() { + MySqlCursorDeclareStatement stmt = new MySqlCursorDeclareStatement(); + accept(Token.DECLARE); + + stmt.setCursorName(exprParser.name()); + + accept(Token.CURSOR); + + accept(Token.FOR); + + //SQLSelectStatement selelctStmt = (SQLSelectStatement) parseSelect(); + SQLSelect select = this.createSQLSelectParser().select(); + stmt.setSelect(select); + + accept(Token.SEMI); + + return stmt; + } + + /** + * zhujun [455910092@qq.com] + * parse spstatement + */ + public SQLStatement parseSpStatement() { + // update + if (lexer.token() == (Token.UPDATE)) { + return parseUpdateStatement(); + } + + // create + if (lexer.token() == (Token.CREATE)) { + return parseCreate(); + } + + // insert + if (lexer.token() == Token.INSERT) { + return parseInsert(); + } + + // delete + if (lexer.token() == (Token.DELETE)) { + return parseDeleteStatement(); + } + + // begin + if (lexer.token() == Token.BEGIN) { + return this.parseBlock(); + } + + // select + if (lexer.token() == Token.LPAREN) { + Lexer.SavePoint savePoint = lexer.markOut(); + lexer.nextToken(); + + if (lexer.token() == Token.SELECT) { + lexer.reset(savePoint); + return this.parseSelect(); + } else { + throw new ParserException("TODO. " + lexer.info()); + } + } + // assign statement + if (lexer.token() == Token.SET) { + return parseAssign(); + } + + throw new ParserException("error sp_statement. " + lexer.info()); + } + + /** + * 定义异常处理程序 + * + * @author zhujun [455910092@qq.com] + * 2016-04-16 + */ + public MySqlDeclareHandlerStatement parseDeclareHandler() { + //DECLARE handler_type HANDLER FOR condition_value[,...] sp_statement + //handler_type 取值为 CONTINUE | EXIT | UNDO + //condition_value 取值为 SQLWARNING | NOT FOUND | SQLEXCEPTION | SQLSTATE value(异常码 e.g 1062) + + MySqlDeclareHandlerStatement stmt = new MySqlDeclareHandlerStatement(); + accept(Token.DECLARE); + //String handlerType = exprParser.name().getSimpleName(); + if (lexer.token() == Token.CONTINUE) { + stmt.setHandleType(MySqlHandlerType.CONTINUE); + } else if (lexer.token() == Token.EXIT) { + stmt.setHandleType(MySqlHandlerType.CONTINUE); + } else if (lexer.token() == Token.UNDO) { + stmt.setHandleType(MySqlHandlerType.CONTINUE); + } else { + throw new ParserException("unkown handle type. " + lexer.info()); + } + lexer.nextToken(); + + acceptIdentifier("HANDLER"); + + accept(Token.FOR); + + for (; ; ) { + String tokenName = lexer.stringVal(); + ConditionValue condition = new ConditionValue(); + + if (tokenName.equalsIgnoreCase("NOT")) { + //for 'NOT FOUND' + lexer.nextToken(); + acceptIdentifier("FOUND"); + condition.setType(ConditionType.SYSTEM); + condition.setValue("NOT FOUND"); + + } else if (tokenName.equalsIgnoreCase("SQLSTATE")) { + //for SQLSTATE (SQLSTATE '10001') + condition.setType(ConditionType.SQLSTATE); + lexer.nextToken(); + //condition.setValue(lexer.stringVal()); + //lexer.nextToken(); + condition.setValue(exprParser.name().toString()); + } else if (lexer.identifierEquals("SQLEXCEPTION")) { + //for SQLEXCEPTION + condition.setType(ConditionType.SYSTEM); + condition.setValue(lexer.stringVal()); + lexer.nextToken(); + } else if (lexer.identifierEquals("SQLWARNING")) { + //for SQLWARNING + condition.setType(ConditionType.SYSTEM); + condition.setValue(lexer.stringVal()); + lexer.nextToken(); + } else { //for condition_name or mysql_error_code + if (lexer.token() == Token.LITERAL_INT) { + condition.setType(ConditionType.MYSQL_ERROR_CODE); + condition.setValue(lexer.integerValue().toString()); + } else { + condition.setType(ConditionType.SELF); + condition.setValue(tokenName); + } + lexer.nextToken(); + } + stmt.getConditionValues().add(condition); + if (lexer.token() == Token.COMMA) { + accept(Token.COMMA); + continue; + } else if (lexer.token() != Token.EOF) { + break; + } else { + throw new ParserException("declare handle not eof"); + } + } + + stmt.setSpStatement(parseSpStatement()); + + if (!(stmt.getSpStatement() instanceof SQLBlockStatement)) { + accept(Token.SEMI); + } + + return stmt; + } + + /** + * zhujun [455910092@qq.com] + * 2016-04-17 + * 定义条件 + */ + public MySqlDeclareConditionStatement parseDeclareCondition() { + MySqlDeclareConditionStatement stmt = new MySqlDeclareConditionStatement(); + accept(Token.DECLARE); + + stmt.setConditionName(exprParser.name().toString()); + + accept(Token.CONDITION); + + accept(Token.FOR); + + String tokenName = lexer.stringVal(); + ConditionValue condition = new ConditionValue(); + if (tokenName.equalsIgnoreCase("SQLSTATE")) { //for SQLSTATE (SQLSTATE '10001') + condition.setType(ConditionType.SQLSTATE); + lexer.nextToken(); + condition.setValue(exprParser.name().toString()); + } else if (lexer.token() == Token.LITERAL_INT) { + condition.setType(ConditionType.MYSQL_ERROR_CODE); + condition.setValue(lexer.integerValue().toString()); + lexer.nextToken(); + } else { + throw new ParserException("declare condition grammer error. " + lexer.info()); + } + + stmt.setConditionValue(condition); + + accept(Token.SEMI); + + return stmt; + } + + @Override + public SQLStatement parseFlashback() { + MySqlFlashbackStatement stmt = new MySqlFlashbackStatement(); + acceptIdentifier("FLASHBACK"); + accept(Token.TABLE); + + SQLName name = this.exprParser.name(); + stmt.setName(name); + accept(Token.TO); + acceptIdentifier("BEFORE"); + accept(Token.DROP); + + if (lexer.identifierEquals(FnvHash.Constants.RENAME)) { + lexer.nextToken(); + accept(Token.TO); + SQLName to = this.exprParser.name(); + stmt.setRenameTo(to); + } + + return stmt; + } + + public java.sql.Timestamp getCurrentTimestamp() { + return now; + } + + public java.sql.Date getCurrentDate() { + return currentDate; + } + + public MySqlCreateTableParser getSQLCreateTableParser() { + return new MySqlCreateTableParser(this.exprParser); + } + + @Override + public SQLStatement parseCopy() { + acceptIdentifier("COPY"); + + SQLCopyFromStatement stmt = new SQLCopyFromStatement(); + + SQLExpr table = this.exprParser.name(); + stmt.setTable(new SQLExprTableSource(table)); + + if (lexer.token() == Token.LPAREN) { + lexer.nextToken(); + this.exprParser.names(stmt.getColumns(), stmt); + accept(Token.RPAREN); + } + + if (lexer.token() == Token.PARTITION) { + lexer.nextToken(); + this.exprParser.parseAssignItem(stmt.getPartitions(), stmt); + } + + accept(Token.FROM); + SQLExpr from = this.exprParser.expr(); + stmt.setFrom(from); + + if (lexer.identifierEquals(FnvHash.Constants.CREDENTIALS)) { + lexer.nextToken(); + + for (; ; ) { + if (lexer.identifierEquals(FnvHash.Constants.ACCESS_KEY_ID)) { + lexer.nextToken(); + SQLExpr accessKeyId = this.exprParser.primary(); + stmt.setAccessKeyId(accessKeyId); + } else if (lexer.identifierEquals(FnvHash.Constants.ACCESS_KEY_SECRET)) { + lexer.nextToken(); + SQLExpr accessKeySecret = this.exprParser.primary(); + stmt.setAccessKeySecret(accessKeySecret); + } else { + break; + } + } + } + + if (lexer.token() == Token.WITH) { + lexer.nextToken(); + accept(Token.LPAREN); + for (; ; ) { + SQLName name = this.exprParser.name(); + if (lexer.token() == Token.EQ) { + lexer.nextToken(); + } + SQLExpr value = this.exprParser.expr(); + SQLAssignItem item = new SQLAssignItem(name, value); + item.setParent(stmt); + stmt.getOptions().add(item); + if (lexer.token() == Token.COMMA) { + lexer.nextToken(); + continue; + } + break; + } + accept(Token.RPAREN); + } + return stmt; + } +} diff --git a/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java b/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java index a02aafa3..b67f7cd0 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java +++ b/src/main/java/org/nlpcn/es4sql/parse/SQLParensIdentifierExpr.java @@ -1,5 +1,6 @@ package org.nlpcn.es4sql.parse; +import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.SQLExprImpl; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.visitor.SQLASTVisitor; @@ -48,6 +49,11 @@ public int hashCode() { throw new UnsupportedOperationException(); } + @Override + public SQLExpr clone() { + throw new UnsupportedOperationException(); + } + @Override protected void accept0(SQLASTVisitor visitor) { throw new UnsupportedOperationException(); diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 33e24ada..3035ef1d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -6,7 +6,6 @@ import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock; import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; -import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser; import com.alibaba.druid.sql.parser.ParserException; import com.alibaba.druid.sql.parser.SQLExprParser; import com.alibaba.druid.sql.parser.SQLStatementParser; @@ -23,6 +22,7 @@ import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.parse.ElasticLexer; import org.nlpcn.es4sql.parse.ElasticSqlExprParser; +import org.nlpcn.es4sql.parse.ElasticSqlStatementParser; import org.nlpcn.es4sql.parse.SqlParser; import org.nlpcn.es4sql.parse.SubQueryExpression; import org.nlpcn.es4sql.query.join.ESJoinQueryActionFactory; @@ -130,7 +130,7 @@ private static QueryAction handleSelect(Client client, Select select) { public static SQLStatementParser createSqlStatementParser(String sql) { ElasticLexer lexer = new ElasticLexer(sql); lexer.nextToken(); - return new MySqlStatementParser(lexer); + return new ElasticSqlStatementParser(lexer); } private static boolean isJoin(SQLQueryExpr sqlExpr,String sql) { diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index 413e5664..fc7fbb52 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -689,7 +689,7 @@ public void histogramOnNestedField() throws Exception { InternalNested nested = result.get("message@NESTED"); Histogram histogram = nested.getAggregations().get("someAlias"); for(Histogram.Bucket bucket : histogram.getBuckets()){ - long count = ((ValueCount) bucket.getAggregations().get("COUNT(*)")).getValue(); + long count = ((ValueCount) bucket.getAggregations().get("count(*)")).getValue(); String key = ((Double)bucket.getKey()).intValue()+""; if(key.equals("0") || key.equals("4")){ Assert.assertEquals(2,count); diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index f0748e5b..b796dfb1 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -154,7 +154,7 @@ public void simpleNumericValueAgg() throws Exception { List headers = csvResult.getHeaders(); Assert.assertEquals(1, headers.size()); - Assert.assertEquals("COUNT(*)", headers.get(0)); + Assert.assertEquals("count(*)", headers.get(0)); List lines = csvResult.getLines(); @@ -242,8 +242,8 @@ public void multipleAggAfterTwoTermsGroupBy() throws Exception { Assert.assertEquals(4, headers.size()); Assert.assertEquals("gender", headers.get(0)); Assert.assertEquals("age", headers.get(1)); - Assert.assertTrue(headers.get(2).equals("COUNT(*)") || headers.get(2).equals("SUM(balance)")); - Assert.assertTrue(headers.get(3).equals("COUNT(*)") || headers.get(3).equals("SUM(balance)")); + Assert.assertTrue(headers.get(2).equals("COUNT(*)") || headers.get(2).equals("sum(balance)")); + Assert.assertTrue(headers.get(3).equals("COUNT(*)") || headers.get(3).equals("sum(balance)")); List lines = csvResult.getLines(); Assert.assertEquals(4, lines.size()); @@ -262,7 +262,7 @@ public void dateHistogramTest() throws Exception { List headers = csvResult.getHeaders(); Assert.assertEquals(2, headers.size()); Assert.assertEquals("days", headers.get(0)); - Assert.assertEquals("COUNT(*)", headers.get(1)); + Assert.assertEquals("count(*)", headers.get(1)); List lines = csvResult.getLines(); Assert.assertEquals(3, lines.size()); diff --git a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java index a3eb8744..04a99455 100644 --- a/src/test/java/org/nlpcn/es4sql/SqlParserTests.java +++ b/src/test/java/org/nlpcn/es4sql/SqlParserTests.java @@ -383,7 +383,7 @@ public void fieldWithATcharAtSelectOnAgg() throws SqlParseException { List fields = select.getFields(); Assert.assertEquals(1, fields.size()); Field field = fields.get(0); - Assert.assertEquals("MAX(@field)", field.toString()); + Assert.assertEquals("max(@field)", field.toString()); } @Test @@ -583,8 +583,8 @@ public void aggFieldWithAliasTableAliasShouldBeRemoved() throws SqlParseExceptio Select select = parser.parseSelect((SQLQueryExpr) sqlExpr); List fields = select.getFields(); Assert.assertTrue(fields.size() == 2); - Assert.assertEquals("COUNT(*)", fields.get(0).toString()); - Assert.assertEquals("SUM(size)", fields.get(1).toString()); + Assert.assertEquals("count(*)", fields.get(0).toString()); + Assert.assertEquals("sum(size)", fields.get(1).toString()); List> groups = select.getGroupBys(); Assert.assertTrue(groups.size() == 1); Assert.assertTrue(groups.get(0).size() == 1); diff --git a/src/test/resources/expectedOutput/aggregation_query_explain.json b/src/test/resources/expectedOutput/aggregation_query_explain.json index 71dff3c2..dbd196dc 100644 --- a/src/test/resources/expectedOutput/aggregation_query_explain.json +++ b/src/test/resources/expectedOutput/aggregation_query_explain.json @@ -5,7 +5,7 @@ "includes" : [ "a", "script", - "COUNT" + "count" ], "excludes" : [ ] }, @@ -62,7 +62,7 @@ ] }, "aggregations" : { - "COUNT(c)" : { + "count(c)" : { "value_count" : { "field" : "c" } From c06373ee985bdb806232f93bbfca8eb9bd775ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Dec 2022 15:29:42 +0800 Subject: [PATCH 189/266] es 8.5.3 support --- .gitignore | 2 +- .travis.yml | 9 +- lib/parent-join.jar | Bin 0 -> 93290 bytes lib/reindex.jar | Bin 0 -> 123668 bytes pom.xml | 65 +- src/assembly/zip.xml | 7 + .../druid/pool/ElasticSearchConnection.java | 2 +- .../pool/ElasticSearchDruidDataSource.java | 42 +- .../ElasticSearchDruidDataSourceFactory.java | 19 +- ...ticSearchDruidPooledPreparedStatement.java | 10 +- .../nlpcn/ActionRequestRestExecuter.java | 6 +- .../plugin/nlpcn/ElasticJoinExecutor.java | 10 +- .../plugin/nlpcn/ElasticResultHandler.java | 7 - .../plugin/nlpcn/ElasticUtils.java | 3 +- .../nlpcn/GetIndexRequestRestListener.java | 17 +- .../plugin/nlpcn/HashJoinElasticExecutor.java | 7 +- .../plugin/nlpcn/IntersectExecutor.java | 3 +- .../plugin/nlpcn/MinusExecutor.java | 7 +- .../nlpcn/MultiRequestExecutorFactory.java | 2 +- .../nlpcn/NamedXContentRegistryHolder.java | 2 - .../nlpcn/NestedLoopsElasticExecutor.java | 5 +- .../nlpcn/QueryActionElasticExecutor.java | 2 +- .../plugin/nlpcn/RestSqlAction.java | 8 +- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 29 +- .../plugin/nlpcn/UnionExecutor.java | 5 +- .../nlpcn/client/ElasticsearchRestClient.java | 159 + .../plugin/nlpcn/client/RequestConverter.java | 542 + .../nlpcn/client/ResponseConverter.java | 696 + .../executors/CSVResultRestExecutor.java | 6 +- .../nlpcn/executors/CSVResultsExtractor.java | 23 +- .../executors/ElasticDefaultRestExecutor.java | 6 +- .../plugin/nlpcn/executors/RestExecutor.java | 9 +- src/main/java/org/nlpcn/es4sql/SearchDao.java | 5 +- src/main/java/org/nlpcn/es4sql/Test.java | 5 +- src/main/java/org/nlpcn/es4sql/Util.java | 5 +- .../es4sql/domain/hints/HintFactory.java | 19 +- .../es4sql/jdbc/ObjectResultsExtractor.java | 7 +- .../nlpcn/es4sql/parse/CaseWhenParser.java | 1 - .../org/nlpcn/es4sql/parse/ScriptFilter.java | 4 - .../es4sql/query/AggregationQueryAction.java | 7 +- .../es4sql/query/DefaultQueryAction.java | 7 +- .../nlpcn/es4sql/query/DeleteQueryAction.java | 6 +- .../nlpcn/es4sql/query/ESActionFactory.java | 2 +- .../org/nlpcn/es4sql/query/QueryAction.java | 10 +- .../nlpcn/es4sql/query/ShowQueryAction.java | 13 +- .../query/SqlElasticRequestBuilder.java | 8 +- .../query/join/ESHashJoinQueryAction.java | 2 +- .../es4sql/query/join/ESJoinQueryAction.java | 2 +- .../query/join/ESJoinQueryActionFactory.java | 3 +- .../query/join/ESNestedLoopsQueryAction.java | 7 +- .../join/HashJoinElasticRequestBuilder.java | 11 - .../NestedLoopsElasticRequestBuilder.java | 8 - .../nlpcn/es4sql/query/maker/AggMaker.java | 21 +- .../org/nlpcn/es4sql/query/maker/Maker.java | 14 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 4 +- .../multi/ESMultiQueryActionFactory.java | 2 +- .../es4sql/query/multi/MultiQueryAction.java | 2 +- src/test/java/com/zhongshu/ZhongshuTest.java | 2 +- .../org/nlpcn/es4sql/AggregationTest.java | 226 +- .../es4sql/CSVResultsExtractorTests.java | 105 +- .../java/org/nlpcn/es4sql/DeleteTest.java | 13 +- src/test/java/org/nlpcn/es4sql/JDBCTests.java | 13 +- src/test/java/org/nlpcn/es4sql/JoinTests.java | 28 +- .../java/org/nlpcn/es4sql/MainTestSuite.java | 172 +- .../org/nlpcn/es4sql/MethodQueryTest.java | 1 - .../org/nlpcn/es4sql/MultiQueryTests.java | 38 +- src/test/java/org/nlpcn/es4sql/QueryTest.java | 179 +- .../org/nlpcn/es4sql/SQLFunctionsTest.java | 38 +- src/test/java/org/nlpcn/es4sql/ShowTest.java | 15 +- .../org/nlpcn/es4sql/SourceFieldTest.java | 6 +- src/test/resources/accounts.json | 2000 +- src/test/resources/accounts_temp.json | 2000 +- src/test/resources/dogs.json | 4 +- src/test/resources/elasticsearch.yml | 1 + .../expectedOutput/delete_explain.json | 7 +- .../expectedOutput/multi_match_query.json | 12 +- .../expectedOutput/search_explain.json | 7 +- .../expectedOutput/search_explain_filter.json | 8 +- .../search_spatial_explain.json | 2 - .../resources/game_of_thrones_complex.json | 14 +- src/test/resources/join_objects.json | 18 +- src/test/resources/locations.json | 4 +- src/test/resources/locations2.json | 4 +- src/test/resources/nested_objects.json | 8 +- src/test/resources/odbc-date-formats.json | 20 +- src/test/resources/online.json | 19872 ++++++++-------- src/test/resources/peoples.json | 24 +- src/test/resources/phrases.json | 12 +- src/test/resources/systems.json | 24 +- 89 files changed, 14021 insertions(+), 12741 deletions(-) create mode 100644 lib/parent-join.jar create mode 100644 lib/reindex.jar create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java diff --git a/.gitignore b/.gitignore index cced487f..df2ef200 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ .mtj.tmp/ # Package Files # -*.jar +#*.jar *.war *.ear .classpath diff --git a/.travis.yml b/.travis.yml index 6fa0cda3..66e9d3cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,15 @@ language: java jdk: - - openjdk8 + - openjdk10 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.7-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.7-amd64.deb + - jdk_switcher use openjdk10 + - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh + - chmod +x $TRAVIS_BUILD_DIR/install-jdk.sh + - export JAVA_HOME=$HOME/openjdk17 + - $TRAVIS_BUILD_DIR/install-jdk.sh -F 17 --target $JAVA_HOME + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-8.5.3-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/lib/parent-join.jar b/lib/parent-join.jar new file mode 100644 index 0000000000000000000000000000000000000000..a57eb78149b828f1bbafd74cbd43445070d0a755 GIT binary patch literal 93290 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

3T{=w!{?PraRnFPMQdHc?0)%*$s(0>l)~#6xDq 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 UDq}CAe}WBy{mT6|U{wwKAJaKf4FCWD literal 0 HcmV?d00001 diff --git a/lib/reindex.jar b/lib/reindex.jar new file mode 100644 index 0000000000000000000000000000000000000000..5e6b839bc53cd8d8c9837482c3e5b676cbdf7408 GIT binary patch literal 123668 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 C>gg+&&@3lAFCPcW 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.0.0 org.nlpcn elasticsearch-sql - 7.17.7.1 + 8.5.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,10 +44,10 @@ UTF-8 **/MainTestSuite.class sql - 7.17.7 + 8.5.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 - 30.1.1-jre + 31.1-jre @@ -74,7 +74,7 @@ junit junit - 4.13.1 + 4.13.2 test @@ -87,13 +87,13 @@ org.locationtech.spatial4j spatial4j - 0.7 + 0.8 org.locationtech.jts jts-core - 1.15.0 + 1.19.0 provided @@ -104,27 +104,50 @@ provided - - org.elasticsearch.client - x-pack-transport - ${elasticsearch.version} - provided - + + co.elastic.clients + elasticsearch-java + ${elasticsearch.version} + provided + + + + com.fasterxml.jackson.core + jackson-databind + 2.14.1 + provided + com.unboundid unboundid-ldapsdk - 6.0.5 + 6.0.7 provided org.bouncycastle bcprov-jdk15on - 1.67 + 1.70 provided + + org.elasticsearch.plugin + reindex-client + ${elasticsearch.version} + ${project.basedir}/lib/reindex.jar + system + + + + org.elasticsearch.plugin + parent-join-client + ${elasticsearch.version} + ${project.basedir}/lib/parent-join.jar + system + + com.google.guava guava @@ -203,20 +226,6 @@ - org.elasticsearch.plugin - parent-join-client - ${elasticsearch.version} - false - ${project.build.directory} - - - org.elasticsearch.plugin - reindex-client - ${elasticsearch.version} - false - ${project.build.directory} - - com.alibaba druid ${druid.version} diff --git a/src/assembly/zip.xml b/src/assembly/zip.xml index 0a788b8b..0eeedfa4 100644 --- a/src/assembly/zip.xml +++ b/src/assembly/zip.xml @@ -23,5 +23,12 @@ plugin-descriptor.properties + + ${project.basedir}/lib + / + + *.jar + + \ No newline at end of file diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java index e57fe481..7bcac233 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchConnection.java @@ -1,6 +1,6 @@ package com.alibaba.druid.pool; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import java.sql.Array; import java.sql.Blob; diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java index 4457e1ab..124bd1a6 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java @@ -26,16 +26,12 @@ import com.alibaba.druid.support.logging.Log; import com.alibaba.druid.support.logging.LogFactory; import com.alibaba.druid.util.JMXUtils; -import com.alibaba.druid.util.JdbcConstants; import com.alibaba.druid.util.JdbcUtils; import com.alibaba.druid.util.StringUtils; import com.alibaba.druid.util.Utils; import com.alibaba.druid.wall.WallFilter; import com.alibaba.druid.wall.WallProviderStatValue; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.common.transport.TransportAddress; -import org.elasticsearch.xpack.client.PreBuiltXPackTransportClient; +import org.elasticsearch.client.internal.Client; import javax.management.JMException; import javax.management.MBeanServer; @@ -46,8 +42,6 @@ import javax.sql.ConnectionEvent; import javax.sql.ConnectionEventListener; import javax.sql.PooledConnection; -import java.net.InetAddress; -import java.net.UnknownHostException; import java.security.AccessController; import java.security.PrivilegedAction; import java.sql.Connection; @@ -143,15 +137,17 @@ public class ElasticSearchDruidDataSource extends DruidDataSource { private boolean loadSpifilterSkip = false; // elasticsearch client - private volatile Client client; + private final Client client; - public ElasticSearchDruidDataSource() { - this(false); + public ElasticSearchDruidDataSource(Client client) { + this(false, client); } - public ElasticSearchDruidDataSource(boolean fairLock) { + public ElasticSearchDruidDataSource(boolean fairLock, Client client) { super(fairLock); + this.client = client; + configFromPropety(System.getProperties()); } @@ -1012,30 +1008,6 @@ public PhysicalConnectionInfo createPhysicalConnection() throws SQLException { @Override public Connection createPhysicalConnection(String url, Properties info) throws SQLException { - if (client == null) { - synchronized (this) { - if (client == null) { - Settings.Builder builder = Settings.builder(); - info.forEach((k, v) -> builder.put(k.toString(), v.toString())); - - String[] hostAndPortArray = url.split("/")[2].split(","); - int length = hostAndPortArray.length; - TransportAddress[] addresses = new TransportAddress[length]; - try { - String[] hostAndPortArr; - for (int i = 0; i < length; ++i) { - hostAndPortArr = hostAndPortArray[i].split(":"); - addresses[i] = new TransportAddress(InetAddress.getByName(hostAndPortArr[0]), Integer.parseInt(hostAndPortArr[1])); - } - } catch (UnknownHostException e) { - throw new SQLException(e); - } - - client = new PreBuiltXPackTransportClient(builder.build()).addTransportAddresses(addresses); - } - } - } - Connection conn = new ElasticSearchConnection(client); createCountUpdater.incrementAndGet(this); diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java index ff1f6a72..1d3ff6e0 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java @@ -1,7 +1,8 @@ package com.alibaba.druid.pool; +import org.elasticsearch.client.internal.Client; + import javax.sql.DataSource; -import java.util.Map; import java.util.Properties; /** @@ -11,20 +12,10 @@ public class ElasticSearchDruidDataSourceFactory extends DruidDataSourceFactory @Override protected DataSource createDataSourceInternal(Properties properties) throws Exception { - DruidDataSource dataSource = new ElasticSearchDruidDataSource(); - config(dataSource, properties); - return dataSource; - } - - @SuppressWarnings("rawtypes") - public static DataSource createDataSource(Properties properties) throws Exception { - return createDataSource((Map) properties); + throw new UnsupportedOperationException(); } - @SuppressWarnings("rawtypes") - public static DataSource createDataSource(Map properties) throws Exception { - DruidDataSource dataSource = new ElasticSearchDruidDataSource(); - config(dataSource, properties); - return dataSource; + public static DataSource createDataSource(Client client) { + return new ElasticSearchDruidDataSource(client); } } diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java index 1104c392..e9f25c1d 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidPooledPreparedStatement.java @@ -1,6 +1,6 @@ package com.alibaba.druid.pool; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; import org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException; import org.nlpcn.es4sql.SearchDao; @@ -37,7 +37,7 @@ public ResultSet executeQuery() throws SQLException { conn.beforeExecute(); try { - ObjectResult extractor = getObjectResult(true, false, false, true); + ObjectResult extractor = getObjectResult(true, false, true); List headers = extractor.getHeaders(); List> lines = extractor.getLines(); @@ -67,7 +67,7 @@ public boolean execute() throws SQLException { conn.beforeExecute(); try { - ObjectResult extractor = getObjectResult(true, false, false, true); + ObjectResult extractor = getObjectResult(true, false, true); List headers = extractor.getHeaders(); List> lines = extractor.getLines(); @@ -84,13 +84,13 @@ public boolean execute() throws SQLException { } } - private ObjectResult getObjectResult(boolean flat, boolean includeScore, boolean includeType, boolean includeId) throws SqlParseException, SQLFeatureNotSupportedException, Exception, CsvExtractorException { + private ObjectResult getObjectResult(boolean flat, boolean includeScore, boolean includeId) throws SqlParseException, SQLFeatureNotSupportedException, Exception, CsvExtractorException { SearchDao searchDao = new org.nlpcn.es4sql.SearchDao(client); String query = ((ElasticSearchPreparedStatement) getRawPreparedStatement()).getExecutableSql(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new ObjectResultsExtractor(includeScore, includeType, includeId, false, queryAction).extractResults(execution, flat); + return new ObjectResultsExtractor(includeScore, includeId, false, queryAction).extractResults(execution, flat); } @Override diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java index ba80a10a..3c78eef6 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java @@ -1,15 +1,11 @@ package org.elasticsearch.plugin.nlpcn; import org.elasticsearch.action.ActionRequest; -import org.elasticsearch.action.ActionRequestBuilder; -import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.rest.BytesRestResponse; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.rest.RestChannel; -import org.elasticsearch.rest.RestStatus; import org.elasticsearch.rest.action.RestStatusToXContentListener; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticDeleteByQueryRequestBuilder; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 029e3713..25bd1cfc 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -3,11 +3,10 @@ import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.text.Text; +import org.elasticsearch.client.internal.Client; +import org.elasticsearch.rest.RestResponse; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.core.TimeValue; -import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; import org.elasticsearch.search.SearchHit; @@ -52,7 +51,7 @@ protected ElasticJoinExecutor(JoinRequestBuilder requestBuilder) { public void sendResponse(RestChannel channel){ try { XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(results,metaResults); - BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, builder); + RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); channel.sendResponse(bytesRestResponse); } catch (IOException e) { e.printStackTrace(); @@ -169,9 +168,8 @@ protected void addUnmatchedResults(List combinedResults, Collection secondTableReturnedFields, int docId, String t1Alias, String t2Alias, SearchHit hit) { String unmatchedId = hit.getId() + "|0"; - Text unamatchedType = new Text(hit.getType() + "|null"); - SearchHit searchHit = new SearchHit(docId, unmatchedId, unamatchedType, hit.getFields(), null); + SearchHit searchHit = new SearchHit(docId, unmatchedId, hit.getFields(), null); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java index 2e1da310..12a877a3 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java @@ -1,13 +1,6 @@ package org.elasticsearch.plugin.nlpcn; import org.elasticsearch.search.SearchHit; -import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.Aggregations; -import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; - -import java.util.ArrayList; -import java.util.Collection; -import java.util.List; import java.util.Map; /** diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index 7517a14d..32674c51 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -4,7 +4,7 @@ import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.xcontent.XContentFactory; import org.elasticsearch.xcontent.XContentType; @@ -48,7 +48,6 @@ public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSear for(SearchHit hit : results) { HashMap value = new HashMap<>(); value.put("_id",hit.getId()); - value.put("_type", hit.getType()); value.put("_score", hit.getScore()); value.put("_source", hit.getSourceAsMap()); searchHits[i] = value; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java index 45e38e03..d0cbec31 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/GetIndexRequestRestListener.java @@ -1,16 +1,12 @@ package org.elasticsearch.plugin.nlpcn; -import com.carrotsearch.hppc.cursors.ObjectObjectCursor; import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.admin.indices.get.GetIndexResponse; import org.elasticsearch.cluster.metadata.AliasMetadata; -import org.elasticsearch.cluster.metadata.MappingMetadata; -import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.xcontent.ToXContent; import org.elasticsearch.xcontent.XContentBuilder; -import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestResponse; import org.elasticsearch.rest.RestStatus; @@ -18,6 +14,7 @@ import java.io.IOException; import java.util.List; +import java.util.Map; /** * Created by Eliran on 6/10/2015. @@ -45,7 +42,7 @@ public RestResponse buildResponse(GetIndexResponse getIndexResponse, XContentBui writeAliases(getIndexResponse.aliases().get(index), builder, channel.request()); break; case MAPPINGS: - writeMappings(getIndexResponse.mappings().get(index), builder, channel.request()); + writeMappings((Map) getIndexResponse.mappings().get(index).rawSourceAsMap(), builder, channel.request()); break; case SETTINGS: writeSettings(getIndexResponse.settings().get(index), builder, channel.request()); @@ -59,7 +56,7 @@ public RestResponse buildResponse(GetIndexResponse getIndexResponse, XContentBui } builder.endObject(); - return new BytesRestResponse(RestStatus.OK, builder); + return new RestResponse(RestStatus.OK, builder); } private void writeAliases(List aliases, XContentBuilder builder, ToXContent.Params params) throws IOException { builder.startObject(Fields.ALIASES); @@ -71,12 +68,12 @@ private void writeAliases(List aliases, XContentBuilder builder, builder.endObject(); } - private void writeMappings(ImmutableOpenMap mappings, XContentBuilder builder, ToXContent.Params params) throws IOException { + private void writeMappings(Map> mappings, XContentBuilder builder, ToXContent.Params params) throws IOException { builder.startObject(Fields.MAPPINGS); if (mappings != null) { - for (ObjectObjectCursor typeEntry : mappings) { - builder.field(typeEntry.key); - builder.map(typeEntry.value.sourceAsMap()); + for (Map.Entry> typeEntry : mappings.entrySet()) { + builder.field(typeEntry.getKey()); + builder.map(typeEntry.getValue()); } } builder.endObject(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index 364ab16b..8ddc2c8b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -3,8 +3,7 @@ import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.text.Text; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.QueryBuilders; @@ -165,7 +164,7 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT - SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId, new Text(matchingHit.getType() + "|" + secondTableHit.getType()), matchingHit.getFields(), null); + SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId, matchingHit.getFields(), null); searchHit.sourceRef(matchingHit.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(matchingHit.getSourceAsMap()); @@ -212,7 +211,7 @@ private void createKeyToResultsAndFillOptimizationStructure(Map comparableHit Set> firstTableFieldToAlias = this.builder.getFirstTableFieldToAlias().entrySet(); for (ComperableHitResult result : comparableHitResults) { SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId, originalHit.getId(), new Text(originalHit.getType()), originalHit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId, originalHit.getId(), originalHit.getFields(), null); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = result.getFlattenMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index 45831310..8e63242e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -2,9 +2,8 @@ import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.document.DocumentField; -import org.elasticsearch.common.text.Text; import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -116,7 +115,7 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues ArrayList values = new ArrayList(); values.add(result); fields.put(fieldName,new DocumentField(fieldName, values)); - SearchHit searchHit = new SearchHit(currentId,currentId+"", new Text(someHit.getType()), fields, null); + SearchHit searchHit = new SearchHit(currentId,currentId+"", fields, null); searchHit.sourceRef(someHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = new HashMap<>(); @@ -137,7 +136,7 @@ private void fillMinusHitsFromResults(Set comperableHitResu ArrayList values = new ArrayList(); values.add(result); SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId,originalHit.getId(), new Text(originalHit.getType()), originalHit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId,originalHit.getId(), originalHit.getFields(), null); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = result.getFlattenMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java index fc3dd24e..e2960255 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MultiRequestExecutorFactory.java @@ -1,6 +1,6 @@ package org.elasticsearch.plugin.nlpcn; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java index fa2fdb28..49a2bab5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NamedXContentRegistryHolder.java @@ -1,7 +1,6 @@ package org.elasticsearch.plugin.nlpcn; import org.apache.lucene.util.SetOnce; -import org.elasticsearch.common.inject.Inject; import org.elasticsearch.xcontent.NamedXContentRegistry; import java.util.Objects; @@ -17,7 +16,6 @@ public class NamedXContentRegistryHolder { private static final SetOnce xContentRegistry = new SetOnce<>(); - @Inject public NamedXContentRegistryHolder(NamedXContentRegistry xContentRegistry) { Objects.requireNonNull(xContentRegistry); NamedXContentRegistryHolder.xContentRegistry.set(xContentRegistry); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index d359eaac..eeab2e60 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -5,8 +5,7 @@ import org.elasticsearch.action.search.MultiSearchResponse; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.text.Text; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -117,7 +116,7 @@ private int combineResultsFromMultiResponses(List combinedResults, in private SearchHit getMergedHit(int currentCombinedResults, String t1Alias, String t2Alias, SearchHit hitFromFirstTable, SearchHit matchedHit) { onlyReturnedFields(matchedHit.getSourceAsMap(), nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); - SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId(), new Text(hitFromFirstTable.getType() + "|" + matchedHit.getType()), hitFromFirstTable.getFields(), null); + SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId(), hitFromFirstTable.getFields(), null); searchHit.sourceRef(hitFromFirstTable.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(hitFromFirstTable.getSourceAsMap()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index bf8a4125..4845e51b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -4,7 +4,7 @@ import org.apache.logging.log4j.Logger; import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregations; import org.nlpcn.es4sql.exception.SqlParseException; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index c0a014e6..d2f86130 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -2,13 +2,13 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; -import org.elasticsearch.client.node.NodeClient; +import org.elasticsearch.client.internal.node.NodeClient; +import org.elasticsearch.rest.RestResponse; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; import org.elasticsearch.plugin.nlpcn.executors.RestExecutor; import org.elasticsearch.rest.BaseRestHandler; -import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestRequest; import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.SearchDao; @@ -48,7 +48,7 @@ public List routes() { } @Override - protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) { + protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) throws IOException { try (XContentParser parser = request.contentOrSourceParamParser()) { parser.mapStrings().forEach((k, v) -> request.params().putIfAbsent(k, v)); } catch (IOException e) { @@ -69,7 +69,7 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli // TODO add unit tests to explain. (rest level?) if (request.path().endsWith("/explain")) { final String jsonExplanation = queryAction.explain().explain(); - return channel -> channel.sendResponse(new BytesRestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); + return channel -> channel.sendResponse(new RestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); } else { Map params = request.params(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 15a969d9..53f639aa 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -1,17 +1,27 @@ package org.elasticsearch.plugin.nlpcn; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.node.DiscoveryNodes; -import org.elasticsearch.common.inject.AbstractModule; -import org.elasticsearch.common.inject.Module; +import org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders; +import org.elasticsearch.cluster.service.ClusterService; +import org.elasticsearch.common.io.stream.NamedWriteableRegistry; import org.elasticsearch.common.settings.ClusterSettings; import org.elasticsearch.common.settings.IndexScopedSettings; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.SettingsFilter; +import org.elasticsearch.env.Environment; +import org.elasticsearch.env.NodeEnvironment; import org.elasticsearch.plugins.ActionPlugin; import org.elasticsearch.plugins.Plugin; +import org.elasticsearch.repositories.RepositoriesService; import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestHandler; +import org.elasticsearch.script.ScriptService; +import org.elasticsearch.threadpool.ThreadPool; +import org.elasticsearch.tracing.Tracer; +import org.elasticsearch.watcher.ResourceWatcherService; +import org.elasticsearch.xcontent.NamedXContentRegistry; import java.util.Collection; import java.util.Collections; @@ -23,7 +33,6 @@ public class SqlPlug extends Plugin implements ActionPlugin { public SqlPlug() { } - public String name() { return "sql"; } @@ -32,19 +41,13 @@ public String description() { return "Use sql to query elasticsearch."; } - @Override - public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { - return Collections.singletonList(new RestSqlAction()); + public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationDeciders allocationDeciders) { + return Collections.singletonList(new NamedXContentRegistryHolder(xContentRegistry)); } @Override - public Collection createGuiceModules() { - return Collections.singletonList(new AbstractModule() { - @Override - protected void configure() { - bind(NamedXContentRegistryHolder.class).asEagerSingleton(); - } - }); + public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { + return Collections.singletonList(new RestSqlAction()); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index a0710b51..5d5b38ca 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -2,8 +2,7 @@ import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.text.Text; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.nlpcn.es4sql.Util; @@ -47,7 +46,7 @@ public void run() throws IOException, SqlParseException { private void fillInternalSearchHits(List unionHits, SearchHit[] hits, Map fieldNameToAlias) { for(SearchHit hit : hits){ - SearchHit searchHit = new SearchHit(currentId, hit.getId(), new Text(hit.getType()), hit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId, hit.getId(), hit.getFields(), null); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = hit.getSourceAsMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java new file mode 100644 index 00000000..3c8714f0 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java @@ -0,0 +1,159 @@ +package org.elasticsearch.plugin.nlpcn.client; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.json.JsonpMapper; +import co.elastic.clients.json.JsonpSerializable; +import org.elasticsearch.action.ActionListener; +import org.elasticsearch.action.ActionRequest; +import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.action.ActionType; +import org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction; +import org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse; +import org.elasticsearch.action.admin.cluster.state.ClusterStateAction; +import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest; +import org.elasticsearch.action.admin.indices.create.CreateIndexAction; +import org.elasticsearch.action.admin.indices.create.CreateIndexRequest; +import org.elasticsearch.action.admin.indices.create.CreateIndexResponse; +import org.elasticsearch.action.admin.indices.delete.DeleteIndexAction; +import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest; +import org.elasticsearch.action.admin.indices.get.GetIndexAction; +import org.elasticsearch.action.admin.indices.get.GetIndexRequest; +import org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction; +import org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest; +import org.elasticsearch.action.admin.indices.refresh.RefreshAction; +import org.elasticsearch.action.admin.indices.refresh.RefreshRequest; +import org.elasticsearch.action.admin.indices.refresh.RefreshResponse; +import org.elasticsearch.action.bulk.BulkAction; +import org.elasticsearch.action.bulk.BulkRequest; +import org.elasticsearch.action.bulk.BulkResponse; +import org.elasticsearch.action.search.MultiSearchAction; +import org.elasticsearch.action.search.MultiSearchRequest; +import org.elasticsearch.action.search.MultiSearchResponse; +import org.elasticsearch.action.search.SearchAction; +import org.elasticsearch.action.search.SearchRequest; +import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.action.search.SearchScrollAction; +import org.elasticsearch.action.search.SearchScrollRequest; +import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.client.internal.support.AbstractClient; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.index.reindex.BulkByScrollResponse; +import org.elasticsearch.index.reindex.DeleteByQueryAction; +import org.elasticsearch.index.reindex.DeleteByQueryRequest; + +import java.io.IOException; +import java.io.UncheckedIOException; +import java.util.Objects; + +/** + * Implementation of {@link AbstractClient} using {@link ElasticsearchClient} + * + * @author shiyuan + * @version V1.0 + * @since 2022-12-19 21:16 + */ +public class ElasticsearchRestClient extends AbstractClient { + + private final ElasticsearchClient client; + private final RequestConverter requestConverter; + private final ResponseConverter responseConverter; + + public ElasticsearchRestClient(ElasticsearchClient client) { + super(null, null); + + this.client = client; + JsonpMapper jsonpMapper = client._jsonpMapper(); + this.requestConverter = new RequestConverter(jsonpMapper); + this.responseConverter = new ResponseConverter(jsonpMapper); + } + + @SuppressWarnings("unchecked") + @Override + protected void doExecute(ActionType action, Request request, ActionListener listener) { + try { + String name = action.name(); + ActionResponse response; + switch (name) { + case ClusterUpdateSettingsAction.NAME: + response = doExecute(client -> client.cluster().putSettings(requestConverter.putClusterSettingsRequest((ClusterUpdateSettingsRequest) request)), + r -> responseConverter.parseJson(r, ClusterUpdateSettingsResponse::fromXContent)); + break; + case ClusterStateAction.NAME: + response = doExecute(client -> client.cluster().state(requestConverter.stateRequest((ClusterStateRequest) request)), + responseConverter::clusterStateResponse); + break; + case NodesInfoAction.NAME: + response = doExecute(client -> client.nodes().info(requestConverter.nodesInfoRequest((NodesInfoRequest) request)), + responseConverter::nodesInfoResponse); + break; + case DeleteIndexAction.NAME: + response = doExecute(client -> client.indices().delete(requestConverter.deleteIndexRequest((DeleteIndexRequest) request)), + r -> responseConverter.parseJson(r, AcknowledgedResponse::fromXContent)); + break; + case PutMappingAction.NAME: + response = doExecute(client -> client.indices().putMapping(requestConverter.putMappingRequest((PutMappingRequest) request)), + r -> responseConverter.parseJson(r, AcknowledgedResponse::fromXContent)); + break; + case GetIndexAction.NAME: + response = doExecute(client -> client.indices().get(requestConverter.getIndexRequest((GetIndexRequest) request)), + responseConverter::getIndexResponse); + break; + case CreateIndexAction.NAME: + response = doExecute(client -> client.indices().create(requestConverter.createIndexRequest((CreateIndexRequest) request)), + r -> responseConverter.parseJson(r, CreateIndexResponse::fromXContent)); + break; + case RefreshAction.NAME: + response = doExecute(client -> client.indices().refresh(requestConverter.refreshRequest((RefreshRequest) request)), + r -> responseConverter.parseJson(r, RefreshResponse::fromXContent)); + break; + case BulkAction.NAME: + response = doExecute(client -> client.bulk(requestConverter.bulkRequest((BulkRequest) request)), + r -> responseConverter.parseJson(r, BulkResponse::fromXContent)); + break; + case SearchAction.NAME: + response = doExecute(client -> client.search(requestConverter.searchRequest((SearchRequest) request), Object.class), + r -> responseConverter.parseJson(r, SearchResponse::fromXContent)); + break; + case SearchScrollAction.NAME: + response = doExecute(client -> client.scroll(requestConverter.scrollRequest((SearchScrollRequest) request), Object.class), + r -> responseConverter.parseJson(r, SearchResponse::fromXContent)); + break; + case MultiSearchAction.NAME: + response = doExecute(client -> client.msearch(requestConverter.msearchRequest((MultiSearchRequest) request), Object.class), + r -> responseConverter.parseJson(r, MultiSearchResponse::fromXContext)); + break; + case DeleteByQueryAction.NAME: + response = doExecute(client -> client.deleteByQuery(requestConverter.deleteByQueryRequest((DeleteByQueryRequest) request)), + r -> responseConverter.parseJson(r, BulkByScrollResponse::fromXContent)); + break; + default: + listener.onFailure(new UnsupportedOperationException("elasticsearch rest client doesn't support action[" + name + "]")); + return; + } + + listener.onResponse((Response) response); + } catch (Exception e) { + listener.onFailure(e); + } + } + + @Override + public void close() { + try { + client._transport().close(); + } catch (IOException e) { + throw new UncheckedIOException(e); + } + } + + public R doExecute(CheckedFunction clientCallback, CheckedFunction responseCallback) throws IOException { + Objects.requireNonNull(clientCallback, "clientCallback must not be null"); + Objects.requireNonNull(responseCallback, "responseCallback must not be null"); + + T response = clientCallback.apply(client); + return responseCallback.apply(response); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java new file mode 100644 index 00000000..deb2bc7b --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java @@ -0,0 +1,542 @@ +package org.elasticsearch.plugin.nlpcn.client; + +import co.elastic.clients.elasticsearch._types.Conflicts; +import co.elastic.clients.elasticsearch._types.ExpandWildcard; +import co.elastic.clients.elasticsearch._types.Refresh; +import co.elastic.clients.elasticsearch._types.SearchType; +import co.elastic.clients.elasticsearch._types.Slices; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.VersionType; +import co.elastic.clients.elasticsearch._types.WaitForActiveShards; +import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; +import co.elastic.clients.elasticsearch._types.query_dsl.GeoDistanceQuery; +import co.elastic.clients.elasticsearch._types.query_dsl.GeoValidationMethod; +import co.elastic.clients.elasticsearch.cluster.PutClusterSettingsRequest; +import co.elastic.clients.elasticsearch.cluster.StateRequest; +import co.elastic.clients.elasticsearch.core.BulkRequest; +import co.elastic.clients.elasticsearch.core.DeleteByQueryRequest; +import co.elastic.clients.elasticsearch.core.MsearchRequest; +import co.elastic.clients.elasticsearch.core.ScrollRequest; +import co.elastic.clients.elasticsearch.core.SearchRequest; +import co.elastic.clients.elasticsearch.core.bulk.BulkOperation; +import co.elastic.clients.elasticsearch.core.bulk.CreateOperation; +import co.elastic.clients.elasticsearch.core.bulk.DeleteOperation; +import co.elastic.clients.elasticsearch.core.bulk.IndexOperation; +import co.elastic.clients.elasticsearch.core.bulk.UpdateAction; +import co.elastic.clients.elasticsearch.core.bulk.UpdateOperation; +import co.elastic.clients.elasticsearch.core.msearch.MultisearchBody; +import co.elastic.clients.elasticsearch.core.msearch.MultisearchHeader; +import co.elastic.clients.elasticsearch.core.msearch.RequestItem; +import co.elastic.clients.elasticsearch.indices.Alias; +import co.elastic.clients.elasticsearch.indices.CreateIndexRequest; +import co.elastic.clients.elasticsearch.indices.DeleteIndexRequest; +import co.elastic.clients.elasticsearch.indices.GetIndexRequest; +import co.elastic.clients.elasticsearch.indices.IndexSettings; +import co.elastic.clients.elasticsearch.indices.PutMappingRequest; +import co.elastic.clients.elasticsearch.indices.RefreshRequest; +import co.elastic.clients.elasticsearch.indices.get.Feature; +import co.elastic.clients.elasticsearch.nodes.NodesInfoRequest; +import co.elastic.clients.json.DelegatingDeserializer; +import co.elastic.clients.json.JsonEnum; +import co.elastic.clients.json.JsonpDeserializer; +import co.elastic.clients.json.JsonpMapper; +import co.elastic.clients.json.ObjectDeserializer; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.DocWriteRequest; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; +import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest; +import org.elasticsearch.action.delete.DeleteRequest; +import org.elasticsearch.action.index.IndexRequest; +import org.elasticsearch.action.search.MultiSearchRequest; +import org.elasticsearch.action.search.SearchScrollRequest; +import org.elasticsearch.action.support.ActiveShardCount; +import org.elasticsearch.action.support.IndicesOptions; +import org.elasticsearch.action.support.WriteRequest; +import org.elasticsearch.action.update.UpdateRequest; +import org.elasticsearch.cluster.ClusterState; +import org.elasticsearch.common.Strings; +import org.elasticsearch.common.bytes.BytesReference; +import org.elasticsearch.common.xcontent.XContentHelper; +import org.elasticsearch.core.Tuple; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.lang.reflect.Field; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.EnumSet; +import java.util.List; +import java.util.Locale; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import java.util.Set; + +/** + * Class to create Elasticsearch request + * + * @author shiyuan + * @version V1.0 + * @since 2022-12-20 12:52 + */ +public class RequestConverter { + + static { + try { + Field field = JsonEnum.Deserializer.class.getDeclaredField("lookupTable"); + field.setAccessible(true); + + @SuppressWarnings("unchecked") + Map lookupTable = (Map) field.get(GeoValidationMethod._DESERIALIZER); + for (GeoValidationMethod geoValidationMethod : GeoValidationMethod.values()) { + lookupTable.put(geoValidationMethod.jsonValue().toUpperCase(Locale.ROOT), geoValidationMethod); + } + } catch (NoSuchFieldException | IllegalAccessException e) { + throw new IllegalStateException(e); + } + + ((ObjectDeserializer) DelegatingDeserializer.unwrap(GeoDistanceQuery._DESERIALIZER)).add((builder, value) -> { + }, JsonpDeserializer.stringDeserializer(), "ignore_unmapped"); + } + + private final JsonpMapper jsonpMapper; + + public RequestConverter(JsonpMapper jsonpMapper) { + this.jsonpMapper = jsonpMapper; + } + + public PutClusterSettingsRequest putClusterSettingsRequest(ClusterUpdateSettingsRequest clusterUpdateSettingsRequest) throws IOException { + PutClusterSettingsRequest.Builder builder = new PutClusterSettingsRequest.Builder(); + try (Reader reader = new StringReader(Strings.toString(clusterUpdateSettingsRequest)); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + Optional.ofNullable(clusterUpdateSettingsRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(clusterUpdateSettingsRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + public StateRequest stateRequest(ClusterStateRequest clusterStateRequest) { + StateRequest.Builder builder = new StateRequest.Builder(); + builder.index(Arrays.asList(clusterStateRequest.indices())); + if (clusterStateRequest.routingTable()) { + builder.metric(ClusterState.Metric.ROUTING_TABLE.toString()); + } + if (clusterStateRequest.nodes()) { + builder.metric(ClusterState.Metric.NODES.toString()); + } + if (clusterStateRequest.metadata()) { + builder.metric(ClusterState.Metric.METADATA.toString()); + } + if (clusterStateRequest.blocks()) { + builder.metric(ClusterState.Metric.BLOCKS.toString()); + } + if (clusterStateRequest.customs()) { + builder.metric(ClusterState.Metric.CUSTOMS.toString()); + } + builder.local(clusterStateRequest.local()); + Optional.ofNullable(clusterStateRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(clusterStateRequest.waitForTimeout()).ifPresent(e -> builder.waitForTimeout(Time.of(t -> t.time(e.toString())))); + builder.waitForMetadataVersion(clusterStateRequest.waitForMetadataVersion()); + Optional.ofNullable(clusterStateRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + public NodesInfoRequest nodesInfoRequest(org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest nodesInfoRequest) { + NodesInfoRequest.Builder builder = new NodesInfoRequest.Builder(); + builder.metric(new ArrayList<>(nodesInfoRequest.requestedMetrics())); + builder.nodeId(Arrays.asList(nodesInfoRequest.nodesIds())); + Optional.ofNullable(nodesInfoRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + public DeleteIndexRequest deleteIndexRequest(org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest deleteIndexRequest) { + DeleteIndexRequest.Builder builder = new DeleteIndexRequest.Builder(); + builder.index(Arrays.asList(deleteIndexRequest.indices())); + Optional.ofNullable(deleteIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteIndexRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + public PutMappingRequest putMappingRequest(org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest putMappingRequest) throws IOException { + PutMappingRequest.Builder builder = new PutMappingRequest.Builder(); + if (Strings.hasLength(putMappingRequest.source())) { + try (Reader reader = new StringReader(putMappingRequest.source()); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + } + builder.index(Arrays.asList(putMappingRequest.indices())); + builder.writeIndexOnly(putMappingRequest.writeIndexOnly()); + Optional.ofNullable(putMappingRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + Optional.ofNullable(putMappingRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(putMappingRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + public GetIndexRequest getIndexRequest(org.elasticsearch.action.admin.indices.get.GetIndexRequest getIndexRequest) { + GetIndexRequest.Builder builder = new GetIndexRequest.Builder(); + builder.index(Arrays.asList(getIndexRequest.indices())); + builder.includeDefaults(getIndexRequest.includeDefaults()); + builder.local(getIndexRequest.local()); + for (org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature : getIndexRequest.features()) { + builder.features(getFeature(feature)); + } + Optional.ofNullable(getIndexRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + Optional.ofNullable(getIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + @SuppressWarnings({"unchecked", "rawtypes"}) + public CreateIndexRequest createIndexRequest(org.elasticsearch.action.admin.indices.create.CreateIndexRequest createIndexRequest) throws IOException { + CreateIndexRequest.Builder builder = new CreateIndexRequest.Builder(); + builder.index(createIndexRequest.index()); + builder.mappings(fromJson(createIndexRequest.mappings(), TypeMapping._DESERIALIZER)); + builder.settings(fromJson(createIndexRequest.settings().toString(), IndexSettings._DESERIALIZER)); + Optional.ofNullable(createIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(createIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + ActiveShardCount activeShardCount = createIndexRequest.waitForActiveShards(); + if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); + } + for (org.elasticsearch.action.admin.indices.alias.Alias alias : createIndexRequest.aliases()) { + BytesReference bytesReference; + try (XContentBuilder aliasBuilder = XContentFactory.jsonBuilder()) { + aliasBuilder.startObject(); + alias.toXContent(aliasBuilder, ToXContent.EMPTY_PARAMS); + aliasBuilder.endObject(); + bytesReference = BytesReference.bytes(aliasBuilder); + } + Tuple> tuple = XContentHelper.convertToMap(bytesReference, true, XContentType.JSON); + for (Map.Entry entry : tuple.v2().entrySet()) { + String key = entry.getKey(); + try (XContentBuilder mapBuilder = XContentFactory.jsonBuilder()) { + mapBuilder.map((Map) entry.getValue()); + bytesReference = BytesReference.bytes(mapBuilder); + } + builder.aliases(key, fromJson(bytesReference.utf8ToString(), Alias._DESERIALIZER)); + } + } + return builder.build(); + } + + public RefreshRequest refreshRequest(org.elasticsearch.action.admin.indices.refresh.RefreshRequest refreshRequest) { + RefreshRequest.Builder builder = new RefreshRequest.Builder(); + builder.index(Arrays.asList(refreshRequest.indices())); + Optional.ofNullable(refreshRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + public BulkRequest bulkRequest(org.elasticsearch.action.bulk.BulkRequest bulkRequest) throws IOException { + BulkRequest.Builder builder = new BulkRequest.Builder(); + for (DocWriteRequest request : bulkRequest.requests()) { + switch (request.opType()) { + case INDEX: + IndexRequest indexRequest = (IndexRequest) request; + IndexOperation.Builder> indexOperationBuilder = new IndexOperation.Builder<>(); + indexOperationBuilder.id(indexRequest.id()); + indexOperationBuilder.index(indexRequest.index()); + indexOperationBuilder.routing(indexRequest.routing()); + indexOperationBuilder.ifPrimaryTerm(indexRequest.ifPrimaryTerm()); + indexOperationBuilder.ifSeqNo(indexRequest.ifSeqNo()); + indexOperationBuilder.pipeline(indexRequest.getPipeline()); + indexOperationBuilder.requireAlias(indexRequest.isRequireAlias()); + indexOperationBuilder.version(indexRequest.version()); + indexOperationBuilder.versionType(getVersionType(indexRequest.versionType())); + indexOperationBuilder.dynamicTemplates(indexRequest.getDynamicTemplates()); + indexOperationBuilder.document(indexRequest.sourceAsMap()); + builder.operations(BulkOperation.of(bo -> bo.index(indexOperationBuilder.build()))); + break; + case CREATE: + IndexRequest createRequest = (IndexRequest) request; + CreateOperation.Builder> createOperationBuilder = new CreateOperation.Builder<>(); + createOperationBuilder.id(createRequest.id()); + createOperationBuilder.index(createRequest.index()); + createOperationBuilder.routing(createRequest.routing()); + createOperationBuilder.ifPrimaryTerm(createRequest.ifPrimaryTerm()); + createOperationBuilder.ifSeqNo(createRequest.ifSeqNo()); + createOperationBuilder.pipeline(createRequest.getPipeline()); + createOperationBuilder.requireAlias(createRequest.isRequireAlias()); + createOperationBuilder.version(createRequest.version()); + createOperationBuilder.versionType(getVersionType(createRequest.versionType())); + createOperationBuilder.dynamicTemplates(createRequest.getDynamicTemplates()); + createOperationBuilder.document(createRequest.sourceAsMap()); + builder.operations(BulkOperation.of(bo -> bo.create(createOperationBuilder.build()))); + break; + case DELETE: + DeleteRequest deleteRequest = (DeleteRequest) request; + DeleteOperation.Builder deleteOperationBuilder = new DeleteOperation.Builder(); + deleteOperationBuilder.id(deleteRequest.id()); + deleteOperationBuilder.index(deleteRequest.index()); + deleteOperationBuilder.routing(deleteRequest.routing()); + deleteOperationBuilder.ifPrimaryTerm(deleteRequest.ifPrimaryTerm()); + deleteOperationBuilder.ifSeqNo(deleteRequest.ifSeqNo()); + deleteOperationBuilder.version(deleteRequest.version()); + deleteOperationBuilder.versionType(getVersionType(deleteRequest.versionType())); + builder.operations(BulkOperation.of(bo -> bo.delete(deleteOperationBuilder.build()))); + break; + case UPDATE: + UpdateRequest updateRequest = (UpdateRequest) request; + UpdateOperation.Builder, Map> updateOperationBuilder = new UpdateOperation.Builder<>(); + updateOperationBuilder.id(updateRequest.id()); + updateOperationBuilder.index(updateRequest.index()); + updateOperationBuilder.routing(updateRequest.routing()); + updateOperationBuilder.ifPrimaryTerm(updateRequest.ifPrimaryTerm()); + updateOperationBuilder.ifSeqNo(updateRequest.ifSeqNo()); + updateOperationBuilder.requireAlias(updateRequest.isRequireAlias()); + updateOperationBuilder.retryOnConflict(updateRequest.retryOnConflict()); + UpdateAction.Builder, Map> updateActionBuilder = new UpdateAction.Builder<>(); + try (Reader reader = new StringReader(Strings.toString(updateRequest)); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + updateActionBuilder.withJson(parser, this.jsonpMapper); + } + updateOperationBuilder.action(updateActionBuilder.build()); + builder.operations(BulkOperation.of(bo -> bo.update(updateOperationBuilder.build()))); + break; + default: + throw new IllegalArgumentException(); + } + } + Set indices = bulkRequest.getIndices(); + if (!indices.isEmpty()) { + builder.index(indices.iterator().next()); + } + builder.refresh(getRefreshPolicy(bulkRequest.getRefreshPolicy())); + builder.requireAlias(bulkRequest.requireAlias()); + builder.pipeline(bulkRequest.pipeline()); + builder.routing(bulkRequest.routing()); + Optional.ofNullable(bulkRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + ActiveShardCount activeShardCount = bulkRequest.waitForActiveShards(); + if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); + } + return builder.build(); + } + + public SearchRequest searchRequest(org.elasticsearch.action.search.SearchRequest searchRequest) throws IOException { + SearchRequest.Builder builder = new SearchRequest.Builder(); + try (Reader reader = new StringReader(Strings.toString(searchRequest.source())); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + builder.index(Arrays.asList(searchRequest.indices())); + builder.requestCache(searchRequest.requestCache()); + builder.allowPartialSearchResults(searchRequest.allowPartialSearchResults()); + builder.ccsMinimizeRoundtrips(searchRequest.isCcsMinimizeRoundtrips()); + builder.preference(searchRequest.preference()); + builder.routing(searchRequest.routing()); + builder.searchType(getSearchType(searchRequest.searchType())); + builder.batchedReduceSize((long) searchRequest.getBatchedReduceSize()); + builder.maxConcurrentShardRequests((long) searchRequest.getMaxConcurrentShardRequests()); + Optional.ofNullable(searchRequest.minCompatibleShardNode()).ifPresent(e -> builder.minCompatibleShardNode(e.toString())); + Optional.ofNullable(searchRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + Optional.ofNullable(searchRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + public ScrollRequest scrollRequest(SearchScrollRequest searchScrollRequest) { + ScrollRequest.Builder builder = new ScrollRequest.Builder(); + builder.scrollId(searchScrollRequest.scrollId()); + Optional.ofNullable(searchScrollRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + return builder.build(); + } + + public MsearchRequest msearchRequest(MultiSearchRequest multiSearchRequest) throws IOException { + MsearchRequest.Builder builder = new MsearchRequest.Builder(); + if (multiSearchRequest.maxConcurrentSearchRequests() > 0) { + builder.maxConcurrentSearches((long) multiSearchRequest.maxConcurrentSearchRequests()); + } + for (org.elasticsearch.action.search.SearchRequest request : multiSearchRequest.requests()) { + MultisearchHeader.Builder msearchHeaderBuilder = new MultisearchHeader.Builder(); + msearchHeaderBuilder.index(Arrays.asList(request.indices())); + msearchHeaderBuilder.requestCache(request.requestCache()); + msearchHeaderBuilder.allowPartialSearchResults(request.allowPartialSearchResults()); + msearchHeaderBuilder.ccsMinimizeRoundtrips(request.isCcsMinimizeRoundtrips()); + msearchHeaderBuilder.preference(request.preference()); + msearchHeaderBuilder.routing(request.routing()); + msearchHeaderBuilder.searchType(getSearchType(request.searchType())); + Optional.ofNullable(request.indicesOptions()).ifPresent(options -> { + msearchHeaderBuilder.allowNoIndices(options.allowNoIndices()); + msearchHeaderBuilder.ignoreUnavailable(options.ignoreUnavailable()); + msearchHeaderBuilder.expandWildcards(getExpandWildcard(options.expandWildcards())); + msearchHeaderBuilder.ignoreThrottled(options.ignoreThrottled()); + }); + + MultisearchBody.Builder msearchBodyBuilder = new MultisearchBody.Builder(); + try (Reader reader = new StringReader(Strings.toString(request.source())); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + msearchBodyBuilder.withJson(parser, this.jsonpMapper); + } + RequestItem.Builder requestItemBuilder = new RequestItem.Builder(); + requestItemBuilder.header(msearchHeaderBuilder.build()); + requestItemBuilder.body(msearchBodyBuilder.build()); + builder.searches(requestItemBuilder.build()); + } + Optional.ofNullable(multiSearchRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + public DeleteByQueryRequest deleteByQueryRequest(org.elasticsearch.index.reindex.DeleteByQueryRequest deleteByQueryRequest) throws IOException { + DeleteByQueryRequest.Builder builder = new DeleteByQueryRequest.Builder(); + org.elasticsearch.action.search.SearchRequest searchRequest = deleteByQueryRequest.getSearchRequest(); + if (Objects.nonNull(searchRequest)) { + try (Reader reader = new StringReader(Strings.toString(deleteByQueryRequest)); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + builder.requestCache(searchRequest.requestCache()); + builder.preference(searchRequest.preference()); + builder.searchType(getSearchType(searchRequest.searchType())); + } + builder.conflicts(deleteByQueryRequest.isAbortOnVersionConflict() ? Conflicts.Abort : Conflicts.Proceed); + builder.index(Arrays.asList(deleteByQueryRequest.indices())); + builder.routing(deleteByQueryRequest.getRouting()); + if (deleteByQueryRequest.getMaxDocs() > -1) { + builder.maxDocs((long) deleteByQueryRequest.getMaxDocs()); + } + builder.requestsPerSecond(deleteByQueryRequest.getRequestsPerSecond()); + builder.refresh(deleteByQueryRequest.isRefresh()); + ActiveShardCount waitForActiveShards = deleteByQueryRequest.getWaitForActiveShards(); + if (Objects.nonNull(waitForActiveShards) && waitForActiveShards.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(waitForActiveShards.value()))); + } + builder.slices(Slices.of(s -> s.value(deleteByQueryRequest.getSlices()))); + Optional.ofNullable(deleteByQueryRequest.getScrollTime()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteByQueryRequest.getTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteByQueryRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + private T fromJson(String json, JsonpDeserializer deserializer) throws IOException { + Objects.requireNonNull(json, "json must not be null"); + Objects.requireNonNull(deserializer, "deserializer must not be null"); + + try (Reader reader = new StringReader(json); + JsonParser parser = jsonpMapper.jsonProvider().createParser(reader)) { + return deserializer.deserialize(parser, jsonpMapper); + } + } + + private List getExpandWildcard(EnumSet states) { + List expandWildcards = new ArrayList<>(); + if (states.isEmpty()) { + expandWildcards.add(ExpandWildcard.None); + } else if (states.containsAll(EnumSet.allOf(IndicesOptions.WildcardStates.class))) { + expandWildcards.add(ExpandWildcard.All); + } else { + for (IndicesOptions.WildcardStates state : states) { + switch (state) { + case OPEN: + expandWildcards.add(ExpandWildcard.Open); + break; + case CLOSED: + expandWildcards.add(ExpandWildcard.Closed); + break; + case HIDDEN: + expandWildcards.add(ExpandWildcard.Hidden); + break; + default: + break; + } + } + } + return expandWildcards; + } + + private Feature getFeature(org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature) { + switch (feature) { + case ALIASES: + return Feature.Aliases; + case MAPPINGS: + return Feature.Mappings; + case SETTINGS: + return Feature.Settings; + default: + throw new IllegalArgumentException(); + } + } + + private VersionType getVersionType(org.elasticsearch.index.VersionType versionType) { + if (Objects.isNull(versionType)) { + return null; + } + switch (versionType) { + case INTERNAL: + return VersionType.Internal; + case EXTERNAL: + return VersionType.External; + case EXTERNAL_GTE: + return VersionType.ExternalGte; + default: + throw new IllegalArgumentException(); + } + } + + private Refresh getRefreshPolicy(WriteRequest.RefreshPolicy refreshPolicy) { + if (Objects.isNull(refreshPolicy)) { + return null; + } + switch (refreshPolicy) { + case IMMEDIATE: + return Refresh.True; + case NONE: + return Refresh.False; + case WAIT_UNTIL: + return Refresh.WaitFor; + default: + throw new IllegalArgumentException(); + } + } + + private SearchType getSearchType(org.elasticsearch.action.search.SearchType searchType) { + if (Objects.isNull(searchType)) { + return null; + } + switch (searchType) { + case QUERY_THEN_FETCH: + return SearchType.QueryThenFetch; + case DFS_QUERY_THEN_FETCH: + return SearchType.DfsQueryThenFetch; + default: + throw new IllegalArgumentException(); + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java new file mode 100644 index 00000000..5ea7e3ab --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -0,0 +1,696 @@ +package org.elasticsearch.plugin.nlpcn.client; + +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; +import co.elastic.clients.elasticsearch.cluster.StateResponse; +import co.elastic.clients.elasticsearch.indices.Alias; +import co.elastic.clients.elasticsearch.indices.IndexSettings; +import co.elastic.clients.elasticsearch.indices.IndexState; +import co.elastic.clients.elasticsearch.nodes.info.NodeInfoHttp; +import co.elastic.clients.elasticsearch.nodes.info.NodeOperatingSystemInfo; +import co.elastic.clients.elasticsearch.nodes.info.NodeProcessInfo; +import co.elastic.clients.elasticsearch.nodes.info.NodeThreadPoolInfo; +import co.elastic.clients.json.JsonpMapper; +import co.elastic.clients.json.JsonpSerializable; +import jakarta.json.JsonObject; +import jakarta.json.JsonValue; +import jakarta.json.stream.JsonGenerator; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; +import org.elasticsearch.Build; +import org.elasticsearch.Version; +import org.elasticsearch.action.admin.cluster.node.info.NodeInfo; +import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; +import org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules; +import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse; +import org.elasticsearch.action.admin.indices.get.GetIndexResponse; +import org.elasticsearch.action.admin.indices.rollover.RolloverInfo; +import org.elasticsearch.cluster.ClusterName; +import org.elasticsearch.cluster.ClusterState; +import org.elasticsearch.cluster.block.ClusterBlocks; +import org.elasticsearch.cluster.coordination.CoordinationMetadata; +import org.elasticsearch.cluster.metadata.AliasMetadata; +import org.elasticsearch.cluster.metadata.IndexMetadata; +import org.elasticsearch.cluster.metadata.IndexTemplateMetadata; +import org.elasticsearch.cluster.metadata.MappingMetadata; +import org.elasticsearch.cluster.metadata.Metadata; +import org.elasticsearch.cluster.metadata.ReservedStateMetadata; +import org.elasticsearch.cluster.node.DiscoveryNode; +import org.elasticsearch.cluster.node.DiscoveryNodeRole; +import org.elasticsearch.cluster.node.DiscoveryNodes; +import org.elasticsearch.cluster.routing.RoutingNodes; +import org.elasticsearch.cluster.routing.RoutingTable; +import org.elasticsearch.common.compress.CompressedXContent; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.transport.BoundTransportAddress; +import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.common.unit.ByteSizeValue; +import org.elasticsearch.common.unit.Processors; +import org.elasticsearch.common.unit.RelativeByteSizeValue; +import org.elasticsearch.common.unit.SizeValue; +import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.core.TimeValue; +import org.elasticsearch.health.metadata.HealthMetadata; +import org.elasticsearch.http.HttpInfo; +import org.elasticsearch.index.mapper.MapperService; +import org.elasticsearch.index.shard.IndexLongFieldRange; +import org.elasticsearch.ingest.IngestInfo; +import org.elasticsearch.monitor.jvm.JvmInfo; +import org.elasticsearch.monitor.os.OsInfo; +import org.elasticsearch.monitor.process.ProcessInfo; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix; +import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; +import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters; +import org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileGridAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid; +import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGrid; +import org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal; +import org.elasticsearch.search.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedAutoDateHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.VariableWidthHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing; +import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedNested; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested; +import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange; +import org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange; +import org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance; +import org.elasticsearch.search.aggregations.bucket.range.ParsedRange; +import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler; +import org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler; +import org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms; +import org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.LongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.SignificantStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.StringTerms; +import org.elasticsearch.search.aggregations.metrics.AvgAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.CardinalityAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentiles; +import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentiles; +import org.elasticsearch.search.aggregations.metrics.MaxAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.MinAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ParsedAvg; +import org.elasticsearch.search.aggregations.metrics.ParsedCardinality; +import org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats; +import org.elasticsearch.search.aggregations.metrics.ParsedGeoBounds; +import org.elasticsearch.search.aggregations.metrics.ParsedGeoCentroid; +import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentiles; +import org.elasticsearch.search.aggregations.metrics.ParsedMax; +import org.elasticsearch.search.aggregations.metrics.ParsedMedianAbsoluteDeviation; +import org.elasticsearch.search.aggregations.metrics.ParsedMin; +import org.elasticsearch.search.aggregations.metrics.ParsedScriptedMetric; +import org.elasticsearch.search.aggregations.metrics.ParsedStats; +import org.elasticsearch.search.aggregations.metrics.ParsedSum; +import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentiles; +import org.elasticsearch.search.aggregations.metrics.ParsedTopHits; +import org.elasticsearch.search.aggregations.metrics.ParsedValueCount; +import org.elasticsearch.search.aggregations.metrics.ParsedWeightedAvg; +import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.StatsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.SumAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.DerivativePipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue; +import org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedBucketMetricValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedDerivative; +import org.elasticsearch.search.aggregations.pipeline.ParsedExtendedStatsBucket; +import org.elasticsearch.search.aggregations.pipeline.ParsedPercentilesBucket; +import org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedStatsBucket; +import org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.support.AggregationInfo; +import org.elasticsearch.search.aggregations.timeseries.ParsedTimeSeries; +import org.elasticsearch.search.aggregations.timeseries.TimeSeriesAggregationBuilder; +import org.elasticsearch.threadpool.ThreadPool; +import org.elasticsearch.threadpool.ThreadPoolInfo; +import org.elasticsearch.transport.TransportInfo; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.NamedXContentRegistry.Entry; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; +import org.elasticsearch.xcontent.XContentType; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.UnsupportedEncodingException; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.nio.charset.StandardCharsets; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import java.util.Set; +import java.util.stream.Collectors; + +/** + * Class to create Elasticsearch ActionResponse + * + * @author shiyuan + * @version V1.0 + * @since 2022-12-21 10:01 + */ +public class ResponseConverter { + + private static final Logger logger = LogManager.getLogger(ResponseConverter.class); + + private static final String EMPTY = ""; + private static final String KEY_CLUSTER_NAME = "cluster_name"; + private static final String KEY_VERSION = "version"; + private static final String KEY_STATE_UUID = "state_uuid"; + private static final String KEY_METADATA = "metadata"; + private static final String KEY_CLUSTER_COORDINATION = "cluster_coordination"; + private static final String KEY_SETTINGS = "settings"; + private static final String KEY_INDICES = "indices"; + private static final String KEK_HASHES_OF_CONSISTENT_SETTINGS = "hashes_of_consistent_settings"; + private static final String KEY_TEMPLATES = "templates"; + private static final String KEY_RESERVED_STATE = "reserved_state"; + private static final String KEY_CLUSTER_UUID = "cluster_uuid"; + private static final String KEY_CLUSTER_UUID_COMMITTED = "cluster_uuid_committed"; + private static final String KEY_IN_SYNC_ALLOCATIONS = "in_sync_allocations"; + private static final String KEY_MAPPING_VERSION = "mapping_version"; + private static final String KEY_SETTINGS_VERSION = "settings_version"; + private static final String KEY_ALIASES_VERSION = "aliases_version"; + private static final String KEY_ROUTING_NUM_SHARDS = "routing_num_shards"; + private static final String KEY_STATE = "state"; + private static final String KEY_MAPPINGS = "mappings"; + private static final String KEY_MAPPINGS_HASH = "mappings_hash"; + private static final String KEY_ALIASES = "aliases"; + private static final String KEY_ROLLOVER_INFOS = "rollover_info"; + private static final String KEY_WARMERS = "warmers"; + private static final String KEY_SYSTEM = "system"; + private static final String KEY_TIMESTAMP_RANGE = "timestamp_range"; + private static final String KEY_PRIMARY_TERMS = "primary_terms"; + private static final String KEY_NODES = "nodes"; + private static final String KEY_TRANSPORT_ADDRESS = "transport_address"; + private static final String KEY_ROLES = "roles"; + private static final String KEY_NAME = "name"; + private static final String KEY_EPHEMERAL = "ephemeral_id"; + private static final String KEY_ATTRIBUTES = "attributes"; + private static final String KEY_EXTERNAL_ID = "external_id"; + private static final String KEY_HIGH_WATERMARK = "high_watermark"; + private static final String KEY_HIGH_MAX_HEADROOM = "high_max_headroom"; + private static final String KEY_FLOOD_STAGE_WATERMARK = "flood_stage_watermark"; + private static final String KEY_FLOOD_STAGE_MAX_HEADROOM = "flood_stage_max_headroom"; + private static final String KEY_FROZEN_FLOOD_STAGE_WATERMARK = "frozen_flood_stage_watermark"; + private static final String KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM = "frozen_flood_stage_max_headroom"; + private static final String KEY_KEEP_ALIVE = "keep_alive"; + + private final JsonpMapper jsonpMapper; + private final NamedXContentRegistry xContentRegistry; + + public ResponseConverter(JsonpMapper jsonpMapper) { + this.jsonpMapper = jsonpMapper; + this.xContentRegistry = new NamedXContentRegistry(Arrays.asList( + new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(MissingAggregationBuilder.NAME), (p, c) -> ParsedMissing.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(NestedAggregationBuilder.NAME), (p, c) -> ParsedNested.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(ReverseNestedAggregationBuilder.NAME), (p, c) -> ParsedReverseNested.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(IpRangeAggregationBuilder.NAME), (p, c) -> ParsedBinaryRange.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(DateRangeAggregationBuilder.NAME), (p, c) -> ParsedDateRange.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GeoDistanceAggregationBuilder.NAME), (p, c) -> ParsedGeoDistance.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(RangeAggregationBuilder.NAME), (p, c) -> ParsedRange.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalSampler.PARSER_NAME), (p, c) -> ParsedSampler.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(DoubleTerms.NAME), (p, c) -> ParsedDoubleTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(LongRareTerms.NAME), (p, c) -> ParsedLongRareTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(LongTerms.NAME), (p, c) -> ParsedLongTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(SignificantLongTerms.NAME), (p, c) -> ParsedSignificantLongTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(SignificantStringTerms.NAME), (p, c) -> ParsedSignificantStringTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(StringRareTerms.NAME), (p, c) -> ParsedStringRareTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(StringTerms.NAME), (p, c) -> ParsedStringTerms.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(AvgAggregationBuilder.NAME), (p, c) -> ParsedAvg.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(CardinalityAggregationBuilder.NAME), (p, c) -> ParsedCardinality.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(ExtendedStatsAggregationBuilder.NAME), (p, c) -> ParsedExtendedStats.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GeoBoundsAggregationBuilder.NAME), (p, c) -> ParsedGeoBounds.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(GeoCentroidAggregationBuilder.NAME), (p, c) -> ParsedGeoCentroid.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalHDRPercentileRanks.NAME), (p, c) -> ParsedHDRPercentileRanks.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalHDRPercentiles.NAME), (p, c) -> ParsedHDRPercentiles.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(MaxAggregationBuilder.NAME), (p, c) -> ParsedMax.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(MedianAbsoluteDeviationAggregationBuilder.NAME), (p, c) -> ParsedMedianAbsoluteDeviation.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(MinAggregationBuilder.NAME), (p, c) -> ParsedMin.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(ScriptedMetricAggregationBuilder.NAME), (p, c) -> ParsedScriptedMetric.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(StatsAggregationBuilder.NAME), (p, c) -> ParsedStats.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(SumAggregationBuilder.NAME), (p, c) -> ParsedSum.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalTDigestPercentileRanks.NAME), (p, c) -> ParsedTDigestPercentileRanks.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalTDigestPercentiles.NAME), (p, c) -> ParsedTDigestPercentiles.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(TopHitsAggregationBuilder.NAME), (p, c) -> ParsedTopHits.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)), + new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) + )); + } + + @SuppressWarnings({"unchecked", "rawtypes"}) + public ClusterStateResponse clusterStateResponse(StateResponse stateResponse) throws IOException { + JsonObject jsonObject = stateResponse.valueBody().toJson().asJsonObject(); + String cn = jsonObject.getString(KEY_CLUSTER_NAME, EMPTY); + ClusterName clusterName = new ClusterName(cn); + int version = jsonObject.getInt(KEY_VERSION, 0); + String stateUUID = jsonObject.getString(KEY_STATE_UUID, EMPTY); + JsonObject metadataJson = jsonObject.getJsonObject(KEY_METADATA); + Metadata metadata = Objects.nonNull(metadataJson) ? parseJson(metadataJson.toString(), this::loadMetadataFromXContent) : + Metadata.EMPTY_METADATA; + DiscoveryNodes.Builder nodesBuilder = DiscoveryNodes.builder(); + JsonObject nodes = jsonObject.getJsonObject(KEY_NODES); + if (Objects.nonNull(nodes)) { + for (Map.Entry entry : nodes.entrySet()) { + JsonObject node = entry.getValue().asJsonObject(); + TransportAddress address = parseAddress(node.getString(KEY_TRANSPORT_ADDRESS)); + Set roles = node.getJsonArray(KEY_ROLES).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.toString()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); + nodesBuilder.add(new DiscoveryNode(node.getString(KEY_NAME), + entry.getKey(), + node.getString(KEY_EPHEMERAL), + address.address().getHostString(), + address.getAddress(), + address, + (Map) node.getJsonObject(KEY_ATTRIBUTES), + roles, + Version.fromId(version), + node.getString(KEY_EXTERNAL_ID))); + } + } + Map customs = new HashMap<>(5); + JsonObject health = jsonObject.getJsonObject(HealthMetadata.TYPE); + if (Objects.nonNull(health)) { + JsonObject disk = health.getJsonObject(HealthMetadata.Disk.TYPE); + customs.put(HealthMetadata.TYPE, new HealthMetadata(new HealthMetadata.Disk( + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_HIGH_WATERMARK), KEY_HIGH_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_HIGH_MAX_HEADROOM), KEY_HIGH_MAX_HEADROOM), + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FLOOD_STAGE_WATERMARK), KEY_FLOOD_STAGE_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FLOOD_STAGE_MAX_HEADROOM), KEY_FLOOD_STAGE_MAX_HEADROOM), + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_WATERMARK), KEY_FROZEN_FLOOD_STAGE_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM), KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM)))); + } + RoutingTable routingTable = RoutingTable.EMPTY_ROUTING_TABLE; + ClusterBlocks blocks = ClusterBlocks.EMPTY_CLUSTER_BLOCK; + RoutingNodes routingNodes = RoutingNodes.immutable(RoutingTable.EMPTY_ROUTING_TABLE, DiscoveryNodes.EMPTY_NODES); + return new ClusterStateResponse(clusterName, + new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), blocks, customs, false, routingNodes), + false); + } + + public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.nodes.NodesInfoResponse nodesInfoResponse) throws IOException { + Map nodeInfoMap = nodesInfoResponse.nodes(); + List nodes = new ArrayList<>(); + if (Objects.nonNull(nodeInfoMap)) { + for (Map.Entry entry : nodeInfoMap.entrySet()) { + co.elastic.clients.elasticsearch.nodes.info.NodeInfo nodeInfo = entry.getValue(); + Version version = Version.fromString(nodeInfo.version()); + Build build = new Build(Build.Type.fromDisplayName(nodeInfo.buildType(), false), + nodeInfo.buildHash(), null, false, nodeInfo.version()); + Set roles = Optional.ofNullable(nodeInfo.roles()).orElse(Collections.emptyList()).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.jsonValue()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); + DiscoveryNode node = new DiscoveryNode(nodeInfo.name(), entry.getKey(), + parseAddress(nodeInfo.transportAddress()), + nodeInfo.attributes(), roles, version); + Settings settings = parseJson(nodeInfo.settings(), Settings::fromXContent); + OsInfo os = null; + NodeOperatingSystemInfo systemInfo = nodeInfo.os(); + if (Objects.nonNull(systemInfo)) { + Integer allocatedProcessors = systemInfo.allocatedProcessors(); + os = new OsInfo(systemInfo.refreshIntervalInMillis(), systemInfo.availableProcessors(), + Processors.of(Objects.nonNull(allocatedProcessors) ? allocatedProcessors.doubleValue() : null), + systemInfo.name(), + systemInfo.prettyName(), + systemInfo.arch(), + systemInfo.version()); + } + ProcessInfo process = null; + NodeProcessInfo processInfo = nodeInfo.process(); + if (Objects.nonNull(processInfo)) { + process = new ProcessInfo(processInfo.id(), processInfo.mlockall(), processInfo.refreshIntervalInMillis()); + } + JvmInfo jvm = null; + ThreadPoolInfo threadPool = null; + Map threadPoolInfoMap = nodeInfo.threadPool(); + if (Objects.nonNull(threadPoolInfoMap)) { + List infos = new ArrayList<>(threadPoolInfoMap.size()); + for (Map.Entry infoEntry : threadPoolInfoMap.entrySet()) { + NodeThreadPoolInfo threadPoolInfo = infoEntry.getValue(); + Time keepAlive = threadPoolInfo.keepAlive(); + infos.add(new ThreadPool.Info( + infoEntry.getKey(), + ThreadPool.ThreadPoolType.fromType(threadPoolInfo.type()), + Optional.ofNullable(threadPoolInfo.core()).orElse(-1), + Optional.ofNullable(threadPoolInfo.max()).orElse(-1), + Objects.nonNull(keepAlive) ? TimeValue.parseTimeValue(keepAlive.time(), KEY_KEEP_ALIVE) : null, + threadPoolInfo.queueSize() >= 0 ? SizeValue.parseSizeValue(String.valueOf(threadPoolInfo.queueSize())) : null)); + } + threadPool = new ThreadPoolInfo(infos); + } + TransportInfo transport = null; + HttpInfo http = null; + NodeInfoHttp nodeInfoHttp = nodeInfo.http(); + if (Objects.nonNull(nodeInfoHttp)) { + List boundAddress = nodeInfoHttp.boundAddress(); + int size = boundAddress.size(); + TransportAddress[] boundAddressArr = new TransportAddress[size]; + for (int i = 0; i < size; i++) { + boundAddressArr[i] = parseAddress(boundAddress.get(i)); + } + http = new HttpInfo(new BoundTransportAddress(boundAddressArr, parseAddress(nodeInfoHttp.publishAddress())), + nodeInfoHttp.maxContentLengthInBytes()); + } + PluginsAndModules plugins = null; + IngestInfo ingest = null; + AggregationInfo aggsInfo = null; + ByteSizeValue totalIndexingBuffer = null; + if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { + totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); + } + nodes.add(new NodeInfo(version, build, node, settings, os, process, jvm, threadPool, transport, http, plugins, ingest, aggsInfo, totalIndexingBuffer)); + } + } + return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); + } + + public GetIndexResponse getIndexResponse(co.elastic.clients.elasticsearch.indices.GetIndexResponse getIndexResponse) throws IOException { + Map indexStateMap = getIndexResponse.result(); + int size = indexStateMap.size(); + String[] indices = new String[size]; + Map mappings = new HashMap<>(size); + Map> aliases = new HashMap<>(size); + Map settings = new HashMap<>(size); + Map defaultSettings = new HashMap<>(size); + Map dataStreams = new HashMap<>(size); + int i = 0; + for (Map.Entry entry : indexStateMap.entrySet()) { + String index = entry.getKey(); + IndexState indexState = entry.getValue(); + indices[i++] = index; + TypeMapping typeMapping = indexState.mappings(); + Map mapping = new HashMap<>(1); + if (Objects.nonNull(typeMapping)) { + mapping.put(MapperService.SINGLE_MAPPING_NAME, parseJson(typeMapping, XContentParser::mapOrdered)); + } + mappings.put(index, new MappingMetadata(MapperService.SINGLE_MAPPING_NAME, mapping)); + Map aliasMap = indexState.aliases(); + if (Objects.nonNull(aliasMap)) { + List aliasMetadataList = new ArrayList<>(aliasMap.size()); + for (Map.Entry aliasEntry : aliasMap.entrySet()) { + aliasMetadataList.add(parseJson(String.format("{\"%s\":%s}", aliasEntry.getKey(), toJson(aliasEntry.getValue())), parser -> { + parser.nextToken(); + parser.nextToken(); + return AliasMetadata.Builder.fromXContent(parser); + })); + } + aliases.put(index, aliasMetadataList); + } + IndexSettings indexSettings = indexState.settings(); + settings.put(index, Objects.nonNull(indexSettings) ? parseJson(toJson(indexSettings), Settings::fromXContent) : Settings.EMPTY); + IndexSettings defaults = indexState.defaults(); + defaultSettings.put(index, Objects.nonNull(defaults) ? parseJson(toJson(defaults), Settings::fromXContent) : Settings.EMPTY); + dataStreams.put(index, indexState.dataStream()); + } + return new GetIndexResponse(indices, mappings, aliases, settings, defaultSettings, dataStreams); + } + + public R parseJson(T response, CheckedFunction xContentParserCallback) throws IOException { + String json = toJson(response); + return parseJson(json, xContentParserCallback); + } + + private R parseJson(String json, CheckedFunction xContentParserCallback) throws IOException { + try (XContentParser parser = XContentType.JSON.xContent().createParser(XContentParserConfiguration.EMPTY.withRegistry(this.xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { + return xContentParserCallback.apply(parser); + } + } + + private String toJson(T object) { + String json = "{}"; + if (Objects.nonNull(object)) { + ByteArrayOutputStream baos = new ByteArrayOutputStream(); + try (JsonGenerator generator = this.jsonpMapper.jsonProvider().createGenerator(baos)) { + object.serialize(generator, this.jsonpMapper); + } + try { + json = baos.toString(StandardCharsets.UTF_8.name()); + } catch (UnsupportedEncodingException e) { + logger.warn("could not read json", e); + } + } + return json; + } + + private TransportAddress parseAddress(String address) throws UnknownHostException { + int lastIndexOf = address.lastIndexOf(":"); + return new TransportAddress(InetAddress.getByName(address.substring(0, lastIndexOf)), Integer.parseInt(address.substring(lastIndexOf + 1))); + } + + private Metadata loadMetadataFromXContent(XContentParser parser) throws IOException { + Metadata.Builder builder = new Metadata.Builder(); + + XContentParser.Token token = parser.nextToken(); + String currentFieldName = parser.currentName(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token == XContentParser.Token.START_OBJECT) { + switch (currentFieldName) { + case KEY_CLUSTER_COORDINATION: + builder.coordinationMetadata(CoordinationMetadata.fromXContent(parser)); + break; + case KEY_SETTINGS: + builder.persistentSettings(Settings.fromXContent(parser)); + break; + case KEY_INDICES: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(loadIndexMetadataFromXContent(parser), false); + } + break; + case KEK_HASHES_OF_CONSISTENT_SETTINGS: + builder.hashesOfConsistentSettings(parser.mapStrings()); + break; + case KEY_TEMPLATES: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(IndexTemplateMetadata.Builder.fromXContent(parser, parser.currentName())); + } + break; + case KEY_RESERVED_STATE: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(ReservedStateMetadata.fromXContent(parser)); + } + break; + default: + logger.warn("Skipping custom object with type {}", currentFieldName); + parser.skipChildren(); + break; + } + } else if (token.isValue()) { + if (KEY_VERSION.equals(currentFieldName)) { + builder.version(parser.longValue()); + } else if (KEY_CLUSTER_UUID.equals(currentFieldName) || "uuid".equals(currentFieldName)) { + builder.clusterUUID(parser.text()); + } else if (KEY_CLUSTER_UUID_COMMITTED.equals(currentFieldName)) { + builder.clusterUUIDCommitted(parser.booleanValue()); + } else { + throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); + } + } else { + throw new IllegalArgumentException("Unexpected token " + token); + } + } + + return builder.build(); + } + + public IndexMetadata loadIndexMetadataFromXContent(XContentParser parser) throws IOException { + if (parser.currentToken() == null) { + parser.nextToken(); + } + if (parser.currentToken() == XContentParser.Token.START_OBJECT) { + parser.nextToken(); + } + XContentParserUtils.ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); + IndexMetadata.Builder builder = new IndexMetadata.Builder(parser.currentName()); + + String currentFieldName; + XContentParser.Token token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + if (token == XContentParser.Token.START_OBJECT) { + switch (currentFieldName) { + case KEY_SETTINGS: + builder.settings(Settings.fromXContent(parser)); + break; + case KEY_MAPPINGS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + Map mapping = new HashMap<>(1); + mapping.put(currentFieldName, parser.mapOrdered()); + builder.putMapping(new MappingMetadata(currentFieldName, mapping)); + } + break; + case KEY_ALIASES: + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + builder.putAlias(AliasMetadata.Builder.fromXContent(parser)); + } + break; + case KEY_IN_SYNC_ALLOCATIONS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_ARRAY, token, parser); + final int shardId = Integer.parseInt(currentFieldName); + Set allocationIds = new HashSet<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + if (token == XContentParser.Token.VALUE_STRING) { + allocationIds.add(parser.text()); + } + } + builder.putInSyncAllocationIds(shardId, allocationIds); + } + break; + case KEY_ROLLOVER_INFOS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + builder.putRolloverInfo(RolloverInfo.parse(parser, currentFieldName)); + } + break; + case KEY_WARMERS: + assert Version.CURRENT.major <= 5; + parser.skipChildren(); + break; + case KEY_TIMESTAMP_RANGE: + builder.timestampRange(IndexLongFieldRange.fromXContent(parser)); + break; + default: + // assume it's custom index metadata + builder.putCustom(currentFieldName, parser.mapStrings()); + break; + } + } else if (token == XContentParser.Token.START_ARRAY) { + switch (currentFieldName) { + case KEY_MAPPINGS: + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + if (token == XContentParser.Token.VALUE_EMBEDDED_OBJECT) { + builder.putMapping(new MappingMetadata(new CompressedXContent(parser.binaryValue()))); + } else { + Map mapping = parser.mapOrdered(); + if (mapping.size() == 1) { + String mappingType = mapping.keySet().iterator().next(); + builder.putMapping(new MappingMetadata(mappingType, mapping)); + } + } + } + break; + case KEY_PRIMARY_TERMS: + int i = 0; + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + XContentParserUtils.ensureExpectedToken(XContentParser.Token.VALUE_NUMBER, token, parser); + builder.primaryTerm(i++, parser.longValue()); + } + break; + case KEY_ALIASES: + logger.warn("Skipping aliases"); + parser.skipChildren(); + break; + default: + throw new IllegalArgumentException("Unexpected field for an array " + currentFieldName); + } + } else if (token.isValue()) { + switch (currentFieldName) { + case KEY_STATE: + builder.state(IndexMetadata.State.fromString(parser.text())); + break; + case KEY_VERSION: + builder.version(parser.longValue()); + break; + case KEY_MAPPING_VERSION: + builder.mappingVersion(parser.longValue()); + break; + case KEY_SETTINGS_VERSION: + builder.settingsVersion(parser.longValue()); + break; + case KEY_ALIASES_VERSION: + builder.aliasesVersion(parser.longValue()); + break; + case KEY_ROUTING_NUM_SHARDS: + builder.setRoutingNumShards(parser.intValue()); + break; + case KEY_SYSTEM: + builder.system(parser.booleanValue()); + break; + case KEY_MAPPINGS_HASH: + logger.warn("Skipping mappings hash"); + parser.skipChildren(); + break; + default: + throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); + } + } else { + throw new IllegalArgumentException("Unexpected token " + token); + } + } + + return builder.build(); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java index f966d02b..51c0b056 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultRestExecutor.java @@ -1,10 +1,10 @@ package org.elasticsearch.plugin.nlpcn.executors; import com.google.common.base.Joiner; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; -import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; +import org.elasticsearch.rest.RestResponse; import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.QueryAction; @@ -38,7 +38,7 @@ public void execute(Client client, Map params, QueryAction query } boolean showHeader = getBooleanOrDefault(params, "showHeader", true); String csvString = buildString(separator, result, newLine, showHeader, quote); - BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, csvString); + RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, csvString); channel.sendResponse(bytesRestResponse); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index b24443a8..fdcb31a1 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -43,7 +43,6 @@ * Created by Eliran on 27/12/2015. */ public class CSVResultsExtractor { - private final boolean includeType; private final boolean includeScore; private final boolean includeId; private final boolean includeScrollId; @@ -51,19 +50,17 @@ public class CSVResultsExtractor { private int currentLineIndex; private QueryAction queryAction; - public CSVResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { + public CSVResultsExtractor(boolean includeScore, boolean includeId, boolean includeScrollId, QueryAction queryAction) { this.includeScore = includeScore; - this.includeType = includeType; this.includeId = includeId; this.includeScrollId = includeScrollId; this.currentLineIndex = 0; this.queryAction = queryAction; } - public CSVResultsExtractor(boolean includeIndex, boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { + public CSVResultsExtractor(boolean includeIndex, boolean includeScore, boolean includeId, boolean includeScrollId, QueryAction queryAction) { this.includeIndex = includeIndex; this.includeScore = includeScore; - this.includeType = includeType; this.includeId = includeId; this.includeScrollId = includeScrollId; this.currentLineIndex = 0; @@ -108,15 +105,13 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); } if (queryResult instanceof GetIndexResponse){ - ImmutableOpenMap> mappings = ((GetIndexResponse) queryResult).getMappings(); + Map mappings = ((GetIndexResponse) queryResult).getMappings(); List headers = Lists.newArrayList("field", "type"); List csvLines = new ArrayList<>(); List> lines = new ArrayList<>(); - Iterator iter = mappings.keysIt(); - while (iter.hasNext()) { - String index = iter.next(); - MappingMetadata mappingJson = (MappingMetadata)mappings.get(index).values().toArray()[0]; - LinkedHashMap properties = (LinkedHashMap) mappingJson.sourceAsMap().get("properties"); + for (Map.Entry entry : mappings.entrySet()) { + MappingMetadata mappingJson = entry.getValue(); + LinkedHashMap properties = (LinkedHashMap) mappingJson.sourceAsMap().get("properties"); Map mapping = Maps.newLinkedHashMap(); parseMapping(Lists.newArrayList(), properties, mapping, 0); for (Object key : mapping.keySet()) { @@ -398,9 +393,6 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeScore) { doc.put("_score", hit.getScore()); } - if (this.includeType) { - doc.put("_type", hit.getType()); - } if (this.includeScrollId) { doc.put("_scroll_id", scrollId); } @@ -415,9 +407,6 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeScore) { csvHeaders.add("_score"); } - if (this.includeType) { - csvHeaders.add("_type"); - } if (this.includeScrollId) { csvHeaders.add("_scroll_id"); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index c42f9a4a..4c75b654 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -7,8 +7,9 @@ import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.action.search.SearchScrollRequest; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.bytes.BytesReference; +import org.elasticsearch.rest.RestResponse; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.reindex.BulkIndexByScrollResponseContentListener; import org.elasticsearch.index.reindex.DeleteByQueryRequest; @@ -18,7 +19,6 @@ import org.elasticsearch.plugin.nlpcn.GetIndexRequestRestListener; import org.elasticsearch.plugin.nlpcn.MetaSearchResult; import org.elasticsearch.plugin.nlpcn.MultiRequestExecutorFactory; -import org.elasticsearch.rest.BytesRestResponse; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; import org.elasticsearch.rest.action.RestStatusToXContentListener; @@ -110,7 +110,7 @@ public String execute(Client client, Map params, QueryAction que private void sendDefaultResponse(SearchHits hits, RestChannel channel) { try { XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(hits, new MetaSearchResult()); - BytesRestResponse bytesRestResponse = new BytesRestResponse(RestStatus.OK, builder); + RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); channel.sendResponse(bytesRestResponse); } catch (IOException e) { e.printStackTrace(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/RestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/RestExecutor.java index e384207e..5ecf4bff 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/RestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/RestExecutor.java @@ -1,11 +1,8 @@ package org.elasticsearch.plugin.nlpcn.executors; -import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; -import org.elasticsearch.rest.BaseRestHandler; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.rest.RestChannel; import org.nlpcn.es4sql.query.QueryAction; -import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; import java.util.Map; @@ -13,7 +10,7 @@ * Created by Eliran on 26/12/2015. */ public interface RestExecutor { - public void execute(Client client, Map params, QueryAction queryAction, RestChannel channel) throws Exception; + void execute(Client client, Map params, QueryAction queryAction, RestChannel channel) throws Exception; - public String execute(Client client, Map params, QueryAction queryAction) throws Exception; + String execute(Client client, Map params, QueryAction queryAction) throws Exception; } diff --git a/src/main/java/org/nlpcn/es4sql/SearchDao.java b/src/main/java/org/nlpcn/es4sql/SearchDao.java index 7f3cb9a2..ef6b31b6 100644 --- a/src/main/java/org/nlpcn/es4sql/SearchDao.java +++ b/src/main/java/org/nlpcn/es4sql/SearchDao.java @@ -4,13 +4,10 @@ import java.util.HashSet; import java.util.Set; -import org.elasticsearch.action.ActionRequestBuilder; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.ESActionFactory; import org.nlpcn.es4sql.query.QueryAction; -import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; - public class SearchDao { diff --git a/src/main/java/org/nlpcn/es4sql/Test.java b/src/main/java/org/nlpcn/es4sql/Test.java index eba0f4ea..9ace6121 100644 --- a/src/main/java/org/nlpcn/es4sql/Test.java +++ b/src/main/java/org/nlpcn/es4sql/Test.java @@ -1,9 +1,8 @@ package org.nlpcn.es4sql; -import org.elasticsearch.client.Client; -import org.elasticsearch.client.node.NodeClient; +import org.elasticsearch.client.internal.Client; +import org.elasticsearch.client.internal.node.NodeClient; import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.common.util.concurrent.ThreadContext; import org.elasticsearch.threadpool.ThreadPool; import java.util.HashMap; diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index e6b09445..6c1a9757 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -22,6 +22,7 @@ import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.AbstractQueryBuilder; import org.elasticsearch.index.query.QueryBuilder; @@ -249,7 +250,7 @@ public static QueryBuilder parseQueryBuilder(QueryBuilder queryBuilder) { } String json = Strings.toString(queryBuilder); - try (XContentParser parser = JsonXContent.jsonXContent.createParser(xContentRegistry, LoggingDeprecationHandler.INSTANCE, json)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { return AbstractQueryBuilder.parseInnerQueryBuilder(parser); } catch (IOException e) { throw new IllegalArgumentException("failed to parse query", e); @@ -263,7 +264,7 @@ public static AggregationBuilder parseAggregationBuilder(AggregationBuilder aggr } String json = Strings.toString(aggregationBuilder); - try (XContentParser parser = JsonXContent.jsonXContent.createParser(xContentRegistry, LoggingDeprecationHandler.INSTANCE, json)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { parser.nextToken(); AggregatorFactories.Builder builder = AggregatorFactories.parseAggregators(parser); return builder.getAggregatorFactories().iterator().next(); diff --git a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java index c3a2804d..51549c71 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java +++ b/src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java @@ -1,11 +1,8 @@ package org.nlpcn.es4sql.domain.hints; - -import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; -import com.fasterxml.jackson.dataformat.yaml.YAMLParser; -import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.xcontent.NamedXContentRegistry; -import org.elasticsearch.xcontent.yaml.YamlXContentParser; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; +import org.elasticsearch.xcontent.yaml.YamlXContent; import org.nlpcn.es4sql.exception.SqlParseException; import java.io.IOException; @@ -97,13 +94,9 @@ public static Hint getHintFromString(String hintAsString) throws SqlParseExcepti builder.append(heighlights[i]); } String heighlightParam = builder.toString(); - YAMLFactory yamlFactory = new YAMLFactory(); - YAMLParser yamlParser = null; - try { - yamlParser = yamlFactory.createParser(heighlightParam.toCharArray()); - YamlXContentParser yamlXContentParser = new YamlXContentParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, yamlParser); - Map map = yamlXContentParser.map(); - hintParams.add(map); + try (XContentParser parser = YamlXContent.yamlXContent.createParser(XContentParserConfiguration.EMPTY, heighlightParam)) { + Map map = parser.map(); + hintParams.add(map); } catch (IOException e) { throw new SqlParseException("could not parse heighlight hint: " + e.getMessage()); } diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index f4adc85d..3bd9fa39 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -33,16 +33,14 @@ * Created by allwefantasy on 8/30/16. */ public class ObjectResultsExtractor { - private final boolean includeType; private final boolean includeScore; private final boolean includeId; private final boolean includeScrollId; private int currentLineIndex; private QueryAction queryAction; - public ObjectResultsExtractor(boolean includeScore, boolean includeType, boolean includeId, boolean includeScrollId, QueryAction queryAction) { + public ObjectResultsExtractor(boolean includeScore, boolean includeId, boolean includeScrollId, QueryAction queryAction) { this.includeScore = includeScore; - this.includeType = includeType; this.includeId = includeId; this.includeScrollId = includeScrollId; this.currentLineIndex = 0; @@ -280,9 +278,6 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, if (this.includeScore) { doc.put("_score", hit.getScore()); } - if (this.includeType) { - doc.put("_type", hit.getType()); - } if (this.includeId) { doc.put("_id", hit.getId()); } diff --git a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java index 07481b78..18d36a07 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java +++ b/src/main/java/org/nlpcn/es4sql/parse/CaseWhenParser.java @@ -11,7 +11,6 @@ import org.nlpcn.es4sql.exception.SqlParseException; import java.util.ArrayList; -import java.util.LinkedList; import java.util.List; /** diff --git a/src/main/java/org/nlpcn/es4sql/parse/ScriptFilter.java b/src/main/java/org/nlpcn/es4sql/parse/ScriptFilter.java index 16e4e646..de87201f 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/ScriptFilter.java +++ b/src/main/java/org/nlpcn/es4sql/parse/ScriptFilter.java @@ -3,14 +3,10 @@ import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.SQLBinaryOpExpr; import com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr; -import org.elasticsearch.script.ScriptService; import org.elasticsearch.script.ScriptType; import org.nlpcn.es4sql.Util; -import org.nlpcn.es4sql.domain.Field; -import org.nlpcn.es4sql.domain.KVValue; import org.nlpcn.es4sql.exception.SqlParseException; -import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 188f1653..27e2c729 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -4,7 +4,7 @@ import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchType; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.search.aggregations.AggregationBuilder; @@ -520,11 +520,6 @@ private void setWhere(Where where) throws SqlParseException { */ private void setIndicesAndTypes() { request.setIndices(query.getIndexArr()); - - String[] typeArr = query.getTypeArr(); - if (typeArr != null) { - request.setTypes(typeArr); - } } private void setLimitFromHint(List hints) { diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index d31e0e0e..e0b9ecd4 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -5,7 +5,7 @@ import org.elasticsearch.action.search.SearchScrollAction; import org.elasticsearch.action.search.SearchScrollRequestBuilder; import org.elasticsearch.action.search.SearchType; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.script.Script; @@ -122,11 +122,6 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { */ private void setIndicesAndTypes() { request.setIndices(query.getIndexArr()); - - String[] typeArr = query.getTypeArr(); - if (typeArr != null) { - request.setTypes(typeArr); - } } /** diff --git a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java index dc262c54..31d17354 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java @@ -2,7 +2,7 @@ import org.elasticsearch.index.query.QueryBuilder; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.index.reindex.DeleteByQueryAction; @@ -53,10 +53,6 @@ private void setIndicesAndTypes() { DeleteByQueryRequest innerRequest = request.request(); innerRequest.indices(query.getIndexArr()); - String[] typeArr = query.getTypeArr(); - if (typeArr!=null){ - innerRequest.getSearchRequest().types(typeArr); - } // String[] typeArr = query.getTypeArr(); // if (typeArr != null) { // request.set(typeArr); diff --git a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java index 3035ef1d..ffab4e62 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/ESActionFactory.java @@ -11,7 +11,7 @@ import com.alibaba.druid.sql.parser.SQLStatementParser; import com.alibaba.druid.sql.parser.Token; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.plugin.nlpcn.ElasticResultHandler; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; import org.elasticsearch.search.SearchHit; diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index 462ebb3c..f9ca4850 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -3,10 +3,10 @@ import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.support.IndicesOptions; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.QueryBuilders; @@ -49,7 +49,7 @@ protected void updateRequestWithStats(Select select, SearchRequestBuilder reques protected void updateRequestWithCollapse(Select select, SearchRequestBuilder request) throws SqlParseException { for (Hint hint : select.getHints()) { if (hint.getType() == HintType.COLLAPSE && hint.getParams() != null && 0 < hint.getParams().length) { - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, hint.getParams()[0].toString())) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), hint.getParams()[0].toString())) { request.setCollapse(CollapseBuilder.fromXContent(parser)); } catch (IOException e) { throw new SqlParseException("could not parse collapse hint: " + e.getMessage()); @@ -117,7 +117,7 @@ protected void updateRequestWithIndicesOptions(Select select, SearchRequestBuild for (Hint hint : select.getHints()) { if (hint.getType() == HintType.INDICES_OPTIONS && hint.getParams() != null && 0 < hint.getParams().length) { String param = hint.getParams()[0].toString(); - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, param)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), param)) { request.setIndicesOptions(IndicesOptions.fromMap(parser.map(), SearchRequest.DEFAULT_INDICES_OPTIONS)); } catch (IOException e) { throw new SqlParseException("could not parse indices_options hint: " + e.getMessage()); @@ -146,7 +146,7 @@ protected void updateRequestWithSearchAfter(Select select, SearchRequestBuilder protected void updateRequestWithRuntimeMappings(Select select, SearchRequestBuilder request) throws SqlParseException { for (Hint hint : select.getHints()) { if (hint.getType() == HintType.RUNTIME_MAPPINGS && hint.getParams() != null && 0 < hint.getParams().length) { - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, hint.getParams()[0].toString())) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), hint.getParams()[0].toString())) { request.setRuntimeMappings(parser.map()); } catch (IOException e) { throw new SqlParseException("could not parse runtime_mappings hint: " + e.getMessage()); diff --git a/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java index 4ce1146d..baa0d25f 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java @@ -5,7 +5,7 @@ import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.exception.SqlParseException; /** @@ -24,28 +24,19 @@ public SqlElasticRequestBuilder explain() throws SqlParseException { //todo: support indices with space? String indexName = sql.split(" ")[1]; final GetIndexRequestBuilder indexRequestBuilder ; - String type = null; if (indexName.startsWith("<")) { if (!indexName.endsWith(">")) { int index = indexName.lastIndexOf('/'); if (-1 < index) { - type = indexName.substring(index + 1); indexName = indexName.substring(0, index); } } } else if (indexName.contains("/")) { String[] indexAndType = indexName.split("\\/"); indexName = indexAndType[0]; - type = indexAndType[1]; } indexRequestBuilder = client.admin().indices().prepareGetIndex(); - - if(!indexName.equals("*")){ - indexRequestBuilder.addIndices(indexName); - if(type!=null && !type.equals("")){ - indexRequestBuilder.setTypes(type); - } - } + indexRequestBuilder.addIndices(indexName); indexRequestBuilder.addFeatures(GetIndexRequest.Feature.MAPPINGS); return new SqlElasticRequestBuilder() { diff --git a/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java index 883b6ea1..54f82c7d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java @@ -8,9 +8,9 @@ * Created by Eliran on 19/8/2015. */ public interface SqlElasticRequestBuilder { - public ActionRequest request(); - public String explain(); - public ActionResponse get(); - public ActionRequestBuilder getBuilder(); + ActionRequest request(); + String explain(); + ActionResponse get(); + ActionRequestBuilder getBuilder(); } diff --git a/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java index e99bd292..43694ea1 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/ESHashJoinQueryAction.java @@ -1,6 +1,6 @@ package org.nlpcn.es4sql.query.join; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.JoinSelect; diff --git a/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryAction.java index d22eb508..b1e8fc06 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryAction.java @@ -1,6 +1,6 @@ package org.nlpcn.es4sql.query.join; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.JoinSelect; import org.nlpcn.es4sql.domain.Select; diff --git a/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryActionFactory.java index 88f1e2bb..775cd078 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/ESJoinQueryActionFactory.java @@ -1,12 +1,11 @@ package org.nlpcn.es4sql.query.join; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.JoinSelect; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.query.QueryAction; -import org.nlpcn.es4sql.query.join.ESHashJoinQueryAction; import java.util.List; diff --git a/src/main/java/org/nlpcn/es4sql/query/join/ESNestedLoopsQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/join/ESNestedLoopsQueryAction.java index c3897e1a..9bcbf4dd 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/ESNestedLoopsQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/ESNestedLoopsQueryAction.java @@ -1,16 +1,11 @@ package org.nlpcn.es4sql.query.join; -import org.elasticsearch.client.Client; -import org.nlpcn.es4sql.domain.Condition; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.domain.JoinSelect; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; -import org.nlpcn.es4sql.query.QueryAction; -import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; - -import java.util.List; /** * Created by Eliran on 15/9/2015. diff --git a/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java index 42f6fb02..8378f16d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/HashJoinElasticRequestBuilder.java @@ -1,17 +1,6 @@ package org.nlpcn.es4sql.query.join; -import com.alibaba.druid.sql.ast.statement.SQLJoinTableSource; -import org.elasticsearch.action.ActionRequest; -import org.elasticsearch.action.ActionResponse; -import org.elasticsearch.action.search.MultiSearchRequest; -import org.elasticsearch.xcontent.ToXContent; -import org.elasticsearch.xcontent.XContentBuilder; -import org.elasticsearch.xcontent.XContentFactory; -import org.elasticsearch.xcontent.XContentType; import org.nlpcn.es4sql.domain.Field; -import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; - -import java.io.IOException; import java.util.List; import java.util.Map; diff --git a/src/main/java/org/nlpcn/es4sql/query/join/NestedLoopsElasticRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/join/NestedLoopsElasticRequestBuilder.java index 03ee61eb..52ce1e2f 100644 --- a/src/main/java/org/nlpcn/es4sql/query/join/NestedLoopsElasticRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/join/NestedLoopsElasticRequestBuilder.java @@ -1,18 +1,10 @@ package org.nlpcn.es4sql.query.join; - import org.elasticsearch.index.query.QueryBuilder; -import org.nlpcn.es4sql.domain.Condition; -import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.Where; import org.nlpcn.es4sql.exception.SqlParseException; - -import org.nlpcn.es4sql.query.maker.Maker; import org.nlpcn.es4sql.query.maker.QueryMaker; -import java.util.HashMap; -import java.util.Map; - /** * Created by Eliran on 15/9/2015. */ diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 5871337a..549ef191 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -3,8 +3,8 @@ import com.alibaba.druid.util.StringUtils; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; @@ -418,7 +418,7 @@ private AggregationBuilder termsAgg(MethodField field) throws SqlParseException terms.order(BucketOrder.key(false)); } else { List orderElements = new ArrayList<>(); - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { XContentParser.Token currentToken = parser.nextToken(); if (currentToken == XContentParser.Token.START_OBJECT) { orderElements.add(InternalOrder.Parser.parseOrderParam(parser)); @@ -446,7 +446,7 @@ private AggregationBuilder termsAgg(MethodField field) throws SqlParseException terms.executionHint(value); break; case "include": - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { parser.nextToken(); include = IncludeExclude.parseInclude(parser); } catch (IOException e) { @@ -454,7 +454,7 @@ private AggregationBuilder termsAgg(MethodField field) throws SqlParseException } break; case "exclude": - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { parser.nextToken(); exclude = IncludeExclude.parseExclude(parser); } catch (IOException e) { @@ -491,7 +491,7 @@ private AggregationBuilder significantTextAgg(MethodField field) throws SqlParse significantText.minDocCount(Integer.parseInt(value)); break; case "include": - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { parser.nextToken(); include = IncludeExclude.parseInclude(parser); } catch (IOException e) { @@ -499,7 +499,7 @@ private AggregationBuilder significantTextAgg(MethodField field) throws SqlParse } break; case "exclude": - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { parser.nextToken(); exclude = IncludeExclude.parseExclude(parser); } catch (IOException e) { @@ -671,7 +671,12 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws value = kv.value.toString(); switch (kv.key.toLowerCase()) { case "interval": - dateHistogram.dateHistogramInterval(new DateHistogramInterval(kv.value.toString())); + String interval = kv.value.toString(); + if (DateHistogramAggregationBuilder.DATE_FIELD_UNITS.containsKey(interval)) { + dateHistogram.calendarInterval(new DateHistogramInterval(interval)); + } else { + dateHistogram.fixedInterval(new DateHistogramInterval(interval)); + } break; case "calendar_interval": dateHistogram.calendarInterval(new DateHistogramInterval(kv.value.toString())); @@ -696,7 +701,7 @@ private DateHistogramAggregationBuilder dateHistogram(MethodField field) throws break; case "extended_bounds": LongBounds extendedBounds = null; - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, value)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), value)) { extendedBounds = LongBounds.PARSER.parse(parser, null); } catch (IOException ex) { List indexList = new LinkedList<>(); diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 2f4b020a..41d63a66 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -17,6 +17,7 @@ import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.ToXContent; import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.GeoPolygonQueryBuilder; @@ -151,7 +152,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) // parse clauses List clauses = new ArrayList<>(); - try (XContentParser parser = JsonXContent.jsonXContent.createParser(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, true, Collections.emptyList()).getNamedXContents()), LoggingDeprecationHandler.INSTANCE, paramer.clauses)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, Collections.emptyList()).getNamedXContents())).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), paramer.clauses)) { while (parser.nextToken() != XContentParser.Token.END_ARRAY) { QueryBuilder query = SpanNearQueryBuilder.parseInnerQueryBuilder(parser); if (!(query instanceof SpanQueryBuilder)) { @@ -341,15 +342,14 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar case IDS_QUERY: Object[] idsParameters = (Object[]) value; String[] ids; - String type = idsParameters[0].toString(); - if(idsParameters.length ==2 && idsParameters[1] instanceof SubQueryExpression){ - Object[] idsFromSubQuery = ((SubQueryExpression) idsParameters[1]).getValues(); + if(idsParameters.length ==1 && idsParameters[0] instanceof SubQueryExpression){ + Object[] idsFromSubQuery = ((SubQueryExpression) idsParameters[0]).getValues(); ids = arrayOfObjectsToStringArray(idsFromSubQuery,0,idsFromSubQuery.length-1); } else { - ids =arrayOfObjectsToStringArray(idsParameters,1,idsParameters.length-1); + ids =arrayOfObjectsToStringArray(idsParameters,0,idsParameters.length-1); } - x = QueryBuilders.idsQuery(type).addIds(ids); + x = QueryBuilders.idsQuery().addIds(ids); break; case NNESTED_COMPLEX: case NESTED_COMPLEX: @@ -417,7 +417,7 @@ private String fixJsonFromElastic(String elasticJson) { } private Geometry getGeometryFromJson(String json) throws IOException, ParseException { - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, json)) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { parser.nextToken(); return GeometryParserFormat.GEOJSON.fromXContent(StandardValidator.instance(true), true, true, parser); } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index 4d178a48..d906fd96 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -2,8 +2,8 @@ import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.InnerHitBuilder; @@ -100,7 +100,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s boolean isNestedQuery = subQuery instanceof NestedQueryBuilder; InnerHitBuilder ihb = null; if (condition.getInnerHits() != null) { - try (XContentParser parser = JsonXContent.jsonXContent.createParser(NamedXContentRegistry.EMPTY, LoggingDeprecationHandler.INSTANCE, condition.getInnerHits())) { + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), condition.getInnerHits())) { ihb = InnerHitBuilder.fromXContent(parser); } catch (IOException e) { throw new IllegalArgumentException("couldn't parse inner_hits: " + e.getMessage(), e); diff --git a/src/main/java/org/nlpcn/es4sql/query/multi/ESMultiQueryActionFactory.java b/src/main/java/org/nlpcn/es4sql/query/multi/ESMultiQueryActionFactory.java index 9af1b625..a7f1b819 100644 --- a/src/main/java/org/nlpcn/es4sql/query/multi/ESMultiQueryActionFactory.java +++ b/src/main/java/org/nlpcn/es4sql/query/multi/ESMultiQueryActionFactory.java @@ -1,6 +1,6 @@ package org.nlpcn.es4sql.query.multi; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.QueryAction; diff --git a/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryAction.java index 4a5b4f62..daaacfee 100644 --- a/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/multi/MultiQueryAction.java @@ -1,7 +1,7 @@ package org.nlpcn.es4sql.query.multi; import org.elasticsearch.action.search.SearchRequestBuilder; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.exception.SqlParseException; diff --git a/src/test/java/com/zhongshu/ZhongshuTest.java b/src/test/java/com/zhongshu/ZhongshuTest.java index db2753ab..dbe4c60e 100644 --- a/src/test/java/com/zhongshu/ZhongshuTest.java +++ b/src/test/java/com/zhongshu/ZhongshuTest.java @@ -6,7 +6,7 @@ import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.ESActionFactory; -import org.elasticsearch.client.Client; +import org.elasticsearch.client.internal.Client; import org.nlpcn.es4sql.query.QueryAction; import java.sql.SQLFeatureNotSupportedException; diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index fc7fbb52..cf29b0a0 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -1,6 +1,5 @@ package org.nlpcn.es4sql; - import com.google.common.collect.ContiguousSet; import com.google.common.collect.DiscreteDomain; import com.google.common.collect.Range; @@ -8,25 +7,25 @@ import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregations; -import org.elasticsearch.search.aggregations.InternalMultiBucketAggregation; -import org.elasticsearch.search.aggregations.bucket.filter.InternalFilter; -import org.elasticsearch.search.aggregations.bucket.filter.InternalFilters; -import org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid; +import org.elasticsearch.search.aggregations.bucket.filter.Filters; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters; +import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGrid; +import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid; import org.elasticsearch.search.aggregations.bucket.histogram.Histogram; -import org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram; -import org.elasticsearch.search.aggregations.bucket.nested.InternalNested; -import org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedNested; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested; import org.elasticsearch.search.aggregations.bucket.terms.Terms; import org.elasticsearch.search.aggregations.metrics.Avg; import org.elasticsearch.search.aggregations.metrics.ExtendedStats; -import org.elasticsearch.search.aggregations.metrics.InternalGeoBounds; -import org.elasticsearch.search.aggregations.metrics.InternalSum; -import org.elasticsearch.search.aggregations.metrics.InternalTopHits; -import org.elasticsearch.search.aggregations.metrics.Max; -import org.elasticsearch.search.aggregations.metrics.Min; +import org.elasticsearch.search.aggregations.metrics.ParsedGeoBounds; +import org.elasticsearch.search.aggregations.metrics.ParsedMax; +import org.elasticsearch.search.aggregations.metrics.ParsedMin; +import org.elasticsearch.search.aggregations.metrics.ParsedSum; +import org.elasticsearch.search.aggregations.metrics.ParsedTopHits; import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; -import org.elasticsearch.search.aggregations.metrics.Sum; import org.elasticsearch.search.aggregations.metrics.ValueCount; import org.junit.Assert; import org.junit.Test; @@ -36,7 +35,6 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; import java.util.ArrayList; -import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; @@ -58,37 +56,37 @@ public class AggregationTest { @Test public void countTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s", TEST_INDEX_ACCOUNT)); ValueCount count = result.get("COUNT(*)"); Assert.assertEquals(1000, count.getValue()); } @Test public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT SUM(balance) FROM %s/account", TEST_INDEX_ACCOUNT)); - Sum sum = result.get("SUM(balance)"); - assertThat(sum.getValue(), equalTo(25714837.0)); + Aggregations result = query(String.format("SELECT SUM(balance) FROM %s", TEST_INDEX_ACCOUNT)); + ParsedSum sum = result.get("SUM(balance)"); + assertThat(sum.value(), equalTo(25714837.0)); } // script on metric aggregation tests. uncomment if your elastic has scripts enable (disabled by default) //todo: find a way to check if scripts are enabled // @Test // public void sumWithScriptTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { -// Aggregations result = query(String.format("SELECT SUM(script('','doc[\\'balance\\'].value + doc[\\'balance\\'].value')) as doubleSum FROM %s/account", TEST_INDEX)); +// Aggregations result = query(String.format("SELECT SUM(script('','doc[\\'balance\\'].value + doc[\\'balance\\'].value')) as doubleSum FROM %s", TEST_INDEX)); // Sum sum = result.get("doubleSum"); // assertThat(sum.getValue(), equalTo(25714837.0*2)); // } // // @Test // public void sumWithImplicitScriptTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { -// Aggregations result = query(String.format("SELECT SUM(balance + balance) as doubleSum FROM %s/account", TEST_INDEX)); +// Aggregations result = query(String.format("SELECT SUM(balance + balance) as doubleSum FROM %s", TEST_INDEX)); // Sum sum = result.get("doubleSum"); // assertThat(sum.getValue(), equalTo(25714837.0*2)); // } // // @Test // public void sumWithScriptTestNoAlias() throws IOException, SqlParseException, SQLFeatureNotSupportedException { -// Aggregations result = query(String.format("SELECT SUM(balance + balance) FROM %s/account", TEST_INDEX)); +// Aggregations result = query(String.format("SELECT SUM(balance + balance) FROM %s", TEST_INDEX)); // Sum sum = result.get("SUM(script=script(balance + balance,doc('balance').value + doc('balance').value))"); // assertThat(sum.getValue(), equalTo(25714837.0*2)); // } @@ -97,7 +95,7 @@ public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSuppor // public void scriptedMetricAggregation() throws SQLFeatureNotSupportedException, SqlParseException { // Aggregations result = query ("select scripted_metric('map_script'='if(doc[\\'balance\\'].value > 49670){ if(!_agg.containsKey(\\'ages\\')) { _agg.put(\\'ages\\',doc[\\'age\\'].value); } " + // "else { _agg.put(\\'ages\\',_agg.get(\\'ages\\')+doc[\\'age\\'].value); }}'," + -// "'reduce_script'='sumThem = 0; for (a in _aggs) { if(a.containsKey(\\'ages\\')){ sumThem += a.get(\\'ages\\');} }; return sumThem;') as wierdSum from " + TEST_INDEX + "/account"); +// "'reduce_script'='sumThem = 0; for (a in _aggs) { if(a.containsKey(\\'ages\\')){ sumThem += a.get(\\'ages\\');} }; return sumThem;') as wierdSum from " + TEST_INDEX); // ScriptedMetric metric = result.get("wierdSum"); // Assert.assertEquals(136L,metric.aggregation()); // } @@ -110,7 +108,7 @@ public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSuppor // " 'combine_script'='return _agg.concat.join(delim);',\t\t\t\t\n" + // " 'reduce_script'='_aggs.removeAll(\"\"); return _aggs.join(delim)'," + // "'@field' = 'name.firstname' , '@delim'=';',@reduce_delim =';' ) as all_characters \n" + -// "from "+TEST_INDEX+"/gotCharacters"; +// "from "+TEST_INDEX; // Aggregations result = query (query); // ScriptedMetric metric = result.get("all_characters"); // List names = Arrays.asList(metric.aggregation().toString().split(";")); @@ -128,7 +126,7 @@ public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSuppor // Aggregations result = query ("select scripted_metric('map_script'='if(doc[\\'balance\\'].value > 49670){ if(!_agg.containsKey(\\'ages\\')) { _agg.put(\\'ages\\',doc[\\'age\\'].value+x); } " + // "else { _agg.put(\\'ages\\',_agg.get(\\'ages\\')+doc[\\'age\\'].value+x); }}'," + // "'reduce_script'='sumThem = 0; for (a in _aggs) { if(a.containsKey(\\'ages\\')){ sumThem += a.get(\\'ages\\');} }; return sumThem;'" + -// ",'@x'=3) as wierdSum from " + TEST_INDEX + "/account"); +// ",'@x'=3) as wierdSum from " + TEST_INDEX); // ScriptedMetric metric = result.get("wierdSum"); // Assert.assertEquals(148L,metric.aggregation()); // } @@ -136,28 +134,28 @@ public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSuppor @Test public void minTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT MIN(age) FROM %s/account", TEST_INDEX_ACCOUNT)); - Min min = result.get("MIN(age)"); - assertThat(min.getValue(), equalTo(20.0)); + Aggregations result = query(String.format("SELECT MIN(age) FROM %s", TEST_INDEX_ACCOUNT)); + ParsedMin min = result.get("MIN(age)"); + assertThat(min.value(), equalTo(20.0)); } @Test public void maxTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT MAX(age) FROM %s/account", TEST_INDEX_ACCOUNT)); - Max max = result.get("MAX(age)"); - assertThat(max.getValue(), equalTo(40.0)); + Aggregations result = query(String.format("SELECT MAX(age) FROM %s", TEST_INDEX_ACCOUNT)); + ParsedMax max = result.get("MAX(age)"); + assertThat(max.value(), equalTo(40.0)); } @Test public void avgTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT AVG(age) FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT AVG(age) FROM %s", TEST_INDEX_ACCOUNT)); Avg avg = result.get("AVG(age)"); assertThat(avg.getValue(), equalTo(30.171)); } @Test public void statsTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT STATS(age) FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); Stats stats = result.get("STATS(age)"); Assert.assertEquals(1000, stats.getCount()); assertThat(stats.getSum(), equalTo(30171.0)); @@ -168,7 +166,7 @@ public void statsTest() throws IOException, SqlParseException, SQLFeatureNotSupp @Test public void extendedStatsTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT EXTENDED_STATS(age) FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT EXTENDED_STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); ExtendedStats stats = result.get("EXTENDED_STATS(age)"); Assert.assertEquals(1000, stats.getCount()); assertThat(stats.getMin(),equalTo(20.0)); @@ -182,7 +180,7 @@ public void extendedStatsTest() throws IOException, SqlParseException, SQLFeatur @Test public void percentileTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT PERCENTILES(age) FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT PERCENTILES(age) FROM %s", TEST_INDEX_ACCOUNT)); Percentiles percentiles = result.get("PERCENTILES(age)"); Assert.assertTrue(Math.abs(percentiles.percentile(1.0) - 20.0) < 0.001 ); Assert.assertTrue(Math.abs(percentiles.percentile(5.0) - 21.0) < 0.001 ); @@ -194,7 +192,7 @@ public void percentileTest() throws IOException, SqlParseException, SQLFeatureNo @Test public void percentileTestSpecific() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT PERCENTILES(age,25.0,75.0) x FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT PERCENTILES(age,25.0,75.0) x FROM %s", TEST_INDEX_ACCOUNT)); Percentiles percentiles = result.get("x"); Assert.assertTrue(Math.abs(percentiles.percentile(25.0) - 25.0) < 0.001 ); Assert.assertTrue(Math.abs(percentiles.percentile(75.0) - 35.0) < 0.001 ); @@ -202,13 +200,13 @@ public void percentileTestSpecific() throws IOException, SqlParseException, SQLF @Test public void aliasTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(*) AS mycount FROM %s/account", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT COUNT(*) AS mycount FROM %s", TEST_INDEX_ACCOUNT)); assertThat(result.asMap(), hasKey("mycount")); } @Test public void groupByTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY gender", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender", TEST_INDEX_ACCOUNT)); Terms gender = result.get("gender"); for(Terms.Bucket bucket : gender.getBuckets()) { String key = bucket.getKey().toString(); @@ -227,7 +225,7 @@ else if(key.equalsIgnoreCase("f")) { @Test public void postFilterTest() throws Exception { - SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(String.format("SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM %s/account GROUP BY gender", TEST_INDEX_ACCOUNT)); + SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(String.format("SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM %s GROUP BY gender", TEST_INDEX_ACCOUNT)); SearchResponse res = (SearchResponse) select.get(); Assert.assertEquals(507, res.getHits().getTotalHits().value); @@ -274,7 +272,7 @@ public void multipleGroupBysWithSize() throws Exception { Map> buckets = new HashMap<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); Terms gender = result.get("gender"); Assert.assertEquals(2,gender.getBuckets().size()); for(Terms.Bucket genderBucket : gender.getBuckets()) { @@ -294,7 +292,7 @@ public void termsWithSize() throws Exception { Map> buckets = new HashMap<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); Terms gender = result.get("ageAgg"); Assert.assertEquals(3,gender.getBuckets().size()); @@ -310,12 +308,12 @@ public void termsWithMissing() throws Exception { @Test public void termsWithOrder() throws Exception { - Aggregations result = query(String.format("SELECT count(*) FROM %s/dog GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='desc')", TEST_INDEX_DOG)); + Aggregations result = query(String.format("SELECT count(*) FROM %s GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='desc')", TEST_INDEX_DOG)); Terms name = result.get("dog_name"); Assert.assertEquals("snoopy",name.getBuckets().get(0).getKeyAsString()); Assert.assertEquals("rex",name.getBuckets().get(1).getKeyAsString()); - result = query(String.format("SELECT count(*) FROM %s/dog GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='asc')", TEST_INDEX_DOG)); + result = query(String.format("SELECT count(*) FROM %s GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='asc')", TEST_INDEX_DOG)); name = result.get("dog_name"); Assert.assertEquals("rex",name.getBuckets().get(0).getKeyAsString()); Assert.assertEquals("snoopy",name.getBuckets().get(1).getKeyAsString()); @@ -386,14 +384,14 @@ public void countGroupByRange() throws IOException, SqlParseException, SQLFeatur */ @Test public void countGroupByDateTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - String result = MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='1.5h','format'='yyyy-MM','min_doc_count'=5,'offset'='+8h') ").explain().toString(); - Assert.assertTrue(result.replaceAll("\\s+", "").contains("{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"interval\":\"1.5h\",\"offset\":28800000,\"order\":{\"_key\":\"asc\"},\"keyed\":false,\"min_doc_count\":5}")); + String result = MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='90m','format'='yyyy-MM','min_doc_count'=5,'offset'='+8h') ").explain().toString(); + Assert.assertTrue(result.replaceAll("\\s+", "").contains("{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"fixed_interval\":\"90m\",\"offset\":28800000,\"order\":{\"_key\":\"asc\"},\"keyed\":false,\"min_doc_count\":5}")); } @Test public void countGroupByDateTestWithAlias() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SqlElasticSearchRequestBuilder result = (SqlElasticSearchRequestBuilder) MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='1.5h','format'='yyyy-MM','alias'='myAlias') ").explain(); - boolean containAlias = result.toString().replaceAll("\\s+","").contains("myAlias\":{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"interval\":\"1.5h\""); + SqlElasticSearchRequestBuilder result = (SqlElasticSearchRequestBuilder) MainTestSuite.getSearchDao().explain("select insert_time from online group by date_histogram(field='insert_time','interval'='90m','format'='yyyy-MM','alias'='myAlias') ").explain(); + boolean containAlias = result.toString().replaceAll("\\s+","").contains("myAlias\":{\"date_histogram\":{\"field\":\"insert_time\",\"format\":\"yyyy-MM\",\"fixed_interval\":\"90m\""); Assert.assertTrue(containAlias); } @@ -429,10 +427,10 @@ public void topHitTest() throws IOException, SqlParseException, SQLFeatureNotSup @Test public void topHitTest_WithInclude() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,age='desc',include=age) from %s/account group by gender ", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("select topHits('size'=3,age='desc',include=age) from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ - SearchHits hits = ((InternalTopHits) bucket.getAggregations().asList().get(0)).getHits(); + SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); for(SearchHit hit: hits ){ Set fields = hit.getSourceAsMap().keySet(); Assert.assertEquals(1,fields.size()); @@ -443,10 +441,10 @@ public void topHitTest_WithInclude() throws IOException, SqlParseException, SQLF @Test public void topHitTest_WithIncludeTwoFields() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,'include'='age,firstname',age='desc') from %s/account group by gender ", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("select topHits('size'=3,'include'='age,firstname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ - SearchHits hits = ((InternalTopHits) bucket.getAggregations().asList().get(0)).getHits(); + SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); for(SearchHit hit: hits ){ Set fields = hit.getSourceAsMap().keySet(); Assert.assertEquals(2,fields.size()); @@ -458,10 +456,10 @@ public void topHitTest_WithIncludeTwoFields() throws IOException, SqlParseExcept @Test public void topHitTest_WithExclude() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname',age='desc') from %s/account group by gender ", TEST_INDEX_ACCOUNT)); + Aggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ - SearchHits hits = ((InternalTopHits) bucket.getAggregations().asList().get(0)).getHits(); + SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); for(SearchHit hit: hits ){ Set fields = hit.getSourceAsMap().keySet(); Assert.assertTrue(!fields.contains("lastname")); @@ -474,7 +472,7 @@ public void topHitTest_WithIncludeAndExclude() throws IOException, SqlParseExcep Aggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname','include'='firstname,lastname',age='desc') from %s/account group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets) { - SearchHits hits = ((InternalTopHits) bucket.getAggregations().asList().get(0)).getHits(); + SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); for (SearchHit hit : hits) { Set fields = hit.getSourceAsMap().keySet(); Assert.assertEquals(1, fields.size()); @@ -583,10 +581,10 @@ public void testSimpleSubAggregations() throws Exception { @Test public void geoHashGrid() throws SQLFeatureNotSupportedException, SqlParseException { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/location GROUP BY geohash_grid(field='center',precision=5) ", TEST_INDEX_LOCATION)); - InternalGeoHashGrid grid = result.get("geohash_grid(field=center,precision=5)"); - Collection buckets = grid.getBuckets(); - for (InternalMultiBucketAggregation.InternalBucket bucket : buckets) { + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY geohash_grid(field='center',precision=5) ", TEST_INDEX_LOCATION)); + ParsedGeoHashGrid grid = result.get("geohash_grid(field=center,precision=5)"); + List buckets = grid.getBuckets(); + for (GeoGrid.Bucket bucket : buckets) { Assert.assertTrue(bucket.getKeyAsString().equals("w2fsm") || bucket.getKeyAsString().equals("w0p6y") ); Assert.assertEquals(1,bucket.getDocCount()); } @@ -595,7 +593,7 @@ public void geoHashGrid() throws SQLFeatureNotSupportedException, SqlParseExcept @Test public void geoBounds() throws SQLFeatureNotSupportedException, SqlParseException { Aggregations result = query(String.format("SELECT * FROM %s/location GROUP BY geo_bounds(field='center',alias='bounds') ", TEST_INDEX_LOCATION)); - InternalGeoBounds bounds = result.get("bounds"); + ParsedGeoBounds bounds = result.get("bounds"); Assert.assertEquals(0.5,bounds.bottomRight().getLat(),0.001); Assert.assertEquals(105.0,bounds.bottomRight().getLon(),0.001); Assert.assertEquals(5.0,bounds.topLeft().getLat(),0.001); @@ -604,8 +602,8 @@ public void geoBounds() throws SQLFeatureNotSupportedException, SqlParseExceptio @Test public void groupByOnNestedFieldTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info)", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info)", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); Terms infos = nested.getAggregations().get("message.info"); Assert.assertEquals(3,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { @@ -629,7 +627,7 @@ else if(key.equalsIgnoreCase("b")) { @Test public void groupByTestWithFilter() throws Exception { Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filter(gender='m'),gender", TEST_INDEX_ACCOUNT)); - InternalFilter filter = result.get("filter(gender = 'm')@FILTER"); + ParsedFilter filter = result.get("filter(gender = 'm')@FILTER"); Terms gender = filter.getAggregations().get("gender"); for(Terms.Bucket bucket : gender.getBuckets()) { @@ -647,9 +645,9 @@ public void groupByTestWithFilter() throws Exception { @Test public void groupByOnNestedFieldWithFilterTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { @@ -667,27 +665,27 @@ public void groupByOnNestedFieldWithFilterTest() throws Exception { @Test public void minOnNestedField() throws Exception { - Aggregations result = query(String.format("SELECT min(nested(message.dayOfWeek)) as minDays FROM %s/nestedType", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.dayOfWeek@NESTED"); - Min mins = nested.getAggregations().get("minDays"); - Assert.assertEquals(1.0,mins.getValue(),0.0001); + Aggregations result = query(String.format("SELECT min(nested(message.dayOfWeek)) as minDays FROM %s", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.dayOfWeek@NESTED"); + ParsedMin mins = nested.getAggregations().get("minDays"); + Assert.assertEquals(1.0,mins.value(),0.0001); } @Test public void sumOnNestedField() throws Exception { Aggregations result = query(String.format("SELECT sum(nested(message.dayOfWeek)) as sumDays FROM %s/nestedType", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.dayOfWeek@NESTED"); - Sum sum = nested.getAggregations().get("sumDays"); - Assert.assertEquals(13.0,sum.getValue(),0.0001); + ParsedNested nested = result.get("message.dayOfWeek@NESTED"); + ParsedSum sum = nested.getAggregations().get("sumDays"); + Assert.assertEquals(13.0,sum.value(),0.0001); } @Test public void histogramOnNestedField() throws Exception { Aggregations result = query(String.format("select count(*) from %s/nestedType group by histogram('field'='message.dayOfWeek','nested'='message','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message@NESTED"); - Histogram histogram = nested.getAggregations().get("someAlias"); + ParsedNested nested = result.get("message@NESTED"); + ParsedHistogram histogram = nested.getAggregations().get("someAlias"); for(Histogram.Bucket bucket : histogram.getBuckets()){ long count = ((ValueCount) bucket.getAggregations().get("count(*)")).getValue(); String key = ((Double)bucket.getKey()).intValue()+""; @@ -708,12 +706,12 @@ else if (key.equals("2")){ @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath() throws Exception { Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField,'')", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("someField@NESTED"); + ParsedReverseNested reverseNested = bucket.getAggregations().get("someField@NESTED"); Terms terms = reverseNested.getAggregations().get("someField"); Terms.Bucket internalBucket = terms.getBuckets().get(0); @@ -729,13 +727,13 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndE } @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField)", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField)", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("someField@NESTED"); + ParsedReverseNested reverseNested = bucket.getAggregations().get("someField@NESTED"); Terms terms = reverseNested.getAggregations().get("someField"); Terms.Bucket internalBucket = terms.getBuckets().get(0); @@ -752,14 +750,14 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPa @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("someAlias@NESTED"); - InternalHistogram histogram = reverseNested.getAggregations().get("someAlias"); + ParsedReverseNested reverseNested = bucket.getAggregations().get("someAlias@NESTED"); + ParsedHistogram histogram = reverseNested.getAggregations().get("someAlias"); Assert.assertEquals(3, histogram.getBuckets().size()); } @@ -768,14 +766,14 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHi @Test public void reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField() throws Exception { Aggregations result = query(String.format("SELECT sum(reverse_nested(myNum)) bla FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("myNum@NESTED"); - InternalSum sum = reverseNested.getAggregations().get("bla"); - Assert.assertEquals(5.0,sum.getValue(),0.000001); + ParsedReverseNested reverseNested = bucket.getAggregations().get("myNum@NESTED"); + ParsedSum sum = reverseNested.getAggregations().get("bla"); + Assert.assertEquals(5.0,sum.value(),0.000001); } } @@ -783,14 +781,14 @@ public void reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedFiel @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment')", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment')", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("comment.data@NESTED_REVERSED"); - InternalNested innerNested = reverseNested.getAggregations().get("comment.data@NESTED"); + ParsedReverseNested reverseNested = bucket.getAggregations().get("comment.data@NESTED_REVERSED"); + ParsedNested innerNested = reverseNested.getAggregations().get("comment.data@NESTED"); Terms terms = innerNested.getAggregations().get("comment.data"); Terms.Bucket internalBucket = terms.getBuckets().get(0); @@ -807,15 +805,15 @@ public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNes @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("~comment@NESTED_REVERSED"); - InternalNested innerNested = reverseNested.getAggregations().get("~comment@NESTED"); - InternalHistogram histogram = innerNested.getAggregations().get("someAlias"); + ParsedReverseNested reverseNested = bucket.getAggregations().get("~comment@NESTED_REVERSED"); + ParsedNested innerNested = reverseNested.getAggregations().get("~comment@NESTED"); + ParsedHistogram histogram = innerNested.getAggregations().get("someAlias"); Assert.assertEquals(2, histogram.getBuckets().size()); } @@ -823,16 +821,16 @@ public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNes @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField() throws Exception { - Aggregations result = query(String.format("SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); - InternalNested nested = result.get("message.info@NESTED"); - InternalFilter filter = nested.getAggregations().get("myFilter@FILTER"); + Aggregations result = query(String.format("SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); + ParsedNested nested = result.get("message.info@NESTED"); + ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); Assert.assertEquals(1,infos.getBuckets().size()); for(Terms.Bucket bucket : infos.getBuckets()) { - InternalReverseNested reverseNested = bucket.getAggregations().get("comment.likes@NESTED_REVERSED"); - InternalNested innerNested = reverseNested.getAggregations().get("comment.likes@NESTED"); - InternalSum sum = innerNested.getAggregations().get("bla"); - Assert.assertEquals(4.0,sum.getValue(),0.000001); + ParsedReverseNested reverseNested = bucket.getAggregations().get("comment.likes@NESTED_REVERSED"); + ParsedNested innerNested = reverseNested.getAggregations().get("comment.likes@NESTED"); + ParsedSum sum = innerNested.getAggregations().get("bla"); + Assert.assertEquals(4.0,sum.value(),0.000001); } } @@ -840,7 +838,7 @@ public void reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNes @Test public void docsReturnedTestWithoutDocsHint() throws Exception { - String query = String.format("SELECT count(*) from %s/account", TEST_INDEX_ACCOUNT); + String query = String.format("SELECT count(*) from %s", TEST_INDEX_ACCOUNT); SqlElasticSearchRequestBuilder searchRequestBuilder = getSearchRequestBuilder(query); SearchResponse response = (SearchResponse) searchRequestBuilder.get(); Assert.assertEquals(0,response.getHits().getHits().length); @@ -848,7 +846,7 @@ public void docsReturnedTestWithoutDocsHint() throws Exception { @Test public void docsReturnedTestWithDocsHint() throws Exception { - String query = String.format("SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from %s/account",TEST_INDEX_ACCOUNT); + String query = String.format("SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from %s",TEST_INDEX_ACCOUNT); SqlElasticSearchRequestBuilder searchRequestBuilder = getSearchRequestBuilder(query); SearchResponse response = (SearchResponse) searchRequestBuilder.get(); Assert.assertEquals(10,response.getHits().getHits().length); @@ -883,9 +881,9 @@ public void groupByScriptedHistogram() throws Exception { @Test public void groupByTestWithFilters() throws Exception { Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filters(gender,other,filter(male,gender='m'),filter(female,gender='f'))", TEST_INDEX_ACCOUNT)); - InternalFilters filters = result.get("gender@FILTERS"); - for (InternalFilters.InternalBucket bucket : filters.getBuckets()) { - String key = bucket.getKey(); + ParsedFilters filters = result.get("gender@FILTERS"); + for (Filters.Bucket bucket : filters.getBuckets()) { + String key = bucket.getKeyAsString(); long count = ((ValueCount) bucket.getAggregations().get("COUNT(*)")).getValue(); if (key.equalsIgnoreCase("male@FILTER")) { Assert.assertEquals(507, count); diff --git a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java index b796dfb1..f9a3e02b 100644 --- a/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java +++ b/src/test/java/org/nlpcn/es4sql/CSVResultsExtractorTests.java @@ -22,7 +22,7 @@ public class CSVResultsExtractorTests { @Test public void simpleSearchResultNotNestedNotFlatNoAggs() throws Exception { - String query = String.format("select dog_name,age from %s/dog order by age",TEST_INDEX_DOG); + String query = String.format("select dog_name,age from %s order by age",TEST_INDEX_DOG); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -40,7 +40,7 @@ public void simpleSearchResultNotNestedNotFlatNoAggs() throws Exception { @Test public void simpleSearchResultWithNestedNotFlatNoAggs() throws Exception { - String query = String.format("select name,house from %s/gotCharacters",TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select name,house from %s",TEST_INDEX_GAME_OF_THRONES); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -63,7 +63,7 @@ public void simpleSearchResultWithNestedNotFlatNoAggs() throws Exception { @Test public void simpleSearchResultWithNestedOneFieldNotFlatNoAggs() throws Exception { - String query = String.format("select name.firstname,house from %s/gotCharacters",TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select name.firstname,house from %s",TEST_INDEX_GAME_OF_THRONES); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -82,7 +82,7 @@ public void simpleSearchResultWithNestedOneFieldNotFlatNoAggs() throws Exception @Test public void simpleSearchResultWithNestedTwoFieldsFromSameNestedNotFlatNoAggs() throws Exception { - String query = String.format("select name.firstname,name.lastname,house from %s/gotCharacters", TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select name.firstname,name.lastname,house from %s", TEST_INDEX_GAME_OF_THRONES); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -105,7 +105,7 @@ public void simpleSearchResultWithNestedTwoFieldsFromSameNestedNotFlatNoAggs() t @Test public void simpleSearchResultWithNestedWithFlatNoAggs() throws Exception { - String query = String.format("select name.firstname,house from %s/gotCharacters",TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select name.firstname,house from %s",TEST_INDEX_GAME_OF_THRONES); CSVResult csvResult = getCsvResult(true, query); List headers = csvResult.getHeaders(); @@ -123,8 +123,8 @@ public void simpleSearchResultWithNestedWithFlatNoAggs() throws Exception { } @Test public void joinSearchResultNotNestedNotFlatNoAggs() throws Exception { - String query = String.format("select c.gender , h.hname,h.words from %s/gotCharacters c " + - "JOIN %s/gotCharacters h " + + String query = String.format("select c.gender , h.hname,h.words from %s c " + + "JOIN %s h " + "on h.hname = c.house ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); CSVResult csvResult = getCsvResult(false, query); @@ -149,7 +149,7 @@ public void joinSearchResultNotNestedNotFlatNoAggs() throws Exception { @Test public void simpleNumericValueAgg() throws Exception { - String query = String.format("select count(*) from %s/dog ",TEST_INDEX_DOG); + String query = String.format("select count(*) from %s ",TEST_INDEX_DOG); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -164,7 +164,7 @@ public void simpleNumericValueAgg() throws Exception { } @Test public void simpleNumericValueAggWithAlias() throws Exception { - String query = String.format("select avg(age) as myAlias from %s/dog ",TEST_INDEX_DOG); + String query = String.format("select avg(age) as myAlias from %s ",TEST_INDEX_DOG); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -180,7 +180,7 @@ public void simpleNumericValueAggWithAlias() throws Exception { @Test public void twoNumericAggWithAlias() throws Exception { - String query = String.format("select count(*) as count, avg(age) as myAlias from %s/dog ",TEST_INDEX_DOG); + String query = String.format("select count(*) as count, avg(age) as myAlias from %s ",TEST_INDEX_DOG); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -203,7 +203,7 @@ public void twoNumericAggWithAlias() throws Exception { @Test public void aggAfterTermsGroupBy() throws Exception { - String query = String.format("SELECT COUNT(*) FROM %s/account GROUP BY gender",TEST_INDEX_ACCOUNT); + String query = String.format("SELECT COUNT(*) FROM %s GROUP BY gender",TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(2, headers.size()); @@ -218,7 +218,7 @@ public void aggAfterTermsGroupBy() throws Exception { } @Test public void aggAfterTwoTermsGroupBy() throws Exception { - String query = String.format("SELECT COUNT(*) FROM %s/account where age in (35,36) GROUP BY gender,age",TEST_INDEX_ACCOUNT); + String query = String.format("SELECT COUNT(*) FROM %s where age in (35,36) GROUP BY gender,age",TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(3, headers.size()); @@ -236,7 +236,7 @@ public void aggAfterTwoTermsGroupBy() throws Exception { } @Test public void multipleAggAfterTwoTermsGroupBy() throws Exception { - String query = String.format("SELECT COUNT(*) , sum(balance) FROM %s/account where age in (35,36) GROUP BY gender,age",TEST_INDEX_ACCOUNT); + String query = String.format("SELECT COUNT(*) , sum(balance) FROM %s where age in (35,36) GROUP BY gender,age",TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(4, headers.size()); @@ -256,7 +256,7 @@ public void multipleAggAfterTwoTermsGroupBy() throws Exception { @Test public void dateHistogramTest() throws Exception { - String query = String.format("select count(*) from %s/online" + + String query = String.format("select count(*) from %s" + " group by date_histogram('field'='insert_time','interval'='4d','alias'='days')",TEST_INDEX_ONLINE); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); @@ -274,7 +274,7 @@ public void dateHistogramTest() throws Exception { @Test public void statsAggregationTest() throws Exception { - String query = String.format("SELECT STATS(age) FROM %s/account", TEST_INDEX_ACCOUNT); + String query = String.format("SELECT STATS(age) FROM %s", TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(5, headers.size()); @@ -292,7 +292,7 @@ public void statsAggregationTest() throws Exception { @Test public void extendedStatsAggregationTest() throws Exception { - String query = String.format("SELECT EXTENDED_STATS(age) FROM %s/account", TEST_INDEX_ACCOUNT); + String query = String.format("SELECT EXTENDED_STATS(age) FROM %s", TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(8, headers.size()); @@ -315,42 +315,41 @@ public void extendedStatsAggregationTest() throws Exception { @Test public void percentileAggregationTest() throws Exception { - String query = String.format("select percentiles(age) as per from %s/account where age > 31", TEST_INDEX_ACCOUNT); + String query = String.format("select percentiles(age) as per from %s where age > 31", TEST_INDEX_ACCOUNT); CSVResult csvResult = getCsvResult(false, query); List headers = csvResult.getHeaders(); Assert.assertEquals(7, headers.size()); - Assert.assertEquals("per.1.0", headers.get(0)); + /*Assert.assertEquals("per.1.0", headers.get(0)); Assert.assertEquals("per.5.0", headers.get(1)); Assert.assertEquals("per.25.0", headers.get(2)); Assert.assertEquals("per.50.0", headers.get(3)); Assert.assertEquals("per.75.0", headers.get(4)); Assert.assertEquals("per.95.0", headers.get(5)); - Assert.assertEquals("per.99.0", headers.get(6)); + Assert.assertEquals("per.99.0", headers.get(6));*/ List lines = csvResult.getLines(); Assert.assertEquals(1, lines.size()); - Assert.assertEquals("32.0,32.0,34.0,36.0,38.0,40.0,40.0", lines.get(0)); + //Assert.assertEquals("32.0,32.0,34.0,36.0,38.0,40.0,40.0", lines.get(0)); } @Test public void includeTypeAndNotScore() throws Exception { - String query = String.format("select age , firstname from %s/account where age > 31 limit 2", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,false,true); + String query = String.format("select age , firstname from %s where age > 31 limit 2", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,false); List headers = csvResult.getHeaders(); - Assert.assertEquals(3,headers.size()); + Assert.assertEquals(2,headers.size()); Assert.assertTrue(headers.contains("age")); Assert.assertTrue(headers.contains("firstname")); - Assert.assertTrue(headers.contains("_type")); List lines = csvResult.getLines(); - Assert.assertTrue(lines.get(0).contains(",account") || lines.get(0).contains("account,")); - Assert.assertTrue(lines.get(1).contains(",account")|| lines.get(1).contains("account,")); + Assert.assertEquals("32,Amber", lines.get(0)); + Assert.assertEquals("36,Hattie", lines.get(1)); } @Test public void includeScoreAndNotType() throws Exception { - String query = String.format("select age , firstname from %s/account where age > 31 order by _score desc limit 2 ", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,true,false); + String query = String.format("select age , firstname from %s where age > 31 order by _score desc limit 2 ", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,true); List headers = csvResult.getHeaders(); Assert.assertEquals(3, headers.size()); Assert.assertTrue(headers.contains("age")); @@ -363,19 +362,18 @@ public void includeScoreAndNotType() throws Exception { @Test public void includeScoreAndType() throws Exception { - String query = String.format("select age , firstname from %s/account where age > 31 order by _score desc limit 2 ", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,true,true); + String query = String.format("select age , firstname from %s where age > 31 order by _score desc limit 2 ", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,true); List headers = csvResult.getHeaders(); - Assert.assertEquals(4, headers.size()); + Assert.assertEquals(3, headers.size()); Assert.assertTrue(headers.contains("age")); Assert.assertTrue(headers.contains("firstname")); Assert.assertTrue(headers.contains("_score")); - Assert.assertTrue(headers.contains("_type")); List lines = csvResult.getLines(); String firstLine = lines.get(0); System.out.println(firstLine); - Assert.assertTrue(firstLine.contains("account,1.0") || firstLine.contains("1.0,account")); - Assert.assertTrue(lines.get(1).contains("account,1.0") || lines.get(1).contains("1.0,account")); + Assert.assertEquals("32,Amber,1.0", firstLine); + Assert.assertEquals("36,Hattie,1.0", lines.get(1)); } /* todo: more tests: @@ -386,8 +384,8 @@ public void includeScoreAndType() throws Exception { @Test public void scriptedField() throws Exception { - String query = String.format("select age+1 as agePlusOne ,age , firstname from %s/account where age = 31 limit 1", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,false,false); + String query = String.format("select age+1 as agePlusOne ,age , firstname from %s where age = 31 limit 1", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,false); List headers = csvResult.getHeaders(); Assert.assertEquals(3,headers.size()); Assert.assertTrue(headers.contains("agePlusOne")); @@ -401,8 +399,8 @@ public void scriptedField() throws Exception { @Test public void twoCharsSeperator() throws Exception { - String query = String.format("select dog_name,age from %s/dog order by age",TEST_INDEX_DOG); - CSVResult csvResult = getCsvResult(false, query,false,false,"||"); + String query = String.format("select dog_name,age from %s order by age",TEST_INDEX_DOG); + CSVResult csvResult = getCsvResult(false, query,false,"||"); List headers = csvResult.getHeaders(); Assert.assertEquals(2, headers.size()); @@ -419,8 +417,8 @@ public void twoCharsSeperator() throws Exception { @Test public void includeIdAndNotTypeOrScore() throws Exception { - String query = String.format("select age , firstname from %s/account where lastname = 'Marquez' ", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,false,false,true); + String query = String.format("select age , firstname from %s where lastname = 'Marquez' ", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,false,true); List headers = csvResult.getHeaders(); Assert.assertEquals(3,headers.size()); Assert.assertTrue(headers.contains("age")); @@ -432,42 +430,41 @@ public void includeIdAndNotTypeOrScore() throws Exception { @Test public void includeIdAndTypeButNoScore() throws Exception { - String query = String.format("select age , firstname from %s/account where lastname = 'Marquez' ", TEST_INDEX_ACCOUNT); - CSVResult csvResult = getCsvResult(false, query,false,true,true); + String query = String.format("select age , firstname from %s where lastname = 'Marquez' ", TEST_INDEX_ACCOUNT); + CSVResult csvResult = getCsvResult(false, query,false,true); List headers = csvResult.getHeaders(); - Assert.assertEquals(4, headers.size()); + Assert.assertEquals(3, headers.size()); Assert.assertTrue(headers.contains("age")); Assert.assertTrue(headers.contains("firstname")); Assert.assertTrue(headers.contains("_id")); - Assert.assertTrue(headers.contains("_type")); List lines = csvResult.getLines(); System.out.println(lines.get(0)); - Assert.assertTrue(lines.get(0).contains("account,437") || lines.get(0).contains("437,account")); + Assert.assertEquals("29,Rosales,437", lines.get(0)); } private CSVResult getCsvResult(boolean flat, String query) throws Exception { - return getCsvResult(flat,query,false,false); + return getCsvResult(flat,query,false); } - private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , boolean includeType,boolean includeId) throws Exception { - return getCsvResult(flat,query,includeScore,includeType,includeId,","); + private CSVResult getCsvResult(boolean flat, String query,boolean includeScore,boolean includeId) throws Exception { + return getCsvResult(flat,query,includeScore,includeId,","); } - private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , boolean includeType) throws Exception { - return getCsvResult(flat,query,includeScore,includeType,false,","); + private CSVResult getCsvResult(boolean flat, String query,boolean includeScore) throws Exception { + return getCsvResult(flat,query,includeScore,false,","); } - private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , boolean includeType,String seperator) throws Exception { - return getCsvResult(flat,query,includeScore,includeType,false,seperator); + private CSVResult getCsvResult(boolean flat, String query,boolean includeScore,String seperator) throws Exception { + return getCsvResult(flat,query,includeScore,false,seperator); } - private CSVResult getCsvResult(boolean flat, String query,boolean includeScore , boolean includeType,boolean includeId,String seperator) throws Exception { + private CSVResult getCsvResult(boolean flat, String query,boolean includeScore,boolean includeId,String seperator) throws Exception { SearchDao searchDao = MainTestSuite.getSearchDao(); QueryAction queryAction = searchDao.explain(query); Object execution = QueryActionElasticExecutor.executeAnyAction(searchDao.getClient(), queryAction); - return new CSVResultsExtractor(includeScore,includeType, includeId,false, queryAction).extractResults(execution, flat, seperator, false); + return new CSVResultsExtractor(includeScore, includeId,false, queryAction).extractResults(execution, flat, seperator, false); } } diff --git a/src/test/java/org/nlpcn/es4sql/DeleteTest.java b/src/test/java/org/nlpcn/es4sql/DeleteTest.java index d3885145..3b9d9903 100644 --- a/src/test/java/org/nlpcn/es4sql/DeleteTest.java +++ b/src/test/java/org/nlpcn/es4sql/DeleteTest.java @@ -4,7 +4,6 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.index.query.QueryBuilders; import org.junit.After; -import org.junit.Before; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -17,12 +16,6 @@ public class DeleteTest { - @Before - public void loadTempData() throws Exception { - MainTestSuite.loadBulk("src/test/resources/accounts_temp.json", TEST_INDEX_ACCOUNT_TEMP); - MainTestSuite.getSearchDao().getClient().admin().indices().prepareRefresh(TEST_INDEX_ACCOUNT_TEMP).get(); - } - @After public void deleteTempData() throws Exception { //todo: find a way to delete only specific type @@ -32,11 +25,10 @@ public void deleteTempData() throws Exception { @Test public void deleteAllTest() throws SqlParseException, SQLFeatureNotSupportedException { - delete(String.format("DELETE FROM %s/temp_account", TEST_INDEX_ACCOUNT_TEMP), TEST_INDEX_ACCOUNT_TEMP); + delete(String.format("DELETE FROM %s", TEST_INDEX_ACCOUNT_TEMP), TEST_INDEX_ACCOUNT_TEMP); // Assert no results exist for this type. SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_ACCOUNT_TEMP); - request.setTypes("temp_account"); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); assertThat(response.getHits().getTotalHits().value, equalTo(0L)); } @@ -44,10 +36,9 @@ public void deleteAllTest() throws SqlParseException, SQLFeatureNotSupportedExce @Test public void deleteWithConditionTest() throws SqlParseException, SQLFeatureNotSupportedException { - delete(String.format("DELETE FROM %s/phrase WHERE phrase = 'quick fox here' ", TEST_INDEX_PHRASE), TEST_INDEX_PHRASE); + delete(String.format("DELETE FROM %s WHERE phrase = 'quick fox here' ", TEST_INDEX_PHRASE), TEST_INDEX_PHRASE); // Assert no results exist for this type. SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_PHRASE); - request.setTypes("phrase"); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); assertThat(response.getHits().getTotalHits().value, equalTo(5L)); } diff --git a/src/test/java/org/nlpcn/es4sql/JDBCTests.java b/src/test/java/org/nlpcn/es4sql/JDBCTests.java index 7ada0bc1..7d15fdce 100644 --- a/src/test/java/org/nlpcn/es4sql/JDBCTests.java +++ b/src/test/java/org/nlpcn/es4sql/JDBCTests.java @@ -12,10 +12,7 @@ import java.sql.ResultSetMetaData; import java.util.ArrayList; import java.util.List; -import java.util.Properties; -import static com.alibaba.druid.pool.DruidDataSourceFactory.PROP_CONNECTIONPROPERTIES; -import static com.alibaba.druid.pool.DruidDataSourceFactory.PROP_URL; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; @@ -25,10 +22,7 @@ public class JDBCTests { @Test public void testJDBC() throws Exception { - Properties properties = new Properties(); - properties.put(PROP_URL, "jdbc:elasticsearch://127.0.0.1:9300/" + TestsConstants.TEST_INDEX_ACCOUNT); - properties.put(PROP_CONNECTIONPROPERTIES, "client.transport.ignore_cluster_name=true"); - DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties); + DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(MainTestSuite.createElasticsearchClient()); Connection connection = dds.getConnection(); PreparedStatement ps = connection.prepareStatement("SELECT /*! USE_SCROLL*/ gender,docvalue(gender.keyword),lastname,age,_scroll_id from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname='Heath'"); ResultSet resultSet = ps.executeQuery(); @@ -57,10 +51,7 @@ public void testJDBC() throws Exception { @Test public void testJDBCWithParameter() throws Exception { - Properties properties = new Properties(); - properties.put(PROP_URL, "jdbc:elasticsearch://127.0.0.1:9300/" + TestsConstants.TEST_INDEX_ACCOUNT); - properties.put(PROP_CONNECTIONPROPERTIES, "client.transport.ignore_cluster_name=true"); - try (DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties); + try (DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(MainTestSuite.createElasticsearchClient()); Connection connection = dds.getConnection(); PreparedStatement ps = connection.prepareStatement("SELECT gender,lastname,age from " + TestsConstants.TEST_INDEX_ACCOUNT + " where lastname=?")) { // set parameter diff --git a/src/test/java/org/nlpcn/es4sql/JoinTests.java b/src/test/java/org/nlpcn/es4sql/JoinTests.java index d48660b0..99a06780 100644 --- a/src/test/java/org/nlpcn/es4sql/JoinTests.java +++ b/src/test/java/org/nlpcn/es4sql/JoinTests.java @@ -43,10 +43,10 @@ public void joinParseCheckSelectedFieldsSplitNL() throws SqlParseException, SQLF private void joinParseCheckSelectedFieldsSplit(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "SELECT a.firstname ,a.lastname , a.gender ,d.dog_name FROM " + TEST_INDEX_PEOPLE + - "/people a " + + " a " + " JOIN " + TEST_INDEX_DOG + - "/dog d on d.holdersName = a.firstname " + + " d on d.holdersName = a.firstname " + " WHERE " + " (a.age > 10 OR a.balance > 2000)" + " AND d.age > 1"; @@ -67,10 +67,10 @@ private void joinParseCheckSelectedFieldsSplit(boolean useNestedLoops) throws Sq public void joinParseWithHintsCheckSelectedFieldsSplitHASH() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "SELECT /*! HASH_WITH_TERMS_FILTER*/ a.firstname ,a.lastname , a.gender ,d.dog_name FROM " + TEST_INDEX_PEOPLE + - "/people a " + + " a " + " JOIN " + TEST_INDEX_DOG + - "/dog d on d.holdersName = a.firstname " + + " d on d.holdersName = a.firstname " + " WHERE " + " (a.age > 10 OR a.balance > 2000)" + " AND d.age > 1"; @@ -95,8 +95,8 @@ public void joinWithNoWhereButWithConditionNL() throws SQLFeatureNotSupportedExc } private void joinWithNoWhereButWithCondition(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select c.gender , h.hname,h.words from %s/gotCharacters c " + - "JOIN %s/gotCharacters h " + + String query = String.format("select c.gender , h.hname,h.words from %s c " + + "JOIN %s h " + "on h.hname = c.house ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); @@ -112,8 +112,8 @@ public void joinWithStarASH() throws SQLFeatureNotSupportedException, IOExceptio } private void joinWithStar(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select * from %s/gotCharacters c " + - "JOIN %s/gotCharacters h " + + String query = String.format("select * from %s c " + + "JOIN %s h " + "on h.hname = c.house ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); @@ -136,8 +136,8 @@ public void joinNoConditionButWithWhereNL() throws SQLFeatureNotSupportedExcepti } private void joinNoConditionButWithWhere(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select c.gender , h.hname,h.words from %s/gotCharacters c " + - "JOIN %s/gotCharacters h " + + String query = String.format("select c.gender , h.hname,h.words from %s c " + + "JOIN %s h " + "where c.name.firstname='Daenerys'",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); @@ -155,8 +155,8 @@ public void joinNoConditionAndNoWhereNL() throws SQLFeatureNotSupportedException } private void joinNoConditionAndNoWhere(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select c.name.firstname,c.parents.father , h.hname,h.words from %s/gotCharacters c " + - "JOIN %s/gotCharacters h ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select c.name.firstname,c.parents.father , h.hname,h.words from %s c " + + "JOIN %s h ",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); Assert.assertEquals(49, hits.length); @@ -175,8 +175,8 @@ public void joinNoConditionAndNoWhereWithTotalLimitNL() throws SQLFeatureNotSupp } private void joinNoConditionAndNoWhereWithTotalLimit(boolean useNestedLoops) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("select c.name.firstname,c.parents.father , h.hname,h.words from %s/gotCharacters c " + - "JOIN %s/gotCharacters h LIMIT 10",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select c.name.firstname,c.parents.father , h.hname,h.words from %s c " + + "JOIN %s h LIMIT 10",TEST_INDEX_GAME_OF_THRONES,TEST_INDEX_GAME_OF_THRONES); if(useNestedLoops) query = query.replace("select","select /*! USE_NL*/ "); SearchHit[] hits = joinAndGetHits(query); Assert.assertEquals(10, hits.length); diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 0c526573..ffd09a54 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -1,17 +1,32 @@ package org.nlpcn.es4sql; +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.json.jackson.JacksonJsonpMapper; +import co.elastic.clients.transport.ElasticsearchTransport; +import co.elastic.clients.transport.TransportOptions; +import co.elastic.clients.transport.Version; +import co.elastic.clients.transport.rest_client.RestClientOptions; +import co.elastic.clients.transport.rest_client.RestClientTransport; +import com.google.common.collect.ImmutableMap; import com.google.common.io.ByteStreams; +import org.apache.http.HttpHost; +import org.apache.http.client.config.RequestConfig; +import org.apache.http.entity.ContentType; +import org.apache.http.message.BasicNameValuePair; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkResponse; -import org.elasticsearch.client.transport.TransportClient; -import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.action.support.DestructiveOperations; +import org.elasticsearch.client.RequestOptions; +import org.elasticsearch.client.RestClient; +import org.elasticsearch.client.RestClientBuilder; +import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.index.reindex.DeleteByQueryAction; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; -import org.elasticsearch.xpack.client.PreBuiltXPackTransportClient; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.runner.RunWith; @@ -19,10 +34,13 @@ import java.io.FileInputStream; import java.net.InetAddress; +import java.net.InetSocketAddress; import java.net.UnknownHostException; +import java.util.function.Consumer; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; +import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT_TEMP; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_DOG; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_GAME_OF_THRONES; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_JOIN_TYPE; @@ -55,18 +73,19 @@ }) public class MainTestSuite { - private static TransportClient client; + private static Client client; private static SearchDao searchDao; @BeforeClass public static void setUp() throws Exception { - Settings settings = Settings.builder().put("client.transport.ignore_cluster_name",true).build(); - client = new PreBuiltXPackTransportClient(settings).addTransportAddress(getTransportAddress()); + client = createElasticsearchClient(); - NodesInfoResponse nodeInfos = client.admin().cluster().prepareNodesInfo().get(); + NodesInfoResponse nodeInfos = client.admin().cluster().prepareNodesInfo().clear().setHttp(true).setOs(true).setProcess(true).setThreadPool(true).setIndices(true).get(); String clusterName = nodeInfos.getClusterName().value(); System.out.println(String.format("Found cluster... cluster name: %s", clusterName)); + client.admin().cluster().prepareUpdateSettings().setTransientSettings(ImmutableMap.of(DestructiveOperations.REQUIRES_NAME_SETTING.getKey(), false)).get(); + // Load test data. loadBulk("src/test/resources/online.json", TEST_INDEX_ONLINE); @@ -112,6 +131,10 @@ public static void setUp() throws Exception { prepareJoinTypeIndex(); loadBulk("src/test/resources/join_objects.json", TEST_INDEX_JOIN_TYPE); + createTestIndex(TEST_INDEX_ACCOUNT_TEMP); + loadBulk("src/test/resources/accounts_temp.json", TEST_INDEX_ACCOUNT_TEMP); + client.admin().indices().prepareRefresh(TEST_INDEX_ACCOUNT_TEMP).get(); + searchDao = new SearchDao(client); //refresh to make sure all the docs will return on queries @@ -126,13 +149,13 @@ private static void createTestIndex(String index) { } private static void deleteTestIndex(String index) { - if(client.admin().indices().prepareExists(index).get().isExists()){ + if(client.admin().cluster().prepareState().execute().actionGet().getState().getMetadata().hasIndex(index)){ client.admin().indices().prepareDelete(index).get(); } } private static void prepareGameOfThronesIndex() { - String dataMapping = "{ \"gotCharacters\": { " + + String dataMapping = "{ " + " \"properties\": {\n" + " \"nickname\": {\n" + "\"type\":\"text\", "+ @@ -156,25 +179,24 @@ private static void prepareGameOfThronesIndex() { "}\n" + "}\n" + "}"+ - "} } }"; - client.admin().indices().preparePutMapping(TEST_INDEX_GAME_OF_THRONES).setType("gotCharacters").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + "} }"; + client.admin().indices().preparePutMapping(TEST_INDEX_GAME_OF_THRONES).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } private static void prepareDogsIndex() { - String dataMapping = "{ \"dog\": {" + + String dataMapping = "{" + " \"properties\": {\n" + " \"dog_name\": {\n" + " \"type\": \"text\",\n" + " \"fielddata\": true\n" + " }"+ " }"+ - " }" + - "}"; - client.admin().indices().preparePutMapping(TEST_INDEX_DOG).setType("dog").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + " }"; + client.admin().indices().preparePutMapping(TEST_INDEX_DOG).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } private static void prepareAccountsIndex() { - String dataMapping = "{ \"account\": {" + + String dataMapping = "{" + " \"properties\": {\n" + " \"gender\": {\n" + " \"type\": \"text\",\n" + @@ -195,27 +217,25 @@ private static void prepareAccountsIndex() { " \"fielddata\": true\n" + " }" + " }"+ - " }" + - "}"; - client.admin().indices().preparePutMapping(TEST_INDEX_ACCOUNT).setType("account").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + " }"; + client.admin().indices().preparePutMapping(TEST_INDEX_ACCOUNT).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } private static void preparePhrasesIndex() { - String dataMapping = "{ \"phrase\": {" + + String dataMapping = "{" + " \"properties\": {\n" + " \"phrase\": {\n" + " \"type\": \"text\",\n" + " \"store\": true\n" + " }" + " }"+ - " }" + - "}"; - client.admin().indices().preparePutMapping(TEST_INDEX_PHRASE).setType("phrase").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + " }"; + client.admin().indices().preparePutMapping(TEST_INDEX_PHRASE).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } private static void prepareNestedTypeIndex() { - String dataMapping = "{ \"nestedType\": {\n" + + String dataMapping = "{\n" + " \"properties\": {\n" + " \"message\": {\n" + " \"type\": \"nested\",\n" + @@ -254,14 +274,13 @@ private static void prepareNestedTypeIndex() { " }\n" + " }\n" + " }\n" + - " }}"; + " }"; - client.admin().indices().preparePutMapping(TEST_INDEX_NESTED_TYPE).setType("nestedType").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + client.admin().indices().preparePutMapping(TEST_INDEX_NESTED_TYPE).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } private static void prepareJoinTypeIndex() { String dataMapping = "{\n" + - " \"joinType\": {\n" + " \"properties\": {\n" + " \"join_field\": {\n" + " \"type\": \"join\",\n" + @@ -285,16 +304,15 @@ private static void prepareJoinTypeIndex() { " \"type\": \"keyword\"\n" + " }\n" + " }\n" + - " }\n" + - "}"; - client.admin().indices().preparePutMapping(TEST_INDEX_JOIN_TYPE).setType("joinType").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + " }\n"; + client.admin().indices().preparePutMapping(TEST_INDEX_JOIN_TYPE).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } @AfterClass public static void tearDown() { System.out.println("teardown process..."); - deleteTestIndex(TEST_INDEX + "*"); + client.admin().indices().prepareDelete(TEST_INDEX + "*").get(); client.close(); } @@ -317,9 +335,6 @@ public static void deleteQuery(String indexName, String typeName) { DeleteByQueryRequestBuilder deleteQueryBuilder = new DeleteByQueryRequestBuilder(client, DeleteByQueryAction.INSTANCE); deleteQueryBuilder.request().indices(indexName); - if (typeName!=null) { - deleteQueryBuilder.request().getSearchRequest().types(typeName); - } deleteQueryBuilder.filter(QueryBuilders.matchAllQuery()); deleteQueryBuilder.get(); System.out.println(String.format("Deleted index %s and type %s", indexName, typeName)); @@ -349,7 +364,6 @@ public static void loadBulk(String jsonPath, String defaultIndex) throws Excepti public static void prepareSpatialIndex(String index, String type){ String dataMapping = "{\n" + - "\t\""+type+"\" :{\n" + "\t\t\"properties\":{\n" + "\t\t\t\"place\":{\n" + "\t\t\t\t\"type\":\"geo_shape\",\n" + @@ -363,15 +377,13 @@ public static void prepareSpatialIndex(String index, String type){ "\t\t\t\t\"type\":\"text\"\n" + "\t\t\t}\n" + "\t\t}\n" + - "\t}\n" + - "}"; + "\t}\n"; - client.admin().indices().preparePutMapping(index).setType(type).setSource(dataMapping, XContentType.JSON).execute().actionGet(); + client.admin().indices().preparePutMapping(index).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } public static void prepareOdbcIndex(){ String dataMapping = "{\n" + - "\t\"odbc\" :{\n" + "\t\t\"properties\":{\n" + "\t\t\t\"odbc_time\":{\n" + "\t\t\t\t\"type\":\"date\",\n" + @@ -381,35 +393,77 @@ public static void prepareOdbcIndex(){ "\t\t\t\t\"type\":\"text\"\n" + "\t\t\t}\n" + "\t\t}\n" + - "\t}\n" + - "}"; + "\t}\n"; - client.admin().indices().preparePutMapping(TEST_INDEX_ODBC).setType("odbc").setSource(dataMapping, XContentType.JSON).execute().actionGet(); + client.admin().indices().preparePutMapping(TEST_INDEX_ODBC).setSource(dataMapping, XContentType.JSON).execute().actionGet(); } public static SearchDao getSearchDao() { return searchDao; } - public static TransportClient getClient() { - return client; - } + public static Client getClient() { + return client; + } + + public static Client createElasticsearchClient() throws UnknownHostException { + return new ElasticsearchRestClient(new ElasticsearchClient(getElasticsearchTransport(getRestClient()))); + } - protected static TransportAddress getTransportAddress() throws UnknownHostException { - String host = System.getenv("ES_TEST_HOST"); - String port = System.getenv("ES_TEST_PORT"); + private static RestClient getRestClient() throws UnknownHostException { + InetSocketAddress address = getTransportAddress().address(); + String hostPort = String.format("http://%s:%s", address.getHostString(), address.getPort()); - if(host == null) { - host = "localhost"; - System.out.println("ES_TEST_HOST enviroment variable does not exist. choose default 'localhost'"); - } + RestClientBuilder builder = RestClient.builder(HttpHost.create(hostPort)); + builder.setHttpClientConfigCallback(clientBuilder -> { + RequestConfig.Builder requestConfigBuilder = RequestConfig.custom(); + requestConfigBuilder.setConnectTimeout(10 * 1000); - if(port == null) { - port = "9300"; - System.out.println("ES_TEST_PORT enviroment variable does not exist. choose default '9300'"); - } + int socketTimeout = 90 * 1000; + requestConfigBuilder.setSocketTimeout(socketTimeout); + requestConfigBuilder.setConnectionRequestTimeout(socketTimeout); + clientBuilder.setDefaultRequestConfig(requestConfigBuilder.build()); - System.out.println(String.format("Connection details: host: %s. port:%s.", host, port)); - return new TransportAddress(InetAddress.getByName(host), Integer.parseInt(port)); - } + return clientBuilder; + }); + return builder.build(); + } + + private static TransportAddress getTransportAddress() throws UnknownHostException { + String host = System.getenv("ES_TEST_HOST"); + String port = System.getenv("ES_TEST_PORT"); + + if (host == null) { + host = "localhost"; + System.out.println("ES_TEST_HOST enviroment variable does not exist. choose default 'localhost'"); + } + + if (port == null) { + port = "9200"; + System.out.println("ES_TEST_PORT enviroment variable does not exist. choose default '9200'"); + } + + System.out.println(String.format("Connection details: host: %s. port:%s.", host, port)); + return new TransportAddress(InetAddress.getByName(host), Integer.parseInt(port)); + } + + private static ElasticsearchTransport getElasticsearchTransport(RestClient restClient) { + TransportOptions.Builder transportOptionsBuilder = new RestClientOptions(RequestOptions.DEFAULT).toBuilder(); + + ContentType jsonContentType = Version.VERSION == null ? ContentType.APPLICATION_JSON + : ContentType.create("application/vnd.elasticsearch+json", + new BasicNameValuePair("compatible-with", String.valueOf(Version.VERSION.major()))); + + Consumer setHeaderIfNotPresent = header -> { + if (transportOptionsBuilder.build().headers().stream().noneMatch((h) -> h.getKey().equalsIgnoreCase(header))) { + transportOptionsBuilder.addHeader(header, jsonContentType.toString()); + } + }; + + setHeaderIfNotPresent.accept("Content-Type"); + setHeaderIfNotPresent.accept("Accept"); + + TransportOptions transportOptionsWithHeader = transportOptionsBuilder.build(); + return new RestClientTransport(restClient, new JacksonJsonpMapper(), transportOptionsWithHeader); + } } diff --git a/src/test/java/org/nlpcn/es4sql/MethodQueryTest.java b/src/test/java/org/nlpcn/es4sql/MethodQueryTest.java index e456add5..4e946bcf 100644 --- a/src/test/java/org/nlpcn/es4sql/MethodQueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/MethodQueryTest.java @@ -1,6 +1,5 @@ package org.nlpcn.es4sql; -import org.elasticsearch.action.search.SearchRequestBuilder; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticSearchRequestBuilder; diff --git a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java index c086617b..6704d571 100644 --- a/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java +++ b/src/test/java/org/nlpcn/es4sql/MultiQueryTests.java @@ -28,7 +28,7 @@ public class MultiQueryTests { private static String MINUS_TERMS_OPTIMIZATION_HINT = " /*! MINUS_USE_TERMS_OPTIMIZATION(true)*/ "; @Test public void unionAllSameRequestOnlyOneRecordTwice() throws SQLFeatureNotSupportedException, IOException, SqlParseException { - String query = String.format("SELECT firstname FROM %s/account WHERE firstname = 'Amber' limit 1 union all SELECT firstname FROM %s/account WHERE firstname = 'Amber'",TEST_INDEX_ACCOUNT,TEST_INDEX_ACCOUNT); + String query = String.format("SELECT firstname FROM %s WHERE firstname = 'Amber' limit 1 union all SELECT firstname FROM %s WHERE firstname = 'Amber'",TEST_INDEX_ACCOUNT,TEST_INDEX_ACCOUNT); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals(2,searchHits.length); for(SearchHit hit : searchHits) { @@ -39,9 +39,9 @@ public void unionAllSameRequestOnlyOneRecordTwice() throws SQLFeatureNotSupporte @Test public void unionAllOnlyOneRecordEachWithAlias() throws SQLFeatureNotSupportedException, IOException, SqlParseException { - String query = String.format("SELECT firstname FROM %s/account WHERE firstname = 'Amber' " + + String query = String.format("SELECT firstname FROM %s WHERE firstname = 'Amber' " + "union all " + - "SELECT dog_name as firstname FROM %s/dog WHERE dog_name = 'rex'",TEST_INDEX_ACCOUNT,TEST_INDEX_DOG); + "SELECT dog_name as firstname FROM %s WHERE dog_name = 'rex'",TEST_INDEX_ACCOUNT,TEST_INDEX_DOG); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals(2,searchHits.length); Set names = new HashSet<>(); @@ -55,9 +55,9 @@ public void unionAllOnlyOneRecordEachWithAlias() throws SQLFeatureNotSupportedEx @Test public void unionAllOnlyOneRecordEachWithComplexAlias() throws SQLFeatureNotSupportedException, IOException, SqlParseException { - String query = String.format("SELECT firstname FROM %s/account WHERE firstname = 'Amber' " + + String query = String.format("SELECT firstname FROM %s WHERE firstname = 'Amber' " + "union all " + - "SELECT name.firstname as firstname FROM %s/gotCharacters WHERE name.firstname = 'Daenerys'",TEST_INDEX_ACCOUNT,TEST_INDEX_GAME_OF_THRONES); + "SELECT name.firstname as firstname FROM %s WHERE name.firstname = 'Daenerys'",TEST_INDEX_ACCOUNT,TEST_INDEX_GAME_OF_THRONES); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals(2,searchHits.length); Set names = new HashSet<>(); @@ -87,9 +87,9 @@ public void minusAMinusANoAliasWithScrollingAndTerms() throws SQLFeatureNotSuppo private void innerMinusAMinusANoAlias(String hint) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("SELECT "+hint+" pk FROM %s/systems WHERE system_name = 'A' " + + String query = String.format("SELECT "+hint+" pk FROM %s WHERE system_name = 'A' " + "minus " + - "SELECT pk FROM %s/systems WHERE system_name = 'A' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT pk FROM %s WHERE system_name = 'A' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("no hits should be return", 0, searchHits.length); } @@ -111,9 +111,9 @@ public void minusAMinusBNoAliasWithScrollingAndTerms () throws SQLFeatureNotSupp private void innerMinus_AMinusBNoAlias(String hint) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("SELECT "+hint+" pk FROM %s/systems WHERE system_name = 'A' " + + String query = String.format("SELECT "+hint+" pk FROM %s WHERE system_name = 'A' " + "minus " + - "SELECT pk FROM %s/systems WHERE system_name = 'B' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT pk FROM %s WHERE system_name = 'B' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("not exactly one hit returned", 1, searchHits.length); Map sourceAsMap = searchHits[0].getSourceAsMap(); @@ -136,9 +136,9 @@ public void minusCMinusDTwoFieldsNoAliasWithScrolling() throws SQLFeatureNotSupp private void innerMinus_CMinusDTwoFieldsNoAlias(String hint) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("SELECT " + hint + " pk , letter FROM %s/systems WHERE system_name = 'C' " + + String query = String.format("SELECT " + hint + " pk , letter FROM %s WHERE system_name = 'C' " + "minus " + - "SELECT pk , letter FROM %s/systems WHERE system_name = 'D' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT pk , letter FROM %s WHERE system_name = 'D' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("not exactly one hit returned", 1, searchHits.length); Map sourceAsMap = searchHits[0].getSourceAsMap(); @@ -151,9 +151,9 @@ private void innerMinus_CMinusDTwoFieldsNoAlias(String hint) throws SqlParseExce @Test public void minusCMinusDTwoFieldsAliasOnBothSecondTableFields() throws SQLFeatureNotSupportedException, IOException, SqlParseException { - String query = String.format("SELECT pk , letter FROM %s/systems WHERE system_name = 'C' " + + String query = String.format("SELECT pk , letter FROM %s WHERE system_name = 'C' " + "minus " + - "SELECT myId as pk , myLetter as letter FROM %s/systems WHERE system_name = 'E' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT myId as pk , myLetter as letter FROM %s WHERE system_name = 'E' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("not exactly one hit returned",1,searchHits.length); Map sourceAsMap = searchHits[0].getSourceAsMap(); @@ -192,9 +192,9 @@ private void innerMinus_CMinusDTwoFieldsAliasOnBothTables(String hint) throws Sq @Test public void minusCMinusCTwoFields_OneAlias() throws SQLFeatureNotSupportedException, IOException, SqlParseException { - String query = String.format("SELECT pk as myId , letter FROM %s/systems WHERE system_name = 'C' " + + String query = String.format("SELECT pk as myId , letter FROM %s WHERE system_name = 'C' " + "minus " + - "SELECT pk as myId , letter FROM %s/systems WHERE system_name = 'C' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT pk as myId , letter FROM %s WHERE system_name = 'C' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("no hits should be returned", 0, searchHits.length); } @@ -225,9 +225,9 @@ public void minusCMinusTNoExistsOneFieldWithScrollingAndOptimization() throws SQ private void innerMinus_CMinusTNoExistsOneField(String hint) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("SELECT "+hint+" letter FROM %s/systems WHERE system_name = 'C' " + + String query = String.format("SELECT "+hint+" letter FROM %s WHERE system_name = 'C' " + "minus " + - "SELECT letter FROM %s/systems WHERE system_name = 'T' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT letter FROM %s WHERE system_name = 'T' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("all hits should be returned", 3, searchHits.length); } @@ -249,9 +249,9 @@ public void minusTMinusCNoExistsFirstQueryWithScrollingAndOptimization() throws private void innerMinus_TMinusCNoExistsFirstQuery(String hint) throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("SELECT "+hint+" letter FROM %s/systems WHERE system_name = 'T' " + + String query = String.format("SELECT "+hint+" letter FROM %s WHERE system_name = 'T' " + "minus " + - "SELECT letter FROM %s/systems WHERE system_name = 'C' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); + "SELECT letter FROM %s WHERE system_name = 'C' ",TEST_INDEX_SYSTEM,TEST_INDEX_SYSTEM); SearchHit[] searchHits = executeAndGetHits(query); Assert.assertEquals("not hits should be returned", 0, searchHits.length); } diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index 4b56da6d..9b4fd84d 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -1,14 +1,12 @@ package org.nlpcn.es4sql; +import co.elastic.clients.elasticsearch._types.ElasticsearchException; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.index.IndexNotFoundException; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; -import org.joda.time.DateTime; -import org.joda.time.format.DateTimeFormat; -import org.joda.time.format.DateTimeFormatter; import org.junit.Assert; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -17,6 +15,9 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; import java.text.ParseException; +import java.time.LocalDateTime; +import java.time.format.DateTimeFormatter; +import java.time.temporal.TemporalAccessor; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; @@ -52,14 +53,14 @@ public class QueryTest { @Test public void searchTypeTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/phrase LIMIT 1000", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT * FROM %s LIMIT 1000", TEST_INDEX_PHRASE)); Assert.assertEquals(6, response.getTotalHits().value); } @Test public void multipleFromTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/phrase, %s/account LIMIT 2000", TEST_INDEX_PHRASE, TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s, %s LIMIT 2000", TEST_INDEX_PHRASE, TEST_INDEX_ACCOUNT)); Assert.assertEquals(1006, response.getTotalHits().value); } @@ -75,7 +76,7 @@ public void selectSpecificFields() throws IOException, SqlParseException, SQLFea String[] arr = new String[] {"age", "account_number"}; Set expectedSource = new HashSet(Arrays.asList(arr)); - SearchHits response = query(String.format("SELECT age, account_number FROM %s/account", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT age, account_number FROM %s", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Assert.assertEquals(expectedSource, hit.getSourceAsMap().keySet()); @@ -87,7 +88,7 @@ public void selectFieldWithSpace() throws IOException, SqlParseException, SQLFea String[] arr = new String[] {"test field"}; Set expectedSource = new HashSet(Arrays.asList(arr)); - SearchHits response = query(String.format("SELECT ['test field'] FROM %s/phrase where ['test field'] is not null", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT ['test field'] FROM %s where ['test field'] is not null", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Assert.assertEquals(expectedSource, hit.getSourceAsMap().keySet()); @@ -102,7 +103,7 @@ public void selectAliases() throws IOException, SqlParseException, SQLFeatureNot String[] arr = new String[] {"myage", "myaccount_number"}; Set expectedSource = new HashSet(Arrays.asList(arr)); - SearchHits response = query(String.format("SELECT age AS myage, account_number AS myaccount_number FROM %s/account", TEST_INDEX)); + SearchHits response = query(String.format("SELECT age AS myage, account_number AS myaccount_number FROM %s", TEST_INDEX)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Assert.assertEquals(expectedSource, hit.getSource().keySet()); @@ -113,7 +114,7 @@ public void selectAliases() throws IOException, SqlParseException, SQLFeatureNot @Test public void equallityTest() throws SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("select * from %s/account where city = 'Nogal' LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("select * from %s where city = 'Nogal' LIMIT 1000", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. @@ -126,7 +127,7 @@ public void equallityTest() throws SqlParseException, SQLFeatureNotSupportedExce // in some cases, depends on the analasis, we might want choose better behavior for equallity. @Test public void equallityTest_phrase() throws SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT * FROM %s/phrase WHERE phrase = 'quick fox here' LIMIT 1000", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE phrase = 'quick fox here' LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. @@ -199,7 +200,7 @@ public void lessThanOrEqualTest() throws IOException, SqlParseException, SQLFeat @Test public void orTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT * FROM %s/account WHERE gender='F' OR gender='M' LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE gender='F' OR gender='M' LIMIT 1000", TEST_INDEX_ACCOUNT)); // Assert all documents from accounts.json is returned. Assert.assertEquals(1000, response.getTotalHits().value); } @@ -228,7 +229,7 @@ public void likeTest() throws IOException, SqlParseException, SQLFeatureNotSuppo @Test public void notLikeTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT * FROM %s/account WHERE firstname NOT LIKE 'amb%%'", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE firstname NOT LIKE 'amb%%'", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); // assert we got hits @@ -240,7 +241,7 @@ public void notLikeTest() throws IOException, SqlParseException, SQLFeatureNotSu @Test public void regexpQueryTest() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000)", TEST_INDEX_DOG); + String query = String.format("select * from %s where dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000)", TEST_INDEX_DOG); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1, hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -251,23 +252,23 @@ public void regexpQueryTest() throws SqlParseException, SQLFeatureNotSupportedEx @Test public void doubleNotTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response1 = query(String.format("SELECT * FROM %s/account WHERE not gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); + SearchHits response1 = query(String.format("SELECT * FROM %s WHERE not gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); Assert.assertEquals(0, response1.getTotalHits().value); - SearchHits response2 = query(String.format("SELECT * FROM %s/account WHERE not gender like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); + SearchHits response2 = query(String.format("SELECT * FROM %s WHERE not gender like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); Assert.assertEquals(0, response2.getTotalHits().value); - SearchHits response3 = query(String.format("SELECT * FROM %s/account WHERE gender not like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); + SearchHits response3 = query(String.format("SELECT * FROM %s WHERE gender not like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); Assert.assertEquals(0, response3.getTotalHits().value); - SearchHits response4 = query(String.format("SELECT * FROM %s/account WHERE gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); + SearchHits response4 = query(String.format("SELECT * FROM %s WHERE gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); // assert there are results and they all have gender 'm' Assert.assertNotEquals(0, response4.getTotalHits().value); for (SearchHit hit : response4.getHits()) { Assert.assertEquals("m", hit.getSourceAsMap().get("gender").toString().toLowerCase()); } - SearchHits response5 = query(String.format("SELECT * FROM %s/account WHERE NOT (gender = 'm' OR gender = 'f')", TEST_INDEX_ACCOUNT)); + SearchHits response5 = query(String.format("SELECT * FROM %s WHERE NOT (gender = 'm' OR gender = 'f')", TEST_INDEX_ACCOUNT)); Assert.assertEquals(0, response5.getTotalHits().value); } @@ -318,7 +319,7 @@ public void notBetweenTest() throws IOException, SqlParseException, SQLFeatureNo @Test public void inTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT age FROM %s/phrase WHERE age IN (20, 22) LIMIT 1000", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT age FROM %s WHERE age IN (20, 22) LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { int age = (int) hit.getSourceAsMap().get("age"); @@ -329,7 +330,7 @@ public void inTest() throws IOException, SqlParseException, SQLFeatureNotSupport @Test public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT phrase FROM %s/phrase WHERE phrase IN ('quick fox here', 'fox brown') LIMIT 1000", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT phrase FROM %s WHERE phrase IN ('quick fox here', 'fox brown') LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { @@ -340,7 +341,7 @@ public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatur @Test public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = IN_TERMS(daenerys,eddard) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = IN_TERMS(daenerys,eddard) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { @@ -350,7 +351,7 @@ public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, Sql } @Test public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(2, response.getTotalHits().value); for(SearchHit hit : hits) { @@ -361,7 +362,7 @@ public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLF @Test public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; @@ -372,7 +373,7 @@ public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLF @Test public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.ofHisName = term(4) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.ofHisName = term(4) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; @@ -382,7 +383,7 @@ public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeat @Test public void termQueryWithStringIdentifier() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = term(brandon) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = term(brandon) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; @@ -392,7 +393,7 @@ public void termQueryWithStringIdentifier() throws IOException, SqlParseExceptio @Test public void termQueryWithStringLiteral() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT name FROM %s/gotCharacters WHERE name.firstname = term('brandon') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = term('brandon') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); Assert.assertEquals(1, response.getTotalHits().value); SearchHit hit = hits[0]; @@ -422,56 +423,56 @@ public void notInTest() throws IOException, SqlParseException, SQLFeatureNotSupp @Test public void dateSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException, ParseException { - DateTimeFormatter formatter = DateTimeFormat.forPattern(DATE_FORMAT); - DateTime dateToCompare = new DateTime(2014, 8, 18, 0, 0, 0); + DateTimeFormatter formatter = DateTimeFormatter.ofPattern(DATE_FORMAT); + LocalDateTime dateToCompare = LocalDateTime.of(2014, 8, 18, 0, 0, 0); - SearchHits response = query(String.format("SELECT insert_time FROM %s/online WHERE insert_time < '2014-08-18'", TEST_INDEX_ONLINE)); + SearchHits response = query(String.format("SELECT insert_time FROM %s WHERE insert_time < '2014-08-18'", TEST_INDEX_ONLINE)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Map source = hit.getSourceAsMap(); - DateTime insertTime = formatter.parseDateTime((String) source.get("insert_time")); + TemporalAccessor insertTime = formatter.parse((String) source.get("insert_time")); String errorMessage = String.format("insert_time must be smaller then 2014-08-18. found: %s", insertTime); - Assert.assertTrue(errorMessage, insertTime.isBefore(dateToCompare)); + Assert.assertTrue(errorMessage, LocalDateTime.from(insertTime).isBefore(dateToCompare)); } } @Test public void dateSearchBraces() throws IOException, SqlParseException, SQLFeatureNotSupportedException, ParseException { - DateTimeFormatter formatter = DateTimeFormat.forPattern(TS_DATE_FORMAT); - DateTime dateToCompare = new DateTime(2015, 3, 15, 0, 0, 0); + DateTimeFormatter formatter = DateTimeFormatter.ofPattern(TS_DATE_FORMAT); + LocalDateTime dateToCompare = LocalDateTime.of(2015, 3, 15, 0, 0, 0); - SearchHits response = query(String.format("SELECT odbc_time FROM %s/odbc WHERE odbc_time < {ts '2015-03-15 00:00:00.000'}", TEST_INDEX_ODBC)); + SearchHits response = query(String.format("SELECT odbc_time FROM %s WHERE odbc_time < {ts '2015-03-15 00:00:00.000'}", TEST_INDEX_ODBC)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Map source = hit.getSourceAsMap(); String insertTimeStr = (String) source.get("odbc_time"); insertTimeStr = insertTimeStr.replace("{ts '", "").replace("'}", ""); - DateTime insertTime = formatter.parseDateTime(insertTimeStr); + TemporalAccessor insertTime = formatter.parse(insertTimeStr); String errorMessage = String.format("insert_time must be smaller then 2015-03-15. found: %s", insertTime); - Assert.assertTrue(errorMessage, insertTime.isBefore(dateToCompare)); + Assert.assertTrue(errorMessage, LocalDateTime.from(insertTime).isBefore(dateToCompare)); } } @Test public void dateBetweenSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - DateTimeFormatter formatter = DateTimeFormat.forPattern(DATE_FORMAT); + DateTimeFormatter formatter = DateTimeFormatter.ofPattern(DATE_FORMAT); - DateTime dateLimit1 = new DateTime(2014, 8, 18, 0, 0, 0); - DateTime dateLimit2 = new DateTime(2014, 8, 21, 0, 0, 0); + LocalDateTime dateLimit1 = LocalDateTime.of(2014, 8, 18, 0, 0, 0); + LocalDateTime dateLimit2 = LocalDateTime.of(2014, 8, 21, 0, 0, 0); - SearchHits response = query(String.format("SELECT insert_time FROM %s/online WHERE insert_time BETWEEN '2014-08-18' AND '2014-08-21' LIMIT 3", TEST_INDEX_ONLINE)); + SearchHits response = query(String.format("SELECT insert_time FROM %s WHERE insert_time BETWEEN '2014-08-18' AND '2014-08-21' LIMIT 3", TEST_INDEX_ONLINE)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { Map source = hit.getSourceAsMap(); - DateTime insertTime = formatter.parseDateTime((String) source.get("insert_time")); + LocalDateTime insertTime = LocalDateTime.from(formatter.parse((String) source.get("insert_time"))); boolean isBetween = - (insertTime.isAfter(dateLimit1) || insertTime.isEqual(dateLimit1)) && - (insertTime.isBefore(dateLimit2) || insertTime.isEqual(dateLimit2)); + (insertTime.isAfter(dateLimit1) || insertTime.equals(dateLimit1)) && + (insertTime.isBefore(dateLimit2) || insertTime.equals(dateLimit2)); Assert.assertTrue("insert_time must be between 2014-08-18 and 2014-08-21", isBetween); } @@ -480,7 +481,7 @@ public void dateBetweenSearch() throws IOException, SqlParseException, SQLFeatur @Test public void missFilterSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/phrase WHERE insert_time2 IS missing", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE insert_time2 IS missing", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); // should be 2 according to the data. @@ -492,7 +493,7 @@ public void missFilterSearch() throws IOException, SqlParseException, SQLFeature @Test public void notMissFilterSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/phrase WHERE insert_time2 IS NOT missing", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE insert_time2 IS NOT missing", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); // should be 2 according to the data. @@ -508,7 +509,7 @@ public void notMissFilterSearch() throws IOException, SqlParseException, SQLFeat public void complexConditionQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ String errorMessage = "Result does not exist to the condition (gender='m' AND (age> 25 OR account_number>5)) OR (gender='f' AND (age>30 OR account_number < 8)"; - SearchHits response = query(String.format("SELECT * FROM %s/account WHERE (gender='m' AND (age> 25 OR account_number>5)) OR (gender='f' AND (age>30 OR account_number < 8))", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE (gender='m' AND (age> 25 OR account_number>5)) OR (gender='f' AND (age>30 OR account_number < 8))", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { @@ -525,7 +526,7 @@ public void complexConditionQuery() throws IOException, SqlParseException, SQLFe public void complexNotConditionQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException { String errorMessage = "Result does not exist to the condition NOT (gender='m' AND NOT (age > 25 OR account_number > 5)) OR (NOT gender='f' AND NOT (age > 30 OR account_number < 8))"; - SearchHits response = query(String.format("SELECT * FROM %s/account WHERE NOT (gender='m' AND NOT (age > 25 OR account_number > 5)) OR (NOT gender='f' AND NOT (age > 30 OR account_number < 8))", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE NOT (gender='m' AND NOT (age > 25 OR account_number > 5)) OR (NOT gender='f' AND NOT (age > 30 OR account_number < 8))", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); Assert.assertNotEquals(hits.length, 0); @@ -542,7 +543,7 @@ public void complexNotConditionQuery() throws IOException, SqlParseException, SQ @Test public void orderByAscTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT age FROM %s/account ORDER BY age ASC LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT age FROM %s ORDER BY age ASC LIMIT 1000", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); ArrayList ages = new ArrayList(); @@ -558,7 +559,7 @@ public void orderByAscTest() throws IOException, SqlParseException, SQLFeatureNo @Test public void orderByDescTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT age FROM %s/account ORDER BY age DESC LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT age FROM %s ORDER BY age DESC LIMIT 1000", TEST_INDEX_ACCOUNT)); SearchHit[] hits = response.getHits(); ArrayList ages = new ArrayList(); @@ -574,7 +575,7 @@ public void orderByDescTest() throws IOException, SqlParseException, SQLFeatureN @Test public void orderByAscFieldWithSpaceTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT * FROM %s/phrase where `test field` is not null ORDER BY `test field` ASC LIMIT 1000", TEST_INDEX_PHRASE)); + SearchHits response = query(String.format("SELECT * FROM %s where `test field` is not null ORDER BY `test field` ASC LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); ArrayList testFields = new ArrayList(); @@ -589,25 +590,25 @@ public void orderByAscFieldWithSpaceTest() throws IOException, SqlParseException @Test public void testMultipartWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/account WHERE (firstname LIKE 'opal' OR firstname like 'rodriquez') AND (state like 'oh' OR state like 'hi')", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s WHERE (firstname LIKE 'opal' OR firstname like 'rodriquez') AND (state like 'oh' OR state like 'hi')", TEST_INDEX_ACCOUNT)); Assert.assertEquals(2, response.getTotalHits().value); } @Test public void testMultipartWhere2() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/account where ((account_number > 200 and account_number < 300) or gender like 'm') and (state like 'hi' or address like 'avenue')", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s where ((account_number > 200 and account_number < 300) or gender like 'm') and (state like 'hi' or address like 'avenue')", TEST_INDEX_ACCOUNT)); Assert.assertEquals(127, response.getTotalHits().value); } @Test public void testMultipartWhere3() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/account where ((account_number > 25 and account_number < 75) and age >35 ) and (state like 'md' or (address like 'avenue' or address like 'street'))", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT * FROM %s where ((account_number > 25 and account_number < 75) and age >35 ) and (state like 'md' or (address like 'avenue' or address like 'street'))", TEST_INDEX_ACCOUNT)); Assert.assertEquals(7, response.getTotalHits().value); } @Test public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { - SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))')", TEST_INDEX_LOCATION)); + SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))')", TEST_INDEX_LOCATION)); org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("bigSquare",result.getSourceAsMap().get("description")); @@ -615,14 +616,14 @@ public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParse @Test public void boundingBox() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { - SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_BOUNDING_BOX(center,100.0,1.0,101,0.0)", TEST_INDEX_LOCATION)); + SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_BOUNDING_BOX(center,100.0,1.0,101,0.0)", TEST_INDEX_LOCATION)); org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @Test public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { - SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_DISTANCE(center,'1km',100.5,0.500001)", TEST_INDEX_LOCATION)); + SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_DISTANCE(center,'1km',100.5,0.500001)", TEST_INDEX_LOCATION)); org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); @@ -648,7 +649,7 @@ public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseExcept @Test public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { - SearchHits results = query(String.format("SELECT * FROM %s/location WHERE GEO_POLYGON(center,100,0,100.5,2,101.0,0)", TEST_INDEX_LOCATION)); + SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_POLYGON(center,100,0,100.5,2,101.0,0)", TEST_INDEX_LOCATION)); org.junit.Assert.assertEquals(1,results.getTotalHits().value); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); @@ -656,19 +657,19 @@ public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseExcepti @Test public void escapedCharactersCheck() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where nickname = 'Daenerys \"Stormborn\"' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT * FROM %s where nickname = 'Daenerys \"Stormborn\"' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexObjectSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where name.firstname = 'Jaime' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT * FROM %s where name.firstname = 'Jaime' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexObjectReutrnField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT parents.father FROM %s/gotCharacters where name.firstname = 'Brandon' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT parents.father FROM %s where name.firstname = 'Brandon' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); Assert.assertEquals(1, response.getTotalHits().value); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Eddard",((HashMap)sourceAsMap.get("parents")).get("father")); @@ -676,7 +677,7 @@ public void complexObjectReutrnField() throws IOException, SqlParseException, SQ @Test public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/gotCharacters where @wolf = 'Summer' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); + SearchHits response = query(String.format("SELECT * FROM %s where @wolf = 'Summer' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); Assert.assertEquals(1, response.getTotalHits().value); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Summer",sourceAsMap.get("@wolf")); @@ -686,7 +687,7 @@ public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQL @Test public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ //cant use string.format cause of %d - SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where name.firstname not like '%d' and name is not null LIMIT 1000"); + SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where name.firstname not like '%d' and name is not null LIMIT 1000"); Assert.assertEquals(3, response.getTotalHits().value); for(SearchHit hit : response.getHits()) { Map sourceAsMap = hit.getSourceAsMap(); @@ -697,20 +698,20 @@ public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotS @Test public void isNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where nickname IS NULL LIMIT 1000"); + SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where nickname IS NULL LIMIT 1000"); Assert.assertEquals(6, response.getTotalHits().value); } @Test public void isNotNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + "/gotCharacters where nickname IS NOT NULL LIMIT 1000"); + SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where nickname IS NOT NULL LIMIT 1000"); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void useScrollNoParams() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL*/ age,gender,firstname,balance FROM %s/account LIMIT 2000", TEST_INDEX_ACCOUNT)); + SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL*/ age,gender,firstname,balance FROM %s LIMIT 2000", TEST_INDEX_ACCOUNT)); Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); //default is 50 , es5.0 functionality now returns docs on first scroll @@ -720,7 +721,7 @@ public void useScrollNoParams() throws IOException, SqlParseException, SQLFeatur @Test public void useScrollWithParams() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL(10,5000)*/ age,gender,firstname,balance FROM %s/account ", TEST_INDEX_ACCOUNT)); + SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL(10,5000)*/ age,gender,firstname,balance FROM %s", TEST_INDEX_ACCOUNT)); Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(10,hits.getHits().length); @@ -730,7 +731,7 @@ public void useScrollWithParams() throws IOException, SqlParseException, SQLFeat @Test public void useScrollWithOrderByAndParams() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL(5,50000)*/ age,gender,firstname,balance FROM %s/account order by age", TEST_INDEX_ACCOUNT)); + SearchResponse response = getSearchResponse(String.format("SELECT /*! USE_SCROLL(5,50000)*/ age,gender,firstname,balance FROM %s order by age", TEST_INDEX_ACCOUNT)); Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(5,hits.getHits().length); @@ -742,7 +743,7 @@ public void useScrollWithOrderByAndParams() throws IOException, SqlParseExceptio @Test public void innerQueryTest() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where holdersName IN (select firstname from %s/account where firstname = 'Hattie')",TEST_INDEX_DOG,TEST_INDEX_ACCOUNT); + String query = String.format("select * from %s where holdersName IN (select firstname from %s where firstname = 'Hattie')",TEST_INDEX_DOG,TEST_INDEX_ACCOUNT); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -754,7 +755,7 @@ public void innerQueryTest() throws SqlParseException, SQLFeatureNotSupportedExc @Test public void twoSubQueriesTest() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where holdersName IN (select firstname from %s/account where firstname = 'Hattie') and age IN (select name.ofHisName from %s/gotCharacters where name.firstname <> 'Daenerys' and name.ofHisName IS NOT NULL) ",TEST_INDEX_DOG,TEST_INDEX_ACCOUNT,TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select * from %s where holdersName IN (select firstname from %s where firstname = 'Hattie') and age IN (select name.ofHisName from %s where name.firstname <> 'Daenerys' and name.ofHisName IS NOT NULL) ",TEST_INDEX_DOG,TEST_INDEX_ACCOUNT,TEST_INDEX_GAME_OF_THRONES); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -766,7 +767,7 @@ public void twoSubQueriesTest() throws SqlParseException, SQLFeatureNotSupported @Test public void inTermsSubQueryTest() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where age = IN_TERMS (select name.ofHisName from %s/gotCharacters where name.firstname <> 'Daenerys' and name.ofHisName is not null)",TEST_INDEX_DOG,TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select * from %s where age = IN_TERMS (select name.ofHisName from %s where name.firstname <> 'Daenerys' and name.ofHisName is not null)",TEST_INDEX_DOG,TEST_INDEX_GAME_OF_THRONES); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -778,7 +779,7 @@ public void inTermsSubQueryTest() throws SqlParseException, SQLFeatureNotSupport @Test public void idsQueryOneId() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where _id = IDS_QUERY(dog,1)",TEST_INDEX_DOG); + String query = String.format("select * from %s where _id = IDS_QUERY(1)",TEST_INDEX_DOG); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -790,7 +791,7 @@ public void idsQueryOneId() throws SqlParseException, SQLFeatureNotSupportedExce @Test public void idsQueryMultipleId() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where _id = IDS_QUERY(dog,1,2,3)",TEST_INDEX_DOG); + String query = String.format("select * from %s where _id = IDS_QUERY(1,2,3)",TEST_INDEX_DOG); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -802,7 +803,7 @@ public void idsQueryMultipleId() throws SqlParseException, SQLFeatureNotSupporte @Test public void idsQuerySubQueryIds() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select * from %s/dog where _id = IDS_QUERY(dog,(select name.ofHisName from %s/gotCharacters where name.firstname <> 'Daenerys' and name.ofHisName is not null))",TEST_INDEX_DOG,TEST_INDEX_GAME_OF_THRONES); + String query = String.format("select * from %s where _id = IDS_QUERY((select name.ofHisName from %s where name.firstname <> 'Daenerys' and name.ofHisName is not null))",TEST_INDEX_DOG,TEST_INDEX_GAME_OF_THRONES); SearchHit[] hits = query(query).getHits(); Assert.assertEquals(1,hits.length); Map hitAsMap = hits[0].getSourceAsMap(); @@ -814,13 +815,13 @@ public void idsQuerySubQueryIds() throws SqlParseException, SQLFeatureNotSupport @Test public void nestedEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info)='b'", TEST_INDEX_NESTED_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info)='b'", TEST_INDEX_NESTED_TYPE)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info) = 'a'", TEST_INDEX_NESTED_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info) = 'a'", TEST_INDEX_NESTED_TYPE)); Assert.assertEquals(2, response.getTotalHits().value); } @@ -832,49 +833,49 @@ public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseExce @Test public void complexNestedQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested('message',message.info = 'a' and message.author ='i' ) ", TEST_INDEX_NESTED_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where nested('message',message.info = 'a' and message.author ='i' ) ", TEST_INDEX_NESTED_TYPE)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexNestedQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested('message',message.info = 'a' and message.author ='h' ) ", TEST_INDEX_NESTED_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where nested('message',message.info = 'a' and message.author ='h' ) ", TEST_INDEX_NESTED_TYPE)); Assert.assertEquals(0, response.getTotalHits().value); } @Test public void nestedOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/nestedType where nested(message.info) = IN_TERMS(a,b)", TEST_INDEX_NESTED_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info) = IN_TERMS(a,b)", TEST_INDEX_NESTED_TYPE)); Assert.assertEquals(3, response.getTotalHits().value); } @Test public void childrenEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info)='b'", TEST_INDEX_JOIN_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info)='b'", TEST_INDEX_JOIN_TYPE)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void childrenOnInQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info) in ('a','b')", TEST_INDEX_JOIN_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info) in ('a','b')", TEST_INDEX_JOIN_TYPE)); Assert.assertEquals(2, response.getTotalHits().value); } @Test public void complexChildrenQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info = 'a' and author ='e' ) ", TEST_INDEX_JOIN_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info = 'a' and author ='e' ) ", TEST_INDEX_JOIN_TYPE)); Assert.assertEquals(1, response.getTotalHits().value); } @Test public void complexChildrenQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info = 'a' and author ='j' ) ", TEST_INDEX_JOIN_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info = 'a' and author ='j' ) ", TEST_INDEX_JOIN_TYPE)); Assert.assertEquals(0, response.getTotalHits().value); } @Test public void childrenOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SearchHits response = query(String.format("SELECT * FROM %s/joinType where children(childrenType, info) = IN_TERMS(a,b)", TEST_INDEX_JOIN_TYPE)); + SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info) = IN_TERMS(a,b)", TEST_INDEX_JOIN_TYPE)); Assert.assertEquals(2, response.getTotalHits().value); } @@ -884,7 +885,7 @@ public void multipleIndicesOneNotExistWithHint() throws IOException, SqlParseExc Assert.assertTrue(response.getTotalHits().value > 0); } - @Test(expected=IndexNotFoundException.class) + @Test(expected= ElasticsearchException.class) public void multipleIndicesOneNotExistWithoutHint() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s,%s ", TEST_INDEX_ACCOUNT,"badindex")); Assert.assertTrue(response.getTotalHits().value > 0); @@ -892,14 +893,14 @@ public void multipleIndicesOneNotExistWithoutHint() throws IOException, SqlParse @Test public void routingRequestOneRounting() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SqlElasticSearchRequestBuilder request = getRequestBuilder(String.format("SELECT /*! ROUTINGS(hey) */ * FROM %s/account ", TEST_INDEX_ACCOUNT)); + SqlElasticSearchRequestBuilder request = getRequestBuilder(String.format("SELECT /*! ROUTINGS(hey) */ * FROM %s", TEST_INDEX_ACCOUNT)); SearchRequestBuilder searchRequestBuilder = (SearchRequestBuilder) request.getBuilder(); Assert.assertEquals("hey",searchRequestBuilder.request().routing()); } @Test public void routingRequestMultipleRountings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ - SqlElasticSearchRequestBuilder request = getRequestBuilder(String.format("SELECT /*! ROUTINGS(hey,bye) */ * FROM %s/account ", TEST_INDEX_ACCOUNT)); + SqlElasticSearchRequestBuilder request = getRequestBuilder(String.format("SELECT /*! ROUTINGS(hey,bye) */ * FROM %s", TEST_INDEX_ACCOUNT)); SearchRequestBuilder searchRequestBuilder = (SearchRequestBuilder) request.getBuilder(); Assert.assertEquals("hey,bye",searchRequestBuilder.request().routing()); } @@ -925,7 +926,7 @@ public void routingRequestMultipleRountings() throws IOException, SqlParseExcept @Test public void highlightPreTagsAndPostTags() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ String query = String.format("select /*! HIGHLIGHT(phrase,pre_tags : [''], post_tags : [''] ) */ " + - "* from %s/phrase " + + "* from %s " + "where phrase like 'fox' " + "order by _score", TEST_INDEX_PHRASE); SearchHits hits = query(query); @@ -939,14 +940,14 @@ public void highlightPreTagsAndPostTags() throws IOException, SqlParseException, @Test public void fieldCollapsingTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select /*! COLLAPSE({\"field\":\"age\",\"inner_hits\":{\"name\":\"account\",\"size\":1,\"sort\":[{\"age\":\"asc\"}]},\"max_concurrent_group_searches\": 4}) */ * from %s/account", TEST_INDEX_ACCOUNT); + String query = String.format("select /*! COLLAPSE({\"field\":\"age\",\"inner_hits\":{\"name\":\"account\",\"size\":1,\"sort\":[{\"age\":\"asc\"}]},\"max_concurrent_group_searches\": 4}) */ * from %s", TEST_INDEX_ACCOUNT); SearchHits hits = query(query); Assert.assertEquals(21, hits.getHits().length); } @Test public void runtimeMappingsTest() throws SqlParseException, SQLFeatureNotSupportedException { - String query = String.format("select /*! RUNTIME_MAPPINGS({\"email_suffix\":{\"type\":\"keyword\",\"script\":{\"source\":\"def email=params['_source']['email'];emit(email.substring(email.indexOf('@')))\"}}})*/* from %s/account where email_suffix='@xurban.com'", TEST_INDEX_ACCOUNT); + String query = String.format("select /*! RUNTIME_MAPPINGS({\"email_suffix\":{\"type\":\"keyword\",\"script\":{\"source\":\"def email=params['_source']['email'];emit(email.substring(email.indexOf('@')))\"}}})*/* from %s where email_suffix='@xurban.com'", TEST_INDEX_ACCOUNT); SearchHits hits = query(query); Assert.assertEquals(2, hits.getHits().length); } diff --git a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java index 24c0a379..042ebda9 100644 --- a/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java +++ b/src/test/java/org/nlpcn/es4sql/SQLFunctionsTest.java @@ -3,12 +3,9 @@ import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.expr.SQLQueryExpr; -import org.elasticsearch.client.Client; -import org.elasticsearch.common.settings.Settings; import org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor; import org.elasticsearch.plugin.nlpcn.executors.CSVResult; import org.elasticsearch.plugin.nlpcn.executors.CSVResultsExtractor; -import org.elasticsearch.transport.client.PreBuiltTransportClient; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; @@ -44,7 +41,7 @@ public static void init() { public void functionFieldAliasAndGroupByAlias() throws Exception { String query = "SELECT " + "floor(substring(address,0,3)*20) as key," + - "sum(age) cvalue FROM " + TEST_INDEX_ACCOUNT + "/account where address is not null " + + "sum(age) cvalue FROM " + TEST_INDEX_ACCOUNT + " where address is not null " + "group by key order by cvalue desc limit 10 "; SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); System.out.println(searchDao.explain(query).explain().explain()); @@ -62,7 +59,7 @@ public void functionAlias() throws Exception { //here is a bug,if only script fields are included,then all fields will return; fix later String query = "SELECT " + "substring(address,0,3) as key,address from " + - TEST_INDEX_ACCOUNT + "/account where address is not null " + + TEST_INDEX_ACCOUNT + " where address is not null " + "order by address desc limit 10 "; CSVResult csvResult = getCsvResult(false, query); @@ -78,7 +75,7 @@ public void normalFieldAlias() throws Exception { //here is a bug,csv field with spa String query = "SELECT " + "address as key,age from " + - TEST_INDEX_ACCOUNT + "/account where address is not null " + + TEST_INDEX_ACCOUNT + " where address is not null " + "limit 10 "; CSVResult csvResult = getCsvResult(false, query); @@ -93,7 +90,7 @@ public void groupByFieldAlias() throws Exception { //here is a bug,csv field with spa String query = "SELECT " + "age as key,sum(age) from " + - TEST_INDEX_ACCOUNT + "/account where address is not null " + + TEST_INDEX_ACCOUNT + " where address is not null " + " group by key limit 10 "; CSVResult csvResult = getCsvResult(false, query); @@ -110,7 +107,7 @@ public void concat_ws_field_and_string() throws Exception { //here is a bug,csv field with spa String query = "SELECT " + " concat_ws('-',age,'-'),address from " + - TEST_INDEX_ACCOUNT + "/account " + + TEST_INDEX_ACCOUNT + " limit 10 "; CSVResult csvResult = getCsvResult(false, query); @@ -139,7 +136,7 @@ public void test() throws Exception { // // String query = "SELECT " + // " * from " + -// TestsConstants.TEST_INDEX + "/account " + +// TestsConstants.TEST_INDEX + // " where split(address,' ')[0]='806' limit 1000 "; // // CSVResult csvResult = getCsvResult(false, query); @@ -152,7 +149,7 @@ public void test() throws Exception { // // String query = "SELECT " + // " * from " + -// TestsConstants.TEST_INDEX + "/account " + +// TestsConstants.TEST_INDEX + // " where floor(split(address,' ')[0]+0) > 805 limit 1000 "; // // SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); @@ -168,7 +165,7 @@ public void whereConditionLeftFunctionRightPropertyGreatTest() throws Exception String query = "SELECT " + " * from " + - TEST_INDEX_ACCOUNT + "/account " + + TEST_INDEX_ACCOUNT + " where floor(split(address,' ')[0]+0) > b limit 1000 "; Select select = parser.parseSelect((SQLQueryExpr) queryToExpr(query)); @@ -193,7 +190,7 @@ public void whereConditionLeftFunctionRightFunctionEqualTest() throws Exception String query = "SELECT " + " * from " + - TEST_INDEX_ACCOUNT + "/account " + + TEST_INDEX_ACCOUNT + " where floor(split(address,' ')[0]+0) = floor(split(address,' ')[0]+0) limit 1000 "; Select select = parser.parseSelect((SQLQueryExpr) queryToExpr(query)); @@ -212,7 +209,7 @@ public void whereConditionVariableRightVariableEqualTest() throws Exception { String query = "SELECT " + " * from " + - TEST_INDEX_ACCOUNT + "/account " + + TEST_INDEX_ACCOUNT + " where a = b limit 1000 "; SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); @@ -232,7 +229,7 @@ public void concat_ws_fields() throws Exception { //here is a bug,csv field with spa String query = "SELECT " + " concat_ws('-',age,address),address from " + - TEST_INDEX_ACCOUNT + "/account " + + TEST_INDEX_ACCOUNT + " limit 10 "; CSVResult csvResult = getCsvResult(false, query); @@ -245,7 +242,7 @@ public void concat_ws_fields() throws Exception { @Test public void functionLogs() throws Exception { String query = "SELECT log10(100) as a, log(1) as b, log(2, 4) as c, log2(8) as d from " - + TEST_INDEX_ACCOUNT + "/account limit 1"; + + TEST_INDEX_ACCOUNT + " limit 1"; CSVResult csvResult = getCsvResult(false, query); List content = csvResult.getLines(); Assert.assertTrue(content.toString().contains("2.0")); @@ -257,7 +254,7 @@ public void functionLogs() throws Exception { @Test public void functionPow() throws Exception { String query = "SELECT pow(account_number, 2) as key,"+ - "abs(age - 60) as new_age from " + TEST_INDEX_ACCOUNT + "/account where _id=25"; + "abs(age - 60) as new_age from " + TEST_INDEX_ACCOUNT + " where _id=25"; CSVResult csvResult = getCsvResult(false, query); List content = csvResult.getLines(); Assert.assertTrue(content.toString().contains("625")); @@ -266,7 +263,7 @@ public void functionPow() throws Exception { @Test public void testSumTwoFields() throws Exception { - String query = "SELECT SUM(account_number+age) AS sum from " + TEST_INDEX_PEOPLE + "/people"; + String query = "SELECT SUM(account_number+age) AS sum from " + TEST_INDEX_PEOPLE; CSVResult csvResult = getCsvResult(false, query); List content = csvResult.getLines(); Assert.assertTrue(content.toString().contains("752")); @@ -279,7 +276,7 @@ public void testSumTwoFields() throws Exception { // //here is a bug,csv field with spa // String query = "SELECT " + // " split(address,' ')[0],age from " + -// TestsConstants.TEST_INDEX + "/account where address is not null " + +// TestsConstants.TEST_INDEX + " where address is not null " + // " limit 10 "; // SearchDao searchDao = MainTestSuite.getSearchDao() != null ? MainTestSuite.getSearchDao() : getSearchDao(); // System.out.println(searchDao.explain(query).explain().explain()); @@ -306,9 +303,6 @@ private CSVResult getCsvResult(boolean flat, String query, boolean includeScore, private SearchDao getSearchDao() throws UnknownHostException { - Settings settings = Settings.builder().put("client.transport.ignore_cluster_name", true).build(); - Client client = new PreBuiltTransportClient(settings). - addTransportAddress(MainTestSuite.getTransportAddress()); - return new SearchDao(client); + return new SearchDao(MainTestSuite.getClient()); } } diff --git a/src/test/java/org/nlpcn/es4sql/ShowTest.java b/src/test/java/org/nlpcn/es4sql/ShowTest.java index 7585bc1f..3d09ffdc 100644 --- a/src/test/java/org/nlpcn/es4sql/ShowTest.java +++ b/src/test/java/org/nlpcn/es4sql/ShowTest.java @@ -2,7 +2,6 @@ import org.elasticsearch.action.admin.indices.get.GetIndexResponse; import org.elasticsearch.cluster.metadata.MappingMetadata; -import org.elasticsearch.common.collect.ImmutableOpenMap; import org.junit.Assert; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -10,6 +9,7 @@ import java.io.IOException; import java.sql.SQLFeatureNotSupportedException; +import java.util.Map; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX; import static org.nlpcn.es4sql.TestsConstants.TEST_INDEX_ACCOUNT; @@ -23,7 +23,7 @@ public class ShowTest { public void showAll_atLeastOneIndexReturns() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "show *"; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + Map mappings = getIndexResponse.getMappings(); Assert.assertTrue(mappings.size() >= 1); } @@ -32,7 +32,7 @@ public void showAll_atLeastOneIndexReturns() throws SqlParseException, SQLFeatur public void showIndex_onlyOneIndexReturn() throws SqlParseException, SQLFeatureNotSupportedException, IOException { String query = "show "+ TEST_INDEX_ACCOUNT; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + Map mappings = getIndexResponse.getMappings(); Assert.assertEquals(1, mappings.size()); Assert.assertTrue(mappings.containsKey(TEST_INDEX_ACCOUNT)); @@ -41,17 +41,16 @@ public void showIndex_onlyOneIndexReturn() throws SqlParseException, SQLFeatureN public void showIndex_onlyOneIndexReturWithMoreThanOneTypes() throws SqlParseException, SQLFeatureNotSupportedException { String query = "show " + TEST_INDEX + "*"; GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); + Map mappings = getIndexResponse.getMappings(); Assert.assertTrue(mappings.size()>1); } @Test public void showIndexType_onlyOneTypeReturn() throws SqlParseException, SQLFeatureNotSupportedException, IOException { - String query = String.format("show %s/account", TEST_INDEX_ACCOUNT); + String query = String.format("show %s", TEST_INDEX_ACCOUNT); GetIndexResponse getIndexResponse = runShowQuery(query); - ImmutableOpenMap> mappings = getIndexResponse.getMappings(); - ImmutableOpenMap typeToData = mappings.get(TEST_INDEX_ACCOUNT); - Assert.assertEquals(1,typeToData.size()); + Map mappings = getIndexResponse.getMappings(); + Assert.assertEquals(1,mappings.get(TEST_INDEX_ACCOUNT).rawSourceAsMap().size()); } private GetIndexResponse runShowQuery(String query) throws SqlParseException, SQLFeatureNotSupportedException { diff --git a/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java b/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java index c51ecfb8..70a3ec42 100644 --- a/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java +++ b/src/test/java/org/nlpcn/es4sql/SourceFieldTest.java @@ -18,7 +18,7 @@ public class SourceFieldTest { @Test public void includeTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT include('*name','*ge'),include('b*'),include('*ddre*'),include('gender') FROM %s/account LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT include('*name','*ge'),include('b*'),include('*ddre*'),include('gender') FROM %s LIMIT 1000", TEST_INDEX_ACCOUNT)); for (SearchHit hit : response.getHits()) { Set keySet = hit.getSourceAsMap().keySet(); for (String field : keySet) { @@ -31,7 +31,7 @@ public void includeTest() throws IOException, SqlParseException, SQLFeatureNotSu @Test public void excludeTest() throws SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT exclude('*name','*ge'),exclude('b*'),exclude('*ddre*'),exclude('gender') FROM %s/account LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT exclude('*name','*ge'),exclude('b*'),exclude('*ddre*'),exclude('gender') FROM %s LIMIT 1000", TEST_INDEX_ACCOUNT)); for (SearchHit hit : response.getHits()) { Set keySet = hit.getSourceAsMap().keySet(); @@ -44,7 +44,7 @@ public void excludeTest() throws SqlParseException, SQLFeatureNotSupportedExcept @Test public void allTest() throws SqlParseException, SQLFeatureNotSupportedException { - SearchHits response = query(String.format("SELECT exclude('*name','*ge'),include('b*'),exclude('*ddre*'),include('gender') FROM %s/account LIMIT 1000", TEST_INDEX_ACCOUNT)); + SearchHits response = query(String.format("SELECT exclude('*name','*ge'),include('b*'),exclude('*ddre*'),include('gender') FROM %s LIMIT 1000", TEST_INDEX_ACCOUNT)); for (SearchHit hit : response.getHits()) { Set keySet = hit.getSourceAsMap().keySet(); diff --git a/src/test/resources/accounts.json b/src/test/resources/accounts.json index 1331170e..28b2b82c 100644 --- a/src/test/resources/accounts.json +++ b/src/test/resources/accounts.json @@ -1,2000 +1,2000 @@ -{"index":{"_type": "account", "_id":"1"}} +{"index":{"_id":"1"}} {"account_number":1,"balance":39225,"firstname":"Amber","lastname":"Duke","age":32,"gender":"M","address":"880 Holmes Lane","employer":"Pyrami","email":"amberduke@pyrami.com","city":"Brogan","state":"IL"} -{"index":{"_type": "account", "_id":"6"}} +{"index":{"_id":"6"}} {"account_number":6,"balance":5686,"firstname":"Hattie","lastname":"Bond","age":36,"gender":"M","address":"671 Bristol Street","employer":"Netagy","email":"hattiebond@netagy.com","city":"Dante","state":"TN"} -{"index":{"_type": "account", "_id":"13"}} +{"index":{"_id":"13"}} {"account_number":13,"balance":32838,"firstname":"Nanette","lastname":"Bates","age":28,"gender":"F","address":"789 Madison Street","employer":"Quility","email":"nanettebates@quility.com","city":"Nogal","state":"VA"} -{"index":{"_type": "account", "_id":"18"}} +{"index":{"_id":"18"}} {"account_number":18,"balance":4180,"firstname":"Dale","lastname":"Adams","age":33,"gender":"M","address":"467 Hutchinson Court","employer":"Boink","email":"daleadams@boink.com","city":"Orick","state":"MD"} -{"index":{"_type": "account", "_id":"20"}} +{"index":{"_id":"20"}} {"account_number":20,"balance":16418,"firstname":"Elinor","lastname":"Ratliff","age":36,"gender":"M","address":"282 Kings Place","employer":"Scentric","email":"elinorratliff@scentric.com","city":"Ribera","state":"WA"} -{"index":{"_type": "account", "_id":"25"}} +{"index":{"_id":"25"}} {"account_number":25,"balance":40540,"firstname":"Virginia","lastname":"Ayala","age":39,"gender":"F","address":"171 Putnam Avenue","employer":"Filodyne","email":"virginiaayala@filodyne.com","city":"Nicholson","state":"PA"} -{"index":{"_type": "account", "_id":"32"}} +{"index":{"_id":"32"}} {"account_number":32,"balance":48086,"firstname":"Dillard","lastname":"Mcpherson","age":34,"gender":"F","address":"702 Quentin Street","employer":"Quailcom","email":"dillardmcpherson@quailcom.com","city":"Veguita","state":"IN"} -{"index":{"_type": "account", "_id":"37"}} +{"index":{"_id":"37"}} {"account_number":37,"balance":18612,"firstname":"Mcgee","lastname":"Mooney","age":39,"gender":"M","address":"826 Fillmore Place","employer":"Reversus","email":"mcgeemooney@reversus.com","city":"Tooleville","state":"OK"} -{"index":{"_type": "account", "_id":"44"}} +{"index":{"_id":"44"}} {"account_number":44,"balance":34487,"firstname":"Aurelia","lastname":"Harding","age":37,"gender":"M","address":"502 Baycliff Terrace","employer":"Orbalix","email":"aureliaharding@orbalix.com","city":"Yardville","state":"DE"} -{"index":{"_type": "account", "_id":"49"}} +{"index":{"_id":"49"}} {"account_number":49,"balance":29104,"firstname":"Fulton","lastname":"Holt","age":23,"gender":"F","address":"451 Humboldt Street","employer":"Anocha","email":"fultonholt@anocha.com","city":"Sunriver","state":"RI"} -{"index":{"_type": "account", "_id":"51"}} +{"index":{"_id":"51"}} {"account_number":51,"balance":14097,"firstname":"Burton","lastname":"Meyers","age":31,"gender":"F","address":"334 River Street","employer":"Bezal","email":"burtonmeyers@bezal.com","city":"Jacksonburg","state":"MO"} -{"index":{"_type": "account", "_id":"56"}} +{"index":{"_id":"56"}} {"account_number":56,"balance":14992,"firstname":"Josie","lastname":"Nelson","age":32,"gender":"M","address":"857 Tabor Court","employer":"Emtrac","email":"josienelson@emtrac.com","city":"Sunnyside","state":"UT"} -{"index":{"_type": "account", "_id":"63"}} +{"index":{"_id":"63"}} {"account_number":63,"balance":6077,"firstname":"Hughes","lastname":"Owens","age":30,"gender":"F","address":"510 Sedgwick Street","employer":"Valpreal","email":"hughesowens@valpreal.com","city":"Guilford","state":"KS"} -{"index":{"_type": "account", "_id":"68"}} +{"index":{"_id":"68"}} {"account_number":68,"balance":44214,"firstname":"Hall","lastname":"Key","age":25,"gender":"F","address":"927 Bay Parkway","employer":"Eventex","email":"hallkey@eventex.com","city":"Shawmut","state":"CA"} -{"index":{"_type": "account", "_id":"70"}} +{"index":{"_id":"70"}} {"account_number":70,"balance":38172,"firstname":"Deidre","lastname":"Thompson","age":33,"gender":"F","address":"685 School Lane","employer":"Netplode","email":"deidrethompson@netplode.com","city":"Chestnut","state":"GA"} -{"index":{"_type": "account", "_id":"75"}} +{"index":{"_id":"75"}} {"account_number":75,"balance":40500,"firstname":"Sandoval","lastname":"Kramer","age":22,"gender":"F","address":"166 Irvington Place","employer":"Overfork","email":"sandovalkramer@overfork.com","city":"Limestone","state":"NH"} -{"index":{"_type": "account", "_id":"82"}} +{"index":{"_id":"82"}} {"account_number":82,"balance":41412,"firstname":"Concetta","lastname":"Barnes","age":39,"gender":"F","address":"195 Bayview Place","employer":"Fitcore","email":"concettabarnes@fitcore.com","city":"Summerfield","state":"NC"} -{"index":{"_type": "account", "_id":"87"}} +{"index":{"_id":"87"}} {"account_number":87,"balance":1133,"firstname":"Hewitt","lastname":"Kidd","age":22,"gender":"M","address":"446 Halleck Street","employer":"Isologics","email":"hewittkidd@isologics.com","city":"Coalmont","state":"ME"} -{"index":{"_type": "account", "_id":"94"}} +{"index":{"_id":"94"}} {"account_number":94,"balance":41060,"firstname":"Brittany","lastname":"Cabrera","age":30,"gender":"F","address":"183 Kathleen Court","employer":"Mixers","email":"brittanycabrera@mixers.com","city":"Cornucopia","state":"AZ"} -{"index":{"_type": "account", "_id":"99"}} +{"index":{"_id":"99"}} {"account_number":99,"balance":47159,"firstname":"Ratliff","lastname":"Heath","age":39,"gender":"F","address":"806 Rockwell Place","employer":"Zappix","email":"ratliffheath@zappix.com","city":"Shaft","state":"ND"} -{"index":{"_type": "account", "_id":"102"}} +{"index":{"_id":"102"}} {"account_number":102,"balance":29712,"firstname":"Dena","lastname":"Olson","age":27,"gender":"F","address":"759 Newkirk Avenue","employer":"Hinway","email":"denaolson@hinway.com","city":"Choctaw","state":"NJ"} -{"index":{"_type": "account", "_id":"107"}} +{"index":{"_id":"107"}} {"account_number":107,"balance":48844,"firstname":"Randi","lastname":"Rich","age":28,"gender":"M","address":"694 Jefferson Street","employer":"Netplax","email":"randirich@netplax.com","city":"Bellfountain","state":"SC"} -{"index":{"_type": "account", "_id":"114"}} +{"index":{"_id":"114"}} {"account_number":114,"balance":43045,"firstname":"Josephine","lastname":"Joseph","age":31,"gender":"F","address":"451 Oriental Court","employer":"Turnabout","email":"josephinejoseph@turnabout.com","city":"Sedley","state":"AL"} -{"index":{"_type": "account", "_id":"119"}} +{"index":{"_id":"119"}} {"account_number":119,"balance":49222,"firstname":"Laverne","lastname":"Johnson","age":28,"gender":"F","address":"302 Howard Place","employer":"Senmei","email":"lavernejohnson@senmei.com","city":"Herlong","state":"DC"} -{"index":{"_type": "account", "_id":"121"}} +{"index":{"_id":"121"}} {"account_number":121,"balance":19594,"firstname":"Acevedo","lastname":"Dorsey","age":32,"gender":"M","address":"479 Nova Court","employer":"Netropic","email":"acevedodorsey@netropic.com","city":"Islandia","state":"CT"} -{"index":{"_type": "account", "_id":"126"}} +{"index":{"_id":"126"}} {"account_number":126,"balance":3607,"firstname":"Effie","lastname":"Gates","age":39,"gender":"F","address":"620 National Drive","employer":"Digitalus","email":"effiegates@digitalus.com","city":"Blodgett","state":"MD"} -{"index":{"_type": "account", "_id":"133"}} +{"index":{"_id":"133"}} {"account_number":133,"balance":26135,"firstname":"Deena","lastname":"Richmond","age":36,"gender":"F","address":"646 Underhill Avenue","employer":"Sunclipse","email":"deenarichmond@sunclipse.com","city":"Austinburg","state":"SC"} -{"index":{"_type": "account", "_id":"138"}} +{"index":{"_id":"138"}} {"account_number":138,"balance":9006,"firstname":"Daniel","lastname":"Arnold","age":39,"gender":"F","address":"422 Malbone Street","employer":"Ecstasia","email":"danielarnold@ecstasia.com","city":"Gardiner","state":"MO"} -{"index":{"_type": "account", "_id":"140"}} +{"index":{"_id":"140"}} {"account_number":140,"balance":26696,"firstname":"Cotton","lastname":"Christensen","age":32,"gender":"M","address":"878 Schermerhorn Street","employer":"Prowaste","email":"cottonchristensen@prowaste.com","city":"Mayfair","state":"LA"} -{"index":{"_type": "account", "_id":"145"}} +{"index":{"_id":"145"}} {"account_number":145,"balance":47406,"firstname":"Rowena","lastname":"Wilkinson","age":32,"gender":"M","address":"891 Elton Street","employer":"Asimiline","email":"rowenawilkinson@asimiline.com","city":"Ripley","state":"NH"} -{"index":{"_type": "account", "_id":"152"}} +{"index":{"_id":"152"}} {"account_number":152,"balance":8088,"firstname":"Wolfe","lastname":"Rocha","age":21,"gender":"M","address":"457 Guernsey Street","employer":"Hivedom","email":"wolferocha@hivedom.com","city":"Adelino","state":"MS"} -{"index":{"_type": "account", "_id":"157"}} +{"index":{"_id":"157"}} {"account_number":157,"balance":39868,"firstname":"Claudia","lastname":"Terry","age":20,"gender":"F","address":"132 Gunnison Court","employer":"Lumbrex","email":"claudiaterry@lumbrex.com","city":"Castleton","state":"MD"} -{"index":{"_type": "account", "_id":"164"}} +{"index":{"_id":"164"}} {"account_number":164,"balance":9101,"firstname":"Cummings","lastname":"Little","age":26,"gender":"F","address":"308 Schaefer Street","employer":"Comtrak","email":"cummingslittle@comtrak.com","city":"Chaparrito","state":"WI"} -{"index":{"_type": "account", "_id":"169"}} +{"index":{"_id":"169"}} {"account_number":169,"balance":45953,"firstname":"Hollie","lastname":"Osborn","age":34,"gender":"M","address":"671 Seaview Court","employer":"Musaphics","email":"hollieosborn@musaphics.com","city":"Hanover","state":"GA"} -{"index":{"_type": "account", "_id":"171"}} +{"index":{"_id":"171"}} {"account_number":171,"balance":7091,"firstname":"Nelda","lastname":"Hopper","age":39,"gender":"M","address":"742 Prospect Place","employer":"Equicom","email":"neldahopper@equicom.com","city":"Finderne","state":"SC"} -{"index":{"_type": "account", "_id":"176"}} +{"index":{"_id":"176"}} {"account_number":176,"balance":18607,"firstname":"Kemp","lastname":"Walters","age":28,"gender":"F","address":"906 Howard Avenue","employer":"Eyewax","email":"kempwalters@eyewax.com","city":"Why","state":"KY"} -{"index":{"_type": "account", "_id":"183"}} +{"index":{"_id":"183"}} {"account_number":183,"balance":14223,"firstname":"Hudson","lastname":"English","age":26,"gender":"F","address":"823 Herkimer Place","employer":"Xinware","email":"hudsonenglish@xinware.com","city":"Robbins","state":"ND"} -{"index":{"_type": "account", "_id":"188"}} +{"index":{"_id":"188"}} {"account_number":188,"balance":41504,"firstname":"Tia","lastname":"Miranda","age":24,"gender":"F","address":"583 Ainslie Street","employer":"Jasper","email":"tiamiranda@jasper.com","city":"Summerset","state":"UT"} -{"index":{"_type": "account", "_id":"190"}} +{"index":{"_id":"190"}} {"account_number":190,"balance":3150,"firstname":"Blake","lastname":"Davidson","age":30,"gender":"F","address":"636 Diamond Street","employer":"Quantasis","email":"blakedavidson@quantasis.com","city":"Crumpler","state":"KY"} -{"index":{"_type": "account", "_id":"195"}} +{"index":{"_id":"195"}} {"account_number":195,"balance":5025,"firstname":"Kaye","lastname":"Gibson","age":31,"gender":"M","address":"955 Hopkins Street","employer":"Zork","email":"kayegibson@zork.com","city":"Ola","state":"WY"} -{"index":{"_type": "account", "_id":"203"}} +{"index":{"_id":"203"}} {"account_number":203,"balance":21890,"firstname":"Eve","lastname":"Wyatt","age":33,"gender":"M","address":"435 Furman Street","employer":"Assitia","email":"evewyatt@assitia.com","city":"Jamestown","state":"MN"} -{"index":{"_type": "account", "_id":"208"}} +{"index":{"_id":"208"}} {"account_number":208,"balance":40760,"firstname":"Garcia","lastname":"Hess","age":26,"gender":"F","address":"810 Nostrand Avenue","employer":"Quiltigen","email":"garciahess@quiltigen.com","city":"Brooktrails","state":"GA"} -{"index":{"_type": "account", "_id":"210"}} +{"index":{"_id":"210"}} {"account_number":210,"balance":33946,"firstname":"Cherry","lastname":"Carey","age":24,"gender":"M","address":"539 Tiffany Place","employer":"Martgo","email":"cherrycarey@martgo.com","city":"Fairacres","state":"AK"} -{"index":{"_type": "account", "_id":"215"}} +{"index":{"_id":"215"}} {"account_number":215,"balance":37427,"firstname":"Copeland","lastname":"Solomon","age":20,"gender":"M","address":"741 McDonald Avenue","employer":"Recognia","email":"copelandsolomon@recognia.com","city":"Edmund","state":"ME"} -{"index":{"_type": "account", "_id":"222"}} +{"index":{"_id":"222"}} {"account_number":222,"balance":14764,"firstname":"Rachelle","lastname":"Rice","age":36,"gender":"M","address":"333 Narrows Avenue","employer":"Enaut","email":"rachellerice@enaut.com","city":"Wright","state":"AZ"} -{"index":{"_type": "account", "_id":"227"}} +{"index":{"_id":"227"}} {"account_number":227,"balance":19780,"firstname":"Coleman","lastname":"Berg","age":22,"gender":"M","address":"776 Little Street","employer":"Exoteric","email":"colemanberg@exoteric.com","city":"Eagleville","state":"WV"} -{"index":{"_type": "account", "_id":"234"}} +{"index":{"_id":"234"}} {"account_number":234,"balance":44207,"firstname":"Betty","lastname":"Hall","age":37,"gender":"F","address":"709 Garfield Place","employer":"Miraclis","email":"bettyhall@miraclis.com","city":"Bendon","state":"NY"} -{"index":{"_type": "account", "_id":"239"}} +{"index":{"_id":"239"}} {"account_number":239,"balance":25719,"firstname":"Chang","lastname":"Boyer","age":36,"gender":"M","address":"895 Brigham Street","employer":"Qaboos","email":"changboyer@qaboos.com","city":"Belgreen","state":"NH"} -{"index":{"_type": "account", "_id":"241"}} +{"index":{"_id":"241"}} {"account_number":241,"balance":25379,"firstname":"Schroeder","lastname":"Harrington","age":26,"gender":"M","address":"610 Tapscott Avenue","employer":"Otherway","email":"schroederharrington@otherway.com","city":"Ebro","state":"TX"} -{"index":{"_type": "account", "_id":"246"}} +{"index":{"_id":"246"}} {"account_number":246,"balance":28405,"firstname":"Katheryn","lastname":"Foster","age":21,"gender":"F","address":"259 Kane Street","employer":"Quantalia","email":"katherynfoster@quantalia.com","city":"Bath","state":"TX"} -{"index":{"_type": "account", "_id":"253"}} +{"index":{"_id":"253"}} {"account_number":253,"balance":20240,"firstname":"Melissa","lastname":"Gould","age":31,"gender":"M","address":"440 Fuller Place","employer":"Buzzopia","email":"melissagould@buzzopia.com","city":"Lumberton","state":"MD"} -{"index":{"_type": "account", "_id":"258"}} +{"index":{"_id":"258"}} {"account_number":258,"balance":5712,"firstname":"Lindsey","lastname":"Hawkins","age":37,"gender":"M","address":"706 Frost Street","employer":"Enormo","email":"lindseyhawkins@enormo.com","city":"Gardners","state":"AK"} -{"index":{"_type": "account", "_id":"260"}} +{"index":{"_id":"260"}} {"account_number":260,"balance":2726,"firstname":"Kari","lastname":"Skinner","age":30,"gender":"F","address":"735 Losee Terrace","employer":"Singavera","email":"kariskinner@singavera.com","city":"Rushford","state":"WV"} -{"index":{"_type": "account", "_id":"265"}} +{"index":{"_id":"265"}} {"account_number":265,"balance":46910,"firstname":"Marion","lastname":"Schneider","age":26,"gender":"F","address":"574 Everett Avenue","employer":"Evidends","email":"marionschneider@evidends.com","city":"Maplewood","state":"WY"} -{"index":{"_type": "account", "_id":"272"}} +{"index":{"_id":"272"}} {"account_number":272,"balance":19253,"firstname":"Lilly","lastname":"Morgan","age":25,"gender":"F","address":"689 Fleet Street","employer":"Biolive","email":"lillymorgan@biolive.com","city":"Sunbury","state":"OH"} -{"index":{"_type": "account", "_id":"277"}} +{"index":{"_id":"277"}} {"account_number":277,"balance":29564,"firstname":"Romero","lastname":"Lott","age":31,"gender":"M","address":"456 Danforth Street","employer":"Plasto","email":"romerolott@plasto.com","city":"Vincent","state":"VT"} -{"index":{"_type": "account", "_id":"284"}} +{"index":{"_id":"284"}} {"account_number":284,"balance":22806,"firstname":"Randolph","lastname":"Banks","age":29,"gender":"M","address":"875 Hamilton Avenue","employer":"Caxt","email":"randolphbanks@caxt.com","city":"Crawfordsville","state":"WA"} -{"index":{"_type": "account", "_id":"289"}} +{"index":{"_id":"289"}} {"account_number":289,"balance":7798,"firstname":"Blair","lastname":"Church","age":29,"gender":"M","address":"370 Sutton Street","employer":"Cubix","email":"blairchurch@cubix.com","city":"Nile","state":"NH"} -{"index":{"_type": "account", "_id":"291"}} +{"index":{"_id":"291"}} {"account_number":291,"balance":19955,"firstname":"Lynn","lastname":"Pollard","age":40,"gender":"F","address":"685 Pierrepont Street","employer":"Slambda","email":"lynnpollard@slambda.com","city":"Mappsville","state":"ID"} -{"index":{"_type": "account", "_id":"296"}} +{"index":{"_id":"296"}} {"account_number":296,"balance":24606,"firstname":"Rosa","lastname":"Oliver","age":34,"gender":"M","address":"168 Woodbine Street","employer":"Idetica","email":"rosaoliver@idetica.com","city":"Robinson","state":"WY"} -{"index":{"_type": "account", "_id":"304"}} +{"index":{"_id":"304"}} {"account_number":304,"balance":28647,"firstname":"Palmer","lastname":"Clark","age":35,"gender":"M","address":"866 Boulevard Court","employer":"Maximind","email":"palmerclark@maximind.com","city":"Avalon","state":"NH"} -{"index":{"_type": "account", "_id":"309"}} +{"index":{"_id":"309"}} {"account_number":309,"balance":3830,"firstname":"Rosemarie","lastname":"Nieves","age":30,"gender":"M","address":"206 Alice Court","employer":"Zounds","email":"rosemarienieves@zounds.com","city":"Ferney","state":"AR"} -{"index":{"_type": "account", "_id":"311"}} +{"index":{"_id":"311"}} {"account_number":311,"balance":13388,"firstname":"Vinson","lastname":"Ballard","age":23,"gender":"F","address":"960 Glendale Court","employer":"Gynk","email":"vinsonballard@gynk.com","city":"Fairforest","state":"WY"} -{"index":{"_type": "account", "_id":"316"}} +{"index":{"_id":"316"}} {"account_number":316,"balance":8214,"firstname":"Anita","lastname":"Ewing","age":32,"gender":"M","address":"396 Lombardy Street","employer":"Panzent","email":"anitaewing@panzent.com","city":"Neahkahnie","state":"WY"} -{"index":{"_type": "account", "_id":"323"}} +{"index":{"_id":"323"}} {"account_number":323,"balance":42230,"firstname":"Chelsea","lastname":"Gamble","age":34,"gender":"F","address":"356 Dare Court","employer":"Isosphere","email":"chelseagamble@isosphere.com","city":"Dundee","state":"MD"} -{"index":{"_type": "account", "_id":"328"}} +{"index":{"_id":"328"}} {"account_number":328,"balance":12523,"firstname":"Good","lastname":"Campbell","age":27,"gender":"F","address":"438 Hicks Street","employer":"Gracker","email":"goodcampbell@gracker.com","city":"Marion","state":"CA"} -{"index":{"_type": "account", "_id":"330"}} +{"index":{"_id":"330"}} {"account_number":330,"balance":41620,"firstname":"Yvette","lastname":"Browning","age":34,"gender":"F","address":"431 Beekman Place","employer":"Marketoid","email":"yvettebrowning@marketoid.com","city":"Talpa","state":"CO"} -{"index":{"_type": "account", "_id":"335"}} +{"index":{"_id":"335"}} {"account_number":335,"balance":35433,"firstname":"Vera","lastname":"Hansen","age":24,"gender":"M","address":"252 Bushwick Avenue","employer":"Zanilla","email":"verahansen@zanilla.com","city":"Manila","state":"TN"} -{"index":{"_type": "account", "_id":"342"}} +{"index":{"_id":"342"}} {"account_number":342,"balance":33670,"firstname":"Vivian","lastname":"Wells","age":36,"gender":"M","address":"570 Cobek Court","employer":"Nutralab","email":"vivianwells@nutralab.com","city":"Fontanelle","state":"OK"} -{"index":{"_type": "account", "_id":"347"}} +{"index":{"_id":"347"}} {"account_number":347,"balance":36038,"firstname":"Gould","lastname":"Carson","age":24,"gender":"F","address":"784 Pulaski Street","employer":"Mobildata","email":"gouldcarson@mobildata.com","city":"Goochland","state":"MI"} -{"index":{"_type": "account", "_id":"354"}} +{"index":{"_id":"354"}} {"account_number":354,"balance":21294,"firstname":"Kidd","lastname":"Mclean","age":22,"gender":"M","address":"691 Saratoga Avenue","employer":"Ronbert","email":"kiddmclean@ronbert.com","city":"Tioga","state":"ME"} -{"index":{"_type": "account", "_id":"359"}} +{"index":{"_id":"359"}} {"account_number":359,"balance":29927,"firstname":"Vanessa","lastname":"Harvey","age":28,"gender":"F","address":"679 Rutledge Street","employer":"Zentime","email":"vanessaharvey@zentime.com","city":"Williston","state":"IL"} -{"index":{"_type": "account", "_id":"361"}} +{"index":{"_id":"361"}} {"account_number":361,"balance":23659,"firstname":"Noreen","lastname":"Shelton","age":36,"gender":"M","address":"702 Tillary Street","employer":"Medmex","email":"noreenshelton@medmex.com","city":"Derwood","state":"NH"} -{"index":{"_type": "account", "_id":"366"}} +{"index":{"_id":"366"}} {"account_number":366,"balance":42368,"firstname":"Lydia","lastname":"Cooke","age":31,"gender":"M","address":"470 Coleman Street","employer":"Comstar","email":"lydiacooke@comstar.com","city":"Datil","state":"TN"} -{"index":{"_type": "account", "_id":"373"}} +{"index":{"_id":"373"}} {"account_number":373,"balance":9671,"firstname":"Simpson","lastname":"Carpenter","age":21,"gender":"M","address":"837 Horace Court","employer":"Snips","email":"simpsoncarpenter@snips.com","city":"Tolu","state":"MA"} -{"index":{"_type": "account", "_id":"378"}} +{"index":{"_id":"378"}} {"account_number":378,"balance":27100,"firstname":"Watson","lastname":"Simpson","age":36,"gender":"F","address":"644 Thomas Street","employer":"Wrapture","email":"watsonsimpson@wrapture.com","city":"Keller","state":"TX"} -{"index":{"_type": "account", "_id":"380"}} +{"index":{"_id":"380"}} {"account_number":380,"balance":35628,"firstname":"Fernandez","lastname":"Reid","age":33,"gender":"F","address":"154 Melba Court","employer":"Cosmosis","email":"fernandezreid@cosmosis.com","city":"Boyd","state":"NE"} -{"index":{"_type": "account", "_id":"385"}} +{"index":{"_id":"385"}} {"account_number":385,"balance":11022,"firstname":"Rosalinda","lastname":"Valencia","age":22,"gender":"M","address":"933 Lloyd Street","employer":"Zoarere","email":"rosalindavalencia@zoarere.com","city":"Waverly","state":"GA"} -{"index":{"_type": "account", "_id":"392"}} +{"index":{"_id":"392"}} {"account_number":392,"balance":31613,"firstname":"Dotson","lastname":"Dean","age":35,"gender":"M","address":"136 Ford Street","employer":"Petigems","email":"dotsondean@petigems.com","city":"Chical","state":"SD"} -{"index":{"_type": "account", "_id":"397"}} +{"index":{"_id":"397"}} {"account_number":397,"balance":37418,"firstname":"Leonard","lastname":"Gray","age":36,"gender":"F","address":"840 Morgan Avenue","employer":"Recritube","email":"leonardgray@recritube.com","city":"Edenburg","state":"AL"} -{"index":{"_type": "account", "_id":"400"}} +{"index":{"_id":"400"}} {"account_number":400,"balance":20685,"firstname":"Kane","lastname":"King","age":21,"gender":"F","address":"405 Cornelia Street","employer":"Tri@Tribalog","email":"kaneking@tri@tribalog.com","city":"Gulf","state":"VT"} -{"index":{"_type": "account", "_id":"405"}} +{"index":{"_id":"405"}} {"account_number":405,"balance":5679,"firstname":"Strickland","lastname":"Fuller","age":26,"gender":"M","address":"990 Concord Street","employer":"Digique","email":"stricklandfuller@digique.com","city":"Southmont","state":"NV"} -{"index":{"_type": "account", "_id":"412"}} +{"index":{"_id":"412"}} {"account_number":412,"balance":27436,"firstname":"Ilene","lastname":"Abbott","age":26,"gender":"M","address":"846 Vine Street","employer":"Typhonica","email":"ileneabbott@typhonica.com","city":"Cedarville","state":"VT"} -{"index":{"_type": "account", "_id":"417"}} +{"index":{"_id":"417"}} {"account_number":417,"balance":1788,"firstname":"Wheeler","lastname":"Ayers","age":35,"gender":"F","address":"677 Hope Street","employer":"Fortean","email":"wheelerayers@fortean.com","city":"Ironton","state":"PA"} -{"index":{"_type": "account", "_id":"424"}} +{"index":{"_id":"424"}} {"account_number":424,"balance":36818,"firstname":"Tracie","lastname":"Gregory","age":34,"gender":"M","address":"112 Hunterfly Place","employer":"Comstruct","email":"traciegregory@comstruct.com","city":"Onton","state":"TN"} -{"index":{"_type": "account", "_id":"429"}} +{"index":{"_id":"429"}} {"account_number":429,"balance":46970,"firstname":"Cantu","lastname":"Lindsey","age":31,"gender":"M","address":"404 Willoughby Avenue","employer":"Inquala","email":"cantulindsey@inquala.com","city":"Cowiche","state":"IA"} -{"index":{"_type": "account", "_id":"431"}} +{"index":{"_id":"431"}} {"account_number":431,"balance":13136,"firstname":"Laurie","lastname":"Shaw","age":26,"gender":"F","address":"263 Aviation Road","employer":"Zillanet","email":"laurieshaw@zillanet.com","city":"Harmon","state":"WV"} -{"index":{"_type": "account", "_id":"436"}} +{"index":{"_id":"436"}} {"account_number":436,"balance":27585,"firstname":"Alexander","lastname":"Sargent","age":23,"gender":"M","address":"363 Albemarle Road","employer":"Fangold","email":"alexandersargent@fangold.com","city":"Calpine","state":"OR"} -{"index":{"_type": "account", "_id":"443"}} +{"index":{"_id":"443"}} {"account_number":443,"balance":7588,"firstname":"Huff","lastname":"Thomas","age":23,"gender":"M","address":"538 Erskine Loop","employer":"Accufarm","email":"huffthomas@accufarm.com","city":"Corinne","state":"AL"} -{"index":{"_type": "account", "_id":"448"}} +{"index":{"_id":"448"}} {"account_number":448,"balance":22776,"firstname":"Adriana","lastname":"Mcfadden","age":35,"gender":"F","address":"984 Woodside Avenue","employer":"Telequiet","email":"adrianamcfadden@telequiet.com","city":"Darrtown","state":"WI"} -{"index":{"_type": "account", "_id":"450"}} +{"index":{"_id":"450"}} {"account_number":450,"balance":2643,"firstname":"Bradford","lastname":"Nielsen","age":25,"gender":"M","address":"487 Keen Court","employer":"Exovent","email":"bradfordnielsen@exovent.com","city":"Hamilton","state":"DE"} -{"index":{"_type": "account", "_id":"455"}} +{"index":{"_id":"455"}} {"account_number":455,"balance":39556,"firstname":"Lynn","lastname":"Tran","age":36,"gender":"M","address":"741 Richmond Street","employer":"Optyk","email":"lynntran@optyk.com","city":"Clinton","state":"WV"} -{"index":{"_type": "account", "_id":"462"}} +{"index":{"_id":"462"}} {"account_number":462,"balance":10871,"firstname":"Calderon","lastname":"Day","age":27,"gender":"M","address":"810 Milford Street","employer":"Cofine","email":"calderonday@cofine.com","city":"Kula","state":"OK"} -{"index":{"_type": "account", "_id":"467"}} +{"index":{"_id":"467"}} {"account_number":467,"balance":6312,"firstname":"Angelica","lastname":"May","age":32,"gender":"F","address":"384 Karweg Place","employer":"Keeg","email":"angelicamay@keeg.com","city":"Tetherow","state":"IA"} -{"index":{"_type": "account", "_id":"474"}} +{"index":{"_id":"474"}} {"account_number":474,"balance":35896,"firstname":"Obrien","lastname":"Walton","age":40,"gender":"F","address":"192 Ide Court","employer":"Suremax","email":"obrienwalton@suremax.com","city":"Crucible","state":"UT"} -{"index":{"_type": "account", "_id":"479"}} +{"index":{"_id":"479"}} {"account_number":479,"balance":31865,"firstname":"Cameron","lastname":"Ross","age":40,"gender":"M","address":"904 Bouck Court","employer":"Telpod","email":"cameronross@telpod.com","city":"Nord","state":"MO"} -{"index":{"_type": "account", "_id":"481"}} +{"index":{"_id":"481"}} {"account_number":481,"balance":20024,"firstname":"Lina","lastname":"Stanley","age":33,"gender":"M","address":"361 Hanover Place","employer":"Strozen","email":"linastanley@strozen.com","city":"Wyoming","state":"NC"} -{"index":{"_type": "account", "_id":"486"}} +{"index":{"_id":"486"}} {"account_number":486,"balance":35902,"firstname":"Dixie","lastname":"Fuentes","age":22,"gender":"F","address":"991 Applegate Court","employer":"Portico","email":"dixiefuentes@portico.com","city":"Salix","state":"VA"} -{"index":{"_type": "account", "_id":"493"}} +{"index":{"_id":"493"}} {"account_number":493,"balance":5871,"firstname":"Campbell","lastname":"Best","age":24,"gender":"M","address":"297 Friel Place","employer":"Fanfare","email":"campbellbest@fanfare.com","city":"Kidder","state":"GA"} -{"index":{"_type": "account", "_id":"498"}} +{"index":{"_id":"498"}} {"account_number":498,"balance":10516,"firstname":"Stella","lastname":"Hinton","age":39,"gender":"F","address":"649 Columbia Place","employer":"Flyboyz","email":"stellahinton@flyboyz.com","city":"Crenshaw","state":"SC"} -{"index":{"_type": "account", "_id":"501"}} +{"index":{"_id":"501"}} {"account_number":501,"balance":16572,"firstname":"Kelley","lastname":"Ochoa","age":36,"gender":"M","address":"451 Clifton Place","employer":"Bluplanet","email":"kelleyochoa@bluplanet.com","city":"Gouglersville","state":"CT"} -{"index":{"_type": "account", "_id":"506"}} +{"index":{"_id":"506"}} {"account_number":506,"balance":43440,"firstname":"Davidson","lastname":"Salas","age":28,"gender":"M","address":"731 Cleveland Street","employer":"Sequitur","email":"davidsonsalas@sequitur.com","city":"Lloyd","state":"ME"} -{"index":{"_type": "account", "_id":"513"}} +{"index":{"_id":"513"}} {"account_number":513,"balance":30040,"firstname":"Maryellen","lastname":"Rose","age":37,"gender":"F","address":"428 Durland Place","employer":"Waterbaby","email":"maryellenrose@waterbaby.com","city":"Kiskimere","state":"RI"} -{"index":{"_type": "account", "_id":"518"}} +{"index":{"_id":"518"}} {"account_number":518,"balance":48954,"firstname":"Finch","lastname":"Curtis","age":29,"gender":"F","address":"137 Ryder Street","employer":"Viagrand","email":"finchcurtis@viagrand.com","city":"Riverton","state":"MO"} -{"index":{"_type": "account", "_id":"520"}} +{"index":{"_id":"520"}} {"account_number":520,"balance":27987,"firstname":"Brandy","lastname":"Calhoun","age":32,"gender":"M","address":"818 Harden Street","employer":"Maxemia","email":"brandycalhoun@maxemia.com","city":"Sidman","state":"OR"} -{"index":{"_type": "account", "_id":"525"}} +{"index":{"_id":"525"}} {"account_number":525,"balance":23545,"firstname":"Holly","lastname":"Miles","age":25,"gender":"M","address":"746 Ludlam Place","employer":"Xurban","email":"hollymiles@xurban.com","city":"Harold","state":"AR"} -{"index":{"_type": "account", "_id":"532"}} +{"index":{"_id":"532"}} {"account_number":532,"balance":17207,"firstname":"Hardin","lastname":"Kirk","age":26,"gender":"M","address":"268 Canarsie Road","employer":"Exposa","email":"hardinkirk@exposa.com","city":"Stouchsburg","state":"IL"} -{"index":{"_type": "account", "_id":"537"}} +{"index":{"_id":"537"}} {"account_number":537,"balance":31069,"firstname":"Morin","lastname":"Frost","age":29,"gender":"M","address":"910 Lake Street","employer":"Primordia","email":"morinfrost@primordia.com","city":"Rivera","state":"DE"} -{"index":{"_type": "account", "_id":"544"}} +{"index":{"_id":"544"}} {"account_number":544,"balance":41735,"firstname":"Short","lastname":"Dennis","age":21,"gender":"F","address":"908 Glen Street","employer":"Minga","email":"shortdennis@minga.com","city":"Dale","state":"KY"} -{"index":{"_type": "account", "_id":"549"}} +{"index":{"_id":"549"}} {"account_number":549,"balance":1932,"firstname":"Jacqueline","lastname":"Maxwell","age":40,"gender":"M","address":"444 Schenck Place","employer":"Fuelworks","email":"jacquelinemaxwell@fuelworks.com","city":"Oretta","state":"OR"} -{"index":{"_type": "account", "_id":"551"}} +{"index":{"_id":"551"}} {"account_number":551,"balance":21732,"firstname":"Milagros","lastname":"Travis","age":27,"gender":"F","address":"380 Murdock Court","employer":"Sloganaut","email":"milagrostravis@sloganaut.com","city":"Homeland","state":"AR"} -{"index":{"_type": "account", "_id":"556"}} +{"index":{"_id":"556"}} {"account_number":556,"balance":36420,"firstname":"Collier","lastname":"Odonnell","age":35,"gender":"M","address":"591 Nolans Lane","employer":"Sultraxin","email":"collierodonnell@sultraxin.com","city":"Fulford","state":"MD"} -{"index":{"_type": "account", "_id":"563"}} +{"index":{"_id":"563"}} {"account_number":563,"balance":43403,"firstname":"Morgan","lastname":"Torres","age":30,"gender":"F","address":"672 Belvidere Street","employer":"Quonata","email":"morgantorres@quonata.com","city":"Hollymead","state":"KY"} -{"index":{"_type": "account", "_id":"568"}} +{"index":{"_id":"568"}} {"account_number":568,"balance":36628,"firstname":"Lesa","lastname":"Maynard","age":29,"gender":"F","address":"295 Whitty Lane","employer":"Coash","email":"lesamaynard@coash.com","city":"Broadlands","state":"VT"} -{"index":{"_type": "account", "_id":"570"}} +{"index":{"_id":"570"}} {"account_number":570,"balance":26751,"firstname":"Church","lastname":"Mercado","age":24,"gender":"F","address":"892 Wyckoff Street","employer":"Xymonk","email":"churchmercado@xymonk.com","city":"Gloucester","state":"KY"} -{"index":{"_type": "account", "_id":"575"}} +{"index":{"_id":"575"}} {"account_number":575,"balance":12588,"firstname":"Buchanan","lastname":"Pope","age":39,"gender":"M","address":"581 Sumner Place","employer":"Stucco","email":"buchananpope@stucco.com","city":"Ellerslie","state":"MD"} -{"index":{"_type": "account", "_id":"582"}} +{"index":{"_id":"582"}} {"account_number":582,"balance":33371,"firstname":"Manning","lastname":"Guthrie","age":24,"gender":"F","address":"271 Jodie Court","employer":"Xerex","email":"manningguthrie@xerex.com","city":"Breinigsville","state":"NM"} -{"index":{"_type": "account", "_id":"587"}} +{"index":{"_id":"587"}} {"account_number":587,"balance":3468,"firstname":"Carly","lastname":"Johns","age":33,"gender":"M","address":"390 Noll Street","employer":"Gallaxia","email":"carlyjohns@gallaxia.com","city":"Emison","state":"DC"} -{"index":{"_type": "account", "_id":"594"}} +{"index":{"_id":"594"}} {"account_number":594,"balance":28194,"firstname":"Golden","lastname":"Donovan","age":26,"gender":"M","address":"199 Jewel Street","employer":"Organica","email":"goldendonovan@organica.com","city":"Macdona","state":"RI"} -{"index":{"_type": "account", "_id":"599"}} +{"index":{"_id":"599"}} {"account_number":599,"balance":11944,"firstname":"Joanna","lastname":"Jennings","age":36,"gender":"F","address":"318 Irving Street","employer":"Extremo","email":"joannajennings@extremo.com","city":"Bartley","state":"MI"} -{"index":{"_type": "account", "_id":"602"}} +{"index":{"_id":"602"}} {"account_number":602,"balance":38699,"firstname":"Mcgowan","lastname":"Mcclain","age":33,"gender":"M","address":"361 Stoddard Place","employer":"Oatfarm","email":"mcgowanmcclain@oatfarm.com","city":"Kapowsin","state":"MI"} -{"index":{"_type": "account", "_id":"607"}} +{"index":{"_id":"607"}} {"account_number":607,"balance":38350,"firstname":"White","lastname":"Small","age":38,"gender":"F","address":"736 Judge Street","employer":"Immunics","email":"whitesmall@immunics.com","city":"Fairfield","state":"HI"} -{"index":{"_type": "account", "_id":"614"}} +{"index":{"_id":"614"}} {"account_number":614,"balance":13157,"firstname":"Salazar","lastname":"Howard","age":35,"gender":"F","address":"847 Imlay Street","employer":"Retrack","email":"salazarhoward@retrack.com","city":"Grill","state":"FL"} -{"index":{"_type": "account", "_id":"619"}} +{"index":{"_id":"619"}} {"account_number":619,"balance":48755,"firstname":"Grimes","lastname":"Reynolds","age":36,"gender":"M","address":"378 Denton Place","employer":"Frenex","email":"grimesreynolds@frenex.com","city":"Murillo","state":"LA"} -{"index":{"_type": "account", "_id":"621"}} +{"index":{"_id":"621"}} {"account_number":621,"balance":35480,"firstname":"Leslie","lastname":"Sloan","age":26,"gender":"F","address":"336 Kansas Place","employer":"Dancity","email":"lesliesloan@dancity.com","city":"Corriganville","state":"AR"} -{"index":{"_type": "account", "_id":"626"}} +{"index":{"_id":"626"}} {"account_number":626,"balance":19498,"firstname":"Ava","lastname":"Richardson","age":31,"gender":"F","address":"666 Nautilus Avenue","employer":"Cinaster","email":"avarichardson@cinaster.com","city":"Sutton","state":"AL"} -{"index":{"_type": "account", "_id":"633"}} +{"index":{"_id":"633"}} {"account_number":633,"balance":35874,"firstname":"Conner","lastname":"Ramos","age":34,"gender":"M","address":"575 Agate Court","employer":"Insource","email":"connerramos@insource.com","city":"Madaket","state":"OK"} -{"index":{"_type": "account", "_id":"638"}} +{"index":{"_id":"638"}} {"account_number":638,"balance":2658,"firstname":"Bridget","lastname":"Gallegos","age":31,"gender":"M","address":"383 Wogan Terrace","employer":"Songlines","email":"bridgetgallegos@songlines.com","city":"Linganore","state":"WA"} -{"index":{"_type": "account", "_id":"640"}} +{"index":{"_id":"640"}} {"account_number":640,"balance":35596,"firstname":"Candace","lastname":"Hancock","age":25,"gender":"M","address":"574 Riverdale Avenue","employer":"Animalia","email":"candacehancock@animalia.com","city":"Blandburg","state":"KY"} -{"index":{"_type": "account", "_id":"645"}} +{"index":{"_id":"645"}} {"account_number":645,"balance":29362,"firstname":"Edwina","lastname":"Hutchinson","age":26,"gender":"F","address":"892 Pacific Street","employer":"Essensia","email":"edwinahutchinson@essensia.com","city":"Dowling","state":"NE"} -{"index":{"_type": "account", "_id":"652"}} +{"index":{"_id":"652"}} {"account_number":652,"balance":17363,"firstname":"Bonner","lastname":"Garner","age":26,"gender":"M","address":"219 Grafton Street","employer":"Utarian","email":"bonnergarner@utarian.com","city":"Vandiver","state":"PA"} -{"index":{"_type": "account", "_id":"657"}} +{"index":{"_id":"657"}} {"account_number":657,"balance":40475,"firstname":"Kathleen","lastname":"Wilder","age":34,"gender":"F","address":"286 Sutter Avenue","employer":"Solgan","email":"kathleenwilder@solgan.com","city":"Graniteville","state":"MI"} -{"index":{"_type": "account", "_id":"664"}} +{"index":{"_id":"664"}} {"account_number":664,"balance":16163,"firstname":"Hart","lastname":"Mccormick","age":40,"gender":"M","address":"144 Guider Avenue","employer":"Dyno","email":"hartmccormick@dyno.com","city":"Carbonville","state":"ID"} -{"index":{"_type": "account", "_id":"669"}} +{"index":{"_id":"669"}} {"account_number":669,"balance":16934,"firstname":"Jewel","lastname":"Estrada","age":28,"gender":"M","address":"896 Meeker Avenue","employer":"Zilla","email":"jewelestrada@zilla.com","city":"Goodville","state":"PA"} -{"index":{"_type": "account", "_id":"671"}} +{"index":{"_id":"671"}} {"account_number":671,"balance":29029,"firstname":"Antoinette","lastname":"Cook","age":34,"gender":"M","address":"375 Cumberland Street","employer":"Harmoney","email":"antoinettecook@harmoney.com","city":"Bergoo","state":"VT"} -{"index":{"_type": "account", "_id":"676"}} +{"index":{"_id":"676"}} {"account_number":676,"balance":23842,"firstname":"Lisa","lastname":"Dudley","age":34,"gender":"M","address":"506 Vanderveer Street","employer":"Tropoli","email":"lisadudley@tropoli.com","city":"Konterra","state":"NY"} -{"index":{"_type": "account", "_id":"683"}} +{"index":{"_id":"683"}} {"account_number":683,"balance":4381,"firstname":"Matilda","lastname":"Berger","age":39,"gender":"M","address":"884 Noble Street","employer":"Fibrodyne","email":"matildaberger@fibrodyne.com","city":"Shepardsville","state":"TN"} -{"index":{"_type": "account", "_id":"688"}} +{"index":{"_id":"688"}} {"account_number":688,"balance":17931,"firstname":"Freeman","lastname":"Zamora","age":22,"gender":"F","address":"114 Herzl Street","employer":"Elemantra","email":"freemanzamora@elemantra.com","city":"Libertytown","state":"NM"} -{"index":{"_type": "account", "_id":"690"}} +{"index":{"_id":"690"}} {"account_number":690,"balance":18127,"firstname":"Russo","lastname":"Swanson","age":35,"gender":"F","address":"256 Roebling Street","employer":"Zaj","email":"russoswanson@zaj.com","city":"Hoagland","state":"MI"} -{"index":{"_type": "account", "_id":"695"}} +{"index":{"_id":"695"}} {"account_number":695,"balance":36800,"firstname":"Gonzales","lastname":"Mcfarland","age":26,"gender":"F","address":"647 Louisa Street","employer":"Songbird","email":"gonzalesmcfarland@songbird.com","city":"Crisman","state":"ID"} -{"index":{"_type": "account", "_id":"703"}} +{"index":{"_id":"703"}} {"account_number":703,"balance":27443,"firstname":"Dona","lastname":"Burton","age":29,"gender":"M","address":"489 Flatlands Avenue","employer":"Cytrex","email":"donaburton@cytrex.com","city":"Reno","state":"VA"} -{"index":{"_type": "account", "_id":"708"}} +{"index":{"_id":"708"}} {"account_number":708,"balance":34002,"firstname":"May","lastname":"Ortiz","age":28,"gender":"F","address":"244 Chauncey Street","employer":"Syntac","email":"mayortiz@syntac.com","city":"Munjor","state":"ID"} -{"index":{"_type": "account", "_id":"710"}} +{"index":{"_id":"710"}} {"account_number":710,"balance":33650,"firstname":"Shelton","lastname":"Stark","age":37,"gender":"M","address":"404 Ovington Avenue","employer":"Kraggle","email":"sheltonstark@kraggle.com","city":"Ogema","state":"TN"} -{"index":{"_type": "account", "_id":"715"}} +{"index":{"_id":"715"}} {"account_number":715,"balance":23734,"firstname":"Tammi","lastname":"Hodge","age":24,"gender":"M","address":"865 Church Lane","employer":"Netur","email":"tammihodge@netur.com","city":"Lacomb","state":"KS"} -{"index":{"_type": "account", "_id":"722"}} +{"index":{"_id":"722"}} {"account_number":722,"balance":27256,"firstname":"Roberts","lastname":"Beasley","age":34,"gender":"F","address":"305 Kings Hwy","employer":"Quintity","email":"robertsbeasley@quintity.com","city":"Hayden","state":"PA"} -{"index":{"_type": "account", "_id":"727"}} +{"index":{"_id":"727"}} {"account_number":727,"balance":27263,"firstname":"Natasha","lastname":"Knapp","age":36,"gender":"M","address":"723 Hubbard Street","employer":"Exostream","email":"natashaknapp@exostream.com","city":"Trexlertown","state":"LA"} -{"index":{"_type": "account", "_id":"734"}} +{"index":{"_id":"734"}} {"account_number":734,"balance":20325,"firstname":"Keri","lastname":"Kinney","age":23,"gender":"M","address":"490 Balfour Place","employer":"Retrotex","email":"kerikinney@retrotex.com","city":"Salunga","state":"PA"} -{"index":{"_type": "account", "_id":"739"}} +{"index":{"_id":"739"}} {"account_number":739,"balance":39063,"firstname":"Gwen","lastname":"Hardy","age":33,"gender":"F","address":"733 Stuart Street","employer":"Exozent","email":"gwenhardy@exozent.com","city":"Drytown","state":"NY"} -{"index":{"_type": "account", "_id":"741"}} +{"index":{"_id":"741"}} {"account_number":741,"balance":33074,"firstname":"Nielsen","lastname":"Good","age":22,"gender":"M","address":"404 Norfolk Street","employer":"Kiggle","email":"nielsengood@kiggle.com","city":"Cumberland","state":"WA"} -{"index":{"_type": "account", "_id":"746"}} +{"index":{"_id":"746"}} {"account_number":746,"balance":15970,"firstname":"Marguerite","lastname":"Wall","age":28,"gender":"F","address":"364 Crosby Avenue","employer":"Aquoavo","email":"margueritewall@aquoavo.com","city":"Jeff","state":"MI"} -{"index":{"_type": "account", "_id":"753"}} +{"index":{"_id":"753"}} {"account_number":753,"balance":33340,"firstname":"Katina","lastname":"Alford","age":21,"gender":"F","address":"690 Ross Street","employer":"Intrawear","email":"katinaalford@intrawear.com","city":"Grimsley","state":"OK"} -{"index":{"_type": "account", "_id":"758"}} +{"index":{"_id":"758"}} {"account_number":758,"balance":15739,"firstname":"Berta","lastname":"Short","age":28,"gender":"M","address":"149 Surf Avenue","employer":"Ozean","email":"bertashort@ozean.com","city":"Odessa","state":"UT"} -{"index":{"_type": "account", "_id":"760"}} +{"index":{"_id":"760"}} {"account_number":760,"balance":40996,"firstname":"Rhea","lastname":"Blair","age":37,"gender":"F","address":"440 Hubbard Place","employer":"Bicol","email":"rheablair@bicol.com","city":"Stockwell","state":"LA"} -{"index":{"_type": "account", "_id":"765"}} +{"index":{"_id":"765"}} {"account_number":765,"balance":31278,"firstname":"Knowles","lastname":"Cunningham","age":23,"gender":"M","address":"753 Macdougal Street","employer":"Thredz","email":"knowlescunningham@thredz.com","city":"Thomasville","state":"WA"} -{"index":{"_type": "account", "_id":"772"}} +{"index":{"_id":"772"}} {"account_number":772,"balance":37849,"firstname":"Eloise","lastname":"Sparks","age":21,"gender":"M","address":"608 Willow Street","employer":"Satiance","email":"eloisesparks@satiance.com","city":"Richford","state":"NY"} -{"index":{"_type": "account", "_id":"777"}} +{"index":{"_id":"777"}} {"account_number":777,"balance":48294,"firstname":"Adkins","lastname":"Mejia","age":32,"gender":"M","address":"186 Oxford Walk","employer":"Datagen","email":"adkinsmejia@datagen.com","city":"Faywood","state":"OK"} -{"index":{"_type": "account", "_id":"784"}} +{"index":{"_id":"784"}} {"account_number":784,"balance":25291,"firstname":"Mabel","lastname":"Thornton","age":21,"gender":"M","address":"124 Louisiana Avenue","employer":"Zolavo","email":"mabelthornton@zolavo.com","city":"Lynn","state":"AL"} -{"index":{"_type": "account", "_id":"789"}} +{"index":{"_id":"789"}} {"account_number":789,"balance":8760,"firstname":"Cunningham","lastname":"Kerr","age":27,"gender":"F","address":"154 Sharon Street","employer":"Polarium","email":"cunninghamkerr@polarium.com","city":"Tuskahoma","state":"MS"} -{"index":{"_type": "account", "_id":"791"}} +{"index":{"_id":"791"}} {"account_number":791,"balance":48249,"firstname":"Janine","lastname":"Huber","age":38,"gender":"F","address":"348 Porter Avenue","employer":"Viocular","email":"janinehuber@viocular.com","city":"Fivepointville","state":"MA"} -{"index":{"_type": "account", "_id":"796"}} +{"index":{"_id":"796"}} {"account_number":796,"balance":23503,"firstname":"Mona","lastname":"Craft","age":35,"gender":"F","address":"511 Henry Street","employer":"Opticom","email":"monacraft@opticom.com","city":"Websterville","state":"IN"} -{"index":{"_type": "account", "_id":"804"}} +{"index":{"_id":"804"}} {"account_number":804,"balance":23610,"firstname":"Rojas","lastname":"Oneal","age":27,"gender":"M","address":"669 Sandford Street","employer":"Glukgluk","email":"rojasoneal@glukgluk.com","city":"Wheaton","state":"ME"} -{"index":{"_type": "account", "_id":"809"}} +{"index":{"_id":"809"}} {"account_number":809,"balance":47812,"firstname":"Christie","lastname":"Strickland","age":30,"gender":"M","address":"346 Bancroft Place","employer":"Anarco","email":"christiestrickland@anarco.com","city":"Baden","state":"NV"} -{"index":{"_type": "account", "_id":"811"}} +{"index":{"_id":"811"}} {"account_number":811,"balance":26007,"firstname":"Walls","lastname":"Rogers","age":28,"gender":"F","address":"352 Freeman Street","employer":"Geekmosis","email":"wallsrogers@geekmosis.com","city":"Caroleen","state":"NV"} -{"index":{"_type": "account", "_id":"816"}} +{"index":{"_id":"816"}} {"account_number":816,"balance":9567,"firstname":"Cornelia","lastname":"Lane","age":20,"gender":"F","address":"384 Bainbridge Street","employer":"Sulfax","email":"cornelialane@sulfax.com","city":"Elizaville","state":"MS"} -{"index":{"_type": "account", "_id":"823"}} +{"index":{"_id":"823"}} {"account_number":823,"balance":48726,"firstname":"Celia","lastname":"Bernard","age":33,"gender":"F","address":"466 Amboy Street","employer":"Mitroc","email":"celiabernard@mitroc.com","city":"Skyland","state":"GA"} -{"index":{"_type": "account", "_id":"828"}} +{"index":{"_id":"828"}} {"account_number":828,"balance":44890,"firstname":"Blanche","lastname":"Holmes","age":33,"gender":"F","address":"605 Stryker Court","employer":"Motovate","email":"blancheholmes@motovate.com","city":"Loomis","state":"KS"} -{"index":{"_type": "account", "_id":"830"}} +{"index":{"_id":"830"}} {"account_number":830,"balance":45210,"firstname":"Louella","lastname":"Chan","age":23,"gender":"M","address":"511 Heath Place","employer":"Conferia","email":"louellachan@conferia.com","city":"Brookfield","state":"OK"} -{"index":{"_type": "account", "_id":"835"}} +{"index":{"_id":"835"}} {"account_number":835,"balance":46558,"firstname":"Glover","lastname":"Rutledge","age":25,"gender":"F","address":"641 Royce Street","employer":"Ginkogene","email":"gloverrutledge@ginkogene.com","city":"Dixonville","state":"VA"} -{"index":{"_type": "account", "_id":"842"}} +{"index":{"_id":"842"}} {"account_number":842,"balance":49587,"firstname":"Meagan","lastname":"Buckner","age":23,"gender":"F","address":"833 Bushwick Court","employer":"Biospan","email":"meaganbuckner@biospan.com","city":"Craig","state":"TX"} -{"index":{"_type": "account", "_id":"847"}} +{"index":{"_id":"847"}} {"account_number":847,"balance":8652,"firstname":"Antonia","lastname":"Duncan","age":23,"gender":"M","address":"644 Stryker Street","employer":"Talae","email":"antoniaduncan@talae.com","city":"Dawn","state":"MO"} -{"index":{"_type": "account", "_id":"854"}} +{"index":{"_id":"854"}} {"account_number":854,"balance":49795,"firstname":"Jimenez","lastname":"Barry","age":25,"gender":"F","address":"603 Cooper Street","employer":"Verton","email":"jimenezbarry@verton.com","city":"Moscow","state":"AL"} -{"index":{"_type": "account", "_id":"859"}} +{"index":{"_id":"859"}} {"account_number":859,"balance":20734,"firstname":"Beulah","lastname":"Stuart","age":24,"gender":"F","address":"651 Albemarle Terrace","employer":"Hatology","email":"beulahstuart@hatology.com","city":"Waiohinu","state":"RI"} -{"index":{"_type": "account", "_id":"861"}} +{"index":{"_id":"861"}} {"account_number":861,"balance":44173,"firstname":"Jaime","lastname":"Wilson","age":35,"gender":"M","address":"680 Richardson Street","employer":"Temorak","email":"jaimewilson@temorak.com","city":"Fidelis","state":"FL"} -{"index":{"_type": "account", "_id":"866"}} +{"index":{"_id":"866"}} {"account_number":866,"balance":45565,"firstname":"Araceli","lastname":"Woodward","age":28,"gender":"M","address":"326 Meadow Street","employer":"Olympix","email":"araceliwoodward@olympix.com","city":"Dana","state":"KS"} -{"index":{"_type": "account", "_id":"873"}} +{"index":{"_id":"873"}} {"account_number":873,"balance":43931,"firstname":"Tisha","lastname":"Cotton","age":39,"gender":"F","address":"432 Lincoln Road","employer":"Buzzmaker","email":"tishacotton@buzzmaker.com","city":"Bluetown","state":"GA"} -{"index":{"_type": "account", "_id":"878"}} +{"index":{"_id":"878"}} {"account_number":878,"balance":49159,"firstname":"Battle","lastname":"Blackburn","age":40,"gender":"F","address":"234 Hendrix Street","employer":"Zilphur","email":"battleblackburn@zilphur.com","city":"Wanamie","state":"PA"} -{"index":{"_type": "account", "_id":"880"}} +{"index":{"_id":"880"}} {"account_number":880,"balance":22575,"firstname":"Christian","lastname":"Myers","age":35,"gender":"M","address":"737 Crown Street","employer":"Combogen","email":"christianmyers@combogen.com","city":"Abrams","state":"OK"} -{"index":{"_type": "account", "_id":"885"}} +{"index":{"_id":"885"}} {"account_number":885,"balance":31661,"firstname":"Valdez","lastname":"Roberson","age":40,"gender":"F","address":"227 Scholes Street","employer":"Delphide","email":"valdezroberson@delphide.com","city":"Chilton","state":"MT"} -{"index":{"_type": "account", "_id":"892"}} +{"index":{"_id":"892"}} {"account_number":892,"balance":44974,"firstname":"Hill","lastname":"Hayes","age":29,"gender":"M","address":"721 Dooley Street","employer":"Fuelton","email":"hillhayes@fuelton.com","city":"Orason","state":"MT"} -{"index":{"_type": "account", "_id":"897"}} +{"index":{"_id":"897"}} {"account_number":897,"balance":45973,"firstname":"Alyson","lastname":"Irwin","age":25,"gender":"M","address":"731 Poplar Street","employer":"Quizka","email":"alysonirwin@quizka.com","city":"Singer","state":"VA"} -{"index":{"_type": "account", "_id":"900"}} +{"index":{"_id":"900"}} {"account_number":900,"balance":6124,"firstname":"Gonzalez","lastname":"Watson","age":23,"gender":"M","address":"624 Sullivan Street","employer":"Marvane","email":"gonzalezwatson@marvane.com","city":"Wikieup","state":"IL"} -{"index":{"_type": "account", "_id":"905"}} +{"index":{"_id":"905"}} {"account_number":905,"balance":29438,"firstname":"Schultz","lastname":"Moreno","age":20,"gender":"F","address":"761 Cedar Street","employer":"Paragonia","email":"schultzmoreno@paragonia.com","city":"Glenshaw","state":"SC"} -{"index":{"_type": "account", "_id":"912"}} +{"index":{"_id":"912"}} {"account_number":912,"balance":13675,"firstname":"Flora","lastname":"Alvarado","age":26,"gender":"M","address":"771 Vandervoort Avenue","employer":"Boilicon","email":"floraalvarado@boilicon.com","city":"Vivian","state":"ID"} -{"index":{"_type": "account", "_id":"917"}} +{"index":{"_id":"917"}} {"account_number":917,"balance":47782,"firstname":"Parks","lastname":"Hurst","age":24,"gender":"M","address":"933 Cozine Avenue","employer":"Pyramis","email":"parkshurst@pyramis.com","city":"Lindcove","state":"GA"} -{"index":{"_type": "account", "_id":"924"}} +{"index":{"_id":"924"}} {"account_number":924,"balance":3811,"firstname":"Hilary","lastname":"Leonard","age":24,"gender":"M","address":"235 Hegeman Avenue","employer":"Metroz","email":"hilaryleonard@metroz.com","city":"Roosevelt","state":"ME"} -{"index":{"_type": "account", "_id":"929"}} +{"index":{"_id":"929"}} {"account_number":929,"balance":34708,"firstname":"Willie","lastname":"Hickman","age":35,"gender":"M","address":"430 Devoe Street","employer":"Apextri","email":"williehickman@apextri.com","city":"Clay","state":"MS"} -{"index":{"_type": "account", "_id":"931"}} +{"index":{"_id":"931"}} {"account_number":931,"balance":8244,"firstname":"Ingrid","lastname":"Garcia","age":23,"gender":"F","address":"674 Indiana Place","employer":"Balooba","email":"ingridgarcia@balooba.com","city":"Interlochen","state":"AZ"} -{"index":{"_type": "account", "_id":"936"}} +{"index":{"_id":"936"}} {"account_number":936,"balance":22430,"firstname":"Beth","lastname":"Frye","age":36,"gender":"M","address":"462 Thatford Avenue","employer":"Puria","email":"bethfrye@puria.com","city":"Hiseville","state":"LA"} -{"index":{"_type": "account", "_id":"943"}} +{"index":{"_id":"943"}} {"account_number":943,"balance":24187,"firstname":"Wagner","lastname":"Griffin","age":23,"gender":"M","address":"489 Ellery Street","employer":"Gazak","email":"wagnergriffin@gazak.com","city":"Lorraine","state":"HI"} -{"index":{"_type": "account", "_id":"948"}} +{"index":{"_id":"948"}} {"account_number":948,"balance":37074,"firstname":"Sargent","lastname":"Powers","age":40,"gender":"M","address":"532 Fiske Place","employer":"Accuprint","email":"sargentpowers@accuprint.com","city":"Umapine","state":"AK"} -{"index":{"_type": "account", "_id":"950"}} +{"index":{"_id":"950"}} {"account_number":950,"balance":30916,"firstname":"Sherrie","lastname":"Patel","age":32,"gender":"F","address":"658 Langham Street","employer":"Futurize","email":"sherriepatel@futurize.com","city":"Garfield","state":"OR"} -{"index":{"_type": "account", "_id":"955"}} +{"index":{"_id":"955"}} {"account_number":955,"balance":41621,"firstname":"Klein","lastname":"Kemp","age":33,"gender":"M","address":"370 Vanderbilt Avenue","employer":"Synkgen","email":"kleinkemp@synkgen.com","city":"Bonanza","state":"FL"} -{"index":{"_type": "account", "_id":"962"}} +{"index":{"_id":"962"}} {"account_number":962,"balance":32096,"firstname":"Trujillo","lastname":"Wilcox","age":21,"gender":"F","address":"914 Duffield Street","employer":"Extragene","email":"trujillowilcox@extragene.com","city":"Golconda","state":"MA"} -{"index":{"_type": "account", "_id":"967"}} +{"index":{"_id":"967"}} {"account_number":967,"balance":19161,"firstname":"Carrie","lastname":"Huffman","age":36,"gender":"F","address":"240 Sands Street","employer":"Injoy","email":"carriehuffman@injoy.com","city":"Leroy","state":"CA"} -{"index":{"_type": "account", "_id":"974"}} +{"index":{"_id":"974"}} {"account_number":974,"balance":38082,"firstname":"Deborah","lastname":"Yang","age":26,"gender":"F","address":"463 Goodwin Place","employer":"Entogrok","email":"deborahyang@entogrok.com","city":"Herald","state":"KY"} -{"index":{"_type": "account", "_id":"979"}} +{"index":{"_id":"979"}} {"account_number":979,"balance":43130,"firstname":"Vaughn","lastname":"Pittman","age":29,"gender":"M","address":"446 Tompkins Place","employer":"Phormula","email":"vaughnpittman@phormula.com","city":"Fingerville","state":"WI"} -{"index":{"_type": "account", "_id":"981"}} +{"index":{"_id":"981"}} {"account_number":981,"balance":20278,"firstname":"Nolan","lastname":"Warner","age":29,"gender":"F","address":"753 Channel Avenue","employer":"Interodeo","email":"nolanwarner@interodeo.com","city":"Layhill","state":"MT"} -{"index":{"_type": "account", "_id":"986"}} +{"index":{"_id":"986"}} {"account_number":986,"balance":35086,"firstname":"Norris","lastname":"Hubbard","age":31,"gender":"M","address":"600 Celeste Court","employer":"Printspan","email":"norrishubbard@printspan.com","city":"Cassel","state":"MI"} -{"index":{"_type": "account", "_id":"993"}} +{"index":{"_id":"993"}} {"account_number":993,"balance":26487,"firstname":"Campos","lastname":"Olsen","age":37,"gender":"M","address":"873 Covert Street","employer":"Isbol","email":"camposolsen@isbol.com","city":"Glendale","state":"AK"} -{"index":{"_type": "account", "_id":"998"}} +{"index":{"_id":"998"}} {"account_number":998,"balance":16869,"firstname":"Letha","lastname":"Baker","age":40,"gender":"F","address":"206 Llama Court","employer":"Dognosis","email":"lethabaker@dognosis.com","city":"Dunlo","state":"WV"} -{"index":{"_type": "account", "_id":"2"}} +{"index":{"_id":"2"}} {"account_number":2,"balance":28838,"firstname":"Roberta","lastname":"Bender","age":22,"gender":"F","address":"560 Kingsway Place","employer":"Chillium","email":"robertabender@chillium.com","city":"Bennett","state":"LA"} -{"index":{"_type": "account", "_id":"7"}} +{"index":{"_id":"7"}} {"account_number":7,"balance":39121,"firstname":"Levy","lastname":"Richard","age":22,"gender":"M","address":"820 Logan Street","employer":"Teraprene","email":"levyrichard@teraprene.com","city":"Shrewsbury","state":"MO"} -{"index":{"_type": "account", "_id":"14"}} +{"index":{"_id":"14"}} {"account_number":14,"balance":20480,"firstname":"Erma","lastname":"Kane","age":39,"gender":"F","address":"661 Vista Place","employer":"Stockpost","email":"ermakane@stockpost.com","city":"Chamizal","state":"NY"} -{"index":{"_type": "account", "_id":"19"}} +{"index":{"_id":"19"}} {"account_number":19,"balance":27894,"firstname":"Schwartz","lastname":"Buchanan","age":28,"gender":"F","address":"449 Mersereau Court","employer":"Sybixtex","email":"schwartzbuchanan@sybixtex.com","city":"Greenwich","state":"KS"} -{"index":{"_type": "account", "_id":"21"}} +{"index":{"_id":"21"}} {"account_number":21,"balance":7004,"firstname":"Estella","lastname":"Paul","age":38,"gender":"M","address":"859 Portal Street","employer":"Zillatide","email":"estellapaul@zillatide.com","city":"Churchill","state":"WV"} -{"index":{"_type": "account", "_id":"26"}} +{"index":{"_id":"26"}} {"account_number":26,"balance":14127,"firstname":"Lorraine","lastname":"Mccullough","age":39,"gender":"F","address":"157 Dupont Street","employer":"Zosis","email":"lorrainemccullough@zosis.com","city":"Dennard","state":"NH"} -{"index":{"_type": "account", "_id":"33"}} +{"index":{"_id":"33"}} {"account_number":33,"balance":35439,"firstname":"Savannah","lastname":"Kirby","age":30,"gender":"F","address":"372 Malta Street","employer":"Musanpoly","email":"savannahkirby@musanpoly.com","city":"Muse","state":"AK"} -{"index":{"_type": "account", "_id":"38"}} +{"index":{"_id":"38"}} {"account_number":38,"balance":10511,"firstname":"Erna","lastname":"Fields","age":32,"gender":"M","address":"357 Maple Street","employer":"Eweville","email":"ernafields@eweville.com","city":"Twilight","state":"MS"} -{"index":{"_type": "account", "_id":"40"}} +{"index":{"_id":"40"}} {"account_number":40,"balance":33882,"firstname":"Pace","lastname":"Molina","age":40,"gender":"M","address":"263 Ovington Court","employer":"Cytrak","email":"pacemolina@cytrak.com","city":"Silkworth","state":"OR"} -{"index":{"_type": "account", "_id":"45"}} +{"index":{"_id":"45"}} {"account_number":45,"balance":44478,"firstname":"Geneva","lastname":"Morin","age":21,"gender":"F","address":"357 Herkimer Street","employer":"Ezent","email":"genevamorin@ezent.com","city":"Blanco","state":"AZ"} -{"index":{"_type": "account", "_id":"52"}} +{"index":{"_id":"52"}} {"account_number":52,"balance":46425,"firstname":"Kayla","lastname":"Bradshaw","age":31,"gender":"M","address":"449 Barlow Drive","employer":"Magnemo","email":"kaylabradshaw@magnemo.com","city":"Wawona","state":"AZ"} -{"index":{"_type": "account", "_id":"57"}} +{"index":{"_id":"57"}} {"account_number":57,"balance":8705,"firstname":"Powell","lastname":"Herring","age":21,"gender":"M","address":"263 Merit Court","employer":"Digiprint","email":"powellherring@digiprint.com","city":"Coral","state":"MT"} -{"index":{"_type": "account", "_id":"64"}} +{"index":{"_id":"64"}} {"account_number":64,"balance":44036,"firstname":"Miles","lastname":"Battle","age":35,"gender":"F","address":"988 Homecrest Avenue","employer":"Koffee","email":"milesbattle@koffee.com","city":"Motley","state":"ID"} -{"index":{"_type": "account", "_id":"69"}} +{"index":{"_id":"69"}} {"account_number":69,"balance":14253,"firstname":"Desiree","lastname":"Harrison","age":24,"gender":"M","address":"694 Garland Court","employer":"Barkarama","email":"desireeharrison@barkarama.com","city":"Hackneyville","state":"GA"} -{"index":{"_type": "account", "_id":"71"}} +{"index":{"_id":"71"}} {"account_number":71,"balance":38201,"firstname":"Sharpe","lastname":"Hoffman","age":39,"gender":"F","address":"450 Conklin Avenue","employer":"Centree","email":"sharpehoffman@centree.com","city":"Urbana","state":"WY"} -{"index":{"_type": "account", "_id":"76"}} +{"index":{"_id":"76"}} {"account_number":76,"balance":38345,"firstname":"Claudette","lastname":"Beard","age":24,"gender":"F","address":"748 Dorset Street","employer":"Repetwire","email":"claudettebeard@repetwire.com","city":"Caln","state":"TX"} -{"index":{"_type": "account", "_id":"83"}} +{"index":{"_id":"83"}} {"account_number":83,"balance":35928,"firstname":"Mayo","lastname":"Cleveland","age":28,"gender":"M","address":"720 Brooklyn Road","employer":"Indexia","email":"mayocleveland@indexia.com","city":"Roberts","state":"ND"} -{"index":{"_type": "account", "_id":"88"}} +{"index":{"_id":"88"}} {"account_number":88,"balance":26418,"firstname":"Adela","lastname":"Tyler","age":21,"gender":"F","address":"737 Clove Road","employer":"Surelogic","email":"adelatyler@surelogic.com","city":"Boling","state":"SD"} -{"index":{"_type": "account", "_id":"90"}} +{"index":{"_id":"90"}} {"account_number":90,"balance":25332,"firstname":"Herman","lastname":"Snyder","age":22,"gender":"F","address":"737 College Place","employer":"Lunchpod","email":"hermansnyder@lunchpod.com","city":"Flintville","state":"IA"} -{"index":{"_type": "account", "_id":"95"}} +{"index":{"_id":"95"}} {"account_number":95,"balance":1650,"firstname":"Dominguez","lastname":"Le","age":20,"gender":"M","address":"539 Grace Court","employer":"Portica","email":"dominguezle@portica.com","city":"Wollochet","state":"KS"} -{"index":{"_type": "account", "_id":"103"}} +{"index":{"_id":"103"}} {"account_number":103,"balance":11253,"firstname":"Calhoun","lastname":"Bruce","age":33,"gender":"F","address":"731 Clarkson Avenue","employer":"Automon","email":"calhounbruce@automon.com","city":"Marienthal","state":"IL"} -{"index":{"_type": "account", "_id":"108"}} +{"index":{"_id":"108"}} {"account_number":108,"balance":19015,"firstname":"Christensen","lastname":"Weaver","age":21,"gender":"M","address":"398 Dearborn Court","employer":"Quilk","email":"christensenweaver@quilk.com","city":"Belvoir","state":"TX"} -{"index":{"_type": "account", "_id":"110"}} +{"index":{"_id":"110"}} {"account_number":110,"balance":4850,"firstname":"Daphne","lastname":"Byrd","age":23,"gender":"F","address":"239 Conover Street","employer":"Freakin","email":"daphnebyrd@freakin.com","city":"Taft","state":"MN"} -{"index":{"_type": "account", "_id":"115"}} +{"index":{"_id":"115"}} {"account_number":115,"balance":18750,"firstname":"Nikki","lastname":"Doyle","age":31,"gender":"F","address":"537 Clara Street","employer":"Fossiel","email":"nikkidoyle@fossiel.com","city":"Caron","state":"MS"} -{"index":{"_type": "account", "_id":"122"}} +{"index":{"_id":"122"}} {"account_number":122,"balance":17128,"firstname":"Aurora","lastname":"Fry","age":31,"gender":"F","address":"227 Knapp Street","employer":"Makingway","email":"aurorafry@makingway.com","city":"Maybell","state":"NE"} -{"index":{"_type": "account", "_id":"127"}} +{"index":{"_id":"127"}} {"account_number":127,"balance":48734,"firstname":"Diann","lastname":"Mclaughlin","age":33,"gender":"F","address":"340 Clermont Avenue","employer":"Enomen","email":"diannmclaughlin@enomen.com","city":"Rutherford","state":"ND"} -{"index":{"_type": "account", "_id":"134"}} +{"index":{"_id":"134"}} {"account_number":134,"balance":33829,"firstname":"Madelyn","lastname":"Norris","age":30,"gender":"F","address":"176 Noel Avenue","employer":"Endicil","email":"madelynnorris@endicil.com","city":"Walker","state":"NE"} -{"index":{"_type": "account", "_id":"139"}} +{"index":{"_id":"139"}} {"account_number":139,"balance":18444,"firstname":"Rios","lastname":"Todd","age":35,"gender":"F","address":"281 Georgia Avenue","employer":"Uberlux","email":"riostodd@uberlux.com","city":"Hannasville","state":"PA"} -{"index":{"_type": "account", "_id":"141"}} +{"index":{"_id":"141"}} {"account_number":141,"balance":20790,"firstname":"Liliana","lastname":"Caldwell","age":29,"gender":"M","address":"414 Huron Street","employer":"Rubadub","email":"lilianacaldwell@rubadub.com","city":"Hiwasse","state":"OK"} -{"index":{"_type": "account", "_id":"146"}} +{"index":{"_id":"146"}} {"account_number":146,"balance":39078,"firstname":"Lang","lastname":"Kaufman","age":32,"gender":"F","address":"626 Beverley Road","employer":"Rodeomad","email":"langkaufman@rodeomad.com","city":"Mahtowa","state":"RI"} -{"index":{"_type": "account", "_id":"153"}} +{"index":{"_id":"153"}} {"account_number":153,"balance":32074,"firstname":"Bird","lastname":"Cochran","age":31,"gender":"F","address":"691 Bokee Court","employer":"Supremia","email":"birdcochran@supremia.com","city":"Barrelville","state":"NE"} -{"index":{"_type": "account", "_id":"158"}} +{"index":{"_id":"158"}} {"account_number":158,"balance":9380,"firstname":"Natalie","lastname":"Mcdowell","age":27,"gender":"M","address":"953 Roder Avenue","employer":"Myopium","email":"nataliemcdowell@myopium.com","city":"Savage","state":"ND"} -{"index":{"_type": "account", "_id":"160"}} +{"index":{"_id":"160"}} {"account_number":160,"balance":48974,"firstname":"Hull","lastname":"Cherry","age":23,"gender":"F","address":"275 Beaumont Street","employer":"Noralex","email":"hullcherry@noralex.com","city":"Whipholt","state":"WA"} -{"index":{"_type": "account", "_id":"165"}} +{"index":{"_id":"165"}} {"account_number":165,"balance":18956,"firstname":"Sims","lastname":"Mckay","age":40,"gender":"F","address":"205 Jackson Street","employer":"Comtour","email":"simsmckay@comtour.com","city":"Tilden","state":"DC"} -{"index":{"_type": "account", "_id":"172"}} +{"index":{"_id":"172"}} {"account_number":172,"balance":18356,"firstname":"Marie","lastname":"Whitehead","age":20,"gender":"M","address":"704 Monaco Place","employer":"Sultrax","email":"mariewhitehead@sultrax.com","city":"Dragoon","state":"IL"} -{"index":{"_type": "account", "_id":"177"}} +{"index":{"_id":"177"}} {"account_number":177,"balance":48972,"firstname":"Harris","lastname":"Gross","age":40,"gender":"F","address":"468 Suydam Street","employer":"Kidstock","email":"harrisgross@kidstock.com","city":"Yettem","state":"KY"} -{"index":{"_type": "account", "_id":"184"}} +{"index":{"_id":"184"}} {"account_number":184,"balance":9157,"firstname":"Cathy","lastname":"Morrison","age":27,"gender":"M","address":"882 Pine Street","employer":"Zytrek","email":"cathymorrison@zytrek.com","city":"Fedora","state":"FL"} -{"index":{"_type": "account", "_id":"189"}} +{"index":{"_id":"189"}} {"account_number":189,"balance":20167,"firstname":"Ada","lastname":"Cortez","age":38,"gender":"F","address":"700 Forest Place","employer":"Micronaut","email":"adacortez@micronaut.com","city":"Eagletown","state":"TX"} -{"index":{"_type": "account", "_id":"191"}} +{"index":{"_id":"191"}} {"account_number":191,"balance":26172,"firstname":"Barr","lastname":"Sharpe","age":28,"gender":"M","address":"428 Auburn Place","employer":"Ziggles","email":"barrsharpe@ziggles.com","city":"Springdale","state":"KS"} -{"index":{"_type": "account", "_id":"196"}} +{"index":{"_id":"196"}} {"account_number":196,"balance":29931,"firstname":"Caldwell","lastname":"Daniel","age":28,"gender":"F","address":"405 Oliver Street","employer":"Furnigeer","email":"caldwelldaniel@furnigeer.com","city":"Zortman","state":"NE"} -{"index":{"_type": "account", "_id":"204"}} +{"index":{"_id":"204"}} {"account_number":204,"balance":27714,"firstname":"Mavis","lastname":"Deleon","age":39,"gender":"F","address":"400 Waldane Court","employer":"Lotron","email":"mavisdeleon@lotron.com","city":"Stollings","state":"LA"} -{"index":{"_type": "account", "_id":"209"}} +{"index":{"_id":"209"}} {"account_number":209,"balance":31052,"firstname":"Myers","lastname":"Noel","age":30,"gender":"F","address":"691 Alton Place","employer":"Greeker","email":"myersnoel@greeker.com","city":"Hinsdale","state":"KY"} -{"index":{"_type": "account", "_id":"211"}} +{"index":{"_id":"211"}} {"account_number":211,"balance":21539,"firstname":"Graciela","lastname":"Vaughan","age":22,"gender":"M","address":"558 Montauk Court","employer":"Fishland","email":"gracielavaughan@fishland.com","city":"Madrid","state":"PA"} -{"index":{"_type": "account", "_id":"216"}} +{"index":{"_id":"216"}} {"account_number":216,"balance":11422,"firstname":"Price","lastname":"Haley","age":35,"gender":"M","address":"233 Portland Avenue","employer":"Zeam","email":"pricehaley@zeam.com","city":"Titanic","state":"UT"} -{"index":{"_type": "account", "_id":"223"}} +{"index":{"_id":"223"}} {"account_number":223,"balance":9528,"firstname":"Newton","lastname":"Fletcher","age":26,"gender":"F","address":"654 Dewitt Avenue","employer":"Assistia","email":"newtonfletcher@assistia.com","city":"Nipinnawasee","state":"AK"} -{"index":{"_type": "account", "_id":"228"}} +{"index":{"_id":"228"}} {"account_number":228,"balance":10543,"firstname":"Rosella","lastname":"Albert","age":20,"gender":"M","address":"185 Gotham Avenue","employer":"Isoplex","email":"rosellaalbert@isoplex.com","city":"Finzel","state":"NY"} -{"index":{"_type": "account", "_id":"230"}} +{"index":{"_id":"230"}} {"account_number":230,"balance":10829,"firstname":"Chris","lastname":"Raymond","age":28,"gender":"F","address":"464 Remsen Street","employer":"Cogentry","email":"chrisraymond@cogentry.com","city":"Bowmansville","state":"SD"} -{"index":{"_type": "account", "_id":"235"}} +{"index":{"_id":"235"}} {"account_number":235,"balance":17729,"firstname":"Mcpherson","lastname":"Mueller","age":31,"gender":"M","address":"541 Strong Place","employer":"Tingles","email":"mcphersonmueller@tingles.com","city":"Brantleyville","state":"AR"} -{"index":{"_type": "account", "_id":"242"}} +{"index":{"_id":"242"}} {"account_number":242,"balance":42318,"firstname":"Berger","lastname":"Roach","age":21,"gender":"M","address":"125 Wakeman Place","employer":"Ovium","email":"bergerroach@ovium.com","city":"Hessville","state":"WI"} -{"index":{"_type": "account", "_id":"247"}} +{"index":{"_id":"247"}} {"account_number":247,"balance":45123,"firstname":"Mccormick","lastname":"Moon","age":37,"gender":"M","address":"582 Brighton Avenue","employer":"Norsup","email":"mccormickmoon@norsup.com","city":"Forestburg","state":"DE"} -{"index":{"_type": "account", "_id":"254"}} +{"index":{"_id":"254"}} {"account_number":254,"balance":35104,"firstname":"Yang","lastname":"Dodson","age":21,"gender":"M","address":"531 Lott Street","employer":"Mondicil","email":"yangdodson@mondicil.com","city":"Enoree","state":"UT"} -{"index":{"_type": "account", "_id":"259"}} +{"index":{"_id":"259"}} {"account_number":259,"balance":41877,"firstname":"Eleanor","lastname":"Gonzalez","age":30,"gender":"M","address":"800 Sumpter Street","employer":"Futuris","email":"eleanorgonzalez@futuris.com","city":"Jenkinsville","state":"ID"} -{"index":{"_type": "account", "_id":"261"}} +{"index":{"_id":"261"}} {"account_number":261,"balance":39998,"firstname":"Millicent","lastname":"Pickett","age":34,"gender":"F","address":"722 Montieth Street","employer":"Gushkool","email":"millicentpickett@gushkool.com","city":"Norwood","state":"MS"} -{"index":{"_type": "account", "_id":"266"}} +{"index":{"_id":"266"}} {"account_number":266,"balance":2777,"firstname":"Monique","lastname":"Conner","age":35,"gender":"F","address":"489 Metrotech Courtr","employer":"Flotonic","email":"moniqueconner@flotonic.com","city":"Retsof","state":"MD"} -{"index":{"_type": "account", "_id":"273"}} +{"index":{"_id":"273"}} {"account_number":273,"balance":11181,"firstname":"Murphy","lastname":"Chandler","age":20,"gender":"F","address":"569 Bradford Street","employer":"Zilch","email":"murphychandler@zilch.com","city":"Vicksburg","state":"FL"} -{"index":{"_type": "account", "_id":"278"}} +{"index":{"_id":"278"}} {"account_number":278,"balance":22530,"firstname":"Tamra","lastname":"Navarro","age":27,"gender":"F","address":"175 Woodruff Avenue","employer":"Norsul","email":"tamranavarro@norsul.com","city":"Glasgow","state":"VT"} -{"index":{"_type": "account", "_id":"280"}} +{"index":{"_id":"280"}} {"account_number":280,"balance":3380,"firstname":"Vilma","lastname":"Shields","age":26,"gender":"F","address":"133 Berriman Street","employer":"Applidec","email":"vilmashields@applidec.com","city":"Adamstown","state":"ME"} -{"index":{"_type": "account", "_id":"285"}} +{"index":{"_id":"285"}} {"account_number":285,"balance":47369,"firstname":"Hilda","lastname":"Phillips","age":28,"gender":"F","address":"618 Nixon Court","employer":"Comcur","email":"hildaphillips@comcur.com","city":"Siglerville","state":"NC"} -{"index":{"_type": "account", "_id":"292"}} +{"index":{"_id":"292"}} {"account_number":292,"balance":26679,"firstname":"Morrow","lastname":"Greene","age":20,"gender":"F","address":"691 Nassau Street","employer":"Columella","email":"morrowgreene@columella.com","city":"Sanborn","state":"FL"} -{"index":{"_type": "account", "_id":"297"}} +{"index":{"_id":"297"}} {"account_number":297,"balance":20508,"firstname":"Tucker","lastname":"Patrick","age":35,"gender":"F","address":"978 Whitwell Place","employer":"Valreda","email":"tuckerpatrick@valreda.com","city":"Deseret","state":"CO"} -{"index":{"_type": "account", "_id":"300"}} +{"index":{"_id":"300"}} {"account_number":300,"balance":25654,"firstname":"Lane","lastname":"Tate","age":26,"gender":"F","address":"632 Kay Court","employer":"Genesynk","email":"lanetate@genesynk.com","city":"Lowell","state":"MO"} -{"index":{"_type": "account", "_id":"305"}} +{"index":{"_id":"305"}} {"account_number":305,"balance":11655,"firstname":"Augusta","lastname":"Winters","age":29,"gender":"F","address":"377 Paerdegat Avenue","employer":"Vendblend","email":"augustawinters@vendblend.com","city":"Gwynn","state":"MA"} -{"index":{"_type": "account", "_id":"312"}} +{"index":{"_id":"312"}} {"account_number":312,"balance":8511,"firstname":"Burgess","lastname":"Gentry","age":25,"gender":"F","address":"382 Bergen Court","employer":"Orbixtar","email":"burgessgentry@orbixtar.com","city":"Conestoga","state":"WI"} -{"index":{"_type": "account", "_id":"317"}} +{"index":{"_id":"317"}} {"account_number":317,"balance":31968,"firstname":"Ruiz","lastname":"Morris","age":31,"gender":"F","address":"972 Dean Street","employer":"Apex","email":"ruizmorris@apex.com","city":"Jacksonwald","state":"WV"} -{"index":{"_type": "account", "_id":"324"}} +{"index":{"_id":"324"}} {"account_number":324,"balance":44976,"firstname":"Gladys","lastname":"Erickson","age":22,"gender":"M","address":"250 Battery Avenue","employer":"Eternis","email":"gladyserickson@eternis.com","city":"Marne","state":"IA"} -{"index":{"_type": "account", "_id":"329"}} +{"index":{"_id":"329"}} {"account_number":329,"balance":31138,"firstname":"Nellie","lastname":"Mercer","age":25,"gender":"M","address":"967 Ebony Court","employer":"Scenty","email":"nelliemercer@scenty.com","city":"Jardine","state":"AK"} -{"index":{"_type": "account", "_id":"331"}} +{"index":{"_id":"331"}} {"account_number":331,"balance":46004,"firstname":"Gibson","lastname":"Potts","age":34,"gender":"F","address":"994 Dahill Road","employer":"Zensus","email":"gibsonpotts@zensus.com","city":"Frizzleburg","state":"CO"} -{"index":{"_type": "account", "_id":"336"}} +{"index":{"_id":"336"}} {"account_number":336,"balance":40891,"firstname":"Dudley","lastname":"Avery","age":25,"gender":"M","address":"405 Powers Street","employer":"Genmom","email":"dudleyavery@genmom.com","city":"Clarksburg","state":"CO"} -{"index":{"_type": "account", "_id":"343"}} +{"index":{"_id":"343"}} {"account_number":343,"balance":37684,"firstname":"Robbie","lastname":"Logan","age":29,"gender":"M","address":"488 Linden Boulevard","employer":"Hydrocom","email":"robbielogan@hydrocom.com","city":"Stockdale","state":"TN"} -{"index":{"_type": "account", "_id":"348"}} +{"index":{"_id":"348"}} {"account_number":348,"balance":1360,"firstname":"Karina","lastname":"Russell","age":37,"gender":"M","address":"797 Moffat Street","employer":"Limozen","email":"karinarussell@limozen.com","city":"Riegelwood","state":"RI"} -{"index":{"_type": "account", "_id":"350"}} +{"index":{"_id":"350"}} {"account_number":350,"balance":4267,"firstname":"Wyatt","lastname":"Wise","age":22,"gender":"F","address":"896 Bleecker Street","employer":"Rockyard","email":"wyattwise@rockyard.com","city":"Joes","state":"MS"} -{"index":{"_type": "account", "_id":"355"}} +{"index":{"_id":"355"}} {"account_number":355,"balance":40961,"firstname":"Gregory","lastname":"Delacruz","age":38,"gender":"M","address":"876 Cortelyou Road","employer":"Oulu","email":"gregorydelacruz@oulu.com","city":"Waterloo","state":"WV"} -{"index":{"_type": "account", "_id":"362"}} +{"index":{"_id":"362"}} {"account_number":362,"balance":14938,"firstname":"Jimmie","lastname":"Dejesus","age":26,"gender":"M","address":"351 Navy Walk","employer":"Ecolight","email":"jimmiedejesus@ecolight.com","city":"Berlin","state":"ME"} -{"index":{"_type": "account", "_id":"367"}} +{"index":{"_id":"367"}} {"account_number":367,"balance":40458,"firstname":"Elaine","lastname":"Workman","age":20,"gender":"M","address":"188 Ridge Boulevard","employer":"Colaire","email":"elaineworkman@colaire.com","city":"Herbster","state":"AK"} -{"index":{"_type": "account", "_id":"374"}} +{"index":{"_id":"374"}} {"account_number":374,"balance":19521,"firstname":"Blanchard","lastname":"Stein","age":30,"gender":"M","address":"313 Bartlett Street","employer":"Cujo","email":"blanchardstein@cujo.com","city":"Cascades","state":"OR"} -{"index":{"_type": "account", "_id":"379"}} +{"index":{"_id":"379"}} {"account_number":379,"balance":12962,"firstname":"Ruthie","lastname":"Lamb","age":21,"gender":"M","address":"796 Rockaway Avenue","employer":"Incubus","email":"ruthielamb@incubus.com","city":"Hickory","state":"TX"} -{"index":{"_type": "account", "_id":"381"}} +{"index":{"_id":"381"}} {"account_number":381,"balance":40978,"firstname":"Sophie","lastname":"Mays","age":31,"gender":"M","address":"261 Varanda Place","employer":"Uneeq","email":"sophiemays@uneeq.com","city":"Cressey","state":"AR"} -{"index":{"_type": "account", "_id":"386"}} +{"index":{"_id":"386"}} {"account_number":386,"balance":42588,"firstname":"Wallace","lastname":"Barr","age":39,"gender":"F","address":"246 Beverly Road","employer":"Concility","email":"wallacebarr@concility.com","city":"Durham","state":"IN"} -{"index":{"_type": "account", "_id":"393"}} +{"index":{"_id":"393"}} {"account_number":393,"balance":43936,"firstname":"William","lastname":"Kelly","age":24,"gender":"M","address":"178 Lawrence Avenue","employer":"Techtrix","email":"williamkelly@techtrix.com","city":"Orin","state":"PA"} -{"index":{"_type": "account", "_id":"398"}} +{"index":{"_id":"398"}} {"account_number":398,"balance":8543,"firstname":"Leticia","lastname":"Duran","age":35,"gender":"F","address":"305 Senator Street","employer":"Xleen","email":"leticiaduran@xleen.com","city":"Cavalero","state":"PA"} -{"index":{"_type": "account", "_id":"401"}} +{"index":{"_id":"401"}} {"account_number":401,"balance":29408,"firstname":"Contreras","lastname":"Randolph","age":38,"gender":"M","address":"104 Lewis Avenue","employer":"Inrt","email":"contrerasrandolph@inrt.com","city":"Chesapeake","state":"CT"} -{"index":{"_type": "account", "_id":"406"}} +{"index":{"_id":"406"}} {"account_number":406,"balance":28127,"firstname":"Mccarthy","lastname":"Dunlap","age":28,"gender":"F","address":"684 Seacoast Terrace","employer":"Canopoly","email":"mccarthydunlap@canopoly.com","city":"Elliott","state":"NC"} -{"index":{"_type": "account", "_id":"413"}} +{"index":{"_id":"413"}} {"account_number":413,"balance":15631,"firstname":"Pugh","lastname":"Hamilton","age":39,"gender":"F","address":"124 Euclid Avenue","employer":"Techade","email":"pughhamilton@techade.com","city":"Beaulieu","state":"CA"} -{"index":{"_type": "account", "_id":"418"}} +{"index":{"_id":"418"}} {"account_number":418,"balance":10207,"firstname":"Reed","lastname":"Goff","age":32,"gender":"M","address":"959 Everit Street","employer":"Zillan","email":"reedgoff@zillan.com","city":"Hiko","state":"WV"} -{"index":{"_type": "account", "_id":"420"}} +{"index":{"_id":"420"}} {"account_number":420,"balance":44699,"firstname":"Brandie","lastname":"Hayden","age":22,"gender":"M","address":"291 Ash Street","employer":"Digifad","email":"brandiehayden@digifad.com","city":"Spelter","state":"NM"} -{"index":{"_type": "account", "_id":"425"}} +{"index":{"_id":"425"}} {"account_number":425,"balance":41308,"firstname":"Queen","lastname":"Leach","age":30,"gender":"M","address":"105 Fair Street","employer":"Magneato","email":"queenleach@magneato.com","city":"Barronett","state":"NH"} -{"index":{"_type": "account", "_id":"432"}} +{"index":{"_id":"432"}} {"account_number":432,"balance":28969,"firstname":"Preston","lastname":"Ferguson","age":40,"gender":"F","address":"239 Greenwood Avenue","employer":"Bitendrex","email":"prestonferguson@bitendrex.com","city":"Idledale","state":"ND"} -{"index":{"_type": "account", "_id":"437"}} +{"index":{"_id":"437"}} {"account_number":437,"balance":41225,"firstname":"Rosales","lastname":"Marquez","age":29,"gender":"M","address":"873 Ryerson Street","employer":"Ronelon","email":"rosalesmarquez@ronelon.com","city":"Allendale","state":"CA"} -{"index":{"_type": "account", "_id":"444"}} +{"index":{"_id":"444"}} {"account_number":444,"balance":44219,"firstname":"Dolly","lastname":"Finch","age":24,"gender":"F","address":"974 Interborough Parkway","employer":"Zytrac","email":"dollyfinch@zytrac.com","city":"Vowinckel","state":"WY"} -{"index":{"_type": "account", "_id":"449"}} +{"index":{"_id":"449"}} {"account_number":449,"balance":41950,"firstname":"Barnett","lastname":"Cantrell","age":39,"gender":"F","address":"945 Bedell Lane","employer":"Zentility","email":"barnettcantrell@zentility.com","city":"Swartzville","state":"ND"} -{"index":{"_type": "account", "_id":"451"}} +{"index":{"_id":"451"}} {"account_number":451,"balance":31950,"firstname":"Mason","lastname":"Mcleod","age":31,"gender":"F","address":"438 Havemeyer Street","employer":"Omatom","email":"masonmcleod@omatom.com","city":"Ryderwood","state":"NE"} -{"index":{"_type": "account", "_id":"456"}} +{"index":{"_id":"456"}} {"account_number":456,"balance":21419,"firstname":"Solis","lastname":"Kline","age":33,"gender":"M","address":"818 Ashford Street","employer":"Vetron","email":"soliskline@vetron.com","city":"Ruffin","state":"NY"} -{"index":{"_type": "account", "_id":"463"}} +{"index":{"_id":"463"}} {"account_number":463,"balance":36672,"firstname":"Heidi","lastname":"Acosta","age":20,"gender":"F","address":"692 Kenmore Terrace","employer":"Elpro","email":"heidiacosta@elpro.com","city":"Ezel","state":"SD"} -{"index":{"_type": "account", "_id":"468"}} +{"index":{"_id":"468"}} {"account_number":468,"balance":18400,"firstname":"Foreman","lastname":"Fowler","age":40,"gender":"M","address":"443 Jackson Court","employer":"Zillactic","email":"foremanfowler@zillactic.com","city":"Wakarusa","state":"WA"} -{"index":{"_type": "account", "_id":"470"}} +{"index":{"_id":"470"}} {"account_number":470,"balance":20455,"firstname":"Schneider","lastname":"Hull","age":35,"gender":"M","address":"724 Apollo Street","employer":"Exospeed","email":"schneiderhull@exospeed.com","city":"Watchtower","state":"ID"} -{"index":{"_type": "account", "_id":"475"}} +{"index":{"_id":"475"}} {"account_number":475,"balance":24427,"firstname":"Morales","lastname":"Jacobs","age":22,"gender":"F","address":"225 Desmond Court","employer":"Oronoko","email":"moralesjacobs@oronoko.com","city":"Clayville","state":"CT"} -{"index":{"_type": "account", "_id":"482"}} +{"index":{"_id":"482"}} {"account_number":482,"balance":14834,"firstname":"Janie","lastname":"Bass","age":39,"gender":"M","address":"781 Grattan Street","employer":"Manglo","email":"janiebass@manglo.com","city":"Kenwood","state":"IA"} -{"index":{"_type": "account", "_id":"487"}} +{"index":{"_id":"487"}} {"account_number":487,"balance":30718,"firstname":"Sawyer","lastname":"Vincent","age":26,"gender":"F","address":"238 Lancaster Avenue","employer":"Brainquil","email":"sawyervincent@brainquil.com","city":"Galesville","state":"MS"} -{"index":{"_type": "account", "_id":"494"}} +{"index":{"_id":"494"}} {"account_number":494,"balance":3592,"firstname":"Holden","lastname":"Bowen","age":30,"gender":"M","address":"374 Elmwood Avenue","employer":"Endipine","email":"holdenbowen@endipine.com","city":"Rosine","state":"ID"} -{"index":{"_type": "account", "_id":"499"}} +{"index":{"_id":"499"}} {"account_number":499,"balance":26060,"firstname":"Lara","lastname":"Perkins","age":26,"gender":"M","address":"703 Monroe Street","employer":"Paprikut","email":"laraperkins@paprikut.com","city":"Barstow","state":"NY"} -{"index":{"_type": "account", "_id":"502"}} +{"index":{"_id":"502"}} {"account_number":502,"balance":31898,"firstname":"Woodard","lastname":"Bailey","age":31,"gender":"F","address":"585 Albee Square","employer":"Imperium","email":"woodardbailey@imperium.com","city":"Matheny","state":"MT"} -{"index":{"_type": "account", "_id":"507"}} +{"index":{"_id":"507"}} {"account_number":507,"balance":27675,"firstname":"Blankenship","lastname":"Ramirez","age":31,"gender":"M","address":"630 Graham Avenue","employer":"Bytrex","email":"blankenshipramirez@bytrex.com","city":"Bancroft","state":"CT"} -{"index":{"_type": "account", "_id":"514"}} +{"index":{"_id":"514"}} {"account_number":514,"balance":30125,"firstname":"Solomon","lastname":"Bush","age":34,"gender":"M","address":"409 Harkness Avenue","employer":"Snacktion","email":"solomonbush@snacktion.com","city":"Grayhawk","state":"TX"} -{"index":{"_type": "account", "_id":"519"}} +{"index":{"_id":"519"}} {"account_number":519,"balance":3282,"firstname":"Lorna","lastname":"Franco","age":31,"gender":"F","address":"722 Schenck Court","employer":"Zentia","email":"lornafranco@zentia.com","city":"National","state":"FL"} -{"index":{"_type": "account", "_id":"521"}} +{"index":{"_id":"521"}} {"account_number":521,"balance":16348,"firstname":"Josefa","lastname":"Buckley","age":34,"gender":"F","address":"848 Taylor Street","employer":"Mazuda","email":"josefabuckley@mazuda.com","city":"Saranap","state":"NM"} -{"index":{"_type": "account", "_id":"526"}} +{"index":{"_id":"526"}} {"account_number":526,"balance":35375,"firstname":"Sweeney","lastname":"Fulton","age":33,"gender":"F","address":"550 Martense Street","employer":"Cormoran","email":"sweeneyfulton@cormoran.com","city":"Chalfant","state":"IA"} -{"index":{"_type": "account", "_id":"533"}} +{"index":{"_id":"533"}} {"account_number":533,"balance":13761,"firstname":"Margarita","lastname":"Diaz","age":23,"gender":"M","address":"295 Tapscott Street","employer":"Zilodyne","email":"margaritadiaz@zilodyne.com","city":"Hondah","state":"ID"} -{"index":{"_type": "account", "_id":"538"}} +{"index":{"_id":"538"}} {"account_number":538,"balance":16416,"firstname":"Koch","lastname":"Barker","age":21,"gender":"M","address":"919 Gerry Street","employer":"Xplor","email":"kochbarker@xplor.com","city":"Dixie","state":"WY"} -{"index":{"_type": "account", "_id":"540"}} +{"index":{"_id":"540"}} {"account_number":540,"balance":40235,"firstname":"Tammy","lastname":"Wiggins","age":32,"gender":"F","address":"186 Schenectady Avenue","employer":"Speedbolt","email":"tammywiggins@speedbolt.com","city":"Salvo","state":"LA"} -{"index":{"_type": "account", "_id":"545"}} +{"index":{"_id":"545"}} {"account_number":545,"balance":27011,"firstname":"Lena","lastname":"Lucas","age":20,"gender":"M","address":"110 Lamont Court","employer":"Kindaloo","email":"lenalucas@kindaloo.com","city":"Harleigh","state":"KY"} -{"index":{"_type": "account", "_id":"552"}} +{"index":{"_id":"552"}} {"account_number":552,"balance":14727,"firstname":"Kate","lastname":"Estes","age":39,"gender":"M","address":"785 Willmohr Street","employer":"Rodeocean","email":"kateestes@rodeocean.com","city":"Elfrida","state":"HI"} -{"index":{"_type": "account", "_id":"557"}} +{"index":{"_id":"557"}} {"account_number":557,"balance":3119,"firstname":"Landry","lastname":"Buck","age":20,"gender":"M","address":"558 Schweikerts Walk","employer":"Protodyne","email":"landrybuck@protodyne.com","city":"Edneyville","state":"AL"} -{"index":{"_type": "account", "_id":"564"}} +{"index":{"_id":"564"}} {"account_number":564,"balance":43631,"firstname":"Owens","lastname":"Bowers","age":22,"gender":"M","address":"842 Congress Street","employer":"Nspire","email":"owensbowers@nspire.com","city":"Machias","state":"VA"} -{"index":{"_type": "account", "_id":"569"}} +{"index":{"_id":"569"}} {"account_number":569,"balance":40019,"firstname":"Sherri","lastname":"Rowe","age":39,"gender":"F","address":"591 Arlington Place","employer":"Netility","email":"sherrirowe@netility.com","city":"Bridgetown","state":"SC"} -{"index":{"_type": "account", "_id":"571"}} +{"index":{"_id":"571"}} {"account_number":571,"balance":3014,"firstname":"Ayers","lastname":"Duffy","age":28,"gender":"F","address":"721 Wortman Avenue","employer":"Aquasseur","email":"ayersduffy@aquasseur.com","city":"Tilleda","state":"MS"} -{"index":{"_type": "account", "_id":"576"}} +{"index":{"_id":"576"}} {"account_number":576,"balance":29682,"firstname":"Helena","lastname":"Robertson","age":33,"gender":"F","address":"774 Devon Avenue","employer":"Vicon","email":"helenarobertson@vicon.com","city":"Dyckesville","state":"NV"} -{"index":{"_type": "account", "_id":"583"}} +{"index":{"_id":"583"}} {"account_number":583,"balance":26558,"firstname":"Castro","lastname":"West","age":34,"gender":"F","address":"814 Williams Avenue","employer":"Cipromox","email":"castrowest@cipromox.com","city":"Nescatunga","state":"IL"} -{"index":{"_type": "account", "_id":"588"}} +{"index":{"_id":"588"}} {"account_number":588,"balance":43531,"firstname":"Martina","lastname":"Collins","age":31,"gender":"M","address":"301 Anna Court","employer":"Geekwagon","email":"martinacollins@geekwagon.com","city":"Oneida","state":"VA"} -{"index":{"_type": "account", "_id":"590"}} +{"index":{"_id":"590"}} {"account_number":590,"balance":4652,"firstname":"Ladonna","lastname":"Tucker","age":31,"gender":"F","address":"162 Kane Place","employer":"Infotrips","email":"ladonnatucker@infotrips.com","city":"Utting","state":"IA"} -{"index":{"_type": "account", "_id":"595"}} +{"index":{"_id":"595"}} {"account_number":595,"balance":12478,"firstname":"Mccall","lastname":"Britt","age":36,"gender":"F","address":"823 Hill Street","employer":"Cablam","email":"mccallbritt@cablam.com","city":"Vernon","state":"CA"} -{"index":{"_type": "account", "_id":"603"}} +{"index":{"_id":"603"}} {"account_number":603,"balance":28145,"firstname":"Janette","lastname":"Guzman","age":31,"gender":"F","address":"976 Kingston Avenue","employer":"Splinx","email":"janetteguzman@splinx.com","city":"Boomer","state":"NC"} -{"index":{"_type": "account", "_id":"608"}} +{"index":{"_id":"608"}} {"account_number":608,"balance":47091,"firstname":"Carey","lastname":"Whitley","age":32,"gender":"F","address":"976 Lawrence Street","employer":"Poshome","email":"careywhitley@poshome.com","city":"Weogufka","state":"NE"} -{"index":{"_type": "account", "_id":"610"}} +{"index":{"_id":"610"}} {"account_number":610,"balance":40571,"firstname":"Foster","lastname":"Weber","age":24,"gender":"F","address":"323 Rochester Avenue","employer":"Firewax","email":"fosterweber@firewax.com","city":"Winston","state":"NY"} -{"index":{"_type": "account", "_id":"615"}} +{"index":{"_id":"615"}} {"account_number":615,"balance":28726,"firstname":"Delgado","lastname":"Curry","age":28,"gender":"F","address":"706 Butler Street","employer":"Zoxy","email":"delgadocurry@zoxy.com","city":"Gracey","state":"SD"} -{"index":{"_type": "account", "_id":"622"}} +{"index":{"_id":"622"}} {"account_number":622,"balance":9661,"firstname":"Paulette","lastname":"Hartman","age":38,"gender":"M","address":"375 Emerald Street","employer":"Locazone","email":"paulettehartman@locazone.com","city":"Canterwood","state":"OH"} -{"index":{"_type": "account", "_id":"627"}} +{"index":{"_id":"627"}} {"account_number":627,"balance":47546,"firstname":"Crawford","lastname":"Sears","age":37,"gender":"F","address":"686 Eastern Parkway","employer":"Updat","email":"crawfordsears@updat.com","city":"Bison","state":"VT"} -{"index":{"_type": "account", "_id":"634"}} +{"index":{"_id":"634"}} {"account_number":634,"balance":29805,"firstname":"Deloris","lastname":"Levy","age":38,"gender":"M","address":"838 Foster Avenue","employer":"Homelux","email":"delorislevy@homelux.com","city":"Kempton","state":"PA"} -{"index":{"_type": "account", "_id":"639"}} +{"index":{"_id":"639"}} {"account_number":639,"balance":28875,"firstname":"Caitlin","lastname":"Clements","age":32,"gender":"F","address":"627 Aster Court","employer":"Bunga","email":"caitlinclements@bunga.com","city":"Cetronia","state":"SC"} -{"index":{"_type": "account", "_id":"641"}} +{"index":{"_id":"641"}} {"account_number":641,"balance":18345,"firstname":"Sheppard","lastname":"Everett","age":39,"gender":"F","address":"791 Norwood Avenue","employer":"Roboid","email":"sheppardeverett@roboid.com","city":"Selma","state":"AK"} -{"index":{"_type": "account", "_id":"646"}} +{"index":{"_id":"646"}} {"account_number":646,"balance":15559,"firstname":"Lavonne","lastname":"Reyes","age":31,"gender":"F","address":"983 Newport Street","employer":"Parcoe","email":"lavonnereyes@parcoe.com","city":"Monument","state":"LA"} -{"index":{"_type": "account", "_id":"653"}} +{"index":{"_id":"653"}} {"account_number":653,"balance":7606,"firstname":"Marcia","lastname":"Bennett","age":33,"gender":"F","address":"455 Bragg Street","employer":"Opticall","email":"marciabennett@opticall.com","city":"Magnolia","state":"NC"} -{"index":{"_type": "account", "_id":"658"}} +{"index":{"_id":"658"}} {"account_number":658,"balance":10210,"firstname":"Bass","lastname":"Mcconnell","age":32,"gender":"F","address":"274 Ocean Avenue","employer":"Combot","email":"bassmcconnell@combot.com","city":"Beyerville","state":"OH"} -{"index":{"_type": "account", "_id":"660"}} +{"index":{"_id":"660"}} {"account_number":660,"balance":46427,"firstname":"Moon","lastname":"Wood","age":33,"gender":"F","address":"916 Amersfort Place","employer":"Olucore","email":"moonwood@olucore.com","city":"Como","state":"VA"} -{"index":{"_type": "account", "_id":"665"}} +{"index":{"_id":"665"}} {"account_number":665,"balance":15215,"firstname":"Britney","lastname":"Young","age":36,"gender":"M","address":"766 Sackman Street","employer":"Geoforma","email":"britneyyoung@geoforma.com","city":"Tuttle","state":"WI"} -{"index":{"_type": "account", "_id":"672"}} +{"index":{"_id":"672"}} {"account_number":672,"balance":12621,"firstname":"Camille","lastname":"Munoz","age":36,"gender":"F","address":"959 Lewis Place","employer":"Vantage","email":"camillemunoz@vantage.com","city":"Whitmer","state":"IN"} -{"index":{"_type": "account", "_id":"677"}} +{"index":{"_id":"677"}} {"account_number":677,"balance":8491,"firstname":"Snider","lastname":"Benton","age":26,"gender":"M","address":"827 Evans Street","employer":"Medicroix","email":"sniderbenton@medicroix.com","city":"Kaka","state":"UT"} -{"index":{"_type": "account", "_id":"684"}} +{"index":{"_id":"684"}} {"account_number":684,"balance":46091,"firstname":"Warren","lastname":"Snow","age":25,"gender":"M","address":"756 Oakland Place","employer":"Bizmatic","email":"warrensnow@bizmatic.com","city":"Hatteras","state":"NE"} -{"index":{"_type": "account", "_id":"689"}} +{"index":{"_id":"689"}} {"account_number":689,"balance":14985,"firstname":"Ines","lastname":"Chaney","age":28,"gender":"M","address":"137 Dikeman Street","employer":"Zidant","email":"ineschaney@zidant.com","city":"Nettie","state":"DC"} -{"index":{"_type": "account", "_id":"691"}} +{"index":{"_id":"691"}} {"account_number":691,"balance":10792,"firstname":"Mclean","lastname":"Colon","age":22,"gender":"M","address":"876 Classon Avenue","employer":"Elentrix","email":"mcleancolon@elentrix.com","city":"Unionville","state":"OK"} -{"index":{"_type": "account", "_id":"696"}} +{"index":{"_id":"696"}} {"account_number":696,"balance":17568,"firstname":"Crane","lastname":"Matthews","age":32,"gender":"F","address":"721 Gerritsen Avenue","employer":"Intradisk","email":"cranematthews@intradisk.com","city":"Brewster","state":"WV"} -{"index":{"_type": "account", "_id":"704"}} +{"index":{"_id":"704"}} {"account_number":704,"balance":45347,"firstname":"Peters","lastname":"Kent","age":22,"gender":"F","address":"871 Independence Avenue","employer":"Extragen","email":"peterskent@extragen.com","city":"Morriston","state":"CA"} -{"index":{"_type": "account", "_id":"709"}} +{"index":{"_id":"709"}} {"account_number":709,"balance":11015,"firstname":"Abbott","lastname":"Odom","age":29,"gender":"M","address":"893 Union Street","employer":"Jimbies","email":"abbottodom@jimbies.com","city":"Leeper","state":"NJ"} -{"index":{"_type": "account", "_id":"711"}} +{"index":{"_id":"711"}} {"account_number":711,"balance":26939,"firstname":"Villarreal","lastname":"Horton","age":35,"gender":"F","address":"861 Creamer Street","employer":"Lexicondo","email":"villarrealhorton@lexicondo.com","city":"Lydia","state":"MS"} -{"index":{"_type": "account", "_id":"716"}} +{"index":{"_id":"716"}} {"account_number":716,"balance":19789,"firstname":"Paul","lastname":"Mason","age":34,"gender":"F","address":"618 Nichols Avenue","employer":"Slax","email":"paulmason@slax.com","city":"Snowville","state":"OK"} -{"index":{"_type": "account", "_id":"723"}} +{"index":{"_id":"723"}} {"account_number":723,"balance":16421,"firstname":"Nixon","lastname":"Moran","age":27,"gender":"M","address":"569 Campus Place","employer":"Cuizine","email":"nixonmoran@cuizine.com","city":"Buxton","state":"DC"} -{"index":{"_type": "account", "_id":"728"}} +{"index":{"_id":"728"}} {"account_number":728,"balance":44818,"firstname":"Conley","lastname":"Preston","age":28,"gender":"M","address":"450 Coventry Road","employer":"Obones","email":"conleypreston@obones.com","city":"Alden","state":"CO"} -{"index":{"_type": "account", "_id":"730"}} +{"index":{"_id":"730"}} {"account_number":730,"balance":41299,"firstname":"Moore","lastname":"Lee","age":30,"gender":"M","address":"797 Turner Place","employer":"Orbean","email":"moorelee@orbean.com","city":"Highland","state":"DE"} -{"index":{"_type": "account", "_id":"735"}} +{"index":{"_id":"735"}} {"account_number":735,"balance":3984,"firstname":"Loraine","lastname":"Willis","age":32,"gender":"F","address":"928 Grove Street","employer":"Gadtron","email":"lorainewillis@gadtron.com","city":"Lowgap","state":"NY"} -{"index":{"_type": "account", "_id":"742"}} +{"index":{"_id":"742"}} {"account_number":742,"balance":24765,"firstname":"Merle","lastname":"Wooten","age":26,"gender":"M","address":"317 Pooles Lane","employer":"Tropolis","email":"merlewooten@tropolis.com","city":"Bentley","state":"ND"} -{"index":{"_type": "account", "_id":"747"}} +{"index":{"_id":"747"}} {"account_number":747,"balance":16617,"firstname":"Diaz","lastname":"Austin","age":38,"gender":"M","address":"676 Harway Avenue","employer":"Irack","email":"diazaustin@irack.com","city":"Cliff","state":"HI"} -{"index":{"_type": "account", "_id":"754"}} +{"index":{"_id":"754"}} {"account_number":754,"balance":10779,"firstname":"Jones","lastname":"Vega","age":25,"gender":"F","address":"795 India Street","employer":"Gluid","email":"jonesvega@gluid.com","city":"Tyhee","state":"FL"} -{"index":{"_type": "account", "_id":"759"}} +{"index":{"_id":"759"}} {"account_number":759,"balance":38007,"firstname":"Rose","lastname":"Carlson","age":27,"gender":"M","address":"987 Navy Street","employer":"Aquasure","email":"rosecarlson@aquasure.com","city":"Carlton","state":"CT"} -{"index":{"_type": "account", "_id":"761"}} +{"index":{"_id":"761"}} {"account_number":761,"balance":7663,"firstname":"Rae","lastname":"Juarez","age":34,"gender":"F","address":"560 Gilmore Court","employer":"Entropix","email":"raejuarez@entropix.com","city":"Northchase","state":"ID"} -{"index":{"_type": "account", "_id":"766"}} +{"index":{"_id":"766"}} {"account_number":766,"balance":21957,"firstname":"Thomas","lastname":"Gillespie","age":38,"gender":"M","address":"993 Williams Place","employer":"Octocore","email":"thomasgillespie@octocore.com","city":"Defiance","state":"MS"} -{"index":{"_type": "account", "_id":"773"}} +{"index":{"_id":"773"}} {"account_number":773,"balance":31126,"firstname":"Liza","lastname":"Coffey","age":36,"gender":"F","address":"540 Bulwer Place","employer":"Assurity","email":"lizacoffey@assurity.com","city":"Gilgo","state":"WV"} -{"index":{"_type": "account", "_id":"778"}} +{"index":{"_id":"778"}} {"account_number":778,"balance":46007,"firstname":"Underwood","lastname":"Wheeler","age":28,"gender":"M","address":"477 Provost Street","employer":"Decratex","email":"underwoodwheeler@decratex.com","city":"Sardis","state":"ID"} -{"index":{"_type": "account", "_id":"780"}} +{"index":{"_id":"780"}} {"account_number":780,"balance":4682,"firstname":"Maryanne","lastname":"Hendricks","age":26,"gender":"F","address":"709 Wolcott Street","employer":"Sarasonic","email":"maryannehendricks@sarasonic.com","city":"Santel","state":"NH"} -{"index":{"_type": "account", "_id":"785"}} +{"index":{"_id":"785"}} {"account_number":785,"balance":25078,"firstname":"Fields","lastname":"Lester","age":29,"gender":"M","address":"808 Chestnut Avenue","employer":"Visualix","email":"fieldslester@visualix.com","city":"Rowe","state":"PA"} -{"index":{"_type": "account", "_id":"792"}} +{"index":{"_id":"792"}} {"account_number":792,"balance":13109,"firstname":"Becky","lastname":"Jimenez","age":40,"gender":"F","address":"539 Front Street","employer":"Isologia","email":"beckyjimenez@isologia.com","city":"Summertown","state":"MI"} -{"index":{"_type": "account", "_id":"797"}} +{"index":{"_id":"797"}} {"account_number":797,"balance":6854,"firstname":"Lindsay","lastname":"Mills","age":26,"gender":"F","address":"919 Quay Street","employer":"Zoinage","email":"lindsaymills@zoinage.com","city":"Elliston","state":"VA"} -{"index":{"_type": "account", "_id":"800"}} +{"index":{"_id":"800"}} {"account_number":800,"balance":26217,"firstname":"Candy","lastname":"Oconnor","age":28,"gender":"M","address":"200 Newel Street","employer":"Radiantix","email":"candyoconnor@radiantix.com","city":"Sandston","state":"OH"} -{"index":{"_type": "account", "_id":"805"}} +{"index":{"_id":"805"}} {"account_number":805,"balance":18426,"firstname":"Jackson","lastname":"Sampson","age":27,"gender":"F","address":"722 Kenmore Court","employer":"Daido","email":"jacksonsampson@daido.com","city":"Bellamy","state":"ME"} -{"index":{"_type": "account", "_id":"812"}} +{"index":{"_id":"812"}} {"account_number":812,"balance":42593,"firstname":"Graves","lastname":"Newman","age":32,"gender":"F","address":"916 Joralemon Street","employer":"Ecrater","email":"gravesnewman@ecrater.com","city":"Crown","state":"PA"} -{"index":{"_type": "account", "_id":"817"}} +{"index":{"_id":"817"}} {"account_number":817,"balance":36582,"firstname":"Padilla","lastname":"Bauer","age":36,"gender":"F","address":"310 Cadman Plaza","employer":"Exoblue","email":"padillabauer@exoblue.com","city":"Ahwahnee","state":"MN"} -{"index":{"_type": "account", "_id":"824"}} +{"index":{"_id":"824"}} {"account_number":824,"balance":6053,"firstname":"Dyer","lastname":"Henson","age":33,"gender":"M","address":"650 Seaview Avenue","employer":"Nitracyr","email":"dyerhenson@nitracyr.com","city":"Gibsonia","state":"KS"} -{"index":{"_type": "account", "_id":"829"}} +{"index":{"_id":"829"}} {"account_number":829,"balance":20263,"firstname":"Althea","lastname":"Bell","age":37,"gender":"M","address":"319 Cook Street","employer":"Hyplex","email":"altheabell@hyplex.com","city":"Wadsworth","state":"DC"} -{"index":{"_type": "account", "_id":"831"}} +{"index":{"_id":"831"}} {"account_number":831,"balance":25375,"firstname":"Wendy","lastname":"Savage","age":37,"gender":"M","address":"421 Veranda Place","employer":"Neurocell","email":"wendysavage@neurocell.com","city":"Fresno","state":"MS"} -{"index":{"_type": "account", "_id":"836"}} +{"index":{"_id":"836"}} {"account_number":836,"balance":20797,"firstname":"Lloyd","lastname":"Lindsay","age":25,"gender":"F","address":"953 Dinsmore Place","employer":"Suretech","email":"lloydlindsay@suretech.com","city":"Conway","state":"VA"} -{"index":{"_type": "account", "_id":"843"}} +{"index":{"_id":"843"}} {"account_number":843,"balance":15555,"firstname":"Patricia","lastname":"Barton","age":34,"gender":"F","address":"406 Seabring Street","employer":"Providco","email":"patriciabarton@providco.com","city":"Avoca","state":"RI"} -{"index":{"_type": "account", "_id":"848"}} +{"index":{"_id":"848"}} {"account_number":848,"balance":15443,"firstname":"Carmella","lastname":"Cash","age":38,"gender":"M","address":"988 Exeter Street","employer":"Bristo","email":"carmellacash@bristo.com","city":"Northridge","state":"ID"} -{"index":{"_type": "account", "_id":"850"}} +{"index":{"_id":"850"}} {"account_number":850,"balance":6531,"firstname":"Carlene","lastname":"Gaines","age":37,"gender":"F","address":"753 Monroe Place","employer":"Naxdis","email":"carlenegaines@naxdis.com","city":"Genoa","state":"OR"} -{"index":{"_type": "account", "_id":"855"}} +{"index":{"_id":"855"}} {"account_number":855,"balance":40170,"firstname":"Mia","lastname":"Stevens","age":31,"gender":"F","address":"326 Driggs Avenue","employer":"Aeora","email":"miastevens@aeora.com","city":"Delwood","state":"IL"} -{"index":{"_type": "account", "_id":"862"}} +{"index":{"_id":"862"}} {"account_number":862,"balance":38792,"firstname":"Clayton","lastname":"Golden","age":38,"gender":"F","address":"620 Regent Place","employer":"Accusage","email":"claytongolden@accusage.com","city":"Ona","state":"NC"} -{"index":{"_type": "account", "_id":"867"}} +{"index":{"_id":"867"}} {"account_number":867,"balance":45453,"firstname":"Blanca","lastname":"Ellison","age":23,"gender":"F","address":"593 McKibben Street","employer":"Koogle","email":"blancaellison@koogle.com","city":"Frystown","state":"WY"} -{"index":{"_type": "account", "_id":"874"}} +{"index":{"_id":"874"}} {"account_number":874,"balance":23079,"firstname":"Lynette","lastname":"Higgins","age":22,"gender":"M","address":"377 McKinley Avenue","employer":"Menbrain","email":"lynettehiggins@menbrain.com","city":"Manitou","state":"TX"} -{"index":{"_type": "account", "_id":"879"}} +{"index":{"_id":"879"}} {"account_number":879,"balance":48332,"firstname":"Sabrina","lastname":"Lancaster","age":31,"gender":"F","address":"382 Oak Street","employer":"Webiotic","email":"sabrinalancaster@webiotic.com","city":"Lindisfarne","state":"AZ"} -{"index":{"_type": "account", "_id":"881"}} +{"index":{"_id":"881"}} {"account_number":881,"balance":26684,"firstname":"Barnes","lastname":"Ware","age":38,"gender":"F","address":"666 Hooper Street","employer":"Norali","email":"barnesware@norali.com","city":"Cazadero","state":"GA"} -{"index":{"_type": "account", "_id":"886"}} +{"index":{"_id":"886"}} {"account_number":886,"balance":14867,"firstname":"Willa","lastname":"Leblanc","age":38,"gender":"F","address":"773 Bergen Street","employer":"Nurali","email":"willaleblanc@nurali.com","city":"Hilltop","state":"NC"} -{"index":{"_type": "account", "_id":"893"}} +{"index":{"_id":"893"}} {"account_number":893,"balance":42584,"firstname":"Moses","lastname":"Campos","age":38,"gender":"F","address":"991 Bevy Court","employer":"Trollery","email":"mosescampos@trollery.com","city":"Freetown","state":"AK"} -{"index":{"_type": "account", "_id":"898"}} +{"index":{"_id":"898"}} {"account_number":898,"balance":12019,"firstname":"Lori","lastname":"Stevenson","age":29,"gender":"M","address":"910 Coles Street","employer":"Honotron","email":"loristevenson@honotron.com","city":"Shindler","state":"VT"} -{"index":{"_type": "account", "_id":"901"}} +{"index":{"_id":"901"}} {"account_number":901,"balance":35038,"firstname":"Irma","lastname":"Dotson","age":23,"gender":"F","address":"245 Mayfair Drive","employer":"Bleeko","email":"irmadotson@bleeko.com","city":"Lodoga","state":"UT"} -{"index":{"_type": "account", "_id":"906"}} +{"index":{"_id":"906"}} {"account_number":906,"balance":24073,"firstname":"Vicki","lastname":"Suarez","age":36,"gender":"M","address":"829 Roosevelt Place","employer":"Utara","email":"vickisuarez@utara.com","city":"Albrightsville","state":"AR"} -{"index":{"_type": "account", "_id":"913"}} +{"index":{"_id":"913"}} {"account_number":913,"balance":47657,"firstname":"Margery","lastname":"Monroe","age":25,"gender":"M","address":"941 Fanchon Place","employer":"Exerta","email":"margerymonroe@exerta.com","city":"Bannock","state":"MD"} -{"index":{"_type": "account", "_id":"918"}} +{"index":{"_id":"918"}} {"account_number":918,"balance":36776,"firstname":"Dianna","lastname":"Hernandez","age":25,"gender":"M","address":"499 Moultrie Street","employer":"Isologica","email":"diannahernandez@isologica.com","city":"Falconaire","state":"ID"} -{"index":{"_type": "account", "_id":"920"}} +{"index":{"_id":"920"}} {"account_number":920,"balance":41513,"firstname":"Jerri","lastname":"Mitchell","age":26,"gender":"M","address":"831 Kent Street","employer":"Tasmania","email":"jerrimitchell@tasmania.com","city":"Cotopaxi","state":"IA"} -{"index":{"_type": "account", "_id":"925"}} +{"index":{"_id":"925"}} {"account_number":925,"balance":18295,"firstname":"Rosario","lastname":"Jackson","age":24,"gender":"M","address":"178 Leonora Court","employer":"Progenex","email":"rosariojackson@progenex.com","city":"Rivereno","state":"DE"} -{"index":{"_type": "account", "_id":"932"}} +{"index":{"_id":"932"}} {"account_number":932,"balance":3111,"firstname":"Summer","lastname":"Porter","age":33,"gender":"F","address":"949 Grand Avenue","employer":"Multiflex","email":"summerporter@multiflex.com","city":"Spokane","state":"OK"} -{"index":{"_type": "account", "_id":"937"}} +{"index":{"_id":"937"}} {"account_number":937,"balance":43491,"firstname":"Selma","lastname":"Anderson","age":24,"gender":"M","address":"205 Reed Street","employer":"Dadabase","email":"selmaanderson@dadabase.com","city":"Malo","state":"AL"} -{"index":{"_type": "account", "_id":"944"}} +{"index":{"_id":"944"}} {"account_number":944,"balance":46478,"firstname":"Donaldson","lastname":"Woodard","age":38,"gender":"F","address":"498 Laurel Avenue","employer":"Zogak","email":"donaldsonwoodard@zogak.com","city":"Hasty","state":"ID"} -{"index":{"_type": "account", "_id":"949"}} +{"index":{"_id":"949"}} {"account_number":949,"balance":48703,"firstname":"Latasha","lastname":"Mullins","age":29,"gender":"F","address":"272 Lefferts Place","employer":"Zenolux","email":"latashamullins@zenolux.com","city":"Kieler","state":"MN"} -{"index":{"_type": "account", "_id":"951"}} +{"index":{"_id":"951"}} {"account_number":951,"balance":36337,"firstname":"Tran","lastname":"Burris","age":25,"gender":"F","address":"561 Rutland Road","employer":"Geoform","email":"tranburris@geoform.com","city":"Longbranch","state":"IL"} -{"index":{"_type": "account", "_id":"956"}} +{"index":{"_id":"956"}} {"account_number":956,"balance":19477,"firstname":"Randall","lastname":"Lynch","age":22,"gender":"F","address":"490 Madison Place","employer":"Cosmetex","email":"randalllynch@cosmetex.com","city":"Wells","state":"SD"} -{"index":{"_type": "account", "_id":"963"}} +{"index":{"_id":"963"}} {"account_number":963,"balance":30461,"firstname":"Griffin","lastname":"Sheppard","age":20,"gender":"M","address":"682 Linden Street","employer":"Zanymax","email":"griffinsheppard@zanymax.com","city":"Fannett","state":"NM"} -{"index":{"_type": "account", "_id":"968"}} +{"index":{"_id":"968"}} {"account_number":968,"balance":32371,"firstname":"Luella","lastname":"Burch","age":39,"gender":"M","address":"684 Arkansas Drive","employer":"Krag","email":"luellaburch@krag.com","city":"Brambleton","state":"SD"} -{"index":{"_type": "account", "_id":"970"}} +{"index":{"_id":"970"}} {"account_number":970,"balance":19648,"firstname":"Forbes","lastname":"Wallace","age":28,"gender":"M","address":"990 Mill Road","employer":"Pheast","email":"forbeswallace@pheast.com","city":"Lopezo","state":"AK"} -{"index":{"_type": "account", "_id":"975"}} +{"index":{"_id":"975"}} {"account_number":975,"balance":5239,"firstname":"Delores","lastname":"Booker","age":27,"gender":"F","address":"328 Conselyea Street","employer":"Centice","email":"deloresbooker@centice.com","city":"Williams","state":"HI"} -{"index":{"_type": "account", "_id":"982"}} +{"index":{"_id":"982"}} {"account_number":982,"balance":16511,"firstname":"Buck","lastname":"Robinson","age":24,"gender":"M","address":"301 Melrose Street","employer":"Calcu","email":"buckrobinson@calcu.com","city":"Welch","state":"PA"} -{"index":{"_type": "account", "_id":"987"}} +{"index":{"_id":"987"}} {"account_number":987,"balance":4072,"firstname":"Brock","lastname":"Sandoval","age":20,"gender":"F","address":"977 Gem Street","employer":"Fiberox","email":"brocksandoval@fiberox.com","city":"Celeryville","state":"NY"} -{"index":{"_type": "account", "_id":"994"}} +{"index":{"_id":"994"}} {"account_number":994,"balance":33298,"firstname":"Madge","lastname":"Holcomb","age":31,"gender":"M","address":"612 Hawthorne Street","employer":"Escenta","email":"madgeholcomb@escenta.com","city":"Alafaya","state":"OR"} -{"index":{"_type": "account", "_id":"999"}} +{"index":{"_id":"999"}} {"account_number":999,"balance":6087,"firstname":"Dorothy","lastname":"Barron","age":22,"gender":"F","address":"499 Laurel Avenue","employer":"Xurban","email":"dorothybarron@xurban.com","city":"Belvoir","state":"CA"} -{"index":{"_type": "account", "_id":"4"}} +{"index":{"_id":"4"}} {"account_number":4,"balance":27658,"firstname":"Rodriquez","lastname":"Flores","age":31,"gender":"F","address":"986 Wyckoff Avenue","employer":"Tourmania","email":"rodriquezflores@tourmania.com","city":"Eastvale","state":"HI"} -{"index":{"_type": "account", "_id":"9"}} +{"index":{"_id":"9"}} {"account_number":9,"balance":24776,"firstname":"Opal","lastname":"Meadows","age":39,"gender":"M","address":"963 Neptune Avenue","employer":"Cedward","email":"opalmeadows@cedward.com","city":"Olney","state":"OH"} -{"index":{"_type": "account", "_id":"11"}} +{"index":{"_id":"11"}} {"account_number":11,"balance":20203,"firstname":"Jenkins","lastname":"Haney","age":20,"gender":"M","address":"740 Ferry Place","employer":"Qimonk","email":"jenkinshaney@qimonk.com","city":"Steinhatchee","state":"GA"} -{"index":{"_type": "account", "_id":"16"}} +{"index":{"_id":"16"}} {"account_number":16,"balance":35883,"firstname":"Adrian","lastname":"Pitts","age":34,"gender":"F","address":"963 Fay Court","employer":"Combogene","email":"adrianpitts@combogene.com","city":"Remington","state":"SD"} -{"index":{"_type": "account", "_id":"23"}} +{"index":{"_id":"23"}} {"account_number":23,"balance":42374,"firstname":"Kirsten","lastname":"Fox","age":20,"gender":"M","address":"330 Dumont Avenue","employer":"Codax","email":"kirstenfox@codax.com","city":"Walton","state":"AK"} -{"index":{"_type": "account", "_id":"28"}} +{"index":{"_id":"28"}} {"account_number":28,"balance":42112,"firstname":"Vega","lastname":"Flynn","age":20,"gender":"M","address":"647 Hyman Court","employer":"Accupharm","email":"vegaflynn@accupharm.com","city":"Masthope","state":"OH"} -{"index":{"_type": "account", "_id":"30"}} +{"index":{"_id":"30"}} {"account_number":30,"balance":19087,"firstname":"Lamb","lastname":"Townsend","age":26,"gender":"M","address":"169 Lyme Avenue","employer":"Geeknet","email":"lambtownsend@geeknet.com","city":"Epworth","state":"AL"} -{"index":{"_type": "account", "_id":"35"}} +{"index":{"_id":"35"}} {"account_number":35,"balance":42039,"firstname":"Darla","lastname":"Bridges","age":27,"gender":"F","address":"315 Central Avenue","employer":"Xeronk","email":"darlabridges@xeronk.com","city":"Woodlake","state":"RI"} -{"index":{"_type": "account", "_id":"42"}} +{"index":{"_id":"42"}} {"account_number":42,"balance":21137,"firstname":"Harding","lastname":"Hobbs","age":26,"gender":"F","address":"474 Ridgewood Place","employer":"Xth","email":"hardinghobbs@xth.com","city":"Heil","state":"ND"} -{"index":{"_type": "account", "_id":"47"}} +{"index":{"_id":"47"}} {"account_number":47,"balance":33044,"firstname":"Georgia","lastname":"Wilkerson","age":23,"gender":"M","address":"369 Herbert Street","employer":"Endipin","email":"georgiawilkerson@endipin.com","city":"Dellview","state":"WI"} -{"index":{"_type": "account", "_id":"54"}} +{"index":{"_id":"54"}} {"account_number":54,"balance":23406,"firstname":"Angel","lastname":"Mann","age":22,"gender":"F","address":"229 Ferris Street","employer":"Amtas","email":"angelmann@amtas.com","city":"Calverton","state":"WA"} -{"index":{"_type": "account", "_id":"59"}} +{"index":{"_id":"59"}} {"account_number":59,"balance":37728,"firstname":"Malone","lastname":"Justice","age":37,"gender":"F","address":"721 Russell Street","employer":"Emoltra","email":"malonejustice@emoltra.com","city":"Trucksville","state":"HI"} -{"index":{"_type": "account", "_id":"61"}} +{"index":{"_id":"61"}} {"account_number":61,"balance":6856,"firstname":"Shawn","lastname":"Baird","age":20,"gender":"M","address":"605 Monument Walk","employer":"Moltonic","email":"shawnbaird@moltonic.com","city":"Darlington","state":"MN"} -{"index":{"_type": "account", "_id":"66"}} +{"index":{"_id":"66"}} {"account_number":66,"balance":25939,"firstname":"Franks","lastname":"Salinas","age":28,"gender":"M","address":"437 Hamilton Walk","employer":"Cowtown","email":"frankssalinas@cowtown.com","city":"Chase","state":"VT"} -{"index":{"_type": "account", "_id":"73"}} +{"index":{"_id":"73"}} {"account_number":73,"balance":33457,"firstname":"Irene","lastname":"Stephenson","age":32,"gender":"M","address":"684 Miller Avenue","employer":"Hawkster","email":"irenestephenson@hawkster.com","city":"Levant","state":"AR"} -{"index":{"_type": "account", "_id":"78"}} +{"index":{"_id":"78"}} {"account_number":78,"balance":48656,"firstname":"Elvira","lastname":"Patterson","age":23,"gender":"F","address":"834 Amber Street","employer":"Assistix","email":"elvirapatterson@assistix.com","city":"Dunbar","state":"TN"} -{"index":{"_type": "account", "_id":"80"}} +{"index":{"_id":"80"}} {"account_number":80,"balance":13445,"firstname":"Lacey","lastname":"Blanchard","age":30,"gender":"F","address":"823 Himrod Street","employer":"Comdom","email":"laceyblanchard@comdom.com","city":"Matthews","state":"MO"} -{"index":{"_type": "account", "_id":"85"}} +{"index":{"_id":"85"}} {"account_number":85,"balance":48735,"firstname":"Wilcox","lastname":"Sellers","age":20,"gender":"M","address":"212 Irving Avenue","employer":"Confrenzy","email":"wilcoxsellers@confrenzy.com","city":"Kipp","state":"MT"} -{"index":{"_type": "account", "_id":"92"}} +{"index":{"_id":"92"}} {"account_number":92,"balance":26753,"firstname":"Gay","lastname":"Brewer","age":34,"gender":"M","address":"369 Ditmars Street","employer":"Savvy","email":"gaybrewer@savvy.com","city":"Moquino","state":"HI"} -{"index":{"_type": "account", "_id":"97"}} +{"index":{"_id":"97"}} {"account_number":97,"balance":49671,"firstname":"Karen","lastname":"Trujillo","age":40,"gender":"F","address":"512 Cumberland Walk","employer":"Tsunamia","email":"karentrujillo@tsunamia.com","city":"Fredericktown","state":"MO"} -{"index":{"_type": "account", "_id":"100"}} +{"index":{"_id":"100"}} {"account_number":100,"balance":29869,"firstname":"Madden","lastname":"Woods","age":32,"gender":"F","address":"696 Ryder Avenue","employer":"Slumberia","email":"maddenwoods@slumberia.com","city":"Deercroft","state":"ME"} -{"index":{"_type": "account", "_id":"105"}} +{"index":{"_id":"105"}} {"account_number":105,"balance":29654,"firstname":"Castillo","lastname":"Dickerson","age":33,"gender":"F","address":"673 Oxford Street","employer":"Tellifly","email":"castillodickerson@tellifly.com","city":"Succasunna","state":"NY"} -{"index":{"_type": "account", "_id":"112"}} +{"index":{"_id":"112"}} {"account_number":112,"balance":38395,"firstname":"Frederick","lastname":"Case","age":30,"gender":"F","address":"580 Lexington Avenue","employer":"Talkalot","email":"frederickcase@talkalot.com","city":"Orovada","state":"MA"} -{"index":{"_type": "account", "_id":"117"}} +{"index":{"_id":"117"}} {"account_number":117,"balance":48831,"firstname":"Robin","lastname":"Hays","age":38,"gender":"F","address":"347 Hornell Loop","employer":"Pasturia","email":"robinhays@pasturia.com","city":"Sims","state":"WY"} -{"index":{"_type": "account", "_id":"124"}} +{"index":{"_id":"124"}} {"account_number":124,"balance":16425,"firstname":"Fern","lastname":"Lambert","age":20,"gender":"M","address":"511 Jay Street","employer":"Furnitech","email":"fernlambert@furnitech.com","city":"Cloverdale","state":"FL"} -{"index":{"_type": "account", "_id":"129"}} +{"index":{"_id":"129"}} {"account_number":129,"balance":42409,"firstname":"Alexandria","lastname":"Sanford","age":33,"gender":"F","address":"934 Ridgecrest Terrace","employer":"Kyagoro","email":"alexandriasanford@kyagoro.com","city":"Concho","state":"UT"} -{"index":{"_type": "account", "_id":"131"}} +{"index":{"_id":"131"}} {"account_number":131,"balance":28030,"firstname":"Dollie","lastname":"Koch","age":22,"gender":"F","address":"287 Manhattan Avenue","employer":"Skinserve","email":"dolliekoch@skinserve.com","city":"Shasta","state":"PA"} -{"index":{"_type": "account", "_id":"136"}} +{"index":{"_id":"136"}} {"account_number":136,"balance":45801,"firstname":"Winnie","lastname":"Holland","age":38,"gender":"M","address":"198 Mill Lane","employer":"Neteria","email":"winnieholland@neteria.com","city":"Urie","state":"IL"} -{"index":{"_type": "account", "_id":"143"}} +{"index":{"_id":"143"}} {"account_number":143,"balance":43093,"firstname":"Cohen","lastname":"Noble","age":39,"gender":"M","address":"454 Nelson Street","employer":"Buzzworks","email":"cohennoble@buzzworks.com","city":"Norvelt","state":"CO"} -{"index":{"_type": "account", "_id":"148"}} +{"index":{"_id":"148"}} {"account_number":148,"balance":3662,"firstname":"Annmarie","lastname":"Snider","age":34,"gender":"F","address":"857 Lafayette Walk","employer":"Edecine","email":"annmariesnider@edecine.com","city":"Hollins","state":"OH"} -{"index":{"_type": "account", "_id":"150"}} +{"index":{"_id":"150"}} {"account_number":150,"balance":15306,"firstname":"Ortega","lastname":"Dalton","age":20,"gender":"M","address":"237 Mermaid Avenue","employer":"Rameon","email":"ortegadalton@rameon.com","city":"Maxville","state":"NH"} -{"index":{"_type": "account", "_id":"155"}} +{"index":{"_id":"155"}} {"account_number":155,"balance":27878,"firstname":"Atkinson","lastname":"Hudson","age":39,"gender":"F","address":"434 Colin Place","employer":"Qualitern","email":"atkinsonhudson@qualitern.com","city":"Hoehne","state":"OH"} -{"index":{"_type": "account", "_id":"162"}} +{"index":{"_id":"162"}} {"account_number":162,"balance":6302,"firstname":"Griffith","lastname":"Calderon","age":35,"gender":"M","address":"871 Vandervoort Place","employer":"Quotezart","email":"griffithcalderon@quotezart.com","city":"Barclay","state":"FL"} -{"index":{"_type": "account", "_id":"167"}} +{"index":{"_id":"167"}} {"account_number":167,"balance":42051,"firstname":"Hampton","lastname":"Ryan","age":20,"gender":"M","address":"618 Fleet Place","employer":"Zipak","email":"hamptonryan@zipak.com","city":"Irwin","state":"KS"} -{"index":{"_type": "account", "_id":"174"}} +{"index":{"_id":"174"}} {"account_number":174,"balance":1464,"firstname":"Gamble","lastname":"Pierce","age":23,"gender":"F","address":"650 Eagle Street","employer":"Matrixity","email":"gamblepierce@matrixity.com","city":"Abiquiu","state":"OR"} -{"index":{"_type": "account", "_id":"179"}} +{"index":{"_id":"179"}} {"account_number":179,"balance":13265,"firstname":"Elise","lastname":"Drake","age":25,"gender":"M","address":"305 Christopher Avenue","employer":"Turnling","email":"elisedrake@turnling.com","city":"Loretto","state":"LA"} -{"index":{"_type": "account", "_id":"181"}} +{"index":{"_id":"181"}} {"account_number":181,"balance":27983,"firstname":"Bennett","lastname":"Hampton","age":22,"gender":"F","address":"435 Billings Place","employer":"Voipa","email":"bennetthampton@voipa.com","city":"Rodman","state":"WY"} -{"index":{"_type": "account", "_id":"186"}} +{"index":{"_id":"186"}} {"account_number":186,"balance":18373,"firstname":"Kline","lastname":"Joyce","age":32,"gender":"M","address":"285 Falmouth Street","employer":"Tetratrex","email":"klinejoyce@tetratrex.com","city":"Klondike","state":"SD"} -{"index":{"_type": "account", "_id":"193"}} +{"index":{"_id":"193"}} {"account_number":193,"balance":13412,"firstname":"Patty","lastname":"Petty","age":34,"gender":"F","address":"251 Vermont Street","employer":"Kinetica","email":"pattypetty@kinetica.com","city":"Grantville","state":"MS"} -{"index":{"_type": "account", "_id":"198"}} +{"index":{"_id":"198"}} {"account_number":198,"balance":19686,"firstname":"Rachael","lastname":"Sharp","age":38,"gender":"F","address":"443 Vernon Avenue","employer":"Powernet","email":"rachaelsharp@powernet.com","city":"Canoochee","state":"UT"} -{"index":{"_type": "account", "_id":"201"}} +{"index":{"_id":"201"}} {"account_number":201,"balance":14586,"firstname":"Ronda","lastname":"Perry","age":25,"gender":"F","address":"856 Downing Street","employer":"Artiq","email":"rondaperry@artiq.com","city":"Colton","state":"WV"} -{"index":{"_type": "account", "_id":"206"}} +{"index":{"_id":"206"}} {"account_number":206,"balance":47423,"firstname":"Kelli","lastname":"Francis","age":20,"gender":"M","address":"671 George Street","employer":"Exoswitch","email":"kellifrancis@exoswitch.com","city":"Babb","state":"NJ"} -{"index":{"_type": "account", "_id":"213"}} +{"index":{"_id":"213"}} {"account_number":213,"balance":34172,"firstname":"Bauer","lastname":"Summers","age":27,"gender":"M","address":"257 Boynton Place","employer":"Voratak","email":"bauersummers@voratak.com","city":"Oceola","state":"NC"} -{"index":{"_type": "account", "_id":"218"}} +{"index":{"_id":"218"}} {"account_number":218,"balance":26702,"firstname":"Garrison","lastname":"Bryan","age":24,"gender":"F","address":"478 Greenpoint Avenue","employer":"Uniworld","email":"garrisonbryan@uniworld.com","city":"Comptche","state":"WI"} -{"index":{"_type": "account", "_id":"220"}} +{"index":{"_id":"220"}} {"account_number":220,"balance":3086,"firstname":"Tania","lastname":"Middleton","age":22,"gender":"F","address":"541 Gunther Place","employer":"Zerology","email":"taniamiddleton@zerology.com","city":"Linwood","state":"IN"} -{"index":{"_type": "account", "_id":"225"}} +{"index":{"_id":"225"}} {"account_number":225,"balance":21949,"firstname":"Maryann","lastname":"Murphy","age":24,"gender":"F","address":"894 Bridgewater Street","employer":"Cinesanct","email":"maryannmurphy@cinesanct.com","city":"Cartwright","state":"RI"} -{"index":{"_type": "account", "_id":"232"}} +{"index":{"_id":"232"}} {"account_number":232,"balance":11984,"firstname":"Carr","lastname":"Jensen","age":34,"gender":"F","address":"995 Micieli Place","employer":"Biohab","email":"carrjensen@biohab.com","city":"Waikele","state":"OH"} -{"index":{"_type": "account", "_id":"237"}} +{"index":{"_id":"237"}} {"account_number":237,"balance":5603,"firstname":"Kirby","lastname":"Watkins","age":27,"gender":"F","address":"348 Blake Court","employer":"Sonique","email":"kirbywatkins@sonique.com","city":"Freelandville","state":"PA"} -{"index":{"_type": "account", "_id":"244"}} +{"index":{"_id":"244"}} {"account_number":244,"balance":8048,"firstname":"Judith","lastname":"Riggs","age":27,"gender":"F","address":"590 Kosciusko Street","employer":"Arctiq","email":"judithriggs@arctiq.com","city":"Gorham","state":"DC"} -{"index":{"_type": "account", "_id":"249"}} +{"index":{"_id":"249"}} {"account_number":249,"balance":16822,"firstname":"Mckinney","lastname":"Gallagher","age":38,"gender":"F","address":"939 Seigel Court","employer":"Premiant","email":"mckinneygallagher@premiant.com","city":"Catharine","state":"NH"} -{"index":{"_type": "account", "_id":"251"}} +{"index":{"_id":"251"}} {"account_number":251,"balance":13475,"firstname":"Marks","lastname":"Graves","age":39,"gender":"F","address":"427 Lawn Court","employer":"Dentrex","email":"marksgraves@dentrex.com","city":"Waukeenah","state":"IL"} -{"index":{"_type": "account", "_id":"256"}} +{"index":{"_id":"256"}} {"account_number":256,"balance":48318,"firstname":"Simon","lastname":"Hogan","age":31,"gender":"M","address":"789 Suydam Place","employer":"Dancerity","email":"simonhogan@dancerity.com","city":"Dargan","state":"GA"} -{"index":{"_type": "account", "_id":"263"}} +{"index":{"_id":"263"}} {"account_number":263,"balance":12837,"firstname":"Thornton","lastname":"Meyer","age":29,"gender":"M","address":"575 Elliott Place","employer":"Peticular","email":"thorntonmeyer@peticular.com","city":"Dotsero","state":"NH"} -{"index":{"_type": "account", "_id":"268"}} +{"index":{"_id":"268"}} {"account_number":268,"balance":20925,"firstname":"Avis","lastname":"Blackwell","age":36,"gender":"M","address":"569 Jerome Avenue","employer":"Magnina","email":"avisblackwell@magnina.com","city":"Bethany","state":"MD"} -{"index":{"_type": "account", "_id":"270"}} +{"index":{"_id":"270"}} {"account_number":270,"balance":43951,"firstname":"Moody","lastname":"Harmon","age":39,"gender":"F","address":"233 Vanderbilt Street","employer":"Otherside","email":"moodyharmon@otherside.com","city":"Elwood","state":"MT"} -{"index":{"_type": "account", "_id":"275"}} +{"index":{"_id":"275"}} {"account_number":275,"balance":2384,"firstname":"Reynolds","lastname":"Barnett","age":31,"gender":"M","address":"394 Stockton Street","employer":"Austex","email":"reynoldsbarnett@austex.com","city":"Grandview","state":"MS"} -{"index":{"_type": "account", "_id":"282"}} +{"index":{"_id":"282"}} {"account_number":282,"balance":38540,"firstname":"Gay","lastname":"Schultz","age":25,"gender":"F","address":"805 Claver Place","employer":"Handshake","email":"gayschultz@handshake.com","city":"Tampico","state":"MA"} -{"index":{"_type": "account", "_id":"287"}} +{"index":{"_id":"287"}} {"account_number":287,"balance":10845,"firstname":"Valerie","lastname":"Lang","age":35,"gender":"F","address":"423 Midwood Street","employer":"Quarx","email":"valerielang@quarx.com","city":"Cannondale","state":"VT"} -{"index":{"_type": "account", "_id":"294"}} +{"index":{"_id":"294"}} {"account_number":294,"balance":29582,"firstname":"Pitts","lastname":"Haynes","age":26,"gender":"M","address":"901 Broome Street","employer":"Aquazure","email":"pittshaynes@aquazure.com","city":"Turah","state":"SD"} -{"index":{"_type": "account", "_id":"299"}} +{"index":{"_id":"299"}} {"account_number":299,"balance":40825,"firstname":"Angela","lastname":"Talley","age":36,"gender":"F","address":"822 Bills Place","employer":"Remold","email":"angelatalley@remold.com","city":"Bethpage","state":"DC"} -{"index":{"_type": "account", "_id":"302"}} +{"index":{"_id":"302"}} {"account_number":302,"balance":11298,"firstname":"Isabella","lastname":"Hewitt","age":40,"gender":"M","address":"455 Bedford Avenue","employer":"Cincyr","email":"isabellahewitt@cincyr.com","city":"Blanford","state":"IN"} -{"index":{"_type": "account", "_id":"307"}} +{"index":{"_id":"307"}} {"account_number":307,"balance":43355,"firstname":"Enid","lastname":"Ashley","age":23,"gender":"M","address":"412 Emerson Place","employer":"Avenetro","email":"enidashley@avenetro.com","city":"Catherine","state":"WI"} -{"index":{"_type": "account", "_id":"314"}} +{"index":{"_id":"314"}} {"account_number":314,"balance":5848,"firstname":"Norton","lastname":"Norton","age":35,"gender":"M","address":"252 Ditmas Avenue","employer":"Talkola","email":"nortonnorton@talkola.com","city":"Veyo","state":"SC"} -{"index":{"_type": "account", "_id":"319"}} +{"index":{"_id":"319"}} {"account_number":319,"balance":15430,"firstname":"Ferrell","lastname":"Mckinney","age":36,"gender":"M","address":"874 Cranberry Street","employer":"Portaline","email":"ferrellmckinney@portaline.com","city":"Rose","state":"WV"} -{"index":{"_type": "account", "_id":"321"}} +{"index":{"_id":"321"}} {"account_number":321,"balance":43370,"firstname":"Marta","lastname":"Larsen","age":35,"gender":"M","address":"617 Williams Court","employer":"Manufact","email":"martalarsen@manufact.com","city":"Sisquoc","state":"MA"} -{"index":{"_type": "account", "_id":"326"}} +{"index":{"_id":"326"}} {"account_number":326,"balance":9692,"firstname":"Pearl","lastname":"Reese","age":30,"gender":"F","address":"451 Colonial Court","employer":"Accruex","email":"pearlreese@accruex.com","city":"Westmoreland","state":"MD"} -{"index":{"_type": "account", "_id":"333"}} +{"index":{"_id":"333"}} {"account_number":333,"balance":22778,"firstname":"Trudy","lastname":"Sweet","age":27,"gender":"F","address":"881 Kiely Place","employer":"Acumentor","email":"trudysweet@acumentor.com","city":"Kent","state":"IA"} -{"index":{"_type": "account", "_id":"338"}} +{"index":{"_id":"338"}} {"account_number":338,"balance":6969,"firstname":"Pierce","lastname":"Lawrence","age":35,"gender":"M","address":"318 Gallatin Place","employer":"Lunchpad","email":"piercelawrence@lunchpad.com","city":"Iola","state":"MD"} -{"index":{"_type": "account", "_id":"340"}} +{"index":{"_id":"340"}} {"account_number":340,"balance":42072,"firstname":"Juarez","lastname":"Gutierrez","age":40,"gender":"F","address":"802 Seba Avenue","employer":"Billmed","email":"juarezgutierrez@billmed.com","city":"Malott","state":"OH"} -{"index":{"_type": "account", "_id":"345"}} +{"index":{"_id":"345"}} {"account_number":345,"balance":9812,"firstname":"Parker","lastname":"Hines","age":38,"gender":"M","address":"715 Mill Avenue","employer":"Baluba","email":"parkerhines@baluba.com","city":"Blackgum","state":"KY"} -{"index":{"_type": "account", "_id":"352"}} +{"index":{"_id":"352"}} {"account_number":352,"balance":20290,"firstname":"Kendra","lastname":"Mcintosh","age":31,"gender":"F","address":"963 Wolf Place","employer":"Orboid","email":"kendramcintosh@orboid.com","city":"Bladensburg","state":"AK"} -{"index":{"_type": "account", "_id":"357"}} +{"index":{"_id":"357"}} {"account_number":357,"balance":15102,"firstname":"Adele","lastname":"Carroll","age":39,"gender":"F","address":"381 Arion Place","employer":"Aquafire","email":"adelecarroll@aquafire.com","city":"Springville","state":"RI"} -{"index":{"_type": "account", "_id":"364"}} +{"index":{"_id":"364"}} {"account_number":364,"balance":35247,"firstname":"Felicia","lastname":"Merrill","age":40,"gender":"F","address":"229 Branton Street","employer":"Prosely","email":"feliciamerrill@prosely.com","city":"Dola","state":"MA"} -{"index":{"_type": "account", "_id":"369"}} +{"index":{"_id":"369"}} {"account_number":369,"balance":17047,"firstname":"Mcfadden","lastname":"Guy","age":28,"gender":"F","address":"445 Lott Avenue","employer":"Kangle","email":"mcfaddenguy@kangle.com","city":"Greenbackville","state":"DE"} -{"index":{"_type": "account", "_id":"371"}} +{"index":{"_id":"371"}} {"account_number":371,"balance":19751,"firstname":"Barker","lastname":"Allen","age":32,"gender":"F","address":"295 Wallabout Street","employer":"Nexgene","email":"barkerallen@nexgene.com","city":"Nanafalia","state":"NE"} -{"index":{"_type": "account", "_id":"376"}} +{"index":{"_id":"376"}} {"account_number":376,"balance":44407,"firstname":"Mcmillan","lastname":"Dunn","age":21,"gender":"F","address":"771 Dorchester Road","employer":"Eargo","email":"mcmillandunn@eargo.com","city":"Yogaville","state":"RI"} -{"index":{"_type": "account", "_id":"383"}} +{"index":{"_id":"383"}} {"account_number":383,"balance":48889,"firstname":"Knox","lastname":"Larson","age":28,"gender":"F","address":"962 Bartlett Place","employer":"Bostonic","email":"knoxlarson@bostonic.com","city":"Smeltertown","state":"TX"} -{"index":{"_type": "account", "_id":"388"}} +{"index":{"_id":"388"}} {"account_number":388,"balance":9606,"firstname":"Julianne","lastname":"Nicholson","age":26,"gender":"F","address":"338 Crescent Street","employer":"Viasia","email":"juliannenicholson@viasia.com","city":"Alleghenyville","state":"MO"} -{"index":{"_type": "account", "_id":"390"}} +{"index":{"_id":"390"}} {"account_number":390,"balance":7464,"firstname":"Ramona","lastname":"Roy","age":32,"gender":"M","address":"135 Banner Avenue","employer":"Deminimum","email":"ramonaroy@deminimum.com","city":"Dodge","state":"ID"} -{"index":{"_type": "account", "_id":"395"}} +{"index":{"_id":"395"}} {"account_number":395,"balance":18679,"firstname":"Juliet","lastname":"Whitaker","age":31,"gender":"M","address":"128 Remsen Avenue","employer":"Toyletry","email":"julietwhitaker@toyletry.com","city":"Yonah","state":"LA"} -{"index":{"_type": "account", "_id":"403"}} +{"index":{"_id":"403"}} {"account_number":403,"balance":18833,"firstname":"Williamson","lastname":"Horn","age":32,"gender":"M","address":"223 Strickland Avenue","employer":"Nimon","email":"williamsonhorn@nimon.com","city":"Bawcomville","state":"NJ"} -{"index":{"_type": "account", "_id":"408"}} +{"index":{"_id":"408"}} {"account_number":408,"balance":34666,"firstname":"Lidia","lastname":"Guerrero","age":30,"gender":"M","address":"254 Stratford Road","employer":"Snowpoke","email":"lidiaguerrero@snowpoke.com","city":"Fairlee","state":"LA"} -{"index":{"_type": "account", "_id":"410"}} +{"index":{"_id":"410"}} {"account_number":410,"balance":31200,"firstname":"Fox","lastname":"Cardenas","age":39,"gender":"M","address":"987 Monitor Street","employer":"Corpulse","email":"foxcardenas@corpulse.com","city":"Southview","state":"NE"} -{"index":{"_type": "account", "_id":"415"}} +{"index":{"_id":"415"}} {"account_number":415,"balance":19449,"firstname":"Martinez","lastname":"Benson","age":36,"gender":"M","address":"172 Berkeley Place","employer":"Enersol","email":"martinezbenson@enersol.com","city":"Chumuckla","state":"AL"} -{"index":{"_type": "account", "_id":"422"}} +{"index":{"_id":"422"}} {"account_number":422,"balance":40162,"firstname":"Brigitte","lastname":"Scott","age":26,"gender":"M","address":"662 Vermont Court","employer":"Waretel","email":"brigittescott@waretel.com","city":"Elrama","state":"VA"} -{"index":{"_type": "account", "_id":"427"}} +{"index":{"_id":"427"}} {"account_number":427,"balance":1463,"firstname":"Rebekah","lastname":"Garrison","age":36,"gender":"F","address":"837 Hampton Avenue","employer":"Niquent","email":"rebekahgarrison@niquent.com","city":"Zarephath","state":"NY"} -{"index":{"_type": "account", "_id":"434"}} +{"index":{"_id":"434"}} {"account_number":434,"balance":11329,"firstname":"Christa","lastname":"Huff","age":25,"gender":"M","address":"454 Oriental Boulevard","employer":"Earthpure","email":"christahuff@earthpure.com","city":"Stevens","state":"DC"} -{"index":{"_type": "account", "_id":"439"}} +{"index":{"_id":"439"}} {"account_number":439,"balance":22752,"firstname":"Lula","lastname":"Williams","age":35,"gender":"M","address":"630 Furman Avenue","employer":"Vinch","email":"lulawilliams@vinch.com","city":"Newcastle","state":"ME"} -{"index":{"_type": "account", "_id":"441"}} +{"index":{"_id":"441"}} {"account_number":441,"balance":47947,"firstname":"Dickson","lastname":"Mcgee","age":29,"gender":"M","address":"478 Knight Court","employer":"Gogol","email":"dicksonmcgee@gogol.com","city":"Laurelton","state":"AR"} -{"index":{"_type": "account", "_id":"446"}} +{"index":{"_id":"446"}} {"account_number":446,"balance":23071,"firstname":"Lolita","lastname":"Fleming","age":32,"gender":"F","address":"918 Bridge Street","employer":"Vidto","email":"lolitafleming@vidto.com","city":"Brownlee","state":"HI"} -{"index":{"_type": "account", "_id":"453"}} +{"index":{"_id":"453"}} {"account_number":453,"balance":21520,"firstname":"Hood","lastname":"Powell","age":24,"gender":"F","address":"479 Brevoort Place","employer":"Vortexaco","email":"hoodpowell@vortexaco.com","city":"Alderpoint","state":"CT"} -{"index":{"_type": "account", "_id":"458"}} +{"index":{"_id":"458"}} {"account_number":458,"balance":8865,"firstname":"Aida","lastname":"Wolf","age":21,"gender":"F","address":"403 Thames Street","employer":"Isis","email":"aidawolf@isis.com","city":"Bordelonville","state":"ME"} -{"index":{"_type": "account", "_id":"460"}} +{"index":{"_id":"460"}} {"account_number":460,"balance":37734,"firstname":"Aguirre","lastname":"White","age":21,"gender":"F","address":"190 Crooke Avenue","employer":"Unq","email":"aguirrewhite@unq.com","city":"Albany","state":"NJ"} -{"index":{"_type": "account", "_id":"465"}} +{"index":{"_id":"465"}} {"account_number":465,"balance":10681,"firstname":"Pearlie","lastname":"Holman","age":29,"gender":"M","address":"916 Evergreen Avenue","employer":"Hometown","email":"pearlieholman@hometown.com","city":"Needmore","state":"UT"} -{"index":{"_type": "account", "_id":"472"}} +{"index":{"_id":"472"}} {"account_number":472,"balance":25571,"firstname":"Lee","lastname":"Long","age":32,"gender":"F","address":"288 Mill Street","employer":"Comverges","email":"leelong@comverges.com","city":"Movico","state":"MT"} -{"index":{"_type": "account", "_id":"477"}} +{"index":{"_id":"477"}} {"account_number":477,"balance":25892,"firstname":"Holcomb","lastname":"Cobb","age":40,"gender":"M","address":"369 Marconi Place","employer":"Steeltab","email":"holcombcobb@steeltab.com","city":"Byrnedale","state":"CA"} -{"index":{"_type": "account", "_id":"484"}} +{"index":{"_id":"484"}} {"account_number":484,"balance":3274,"firstname":"Staci","lastname":"Melendez","age":35,"gender":"F","address":"751 Otsego Street","employer":"Namebox","email":"stacimelendez@namebox.com","city":"Harborton","state":"NV"} -{"index":{"_type": "account", "_id":"489"}} +{"index":{"_id":"489"}} {"account_number":489,"balance":7879,"firstname":"Garrett","lastname":"Langley","age":36,"gender":"M","address":"331 Bowne Street","employer":"Zillidium","email":"garrettlangley@zillidium.com","city":"Riviera","state":"LA"} -{"index":{"_type": "account", "_id":"491"}} +{"index":{"_id":"491"}} {"account_number":491,"balance":42942,"firstname":"Teresa","lastname":"Owen","age":24,"gender":"F","address":"713 Canton Court","employer":"Plasmos","email":"teresaowen@plasmos.com","city":"Bartonsville","state":"NH"} -{"index":{"_type": "account", "_id":"496"}} +{"index":{"_id":"496"}} {"account_number":496,"balance":14869,"firstname":"Alison","lastname":"Conrad","age":35,"gender":"F","address":"347 Varet Street","employer":"Perkle","email":"alisonconrad@perkle.com","city":"Cliffside","state":"OH"} -{"index":{"_type": "account", "_id":"504"}} +{"index":{"_id":"504"}} {"account_number":504,"balance":49205,"firstname":"Shanna","lastname":"Chambers","age":23,"gender":"M","address":"220 Beard Street","employer":"Corporana","email":"shannachambers@corporana.com","city":"Cashtown","state":"AZ"} -{"index":{"_type": "account", "_id":"509"}} +{"index":{"_id":"509"}} {"account_number":509,"balance":34754,"firstname":"Durham","lastname":"Pacheco","age":40,"gender":"M","address":"129 Plymouth Street","employer":"Datacator","email":"durhampacheco@datacator.com","city":"Loveland","state":"NC"} -{"index":{"_type": "account", "_id":"511"}} +{"index":{"_id":"511"}} {"account_number":511,"balance":40908,"firstname":"Elba","lastname":"Grant","age":24,"gender":"F","address":"157 Bijou Avenue","employer":"Dognost","email":"elbagrant@dognost.com","city":"Coyote","state":"MT"} -{"index":{"_type": "account", "_id":"516"}} +{"index":{"_id":"516"}} {"account_number":516,"balance":44940,"firstname":"Roy","lastname":"Smith","age":37,"gender":"M","address":"770 Cherry Street","employer":"Parleynet","email":"roysmith@parleynet.com","city":"Carrsville","state":"RI"} -{"index":{"_type": "account", "_id":"523"}} +{"index":{"_id":"523"}} {"account_number":523,"balance":28729,"firstname":"Amalia","lastname":"Benjamin","age":40,"gender":"F","address":"173 Bushwick Place","employer":"Sentia","email":"amaliabenjamin@sentia.com","city":"Jacumba","state":"OK"} -{"index":{"_type": "account", "_id":"528"}} +{"index":{"_id":"528"}} {"account_number":528,"balance":4071,"firstname":"Thompson","lastname":"Hoover","age":27,"gender":"F","address":"580 Garden Street","employer":"Portalis","email":"thompsonhoover@portalis.com","city":"Knowlton","state":"AL"} -{"index":{"_type": "account", "_id":"530"}} +{"index":{"_id":"530"}} {"account_number":530,"balance":8840,"firstname":"Kathrine","lastname":"Evans","age":37,"gender":"M","address":"422 Division Place","employer":"Spherix","email":"kathrineevans@spherix.com","city":"Biddle","state":"CO"} -{"index":{"_type": "account", "_id":"535"}} +{"index":{"_id":"535"}} {"account_number":535,"balance":8715,"firstname":"Fry","lastname":"George","age":34,"gender":"M","address":"722 Green Street","employer":"Ewaves","email":"frygeorge@ewaves.com","city":"Kenmar","state":"DE"} -{"index":{"_type": "account", "_id":"542"}} +{"index":{"_id":"542"}} {"account_number":542,"balance":23285,"firstname":"Michelle","lastname":"Mayo","age":35,"gender":"M","address":"657 Caton Place","employer":"Biflex","email":"michellemayo@biflex.com","city":"Beaverdale","state":"WY"} -{"index":{"_type": "account", "_id":"547"}} +{"index":{"_id":"547"}} {"account_number":547,"balance":12870,"firstname":"Eaton","lastname":"Rios","age":32,"gender":"M","address":"744 Withers Street","employer":"Podunk","email":"eatonrios@podunk.com","city":"Chelsea","state":"IA"} -{"index":{"_type": "account", "_id":"554"}} +{"index":{"_id":"554"}} {"account_number":554,"balance":33163,"firstname":"Townsend","lastname":"Atkins","age":39,"gender":"M","address":"566 Ira Court","employer":"Acruex","email":"townsendatkins@acruex.com","city":"Valle","state":"IA"} -{"index":{"_type": "account", "_id":"559"}} +{"index":{"_id":"559"}} {"account_number":559,"balance":11450,"firstname":"Tonia","lastname":"Schmidt","age":38,"gender":"F","address":"508 Sheffield Avenue","employer":"Extro","email":"toniaschmidt@extro.com","city":"Newry","state":"CT"} -{"index":{"_type": "account", "_id":"561"}} +{"index":{"_id":"561"}} {"account_number":561,"balance":12370,"firstname":"Sellers","lastname":"Davis","age":30,"gender":"M","address":"860 Madoc Avenue","employer":"Isodrive","email":"sellersdavis@isodrive.com","city":"Trail","state":"KS"} -{"index":{"_type": "account", "_id":"566"}} +{"index":{"_id":"566"}} {"account_number":566,"balance":6183,"firstname":"Cox","lastname":"Roman","age":37,"gender":"M","address":"349 Winthrop Street","employer":"Medcom","email":"coxroman@medcom.com","city":"Rosewood","state":"WY"} -{"index":{"_type": "account", "_id":"573"}} +{"index":{"_id":"573"}} {"account_number":573,"balance":32171,"firstname":"Callie","lastname":"Castaneda","age":36,"gender":"M","address":"799 Scott Avenue","employer":"Earthwax","email":"calliecastaneda@earthwax.com","city":"Marshall","state":"NH"} -{"index":{"_type": "account", "_id":"578"}} +{"index":{"_id":"578"}} {"account_number":578,"balance":34259,"firstname":"Holmes","lastname":"Mcknight","age":37,"gender":"M","address":"969 Metropolitan Avenue","employer":"Cubicide","email":"holmesmcknight@cubicide.com","city":"Aguila","state":"PA"} -{"index":{"_type": "account", "_id":"580"}} +{"index":{"_id":"580"}} {"account_number":580,"balance":13716,"firstname":"Mcmahon","lastname":"York","age":34,"gender":"M","address":"475 Beacon Court","employer":"Zillar","email":"mcmahonyork@zillar.com","city":"Farmington","state":"MO"} -{"index":{"_type": "account", "_id":"585"}} +{"index":{"_id":"585"}} {"account_number":585,"balance":26745,"firstname":"Nieves","lastname":"Nolan","age":32,"gender":"M","address":"115 Seagate Terrace","employer":"Jumpstack","email":"nievesnolan@jumpstack.com","city":"Eastmont","state":"UT"} -{"index":{"_type": "account", "_id":"592"}} +{"index":{"_id":"592"}} {"account_number":592,"balance":32968,"firstname":"Head","lastname":"Webster","age":36,"gender":"F","address":"987 Lefferts Avenue","employer":"Empirica","email":"headwebster@empirica.com","city":"Rockingham","state":"TN"} -{"index":{"_type": "account", "_id":"597"}} +{"index":{"_id":"597"}} {"account_number":597,"balance":11246,"firstname":"Penny","lastname":"Knowles","age":33,"gender":"M","address":"139 Forbell Street","employer":"Ersum","email":"pennyknowles@ersum.com","city":"Vallonia","state":"IA"} -{"index":{"_type": "account", "_id":"600"}} +{"index":{"_id":"600"}} {"account_number":600,"balance":10336,"firstname":"Simmons","lastname":"Byers","age":37,"gender":"M","address":"250 Dictum Court","employer":"Qualitex","email":"simmonsbyers@qualitex.com","city":"Wanship","state":"OH"} -{"index":{"_type": "account", "_id":"605"}} +{"index":{"_id":"605"}} {"account_number":605,"balance":38427,"firstname":"Mcclain","lastname":"Manning","age":24,"gender":"M","address":"832 Leonard Street","employer":"Qiao","email":"mcclainmanning@qiao.com","city":"Calvary","state":"TX"} -{"index":{"_type": "account", "_id":"612"}} +{"index":{"_id":"612"}} {"account_number":612,"balance":11868,"firstname":"Dunn","lastname":"Cameron","age":32,"gender":"F","address":"156 Lorimer Street","employer":"Isonus","email":"dunncameron@isonus.com","city":"Virgie","state":"ND"} -{"index":{"_type": "account", "_id":"617"}} +{"index":{"_id":"617"}} {"account_number":617,"balance":35445,"firstname":"Kitty","lastname":"Cooley","age":22,"gender":"M","address":"788 Seagate Avenue","employer":"Ultrimax","email":"kittycooley@ultrimax.com","city":"Clarktown","state":"MD"} -{"index":{"_type": "account", "_id":"624"}} +{"index":{"_id":"624"}} {"account_number":624,"balance":27538,"firstname":"Roxanne","lastname":"Franklin","age":39,"gender":"F","address":"299 Woodrow Court","employer":"Silodyne","email":"roxannefranklin@silodyne.com","city":"Roulette","state":"VA"} -{"index":{"_type": "account", "_id":"629"}} +{"index":{"_id":"629"}} {"account_number":629,"balance":32987,"firstname":"Mcclure","lastname":"Rodgers","age":26,"gender":"M","address":"806 Pierrepont Place","employer":"Elita","email":"mcclurerodgers@elita.com","city":"Brownsville","state":"MI"} -{"index":{"_type": "account", "_id":"631"}} +{"index":{"_id":"631"}} {"account_number":631,"balance":21657,"firstname":"Corrine","lastname":"Barber","age":32,"gender":"F","address":"447 Hunts Lane","employer":"Quarmony","email":"corrinebarber@quarmony.com","city":"Wyano","state":"IL"} -{"index":{"_type": "account", "_id":"636"}} +{"index":{"_id":"636"}} {"account_number":636,"balance":8036,"firstname":"Agnes","lastname":"Hooper","age":25,"gender":"M","address":"865 Hanson Place","employer":"Digial","email":"agneshooper@digial.com","city":"Sperryville","state":"OK"} -{"index":{"_type": "account", "_id":"643"}} +{"index":{"_id":"643"}} {"account_number":643,"balance":8057,"firstname":"Hendricks","lastname":"Stokes","age":23,"gender":"F","address":"142 Barbey Street","employer":"Remotion","email":"hendricksstokes@remotion.com","city":"Lewis","state":"MA"} -{"index":{"_type": "account", "_id":"648"}} +{"index":{"_id":"648"}} {"account_number":648,"balance":11506,"firstname":"Terry","lastname":"Montgomery","age":21,"gender":"F","address":"115 Franklin Avenue","employer":"Enervate","email":"terrymontgomery@enervate.com","city":"Bascom","state":"MA"} -{"index":{"_type": "account", "_id":"650"}} +{"index":{"_id":"650"}} {"account_number":650,"balance":18091,"firstname":"Benton","lastname":"Knight","age":28,"gender":"F","address":"850 Aitken Place","employer":"Pholio","email":"bentonknight@pholio.com","city":"Cobbtown","state":"AL"} -{"index":{"_type": "account", "_id":"655"}} +{"index":{"_id":"655"}} {"account_number":655,"balance":22912,"firstname":"Eula","lastname":"Taylor","age":30,"gender":"M","address":"520 Orient Avenue","employer":"Miracula","email":"eulataylor@miracula.com","city":"Wacissa","state":"IN"} -{"index":{"_type": "account", "_id":"662"}} +{"index":{"_id":"662"}} {"account_number":662,"balance":10138,"firstname":"Daisy","lastname":"Burnett","age":33,"gender":"M","address":"114 Norman Avenue","employer":"Liquicom","email":"daisyburnett@liquicom.com","city":"Grahamtown","state":"MD"} -{"index":{"_type": "account", "_id":"667"}} +{"index":{"_id":"667"}} {"account_number":667,"balance":22559,"firstname":"Juliana","lastname":"Chase","age":32,"gender":"M","address":"496 Coleridge Street","employer":"Comtract","email":"julianachase@comtract.com","city":"Wilsonia","state":"NJ"} -{"index":{"_type": "account", "_id":"674"}} +{"index":{"_id":"674"}} {"account_number":674,"balance":36038,"firstname":"Watts","lastname":"Shannon","age":22,"gender":"F","address":"600 Story Street","employer":"Joviold","email":"wattsshannon@joviold.com","city":"Fairhaven","state":"ID"} -{"index":{"_type": "account", "_id":"679"}} +{"index":{"_id":"679"}} {"account_number":679,"balance":20149,"firstname":"Henrietta","lastname":"Bonner","age":33,"gender":"M","address":"461 Bond Street","employer":"Geekol","email":"henriettabonner@geekol.com","city":"Richville","state":"WA"} -{"index":{"_type": "account", "_id":"681"}} +{"index":{"_id":"681"}} {"account_number":681,"balance":34244,"firstname":"Velazquez","lastname":"Wolfe","age":33,"gender":"M","address":"773 Eckford Street","employer":"Zisis","email":"velazquezwolfe@zisis.com","city":"Smock","state":"ME"} -{"index":{"_type": "account", "_id":"686"}} +{"index":{"_id":"686"}} {"account_number":686,"balance":10116,"firstname":"Decker","lastname":"Mcclure","age":30,"gender":"F","address":"236 Commerce Street","employer":"Everest","email":"deckermcclure@everest.com","city":"Gibbsville","state":"TN"} -{"index":{"_type": "account", "_id":"693"}} +{"index":{"_id":"693"}} {"account_number":693,"balance":31233,"firstname":"Tabatha","lastname":"Zimmerman","age":30,"gender":"F","address":"284 Emmons Avenue","employer":"Pushcart","email":"tabathazimmerman@pushcart.com","city":"Esmont","state":"NC"} -{"index":{"_type": "account", "_id":"698"}} +{"index":{"_id":"698"}} {"account_number":698,"balance":14965,"firstname":"Baker","lastname":"Armstrong","age":36,"gender":"F","address":"796 Tehama Street","employer":"Nurplex","email":"bakerarmstrong@nurplex.com","city":"Starks","state":"UT"} -{"index":{"_type": "account", "_id":"701"}} +{"index":{"_id":"701"}} {"account_number":701,"balance":23772,"firstname":"Gardner","lastname":"Griffith","age":27,"gender":"M","address":"187 Moore Place","employer":"Vertide","email":"gardnergriffith@vertide.com","city":"Coventry","state":"NV"} -{"index":{"_type": "account", "_id":"706"}} +{"index":{"_id":"706"}} {"account_number":706,"balance":5282,"firstname":"Eliza","lastname":"Potter","age":39,"gender":"M","address":"945 Dunham Place","employer":"Playce","email":"elizapotter@playce.com","city":"Woodruff","state":"AK"} -{"index":{"_type": "account", "_id":"713"}} +{"index":{"_id":"713"}} {"account_number":713,"balance":20054,"firstname":"Iris","lastname":"Mcguire","age":21,"gender":"F","address":"508 Benson Avenue","employer":"Duflex","email":"irismcguire@duflex.com","city":"Hillsboro","state":"MO"} -{"index":{"_type": "account", "_id":"718"}} +{"index":{"_id":"718"}} {"account_number":718,"balance":13876,"firstname":"Hickman","lastname":"Dillard","age":22,"gender":"F","address":"132 Etna Street","employer":"Genmy","email":"hickmandillard@genmy.com","city":"Curtice","state":"NV"} -{"index":{"_type": "account", "_id":"720"}} +{"index":{"_id":"720"}} {"account_number":720,"balance":31356,"firstname":"Ruth","lastname":"Vance","age":32,"gender":"F","address":"229 Adams Street","employer":"Zilidium","email":"ruthvance@zilidium.com","city":"Allison","state":"IA"} -{"index":{"_type": "account", "_id":"725"}} +{"index":{"_id":"725"}} {"account_number":725,"balance":14677,"firstname":"Reeves","lastname":"Tillman","age":26,"gender":"M","address":"674 Ivan Court","employer":"Cemention","email":"reevestillman@cemention.com","city":"Navarre","state":"MA"} -{"index":{"_type": "account", "_id":"732"}} +{"index":{"_id":"732"}} {"account_number":732,"balance":38445,"firstname":"Delia","lastname":"Cruz","age":37,"gender":"F","address":"870 Cheever Place","employer":"Multron","email":"deliacruz@multron.com","city":"Cresaptown","state":"NH"} -{"index":{"_type": "account", "_id":"737"}} +{"index":{"_id":"737"}} {"account_number":737,"balance":40431,"firstname":"Sampson","lastname":"Yates","age":23,"gender":"F","address":"214 Cox Place","employer":"Signidyne","email":"sampsonyates@signidyne.com","city":"Brazos","state":"GA"} -{"index":{"_type": "account", "_id":"744"}} +{"index":{"_id":"744"}} {"account_number":744,"balance":8690,"firstname":"Bernard","lastname":"Martinez","age":21,"gender":"M","address":"148 Dunne Place","employer":"Dragbot","email":"bernardmartinez@dragbot.com","city":"Moraida","state":"MN"} -{"index":{"_type": "account", "_id":"749"}} +{"index":{"_id":"749"}} {"account_number":749,"balance":1249,"firstname":"Rush","lastname":"Boyle","age":36,"gender":"M","address":"310 Argyle Road","employer":"Sportan","email":"rushboyle@sportan.com","city":"Brady","state":"WA"} -{"index":{"_type": "account", "_id":"751"}} +{"index":{"_id":"751"}} {"account_number":751,"balance":49252,"firstname":"Patrick","lastname":"Osborne","age":23,"gender":"M","address":"915 Prospect Avenue","employer":"Gynko","email":"patrickosborne@gynko.com","city":"Takilma","state":"MO"} -{"index":{"_type": "account", "_id":"756"}} +{"index":{"_id":"756"}} {"account_number":756,"balance":40006,"firstname":"Jasmine","lastname":"Howell","age":32,"gender":"M","address":"605 Elliott Walk","employer":"Ecratic","email":"jasminehowell@ecratic.com","city":"Harrodsburg","state":"OH"} -{"index":{"_type": "account", "_id":"763"}} +{"index":{"_id":"763"}} {"account_number":763,"balance":12091,"firstname":"Liz","lastname":"Bentley","age":22,"gender":"F","address":"933 Debevoise Avenue","employer":"Nipaz","email":"lizbentley@nipaz.com","city":"Glenville","state":"NJ"} -{"index":{"_type": "account", "_id":"768"}} +{"index":{"_id":"768"}} {"account_number":768,"balance":2213,"firstname":"Sondra","lastname":"Soto","age":21,"gender":"M","address":"625 Colonial Road","employer":"Navir","email":"sondrasoto@navir.com","city":"Benson","state":"VA"} -{"index":{"_type": "account", "_id":"770"}} +{"index":{"_id":"770"}} {"account_number":770,"balance":39505,"firstname":"Joann","lastname":"Crane","age":26,"gender":"M","address":"798 Farragut Place","employer":"Lingoage","email":"joanncrane@lingoage.com","city":"Kirk","state":"MA"} -{"index":{"_type": "account", "_id":"775"}} +{"index":{"_id":"775"}} {"account_number":775,"balance":27943,"firstname":"Wilson","lastname":"Merritt","age":33,"gender":"F","address":"288 Thornton Street","employer":"Geeky","email":"wilsonmerritt@geeky.com","city":"Holtville","state":"HI"} -{"index":{"_type": "account", "_id":"782"}} +{"index":{"_id":"782"}} {"account_number":782,"balance":3960,"firstname":"Maldonado","lastname":"Craig","age":36,"gender":"F","address":"345 Myrtle Avenue","employer":"Zilencio","email":"maldonadocraig@zilencio.com","city":"Yukon","state":"ID"} -{"index":{"_type": "account", "_id":"787"}} +{"index":{"_id":"787"}} {"account_number":787,"balance":11876,"firstname":"Harper","lastname":"Wynn","age":21,"gender":"F","address":"139 Oceanic Avenue","employer":"Interfind","email":"harperwynn@interfind.com","city":"Gerber","state":"ND"} -{"index":{"_type": "account", "_id":"794"}} +{"index":{"_id":"794"}} {"account_number":794,"balance":16491,"firstname":"Walker","lastname":"Charles","age":32,"gender":"M","address":"215 Kenilworth Place","employer":"Orbin","email":"walkercharles@orbin.com","city":"Rivers","state":"WI"} -{"index":{"_type": "account", "_id":"799"}} +{"index":{"_id":"799"}} {"account_number":799,"balance":2889,"firstname":"Myra","lastname":"Guerra","age":28,"gender":"F","address":"625 Dahlgreen Place","employer":"Digigene","email":"myraguerra@digigene.com","city":"Draper","state":"CA"} -{"index":{"_type": "account", "_id":"802"}} +{"index":{"_id":"802"}} {"account_number":802,"balance":19630,"firstname":"Gracie","lastname":"Foreman","age":40,"gender":"F","address":"219 Kent Avenue","employer":"Supportal","email":"gracieforeman@supportal.com","city":"Westboro","state":"NH"} -{"index":{"_type": "account", "_id":"807"}} +{"index":{"_id":"807"}} {"account_number":807,"balance":29206,"firstname":"Hatfield","lastname":"Lowe","age":23,"gender":"M","address":"499 Adler Place","employer":"Lovepad","email":"hatfieldlowe@lovepad.com","city":"Wiscon","state":"DC"} -{"index":{"_type": "account", "_id":"814"}} +{"index":{"_id":"814"}} {"account_number":814,"balance":9838,"firstname":"Morse","lastname":"Mcbride","age":26,"gender":"F","address":"776 Calyer Street","employer":"Inear","email":"morsemcbride@inear.com","city":"Kingstowne","state":"ND"} -{"index":{"_type": "account", "_id":"819"}} +{"index":{"_id":"819"}} {"account_number":819,"balance":3971,"firstname":"Karyn","lastname":"Medina","age":24,"gender":"F","address":"417 Utica Avenue","employer":"Qnekt","email":"karynmedina@qnekt.com","city":"Kerby","state":"WY"} -{"index":{"_type": "account", "_id":"821"}} +{"index":{"_id":"821"}} {"account_number":821,"balance":33271,"firstname":"Trisha","lastname":"Blankenship","age":22,"gender":"M","address":"329 Jamaica Avenue","employer":"Chorizon","email":"trishablankenship@chorizon.com","city":"Sexton","state":"VT"} -{"index":{"_type": "account", "_id":"826"}} +{"index":{"_id":"826"}} {"account_number":826,"balance":11548,"firstname":"Summers","lastname":"Vinson","age":22,"gender":"F","address":"742 Irwin Street","employer":"Globoil","email":"summersvinson@globoil.com","city":"Callaghan","state":"WY"} -{"index":{"_type": "account", "_id":"833"}} +{"index":{"_id":"833"}} {"account_number":833,"balance":46154,"firstname":"Woodward","lastname":"Hood","age":22,"gender":"M","address":"398 Atkins Avenue","employer":"Zedalis","email":"woodwardhood@zedalis.com","city":"Stonybrook","state":"NE"} -{"index":{"_type": "account", "_id":"838"}} +{"index":{"_id":"838"}} {"account_number":838,"balance":24629,"firstname":"Latonya","lastname":"Blake","age":37,"gender":"F","address":"531 Milton Street","employer":"Rugstars","email":"latonyablake@rugstars.com","city":"Tedrow","state":"WA"} -{"index":{"_type": "account", "_id":"840"}} +{"index":{"_id":"840"}} {"account_number":840,"balance":39615,"firstname":"Boone","lastname":"Gomez","age":38,"gender":"M","address":"256 Hampton Place","employer":"Geekular","email":"boonegomez@geekular.com","city":"Westerville","state":"HI"} -{"index":{"_type": "account", "_id":"845"}} +{"index":{"_id":"845"}} {"account_number":845,"balance":35422,"firstname":"Tracy","lastname":"Vaughn","age":39,"gender":"M","address":"645 Rockaway Parkway","employer":"Andryx","email":"tracyvaughn@andryx.com","city":"Wilmington","state":"ME"} -{"index":{"_type": "account", "_id":"852"}} +{"index":{"_id":"852"}} {"account_number":852,"balance":6041,"firstname":"Allen","lastname":"Hammond","age":26,"gender":"M","address":"793 Essex Street","employer":"Tersanki","email":"allenhammond@tersanki.com","city":"Osmond","state":"NC"} -{"index":{"_type": "account", "_id":"857"}} +{"index":{"_id":"857"}} {"account_number":857,"balance":39678,"firstname":"Alyce","lastname":"Douglas","age":23,"gender":"M","address":"326 Robert Street","employer":"Earbang","email":"alycedouglas@earbang.com","city":"Thornport","state":"GA"} -{"index":{"_type": "account", "_id":"864"}} +{"index":{"_id":"864"}} {"account_number":864,"balance":21804,"firstname":"Duffy","lastname":"Anthony","age":23,"gender":"M","address":"582 Cooke Court","employer":"Schoolio","email":"duffyanthony@schoolio.com","city":"Brenton","state":"CO"} -{"index":{"_type": "account", "_id":"869"}} +{"index":{"_id":"869"}} {"account_number":869,"balance":43544,"firstname":"Corinne","lastname":"Robbins","age":25,"gender":"F","address":"732 Quentin Road","employer":"Orbaxter","email":"corinnerobbins@orbaxter.com","city":"Roy","state":"TN"} -{"index":{"_type": "account", "_id":"871"}} +{"index":{"_id":"871"}} {"account_number":871,"balance":35854,"firstname":"Norma","lastname":"Burt","age":32,"gender":"M","address":"934 Cyrus Avenue","employer":"Magnafone","email":"normaburt@magnafone.com","city":"Eden","state":"TN"} -{"index":{"_type": "account", "_id":"876"}} +{"index":{"_id":"876"}} {"account_number":876,"balance":48568,"firstname":"Brady","lastname":"Glover","age":21,"gender":"F","address":"565 Oceanview Avenue","employer":"Comvex","email":"bradyglover@comvex.com","city":"Noblestown","state":"ID"} -{"index":{"_type": "account", "_id":"883"}} +{"index":{"_id":"883"}} {"account_number":883,"balance":33679,"firstname":"Austin","lastname":"Jefferson","age":34,"gender":"M","address":"846 Lincoln Avenue","employer":"Polarax","email":"austinjefferson@polarax.com","city":"Savannah","state":"CT"} -{"index":{"_type": "account", "_id":"888"}} +{"index":{"_id":"888"}} {"account_number":888,"balance":22277,"firstname":"Myrna","lastname":"Herman","age":39,"gender":"F","address":"649 Harwood Place","employer":"Enthaze","email":"myrnaherman@enthaze.com","city":"Idamay","state":"AR"} -{"index":{"_type": "account", "_id":"890"}} +{"index":{"_id":"890"}} {"account_number":890,"balance":31198,"firstname":"Alvarado","lastname":"Pate","age":25,"gender":"M","address":"269 Ashland Place","employer":"Ovolo","email":"alvaradopate@ovolo.com","city":"Volta","state":"MI"} -{"index":{"_type": "account", "_id":"895"}} +{"index":{"_id":"895"}} {"account_number":895,"balance":7327,"firstname":"Lara","lastname":"Mcdaniel","age":36,"gender":"M","address":"854 Willow Place","employer":"Acusage","email":"laramcdaniel@acusage.com","city":"Imperial","state":"NC"} -{"index":{"_type": "account", "_id":"903"}} +{"index":{"_id":"903"}} {"account_number":903,"balance":10238,"firstname":"Wade","lastname":"Page","age":35,"gender":"F","address":"685 Waldorf Court","employer":"Eplosion","email":"wadepage@eplosion.com","city":"Welda","state":"AL"} -{"index":{"_type": "account", "_id":"908"}} +{"index":{"_id":"908"}} {"account_number":908,"balance":45975,"firstname":"Mosley","lastname":"Holloway","age":31,"gender":"M","address":"929 Eldert Lane","employer":"Anivet","email":"mosleyholloway@anivet.com","city":"Biehle","state":"MS"} -{"index":{"_type": "account", "_id":"910"}} +{"index":{"_id":"910"}} {"account_number":910,"balance":36831,"firstname":"Esmeralda","lastname":"James","age":23,"gender":"F","address":"535 High Street","employer":"Terrasys","email":"esmeraldajames@terrasys.com","city":"Dubois","state":"IN"} -{"index":{"_type": "account", "_id":"915"}} +{"index":{"_id":"915"}} {"account_number":915,"balance":19816,"firstname":"Farrell","lastname":"French","age":35,"gender":"F","address":"126 McKibbin Street","employer":"Techmania","email":"farrellfrench@techmania.com","city":"Wescosville","state":"AL"} -{"index":{"_type": "account", "_id":"922"}} +{"index":{"_id":"922"}} {"account_number":922,"balance":39347,"firstname":"Irwin","lastname":"Pugh","age":32,"gender":"M","address":"463 Shale Street","employer":"Idego","email":"irwinpugh@idego.com","city":"Ivanhoe","state":"ID"} -{"index":{"_type": "account", "_id":"927"}} +{"index":{"_id":"927"}} {"account_number":927,"balance":19976,"firstname":"Jeanette","lastname":"Acevedo","age":26,"gender":"M","address":"694 Polhemus Place","employer":"Halap","email":"jeanetteacevedo@halap.com","city":"Harrison","state":"MO"} -{"index":{"_type": "account", "_id":"934"}} +{"index":{"_id":"934"}} {"account_number":934,"balance":43987,"firstname":"Freida","lastname":"Daniels","age":34,"gender":"M","address":"448 Cove Lane","employer":"Vurbo","email":"freidadaniels@vurbo.com","city":"Snelling","state":"NJ"} -{"index":{"_type": "account", "_id":"939"}} +{"index":{"_id":"939"}} {"account_number":939,"balance":31228,"firstname":"Hodges","lastname":"Massey","age":37,"gender":"F","address":"431 Dahl Court","employer":"Kegular","email":"hodgesmassey@kegular.com","city":"Katonah","state":"MD"} -{"index":{"_type": "account", "_id":"941"}} +{"index":{"_id":"941"}} {"account_number":941,"balance":38796,"firstname":"Kim","lastname":"Moss","age":28,"gender":"F","address":"105 Onderdonk Avenue","employer":"Digirang","email":"kimmoss@digirang.com","city":"Centerville","state":"TX"} -{"index":{"_type": "account", "_id":"946"}} +{"index":{"_id":"946"}} {"account_number":946,"balance":42794,"firstname":"Ina","lastname":"Obrien","age":36,"gender":"M","address":"339 Rewe Street","employer":"Eclipsent","email":"inaobrien@eclipsent.com","city":"Soham","state":"RI"} -{"index":{"_type": "account", "_id":"953"}} +{"index":{"_id":"953"}} {"account_number":953,"balance":1110,"firstname":"Baxter","lastname":"Black","age":27,"gender":"M","address":"720 Stillwell Avenue","employer":"Uplinx","email":"baxterblack@uplinx.com","city":"Drummond","state":"MN"} -{"index":{"_type": "account", "_id":"958"}} +{"index":{"_id":"958"}} {"account_number":958,"balance":32849,"firstname":"Brown","lastname":"Wilkins","age":40,"gender":"M","address":"686 Delmonico Place","employer":"Medesign","email":"brownwilkins@medesign.com","city":"Shelby","state":"WY"} -{"index":{"_type": "account", "_id":"960"}} +{"index":{"_id":"960"}} {"account_number":960,"balance":2905,"firstname":"Curry","lastname":"Vargas","age":40,"gender":"M","address":"242 Blake Avenue","employer":"Pearlesex","email":"curryvargas@pearlesex.com","city":"Henrietta","state":"NH"} -{"index":{"_type": "account", "_id":"965"}} +{"index":{"_id":"965"}} {"account_number":965,"balance":21882,"firstname":"Patrica","lastname":"Melton","age":28,"gender":"M","address":"141 Rodney Street","employer":"Flexigen","email":"patricamelton@flexigen.com","city":"Klagetoh","state":"MD"} -{"index":{"_type": "account", "_id":"972"}} +{"index":{"_id":"972"}} {"account_number":972,"balance":24719,"firstname":"Leona","lastname":"Christian","age":26,"gender":"F","address":"900 Woodpoint Road","employer":"Extrawear","email":"leonachristian@extrawear.com","city":"Roderfield","state":"MA"} -{"index":{"_type": "account", "_id":"977"}} +{"index":{"_id":"977"}} {"account_number":977,"balance":6744,"firstname":"Rodgers","lastname":"Mccray","age":21,"gender":"F","address":"612 Duryea Place","employer":"Papricut","email":"rodgersmccray@papricut.com","city":"Marenisco","state":"MD"} -{"index":{"_type": "account", "_id":"984"}} +{"index":{"_id":"984"}} {"account_number":984,"balance":1904,"firstname":"Viola","lastname":"Crawford","age":35,"gender":"F","address":"354 Linwood Street","employer":"Ginkle","email":"violacrawford@ginkle.com","city":"Witmer","state":"AR"} -{"index":{"_type": "account", "_id":"989"}} +{"index":{"_id":"989"}} {"account_number":989,"balance":48622,"firstname":"Franklin","lastname":"Frank","age":38,"gender":"M","address":"270 Carlton Avenue","employer":"Shopabout","email":"franklinfrank@shopabout.com","city":"Guthrie","state":"NC"} -{"index":{"_type": "account", "_id":"991"}} +{"index":{"_id":"991"}} {"account_number":991,"balance":4239,"firstname":"Connie","lastname":"Berry","age":28,"gender":"F","address":"647 Gardner Avenue","employer":"Flumbo","email":"connieberry@flumbo.com","city":"Frierson","state":"MO"} -{"index":{"_type": "account", "_id":"996"}} +{"index":{"_id":"996"}} {"account_number":996,"balance":17541,"firstname":"Andrews","lastname":"Herrera","age":30,"gender":"F","address":"570 Vandam Street","employer":"Klugger","email":"andrewsherrera@klugger.com","city":"Whitehaven","state":"MN"} -{"index":{"_type": "account", "_id":"0"}} +{"index":{"_id":"0"}} {"account_number":0,"balance":16623,"firstname":"Bradshaw","lastname":"Mckenzie","age":29,"gender":"F","address":"244 Columbus Place","employer":"Euron","email":"bradshawmckenzie@euron.com","city":"Hobucken","state":"CO"} -{"index":{"_type": "account", "_id":"5"}} +{"index":{"_id":"5"}} {"account_number":5,"balance":29342,"firstname":"Leola","lastname":"Stewart","age":30,"gender":"F","address":"311 Elm Place","employer":"Diginetic","email":"leolastewart@diginetic.com","city":"Fairview","state":"NJ"} -{"index":{"_type": "account", "_id":"12"}} +{"index":{"_id":"12"}} {"account_number":12,"balance":37055,"firstname":"Stafford","lastname":"Brock","age":20,"gender":"F","address":"296 Wythe Avenue","employer":"Uncorp","email":"staffordbrock@uncorp.com","city":"Bend","state":"AL"} -{"index":{"_type": "account", "_id":"17"}} +{"index":{"_id":"17"}} {"account_number":17,"balance":7831,"firstname":"Bessie","lastname":"Orr","age":31,"gender":"F","address":"239 Hinsdale Street","employer":"Skyplex","email":"bessieorr@skyplex.com","city":"Graball","state":"FL"} -{"index":{"_type": "account", "_id":"24"}} +{"index":{"_id":"24"}} {"account_number":24,"balance":44182,"firstname":"Wood","lastname":"Dale","age":39,"gender":"M","address":"582 Gelston Avenue","employer":"Besto","email":"wooddale@besto.com","city":"Juntura","state":"MI"} -{"index":{"_type": "account", "_id":"29"}} +{"index":{"_id":"29"}} {"account_number":29,"balance":27323,"firstname":"Leah","lastname":"Santiago","age":33,"gender":"M","address":"193 Schenck Avenue","employer":"Isologix","email":"leahsantiago@isologix.com","city":"Gerton","state":"ND"} -{"index":{"_type": "account", "_id":"31"}} +{"index":{"_id":"31"}} {"account_number":31,"balance":30443,"firstname":"Kristen","lastname":"Santana","age":22,"gender":"F","address":"130 Middagh Street","employer":"Dogspa","email":"kristensantana@dogspa.com","city":"Vale","state":"MA"} -{"index":{"_type": "account", "_id":"36"}} +{"index":{"_id":"36"}} {"account_number":36,"balance":15902,"firstname":"Alexandra","lastname":"Nguyen","age":39,"gender":"F","address":"389 Elizabeth Place","employer":"Bittor","email":"alexandranguyen@bittor.com","city":"Hemlock","state":"KY"} -{"index":{"_type": "account", "_id":"43"}} +{"index":{"_id":"43"}} {"account_number":43,"balance":33474,"firstname":"Ryan","lastname":"Howe","age":25,"gender":"M","address":"660 Huntington Street","employer":"Microluxe","email":"ryanhowe@microluxe.com","city":"Clara","state":"CT"} -{"index":{"_type": "account", "_id":"48"}} +{"index":{"_id":"48"}} {"account_number":48,"balance":40608,"firstname":"Peck","lastname":"Downs","age":39,"gender":"F","address":"594 Dwight Street","employer":"Ramjob","email":"peckdowns@ramjob.com","city":"Coloma","state":"WA"} -{"index":{"_type": "account", "_id":"50"}} +{"index":{"_id":"50"}} {"account_number":50,"balance":43695,"firstname":"Sheena","lastname":"Kirkland","age":33,"gender":"M","address":"598 Bank Street","employer":"Zerbina","email":"sheenakirkland@zerbina.com","city":"Walland","state":"IN"} -{"index":{"_type": "account", "_id":"55"}} +{"index":{"_id":"55"}} {"account_number":55,"balance":22020,"firstname":"Shelia","lastname":"Puckett","age":33,"gender":"M","address":"265 Royce Place","employer":"Izzby","email":"sheliapuckett@izzby.com","city":"Slovan","state":"HI"} -{"index":{"_type": "account", "_id":"62"}} +{"index":{"_id":"62"}} {"account_number":62,"balance":43065,"firstname":"Lester","lastname":"Stanton","age":37,"gender":"M","address":"969 Doughty Street","employer":"Geekko","email":"lesterstanton@geekko.com","city":"Itmann","state":"DC"} -{"index":{"_type": "account", "_id":"67"}} +{"index":{"_id":"67"}} {"account_number":67,"balance":39430,"firstname":"Isabelle","lastname":"Spence","age":39,"gender":"M","address":"718 Troy Avenue","employer":"Geeketron","email":"isabellespence@geeketron.com","city":"Camptown","state":"WA"} -{"index":{"_type": "account", "_id":"74"}} +{"index":{"_id":"74"}} {"account_number":74,"balance":47167,"firstname":"Lauri","lastname":"Saunders","age":38,"gender":"F","address":"768 Lynch Street","employer":"Securia","email":"laurisaunders@securia.com","city":"Caroline","state":"TN"} -{"index":{"_type": "account", "_id":"79"}} +{"index":{"_id":"79"}} {"account_number":79,"balance":28185,"firstname":"Booker","lastname":"Lowery","age":29,"gender":"M","address":"817 Campus Road","employer":"Sensate","email":"bookerlowery@sensate.com","city":"Carlos","state":"MT"} -{"index":{"_type": "account", "_id":"81"}} +{"index":{"_id":"81"}} {"account_number":81,"balance":46568,"firstname":"Dennis","lastname":"Gilbert","age":40,"gender":"M","address":"619 Minna Street","employer":"Melbacor","email":"dennisgilbert@melbacor.com","city":"Kersey","state":"ND"} -{"index":{"_type": "account", "_id":"86"}} +{"index":{"_id":"86"}} {"account_number":86,"balance":15428,"firstname":"Walton","lastname":"Butler","age":36,"gender":"M","address":"999 Schenck Street","employer":"Unisure","email":"waltonbutler@unisure.com","city":"Bentonville","state":"IL"} -{"index":{"_type": "account", "_id":"93"}} +{"index":{"_id":"93"}} {"account_number":93,"balance":17728,"firstname":"Jeri","lastname":"Booth","age":31,"gender":"M","address":"322 Roosevelt Court","employer":"Geekology","email":"jeribooth@geekology.com","city":"Leming","state":"ND"} -{"index":{"_type": "account", "_id":"98"}} +{"index":{"_id":"98"}} {"account_number":98,"balance":15085,"firstname":"Cora","lastname":"Barrett","age":24,"gender":"F","address":"555 Neptune Court","employer":"Kiosk","email":"corabarrett@kiosk.com","city":"Independence","state":"MN"} -{"index":{"_type": "account", "_id":"101"}} +{"index":{"_id":"101"}} {"account_number":101,"balance":43400,"firstname":"Cecelia","lastname":"Grimes","age":31,"gender":"M","address":"972 Lincoln Place","employer":"Ecosys","email":"ceceliagrimes@ecosys.com","city":"Manchester","state":"AR"} -{"index":{"_type": "account", "_id":"106"}} +{"index":{"_id":"106"}} {"account_number":106,"balance":8212,"firstname":"Josefina","lastname":"Wagner","age":36,"gender":"M","address":"418 Estate Road","employer":"Kyaguru","email":"josefinawagner@kyaguru.com","city":"Darbydale","state":"FL"} -{"index":{"_type": "account", "_id":"113"}} +{"index":{"_id":"113"}} {"account_number":113,"balance":41652,"firstname":"Burt","lastname":"Moses","age":27,"gender":"M","address":"633 Berry Street","employer":"Uni","email":"burtmoses@uni.com","city":"Russellville","state":"CT"} -{"index":{"_type": "account", "_id":"118"}} +{"index":{"_id":"118"}} {"account_number":118,"balance":2223,"firstname":"Ballard","lastname":"Vasquez","age":33,"gender":"F","address":"101 Bush Street","employer":"Intergeek","email":"ballardvasquez@intergeek.com","city":"Century","state":"MN"} -{"index":{"_type": "account", "_id":"120"}} +{"index":{"_id":"120"}} {"account_number":120,"balance":38565,"firstname":"Browning","lastname":"Rodriquez","age":33,"gender":"M","address":"910 Moore Street","employer":"Opportech","email":"browningrodriquez@opportech.com","city":"Cutter","state":"ND"} -{"index":{"_type": "account", "_id":"125"}} +{"index":{"_id":"125"}} {"account_number":125,"balance":5396,"firstname":"Tanisha","lastname":"Dixon","age":30,"gender":"M","address":"482 Hancock Street","employer":"Junipoor","email":"tanishadixon@junipoor.com","city":"Wauhillau","state":"IA"} -{"index":{"_type": "account", "_id":"132"}} +{"index":{"_id":"132"}} {"account_number":132,"balance":37707,"firstname":"Horton","lastname":"Romero","age":35,"gender":"M","address":"427 Rutherford Place","employer":"Affluex","email":"hortonromero@affluex.com","city":"Hall","state":"AK"} -{"index":{"_type": "account", "_id":"137"}} +{"index":{"_id":"137"}} {"account_number":137,"balance":3596,"firstname":"Frost","lastname":"Freeman","age":29,"gender":"F","address":"191 Dennett Place","employer":"Beadzza","email":"frostfreeman@beadzza.com","city":"Sabillasville","state":"HI"} -{"index":{"_type": "account", "_id":"144"}} +{"index":{"_id":"144"}} {"account_number":144,"balance":43257,"firstname":"Evans","lastname":"Dyer","age":30,"gender":"F","address":"912 Post Court","employer":"Magmina","email":"evansdyer@magmina.com","city":"Gordon","state":"HI"} -{"index":{"_type": "account", "_id":"149"}} +{"index":{"_id":"149"}} {"account_number":149,"balance":22994,"firstname":"Megan","lastname":"Gonzales","age":21,"gender":"M","address":"836 Tampa Court","employer":"Andershun","email":"megangonzales@andershun.com","city":"Rockhill","state":"AL"} -{"index":{"_type": "account", "_id":"151"}} +{"index":{"_id":"151"}} {"account_number":151,"balance":34473,"firstname":"Kent","lastname":"Joyner","age":20,"gender":"F","address":"799 Truxton Street","employer":"Kozgene","email":"kentjoyner@kozgene.com","city":"Allamuchy","state":"DC"} -{"index":{"_type": "account", "_id":"156"}} +{"index":{"_id":"156"}} {"account_number":156,"balance":40185,"firstname":"Sloan","lastname":"Pennington","age":24,"gender":"F","address":"573 Opal Court","employer":"Hopeli","email":"sloanpennington@hopeli.com","city":"Evergreen","state":"CT"} -{"index":{"_type": "account", "_id":"163"}} +{"index":{"_id":"163"}} {"account_number":163,"balance":43075,"firstname":"Wilda","lastname":"Norman","age":33,"gender":"F","address":"173 Beadel Street","employer":"Kog","email":"wildanorman@kog.com","city":"Bodega","state":"ME"} -{"index":{"_type": "account", "_id":"168"}} +{"index":{"_id":"168"}} {"account_number":168,"balance":49568,"firstname":"Carissa","lastname":"Simon","age":20,"gender":"M","address":"975 Flatbush Avenue","employer":"Zillacom","email":"carissasimon@zillacom.com","city":"Neibert","state":"IL"} -{"index":{"_type": "account", "_id":"170"}} +{"index":{"_id":"170"}} {"account_number":170,"balance":6025,"firstname":"Mann","lastname":"Madden","age":36,"gender":"F","address":"161 Radde Place","employer":"Farmex","email":"mannmadden@farmex.com","city":"Thermal","state":"LA"} -{"index":{"_type": "account", "_id":"175"}} +{"index":{"_id":"175"}} {"account_number":175,"balance":16213,"firstname":"Montoya","lastname":"Donaldson","age":28,"gender":"F","address":"481 Morton Street","employer":"Envire","email":"montoyadonaldson@envire.com","city":"Delco","state":"MA"} -{"index":{"_type": "account", "_id":"182"}} +{"index":{"_id":"182"}} {"account_number":182,"balance":7803,"firstname":"Manuela","lastname":"Dillon","age":21,"gender":"M","address":"742 Garnet Street","employer":"Moreganic","email":"manueladillon@moreganic.com","city":"Ilchester","state":"TX"} -{"index":{"_type": "account", "_id":"187"}} +{"index":{"_id":"187"}} {"account_number":187,"balance":26581,"firstname":"Autumn","lastname":"Hodges","age":35,"gender":"M","address":"757 Granite Street","employer":"Ezentia","email":"autumnhodges@ezentia.com","city":"Martinsville","state":"KY"} -{"index":{"_type": "account", "_id":"194"}} +{"index":{"_id":"194"}} {"account_number":194,"balance":16311,"firstname":"Beck","lastname":"Rosario","age":39,"gender":"M","address":"721 Cambridge Place","employer":"Zoid","email":"beckrosario@zoid.com","city":"Efland","state":"ID"} -{"index":{"_type": "account", "_id":"199"}} +{"index":{"_id":"199"}} {"account_number":199,"balance":18086,"firstname":"Branch","lastname":"Love","age":26,"gender":"M","address":"458 Commercial Street","employer":"Frolix","email":"branchlove@frolix.com","city":"Caspar","state":"NC"} -{"index":{"_type": "account", "_id":"202"}} +{"index":{"_id":"202"}} {"account_number":202,"balance":26466,"firstname":"Medina","lastname":"Brown","age":31,"gender":"F","address":"519 Sunnyside Court","employer":"Bleendot","email":"medinabrown@bleendot.com","city":"Winfred","state":"MI"} -{"index":{"_type": "account", "_id":"207"}} +{"index":{"_id":"207"}} {"account_number":207,"balance":45535,"firstname":"Evelyn","lastname":"Lara","age":35,"gender":"F","address":"636 Chestnut Street","employer":"Ultrasure","email":"evelynlara@ultrasure.com","city":"Logan","state":"MI"} -{"index":{"_type": "account", "_id":"214"}} +{"index":{"_id":"214"}} {"account_number":214,"balance":24418,"firstname":"Luann","lastname":"Faulkner","age":37,"gender":"F","address":"697 Hazel Court","employer":"Zolar","email":"luannfaulkner@zolar.com","city":"Ticonderoga","state":"TX"} -{"index":{"_type": "account", "_id":"219"}} +{"index":{"_id":"219"}} {"account_number":219,"balance":17127,"firstname":"Edwards","lastname":"Hurley","age":25,"gender":"M","address":"834 Stockholm Street","employer":"Austech","email":"edwardshurley@austech.com","city":"Bayview","state":"NV"} -{"index":{"_type": "account", "_id":"221"}} +{"index":{"_id":"221"}} {"account_number":221,"balance":15803,"firstname":"Benjamin","lastname":"Barrera","age":34,"gender":"M","address":"568 Main Street","employer":"Zaphire","email":"benjaminbarrera@zaphire.com","city":"Germanton","state":"WY"} -{"index":{"_type": "account", "_id":"226"}} +{"index":{"_id":"226"}} {"account_number":226,"balance":37720,"firstname":"Wilkins","lastname":"Brady","age":40,"gender":"F","address":"486 Baltic Street","employer":"Dogtown","email":"wilkinsbrady@dogtown.com","city":"Condon","state":"MT"} -{"index":{"_type": "account", "_id":"233"}} +{"index":{"_id":"233"}} {"account_number":233,"balance":23020,"firstname":"Washington","lastname":"Walsh","age":27,"gender":"M","address":"366 Church Avenue","employer":"Candecor","email":"washingtonwalsh@candecor.com","city":"Westphalia","state":"MA"} -{"index":{"_type": "account", "_id":"238"}} +{"index":{"_id":"238"}} {"account_number":238,"balance":21287,"firstname":"Constance","lastname":"Wong","age":28,"gender":"M","address":"496 Brown Street","employer":"Grainspot","email":"constancewong@grainspot.com","city":"Cecilia","state":"IN"} -{"index":{"_type": "account", "_id":"240"}} +{"index":{"_id":"240"}} {"account_number":240,"balance":49741,"firstname":"Oconnor","lastname":"Clay","age":35,"gender":"F","address":"659 Highland Boulevard","employer":"Franscene","email":"oconnorclay@franscene.com","city":"Kilbourne","state":"NH"} -{"index":{"_type": "account", "_id":"245"}} +{"index":{"_id":"245"}} {"account_number":245,"balance":22026,"firstname":"Fran","lastname":"Bolton","age":28,"gender":"F","address":"147 Jerome Street","employer":"Solaren","email":"franbolton@solaren.com","city":"Nash","state":"RI"} -{"index":{"_type": "account", "_id":"252"}} +{"index":{"_id":"252"}} {"account_number":252,"balance":18831,"firstname":"Elvia","lastname":"Poole","age":22,"gender":"F","address":"836 Delevan Street","employer":"Velity","email":"elviapoole@velity.com","city":"Groveville","state":"MI"} -{"index":{"_type": "account", "_id":"257"}} +{"index":{"_id":"257"}} {"account_number":257,"balance":5318,"firstname":"Olive","lastname":"Oneil","age":35,"gender":"F","address":"457 Decatur Street","employer":"Helixo","email":"oliveoneil@helixo.com","city":"Chicopee","state":"MI"} -{"index":{"_type": "account", "_id":"264"}} +{"index":{"_id":"264"}} {"account_number":264,"balance":22084,"firstname":"Samantha","lastname":"Ferrell","age":35,"gender":"F","address":"488 Fulton Street","employer":"Flum","email":"samanthaferrell@flum.com","city":"Brandywine","state":"MT"} -{"index":{"_type": "account", "_id":"269"}} +{"index":{"_id":"269"}} {"account_number":269,"balance":43317,"firstname":"Crosby","lastname":"Figueroa","age":34,"gender":"M","address":"910 Aurelia Court","employer":"Pyramia","email":"crosbyfigueroa@pyramia.com","city":"Leyner","state":"OH"} -{"index":{"_type": "account", "_id":"271"}} +{"index":{"_id":"271"}} {"account_number":271,"balance":11864,"firstname":"Holt","lastname":"Walter","age":30,"gender":"F","address":"645 Poplar Avenue","employer":"Grupoli","email":"holtwalter@grupoli.com","city":"Mansfield","state":"OR"} -{"index":{"_type": "account", "_id":"276"}} +{"index":{"_id":"276"}} {"account_number":276,"balance":11606,"firstname":"Pittman","lastname":"Mathis","age":23,"gender":"F","address":"567 Charles Place","employer":"Zuvy","email":"pittmanmathis@zuvy.com","city":"Roeville","state":"KY"} -{"index":{"_type": "account", "_id":"283"}} +{"index":{"_id":"283"}} {"account_number":283,"balance":24070,"firstname":"Fuentes","lastname":"Foley","age":30,"gender":"M","address":"729 Walker Court","employer":"Knowlysis","email":"fuentesfoley@knowlysis.com","city":"Tryon","state":"TN"} -{"index":{"_type": "account", "_id":"288"}} +{"index":{"_id":"288"}} {"account_number":288,"balance":27243,"firstname":"Wong","lastname":"Stone","age":39,"gender":"F","address":"440 Willoughby Street","employer":"Zentix","email":"wongstone@zentix.com","city":"Wheatfields","state":"DC"} -{"index":{"_type": "account", "_id":"290"}} +{"index":{"_id":"290"}} {"account_number":290,"balance":26103,"firstname":"Neva","lastname":"Burgess","age":37,"gender":"F","address":"985 Wyona Street","employer":"Slofast","email":"nevaburgess@slofast.com","city":"Cawood","state":"DC"} -{"index":{"_type": "account", "_id":"295"}} +{"index":{"_id":"295"}} {"account_number":295,"balance":37358,"firstname":"Howe","lastname":"Nash","age":20,"gender":"M","address":"833 Union Avenue","employer":"Aquacine","email":"howenash@aquacine.com","city":"Indio","state":"MN"} -{"index":{"_type": "account", "_id":"303"}} +{"index":{"_id":"303"}} {"account_number":303,"balance":21976,"firstname":"Huffman","lastname":"Green","age":24,"gender":"F","address":"455 Colby Court","employer":"Comtest","email":"huffmangreen@comtest.com","city":"Weeksville","state":"UT"} -{"index":{"_type": "account", "_id":"308"}} +{"index":{"_id":"308"}} {"account_number":308,"balance":33989,"firstname":"Glass","lastname":"Schroeder","age":25,"gender":"F","address":"670 Veterans Avenue","employer":"Realmo","email":"glassschroeder@realmo.com","city":"Gratton","state":"NY"} -{"index":{"_type": "account", "_id":"310"}} +{"index":{"_id":"310"}} {"account_number":310,"balance":23049,"firstname":"Shannon","lastname":"Morton","age":39,"gender":"F","address":"412 Pleasant Place","employer":"Ovation","email":"shannonmorton@ovation.com","city":"Edgar","state":"AZ"} -{"index":{"_type": "account", "_id":"315"}} +{"index":{"_id":"315"}} {"account_number":315,"balance":1314,"firstname":"Clare","lastname":"Morrow","age":33,"gender":"F","address":"728 Madeline Court","employer":"Gaptec","email":"claremorrow@gaptec.com","city":"Mapletown","state":"PA"} -{"index":{"_type": "account", "_id":"322"}} +{"index":{"_id":"322"}} {"account_number":322,"balance":6303,"firstname":"Gilliam","lastname":"Horne","age":27,"gender":"M","address":"414 Florence Avenue","employer":"Shepard","email":"gilliamhorne@shepard.com","city":"Winesburg","state":"WY"} -{"index":{"_type": "account", "_id":"327"}} +{"index":{"_id":"327"}} {"account_number":327,"balance":29294,"firstname":"Nell","lastname":"Contreras","age":27,"gender":"M","address":"694 Gold Street","employer":"Momentia","email":"nellcontreras@momentia.com","city":"Cumminsville","state":"AL"} -{"index":{"_type": "account", "_id":"334"}} +{"index":{"_id":"334"}} {"account_number":334,"balance":9178,"firstname":"Cross","lastname":"Floyd","age":21,"gender":"F","address":"815 Herkimer Court","employer":"Maroptic","email":"crossfloyd@maroptic.com","city":"Kraemer","state":"AK"} -{"index":{"_type": "account", "_id":"339"}} +{"index":{"_id":"339"}} {"account_number":339,"balance":3992,"firstname":"Franco","lastname":"Welch","age":38,"gender":"F","address":"776 Brightwater Court","employer":"Earthplex","email":"francowelch@earthplex.com","city":"Naomi","state":"ME"} -{"index":{"_type": "account", "_id":"341"}} +{"index":{"_id":"341"}} {"account_number":341,"balance":44367,"firstname":"Alberta","lastname":"Bradford","age":30,"gender":"F","address":"670 Grant Avenue","employer":"Bugsall","email":"albertabradford@bugsall.com","city":"Romeville","state":"MT"} -{"index":{"_type": "account", "_id":"346"}} +{"index":{"_id":"346"}} {"account_number":346,"balance":26594,"firstname":"Shelby","lastname":"Sanchez","age":36,"gender":"F","address":"257 Fillmore Avenue","employer":"Geekus","email":"shelbysanchez@geekus.com","city":"Seymour","state":"CO"} -{"index":{"_type": "account", "_id":"353"}} +{"index":{"_id":"353"}} {"account_number":353,"balance":45182,"firstname":"Rivera","lastname":"Sherman","age":37,"gender":"M","address":"603 Garden Place","employer":"Bovis","email":"riverasherman@bovis.com","city":"Otranto","state":"CA"} -{"index":{"_type": "account", "_id":"358"}} +{"index":{"_id":"358"}} {"account_number":358,"balance":44043,"firstname":"Hale","lastname":"Baldwin","age":40,"gender":"F","address":"845 Menahan Street","employer":"Kidgrease","email":"halebaldwin@kidgrease.com","city":"Day","state":"AK"} -{"index":{"_type": "account", "_id":"360"}} +{"index":{"_id":"360"}} {"account_number":360,"balance":26651,"firstname":"Ward","lastname":"Hicks","age":34,"gender":"F","address":"592 Brighton Court","employer":"Biotica","email":"wardhicks@biotica.com","city":"Kanauga","state":"VT"} -{"index":{"_type": "account", "_id":"365"}} +{"index":{"_id":"365"}} {"account_number":365,"balance":3176,"firstname":"Sanders","lastname":"Holder","age":31,"gender":"F","address":"453 Cypress Court","employer":"Geekola","email":"sandersholder@geekola.com","city":"Staples","state":"TN"} -{"index":{"_type": "account", "_id":"372"}} +{"index":{"_id":"372"}} {"account_number":372,"balance":28566,"firstname":"Alba","lastname":"Forbes","age":24,"gender":"M","address":"814 Meserole Avenue","employer":"Isostream","email":"albaforbes@isostream.com","city":"Clarence","state":"OR"} -{"index":{"_type": "account", "_id":"377"}} +{"index":{"_id":"377"}} {"account_number":377,"balance":5374,"firstname":"Margo","lastname":"Gay","age":34,"gender":"F","address":"613 Chase Court","employer":"Rotodyne","email":"margogay@rotodyne.com","city":"Waumandee","state":"KS"} -{"index":{"_type": "account", "_id":"384"}} +{"index":{"_id":"384"}} {"account_number":384,"balance":48758,"firstname":"Sallie","lastname":"Houston","age":31,"gender":"F","address":"836 Polar Street","employer":"Squish","email":"salliehouston@squish.com","city":"Morningside","state":"NC"} -{"index":{"_type": "account", "_id":"389"}} +{"index":{"_id":"389"}} {"account_number":389,"balance":8839,"firstname":"York","lastname":"Cummings","age":27,"gender":"M","address":"778 Centre Street","employer":"Insurity","email":"yorkcummings@insurity.com","city":"Freeburn","state":"RI"} -{"index":{"_type": "account", "_id":"391"}} +{"index":{"_id":"391"}} {"account_number":391,"balance":14733,"firstname":"Holman","lastname":"Jordan","age":30,"gender":"M","address":"391 Forrest Street","employer":"Maineland","email":"holmanjordan@maineland.com","city":"Cade","state":"CT"} -{"index":{"_type": "account", "_id":"396"}} +{"index":{"_id":"396"}} {"account_number":396,"balance":14613,"firstname":"Marsha","lastname":"Elliott","age":38,"gender":"F","address":"297 Liberty Avenue","employer":"Orbiflex","email":"marshaelliott@orbiflex.com","city":"Windsor","state":"TX"} -{"index":{"_type": "account", "_id":"404"}} +{"index":{"_id":"404"}} {"account_number":404,"balance":34978,"firstname":"Massey","lastname":"Becker","age":26,"gender":"F","address":"930 Pitkin Avenue","employer":"Genekom","email":"masseybecker@genekom.com","city":"Blairstown","state":"OR"} -{"index":{"_type": "account", "_id":"409"}} +{"index":{"_id":"409"}} {"account_number":409,"balance":36960,"firstname":"Maura","lastname":"Glenn","age":31,"gender":"M","address":"183 Poly Place","employer":"Viagreat","email":"mauraglenn@viagreat.com","city":"Foscoe","state":"DE"} -{"index":{"_type": "account", "_id":"411"}} +{"index":{"_id":"411"}} {"account_number":411,"balance":1172,"firstname":"Guzman","lastname":"Whitfield","age":22,"gender":"M","address":"181 Perry Terrace","employer":"Springbee","email":"guzmanwhitfield@springbee.com","city":"Balm","state":"IN"} -{"index":{"_type": "account", "_id":"416"}} +{"index":{"_id":"416"}} {"account_number":416,"balance":27169,"firstname":"Hunt","lastname":"Schwartz","age":28,"gender":"F","address":"461 Havens Place","employer":"Danja","email":"huntschwartz@danja.com","city":"Grenelefe","state":"NV"} -{"index":{"_type": "account", "_id":"423"}} +{"index":{"_id":"423"}} {"account_number":423,"balance":38852,"firstname":"Hines","lastname":"Underwood","age":21,"gender":"F","address":"284 Louise Terrace","employer":"Namegen","email":"hinesunderwood@namegen.com","city":"Downsville","state":"CO"} -{"index":{"_type": "account", "_id":"428"}} +{"index":{"_id":"428"}} {"account_number":428,"balance":13925,"firstname":"Stephens","lastname":"Cain","age":20,"gender":"F","address":"189 Summit Street","employer":"Rocklogic","email":"stephenscain@rocklogic.com","city":"Bourg","state":"HI"} -{"index":{"_type": "account", "_id":"430"}} +{"index":{"_id":"430"}} {"account_number":430,"balance":15251,"firstname":"Alejandra","lastname":"Chavez","age":34,"gender":"M","address":"651 Butler Place","employer":"Gology","email":"alejandrachavez@gology.com","city":"Allensworth","state":"VT"} -{"index":{"_type": "account", "_id":"435"}} +{"index":{"_id":"435"}} {"account_number":435,"balance":14654,"firstname":"Sue","lastname":"Lopez","age":22,"gender":"F","address":"632 Stone Avenue","employer":"Emergent","email":"suelopez@emergent.com","city":"Waterford","state":"TN"} -{"index":{"_type": "account", "_id":"442"}} +{"index":{"_id":"442"}} {"account_number":442,"balance":36211,"firstname":"Lawanda","lastname":"Leon","age":27,"gender":"F","address":"126 Canal Avenue","employer":"Xixan","email":"lawandaleon@xixan.com","city":"Berwind","state":"TN"} -{"index":{"_type": "account", "_id":"447"}} +{"index":{"_id":"447"}} {"account_number":447,"balance":11402,"firstname":"Lucia","lastname":"Livingston","age":35,"gender":"M","address":"773 Lake Avenue","employer":"Soprano","email":"lucialivingston@soprano.com","city":"Edgewater","state":"TN"} -{"index":{"_type": "account", "_id":"454"}} +{"index":{"_id":"454"}} {"account_number":454,"balance":31687,"firstname":"Alicia","lastname":"Rollins","age":22,"gender":"F","address":"483 Verona Place","employer":"Boilcat","email":"aliciarollins@boilcat.com","city":"Lutsen","state":"MD"} -{"index":{"_type": "account", "_id":"459"}} +{"index":{"_id":"459"}} {"account_number":459,"balance":18869,"firstname":"Pamela","lastname":"Henry","age":20,"gender":"F","address":"361 Locust Avenue","employer":"Imageflow","email":"pamelahenry@imageflow.com","city":"Greenfields","state":"OH"} -{"index":{"_type": "account", "_id":"461"}} +{"index":{"_id":"461"}} {"account_number":461,"balance":38807,"firstname":"Mcbride","lastname":"Padilla","age":34,"gender":"F","address":"550 Borinquen Pl","employer":"Zepitope","email":"mcbridepadilla@zepitope.com","city":"Emory","state":"AZ"} -{"index":{"_type": "account", "_id":"466"}} +{"index":{"_id":"466"}} {"account_number":466,"balance":25109,"firstname":"Marcie","lastname":"Mcmillan","age":30,"gender":"F","address":"947 Gain Court","employer":"Entroflex","email":"marciemcmillan@entroflex.com","city":"Ronco","state":"ND"} -{"index":{"_type": "account", "_id":"473"}} +{"index":{"_id":"473"}} {"account_number":473,"balance":5391,"firstname":"Susan","lastname":"Luna","age":25,"gender":"F","address":"521 Bogart Street","employer":"Zaya","email":"susanluna@zaya.com","city":"Grazierville","state":"MI"} -{"index":{"_type": "account", "_id":"478"}} +{"index":{"_id":"478"}} {"account_number":478,"balance":28044,"firstname":"Dana","lastname":"Decker","age":35,"gender":"M","address":"627 Dobbin Street","employer":"Acrodance","email":"danadecker@acrodance.com","city":"Sharon","state":"MN"} -{"index":{"_type": "account", "_id":"480"}} +{"index":{"_id":"480"}} {"account_number":480,"balance":40807,"firstname":"Anastasia","lastname":"Parker","age":24,"gender":"M","address":"650 Folsom Place","employer":"Zilladyne","email":"anastasiaparker@zilladyne.com","city":"Oberlin","state":"WY"} -{"index":{"_type": "account", "_id":"485"}} +{"index":{"_id":"485"}} {"account_number":485,"balance":44235,"firstname":"Albert","lastname":"Roberts","age":40,"gender":"M","address":"385 Harman Street","employer":"Stralum","email":"albertroberts@stralum.com","city":"Watrous","state":"NM"} -{"index":{"_type": "account", "_id":"492"}} +{"index":{"_id":"492"}} {"account_number":492,"balance":31055,"firstname":"Burnett","lastname":"Briggs","age":35,"gender":"M","address":"987 Cass Place","employer":"Pharmex","email":"burnettbriggs@pharmex.com","city":"Cornfields","state":"TX"} -{"index":{"_type": "account", "_id":"497"}} +{"index":{"_id":"497"}} {"account_number":497,"balance":13493,"firstname":"Doyle","lastname":"Jenkins","age":30,"gender":"M","address":"205 Nevins Street","employer":"Unia","email":"doylejenkins@unia.com","city":"Nicut","state":"DC"} -{"index":{"_type": "account", "_id":"500"}} +{"index":{"_id":"500"}} {"account_number":500,"balance":39143,"firstname":"Pope","lastname":"Keith","age":28,"gender":"F","address":"537 Fane Court","employer":"Zboo","email":"popekeith@zboo.com","city":"Courtland","state":"AL"} -{"index":{"_type": "account", "_id":"505"}} +{"index":{"_id":"505"}} {"account_number":505,"balance":45493,"firstname":"Shelley","lastname":"Webb","age":29,"gender":"M","address":"873 Crawford Avenue","employer":"Quadeebo","email":"shelleywebb@quadeebo.com","city":"Topanga","state":"IL"} -{"index":{"_type": "account", "_id":"512"}} +{"index":{"_id":"512"}} {"account_number":512,"balance":47432,"firstname":"Alisha","lastname":"Morales","age":29,"gender":"M","address":"623 Batchelder Street","employer":"Terragen","email":"alishamorales@terragen.com","city":"Gilmore","state":"VA"} -{"index":{"_type": "account", "_id":"517"}} +{"index":{"_id":"517"}} {"account_number":517,"balance":3022,"firstname":"Allyson","lastname":"Walls","age":38,"gender":"F","address":"334 Coffey Street","employer":"Gorganic","email":"allysonwalls@gorganic.com","city":"Dahlen","state":"GA"} -{"index":{"_type": "account", "_id":"524"}} +{"index":{"_id":"524"}} {"account_number":524,"balance":49334,"firstname":"Salas","lastname":"Farley","age":30,"gender":"F","address":"499 Trucklemans Lane","employer":"Xumonk","email":"salasfarley@xumonk.com","city":"Noxen","state":"AL"} -{"index":{"_type": "account", "_id":"529"}} +{"index":{"_id":"529"}} {"account_number":529,"balance":21788,"firstname":"Deann","lastname":"Fisher","age":23,"gender":"F","address":"511 Buffalo Avenue","employer":"Twiist","email":"deannfisher@twiist.com","city":"Templeton","state":"WA"} -{"index":{"_type": "account", "_id":"531"}} +{"index":{"_id":"531"}} {"account_number":531,"balance":39770,"firstname":"Janet","lastname":"Pena","age":38,"gender":"M","address":"645 Livonia Avenue","employer":"Corecom","email":"janetpena@corecom.com","city":"Garberville","state":"OK"} -{"index":{"_type": "account", "_id":"536"}} +{"index":{"_id":"536"}} {"account_number":536,"balance":6255,"firstname":"Emma","lastname":"Adkins","age":33,"gender":"F","address":"971 Calder Place","employer":"Ontagene","email":"emmaadkins@ontagene.com","city":"Ruckersville","state":"GA"} -{"index":{"_type": "account", "_id":"543"}} +{"index":{"_id":"543"}} {"account_number":543,"balance":48022,"firstname":"Marina","lastname":"Rasmussen","age":31,"gender":"M","address":"446 Love Lane","employer":"Crustatia","email":"marinarasmussen@crustatia.com","city":"Statenville","state":"MD"} -{"index":{"_type": "account", "_id":"548"}} +{"index":{"_id":"548"}} {"account_number":548,"balance":36930,"firstname":"Sandra","lastname":"Andrews","age":37,"gender":"M","address":"973 Prospect Street","employer":"Datagene","email":"sandraandrews@datagene.com","city":"Inkerman","state":"MO"} -{"index":{"_type": "account", "_id":"550"}} +{"index":{"_id":"550"}} {"account_number":550,"balance":32238,"firstname":"Walsh","lastname":"Goodwin","age":22,"gender":"M","address":"953 Canda Avenue","employer":"Proflex","email":"walshgoodwin@proflex.com","city":"Ypsilanti","state":"MT"} -{"index":{"_type": "account", "_id":"555"}} +{"index":{"_id":"555"}} {"account_number":555,"balance":10750,"firstname":"Fannie","lastname":"Slater","age":31,"gender":"M","address":"457 Tech Place","employer":"Kineticut","email":"fannieslater@kineticut.com","city":"Basye","state":"MO"} -{"index":{"_type": "account", "_id":"562"}} +{"index":{"_id":"562"}} {"account_number":562,"balance":10737,"firstname":"Sarah","lastname":"Strong","age":39,"gender":"F","address":"177 Pioneer Street","employer":"Megall","email":"sarahstrong@megall.com","city":"Ladera","state":"WY"} -{"index":{"_type": "account", "_id":"567"}} +{"index":{"_id":"567"}} {"account_number":567,"balance":6507,"firstname":"Diana","lastname":"Dominguez","age":40,"gender":"M","address":"419 Albany Avenue","employer":"Ohmnet","email":"dianadominguez@ohmnet.com","city":"Wildwood","state":"TX"} -{"index":{"_type": "account", "_id":"574"}} +{"index":{"_id":"574"}} {"account_number":574,"balance":32954,"firstname":"Andrea","lastname":"Mosley","age":24,"gender":"M","address":"368 Throop Avenue","employer":"Musix","email":"andreamosley@musix.com","city":"Blende","state":"DC"} -{"index":{"_type": "account", "_id":"579"}} +{"index":{"_id":"579"}} {"account_number":579,"balance":12044,"firstname":"Banks","lastname":"Sawyer","age":36,"gender":"M","address":"652 Doone Court","employer":"Rooforia","email":"bankssawyer@rooforia.com","city":"Foxworth","state":"ND"} -{"index":{"_type": "account", "_id":"581"}} +{"index":{"_id":"581"}} {"account_number":581,"balance":16525,"firstname":"Fuller","lastname":"Mcintyre","age":32,"gender":"M","address":"169 Bergen Place","employer":"Applideck","email":"fullermcintyre@applideck.com","city":"Kenvil","state":"NY"} -{"index":{"_type": "account", "_id":"586"}} +{"index":{"_id":"586"}} {"account_number":586,"balance":13644,"firstname":"Love","lastname":"Velasquez","age":26,"gender":"F","address":"290 Girard Street","employer":"Zomboid","email":"lovevelasquez@zomboid.com","city":"Villarreal","state":"SD"} -{"index":{"_type": "account", "_id":"593"}} +{"index":{"_id":"593"}} {"account_number":593,"balance":41230,"firstname":"Muriel","lastname":"Vazquez","age":37,"gender":"M","address":"395 Montgomery Street","employer":"Sustenza","email":"murielvazquez@sustenza.com","city":"Strykersville","state":"OK"} -{"index":{"_type": "account", "_id":"598"}} +{"index":{"_id":"598"}} {"account_number":598,"balance":33251,"firstname":"Morgan","lastname":"Coleman","age":33,"gender":"M","address":"324 McClancy Place","employer":"Aclima","email":"morgancoleman@aclima.com","city":"Bowden","state":"WA"} -{"index":{"_type": "account", "_id":"601"}} +{"index":{"_id":"601"}} {"account_number":601,"balance":20796,"firstname":"Vickie","lastname":"Valentine","age":34,"gender":"F","address":"432 Bassett Avenue","employer":"Comvene","email":"vickievalentine@comvene.com","city":"Teasdale","state":"UT"} -{"index":{"_type": "account", "_id":"606"}} +{"index":{"_id":"606"}} {"account_number":606,"balance":28770,"firstname":"Michael","lastname":"Bray","age":31,"gender":"M","address":"935 Lake Place","employer":"Telepark","email":"michaelbray@telepark.com","city":"Lemoyne","state":"CT"} -{"index":{"_type": "account", "_id":"613"}} +{"index":{"_id":"613"}} {"account_number":613,"balance":39340,"firstname":"Eddie","lastname":"Mccarty","age":34,"gender":"F","address":"971 Richards Street","employer":"Bisba","email":"eddiemccarty@bisba.com","city":"Fruitdale","state":"NY"} -{"index":{"_type": "account", "_id":"618"}} +{"index":{"_id":"618"}} {"account_number":618,"balance":8976,"firstname":"Cheri","lastname":"Ford","age":30,"gender":"F","address":"803 Ridgewood Avenue","employer":"Zorromop","email":"cheriford@zorromop.com","city":"Gambrills","state":"VT"} -{"index":{"_type": "account", "_id":"620"}} +{"index":{"_id":"620"}} {"account_number":620,"balance":7224,"firstname":"Coleen","lastname":"Bartlett","age":38,"gender":"M","address":"761 Carroll Street","employer":"Idealis","email":"coleenbartlett@idealis.com","city":"Mathews","state":"DE"} -{"index":{"_type": "account", "_id":"625"}} +{"index":{"_id":"625"}} {"account_number":625,"balance":46010,"firstname":"Cynthia","lastname":"Johnston","age":23,"gender":"M","address":"142 Box Street","employer":"Zentry","email":"cynthiajohnston@zentry.com","city":"Makena","state":"MA"} -{"index":{"_type": "account", "_id":"632"}} +{"index":{"_id":"632"}} {"account_number":632,"balance":40470,"firstname":"Kay","lastname":"Warren","age":20,"gender":"F","address":"422 Alabama Avenue","employer":"Realysis","email":"kaywarren@realysis.com","city":"Homestead","state":"HI"} -{"index":{"_type": "account", "_id":"637"}} +{"index":{"_id":"637"}} {"account_number":637,"balance":3169,"firstname":"Kathy","lastname":"Carter","age":27,"gender":"F","address":"410 Jamison Lane","employer":"Limage","email":"kathycarter@limage.com","city":"Ernstville","state":"WA"} -{"index":{"_type": "account", "_id":"644"}} +{"index":{"_id":"644"}} {"account_number":644,"balance":44021,"firstname":"Etta","lastname":"Miller","age":21,"gender":"F","address":"376 Lawton Street","employer":"Bluegrain","email":"ettamiller@bluegrain.com","city":"Baker","state":"MD"} -{"index":{"_type": "account", "_id":"649"}} +{"index":{"_id":"649"}} {"account_number":649,"balance":20275,"firstname":"Jeanine","lastname":"Malone","age":26,"gender":"F","address":"114 Dodworth Street","employer":"Nixelt","email":"jeaninemalone@nixelt.com","city":"Keyport","state":"AK"} -{"index":{"_type": "account", "_id":"651"}} +{"index":{"_id":"651"}} {"account_number":651,"balance":18360,"firstname":"Young","lastname":"Reeves","age":34,"gender":"M","address":"581 Plaza Street","employer":"Krog","email":"youngreeves@krog.com","city":"Sussex","state":"WY"} -{"index":{"_type": "account", "_id":"656"}} +{"index":{"_id":"656"}} {"account_number":656,"balance":21632,"firstname":"Olson","lastname":"Hunt","age":36,"gender":"M","address":"342 Jaffray Street","employer":"Volax","email":"olsonhunt@volax.com","city":"Bangor","state":"WA"} -{"index":{"_type": "account", "_id":"663"}} +{"index":{"_id":"663"}} {"account_number":663,"balance":2456,"firstname":"Rollins","lastname":"Richards","age":37,"gender":"M","address":"129 Sullivan Place","employer":"Geostele","email":"rollinsrichards@geostele.com","city":"Morgandale","state":"FL"} -{"index":{"_type": "account", "_id":"668"}} +{"index":{"_id":"668"}} {"account_number":668,"balance":45069,"firstname":"Potter","lastname":"Michael","age":27,"gender":"M","address":"803 Glenmore Avenue","employer":"Ontality","email":"pottermichael@ontality.com","city":"Newkirk","state":"KS"} -{"index":{"_type": "account", "_id":"670"}} +{"index":{"_id":"670"}} {"account_number":670,"balance":10178,"firstname":"Ollie","lastname":"Riley","age":22,"gender":"M","address":"252 Jackson Place","employer":"Adornica","email":"ollieriley@adornica.com","city":"Brethren","state":"WI"} -{"index":{"_type": "account", "_id":"675"}} +{"index":{"_id":"675"}} {"account_number":675,"balance":36102,"firstname":"Fisher","lastname":"Shepard","age":27,"gender":"F","address":"859 Varick Street","employer":"Qot","email":"fishershepard@qot.com","city":"Diaperville","state":"MD"} -{"index":{"_type": "account", "_id":"682"}} +{"index":{"_id":"682"}} {"account_number":682,"balance":14168,"firstname":"Anne","lastname":"Hale","age":22,"gender":"F","address":"708 Anthony Street","employer":"Cytrek","email":"annehale@cytrek.com","city":"Beechmont","state":"WV"} -{"index":{"_type": "account", "_id":"687"}} +{"index":{"_id":"687"}} {"account_number":687,"balance":48630,"firstname":"Caroline","lastname":"Cox","age":31,"gender":"M","address":"626 Hillel Place","employer":"Opticon","email":"carolinecox@opticon.com","city":"Loma","state":"ND"} -{"index":{"_type": "account", "_id":"694"}} +{"index":{"_id":"694"}} {"account_number":694,"balance":33125,"firstname":"Craig","lastname":"Palmer","age":31,"gender":"F","address":"273 Montrose Avenue","employer":"Comvey","email":"craigpalmer@comvey.com","city":"Cleary","state":"OK"} -{"index":{"_type": "account", "_id":"699"}} +{"index":{"_id":"699"}} {"account_number":699,"balance":4156,"firstname":"Gallagher","lastname":"Marshall","age":37,"gender":"F","address":"648 Clifford Place","employer":"Exiand","email":"gallaghermarshall@exiand.com","city":"Belfair","state":"KY"} -{"index":{"_type": "account", "_id":"702"}} +{"index":{"_id":"702"}} {"account_number":702,"balance":46490,"firstname":"Meadows","lastname":"Delgado","age":26,"gender":"M","address":"612 Jardine Place","employer":"Daisu","email":"meadowsdelgado@daisu.com","city":"Venice","state":"AR"} -{"index":{"_type": "account", "_id":"707"}} +{"index":{"_id":"707"}} {"account_number":707,"balance":30325,"firstname":"Sonya","lastname":"Trevino","age":30,"gender":"F","address":"181 Irving Place","employer":"Atgen","email":"sonyatrevino@atgen.com","city":"Enetai","state":"TN"} -{"index":{"_type": "account", "_id":"714"}} +{"index":{"_id":"714"}} {"account_number":714,"balance":16602,"firstname":"Socorro","lastname":"Murray","age":34,"gender":"F","address":"810 Manhattan Court","employer":"Isoswitch","email":"socorromurray@isoswitch.com","city":"Jugtown","state":"AZ"} -{"index":{"_type": "account", "_id":"719"}} +{"index":{"_id":"719"}} {"account_number":719,"balance":33107,"firstname":"Leanna","lastname":"Reed","age":25,"gender":"F","address":"528 Krier Place","employer":"Rodeology","email":"leannareed@rodeology.com","city":"Carrizo","state":"WI"} -{"index":{"_type": "account", "_id":"721"}} +{"index":{"_id":"721"}} {"account_number":721,"balance":32958,"firstname":"Mara","lastname":"Dickson","age":26,"gender":"M","address":"810 Harrison Avenue","employer":"Comtours","email":"maradickson@comtours.com","city":"Thynedale","state":"DE"} -{"index":{"_type": "account", "_id":"726"}} +{"index":{"_id":"726"}} {"account_number":726,"balance":44737,"firstname":"Rosemary","lastname":"Salazar","age":21,"gender":"M","address":"290 Croton Loop","employer":"Rockabye","email":"rosemarysalazar@rockabye.com","city":"Helen","state":"IA"} -{"index":{"_type": "account", "_id":"733"}} +{"index":{"_id":"733"}} {"account_number":733,"balance":15722,"firstname":"Lakeisha","lastname":"Mccarthy","age":37,"gender":"M","address":"782 Turnbull Avenue","employer":"Exosis","email":"lakeishamccarthy@exosis.com","city":"Caberfae","state":"NM"} -{"index":{"_type": "account", "_id":"738"}} +{"index":{"_id":"738"}} {"account_number":738,"balance":44936,"firstname":"Rosalind","lastname":"Hunter","age":32,"gender":"M","address":"644 Eaton Court","employer":"Zolarity","email":"rosalindhunter@zolarity.com","city":"Cataract","state":"SD"} -{"index":{"_type": "account", "_id":"740"}} +{"index":{"_id":"740"}} {"account_number":740,"balance":6143,"firstname":"Chambers","lastname":"Hahn","age":22,"gender":"M","address":"937 Windsor Place","employer":"Medalert","email":"chambershahn@medalert.com","city":"Dorneyville","state":"DC"} -{"index":{"_type": "account", "_id":"745"}} +{"index":{"_id":"745"}} {"account_number":745,"balance":4572,"firstname":"Jacobs","lastname":"Sweeney","age":32,"gender":"M","address":"189 Lott Place","employer":"Comtent","email":"jacobssweeney@comtent.com","city":"Advance","state":"NJ"} -{"index":{"_type": "account", "_id":"752"}} +{"index":{"_id":"752"}} {"account_number":752,"balance":14039,"firstname":"Jerry","lastname":"Rush","age":31,"gender":"M","address":"632 Dank Court","employer":"Ebidco","email":"jerryrush@ebidco.com","city":"Geyserville","state":"AR"} -{"index":{"_type": "account", "_id":"757"}} +{"index":{"_id":"757"}} {"account_number":757,"balance":34628,"firstname":"Mccullough","lastname":"Moore","age":30,"gender":"F","address":"304 Hastings Street","employer":"Nikuda","email":"mcculloughmoore@nikuda.com","city":"Charco","state":"DC"} -{"index":{"_type": "account", "_id":"764"}} +{"index":{"_id":"764"}} {"account_number":764,"balance":3728,"firstname":"Noemi","lastname":"Gill","age":30,"gender":"M","address":"427 Chester Street","employer":"Avit","email":"noemigill@avit.com","city":"Chesterfield","state":"AL"} -{"index":{"_type": "account", "_id":"769"}} +{"index":{"_id":"769"}} {"account_number":769,"balance":15362,"firstname":"Francis","lastname":"Beck","age":28,"gender":"M","address":"454 Livingston Street","employer":"Furnafix","email":"francisbeck@furnafix.com","city":"Dunnavant","state":"HI"} -{"index":{"_type": "account", "_id":"771"}} +{"index":{"_id":"771"}} {"account_number":771,"balance":32784,"firstname":"Jocelyn","lastname":"Boone","age":23,"gender":"M","address":"513 Division Avenue","employer":"Collaire","email":"jocelynboone@collaire.com","city":"Lisco","state":"VT"} -{"index":{"_type": "account", "_id":"776"}} +{"index":{"_id":"776"}} {"account_number":776,"balance":29177,"firstname":"Duke","lastname":"Atkinson","age":24,"gender":"M","address":"520 Doscher Street","employer":"Tripsch","email":"dukeatkinson@tripsch.com","city":"Lafferty","state":"NC"} -{"index":{"_type": "account", "_id":"783"}} +{"index":{"_id":"783"}} {"account_number":783,"balance":11911,"firstname":"Faith","lastname":"Cooper","age":25,"gender":"F","address":"539 Rapelye Street","employer":"Insuron","email":"faithcooper@insuron.com","city":"Jennings","state":"MN"} -{"index":{"_type": "account", "_id":"788"}} +{"index":{"_id":"788"}} {"account_number":788,"balance":12473,"firstname":"Marianne","lastname":"Aguilar","age":39,"gender":"F","address":"213 Holly Street","employer":"Marqet","email":"marianneaguilar@marqet.com","city":"Alfarata","state":"HI"} -{"index":{"_type": "account", "_id":"790"}} +{"index":{"_id":"790"}} {"account_number":790,"balance":29912,"firstname":"Ellis","lastname":"Sullivan","age":39,"gender":"F","address":"877 Coyle Street","employer":"Enersave","email":"ellissullivan@enersave.com","city":"Canby","state":"MS"} -{"index":{"_type": "account", "_id":"795"}} +{"index":{"_id":"795"}} {"account_number":795,"balance":31450,"firstname":"Bruce","lastname":"Avila","age":34,"gender":"M","address":"865 Newkirk Placez","employer":"Plasmosis","email":"bruceavila@plasmosis.com","city":"Ada","state":"ID"} -{"index":{"_type": "account", "_id":"803"}} +{"index":{"_id":"803"}} {"account_number":803,"balance":49567,"firstname":"Marissa","lastname":"Spears","age":25,"gender":"M","address":"963 Highland Avenue","employer":"Centregy","email":"marissaspears@centregy.com","city":"Bloomington","state":"MS"} -{"index":{"_type": "account", "_id":"808"}} +{"index":{"_id":"808"}} {"account_number":808,"balance":11251,"firstname":"Nola","lastname":"Quinn","age":20,"gender":"M","address":"863 Wythe Place","employer":"Iplax","email":"nolaquinn@iplax.com","city":"Cuylerville","state":"NH"} -{"index":{"_type": "account", "_id":"810"}} +{"index":{"_id":"810"}} {"account_number":810,"balance":10563,"firstname":"Alyssa","lastname":"Ortega","age":40,"gender":"M","address":"977 Clymer Street","employer":"Eventage","email":"alyssaortega@eventage.com","city":"Convent","state":"SC"} -{"index":{"_type": "account", "_id":"815"}} +{"index":{"_id":"815"}} {"account_number":815,"balance":19336,"firstname":"Guthrie","lastname":"Morse","age":30,"gender":"M","address":"685 Vandalia Avenue","employer":"Gronk","email":"guthriemorse@gronk.com","city":"Fowlerville","state":"OR"} -{"index":{"_type": "account", "_id":"822"}} +{"index":{"_id":"822"}} {"account_number":822,"balance":13024,"firstname":"Hicks","lastname":"Farrell","age":25,"gender":"M","address":"468 Middleton Street","employer":"Zolarex","email":"hicksfarrell@zolarex.com","city":"Columbus","state":"OR"} -{"index":{"_type": "account", "_id":"827"}} +{"index":{"_id":"827"}} {"account_number":827,"balance":37536,"firstname":"Naomi","lastname":"Ball","age":29,"gender":"F","address":"319 Stewart Street","employer":"Isotronic","email":"naomiball@isotronic.com","city":"Trona","state":"NM"} -{"index":{"_type": "account", "_id":"834"}} +{"index":{"_id":"834"}} {"account_number":834,"balance":38049,"firstname":"Sybil","lastname":"Carrillo","age":25,"gender":"M","address":"359 Baughman Place","employer":"Phuel","email":"sybilcarrillo@phuel.com","city":"Kohatk","state":"CT"} -{"index":{"_type": "account", "_id":"839"}} +{"index":{"_id":"839"}} {"account_number":839,"balance":38292,"firstname":"Langley","lastname":"Neal","age":39,"gender":"F","address":"565 Newton Street","employer":"Liquidoc","email":"langleyneal@liquidoc.com","city":"Osage","state":"AL"} -{"index":{"_type": "account", "_id":"841"}} +{"index":{"_id":"841"}} {"account_number":841,"balance":28291,"firstname":"Dalton","lastname":"Waters","age":21,"gender":"M","address":"859 Grand Street","employer":"Malathion","email":"daltonwaters@malathion.com","city":"Tonopah","state":"AZ"} -{"index":{"_type": "account", "_id":"846"}} +{"index":{"_id":"846"}} {"account_number":846,"balance":35099,"firstname":"Maureen","lastname":"Glass","age":22,"gender":"M","address":"140 Amherst Street","employer":"Stelaecor","email":"maureenglass@stelaecor.com","city":"Cucumber","state":"IL"} -{"index":{"_type": "account", "_id":"853"}} +{"index":{"_id":"853"}} {"account_number":853,"balance":38353,"firstname":"Travis","lastname":"Parks","age":40,"gender":"M","address":"930 Bay Avenue","employer":"Pyramax","email":"travisparks@pyramax.com","city":"Gadsden","state":"ND"} -{"index":{"_type": "account", "_id":"858"}} +{"index":{"_id":"858"}} {"account_number":858,"balance":23194,"firstname":"Small","lastname":"Hatfield","age":36,"gender":"M","address":"593 Tennis Court","employer":"Letpro","email":"smallhatfield@letpro.com","city":"Haena","state":"KS"} -{"index":{"_type": "account", "_id":"860"}} +{"index":{"_id":"860"}} {"account_number":860,"balance":23613,"firstname":"Clark","lastname":"Boyd","age":37,"gender":"M","address":"501 Rock Street","employer":"Deepends","email":"clarkboyd@deepends.com","city":"Whitewater","state":"MA"} -{"index":{"_type": "account", "_id":"865"}} +{"index":{"_id":"865"}} {"account_number":865,"balance":10574,"firstname":"Cook","lastname":"Kelley","age":28,"gender":"F","address":"865 Lincoln Terrace","employer":"Quizmo","email":"cookkelley@quizmo.com","city":"Kansas","state":"KY"} -{"index":{"_type": "account", "_id":"872"}} +{"index":{"_id":"872"}} {"account_number":872,"balance":26314,"firstname":"Jane","lastname":"Greer","age":36,"gender":"F","address":"717 Hewes Street","employer":"Newcube","email":"janegreer@newcube.com","city":"Delshire","state":"DE"} -{"index":{"_type": "account", "_id":"877"}} +{"index":{"_id":"877"}} {"account_number":877,"balance":42879,"firstname":"Tracey","lastname":"Ruiz","age":34,"gender":"F","address":"141 Tompkins Avenue","employer":"Waab","email":"traceyruiz@waab.com","city":"Zeba","state":"NM"} -{"index":{"_type": "account", "_id":"884"}} +{"index":{"_id":"884"}} {"account_number":884,"balance":29316,"firstname":"Reva","lastname":"Rosa","age":40,"gender":"M","address":"784 Greene Avenue","employer":"Urbanshee","email":"revarosa@urbanshee.com","city":"Bakersville","state":"MS"} -{"index":{"_type": "account", "_id":"889"}} +{"index":{"_id":"889"}} {"account_number":889,"balance":26464,"firstname":"Fischer","lastname":"Klein","age":38,"gender":"F","address":"948 Juliana Place","employer":"Comtext","email":"fischerklein@comtext.com","city":"Jackpot","state":"PA"} -{"index":{"_type": "account", "_id":"891"}} +{"index":{"_id":"891"}} {"account_number":891,"balance":34829,"firstname":"Jacobson","lastname":"Clemons","age":24,"gender":"F","address":"507 Wilson Street","employer":"Quilm","email":"jacobsonclemons@quilm.com","city":"Muir","state":"TX"} -{"index":{"_type": "account", "_id":"896"}} +{"index":{"_id":"896"}} {"account_number":896,"balance":31947,"firstname":"Buckley","lastname":"Peterson","age":26,"gender":"M","address":"217 Beayer Place","employer":"Earwax","email":"buckleypeterson@earwax.com","city":"Franklin","state":"DE"} -{"index":{"_type": "account", "_id":"904"}} +{"index":{"_id":"904"}} {"account_number":904,"balance":27707,"firstname":"Mendez","lastname":"Mcneil","age":26,"gender":"M","address":"431 Halsey Street","employer":"Macronaut","email":"mendezmcneil@macronaut.com","city":"Troy","state":"OK"} -{"index":{"_type": "account", "_id":"909"}} +{"index":{"_id":"909"}} {"account_number":909,"balance":18421,"firstname":"Stark","lastname":"Lewis","age":36,"gender":"M","address":"409 Tilden Avenue","employer":"Frosnex","email":"starklewis@frosnex.com","city":"Axis","state":"CA"} -{"index":{"_type": "account", "_id":"911"}} +{"index":{"_id":"911"}} {"account_number":911,"balance":42655,"firstname":"Annie","lastname":"Lyons","age":21,"gender":"M","address":"518 Woods Place","employer":"Enerforce","email":"annielyons@enerforce.com","city":"Stagecoach","state":"MA"} -{"index":{"_type": "account", "_id":"916"}} +{"index":{"_id":"916"}} {"account_number":916,"balance":47887,"firstname":"Jarvis","lastname":"Alexander","age":40,"gender":"M","address":"406 Bergen Avenue","employer":"Equitax","email":"jarvisalexander@equitax.com","city":"Haring","state":"KY"} -{"index":{"_type": "account", "_id":"923"}} +{"index":{"_id":"923"}} {"account_number":923,"balance":48466,"firstname":"Mueller","lastname":"Mckee","age":26,"gender":"M","address":"298 Ruby Street","employer":"Luxuria","email":"muellermckee@luxuria.com","city":"Coleville","state":"TN"} -{"index":{"_type": "account", "_id":"928"}} +{"index":{"_id":"928"}} {"account_number":928,"balance":19611,"firstname":"Hester","lastname":"Copeland","age":22,"gender":"F","address":"425 Cropsey Avenue","employer":"Dymi","email":"hestercopeland@dymi.com","city":"Wolcott","state":"NE"} -{"index":{"_type": "account", "_id":"930"}} +{"index":{"_id":"930"}} {"account_number":930,"balance":47257,"firstname":"Kinney","lastname":"Lawson","age":39,"gender":"M","address":"501 Raleigh Place","employer":"Neptide","email":"kinneylawson@neptide.com","city":"Deltaville","state":"MD"} -{"index":{"_type": "account", "_id":"935"}} +{"index":{"_id":"935"}} {"account_number":935,"balance":4959,"firstname":"Flowers","lastname":"Robles","age":30,"gender":"M","address":"201 Hull Street","employer":"Xelegyl","email":"flowersrobles@xelegyl.com","city":"Rehrersburg","state":"AL"} -{"index":{"_type": "account", "_id":"942"}} +{"index":{"_id":"942"}} {"account_number":942,"balance":21299,"firstname":"Hamilton","lastname":"Clayton","age":26,"gender":"M","address":"413 Debevoise Street","employer":"Architax","email":"hamiltonclayton@architax.com","city":"Terlingua","state":"NM"} -{"index":{"_type": "account", "_id":"947"}} +{"index":{"_id":"947"}} {"account_number":947,"balance":22039,"firstname":"Virgie","lastname":"Garza","age":30,"gender":"M","address":"903 Matthews Court","employer":"Plasmox","email":"virgiegarza@plasmox.com","city":"Somerset","state":"WY"} -{"index":{"_type": "account", "_id":"954"}} +{"index":{"_id":"954"}} {"account_number":954,"balance":49404,"firstname":"Jenna","lastname":"Martin","age":22,"gender":"M","address":"688 Hart Street","employer":"Zinca","email":"jennamartin@zinca.com","city":"Oasis","state":"MD"} -{"index":{"_type": "account", "_id":"959"}} +{"index":{"_id":"959"}} {"account_number":959,"balance":34743,"firstname":"Shaffer","lastname":"Cervantes","age":40,"gender":"M","address":"931 Varick Avenue","employer":"Oceanica","email":"shaffercervantes@oceanica.com","city":"Bowie","state":"AL"} -{"index":{"_type": "account", "_id":"961"}} +{"index":{"_id":"961"}} {"account_number":961,"balance":43219,"firstname":"Betsy","lastname":"Hyde","age":27,"gender":"F","address":"183 Junius Street","employer":"Tubalum","email":"betsyhyde@tubalum.com","city":"Driftwood","state":"TX"} -{"index":{"_type": "account", "_id":"966"}} +{"index":{"_id":"966"}} {"account_number":966,"balance":20619,"firstname":"Susanne","lastname":"Rodriguez","age":35,"gender":"F","address":"255 Knickerbocker Avenue","employer":"Comtrek","email":"susannerodriguez@comtrek.com","city":"Trinway","state":"TX"} -{"index":{"_type": "account", "_id":"973"}} +{"index":{"_id":"973"}} {"account_number":973,"balance":45756,"firstname":"Rice","lastname":"Farmer","age":31,"gender":"M","address":"476 Nassau Avenue","employer":"Photobin","email":"ricefarmer@photobin.com","city":"Suitland","state":"ME"} -{"index":{"_type": "account", "_id":"978"}} +{"index":{"_id":"978"}} {"account_number":978,"balance":21459,"firstname":"Melanie","lastname":"Rojas","age":33,"gender":"M","address":"991 Java Street","employer":"Kage","email":"melanierojas@kage.com","city":"Greenock","state":"VT"} -{"index":{"_type": "account", "_id":"980"}} +{"index":{"_id":"980"}} {"account_number":980,"balance":42436,"firstname":"Cash","lastname":"Collier","age":33,"gender":"F","address":"999 Sapphire Street","employer":"Ceprene","email":"cashcollier@ceprene.com","city":"Glidden","state":"AK"} -{"index":{"_type": "account", "_id":"985"}} +{"index":{"_id":"985"}} {"account_number":985,"balance":20083,"firstname":"Martin","lastname":"Gardner","age":28,"gender":"F","address":"644 Fairview Place","employer":"Golistic","email":"martingardner@golistic.com","city":"Connerton","state":"NJ"} -{"index":{"_type": "account", "_id":"992"}} +{"index":{"_id":"992"}} {"account_number":992,"balance":11413,"firstname":"Kristie","lastname":"Kennedy","age":33,"gender":"F","address":"750 Hudson Avenue","employer":"Ludak","email":"kristiekennedy@ludak.com","city":"Warsaw","state":"WY"} -{"index":{"_type": "account", "_id":"997"}} +{"index":{"_id":"997"}} {"account_number":997,"balance":25311,"firstname":"Combs","lastname":"Frederick","age":20,"gender":"M","address":"586 Lloyd Court","employer":"Pathways","email":"combsfrederick@pathways.com","city":"Williamson","state":"CA"} -{"index":{"_type": "account", "_id":"3"}} +{"index":{"_id":"3"}} {"account_number":3,"balance":44947,"firstname":"Levine","lastname":"Burks","age":26,"gender":"F","address":"328 Wilson Avenue","employer":"Amtap","email":"levineburks@amtap.com","city":"Cochranville","state":"HI"} -{"index":{"_type": "account", "_id":"8"}} +{"index":{"_id":"8"}} {"account_number":8,"balance":48868,"firstname":"Jan","lastname":"Burns","age":35,"gender":"M","address":"699 Visitation Place","employer":"Glasstep","email":"janburns@glasstep.com","city":"Wakulla","state":"AZ"} -{"index":{"_type": "account", "_id":"10"}} +{"index":{"_id":"10"}} {"account_number":10,"balance":46170,"firstname":"Dominique","lastname":"Park","age":37,"gender":"F","address":"100 Gatling Place","employer":"Conjurica","email":"dominiquepark@conjurica.com","city":"Omar","state":"NJ"} -{"index":{"_type": "account", "_id":"15"}} +{"index":{"_id":"15"}} {"account_number":15,"balance":43456,"firstname":"Bobbie","lastname":"Sexton","age":21,"gender":"M","address":"232 Sedgwick Place","employer":"Zytrex","email":"bobbiesexton@zytrex.com","city":"Hendersonville","state":"CA"} -{"index":{"_type": "account", "_id":"22"}} +{"index":{"_id":"22"}} {"account_number":22,"balance":40283,"firstname":"Barrera","lastname":"Terrell","age":23,"gender":"F","address":"292 Orange Street","employer":"Steelfab","email":"barreraterrell@steelfab.com","city":"Bynum","state":"ME"} -{"index":{"_type": "account", "_id":"27"}} +{"index":{"_id":"27"}} {"account_number":27,"balance":6176,"firstname":"Meyers","lastname":"Williamson","age":26,"gender":"F","address":"675 Henderson Walk","employer":"Plexia","email":"meyerswilliamson@plexia.com","city":"Richmond","state":"AZ"} -{"index":{"_type": "account", "_id":"34"}} +{"index":{"_id":"34"}} {"account_number":34,"balance":35379,"firstname":"Ellison","lastname":"Kim","age":30,"gender":"F","address":"986 Revere Place","employer":"Signity","email":"ellisonkim@signity.com","city":"Sehili","state":"IL"} -{"index":{"_type": "account", "_id":"39"}} +{"index":{"_id":"39"}} {"account_number":39,"balance":38688,"firstname":"Bowers","lastname":"Mendez","age":22,"gender":"F","address":"665 Bennet Court","employer":"Farmage","email":"bowersmendez@farmage.com","city":"Duryea","state":"PA"} -{"index":{"_type": "account", "_id":"41"}} +{"index":{"_id":"41"}} {"account_number":41,"balance":36060,"firstname":"Hancock","lastname":"Holden","age":20,"gender":"M","address":"625 Gaylord Drive","employer":"Poochies","email":"hancockholden@poochies.com","city":"Alamo","state":"KS"} -{"index":{"_type": "account", "_id":"46"}} +{"index":{"_id":"46"}} {"account_number":46,"balance":12351,"firstname":"Karla","lastname":"Bowman","age":23,"gender":"M","address":"554 Chapel Street","employer":"Undertap","email":"karlabowman@undertap.com","city":"Sylvanite","state":"DC"} -{"index":{"_type": "account", "_id":"53"}} +{"index":{"_id":"53"}} {"account_number":53,"balance":28101,"firstname":"Kathryn","lastname":"Payne","age":29,"gender":"F","address":"467 Louis Place","employer":"Katakana","email":"kathrynpayne@katakana.com","city":"Harviell","state":"SD"} -{"index":{"_type": "account", "_id":"58"}} +{"index":{"_id":"58"}} {"account_number":58,"balance":31697,"firstname":"Marva","lastname":"Cannon","age":40,"gender":"M","address":"993 Highland Place","employer":"Comcubine","email":"marvacannon@comcubine.com","city":"Orviston","state":"MO"} -{"index":{"_type": "account", "_id":"60"}} +{"index":{"_id":"60"}} {"account_number":60,"balance":45955,"firstname":"Maude","lastname":"Casey","age":31,"gender":"F","address":"566 Strauss Street","employer":"Quilch","email":"maudecasey@quilch.com","city":"Enlow","state":"GA"} -{"index":{"_type": "account", "_id":"65"}} +{"index":{"_id":"65"}} {"account_number":65,"balance":23282,"firstname":"Leonor","lastname":"Pruitt","age":24,"gender":"M","address":"974 Terrace Place","employer":"Velos","email":"leonorpruitt@velos.com","city":"Devon","state":"WI"} -{"index":{"_type": "account", "_id":"72"}} +{"index":{"_id":"72"}} {"account_number":72,"balance":9732,"firstname":"Barlow","lastname":"Rhodes","age":25,"gender":"F","address":"891 Clinton Avenue","employer":"Zialactic","email":"barlowrhodes@zialactic.com","city":"Echo","state":"TN"} -{"index":{"_type": "account", "_id":"77"}} +{"index":{"_id":"77"}} {"account_number":77,"balance":5724,"firstname":"Byrd","lastname":"Conley","age":24,"gender":"F","address":"698 Belmont Avenue","employer":"Zidox","email":"byrdconley@zidox.com","city":"Rockbridge","state":"SC"} -{"index":{"_type": "account", "_id":"84"}} +{"index":{"_id":"84"}} {"account_number":84,"balance":3001,"firstname":"Hutchinson","lastname":"Newton","age":34,"gender":"F","address":"553 Locust Street","employer":"Zaggles","email":"hutchinsonnewton@zaggles.com","city":"Snyderville","state":"DC"} -{"index":{"_type": "account", "_id":"89"}} +{"index":{"_id":"89"}} {"account_number":89,"balance":13263,"firstname":"Mcdowell","lastname":"Bradley","age":28,"gender":"M","address":"960 Howard Alley","employer":"Grok","email":"mcdowellbradley@grok.com","city":"Toftrees","state":"TX"} -{"index":{"_type": "account", "_id":"91"}} +{"index":{"_id":"91"}} {"account_number":91,"balance":29799,"firstname":"Vonda","lastname":"Galloway","age":20,"gender":"M","address":"988 Voorhies Avenue","employer":"Illumity","email":"vondagalloway@illumity.com","city":"Holcombe","state":"HI"} -{"index":{"_type": "account", "_id":"96"}} +{"index":{"_id":"96"}} {"account_number":96,"balance":15933,"firstname":"Shirley","lastname":"Edwards","age":38,"gender":"M","address":"817 Caton Avenue","employer":"Equitox","email":"shirleyedwards@equitox.com","city":"Nelson","state":"MA"} -{"index":{"_type": "account", "_id":"104"}} +{"index":{"_id":"104"}} {"account_number":104,"balance":32619,"firstname":"Casey","lastname":"Roth","age":29,"gender":"M","address":"963 Railroad Avenue","employer":"Hotcakes","email":"caseyroth@hotcakes.com","city":"Davenport","state":"OH"} -{"index":{"_type": "account", "_id":"109"}} +{"index":{"_id":"109"}} {"account_number":109,"balance":25812,"firstname":"Gretchen","lastname":"Dawson","age":31,"gender":"M","address":"610 Bethel Loop","employer":"Tetak","email":"gretchendawson@tetak.com","city":"Hailesboro","state":"CO"} -{"index":{"_type": "account", "_id":"111"}} +{"index":{"_id":"111"}} {"account_number":111,"balance":1481,"firstname":"Traci","lastname":"Allison","age":35,"gender":"M","address":"922 Bryant Street","employer":"Enjola","email":"traciallison@enjola.com","city":"Robinette","state":"OR"} -{"index":{"_type": "account", "_id":"116"}} +{"index":{"_id":"116"}} {"account_number":116,"balance":21335,"firstname":"Hobbs","lastname":"Wright","age":24,"gender":"M","address":"965 Temple Court","employer":"Netbook","email":"hobbswright@netbook.com","city":"Strong","state":"CA"} -{"index":{"_type": "account", "_id":"123"}} +{"index":{"_id":"123"}} {"account_number":123,"balance":3079,"firstname":"Cleo","lastname":"Beach","age":27,"gender":"F","address":"653 Haring Street","employer":"Proxsoft","email":"cleobeach@proxsoft.com","city":"Greensburg","state":"ME"} -{"index":{"_type": "account", "_id":"128"}} +{"index":{"_id":"128"}} {"account_number":128,"balance":3556,"firstname":"Mack","lastname":"Bullock","age":34,"gender":"F","address":"462 Ingraham Street","employer":"Terascape","email":"mackbullock@terascape.com","city":"Eureka","state":"PA"} -{"index":{"_type": "account", "_id":"130"}} +{"index":{"_id":"130"}} {"account_number":130,"balance":24171,"firstname":"Roxie","lastname":"Cantu","age":33,"gender":"M","address":"841 Catherine Street","employer":"Skybold","email":"roxiecantu@skybold.com","city":"Deputy","state":"NE"} -{"index":{"_type": "account", "_id":"135"}} +{"index":{"_id":"135"}} {"account_number":135,"balance":24885,"firstname":"Stevenson","lastname":"Crosby","age":40,"gender":"F","address":"473 Boardwalk ","employer":"Accel","email":"stevensoncrosby@accel.com","city":"Norris","state":"OK"} -{"index":{"_type": "account", "_id":"142"}} +{"index":{"_id":"142"}} {"account_number":142,"balance":4544,"firstname":"Vang","lastname":"Hughes","age":27,"gender":"M","address":"357 Landis Court","employer":"Bolax","email":"vanghughes@bolax.com","city":"Emerald","state":"WY"} -{"index":{"_type": "account", "_id":"147"}} +{"index":{"_id":"147"}} {"account_number":147,"balance":35921,"firstname":"Charmaine","lastname":"Whitney","age":28,"gender":"F","address":"484 Seton Place","employer":"Comveyer","email":"charmainewhitney@comveyer.com","city":"Dexter","state":"DC"} -{"index":{"_type": "account", "_id":"154"}} +{"index":{"_id":"154"}} {"account_number":154,"balance":40945,"firstname":"Burns","lastname":"Solis","age":31,"gender":"M","address":"274 Lorraine Street","employer":"Rodemco","email":"burnssolis@rodemco.com","city":"Ballico","state":"WI"} -{"index":{"_type": "account", "_id":"159"}} +{"index":{"_id":"159"}} {"account_number":159,"balance":1696,"firstname":"Alvarez","lastname":"Mack","age":22,"gender":"F","address":"897 Manor Court","employer":"Snorus","email":"alvarezmack@snorus.com","city":"Rosedale","state":"CA"} -{"index":{"_type": "account", "_id":"161"}} +{"index":{"_id":"161"}} {"account_number":161,"balance":4659,"firstname":"Doreen","lastname":"Randall","age":37,"gender":"F","address":"178 Court Street","employer":"Calcula","email":"doreenrandall@calcula.com","city":"Belmont","state":"TX"} -{"index":{"_type": "account", "_id":"166"}} +{"index":{"_id":"166"}} {"account_number":166,"balance":33847,"firstname":"Rutledge","lastname":"Rivas","age":23,"gender":"M","address":"352 Verona Street","employer":"Virxo","email":"rutledgerivas@virxo.com","city":"Brandermill","state":"NE"} -{"index":{"_type": "account", "_id":"173"}} +{"index":{"_id":"173"}} {"account_number":173,"balance":5989,"firstname":"Whitley","lastname":"Blevins","age":32,"gender":"M","address":"127 Brooklyn Avenue","employer":"Pawnagra","email":"whitleyblevins@pawnagra.com","city":"Rodanthe","state":"ND"} -{"index":{"_type": "account", "_id":"178"}} +{"index":{"_id":"178"}} {"account_number":178,"balance":36735,"firstname":"Clements","lastname":"Finley","age":39,"gender":"F","address":"270 Story Court","employer":"Imaginart","email":"clementsfinley@imaginart.com","city":"Lookingglass","state":"MN"} -{"index":{"_type": "account", "_id":"180"}} +{"index":{"_id":"180"}} {"account_number":180,"balance":34236,"firstname":"Ursula","lastname":"Goodman","age":32,"gender":"F","address":"414 Clinton Street","employer":"Earthmark","email":"ursulagoodman@earthmark.com","city":"Rote","state":"AR"} -{"index":{"_type": "account", "_id":"185"}} +{"index":{"_id":"185"}} {"account_number":185,"balance":43532,"firstname":"Laurel","lastname":"Cline","age":40,"gender":"M","address":"788 Fenimore Street","employer":"Prismatic","email":"laurelcline@prismatic.com","city":"Frank","state":"UT"} -{"index":{"_type": "account", "_id":"192"}} +{"index":{"_id":"192"}} {"account_number":192,"balance":23508,"firstname":"Ramsey","lastname":"Carr","age":31,"gender":"F","address":"209 Williamsburg Street","employer":"Strezzo","email":"ramseycarr@strezzo.com","city":"Grapeview","state":"NM"} -{"index":{"_type": "account", "_id":"197"}} +{"index":{"_id":"197"}} {"account_number":197,"balance":17246,"firstname":"Sweet","lastname":"Sanders","age":33,"gender":"F","address":"712 Homecrest Court","employer":"Isosure","email":"sweetsanders@isosure.com","city":"Sheatown","state":"VT"} -{"index":{"_type": "account", "_id":"200"}} +{"index":{"_id":"200"}} {"account_number":200,"balance":26210,"firstname":"Teri","lastname":"Hester","age":39,"gender":"M","address":"653 Abbey Court","employer":"Electonic","email":"terihester@electonic.com","city":"Martell","state":"MD"} -{"index":{"_type": "account", "_id":"205"}} +{"index":{"_id":"205"}} {"account_number":205,"balance":45493,"firstname":"Johnson","lastname":"Chang","age":28,"gender":"F","address":"331 John Street","employer":"Gleamink","email":"johnsonchang@gleamink.com","city":"Sultana","state":"KS"} -{"index":{"_type": "account", "_id":"212"}} +{"index":{"_id":"212"}} {"account_number":212,"balance":10299,"firstname":"Marisol","lastname":"Fischer","age":39,"gender":"M","address":"362 Prince Street","employer":"Autograte","email":"marisolfischer@autograte.com","city":"Oley","state":"SC"} -{"index":{"_type": "account", "_id":"217"}} +{"index":{"_id":"217"}} {"account_number":217,"balance":33730,"firstname":"Sally","lastname":"Mccoy","age":38,"gender":"F","address":"854 Corbin Place","employer":"Omnigog","email":"sallymccoy@omnigog.com","city":"Escondida","state":"FL"} -{"index":{"_type": "account", "_id":"224"}} +{"index":{"_id":"224"}} {"account_number":224,"balance":42708,"firstname":"Billie","lastname":"Nixon","age":28,"gender":"F","address":"241 Kaufman Place","employer":"Xanide","email":"billienixon@xanide.com","city":"Chapin","state":"NY"} -{"index":{"_type": "account", "_id":"229"}} +{"index":{"_id":"229"}} {"account_number":229,"balance":2740,"firstname":"Jana","lastname":"Hensley","age":30,"gender":"M","address":"176 Erasmus Street","employer":"Isotrack","email":"janahensley@isotrack.com","city":"Caledonia","state":"ME"} -{"index":{"_type": "account", "_id":"231"}} +{"index":{"_id":"231"}} {"account_number":231,"balance":46180,"firstname":"Essie","lastname":"Clarke","age":34,"gender":"F","address":"308 Harbor Lane","employer":"Pharmacon","email":"essieclarke@pharmacon.com","city":"Fillmore","state":"MS"} -{"index":{"_type": "account", "_id":"236"}} +{"index":{"_id":"236"}} {"account_number":236,"balance":41200,"firstname":"Suzanne","lastname":"Bird","age":39,"gender":"F","address":"219 Luquer Street","employer":"Imant","email":"suzannebird@imant.com","city":"Bainbridge","state":"NY"} -{"index":{"_type": "account", "_id":"243"}} +{"index":{"_id":"243"}} {"account_number":243,"balance":29902,"firstname":"Evangelina","lastname":"Perez","age":20,"gender":"M","address":"787 Joval Court","employer":"Keengen","email":"evangelinaperez@keengen.com","city":"Mulberry","state":"SD"} -{"index":{"_type": "account", "_id":"248"}} +{"index":{"_id":"248"}} {"account_number":248,"balance":49989,"firstname":"West","lastname":"England","age":36,"gender":"M","address":"717 Hendrickson Place","employer":"Obliq","email":"westengland@obliq.com","city":"Maury","state":"WA"} -{"index":{"_type": "account", "_id":"250"}} +{"index":{"_id":"250"}} {"account_number":250,"balance":27893,"firstname":"Earlene","lastname":"Ellis","age":39,"gender":"F","address":"512 Bay Street","employer":"Codact","email":"earleneellis@codact.com","city":"Sunwest","state":"GA"} -{"index":{"_type": "account", "_id":"255"}} +{"index":{"_id":"255"}} {"account_number":255,"balance":49339,"firstname":"Iva","lastname":"Rivers","age":38,"gender":"M","address":"470 Rost Place","employer":"Mantrix","email":"ivarivers@mantrix.com","city":"Disautel","state":"MD"} -{"index":{"_type": "account", "_id":"262"}} +{"index":{"_id":"262"}} {"account_number":262,"balance":30289,"firstname":"Tameka","lastname":"Levine","age":36,"gender":"F","address":"815 Atlantic Avenue","employer":"Acium","email":"tamekalevine@acium.com","city":"Winchester","state":"SD"} -{"index":{"_type": "account", "_id":"267"}} +{"index":{"_id":"267"}} {"account_number":267,"balance":42753,"firstname":"Weeks","lastname":"Castillo","age":21,"gender":"F","address":"526 Holt Court","employer":"Talendula","email":"weekscastillo@talendula.com","city":"Washington","state":"NV"} -{"index":{"_type": "account", "_id":"274"}} +{"index":{"_id":"274"}} {"account_number":274,"balance":12104,"firstname":"Frieda","lastname":"House","age":33,"gender":"F","address":"171 Banker Street","employer":"Quonk","email":"friedahouse@quonk.com","city":"Aberdeen","state":"NJ"} -{"index":{"_type": "account", "_id":"279"}} +{"index":{"_id":"279"}} {"account_number":279,"balance":15904,"firstname":"Chapman","lastname":"Hart","age":32,"gender":"F","address":"902 Bliss Terrace","employer":"Kongene","email":"chapmanhart@kongene.com","city":"Bradenville","state":"NJ"} -{"index":{"_type": "account", "_id":"281"}} +{"index":{"_id":"281"}} {"account_number":281,"balance":39830,"firstname":"Bean","lastname":"Aguirre","age":20,"gender":"F","address":"133 Pilling Street","employer":"Amril","email":"beanaguirre@amril.com","city":"Waterview","state":"TX"} -{"index":{"_type": "account", "_id":"286"}} +{"index":{"_id":"286"}} {"account_number":286,"balance":39063,"firstname":"Rosetta","lastname":"Turner","age":35,"gender":"M","address":"169 Jefferson Avenue","employer":"Spacewax","email":"rosettaturner@spacewax.com","city":"Stewart","state":"MO"} -{"index":{"_type": "account", "_id":"293"}} +{"index":{"_id":"293"}} {"account_number":293,"balance":29867,"firstname":"Cruz","lastname":"Carver","age":28,"gender":"F","address":"465 Boerum Place","employer":"Vitricomp","email":"cruzcarver@vitricomp.com","city":"Crayne","state":"CO"} -{"index":{"_type": "account", "_id":"298"}} +{"index":{"_id":"298"}} {"account_number":298,"balance":34334,"firstname":"Bullock","lastname":"Marsh","age":20,"gender":"M","address":"589 Virginia Place","employer":"Renovize","email":"bullockmarsh@renovize.com","city":"Coinjock","state":"UT"} -{"index":{"_type": "account", "_id":"301"}} +{"index":{"_id":"301"}} {"account_number":301,"balance":16782,"firstname":"Minerva","lastname":"Graham","age":35,"gender":"M","address":"532 Harrison Place","employer":"Sureplex","email":"minervagraham@sureplex.com","city":"Belleview","state":"GA"} -{"index":{"_type": "account", "_id":"306"}} +{"index":{"_id":"306"}} {"account_number":306,"balance":2171,"firstname":"Hensley","lastname":"Hardin","age":40,"gender":"M","address":"196 Maujer Street","employer":"Neocent","email":"hensleyhardin@neocent.com","city":"Reinerton","state":"HI"} -{"index":{"_type": "account", "_id":"313"}} +{"index":{"_id":"313"}} {"account_number":313,"balance":34108,"firstname":"Alston","lastname":"Henderson","age":36,"gender":"F","address":"132 Prescott Place","employer":"Prosure","email":"alstonhenderson@prosure.com","city":"Worton","state":"IA"} -{"index":{"_type": "account", "_id":"318"}} +{"index":{"_id":"318"}} {"account_number":318,"balance":8512,"firstname":"Nichole","lastname":"Pearson","age":34,"gender":"F","address":"656 Lacon Court","employer":"Yurture","email":"nicholepearson@yurture.com","city":"Juarez","state":"MO"} -{"index":{"_type": "account", "_id":"320"}} +{"index":{"_id":"320"}} {"account_number":320,"balance":34521,"firstname":"Patti","lastname":"Brennan","age":37,"gender":"F","address":"870 Degraw Street","employer":"Cognicode","email":"pattibrennan@cognicode.com","city":"Torboy","state":"FL"} -{"index":{"_type": "account", "_id":"325"}} +{"index":{"_id":"325"}} {"account_number":325,"balance":1956,"firstname":"Magdalena","lastname":"Simmons","age":25,"gender":"F","address":"681 Townsend Street","employer":"Geekosis","email":"magdalenasimmons@geekosis.com","city":"Sterling","state":"CA"} -{"index":{"_type": "account", "_id":"332"}} +{"index":{"_id":"332"}} {"account_number":332,"balance":37770,"firstname":"Shepherd","lastname":"Davenport","age":28,"gender":"F","address":"586 Montague Terrace","employer":"Ecraze","email":"shepherddavenport@ecraze.com","city":"Accoville","state":"NM"} -{"index":{"_type": "account", "_id":"337"}} +{"index":{"_id":"337"}} {"account_number":337,"balance":43432,"firstname":"Monroe","lastname":"Stafford","age":37,"gender":"F","address":"183 Seigel Street","employer":"Centuria","email":"monroestafford@centuria.com","city":"Camino","state":"DE"} -{"index":{"_type": "account", "_id":"344"}} +{"index":{"_id":"344"}} {"account_number":344,"balance":42654,"firstname":"Sasha","lastname":"Baxter","age":35,"gender":"F","address":"700 Bedford Place","employer":"Callflex","email":"sashabaxter@callflex.com","city":"Campo","state":"MI"} -{"index":{"_type": "account", "_id":"349"}} +{"index":{"_id":"349"}} {"account_number":349,"balance":24180,"firstname":"Allison","lastname":"Fitzpatrick","age":22,"gender":"F","address":"913 Arlington Avenue","employer":"Veraq","email":"allisonfitzpatrick@veraq.com","city":"Marbury","state":"TX"} -{"index":{"_type": "account", "_id":"351"}} +{"index":{"_id":"351"}} {"account_number":351,"balance":47089,"firstname":"Hendrix","lastname":"Stephens","age":29,"gender":"M","address":"181 Beaver Street","employer":"Recrisys","email":"hendrixstephens@recrisys.com","city":"Denio","state":"OR"} -{"index":{"_type": "account", "_id":"356"}} +{"index":{"_id":"356"}} {"account_number":356,"balance":34540,"firstname":"Lourdes","lastname":"Valdez","age":20,"gender":"F","address":"700 Anchorage Place","employer":"Interloo","email":"lourdesvaldez@interloo.com","city":"Goldfield","state":"OK"} -{"index":{"_type": "account", "_id":"363"}} +{"index":{"_id":"363"}} {"account_number":363,"balance":34007,"firstname":"Peggy","lastname":"Bright","age":21,"gender":"M","address":"613 Engert Avenue","employer":"Inventure","email":"peggybright@inventure.com","city":"Chautauqua","state":"ME"} -{"index":{"_type": "account", "_id":"368"}} +{"index":{"_id":"368"}} {"account_number":368,"balance":23535,"firstname":"Hooper","lastname":"Tyson","age":39,"gender":"M","address":"892 Taaffe Place","employer":"Zaggle","email":"hoopertyson@zaggle.com","city":"Nutrioso","state":"ME"} -{"index":{"_type": "account", "_id":"370"}} +{"index":{"_id":"370"}} {"account_number":370,"balance":28499,"firstname":"Oneill","lastname":"Carney","age":25,"gender":"F","address":"773 Adelphi Street","employer":"Bedder","email":"oneillcarney@bedder.com","city":"Yorklyn","state":"FL"} -{"index":{"_type": "account", "_id":"375"}} +{"index":{"_id":"375"}} {"account_number":375,"balance":23860,"firstname":"Phoebe","lastname":"Patton","age":25,"gender":"M","address":"564 Hale Avenue","employer":"Xoggle","email":"phoebepatton@xoggle.com","city":"Brule","state":"NM"} -{"index":{"_type": "account", "_id":"382"}} +{"index":{"_id":"382"}} {"account_number":382,"balance":42061,"firstname":"Finley","lastname":"Singleton","age":37,"gender":"F","address":"407 Clay Street","employer":"Quarex","email":"finleysingleton@quarex.com","city":"Bedias","state":"LA"} -{"index":{"_type": "account", "_id":"387"}} +{"index":{"_id":"387"}} {"account_number":387,"balance":35916,"firstname":"April","lastname":"Hill","age":29,"gender":"M","address":"818 Bayard Street","employer":"Kengen","email":"aprilhill@kengen.com","city":"Chloride","state":"NC"} -{"index":{"_type": "account", "_id":"394"}} +{"index":{"_id":"394"}} {"account_number":394,"balance":6121,"firstname":"Lorrie","lastname":"Nunez","age":38,"gender":"M","address":"221 Ralph Avenue","employer":"Bullzone","email":"lorrienunez@bullzone.com","city":"Longoria","state":"ID"} -{"index":{"_type": "account", "_id":"399"}} +{"index":{"_id":"399"}} {"account_number":399,"balance":32587,"firstname":"Carmela","lastname":"Franks","age":23,"gender":"M","address":"617 Dewey Place","employer":"Zensure","email":"carmelafranks@zensure.com","city":"Sanders","state":"DC"} -{"index":{"_type": "account", "_id":"402"}} +{"index":{"_id":"402"}} {"account_number":402,"balance":1282,"firstname":"Pacheco","lastname":"Rosales","age":32,"gender":"M","address":"538 Pershing Loop","employer":"Circum","email":"pachecorosales@circum.com","city":"Elbert","state":"ID"} -{"index":{"_type": "account", "_id":"407"}} +{"index":{"_id":"407"}} {"account_number":407,"balance":36417,"firstname":"Gilda","lastname":"Jacobson","age":29,"gender":"F","address":"883 Loring Avenue","employer":"Comveyor","email":"gildajacobson@comveyor.com","city":"Topaz","state":"NH"} -{"index":{"_type": "account", "_id":"414"}} +{"index":{"_id":"414"}} {"account_number":414,"balance":17506,"firstname":"Conway","lastname":"Daugherty","age":37,"gender":"F","address":"643 Kermit Place","employer":"Lyria","email":"conwaydaugherty@lyria.com","city":"Vaughn","state":"NV"} -{"index":{"_type": "account", "_id":"419"}} +{"index":{"_id":"419"}} {"account_number":419,"balance":34847,"firstname":"Helen","lastname":"Montoya","age":29,"gender":"F","address":"736 Kingsland Avenue","employer":"Hairport","email":"helenmontoya@hairport.com","city":"Edinburg","state":"NE"} -{"index":{"_type": "account", "_id":"421"}} +{"index":{"_id":"421"}} {"account_number":421,"balance":46868,"firstname":"Tamika","lastname":"Mccall","age":27,"gender":"F","address":"764 Bragg Court","employer":"Eventix","email":"tamikamccall@eventix.com","city":"Tivoli","state":"RI"} -{"index":{"_type": "account", "_id":"426"}} +{"index":{"_id":"426"}} {"account_number":426,"balance":4499,"firstname":"Julie","lastname":"Parsons","age":31,"gender":"M","address":"768 Keap Street","employer":"Goko","email":"julieparsons@goko.com","city":"Coldiron","state":"VA"} -{"index":{"_type": "account", "_id":"433"}} +{"index":{"_id":"433"}} {"account_number":433,"balance":19266,"firstname":"Wilkinson","lastname":"Flowers","age":39,"gender":"M","address":"154 Douglass Street","employer":"Xsports","email":"wilkinsonflowers@xsports.com","city":"Coultervillle","state":"MN"} -{"index":{"_type": "account", "_id":"438"}} +{"index":{"_id":"438"}} {"account_number":438,"balance":16367,"firstname":"Walter","lastname":"Velez","age":27,"gender":"F","address":"931 Farragut Road","employer":"Virva","email":"waltervelez@virva.com","city":"Tyro","state":"WV"} -{"index":{"_type": "account", "_id":"440"}} +{"index":{"_id":"440"}} {"account_number":440,"balance":41590,"firstname":"Ray","lastname":"Wiley","age":31,"gender":"F","address":"102 Barwell Terrace","employer":"Polaria","email":"raywiley@polaria.com","city":"Hardyville","state":"IA"} -{"index":{"_type": "account", "_id":"445"}} +{"index":{"_id":"445"}} {"account_number":445,"balance":41178,"firstname":"Rodriguez","lastname":"Macias","age":34,"gender":"M","address":"164 Boerum Street","employer":"Xylar","email":"rodriguezmacias@xylar.com","city":"Riner","state":"AL"} -{"index":{"_type": "account", "_id":"452"}} +{"index":{"_id":"452"}} {"account_number":452,"balance":3589,"firstname":"Blackwell","lastname":"Delaney","age":39,"gender":"F","address":"443 Sackett Street","employer":"Imkan","email":"blackwelldelaney@imkan.com","city":"Gasquet","state":"DC"} -{"index":{"_type": "account", "_id":"457"}} +{"index":{"_id":"457"}} {"account_number":457,"balance":14057,"firstname":"Bush","lastname":"Gordon","age":34,"gender":"M","address":"975 Dakota Place","employer":"Softmicro","email":"bushgordon@softmicro.com","city":"Chemung","state":"PA"} -{"index":{"_type": "account", "_id":"464"}} +{"index":{"_id":"464"}} {"account_number":464,"balance":20504,"firstname":"Cobb","lastname":"Humphrey","age":21,"gender":"M","address":"823 Sunnyside Avenue","employer":"Apexia","email":"cobbhumphrey@apexia.com","city":"Wintersburg","state":"NY"} -{"index":{"_type": "account", "_id":"469"}} +{"index":{"_id":"469"}} {"account_number":469,"balance":26509,"firstname":"Marci","lastname":"Shepherd","age":26,"gender":"M","address":"565 Hall Street","employer":"Shadease","email":"marcishepherd@shadease.com","city":"Springhill","state":"IL"} -{"index":{"_type": "account", "_id":"471"}} +{"index":{"_id":"471"}} {"account_number":471,"balance":7629,"firstname":"Juana","lastname":"Silva","age":36,"gender":"M","address":"249 Amity Street","employer":"Artworlds","email":"juanasilva@artworlds.com","city":"Norfolk","state":"TX"} -{"index":{"_type": "account", "_id":"476"}} +{"index":{"_id":"476"}} {"account_number":476,"balance":33386,"firstname":"Silva","lastname":"Marks","age":31,"gender":"F","address":"183 Eldert Street","employer":"Medifax","email":"silvamarks@medifax.com","city":"Hachita","state":"RI"} -{"index":{"_type": "account", "_id":"483"}} +{"index":{"_id":"483"}} {"account_number":483,"balance":6344,"firstname":"Kelley","lastname":"Harper","age":29,"gender":"M","address":"758 Preston Court","employer":"Xyqag","email":"kelleyharper@xyqag.com","city":"Healy","state":"IA"} -{"index":{"_type": "account", "_id":"488"}} +{"index":{"_id":"488"}} {"account_number":488,"balance":6289,"firstname":"Wilma","lastname":"Hopkins","age":38,"gender":"M","address":"428 Lee Avenue","employer":"Entality","email":"wilmahopkins@entality.com","city":"Englevale","state":"WI"} -{"index":{"_type": "account", "_id":"490"}} +{"index":{"_id":"490"}} {"account_number":490,"balance":1447,"firstname":"Strong","lastname":"Hendrix","age":26,"gender":"F","address":"134 Beach Place","employer":"Duoflex","email":"stronghendrix@duoflex.com","city":"Allentown","state":"ND"} -{"index":{"_type": "account", "_id":"495"}} +{"index":{"_id":"495"}} {"account_number":495,"balance":13478,"firstname":"Abigail","lastname":"Nichols","age":40,"gender":"F","address":"887 President Street","employer":"Enquility","email":"abigailnichols@enquility.com","city":"Bagtown","state":"NM"} -{"index":{"_type": "account", "_id":"503"}} +{"index":{"_id":"503"}} {"account_number":503,"balance":42649,"firstname":"Leta","lastname":"Stout","age":39,"gender":"F","address":"518 Bowery Street","employer":"Pivitol","email":"letastout@pivitol.com","city":"Boonville","state":"ND"} -{"index":{"_type": "account", "_id":"508"}} +{"index":{"_id":"508"}} {"account_number":508,"balance":41300,"firstname":"Lawrence","lastname":"Mathews","age":27,"gender":"F","address":"987 Rose Street","employer":"Deviltoe","email":"lawrencemathews@deviltoe.com","city":"Woodburn","state":"FL"} -{"index":{"_type": "account", "_id":"510"}} +{"index":{"_id":"510"}} {"account_number":510,"balance":48504,"firstname":"Petty","lastname":"Sykes","age":28,"gender":"M","address":"566 Village Road","employer":"Nebulean","email":"pettysykes@nebulean.com","city":"Wedgewood","state":"MO"} -{"index":{"_type": "account", "_id":"515"}} +{"index":{"_id":"515"}} {"account_number":515,"balance":18531,"firstname":"Lott","lastname":"Keller","age":27,"gender":"M","address":"827 Miami Court","employer":"Translink","email":"lottkeller@translink.com","city":"Gila","state":"TX"} -{"index":{"_type": "account", "_id":"522"}} +{"index":{"_id":"522"}} {"account_number":522,"balance":19879,"firstname":"Faulkner","lastname":"Garrett","age":29,"gender":"F","address":"396 Grove Place","employer":"Pigzart","email":"faulknergarrett@pigzart.com","city":"Felt","state":"AR"} -{"index":{"_type": "account", "_id":"527"}} +{"index":{"_id":"527"}} {"account_number":527,"balance":2028,"firstname":"Carver","lastname":"Peters","age":35,"gender":"M","address":"816 Victor Road","employer":"Housedown","email":"carverpeters@housedown.com","city":"Nadine","state":"MD"} -{"index":{"_type": "account", "_id":"534"}} +{"index":{"_id":"534"}} {"account_number":534,"balance":20470,"firstname":"Cristina","lastname":"Russo","age":25,"gender":"F","address":"500 Highlawn Avenue","employer":"Cyclonica","email":"cristinarusso@cyclonica.com","city":"Gorst","state":"KS"} -{"index":{"_type": "account", "_id":"539"}} +{"index":{"_id":"539"}} {"account_number":539,"balance":24560,"firstname":"Tami","lastname":"Maddox","age":23,"gender":"F","address":"741 Pineapple Street","employer":"Accidency","email":"tamimaddox@accidency.com","city":"Kennedyville","state":"OH"} -{"index":{"_type": "account", "_id":"541"}} +{"index":{"_id":"541"}} {"account_number":541,"balance":42915,"firstname":"Logan","lastname":"Burke","age":32,"gender":"M","address":"904 Clarendon Road","employer":"Overplex","email":"loganburke@overplex.com","city":"Johnsonburg","state":"OH"} -{"index":{"_type": "account", "_id":"546"}} +{"index":{"_id":"546"}} {"account_number":546,"balance":43242,"firstname":"Bernice","lastname":"Sims","age":33,"gender":"M","address":"382 Columbia Street","employer":"Verbus","email":"bernicesims@verbus.com","city":"Sena","state":"KY"} -{"index":{"_type": "account", "_id":"553"}} +{"index":{"_id":"553"}} {"account_number":553,"balance":28390,"firstname":"Aimee","lastname":"Cohen","age":28,"gender":"M","address":"396 Lafayette Avenue","employer":"Eplode","email":"aimeecohen@eplode.com","city":"Thatcher","state":"NJ"} -{"index":{"_type": "account", "_id":"558"}} +{"index":{"_id":"558"}} {"account_number":558,"balance":8922,"firstname":"Horne","lastname":"Valenzuela","age":20,"gender":"F","address":"979 Kensington Street","employer":"Isoternia","email":"hornevalenzuela@isoternia.com","city":"Greenbush","state":"NC"} -{"index":{"_type": "account", "_id":"560"}} +{"index":{"_id":"560"}} {"account_number":560,"balance":24514,"firstname":"Felecia","lastname":"Oneill","age":26,"gender":"M","address":"995 Autumn Avenue","employer":"Mediot","email":"feleciaoneill@mediot.com","city":"Joppa","state":"IN"} -{"index":{"_type": "account", "_id":"565"}} +{"index":{"_id":"565"}} {"account_number":565,"balance":15197,"firstname":"Taylor","lastname":"Ingram","age":37,"gender":"F","address":"113 Will Place","employer":"Lyrichord","email":"tayloringram@lyrichord.com","city":"Collins","state":"ME"} -{"index":{"_type": "account", "_id":"572"}} +{"index":{"_id":"572"}} {"account_number":572,"balance":49355,"firstname":"Therese","lastname":"Espinoza","age":20,"gender":"M","address":"994 Chester Court","employer":"Gonkle","email":"thereseespinoza@gonkle.com","city":"Hayes","state":"UT"} -{"index":{"_type": "account", "_id":"577"}} +{"index":{"_id":"577"}} {"account_number":577,"balance":21398,"firstname":"Gilbert","lastname":"Serrano","age":38,"gender":"F","address":"294 Troutman Street","employer":"Senmao","email":"gilbertserrano@senmao.com","city":"Greer","state":"MT"} -{"index":{"_type": "account", "_id":"584"}} +{"index":{"_id":"584"}} {"account_number":584,"balance":5346,"firstname":"Pearson","lastname":"Bryant","age":40,"gender":"F","address":"971 Heyward Street","employer":"Anacho","email":"pearsonbryant@anacho.com","city":"Bluffview","state":"MN"} -{"index":{"_type": "account", "_id":"589"}} +{"index":{"_id":"589"}} {"account_number":589,"balance":33260,"firstname":"Ericka","lastname":"Cote","age":39,"gender":"F","address":"425 Bath Avenue","employer":"Venoflex","email":"erickacote@venoflex.com","city":"Blue","state":"CT"} -{"index":{"_type": "account", "_id":"591"}} +{"index":{"_id":"591"}} {"account_number":591,"balance":48997,"firstname":"Rivers","lastname":"Macdonald","age":34,"gender":"F","address":"919 Johnson Street","employer":"Ziore","email":"riversmacdonald@ziore.com","city":"Townsend","state":"IL"} -{"index":{"_type": "account", "_id":"596"}} +{"index":{"_id":"596"}} {"account_number":596,"balance":4063,"firstname":"Letitia","lastname":"Walker","age":26,"gender":"F","address":"963 Vanderveer Place","employer":"Zizzle","email":"letitiawalker@zizzle.com","city":"Rossmore","state":"ID"} -{"index":{"_type": "account", "_id":"604"}} +{"index":{"_id":"604"}} {"account_number":604,"balance":10675,"firstname":"Isabel","lastname":"Gilliam","age":23,"gender":"M","address":"854 Broadway ","employer":"Zenthall","email":"isabelgilliam@zenthall.com","city":"Ventress","state":"WI"} -{"index":{"_type": "account", "_id":"609"}} +{"index":{"_id":"609"}} {"account_number":609,"balance":28586,"firstname":"Montgomery","lastname":"Washington","age":30,"gender":"M","address":"169 Schroeders Avenue","employer":"Kongle","email":"montgomerywashington@kongle.com","city":"Croom","state":"AZ"} -{"index":{"_type": "account", "_id":"611"}} +{"index":{"_id":"611"}} {"account_number":611,"balance":17528,"firstname":"Katherine","lastname":"Prince","age":33,"gender":"F","address":"705 Elm Avenue","employer":"Zillacon","email":"katherineprince@zillacon.com","city":"Rew","state":"MI"} -{"index":{"_type": "account", "_id":"616"}} +{"index":{"_id":"616"}} {"account_number":616,"balance":25276,"firstname":"Jessie","lastname":"Mayer","age":35,"gender":"F","address":"683 Chester Avenue","employer":"Emtrak","email":"jessiemayer@emtrak.com","city":"Marysville","state":"HI"} -{"index":{"_type": "account", "_id":"623"}} +{"index":{"_id":"623"}} {"account_number":623,"balance":20514,"firstname":"Rose","lastname":"Combs","age":32,"gender":"F","address":"312 Grimes Road","employer":"Aquamate","email":"rosecombs@aquamate.com","city":"Fostoria","state":"OH"} -{"index":{"_type": "account", "_id":"628"}} +{"index":{"_id":"628"}} {"account_number":628,"balance":42736,"firstname":"Buckner","lastname":"Chen","age":37,"gender":"M","address":"863 Rugby Road","employer":"Jamnation","email":"bucknerchen@jamnation.com","city":"Camas","state":"TX"} -{"index":{"_type": "account", "_id":"630"}} +{"index":{"_id":"630"}} {"account_number":630,"balance":46060,"firstname":"Leanne","lastname":"Jones","age":31,"gender":"M","address":"451 Bayview Avenue","employer":"Wazzu","email":"leannejones@wazzu.com","city":"Kylertown","state":"OK"} -{"index":{"_type": "account", "_id":"635"}} +{"index":{"_id":"635"}} {"account_number":635,"balance":44705,"firstname":"Norman","lastname":"Gilmore","age":33,"gender":"M","address":"330 Gates Avenue","employer":"Comfirm","email":"normangilmore@comfirm.com","city":"Riceville","state":"TN"} -{"index":{"_type": "account", "_id":"642"}} +{"index":{"_id":"642"}} {"account_number":642,"balance":32852,"firstname":"Reyna","lastname":"Harris","age":35,"gender":"M","address":"305 Powell Street","employer":"Bedlam","email":"reynaharris@bedlam.com","city":"Florence","state":"KS"} -{"index":{"_type": "account", "_id":"647"}} +{"index":{"_id":"647"}} {"account_number":647,"balance":10147,"firstname":"Annabelle","lastname":"Velazquez","age":30,"gender":"M","address":"299 Kensington Walk","employer":"Sealoud","email":"annabellevelazquez@sealoud.com","city":"Soudan","state":"ME"} -{"index":{"_type": "account", "_id":"654"}} +{"index":{"_id":"654"}} {"account_number":654,"balance":38695,"firstname":"Armstrong","lastname":"Frazier","age":25,"gender":"M","address":"899 Seeley Street","employer":"Zensor","email":"armstrongfrazier@zensor.com","city":"Cherokee","state":"UT"} -{"index":{"_type": "account", "_id":"659"}} +{"index":{"_id":"659"}} {"account_number":659,"balance":29648,"firstname":"Dorsey","lastname":"Sosa","age":40,"gender":"M","address":"270 Aberdeen Street","employer":"Daycore","email":"dorseysosa@daycore.com","city":"Chamberino","state":"SC"} -{"index":{"_type": "account", "_id":"661"}} +{"index":{"_id":"661"}} {"account_number":661,"balance":3679,"firstname":"Joanne","lastname":"Spencer","age":39,"gender":"F","address":"910 Montauk Avenue","employer":"Visalia","email":"joannespencer@visalia.com","city":"Valmy","state":"NH"} -{"index":{"_type": "account", "_id":"666"}} +{"index":{"_id":"666"}} {"account_number":666,"balance":13880,"firstname":"Mcguire","lastname":"Lloyd","age":40,"gender":"F","address":"658 Just Court","employer":"Centrexin","email":"mcguirelloyd@centrexin.com","city":"Warren","state":"MT"} -{"index":{"_type": "account", "_id":"673"}} +{"index":{"_id":"673"}} {"account_number":673,"balance":11303,"firstname":"Mcdaniel","lastname":"Harrell","age":33,"gender":"M","address":"565 Montgomery Place","employer":"Eyeris","email":"mcdanielharrell@eyeris.com","city":"Garnet","state":"NV"} -{"index":{"_type": "account", "_id":"678"}} +{"index":{"_id":"678"}} {"account_number":678,"balance":43663,"firstname":"Ruby","lastname":"Shaffer","age":28,"gender":"M","address":"350 Clark Street","employer":"Comtrail","email":"rubyshaffer@comtrail.com","city":"Aurora","state":"MA"} -{"index":{"_type": "account", "_id":"680"}} +{"index":{"_id":"680"}} {"account_number":680,"balance":31561,"firstname":"Melton","lastname":"Camacho","age":32,"gender":"F","address":"771 Montana Place","employer":"Insuresys","email":"meltoncamacho@insuresys.com","city":"Sparkill","state":"IN"} -{"index":{"_type": "account", "_id":"685"}} +{"index":{"_id":"685"}} {"account_number":685,"balance":22249,"firstname":"Yesenia","lastname":"Rowland","age":24,"gender":"F","address":"193 Dekalb Avenue","employer":"Coriander","email":"yeseniarowland@coriander.com","city":"Lupton","state":"NC"} -{"index":{"_type": "account", "_id":"692"}} +{"index":{"_id":"692"}} {"account_number":692,"balance":10435,"firstname":"Haney","lastname":"Barlow","age":21,"gender":"F","address":"267 Lenox Road","employer":"Egypto","email":"haneybarlow@egypto.com","city":"Detroit","state":"IN"} -{"index":{"_type": "account", "_id":"697"}} +{"index":{"_id":"697"}} {"account_number":697,"balance":48745,"firstname":"Mallory","lastname":"Emerson","age":24,"gender":"F","address":"318 Dunne Court","employer":"Exoplode","email":"malloryemerson@exoplode.com","city":"Montura","state":"LA"} -{"index":{"_type": "account", "_id":"700"}} +{"index":{"_id":"700"}} {"account_number":700,"balance":19164,"firstname":"Patel","lastname":"Durham","age":21,"gender":"F","address":"440 King Street","employer":"Icology","email":"pateldurham@icology.com","city":"Mammoth","state":"IL"} -{"index":{"_type": "account", "_id":"705"}} +{"index":{"_id":"705"}} {"account_number":705,"balance":28415,"firstname":"Krystal","lastname":"Cross","age":22,"gender":"M","address":"604 Drew Street","employer":"Tubesys","email":"krystalcross@tubesys.com","city":"Dalton","state":"MO"} -{"index":{"_type": "account", "_id":"712"}} +{"index":{"_id":"712"}} {"account_number":712,"balance":12459,"firstname":"Butler","lastname":"Alston","age":37,"gender":"M","address":"486 Hemlock Street","employer":"Quordate","email":"butleralston@quordate.com","city":"Verdi","state":"MS"} -{"index":{"_type": "account", "_id":"717"}} +{"index":{"_id":"717"}} {"account_number":717,"balance":29270,"firstname":"Erickson","lastname":"Mcdonald","age":31,"gender":"M","address":"873 Franklin Street","employer":"Exotechno","email":"ericksonmcdonald@exotechno.com","city":"Jessie","state":"MS"} -{"index":{"_type": "account", "_id":"724"}} +{"index":{"_id":"724"}} {"account_number":724,"balance":12548,"firstname":"Hopper","lastname":"Peck","age":31,"gender":"M","address":"849 Hendrickson Street","employer":"Uxmox","email":"hopperpeck@uxmox.com","city":"Faxon","state":"UT"} -{"index":{"_type": "account", "_id":"729"}} +{"index":{"_id":"729"}} {"account_number":729,"balance":41812,"firstname":"Katy","lastname":"Rivera","age":36,"gender":"F","address":"791 Olive Street","employer":"Blurrybus","email":"katyrivera@blurrybus.com","city":"Innsbrook","state":"MI"} -{"index":{"_type": "account", "_id":"731"}} +{"index":{"_id":"731"}} {"account_number":731,"balance":4994,"firstname":"Lorene","lastname":"Weiss","age":35,"gender":"M","address":"990 Ocean Court","employer":"Comvoy","email":"loreneweiss@comvoy.com","city":"Lavalette","state":"WI"} -{"index":{"_type": "account", "_id":"736"}} +{"index":{"_id":"736"}} {"account_number":736,"balance":28677,"firstname":"Rogers","lastname":"Mcmahon","age":21,"gender":"F","address":"423 Cameron Court","employer":"Brainclip","email":"rogersmcmahon@brainclip.com","city":"Saddlebrooke","state":"FL"} -{"index":{"_type": "account", "_id":"743"}} +{"index":{"_id":"743"}} {"account_number":743,"balance":14077,"firstname":"Susana","lastname":"Moody","age":23,"gender":"M","address":"842 Fountain Avenue","employer":"Bitrex","email":"susanamoody@bitrex.com","city":"Temperanceville","state":"TN"} -{"index":{"_type": "account", "_id":"748"}} +{"index":{"_id":"748"}} {"account_number":748,"balance":38060,"firstname":"Ford","lastname":"Branch","age":25,"gender":"M","address":"926 Cypress Avenue","employer":"Buzzness","email":"fordbranch@buzzness.com","city":"Beason","state":"DC"} -{"index":{"_type": "account", "_id":"750"}} +{"index":{"_id":"750"}} {"account_number":750,"balance":40481,"firstname":"Cherie","lastname":"Brooks","age":20,"gender":"F","address":"601 Woodhull Street","employer":"Kaggle","email":"cheriebrooks@kaggle.com","city":"Groton","state":"MA"} -{"index":{"_type": "account", "_id":"755"}} +{"index":{"_id":"755"}} {"account_number":755,"balance":43878,"firstname":"Bartlett","lastname":"Conway","age":22,"gender":"M","address":"453 Times Placez","employer":"Konnect","email":"bartlettconway@konnect.com","city":"Belva","state":"VT"} -{"index":{"_type": "account", "_id":"762"}} +{"index":{"_id":"762"}} {"account_number":762,"balance":10291,"firstname":"Amanda","lastname":"Head","age":20,"gender":"F","address":"990 Ocean Parkway","employer":"Zentury","email":"amandahead@zentury.com","city":"Hegins","state":"AR"} -{"index":{"_type": "account", "_id":"767"}} +{"index":{"_id":"767"}} {"account_number":767,"balance":26220,"firstname":"Anthony","lastname":"Sutton","age":27,"gender":"F","address":"179 Fayette Street","employer":"Xiix","email":"anthonysutton@xiix.com","city":"Iberia","state":"TN"} -{"index":{"_type": "account", "_id":"774"}} +{"index":{"_id":"774"}} {"account_number":774,"balance":35287,"firstname":"Lynnette","lastname":"Alvarez","age":38,"gender":"F","address":"991 Brightwater Avenue","employer":"Gink","email":"lynnettealvarez@gink.com","city":"Leola","state":"NC"} -{"index":{"_type": "account", "_id":"779"}} +{"index":{"_id":"779"}} {"account_number":779,"balance":40983,"firstname":"Maggie","lastname":"Pace","age":32,"gender":"F","address":"104 Harbor Court","employer":"Bulljuice","email":"maggiepace@bulljuice.com","city":"Floris","state":"MA"} -{"index":{"_type": "account", "_id":"781"}} +{"index":{"_id":"781"}} {"account_number":781,"balance":29961,"firstname":"Sanford","lastname":"Mullen","age":26,"gender":"F","address":"879 Dover Street","employer":"Zanity","email":"sanfordmullen@zanity.com","city":"Martinez","state":"TX"} -{"index":{"_type": "account", "_id":"786"}} +{"index":{"_id":"786"}} {"account_number":786,"balance":3024,"firstname":"Rene","lastname":"Vang","age":33,"gender":"M","address":"506 Randolph Street","employer":"Isopop","email":"renevang@isopop.com","city":"Vienna","state":"NJ"} -{"index":{"_type": "account", "_id":"793"}} +{"index":{"_id":"793"}} {"account_number":793,"balance":16911,"firstname":"Alford","lastname":"Compton","age":36,"gender":"M","address":"186 Veronica Place","employer":"Zyple","email":"alfordcompton@zyple.com","city":"Sugartown","state":"AK"} -{"index":{"_type": "account", "_id":"798"}} +{"index":{"_id":"798"}} {"account_number":798,"balance":3165,"firstname":"Catherine","lastname":"Ward","age":30,"gender":"F","address":"325 Burnett Street","employer":"Dreamia","email":"catherineward@dreamia.com","city":"Glenbrook","state":"SD"} -{"index":{"_type": "account", "_id":"801"}} +{"index":{"_id":"801"}} {"account_number":801,"balance":14954,"firstname":"Molly","lastname":"Maldonado","age":37,"gender":"M","address":"518 Maple Avenue","employer":"Straloy","email":"mollymaldonado@straloy.com","city":"Hebron","state":"WI"} -{"index":{"_type": "account", "_id":"806"}} +{"index":{"_id":"806"}} {"account_number":806,"balance":36492,"firstname":"Carson","lastname":"Riddle","age":31,"gender":"M","address":"984 Lois Avenue","employer":"Terrago","email":"carsonriddle@terrago.com","city":"Leland","state":"MN"} -{"index":{"_type": "account", "_id":"813"}} +{"index":{"_id":"813"}} {"account_number":813,"balance":30833,"firstname":"Ebony","lastname":"Bishop","age":20,"gender":"M","address":"487 Ridge Court","employer":"Optique","email":"ebonybishop@optique.com","city":"Fairmount","state":"WA"} -{"index":{"_type": "account", "_id":"818"}} +{"index":{"_id":"818"}} {"account_number":818,"balance":24433,"firstname":"Espinoza","lastname":"Petersen","age":26,"gender":"M","address":"641 Glenwood Road","employer":"Futurity","email":"espinozapetersen@futurity.com","city":"Floriston","state":"MD"} -{"index":{"_type": "account", "_id":"820"}} +{"index":{"_id":"820"}} {"account_number":820,"balance":1011,"firstname":"Shepard","lastname":"Ramsey","age":24,"gender":"F","address":"806 Village Court","employer":"Mantro","email":"shepardramsey@mantro.com","city":"Tibbie","state":"NV"} -{"index":{"_type": "account", "_id":"825"}} +{"index":{"_id":"825"}} {"account_number":825,"balance":49000,"firstname":"Terra","lastname":"Witt","age":21,"gender":"F","address":"590 Conway Street","employer":"Insectus","email":"terrawitt@insectus.com","city":"Forbestown","state":"AR"} -{"index":{"_type": "account", "_id":"832"}} +{"index":{"_id":"832"}} {"account_number":832,"balance":8582,"firstname":"Laura","lastname":"Gibbs","age":39,"gender":"F","address":"511 Osborn Street","employer":"Corepan","email":"lauragibbs@corepan.com","city":"Worcester","state":"KS"} -{"index":{"_type": "account", "_id":"837"}} +{"index":{"_id":"837"}} {"account_number":837,"balance":14485,"firstname":"Amy","lastname":"Villarreal","age":35,"gender":"M","address":"381 Stillwell Place","employer":"Fleetmix","email":"amyvillarreal@fleetmix.com","city":"Sanford","state":"IA"} -{"index":{"_type": "account", "_id":"844"}} +{"index":{"_id":"844"}} {"account_number":844,"balance":26840,"firstname":"Jill","lastname":"David","age":31,"gender":"M","address":"346 Legion Street","employer":"Zytrax","email":"jilldavid@zytrax.com","city":"Saticoy","state":"SC"} -{"index":{"_type": "account", "_id":"849"}} +{"index":{"_id":"849"}} {"account_number":849,"balance":16200,"firstname":"Barry","lastname":"Chapman","age":26,"gender":"M","address":"931 Dekoven Court","employer":"Darwinium","email":"barrychapman@darwinium.com","city":"Whitestone","state":"WY"} -{"index":{"_type": "account", "_id":"851"}} +{"index":{"_id":"851"}} {"account_number":851,"balance":22026,"firstname":"Henderson","lastname":"Price","age":33,"gender":"F","address":"530 Hausman Street","employer":"Plutorque","email":"hendersonprice@plutorque.com","city":"Brutus","state":"RI"} -{"index":{"_type": "account", "_id":"856"}} +{"index":{"_id":"856"}} {"account_number":856,"balance":27583,"firstname":"Alissa","lastname":"Knox","age":25,"gender":"M","address":"258 Empire Boulevard","employer":"Geologix","email":"alissaknox@geologix.com","city":"Hartsville/Hartley","state":"MN"} -{"index":{"_type": "account", "_id":"863"}} +{"index":{"_id":"863"}} {"account_number":863,"balance":23165,"firstname":"Melendez","lastname":"Fernandez","age":40,"gender":"M","address":"661 Johnson Avenue","employer":"Vixo","email":"melendezfernandez@vixo.com","city":"Farmers","state":"IL"} -{"index":{"_type": "account", "_id":"868"}} +{"index":{"_id":"868"}} {"account_number":868,"balance":27624,"firstname":"Polly","lastname":"Barron","age":22,"gender":"M","address":"129 Frank Court","employer":"Geofarm","email":"pollybarron@geofarm.com","city":"Loyalhanna","state":"ND"} -{"index":{"_type": "account", "_id":"870"}} +{"index":{"_id":"870"}} {"account_number":870,"balance":43882,"firstname":"Goff","lastname":"Phelps","age":21,"gender":"M","address":"164 Montague Street","employer":"Digigen","email":"goffphelps@digigen.com","city":"Weedville","state":"IL"} -{"index":{"_type": "account", "_id":"875"}} +{"index":{"_id":"875"}} {"account_number":875,"balance":19655,"firstname":"Mercer","lastname":"Pratt","age":24,"gender":"M","address":"608 Perry Place","employer":"Twiggery","email":"mercerpratt@twiggery.com","city":"Eggertsville","state":"MO"} -{"index":{"_type": "account", "_id":"882"}} +{"index":{"_id":"882"}} {"account_number":882,"balance":10895,"firstname":"Mari","lastname":"Landry","age":39,"gender":"M","address":"963 Gerald Court","employer":"Kenegy","email":"marilandry@kenegy.com","city":"Lithium","state":"NC"} -{"index":{"_type": "account", "_id":"887"}} +{"index":{"_id":"887"}} {"account_number":887,"balance":31772,"firstname":"Eunice","lastname":"Watts","age":36,"gender":"F","address":"707 Stuyvesant Avenue","employer":"Memora","email":"eunicewatts@memora.com","city":"Westwood","state":"TN"} -{"index":{"_type": "account", "_id":"894"}} +{"index":{"_id":"894"}} {"account_number":894,"balance":1031,"firstname":"Tyler","lastname":"Fitzgerald","age":32,"gender":"M","address":"787 Meserole Street","employer":"Jetsilk","email":"tylerfitzgerald@jetsilk.com","city":"Woodlands","state":"WV"} -{"index":{"_type": "account", "_id":"899"}} +{"index":{"_id":"899"}} {"account_number":899,"balance":32953,"firstname":"Carney","lastname":"Callahan","age":23,"gender":"M","address":"724 Kimball Street","employer":"Mangelica","email":"carneycallahan@mangelica.com","city":"Tecolotito","state":"MT"} -{"index":{"_type": "account", "_id":"902"}} +{"index":{"_id":"902"}} {"account_number":902,"balance":13345,"firstname":"Hallie","lastname":"Jarvis","age":23,"gender":"F","address":"237 Duryea Court","employer":"Anixang","email":"halliejarvis@anixang.com","city":"Boykin","state":"IN"} -{"index":{"_type": "account", "_id":"907"}} +{"index":{"_id":"907"}} {"account_number":907,"balance":12961,"firstname":"Ingram","lastname":"William","age":36,"gender":"M","address":"826 Overbaugh Place","employer":"Genmex","email":"ingramwilliam@genmex.com","city":"Kimmell","state":"AK"} -{"index":{"_type": "account", "_id":"914"}} +{"index":{"_id":"914"}} {"account_number":914,"balance":7120,"firstname":"Esther","lastname":"Bean","age":32,"gender":"F","address":"583 Macon Street","employer":"Applica","email":"estherbean@applica.com","city":"Homeworth","state":"MN"} -{"index":{"_type": "account", "_id":"919"}} +{"index":{"_id":"919"}} {"account_number":919,"balance":39655,"firstname":"Shauna","lastname":"Hanson","age":27,"gender":"M","address":"557 Hart Place","employer":"Exospace","email":"shaunahanson@exospace.com","city":"Outlook","state":"LA"} -{"index":{"_type": "account", "_id":"921"}} +{"index":{"_id":"921"}} {"account_number":921,"balance":49119,"firstname":"Barbara","lastname":"Wade","age":29,"gender":"M","address":"687 Hoyts Lane","employer":"Roughies","email":"barbarawade@roughies.com","city":"Sattley","state":"CO"} -{"index":{"_type": "account", "_id":"926"}} +{"index":{"_id":"926"}} {"account_number":926,"balance":49433,"firstname":"Welch","lastname":"Mcgowan","age":21,"gender":"M","address":"833 Quincy Street","employer":"Atomica","email":"welchmcgowan@atomica.com","city":"Hampstead","state":"VT"} -{"index":{"_type": "account", "_id":"933"}} +{"index":{"_id":"933"}} {"account_number":933,"balance":18071,"firstname":"Tabitha","lastname":"Cole","age":21,"gender":"F","address":"916 Rogers Avenue","employer":"Eclipto","email":"tabithacole@eclipto.com","city":"Lawrence","state":"TX"} -{"index":{"_type": "account", "_id":"938"}} +{"index":{"_id":"938"}} {"account_number":938,"balance":9597,"firstname":"Sharron","lastname":"Santos","age":40,"gender":"F","address":"215 Matthews Place","employer":"Zenco","email":"sharronsantos@zenco.com","city":"Wattsville","state":"VT"} -{"index":{"_type": "account", "_id":"940"}} +{"index":{"_id":"940"}} {"account_number":940,"balance":23285,"firstname":"Melinda","lastname":"Mendoza","age":38,"gender":"M","address":"806 Kossuth Place","employer":"Kneedles","email":"melindamendoza@kneedles.com","city":"Coaldale","state":"OK"} -{"index":{"_type": "account", "_id":"945"}} +{"index":{"_id":"945"}} {"account_number":945,"balance":23085,"firstname":"Hansen","lastname":"Hebert","age":33,"gender":"F","address":"287 Conduit Boulevard","employer":"Capscreen","email":"hansenhebert@capscreen.com","city":"Taycheedah","state":"AK"} -{"index":{"_type": "account", "_id":"952"}} +{"index":{"_id":"952"}} {"account_number":952,"balance":21430,"firstname":"Angelique","lastname":"Weeks","age":33,"gender":"M","address":"659 Reeve Place","employer":"Exodoc","email":"angeliqueweeks@exodoc.com","city":"Turpin","state":"MD"} -{"index":{"_type": "account", "_id":"957"}} +{"index":{"_id":"957"}} {"account_number":957,"balance":11373,"firstname":"Michael","lastname":"Giles","age":31,"gender":"M","address":"668 Court Square","employer":"Yogasm","email":"michaelgiles@yogasm.com","city":"Rosburg","state":"WV"} -{"index":{"_type": "account", "_id":"964"}} +{"index":{"_id":"964"}} {"account_number":964,"balance":26154,"firstname":"Elena","lastname":"Waller","age":34,"gender":"F","address":"618 Crystal Street","employer":"Insurety","email":"elenawaller@insurety.com","city":"Gallina","state":"NY"} -{"index":{"_type": "account", "_id":"969"}} +{"index":{"_id":"969"}} {"account_number":969,"balance":22214,"firstname":"Briggs","lastname":"Lynn","age":30,"gender":"M","address":"952 Lester Court","employer":"Quinex","email":"briggslynn@quinex.com","city":"Roland","state":"ID"} -{"index":{"_type": "account", "_id":"971"}} +{"index":{"_id":"971"}} {"account_number":971,"balance":22772,"firstname":"Gabrielle","lastname":"Reilly","age":32,"gender":"F","address":"964 Tudor Terrace","employer":"Blanet","email":"gabriellereilly@blanet.com","city":"Falmouth","state":"AL"} -{"index":{"_type": "account", "_id":"976"}} +{"index":{"_id":"976"}} {"account_number":976,"balance":31707,"firstname":"Mullen","lastname":"Tanner","age":26,"gender":"M","address":"711 Whitney Avenue","employer":"Pulze","email":"mullentanner@pulze.com","city":"Mooresburg","state":"MA"} -{"index":{"_type": "account", "_id":"983"}} +{"index":{"_id":"983"}} {"account_number":983,"balance":47205,"firstname":"Mattie","lastname":"Eaton","age":24,"gender":"F","address":"418 Allen Avenue","employer":"Trasola","email":"mattieeaton@trasola.com","city":"Dupuyer","state":"NJ"} -{"index":{"_type": "account", "_id":"988"}} +{"index":{"_id":"988"}} {"account_number":988,"balance":17803,"firstname":"Lucy","lastname":"Castro","age":34,"gender":"F","address":"425 Fleet Walk","employer":"Geekfarm","email":"lucycastro@geekfarm.com","city":"Mulino","state":"VA"} -{"index":{"_type": "account", "_id":"990"}} +{"index":{"_id":"990"}} {"account_number":990,"balance":44456,"firstname":"Kelly","lastname":"Steele","age":35,"gender":"M","address":"809 Hoyt Street","employer":"Eschoir","email":"kellysteele@eschoir.com","city":"Stewartville","state":"ID"} -{"index":{"_type": "account", "_id":"995"}} +{"index":{"_id":"995"}} {"account_number":995,"balance":21153,"firstname":"Phelps","lastname":"Parrish","age":25,"gender":"M","address":"666 Miller Place","employer":"Pearlessa","email":"phelpsparrish@pearlessa.com","city":"Brecon","state":"ME"} diff --git a/src/test/resources/accounts_temp.json b/src/test/resources/accounts_temp.json index 25906104..28b2b82c 100644 --- a/src/test/resources/accounts_temp.json +++ b/src/test/resources/accounts_temp.json @@ -1,2000 +1,2000 @@ -{"index":{"_type": "temp_account", "_id":"1"}} +{"index":{"_id":"1"}} {"account_number":1,"balance":39225,"firstname":"Amber","lastname":"Duke","age":32,"gender":"M","address":"880 Holmes Lane","employer":"Pyrami","email":"amberduke@pyrami.com","city":"Brogan","state":"IL"} -{"index":{"_type": "temp_account", "_id":"6"}} +{"index":{"_id":"6"}} {"account_number":6,"balance":5686,"firstname":"Hattie","lastname":"Bond","age":36,"gender":"M","address":"671 Bristol Street","employer":"Netagy","email":"hattiebond@netagy.com","city":"Dante","state":"TN"} -{"index":{"_type": "temp_account", "_id":"13"}} +{"index":{"_id":"13"}} {"account_number":13,"balance":32838,"firstname":"Nanette","lastname":"Bates","age":28,"gender":"F","address":"789 Madison Street","employer":"Quility","email":"nanettebates@quility.com","city":"Nogal","state":"VA"} -{"index":{"_type": "temp_account", "_id":"18"}} +{"index":{"_id":"18"}} {"account_number":18,"balance":4180,"firstname":"Dale","lastname":"Adams","age":33,"gender":"M","address":"467 Hutchinson Court","employer":"Boink","email":"daleadams@boink.com","city":"Orick","state":"MD"} -{"index":{"_type": "temp_account", "_id":"20"}} +{"index":{"_id":"20"}} {"account_number":20,"balance":16418,"firstname":"Elinor","lastname":"Ratliff","age":36,"gender":"M","address":"282 Kings Place","employer":"Scentric","email":"elinorratliff@scentric.com","city":"Ribera","state":"WA"} -{"index":{"_type": "temp_account", "_id":"25"}} +{"index":{"_id":"25"}} {"account_number":25,"balance":40540,"firstname":"Virginia","lastname":"Ayala","age":39,"gender":"F","address":"171 Putnam Avenue","employer":"Filodyne","email":"virginiaayala@filodyne.com","city":"Nicholson","state":"PA"} -{"index":{"_type": "temp_account", "_id":"32"}} +{"index":{"_id":"32"}} {"account_number":32,"balance":48086,"firstname":"Dillard","lastname":"Mcpherson","age":34,"gender":"F","address":"702 Quentin Street","employer":"Quailcom","email":"dillardmcpherson@quailcom.com","city":"Veguita","state":"IN"} -{"index":{"_type": "temp_account", "_id":"37"}} +{"index":{"_id":"37"}} {"account_number":37,"balance":18612,"firstname":"Mcgee","lastname":"Mooney","age":39,"gender":"M","address":"826 Fillmore Place","employer":"Reversus","email":"mcgeemooney@reversus.com","city":"Tooleville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"44"}} +{"index":{"_id":"44"}} {"account_number":44,"balance":34487,"firstname":"Aurelia","lastname":"Harding","age":37,"gender":"M","address":"502 Baycliff Terrace","employer":"Orbalix","email":"aureliaharding@orbalix.com","city":"Yardville","state":"DE"} -{"index":{"_type": "temp_account", "_id":"49"}} +{"index":{"_id":"49"}} {"account_number":49,"balance":29104,"firstname":"Fulton","lastname":"Holt","age":23,"gender":"F","address":"451 Humboldt Street","employer":"Anocha","email":"fultonholt@anocha.com","city":"Sunriver","state":"RI"} -{"index":{"_type": "temp_account", "_id":"51"}} +{"index":{"_id":"51"}} {"account_number":51,"balance":14097,"firstname":"Burton","lastname":"Meyers","age":31,"gender":"F","address":"334 River Street","employer":"Bezal","email":"burtonmeyers@bezal.com","city":"Jacksonburg","state":"MO"} -{"index":{"_type": "temp_account", "_id":"56"}} +{"index":{"_id":"56"}} {"account_number":56,"balance":14992,"firstname":"Josie","lastname":"Nelson","age":32,"gender":"M","address":"857 Tabor Court","employer":"Emtrac","email":"josienelson@emtrac.com","city":"Sunnyside","state":"UT"} -{"index":{"_type": "temp_account", "_id":"63"}} +{"index":{"_id":"63"}} {"account_number":63,"balance":6077,"firstname":"Hughes","lastname":"Owens","age":30,"gender":"F","address":"510 Sedgwick Street","employer":"Valpreal","email":"hughesowens@valpreal.com","city":"Guilford","state":"KS"} -{"index":{"_type": "temp_account", "_id":"68"}} +{"index":{"_id":"68"}} {"account_number":68,"balance":44214,"firstname":"Hall","lastname":"Key","age":25,"gender":"F","address":"927 Bay Parkway","employer":"Eventex","email":"hallkey@eventex.com","city":"Shawmut","state":"CA"} -{"index":{"_type": "temp_account", "_id":"70"}} +{"index":{"_id":"70"}} {"account_number":70,"balance":38172,"firstname":"Deidre","lastname":"Thompson","age":33,"gender":"F","address":"685 School Lane","employer":"Netplode","email":"deidrethompson@netplode.com","city":"Chestnut","state":"GA"} -{"index":{"_type": "temp_account", "_id":"75"}} +{"index":{"_id":"75"}} {"account_number":75,"balance":40500,"firstname":"Sandoval","lastname":"Kramer","age":22,"gender":"F","address":"166 Irvington Place","employer":"Overfork","email":"sandovalkramer@overfork.com","city":"Limestone","state":"NH"} -{"index":{"_type": "temp_account", "_id":"82"}} +{"index":{"_id":"82"}} {"account_number":82,"balance":41412,"firstname":"Concetta","lastname":"Barnes","age":39,"gender":"F","address":"195 Bayview Place","employer":"Fitcore","email":"concettabarnes@fitcore.com","city":"Summerfield","state":"NC"} -{"index":{"_type": "temp_account", "_id":"87"}} +{"index":{"_id":"87"}} {"account_number":87,"balance":1133,"firstname":"Hewitt","lastname":"Kidd","age":22,"gender":"M","address":"446 Halleck Street","employer":"Isologics","email":"hewittkidd@isologics.com","city":"Coalmont","state":"ME"} -{"index":{"_type": "temp_account", "_id":"94"}} +{"index":{"_id":"94"}} {"account_number":94,"balance":41060,"firstname":"Brittany","lastname":"Cabrera","age":30,"gender":"F","address":"183 Kathleen Court","employer":"Mixers","email":"brittanycabrera@mixers.com","city":"Cornucopia","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"99"}} +{"index":{"_id":"99"}} {"account_number":99,"balance":47159,"firstname":"Ratliff","lastname":"Heath","age":39,"gender":"F","address":"806 Rockwell Place","employer":"Zappix","email":"ratliffheath@zappix.com","city":"Shaft","state":"ND"} -{"index":{"_type": "temp_account", "_id":"102"}} +{"index":{"_id":"102"}} {"account_number":102,"balance":29712,"firstname":"Dena","lastname":"Olson","age":27,"gender":"F","address":"759 Newkirk Avenue","employer":"Hinway","email":"denaolson@hinway.com","city":"Choctaw","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"107"}} +{"index":{"_id":"107"}} {"account_number":107,"balance":48844,"firstname":"Randi","lastname":"Rich","age":28,"gender":"M","address":"694 Jefferson Street","employer":"Netplax","email":"randirich@netplax.com","city":"Bellfountain","state":"SC"} -{"index":{"_type": "temp_account", "_id":"114"}} +{"index":{"_id":"114"}} {"account_number":114,"balance":43045,"firstname":"Josephine","lastname":"Joseph","age":31,"gender":"F","address":"451 Oriental Court","employer":"Turnabout","email":"josephinejoseph@turnabout.com","city":"Sedley","state":"AL"} -{"index":{"_type": "temp_account", "_id":"119"}} +{"index":{"_id":"119"}} {"account_number":119,"balance":49222,"firstname":"Laverne","lastname":"Johnson","age":28,"gender":"F","address":"302 Howard Place","employer":"Senmei","email":"lavernejohnson@senmei.com","city":"Herlong","state":"DC"} -{"index":{"_type": "temp_account", "_id":"121"}} +{"index":{"_id":"121"}} {"account_number":121,"balance":19594,"firstname":"Acevedo","lastname":"Dorsey","age":32,"gender":"M","address":"479 Nova Court","employer":"Netropic","email":"acevedodorsey@netropic.com","city":"Islandia","state":"CT"} -{"index":{"_type": "temp_account", "_id":"126"}} +{"index":{"_id":"126"}} {"account_number":126,"balance":3607,"firstname":"Effie","lastname":"Gates","age":39,"gender":"F","address":"620 National Drive","employer":"Digitalus","email":"effiegates@digitalus.com","city":"Blodgett","state":"MD"} -{"index":{"_type": "temp_account", "_id":"133"}} +{"index":{"_id":"133"}} {"account_number":133,"balance":26135,"firstname":"Deena","lastname":"Richmond","age":36,"gender":"F","address":"646 Underhill Avenue","employer":"Sunclipse","email":"deenarichmond@sunclipse.com","city":"Austinburg","state":"SC"} -{"index":{"_type": "temp_account", "_id":"138"}} +{"index":{"_id":"138"}} {"account_number":138,"balance":9006,"firstname":"Daniel","lastname":"Arnold","age":39,"gender":"F","address":"422 Malbone Street","employer":"Ecstasia","email":"danielarnold@ecstasia.com","city":"Gardiner","state":"MO"} -{"index":{"_type": "temp_account", "_id":"140"}} +{"index":{"_id":"140"}} {"account_number":140,"balance":26696,"firstname":"Cotton","lastname":"Christensen","age":32,"gender":"M","address":"878 Schermerhorn Street","employer":"Prowaste","email":"cottonchristensen@prowaste.com","city":"Mayfair","state":"LA"} -{"index":{"_type": "temp_account", "_id":"145"}} +{"index":{"_id":"145"}} {"account_number":145,"balance":47406,"firstname":"Rowena","lastname":"Wilkinson","age":32,"gender":"M","address":"891 Elton Street","employer":"Asimiline","email":"rowenawilkinson@asimiline.com","city":"Ripley","state":"NH"} -{"index":{"_type": "temp_account", "_id":"152"}} +{"index":{"_id":"152"}} {"account_number":152,"balance":8088,"firstname":"Wolfe","lastname":"Rocha","age":21,"gender":"M","address":"457 Guernsey Street","employer":"Hivedom","email":"wolferocha@hivedom.com","city":"Adelino","state":"MS"} -{"index":{"_type": "temp_account", "_id":"157"}} +{"index":{"_id":"157"}} {"account_number":157,"balance":39868,"firstname":"Claudia","lastname":"Terry","age":20,"gender":"F","address":"132 Gunnison Court","employer":"Lumbrex","email":"claudiaterry@lumbrex.com","city":"Castleton","state":"MD"} -{"index":{"_type": "temp_account", "_id":"164"}} +{"index":{"_id":"164"}} {"account_number":164,"balance":9101,"firstname":"Cummings","lastname":"Little","age":26,"gender":"F","address":"308 Schaefer Street","employer":"Comtrak","email":"cummingslittle@comtrak.com","city":"Chaparrito","state":"WI"} -{"index":{"_type": "temp_account", "_id":"169"}} +{"index":{"_id":"169"}} {"account_number":169,"balance":45953,"firstname":"Hollie","lastname":"Osborn","age":34,"gender":"M","address":"671 Seaview Court","employer":"Musaphics","email":"hollieosborn@musaphics.com","city":"Hanover","state":"GA"} -{"index":{"_type": "temp_account", "_id":"171"}} +{"index":{"_id":"171"}} {"account_number":171,"balance":7091,"firstname":"Nelda","lastname":"Hopper","age":39,"gender":"M","address":"742 Prospect Place","employer":"Equicom","email":"neldahopper@equicom.com","city":"Finderne","state":"SC"} -{"index":{"_type": "temp_account", "_id":"176"}} +{"index":{"_id":"176"}} {"account_number":176,"balance":18607,"firstname":"Kemp","lastname":"Walters","age":28,"gender":"F","address":"906 Howard Avenue","employer":"Eyewax","email":"kempwalters@eyewax.com","city":"Why","state":"KY"} -{"index":{"_type": "temp_account", "_id":"183"}} +{"index":{"_id":"183"}} {"account_number":183,"balance":14223,"firstname":"Hudson","lastname":"English","age":26,"gender":"F","address":"823 Herkimer Place","employer":"Xinware","email":"hudsonenglish@xinware.com","city":"Robbins","state":"ND"} -{"index":{"_type": "temp_account", "_id":"188"}} +{"index":{"_id":"188"}} {"account_number":188,"balance":41504,"firstname":"Tia","lastname":"Miranda","age":24,"gender":"F","address":"583 Ainslie Street","employer":"Jasper","email":"tiamiranda@jasper.com","city":"Summerset","state":"UT"} -{"index":{"_type": "temp_account", "_id":"190"}} +{"index":{"_id":"190"}} {"account_number":190,"balance":3150,"firstname":"Blake","lastname":"Davidson","age":30,"gender":"F","address":"636 Diamond Street","employer":"Quantasis","email":"blakedavidson@quantasis.com","city":"Crumpler","state":"KY"} -{"index":{"_type": "temp_account", "_id":"195"}} +{"index":{"_id":"195"}} {"account_number":195,"balance":5025,"firstname":"Kaye","lastname":"Gibson","age":31,"gender":"M","address":"955 Hopkins Street","employer":"Zork","email":"kayegibson@zork.com","city":"Ola","state":"WY"} -{"index":{"_type": "temp_account", "_id":"203"}} +{"index":{"_id":"203"}} {"account_number":203,"balance":21890,"firstname":"Eve","lastname":"Wyatt","age":33,"gender":"M","address":"435 Furman Street","employer":"Assitia","email":"evewyatt@assitia.com","city":"Jamestown","state":"MN"} -{"index":{"_type": "temp_account", "_id":"208"}} +{"index":{"_id":"208"}} {"account_number":208,"balance":40760,"firstname":"Garcia","lastname":"Hess","age":26,"gender":"F","address":"810 Nostrand Avenue","employer":"Quiltigen","email":"garciahess@quiltigen.com","city":"Brooktrails","state":"GA"} -{"index":{"_type": "temp_account", "_id":"210"}} +{"index":{"_id":"210"}} {"account_number":210,"balance":33946,"firstname":"Cherry","lastname":"Carey","age":24,"gender":"M","address":"539 Tiffany Place","employer":"Martgo","email":"cherrycarey@martgo.com","city":"Fairacres","state":"AK"} -{"index":{"_type": "temp_account", "_id":"215"}} +{"index":{"_id":"215"}} {"account_number":215,"balance":37427,"firstname":"Copeland","lastname":"Solomon","age":20,"gender":"M","address":"741 McDonald Avenue","employer":"Recognia","email":"copelandsolomon@recognia.com","city":"Edmund","state":"ME"} -{"index":{"_type": "temp_account", "_id":"222"}} +{"index":{"_id":"222"}} {"account_number":222,"balance":14764,"firstname":"Rachelle","lastname":"Rice","age":36,"gender":"M","address":"333 Narrows Avenue","employer":"Enaut","email":"rachellerice@enaut.com","city":"Wright","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"227"}} +{"index":{"_id":"227"}} {"account_number":227,"balance":19780,"firstname":"Coleman","lastname":"Berg","age":22,"gender":"M","address":"776 Little Street","employer":"Exoteric","email":"colemanberg@exoteric.com","city":"Eagleville","state":"WV"} -{"index":{"_type": "temp_account", "_id":"234"}} +{"index":{"_id":"234"}} {"account_number":234,"balance":44207,"firstname":"Betty","lastname":"Hall","age":37,"gender":"F","address":"709 Garfield Place","employer":"Miraclis","email":"bettyhall@miraclis.com","city":"Bendon","state":"NY"} -{"index":{"_type": "temp_account", "_id":"239"}} +{"index":{"_id":"239"}} {"account_number":239,"balance":25719,"firstname":"Chang","lastname":"Boyer","age":36,"gender":"M","address":"895 Brigham Street","employer":"Qaboos","email":"changboyer@qaboos.com","city":"Belgreen","state":"NH"} -{"index":{"_type": "temp_account", "_id":"241"}} +{"index":{"_id":"241"}} {"account_number":241,"balance":25379,"firstname":"Schroeder","lastname":"Harrington","age":26,"gender":"M","address":"610 Tapscott Avenue","employer":"Otherway","email":"schroederharrington@otherway.com","city":"Ebro","state":"TX"} -{"index":{"_type": "temp_account", "_id":"246"}} +{"index":{"_id":"246"}} {"account_number":246,"balance":28405,"firstname":"Katheryn","lastname":"Foster","age":21,"gender":"F","address":"259 Kane Street","employer":"Quantalia","email":"katherynfoster@quantalia.com","city":"Bath","state":"TX"} -{"index":{"_type": "temp_account", "_id":"253"}} +{"index":{"_id":"253"}} {"account_number":253,"balance":20240,"firstname":"Melissa","lastname":"Gould","age":31,"gender":"M","address":"440 Fuller Place","employer":"Buzzopia","email":"melissagould@buzzopia.com","city":"Lumberton","state":"MD"} -{"index":{"_type": "temp_account", "_id":"258"}} +{"index":{"_id":"258"}} {"account_number":258,"balance":5712,"firstname":"Lindsey","lastname":"Hawkins","age":37,"gender":"M","address":"706 Frost Street","employer":"Enormo","email":"lindseyhawkins@enormo.com","city":"Gardners","state":"AK"} -{"index":{"_type": "temp_account", "_id":"260"}} +{"index":{"_id":"260"}} {"account_number":260,"balance":2726,"firstname":"Kari","lastname":"Skinner","age":30,"gender":"F","address":"735 Losee Terrace","employer":"Singavera","email":"kariskinner@singavera.com","city":"Rushford","state":"WV"} -{"index":{"_type": "temp_account", "_id":"265"}} +{"index":{"_id":"265"}} {"account_number":265,"balance":46910,"firstname":"Marion","lastname":"Schneider","age":26,"gender":"F","address":"574 Everett Avenue","employer":"Evidends","email":"marionschneider@evidends.com","city":"Maplewood","state":"WY"} -{"index":{"_type": "temp_account", "_id":"272"}} +{"index":{"_id":"272"}} {"account_number":272,"balance":19253,"firstname":"Lilly","lastname":"Morgan","age":25,"gender":"F","address":"689 Fleet Street","employer":"Biolive","email":"lillymorgan@biolive.com","city":"Sunbury","state":"OH"} -{"index":{"_type": "temp_account", "_id":"277"}} +{"index":{"_id":"277"}} {"account_number":277,"balance":29564,"firstname":"Romero","lastname":"Lott","age":31,"gender":"M","address":"456 Danforth Street","employer":"Plasto","email":"romerolott@plasto.com","city":"Vincent","state":"VT"} -{"index":{"_type": "temp_account", "_id":"284"}} +{"index":{"_id":"284"}} {"account_number":284,"balance":22806,"firstname":"Randolph","lastname":"Banks","age":29,"gender":"M","address":"875 Hamilton Avenue","employer":"Caxt","email":"randolphbanks@caxt.com","city":"Crawfordsville","state":"WA"} -{"index":{"_type": "temp_account", "_id":"289"}} +{"index":{"_id":"289"}} {"account_number":289,"balance":7798,"firstname":"Blair","lastname":"Church","age":29,"gender":"M","address":"370 Sutton Street","employer":"Cubix","email":"blairchurch@cubix.com","city":"Nile","state":"NH"} -{"index":{"_type": "temp_account", "_id":"291"}} +{"index":{"_id":"291"}} {"account_number":291,"balance":19955,"firstname":"Lynn","lastname":"Pollard","age":40,"gender":"F","address":"685 Pierrepont Street","employer":"Slambda","email":"lynnpollard@slambda.com","city":"Mappsville","state":"ID"} -{"index":{"_type": "temp_account", "_id":"296"}} +{"index":{"_id":"296"}} {"account_number":296,"balance":24606,"firstname":"Rosa","lastname":"Oliver","age":34,"gender":"M","address":"168 Woodbine Street","employer":"Idetica","email":"rosaoliver@idetica.com","city":"Robinson","state":"WY"} -{"index":{"_type": "temp_account", "_id":"304"}} +{"index":{"_id":"304"}} {"account_number":304,"balance":28647,"firstname":"Palmer","lastname":"Clark","age":35,"gender":"M","address":"866 Boulevard Court","employer":"Maximind","email":"palmerclark@maximind.com","city":"Avalon","state":"NH"} -{"index":{"_type": "temp_account", "_id":"309"}} +{"index":{"_id":"309"}} {"account_number":309,"balance":3830,"firstname":"Rosemarie","lastname":"Nieves","age":30,"gender":"M","address":"206 Alice Court","employer":"Zounds","email":"rosemarienieves@zounds.com","city":"Ferney","state":"AR"} -{"index":{"_type": "temp_account", "_id":"311"}} +{"index":{"_id":"311"}} {"account_number":311,"balance":13388,"firstname":"Vinson","lastname":"Ballard","age":23,"gender":"F","address":"960 Glendale Court","employer":"Gynk","email":"vinsonballard@gynk.com","city":"Fairforest","state":"WY"} -{"index":{"_type": "temp_account", "_id":"316"}} +{"index":{"_id":"316"}} {"account_number":316,"balance":8214,"firstname":"Anita","lastname":"Ewing","age":32,"gender":"M","address":"396 Lombardy Street","employer":"Panzent","email":"anitaewing@panzent.com","city":"Neahkahnie","state":"WY"} -{"index":{"_type": "temp_account", "_id":"323"}} +{"index":{"_id":"323"}} {"account_number":323,"balance":42230,"firstname":"Chelsea","lastname":"Gamble","age":34,"gender":"F","address":"356 Dare Court","employer":"Isosphere","email":"chelseagamble@isosphere.com","city":"Dundee","state":"MD"} -{"index":{"_type": "temp_account", "_id":"328"}} +{"index":{"_id":"328"}} {"account_number":328,"balance":12523,"firstname":"Good","lastname":"Campbell","age":27,"gender":"F","address":"438 Hicks Street","employer":"Gracker","email":"goodcampbell@gracker.com","city":"Marion","state":"CA"} -{"index":{"_type": "temp_account", "_id":"330"}} +{"index":{"_id":"330"}} {"account_number":330,"balance":41620,"firstname":"Yvette","lastname":"Browning","age":34,"gender":"F","address":"431 Beekman Place","employer":"Marketoid","email":"yvettebrowning@marketoid.com","city":"Talpa","state":"CO"} -{"index":{"_type": "temp_account", "_id":"335"}} +{"index":{"_id":"335"}} {"account_number":335,"balance":35433,"firstname":"Vera","lastname":"Hansen","age":24,"gender":"M","address":"252 Bushwick Avenue","employer":"Zanilla","email":"verahansen@zanilla.com","city":"Manila","state":"TN"} -{"index":{"_type": "temp_account", "_id":"342"}} +{"index":{"_id":"342"}} {"account_number":342,"balance":33670,"firstname":"Vivian","lastname":"Wells","age":36,"gender":"M","address":"570 Cobek Court","employer":"Nutralab","email":"vivianwells@nutralab.com","city":"Fontanelle","state":"OK"} -{"index":{"_type": "temp_account", "_id":"347"}} +{"index":{"_id":"347"}} {"account_number":347,"balance":36038,"firstname":"Gould","lastname":"Carson","age":24,"gender":"F","address":"784 Pulaski Street","employer":"Mobildata","email":"gouldcarson@mobildata.com","city":"Goochland","state":"MI"} -{"index":{"_type": "temp_account", "_id":"354"}} +{"index":{"_id":"354"}} {"account_number":354,"balance":21294,"firstname":"Kidd","lastname":"Mclean","age":22,"gender":"M","address":"691 Saratoga Avenue","employer":"Ronbert","email":"kiddmclean@ronbert.com","city":"Tioga","state":"ME"} -{"index":{"_type": "temp_account", "_id":"359"}} +{"index":{"_id":"359"}} {"account_number":359,"balance":29927,"firstname":"Vanessa","lastname":"Harvey","age":28,"gender":"F","address":"679 Rutledge Street","employer":"Zentime","email":"vanessaharvey@zentime.com","city":"Williston","state":"IL"} -{"index":{"_type": "temp_account", "_id":"361"}} +{"index":{"_id":"361"}} {"account_number":361,"balance":23659,"firstname":"Noreen","lastname":"Shelton","age":36,"gender":"M","address":"702 Tillary Street","employer":"Medmex","email":"noreenshelton@medmex.com","city":"Derwood","state":"NH"} -{"index":{"_type": "temp_account", "_id":"366"}} +{"index":{"_id":"366"}} {"account_number":366,"balance":42368,"firstname":"Lydia","lastname":"Cooke","age":31,"gender":"M","address":"470 Coleman Street","employer":"Comstar","email":"lydiacooke@comstar.com","city":"Datil","state":"TN"} -{"index":{"_type": "temp_account", "_id":"373"}} +{"index":{"_id":"373"}} {"account_number":373,"balance":9671,"firstname":"Simpson","lastname":"Carpenter","age":21,"gender":"M","address":"837 Horace Court","employer":"Snips","email":"simpsoncarpenter@snips.com","city":"Tolu","state":"MA"} -{"index":{"_type": "temp_account", "_id":"378"}} +{"index":{"_id":"378"}} {"account_number":378,"balance":27100,"firstname":"Watson","lastname":"Simpson","age":36,"gender":"F","address":"644 Thomas Street","employer":"Wrapture","email":"watsonsimpson@wrapture.com","city":"Keller","state":"TX"} -{"index":{"_type": "temp_account", "_id":"380"}} +{"index":{"_id":"380"}} {"account_number":380,"balance":35628,"firstname":"Fernandez","lastname":"Reid","age":33,"gender":"F","address":"154 Melba Court","employer":"Cosmosis","email":"fernandezreid@cosmosis.com","city":"Boyd","state":"NE"} -{"index":{"_type": "temp_account", "_id":"385"}} +{"index":{"_id":"385"}} {"account_number":385,"balance":11022,"firstname":"Rosalinda","lastname":"Valencia","age":22,"gender":"M","address":"933 Lloyd Street","employer":"Zoarere","email":"rosalindavalencia@zoarere.com","city":"Waverly","state":"GA"} -{"index":{"_type": "temp_account", "_id":"392"}} +{"index":{"_id":"392"}} {"account_number":392,"balance":31613,"firstname":"Dotson","lastname":"Dean","age":35,"gender":"M","address":"136 Ford Street","employer":"Petigems","email":"dotsondean@petigems.com","city":"Chical","state":"SD"} -{"index":{"_type": "temp_account", "_id":"397"}} +{"index":{"_id":"397"}} {"account_number":397,"balance":37418,"firstname":"Leonard","lastname":"Gray","age":36,"gender":"F","address":"840 Morgan Avenue","employer":"Recritube","email":"leonardgray@recritube.com","city":"Edenburg","state":"AL"} -{"index":{"_type": "temp_account", "_id":"400"}} +{"index":{"_id":"400"}} {"account_number":400,"balance":20685,"firstname":"Kane","lastname":"King","age":21,"gender":"F","address":"405 Cornelia Street","employer":"Tri@Tribalog","email":"kaneking@tri@tribalog.com","city":"Gulf","state":"VT"} -{"index":{"_type": "temp_account", "_id":"405"}} +{"index":{"_id":"405"}} {"account_number":405,"balance":5679,"firstname":"Strickland","lastname":"Fuller","age":26,"gender":"M","address":"990 Concord Street","employer":"Digique","email":"stricklandfuller@digique.com","city":"Southmont","state":"NV"} -{"index":{"_type": "temp_account", "_id":"412"}} +{"index":{"_id":"412"}} {"account_number":412,"balance":27436,"firstname":"Ilene","lastname":"Abbott","age":26,"gender":"M","address":"846 Vine Street","employer":"Typhonica","email":"ileneabbott@typhonica.com","city":"Cedarville","state":"VT"} -{"index":{"_type": "temp_account", "_id":"417"}} +{"index":{"_id":"417"}} {"account_number":417,"balance":1788,"firstname":"Wheeler","lastname":"Ayers","age":35,"gender":"F","address":"677 Hope Street","employer":"Fortean","email":"wheelerayers@fortean.com","city":"Ironton","state":"PA"} -{"index":{"_type": "temp_account", "_id":"424"}} +{"index":{"_id":"424"}} {"account_number":424,"balance":36818,"firstname":"Tracie","lastname":"Gregory","age":34,"gender":"M","address":"112 Hunterfly Place","employer":"Comstruct","email":"traciegregory@comstruct.com","city":"Onton","state":"TN"} -{"index":{"_type": "temp_account", "_id":"429"}} +{"index":{"_id":"429"}} {"account_number":429,"balance":46970,"firstname":"Cantu","lastname":"Lindsey","age":31,"gender":"M","address":"404 Willoughby Avenue","employer":"Inquala","email":"cantulindsey@inquala.com","city":"Cowiche","state":"IA"} -{"index":{"_type": "temp_account", "_id":"431"}} +{"index":{"_id":"431"}} {"account_number":431,"balance":13136,"firstname":"Laurie","lastname":"Shaw","age":26,"gender":"F","address":"263 Aviation Road","employer":"Zillanet","email":"laurieshaw@zillanet.com","city":"Harmon","state":"WV"} -{"index":{"_type": "temp_account", "_id":"436"}} +{"index":{"_id":"436"}} {"account_number":436,"balance":27585,"firstname":"Alexander","lastname":"Sargent","age":23,"gender":"M","address":"363 Albemarle Road","employer":"Fangold","email":"alexandersargent@fangold.com","city":"Calpine","state":"OR"} -{"index":{"_type": "temp_account", "_id":"443"}} +{"index":{"_id":"443"}} {"account_number":443,"balance":7588,"firstname":"Huff","lastname":"Thomas","age":23,"gender":"M","address":"538 Erskine Loop","employer":"Accufarm","email":"huffthomas@accufarm.com","city":"Corinne","state":"AL"} -{"index":{"_type": "temp_account", "_id":"448"}} +{"index":{"_id":"448"}} {"account_number":448,"balance":22776,"firstname":"Adriana","lastname":"Mcfadden","age":35,"gender":"F","address":"984 Woodside Avenue","employer":"Telequiet","email":"adrianamcfadden@telequiet.com","city":"Darrtown","state":"WI"} -{"index":{"_type": "temp_account", "_id":"450"}} +{"index":{"_id":"450"}} {"account_number":450,"balance":2643,"firstname":"Bradford","lastname":"Nielsen","age":25,"gender":"M","address":"487 Keen Court","employer":"Exovent","email":"bradfordnielsen@exovent.com","city":"Hamilton","state":"DE"} -{"index":{"_type": "temp_account", "_id":"455"}} +{"index":{"_id":"455"}} {"account_number":455,"balance":39556,"firstname":"Lynn","lastname":"Tran","age":36,"gender":"M","address":"741 Richmond Street","employer":"Optyk","email":"lynntran@optyk.com","city":"Clinton","state":"WV"} -{"index":{"_type": "temp_account", "_id":"462"}} +{"index":{"_id":"462"}} {"account_number":462,"balance":10871,"firstname":"Calderon","lastname":"Day","age":27,"gender":"M","address":"810 Milford Street","employer":"Cofine","email":"calderonday@cofine.com","city":"Kula","state":"OK"} -{"index":{"_type": "temp_account", "_id":"467"}} +{"index":{"_id":"467"}} {"account_number":467,"balance":6312,"firstname":"Angelica","lastname":"May","age":32,"gender":"F","address":"384 Karweg Place","employer":"Keeg","email":"angelicamay@keeg.com","city":"Tetherow","state":"IA"} -{"index":{"_type": "temp_account", "_id":"474"}} +{"index":{"_id":"474"}} {"account_number":474,"balance":35896,"firstname":"Obrien","lastname":"Walton","age":40,"gender":"F","address":"192 Ide Court","employer":"Suremax","email":"obrienwalton@suremax.com","city":"Crucible","state":"UT"} -{"index":{"_type": "temp_account", "_id":"479"}} +{"index":{"_id":"479"}} {"account_number":479,"balance":31865,"firstname":"Cameron","lastname":"Ross","age":40,"gender":"M","address":"904 Bouck Court","employer":"Telpod","email":"cameronross@telpod.com","city":"Nord","state":"MO"} -{"index":{"_type": "temp_account", "_id":"481"}} +{"index":{"_id":"481"}} {"account_number":481,"balance":20024,"firstname":"Lina","lastname":"Stanley","age":33,"gender":"M","address":"361 Hanover Place","employer":"Strozen","email":"linastanley@strozen.com","city":"Wyoming","state":"NC"} -{"index":{"_type": "temp_account", "_id":"486"}} +{"index":{"_id":"486"}} {"account_number":486,"balance":35902,"firstname":"Dixie","lastname":"Fuentes","age":22,"gender":"F","address":"991 Applegate Court","employer":"Portico","email":"dixiefuentes@portico.com","city":"Salix","state":"VA"} -{"index":{"_type": "temp_account", "_id":"493"}} +{"index":{"_id":"493"}} {"account_number":493,"balance":5871,"firstname":"Campbell","lastname":"Best","age":24,"gender":"M","address":"297 Friel Place","employer":"Fanfare","email":"campbellbest@fanfare.com","city":"Kidder","state":"GA"} -{"index":{"_type": "temp_account", "_id":"498"}} +{"index":{"_id":"498"}} {"account_number":498,"balance":10516,"firstname":"Stella","lastname":"Hinton","age":39,"gender":"F","address":"649 Columbia Place","employer":"Flyboyz","email":"stellahinton@flyboyz.com","city":"Crenshaw","state":"SC"} -{"index":{"_type": "temp_account", "_id":"501"}} +{"index":{"_id":"501"}} {"account_number":501,"balance":16572,"firstname":"Kelley","lastname":"Ochoa","age":36,"gender":"M","address":"451 Clifton Place","employer":"Bluplanet","email":"kelleyochoa@bluplanet.com","city":"Gouglersville","state":"CT"} -{"index":{"_type": "temp_account", "_id":"506"}} +{"index":{"_id":"506"}} {"account_number":506,"balance":43440,"firstname":"Davidson","lastname":"Salas","age":28,"gender":"M","address":"731 Cleveland Street","employer":"Sequitur","email":"davidsonsalas@sequitur.com","city":"Lloyd","state":"ME"} -{"index":{"_type": "temp_account", "_id":"513"}} +{"index":{"_id":"513"}} {"account_number":513,"balance":30040,"firstname":"Maryellen","lastname":"Rose","age":37,"gender":"F","address":"428 Durland Place","employer":"Waterbaby","email":"maryellenrose@waterbaby.com","city":"Kiskimere","state":"RI"} -{"index":{"_type": "temp_account", "_id":"518"}} +{"index":{"_id":"518"}} {"account_number":518,"balance":48954,"firstname":"Finch","lastname":"Curtis","age":29,"gender":"F","address":"137 Ryder Street","employer":"Viagrand","email":"finchcurtis@viagrand.com","city":"Riverton","state":"MO"} -{"index":{"_type": "temp_account", "_id":"520"}} +{"index":{"_id":"520"}} {"account_number":520,"balance":27987,"firstname":"Brandy","lastname":"Calhoun","age":32,"gender":"M","address":"818 Harden Street","employer":"Maxemia","email":"brandycalhoun@maxemia.com","city":"Sidman","state":"OR"} -{"index":{"_type": "temp_account", "_id":"525"}} +{"index":{"_id":"525"}} {"account_number":525,"balance":23545,"firstname":"Holly","lastname":"Miles","age":25,"gender":"M","address":"746 Ludlam Place","employer":"Xurban","email":"hollymiles@xurban.com","city":"Harold","state":"AR"} -{"index":{"_type": "temp_account", "_id":"532"}} +{"index":{"_id":"532"}} {"account_number":532,"balance":17207,"firstname":"Hardin","lastname":"Kirk","age":26,"gender":"M","address":"268 Canarsie Road","employer":"Exposa","email":"hardinkirk@exposa.com","city":"Stouchsburg","state":"IL"} -{"index":{"_type": "temp_account", "_id":"537"}} +{"index":{"_id":"537"}} {"account_number":537,"balance":31069,"firstname":"Morin","lastname":"Frost","age":29,"gender":"M","address":"910 Lake Street","employer":"Primordia","email":"morinfrost@primordia.com","city":"Rivera","state":"DE"} -{"index":{"_type": "temp_account", "_id":"544"}} +{"index":{"_id":"544"}} {"account_number":544,"balance":41735,"firstname":"Short","lastname":"Dennis","age":21,"gender":"F","address":"908 Glen Street","employer":"Minga","email":"shortdennis@minga.com","city":"Dale","state":"KY"} -{"index":{"_type": "temp_account", "_id":"549"}} +{"index":{"_id":"549"}} {"account_number":549,"balance":1932,"firstname":"Jacqueline","lastname":"Maxwell","age":40,"gender":"M","address":"444 Schenck Place","employer":"Fuelworks","email":"jacquelinemaxwell@fuelworks.com","city":"Oretta","state":"OR"} -{"index":{"_type": "temp_account", "_id":"551"}} +{"index":{"_id":"551"}} {"account_number":551,"balance":21732,"firstname":"Milagros","lastname":"Travis","age":27,"gender":"F","address":"380 Murdock Court","employer":"Sloganaut","email":"milagrostravis@sloganaut.com","city":"Homeland","state":"AR"} -{"index":{"_type": "temp_account", "_id":"556"}} +{"index":{"_id":"556"}} {"account_number":556,"balance":36420,"firstname":"Collier","lastname":"Odonnell","age":35,"gender":"M","address":"591 Nolans Lane","employer":"Sultraxin","email":"collierodonnell@sultraxin.com","city":"Fulford","state":"MD"} -{"index":{"_type": "temp_account", "_id":"563"}} +{"index":{"_id":"563"}} {"account_number":563,"balance":43403,"firstname":"Morgan","lastname":"Torres","age":30,"gender":"F","address":"672 Belvidere Street","employer":"Quonata","email":"morgantorres@quonata.com","city":"Hollymead","state":"KY"} -{"index":{"_type": "temp_account", "_id":"568"}} +{"index":{"_id":"568"}} {"account_number":568,"balance":36628,"firstname":"Lesa","lastname":"Maynard","age":29,"gender":"F","address":"295 Whitty Lane","employer":"Coash","email":"lesamaynard@coash.com","city":"Broadlands","state":"VT"} -{"index":{"_type": "temp_account", "_id":"570"}} +{"index":{"_id":"570"}} {"account_number":570,"balance":26751,"firstname":"Church","lastname":"Mercado","age":24,"gender":"F","address":"892 Wyckoff Street","employer":"Xymonk","email":"churchmercado@xymonk.com","city":"Gloucester","state":"KY"} -{"index":{"_type": "temp_account", "_id":"575"}} +{"index":{"_id":"575"}} {"account_number":575,"balance":12588,"firstname":"Buchanan","lastname":"Pope","age":39,"gender":"M","address":"581 Sumner Place","employer":"Stucco","email":"buchananpope@stucco.com","city":"Ellerslie","state":"MD"} -{"index":{"_type": "temp_account", "_id":"582"}} +{"index":{"_id":"582"}} {"account_number":582,"balance":33371,"firstname":"Manning","lastname":"Guthrie","age":24,"gender":"F","address":"271 Jodie Court","employer":"Xerex","email":"manningguthrie@xerex.com","city":"Breinigsville","state":"NM"} -{"index":{"_type": "temp_account", "_id":"587"}} +{"index":{"_id":"587"}} {"account_number":587,"balance":3468,"firstname":"Carly","lastname":"Johns","age":33,"gender":"M","address":"390 Noll Street","employer":"Gallaxia","email":"carlyjohns@gallaxia.com","city":"Emison","state":"DC"} -{"index":{"_type": "temp_account", "_id":"594"}} +{"index":{"_id":"594"}} {"account_number":594,"balance":28194,"firstname":"Golden","lastname":"Donovan","age":26,"gender":"M","address":"199 Jewel Street","employer":"Organica","email":"goldendonovan@organica.com","city":"Macdona","state":"RI"} -{"index":{"_type": "temp_account", "_id":"599"}} +{"index":{"_id":"599"}} {"account_number":599,"balance":11944,"firstname":"Joanna","lastname":"Jennings","age":36,"gender":"F","address":"318 Irving Street","employer":"Extremo","email":"joannajennings@extremo.com","city":"Bartley","state":"MI"} -{"index":{"_type": "temp_account", "_id":"602"}} +{"index":{"_id":"602"}} {"account_number":602,"balance":38699,"firstname":"Mcgowan","lastname":"Mcclain","age":33,"gender":"M","address":"361 Stoddard Place","employer":"Oatfarm","email":"mcgowanmcclain@oatfarm.com","city":"Kapowsin","state":"MI"} -{"index":{"_type": "temp_account", "_id":"607"}} +{"index":{"_id":"607"}} {"account_number":607,"balance":38350,"firstname":"White","lastname":"Small","age":38,"gender":"F","address":"736 Judge Street","employer":"Immunics","email":"whitesmall@immunics.com","city":"Fairfield","state":"HI"} -{"index":{"_type": "temp_account", "_id":"614"}} +{"index":{"_id":"614"}} {"account_number":614,"balance":13157,"firstname":"Salazar","lastname":"Howard","age":35,"gender":"F","address":"847 Imlay Street","employer":"Retrack","email":"salazarhoward@retrack.com","city":"Grill","state":"FL"} -{"index":{"_type": "temp_account", "_id":"619"}} +{"index":{"_id":"619"}} {"account_number":619,"balance":48755,"firstname":"Grimes","lastname":"Reynolds","age":36,"gender":"M","address":"378 Denton Place","employer":"Frenex","email":"grimesreynolds@frenex.com","city":"Murillo","state":"LA"} -{"index":{"_type": "temp_account", "_id":"621"}} +{"index":{"_id":"621"}} {"account_number":621,"balance":35480,"firstname":"Leslie","lastname":"Sloan","age":26,"gender":"F","address":"336 Kansas Place","employer":"Dancity","email":"lesliesloan@dancity.com","city":"Corriganville","state":"AR"} -{"index":{"_type": "temp_account", "_id":"626"}} +{"index":{"_id":"626"}} {"account_number":626,"balance":19498,"firstname":"Ava","lastname":"Richardson","age":31,"gender":"F","address":"666 Nautilus Avenue","employer":"Cinaster","email":"avarichardson@cinaster.com","city":"Sutton","state":"AL"} -{"index":{"_type": "temp_account", "_id":"633"}} +{"index":{"_id":"633"}} {"account_number":633,"balance":35874,"firstname":"Conner","lastname":"Ramos","age":34,"gender":"M","address":"575 Agate Court","employer":"Insource","email":"connerramos@insource.com","city":"Madaket","state":"OK"} -{"index":{"_type": "temp_account", "_id":"638"}} +{"index":{"_id":"638"}} {"account_number":638,"balance":2658,"firstname":"Bridget","lastname":"Gallegos","age":31,"gender":"M","address":"383 Wogan Terrace","employer":"Songlines","email":"bridgetgallegos@songlines.com","city":"Linganore","state":"WA"} -{"index":{"_type": "temp_account", "_id":"640"}} +{"index":{"_id":"640"}} {"account_number":640,"balance":35596,"firstname":"Candace","lastname":"Hancock","age":25,"gender":"M","address":"574 Riverdale Avenue","employer":"Animalia","email":"candacehancock@animalia.com","city":"Blandburg","state":"KY"} -{"index":{"_type": "temp_account", "_id":"645"}} +{"index":{"_id":"645"}} {"account_number":645,"balance":29362,"firstname":"Edwina","lastname":"Hutchinson","age":26,"gender":"F","address":"892 Pacific Street","employer":"Essensia","email":"edwinahutchinson@essensia.com","city":"Dowling","state":"NE"} -{"index":{"_type": "temp_account", "_id":"652"}} +{"index":{"_id":"652"}} {"account_number":652,"balance":17363,"firstname":"Bonner","lastname":"Garner","age":26,"gender":"M","address":"219 Grafton Street","employer":"Utarian","email":"bonnergarner@utarian.com","city":"Vandiver","state":"PA"} -{"index":{"_type": "temp_account", "_id":"657"}} +{"index":{"_id":"657"}} {"account_number":657,"balance":40475,"firstname":"Kathleen","lastname":"Wilder","age":34,"gender":"F","address":"286 Sutter Avenue","employer":"Solgan","email":"kathleenwilder@solgan.com","city":"Graniteville","state":"MI"} -{"index":{"_type": "temp_account", "_id":"664"}} +{"index":{"_id":"664"}} {"account_number":664,"balance":16163,"firstname":"Hart","lastname":"Mccormick","age":40,"gender":"M","address":"144 Guider Avenue","employer":"Dyno","email":"hartmccormick@dyno.com","city":"Carbonville","state":"ID"} -{"index":{"_type": "temp_account", "_id":"669"}} +{"index":{"_id":"669"}} {"account_number":669,"balance":16934,"firstname":"Jewel","lastname":"Estrada","age":28,"gender":"M","address":"896 Meeker Avenue","employer":"Zilla","email":"jewelestrada@zilla.com","city":"Goodville","state":"PA"} -{"index":{"_type": "temp_account", "_id":"671"}} +{"index":{"_id":"671"}} {"account_number":671,"balance":29029,"firstname":"Antoinette","lastname":"Cook","age":34,"gender":"M","address":"375 Cumberland Street","employer":"Harmoney","email":"antoinettecook@harmoney.com","city":"Bergoo","state":"VT"} -{"index":{"_type": "temp_account", "_id":"676"}} +{"index":{"_id":"676"}} {"account_number":676,"balance":23842,"firstname":"Lisa","lastname":"Dudley","age":34,"gender":"M","address":"506 Vanderveer Street","employer":"Tropoli","email":"lisadudley@tropoli.com","city":"Konterra","state":"NY"} -{"index":{"_type": "temp_account", "_id":"683"}} +{"index":{"_id":"683"}} {"account_number":683,"balance":4381,"firstname":"Matilda","lastname":"Berger","age":39,"gender":"M","address":"884 Noble Street","employer":"Fibrodyne","email":"matildaberger@fibrodyne.com","city":"Shepardsville","state":"TN"} -{"index":{"_type": "temp_account", "_id":"688"}} +{"index":{"_id":"688"}} {"account_number":688,"balance":17931,"firstname":"Freeman","lastname":"Zamora","age":22,"gender":"F","address":"114 Herzl Street","employer":"Elemantra","email":"freemanzamora@elemantra.com","city":"Libertytown","state":"NM"} -{"index":{"_type": "temp_account", "_id":"690"}} +{"index":{"_id":"690"}} {"account_number":690,"balance":18127,"firstname":"Russo","lastname":"Swanson","age":35,"gender":"F","address":"256 Roebling Street","employer":"Zaj","email":"russoswanson@zaj.com","city":"Hoagland","state":"MI"} -{"index":{"_type": "temp_account", "_id":"695"}} +{"index":{"_id":"695"}} {"account_number":695,"balance":36800,"firstname":"Gonzales","lastname":"Mcfarland","age":26,"gender":"F","address":"647 Louisa Street","employer":"Songbird","email":"gonzalesmcfarland@songbird.com","city":"Crisman","state":"ID"} -{"index":{"_type": "temp_account", "_id":"703"}} +{"index":{"_id":"703"}} {"account_number":703,"balance":27443,"firstname":"Dona","lastname":"Burton","age":29,"gender":"M","address":"489 Flatlands Avenue","employer":"Cytrex","email":"donaburton@cytrex.com","city":"Reno","state":"VA"} -{"index":{"_type": "temp_account", "_id":"708"}} +{"index":{"_id":"708"}} {"account_number":708,"balance":34002,"firstname":"May","lastname":"Ortiz","age":28,"gender":"F","address":"244 Chauncey Street","employer":"Syntac","email":"mayortiz@syntac.com","city":"Munjor","state":"ID"} -{"index":{"_type": "temp_account", "_id":"710"}} +{"index":{"_id":"710"}} {"account_number":710,"balance":33650,"firstname":"Shelton","lastname":"Stark","age":37,"gender":"M","address":"404 Ovington Avenue","employer":"Kraggle","email":"sheltonstark@kraggle.com","city":"Ogema","state":"TN"} -{"index":{"_type": "temp_account", "_id":"715"}} +{"index":{"_id":"715"}} {"account_number":715,"balance":23734,"firstname":"Tammi","lastname":"Hodge","age":24,"gender":"M","address":"865 Church Lane","employer":"Netur","email":"tammihodge@netur.com","city":"Lacomb","state":"KS"} -{"index":{"_type": "temp_account", "_id":"722"}} +{"index":{"_id":"722"}} {"account_number":722,"balance":27256,"firstname":"Roberts","lastname":"Beasley","age":34,"gender":"F","address":"305 Kings Hwy","employer":"Quintity","email":"robertsbeasley@quintity.com","city":"Hayden","state":"PA"} -{"index":{"_type": "temp_account", "_id":"727"}} +{"index":{"_id":"727"}} {"account_number":727,"balance":27263,"firstname":"Natasha","lastname":"Knapp","age":36,"gender":"M","address":"723 Hubbard Street","employer":"Exostream","email":"natashaknapp@exostream.com","city":"Trexlertown","state":"LA"} -{"index":{"_type": "temp_account", "_id":"734"}} +{"index":{"_id":"734"}} {"account_number":734,"balance":20325,"firstname":"Keri","lastname":"Kinney","age":23,"gender":"M","address":"490 Balfour Place","employer":"Retrotex","email":"kerikinney@retrotex.com","city":"Salunga","state":"PA"} -{"index":{"_type": "temp_account", "_id":"739"}} +{"index":{"_id":"739"}} {"account_number":739,"balance":39063,"firstname":"Gwen","lastname":"Hardy","age":33,"gender":"F","address":"733 Stuart Street","employer":"Exozent","email":"gwenhardy@exozent.com","city":"Drytown","state":"NY"} -{"index":{"_type": "temp_account", "_id":"741"}} +{"index":{"_id":"741"}} {"account_number":741,"balance":33074,"firstname":"Nielsen","lastname":"Good","age":22,"gender":"M","address":"404 Norfolk Street","employer":"Kiggle","email":"nielsengood@kiggle.com","city":"Cumberland","state":"WA"} -{"index":{"_type": "temp_account", "_id":"746"}} +{"index":{"_id":"746"}} {"account_number":746,"balance":15970,"firstname":"Marguerite","lastname":"Wall","age":28,"gender":"F","address":"364 Crosby Avenue","employer":"Aquoavo","email":"margueritewall@aquoavo.com","city":"Jeff","state":"MI"} -{"index":{"_type": "temp_account", "_id":"753"}} +{"index":{"_id":"753"}} {"account_number":753,"balance":33340,"firstname":"Katina","lastname":"Alford","age":21,"gender":"F","address":"690 Ross Street","employer":"Intrawear","email":"katinaalford@intrawear.com","city":"Grimsley","state":"OK"} -{"index":{"_type": "temp_account", "_id":"758"}} +{"index":{"_id":"758"}} {"account_number":758,"balance":15739,"firstname":"Berta","lastname":"Short","age":28,"gender":"M","address":"149 Surf Avenue","employer":"Ozean","email":"bertashort@ozean.com","city":"Odessa","state":"UT"} -{"index":{"_type": "temp_account", "_id":"760"}} +{"index":{"_id":"760"}} {"account_number":760,"balance":40996,"firstname":"Rhea","lastname":"Blair","age":37,"gender":"F","address":"440 Hubbard Place","employer":"Bicol","email":"rheablair@bicol.com","city":"Stockwell","state":"LA"} -{"index":{"_type": "temp_account", "_id":"765"}} +{"index":{"_id":"765"}} {"account_number":765,"balance":31278,"firstname":"Knowles","lastname":"Cunningham","age":23,"gender":"M","address":"753 Macdougal Street","employer":"Thredz","email":"knowlescunningham@thredz.com","city":"Thomasville","state":"WA"} -{"index":{"_type": "temp_account", "_id":"772"}} +{"index":{"_id":"772"}} {"account_number":772,"balance":37849,"firstname":"Eloise","lastname":"Sparks","age":21,"gender":"M","address":"608 Willow Street","employer":"Satiance","email":"eloisesparks@satiance.com","city":"Richford","state":"NY"} -{"index":{"_type": "temp_account", "_id":"777"}} +{"index":{"_id":"777"}} {"account_number":777,"balance":48294,"firstname":"Adkins","lastname":"Mejia","age":32,"gender":"M","address":"186 Oxford Walk","employer":"Datagen","email":"adkinsmejia@datagen.com","city":"Faywood","state":"OK"} -{"index":{"_type": "temp_account", "_id":"784"}} +{"index":{"_id":"784"}} {"account_number":784,"balance":25291,"firstname":"Mabel","lastname":"Thornton","age":21,"gender":"M","address":"124 Louisiana Avenue","employer":"Zolavo","email":"mabelthornton@zolavo.com","city":"Lynn","state":"AL"} -{"index":{"_type": "temp_account", "_id":"789"}} +{"index":{"_id":"789"}} {"account_number":789,"balance":8760,"firstname":"Cunningham","lastname":"Kerr","age":27,"gender":"F","address":"154 Sharon Street","employer":"Polarium","email":"cunninghamkerr@polarium.com","city":"Tuskahoma","state":"MS"} -{"index":{"_type": "temp_account", "_id":"791"}} +{"index":{"_id":"791"}} {"account_number":791,"balance":48249,"firstname":"Janine","lastname":"Huber","age":38,"gender":"F","address":"348 Porter Avenue","employer":"Viocular","email":"janinehuber@viocular.com","city":"Fivepointville","state":"MA"} -{"index":{"_type": "temp_account", "_id":"796"}} +{"index":{"_id":"796"}} {"account_number":796,"balance":23503,"firstname":"Mona","lastname":"Craft","age":35,"gender":"F","address":"511 Henry Street","employer":"Opticom","email":"monacraft@opticom.com","city":"Websterville","state":"IN"} -{"index":{"_type": "temp_account", "_id":"804"}} +{"index":{"_id":"804"}} {"account_number":804,"balance":23610,"firstname":"Rojas","lastname":"Oneal","age":27,"gender":"M","address":"669 Sandford Street","employer":"Glukgluk","email":"rojasoneal@glukgluk.com","city":"Wheaton","state":"ME"} -{"index":{"_type": "temp_account", "_id":"809"}} +{"index":{"_id":"809"}} {"account_number":809,"balance":47812,"firstname":"Christie","lastname":"Strickland","age":30,"gender":"M","address":"346 Bancroft Place","employer":"Anarco","email":"christiestrickland@anarco.com","city":"Baden","state":"NV"} -{"index":{"_type": "temp_account", "_id":"811"}} +{"index":{"_id":"811"}} {"account_number":811,"balance":26007,"firstname":"Walls","lastname":"Rogers","age":28,"gender":"F","address":"352 Freeman Street","employer":"Geekmosis","email":"wallsrogers@geekmosis.com","city":"Caroleen","state":"NV"} -{"index":{"_type": "temp_account", "_id":"816"}} +{"index":{"_id":"816"}} {"account_number":816,"balance":9567,"firstname":"Cornelia","lastname":"Lane","age":20,"gender":"F","address":"384 Bainbridge Street","employer":"Sulfax","email":"cornelialane@sulfax.com","city":"Elizaville","state":"MS"} -{"index":{"_type": "temp_account", "_id":"823"}} +{"index":{"_id":"823"}} {"account_number":823,"balance":48726,"firstname":"Celia","lastname":"Bernard","age":33,"gender":"F","address":"466 Amboy Street","employer":"Mitroc","email":"celiabernard@mitroc.com","city":"Skyland","state":"GA"} -{"index":{"_type": "temp_account", "_id":"828"}} +{"index":{"_id":"828"}} {"account_number":828,"balance":44890,"firstname":"Blanche","lastname":"Holmes","age":33,"gender":"F","address":"605 Stryker Court","employer":"Motovate","email":"blancheholmes@motovate.com","city":"Loomis","state":"KS"} -{"index":{"_type": "temp_account", "_id":"830"}} +{"index":{"_id":"830"}} {"account_number":830,"balance":45210,"firstname":"Louella","lastname":"Chan","age":23,"gender":"M","address":"511 Heath Place","employer":"Conferia","email":"louellachan@conferia.com","city":"Brookfield","state":"OK"} -{"index":{"_type": "temp_account", "_id":"835"}} +{"index":{"_id":"835"}} {"account_number":835,"balance":46558,"firstname":"Glover","lastname":"Rutledge","age":25,"gender":"F","address":"641 Royce Street","employer":"Ginkogene","email":"gloverrutledge@ginkogene.com","city":"Dixonville","state":"VA"} -{"index":{"_type": "temp_account", "_id":"842"}} +{"index":{"_id":"842"}} {"account_number":842,"balance":49587,"firstname":"Meagan","lastname":"Buckner","age":23,"gender":"F","address":"833 Bushwick Court","employer":"Biospan","email":"meaganbuckner@biospan.com","city":"Craig","state":"TX"} -{"index":{"_type": "temp_account", "_id":"847"}} +{"index":{"_id":"847"}} {"account_number":847,"balance":8652,"firstname":"Antonia","lastname":"Duncan","age":23,"gender":"M","address":"644 Stryker Street","employer":"Talae","email":"antoniaduncan@talae.com","city":"Dawn","state":"MO"} -{"index":{"_type": "temp_account", "_id":"854"}} +{"index":{"_id":"854"}} {"account_number":854,"balance":49795,"firstname":"Jimenez","lastname":"Barry","age":25,"gender":"F","address":"603 Cooper Street","employer":"Verton","email":"jimenezbarry@verton.com","city":"Moscow","state":"AL"} -{"index":{"_type": "temp_account", "_id":"859"}} +{"index":{"_id":"859"}} {"account_number":859,"balance":20734,"firstname":"Beulah","lastname":"Stuart","age":24,"gender":"F","address":"651 Albemarle Terrace","employer":"Hatology","email":"beulahstuart@hatology.com","city":"Waiohinu","state":"RI"} -{"index":{"_type": "temp_account", "_id":"861"}} +{"index":{"_id":"861"}} {"account_number":861,"balance":44173,"firstname":"Jaime","lastname":"Wilson","age":35,"gender":"M","address":"680 Richardson Street","employer":"Temorak","email":"jaimewilson@temorak.com","city":"Fidelis","state":"FL"} -{"index":{"_type": "temp_account", "_id":"866"}} +{"index":{"_id":"866"}} {"account_number":866,"balance":45565,"firstname":"Araceli","lastname":"Woodward","age":28,"gender":"M","address":"326 Meadow Street","employer":"Olympix","email":"araceliwoodward@olympix.com","city":"Dana","state":"KS"} -{"index":{"_type": "temp_account", "_id":"873"}} +{"index":{"_id":"873"}} {"account_number":873,"balance":43931,"firstname":"Tisha","lastname":"Cotton","age":39,"gender":"F","address":"432 Lincoln Road","employer":"Buzzmaker","email":"tishacotton@buzzmaker.com","city":"Bluetown","state":"GA"} -{"index":{"_type": "temp_account", "_id":"878"}} +{"index":{"_id":"878"}} {"account_number":878,"balance":49159,"firstname":"Battle","lastname":"Blackburn","age":40,"gender":"F","address":"234 Hendrix Street","employer":"Zilphur","email":"battleblackburn@zilphur.com","city":"Wanamie","state":"PA"} -{"index":{"_type": "temp_account", "_id":"880"}} +{"index":{"_id":"880"}} {"account_number":880,"balance":22575,"firstname":"Christian","lastname":"Myers","age":35,"gender":"M","address":"737 Crown Street","employer":"Combogen","email":"christianmyers@combogen.com","city":"Abrams","state":"OK"} -{"index":{"_type": "temp_account", "_id":"885"}} +{"index":{"_id":"885"}} {"account_number":885,"balance":31661,"firstname":"Valdez","lastname":"Roberson","age":40,"gender":"F","address":"227 Scholes Street","employer":"Delphide","email":"valdezroberson@delphide.com","city":"Chilton","state":"MT"} -{"index":{"_type": "temp_account", "_id":"892"}} +{"index":{"_id":"892"}} {"account_number":892,"balance":44974,"firstname":"Hill","lastname":"Hayes","age":29,"gender":"M","address":"721 Dooley Street","employer":"Fuelton","email":"hillhayes@fuelton.com","city":"Orason","state":"MT"} -{"index":{"_type": "temp_account", "_id":"897"}} +{"index":{"_id":"897"}} {"account_number":897,"balance":45973,"firstname":"Alyson","lastname":"Irwin","age":25,"gender":"M","address":"731 Poplar Street","employer":"Quizka","email":"alysonirwin@quizka.com","city":"Singer","state":"VA"} -{"index":{"_type": "temp_account", "_id":"900"}} +{"index":{"_id":"900"}} {"account_number":900,"balance":6124,"firstname":"Gonzalez","lastname":"Watson","age":23,"gender":"M","address":"624 Sullivan Street","employer":"Marvane","email":"gonzalezwatson@marvane.com","city":"Wikieup","state":"IL"} -{"index":{"_type": "temp_account", "_id":"905"}} +{"index":{"_id":"905"}} {"account_number":905,"balance":29438,"firstname":"Schultz","lastname":"Moreno","age":20,"gender":"F","address":"761 Cedar Street","employer":"Paragonia","email":"schultzmoreno@paragonia.com","city":"Glenshaw","state":"SC"} -{"index":{"_type": "temp_account", "_id":"912"}} +{"index":{"_id":"912"}} {"account_number":912,"balance":13675,"firstname":"Flora","lastname":"Alvarado","age":26,"gender":"M","address":"771 Vandervoort Avenue","employer":"Boilicon","email":"floraalvarado@boilicon.com","city":"Vivian","state":"ID"} -{"index":{"_type": "temp_account", "_id":"917"}} +{"index":{"_id":"917"}} {"account_number":917,"balance":47782,"firstname":"Parks","lastname":"Hurst","age":24,"gender":"M","address":"933 Cozine Avenue","employer":"Pyramis","email":"parkshurst@pyramis.com","city":"Lindcove","state":"GA"} -{"index":{"_type": "temp_account", "_id":"924"}} +{"index":{"_id":"924"}} {"account_number":924,"balance":3811,"firstname":"Hilary","lastname":"Leonard","age":24,"gender":"M","address":"235 Hegeman Avenue","employer":"Metroz","email":"hilaryleonard@metroz.com","city":"Roosevelt","state":"ME"} -{"index":{"_type": "temp_account", "_id":"929"}} +{"index":{"_id":"929"}} {"account_number":929,"balance":34708,"firstname":"Willie","lastname":"Hickman","age":35,"gender":"M","address":"430 Devoe Street","employer":"Apextri","email":"williehickman@apextri.com","city":"Clay","state":"MS"} -{"index":{"_type": "temp_account", "_id":"931"}} +{"index":{"_id":"931"}} {"account_number":931,"balance":8244,"firstname":"Ingrid","lastname":"Garcia","age":23,"gender":"F","address":"674 Indiana Place","employer":"Balooba","email":"ingridgarcia@balooba.com","city":"Interlochen","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"936"}} +{"index":{"_id":"936"}} {"account_number":936,"balance":22430,"firstname":"Beth","lastname":"Frye","age":36,"gender":"M","address":"462 Thatford Avenue","employer":"Puria","email":"bethfrye@puria.com","city":"Hiseville","state":"LA"} -{"index":{"_type": "temp_account", "_id":"943"}} +{"index":{"_id":"943"}} {"account_number":943,"balance":24187,"firstname":"Wagner","lastname":"Griffin","age":23,"gender":"M","address":"489 Ellery Street","employer":"Gazak","email":"wagnergriffin@gazak.com","city":"Lorraine","state":"HI"} -{"index":{"_type": "temp_account", "_id":"948"}} +{"index":{"_id":"948"}} {"account_number":948,"balance":37074,"firstname":"Sargent","lastname":"Powers","age":40,"gender":"M","address":"532 Fiske Place","employer":"Accuprint","email":"sargentpowers@accuprint.com","city":"Umapine","state":"AK"} -{"index":{"_type": "temp_account", "_id":"950"}} +{"index":{"_id":"950"}} {"account_number":950,"balance":30916,"firstname":"Sherrie","lastname":"Patel","age":32,"gender":"F","address":"658 Langham Street","employer":"Futurize","email":"sherriepatel@futurize.com","city":"Garfield","state":"OR"} -{"index":{"_type": "temp_account", "_id":"955"}} +{"index":{"_id":"955"}} {"account_number":955,"balance":41621,"firstname":"Klein","lastname":"Kemp","age":33,"gender":"M","address":"370 Vanderbilt Avenue","employer":"Synkgen","email":"kleinkemp@synkgen.com","city":"Bonanza","state":"FL"} -{"index":{"_type": "temp_account", "_id":"962"}} +{"index":{"_id":"962"}} {"account_number":962,"balance":32096,"firstname":"Trujillo","lastname":"Wilcox","age":21,"gender":"F","address":"914 Duffield Street","employer":"Extragene","email":"trujillowilcox@extragene.com","city":"Golconda","state":"MA"} -{"index":{"_type": "temp_account", "_id":"967"}} +{"index":{"_id":"967"}} {"account_number":967,"balance":19161,"firstname":"Carrie","lastname":"Huffman","age":36,"gender":"F","address":"240 Sands Street","employer":"Injoy","email":"carriehuffman@injoy.com","city":"Leroy","state":"CA"} -{"index":{"_type": "temp_account", "_id":"974"}} +{"index":{"_id":"974"}} {"account_number":974,"balance":38082,"firstname":"Deborah","lastname":"Yang","age":26,"gender":"F","address":"463 Goodwin Place","employer":"Entogrok","email":"deborahyang@entogrok.com","city":"Herald","state":"KY"} -{"index":{"_type": "temp_account", "_id":"979"}} +{"index":{"_id":"979"}} {"account_number":979,"balance":43130,"firstname":"Vaughn","lastname":"Pittman","age":29,"gender":"M","address":"446 Tompkins Place","employer":"Phormula","email":"vaughnpittman@phormula.com","city":"Fingerville","state":"WI"} -{"index":{"_type": "temp_account", "_id":"981"}} +{"index":{"_id":"981"}} {"account_number":981,"balance":20278,"firstname":"Nolan","lastname":"Warner","age":29,"gender":"F","address":"753 Channel Avenue","employer":"Interodeo","email":"nolanwarner@interodeo.com","city":"Layhill","state":"MT"} -{"index":{"_type": "temp_account", "_id":"986"}} +{"index":{"_id":"986"}} {"account_number":986,"balance":35086,"firstname":"Norris","lastname":"Hubbard","age":31,"gender":"M","address":"600 Celeste Court","employer":"Printspan","email":"norrishubbard@printspan.com","city":"Cassel","state":"MI"} -{"index":{"_type": "temp_account", "_id":"993"}} +{"index":{"_id":"993"}} {"account_number":993,"balance":26487,"firstname":"Campos","lastname":"Olsen","age":37,"gender":"M","address":"873 Covert Street","employer":"Isbol","email":"camposolsen@isbol.com","city":"Glendale","state":"AK"} -{"index":{"_type": "temp_account", "_id":"998"}} +{"index":{"_id":"998"}} {"account_number":998,"balance":16869,"firstname":"Letha","lastname":"Baker","age":40,"gender":"F","address":"206 Llama Court","employer":"Dognosis","email":"lethabaker@dognosis.com","city":"Dunlo","state":"WV"} -{"index":{"_type": "temp_account", "_id":"2"}} +{"index":{"_id":"2"}} {"account_number":2,"balance":28838,"firstname":"Roberta","lastname":"Bender","age":22,"gender":"F","address":"560 Kingsway Place","employer":"Chillium","email":"robertabender@chillium.com","city":"Bennett","state":"LA"} -{"index":{"_type": "temp_account", "_id":"7"}} +{"index":{"_id":"7"}} {"account_number":7,"balance":39121,"firstname":"Levy","lastname":"Richard","age":22,"gender":"M","address":"820 Logan Street","employer":"Teraprene","email":"levyrichard@teraprene.com","city":"Shrewsbury","state":"MO"} -{"index":{"_type": "temp_account", "_id":"14"}} +{"index":{"_id":"14"}} {"account_number":14,"balance":20480,"firstname":"Erma","lastname":"Kane","age":39,"gender":"F","address":"661 Vista Place","employer":"Stockpost","email":"ermakane@stockpost.com","city":"Chamizal","state":"NY"} -{"index":{"_type": "temp_account", "_id":"19"}} +{"index":{"_id":"19"}} {"account_number":19,"balance":27894,"firstname":"Schwartz","lastname":"Buchanan","age":28,"gender":"F","address":"449 Mersereau Court","employer":"Sybixtex","email":"schwartzbuchanan@sybixtex.com","city":"Greenwich","state":"KS"} -{"index":{"_type": "temp_account", "_id":"21"}} +{"index":{"_id":"21"}} {"account_number":21,"balance":7004,"firstname":"Estella","lastname":"Paul","age":38,"gender":"M","address":"859 Portal Street","employer":"Zillatide","email":"estellapaul@zillatide.com","city":"Churchill","state":"WV"} -{"index":{"_type": "temp_account", "_id":"26"}} +{"index":{"_id":"26"}} {"account_number":26,"balance":14127,"firstname":"Lorraine","lastname":"Mccullough","age":39,"gender":"F","address":"157 Dupont Street","employer":"Zosis","email":"lorrainemccullough@zosis.com","city":"Dennard","state":"NH"} -{"index":{"_type": "temp_account", "_id":"33"}} +{"index":{"_id":"33"}} {"account_number":33,"balance":35439,"firstname":"Savannah","lastname":"Kirby","age":30,"gender":"F","address":"372 Malta Street","employer":"Musanpoly","email":"savannahkirby@musanpoly.com","city":"Muse","state":"AK"} -{"index":{"_type": "temp_account", "_id":"38"}} +{"index":{"_id":"38"}} {"account_number":38,"balance":10511,"firstname":"Erna","lastname":"Fields","age":32,"gender":"M","address":"357 Maple Street","employer":"Eweville","email":"ernafields@eweville.com","city":"Twilight","state":"MS"} -{"index":{"_type": "temp_account", "_id":"40"}} +{"index":{"_id":"40"}} {"account_number":40,"balance":33882,"firstname":"Pace","lastname":"Molina","age":40,"gender":"M","address":"263 Ovington Court","employer":"Cytrak","email":"pacemolina@cytrak.com","city":"Silkworth","state":"OR"} -{"index":{"_type": "temp_account", "_id":"45"}} +{"index":{"_id":"45"}} {"account_number":45,"balance":44478,"firstname":"Geneva","lastname":"Morin","age":21,"gender":"F","address":"357 Herkimer Street","employer":"Ezent","email":"genevamorin@ezent.com","city":"Blanco","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"52"}} +{"index":{"_id":"52"}} {"account_number":52,"balance":46425,"firstname":"Kayla","lastname":"Bradshaw","age":31,"gender":"M","address":"449 Barlow Drive","employer":"Magnemo","email":"kaylabradshaw@magnemo.com","city":"Wawona","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"57"}} +{"index":{"_id":"57"}} {"account_number":57,"balance":8705,"firstname":"Powell","lastname":"Herring","age":21,"gender":"M","address":"263 Merit Court","employer":"Digiprint","email":"powellherring@digiprint.com","city":"Coral","state":"MT"} -{"index":{"_type": "temp_account", "_id":"64"}} +{"index":{"_id":"64"}} {"account_number":64,"balance":44036,"firstname":"Miles","lastname":"Battle","age":35,"gender":"F","address":"988 Homecrest Avenue","employer":"Koffee","email":"milesbattle@koffee.com","city":"Motley","state":"ID"} -{"index":{"_type": "temp_account", "_id":"69"}} +{"index":{"_id":"69"}} {"account_number":69,"balance":14253,"firstname":"Desiree","lastname":"Harrison","age":24,"gender":"M","address":"694 Garland Court","employer":"Barkarama","email":"desireeharrison@barkarama.com","city":"Hackneyville","state":"GA"} -{"index":{"_type": "temp_account", "_id":"71"}} +{"index":{"_id":"71"}} {"account_number":71,"balance":38201,"firstname":"Sharpe","lastname":"Hoffman","age":39,"gender":"F","address":"450 Conklin Avenue","employer":"Centree","email":"sharpehoffman@centree.com","city":"Urbana","state":"WY"} -{"index":{"_type": "temp_account", "_id":"76"}} +{"index":{"_id":"76"}} {"account_number":76,"balance":38345,"firstname":"Claudette","lastname":"Beard","age":24,"gender":"F","address":"748 Dorset Street","employer":"Repetwire","email":"claudettebeard@repetwire.com","city":"Caln","state":"TX"} -{"index":{"_type": "temp_account", "_id":"83"}} +{"index":{"_id":"83"}} {"account_number":83,"balance":35928,"firstname":"Mayo","lastname":"Cleveland","age":28,"gender":"M","address":"720 Brooklyn Road","employer":"Indexia","email":"mayocleveland@indexia.com","city":"Roberts","state":"ND"} -{"index":{"_type": "temp_account", "_id":"88"}} +{"index":{"_id":"88"}} {"account_number":88,"balance":26418,"firstname":"Adela","lastname":"Tyler","age":21,"gender":"F","address":"737 Clove Road","employer":"Surelogic","email":"adelatyler@surelogic.com","city":"Boling","state":"SD"} -{"index":{"_type": "temp_account", "_id":"90"}} +{"index":{"_id":"90"}} {"account_number":90,"balance":25332,"firstname":"Herman","lastname":"Snyder","age":22,"gender":"F","address":"737 College Place","employer":"Lunchpod","email":"hermansnyder@lunchpod.com","city":"Flintville","state":"IA"} -{"index":{"_type": "temp_account", "_id":"95"}} +{"index":{"_id":"95"}} {"account_number":95,"balance":1650,"firstname":"Dominguez","lastname":"Le","age":20,"gender":"M","address":"539 Grace Court","employer":"Portica","email":"dominguezle@portica.com","city":"Wollochet","state":"KS"} -{"index":{"_type": "temp_account", "_id":"103"}} +{"index":{"_id":"103"}} {"account_number":103,"balance":11253,"firstname":"Calhoun","lastname":"Bruce","age":33,"gender":"F","address":"731 Clarkson Avenue","employer":"Automon","email":"calhounbruce@automon.com","city":"Marienthal","state":"IL"} -{"index":{"_type": "temp_account", "_id":"108"}} +{"index":{"_id":"108"}} {"account_number":108,"balance":19015,"firstname":"Christensen","lastname":"Weaver","age":21,"gender":"M","address":"398 Dearborn Court","employer":"Quilk","email":"christensenweaver@quilk.com","city":"Belvoir","state":"TX"} -{"index":{"_type": "temp_account", "_id":"110"}} +{"index":{"_id":"110"}} {"account_number":110,"balance":4850,"firstname":"Daphne","lastname":"Byrd","age":23,"gender":"F","address":"239 Conover Street","employer":"Freakin","email":"daphnebyrd@freakin.com","city":"Taft","state":"MN"} -{"index":{"_type": "temp_account", "_id":"115"}} +{"index":{"_id":"115"}} {"account_number":115,"balance":18750,"firstname":"Nikki","lastname":"Doyle","age":31,"gender":"F","address":"537 Clara Street","employer":"Fossiel","email":"nikkidoyle@fossiel.com","city":"Caron","state":"MS"} -{"index":{"_type": "temp_account", "_id":"122"}} +{"index":{"_id":"122"}} {"account_number":122,"balance":17128,"firstname":"Aurora","lastname":"Fry","age":31,"gender":"F","address":"227 Knapp Street","employer":"Makingway","email":"aurorafry@makingway.com","city":"Maybell","state":"NE"} -{"index":{"_type": "temp_account", "_id":"127"}} +{"index":{"_id":"127"}} {"account_number":127,"balance":48734,"firstname":"Diann","lastname":"Mclaughlin","age":33,"gender":"F","address":"340 Clermont Avenue","employer":"Enomen","email":"diannmclaughlin@enomen.com","city":"Rutherford","state":"ND"} -{"index":{"_type": "temp_account", "_id":"134"}} +{"index":{"_id":"134"}} {"account_number":134,"balance":33829,"firstname":"Madelyn","lastname":"Norris","age":30,"gender":"F","address":"176 Noel Avenue","employer":"Endicil","email":"madelynnorris@endicil.com","city":"Walker","state":"NE"} -{"index":{"_type": "temp_account", "_id":"139"}} +{"index":{"_id":"139"}} {"account_number":139,"balance":18444,"firstname":"Rios","lastname":"Todd","age":35,"gender":"F","address":"281 Georgia Avenue","employer":"Uberlux","email":"riostodd@uberlux.com","city":"Hannasville","state":"PA"} -{"index":{"_type": "temp_account", "_id":"141"}} +{"index":{"_id":"141"}} {"account_number":141,"balance":20790,"firstname":"Liliana","lastname":"Caldwell","age":29,"gender":"M","address":"414 Huron Street","employer":"Rubadub","email":"lilianacaldwell@rubadub.com","city":"Hiwasse","state":"OK"} -{"index":{"_type": "temp_account", "_id":"146"}} +{"index":{"_id":"146"}} {"account_number":146,"balance":39078,"firstname":"Lang","lastname":"Kaufman","age":32,"gender":"F","address":"626 Beverley Road","employer":"Rodeomad","email":"langkaufman@rodeomad.com","city":"Mahtowa","state":"RI"} -{"index":{"_type": "temp_account", "_id":"153"}} +{"index":{"_id":"153"}} {"account_number":153,"balance":32074,"firstname":"Bird","lastname":"Cochran","age":31,"gender":"F","address":"691 Bokee Court","employer":"Supremia","email":"birdcochran@supremia.com","city":"Barrelville","state":"NE"} -{"index":{"_type": "temp_account", "_id":"158"}} +{"index":{"_id":"158"}} {"account_number":158,"balance":9380,"firstname":"Natalie","lastname":"Mcdowell","age":27,"gender":"M","address":"953 Roder Avenue","employer":"Myopium","email":"nataliemcdowell@myopium.com","city":"Savage","state":"ND"} -{"index":{"_type": "temp_account", "_id":"160"}} +{"index":{"_id":"160"}} {"account_number":160,"balance":48974,"firstname":"Hull","lastname":"Cherry","age":23,"gender":"F","address":"275 Beaumont Street","employer":"Noralex","email":"hullcherry@noralex.com","city":"Whipholt","state":"WA"} -{"index":{"_type": "temp_account", "_id":"165"}} +{"index":{"_id":"165"}} {"account_number":165,"balance":18956,"firstname":"Sims","lastname":"Mckay","age":40,"gender":"F","address":"205 Jackson Street","employer":"Comtour","email":"simsmckay@comtour.com","city":"Tilden","state":"DC"} -{"index":{"_type": "temp_account", "_id":"172"}} +{"index":{"_id":"172"}} {"account_number":172,"balance":18356,"firstname":"Marie","lastname":"Whitehead","age":20,"gender":"M","address":"704 Monaco Place","employer":"Sultrax","email":"mariewhitehead@sultrax.com","city":"Dragoon","state":"IL"} -{"index":{"_type": "temp_account", "_id":"177"}} +{"index":{"_id":"177"}} {"account_number":177,"balance":48972,"firstname":"Harris","lastname":"Gross","age":40,"gender":"F","address":"468 Suydam Street","employer":"Kidstock","email":"harrisgross@kidstock.com","city":"Yettem","state":"KY"} -{"index":{"_type": "temp_account", "_id":"184"}} +{"index":{"_id":"184"}} {"account_number":184,"balance":9157,"firstname":"Cathy","lastname":"Morrison","age":27,"gender":"M","address":"882 Pine Street","employer":"Zytrek","email":"cathymorrison@zytrek.com","city":"Fedora","state":"FL"} -{"index":{"_type": "temp_account", "_id":"189"}} +{"index":{"_id":"189"}} {"account_number":189,"balance":20167,"firstname":"Ada","lastname":"Cortez","age":38,"gender":"F","address":"700 Forest Place","employer":"Micronaut","email":"adacortez@micronaut.com","city":"Eagletown","state":"TX"} -{"index":{"_type": "temp_account", "_id":"191"}} +{"index":{"_id":"191"}} {"account_number":191,"balance":26172,"firstname":"Barr","lastname":"Sharpe","age":28,"gender":"M","address":"428 Auburn Place","employer":"Ziggles","email":"barrsharpe@ziggles.com","city":"Springdale","state":"KS"} -{"index":{"_type": "temp_account", "_id":"196"}} +{"index":{"_id":"196"}} {"account_number":196,"balance":29931,"firstname":"Caldwell","lastname":"Daniel","age":28,"gender":"F","address":"405 Oliver Street","employer":"Furnigeer","email":"caldwelldaniel@furnigeer.com","city":"Zortman","state":"NE"} -{"index":{"_type": "temp_account", "_id":"204"}} +{"index":{"_id":"204"}} {"account_number":204,"balance":27714,"firstname":"Mavis","lastname":"Deleon","age":39,"gender":"F","address":"400 Waldane Court","employer":"Lotron","email":"mavisdeleon@lotron.com","city":"Stollings","state":"LA"} -{"index":{"_type": "temp_account", "_id":"209"}} +{"index":{"_id":"209"}} {"account_number":209,"balance":31052,"firstname":"Myers","lastname":"Noel","age":30,"gender":"F","address":"691 Alton Place","employer":"Greeker","email":"myersnoel@greeker.com","city":"Hinsdale","state":"KY"} -{"index":{"_type": "temp_account", "_id":"211"}} +{"index":{"_id":"211"}} {"account_number":211,"balance":21539,"firstname":"Graciela","lastname":"Vaughan","age":22,"gender":"M","address":"558 Montauk Court","employer":"Fishland","email":"gracielavaughan@fishland.com","city":"Madrid","state":"PA"} -{"index":{"_type": "temp_account", "_id":"216"}} +{"index":{"_id":"216"}} {"account_number":216,"balance":11422,"firstname":"Price","lastname":"Haley","age":35,"gender":"M","address":"233 Portland Avenue","employer":"Zeam","email":"pricehaley@zeam.com","city":"Titanic","state":"UT"} -{"index":{"_type": "temp_account", "_id":"223"}} +{"index":{"_id":"223"}} {"account_number":223,"balance":9528,"firstname":"Newton","lastname":"Fletcher","age":26,"gender":"F","address":"654 Dewitt Avenue","employer":"Assistia","email":"newtonfletcher@assistia.com","city":"Nipinnawasee","state":"AK"} -{"index":{"_type": "temp_account", "_id":"228"}} +{"index":{"_id":"228"}} {"account_number":228,"balance":10543,"firstname":"Rosella","lastname":"Albert","age":20,"gender":"M","address":"185 Gotham Avenue","employer":"Isoplex","email":"rosellaalbert@isoplex.com","city":"Finzel","state":"NY"} -{"index":{"_type": "temp_account", "_id":"230"}} +{"index":{"_id":"230"}} {"account_number":230,"balance":10829,"firstname":"Chris","lastname":"Raymond","age":28,"gender":"F","address":"464 Remsen Street","employer":"Cogentry","email":"chrisraymond@cogentry.com","city":"Bowmansville","state":"SD"} -{"index":{"_type": "temp_account", "_id":"235"}} +{"index":{"_id":"235"}} {"account_number":235,"balance":17729,"firstname":"Mcpherson","lastname":"Mueller","age":31,"gender":"M","address":"541 Strong Place","employer":"Tingles","email":"mcphersonmueller@tingles.com","city":"Brantleyville","state":"AR"} -{"index":{"_type": "temp_account", "_id":"242"}} +{"index":{"_id":"242"}} {"account_number":242,"balance":42318,"firstname":"Berger","lastname":"Roach","age":21,"gender":"M","address":"125 Wakeman Place","employer":"Ovium","email":"bergerroach@ovium.com","city":"Hessville","state":"WI"} -{"index":{"_type": "temp_account", "_id":"247"}} +{"index":{"_id":"247"}} {"account_number":247,"balance":45123,"firstname":"Mccormick","lastname":"Moon","age":37,"gender":"M","address":"582 Brighton Avenue","employer":"Norsup","email":"mccormickmoon@norsup.com","city":"Forestburg","state":"DE"} -{"index":{"_type": "temp_account", "_id":"254"}} +{"index":{"_id":"254"}} {"account_number":254,"balance":35104,"firstname":"Yang","lastname":"Dodson","age":21,"gender":"M","address":"531 Lott Street","employer":"Mondicil","email":"yangdodson@mondicil.com","city":"Enoree","state":"UT"} -{"index":{"_type": "temp_account", "_id":"259"}} +{"index":{"_id":"259"}} {"account_number":259,"balance":41877,"firstname":"Eleanor","lastname":"Gonzalez","age":30,"gender":"M","address":"800 Sumpter Street","employer":"Futuris","email":"eleanorgonzalez@futuris.com","city":"Jenkinsville","state":"ID"} -{"index":{"_type": "temp_account", "_id":"261"}} +{"index":{"_id":"261"}} {"account_number":261,"balance":39998,"firstname":"Millicent","lastname":"Pickett","age":34,"gender":"F","address":"722 Montieth Street","employer":"Gushkool","email":"millicentpickett@gushkool.com","city":"Norwood","state":"MS"} -{"index":{"_type": "temp_account", "_id":"266"}} +{"index":{"_id":"266"}} {"account_number":266,"balance":2777,"firstname":"Monique","lastname":"Conner","age":35,"gender":"F","address":"489 Metrotech Courtr","employer":"Flotonic","email":"moniqueconner@flotonic.com","city":"Retsof","state":"MD"} -{"index":{"_type": "temp_account", "_id":"273"}} +{"index":{"_id":"273"}} {"account_number":273,"balance":11181,"firstname":"Murphy","lastname":"Chandler","age":20,"gender":"F","address":"569 Bradford Street","employer":"Zilch","email":"murphychandler@zilch.com","city":"Vicksburg","state":"FL"} -{"index":{"_type": "temp_account", "_id":"278"}} +{"index":{"_id":"278"}} {"account_number":278,"balance":22530,"firstname":"Tamra","lastname":"Navarro","age":27,"gender":"F","address":"175 Woodruff Avenue","employer":"Norsul","email":"tamranavarro@norsul.com","city":"Glasgow","state":"VT"} -{"index":{"_type": "temp_account", "_id":"280"}} +{"index":{"_id":"280"}} {"account_number":280,"balance":3380,"firstname":"Vilma","lastname":"Shields","age":26,"gender":"F","address":"133 Berriman Street","employer":"Applidec","email":"vilmashields@applidec.com","city":"Adamstown","state":"ME"} -{"index":{"_type": "temp_account", "_id":"285"}} +{"index":{"_id":"285"}} {"account_number":285,"balance":47369,"firstname":"Hilda","lastname":"Phillips","age":28,"gender":"F","address":"618 Nixon Court","employer":"Comcur","email":"hildaphillips@comcur.com","city":"Siglerville","state":"NC"} -{"index":{"_type": "temp_account", "_id":"292"}} +{"index":{"_id":"292"}} {"account_number":292,"balance":26679,"firstname":"Morrow","lastname":"Greene","age":20,"gender":"F","address":"691 Nassau Street","employer":"Columella","email":"morrowgreene@columella.com","city":"Sanborn","state":"FL"} -{"index":{"_type": "temp_account", "_id":"297"}} +{"index":{"_id":"297"}} {"account_number":297,"balance":20508,"firstname":"Tucker","lastname":"Patrick","age":35,"gender":"F","address":"978 Whitwell Place","employer":"Valreda","email":"tuckerpatrick@valreda.com","city":"Deseret","state":"CO"} -{"index":{"_type": "temp_account", "_id":"300"}} +{"index":{"_id":"300"}} {"account_number":300,"balance":25654,"firstname":"Lane","lastname":"Tate","age":26,"gender":"F","address":"632 Kay Court","employer":"Genesynk","email":"lanetate@genesynk.com","city":"Lowell","state":"MO"} -{"index":{"_type": "temp_account", "_id":"305"}} +{"index":{"_id":"305"}} {"account_number":305,"balance":11655,"firstname":"Augusta","lastname":"Winters","age":29,"gender":"F","address":"377 Paerdegat Avenue","employer":"Vendblend","email":"augustawinters@vendblend.com","city":"Gwynn","state":"MA"} -{"index":{"_type": "temp_account", "_id":"312"}} +{"index":{"_id":"312"}} {"account_number":312,"balance":8511,"firstname":"Burgess","lastname":"Gentry","age":25,"gender":"F","address":"382 Bergen Court","employer":"Orbixtar","email":"burgessgentry@orbixtar.com","city":"Conestoga","state":"WI"} -{"index":{"_type": "temp_account", "_id":"317"}} +{"index":{"_id":"317"}} {"account_number":317,"balance":31968,"firstname":"Ruiz","lastname":"Morris","age":31,"gender":"F","address":"972 Dean Street","employer":"Apex","email":"ruizmorris@apex.com","city":"Jacksonwald","state":"WV"} -{"index":{"_type": "temp_account", "_id":"324"}} +{"index":{"_id":"324"}} {"account_number":324,"balance":44976,"firstname":"Gladys","lastname":"Erickson","age":22,"gender":"M","address":"250 Battery Avenue","employer":"Eternis","email":"gladyserickson@eternis.com","city":"Marne","state":"IA"} -{"index":{"_type": "temp_account", "_id":"329"}} +{"index":{"_id":"329"}} {"account_number":329,"balance":31138,"firstname":"Nellie","lastname":"Mercer","age":25,"gender":"M","address":"967 Ebony Court","employer":"Scenty","email":"nelliemercer@scenty.com","city":"Jardine","state":"AK"} -{"index":{"_type": "temp_account", "_id":"331"}} +{"index":{"_id":"331"}} {"account_number":331,"balance":46004,"firstname":"Gibson","lastname":"Potts","age":34,"gender":"F","address":"994 Dahill Road","employer":"Zensus","email":"gibsonpotts@zensus.com","city":"Frizzleburg","state":"CO"} -{"index":{"_type": "temp_account", "_id":"336"}} +{"index":{"_id":"336"}} {"account_number":336,"balance":40891,"firstname":"Dudley","lastname":"Avery","age":25,"gender":"M","address":"405 Powers Street","employer":"Genmom","email":"dudleyavery@genmom.com","city":"Clarksburg","state":"CO"} -{"index":{"_type": "temp_account", "_id":"343"}} +{"index":{"_id":"343"}} {"account_number":343,"balance":37684,"firstname":"Robbie","lastname":"Logan","age":29,"gender":"M","address":"488 Linden Boulevard","employer":"Hydrocom","email":"robbielogan@hydrocom.com","city":"Stockdale","state":"TN"} -{"index":{"_type": "temp_account", "_id":"348"}} +{"index":{"_id":"348"}} {"account_number":348,"balance":1360,"firstname":"Karina","lastname":"Russell","age":37,"gender":"M","address":"797 Moffat Street","employer":"Limozen","email":"karinarussell@limozen.com","city":"Riegelwood","state":"RI"} -{"index":{"_type": "temp_account", "_id":"350"}} +{"index":{"_id":"350"}} {"account_number":350,"balance":4267,"firstname":"Wyatt","lastname":"Wise","age":22,"gender":"F","address":"896 Bleecker Street","employer":"Rockyard","email":"wyattwise@rockyard.com","city":"Joes","state":"MS"} -{"index":{"_type": "temp_account", "_id":"355"}} +{"index":{"_id":"355"}} {"account_number":355,"balance":40961,"firstname":"Gregory","lastname":"Delacruz","age":38,"gender":"M","address":"876 Cortelyou Road","employer":"Oulu","email":"gregorydelacruz@oulu.com","city":"Waterloo","state":"WV"} -{"index":{"_type": "temp_account", "_id":"362"}} +{"index":{"_id":"362"}} {"account_number":362,"balance":14938,"firstname":"Jimmie","lastname":"Dejesus","age":26,"gender":"M","address":"351 Navy Walk","employer":"Ecolight","email":"jimmiedejesus@ecolight.com","city":"Berlin","state":"ME"} -{"index":{"_type": "temp_account", "_id":"367"}} +{"index":{"_id":"367"}} {"account_number":367,"balance":40458,"firstname":"Elaine","lastname":"Workman","age":20,"gender":"M","address":"188 Ridge Boulevard","employer":"Colaire","email":"elaineworkman@colaire.com","city":"Herbster","state":"AK"} -{"index":{"_type": "temp_account", "_id":"374"}} +{"index":{"_id":"374"}} {"account_number":374,"balance":19521,"firstname":"Blanchard","lastname":"Stein","age":30,"gender":"M","address":"313 Bartlett Street","employer":"Cujo","email":"blanchardstein@cujo.com","city":"Cascades","state":"OR"} -{"index":{"_type": "temp_account", "_id":"379"}} +{"index":{"_id":"379"}} {"account_number":379,"balance":12962,"firstname":"Ruthie","lastname":"Lamb","age":21,"gender":"M","address":"796 Rockaway Avenue","employer":"Incubus","email":"ruthielamb@incubus.com","city":"Hickory","state":"TX"} -{"index":{"_type": "temp_account", "_id":"381"}} +{"index":{"_id":"381"}} {"account_number":381,"balance":40978,"firstname":"Sophie","lastname":"Mays","age":31,"gender":"M","address":"261 Varanda Place","employer":"Uneeq","email":"sophiemays@uneeq.com","city":"Cressey","state":"AR"} -{"index":{"_type": "temp_account", "_id":"386"}} +{"index":{"_id":"386"}} {"account_number":386,"balance":42588,"firstname":"Wallace","lastname":"Barr","age":39,"gender":"F","address":"246 Beverly Road","employer":"Concility","email":"wallacebarr@concility.com","city":"Durham","state":"IN"} -{"index":{"_type": "temp_account", "_id":"393"}} +{"index":{"_id":"393"}} {"account_number":393,"balance":43936,"firstname":"William","lastname":"Kelly","age":24,"gender":"M","address":"178 Lawrence Avenue","employer":"Techtrix","email":"williamkelly@techtrix.com","city":"Orin","state":"PA"} -{"index":{"_type": "temp_account", "_id":"398"}} +{"index":{"_id":"398"}} {"account_number":398,"balance":8543,"firstname":"Leticia","lastname":"Duran","age":35,"gender":"F","address":"305 Senator Street","employer":"Xleen","email":"leticiaduran@xleen.com","city":"Cavalero","state":"PA"} -{"index":{"_type": "temp_account", "_id":"401"}} +{"index":{"_id":"401"}} {"account_number":401,"balance":29408,"firstname":"Contreras","lastname":"Randolph","age":38,"gender":"M","address":"104 Lewis Avenue","employer":"Inrt","email":"contrerasrandolph@inrt.com","city":"Chesapeake","state":"CT"} -{"index":{"_type": "temp_account", "_id":"406"}} +{"index":{"_id":"406"}} {"account_number":406,"balance":28127,"firstname":"Mccarthy","lastname":"Dunlap","age":28,"gender":"F","address":"684 Seacoast Terrace","employer":"Canopoly","email":"mccarthydunlap@canopoly.com","city":"Elliott","state":"NC"} -{"index":{"_type": "temp_account", "_id":"413"}} +{"index":{"_id":"413"}} {"account_number":413,"balance":15631,"firstname":"Pugh","lastname":"Hamilton","age":39,"gender":"F","address":"124 Euclid Avenue","employer":"Techade","email":"pughhamilton@techade.com","city":"Beaulieu","state":"CA"} -{"index":{"_type": "temp_account", "_id":"418"}} +{"index":{"_id":"418"}} {"account_number":418,"balance":10207,"firstname":"Reed","lastname":"Goff","age":32,"gender":"M","address":"959 Everit Street","employer":"Zillan","email":"reedgoff@zillan.com","city":"Hiko","state":"WV"} -{"index":{"_type": "temp_account", "_id":"420"}} +{"index":{"_id":"420"}} {"account_number":420,"balance":44699,"firstname":"Brandie","lastname":"Hayden","age":22,"gender":"M","address":"291 Ash Street","employer":"Digifad","email":"brandiehayden@digifad.com","city":"Spelter","state":"NM"} -{"index":{"_type": "temp_account", "_id":"425"}} +{"index":{"_id":"425"}} {"account_number":425,"balance":41308,"firstname":"Queen","lastname":"Leach","age":30,"gender":"M","address":"105 Fair Street","employer":"Magneato","email":"queenleach@magneato.com","city":"Barronett","state":"NH"} -{"index":{"_type": "temp_account", "_id":"432"}} +{"index":{"_id":"432"}} {"account_number":432,"balance":28969,"firstname":"Preston","lastname":"Ferguson","age":40,"gender":"F","address":"239 Greenwood Avenue","employer":"Bitendrex","email":"prestonferguson@bitendrex.com","city":"Idledale","state":"ND"} -{"index":{"_type": "temp_account", "_id":"437"}} +{"index":{"_id":"437"}} {"account_number":437,"balance":41225,"firstname":"Rosales","lastname":"Marquez","age":29,"gender":"M","address":"873 Ryerson Street","employer":"Ronelon","email":"rosalesmarquez@ronelon.com","city":"Allendale","state":"CA"} -{"index":{"_type": "temp_account", "_id":"444"}} +{"index":{"_id":"444"}} {"account_number":444,"balance":44219,"firstname":"Dolly","lastname":"Finch","age":24,"gender":"F","address":"974 Interborough Parkway","employer":"Zytrac","email":"dollyfinch@zytrac.com","city":"Vowinckel","state":"WY"} -{"index":{"_type": "temp_account", "_id":"449"}} +{"index":{"_id":"449"}} {"account_number":449,"balance":41950,"firstname":"Barnett","lastname":"Cantrell","age":39,"gender":"F","address":"945 Bedell Lane","employer":"Zentility","email":"barnettcantrell@zentility.com","city":"Swartzville","state":"ND"} -{"index":{"_type": "temp_account", "_id":"451"}} +{"index":{"_id":"451"}} {"account_number":451,"balance":31950,"firstname":"Mason","lastname":"Mcleod","age":31,"gender":"F","address":"438 Havemeyer Street","employer":"Omatom","email":"masonmcleod@omatom.com","city":"Ryderwood","state":"NE"} -{"index":{"_type": "temp_account", "_id":"456"}} +{"index":{"_id":"456"}} {"account_number":456,"balance":21419,"firstname":"Solis","lastname":"Kline","age":33,"gender":"M","address":"818 Ashford Street","employer":"Vetron","email":"soliskline@vetron.com","city":"Ruffin","state":"NY"} -{"index":{"_type": "temp_account", "_id":"463"}} +{"index":{"_id":"463"}} {"account_number":463,"balance":36672,"firstname":"Heidi","lastname":"Acosta","age":20,"gender":"F","address":"692 Kenmore Terrace","employer":"Elpro","email":"heidiacosta@elpro.com","city":"Ezel","state":"SD"} -{"index":{"_type": "temp_account", "_id":"468"}} +{"index":{"_id":"468"}} {"account_number":468,"balance":18400,"firstname":"Foreman","lastname":"Fowler","age":40,"gender":"M","address":"443 Jackson Court","employer":"Zillactic","email":"foremanfowler@zillactic.com","city":"Wakarusa","state":"WA"} -{"index":{"_type": "temp_account", "_id":"470"}} +{"index":{"_id":"470"}} {"account_number":470,"balance":20455,"firstname":"Schneider","lastname":"Hull","age":35,"gender":"M","address":"724 Apollo Street","employer":"Exospeed","email":"schneiderhull@exospeed.com","city":"Watchtower","state":"ID"} -{"index":{"_type": "temp_account", "_id":"475"}} +{"index":{"_id":"475"}} {"account_number":475,"balance":24427,"firstname":"Morales","lastname":"Jacobs","age":22,"gender":"F","address":"225 Desmond Court","employer":"Oronoko","email":"moralesjacobs@oronoko.com","city":"Clayville","state":"CT"} -{"index":{"_type": "temp_account", "_id":"482"}} +{"index":{"_id":"482"}} {"account_number":482,"balance":14834,"firstname":"Janie","lastname":"Bass","age":39,"gender":"M","address":"781 Grattan Street","employer":"Manglo","email":"janiebass@manglo.com","city":"Kenwood","state":"IA"} -{"index":{"_type": "temp_account", "_id":"487"}} +{"index":{"_id":"487"}} {"account_number":487,"balance":30718,"firstname":"Sawyer","lastname":"Vincent","age":26,"gender":"F","address":"238 Lancaster Avenue","employer":"Brainquil","email":"sawyervincent@brainquil.com","city":"Galesville","state":"MS"} -{"index":{"_type": "temp_account", "_id":"494"}} +{"index":{"_id":"494"}} {"account_number":494,"balance":3592,"firstname":"Holden","lastname":"Bowen","age":30,"gender":"M","address":"374 Elmwood Avenue","employer":"Endipine","email":"holdenbowen@endipine.com","city":"Rosine","state":"ID"} -{"index":{"_type": "temp_account", "_id":"499"}} +{"index":{"_id":"499"}} {"account_number":499,"balance":26060,"firstname":"Lara","lastname":"Perkins","age":26,"gender":"M","address":"703 Monroe Street","employer":"Paprikut","email":"laraperkins@paprikut.com","city":"Barstow","state":"NY"} -{"index":{"_type": "temp_account", "_id":"502"}} +{"index":{"_id":"502"}} {"account_number":502,"balance":31898,"firstname":"Woodard","lastname":"Bailey","age":31,"gender":"F","address":"585 Albee Square","employer":"Imperium","email":"woodardbailey@imperium.com","city":"Matheny","state":"MT"} -{"index":{"_type": "temp_account", "_id":"507"}} +{"index":{"_id":"507"}} {"account_number":507,"balance":27675,"firstname":"Blankenship","lastname":"Ramirez","age":31,"gender":"M","address":"630 Graham Avenue","employer":"Bytrex","email":"blankenshipramirez@bytrex.com","city":"Bancroft","state":"CT"} -{"index":{"_type": "temp_account", "_id":"514"}} +{"index":{"_id":"514"}} {"account_number":514,"balance":30125,"firstname":"Solomon","lastname":"Bush","age":34,"gender":"M","address":"409 Harkness Avenue","employer":"Snacktion","email":"solomonbush@snacktion.com","city":"Grayhawk","state":"TX"} -{"index":{"_type": "temp_account", "_id":"519"}} +{"index":{"_id":"519"}} {"account_number":519,"balance":3282,"firstname":"Lorna","lastname":"Franco","age":31,"gender":"F","address":"722 Schenck Court","employer":"Zentia","email":"lornafranco@zentia.com","city":"National","state":"FL"} -{"index":{"_type": "temp_account", "_id":"521"}} +{"index":{"_id":"521"}} {"account_number":521,"balance":16348,"firstname":"Josefa","lastname":"Buckley","age":34,"gender":"F","address":"848 Taylor Street","employer":"Mazuda","email":"josefabuckley@mazuda.com","city":"Saranap","state":"NM"} -{"index":{"_type": "temp_account", "_id":"526"}} +{"index":{"_id":"526"}} {"account_number":526,"balance":35375,"firstname":"Sweeney","lastname":"Fulton","age":33,"gender":"F","address":"550 Martense Street","employer":"Cormoran","email":"sweeneyfulton@cormoran.com","city":"Chalfant","state":"IA"} -{"index":{"_type": "temp_account", "_id":"533"}} +{"index":{"_id":"533"}} {"account_number":533,"balance":13761,"firstname":"Margarita","lastname":"Diaz","age":23,"gender":"M","address":"295 Tapscott Street","employer":"Zilodyne","email":"margaritadiaz@zilodyne.com","city":"Hondah","state":"ID"} -{"index":{"_type": "temp_account", "_id":"538"}} +{"index":{"_id":"538"}} {"account_number":538,"balance":16416,"firstname":"Koch","lastname":"Barker","age":21,"gender":"M","address":"919 Gerry Street","employer":"Xplor","email":"kochbarker@xplor.com","city":"Dixie","state":"WY"} -{"index":{"_type": "temp_account", "_id":"540"}} +{"index":{"_id":"540"}} {"account_number":540,"balance":40235,"firstname":"Tammy","lastname":"Wiggins","age":32,"gender":"F","address":"186 Schenectady Avenue","employer":"Speedbolt","email":"tammywiggins@speedbolt.com","city":"Salvo","state":"LA"} -{"index":{"_type": "temp_account", "_id":"545"}} +{"index":{"_id":"545"}} {"account_number":545,"balance":27011,"firstname":"Lena","lastname":"Lucas","age":20,"gender":"M","address":"110 Lamont Court","employer":"Kindaloo","email":"lenalucas@kindaloo.com","city":"Harleigh","state":"KY"} -{"index":{"_type": "temp_account", "_id":"552"}} +{"index":{"_id":"552"}} {"account_number":552,"balance":14727,"firstname":"Kate","lastname":"Estes","age":39,"gender":"M","address":"785 Willmohr Street","employer":"Rodeocean","email":"kateestes@rodeocean.com","city":"Elfrida","state":"HI"} -{"index":{"_type": "temp_account", "_id":"557"}} +{"index":{"_id":"557"}} {"account_number":557,"balance":3119,"firstname":"Landry","lastname":"Buck","age":20,"gender":"M","address":"558 Schweikerts Walk","employer":"Protodyne","email":"landrybuck@protodyne.com","city":"Edneyville","state":"AL"} -{"index":{"_type": "temp_account", "_id":"564"}} +{"index":{"_id":"564"}} {"account_number":564,"balance":43631,"firstname":"Owens","lastname":"Bowers","age":22,"gender":"M","address":"842 Congress Street","employer":"Nspire","email":"owensbowers@nspire.com","city":"Machias","state":"VA"} -{"index":{"_type": "temp_account", "_id":"569"}} +{"index":{"_id":"569"}} {"account_number":569,"balance":40019,"firstname":"Sherri","lastname":"Rowe","age":39,"gender":"F","address":"591 Arlington Place","employer":"Netility","email":"sherrirowe@netility.com","city":"Bridgetown","state":"SC"} -{"index":{"_type": "temp_account", "_id":"571"}} +{"index":{"_id":"571"}} {"account_number":571,"balance":3014,"firstname":"Ayers","lastname":"Duffy","age":28,"gender":"F","address":"721 Wortman Avenue","employer":"Aquasseur","email":"ayersduffy@aquasseur.com","city":"Tilleda","state":"MS"} -{"index":{"_type": "temp_account", "_id":"576"}} +{"index":{"_id":"576"}} {"account_number":576,"balance":29682,"firstname":"Helena","lastname":"Robertson","age":33,"gender":"F","address":"774 Devon Avenue","employer":"Vicon","email":"helenarobertson@vicon.com","city":"Dyckesville","state":"NV"} -{"index":{"_type": "temp_account", "_id":"583"}} +{"index":{"_id":"583"}} {"account_number":583,"balance":26558,"firstname":"Castro","lastname":"West","age":34,"gender":"F","address":"814 Williams Avenue","employer":"Cipromox","email":"castrowest@cipromox.com","city":"Nescatunga","state":"IL"} -{"index":{"_type": "temp_account", "_id":"588"}} +{"index":{"_id":"588"}} {"account_number":588,"balance":43531,"firstname":"Martina","lastname":"Collins","age":31,"gender":"M","address":"301 Anna Court","employer":"Geekwagon","email":"martinacollins@geekwagon.com","city":"Oneida","state":"VA"} -{"index":{"_type": "temp_account", "_id":"590"}} +{"index":{"_id":"590"}} {"account_number":590,"balance":4652,"firstname":"Ladonna","lastname":"Tucker","age":31,"gender":"F","address":"162 Kane Place","employer":"Infotrips","email":"ladonnatucker@infotrips.com","city":"Utting","state":"IA"} -{"index":{"_type": "temp_account", "_id":"595"}} +{"index":{"_id":"595"}} {"account_number":595,"balance":12478,"firstname":"Mccall","lastname":"Britt","age":36,"gender":"F","address":"823 Hill Street","employer":"Cablam","email":"mccallbritt@cablam.com","city":"Vernon","state":"CA"} -{"index":{"_type": "temp_account", "_id":"603"}} +{"index":{"_id":"603"}} {"account_number":603,"balance":28145,"firstname":"Janette","lastname":"Guzman","age":31,"gender":"F","address":"976 Kingston Avenue","employer":"Splinx","email":"janetteguzman@splinx.com","city":"Boomer","state":"NC"} -{"index":{"_type": "temp_account", "_id":"608"}} +{"index":{"_id":"608"}} {"account_number":608,"balance":47091,"firstname":"Carey","lastname":"Whitley","age":32,"gender":"F","address":"976 Lawrence Street","employer":"Poshome","email":"careywhitley@poshome.com","city":"Weogufka","state":"NE"} -{"index":{"_type": "temp_account", "_id":"610"}} +{"index":{"_id":"610"}} {"account_number":610,"balance":40571,"firstname":"Foster","lastname":"Weber","age":24,"gender":"F","address":"323 Rochester Avenue","employer":"Firewax","email":"fosterweber@firewax.com","city":"Winston","state":"NY"} -{"index":{"_type": "temp_account", "_id":"615"}} +{"index":{"_id":"615"}} {"account_number":615,"balance":28726,"firstname":"Delgado","lastname":"Curry","age":28,"gender":"F","address":"706 Butler Street","employer":"Zoxy","email":"delgadocurry@zoxy.com","city":"Gracey","state":"SD"} -{"index":{"_type": "temp_account", "_id":"622"}} +{"index":{"_id":"622"}} {"account_number":622,"balance":9661,"firstname":"Paulette","lastname":"Hartman","age":38,"gender":"M","address":"375 Emerald Street","employer":"Locazone","email":"paulettehartman@locazone.com","city":"Canterwood","state":"OH"} -{"index":{"_type": "temp_account", "_id":"627"}} +{"index":{"_id":"627"}} {"account_number":627,"balance":47546,"firstname":"Crawford","lastname":"Sears","age":37,"gender":"F","address":"686 Eastern Parkway","employer":"Updat","email":"crawfordsears@updat.com","city":"Bison","state":"VT"} -{"index":{"_type": "temp_account", "_id":"634"}} +{"index":{"_id":"634"}} {"account_number":634,"balance":29805,"firstname":"Deloris","lastname":"Levy","age":38,"gender":"M","address":"838 Foster Avenue","employer":"Homelux","email":"delorislevy@homelux.com","city":"Kempton","state":"PA"} -{"index":{"_type": "temp_account", "_id":"639"}} +{"index":{"_id":"639"}} {"account_number":639,"balance":28875,"firstname":"Caitlin","lastname":"Clements","age":32,"gender":"F","address":"627 Aster Court","employer":"Bunga","email":"caitlinclements@bunga.com","city":"Cetronia","state":"SC"} -{"index":{"_type": "temp_account", "_id":"641"}} +{"index":{"_id":"641"}} {"account_number":641,"balance":18345,"firstname":"Sheppard","lastname":"Everett","age":39,"gender":"F","address":"791 Norwood Avenue","employer":"Roboid","email":"sheppardeverett@roboid.com","city":"Selma","state":"AK"} -{"index":{"_type": "temp_account", "_id":"646"}} +{"index":{"_id":"646"}} {"account_number":646,"balance":15559,"firstname":"Lavonne","lastname":"Reyes","age":31,"gender":"F","address":"983 Newport Street","employer":"Parcoe","email":"lavonnereyes@parcoe.com","city":"Monument","state":"LA"} -{"index":{"_type": "temp_account", "_id":"653"}} +{"index":{"_id":"653"}} {"account_number":653,"balance":7606,"firstname":"Marcia","lastname":"Bennett","age":33,"gender":"F","address":"455 Bragg Street","employer":"Opticall","email":"marciabennett@opticall.com","city":"Magnolia","state":"NC"} -{"index":{"_type": "temp_account", "_id":"658"}} +{"index":{"_id":"658"}} {"account_number":658,"balance":10210,"firstname":"Bass","lastname":"Mcconnell","age":32,"gender":"F","address":"274 Ocean Avenue","employer":"Combot","email":"bassmcconnell@combot.com","city":"Beyerville","state":"OH"} -{"index":{"_type": "temp_account", "_id":"660"}} +{"index":{"_id":"660"}} {"account_number":660,"balance":46427,"firstname":"Moon","lastname":"Wood","age":33,"gender":"F","address":"916 Amersfort Place","employer":"Olucore","email":"moonwood@olucore.com","city":"Como","state":"VA"} -{"index":{"_type": "temp_account", "_id":"665"}} +{"index":{"_id":"665"}} {"account_number":665,"balance":15215,"firstname":"Britney","lastname":"Young","age":36,"gender":"M","address":"766 Sackman Street","employer":"Geoforma","email":"britneyyoung@geoforma.com","city":"Tuttle","state":"WI"} -{"index":{"_type": "temp_account", "_id":"672"}} +{"index":{"_id":"672"}} {"account_number":672,"balance":12621,"firstname":"Camille","lastname":"Munoz","age":36,"gender":"F","address":"959 Lewis Place","employer":"Vantage","email":"camillemunoz@vantage.com","city":"Whitmer","state":"IN"} -{"index":{"_type": "temp_account", "_id":"677"}} +{"index":{"_id":"677"}} {"account_number":677,"balance":8491,"firstname":"Snider","lastname":"Benton","age":26,"gender":"M","address":"827 Evans Street","employer":"Medicroix","email":"sniderbenton@medicroix.com","city":"Kaka","state":"UT"} -{"index":{"_type": "temp_account", "_id":"684"}} +{"index":{"_id":"684"}} {"account_number":684,"balance":46091,"firstname":"Warren","lastname":"Snow","age":25,"gender":"M","address":"756 Oakland Place","employer":"Bizmatic","email":"warrensnow@bizmatic.com","city":"Hatteras","state":"NE"} -{"index":{"_type": "temp_account", "_id":"689"}} +{"index":{"_id":"689"}} {"account_number":689,"balance":14985,"firstname":"Ines","lastname":"Chaney","age":28,"gender":"M","address":"137 Dikeman Street","employer":"Zidant","email":"ineschaney@zidant.com","city":"Nettie","state":"DC"} -{"index":{"_type": "temp_account", "_id":"691"}} +{"index":{"_id":"691"}} {"account_number":691,"balance":10792,"firstname":"Mclean","lastname":"Colon","age":22,"gender":"M","address":"876 Classon Avenue","employer":"Elentrix","email":"mcleancolon@elentrix.com","city":"Unionville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"696"}} +{"index":{"_id":"696"}} {"account_number":696,"balance":17568,"firstname":"Crane","lastname":"Matthews","age":32,"gender":"F","address":"721 Gerritsen Avenue","employer":"Intradisk","email":"cranematthews@intradisk.com","city":"Brewster","state":"WV"} -{"index":{"_type": "temp_account", "_id":"704"}} +{"index":{"_id":"704"}} {"account_number":704,"balance":45347,"firstname":"Peters","lastname":"Kent","age":22,"gender":"F","address":"871 Independence Avenue","employer":"Extragen","email":"peterskent@extragen.com","city":"Morriston","state":"CA"} -{"index":{"_type": "temp_account", "_id":"709"}} +{"index":{"_id":"709"}} {"account_number":709,"balance":11015,"firstname":"Abbott","lastname":"Odom","age":29,"gender":"M","address":"893 Union Street","employer":"Jimbies","email":"abbottodom@jimbies.com","city":"Leeper","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"711"}} +{"index":{"_id":"711"}} {"account_number":711,"balance":26939,"firstname":"Villarreal","lastname":"Horton","age":35,"gender":"F","address":"861 Creamer Street","employer":"Lexicondo","email":"villarrealhorton@lexicondo.com","city":"Lydia","state":"MS"} -{"index":{"_type": "temp_account", "_id":"716"}} +{"index":{"_id":"716"}} {"account_number":716,"balance":19789,"firstname":"Paul","lastname":"Mason","age":34,"gender":"F","address":"618 Nichols Avenue","employer":"Slax","email":"paulmason@slax.com","city":"Snowville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"723"}} +{"index":{"_id":"723"}} {"account_number":723,"balance":16421,"firstname":"Nixon","lastname":"Moran","age":27,"gender":"M","address":"569 Campus Place","employer":"Cuizine","email":"nixonmoran@cuizine.com","city":"Buxton","state":"DC"} -{"index":{"_type": "temp_account", "_id":"728"}} +{"index":{"_id":"728"}} {"account_number":728,"balance":44818,"firstname":"Conley","lastname":"Preston","age":28,"gender":"M","address":"450 Coventry Road","employer":"Obones","email":"conleypreston@obones.com","city":"Alden","state":"CO"} -{"index":{"_type": "temp_account", "_id":"730"}} +{"index":{"_id":"730"}} {"account_number":730,"balance":41299,"firstname":"Moore","lastname":"Lee","age":30,"gender":"M","address":"797 Turner Place","employer":"Orbean","email":"moorelee@orbean.com","city":"Highland","state":"DE"} -{"index":{"_type": "temp_account", "_id":"735"}} +{"index":{"_id":"735"}} {"account_number":735,"balance":3984,"firstname":"Loraine","lastname":"Willis","age":32,"gender":"F","address":"928 Grove Street","employer":"Gadtron","email":"lorainewillis@gadtron.com","city":"Lowgap","state":"NY"} -{"index":{"_type": "temp_account", "_id":"742"}} +{"index":{"_id":"742"}} {"account_number":742,"balance":24765,"firstname":"Merle","lastname":"Wooten","age":26,"gender":"M","address":"317 Pooles Lane","employer":"Tropolis","email":"merlewooten@tropolis.com","city":"Bentley","state":"ND"} -{"index":{"_type": "temp_account", "_id":"747"}} +{"index":{"_id":"747"}} {"account_number":747,"balance":16617,"firstname":"Diaz","lastname":"Austin","age":38,"gender":"M","address":"676 Harway Avenue","employer":"Irack","email":"diazaustin@irack.com","city":"Cliff","state":"HI"} -{"index":{"_type": "temp_account", "_id":"754"}} +{"index":{"_id":"754"}} {"account_number":754,"balance":10779,"firstname":"Jones","lastname":"Vega","age":25,"gender":"F","address":"795 India Street","employer":"Gluid","email":"jonesvega@gluid.com","city":"Tyhee","state":"FL"} -{"index":{"_type": "temp_account", "_id":"759"}} +{"index":{"_id":"759"}} {"account_number":759,"balance":38007,"firstname":"Rose","lastname":"Carlson","age":27,"gender":"M","address":"987 Navy Street","employer":"Aquasure","email":"rosecarlson@aquasure.com","city":"Carlton","state":"CT"} -{"index":{"_type": "temp_account", "_id":"761"}} +{"index":{"_id":"761"}} {"account_number":761,"balance":7663,"firstname":"Rae","lastname":"Juarez","age":34,"gender":"F","address":"560 Gilmore Court","employer":"Entropix","email":"raejuarez@entropix.com","city":"Northchase","state":"ID"} -{"index":{"_type": "temp_account", "_id":"766"}} +{"index":{"_id":"766"}} {"account_number":766,"balance":21957,"firstname":"Thomas","lastname":"Gillespie","age":38,"gender":"M","address":"993 Williams Place","employer":"Octocore","email":"thomasgillespie@octocore.com","city":"Defiance","state":"MS"} -{"index":{"_type": "temp_account", "_id":"773"}} +{"index":{"_id":"773"}} {"account_number":773,"balance":31126,"firstname":"Liza","lastname":"Coffey","age":36,"gender":"F","address":"540 Bulwer Place","employer":"Assurity","email":"lizacoffey@assurity.com","city":"Gilgo","state":"WV"} -{"index":{"_type": "temp_account", "_id":"778"}} +{"index":{"_id":"778"}} {"account_number":778,"balance":46007,"firstname":"Underwood","lastname":"Wheeler","age":28,"gender":"M","address":"477 Provost Street","employer":"Decratex","email":"underwoodwheeler@decratex.com","city":"Sardis","state":"ID"} -{"index":{"_type": "temp_account", "_id":"780"}} +{"index":{"_id":"780"}} {"account_number":780,"balance":4682,"firstname":"Maryanne","lastname":"Hendricks","age":26,"gender":"F","address":"709 Wolcott Street","employer":"Sarasonic","email":"maryannehendricks@sarasonic.com","city":"Santel","state":"NH"} -{"index":{"_type": "temp_account", "_id":"785"}} +{"index":{"_id":"785"}} {"account_number":785,"balance":25078,"firstname":"Fields","lastname":"Lester","age":29,"gender":"M","address":"808 Chestnut Avenue","employer":"Visualix","email":"fieldslester@visualix.com","city":"Rowe","state":"PA"} -{"index":{"_type": "temp_account", "_id":"792"}} +{"index":{"_id":"792"}} {"account_number":792,"balance":13109,"firstname":"Becky","lastname":"Jimenez","age":40,"gender":"F","address":"539 Front Street","employer":"Isologia","email":"beckyjimenez@isologia.com","city":"Summertown","state":"MI"} -{"index":{"_type": "temp_account", "_id":"797"}} +{"index":{"_id":"797"}} {"account_number":797,"balance":6854,"firstname":"Lindsay","lastname":"Mills","age":26,"gender":"F","address":"919 Quay Street","employer":"Zoinage","email":"lindsaymills@zoinage.com","city":"Elliston","state":"VA"} -{"index":{"_type": "temp_account", "_id":"800"}} +{"index":{"_id":"800"}} {"account_number":800,"balance":26217,"firstname":"Candy","lastname":"Oconnor","age":28,"gender":"M","address":"200 Newel Street","employer":"Radiantix","email":"candyoconnor@radiantix.com","city":"Sandston","state":"OH"} -{"index":{"_type": "temp_account", "_id":"805"}} +{"index":{"_id":"805"}} {"account_number":805,"balance":18426,"firstname":"Jackson","lastname":"Sampson","age":27,"gender":"F","address":"722 Kenmore Court","employer":"Daido","email":"jacksonsampson@daido.com","city":"Bellamy","state":"ME"} -{"index":{"_type": "temp_account", "_id":"812"}} +{"index":{"_id":"812"}} {"account_number":812,"balance":42593,"firstname":"Graves","lastname":"Newman","age":32,"gender":"F","address":"916 Joralemon Street","employer":"Ecrater","email":"gravesnewman@ecrater.com","city":"Crown","state":"PA"} -{"index":{"_type": "temp_account", "_id":"817"}} +{"index":{"_id":"817"}} {"account_number":817,"balance":36582,"firstname":"Padilla","lastname":"Bauer","age":36,"gender":"F","address":"310 Cadman Plaza","employer":"Exoblue","email":"padillabauer@exoblue.com","city":"Ahwahnee","state":"MN"} -{"index":{"_type": "temp_account", "_id":"824"}} +{"index":{"_id":"824"}} {"account_number":824,"balance":6053,"firstname":"Dyer","lastname":"Henson","age":33,"gender":"M","address":"650 Seaview Avenue","employer":"Nitracyr","email":"dyerhenson@nitracyr.com","city":"Gibsonia","state":"KS"} -{"index":{"_type": "temp_account", "_id":"829"}} +{"index":{"_id":"829"}} {"account_number":829,"balance":20263,"firstname":"Althea","lastname":"Bell","age":37,"gender":"M","address":"319 Cook Street","employer":"Hyplex","email":"altheabell@hyplex.com","city":"Wadsworth","state":"DC"} -{"index":{"_type": "temp_account", "_id":"831"}} +{"index":{"_id":"831"}} {"account_number":831,"balance":25375,"firstname":"Wendy","lastname":"Savage","age":37,"gender":"M","address":"421 Veranda Place","employer":"Neurocell","email":"wendysavage@neurocell.com","city":"Fresno","state":"MS"} -{"index":{"_type": "temp_account", "_id":"836"}} +{"index":{"_id":"836"}} {"account_number":836,"balance":20797,"firstname":"Lloyd","lastname":"Lindsay","age":25,"gender":"F","address":"953 Dinsmore Place","employer":"Suretech","email":"lloydlindsay@suretech.com","city":"Conway","state":"VA"} -{"index":{"_type": "temp_account", "_id":"843"}} +{"index":{"_id":"843"}} {"account_number":843,"balance":15555,"firstname":"Patricia","lastname":"Barton","age":34,"gender":"F","address":"406 Seabring Street","employer":"Providco","email":"patriciabarton@providco.com","city":"Avoca","state":"RI"} -{"index":{"_type": "temp_account", "_id":"848"}} +{"index":{"_id":"848"}} {"account_number":848,"balance":15443,"firstname":"Carmella","lastname":"Cash","age":38,"gender":"M","address":"988 Exeter Street","employer":"Bristo","email":"carmellacash@bristo.com","city":"Northridge","state":"ID"} -{"index":{"_type": "temp_account", "_id":"850"}} +{"index":{"_id":"850"}} {"account_number":850,"balance":6531,"firstname":"Carlene","lastname":"Gaines","age":37,"gender":"F","address":"753 Monroe Place","employer":"Naxdis","email":"carlenegaines@naxdis.com","city":"Genoa","state":"OR"} -{"index":{"_type": "temp_account", "_id":"855"}} +{"index":{"_id":"855"}} {"account_number":855,"balance":40170,"firstname":"Mia","lastname":"Stevens","age":31,"gender":"F","address":"326 Driggs Avenue","employer":"Aeora","email":"miastevens@aeora.com","city":"Delwood","state":"IL"} -{"index":{"_type": "temp_account", "_id":"862"}} +{"index":{"_id":"862"}} {"account_number":862,"balance":38792,"firstname":"Clayton","lastname":"Golden","age":38,"gender":"F","address":"620 Regent Place","employer":"Accusage","email":"claytongolden@accusage.com","city":"Ona","state":"NC"} -{"index":{"_type": "temp_account", "_id":"867"}} +{"index":{"_id":"867"}} {"account_number":867,"balance":45453,"firstname":"Blanca","lastname":"Ellison","age":23,"gender":"F","address":"593 McKibben Street","employer":"Koogle","email":"blancaellison@koogle.com","city":"Frystown","state":"WY"} -{"index":{"_type": "temp_account", "_id":"874"}} +{"index":{"_id":"874"}} {"account_number":874,"balance":23079,"firstname":"Lynette","lastname":"Higgins","age":22,"gender":"M","address":"377 McKinley Avenue","employer":"Menbrain","email":"lynettehiggins@menbrain.com","city":"Manitou","state":"TX"} -{"index":{"_type": "temp_account", "_id":"879"}} +{"index":{"_id":"879"}} {"account_number":879,"balance":48332,"firstname":"Sabrina","lastname":"Lancaster","age":31,"gender":"F","address":"382 Oak Street","employer":"Webiotic","email":"sabrinalancaster@webiotic.com","city":"Lindisfarne","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"881"}} +{"index":{"_id":"881"}} {"account_number":881,"balance":26684,"firstname":"Barnes","lastname":"Ware","age":38,"gender":"F","address":"666 Hooper Street","employer":"Norali","email":"barnesware@norali.com","city":"Cazadero","state":"GA"} -{"index":{"_type": "temp_account", "_id":"886"}} +{"index":{"_id":"886"}} {"account_number":886,"balance":14867,"firstname":"Willa","lastname":"Leblanc","age":38,"gender":"F","address":"773 Bergen Street","employer":"Nurali","email":"willaleblanc@nurali.com","city":"Hilltop","state":"NC"} -{"index":{"_type": "temp_account", "_id":"893"}} +{"index":{"_id":"893"}} {"account_number":893,"balance":42584,"firstname":"Moses","lastname":"Campos","age":38,"gender":"F","address":"991 Bevy Court","employer":"Trollery","email":"mosescampos@trollery.com","city":"Freetown","state":"AK"} -{"index":{"_type": "temp_account", "_id":"898"}} +{"index":{"_id":"898"}} {"account_number":898,"balance":12019,"firstname":"Lori","lastname":"Stevenson","age":29,"gender":"M","address":"910 Coles Street","employer":"Honotron","email":"loristevenson@honotron.com","city":"Shindler","state":"VT"} -{"index":{"_type": "temp_account", "_id":"901"}} +{"index":{"_id":"901"}} {"account_number":901,"balance":35038,"firstname":"Irma","lastname":"Dotson","age":23,"gender":"F","address":"245 Mayfair Drive","employer":"Bleeko","email":"irmadotson@bleeko.com","city":"Lodoga","state":"UT"} -{"index":{"_type": "temp_account", "_id":"906"}} +{"index":{"_id":"906"}} {"account_number":906,"balance":24073,"firstname":"Vicki","lastname":"Suarez","age":36,"gender":"M","address":"829 Roosevelt Place","employer":"Utara","email":"vickisuarez@utara.com","city":"Albrightsville","state":"AR"} -{"index":{"_type": "temp_account", "_id":"913"}} +{"index":{"_id":"913"}} {"account_number":913,"balance":47657,"firstname":"Margery","lastname":"Monroe","age":25,"gender":"M","address":"941 Fanchon Place","employer":"Exerta","email":"margerymonroe@exerta.com","city":"Bannock","state":"MD"} -{"index":{"_type": "temp_account", "_id":"918"}} +{"index":{"_id":"918"}} {"account_number":918,"balance":36776,"firstname":"Dianna","lastname":"Hernandez","age":25,"gender":"M","address":"499 Moultrie Street","employer":"Isologica","email":"diannahernandez@isologica.com","city":"Falconaire","state":"ID"} -{"index":{"_type": "temp_account", "_id":"920"}} +{"index":{"_id":"920"}} {"account_number":920,"balance":41513,"firstname":"Jerri","lastname":"Mitchell","age":26,"gender":"M","address":"831 Kent Street","employer":"Tasmania","email":"jerrimitchell@tasmania.com","city":"Cotopaxi","state":"IA"} -{"index":{"_type": "temp_account", "_id":"925"}} +{"index":{"_id":"925"}} {"account_number":925,"balance":18295,"firstname":"Rosario","lastname":"Jackson","age":24,"gender":"M","address":"178 Leonora Court","employer":"Progenex","email":"rosariojackson@progenex.com","city":"Rivereno","state":"DE"} -{"index":{"_type": "temp_account", "_id":"932"}} +{"index":{"_id":"932"}} {"account_number":932,"balance":3111,"firstname":"Summer","lastname":"Porter","age":33,"gender":"F","address":"949 Grand Avenue","employer":"Multiflex","email":"summerporter@multiflex.com","city":"Spokane","state":"OK"} -{"index":{"_type": "temp_account", "_id":"937"}} +{"index":{"_id":"937"}} {"account_number":937,"balance":43491,"firstname":"Selma","lastname":"Anderson","age":24,"gender":"M","address":"205 Reed Street","employer":"Dadabase","email":"selmaanderson@dadabase.com","city":"Malo","state":"AL"} -{"index":{"_type": "temp_account", "_id":"944"}} +{"index":{"_id":"944"}} {"account_number":944,"balance":46478,"firstname":"Donaldson","lastname":"Woodard","age":38,"gender":"F","address":"498 Laurel Avenue","employer":"Zogak","email":"donaldsonwoodard@zogak.com","city":"Hasty","state":"ID"} -{"index":{"_type": "temp_account", "_id":"949"}} +{"index":{"_id":"949"}} {"account_number":949,"balance":48703,"firstname":"Latasha","lastname":"Mullins","age":29,"gender":"F","address":"272 Lefferts Place","employer":"Zenolux","email":"latashamullins@zenolux.com","city":"Kieler","state":"MN"} -{"index":{"_type": "temp_account", "_id":"951"}} +{"index":{"_id":"951"}} {"account_number":951,"balance":36337,"firstname":"Tran","lastname":"Burris","age":25,"gender":"F","address":"561 Rutland Road","employer":"Geoform","email":"tranburris@geoform.com","city":"Longbranch","state":"IL"} -{"index":{"_type": "temp_account", "_id":"956"}} +{"index":{"_id":"956"}} {"account_number":956,"balance":19477,"firstname":"Randall","lastname":"Lynch","age":22,"gender":"F","address":"490 Madison Place","employer":"Cosmetex","email":"randalllynch@cosmetex.com","city":"Wells","state":"SD"} -{"index":{"_type": "temp_account", "_id":"963"}} +{"index":{"_id":"963"}} {"account_number":963,"balance":30461,"firstname":"Griffin","lastname":"Sheppard","age":20,"gender":"M","address":"682 Linden Street","employer":"Zanymax","email":"griffinsheppard@zanymax.com","city":"Fannett","state":"NM"} -{"index":{"_type": "temp_account", "_id":"968"}} +{"index":{"_id":"968"}} {"account_number":968,"balance":32371,"firstname":"Luella","lastname":"Burch","age":39,"gender":"M","address":"684 Arkansas Drive","employer":"Krag","email":"luellaburch@krag.com","city":"Brambleton","state":"SD"} -{"index":{"_type": "temp_account", "_id":"970"}} +{"index":{"_id":"970"}} {"account_number":970,"balance":19648,"firstname":"Forbes","lastname":"Wallace","age":28,"gender":"M","address":"990 Mill Road","employer":"Pheast","email":"forbeswallace@pheast.com","city":"Lopezo","state":"AK"} -{"index":{"_type": "temp_account", "_id":"975"}} +{"index":{"_id":"975"}} {"account_number":975,"balance":5239,"firstname":"Delores","lastname":"Booker","age":27,"gender":"F","address":"328 Conselyea Street","employer":"Centice","email":"deloresbooker@centice.com","city":"Williams","state":"HI"} -{"index":{"_type": "temp_account", "_id":"982"}} +{"index":{"_id":"982"}} {"account_number":982,"balance":16511,"firstname":"Buck","lastname":"Robinson","age":24,"gender":"M","address":"301 Melrose Street","employer":"Calcu","email":"buckrobinson@calcu.com","city":"Welch","state":"PA"} -{"index":{"_type": "temp_account", "_id":"987"}} +{"index":{"_id":"987"}} {"account_number":987,"balance":4072,"firstname":"Brock","lastname":"Sandoval","age":20,"gender":"F","address":"977 Gem Street","employer":"Fiberox","email":"brocksandoval@fiberox.com","city":"Celeryville","state":"NY"} -{"index":{"_type": "temp_account", "_id":"994"}} +{"index":{"_id":"994"}} {"account_number":994,"balance":33298,"firstname":"Madge","lastname":"Holcomb","age":31,"gender":"M","address":"612 Hawthorne Street","employer":"Escenta","email":"madgeholcomb@escenta.com","city":"Alafaya","state":"OR"} -{"index":{"_type": "temp_account", "_id":"999"}} +{"index":{"_id":"999"}} {"account_number":999,"balance":6087,"firstname":"Dorothy","lastname":"Barron","age":22,"gender":"F","address":"499 Laurel Avenue","employer":"Xurban","email":"dorothybarron@xurban.com","city":"Belvoir","state":"CA"} -{"index":{"_type": "temp_account", "_id":"4"}} +{"index":{"_id":"4"}} {"account_number":4,"balance":27658,"firstname":"Rodriquez","lastname":"Flores","age":31,"gender":"F","address":"986 Wyckoff Avenue","employer":"Tourmania","email":"rodriquezflores@tourmania.com","city":"Eastvale","state":"HI"} -{"index":{"_type": "temp_account", "_id":"9"}} +{"index":{"_id":"9"}} {"account_number":9,"balance":24776,"firstname":"Opal","lastname":"Meadows","age":39,"gender":"M","address":"963 Neptune Avenue","employer":"Cedward","email":"opalmeadows@cedward.com","city":"Olney","state":"OH"} -{"index":{"_type": "temp_account", "_id":"11"}} +{"index":{"_id":"11"}} {"account_number":11,"balance":20203,"firstname":"Jenkins","lastname":"Haney","age":20,"gender":"M","address":"740 Ferry Place","employer":"Qimonk","email":"jenkinshaney@qimonk.com","city":"Steinhatchee","state":"GA"} -{"index":{"_type": "temp_account", "_id":"16"}} +{"index":{"_id":"16"}} {"account_number":16,"balance":35883,"firstname":"Adrian","lastname":"Pitts","age":34,"gender":"F","address":"963 Fay Court","employer":"Combogene","email":"adrianpitts@combogene.com","city":"Remington","state":"SD"} -{"index":{"_type": "temp_account", "_id":"23"}} +{"index":{"_id":"23"}} {"account_number":23,"balance":42374,"firstname":"Kirsten","lastname":"Fox","age":20,"gender":"M","address":"330 Dumont Avenue","employer":"Codax","email":"kirstenfox@codax.com","city":"Walton","state":"AK"} -{"index":{"_type": "temp_account", "_id":"28"}} +{"index":{"_id":"28"}} {"account_number":28,"balance":42112,"firstname":"Vega","lastname":"Flynn","age":20,"gender":"M","address":"647 Hyman Court","employer":"Accupharm","email":"vegaflynn@accupharm.com","city":"Masthope","state":"OH"} -{"index":{"_type": "temp_account", "_id":"30"}} +{"index":{"_id":"30"}} {"account_number":30,"balance":19087,"firstname":"Lamb","lastname":"Townsend","age":26,"gender":"M","address":"169 Lyme Avenue","employer":"Geeknet","email":"lambtownsend@geeknet.com","city":"Epworth","state":"AL"} -{"index":{"_type": "temp_account", "_id":"35"}} +{"index":{"_id":"35"}} {"account_number":35,"balance":42039,"firstname":"Darla","lastname":"Bridges","age":27,"gender":"F","address":"315 Central Avenue","employer":"Xeronk","email":"darlabridges@xeronk.com","city":"Woodlake","state":"RI"} -{"index":{"_type": "temp_account", "_id":"42"}} +{"index":{"_id":"42"}} {"account_number":42,"balance":21137,"firstname":"Harding","lastname":"Hobbs","age":26,"gender":"F","address":"474 Ridgewood Place","employer":"Xth","email":"hardinghobbs@xth.com","city":"Heil","state":"ND"} -{"index":{"_type": "temp_account", "_id":"47"}} +{"index":{"_id":"47"}} {"account_number":47,"balance":33044,"firstname":"Georgia","lastname":"Wilkerson","age":23,"gender":"M","address":"369 Herbert Street","employer":"Endipin","email":"georgiawilkerson@endipin.com","city":"Dellview","state":"WI"} -{"index":{"_type": "temp_account", "_id":"54"}} +{"index":{"_id":"54"}} {"account_number":54,"balance":23406,"firstname":"Angel","lastname":"Mann","age":22,"gender":"F","address":"229 Ferris Street","employer":"Amtas","email":"angelmann@amtas.com","city":"Calverton","state":"WA"} -{"index":{"_type": "temp_account", "_id":"59"}} +{"index":{"_id":"59"}} {"account_number":59,"balance":37728,"firstname":"Malone","lastname":"Justice","age":37,"gender":"F","address":"721 Russell Street","employer":"Emoltra","email":"malonejustice@emoltra.com","city":"Trucksville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"61"}} +{"index":{"_id":"61"}} {"account_number":61,"balance":6856,"firstname":"Shawn","lastname":"Baird","age":20,"gender":"M","address":"605 Monument Walk","employer":"Moltonic","email":"shawnbaird@moltonic.com","city":"Darlington","state":"MN"} -{"index":{"_type": "temp_account", "_id":"66"}} +{"index":{"_id":"66"}} {"account_number":66,"balance":25939,"firstname":"Franks","lastname":"Salinas","age":28,"gender":"M","address":"437 Hamilton Walk","employer":"Cowtown","email":"frankssalinas@cowtown.com","city":"Chase","state":"VT"} -{"index":{"_type": "temp_account", "_id":"73"}} +{"index":{"_id":"73"}} {"account_number":73,"balance":33457,"firstname":"Irene","lastname":"Stephenson","age":32,"gender":"M","address":"684 Miller Avenue","employer":"Hawkster","email":"irenestephenson@hawkster.com","city":"Levant","state":"AR"} -{"index":{"_type": "temp_account", "_id":"78"}} +{"index":{"_id":"78"}} {"account_number":78,"balance":48656,"firstname":"Elvira","lastname":"Patterson","age":23,"gender":"F","address":"834 Amber Street","employer":"Assistix","email":"elvirapatterson@assistix.com","city":"Dunbar","state":"TN"} -{"index":{"_type": "temp_account", "_id":"80"}} +{"index":{"_id":"80"}} {"account_number":80,"balance":13445,"firstname":"Lacey","lastname":"Blanchard","age":30,"gender":"F","address":"823 Himrod Street","employer":"Comdom","email":"laceyblanchard@comdom.com","city":"Matthews","state":"MO"} -{"index":{"_type": "temp_account", "_id":"85"}} +{"index":{"_id":"85"}} {"account_number":85,"balance":48735,"firstname":"Wilcox","lastname":"Sellers","age":20,"gender":"M","address":"212 Irving Avenue","employer":"Confrenzy","email":"wilcoxsellers@confrenzy.com","city":"Kipp","state":"MT"} -{"index":{"_type": "temp_account", "_id":"92"}} +{"index":{"_id":"92"}} {"account_number":92,"balance":26753,"firstname":"Gay","lastname":"Brewer","age":34,"gender":"M","address":"369 Ditmars Street","employer":"Savvy","email":"gaybrewer@savvy.com","city":"Moquino","state":"HI"} -{"index":{"_type": "temp_account", "_id":"97"}} +{"index":{"_id":"97"}} {"account_number":97,"balance":49671,"firstname":"Karen","lastname":"Trujillo","age":40,"gender":"F","address":"512 Cumberland Walk","employer":"Tsunamia","email":"karentrujillo@tsunamia.com","city":"Fredericktown","state":"MO"} -{"index":{"_type": "temp_account", "_id":"100"}} +{"index":{"_id":"100"}} {"account_number":100,"balance":29869,"firstname":"Madden","lastname":"Woods","age":32,"gender":"F","address":"696 Ryder Avenue","employer":"Slumberia","email":"maddenwoods@slumberia.com","city":"Deercroft","state":"ME"} -{"index":{"_type": "temp_account", "_id":"105"}} +{"index":{"_id":"105"}} {"account_number":105,"balance":29654,"firstname":"Castillo","lastname":"Dickerson","age":33,"gender":"F","address":"673 Oxford Street","employer":"Tellifly","email":"castillodickerson@tellifly.com","city":"Succasunna","state":"NY"} -{"index":{"_type": "temp_account", "_id":"112"}} +{"index":{"_id":"112"}} {"account_number":112,"balance":38395,"firstname":"Frederick","lastname":"Case","age":30,"gender":"F","address":"580 Lexington Avenue","employer":"Talkalot","email":"frederickcase@talkalot.com","city":"Orovada","state":"MA"} -{"index":{"_type": "temp_account", "_id":"117"}} +{"index":{"_id":"117"}} {"account_number":117,"balance":48831,"firstname":"Robin","lastname":"Hays","age":38,"gender":"F","address":"347 Hornell Loop","employer":"Pasturia","email":"robinhays@pasturia.com","city":"Sims","state":"WY"} -{"index":{"_type": "temp_account", "_id":"124"}} +{"index":{"_id":"124"}} {"account_number":124,"balance":16425,"firstname":"Fern","lastname":"Lambert","age":20,"gender":"M","address":"511 Jay Street","employer":"Furnitech","email":"fernlambert@furnitech.com","city":"Cloverdale","state":"FL"} -{"index":{"_type": "temp_account", "_id":"129"}} +{"index":{"_id":"129"}} {"account_number":129,"balance":42409,"firstname":"Alexandria","lastname":"Sanford","age":33,"gender":"F","address":"934 Ridgecrest Terrace","employer":"Kyagoro","email":"alexandriasanford@kyagoro.com","city":"Concho","state":"UT"} -{"index":{"_type": "temp_account", "_id":"131"}} +{"index":{"_id":"131"}} {"account_number":131,"balance":28030,"firstname":"Dollie","lastname":"Koch","age":22,"gender":"F","address":"287 Manhattan Avenue","employer":"Skinserve","email":"dolliekoch@skinserve.com","city":"Shasta","state":"PA"} -{"index":{"_type": "temp_account", "_id":"136"}} +{"index":{"_id":"136"}} {"account_number":136,"balance":45801,"firstname":"Winnie","lastname":"Holland","age":38,"gender":"M","address":"198 Mill Lane","employer":"Neteria","email":"winnieholland@neteria.com","city":"Urie","state":"IL"} -{"index":{"_type": "temp_account", "_id":"143"}} +{"index":{"_id":"143"}} {"account_number":143,"balance":43093,"firstname":"Cohen","lastname":"Noble","age":39,"gender":"M","address":"454 Nelson Street","employer":"Buzzworks","email":"cohennoble@buzzworks.com","city":"Norvelt","state":"CO"} -{"index":{"_type": "temp_account", "_id":"148"}} +{"index":{"_id":"148"}} {"account_number":148,"balance":3662,"firstname":"Annmarie","lastname":"Snider","age":34,"gender":"F","address":"857 Lafayette Walk","employer":"Edecine","email":"annmariesnider@edecine.com","city":"Hollins","state":"OH"} -{"index":{"_type": "temp_account", "_id":"150"}} +{"index":{"_id":"150"}} {"account_number":150,"balance":15306,"firstname":"Ortega","lastname":"Dalton","age":20,"gender":"M","address":"237 Mermaid Avenue","employer":"Rameon","email":"ortegadalton@rameon.com","city":"Maxville","state":"NH"} -{"index":{"_type": "temp_account", "_id":"155"}} +{"index":{"_id":"155"}} {"account_number":155,"balance":27878,"firstname":"Atkinson","lastname":"Hudson","age":39,"gender":"F","address":"434 Colin Place","employer":"Qualitern","email":"atkinsonhudson@qualitern.com","city":"Hoehne","state":"OH"} -{"index":{"_type": "temp_account", "_id":"162"}} +{"index":{"_id":"162"}} {"account_number":162,"balance":6302,"firstname":"Griffith","lastname":"Calderon","age":35,"gender":"M","address":"871 Vandervoort Place","employer":"Quotezart","email":"griffithcalderon@quotezart.com","city":"Barclay","state":"FL"} -{"index":{"_type": "temp_account", "_id":"167"}} +{"index":{"_id":"167"}} {"account_number":167,"balance":42051,"firstname":"Hampton","lastname":"Ryan","age":20,"gender":"M","address":"618 Fleet Place","employer":"Zipak","email":"hamptonryan@zipak.com","city":"Irwin","state":"KS"} -{"index":{"_type": "temp_account", "_id":"174"}} +{"index":{"_id":"174"}} {"account_number":174,"balance":1464,"firstname":"Gamble","lastname":"Pierce","age":23,"gender":"F","address":"650 Eagle Street","employer":"Matrixity","email":"gamblepierce@matrixity.com","city":"Abiquiu","state":"OR"} -{"index":{"_type": "temp_account", "_id":"179"}} +{"index":{"_id":"179"}} {"account_number":179,"balance":13265,"firstname":"Elise","lastname":"Drake","age":25,"gender":"M","address":"305 Christopher Avenue","employer":"Turnling","email":"elisedrake@turnling.com","city":"Loretto","state":"LA"} -{"index":{"_type": "temp_account", "_id":"181"}} +{"index":{"_id":"181"}} {"account_number":181,"balance":27983,"firstname":"Bennett","lastname":"Hampton","age":22,"gender":"F","address":"435 Billings Place","employer":"Voipa","email":"bennetthampton@voipa.com","city":"Rodman","state":"WY"} -{"index":{"_type": "temp_account", "_id":"186"}} +{"index":{"_id":"186"}} {"account_number":186,"balance":18373,"firstname":"Kline","lastname":"Joyce","age":32,"gender":"M","address":"285 Falmouth Street","employer":"Tetratrex","email":"klinejoyce@tetratrex.com","city":"Klondike","state":"SD"} -{"index":{"_type": "temp_account", "_id":"193"}} +{"index":{"_id":"193"}} {"account_number":193,"balance":13412,"firstname":"Patty","lastname":"Petty","age":34,"gender":"F","address":"251 Vermont Street","employer":"Kinetica","email":"pattypetty@kinetica.com","city":"Grantville","state":"MS"} -{"index":{"_type": "temp_account", "_id":"198"}} +{"index":{"_id":"198"}} {"account_number":198,"balance":19686,"firstname":"Rachael","lastname":"Sharp","age":38,"gender":"F","address":"443 Vernon Avenue","employer":"Powernet","email":"rachaelsharp@powernet.com","city":"Canoochee","state":"UT"} -{"index":{"_type": "temp_account", "_id":"201"}} +{"index":{"_id":"201"}} {"account_number":201,"balance":14586,"firstname":"Ronda","lastname":"Perry","age":25,"gender":"F","address":"856 Downing Street","employer":"Artiq","email":"rondaperry@artiq.com","city":"Colton","state":"WV"} -{"index":{"_type": "temp_account", "_id":"206"}} +{"index":{"_id":"206"}} {"account_number":206,"balance":47423,"firstname":"Kelli","lastname":"Francis","age":20,"gender":"M","address":"671 George Street","employer":"Exoswitch","email":"kellifrancis@exoswitch.com","city":"Babb","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"213"}} +{"index":{"_id":"213"}} {"account_number":213,"balance":34172,"firstname":"Bauer","lastname":"Summers","age":27,"gender":"M","address":"257 Boynton Place","employer":"Voratak","email":"bauersummers@voratak.com","city":"Oceola","state":"NC"} -{"index":{"_type": "temp_account", "_id":"218"}} +{"index":{"_id":"218"}} {"account_number":218,"balance":26702,"firstname":"Garrison","lastname":"Bryan","age":24,"gender":"F","address":"478 Greenpoint Avenue","employer":"Uniworld","email":"garrisonbryan@uniworld.com","city":"Comptche","state":"WI"} -{"index":{"_type": "temp_account", "_id":"220"}} +{"index":{"_id":"220"}} {"account_number":220,"balance":3086,"firstname":"Tania","lastname":"Middleton","age":22,"gender":"F","address":"541 Gunther Place","employer":"Zerology","email":"taniamiddleton@zerology.com","city":"Linwood","state":"IN"} -{"index":{"_type": "temp_account", "_id":"225"}} +{"index":{"_id":"225"}} {"account_number":225,"balance":21949,"firstname":"Maryann","lastname":"Murphy","age":24,"gender":"F","address":"894 Bridgewater Street","employer":"Cinesanct","email":"maryannmurphy@cinesanct.com","city":"Cartwright","state":"RI"} -{"index":{"_type": "temp_account", "_id":"232"}} +{"index":{"_id":"232"}} {"account_number":232,"balance":11984,"firstname":"Carr","lastname":"Jensen","age":34,"gender":"F","address":"995 Micieli Place","employer":"Biohab","email":"carrjensen@biohab.com","city":"Waikele","state":"OH"} -{"index":{"_type": "temp_account", "_id":"237"}} +{"index":{"_id":"237"}} {"account_number":237,"balance":5603,"firstname":"Kirby","lastname":"Watkins","age":27,"gender":"F","address":"348 Blake Court","employer":"Sonique","email":"kirbywatkins@sonique.com","city":"Freelandville","state":"PA"} -{"index":{"_type": "temp_account", "_id":"244"}} +{"index":{"_id":"244"}} {"account_number":244,"balance":8048,"firstname":"Judith","lastname":"Riggs","age":27,"gender":"F","address":"590 Kosciusko Street","employer":"Arctiq","email":"judithriggs@arctiq.com","city":"Gorham","state":"DC"} -{"index":{"_type": "temp_account", "_id":"249"}} +{"index":{"_id":"249"}} {"account_number":249,"balance":16822,"firstname":"Mckinney","lastname":"Gallagher","age":38,"gender":"F","address":"939 Seigel Court","employer":"Premiant","email":"mckinneygallagher@premiant.com","city":"Catharine","state":"NH"} -{"index":{"_type": "temp_account", "_id":"251"}} +{"index":{"_id":"251"}} {"account_number":251,"balance":13475,"firstname":"Marks","lastname":"Graves","age":39,"gender":"F","address":"427 Lawn Court","employer":"Dentrex","email":"marksgraves@dentrex.com","city":"Waukeenah","state":"IL"} -{"index":{"_type": "temp_account", "_id":"256"}} +{"index":{"_id":"256"}} {"account_number":256,"balance":48318,"firstname":"Simon","lastname":"Hogan","age":31,"gender":"M","address":"789 Suydam Place","employer":"Dancerity","email":"simonhogan@dancerity.com","city":"Dargan","state":"GA"} -{"index":{"_type": "temp_account", "_id":"263"}} +{"index":{"_id":"263"}} {"account_number":263,"balance":12837,"firstname":"Thornton","lastname":"Meyer","age":29,"gender":"M","address":"575 Elliott Place","employer":"Peticular","email":"thorntonmeyer@peticular.com","city":"Dotsero","state":"NH"} -{"index":{"_type": "temp_account", "_id":"268"}} +{"index":{"_id":"268"}} {"account_number":268,"balance":20925,"firstname":"Avis","lastname":"Blackwell","age":36,"gender":"M","address":"569 Jerome Avenue","employer":"Magnina","email":"avisblackwell@magnina.com","city":"Bethany","state":"MD"} -{"index":{"_type": "temp_account", "_id":"270"}} +{"index":{"_id":"270"}} {"account_number":270,"balance":43951,"firstname":"Moody","lastname":"Harmon","age":39,"gender":"F","address":"233 Vanderbilt Street","employer":"Otherside","email":"moodyharmon@otherside.com","city":"Elwood","state":"MT"} -{"index":{"_type": "temp_account", "_id":"275"}} +{"index":{"_id":"275"}} {"account_number":275,"balance":2384,"firstname":"Reynolds","lastname":"Barnett","age":31,"gender":"M","address":"394 Stockton Street","employer":"Austex","email":"reynoldsbarnett@austex.com","city":"Grandview","state":"MS"} -{"index":{"_type": "temp_account", "_id":"282"}} +{"index":{"_id":"282"}} {"account_number":282,"balance":38540,"firstname":"Gay","lastname":"Schultz","age":25,"gender":"F","address":"805 Claver Place","employer":"Handshake","email":"gayschultz@handshake.com","city":"Tampico","state":"MA"} -{"index":{"_type": "temp_account", "_id":"287"}} +{"index":{"_id":"287"}} {"account_number":287,"balance":10845,"firstname":"Valerie","lastname":"Lang","age":35,"gender":"F","address":"423 Midwood Street","employer":"Quarx","email":"valerielang@quarx.com","city":"Cannondale","state":"VT"} -{"index":{"_type": "temp_account", "_id":"294"}} +{"index":{"_id":"294"}} {"account_number":294,"balance":29582,"firstname":"Pitts","lastname":"Haynes","age":26,"gender":"M","address":"901 Broome Street","employer":"Aquazure","email":"pittshaynes@aquazure.com","city":"Turah","state":"SD"} -{"index":{"_type": "temp_account", "_id":"299"}} +{"index":{"_id":"299"}} {"account_number":299,"balance":40825,"firstname":"Angela","lastname":"Talley","age":36,"gender":"F","address":"822 Bills Place","employer":"Remold","email":"angelatalley@remold.com","city":"Bethpage","state":"DC"} -{"index":{"_type": "temp_account", "_id":"302"}} +{"index":{"_id":"302"}} {"account_number":302,"balance":11298,"firstname":"Isabella","lastname":"Hewitt","age":40,"gender":"M","address":"455 Bedford Avenue","employer":"Cincyr","email":"isabellahewitt@cincyr.com","city":"Blanford","state":"IN"} -{"index":{"_type": "temp_account", "_id":"307"}} +{"index":{"_id":"307"}} {"account_number":307,"balance":43355,"firstname":"Enid","lastname":"Ashley","age":23,"gender":"M","address":"412 Emerson Place","employer":"Avenetro","email":"enidashley@avenetro.com","city":"Catherine","state":"WI"} -{"index":{"_type": "temp_account", "_id":"314"}} +{"index":{"_id":"314"}} {"account_number":314,"balance":5848,"firstname":"Norton","lastname":"Norton","age":35,"gender":"M","address":"252 Ditmas Avenue","employer":"Talkola","email":"nortonnorton@talkola.com","city":"Veyo","state":"SC"} -{"index":{"_type": "temp_account", "_id":"319"}} +{"index":{"_id":"319"}} {"account_number":319,"balance":15430,"firstname":"Ferrell","lastname":"Mckinney","age":36,"gender":"M","address":"874 Cranberry Street","employer":"Portaline","email":"ferrellmckinney@portaline.com","city":"Rose","state":"WV"} -{"index":{"_type": "temp_account", "_id":"321"}} +{"index":{"_id":"321"}} {"account_number":321,"balance":43370,"firstname":"Marta","lastname":"Larsen","age":35,"gender":"M","address":"617 Williams Court","employer":"Manufact","email":"martalarsen@manufact.com","city":"Sisquoc","state":"MA"} -{"index":{"_type": "temp_account", "_id":"326"}} +{"index":{"_id":"326"}} {"account_number":326,"balance":9692,"firstname":"Pearl","lastname":"Reese","age":30,"gender":"F","address":"451 Colonial Court","employer":"Accruex","email":"pearlreese@accruex.com","city":"Westmoreland","state":"MD"} -{"index":{"_type": "temp_account", "_id":"333"}} +{"index":{"_id":"333"}} {"account_number":333,"balance":22778,"firstname":"Trudy","lastname":"Sweet","age":27,"gender":"F","address":"881 Kiely Place","employer":"Acumentor","email":"trudysweet@acumentor.com","city":"Kent","state":"IA"} -{"index":{"_type": "temp_account", "_id":"338"}} +{"index":{"_id":"338"}} {"account_number":338,"balance":6969,"firstname":"Pierce","lastname":"Lawrence","age":35,"gender":"M","address":"318 Gallatin Place","employer":"Lunchpad","email":"piercelawrence@lunchpad.com","city":"Iola","state":"MD"} -{"index":{"_type": "temp_account", "_id":"340"}} +{"index":{"_id":"340"}} {"account_number":340,"balance":42072,"firstname":"Juarez","lastname":"Gutierrez","age":40,"gender":"F","address":"802 Seba Avenue","employer":"Billmed","email":"juarezgutierrez@billmed.com","city":"Malott","state":"OH"} -{"index":{"_type": "temp_account", "_id":"345"}} +{"index":{"_id":"345"}} {"account_number":345,"balance":9812,"firstname":"Parker","lastname":"Hines","age":38,"gender":"M","address":"715 Mill Avenue","employer":"Baluba","email":"parkerhines@baluba.com","city":"Blackgum","state":"KY"} -{"index":{"_type": "temp_account", "_id":"352"}} +{"index":{"_id":"352"}} {"account_number":352,"balance":20290,"firstname":"Kendra","lastname":"Mcintosh","age":31,"gender":"F","address":"963 Wolf Place","employer":"Orboid","email":"kendramcintosh@orboid.com","city":"Bladensburg","state":"AK"} -{"index":{"_type": "temp_account", "_id":"357"}} +{"index":{"_id":"357"}} {"account_number":357,"balance":15102,"firstname":"Adele","lastname":"Carroll","age":39,"gender":"F","address":"381 Arion Place","employer":"Aquafire","email":"adelecarroll@aquafire.com","city":"Springville","state":"RI"} -{"index":{"_type": "temp_account", "_id":"364"}} +{"index":{"_id":"364"}} {"account_number":364,"balance":35247,"firstname":"Felicia","lastname":"Merrill","age":40,"gender":"F","address":"229 Branton Street","employer":"Prosely","email":"feliciamerrill@prosely.com","city":"Dola","state":"MA"} -{"index":{"_type": "temp_account", "_id":"369"}} +{"index":{"_id":"369"}} {"account_number":369,"balance":17047,"firstname":"Mcfadden","lastname":"Guy","age":28,"gender":"F","address":"445 Lott Avenue","employer":"Kangle","email":"mcfaddenguy@kangle.com","city":"Greenbackville","state":"DE"} -{"index":{"_type": "temp_account", "_id":"371"}} +{"index":{"_id":"371"}} {"account_number":371,"balance":19751,"firstname":"Barker","lastname":"Allen","age":32,"gender":"F","address":"295 Wallabout Street","employer":"Nexgene","email":"barkerallen@nexgene.com","city":"Nanafalia","state":"NE"} -{"index":{"_type": "temp_account", "_id":"376"}} +{"index":{"_id":"376"}} {"account_number":376,"balance":44407,"firstname":"Mcmillan","lastname":"Dunn","age":21,"gender":"F","address":"771 Dorchester Road","employer":"Eargo","email":"mcmillandunn@eargo.com","city":"Yogaville","state":"RI"} -{"index":{"_type": "temp_account", "_id":"383"}} +{"index":{"_id":"383"}} {"account_number":383,"balance":48889,"firstname":"Knox","lastname":"Larson","age":28,"gender":"F","address":"962 Bartlett Place","employer":"Bostonic","email":"knoxlarson@bostonic.com","city":"Smeltertown","state":"TX"} -{"index":{"_type": "temp_account", "_id":"388"}} +{"index":{"_id":"388"}} {"account_number":388,"balance":9606,"firstname":"Julianne","lastname":"Nicholson","age":26,"gender":"F","address":"338 Crescent Street","employer":"Viasia","email":"juliannenicholson@viasia.com","city":"Alleghenyville","state":"MO"} -{"index":{"_type": "temp_account", "_id":"390"}} +{"index":{"_id":"390"}} {"account_number":390,"balance":7464,"firstname":"Ramona","lastname":"Roy","age":32,"gender":"M","address":"135 Banner Avenue","employer":"Deminimum","email":"ramonaroy@deminimum.com","city":"Dodge","state":"ID"} -{"index":{"_type": "temp_account", "_id":"395"}} +{"index":{"_id":"395"}} {"account_number":395,"balance":18679,"firstname":"Juliet","lastname":"Whitaker","age":31,"gender":"M","address":"128 Remsen Avenue","employer":"Toyletry","email":"julietwhitaker@toyletry.com","city":"Yonah","state":"LA"} -{"index":{"_type": "temp_account", "_id":"403"}} +{"index":{"_id":"403"}} {"account_number":403,"balance":18833,"firstname":"Williamson","lastname":"Horn","age":32,"gender":"M","address":"223 Strickland Avenue","employer":"Nimon","email":"williamsonhorn@nimon.com","city":"Bawcomville","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"408"}} +{"index":{"_id":"408"}} {"account_number":408,"balance":34666,"firstname":"Lidia","lastname":"Guerrero","age":30,"gender":"M","address":"254 Stratford Road","employer":"Snowpoke","email":"lidiaguerrero@snowpoke.com","city":"Fairlee","state":"LA"} -{"index":{"_type": "temp_account", "_id":"410"}} +{"index":{"_id":"410"}} {"account_number":410,"balance":31200,"firstname":"Fox","lastname":"Cardenas","age":39,"gender":"M","address":"987 Monitor Street","employer":"Corpulse","email":"foxcardenas@corpulse.com","city":"Southview","state":"NE"} -{"index":{"_type": "temp_account", "_id":"415"}} +{"index":{"_id":"415"}} {"account_number":415,"balance":19449,"firstname":"Martinez","lastname":"Benson","age":36,"gender":"M","address":"172 Berkeley Place","employer":"Enersol","email":"martinezbenson@enersol.com","city":"Chumuckla","state":"AL"} -{"index":{"_type": "temp_account", "_id":"422"}} +{"index":{"_id":"422"}} {"account_number":422,"balance":40162,"firstname":"Brigitte","lastname":"Scott","age":26,"gender":"M","address":"662 Vermont Court","employer":"Waretel","email":"brigittescott@waretel.com","city":"Elrama","state":"VA"} -{"index":{"_type": "temp_account", "_id":"427"}} +{"index":{"_id":"427"}} {"account_number":427,"balance":1463,"firstname":"Rebekah","lastname":"Garrison","age":36,"gender":"F","address":"837 Hampton Avenue","employer":"Niquent","email":"rebekahgarrison@niquent.com","city":"Zarephath","state":"NY"} -{"index":{"_type": "temp_account", "_id":"434"}} +{"index":{"_id":"434"}} {"account_number":434,"balance":11329,"firstname":"Christa","lastname":"Huff","age":25,"gender":"M","address":"454 Oriental Boulevard","employer":"Earthpure","email":"christahuff@earthpure.com","city":"Stevens","state":"DC"} -{"index":{"_type": "temp_account", "_id":"439"}} +{"index":{"_id":"439"}} {"account_number":439,"balance":22752,"firstname":"Lula","lastname":"Williams","age":35,"gender":"M","address":"630 Furman Avenue","employer":"Vinch","email":"lulawilliams@vinch.com","city":"Newcastle","state":"ME"} -{"index":{"_type": "temp_account", "_id":"441"}} +{"index":{"_id":"441"}} {"account_number":441,"balance":47947,"firstname":"Dickson","lastname":"Mcgee","age":29,"gender":"M","address":"478 Knight Court","employer":"Gogol","email":"dicksonmcgee@gogol.com","city":"Laurelton","state":"AR"} -{"index":{"_type": "temp_account", "_id":"446"}} +{"index":{"_id":"446"}} {"account_number":446,"balance":23071,"firstname":"Lolita","lastname":"Fleming","age":32,"gender":"F","address":"918 Bridge Street","employer":"Vidto","email":"lolitafleming@vidto.com","city":"Brownlee","state":"HI"} -{"index":{"_type": "temp_account", "_id":"453"}} +{"index":{"_id":"453"}} {"account_number":453,"balance":21520,"firstname":"Hood","lastname":"Powell","age":24,"gender":"F","address":"479 Brevoort Place","employer":"Vortexaco","email":"hoodpowell@vortexaco.com","city":"Alderpoint","state":"CT"} -{"index":{"_type": "temp_account", "_id":"458"}} +{"index":{"_id":"458"}} {"account_number":458,"balance":8865,"firstname":"Aida","lastname":"Wolf","age":21,"gender":"F","address":"403 Thames Street","employer":"Isis","email":"aidawolf@isis.com","city":"Bordelonville","state":"ME"} -{"index":{"_type": "temp_account", "_id":"460"}} +{"index":{"_id":"460"}} {"account_number":460,"balance":37734,"firstname":"Aguirre","lastname":"White","age":21,"gender":"F","address":"190 Crooke Avenue","employer":"Unq","email":"aguirrewhite@unq.com","city":"Albany","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"465"}} +{"index":{"_id":"465"}} {"account_number":465,"balance":10681,"firstname":"Pearlie","lastname":"Holman","age":29,"gender":"M","address":"916 Evergreen Avenue","employer":"Hometown","email":"pearlieholman@hometown.com","city":"Needmore","state":"UT"} -{"index":{"_type": "temp_account", "_id":"472"}} +{"index":{"_id":"472"}} {"account_number":472,"balance":25571,"firstname":"Lee","lastname":"Long","age":32,"gender":"F","address":"288 Mill Street","employer":"Comverges","email":"leelong@comverges.com","city":"Movico","state":"MT"} -{"index":{"_type": "temp_account", "_id":"477"}} +{"index":{"_id":"477"}} {"account_number":477,"balance":25892,"firstname":"Holcomb","lastname":"Cobb","age":40,"gender":"M","address":"369 Marconi Place","employer":"Steeltab","email":"holcombcobb@steeltab.com","city":"Byrnedale","state":"CA"} -{"index":{"_type": "temp_account", "_id":"484"}} +{"index":{"_id":"484"}} {"account_number":484,"balance":3274,"firstname":"Staci","lastname":"Melendez","age":35,"gender":"F","address":"751 Otsego Street","employer":"Namebox","email":"stacimelendez@namebox.com","city":"Harborton","state":"NV"} -{"index":{"_type": "temp_account", "_id":"489"}} +{"index":{"_id":"489"}} {"account_number":489,"balance":7879,"firstname":"Garrett","lastname":"Langley","age":36,"gender":"M","address":"331 Bowne Street","employer":"Zillidium","email":"garrettlangley@zillidium.com","city":"Riviera","state":"LA"} -{"index":{"_type": "temp_account", "_id":"491"}} +{"index":{"_id":"491"}} {"account_number":491,"balance":42942,"firstname":"Teresa","lastname":"Owen","age":24,"gender":"F","address":"713 Canton Court","employer":"Plasmos","email":"teresaowen@plasmos.com","city":"Bartonsville","state":"NH"} -{"index":{"_type": "temp_account", "_id":"496"}} +{"index":{"_id":"496"}} {"account_number":496,"balance":14869,"firstname":"Alison","lastname":"Conrad","age":35,"gender":"F","address":"347 Varet Street","employer":"Perkle","email":"alisonconrad@perkle.com","city":"Cliffside","state":"OH"} -{"index":{"_type": "temp_account", "_id":"504"}} +{"index":{"_id":"504"}} {"account_number":504,"balance":49205,"firstname":"Shanna","lastname":"Chambers","age":23,"gender":"M","address":"220 Beard Street","employer":"Corporana","email":"shannachambers@corporana.com","city":"Cashtown","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"509"}} +{"index":{"_id":"509"}} {"account_number":509,"balance":34754,"firstname":"Durham","lastname":"Pacheco","age":40,"gender":"M","address":"129 Plymouth Street","employer":"Datacator","email":"durhampacheco@datacator.com","city":"Loveland","state":"NC"} -{"index":{"_type": "temp_account", "_id":"511"}} +{"index":{"_id":"511"}} {"account_number":511,"balance":40908,"firstname":"Elba","lastname":"Grant","age":24,"gender":"F","address":"157 Bijou Avenue","employer":"Dognost","email":"elbagrant@dognost.com","city":"Coyote","state":"MT"} -{"index":{"_type": "temp_account", "_id":"516"}} +{"index":{"_id":"516"}} {"account_number":516,"balance":44940,"firstname":"Roy","lastname":"Smith","age":37,"gender":"M","address":"770 Cherry Street","employer":"Parleynet","email":"roysmith@parleynet.com","city":"Carrsville","state":"RI"} -{"index":{"_type": "temp_account", "_id":"523"}} +{"index":{"_id":"523"}} {"account_number":523,"balance":28729,"firstname":"Amalia","lastname":"Benjamin","age":40,"gender":"F","address":"173 Bushwick Place","employer":"Sentia","email":"amaliabenjamin@sentia.com","city":"Jacumba","state":"OK"} -{"index":{"_type": "temp_account", "_id":"528"}} +{"index":{"_id":"528"}} {"account_number":528,"balance":4071,"firstname":"Thompson","lastname":"Hoover","age":27,"gender":"F","address":"580 Garden Street","employer":"Portalis","email":"thompsonhoover@portalis.com","city":"Knowlton","state":"AL"} -{"index":{"_type": "temp_account", "_id":"530"}} +{"index":{"_id":"530"}} {"account_number":530,"balance":8840,"firstname":"Kathrine","lastname":"Evans","age":37,"gender":"M","address":"422 Division Place","employer":"Spherix","email":"kathrineevans@spherix.com","city":"Biddle","state":"CO"} -{"index":{"_type": "temp_account", "_id":"535"}} +{"index":{"_id":"535"}} {"account_number":535,"balance":8715,"firstname":"Fry","lastname":"George","age":34,"gender":"M","address":"722 Green Street","employer":"Ewaves","email":"frygeorge@ewaves.com","city":"Kenmar","state":"DE"} -{"index":{"_type": "temp_account", "_id":"542"}} +{"index":{"_id":"542"}} {"account_number":542,"balance":23285,"firstname":"Michelle","lastname":"Mayo","age":35,"gender":"M","address":"657 Caton Place","employer":"Biflex","email":"michellemayo@biflex.com","city":"Beaverdale","state":"WY"} -{"index":{"_type": "temp_account", "_id":"547"}} +{"index":{"_id":"547"}} {"account_number":547,"balance":12870,"firstname":"Eaton","lastname":"Rios","age":32,"gender":"M","address":"744 Withers Street","employer":"Podunk","email":"eatonrios@podunk.com","city":"Chelsea","state":"IA"} -{"index":{"_type": "temp_account", "_id":"554"}} +{"index":{"_id":"554"}} {"account_number":554,"balance":33163,"firstname":"Townsend","lastname":"Atkins","age":39,"gender":"M","address":"566 Ira Court","employer":"Acruex","email":"townsendatkins@acruex.com","city":"Valle","state":"IA"} -{"index":{"_type": "temp_account", "_id":"559"}} +{"index":{"_id":"559"}} {"account_number":559,"balance":11450,"firstname":"Tonia","lastname":"Schmidt","age":38,"gender":"F","address":"508 Sheffield Avenue","employer":"Extro","email":"toniaschmidt@extro.com","city":"Newry","state":"CT"} -{"index":{"_type": "temp_account", "_id":"561"}} +{"index":{"_id":"561"}} {"account_number":561,"balance":12370,"firstname":"Sellers","lastname":"Davis","age":30,"gender":"M","address":"860 Madoc Avenue","employer":"Isodrive","email":"sellersdavis@isodrive.com","city":"Trail","state":"KS"} -{"index":{"_type": "temp_account", "_id":"566"}} +{"index":{"_id":"566"}} {"account_number":566,"balance":6183,"firstname":"Cox","lastname":"Roman","age":37,"gender":"M","address":"349 Winthrop Street","employer":"Medcom","email":"coxroman@medcom.com","city":"Rosewood","state":"WY"} -{"index":{"_type": "temp_account", "_id":"573"}} +{"index":{"_id":"573"}} {"account_number":573,"balance":32171,"firstname":"Callie","lastname":"Castaneda","age":36,"gender":"M","address":"799 Scott Avenue","employer":"Earthwax","email":"calliecastaneda@earthwax.com","city":"Marshall","state":"NH"} -{"index":{"_type": "temp_account", "_id":"578"}} +{"index":{"_id":"578"}} {"account_number":578,"balance":34259,"firstname":"Holmes","lastname":"Mcknight","age":37,"gender":"M","address":"969 Metropolitan Avenue","employer":"Cubicide","email":"holmesmcknight@cubicide.com","city":"Aguila","state":"PA"} -{"index":{"_type": "temp_account", "_id":"580"}} +{"index":{"_id":"580"}} {"account_number":580,"balance":13716,"firstname":"Mcmahon","lastname":"York","age":34,"gender":"M","address":"475 Beacon Court","employer":"Zillar","email":"mcmahonyork@zillar.com","city":"Farmington","state":"MO"} -{"index":{"_type": "temp_account", "_id":"585"}} +{"index":{"_id":"585"}} {"account_number":585,"balance":26745,"firstname":"Nieves","lastname":"Nolan","age":32,"gender":"M","address":"115 Seagate Terrace","employer":"Jumpstack","email":"nievesnolan@jumpstack.com","city":"Eastmont","state":"UT"} -{"index":{"_type": "temp_account", "_id":"592"}} +{"index":{"_id":"592"}} {"account_number":592,"balance":32968,"firstname":"Head","lastname":"Webster","age":36,"gender":"F","address":"987 Lefferts Avenue","employer":"Empirica","email":"headwebster@empirica.com","city":"Rockingham","state":"TN"} -{"index":{"_type": "temp_account", "_id":"597"}} +{"index":{"_id":"597"}} {"account_number":597,"balance":11246,"firstname":"Penny","lastname":"Knowles","age":33,"gender":"M","address":"139 Forbell Street","employer":"Ersum","email":"pennyknowles@ersum.com","city":"Vallonia","state":"IA"} -{"index":{"_type": "temp_account", "_id":"600"}} +{"index":{"_id":"600"}} {"account_number":600,"balance":10336,"firstname":"Simmons","lastname":"Byers","age":37,"gender":"M","address":"250 Dictum Court","employer":"Qualitex","email":"simmonsbyers@qualitex.com","city":"Wanship","state":"OH"} -{"index":{"_type": "temp_account", "_id":"605"}} +{"index":{"_id":"605"}} {"account_number":605,"balance":38427,"firstname":"Mcclain","lastname":"Manning","age":24,"gender":"M","address":"832 Leonard Street","employer":"Qiao","email":"mcclainmanning@qiao.com","city":"Calvary","state":"TX"} -{"index":{"_type": "temp_account", "_id":"612"}} +{"index":{"_id":"612"}} {"account_number":612,"balance":11868,"firstname":"Dunn","lastname":"Cameron","age":32,"gender":"F","address":"156 Lorimer Street","employer":"Isonus","email":"dunncameron@isonus.com","city":"Virgie","state":"ND"} -{"index":{"_type": "temp_account", "_id":"617"}} +{"index":{"_id":"617"}} {"account_number":617,"balance":35445,"firstname":"Kitty","lastname":"Cooley","age":22,"gender":"M","address":"788 Seagate Avenue","employer":"Ultrimax","email":"kittycooley@ultrimax.com","city":"Clarktown","state":"MD"} -{"index":{"_type": "temp_account", "_id":"624"}} +{"index":{"_id":"624"}} {"account_number":624,"balance":27538,"firstname":"Roxanne","lastname":"Franklin","age":39,"gender":"F","address":"299 Woodrow Court","employer":"Silodyne","email":"roxannefranklin@silodyne.com","city":"Roulette","state":"VA"} -{"index":{"_type": "temp_account", "_id":"629"}} +{"index":{"_id":"629"}} {"account_number":629,"balance":32987,"firstname":"Mcclure","lastname":"Rodgers","age":26,"gender":"M","address":"806 Pierrepont Place","employer":"Elita","email":"mcclurerodgers@elita.com","city":"Brownsville","state":"MI"} -{"index":{"_type": "temp_account", "_id":"631"}} +{"index":{"_id":"631"}} {"account_number":631,"balance":21657,"firstname":"Corrine","lastname":"Barber","age":32,"gender":"F","address":"447 Hunts Lane","employer":"Quarmony","email":"corrinebarber@quarmony.com","city":"Wyano","state":"IL"} -{"index":{"_type": "temp_account", "_id":"636"}} +{"index":{"_id":"636"}} {"account_number":636,"balance":8036,"firstname":"Agnes","lastname":"Hooper","age":25,"gender":"M","address":"865 Hanson Place","employer":"Digial","email":"agneshooper@digial.com","city":"Sperryville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"643"}} +{"index":{"_id":"643"}} {"account_number":643,"balance":8057,"firstname":"Hendricks","lastname":"Stokes","age":23,"gender":"F","address":"142 Barbey Street","employer":"Remotion","email":"hendricksstokes@remotion.com","city":"Lewis","state":"MA"} -{"index":{"_type": "temp_account", "_id":"648"}} +{"index":{"_id":"648"}} {"account_number":648,"balance":11506,"firstname":"Terry","lastname":"Montgomery","age":21,"gender":"F","address":"115 Franklin Avenue","employer":"Enervate","email":"terrymontgomery@enervate.com","city":"Bascom","state":"MA"} -{"index":{"_type": "temp_account", "_id":"650"}} +{"index":{"_id":"650"}} {"account_number":650,"balance":18091,"firstname":"Benton","lastname":"Knight","age":28,"gender":"F","address":"850 Aitken Place","employer":"Pholio","email":"bentonknight@pholio.com","city":"Cobbtown","state":"AL"} -{"index":{"_type": "temp_account", "_id":"655"}} +{"index":{"_id":"655"}} {"account_number":655,"balance":22912,"firstname":"Eula","lastname":"Taylor","age":30,"gender":"M","address":"520 Orient Avenue","employer":"Miracula","email":"eulataylor@miracula.com","city":"Wacissa","state":"IN"} -{"index":{"_type": "temp_account", "_id":"662"}} +{"index":{"_id":"662"}} {"account_number":662,"balance":10138,"firstname":"Daisy","lastname":"Burnett","age":33,"gender":"M","address":"114 Norman Avenue","employer":"Liquicom","email":"daisyburnett@liquicom.com","city":"Grahamtown","state":"MD"} -{"index":{"_type": "temp_account", "_id":"667"}} +{"index":{"_id":"667"}} {"account_number":667,"balance":22559,"firstname":"Juliana","lastname":"Chase","age":32,"gender":"M","address":"496 Coleridge Street","employer":"Comtract","email":"julianachase@comtract.com","city":"Wilsonia","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"674"}} +{"index":{"_id":"674"}} {"account_number":674,"balance":36038,"firstname":"Watts","lastname":"Shannon","age":22,"gender":"F","address":"600 Story Street","employer":"Joviold","email":"wattsshannon@joviold.com","city":"Fairhaven","state":"ID"} -{"index":{"_type": "temp_account", "_id":"679"}} +{"index":{"_id":"679"}} {"account_number":679,"balance":20149,"firstname":"Henrietta","lastname":"Bonner","age":33,"gender":"M","address":"461 Bond Street","employer":"Geekol","email":"henriettabonner@geekol.com","city":"Richville","state":"WA"} -{"index":{"_type": "temp_account", "_id":"681"}} +{"index":{"_id":"681"}} {"account_number":681,"balance":34244,"firstname":"Velazquez","lastname":"Wolfe","age":33,"gender":"M","address":"773 Eckford Street","employer":"Zisis","email":"velazquezwolfe@zisis.com","city":"Smock","state":"ME"} -{"index":{"_type": "temp_account", "_id":"686"}} +{"index":{"_id":"686"}} {"account_number":686,"balance":10116,"firstname":"Decker","lastname":"Mcclure","age":30,"gender":"F","address":"236 Commerce Street","employer":"Everest","email":"deckermcclure@everest.com","city":"Gibbsville","state":"TN"} -{"index":{"_type": "temp_account", "_id":"693"}} +{"index":{"_id":"693"}} {"account_number":693,"balance":31233,"firstname":"Tabatha","lastname":"Zimmerman","age":30,"gender":"F","address":"284 Emmons Avenue","employer":"Pushcart","email":"tabathazimmerman@pushcart.com","city":"Esmont","state":"NC"} -{"index":{"_type": "temp_account", "_id":"698"}} +{"index":{"_id":"698"}} {"account_number":698,"balance":14965,"firstname":"Baker","lastname":"Armstrong","age":36,"gender":"F","address":"796 Tehama Street","employer":"Nurplex","email":"bakerarmstrong@nurplex.com","city":"Starks","state":"UT"} -{"index":{"_type": "temp_account", "_id":"701"}} +{"index":{"_id":"701"}} {"account_number":701,"balance":23772,"firstname":"Gardner","lastname":"Griffith","age":27,"gender":"M","address":"187 Moore Place","employer":"Vertide","email":"gardnergriffith@vertide.com","city":"Coventry","state":"NV"} -{"index":{"_type": "temp_account", "_id":"706"}} +{"index":{"_id":"706"}} {"account_number":706,"balance":5282,"firstname":"Eliza","lastname":"Potter","age":39,"gender":"M","address":"945 Dunham Place","employer":"Playce","email":"elizapotter@playce.com","city":"Woodruff","state":"AK"} -{"index":{"_type": "temp_account", "_id":"713"}} +{"index":{"_id":"713"}} {"account_number":713,"balance":20054,"firstname":"Iris","lastname":"Mcguire","age":21,"gender":"F","address":"508 Benson Avenue","employer":"Duflex","email":"irismcguire@duflex.com","city":"Hillsboro","state":"MO"} -{"index":{"_type": "temp_account", "_id":"718"}} +{"index":{"_id":"718"}} {"account_number":718,"balance":13876,"firstname":"Hickman","lastname":"Dillard","age":22,"gender":"F","address":"132 Etna Street","employer":"Genmy","email":"hickmandillard@genmy.com","city":"Curtice","state":"NV"} -{"index":{"_type": "temp_account", "_id":"720"}} +{"index":{"_id":"720"}} {"account_number":720,"balance":31356,"firstname":"Ruth","lastname":"Vance","age":32,"gender":"F","address":"229 Adams Street","employer":"Zilidium","email":"ruthvance@zilidium.com","city":"Allison","state":"IA"} -{"index":{"_type": "temp_account", "_id":"725"}} +{"index":{"_id":"725"}} {"account_number":725,"balance":14677,"firstname":"Reeves","lastname":"Tillman","age":26,"gender":"M","address":"674 Ivan Court","employer":"Cemention","email":"reevestillman@cemention.com","city":"Navarre","state":"MA"} -{"index":{"_type": "temp_account", "_id":"732"}} +{"index":{"_id":"732"}} {"account_number":732,"balance":38445,"firstname":"Delia","lastname":"Cruz","age":37,"gender":"F","address":"870 Cheever Place","employer":"Multron","email":"deliacruz@multron.com","city":"Cresaptown","state":"NH"} -{"index":{"_type": "temp_account", "_id":"737"}} +{"index":{"_id":"737"}} {"account_number":737,"balance":40431,"firstname":"Sampson","lastname":"Yates","age":23,"gender":"F","address":"214 Cox Place","employer":"Signidyne","email":"sampsonyates@signidyne.com","city":"Brazos","state":"GA"} -{"index":{"_type": "temp_account", "_id":"744"}} +{"index":{"_id":"744"}} {"account_number":744,"balance":8690,"firstname":"Bernard","lastname":"Martinez","age":21,"gender":"M","address":"148 Dunne Place","employer":"Dragbot","email":"bernardmartinez@dragbot.com","city":"Moraida","state":"MN"} -{"index":{"_type": "temp_account", "_id":"749"}} +{"index":{"_id":"749"}} {"account_number":749,"balance":1249,"firstname":"Rush","lastname":"Boyle","age":36,"gender":"M","address":"310 Argyle Road","employer":"Sportan","email":"rushboyle@sportan.com","city":"Brady","state":"WA"} -{"index":{"_type": "temp_account", "_id":"751"}} +{"index":{"_id":"751"}} {"account_number":751,"balance":49252,"firstname":"Patrick","lastname":"Osborne","age":23,"gender":"M","address":"915 Prospect Avenue","employer":"Gynko","email":"patrickosborne@gynko.com","city":"Takilma","state":"MO"} -{"index":{"_type": "temp_account", "_id":"756"}} +{"index":{"_id":"756"}} {"account_number":756,"balance":40006,"firstname":"Jasmine","lastname":"Howell","age":32,"gender":"M","address":"605 Elliott Walk","employer":"Ecratic","email":"jasminehowell@ecratic.com","city":"Harrodsburg","state":"OH"} -{"index":{"_type": "temp_account", "_id":"763"}} +{"index":{"_id":"763"}} {"account_number":763,"balance":12091,"firstname":"Liz","lastname":"Bentley","age":22,"gender":"F","address":"933 Debevoise Avenue","employer":"Nipaz","email":"lizbentley@nipaz.com","city":"Glenville","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"768"}} +{"index":{"_id":"768"}} {"account_number":768,"balance":2213,"firstname":"Sondra","lastname":"Soto","age":21,"gender":"M","address":"625 Colonial Road","employer":"Navir","email":"sondrasoto@navir.com","city":"Benson","state":"VA"} -{"index":{"_type": "temp_account", "_id":"770"}} +{"index":{"_id":"770"}} {"account_number":770,"balance":39505,"firstname":"Joann","lastname":"Crane","age":26,"gender":"M","address":"798 Farragut Place","employer":"Lingoage","email":"joanncrane@lingoage.com","city":"Kirk","state":"MA"} -{"index":{"_type": "temp_account", "_id":"775"}} +{"index":{"_id":"775"}} {"account_number":775,"balance":27943,"firstname":"Wilson","lastname":"Merritt","age":33,"gender":"F","address":"288 Thornton Street","employer":"Geeky","email":"wilsonmerritt@geeky.com","city":"Holtville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"782"}} +{"index":{"_id":"782"}} {"account_number":782,"balance":3960,"firstname":"Maldonado","lastname":"Craig","age":36,"gender":"F","address":"345 Myrtle Avenue","employer":"Zilencio","email":"maldonadocraig@zilencio.com","city":"Yukon","state":"ID"} -{"index":{"_type": "temp_account", "_id":"787"}} +{"index":{"_id":"787"}} {"account_number":787,"balance":11876,"firstname":"Harper","lastname":"Wynn","age":21,"gender":"F","address":"139 Oceanic Avenue","employer":"Interfind","email":"harperwynn@interfind.com","city":"Gerber","state":"ND"} -{"index":{"_type": "temp_account", "_id":"794"}} +{"index":{"_id":"794"}} {"account_number":794,"balance":16491,"firstname":"Walker","lastname":"Charles","age":32,"gender":"M","address":"215 Kenilworth Place","employer":"Orbin","email":"walkercharles@orbin.com","city":"Rivers","state":"WI"} -{"index":{"_type": "temp_account", "_id":"799"}} +{"index":{"_id":"799"}} {"account_number":799,"balance":2889,"firstname":"Myra","lastname":"Guerra","age":28,"gender":"F","address":"625 Dahlgreen Place","employer":"Digigene","email":"myraguerra@digigene.com","city":"Draper","state":"CA"} -{"index":{"_type": "temp_account", "_id":"802"}} +{"index":{"_id":"802"}} {"account_number":802,"balance":19630,"firstname":"Gracie","lastname":"Foreman","age":40,"gender":"F","address":"219 Kent Avenue","employer":"Supportal","email":"gracieforeman@supportal.com","city":"Westboro","state":"NH"} -{"index":{"_type": "temp_account", "_id":"807"}} +{"index":{"_id":"807"}} {"account_number":807,"balance":29206,"firstname":"Hatfield","lastname":"Lowe","age":23,"gender":"M","address":"499 Adler Place","employer":"Lovepad","email":"hatfieldlowe@lovepad.com","city":"Wiscon","state":"DC"} -{"index":{"_type": "temp_account", "_id":"814"}} +{"index":{"_id":"814"}} {"account_number":814,"balance":9838,"firstname":"Morse","lastname":"Mcbride","age":26,"gender":"F","address":"776 Calyer Street","employer":"Inear","email":"morsemcbride@inear.com","city":"Kingstowne","state":"ND"} -{"index":{"_type": "temp_account", "_id":"819"}} +{"index":{"_id":"819"}} {"account_number":819,"balance":3971,"firstname":"Karyn","lastname":"Medina","age":24,"gender":"F","address":"417 Utica Avenue","employer":"Qnekt","email":"karynmedina@qnekt.com","city":"Kerby","state":"WY"} -{"index":{"_type": "temp_account", "_id":"821"}} +{"index":{"_id":"821"}} {"account_number":821,"balance":33271,"firstname":"Trisha","lastname":"Blankenship","age":22,"gender":"M","address":"329 Jamaica Avenue","employer":"Chorizon","email":"trishablankenship@chorizon.com","city":"Sexton","state":"VT"} -{"index":{"_type": "temp_account", "_id":"826"}} +{"index":{"_id":"826"}} {"account_number":826,"balance":11548,"firstname":"Summers","lastname":"Vinson","age":22,"gender":"F","address":"742 Irwin Street","employer":"Globoil","email":"summersvinson@globoil.com","city":"Callaghan","state":"WY"} -{"index":{"_type": "temp_account", "_id":"833"}} +{"index":{"_id":"833"}} {"account_number":833,"balance":46154,"firstname":"Woodward","lastname":"Hood","age":22,"gender":"M","address":"398 Atkins Avenue","employer":"Zedalis","email":"woodwardhood@zedalis.com","city":"Stonybrook","state":"NE"} -{"index":{"_type": "temp_account", "_id":"838"}} +{"index":{"_id":"838"}} {"account_number":838,"balance":24629,"firstname":"Latonya","lastname":"Blake","age":37,"gender":"F","address":"531 Milton Street","employer":"Rugstars","email":"latonyablake@rugstars.com","city":"Tedrow","state":"WA"} -{"index":{"_type": "temp_account", "_id":"840"}} +{"index":{"_id":"840"}} {"account_number":840,"balance":39615,"firstname":"Boone","lastname":"Gomez","age":38,"gender":"M","address":"256 Hampton Place","employer":"Geekular","email":"boonegomez@geekular.com","city":"Westerville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"845"}} +{"index":{"_id":"845"}} {"account_number":845,"balance":35422,"firstname":"Tracy","lastname":"Vaughn","age":39,"gender":"M","address":"645 Rockaway Parkway","employer":"Andryx","email":"tracyvaughn@andryx.com","city":"Wilmington","state":"ME"} -{"index":{"_type": "temp_account", "_id":"852"}} +{"index":{"_id":"852"}} {"account_number":852,"balance":6041,"firstname":"Allen","lastname":"Hammond","age":26,"gender":"M","address":"793 Essex Street","employer":"Tersanki","email":"allenhammond@tersanki.com","city":"Osmond","state":"NC"} -{"index":{"_type": "temp_account", "_id":"857"}} +{"index":{"_id":"857"}} {"account_number":857,"balance":39678,"firstname":"Alyce","lastname":"Douglas","age":23,"gender":"M","address":"326 Robert Street","employer":"Earbang","email":"alycedouglas@earbang.com","city":"Thornport","state":"GA"} -{"index":{"_type": "temp_account", "_id":"864"}} +{"index":{"_id":"864"}} {"account_number":864,"balance":21804,"firstname":"Duffy","lastname":"Anthony","age":23,"gender":"M","address":"582 Cooke Court","employer":"Schoolio","email":"duffyanthony@schoolio.com","city":"Brenton","state":"CO"} -{"index":{"_type": "temp_account", "_id":"869"}} +{"index":{"_id":"869"}} {"account_number":869,"balance":43544,"firstname":"Corinne","lastname":"Robbins","age":25,"gender":"F","address":"732 Quentin Road","employer":"Orbaxter","email":"corinnerobbins@orbaxter.com","city":"Roy","state":"TN"} -{"index":{"_type": "temp_account", "_id":"871"}} +{"index":{"_id":"871"}} {"account_number":871,"balance":35854,"firstname":"Norma","lastname":"Burt","age":32,"gender":"M","address":"934 Cyrus Avenue","employer":"Magnafone","email":"normaburt@magnafone.com","city":"Eden","state":"TN"} -{"index":{"_type": "temp_account", "_id":"876"}} +{"index":{"_id":"876"}} {"account_number":876,"balance":48568,"firstname":"Brady","lastname":"Glover","age":21,"gender":"F","address":"565 Oceanview Avenue","employer":"Comvex","email":"bradyglover@comvex.com","city":"Noblestown","state":"ID"} -{"index":{"_type": "temp_account", "_id":"883"}} +{"index":{"_id":"883"}} {"account_number":883,"balance":33679,"firstname":"Austin","lastname":"Jefferson","age":34,"gender":"M","address":"846 Lincoln Avenue","employer":"Polarax","email":"austinjefferson@polarax.com","city":"Savannah","state":"CT"} -{"index":{"_type": "temp_account", "_id":"888"}} +{"index":{"_id":"888"}} {"account_number":888,"balance":22277,"firstname":"Myrna","lastname":"Herman","age":39,"gender":"F","address":"649 Harwood Place","employer":"Enthaze","email":"myrnaherman@enthaze.com","city":"Idamay","state":"AR"} -{"index":{"_type": "temp_account", "_id":"890"}} +{"index":{"_id":"890"}} {"account_number":890,"balance":31198,"firstname":"Alvarado","lastname":"Pate","age":25,"gender":"M","address":"269 Ashland Place","employer":"Ovolo","email":"alvaradopate@ovolo.com","city":"Volta","state":"MI"} -{"index":{"_type": "temp_account", "_id":"895"}} +{"index":{"_id":"895"}} {"account_number":895,"balance":7327,"firstname":"Lara","lastname":"Mcdaniel","age":36,"gender":"M","address":"854 Willow Place","employer":"Acusage","email":"laramcdaniel@acusage.com","city":"Imperial","state":"NC"} -{"index":{"_type": "temp_account", "_id":"903"}} +{"index":{"_id":"903"}} {"account_number":903,"balance":10238,"firstname":"Wade","lastname":"Page","age":35,"gender":"F","address":"685 Waldorf Court","employer":"Eplosion","email":"wadepage@eplosion.com","city":"Welda","state":"AL"} -{"index":{"_type": "temp_account", "_id":"908"}} +{"index":{"_id":"908"}} {"account_number":908,"balance":45975,"firstname":"Mosley","lastname":"Holloway","age":31,"gender":"M","address":"929 Eldert Lane","employer":"Anivet","email":"mosleyholloway@anivet.com","city":"Biehle","state":"MS"} -{"index":{"_type": "temp_account", "_id":"910"}} +{"index":{"_id":"910"}} {"account_number":910,"balance":36831,"firstname":"Esmeralda","lastname":"James","age":23,"gender":"F","address":"535 High Street","employer":"Terrasys","email":"esmeraldajames@terrasys.com","city":"Dubois","state":"IN"} -{"index":{"_type": "temp_account", "_id":"915"}} +{"index":{"_id":"915"}} {"account_number":915,"balance":19816,"firstname":"Farrell","lastname":"French","age":35,"gender":"F","address":"126 McKibbin Street","employer":"Techmania","email":"farrellfrench@techmania.com","city":"Wescosville","state":"AL"} -{"index":{"_type": "temp_account", "_id":"922"}} +{"index":{"_id":"922"}} {"account_number":922,"balance":39347,"firstname":"Irwin","lastname":"Pugh","age":32,"gender":"M","address":"463 Shale Street","employer":"Idego","email":"irwinpugh@idego.com","city":"Ivanhoe","state":"ID"} -{"index":{"_type": "temp_account", "_id":"927"}} +{"index":{"_id":"927"}} {"account_number":927,"balance":19976,"firstname":"Jeanette","lastname":"Acevedo","age":26,"gender":"M","address":"694 Polhemus Place","employer":"Halap","email":"jeanetteacevedo@halap.com","city":"Harrison","state":"MO"} -{"index":{"_type": "temp_account", "_id":"934"}} +{"index":{"_id":"934"}} {"account_number":934,"balance":43987,"firstname":"Freida","lastname":"Daniels","age":34,"gender":"M","address":"448 Cove Lane","employer":"Vurbo","email":"freidadaniels@vurbo.com","city":"Snelling","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"939"}} +{"index":{"_id":"939"}} {"account_number":939,"balance":31228,"firstname":"Hodges","lastname":"Massey","age":37,"gender":"F","address":"431 Dahl Court","employer":"Kegular","email":"hodgesmassey@kegular.com","city":"Katonah","state":"MD"} -{"index":{"_type": "temp_account", "_id":"941"}} +{"index":{"_id":"941"}} {"account_number":941,"balance":38796,"firstname":"Kim","lastname":"Moss","age":28,"gender":"F","address":"105 Onderdonk Avenue","employer":"Digirang","email":"kimmoss@digirang.com","city":"Centerville","state":"TX"} -{"index":{"_type": "temp_account", "_id":"946"}} +{"index":{"_id":"946"}} {"account_number":946,"balance":42794,"firstname":"Ina","lastname":"Obrien","age":36,"gender":"M","address":"339 Rewe Street","employer":"Eclipsent","email":"inaobrien@eclipsent.com","city":"Soham","state":"RI"} -{"index":{"_type": "temp_account", "_id":"953"}} +{"index":{"_id":"953"}} {"account_number":953,"balance":1110,"firstname":"Baxter","lastname":"Black","age":27,"gender":"M","address":"720 Stillwell Avenue","employer":"Uplinx","email":"baxterblack@uplinx.com","city":"Drummond","state":"MN"} -{"index":{"_type": "temp_account", "_id":"958"}} +{"index":{"_id":"958"}} {"account_number":958,"balance":32849,"firstname":"Brown","lastname":"Wilkins","age":40,"gender":"M","address":"686 Delmonico Place","employer":"Medesign","email":"brownwilkins@medesign.com","city":"Shelby","state":"WY"} -{"index":{"_type": "temp_account", "_id":"960"}} +{"index":{"_id":"960"}} {"account_number":960,"balance":2905,"firstname":"Curry","lastname":"Vargas","age":40,"gender":"M","address":"242 Blake Avenue","employer":"Pearlesex","email":"curryvargas@pearlesex.com","city":"Henrietta","state":"NH"} -{"index":{"_type": "temp_account", "_id":"965"}} +{"index":{"_id":"965"}} {"account_number":965,"balance":21882,"firstname":"Patrica","lastname":"Melton","age":28,"gender":"M","address":"141 Rodney Street","employer":"Flexigen","email":"patricamelton@flexigen.com","city":"Klagetoh","state":"MD"} -{"index":{"_type": "temp_account", "_id":"972"}} +{"index":{"_id":"972"}} {"account_number":972,"balance":24719,"firstname":"Leona","lastname":"Christian","age":26,"gender":"F","address":"900 Woodpoint Road","employer":"Extrawear","email":"leonachristian@extrawear.com","city":"Roderfield","state":"MA"} -{"index":{"_type": "temp_account", "_id":"977"}} +{"index":{"_id":"977"}} {"account_number":977,"balance":6744,"firstname":"Rodgers","lastname":"Mccray","age":21,"gender":"F","address":"612 Duryea Place","employer":"Papricut","email":"rodgersmccray@papricut.com","city":"Marenisco","state":"MD"} -{"index":{"_type": "temp_account", "_id":"984"}} +{"index":{"_id":"984"}} {"account_number":984,"balance":1904,"firstname":"Viola","lastname":"Crawford","age":35,"gender":"F","address":"354 Linwood Street","employer":"Ginkle","email":"violacrawford@ginkle.com","city":"Witmer","state":"AR"} -{"index":{"_type": "temp_account", "_id":"989"}} +{"index":{"_id":"989"}} {"account_number":989,"balance":48622,"firstname":"Franklin","lastname":"Frank","age":38,"gender":"M","address":"270 Carlton Avenue","employer":"Shopabout","email":"franklinfrank@shopabout.com","city":"Guthrie","state":"NC"} -{"index":{"_type": "temp_account", "_id":"991"}} +{"index":{"_id":"991"}} {"account_number":991,"balance":4239,"firstname":"Connie","lastname":"Berry","age":28,"gender":"F","address":"647 Gardner Avenue","employer":"Flumbo","email":"connieberry@flumbo.com","city":"Frierson","state":"MO"} -{"index":{"_type": "temp_account", "_id":"996"}} +{"index":{"_id":"996"}} {"account_number":996,"balance":17541,"firstname":"Andrews","lastname":"Herrera","age":30,"gender":"F","address":"570 Vandam Street","employer":"Klugger","email":"andrewsherrera@klugger.com","city":"Whitehaven","state":"MN"} -{"index":{"_type": "temp_account", "_id":"0"}} +{"index":{"_id":"0"}} {"account_number":0,"balance":16623,"firstname":"Bradshaw","lastname":"Mckenzie","age":29,"gender":"F","address":"244 Columbus Place","employer":"Euron","email":"bradshawmckenzie@euron.com","city":"Hobucken","state":"CO"} -{"index":{"_type": "temp_account", "_id":"5"}} +{"index":{"_id":"5"}} {"account_number":5,"balance":29342,"firstname":"Leola","lastname":"Stewart","age":30,"gender":"F","address":"311 Elm Place","employer":"Diginetic","email":"leolastewart@diginetic.com","city":"Fairview","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"12"}} +{"index":{"_id":"12"}} {"account_number":12,"balance":37055,"firstname":"Stafford","lastname":"Brock","age":20,"gender":"F","address":"296 Wythe Avenue","employer":"Uncorp","email":"staffordbrock@uncorp.com","city":"Bend","state":"AL"} -{"index":{"_type": "temp_account", "_id":"17"}} +{"index":{"_id":"17"}} {"account_number":17,"balance":7831,"firstname":"Bessie","lastname":"Orr","age":31,"gender":"F","address":"239 Hinsdale Street","employer":"Skyplex","email":"bessieorr@skyplex.com","city":"Graball","state":"FL"} -{"index":{"_type": "temp_account", "_id":"24"}} +{"index":{"_id":"24"}} {"account_number":24,"balance":44182,"firstname":"Wood","lastname":"Dale","age":39,"gender":"M","address":"582 Gelston Avenue","employer":"Besto","email":"wooddale@besto.com","city":"Juntura","state":"MI"} -{"index":{"_type": "temp_account", "_id":"29"}} +{"index":{"_id":"29"}} {"account_number":29,"balance":27323,"firstname":"Leah","lastname":"Santiago","age":33,"gender":"M","address":"193 Schenck Avenue","employer":"Isologix","email":"leahsantiago@isologix.com","city":"Gerton","state":"ND"} -{"index":{"_type": "temp_account", "_id":"31"}} +{"index":{"_id":"31"}} {"account_number":31,"balance":30443,"firstname":"Kristen","lastname":"Santana","age":22,"gender":"F","address":"130 Middagh Street","employer":"Dogspa","email":"kristensantana@dogspa.com","city":"Vale","state":"MA"} -{"index":{"_type": "temp_account", "_id":"36"}} +{"index":{"_id":"36"}} {"account_number":36,"balance":15902,"firstname":"Alexandra","lastname":"Nguyen","age":39,"gender":"F","address":"389 Elizabeth Place","employer":"Bittor","email":"alexandranguyen@bittor.com","city":"Hemlock","state":"KY"} -{"index":{"_type": "temp_account", "_id":"43"}} +{"index":{"_id":"43"}} {"account_number":43,"balance":33474,"firstname":"Ryan","lastname":"Howe","age":25,"gender":"M","address":"660 Huntington Street","employer":"Microluxe","email":"ryanhowe@microluxe.com","city":"Clara","state":"CT"} -{"index":{"_type": "temp_account", "_id":"48"}} +{"index":{"_id":"48"}} {"account_number":48,"balance":40608,"firstname":"Peck","lastname":"Downs","age":39,"gender":"F","address":"594 Dwight Street","employer":"Ramjob","email":"peckdowns@ramjob.com","city":"Coloma","state":"WA"} -{"index":{"_type": "temp_account", "_id":"50"}} +{"index":{"_id":"50"}} {"account_number":50,"balance":43695,"firstname":"Sheena","lastname":"Kirkland","age":33,"gender":"M","address":"598 Bank Street","employer":"Zerbina","email":"sheenakirkland@zerbina.com","city":"Walland","state":"IN"} -{"index":{"_type": "temp_account", "_id":"55"}} +{"index":{"_id":"55"}} {"account_number":55,"balance":22020,"firstname":"Shelia","lastname":"Puckett","age":33,"gender":"M","address":"265 Royce Place","employer":"Izzby","email":"sheliapuckett@izzby.com","city":"Slovan","state":"HI"} -{"index":{"_type": "temp_account", "_id":"62"}} +{"index":{"_id":"62"}} {"account_number":62,"balance":43065,"firstname":"Lester","lastname":"Stanton","age":37,"gender":"M","address":"969 Doughty Street","employer":"Geekko","email":"lesterstanton@geekko.com","city":"Itmann","state":"DC"} -{"index":{"_type": "temp_account", "_id":"67"}} +{"index":{"_id":"67"}} {"account_number":67,"balance":39430,"firstname":"Isabelle","lastname":"Spence","age":39,"gender":"M","address":"718 Troy Avenue","employer":"Geeketron","email":"isabellespence@geeketron.com","city":"Camptown","state":"WA"} -{"index":{"_type": "temp_account", "_id":"74"}} +{"index":{"_id":"74"}} {"account_number":74,"balance":47167,"firstname":"Lauri","lastname":"Saunders","age":38,"gender":"F","address":"768 Lynch Street","employer":"Securia","email":"laurisaunders@securia.com","city":"Caroline","state":"TN"} -{"index":{"_type": "temp_account", "_id":"79"}} +{"index":{"_id":"79"}} {"account_number":79,"balance":28185,"firstname":"Booker","lastname":"Lowery","age":29,"gender":"M","address":"817 Campus Road","employer":"Sensate","email":"bookerlowery@sensate.com","city":"Carlos","state":"MT"} -{"index":{"_type": "temp_account", "_id":"81"}} +{"index":{"_id":"81"}} {"account_number":81,"balance":46568,"firstname":"Dennis","lastname":"Gilbert","age":40,"gender":"M","address":"619 Minna Street","employer":"Melbacor","email":"dennisgilbert@melbacor.com","city":"Kersey","state":"ND"} -{"index":{"_type": "temp_account", "_id":"86"}} +{"index":{"_id":"86"}} {"account_number":86,"balance":15428,"firstname":"Walton","lastname":"Butler","age":36,"gender":"M","address":"999 Schenck Street","employer":"Unisure","email":"waltonbutler@unisure.com","city":"Bentonville","state":"IL"} -{"index":{"_type": "temp_account", "_id":"93"}} +{"index":{"_id":"93"}} {"account_number":93,"balance":17728,"firstname":"Jeri","lastname":"Booth","age":31,"gender":"M","address":"322 Roosevelt Court","employer":"Geekology","email":"jeribooth@geekology.com","city":"Leming","state":"ND"} -{"index":{"_type": "temp_account", "_id":"98"}} +{"index":{"_id":"98"}} {"account_number":98,"balance":15085,"firstname":"Cora","lastname":"Barrett","age":24,"gender":"F","address":"555 Neptune Court","employer":"Kiosk","email":"corabarrett@kiosk.com","city":"Independence","state":"MN"} -{"index":{"_type": "temp_account", "_id":"101"}} +{"index":{"_id":"101"}} {"account_number":101,"balance":43400,"firstname":"Cecelia","lastname":"Grimes","age":31,"gender":"M","address":"972 Lincoln Place","employer":"Ecosys","email":"ceceliagrimes@ecosys.com","city":"Manchester","state":"AR"} -{"index":{"_type": "temp_account", "_id":"106"}} +{"index":{"_id":"106"}} {"account_number":106,"balance":8212,"firstname":"Josefina","lastname":"Wagner","age":36,"gender":"M","address":"418 Estate Road","employer":"Kyaguru","email":"josefinawagner@kyaguru.com","city":"Darbydale","state":"FL"} -{"index":{"_type": "temp_account", "_id":"113"}} +{"index":{"_id":"113"}} {"account_number":113,"balance":41652,"firstname":"Burt","lastname":"Moses","age":27,"gender":"M","address":"633 Berry Street","employer":"Uni","email":"burtmoses@uni.com","city":"Russellville","state":"CT"} -{"index":{"_type": "temp_account", "_id":"118"}} +{"index":{"_id":"118"}} {"account_number":118,"balance":2223,"firstname":"Ballard","lastname":"Vasquez","age":33,"gender":"F","address":"101 Bush Street","employer":"Intergeek","email":"ballardvasquez@intergeek.com","city":"Century","state":"MN"} -{"index":{"_type": "temp_account", "_id":"120"}} +{"index":{"_id":"120"}} {"account_number":120,"balance":38565,"firstname":"Browning","lastname":"Rodriquez","age":33,"gender":"M","address":"910 Moore Street","employer":"Opportech","email":"browningrodriquez@opportech.com","city":"Cutter","state":"ND"} -{"index":{"_type": "temp_account", "_id":"125"}} +{"index":{"_id":"125"}} {"account_number":125,"balance":5396,"firstname":"Tanisha","lastname":"Dixon","age":30,"gender":"M","address":"482 Hancock Street","employer":"Junipoor","email":"tanishadixon@junipoor.com","city":"Wauhillau","state":"IA"} -{"index":{"_type": "temp_account", "_id":"132"}} +{"index":{"_id":"132"}} {"account_number":132,"balance":37707,"firstname":"Horton","lastname":"Romero","age":35,"gender":"M","address":"427 Rutherford Place","employer":"Affluex","email":"hortonromero@affluex.com","city":"Hall","state":"AK"} -{"index":{"_type": "temp_account", "_id":"137"}} +{"index":{"_id":"137"}} {"account_number":137,"balance":3596,"firstname":"Frost","lastname":"Freeman","age":29,"gender":"F","address":"191 Dennett Place","employer":"Beadzza","email":"frostfreeman@beadzza.com","city":"Sabillasville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"144"}} +{"index":{"_id":"144"}} {"account_number":144,"balance":43257,"firstname":"Evans","lastname":"Dyer","age":30,"gender":"F","address":"912 Post Court","employer":"Magmina","email":"evansdyer@magmina.com","city":"Gordon","state":"HI"} -{"index":{"_type": "temp_account", "_id":"149"}} +{"index":{"_id":"149"}} {"account_number":149,"balance":22994,"firstname":"Megan","lastname":"Gonzales","age":21,"gender":"M","address":"836 Tampa Court","employer":"Andershun","email":"megangonzales@andershun.com","city":"Rockhill","state":"AL"} -{"index":{"_type": "temp_account", "_id":"151"}} +{"index":{"_id":"151"}} {"account_number":151,"balance":34473,"firstname":"Kent","lastname":"Joyner","age":20,"gender":"F","address":"799 Truxton Street","employer":"Kozgene","email":"kentjoyner@kozgene.com","city":"Allamuchy","state":"DC"} -{"index":{"_type": "temp_account", "_id":"156"}} +{"index":{"_id":"156"}} {"account_number":156,"balance":40185,"firstname":"Sloan","lastname":"Pennington","age":24,"gender":"F","address":"573 Opal Court","employer":"Hopeli","email":"sloanpennington@hopeli.com","city":"Evergreen","state":"CT"} -{"index":{"_type": "temp_account", "_id":"163"}} +{"index":{"_id":"163"}} {"account_number":163,"balance":43075,"firstname":"Wilda","lastname":"Norman","age":33,"gender":"F","address":"173 Beadel Street","employer":"Kog","email":"wildanorman@kog.com","city":"Bodega","state":"ME"} -{"index":{"_type": "temp_account", "_id":"168"}} +{"index":{"_id":"168"}} {"account_number":168,"balance":49568,"firstname":"Carissa","lastname":"Simon","age":20,"gender":"M","address":"975 Flatbush Avenue","employer":"Zillacom","email":"carissasimon@zillacom.com","city":"Neibert","state":"IL"} -{"index":{"_type": "temp_account", "_id":"170"}} +{"index":{"_id":"170"}} {"account_number":170,"balance":6025,"firstname":"Mann","lastname":"Madden","age":36,"gender":"F","address":"161 Radde Place","employer":"Farmex","email":"mannmadden@farmex.com","city":"Thermal","state":"LA"} -{"index":{"_type": "temp_account", "_id":"175"}} +{"index":{"_id":"175"}} {"account_number":175,"balance":16213,"firstname":"Montoya","lastname":"Donaldson","age":28,"gender":"F","address":"481 Morton Street","employer":"Envire","email":"montoyadonaldson@envire.com","city":"Delco","state":"MA"} -{"index":{"_type": "temp_account", "_id":"182"}} +{"index":{"_id":"182"}} {"account_number":182,"balance":7803,"firstname":"Manuela","lastname":"Dillon","age":21,"gender":"M","address":"742 Garnet Street","employer":"Moreganic","email":"manueladillon@moreganic.com","city":"Ilchester","state":"TX"} -{"index":{"_type": "temp_account", "_id":"187"}} +{"index":{"_id":"187"}} {"account_number":187,"balance":26581,"firstname":"Autumn","lastname":"Hodges","age":35,"gender":"M","address":"757 Granite Street","employer":"Ezentia","email":"autumnhodges@ezentia.com","city":"Martinsville","state":"KY"} -{"index":{"_type": "temp_account", "_id":"194"}} +{"index":{"_id":"194"}} {"account_number":194,"balance":16311,"firstname":"Beck","lastname":"Rosario","age":39,"gender":"M","address":"721 Cambridge Place","employer":"Zoid","email":"beckrosario@zoid.com","city":"Efland","state":"ID"} -{"index":{"_type": "temp_account", "_id":"199"}} +{"index":{"_id":"199"}} {"account_number":199,"balance":18086,"firstname":"Branch","lastname":"Love","age":26,"gender":"M","address":"458 Commercial Street","employer":"Frolix","email":"branchlove@frolix.com","city":"Caspar","state":"NC"} -{"index":{"_type": "temp_account", "_id":"202"}} +{"index":{"_id":"202"}} {"account_number":202,"balance":26466,"firstname":"Medina","lastname":"Brown","age":31,"gender":"F","address":"519 Sunnyside Court","employer":"Bleendot","email":"medinabrown@bleendot.com","city":"Winfred","state":"MI"} -{"index":{"_type": "temp_account", "_id":"207"}} +{"index":{"_id":"207"}} {"account_number":207,"balance":45535,"firstname":"Evelyn","lastname":"Lara","age":35,"gender":"F","address":"636 Chestnut Street","employer":"Ultrasure","email":"evelynlara@ultrasure.com","city":"Logan","state":"MI"} -{"index":{"_type": "temp_account", "_id":"214"}} +{"index":{"_id":"214"}} {"account_number":214,"balance":24418,"firstname":"Luann","lastname":"Faulkner","age":37,"gender":"F","address":"697 Hazel Court","employer":"Zolar","email":"luannfaulkner@zolar.com","city":"Ticonderoga","state":"TX"} -{"index":{"_type": "temp_account", "_id":"219"}} +{"index":{"_id":"219"}} {"account_number":219,"balance":17127,"firstname":"Edwards","lastname":"Hurley","age":25,"gender":"M","address":"834 Stockholm Street","employer":"Austech","email":"edwardshurley@austech.com","city":"Bayview","state":"NV"} -{"index":{"_type": "temp_account", "_id":"221"}} +{"index":{"_id":"221"}} {"account_number":221,"balance":15803,"firstname":"Benjamin","lastname":"Barrera","age":34,"gender":"M","address":"568 Main Street","employer":"Zaphire","email":"benjaminbarrera@zaphire.com","city":"Germanton","state":"WY"} -{"index":{"_type": "temp_account", "_id":"226"}} +{"index":{"_id":"226"}} {"account_number":226,"balance":37720,"firstname":"Wilkins","lastname":"Brady","age":40,"gender":"F","address":"486 Baltic Street","employer":"Dogtown","email":"wilkinsbrady@dogtown.com","city":"Condon","state":"MT"} -{"index":{"_type": "temp_account", "_id":"233"}} +{"index":{"_id":"233"}} {"account_number":233,"balance":23020,"firstname":"Washington","lastname":"Walsh","age":27,"gender":"M","address":"366 Church Avenue","employer":"Candecor","email":"washingtonwalsh@candecor.com","city":"Westphalia","state":"MA"} -{"index":{"_type": "temp_account", "_id":"238"}} +{"index":{"_id":"238"}} {"account_number":238,"balance":21287,"firstname":"Constance","lastname":"Wong","age":28,"gender":"M","address":"496 Brown Street","employer":"Grainspot","email":"constancewong@grainspot.com","city":"Cecilia","state":"IN"} -{"index":{"_type": "temp_account", "_id":"240"}} +{"index":{"_id":"240"}} {"account_number":240,"balance":49741,"firstname":"Oconnor","lastname":"Clay","age":35,"gender":"F","address":"659 Highland Boulevard","employer":"Franscene","email":"oconnorclay@franscene.com","city":"Kilbourne","state":"NH"} -{"index":{"_type": "temp_account", "_id":"245"}} +{"index":{"_id":"245"}} {"account_number":245,"balance":22026,"firstname":"Fran","lastname":"Bolton","age":28,"gender":"F","address":"147 Jerome Street","employer":"Solaren","email":"franbolton@solaren.com","city":"Nash","state":"RI"} -{"index":{"_type": "temp_account", "_id":"252"}} +{"index":{"_id":"252"}} {"account_number":252,"balance":18831,"firstname":"Elvia","lastname":"Poole","age":22,"gender":"F","address":"836 Delevan Street","employer":"Velity","email":"elviapoole@velity.com","city":"Groveville","state":"MI"} -{"index":{"_type": "temp_account", "_id":"257"}} +{"index":{"_id":"257"}} {"account_number":257,"balance":5318,"firstname":"Olive","lastname":"Oneil","age":35,"gender":"F","address":"457 Decatur Street","employer":"Helixo","email":"oliveoneil@helixo.com","city":"Chicopee","state":"MI"} -{"index":{"_type": "temp_account", "_id":"264"}} +{"index":{"_id":"264"}} {"account_number":264,"balance":22084,"firstname":"Samantha","lastname":"Ferrell","age":35,"gender":"F","address":"488 Fulton Street","employer":"Flum","email":"samanthaferrell@flum.com","city":"Brandywine","state":"MT"} -{"index":{"_type": "temp_account", "_id":"269"}} +{"index":{"_id":"269"}} {"account_number":269,"balance":43317,"firstname":"Crosby","lastname":"Figueroa","age":34,"gender":"M","address":"910 Aurelia Court","employer":"Pyramia","email":"crosbyfigueroa@pyramia.com","city":"Leyner","state":"OH"} -{"index":{"_type": "temp_account", "_id":"271"}} +{"index":{"_id":"271"}} {"account_number":271,"balance":11864,"firstname":"Holt","lastname":"Walter","age":30,"gender":"F","address":"645 Poplar Avenue","employer":"Grupoli","email":"holtwalter@grupoli.com","city":"Mansfield","state":"OR"} -{"index":{"_type": "temp_account", "_id":"276"}} +{"index":{"_id":"276"}} {"account_number":276,"balance":11606,"firstname":"Pittman","lastname":"Mathis","age":23,"gender":"F","address":"567 Charles Place","employer":"Zuvy","email":"pittmanmathis@zuvy.com","city":"Roeville","state":"KY"} -{"index":{"_type": "temp_account", "_id":"283"}} +{"index":{"_id":"283"}} {"account_number":283,"balance":24070,"firstname":"Fuentes","lastname":"Foley","age":30,"gender":"M","address":"729 Walker Court","employer":"Knowlysis","email":"fuentesfoley@knowlysis.com","city":"Tryon","state":"TN"} -{"index":{"_type": "temp_account", "_id":"288"}} +{"index":{"_id":"288"}} {"account_number":288,"balance":27243,"firstname":"Wong","lastname":"Stone","age":39,"gender":"F","address":"440 Willoughby Street","employer":"Zentix","email":"wongstone@zentix.com","city":"Wheatfields","state":"DC"} -{"index":{"_type": "temp_account", "_id":"290"}} +{"index":{"_id":"290"}} {"account_number":290,"balance":26103,"firstname":"Neva","lastname":"Burgess","age":37,"gender":"F","address":"985 Wyona Street","employer":"Slofast","email":"nevaburgess@slofast.com","city":"Cawood","state":"DC"} -{"index":{"_type": "temp_account", "_id":"295"}} +{"index":{"_id":"295"}} {"account_number":295,"balance":37358,"firstname":"Howe","lastname":"Nash","age":20,"gender":"M","address":"833 Union Avenue","employer":"Aquacine","email":"howenash@aquacine.com","city":"Indio","state":"MN"} -{"index":{"_type": "temp_account", "_id":"303"}} +{"index":{"_id":"303"}} {"account_number":303,"balance":21976,"firstname":"Huffman","lastname":"Green","age":24,"gender":"F","address":"455 Colby Court","employer":"Comtest","email":"huffmangreen@comtest.com","city":"Weeksville","state":"UT"} -{"index":{"_type": "temp_account", "_id":"308"}} +{"index":{"_id":"308"}} {"account_number":308,"balance":33989,"firstname":"Glass","lastname":"Schroeder","age":25,"gender":"F","address":"670 Veterans Avenue","employer":"Realmo","email":"glassschroeder@realmo.com","city":"Gratton","state":"NY"} -{"index":{"_type": "temp_account", "_id":"310"}} +{"index":{"_id":"310"}} {"account_number":310,"balance":23049,"firstname":"Shannon","lastname":"Morton","age":39,"gender":"F","address":"412 Pleasant Place","employer":"Ovation","email":"shannonmorton@ovation.com","city":"Edgar","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"315"}} +{"index":{"_id":"315"}} {"account_number":315,"balance":1314,"firstname":"Clare","lastname":"Morrow","age":33,"gender":"F","address":"728 Madeline Court","employer":"Gaptec","email":"claremorrow@gaptec.com","city":"Mapletown","state":"PA"} -{"index":{"_type": "temp_account", "_id":"322"}} +{"index":{"_id":"322"}} {"account_number":322,"balance":6303,"firstname":"Gilliam","lastname":"Horne","age":27,"gender":"M","address":"414 Florence Avenue","employer":"Shepard","email":"gilliamhorne@shepard.com","city":"Winesburg","state":"WY"} -{"index":{"_type": "temp_account", "_id":"327"}} +{"index":{"_id":"327"}} {"account_number":327,"balance":29294,"firstname":"Nell","lastname":"Contreras","age":27,"gender":"M","address":"694 Gold Street","employer":"Momentia","email":"nellcontreras@momentia.com","city":"Cumminsville","state":"AL"} -{"index":{"_type": "temp_account", "_id":"334"}} +{"index":{"_id":"334"}} {"account_number":334,"balance":9178,"firstname":"Cross","lastname":"Floyd","age":21,"gender":"F","address":"815 Herkimer Court","employer":"Maroptic","email":"crossfloyd@maroptic.com","city":"Kraemer","state":"AK"} -{"index":{"_type": "temp_account", "_id":"339"}} +{"index":{"_id":"339"}} {"account_number":339,"balance":3992,"firstname":"Franco","lastname":"Welch","age":38,"gender":"F","address":"776 Brightwater Court","employer":"Earthplex","email":"francowelch@earthplex.com","city":"Naomi","state":"ME"} -{"index":{"_type": "temp_account", "_id":"341"}} +{"index":{"_id":"341"}} {"account_number":341,"balance":44367,"firstname":"Alberta","lastname":"Bradford","age":30,"gender":"F","address":"670 Grant Avenue","employer":"Bugsall","email":"albertabradford@bugsall.com","city":"Romeville","state":"MT"} -{"index":{"_type": "temp_account", "_id":"346"}} +{"index":{"_id":"346"}} {"account_number":346,"balance":26594,"firstname":"Shelby","lastname":"Sanchez","age":36,"gender":"F","address":"257 Fillmore Avenue","employer":"Geekus","email":"shelbysanchez@geekus.com","city":"Seymour","state":"CO"} -{"index":{"_type": "temp_account", "_id":"353"}} +{"index":{"_id":"353"}} {"account_number":353,"balance":45182,"firstname":"Rivera","lastname":"Sherman","age":37,"gender":"M","address":"603 Garden Place","employer":"Bovis","email":"riverasherman@bovis.com","city":"Otranto","state":"CA"} -{"index":{"_type": "temp_account", "_id":"358"}} +{"index":{"_id":"358"}} {"account_number":358,"balance":44043,"firstname":"Hale","lastname":"Baldwin","age":40,"gender":"F","address":"845 Menahan Street","employer":"Kidgrease","email":"halebaldwin@kidgrease.com","city":"Day","state":"AK"} -{"index":{"_type": "temp_account", "_id":"360"}} +{"index":{"_id":"360"}} {"account_number":360,"balance":26651,"firstname":"Ward","lastname":"Hicks","age":34,"gender":"F","address":"592 Brighton Court","employer":"Biotica","email":"wardhicks@biotica.com","city":"Kanauga","state":"VT"} -{"index":{"_type": "temp_account", "_id":"365"}} +{"index":{"_id":"365"}} {"account_number":365,"balance":3176,"firstname":"Sanders","lastname":"Holder","age":31,"gender":"F","address":"453 Cypress Court","employer":"Geekola","email":"sandersholder@geekola.com","city":"Staples","state":"TN"} -{"index":{"_type": "temp_account", "_id":"372"}} +{"index":{"_id":"372"}} {"account_number":372,"balance":28566,"firstname":"Alba","lastname":"Forbes","age":24,"gender":"M","address":"814 Meserole Avenue","employer":"Isostream","email":"albaforbes@isostream.com","city":"Clarence","state":"OR"} -{"index":{"_type": "temp_account", "_id":"377"}} +{"index":{"_id":"377"}} {"account_number":377,"balance":5374,"firstname":"Margo","lastname":"Gay","age":34,"gender":"F","address":"613 Chase Court","employer":"Rotodyne","email":"margogay@rotodyne.com","city":"Waumandee","state":"KS"} -{"index":{"_type": "temp_account", "_id":"384"}} +{"index":{"_id":"384"}} {"account_number":384,"balance":48758,"firstname":"Sallie","lastname":"Houston","age":31,"gender":"F","address":"836 Polar Street","employer":"Squish","email":"salliehouston@squish.com","city":"Morningside","state":"NC"} -{"index":{"_type": "temp_account", "_id":"389"}} +{"index":{"_id":"389"}} {"account_number":389,"balance":8839,"firstname":"York","lastname":"Cummings","age":27,"gender":"M","address":"778 Centre Street","employer":"Insurity","email":"yorkcummings@insurity.com","city":"Freeburn","state":"RI"} -{"index":{"_type": "temp_account", "_id":"391"}} +{"index":{"_id":"391"}} {"account_number":391,"balance":14733,"firstname":"Holman","lastname":"Jordan","age":30,"gender":"M","address":"391 Forrest Street","employer":"Maineland","email":"holmanjordan@maineland.com","city":"Cade","state":"CT"} -{"index":{"_type": "temp_account", "_id":"396"}} +{"index":{"_id":"396"}} {"account_number":396,"balance":14613,"firstname":"Marsha","lastname":"Elliott","age":38,"gender":"F","address":"297 Liberty Avenue","employer":"Orbiflex","email":"marshaelliott@orbiflex.com","city":"Windsor","state":"TX"} -{"index":{"_type": "temp_account", "_id":"404"}} +{"index":{"_id":"404"}} {"account_number":404,"balance":34978,"firstname":"Massey","lastname":"Becker","age":26,"gender":"F","address":"930 Pitkin Avenue","employer":"Genekom","email":"masseybecker@genekom.com","city":"Blairstown","state":"OR"} -{"index":{"_type": "temp_account", "_id":"409"}} +{"index":{"_id":"409"}} {"account_number":409,"balance":36960,"firstname":"Maura","lastname":"Glenn","age":31,"gender":"M","address":"183 Poly Place","employer":"Viagreat","email":"mauraglenn@viagreat.com","city":"Foscoe","state":"DE"} -{"index":{"_type": "temp_account", "_id":"411"}} +{"index":{"_id":"411"}} {"account_number":411,"balance":1172,"firstname":"Guzman","lastname":"Whitfield","age":22,"gender":"M","address":"181 Perry Terrace","employer":"Springbee","email":"guzmanwhitfield@springbee.com","city":"Balm","state":"IN"} -{"index":{"_type": "temp_account", "_id":"416"}} +{"index":{"_id":"416"}} {"account_number":416,"balance":27169,"firstname":"Hunt","lastname":"Schwartz","age":28,"gender":"F","address":"461 Havens Place","employer":"Danja","email":"huntschwartz@danja.com","city":"Grenelefe","state":"NV"} -{"index":{"_type": "temp_account", "_id":"423"}} +{"index":{"_id":"423"}} {"account_number":423,"balance":38852,"firstname":"Hines","lastname":"Underwood","age":21,"gender":"F","address":"284 Louise Terrace","employer":"Namegen","email":"hinesunderwood@namegen.com","city":"Downsville","state":"CO"} -{"index":{"_type": "temp_account", "_id":"428"}} +{"index":{"_id":"428"}} {"account_number":428,"balance":13925,"firstname":"Stephens","lastname":"Cain","age":20,"gender":"F","address":"189 Summit Street","employer":"Rocklogic","email":"stephenscain@rocklogic.com","city":"Bourg","state":"HI"} -{"index":{"_type": "temp_account", "_id":"430"}} +{"index":{"_id":"430"}} {"account_number":430,"balance":15251,"firstname":"Alejandra","lastname":"Chavez","age":34,"gender":"M","address":"651 Butler Place","employer":"Gology","email":"alejandrachavez@gology.com","city":"Allensworth","state":"VT"} -{"index":{"_type": "temp_account", "_id":"435"}} +{"index":{"_id":"435"}} {"account_number":435,"balance":14654,"firstname":"Sue","lastname":"Lopez","age":22,"gender":"F","address":"632 Stone Avenue","employer":"Emergent","email":"suelopez@emergent.com","city":"Waterford","state":"TN"} -{"index":{"_type": "temp_account", "_id":"442"}} +{"index":{"_id":"442"}} {"account_number":442,"balance":36211,"firstname":"Lawanda","lastname":"Leon","age":27,"gender":"F","address":"126 Canal Avenue","employer":"Xixan","email":"lawandaleon@xixan.com","city":"Berwind","state":"TN"} -{"index":{"_type": "temp_account", "_id":"447"}} +{"index":{"_id":"447"}} {"account_number":447,"balance":11402,"firstname":"Lucia","lastname":"Livingston","age":35,"gender":"M","address":"773 Lake Avenue","employer":"Soprano","email":"lucialivingston@soprano.com","city":"Edgewater","state":"TN"} -{"index":{"_type": "temp_account", "_id":"454"}} +{"index":{"_id":"454"}} {"account_number":454,"balance":31687,"firstname":"Alicia","lastname":"Rollins","age":22,"gender":"F","address":"483 Verona Place","employer":"Boilcat","email":"aliciarollins@boilcat.com","city":"Lutsen","state":"MD"} -{"index":{"_type": "temp_account", "_id":"459"}} +{"index":{"_id":"459"}} {"account_number":459,"balance":18869,"firstname":"Pamela","lastname":"Henry","age":20,"gender":"F","address":"361 Locust Avenue","employer":"Imageflow","email":"pamelahenry@imageflow.com","city":"Greenfields","state":"OH"} -{"index":{"_type": "temp_account", "_id":"461"}} +{"index":{"_id":"461"}} {"account_number":461,"balance":38807,"firstname":"Mcbride","lastname":"Padilla","age":34,"gender":"F","address":"550 Borinquen Pl","employer":"Zepitope","email":"mcbridepadilla@zepitope.com","city":"Emory","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"466"}} +{"index":{"_id":"466"}} {"account_number":466,"balance":25109,"firstname":"Marcie","lastname":"Mcmillan","age":30,"gender":"F","address":"947 Gain Court","employer":"Entroflex","email":"marciemcmillan@entroflex.com","city":"Ronco","state":"ND"} -{"index":{"_type": "temp_account", "_id":"473"}} +{"index":{"_id":"473"}} {"account_number":473,"balance":5391,"firstname":"Susan","lastname":"Luna","age":25,"gender":"F","address":"521 Bogart Street","employer":"Zaya","email":"susanluna@zaya.com","city":"Grazierville","state":"MI"} -{"index":{"_type": "temp_account", "_id":"478"}} +{"index":{"_id":"478"}} {"account_number":478,"balance":28044,"firstname":"Dana","lastname":"Decker","age":35,"gender":"M","address":"627 Dobbin Street","employer":"Acrodance","email":"danadecker@acrodance.com","city":"Sharon","state":"MN"} -{"index":{"_type": "temp_account", "_id":"480"}} +{"index":{"_id":"480"}} {"account_number":480,"balance":40807,"firstname":"Anastasia","lastname":"Parker","age":24,"gender":"M","address":"650 Folsom Place","employer":"Zilladyne","email":"anastasiaparker@zilladyne.com","city":"Oberlin","state":"WY"} -{"index":{"_type": "temp_account", "_id":"485"}} +{"index":{"_id":"485"}} {"account_number":485,"balance":44235,"firstname":"Albert","lastname":"Roberts","age":40,"gender":"M","address":"385 Harman Street","employer":"Stralum","email":"albertroberts@stralum.com","city":"Watrous","state":"NM"} -{"index":{"_type": "temp_account", "_id":"492"}} +{"index":{"_id":"492"}} {"account_number":492,"balance":31055,"firstname":"Burnett","lastname":"Briggs","age":35,"gender":"M","address":"987 Cass Place","employer":"Pharmex","email":"burnettbriggs@pharmex.com","city":"Cornfields","state":"TX"} -{"index":{"_type": "temp_account", "_id":"497"}} +{"index":{"_id":"497"}} {"account_number":497,"balance":13493,"firstname":"Doyle","lastname":"Jenkins","age":30,"gender":"M","address":"205 Nevins Street","employer":"Unia","email":"doylejenkins@unia.com","city":"Nicut","state":"DC"} -{"index":{"_type": "temp_account", "_id":"500"}} +{"index":{"_id":"500"}} {"account_number":500,"balance":39143,"firstname":"Pope","lastname":"Keith","age":28,"gender":"F","address":"537 Fane Court","employer":"Zboo","email":"popekeith@zboo.com","city":"Courtland","state":"AL"} -{"index":{"_type": "temp_account", "_id":"505"}} +{"index":{"_id":"505"}} {"account_number":505,"balance":45493,"firstname":"Shelley","lastname":"Webb","age":29,"gender":"M","address":"873 Crawford Avenue","employer":"Quadeebo","email":"shelleywebb@quadeebo.com","city":"Topanga","state":"IL"} -{"index":{"_type": "temp_account", "_id":"512"}} +{"index":{"_id":"512"}} {"account_number":512,"balance":47432,"firstname":"Alisha","lastname":"Morales","age":29,"gender":"M","address":"623 Batchelder Street","employer":"Terragen","email":"alishamorales@terragen.com","city":"Gilmore","state":"VA"} -{"index":{"_type": "temp_account", "_id":"517"}} +{"index":{"_id":"517"}} {"account_number":517,"balance":3022,"firstname":"Allyson","lastname":"Walls","age":38,"gender":"F","address":"334 Coffey Street","employer":"Gorganic","email":"allysonwalls@gorganic.com","city":"Dahlen","state":"GA"} -{"index":{"_type": "temp_account", "_id":"524"}} +{"index":{"_id":"524"}} {"account_number":524,"balance":49334,"firstname":"Salas","lastname":"Farley","age":30,"gender":"F","address":"499 Trucklemans Lane","employer":"Xumonk","email":"salasfarley@xumonk.com","city":"Noxen","state":"AL"} -{"index":{"_type": "temp_account", "_id":"529"}} +{"index":{"_id":"529"}} {"account_number":529,"balance":21788,"firstname":"Deann","lastname":"Fisher","age":23,"gender":"F","address":"511 Buffalo Avenue","employer":"Twiist","email":"deannfisher@twiist.com","city":"Templeton","state":"WA"} -{"index":{"_type": "temp_account", "_id":"531"}} +{"index":{"_id":"531"}} {"account_number":531,"balance":39770,"firstname":"Janet","lastname":"Pena","age":38,"gender":"M","address":"645 Livonia Avenue","employer":"Corecom","email":"janetpena@corecom.com","city":"Garberville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"536"}} +{"index":{"_id":"536"}} {"account_number":536,"balance":6255,"firstname":"Emma","lastname":"Adkins","age":33,"gender":"F","address":"971 Calder Place","employer":"Ontagene","email":"emmaadkins@ontagene.com","city":"Ruckersville","state":"GA"} -{"index":{"_type": "temp_account", "_id":"543"}} +{"index":{"_id":"543"}} {"account_number":543,"balance":48022,"firstname":"Marina","lastname":"Rasmussen","age":31,"gender":"M","address":"446 Love Lane","employer":"Crustatia","email":"marinarasmussen@crustatia.com","city":"Statenville","state":"MD"} -{"index":{"_type": "temp_account", "_id":"548"}} +{"index":{"_id":"548"}} {"account_number":548,"balance":36930,"firstname":"Sandra","lastname":"Andrews","age":37,"gender":"M","address":"973 Prospect Street","employer":"Datagene","email":"sandraandrews@datagene.com","city":"Inkerman","state":"MO"} -{"index":{"_type": "temp_account", "_id":"550"}} +{"index":{"_id":"550"}} {"account_number":550,"balance":32238,"firstname":"Walsh","lastname":"Goodwin","age":22,"gender":"M","address":"953 Canda Avenue","employer":"Proflex","email":"walshgoodwin@proflex.com","city":"Ypsilanti","state":"MT"} -{"index":{"_type": "temp_account", "_id":"555"}} +{"index":{"_id":"555"}} {"account_number":555,"balance":10750,"firstname":"Fannie","lastname":"Slater","age":31,"gender":"M","address":"457 Tech Place","employer":"Kineticut","email":"fannieslater@kineticut.com","city":"Basye","state":"MO"} -{"index":{"_type": "temp_account", "_id":"562"}} +{"index":{"_id":"562"}} {"account_number":562,"balance":10737,"firstname":"Sarah","lastname":"Strong","age":39,"gender":"F","address":"177 Pioneer Street","employer":"Megall","email":"sarahstrong@megall.com","city":"Ladera","state":"WY"} -{"index":{"_type": "temp_account", "_id":"567"}} +{"index":{"_id":"567"}} {"account_number":567,"balance":6507,"firstname":"Diana","lastname":"Dominguez","age":40,"gender":"M","address":"419 Albany Avenue","employer":"Ohmnet","email":"dianadominguez@ohmnet.com","city":"Wildwood","state":"TX"} -{"index":{"_type": "temp_account", "_id":"574"}} +{"index":{"_id":"574"}} {"account_number":574,"balance":32954,"firstname":"Andrea","lastname":"Mosley","age":24,"gender":"M","address":"368 Throop Avenue","employer":"Musix","email":"andreamosley@musix.com","city":"Blende","state":"DC"} -{"index":{"_type": "temp_account", "_id":"579"}} +{"index":{"_id":"579"}} {"account_number":579,"balance":12044,"firstname":"Banks","lastname":"Sawyer","age":36,"gender":"M","address":"652 Doone Court","employer":"Rooforia","email":"bankssawyer@rooforia.com","city":"Foxworth","state":"ND"} -{"index":{"_type": "temp_account", "_id":"581"}} +{"index":{"_id":"581"}} {"account_number":581,"balance":16525,"firstname":"Fuller","lastname":"Mcintyre","age":32,"gender":"M","address":"169 Bergen Place","employer":"Applideck","email":"fullermcintyre@applideck.com","city":"Kenvil","state":"NY"} -{"index":{"_type": "temp_account", "_id":"586"}} +{"index":{"_id":"586"}} {"account_number":586,"balance":13644,"firstname":"Love","lastname":"Velasquez","age":26,"gender":"F","address":"290 Girard Street","employer":"Zomboid","email":"lovevelasquez@zomboid.com","city":"Villarreal","state":"SD"} -{"index":{"_type": "temp_account", "_id":"593"}} +{"index":{"_id":"593"}} {"account_number":593,"balance":41230,"firstname":"Muriel","lastname":"Vazquez","age":37,"gender":"M","address":"395 Montgomery Street","employer":"Sustenza","email":"murielvazquez@sustenza.com","city":"Strykersville","state":"OK"} -{"index":{"_type": "temp_account", "_id":"598"}} +{"index":{"_id":"598"}} {"account_number":598,"balance":33251,"firstname":"Morgan","lastname":"Coleman","age":33,"gender":"M","address":"324 McClancy Place","employer":"Aclima","email":"morgancoleman@aclima.com","city":"Bowden","state":"WA"} -{"index":{"_type": "temp_account", "_id":"601"}} +{"index":{"_id":"601"}} {"account_number":601,"balance":20796,"firstname":"Vickie","lastname":"Valentine","age":34,"gender":"F","address":"432 Bassett Avenue","employer":"Comvene","email":"vickievalentine@comvene.com","city":"Teasdale","state":"UT"} -{"index":{"_type": "temp_account", "_id":"606"}} +{"index":{"_id":"606"}} {"account_number":606,"balance":28770,"firstname":"Michael","lastname":"Bray","age":31,"gender":"M","address":"935 Lake Place","employer":"Telepark","email":"michaelbray@telepark.com","city":"Lemoyne","state":"CT"} -{"index":{"_type": "temp_account", "_id":"613"}} +{"index":{"_id":"613"}} {"account_number":613,"balance":39340,"firstname":"Eddie","lastname":"Mccarty","age":34,"gender":"F","address":"971 Richards Street","employer":"Bisba","email":"eddiemccarty@bisba.com","city":"Fruitdale","state":"NY"} -{"index":{"_type": "temp_account", "_id":"618"}} +{"index":{"_id":"618"}} {"account_number":618,"balance":8976,"firstname":"Cheri","lastname":"Ford","age":30,"gender":"F","address":"803 Ridgewood Avenue","employer":"Zorromop","email":"cheriford@zorromop.com","city":"Gambrills","state":"VT"} -{"index":{"_type": "temp_account", "_id":"620"}} +{"index":{"_id":"620"}} {"account_number":620,"balance":7224,"firstname":"Coleen","lastname":"Bartlett","age":38,"gender":"M","address":"761 Carroll Street","employer":"Idealis","email":"coleenbartlett@idealis.com","city":"Mathews","state":"DE"} -{"index":{"_type": "temp_account", "_id":"625"}} +{"index":{"_id":"625"}} {"account_number":625,"balance":46010,"firstname":"Cynthia","lastname":"Johnston","age":23,"gender":"M","address":"142 Box Street","employer":"Zentry","email":"cynthiajohnston@zentry.com","city":"Makena","state":"MA"} -{"index":{"_type": "temp_account", "_id":"632"}} +{"index":{"_id":"632"}} {"account_number":632,"balance":40470,"firstname":"Kay","lastname":"Warren","age":20,"gender":"F","address":"422 Alabama Avenue","employer":"Realysis","email":"kaywarren@realysis.com","city":"Homestead","state":"HI"} -{"index":{"_type": "temp_account", "_id":"637"}} +{"index":{"_id":"637"}} {"account_number":637,"balance":3169,"firstname":"Kathy","lastname":"Carter","age":27,"gender":"F","address":"410 Jamison Lane","employer":"Limage","email":"kathycarter@limage.com","city":"Ernstville","state":"WA"} -{"index":{"_type": "temp_account", "_id":"644"}} +{"index":{"_id":"644"}} {"account_number":644,"balance":44021,"firstname":"Etta","lastname":"Miller","age":21,"gender":"F","address":"376 Lawton Street","employer":"Bluegrain","email":"ettamiller@bluegrain.com","city":"Baker","state":"MD"} -{"index":{"_type": "temp_account", "_id":"649"}} +{"index":{"_id":"649"}} {"account_number":649,"balance":20275,"firstname":"Jeanine","lastname":"Malone","age":26,"gender":"F","address":"114 Dodworth Street","employer":"Nixelt","email":"jeaninemalone@nixelt.com","city":"Keyport","state":"AK"} -{"index":{"_type": "temp_account", "_id":"651"}} +{"index":{"_id":"651"}} {"account_number":651,"balance":18360,"firstname":"Young","lastname":"Reeves","age":34,"gender":"M","address":"581 Plaza Street","employer":"Krog","email":"youngreeves@krog.com","city":"Sussex","state":"WY"} -{"index":{"_type": "temp_account", "_id":"656"}} +{"index":{"_id":"656"}} {"account_number":656,"balance":21632,"firstname":"Olson","lastname":"Hunt","age":36,"gender":"M","address":"342 Jaffray Street","employer":"Volax","email":"olsonhunt@volax.com","city":"Bangor","state":"WA"} -{"index":{"_type": "temp_account", "_id":"663"}} +{"index":{"_id":"663"}} {"account_number":663,"balance":2456,"firstname":"Rollins","lastname":"Richards","age":37,"gender":"M","address":"129 Sullivan Place","employer":"Geostele","email":"rollinsrichards@geostele.com","city":"Morgandale","state":"FL"} -{"index":{"_type": "temp_account", "_id":"668"}} +{"index":{"_id":"668"}} {"account_number":668,"balance":45069,"firstname":"Potter","lastname":"Michael","age":27,"gender":"M","address":"803 Glenmore Avenue","employer":"Ontality","email":"pottermichael@ontality.com","city":"Newkirk","state":"KS"} -{"index":{"_type": "temp_account", "_id":"670"}} +{"index":{"_id":"670"}} {"account_number":670,"balance":10178,"firstname":"Ollie","lastname":"Riley","age":22,"gender":"M","address":"252 Jackson Place","employer":"Adornica","email":"ollieriley@adornica.com","city":"Brethren","state":"WI"} -{"index":{"_type": "temp_account", "_id":"675"}} +{"index":{"_id":"675"}} {"account_number":675,"balance":36102,"firstname":"Fisher","lastname":"Shepard","age":27,"gender":"F","address":"859 Varick Street","employer":"Qot","email":"fishershepard@qot.com","city":"Diaperville","state":"MD"} -{"index":{"_type": "temp_account", "_id":"682"}} +{"index":{"_id":"682"}} {"account_number":682,"balance":14168,"firstname":"Anne","lastname":"Hale","age":22,"gender":"F","address":"708 Anthony Street","employer":"Cytrek","email":"annehale@cytrek.com","city":"Beechmont","state":"WV"} -{"index":{"_type": "temp_account", "_id":"687"}} +{"index":{"_id":"687"}} {"account_number":687,"balance":48630,"firstname":"Caroline","lastname":"Cox","age":31,"gender":"M","address":"626 Hillel Place","employer":"Opticon","email":"carolinecox@opticon.com","city":"Loma","state":"ND"} -{"index":{"_type": "temp_account", "_id":"694"}} +{"index":{"_id":"694"}} {"account_number":694,"balance":33125,"firstname":"Craig","lastname":"Palmer","age":31,"gender":"F","address":"273 Montrose Avenue","employer":"Comvey","email":"craigpalmer@comvey.com","city":"Cleary","state":"OK"} -{"index":{"_type": "temp_account", "_id":"699"}} +{"index":{"_id":"699"}} {"account_number":699,"balance":4156,"firstname":"Gallagher","lastname":"Marshall","age":37,"gender":"F","address":"648 Clifford Place","employer":"Exiand","email":"gallaghermarshall@exiand.com","city":"Belfair","state":"KY"} -{"index":{"_type": "temp_account", "_id":"702"}} +{"index":{"_id":"702"}} {"account_number":702,"balance":46490,"firstname":"Meadows","lastname":"Delgado","age":26,"gender":"M","address":"612 Jardine Place","employer":"Daisu","email":"meadowsdelgado@daisu.com","city":"Venice","state":"AR"} -{"index":{"_type": "temp_account", "_id":"707"}} +{"index":{"_id":"707"}} {"account_number":707,"balance":30325,"firstname":"Sonya","lastname":"Trevino","age":30,"gender":"F","address":"181 Irving Place","employer":"Atgen","email":"sonyatrevino@atgen.com","city":"Enetai","state":"TN"} -{"index":{"_type": "temp_account", "_id":"714"}} +{"index":{"_id":"714"}} {"account_number":714,"balance":16602,"firstname":"Socorro","lastname":"Murray","age":34,"gender":"F","address":"810 Manhattan Court","employer":"Isoswitch","email":"socorromurray@isoswitch.com","city":"Jugtown","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"719"}} +{"index":{"_id":"719"}} {"account_number":719,"balance":33107,"firstname":"Leanna","lastname":"Reed","age":25,"gender":"F","address":"528 Krier Place","employer":"Rodeology","email":"leannareed@rodeology.com","city":"Carrizo","state":"WI"} -{"index":{"_type": "temp_account", "_id":"721"}} +{"index":{"_id":"721"}} {"account_number":721,"balance":32958,"firstname":"Mara","lastname":"Dickson","age":26,"gender":"M","address":"810 Harrison Avenue","employer":"Comtours","email":"maradickson@comtours.com","city":"Thynedale","state":"DE"} -{"index":{"_type": "temp_account", "_id":"726"}} +{"index":{"_id":"726"}} {"account_number":726,"balance":44737,"firstname":"Rosemary","lastname":"Salazar","age":21,"gender":"M","address":"290 Croton Loop","employer":"Rockabye","email":"rosemarysalazar@rockabye.com","city":"Helen","state":"IA"} -{"index":{"_type": "temp_account", "_id":"733"}} +{"index":{"_id":"733"}} {"account_number":733,"balance":15722,"firstname":"Lakeisha","lastname":"Mccarthy","age":37,"gender":"M","address":"782 Turnbull Avenue","employer":"Exosis","email":"lakeishamccarthy@exosis.com","city":"Caberfae","state":"NM"} -{"index":{"_type": "temp_account", "_id":"738"}} +{"index":{"_id":"738"}} {"account_number":738,"balance":44936,"firstname":"Rosalind","lastname":"Hunter","age":32,"gender":"M","address":"644 Eaton Court","employer":"Zolarity","email":"rosalindhunter@zolarity.com","city":"Cataract","state":"SD"} -{"index":{"_type": "temp_account", "_id":"740"}} +{"index":{"_id":"740"}} {"account_number":740,"balance":6143,"firstname":"Chambers","lastname":"Hahn","age":22,"gender":"M","address":"937 Windsor Place","employer":"Medalert","email":"chambershahn@medalert.com","city":"Dorneyville","state":"DC"} -{"index":{"_type": "temp_account", "_id":"745"}} +{"index":{"_id":"745"}} {"account_number":745,"balance":4572,"firstname":"Jacobs","lastname":"Sweeney","age":32,"gender":"M","address":"189 Lott Place","employer":"Comtent","email":"jacobssweeney@comtent.com","city":"Advance","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"752"}} +{"index":{"_id":"752"}} {"account_number":752,"balance":14039,"firstname":"Jerry","lastname":"Rush","age":31,"gender":"M","address":"632 Dank Court","employer":"Ebidco","email":"jerryrush@ebidco.com","city":"Geyserville","state":"AR"} -{"index":{"_type": "temp_account", "_id":"757"}} +{"index":{"_id":"757"}} {"account_number":757,"balance":34628,"firstname":"Mccullough","lastname":"Moore","age":30,"gender":"F","address":"304 Hastings Street","employer":"Nikuda","email":"mcculloughmoore@nikuda.com","city":"Charco","state":"DC"} -{"index":{"_type": "temp_account", "_id":"764"}} +{"index":{"_id":"764"}} {"account_number":764,"balance":3728,"firstname":"Noemi","lastname":"Gill","age":30,"gender":"M","address":"427 Chester Street","employer":"Avit","email":"noemigill@avit.com","city":"Chesterfield","state":"AL"} -{"index":{"_type": "temp_account", "_id":"769"}} +{"index":{"_id":"769"}} {"account_number":769,"balance":15362,"firstname":"Francis","lastname":"Beck","age":28,"gender":"M","address":"454 Livingston Street","employer":"Furnafix","email":"francisbeck@furnafix.com","city":"Dunnavant","state":"HI"} -{"index":{"_type": "temp_account", "_id":"771"}} +{"index":{"_id":"771"}} {"account_number":771,"balance":32784,"firstname":"Jocelyn","lastname":"Boone","age":23,"gender":"M","address":"513 Division Avenue","employer":"Collaire","email":"jocelynboone@collaire.com","city":"Lisco","state":"VT"} -{"index":{"_type": "temp_account", "_id":"776"}} +{"index":{"_id":"776"}} {"account_number":776,"balance":29177,"firstname":"Duke","lastname":"Atkinson","age":24,"gender":"M","address":"520 Doscher Street","employer":"Tripsch","email":"dukeatkinson@tripsch.com","city":"Lafferty","state":"NC"} -{"index":{"_type": "temp_account", "_id":"783"}} +{"index":{"_id":"783"}} {"account_number":783,"balance":11911,"firstname":"Faith","lastname":"Cooper","age":25,"gender":"F","address":"539 Rapelye Street","employer":"Insuron","email":"faithcooper@insuron.com","city":"Jennings","state":"MN"} -{"index":{"_type": "temp_account", "_id":"788"}} +{"index":{"_id":"788"}} {"account_number":788,"balance":12473,"firstname":"Marianne","lastname":"Aguilar","age":39,"gender":"F","address":"213 Holly Street","employer":"Marqet","email":"marianneaguilar@marqet.com","city":"Alfarata","state":"HI"} -{"index":{"_type": "temp_account", "_id":"790"}} +{"index":{"_id":"790"}} {"account_number":790,"balance":29912,"firstname":"Ellis","lastname":"Sullivan","age":39,"gender":"F","address":"877 Coyle Street","employer":"Enersave","email":"ellissullivan@enersave.com","city":"Canby","state":"MS"} -{"index":{"_type": "temp_account", "_id":"795"}} +{"index":{"_id":"795"}} {"account_number":795,"balance":31450,"firstname":"Bruce","lastname":"Avila","age":34,"gender":"M","address":"865 Newkirk Placez","employer":"Plasmosis","email":"bruceavila@plasmosis.com","city":"Ada","state":"ID"} -{"index":{"_type": "temp_account", "_id":"803"}} +{"index":{"_id":"803"}} {"account_number":803,"balance":49567,"firstname":"Marissa","lastname":"Spears","age":25,"gender":"M","address":"963 Highland Avenue","employer":"Centregy","email":"marissaspears@centregy.com","city":"Bloomington","state":"MS"} -{"index":{"_type": "temp_account", "_id":"808"}} +{"index":{"_id":"808"}} {"account_number":808,"balance":11251,"firstname":"Nola","lastname":"Quinn","age":20,"gender":"M","address":"863 Wythe Place","employer":"Iplax","email":"nolaquinn@iplax.com","city":"Cuylerville","state":"NH"} -{"index":{"_type": "temp_account", "_id":"810"}} +{"index":{"_id":"810"}} {"account_number":810,"balance":10563,"firstname":"Alyssa","lastname":"Ortega","age":40,"gender":"M","address":"977 Clymer Street","employer":"Eventage","email":"alyssaortega@eventage.com","city":"Convent","state":"SC"} -{"index":{"_type": "temp_account", "_id":"815"}} +{"index":{"_id":"815"}} {"account_number":815,"balance":19336,"firstname":"Guthrie","lastname":"Morse","age":30,"gender":"M","address":"685 Vandalia Avenue","employer":"Gronk","email":"guthriemorse@gronk.com","city":"Fowlerville","state":"OR"} -{"index":{"_type": "temp_account", "_id":"822"}} +{"index":{"_id":"822"}} {"account_number":822,"balance":13024,"firstname":"Hicks","lastname":"Farrell","age":25,"gender":"M","address":"468 Middleton Street","employer":"Zolarex","email":"hicksfarrell@zolarex.com","city":"Columbus","state":"OR"} -{"index":{"_type": "temp_account", "_id":"827"}} +{"index":{"_id":"827"}} {"account_number":827,"balance":37536,"firstname":"Naomi","lastname":"Ball","age":29,"gender":"F","address":"319 Stewart Street","employer":"Isotronic","email":"naomiball@isotronic.com","city":"Trona","state":"NM"} -{"index":{"_type": "temp_account", "_id":"834"}} +{"index":{"_id":"834"}} {"account_number":834,"balance":38049,"firstname":"Sybil","lastname":"Carrillo","age":25,"gender":"M","address":"359 Baughman Place","employer":"Phuel","email":"sybilcarrillo@phuel.com","city":"Kohatk","state":"CT"} -{"index":{"_type": "temp_account", "_id":"839"}} +{"index":{"_id":"839"}} {"account_number":839,"balance":38292,"firstname":"Langley","lastname":"Neal","age":39,"gender":"F","address":"565 Newton Street","employer":"Liquidoc","email":"langleyneal@liquidoc.com","city":"Osage","state":"AL"} -{"index":{"_type": "temp_account", "_id":"841"}} +{"index":{"_id":"841"}} {"account_number":841,"balance":28291,"firstname":"Dalton","lastname":"Waters","age":21,"gender":"M","address":"859 Grand Street","employer":"Malathion","email":"daltonwaters@malathion.com","city":"Tonopah","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"846"}} +{"index":{"_id":"846"}} {"account_number":846,"balance":35099,"firstname":"Maureen","lastname":"Glass","age":22,"gender":"M","address":"140 Amherst Street","employer":"Stelaecor","email":"maureenglass@stelaecor.com","city":"Cucumber","state":"IL"} -{"index":{"_type": "temp_account", "_id":"853"}} +{"index":{"_id":"853"}} {"account_number":853,"balance":38353,"firstname":"Travis","lastname":"Parks","age":40,"gender":"M","address":"930 Bay Avenue","employer":"Pyramax","email":"travisparks@pyramax.com","city":"Gadsden","state":"ND"} -{"index":{"_type": "temp_account", "_id":"858"}} +{"index":{"_id":"858"}} {"account_number":858,"balance":23194,"firstname":"Small","lastname":"Hatfield","age":36,"gender":"M","address":"593 Tennis Court","employer":"Letpro","email":"smallhatfield@letpro.com","city":"Haena","state":"KS"} -{"index":{"_type": "temp_account", "_id":"860"}} +{"index":{"_id":"860"}} {"account_number":860,"balance":23613,"firstname":"Clark","lastname":"Boyd","age":37,"gender":"M","address":"501 Rock Street","employer":"Deepends","email":"clarkboyd@deepends.com","city":"Whitewater","state":"MA"} -{"index":{"_type": "temp_account", "_id":"865"}} +{"index":{"_id":"865"}} {"account_number":865,"balance":10574,"firstname":"Cook","lastname":"Kelley","age":28,"gender":"F","address":"865 Lincoln Terrace","employer":"Quizmo","email":"cookkelley@quizmo.com","city":"Kansas","state":"KY"} -{"index":{"_type": "temp_account", "_id":"872"}} +{"index":{"_id":"872"}} {"account_number":872,"balance":26314,"firstname":"Jane","lastname":"Greer","age":36,"gender":"F","address":"717 Hewes Street","employer":"Newcube","email":"janegreer@newcube.com","city":"Delshire","state":"DE"} -{"index":{"_type": "temp_account", "_id":"877"}} +{"index":{"_id":"877"}} {"account_number":877,"balance":42879,"firstname":"Tracey","lastname":"Ruiz","age":34,"gender":"F","address":"141 Tompkins Avenue","employer":"Waab","email":"traceyruiz@waab.com","city":"Zeba","state":"NM"} -{"index":{"_type": "temp_account", "_id":"884"}} +{"index":{"_id":"884"}} {"account_number":884,"balance":29316,"firstname":"Reva","lastname":"Rosa","age":40,"gender":"M","address":"784 Greene Avenue","employer":"Urbanshee","email":"revarosa@urbanshee.com","city":"Bakersville","state":"MS"} -{"index":{"_type": "temp_account", "_id":"889"}} +{"index":{"_id":"889"}} {"account_number":889,"balance":26464,"firstname":"Fischer","lastname":"Klein","age":38,"gender":"F","address":"948 Juliana Place","employer":"Comtext","email":"fischerklein@comtext.com","city":"Jackpot","state":"PA"} -{"index":{"_type": "temp_account", "_id":"891"}} +{"index":{"_id":"891"}} {"account_number":891,"balance":34829,"firstname":"Jacobson","lastname":"Clemons","age":24,"gender":"F","address":"507 Wilson Street","employer":"Quilm","email":"jacobsonclemons@quilm.com","city":"Muir","state":"TX"} -{"index":{"_type": "temp_account", "_id":"896"}} +{"index":{"_id":"896"}} {"account_number":896,"balance":31947,"firstname":"Buckley","lastname":"Peterson","age":26,"gender":"M","address":"217 Beayer Place","employer":"Earwax","email":"buckleypeterson@earwax.com","city":"Franklin","state":"DE"} -{"index":{"_type": "temp_account", "_id":"904"}} +{"index":{"_id":"904"}} {"account_number":904,"balance":27707,"firstname":"Mendez","lastname":"Mcneil","age":26,"gender":"M","address":"431 Halsey Street","employer":"Macronaut","email":"mendezmcneil@macronaut.com","city":"Troy","state":"OK"} -{"index":{"_type": "temp_account", "_id":"909"}} +{"index":{"_id":"909"}} {"account_number":909,"balance":18421,"firstname":"Stark","lastname":"Lewis","age":36,"gender":"M","address":"409 Tilden Avenue","employer":"Frosnex","email":"starklewis@frosnex.com","city":"Axis","state":"CA"} -{"index":{"_type": "temp_account", "_id":"911"}} +{"index":{"_id":"911"}} {"account_number":911,"balance":42655,"firstname":"Annie","lastname":"Lyons","age":21,"gender":"M","address":"518 Woods Place","employer":"Enerforce","email":"annielyons@enerforce.com","city":"Stagecoach","state":"MA"} -{"index":{"_type": "temp_account", "_id":"916"}} +{"index":{"_id":"916"}} {"account_number":916,"balance":47887,"firstname":"Jarvis","lastname":"Alexander","age":40,"gender":"M","address":"406 Bergen Avenue","employer":"Equitax","email":"jarvisalexander@equitax.com","city":"Haring","state":"KY"} -{"index":{"_type": "temp_account", "_id":"923"}} +{"index":{"_id":"923"}} {"account_number":923,"balance":48466,"firstname":"Mueller","lastname":"Mckee","age":26,"gender":"M","address":"298 Ruby Street","employer":"Luxuria","email":"muellermckee@luxuria.com","city":"Coleville","state":"TN"} -{"index":{"_type": "temp_account", "_id":"928"}} +{"index":{"_id":"928"}} {"account_number":928,"balance":19611,"firstname":"Hester","lastname":"Copeland","age":22,"gender":"F","address":"425 Cropsey Avenue","employer":"Dymi","email":"hestercopeland@dymi.com","city":"Wolcott","state":"NE"} -{"index":{"_type": "temp_account", "_id":"930"}} +{"index":{"_id":"930"}} {"account_number":930,"balance":47257,"firstname":"Kinney","lastname":"Lawson","age":39,"gender":"M","address":"501 Raleigh Place","employer":"Neptide","email":"kinneylawson@neptide.com","city":"Deltaville","state":"MD"} -{"index":{"_type": "temp_account", "_id":"935"}} +{"index":{"_id":"935"}} {"account_number":935,"balance":4959,"firstname":"Flowers","lastname":"Robles","age":30,"gender":"M","address":"201 Hull Street","employer":"Xelegyl","email":"flowersrobles@xelegyl.com","city":"Rehrersburg","state":"AL"} -{"index":{"_type": "temp_account", "_id":"942"}} +{"index":{"_id":"942"}} {"account_number":942,"balance":21299,"firstname":"Hamilton","lastname":"Clayton","age":26,"gender":"M","address":"413 Debevoise Street","employer":"Architax","email":"hamiltonclayton@architax.com","city":"Terlingua","state":"NM"} -{"index":{"_type": "temp_account", "_id":"947"}} +{"index":{"_id":"947"}} {"account_number":947,"balance":22039,"firstname":"Virgie","lastname":"Garza","age":30,"gender":"M","address":"903 Matthews Court","employer":"Plasmox","email":"virgiegarza@plasmox.com","city":"Somerset","state":"WY"} -{"index":{"_type": "temp_account", "_id":"954"}} +{"index":{"_id":"954"}} {"account_number":954,"balance":49404,"firstname":"Jenna","lastname":"Martin","age":22,"gender":"M","address":"688 Hart Street","employer":"Zinca","email":"jennamartin@zinca.com","city":"Oasis","state":"MD"} -{"index":{"_type": "temp_account", "_id":"959"}} +{"index":{"_id":"959"}} {"account_number":959,"balance":34743,"firstname":"Shaffer","lastname":"Cervantes","age":40,"gender":"M","address":"931 Varick Avenue","employer":"Oceanica","email":"shaffercervantes@oceanica.com","city":"Bowie","state":"AL"} -{"index":{"_type": "temp_account", "_id":"961"}} +{"index":{"_id":"961"}} {"account_number":961,"balance":43219,"firstname":"Betsy","lastname":"Hyde","age":27,"gender":"F","address":"183 Junius Street","employer":"Tubalum","email":"betsyhyde@tubalum.com","city":"Driftwood","state":"TX"} -{"index":{"_type": "temp_account", "_id":"966"}} +{"index":{"_id":"966"}} {"account_number":966,"balance":20619,"firstname":"Susanne","lastname":"Rodriguez","age":35,"gender":"F","address":"255 Knickerbocker Avenue","employer":"Comtrek","email":"susannerodriguez@comtrek.com","city":"Trinway","state":"TX"} -{"index":{"_type": "temp_account", "_id":"973"}} +{"index":{"_id":"973"}} {"account_number":973,"balance":45756,"firstname":"Rice","lastname":"Farmer","age":31,"gender":"M","address":"476 Nassau Avenue","employer":"Photobin","email":"ricefarmer@photobin.com","city":"Suitland","state":"ME"} -{"index":{"_type": "temp_account", "_id":"978"}} +{"index":{"_id":"978"}} {"account_number":978,"balance":21459,"firstname":"Melanie","lastname":"Rojas","age":33,"gender":"M","address":"991 Java Street","employer":"Kage","email":"melanierojas@kage.com","city":"Greenock","state":"VT"} -{"index":{"_type": "temp_account", "_id":"980"}} +{"index":{"_id":"980"}} {"account_number":980,"balance":42436,"firstname":"Cash","lastname":"Collier","age":33,"gender":"F","address":"999 Sapphire Street","employer":"Ceprene","email":"cashcollier@ceprene.com","city":"Glidden","state":"AK"} -{"index":{"_type": "temp_account", "_id":"985"}} +{"index":{"_id":"985"}} {"account_number":985,"balance":20083,"firstname":"Martin","lastname":"Gardner","age":28,"gender":"F","address":"644 Fairview Place","employer":"Golistic","email":"martingardner@golistic.com","city":"Connerton","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"992"}} +{"index":{"_id":"992"}} {"account_number":992,"balance":11413,"firstname":"Kristie","lastname":"Kennedy","age":33,"gender":"F","address":"750 Hudson Avenue","employer":"Ludak","email":"kristiekennedy@ludak.com","city":"Warsaw","state":"WY"} -{"index":{"_type": "temp_account", "_id":"997"}} +{"index":{"_id":"997"}} {"account_number":997,"balance":25311,"firstname":"Combs","lastname":"Frederick","age":20,"gender":"M","address":"586 Lloyd Court","employer":"Pathways","email":"combsfrederick@pathways.com","city":"Williamson","state":"CA"} -{"index":{"_type": "temp_account", "_id":"3"}} +{"index":{"_id":"3"}} {"account_number":3,"balance":44947,"firstname":"Levine","lastname":"Burks","age":26,"gender":"F","address":"328 Wilson Avenue","employer":"Amtap","email":"levineburks@amtap.com","city":"Cochranville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"8"}} +{"index":{"_id":"8"}} {"account_number":8,"balance":48868,"firstname":"Jan","lastname":"Burns","age":35,"gender":"M","address":"699 Visitation Place","employer":"Glasstep","email":"janburns@glasstep.com","city":"Wakulla","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"10"}} +{"index":{"_id":"10"}} {"account_number":10,"balance":46170,"firstname":"Dominique","lastname":"Park","age":37,"gender":"F","address":"100 Gatling Place","employer":"Conjurica","email":"dominiquepark@conjurica.com","city":"Omar","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"15"}} +{"index":{"_id":"15"}} {"account_number":15,"balance":43456,"firstname":"Bobbie","lastname":"Sexton","age":21,"gender":"M","address":"232 Sedgwick Place","employer":"Zytrex","email":"bobbiesexton@zytrex.com","city":"Hendersonville","state":"CA"} -{"index":{"_type": "temp_account", "_id":"22"}} +{"index":{"_id":"22"}} {"account_number":22,"balance":40283,"firstname":"Barrera","lastname":"Terrell","age":23,"gender":"F","address":"292 Orange Street","employer":"Steelfab","email":"barreraterrell@steelfab.com","city":"Bynum","state":"ME"} -{"index":{"_type": "temp_account", "_id":"27"}} +{"index":{"_id":"27"}} {"account_number":27,"balance":6176,"firstname":"Meyers","lastname":"Williamson","age":26,"gender":"F","address":"675 Henderson Walk","employer":"Plexia","email":"meyerswilliamson@plexia.com","city":"Richmond","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"34"}} +{"index":{"_id":"34"}} {"account_number":34,"balance":35379,"firstname":"Ellison","lastname":"Kim","age":30,"gender":"F","address":"986 Revere Place","employer":"Signity","email":"ellisonkim@signity.com","city":"Sehili","state":"IL"} -{"index":{"_type": "temp_account", "_id":"39"}} +{"index":{"_id":"39"}} {"account_number":39,"balance":38688,"firstname":"Bowers","lastname":"Mendez","age":22,"gender":"F","address":"665 Bennet Court","employer":"Farmage","email":"bowersmendez@farmage.com","city":"Duryea","state":"PA"} -{"index":{"_type": "temp_account", "_id":"41"}} +{"index":{"_id":"41"}} {"account_number":41,"balance":36060,"firstname":"Hancock","lastname":"Holden","age":20,"gender":"M","address":"625 Gaylord Drive","employer":"Poochies","email":"hancockholden@poochies.com","city":"Alamo","state":"KS"} -{"index":{"_type": "temp_account", "_id":"46"}} +{"index":{"_id":"46"}} {"account_number":46,"balance":12351,"firstname":"Karla","lastname":"Bowman","age":23,"gender":"M","address":"554 Chapel Street","employer":"Undertap","email":"karlabowman@undertap.com","city":"Sylvanite","state":"DC"} -{"index":{"_type": "temp_account", "_id":"53"}} +{"index":{"_id":"53"}} {"account_number":53,"balance":28101,"firstname":"Kathryn","lastname":"Payne","age":29,"gender":"F","address":"467 Louis Place","employer":"Katakana","email":"kathrynpayne@katakana.com","city":"Harviell","state":"SD"} -{"index":{"_type": "temp_account", "_id":"58"}} +{"index":{"_id":"58"}} {"account_number":58,"balance":31697,"firstname":"Marva","lastname":"Cannon","age":40,"gender":"M","address":"993 Highland Place","employer":"Comcubine","email":"marvacannon@comcubine.com","city":"Orviston","state":"MO"} -{"index":{"_type": "temp_account", "_id":"60"}} +{"index":{"_id":"60"}} {"account_number":60,"balance":45955,"firstname":"Maude","lastname":"Casey","age":31,"gender":"F","address":"566 Strauss Street","employer":"Quilch","email":"maudecasey@quilch.com","city":"Enlow","state":"GA"} -{"index":{"_type": "temp_account", "_id":"65"}} +{"index":{"_id":"65"}} {"account_number":65,"balance":23282,"firstname":"Leonor","lastname":"Pruitt","age":24,"gender":"M","address":"974 Terrace Place","employer":"Velos","email":"leonorpruitt@velos.com","city":"Devon","state":"WI"} -{"index":{"_type": "temp_account", "_id":"72"}} +{"index":{"_id":"72"}} {"account_number":72,"balance":9732,"firstname":"Barlow","lastname":"Rhodes","age":25,"gender":"F","address":"891 Clinton Avenue","employer":"Zialactic","email":"barlowrhodes@zialactic.com","city":"Echo","state":"TN"} -{"index":{"_type": "temp_account", "_id":"77"}} +{"index":{"_id":"77"}} {"account_number":77,"balance":5724,"firstname":"Byrd","lastname":"Conley","age":24,"gender":"F","address":"698 Belmont Avenue","employer":"Zidox","email":"byrdconley@zidox.com","city":"Rockbridge","state":"SC"} -{"index":{"_type": "temp_account", "_id":"84"}} +{"index":{"_id":"84"}} {"account_number":84,"balance":3001,"firstname":"Hutchinson","lastname":"Newton","age":34,"gender":"F","address":"553 Locust Street","employer":"Zaggles","email":"hutchinsonnewton@zaggles.com","city":"Snyderville","state":"DC"} -{"index":{"_type": "temp_account", "_id":"89"}} +{"index":{"_id":"89"}} {"account_number":89,"balance":13263,"firstname":"Mcdowell","lastname":"Bradley","age":28,"gender":"M","address":"960 Howard Alley","employer":"Grok","email":"mcdowellbradley@grok.com","city":"Toftrees","state":"TX"} -{"index":{"_type": "temp_account", "_id":"91"}} +{"index":{"_id":"91"}} {"account_number":91,"balance":29799,"firstname":"Vonda","lastname":"Galloway","age":20,"gender":"M","address":"988 Voorhies Avenue","employer":"Illumity","email":"vondagalloway@illumity.com","city":"Holcombe","state":"HI"} -{"index":{"_type": "temp_account", "_id":"96"}} +{"index":{"_id":"96"}} {"account_number":96,"balance":15933,"firstname":"Shirley","lastname":"Edwards","age":38,"gender":"M","address":"817 Caton Avenue","employer":"Equitox","email":"shirleyedwards@equitox.com","city":"Nelson","state":"MA"} -{"index":{"_type": "temp_account", "_id":"104"}} +{"index":{"_id":"104"}} {"account_number":104,"balance":32619,"firstname":"Casey","lastname":"Roth","age":29,"gender":"M","address":"963 Railroad Avenue","employer":"Hotcakes","email":"caseyroth@hotcakes.com","city":"Davenport","state":"OH"} -{"index":{"_type": "temp_account", "_id":"109"}} +{"index":{"_id":"109"}} {"account_number":109,"balance":25812,"firstname":"Gretchen","lastname":"Dawson","age":31,"gender":"M","address":"610 Bethel Loop","employer":"Tetak","email":"gretchendawson@tetak.com","city":"Hailesboro","state":"CO"} -{"index":{"_type": "temp_account", "_id":"111"}} +{"index":{"_id":"111"}} {"account_number":111,"balance":1481,"firstname":"Traci","lastname":"Allison","age":35,"gender":"M","address":"922 Bryant Street","employer":"Enjola","email":"traciallison@enjola.com","city":"Robinette","state":"OR"} -{"index":{"_type": "temp_account", "_id":"116"}} +{"index":{"_id":"116"}} {"account_number":116,"balance":21335,"firstname":"Hobbs","lastname":"Wright","age":24,"gender":"M","address":"965 Temple Court","employer":"Netbook","email":"hobbswright@netbook.com","city":"Strong","state":"CA"} -{"index":{"_type": "temp_account", "_id":"123"}} +{"index":{"_id":"123"}} {"account_number":123,"balance":3079,"firstname":"Cleo","lastname":"Beach","age":27,"gender":"F","address":"653 Haring Street","employer":"Proxsoft","email":"cleobeach@proxsoft.com","city":"Greensburg","state":"ME"} -{"index":{"_type": "temp_account", "_id":"128"}} +{"index":{"_id":"128"}} {"account_number":128,"balance":3556,"firstname":"Mack","lastname":"Bullock","age":34,"gender":"F","address":"462 Ingraham Street","employer":"Terascape","email":"mackbullock@terascape.com","city":"Eureka","state":"PA"} -{"index":{"_type": "temp_account", "_id":"130"}} +{"index":{"_id":"130"}} {"account_number":130,"balance":24171,"firstname":"Roxie","lastname":"Cantu","age":33,"gender":"M","address":"841 Catherine Street","employer":"Skybold","email":"roxiecantu@skybold.com","city":"Deputy","state":"NE"} -{"index":{"_type": "temp_account", "_id":"135"}} +{"index":{"_id":"135"}} {"account_number":135,"balance":24885,"firstname":"Stevenson","lastname":"Crosby","age":40,"gender":"F","address":"473 Boardwalk ","employer":"Accel","email":"stevensoncrosby@accel.com","city":"Norris","state":"OK"} -{"index":{"_type": "temp_account", "_id":"142"}} +{"index":{"_id":"142"}} {"account_number":142,"balance":4544,"firstname":"Vang","lastname":"Hughes","age":27,"gender":"M","address":"357 Landis Court","employer":"Bolax","email":"vanghughes@bolax.com","city":"Emerald","state":"WY"} -{"index":{"_type": "temp_account", "_id":"147"}} +{"index":{"_id":"147"}} {"account_number":147,"balance":35921,"firstname":"Charmaine","lastname":"Whitney","age":28,"gender":"F","address":"484 Seton Place","employer":"Comveyer","email":"charmainewhitney@comveyer.com","city":"Dexter","state":"DC"} -{"index":{"_type": "temp_account", "_id":"154"}} +{"index":{"_id":"154"}} {"account_number":154,"balance":40945,"firstname":"Burns","lastname":"Solis","age":31,"gender":"M","address":"274 Lorraine Street","employer":"Rodemco","email":"burnssolis@rodemco.com","city":"Ballico","state":"WI"} -{"index":{"_type": "temp_account", "_id":"159"}} +{"index":{"_id":"159"}} {"account_number":159,"balance":1696,"firstname":"Alvarez","lastname":"Mack","age":22,"gender":"F","address":"897 Manor Court","employer":"Snorus","email":"alvarezmack@snorus.com","city":"Rosedale","state":"CA"} -{"index":{"_type": "temp_account", "_id":"161"}} +{"index":{"_id":"161"}} {"account_number":161,"balance":4659,"firstname":"Doreen","lastname":"Randall","age":37,"gender":"F","address":"178 Court Street","employer":"Calcula","email":"doreenrandall@calcula.com","city":"Belmont","state":"TX"} -{"index":{"_type": "temp_account", "_id":"166"}} +{"index":{"_id":"166"}} {"account_number":166,"balance":33847,"firstname":"Rutledge","lastname":"Rivas","age":23,"gender":"M","address":"352 Verona Street","employer":"Virxo","email":"rutledgerivas@virxo.com","city":"Brandermill","state":"NE"} -{"index":{"_type": "temp_account", "_id":"173"}} +{"index":{"_id":"173"}} {"account_number":173,"balance":5989,"firstname":"Whitley","lastname":"Blevins","age":32,"gender":"M","address":"127 Brooklyn Avenue","employer":"Pawnagra","email":"whitleyblevins@pawnagra.com","city":"Rodanthe","state":"ND"} -{"index":{"_type": "temp_account", "_id":"178"}} +{"index":{"_id":"178"}} {"account_number":178,"balance":36735,"firstname":"Clements","lastname":"Finley","age":39,"gender":"F","address":"270 Story Court","employer":"Imaginart","email":"clementsfinley@imaginart.com","city":"Lookingglass","state":"MN"} -{"index":{"_type": "temp_account", "_id":"180"}} +{"index":{"_id":"180"}} {"account_number":180,"balance":34236,"firstname":"Ursula","lastname":"Goodman","age":32,"gender":"F","address":"414 Clinton Street","employer":"Earthmark","email":"ursulagoodman@earthmark.com","city":"Rote","state":"AR"} -{"index":{"_type": "temp_account", "_id":"185"}} +{"index":{"_id":"185"}} {"account_number":185,"balance":43532,"firstname":"Laurel","lastname":"Cline","age":40,"gender":"M","address":"788 Fenimore Street","employer":"Prismatic","email":"laurelcline@prismatic.com","city":"Frank","state":"UT"} -{"index":{"_type": "temp_account", "_id":"192"}} +{"index":{"_id":"192"}} {"account_number":192,"balance":23508,"firstname":"Ramsey","lastname":"Carr","age":31,"gender":"F","address":"209 Williamsburg Street","employer":"Strezzo","email":"ramseycarr@strezzo.com","city":"Grapeview","state":"NM"} -{"index":{"_type": "temp_account", "_id":"197"}} +{"index":{"_id":"197"}} {"account_number":197,"balance":17246,"firstname":"Sweet","lastname":"Sanders","age":33,"gender":"F","address":"712 Homecrest Court","employer":"Isosure","email":"sweetsanders@isosure.com","city":"Sheatown","state":"VT"} -{"index":{"_type": "temp_account", "_id":"200"}} +{"index":{"_id":"200"}} {"account_number":200,"balance":26210,"firstname":"Teri","lastname":"Hester","age":39,"gender":"M","address":"653 Abbey Court","employer":"Electonic","email":"terihester@electonic.com","city":"Martell","state":"MD"} -{"index":{"_type": "temp_account", "_id":"205"}} +{"index":{"_id":"205"}} {"account_number":205,"balance":45493,"firstname":"Johnson","lastname":"Chang","age":28,"gender":"F","address":"331 John Street","employer":"Gleamink","email":"johnsonchang@gleamink.com","city":"Sultana","state":"KS"} -{"index":{"_type": "temp_account", "_id":"212"}} +{"index":{"_id":"212"}} {"account_number":212,"balance":10299,"firstname":"Marisol","lastname":"Fischer","age":39,"gender":"M","address":"362 Prince Street","employer":"Autograte","email":"marisolfischer@autograte.com","city":"Oley","state":"SC"} -{"index":{"_type": "temp_account", "_id":"217"}} +{"index":{"_id":"217"}} {"account_number":217,"balance":33730,"firstname":"Sally","lastname":"Mccoy","age":38,"gender":"F","address":"854 Corbin Place","employer":"Omnigog","email":"sallymccoy@omnigog.com","city":"Escondida","state":"FL"} -{"index":{"_type": "temp_account", "_id":"224"}} +{"index":{"_id":"224"}} {"account_number":224,"balance":42708,"firstname":"Billie","lastname":"Nixon","age":28,"gender":"F","address":"241 Kaufman Place","employer":"Xanide","email":"billienixon@xanide.com","city":"Chapin","state":"NY"} -{"index":{"_type": "temp_account", "_id":"229"}} +{"index":{"_id":"229"}} {"account_number":229,"balance":2740,"firstname":"Jana","lastname":"Hensley","age":30,"gender":"M","address":"176 Erasmus Street","employer":"Isotrack","email":"janahensley@isotrack.com","city":"Caledonia","state":"ME"} -{"index":{"_type": "temp_account", "_id":"231"}} +{"index":{"_id":"231"}} {"account_number":231,"balance":46180,"firstname":"Essie","lastname":"Clarke","age":34,"gender":"F","address":"308 Harbor Lane","employer":"Pharmacon","email":"essieclarke@pharmacon.com","city":"Fillmore","state":"MS"} -{"index":{"_type": "temp_account", "_id":"236"}} +{"index":{"_id":"236"}} {"account_number":236,"balance":41200,"firstname":"Suzanne","lastname":"Bird","age":39,"gender":"F","address":"219 Luquer Street","employer":"Imant","email":"suzannebird@imant.com","city":"Bainbridge","state":"NY"} -{"index":{"_type": "temp_account", "_id":"243"}} +{"index":{"_id":"243"}} {"account_number":243,"balance":29902,"firstname":"Evangelina","lastname":"Perez","age":20,"gender":"M","address":"787 Joval Court","employer":"Keengen","email":"evangelinaperez@keengen.com","city":"Mulberry","state":"SD"} -{"index":{"_type": "temp_account", "_id":"248"}} +{"index":{"_id":"248"}} {"account_number":248,"balance":49989,"firstname":"West","lastname":"England","age":36,"gender":"M","address":"717 Hendrickson Place","employer":"Obliq","email":"westengland@obliq.com","city":"Maury","state":"WA"} -{"index":{"_type": "temp_account", "_id":"250"}} +{"index":{"_id":"250"}} {"account_number":250,"balance":27893,"firstname":"Earlene","lastname":"Ellis","age":39,"gender":"F","address":"512 Bay Street","employer":"Codact","email":"earleneellis@codact.com","city":"Sunwest","state":"GA"} -{"index":{"_type": "temp_account", "_id":"255"}} +{"index":{"_id":"255"}} {"account_number":255,"balance":49339,"firstname":"Iva","lastname":"Rivers","age":38,"gender":"M","address":"470 Rost Place","employer":"Mantrix","email":"ivarivers@mantrix.com","city":"Disautel","state":"MD"} -{"index":{"_type": "temp_account", "_id":"262"}} +{"index":{"_id":"262"}} {"account_number":262,"balance":30289,"firstname":"Tameka","lastname":"Levine","age":36,"gender":"F","address":"815 Atlantic Avenue","employer":"Acium","email":"tamekalevine@acium.com","city":"Winchester","state":"SD"} -{"index":{"_type": "temp_account", "_id":"267"}} +{"index":{"_id":"267"}} {"account_number":267,"balance":42753,"firstname":"Weeks","lastname":"Castillo","age":21,"gender":"F","address":"526 Holt Court","employer":"Talendula","email":"weekscastillo@talendula.com","city":"Washington","state":"NV"} -{"index":{"_type": "temp_account", "_id":"274"}} +{"index":{"_id":"274"}} {"account_number":274,"balance":12104,"firstname":"Frieda","lastname":"House","age":33,"gender":"F","address":"171 Banker Street","employer":"Quonk","email":"friedahouse@quonk.com","city":"Aberdeen","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"279"}} +{"index":{"_id":"279"}} {"account_number":279,"balance":15904,"firstname":"Chapman","lastname":"Hart","age":32,"gender":"F","address":"902 Bliss Terrace","employer":"Kongene","email":"chapmanhart@kongene.com","city":"Bradenville","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"281"}} +{"index":{"_id":"281"}} {"account_number":281,"balance":39830,"firstname":"Bean","lastname":"Aguirre","age":20,"gender":"F","address":"133 Pilling Street","employer":"Amril","email":"beanaguirre@amril.com","city":"Waterview","state":"TX"} -{"index":{"_type": "temp_account", "_id":"286"}} +{"index":{"_id":"286"}} {"account_number":286,"balance":39063,"firstname":"Rosetta","lastname":"Turner","age":35,"gender":"M","address":"169 Jefferson Avenue","employer":"Spacewax","email":"rosettaturner@spacewax.com","city":"Stewart","state":"MO"} -{"index":{"_type": "temp_account", "_id":"293"}} +{"index":{"_id":"293"}} {"account_number":293,"balance":29867,"firstname":"Cruz","lastname":"Carver","age":28,"gender":"F","address":"465 Boerum Place","employer":"Vitricomp","email":"cruzcarver@vitricomp.com","city":"Crayne","state":"CO"} -{"index":{"_type": "temp_account", "_id":"298"}} +{"index":{"_id":"298"}} {"account_number":298,"balance":34334,"firstname":"Bullock","lastname":"Marsh","age":20,"gender":"M","address":"589 Virginia Place","employer":"Renovize","email":"bullockmarsh@renovize.com","city":"Coinjock","state":"UT"} -{"index":{"_type": "temp_account", "_id":"301"}} +{"index":{"_id":"301"}} {"account_number":301,"balance":16782,"firstname":"Minerva","lastname":"Graham","age":35,"gender":"M","address":"532 Harrison Place","employer":"Sureplex","email":"minervagraham@sureplex.com","city":"Belleview","state":"GA"} -{"index":{"_type": "temp_account", "_id":"306"}} +{"index":{"_id":"306"}} {"account_number":306,"balance":2171,"firstname":"Hensley","lastname":"Hardin","age":40,"gender":"M","address":"196 Maujer Street","employer":"Neocent","email":"hensleyhardin@neocent.com","city":"Reinerton","state":"HI"} -{"index":{"_type": "temp_account", "_id":"313"}} +{"index":{"_id":"313"}} {"account_number":313,"balance":34108,"firstname":"Alston","lastname":"Henderson","age":36,"gender":"F","address":"132 Prescott Place","employer":"Prosure","email":"alstonhenderson@prosure.com","city":"Worton","state":"IA"} -{"index":{"_type": "temp_account", "_id":"318"}} +{"index":{"_id":"318"}} {"account_number":318,"balance":8512,"firstname":"Nichole","lastname":"Pearson","age":34,"gender":"F","address":"656 Lacon Court","employer":"Yurture","email":"nicholepearson@yurture.com","city":"Juarez","state":"MO"} -{"index":{"_type": "temp_account", "_id":"320"}} +{"index":{"_id":"320"}} {"account_number":320,"balance":34521,"firstname":"Patti","lastname":"Brennan","age":37,"gender":"F","address":"870 Degraw Street","employer":"Cognicode","email":"pattibrennan@cognicode.com","city":"Torboy","state":"FL"} -{"index":{"_type": "temp_account", "_id":"325"}} +{"index":{"_id":"325"}} {"account_number":325,"balance":1956,"firstname":"Magdalena","lastname":"Simmons","age":25,"gender":"F","address":"681 Townsend Street","employer":"Geekosis","email":"magdalenasimmons@geekosis.com","city":"Sterling","state":"CA"} -{"index":{"_type": "temp_account", "_id":"332"}} +{"index":{"_id":"332"}} {"account_number":332,"balance":37770,"firstname":"Shepherd","lastname":"Davenport","age":28,"gender":"F","address":"586 Montague Terrace","employer":"Ecraze","email":"shepherddavenport@ecraze.com","city":"Accoville","state":"NM"} -{"index":{"_type": "temp_account", "_id":"337"}} +{"index":{"_id":"337"}} {"account_number":337,"balance":43432,"firstname":"Monroe","lastname":"Stafford","age":37,"gender":"F","address":"183 Seigel Street","employer":"Centuria","email":"monroestafford@centuria.com","city":"Camino","state":"DE"} -{"index":{"_type": "temp_account", "_id":"344"}} +{"index":{"_id":"344"}} {"account_number":344,"balance":42654,"firstname":"Sasha","lastname":"Baxter","age":35,"gender":"F","address":"700 Bedford Place","employer":"Callflex","email":"sashabaxter@callflex.com","city":"Campo","state":"MI"} -{"index":{"_type": "temp_account", "_id":"349"}} +{"index":{"_id":"349"}} {"account_number":349,"balance":24180,"firstname":"Allison","lastname":"Fitzpatrick","age":22,"gender":"F","address":"913 Arlington Avenue","employer":"Veraq","email":"allisonfitzpatrick@veraq.com","city":"Marbury","state":"TX"} -{"index":{"_type": "temp_account", "_id":"351"}} +{"index":{"_id":"351"}} {"account_number":351,"balance":47089,"firstname":"Hendrix","lastname":"Stephens","age":29,"gender":"M","address":"181 Beaver Street","employer":"Recrisys","email":"hendrixstephens@recrisys.com","city":"Denio","state":"OR"} -{"index":{"_type": "temp_account", "_id":"356"}} +{"index":{"_id":"356"}} {"account_number":356,"balance":34540,"firstname":"Lourdes","lastname":"Valdez","age":20,"gender":"F","address":"700 Anchorage Place","employer":"Interloo","email":"lourdesvaldez@interloo.com","city":"Goldfield","state":"OK"} -{"index":{"_type": "temp_account", "_id":"363"}} +{"index":{"_id":"363"}} {"account_number":363,"balance":34007,"firstname":"Peggy","lastname":"Bright","age":21,"gender":"M","address":"613 Engert Avenue","employer":"Inventure","email":"peggybright@inventure.com","city":"Chautauqua","state":"ME"} -{"index":{"_type": "temp_account", "_id":"368"}} +{"index":{"_id":"368"}} {"account_number":368,"balance":23535,"firstname":"Hooper","lastname":"Tyson","age":39,"gender":"M","address":"892 Taaffe Place","employer":"Zaggle","email":"hoopertyson@zaggle.com","city":"Nutrioso","state":"ME"} -{"index":{"_type": "temp_account", "_id":"370"}} +{"index":{"_id":"370"}} {"account_number":370,"balance":28499,"firstname":"Oneill","lastname":"Carney","age":25,"gender":"F","address":"773 Adelphi Street","employer":"Bedder","email":"oneillcarney@bedder.com","city":"Yorklyn","state":"FL"} -{"index":{"_type": "temp_account", "_id":"375"}} +{"index":{"_id":"375"}} {"account_number":375,"balance":23860,"firstname":"Phoebe","lastname":"Patton","age":25,"gender":"M","address":"564 Hale Avenue","employer":"Xoggle","email":"phoebepatton@xoggle.com","city":"Brule","state":"NM"} -{"index":{"_type": "temp_account", "_id":"382"}} +{"index":{"_id":"382"}} {"account_number":382,"balance":42061,"firstname":"Finley","lastname":"Singleton","age":37,"gender":"F","address":"407 Clay Street","employer":"Quarex","email":"finleysingleton@quarex.com","city":"Bedias","state":"LA"} -{"index":{"_type": "temp_account", "_id":"387"}} +{"index":{"_id":"387"}} {"account_number":387,"balance":35916,"firstname":"April","lastname":"Hill","age":29,"gender":"M","address":"818 Bayard Street","employer":"Kengen","email":"aprilhill@kengen.com","city":"Chloride","state":"NC"} -{"index":{"_type": "temp_account", "_id":"394"}} +{"index":{"_id":"394"}} {"account_number":394,"balance":6121,"firstname":"Lorrie","lastname":"Nunez","age":38,"gender":"M","address":"221 Ralph Avenue","employer":"Bullzone","email":"lorrienunez@bullzone.com","city":"Longoria","state":"ID"} -{"index":{"_type": "temp_account", "_id":"399"}} +{"index":{"_id":"399"}} {"account_number":399,"balance":32587,"firstname":"Carmela","lastname":"Franks","age":23,"gender":"M","address":"617 Dewey Place","employer":"Zensure","email":"carmelafranks@zensure.com","city":"Sanders","state":"DC"} -{"index":{"_type": "temp_account", "_id":"402"}} +{"index":{"_id":"402"}} {"account_number":402,"balance":1282,"firstname":"Pacheco","lastname":"Rosales","age":32,"gender":"M","address":"538 Pershing Loop","employer":"Circum","email":"pachecorosales@circum.com","city":"Elbert","state":"ID"} -{"index":{"_type": "temp_account", "_id":"407"}} +{"index":{"_id":"407"}} {"account_number":407,"balance":36417,"firstname":"Gilda","lastname":"Jacobson","age":29,"gender":"F","address":"883 Loring Avenue","employer":"Comveyor","email":"gildajacobson@comveyor.com","city":"Topaz","state":"NH"} -{"index":{"_type": "temp_account", "_id":"414"}} +{"index":{"_id":"414"}} {"account_number":414,"balance":17506,"firstname":"Conway","lastname":"Daugherty","age":37,"gender":"F","address":"643 Kermit Place","employer":"Lyria","email":"conwaydaugherty@lyria.com","city":"Vaughn","state":"NV"} -{"index":{"_type": "temp_account", "_id":"419"}} +{"index":{"_id":"419"}} {"account_number":419,"balance":34847,"firstname":"Helen","lastname":"Montoya","age":29,"gender":"F","address":"736 Kingsland Avenue","employer":"Hairport","email":"helenmontoya@hairport.com","city":"Edinburg","state":"NE"} -{"index":{"_type": "temp_account", "_id":"421"}} +{"index":{"_id":"421"}} {"account_number":421,"balance":46868,"firstname":"Tamika","lastname":"Mccall","age":27,"gender":"F","address":"764 Bragg Court","employer":"Eventix","email":"tamikamccall@eventix.com","city":"Tivoli","state":"RI"} -{"index":{"_type": "temp_account", "_id":"426"}} +{"index":{"_id":"426"}} {"account_number":426,"balance":4499,"firstname":"Julie","lastname":"Parsons","age":31,"gender":"M","address":"768 Keap Street","employer":"Goko","email":"julieparsons@goko.com","city":"Coldiron","state":"VA"} -{"index":{"_type": "temp_account", "_id":"433"}} +{"index":{"_id":"433"}} {"account_number":433,"balance":19266,"firstname":"Wilkinson","lastname":"Flowers","age":39,"gender":"M","address":"154 Douglass Street","employer":"Xsports","email":"wilkinsonflowers@xsports.com","city":"Coultervillle","state":"MN"} -{"index":{"_type": "temp_account", "_id":"438"}} +{"index":{"_id":"438"}} {"account_number":438,"balance":16367,"firstname":"Walter","lastname":"Velez","age":27,"gender":"F","address":"931 Farragut Road","employer":"Virva","email":"waltervelez@virva.com","city":"Tyro","state":"WV"} -{"index":{"_type": "temp_account", "_id":"440"}} +{"index":{"_id":"440"}} {"account_number":440,"balance":41590,"firstname":"Ray","lastname":"Wiley","age":31,"gender":"F","address":"102 Barwell Terrace","employer":"Polaria","email":"raywiley@polaria.com","city":"Hardyville","state":"IA"} -{"index":{"_type": "temp_account", "_id":"445"}} +{"index":{"_id":"445"}} {"account_number":445,"balance":41178,"firstname":"Rodriguez","lastname":"Macias","age":34,"gender":"M","address":"164 Boerum Street","employer":"Xylar","email":"rodriguezmacias@xylar.com","city":"Riner","state":"AL"} -{"index":{"_type": "temp_account", "_id":"452"}} +{"index":{"_id":"452"}} {"account_number":452,"balance":3589,"firstname":"Blackwell","lastname":"Delaney","age":39,"gender":"F","address":"443 Sackett Street","employer":"Imkan","email":"blackwelldelaney@imkan.com","city":"Gasquet","state":"DC"} -{"index":{"_type": "temp_account", "_id":"457"}} +{"index":{"_id":"457"}} {"account_number":457,"balance":14057,"firstname":"Bush","lastname":"Gordon","age":34,"gender":"M","address":"975 Dakota Place","employer":"Softmicro","email":"bushgordon@softmicro.com","city":"Chemung","state":"PA"} -{"index":{"_type": "temp_account", "_id":"464"}} +{"index":{"_id":"464"}} {"account_number":464,"balance":20504,"firstname":"Cobb","lastname":"Humphrey","age":21,"gender":"M","address":"823 Sunnyside Avenue","employer":"Apexia","email":"cobbhumphrey@apexia.com","city":"Wintersburg","state":"NY"} -{"index":{"_type": "temp_account", "_id":"469"}} +{"index":{"_id":"469"}} {"account_number":469,"balance":26509,"firstname":"Marci","lastname":"Shepherd","age":26,"gender":"M","address":"565 Hall Street","employer":"Shadease","email":"marcishepherd@shadease.com","city":"Springhill","state":"IL"} -{"index":{"_type": "temp_account", "_id":"471"}} +{"index":{"_id":"471"}} {"account_number":471,"balance":7629,"firstname":"Juana","lastname":"Silva","age":36,"gender":"M","address":"249 Amity Street","employer":"Artworlds","email":"juanasilva@artworlds.com","city":"Norfolk","state":"TX"} -{"index":{"_type": "temp_account", "_id":"476"}} +{"index":{"_id":"476"}} {"account_number":476,"balance":33386,"firstname":"Silva","lastname":"Marks","age":31,"gender":"F","address":"183 Eldert Street","employer":"Medifax","email":"silvamarks@medifax.com","city":"Hachita","state":"RI"} -{"index":{"_type": "temp_account", "_id":"483"}} +{"index":{"_id":"483"}} {"account_number":483,"balance":6344,"firstname":"Kelley","lastname":"Harper","age":29,"gender":"M","address":"758 Preston Court","employer":"Xyqag","email":"kelleyharper@xyqag.com","city":"Healy","state":"IA"} -{"index":{"_type": "temp_account", "_id":"488"}} +{"index":{"_id":"488"}} {"account_number":488,"balance":6289,"firstname":"Wilma","lastname":"Hopkins","age":38,"gender":"M","address":"428 Lee Avenue","employer":"Entality","email":"wilmahopkins@entality.com","city":"Englevale","state":"WI"} -{"index":{"_type": "temp_account", "_id":"490"}} +{"index":{"_id":"490"}} {"account_number":490,"balance":1447,"firstname":"Strong","lastname":"Hendrix","age":26,"gender":"F","address":"134 Beach Place","employer":"Duoflex","email":"stronghendrix@duoflex.com","city":"Allentown","state":"ND"} -{"index":{"_type": "temp_account", "_id":"495"}} +{"index":{"_id":"495"}} {"account_number":495,"balance":13478,"firstname":"Abigail","lastname":"Nichols","age":40,"gender":"F","address":"887 President Street","employer":"Enquility","email":"abigailnichols@enquility.com","city":"Bagtown","state":"NM"} -{"index":{"_type": "temp_account", "_id":"503"}} +{"index":{"_id":"503"}} {"account_number":503,"balance":42649,"firstname":"Leta","lastname":"Stout","age":39,"gender":"F","address":"518 Bowery Street","employer":"Pivitol","email":"letastout@pivitol.com","city":"Boonville","state":"ND"} -{"index":{"_type": "temp_account", "_id":"508"}} +{"index":{"_id":"508"}} {"account_number":508,"balance":41300,"firstname":"Lawrence","lastname":"Mathews","age":27,"gender":"F","address":"987 Rose Street","employer":"Deviltoe","email":"lawrencemathews@deviltoe.com","city":"Woodburn","state":"FL"} -{"index":{"_type": "temp_account", "_id":"510"}} +{"index":{"_id":"510"}} {"account_number":510,"balance":48504,"firstname":"Petty","lastname":"Sykes","age":28,"gender":"M","address":"566 Village Road","employer":"Nebulean","email":"pettysykes@nebulean.com","city":"Wedgewood","state":"MO"} -{"index":{"_type": "temp_account", "_id":"515"}} +{"index":{"_id":"515"}} {"account_number":515,"balance":18531,"firstname":"Lott","lastname":"Keller","age":27,"gender":"M","address":"827 Miami Court","employer":"Translink","email":"lottkeller@translink.com","city":"Gila","state":"TX"} -{"index":{"_type": "temp_account", "_id":"522"}} +{"index":{"_id":"522"}} {"account_number":522,"balance":19879,"firstname":"Faulkner","lastname":"Garrett","age":29,"gender":"F","address":"396 Grove Place","employer":"Pigzart","email":"faulknergarrett@pigzart.com","city":"Felt","state":"AR"} -{"index":{"_type": "temp_account", "_id":"527"}} +{"index":{"_id":"527"}} {"account_number":527,"balance":2028,"firstname":"Carver","lastname":"Peters","age":35,"gender":"M","address":"816 Victor Road","employer":"Housedown","email":"carverpeters@housedown.com","city":"Nadine","state":"MD"} -{"index":{"_type": "temp_account", "_id":"534"}} +{"index":{"_id":"534"}} {"account_number":534,"balance":20470,"firstname":"Cristina","lastname":"Russo","age":25,"gender":"F","address":"500 Highlawn Avenue","employer":"Cyclonica","email":"cristinarusso@cyclonica.com","city":"Gorst","state":"KS"} -{"index":{"_type": "temp_account", "_id":"539"}} +{"index":{"_id":"539"}} {"account_number":539,"balance":24560,"firstname":"Tami","lastname":"Maddox","age":23,"gender":"F","address":"741 Pineapple Street","employer":"Accidency","email":"tamimaddox@accidency.com","city":"Kennedyville","state":"OH"} -{"index":{"_type": "temp_account", "_id":"541"}} +{"index":{"_id":"541"}} {"account_number":541,"balance":42915,"firstname":"Logan","lastname":"Burke","age":32,"gender":"M","address":"904 Clarendon Road","employer":"Overplex","email":"loganburke@overplex.com","city":"Johnsonburg","state":"OH"} -{"index":{"_type": "temp_account", "_id":"546"}} +{"index":{"_id":"546"}} {"account_number":546,"balance":43242,"firstname":"Bernice","lastname":"Sims","age":33,"gender":"M","address":"382 Columbia Street","employer":"Verbus","email":"bernicesims@verbus.com","city":"Sena","state":"KY"} -{"index":{"_type": "temp_account", "_id":"553"}} +{"index":{"_id":"553"}} {"account_number":553,"balance":28390,"firstname":"Aimee","lastname":"Cohen","age":28,"gender":"M","address":"396 Lafayette Avenue","employer":"Eplode","email":"aimeecohen@eplode.com","city":"Thatcher","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"558"}} +{"index":{"_id":"558"}} {"account_number":558,"balance":8922,"firstname":"Horne","lastname":"Valenzuela","age":20,"gender":"F","address":"979 Kensington Street","employer":"Isoternia","email":"hornevalenzuela@isoternia.com","city":"Greenbush","state":"NC"} -{"index":{"_type": "temp_account", "_id":"560"}} +{"index":{"_id":"560"}} {"account_number":560,"balance":24514,"firstname":"Felecia","lastname":"Oneill","age":26,"gender":"M","address":"995 Autumn Avenue","employer":"Mediot","email":"feleciaoneill@mediot.com","city":"Joppa","state":"IN"} -{"index":{"_type": "temp_account", "_id":"565"}} +{"index":{"_id":"565"}} {"account_number":565,"balance":15197,"firstname":"Taylor","lastname":"Ingram","age":37,"gender":"F","address":"113 Will Place","employer":"Lyrichord","email":"tayloringram@lyrichord.com","city":"Collins","state":"ME"} -{"index":{"_type": "temp_account", "_id":"572"}} +{"index":{"_id":"572"}} {"account_number":572,"balance":49355,"firstname":"Therese","lastname":"Espinoza","age":20,"gender":"M","address":"994 Chester Court","employer":"Gonkle","email":"thereseespinoza@gonkle.com","city":"Hayes","state":"UT"} -{"index":{"_type": "temp_account", "_id":"577"}} +{"index":{"_id":"577"}} {"account_number":577,"balance":21398,"firstname":"Gilbert","lastname":"Serrano","age":38,"gender":"F","address":"294 Troutman Street","employer":"Senmao","email":"gilbertserrano@senmao.com","city":"Greer","state":"MT"} -{"index":{"_type": "temp_account", "_id":"584"}} +{"index":{"_id":"584"}} {"account_number":584,"balance":5346,"firstname":"Pearson","lastname":"Bryant","age":40,"gender":"F","address":"971 Heyward Street","employer":"Anacho","email":"pearsonbryant@anacho.com","city":"Bluffview","state":"MN"} -{"index":{"_type": "temp_account", "_id":"589"}} +{"index":{"_id":"589"}} {"account_number":589,"balance":33260,"firstname":"Ericka","lastname":"Cote","age":39,"gender":"F","address":"425 Bath Avenue","employer":"Venoflex","email":"erickacote@venoflex.com","city":"Blue","state":"CT"} -{"index":{"_type": "temp_account", "_id":"591"}} +{"index":{"_id":"591"}} {"account_number":591,"balance":48997,"firstname":"Rivers","lastname":"Macdonald","age":34,"gender":"F","address":"919 Johnson Street","employer":"Ziore","email":"riversmacdonald@ziore.com","city":"Townsend","state":"IL"} -{"index":{"_type": "temp_account", "_id":"596"}} +{"index":{"_id":"596"}} {"account_number":596,"balance":4063,"firstname":"Letitia","lastname":"Walker","age":26,"gender":"F","address":"963 Vanderveer Place","employer":"Zizzle","email":"letitiawalker@zizzle.com","city":"Rossmore","state":"ID"} -{"index":{"_type": "temp_account", "_id":"604"}} +{"index":{"_id":"604"}} {"account_number":604,"balance":10675,"firstname":"Isabel","lastname":"Gilliam","age":23,"gender":"M","address":"854 Broadway ","employer":"Zenthall","email":"isabelgilliam@zenthall.com","city":"Ventress","state":"WI"} -{"index":{"_type": "temp_account", "_id":"609"}} +{"index":{"_id":"609"}} {"account_number":609,"balance":28586,"firstname":"Montgomery","lastname":"Washington","age":30,"gender":"M","address":"169 Schroeders Avenue","employer":"Kongle","email":"montgomerywashington@kongle.com","city":"Croom","state":"AZ"} -{"index":{"_type": "temp_account", "_id":"611"}} +{"index":{"_id":"611"}} {"account_number":611,"balance":17528,"firstname":"Katherine","lastname":"Prince","age":33,"gender":"F","address":"705 Elm Avenue","employer":"Zillacon","email":"katherineprince@zillacon.com","city":"Rew","state":"MI"} -{"index":{"_type": "temp_account", "_id":"616"}} +{"index":{"_id":"616"}} {"account_number":616,"balance":25276,"firstname":"Jessie","lastname":"Mayer","age":35,"gender":"F","address":"683 Chester Avenue","employer":"Emtrak","email":"jessiemayer@emtrak.com","city":"Marysville","state":"HI"} -{"index":{"_type": "temp_account", "_id":"623"}} +{"index":{"_id":"623"}} {"account_number":623,"balance":20514,"firstname":"Rose","lastname":"Combs","age":32,"gender":"F","address":"312 Grimes Road","employer":"Aquamate","email":"rosecombs@aquamate.com","city":"Fostoria","state":"OH"} -{"index":{"_type": "temp_account", "_id":"628"}} +{"index":{"_id":"628"}} {"account_number":628,"balance":42736,"firstname":"Buckner","lastname":"Chen","age":37,"gender":"M","address":"863 Rugby Road","employer":"Jamnation","email":"bucknerchen@jamnation.com","city":"Camas","state":"TX"} -{"index":{"_type": "temp_account", "_id":"630"}} +{"index":{"_id":"630"}} {"account_number":630,"balance":46060,"firstname":"Leanne","lastname":"Jones","age":31,"gender":"M","address":"451 Bayview Avenue","employer":"Wazzu","email":"leannejones@wazzu.com","city":"Kylertown","state":"OK"} -{"index":{"_type": "temp_account", "_id":"635"}} +{"index":{"_id":"635"}} {"account_number":635,"balance":44705,"firstname":"Norman","lastname":"Gilmore","age":33,"gender":"M","address":"330 Gates Avenue","employer":"Comfirm","email":"normangilmore@comfirm.com","city":"Riceville","state":"TN"} -{"index":{"_type": "temp_account", "_id":"642"}} +{"index":{"_id":"642"}} {"account_number":642,"balance":32852,"firstname":"Reyna","lastname":"Harris","age":35,"gender":"M","address":"305 Powell Street","employer":"Bedlam","email":"reynaharris@bedlam.com","city":"Florence","state":"KS"} -{"index":{"_type": "temp_account", "_id":"647"}} +{"index":{"_id":"647"}} {"account_number":647,"balance":10147,"firstname":"Annabelle","lastname":"Velazquez","age":30,"gender":"M","address":"299 Kensington Walk","employer":"Sealoud","email":"annabellevelazquez@sealoud.com","city":"Soudan","state":"ME"} -{"index":{"_type": "temp_account", "_id":"654"}} +{"index":{"_id":"654"}} {"account_number":654,"balance":38695,"firstname":"Armstrong","lastname":"Frazier","age":25,"gender":"M","address":"899 Seeley Street","employer":"Zensor","email":"armstrongfrazier@zensor.com","city":"Cherokee","state":"UT"} -{"index":{"_type": "temp_account", "_id":"659"}} +{"index":{"_id":"659"}} {"account_number":659,"balance":29648,"firstname":"Dorsey","lastname":"Sosa","age":40,"gender":"M","address":"270 Aberdeen Street","employer":"Daycore","email":"dorseysosa@daycore.com","city":"Chamberino","state":"SC"} -{"index":{"_type": "temp_account", "_id":"661"}} +{"index":{"_id":"661"}} {"account_number":661,"balance":3679,"firstname":"Joanne","lastname":"Spencer","age":39,"gender":"F","address":"910 Montauk Avenue","employer":"Visalia","email":"joannespencer@visalia.com","city":"Valmy","state":"NH"} -{"index":{"_type": "temp_account", "_id":"666"}} +{"index":{"_id":"666"}} {"account_number":666,"balance":13880,"firstname":"Mcguire","lastname":"Lloyd","age":40,"gender":"F","address":"658 Just Court","employer":"Centrexin","email":"mcguirelloyd@centrexin.com","city":"Warren","state":"MT"} -{"index":{"_type": "temp_account", "_id":"673"}} +{"index":{"_id":"673"}} {"account_number":673,"balance":11303,"firstname":"Mcdaniel","lastname":"Harrell","age":33,"gender":"M","address":"565 Montgomery Place","employer":"Eyeris","email":"mcdanielharrell@eyeris.com","city":"Garnet","state":"NV"} -{"index":{"_type": "temp_account", "_id":"678"}} +{"index":{"_id":"678"}} {"account_number":678,"balance":43663,"firstname":"Ruby","lastname":"Shaffer","age":28,"gender":"M","address":"350 Clark Street","employer":"Comtrail","email":"rubyshaffer@comtrail.com","city":"Aurora","state":"MA"} -{"index":{"_type": "temp_account", "_id":"680"}} +{"index":{"_id":"680"}} {"account_number":680,"balance":31561,"firstname":"Melton","lastname":"Camacho","age":32,"gender":"F","address":"771 Montana Place","employer":"Insuresys","email":"meltoncamacho@insuresys.com","city":"Sparkill","state":"IN"} -{"index":{"_type": "temp_account", "_id":"685"}} +{"index":{"_id":"685"}} {"account_number":685,"balance":22249,"firstname":"Yesenia","lastname":"Rowland","age":24,"gender":"F","address":"193 Dekalb Avenue","employer":"Coriander","email":"yeseniarowland@coriander.com","city":"Lupton","state":"NC"} -{"index":{"_type": "temp_account", "_id":"692"}} +{"index":{"_id":"692"}} {"account_number":692,"balance":10435,"firstname":"Haney","lastname":"Barlow","age":21,"gender":"F","address":"267 Lenox Road","employer":"Egypto","email":"haneybarlow@egypto.com","city":"Detroit","state":"IN"} -{"index":{"_type": "temp_account", "_id":"697"}} +{"index":{"_id":"697"}} {"account_number":697,"balance":48745,"firstname":"Mallory","lastname":"Emerson","age":24,"gender":"F","address":"318 Dunne Court","employer":"Exoplode","email":"malloryemerson@exoplode.com","city":"Montura","state":"LA"} -{"index":{"_type": "temp_account", "_id":"700"}} +{"index":{"_id":"700"}} {"account_number":700,"balance":19164,"firstname":"Patel","lastname":"Durham","age":21,"gender":"F","address":"440 King Street","employer":"Icology","email":"pateldurham@icology.com","city":"Mammoth","state":"IL"} -{"index":{"_type": "temp_account", "_id":"705"}} +{"index":{"_id":"705"}} {"account_number":705,"balance":28415,"firstname":"Krystal","lastname":"Cross","age":22,"gender":"M","address":"604 Drew Street","employer":"Tubesys","email":"krystalcross@tubesys.com","city":"Dalton","state":"MO"} -{"index":{"_type": "temp_account", "_id":"712"}} +{"index":{"_id":"712"}} {"account_number":712,"balance":12459,"firstname":"Butler","lastname":"Alston","age":37,"gender":"M","address":"486 Hemlock Street","employer":"Quordate","email":"butleralston@quordate.com","city":"Verdi","state":"MS"} -{"index":{"_type": "temp_account", "_id":"717"}} +{"index":{"_id":"717"}} {"account_number":717,"balance":29270,"firstname":"Erickson","lastname":"Mcdonald","age":31,"gender":"M","address":"873 Franklin Street","employer":"Exotechno","email":"ericksonmcdonald@exotechno.com","city":"Jessie","state":"MS"} -{"index":{"_type": "temp_account", "_id":"724"}} +{"index":{"_id":"724"}} {"account_number":724,"balance":12548,"firstname":"Hopper","lastname":"Peck","age":31,"gender":"M","address":"849 Hendrickson Street","employer":"Uxmox","email":"hopperpeck@uxmox.com","city":"Faxon","state":"UT"} -{"index":{"_type": "temp_account", "_id":"729"}} +{"index":{"_id":"729"}} {"account_number":729,"balance":41812,"firstname":"Katy","lastname":"Rivera","age":36,"gender":"F","address":"791 Olive Street","employer":"Blurrybus","email":"katyrivera@blurrybus.com","city":"Innsbrook","state":"MI"} -{"index":{"_type": "temp_account", "_id":"731"}} +{"index":{"_id":"731"}} {"account_number":731,"balance":4994,"firstname":"Lorene","lastname":"Weiss","age":35,"gender":"M","address":"990 Ocean Court","employer":"Comvoy","email":"loreneweiss@comvoy.com","city":"Lavalette","state":"WI"} -{"index":{"_type": "temp_account", "_id":"736"}} +{"index":{"_id":"736"}} {"account_number":736,"balance":28677,"firstname":"Rogers","lastname":"Mcmahon","age":21,"gender":"F","address":"423 Cameron Court","employer":"Brainclip","email":"rogersmcmahon@brainclip.com","city":"Saddlebrooke","state":"FL"} -{"index":{"_type": "temp_account", "_id":"743"}} +{"index":{"_id":"743"}} {"account_number":743,"balance":14077,"firstname":"Susana","lastname":"Moody","age":23,"gender":"M","address":"842 Fountain Avenue","employer":"Bitrex","email":"susanamoody@bitrex.com","city":"Temperanceville","state":"TN"} -{"index":{"_type": "temp_account", "_id":"748"}} +{"index":{"_id":"748"}} {"account_number":748,"balance":38060,"firstname":"Ford","lastname":"Branch","age":25,"gender":"M","address":"926 Cypress Avenue","employer":"Buzzness","email":"fordbranch@buzzness.com","city":"Beason","state":"DC"} -{"index":{"_type": "temp_account", "_id":"750"}} +{"index":{"_id":"750"}} {"account_number":750,"balance":40481,"firstname":"Cherie","lastname":"Brooks","age":20,"gender":"F","address":"601 Woodhull Street","employer":"Kaggle","email":"cheriebrooks@kaggle.com","city":"Groton","state":"MA"} -{"index":{"_type": "temp_account", "_id":"755"}} +{"index":{"_id":"755"}} {"account_number":755,"balance":43878,"firstname":"Bartlett","lastname":"Conway","age":22,"gender":"M","address":"453 Times Placez","employer":"Konnect","email":"bartlettconway@konnect.com","city":"Belva","state":"VT"} -{"index":{"_type": "temp_account", "_id":"762"}} +{"index":{"_id":"762"}} {"account_number":762,"balance":10291,"firstname":"Amanda","lastname":"Head","age":20,"gender":"F","address":"990 Ocean Parkway","employer":"Zentury","email":"amandahead@zentury.com","city":"Hegins","state":"AR"} -{"index":{"_type": "temp_account", "_id":"767"}} +{"index":{"_id":"767"}} {"account_number":767,"balance":26220,"firstname":"Anthony","lastname":"Sutton","age":27,"gender":"F","address":"179 Fayette Street","employer":"Xiix","email":"anthonysutton@xiix.com","city":"Iberia","state":"TN"} -{"index":{"_type": "temp_account", "_id":"774"}} +{"index":{"_id":"774"}} {"account_number":774,"balance":35287,"firstname":"Lynnette","lastname":"Alvarez","age":38,"gender":"F","address":"991 Brightwater Avenue","employer":"Gink","email":"lynnettealvarez@gink.com","city":"Leola","state":"NC"} -{"index":{"_type": "temp_account", "_id":"779"}} +{"index":{"_id":"779"}} {"account_number":779,"balance":40983,"firstname":"Maggie","lastname":"Pace","age":32,"gender":"F","address":"104 Harbor Court","employer":"Bulljuice","email":"maggiepace@bulljuice.com","city":"Floris","state":"MA"} -{"index":{"_type": "temp_account", "_id":"781"}} +{"index":{"_id":"781"}} {"account_number":781,"balance":29961,"firstname":"Sanford","lastname":"Mullen","age":26,"gender":"F","address":"879 Dover Street","employer":"Zanity","email":"sanfordmullen@zanity.com","city":"Martinez","state":"TX"} -{"index":{"_type": "temp_account", "_id":"786"}} +{"index":{"_id":"786"}} {"account_number":786,"balance":3024,"firstname":"Rene","lastname":"Vang","age":33,"gender":"M","address":"506 Randolph Street","employer":"Isopop","email":"renevang@isopop.com","city":"Vienna","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"793"}} +{"index":{"_id":"793"}} {"account_number":793,"balance":16911,"firstname":"Alford","lastname":"Compton","age":36,"gender":"M","address":"186 Veronica Place","employer":"Zyple","email":"alfordcompton@zyple.com","city":"Sugartown","state":"AK"} -{"index":{"_type": "temp_account", "_id":"798"}} +{"index":{"_id":"798"}} {"account_number":798,"balance":3165,"firstname":"Catherine","lastname":"Ward","age":30,"gender":"F","address":"325 Burnett Street","employer":"Dreamia","email":"catherineward@dreamia.com","city":"Glenbrook","state":"SD"} -{"index":{"_type": "temp_account", "_id":"801"}} +{"index":{"_id":"801"}} {"account_number":801,"balance":14954,"firstname":"Molly","lastname":"Maldonado","age":37,"gender":"M","address":"518 Maple Avenue","employer":"Straloy","email":"mollymaldonado@straloy.com","city":"Hebron","state":"WI"} -{"index":{"_type": "temp_account", "_id":"806"}} +{"index":{"_id":"806"}} {"account_number":806,"balance":36492,"firstname":"Carson","lastname":"Riddle","age":31,"gender":"M","address":"984 Lois Avenue","employer":"Terrago","email":"carsonriddle@terrago.com","city":"Leland","state":"MN"} -{"index":{"_type": "temp_account", "_id":"813"}} +{"index":{"_id":"813"}} {"account_number":813,"balance":30833,"firstname":"Ebony","lastname":"Bishop","age":20,"gender":"M","address":"487 Ridge Court","employer":"Optique","email":"ebonybishop@optique.com","city":"Fairmount","state":"WA"} -{"index":{"_type": "temp_account", "_id":"818"}} +{"index":{"_id":"818"}} {"account_number":818,"balance":24433,"firstname":"Espinoza","lastname":"Petersen","age":26,"gender":"M","address":"641 Glenwood Road","employer":"Futurity","email":"espinozapetersen@futurity.com","city":"Floriston","state":"MD"} -{"index":{"_type": "temp_account", "_id":"820"}} +{"index":{"_id":"820"}} {"account_number":820,"balance":1011,"firstname":"Shepard","lastname":"Ramsey","age":24,"gender":"F","address":"806 Village Court","employer":"Mantro","email":"shepardramsey@mantro.com","city":"Tibbie","state":"NV"} -{"index":{"_type": "temp_account", "_id":"825"}} +{"index":{"_id":"825"}} {"account_number":825,"balance":49000,"firstname":"Terra","lastname":"Witt","age":21,"gender":"F","address":"590 Conway Street","employer":"Insectus","email":"terrawitt@insectus.com","city":"Forbestown","state":"AR"} -{"index":{"_type": "temp_account", "_id":"832"}} +{"index":{"_id":"832"}} {"account_number":832,"balance":8582,"firstname":"Laura","lastname":"Gibbs","age":39,"gender":"F","address":"511 Osborn Street","employer":"Corepan","email":"lauragibbs@corepan.com","city":"Worcester","state":"KS"} -{"index":{"_type": "temp_account", "_id":"837"}} +{"index":{"_id":"837"}} {"account_number":837,"balance":14485,"firstname":"Amy","lastname":"Villarreal","age":35,"gender":"M","address":"381 Stillwell Place","employer":"Fleetmix","email":"amyvillarreal@fleetmix.com","city":"Sanford","state":"IA"} -{"index":{"_type": "temp_account", "_id":"844"}} +{"index":{"_id":"844"}} {"account_number":844,"balance":26840,"firstname":"Jill","lastname":"David","age":31,"gender":"M","address":"346 Legion Street","employer":"Zytrax","email":"jilldavid@zytrax.com","city":"Saticoy","state":"SC"} -{"index":{"_type": "temp_account", "_id":"849"}} +{"index":{"_id":"849"}} {"account_number":849,"balance":16200,"firstname":"Barry","lastname":"Chapman","age":26,"gender":"M","address":"931 Dekoven Court","employer":"Darwinium","email":"barrychapman@darwinium.com","city":"Whitestone","state":"WY"} -{"index":{"_type": "temp_account", "_id":"851"}} +{"index":{"_id":"851"}} {"account_number":851,"balance":22026,"firstname":"Henderson","lastname":"Price","age":33,"gender":"F","address":"530 Hausman Street","employer":"Plutorque","email":"hendersonprice@plutorque.com","city":"Brutus","state":"RI"} -{"index":{"_type": "temp_account", "_id":"856"}} +{"index":{"_id":"856"}} {"account_number":856,"balance":27583,"firstname":"Alissa","lastname":"Knox","age":25,"gender":"M","address":"258 Empire Boulevard","employer":"Geologix","email":"alissaknox@geologix.com","city":"Hartsville/Hartley","state":"MN"} -{"index":{"_type": "temp_account", "_id":"863"}} +{"index":{"_id":"863"}} {"account_number":863,"balance":23165,"firstname":"Melendez","lastname":"Fernandez","age":40,"gender":"M","address":"661 Johnson Avenue","employer":"Vixo","email":"melendezfernandez@vixo.com","city":"Farmers","state":"IL"} -{"index":{"_type": "temp_account", "_id":"868"}} +{"index":{"_id":"868"}} {"account_number":868,"balance":27624,"firstname":"Polly","lastname":"Barron","age":22,"gender":"M","address":"129 Frank Court","employer":"Geofarm","email":"pollybarron@geofarm.com","city":"Loyalhanna","state":"ND"} -{"index":{"_type": "temp_account", "_id":"870"}} +{"index":{"_id":"870"}} {"account_number":870,"balance":43882,"firstname":"Goff","lastname":"Phelps","age":21,"gender":"M","address":"164 Montague Street","employer":"Digigen","email":"goffphelps@digigen.com","city":"Weedville","state":"IL"} -{"index":{"_type": "temp_account", "_id":"875"}} +{"index":{"_id":"875"}} {"account_number":875,"balance":19655,"firstname":"Mercer","lastname":"Pratt","age":24,"gender":"M","address":"608 Perry Place","employer":"Twiggery","email":"mercerpratt@twiggery.com","city":"Eggertsville","state":"MO"} -{"index":{"_type": "temp_account", "_id":"882"}} +{"index":{"_id":"882"}} {"account_number":882,"balance":10895,"firstname":"Mari","lastname":"Landry","age":39,"gender":"M","address":"963 Gerald Court","employer":"Kenegy","email":"marilandry@kenegy.com","city":"Lithium","state":"NC"} -{"index":{"_type": "temp_account", "_id":"887"}} +{"index":{"_id":"887"}} {"account_number":887,"balance":31772,"firstname":"Eunice","lastname":"Watts","age":36,"gender":"F","address":"707 Stuyvesant Avenue","employer":"Memora","email":"eunicewatts@memora.com","city":"Westwood","state":"TN"} -{"index":{"_type": "temp_account", "_id":"894"}} +{"index":{"_id":"894"}} {"account_number":894,"balance":1031,"firstname":"Tyler","lastname":"Fitzgerald","age":32,"gender":"M","address":"787 Meserole Street","employer":"Jetsilk","email":"tylerfitzgerald@jetsilk.com","city":"Woodlands","state":"WV"} -{"index":{"_type": "temp_account", "_id":"899"}} +{"index":{"_id":"899"}} {"account_number":899,"balance":32953,"firstname":"Carney","lastname":"Callahan","age":23,"gender":"M","address":"724 Kimball Street","employer":"Mangelica","email":"carneycallahan@mangelica.com","city":"Tecolotito","state":"MT"} -{"index":{"_type": "temp_account", "_id":"902"}} +{"index":{"_id":"902"}} {"account_number":902,"balance":13345,"firstname":"Hallie","lastname":"Jarvis","age":23,"gender":"F","address":"237 Duryea Court","employer":"Anixang","email":"halliejarvis@anixang.com","city":"Boykin","state":"IN"} -{"index":{"_type": "temp_account", "_id":"907"}} +{"index":{"_id":"907"}} {"account_number":907,"balance":12961,"firstname":"Ingram","lastname":"William","age":36,"gender":"M","address":"826 Overbaugh Place","employer":"Genmex","email":"ingramwilliam@genmex.com","city":"Kimmell","state":"AK"} -{"index":{"_type": "temp_account", "_id":"914"}} +{"index":{"_id":"914"}} {"account_number":914,"balance":7120,"firstname":"Esther","lastname":"Bean","age":32,"gender":"F","address":"583 Macon Street","employer":"Applica","email":"estherbean@applica.com","city":"Homeworth","state":"MN"} -{"index":{"_type": "temp_account", "_id":"919"}} +{"index":{"_id":"919"}} {"account_number":919,"balance":39655,"firstname":"Shauna","lastname":"Hanson","age":27,"gender":"M","address":"557 Hart Place","employer":"Exospace","email":"shaunahanson@exospace.com","city":"Outlook","state":"LA"} -{"index":{"_type": "temp_account", "_id":"921"}} +{"index":{"_id":"921"}} {"account_number":921,"balance":49119,"firstname":"Barbara","lastname":"Wade","age":29,"gender":"M","address":"687 Hoyts Lane","employer":"Roughies","email":"barbarawade@roughies.com","city":"Sattley","state":"CO"} -{"index":{"_type": "temp_account", "_id":"926"}} +{"index":{"_id":"926"}} {"account_number":926,"balance":49433,"firstname":"Welch","lastname":"Mcgowan","age":21,"gender":"M","address":"833 Quincy Street","employer":"Atomica","email":"welchmcgowan@atomica.com","city":"Hampstead","state":"VT"} -{"index":{"_type": "temp_account", "_id":"933"}} +{"index":{"_id":"933"}} {"account_number":933,"balance":18071,"firstname":"Tabitha","lastname":"Cole","age":21,"gender":"F","address":"916 Rogers Avenue","employer":"Eclipto","email":"tabithacole@eclipto.com","city":"Lawrence","state":"TX"} -{"index":{"_type": "temp_account", "_id":"938"}} +{"index":{"_id":"938"}} {"account_number":938,"balance":9597,"firstname":"Sharron","lastname":"Santos","age":40,"gender":"F","address":"215 Matthews Place","employer":"Zenco","email":"sharronsantos@zenco.com","city":"Wattsville","state":"VT"} -{"index":{"_type": "temp_account", "_id":"940"}} +{"index":{"_id":"940"}} {"account_number":940,"balance":23285,"firstname":"Melinda","lastname":"Mendoza","age":38,"gender":"M","address":"806 Kossuth Place","employer":"Kneedles","email":"melindamendoza@kneedles.com","city":"Coaldale","state":"OK"} -{"index":{"_type": "temp_account", "_id":"945"}} +{"index":{"_id":"945"}} {"account_number":945,"balance":23085,"firstname":"Hansen","lastname":"Hebert","age":33,"gender":"F","address":"287 Conduit Boulevard","employer":"Capscreen","email":"hansenhebert@capscreen.com","city":"Taycheedah","state":"AK"} -{"index":{"_type": "temp_account", "_id":"952"}} +{"index":{"_id":"952"}} {"account_number":952,"balance":21430,"firstname":"Angelique","lastname":"Weeks","age":33,"gender":"M","address":"659 Reeve Place","employer":"Exodoc","email":"angeliqueweeks@exodoc.com","city":"Turpin","state":"MD"} -{"index":{"_type": "temp_account", "_id":"957"}} +{"index":{"_id":"957"}} {"account_number":957,"balance":11373,"firstname":"Michael","lastname":"Giles","age":31,"gender":"M","address":"668 Court Square","employer":"Yogasm","email":"michaelgiles@yogasm.com","city":"Rosburg","state":"WV"} -{"index":{"_type": "temp_account", "_id":"964"}} +{"index":{"_id":"964"}} {"account_number":964,"balance":26154,"firstname":"Elena","lastname":"Waller","age":34,"gender":"F","address":"618 Crystal Street","employer":"Insurety","email":"elenawaller@insurety.com","city":"Gallina","state":"NY"} -{"index":{"_type": "temp_account", "_id":"969"}} +{"index":{"_id":"969"}} {"account_number":969,"balance":22214,"firstname":"Briggs","lastname":"Lynn","age":30,"gender":"M","address":"952 Lester Court","employer":"Quinex","email":"briggslynn@quinex.com","city":"Roland","state":"ID"} -{"index":{"_type": "temp_account", "_id":"971"}} +{"index":{"_id":"971"}} {"account_number":971,"balance":22772,"firstname":"Gabrielle","lastname":"Reilly","age":32,"gender":"F","address":"964 Tudor Terrace","employer":"Blanet","email":"gabriellereilly@blanet.com","city":"Falmouth","state":"AL"} -{"index":{"_type": "temp_account", "_id":"976"}} +{"index":{"_id":"976"}} {"account_number":976,"balance":31707,"firstname":"Mullen","lastname":"Tanner","age":26,"gender":"M","address":"711 Whitney Avenue","employer":"Pulze","email":"mullentanner@pulze.com","city":"Mooresburg","state":"MA"} -{"index":{"_type": "temp_account", "_id":"983"}} +{"index":{"_id":"983"}} {"account_number":983,"balance":47205,"firstname":"Mattie","lastname":"Eaton","age":24,"gender":"F","address":"418 Allen Avenue","employer":"Trasola","email":"mattieeaton@trasola.com","city":"Dupuyer","state":"NJ"} -{"index":{"_type": "temp_account", "_id":"988"}} +{"index":{"_id":"988"}} {"account_number":988,"balance":17803,"firstname":"Lucy","lastname":"Castro","age":34,"gender":"F","address":"425 Fleet Walk","employer":"Geekfarm","email":"lucycastro@geekfarm.com","city":"Mulino","state":"VA"} -{"index":{"_type": "temp_account", "_id":"990"}} +{"index":{"_id":"990"}} {"account_number":990,"balance":44456,"firstname":"Kelly","lastname":"Steele","age":35,"gender":"M","address":"809 Hoyt Street","employer":"Eschoir","email":"kellysteele@eschoir.com","city":"Stewartville","state":"ID"} -{"index":{"_type": "temp_account", "_id":"995"}} +{"index":{"_id":"995"}} {"account_number":995,"balance":21153,"firstname":"Phelps","lastname":"Parrish","age":25,"gender":"M","address":"666 Miller Place","employer":"Pearlessa","email":"phelpsparrish@pearlessa.com","city":"Brecon","state":"ME"} diff --git a/src/test/resources/dogs.json b/src/test/resources/dogs.json index 03973d6c..726b70ef 100644 --- a/src/test/resources/dogs.json +++ b/src/test/resources/dogs.json @@ -1,4 +1,4 @@ -{"index":{"_type": "dog", "_id":"1"}} +{"index":{"_id":"1"}} {"dog_name":"rex","holdersName":"Daenerys","age":2} -{"index":{"_type": "dog", "_id":"6"}} +{"index":{"_id":"6"}} {"dog_name":"snoopy","holdersName":"Hattie","age":4} diff --git a/src/test/resources/elasticsearch.yml b/src/test/resources/elasticsearch.yml index 21403f64..16f60000 100644 --- a/src/test/resources/elasticsearch.yml +++ b/src/test/resources/elasticsearch.yml @@ -1,3 +1,4 @@ script.max_compilations_rate: 100/1m path.data: /var/lib/elasticsearch path.logs: /var/log/elasticsearch +xpack.security.enabled: false \ No newline at end of file diff --git a/src/test/resources/expectedOutput/delete_explain.json b/src/test/resources/expectedOutput/delete_explain.json index a9e173f2..949748de 100644 --- a/src/test/resources/expectedOutput/delete_explain.json +++ b/src/test/resources/expectedOutput/delete_explain.json @@ -17,21 +17,16 @@ { "range" : { "age" : { - "from" : 20, - "to" : null, - "include_lower" : false, - "include_upper" : true, + "gt" : 20, "boost" : 1.0 } } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } }, diff --git a/src/test/resources/expectedOutput/multi_match_query.json b/src/test/resources/expectedOutput/multi_match_query.json index bd950877..504873e8 100644 --- a/src/test/resources/expectedOutput/multi_match_query.json +++ b/src/test/resources/expectedOutput/multi_match_query.json @@ -14,26 +14,16 @@ "message^1.0", "subject^3.0" ], - "type": "best_fields", "operator": "AND", "analyzer": "standard", - "slop": 0, - "prefix_length": 0, - "max_expansions": 50, - "tie_breaker": 0.3, - "zero_terms_query": "NONE", - "auto_generate_synonyms_phrase_query": true, - "fuzzy_transpositions": true, - "boost": 1.0 + "tie_breaker": 0.3 } } ], - "adjust_pure_negative": true, "boost": 1.0 } } ], - "adjust_pure_negative": true, "boost": 1.0 } } diff --git a/src/test/resources/expectedOutput/search_explain.json b/src/test/resources/expectedOutput/search_explain.json index 31cdd739..691e02a1 100644 --- a/src/test/resources/expectedOutput/search_explain.json +++ b/src/test/resources/expectedOutput/search_explain.json @@ -18,21 +18,16 @@ { "range" : { "age" : { - "from" : 20, - "to" : null, - "include_lower" : false, - "include_upper" : true, + "gt" : 20, "boost" : 1.0 } } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } }, diff --git a/src/test/resources/expectedOutput/search_explain_filter.json b/src/test/resources/expectedOutput/search_explain_filter.json index a75774c4..55d0ae10 100644 --- a/src/test/resources/expectedOutput/search_explain_filter.json +++ b/src/test/resources/expectedOutput/search_explain_filter.json @@ -21,26 +21,20 @@ { "range" : { "age" : { - "from" : 20, - "to" : null, - "include_lower" : false, - "include_upper" : true, + "gt" : 20, "boost" : 1.0 } } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } }, diff --git a/src/test/resources/expectedOutput/search_spatial_explain.json b/src/test/resources/expectedOutput/search_spatial_explain.json index 941b754b..d0bee424 100644 --- a/src/test/resources/expectedOutput/search_spatial_explain.json +++ b/src/test/resources/expectedOutput/search_spatial_explain.json @@ -44,12 +44,10 @@ } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } ], - "adjust_pure_negative" : true, "boost" : 1.0 } } diff --git a/src/test/resources/game_of_thrones_complex.json b/src/test/resources/game_of_thrones_complex.json index af6f83f7..240344e2 100644 --- a/src/test/resources/game_of_thrones_complex.json +++ b/src/test/resources/game_of_thrones_complex.json @@ -1,14 +1,14 @@ -{"index":{"_type": "gotCharacters", "_id":"1"}} +{"index":{"_id":"1"}} {"name":{"firstname":"Daenerys","lastname":"Targaryen","ofHerName":1},"nickname":"Daenerys \"Stormborn\"","house":"Targaryen","gender":"F","parents":{"father":"Aerys" , "mother":"Rhaella"},"titles":["motherOfDragons","queenOfTheAndals","breakerOfChains","Khaleesi"]} -{"index":{"_type": "gotCharacters", "_id":"2"}} +{"index":{"_id":"2"}} {"name":{"firstname":"Eddard","lastname":"Stark","ofHisName":1},"house":"Stark", "parents":{"father":"Rickard" , "mother":"Lyarra"} ,"gender":"M","titles":["lordOfWinterfell","wardenOfTheNorth","handOfTheKing"]} -{"index":{"_type": "gotCharacters", "_id":"3"}} +{"index":{"_id":"3"}} {"name":{"firstname":"Brandon","lastname":"Stark","ofHisName":4},"house":"Stark","parents":{"father":"Eddard","mother":"Catelyn"},"gender":"M","titles":["princeOfWinterfell"],"@wolf":"Summer"} -{"index":{"_type": "gotCharacters", "_id":"4"}} +{"index":{"_id":"4"}} {"name":{"firstname":"Jaime","lastname":"Lannister","ofHisName":1},"gender":"M","house":"Lannister","parents":{"father":"Tywin","mother":"Joanna"},"titles":["kingSlayer","lordCommanderOfTheKingsguard","Ser"]} -{"index":{"_type": "gotCharacters", "_id":"5"}} +{"index":{"_id":"5"}} {"words":"fireAndBlood","hname":"Targaryen","sigil":"Dragon","seat":"Dragonstone"} -{"index":{"_type": "gotCharacters", "_id":"6"}} +{"index":{"_id":"6"}} {"words":"winterIsComing" , "hname":"Stark","sigil":"direwolf","seat":"Winterfell"} -{"index":{"_type": "gotCharacters", "_id":"7"}} +{"index":{"_id":"7"}} {"words":"hearMeRoar" , "hname":"Lannister","sigil":"lion","seat":"CasterlyRock"} diff --git a/src/test/resources/join_objects.json b/src/test/resources/join_objects.json index a1fdc868..92c570b5 100644 --- a/src/test/resources/join_objects.json +++ b/src/test/resources/join_objects.json @@ -1,18 +1,18 @@ -{"index":{"_type": "joinType", "_id":"1"}} +{"index":{"_id":"1"}} {"messageTile": "a", "join_field": "parentType"} -{"index":{"_type": "joinType", "_id":"2"}} +{"index":{"_id":"2"}} {"messageTile": "b", "join_field": "parentType"} -{"index":{"_type": "joinType", "_id":"3"}} +{"index":{"_id":"3"}} {"messageTile": "c", "join_field": "parentType"} -{"index":{"_type": "joinType", "_id":"4"}} +{"index":{"_id":"4"}} {"messageTile": "d", "join_field": "parentType"} -{"index":{"_type": "joinType", "_id":"5", "routing": "1"}} +{"index":{"_id":"5", "routing": "1"}} {"info":"a","author":"e","dayOfWeek":1, "join_field": {"name": "childrenType", "parent": "1"}} -{"index":{"_type": "joinType", "_id":"6", "routing": "2"}} +{"index":{"_id":"6", "routing": "2"}} {"info":"b","author":"f","dayOfWeek":2, "join_field": {"name": "childrenType", "parent": "2"}} -{"index":{"_type": "joinType", "_id":"7", "routing": "3"}} +{"index":{"_id":"7", "routing": "3"}} {"info":"c","author":"g","dayOfWeek":1, "join_field": {"name": "childrenType", "parent": "3"}} -{"index":{"_type": "joinType", "_id":"8", "routing": "4"}} +{"index":{"_id":"8", "routing": "4"}} {"info":"d","author":"h","dayOfWeek":3, "join_field": {"name": "childrenType", "parent": "4"}} -{"index":{"_type": "joinType", "_id":"9", "routing": "1"}} +{"index":{"_id":"9", "routing": "1"}} {"info":"a","author":"h","dayOfWeek":3, "join_field": {"name": "childrenType", "parent": "1"}} diff --git a/src/test/resources/locations.json b/src/test/resources/locations.json index ebe2d777..642370dc 100644 --- a/src/test/resources/locations.json +++ b/src/test/resources/locations.json @@ -1,4 +1,4 @@ -{"index":{"_type": "location", "_id":"1"}} +{"index":{"_id":"1"}} {"description":"square","place":{"type": "Polygon","coordinates": [[ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0],[100.0, 1.0], [100.0, 0.0]]]},"center":{"lat": 0.5, "lon": 100.5 }} -{"index":{"_type": "location", "_id":"2"}} +{"index":{"_id":"2"}} {"description":"bigSquare","place":{"type": "Polygon","coordinates": [[ [100.0, 0.0], [110.0, 0.0], [110.0, 10.0],[100.0, 10.0], [100.0, 0.0]]]},"center":{"lat": 5.0, "lon": 105.0 }} diff --git a/src/test/resources/locations2.json b/src/test/resources/locations2.json index 988d0add..e050b4c2 100644 --- a/src/test/resources/locations2.json +++ b/src/test/resources/locations2.json @@ -1,4 +1,4 @@ -{"index":{"_type": "location2", "_id":"1"}} +{"index":{"_id":"1"}} {"description":"square","place":{"type": "Polygon","coordinates": [[ [115.0, 112.0], [116.0, 112.0], [116.0, 113.0],[115.0, 113.0], [115.0, 112.0]]]},"center":{"lat": 0.5, "lon": 100.5 }} -{"index":{"_type": "location2", "_id":"2"}} +{"index":{"_id":"2"}} {"description":"squareRelated","place":{"type": "Polygon","coordinates": [[ [100.0, 0.0], [110.0, 0.0], [110.0, 10.0],[100.0, 10.0], [100.0, 0.0]]]},"center":{"lat": 5.0, "lon": 105.0 }} diff --git a/src/test/resources/nested_objects.json b/src/test/resources/nested_objects.json index cd0b217d..096f3443 100644 --- a/src/test/resources/nested_objects.json +++ b/src/test/resources/nested_objects.json @@ -1,8 +1,8 @@ -{"index":{"_type": "nestedType", "_id":"1"}} +{"index":{"_id":"1"}} {"message":{"info":"a","author":"e","dayOfWeek":1},"comment":{"data":"ab","likes":3},"myNum":1,"someField":"b"} -{"index":{"_type": "nestedType", "_id":"2"}} +{"index":{"_id":"2"}} {"message":{"info":"b","author":"f","dayOfWeek":2},"comment":{"data":"aa","likes":2},"myNum":2,"someField":"a"} -{"index":{"_type": "nestedType", "_id":"3"}} +{"index":{"_id":"3"}} {"message":{"info":"c","author":"g","dayOfWeek":1},"comment":{"data":"aa","likes":3},"myNum":3,"someField":"a"} -{"index":{"_type": "nestedType", "_id":"4"}} +{"index":{"_id":"4"}} {"message":[{"info":"c","author":"h","dayOfWeek":4},{"info":"a","author":"i","dayOfWeek":5}],"comment":{"data":"ab","likes":1},"myNum":4,"someField":"b"} diff --git a/src/test/resources/odbc-date-formats.json b/src/test/resources/odbc-date-formats.json index e67fcd94..d02299d0 100644 --- a/src/test/resources/odbc-date-formats.json +++ b/src/test/resources/odbc-date-formats.json @@ -1,20 +1,20 @@ -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-16 13:27:33.953'}", "docCount":"1"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-15 13:27:33.953'}", "docCount":"2"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-14 13:27:33.953'}", "docCount":"3"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-13 13:27:33.954'}", "docCount":"4"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-12 13:27:33.954'}", "docCount":"5"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-11 13:27:33.955'}", "docCount":"6"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-10 13:27:33.955'}", "docCount":"7"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-09 13:27:33.955'}", "docCount":"8"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-08 13:27:33.956'}", "docCount":"9"} -{"index":{"_type": "odbc"}} +{"index":{}} {"odbc_time":"{ts '2015-03-07 13:27:33.956'}", "docCount":"10"} diff --git a/src/test/resources/online.json b/src/test/resources/online.json index a95a4267..314992dd 100644 --- a/src/test/resources/online.json +++ b/src/test/resources/online.json @@ -1,19873 +1,19873 @@ -{"index":{"_type": "online"}} +{"index":{}} {"0":59651,"10":94,"107":333,"11":186,"12":85,"13":205,"14":120,"15":161,"155":26,"156":7,"158":13,"159":9,"16":274,"160":32,"161":73,"167":22,"168":4,"17":152,"18":660,"19":140,"20":101,"209":20,"21":277,"210":9,"211":2,"214":12,"215":111,"221":165,"223":440,"224":26,"225":418,"23":222,"24":861,"25":1100,"257":48,"26":41,"268":2,"27":92,"273":26,"276":18,"279":33,"28":442,"281":7,"282":33,"291":13,"292":56,"30":21,"302":27,"306":2,"31":65,"314":4,"32":29,"33":29,"34":43,"347":8,"35":34,"352":493,"36":96,"37":18,"38":239,"380":5,"381":84,"383":43,"39":52,"391":11,"396":2,"397":15,"40":52,"409":8,"41":34,"414":11,"415":82,"419":4,"42":29,"426":4,"43":23,"430":24,"433":61,"44":13,"45":24,"46":187,"48":57,"49":29,"5":321,"51":28,"52":43,"53":77,"56":3,"570":5,"6":80,"63":7,"7":185,"79":16,"8":106,"80":20,"9":198,"all_client":69873,"all_tv_clinet":10222,"insert_time":"2014-08-17T16:00:05.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59050,"10":91,"107":335,"11":190,"12":84,"13":205,"14":115,"15":160,"155":25,"156":6,"158":12,"159":9,"16":273,"160":32,"161":71,"167":23,"168":4,"17":154,"18":630,"19":137,"20":99,"209":22,"21":264,"210":8,"211":1,"214":12,"215":118,"221":160,"223":443,"224":24,"225":417,"23":225,"24":842,"25":1102,"257":46,"26":42,"268":2,"27":86,"273":29,"276":18,"279":33,"28":446,"281":7,"282":35,"291":13,"292":57,"30":20,"302":26,"306":2,"31":69,"314":4,"32":28,"33":28,"34":45,"347":8,"35":33,"352":493,"36":98,"37":18,"38":238,"380":5,"381":79,"383":44,"39":52,"391":10,"396":2,"397":14,"40":53,"409":7,"41":35,"414":13,"415":85,"419":4,"42":31,"426":3,"43":21,"430":22,"433":56,"44":13,"45":24,"46":175,"48":57,"49":27,"5":322,"51":27,"52":44,"53":78,"56":3,"570":5,"6":72,"63":7,"7":176,"79":17,"8":107,"80":21,"9":192,"all_client":69170,"all_tv_clinet":10120,"insert_time":"2014-08-17T16:01:06.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58466,"10":88,"107":325,"11":192,"12":83,"13":206,"14":108,"15":160,"155":25,"156":5,"158":13,"159":8,"16":265,"160":30,"161":68,"167":21,"168":4,"17":153,"18":605,"19":140,"20":93,"209":23,"21":262,"210":7,"211":1,"214":12,"215":117,"221":160,"223":442,"224":25,"225":422,"23":222,"24":821,"25":1089,"257":52,"26":41,"268":2,"27":75,"273":29,"276":16,"279":34,"28":458,"281":7,"282":37,"291":12,"292":56,"30":18,"302":27,"306":3,"31":67,"314":4,"32":25,"33":25,"34":46,"347":8,"35":31,"352":480,"36":98,"37":20,"38":232,"380":5,"381":69,"383":44,"39":55,"391":9,"396":2,"397":13,"40":52,"409":9,"41":33,"414":11,"415":80,"419":3,"42":31,"426":3,"43":20,"430":21,"433":53,"44":12,"45":26,"46":165,"48":55,"49":26,"5":323,"51":26,"52":42,"53":77,"56":4,"570":4,"6":74,"63":8,"7":171,"79":21,"8":104,"80":20,"9":197,"all_client":68432,"all_tv_clinet":9966,"insert_time":"2014-08-17T16:02:07.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58018,"10":91,"107":320,"11":192,"12":88,"13":208,"14":97,"15":163,"155":22,"156":3,"158":15,"159":7,"16":270,"160":28,"161":66,"167":21,"168":3,"17":154,"18":591,"19":143,"20":90,"209":22,"21":257,"210":7,"214":12,"215":120,"221":161,"223":456,"224":26,"225":408,"23":219,"24":804,"25":1084,"257":53,"26":41,"268":1,"27":69,"273":28,"276":17,"279":32,"28":473,"281":7,"282":37,"291":11,"292":52,"30":17,"302":24,"306":3,"31":63,"314":4,"32":26,"33":22,"34":48,"347":8,"35":30,"352":467,"36":92,"37":22,"38":233,"380":4,"381":63,"383":52,"39":58,"391":12,"396":2,"397":10,"40":51,"409":11,"41":32,"414":12,"415":76,"419":3,"42":33,"426":2,"43":25,"430":17,"433":55,"44":9,"45":27,"46":150,"48":53,"49":25,"5":325,"51":24,"52":45,"53":75,"56":4,"570":1,"6":77,"63":8,"7":164,"79":23,"8":93,"80":20,"9":183,"all_client":67870,"all_tv_clinet":9852,"insert_time":"2014-08-17T16:03:07.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57522,"10":90,"107":317,"11":187,"12":90,"13":218,"14":95,"15":163,"155":21,"156":4,"158":15,"159":7,"16":263,"160":27,"161":63,"167":21,"168":3,"17":151,"18":581,"19":146,"20":89,"209":22,"21":249,"210":6,"211":1,"214":12,"215":118,"221":160,"223":458,"224":25,"225":399,"23":223,"24":774,"25":1042,"257":50,"26":47,"27":61,"273":26,"276":16,"279":33,"28":473,"281":7,"282":39,"291":10,"292":50,"30":16,"302":24,"306":3,"31":59,"314":4,"32":27,"33":20,"34":50,"347":8,"35":29,"352":460,"36":88,"37":25,"38":240,"380":4,"381":65,"383":51,"39":58,"391":11,"396":3,"397":10,"40":49,"409":11,"41":33,"414":14,"415":76,"419":1,"42":33,"426":2,"43":24,"430":13,"433":53,"44":9,"45":27,"46":153,"48":50,"49":21,"5":319,"51":25,"52":45,"53":77,"56":5,"570":1,"6":78,"63":9,"7":152,"79":23,"8":92,"80":20,"9":177,"all_client":67221,"all_tv_clinet":9699,"insert_time":"2014-08-17T16:04:08.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56969,"10":85,"107":317,"11":185,"12":91,"13":214,"14":103,"15":160,"155":19,"156":4,"158":15,"159":7,"16":247,"160":27,"161":65,"167":20,"168":3,"17":150,"18":588,"19":148,"20":80,"209":23,"21":250,"210":6,"211":1,"214":13,"215":115,"221":153,"223":456,"224":23,"225":397,"23":216,"24":721,"25":996,"257":42,"26":49,"27":59,"273":24,"276":17,"279":30,"28":481,"281":7,"282":40,"291":10,"292":50,"30":17,"302":24,"306":3,"31":55,"314":4,"32":24,"33":17,"34":52,"347":7,"35":29,"352":444,"36":85,"37":24,"38":248,"380":5,"381":67,"383":51,"39":58,"391":10,"396":3,"397":8,"40":51,"409":11,"41":33,"414":15,"415":77,"419":1,"42":32,"426":1,"43":24,"430":14,"433":55,"44":10,"45":28,"46":157,"48":46,"49":18,"5":306,"51":20,"52":46,"53":75,"56":6,"570":1,"6":83,"63":9,"7":139,"79":21,"8":88,"80":19,"9":174,"all_client":66471,"all_tv_clinet":9502,"insert_time":"2014-08-17T16:05:08.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56368,"10":82,"107":307,"11":185,"12":104,"13":202,"14":102,"15":162,"155":18,"156":4,"158":13,"159":8,"16":224,"160":25,"161":69,"167":18,"168":3,"17":156,"18":580,"19":138,"20":75,"209":22,"21":249,"210":5,"211":1,"214":14,"215":116,"221":144,"223":446,"224":25,"225":389,"23":209,"24":697,"25":964,"257":38,"26":49,"27":54,"273":24,"276":17,"279":28,"28":485,"281":8,"282":42,"291":11,"292":51,"30":16,"302":24,"306":3,"31":52,"314":4,"32":24,"33":18,"34":52,"347":5,"35":29,"352":435,"36":80,"37":24,"38":248,"380":5,"381":70,"383":47,"39":53,"391":12,"396":3,"397":8,"40":51,"409":12,"41":31,"414":12,"415":73,"419":1,"42":30,"426":2,"43":19,"430":11,"433":56,"44":12,"45":29,"46":158,"48":47,"49":18,"5":303,"51":20,"52":48,"53":75,"56":6,"570":1,"6":93,"63":9,"7":132,"79":23,"8":90,"80":18,"9":169,"all_client":65692,"all_tv_clinet":9324,"insert_time":"2014-08-17T16:06:09.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55810,"10":79,"107":301,"11":189,"12":114,"13":197,"14":101,"15":164,"155":18,"156":3,"158":14,"159":10,"16":214,"160":25,"161":67,"167":18,"168":3,"17":163,"18":564,"19":140,"20":74,"209":23,"21":252,"210":5,"211":1,"214":14,"215":111,"221":141,"223":419,"224":24,"225":388,"23":201,"24":650,"25":952,"257":34,"26":49,"27":50,"273":23,"276":16,"279":30,"28":495,"281":8,"282":40,"291":9,"292":49,"30":15,"302":23,"306":3,"31":49,"314":3,"32":25,"33":20,"34":50,"347":5,"35":29,"352":422,"36":70,"37":23,"38":242,"380":5,"381":70,"383":46,"39":54,"391":12,"396":3,"397":7,"40":50,"409":11,"41":28,"414":10,"415":72,"419":1,"42":29,"426":2,"43":21,"430":12,"433":54,"44":12,"45":26,"46":153,"48":47,"49":20,"5":305,"51":18,"52":50,"53":73,"56":6,"570":2,"6":98,"63":10,"7":127,"79":25,"8":89,"80":17,"9":166,"all_client":64962,"all_tv_clinet":9152,"insert_time":"2014-08-17T16:07:09.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55247,"10":80,"107":284,"11":193,"12":121,"13":185,"14":105,"15":165,"155":18,"156":3,"158":16,"159":10,"16":198,"160":25,"161":69,"167":18,"168":3,"17":158,"18":547,"19":137,"20":75,"209":25,"21":250,"210":5,"211":1,"214":14,"215":113,"221":137,"223":385,"224":24,"225":406,"23":193,"24":628,"25":942,"257":32,"26":53,"27":42,"273":21,"276":16,"279":34,"28":497,"281":8,"282":38,"291":8,"292":48,"30":13,"302":21,"306":3,"31":46,"314":4,"32":25,"33":17,"34":44,"347":5,"35":28,"352":413,"36":68,"37":24,"38":230,"380":4,"381":68,"383":49,"39":53,"391":14,"396":3,"397":7,"40":52,"409":10,"41":30,"414":10,"415":67,"419":2,"42":29,"426":3,"43":17,"430":11,"433":57,"44":10,"45":24,"46":152,"48":49,"49":21,"5":306,"51":16,"52":50,"53":75,"56":6,"570":2,"6":94,"63":10,"7":119,"79":24,"8":90,"80":16,"9":169,"all_client":64237,"all_tv_clinet":8990,"insert_time":"2014-08-17T16:08:10.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54174,"10":73,"107":276,"11":196,"12":127,"13":182,"14":106,"15":161,"155":17,"156":2,"158":19,"159":10,"16":185,"160":26,"161":68,"167":18,"168":3,"17":152,"18":518,"19":137,"20":71,"209":24,"21":253,"210":5,"211":1,"214":14,"215":109,"221":128,"223":342,"224":21,"225":410,"23":179,"24":607,"25":920,"257":30,"26":57,"27":30,"273":23,"276":17,"279":37,"28":494,"281":8,"282":35,"291":9,"292":46,"30":11,"302":19,"306":3,"31":40,"314":4,"32":24,"33":15,"34":39,"347":5,"35":26,"352":396,"36":72,"37":22,"38":225,"380":4,"381":65,"383":51,"39":52,"391":12,"396":3,"397":6,"40":55,"409":6,"41":32,"414":10,"415":66,"419":3,"42":29,"426":4,"43":13,"430":11,"433":58,"44":11,"45":23,"46":148,"48":50,"49":19,"5":300,"51":16,"52":52,"53":71,"56":7,"570":2,"6":87,"63":10,"7":118,"79":24,"8":83,"80":18,"9":173,"all_client":62913,"all_tv_clinet":8739,"insert_time":"2014-08-17T16:09:10.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53670,"10":72,"107":273,"11":198,"12":136,"13":174,"14":108,"15":162,"155":17,"156":3,"158":20,"159":10,"16":175,"160":26,"161":66,"167":17,"168":3,"17":152,"18":499,"19":137,"20":72,"209":24,"21":251,"210":6,"211":1,"214":15,"215":108,"221":118,"223":318,"224":21,"225":416,"23":179,"24":608,"25":909,"257":28,"26":58,"268":1,"27":29,"273":21,"276":17,"279":36,"28":499,"281":8,"282":37,"291":9,"292":46,"30":12,"302":17,"306":3,"31":40,"314":5,"32":22,"33":13,"34":39,"347":5,"35":25,"352":397,"36":74,"37":22,"38":219,"380":4,"381":62,"383":48,"39":51,"391":10,"396":2,"397":4,"40":53,"409":6,"41":32,"414":9,"415":60,"419":3,"42":26,"426":4,"43":12,"430":10,"433":64,"44":13,"45":21,"46":144,"48":49,"49":17,"5":299,"51":16,"52":52,"53":67,"56":7,"570":2,"6":80,"63":9,"7":118,"79":22,"8":78,"80":17,"9":166,"all_client":62283,"all_tv_clinet":8613,"insert_time":"2014-08-17T16:10:11.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53116,"10":75,"107":276,"11":191,"12":145,"13":177,"14":110,"15":166,"155":18,"156":3,"158":20,"159":8,"16":171,"160":29,"161":64,"167":17,"168":3,"17":154,"18":491,"19":135,"20":70,"209":25,"21":248,"210":6,"211":1,"214":15,"215":107,"221":113,"223":304,"224":22,"225":416,"23":170,"24":585,"25":918,"257":25,"26":54,"268":1,"27":26,"273":20,"276":17,"279":38,"28":498,"281":7,"282":32,"291":9,"292":44,"30":16,"302":14,"306":2,"31":34,"314":4,"32":21,"33":14,"34":38,"347":5,"35":23,"352":381,"36":71,"37":21,"38":226,"380":5,"381":59,"383":51,"39":51,"391":11,"396":1,"397":4,"40":48,"409":6,"41":31,"414":8,"415":59,"419":3,"42":25,"426":4,"43":12,"430":9,"433":63,"44":15,"45":21,"46":138,"48":45,"49":17,"5":302,"51":15,"52":53,"53":61,"56":9,"570":2,"6":73,"63":9,"7":114,"79":21,"8":80,"80":18,"9":151,"all_client":61604,"all_tv_clinet":8488,"insert_time":"2014-08-17T16:11:11.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53293,"10":77,"107":275,"11":195,"12":151,"13":177,"14":107,"15":165,"155":18,"156":3,"158":21,"159":8,"16":171,"160":29,"161":64,"167":17,"168":3,"17":154,"18":490,"19":140,"20":75,"209":25,"21":248,"210":7,"211":1,"214":16,"215":109,"221":115,"223":301,"224":24,"225":413,"23":171,"24":597,"25":912,"257":23,"26":55,"268":1,"27":24,"273":21,"276":16,"279":37,"28":506,"281":8,"282":34,"291":9,"292":43,"30":17,"302":13,"306":2,"31":34,"314":4,"32":20,"33":12,"34":39,"347":5,"35":22,"352":398,"36":71,"37":23,"38":227,"380":5,"381":60,"383":53,"39":47,"391":11,"396":1,"397":4,"40":50,"409":7,"41":32,"414":11,"415":55,"419":2,"42":21,"426":2,"43":15,"430":9,"433":62,"44":15,"45":19,"46":140,"48":47,"49":18,"5":301,"51":15,"52":55,"53":57,"56":11,"570":3,"6":78,"63":9,"7":111,"79":25,"8":81,"80":18,"9":136,"all_client":61822,"all_tv_clinet":8529,"insert_time":"2014-08-17T16:12:12.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52796,"10":74,"107":286,"11":191,"12":146,"13":175,"14":110,"15":164,"155":17,"156":4,"158":22,"159":6,"16":156,"160":25,"161":58,"167":18,"168":3,"17":149,"18":462,"19":135,"20":77,"209":24,"21":237,"210":7,"211":1,"214":16,"215":107,"221":121,"223":296,"224":26,"225":387,"23":173,"24":588,"25":897,"257":25,"26":52,"268":1,"27":21,"273":18,"276":16,"279":36,"28":520,"281":8,"282":36,"291":10,"292":41,"30":18,"302":13,"306":2,"31":37,"314":3,"32":16,"33":18,"34":40,"347":5,"35":23,"352":394,"36":74,"37":23,"38":221,"380":5,"381":60,"383":53,"39":43,"391":12,"397":4,"40":50,"409":5,"41":28,"414":11,"415":53,"419":2,"42":22,"426":3,"43":15,"430":8,"433":63,"44":17,"45":19,"46":143,"48":45,"49":15,"5":287,"51":13,"52":58,"53":52,"56":10,"570":3,"6":77,"63":9,"7":117,"79":25,"8":82,"80":19,"9":133,"all_client":61186,"all_tv_clinet":8390,"insert_time":"2014-08-17T16:13:12.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52276,"10":67,"107":285,"11":185,"12":146,"13":167,"14":114,"15":162,"155":16,"156":4,"158":21,"159":7,"16":152,"160":23,"161":56,"167":18,"168":3,"17":152,"18":447,"19":132,"20":79,"209":26,"21":234,"210":7,"211":1,"214":16,"215":106,"221":111,"223":295,"224":26,"225":371,"23":171,"24":571,"25":882,"257":25,"26":52,"268":1,"27":19,"273":17,"276":16,"279":37,"28":519,"281":9,"282":34,"291":10,"292":36,"30":18,"302":11,"306":1,"31":36,"314":2,"32":12,"33":17,"34":36,"347":7,"35":21,"352":401,"36":75,"37":22,"38":211,"380":4,"381":60,"383":55,"39":43,"391":12,"397":5,"40":49,"409":5,"41":30,"414":12,"415":51,"419":2,"42":23,"426":3,"43":17,"430":8,"433":64,"44":17,"45":15,"46":141,"48":46,"49":17,"5":279,"51":14,"52":62,"53":44,"56":11,"570":3,"6":83,"63":9,"7":121,"79":27,"8":85,"80":19,"9":126,"all_client":60536,"all_tv_clinet":8260,"insert_time":"2014-08-17T16:14:12.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51780,"10":66,"107":275,"11":180,"12":147,"13":159,"14":115,"15":163,"155":16,"156":5,"158":20,"159":6,"16":142,"160":18,"161":57,"167":18,"168":2,"17":152,"18":432,"19":133,"20":78,"209":27,"21":228,"210":7,"211":1,"214":16,"215":107,"221":104,"223":288,"224":27,"225":361,"23":172,"24":558,"25":868,"257":26,"26":52,"268":1,"27":19,"273":16,"276":16,"279":37,"28":511,"281":8,"282":31,"291":11,"292":32,"30":19,"302":10,"306":1,"31":36,"314":2,"32":12,"33":18,"34":32,"347":7,"35":21,"352":398,"36":71,"37":21,"38":211,"380":4,"381":57,"383":55,"39":41,"391":13,"396":1,"397":5,"40":46,"409":5,"41":30,"414":11,"415":48,"419":2,"42":24,"426":2,"43":15,"430":9,"433":64,"44":20,"45":17,"46":140,"48":44,"49":15,"5":277,"51":16,"52":64,"53":45,"56":11,"570":2,"6":81,"63":9,"7":119,"79":25,"8":84,"80":19,"9":120,"all_client":59887,"all_tv_clinet":8107,"insert_time":"2014-08-17T16:15:13.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51236,"10":68,"107":261,"11":183,"12":146,"13":149,"14":119,"15":162,"155":14,"156":5,"158":18,"159":7,"16":145,"160":18,"161":57,"167":20,"168":2,"17":145,"18":417,"19":137,"20":77,"209":27,"21":222,"210":6,"211":1,"214":16,"215":104,"221":104,"223":271,"224":28,"225":349,"23":157,"24":555,"25":854,"257":26,"26":52,"268":1,"27":21,"273":17,"276":15,"279":39,"28":501,"281":8,"282":30,"291":11,"292":33,"30":18,"302":9,"306":1,"31":35,"314":1,"32":15,"33":18,"34":29,"347":7,"35":19,"352":394,"36":70,"37":22,"38":205,"380":4,"381":54,"383":53,"39":42,"391":13,"396":1,"397":5,"40":43,"409":5,"41":29,"414":11,"415":46,"419":2,"42":23,"426":2,"43":15,"430":10,"433":64,"44":20,"45":16,"46":139,"48":39,"49":16,"5":278,"51":15,"52":66,"53":43,"56":12,"570":1,"6":81,"63":10,"7":116,"79":26,"8":88,"80":19,"9":117,"all_client":59201,"all_tv_clinet":7965,"insert_time":"2014-08-17T16:16:13.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50680,"10":72,"107":259,"11":186,"12":140,"13":145,"14":122,"15":164,"155":14,"156":5,"158":17,"159":7,"16":142,"160":18,"161":54,"167":21,"168":2,"17":143,"18":401,"19":134,"20":77,"209":24,"21":222,"210":5,"211":1,"214":16,"215":105,"221":99,"223":236,"224":28,"225":337,"23":149,"24":561,"25":841,"257":25,"26":51,"268":1,"27":20,"273":16,"276":15,"279":38,"28":500,"281":8,"282":29,"291":11,"292":32,"30":18,"302":8,"306":1,"31":36,"314":1,"32":16,"33":18,"34":26,"347":8,"35":17,"352":395,"36":68,"37":22,"38":211,"380":4,"381":53,"383":53,"39":43,"391":13,"396":1,"397":5,"40":42,"409":5,"41":28,"414":10,"415":40,"419":2,"42":21,"426":2,"43":12,"430":9,"433":64,"44":19,"45":16,"46":138,"48":36,"49":16,"5":270,"51":15,"52":66,"53":41,"56":12,"570":1,"6":83,"63":10,"7":117,"79":25,"8":91,"80":19,"9":114,"all_client":58514,"all_tv_clinet":7834,"insert_time":"2014-08-17T16:17:14.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50212,"10":70,"107":262,"11":186,"12":136,"13":140,"14":125,"15":167,"155":15,"156":4,"158":16,"159":7,"16":135,"160":18,"161":53,"167":21,"168":2,"17":143,"18":385,"19":131,"20":79,"209":23,"21":215,"210":6,"211":1,"214":16,"215":104,"221":99,"223":217,"224":30,"225":324,"23":142,"24":547,"25":820,"257":27,"26":50,"268":1,"27":18,"273":15,"276":15,"279":37,"28":493,"281":7,"282":28,"291":12,"292":34,"30":17,"302":6,"306":1,"31":38,"314":2,"32":15,"33":18,"34":25,"347":9,"35":16,"352":397,"36":71,"37":22,"38":203,"380":4,"381":48,"383":53,"39":47,"391":13,"396":1,"397":5,"40":39,"409":4,"41":25,"414":7,"415":39,"419":2,"42":20,"426":3,"43":10,"430":9,"433":65,"44":18,"45":15,"46":138,"48":32,"49":14,"5":270,"51":16,"52":66,"53":40,"56":11,"570":1,"6":79,"63":10,"7":125,"79":28,"8":90,"80":18,"9":114,"all_client":57907,"all_tv_clinet":7695,"insert_time":"2014-08-17T16:18:14.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49693,"10":72,"107":268,"11":189,"12":135,"13":142,"14":120,"15":163,"155":15,"156":3,"158":15,"159":7,"16":127,"160":17,"161":51,"167":21,"168":3,"17":142,"18":386,"19":129,"20":78,"209":21,"21":205,"210":5,"211":2,"214":16,"215":107,"221":103,"223":206,"224":33,"225":316,"23":145,"24":538,"25":805,"257":24,"26":49,"268":2,"27":17,"273":15,"276":13,"279":37,"28":494,"281":7,"282":26,"291":11,"292":33,"30":15,"302":4,"306":1,"31":37,"314":2,"32":15,"33":19,"34":26,"347":9,"35":18,"352":396,"36":71,"37":20,"38":195,"380":4,"381":46,"383":55,"39":49,"391":14,"396":1,"397":5,"40":35,"409":3,"41":23,"414":7,"415":39,"419":2,"42":19,"426":5,"43":11,"430":9,"433":65,"44":17,"45":14,"46":137,"48":28,"49":14,"5":267,"51":15,"52":65,"53":42,"56":11,"570":1,"6":82,"63":10,"7":124,"79":29,"8":90,"80":19,"9":109,"all_client":57300,"all_tv_clinet":7607,"insert_time":"2014-08-17T16:19:14.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49238,"10":65,"107":265,"11":193,"12":133,"13":143,"14":112,"15":161,"155":16,"156":4,"158":15,"159":7,"16":126,"160":16,"161":54,"167":22,"168":3,"17":139,"18":380,"19":130,"20":76,"209":18,"21":203,"210":5,"211":2,"214":17,"215":111,"221":103,"223":197,"224":34,"225":311,"23":145,"24":531,"25":785,"257":24,"26":49,"268":2,"27":16,"273":16,"276":13,"279":35,"28":483,"281":7,"282":24,"291":11,"292":31,"30":15,"302":3,"306":1,"31":37,"314":2,"32":14,"33":17,"34":26,"347":7,"35":17,"352":383,"36":65,"37":17,"38":194,"380":4,"381":48,"383":52,"39":46,"391":15,"396":1,"397":5,"40":34,"409":3,"41":22,"414":9,"415":39,"419":2,"42":18,"426":5,"43":11,"430":8,"433":63,"44":18,"45":15,"46":136,"48":25,"49":12,"5":256,"51":15,"52":68,"53":42,"56":13,"570":1,"6":83,"63":9,"7":128,"79":28,"8":90,"80":21,"9":105,"all_client":56719,"all_tv_clinet":7481,"insert_time":"2014-08-17T16:20:15.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48758,"10":67,"107":270,"11":189,"12":131,"13":140,"14":98,"15":166,"155":15,"156":4,"158":15,"159":7,"16":127,"160":16,"161":54,"167":21,"168":3,"17":135,"18":376,"19":125,"20":77,"209":17,"21":205,"210":4,"211":1,"214":15,"215":111,"221":104,"223":192,"224":37,"225":294,"23":145,"24":519,"25":779,"257":23,"26":47,"268":2,"27":16,"273":15,"276":15,"279":36,"28":479,"281":7,"282":23,"291":10,"292":30,"30":15,"302":4,"306":1,"31":38,"314":2,"32":15,"33":16,"34":27,"347":4,"35":15,"352":378,"36":65,"37":17,"38":198,"380":4,"381":47,"383":54,"39":46,"391":15,"397":5,"40":34,"409":3,"41":24,"414":11,"415":38,"419":2,"42":18,"426":5,"43":13,"430":8,"433":63,"44":17,"45":15,"46":136,"48":21,"49":10,"5":251,"51":15,"52":68,"53":40,"56":13,"570":1,"6":90,"63":9,"7":123,"79":25,"8":90,"80":21,"9":103,"all_client":56153,"all_tv_clinet":7395,"insert_time":"2014-08-17T16:21:15.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48283,"10":66,"107":255,"11":181,"12":134,"13":133,"14":99,"15":165,"155":15,"156":4,"158":17,"159":5,"16":125,"160":15,"161":51,"167":21,"168":3,"17":132,"18":378,"19":115,"20":76,"209":16,"21":202,"210":4,"211":1,"214":15,"215":110,"221":94,"223":187,"224":37,"225":293,"23":154,"24":515,"25":757,"257":26,"26":43,"268":1,"27":16,"273":14,"276":15,"279":34,"28":478,"281":7,"282":22,"291":10,"292":28,"30":15,"302":4,"306":1,"31":37,"314":2,"32":15,"33":15,"34":21,"347":4,"35":12,"352":370,"36":65,"37":15,"38":202,"380":4,"381":46,"383":56,"39":42,"391":15,"397":5,"40":37,"409":3,"41":26,"414":13,"415":32,"419":1,"42":17,"426":5,"43":12,"430":7,"433":64,"44":18,"45":15,"46":135,"48":20,"49":9,"5":240,"51":15,"52":67,"53":39,"56":12,"6":88,"63":8,"7":122,"79":24,"8":92,"80":22,"9":102,"all_client":55543,"all_tv_clinet":7260,"insert_time":"2014-08-17T16:22:16.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47837,"10":65,"107":249,"11":178,"12":130,"13":126,"14":91,"15":162,"155":15,"156":4,"158":20,"159":6,"16":130,"160":14,"161":51,"167":20,"168":4,"17":127,"18":365,"19":108,"20":79,"209":12,"21":210,"210":4,"211":1,"214":15,"215":110,"221":97,"223":191,"224":40,"225":291,"23":149,"24":503,"25":742,"257":27,"26":41,"268":1,"27":16,"273":12,"276":14,"279":30,"28":481,"281":7,"282":19,"291":10,"292":20,"30":12,"302":4,"306":1,"31":35,"314":2,"32":15,"33":15,"34":23,"347":3,"35":14,"352":363,"36":67,"37":13,"38":189,"380":4,"381":45,"383":54,"39":45,"391":14,"397":6,"40":37,"409":3,"41":26,"414":11,"415":32,"419":1,"42":16,"426":8,"43":12,"430":7,"433":64,"44":19,"45":17,"46":132,"48":19,"49":9,"5":231,"51":13,"52":66,"53":34,"56":11,"6":90,"63":9,"7":120,"79":24,"8":93,"80":21,"9":100,"all_client":54973,"all_tv_clinet":7136,"insert_time":"2014-08-17T16:23:16.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47364,"10":63,"107":245,"11":180,"12":129,"13":123,"14":89,"15":158,"155":16,"156":5,"158":20,"159":7,"16":129,"160":14,"161":48,"167":20,"168":4,"17":127,"18":346,"19":99,"20":87,"209":13,"21":209,"210":4,"211":2,"214":15,"215":109,"221":95,"223":183,"224":38,"225":286,"23":151,"24":496,"25":744,"257":28,"26":37,"268":1,"27":15,"273":11,"276":14,"279":30,"28":483,"281":7,"282":20,"291":11,"292":18,"30":11,"302":3,"306":1,"31":36,"314":2,"32":15,"33":16,"34":24,"347":4,"35":14,"352":366,"36":69,"37":9,"38":181,"380":4,"381":48,"383":48,"39":43,"391":13,"397":6,"40":35,"409":4,"41":27,"414":10,"415":31,"419":1,"42":16,"426":9,"43":12,"430":7,"433":63,"44":19,"45":19,"46":130,"48":18,"49":8,"5":226,"51":15,"52":65,"53":31,"56":14,"6":91,"63":9,"7":118,"79":25,"8":92,"80":22,"9":101,"all_client":54424,"all_tv_clinet":7060,"insert_time":"2014-08-17T16:24:16.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46936,"10":63,"107":247,"11":177,"12":122,"13":120,"14":90,"15":155,"155":16,"156":6,"158":21,"159":7,"16":124,"160":14,"161":46,"167":21,"168":4,"17":130,"18":345,"19":93,"20":89,"209":12,"21":210,"210":4,"211":2,"214":16,"215":107,"221":94,"223":173,"224":36,"225":278,"23":147,"24":486,"25":725,"257":25,"26":37,"27":14,"273":10,"276":15,"279":29,"28":483,"281":5,"282":18,"291":12,"292":17,"30":10,"302":2,"306":1,"31":36,"314":2,"32":14,"33":14,"34":23,"347":4,"35":14,"352":366,"36":69,"37":9,"38":192,"380":5,"381":47,"383":47,"39":47,"391":13,"396":1,"397":5,"40":34,"409":6,"41":26,"414":10,"415":30,"419":1,"42":16,"426":9,"43":13,"430":6,"433":62,"44":18,"45":20,"46":127,"48":17,"49":9,"5":222,"51":17,"52":66,"53":33,"56":14,"570":1,"6":94,"63":10,"7":113,"79":24,"8":95,"80":20,"9":95,"all_client":53910,"all_tv_clinet":6974,"insert_time":"2014-08-17T16:25:17.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46495,"10":62,"107":232,"11":172,"12":117,"13":117,"14":88,"15":157,"155":16,"156":6,"158":22,"159":7,"16":122,"160":15,"161":48,"167":21,"168":3,"17":129,"18":334,"19":86,"20":92,"209":12,"21":205,"210":4,"211":2,"214":16,"215":103,"221":96,"223":173,"224":34,"225":271,"23":155,"24":474,"25":718,"257":25,"26":37,"27":13,"273":10,"276":15,"279":29,"28":484,"281":5,"282":19,"291":12,"292":15,"30":10,"302":1,"306":1,"31":39,"314":3,"32":16,"33":13,"34":23,"347":4,"35":13,"352":363,"36":68,"37":8,"38":196,"380":5,"381":45,"383":44,"39":50,"391":14,"396":1,"397":5,"40":35,"409":6,"41":26,"414":11,"415":32,"419":1,"42":16,"426":10,"43":14,"430":4,"433":63,"44":16,"45":19,"46":127,"48":16,"49":9,"5":220,"51":16,"52":68,"53":28,"56":14,"570":1,"6":97,"63":10,"7":114,"79":25,"8":95,"80":19,"9":89,"all_client":53391,"all_tv_clinet":6896,"insert_time":"2014-08-17T16:26:17.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46059,"10":57,"107":226,"11":169,"12":108,"13":113,"14":91,"15":155,"155":14,"156":6,"158":21,"159":7,"16":123,"160":15,"161":50,"167":21,"168":3,"17":125,"18":329,"19":80,"20":91,"209":10,"21":194,"210":4,"211":2,"214":14,"215":101,"221":92,"223":173,"224":33,"225":281,"23":153,"24":463,"25":713,"257":26,"26":36,"27":12,"273":11,"276":15,"279":31,"28":485,"281":4,"282":20,"291":12,"292":15,"30":10,"302":1,"306":1,"31":35,"314":3,"32":15,"33":12,"34":21,"347":4,"35":13,"352":350,"36":60,"37":8,"38":198,"380":5,"381":43,"383":43,"39":50,"391":14,"396":1,"397":5,"40":35,"409":8,"41":25,"414":12,"415":33,"419":1,"42":14,"426":9,"43":14,"430":4,"433":62,"44":18,"45":19,"46":127,"48":13,"49":9,"5":217,"51":16,"52":69,"53":24,"56":13,"570":1,"6":101,"63":10,"7":110,"79":27,"8":93,"80":20,"9":88,"all_client":52847,"all_tv_clinet":6788,"insert_time":"2014-08-17T16:27:17.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45657,"10":56,"107":231,"11":170,"12":109,"13":112,"14":84,"15":151,"155":14,"156":6,"158":22,"159":8,"16":118,"160":16,"161":51,"167":20,"168":3,"17":125,"18":318,"19":79,"20":91,"209":11,"21":192,"210":3,"211":2,"214":15,"215":98,"221":95,"223":174,"224":31,"225":271,"23":150,"24":462,"25":702,"257":25,"26":36,"27":13,"273":11,"276":15,"279":33,"28":477,"281":4,"282":19,"291":12,"292":15,"30":11,"302":1,"306":1,"31":36,"314":3,"32":18,"33":12,"34":23,"347":4,"35":13,"352":338,"36":55,"37":8,"38":194,"380":6,"381":43,"383":39,"39":47,"391":14,"396":1,"397":5,"40":35,"409":8,"41":27,"414":12,"415":31,"419":1,"42":14,"426":9,"43":14,"430":4,"433":60,"44":18,"45":21,"46":126,"48":15,"49":6,"5":212,"51":16,"52":65,"53":24,"56":14,"570":1,"6":103,"63":10,"7":110,"79":27,"8":91,"80":20,"9":86,"all_client":52359,"all_tv_clinet":6702,"insert_time":"2014-08-17T16:28:18.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45233,"10":56,"107":240,"11":163,"12":106,"13":114,"14":79,"15":152,"155":14,"156":6,"158":19,"159":8,"16":115,"160":16,"161":44,"167":18,"168":3,"17":121,"18":311,"19":75,"20":86,"209":11,"21":191,"210":3,"211":2,"214":16,"215":91,"221":93,"223":172,"224":31,"225":263,"23":155,"24":460,"25":698,"257":21,"26":33,"27":12,"273":11,"276":15,"279":32,"28":476,"281":4,"282":16,"291":13,"292":13,"30":9,"302":1,"306":1,"31":38,"314":3,"32":17,"33":12,"34":25,"347":3,"35":15,"352":340,"36":53,"37":8,"38":189,"380":6,"381":41,"383":41,"39":44,"391":14,"396":2,"397":5,"40":35,"409":9,"41":27,"414":14,"415":29,"419":1,"42":15,"426":10,"43":13,"430":4,"433":62,"44":19,"45":21,"46":128,"48":16,"49":6,"5":211,"51":14,"52":65,"53":23,"56":14,"570":2,"6":100,"63":9,"7":112,"79":28,"8":92,"80":21,"9":80,"all_client":51858,"all_tv_clinet":6625,"insert_time":"2014-08-17T16:29:18.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44826,"10":55,"107":231,"11":154,"12":101,"13":115,"14":77,"15":152,"155":13,"156":6,"158":18,"159":9,"16":111,"160":16,"161":45,"167":17,"168":3,"17":118,"18":303,"19":71,"20":86,"209":13,"21":188,"210":3,"211":2,"214":16,"215":92,"221":92,"223":167,"224":33,"225":258,"23":155,"24":449,"25":692,"257":20,"26":30,"27":10,"273":11,"276":16,"279":31,"28":469,"281":5,"282":15,"291":14,"292":12,"30":9,"302":1,"306":1,"31":38,"314":4,"32":15,"33":10,"34":24,"347":3,"35":15,"352":339,"36":55,"37":7,"38":188,"380":6,"381":42,"383":35,"39":41,"391":13,"396":2,"397":4,"40":31,"409":9,"41":25,"414":17,"415":30,"419":1,"42":15,"426":8,"43":14,"430":4,"433":62,"44":19,"45":20,"46":125,"48":20,"49":7,"5":208,"51":15,"52":62,"53":17,"56":13,"570":2,"6":107,"63":9,"7":112,"79":24,"8":92,"80":21,"9":84,"all_client":51345,"all_tv_clinet":6519,"insert_time":"2014-08-17T16:30:18.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44427,"10":55,"107":225,"11":151,"12":104,"13":114,"14":77,"15":154,"155":13,"156":4,"158":19,"159":9,"16":108,"160":17,"161":43,"167":17,"168":3,"17":107,"18":301,"19":68,"20":84,"209":12,"21":187,"210":3,"211":2,"214":18,"215":93,"221":92,"223":165,"224":34,"225":246,"23":155,"24":443,"25":680,"257":21,"26":26,"27":9,"273":10,"276":17,"279":31,"28":460,"281":5,"282":15,"291":14,"292":10,"30":9,"302":1,"306":1,"31":41,"314":4,"32":13,"33":9,"34":22,"347":3,"35":15,"352":340,"36":59,"37":7,"38":191,"380":6,"381":41,"383":32,"39":41,"391":13,"396":2,"397":4,"40":33,"409":9,"41":23,"414":17,"415":29,"419":1,"42":16,"426":8,"43":13,"430":4,"433":66,"44":18,"45":20,"46":122,"48":22,"49":8,"5":212,"51":17,"52":65,"53":16,"56":13,"570":2,"6":113,"63":8,"7":111,"79":24,"8":90,"80":19,"9":85,"all_client":50886,"all_tv_clinet":6459,"insert_time":"2014-08-17T16:31:19.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44034,"10":52,"107":215,"11":153,"12":104,"13":108,"14":73,"15":154,"155":15,"156":3,"158":18,"159":8,"16":105,"160":16,"161":44,"167":18,"168":3,"17":100,"18":296,"19":69,"20":83,"209":11,"21":189,"210":3,"211":2,"214":18,"215":90,"221":91,"223":166,"224":33,"225":244,"23":151,"24":446,"25":669,"257":19,"26":25,"27":9,"273":10,"276":16,"279":32,"28":460,"281":5,"282":13,"291":15,"292":10,"30":8,"302":1,"306":1,"31":40,"314":4,"32":11,"33":10,"34":21,"347":2,"35":14,"352":341,"36":63,"37":7,"38":190,"380":6,"381":38,"383":29,"39":40,"391":13,"396":1,"397":4,"40":36,"409":9,"41":21,"414":18,"415":29,"419":1,"42":14,"426":7,"43":13,"430":5,"433":66,"44":16,"45":21,"46":123,"48":21,"49":10,"5":209,"51":17,"52":66,"53":16,"56":12,"570":2,"6":110,"63":8,"7":109,"79":23,"8":92,"80":18,"9":83,"all_client":50417,"all_tv_clinet":6383,"insert_time":"2014-08-17T16:32:19.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43605,"10":53,"107":220,"11":157,"12":103,"13":108,"14":70,"15":155,"155":15,"156":3,"158":18,"159":8,"16":103,"160":16,"161":39,"167":18,"168":3,"17":95,"18":289,"19":65,"20":83,"209":11,"21":189,"210":2,"211":2,"214":18,"215":87,"221":87,"223":167,"224":33,"225":232,"23":142,"24":440,"25":661,"257":19,"26":25,"27":11,"273":10,"276":16,"279":31,"28":464,"281":4,"282":15,"291":15,"292":9,"30":8,"302":1,"306":1,"31":39,"314":4,"32":12,"33":8,"34":22,"347":2,"35":14,"352":328,"36":66,"37":6,"38":192,"380":6,"381":37,"383":31,"39":42,"391":12,"396":1,"397":3,"40":35,"409":9,"41":18,"414":18,"415":32,"419":1,"42":16,"426":7,"43":12,"430":5,"433":67,"44":16,"45":20,"46":125,"48":22,"49":11,"5":211,"51":13,"52":64,"53":13,"56":12,"570":2,"6":107,"63":9,"7":107,"79":22,"8":96,"80":18,"9":82,"all_client":49921,"all_tv_clinet":6316,"insert_time":"2014-08-17T16:33:19.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43205,"10":53,"107":218,"11":156,"12":103,"13":103,"14":66,"15":149,"155":14,"156":3,"158":16,"159":9,"16":98,"160":14,"161":38,"167":17,"168":3,"17":93,"18":289,"19":58,"20":82,"209":14,"21":189,"210":1,"211":2,"214":16,"215":85,"221":79,"223":173,"224":35,"225":217,"23":146,"24":430,"25":650,"257":17,"26":23,"27":13,"273":9,"276":16,"279":32,"28":468,"281":4,"282":14,"291":14,"292":9,"30":6,"302":1,"306":1,"31":40,"314":4,"32":12,"33":10,"34":21,"347":2,"35":15,"352":333,"36":64,"37":5,"38":189,"380":6,"381":35,"383":30,"39":42,"391":11,"396":1,"397":3,"40":33,"409":9,"41":17,"414":19,"415":31,"419":1,"42":18,"426":7,"43":10,"430":5,"433":66,"44":15,"45":21,"46":123,"48":22,"49":12,"5":211,"51":12,"52":54,"53":14,"56":13,"570":2,"6":111,"63":11,"7":113,"79":21,"8":98,"80":19,"9":79,"all_client":49441,"all_tv_clinet":6236,"insert_time":"2014-08-17T16:34:20.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42815,"10":52,"107":214,"11":158,"12":100,"13":108,"14":58,"15":139,"155":14,"156":3,"158":17,"159":9,"16":97,"160":14,"161":37,"167":17,"168":3,"17":86,"18":292,"19":58,"20":81,"209":14,"21":190,"211":2,"214":16,"215":86,"221":75,"223":174,"224":35,"225":210,"23":149,"24":427,"25":638,"257":21,"26":21,"27":18,"273":9,"276":16,"279":34,"28":468,"281":3,"282":13,"291":13,"292":9,"30":7,"302":1,"306":1,"31":41,"314":4,"32":11,"33":10,"34":20,"347":2,"35":13,"352":329,"36":65,"37":6,"38":187,"380":6,"381":34,"383":27,"39":43,"391":10,"396":1,"397":3,"40":36,"409":9,"41":18,"414":17,"415":29,"419":1,"42":19,"426":6,"43":11,"430":5,"433":68,"44":14,"45":20,"46":119,"48":24,"49":12,"5":204,"51":12,"52":45,"53":13,"56":13,"570":1,"6":115,"63":11,"7":115,"79":22,"8":97,"80":17,"9":82,"all_client":48989,"all_tv_clinet":6174,"insert_time":"2014-08-17T16:35:20.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42446,"10":53,"107":216,"11":151,"12":94,"13":102,"14":53,"15":140,"155":14,"156":4,"158":16,"159":8,"16":90,"160":15,"161":36,"167":16,"168":3,"17":80,"18":291,"19":62,"20":81,"209":14,"21":190,"211":2,"214":15,"215":84,"221":78,"223":174,"224":35,"225":202,"23":148,"24":423,"25":624,"257":21,"26":18,"27":22,"273":7,"276":16,"279":36,"28":478,"281":3,"282":12,"291":13,"292":9,"30":9,"302":1,"306":1,"31":43,"314":3,"32":12,"33":10,"34":21,"347":2,"35":12,"352":320,"36":66,"37":7,"38":181,"380":7,"381":32,"383":28,"39":47,"391":9,"396":1,"397":3,"40":38,"409":9,"41":16,"414":15,"415":29,"419":1,"42":20,"426":9,"43":9,"430":5,"433":67,"44":14,"45":20,"46":120,"48":23,"49":12,"5":205,"51":11,"52":41,"53":13,"56":12,"570":1,"6":111,"63":11,"7":112,"79":22,"8":90,"80":16,"9":81,"all_client":48543,"all_tv_clinet":6097,"insert_time":"2014-08-17T16:36:20.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42021,"10":50,"107":206,"11":154,"12":88,"13":98,"14":51,"15":138,"155":14,"156":4,"158":15,"159":8,"16":89,"160":17,"161":39,"167":15,"168":2,"17":74,"18":284,"19":66,"20":85,"209":14,"21":194,"210":1,"211":2,"214":16,"215":86,"221":73,"223":174,"224":34,"225":204,"23":150,"24":411,"25":592,"257":23,"26":18,"27":23,"273":6,"276":16,"279":38,"28":490,"281":2,"282":11,"291":13,"292":9,"30":9,"302":1,"306":1,"31":44,"314":3,"32":14,"33":7,"34":24,"347":2,"35":14,"352":326,"36":65,"37":8,"38":172,"380":9,"381":31,"383":24,"39":50,"391":7,"396":1,"397":3,"40":41,"409":8,"41":14,"414":13,"415":33,"419":2,"42":18,"426":8,"43":8,"430":5,"433":67,"44":15,"45":21,"46":120,"48":23,"49":13,"5":212,"51":9,"52":39,"53":13,"56":13,"570":1,"6":112,"63":11,"7":118,"79":22,"8":85,"80":17,"9":81,"all_client":48075,"all_tv_clinet":6054,"insert_time":"2014-08-17T16:37:21.063Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41619,"10":50,"107":203,"11":150,"12":91,"13":101,"14":59,"15":125,"155":14,"156":4,"158":15,"159":8,"16":89,"160":16,"161":39,"167":16,"168":1,"17":69,"18":275,"19":66,"20":83,"209":12,"21":190,"210":1,"211":2,"214":15,"215":90,"221":71,"223":174,"224":36,"225":200,"23":162,"24":410,"25":550,"257":24,"26":17,"27":27,"273":6,"276":16,"279":40,"28":497,"281":4,"282":11,"291":13,"292":9,"30":10,"302":1,"306":1,"31":47,"314":2,"32":15,"33":9,"34":26,"347":2,"35":16,"352":321,"36":65,"37":7,"38":167,"380":9,"381":30,"383":23,"39":49,"391":7,"396":1,"397":3,"40":41,"409":7,"41":11,"414":12,"415":36,"419":2,"42":16,"426":8,"43":7,"430":5,"433":68,"44":15,"45":22,"46":127,"48":26,"49":14,"5":221,"51":9,"52":37,"53":15,"56":15,"570":1,"6":109,"63":11,"7":114,"79":22,"8":80,"80":16,"9":80,"all_client":47628,"all_tv_clinet":6009,"insert_time":"2014-08-17T16:38:21.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41247,"10":51,"107":199,"11":157,"12":85,"13":101,"14":66,"15":116,"155":14,"156":3,"158":14,"159":6,"16":85,"160":16,"161":36,"167":16,"168":1,"17":66,"18":272,"19":68,"20":81,"209":10,"21":187,"210":1,"211":1,"214":15,"215":94,"221":66,"223":175,"224":40,"225":201,"23":160,"24":409,"25":534,"257":21,"26":17,"27":29,"273":5,"276":15,"279":35,"28":505,"281":4,"282":11,"291":13,"292":7,"30":8,"302":1,"306":1,"31":47,"314":2,"32":17,"33":9,"34":26,"347":2,"35":13,"352":320,"36":65,"37":6,"38":171,"380":9,"381":30,"383":19,"39":46,"391":7,"396":1,"397":2,"40":41,"409":7,"41":11,"414":11,"415":35,"419":2,"42":13,"426":10,"43":9,"430":5,"433":68,"44":13,"45":22,"46":125,"48":29,"49":17,"5":229,"51":10,"52":35,"53":14,"56":14,"570":1,"6":111,"63":11,"7":113,"79":22,"8":71,"80":14,"9":79,"all_client":47199,"all_tv_clinet":5952,"insert_time":"2014-08-17T16:39:21.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40873,"10":50,"107":206,"11":157,"12":80,"13":99,"14":67,"15":108,"155":14,"156":3,"158":16,"159":5,"16":86,"160":17,"161":32,"167":16,"168":1,"17":62,"18":270,"19":68,"20":81,"209":9,"21":182,"210":1,"211":1,"214":15,"215":96,"221":66,"223":176,"224":41,"225":199,"23":159,"24":398,"25":520,"257":23,"26":17,"27":30,"273":3,"276":14,"279":35,"28":506,"281":4,"282":11,"291":13,"292":8,"30":9,"302":1,"306":1,"31":49,"314":2,"32":14,"33":9,"34":26,"347":4,"35":10,"352":318,"36":63,"37":5,"38":167,"380":8,"381":29,"383":19,"39":45,"391":6,"396":2,"397":2,"40":39,"409":6,"41":14,"414":11,"415":33,"419":2,"42":13,"426":10,"43":11,"430":4,"433":66,"44":13,"45":22,"46":127,"48":27,"49":20,"5":234,"51":11,"52":35,"53":17,"56":12,"570":1,"6":112,"63":11,"7":111,"79":18,"8":64,"80":17,"9":79,"all_client":46767,"all_tv_clinet":5894,"insert_time":"2014-08-17T16:40:22.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40484,"10":51,"107":205,"11":148,"12":72,"13":98,"14":69,"15":105,"155":13,"156":3,"158":15,"159":5,"16":84,"160":17,"161":29,"167":16,"168":1,"17":62,"18":271,"19":69,"20":81,"209":11,"21":180,"210":2,"211":1,"214":15,"215":99,"221":69,"223":173,"224":43,"225":187,"23":154,"24":409,"25":495,"257":22,"26":15,"27":34,"273":4,"276":12,"279":35,"28":501,"281":4,"282":10,"291":12,"292":8,"30":8,"302":1,"306":1,"31":46,"314":2,"32":12,"33":9,"34":24,"347":4,"35":11,"352":320,"36":58,"37":6,"38":160,"380":9,"381":28,"383":20,"39":45,"391":5,"396":2,"397":2,"40":34,"409":6,"41":14,"414":9,"415":32,"419":2,"42":13,"426":13,"43":10,"430":4,"433":63,"44":13,"45":23,"46":128,"48":27,"49":23,"5":239,"51":12,"52":34,"53":16,"56":10,"570":1,"6":106,"63":11,"7":116,"79":15,"8":58,"80":17,"9":77,"all_client":46292,"all_tv_clinet":5808,"insert_time":"2014-08-17T16:41:22.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40127,"10":51,"107":198,"11":137,"12":68,"13":93,"14":69,"15":96,"155":13,"156":4,"158":14,"159":5,"16":84,"160":16,"161":30,"167":16,"168":1,"17":60,"18":265,"19":65,"20":82,"209":14,"21":173,"210":2,"211":1,"214":16,"215":98,"221":79,"223":173,"224":42,"225":186,"23":155,"24":399,"25":476,"257":22,"26":14,"27":36,"273":4,"276":12,"279":38,"28":504,"281":4,"282":10,"291":12,"292":8,"30":9,"302":1,"306":1,"31":47,"314":2,"32":11,"33":13,"34":24,"347":3,"35":8,"352":312,"36":59,"37":5,"38":164,"380":9,"381":29,"383":20,"39":47,"391":5,"396":2,"397":3,"40":31,"409":6,"41":13,"414":9,"415":31,"419":2,"42":13,"426":13,"43":9,"430":4,"433":63,"44":14,"45":21,"46":127,"48":25,"49":21,"5":244,"51":14,"52":27,"53":18,"56":8,"570":1,"6":101,"63":11,"7":118,"79":14,"8":56,"80":14,"9":77,"all_client":45851,"all_tv_clinet":5724,"insert_time":"2014-08-17T16:42:22.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39732,"10":49,"107":200,"11":140,"12":60,"13":91,"14":72,"15":87,"155":13,"156":4,"158":14,"159":5,"16":89,"160":15,"161":29,"167":16,"168":1,"17":64,"18":265,"19":66,"20":80,"209":13,"21":161,"210":2,"211":1,"214":17,"215":99,"221":81,"223":169,"224":42,"225":185,"23":157,"24":394,"25":459,"257":22,"26":16,"27":41,"273":5,"276":11,"279":37,"28":512,"281":4,"282":10,"291":12,"292":9,"30":11,"302":1,"306":1,"31":41,"314":2,"32":14,"33":13,"34":26,"347":1,"35":8,"352":315,"36":59,"37":5,"38":158,"380":8,"381":30,"383":20,"39":45,"391":5,"396":2,"397":3,"40":32,"409":6,"41":13,"414":8,"415":31,"419":1,"42":13,"426":14,"43":8,"430":4,"433":64,"44":15,"45":23,"46":127,"48":26,"49":21,"5":246,"51":15,"52":24,"53":18,"56":6,"6":97,"63":12,"7":120,"79":14,"8":54,"80":12,"9":73,"all_client":45416,"all_tv_clinet":5684,"insert_time":"2014-08-17T16:43:23.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39345,"10":45,"107":205,"11":142,"12":55,"13":88,"14":78,"15":79,"155":13,"156":4,"158":14,"159":5,"16":89,"160":15,"161":27,"167":14,"168":1,"17":58,"18":260,"19":67,"20":82,"209":14,"21":148,"210":1,"211":1,"214":17,"215":100,"221":81,"223":165,"224":43,"225":187,"23":152,"24":377,"25":428,"257":21,"26":16,"27":39,"273":5,"276":13,"279":38,"28":514,"281":4,"282":9,"291":12,"292":9,"30":13,"302":1,"306":1,"31":41,"314":2,"32":17,"33":11,"34":25,"347":1,"35":10,"352":308,"36":62,"37":5,"38":157,"380":7,"381":27,"383":17,"39":44,"391":5,"396":2,"397":2,"40":28,"409":6,"41":8,"414":8,"415":33,"419":2,"42":12,"426":13,"43":8,"430":4,"433":65,"44":18,"45":22,"46":126,"48":27,"49":20,"5":236,"51":16,"52":23,"53":18,"56":6,"6":93,"63":12,"7":124,"79":13,"8":56,"80":14,"9":71,"all_client":44920,"all_tv_clinet":5575,"insert_time":"2014-08-17T16:44:23.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38906,"10":46,"107":202,"11":141,"12":50,"13":89,"14":81,"15":68,"155":12,"156":4,"158":15,"159":6,"16":88,"160":15,"161":28,"167":13,"168":1,"17":55,"18":263,"19":67,"20":82,"209":13,"21":134,"210":1,"211":1,"214":19,"215":101,"221":82,"223":158,"224":42,"225":197,"23":154,"24":375,"25":391,"257":23,"26":16,"27":35,"273":7,"276":13,"279":38,"28":518,"281":4,"282":11,"291":12,"292":8,"30":14,"302":1,"306":1,"31":40,"314":2,"32":17,"33":12,"34":26,"347":1,"35":9,"352":295,"36":59,"37":5,"38":159,"380":6,"381":25,"383":19,"39":42,"391":6,"396":2,"397":2,"40":28,"409":6,"41":9,"414":7,"415":33,"419":2,"42":12,"426":11,"43":9,"430":4,"433":65,"44":19,"45":23,"46":121,"48":27,"49":19,"5":231,"51":17,"52":20,"53":17,"56":5,"6":80,"63":12,"7":136,"79":9,"8":52,"80":14,"9":74,"all_client":44390,"all_tv_clinet":5484,"insert_time":"2014-08-17T16:45:23.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38516,"10":47,"107":194,"11":142,"12":42,"13":93,"14":84,"15":66,"155":11,"156":4,"158":14,"159":6,"16":92,"160":14,"161":29,"167":14,"17":52,"18":268,"19":68,"20":79,"209":15,"21":132,"210":1,"211":1,"214":19,"215":99,"221":84,"223":159,"224":41,"225":202,"23":150,"24":365,"25":360,"257":22,"26":15,"27":31,"273":7,"276":12,"279":36,"28":524,"281":4,"282":13,"291":12,"292":8,"30":15,"302":1,"31":37,"314":2,"32":16,"33":12,"34":27,"347":1,"35":10,"352":293,"36":54,"37":5,"38":161,"380":6,"381":24,"383":18,"39":44,"391":9,"396":2,"397":2,"40":27,"409":6,"41":9,"414":6,"415":33,"419":2,"42":10,"426":11,"43":9,"430":4,"433":67,"44":19,"45":24,"46":114,"48":25,"49":20,"5":229,"51":15,"52":18,"53":16,"56":5,"6":73,"63":10,"7":132,"79":9,"8":48,"80":14,"9":70,"all_client":43911,"all_tv_clinet":5395,"insert_time":"2014-08-17T16:46:23.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38156,"10":50,"107":185,"11":146,"12":38,"13":88,"14":78,"15":61,"155":11,"156":5,"158":16,"159":5,"16":93,"160":13,"161":28,"167":15,"17":57,"18":272,"19":68,"20":76,"209":14,"21":119,"210":1,"211":1,"214":19,"215":98,"221":80,"223":157,"224":37,"225":201,"23":148,"24":359,"25":323,"257":21,"26":16,"27":27,"273":7,"276":11,"279":32,"28":522,"281":4,"282":14,"291":11,"292":10,"30":14,"302":1,"31":36,"314":2,"32":16,"33":12,"34":31,"347":1,"35":9,"352":297,"36":53,"37":7,"38":153,"380":4,"381":25,"383":17,"39":43,"391":10,"396":2,"397":2,"40":25,"409":7,"41":9,"414":5,"415":38,"419":2,"42":11,"426":11,"43":10,"430":3,"433":66,"44":18,"45":22,"46":107,"48":26,"49":20,"5":228,"51":15,"52":17,"53":15,"56":5,"570":1,"6":69,"63":10,"7":131,"79":11,"8":43,"80":13,"9":69,"all_client":43435,"all_tv_clinet":5279,"insert_time":"2014-08-17T16:47:24.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37827,"10":49,"107":181,"11":148,"12":32,"13":90,"14":74,"15":53,"155":10,"156":4,"158":14,"159":6,"16":92,"160":13,"161":30,"167":15,"17":57,"18":264,"19":69,"20":73,"209":13,"21":114,"210":2,"211":1,"214":18,"215":98,"221":75,"223":157,"224":43,"225":200,"23":148,"24":350,"25":301,"257":18,"26":18,"268":1,"27":26,"273":8,"276":11,"279":31,"28":510,"281":5,"282":17,"291":10,"292":10,"30":16,"302":1,"31":35,"314":3,"32":14,"33":10,"34":35,"347":1,"35":10,"352":284,"36":54,"37":7,"38":148,"380":3,"381":22,"383":19,"39":44,"391":10,"396":2,"397":1,"40":25,"409":7,"41":13,"414":6,"415":38,"419":2,"42":9,"426":10,"43":10,"430":3,"433":67,"44":18,"45":22,"46":98,"48":25,"49":24,"5":224,"51":14,"52":17,"53":16,"56":4,"570":1,"6":63,"63":9,"7":130,"79":10,"8":42,"80":13,"9":68,"all_client":42993,"all_tv_clinet":5166,"insert_time":"2014-08-17T16:48:24.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37475,"10":50,"107":175,"11":147,"12":31,"13":89,"14":65,"15":51,"155":9,"156":4,"158":11,"159":6,"16":94,"160":12,"161":28,"167":15,"17":61,"18":263,"19":68,"20":68,"209":10,"21":108,"210":2,"211":1,"214":18,"215":93,"221":73,"223":160,"224":41,"225":198,"23":148,"24":344,"25":289,"257":19,"26":16,"268":1,"27":26,"273":8,"276":11,"279":25,"28":511,"281":6,"282":17,"291":10,"292":11,"30":17,"302":1,"31":39,"314":3,"32":15,"33":10,"34":32,"347":1,"35":9,"352":278,"36":54,"37":6,"38":139,"380":3,"381":20,"383":17,"39":42,"391":10,"396":2,"397":1,"40":20,"409":7,"41":13,"414":7,"415":41,"419":2,"42":9,"426":8,"43":10,"430":4,"433":67,"44":20,"45":19,"46":93,"48":27,"49":22,"5":226,"51":14,"52":16,"53":17,"56":4,"570":1,"6":58,"63":8,"7":132,"79":9,"8":40,"80":12,"9":71,"all_client":42544,"all_tv_clinet":5069,"insert_time":"2014-08-17T16:49:24.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37080,"10":51,"107":173,"11":148,"12":32,"13":86,"14":61,"15":49,"155":10,"156":4,"158":10,"159":6,"16":95,"160":12,"161":27,"167":15,"17":64,"18":263,"19":70,"20":68,"209":11,"21":106,"210":3,"211":1,"214":18,"215":92,"221":76,"223":154,"224":38,"225":191,"23":143,"24":348,"25":275,"257":19,"26":15,"268":1,"27":30,"273":8,"276":10,"279":23,"28":506,"281":7,"282":20,"291":10,"292":11,"30":16,"302":1,"31":38,"314":3,"32":16,"33":8,"34":32,"347":1,"35":10,"352":280,"36":52,"37":6,"38":137,"380":4,"381":18,"383":15,"39":45,"391":10,"396":4,"397":1,"40":18,"409":8,"41":12,"414":7,"415":43,"419":2,"42":8,"426":5,"43":10,"430":4,"433":66,"44":20,"45":15,"46":90,"48":26,"49":22,"5":228,"51":13,"52":15,"53":17,"56":3,"570":1,"6":54,"63":10,"7":128,"79":7,"8":37,"80":13,"9":70,"all_client":42089,"all_tv_clinet":5009,"insert_time":"2014-08-17T16:50:25.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36710,"10":51,"107":164,"11":143,"12":30,"13":82,"14":59,"15":47,"155":9,"156":3,"158":12,"159":6,"16":97,"160":13,"161":25,"167":15,"17":69,"18":261,"19":70,"20":67,"209":11,"21":108,"210":3,"211":1,"214":17,"215":92,"221":75,"223":156,"224":41,"225":181,"23":146,"24":342,"25":266,"257":19,"26":17,"268":1,"27":32,"273":8,"276":11,"279":23,"28":500,"281":6,"282":16,"291":9,"292":9,"30":16,"302":1,"31":33,"314":4,"32":16,"33":7,"34":32,"347":1,"35":11,"352":285,"36":48,"37":8,"38":134,"380":3,"381":18,"383":15,"39":44,"391":11,"396":4,"397":2,"40":16,"409":8,"41":14,"414":8,"415":44,"419":2,"42":8,"426":3,"43":9,"430":5,"433":66,"44":19,"45":13,"46":88,"48":26,"49":22,"5":225,"51":12,"52":15,"53":16,"56":2,"570":1,"6":54,"63":10,"7":125,"79":5,"8":35,"80":12,"9":74,"all_client":41653,"all_tv_clinet":4943,"insert_time":"2014-08-17T16:51:25.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36364,"10":51,"107":172,"11":143,"12":28,"13":81,"14":55,"15":45,"155":9,"156":3,"158":11,"159":5,"16":98,"160":12,"161":25,"167":16,"17":73,"18":260,"19":68,"20":65,"209":11,"21":102,"210":4,"214":17,"215":94,"221":73,"223":147,"224":41,"225":175,"23":143,"24":341,"25":260,"257":18,"26":16,"268":1,"27":37,"273":8,"276":11,"279":24,"28":497,"281":6,"282":17,"291":9,"292":8,"30":14,"302":1,"31":31,"314":4,"32":15,"33":7,"34":30,"347":3,"35":11,"352":273,"36":46,"37":7,"38":133,"380":2,"381":18,"383":16,"39":46,"391":10,"396":4,"397":2,"40":15,"409":8,"41":17,"414":6,"415":41,"419":2,"42":8,"426":3,"43":10,"430":5,"433":65,"44":12,"45":12,"46":83,"48":26,"49":24,"5":216,"51":12,"52":14,"53":17,"56":2,"570":1,"6":52,"63":10,"7":120,"79":5,"8":39,"80":13,"9":73,"all_client":41228,"all_tv_clinet":4864,"insert_time":"2014-08-17T16:52:25.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36007,"10":51,"107":171,"11":142,"12":26,"13":79,"14":53,"15":43,"155":7,"156":3,"158":11,"159":6,"16":95,"160":13,"161":27,"167":17,"17":77,"18":260,"19":68,"20":65,"209":12,"21":97,"210":3,"214":18,"215":92,"221":71,"223":144,"224":41,"225":182,"23":144,"24":336,"25":250,"257":18,"26":16,"268":1,"27":37,"273":8,"276":10,"279":22,"28":497,"281":5,"282":17,"291":9,"292":7,"30":14,"302":1,"31":28,"314":3,"32":14,"33":6,"34":30,"347":4,"35":10,"352":264,"36":40,"37":7,"38":134,"380":2,"381":17,"383":14,"39":48,"391":10,"396":4,"397":2,"40":15,"409":8,"41":19,"414":6,"415":38,"419":2,"42":9,"426":1,"43":11,"430":5,"433":62,"44":10,"45":12,"46":71,"48":26,"49":23,"5":213,"51":17,"52":13,"53":19,"56":2,"570":1,"6":56,"63":10,"7":121,"79":5,"8":36,"80":13,"9":74,"all_client":40808,"all_tv_clinet":4801,"insert_time":"2014-08-17T16:53:25.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35658,"10":56,"107":175,"11":151,"12":26,"13":73,"14":54,"15":41,"155":7,"156":3,"158":9,"159":6,"16":92,"160":12,"161":22,"167":17,"17":80,"18":264,"19":68,"20":63,"209":12,"21":94,"210":3,"214":19,"215":95,"221":69,"223":147,"224":38,"225":186,"23":142,"24":337,"25":245,"257":17,"26":14,"268":1,"27":39,"273":7,"276":7,"279":24,"28":488,"281":5,"282":16,"291":8,"292":6,"30":13,"302":5,"31":27,"314":3,"32":13,"33":7,"34":28,"347":4,"35":8,"352":267,"36":40,"37":8,"38":136,"380":2,"381":20,"383":11,"39":50,"391":10,"396":4,"397":3,"40":14,"409":8,"41":18,"414":6,"415":40,"419":2,"42":9,"426":1,"43":12,"430":6,"433":62,"44":9,"45":13,"46":69,"48":27,"49":22,"5":213,"51":17,"52":10,"53":19,"56":2,"570":1,"6":51,"63":10,"7":113,"79":5,"8":37,"80":12,"9":67,"all_client":40430,"all_tv_clinet":4772,"insert_time":"2014-08-17T16:54:26.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35369,"10":62,"107":179,"11":147,"12":24,"13":69,"14":55,"15":42,"155":8,"156":3,"158":10,"159":6,"16":84,"160":11,"161":22,"167":17,"17":84,"18":261,"19":66,"20":64,"209":13,"21":93,"210":1,"214":19,"215":94,"221":67,"223":150,"224":38,"225":181,"23":141,"24":326,"25":240,"257":18,"26":13,"268":1,"27":39,"273":7,"276":8,"279":22,"28":484,"281":5,"282":17,"291":8,"292":5,"30":14,"302":5,"31":23,"314":3,"32":13,"33":8,"34":24,"347":3,"35":10,"352":262,"36":43,"37":10,"38":134,"380":2,"381":21,"383":10,"39":49,"391":9,"396":3,"397":3,"40":13,"409":8,"41":14,"414":7,"415":40,"419":2,"42":7,"426":1,"43":13,"430":6,"433":62,"44":9,"45":12,"46":61,"48":28,"49":23,"5":215,"51":18,"52":10,"53":15,"56":2,"570":1,"6":52,"63":9,"7":115,"79":5,"8":35,"80":11,"9":64,"all_client":40080,"all_tv_clinet":4711,"insert_time":"2014-08-17T16:55:26.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35044,"10":63,"107":175,"11":154,"12":20,"13":73,"14":54,"15":39,"155":9,"156":3,"158":9,"159":6,"16":80,"160":12,"161":19,"167":17,"17":74,"18":262,"19":68,"20":61,"209":12,"21":97,"210":1,"214":19,"215":92,"221":68,"223":148,"224":39,"225":176,"23":138,"24":318,"25":229,"257":20,"26":13,"268":1,"27":44,"273":6,"276":9,"279":20,"28":482,"281":5,"282":17,"291":8,"292":5,"30":13,"302":8,"31":22,"314":3,"32":14,"33":7,"34":24,"347":4,"35":9,"352":264,"36":43,"37":10,"38":130,"380":2,"381":21,"383":11,"39":47,"391":11,"396":3,"397":3,"40":12,"409":8,"41":14,"414":7,"415":39,"419":2,"42":7,"426":1,"43":11,"430":6,"433":58,"44":7,"45":12,"46":56,"48":29,"49":24,"5":212,"51":19,"52":9,"53":16,"56":1,"570":1,"6":55,"63":9,"7":112,"79":7,"8":34,"80":9,"9":62,"all_client":39697,"all_tv_clinet":4653,"insert_time":"2014-08-17T16:56:26.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34685,"10":61,"107":179,"11":142,"12":20,"13":81,"14":45,"15":39,"155":9,"156":3,"158":10,"159":6,"16":85,"160":11,"161":23,"167":18,"17":66,"18":265,"19":66,"20":61,"209":11,"21":95,"210":2,"214":19,"215":94,"221":67,"223":153,"224":35,"225":177,"23":133,"24":319,"25":222,"257":19,"26":13,"268":1,"27":48,"273":6,"276":9,"279":14,"28":478,"281":5,"282":15,"291":8,"292":4,"30":11,"302":8,"31":22,"314":3,"32":16,"33":7,"34":24,"347":4,"35":9,"352":261,"36":43,"37":10,"38":129,"380":4,"381":19,"383":13,"39":42,"391":10,"396":3,"397":3,"40":11,"409":8,"41":14,"414":7,"415":36,"419":2,"42":7,"426":1,"43":10,"430":4,"433":57,"44":7,"45":12,"46":47,"48":31,"49":24,"5":214,"51":21,"52":9,"53":16,"56":2,"570":1,"6":59,"63":9,"7":118,"79":8,"8":36,"80":10,"9":58,"all_client":39302,"all_tv_clinet":4617,"insert_time":"2014-08-17T16:57:27.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34359,"10":61,"107":174,"11":131,"12":15,"13":78,"14":42,"15":37,"155":10,"156":3,"158":9,"159":7,"16":85,"160":11,"161":24,"167":17,"17":63,"18":269,"19":68,"20":67,"209":12,"21":93,"210":2,"214":20,"215":91,"221":75,"223":154,"224":32,"225":171,"23":133,"24":322,"25":215,"257":20,"26":13,"268":1,"27":48,"273":6,"276":9,"279":15,"28":471,"281":4,"282":15,"291":8,"292":4,"30":12,"302":11,"31":21,"314":3,"32":16,"33":7,"34":24,"347":4,"35":9,"352":263,"36":39,"37":10,"38":121,"380":5,"381":18,"383":14,"39":40,"391":9,"396":3,"397":3,"40":11,"409":8,"41":16,"414":7,"415":33,"419":2,"42":7,"426":1,"43":9,"430":4,"433":56,"44":7,"45":12,"46":45,"48":33,"49":23,"5":209,"51":21,"52":10,"53":18,"56":2,"570":1,"6":61,"63":11,"7":116,"79":8,"8":35,"80":11,"9":56,"all_client":38929,"all_tv_clinet":4570,"insert_time":"2014-08-17T16:58:27.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34004,"10":61,"107":174,"11":125,"12":12,"13":77,"14":40,"15":41,"155":10,"156":2,"158":10,"159":6,"16":87,"160":10,"161":24,"167":17,"17":59,"18":252,"19":72,"20":68,"209":13,"21":91,"210":2,"214":22,"215":91,"221":75,"223":154,"224":28,"225":166,"23":135,"24":313,"25":215,"257":17,"26":13,"268":1,"27":49,"273":8,"276":10,"279":18,"28":461,"281":3,"282":16,"291":8,"292":4,"30":15,"302":10,"31":20,"314":3,"32":17,"33":7,"34":22,"347":4,"35":10,"352":259,"36":39,"37":11,"38":123,"380":5,"381":21,"383":14,"39":40,"391":10,"396":2,"397":3,"40":9,"409":6,"41":17,"414":6,"415":35,"419":2,"42":8,"43":8,"430":4,"433":55,"44":6,"45":13,"46":45,"48":31,"49":23,"5":212,"51":20,"52":10,"53":19,"56":2,"570":1,"6":61,"63":10,"7":114,"79":7,"8":39,"80":10,"9":55,"all_client":38527,"all_tv_clinet":4523,"insert_time":"2014-08-17T16:59:27.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33691,"10":57,"107":176,"11":122,"12":12,"13":70,"14":40,"15":43,"155":10,"156":2,"158":11,"159":4,"16":95,"160":9,"161":24,"167":17,"17":56,"18":242,"19":73,"20":66,"209":14,"21":90,"210":1,"214":21,"215":91,"221":73,"223":155,"224":26,"225":158,"23":137,"24":310,"25":217,"257":16,"26":11,"268":1,"27":50,"273":8,"276":9,"279":17,"28":448,"281":2,"282":17,"291":9,"292":6,"30":15,"302":10,"31":17,"314":2,"32":17,"33":6,"34":20,"347":3,"35":11,"352":265,"36":40,"37":13,"38":126,"380":4,"381":20,"383":16,"39":43,"391":9,"396":2,"397":3,"40":9,"409":6,"41":14,"414":6,"415":32,"419":2,"42":8,"426":1,"43":8,"430":5,"433":53,"44":6,"45":13,"46":44,"48":30,"49":23,"5":214,"51":19,"52":13,"53":20,"56":2,"570":1,"6":63,"63":10,"7":118,"79":13,"8":37,"80":10,"9":53,"all_client":38182,"all_tv_clinet":4491,"insert_time":"2014-08-17T17:00:27.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33402,"10":58,"107":176,"11":123,"12":12,"13":72,"14":38,"15":43,"155":10,"156":2,"158":11,"159":4,"16":98,"160":9,"161":23,"167":15,"17":55,"18":228,"19":74,"20":68,"209":16,"21":86,"210":1,"211":1,"214":21,"215":91,"221":63,"223":155,"224":25,"225":151,"23":142,"24":306,"25":210,"257":16,"26":12,"268":1,"27":51,"273":9,"276":10,"279":18,"28":442,"281":2,"282":18,"291":10,"292":8,"30":13,"302":10,"31":17,"314":2,"32":16,"33":6,"34":20,"347":3,"35":12,"352":260,"36":37,"37":14,"38":125,"380":4,"381":20,"383":15,"39":43,"391":9,"396":2,"397":3,"40":8,"409":5,"41":12,"414":4,"415":30,"419":2,"42":7,"426":1,"43":8,"430":5,"433":51,"44":6,"45":13,"46":48,"48":29,"49":22,"5":216,"51":18,"52":13,"53":19,"56":2,"570":1,"6":62,"63":10,"7":118,"79":15,"8":37,"80":10,"9":53,"all_client":37842,"all_tv_clinet":4440,"insert_time":"2014-08-17T17:01:28.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33113,"10":59,"107":182,"11":116,"12":12,"13":78,"14":37,"15":44,"155":11,"156":3,"158":12,"159":4,"16":102,"160":9,"161":23,"167":14,"17":51,"18":218,"19":70,"20":64,"209":15,"21":83,"210":1,"211":2,"214":22,"215":94,"221":64,"223":159,"224":25,"225":157,"23":137,"24":315,"25":199,"257":16,"26":17,"268":1,"27":54,"273":8,"276":10,"279":18,"28":432,"281":2,"282":18,"291":10,"292":10,"30":12,"302":8,"31":15,"314":2,"32":14,"33":7,"34":16,"347":4,"35":11,"352":253,"36":35,"37":16,"38":128,"380":4,"381":18,"383":19,"39":43,"391":10,"397":3,"40":9,"409":4,"41":12,"414":4,"415":27,"419":2,"42":7,"426":1,"43":8,"430":6,"433":48,"44":6,"45":13,"46":43,"48":29,"49":23,"5":218,"51":17,"52":12,"53":20,"56":2,"570":1,"6":62,"63":10,"7":114,"79":14,"8":39,"80":9,"9":56,"all_client":37525,"all_tv_clinet":4412,"insert_time":"2014-08-17T17:02:28.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32756,"10":56,"107":180,"11":112,"12":10,"13":85,"14":42,"15":42,"155":11,"156":3,"158":11,"159":3,"16":99,"160":9,"161":27,"167":13,"17":51,"18":213,"19":65,"20":58,"209":16,"21":85,"210":1,"211":3,"214":23,"215":94,"221":63,"223":155,"224":21,"225":151,"23":136,"24":311,"25":197,"257":16,"26":15,"268":1,"27":54,"273":8,"276":10,"279":18,"28":425,"281":2,"282":17,"291":10,"292":10,"30":12,"302":8,"31":14,"314":2,"32":12,"33":6,"34":15,"347":4,"35":12,"352":250,"36":30,"37":16,"38":133,"380":4,"381":19,"383":19,"39":44,"391":10,"397":3,"40":10,"409":5,"41":12,"414":4,"415":23,"419":2,"42":7,"426":1,"43":10,"430":6,"433":44,"44":6,"45":13,"46":42,"48":31,"49":24,"5":217,"51":17,"52":12,"53":20,"56":2,"570":1,"6":65,"63":11,"7":114,"79":12,"8":42,"80":9,"9":54,"all_client":37117,"all_tv_clinet":4361,"insert_time":"2014-08-17T17:03:28.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32452,"10":52,"107":182,"11":105,"12":9,"13":86,"14":45,"15":44,"155":9,"156":3,"158":11,"159":3,"16":93,"160":9,"161":30,"167":13,"17":47,"18":206,"19":63,"20":55,"209":16,"21":90,"210":1,"211":3,"214":23,"215":90,"221":62,"223":151,"224":22,"225":147,"23":132,"24":318,"25":189,"257":16,"26":16,"268":1,"27":57,"273":7,"276":11,"279":17,"28":423,"281":2,"282":17,"291":10,"292":9,"30":10,"302":6,"306":1,"31":14,"314":3,"32":12,"33":7,"34":13,"347":5,"35":13,"352":246,"36":31,"37":16,"38":135,"380":5,"381":20,"383":17,"39":42,"391":10,"397":3,"40":9,"409":5,"41":12,"414":7,"415":23,"419":2,"42":7,"426":1,"43":9,"430":5,"433":39,"44":6,"45":13,"46":44,"48":31,"49":24,"5":217,"51":18,"52":14,"53":22,"56":3,"570":1,"6":63,"63":10,"7":119,"79":11,"8":39,"80":10,"9":52,"all_client":36772,"all_tv_clinet":4320,"insert_time":"2014-08-17T17:04:28.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32157,"10":49,"107":175,"11":103,"12":10,"13":91,"14":46,"15":42,"155":9,"156":3,"158":10,"159":3,"16":89,"160":10,"161":31,"167":13,"17":45,"18":200,"19":63,"20":57,"209":15,"21":88,"210":1,"211":4,"214":22,"215":90,"221":65,"223":149,"224":23,"225":134,"23":137,"24":311,"25":181,"257":16,"26":15,"268":1,"27":58,"273":8,"276":11,"279":17,"28":426,"281":2,"282":17,"291":10,"292":8,"30":10,"302":6,"306":1,"31":14,"314":3,"32":12,"33":5,"34":15,"347":5,"35":13,"352":244,"36":31,"37":14,"38":131,"380":6,"381":19,"383":16,"39":43,"391":10,"397":3,"40":6,"409":6,"41":13,"414":8,"415":24,"419":1,"42":7,"426":1,"43":9,"430":5,"433":35,"44":6,"45":12,"46":43,"48":31,"49":24,"5":206,"51":17,"52":14,"53":18,"56":3,"570":1,"6":64,"63":10,"7":110,"79":11,"8":41,"80":11,"9":56,"all_client":36409,"all_tv_clinet":4252,"insert_time":"2014-08-17T17:05:29.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31843,"10":48,"107":175,"11":95,"12":10,"13":93,"14":45,"15":45,"155":9,"156":3,"158":10,"159":3,"16":88,"160":13,"161":25,"167":12,"17":38,"18":202,"19":63,"20":55,"209":15,"21":87,"210":1,"211":4,"214":23,"215":85,"221":68,"223":146,"224":20,"225":133,"23":133,"24":303,"25":169,"257":16,"26":15,"268":1,"27":59,"273":10,"276":11,"279":16,"28":429,"281":2,"282":18,"291":10,"292":10,"30":9,"302":5,"306":1,"31":15,"314":3,"32":11,"33":4,"34":15,"347":5,"35":13,"352":237,"36":33,"37":12,"38":133,"380":6,"381":15,"383":17,"39":43,"391":10,"397":2,"40":7,"409":5,"41":13,"414":8,"415":23,"419":1,"42":8,"426":1,"43":8,"430":5,"433":31,"44":7,"45":11,"46":42,"48":29,"49":24,"5":208,"51":15,"52":14,"53":17,"56":2,"570":2,"6":60,"63":11,"7":108,"79":10,"8":43,"80":11,"9":58,"all_client":36030,"all_tv_clinet":4187,"insert_time":"2014-08-17T17:06:29.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31520,"10":47,"107":167,"11":90,"12":10,"13":87,"14":45,"15":43,"155":9,"156":3,"158":10,"159":3,"16":87,"160":13,"161":29,"167":11,"17":35,"18":204,"19":66,"20":56,"209":14,"21":84,"210":2,"211":4,"214":24,"215":85,"221":69,"223":138,"224":19,"225":136,"23":134,"24":294,"25":163,"257":17,"26":17,"268":1,"27":58,"273":9,"276":11,"279":15,"28":415,"281":2,"282":18,"291":10,"292":10,"30":9,"302":6,"31":13,"314":3,"32":11,"33":4,"34":16,"347":5,"35":11,"352":236,"36":34,"37":11,"38":129,"380":6,"381":14,"383":16,"39":43,"391":10,"397":2,"40":8,"409":5,"41":13,"414":6,"415":24,"419":2,"42":7,"426":1,"43":9,"430":5,"433":28,"44":6,"45":11,"46":41,"48":27,"49":24,"5":204,"51":15,"52":14,"53":18,"56":2,"570":2,"6":57,"63":12,"7":105,"79":9,"8":45,"80":11,"9":61,"all_client":35635,"all_tv_clinet":4115,"insert_time":"2014-08-17T17:07:29.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31182,"10":47,"107":165,"11":81,"12":9,"13":87,"14":47,"15":41,"155":9,"156":2,"158":8,"159":4,"16":86,"160":13,"161":31,"167":12,"17":33,"18":199,"19":68,"20":58,"209":14,"21":84,"210":2,"211":5,"214":23,"215":87,"221":68,"223":142,"224":17,"225":135,"23":128,"24":282,"25":160,"257":17,"26":20,"268":1,"27":57,"273":8,"276":11,"279":13,"28":402,"281":2,"282":16,"291":10,"292":9,"30":10,"302":6,"31":11,"314":3,"32":11,"33":5,"34":15,"347":5,"35":11,"352":245,"36":36,"37":10,"38":123,"380":7,"381":14,"383":17,"39":45,"391":8,"397":2,"40":9,"409":4,"41":14,"414":6,"415":29,"419":2,"42":5,"426":1,"43":9,"430":6,"433":25,"44":6,"45":10,"46":41,"48":27,"49":24,"5":199,"51":15,"52":13,"53":18,"56":2,"570":1,"6":56,"63":10,"7":109,"79":8,"8":46,"80":13,"9":59,"all_client":35246,"all_tv_clinet":4064,"insert_time":"2014-08-17T17:08:30.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30784,"10":44,"107":163,"11":77,"12":8,"13":88,"14":46,"15":37,"155":9,"156":2,"158":8,"159":4,"16":83,"160":11,"161":31,"167":12,"17":32,"18":190,"19":70,"20":57,"209":14,"21":88,"210":1,"211":5,"214":23,"215":86,"221":68,"223":142,"224":17,"225":134,"23":127,"24":274,"25":156,"257":17,"26":20,"268":1,"27":56,"273":6,"276":11,"279":13,"28":393,"281":2,"282":17,"291":10,"292":9,"30":9,"302":5,"31":11,"314":3,"32":10,"33":6,"34":13,"347":6,"35":11,"352":247,"36":37,"37":10,"38":123,"380":7,"381":13,"383":18,"39":45,"391":7,"397":2,"40":8,"409":4,"41":13,"414":6,"415":32,"419":2,"42":4,"426":2,"43":8,"430":6,"433":23,"44":6,"45":10,"46":39,"48":23,"49":26,"5":199,"51":15,"52":12,"53":20,"56":4,"570":1,"6":53,"63":10,"7":111,"79":8,"8":46,"80":13,"9":59,"all_client":34792,"all_tv_clinet":4008,"insert_time":"2014-08-17T17:09:30.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30464,"10":43,"107":158,"11":79,"12":9,"13":93,"14":47,"15":40,"155":10,"156":2,"158":7,"159":3,"16":80,"160":11,"161":30,"167":10,"17":33,"18":181,"19":68,"20":59,"209":13,"21":90,"210":1,"211":5,"214":22,"215":84,"221":65,"223":138,"224":19,"225":135,"23":125,"24":263,"25":152,"257":17,"26":17,"268":1,"27":57,"273":6,"276":11,"279":12,"28":383,"281":1,"282":16,"291":10,"292":9,"30":9,"302":4,"31":10,"314":3,"32":11,"33":7,"34":12,"347":6,"35":11,"352":253,"36":36,"37":9,"38":122,"380":7,"381":12,"383":22,"39":44,"391":7,"397":2,"40":9,"409":4,"41":13,"414":6,"415":30,"419":1,"42":4,"426":2,"43":5,"430":6,"433":18,"44":7,"45":10,"46":40,"48":23,"49":26,"5":190,"51":15,"52":11,"53":21,"56":4,"570":1,"6":52,"63":9,"7":111,"79":8,"8":46,"80":11,"9":57,"all_client":34406,"all_tv_clinet":3942,"insert_time":"2014-08-17T17:10:30.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30171,"10":40,"107":163,"11":76,"12":9,"13":94,"14":48,"15":37,"155":10,"156":2,"158":7,"159":3,"16":76,"160":10,"161":29,"167":10,"17":37,"18":170,"19":66,"20":57,"209":12,"21":88,"210":2,"211":5,"214":22,"215":85,"221":63,"223":137,"224":19,"225":134,"23":127,"24":260,"25":151,"257":16,"26":19,"268":1,"27":58,"273":7,"276":10,"279":12,"28":368,"281":1,"282":14,"291":10,"292":9,"30":9,"302":4,"31":9,"314":3,"32":10,"33":6,"34":9,"347":7,"35":9,"352":250,"36":37,"37":9,"38":124,"380":7,"381":10,"383":23,"39":41,"391":7,"396":1,"397":2,"40":10,"409":2,"41":13,"414":6,"415":28,"419":1,"42":5,"426":2,"43":4,"430":7,"433":17,"44":8,"45":10,"46":42,"48":19,"49":26,"5":189,"51":13,"52":11,"53":25,"56":5,"570":1,"6":51,"63":8,"7":110,"79":8,"8":44,"80":10,"9":57,"all_client":34054,"all_tv_clinet":3883,"insert_time":"2014-08-17T17:11:30.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29868,"10":40,"107":162,"11":76,"12":9,"13":94,"14":51,"15":35,"155":10,"156":2,"158":7,"159":2,"16":63,"160":10,"161":32,"167":10,"17":36,"18":176,"19":64,"20":60,"209":12,"21":90,"210":2,"211":4,"214":22,"215":85,"221":62,"223":137,"224":20,"225":134,"23":131,"24":251,"25":147,"257":15,"26":19,"268":1,"27":58,"273":7,"276":10,"279":12,"28":359,"281":1,"282":13,"291":10,"292":8,"30":9,"302":4,"31":7,"314":3,"32":10,"33":6,"34":11,"347":6,"35":9,"352":248,"36":34,"37":9,"38":118,"380":7,"381":11,"383":23,"39":41,"391":7,"396":1,"397":2,"40":11,"409":2,"41":14,"414":6,"415":26,"419":1,"42":5,"426":2,"43":5,"430":8,"433":14,"44":8,"45":10,"46":41,"48":20,"49":28,"5":177,"51":14,"52":12,"53":26,"56":4,"570":1,"6":54,"63":8,"7":104,"79":7,"8":41,"80":10,"9":51,"all_client":33693,"all_tv_clinet":3825,"insert_time":"2014-08-17T17:12:30.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29599,"10":35,"107":166,"11":76,"12":8,"13":97,"14":52,"15":32,"155":10,"156":1,"158":9,"159":2,"16":62,"160":11,"161":32,"167":11,"17":30,"18":172,"19":58,"20":58,"209":13,"21":90,"210":2,"211":4,"214":22,"215":84,"221":58,"223":133,"224":20,"225":129,"23":126,"24":247,"25":148,"257":14,"26":20,"268":1,"27":60,"273":7,"276":10,"279":13,"28":350,"281":1,"282":14,"291":10,"292":7,"30":9,"302":3,"31":6,"314":3,"32":9,"33":6,"34":12,"347":7,"35":9,"352":239,"36":37,"37":10,"38":116,"380":7,"381":11,"383":21,"39":41,"391":6,"396":1,"397":2,"40":12,"409":2,"41":15,"414":5,"415":26,"419":2,"42":6,"426":2,"43":7,"430":8,"433":13,"44":8,"45":10,"46":43,"48":17,"49":28,"5":167,"51":15,"52":10,"53":26,"56":4,"570":1,"6":55,"63":9,"7":103,"79":7,"8":42,"80":11,"9":51,"all_client":33364,"all_tv_clinet":3765,"insert_time":"2014-08-17T17:13:31.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29295,"10":35,"107":157,"11":77,"12":8,"13":99,"14":54,"15":33,"155":10,"156":1,"158":8,"159":2,"16":58,"160":10,"161":32,"167":11,"17":31,"18":165,"19":53,"20":57,"209":12,"21":90,"210":2,"211":5,"214":22,"215":83,"221":55,"223":128,"224":20,"225":123,"23":124,"24":244,"25":147,"257":14,"26":20,"268":1,"27":64,"273":7,"276":10,"279":15,"28":341,"281":1,"282":11,"291":10,"292":7,"30":9,"302":3,"31":6,"314":3,"32":9,"33":7,"34":14,"347":5,"35":9,"352":241,"36":34,"37":10,"38":114,"380":8,"381":13,"383":21,"39":40,"391":6,"396":1,"397":2,"40":12,"409":1,"41":15,"414":4,"415":25,"419":1,"42":6,"426":2,"43":6,"430":8,"433":12,"44":8,"45":10,"46":40,"48":17,"49":33,"5":166,"51":15,"52":10,"53":27,"56":4,"570":1,"6":56,"63":9,"7":103,"79":7,"8":45,"80":11,"9":51,"all_client":33012,"all_tv_clinet":3717,"insert_time":"2014-08-17T17:14:31.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29000,"10":35,"107":149,"11":74,"12":9,"13":97,"14":56,"15":32,"155":10,"156":1,"158":8,"159":2,"16":53,"160":10,"161":31,"167":12,"17":30,"18":158,"19":52,"20":57,"209":13,"21":87,"210":3,"211":5,"214":23,"215":85,"221":55,"223":119,"224":20,"225":122,"23":127,"24":241,"25":146,"257":15,"26":20,"268":1,"27":64,"273":6,"276":10,"279":14,"28":338,"281":1,"282":11,"291":10,"292":7,"30":10,"302":1,"31":6,"314":3,"32":11,"33":9,"34":14,"347":5,"35":10,"352":235,"36":34,"37":9,"38":112,"380":8,"381":14,"383":20,"39":37,"391":5,"396":1,"397":2,"40":12,"409":2,"41":14,"414":4,"415":25,"419":2,"42":7,"426":2,"43":6,"430":7,"433":13,"44":8,"45":10,"46":45,"48":18,"49":32,"5":160,"51":17,"52":10,"53":27,"56":5,"570":1,"6":57,"63":9,"7":104,"79":7,"8":47,"80":11,"9":51,"all_client":32678,"all_tv_clinet":3678,"insert_time":"2014-08-17T17:15:31.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28754,"10":32,"107":142,"11":75,"12":9,"13":105,"14":58,"15":33,"155":9,"156":1,"158":7,"159":3,"16":51,"160":10,"161":30,"167":13,"17":30,"18":156,"19":47,"20":56,"209":13,"21":88,"210":3,"211":5,"214":23,"215":85,"221":59,"223":117,"224":19,"225":124,"23":124,"24":241,"25":144,"257":14,"26":20,"268":1,"27":64,"273":6,"276":9,"279":14,"28":334,"281":1,"282":10,"291":10,"292":7,"30":10,"302":1,"31":6,"314":3,"32":12,"33":7,"34":15,"347":4,"35":8,"352":226,"36":32,"37":9,"38":108,"380":8,"381":13,"383":20,"39":34,"391":6,"396":1,"397":2,"40":11,"409":2,"41":18,"414":3,"415":25,"419":2,"42":7,"426":3,"43":6,"430":7,"433":13,"44":8,"45":8,"46":47,"48":17,"49":33,"5":159,"51":17,"52":8,"53":27,"56":6,"570":1,"6":57,"63":9,"7":102,"79":6,"8":51,"80":11,"9":49,"all_client":32394,"all_tv_clinet":3640,"insert_time":"2014-08-17T17:16:31.739Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28501,"10":32,"107":146,"11":77,"12":11,"13":101,"14":59,"15":35,"155":8,"156":1,"158":6,"159":3,"16":46,"160":10,"161":29,"167":10,"17":30,"18":151,"19":46,"20":57,"209":13,"21":91,"210":3,"211":6,"214":24,"215":84,"221":54,"223":118,"224":18,"225":124,"23":118,"24":244,"25":140,"257":15,"26":16,"268":1,"27":65,"273":6,"276":9,"279":14,"28":332,"281":1,"282":9,"291":10,"292":6,"30":10,"302":1,"31":5,"314":3,"32":13,"33":7,"34":14,"347":4,"35":8,"352":224,"36":34,"37":8,"38":104,"380":8,"381":13,"383":20,"39":30,"391":5,"397":2,"40":13,"409":2,"41":16,"414":4,"415":22,"419":3,"42":8,"426":3,"43":6,"430":7,"433":14,"44":8,"45":7,"46":49,"48":13,"49":32,"5":154,"51":17,"52":7,"53":27,"56":6,"570":1,"6":55,"63":9,"7":96,"79":7,"8":52,"80":11,"9":48,"all_client":32090,"all_tv_clinet":3589,"insert_time":"2014-08-17T17:17:31.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28267,"10":32,"107":144,"11":76,"12":10,"13":98,"14":61,"15":36,"155":8,"156":1,"158":7,"159":3,"16":39,"160":8,"161":26,"167":10,"17":30,"18":148,"19":45,"20":57,"209":13,"21":92,"210":5,"211":5,"214":24,"215":84,"221":53,"223":118,"224":18,"225":120,"23":106,"24":244,"25":136,"257":15,"26":19,"268":1,"27":65,"273":7,"276":9,"279":12,"28":332,"281":1,"282":9,"291":10,"292":4,"30":10,"302":1,"31":6,"314":2,"32":14,"33":5,"34":16,"347":4,"35":9,"352":218,"36":36,"37":9,"38":104,"380":8,"381":12,"383":19,"39":27,"391":5,"397":2,"40":13,"409":2,"41":15,"414":4,"415":20,"419":4,"42":8,"426":4,"43":5,"430":8,"433":11,"44":7,"45":6,"46":48,"48":13,"49":35,"5":147,"51":18,"52":5,"53":29,"56":6,"6":51,"63":9,"7":96,"79":8,"8":58,"80":10,"9":45,"all_client":31800,"all_tv_clinet":3533,"insert_time":"2014-08-17T17:18:32.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27983,"10":34,"107":143,"11":74,"12":10,"13":93,"14":62,"15":38,"155":8,"156":1,"158":7,"159":3,"16":35,"160":7,"161":25,"167":10,"17":30,"18":150,"19":44,"20":54,"209":13,"21":89,"210":5,"211":5,"214":25,"215":80,"221":50,"223":122,"224":20,"225":123,"23":104,"24":244,"25":131,"257":17,"26":20,"268":2,"27":64,"273":7,"276":9,"279":12,"28":330,"281":1,"282":9,"291":10,"292":3,"30":10,"302":1,"31":6,"314":2,"32":15,"33":4,"34":16,"347":4,"35":10,"352":217,"36":34,"37":8,"38":107,"380":8,"381":12,"383":21,"39":26,"391":6,"397":2,"40":13,"409":2,"41":12,"414":4,"415":19,"419":5,"42":8,"426":4,"43":5,"430":8,"433":10,"44":7,"45":6,"46":48,"48":14,"49":37,"5":146,"51":17,"52":3,"53":28,"56":5,"6":46,"63":9,"7":97,"79":9,"8":60,"80":9,"9":46,"all_client":31492,"all_tv_clinet":3509,"insert_time":"2014-08-17T17:19:32.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27750,"10":34,"107":141,"11":72,"12":9,"13":89,"14":61,"15":35,"155":8,"156":1,"158":8,"159":4,"16":32,"160":6,"161":23,"167":11,"17":29,"18":157,"19":44,"20":50,"209":13,"21":91,"210":5,"211":5,"214":25,"215":80,"221":50,"223":128,"224":19,"225":119,"23":99,"24":238,"25":133,"257":18,"26":22,"268":2,"27":63,"273":5,"276":8,"279":11,"28":325,"281":1,"282":9,"291":10,"292":3,"30":11,"302":1,"31":6,"314":2,"32":15,"33":5,"34":17,"347":4,"35":11,"352":211,"36":34,"37":9,"38":107,"380":8,"381":12,"383":20,"39":24,"391":6,"397":2,"40":13,"409":2,"41":12,"414":4,"415":16,"419":5,"42":8,"426":4,"43":6,"430":8,"433":9,"44":8,"45":6,"46":48,"48":13,"49":37,"5":142,"51":15,"52":4,"53":29,"56":5,"6":43,"63":9,"7":93,"79":9,"8":60,"80":8,"9":43,"all_client":31210,"all_tv_clinet":3460,"insert_time":"2014-08-17T17:20:32.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27480,"10":33,"107":138,"11":81,"12":8,"13":83,"14":65,"15":35,"155":8,"156":1,"158":8,"159":4,"16":28,"160":6,"161":22,"167":11,"17":28,"18":159,"19":39,"20":50,"209":15,"21":91,"210":5,"211":5,"214":24,"215":78,"221":47,"223":127,"224":18,"225":121,"23":95,"24":237,"25":128,"257":18,"26":25,"268":1,"27":65,"273":4,"276":8,"279":11,"28":316,"281":1,"282":10,"291":10,"292":3,"30":10,"302":2,"31":5,"314":2,"32":15,"33":5,"34":15,"347":4,"35":11,"352":209,"36":36,"37":9,"38":106,"380":8,"381":13,"383":20,"39":22,"391":7,"397":3,"40":13,"409":2,"41":11,"414":6,"415":15,"419":4,"42":9,"426":3,"43":8,"430":8,"433":9,"44":8,"45":6,"46":48,"48":12,"49":37,"5":138,"51":13,"52":5,"53":27,"56":5,"6":36,"63":9,"7":94,"79":9,"8":57,"80":8,"9":42,"all_client":30894,"all_tv_clinet":3414,"insert_time":"2014-08-17T17:21:32.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27193,"10":32,"107":137,"11":89,"12":7,"13":82,"14":61,"15":31,"155":8,"156":1,"158":8,"159":4,"16":30,"160":6,"161":22,"167":11,"17":28,"18":163,"19":39,"20":46,"209":17,"21":89,"210":5,"211":5,"214":23,"215":72,"221":46,"223":128,"224":18,"225":124,"23":95,"24":235,"25":131,"257":15,"26":25,"268":1,"27":65,"273":4,"276":7,"279":10,"28":312,"281":1,"282":11,"291":10,"292":3,"30":10,"302":3,"31":6,"314":2,"32":15,"33":6,"34":14,"347":4,"35":13,"352":202,"36":35,"37":10,"38":106,"380":8,"381":15,"383":18,"39":20,"391":8,"397":3,"40":15,"409":2,"41":10,"414":7,"415":16,"419":4,"42":9,"426":3,"43":9,"430":9,"433":9,"44":7,"45":6,"46":48,"48":11,"49":35,"5":134,"51":12,"52":4,"53":25,"56":5,"6":32,"63":10,"7":95,"79":9,"8":54,"80":8,"9":40,"all_client":30576,"all_tv_clinet":3383,"insert_time":"2014-08-17T17:22:32.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26938,"10":32,"107":141,"11":93,"12":6,"13":86,"14":59,"15":28,"155":8,"156":1,"158":7,"159":3,"16":27,"160":6,"161":20,"167":11,"17":28,"18":159,"19":37,"20":44,"209":15,"21":88,"210":5,"211":4,"214":21,"215":72,"221":47,"223":120,"224":19,"225":120,"23":94,"24":237,"25":129,"257":14,"26":26,"268":2,"27":66,"273":4,"276":7,"279":10,"28":300,"281":1,"282":11,"291":10,"292":1,"30":9,"302":3,"31":5,"314":2,"32":16,"33":6,"34":15,"347":4,"35":12,"352":195,"36":32,"37":11,"38":114,"380":8,"381":17,"383":16,"39":18,"391":8,"397":3,"40":17,"409":2,"41":9,"414":6,"415":16,"419":4,"42":10,"426":3,"43":10,"430":9,"433":8,"44":5,"45":6,"46":46,"48":10,"49":35,"5":129,"51":12,"52":4,"53":24,"56":5,"6":32,"63":10,"7":94,"79":9,"8":54,"80":7,"9":40,"all_client":30267,"all_tv_clinet":3329,"insert_time":"2014-08-17T17:23:33.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26684,"10":33,"107":148,"11":92,"12":6,"13":84,"14":61,"15":25,"155":8,"156":1,"158":6,"159":3,"16":25,"160":6,"161":20,"167":11,"17":28,"18":157,"19":39,"20":41,"209":14,"21":88,"210":3,"211":4,"214":21,"215":70,"221":46,"223":111,"224":19,"225":115,"23":96,"24":237,"25":128,"257":13,"26":24,"268":3,"27":68,"273":4,"276":7,"279":11,"28":289,"281":2,"282":11,"291":10,"292":1,"30":10,"302":3,"31":5,"314":1,"32":16,"33":6,"34":14,"347":4,"35":13,"352":193,"36":33,"37":12,"38":111,"380":8,"381":14,"383":16,"39":17,"391":7,"397":4,"40":17,"409":2,"41":9,"414":7,"415":17,"419":3,"42":12,"426":1,"43":10,"430":9,"433":7,"44":4,"45":4,"46":44,"48":10,"49":36,"5":128,"51":12,"52":4,"53":25,"56":4,"6":30,"63":10,"7":93,"79":9,"8":50,"80":7,"9":41,"all_client":29965,"all_tv_clinet":3281,"insert_time":"2014-08-17T17:24:33.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26439,"10":32,"107":150,"11":94,"12":6,"13":78,"14":61,"15":24,"155":9,"156":1,"158":6,"159":3,"16":22,"160":6,"161":16,"167":13,"17":27,"18":152,"19":36,"20":40,"209":14,"21":87,"210":3,"211":4,"214":21,"215":71,"221":43,"223":111,"224":18,"225":113,"23":90,"24":236,"25":126,"257":15,"26":26,"268":3,"27":69,"273":6,"276":7,"279":11,"28":278,"281":2,"282":10,"291":10,"292":1,"30":10,"302":2,"31":3,"314":1,"32":16,"33":8,"34":14,"347":4,"35":12,"352":196,"36":35,"37":14,"38":110,"380":8,"381":14,"383":15,"39":17,"391":7,"397":4,"40":18,"409":1,"41":10,"414":8,"415":15,"419":3,"42":11,"426":2,"43":8,"430":8,"433":7,"44":4,"45":4,"46":45,"48":9,"49":35,"5":127,"51":11,"52":5,"53":24,"56":4,"6":30,"63":8,"7":92,"79":9,"8":43,"80":7,"9":43,"all_client":29671,"all_tv_clinet":3232,"insert_time":"2014-08-17T17:25:33.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26179,"10":31,"107":143,"11":96,"12":6,"13":76,"14":61,"15":23,"155":9,"156":1,"158":6,"159":1,"16":19,"160":6,"161":15,"167":13,"17":28,"18":153,"19":37,"20":40,"209":15,"21":86,"210":3,"211":4,"214":21,"215":69,"221":44,"223":109,"224":18,"225":113,"23":88,"24":232,"25":126,"257":13,"26":23,"268":2,"27":69,"273":6,"276":7,"279":11,"28":275,"281":2,"282":9,"291":9,"292":1,"30":11,"302":2,"31":3,"314":1,"32":14,"33":7,"34":14,"347":4,"35":10,"352":200,"36":35,"37":14,"38":111,"380":9,"381":10,"383":16,"39":16,"391":8,"397":4,"40":18,"409":1,"41":9,"414":7,"415":13,"419":3,"42":11,"426":3,"43":8,"430":8,"433":7,"44":4,"45":4,"46":44,"48":8,"49":34,"5":127,"51":12,"52":5,"53":25,"56":5,"6":33,"63":8,"7":90,"79":10,"8":41,"80":7,"9":44,"all_client":29376,"all_tv_clinet":3197,"insert_time":"2014-08-17T17:26:33.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25935,"10":31,"107":132,"11":96,"12":6,"13":76,"14":60,"15":20,"155":10,"156":1,"158":5,"159":1,"16":18,"160":7,"161":11,"167":12,"17":26,"18":144,"19":37,"20":42,"209":14,"21":86,"210":4,"211":5,"214":20,"215":65,"221":46,"223":109,"224":17,"225":121,"23":85,"24":231,"25":126,"257":14,"26":24,"268":2,"27":70,"273":6,"276":7,"279":12,"28":268,"281":2,"282":13,"291":9,"292":1,"30":12,"302":2,"31":3,"314":1,"32":14,"33":7,"34":14,"347":4,"35":9,"352":204,"36":31,"37":15,"38":114,"380":9,"381":10,"383":15,"39":17,"391":9,"397":4,"40":18,"409":1,"41":12,"414":7,"415":13,"419":3,"42":11,"426":3,"43":7,"430":8,"433":7,"44":5,"45":4,"46":41,"48":7,"49":33,"5":129,"51":14,"52":5,"53":23,"56":5,"6":33,"63":7,"7":81,"79":9,"8":40,"80":6,"9":49,"all_client":29102,"all_tv_clinet":3167,"insert_time":"2014-08-17T17:27:33.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25708,"10":30,"107":138,"11":93,"12":6,"13":77,"14":63,"15":18,"155":10,"156":1,"158":4,"16":18,"160":7,"161":12,"167":10,"17":25,"18":146,"19":37,"20":40,"209":12,"21":85,"210":5,"211":5,"214":20,"215":59,"221":45,"223":103,"224":16,"225":115,"23":87,"24":241,"25":122,"257":15,"26":24,"268":1,"27":71,"273":6,"276":6,"279":13,"28":259,"281":2,"282":15,"291":9,"292":1,"30":12,"302":2,"31":6,"314":1,"32":14,"33":6,"34":17,"347":5,"35":11,"352":201,"36":31,"37":14,"38":113,"380":9,"381":9,"383":16,"39":16,"391":8,"397":4,"40":17,"409":1,"41":10,"414":7,"415":15,"419":5,"42":12,"426":2,"43":6,"430":7,"433":7,"44":6,"45":4,"46":38,"48":7,"49":33,"5":128,"51":13,"52":5,"53":21,"56":6,"6":34,"63":7,"7":76,"79":8,"8":39,"80":6,"9":49,"all_client":28844,"all_tv_clinet":3136,"insert_time":"2014-08-17T17:28:33.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25493,"10":31,"107":146,"11":94,"12":6,"13":78,"14":62,"15":18,"155":10,"156":1,"158":4,"159":1,"16":15,"160":7,"161":14,"167":10,"17":22,"18":144,"19":39,"20":41,"209":12,"21":82,"210":5,"211":3,"214":19,"215":54,"221":42,"223":99,"224":14,"225":117,"23":86,"24":239,"25":120,"257":16,"26":24,"268":1,"27":69,"273":6,"276":6,"279":12,"28":257,"281":2,"282":16,"291":9,"292":1,"30":11,"302":3,"31":7,"314":1,"32":14,"33":6,"34":16,"347":4,"35":11,"352":189,"36":31,"37":13,"38":115,"380":9,"381":10,"383":15,"39":17,"391":8,"397":4,"40":15,"409":1,"41":11,"414":7,"415":15,"419":5,"42":11,"426":3,"43":4,"430":7,"433":7,"44":6,"45":4,"46":36,"48":8,"49":33,"5":127,"51":13,"52":5,"53":20,"56":6,"6":33,"63":7,"7":73,"79":6,"8":37,"80":6,"9":51,"all_client":28588,"all_tv_clinet":3095,"insert_time":"2014-08-17T17:29:34.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25240,"10":30,"107":144,"11":94,"12":6,"13":78,"14":61,"15":20,"155":10,"156":1,"158":4,"159":1,"16":15,"160":7,"161":15,"167":10,"17":21,"18":147,"19":41,"20":39,"209":11,"21":86,"210":6,"211":3,"214":19,"215":46,"221":38,"223":99,"224":14,"225":112,"23":82,"24":236,"25":118,"257":16,"26":27,"268":1,"27":66,"273":5,"276":6,"279":9,"28":253,"281":1,"282":19,"291":9,"292":1,"30":9,"302":4,"31":7,"314":1,"32":14,"33":7,"34":15,"347":4,"35":13,"352":193,"36":31,"37":12,"38":118,"380":9,"381":10,"383":14,"39":16,"391":8,"396":1,"397":4,"40":15,"409":1,"41":12,"414":6,"415":14,"419":5,"42":9,"426":7,"43":6,"430":7,"433":7,"44":6,"45":5,"46":38,"48":6,"49":32,"5":129,"51":11,"52":5,"53":20,"56":7,"6":32,"63":7,"7":70,"79":6,"8":39,"80":6,"9":50,"all_client":28315,"all_tv_clinet":3075,"insert_time":"2014-08-17T17:30:34.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25031,"10":30,"107":142,"11":92,"12":6,"13":73,"14":57,"15":23,"155":10,"156":1,"158":4,"159":1,"16":15,"160":7,"161":18,"167":10,"17":19,"18":147,"19":41,"20":37,"209":11,"21":88,"210":7,"211":4,"214":19,"215":46,"221":40,"223":102,"224":15,"225":114,"23":80,"24":228,"25":116,"257":16,"26":29,"268":1,"27":64,"273":5,"276":6,"279":7,"28":245,"281":1,"282":21,"291":9,"292":3,"30":8,"302":4,"31":6,"314":1,"32":14,"33":6,"34":13,"347":3,"35":13,"352":191,"36":31,"37":11,"38":118,"380":9,"381":10,"383":11,"39":16,"391":8,"396":1,"397":4,"40":15,"409":1,"41":12,"414":7,"415":15,"419":4,"42":10,"426":7,"43":8,"430":7,"433":7,"44":6,"45":5,"46":37,"48":6,"49":32,"5":129,"51":11,"52":4,"53":20,"56":7,"6":31,"63":7,"7":71,"79":5,"8":37,"80":6,"9":46,"all_client":28072,"all_tv_clinet":3041,"insert_time":"2014-08-17T17:31:34.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24811,"10":30,"107":131,"11":92,"12":4,"13":74,"14":55,"15":24,"155":10,"156":1,"158":4,"16":14,"160":9,"161":21,"167":9,"17":18,"18":146,"19":39,"20":37,"209":10,"21":90,"210":7,"211":5,"214":18,"215":43,"221":38,"223":102,"224":15,"225":117,"23":75,"24":223,"25":111,"257":16,"26":30,"268":1,"27":60,"273":4,"276":6,"279":6,"28":242,"281":1,"282":21,"291":9,"292":3,"30":6,"302":3,"31":5,"314":2,"32":13,"33":8,"34":12,"347":3,"35":13,"352":188,"36":31,"37":13,"38":117,"380":9,"381":9,"383":12,"39":14,"391":8,"396":1,"397":4,"40":14,"409":1,"41":11,"414":9,"415":15,"419":3,"42":9,"426":7,"43":8,"430":7,"433":7,"44":8,"45":6,"46":37,"48":6,"49":33,"5":122,"51":12,"52":4,"53":22,"56":7,"6":33,"63":8,"7":71,"79":7,"8":38,"80":6,"9":48,"all_client":27812,"all_tv_clinet":3001,"insert_time":"2014-08-17T17:32:34.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24606,"10":29,"107":128,"11":86,"12":4,"13":76,"14":53,"15":25,"155":9,"156":1,"158":4,"159":2,"16":12,"160":9,"161":20,"167":9,"17":18,"18":144,"19":41,"20":37,"209":9,"21":88,"210":6,"211":5,"214":18,"215":39,"221":37,"223":104,"224":17,"225":113,"23":76,"24":220,"25":107,"257":15,"26":30,"268":1,"27":60,"273":4,"276":9,"279":8,"28":234,"281":1,"282":21,"291":8,"292":3,"30":7,"302":3,"31":6,"314":2,"32":12,"33":8,"34":12,"347":2,"35":13,"352":191,"36":33,"37":12,"38":113,"380":8,"381":9,"383":12,"39":14,"391":8,"396":1,"397":3,"40":13,"409":1,"41":14,"414":9,"415":13,"419":3,"42":10,"426":5,"43":8,"430":7,"433":6,"44":8,"45":7,"46":33,"48":7,"49":33,"5":121,"51":11,"52":4,"53":22,"56":6,"570":1,"6":33,"63":9,"7":66,"79":7,"8":40,"80":7,"9":47,"all_client":27566,"all_tv_clinet":2960,"insert_time":"2014-08-17T17:33:34.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24404,"10":28,"107":127,"11":90,"12":4,"13":79,"14":53,"15":28,"155":8,"156":1,"158":4,"159":2,"16":12,"160":10,"161":17,"167":9,"17":17,"18":148,"19":41,"20":38,"209":10,"21":83,"210":6,"211":5,"214":16,"215":35,"221":41,"223":102,"224":18,"225":103,"23":74,"24":216,"25":109,"257":15,"26":30,"268":1,"27":56,"273":4,"276":8,"279":9,"28":222,"281":1,"282":24,"291":8,"292":3,"30":8,"302":3,"31":7,"314":2,"32":12,"33":8,"34":11,"347":2,"35":14,"352":197,"36":35,"37":12,"38":113,"380":8,"381":10,"383":12,"39":15,"391":8,"396":1,"397":3,"40":11,"409":1,"41":13,"414":8,"415":13,"419":3,"42":11,"426":5,"43":12,"430":7,"433":6,"44":8,"45":7,"46":33,"48":7,"49":31,"5":121,"51":11,"52":4,"53":20,"56":6,"570":1,"6":34,"63":9,"7":61,"79":6,"8":39,"80":7,"9":49,"all_client":27344,"all_tv_clinet":2940,"insert_time":"2014-08-17T17:34:35.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24227,"10":28,"107":127,"11":90,"12":4,"13":75,"14":52,"15":26,"155":8,"156":1,"158":4,"159":2,"16":12,"160":10,"161":15,"167":9,"17":18,"18":147,"19":40,"20":37,"209":10,"21":77,"210":6,"211":6,"214":14,"215":30,"221":40,"223":106,"224":18,"225":102,"23":74,"24":218,"25":108,"257":16,"26":31,"268":1,"27":50,"273":4,"276":7,"279":9,"28":204,"281":1,"282":27,"291":8,"292":3,"30":7,"302":3,"31":9,"314":2,"32":12,"33":8,"34":10,"347":2,"35":15,"352":185,"36":35,"37":8,"38":114,"380":9,"381":9,"383":13,"39":15,"391":8,"396":1,"397":3,"40":11,"409":1,"41":14,"414":6,"415":15,"419":3,"42":14,"426":5,"43":11,"430":8,"433":6,"44":8,"45":6,"46":31,"48":7,"49":31,"5":121,"51":11,"52":5,"53":19,"56":7,"570":1,"6":32,"63":9,"7":59,"79":7,"8":38,"80":7,"9":51,"all_client":27114,"all_tv_clinet":2887,"insert_time":"2014-08-17T17:35:35.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24014,"10":28,"107":122,"11":89,"12":4,"13":75,"14":50,"15":27,"155":8,"156":1,"158":4,"159":2,"16":13,"160":10,"161":16,"167":10,"17":18,"18":140,"19":36,"20":37,"209":10,"21":69,"210":5,"211":6,"214":12,"215":27,"221":41,"223":106,"224":18,"225":107,"23":72,"24":216,"25":104,"257":15,"26":35,"268":1,"27":48,"273":4,"276":7,"279":9,"28":189,"281":1,"282":26,"291":7,"292":4,"30":7,"302":3,"31":7,"314":2,"32":11,"33":7,"34":10,"347":2,"35":15,"352":188,"36":37,"37":7,"38":114,"380":9,"381":9,"383":14,"39":15,"391":8,"396":1,"397":3,"40":10,"409":1,"41":11,"414":4,"415":15,"419":2,"42":15,"426":8,"43":13,"430":8,"433":6,"44":8,"45":6,"46":30,"48":6,"49":33,"5":118,"51":9,"52":6,"53":21,"56":8,"570":1,"6":32,"63":8,"7":57,"79":7,"8":40,"80":7,"9":55,"all_client":26857,"all_tv_clinet":2843,"insert_time":"2014-08-17T17:36:35.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23788,"10":29,"107":117,"11":90,"12":4,"13":74,"14":50,"15":31,"155":5,"156":1,"158":4,"159":2,"16":12,"160":9,"161":16,"167":10,"17":18,"18":140,"19":34,"20":37,"209":10,"21":70,"210":5,"211":6,"214":11,"215":26,"221":40,"223":105,"224":16,"225":109,"23":71,"24":217,"25":101,"257":13,"26":35,"268":1,"27":52,"273":4,"276":7,"279":9,"28":182,"281":1,"282":25,"291":6,"292":4,"30":7,"302":3,"31":7,"314":1,"32":10,"33":7,"34":10,"347":2,"35":15,"352":181,"36":37,"37":7,"38":107,"380":9,"381":8,"383":14,"39":15,"391":8,"396":1,"397":4,"40":11,"409":2,"41":11,"414":5,"415":14,"419":2,"42":13,"426":10,"43":12,"430":9,"433":6,"44":7,"45":8,"46":30,"48":7,"49":33,"5":121,"51":11,"52":6,"53":21,"56":8,"570":1,"6":33,"63":8,"7":55,"79":8,"8":42,"80":8,"9":56,"all_client":26608,"all_tv_clinet":2820,"insert_time":"2014-08-17T17:37:35.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23547,"10":29,"107":116,"11":86,"12":5,"13":72,"14":52,"15":30,"155":5,"156":1,"158":4,"159":2,"16":14,"160":8,"161":17,"167":10,"17":17,"18":142,"19":33,"20":33,"209":10,"21":67,"210":5,"211":6,"214":10,"215":24,"221":37,"223":102,"224":18,"225":102,"23":69,"24":213,"25":100,"257":13,"26":35,"268":1,"27":50,"273":4,"276":7,"279":9,"28":179,"281":1,"282":22,"291":6,"292":4,"30":7,"302":3,"31":8,"314":1,"32":9,"33":9,"34":11,"347":2,"35":14,"352":182,"36":33,"37":6,"38":106,"380":7,"381":7,"383":14,"39":15,"391":8,"396":1,"397":4,"40":11,"409":2,"41":11,"414":5,"415":12,"419":2,"42":13,"426":11,"43":12,"430":8,"433":6,"44":7,"45":9,"46":27,"48":8,"49":32,"5":124,"51":13,"52":5,"53":19,"56":9,"570":1,"6":34,"63":8,"7":58,"79":8,"8":40,"80":8,"9":58,"all_client":26325,"all_tv_clinet":2778,"insert_time":"2014-08-17T17:38:35.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23307,"10":28,"107":120,"11":84,"12":5,"13":69,"14":53,"15":32,"155":6,"156":1,"158":4,"159":2,"16":16,"160":8,"161":17,"167":10,"17":16,"18":141,"19":33,"20":33,"209":9,"21":64,"210":5,"211":6,"214":9,"215":24,"221":35,"223":98,"224":19,"225":102,"23":70,"24":209,"25":97,"257":13,"26":34,"268":1,"27":49,"273":4,"276":6,"279":10,"28":175,"281":1,"282":20,"291":6,"292":3,"30":7,"302":3,"306":1,"31":9,"314":1,"32":10,"33":9,"34":11,"347":2,"35":16,"352":179,"36":34,"37":6,"38":102,"380":7,"381":6,"383":14,"39":15,"391":8,"396":1,"397":4,"40":11,"409":2,"41":10,"414":5,"415":13,"419":1,"42":14,"426":11,"43":11,"430":8,"433":5,"44":8,"45":9,"46":29,"48":8,"49":34,"5":124,"51":13,"52":5,"53":18,"56":9,"570":1,"6":32,"63":8,"7":59,"79":8,"8":41,"80":6,"9":56,"all_client":26058,"all_tv_clinet":2751,"insert_time":"2014-08-17T17:39:36.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23115,"10":27,"107":117,"11":84,"12":4,"13":69,"14":55,"15":30,"155":6,"156":2,"158":4,"159":2,"16":14,"160":8,"161":18,"167":8,"17":17,"18":144,"19":33,"20":31,"209":11,"21":61,"210":5,"211":6,"214":9,"215":21,"221":37,"223":97,"224":18,"225":98,"23":69,"24":197,"25":98,"257":12,"26":35,"268":1,"27":45,"273":4,"276":6,"279":10,"28":168,"281":1,"282":16,"291":6,"292":3,"30":7,"302":3,"306":1,"31":10,"314":2,"32":10,"33":8,"34":11,"347":1,"35":16,"352":180,"36":31,"37":6,"38":105,"380":7,"381":6,"383":15,"39":15,"391":10,"396":1,"397":3,"40":9,"409":2,"41":11,"414":5,"415":12,"419":2,"42":14,"426":10,"43":12,"430":9,"433":3,"44":8,"45":8,"46":30,"48":6,"49":34,"5":126,"51":13,"52":6,"53":18,"56":9,"570":1,"6":31,"63":7,"7":55,"79":7,"8":41,"80":6,"9":54,"all_client":25819,"all_tv_clinet":2704,"insert_time":"2014-08-17T17:40:36.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22897,"10":28,"107":117,"11":79,"12":4,"13":67,"14":54,"15":30,"155":5,"156":2,"158":3,"159":2,"16":15,"160":7,"161":18,"167":7,"17":19,"18":141,"19":31,"20":30,"209":13,"21":63,"210":5,"211":6,"214":9,"215":19,"221":35,"223":102,"224":16,"225":93,"23":72,"24":200,"25":96,"257":13,"26":34,"268":1,"27":44,"273":4,"276":5,"279":10,"28":165,"281":1,"282":14,"291":6,"292":4,"30":7,"302":3,"306":1,"31":9,"314":2,"32":8,"33":8,"34":10,"347":1,"35":16,"352":178,"36":30,"37":6,"38":96,"380":6,"381":8,"383":13,"39":15,"391":12,"396":1,"397":3,"40":8,"409":2,"41":12,"414":4,"415":12,"419":2,"42":13,"426":11,"43":13,"430":9,"433":3,"44":7,"45":8,"46":31,"48":5,"49":34,"5":124,"51":12,"52":6,"53":17,"56":8,"570":1,"6":30,"63":7,"7":54,"79":7,"8":41,"80":6,"9":57,"all_client":25563,"all_tv_clinet":2666,"insert_time":"2014-08-17T17:41:36.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22685,"10":26,"107":113,"11":78,"12":4,"13":66,"14":53,"15":34,"155":4,"156":2,"158":4,"159":1,"16":16,"160":6,"161":20,"167":7,"17":20,"18":137,"19":31,"20":31,"209":14,"21":64,"210":4,"211":6,"214":8,"215":18,"221":36,"223":101,"224":16,"225":92,"23":72,"24":202,"25":93,"257":13,"26":33,"268":1,"27":43,"273":5,"276":5,"279":9,"28":154,"281":1,"282":13,"291":6,"292":4,"30":7,"302":2,"31":8,"314":3,"32":6,"33":8,"34":8,"347":1,"35":17,"352":169,"36":28,"37":5,"38":100,"380":6,"381":8,"383":13,"39":17,"391":12,"396":2,"397":3,"40":7,"409":2,"41":11,"414":4,"415":11,"419":2,"42":13,"426":10,"43":13,"430":9,"433":3,"44":7,"45":9,"46":30,"48":5,"49":35,"5":126,"51":12,"52":6,"53":16,"56":7,"6":28,"63":8,"7":53,"79":8,"8":37,"80":6,"9":56,"all_client":25308,"all_tv_clinet":2623,"insert_time":"2014-08-17T17:42:36.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22490,"10":25,"107":113,"11":78,"12":4,"13":59,"14":52,"15":38,"155":3,"156":1,"158":4,"159":2,"16":16,"160":7,"161":19,"167":8,"17":20,"18":134,"19":31,"20":31,"209":14,"21":63,"210":3,"211":6,"214":8,"215":16,"221":39,"223":101,"224":17,"225":87,"23":73,"24":199,"25":89,"257":12,"26":32,"27":45,"273":5,"276":5,"279":8,"28":148,"281":1,"282":13,"291":6,"292":4,"30":8,"302":2,"31":7,"314":3,"32":6,"33":8,"34":8,"347":1,"35":18,"352":167,"36":25,"37":5,"38":95,"380":6,"381":8,"383":12,"39":17,"391":12,"396":2,"397":3,"40":5,"409":2,"41":11,"414":4,"415":11,"419":2,"42":12,"426":10,"43":10,"430":9,"433":3,"44":7,"45":9,"46":31,"48":5,"49":35,"5":127,"51":12,"52":5,"53":16,"56":7,"6":27,"63":7,"7":56,"79":8,"8":36,"80":5,"9":56,"all_client":25070,"all_tv_clinet":2580,"insert_time":"2014-08-17T17:43:36.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22303,"10":25,"107":108,"11":79,"12":3,"13":58,"14":53,"15":37,"155":3,"156":1,"158":3,"159":3,"16":17,"160":7,"161":17,"167":8,"17":21,"18":130,"19":31,"20":28,"209":14,"21":58,"210":3,"211":4,"214":8,"215":14,"221":42,"223":100,"224":18,"225":96,"23":71,"24":195,"25":83,"257":10,"26":35,"27":46,"273":6,"276":6,"279":8,"28":142,"281":1,"282":11,"291":6,"292":2,"30":8,"302":2,"31":8,"314":3,"32":5,"33":8,"34":9,"35":18,"352":159,"36":24,"37":6,"38":90,"380":5,"381":7,"383":11,"39":17,"391":12,"396":2,"397":3,"40":5,"409":2,"41":9,"414":4,"415":11,"419":2,"42":13,"426":10,"43":10,"430":9,"433":3,"44":6,"45":10,"46":29,"48":6,"49":35,"5":130,"51":10,"52":6,"53":16,"56":7,"6":27,"63":7,"7":57,"79":8,"8":36,"80":5,"9":55,"all_client":24839,"all_tv_clinet":2536,"insert_time":"2014-08-17T17:44:36.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22137,"10":23,"107":111,"11":79,"12":3,"13":58,"14":52,"15":37,"155":3,"156":2,"158":2,"159":4,"16":17,"160":8,"161":15,"167":8,"17":21,"18":128,"19":31,"20":24,"209":15,"21":60,"210":3,"211":3,"214":8,"215":14,"221":42,"223":99,"224":18,"225":95,"23":68,"24":188,"25":83,"257":10,"26":34,"27":45,"273":5,"276":6,"279":9,"28":135,"281":1,"282":12,"291":5,"292":2,"30":9,"302":2,"31":8,"314":3,"32":6,"33":8,"34":10,"35":18,"352":160,"36":24,"37":6,"38":94,"380":5,"381":6,"383":9,"39":16,"391":12,"396":2,"397":3,"40":5,"409":2,"41":10,"414":3,"415":11,"419":2,"42":14,"426":11,"43":9,"430":8,"433":3,"44":6,"45":9,"46":31,"48":6,"49":36,"5":126,"51":8,"52":6,"53":17,"56":6,"6":27,"63":6,"7":56,"79":6,"8":34,"80":6,"9":58,"all_client":24646,"all_tv_clinet":2509,"insert_time":"2014-08-17T17:45:37.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21975,"10":24,"107":113,"11":82,"12":2,"13":59,"14":51,"15":36,"155":3,"156":2,"158":1,"159":4,"16":19,"160":7,"161":14,"167":8,"17":19,"18":125,"19":31,"20":22,"209":15,"21":58,"210":2,"211":3,"214":8,"215":13,"221":38,"223":95,"224":19,"225":96,"23":69,"24":183,"25":81,"257":10,"26":35,"27":41,"273":5,"276":6,"279":9,"28":131,"281":1,"282":8,"291":4,"292":2,"30":9,"302":2,"31":7,"314":2,"32":6,"33":8,"34":12,"35":20,"352":153,"36":23,"37":6,"38":94,"380":5,"381":6,"383":8,"39":15,"391":11,"396":2,"397":3,"40":5,"409":3,"41":10,"414":5,"415":9,"419":2,"42":14,"426":9,"43":9,"430":8,"433":4,"44":6,"45":9,"46":27,"48":6,"49":36,"5":127,"51":7,"52":6,"53":18,"56":6,"6":26,"63":4,"7":61,"79":6,"8":36,"80":6,"9":59,"all_client":24445,"all_tv_clinet":2470,"insert_time":"2014-08-17T17:46:37.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21791,"10":22,"107":105,"11":75,"12":2,"13":65,"14":49,"15":37,"155":3,"156":2,"158":1,"159":4,"16":19,"160":7,"161":13,"167":8,"17":20,"18":120,"19":31,"20":22,"209":15,"21":64,"210":1,"211":3,"214":8,"215":13,"221":40,"223":94,"224":20,"225":91,"23":76,"24":174,"25":78,"257":8,"26":36,"27":41,"273":5,"276":6,"279":8,"28":129,"281":1,"282":7,"291":4,"292":2,"30":8,"302":2,"31":8,"314":2,"32":5,"33":7,"34":12,"35":23,"352":145,"36":22,"37":6,"38":100,"380":4,"381":7,"383":8,"39":15,"391":11,"396":2,"397":3,"40":5,"409":3,"41":9,"414":4,"415":9,"419":2,"42":14,"426":9,"43":9,"430":8,"433":4,"44":5,"45":9,"46":28,"48":5,"49":37,"5":131,"51":6,"52":7,"53":18,"56":6,"570":1,"6":25,"63":4,"7":59,"79":6,"8":33,"80":6,"9":58,"all_client":24230,"all_tv_clinet":2439,"insert_time":"2014-08-17T17:47:37.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21600,"10":22,"107":98,"11":79,"12":2,"13":65,"14":48,"15":37,"155":3,"156":1,"158":1,"159":5,"16":21,"160":6,"161":12,"167":8,"17":21,"18":117,"19":31,"20":22,"209":16,"21":59,"210":1,"211":3,"214":8,"215":13,"221":41,"223":88,"224":21,"225":95,"23":75,"24":173,"25":78,"257":11,"26":36,"27":39,"273":5,"276":6,"279":8,"28":126,"281":1,"282":5,"291":4,"292":1,"30":7,"302":2,"31":8,"314":2,"32":3,"33":7,"34":12,"35":22,"352":138,"36":21,"37":7,"38":99,"380":4,"381":9,"383":9,"39":14,"391":10,"396":1,"397":3,"40":5,"409":3,"41":8,"414":4,"415":7,"419":2,"42":14,"426":8,"43":9,"430":7,"433":5,"44":5,"45":10,"46":28,"48":5,"49":37,"5":127,"51":8,"52":6,"53":19,"56":6,"570":1,"6":26,"63":3,"7":60,"79":7,"8":34,"80":4,"9":58,"all_client":24006,"all_tv_clinet":2406,"insert_time":"2014-08-17T17:48:37.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21364,"10":20,"107":99,"11":78,"12":2,"13":63,"14":45,"15":40,"155":3,"156":1,"158":1,"159":5,"16":19,"160":5,"161":12,"167":7,"17":21,"18":111,"19":30,"20":22,"209":16,"21":58,"210":1,"211":3,"214":8,"215":14,"221":39,"223":92,"224":21,"225":90,"23":75,"24":169,"25":77,"257":12,"26":35,"27":40,"273":5,"276":5,"279":7,"28":120,"281":1,"282":6,"291":4,"292":1,"30":7,"302":2,"31":8,"314":2,"32":2,"33":7,"34":12,"35":21,"352":138,"36":18,"37":7,"38":100,"380":3,"381":9,"383":8,"39":12,"391":8,"396":1,"397":3,"40":4,"409":4,"41":7,"414":5,"415":6,"419":2,"42":15,"426":7,"43":8,"430":7,"433":6,"44":5,"45":10,"46":30,"48":5,"49":37,"5":128,"51":8,"52":7,"53":19,"56":6,"570":1,"6":25,"63":4,"7":63,"79":6,"8":35,"80":4,"9":56,"all_client":23735,"all_tv_clinet":2371,"insert_time":"2014-08-17T17:49:37.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21169,"10":20,"107":101,"11":78,"12":3,"13":61,"14":43,"15":42,"155":3,"156":1,"158":1,"159":5,"16":20,"160":5,"161":14,"167":7,"17":20,"18":109,"19":29,"20":22,"209":16,"21":57,"210":1,"211":3,"214":7,"215":14,"221":36,"223":88,"224":21,"225":91,"23":73,"24":167,"25":77,"257":11,"26":31,"27":39,"273":5,"276":5,"279":6,"28":112,"281":1,"282":5,"291":4,"292":1,"30":7,"302":2,"31":6,"314":2,"32":1,"33":8,"34":12,"35":21,"352":136,"36":19,"37":7,"38":93,"380":3,"381":9,"383":8,"39":11,"391":9,"396":1,"397":3,"40":4,"409":4,"41":8,"414":5,"415":7,"419":3,"42":14,"426":6,"43":9,"430":8,"433":6,"44":5,"45":10,"46":29,"48":6,"49":38,"5":130,"51":8,"52":6,"53":21,"56":6,"570":1,"6":24,"63":4,"7":63,"79":5,"8":38,"80":5,"9":56,"all_client":23511,"all_tv_clinet":2342,"insert_time":"2014-08-17T17:50:37.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21073,"10":19,"107":104,"11":80,"12":3,"13":59,"14":42,"15":42,"155":3,"156":1,"158":1,"159":5,"16":21,"160":4,"161":15,"167":7,"17":20,"18":108,"19":30,"20":21,"209":16,"21":55,"210":1,"211":3,"214":7,"215":14,"221":35,"223":89,"224":20,"225":84,"23":74,"24":164,"25":76,"257":10,"26":30,"27":40,"273":4,"276":5,"279":6,"28":107,"281":3,"282":5,"291":4,"292":2,"30":6,"302":2,"31":7,"314":1,"32":1,"33":8,"34":12,"35":20,"352":138,"36":16,"37":6,"38":88,"380":3,"381":7,"383":9,"39":11,"391":9,"396":1,"397":3,"40":4,"409":4,"41":7,"414":5,"415":8,"419":3,"42":14,"426":5,"43":11,"430":9,"433":7,"44":5,"45":8,"46":29,"48":5,"49":37,"5":127,"51":7,"52":7,"53":18,"56":6,"570":1,"6":24,"63":4,"7":62,"79":5,"8":39,"80":7,"9":57,"all_client":23385,"all_tv_clinet":2312,"insert_time":"2014-08-17T17:51:37.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20908,"10":19,"107":105,"11":76,"12":3,"13":60,"14":41,"15":43,"155":3,"156":1,"158":2,"159":5,"16":22,"160":4,"161":15,"167":7,"17":20,"18":107,"19":28,"20":21,"209":16,"21":55,"210":1,"211":3,"214":7,"215":14,"221":36,"223":82,"224":19,"225":80,"23":76,"24":165,"25":72,"257":10,"26":30,"268":1,"27":40,"273":4,"276":5,"279":8,"28":102,"281":3,"282":5,"291":4,"292":2,"30":6,"302":2,"31":8,"314":1,"32":2,"33":8,"34":13,"347":1,"35":20,"352":139,"36":16,"37":6,"38":89,"380":3,"381":7,"383":11,"39":9,"391":9,"396":2,"397":3,"40":4,"409":3,"41":9,"414":5,"415":10,"419":3,"42":14,"426":5,"43":13,"430":10,"433":6,"44":5,"45":7,"46":30,"48":5,"49":37,"5":120,"51":7,"52":7,"53":16,"56":5,"570":1,"6":25,"63":4,"7":59,"79":5,"8":40,"80":7,"9":57,"all_client":23204,"all_tv_clinet":2296,"insert_time":"2014-08-17T17:52:38.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20744,"10":19,"107":104,"11":75,"12":2,"13":65,"14":41,"15":40,"155":3,"156":1,"158":2,"159":6,"16":21,"160":4,"161":13,"167":7,"17":18,"18":107,"19":25,"20":21,"209":18,"21":48,"210":1,"211":3,"214":7,"215":15,"221":34,"223":79,"224":19,"225":81,"23":75,"24":161,"25":70,"257":13,"26":28,"268":1,"27":38,"273":4,"276":5,"279":8,"28":98,"281":3,"282":4,"291":5,"292":1,"30":6,"302":2,"31":9,"32":2,"33":8,"34":13,"347":1,"35":19,"352":145,"36":16,"37":6,"38":92,"380":3,"381":7,"383":10,"39":9,"391":8,"396":2,"397":3,"40":3,"409":3,"41":9,"414":5,"415":12,"419":3,"42":14,"426":5,"43":12,"430":9,"433":5,"44":5,"45":7,"46":29,"48":6,"49":38,"5":117,"51":7,"52":9,"53":17,"56":5,"570":1,"6":24,"63":2,"7":55,"79":5,"8":41,"80":7,"9":56,"all_client":23009,"all_tv_clinet":2265,"insert_time":"2014-08-17T17:53:38.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20588,"10":19,"107":107,"11":75,"12":2,"13":64,"14":40,"15":42,"155":3,"156":1,"158":2,"159":6,"16":18,"160":4,"161":12,"167":7,"17":16,"18":106,"19":23,"20":19,"209":18,"21":49,"210":1,"211":3,"214":7,"215":16,"221":38,"223":75,"224":19,"225":77,"23":70,"24":156,"25":71,"257":14,"26":26,"268":1,"27":40,"273":5,"276":4,"279":8,"28":90,"281":3,"282":6,"291":5,"292":1,"30":5,"302":2,"31":9,"32":2,"33":8,"34":14,"347":1,"35":18,"352":138,"36":14,"37":6,"38":87,"380":2,"381":7,"383":10,"39":9,"391":6,"396":1,"397":3,"40":3,"409":3,"41":10,"414":5,"415":10,"419":3,"42":12,"426":4,"43":9,"430":9,"433":5,"44":6,"45":7,"46":29,"48":7,"49":38,"5":124,"51":8,"52":8,"53":16,"56":4,"570":1,"6":24,"63":2,"7":53,"79":5,"8":41,"80":7,"9":55,"all_client":22807,"all_tv_clinet":2219,"insert_time":"2014-08-17T17:54:38.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20406,"10":19,"107":99,"11":75,"12":2,"13":63,"14":37,"15":43,"155":3,"156":1,"158":2,"159":5,"16":18,"160":5,"161":11,"167":7,"17":17,"18":107,"19":22,"20":18,"209":16,"21":49,"210":1,"211":3,"214":7,"215":17,"221":34,"223":74,"224":16,"225":82,"23":70,"24":152,"25":70,"257":14,"26":23,"268":1,"27":38,"273":5,"276":4,"279":7,"28":90,"281":3,"282":7,"291":5,"292":1,"30":5,"302":2,"31":9,"32":2,"33":8,"34":14,"347":1,"35":17,"352":136,"36":17,"37":6,"38":86,"380":2,"381":7,"383":11,"39":9,"391":5,"396":1,"397":3,"40":3,"409":3,"41":9,"414":5,"415":10,"419":3,"42":12,"426":4,"43":8,"430":9,"433":4,"44":6,"45":6,"46":27,"48":9,"49":38,"5":123,"51":9,"52":8,"53":16,"56":4,"570":1,"6":22,"63":2,"7":49,"79":5,"8":40,"80":6,"9":55,"all_client":22586,"all_tv_clinet":2180,"insert_time":"2014-08-17T17:55:38.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20202,"10":19,"107":100,"11":77,"12":2,"13":57,"14":38,"15":39,"155":3,"156":2,"158":2,"159":5,"16":18,"160":5,"161":10,"167":7,"17":18,"18":109,"19":20,"20":18,"209":16,"21":49,"210":1,"211":3,"214":7,"215":15,"221":34,"223":69,"224":17,"225":77,"23":72,"24":151,"25":70,"257":12,"26":20,"268":1,"27":39,"273":6,"276":4,"279":7,"28":89,"281":2,"282":10,"291":5,"292":1,"30":6,"302":2,"31":8,"32":2,"33":7,"34":13,"347":1,"35":17,"352":142,"36":17,"37":7,"38":85,"380":2,"381":7,"383":11,"39":9,"391":5,"396":1,"397":3,"40":3,"409":3,"41":9,"414":6,"415":10,"419":3,"42":12,"426":3,"43":7,"430":9,"433":4,"44":6,"45":6,"46":29,"48":7,"49":38,"5":123,"51":9,"52":8,"53":15,"56":5,"570":1,"6":23,"63":2,"7":49,"79":4,"8":39,"80":6,"9":55,"all_client":22367,"all_tv_clinet":2165,"insert_time":"2014-08-17T17:56:38.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20045,"10":17,"107":97,"11":75,"12":2,"13":53,"14":39,"15":38,"155":3,"156":2,"158":2,"159":5,"16":17,"160":5,"161":10,"167":7,"17":18,"18":108,"19":21,"20":17,"209":17,"21":50,"210":1,"211":3,"214":7,"215":15,"221":32,"223":69,"224":17,"225":75,"23":72,"24":152,"25":68,"257":11,"26":17,"268":1,"27":37,"273":6,"276":4,"279":7,"28":88,"281":2,"282":10,"291":5,"292":1,"30":6,"302":2,"31":8,"32":3,"33":7,"34":12,"347":1,"35":18,"352":139,"36":17,"37":9,"38":86,"380":2,"381":8,"383":10,"39":10,"391":4,"396":1,"397":3,"40":3,"409":3,"41":8,"414":6,"415":10,"419":3,"42":11,"426":2,"43":5,"430":8,"433":3,"44":7,"45":4,"46":28,"48":7,"49":38,"5":120,"51":9,"52":8,"53":14,"56":5,"570":1,"6":23,"63":1,"7":53,"79":4,"8":38,"80":7,"9":54,"all_client":22177,"all_tv_clinet":2132,"insert_time":"2014-08-17T17:57:38.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19881,"10":15,"107":103,"11":73,"12":2,"13":51,"14":40,"15":36,"155":3,"156":2,"158":2,"159":5,"16":15,"160":5,"161":9,"167":7,"17":19,"18":104,"19":22,"20":17,"209":17,"21":49,"210":1,"211":3,"214":5,"215":13,"221":32,"223":70,"224":18,"225":74,"23":70,"24":150,"25":67,"257":12,"26":17,"268":1,"27":39,"273":6,"276":4,"279":7,"28":85,"281":2,"282":10,"291":5,"292":1,"30":6,"302":2,"31":8,"32":3,"33":7,"34":11,"347":1,"35":18,"352":136,"36":17,"37":9,"38":80,"380":2,"381":9,"383":9,"39":11,"391":4,"396":1,"397":3,"40":3,"409":3,"41":8,"414":4,"415":10,"419":3,"42":12,"426":2,"43":5,"430":8,"433":4,"44":9,"45":4,"46":28,"48":6,"49":38,"5":115,"51":9,"52":9,"53":13,"56":5,"570":2,"6":24,"63":2,"7":59,"79":5,"8":36,"80":8,"9":51,"all_client":21991,"all_tv_clinet":2110,"insert_time":"2014-08-17T17:58:38.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19702,"10":14,"107":111,"11":72,"12":2,"13":56,"14":37,"15":35,"155":3,"156":2,"158":2,"159":5,"16":16,"160":4,"161":10,"167":7,"17":18,"18":107,"19":23,"20":18,"209":15,"21":46,"210":1,"214":5,"215":13,"221":35,"223":71,"224":18,"225":75,"23":72,"24":156,"25":66,"257":12,"26":18,"268":1,"27":40,"273":5,"276":4,"279":6,"28":85,"281":2,"282":8,"291":5,"292":1,"30":6,"302":2,"31":8,"32":3,"33":7,"34":11,"347":2,"35":18,"352":133,"36":17,"37":8,"38":77,"380":2,"381":9,"383":10,"39":12,"391":2,"396":1,"397":3,"40":3,"409":3,"41":8,"414":4,"415":11,"419":2,"42":10,"426":3,"43":5,"430":10,"433":4,"44":10,"45":4,"46":30,"48":7,"49":37,"5":111,"51":10,"52":9,"53":12,"56":5,"570":1,"6":23,"63":2,"7":61,"79":5,"8":34,"80":7,"9":44,"all_client":21810,"all_tv_clinet":2108,"insert_time":"2014-08-17T17:59:39.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19549,"10":15,"107":109,"11":73,"12":3,"13":54,"14":35,"15":35,"155":3,"156":3,"158":3,"159":4,"16":16,"160":4,"161":11,"167":7,"17":20,"18":106,"19":24,"20":18,"209":15,"21":44,"210":1,"214":5,"215":12,"221":37,"223":73,"224":18,"225":71,"23":70,"24":152,"25":65,"257":11,"26":19,"268":1,"27":41,"273":4,"276":4,"279":6,"28":84,"281":1,"282":8,"291":5,"292":1,"30":6,"302":3,"31":8,"32":3,"33":7,"34":11,"347":2,"35":18,"352":132,"36":19,"37":8,"38":71,"380":2,"381":10,"383":11,"39":12,"391":2,"396":1,"397":3,"40":3,"409":2,"41":8,"414":4,"415":12,"419":2,"42":10,"426":3,"43":6,"430":9,"433":4,"44":9,"45":3,"46":27,"48":7,"49":38,"5":106,"51":10,"52":10,"53":11,"56":5,"570":1,"6":23,"63":2,"7":58,"79":4,"8":32,"80":6,"9":37,"all_client":21621,"all_tv_clinet":2072,"insert_time":"2014-08-17T18:00:39.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19402,"10":15,"107":101,"11":76,"12":3,"13":56,"14":34,"15":36,"155":3,"156":3,"158":1,"159":4,"16":17,"160":4,"161":11,"167":6,"17":20,"18":100,"19":23,"20":17,"209":15,"21":43,"210":1,"214":5,"215":13,"221":36,"223":73,"224":17,"225":70,"23":70,"24":151,"25":67,"257":11,"26":19,"268":1,"27":41,"273":4,"276":4,"279":6,"28":81,"281":1,"282":8,"291":5,"292":2,"30":5,"302":3,"31":7,"32":3,"33":8,"34":10,"347":1,"35":17,"352":140,"36":19,"37":10,"38":70,"380":2,"381":11,"383":10,"39":11,"391":2,"397":4,"40":3,"409":2,"41":9,"414":3,"415":14,"419":2,"42":10,"426":3,"43":6,"430":9,"433":4,"44":7,"45":3,"46":26,"48":7,"49":38,"5":103,"51":11,"52":11,"53":11,"56":5,"6":23,"63":1,"7":56,"79":4,"8":31,"80":6,"9":36,"all_client":21453,"all_tv_clinet":2051,"insert_time":"2014-08-17T18:01:39.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19231,"10":16,"107":98,"11":76,"12":3,"13":53,"14":33,"15":36,"155":3,"156":3,"158":1,"159":4,"16":17,"160":5,"161":11,"167":6,"17":19,"18":97,"19":20,"20":17,"209":15,"21":45,"210":1,"211":4,"214":5,"215":13,"221":35,"223":72,"224":16,"225":69,"23":69,"24":146,"25":66,"257":11,"26":19,"268":1,"27":40,"273":3,"276":4,"279":6,"28":75,"281":1,"282":8,"291":5,"292":3,"30":5,"302":3,"31":6,"32":3,"33":6,"34":8,"35":18,"352":137,"36":20,"37":11,"38":70,"380":2,"381":13,"383":10,"39":11,"391":2,"397":4,"40":3,"409":2,"41":11,"414":2,"415":14,"419":2,"42":11,"426":3,"43":6,"430":10,"433":5,"44":7,"45":3,"46":24,"48":6,"49":36,"5":100,"51":11,"52":11,"53":11,"56":5,"6":25,"7":58,"79":3,"8":32,"80":6,"9":35,"all_client":21252,"all_tv_clinet":2021,"insert_time":"2014-08-17T18:02:39.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19053,"10":16,"107":93,"11":78,"12":3,"13":56,"14":35,"15":34,"155":3,"156":3,"159":3,"16":15,"160":5,"161":11,"167":6,"17":19,"18":96,"19":18,"20":18,"209":13,"21":49,"210":1,"211":4,"214":5,"215":16,"221":34,"223":66,"224":16,"225":68,"23":73,"24":149,"25":65,"257":9,"26":20,"268":1,"27":38,"273":4,"276":4,"279":6,"28":73,"281":1,"282":9,"291":5,"292":3,"30":5,"302":3,"31":7,"32":3,"33":8,"34":8,"35":18,"352":129,"36":21,"37":11,"38":70,"380":2,"381":14,"383":8,"39":11,"391":2,"397":4,"40":3,"409":2,"41":11,"414":3,"415":14,"419":2,"42":12,"426":2,"43":6,"430":10,"433":5,"44":7,"45":4,"46":23,"48":6,"49":35,"5":98,"51":11,"52":10,"53":11,"56":5,"6":25,"7":56,"79":3,"8":31,"80":6,"9":35,"all_client":21057,"all_tv_clinet":2004,"insert_time":"2014-08-17T18:03:39.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18889,"10":16,"107":89,"11":79,"12":3,"13":54,"14":34,"15":34,"155":3,"156":3,"159":3,"16":13,"160":5,"161":10,"167":6,"17":19,"18":96,"19":19,"20":19,"209":13,"21":49,"210":1,"211":4,"214":5,"215":18,"221":33,"223":64,"224":14,"225":65,"23":73,"24":151,"25":68,"257":9,"26":21,"268":2,"27":38,"273":5,"276":4,"279":5,"28":73,"281":1,"282":9,"291":5,"292":2,"30":5,"302":3,"31":7,"32":3,"33":7,"34":9,"347":1,"35":18,"352":129,"36":19,"37":11,"38":69,"380":2,"381":14,"383":6,"39":12,"391":2,"397":3,"40":2,"409":2,"41":10,"414":3,"415":14,"419":3,"42":12,"426":2,"43":8,"430":10,"433":5,"44":7,"45":4,"46":24,"48":7,"49":35,"5":95,"51":11,"52":12,"53":12,"56":5,"6":26,"7":51,"79":3,"8":28,"80":5,"9":31,"all_client":20873,"all_tv_clinet":1984,"insert_time":"2014-08-17T18:04:39.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18727,"10":17,"107":85,"11":75,"12":3,"13":51,"14":33,"15":36,"155":3,"156":3,"159":3,"16":11,"160":5,"161":11,"167":6,"17":19,"18":95,"19":18,"20":17,"209":14,"21":49,"210":1,"211":4,"214":3,"215":18,"221":29,"223":63,"224":15,"225":62,"23":72,"24":149,"25":65,"257":11,"26":22,"268":2,"27":38,"273":4,"276":4,"279":5,"28":72,"281":1,"282":8,"291":6,"292":3,"30":5,"302":2,"31":7,"32":3,"33":8,"34":7,"347":1,"35":17,"352":129,"36":19,"37":9,"38":68,"380":2,"381":14,"383":7,"39":12,"391":2,"397":4,"40":2,"409":2,"41":11,"414":4,"415":15,"419":4,"42":10,"426":1,"43":10,"430":7,"433":5,"44":5,"45":4,"46":25,"48":8,"49":35,"5":95,"51":12,"52":13,"53":10,"56":5,"6":26,"63":1,"7":50,"79":2,"8":27,"80":6,"9":32,"all_client":20681,"all_tv_clinet":1954,"insert_time":"2014-08-17T18:05:40.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18577,"10":17,"107":86,"11":71,"12":3,"13":49,"14":31,"15":36,"155":3,"156":2,"159":3,"16":11,"160":4,"161":12,"167":5,"17":19,"18":94,"19":18,"20":17,"209":13,"21":49,"210":1,"211":4,"214":3,"215":17,"221":27,"223":61,"224":15,"225":67,"23":73,"24":148,"25":68,"257":12,"26":22,"268":2,"27":40,"273":4,"276":4,"279":5,"28":70,"281":2,"282":8,"291":6,"292":3,"30":5,"302":1,"31":7,"32":3,"33":6,"34":6,"347":1,"35":18,"352":130,"36":19,"37":9,"38":66,"380":2,"381":13,"383":6,"39":12,"391":2,"397":4,"40":3,"409":2,"41":12,"414":4,"415":15,"419":4,"42":9,"426":1,"43":10,"430":6,"433":5,"44":6,"45":4,"46":26,"48":8,"49":33,"5":89,"51":12,"52":13,"53":11,"56":5,"6":25,"63":1,"7":49,"79":2,"8":24,"80":6,"9":35,"all_client":20512,"all_tv_clinet":1935,"insert_time":"2014-08-17T18:06:40.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18440,"10":17,"107":80,"11":67,"12":3,"13":49,"14":31,"15":35,"155":3,"156":2,"159":2,"16":11,"160":4,"161":13,"167":5,"17":19,"18":92,"19":17,"20":18,"209":13,"21":48,"210":2,"211":4,"214":3,"215":17,"221":30,"223":62,"224":15,"225":70,"23":73,"24":146,"25":67,"257":12,"26":22,"268":2,"27":44,"273":3,"276":4,"279":5,"28":67,"281":2,"282":9,"291":6,"292":2,"30":5,"302":1,"31":8,"32":4,"33":6,"34":7,"35":19,"352":128,"36":18,"37":8,"38":63,"380":2,"381":14,"383":5,"39":11,"391":2,"397":4,"40":4,"409":2,"41":11,"414":3,"415":15,"419":4,"42":10,"426":1,"43":10,"430":6,"433":4,"44":5,"45":5,"46":26,"48":6,"49":29,"5":86,"51":12,"52":12,"53":12,"56":5,"6":24,"63":1,"7":48,"79":2,"8":24,"80":5,"9":39,"all_client":20352,"all_tv_clinet":1912,"insert_time":"2014-08-17T18:07:40.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18307,"10":16,"107":79,"11":65,"12":3,"13":50,"14":31,"15":36,"155":3,"156":2,"159":2,"16":11,"160":3,"161":13,"167":5,"17":19,"18":94,"19":18,"20":18,"209":13,"21":44,"210":2,"211":4,"214":4,"215":18,"221":33,"223":61,"224":16,"225":74,"23":76,"24":139,"25":65,"257":12,"26":21,"268":2,"27":45,"273":3,"276":4,"279":6,"28":65,"281":2,"282":9,"291":6,"292":2,"30":5,"302":1,"31":7,"32":5,"33":6,"34":9,"35":20,"352":123,"36":20,"37":8,"38":61,"380":2,"381":14,"383":5,"39":11,"391":3,"397":4,"40":3,"409":2,"41":11,"414":3,"415":15,"419":5,"42":10,"426":1,"43":10,"430":6,"433":3,"44":6,"45":5,"46":25,"48":5,"49":26,"5":84,"51":12,"52":11,"53":13,"56":6,"6":23,"7":49,"79":3,"8":23,"80":4,"9":38,"all_client":20207,"all_tv_clinet":1900,"insert_time":"2014-08-17T18:08:40.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18166,"10":15,"107":79,"11":66,"12":3,"13":55,"14":32,"15":35,"155":3,"156":2,"159":2,"16":10,"160":3,"161":11,"167":5,"17":19,"18":90,"19":18,"20":18,"209":12,"21":45,"210":2,"211":4,"214":4,"215":20,"221":30,"223":61,"224":15,"225":70,"23":72,"24":136,"25":66,"257":13,"26":22,"268":2,"27":46,"273":2,"276":4,"279":6,"28":63,"281":2,"282":10,"291":6,"292":2,"30":4,"302":1,"31":7,"32":5,"33":5,"34":10,"35":20,"352":127,"36":20,"37":8,"38":58,"380":2,"381":14,"383":6,"39":9,"391":3,"397":4,"40":4,"409":2,"41":11,"414":2,"415":15,"419":5,"42":10,"426":2,"43":11,"430":6,"433":3,"44":6,"45":4,"46":23,"48":5,"49":24,"5":82,"51":12,"52":10,"53":12,"56":6,"6":23,"7":49,"79":3,"8":22,"80":4,"9":36,"all_client":20042,"all_tv_clinet":1876,"insert_time":"2014-08-17T18:09:40.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18059,"10":16,"107":77,"11":65,"12":3,"13":53,"14":32,"15":37,"155":3,"156":2,"159":1,"16":10,"160":3,"161":10,"167":4,"17":19,"18":88,"19":17,"20":19,"209":12,"21":46,"211":4,"214":4,"215":18,"221":27,"223":57,"224":15,"225":75,"23":73,"24":137,"25":64,"257":13,"26":23,"268":2,"27":44,"273":3,"276":4,"279":6,"28":61,"281":2,"282":11,"291":6,"292":3,"30":4,"302":1,"31":6,"32":5,"33":5,"34":11,"35":20,"352":134,"36":20,"37":7,"38":58,"380":2,"381":14,"383":5,"39":9,"391":3,"397":4,"40":4,"409":2,"41":10,"414":2,"415":16,"419":5,"42":11,"426":2,"43":11,"430":5,"433":3,"44":6,"45":4,"46":22,"48":5,"49":21,"5":87,"51":11,"52":10,"53":11,"56":6,"6":23,"7":48,"79":3,"8":19,"80":4,"9":35,"all_client":19922,"all_tv_clinet":1863,"insert_time":"2014-08-17T18:10:41.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17889,"10":14,"107":77,"11":63,"12":3,"13":58,"14":31,"15":38,"155":3,"156":2,"159":1,"16":9,"160":3,"161":10,"167":3,"17":18,"18":88,"19":17,"20":20,"209":12,"21":47,"210":1,"211":4,"214":3,"215":18,"221":29,"223":55,"224":15,"225":74,"23":69,"24":137,"25":64,"257":12,"26":23,"268":2,"27":44,"273":4,"276":4,"279":6,"28":60,"281":2,"282":11,"291":6,"292":4,"30":4,"302":1,"31":6,"32":5,"33":5,"34":15,"35":19,"352":130,"36":18,"37":8,"38":52,"380":2,"381":14,"383":5,"39":10,"391":3,"397":4,"40":5,"409":2,"41":10,"414":2,"415":14,"419":5,"42":11,"426":2,"43":11,"430":5,"433":3,"44":6,"45":4,"46":23,"48":5,"49":19,"5":84,"51":11,"52":10,"53":11,"56":6,"6":21,"7":50,"79":3,"8":17,"80":4,"9":35,"all_client":19733,"all_tv_clinet":1844,"insert_time":"2014-08-17T18:11:41.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17781,"10":15,"107":74,"11":61,"12":3,"13":57,"14":32,"15":38,"155":3,"156":2,"159":1,"16":9,"160":4,"161":13,"167":3,"17":17,"18":86,"19":15,"20":20,"209":12,"21":47,"210":1,"211":4,"214":2,"215":18,"221":28,"223":56,"224":15,"225":78,"23":70,"24":134,"25":63,"257":12,"26":22,"268":2,"27":43,"273":4,"276":4,"279":5,"28":59,"281":2,"282":11,"291":7,"292":4,"30":5,"302":1,"31":6,"32":5,"33":5,"34":15,"347":1,"35":20,"352":130,"36":17,"37":7,"38":49,"380":2,"381":14,"383":6,"39":10,"391":3,"397":4,"40":5,"409":2,"41":9,"414":2,"415":15,"419":5,"42":10,"426":2,"43":10,"430":5,"433":3,"44":6,"45":4,"46":22,"48":6,"49":19,"5":79,"51":9,"52":8,"53":11,"56":6,"6":21,"63":1,"7":50,"79":3,"8":17,"80":3,"9":34,"all_client":19604,"all_tv_clinet":1823,"insert_time":"2014-08-17T18:12:41.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17616,"10":16,"107":74,"11":59,"12":3,"13":57,"14":34,"15":36,"155":3,"156":2,"159":3,"16":9,"160":4,"161":14,"167":3,"17":15,"18":90,"19":15,"20":18,"209":11,"21":45,"210":1,"211":4,"214":2,"215":19,"221":28,"223":54,"224":14,"225":81,"23":69,"24":134,"25":64,"257":11,"26":23,"268":2,"27":43,"273":5,"276":4,"279":5,"28":58,"281":1,"282":7,"291":7,"292":4,"30":5,"302":1,"31":5,"314":1,"32":5,"33":6,"34":14,"347":1,"35":19,"352":127,"36":18,"37":6,"38":52,"380":2,"381":14,"383":6,"39":10,"391":3,"397":4,"40":5,"409":2,"41":11,"414":1,"415":12,"419":5,"42":10,"426":3,"43":11,"430":5,"433":3,"44":6,"45":3,"46":22,"48":5,"49":19,"5":80,"51":8,"52":8,"53":10,"56":6,"6":21,"63":1,"7":51,"79":3,"8":16,"80":2,"9":32,"all_client":19427,"all_tv_clinet":1811,"insert_time":"2014-08-17T18:13:41.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17492,"10":16,"107":68,"11":59,"12":3,"13":54,"14":34,"15":33,"155":2,"156":2,"159":3,"16":9,"160":4,"161":16,"167":3,"17":15,"18":88,"19":14,"20":14,"209":10,"21":47,"210":1,"211":4,"214":2,"215":18,"221":26,"223":53,"224":13,"225":88,"23":71,"24":135,"25":63,"257":11,"26":23,"268":2,"27":45,"273":5,"276":3,"279":5,"28":57,"281":1,"282":8,"291":7,"292":4,"30":5,"302":1,"31":3,"314":1,"32":5,"33":5,"34":12,"347":1,"35":19,"352":126,"36":19,"37":7,"38":53,"380":2,"381":14,"383":6,"39":10,"391":3,"397":4,"40":6,"409":2,"41":9,"414":1,"415":10,"419":5,"42":11,"426":2,"43":11,"430":4,"433":3,"44":6,"45":3,"46":22,"48":5,"49":18,"5":79,"51":8,"52":7,"53":10,"56":6,"6":22,"63":1,"7":45,"79":3,"8":13,"80":2,"9":35,"all_client":19276,"all_tv_clinet":1784,"insert_time":"2014-08-17T18:14:41.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17374,"10":15,"107":69,"11":57,"12":3,"13":53,"14":30,"15":32,"155":1,"156":3,"159":3,"16":10,"160":4,"161":15,"167":3,"17":15,"18":89,"19":12,"20":13,"209":10,"21":48,"210":1,"211":4,"214":2,"215":18,"221":28,"223":51,"224":12,"225":89,"23":71,"24":136,"25":59,"257":12,"26":24,"268":2,"27":45,"273":5,"276":3,"279":5,"28":57,"281":1,"282":6,"291":7,"292":4,"30":5,"302":1,"31":4,"314":1,"32":4,"33":5,"34":9,"347":1,"35":19,"352":117,"36":21,"37":8,"38":54,"380":2,"381":13,"383":7,"39":10,"391":3,"397":2,"40":7,"409":2,"41":9,"414":2,"415":10,"419":5,"42":11,"426":2,"43":11,"430":5,"433":3,"44":7,"45":3,"46":21,"48":4,"49":19,"5":75,"51":9,"52":8,"53":11,"56":6,"6":22,"63":1,"7":46,"79":3,"8":12,"80":2,"9":37,"all_client":19140,"all_tv_clinet":1766,"insert_time":"2014-08-17T18:15:41.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17216,"10":14,"107":67,"11":56,"12":3,"13":53,"14":29,"15":30,"155":1,"156":3,"159":1,"16":10,"160":5,"161":15,"167":3,"17":14,"18":83,"19":9,"20":12,"209":10,"21":50,"210":1,"211":5,"214":2,"215":17,"221":26,"223":52,"224":12,"225":93,"23":73,"24":138,"25":58,"257":13,"26":23,"268":2,"27":46,"273":5,"276":2,"279":6,"28":57,"281":1,"282":6,"291":7,"292":4,"30":5,"302":1,"31":4,"314":1,"32":4,"33":6,"34":9,"347":1,"35":19,"352":116,"36":20,"37":9,"38":56,"380":2,"381":13,"383":7,"39":10,"391":3,"397":2,"40":7,"409":1,"41":7,"414":2,"415":12,"419":6,"42":11,"426":2,"43":11,"430":5,"433":3,"44":7,"45":3,"46":21,"48":4,"49":15,"5":74,"51":11,"52":7,"53":11,"56":6,"6":23,"63":1,"7":42,"79":3,"8":12,"80":2,"9":40,"all_client":18970,"all_tv_clinet":1754,"insert_time":"2014-08-17T18:16:41.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17076,"10":13,"107":65,"11":55,"12":3,"13":52,"14":28,"15":31,"155":1,"156":3,"159":1,"16":9,"160":5,"161":14,"167":3,"17":11,"18":80,"19":8,"20":13,"209":10,"21":49,"210":1,"211":5,"214":2,"215":17,"221":26,"223":52,"224":12,"225":91,"23":70,"24":141,"25":58,"257":14,"26":24,"268":2,"27":46,"273":5,"276":1,"279":8,"28":59,"281":1,"282":6,"291":6,"292":4,"30":5,"302":1,"31":4,"314":1,"32":4,"33":6,"34":8,"347":1,"35":19,"352":117,"36":20,"37":10,"38":57,"380":2,"381":13,"383":8,"39":8,"391":3,"397":2,"40":5,"409":1,"41":10,"414":1,"415":13,"419":6,"42":12,"426":2,"43":12,"430":5,"433":3,"44":7,"45":3,"46":21,"48":5,"49":12,"5":72,"51":11,"52":8,"53":9,"56":7,"6":23,"63":1,"7":43,"79":3,"8":12,"80":2,"9":38,"all_client":18817,"all_tv_clinet":1741,"insert_time":"2014-08-17T18:17:42.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16914,"10":13,"107":64,"11":56,"12":3,"13":50,"14":26,"15":33,"155":1,"156":3,"158":1,"159":2,"16":8,"160":5,"161":15,"167":3,"17":11,"18":79,"19":11,"20":13,"209":10,"21":50,"210":1,"211":5,"214":3,"215":18,"221":27,"223":51,"224":11,"225":87,"23":69,"24":142,"25":59,"257":12,"26":26,"268":2,"27":44,"273":4,"276":1,"279":8,"28":60,"281":1,"282":6,"291":6,"292":4,"30":5,"302":1,"31":4,"314":1,"32":4,"33":4,"34":10,"347":1,"35":19,"352":123,"36":20,"37":9,"38":59,"380":2,"381":13,"383":7,"39":9,"391":3,"397":2,"40":3,"409":1,"41":9,"415":12,"419":6,"42":12,"426":2,"43":10,"430":5,"433":3,"44":6,"45":3,"46":22,"48":4,"49":8,"5":72,"51":12,"52":9,"53":10,"56":7,"6":23,"63":1,"7":43,"79":3,"8":12,"80":2,"9":37,"all_client":18651,"all_tv_clinet":1737,"insert_time":"2014-08-17T18:18:42.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16772,"10":14,"107":60,"11":55,"12":3,"13":52,"14":26,"15":33,"155":1,"156":3,"158":1,"159":2,"16":8,"160":5,"161":13,"167":3,"17":8,"18":77,"19":12,"20":12,"209":11,"21":53,"210":1,"211":5,"214":3,"215":19,"221":28,"223":52,"224":10,"225":89,"23":66,"24":138,"25":58,"257":13,"26":27,"268":2,"27":44,"273":4,"276":1,"279":8,"28":61,"281":1,"282":6,"291":6,"292":4,"30":5,"302":1,"31":4,"32":4,"33":4,"34":13,"347":1,"35":17,"352":122,"36":21,"37":8,"38":56,"380":2,"381":11,"383":7,"39":10,"391":3,"397":2,"40":4,"41":10,"415":11,"419":4,"42":13,"426":2,"43":8,"430":6,"433":3,"44":6,"45":3,"46":18,"48":4,"49":9,"5":73,"51":11,"52":8,"53":10,"56":7,"6":22,"63":1,"7":42,"79":4,"8":14,"80":2,"9":37,"all_client":18493,"all_tv_clinet":1721,"insert_time":"2014-08-17T18:19:42.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16657,"10":14,"107":59,"11":54,"12":4,"13":48,"14":26,"15":32,"155":2,"156":3,"158":1,"159":2,"16":10,"160":5,"161":14,"167":3,"17":7,"18":74,"19":11,"20":11,"209":11,"21":50,"210":1,"211":3,"214":4,"215":19,"221":31,"223":51,"224":9,"225":87,"23":65,"24":137,"25":59,"257":13,"26":27,"268":2,"27":43,"273":3,"276":1,"279":8,"28":60,"281":1,"282":6,"291":6,"292":4,"30":5,"302":1,"31":4,"32":4,"33":5,"34":15,"347":1,"35":17,"352":126,"36":21,"37":6,"38":62,"380":2,"381":10,"383":7,"39":12,"391":3,"397":1,"40":6,"41":11,"415":10,"419":4,"42":12,"426":2,"43":8,"430":6,"433":3,"44":6,"45":3,"46":18,"48":3,"49":8,"5":72,"51":9,"52":6,"53":9,"56":7,"6":22,"63":1,"7":42,"79":3,"8":14,"80":2,"9":35,"all_client":18362,"all_tv_clinet":1705,"insert_time":"2014-08-17T18:20:42.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16505,"10":14,"107":58,"11":54,"12":3,"13":49,"14":24,"15":34,"155":2,"156":3,"158":1,"159":1,"16":11,"160":4,"161":14,"167":3,"17":5,"18":74,"19":10,"20":11,"209":11,"21":46,"210":1,"211":3,"214":4,"215":17,"221":31,"223":53,"224":9,"225":85,"23":62,"24":133,"25":61,"257":12,"26":27,"268":2,"27":45,"273":4,"276":1,"279":8,"28":57,"282":7,"291":6,"292":5,"30":5,"302":1,"31":4,"32":4,"33":5,"34":14,"347":1,"35":17,"352":132,"36":20,"37":6,"38":65,"380":2,"381":12,"383":5,"39":11,"391":3,"397":2,"40":6,"41":14,"415":11,"419":4,"42":14,"426":1,"43":8,"430":6,"433":3,"44":6,"45":2,"46":18,"48":3,"49":5,"5":73,"51":8,"52":5,"53":9,"56":7,"6":24,"63":1,"7":41,"79":4,"8":13,"80":2,"9":37,"all_client":18204,"all_tv_clinet":1699,"insert_time":"2014-08-17T18:21:42.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16382,"10":13,"107":60,"11":54,"12":3,"13":50,"14":23,"15":34,"155":2,"156":3,"158":1,"159":1,"16":12,"160":4,"161":14,"167":3,"17":4,"18":75,"19":10,"20":10,"209":11,"21":49,"210":1,"211":3,"214":4,"215":18,"221":29,"223":50,"224":9,"225":82,"23":59,"24":140,"25":59,"257":11,"26":29,"268":1,"27":45,"273":3,"276":1,"279":7,"28":58,"282":6,"291":6,"292":5,"30":5,"302":1,"31":4,"32":4,"33":5,"34":15,"347":1,"35":16,"352":131,"36":21,"37":6,"38":61,"380":2,"381":11,"383":5,"39":11,"391":3,"397":1,"40":5,"41":14,"415":9,"419":4,"42":13,"426":1,"43":7,"430":6,"433":3,"44":6,"45":2,"46":20,"48":3,"49":5,"5":70,"51":9,"52":6,"53":8,"56":7,"6":25,"63":1,"7":43,"79":4,"8":13,"80":2,"9":34,"all_client":18067,"all_tv_clinet":1685,"insert_time":"2014-08-17T18:22:42.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16251,"10":13,"107":65,"11":52,"12":3,"13":50,"14":22,"15":34,"155":2,"156":3,"158":1,"159":1,"16":12,"160":4,"161":13,"167":3,"17":4,"18":75,"19":9,"20":11,"209":10,"21":48,"210":1,"211":1,"214":3,"215":18,"221":31,"223":47,"224":9,"225":81,"23":60,"24":138,"25":58,"257":11,"26":31,"268":1,"27":48,"273":3,"276":1,"279":6,"28":59,"282":7,"291":6,"292":4,"30":6,"302":1,"31":4,"32":4,"33":5,"34":16,"347":1,"35":16,"352":125,"36":22,"37":7,"38":57,"380":2,"381":10,"383":5,"39":11,"391":3,"397":1,"40":5,"41":13,"415":12,"419":3,"42":12,"426":1,"43":5,"430":6,"433":3,"44":6,"45":3,"46":19,"48":3,"49":4,"5":69,"51":9,"52":5,"53":8,"56":8,"6":23,"63":1,"7":45,"79":3,"8":13,"80":2,"9":35,"all_client":17922,"all_tv_clinet":1671,"insert_time":"2014-08-17T18:23:42.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16120,"10":15,"107":67,"11":50,"12":3,"13":51,"14":23,"15":29,"155":2,"156":2,"159":2,"16":13,"160":4,"161":13,"167":2,"17":3,"18":76,"19":8,"20":11,"209":10,"21":45,"210":1,"211":1,"214":3,"215":18,"221":29,"223":48,"224":9,"225":81,"23":62,"24":140,"25":55,"257":13,"26":33,"268":1,"27":49,"273":2,"276":1,"279":8,"28":58,"282":7,"291":6,"292":2,"30":5,"31":3,"32":4,"33":4,"34":16,"35":15,"352":119,"36":18,"37":7,"38":63,"380":2,"381":8,"383":4,"39":13,"391":3,"397":1,"40":5,"41":13,"415":13,"419":3,"42":10,"426":1,"43":6,"430":6,"433":3,"44":7,"45":3,"46":19,"48":3,"49":4,"5":68,"51":10,"52":5,"53":8,"56":8,"6":22,"63":1,"7":42,"79":3,"8":12,"80":2,"9":35,"all_client":17773,"all_tv_clinet":1653,"insert_time":"2014-08-17T18:24:43.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16021,"10":14,"107":70,"11":51,"12":3,"13":52,"14":23,"15":26,"155":4,"156":1,"159":2,"16":14,"160":4,"161":14,"167":2,"17":3,"18":78,"19":8,"20":11,"209":11,"21":44,"210":1,"211":1,"214":3,"215":17,"221":32,"223":48,"224":9,"225":81,"23":62,"24":136,"25":53,"257":13,"26":31,"27":52,"273":2,"276":1,"279":9,"28":57,"282":7,"291":6,"292":2,"30":5,"31":3,"32":4,"33":4,"34":14,"35":16,"352":115,"36":16,"37":7,"38":63,"380":2,"381":7,"383":4,"39":12,"391":3,"397":1,"40":6,"41":13,"415":13,"419":3,"42":13,"426":2,"43":6,"430":6,"433":3,"44":7,"45":3,"46":20,"48":3,"49":2,"5":69,"51":10,"52":3,"53":8,"56":8,"6":22,"63":1,"7":39,"79":2,"8":13,"80":2,"9":36,"all_client":17668,"all_tv_clinet":1647,"insert_time":"2014-08-17T18:25:43.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15883,"10":14,"107":71,"11":51,"12":3,"13":46,"14":22,"15":24,"155":4,"156":1,"159":2,"16":15,"160":4,"161":12,"167":2,"17":3,"18":78,"19":7,"20":13,"209":10,"21":47,"210":1,"211":1,"214":3,"215":18,"221":30,"223":48,"224":9,"225":81,"23":65,"24":137,"25":52,"257":13,"26":32,"27":52,"273":3,"276":1,"279":8,"28":56,"282":7,"291":6,"292":2,"30":4,"31":3,"32":3,"33":3,"34":13,"35":16,"352":115,"36":15,"37":7,"38":58,"380":2,"381":7,"383":2,"39":11,"391":3,"397":1,"40":7,"41":13,"415":13,"419":3,"42":13,"426":2,"43":6,"430":6,"433":3,"44":7,"45":3,"46":20,"48":5,"49":2,"5":69,"51":9,"52":3,"53":8,"56":8,"6":23,"63":1,"7":39,"79":2,"8":13,"80":2,"9":36,"all_client":17516,"all_tv_clinet":1633,"insert_time":"2014-08-17T18:26:43.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15751,"10":14,"107":67,"11":49,"12":3,"13":38,"14":23,"15":22,"155":5,"156":1,"159":3,"16":14,"160":4,"161":9,"167":3,"17":2,"18":74,"19":7,"20":13,"209":10,"21":46,"210":1,"211":1,"214":2,"215":18,"221":28,"223":49,"224":8,"225":85,"23":65,"24":137,"25":51,"257":12,"26":32,"27":52,"273":4,"276":1,"279":8,"28":55,"282":6,"291":6,"292":2,"30":4,"31":2,"32":3,"33":3,"34":13,"35":16,"352":110,"36":13,"37":7,"38":60,"380":2,"381":6,"383":4,"39":11,"391":3,"397":1,"40":7,"41":14,"415":13,"419":3,"42":14,"426":2,"43":6,"430":7,"433":3,"44":7,"45":3,"46":18,"48":6,"49":2,"5":74,"51":9,"52":3,"53":7,"56":8,"6":24,"63":1,"7":37,"79":2,"8":15,"80":2,"9":34,"all_client":17360,"all_tv_clinet":1609,"insert_time":"2014-08-17T18:27:43.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15631,"10":15,"107":63,"11":51,"12":3,"13":35,"14":23,"15":20,"155":4,"156":1,"159":3,"16":12,"160":2,"161":8,"167":4,"17":2,"18":77,"19":7,"20":12,"209":10,"21":49,"210":1,"211":1,"214":2,"215":17,"221":30,"223":50,"224":8,"225":82,"23":63,"24":136,"25":49,"257":11,"26":30,"27":51,"273":3,"276":1,"279":7,"28":55,"282":7,"291":6,"292":3,"30":4,"31":2,"32":2,"33":4,"34":12,"35":15,"352":108,"36":14,"37":7,"38":60,"380":2,"381":6,"383":4,"39":13,"391":3,"397":1,"40":7,"41":15,"414":1,"415":12,"419":3,"42":14,"426":1,"43":6,"430":9,"433":3,"44":7,"45":3,"46":18,"48":6,"49":4,"5":71,"51":9,"52":3,"53":9,"56":8,"6":23,"63":1,"7":36,"79":2,"8":14,"80":2,"9":35,"all_client":17224,"all_tv_clinet":1593,"insert_time":"2014-08-17T18:28:43.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15511,"10":16,"107":58,"11":52,"12":3,"13":37,"14":23,"15":19,"155":4,"156":1,"159":3,"16":11,"160":2,"161":6,"167":4,"17":2,"18":76,"19":7,"20":8,"209":11,"21":51,"210":1,"211":1,"214":2,"215":17,"221":31,"223":47,"224":8,"225":87,"23":65,"24":132,"25":49,"257":14,"26":28,"27":49,"273":2,"276":1,"279":9,"28":53,"282":8,"291":6,"292":3,"30":4,"31":2,"32":2,"33":4,"34":10,"35":15,"352":112,"36":14,"37":5,"38":60,"380":2,"381":8,"383":5,"39":15,"391":3,"397":1,"40":7,"41":16,"414":1,"415":12,"419":3,"42":15,"426":1,"43":6,"430":8,"433":3,"44":7,"45":3,"46":17,"48":6,"49":4,"5":72,"51":9,"52":3,"53":10,"56":7,"6":22,"63":1,"7":36,"79":2,"8":14,"80":2,"9":37,"all_client":17104,"all_tv_clinet":1593,"insert_time":"2014-08-17T18:29:43.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15411,"10":15,"107":59,"11":54,"12":4,"13":36,"14":25,"15":16,"155":4,"156":1,"158":1,"159":1,"16":12,"160":2,"161":6,"167":4,"17":2,"18":78,"19":7,"20":8,"209":11,"21":48,"210":1,"211":1,"214":2,"215":17,"221":31,"223":48,"224":7,"225":82,"23":63,"24":133,"25":51,"257":14,"26":29,"27":48,"273":2,"276":2,"279":9,"28":54,"282":8,"291":6,"292":3,"30":5,"31":2,"32":2,"33":5,"34":11,"35":16,"352":112,"36":15,"37":4,"38":56,"380":4,"381":7,"383":6,"39":14,"391":3,"397":1,"40":7,"41":16,"414":1,"415":11,"419":3,"42":15,"426":1,"43":5,"430":8,"433":3,"44":8,"45":3,"46":18,"48":7,"49":4,"5":73,"51":9,"52":3,"53":9,"56":7,"6":21,"63":1,"7":35,"79":2,"8":13,"80":2,"9":36,"all_client":17000,"all_tv_clinet":1589,"insert_time":"2014-08-17T18:30:43.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15288,"10":15,"107":57,"11":51,"12":4,"13":35,"14":25,"15":16,"155":4,"156":1,"158":1,"159":1,"16":12,"160":2,"161":6,"167":4,"17":1,"18":78,"19":7,"20":8,"209":11,"21":48,"210":1,"211":1,"214":2,"215":19,"221":30,"223":46,"224":7,"225":84,"23":64,"24":130,"25":51,"257":11,"26":29,"27":48,"273":2,"276":2,"279":9,"28":54,"282":7,"291":6,"292":3,"30":5,"31":5,"32":2,"33":5,"34":10,"35":16,"352":111,"36":17,"37":4,"38":57,"380":4,"381":7,"383":4,"39":13,"391":2,"397":1,"40":6,"41":17,"414":1,"415":12,"419":3,"42":16,"426":2,"43":5,"430":8,"433":2,"44":8,"45":3,"46":19,"48":8,"49":5,"5":72,"51":9,"52":3,"53":10,"56":7,"6":24,"63":1,"7":35,"79":2,"8":13,"80":3,"9":34,"all_client":16872,"all_tv_clinet":1584,"insert_time":"2014-08-17T18:31:43.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15176,"10":14,"107":63,"11":55,"12":4,"13":35,"14":25,"15":14,"155":3,"158":1,"159":1,"16":12,"160":2,"161":6,"167":4,"17":1,"18":79,"19":7,"20":7,"209":11,"21":46,"210":1,"211":1,"214":2,"215":18,"221":25,"223":46,"224":5,"225":83,"23":63,"24":125,"25":52,"257":10,"26":29,"27":48,"273":2,"276":2,"279":10,"28":52,"282":7,"291":6,"292":3,"30":4,"31":6,"32":2,"33":7,"34":9,"35":16,"352":103,"36":16,"37":5,"38":61,"380":5,"381":5,"383":3,"39":12,"391":1,"397":1,"40":6,"41":16,"414":1,"415":12,"419":3,"42":16,"426":3,"43":7,"430":8,"433":1,"44":8,"45":3,"46":19,"48":8,"49":5,"5":69,"51":9,"52":3,"53":10,"56":7,"6":23,"63":1,"7":34,"79":2,"8":12,"80":3,"9":32,"all_client":16733,"all_tv_clinet":1557,"insert_time":"2014-08-17T18:32:43.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15072,"10":15,"107":63,"11":56,"12":4,"13":37,"14":24,"15":13,"155":3,"158":1,"159":1,"16":11,"160":2,"161":7,"167":4,"17":1,"18":80,"19":6,"20":7,"209":11,"21":46,"210":1,"211":1,"214":2,"215":18,"221":25,"223":43,"224":5,"225":83,"23":61,"24":120,"25":52,"257":10,"26":28,"27":50,"273":2,"276":2,"279":10,"28":49,"282":7,"291":6,"292":3,"30":4,"31":6,"32":2,"33":7,"34":9,"35":16,"352":101,"36":15,"37":6,"38":57,"380":4,"381":6,"383":4,"39":12,"391":1,"397":1,"40":6,"41":15,"414":1,"415":13,"419":2,"42":17,"426":3,"43":9,"430":9,"433":1,"44":7,"45":3,"46":20,"48":9,"49":5,"5":62,"51":9,"52":2,"53":8,"56":7,"6":23,"63":1,"7":34,"79":2,"8":11,"80":3,"9":29,"all_client":16604,"all_tv_clinet":1532,"insert_time":"2014-08-17T18:33:44.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14978,"10":16,"107":61,"11":56,"12":4,"13":34,"14":23,"15":13,"155":4,"158":1,"159":1,"16":11,"160":2,"161":7,"167":4,"17":1,"18":77,"19":6,"20":6,"209":10,"21":42,"210":1,"211":1,"214":2,"215":17,"221":23,"223":40,"224":4,"225":85,"23":62,"24":115,"25":53,"257":10,"26":29,"27":47,"273":2,"276":2,"279":10,"28":49,"282":7,"291":6,"292":4,"30":4,"31":7,"32":2,"33":8,"34":8,"347":1,"35":17,"352":103,"36":17,"37":6,"38":57,"380":4,"381":7,"383":4,"39":12,"391":1,"397":1,"40":6,"41":16,"415":12,"419":2,"42":15,"426":3,"43":9,"430":8,"433":1,"44":7,"45":3,"46":19,"48":8,"49":5,"5":63,"51":8,"52":2,"53":8,"56":7,"6":26,"63":1,"7":38,"79":2,"8":11,"80":2,"9":28,"all_client":16495,"all_tv_clinet":1517,"insert_time":"2014-08-17T18:34:44.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14864,"10":16,"107":64,"11":55,"12":3,"13":32,"14":22,"15":12,"155":4,"158":1,"159":1,"16":11,"160":1,"161":7,"167":4,"17":1,"18":77,"19":5,"20":6,"209":9,"21":42,"210":1,"211":1,"214":3,"215":19,"221":26,"223":42,"224":4,"225":82,"23":62,"24":115,"25":57,"257":10,"26":30,"27":48,"273":2,"276":2,"279":8,"28":47,"282":6,"291":6,"292":3,"30":4,"31":7,"32":2,"33":6,"34":8,"347":1,"35":17,"352":98,"36":17,"37":5,"38":54,"380":3,"381":7,"383":5,"39":11,"391":1,"397":1,"40":5,"41":14,"415":12,"419":3,"42":15,"426":3,"43":9,"430":8,"433":1,"44":7,"45":4,"46":19,"48":8,"49":5,"5":63,"51":8,"52":3,"53":9,"56":7,"6":28,"63":1,"7":39,"79":3,"8":10,"80":2,"9":28,"all_client":16372,"all_tv_clinet":1508,"insert_time":"2014-08-17T18:35:44.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14760,"10":15,"107":60,"11":56,"12":2,"13":32,"14":22,"15":11,"155":4,"158":1,"159":1,"16":12,"161":10,"167":5,"17":1,"18":79,"19":5,"20":5,"209":9,"21":41,"210":1,"211":1,"214":3,"215":21,"221":27,"223":42,"224":5,"225":87,"23":59,"24":114,"25":55,"257":9,"26":29,"27":43,"273":2,"276":1,"279":7,"28":46,"282":5,"291":6,"292":3,"30":4,"31":7,"32":3,"33":5,"34":9,"347":1,"35":16,"352":99,"36":18,"37":5,"38":50,"380":2,"381":7,"383":5,"39":10,"391":1,"397":1,"40":6,"41":14,"414":1,"415":11,"419":3,"42":16,"426":3,"43":10,"430":8,"433":1,"44":8,"45":4,"46":18,"48":7,"49":4,"5":65,"51":8,"52":3,"53":9,"56":7,"6":28,"63":1,"7":41,"79":2,"8":11,"80":2,"9":27,"all_client":16258,"all_tv_clinet":1498,"insert_time":"2014-08-17T18:36:44.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14642,"10":15,"107":62,"11":55,"12":2,"13":34,"14":22,"15":12,"155":4,"158":1,"159":1,"16":11,"161":10,"167":4,"18":79,"19":5,"20":5,"209":9,"21":40,"210":1,"214":3,"215":21,"221":26,"223":42,"224":5,"225":85,"23":60,"24":115,"25":55,"257":9,"26":28,"27":43,"273":2,"276":1,"279":7,"28":44,"282":5,"291":6,"292":3,"30":4,"31":7,"32":3,"33":5,"34":7,"35":16,"352":97,"36":18,"37":5,"38":51,"380":2,"381":7,"383":6,"39":9,"391":1,"397":1,"40":6,"41":12,"414":1,"415":11,"419":4,"42":16,"426":3,"43":11,"430":7,"433":1,"44":7,"45":3,"46":19,"48":7,"49":4,"5":65,"51":8,"52":3,"53":9,"56":7,"6":28,"63":1,"7":40,"79":2,"8":11,"80":2,"9":27,"all_client":16128,"all_tv_clinet":1486,"insert_time":"2014-08-17T18:37:44.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14520,"10":15,"107":49,"11":58,"12":2,"13":35,"14":22,"15":14,"155":4,"158":1,"159":1,"16":10,"160":1,"161":10,"167":4,"18":80,"19":6,"20":5,"209":10,"21":38,"210":1,"214":2,"215":20,"221":26,"223":46,"224":5,"225":86,"23":58,"24":115,"25":54,"257":9,"26":28,"27":44,"273":2,"276":1,"279":7,"28":42,"282":5,"291":6,"292":3,"30":4,"31":6,"32":3,"33":4,"34":7,"347":1,"35":15,"352":99,"36":17,"37":4,"38":50,"380":1,"381":7,"383":6,"39":8,"391":1,"397":1,"40":5,"41":11,"414":1,"415":10,"419":3,"42":16,"426":3,"43":9,"430":7,"433":1,"44":7,"45":2,"46":19,"48":6,"49":4,"5":66,"51":8,"52":3,"53":9,"56":7,"6":29,"63":1,"7":41,"79":2,"8":12,"80":2,"9":24,"all_client":15987,"all_tv_clinet":1467,"insert_time":"2014-08-17T18:38:44.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14426,"10":16,"107":53,"11":58,"12":2,"13":34,"14":21,"15":14,"155":5,"158":1,"159":1,"16":10,"160":1,"161":9,"167":4,"18":75,"19":6,"20":5,"209":10,"21":40,"210":1,"214":2,"215":20,"221":26,"223":42,"224":6,"225":84,"23":56,"24":116,"25":54,"257":8,"26":28,"27":45,"273":2,"276":1,"279":7,"28":44,"282":5,"291":6,"292":3,"30":4,"31":6,"32":3,"33":4,"34":7,"347":1,"35":16,"352":101,"36":18,"37":4,"38":51,"380":1,"381":7,"383":7,"39":7,"391":1,"397":2,"40":6,"41":10,"415":10,"419":3,"42":12,"426":3,"43":9,"430":7,"433":1,"44":7,"45":2,"46":17,"48":5,"49":4,"5":66,"51":8,"52":3,"53":8,"56":7,"6":29,"63":1,"7":40,"79":2,"8":12,"80":2,"9":26,"all_client":15887,"all_tv_clinet":1461,"insert_time":"2014-08-17T18:39:44.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14312,"10":16,"107":56,"11":61,"12":2,"13":33,"14":21,"15":14,"155":5,"158":1,"159":1,"16":9,"160":1,"161":12,"167":4,"18":73,"19":6,"20":6,"209":10,"21":38,"210":1,"214":2,"215":20,"221":26,"223":41,"224":7,"225":86,"23":58,"24":112,"25":52,"257":8,"26":28,"268":1,"27":44,"273":2,"276":1,"279":6,"28":44,"282":5,"291":6,"292":3,"30":4,"31":6,"32":3,"33":3,"34":7,"347":1,"35":17,"352":99,"36":18,"37":4,"38":54,"380":1,"381":8,"383":6,"39":7,"391":1,"397":2,"40":6,"41":9,"415":12,"419":2,"42":11,"426":3,"43":9,"430":6,"433":1,"44":6,"45":2,"46":17,"48":5,"49":4,"5":65,"51":7,"52":3,"53":8,"56":6,"6":28,"63":1,"7":38,"79":2,"8":12,"80":2,"9":26,"all_client":15766,"all_tv_clinet":1454,"insert_time":"2014-08-17T18:40:44.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14218,"10":17,"107":55,"11":60,"12":2,"13":34,"14":23,"15":12,"155":5,"158":1,"159":1,"16":9,"160":1,"161":12,"167":4,"18":73,"19":6,"20":7,"209":9,"21":38,"210":1,"214":2,"215":20,"221":28,"223":39,"224":7,"225":80,"23":57,"24":110,"25":50,"257":8,"26":29,"268":1,"27":42,"276":1,"279":6,"28":45,"282":5,"291":6,"292":2,"30":4,"31":6,"32":3,"33":3,"34":7,"347":1,"35":18,"352":98,"36":18,"37":4,"38":54,"380":1,"381":8,"383":5,"39":7,"391":1,"396":1,"397":2,"40":7,"41":9,"415":12,"419":2,"42":11,"426":3,"43":9,"430":6,"433":2,"44":6,"45":2,"46":17,"48":5,"49":4,"5":68,"51":7,"52":3,"53":9,"56":5,"6":28,"63":1,"7":39,"79":2,"8":12,"80":2,"9":26,"all_client":15664,"all_tv_clinet":1446,"insert_time":"2014-08-17T18:41:45.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14118,"10":15,"107":54,"11":58,"12":2,"13":34,"14":23,"15":12,"155":5,"159":1,"16":10,"160":1,"161":10,"167":3,"18":78,"19":7,"20":7,"209":8,"21":41,"210":1,"214":2,"215":20,"221":27,"223":39,"224":6,"225":79,"23":56,"24":110,"25":48,"257":7,"26":27,"268":1,"27":43,"276":1,"279":5,"28":46,"282":6,"291":6,"292":2,"30":3,"31":6,"32":4,"33":3,"34":6,"347":1,"35":18,"352":98,"36":18,"37":4,"38":55,"380":1,"381":7,"383":3,"39":7,"391":1,"396":1,"397":1,"40":7,"41":9,"414":1,"415":12,"419":2,"42":10,"426":3,"43":9,"430":6,"433":2,"44":6,"45":2,"46":17,"48":6,"49":4,"5":68,"51":7,"52":3,"53":9,"56":5,"6":26,"63":1,"7":41,"79":2,"8":12,"80":2,"9":24,"all_client":15552,"all_tv_clinet":1434,"insert_time":"2014-08-17T18:42:45.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14035,"10":15,"107":54,"11":55,"12":2,"13":35,"14":23,"15":10,"155":4,"159":1,"16":11,"160":1,"161":11,"167":3,"18":77,"19":7,"20":7,"209":7,"21":39,"210":1,"214":2,"215":19,"221":25,"223":41,"224":6,"225":74,"23":54,"24":109,"25":48,"257":7,"26":26,"268":1,"27":44,"276":1,"279":6,"28":46,"282":6,"291":6,"292":2,"30":3,"31":6,"32":4,"33":3,"34":6,"347":1,"35":18,"352":95,"36":19,"37":5,"38":51,"380":1,"381":7,"383":5,"39":8,"391":1,"396":1,"397":1,"40":7,"41":9,"414":1,"415":12,"419":2,"42":9,"426":3,"43":8,"430":7,"433":2,"44":5,"45":2,"46":17,"48":6,"49":2,"5":66,"51":6,"52":4,"53":9,"56":5,"6":26,"63":1,"7":41,"79":3,"8":12,"80":2,"9":22,"all_client":15445,"all_tv_clinet":1410,"insert_time":"2014-08-17T18:43:45.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13933,"10":15,"107":60,"11":53,"12":2,"13":33,"14":22,"15":9,"155":4,"159":1,"16":11,"160":1,"161":10,"167":3,"18":78,"19":6,"20":7,"209":7,"21":41,"210":1,"214":2,"215":18,"221":23,"223":41,"224":6,"225":73,"23":54,"24":108,"25":46,"257":7,"26":26,"268":1,"27":41,"276":1,"279":5,"28":43,"282":6,"291":6,"292":2,"30":3,"31":6,"32":5,"33":2,"34":6,"35":18,"352":101,"36":18,"37":5,"38":52,"380":1,"381":8,"383":6,"39":7,"391":1,"397":1,"40":8,"41":9,"414":2,"415":11,"419":3,"42":9,"426":3,"43":9,"430":5,"433":1,"44":5,"45":2,"46":18,"48":6,"49":2,"5":64,"51":6,"52":5,"53":9,"56":4,"6":26,"63":1,"7":42,"79":3,"8":11,"80":2,"9":22,"all_client":15334,"all_tv_clinet":1401,"insert_time":"2014-08-17T18:44:45.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13835,"10":15,"107":61,"11":56,"12":2,"13":31,"14":23,"15":7,"155":3,"159":1,"16":10,"160":2,"161":11,"167":2,"18":75,"19":6,"20":7,"209":8,"21":40,"210":1,"214":2,"215":18,"221":25,"223":41,"224":6,"225":74,"23":54,"24":104,"25":47,"257":7,"26":25,"268":1,"27":38,"273":1,"279":5,"28":42,"282":7,"291":5,"292":3,"30":3,"31":6,"32":4,"33":2,"34":7,"347":1,"35":18,"352":98,"36":18,"37":5,"38":54,"380":1,"381":8,"383":6,"39":7,"391":1,"397":1,"40":8,"41":8,"414":2,"415":10,"419":3,"42":9,"426":3,"43":9,"430":4,"433":1,"44":4,"45":2,"46":19,"48":6,"49":3,"5":61,"51":5,"52":5,"53":9,"56":4,"6":27,"63":1,"7":41,"79":3,"8":10,"80":2,"9":25,"all_client":15225,"all_tv_clinet":1390,"insert_time":"2014-08-17T18:45:45.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13728,"10":12,"107":63,"11":56,"12":2,"13":31,"14":24,"15":7,"155":3,"159":1,"16":10,"160":2,"161":11,"167":2,"18":70,"19":6,"20":7,"209":9,"21":40,"210":1,"214":2,"215":18,"221":27,"223":42,"224":6,"225":71,"23":53,"24":104,"25":49,"257":6,"26":25,"268":1,"27":35,"273":1,"279":5,"28":41,"282":8,"291":5,"292":3,"30":4,"31":6,"32":4,"33":2,"34":9,"347":1,"35":19,"352":98,"36":18,"37":5,"38":50,"380":1,"381":8,"383":6,"39":6,"391":1,"397":1,"40":8,"41":8,"414":3,"415":10,"419":3,"42":8,"426":2,"43":9,"430":4,"44":4,"45":2,"46":18,"48":5,"49":3,"5":60,"51":5,"52":5,"53":9,"56":4,"6":28,"63":1,"7":43,"79":4,"8":10,"80":2,"9":25,"all_client":15109,"all_tv_clinet":1381,"insert_time":"2014-08-17T18:46:45.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13653,"10":13,"107":63,"11":56,"12":2,"13":32,"14":24,"15":7,"155":3,"159":1,"16":9,"160":2,"161":12,"167":2,"18":71,"19":6,"20":7,"209":9,"21":41,"210":1,"214":2,"215":17,"221":26,"223":40,"224":6,"225":75,"23":53,"24":105,"25":49,"257":6,"26":24,"268":1,"27":36,"273":1,"279":5,"28":41,"282":9,"291":5,"292":2,"30":4,"31":5,"32":3,"33":2,"34":10,"347":1,"35":18,"352":97,"36":19,"37":5,"38":44,"380":2,"381":9,"383":6,"39":5,"391":2,"397":1,"40":8,"41":7,"414":2,"415":10,"419":3,"42":8,"426":2,"43":9,"430":4,"44":4,"45":2,"46":19,"48":5,"49":3,"5":57,"51":5,"52":4,"53":8,"56":4,"6":28,"63":2,"7":42,"79":4,"8":9,"80":2,"9":26,"all_client":15027,"all_tv_clinet":1374,"insert_time":"2014-08-17T18:47:45.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13552,"10":13,"107":64,"11":59,"12":2,"13":35,"14":23,"15":7,"155":3,"156":1,"159":1,"16":9,"160":2,"161":11,"167":2,"18":71,"19":6,"20":7,"209":9,"21":41,"210":1,"214":2,"215":15,"221":26,"223":35,"224":7,"225":70,"23":50,"24":104,"25":50,"257":6,"26":24,"268":1,"27":35,"273":1,"279":5,"28":40,"282":9,"291":6,"292":2,"30":5,"31":5,"32":3,"33":2,"34":9,"35":19,"352":93,"36":21,"37":5,"38":43,"380":2,"381":9,"383":6,"39":5,"391":2,"397":1,"40":8,"41":7,"414":1,"415":10,"419":3,"42":6,"426":2,"43":8,"430":4,"44":3,"45":2,"46":18,"48":5,"49":3,"5":59,"51":5,"52":4,"53":9,"56":4,"6":27,"63":2,"7":44,"79":4,"8":10,"80":2,"9":25,"all_client":14912,"all_tv_clinet":1360,"insert_time":"2014-08-17T18:48:46.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13474,"10":13,"107":60,"11":57,"12":2,"13":35,"14":21,"15":7,"155":3,"156":1,"159":1,"16":9,"160":2,"161":12,"167":2,"17":1,"18":72,"19":5,"20":6,"209":9,"21":39,"210":1,"214":2,"215":15,"221":25,"223":34,"224":8,"225":67,"23":47,"24":103,"25":49,"257":6,"26":25,"268":1,"27":35,"273":1,"279":5,"28":39,"282":8,"291":6,"292":2,"30":5,"31":4,"32":3,"33":2,"34":8,"35":19,"352":94,"36":21,"37":5,"38":44,"380":2,"381":9,"383":6,"39":4,"391":2,"397":1,"40":9,"409":1,"41":8,"415":9,"419":4,"42":5,"426":3,"43":8,"430":3,"44":3,"45":2,"46":17,"48":5,"49":3,"5":57,"51":5,"52":4,"53":11,"56":4,"6":26,"63":2,"7":42,"79":3,"8":10,"80":3,"9":26,"all_client":14812,"all_tv_clinet":1338,"insert_time":"2014-08-17T18:49:46.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13385,"10":14,"107":58,"11":56,"12":2,"13":35,"14":21,"15":7,"155":3,"156":1,"159":1,"16":10,"160":2,"161":11,"167":3,"17":1,"18":76,"19":4,"20":6,"209":8,"21":38,"210":1,"214":2,"215":16,"221":25,"223":33,"224":8,"225":66,"23":45,"24":101,"25":49,"257":5,"26":25,"268":1,"27":32,"273":1,"279":6,"28":39,"282":8,"291":6,"292":2,"30":5,"31":5,"32":4,"33":2,"34":8,"35":18,"352":90,"36":19,"37":5,"38":45,"380":2,"381":8,"383":4,"39":4,"391":1,"397":1,"40":9,"409":1,"41":8,"414":1,"415":11,"419":4,"42":5,"426":3,"43":8,"430":3,"44":3,"45":2,"46":16,"48":5,"49":3,"5":56,"51":5,"52":3,"53":11,"56":3,"6":27,"63":3,"7":42,"79":3,"8":9,"80":3,"9":24,"all_client":14705,"all_tv_clinet":1320,"insert_time":"2014-08-17T18:50:46.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13293,"10":14,"107":55,"11":54,"12":2,"13":36,"14":23,"15":7,"155":3,"156":1,"158":1,"159":1,"16":10,"160":1,"161":10,"167":3,"17":1,"18":77,"19":6,"20":6,"209":9,"21":40,"210":1,"214":2,"215":16,"221":25,"223":33,"224":8,"225":67,"23":46,"24":104,"25":52,"257":5,"26":23,"268":1,"27":30,"273":1,"279":6,"28":40,"282":8,"291":6,"292":2,"30":5,"31":5,"32":4,"33":2,"34":8,"35":18,"352":87,"36":17,"37":5,"38":48,"380":2,"381":8,"383":5,"39":7,"391":1,"397":1,"40":8,"409":1,"41":6,"414":1,"415":10,"419":4,"42":5,"426":4,"43":7,"430":2,"44":4,"45":2,"46":16,"48":4,"49":3,"5":57,"51":5,"52":3,"53":11,"56":3,"6":28,"63":2,"7":39,"79":3,"8":9,"80":3,"9":23,"all_client":14615,"all_tv_clinet":1322,"insert_time":"2014-08-17T18:51:47.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13190,"10":14,"107":59,"11":55,"12":3,"13":38,"14":22,"15":7,"155":4,"156":1,"158":1,"159":1,"16":12,"160":1,"161":11,"167":3,"17":1,"18":76,"19":6,"20":7,"209":9,"21":39,"210":1,"214":2,"215":16,"221":25,"223":34,"224":10,"225":67,"23":49,"24":101,"25":49,"257":5,"26":22,"268":1,"27":30,"273":1,"279":6,"28":38,"282":8,"291":6,"292":2,"30":5,"31":4,"32":4,"33":3,"34":7,"35":18,"352":91,"36":14,"37":4,"38":49,"380":2,"381":8,"383":4,"39":8,"391":1,"397":1,"40":8,"409":1,"41":6,"414":2,"415":9,"419":3,"42":5,"426":3,"43":6,"430":2,"44":4,"45":2,"46":17,"48":3,"49":3,"5":53,"51":5,"52":3,"53":11,"56":2,"6":28,"63":2,"7":37,"79":3,"8":9,"80":3,"9":23,"all_client":14509,"all_tv_clinet":1319,"insert_time":"2014-08-17T18:52:47.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13114,"10":15,"107":60,"11":53,"12":3,"13":41,"14":22,"15":7,"155":4,"156":1,"158":1,"159":1,"16":12,"160":1,"161":10,"167":2,"17":1,"18":74,"19":6,"20":7,"209":10,"21":37,"210":1,"214":2,"215":15,"221":21,"223":36,"224":12,"225":68,"23":49,"24":101,"25":49,"257":5,"26":21,"268":1,"27":29,"273":1,"279":6,"28":40,"282":8,"291":6,"292":2,"30":5,"31":5,"32":5,"33":3,"34":7,"35":17,"352":89,"36":15,"37":5,"38":47,"380":2,"381":9,"383":4,"39":10,"391":1,"397":1,"40":8,"409":1,"41":5,"414":3,"415":9,"419":1,"42":5,"426":3,"43":7,"430":1,"44":4,"45":2,"46":17,"48":3,"49":3,"5":50,"51":5,"52":3,"53":11,"56":3,"6":26,"63":2,"7":35,"79":3,"8":9,"80":3,"9":22,"all_client":14424,"all_tv_clinet":1310,"insert_time":"2014-08-17T18:53:47.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13024,"10":15,"107":59,"11":53,"12":3,"13":41,"14":20,"15":8,"155":4,"158":2,"16":9,"160":2,"161":11,"167":2,"17":1,"18":70,"19":5,"20":7,"209":9,"21":38,"210":1,"214":1,"215":15,"221":20,"223":34,"224":12,"225":66,"23":49,"24":103,"25":49,"257":5,"26":21,"268":1,"27":31,"273":2,"279":6,"28":38,"282":8,"291":6,"292":2,"30":4,"31":5,"32":5,"33":2,"34":7,"35":18,"352":91,"36":17,"37":7,"38":46,"380":2,"381":9,"383":2,"39":9,"391":1,"397":1,"40":8,"409":1,"41":6,"414":3,"415":9,"419":1,"42":4,"426":3,"43":7,"430":1,"44":5,"45":2,"46":16,"48":3,"49":3,"5":49,"51":5,"52":3,"53":10,"56":4,"6":27,"63":2,"7":35,"79":3,"8":9,"80":2,"9":23,"all_client":14323,"all_tv_clinet":1299,"insert_time":"2014-08-17T18:54:48.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12957,"10":16,"107":64,"11":53,"12":3,"13":42,"14":19,"15":8,"155":4,"158":2,"16":9,"160":2,"161":11,"167":2,"17":1,"18":73,"19":6,"20":6,"209":9,"21":37,"210":1,"214":1,"215":15,"221":17,"223":33,"224":11,"225":69,"23":48,"24":101,"25":48,"257":4,"26":20,"27":32,"273":2,"279":6,"28":35,"282":9,"291":6,"292":2,"30":3,"31":4,"32":5,"33":4,"34":7,"35":15,"352":88,"36":14,"37":9,"38":45,"380":2,"381":9,"383":4,"39":8,"391":1,"397":1,"40":9,"41":6,"414":3,"415":9,"419":1,"42":4,"426":2,"43":7,"430":2,"44":6,"45":2,"46":15,"48":3,"49":3,"5":50,"51":5,"52":5,"53":10,"56":4,"6":27,"63":2,"7":35,"79":3,"8":9,"80":2,"9":23,"all_client":14250,"all_tv_clinet":1293,"insert_time":"2014-08-17T18:55:48.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12867,"10":14,"107":63,"11":52,"12":3,"13":41,"14":19,"15":9,"155":4,"158":2,"16":8,"160":1,"161":11,"167":2,"17":1,"18":73,"19":6,"20":6,"209":8,"21":37,"210":1,"214":1,"215":15,"221":16,"223":34,"224":12,"225":69,"23":48,"24":99,"25":48,"257":5,"26":20,"27":31,"273":2,"279":6,"28":36,"282":7,"291":6,"292":2,"30":1,"31":4,"32":5,"33":5,"34":6,"347":1,"35":15,"352":89,"36":14,"37":8,"38":43,"380":3,"381":10,"383":5,"39":8,"391":1,"397":1,"40":9,"41":6,"414":3,"415":9,"419":2,"42":4,"426":1,"43":6,"430":2,"44":7,"45":1,"46":15,"48":3,"49":3,"5":53,"51":5,"52":6,"53":9,"56":4,"6":27,"63":1,"7":35,"79":3,"8":10,"80":2,"9":25,"all_client":14155,"all_tv_clinet":1288,"insert_time":"2014-08-17T18:56:48.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12789,"10":14,"107":60,"11":51,"12":3,"13":40,"14":17,"15":9,"155":4,"158":2,"16":7,"160":1,"161":11,"167":2,"17":1,"18":73,"19":6,"20":6,"209":8,"21":38,"210":1,"214":1,"215":14,"221":14,"223":32,"224":12,"225":65,"23":47,"24":98,"25":48,"257":6,"26":22,"268":1,"27":30,"273":2,"279":7,"28":36,"282":6,"291":6,"292":1,"30":1,"31":4,"32":5,"33":5,"34":7,"347":1,"35":16,"352":89,"36":16,"37":8,"38":42,"380":3,"381":11,"383":6,"39":8,"391":2,"397":1,"40":8,"41":7,"414":4,"415":8,"419":2,"42":4,"426":1,"43":5,"430":1,"44":7,"45":1,"46":15,"48":2,"49":3,"5":54,"51":5,"52":6,"53":10,"56":4,"6":25,"63":1,"7":32,"79":3,"8":9,"80":2,"9":26,"all_client":14061,"all_tv_clinet":1272,"insert_time":"2014-08-17T18:57:48.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12714,"10":14,"107":64,"11":50,"12":3,"13":40,"14":16,"15":7,"155":5,"158":2,"16":7,"160":1,"161":8,"167":3,"17":1,"18":73,"19":7,"20":7,"209":7,"21":38,"210":1,"214":1,"215":14,"221":15,"223":31,"224":13,"225":60,"23":46,"24":99,"25":47,"257":5,"26":21,"268":1,"27":30,"273":2,"279":7,"28":34,"282":6,"291":6,"292":1,"30":1,"31":4,"32":5,"33":5,"34":7,"347":1,"35":15,"352":90,"36":16,"37":8,"38":42,"380":3,"381":10,"383":6,"39":8,"391":2,"397":1,"40":7,"41":7,"414":3,"415":8,"419":2,"42":5,"426":2,"43":5,"430":1,"44":7,"45":3,"46":15,"48":2,"49":3,"5":56,"51":5,"52":6,"53":10,"56":4,"6":25,"63":1,"7":32,"79":3,"8":9,"80":3,"9":24,"all_client":13979,"all_tv_clinet":1265,"insert_time":"2014-08-17T18:58:51.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12605,"10":14,"107":59,"11":50,"12":3,"13":39,"14":15,"15":6,"155":6,"158":2,"16":5,"160":1,"161":8,"167":3,"17":1,"18":71,"19":7,"20":6,"209":7,"21":40,"210":1,"214":1,"215":15,"221":15,"223":30,"224":12,"225":60,"23":43,"24":101,"25":48,"257":5,"26":19,"268":2,"27":32,"273":2,"279":5,"28":34,"282":6,"291":6,"292":1,"30":1,"31":3,"32":4,"33":5,"34":8,"347":1,"35":16,"352":90,"36":13,"37":8,"38":45,"380":3,"381":10,"383":7,"39":8,"391":3,"397":1,"40":7,"41":8,"414":4,"415":8,"419":2,"42":6,"426":2,"43":5,"430":1,"44":6,"45":3,"46":15,"48":2,"49":3,"5":54,"51":4,"52":5,"53":10,"56":4,"6":26,"63":2,"7":30,"79":2,"8":9,"80":3,"9":25,"all_client":13858,"all_tv_clinet":1253,"insert_time":"2014-08-17T18:59:53.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12503,"10":14,"107":57,"11":44,"12":3,"13":40,"14":15,"15":6,"155":6,"158":2,"16":5,"160":1,"161":7,"167":3,"17":1,"18":69,"19":7,"20":6,"209":7,"21":39,"210":1,"214":1,"215":15,"221":16,"223":29,"224":12,"225":61,"23":42,"24":101,"25":50,"257":4,"26":18,"268":1,"27":30,"273":2,"279":4,"28":34,"282":6,"291":6,"292":1,"30":1,"31":4,"32":4,"33":5,"34":7,"347":1,"35":17,"352":90,"36":12,"37":8,"38":46,"380":3,"381":10,"383":8,"39":7,"391":3,"397":1,"40":7,"41":7,"414":4,"415":10,"419":2,"42":7,"426":2,"43":6,"430":1,"44":6,"45":2,"46":14,"48":2,"49":2,"5":53,"51":3,"52":5,"53":10,"56":4,"6":26,"63":2,"7":31,"79":1,"8":8,"80":3,"9":24,"all_client":13738,"all_tv_clinet":1235,"insert_time":"2014-08-17T19:01:18.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12473,"10":13,"107":56,"11":46,"12":4,"13":37,"14":17,"15":7,"155":6,"158":2,"16":5,"160":1,"161":6,"167":3,"17":1,"18":64,"19":7,"20":6,"209":7,"21":45,"210":1,"214":1,"215":13,"221":16,"223":27,"224":12,"225":60,"23":42,"24":101,"25":45,"257":8,"26":19,"268":1,"27":30,"273":1,"279":4,"28":33,"282":7,"291":6,"292":1,"30":1,"31":4,"32":4,"33":3,"34":9,"347":3,"35":18,"352":92,"36":12,"37":7,"38":47,"380":3,"381":9,"383":6,"39":6,"391":3,"396":1,"397":1,"40":6,"41":8,"414":5,"415":11,"419":1,"42":8,"43":7,"430":1,"44":6,"45":1,"46":12,"48":2,"49":2,"5":52,"51":3,"52":3,"53":9,"56":4,"6":27,"63":2,"7":33,"79":1,"8":9,"80":3,"9":25,"all_client":13704,"all_tv_clinet":1231,"insert_time":"2014-08-17T19:02:18.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12411,"10":14,"107":58,"11":46,"12":4,"13":36,"14":17,"15":7,"155":6,"158":2,"16":5,"160":1,"161":6,"167":3,"17":1,"18":65,"19":7,"20":5,"209":7,"21":46,"210":1,"214":1,"215":13,"221":17,"223":27,"224":12,"225":60,"23":43,"24":101,"25":45,"257":8,"26":21,"268":1,"27":27,"273":1,"279":3,"28":34,"282":7,"291":6,"292":1,"30":1,"31":4,"32":4,"33":2,"34":10,"347":2,"35":20,"352":93,"36":12,"37":7,"38":48,"380":3,"381":10,"383":6,"39":6,"391":3,"396":1,"397":1,"40":6,"41":8,"414":4,"415":10,"419":1,"42":8,"43":6,"430":1,"44":6,"45":1,"46":13,"48":2,"49":2,"5":53,"51":3,"52":3,"53":9,"56":4,"6":26,"63":2,"7":36,"79":1,"8":8,"80":2,"9":25,"all_client":13649,"all_tv_clinet":1238,"insert_time":"2014-08-17T19:03:18.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12328,"10":14,"107":62,"11":45,"12":4,"13":38,"14":17,"15":9,"155":7,"156":1,"158":2,"16":6,"160":1,"161":7,"167":3,"17":1,"18":64,"19":6,"20":5,"209":8,"21":41,"210":1,"215":14,"221":19,"223":25,"224":13,"225":55,"23":45,"24":104,"25":45,"257":8,"26":21,"268":1,"27":26,"273":1,"279":3,"28":38,"282":7,"291":6,"292":2,"31":6,"32":4,"33":2,"34":9,"347":2,"35":18,"352":92,"36":13,"37":5,"38":47,"380":3,"381":10,"383":5,"39":6,"391":3,"397":1,"40":6,"41":8,"414":5,"415":8,"419":1,"42":7,"43":6,"430":1,"44":6,"45":2,"46":15,"48":2,"49":2,"5":51,"51":3,"52":3,"53":9,"56":4,"6":26,"63":2,"7":37,"79":1,"8":8,"9":25,"all_client":13567,"all_tv_clinet":1239,"insert_time":"2014-08-17T19:04:19.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12256,"10":13,"107":65,"11":45,"12":4,"13":39,"14":16,"15":9,"155":7,"156":1,"158":2,"16":5,"160":1,"161":7,"167":3,"17":1,"18":66,"19":7,"20":4,"209":7,"21":39,"210":1,"215":13,"221":18,"223":24,"224":12,"225":51,"23":45,"24":103,"25":47,"257":7,"26":23,"268":1,"27":25,"273":1,"279":3,"28":37,"282":6,"291":6,"292":2,"31":6,"32":5,"33":2,"34":9,"347":1,"35":17,"352":88,"36":12,"37":5,"38":51,"380":3,"381":9,"383":5,"39":6,"391":3,"397":1,"40":6,"41":5,"414":4,"415":8,"419":1,"42":7,"43":7,"430":1,"44":6,"45":2,"46":15,"48":2,"49":2,"5":49,"51":4,"52":3,"53":8,"56":4,"6":25,"63":3,"7":36,"79":1,"8":7,"9":25,"all_client":13476,"all_tv_clinet":1220,"insert_time":"2014-08-17T19:05:34.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12190,"10":13,"107":68,"11":44,"12":4,"13":40,"14":17,"15":8,"155":7,"158":1,"16":5,"160":1,"161":8,"167":3,"17":1,"18":68,"19":7,"20":3,"209":7,"21":38,"215":11,"221":20,"223":25,"224":13,"225":51,"23":45,"24":100,"25":46,"257":6,"26":23,"268":1,"27":24,"273":1,"279":4,"28":34,"282":6,"291":6,"292":2,"30":1,"31":5,"32":5,"33":2,"34":9,"347":1,"35":18,"352":88,"36":10,"37":5,"38":45,"380":3,"381":9,"383":4,"39":4,"391":4,"397":1,"40":6,"41":5,"414":4,"415":7,"419":1,"42":6,"43":8,"430":1,"44":6,"45":2,"46":16,"48":3,"49":2,"5":50,"51":5,"52":3,"53":8,"56":4,"6":22,"63":3,"7":39,"79":1,"8":7,"9":25,"all_client":13399,"all_tv_clinet":1209,"insert_time":"2014-08-17T19:06:35.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12065,"10":13,"107":64,"11":41,"12":3,"13":38,"14":17,"15":8,"155":7,"158":1,"16":6,"160":1,"161":9,"167":2,"17":1,"18":70,"19":7,"20":3,"209":7,"21":35,"215":11,"221":17,"223":24,"224":13,"225":55,"23":43,"24":103,"25":46,"257":5,"26":23,"268":1,"27":23,"273":1,"279":4,"28":34,"282":6,"291":6,"292":2,"30":1,"31":6,"32":5,"33":2,"34":10,"347":1,"35":17,"352":85,"36":11,"37":5,"38":44,"380":3,"381":9,"383":4,"39":4,"391":4,"397":1,"40":8,"409":1,"41":5,"414":3,"415":7,"419":1,"42":7,"43":8,"430":1,"44":6,"45":2,"46":15,"48":4,"49":2,"5":49,"51":5,"52":3,"53":8,"56":4,"6":23,"63":3,"7":39,"79":1,"8":7,"9":25,"all_client":13264,"all_tv_clinet":1199,"insert_time":"2014-08-17T19:07:35.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11984,"10":13,"107":59,"11":42,"12":2,"13":38,"14":17,"15":8,"155":7,"158":1,"16":6,"160":1,"161":10,"167":2,"17":1,"18":71,"19":7,"20":3,"209":7,"21":37,"215":11,"221":16,"223":26,"224":12,"225":54,"23":44,"24":104,"25":47,"257":5,"26":22,"268":1,"27":21,"273":1,"279":4,"28":35,"282":6,"291":6,"292":2,"30":1,"31":6,"32":2,"33":2,"34":9,"347":1,"35":17,"352":82,"36":11,"37":5,"38":45,"380":3,"381":8,"383":4,"39":4,"391":4,"397":1,"40":9,"409":1,"41":5,"414":3,"415":7,"419":1,"42":7,"43":8,"430":1,"44":5,"45":2,"46":16,"48":3,"49":2,"5":50,"51":5,"52":3,"53":5,"56":4,"6":24,"63":3,"7":41,"79":1,"8":7,"9":25,"all_client":13176,"all_tv_clinet":1192,"insert_time":"2014-08-17T19:08:35.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11899,"10":13,"107":54,"11":43,"12":2,"13":38,"14":18,"15":8,"155":6,"158":2,"16":6,"160":2,"161":11,"167":2,"17":1,"18":67,"19":7,"20":3,"209":6,"21":36,"215":11,"221":15,"223":27,"224":12,"225":57,"23":44,"24":103,"25":48,"257":5,"26":23,"268":1,"27":20,"279":4,"28":34,"282":6,"291":6,"292":2,"30":1,"31":5,"32":2,"33":2,"34":10,"347":2,"35":16,"352":82,"36":12,"37":5,"38":45,"380":3,"381":8,"383":3,"39":4,"391":4,"397":1,"40":9,"409":1,"41":5,"414":2,"415":6,"419":1,"42":6,"426":1,"43":8,"430":1,"433":1,"44":5,"45":2,"46":16,"48":3,"49":2,"5":49,"51":5,"52":3,"53":7,"56":4,"6":25,"63":3,"7":36,"79":1,"8":7,"9":25,"all_client":13081,"all_tv_clinet":1182,"insert_time":"2014-08-17T19:09:35.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11818,"10":13,"107":52,"11":43,"12":3,"13":39,"14":19,"15":8,"155":5,"158":2,"16":5,"160":2,"161":11,"167":1,"17":1,"18":64,"19":6,"20":3,"209":6,"21":37,"215":11,"221":13,"223":26,"224":12,"225":60,"23":44,"24":102,"25":47,"257":6,"26":23,"268":1,"27":16,"279":4,"28":32,"282":6,"291":6,"292":2,"30":1,"31":5,"32":2,"34":9,"347":2,"35":18,"352":84,"36":13,"37":6,"38":44,"380":3,"381":8,"383":3,"39":3,"391":5,"397":1,"40":9,"409":1,"41":4,"414":1,"415":6,"419":1,"42":6,"426":2,"43":8,"430":1,"433":1,"44":5,"45":1,"46":19,"48":4,"49":2,"5":50,"51":5,"52":3,"53":7,"56":4,"6":23,"63":3,"7":35,"79":1,"8":6,"9":25,"all_client":12989,"all_tv_clinet":1171,"insert_time":"2014-08-17T19:10:35.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11757,"10":13,"107":48,"11":44,"12":3,"13":38,"14":19,"15":7,"155":5,"158":2,"16":5,"160":2,"161":11,"167":1,"17":1,"18":63,"19":6,"20":4,"209":5,"21":35,"215":11,"221":13,"223":26,"224":11,"225":61,"23":42,"24":101,"25":48,"257":6,"26":24,"268":1,"27":16,"279":4,"28":32,"282":6,"291":6,"292":2,"30":1,"31":6,"32":2,"34":7,"347":2,"35":19,"352":82,"36":14,"37":7,"38":46,"380":3,"381":8,"383":4,"39":3,"391":5,"397":1,"40":10,"409":1,"41":4,"414":1,"415":6,"419":1,"42":6,"426":2,"43":7,"430":1,"433":1,"44":5,"45":1,"46":19,"48":5,"49":2,"5":50,"51":5,"52":3,"53":7,"56":4,"6":21,"63":3,"7":33,"79":2,"8":6,"9":26,"all_client":12921,"all_tv_clinet":1164,"insert_time":"2014-08-17T19:11:35.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11650,"10":14,"107":45,"11":44,"12":3,"13":36,"14":20,"15":7,"155":5,"158":1,"16":7,"160":1,"161":11,"167":1,"17":1,"18":62,"19":6,"20":4,"209":5,"21":36,"215":12,"221":14,"223":26,"224":10,"225":59,"23":40,"24":101,"25":45,"257":6,"26":24,"268":1,"27":18,"279":3,"28":32,"282":6,"291":6,"292":2,"30":1,"31":6,"32":2,"34":5,"347":2,"35":19,"352":85,"36":12,"37":7,"38":51,"380":3,"381":7,"383":3,"39":3,"391":5,"397":1,"40":10,"409":1,"41":4,"415":6,"419":1,"42":6,"426":2,"43":6,"430":1,"433":1,"44":5,"45":1,"46":19,"48":4,"49":2,"5":52,"51":5,"52":3,"53":6,"56":4,"6":20,"63":3,"7":35,"79":2,"8":5,"9":26,"all_client":12806,"all_tv_clinet":1156,"insert_time":"2014-08-17T19:12:35.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11608,"10":13,"107":43,"11":46,"12":3,"13":34,"14":19,"15":7,"155":6,"158":1,"159":1,"16":8,"160":1,"161":10,"167":1,"17":1,"18":60,"19":6,"20":4,"209":7,"21":36,"215":12,"221":15,"223":28,"224":12,"225":59,"23":41,"24":101,"25":43,"257":4,"26":24,"268":1,"27":21,"279":3,"28":32,"282":6,"291":5,"292":2,"30":1,"31":6,"32":2,"34":6,"347":2,"35":18,"352":86,"36":12,"37":5,"38":49,"380":3,"381":7,"383":4,"39":3,"391":5,"397":1,"40":10,"409":1,"41":4,"415":6,"419":1,"42":6,"426":2,"43":7,"430":1,"433":1,"44":5,"45":1,"46":18,"48":4,"49":2,"5":52,"51":5,"52":3,"53":6,"56":4,"6":20,"63":2,"7":35,"79":2,"8":7,"9":25,"all_client":12764,"all_tv_clinet":1156,"insert_time":"2014-08-17T19:13:35.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11479,"10":12,"107":40,"11":46,"12":4,"13":35,"14":17,"15":7,"155":6,"158":1,"159":1,"16":8,"160":1,"161":10,"167":1,"17":1,"18":58,"19":6,"20":4,"209":6,"21":36,"215":11,"221":13,"223":29,"224":13,"225":61,"23":41,"24":99,"25":38,"257":4,"26":25,"268":1,"27":21,"279":3,"28":31,"282":6,"291":5,"292":3,"30":1,"31":5,"32":2,"34":8,"347":2,"35":19,"352":84,"36":11,"37":4,"38":48,"380":3,"381":7,"383":3,"39":3,"391":5,"397":1,"40":11,"409":1,"41":4,"414":1,"415":4,"419":1,"42":6,"426":2,"43":7,"433":1,"44":5,"45":1,"46":18,"48":4,"49":2,"5":54,"51":5,"52":3,"53":6,"56":4,"6":19,"63":2,"7":33,"79":2,"8":8,"9":23,"all_client":12616,"all_tv_clinet":1137,"insert_time":"2014-08-17T19:14:35.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11427,"10":10,"107":43,"11":46,"12":4,"13":35,"14":13,"15":8,"155":6,"158":1,"159":1,"16":8,"160":1,"161":12,"167":1,"17":1,"18":60,"19":6,"20":4,"209":5,"21":38,"215":11,"221":13,"223":27,"224":13,"225":60,"23":39,"24":99,"25":37,"257":4,"26":23,"268":1,"27":21,"279":3,"28":29,"282":7,"291":5,"292":4,"30":1,"31":5,"32":2,"34":8,"347":2,"35":20,"352":79,"36":11,"37":4,"38":49,"380":3,"381":8,"383":4,"39":3,"391":5,"397":1,"40":12,"409":1,"41":4,"414":1,"415":5,"419":1,"42":5,"426":2,"43":7,"433":1,"44":5,"45":2,"46":17,"48":4,"49":2,"5":56,"51":5,"52":3,"53":7,"56":4,"6":19,"63":2,"7":35,"79":2,"8":9,"9":24,"all_client":12566,"all_tv_clinet":1139,"insert_time":"2014-08-17T19:15:35.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11351,"10":9,"107":40,"11":47,"12":4,"13":33,"14":13,"15":7,"155":5,"158":1,"159":1,"16":8,"160":1,"161":10,"167":2,"17":1,"18":62,"19":7,"20":4,"209":3,"21":38,"215":11,"221":13,"223":27,"224":12,"225":61,"23":40,"24":95,"25":38,"257":4,"26":21,"268":1,"27":22,"279":4,"28":30,"282":7,"291":5,"292":5,"30":1,"31":2,"32":2,"34":9,"347":2,"35":19,"352":77,"36":11,"37":3,"38":50,"380":3,"381":8,"383":4,"39":5,"391":5,"397":1,"40":14,"409":1,"41":4,"414":1,"415":4,"419":1,"42":6,"426":2,"43":8,"433":1,"44":5,"45":2,"46":16,"48":4,"49":2,"5":55,"51":5,"52":3,"53":6,"56":4,"6":19,"63":1,"7":35,"79":2,"8":9,"9":23,"all_client":12478,"all_tv_clinet":1127,"insert_time":"2014-08-17T19:16:35.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11261,"10":11,"107":47,"11":47,"12":1,"13":35,"14":13,"15":7,"155":5,"158":1,"159":1,"16":10,"160":1,"161":10,"167":2,"17":1,"18":58,"19":6,"20":4,"209":3,"21":36,"215":11,"221":13,"223":25,"224":12,"225":62,"23":41,"24":93,"25":39,"257":4,"26":17,"268":1,"27":22,"279":4,"28":34,"282":8,"291":5,"292":5,"30":1,"31":2,"32":2,"34":8,"347":2,"35":17,"352":76,"36":12,"37":3,"38":49,"380":3,"381":8,"383":3,"39":6,"391":7,"397":1,"40":14,"409":1,"41":5,"415":4,"42":6,"426":2,"43":8,"430":1,"433":1,"44":5,"45":2,"46":16,"48":3,"49":2,"5":54,"51":5,"52":3,"53":6,"56":4,"6":18,"63":2,"7":33,"79":2,"8":9,"9":22,"all_client":12384,"all_tv_clinet":1123,"insert_time":"2014-08-17T19:17:36.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11156,"10":10,"107":49,"11":49,"12":1,"13":35,"14":12,"15":7,"155":5,"158":1,"159":1,"16":10,"160":1,"161":10,"167":2,"17":1,"18":55,"19":7,"20":4,"209":3,"21":35,"215":11,"221":13,"223":25,"224":12,"225":65,"23":42,"24":85,"25":39,"257":4,"26":15,"268":1,"27":22,"279":4,"28":36,"282":7,"291":4,"292":5,"30":2,"302":1,"31":3,"32":2,"34":9,"347":2,"35":15,"352":80,"36":12,"37":4,"38":47,"380":3,"381":7,"383":3,"39":6,"391":6,"397":1,"40":13,"409":1,"41":5,"414":1,"415":4,"42":6,"426":2,"43":9,"430":1,"433":1,"44":5,"45":2,"46":14,"48":4,"49":2,"5":53,"51":5,"52":3,"53":6,"56":4,"6":18,"63":2,"7":33,"79":2,"8":9,"9":23,"all_client":12275,"all_tv_clinet":1119,"insert_time":"2014-08-17T19:18:36.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11089,"10":10,"107":52,"11":48,"12":1,"13":37,"14":11,"15":6,"155":6,"156":1,"158":1,"159":1,"16":10,"160":1,"161":11,"167":3,"17":1,"18":55,"19":6,"20":4,"209":3,"21":33,"215":9,"221":14,"223":23,"224":12,"225":66,"23":42,"24":81,"25":37,"257":5,"26":15,"268":1,"27":22,"279":4,"28":38,"282":7,"291":4,"292":4,"30":2,"302":1,"31":3,"32":3,"34":10,"347":2,"35":14,"352":79,"36":11,"37":4,"38":44,"380":4,"381":7,"383":2,"39":6,"391":6,"397":1,"40":13,"409":1,"41":5,"414":1,"415":3,"42":7,"426":2,"43":8,"430":1,"433":2,"44":5,"46":12,"48":5,"49":2,"5":54,"51":5,"52":3,"53":6,"56":4,"6":18,"63":2,"7":29,"79":2,"8":10,"9":25,"all_client":12198,"all_tv_clinet":1109,"insert_time":"2014-08-17T19:19:36.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11019,"10":10,"107":49,"11":45,"12":1,"13":35,"14":11,"15":5,"155":6,"156":1,"158":1,"159":1,"16":11,"160":2,"161":11,"167":3,"17":1,"18":53,"19":6,"20":4,"209":3,"21":34,"215":9,"221":15,"223":21,"224":13,"225":69,"23":42,"24":80,"25":37,"257":6,"26":15,"27":23,"279":5,"28":34,"282":5,"291":4,"292":4,"30":2,"302":1,"31":3,"32":3,"34":9,"347":2,"35":13,"352":77,"36":11,"37":4,"38":44,"380":4,"381":7,"383":2,"39":6,"391":6,"397":1,"40":13,"409":1,"41":5,"414":1,"415":2,"42":8,"426":2,"43":9,"430":1,"433":2,"44":5,"46":14,"48":6,"49":2,"5":57,"51":5,"52":3,"53":7,"56":4,"6":18,"63":2,"7":27,"79":2,"8":10,"9":26,"all_client":12121,"all_tv_clinet":1102,"insert_time":"2014-08-17T19:20:36.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10973,"10":9,"107":50,"11":45,"12":1,"13":34,"14":11,"15":4,"155":6,"156":1,"158":2,"159":1,"16":11,"160":1,"161":11,"167":3,"17":1,"18":56,"19":6,"20":4,"209":3,"21":34,"214":1,"215":8,"221":16,"223":22,"224":13,"225":65,"23":39,"24":82,"25":36,"257":6,"26":14,"27":23,"279":5,"28":34,"282":5,"291":4,"292":4,"30":4,"31":2,"32":3,"33":2,"34":9,"347":1,"35":12,"352":69,"36":10,"37":2,"38":45,"380":4,"381":7,"383":2,"39":6,"391":6,"397":1,"40":14,"409":1,"41":5,"414":1,"415":2,"42":7,"426":2,"43":8,"430":1,"433":1,"44":5,"46":16,"48":6,"49":2,"5":57,"51":5,"52":4,"53":7,"56":4,"6":19,"63":2,"7":26,"79":2,"8":10,"9":27,"all_client":12063,"all_tv_clinet":1090,"insert_time":"2014-08-17T19:21:36.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10918,"10":9,"107":50,"11":46,"13":33,"14":11,"15":4,"155":7,"156":1,"158":2,"16":10,"160":1,"161":11,"167":3,"17":1,"18":55,"19":6,"20":4,"209":3,"21":34,"214":2,"215":8,"221":17,"223":21,"224":13,"225":62,"23":40,"24":78,"25":37,"257":6,"26":14,"27":22,"279":3,"28":30,"282":5,"291":4,"292":4,"30":4,"31":1,"32":3,"33":3,"34":9,"347":1,"35":11,"352":75,"36":10,"37":4,"38":43,"380":4,"381":7,"383":3,"39":7,"391":6,"397":1,"40":12,"41":5,"414":1,"415":2,"42":7,"426":2,"43":7,"430":1,"433":1,"44":5,"46":15,"48":7,"49":2,"5":60,"51":5,"52":4,"53":7,"56":4,"6":18,"63":2,"7":27,"79":2,"8":10,"9":27,"all_client":12000,"all_tv_clinet":1082,"insert_time":"2014-08-17T19:22:36.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10853,"10":9,"107":51,"11":44,"13":34,"14":11,"15":4,"155":7,"156":1,"158":2,"16":10,"160":1,"161":11,"167":3,"17":1,"18":55,"19":6,"20":5,"209":3,"21":38,"214":2,"215":8,"221":16,"223":21,"224":12,"225":60,"23":40,"24":75,"25":37,"257":5,"26":14,"27":21,"279":3,"28":30,"282":6,"291":4,"292":3,"30":4,"31":2,"32":3,"33":3,"34":9,"347":1,"35":11,"352":83,"36":10,"37":4,"38":44,"380":4,"381":6,"383":3,"39":9,"391":6,"397":1,"40":11,"41":5,"414":2,"415":2,"42":6,"426":1,"43":7,"430":1,"433":1,"44":5,"46":16,"48":7,"49":1,"5":59,"51":5,"52":4,"53":7,"56":4,"6":18,"63":2,"7":28,"79":1,"8":10,"9":26,"all_client":11938,"all_tv_clinet":1085,"insert_time":"2014-08-17T19:23:38.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10634,"10":9,"107":51,"11":44,"13":33,"14":11,"15":4,"155":7,"156":1,"158":2,"16":10,"160":1,"161":11,"167":2,"17":1,"18":56,"19":6,"20":5,"209":3,"21":39,"214":2,"215":8,"221":16,"223":20,"224":12,"225":59,"23":40,"24":70,"25":37,"257":5,"26":10,"27":18,"279":3,"28":31,"282":5,"291":2,"292":3,"30":4,"31":2,"32":3,"33":2,"34":9,"347":1,"35":9,"352":82,"36":9,"37":3,"38":43,"380":4,"381":6,"383":3,"39":9,"391":6,"397":1,"40":11,"41":4,"414":2,"415":2,"42":6,"426":1,"43":6,"430":1,"433":1,"44":5,"46":14,"48":7,"49":1,"5":59,"51":5,"52":4,"53":7,"56":3,"6":17,"63":2,"7":26,"79":1,"8":10,"9":26,"all_client":11688,"all_tv_clinet":1054,"insert_time":"2014-08-17T19:25:53.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10525,"10":9,"107":52,"11":44,"13":33,"14":11,"15":4,"155":7,"156":1,"158":2,"16":10,"160":1,"161":11,"167":2,"17":1,"18":56,"19":6,"20":4,"209":3,"21":39,"214":2,"215":8,"221":16,"223":20,"224":12,"225":58,"23":40,"24":70,"25":37,"257":5,"26":7,"27":18,"279":3,"28":31,"282":5,"291":2,"292":3,"30":4,"31":1,"32":3,"33":2,"34":9,"347":1,"35":8,"352":82,"36":9,"37":3,"38":42,"380":4,"381":6,"383":3,"39":9,"391":6,"397":1,"40":11,"41":4,"414":2,"415":2,"42":6,"426":1,"43":6,"430":1,"433":1,"44":5,"46":13,"48":7,"49":1,"5":58,"51":5,"52":4,"53":7,"56":3,"6":16,"63":2,"7":24,"79":1,"8":10,"9":26,"all_client":11567,"all_tv_clinet":1042,"insert_time":"2014-08-17T19:26:54.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10463,"10":9,"107":51,"11":46,"13":34,"14":12,"15":4,"155":7,"158":2,"16":8,"160":1,"161":8,"167":2,"17":1,"18":58,"19":5,"20":4,"209":3,"21":37,"214":2,"215":8,"221":16,"223":20,"224":14,"225":58,"23":40,"24":66,"25":37,"257":5,"26":7,"27":18,"279":3,"28":34,"282":5,"291":2,"292":4,"30":4,"31":1,"32":3,"33":2,"34":7,"347":1,"35":8,"352":76,"36":9,"37":5,"38":43,"380":4,"381":4,"383":4,"39":10,"391":6,"397":1,"40":11,"41":4,"414":2,"415":3,"42":6,"426":1,"43":8,"430":1,"433":1,"44":6,"46":13,"48":6,"49":1,"5":57,"51":3,"52":5,"53":7,"56":3,"6":14,"63":2,"7":25,"79":1,"8":8,"80":1,"9":27,"all_client":11498,"all_tv_clinet":1035,"insert_time":"2014-08-17T19:27:55.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10330,"10":9,"107":52,"11":46,"13":33,"14":12,"15":4,"155":7,"158":2,"16":8,"160":1,"161":8,"167":2,"17":1,"18":57,"19":5,"20":4,"209":3,"21":37,"214":2,"215":8,"221":16,"223":20,"224":14,"225":56,"23":40,"24":65,"25":37,"257":5,"26":7,"27":17,"279":3,"28":33,"282":5,"291":2,"292":4,"30":4,"31":1,"32":3,"33":2,"34":7,"347":1,"35":6,"352":73,"36":7,"37":5,"38":43,"380":4,"381":5,"383":4,"39":10,"391":6,"397":1,"40":11,"41":4,"414":2,"415":3,"42":6,"426":1,"43":8,"430":1,"433":1,"44":6,"46":13,"48":6,"49":1,"5":56,"51":3,"52":5,"53":7,"56":3,"6":13,"63":2,"7":25,"79":1,"8":8,"80":1,"9":27,"all_client":11351,"all_tv_clinet":1021,"insert_time":"2014-08-17T19:28:55.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10530,"10":12,"107":51,"11":46,"13":32,"14":15,"15":4,"155":7,"158":1,"16":10,"161":6,"167":2,"17":1,"18":55,"19":4,"20":4,"209":3,"21":37,"214":2,"215":9,"221":14,"223":23,"224":14,"225":59,"23":34,"24":69,"25":35,"257":4,"26":3,"27":15,"279":3,"28":32,"282":4,"291":2,"292":4,"30":2,"31":2,"32":3,"33":2,"34":7,"347":1,"35":7,"352":81,"36":8,"37":7,"38":38,"380":5,"381":4,"383":3,"39":11,"391":6,"397":1,"40":15,"41":4,"414":3,"415":5,"42":4,"426":1,"43":6,"430":1,"433":1,"44":7,"46":13,"48":7,"49":2,"5":53,"51":3,"52":6,"53":5,"56":4,"6":12,"63":2,"7":25,"79":1,"8":8,"80":1,"9":31,"all_client":11554,"all_tv_clinet":1024,"insert_time":"2014-08-17T19:29:57.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10470,"10":10,"107":48,"11":46,"13":32,"14":14,"15":4,"155":7,"158":1,"16":10,"161":6,"167":3,"17":1,"18":58,"19":4,"20":4,"209":3,"21":37,"214":2,"215":8,"221":14,"223":22,"224":14,"225":53,"23":33,"24":72,"25":34,"257":4,"26":6,"27":16,"279":3,"28":34,"282":4,"291":2,"292":4,"30":1,"31":2,"314":1,"32":3,"33":2,"34":7,"347":1,"35":8,"352":79,"36":9,"37":6,"38":37,"380":5,"381":4,"383":3,"39":12,"391":6,"396":2,"397":1,"40":15,"41":4,"414":2,"415":6,"42":4,"426":2,"43":6,"430":1,"433":1,"44":5,"46":10,"48":6,"49":2,"5":51,"51":4,"52":6,"53":6,"56":4,"6":10,"63":2,"7":27,"79":1,"8":7,"80":1,"9":32,"all_client":11487,"all_tv_clinet":1017,"insert_time":"2014-08-17T19:30:57.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10413,"10":10,"107":49,"11":45,"13":32,"14":14,"15":4,"155":7,"158":1,"16":11,"161":7,"167":3,"17":1,"18":58,"19":4,"20":3,"209":3,"21":37,"214":1,"215":8,"221":13,"223":23,"224":12,"225":49,"23":34,"24":67,"25":32,"257":5,"26":6,"268":1,"27":14,"279":3,"28":34,"282":3,"291":2,"292":4,"30":1,"31":2,"314":1,"32":3,"33":3,"34":7,"347":1,"35":7,"352":79,"36":9,"37":6,"38":36,"380":4,"381":4,"383":3,"39":12,"391":6,"396":2,"397":1,"40":15,"41":4,"414":2,"415":6,"42":4,"426":2,"43":6,"430":1,"433":1,"44":4,"46":11,"48":5,"49":2,"5":51,"51":4,"52":8,"53":6,"56":4,"6":9,"63":2,"7":27,"79":1,"8":7,"80":1,"9":33,"all_client":11416,"all_tv_clinet":1003,"insert_time":"2014-08-17T19:31:57.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10362,"10":10,"107":47,"11":42,"13":30,"14":14,"15":4,"155":7,"158":1,"16":10,"161":6,"167":3,"17":1,"18":58,"19":5,"20":3,"209":3,"21":36,"214":1,"215":8,"221":13,"223":23,"224":12,"225":47,"23":34,"24":69,"25":31,"257":5,"26":6,"268":1,"27":14,"273":1,"279":3,"28":33,"282":3,"291":1,"292":4,"30":1,"31":2,"314":1,"32":3,"33":3,"34":8,"347":1,"35":6,"352":79,"36":9,"37":7,"38":37,"380":4,"381":4,"383":4,"39":12,"391":6,"396":2,"397":1,"40":15,"41":4,"414":2,"415":5,"42":2,"426":2,"43":6,"430":1,"433":1,"44":4,"46":11,"48":5,"49":3,"5":54,"51":3,"52":8,"53":7,"56":4,"6":9,"63":1,"7":29,"79":1,"8":9,"80":1,"9":33,"all_client":11361,"all_tv_clinet":999,"insert_time":"2014-08-17T19:32:57.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10270,"10":10,"107":50,"11":42,"13":29,"14":14,"15":4,"155":7,"158":1,"16":10,"161":6,"167":3,"17":1,"18":59,"19":6,"20":3,"209":2,"21":36,"215":8,"221":10,"223":25,"224":12,"225":50,"23":34,"24":67,"25":31,"257":5,"26":4,"268":1,"27":13,"273":1,"279":2,"28":34,"282":3,"291":1,"292":4,"31":3,"314":1,"32":3,"33":3,"34":9,"35":5,"352":77,"36":9,"37":7,"38":38,"380":4,"381":5,"383":4,"39":11,"391":6,"396":1,"397":1,"40":14,"41":4,"414":3,"415":5,"42":2,"426":2,"43":6,"430":1,"433":1,"44":4,"46":12,"48":5,"49":2,"5":53,"51":3,"52":8,"53":8,"56":4,"6":10,"63":1,"7":27,"79":1,"8":9,"80":1,"9":34,"all_client":11265,"all_tv_clinet":995,"insert_time":"2014-08-17T19:33:57.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10237,"10":9,"107":45,"11":44,"13":31,"14":14,"15":3,"155":6,"158":1,"16":10,"161":5,"167":2,"17":1,"18":60,"19":6,"20":3,"209":2,"21":37,"215":8,"221":10,"223":23,"224":11,"225":49,"23":34,"24":67,"25":30,"257":4,"26":4,"268":1,"27":11,"273":1,"279":2,"28":34,"282":3,"291":1,"292":4,"31":3,"314":1,"32":3,"33":3,"34":9,"35":5,"352":76,"36":12,"37":7,"38":37,"380":4,"381":5,"383":5,"39":11,"391":6,"396":1,"397":1,"40":13,"41":5,"414":3,"415":5,"42":2,"426":2,"43":5,"430":1,"433":1,"44":4,"46":12,"48":4,"49":2,"5":55,"51":3,"52":9,"53":8,"56":4,"6":11,"63":1,"7":26,"79":1,"8":9,"9":35,"all_client":11223,"all_tv_clinet":986,"insert_time":"2014-08-17T19:34:58.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10220,"10":8,"107":50,"11":43,"13":30,"14":14,"15":3,"155":6,"158":1,"16":9,"161":5,"167":2,"17":1,"18":57,"19":6,"20":3,"209":1,"21":36,"215":7,"221":11,"223":19,"224":11,"225":50,"23":32,"24":69,"25":32,"257":4,"26":4,"268":1,"27":10,"279":2,"28":34,"282":3,"291":1,"292":4,"31":2,"314":1,"32":2,"33":3,"34":9,"35":5,"352":75,"36":12,"37":9,"38":35,"380":3,"381":5,"383":5,"39":11,"391":6,"396":1,"397":1,"40":12,"41":5,"414":2,"415":6,"42":4,"426":3,"43":7,"430":1,"433":1,"44":4,"46":12,"48":2,"49":2,"5":55,"51":3,"52":10,"53":7,"56":4,"6":12,"63":1,"7":23,"79":1,"8":7,"9":35,"all_client":11193,"all_tv_clinet":973,"insert_time":"2014-08-17T19:35:58.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10261,"10":8,"107":50,"11":45,"13":27,"14":14,"15":3,"155":6,"158":1,"16":10,"161":5,"167":2,"17":1,"18":55,"19":5,"20":3,"209":2,"21":34,"215":7,"221":13,"223":20,"224":12,"225":53,"23":33,"24":68,"25":33,"257":5,"26":3,"268":1,"27":10,"279":2,"28":34,"282":2,"291":1,"292":4,"31":2,"32":2,"33":3,"34":9,"35":5,"352":72,"36":13,"37":9,"38":36,"380":3,"381":5,"383":5,"39":10,"391":6,"396":1,"397":1,"40":11,"41":7,"414":2,"415":7,"42":4,"426":3,"43":7,"430":1,"433":1,"44":5,"46":12,"48":2,"49":2,"5":56,"51":3,"52":10,"53":7,"56":4,"6":12,"63":1,"7":22,"79":1,"8":7,"9":35,"all_client":11237,"all_tv_clinet":976,"insert_time":"2014-08-17T19:36:58.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10301,"10":8,"107":54,"11":46,"13":25,"14":16,"15":4,"155":6,"158":1,"16":10,"161":5,"167":3,"17":1,"18":54,"19":5,"20":3,"209":2,"21":33,"215":7,"221":14,"223":19,"224":14,"225":52,"23":31,"24":68,"25":33,"257":6,"26":4,"268":1,"27":10,"279":2,"28":34,"282":2,"291":1,"292":4,"31":2,"32":2,"33":3,"34":9,"35":5,"352":72,"36":11,"37":9,"38":37,"380":3,"381":5,"383":3,"39":10,"391":6,"396":1,"397":1,"40":10,"41":6,"414":3,"415":6,"42":4,"426":3,"43":8,"430":1,"433":1,"44":5,"45":1,"46":12,"48":2,"49":2,"5":57,"51":3,"52":10,"53":7,"56":4,"6":11,"63":1,"7":21,"79":1,"8":7,"9":33,"all_client":11277,"all_tv_clinet":976,"insert_time":"2014-08-17T19:37:58.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10323,"10":8,"107":54,"11":45,"13":24,"14":16,"15":4,"155":6,"158":1,"16":10,"161":5,"167":3,"17":1,"18":54,"19":5,"20":3,"209":5,"21":35,"215":7,"221":14,"223":20,"224":14,"225":49,"23":30,"24":67,"25":35,"257":7,"26":4,"268":1,"27":9,"273":1,"279":5,"28":34,"282":2,"291":2,"292":4,"31":2,"32":2,"33":3,"34":8,"347":1,"35":7,"352":72,"36":11,"37":10,"38":39,"380":3,"381":5,"383":3,"39":11,"391":6,"396":1,"397":1,"40":8,"41":5,"414":3,"415":5,"42":4,"426":3,"43":7,"430":1,"433":1,"44":5,"45":1,"46":12,"48":2,"49":1,"5":56,"51":3,"52":10,"53":7,"56":4,"6":11,"63":1,"7":21,"79":1,"8":7,"9":33,"all_client":11304,"all_tv_clinet":981,"insert_time":"2014-08-17T19:38:58.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10222,"10":8,"107":52,"11":44,"13":26,"14":15,"15":4,"155":5,"158":1,"16":8,"161":5,"167":3,"17":1,"18":52,"19":5,"20":3,"209":4,"21":37,"215":8,"221":12,"223":17,"224":13,"225":44,"23":31,"24":70,"25":34,"257":7,"26":4,"268":1,"27":7,"273":1,"279":5,"28":34,"282":2,"291":2,"292":4,"31":2,"32":2,"33":3,"34":7,"347":1,"35":7,"352":71,"36":11,"37":9,"38":37,"380":3,"381":6,"383":3,"39":12,"391":6,"396":1,"397":1,"40":8,"41":5,"414":3,"415":4,"42":5,"426":3,"43":7,"430":1,"433":1,"44":4,"45":1,"46":13,"48":2,"49":1,"5":57,"51":3,"52":10,"53":7,"56":4,"6":11,"63":1,"7":21,"79":1,"8":8,"9":32,"all_client":11186,"all_tv_clinet":964,"insert_time":"2014-08-17T19:39:58.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10236,"10":8,"107":50,"11":43,"13":25,"14":15,"15":4,"155":4,"158":1,"16":7,"161":5,"167":3,"17":1,"18":52,"19":5,"20":2,"209":4,"21":37,"215":8,"221":13,"223":16,"224":12,"225":46,"23":30,"24":70,"25":35,"257":7,"26":4,"268":1,"27":8,"273":1,"279":5,"28":34,"282":2,"291":2,"292":4,"31":2,"32":3,"33":3,"34":7,"347":1,"35":6,"352":71,"36":13,"37":9,"38":36,"380":3,"381":6,"383":3,"39":12,"391":6,"396":1,"397":1,"40":6,"41":5,"414":3,"415":4,"42":5,"426":3,"43":7,"430":2,"433":1,"44":4,"45":1,"46":13,"48":2,"49":1,"5":57,"51":3,"52":10,"53":7,"56":4,"6":10,"63":1,"7":22,"79":1,"8":8,"9":32,"all_client":11195,"all_tv_clinet":959,"insert_time":"2014-08-17T19:40:58.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9900,"10":8,"107":45,"11":39,"13":25,"14":14,"15":4,"155":4,"158":1,"16":6,"161":6,"167":3,"17":1,"18":49,"19":5,"20":2,"209":4,"21":37,"215":8,"221":14,"223":17,"224":12,"225":48,"23":30,"24":68,"25":34,"257":7,"26":5,"268":1,"27":7,"273":1,"279":5,"28":33,"282":1,"291":2,"292":4,"31":1,"32":4,"33":2,"34":6,"347":1,"35":5,"352":67,"36":15,"37":7,"38":33,"380":3,"381":6,"383":2,"39":9,"391":5,"396":1,"397":1,"40":6,"41":4,"414":3,"415":4,"42":4,"426":3,"43":7,"430":2,"433":1,"44":5,"45":1,"46":14,"48":2,"49":1,"5":56,"51":3,"52":11,"53":8,"56":4,"6":10,"63":1,"7":22,"79":1,"8":8,"9":31,"all_client":10830,"all_tv_clinet":930,"insert_time":"2014-08-17T19:41:58.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9835,"10":8,"107":45,"11":41,"13":24,"14":17,"15":4,"155":4,"158":1,"16":6,"161":6,"167":3,"17":1,"18":50,"19":6,"20":2,"209":4,"21":37,"215":7,"221":13,"223":18,"224":12,"225":47,"23":30,"24":73,"25":33,"257":7,"26":5,"268":1,"27":8,"273":1,"279":5,"28":30,"282":1,"291":2,"292":4,"31":2,"32":4,"33":2,"34":6,"347":1,"35":5,"352":65,"36":15,"37":7,"38":32,"380":3,"381":3,"383":2,"39":8,"391":5,"396":1,"40":5,"41":4,"414":3,"415":4,"42":2,"426":4,"43":7,"430":3,"433":1,"44":5,"45":2,"46":15,"48":2,"49":1,"5":54,"51":2,"52":11,"53":10,"56":6,"6":10,"63":1,"7":22,"79":1,"8":8,"9":29,"all_client":10764,"all_tv_clinet":929,"insert_time":"2014-08-17T19:42:58.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9799,"10":8,"107":41,"11":42,"13":26,"14":17,"15":4,"155":4,"158":1,"16":6,"161":6,"167":3,"17":1,"18":52,"19":6,"20":2,"209":4,"21":36,"215":7,"221":12,"223":20,"224":11,"225":50,"23":30,"24":75,"25":32,"257":6,"26":4,"268":1,"27":9,"273":1,"279":5,"28":31,"282":1,"291":2,"292":3,"31":3,"32":4,"33":2,"34":6,"347":1,"35":5,"352":61,"36":14,"37":6,"38":33,"380":3,"381":3,"383":3,"39":7,"391":5,"396":1,"40":6,"41":3,"414":3,"415":4,"42":2,"426":4,"43":7,"430":3,"433":1,"44":4,"45":2,"46":15,"48":3,"49":1,"5":54,"51":2,"52":10,"53":10,"56":6,"6":10,"63":1,"7":23,"79":1,"8":7,"9":29,"all_client":10726,"all_tv_clinet":927,"insert_time":"2014-08-17T19:43:59.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9736,"10":8,"107":41,"11":45,"13":23,"14":17,"15":4,"155":4,"158":1,"16":6,"161":6,"167":3,"17":1,"18":51,"19":6,"20":2,"209":4,"21":36,"215":6,"221":12,"223":22,"224":12,"225":54,"23":32,"24":75,"25":34,"257":5,"26":4,"268":1,"27":10,"279":5,"28":30,"282":1,"291":2,"292":3,"31":3,"32":4,"33":2,"34":6,"347":1,"35":4,"352":59,"36":13,"37":5,"38":32,"380":3,"381":4,"383":3,"39":6,"391":4,"396":1,"40":7,"409":1,"41":3,"414":2,"415":5,"42":2,"426":5,"43":7,"430":2,"433":1,"44":3,"45":2,"46":14,"48":3,"49":1,"5":53,"51":2,"52":9,"53":9,"56":6,"6":10,"63":1,"7":24,"79":1,"8":6,"9":28,"all_client":10659,"all_tv_clinet":923,"insert_time":"2014-08-17T19:44:59.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9708,"10":8,"107":45,"11":46,"13":23,"14":14,"15":4,"155":4,"158":1,"16":5,"161":5,"167":3,"17":1,"18":52,"19":6,"20":2,"209":4,"21":35,"215":6,"221":16,"223":23,"224":11,"225":53,"23":28,"24":70,"25":38,"257":6,"26":5,"268":1,"27":9,"279":5,"28":31,"282":1,"291":2,"292":4,"31":3,"32":4,"33":2,"34":6,"347":1,"35":5,"352":55,"36":11,"37":5,"38":32,"380":3,"381":4,"383":3,"39":5,"391":4,"40":5,"409":1,"41":4,"414":2,"415":6,"42":2,"426":5,"43":7,"430":2,"433":1,"44":3,"45":3,"46":14,"48":3,"49":1,"5":53,"51":2,"52":8,"53":8,"56":6,"6":10,"63":1,"7":24,"79":1,"8":5,"9":29,"all_client":10624,"all_tv_clinet":916,"insert_time":"2014-08-17T19:45:59.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9659,"10":8,"107":45,"11":45,"13":23,"14":13,"15":4,"155":4,"158":1,"16":5,"161":6,"167":3,"17":2,"18":51,"19":7,"20":2,"209":4,"21":34,"215":6,"221":18,"223":26,"224":10,"225":50,"23":28,"24":69,"25":39,"257":6,"26":5,"268":1,"27":9,"279":6,"28":31,"282":1,"291":2,"292":4,"30":1,"31":3,"32":4,"33":2,"34":6,"347":1,"35":5,"352":55,"36":10,"37":5,"38":33,"380":2,"381":4,"383":3,"39":4,"391":4,"40":5,"409":1,"41":6,"414":1,"415":7,"42":2,"426":6,"43":7,"430":2,"433":1,"44":3,"45":3,"46":14,"48":3,"49":1,"5":47,"51":2,"52":9,"53":8,"56":6,"6":11,"7":23,"79":1,"8":7,"9":28,"all_client":10573,"all_tv_clinet":914,"insert_time":"2014-08-17T19:46:59.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9576,"10":8,"107":48,"11":43,"13":22,"14":13,"15":4,"155":4,"158":1,"16":5,"161":7,"167":3,"17":2,"18":52,"19":7,"20":2,"209":4,"21":33,"215":6,"221":19,"223":25,"224":10,"225":48,"23":25,"24":70,"25":39,"257":6,"26":4,"268":1,"27":9,"279":5,"28":31,"282":1,"291":1,"292":3,"30":1,"31":3,"32":4,"33":2,"34":8,"347":1,"35":5,"352":56,"36":11,"37":6,"38":33,"380":2,"381":4,"383":3,"39":4,"391":4,"40":5,"409":1,"41":7,"414":2,"415":6,"42":2,"426":5,"43":7,"430":2,"433":1,"44":3,"45":3,"46":14,"48":3,"49":1,"5":44,"51":3,"52":9,"53":8,"56":6,"6":11,"7":20,"79":1,"8":6,"9":28,"all_client":10482,"all_tv_clinet":906,"insert_time":"2014-08-17T19:47:59.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9537,"10":8,"107":42,"11":44,"13":22,"14":13,"15":4,"155":4,"158":1,"16":6,"161":8,"167":3,"17":2,"18":51,"19":7,"20":2,"209":5,"21":34,"215":7,"221":17,"223":25,"224":10,"225":52,"23":25,"24":70,"25":38,"257":6,"26":4,"268":1,"27":9,"279":4,"28":30,"282":1,"291":1,"292":4,"30":1,"31":3,"32":4,"33":2,"34":8,"347":1,"35":4,"352":58,"36":11,"37":6,"38":33,"380":2,"381":4,"383":3,"39":5,"391":4,"40":5,"409":1,"41":6,"414":3,"415":5,"42":2,"426":5,"43":7,"430":1,"433":1,"44":2,"45":3,"46":13,"48":3,"49":1,"5":46,"51":3,"52":9,"53":7,"56":5,"6":11,"7":21,"79":1,"8":7,"9":27,"all_client":10441,"all_tv_clinet":904,"insert_time":"2014-08-17T19:48:59.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9466,"10":8,"107":42,"11":42,"13":22,"14":14,"15":4,"155":4,"158":1,"16":6,"161":8,"167":1,"17":2,"18":51,"19":6,"20":2,"209":5,"21":33,"215":7,"221":14,"223":25,"224":10,"225":53,"23":25,"24":69,"25":38,"257":7,"26":4,"27":8,"279":4,"28":29,"282":1,"291":1,"292":5,"30":1,"302":1,"31":2,"32":4,"34":9,"347":1,"35":4,"352":61,"36":12,"37":7,"38":32,"380":2,"381":4,"383":2,"39":5,"391":4,"40":5,"409":1,"41":7,"414":4,"415":5,"42":2,"426":4,"43":7,"433":1,"44":2,"45":3,"46":12,"48":3,"49":1,"5":47,"51":3,"52":9,"53":7,"56":5,"6":10,"7":22,"79":1,"8":7,"9":27,"all_client":10363,"all_tv_clinet":897,"insert_time":"2014-08-17T19:49:59.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9435,"10":8,"107":42,"11":43,"13":22,"14":14,"15":4,"155":4,"158":1,"16":5,"161":6,"167":1,"17":2,"18":50,"19":6,"20":2,"209":5,"21":32,"215":7,"221":14,"223":27,"224":11,"225":54,"23":26,"24":67,"25":37,"257":7,"26":4,"27":8,"273":1,"279":4,"28":30,"282":1,"291":1,"292":5,"30":1,"302":1,"31":2,"32":3,"34":8,"35":4,"352":60,"36":11,"37":6,"38":30,"380":2,"381":4,"383":1,"39":6,"391":4,"40":5,"409":1,"41":7,"414":3,"415":4,"42":1,"426":5,"43":6,"433":1,"44":4,"45":4,"46":12,"48":3,"49":2,"5":45,"51":3,"52":10,"53":7,"56":5,"6":10,"7":22,"79":1,"8":7,"9":26,"all_client":10323,"all_tv_clinet":888,"insert_time":"2014-08-17T19:50:59.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9393,"10":8,"107":43,"11":44,"13":23,"14":15,"15":4,"155":4,"158":1,"16":4,"161":6,"167":1,"17":2,"18":47,"19":6,"20":2,"209":5,"21":32,"215":7,"221":14,"223":29,"224":11,"225":54,"23":26,"24":67,"25":37,"257":7,"26":5,"27":9,"273":1,"279":4,"28":27,"291":1,"292":4,"30":1,"302":1,"31":2,"32":3,"34":8,"35":5,"352":60,"36":12,"37":6,"38":29,"380":2,"381":4,"383":1,"39":6,"391":5,"40":5,"409":1,"41":7,"414":3,"415":3,"42":1,"426":4,"43":6,"433":1,"44":4,"45":4,"46":12,"48":3,"49":2,"5":44,"51":3,"52":9,"53":5,"56":5,"6":10,"7":21,"79":1,"8":7,"9":26,"all_client":10275,"all_tv_clinet":882,"insert_time":"2014-08-17T19:51:59.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9338,"10":9,"107":43,"11":42,"13":23,"14":16,"15":4,"155":4,"158":1,"16":4,"161":6,"167":1,"17":2,"18":48,"19":6,"20":3,"209":5,"21":34,"215":7,"221":14,"223":29,"224":11,"225":55,"23":26,"24":66,"25":35,"257":8,"26":5,"27":9,"273":1,"279":4,"28":28,"291":2,"292":4,"30":1,"302":1,"31":1,"32":3,"34":7,"35":5,"352":56,"36":12,"37":6,"38":28,"380":2,"381":4,"383":1,"39":6,"391":5,"40":5,"409":1,"41":7,"414":3,"415":5,"42":2,"426":4,"43":7,"433":1,"44":4,"45":4,"46":12,"48":3,"49":2,"5":39,"51":3,"52":10,"53":5,"56":5,"6":10,"7":21,"79":1,"8":7,"9":25,"all_client":10217,"all_tv_clinet":879,"insert_time":"2014-08-17T19:53:00.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9311,"10":7,"107":42,"11":40,"13":23,"14":17,"15":3,"155":4,"158":1,"16":4,"161":6,"167":1,"17":1,"18":50,"19":5,"20":3,"209":5,"21":33,"215":7,"221":14,"223":29,"224":11,"225":49,"23":27,"24":65,"25":36,"257":8,"26":5,"27":9,"279":4,"28":26,"291":2,"292":4,"30":1,"302":1,"31":1,"32":3,"34":7,"35":6,"352":60,"36":12,"37":6,"38":29,"380":2,"381":4,"383":1,"39":6,"391":5,"40":5,"409":1,"41":7,"414":4,"415":5,"42":4,"426":3,"43":7,"433":1,"44":4,"45":4,"46":13,"48":3,"49":2,"5":38,"51":3,"52":7,"53":4,"56":5,"6":8,"7":22,"79":1,"8":6,"9":25,"all_client":10178,"all_tv_clinet":867,"insert_time":"2014-08-17T19:54:00.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9261,"10":7,"107":41,"11":37,"13":24,"14":17,"15":3,"155":4,"158":1,"16":4,"161":6,"167":1,"17":1,"18":50,"19":4,"20":4,"209":4,"21":34,"215":8,"221":13,"223":28,"224":11,"225":47,"23":27,"24":63,"25":37,"257":5,"26":4,"27":8,"279":5,"28":26,"291":2,"292":4,"30":1,"302":1,"31":4,"314":1,"32":3,"34":7,"35":6,"352":59,"36":12,"37":6,"38":29,"380":2,"381":4,"383":1,"39":6,"391":4,"40":6,"41":6,"414":5,"415":5,"42":4,"426":3,"43":7,"433":1,"44":4,"45":4,"46":13,"48":3,"49":2,"5":37,"51":3,"52":8,"53":5,"56":5,"6":8,"7":23,"79":1,"8":6,"9":25,"all_client":10121,"all_tv_clinet":860,"insert_time":"2014-08-17T19:55:00.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9214,"10":6,"107":41,"11":36,"13":22,"14":17,"15":3,"155":4,"158":1,"16":5,"161":8,"167":1,"17":1,"18":50,"19":4,"20":4,"209":4,"21":36,"215":8,"221":13,"223":28,"224":10,"225":47,"23":27,"24":60,"25":37,"257":5,"26":4,"27":8,"273":1,"279":5,"28":26,"291":2,"292":4,"30":2,"31":6,"314":1,"32":4,"34":7,"35":5,"352":54,"36":14,"37":5,"38":28,"380":2,"381":4,"383":3,"39":6,"391":4,"40":6,"41":9,"414":5,"415":5,"42":4,"426":3,"43":7,"433":1,"44":5,"45":4,"46":13,"48":2,"49":2,"5":35,"51":3,"52":7,"53":5,"56":5,"6":8,"7":24,"79":1,"8":6,"9":25,"all_client":10072,"all_tv_clinet":858,"insert_time":"2014-08-17T19:56:00.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9175,"10":6,"107":41,"11":38,"13":24,"14":14,"15":3,"155":4,"158":1,"16":5,"161":8,"167":1,"17":1,"18":49,"19":5,"20":5,"209":4,"21":34,"215":8,"221":11,"223":28,"224":9,"225":47,"23":27,"24":57,"25":36,"257":5,"26":4,"27":10,"273":1,"279":5,"28":25,"291":2,"292":4,"30":2,"31":6,"314":1,"32":4,"34":7,"35":5,"352":52,"36":13,"37":5,"38":30,"380":1,"381":3,"383":3,"39":7,"391":4,"40":5,"41":9,"414":6,"415":5,"42":5,"426":3,"43":7,"433":1,"44":5,"45":4,"46":12,"48":2,"49":2,"5":36,"51":2,"52":7,"53":5,"56":5,"6":8,"7":24,"79":1,"8":7,"9":24,"all_client":10025,"all_tv_clinet":850,"insert_time":"2014-08-17T19:57:00.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9133,"10":4,"107":40,"11":41,"12":1,"13":24,"14":13,"15":3,"155":4,"158":1,"16":5,"161":8,"167":1,"17":1,"18":48,"19":5,"20":5,"209":4,"21":33,"215":8,"221":11,"223":27,"224":8,"225":44,"23":29,"24":50,"25":34,"257":5,"26":4,"27":9,"273":1,"279":5,"28":24,"291":2,"292":4,"30":2,"31":4,"32":4,"33":1,"34":7,"35":5,"352":52,"36":13,"37":5,"38":32,"380":1,"381":3,"383":3,"39":8,"391":4,"40":5,"41":9,"414":5,"415":5,"42":5,"426":3,"43":8,"430":1,"433":1,"44":6,"45":4,"46":12,"48":2,"49":2,"5":39,"51":2,"52":7,"53":7,"56":5,"6":8,"63":1,"7":24,"79":1,"8":7,"9":23,"all_client":9975,"all_tv_clinet":842,"insert_time":"2014-08-17T19:58:00.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9079,"10":3,"107":41,"11":43,"12":1,"13":23,"14":13,"15":2,"155":5,"158":1,"16":5,"161":8,"167":1,"17":1,"18":48,"19":5,"20":5,"209":4,"21":34,"215":8,"221":10,"223":26,"224":8,"225":43,"23":30,"24":51,"25":35,"257":5,"26":4,"27":9,"279":4,"28":23,"291":2,"292":4,"31":5,"32":4,"33":1,"34":7,"35":5,"352":51,"36":14,"37":4,"38":31,"380":1,"381":3,"383":2,"39":10,"391":4,"40":4,"41":9,"414":5,"415":5,"42":5,"426":3,"43":8,"430":1,"433":1,"44":6,"45":4,"46":12,"48":2,"49":2,"5":40,"51":3,"52":6,"53":7,"56":4,"6":8,"63":1,"7":25,"79":1,"8":6,"9":20,"all_client":9914,"all_tv_clinet":835,"insert_time":"2014-08-17T19:59:00.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9021,"10":2,"107":44,"11":43,"12":1,"13":23,"14":13,"15":2,"155":5,"158":1,"16":4,"161":8,"167":1,"17":1,"18":49,"19":5,"20":4,"209":4,"21":36,"215":9,"221":10,"223":26,"224":7,"225":44,"23":30,"24":51,"25":32,"257":6,"26":5,"27":10,"279":4,"28":23,"291":2,"292":4,"31":5,"32":4,"33":1,"34":7,"35":5,"352":49,"36":13,"37":4,"38":30,"380":1,"381":3,"383":2,"39":9,"391":4,"40":4,"41":10,"414":6,"415":5,"42":5,"426":2,"43":9,"430":1,"433":1,"44":6,"45":4,"46":12,"48":3,"49":2,"5":40,"51":4,"52":6,"53":7,"56":4,"6":8,"63":1,"7":25,"79":1,"8":7,"9":19,"all_client":9859,"all_tv_clinet":838,"insert_time":"2014-08-17T20:00:00.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9031,"10":3,"107":48,"11":42,"12":1,"13":23,"14":13,"15":2,"155":5,"158":1,"16":4,"161":9,"167":1,"17":1,"18":51,"19":5,"20":4,"209":4,"21":36,"215":9,"221":10,"223":25,"224":8,"225":43,"23":27,"24":52,"25":31,"257":7,"26":5,"27":10,"279":4,"28":23,"291":2,"292":4,"31":4,"32":4,"33":1,"34":7,"35":4,"352":49,"36":14,"37":4,"38":32,"380":1,"381":2,"383":3,"39":8,"391":6,"40":4,"41":10,"414":6,"415":5,"42":5,"426":2,"43":9,"430":1,"433":1,"44":6,"45":5,"46":13,"48":3,"49":2,"5":36,"51":5,"52":6,"53":8,"56":3,"6":10,"7":24,"79":1,"8":7,"9":18,"all_client":9873,"all_tv_clinet":842,"insert_time":"2014-08-17T20:01:00.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8987,"10":3,"107":41,"11":42,"12":1,"13":24,"14":13,"15":2,"155":5,"158":1,"16":4,"161":10,"18":52,"19":5,"20":4,"209":4,"21":36,"215":9,"221":10,"223":25,"224":8,"225":46,"23":26,"24":49,"25":31,"257":7,"26":5,"27":10,"279":4,"28":23,"291":2,"292":4,"31":3,"32":4,"33":1,"34":8,"347":1,"35":4,"352":49,"36":13,"37":4,"38":33,"380":1,"381":2,"383":3,"39":9,"391":6,"40":4,"41":8,"414":6,"415":4,"42":5,"426":2,"43":9,"430":1,"433":1,"44":6,"45":5,"46":13,"48":3,"49":2,"5":35,"51":5,"52":6,"53":8,"56":3,"6":10,"7":23,"79":1,"8":6,"9":18,"all_client":9818,"all_tv_clinet":831,"insert_time":"2014-08-17T20:02:00.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8961,"10":4,"107":42,"11":43,"12":1,"13":24,"14":15,"15":3,"155":5,"158":1,"16":4,"161":9,"18":51,"19":5,"20":4,"209":4,"21":34,"215":9,"221":10,"223":25,"224":8,"225":43,"23":25,"24":53,"25":32,"257":8,"26":4,"27":10,"279":4,"28":22,"291":2,"292":4,"31":4,"32":4,"33":1,"34":8,"347":1,"35":4,"352":47,"36":11,"37":4,"38":32,"380":1,"381":3,"383":3,"39":9,"391":6,"40":5,"41":8,"414":6,"415":3,"42":4,"426":1,"43":9,"430":1,"433":1,"44":6,"45":5,"46":12,"48":3,"49":2,"5":35,"51":4,"52":6,"53":8,"56":3,"6":10,"7":22,"79":1,"8":6,"9":19,"all_client":9787,"all_tv_clinet":826,"insert_time":"2014-08-17T20:03:01.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8924,"10":4,"107":39,"11":44,"12":1,"13":25,"14":15,"15":3,"155":5,"158":1,"16":3,"161":9,"18":53,"19":5,"20":4,"209":4,"21":34,"215":9,"221":10,"223":24,"224":8,"225":44,"23":23,"24":50,"25":30,"257":8,"26":4,"27":10,"279":4,"28":22,"291":2,"292":4,"31":4,"32":4,"33":1,"34":8,"347":1,"35":4,"352":53,"36":11,"37":4,"38":31,"380":1,"381":4,"383":3,"39":9,"391":6,"396":1,"40":5,"41":8,"414":7,"415":2,"42":4,"426":1,"43":9,"430":1,"433":1,"44":6,"45":4,"46":12,"48":3,"49":2,"5":35,"51":5,"52":6,"53":8,"56":3,"6":10,"7":21,"79":1,"8":6,"80":1,"9":18,"all_client":9749,"all_tv_clinet":825,"insert_time":"2014-08-17T20:04:01.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8883,"10":5,"107":38,"11":44,"12":2,"13":26,"14":15,"15":3,"155":5,"158":1,"16":3,"161":9,"18":53,"19":5,"20":4,"209":4,"21":33,"214":1,"215":9,"221":10,"223":23,"224":8,"225":44,"23":23,"24":51,"25":30,"257":7,"26":3,"27":9,"279":4,"28":20,"291":2,"292":4,"31":3,"32":4,"33":1,"34":9,"35":4,"352":52,"36":11,"37":4,"38":34,"380":1,"381":3,"383":3,"39":8,"391":7,"396":1,"40":6,"41":7,"414":7,"415":2,"42":2,"426":1,"43":9,"430":1,"433":1,"44":6,"45":4,"46":13,"48":3,"49":2,"5":35,"51":5,"52":6,"53":9,"56":3,"6":10,"7":21,"79":1,"8":5,"80":1,"9":18,"all_client":9704,"all_tv_clinet":821,"insert_time":"2014-08-17T20:05:01.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8843,"10":5,"107":32,"11":43,"12":2,"13":26,"14":15,"15":3,"155":5,"158":1,"16":4,"160":1,"161":11,"18":52,"19":5,"20":4,"209":4,"21":33,"214":1,"215":10,"221":12,"223":23,"224":8,"225":42,"23":22,"24":50,"25":30,"257":4,"26":3,"27":9,"279":4,"28":20,"291":2,"292":4,"31":3,"32":4,"33":1,"34":9,"35":4,"352":53,"36":12,"37":3,"38":36,"380":1,"381":3,"383":3,"39":8,"391":7,"396":1,"40":6,"41":6,"414":5,"415":2,"42":2,"426":1,"43":9,"430":1,"433":1,"44":6,"45":4,"46":14,"48":3,"49":3,"5":36,"51":5,"52":7,"53":9,"56":3,"6":10,"7":19,"79":1,"8":5,"80":1,"9":18,"all_client":9658,"all_tv_clinet":815,"insert_time":"2014-08-17T20:06:01.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8803,"10":6,"107":31,"11":44,"12":2,"13":25,"14":16,"15":3,"155":4,"158":1,"16":5,"160":1,"161":11,"18":53,"19":6,"20":3,"209":4,"21":32,"214":1,"215":10,"221":12,"223":25,"224":7,"225":41,"23":21,"24":48,"25":30,"257":6,"26":3,"27":10,"279":3,"28":20,"291":2,"292":3,"31":3,"32":5,"33":2,"34":10,"35":3,"352":52,"36":10,"37":2,"38":36,"380":1,"381":3,"383":4,"39":10,"391":7,"40":6,"41":6,"414":5,"415":5,"42":2,"43":9,"430":1,"433":1,"44":5,"45":2,"46":14,"48":3,"49":3,"5":39,"51":4,"52":7,"53":10,"56":3,"6":9,"7":19,"79":2,"8":5,"80":1,"9":19,"all_client":9620,"all_tv_clinet":817,"insert_time":"2014-08-17T20:07:01.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8784,"10":6,"107":32,"11":44,"12":2,"13":27,"14":17,"15":3,"155":4,"158":1,"16":4,"160":1,"161":11,"18":53,"19":6,"20":3,"209":4,"21":32,"214":1,"215":10,"221":9,"223":27,"224":7,"225":40,"23":20,"24":48,"25":30,"257":6,"26":3,"268":1,"27":10,"279":3,"28":20,"291":2,"292":3,"31":2,"32":5,"33":2,"34":10,"35":3,"352":53,"36":9,"37":3,"38":36,"380":1,"381":3,"383":4,"39":11,"391":6,"40":6,"41":6,"414":5,"415":5,"42":2,"43":9,"430":1,"433":1,"44":5,"45":1,"46":13,"48":3,"49":3,"5":40,"51":4,"52":7,"53":11,"56":3,"6":9,"7":19,"79":2,"8":5,"80":1,"9":17,"all_client":9600,"all_tv_clinet":816,"insert_time":"2014-08-17T20:08:01.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8745,"10":6,"107":32,"11":47,"12":2,"13":28,"14":19,"15":3,"155":4,"158":1,"16":3,"160":1,"161":10,"18":54,"19":6,"20":3,"209":4,"21":30,"214":1,"215":9,"221":10,"223":28,"224":7,"225":37,"23":18,"24":50,"25":28,"257":7,"26":3,"268":1,"27":10,"279":2,"28":20,"291":2,"292":3,"31":2,"32":5,"33":2,"34":9,"35":4,"352":56,"36":9,"37":3,"38":35,"380":1,"381":3,"383":4,"39":11,"391":6,"40":6,"41":6,"414":5,"415":5,"42":2,"43":9,"430":1,"433":1,"44":5,"45":1,"46":12,"48":4,"49":3,"5":37,"51":4,"52":7,"53":11,"56":3,"6":9,"7":17,"79":3,"8":5,"80":1,"9":17,"all_client":9558,"all_tv_clinet":813,"insert_time":"2014-08-17T20:09:01.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8702,"10":6,"107":29,"11":47,"12":2,"13":28,"14":20,"15":3,"155":6,"158":1,"16":4,"160":1,"161":11,"18":55,"19":6,"20":3,"209":4,"21":33,"214":1,"215":8,"221":10,"223":28,"224":9,"225":36,"23":19,"24":51,"25":28,"257":7,"26":3,"268":1,"27":10,"279":2,"28":19,"282":1,"291":2,"292":3,"31":2,"32":5,"33":2,"34":10,"35":4,"352":54,"36":8,"37":3,"38":35,"380":2,"381":5,"383":4,"39":10,"391":4,"40":6,"41":6,"414":5,"415":5,"42":2,"43":9,"430":1,"433":1,"44":5,"45":1,"46":12,"48":4,"49":3,"5":35,"51":5,"52":7,"53":11,"56":3,"6":9,"7":19,"79":3,"8":5,"80":1,"9":17,"all_client":9522,"all_tv_clinet":820,"insert_time":"2014-08-17T20:10:01.829Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8676,"10":4,"107":30,"11":45,"12":3,"13":30,"14":19,"15":3,"155":6,"158":1,"16":3,"160":1,"161":9,"18":57,"19":6,"20":2,"209":4,"21":33,"214":1,"215":8,"221":12,"223":25,"224":9,"225":35,"23":21,"24":49,"25":29,"257":7,"26":3,"268":1,"27":10,"279":2,"28":18,"282":2,"291":2,"292":3,"31":3,"32":5,"33":2,"34":10,"35":4,"352":52,"36":8,"37":3,"38":36,"380":2,"381":4,"383":4,"39":10,"391":4,"40":6,"41":6,"414":5,"415":5,"42":2,"43":9,"433":2,"44":5,"45":1,"46":12,"48":4,"49":2,"5":33,"51":5,"52":7,"53":11,"56":2,"6":9,"7":19,"79":3,"8":5,"80":1,"9":18,"all_client":9488,"all_tv_clinet":812,"insert_time":"2014-08-17T20:11:01.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8667,"10":5,"107":32,"11":42,"12":3,"13":29,"14":21,"15":3,"155":6,"158":1,"16":3,"161":9,"18":59,"19":7,"20":2,"209":4,"21":33,"214":1,"215":8,"221":10,"223":27,"224":9,"225":35,"23":21,"24":52,"25":31,"257":7,"26":3,"268":1,"27":10,"279":2,"28":18,"282":3,"291":2,"292":3,"31":2,"32":5,"33":2,"34":10,"35":3,"352":56,"36":8,"37":3,"38":34,"380":2,"381":4,"383":4,"39":9,"391":4,"40":6,"41":7,"414":4,"415":5,"42":2,"43":9,"433":2,"44":5,"45":2,"46":12,"48":5,"49":2,"5":31,"51":6,"52":7,"53":10,"56":2,"6":9,"7":20,"79":3,"8":3,"80":1,"9":19,"all_client":9487,"all_tv_clinet":820,"insert_time":"2014-08-17T20:12:02.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8602,"10":4,"107":34,"11":42,"12":4,"13":30,"14":21,"15":3,"155":6,"158":1,"16":3,"161":7,"18":60,"19":7,"20":2,"209":2,"21":31,"214":1,"215":6,"221":10,"223":27,"224":8,"225":36,"23":18,"24":53,"25":31,"257":7,"26":4,"268":1,"27":11,"279":2,"28":19,"282":3,"291":2,"292":3,"31":2,"32":5,"33":1,"34":10,"35":3,"352":59,"36":6,"37":3,"38":32,"380":2,"381":5,"383":4,"39":8,"391":4,"40":6,"41":7,"414":2,"415":3,"42":2,"43":9,"433":2,"44":5,"45":2,"46":12,"48":5,"49":2,"5":32,"51":7,"52":7,"53":8,"56":2,"6":7,"7":21,"79":3,"8":3,"80":1,"9":20,"all_client":9413,"all_tv_clinet":811,"insert_time":"2014-08-17T20:13:02.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8574,"10":4,"107":33,"11":42,"12":3,"13":30,"14":20,"15":3,"155":6,"158":1,"16":3,"161":9,"18":59,"19":7,"20":2,"209":3,"21":31,"214":1,"215":6,"221":10,"223":28,"224":8,"225":35,"23":17,"24":52,"25":31,"257":7,"26":4,"27":12,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":1,"32":6,"33":1,"34":11,"35":3,"352":58,"36":6,"37":3,"38":33,"380":1,"381":5,"383":3,"39":8,"391":4,"40":6,"41":6,"414":1,"415":3,"42":3,"426":1,"43":9,"433":2,"44":5,"45":3,"46":13,"48":5,"49":3,"5":32,"51":7,"52":7,"53":7,"56":2,"6":7,"7":20,"79":3,"8":3,"80":1,"9":20,"all_client":9384,"all_tv_clinet":810,"insert_time":"2014-08-17T20:14:02.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8530,"10":4,"107":33,"11":45,"12":3,"13":30,"14":20,"15":3,"155":5,"16":4,"161":10,"18":56,"19":6,"20":2,"209":3,"21":31,"214":1,"215":5,"221":10,"223":26,"224":9,"225":33,"23":18,"24":48,"25":32,"257":7,"26":4,"27":12,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":1,"32":6,"33":1,"34":10,"35":3,"352":58,"36":7,"37":3,"38":35,"380":1,"381":5,"383":3,"39":9,"391":4,"40":6,"41":6,"414":1,"415":4,"42":4,"426":1,"43":9,"433":2,"44":5,"45":2,"46":13,"48":3,"49":3,"5":33,"51":7,"52":7,"53":6,"56":2,"6":7,"7":22,"79":3,"8":3,"80":1,"9":22,"all_client":9339,"all_tv_clinet":809,"insert_time":"2014-08-17T20:15:02.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8509,"10":4,"107":33,"11":43,"12":2,"13":30,"14":20,"15":3,"155":5,"16":3,"161":9,"18":55,"19":6,"20":2,"209":3,"21":33,"214":1,"215":5,"221":12,"223":27,"224":8,"225":35,"23":20,"24":49,"25":33,"257":6,"26":4,"27":12,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":1,"32":5,"33":1,"34":10,"35":3,"352":53,"36":7,"37":3,"38":33,"380":1,"381":5,"383":3,"39":9,"391":4,"40":6,"41":6,"414":1,"415":5,"42":4,"426":1,"43":9,"433":2,"44":5,"45":2,"46":13,"48":3,"49":3,"5":32,"51":6,"52":7,"53":5,"56":2,"6":8,"7":22,"79":3,"8":3,"80":1,"9":22,"all_client":9312,"all_tv_clinet":803,"insert_time":"2014-08-17T20:16:02.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8479,"10":4,"107":33,"11":44,"12":2,"13":29,"14":21,"15":3,"155":5,"16":4,"161":10,"17":1,"18":54,"19":6,"20":2,"209":3,"21":31,"214":1,"215":4,"221":11,"223":26,"224":7,"225":35,"23":20,"24":49,"25":33,"257":6,"26":4,"27":14,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":1,"32":5,"33":1,"34":8,"35":3,"352":55,"36":9,"37":3,"38":34,"380":1,"381":5,"383":3,"39":8,"391":5,"40":6,"41":7,"414":2,"415":5,"42":4,"43":9,"433":1,"44":5,"45":2,"46":13,"48":3,"49":2,"5":33,"51":7,"52":7,"53":5,"56":2,"6":8,"7":23,"79":3,"8":3,"80":1,"9":20,"all_client":9284,"all_tv_clinet":805,"insert_time":"2014-08-17T20:17:02.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8432,"10":6,"107":32,"11":45,"12":2,"13":28,"14":20,"15":2,"155":5,"16":4,"161":11,"17":1,"18":52,"19":6,"20":2,"209":3,"21":31,"214":1,"215":4,"221":12,"223":24,"224":7,"225":35,"23":20,"24":52,"25":33,"257":5,"26":4,"27":13,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":2,"32":5,"33":1,"34":9,"35":3,"352":54,"36":11,"37":3,"38":39,"380":1,"381":5,"383":3,"39":8,"391":5,"40":6,"41":7,"414":2,"415":4,"42":4,"43":9,"433":1,"44":5,"45":2,"46":12,"48":4,"49":2,"5":34,"51":6,"52":7,"53":6,"56":2,"6":8,"7":23,"79":3,"8":3,"80":1,"9":20,"all_client":9243,"all_tv_clinet":811,"insert_time":"2014-08-17T20:18:02.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8402,"10":6,"107":33,"11":44,"12":2,"13":26,"14":20,"15":2,"155":5,"16":4,"161":11,"17":1,"18":52,"19":6,"20":2,"209":3,"21":31,"214":1,"215":4,"221":14,"223":26,"224":6,"225":32,"23":21,"24":52,"25":34,"257":5,"26":3,"27":13,"279":2,"28":20,"281":1,"282":3,"291":2,"292":3,"31":2,"32":5,"33":1,"34":8,"35":3,"352":54,"36":12,"37":4,"38":39,"380":1,"381":5,"383":3,"39":8,"391":4,"40":5,"41":8,"414":2,"415":3,"42":4,"43":9,"433":1,"44":5,"45":2,"46":12,"48":4,"49":2,"5":36,"51":6,"52":7,"53":3,"56":2,"6":8,"7":22,"79":3,"8":3,"80":1,"9":21,"all_client":9210,"all_tv_clinet":808,"insert_time":"2014-08-17T20:19:02.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8364,"10":6,"107":29,"11":44,"12":2,"13":25,"14":19,"15":2,"155":4,"16":3,"161":8,"17":1,"18":53,"19":5,"20":2,"209":3,"21":31,"214":1,"215":5,"221":15,"223":27,"224":6,"225":33,"23":23,"24":54,"25":31,"257":6,"26":3,"27":11,"279":2,"28":21,"282":2,"291":2,"292":3,"31":2,"32":5,"33":1,"34":10,"35":3,"352":54,"36":14,"37":4,"38":38,"380":1,"381":5,"383":2,"39":8,"391":4,"40":5,"41":8,"414":2,"415":3,"42":4,"43":9,"430":1,"433":1,"44":5,"45":2,"46":12,"48":5,"49":2,"5":37,"51":5,"52":7,"53":5,"56":2,"6":8,"7":20,"79":3,"8":3,"80":1,"9":23,"all_client":9170,"all_tv_clinet":806,"insert_time":"2014-08-17T20:20:02.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8344,"10":6,"107":28,"11":40,"12":2,"13":26,"14":19,"15":2,"155":4,"16":3,"161":9,"17":1,"18":53,"19":5,"20":3,"209":4,"21":32,"214":1,"215":4,"221":14,"223":29,"224":6,"225":30,"23":24,"24":52,"25":31,"257":6,"26":3,"27":12,"279":2,"28":21,"282":2,"291":2,"292":3,"31":1,"32":5,"33":1,"34":8,"347":1,"35":3,"352":57,"36":12,"37":4,"38":37,"380":1,"381":5,"383":2,"39":8,"391":4,"40":4,"41":8,"414":2,"415":4,"42":4,"43":8,"430":1,"433":1,"44":5,"45":1,"46":12,"48":4,"49":2,"5":36,"51":6,"52":7,"53":5,"56":2,"6":7,"7":20,"79":3,"8":4,"80":1,"9":23,"all_client":9142,"all_tv_clinet":798,"insert_time":"2014-08-17T20:21:03.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8316,"10":6,"107":27,"11":37,"12":2,"13":25,"14":19,"15":2,"155":4,"16":2,"161":9,"17":1,"18":53,"19":5,"20":4,"209":5,"21":29,"214":1,"215":3,"221":12,"223":29,"224":6,"225":32,"23":23,"24":53,"25":32,"257":6,"26":3,"27":12,"279":2,"28":22,"282":1,"291":2,"292":3,"31":1,"32":5,"33":1,"34":9,"347":1,"35":3,"352":59,"36":12,"37":5,"38":38,"380":1,"381":5,"383":2,"39":8,"391":4,"40":4,"41":8,"414":2,"415":5,"42":4,"43":7,"430":1,"433":1,"44":3,"45":1,"46":13,"48":4,"49":2,"5":36,"51":6,"52":7,"53":5,"56":2,"6":7,"7":20,"79":2,"8":4,"9":25,"all_client":9111,"all_tv_clinet":795,"insert_time":"2014-08-17T20:22:03.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8269,"10":6,"107":34,"11":35,"12":2,"13":26,"14":18,"15":2,"155":4,"16":3,"161":8,"18":53,"19":5,"20":4,"209":5,"21":28,"214":1,"215":3,"221":14,"223":27,"224":7,"225":35,"23":23,"24":52,"25":32,"257":6,"26":3,"27":13,"279":2,"28":21,"282":1,"291":2,"292":3,"32":5,"33":1,"34":9,"347":1,"35":3,"352":57,"36":12,"37":5,"38":40,"380":1,"381":5,"383":2,"39":8,"391":4,"40":4,"41":8,"414":3,"415":5,"42":4,"43":7,"433":1,"44":2,"45":1,"46":13,"48":3,"49":2,"5":37,"51":6,"52":7,"53":5,"56":2,"6":7,"7":22,"79":2,"8":4,"9":25,"all_client":9070,"all_tv_clinet":801,"insert_time":"2014-08-17T20:23:03.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8256,"10":7,"107":35,"11":34,"12":2,"13":25,"14":18,"15":2,"155":4,"16":3,"161":8,"18":53,"19":5,"20":3,"209":5,"21":27,"214":1,"215":3,"221":14,"223":24,"224":8,"225":37,"23":23,"24":52,"25":30,"257":6,"26":3,"27":13,"279":2,"28":21,"291":2,"292":3,"32":5,"33":1,"34":9,"347":1,"35":3,"352":53,"36":12,"37":5,"38":41,"380":1,"381":5,"383":2,"39":8,"391":5,"40":4,"41":8,"414":3,"415":5,"42":4,"43":7,"433":1,"44":2,"45":1,"46":13,"48":2,"49":2,"5":39,"51":6,"52":8,"53":5,"56":2,"6":7,"7":23,"79":1,"8":3,"9":27,"all_client":9053,"all_tv_clinet":797,"insert_time":"2014-08-17T20:24:03.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8222,"10":7,"107":33,"11":36,"12":2,"13":25,"14":16,"15":2,"155":4,"16":3,"161":9,"18":55,"19":5,"20":3,"209":4,"21":24,"214":1,"215":3,"221":14,"223":25,"224":8,"225":40,"23":23,"24":54,"25":29,"257":6,"26":3,"27":13,"273":1,"279":2,"28":19,"282":1,"291":2,"292":3,"314":1,"32":5,"33":1,"34":9,"347":1,"35":3,"352":50,"36":11,"37":5,"38":40,"380":1,"381":5,"383":2,"39":8,"391":5,"40":4,"41":8,"414":3,"415":6,"42":3,"43":7,"433":1,"44":2,"45":2,"46":13,"48":2,"49":2,"5":41,"51":5,"52":8,"53":5,"56":2,"6":7,"7":22,"79":1,"8":3,"9":26,"all_client":9017,"all_tv_clinet":795,"insert_time":"2014-08-17T20:25:03.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8174,"10":7,"107":33,"11":34,"12":2,"13":24,"14":16,"15":2,"155":4,"16":3,"161":10,"18":54,"19":5,"20":3,"209":5,"21":25,"215":3,"221":14,"223":26,"224":9,"225":37,"23":22,"24":59,"25":30,"257":5,"26":3,"27":13,"273":1,"279":2,"28":19,"282":1,"291":2,"292":3,"314":1,"32":4,"33":1,"34":9,"347":1,"35":4,"352":45,"36":11,"37":5,"38":39,"380":1,"381":5,"383":2,"39":7,"391":5,"40":4,"409":1,"41":7,"414":3,"415":6,"42":3,"43":8,"433":1,"44":2,"45":2,"46":15,"48":2,"49":2,"5":41,"51":4,"52":8,"53":4,"56":2,"6":7,"7":25,"79":1,"8":3,"9":28,"all_client":8969,"all_tv_clinet":795,"insert_time":"2014-08-17T20:26:03.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8153,"10":8,"107":34,"11":31,"12":2,"13":24,"14":15,"15":3,"155":4,"16":4,"161":9,"18":54,"19":4,"20":3,"209":4,"21":23,"215":3,"221":14,"223":26,"224":8,"225":39,"23":22,"24":59,"25":31,"257":5,"26":3,"27":12,"273":1,"279":2,"28":17,"282":1,"291":1,"292":3,"314":1,"32":3,"33":1,"34":11,"347":1,"35":4,"352":40,"36":11,"37":5,"38":37,"380":1,"381":5,"383":2,"39":7,"391":5,"40":4,"409":1,"41":7,"414":3,"415":6,"42":3,"43":8,"433":1,"44":2,"45":2,"46":15,"48":2,"49":2,"5":41,"51":4,"52":7,"53":4,"56":2,"6":8,"7":25,"79":1,"8":3,"9":27,"all_client":8934,"all_tv_clinet":781,"insert_time":"2014-08-17T20:27:03.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8141,"10":9,"107":39,"11":30,"13":23,"14":15,"15":3,"155":4,"16":4,"161":10,"18":55,"19":4,"20":3,"209":4,"21":23,"215":3,"221":15,"223":26,"224":8,"225":35,"23":24,"24":58,"25":30,"257":4,"26":3,"27":11,"273":1,"279":2,"28":17,"291":1,"292":3,"314":1,"32":3,"33":1,"34":11,"347":1,"35":4,"352":40,"36":13,"37":5,"38":34,"380":1,"381":5,"383":1,"39":7,"391":5,"40":4,"409":1,"41":7,"414":3,"415":6,"42":3,"43":8,"433":1,"44":2,"45":2,"46":14,"48":2,"49":2,"5":40,"51":4,"52":7,"53":4,"56":2,"6":8,"7":25,"79":1,"8":4,"9":27,"all_client":8917,"all_tv_clinet":776,"insert_time":"2014-08-17T20:28:03.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8137,"10":9,"107":42,"11":33,"13":22,"14":15,"15":3,"155":4,"16":3,"161":10,"18":55,"19":4,"20":3,"209":3,"21":23,"215":3,"221":15,"223":25,"224":8,"225":34,"23":24,"24":56,"25":28,"257":4,"26":3,"27":10,"273":1,"279":2,"28":17,"291":1,"292":3,"314":1,"32":3,"33":1,"34":10,"347":1,"35":4,"352":41,"36":13,"37":5,"38":35,"380":1,"381":5,"383":2,"39":7,"391":5,"40":4,"41":6,"414":2,"415":6,"42":3,"43":8,"433":1,"44":2,"45":2,"46":13,"48":3,"49":3,"5":41,"51":4,"52":7,"53":2,"56":2,"6":7,"7":27,"79":1,"8":4,"9":27,"all_client":8909,"all_tv_clinet":772,"insert_time":"2014-08-17T20:29:04.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8103,"10":9,"107":39,"11":34,"13":21,"14":14,"15":3,"155":4,"16":4,"161":10,"18":54,"19":4,"20":3,"209":4,"21":22,"215":3,"221":13,"223":27,"224":8,"225":36,"23":25,"24":54,"25":30,"257":4,"26":3,"268":1,"27":9,"273":1,"279":2,"28":17,"291":2,"292":3,"31":1,"314":1,"32":4,"33":1,"34":11,"35":4,"352":42,"36":13,"37":5,"38":34,"380":1,"381":5,"383":2,"39":7,"391":5,"40":4,"41":6,"414":1,"415":6,"42":2,"43":8,"433":1,"44":2,"45":2,"46":13,"48":3,"49":3,"5":45,"51":3,"52":5,"53":3,"56":2,"6":7,"7":28,"8":4,"9":30,"all_client":8880,"all_tv_clinet":777,"insert_time":"2014-08-17T20:30:04.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8060,"10":9,"107":40,"11":36,"13":22,"14":15,"15":3,"155":4,"16":4,"161":11,"18":54,"19":4,"20":3,"209":4,"21":21,"215":5,"221":11,"223":27,"224":8,"225":36,"23":24,"24":53,"25":29,"257":5,"26":4,"268":1,"27":9,"273":1,"279":2,"28":17,"291":2,"292":3,"31":1,"314":1,"32":4,"33":1,"34":11,"35":4,"352":41,"36":14,"37":4,"38":33,"380":1,"381":5,"383":2,"39":6,"391":5,"40":4,"41":9,"414":1,"415":6,"42":3,"43":8,"433":1,"44":1,"45":2,"46":13,"48":3,"49":3,"5":46,"51":3,"52":5,"53":3,"56":2,"6":7,"7":28,"8":4,"9":30,"all_client":8842,"all_tv_clinet":782,"insert_time":"2014-08-17T20:31:04.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8041,"10":9,"107":38,"11":37,"13":23,"14":14,"15":3,"155":4,"16":4,"161":10,"167":1,"18":54,"19":4,"20":3,"209":5,"21":22,"215":4,"221":11,"223":26,"224":8,"225":39,"23":23,"24":49,"25":28,"257":4,"26":4,"268":1,"27":7,"273":1,"279":2,"28":17,"291":2,"292":3,"31":3,"32":4,"33":1,"34":11,"35":4,"352":43,"36":13,"37":4,"38":34,"380":1,"381":5,"383":1,"39":6,"391":4,"397":1,"40":4,"41":8,"414":1,"415":6,"42":4,"43":8,"44":1,"45":2,"46":14,"48":3,"49":3,"5":48,"51":3,"52":5,"53":3,"56":2,"6":7,"7":27,"8":4,"9":28,"all_client":8817,"all_tv_clinet":776,"insert_time":"2014-08-17T20:32:04.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8004,"10":9,"107":43,"11":37,"13":23,"14":14,"15":3,"155":4,"16":4,"161":11,"167":1,"18":52,"19":4,"20":3,"209":5,"21":22,"215":4,"221":11,"223":26,"224":8,"225":38,"23":22,"24":47,"25":26,"257":4,"26":4,"268":1,"27":6,"273":1,"279":2,"28":17,"291":2,"292":3,"31":2,"32":4,"33":1,"34":10,"35":5,"352":41,"36":13,"37":4,"38":34,"380":1,"381":5,"383":1,"39":6,"391":4,"397":1,"40":4,"41":8,"414":1,"415":6,"42":4,"43":8,"44":2,"45":2,"46":15,"48":3,"49":3,"5":51,"51":3,"52":5,"53":5,"56":2,"6":7,"7":27,"8":4,"9":31,"all_client":8784,"all_tv_clinet":780,"insert_time":"2014-08-17T20:33:04.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7954,"10":9,"107":43,"11":38,"13":23,"14":13,"15":3,"155":3,"16":3,"161":10,"167":1,"18":55,"19":4,"20":3,"209":5,"21":22,"215":4,"221":11,"223":30,"224":8,"225":40,"23":20,"24":49,"25":27,"257":4,"26":3,"268":1,"27":7,"273":1,"279":2,"28":17,"291":2,"292":3,"31":2,"32":4,"33":1,"34":10,"35":5,"352":43,"36":13,"37":4,"38":39,"380":1,"381":4,"383":1,"39":3,"391":4,"397":1,"40":4,"41":8,"414":1,"415":5,"42":4,"43":7,"44":2,"45":1,"46":15,"48":3,"49":4,"5":50,"51":3,"52":5,"53":5,"56":2,"6":6,"7":27,"8":4,"9":31,"all_client":8740,"all_tv_clinet":786,"insert_time":"2014-08-17T20:34:04.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7942,"10":9,"107":43,"11":39,"13":24,"14":13,"15":3,"155":3,"16":3,"161":10,"167":2,"18":55,"19":4,"20":3,"209":4,"21":22,"215":4,"221":11,"223":29,"224":9,"225":38,"23":21,"24":47,"25":28,"257":4,"26":3,"268":1,"27":8,"273":1,"279":2,"28":17,"291":2,"292":4,"31":2,"32":4,"33":1,"34":11,"35":5,"352":47,"36":12,"37":4,"38":36,"380":1,"381":4,"383":1,"39":3,"391":4,"397":1,"40":4,"41":9,"414":1,"415":5,"42":4,"43":7,"430":1,"44":2,"45":1,"46":15,"48":3,"49":3,"5":50,"51":3,"52":4,"53":5,"56":2,"6":6,"7":27,"8":4,"9":33,"all_client":8733,"all_tv_clinet":791,"insert_time":"2014-08-17T20:35:04.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7907,"10":9,"107":39,"11":39,"13":24,"14":13,"15":3,"155":4,"16":3,"161":8,"167":2,"18":55,"19":4,"20":3,"209":4,"21":22,"215":5,"221":11,"223":27,"224":9,"225":38,"23":21,"24":49,"25":28,"257":4,"26":3,"268":1,"27":7,"273":1,"279":3,"28":16,"291":2,"292":4,"31":3,"32":4,"33":1,"34":9,"35":5,"352":50,"36":13,"37":4,"38":34,"380":1,"381":4,"383":1,"39":3,"391":5,"397":1,"40":4,"41":10,"414":1,"415":5,"42":4,"43":7,"430":1,"44":1,"45":1,"46":16,"48":4,"49":3,"5":50,"51":4,"52":4,"53":6,"56":2,"6":5,"7":25,"8":5,"9":32,"all_client":8696,"all_tv_clinet":789,"insert_time":"2014-08-17T20:36:04.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7888,"10":9,"107":34,"11":40,"13":24,"14":14,"15":3,"155":3,"16":3,"161":8,"167":2,"18":53,"19":4,"20":2,"209":4,"21":22,"215":5,"221":12,"223":24,"224":9,"225":41,"23":19,"24":48,"25":28,"257":4,"26":3,"268":1,"27":6,"273":1,"279":3,"28":16,"291":2,"292":4,"31":3,"314":1,"32":4,"34":8,"35":5,"352":52,"36":13,"37":4,"38":37,"380":1,"381":2,"383":2,"39":4,"391":5,"397":1,"40":4,"41":9,"414":1,"415":5,"42":3,"43":8,"430":1,"44":1,"45":1,"46":17,"48":4,"49":3,"5":50,"51":4,"52":4,"53":6,"56":1,"6":5,"7":25,"8":4,"9":33,"all_client":8670,"all_tv_clinet":782,"insert_time":"2014-08-17T20:37:04.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7870,"10":9,"107":35,"11":40,"13":24,"14":11,"15":3,"155":3,"16":3,"161":8,"167":2,"18":51,"19":5,"20":2,"209":4,"21":23,"215":5,"221":12,"223":24,"224":9,"225":44,"23":18,"24":47,"25":29,"257":5,"26":2,"268":1,"27":6,"273":1,"279":3,"28":16,"291":2,"292":4,"31":3,"314":1,"32":4,"34":7,"35":5,"352":51,"36":14,"37":4,"38":35,"380":1,"381":2,"383":3,"39":4,"391":5,"397":1,"40":4,"41":9,"414":1,"415":4,"42":3,"43":8,"430":1,"44":1,"45":1,"46":16,"48":4,"49":3,"5":48,"51":4,"52":4,"53":6,"6":6,"7":25,"8":4,"9":34,"all_client":8647,"all_tv_clinet":777,"insert_time":"2014-08-17T20:38:04.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7830,"10":6,"107":39,"11":40,"13":23,"14":11,"15":3,"155":3,"16":3,"161":9,"167":2,"18":51,"19":5,"20":2,"209":3,"21":22,"215":5,"221":11,"223":24,"224":9,"225":44,"23":22,"24":46,"25":30,"257":5,"26":2,"268":1,"27":6,"273":1,"279":3,"28":15,"291":2,"292":4,"31":3,"314":1,"32":4,"34":7,"35":5,"352":50,"36":15,"37":4,"38":36,"380":1,"381":2,"383":3,"39":4,"391":5,"397":1,"40":4,"41":9,"414":1,"415":4,"42":3,"43":8,"430":1,"44":1,"45":1,"46":16,"48":4,"49":4,"5":50,"51":4,"52":4,"53":5,"6":6,"7":24,"8":4,"9":34,"all_client":8610,"all_tv_clinet":780,"insert_time":"2014-08-17T20:39:05.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7782,"10":6,"107":39,"11":42,"13":22,"14":11,"15":3,"155":3,"16":3,"161":9,"167":3,"18":50,"19":6,"20":2,"209":3,"21":22,"215":5,"221":12,"223":23,"224":8,"225":43,"23":23,"24":47,"25":31,"257":5,"26":2,"268":1,"27":5,"273":1,"279":4,"28":15,"291":2,"292":3,"30":1,"31":3,"32":4,"34":6,"35":5,"352":49,"36":14,"37":4,"38":36,"380":1,"381":2,"383":3,"39":3,"391":5,"397":1,"40":4,"41":9,"414":1,"415":4,"42":3,"43":8,"430":1,"44":1,"45":1,"46":17,"48":4,"49":4,"5":51,"51":4,"52":5,"53":5,"6":6,"7":24,"8":4,"9":34,"all_client":8563,"all_tv_clinet":781,"insert_time":"2014-08-17T20:40:05.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7755,"10":6,"107":38,"11":44,"13":21,"14":12,"15":3,"155":3,"16":2,"161":10,"167":3,"18":51,"19":6,"20":2,"209":3,"21":20,"215":5,"221":11,"223":24,"224":9,"225":44,"23":22,"24":46,"25":31,"257":5,"26":2,"268":1,"27":5,"273":1,"279":4,"28":16,"291":2,"292":3,"30":1,"31":3,"32":3,"34":6,"35":5,"352":53,"36":12,"37":4,"38":38,"380":1,"381":2,"383":3,"39":3,"391":5,"397":1,"40":4,"41":9,"414":2,"415":4,"42":3,"43":7,"430":1,"44":1,"45":1,"46":17,"48":4,"49":3,"5":51,"51":4,"52":5,"53":5,"6":6,"7":22,"8":4,"9":34,"all_client":8537,"all_tv_clinet":782,"insert_time":"2014-08-17T20:41:05.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7727,"10":5,"107":38,"11":43,"13":21,"14":12,"15":3,"155":3,"16":2,"161":10,"167":3,"18":53,"19":6,"20":2,"209":2,"21":21,"215":5,"221":12,"223":25,"224":7,"225":45,"23":22,"24":47,"25":31,"257":5,"26":2,"268":1,"27":4,"279":4,"28":17,"291":2,"292":3,"30":1,"31":2,"32":3,"34":3,"35":5,"352":53,"36":14,"37":5,"38":40,"380":1,"381":2,"383":3,"39":3,"391":6,"397":1,"40":4,"41":8,"414":2,"415":4,"42":4,"43":7,"430":1,"44":1,"45":1,"46":17,"48":3,"49":3,"5":50,"51":4,"52":5,"53":5,"6":6,"7":22,"8":5,"9":30,"all_client":8507,"all_tv_clinet":780,"insert_time":"2014-08-17T20:42:05.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7704,"10":5,"107":37,"11":43,"13":23,"14":12,"15":3,"155":1,"16":2,"161":8,"167":3,"18":51,"19":6,"20":2,"209":2,"21":21,"215":5,"221":15,"223":25,"224":7,"225":46,"23":22,"24":46,"25":30,"257":4,"26":2,"27":4,"279":4,"28":17,"291":2,"292":3,"30":1,"31":3,"32":3,"34":4,"35":5,"352":52,"36":13,"37":5,"38":43,"380":1,"381":1,"383":3,"39":4,"391":6,"397":1,"40":4,"41":8,"414":2,"415":4,"42":4,"43":6,"430":1,"44":1,"45":1,"46":17,"48":3,"49":3,"5":51,"51":4,"52":5,"53":4,"6":6,"7":20,"8":5,"9":29,"all_client":8478,"all_tv_clinet":774,"insert_time":"2014-08-17T20:43:05.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7689,"10":5,"107":37,"11":43,"13":23,"14":12,"15":3,"155":1,"16":2,"161":6,"167":3,"18":49,"19":6,"20":2,"209":2,"21":21,"215":5,"221":17,"223":26,"224":6,"225":48,"23":24,"24":44,"25":27,"257":4,"26":2,"27":3,"279":4,"28":16,"291":2,"292":2,"30":1,"31":3,"32":3,"34":3,"35":5,"352":49,"36":14,"37":5,"38":44,"380":1,"381":1,"383":3,"39":4,"391":6,"397":1,"40":4,"41":9,"414":2,"415":4,"42":4,"43":5,"430":1,"44":2,"45":1,"46":17,"48":3,"49":3,"5":53,"51":4,"52":5,"53":4,"6":6,"7":20,"8":5,"9":29,"all_client":8458,"all_tv_clinet":769,"insert_time":"2014-08-17T20:44:05.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7691,"10":5,"107":36,"11":43,"13":25,"14":12,"15":2,"155":1,"16":2,"161":6,"167":3,"18":49,"19":5,"20":2,"209":2,"21":22,"215":5,"221":15,"223":22,"224":7,"225":47,"23":23,"24":46,"25":27,"257":4,"26":2,"27":3,"279":4,"28":17,"281":1,"291":2,"292":2,"30":1,"31":3,"32":3,"34":3,"35":6,"352":51,"36":13,"37":4,"38":41,"380":1,"381":1,"383":3,"39":4,"391":5,"397":1,"40":4,"41":10,"414":2,"415":4,"42":4,"43":8,"44":2,"45":1,"46":17,"48":4,"49":3,"5":53,"51":4,"52":5,"53":4,"6":5,"7":20,"8":5,"9":30,"all_client":8458,"all_tv_clinet":767,"insert_time":"2014-08-17T20:45:05.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7670,"10":5,"107":37,"11":43,"13":27,"14":14,"15":2,"155":1,"16":1,"161":7,"167":3,"18":48,"19":5,"20":2,"209":3,"21":22,"215":5,"221":14,"223":21,"224":7,"225":45,"23":23,"24":46,"25":26,"257":5,"26":2,"27":3,"279":4,"28":17,"281":1,"291":2,"292":2,"30":1,"31":4,"32":3,"34":3,"35":6,"352":48,"36":11,"37":4,"38":41,"380":1,"381":1,"383":3,"39":5,"391":5,"397":1,"40":4,"41":9,"414":2,"415":4,"42":5,"43":8,"44":2,"45":1,"46":17,"48":4,"49":3,"5":55,"51":3,"52":5,"53":4,"6":5,"7":20,"8":4,"9":30,"all_client":8435,"all_tv_clinet":765,"insert_time":"2014-08-17T20:46:05.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7656,"10":5,"107":36,"11":45,"13":27,"14":14,"15":2,"155":2,"16":1,"161":8,"167":2,"18":49,"19":5,"20":2,"209":3,"21":23,"215":5,"221":14,"223":22,"224":7,"225":44,"23":22,"24":45,"25":26,"257":5,"26":4,"27":3,"279":4,"28":17,"281":1,"291":2,"292":2,"30":1,"31":4,"32":3,"34":4,"35":6,"352":46,"36":10,"37":4,"38":40,"380":1,"381":1,"383":3,"39":6,"391":5,"40":4,"41":10,"414":2,"415":4,"42":5,"43":8,"44":2,"45":1,"46":16,"48":4,"49":4,"5":56,"51":3,"52":5,"53":4,"6":5,"7":20,"8":4,"9":30,"all_client":8424,"all_tv_clinet":768,"insert_time":"2014-08-17T20:47:05.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7644,"10":4,"107":37,"11":44,"13":26,"14":14,"15":2,"155":2,"16":2,"161":8,"167":2,"18":50,"19":5,"20":2,"209":3,"21":23,"215":5,"221":16,"223":22,"224":7,"225":43,"23":22,"24":40,"25":25,"257":5,"26":5,"27":3,"276":1,"279":4,"28":16,"281":1,"291":2,"292":2,"30":1,"31":4,"32":3,"34":4,"35":7,"352":44,"36":11,"37":4,"38":37,"380":1,"381":1,"383":3,"39":6,"391":5,"40":4,"41":11,"414":2,"415":4,"42":5,"43":8,"44":2,"45":1,"46":16,"48":4,"49":4,"5":53,"51":3,"52":4,"53":3,"6":5,"7":20,"8":4,"9":32,"all_client":8403,"all_tv_clinet":759,"insert_time":"2014-08-17T20:48:06.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7625,"10":4,"107":34,"11":44,"13":24,"14":14,"15":2,"155":2,"16":2,"161":8,"167":2,"18":49,"19":5,"20":3,"209":3,"21":22,"215":5,"221":16,"223":21,"224":7,"225":44,"23":20,"24":43,"25":22,"257":5,"26":5,"268":1,"27":3,"276":1,"279":4,"28":16,"281":1,"291":2,"292":2,"30":1,"31":3,"32":3,"34":5,"35":7,"352":44,"36":11,"37":5,"38":36,"380":1,"381":1,"383":2,"39":6,"391":5,"40":4,"409":1,"41":12,"414":2,"415":4,"42":5,"43":9,"44":2,"45":1,"46":16,"48":4,"49":4,"5":55,"51":3,"52":4,"53":3,"6":4,"7":20,"8":4,"9":32,"all_client":8380,"all_tv_clinet":755,"insert_time":"2014-08-17T20:49:06.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7595,"10":4,"107":33,"11":42,"13":24,"14":14,"15":2,"155":2,"16":3,"161":9,"167":3,"18":48,"19":5,"20":3,"209":3,"21":21,"215":5,"221":15,"223":20,"224":7,"225":44,"23":19,"24":46,"25":25,"257":5,"26":5,"268":1,"27":3,"276":1,"279":4,"28":17,"281":1,"291":2,"292":2,"30":1,"31":2,"32":3,"34":5,"35":7,"352":44,"36":12,"37":5,"38":39,"380":1,"381":1,"383":1,"39":6,"391":5,"40":4,"409":1,"41":13,"414":2,"415":4,"42":7,"43":9,"44":2,"45":1,"46":17,"48":3,"49":4,"5":56,"51":3,"52":4,"53":3,"6":4,"7":20,"8":4,"9":32,"all_client":8358,"all_tv_clinet":763,"insert_time":"2014-08-17T20:50:06.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7574,"10":5,"107":36,"11":44,"13":23,"14":14,"15":2,"155":2,"16":3,"161":10,"167":3,"18":48,"19":5,"20":3,"209":3,"21":20,"215":5,"221":14,"223":20,"224":7,"225":43,"23":19,"24":48,"25":25,"257":5,"26":5,"268":1,"27":3,"276":1,"279":4,"28":18,"291":2,"292":2,"30":1,"31":3,"32":3,"34":5,"35":7,"352":44,"36":11,"37":5,"38":37,"380":1,"381":1,"383":1,"39":6,"391":5,"40":4,"409":1,"41":13,"414":2,"415":4,"42":7,"43":9,"44":2,"45":1,"46":17,"48":2,"49":4,"5":57,"51":3,"52":4,"53":2,"6":4,"7":19,"79":1,"8":4,"9":31,"all_client":8338,"all_tv_clinet":764,"insert_time":"2014-08-17T20:51:06.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7572,"10":5,"107":36,"11":45,"13":23,"14":14,"15":1,"155":2,"16":3,"161":11,"167":3,"18":49,"19":5,"20":3,"209":4,"21":21,"215":5,"221":14,"223":19,"224":7,"225":38,"23":18,"24":47,"25":24,"257":4,"26":4,"268":1,"27":3,"276":1,"279":3,"28":18,"291":2,"292":2,"30":1,"31":3,"32":3,"34":5,"35":7,"352":44,"36":13,"37":5,"38":34,"380":1,"381":1,"383":1,"39":5,"391":5,"40":5,"409":1,"41":12,"414":2,"415":6,"42":7,"43":9,"44":2,"45":1,"46":16,"48":2,"49":3,"5":58,"51":2,"52":4,"53":2,"6":4,"7":20,"79":1,"8":4,"9":33,"all_client":8329,"all_tv_clinet":757,"insert_time":"2014-08-17T20:52:06.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7564,"10":4,"107":35,"11":47,"13":22,"14":14,"15":1,"155":2,"16":3,"161":11,"167":3,"18":53,"19":5,"20":3,"209":4,"21":21,"215":5,"221":14,"223":18,"224":7,"225":41,"23":18,"24":48,"25":24,"257":4,"26":4,"268":1,"27":3,"276":1,"279":3,"28":18,"291":2,"292":2,"30":1,"31":3,"32":3,"34":4,"35":6,"352":44,"36":13,"37":5,"38":33,"380":1,"381":1,"383":1,"39":5,"391":5,"40":5,"409":1,"41":12,"414":2,"415":6,"42":6,"43":9,"44":2,"46":17,"48":2,"49":3,"5":55,"51":3,"52":4,"53":1,"6":4,"7":20,"79":1,"8":4,"9":33,"all_client":8320,"all_tv_clinet":756,"insert_time":"2014-08-17T20:53:06.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7547,"10":4,"107":35,"11":48,"13":21,"14":13,"15":1,"155":2,"16":3,"161":11,"167":3,"18":55,"19":5,"20":3,"209":4,"21":20,"215":6,"221":15,"223":19,"224":6,"225":38,"23":17,"24":48,"25":26,"257":4,"26":4,"268":1,"27":3,"273":1,"276":1,"279":3,"28":18,"291":2,"292":2,"30":1,"31":4,"32":3,"34":5,"35":6,"352":45,"36":12,"37":5,"38":34,"380":1,"381":2,"383":1,"39":5,"391":4,"40":5,"409":1,"41":12,"414":2,"415":6,"42":6,"43":9,"44":2,"46":16,"48":3,"49":3,"5":56,"51":3,"52":4,"53":1,"6":6,"7":20,"79":1,"8":3,"9":34,"all_client":8310,"all_tv_clinet":763,"insert_time":"2014-08-17T20:54:06.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7532,"10":4,"107":32,"11":49,"13":22,"14":12,"15":1,"155":2,"16":3,"161":11,"167":3,"18":54,"19":4,"20":2,"209":4,"21":17,"215":6,"221":15,"223":19,"224":7,"225":41,"23":17,"24":48,"25":30,"257":4,"26":4,"268":1,"27":3,"273":1,"276":1,"279":3,"28":18,"291":2,"292":2,"30":1,"31":2,"32":3,"34":6,"35":6,"352":43,"36":13,"37":6,"38":31,"380":1,"381":2,"383":1,"39":6,"391":4,"40":5,"409":1,"41":13,"414":1,"415":6,"42":5,"43":8,"44":2,"46":15,"48":3,"49":4,"5":55,"51":3,"52":3,"53":1,"6":6,"7":19,"79":1,"8":3,"9":35,"all_client":8288,"all_tv_clinet":756,"insert_time":"2014-08-17T20:55:06.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7503,"10":4,"107":32,"11":48,"13":23,"14":12,"15":1,"155":2,"158":1,"16":1,"161":13,"167":3,"18":54,"19":5,"20":3,"209":5,"21":18,"215":6,"221":13,"223":18,"224":7,"225":40,"23":17,"24":46,"25":29,"257":3,"26":4,"268":1,"27":3,"273":1,"276":1,"279":3,"28":17,"291":2,"292":2,"30":1,"31":3,"32":3,"34":6,"35":6,"352":43,"36":14,"37":6,"38":34,"380":1,"381":2,"383":2,"39":6,"391":4,"40":5,"409":1,"41":13,"414":1,"415":6,"42":5,"43":8,"44":1,"45":1,"46":13,"48":3,"49":4,"5":54,"51":3,"52":3,"53":1,"6":6,"7":19,"79":1,"8":3,"9":34,"all_client":8257,"all_tv_clinet":754,"insert_time":"2014-08-17T20:56:07.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7501,"10":5,"107":31,"11":47,"13":22,"14":12,"15":1,"155":2,"158":1,"16":2,"161":14,"167":3,"18":54,"19":6,"20":3,"209":5,"21":18,"215":5,"221":14,"223":19,"224":7,"225":39,"23":19,"24":44,"25":27,"257":3,"26":6,"268":1,"27":3,"273":1,"276":1,"279":4,"28":17,"291":2,"292":3,"30":1,"31":3,"32":3,"34":6,"35":7,"352":45,"36":13,"37":6,"38":29,"380":1,"381":1,"383":2,"39":6,"391":3,"40":5,"409":1,"41":13,"414":1,"415":6,"42":5,"43":8,"44":1,"45":1,"46":12,"48":3,"49":4,"5":52,"51":3,"52":3,"53":1,"6":6,"7":17,"79":1,"8":5,"9":36,"all_client":8252,"all_tv_clinet":751,"insert_time":"2014-08-17T20:57:07.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7488,"10":5,"107":32,"11":47,"13":21,"14":12,"15":1,"155":2,"158":1,"16":1,"161":14,"167":3,"18":54,"19":6,"20":3,"209":4,"21":18,"215":5,"221":14,"223":16,"224":6,"225":39,"23":19,"24":42,"25":27,"257":3,"26":7,"268":1,"27":3,"273":1,"276":1,"279":4,"28":17,"291":2,"292":3,"30":1,"31":3,"32":3,"34":6,"35":7,"352":49,"36":12,"37":6,"38":29,"380":1,"381":1,"383":2,"39":6,"391":3,"40":5,"409":1,"41":14,"414":1,"415":6,"42":4,"43":8,"44":1,"45":1,"46":12,"48":3,"49":4,"5":51,"51":3,"52":4,"53":2,"6":6,"7":19,"79":1,"8":4,"9":35,"all_client":8236,"all_tv_clinet":748,"insert_time":"2014-08-17T20:58:07.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7489,"10":7,"107":33,"11":45,"12":1,"13":17,"14":12,"15":1,"155":2,"16":1,"161":13,"167":3,"18":53,"19":6,"20":3,"209":2,"21":19,"215":4,"221":13,"223":16,"224":7,"225":41,"23":19,"24":42,"25":28,"257":3,"26":7,"268":1,"27":3,"273":1,"276":1,"279":4,"28":17,"291":2,"292":3,"30":1,"31":3,"314":1,"32":3,"34":7,"35":7,"352":44,"36":12,"37":6,"38":28,"380":1,"381":1,"383":2,"39":6,"391":3,"40":6,"409":1,"41":14,"414":1,"415":6,"42":4,"43":8,"44":1,"45":1,"46":11,"48":3,"49":4,"5":50,"51":4,"52":4,"53":2,"6":6,"7":18,"79":1,"8":5,"9":35,"all_client":8229,"all_tv_clinet":740,"insert_time":"2014-08-17T20:59:07.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7481,"10":7,"107":30,"11":45,"12":1,"13":18,"14":13,"15":1,"155":2,"16":2,"161":13,"167":3,"18":54,"19":5,"20":3,"209":1,"21":19,"215":5,"221":13,"223":16,"224":7,"225":43,"23":21,"24":42,"25":31,"257":3,"26":7,"268":1,"27":3,"276":1,"279":4,"28":17,"291":2,"292":3,"31":3,"314":1,"32":3,"34":7,"35":6,"352":43,"36":12,"37":6,"38":29,"380":1,"381":1,"383":2,"39":6,"391":3,"40":6,"409":1,"41":15,"414":1,"415":6,"42":4,"43":9,"44":1,"45":1,"46":10,"48":2,"49":2,"5":53,"51":4,"52":4,"53":2,"6":6,"7":20,"79":1,"8":3,"9":30,"all_client":8221,"all_tv_clinet":740,"insert_time":"2014-08-17T21:00:07.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7475,"10":7,"107":28,"11":46,"12":1,"13":17,"14":13,"15":1,"155":2,"16":2,"161":13,"167":3,"18":55,"19":5,"20":3,"209":1,"21":20,"215":5,"221":13,"223":17,"224":7,"225":40,"23":19,"24":43,"25":32,"257":3,"26":7,"268":1,"27":3,"276":1,"279":3,"28":17,"291":2,"292":3,"31":3,"314":1,"32":3,"34":7,"35":7,"352":46,"36":12,"37":6,"38":30,"380":1,"381":1,"383":2,"39":4,"391":3,"40":7,"409":1,"41":13,"414":1,"415":6,"42":4,"43":8,"44":1,"45":1,"46":10,"48":2,"49":2,"5":52,"51":5,"52":4,"53":2,"6":6,"7":21,"79":1,"8":4,"9":29,"all_client":8214,"all_tv_clinet":739,"insert_time":"2014-08-17T21:01:07.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7443,"10":7,"107":30,"11":51,"12":2,"13":18,"14":13,"15":2,"155":2,"16":2,"161":13,"167":3,"18":56,"19":4,"20":2,"209":1,"21":19,"215":5,"221":13,"223":17,"224":7,"225":40,"23":20,"24":42,"25":32,"257":4,"26":5,"268":1,"27":4,"276":1,"279":3,"28":17,"291":2,"292":3,"31":3,"314":1,"32":3,"34":7,"35":7,"352":49,"36":11,"37":6,"38":30,"380":1,"381":1,"383":2,"39":5,"391":2,"40":7,"409":1,"41":12,"414":1,"415":6,"42":4,"43":7,"44":1,"46":10,"48":2,"49":2,"5":50,"51":5,"52":4,"53":2,"6":6,"63":1,"7":21,"79":1,"8":6,"9":28,"all_client":8189,"all_tv_clinet":746,"insert_time":"2014-08-17T21:02:07.783Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7408,"10":6,"107":31,"11":49,"12":2,"13":19,"14":12,"15":2,"155":2,"16":1,"161":13,"167":3,"18":61,"19":4,"20":2,"209":2,"21":18,"215":6,"221":13,"223":20,"224":7,"225":38,"23":19,"24":44,"25":33,"257":4,"26":6,"268":1,"27":4,"279":2,"28":18,"291":2,"292":3,"31":3,"314":1,"32":3,"34":8,"35":7,"352":47,"36":11,"37":6,"38":28,"380":1,"381":2,"383":3,"39":5,"391":2,"40":7,"409":1,"41":8,"414":1,"415":6,"42":3,"43":5,"44":1,"46":12,"48":2,"49":2,"5":50,"51":5,"52":6,"53":3,"6":5,"63":1,"7":21,"79":1,"8":7,"9":26,"all_client":8155,"all_tv_clinet":747,"insert_time":"2014-08-17T21:03:07.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7397,"10":6,"107":30,"11":47,"12":2,"13":19,"14":11,"15":2,"155":2,"16":2,"161":13,"167":3,"18":61,"19":4,"20":2,"209":1,"21":20,"215":6,"221":13,"223":21,"224":7,"225":36,"23":19,"24":45,"25":32,"257":4,"26":5,"268":1,"27":4,"279":2,"28":18,"291":2,"292":3,"31":3,"314":2,"32":4,"34":8,"35":7,"352":41,"36":11,"37":6,"38":32,"380":1,"381":2,"383":3,"39":5,"391":2,"40":7,"409":1,"41":8,"414":2,"415":6,"42":2,"43":5,"44":1,"46":12,"48":4,"49":2,"5":50,"51":5,"52":6,"53":2,"6":6,"63":1,"7":22,"79":1,"8":8,"9":26,"all_client":8144,"all_tv_clinet":747,"insert_time":"2014-08-17T21:04:07.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7387,"10":6,"107":30,"11":48,"12":2,"13":18,"14":11,"15":2,"155":2,"16":2,"161":12,"167":3,"18":62,"19":4,"20":1,"209":2,"21":22,"215":6,"221":14,"223":22,"224":7,"225":35,"23":19,"24":45,"25":33,"257":4,"26":5,"268":1,"27":4,"279":2,"28":18,"291":2,"292":3,"31":3,"314":1,"32":4,"34":8,"35":7,"352":44,"36":12,"37":6,"38":29,"380":1,"381":2,"383":3,"39":2,"391":3,"40":8,"409":1,"41":6,"414":2,"415":7,"42":2,"43":5,"44":1,"46":12,"48":4,"49":2,"5":51,"51":4,"52":6,"53":2,"6":6,"7":22,"79":1,"8":7,"9":27,"all_client":8135,"all_tv_clinet":748,"insert_time":"2014-08-17T21:05:08.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7384,"10":6,"107":27,"11":49,"12":2,"13":17,"14":11,"15":2,"155":2,"16":2,"161":13,"167":3,"18":62,"19":4,"20":1,"209":2,"21":22,"215":6,"221":14,"223":22,"224":7,"225":37,"23":19,"24":45,"25":34,"257":4,"26":4,"268":1,"27":4,"279":2,"28":18,"291":2,"292":3,"31":3,"314":1,"32":4,"34":7,"35":6,"352":46,"36":12,"37":6,"38":27,"380":1,"381":2,"383":3,"39":2,"391":3,"40":8,"409":1,"41":6,"414":2,"415":7,"42":2,"43":3,"44":1,"46":12,"48":4,"49":2,"5":49,"51":4,"52":5,"53":2,"6":7,"7":26,"79":1,"8":7,"9":29,"all_client":8132,"all_tv_clinet":748,"insert_time":"2014-08-17T21:06:08.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7372,"10":6,"107":28,"11":49,"12":2,"13":17,"14":11,"15":2,"155":2,"16":2,"160":1,"161":13,"167":3,"18":62,"19":3,"20":1,"209":2,"21":22,"215":6,"221":14,"223":24,"224":7,"225":37,"23":21,"24":42,"25":38,"257":5,"26":4,"268":1,"27":4,"279":2,"28":17,"291":2,"292":3,"31":4,"32":3,"34":7,"35":6,"352":48,"36":12,"37":6,"38":25,"380":1,"381":3,"383":3,"39":2,"391":3,"397":1,"40":7,"409":1,"41":5,"414":2,"415":7,"42":2,"43":4,"44":2,"46":9,"48":4,"49":2,"5":48,"51":3,"52":5,"53":2,"6":6,"7":26,"79":1,"8":7,"9":28,"all_client":8120,"all_tv_clinet":748,"insert_time":"2014-08-17T21:07:08.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7368,"10":6,"107":25,"11":44,"12":2,"13":17,"14":12,"15":2,"155":2,"16":2,"160":1,"161":13,"167":1,"18":64,"19":3,"20":1,"209":2,"21":22,"215":6,"221":13,"223":26,"224":7,"225":39,"23":22,"24":42,"25":37,"257":5,"26":5,"268":1,"27":5,"279":1,"28":17,"291":2,"292":3,"31":4,"32":3,"34":7,"35":6,"352":52,"36":11,"37":6,"38":26,"380":1,"381":3,"383":2,"39":3,"391":3,"397":1,"40":6,"409":1,"41":5,"414":2,"415":6,"42":2,"43":4,"44":3,"46":9,"48":4,"49":2,"5":52,"51":3,"52":5,"53":2,"6":6,"7":26,"79":1,"8":7,"9":28,"all_client":8120,"all_tv_clinet":752,"insert_time":"2014-08-17T21:08:08.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7350,"10":6,"107":26,"11":44,"12":2,"13":18,"14":12,"15":2,"155":2,"16":2,"160":1,"161":11,"167":1,"18":62,"19":3,"20":1,"209":2,"21":20,"215":6,"221":14,"223":27,"224":7,"225":42,"23":22,"24":42,"25":37,"257":5,"26":5,"268":1,"27":6,"279":1,"28":17,"291":2,"292":3,"30":1,"31":3,"32":3,"34":7,"35":6,"352":52,"36":13,"37":6,"38":27,"380":1,"381":3,"383":2,"39":3,"391":3,"397":1,"40":6,"409":1,"41":5,"414":2,"415":7,"42":2,"43":3,"44":3,"46":8,"48":5,"49":2,"5":49,"51":3,"52":5,"53":3,"6":7,"7":28,"8":8,"9":25,"all_client":8105,"all_tv_clinet":755,"insert_time":"2014-08-17T21:09:08.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7343,"10":6,"107":26,"11":43,"12":2,"13":19,"14":13,"15":2,"155":2,"16":2,"160":1,"161":10,"167":1,"18":62,"19":3,"20":1,"209":2,"21":21,"215":6,"221":12,"223":26,"224":7,"225":40,"23":24,"24":41,"25":36,"257":5,"26":5,"268":1,"27":8,"279":1,"28":18,"291":3,"292":3,"30":1,"31":3,"32":3,"34":6,"35":7,"352":52,"36":14,"37":6,"38":28,"380":1,"381":3,"383":2,"39":3,"391":3,"397":1,"40":6,"409":1,"41":4,"414":2,"415":6,"42":2,"43":3,"44":3,"46":11,"48":5,"49":1,"5":48,"51":3,"52":5,"53":3,"6":8,"7":26,"8":9,"9":24,"all_client":8098,"all_tv_clinet":755,"insert_time":"2014-08-17T21:10:08.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7326,"10":4,"107":28,"11":44,"12":2,"13":22,"14":14,"15":2,"155":3,"16":2,"160":1,"161":9,"167":1,"18":62,"19":3,"20":1,"209":1,"21":21,"215":7,"221":12,"223":24,"224":6,"225":39,"23":26,"24":42,"25":37,"257":5,"26":4,"268":1,"27":8,"279":1,"28":19,"291":3,"292":3,"30":1,"31":3,"32":3,"34":7,"35":7,"352":47,"36":14,"37":6,"38":30,"380":1,"381":3,"383":2,"39":3,"391":3,"397":1,"40":7,"409":1,"41":4,"414":2,"415":8,"42":2,"43":3,"44":3,"46":12,"48":5,"49":1,"5":45,"51":3,"52":5,"53":4,"6":8,"7":26,"79":1,"8":9,"9":23,"all_client":8086,"all_tv_clinet":760,"insert_time":"2014-08-17T21:11:08.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7303,"10":4,"107":26,"11":44,"12":2,"13":23,"14":14,"15":2,"155":3,"16":2,"160":1,"161":11,"167":1,"18":64,"19":3,"20":1,"209":1,"21":21,"215":7,"221":11,"223":23,"224":6,"225":37,"23":25,"24":43,"25":39,"257":5,"26":4,"268":1,"27":9,"279":1,"28":19,"291":3,"292":3,"30":1,"31":3,"32":3,"34":7,"35":7,"352":48,"36":14,"37":6,"38":32,"380":1,"381":3,"383":2,"39":3,"391":4,"397":1,"40":7,"409":1,"41":4,"414":2,"415":8,"42":2,"43":4,"44":3,"46":11,"48":4,"49":2,"5":45,"51":3,"52":5,"53":4,"6":8,"7":25,"79":1,"8":10,"9":24,"all_client":8070,"all_tv_clinet":767,"insert_time":"2014-08-17T21:12:09.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7282,"10":4,"107":26,"11":44,"12":2,"13":21,"14":16,"15":2,"155":3,"16":2,"160":1,"161":11,"167":1,"18":61,"19":3,"20":1,"209":1,"21":24,"210":1,"215":6,"221":12,"223":22,"224":6,"225":38,"23":24,"24":45,"25":37,"257":5,"26":4,"268":1,"27":9,"279":1,"28":21,"291":3,"292":3,"30":1,"31":2,"32":3,"34":7,"35":5,"352":50,"36":14,"37":5,"38":32,"380":1,"381":3,"383":2,"39":3,"391":4,"397":1,"40":7,"409":1,"41":3,"414":2,"415":8,"42":2,"43":4,"44":3,"46":11,"48":4,"49":2,"5":46,"51":3,"52":6,"53":4,"6":8,"7":23,"79":1,"8":10,"9":25,"all_client":8049,"all_tv_clinet":767,"insert_time":"2014-08-17T21:13:09.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7280,"10":4,"107":25,"11":43,"12":2,"13":21,"14":15,"15":1,"155":2,"16":2,"160":1,"161":12,"167":1,"18":60,"19":3,"20":1,"209":2,"21":24,"210":1,"215":6,"221":13,"223":21,"224":7,"225":40,"23":22,"24":45,"25":38,"257":5,"26":4,"268":1,"27":9,"279":1,"28":22,"291":3,"292":3,"30":1,"31":1,"32":3,"34":7,"35":5,"352":47,"36":14,"37":5,"38":34,"380":1,"381":3,"383":2,"39":3,"391":4,"397":1,"40":7,"409":1,"41":4,"414":1,"415":6,"42":2,"426":1,"43":4,"44":3,"45":1,"46":11,"48":4,"49":2,"5":46,"51":3,"52":6,"53":4,"6":8,"7":23,"79":1,"8":10,"9":26,"all_client":8045,"all_tv_clinet":765,"insert_time":"2014-08-17T21:14:09.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7261,"10":5,"107":25,"11":45,"12":2,"13":22,"14":15,"15":2,"155":2,"16":2,"160":1,"161":12,"167":1,"18":55,"19":3,"20":1,"209":2,"21":25,"210":1,"215":5,"221":13,"223":22,"224":7,"225":41,"23":22,"24":43,"25":38,"257":5,"26":4,"268":1,"27":8,"279":1,"28":23,"291":3,"292":3,"30":1,"31":1,"32":3,"34":8,"35":5,"352":48,"36":12,"37":5,"38":36,"380":1,"381":2,"383":3,"39":3,"391":5,"397":1,"40":7,"409":1,"41":4,"414":1,"415":6,"42":2,"426":1,"43":3,"44":3,"45":1,"46":12,"48":4,"49":2,"5":46,"51":3,"52":5,"53":4,"6":7,"7":26,"79":1,"8":11,"9":30,"all_client":8035,"all_tv_clinet":774,"insert_time":"2014-08-17T21:15:09.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7258,"10":5,"107":23,"11":44,"12":2,"13":22,"14":14,"15":2,"155":2,"16":2,"160":1,"161":13,"167":1,"18":52,"19":3,"20":1,"209":2,"21":24,"215":5,"221":11,"223":23,"224":6,"225":42,"23":24,"24":46,"25":39,"257":5,"26":4,"268":1,"27":8,"279":1,"28":23,"291":3,"292":3,"30":1,"31":2,"32":3,"34":8,"35":4,"352":49,"36":13,"37":4,"38":36,"380":1,"381":2,"383":3,"39":3,"391":5,"397":1,"40":7,"41":4,"414":1,"415":6,"42":2,"426":1,"43":4,"44":3,"45":1,"46":12,"48":3,"49":2,"5":45,"51":3,"52":5,"53":4,"6":7,"7":27,"79":1,"8":9,"9":32,"all_client":8029,"all_tv_clinet":771,"insert_time":"2014-08-17T21:16:09.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7266,"10":6,"107":25,"11":45,"12":2,"13":21,"14":14,"15":2,"155":2,"16":4,"160":1,"161":13,"167":1,"18":52,"19":3,"20":1,"209":3,"21":23,"215":5,"221":11,"223":25,"224":6,"225":38,"23":25,"24":47,"25":39,"257":4,"26":4,"268":1,"27":8,"279":1,"28":23,"291":2,"292":3,"30":1,"31":2,"32":3,"34":8,"35":4,"352":51,"36":12,"37":4,"38":32,"380":1,"381":2,"383":3,"39":3,"391":5,"397":1,"40":6,"41":4,"414":2,"415":6,"42":2,"43":4,"44":3,"45":1,"46":12,"48":3,"49":2,"5":46,"51":3,"52":5,"53":4,"6":7,"7":28,"79":1,"8":9,"9":34,"all_client":8040,"all_tv_clinet":774,"insert_time":"2014-08-17T21:17:09.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7232,"10":5,"107":24,"11":44,"12":2,"13":21,"14":11,"15":2,"155":2,"16":4,"160":1,"161":12,"167":1,"18":58,"19":4,"20":1,"209":4,"21":25,"215":5,"221":11,"223":25,"224":6,"225":40,"23":25,"24":44,"25":38,"257":4,"26":4,"268":1,"27":7,"279":1,"28":24,"291":2,"292":3,"31":2,"32":3,"34":8,"35":3,"352":51,"36":11,"37":3,"38":37,"380":1,"381":2,"383":3,"39":2,"391":5,"397":1,"40":5,"41":3,"414":2,"415":6,"42":2,"43":4,"44":3,"45":1,"46":9,"48":3,"49":2,"5":46,"51":4,"52":5,"53":4,"6":6,"7":25,"79":1,"8":8,"9":36,"all_client":8000,"all_tv_clinet":768,"insert_time":"2014-08-17T21:18:09.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7215,"10":5,"107":24,"11":43,"12":2,"13":22,"14":12,"15":2,"155":1,"16":5,"161":12,"167":1,"18":60,"19":4,"20":1,"209":4,"21":28,"210":1,"215":6,"221":11,"223":25,"224":6,"225":40,"23":23,"24":42,"25":38,"257":3,"26":4,"268":1,"27":6,"279":1,"28":24,"291":2,"292":3,"31":2,"32":3,"33":1,"34":9,"35":4,"352":50,"36":10,"37":3,"38":34,"380":1,"381":2,"383":3,"39":2,"391":7,"397":1,"40":5,"41":3,"414":1,"415":5,"42":2,"43":5,"44":2,"45":1,"46":11,"48":2,"49":2,"5":46,"51":4,"52":5,"53":4,"6":5,"7":23,"79":3,"8":10,"9":34,"all_client":7982,"all_tv_clinet":767,"insert_time":"2014-08-17T21:19:09.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7200,"10":4,"107":26,"11":41,"12":2,"13":21,"14":14,"15":2,"155":1,"16":5,"161":11,"167":1,"18":58,"19":4,"20":1,"209":5,"21":27,"210":1,"215":6,"221":13,"223":25,"224":6,"225":40,"23":25,"24":44,"25":39,"257":4,"26":5,"268":1,"27":7,"279":1,"28":24,"291":3,"292":3,"31":2,"32":3,"33":1,"34":10,"35":4,"352":43,"36":10,"37":3,"38":34,"380":1,"381":2,"383":3,"39":2,"391":7,"397":1,"40":5,"41":2,"414":1,"415":7,"42":2,"43":6,"44":2,"45":1,"46":13,"48":2,"49":2,"5":46,"51":4,"52":4,"53":3,"6":7,"7":23,"79":3,"8":12,"9":33,"all_client":7974,"all_tv_clinet":774,"insert_time":"2014-08-17T21:20:10.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7135,"10":5,"107":26,"11":43,"12":2,"13":22,"14":15,"15":2,"155":1,"16":5,"161":11,"167":1,"18":56,"19":4,"20":1,"209":5,"21":27,"210":1,"215":7,"221":12,"223":24,"224":6,"225":42,"23":25,"24":46,"25":37,"257":4,"26":4,"268":1,"27":7,"279":1,"28":24,"291":3,"292":3,"31":3,"32":3,"33":1,"34":10,"35":4,"352":41,"36":10,"37":3,"38":30,"380":1,"381":2,"383":3,"39":2,"391":7,"397":1,"40":7,"41":2,"414":1,"415":7,"42":2,"43":6,"44":2,"45":1,"46":14,"48":2,"49":2,"5":46,"51":4,"52":4,"53":2,"6":7,"7":24,"79":3,"8":13,"9":33,"all_client":7911,"all_tv_clinet":776,"insert_time":"2014-08-17T21:21:10.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7196,"10":5,"107":26,"11":41,"12":2,"13":22,"14":15,"15":2,"155":1,"16":5,"161":10,"167":1,"18":56,"19":4,"20":1,"209":5,"21":27,"210":2,"215":6,"221":12,"223":27,"224":6,"225":45,"23":25,"24":45,"25":36,"257":4,"26":4,"268":1,"27":7,"279":1,"28":24,"291":3,"292":3,"31":2,"32":3,"33":1,"34":9,"347":1,"35":3,"352":38,"36":10,"37":4,"38":32,"380":1,"381":2,"383":3,"39":2,"391":7,"397":1,"40":7,"41":2,"414":2,"415":8,"42":2,"43":6,"44":2,"45":1,"46":13,"48":2,"49":2,"5":48,"51":4,"52":4,"53":2,"6":7,"7":24,"79":1,"8":13,"9":34,"all_client":7973,"all_tv_clinet":777,"insert_time":"2014-08-17T21:22:10.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7200,"10":5,"107":26,"11":42,"12":1,"13":22,"14":15,"15":2,"155":1,"16":4,"161":11,"167":1,"18":54,"19":4,"20":1,"209":5,"21":27,"210":2,"215":6,"221":11,"223":27,"224":7,"225":43,"23":24,"24":46,"25":36,"257":4,"26":2,"268":1,"27":7,"279":1,"28":24,"291":3,"292":3,"31":3,"32":3,"33":1,"34":9,"347":1,"35":3,"352":41,"36":10,"37":4,"38":34,"380":1,"381":2,"383":3,"39":2,"391":7,"397":1,"40":8,"41":2,"414":2,"415":8,"42":2,"43":6,"44":2,"45":1,"46":14,"48":2,"49":2,"5":49,"51":5,"52":5,"53":2,"6":5,"7":25,"8":12,"9":35,"all_client":7980,"all_tv_clinet":780,"insert_time":"2014-08-17T21:23:10.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7193,"10":5,"107":31,"11":42,"12":1,"13":20,"14":14,"15":2,"155":1,"16":3,"161":11,"167":2,"18":54,"19":4,"20":1,"209":5,"21":28,"210":2,"215":6,"221":10,"223":30,"224":7,"225":44,"23":23,"24":47,"25":37,"257":5,"26":3,"268":1,"27":7,"279":1,"28":23,"291":3,"292":3,"31":4,"32":3,"33":1,"34":10,"347":1,"35":3,"352":40,"36":13,"37":4,"38":32,"380":1,"381":2,"383":3,"39":3,"391":7,"397":1,"40":9,"41":2,"414":3,"415":7,"42":2,"43":6,"44":2,"45":1,"46":13,"48":2,"49":1,"5":51,"51":5,"52":5,"53":2,"6":4,"7":24,"8":11,"9":36,"all_client":7983,"all_tv_clinet":790,"insert_time":"2014-08-17T21:24:10.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7221,"10":5,"107":30,"11":43,"12":1,"13":20,"14":14,"15":2,"155":1,"16":3,"160":1,"161":11,"167":2,"18":55,"19":4,"20":1,"209":5,"21":27,"210":2,"215":6,"221":9,"223":29,"224":7,"225":45,"23":23,"24":46,"25":40,"257":6,"26":3,"268":1,"27":8,"279":1,"28":22,"291":3,"292":3,"31":4,"32":3,"33":1,"34":11,"347":2,"35":4,"352":39,"36":13,"37":4,"38":33,"380":1,"381":2,"383":3,"39":4,"391":7,"397":1,"40":9,"41":2,"414":3,"415":7,"42":2,"43":5,"44":2,"45":1,"46":11,"48":2,"49":2,"5":52,"51":5,"52":4,"53":3,"6":5,"7":21,"8":10,"80":1,"9":33,"all_client":8012,"all_tv_clinet":791,"insert_time":"2014-08-17T21:25:10.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7208,"10":5,"107":31,"11":46,"12":1,"13":19,"14":14,"15":2,"155":1,"16":3,"160":1,"161":11,"167":2,"18":58,"19":4,"20":1,"209":4,"21":28,"210":2,"215":5,"221":8,"223":32,"224":7,"225":44,"23":21,"24":46,"25":43,"257":5,"26":3,"268":1,"27":8,"279":1,"28":24,"291":3,"292":3,"31":4,"32":3,"33":1,"34":11,"347":2,"35":4,"352":40,"36":15,"37":4,"38":28,"380":1,"381":2,"383":2,"39":5,"391":8,"397":1,"40":9,"41":2,"414":3,"415":7,"42":2,"43":6,"44":3,"45":1,"46":11,"48":2,"49":2,"5":52,"51":5,"52":3,"53":3,"6":5,"7":21,"8":10,"80":1,"9":33,"all_client":8007,"all_tv_clinet":799,"insert_time":"2014-08-17T21:26:10.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7187,"10":5,"107":32,"11":45,"12":1,"13":20,"14":12,"15":2,"155":1,"16":3,"160":1,"161":11,"167":2,"18":60,"19":4,"20":1,"209":4,"21":28,"210":2,"215":5,"221":9,"223":34,"224":7,"225":42,"23":21,"24":47,"25":45,"257":5,"26":3,"268":1,"27":8,"279":1,"28":25,"291":3,"292":3,"31":5,"32":3,"33":1,"34":11,"347":2,"35":4,"352":41,"36":15,"37":5,"38":27,"380":1,"381":2,"383":2,"39":5,"391":8,"397":1,"40":8,"41":3,"414":3,"415":7,"42":2,"43":5,"44":3,"45":1,"46":12,"48":2,"49":2,"5":50,"51":6,"52":3,"53":4,"6":4,"7":24,"8":9,"80":1,"9":30,"all_client":7992,"all_tv_clinet":805,"insert_time":"2014-08-17T21:27:10.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7226,"10":5,"107":33,"11":47,"12":1,"13":21,"14":11,"15":2,"155":2,"16":3,"160":1,"161":12,"167":2,"18":58,"19":3,"20":1,"209":4,"21":29,"210":1,"215":5,"221":11,"223":32,"224":8,"225":43,"23":25,"24":44,"25":44,"257":4,"26":5,"27":7,"273":1,"279":1,"28":23,"291":3,"292":4,"31":5,"32":3,"33":1,"34":11,"347":2,"35":4,"352":43,"36":13,"37":5,"38":25,"380":1,"381":2,"383":2,"39":5,"391":8,"397":1,"40":8,"41":3,"414":3,"415":7,"42":2,"43":6,"44":3,"45":1,"46":13,"48":2,"49":2,"5":54,"51":6,"52":3,"53":4,"6":3,"7":23,"8":9,"80":1,"9":30,"all_client":8036,"all_tv_clinet":810,"insert_time":"2014-08-17T21:28:11.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7227,"10":5,"107":35,"11":46,"12":1,"13":19,"14":11,"15":2,"155":2,"16":4,"160":1,"161":12,"167":2,"18":61,"19":3,"20":1,"209":5,"21":32,"210":1,"215":5,"221":12,"223":28,"224":8,"225":43,"23":26,"24":47,"25":44,"257":5,"26":5,"27":7,"273":1,"276":1,"279":1,"28":22,"291":3,"292":4,"31":4,"32":3,"33":1,"34":11,"347":2,"35":4,"352":42,"36":14,"37":5,"38":25,"380":1,"381":2,"383":2,"39":5,"391":8,"397":1,"40":8,"41":3,"414":3,"415":7,"42":2,"43":6,"44":3,"45":1,"46":12,"48":2,"49":2,"5":56,"51":7,"52":3,"53":4,"6":3,"7":25,"8":10,"80":1,"9":26,"all_client":8046,"all_tv_clinet":819,"insert_time":"2014-08-17T21:29:11.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7224,"10":5,"107":31,"11":45,"12":2,"13":22,"14":11,"15":2,"155":2,"16":4,"160":1,"161":13,"167":2,"18":62,"19":3,"20":1,"209":5,"21":31,"210":1,"215":5,"221":12,"223":30,"224":8,"225":44,"23":25,"24":46,"25":44,"257":5,"26":4,"27":7,"273":1,"276":1,"279":1,"28":22,"291":3,"292":4,"31":4,"32":3,"33":1,"34":10,"347":2,"35":4,"352":42,"36":13,"37":5,"38":26,"380":1,"381":2,"383":2,"39":5,"391":7,"397":1,"40":8,"41":4,"414":2,"415":7,"42":2,"43":6,"430":1,"44":3,"45":1,"46":11,"48":2,"49":2,"5":58,"51":6,"52":3,"53":4,"6":3,"7":24,"8":11,"80":1,"9":23,"all_client":8039,"all_tv_clinet":815,"insert_time":"2014-08-17T21:30:11.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7229,"10":4,"107":32,"11":42,"12":2,"13":22,"14":13,"15":2,"155":2,"16":4,"161":11,"167":2,"18":63,"19":3,"20":1,"209":5,"21":31,"210":1,"215":5,"221":13,"223":34,"224":7,"225":44,"23":23,"24":48,"25":44,"257":7,"26":5,"27":7,"276":1,"279":1,"28":23,"282":1,"291":3,"292":4,"31":4,"32":4,"34":8,"347":2,"35":4,"352":44,"36":13,"37":6,"38":27,"380":1,"381":2,"383":2,"39":4,"391":6,"397":1,"40":8,"41":5,"414":2,"415":7,"42":2,"43":6,"430":1,"44":4,"45":1,"46":11,"48":1,"49":2,"5":56,"51":6,"52":3,"53":5,"6":3,"7":27,"8":11,"80":1,"9":21,"all_client":8050,"all_tv_clinet":821,"insert_time":"2014-08-17T21:31:11.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7240,"10":4,"107":28,"11":42,"12":2,"13":21,"14":12,"15":2,"155":2,"16":3,"161":11,"167":2,"18":65,"19":4,"20":2,"209":4,"21":32,"210":1,"214":1,"215":4,"221":15,"223":36,"224":7,"225":44,"23":22,"24":47,"25":46,"257":7,"26":5,"27":7,"276":1,"279":1,"28":24,"282":1,"291":3,"292":4,"31":4,"32":4,"34":7,"347":2,"35":4,"352":46,"36":13,"37":6,"38":29,"380":1,"381":2,"383":2,"39":4,"391":6,"397":1,"40":8,"41":5,"414":2,"415":6,"42":3,"43":6,"430":1,"44":3,"45":1,"46":11,"48":1,"49":2,"5":56,"51":6,"52":3,"53":5,"6":3,"7":26,"8":11,"80":1,"9":23,"all_client":8066,"all_tv_clinet":826,"insert_time":"2014-08-17T21:32:11.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7238,"10":5,"107":31,"11":40,"12":2,"13":22,"14":12,"15":1,"155":2,"16":3,"161":10,"167":2,"18":62,"19":4,"20":2,"209":4,"21":33,"210":1,"214":2,"215":4,"221":17,"223":34,"224":7,"225":49,"23":22,"24":49,"25":48,"257":7,"26":4,"27":7,"276":1,"279":1,"28":21,"282":1,"291":3,"292":4,"31":5,"32":5,"34":7,"347":2,"35":4,"352":45,"36":14,"37":6,"38":26,"380":1,"381":2,"383":1,"39":4,"391":6,"397":1,"40":7,"409":1,"41":4,"414":2,"415":6,"42":3,"43":6,"44":3,"45":1,"46":12,"48":1,"49":2,"5":52,"51":6,"52":3,"53":5,"6":3,"7":29,"8":12,"80":1,"9":26,"all_client":8069,"all_tv_clinet":831,"insert_time":"2014-08-17T21:33:11.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7253,"10":5,"107":33,"11":40,"12":2,"13":21,"14":12,"15":1,"155":1,"156":1,"16":2,"161":8,"167":2,"18":63,"19":4,"20":2,"209":5,"21":33,"210":1,"214":2,"215":4,"221":18,"223":34,"224":7,"225":50,"23":20,"24":49,"25":50,"257":6,"26":2,"27":8,"276":1,"279":1,"28":20,"282":1,"291":3,"292":4,"31":5,"32":5,"34":5,"347":2,"35":5,"352":47,"36":15,"37":6,"38":26,"380":1,"381":2,"383":1,"39":6,"391":5,"397":1,"40":7,"409":1,"41":5,"414":2,"415":6,"42":3,"43":7,"44":3,"45":1,"46":12,"48":1,"49":4,"5":51,"51":7,"52":3,"53":5,"6":4,"7":27,"8":13,"80":1,"9":26,"all_client":8090,"all_tv_clinet":837,"insert_time":"2014-08-17T21:34:11.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7260,"10":5,"107":32,"11":41,"12":2,"13":22,"14":11,"15":1,"155":1,"156":2,"16":2,"161":7,"167":2,"18":65,"19":3,"20":2,"209":5,"21":34,"210":1,"214":2,"215":4,"221":18,"223":31,"224":8,"225":50,"23":16,"24":51,"25":52,"257":6,"26":2,"27":8,"279":1,"28":20,"282":1,"291":3,"292":4,"31":5,"32":5,"34":4,"347":2,"35":5,"352":47,"36":14,"37":6,"38":27,"380":1,"381":2,"383":1,"39":6,"391":6,"397":1,"40":6,"409":1,"41":5,"414":2,"415":7,"42":4,"43":8,"44":3,"45":1,"46":11,"48":1,"49":4,"5":54,"51":7,"52":3,"53":6,"6":7,"7":28,"8":13,"80":1,"9":25,"all_client":8104,"all_tv_clinet":844,"insert_time":"2014-08-17T21:35:12.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7280,"10":5,"107":32,"11":42,"12":2,"13":18,"14":11,"15":1,"155":1,"156":2,"16":2,"161":7,"167":3,"18":67,"19":3,"20":2,"209":5,"21":32,"210":1,"214":2,"215":5,"221":18,"223":29,"224":8,"225":47,"23":16,"24":53,"25":53,"257":6,"26":2,"27":6,"279":1,"28":20,"282":1,"291":3,"292":4,"31":6,"32":5,"34":3,"347":2,"35":5,"352":47,"36":14,"37":7,"38":29,"380":1,"381":2,"383":1,"39":6,"391":6,"397":1,"40":6,"41":5,"414":2,"415":8,"42":4,"43":8,"44":3,"45":1,"46":12,"48":1,"49":4,"5":53,"51":7,"52":3,"53":6,"6":8,"7":29,"8":14,"80":1,"9":25,"all_client":8125,"all_tv_clinet":845,"insert_time":"2014-08-17T21:36:12.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7264,"10":5,"107":34,"11":44,"12":2,"13":18,"14":12,"15":1,"155":2,"156":1,"16":2,"161":7,"167":3,"18":68,"19":3,"20":2,"209":5,"21":32,"210":1,"214":2,"215":5,"221":20,"223":29,"224":8,"225":47,"23":17,"24":54,"25":56,"257":7,"26":2,"27":7,"279":1,"28":20,"282":1,"291":3,"292":3,"31":6,"314":2,"32":5,"34":3,"347":2,"35":4,"352":48,"36":15,"37":6,"38":32,"380":1,"381":2,"383":1,"39":6,"391":6,"397":1,"40":6,"41":4,"414":2,"415":8,"42":4,"426":1,"43":6,"44":3,"45":1,"46":12,"48":1,"49":4,"5":51,"51":7,"52":3,"53":6,"6":7,"7":28,"79":1,"8":15,"9":24,"all_client":8122,"all_tv_clinet":858,"insert_time":"2014-08-17T21:37:12.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7263,"10":6,"107":36,"11":44,"12":2,"13":21,"14":12,"15":1,"155":3,"156":1,"16":3,"161":7,"167":2,"18":69,"19":3,"20":1,"209":5,"21":30,"210":1,"214":2,"215":5,"221":19,"223":30,"224":6,"225":48,"23":18,"24":53,"25":55,"257":7,"26":2,"27":7,"279":1,"28":20,"282":1,"291":4,"292":3,"31":6,"314":2,"32":4,"34":3,"347":2,"35":4,"352":47,"36":14,"37":6,"38":33,"380":1,"381":2,"383":1,"39":6,"391":6,"397":1,"40":6,"41":6,"414":1,"415":9,"42":4,"426":2,"43":6,"44":4,"45":1,"46":11,"48":2,"49":4,"5":51,"51":7,"52":3,"53":5,"6":11,"7":26,"79":1,"8":17,"9":23,"all_client":8129,"all_tv_clinet":866,"insert_time":"2014-08-17T21:38:12.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7278,"10":6,"107":35,"11":45,"12":2,"13":23,"14":10,"15":1,"155":3,"156":1,"16":3,"161":7,"167":2,"18":67,"19":3,"20":1,"209":5,"21":31,"210":1,"214":2,"215":5,"221":19,"223":33,"224":6,"225":46,"23":17,"24":53,"25":55,"257":6,"26":4,"27":7,"279":1,"28":20,"282":1,"291":4,"292":3,"31":6,"314":2,"32":5,"34":3,"347":2,"35":4,"352":49,"36":12,"37":6,"38":35,"380":1,"381":2,"383":1,"39":6,"391":6,"397":1,"40":4,"41":7,"414":3,"415":9,"42":4,"426":2,"43":6,"44":4,"45":1,"46":12,"48":2,"49":5,"5":49,"51":7,"52":4,"53":5,"6":12,"7":23,"79":1,"8":17,"9":23,"all_client":8147,"all_tv_clinet":869,"insert_time":"2014-08-17T21:39:12.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7262,"10":6,"107":37,"11":49,"12":2,"13":22,"14":10,"15":1,"155":3,"156":1,"16":3,"161":9,"167":2,"18":71,"19":3,"20":1,"209":6,"21":32,"210":1,"214":1,"215":5,"221":17,"223":31,"224":6,"225":47,"23":17,"24":53,"25":51,"257":5,"26":5,"27":7,"279":1,"28":23,"282":2,"291":3,"292":3,"31":7,"314":2,"32":5,"34":3,"347":2,"35":4,"352":47,"36":11,"37":6,"38":37,"380":1,"381":2,"39":6,"391":6,"397":1,"40":4,"41":7,"414":4,"415":9,"42":4,"426":1,"43":6,"44":4,"45":1,"46":11,"48":2,"49":5,"5":48,"51":6,"52":4,"53":5,"6":12,"7":20,"79":1,"8":20,"9":25,"all_client":8137,"all_tv_clinet":875,"insert_time":"2014-08-17T21:40:12.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7263,"10":6,"107":38,"11":50,"12":2,"13":23,"14":10,"15":1,"155":3,"156":1,"16":3,"161":9,"167":3,"18":70,"19":4,"20":1,"209":6,"21":32,"210":1,"214":1,"215":6,"221":17,"223":31,"224":7,"225":48,"23":16,"24":55,"25":51,"257":4,"26":5,"27":8,"279":1,"28":23,"282":2,"291":3,"292":3,"31":7,"314":2,"32":5,"34":3,"347":2,"35":4,"352":47,"36":11,"37":6,"38":37,"380":1,"381":2,"39":7,"391":6,"397":1,"40":4,"41":7,"414":5,"415":8,"42":3,"43":6,"44":4,"45":1,"46":12,"48":1,"49":5,"5":48,"51":5,"52":5,"53":5,"6":11,"7":22,"79":1,"8":22,"9":29,"all_client":8152,"all_tv_clinet":889,"insert_time":"2014-08-17T21:41:12.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7280,"10":6,"107":35,"11":53,"12":1,"13":22,"14":12,"155":4,"156":1,"16":4,"161":9,"167":3,"18":71,"19":5,"20":1,"209":6,"21":34,"210":1,"214":1,"215":5,"221":16,"223":28,"224":7,"225":48,"23":15,"24":55,"25":54,"257":4,"26":4,"27":8,"279":1,"28":24,"282":2,"291":3,"292":3,"30":1,"31":7,"314":2,"32":5,"34":4,"347":1,"35":4,"352":48,"36":10,"37":6,"38":39,"380":1,"381":2,"39":8,"391":6,"397":1,"40":4,"41":7,"414":4,"415":7,"42":3,"426":1,"43":6,"44":5,"45":1,"46":13,"48":1,"49":5,"5":49,"51":6,"52":6,"53":5,"6":11,"7":25,"79":1,"8":25,"9":30,"all_client":8186,"all_tv_clinet":906,"insert_time":"2014-08-17T21:42:12.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7305,"10":6,"107":34,"11":55,"12":1,"13":24,"14":12,"155":4,"156":2,"16":4,"161":7,"167":3,"18":71,"19":5,"20":1,"209":6,"21":33,"210":1,"214":1,"215":5,"221":19,"223":31,"224":7,"225":44,"23":15,"24":60,"25":56,"257":4,"26":3,"27":8,"279":1,"28":24,"282":3,"291":3,"292":3,"30":1,"31":8,"32":5,"34":4,"347":1,"35":4,"352":50,"36":9,"37":6,"38":39,"380":1,"381":1,"39":8,"391":6,"397":1,"40":4,"41":7,"414":4,"415":8,"42":3,"426":1,"43":5,"44":3,"45":1,"46":13,"48":1,"49":4,"5":51,"51":7,"52":6,"53":5,"6":12,"7":29,"79":1,"8":26,"9":30,"all_client":8226,"all_tv_clinet":921,"insert_time":"2014-08-17T21:43:12.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7316,"10":6,"107":32,"11":54,"12":1,"13":23,"14":12,"155":4,"156":2,"16":2,"161":7,"167":2,"18":75,"19":5,"20":1,"209":6,"21":32,"210":1,"214":1,"215":5,"221":20,"223":31,"224":8,"225":45,"23":16,"24":59,"25":57,"257":4,"26":4,"27":9,"279":1,"28":26,"282":3,"291":3,"292":3,"30":1,"31":8,"32":5,"34":4,"347":1,"35":3,"352":47,"36":8,"37":6,"38":41,"380":1,"381":1,"39":7,"391":6,"397":1,"40":3,"41":6,"414":3,"415":9,"42":3,"426":1,"43":6,"44":3,"45":1,"46":12,"48":1,"49":4,"5":54,"51":7,"52":7,"53":5,"6":11,"7":29,"79":1,"8":26,"9":25,"all_client":8233,"all_tv_clinet":917,"insert_time":"2014-08-17T21:44:13.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7332,"10":6,"107":33,"11":55,"12":1,"13":23,"14":12,"155":4,"156":2,"16":2,"161":8,"167":2,"18":77,"19":5,"20":1,"209":6,"21":32,"210":1,"214":1,"215":6,"221":20,"223":30,"224":8,"225":42,"23":16,"24":58,"25":54,"257":4,"26":4,"27":10,"279":1,"28":25,"282":3,"291":2,"292":3,"30":1,"31":9,"32":4,"33":1,"34":5,"347":1,"35":4,"352":49,"36":8,"37":6,"38":42,"380":1,"381":1,"39":7,"391":6,"397":1,"40":3,"41":4,"414":3,"415":10,"42":3,"426":1,"43":7,"44":5,"45":1,"46":12,"48":1,"49":5,"5":54,"51":8,"52":8,"53":5,"6":10,"7":29,"79":1,"8":25,"9":24,"all_client":8254,"all_tv_clinet":922,"insert_time":"2014-08-17T21:45:13.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7347,"10":6,"107":30,"11":55,"12":1,"13":24,"14":13,"155":4,"156":1,"16":2,"161":8,"167":2,"18":76,"19":5,"209":6,"21":32,"210":1,"214":1,"215":6,"221":18,"223":31,"224":8,"225":45,"23":15,"24":58,"25":51,"257":4,"26":4,"27":10,"279":1,"28":25,"282":3,"291":2,"292":2,"30":2,"31":7,"32":4,"33":2,"34":5,"347":1,"35":6,"352":50,"36":8,"37":6,"38":45,"380":1,"381":1,"39":7,"391":6,"397":1,"40":3,"41":4,"414":3,"415":9,"42":3,"426":1,"43":8,"44":6,"45":1,"46":11,"48":1,"49":5,"5":55,"51":8,"52":8,"53":5,"6":10,"7":31,"8":26,"9":24,"all_client":8271,"all_tv_clinet":924,"insert_time":"2014-08-17T21:46:13.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7380,"10":6,"107":31,"11":56,"12":1,"13":25,"14":14,"155":4,"156":1,"16":1,"161":7,"167":3,"18":76,"19":4,"209":6,"21":32,"210":1,"214":1,"215":7,"221":17,"223":33,"224":6,"225":47,"23":16,"24":60,"25":51,"257":4,"26":5,"27":9,"279":1,"28":23,"282":3,"291":2,"292":2,"30":2,"31":7,"32":4,"33":2,"34":4,"347":1,"35":6,"352":48,"36":7,"37":6,"38":43,"380":1,"381":1,"39":6,"391":6,"397":2,"40":3,"41":3,"414":3,"415":9,"42":3,"426":1,"43":7,"44":7,"45":1,"46":12,"48":1,"49":5,"5":53,"51":8,"52":8,"53":6,"6":9,"7":31,"8":26,"9":25,"all_client":8302,"all_tv_clinet":922,"insert_time":"2014-08-17T21:47:13.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7406,"10":6,"107":34,"11":58,"12":1,"13":25,"14":14,"15":1,"155":4,"156":1,"16":1,"161":7,"167":3,"18":78,"19":4,"209":5,"21":32,"210":1,"214":1,"215":7,"221":17,"223":33,"224":6,"225":50,"23":16,"24":64,"25":52,"257":3,"26":5,"27":9,"279":1,"28":24,"282":3,"291":2,"292":1,"30":2,"31":7,"32":4,"33":2,"34":4,"347":1,"35":6,"352":47,"36":7,"37":6,"38":44,"380":1,"381":1,"39":6,"391":6,"397":2,"40":3,"41":4,"414":3,"415":10,"42":3,"426":1,"43":6,"44":7,"45":1,"46":11,"48":1,"49":4,"5":57,"51":7,"52":9,"53":5,"6":11,"7":31,"8":26,"9":25,"all_client":8346,"all_tv_clinet":940,"insert_time":"2014-08-17T21:48:13.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7447,"10":7,"107":33,"11":58,"12":1,"13":26,"14":13,"15":1,"155":4,"156":1,"16":1,"161":7,"167":3,"18":80,"19":4,"209":5,"21":32,"210":1,"214":1,"215":7,"221":18,"223":33,"224":6,"225":49,"23":19,"24":64,"25":52,"257":3,"26":5,"27":9,"279":1,"28":26,"282":3,"291":2,"292":1,"30":2,"31":7,"314":1,"32":4,"33":2,"34":4,"347":1,"35":5,"352":48,"36":6,"37":6,"38":40,"380":1,"381":1,"39":6,"391":6,"397":2,"40":3,"41":4,"414":3,"415":11,"42":4,"426":1,"43":6,"44":7,"45":1,"46":11,"48":1,"49":4,"5":56,"51":7,"52":9,"53":5,"6":10,"7":33,"8":31,"9":25,"all_client":8397,"all_tv_clinet":950,"insert_time":"2014-08-17T21:49:13.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7472,"10":6,"107":32,"11":58,"12":1,"13":25,"14":13,"15":1,"155":4,"156":1,"16":2,"161":8,"167":2,"18":83,"19":4,"209":5,"21":32,"210":1,"214":1,"215":7,"221":17,"223":34,"224":6,"225":46,"23":17,"24":63,"25":53,"257":3,"26":4,"27":11,"273":1,"279":1,"28":26,"282":3,"291":2,"292":1,"30":2,"31":6,"314":1,"32":4,"33":2,"34":4,"347":1,"35":5,"352":50,"36":7,"37":6,"38":40,"380":1,"381":1,"39":6,"391":5,"397":2,"40":3,"41":4,"414":3,"415":12,"42":4,"426":1,"43":5,"44":7,"45":1,"46":11,"48":1,"49":4,"5":61,"51":6,"52":9,"53":5,"6":10,"7":36,"8":30,"9":27,"all_client":8429,"all_tv_clinet":957,"insert_time":"2014-08-17T21:50:13.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7482,"10":6,"107":34,"11":62,"12":2,"13":27,"14":12,"15":1,"155":3,"156":1,"16":2,"161":10,"167":2,"18":88,"19":4,"209":5,"21":31,"210":1,"214":1,"215":6,"221":18,"223":36,"224":6,"225":43,"23":18,"24":63,"25":54,"257":5,"26":5,"27":11,"273":1,"276":1,"279":1,"28":27,"282":3,"291":2,"292":1,"30":1,"31":4,"314":1,"32":4,"33":1,"34":4,"347":1,"35":5,"352":48,"36":8,"37":7,"38":41,"380":1,"381":1,"39":6,"391":5,"397":2,"40":3,"41":5,"414":3,"415":11,"42":4,"426":1,"43":4,"44":7,"45":1,"46":11,"48":1,"49":4,"5":58,"51":5,"52":10,"53":6,"6":11,"7":37,"8":32,"9":25,"all_client":8454,"all_tv_clinet":972,"insert_time":"2014-08-17T21:51:13.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7514,"10":6,"107":34,"11":62,"12":2,"13":24,"14":12,"15":2,"155":3,"156":1,"16":2,"161":10,"167":2,"17":1,"18":90,"19":4,"209":5,"21":32,"210":1,"214":1,"215":6,"221":18,"223":35,"224":6,"225":45,"23":20,"24":60,"25":55,"257":5,"26":6,"27":12,"273":1,"276":1,"279":1,"28":27,"282":3,"291":2,"292":1,"30":1,"31":5,"32":4,"33":1,"34":3,"347":1,"35":5,"352":49,"36":9,"37":8,"38":42,"380":1,"381":1,"39":6,"391":5,"397":1,"40":3,"41":5,"414":2,"415":11,"42":4,"426":1,"43":4,"44":7,"45":1,"46":11,"48":1,"49":3,"5":56,"51":5,"52":10,"53":6,"570":1,"6":11,"7":36,"8":33,"9":27,"all_client":8492,"all_tv_clinet":978,"insert_time":"2014-08-17T21:52:14.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7559,"10":6,"107":32,"11":66,"12":2,"13":27,"14":11,"15":2,"155":3,"156":1,"16":2,"161":9,"167":3,"17":1,"18":89,"19":5,"209":5,"21":32,"210":1,"214":1,"215":6,"221":17,"223":35,"224":6,"225":44,"23":21,"24":58,"25":52,"257":5,"26":6,"27":12,"273":1,"276":1,"279":1,"28":29,"282":3,"291":1,"292":1,"30":1,"31":5,"314":2,"32":4,"33":1,"34":3,"347":1,"35":6,"352":54,"36":11,"37":8,"38":42,"380":1,"381":1,"39":6,"391":5,"397":1,"41":4,"414":3,"415":10,"42":4,"426":1,"43":4,"44":5,"45":1,"46":11,"48":1,"49":4,"5":58,"51":4,"52":10,"53":5,"570":1,"6":12,"63":1,"7":40,"8":34,"9":28,"all_client":8549,"all_tv_clinet":990,"insert_time":"2014-08-17T21:53:14.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7579,"10":7,"107":28,"11":66,"12":2,"13":25,"14":13,"15":2,"155":3,"156":1,"16":2,"161":8,"167":3,"17":1,"18":96,"19":4,"209":5,"21":32,"210":1,"214":1,"215":7,"221":19,"223":35,"224":7,"225":46,"23":20,"24":57,"25":52,"257":7,"26":6,"27":12,"273":1,"279":1,"28":31,"282":3,"291":1,"292":1,"30":1,"31":5,"314":2,"32":5,"33":1,"34":3,"347":1,"35":6,"352":52,"36":10,"37":8,"38":47,"380":1,"383":1,"39":6,"391":5,"397":1,"41":4,"414":3,"415":9,"42":4,"43":4,"44":3,"45":1,"46":13,"48":1,"49":3,"5":59,"51":4,"52":11,"53":7,"570":1,"6":10,"63":1,"7":41,"8":34,"9":29,"all_client":8582,"all_tv_clinet":1003,"insert_time":"2014-08-17T21:54:14.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7636,"10":7,"107":31,"11":67,"12":2,"13":24,"14":13,"15":2,"155":3,"156":1,"16":2,"161":7,"167":5,"17":1,"18":97,"19":4,"20":1,"209":4,"21":31,"210":2,"214":1,"215":8,"221":20,"223":33,"224":7,"225":41,"23":21,"24":58,"25":61,"257":8,"26":5,"27":12,"273":1,"279":1,"28":29,"282":2,"291":1,"292":2,"30":1,"31":6,"314":3,"32":5,"33":1,"34":3,"347":1,"35":5,"352":48,"36":9,"37":8,"38":43,"380":1,"383":1,"39":6,"391":6,"397":2,"41":5,"414":3,"415":10,"42":4,"43":3,"44":3,"45":1,"46":13,"48":1,"49":4,"5":58,"51":4,"52":12,"53":8,"6":10,"63":1,"7":44,"8":33,"9":30,"all_client":8647,"all_tv_clinet":1011,"insert_time":"2014-08-17T21:55:14.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7671,"10":7,"107":32,"11":69,"12":2,"13":23,"14":12,"15":2,"155":3,"156":1,"16":2,"161":6,"167":6,"17":1,"18":101,"19":4,"20":1,"209":4,"21":32,"210":2,"214":2,"215":8,"221":21,"223":36,"224":6,"225":41,"23":20,"24":62,"25":63,"257":8,"26":6,"27":10,"273":1,"279":1,"28":26,"282":2,"291":1,"292":2,"30":1,"31":8,"314":1,"32":5,"33":1,"34":3,"347":1,"35":5,"352":49,"36":10,"37":8,"38":39,"380":1,"383":1,"39":8,"391":6,"397":2,"41":5,"414":3,"415":10,"42":4,"43":3,"44":2,"45":1,"46":14,"48":1,"49":4,"5":57,"51":4,"52":12,"53":7,"6":8,"63":1,"7":48,"8":34,"9":27,"all_client":8691,"all_tv_clinet":1020,"insert_time":"2014-08-17T21:56:14.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7703,"10":7,"107":30,"11":68,"12":2,"13":24,"14":12,"15":2,"155":3,"156":1,"16":2,"161":6,"167":6,"17":2,"18":97,"19":4,"209":4,"21":36,"210":2,"214":2,"215":8,"221":17,"223":34,"224":6,"225":43,"23":19,"24":62,"25":65,"257":8,"26":6,"268":1,"27":8,"273":1,"279":1,"28":25,"282":2,"291":1,"292":2,"30":2,"31":8,"314":1,"32":5,"33":1,"34":1,"347":1,"35":6,"352":49,"36":10,"37":7,"38":43,"380":1,"383":1,"39":9,"391":6,"397":2,"41":7,"414":3,"415":11,"42":3,"43":3,"44":2,"45":1,"46":11,"48":1,"49":4,"5":60,"51":4,"52":11,"53":6,"6":8,"63":1,"7":52,"8":34,"9":30,"all_client":8727,"all_tv_clinet":1024,"insert_time":"2014-08-17T21:57:15.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7737,"10":7,"107":29,"11":69,"12":2,"13":26,"14":12,"15":3,"155":3,"156":1,"16":2,"161":6,"167":6,"17":3,"18":99,"19":4,"209":4,"21":36,"210":2,"214":2,"215":10,"221":13,"223":35,"224":6,"225":45,"23":18,"24":62,"25":64,"257":8,"26":5,"268":1,"27":8,"273":1,"276":1,"279":1,"28":26,"282":2,"292":1,"30":1,"31":8,"314":1,"32":5,"33":1,"34":1,"347":2,"35":6,"352":45,"36":11,"37":6,"38":43,"380":1,"383":1,"39":10,"391":6,"397":2,"41":5,"414":3,"415":11,"42":4,"43":3,"44":2,"45":1,"46":13,"48":1,"49":5,"5":65,"51":4,"52":11,"53":5,"6":8,"63":1,"7":52,"8":36,"9":31,"all_client":8771,"all_tv_clinet":1034,"insert_time":"2014-08-17T21:58:15.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7769,"10":7,"107":31,"11":72,"12":2,"13":28,"14":12,"15":3,"155":3,"156":1,"16":3,"161":6,"167":7,"17":3,"18":99,"19":3,"20":2,"209":4,"21":32,"210":2,"214":2,"215":10,"221":13,"223":34,"224":5,"225":43,"23":18,"24":63,"25":67,"257":8,"26":4,"268":1,"27":7,"273":1,"276":1,"279":1,"28":27,"282":3,"292":1,"30":1,"31":8,"314":1,"32":5,"33":1,"34":2,"347":2,"35":5,"352":43,"36":10,"37":6,"38":44,"380":1,"383":1,"39":10,"391":7,"397":2,"41":5,"414":4,"415":11,"42":4,"43":3,"44":2,"45":1,"46":16,"48":1,"49":7,"5":66,"51":5,"52":11,"53":6,"6":8,"63":2,"7":51,"8":36,"9":31,"all_client":8817,"all_tv_clinet":1048,"insert_time":"2014-08-17T21:59:15.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7810,"10":6,"107":33,"11":73,"12":3,"13":27,"14":10,"15":3,"155":3,"156":1,"16":3,"161":6,"167":7,"17":4,"18":98,"19":3,"20":2,"209":5,"21":35,"210":2,"214":3,"215":10,"221":14,"223":34,"224":5,"225":47,"23":20,"24":64,"25":67,"257":8,"26":4,"268":1,"27":6,"273":1,"276":1,"279":1,"28":28,"282":3,"292":1,"30":2,"31":8,"314":1,"32":5,"33":1,"34":1,"347":2,"35":6,"352":43,"36":9,"37":6,"38":44,"380":1,"383":1,"39":10,"391":7,"397":2,"41":4,"414":3,"415":13,"42":4,"43":3,"44":2,"45":1,"46":16,"48":1,"49":7,"5":64,"51":7,"52":11,"53":7,"6":8,"63":2,"7":49,"8":37,"9":32,"all_client":8872,"all_tv_clinet":1062,"insert_time":"2014-08-17T22:00:15.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7876,"10":6,"107":32,"11":74,"12":5,"13":27,"14":11,"15":3,"155":4,"156":1,"16":3,"161":7,"167":8,"17":4,"18":100,"19":3,"20":3,"209":5,"21":37,"210":2,"214":3,"215":9,"221":15,"223":33,"224":5,"225":45,"23":20,"24":65,"25":67,"257":8,"26":5,"268":1,"27":5,"273":1,"276":1,"279":1,"28":28,"282":3,"292":1,"30":2,"31":10,"314":1,"32":5,"33":1,"34":1,"347":1,"35":6,"352":44,"36":9,"37":5,"38":44,"380":1,"381":1,"383":1,"39":9,"391":7,"397":2,"41":4,"414":3,"415":13,"42":4,"43":3,"44":2,"45":1,"46":17,"48":1,"49":7,"5":66,"51":6,"52":11,"53":7,"6":8,"63":2,"7":51,"8":37,"9":33,"all_client":8953,"all_tv_clinet":1077,"insert_time":"2014-08-17T22:01:15.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7928,"10":6,"107":35,"11":65,"12":6,"13":30,"14":10,"15":4,"155":4,"156":2,"16":2,"161":7,"167":7,"17":4,"18":107,"19":3,"20":2,"209":5,"21":39,"210":2,"214":2,"215":8,"221":14,"223":33,"224":5,"225":45,"23":23,"24":65,"25":65,"257":8,"26":6,"268":1,"27":5,"273":2,"276":2,"279":1,"28":30,"282":3,"291":1,"292":1,"30":2,"31":9,"314":1,"32":5,"33":1,"34":2,"347":1,"35":4,"352":43,"36":8,"37":5,"38":47,"380":1,"381":1,"383":1,"39":7,"391":6,"397":2,"41":4,"414":3,"415":12,"42":4,"43":3,"44":2,"45":1,"46":15,"48":1,"49":8,"5":62,"51":6,"52":9,"53":5,"6":8,"63":2,"7":53,"8":41,"9":36,"all_client":9009,"all_tv_clinet":1081,"insert_time":"2014-08-17T22:02:15.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7975,"10":6,"107":34,"11":61,"12":9,"13":32,"14":10,"15":5,"155":4,"156":2,"16":3,"161":7,"167":7,"17":5,"18":109,"19":4,"20":2,"209":3,"21":38,"210":2,"214":1,"215":9,"221":18,"223":32,"224":5,"225":46,"23":23,"24":65,"25":66,"257":8,"26":6,"268":1,"27":6,"273":3,"276":3,"279":1,"28":32,"281":1,"282":3,"291":1,"292":1,"30":1,"31":8,"314":1,"32":4,"33":1,"34":2,"347":2,"35":3,"352":47,"36":8,"37":5,"38":45,"380":1,"381":1,"383":1,"39":6,"391":6,"397":2,"41":5,"414":3,"415":10,"42":4,"43":2,"44":2,"45":1,"46":16,"48":1,"49":8,"5":69,"51":7,"52":9,"53":4,"6":8,"63":2,"7":55,"8":39,"9":40,"all_client":9078,"all_tv_clinet":1103,"insert_time":"2014-08-17T22:03:15.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7994,"10":7,"107":37,"11":51,"12":11,"13":35,"14":9,"15":6,"155":5,"156":3,"16":5,"161":7,"167":7,"17":6,"18":110,"19":5,"20":2,"209":3,"21":39,"210":3,"214":1,"215":9,"221":22,"223":33,"224":5,"225":48,"23":21,"24":68,"25":65,"257":7,"26":6,"268":1,"27":6,"273":3,"276":5,"279":1,"28":32,"281":2,"282":4,"291":1,"292":1,"31":8,"314":1,"32":4,"33":1,"34":2,"347":2,"35":3,"352":49,"36":7,"37":5,"38":48,"380":1,"383":1,"39":5,"391":6,"397":2,"40":1,"41":5,"414":3,"415":10,"42":2,"43":2,"44":2,"45":1,"46":17,"48":1,"49":8,"5":79,"51":7,"52":9,"53":4,"6":8,"63":2,"7":55,"8":40,"9":45,"all_client":9132,"all_tv_clinet":1138,"insert_time":"2014-08-17T22:04:15.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8084,"10":7,"107":37,"11":49,"12":11,"13":36,"14":9,"15":7,"155":5,"156":3,"16":4,"161":5,"167":8,"17":6,"18":116,"19":6,"20":2,"209":4,"21":39,"210":3,"214":1,"215":9,"221":22,"223":33,"224":5,"225":48,"23":20,"24":65,"25":67,"257":7,"26":5,"268":1,"27":6,"273":3,"276":6,"279":1,"28":32,"281":2,"282":4,"291":1,"292":1,"302":1,"31":7,"314":1,"32":4,"33":1,"34":2,"347":2,"35":3,"352":47,"36":7,"37":5,"38":46,"380":1,"383":1,"39":5,"391":6,"397":2,"40":1,"41":5,"414":2,"415":9,"42":2,"43":2,"44":2,"45":1,"46":19,"48":1,"49":9,"5":84,"51":7,"52":9,"53":4,"6":7,"63":2,"7":55,"8":41,"9":48,"all_client":9231,"all_tv_clinet":1147,"insert_time":"2014-08-17T22:05:16.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8153,"10":7,"107":37,"11":51,"12":10,"13":33,"14":8,"15":7,"155":5,"156":3,"16":5,"161":5,"167":8,"17":5,"18":116,"19":6,"20":3,"209":4,"21":41,"210":3,"214":1,"215":9,"221":22,"223":33,"224":5,"225":49,"23":23,"24":71,"25":68,"257":6,"26":4,"27":6,"273":4,"276":6,"279":1,"28":32,"281":1,"282":4,"291":1,"292":2,"302":1,"31":6,"314":1,"32":3,"33":1,"34":2,"347":2,"35":3,"352":45,"36":8,"37":5,"38":46,"380":1,"383":1,"39":6,"391":6,"397":2,"40":1,"41":5,"414":2,"415":9,"42":2,"43":2,"44":3,"45":2,"46":18,"48":3,"49":9,"5":85,"51":7,"52":9,"53":4,"6":8,"63":2,"7":52,"8":42,"9":51,"all_client":9313,"all_tv_clinet":1160,"insert_time":"2014-08-17T22:06:16.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8199,"10":6,"107":36,"11":50,"12":12,"13":30,"14":9,"15":7,"155":5,"156":2,"16":5,"160":1,"161":4,"167":9,"17":5,"18":117,"19":6,"20":4,"209":5,"21":44,"210":2,"214":1,"215":8,"221":22,"223":32,"224":6,"225":49,"23":23,"24":73,"25":70,"257":7,"26":4,"27":6,"273":4,"276":6,"279":1,"28":31,"281":1,"282":4,"291":2,"292":2,"302":1,"31":5,"314":1,"32":3,"34":2,"347":2,"35":3,"352":46,"36":7,"37":5,"38":45,"380":1,"383":1,"39":6,"391":6,"397":2,"41":5,"414":2,"415":9,"42":2,"43":2,"44":3,"45":3,"46":19,"48":3,"49":9,"5":85,"51":7,"52":10,"53":4,"6":10,"63":2,"7":56,"8":41,"9":52,"all_client":9370,"all_tv_clinet":1171,"insert_time":"2014-08-17T22:07:16.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8274,"10":5,"107":39,"11":50,"12":14,"13":30,"14":9,"15":7,"155":5,"156":1,"16":4,"160":2,"161":4,"167":9,"17":7,"18":121,"19":7,"20":5,"209":5,"21":45,"210":2,"214":1,"215":10,"221":20,"223":31,"224":6,"225":51,"23":23,"24":72,"25":69,"257":8,"26":5,"27":6,"273":4,"276":6,"279":1,"28":31,"281":1,"282":4,"291":2,"292":2,"302":1,"31":5,"314":1,"32":3,"34":2,"347":2,"35":3,"352":47,"36":9,"37":5,"38":41,"380":1,"383":1,"39":6,"391":6,"397":2,"40":1,"41":4,"414":1,"415":8,"42":2,"43":2,"44":3,"45":3,"46":19,"48":3,"49":8,"5":88,"51":7,"52":9,"53":4,"6":13,"63":1,"7":56,"79":1,"8":43,"9":54,"all_client":9463,"all_tv_clinet":1189,"insert_time":"2014-08-17T22:08:16.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8325,"10":5,"107":40,"11":49,"12":14,"13":33,"14":9,"15":8,"155":5,"156":1,"16":4,"160":2,"161":4,"167":10,"17":7,"18":124,"19":7,"20":5,"209":5,"21":44,"210":2,"214":1,"215":11,"221":20,"223":31,"224":6,"225":54,"23":23,"24":71,"25":69,"257":9,"26":5,"27":7,"273":4,"276":8,"279":1,"28":28,"281":1,"282":4,"291":1,"292":2,"302":1,"31":5,"314":1,"32":3,"33":1,"34":3,"347":2,"35":3,"352":44,"36":8,"37":5,"38":36,"380":1,"383":2,"39":4,"391":6,"397":2,"40":1,"41":4,"414":1,"415":9,"42":2,"43":2,"44":2,"45":3,"46":18,"48":3,"49":8,"5":90,"51":7,"52":9,"53":3,"6":16,"63":1,"7":59,"79":1,"8":44,"9":57,"all_client":9526,"all_tv_clinet":1201,"insert_time":"2014-08-17T22:09:16.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8403,"10":4,"107":42,"11":50,"12":14,"13":35,"14":9,"15":8,"155":5,"156":1,"16":5,"160":2,"161":6,"167":10,"17":8,"18":132,"19":7,"20":5,"209":5,"21":44,"210":2,"214":1,"215":10,"221":19,"223":31,"224":5,"225":54,"23":23,"24":73,"25":67,"257":9,"26":6,"27":7,"273":4,"276":9,"279":1,"28":30,"281":1,"282":4,"291":1,"292":2,"302":1,"31":5,"314":1,"32":3,"33":1,"34":3,"347":2,"35":3,"352":42,"36":10,"37":5,"38":34,"380":1,"383":2,"39":5,"391":6,"397":2,"40":1,"41":4,"414":1,"415":7,"42":2,"43":2,"44":2,"45":3,"46":18,"48":3,"49":8,"5":98,"51":7,"52":10,"53":3,"6":17,"63":1,"7":58,"79":2,"8":45,"9":58,"all_client":9630,"all_tv_clinet":1227,"insert_time":"2014-08-17T22:10:16.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8424,"10":4,"107":42,"11":43,"12":17,"13":37,"14":9,"15":8,"155":5,"156":1,"16":5,"160":1,"161":8,"167":11,"17":9,"18":136,"19":8,"20":5,"209":5,"21":45,"210":2,"214":1,"215":7,"221":18,"223":32,"224":5,"225":51,"23":24,"24":73,"25":72,"257":8,"26":6,"27":7,"273":4,"276":8,"279":1,"28":30,"281":1,"282":4,"291":1,"292":3,"302":1,"31":5,"314":2,"32":3,"33":1,"34":3,"347":3,"35":4,"352":48,"36":11,"37":4,"38":37,"380":1,"383":2,"39":6,"391":7,"397":2,"40":4,"41":5,"414":1,"415":8,"42":3,"43":2,"44":2,"45":4,"46":14,"48":4,"49":8,"5":108,"51":7,"52":10,"53":4,"6":17,"63":1,"7":60,"79":2,"8":42,"9":55,"all_client":9682,"all_tv_clinet":1258,"insert_time":"2014-08-17T22:11:16.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8480,"10":5,"107":47,"11":45,"12":18,"13":37,"14":9,"15":8,"155":5,"156":1,"16":5,"160":1,"161":8,"167":10,"17":9,"18":142,"19":8,"20":6,"209":6,"21":45,"210":3,"214":1,"215":7,"221":16,"223":30,"224":5,"225":47,"23":28,"24":73,"25":73,"257":10,"26":6,"27":7,"273":5,"276":8,"279":1,"28":31,"281":1,"282":3,"291":1,"292":3,"302":1,"31":5,"314":2,"32":2,"33":1,"34":3,"347":2,"35":4,"352":48,"36":10,"37":4,"38":40,"380":1,"383":2,"39":6,"391":7,"397":2,"40":4,"41":5,"414":1,"415":9,"42":3,"43":1,"44":2,"45":4,"46":16,"48":3,"49":8,"5":112,"51":6,"52":10,"53":4,"6":17,"63":1,"7":60,"79":2,"8":43,"9":49,"all_client":9754,"all_tv_clinet":1274,"insert_time":"2014-08-17T22:12:17.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8527,"10":5,"107":47,"11":42,"12":19,"13":42,"14":8,"15":10,"155":5,"156":1,"16":4,"161":7,"167":9,"17":10,"18":143,"19":8,"20":8,"209":5,"21":44,"210":3,"214":1,"215":7,"221":16,"223":33,"224":5,"225":46,"23":29,"24":71,"25":75,"257":11,"26":7,"27":9,"273":7,"276":8,"279":1,"28":29,"281":2,"282":3,"291":1,"292":4,"302":1,"31":4,"314":3,"32":2,"33":1,"34":3,"347":2,"35":4,"352":48,"36":10,"37":4,"38":40,"380":1,"381":1,"383":2,"39":6,"391":7,"397":2,"40":4,"41":4,"414":1,"415":8,"42":4,"43":1,"430":1,"44":2,"45":4,"46":16,"48":3,"49":9,"5":116,"51":7,"52":13,"53":4,"6":19,"63":2,"7":61,"79":3,"8":41,"9":48,"all_client":9824,"all_tv_clinet":1297,"insert_time":"2014-08-17T22:13:17.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8595,"10":5,"107":51,"11":44,"12":21,"13":43,"14":7,"15":10,"155":4,"16":5,"161":8,"167":10,"17":10,"18":140,"19":9,"20":8,"209":6,"21":47,"210":4,"214":1,"215":9,"221":17,"223":37,"224":6,"225":43,"23":29,"24":70,"25":75,"257":11,"26":8,"27":9,"273":8,"276":11,"279":1,"28":26,"281":2,"282":3,"291":1,"292":5,"302":1,"31":5,"314":4,"32":3,"33":1,"34":2,"347":2,"35":2,"352":44,"36":8,"37":4,"38":42,"380":1,"381":1,"383":3,"39":5,"391":8,"397":2,"40":5,"41":4,"414":1,"415":9,"42":4,"43":1,"430":1,"44":2,"45":4,"46":16,"48":3,"49":11,"5":122,"51":7,"52":14,"53":3,"6":25,"63":2,"7":61,"79":3,"8":37,"9":46,"all_client":9918,"all_tv_clinet":1323,"insert_time":"2014-08-17T22:14:17.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8662,"10":5,"107":45,"11":43,"12":20,"13":45,"14":7,"15":10,"155":4,"16":5,"161":9,"167":9,"17":12,"18":141,"19":10,"20":10,"209":6,"21":45,"210":4,"214":1,"215":8,"221":15,"223":39,"224":7,"225":42,"23":30,"24":71,"25":79,"257":11,"26":9,"27":9,"273":6,"276":12,"279":1,"28":26,"281":2,"282":4,"291":1,"292":5,"302":1,"31":6,"314":4,"32":3,"33":1,"34":4,"347":3,"35":2,"352":46,"36":9,"37":4,"38":45,"380":1,"381":2,"383":4,"39":5,"391":7,"397":2,"40":5,"41":4,"414":1,"415":9,"42":5,"43":1,"430":2,"44":2,"45":3,"46":16,"48":4,"49":12,"5":124,"51":6,"52":14,"53":1,"6":29,"63":2,"7":57,"79":3,"8":37,"9":49,"all_client":10005,"all_tv_clinet":1343,"insert_time":"2014-08-17T22:15:17.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8724,"10":5,"107":45,"11":45,"12":19,"13":51,"14":5,"15":11,"155":3,"158":1,"16":5,"161":10,"167":10,"17":11,"18":148,"19":10,"20":9,"209":6,"21":45,"210":3,"214":1,"215":9,"221":13,"223":35,"224":7,"225":41,"23":32,"24":75,"25":79,"257":12,"26":10,"27":9,"273":5,"276":12,"279":1,"28":26,"281":2,"282":4,"291":1,"292":5,"302":1,"31":5,"314":4,"32":3,"33":1,"34":4,"347":4,"35":2,"352":47,"36":9,"37":4,"38":46,"380":1,"381":2,"383":5,"39":4,"391":7,"397":2,"40":5,"41":5,"414":1,"415":9,"42":5,"43":1,"430":2,"44":2,"45":2,"46":15,"48":4,"49":11,"5":123,"51":6,"52":13,"53":1,"6":28,"63":2,"7":60,"79":3,"8":39,"9":48,"all_client":10081,"all_tv_clinet":1357,"insert_time":"2014-08-17T22:16:17.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8831,"10":6,"107":45,"11":47,"12":19,"13":51,"14":5,"15":12,"155":3,"156":1,"158":1,"16":5,"161":10,"167":12,"17":12,"18":147,"19":11,"20":9,"209":6,"21":46,"210":3,"214":1,"215":9,"221":13,"223":34,"224":7,"225":45,"23":31,"24":74,"25":84,"257":13,"26":11,"27":9,"273":4,"276":10,"279":1,"28":26,"281":2,"282":4,"291":1,"292":4,"302":1,"31":4,"314":4,"32":2,"33":1,"34":5,"347":5,"35":2,"352":50,"36":8,"37":4,"38":45,"380":1,"381":3,"383":5,"39":4,"391":7,"397":2,"40":5,"41":6,"414":1,"415":9,"42":5,"43":1,"430":2,"44":2,"45":3,"46":14,"48":4,"49":11,"5":126,"51":5,"52":14,"53":1,"6":30,"63":3,"7":57,"79":3,"8":42,"9":46,"all_client":10208,"all_tv_clinet":1377,"insert_time":"2014-08-17T22:17:17.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8899,"10":6,"107":48,"11":52,"12":19,"13":49,"14":5,"15":11,"155":3,"156":1,"158":1,"16":4,"161":10,"167":13,"17":13,"18":157,"19":11,"20":9,"209":6,"21":48,"210":3,"214":1,"215":8,"221":13,"223":32,"224":6,"225":49,"23":28,"24":77,"25":90,"257":15,"26":13,"27":9,"273":4,"276":9,"279":1,"28":24,"281":2,"282":4,"291":1,"292":4,"302":1,"31":3,"314":4,"32":2,"33":1,"34":5,"347":8,"35":2,"352":45,"36":8,"37":4,"38":43,"380":1,"381":3,"383":5,"39":4,"391":7,"397":2,"40":6,"41":6,"414":2,"415":8,"42":4,"43":1,"430":2,"44":2,"45":3,"46":15,"48":3,"49":11,"5":128,"51":5,"52":14,"6":29,"63":4,"7":60,"79":3,"8":40,"9":41,"all_client":10293,"all_tv_clinet":1394,"insert_time":"2014-08-17T22:18:18.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8985,"10":6,"107":48,"11":51,"12":23,"13":50,"14":6,"15":7,"155":2,"156":1,"158":1,"16":4,"161":10,"167":12,"17":14,"18":170,"19":13,"20":10,"209":8,"21":55,"210":4,"214":1,"215":9,"221":13,"223":31,"224":6,"225":52,"23":30,"24":81,"25":90,"257":13,"26":14,"27":9,"273":5,"276":9,"279":1,"28":26,"281":1,"282":4,"291":1,"292":4,"302":1,"31":2,"314":3,"32":2,"33":1,"34":5,"347":8,"35":2,"352":46,"36":6,"37":4,"38":48,"380":1,"381":3,"383":5,"39":4,"391":7,"397":3,"40":7,"41":5,"414":2,"415":9,"42":4,"43":2,"430":1,"44":2,"45":3,"46":15,"48":4,"49":11,"5":130,"51":5,"52":15,"6":29,"63":4,"7":62,"79":3,"8":37,"9":43,"all_client":10424,"all_tv_clinet":1439,"insert_time":"2014-08-17T22:19:18.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9075,"10":5,"107":50,"11":49,"12":23,"13":51,"14":7,"15":7,"155":2,"156":2,"158":1,"16":4,"161":11,"167":12,"17":13,"18":172,"19":14,"20":12,"209":8,"21":53,"210":3,"214":1,"215":10,"221":14,"223":31,"224":6,"225":52,"23":33,"24":78,"25":87,"257":12,"26":14,"27":9,"273":5,"276":10,"279":1,"28":28,"281":2,"282":3,"291":1,"292":4,"302":1,"31":3,"314":3,"32":2,"33":1,"34":7,"347":8,"35":2,"352":49,"36":4,"37":4,"38":48,"380":1,"381":3,"383":4,"39":4,"391":7,"397":3,"40":7,"41":5,"414":2,"415":7,"419":1,"42":4,"43":4,"430":1,"44":2,"45":4,"46":18,"48":3,"49":10,"5":139,"51":5,"52":14,"56":1,"6":28,"63":4,"7":66,"79":3,"8":35,"80":1,"9":47,"all_client":10540,"all_tv_clinet":1465,"insert_time":"2014-08-17T22:20:18.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9162,"10":5,"107":52,"11":49,"12":23,"13":50,"14":10,"15":8,"155":2,"156":2,"158":1,"16":4,"161":13,"167":12,"17":12,"18":175,"19":14,"20":13,"209":7,"21":54,"210":3,"214":1,"215":10,"221":16,"223":30,"224":7,"225":50,"23":33,"24":79,"25":89,"257":12,"26":14,"27":10,"273":5,"276":10,"279":1,"28":28,"281":2,"282":3,"291":1,"292":3,"302":1,"31":3,"314":2,"32":2,"33":1,"34":7,"347":8,"35":2,"352":54,"36":4,"37":4,"38":46,"381":3,"383":4,"39":4,"391":8,"397":3,"40":6,"41":3,"414":1,"415":7,"419":1,"42":3,"43":5,"430":2,"44":1,"45":3,"46":19,"48":4,"49":10,"5":148,"51":5,"52":16,"53":1,"56":1,"6":26,"63":4,"7":63,"79":3,"8":38,"80":1,"9":47,"all_client":10649,"all_tv_clinet":1487,"insert_time":"2014-08-17T22:21:18.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9258,"10":5,"107":53,"11":49,"12":21,"13":45,"14":10,"15":12,"155":2,"156":2,"158":1,"159":1,"16":5,"161":11,"167":11,"17":15,"18":181,"19":15,"20":12,"209":7,"21":51,"210":3,"214":1,"215":9,"221":18,"223":30,"224":7,"225":50,"23":36,"24":80,"25":88,"257":11,"26":14,"27":10,"273":5,"276":10,"279":2,"28":27,"281":2,"282":3,"291":1,"292":3,"30":1,"302":1,"31":3,"314":2,"32":2,"33":1,"34":9,"347":8,"35":4,"352":53,"36":5,"37":4,"38":45,"381":3,"383":4,"39":3,"391":9,"397":3,"40":7,"41":3,"414":1,"415":7,"419":1,"42":3,"43":5,"430":1,"44":1,"45":3,"46":18,"48":4,"49":9,"5":156,"51":4,"52":15,"53":1,"56":1,"6":29,"63":4,"7":61,"79":3,"8":37,"80":2,"9":46,"all_client":10759,"all_tv_clinet":1501,"insert_time":"2014-08-17T22:22:18.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9337,"10":7,"107":54,"11":51,"12":22,"13":45,"14":10,"15":12,"155":2,"156":1,"158":1,"159":1,"16":4,"161":13,"167":11,"17":15,"18":189,"19":13,"20":12,"209":8,"21":48,"210":4,"214":1,"215":10,"221":17,"223":31,"224":7,"225":49,"23":36,"24":82,"25":83,"257":10,"26":16,"27":10,"273":5,"276":9,"279":3,"28":25,"281":2,"282":2,"291":1,"292":2,"30":1,"31":3,"314":2,"32":3,"33":2,"34":9,"347":8,"35":6,"352":49,"36":7,"37":4,"38":47,"381":4,"383":4,"39":2,"391":9,"397":3,"40":6,"41":4,"414":1,"415":5,"419":1,"42":3,"43":6,"430":1,"44":1,"45":3,"46":20,"48":4,"49":9,"5":169,"51":5,"52":16,"53":1,"56":1,"6":31,"63":4,"7":60,"79":2,"8":36,"80":3,"9":47,"all_client":10863,"all_tv_clinet":1526,"insert_time":"2014-08-17T22:23:18.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9461,"10":6,"107":60,"11":51,"12":25,"13":46,"14":10,"15":12,"155":3,"156":1,"158":1,"159":2,"16":5,"161":13,"167":10,"17":16,"18":188,"19":17,"20":13,"209":7,"21":48,"210":4,"214":1,"215":12,"221":16,"223":29,"224":6,"225":50,"23":36,"24":80,"25":83,"257":10,"26":16,"27":10,"273":5,"276":11,"279":3,"28":26,"281":2,"282":1,"291":1,"292":5,"30":2,"31":4,"314":2,"32":3,"33":2,"34":10,"347":7,"35":6,"352":46,"36":9,"37":4,"38":50,"381":4,"383":3,"39":2,"391":9,"397":3,"40":8,"41":5,"414":1,"415":5,"419":1,"42":6,"43":8,"430":1,"44":1,"45":3,"46":20,"48":3,"49":9,"5":173,"51":4,"52":15,"53":1,"56":1,"6":37,"63":4,"7":59,"79":2,"8":34,"80":3,"9":52,"all_client":11024,"all_tv_clinet":1563,"insert_time":"2014-08-17T22:24:18.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9562,"10":6,"107":63,"11":52,"12":26,"13":50,"14":9,"15":12,"155":3,"156":1,"158":1,"159":2,"16":4,"160":1,"161":15,"167":11,"17":15,"18":192,"19":15,"20":17,"209":7,"21":47,"210":4,"214":1,"215":11,"221":21,"223":27,"224":7,"225":55,"23":39,"24":79,"25":83,"257":10,"26":15,"27":10,"273":5,"276":11,"279":3,"28":27,"281":2,"282":1,"291":1,"292":5,"30":2,"31":4,"314":1,"32":3,"33":2,"34":10,"347":7,"35":5,"352":44,"36":9,"37":4,"38":47,"381":4,"383":3,"39":2,"391":9,"397":3,"40":10,"41":5,"414":1,"415":4,"419":1,"42":7,"43":8,"430":1,"44":4,"45":3,"46":19,"48":3,"49":9,"5":171,"51":6,"52":11,"53":1,"56":1,"6":36,"63":3,"7":61,"79":3,"8":32,"80":3,"9":54,"all_client":11144,"all_tv_clinet":1582,"insert_time":"2014-08-17T22:25:19.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9669,"10":6,"107":63,"11":50,"12":28,"13":51,"14":10,"15":11,"155":3,"156":1,"158":1,"159":2,"16":5,"160":1,"161":15,"167":12,"17":16,"18":197,"19":15,"20":19,"209":7,"21":51,"210":4,"214":1,"215":10,"221":24,"223":29,"224":8,"225":54,"23":40,"24":82,"25":79,"257":11,"26":15,"27":10,"273":6,"276":11,"279":3,"28":28,"281":2,"282":1,"291":1,"292":5,"30":3,"302":1,"31":4,"314":1,"32":3,"33":2,"34":10,"347":8,"35":3,"352":48,"36":9,"37":4,"38":48,"381":4,"383":4,"39":2,"391":9,"397":3,"40":11,"41":4,"414":1,"415":4,"42":7,"43":9,"430":1,"44":4,"45":4,"46":22,"48":3,"49":7,"5":172,"51":6,"52":11,"53":1,"56":1,"6":35,"63":3,"7":64,"79":5,"8":32,"80":4,"9":56,"all_client":11290,"all_tv_clinet":1621,"insert_time":"2014-08-17T22:26:19.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9796,"10":7,"107":58,"11":51,"12":29,"13":52,"14":9,"15":16,"155":3,"156":2,"158":1,"159":2,"16":4,"160":1,"161":16,"167":12,"17":15,"18":208,"19":16,"20":19,"209":7,"21":54,"210":5,"214":1,"215":10,"221":24,"223":30,"224":7,"225":52,"23":43,"24":85,"25":79,"257":10,"26":15,"27":9,"273":5,"276":11,"279":3,"28":28,"281":2,"282":1,"291":1,"292":6,"30":2,"302":1,"31":4,"314":1,"32":3,"33":3,"34":10,"347":6,"35":3,"352":48,"36":13,"37":4,"38":48,"381":4,"383":4,"39":2,"391":9,"397":3,"40":11,"41":4,"414":1,"415":3,"42":7,"43":11,"430":1,"44":5,"45":4,"46":21,"48":4,"49":6,"5":178,"51":6,"52":10,"56":1,"6":33,"63":3,"7":63,"79":5,"8":31,"80":4,"9":63,"all_client":11448,"all_tv_clinet":1652,"insert_time":"2014-08-17T22:27:19.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9895,"10":7,"107":54,"11":51,"12":33,"13":53,"14":9,"15":17,"155":3,"156":2,"159":2,"16":5,"160":2,"161":15,"167":12,"17":14,"18":210,"19":18,"20":20,"209":7,"21":56,"210":6,"214":1,"215":9,"221":24,"223":34,"224":7,"225":50,"23":44,"24":92,"25":80,"257":11,"26":15,"27":6,"273":4,"276":11,"279":3,"28":29,"281":2,"282":1,"292":7,"30":2,"302":1,"31":4,"314":1,"32":3,"33":4,"34":9,"347":7,"35":3,"352":51,"36":15,"37":4,"38":49,"381":4,"383":4,"39":2,"391":10,"397":3,"40":11,"41":4,"414":1,"415":4,"42":7,"43":11,"430":1,"44":6,"45":4,"46":22,"48":4,"49":4,"5":177,"51":7,"52":9,"56":1,"6":33,"63":4,"7":63,"79":5,"8":32,"80":5,"9":69,"all_client":11581,"all_tv_clinet":1686,"insert_time":"2014-08-17T22:28:19.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9996,"10":5,"107":56,"11":55,"12":36,"13":57,"14":8,"15":17,"155":3,"156":2,"158":1,"159":2,"16":5,"160":3,"161":15,"167":13,"17":14,"18":219,"19":18,"20":21,"209":8,"21":57,"210":6,"214":1,"215":8,"221":25,"223":34,"224":6,"225":50,"23":43,"24":99,"25":85,"257":12,"26":14,"268":1,"27":6,"273":5,"276":11,"279":3,"28":30,"281":2,"282":2,"292":7,"302":1,"31":4,"314":2,"32":3,"33":4,"34":9,"347":5,"35":3,"352":52,"36":15,"37":4,"38":49,"381":4,"383":4,"39":2,"391":11,"397":3,"40":10,"409":1,"41":3,"414":1,"415":4,"42":7,"43":10,"430":1,"44":6,"45":5,"46":20,"48":3,"49":5,"5":184,"51":7,"52":9,"56":1,"6":34,"63":4,"7":57,"79":5,"8":33,"80":6,"9":74,"all_client":11726,"all_tv_clinet":1730,"insert_time":"2014-08-17T22:29:19.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10098,"10":5,"107":55,"11":57,"12":37,"13":60,"14":9,"15":18,"155":3,"156":2,"158":1,"159":1,"16":6,"160":3,"161":13,"167":13,"17":15,"18":224,"19":20,"20":21,"209":8,"21":57,"210":4,"214":1,"215":6,"221":26,"223":35,"224":7,"225":51,"23":47,"24":101,"25":83,"257":12,"26":14,"268":1,"27":6,"273":5,"276":12,"279":4,"28":29,"281":2,"282":2,"292":7,"302":1,"31":4,"314":2,"32":3,"33":4,"34":8,"347":5,"35":3,"352":55,"36":17,"37":6,"38":51,"381":3,"383":3,"39":2,"391":11,"397":3,"40":10,"409":2,"41":5,"414":1,"415":5,"419":1,"42":8,"43":10,"430":1,"44":6,"45":5,"46":20,"48":1,"49":6,"5":197,"51":7,"52":7,"56":1,"6":35,"63":5,"7":58,"79":5,"8":34,"80":6,"9":70,"all_client":11868,"all_tv_clinet":1770,"insert_time":"2014-08-17T22:30:19.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10205,"10":5,"107":55,"11":58,"12":35,"13":65,"14":11,"15":17,"155":2,"156":2,"158":1,"159":2,"16":8,"160":2,"161":17,"167":14,"17":16,"18":230,"19":22,"20":21,"209":8,"21":58,"210":4,"214":1,"215":8,"221":24,"223":36,"224":7,"225":54,"23":52,"24":99,"25":86,"257":12,"26":13,"268":1,"27":5,"273":5,"276":12,"279":4,"28":31,"281":2,"282":3,"292":7,"302":1,"31":5,"314":3,"32":3,"33":4,"34":7,"347":5,"35":5,"352":55,"36":18,"37":6,"38":53,"381":3,"383":4,"39":3,"391":11,"397":3,"40":7,"409":2,"41":5,"414":1,"415":7,"419":1,"42":6,"43":11,"430":1,"44":4,"45":6,"46":21,"48":3,"49":6,"5":204,"51":9,"52":7,"53":2,"56":1,"6":35,"63":5,"7":59,"79":5,"8":37,"80":6,"9":64,"all_client":12024,"all_tv_clinet":1819,"insert_time":"2014-08-17T22:31:20.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10301,"10":5,"107":62,"11":63,"12":35,"13":67,"14":10,"15":18,"155":2,"156":2,"158":2,"159":2,"16":9,"160":4,"161":15,"167":14,"17":17,"18":237,"19":18,"20":20,"209":6,"21":58,"210":4,"214":1,"215":8,"221":23,"223":43,"224":7,"225":53,"23":58,"24":104,"25":89,"257":11,"26":13,"27":5,"273":8,"276":11,"279":4,"28":32,"281":2,"282":2,"291":1,"292":8,"302":2,"31":4,"314":3,"32":3,"33":5,"34":4,"347":5,"35":5,"352":57,"36":19,"37":8,"38":52,"381":3,"383":4,"39":3,"391":11,"397":3,"40":9,"409":2,"41":6,"414":1,"415":7,"419":1,"42":7,"43":10,"430":1,"44":4,"45":5,"46":20,"48":3,"49":6,"5":206,"51":8,"52":5,"53":2,"56":1,"6":35,"63":6,"7":60,"79":5,"8":34,"80":6,"9":62,"all_client":12157,"all_tv_clinet":1856,"insert_time":"2014-08-17T22:32:20.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10432,"10":6,"107":60,"11":66,"12":34,"13":72,"14":11,"15":18,"155":2,"156":2,"158":2,"159":2,"16":10,"160":4,"161":16,"167":15,"17":20,"18":241,"19":20,"20":21,"209":6,"21":54,"210":4,"214":1,"215":8,"221":23,"223":49,"224":5,"225":50,"23":60,"24":107,"25":88,"257":11,"26":11,"27":5,"273":8,"276":11,"279":4,"28":33,"281":2,"282":2,"291":1,"292":8,"302":2,"31":3,"314":4,"32":3,"33":4,"34":5,"347":4,"35":5,"352":64,"36":21,"37":8,"38":50,"381":5,"383":4,"39":2,"391":11,"397":3,"40":8,"409":3,"41":6,"414":2,"415":7,"42":5,"43":10,"430":1,"44":5,"45":5,"46":18,"48":3,"49":9,"5":215,"51":9,"52":5,"53":3,"56":1,"6":38,"63":7,"7":61,"79":5,"8":30,"80":7,"9":67,"all_client":12333,"all_tv_clinet":1901,"insert_time":"2014-08-17T22:33:20.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10547,"10":5,"107":58,"11":65,"12":29,"13":72,"14":11,"15":20,"155":1,"156":2,"158":2,"159":1,"16":9,"160":6,"161":16,"167":15,"17":22,"18":247,"19":21,"20":19,"209":6,"21":53,"210":4,"214":1,"215":8,"221":26,"223":53,"224":6,"225":55,"23":59,"24":113,"25":85,"257":11,"26":10,"27":4,"273":9,"276":13,"279":4,"28":33,"281":2,"282":1,"291":2,"292":7,"302":2,"31":4,"314":4,"32":3,"33":3,"34":6,"347":2,"35":2,"352":68,"36":22,"37":10,"38":50,"381":5,"383":4,"39":1,"391":12,"397":2,"40":9,"409":3,"41":7,"414":2,"415":6,"42":4,"43":10,"430":1,"44":5,"45":6,"46":19,"48":3,"49":8,"5":224,"51":9,"52":6,"53":4,"56":1,"6":41,"63":7,"7":64,"79":5,"8":29,"80":7,"9":71,"all_client":12484,"all_tv_clinet":1937,"insert_time":"2014-08-17T22:34:20.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10667,"10":5,"107":52,"11":67,"12":27,"13":74,"14":13,"15":22,"155":1,"156":2,"158":2,"16":10,"160":7,"161":18,"167":14,"17":23,"18":244,"19":21,"20":20,"209":6,"21":55,"210":4,"214":1,"215":9,"221":28,"223":60,"224":7,"225":60,"23":56,"24":114,"25":83,"257":12,"26":11,"27":5,"273":11,"276":13,"279":6,"28":34,"281":2,"282":2,"291":2,"292":7,"302":2,"31":4,"314":3,"32":2,"33":2,"34":6,"347":1,"35":2,"352":72,"36":24,"37":10,"38":46,"381":5,"383":4,"39":1,"391":10,"397":2,"40":7,"409":3,"41":7,"414":2,"415":8,"42":6,"43":11,"430":1,"44":5,"45":6,"46":19,"48":3,"49":8,"5":231,"51":9,"52":7,"53":4,"56":1,"6":41,"63":8,"7":68,"79":3,"8":28,"80":9,"9":76,"all_client":12644,"all_tv_clinet":1977,"insert_time":"2014-08-17T22:35:21.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10771,"10":5,"107":51,"11":62,"12":24,"13":77,"14":14,"15":20,"155":1,"156":2,"158":2,"16":9,"160":7,"161":19,"167":15,"17":25,"18":255,"19":23,"20":21,"209":7,"21":58,"210":6,"215":10,"221":25,"223":65,"224":7,"225":60,"23":56,"24":112,"25":82,"257":10,"26":10,"27":5,"273":12,"276":16,"279":5,"28":32,"281":2,"282":2,"291":2,"292":7,"302":2,"31":4,"314":3,"32":2,"33":2,"34":5,"347":1,"35":2,"352":74,"36":25,"37":10,"38":43,"381":4,"383":3,"39":1,"391":9,"397":3,"40":7,"409":3,"41":7,"414":1,"415":8,"42":7,"43":12,"44":6,"45":6,"46":21,"48":3,"49":8,"5":238,"51":9,"52":5,"53":5,"56":1,"6":42,"63":8,"7":68,"79":3,"8":27,"80":9,"9":80,"all_client":12771,"all_tv_clinet":2000,"insert_time":"2014-08-17T22:36:21.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10858,"10":6,"107":50,"11":62,"12":20,"13":84,"14":15,"15":20,"155":1,"156":3,"158":2,"159":1,"16":8,"160":7,"161":23,"167":15,"17":22,"18":263,"19":27,"20":22,"209":7,"21":60,"210":8,"215":10,"221":25,"223":67,"224":7,"225":61,"23":59,"24":113,"25":78,"257":10,"26":10,"27":5,"273":13,"276":15,"279":4,"28":33,"281":2,"282":2,"291":2,"292":8,"302":2,"31":5,"314":3,"32":2,"33":2,"34":4,"35":2,"352":75,"36":25,"37":11,"38":46,"380":1,"381":4,"383":3,"39":2,"391":9,"397":3,"40":7,"409":3,"41":7,"414":1,"415":11,"42":9,"43":13,"430":1,"44":7,"45":6,"46":25,"48":3,"49":7,"5":245,"51":10,"52":5,"53":4,"56":1,"6":43,"63":11,"7":67,"79":3,"8":28,"80":9,"9":83,"all_client":12916,"all_tv_clinet":2058,"insert_time":"2014-08-17T22:37:21.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10991,"10":6,"107":51,"11":63,"12":19,"13":84,"14":15,"15":20,"155":2,"156":3,"158":2,"159":1,"16":9,"160":8,"161":23,"167":15,"17":22,"18":266,"19":29,"20":22,"209":8,"21":59,"210":7,"215":14,"221":24,"223":70,"224":8,"225":62,"23":63,"24":117,"25":81,"257":10,"26":9,"268":1,"27":5,"273":13,"276":17,"279":3,"28":32,"281":2,"282":1,"291":2,"292":8,"302":2,"31":8,"314":3,"32":2,"33":2,"34":4,"35":4,"352":73,"36":27,"37":11,"38":50,"380":1,"381":3,"383":3,"39":2,"391":9,"397":3,"40":7,"409":3,"41":9,"414":1,"415":11,"42":8,"43":14,"430":1,"44":8,"45":6,"46":23,"48":4,"49":7,"5":252,"51":10,"52":3,"53":3,"56":1,"6":42,"63":12,"7":67,"79":2,"8":29,"80":8,"9":84,"all_client":13089,"all_tv_clinet":2098,"insert_time":"2014-08-17T22:38:21.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11097,"10":6,"107":57,"11":61,"12":17,"13":81,"14":15,"15":17,"155":4,"156":3,"158":2,"159":1,"16":10,"160":8,"161":24,"167":17,"17":21,"18":269,"19":30,"20":22,"209":8,"21":57,"210":7,"215":16,"221":24,"223":73,"224":11,"225":57,"23":64,"24":126,"25":83,"257":9,"26":9,"268":1,"27":5,"273":13,"276":20,"279":3,"28":31,"281":2,"282":1,"291":2,"292":8,"302":2,"31":10,"314":3,"32":2,"33":3,"34":5,"35":6,"352":72,"36":25,"37":11,"38":53,"380":1,"381":3,"383":3,"39":2,"391":9,"397":3,"40":6,"409":4,"41":12,"414":1,"415":12,"42":8,"43":15,"430":2,"44":10,"45":7,"46":25,"48":4,"49":6,"5":261,"51":10,"52":4,"53":3,"56":1,"6":38,"63":12,"7":65,"79":3,"8":31,"80":7,"9":89,"all_client":13241,"all_tv_clinet":2144,"insert_time":"2014-08-17T22:39:21.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11234,"10":5,"107":65,"11":64,"12":16,"13":81,"14":16,"15":19,"155":5,"156":2,"158":2,"159":2,"16":12,"160":7,"161":24,"167":20,"17":21,"18":282,"19":29,"20":23,"209":9,"21":54,"210":4,"215":17,"221":26,"223":77,"224":11,"225":59,"23":63,"24":126,"25":84,"257":9,"26":10,"268":1,"27":5,"273":13,"276":22,"279":3,"28":31,"281":2,"282":1,"291":3,"292":9,"302":2,"306":1,"31":10,"314":4,"32":2,"33":3,"34":4,"35":6,"352":72,"36":29,"37":10,"38":56,"380":1,"381":3,"383":3,"39":1,"391":6,"397":4,"40":5,"409":4,"41":11,"414":1,"415":11,"42":8,"43":14,"430":1,"44":11,"45":8,"46":25,"48":4,"49":6,"5":271,"51":7,"52":4,"53":3,"56":1,"570":1,"6":34,"63":13,"7":65,"79":3,"8":33,"80":8,"9":91,"all_client":13428,"all_tv_clinet":2194,"insert_time":"2014-08-17T22:40:22.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11360,"10":6,"107":66,"11":61,"12":15,"13":81,"14":15,"15":18,"155":7,"156":2,"158":3,"159":3,"16":12,"160":7,"161":24,"167":20,"17":19,"18":291,"19":30,"20":22,"209":9,"21":50,"210":4,"215":18,"221":28,"223":78,"224":11,"225":62,"23":62,"24":125,"25":83,"257":9,"26":9,"268":1,"27":6,"273":13,"276":23,"279":2,"28":33,"281":2,"282":1,"291":3,"292":10,"302":2,"306":1,"31":16,"314":4,"32":2,"33":3,"34":4,"35":8,"352":70,"36":29,"37":10,"38":58,"380":1,"381":4,"383":3,"39":2,"391":6,"397":4,"40":5,"409":4,"41":9,"414":1,"415":11,"42":8,"43":14,"430":1,"44":11,"45":6,"46":29,"48":4,"49":6,"5":275,"51":7,"52":3,"53":3,"56":1,"570":1,"6":34,"63":13,"7":67,"79":4,"8":34,"80":6,"9":95,"all_client":13583,"all_tv_clinet":2223,"insert_time":"2014-08-17T22:41:22.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11487,"10":8,"107":66,"11":61,"12":15,"13":79,"14":16,"15":17,"155":6,"156":2,"158":4,"159":3,"16":15,"160":7,"161":23,"167":21,"17":20,"18":295,"19":31,"20":23,"209":9,"21":54,"210":4,"215":19,"221":30,"223":80,"224":9,"225":69,"23":64,"24":124,"25":84,"257":10,"26":9,"268":1,"27":7,"273":13,"276":23,"279":2,"28":35,"281":2,"282":1,"291":3,"292":11,"30":1,"302":2,"306":1,"31":17,"314":4,"32":2,"33":3,"34":5,"35":10,"352":82,"36":28,"37":9,"38":58,"380":1,"381":3,"383":3,"39":2,"391":7,"397":3,"40":5,"409":5,"41":6,"414":1,"415":10,"42":8,"43":14,"44":10,"45":5,"46":28,"48":4,"49":6,"5":288,"51":7,"52":3,"53":3,"56":1,"570":1,"6":34,"63":13,"7":68,"79":3,"8":36,"80":7,"9":97,"all_client":13766,"all_tv_clinet":2279,"insert_time":"2014-08-17T22:42:22.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11661,"10":8,"107":66,"11":63,"12":16,"13":75,"14":17,"15":19,"155":6,"156":2,"158":4,"159":3,"16":15,"160":8,"161":24,"167":21,"17":22,"18":300,"19":34,"20":26,"209":9,"21":55,"210":5,"215":18,"221":31,"223":85,"224":8,"225":78,"23":62,"24":125,"25":87,"257":9,"26":10,"268":2,"27":7,"273":12,"276":26,"279":3,"28":35,"281":2,"282":1,"291":3,"292":11,"30":2,"302":2,"306":1,"31":15,"314":3,"32":2,"33":3,"34":5,"35":11,"352":85,"36":24,"37":9,"38":59,"380":1,"381":3,"383":3,"39":2,"391":6,"397":3,"40":4,"409":6,"41":7,"414":1,"415":8,"42":8,"43":14,"44":12,"45":4,"46":27,"48":4,"49":6,"5":304,"51":7,"52":3,"53":3,"56":1,"570":1,"6":34,"63":13,"7":70,"79":3,"8":37,"80":7,"9":97,"all_client":13994,"all_tv_clinet":2333,"insert_time":"2014-08-17T22:43:22.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11813,"10":7,"107":62,"11":60,"12":17,"13":78,"14":19,"15":17,"155":6,"156":2,"158":3,"159":2,"16":16,"160":6,"161":24,"167":21,"17":21,"18":309,"19":36,"20":28,"209":12,"21":57,"210":6,"214":1,"215":18,"221":31,"223":86,"224":9,"225":90,"23":63,"24":122,"25":85,"257":10,"26":10,"268":2,"27":7,"273":13,"276":31,"279":3,"28":35,"281":2,"282":1,"291":3,"292":11,"30":2,"302":3,"306":1,"31":14,"314":3,"32":2,"33":3,"34":5,"347":1,"35":10,"352":86,"36":23,"37":8,"38":62,"380":1,"381":3,"383":3,"39":2,"391":6,"397":3,"40":3,"409":6,"41":7,"414":1,"415":8,"42":8,"43":14,"44":14,"45":4,"46":27,"48":4,"49":5,"5":307,"51":7,"52":3,"53":3,"56":2,"570":1,"6":32,"63":16,"7":71,"79":4,"8":36,"80":7,"9":98,"all_client":14184,"all_tv_clinet":2371,"insert_time":"2014-08-17T22:44:22.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11939,"10":7,"107":63,"11":56,"12":19,"13":77,"14":17,"15":21,"155":6,"156":2,"158":3,"159":1,"16":17,"160":6,"161":24,"167":20,"17":22,"18":318,"19":38,"20":27,"209":12,"21":58,"210":6,"214":1,"215":18,"221":32,"223":95,"224":8,"225":90,"23":66,"24":126,"25":84,"257":9,"26":10,"268":3,"27":8,"273":14,"276":39,"279":3,"28":33,"281":3,"282":2,"291":3,"292":11,"30":2,"302":4,"306":1,"31":13,"314":3,"32":2,"33":3,"34":4,"347":1,"35":11,"352":87,"36":22,"37":8,"38":66,"380":1,"381":3,"383":3,"39":2,"391":7,"397":3,"40":2,"409":8,"41":7,"414":1,"415":6,"42":8,"43":13,"44":14,"45":3,"46":27,"48":4,"49":4,"5":318,"51":7,"52":3,"53":3,"56":1,"570":1,"6":33,"63":17,"7":73,"79":5,"8":36,"80":7,"9":99,"all_client":14363,"all_tv_clinet":2424,"insert_time":"2014-08-17T22:45:22.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12104,"10":6,"107":62,"11":60,"12":18,"13":77,"14":18,"15":25,"155":6,"156":3,"158":3,"159":1,"16":21,"160":6,"161":24,"167":20,"17":21,"18":325,"19":40,"20":26,"209":10,"21":63,"210":6,"214":2,"215":20,"221":33,"223":98,"224":7,"225":91,"23":66,"24":129,"25":85,"257":10,"26":10,"268":2,"27":8,"273":14,"276":40,"279":3,"28":34,"281":4,"282":2,"291":3,"292":10,"30":1,"302":4,"31":12,"314":3,"32":2,"33":3,"34":5,"347":1,"35":12,"352":87,"36":22,"37":9,"38":66,"380":1,"381":3,"383":3,"39":2,"391":7,"397":3,"40":2,"409":8,"41":7,"414":1,"415":6,"419":1,"42":9,"43":12,"44":14,"45":2,"46":25,"48":3,"49":4,"5":337,"51":4,"52":3,"53":3,"56":1,"570":1,"6":33,"63":18,"7":75,"79":5,"8":36,"80":7,"9":94,"all_client":14573,"all_tv_clinet":2469,"insert_time":"2014-08-17T22:46:23.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12279,"10":6,"107":65,"11":65,"12":19,"13":78,"14":17,"15":28,"155":6,"156":3,"158":3,"159":1,"16":22,"160":6,"161":31,"167":20,"17":23,"18":337,"19":38,"20":26,"209":8,"21":65,"210":6,"214":1,"215":22,"221":35,"223":98,"224":8,"225":88,"23":70,"24":127,"25":90,"257":10,"26":11,"268":2,"27":7,"273":15,"276":39,"279":3,"28":32,"281":5,"282":2,"291":4,"292":8,"30":2,"302":5,"31":12,"314":3,"32":1,"33":5,"34":5,"35":12,"352":88,"36":23,"37":9,"38":68,"380":1,"381":4,"383":4,"39":3,"391":7,"397":3,"40":2,"409":8,"41":8,"414":3,"415":6,"419":1,"42":9,"43":12,"44":14,"45":2,"46":23,"48":4,"49":4,"5":343,"51":5,"52":4,"53":3,"56":1,"570":1,"6":35,"63":19,"7":76,"79":4,"8":36,"80":6,"9":95,"all_client":14808,"all_tv_clinet":2529,"insert_time":"2014-08-17T22:47:23.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12455,"10":6,"107":67,"11":71,"12":22,"13":80,"14":18,"15":25,"155":5,"156":3,"158":3,"159":1,"16":24,"160":6,"161":31,"167":23,"17":29,"18":327,"19":37,"20":27,"209":8,"21":67,"210":6,"214":1,"215":27,"221":35,"223":96,"224":7,"225":93,"23":72,"24":125,"25":89,"257":9,"26":10,"268":1,"27":7,"273":18,"276":39,"279":3,"28":34,"281":6,"282":1,"291":4,"292":9,"30":3,"302":5,"31":11,"314":3,"33":5,"34":5,"35":9,"352":88,"36":23,"37":8,"38":72,"380":1,"381":4,"383":4,"39":3,"391":6,"397":3,"40":3,"409":10,"41":9,"414":3,"415":5,"419":1,"42":10,"43":12,"44":15,"45":2,"46":22,"48":4,"49":5,"5":341,"51":7,"52":3,"53":4,"56":2,"570":1,"6":34,"63":21,"7":80,"79":3,"8":39,"80":7,"9":101,"all_client":15024,"all_tv_clinet":2569,"insert_time":"2014-08-17T22:48:23.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12635,"10":6,"107":71,"11":70,"12":23,"13":86,"14":19,"15":18,"155":5,"156":2,"158":3,"159":1,"16":29,"160":6,"161":33,"167":24,"17":31,"18":326,"19":35,"20":29,"209":11,"21":68,"210":6,"214":1,"215":26,"221":34,"223":98,"224":7,"225":104,"23":70,"24":123,"25":89,"257":7,"26":11,"268":1,"27":8,"273":18,"276":39,"279":2,"28":30,"281":6,"282":2,"291":4,"292":9,"30":4,"302":6,"31":11,"314":3,"33":6,"34":5,"35":9,"352":87,"36":21,"37":6,"38":76,"381":5,"383":4,"39":3,"391":7,"396":1,"397":3,"40":3,"409":10,"41":9,"414":3,"415":5,"419":1,"42":10,"43":12,"44":17,"45":3,"46":22,"48":3,"49":4,"5":344,"51":7,"52":4,"53":4,"56":2,"570":2,"6":34,"63":23,"7":81,"79":3,"8":42,"80":10,"9":113,"all_client":15254,"all_tv_clinet":2619,"insert_time":"2014-08-17T22:49:23.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12777,"10":6,"107":72,"11":73,"12":25,"13":91,"14":20,"15":17,"155":5,"156":2,"158":3,"159":3,"16":31,"160":6,"161":34,"167":24,"17":31,"18":324,"19":34,"20":30,"209":11,"21":72,"210":6,"214":1,"215":28,"221":33,"223":106,"224":7,"225":116,"23":70,"24":130,"25":87,"257":7,"26":12,"268":1,"27":8,"273":19,"276":39,"279":2,"28":30,"281":5,"282":2,"291":3,"292":8,"30":4,"302":8,"31":11,"314":4,"33":5,"34":6,"35":8,"352":89,"36":20,"37":6,"38":77,"381":5,"383":3,"39":3,"391":6,"396":1,"397":3,"40":4,"409":10,"41":9,"414":4,"415":3,"419":1,"42":12,"43":12,"44":16,"45":3,"46":22,"48":1,"49":5,"5":336,"51":7,"52":3,"53":4,"56":2,"570":2,"6":38,"63":25,"7":99,"79":3,"8":45,"80":10,"9":114,"all_client":15460,"all_tv_clinet":2683,"insert_time":"2014-08-17T22:50:23.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12986,"10":6,"107":72,"11":76,"12":26,"13":96,"14":21,"15":17,"155":5,"156":3,"158":3,"159":3,"16":34,"160":7,"161":38,"167":22,"17":30,"18":322,"19":33,"20":29,"209":11,"21":72,"210":6,"214":1,"215":28,"221":35,"223":106,"224":8,"225":126,"23":74,"24":132,"25":86,"257":7,"26":12,"268":1,"27":8,"273":19,"276":39,"279":2,"28":31,"281":6,"282":2,"291":3,"292":8,"30":3,"302":8,"31":10,"314":4,"33":5,"34":6,"347":1,"35":6,"352":86,"36":20,"37":6,"38":76,"381":7,"383":3,"39":3,"391":6,"396":1,"397":4,"40":2,"409":10,"41":8,"414":4,"415":4,"419":1,"42":12,"43":12,"44":17,"45":2,"46":25,"48":1,"49":5,"5":340,"51":6,"52":3,"53":5,"56":1,"570":2,"6":44,"63":25,"7":100,"79":3,"8":49,"80":11,"9":113,"all_client":15712,"all_tv_clinet":2726,"insert_time":"2014-08-17T22:51:24.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13219,"10":7,"107":67,"11":76,"12":26,"13":102,"14":21,"15":21,"155":4,"156":3,"158":5,"159":3,"16":33,"160":7,"161":40,"167":23,"17":31,"18":319,"19":35,"20":29,"209":10,"21":77,"210":5,"214":1,"215":29,"221":35,"223":100,"224":8,"225":133,"23":75,"24":134,"25":87,"257":7,"26":12,"268":2,"27":8,"273":22,"276":38,"279":2,"28":28,"281":7,"282":1,"291":3,"292":8,"30":2,"302":8,"31":11,"314":5,"33":4,"34":7,"347":1,"35":6,"352":85,"36":21,"37":8,"38":74,"381":8,"383":4,"39":3,"391":7,"396":1,"397":3,"40":2,"409":11,"41":9,"414":4,"415":4,"42":12,"43":12,"44":16,"45":2,"46":23,"48":1,"49":6,"5":345,"51":6,"52":3,"53":5,"56":1,"570":2,"6":46,"63":26,"7":98,"79":4,"8":52,"80":11,"9":116,"all_client":15978,"all_tv_clinet":2759,"insert_time":"2014-08-17T22:52:24.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13389,"10":8,"107":69,"11":84,"12":23,"13":100,"14":24,"15":23,"155":4,"156":3,"158":5,"159":3,"16":36,"160":8,"161":40,"167":25,"17":31,"18":327,"19":37,"20":30,"209":9,"21":78,"210":5,"214":1,"215":28,"221":36,"223":101,"224":8,"225":127,"23":74,"24":137,"25":89,"257":10,"26":11,"268":2,"27":9,"273":23,"276":39,"279":2,"28":28,"281":7,"282":1,"291":2,"292":8,"30":2,"302":7,"31":12,"314":4,"33":4,"34":8,"347":1,"35":5,"352":91,"36":22,"37":8,"38":73,"381":7,"383":4,"39":3,"391":7,"396":1,"397":3,"40":2,"409":11,"41":10,"414":6,"415":5,"42":13,"43":12,"44":17,"45":3,"46":23,"48":1,"49":6,"5":352,"51":4,"52":4,"53":6,"56":1,"570":2,"6":48,"63":26,"7":83,"79":4,"8":58,"80":13,"9":124,"all_client":16200,"all_tv_clinet":2811,"insert_time":"2014-08-17T22:53:24.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13550,"10":9,"107":70,"11":88,"12":21,"13":101,"14":25,"15":25,"155":5,"156":3,"158":7,"159":3,"16":39,"160":7,"161":41,"167":25,"17":36,"18":333,"19":33,"20":32,"209":9,"21":87,"210":5,"211":2,"214":1,"215":28,"221":36,"223":100,"224":7,"225":135,"23":77,"24":134,"25":91,"257":9,"26":12,"268":2,"27":10,"273":22,"276":40,"279":3,"28":25,"281":7,"282":2,"291":2,"292":7,"30":2,"302":9,"31":11,"314":3,"33":4,"34":8,"35":4,"352":91,"36":24,"37":8,"38":76,"381":7,"383":4,"39":4,"391":8,"396":1,"397":3,"40":2,"409":11,"41":9,"414":9,"415":6,"42":15,"43":11,"44":18,"45":3,"46":21,"48":1,"49":5,"5":367,"51":5,"52":5,"53":5,"56":1,"570":3,"6":49,"63":25,"7":77,"79":5,"8":62,"80":12,"9":125,"all_client":16425,"all_tv_clinet":2875,"insert_time":"2014-08-17T22:54:24.783Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13723,"10":7,"107":75,"11":87,"12":24,"13":98,"14":26,"15":23,"155":6,"156":5,"158":6,"159":4,"16":41,"160":9,"161":39,"167":24,"17":35,"18":338,"19":35,"20":34,"209":8,"21":86,"210":6,"211":2,"214":1,"215":30,"221":39,"223":109,"224":7,"225":135,"23":77,"24":139,"25":94,"257":11,"26":10,"268":2,"27":10,"273":21,"276":47,"279":3,"28":27,"281":7,"282":2,"291":2,"292":7,"30":2,"302":9,"31":9,"314":3,"32":1,"33":4,"34":8,"347":1,"35":4,"352":95,"36":24,"37":8,"38":78,"381":8,"383":4,"39":4,"391":8,"396":1,"397":3,"40":2,"409":12,"41":11,"414":9,"415":7,"42":14,"43":11,"44":16,"45":3,"46":24,"48":3,"49":5,"5":372,"51":7,"52":5,"53":4,"56":1,"570":3,"6":51,"63":26,"7":76,"79":5,"8":69,"80":16,"9":126,"all_client":16673,"all_tv_clinet":2950,"insert_time":"2014-08-17T22:55:25.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13917,"10":5,"107":76,"11":94,"12":29,"13":98,"14":28,"15":21,"155":6,"156":5,"158":6,"159":3,"16":41,"160":10,"161":41,"167":23,"17":39,"18":342,"19":37,"20":36,"209":8,"21":85,"210":7,"211":2,"214":1,"215":30,"221":41,"223":105,"224":8,"225":153,"23":81,"24":141,"25":94,"257":9,"26":9,"268":2,"27":9,"273":23,"276":51,"279":5,"28":28,"281":8,"282":3,"291":2,"292":6,"30":2,"302":8,"306":1,"31":8,"314":3,"32":1,"33":4,"34":8,"347":1,"35":3,"352":93,"36":23,"37":8,"38":78,"381":9,"383":4,"39":4,"391":9,"396":1,"397":3,"40":2,"409":11,"41":9,"414":7,"415":7,"42":16,"43":11,"44":16,"45":3,"46":23,"48":3,"49":5,"5":376,"51":7,"52":5,"53":6,"56":1,"570":3,"6":54,"63":25,"7":71,"79":6,"8":74,"80":15,"9":129,"all_client":16924,"all_tv_clinet":3007,"insert_time":"2014-08-17T22:56:25.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14127,"10":5,"107":78,"11":98,"12":30,"13":104,"14":26,"15":17,"155":6,"156":5,"158":5,"159":5,"16":44,"160":10,"161":40,"167":21,"17":40,"18":346,"19":39,"20":34,"209":7,"21":86,"210":7,"211":1,"214":1,"215":30,"221":46,"223":113,"224":9,"225":157,"23":86,"24":140,"25":94,"257":9,"26":8,"268":3,"27":10,"273":24,"276":54,"279":5,"28":27,"281":8,"282":3,"291":2,"292":9,"30":1,"302":7,"306":1,"31":7,"314":4,"32":1,"33":4,"34":8,"347":2,"35":4,"352":95,"36":21,"37":8,"38":74,"381":9,"383":4,"39":4,"391":9,"396":1,"397":3,"40":2,"409":12,"41":9,"414":5,"415":6,"42":16,"426":1,"43":11,"44":15,"45":3,"46":24,"48":3,"49":5,"5":375,"51":7,"52":5,"53":6,"56":1,"570":3,"6":62,"63":26,"7":74,"79":6,"8":85,"80":14,"9":131,"all_client":17193,"all_tv_clinet":3066,"insert_time":"2014-08-17T22:57:25.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14314,"10":5,"107":81,"11":106,"12":34,"13":104,"14":22,"15":16,"155":5,"156":5,"158":5,"159":6,"16":45,"160":10,"161":45,"167":19,"17":38,"18":356,"19":41,"20":35,"209":7,"21":87,"210":7,"211":1,"214":1,"215":29,"221":48,"223":115,"224":9,"225":164,"23":95,"24":140,"25":97,"257":12,"26":9,"268":3,"27":10,"273":21,"276":60,"279":5,"28":26,"281":7,"282":3,"291":2,"292":9,"30":1,"302":7,"306":1,"31":6,"314":4,"32":1,"33":4,"34":8,"347":2,"35":4,"352":93,"36":20,"37":7,"38":77,"381":7,"383":3,"39":4,"391":7,"396":1,"397":3,"40":2,"409":13,"41":10,"414":5,"415":6,"42":15,"426":1,"43":13,"430":1,"44":13,"45":3,"46":25,"48":3,"49":7,"5":378,"51":7,"52":5,"53":6,"56":1,"570":2,"6":66,"63":28,"7":74,"79":6,"8":90,"80":14,"9":129,"all_client":17442,"all_tv_clinet":3128,"insert_time":"2014-08-17T22:58:25.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14505,"10":5,"107":78,"11":112,"12":32,"13":107,"14":15,"15":19,"155":5,"156":6,"158":4,"159":7,"16":47,"160":12,"161":42,"167":15,"17":38,"18":372,"19":47,"20":37,"209":8,"21":86,"210":7,"211":1,"214":1,"215":31,"221":50,"223":115,"224":10,"225":166,"23":96,"24":140,"25":97,"257":14,"26":8,"268":3,"27":9,"273":23,"276":72,"279":5,"28":28,"281":7,"282":3,"291":2,"292":8,"30":1,"302":7,"306":1,"31":3,"314":5,"32":1,"33":3,"34":8,"347":2,"35":5,"352":97,"36":23,"37":7,"38":78,"381":7,"383":3,"39":3,"391":7,"396":1,"397":4,"40":1,"409":14,"41":10,"414":5,"415":5,"42":12,"426":1,"43":12,"430":1,"44":12,"45":4,"46":26,"48":3,"49":8,"5":389,"51":7,"52":6,"53":7,"56":3,"570":2,"6":69,"63":29,"7":78,"79":7,"8":96,"80":14,"9":125,"all_client":17707,"all_tv_clinet":3202,"insert_time":"2014-08-17T22:59:26.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14704,"10":6,"107":77,"11":116,"12":31,"13":107,"14":14,"15":21,"155":5,"156":6,"158":4,"159":8,"16":51,"160":13,"161":45,"167":16,"17":39,"18":382,"19":52,"20":41,"209":8,"21":86,"210":7,"211":1,"214":1,"215":29,"221":46,"223":127,"224":10,"225":166,"23":100,"24":134,"25":100,"257":16,"26":8,"268":3,"27":8,"273":21,"276":77,"279":5,"28":30,"281":7,"282":3,"291":3,"292":7,"30":1,"302":9,"306":1,"31":5,"314":5,"32":1,"33":4,"34":5,"347":1,"35":8,"352":94,"36":24,"37":7,"38":80,"381":9,"383":4,"39":2,"391":6,"396":1,"397":4,"40":2,"409":12,"41":9,"414":5,"415":6,"42":13,"426":1,"43":12,"430":1,"44":12,"45":4,"46":30,"48":3,"49":9,"5":398,"51":9,"52":6,"53":7,"56":3,"570":2,"6":63,"63":27,"7":81,"79":7,"8":106,"80":14,"9":119,"all_client":17973,"all_tv_clinet":3269,"insert_time":"2014-08-17T23:00:26.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14873,"10":6,"107":66,"11":124,"12":26,"13":114,"14":13,"15":19,"155":6,"156":6,"158":4,"159":7,"16":47,"160":13,"161":42,"167":16,"17":43,"18":392,"19":55,"20":42,"209":8,"21":89,"210":6,"211":1,"214":2,"215":29,"221":43,"223":142,"224":10,"225":180,"23":94,"24":140,"25":87,"257":14,"26":9,"268":3,"27":8,"273":22,"276":84,"279":6,"28":34,"281":7,"282":1,"291":3,"292":7,"30":1,"302":9,"306":1,"31":5,"314":5,"32":1,"33":6,"34":5,"35":8,"352":95,"36":26,"37":7,"38":81,"381":9,"383":4,"39":6,"391":6,"396":1,"397":4,"40":5,"409":12,"41":8,"414":5,"415":8,"42":11,"426":1,"43":11,"44":12,"45":4,"46":31,"48":4,"49":6,"5":418,"51":10,"52":5,"53":7,"56":5,"570":2,"6":62,"63":26,"7":90,"79":7,"8":118,"80":14,"9":114,"all_client":18219,"all_tv_clinet":3346,"insert_time":"2014-08-17T23:01:26.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15056,"10":6,"107":66,"11":126,"12":25,"13":120,"14":13,"15":21,"155":6,"156":7,"158":3,"159":6,"16":51,"160":14,"161":47,"167":15,"17":47,"18":391,"19":54,"20":41,"209":6,"21":108,"210":5,"211":1,"214":2,"215":27,"221":44,"223":145,"224":10,"225":182,"23":91,"24":144,"25":80,"257":13,"26":8,"268":3,"27":8,"273":24,"276":99,"279":6,"28":32,"281":6,"282":1,"291":5,"292":8,"30":2,"302":12,"306":1,"31":3,"314":5,"32":4,"33":7,"34":5,"347":1,"35":8,"352":94,"36":26,"37":7,"38":82,"381":9,"383":4,"39":6,"391":7,"396":1,"397":4,"40":5,"409":12,"41":9,"414":5,"415":9,"42":12,"426":1,"43":10,"44":12,"45":4,"46":30,"48":5,"49":6,"5":428,"51":11,"52":5,"53":6,"56":7,"570":2,"6":63,"63":23,"7":89,"79":6,"8":124,"80":15,"9":121,"all_client":18481,"all_tv_clinet":3425,"insert_time":"2014-08-17T23:02:26.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15268,"10":5,"107":63,"11":130,"12":25,"13":121,"14":15,"15":24,"155":5,"156":8,"158":3,"159":4,"16":54,"160":13,"161":46,"167":13,"17":49,"18":387,"19":57,"20":42,"209":7,"21":108,"210":5,"214":2,"215":24,"221":50,"223":143,"224":9,"225":187,"23":92,"24":151,"25":74,"257":13,"26":9,"268":3,"27":9,"273":28,"276":112,"279":6,"28":33,"281":7,"282":1,"291":5,"292":9,"30":2,"302":12,"306":1,"31":3,"314":4,"32":4,"33":6,"34":5,"347":2,"35":9,"352":98,"36":26,"37":6,"38":87,"381":9,"383":4,"39":7,"391":7,"396":1,"397":4,"40":4,"409":11,"41":9,"414":5,"415":9,"42":13,"426":1,"43":9,"433":1,"44":11,"45":3,"46":27,"48":5,"49":5,"5":447,"51":12,"52":7,"53":7,"56":7,"570":2,"6":75,"63":26,"7":94,"79":6,"8":131,"80":15,"9":118,"all_client":18776,"all_tv_clinet":3508,"insert_time":"2014-08-17T23:03:27.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15475,"10":5,"107":65,"11":139,"12":23,"13":120,"14":16,"15":25,"155":6,"156":8,"158":5,"159":4,"16":50,"160":12,"161":44,"167":12,"17":52,"18":392,"19":61,"20":41,"209":8,"21":113,"210":4,"214":2,"215":25,"221":53,"223":147,"224":13,"225":188,"23":92,"24":149,"25":70,"257":13,"26":9,"268":3,"27":9,"273":30,"276":126,"279":5,"28":32,"281":8,"282":2,"291":6,"292":10,"30":3,"302":13,"306":1,"31":5,"314":4,"32":4,"33":6,"34":4,"347":3,"35":8,"352":91,"36":26,"37":8,"38":90,"381":9,"383":4,"39":6,"391":7,"397":4,"40":3,"409":13,"41":11,"414":5,"415":7,"419":1,"42":13,"426":1,"43":8,"430":1,"433":1,"44":11,"45":3,"46":26,"48":4,"49":5,"5":449,"51":9,"52":7,"53":8,"56":6,"570":2,"6":78,"63":27,"7":99,"79":5,"8":139,"80":16,"9":125,"all_client":19051,"all_tv_clinet":3576,"insert_time":"2014-08-17T23:04:27.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15631,"10":5,"107":66,"11":148,"12":26,"13":125,"14":19,"15":25,"155":6,"156":7,"158":6,"159":4,"16":46,"160":9,"161":45,"167":12,"17":53,"18":399,"19":67,"20":40,"209":8,"21":110,"210":5,"214":2,"215":25,"221":55,"223":147,"224":13,"225":189,"23":94,"24":151,"25":71,"257":15,"26":11,"268":2,"27":9,"273":29,"276":135,"279":5,"28":33,"281":9,"282":2,"291":5,"292":10,"30":5,"302":14,"31":7,"314":2,"32":3,"33":7,"34":4,"347":3,"35":8,"352":95,"36":29,"37":10,"38":90,"381":9,"383":5,"39":5,"391":7,"397":5,"40":3,"409":14,"41":13,"414":3,"415":7,"419":1,"42":12,"426":1,"43":8,"430":1,"433":1,"44":13,"45":3,"46":29,"48":3,"49":6,"5":462,"51":9,"52":8,"53":9,"56":5,"570":3,"6":79,"63":26,"7":99,"79":5,"8":144,"80":16,"9":122,"all_client":19287,"all_tv_clinet":3656,"insert_time":"2014-08-17T23:05:27.858Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15834,"10":5,"107":73,"11":154,"12":25,"13":124,"14":19,"15":30,"155":6,"156":7,"158":6,"159":3,"16":42,"160":9,"161":45,"167":14,"17":55,"18":401,"19":66,"20":38,"209":7,"21":113,"210":6,"214":2,"215":26,"221":63,"223":147,"224":12,"225":190,"23":101,"24":155,"25":77,"257":17,"26":14,"268":1,"27":8,"273":31,"276":143,"279":5,"28":34,"281":8,"282":2,"291":5,"292":9,"30":5,"302":14,"31":8,"314":2,"32":4,"33":6,"34":4,"347":4,"35":6,"352":93,"36":32,"37":9,"38":88,"381":10,"383":5,"39":4,"391":7,"397":5,"40":3,"409":14,"41":15,"414":4,"415":9,"419":1,"42":13,"426":1,"43":7,"430":1,"433":1,"44":11,"45":3,"46":31,"48":4,"49":8,"5":464,"51":9,"52":6,"53":9,"56":5,"570":3,"6":82,"63":25,"7":97,"79":5,"8":148,"80":17,"9":128,"all_client":19562,"all_tv_clinet":3728,"insert_time":"2014-08-17T23:06:28.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15986,"10":5,"107":74,"11":155,"12":24,"13":127,"14":18,"15":32,"155":6,"156":6,"158":4,"159":3,"16":42,"160":8,"161":47,"167":14,"17":56,"18":405,"19":69,"20":38,"209":8,"21":114,"210":7,"214":2,"215":24,"221":64,"223":143,"224":10,"225":190,"23":104,"24":163,"25":76,"257":18,"26":16,"27":8,"273":30,"276":144,"279":5,"28":33,"281":8,"282":3,"291":5,"292":10,"30":5,"302":14,"31":9,"314":2,"32":4,"33":5,"34":5,"347":4,"35":6,"352":99,"36":31,"37":11,"38":93,"381":11,"383":6,"39":2,"391":7,"396":1,"397":5,"40":5,"409":13,"41":18,"414":4,"415":10,"42":15,"426":1,"43":7,"433":1,"44":9,"45":3,"46":32,"48":6,"49":7,"5":470,"51":10,"52":7,"53":9,"56":6,"570":3,"6":95,"63":27,"7":94,"79":5,"8":152,"80":16,"9":134,"all_client":19783,"all_tv_clinet":3797,"insert_time":"2014-08-17T23:07:28.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16156,"10":6,"107":77,"11":159,"12":23,"13":122,"14":17,"15":32,"155":5,"156":6,"158":4,"159":3,"16":43,"160":9,"161":49,"167":15,"17":58,"18":410,"19":70,"20":38,"209":8,"21":119,"210":6,"214":2,"215":28,"221":65,"223":146,"224":8,"225":188,"23":106,"24":159,"25":80,"257":17,"26":16,"27":10,"273":29,"276":145,"279":5,"28":31,"281":7,"282":3,"291":5,"292":10,"30":3,"302":14,"31":9,"314":2,"32":4,"33":6,"34":4,"347":5,"35":7,"352":99,"36":34,"37":14,"38":92,"381":9,"383":7,"39":3,"391":6,"396":1,"397":4,"40":6,"409":13,"41":20,"414":4,"415":11,"42":13,"426":1,"43":6,"433":1,"44":8,"45":4,"46":32,"48":7,"49":9,"5":483,"51":10,"52":7,"53":9,"56":6,"570":3,"6":99,"63":27,"7":90,"79":6,"8":154,"80":17,"9":139,"all_client":20003,"all_tv_clinet":3847,"insert_time":"2014-08-17T23:08:28.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16308,"10":5,"107":77,"11":159,"12":26,"13":126,"14":12,"15":29,"155":6,"156":6,"158":4,"159":3,"16":46,"160":9,"161":50,"167":14,"17":60,"18":418,"19":69,"20":37,"209":9,"21":127,"210":6,"214":2,"215":29,"221":68,"223":145,"224":8,"225":196,"23":108,"24":166,"25":74,"257":17,"26":15,"27":11,"273":28,"276":147,"279":6,"28":30,"281":8,"282":3,"291":6,"292":11,"30":4,"302":14,"31":9,"314":2,"32":5,"33":7,"34":5,"347":6,"35":7,"352":99,"36":34,"37":15,"38":96,"381":9,"383":6,"39":3,"391":6,"396":1,"397":4,"40":7,"409":13,"41":22,"414":4,"415":12,"42":12,"43":7,"433":1,"44":8,"45":4,"46":34,"48":8,"49":9,"5":489,"51":9,"52":8,"53":9,"56":6,"570":3,"6":104,"63":28,"7":98,"79":5,"8":156,"80":16,"9":141,"all_client":20229,"all_tv_clinet":3921,"insert_time":"2014-08-17T23:09:28.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16499,"10":5,"107":75,"11":154,"12":27,"13":121,"14":12,"15":28,"155":5,"156":4,"158":4,"159":4,"16":52,"160":8,"161":50,"167":14,"17":62,"18":427,"19":70,"20":36,"209":8,"21":135,"210":6,"214":2,"215":28,"221":70,"223":146,"224":8,"225":207,"23":109,"24":173,"25":75,"257":18,"26":14,"27":11,"273":27,"276":149,"279":6,"28":27,"281":7,"282":3,"291":7,"292":11,"30":6,"302":14,"31":8,"314":2,"32":5,"33":7,"34":4,"347":6,"35":8,"352":99,"36":35,"37":15,"38":95,"381":9,"383":5,"39":3,"391":8,"396":1,"397":4,"40":8,"409":14,"41":23,"414":4,"415":13,"419":1,"42":11,"43":8,"433":1,"44":8,"45":5,"46":34,"48":8,"49":9,"5":499,"51":12,"52":9,"53":8,"56":6,"570":3,"6":115,"63":25,"7":94,"79":5,"8":158,"80":15,"9":143,"all_client":20477,"all_tv_clinet":3978,"insert_time":"2014-08-17T23:10:29.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16699,"10":5,"107":81,"11":150,"12":28,"13":121,"14":13,"15":29,"155":5,"156":4,"158":4,"159":4,"16":52,"160":6,"161":49,"167":15,"17":64,"18":430,"19":76,"20":36,"209":9,"21":143,"210":6,"214":3,"215":28,"221":65,"223":155,"224":9,"225":214,"23":110,"24":181,"25":75,"257":17,"26":13,"27":10,"273":26,"276":154,"279":7,"28":27,"281":7,"282":3,"291":5,"292":12,"30":5,"302":13,"31":8,"314":2,"32":7,"33":7,"34":4,"347":6,"35":8,"352":93,"36":34,"37":18,"38":93,"381":11,"383":5,"39":4,"391":8,"396":1,"397":4,"40":9,"409":14,"41":23,"414":4,"415":13,"419":1,"42":13,"43":11,"433":1,"44":7,"45":5,"46":37,"48":8,"49":11,"5":501,"51":13,"52":7,"53":8,"56":6,"570":4,"6":126,"63":26,"7":91,"79":3,"8":158,"80":15,"9":147,"all_client":20743,"all_tv_clinet":4044,"insert_time":"2014-08-17T23:11:29.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16936,"10":6,"107":84,"11":152,"12":29,"13":119,"14":14,"15":30,"155":4,"156":4,"158":4,"159":4,"16":51,"160":6,"161":48,"167":16,"17":64,"18":436,"19":79,"20":36,"209":9,"21":150,"210":6,"214":3,"215":30,"221":66,"223":156,"224":9,"225":213,"23":110,"24":178,"25":75,"257":16,"26":15,"27":11,"273":27,"276":157,"279":7,"28":28,"281":7,"282":4,"291":5,"292":13,"30":5,"302":14,"31":9,"314":2,"32":6,"33":8,"34":5,"347":7,"35":8,"352":101,"36":38,"37":18,"38":94,"381":11,"383":5,"39":7,"391":8,"396":1,"397":4,"40":10,"409":13,"41":21,"414":3,"415":16,"419":2,"42":14,"43":10,"430":1,"433":1,"44":6,"45":5,"46":37,"48":9,"49":14,"5":508,"51":12,"52":6,"53":7,"56":6,"570":4,"6":128,"63":27,"7":91,"79":3,"8":164,"80":15,"9":153,"all_client":21054,"all_tv_clinet":4118,"insert_time":"2014-08-17T23:12:29.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17130,"10":6,"107":84,"11":152,"12":32,"13":124,"14":17,"15":31,"155":3,"156":5,"158":4,"159":3,"16":52,"160":6,"161":48,"167":17,"17":62,"18":436,"19":83,"20":37,"209":8,"21":150,"210":6,"214":3,"215":32,"221":67,"223":155,"224":11,"225":214,"23":111,"24":179,"25":79,"257":16,"26":17,"27":12,"273":30,"276":160,"279":7,"28":27,"281":7,"282":3,"291":5,"292":16,"30":5,"302":15,"31":10,"314":3,"32":6,"33":9,"34":5,"347":7,"35":8,"352":98,"36":39,"37":18,"38":93,"381":10,"383":6,"39":8,"391":7,"397":3,"40":10,"409":13,"41":20,"414":3,"415":16,"419":2,"42":13,"43":11,"430":1,"433":1,"44":7,"45":3,"46":34,"48":11,"49":14,"5":520,"51":11,"52":6,"53":10,"56":6,"570":4,"6":136,"63":29,"7":95,"79":3,"8":170,"80":15,"9":163,"all_client":21324,"all_tv_clinet":4194,"insert_time":"2014-08-17T23:13:29.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17320,"10":6,"107":86,"11":157,"12":34,"13":119,"14":18,"15":32,"155":4,"156":4,"158":3,"159":4,"16":58,"160":8,"161":44,"167":18,"17":56,"18":447,"19":82,"20":33,"209":11,"21":151,"210":6,"214":3,"215":35,"221":73,"223":158,"224":12,"225":213,"23":114,"24":190,"25":84,"257":17,"26":18,"268":1,"27":12,"273":25,"276":155,"279":5,"28":26,"281":7,"282":4,"291":5,"292":15,"30":5,"302":15,"31":12,"314":3,"32":5,"33":7,"34":5,"347":7,"35":7,"352":102,"36":39,"37":17,"38":99,"381":12,"383":6,"39":9,"391":7,"397":3,"40":9,"409":13,"41":18,"414":3,"415":15,"419":2,"42":14,"43":10,"430":1,"433":1,"44":10,"45":2,"46":31,"48":11,"49":17,"5":527,"51":15,"52":5,"53":11,"56":6,"570":4,"6":133,"63":29,"7":99,"79":6,"8":176,"80":16,"9":169,"all_client":21586,"all_tv_clinet":4266,"insert_time":"2014-08-17T23:14:30.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17550,"10":6,"107":93,"11":162,"12":38,"13":121,"14":18,"15":32,"155":5,"156":4,"158":3,"159":5,"16":59,"160":8,"161":42,"167":18,"17":54,"18":448,"19":83,"20":32,"209":11,"21":147,"210":6,"214":3,"215":33,"221":75,"223":160,"224":12,"225":215,"23":118,"24":201,"25":87,"257":18,"26":19,"268":1,"27":11,"273":23,"276":154,"279":5,"28":25,"281":7,"282":4,"291":5,"292":15,"30":5,"302":16,"31":11,"314":3,"32":5,"33":7,"34":5,"347":6,"35":7,"352":104,"36":43,"37":19,"38":98,"381":12,"383":7,"39":9,"391":7,"397":4,"40":9,"409":14,"41":18,"414":3,"415":11,"419":1,"42":16,"43":11,"430":2,"433":1,"44":11,"45":3,"46":34,"48":10,"49":18,"5":523,"51":14,"52":5,"53":10,"56":6,"570":3,"6":142,"63":29,"7":99,"79":7,"8":178,"80":17,"9":172,"all_client":21871,"all_tv_clinet":4321,"insert_time":"2014-08-17T23:15:30.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17727,"10":6,"107":91,"11":163,"12":43,"13":123,"14":19,"15":33,"155":5,"156":4,"158":3,"159":4,"16":62,"160":7,"161":39,"167":18,"17":56,"18":454,"19":84,"20":32,"209":12,"21":148,"210":5,"214":2,"215":32,"221":74,"223":166,"224":10,"225":210,"23":118,"24":206,"25":90,"257":20,"26":17,"268":1,"27":10,"273":23,"276":152,"279":6,"28":25,"281":8,"282":5,"291":5,"292":13,"30":6,"302":16,"31":12,"314":2,"32":6,"33":6,"34":5,"347":7,"35":8,"352":112,"36":43,"37":21,"38":105,"381":13,"383":9,"39":10,"391":8,"397":4,"40":7,"409":14,"41":16,"414":3,"415":12,"42":16,"43":11,"430":4,"433":1,"44":10,"45":3,"46":39,"48":10,"49":17,"5":516,"51":14,"52":6,"53":9,"56":7,"570":4,"6":150,"63":29,"7":104,"79":9,"8":178,"80":17,"9":178,"all_client":22108,"all_tv_clinet":4381,"insert_time":"2014-08-17T23:16:30.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17931,"10":6,"107":87,"11":162,"12":45,"13":124,"14":16,"15":35,"155":5,"156":4,"158":3,"159":4,"16":66,"160":7,"161":38,"167":19,"17":59,"18":457,"19":84,"20":36,"209":13,"21":141,"210":5,"214":2,"215":35,"221":78,"223":170,"224":10,"225":201,"23":122,"24":215,"25":93,"257":18,"26":16,"268":1,"27":10,"273":25,"276":145,"279":5,"28":25,"281":9,"282":6,"291":7,"292":13,"30":7,"302":15,"31":13,"314":2,"32":5,"33":7,"34":4,"347":8,"35":8,"352":118,"36":41,"37":20,"38":105,"381":13,"383":10,"39":11,"391":10,"397":4,"40":7,"409":13,"41":13,"414":3,"415":13,"42":17,"43":10,"430":4,"433":1,"44":11,"45":2,"46":44,"48":10,"49":17,"5":512,"51":14,"52":7,"53":8,"56":7,"570":4,"6":165,"63":29,"7":104,"79":9,"8":181,"80":17,"9":191,"all_client":22367,"all_tv_clinet":4436,"insert_time":"2014-08-17T23:17:31.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18096,"10":6,"107":93,"11":166,"12":47,"13":121,"14":18,"15":34,"155":5,"156":4,"158":3,"159":4,"16":70,"160":7,"161":40,"167":18,"17":57,"18":469,"19":86,"20":37,"209":13,"21":143,"210":5,"214":2,"215":35,"221":81,"223":165,"224":10,"225":197,"23":124,"24":222,"25":93,"257":16,"26":14,"268":1,"27":10,"273":26,"276":141,"279":5,"28":23,"281":8,"282":7,"291":6,"292":12,"30":6,"302":15,"31":15,"314":2,"32":6,"33":6,"34":4,"347":8,"35":10,"352":118,"36":41,"37":23,"38":108,"381":12,"383":11,"39":10,"391":10,"397":5,"40":9,"409":13,"41":13,"414":4,"415":14,"42":20,"43":11,"430":4,"433":1,"44":11,"45":2,"46":46,"48":11,"49":16,"5":509,"51":16,"52":7,"53":8,"56":8,"570":4,"6":172,"63":29,"7":101,"79":11,"8":185,"80":17,"9":191,"all_client":22583,"all_tv_clinet":4487,"insert_time":"2014-08-17T23:18:31.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18297,"10":8,"107":93,"11":174,"12":48,"13":122,"14":19,"15":39,"155":4,"156":4,"158":3,"159":4,"16":68,"160":8,"161":41,"167":19,"17":56,"18":469,"19":87,"20":38,"209":14,"21":139,"210":6,"214":2,"215":34,"221":84,"223":170,"224":10,"225":193,"23":127,"24":234,"25":93,"257":15,"26":13,"268":1,"27":10,"273":24,"276":140,"279":4,"28":22,"281":8,"282":8,"291":6,"292":14,"30":5,"302":14,"31":14,"314":2,"32":5,"33":6,"34":4,"347":8,"35":9,"352":120,"36":40,"37":23,"38":111,"381":12,"383":9,"39":11,"391":11,"397":6,"40":10,"409":14,"41":15,"414":5,"415":14,"419":1,"42":19,"43":8,"430":5,"433":1,"44":13,"45":2,"46":46,"48":9,"49":17,"5":506,"51":16,"52":6,"53":9,"56":8,"570":5,"6":178,"63":28,"7":89,"79":11,"8":190,"80":17,"9":208,"all_client":22832,"all_tv_clinet":4535,"insert_time":"2014-08-17T23:19:31.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18502,"10":8,"107":102,"11":176,"12":50,"13":127,"14":19,"15":42,"155":4,"156":4,"158":3,"159":4,"16":65,"160":10,"161":44,"167":19,"17":54,"18":475,"19":93,"20":37,"209":12,"21":142,"210":6,"214":2,"215":36,"221":83,"223":177,"224":9,"225":197,"23":129,"24":240,"25":86,"257":17,"26":16,"268":1,"27":10,"273":24,"276":138,"279":4,"28":22,"281":9,"282":7,"291":6,"292":17,"30":7,"302":15,"31":12,"314":2,"32":5,"33":6,"34":5,"347":9,"35":9,"352":119,"36":39,"37":23,"38":110,"381":13,"383":8,"39":10,"391":12,"397":5,"40":11,"409":14,"41":14,"414":5,"415":13,"419":1,"42":16,"43":8,"430":6,"433":1,"44":13,"45":3,"46":48,"48":9,"49":16,"5":504,"51":14,"52":7,"53":8,"56":8,"570":4,"6":188,"63":30,"7":85,"79":11,"8":194,"80":16,"9":212,"all_client":23096,"all_tv_clinet":4594,"insert_time":"2014-08-17T23:20:32.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18701,"10":8,"107":104,"11":178,"12":50,"13":129,"14":19,"15":44,"155":4,"156":4,"158":2,"159":6,"16":69,"160":10,"161":38,"167":18,"17":49,"18":477,"19":101,"20":41,"209":12,"21":145,"210":7,"214":1,"215":39,"221":85,"223":181,"224":10,"225":198,"23":137,"24":242,"25":88,"257":18,"26":19,"268":1,"27":10,"273":26,"276":137,"279":4,"28":22,"281":9,"282":8,"291":5,"292":20,"30":7,"302":15,"31":11,"314":2,"32":4,"33":6,"34":4,"347":9,"35":7,"352":117,"36":40,"37":22,"38":111,"381":15,"383":10,"39":11,"391":13,"397":4,"40":12,"409":13,"41":14,"414":6,"415":13,"419":1,"42":14,"43":8,"430":6,"433":1,"44":12,"45":4,"46":49,"48":10,"49":16,"5":523,"51":13,"52":6,"53":7,"56":9,"570":4,"6":192,"63":30,"7":87,"79":11,"8":202,"80":16,"9":213,"all_client":23376,"all_tv_clinet":4675,"insert_time":"2014-08-17T23:21:32.336Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18907,"10":6,"107":111,"11":179,"12":53,"13":125,"14":18,"15":45,"155":5,"156":4,"158":2,"159":6,"16":73,"160":10,"161":37,"167":19,"17":46,"18":480,"19":113,"20":43,"209":12,"21":159,"210":7,"214":1,"215":38,"221":92,"223":181,"224":13,"225":196,"23":135,"24":238,"25":83,"257":17,"26":19,"268":1,"27":11,"273":29,"276":139,"279":3,"28":20,"281":9,"282":7,"291":5,"292":23,"30":7,"302":15,"31":9,"314":2,"32":4,"33":8,"34":4,"347":10,"35":7,"352":117,"36":39,"37":20,"38":112,"381":13,"383":10,"39":11,"391":15,"397":3,"40":12,"409":13,"41":13,"414":9,"415":12,"42":14,"43":10,"430":5,"433":1,"44":12,"45":4,"46":49,"48":11,"49":17,"5":535,"51":14,"52":5,"53":8,"56":9,"570":2,"6":197,"63":32,"7":86,"79":12,"8":207,"80":16,"9":213,"all_client":23644,"all_tv_clinet":4737,"insert_time":"2014-08-17T23:22:32.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19092,"10":7,"107":111,"11":184,"12":52,"13":132,"14":19,"15":45,"155":5,"156":4,"158":4,"159":6,"16":74,"160":9,"161":38,"167":17,"17":45,"18":483,"19":112,"20":41,"209":12,"21":167,"210":10,"214":1,"215":38,"221":93,"223":182,"224":13,"225":201,"23":135,"24":223,"25":88,"257":16,"26":20,"268":1,"27":12,"273":31,"276":139,"279":4,"28":20,"281":8,"282":8,"291":5,"292":25,"30":7,"302":15,"31":11,"314":2,"32":4,"33":9,"34":4,"347":9,"35":7,"352":117,"36":38,"37":21,"38":123,"381":13,"383":10,"39":11,"391":15,"397":4,"40":13,"409":14,"41":14,"414":10,"415":12,"42":14,"43":10,"430":4,"433":1,"44":12,"45":4,"46":48,"48":12,"49":19,"5":543,"51":12,"52":4,"53":10,"56":9,"570":2,"6":209,"63":33,"7":87,"79":11,"8":211,"80":16,"9":214,"all_client":23900,"all_tv_clinet":4808,"insert_time":"2014-08-17T23:23:33.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19263,"10":7,"107":107,"11":183,"12":52,"13":132,"14":19,"15":46,"155":4,"156":5,"158":4,"159":5,"16":72,"160":11,"161":43,"167":18,"17":44,"18":494,"19":115,"20":44,"209":12,"21":169,"210":10,"214":1,"215":36,"221":90,"223":187,"224":13,"225":203,"23":135,"24":221,"25":94,"257":16,"26":22,"268":1,"27":10,"273":32,"276":142,"279":3,"28":24,"281":9,"282":7,"291":5,"292":26,"30":7,"302":15,"31":11,"314":2,"32":3,"33":9,"34":4,"347":9,"35":6,"352":120,"36":37,"37":22,"38":128,"381":14,"383":11,"39":10,"391":18,"397":3,"40":11,"409":17,"41":12,"414":10,"415":12,"42":15,"43":10,"430":7,"44":12,"45":4,"46":48,"48":11,"49":22,"5":544,"51":13,"52":3,"53":12,"56":9,"570":3,"6":218,"63":33,"7":81,"79":10,"8":214,"80":16,"9":221,"all_client":24133,"all_tv_clinet":4870,"insert_time":"2014-08-17T23:24:33.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19492,"10":7,"107":107,"11":183,"12":54,"13":133,"14":19,"15":52,"155":6,"156":5,"158":4,"159":5,"16":71,"160":10,"161":42,"167":17,"17":42,"18":501,"19":115,"20":48,"209":10,"21":167,"210":11,"214":1,"215":36,"221":88,"223":183,"224":11,"225":210,"23":142,"24":226,"25":96,"257":16,"26":24,"268":1,"27":13,"273":33,"276":144,"279":3,"28":25,"281":9,"282":6,"291":5,"292":27,"30":7,"302":14,"31":12,"314":1,"32":3,"33":9,"34":4,"347":9,"35":6,"352":130,"36":38,"37":22,"38":130,"381":14,"383":13,"39":11,"391":19,"397":3,"40":9,"409":18,"41":12,"414":12,"415":11,"42":16,"43":10,"430":8,"44":9,"45":3,"46":49,"48":10,"49":20,"5":555,"51":11,"52":3,"53":13,"56":9,"570":3,"6":220,"63":33,"7":82,"79":11,"8":215,"80":15,"9":212,"all_client":24414,"all_tv_clinet":4922,"insert_time":"2014-08-17T23:25:33.557Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19713,"10":7,"107":107,"11":181,"12":54,"13":138,"14":22,"15":52,"155":5,"156":6,"158":4,"159":5,"16":77,"160":10,"161":42,"167":14,"17":43,"18":508,"19":115,"20":49,"209":11,"21":171,"210":12,"214":1,"215":34,"221":89,"223":187,"224":13,"225":215,"23":147,"24":238,"25":98,"257":17,"26":25,"268":1,"27":11,"273":32,"276":148,"279":3,"28":32,"281":9,"282":5,"291":5,"292":28,"30":6,"302":12,"31":13,"314":1,"317":1,"32":3,"33":7,"34":3,"347":9,"35":7,"352":135,"36":40,"37":21,"38":130,"381":14,"383":13,"39":12,"391":20,"397":2,"40":9,"409":17,"41":15,"414":15,"415":10,"42":13,"43":10,"430":8,"44":7,"45":4,"46":47,"48":10,"49":20,"5":551,"51":10,"52":2,"53":13,"56":9,"570":4,"6":234,"63":33,"7":85,"79":13,"8":221,"80":14,"9":200,"all_client":24707,"all_tv_clinet":4994,"insert_time":"2014-08-17T23:26:33.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19933,"10":7,"107":109,"11":184,"12":55,"13":139,"14":25,"15":54,"155":5,"156":6,"158":4,"159":5,"16":75,"160":10,"161":42,"167":15,"17":43,"18":513,"19":110,"20":50,"209":12,"21":165,"210":13,"214":1,"215":36,"221":93,"223":189,"224":13,"225":219,"23":148,"24":238,"25":91,"257":17,"26":25,"268":1,"27":11,"273":32,"276":147,"279":3,"28":40,"281":9,"282":4,"291":6,"292":28,"30":6,"302":12,"31":13,"314":1,"317":1,"32":3,"33":9,"34":4,"347":9,"35":8,"352":137,"36":43,"37":22,"38":129,"381":13,"383":13,"39":13,"391":20,"397":2,"40":11,"409":17,"41":15,"414":16,"415":12,"42":12,"43":10,"430":8,"44":7,"45":4,"46":45,"48":11,"49":18,"5":563,"51":11,"52":2,"53":11,"56":9,"570":4,"6":244,"63":35,"7":92,"79":11,"8":222,"80":14,"9":199,"all_client":24986,"all_tv_clinet":5053,"insert_time":"2014-08-17T23:27:34.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20178,"10":7,"107":115,"11":187,"12":55,"13":135,"14":26,"15":58,"155":5,"156":7,"158":4,"159":5,"16":78,"160":10,"161":42,"167":14,"17":45,"18":514,"19":108,"20":53,"209":11,"21":180,"210":14,"214":1,"215":38,"221":93,"223":189,"224":17,"225":229,"23":151,"24":245,"25":91,"257":19,"26":27,"268":1,"27":11,"273":32,"276":146,"279":3,"28":44,"281":10,"282":4,"291":6,"292":28,"30":6,"302":13,"31":11,"314":1,"317":1,"32":3,"33":11,"34":5,"347":10,"35":8,"352":134,"36":48,"37":22,"38":126,"381":11,"383":12,"39":13,"391":20,"397":2,"40":11,"409":17,"41":15,"414":16,"415":13,"42":12,"43":10,"430":8,"433":1,"44":7,"45":4,"46":43,"48":10,"49":18,"5":555,"51":10,"52":3,"53":12,"56":9,"570":4,"6":256,"63":35,"7":103,"79":12,"8":229,"80":14,"9":194,"all_client":25314,"all_tv_clinet":5136,"insert_time":"2014-08-17T23:28:34.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20371,"10":6,"107":120,"11":189,"12":56,"13":123,"14":26,"15":62,"155":5,"156":7,"158":4,"159":5,"16":81,"160":11,"161":46,"167":14,"17":40,"18":522,"19":108,"20":57,"209":11,"21":185,"210":14,"214":1,"215":34,"221":98,"223":196,"224":20,"225":234,"23":150,"24":243,"25":84,"257":22,"26":23,"27":11,"273":29,"276":147,"279":3,"28":51,"281":11,"282":5,"291":6,"292":25,"30":4,"302":13,"31":10,"314":1,"32":3,"33":11,"34":7,"347":10,"35":8,"352":141,"36":47,"37":23,"38":131,"381":12,"383":12,"39":12,"391":21,"396":1,"397":2,"40":12,"409":17,"41":16,"414":16,"415":12,"42":13,"43":10,"430":9,"433":1,"44":7,"45":2,"46":44,"48":10,"49":16,"5":569,"51":10,"52":3,"53":13,"56":8,"570":5,"6":266,"63":35,"7":112,"79":13,"8":227,"80":16,"9":188,"all_client":25575,"all_tv_clinet":5204,"insert_time":"2014-08-17T23:29:34.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20584,"10":5,"107":114,"11":192,"12":58,"13":121,"14":28,"15":64,"155":7,"156":7,"158":4,"159":5,"16":83,"160":11,"161":50,"167":12,"17":41,"18":517,"19":108,"20":60,"209":11,"21":193,"210":15,"214":1,"215":38,"221":102,"223":201,"224":20,"225":238,"23":151,"24":245,"25":82,"257":24,"26":27,"27":11,"273":28,"276":145,"279":4,"28":57,"281":12,"282":5,"291":6,"292":24,"30":4,"302":13,"31":11,"314":1,"32":4,"33":12,"34":7,"347":13,"35":7,"352":144,"36":45,"37":22,"38":125,"381":11,"383":12,"39":13,"391":20,"396":1,"397":2,"40":15,"409":17,"41":16,"414":16,"415":12,"42":16,"43":10,"430":9,"433":1,"44":7,"45":1,"46":46,"48":10,"49":14,"5":579,"51":8,"52":4,"53":12,"56":7,"570":6,"6":273,"63":30,"7":113,"79":13,"8":228,"80":16,"9":198,"all_client":25855,"all_tv_clinet":5271,"insert_time":"2014-08-17T23:30:35.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20787,"10":5,"107":110,"11":191,"12":59,"13":119,"14":30,"15":71,"155":6,"156":7,"158":4,"159":5,"16":87,"160":11,"161":51,"167":12,"17":40,"18":528,"19":107,"20":63,"209":10,"21":186,"210":15,"214":1,"215":39,"221":109,"223":199,"224":19,"225":239,"23":150,"24":246,"25":80,"257":26,"26":30,"27":12,"273":28,"276":142,"279":4,"28":65,"281":12,"282":5,"291":6,"292":21,"30":3,"302":14,"31":11,"314":3,"32":6,"33":17,"34":7,"347":16,"35":6,"352":152,"36":46,"37":21,"38":131,"381":12,"383":9,"39":13,"391":18,"396":1,"397":1,"40":17,"409":18,"41":16,"414":15,"415":14,"42":14,"43":10,"430":9,"44":7,"45":1,"46":45,"48":12,"49":14,"5":594,"51":7,"52":3,"53":13,"56":5,"570":7,"6":282,"63":30,"7":116,"79":14,"8":224,"80":15,"9":210,"all_client":26136,"all_tv_clinet":5349,"insert_time":"2014-08-17T23:31:35.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20992,"10":5,"107":105,"11":199,"12":58,"13":123,"14":32,"15":72,"155":6,"156":8,"158":4,"159":5,"16":90,"160":11,"161":51,"167":11,"17":39,"18":527,"19":108,"20":67,"209":10,"21":197,"210":17,"214":1,"215":41,"221":110,"223":194,"224":16,"225":237,"23":151,"24":249,"25":80,"257":25,"26":34,"27":12,"273":30,"276":142,"279":4,"28":67,"281":12,"282":5,"291":8,"292":25,"30":3,"302":14,"31":10,"314":2,"32":5,"33":17,"34":7,"347":15,"35":7,"352":154,"36":51,"37":22,"38":130,"381":12,"383":7,"39":14,"391":16,"396":1,"397":3,"40":17,"409":19,"41":19,"414":15,"415":15,"42":16,"43":12,"430":10,"44":8,"45":1,"46":49,"48":12,"49":16,"5":591,"51":6,"52":4,"53":13,"56":4,"570":5,"6":289,"63":29,"7":117,"79":15,"8":221,"80":15,"9":226,"all_client":26414,"all_tv_clinet":5422,"insert_time":"2014-08-17T23:32:35.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21223,"10":4,"107":111,"11":211,"12":60,"13":127,"14":33,"15":77,"155":6,"156":9,"158":4,"159":5,"16":96,"160":11,"161":52,"167":10,"17":36,"18":518,"19":111,"20":70,"209":11,"21":202,"210":19,"214":1,"215":41,"221":105,"223":193,"224":16,"225":238,"23":145,"24":254,"25":75,"257":25,"26":36,"27":12,"273":30,"276":143,"279":4,"28":73,"281":11,"282":5,"291":8,"292":24,"30":3,"302":13,"31":9,"314":2,"32":4,"33":18,"34":7,"347":13,"35":8,"352":158,"36":54,"37":23,"38":130,"381":12,"383":7,"39":13,"391":15,"396":1,"397":4,"40":14,"409":19,"41":22,"414":14,"415":14,"42":18,"426":1,"43":11,"430":10,"44":8,"45":2,"46":46,"48":12,"49":17,"5":583,"51":4,"52":5,"53":16,"56":4,"570":4,"6":296,"63":31,"7":126,"79":14,"8":225,"80":14,"9":242,"all_client":26711,"all_tv_clinet":5488,"insert_time":"2014-08-17T23:33:36.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21497,"10":4,"107":105,"11":209,"12":60,"13":127,"14":30,"15":81,"155":7,"156":9,"158":4,"159":7,"16":97,"160":9,"161":51,"167":10,"17":36,"18":518,"19":112,"20":69,"209":13,"21":204,"210":19,"214":1,"215":43,"221":107,"223":189,"224":15,"225":236,"23":147,"24":259,"25":74,"257":22,"26":30,"27":9,"273":31,"276":138,"279":3,"28":79,"281":11,"282":7,"291":8,"292":28,"30":5,"302":12,"31":10,"314":1,"32":4,"33":19,"34":6,"347":12,"35":7,"352":160,"36":56,"37":23,"38":139,"380":1,"381":14,"383":7,"39":15,"391":16,"396":1,"397":5,"40":15,"409":22,"41":22,"414":13,"415":14,"42":19,"426":2,"43":8,"430":9,"434":1,"44":8,"45":4,"46":45,"48":14,"49":15,"5":581,"51":4,"52":5,"53":17,"56":4,"570":3,"6":314,"63":30,"7":129,"79":12,"8":224,"80":13,"9":261,"all_client":27036,"all_tv_clinet":5539,"insert_time":"2014-08-17T23:34:36.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21726,"10":4,"107":107,"11":202,"12":65,"13":131,"14":32,"15":83,"155":9,"156":9,"158":2,"159":7,"16":100,"160":5,"161":50,"167":10,"17":35,"18":527,"19":117,"20":71,"209":11,"21":203,"210":19,"214":1,"215":43,"221":109,"223":189,"224":18,"225":233,"23":146,"24":242,"25":73,"257":21,"26":29,"27":9,"273":39,"276":139,"279":3,"28":85,"281":11,"282":7,"291":8,"292":30,"30":6,"302":13,"31":8,"314":2,"32":4,"33":19,"34":5,"347":11,"35":11,"352":157,"36":52,"37":24,"38":147,"380":1,"381":14,"383":9,"39":17,"391":15,"396":1,"397":5,"40":13,"409":22,"41":20,"414":11,"415":16,"42":17,"426":4,"43":6,"430":9,"434":1,"44":9,"45":4,"46":46,"48":15,"49":13,"5":590,"51":5,"52":5,"53":17,"56":4,"570":3,"6":324,"63":30,"7":122,"79":11,"8":224,"80":13,"9":281,"all_client":27316,"all_tv_clinet":5590,"insert_time":"2014-08-17T23:35:36.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21954,"10":4,"107":108,"11":193,"12":73,"13":132,"14":33,"15":86,"155":8,"156":9,"158":2,"159":8,"16":103,"160":6,"161":56,"167":11,"17":36,"18":526,"19":123,"20":73,"209":11,"21":204,"210":19,"214":1,"215":44,"221":112,"223":193,"224":21,"225":224,"23":154,"24":230,"25":75,"257":23,"26":28,"27":9,"273":44,"276":138,"279":2,"28":94,"281":12,"282":7,"291":7,"292":33,"30":6,"302":13,"31":7,"314":2,"32":4,"33":20,"34":3,"347":11,"35":13,"352":154,"36":52,"37":25,"38":149,"380":2,"381":14,"383":9,"39":18,"391":15,"396":1,"397":5,"40":15,"409":23,"41":20,"414":10,"415":18,"42":17,"426":4,"43":8,"430":10,"434":1,"44":9,"45":4,"46":47,"48":15,"49":9,"5":605,"51":8,"52":5,"53":15,"56":4,"570":3,"6":331,"63":30,"7":126,"79":11,"8":219,"80":13,"9":287,"all_client":27619,"all_tv_clinet":5665,"insert_time":"2014-08-17T23:36:37.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22163,"10":5,"107":110,"11":185,"12":74,"13":143,"14":35,"15":92,"155":9,"156":8,"158":2,"159":8,"16":105,"160":6,"161":59,"167":9,"17":35,"18":536,"19":130,"20":75,"209":10,"21":205,"210":21,"214":1,"215":43,"221":112,"223":198,"224":23,"225":214,"23":157,"24":228,"25":75,"257":24,"26":23,"27":11,"273":49,"276":139,"279":1,"28":98,"281":12,"282":7,"291":8,"292":31,"30":4,"302":15,"31":6,"314":1,"32":5,"33":22,"34":3,"347":9,"35":13,"352":156,"36":55,"37":29,"38":148,"380":2,"381":15,"383":11,"39":22,"391":15,"396":1,"397":5,"40":15,"409":23,"41":19,"414":8,"415":18,"42":18,"426":4,"43":8,"430":12,"434":1,"44":8,"45":4,"46":49,"48":15,"49":8,"5":615,"51":9,"52":6,"53":12,"56":4,"570":2,"6":339,"63":31,"7":130,"79":11,"8":218,"80":13,"9":301,"all_client":27917,"all_tv_clinet":5754,"insert_time":"2014-08-17T23:37:37.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22353,"10":5,"107":111,"11":179,"12":78,"13":151,"14":35,"15":90,"155":8,"156":8,"158":3,"159":8,"16":102,"160":5,"161":58,"167":8,"17":32,"18":539,"19":135,"20":75,"209":11,"21":205,"210":22,"215":48,"221":118,"223":194,"224":25,"225":204,"23":162,"24":230,"25":78,"257":27,"26":19,"27":12,"273":52,"276":138,"279":2,"28":102,"281":12,"282":7,"291":7,"292":32,"30":5,"302":13,"31":7,"314":1,"32":5,"33":21,"34":4,"347":9,"35":11,"352":157,"36":54,"37":31,"38":146,"380":2,"381":16,"383":11,"39":22,"391":15,"396":1,"397":6,"40":15,"409":26,"41":20,"414":7,"415":18,"42":19,"426":4,"43":8,"430":11,"433":1,"434":1,"44":7,"45":4,"46":51,"48":14,"49":8,"5":629,"51":10,"52":6,"53":12,"56":4,"570":2,"6":342,"63":31,"7":133,"79":11,"8":215,"80":14,"9":313,"all_client":28163,"all_tv_clinet":5810,"insert_time":"2014-08-17T23:38:38.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22580,"10":6,"107":108,"11":180,"12":80,"13":151,"14":34,"15":93,"155":9,"156":8,"158":2,"159":8,"16":99,"160":5,"161":64,"167":7,"17":35,"18":550,"19":141,"20":76,"209":12,"21":203,"210":23,"215":50,"221":120,"223":191,"224":25,"225":190,"23":168,"24":236,"25":78,"257":26,"26":14,"27":12,"273":52,"276":138,"279":2,"28":105,"281":11,"282":9,"291":7,"292":32,"30":5,"302":12,"31":6,"314":1,"317":1,"32":5,"33":22,"34":4,"347":9,"35":12,"352":160,"36":54,"37":32,"38":151,"380":2,"381":18,"383":13,"39":23,"391":16,"396":1,"397":6,"40":13,"409":27,"41":22,"414":5,"415":18,"42":15,"426":6,"43":5,"430":13,"433":1,"434":1,"44":5,"45":4,"46":52,"48":16,"49":7,"5":636,"51":11,"52":8,"53":14,"56":3,"570":1,"6":343,"63":30,"7":129,"79":13,"8":222,"80":14,"9":327,"all_client":28454,"all_tv_clinet":5874,"insert_time":"2014-08-17T23:39:38.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22753,"10":4,"107":106,"11":183,"12":86,"13":158,"14":31,"15":99,"155":7,"156":8,"158":2,"159":8,"16":92,"160":5,"161":68,"167":8,"17":36,"18":557,"19":143,"20":78,"209":11,"21":204,"210":23,"215":50,"221":122,"223":191,"224":28,"225":183,"23":168,"24":241,"25":78,"257":27,"26":14,"27":12,"273":54,"276":137,"279":2,"28":108,"281":11,"282":9,"291":6,"292":33,"30":5,"302":11,"31":7,"314":1,"317":1,"32":6,"33":21,"34":4,"347":11,"35":12,"352":167,"36":55,"37":31,"38":154,"380":1,"381":20,"383":11,"39":25,"391":17,"396":1,"397":7,"40":13,"409":27,"41":22,"414":4,"415":17,"42":15,"426":7,"43":5,"430":12,"433":2,"44":5,"45":4,"46":53,"48":16,"49":6,"5":625,"51":10,"52":9,"53":16,"56":3,"570":2,"6":348,"63":28,"7":131,"79":12,"8":220,"80":14,"9":331,"all_client":28669,"all_tv_clinet":5916,"insert_time":"2014-08-17T23:40:38.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22972,"10":4,"107":115,"11":186,"12":86,"13":157,"14":29,"15":104,"155":7,"156":8,"158":2,"159":9,"16":80,"160":6,"161":71,"167":7,"17":36,"18":559,"19":154,"20":80,"209":11,"21":210,"210":24,"215":51,"221":124,"223":192,"224":26,"225":178,"23":164,"24":248,"25":79,"257":30,"26":12,"27":12,"273":53,"276":130,"279":1,"28":108,"281":9,"282":9,"291":5,"292":32,"30":5,"302":11,"31":7,"314":1,"317":2,"32":6,"33":20,"34":4,"347":12,"35":11,"352":168,"36":60,"37":30,"38":153,"380":1,"381":22,"383":9,"39":27,"391":16,"396":1,"397":7,"40":14,"409":25,"41":23,"414":4,"415":17,"419":1,"42":15,"426":8,"43":6,"430":13,"433":1,"44":5,"45":4,"46":59,"48":16,"49":7,"5":617,"51":8,"52":11,"53":16,"56":2,"570":3,"6":355,"63":32,"7":141,"79":12,"8":219,"80":13,"9":349,"all_client":28949,"all_tv_clinet":5977,"insert_time":"2014-08-17T23:41:39.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23199,"10":5,"107":115,"11":192,"12":82,"13":161,"14":28,"15":109,"155":7,"156":9,"158":4,"159":9,"16":72,"160":7,"161":70,"167":8,"17":36,"18":545,"19":157,"20":84,"209":8,"21":201,"210":24,"215":51,"221":116,"223":195,"224":26,"225":175,"23":168,"24":270,"25":80,"257":28,"26":15,"27":14,"273":52,"276":127,"279":2,"28":106,"281":9,"282":13,"291":4,"292":29,"30":4,"302":12,"31":7,"314":1,"317":2,"32":5,"33":20,"34":3,"347":12,"35":10,"352":167,"36":62,"37":30,"38":155,"380":1,"381":24,"383":7,"39":30,"391":16,"396":1,"397":7,"40":13,"409":25,"41":24,"414":5,"415":19,"419":1,"42":16,"426":7,"43":6,"430":12,"433":1,"44":4,"45":4,"46":65,"48":16,"49":7,"5":609,"51":7,"52":11,"53":15,"56":3,"570":3,"6":370,"63":36,"7":146,"79":12,"8":222,"80":14,"9":364,"all_client":29225,"all_tv_clinet":6026,"insert_time":"2014-08-17T23:42:39.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23409,"10":5,"107":124,"11":197,"12":83,"13":164,"14":30,"15":105,"155":7,"156":9,"158":5,"159":9,"16":73,"160":8,"161":70,"167":8,"168":1,"17":39,"18":546,"19":159,"20":87,"209":8,"21":197,"210":24,"214":1,"215":53,"221":115,"223":195,"224":27,"225":165,"23":178,"24":282,"25":79,"257":30,"26":15,"268":1,"27":13,"273":51,"276":129,"279":2,"28":110,"281":9,"282":15,"291":4,"292":28,"30":4,"302":13,"31":10,"314":1,"317":2,"32":5,"33":17,"34":5,"347":11,"35":10,"352":166,"36":57,"37":32,"38":152,"380":1,"381":21,"383":7,"39":31,"391":16,"396":1,"397":7,"40":14,"409":23,"41":24,"414":5,"415":23,"419":1,"42":16,"426":7,"43":7,"430":10,"433":1,"44":5,"45":4,"46":66,"48":16,"49":6,"5":602,"51":7,"52":14,"53":14,"56":3,"570":3,"6":382,"63":38,"7":150,"79":13,"8":220,"80":14,"9":374,"all_client":29500,"all_tv_clinet":6091,"insert_time":"2014-08-17T23:43:39.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23597,"10":5,"107":131,"11":200,"12":87,"13":162,"14":31,"15":107,"155":7,"156":9,"158":5,"159":9,"16":65,"160":7,"161":73,"167":8,"168":1,"17":38,"18":540,"19":156,"20":91,"209":9,"21":197,"210":24,"214":1,"215":52,"221":110,"223":193,"224":27,"225":163,"23":183,"24":304,"25":84,"257":29,"26":15,"268":2,"27":14,"273":47,"276":126,"279":2,"28":113,"281":9,"282":17,"291":3,"292":26,"30":4,"302":13,"31":10,"314":3,"317":2,"32":6,"33":16,"34":6,"347":10,"35":11,"352":170,"36":54,"37":30,"38":157,"380":1,"381":23,"383":7,"39":32,"391":17,"396":1,"397":7,"40":14,"409":25,"41":24,"414":7,"415":22,"419":1,"42":16,"426":6,"43":7,"430":12,"433":1,"44":5,"45":4,"46":61,"48":17,"49":6,"5":603,"51":7,"52":13,"53":13,"56":3,"570":3,"6":387,"63":38,"7":158,"79":13,"8":220,"80":14,"9":380,"all_client":29739,"all_tv_clinet":6142,"insert_time":"2014-08-17T23:44:40.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23812,"10":5,"107":140,"11":197,"12":92,"13":157,"14":29,"15":107,"155":9,"156":8,"158":4,"159":9,"16":61,"160":7,"161":76,"167":8,"168":1,"17":36,"18":539,"19":154,"20":94,"209":10,"21":200,"210":24,"214":1,"215":52,"221":107,"223":196,"224":28,"225":158,"23":180,"24":320,"25":86,"257":30,"26":11,"268":3,"27":15,"273":45,"276":128,"279":4,"28":119,"281":9,"282":17,"291":3,"292":28,"30":4,"302":12,"31":11,"314":3,"317":2,"32":9,"33":14,"34":6,"347":9,"35":9,"352":170,"36":55,"37":30,"38":154,"380":1,"381":25,"383":8,"39":32,"391":17,"396":1,"397":10,"40":15,"409":25,"41":22,"414":7,"415":20,"419":1,"42":14,"426":6,"43":6,"430":12,"433":2,"44":4,"45":4,"46":64,"48":15,"49":6,"5":605,"51":6,"52":15,"53":14,"56":3,"570":3,"6":392,"63":38,"7":152,"79":14,"8":220,"80":14,"9":385,"all_client":29985,"all_tv_clinet":6173,"insert_time":"2014-08-17T23:45:40.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24033,"10":5,"107":146,"11":202,"12":93,"13":157,"14":30,"15":112,"155":9,"156":7,"158":5,"159":9,"16":58,"160":9,"161":77,"167":11,"168":1,"17":34,"18":541,"19":159,"20":92,"209":11,"21":196,"210":23,"214":1,"215":51,"221":106,"223":204,"224":27,"225":150,"23":184,"24":331,"25":94,"257":31,"26":11,"268":4,"27":16,"273":42,"276":129,"279":4,"28":118,"281":10,"282":18,"291":3,"292":27,"30":4,"302":12,"31":10,"314":4,"317":2,"32":9,"33":13,"34":7,"347":9,"35":10,"352":170,"36":52,"37":29,"38":152,"380":1,"381":27,"383":9,"39":33,"391":16,"396":1,"397":9,"40":14,"409":26,"41":22,"414":7,"415":19,"419":1,"42":14,"426":5,"43":6,"430":12,"433":1,"44":6,"45":3,"46":64,"48":15,"49":6,"5":605,"51":8,"52":14,"53":13,"56":4,"570":3,"6":384,"63":40,"7":144,"79":15,"8":213,"80":15,"9":397,"all_client":30236,"all_tv_clinet":6203,"insert_time":"2014-08-17T23:46:41.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24291,"10":4,"107":143,"11":205,"12":101,"13":147,"14":32,"15":117,"155":9,"156":7,"158":7,"159":9,"16":61,"160":9,"161":78,"167":12,"168":1,"17":36,"18":543,"19":158,"20":91,"209":13,"21":201,"210":20,"214":1,"215":50,"221":107,"223":213,"224":27,"225":140,"23":185,"24":317,"25":96,"257":30,"26":13,"268":3,"27":17,"273":38,"276":134,"279":5,"28":126,"281":10,"282":18,"291":3,"292":32,"30":5,"302":15,"31":10,"314":5,"317":2,"32":8,"33":14,"34":7,"347":9,"35":11,"352":174,"36":58,"37":28,"38":150,"380":1,"381":28,"383":9,"39":35,"391":17,"396":1,"397":10,"40":14,"409":28,"41":23,"414":5,"415":20,"419":2,"42":14,"426":6,"43":7,"430":11,"433":1,"44":6,"45":3,"46":69,"48":16,"49":7,"5":608,"51":10,"52":12,"53":14,"56":5,"570":2,"6":374,"63":39,"7":139,"79":14,"8":209,"80":16,"9":407,"all_client":30538,"all_tv_clinet":6247,"insert_time":"2014-08-17T23:47:41.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24527,"10":4,"107":141,"11":218,"12":99,"13":148,"14":31,"15":117,"155":9,"156":6,"158":7,"159":10,"16":55,"160":10,"161":79,"167":12,"168":1,"17":35,"18":538,"19":169,"20":94,"209":14,"21":203,"210":20,"214":1,"215":51,"221":112,"223":212,"224":28,"225":141,"23":184,"24":308,"25":98,"257":28,"26":13,"268":3,"27":17,"273":39,"276":128,"279":4,"28":129,"281":13,"282":19,"291":3,"292":38,"30":6,"302":15,"31":11,"314":6,"317":1,"32":7,"33":15,"34":7,"347":9,"35":10,"352":179,"36":60,"37":29,"38":151,"381":29,"383":10,"39":36,"391":17,"396":1,"397":9,"40":13,"409":32,"41":22,"414":5,"415":20,"419":2,"42":12,"426":5,"43":10,"430":11,"433":2,"44":6,"45":4,"46":72,"48":16,"49":7,"5":613,"51":10,"52":12,"53":11,"56":4,"570":3,"6":371,"63":40,"7":134,"79":15,"8":204,"80":16,"9":421,"all_client":30817,"all_tv_clinet":6290,"insert_time":"2014-08-17T23:48:41.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24807,"10":4,"107":143,"11":224,"12":100,"13":151,"14":33,"15":119,"155":9,"156":6,"158":7,"159":10,"16":52,"160":8,"161":80,"167":11,"168":1,"17":35,"18":538,"19":178,"20":98,"209":16,"21":209,"210":19,"214":1,"215":57,"221":114,"223":221,"224":29,"225":140,"23":180,"24":298,"25":100,"257":27,"26":14,"268":2,"27":14,"273":44,"276":130,"279":5,"28":131,"281":13,"282":20,"291":3,"292":41,"30":7,"302":14,"31":11,"314":6,"317":1,"32":6,"33":13,"34":9,"347":8,"35":10,"352":178,"36":61,"37":29,"38":150,"381":32,"383":12,"39":36,"391":16,"396":1,"397":11,"40":14,"409":32,"41":24,"414":6,"415":22,"419":2,"42":11,"426":5,"43":11,"430":14,"433":2,"44":7,"45":5,"46":73,"48":13,"49":7,"5":621,"51":9,"52":11,"53":8,"56":4,"570":4,"6":372,"63":40,"7":133,"79":13,"8":194,"80":15,"9":423,"all_client":31148,"all_tv_clinet":6341,"insert_time":"2014-08-17T23:49:42.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24998,"10":4,"107":151,"11":223,"12":106,"13":157,"14":34,"15":121,"155":10,"156":6,"158":8,"159":9,"16":46,"160":7,"161":78,"167":11,"168":1,"17":34,"18":536,"19":190,"20":95,"209":15,"21":205,"210":18,"214":1,"215":56,"221":120,"223":220,"224":29,"225":143,"23":196,"24":292,"25":101,"257":28,"26":13,"268":2,"27":13,"273":50,"276":133,"279":4,"28":140,"281":12,"282":23,"291":4,"292":45,"30":6,"302":14,"31":11,"314":5,"317":2,"32":7,"33":14,"34":8,"347":7,"35":7,"352":178,"36":59,"37":30,"38":146,"381":31,"383":15,"39":38,"391":16,"397":13,"40":15,"409":32,"41":24,"414":6,"415":20,"419":1,"42":14,"426":5,"43":12,"430":15,"433":2,"44":6,"45":5,"46":72,"48":14,"49":7,"5":622,"51":9,"52":11,"53":7,"56":4,"570":4,"6":371,"63":40,"7":133,"79":14,"8":185,"80":15,"9":433,"all_client":31393,"all_tv_clinet":6395,"insert_time":"2014-08-17T23:50:42.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25237,"10":5,"107":153,"11":216,"12":110,"13":166,"14":36,"15":125,"155":11,"156":6,"158":8,"159":9,"16":42,"160":8,"161":77,"167":12,"168":1,"17":31,"18":551,"19":189,"20":95,"209":20,"21":210,"210":18,"214":1,"215":59,"221":127,"223":219,"224":30,"225":140,"23":200,"24":283,"25":103,"257":30,"26":13,"268":3,"27":13,"273":53,"276":131,"279":5,"28":150,"281":10,"282":22,"291":4,"292":46,"30":6,"302":14,"31":9,"314":5,"317":2,"32":6,"33":13,"34":9,"347":7,"35":7,"352":182,"36":59,"37":29,"38":149,"381":31,"383":11,"39":40,"391":15,"397":14,"40":14,"409":31,"41":27,"414":7,"415":19,"419":1,"42":15,"426":4,"43":12,"430":19,"433":1,"44":7,"45":4,"46":71,"48":10,"49":7,"5":618,"51":8,"52":13,"53":8,"56":4,"570":4,"6":370,"63":39,"7":135,"79":14,"8":169,"80":15,"9":437,"all_client":31669,"all_tv_clinet":6432,"insert_time":"2014-08-17T23:51:42.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25465,"10":5,"107":163,"11":220,"12":108,"13":169,"14":38,"15":123,"155":12,"156":6,"158":8,"159":9,"16":38,"160":9,"161":84,"167":10,"168":1,"17":26,"18":553,"19":193,"20":95,"209":21,"21":210,"210":20,"214":1,"215":63,"221":124,"223":222,"224":30,"225":131,"23":208,"24":288,"25":105,"257":31,"26":16,"268":3,"27":13,"273":53,"276":127,"279":5,"28":163,"281":10,"282":23,"291":3,"292":48,"30":5,"302":15,"31":9,"314":5,"317":2,"32":6,"33":10,"34":7,"347":7,"35":7,"352":186,"36":60,"37":28,"38":150,"381":35,"383":12,"39":38,"391":15,"397":14,"40":14,"409":32,"41":27,"414":8,"415":21,"419":1,"42":16,"426":3,"43":12,"430":19,"433":1,"44":8,"45":4,"46":74,"48":10,"49":7,"5":618,"51":9,"52":10,"53":7,"56":4,"570":5,"6":366,"63":40,"7":143,"79":13,"8":165,"80":17,"9":444,"all_client":31962,"all_tv_clinet":6497,"insert_time":"2014-08-17T23:52:43.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25699,"10":5,"107":177,"11":219,"12":107,"13":165,"14":39,"15":124,"155":12,"156":5,"158":8,"159":9,"16":38,"160":9,"161":84,"167":10,"168":1,"17":29,"18":551,"19":195,"20":95,"209":21,"21":215,"210":21,"214":1,"215":69,"221":134,"223":217,"224":28,"225":129,"23":204,"24":297,"25":115,"257":29,"26":18,"268":3,"27":13,"273":53,"276":124,"279":5,"28":162,"281":10,"282":23,"291":3,"292":50,"30":5,"302":15,"31":9,"314":4,"317":2,"32":7,"33":11,"34":8,"347":7,"35":7,"352":193,"36":62,"37":29,"38":150,"381":35,"383":12,"39":36,"391":15,"397":15,"40":16,"409":33,"41":26,"414":10,"415":19,"419":1,"42":13,"426":1,"43":14,"430":19,"433":1,"44":6,"45":5,"46":72,"48":10,"49":8,"5":623,"51":7,"52":9,"53":9,"56":4,"570":5,"6":366,"63":40,"7":155,"79":14,"8":154,"80":16,"9":446,"all_client":32249,"all_tv_clinet":6550,"insert_time":"2014-08-17T23:53:43.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25917,"10":4,"107":182,"11":223,"12":108,"13":171,"14":42,"15":124,"155":12,"156":5,"158":9,"159":9,"16":39,"160":9,"161":85,"167":10,"168":1,"17":24,"18":553,"19":200,"20":93,"209":21,"21":223,"210":20,"214":1,"215":69,"221":132,"223":217,"224":27,"225":126,"23":209,"24":305,"25":115,"257":28,"26":21,"268":2,"27":12,"273":55,"276":126,"279":4,"28":167,"281":9,"282":23,"291":4,"292":50,"30":5,"302":17,"31":12,"314":3,"317":2,"32":7,"33":12,"34":8,"347":7,"35":6,"352":200,"36":62,"37":28,"38":148,"381":34,"383":12,"39":35,"391":12,"397":16,"40":16,"409":33,"41":27,"414":11,"415":20,"419":1,"42":10,"426":1,"43":13,"430":18,"433":1,"44":7,"45":5,"46":77,"48":11,"49":8,"5":627,"51":7,"52":7,"53":9,"56":4,"570":5,"6":365,"63":36,"7":166,"79":13,"8":143,"80":16,"9":453,"all_client":32522,"all_tv_clinet":6605,"insert_time":"2014-08-17T23:54:44.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26142,"10":3,"107":181,"11":225,"12":111,"13":177,"14":38,"15":125,"155":12,"156":5,"158":8,"159":9,"16":39,"160":11,"161":82,"167":10,"168":1,"17":26,"18":543,"19":198,"20":96,"209":19,"21":222,"210":19,"214":1,"215":67,"221":130,"223":217,"224":28,"225":128,"23":213,"24":309,"25":119,"257":26,"26":20,"268":2,"27":12,"273":58,"276":126,"279":3,"28":168,"281":9,"282":26,"291":4,"292":47,"30":6,"302":16,"31":14,"314":3,"317":2,"32":8,"33":11,"34":8,"347":8,"35":9,"352":204,"36":59,"37":28,"38":149,"381":36,"383":12,"39":38,"391":11,"397":16,"40":14,"409":37,"41":29,"414":12,"415":19,"419":1,"42":10,"426":1,"43":14,"430":22,"433":1,"44":8,"45":4,"46":82,"48":12,"49":10,"5":630,"51":7,"52":8,"53":9,"56":4,"570":6,"6":381,"63":35,"7":169,"79":15,"8":132,"80":17,"9":444,"all_client":32786,"all_tv_clinet":6644,"insert_time":"2014-08-17T23:55:44.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26389,"10":3,"107":186,"11":230,"12":117,"13":179,"14":37,"15":123,"155":12,"156":6,"158":9,"159":11,"16":40,"160":13,"161":84,"167":10,"168":1,"17":24,"18":547,"19":189,"20":91,"209":20,"21":224,"210":17,"214":1,"215":64,"221":121,"223":229,"224":27,"225":134,"23":221,"24":319,"25":116,"257":28,"26":21,"268":2,"27":10,"273":64,"276":130,"279":4,"28":167,"281":9,"282":26,"291":6,"292":46,"30":7,"302":16,"31":14,"314":5,"317":2,"32":8,"33":13,"34":9,"347":8,"35":11,"352":204,"36":60,"37":28,"38":145,"381":38,"383":11,"39":41,"391":11,"396":1,"397":15,"40":16,"409":32,"41":30,"414":12,"415":21,"419":1,"42":12,"426":1,"43":13,"430":22,"433":1,"44":8,"45":5,"46":83,"48":11,"49":10,"5":633,"51":6,"52":9,"53":13,"56":5,"570":8,"6":383,"63":34,"7":176,"79":14,"8":124,"80":19,"9":418,"all_client":33074,"all_tv_clinet":6685,"insert_time":"2014-08-17T23:56:45.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26658,"10":5,"107":186,"11":235,"12":123,"13":179,"14":36,"15":116,"155":11,"156":7,"158":10,"159":11,"16":38,"160":13,"161":92,"167":9,"168":1,"17":26,"18":552,"19":186,"20":90,"209":18,"21":226,"210":18,"211":1,"214":1,"215":57,"221":122,"223":236,"224":26,"225":140,"23":218,"24":337,"25":117,"257":32,"26":19,"268":2,"27":9,"273":66,"276":129,"279":4,"28":154,"281":9,"282":28,"291":6,"292":43,"30":8,"302":15,"31":14,"314":6,"317":2,"32":9,"33":12,"34":12,"347":7,"35":12,"352":202,"36":59,"37":27,"38":150,"381":37,"383":11,"39":45,"391":13,"396":2,"397":13,"40":19,"409":32,"41":30,"414":12,"415":21,"419":1,"42":13,"426":1,"43":14,"430":24,"433":2,"44":10,"45":5,"46":83,"48":14,"49":10,"5":631,"51":4,"52":7,"53":14,"56":6,"570":10,"6":391,"63":34,"7":187,"79":14,"8":119,"80":19,"9":394,"all_client":33379,"all_tv_clinet":6721,"insert_time":"2014-08-17T23:57:45.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26868,"10":5,"107":197,"11":245,"12":133,"13":187,"14":38,"15":100,"155":12,"156":8,"158":10,"159":10,"16":36,"160":12,"161":96,"167":10,"17":30,"18":558,"19":183,"20":93,"209":18,"21":229,"210":17,"211":1,"214":1,"215":58,"221":125,"223":237,"224":25,"225":146,"23":216,"24":349,"25":119,"257":34,"26":19,"268":3,"27":7,"273":58,"276":130,"279":5,"28":163,"281":9,"282":34,"291":6,"292":43,"30":7,"302":17,"31":13,"314":5,"317":2,"32":13,"33":13,"34":14,"347":7,"35":13,"352":201,"36":61,"37":24,"38":144,"380":1,"381":33,"383":9,"39":49,"391":13,"396":2,"397":13,"40":20,"409":29,"41":27,"414":13,"415":25,"419":1,"42":15,"426":1,"43":14,"430":23,"433":2,"44":12,"45":5,"46":80,"48":15,"49":9,"5":619,"51":4,"52":10,"53":15,"56":6,"570":9,"6":392,"63":35,"7":204,"79":13,"8":117,"80":19,"9":358,"all_client":33629,"all_tv_clinet":6761,"insert_time":"2014-08-17T23:58:45.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27154,"10":7,"107":190,"11":253,"12":137,"13":192,"14":39,"15":100,"155":12,"156":8,"158":9,"159":8,"16":39,"160":14,"161":102,"167":10,"17":32,"18":568,"19":181,"20":97,"209":18,"21":235,"210":19,"211":1,"214":1,"215":58,"221":124,"223":236,"224":25,"225":144,"23":217,"24":359,"25":114,"257":32,"26":19,"268":3,"27":7,"273":51,"276":124,"279":4,"28":165,"281":10,"282":37,"291":5,"292":44,"30":7,"302":16,"31":13,"314":5,"317":2,"32":13,"33":15,"34":18,"347":10,"35":13,"352":201,"36":64,"37":25,"38":150,"380":1,"381":31,"383":9,"39":50,"391":13,"396":2,"397":13,"40":22,"409":28,"41":24,"414":14,"415":28,"419":2,"42":16,"426":1,"43":14,"430":23,"433":2,"44":10,"45":3,"46":82,"48":14,"49":8,"5":615,"51":6,"52":12,"53":14,"56":5,"570":9,"6":392,"63":33,"7":217,"79":11,"8":108,"80":19,"9":340,"all_client":33947,"all_tv_clinet":6793,"insert_time":"2014-08-17T23:59:46.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27357,"10":6,"107":193,"11":258,"12":144,"13":193,"14":41,"15":91,"155":13,"156":8,"158":8,"159":5,"16":40,"160":15,"161":99,"167":13,"17":31,"18":568,"19":179,"20":101,"209":15,"21":245,"210":17,"211":1,"214":1,"215":61,"221":121,"223":251,"224":26,"225":140,"23":214,"24":371,"25":109,"257":27,"26":22,"268":3,"27":7,"273":48,"276":130,"279":4,"28":168,"281":11,"282":39,"291":4,"292":50,"30":8,"302":15,"31":13,"314":4,"317":2,"32":13,"33":15,"34":20,"347":13,"35":12,"352":214,"36":61,"37":25,"38":154,"380":1,"381":30,"383":8,"39":54,"391":13,"396":1,"397":13,"40":22,"409":25,"41":20,"414":17,"415":30,"419":2,"42":16,"426":1,"43":16,"430":23,"433":1,"44":9,"45":3,"46":83,"48":15,"49":8,"5":624,"51":9,"52":12,"53":21,"56":4,"570":9,"6":390,"63":34,"7":235,"79":11,"8":100,"80":20,"9":326,"all_client":34223,"all_tv_clinet":6866,"insert_time":"2014-08-18T00:00:46.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27600,"10":8,"107":186,"11":255,"12":152,"13":197,"14":44,"15":82,"155":14,"156":8,"158":8,"159":6,"16":44,"160":15,"161":98,"167":14,"17":34,"18":564,"19":176,"20":98,"209":15,"21":252,"210":15,"211":1,"214":1,"215":64,"221":123,"223":252,"224":24,"225":135,"23":215,"24":364,"25":110,"257":25,"26":22,"268":2,"27":7,"273":51,"276":132,"279":3,"28":177,"281":10,"282":40,"291":7,"292":53,"30":8,"302":14,"31":12,"314":4,"317":2,"32":8,"33":17,"34":23,"347":14,"35":11,"352":215,"36":61,"37":23,"38":158,"380":1,"381":36,"383":7,"39":54,"391":12,"396":1,"397":15,"40":26,"409":25,"41":16,"414":17,"415":30,"419":2,"42":14,"426":1,"43":16,"430":24,"433":1,"44":9,"45":4,"46":85,"48":16,"49":8,"5":640,"51":9,"52":14,"53":23,"56":4,"570":6,"6":396,"63":33,"7":243,"79":11,"8":96,"80":20,"9":324,"all_client":34512,"all_tv_clinet":6912,"insert_time":"2014-08-18T00:01:47.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27884,"10":8,"107":185,"11":257,"12":154,"13":195,"14":49,"15":77,"155":14,"156":8,"158":8,"159":6,"16":44,"160":14,"161":91,"167":15,"168":1,"17":34,"18":565,"19":175,"20":99,"209":13,"21":258,"210":13,"211":1,"214":1,"215":66,"221":142,"223":256,"224":26,"225":134,"23":211,"24":363,"25":111,"257":23,"26":24,"268":2,"27":8,"273":57,"276":134,"279":4,"28":181,"281":11,"282":41,"291":7,"292":52,"30":8,"302":14,"31":14,"314":3,"317":1,"32":7,"33":18,"34":24,"347":13,"35":12,"352":214,"36":60,"37":22,"38":147,"380":1,"381":35,"383":5,"39":55,"391":11,"396":1,"397":14,"40":27,"409":32,"41":17,"414":17,"415":30,"419":2,"42":14,"43":15,"430":23,"433":2,"44":11,"45":4,"46":86,"48":18,"49":10,"5":638,"51":10,"52":16,"53":22,"56":4,"570":5,"6":402,"63":32,"7":249,"79":10,"8":93,"80":20,"9":321,"all_client":34831,"all_tv_clinet":6947,"insert_time":"2014-08-18T00:02:47.656Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28113,"10":8,"107":190,"11":260,"12":159,"13":196,"14":47,"15":75,"155":12,"156":8,"158":7,"159":7,"16":41,"160":14,"161":87,"167":14,"168":1,"17":37,"18":566,"19":174,"20":99,"209":11,"21":252,"210":14,"211":1,"214":1,"215":70,"221":147,"223":254,"224":26,"225":132,"23":210,"24":353,"25":112,"257":27,"26":23,"268":2,"27":9,"273":61,"276":136,"279":4,"28":188,"281":10,"282":43,"291":8,"292":47,"30":8,"302":14,"31":12,"314":3,"317":1,"32":8,"33":19,"34":28,"347":12,"35":12,"352":212,"36":61,"37":21,"38":151,"380":1,"381":33,"383":4,"39":61,"391":11,"396":2,"397":14,"40":28,"409":36,"41":17,"414":15,"415":30,"419":2,"42":12,"43":16,"430":23,"433":2,"44":11,"45":4,"46":83,"48":22,"49":10,"5":631,"51":9,"52":17,"53":23,"56":4,"570":4,"6":422,"63":33,"7":248,"79":10,"8":93,"80":20,"9":329,"all_client":35098,"all_tv_clinet":6985,"insert_time":"2014-08-18T00:03:48.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28354,"10":6,"107":192,"11":259,"12":155,"13":192,"14":54,"15":79,"155":10,"156":8,"158":7,"159":6,"16":45,"160":14,"161":85,"167":16,"168":1,"17":47,"18":560,"19":175,"20":100,"209":11,"21":251,"210":14,"211":1,"214":1,"215":76,"221":147,"223":252,"224":27,"225":131,"23":201,"24":350,"25":111,"257":27,"26":22,"268":2,"27":11,"273":66,"276":131,"279":4,"28":199,"281":10,"282":42,"291":7,"292":47,"30":9,"302":14,"31":11,"314":3,"317":1,"32":8,"33":19,"34":31,"347":12,"35":13,"352":217,"36":61,"37":20,"38":156,"380":1,"381":28,"383":3,"39":61,"391":9,"396":2,"397":13,"40":28,"409":39,"41":16,"414":17,"415":31,"419":2,"42":11,"43":16,"430":22,"433":3,"44":11,"45":4,"46":86,"48":23,"49":11,"5":624,"51":8,"52":16,"53":28,"56":5,"570":4,"6":433,"63":30,"7":256,"79":11,"8":92,"80":19,"9":335,"all_client":35379,"all_tv_clinet":7025,"insert_time":"2014-08-18T00:04:48.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28589,"10":5,"107":183,"11":251,"12":158,"13":189,"14":58,"15":75,"155":10,"156":8,"158":7,"159":6,"16":45,"160":13,"161":90,"167":15,"168":1,"17":52,"18":570,"19":178,"20":106,"209":10,"21":261,"210":14,"211":1,"214":1,"215":77,"221":160,"223":240,"224":26,"225":134,"23":194,"24":361,"25":116,"257":27,"26":22,"268":1,"27":13,"273":71,"276":131,"279":4,"28":207,"281":10,"282":42,"291":7,"292":49,"30":9,"302":16,"306":1,"31":9,"314":3,"317":2,"32":7,"33":15,"34":31,"347":13,"35":13,"352":213,"36":61,"37":20,"38":154,"380":1,"381":26,"383":3,"39":60,"391":10,"396":2,"397":14,"40":26,"409":41,"41":17,"414":17,"415":33,"419":2,"42":9,"43":18,"430":21,"431":1,"433":3,"44":10,"45":5,"46":87,"48":18,"49":11,"5":627,"51":9,"52":15,"53":26,"56":5,"570":4,"6":438,"63":32,"7":257,"79":15,"8":90,"80":17,"9":338,"all_client":35663,"all_tv_clinet":7074,"insert_time":"2014-08-18T00:05:48.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28818,"10":4,"107":181,"11":246,"12":154,"13":191,"14":65,"15":75,"155":11,"156":8,"158":7,"159":6,"16":48,"160":13,"161":90,"167":13,"168":2,"17":57,"18":562,"19":181,"20":109,"209":10,"21":265,"210":14,"211":1,"214":1,"215":77,"221":172,"223":239,"224":23,"225":144,"23":197,"24":358,"25":116,"257":27,"26":24,"268":1,"27":15,"273":72,"276":132,"279":4,"28":207,"281":9,"282":39,"291":7,"292":50,"30":9,"302":16,"306":1,"31":10,"314":4,"317":2,"32":6,"33":16,"34":29,"347":12,"35":15,"352":214,"36":61,"37":19,"38":154,"381":26,"383":3,"39":62,"391":10,"396":1,"397":10,"40":28,"409":44,"41":17,"414":17,"415":33,"419":2,"42":10,"43":17,"430":22,"431":1,"433":3,"44":10,"45":4,"46":93,"48":18,"49":13,"5":619,"51":10,"52":14,"53":28,"56":3,"570":5,"6":447,"63":32,"7":262,"79":15,"8":88,"80":18,"9":341,"all_client":35939,"all_tv_clinet":7121,"insert_time":"2014-08-18T00:06:49.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29061,"10":7,"107":185,"11":238,"12":156,"13":187,"14":70,"15":70,"155":11,"156":9,"158":7,"159":4,"16":47,"160":12,"161":94,"167":11,"168":2,"17":58,"18":564,"19":189,"20":108,"209":9,"21":259,"210":16,"211":1,"214":1,"215":71,"221":177,"223":243,"224":19,"225":144,"23":204,"24":357,"25":116,"257":28,"26":22,"268":2,"27":15,"273":73,"276":131,"279":4,"28":204,"281":10,"282":37,"291":9,"292":50,"30":9,"302":17,"306":1,"31":11,"314":4,"317":2,"32":5,"33":16,"34":33,"347":10,"35":16,"352":214,"36":63,"37":20,"38":155,"380":1,"381":25,"383":4,"39":62,"391":12,"396":1,"397":10,"40":31,"409":43,"41":19,"414":16,"415":34,"419":2,"42":11,"43":18,"430":22,"431":1,"433":2,"44":9,"45":4,"46":95,"48":16,"49":13,"5":621,"51":9,"52":10,"53":31,"56":2,"570":5,"6":444,"63":35,"7":270,"79":15,"8":87,"80":18,"9":345,"all_client":36211,"all_tv_clinet":7150,"insert_time":"2014-08-18T00:07:49.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29282,"10":8,"107":189,"11":238,"12":152,"13":185,"14":69,"15":69,"155":10,"156":9,"158":6,"159":4,"16":46,"160":12,"161":97,"167":11,"168":2,"17":60,"18":563,"19":195,"20":104,"209":10,"21":259,"210":16,"211":1,"214":1,"215":70,"221":169,"223":237,"224":20,"225":145,"23":207,"24":363,"25":112,"257":27,"26":22,"268":3,"27":16,"273":75,"276":129,"279":3,"28":208,"281":10,"282":38,"291":9,"292":47,"30":9,"302":17,"306":1,"31":14,"314":5,"317":1,"32":5,"33":17,"34":36,"347":8,"35":15,"352":224,"36":60,"37":23,"38":157,"380":3,"381":26,"383":5,"39":63,"391":12,"396":1,"397":10,"40":34,"409":45,"41":20,"414":16,"415":35,"419":2,"42":13,"43":20,"430":23,"433":2,"44":8,"45":5,"46":94,"48":19,"49":11,"5":629,"51":11,"52":10,"53":31,"56":2,"570":5,"6":444,"63":35,"7":274,"79":17,"8":85,"80":18,"9":348,"all_client":36476,"all_tv_clinet":7194,"insert_time":"2014-08-18T00:08:50.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29467,"10":12,"107":192,"11":233,"12":153,"13":176,"14":73,"15":70,"155":8,"156":10,"158":7,"159":6,"16":43,"160":10,"161":104,"167":9,"168":2,"17":66,"18":573,"19":201,"20":103,"209":10,"21":258,"210":15,"211":1,"214":1,"215":70,"221":172,"223":235,"224":21,"225":139,"23":203,"24":377,"25":111,"257":20,"26":20,"268":3,"27":16,"273":75,"276":132,"279":2,"28":208,"281":11,"282":36,"291":9,"292":48,"30":8,"302":17,"306":1,"31":18,"314":6,"317":1,"32":6,"33":18,"34":38,"347":6,"35":15,"352":230,"36":63,"37":25,"38":160,"380":4,"381":25,"383":6,"39":61,"391":13,"396":1,"397":10,"40":36,"409":45,"41":20,"414":16,"415":35,"419":4,"42":15,"43":22,"430":23,"433":2,"44":10,"45":5,"46":89,"48":23,"49":10,"5":641,"51":10,"52":12,"53":33,"56":2,"570":4,"6":427,"63":36,"7":281,"79":20,"8":82,"80":14,"9":352,"all_client":36712,"all_tv_clinet":7245,"insert_time":"2014-08-18T00:09:50.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29767,"10":12,"107":186,"11":234,"12":152,"13":175,"14":72,"15":65,"155":10,"156":11,"158":7,"159":6,"16":46,"160":11,"161":109,"167":8,"168":2,"17":71,"18":581,"19":205,"20":104,"209":11,"21":246,"210":16,"211":1,"214":1,"215":69,"221":166,"223":229,"224":19,"225":141,"23":207,"24":373,"25":107,"257":21,"26":22,"268":3,"27":15,"273":76,"276":132,"279":2,"28":212,"281":11,"282":37,"291":9,"292":44,"30":10,"302":17,"306":1,"31":16,"314":6,"317":1,"32":6,"33":18,"34":38,"347":6,"35":16,"352":234,"36":60,"37":27,"38":157,"380":3,"381":26,"383":6,"39":62,"391":14,"396":1,"397":9,"40":41,"409":49,"41":22,"414":16,"415":35,"419":4,"42":18,"43":22,"430":27,"433":2,"44":10,"45":7,"46":89,"48":27,"49":9,"5":643,"51":11,"52":13,"53":33,"56":2,"570":4,"6":418,"63":38,"7":282,"79":19,"8":73,"80":12,"9":356,"all_client":37020,"all_tv_clinet":7253,"insert_time":"2014-08-18T00:10:51.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30017,"10":16,"107":191,"11":233,"12":153,"13":174,"14":77,"15":67,"155":9,"156":11,"158":8,"159":6,"16":44,"160":9,"161":116,"167":9,"168":2,"17":74,"18":576,"19":215,"20":102,"209":13,"21":237,"210":15,"211":1,"214":1,"215":62,"221":167,"223":232,"224":18,"225":138,"23":212,"24":373,"25":116,"257":25,"26":20,"268":3,"27":11,"273":78,"276":132,"279":3,"28":217,"281":11,"282":39,"291":10,"292":43,"30":9,"302":18,"306":1,"31":16,"314":4,"317":1,"32":8,"33":21,"34":44,"347":6,"35":15,"352":228,"36":56,"37":27,"38":161,"380":3,"381":27,"383":7,"39":61,"391":16,"396":1,"397":9,"40":43,"409":48,"41":23,"414":17,"415":34,"419":4,"42":18,"43":22,"430":28,"433":2,"44":9,"45":8,"46":91,"48":26,"49":8,"5":648,"51":11,"52":11,"53":33,"56":2,"570":4,"6":390,"63":39,"7":282,"79":23,"8":72,"80":12,"9":367,"all_client":37300,"all_tv_clinet":7283,"insert_time":"2014-08-18T00:11:51.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30267,"10":17,"107":191,"11":235,"12":159,"13":171,"14":81,"15":70,"155":9,"156":11,"158":8,"159":7,"16":44,"160":11,"161":123,"167":8,"168":2,"17":73,"18":575,"19":229,"20":103,"209":13,"21":230,"210":15,"211":1,"214":1,"215":64,"221":163,"223":231,"224":18,"225":142,"23":217,"24":358,"25":117,"257":29,"26":21,"268":3,"27":12,"273":78,"276":129,"279":4,"28":224,"281":10,"282":38,"291":12,"292":43,"30":9,"302":18,"306":1,"31":14,"314":3,"317":1,"32":9,"33":23,"34":45,"347":6,"35":17,"352":221,"36":56,"37":22,"38":169,"380":4,"381":30,"383":7,"39":61,"391":15,"397":9,"40":47,"409":46,"41":24,"414":17,"415":34,"419":1,"42":17,"426":1,"43":24,"430":26,"433":2,"44":7,"45":9,"46":95,"48":23,"49":6,"5":642,"51":11,"52":13,"53":35,"56":2,"570":4,"6":373,"63":40,"7":283,"79":25,"8":70,"80":12,"9":380,"all_client":37576,"all_tv_clinet":7309,"insert_time":"2014-08-18T00:12:52.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30545,"10":17,"107":197,"11":237,"12":164,"13":180,"14":84,"15":71,"155":9,"156":12,"158":7,"159":7,"16":39,"160":8,"161":128,"167":8,"168":2,"17":72,"18":573,"19":249,"20":101,"209":13,"21":232,"210":15,"211":1,"214":1,"215":62,"221":165,"223":232,"224":19,"225":142,"23":217,"24":355,"25":110,"257":30,"26":24,"268":2,"27":13,"273":69,"276":126,"279":6,"28":228,"281":10,"282":38,"291":12,"292":50,"30":7,"302":19,"306":1,"31":18,"314":3,"317":1,"32":8,"33":22,"34":45,"347":4,"35":13,"352":220,"36":54,"37":19,"38":172,"380":4,"381":31,"383":8,"39":63,"391":15,"397":10,"40":50,"409":44,"41":23,"414":16,"415":31,"419":2,"42":15,"426":1,"43":21,"430":24,"433":2,"44":6,"45":9,"46":102,"48":23,"49":6,"5":642,"51":11,"52":15,"53":31,"56":3,"570":4,"6":361,"63":42,"7":278,"79":25,"8":67,"80":12,"9":388,"all_client":37873,"all_tv_clinet":7328,"insert_time":"2014-08-18T00:13:52.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30776,"10":17,"107":199,"11":242,"12":160,"13":180,"14":84,"15":73,"155":9,"156":12,"158":7,"159":9,"16":39,"160":11,"161":127,"167":7,"168":2,"17":77,"18":571,"19":267,"20":102,"209":12,"21":254,"210":16,"211":1,"214":1,"215":63,"221":176,"223":234,"224":20,"225":150,"23":217,"24":349,"25":108,"257":32,"26":23,"268":2,"27":14,"273":60,"276":127,"279":7,"28":243,"281":10,"282":34,"291":12,"292":55,"30":7,"302":19,"306":1,"31":18,"314":2,"317":1,"32":7,"33":24,"34":46,"347":5,"35":14,"352":219,"36":51,"37":23,"38":177,"380":4,"381":33,"383":6,"39":64,"391":16,"397":12,"40":52,"409":42,"41":25,"414":16,"415":31,"419":2,"42":14,"426":1,"43":23,"430":25,"433":2,"44":6,"45":11,"46":104,"48":23,"49":8,"5":616,"51":9,"52":16,"53":32,"56":3,"570":4,"6":359,"63":42,"7":276,"79":23,"8":63,"80":11,"9":388,"all_client":38167,"all_tv_clinet":7391,"insert_time":"2014-08-18T00:14:52.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31002,"10":14,"107":200,"11":242,"12":162,"13":177,"14":85,"15":78,"155":9,"156":11,"158":8,"159":10,"16":39,"160":17,"161":127,"167":8,"168":2,"17":80,"18":563,"19":277,"20":101,"209":12,"21":251,"210":16,"211":1,"214":1,"215":60,"221":171,"223":237,"224":19,"225":150,"23":212,"24":368,"25":108,"257":35,"26":24,"268":2,"27":12,"273":56,"276":125,"279":8,"28":246,"281":8,"282":36,"291":11,"292":55,"30":6,"302":19,"306":1,"31":21,"314":2,"317":1,"32":4,"33":26,"34":45,"347":6,"35":16,"352":217,"36":53,"37":26,"38":177,"380":4,"381":36,"383":7,"39":63,"391":16,"397":13,"40":54,"409":41,"41":25,"414":15,"415":31,"419":3,"42":15,"43":26,"430":28,"433":2,"44":6,"45":14,"46":102,"48":22,"49":9,"5":628,"51":8,"52":16,"53":34,"56":3,"570":5,"6":365,"63":40,"7":276,"79":21,"8":60,"80":10,"9":392,"all_client":38446,"all_tv_clinet":7444,"insert_time":"2014-08-18T00:15:53.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31213,"10":14,"107":189,"11":228,"12":167,"13":178,"14":85,"15":84,"155":10,"156":11,"158":9,"159":11,"16":39,"160":17,"161":131,"167":8,"168":2,"17":81,"18":563,"19":284,"20":100,"209":13,"21":258,"210":16,"211":1,"214":1,"215":58,"221":173,"223":239,"224":18,"225":146,"23":215,"24":376,"25":108,"257":35,"26":24,"268":2,"27":12,"273":54,"276":128,"279":7,"28":254,"281":8,"282":38,"291":9,"292":56,"30":7,"302":19,"306":1,"31":21,"314":2,"317":2,"32":4,"33":27,"34":46,"347":6,"35":16,"352":221,"36":53,"37":25,"38":178,"380":4,"381":38,"383":9,"39":64,"391":17,"397":13,"40":55,"409":41,"41":23,"414":13,"415":31,"419":3,"42":13,"43":28,"430":30,"433":3,"44":5,"45":16,"46":102,"48":21,"49":10,"5":630,"51":8,"52":16,"53":31,"56":2,"570":6,"6":373,"63":36,"7":279,"79":22,"8":60,"80":9,"9":394,"all_client":38706,"all_tv_clinet":7493,"insert_time":"2014-08-18T00:16:54.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31476,"10":16,"107":183,"11":212,"12":164,"13":183,"14":82,"15":88,"155":10,"156":9,"158":11,"159":14,"16":37,"160":17,"161":129,"167":10,"168":2,"17":84,"18":563,"19":293,"20":103,"209":13,"21":241,"210":16,"211":1,"214":1,"215":56,"221":171,"223":244,"224":19,"225":149,"23":215,"24":388,"25":106,"257":34,"26":29,"268":2,"27":12,"273":52,"276":127,"279":7,"28":258,"281":9,"282":41,"291":11,"292":57,"30":7,"302":16,"306":1,"31":21,"314":3,"317":2,"32":6,"33":29,"34":48,"347":6,"35":16,"352":227,"36":59,"37":25,"38":175,"380":4,"381":39,"383":9,"39":66,"391":17,"397":12,"40":55,"409":46,"41":24,"414":13,"415":27,"419":3,"42":13,"43":28,"430":31,"433":3,"44":4,"45":18,"46":103,"48":19,"49":10,"5":632,"51":7,"52":18,"53":32,"56":2,"570":5,"6":385,"63":37,"7":291,"79":23,"8":65,"80":7,"9":391,"all_client":39025,"all_tv_clinet":7549,"insert_time":"2014-08-18T00:17:54.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31639,"10":18,"107":188,"11":203,"12":162,"13":178,"14":86,"15":87,"155":9,"156":10,"158":9,"159":15,"16":38,"160":14,"161":126,"167":10,"168":1,"17":90,"18":553,"19":306,"20":97,"209":13,"21":244,"210":16,"211":1,"214":1,"215":55,"221":174,"223":254,"224":20,"225":159,"23":212,"24":404,"25":107,"257":35,"26":27,"268":2,"27":12,"273":51,"276":128,"279":7,"28":261,"281":10,"282":42,"291":12,"292":57,"30":7,"302":16,"306":1,"31":21,"314":3,"317":2,"32":8,"33":27,"34":50,"347":4,"35":16,"352":229,"36":63,"37":27,"38":177,"380":4,"381":39,"383":10,"39":67,"391":17,"397":12,"40":56,"409":47,"41":19,"414":11,"415":27,"419":4,"42":13,"426":1,"43":28,"430":32,"433":3,"44":4,"45":20,"46":110,"48":16,"49":9,"5":614,"51":5,"52":22,"53":31,"56":3,"570":5,"6":396,"63":36,"7":294,"79":24,"8":61,"80":7,"9":397,"all_client":39238,"all_tv_clinet":7599,"insert_time":"2014-08-18T00:18:55.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31901,"10":18,"107":189,"11":198,"12":166,"13":170,"14":89,"15":89,"155":8,"156":11,"158":9,"159":15,"16":36,"160":15,"161":120,"167":10,"168":1,"17":96,"18":546,"19":315,"20":99,"209":13,"21":243,"210":19,"211":1,"214":2,"215":49,"221":172,"223":256,"224":21,"225":167,"23":210,"24":415,"25":104,"257":37,"26":25,"268":1,"27":13,"273":54,"276":128,"279":7,"28":266,"281":11,"282":46,"291":13,"292":59,"30":9,"302":17,"306":1,"31":24,"314":3,"317":1,"32":8,"33":28,"34":54,"347":2,"35":15,"352":226,"36":62,"37":31,"38":179,"380":4,"381":40,"383":8,"39":72,"391":19,"397":14,"40":54,"409":47,"41":19,"414":12,"415":28,"419":4,"42":15,"426":1,"43":27,"430":33,"433":2,"44":5,"45":18,"46":112,"48":14,"49":9,"5":600,"51":7,"52":25,"53":28,"56":5,"570":5,"6":403,"63":34,"7":295,"79":24,"8":63,"80":7,"9":412,"all_client":39558,"all_tv_clinet":7657,"insert_time":"2014-08-18T00:19:55.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32156,"10":16,"107":189,"11":190,"12":167,"13":162,"14":94,"15":92,"155":8,"156":12,"158":8,"159":17,"16":38,"160":15,"161":122,"167":12,"168":2,"17":97,"18":548,"19":319,"20":95,"209":13,"21":237,"210":18,"211":1,"214":2,"215":53,"221":174,"223":257,"224":21,"225":173,"23":206,"24":427,"25":108,"257":36,"26":24,"268":2,"27":12,"273":53,"276":126,"279":7,"28":268,"281":12,"282":43,"291":13,"292":57,"30":7,"302":17,"306":1,"31":27,"314":2,"317":1,"32":7,"33":28,"34":57,"347":2,"35":17,"352":223,"36":64,"37":35,"38":176,"380":4,"381":41,"383":9,"39":74,"391":19,"396":3,"397":14,"40":56,"409":50,"41":21,"414":12,"415":25,"419":5,"42":15,"426":1,"43":30,"430":33,"433":2,"44":5,"45":16,"46":107,"48":14,"49":9,"5":598,"51":7,"52":27,"53":27,"56":4,"570":5,"6":399,"63":33,"7":295,"79":27,"8":63,"80":5,"9":422,"all_client":39843,"all_tv_clinet":7687,"insert_time":"2014-08-18T00:20:56.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32450,"10":16,"107":189,"11":179,"12":173,"13":164,"14":96,"15":94,"155":9,"156":12,"158":7,"159":16,"16":37,"160":15,"161":127,"167":11,"168":2,"17":99,"18":552,"19":309,"20":95,"209":13,"21":242,"210":18,"211":1,"214":2,"215":54,"221":164,"223":253,"224":22,"225":164,"23":203,"24":430,"25":113,"257":34,"26":26,"268":3,"27":13,"273":56,"276":123,"279":7,"28":263,"281":14,"282":44,"291":14,"292":55,"30":7,"302":17,"306":1,"31":27,"314":2,"317":1,"32":7,"33":30,"34":59,"347":3,"35":17,"352":226,"36":67,"37":38,"38":181,"380":5,"381":42,"383":8,"39":74,"391":19,"396":3,"397":14,"40":56,"409":54,"41":24,"414":8,"415":27,"419":4,"42":15,"426":1,"43":33,"430":32,"433":2,"44":5,"45":15,"46":108,"48":15,"49":10,"5":600,"51":8,"52":29,"53":25,"56":3,"570":5,"6":402,"63":31,"7":292,"79":28,"8":67,"80":6,"9":420,"all_client":40156,"all_tv_clinet":7706,"insert_time":"2014-08-18T00:21:56.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32702,"10":14,"107":207,"11":173,"12":180,"13":165,"14":95,"15":100,"155":9,"156":10,"158":6,"159":16,"16":40,"160":15,"161":134,"167":11,"168":2,"17":100,"18":554,"19":295,"20":94,"209":13,"21":247,"210":16,"211":1,"214":2,"215":55,"221":163,"223":241,"224":18,"225":159,"23":205,"24":449,"25":125,"257":32,"26":27,"268":3,"27":14,"273":58,"276":125,"279":8,"28":251,"281":15,"282":43,"291":14,"292":55,"30":9,"302":14,"306":1,"31":25,"314":2,"317":1,"32":11,"33":32,"34":59,"347":2,"35":18,"352":215,"36":70,"37":37,"38":179,"380":5,"381":41,"383":9,"39":74,"391":18,"396":3,"397":12,"40":59,"409":55,"41":26,"414":8,"415":28,"419":5,"42":14,"426":1,"43":29,"430":31,"433":2,"434":1,"44":4,"45":17,"46":111,"48":15,"49":10,"5":596,"51":8,"52":30,"53":23,"56":4,"570":5,"6":415,"63":34,"7":289,"79":27,"8":70,"80":7,"9":410,"all_client":40432,"all_tv_clinet":7730,"insert_time":"2014-08-18T00:22:57.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32927,"10":15,"107":198,"11":170,"12":183,"13":158,"14":95,"15":102,"155":9,"156":10,"158":8,"159":16,"16":41,"160":15,"161":143,"167":12,"168":2,"17":103,"18":552,"19":272,"20":92,"209":14,"21":243,"210":18,"211":1,"214":2,"215":56,"221":162,"223":241,"224":17,"225":149,"23":211,"24":470,"25":130,"257":33,"26":30,"268":3,"27":14,"273":60,"276":121,"279":9,"28":247,"281":15,"282":42,"291":14,"292":49,"30":9,"302":13,"306":1,"31":26,"314":3,"317":1,"32":11,"33":31,"34":62,"347":2,"35":20,"352":220,"36":67,"37":37,"38":179,"380":4,"381":41,"383":8,"39":75,"391":20,"397":12,"40":61,"409":59,"41":23,"414":5,"415":28,"419":5,"42":15,"426":2,"43":28,"430":32,"433":2,"434":1,"44":5,"45":17,"46":112,"48":14,"49":10,"5":599,"51":11,"52":26,"53":24,"56":3,"570":5,"6":419,"63":35,"7":286,"79":19,"8":73,"80":7,"9":418,"all_client":40660,"all_tv_clinet":7733,"insert_time":"2014-08-18T00:23:57.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33198,"10":16,"107":195,"11":169,"12":180,"13":158,"14":91,"15":103,"155":10,"156":10,"158":8,"159":17,"16":42,"160":13,"161":150,"167":13,"168":2,"17":110,"18":547,"19":262,"20":99,"209":16,"21":246,"210":20,"211":1,"214":3,"215":55,"221":164,"223":242,"224":19,"225":147,"23":210,"24":477,"25":139,"257":31,"26":30,"268":2,"27":13,"273":62,"276":121,"279":9,"28":247,"281":15,"282":45,"291":13,"292":46,"30":10,"302":12,"306":1,"31":27,"314":3,"317":2,"32":7,"33":31,"34":61,"347":2,"35":21,"352":220,"36":61,"37":40,"38":181,"380":5,"381":41,"383":9,"39":82,"391":20,"396":1,"397":13,"40":60,"409":61,"41":24,"414":6,"415":27,"419":5,"42":15,"426":2,"43":28,"430":30,"433":2,"434":1,"44":5,"45":18,"46":116,"48":15,"49":10,"5":604,"51":12,"52":26,"53":21,"56":4,"570":4,"6":415,"63":35,"7":289,"79":17,"8":75,"80":7,"9":424,"all_client":40974,"all_tv_clinet":7776,"insert_time":"2014-08-18T00:24:58.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33404,"10":15,"107":192,"11":182,"12":183,"13":158,"14":91,"15":101,"155":10,"156":12,"158":10,"159":19,"16":42,"160":12,"161":155,"167":12,"168":2,"17":112,"18":550,"19":263,"20":101,"209":17,"21":257,"210":20,"211":1,"214":3,"215":61,"221":171,"223":247,"224":20,"225":150,"23":203,"24":479,"25":157,"257":32,"26":29,"268":4,"27":13,"273":64,"276":122,"279":9,"28":247,"281":14,"282":43,"291":14,"292":45,"30":13,"302":10,"306":1,"31":25,"314":3,"317":2,"32":8,"33":28,"34":60,"347":2,"35":22,"352":228,"36":53,"37":44,"38":193,"380":5,"381":36,"383":13,"39":84,"391":18,"396":2,"397":13,"40":62,"409":59,"41":24,"414":4,"415":28,"419":3,"42":15,"426":2,"43":27,"430":29,"433":2,"44":5,"45":17,"46":121,"48":15,"49":9,"5":605,"51":11,"52":22,"53":23,"56":4,"570":5,"6":416,"63":33,"7":285,"79":14,"8":78,"80":7,"9":423,"all_client":41259,"all_tv_clinet":7855,"insert_time":"2014-08-18T00:25:58.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33680,"10":14,"107":189,"11":191,"12":189,"13":157,"14":92,"15":97,"155":10,"156":13,"158":9,"159":20,"16":45,"160":12,"161":158,"167":11,"168":2,"17":110,"18":551,"19":283,"20":104,"209":14,"21":259,"210":21,"211":1,"214":3,"215":61,"221":169,"223":247,"224":21,"225":145,"23":204,"24":474,"25":169,"257":36,"26":28,"268":4,"27":14,"273":68,"276":119,"279":10,"28":244,"281":16,"282":43,"291":12,"292":47,"30":13,"302":11,"306":1,"31":23,"314":2,"317":2,"32":8,"33":27,"34":60,"347":2,"35":21,"352":231,"36":51,"37":44,"38":190,"380":5,"381":34,"383":14,"39":87,"391":18,"396":2,"397":12,"40":62,"409":52,"41":25,"414":3,"415":28,"419":3,"42":14,"426":1,"43":26,"430":29,"433":2,"44":5,"45":17,"46":118,"48":16,"49":10,"5":600,"51":11,"52":21,"53":25,"56":6,"570":5,"6":406,"63":32,"7":295,"79":15,"8":79,"80":7,"9":423,"all_client":41560,"all_tv_clinet":7880,"insert_time":"2014-08-18T00:26:59.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33901,"10":13,"107":194,"11":200,"12":201,"13":158,"14":92,"15":98,"155":10,"156":13,"158":10,"159":22,"16":43,"160":13,"161":161,"167":11,"168":2,"17":113,"18":543,"19":298,"20":104,"209":14,"21":259,"210":19,"211":1,"214":3,"215":63,"221":174,"223":246,"224":19,"225":142,"23":208,"24":471,"25":172,"257":39,"26":29,"268":4,"27":13,"273":63,"276":118,"279":11,"28":250,"281":16,"282":40,"291":13,"292":55,"30":13,"302":11,"306":1,"31":24,"314":1,"317":2,"32":10,"33":27,"34":66,"347":1,"35":25,"352":235,"36":61,"37":46,"38":198,"380":5,"381":34,"383":13,"39":88,"391":17,"396":2,"397":11,"40":60,"409":48,"41":28,"414":2,"415":32,"419":3,"42":15,"426":1,"43":24,"430":28,"433":2,"44":4,"45":17,"46":115,"48":17,"49":8,"5":601,"51":14,"52":20,"53":24,"56":6,"570":4,"6":395,"63":31,"7":294,"79":13,"8":81,"80":6,"9":421,"all_client":41847,"all_tv_clinet":7946,"insert_time":"2014-08-18T00:27:59.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34145,"10":13,"107":195,"11":209,"12":205,"13":156,"14":93,"15":98,"155":10,"156":13,"158":10,"159":20,"16":45,"160":14,"161":157,"167":12,"168":2,"17":117,"18":529,"19":312,"20":105,"209":13,"21":256,"210":20,"211":1,"214":3,"215":63,"221":174,"223":247,"224":20,"225":143,"23":202,"24":478,"25":180,"257":38,"26":31,"268":4,"27":13,"273":57,"276":116,"279":10,"28":253,"281":16,"282":40,"291":12,"292":60,"30":13,"302":13,"306":1,"31":26,"314":1,"317":1,"32":10,"33":30,"34":65,"347":1,"35":24,"352":249,"36":65,"37":48,"38":199,"380":5,"381":34,"383":14,"39":88,"391":18,"396":2,"397":11,"40":62,"409":45,"41":28,"414":3,"415":33,"419":3,"42":15,"426":1,"43":24,"430":30,"433":2,"44":4,"45":17,"46":117,"48":17,"49":10,"5":591,"51":18,"52":22,"53":21,"56":6,"570":4,"6":397,"63":30,"7":292,"79":14,"8":80,"80":7,"9":423,"all_client":42144,"all_tv_clinet":7999,"insert_time":"2014-08-18T00:29:00.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34409,"10":14,"107":189,"11":217,"12":207,"13":148,"14":96,"15":93,"155":11,"156":11,"158":12,"159":18,"16":49,"160":15,"161":148,"167":15,"168":1,"17":127,"18":514,"19":329,"20":106,"209":14,"21":261,"210":20,"214":3,"215":64,"221":175,"223":239,"224":22,"225":151,"23":201,"24":482,"25":184,"257":36,"26":34,"268":4,"27":12,"273":49,"276":115,"279":8,"28":251,"281":15,"282":40,"291":14,"292":71,"30":15,"302":15,"306":1,"31":27,"314":1,"317":1,"32":10,"33":34,"34":68,"347":1,"35":26,"352":253,"36":65,"37":50,"38":198,"380":5,"381":34,"383":18,"39":85,"391":16,"396":2,"397":11,"40":63,"409":40,"41":29,"414":4,"415":35,"419":2,"42":15,"426":1,"43":24,"430":31,"433":1,"44":4,"45":16,"46":116,"48":17,"49":10,"5":590,"51":19,"52":21,"53":21,"56":6,"570":4,"6":395,"63":30,"7":291,"79":15,"8":83,"80":7,"9":428,"all_client":42448,"all_tv_clinet":8039,"insert_time":"2014-08-18T00:30:00.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34660,"10":14,"107":188,"11":226,"12":204,"13":153,"14":100,"15":96,"155":11,"156":10,"158":12,"159":19,"16":50,"160":15,"161":138,"167":15,"168":1,"17":127,"18":495,"19":338,"20":107,"209":15,"21":264,"210":21,"214":3,"215":64,"221":175,"223":239,"224":22,"225":155,"23":194,"24":493,"25":189,"257":35,"26":40,"268":4,"27":11,"273":42,"276":113,"279":9,"28":248,"281":15,"282":40,"291":14,"292":75,"30":16,"302":15,"306":1,"31":26,"314":1,"317":1,"32":10,"33":33,"34":73,"347":2,"35":26,"352":254,"36":67,"37":48,"38":198,"380":4,"381":33,"383":18,"39":82,"391":16,"396":2,"397":10,"40":65,"409":36,"41":28,"414":4,"415":36,"419":1,"42":14,"426":1,"43":25,"430":30,"433":1,"44":4,"45":16,"46":119,"48":18,"49":12,"5":585,"51":18,"52":19,"53":19,"56":7,"570":4,"6":407,"63":29,"7":298,"79":15,"8":88,"80":7,"9":427,"all_client":42728,"all_tv_clinet":8068,"insert_time":"2014-08-18T00:31:01.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34911,"10":14,"107":192,"11":233,"12":199,"13":159,"14":94,"15":99,"155":10,"156":9,"158":12,"159":20,"16":52,"160":14,"161":138,"167":15,"168":1,"17":131,"18":481,"19":348,"20":106,"209":20,"21":269,"210":20,"214":4,"215":67,"221":175,"223":233,"224":21,"225":156,"23":192,"24":520,"25":191,"257":37,"26":39,"268":4,"27":14,"273":39,"276":115,"279":9,"28":248,"281":14,"282":41,"291":14,"292":75,"30":14,"302":15,"306":1,"31":30,"314":1,"317":1,"32":12,"33":33,"34":70,"347":2,"35":29,"352":254,"36":64,"37":48,"38":208,"380":4,"381":36,"383":17,"39":82,"391":15,"396":1,"397":10,"40":69,"409":35,"41":32,"414":6,"415":35,"419":1,"42":13,"426":1,"43":29,"430":28,"433":1,"44":4,"45":17,"46":120,"48":17,"49":13,"5":579,"51":16,"52":17,"53":21,"56":6,"570":4,"6":408,"63":30,"7":292,"79":15,"8":91,"80":6,"9":421,"all_client":43029,"all_tv_clinet":8118,"insert_time":"2014-08-18T00:32:01.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35107,"10":13,"107":199,"11":243,"12":200,"13":167,"14":89,"15":102,"155":9,"156":8,"158":12,"159":22,"16":56,"160":14,"161":132,"167":14,"168":1,"17":128,"18":467,"19":364,"20":106,"209":21,"21":276,"210":19,"214":4,"215":66,"221":180,"223":229,"224":21,"225":146,"23":189,"24":533,"25":185,"257":38,"26":40,"268":4,"27":14,"273":37,"276":113,"279":9,"28":251,"281":16,"282":43,"291":14,"292":80,"30":12,"302":12,"306":1,"31":30,"314":1,"317":2,"32":12,"33":31,"34":63,"347":3,"35":32,"352":257,"36":63,"37":49,"38":216,"380":4,"381":37,"383":15,"39":86,"391":14,"396":1,"397":10,"40":70,"409":34,"41":34,"414":6,"415":36,"419":1,"42":13,"426":1,"43":28,"430":26,"433":1,"44":4,"45":20,"46":118,"48":18,"49":14,"5":558,"51":17,"52":16,"53":18,"56":7,"570":4,"6":413,"63":27,"7":300,"79":15,"8":94,"80":6,"9":419,"all_client":43250,"all_tv_clinet":8143,"insert_time":"2014-08-18T00:33:01.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35310,"10":13,"107":199,"11":253,"12":196,"13":169,"14":80,"15":108,"155":7,"156":5,"158":14,"159":22,"16":60,"160":15,"161":131,"167":15,"168":2,"17":131,"18":483,"19":376,"20":98,"209":25,"21":288,"210":18,"214":4,"215":68,"221":183,"223":223,"224":20,"225":145,"23":197,"24":519,"25":194,"257":35,"26":40,"268":4,"27":14,"273":36,"276":115,"279":11,"28":248,"281":16,"282":41,"291":14,"292":88,"30":12,"302":12,"306":1,"31":32,"314":1,"317":2,"32":12,"33":32,"34":53,"347":3,"35":34,"352":266,"36":60,"37":51,"38":209,"380":4,"381":35,"383":15,"39":85,"391":17,"397":10,"40":72,"409":33,"41":36,"414":7,"415":40,"419":2,"42":11,"43":28,"430":24,"433":2,"44":5,"45":22,"46":122,"48":20,"49":15,"5":547,"51":16,"52":15,"53":18,"56":7,"570":4,"6":418,"63":29,"7":303,"79":15,"8":92,"80":5,"9":416,"all_client":43503,"all_tv_clinet":8193,"insert_time":"2014-08-18T00:34:02.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35559,"10":12,"107":200,"11":261,"12":190,"13":167,"14":76,"15":116,"155":6,"156":6,"158":13,"159":22,"16":63,"160":15,"161":130,"167":13,"168":2,"17":129,"18":493,"19":371,"20":97,"209":25,"21":293,"210":17,"214":4,"215":68,"221":180,"223":217,"224":21,"225":146,"23":190,"24":523,"25":193,"257":32,"26":45,"268":5,"27":13,"273":38,"276":113,"279":11,"28":245,"281":16,"282":38,"291":15,"292":88,"30":12,"302":11,"306":1,"31":31,"314":2,"317":4,"32":12,"33":30,"34":49,"347":3,"35":34,"352":272,"36":58,"37":53,"38":209,"380":4,"381":36,"383":13,"39":84,"391":18,"396":1,"397":10,"40":75,"409":36,"41":36,"414":6,"415":41,"419":3,"42":10,"43":29,"430":23,"433":3,"44":5,"45":22,"46":128,"48":23,"49":20,"5":536,"51":19,"52":15,"53":16,"56":7,"570":4,"6":414,"63":28,"7":307,"79":16,"8":97,"80":5,"9":422,"all_client":43770,"all_tv_clinet":8211,"insert_time":"2014-08-18T00:35:02.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35814,"10":11,"107":206,"11":272,"12":184,"13":170,"14":76,"15":115,"155":7,"156":7,"158":13,"159":22,"16":64,"160":14,"161":132,"167":14,"168":3,"17":126,"18":510,"19":370,"20":93,"209":23,"21":302,"210":17,"211":1,"214":4,"215":73,"221":172,"223":221,"224":20,"225":141,"23":191,"24":538,"25":187,"257":30,"26":47,"268":6,"27":13,"273":39,"276":111,"279":13,"28":243,"281":17,"282":37,"291":14,"292":85,"30":12,"302":11,"31":33,"314":2,"317":4,"32":13,"33":29,"34":47,"347":2,"35":33,"352":270,"36":62,"37":55,"38":206,"380":4,"381":39,"383":12,"39":85,"391":19,"396":1,"397":9,"40":75,"409":37,"41":39,"414":5,"415":43,"419":3,"42":10,"43":27,"430":22,"433":3,"44":7,"45":20,"46":130,"48":27,"49":19,"5":513,"51":17,"52":15,"53":16,"56":8,"570":5,"6":420,"63":27,"7":314,"79":19,"8":100,"80":5,"9":415,"all_client":44057,"all_tv_clinet":8243,"insert_time":"2014-08-18T00:36:02.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36097,"10":14,"107":205,"11":279,"12":180,"13":172,"14":75,"15":118,"155":7,"156":7,"158":10,"159":22,"16":62,"160":14,"161":130,"167":14,"168":4,"17":108,"18":512,"19":369,"20":95,"209":20,"21":299,"210":17,"211":1,"214":4,"215":69,"221":170,"223":222,"224":21,"225":142,"23":187,"24":553,"25":199,"257":32,"26":46,"268":6,"27":13,"273":40,"276":107,"279":12,"28":249,"281":18,"282":35,"291":14,"292":88,"30":11,"302":10,"306":1,"31":34,"314":3,"317":4,"32":14,"33":30,"34":42,"347":1,"35":34,"352":273,"36":66,"37":56,"38":199,"380":5,"381":41,"383":11,"39":85,"391":19,"396":2,"397":9,"40":73,"409":39,"41":37,"414":5,"415":46,"419":3,"42":10,"43":26,"430":21,"433":3,"44":8,"45":20,"46":132,"48":26,"49":21,"5":503,"51":17,"52":17,"53":17,"56":10,"570":7,"6":422,"63":29,"7":317,"79":19,"8":102,"80":4,"9":407,"all_client":44349,"all_tv_clinet":8252,"insert_time":"2014-08-18T00:37:03.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36349,"10":16,"107":205,"11":288,"12":178,"13":179,"14":74,"15":115,"155":7,"156":7,"158":11,"159":22,"16":62,"160":13,"161":131,"167":13,"168":4,"17":103,"18":518,"19":367,"20":98,"209":18,"21":298,"210":17,"211":1,"214":4,"215":67,"221":166,"223":225,"224":20,"225":141,"23":186,"24":550,"25":199,"257":30,"26":50,"268":5,"27":12,"273":42,"276":105,"279":12,"28":254,"281":17,"282":34,"291":14,"292":88,"30":10,"302":10,"306":1,"31":34,"314":3,"317":4,"32":16,"33":31,"34":42,"347":1,"35":33,"352":275,"36":70,"37":57,"38":204,"380":5,"381":45,"383":10,"39":85,"391":18,"396":2,"397":7,"40":76,"409":43,"41":36,"414":5,"415":47,"419":3,"42":11,"43":26,"430":19,"433":2,"44":8,"45":21,"46":129,"48":28,"49":20,"5":495,"51":16,"52":19,"53":18,"56":10,"570":8,"6":426,"63":32,"7":322,"79":18,"8":101,"80":4,"9":402,"all_client":44623,"all_tv_clinet":8274,"insert_time":"2014-08-18T00:38:03.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36557,"10":16,"107":207,"11":296,"12":169,"13":176,"14":73,"15":117,"155":7,"156":6,"158":11,"159":21,"16":62,"160":12,"161":137,"167":13,"168":5,"17":98,"18":540,"19":379,"20":96,"209":18,"21":297,"210":15,"211":1,"214":4,"215":65,"221":161,"223":232,"224":20,"225":149,"23":184,"24":541,"25":195,"257":30,"26":52,"268":5,"27":12,"273":46,"276":108,"279":13,"28":265,"281":17,"282":32,"291":14,"292":84,"30":11,"302":10,"306":1,"31":35,"314":3,"317":4,"32":16,"33":29,"34":43,"347":1,"35":34,"352":282,"36":71,"37":60,"38":197,"380":6,"381":43,"383":12,"39":86,"391":19,"396":3,"397":6,"40":75,"409":48,"41":35,"414":4,"415":44,"419":3,"42":10,"43":30,"430":17,"433":2,"44":8,"45":22,"46":137,"48":29,"49":21,"5":483,"51":14,"52":21,"53":18,"56":10,"570":10,"6":423,"63":31,"7":322,"79":17,"8":99,"80":5,"9":392,"all_client":44860,"all_tv_clinet":8303,"insert_time":"2014-08-18T00:39:03.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36801,"10":17,"107":208,"11":308,"12":171,"13":180,"14":75,"15":112,"155":9,"156":5,"158":10,"159":21,"16":65,"160":12,"161":146,"167":13,"168":4,"17":92,"18":548,"19":384,"20":100,"209":20,"21":294,"210":15,"211":1,"214":4,"215":62,"221":162,"223":233,"224":19,"225":155,"23":185,"24":533,"25":197,"257":31,"26":53,"268":4,"27":12,"273":50,"276":107,"279":14,"28":267,"281":17,"282":28,"291":15,"292":77,"30":11,"302":10,"306":1,"31":39,"314":3,"317":3,"32":16,"33":31,"34":37,"347":1,"35":34,"352":279,"36":73,"37":59,"38":208,"380":6,"381":46,"383":12,"39":87,"391":18,"396":2,"397":6,"40":75,"409":49,"41":36,"414":4,"415":44,"419":2,"42":9,"43":28,"430":17,"433":2,"44":8,"45":22,"46":138,"48":30,"49":21,"5":466,"51":15,"52":23,"53":21,"56":11,"570":10,"6":419,"63":30,"7":331,"79":18,"8":103,"80":7,"9":393,"all_client":45150,"all_tv_clinet":8349,"insert_time":"2014-08-18T00:40:04.359Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37064,"10":16,"107":207,"11":325,"12":173,"13":179,"14":78,"15":118,"155":9,"156":6,"158":9,"159":21,"16":65,"160":12,"161":150,"167":15,"168":6,"17":86,"18":547,"19":386,"20":100,"209":20,"21":295,"210":13,"211":1,"214":4,"215":59,"221":160,"223":227,"224":19,"225":156,"23":184,"24":527,"25":203,"257":34,"26":58,"268":4,"27":14,"273":57,"276":107,"279":13,"28":262,"281":17,"282":27,"291":14,"292":72,"30":14,"302":11,"306":1,"31":38,"314":3,"317":3,"32":16,"33":32,"34":37,"347":1,"35":40,"352":285,"36":71,"37":58,"38":204,"380":6,"381":45,"383":13,"39":85,"391":18,"396":2,"397":6,"40":74,"409":51,"41":36,"414":3,"415":42,"419":2,"42":8,"43":31,"430":19,"433":3,"44":8,"45":21,"46":144,"48":31,"49":17,"5":457,"51":12,"52":24,"53":23,"56":10,"570":9,"6":410,"63":31,"7":336,"79":17,"8":106,"80":7,"9":396,"all_client":45436,"all_tv_clinet":8372,"insert_time":"2014-08-18T00:41:04.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37307,"10":14,"107":221,"11":332,"12":173,"13":182,"14":80,"15":117,"155":9,"156":5,"158":10,"159":21,"16":65,"160":11,"161":147,"167":14,"168":6,"17":90,"18":556,"19":388,"20":103,"209":20,"21":296,"210":12,"211":1,"214":4,"215":58,"221":160,"223":230,"224":14,"225":148,"23":189,"24":526,"25":210,"257":35,"26":63,"268":4,"27":15,"273":64,"276":108,"279":13,"28":258,"281":15,"282":25,"291":14,"292":68,"30":15,"302":11,"306":1,"31":37,"314":3,"317":2,"32":16,"33":31,"34":33,"347":1,"35":40,"352":284,"36":69,"37":60,"38":215,"380":6,"381":47,"383":15,"39":86,"391":17,"396":3,"397":6,"40":73,"409":49,"41":38,"414":4,"415":41,"419":2,"42":8,"43":31,"430":19,"433":3,"44":7,"45":20,"46":144,"48":31,"49":18,"5":446,"51":11,"52":23,"53":24,"56":10,"570":9,"6":418,"63":33,"7":344,"79":15,"8":106,"80":7,"9":398,"all_client":45731,"all_tv_clinet":8424,"insert_time":"2014-08-18T00:42:05.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37607,"10":13,"107":216,"11":332,"12":162,"13":190,"14":84,"15":114,"155":10,"156":5,"158":10,"159":20,"16":68,"160":10,"161":145,"167":11,"168":7,"17":91,"18":550,"19":402,"20":106,"209":19,"21":295,"210":12,"211":1,"214":3,"215":59,"221":153,"223":236,"224":16,"225":150,"23":184,"24":526,"25":210,"257":37,"26":73,"268":4,"27":16,"273":65,"276":106,"279":13,"28":256,"281":15,"282":25,"291":14,"292":64,"30":15,"302":10,"306":1,"31":33,"314":2,"317":3,"32":17,"33":30,"34":33,"347":1,"35":40,"352":284,"36":64,"37":62,"38":217,"380":6,"381":48,"383":16,"39":88,"391":17,"396":3,"397":5,"40":73,"409":47,"41":41,"414":3,"415":42,"419":3,"42":8,"43":30,"430":18,"433":3,"44":6,"45":20,"46":140,"48":28,"49":20,"5":432,"51":10,"52":24,"53":23,"56":9,"570":10,"6":422,"63":33,"7":343,"79":16,"8":106,"80":6,"9":400,"all_client":46016,"all_tv_clinet":8409,"insert_time":"2014-08-18T00:43:05.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37804,"10":14,"107":218,"11":341,"12":150,"13":199,"14":86,"15":103,"155":11,"156":5,"158":10,"159":21,"16":68,"160":9,"161":141,"167":11,"168":8,"17":97,"18":538,"19":410,"20":104,"209":19,"21":307,"210":11,"211":1,"214":2,"215":60,"221":156,"223":236,"224":20,"225":157,"23":190,"24":543,"25":219,"257":39,"26":76,"268":5,"27":15,"273":64,"276":108,"279":13,"28":261,"281":15,"282":23,"291":13,"292":63,"30":10,"302":10,"306":1,"31":34,"314":1,"317":3,"32":14,"33":29,"34":35,"347":1,"35":39,"352":282,"36":66,"37":64,"38":224,"380":7,"381":50,"383":14,"39":87,"391":20,"396":3,"397":4,"40":72,"409":47,"41":39,"414":3,"415":40,"419":4,"42":8,"43":30,"430":20,"433":3,"44":11,"45":20,"46":133,"48":29,"49":20,"5":423,"51":11,"52":25,"53":23,"56":8,"570":11,"6":434,"63":29,"7":343,"79":17,"8":106,"80":6,"9":404,"all_client":46281,"all_tv_clinet":8477,"insert_time":"2014-08-18T00:44:05.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37999,"10":13,"107":213,"11":344,"12":144,"13":201,"14":92,"15":95,"155":11,"156":5,"158":9,"159":20,"16":70,"160":8,"161":148,"167":12,"168":8,"17":103,"18":533,"19":396,"20":104,"209":17,"21":304,"210":11,"211":1,"214":2,"215":62,"221":160,"223":241,"224":22,"225":157,"23":192,"24":557,"25":225,"257":38,"26":76,"268":5,"27":17,"273":63,"276":104,"279":12,"28":262,"281":15,"282":21,"291":14,"292":63,"30":11,"302":10,"306":1,"31":33,"314":1,"317":3,"32":14,"33":29,"34":36,"347":3,"35":40,"352":281,"36":69,"37":62,"38":225,"380":8,"381":49,"383":12,"39":86,"391":23,"396":4,"397":4,"40":71,"409":48,"41":37,"414":3,"415":39,"419":5,"42":8,"43":28,"430":19,"433":2,"44":12,"45":21,"46":131,"48":31,"49":24,"5":418,"51":14,"52":28,"53":23,"56":8,"570":11,"6":439,"63":28,"7":348,"79":17,"8":108,"80":6,"9":411,"all_client":46511,"all_tv_clinet":8512,"insert_time":"2014-08-18T00:45:06.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38277,"10":13,"107":214,"11":355,"12":129,"13":207,"14":97,"15":88,"155":11,"156":6,"158":10,"159":20,"16":69,"160":6,"161":152,"167":12,"168":11,"17":105,"18":529,"19":370,"20":102,"209":16,"21":310,"210":9,"211":1,"214":2,"215":60,"221":156,"223":246,"224":23,"225":155,"23":196,"24":574,"25":231,"257":39,"26":75,"268":7,"27":18,"273":60,"276":102,"279":13,"28":270,"281":16,"282":21,"291":14,"292":72,"30":12,"302":9,"31":30,"314":1,"317":3,"32":15,"33":28,"34":39,"347":3,"35":42,"352":274,"36":72,"37":59,"38":230,"380":8,"381":48,"383":12,"389":1,"39":83,"391":22,"396":3,"397":4,"40":73,"409":53,"41":39,"414":3,"415":34,"419":3,"42":8,"43":22,"430":19,"433":1,"44":12,"45":21,"46":128,"48":32,"49":27,"5":413,"51":13,"52":32,"53":26,"56":8,"570":11,"6":446,"63":30,"7":343,"79":18,"8":114,"80":6,"9":421,"all_client":46823,"all_tv_clinet":8546,"insert_time":"2014-08-18T00:46:06.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38500,"10":10,"107":212,"11":357,"12":123,"13":209,"14":94,"15":87,"155":11,"156":5,"158":11,"159":20,"16":70,"160":6,"161":155,"167":11,"168":11,"17":103,"18":526,"19":356,"20":105,"209":15,"21":304,"210":9,"211":1,"214":1,"215":59,"221":156,"223":260,"224":21,"225":156,"23":193,"24":591,"25":234,"257":45,"26":77,"268":6,"27":19,"273":58,"276":102,"279":14,"28":277,"281":16,"282":21,"291":15,"292":79,"30":13,"302":9,"31":29,"314":1,"317":2,"32":15,"33":27,"34":41,"347":3,"35":41,"352":284,"36":75,"37":52,"38":239,"380":7,"381":48,"383":10,"389":1,"39":85,"391":21,"396":3,"397":4,"40":77,"409":57,"41":38,"414":3,"415":36,"419":3,"42":8,"43":18,"430":19,"433":1,"44":13,"45":22,"46":128,"48":31,"49":27,"5":410,"51":15,"52":31,"53":31,"56":9,"570":9,"6":444,"63":33,"7":327,"79":19,"8":115,"80":6,"9":421,"all_client":47072,"all_tv_clinet":8572,"insert_time":"2014-08-18T00:47:07.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38775,"10":11,"107":226,"11":366,"12":114,"13":216,"14":89,"15":89,"155":11,"156":5,"158":11,"159":20,"16":70,"160":7,"161":160,"167":11,"168":11,"17":95,"18":521,"19":347,"20":109,"209":15,"21":302,"210":10,"214":3,"215":58,"221":159,"223":262,"224":27,"225":173,"23":186,"24":600,"25":239,"257":49,"26":77,"268":5,"27":18,"273":53,"276":99,"279":13,"28":282,"281":13,"282":21,"291":16,"292":88,"30":15,"302":9,"31":28,"314":1,"317":2,"32":13,"33":29,"34":42,"347":3,"35":42,"352":290,"36":70,"37":48,"38":234,"380":8,"381":49,"383":11,"389":1,"39":84,"391":21,"396":3,"397":5,"40":80,"409":59,"41":39,"414":3,"415":37,"419":5,"42":8,"43":15,"430":22,"433":1,"44":11,"45":25,"46":136,"48":33,"49":25,"5":406,"51":15,"52":30,"53":32,"56":9,"570":9,"6":434,"63":33,"7":303,"79":20,"8":115,"80":6,"9":416,"all_client":47367,"all_tv_clinet":8592,"insert_time":"2014-08-18T00:48:07.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38999,"10":12,"107":221,"11":365,"12":114,"13":223,"14":84,"15":86,"155":10,"156":6,"158":11,"159":21,"16":72,"160":7,"161":158,"167":12,"168":9,"17":96,"18":522,"19":344,"20":114,"209":16,"21":304,"210":10,"214":3,"215":60,"221":156,"223":267,"224":34,"225":180,"23":174,"24":629,"25":242,"257":51,"26":79,"268":5,"27":19,"273":56,"276":94,"279":13,"28":281,"281":13,"282":23,"291":16,"292":92,"30":16,"302":9,"306":1,"31":29,"314":1,"317":2,"32":10,"33":30,"34":46,"347":4,"35":44,"352":289,"36":72,"37":42,"38":230,"380":8,"381":50,"383":13,"389":1,"39":82,"391":20,"396":4,"397":4,"40":78,"409":61,"41":39,"414":3,"415":34,"419":6,"42":6,"43":17,"430":23,"433":1,"44":11,"45":26,"46":140,"48":38,"49":22,"5":408,"51":14,"52":27,"53":29,"56":9,"570":9,"6":428,"63":32,"7":289,"79":21,"8":115,"80":7,"9":418,"all_client":47621,"all_tv_clinet":8622,"insert_time":"2014-08-18T00:49:07.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39211,"10":12,"107":233,"11":364,"12":118,"13":216,"14":84,"15":82,"155":9,"156":8,"158":11,"159":22,"16":71,"160":7,"161":161,"167":11,"168":9,"17":97,"18":517,"19":345,"20":113,"209":17,"21":299,"210":10,"214":3,"215":61,"221":158,"223":270,"224":39,"225":180,"23":177,"24":638,"25":247,"257":54,"26":77,"268":4,"27":20,"273":59,"276":92,"279":14,"28":297,"281":12,"282":24,"291":17,"292":92,"30":18,"302":8,"306":1,"31":28,"314":1,"317":2,"32":8,"33":30,"34":48,"347":4,"35":42,"352":284,"36":80,"37":41,"38":239,"380":8,"381":49,"383":16,"389":1,"39":83,"391":20,"396":3,"397":5,"40":67,"409":61,"41":48,"414":3,"415":38,"419":6,"42":7,"43":18,"430":20,"433":1,"44":10,"45":28,"46":142,"48":40,"49":23,"5":410,"51":11,"52":21,"53":27,"56":10,"570":8,"6":417,"63":31,"7":289,"79":24,"8":116,"80":7,"9":419,"all_client":47883,"all_tv_clinet":8672,"insert_time":"2014-08-18T00:50:08.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39419,"10":11,"107":231,"11":369,"12":117,"13":221,"14":80,"15":82,"155":9,"156":9,"158":10,"159":25,"16":74,"160":8,"161":166,"167":11,"168":9,"17":99,"18":511,"19":347,"20":108,"209":19,"21":307,"210":9,"214":3,"215":64,"221":153,"223":279,"224":38,"225":172,"23":172,"24":643,"25":247,"257":57,"26":79,"268":4,"27":19,"273":66,"276":91,"279":13,"28":303,"281":13,"282":26,"291":17,"292":92,"30":22,"302":8,"306":1,"31":26,"317":2,"32":9,"33":31,"34":51,"347":4,"35":46,"352":283,"36":82,"37":41,"38":248,"380":7,"381":48,"383":17,"389":1,"39":78,"391":21,"396":3,"397":6,"40":65,"409":61,"41":52,"414":3,"415":39,"419":6,"42":8,"43":17,"430":22,"433":1,"44":11,"45":27,"46":141,"48":41,"49":24,"5":408,"51":12,"52":18,"53":23,"56":10,"570":8,"6":417,"63":30,"7":279,"79":24,"8":121,"80":7,"9":427,"all_client":48139,"all_tv_clinet":8720,"insert_time":"2014-08-18T00:51:08.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39662,"10":10,"107":231,"11":378,"12":118,"13":223,"14":78,"15":85,"155":10,"156":10,"158":7,"159":25,"16":74,"160":9,"161":165,"167":10,"168":8,"17":99,"18":511,"19":354,"20":104,"209":18,"21":314,"210":9,"214":3,"215":65,"221":155,"223":281,"224":41,"225":171,"23":174,"24":632,"25":242,"257":59,"26":78,"268":4,"27":18,"273":71,"276":90,"279":11,"28":314,"281":13,"282":24,"291":17,"292":90,"30":20,"302":10,"306":2,"31":26,"314":1,"317":2,"32":9,"33":33,"34":54,"347":4,"35":48,"352":289,"36":82,"37":38,"38":249,"380":7,"381":48,"383":17,"389":1,"39":78,"391":21,"396":2,"397":5,"40":64,"409":55,"41":52,"414":2,"415":43,"419":7,"42":10,"43":18,"430":22,"433":2,"44":15,"45":28,"46":145,"48":45,"49":25,"5":412,"51":14,"52":18,"53":23,"56":10,"570":7,"6":411,"63":29,"7":269,"79":26,"8":120,"80":6,"9":428,"all_client":48417,"all_tv_clinet":8755,"insert_time":"2014-08-18T00:52:09.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39942,"10":9,"107":246,"11":380,"12":116,"13":222,"14":76,"15":81,"155":9,"156":9,"158":7,"159":24,"16":74,"160":10,"161":172,"167":10,"168":9,"17":93,"18":513,"19":375,"20":103,"209":17,"21":324,"210":9,"214":3,"215":74,"221":153,"223":283,"224":41,"225":176,"23":170,"24":618,"25":240,"257":56,"26":76,"268":3,"27":16,"273":76,"276":88,"279":6,"28":321,"281":14,"282":25,"291":13,"292":86,"30":18,"302":10,"306":2,"31":27,"314":1,"317":1,"32":11,"33":37,"34":55,"347":4,"35":51,"352":289,"36":88,"37":33,"38":239,"380":6,"381":51,"383":16,"389":1,"39":71,"391":19,"396":2,"397":5,"40":58,"409":48,"41":54,"414":2,"415":43,"419":6,"42":10,"43":20,"430":23,"433":2,"44":16,"45":29,"46":150,"48":46,"49":22,"5":417,"51":13,"52":16,"53":21,"56":12,"570":7,"6":405,"63":29,"7":279,"79":26,"8":128,"80":7,"9":427,"all_client":48721,"all_tv_clinet":8779,"insert_time":"2014-08-18T00:53:09.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40181,"10":11,"107":250,"11":387,"12":116,"13":224,"14":75,"15":85,"155":9,"156":9,"158":6,"159":21,"16":78,"160":10,"161":172,"167":10,"168":8,"17":88,"18":516,"19":396,"20":96,"209":15,"21":329,"210":10,"214":4,"215":75,"221":159,"223":281,"224":44,"225":184,"23":164,"24":596,"25":235,"257":54,"26":76,"268":4,"27":15,"273":79,"276":82,"279":8,"28":324,"281":14,"282":26,"291":14,"292":82,"30":19,"302":10,"306":2,"31":28,"314":3,"317":1,"32":9,"33":36,"34":56,"347":4,"35":50,"352":302,"36":92,"37":34,"38":253,"380":6,"381":51,"383":17,"389":1,"39":67,"391":21,"396":1,"397":4,"40":57,"409":41,"41":57,"414":2,"415":43,"419":4,"42":9,"43":18,"430":20,"433":2,"44":18,"45":31,"46":148,"48":45,"49":20,"5":418,"51":16,"52":16,"53":19,"56":11,"570":9,"6":394,"63":28,"7":271,"79":26,"8":134,"80":8,"9":433,"all_client":48987,"all_tv_clinet":8806,"insert_time":"2014-08-18T00:54:09.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40406,"10":10,"107":262,"11":399,"12":120,"13":229,"14":78,"15":84,"155":8,"156":7,"158":5,"159":21,"16":80,"160":10,"161":176,"167":11,"168":8,"17":83,"18":528,"19":407,"20":89,"209":17,"21":336,"210":11,"214":4,"215":79,"221":157,"223":280,"224":47,"225":182,"23":168,"24":575,"25":233,"257":55,"26":74,"268":4,"27":15,"273":78,"276":80,"279":7,"28":319,"281":14,"282":24,"291":13,"292":86,"30":19,"302":10,"306":2,"31":24,"314":3,"317":1,"32":8,"33":40,"34":62,"347":2,"35":44,"352":301,"36":94,"37":36,"38":255,"380":6,"381":54,"383":18,"389":1,"39":62,"391":20,"396":1,"397":6,"40":53,"409":44,"41":58,"414":2,"415":46,"419":4,"42":7,"43":19,"430":21,"433":2,"44":21,"45":30,"46":150,"48":45,"49":19,"5":419,"51":16,"52":16,"53":20,"56":12,"570":9,"6":381,"63":29,"7":272,"79":25,"8":140,"80":8,"9":436,"all_client":49252,"all_tv_clinet":8846,"insert_time":"2014-08-18T00:55:10.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40650,"10":11,"107":267,"11":420,"12":124,"13":235,"14":79,"15":86,"155":10,"156":8,"158":4,"159":22,"16":80,"160":9,"161":177,"167":13,"168":8,"17":77,"18":533,"19":422,"20":86,"209":17,"21":334,"210":11,"214":4,"215":76,"221":152,"223":297,"224":51,"225":177,"23":166,"24":552,"25":217,"257":54,"26":74,"268":4,"27":16,"273":83,"276":74,"279":8,"28":330,"281":14,"282":23,"291":13,"292":89,"30":17,"302":10,"306":2,"31":28,"314":4,"317":1,"32":8,"33":39,"34":60,"347":3,"35":39,"352":306,"36":91,"37":38,"38":260,"380":6,"381":51,"383":20,"389":1,"39":61,"391":21,"396":1,"397":7,"40":52,"409":44,"41":58,"414":2,"415":44,"419":4,"42":7,"43":23,"430":19,"433":2,"44":21,"45":30,"46":152,"48":52,"49":17,"5":427,"51":20,"52":16,"53":19,"56":13,"570":9,"6":357,"63":28,"7":272,"79":25,"8":141,"80":8,"9":440,"all_client":49533,"all_tv_clinet":8883,"insert_time":"2014-08-18T00:56:10.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40909,"10":11,"107":279,"11":445,"12":125,"13":241,"14":80,"15":86,"155":11,"156":9,"158":3,"159":22,"16":80,"160":9,"161":172,"167":15,"168":7,"17":80,"18":531,"19":432,"20":86,"209":18,"21":332,"210":11,"214":4,"215":77,"221":149,"223":293,"224":51,"225":182,"23":168,"24":550,"25":216,"257":56,"26":71,"268":4,"27":19,"273":84,"276":71,"279":6,"28":334,"281":13,"282":24,"291":11,"292":96,"30":18,"302":10,"306":2,"31":23,"314":5,"317":1,"32":9,"33":38,"34":64,"347":3,"35":37,"352":304,"36":101,"37":35,"38":262,"380":6,"381":54,"383":20,"389":1,"39":57,"391":22,"396":2,"397":7,"40":48,"409":44,"41":57,"414":1,"415":44,"419":5,"42":11,"43":23,"430":18,"433":2,"44":22,"45":29,"46":158,"48":53,"49":16,"5":437,"51":20,"52":15,"53":23,"56":14,"570":8,"6":355,"63":27,"7":268,"79":28,"8":142,"80":7,"9":415,"all_client":49844,"all_tv_clinet":8935,"insert_time":"2014-08-18T00:57:11.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41270,"10":10,"107":286,"11":460,"12":131,"13":246,"14":74,"15":82,"155":14,"156":10,"158":3,"159":21,"16":85,"160":8,"161":168,"167":16,"168":6,"17":86,"18":521,"19":445,"20":88,"209":15,"21":330,"210":14,"214":4,"215":81,"221":147,"223":284,"224":51,"225":191,"23":175,"24":534,"25":211,"257":54,"26":75,"268":4,"27":23,"273":78,"276":67,"279":6,"28":330,"281":13,"282":24,"291":11,"292":104,"30":20,"302":9,"306":1,"31":23,"314":5,"317":1,"32":8,"33":37,"34":67,"347":3,"35":35,"352":311,"36":106,"37":34,"38":270,"380":5,"381":54,"383":19,"389":2,"39":55,"391":22,"396":2,"397":8,"40":47,"409":45,"41":55,"414":1,"415":42,"419":5,"42":13,"43":21,"430":19,"433":2,"44":23,"45":33,"46":165,"48":49,"49":17,"5":449,"51":21,"52":14,"53":24,"56":14,"570":8,"6":350,"63":26,"7":265,"79":30,"8":138,"80":6,"9":396,"all_client":50231,"all_tv_clinet":8961,"insert_time":"2014-08-18T00:58:11.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41482,"10":11,"107":295,"11":477,"12":139,"13":247,"14":77,"15":79,"155":15,"156":9,"158":3,"159":21,"16":85,"160":9,"161":154,"167":18,"168":5,"17":96,"18":531,"19":461,"20":91,"209":16,"21":328,"210":14,"214":4,"215":80,"221":149,"223":283,"224":53,"225":195,"23":175,"24":532,"25":215,"257":53,"26":72,"268":4,"27":26,"273":71,"276":63,"279":6,"28":324,"281":13,"282":26,"291":11,"292":110,"30":24,"302":10,"306":1,"31":20,"314":5,"32":10,"33":36,"34":67,"347":6,"35":37,"352":312,"36":114,"37":37,"38":270,"380":4,"381":53,"383":21,"389":2,"39":52,"391":23,"396":2,"397":8,"40":44,"409":46,"41":48,"415":44,"419":5,"42":15,"43":18,"430":14,"433":3,"434":1,"44":26,"45":35,"46":172,"48":45,"49":17,"5":460,"51":19,"52":14,"53":26,"56":13,"570":8,"6":340,"63":26,"7":261,"79":31,"8":139,"80":7,"9":372,"all_client":50491,"all_tv_clinet":9009,"insert_time":"2014-08-18T00:59:12.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41750,"10":13,"107":285,"11":482,"12":141,"13":250,"14":78,"15":84,"155":15,"156":8,"158":4,"159":21,"16":85,"160":8,"161":152,"167":18,"168":7,"17":102,"18":530,"19":481,"20":88,"209":15,"21":323,"210":14,"214":4,"215":77,"221":153,"223":285,"224":51,"225":192,"23":172,"24":536,"25":214,"257":53,"26":74,"268":5,"27":32,"273":64,"276":65,"279":7,"28":317,"281":13,"282":26,"291":11,"292":114,"30":24,"302":9,"306":1,"31":23,"314":4,"32":9,"33":34,"34":62,"347":8,"35":43,"352":320,"36":114,"37":38,"38":272,"380":3,"381":49,"383":21,"389":2,"39":46,"391":23,"396":3,"397":9,"40":41,"409":46,"41":49,"415":48,"419":5,"42":14,"43":19,"430":16,"433":3,"434":1,"44":28,"45":34,"46":180,"48":42,"49":19,"5":457,"51":18,"52":16,"53":28,"56":13,"570":5,"6":327,"63":28,"7":266,"79":32,"8":139,"80":5,"9":351,"all_client":50766,"all_tv_clinet":9016,"insert_time":"2014-08-18T01:00:12.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42053,"10":15,"107":270,"11":488,"12":144,"13":248,"14":78,"15":82,"155":16,"156":9,"158":5,"159":19,"16":85,"160":8,"161":159,"167":19,"168":7,"17":108,"18":543,"19":507,"20":82,"209":14,"21":322,"210":12,"214":4,"215":76,"221":160,"223":296,"224":51,"225":192,"23":162,"24":541,"25":213,"257":54,"26":73,"268":5,"27":34,"273":62,"276":66,"279":8,"28":324,"281":14,"282":26,"291":13,"292":112,"30":23,"302":9,"306":1,"31":23,"314":4,"32":9,"33":36,"34":64,"347":10,"35":44,"352":320,"36":110,"37":39,"38":270,"380":3,"381":47,"383":21,"389":2,"39":41,"391":25,"396":3,"397":12,"40":40,"409":45,"41":50,"415":46,"419":5,"42":14,"43":22,"430":15,"433":3,"434":1,"44":30,"45":33,"46":181,"48":40,"49":14,"5":459,"51":21,"52":13,"53":30,"56":14,"570":5,"6":304,"63":27,"7":279,"79":34,"8":141,"80":5,"9":332,"all_client":51098,"all_tv_clinet":9045,"insert_time":"2014-08-18T01:01:13.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42383,"10":15,"107":267,"11":486,"12":145,"13":255,"14":80,"15":79,"155":16,"156":8,"158":5,"159":18,"16":88,"160":6,"161":160,"167":18,"168":7,"17":114,"18":548,"19":514,"20":77,"209":15,"21":317,"210":11,"214":5,"215":78,"221":163,"223":304,"224":52,"225":202,"23":158,"24":546,"25":224,"257":49,"26":74,"268":5,"27":35,"273":58,"276":61,"279":8,"28":326,"281":15,"282":25,"291":13,"292":103,"30":22,"302":8,"306":1,"31":20,"314":5,"32":10,"33":37,"34":65,"347":10,"35":51,"352":324,"36":109,"37":40,"38":278,"380":3,"381":43,"383":18,"389":3,"39":40,"391":24,"396":5,"397":11,"40":36,"409":42,"41":51,"415":48,"419":5,"42":13,"43":22,"430":16,"433":2,"434":1,"44":31,"45":36,"46":189,"48":38,"49":14,"5":465,"51":21,"52":13,"53":32,"56":14,"570":5,"6":298,"63":27,"7":285,"79":32,"8":135,"80":4,"9":317,"all_client":51455,"all_tv_clinet":9072,"insert_time":"2014-08-18T01:02:13.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42709,"10":16,"107":270,"11":480,"12":148,"13":252,"14":80,"15":70,"155":17,"156":8,"158":6,"159":17,"16":88,"160":5,"161":161,"167":16,"168":7,"17":115,"18":554,"19":518,"20":77,"209":16,"21":315,"210":13,"214":5,"215":80,"221":171,"223":311,"224":53,"225":203,"23":154,"24":563,"25":223,"257":47,"26":70,"268":5,"27":38,"273":57,"276":58,"279":9,"28":332,"281":16,"282":26,"291":12,"292":102,"30":20,"302":9,"306":1,"31":22,"314":6,"32":10,"33":36,"34":71,"347":11,"35":49,"352":318,"36":105,"37":42,"38":278,"380":3,"381":40,"383":19,"389":3,"39":40,"391":24,"396":6,"397":11,"40":32,"409":39,"41":49,"414":1,"415":47,"419":5,"42":12,"43":23,"430":12,"433":2,"434":1,"44":32,"45":36,"46":193,"48":32,"49":14,"5":470,"51":22,"52":13,"53":34,"56":14,"570":4,"6":288,"63":26,"7":280,"79":32,"8":127,"80":4,"9":315,"all_client":51776,"all_tv_clinet":9067,"insert_time":"2014-08-18T01:03:13.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42911,"10":15,"107":283,"11":477,"12":153,"13":254,"14":78,"15":74,"155":15,"156":6,"158":6,"159":15,"16":85,"160":5,"161":162,"167":15,"168":8,"17":122,"18":560,"19":520,"20":78,"209":12,"21":303,"210":14,"214":6,"215":80,"221":174,"223":309,"224":52,"225":204,"23":158,"24":578,"25":233,"257":46,"26":74,"268":5,"27":41,"273":57,"276":53,"279":8,"28":339,"281":16,"282":25,"291":13,"292":95,"30":19,"302":9,"31":22,"314":7,"32":10,"33":37,"34":71,"347":12,"35":49,"352":317,"36":107,"37":44,"38":274,"380":3,"381":42,"383":20,"389":3,"39":44,"391":23,"396":6,"397":12,"40":32,"409":38,"41":44,"414":1,"415":51,"419":3,"42":13,"43":22,"430":11,"433":1,"434":1,"44":29,"45":36,"46":198,"48":33,"49":14,"5":469,"51":19,"52":12,"53":40,"56":14,"570":4,"6":286,"63":26,"7":278,"79":33,"8":125,"80":5,"9":302,"all_client":52008,"all_tv_clinet":9097,"insert_time":"2014-08-18T01:04:14.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43177,"10":13,"107":286,"11":477,"12":148,"13":255,"14":75,"15":74,"155":16,"156":6,"158":6,"159":14,"16":84,"160":4,"161":157,"167":17,"168":7,"17":130,"18":564,"19":526,"20":80,"209":13,"21":299,"210":14,"214":7,"215":82,"221":175,"223":310,"224":55,"225":210,"23":159,"24":586,"25":240,"257":46,"26":76,"268":5,"27":44,"273":54,"276":50,"279":8,"28":337,"281":16,"282":22,"291":13,"292":88,"30":17,"302":9,"31":24,"314":8,"317":3,"32":9,"33":38,"34":74,"347":12,"35":47,"352":322,"36":108,"37":45,"38":276,"380":3,"381":42,"383":21,"389":3,"39":42,"391":22,"396":6,"397":12,"40":30,"409":37,"41":46,"414":1,"415":56,"419":3,"42":13,"43":18,"430":11,"433":1,"434":1,"44":27,"45":38,"46":198,"48":29,"49":13,"5":477,"51":21,"52":12,"53":40,"56":14,"570":5,"6":281,"63":24,"7":278,"79":32,"8":124,"80":9,"9":296,"all_client":52303,"all_tv_clinet":9126,"insert_time":"2014-08-18T01:05:14.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43452,"10":13,"107":288,"11":473,"12":153,"13":250,"14":73,"15":71,"155":17,"156":5,"158":6,"159":12,"16":84,"160":3,"161":154,"167":18,"168":7,"17":134,"18":559,"19":531,"20":79,"209":12,"21":300,"210":14,"214":6,"215":81,"221":168,"223":311,"224":57,"225":211,"23":161,"24":596,"25":242,"257":48,"26":78,"268":5,"27":46,"273":59,"276":50,"279":8,"28":334,"281":15,"282":21,"291":13,"292":83,"30":17,"302":9,"31":23,"314":8,"317":3,"32":9,"33":41,"34":75,"347":14,"35":49,"352":339,"36":99,"37":47,"38":287,"380":3,"381":46,"383":20,"389":3,"39":40,"391":24,"396":5,"397":11,"40":27,"409":37,"41":48,"414":1,"415":54,"419":3,"42":15,"43":21,"430":12,"434":1,"44":26,"45":38,"46":200,"48":29,"49":11,"5":487,"51":23,"52":12,"53":42,"56":13,"570":5,"6":271,"63":24,"7":281,"79":33,"8":121,"80":9,"9":287,"all_client":52604,"all_tv_clinet":9152,"insert_time":"2014-08-18T01:06:15.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43676,"10":13,"107":293,"11":479,"12":151,"13":244,"14":72,"15":75,"155":16,"156":3,"158":6,"159":10,"16":83,"160":3,"161":154,"167":19,"168":5,"17":142,"18":575,"19":533,"20":81,"209":12,"21":304,"210":16,"214":6,"215":79,"221":165,"223":309,"224":59,"225":206,"23":165,"24":608,"25":234,"257":47,"26":80,"268":5,"27":51,"273":58,"276":47,"279":9,"28":325,"281":15,"282":21,"291":12,"292":81,"30":18,"302":8,"31":24,"314":8,"317":3,"32":9,"33":40,"34":72,"347":15,"35":49,"352":339,"36":94,"37":47,"38":293,"380":3,"381":48,"383":20,"389":3,"39":40,"391":25,"396":5,"397":8,"40":23,"409":34,"41":47,"414":1,"415":54,"419":4,"42":14,"43":22,"430":12,"434":1,"44":22,"45":39,"46":204,"48":29,"49":11,"5":504,"51":26,"52":12,"53":39,"56":13,"570":8,"6":265,"63":24,"7":278,"79":34,"8":116,"80":9,"9":283,"all_client":52846,"all_tv_clinet":9170,"insert_time":"2014-08-18T01:07:15.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43970,"10":14,"107":293,"11":485,"12":146,"13":247,"14":74,"15":77,"155":16,"156":4,"158":9,"159":9,"16":80,"160":6,"161":154,"167":17,"168":5,"17":146,"18":580,"19":536,"20":84,"209":13,"21":296,"210":16,"214":6,"215":76,"221":158,"223":311,"224":61,"225":211,"23":167,"24":620,"25":232,"257":51,"26":74,"268":6,"27":52,"273":55,"276":43,"279":10,"28":308,"281":15,"282":18,"291":13,"292":80,"30":18,"302":7,"31":23,"314":8,"317":3,"32":9,"33":39,"34":76,"347":15,"35":50,"352":328,"36":96,"37":50,"38":292,"380":3,"381":46,"383":19,"389":3,"39":40,"391":24,"396":4,"397":7,"40":22,"409":32,"41":46,"414":1,"415":55,"419":4,"42":16,"426":1,"43":21,"430":11,"434":1,"44":18,"45":37,"46":209,"48":29,"49":10,"5":507,"51":28,"52":12,"53":39,"56":12,"570":9,"6":261,"63":23,"7":275,"79":35,"8":118,"80":8,"9":269,"all_client":53113,"all_tv_clinet":9143,"insert_time":"2014-08-18T01:08:15.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44174,"10":15,"107":290,"11":477,"12":140,"13":252,"14":74,"15":80,"155":18,"156":4,"158":9,"159":9,"16":81,"160":7,"161":160,"167":17,"168":6,"17":148,"18":576,"19":499,"20":85,"209":13,"21":308,"210":16,"214":6,"215":78,"221":160,"223":310,"224":70,"225":219,"23":174,"24":646,"25":232,"257":52,"26":72,"268":6,"27":51,"273":59,"276":43,"279":7,"28":307,"281":15,"282":19,"291":13,"292":86,"30":16,"302":7,"31":23,"314":7,"317":4,"32":9,"33":38,"34":78,"347":13,"35":52,"352":326,"36":98,"37":52,"38":291,"380":3,"381":44,"383":21,"389":3,"39":39,"391":22,"396":3,"397":5,"40":20,"409":35,"41":52,"415":54,"419":4,"42":17,"426":1,"43":18,"430":9,"434":1,"44":15,"45":36,"46":210,"48":31,"49":11,"5":513,"51":28,"52":12,"53":39,"56":12,"570":12,"6":258,"63":22,"7":277,"79":36,"8":119,"80":10,"9":268,"all_client":53357,"all_tv_clinet":9183,"insert_time":"2014-08-18T01:09:16.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44441,"10":15,"107":294,"11":478,"12":126,"13":255,"14":74,"15":78,"155":18,"156":6,"158":10,"159":10,"16":85,"160":6,"161":165,"167":15,"168":6,"17":154,"18":582,"19":474,"20":83,"209":12,"21":301,"210":17,"214":7,"215":73,"221":154,"223":320,"224":69,"225":216,"23":175,"24":664,"25":233,"257":55,"26":71,"268":6,"27":53,"273":65,"276":42,"279":6,"28":293,"281":16,"282":23,"291":13,"292":91,"30":16,"302":7,"31":22,"314":6,"317":4,"32":8,"33":39,"34":75,"347":13,"35":54,"352":331,"36":97,"37":50,"38":292,"380":4,"381":40,"383":21,"389":2,"39":37,"391":21,"396":4,"397":6,"40":20,"409":35,"41":52,"415":59,"419":4,"42":18,"426":1,"43":18,"430":8,"434":1,"44":16,"45":37,"46":202,"48":30,"49":12,"5":523,"51":31,"52":14,"53":44,"56":9,"570":13,"6":245,"63":22,"7":273,"79":35,"8":125,"80":11,"9":266,"all_client":53623,"all_tv_clinet":9182,"insert_time":"2014-08-18T01:10:16.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44687,"10":15,"107":308,"11":472,"12":113,"13":248,"14":77,"15":80,"155":18,"156":9,"158":11,"159":8,"16":86,"160":3,"161":165,"167":15,"168":6,"17":166,"18":583,"19":450,"20":80,"209":13,"21":304,"210":16,"214":7,"215":68,"221":152,"223":321,"224":68,"225":213,"23":175,"24":681,"25":237,"257":56,"26":70,"268":5,"27":55,"273":75,"276":41,"279":6,"28":281,"281":16,"282":27,"291":11,"292":98,"30":17,"302":7,"31":21,"314":5,"317":5,"32":8,"33":37,"34":78,"347":13,"35":56,"352":352,"36":95,"37":51,"38":305,"380":4,"381":38,"383":20,"389":2,"39":40,"391":22,"396":4,"397":5,"40":19,"409":39,"41":54,"415":57,"419":4,"42":20,"426":1,"43":19,"430":8,"433":1,"434":1,"44":16,"45":37,"46":192,"48":29,"49":11,"5":518,"51":32,"52":18,"53":44,"56":10,"570":12,"6":237,"63":23,"7":290,"79":35,"8":122,"80":12,"9":263,"all_client":53905,"all_tv_clinet":9218,"insert_time":"2014-08-18T01:11:17.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44944,"10":14,"107":312,"11":468,"12":105,"13":236,"14":83,"15":81,"155":20,"156":10,"158":11,"159":7,"16":89,"160":4,"161":162,"167":15,"168":6,"17":178,"18":595,"19":440,"20":81,"209":13,"21":298,"210":17,"214":7,"215":62,"221":156,"223":314,"224":64,"225":214,"23":176,"24":679,"25":242,"257":55,"26":69,"268":5,"27":58,"273":76,"276":39,"279":6,"28":272,"281":16,"282":34,"291":10,"292":100,"30":17,"302":7,"31":22,"314":5,"317":6,"32":8,"33":40,"34":75,"347":12,"35":55,"352":342,"36":89,"37":51,"38":313,"380":4,"381":37,"383":20,"389":2,"39":44,"391":21,"396":4,"397":5,"40":20,"409":41,"41":54,"414":1,"415":59,"419":4,"42":20,"426":1,"43":18,"430":9,"433":1,"434":1,"44":15,"45":40,"46":185,"48":34,"49":12,"5":529,"51":38,"52":19,"53":44,"56":11,"570":13,"6":238,"63":23,"7":295,"79":34,"8":124,"80":12,"9":260,"all_client":54177,"all_tv_clinet":9233,"insert_time":"2014-08-18T01:12:17.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45169,"10":14,"107":314,"11":461,"12":105,"13":223,"14":86,"15":83,"155":20,"156":10,"158":11,"159":6,"16":82,"160":4,"161":159,"167":15,"168":5,"17":173,"18":596,"19":442,"20":80,"209":14,"21":301,"210":16,"211":1,"214":6,"215":61,"221":157,"223":322,"224":60,"225":217,"23":173,"24":683,"25":244,"257":53,"26":67,"268":5,"27":61,"273":71,"276":39,"279":7,"28":271,"281":17,"282":33,"291":12,"292":104,"30":18,"302":7,"306":1,"31":21,"314":5,"317":6,"32":8,"33":40,"34":75,"347":13,"35":59,"352":349,"36":88,"37":55,"38":308,"380":4,"381":39,"383":18,"389":2,"39":50,"391":19,"396":3,"397":4,"40":20,"409":46,"41":55,"414":1,"415":58,"419":2,"42":20,"426":1,"43":18,"430":8,"433":1,"434":1,"44":14,"45":45,"46":183,"48":35,"49":9,"5":536,"51":41,"52":22,"53":40,"56":10,"570":12,"6":244,"63":23,"7":305,"79":33,"8":124,"80":12,"9":261,"all_client":54425,"all_tv_clinet":9256,"insert_time":"2014-08-18T01:13:18.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45390,"10":15,"107":317,"11":461,"12":109,"13":215,"14":83,"15":87,"155":20,"156":10,"158":10,"159":6,"16":81,"160":5,"161":168,"167":15,"168":5,"17":167,"18":600,"19":440,"20":81,"209":13,"21":304,"210":16,"211":1,"214":7,"215":62,"221":158,"223":326,"224":60,"225":211,"23":173,"24":686,"25":249,"257":53,"26":66,"268":6,"27":65,"273":68,"276":37,"279":7,"28":267,"281":18,"282":35,"291":13,"292":110,"30":17,"302":6,"306":1,"31":21,"314":5,"317":5,"32":8,"33":39,"34":76,"347":12,"35":58,"352":347,"36":80,"37":55,"38":316,"380":4,"381":38,"383":19,"389":2,"39":55,"391":19,"396":3,"397":5,"40":20,"409":46,"41":53,"414":1,"415":59,"419":2,"42":21,"426":1,"43":19,"430":7,"433":1,"44":13,"45":44,"46":178,"48":37,"49":8,"5":537,"51":39,"52":23,"53":40,"56":9,"570":12,"6":245,"63":22,"7":307,"79":32,"8":125,"80":12,"9":256,"all_client":54656,"all_tv_clinet":9266,"insert_time":"2014-08-18T01:14:18.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45587,"10":12,"107":316,"11":454,"12":116,"13":211,"14":86,"15":86,"155":21,"156":9,"158":10,"159":6,"16":78,"160":6,"161":176,"167":14,"168":5,"17":160,"18":604,"19":453,"20":74,"209":14,"21":317,"210":17,"211":3,"214":6,"215":65,"221":168,"223":339,"224":56,"225":214,"23":177,"24":698,"25":258,"257":53,"26":63,"268":6,"27":67,"273":62,"276":37,"279":7,"28":252,"281":18,"282":35,"291":13,"292":113,"30":17,"302":6,"306":1,"31":21,"314":5,"317":4,"32":8,"33":37,"34":78,"347":11,"35":57,"352":348,"36":76,"37":56,"38":304,"380":4,"381":39,"383":16,"389":2,"39":54,"391":19,"396":3,"397":6,"40":18,"409":47,"41":56,"414":1,"415":61,"419":1,"42":22,"426":1,"43":21,"430":6,"433":2,"44":13,"45":47,"46":181,"48":36,"49":8,"5":537,"51":36,"52":24,"53":40,"56":8,"570":11,"6":242,"63":22,"7":318,"79":33,"8":124,"80":12,"9":256,"all_client":54898,"all_tv_clinet":9311,"insert_time":"2014-08-18T01:15:19.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45791,"10":12,"107":310,"11":439,"12":124,"13":214,"14":82,"15":87,"155":20,"156":9,"158":11,"159":6,"16":77,"160":8,"161":180,"167":16,"168":4,"17":155,"18":605,"19":460,"20":74,"209":15,"21":313,"210":18,"211":3,"214":7,"215":57,"221":171,"223":340,"224":50,"225":224,"23":182,"24":709,"25":264,"257":54,"26":59,"268":5,"27":69,"273":57,"276":37,"279":7,"28":255,"281":18,"282":39,"291":11,"292":110,"30":20,"302":6,"306":1,"31":21,"314":5,"317":4,"32":8,"33":37,"34":78,"347":12,"35":58,"352":364,"36":75,"37":53,"38":299,"380":4,"381":37,"383":18,"389":2,"39":59,"391":19,"396":3,"397":11,"40":19,"409":45,"41":57,"414":2,"415":60,"419":1,"42":20,"426":2,"43":22,"430":6,"433":2,"44":14,"45":42,"46":182,"48":39,"49":11,"5":537,"51":36,"52":27,"53":40,"56":7,"570":8,"6":241,"63":23,"7":337,"79":30,"8":124,"80":14,"9":259,"all_client":55159,"all_tv_clinet":9368,"insert_time":"2014-08-18T01:16:19.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45982,"10":8,"107":304,"11":420,"12":131,"13":219,"14":77,"15":87,"155":19,"156":10,"158":13,"159":5,"16":76,"160":10,"161":184,"167":16,"168":4,"17":145,"18":612,"19":472,"20":75,"209":14,"21":318,"210":20,"211":3,"214":6,"215":54,"221":183,"223":350,"224":50,"225":226,"23":178,"24":725,"25":282,"257":55,"26":64,"268":6,"27":73,"273":55,"276":37,"279":5,"28":254,"281":20,"282":44,"291":10,"292":114,"30":19,"302":5,"306":1,"31":19,"314":4,"317":4,"32":8,"33":37,"34":69,"347":13,"35":55,"352":366,"36":77,"37":51,"38":287,"380":5,"381":37,"383":15,"389":2,"39":63,"391":20,"396":3,"397":12,"40":22,"409":45,"41":56,"414":2,"415":58,"419":1,"42":23,"426":2,"43":29,"430":8,"433":2,"44":14,"45":40,"46":182,"48":41,"49":14,"5":530,"51":40,"52":29,"53":44,"56":3,"570":7,"6":241,"63":24,"7":341,"79":29,"8":130,"80":14,"9":257,"all_client":55415,"all_tv_clinet":9433,"insert_time":"2014-08-18T01:17:19.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46150,"10":9,"107":301,"11":394,"12":126,"13":223,"14":74,"15":92,"155":22,"156":13,"158":13,"159":5,"16":78,"160":11,"161":190,"167":17,"168":3,"17":139,"18":618,"19":465,"20":77,"209":15,"21":309,"210":18,"211":2,"214":7,"215":55,"221":193,"223":360,"224":49,"225":235,"23":190,"24":732,"25":284,"257":56,"26":65,"268":6,"27":75,"273":59,"276":36,"279":4,"28":267,"281":21,"282":44,"291":10,"292":107,"30":19,"302":5,"306":1,"31":17,"314":4,"317":4,"32":7,"33":37,"34":61,"347":12,"35":54,"352":372,"36":77,"37":48,"38":284,"380":5,"381":36,"383":18,"389":2,"39":64,"391":18,"396":2,"397":13,"40":21,"409":46,"41":50,"414":2,"415":58,"419":1,"42":26,"426":2,"43":30,"430":8,"433":2,"44":14,"45":36,"46":184,"48":41,"49":14,"5":508,"51":43,"52":27,"53":44,"56":3,"570":5,"6":236,"63":26,"7":343,"79":25,"8":130,"80":15,"9":263,"all_client":55582,"all_tv_clinet":9432,"insert_time":"2014-08-18T01:18:20.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46364,"10":11,"107":312,"11":378,"12":124,"13":233,"14":71,"15":93,"155":23,"156":14,"158":14,"159":7,"16":76,"160":12,"161":203,"167":18,"168":3,"17":130,"18":636,"19":468,"20":74,"209":14,"21":318,"210":18,"211":2,"214":7,"215":55,"221":194,"223":365,"224":52,"225":237,"23":191,"24":749,"25":286,"257":55,"26":67,"268":5,"27":78,"273":61,"276":37,"279":4,"28":266,"281":22,"282":44,"291":10,"292":100,"30":17,"302":5,"306":1,"31":19,"314":3,"317":5,"32":7,"33":33,"34":49,"347":11,"35":53,"352":372,"36":88,"37":49,"38":289,"380":5,"381":37,"383":19,"389":2,"39":65,"391":19,"396":2,"397":14,"40":19,"409":41,"41":51,"414":1,"415":54,"419":1,"42":31,"426":1,"43":33,"430":8,"433":2,"44":14,"45":34,"46":176,"48":40,"49":12,"5":483,"51":45,"52":28,"53":49,"56":3,"570":5,"6":232,"63":27,"7":349,"79":21,"8":138,"80":16,"9":263,"all_client":55842,"all_tv_clinet":9478,"insert_time":"2014-08-18T01:19:20.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46581,"10":12,"107":305,"11":379,"12":125,"13":229,"14":66,"15":93,"155":23,"156":15,"158":17,"159":8,"16":78,"160":11,"161":209,"167":18,"168":3,"17":122,"18":641,"19":476,"20":72,"209":11,"21":327,"210":19,"211":2,"214":6,"215":55,"221":188,"223":364,"224":53,"225":238,"23":206,"24":749,"25":287,"257":50,"26":69,"268":4,"27":80,"273":64,"276":37,"279":3,"28":275,"281":23,"282":45,"291":10,"292":91,"30":17,"302":5,"306":1,"31":19,"314":3,"317":5,"32":6,"33":32,"34":41,"347":11,"35":54,"352":367,"36":84,"37":45,"38":289,"380":5,"381":38,"383":20,"389":2,"39":64,"391":18,"396":1,"397":15,"40":20,"409":39,"41":53,"414":2,"415":55,"419":1,"42":31,"426":1,"43":36,"430":5,"433":2,"44":15,"45":33,"46":178,"48":42,"49":13,"5":467,"51":48,"52":28,"53":48,"56":3,"570":6,"6":230,"63":28,"7":351,"79":20,"8":141,"80":18,"9":268,"all_client":56063,"all_tv_clinet":9482,"insert_time":"2014-08-18T01:20:21.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46854,"10":11,"107":329,"11":393,"12":127,"13":220,"14":67,"15":92,"155":28,"156":16,"158":18,"159":8,"16":78,"160":10,"161":212,"167":17,"168":3,"17":121,"18":643,"19":472,"20":69,"209":12,"21":314,"210":16,"211":2,"214":7,"215":54,"221":191,"223":358,"224":59,"225":235,"23":214,"24":764,"25":294,"257":50,"26":70,"268":4,"27":81,"273":68,"276":38,"279":3,"28":278,"281":23,"282":47,"291":10,"292":82,"30":17,"302":5,"306":1,"31":20,"314":4,"317":6,"32":6,"33":31,"34":39,"347":11,"35":58,"352":361,"36":85,"37":48,"38":286,"380":4,"381":38,"383":18,"389":2,"39":62,"391":21,"396":1,"397":15,"40":19,"409":36,"41":51,"414":2,"415":52,"419":2,"42":31,"426":1,"43":39,"430":5,"433":2,"44":15,"45":33,"46":174,"48":47,"49":14,"5":445,"51":46,"52":29,"53":51,"56":3,"570":6,"6":231,"63":26,"7":353,"79":22,"8":143,"80":19,"9":261,"all_client":56359,"all_tv_clinet":9505,"insert_time":"2014-08-18T01:21:21.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47058,"10":11,"107":344,"11":400,"12":127,"13":219,"14":65,"15":91,"155":28,"156":17,"158":18,"159":8,"16":78,"160":10,"161":217,"167":16,"168":3,"17":118,"18":641,"19":465,"20":70,"209":13,"21":319,"210":15,"211":2,"214":5,"215":52,"221":190,"223":342,"224":60,"225":232,"23":213,"24":773,"25":292,"257":52,"26":74,"268":4,"27":85,"273":73,"276":38,"279":3,"28":276,"281":23,"282":48,"291":10,"292":77,"30":18,"302":5,"306":1,"31":18,"314":4,"317":6,"32":6,"33":32,"34":39,"347":11,"35":59,"352":366,"36":83,"37":48,"38":282,"380":4,"381":37,"383":17,"389":1,"39":60,"391":20,"397":15,"40":20,"409":39,"41":49,"414":2,"415":52,"419":3,"42":37,"426":1,"43":42,"430":5,"433":2,"44":16,"45":33,"46":178,"48":48,"49":15,"5":439,"51":40,"52":30,"53":52,"56":4,"570":8,"6":232,"63":24,"7":362,"79":20,"8":143,"80":20,"9":257,"all_client":56580,"all_tv_clinet":9522,"insert_time":"2014-08-18T01:22:22.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47240,"10":11,"107":352,"11":396,"12":122,"13":225,"14":73,"15":88,"155":30,"156":17,"158":20,"159":9,"16":81,"160":11,"161":221,"167":17,"168":3,"17":119,"18":635,"19":468,"20":73,"209":14,"21":324,"210":15,"211":2,"214":5,"215":50,"221":185,"223":342,"224":60,"225":228,"23":212,"24":777,"25":292,"257":51,"26":79,"268":4,"27":91,"273":72,"276":37,"279":3,"28":277,"281":24,"282":48,"291":10,"292":80,"30":19,"302":5,"306":1,"31":21,"314":4,"317":6,"32":8,"33":30,"34":38,"347":12,"35":60,"352":385,"36":87,"37":51,"38":281,"380":4,"381":35,"383":17,"389":1,"39":60,"391":21,"396":1,"397":15,"40":19,"409":40,"41":47,"414":1,"415":53,"419":3,"42":41,"426":1,"43":43,"430":6,"433":3,"44":16,"45":34,"46":183,"48":54,"49":14,"5":435,"51":38,"52":31,"53":49,"56":3,"570":8,"6":226,"63":22,"7":368,"79":20,"8":144,"80":20,"9":263,"all_client":56840,"all_tv_clinet":9600,"insert_time":"2014-08-18T01:23:22.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47481,"10":14,"107":348,"11":392,"12":119,"13":224,"14":71,"15":90,"155":28,"156":16,"158":20,"159":9,"16":82,"160":11,"161":228,"167":17,"168":2,"17":122,"18":634,"19":473,"20":71,"209":13,"21":320,"210":15,"211":2,"214":6,"215":52,"221":175,"223":338,"224":60,"225":225,"23":215,"24":787,"25":297,"257":51,"26":79,"268":5,"27":92,"273":74,"276":35,"279":3,"28":279,"281":24,"282":55,"291":9,"292":83,"30":18,"302":5,"306":1,"31":25,"314":4,"317":6,"32":9,"33":30,"34":34,"347":12,"35":58,"352":390,"36":86,"37":54,"38":288,"380":5,"381":35,"383":17,"389":1,"39":63,"391":18,"396":1,"397":17,"40":19,"409":44,"41":46,"414":1,"415":53,"419":3,"42":41,"426":1,"43":42,"430":5,"433":3,"44":14,"45":36,"46":185,"48":51,"49":14,"5":428,"51":38,"52":31,"53":46,"56":3,"570":10,"6":226,"63":22,"7":379,"79":18,"8":143,"80":21,"9":255,"all_client":57101,"all_tv_clinet":9620,"insert_time":"2014-08-18T01:24:23.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47717,"10":16,"107":341,"11":402,"12":113,"13":219,"14":70,"15":87,"155":28,"156":15,"158":20,"159":9,"16":85,"160":12,"161":225,"167":18,"168":3,"17":117,"18":632,"19":474,"20":75,"209":13,"21":312,"210":17,"211":2,"214":6,"215":54,"221":181,"223":335,"224":64,"225":220,"23":218,"24":785,"25":301,"257":50,"26":75,"268":5,"27":93,"273":74,"276":34,"279":4,"28":283,"281":24,"282":56,"291":8,"292":87,"30":17,"302":5,"31":29,"314":4,"317":7,"32":10,"33":32,"34":35,"347":11,"35":59,"352":385,"36":84,"37":55,"38":293,"380":5,"381":37,"383":19,"389":1,"39":65,"391":17,"396":2,"397":17,"40":20,"409":44,"41":48,"414":1,"415":55,"419":3,"42":43,"426":1,"43":42,"430":6,"433":3,"44":13,"45":38,"46":189,"48":51,"49":13,"5":420,"51":38,"52":32,"53":44,"56":3,"570":9,"6":224,"63":22,"7":387,"79":18,"8":142,"80":21,"9":257,"all_client":57355,"all_tv_clinet":9638,"insert_time":"2014-08-18T01:25:23.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48003,"10":14,"107":335,"11":397,"12":113,"13":224,"14":73,"15":86,"155":29,"156":16,"158":21,"159":9,"16":86,"160":12,"161":218,"167":14,"168":3,"17":114,"18":630,"19":483,"20":73,"209":12,"21":311,"210":18,"211":2,"214":5,"215":57,"221":187,"223":332,"224":62,"225":230,"23":229,"24":784,"25":300,"257":48,"26":80,"268":5,"27":93,"273":77,"276":35,"279":4,"28":286,"281":24,"282":56,"291":9,"292":90,"30":18,"302":5,"306":1,"31":30,"314":4,"317":6,"32":9,"33":31,"34":33,"347":9,"35":60,"352":396,"36":88,"37":59,"38":281,"380":5,"381":36,"383":19,"389":1,"39":64,"391":17,"396":1,"397":17,"40":20,"409":47,"41":48,"414":2,"415":51,"419":3,"42":41,"426":1,"43":40,"430":5,"433":3,"44":13,"45":39,"46":194,"48":49,"49":12,"5":414,"51":36,"52":32,"53":49,"56":4,"570":10,"6":220,"63":21,"7":388,"79":18,"8":146,"80":22,"9":254,"all_client":57661,"all_tv_clinet":9658,"insert_time":"2014-08-18T01:26:24.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48220,"10":13,"107":330,"11":392,"12":114,"13":217,"14":77,"15":87,"155":30,"156":16,"158":22,"159":10,"16":87,"160":12,"161":209,"167":15,"168":2,"17":108,"18":632,"19":491,"20":76,"209":13,"21":310,"210":18,"211":2,"214":5,"215":51,"221":187,"223":328,"224":60,"225":238,"23":224,"24":781,"25":299,"257":47,"26":82,"268":5,"27":94,"273":77,"276":35,"279":4,"28":290,"281":23,"282":56,"291":9,"292":93,"30":19,"302":5,"306":1,"31":31,"314":4,"317":9,"32":6,"33":35,"34":34,"347":9,"35":61,"352":397,"36":85,"37":60,"38":276,"380":5,"381":35,"383":19,"389":1,"39":62,"391":18,"396":1,"397":17,"40":18,"409":44,"41":54,"414":2,"415":50,"419":2,"42":48,"426":1,"43":43,"430":5,"433":4,"44":14,"45":39,"46":193,"48":50,"49":13,"5":422,"51":39,"52":35,"53":52,"56":4,"570":10,"6":219,"63":20,"7":401,"79":20,"8":153,"80":25,"9":248,"all_client":57909,"all_tv_clinet":9689,"insert_time":"2014-08-18T01:27:24.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48486,"10":13,"107":335,"11":395,"12":116,"13":218,"14":77,"15":87,"155":30,"156":15,"158":25,"159":13,"16":90,"160":12,"161":202,"167":14,"168":2,"17":107,"18":623,"19":509,"20":72,"209":13,"21":308,"210":18,"211":2,"214":5,"215":51,"221":181,"223":327,"224":59,"225":239,"23":229,"24":786,"25":302,"257":49,"26":86,"268":5,"27":96,"273":72,"276":35,"279":4,"28":296,"281":23,"282":55,"291":10,"292":97,"30":20,"302":4,"306":1,"31":33,"314":4,"317":9,"32":8,"33":35,"34":33,"347":7,"35":60,"352":403,"36":83,"37":62,"38":277,"380":6,"381":32,"383":20,"389":1,"39":64,"391":18,"396":1,"397":17,"40":16,"409":47,"41":51,"414":2,"415":43,"419":2,"42":50,"426":2,"43":45,"430":5,"433":4,"44":13,"45":39,"46":190,"48":50,"49":14,"5":423,"51":42,"52":36,"53":50,"56":4,"570":10,"6":220,"63":20,"7":400,"79":20,"8":154,"80":25,"9":245,"all_client":58209,"all_tv_clinet":9723,"insert_time":"2014-08-18T01:28:25.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48754,"10":12,"107":333,"11":387,"12":111,"13":217,"14":79,"15":87,"155":30,"156":13,"158":25,"159":13,"16":85,"160":12,"161":197,"167":15,"168":2,"17":106,"18":620,"19":507,"20":72,"209":13,"21":303,"210":18,"211":2,"214":6,"215":51,"221":180,"223":334,"224":59,"225":237,"23":226,"24":801,"25":305,"257":51,"26":91,"268":4,"27":94,"273":67,"276":34,"279":4,"28":304,"281":24,"282":53,"291":10,"292":99,"30":22,"302":6,"306":1,"31":34,"314":4,"317":9,"32":9,"33":34,"34":32,"347":7,"35":58,"352":399,"36":84,"37":61,"38":267,"380":7,"381":33,"383":20,"389":1,"39":65,"391":19,"396":1,"397":16,"40":15,"409":48,"41":54,"414":2,"415":41,"419":2,"42":51,"426":2,"43":38,"430":4,"433":5,"44":15,"45":38,"46":188,"48":49,"49":14,"5":427,"51":43,"52":37,"53":48,"56":5,"570":10,"6":217,"63":20,"7":400,"79":20,"8":158,"80":29,"9":246,"all_client":58462,"all_tv_clinet":9708,"insert_time":"2014-08-18T01:29:25.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49064,"10":11,"107":338,"11":392,"12":107,"13":221,"14":83,"15":83,"155":32,"156":15,"158":24,"159":14,"16":84,"160":15,"161":190,"167":16,"168":2,"17":106,"18":609,"19":500,"20":68,"209":13,"21":295,"210":18,"211":2,"214":7,"215":51,"221":177,"223":344,"224":59,"225":238,"23":231,"24":792,"25":310,"257":49,"26":98,"268":3,"27":95,"273":58,"276":34,"279":4,"28":314,"281":24,"282":47,"291":10,"292":107,"30":23,"302":4,"306":1,"31":37,"314":4,"317":9,"32":9,"33":36,"34":30,"347":6,"35":56,"352":391,"36":86,"37":58,"38":270,"380":9,"381":29,"383":21,"389":1,"39":64,"391":17,"396":1,"397":17,"40":16,"409":48,"41":54,"414":3,"415":42,"419":2,"42":49,"426":2,"43":37,"430":4,"433":5,"44":15,"45":37,"46":190,"48":51,"49":17,"5":433,"51":41,"52":39,"53":46,"56":6,"570":10,"6":211,"63":20,"7":405,"79":18,"8":160,"80":28,"9":247,"all_client":58769,"all_tv_clinet":9705,"insert_time":"2014-08-18T01:30:26.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49367,"10":10,"107":349,"11":390,"12":113,"13":220,"14":87,"15":85,"155":33,"156":16,"158":24,"159":13,"16":81,"160":13,"161":182,"167":15,"168":2,"17":112,"18":608,"19":501,"20":64,"209":14,"21":293,"210":18,"211":2,"214":7,"215":49,"221":172,"223":339,"224":61,"225":242,"23":241,"24":797,"25":314,"257":47,"26":99,"268":4,"27":96,"273":60,"276":32,"279":5,"28":317,"281":25,"282":41,"291":9,"292":118,"30":22,"302":4,"306":1,"31":38,"314":4,"317":9,"32":8,"33":38,"34":29,"347":6,"35":55,"352":385,"36":86,"37":59,"38":272,"380":9,"381":31,"383":15,"389":1,"39":60,"391":16,"396":1,"397":15,"40":17,"409":45,"41":59,"414":3,"415":44,"419":3,"42":45,"426":1,"43":33,"430":5,"433":5,"44":17,"45":38,"46":195,"48":51,"49":17,"5":429,"51":46,"52":40,"53":45,"56":5,"570":9,"6":211,"63":19,"7":407,"79":18,"8":161,"80":28,"9":253,"all_client":59100,"all_tv_clinet":9733,"insert_time":"2014-08-18T01:31:26.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49615,"10":10,"107":352,"11":396,"12":120,"13":228,"14":89,"15":87,"155":31,"156":16,"158":26,"159":14,"16":81,"160":14,"161":169,"167":16,"168":2,"17":107,"18":595,"19":503,"20":63,"209":15,"21":283,"210":18,"211":2,"214":6,"215":52,"221":173,"223":343,"224":62,"225":247,"23":239,"24":802,"25":324,"257":49,"26":92,"268":3,"27":95,"273":60,"276":32,"279":6,"28":322,"281":25,"282":37,"291":9,"292":120,"30":20,"302":3,"306":2,"31":38,"314":4,"317":9,"32":8,"33":42,"34":28,"347":5,"35":50,"352":381,"36":92,"37":59,"38":272,"380":8,"381":30,"383":17,"389":1,"39":64,"391":14,"396":3,"397":14,"40":17,"409":35,"41":62,"414":2,"415":45,"419":4,"42":48,"426":1,"43":28,"430":6,"433":5,"44":18,"45":39,"46":198,"48":52,"49":18,"5":438,"51":46,"52":38,"53":44,"56":4,"570":9,"6":206,"63":21,"7":413,"79":18,"8":161,"80":30,"9":255,"all_client":59375,"all_tv_clinet":9760,"insert_time":"2014-08-18T01:32:27.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49847,"10":9,"107":345,"11":393,"12":127,"13":234,"14":80,"15":89,"155":29,"156":17,"158":25,"159":13,"16":90,"160":13,"161":169,"167":15,"168":2,"17":111,"18":586,"19":496,"20":66,"209":16,"21":279,"210":18,"211":2,"214":5,"215":48,"221":165,"223":336,"224":64,"225":262,"23":244,"24":811,"25":339,"257":53,"26":93,"268":2,"27":93,"273":71,"276":31,"279":5,"28":329,"281":23,"282":33,"291":10,"292":116,"30":20,"302":3,"306":2,"31":36,"314":6,"317":9,"32":10,"33":44,"34":28,"347":4,"35":51,"352":391,"36":87,"37":57,"38":274,"380":8,"381":29,"383":18,"389":1,"39":67,"391":13,"396":3,"397":13,"40":17,"409":31,"41":64,"414":2,"415":44,"419":5,"42":47,"426":1,"43":30,"430":7,"433":5,"44":17,"45":39,"46":196,"48":52,"49":20,"5":442,"51":45,"52":36,"53":44,"56":4,"570":7,"6":200,"63":22,"7":416,"79":19,"8":157,"80":32,"9":254,"all_client":59633,"all_tv_clinet":9786,"insert_time":"2014-08-18T01:33:27.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50057,"10":10,"107":341,"11":398,"12":126,"13":243,"14":77,"15":94,"155":28,"156":15,"158":27,"159":12,"16":93,"160":12,"161":175,"167":16,"168":2,"17":114,"18":583,"19":477,"20":64,"209":14,"21":278,"210":17,"211":2,"214":5,"215":52,"221":177,"223":337,"224":68,"225":259,"23":256,"24":828,"25":336,"257":55,"26":96,"268":2,"27":82,"273":76,"276":33,"279":4,"28":342,"281":23,"282":27,"291":10,"292":104,"30":19,"302":3,"306":2,"31":41,"314":6,"317":10,"32":8,"33":41,"34":26,"347":4,"35":48,"352":400,"36":90,"37":60,"38":280,"380":8,"381":26,"383":19,"389":1,"39":67,"391":13,"396":4,"397":12,"40":18,"409":30,"41":70,"414":2,"415":43,"419":5,"42":49,"426":1,"43":29,"430":7,"433":6,"44":17,"45":37,"46":195,"48":51,"49":21,"5":444,"51":45,"52":38,"53":45,"56":6,"570":8,"6":194,"63":23,"7":421,"79":20,"8":158,"80":34,"9":252,"all_client":59904,"all_tv_clinet":9847,"insert_time":"2014-08-18T01:34:28.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50326,"10":12,"107":342,"11":400,"12":129,"13":247,"14":72,"15":95,"155":26,"156":16,"158":25,"159":12,"16":99,"160":12,"161":185,"167":17,"168":2,"17":116,"18":578,"19":456,"20":64,"209":15,"21":276,"210":18,"211":2,"214":5,"215":51,"221":183,"223":343,"224":69,"225":257,"23":260,"24":834,"25":321,"257":55,"26":98,"268":4,"27":75,"273":79,"276":33,"279":4,"28":350,"281":21,"282":26,"291":10,"292":99,"30":19,"302":3,"306":2,"31":45,"314":6,"317":10,"32":7,"33":38,"34":26,"347":4,"35":48,"352":408,"36":91,"37":55,"38":276,"380":8,"381":28,"383":19,"389":2,"39":66,"391":12,"396":3,"397":12,"40":18,"409":39,"41":72,"414":2,"415":45,"419":5,"42":51,"426":1,"43":27,"430":6,"433":5,"44":17,"45":38,"46":192,"48":53,"49":22,"5":457,"51":48,"52":39,"53":47,"56":6,"570":8,"6":187,"63":23,"7":427,"79":20,"8":161,"80":34,"9":255,"all_client":60212,"all_tv_clinet":9886,"insert_time":"2014-08-18T01:35:28.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50594,"10":12,"107":340,"11":403,"12":132,"13":252,"14":71,"15":95,"155":24,"156":15,"158":27,"159":12,"16":105,"160":15,"161":183,"167":16,"168":2,"17":112,"18":572,"19":435,"20":60,"209":13,"21":276,"210":17,"211":2,"214":5,"215":51,"221":176,"223":365,"224":71,"225":247,"23":258,"24":850,"25":306,"257":51,"26":99,"268":4,"27":69,"273":81,"276":31,"279":5,"28":358,"281":23,"282":23,"291":10,"292":98,"30":20,"302":3,"306":2,"31":47,"314":7,"317":10,"32":5,"33":42,"34":24,"347":3,"35":47,"352":408,"36":93,"37":52,"38":279,"380":8,"381":28,"383":19,"389":2,"39":68,"391":11,"396":3,"397":11,"40":18,"409":44,"41":70,"414":1,"415":46,"419":3,"42":51,"426":1,"43":29,"430":6,"433":5,"44":16,"45":39,"46":204,"48":49,"49":21,"5":468,"51":52,"52":43,"53":44,"56":7,"570":8,"6":183,"63":23,"7":427,"79":19,"8":162,"80":34,"9":255,"all_client":60486,"all_tv_clinet":9892,"insert_time":"2014-08-18T01:36:29.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50790,"10":13,"107":346,"11":405,"12":124,"13":260,"14":67,"15":96,"155":24,"156":13,"158":27,"159":12,"16":107,"160":16,"161":180,"167":15,"168":2,"17":111,"18":565,"19":419,"20":61,"209":12,"21":288,"210":16,"211":2,"214":5,"215":55,"221":185,"223":376,"224":72,"225":246,"23":260,"24":844,"25":300,"257":51,"26":100,"268":4,"27":68,"273":90,"276":32,"279":5,"28":363,"281":22,"282":21,"291":9,"292":96,"30":24,"302":4,"306":2,"31":46,"314":7,"317":10,"32":7,"33":44,"34":22,"347":2,"35":48,"352":408,"36":95,"37":44,"38":265,"380":8,"381":27,"383":17,"389":2,"39":64,"391":13,"396":2,"397":14,"40":19,"409":46,"41":61,"414":1,"415":49,"419":3,"42":52,"426":1,"43":30,"430":6,"433":5,"44":13,"45":43,"46":204,"48":51,"49":24,"5":471,"51":54,"52":44,"53":47,"56":6,"570":7,"6":181,"63":23,"7":429,"79":19,"8":165,"80":36,"9":248,"all_client":60688,"all_tv_clinet":9898,"insert_time":"2014-08-18T01:37:29.645Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51011,"10":14,"107":362,"11":416,"12":113,"13":262,"14":66,"15":96,"155":25,"156":11,"158":25,"159":12,"16":108,"160":17,"161":179,"167":16,"168":2,"17":104,"18":573,"19":411,"20":58,"209":10,"21":291,"210":16,"211":2,"214":5,"215":55,"221":180,"223":383,"224":69,"225":242,"23":269,"24":864,"25":291,"257":53,"26":104,"268":3,"27":64,"273":96,"276":33,"279":5,"28":370,"281":23,"282":20,"291":10,"292":94,"30":26,"302":4,"306":2,"31":43,"314":7,"317":10,"32":9,"33":44,"34":21,"347":3,"35":48,"352":408,"36":97,"37":39,"38":274,"380":8,"381":31,"383":17,"389":1,"39":57,"391":10,"396":3,"397":14,"40":18,"409":46,"41":56,"414":1,"415":48,"419":2,"42":58,"426":1,"43":29,"430":6,"433":5,"44":12,"45":44,"46":209,"48":45,"49":30,"5":476,"51":51,"52":49,"53":43,"56":6,"570":7,"6":182,"63":22,"7":436,"79":20,"8":164,"80":36,"9":252,"all_client":60963,"all_tv_clinet":9952,"insert_time":"2014-08-18T01:38:30.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51176,"10":14,"107":367,"11":433,"12":99,"13":278,"14":66,"15":93,"155":23,"156":9,"158":25,"159":12,"16":107,"160":15,"161":173,"167":16,"168":2,"17":110,"18":563,"19":407,"20":59,"209":12,"21":296,"210":15,"211":1,"214":5,"215":53,"221":182,"223":388,"224":69,"225":233,"23":275,"24":869,"25":276,"257":54,"26":110,"268":4,"27":57,"273":99,"276":32,"279":6,"28":378,"281":23,"282":17,"291":9,"292":95,"30":25,"302":5,"306":2,"31":47,"314":6,"317":9,"32":10,"33":42,"34":21,"347":3,"35":50,"352":415,"36":100,"37":37,"38":275,"380":8,"381":32,"383":18,"389":1,"39":51,"391":10,"396":3,"397":13,"40":21,"409":45,"41":53,"414":1,"415":49,"419":2,"42":58,"426":1,"43":30,"430":6,"433":5,"44":16,"45":43,"46":203,"48":44,"49":32,"5":485,"51":55,"52":49,"53":36,"56":6,"570":8,"6":184,"63":22,"7":437,"79":20,"8":166,"80":36,"9":252,"all_client":61153,"all_tv_clinet":9977,"insert_time":"2014-08-18T01:39:30.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51395,"10":14,"107":363,"11":447,"12":93,"13":279,"14":65,"15":91,"155":24,"156":10,"158":22,"159":12,"16":104,"160":15,"161":171,"167":17,"168":2,"17":113,"18":567,"19":406,"20":61,"209":13,"21":302,"210":15,"211":1,"214":5,"215":51,"221":178,"223":394,"224":71,"225":221,"23":270,"24":861,"25":270,"257":57,"26":117,"268":6,"27":54,"273":102,"276":33,"279":6,"28":393,"281":22,"282":15,"291":9,"292":90,"30":29,"302":5,"306":2,"31":50,"314":6,"317":8,"32":11,"33":39,"34":20,"347":4,"35":54,"352":426,"36":100,"37":35,"38":272,"380":8,"381":34,"383":17,"389":1,"39":52,"391":10,"396":5,"397":8,"40":20,"409":47,"41":50,"414":2,"415":47,"419":3,"42":64,"426":1,"43":30,"430":7,"433":5,"44":17,"45":44,"46":203,"48":37,"49":36,"5":497,"51":58,"52":51,"53":39,"56":5,"570":13,"6":184,"63":23,"7":435,"79":20,"8":170,"80":35,"9":246,"all_client":61412,"all_tv_clinet":10017,"insert_time":"2014-08-18T01:40:31.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51630,"10":14,"107":366,"11":457,"12":85,"13":281,"14":69,"15":80,"155":25,"156":9,"158":22,"159":10,"16":107,"160":14,"161":170,"167":18,"168":2,"17":119,"18":556,"19":422,"20":66,"209":12,"21":300,"210":14,"211":1,"214":5,"215":52,"221":182,"223":414,"224":71,"225":226,"23":265,"24":837,"25":267,"257":56,"26":117,"268":6,"27":50,"273":101,"276":34,"279":6,"28":406,"281":21,"282":12,"291":9,"292":92,"30":30,"302":5,"306":1,"31":51,"314":8,"317":8,"32":12,"33":38,"34":20,"347":3,"35":53,"352":428,"36":98,"37":33,"38":270,"380":8,"381":32,"383":16,"389":1,"39":48,"391":10,"396":5,"397":7,"40":19,"409":49,"41":48,"414":3,"415":46,"419":3,"42":65,"426":1,"43":31,"430":7,"433":5,"44":19,"45":43,"46":202,"48":36,"49":41,"5":511,"51":62,"52":53,"53":37,"56":5,"570":13,"6":183,"63":25,"7":441,"79":20,"8":172,"80":34,"9":245,"all_client":61682,"all_tv_clinet":10052,"insert_time":"2014-08-18T01:41:31.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51800,"10":13,"107":371,"11":467,"12":78,"13":282,"14":67,"15":73,"155":24,"156":9,"158":23,"159":10,"16":110,"160":14,"161":167,"167":17,"168":2,"17":126,"18":555,"19":442,"20":62,"209":9,"21":313,"210":14,"211":2,"214":7,"215":56,"221":190,"223":421,"224":70,"225":228,"23":258,"24":808,"25":261,"257":57,"26":115,"268":6,"27":45,"273":97,"276":36,"279":8,"28":419,"281":21,"282":12,"291":10,"292":98,"30":32,"302":4,"306":1,"31":54,"314":6,"317":8,"32":13,"33":39,"34":20,"347":4,"35":54,"352":427,"36":97,"37":30,"38":271,"380":8,"381":31,"383":13,"389":1,"39":49,"391":9,"396":5,"397":8,"40":19,"409":49,"41":49,"414":4,"415":46,"419":4,"42":71,"426":1,"43":30,"430":8,"433":5,"44":19,"45":41,"46":205,"48":37,"49":45,"5":517,"51":62,"52":60,"53":39,"56":3,"570":13,"6":179,"63":26,"7":444,"79":22,"8":169,"80":33,"9":244,"all_client":61901,"all_tv_clinet":10101,"insert_time":"2014-08-18T01:42:32.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51975,"10":14,"107":377,"11":471,"12":80,"13":276,"14":69,"15":69,"155":22,"156":11,"158":24,"159":9,"16":110,"160":14,"161":159,"167":19,"168":3,"17":127,"18":553,"19":461,"20":62,"209":9,"21":323,"210":14,"211":2,"214":7,"215":55,"221":181,"223":430,"224":74,"225":228,"23":265,"24":773,"25":257,"257":57,"26":122,"268":7,"27":41,"273":93,"276":36,"279":8,"28":422,"281":20,"282":12,"291":10,"292":105,"30":33,"302":4,"306":1,"31":54,"314":6,"317":8,"32":14,"33":39,"34":21,"347":5,"35":55,"352":419,"36":101,"37":30,"38":269,"380":7,"381":31,"383":12,"389":1,"39":47,"391":8,"396":3,"397":9,"40":20,"409":48,"41":47,"414":5,"415":49,"419":5,"42":70,"426":1,"43":29,"430":8,"433":4,"44":20,"45":41,"46":209,"48":35,"49":47,"5":515,"51":59,"52":58,"53":37,"56":4,"570":11,"6":176,"63":24,"7":457,"79":20,"8":169,"80":34,"9":240,"all_client":62075,"all_tv_clinet":10100,"insert_time":"2014-08-18T01:43:32.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52209,"10":13,"107":381,"11":471,"12":82,"13":276,"14":71,"15":65,"155":24,"156":11,"158":24,"159":9,"16":106,"160":16,"161":148,"167":20,"168":3,"17":128,"18":546,"19":490,"20":62,"209":8,"21":336,"210":14,"211":2,"214":7,"215":58,"221":181,"223":433,"224":74,"225":238,"23":273,"24":733,"25":248,"257":61,"26":124,"268":7,"27":41,"273":87,"276":34,"279":9,"28":425,"281":18,"282":9,"291":10,"292":111,"30":35,"302":5,"306":1,"31":54,"314":6,"317":7,"32":14,"33":39,"34":21,"347":5,"35":56,"352":421,"36":100,"37":33,"38":270,"380":9,"381":27,"383":13,"389":1,"39":47,"391":8,"396":1,"397":10,"40":24,"409":43,"41":45,"414":6,"415":49,"419":7,"42":69,"426":1,"43":29,"430":8,"433":4,"44":20,"45":40,"46":208,"48":33,"49":45,"5":512,"51":56,"52":58,"53":37,"56":4,"570":10,"6":176,"63":24,"7":463,"79":20,"8":174,"80":35,"9":241,"all_client":62320,"all_tv_clinet":10111,"insert_time":"2014-08-18T01:44:33.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52380,"10":15,"107":390,"11":468,"12":87,"13":277,"14":73,"15":62,"155":23,"156":10,"158":26,"159":9,"16":106,"160":15,"161":138,"167":20,"168":3,"17":119,"18":547,"19":498,"20":62,"209":10,"21":345,"210":14,"211":2,"214":8,"215":59,"221":182,"223":442,"224":75,"225":242,"23":284,"24":730,"25":257,"257":63,"26":128,"268":7,"27":43,"273":78,"276":34,"279":10,"28":427,"281":17,"282":9,"291":10,"292":118,"30":30,"302":5,"306":1,"31":50,"314":7,"317":7,"32":13,"33":40,"34":21,"347":4,"35":57,"352":423,"36":102,"37":36,"38":281,"380":9,"381":28,"383":14,"389":1,"39":47,"391":7,"396":1,"397":8,"40":26,"409":37,"41":44,"414":9,"415":50,"419":7,"42":67,"426":1,"43":28,"430":7,"433":3,"44":19,"45":40,"46":210,"48":30,"49":45,"5":514,"51":54,"52":61,"53":39,"56":6,"570":13,"6":172,"63":25,"7":464,"79":18,"8":173,"80":33,"9":242,"all_client":62551,"all_tv_clinet":10171,"insert_time":"2014-08-18T01:45:33.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52586,"10":12,"107":389,"11":470,"12":83,"13":284,"14":80,"15":63,"155":23,"156":11,"158":26,"159":10,"16":104,"160":17,"161":142,"167":20,"168":3,"17":130,"18":542,"19":508,"20":61,"209":11,"21":341,"210":17,"211":2,"214":9,"215":64,"221":178,"223":445,"224":72,"225":237,"23":291,"24":726,"25":252,"257":61,"26":131,"268":7,"27":42,"273":75,"276":31,"279":10,"28":437,"281":15,"282":9,"291":10,"292":124,"30":27,"302":5,"306":1,"31":48,"314":8,"317":6,"32":13,"33":38,"34":18,"347":4,"35":58,"352":440,"36":105,"37":35,"38":286,"380":10,"381":27,"383":17,"389":1,"39":46,"391":7,"397":8,"40":27,"409":36,"41":41,"414":10,"415":48,"419":8,"42":67,"426":1,"43":23,"430":7,"433":4,"44":20,"45":42,"46":204,"48":30,"49":49,"5":521,"51":53,"52":63,"53":35,"56":7,"570":12,"6":171,"63":23,"7":465,"79":18,"8":178,"80":32,"9":240,"all_client":62804,"all_tv_clinet":10218,"insert_time":"2014-08-18T01:46:34.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52782,"10":12,"107":391,"11":472,"12":80,"13":288,"14":78,"15":61,"155":23,"156":11,"158":27,"159":10,"16":105,"160":18,"161":141,"167":19,"168":3,"17":134,"18":544,"19":516,"20":54,"209":17,"21":346,"210":18,"211":2,"214":9,"215":66,"221":180,"223":446,"224":72,"225":241,"23":295,"24":715,"25":258,"257":67,"26":136,"268":9,"27":41,"273":72,"276":30,"279":9,"28":443,"281":13,"282":8,"291":10,"292":124,"30":27,"302":5,"306":1,"31":46,"314":8,"317":6,"32":11,"33":39,"34":19,"347":5,"35":56,"352":446,"36":112,"37":36,"38":276,"380":10,"381":26,"383":16,"389":1,"39":50,"391":6,"397":6,"40":31,"409":30,"41":46,"414":10,"415":50,"419":8,"42":66,"426":2,"43":23,"430":7,"433":4,"44":20,"45":41,"46":205,"48":25,"49":52,"5":527,"51":51,"52":60,"53":36,"56":10,"570":12,"6":171,"63":22,"7":478,"79":18,"8":178,"80":28,"9":234,"all_client":63049,"all_tv_clinet":10267,"insert_time":"2014-08-18T01:47:34.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52876,"10":10,"107":398,"11":470,"12":79,"13":294,"14":76,"15":61,"155":24,"156":12,"158":28,"159":9,"16":105,"160":19,"161":144,"167":19,"168":3,"17":138,"18":554,"19":521,"20":53,"209":20,"21":348,"210":19,"211":1,"214":8,"215":72,"221":179,"223":452,"224":69,"225":249,"23":299,"24":718,"25":267,"257":68,"26":142,"268":10,"27":39,"273":71,"276":30,"279":8,"28":447,"281":12,"282":7,"291":11,"292":117,"30":26,"302":6,"306":1,"31":44,"314":8,"317":6,"32":11,"33":39,"34":19,"347":5,"35":58,"352":450,"36":109,"37":36,"38":278,"380":10,"381":26,"383":15,"389":1,"39":54,"391":6,"397":7,"40":30,"409":31,"41":46,"414":10,"415":53,"419":6,"42":69,"426":2,"43":21,"430":6,"431":1,"433":4,"44":22,"45":45,"46":196,"48":28,"49":53,"5":526,"51":50,"52":57,"53":36,"56":11,"570":11,"6":170,"63":20,"7":482,"79":19,"8":179,"80":27,"9":239,"all_client":63221,"all_tv_clinet":10345,"insert_time":"2014-08-18T01:48:35.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53054,"10":14,"107":396,"11":477,"12":80,"13":291,"14":70,"15":69,"155":25,"156":11,"158":27,"159":8,"16":100,"160":18,"161":144,"167":19,"168":2,"17":137,"18":573,"19":528,"20":55,"209":20,"21":349,"210":19,"211":1,"214":8,"215":71,"221":181,"223":442,"224":64,"225":258,"23":291,"24":731,"25":272,"257":73,"26":140,"268":8,"27":38,"273":71,"276":28,"279":8,"28":457,"281":12,"282":6,"291":14,"292":101,"30":26,"302":5,"306":1,"31":43,"314":8,"317":6,"32":9,"33":42,"34":18,"347":5,"35":56,"352":459,"36":107,"37":35,"38":281,"380":10,"381":24,"383":16,"389":1,"39":54,"391":6,"397":5,"40":29,"409":28,"41":48,"414":8,"415":52,"419":7,"42":71,"426":3,"43":21,"430":6,"431":1,"433":4,"44":25,"45":43,"46":192,"48":31,"49":57,"5":531,"51":46,"52":53,"53":37,"56":12,"570":12,"6":167,"63":21,"7":486,"79":19,"8":175,"80":24,"9":236,"all_client":63423,"all_tv_clinet":10369,"insert_time":"2014-08-18T01:49:35.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53240,"10":14,"107":390,"11":504,"12":88,"13":295,"14":68,"15":72,"155":26,"156":10,"158":27,"159":7,"16":102,"160":22,"161":146,"167":20,"168":2,"17":137,"18":587,"19":529,"20":55,"209":17,"21":353,"210":20,"211":1,"214":8,"215":71,"221":180,"223":417,"224":59,"225":260,"23":294,"24":721,"25":275,"257":69,"26":143,"268":8,"27":36,"273":75,"276":29,"279":9,"28":462,"281":11,"282":7,"291":14,"292":97,"30":24,"302":5,"306":1,"31":40,"314":7,"317":7,"32":8,"33":44,"34":16,"347":4,"35":60,"352":471,"36":104,"37":37,"38":295,"380":9,"381":25,"383":19,"389":1,"39":58,"391":6,"396":1,"397":4,"40":34,"409":25,"41":52,"414":11,"415":59,"419":9,"42":72,"426":3,"43":21,"430":6,"431":1,"433":3,"44":26,"45":42,"46":189,"48":35,"49":63,"5":544,"51":52,"52":50,"53":41,"56":13,"570":11,"6":165,"63":21,"7":479,"79":19,"8":171,"80":19,"9":229,"all_client":63688,"all_tv_clinet":10448,"insert_time":"2014-08-18T01:50:36.313Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53385,"10":12,"107":386,"11":532,"12":86,"13":294,"14":69,"15":76,"155":27,"156":11,"158":26,"159":7,"16":111,"160":23,"161":147,"167":20,"168":2,"17":140,"18":589,"19":523,"20":54,"209":18,"21":363,"210":20,"211":1,"214":8,"215":71,"221":186,"223":384,"224":61,"225":263,"23":288,"24":724,"25":295,"257":69,"26":145,"268":7,"27":33,"273":78,"276":28,"279":9,"28":444,"281":11,"282":8,"291":13,"292":99,"30":24,"302":4,"306":1,"31":36,"314":7,"317":7,"32":10,"33":45,"34":16,"347":4,"35":60,"352":472,"36":111,"37":39,"38":299,"380":10,"381":27,"383":20,"39":60,"391":6,"396":1,"397":4,"40":39,"409":23,"41":51,"414":12,"415":60,"419":10,"42":67,"426":3,"43":17,"430":7,"433":3,"44":27,"45":41,"46":193,"48":31,"49":66,"5":545,"51":51,"52":42,"53":45,"56":13,"570":10,"6":162,"63":22,"7":494,"79":20,"8":166,"80":18,"9":220,"all_client":63867,"all_tv_clinet":10482,"insert_time":"2014-08-18T01:51:36.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53524,"10":10,"107":401,"11":544,"12":85,"13":292,"14":73,"15":81,"155":28,"156":13,"158":27,"159":7,"16":111,"160":23,"161":142,"167":22,"168":3,"17":142,"18":600,"19":530,"20":53,"209":18,"21":372,"210":18,"211":1,"214":8,"215":71,"221":175,"223":378,"224":56,"225":261,"23":289,"24":746,"25":313,"257":69,"26":146,"268":6,"27":33,"273":82,"276":28,"279":9,"28":418,"281":10,"282":8,"291":14,"292":99,"30":24,"302":4,"306":1,"31":32,"314":7,"317":6,"32":12,"33":47,"34":19,"347":2,"35":57,"352":465,"36":111,"37":39,"38":293,"380":10,"381":27,"383":21,"39":63,"391":6,"396":1,"397":4,"40":40,"409":19,"41":52,"414":14,"415":57,"419":8,"42":57,"426":3,"43":16,"430":8,"433":2,"44":29,"45":39,"46":196,"48":33,"49":66,"5":553,"51":50,"52":39,"53":50,"56":15,"570":10,"6":148,"63":18,"7":506,"79":19,"8":164,"80":15,"9":213,"all_client":64029,"all_tv_clinet":10505,"insert_time":"2014-08-18T01:52:37.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53628,"10":9,"107":415,"11":546,"12":88,"13":302,"14":78,"15":81,"155":28,"156":14,"158":25,"159":10,"16":113,"160":24,"161":142,"167":21,"168":3,"17":147,"18":617,"19":531,"20":52,"209":18,"21":386,"210":17,"211":1,"214":8,"215":69,"221":170,"223":385,"224":59,"225":264,"23":278,"24":749,"25":327,"257":72,"26":139,"268":7,"27":32,"273":83,"276":27,"279":9,"28":402,"281":10,"282":9,"291":13,"292":105,"30":24,"302":4,"306":1,"31":27,"314":7,"317":6,"32":12,"33":49,"34":23,"347":3,"35":58,"352":464,"36":114,"37":43,"38":290,"380":11,"381":27,"383":21,"39":66,"391":6,"397":4,"40":42,"409":19,"41":52,"414":16,"415":55,"419":8,"42":50,"426":2,"43":14,"430":7,"433":2,"44":27,"45":40,"46":205,"48":33,"49":70,"5":558,"51":49,"52":39,"53":50,"56":14,"570":11,"6":148,"63":16,"7":512,"79":21,"8":163,"80":15,"9":204,"all_client":64215,"all_tv_clinet":10587,"insert_time":"2014-08-18T01:53:37.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53828,"10":7,"107":422,"11":552,"12":90,"13":315,"14":79,"15":79,"155":28,"156":13,"158":25,"159":10,"16":113,"160":23,"161":141,"167":23,"168":3,"17":150,"18":621,"19":536,"20":58,"209":17,"21":387,"210":16,"211":1,"214":8,"215":70,"221":174,"223":391,"224":59,"225":254,"23":276,"24":756,"25":331,"257":72,"26":125,"268":7,"27":30,"273":84,"276":29,"279":8,"28":385,"281":9,"282":8,"291":13,"292":106,"30":23,"302":4,"306":1,"31":25,"314":6,"317":4,"32":12,"33":53,"34":24,"347":2,"35":58,"352":466,"36":118,"37":42,"38":299,"380":11,"381":26,"383":22,"389":1,"39":71,"391":5,"397":4,"40":43,"409":18,"41":53,"414":15,"415":58,"419":11,"42":45,"426":2,"43":15,"430":7,"433":2,"44":24,"45":39,"46":211,"48":36,"49":75,"5":564,"51":47,"52":37,"53":50,"56":13,"570":11,"6":144,"63":14,"7":520,"79":21,"8":160,"80":15,"9":198,"all_client":64457,"all_tv_clinet":10629,"insert_time":"2014-08-18T01:54:38.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54016,"10":8,"107":413,"11":544,"12":85,"13":317,"14":76,"15":89,"155":28,"156":13,"158":26,"159":10,"16":115,"160":22,"161":138,"167":23,"168":1,"17":156,"18":624,"19":535,"20":61,"209":17,"21":395,"210":17,"211":1,"214":7,"215":71,"221":175,"223":391,"224":65,"225":254,"23":277,"24":756,"25":338,"257":74,"26":116,"268":8,"27":26,"273":85,"276":29,"279":8,"28":373,"281":9,"282":11,"291":11,"292":110,"30":23,"302":3,"306":1,"31":25,"314":7,"317":4,"32":9,"33":55,"34":24,"347":2,"35":60,"352":467,"36":115,"37":44,"38":309,"380":11,"381":24,"383":23,"389":1,"39":76,"391":5,"397":3,"40":44,"409":20,"41":57,"414":17,"415":62,"419":12,"42":43,"426":1,"43":16,"430":5,"433":4,"44":26,"45":34,"46":222,"48":35,"49":78,"5":554,"51":41,"52":43,"53":47,"56":13,"570":11,"6":145,"63":15,"7":522,"79":24,"8":155,"80":12,"9":188,"all_client":64661,"all_tv_clinet":10645,"insert_time":"2014-08-18T01:55:38.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54167,"10":8,"107":402,"11":547,"12":83,"13":318,"14":65,"15":95,"155":28,"156":12,"158":28,"159":10,"16":115,"160":20,"161":138,"167":23,"168":1,"17":166,"18":616,"19":542,"20":65,"209":17,"21":396,"210":15,"211":1,"214":7,"215":73,"221":172,"223":388,"224":65,"225":259,"23":271,"24":769,"25":352,"257":73,"26":107,"268":8,"27":26,"273":84,"276":28,"279":10,"28":374,"281":11,"282":12,"291":11,"292":112,"30":22,"302":3,"306":1,"31":23,"314":7,"317":4,"32":12,"33":54,"34":27,"347":4,"35":60,"352":478,"36":112,"37":45,"38":311,"380":10,"381":26,"383":20,"389":1,"39":83,"391":6,"396":1,"397":4,"40":43,"409":20,"41":58,"414":14,"415":60,"419":11,"42":41,"426":1,"43":17,"430":5,"433":3,"44":26,"45":34,"46":226,"48":37,"49":81,"5":573,"51":42,"52":48,"53":48,"56":13,"570":10,"6":134,"63":13,"7":516,"79":24,"8":150,"80":11,"9":181,"all_client":64844,"all_tv_clinet":10677,"insert_time":"2014-08-18T01:56:39.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54320,"10":9,"107":406,"11":544,"12":80,"13":316,"14":63,"15":90,"155":28,"156":11,"158":27,"159":11,"16":110,"160":21,"161":139,"167":23,"17":165,"18":625,"19":550,"20":68,"209":17,"21":402,"210":15,"211":1,"214":7,"215":72,"221":173,"223":384,"224":68,"225":259,"23":275,"24":777,"25":350,"257":75,"26":101,"268":9,"27":26,"273":85,"276":27,"279":8,"28":374,"281":12,"282":11,"291":12,"292":113,"30":20,"302":4,"306":1,"31":24,"314":6,"317":3,"32":11,"33":52,"34":26,"347":4,"35":62,"352":490,"36":108,"37":46,"38":311,"380":11,"381":30,"383":19,"389":1,"39":84,"391":7,"396":1,"397":4,"40":42,"409":22,"41":62,"414":14,"415":57,"419":11,"42":40,"426":1,"43":19,"430":5,"433":3,"44":27,"45":33,"46":231,"48":37,"49":83,"5":580,"51":41,"52":49,"53":51,"56":15,"570":10,"6":135,"63":13,"7":515,"79":24,"8":145,"80":11,"9":183,"all_client":65043,"all_tv_clinet":10723,"insert_time":"2014-08-18T01:57:39.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54542,"10":10,"107":394,"11":543,"12":82,"13":318,"14":63,"15":84,"155":29,"156":10,"158":26,"159":11,"16":106,"160":23,"161":135,"167":21,"17":172,"18":615,"19":520,"20":68,"209":20,"21":407,"210":13,"211":1,"214":8,"215":69,"221":168,"223":379,"224":76,"225":262,"23":288,"24":772,"25":357,"257":75,"26":104,"268":9,"27":28,"273":81,"276":27,"279":8,"28":365,"281":14,"282":11,"291":13,"292":116,"30":20,"302":5,"306":1,"31":22,"314":5,"317":3,"32":12,"33":52,"34":25,"347":4,"35":61,"352":498,"36":107,"37":52,"38":320,"380":11,"381":32,"383":19,"389":1,"39":92,"391":7,"396":2,"397":7,"40":41,"409":29,"41":63,"414":13,"415":58,"419":11,"42":38,"426":1,"43":19,"430":5,"433":3,"44":28,"45":35,"46":230,"48":38,"49":82,"5":591,"51":39,"52":51,"53":50,"56":16,"570":8,"6":136,"63":14,"7":513,"79":24,"8":141,"80":13,"9":178,"all_client":65269,"all_tv_clinet":10727,"insert_time":"2014-08-18T01:58:40.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54709,"10":10,"107":388,"11":568,"12":81,"13":318,"14":64,"15":81,"155":29,"156":13,"158":29,"159":9,"16":105,"160":24,"161":136,"167":21,"17":181,"18":594,"19":497,"20":73,"209":18,"21":407,"210":12,"211":1,"214":8,"215":66,"221":164,"223":385,"224":79,"225":263,"23":293,"24":788,"25":364,"257":76,"26":95,"268":9,"27":27,"273":79,"276":26,"279":6,"28":356,"281":15,"282":12,"291":14,"292":112,"30":19,"302":5,"306":1,"31":22,"314":5,"317":3,"32":12,"33":51,"34":26,"347":3,"35":64,"352":504,"36":105,"37":54,"38":317,"380":10,"381":32,"383":20,"389":1,"39":92,"391":7,"396":1,"397":7,"40":42,"409":39,"41":62,"414":14,"415":57,"419":13,"42":38,"426":1,"43":19,"430":8,"433":3,"44":30,"45":35,"46":227,"48":37,"49":83,"5":597,"51":36,"52":50,"53":48,"56":21,"570":8,"6":144,"63":16,"7":506,"79":23,"8":145,"80":15,"9":178,"all_client":65461,"all_tv_clinet":10752,"insert_time":"2014-08-18T01:59:40.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54936,"10":11,"107":403,"11":575,"12":87,"13":323,"14":65,"15":85,"155":28,"156":14,"158":30,"159":9,"16":105,"160":23,"161":130,"167":18,"168":1,"17":187,"18":571,"19":482,"20":77,"209":18,"21":414,"210":11,"211":2,"214":8,"215":63,"221":170,"223":384,"224":81,"225":258,"23":287,"24":804,"25":374,"257":79,"26":93,"268":8,"27":29,"273":74,"276":28,"279":8,"28":350,"281":15,"282":12,"291":14,"292":106,"30":21,"302":5,"306":1,"31":21,"314":5,"317":2,"32":11,"33":49,"34":26,"347":3,"35":66,"352":503,"36":109,"37":51,"38":323,"380":10,"381":31,"383":20,"389":1,"39":94,"391":6,"396":1,"397":6,"40":42,"409":48,"41":66,"414":14,"415":59,"419":13,"42":39,"426":1,"43":20,"430":8,"433":3,"44":35,"45":34,"46":212,"48":37,"49":86,"5":609,"51":36,"52":52,"53":46,"56":21,"570":8,"6":146,"63":18,"7":507,"79":19,"8":145,"80":14,"9":173,"all_client":65726,"all_tv_clinet":10790,"insert_time":"2014-08-18T02:00:41.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55209,"10":12,"107":402,"11":581,"12":91,"13":321,"14":62,"15":86,"155":27,"156":14,"158":32,"159":10,"16":105,"160":22,"161":137,"167":16,"168":1,"17":187,"18":559,"19":466,"20":78,"209":16,"21":398,"210":10,"211":2,"214":6,"215":62,"221":173,"223":386,"224":81,"225":253,"23":301,"24":810,"25":382,"257":82,"26":86,"268":8,"27":28,"273":70,"276":28,"279":8,"28":352,"281":15,"282":13,"291":16,"292":97,"30":21,"302":5,"306":1,"31":20,"314":5,"317":2,"32":12,"33":52,"34":27,"347":3,"35":70,"352":515,"36":112,"37":50,"38":324,"380":9,"381":32,"383":19,"389":1,"39":91,"391":6,"397":6,"40":44,"409":54,"41":69,"414":13,"415":56,"419":13,"42":39,"426":1,"43":22,"430":10,"433":4,"44":36,"45":34,"46":191,"48":40,"49":86,"5":614,"51":35,"52":51,"53":44,"56":21,"570":8,"6":156,"63":17,"7":505,"79":20,"8":149,"80":12,"9":170,"all_client":65998,"all_tv_clinet":10789,"insert_time":"2014-08-18T02:01:41.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55423,"10":12,"107":405,"11":559,"12":94,"13":309,"14":65,"15":87,"155":26,"156":12,"158":31,"159":11,"16":102,"160":20,"161":147,"167":17,"168":1,"17":173,"18":561,"19":463,"20":70,"209":17,"21":408,"210":10,"211":2,"214":6,"215":63,"221":171,"223":401,"224":80,"225":257,"23":300,"24":833,"25":380,"257":89,"26":86,"268":7,"27":30,"273":74,"276":29,"279":7,"28":346,"281":14,"282":13,"291":16,"292":96,"30":22,"302":5,"306":1,"31":18,"314":5,"317":2,"32":14,"33":53,"34":27,"347":3,"35":71,"352":527,"36":113,"37":49,"38":329,"380":8,"381":33,"383":17,"389":1,"39":92,"391":8,"397":6,"40":43,"409":55,"41":72,"414":13,"415":58,"419":12,"42":38,"43":23,"430":11,"433":4,"44":35,"45":34,"46":176,"48":44,"49":86,"5":618,"51":35,"52":50,"53":45,"56":22,"570":9,"6":151,"63":15,"7":514,"79":21,"8":160,"80":11,"9":170,"all_client":66252,"all_tv_clinet":10829,"insert_time":"2014-08-18T02:02:42.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55648,"10":12,"107":408,"11":514,"12":103,"13":306,"14":63,"15":96,"155":26,"156":11,"158":29,"159":10,"16":96,"160":20,"161":149,"167":18,"168":1,"17":165,"18":566,"19":449,"20":69,"209":17,"21":413,"210":9,"211":2,"214":7,"215":59,"221":173,"223":422,"224":80,"225":259,"23":304,"24":852,"25":387,"257":83,"26":87,"268":6,"27":32,"273":78,"276":27,"279":4,"28":355,"281":15,"282":11,"291":17,"292":98,"30":21,"302":5,"306":1,"31":20,"314":5,"317":2,"32":14,"33":51,"34":29,"347":3,"35":71,"352":540,"36":114,"37":51,"38":330,"380":7,"381":30,"383":17,"389":1,"39":94,"391":8,"396":1,"397":6,"40":39,"409":56,"41":67,"414":14,"415":60,"419":12,"42":38,"43":24,"430":11,"433":4,"44":33,"45":36,"46":164,"48":50,"49":88,"5":617,"51":34,"52":51,"53":46,"56":21,"570":9,"6":160,"63":16,"7":515,"79":22,"8":169,"80":11,"9":171,"all_client":66515,"all_tv_clinet":10867,"insert_time":"2014-08-18T02:03:43.064Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55862,"10":11,"107":415,"11":471,"12":115,"13":310,"14":65,"15":104,"155":27,"156":11,"158":27,"159":10,"16":100,"160":20,"161":146,"167":18,"168":1,"17":153,"18":570,"19":443,"20":68,"209":16,"21":422,"210":9,"211":2,"214":9,"215":60,"221":179,"223":448,"224":82,"225":258,"23":302,"24":870,"25":392,"257":81,"26":85,"268":6,"27":35,"273":82,"276":25,"279":4,"28":367,"281":16,"282":12,"291":17,"292":93,"30":21,"302":5,"306":1,"31":21,"314":5,"317":2,"32":14,"33":48,"34":32,"347":3,"35":72,"352":527,"36":121,"37":53,"38":319,"380":5,"381":29,"383":15,"389":1,"39":96,"391":10,"396":1,"397":6,"40":36,"409":60,"41":67,"414":15,"415":63,"419":12,"42":45,"43":26,"430":11,"433":2,"44":30,"45":33,"46":152,"48":49,"49":85,"5":619,"51":35,"52":49,"53":45,"56":20,"570":6,"6":160,"63":19,"7":514,"79":21,"8":172,"80":12,"9":173,"all_client":66757,"all_tv_clinet":10895,"insert_time":"2014-08-18T02:04:43.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56057,"10":12,"107":409,"11":424,"12":118,"13":305,"14":65,"15":117,"155":28,"156":11,"158":26,"159":11,"16":105,"160":19,"161":150,"167":18,"168":1,"17":147,"18":578,"19":431,"20":69,"209":17,"21":423,"210":7,"211":2,"214":12,"215":65,"221":169,"223":450,"224":83,"225":258,"23":301,"24":862,"25":401,"257":76,"26":86,"268":6,"27":36,"273":85,"276":29,"279":4,"28":376,"281":16,"282":11,"291":18,"292":92,"30":22,"302":4,"306":1,"31":22,"314":6,"317":2,"32":12,"33":46,"34":34,"347":4,"35":81,"352":530,"36":115,"37":53,"38":322,"380":5,"381":30,"383":17,"389":1,"39":102,"391":11,"396":2,"397":5,"40":34,"409":59,"41":68,"414":15,"415":64,"419":12,"42":39,"43":25,"430":13,"433":2,"44":29,"45":34,"46":149,"48":51,"49":78,"5":611,"51":31,"52":45,"53":47,"56":22,"570":6,"6":160,"63":20,"7":533,"79":22,"8":182,"80":11,"9":181,"all_client":66956,"all_tv_clinet":10899,"insert_time":"2014-08-18T02:05:44.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56201,"10":12,"107":413,"11":394,"12":112,"13":308,"14":66,"15":123,"155":28,"156":11,"158":29,"159":10,"16":108,"160":21,"161":143,"167":17,"168":1,"17":148,"18":572,"19":436,"20":66,"209":17,"21":423,"210":7,"211":2,"214":13,"215":71,"221":173,"223":459,"224":83,"225":251,"23":314,"24":873,"25":393,"257":78,"26":90,"268":6,"27":36,"273":86,"276":28,"279":5,"28":387,"281":17,"282":10,"291":18,"292":98,"30":22,"302":3,"306":1,"31":19,"314":7,"317":3,"32":11,"33":48,"34":34,"347":4,"35":81,"352":529,"36":119,"37":54,"38":314,"380":5,"381":31,"383":17,"389":1,"39":91,"391":14,"396":1,"397":5,"40":32,"409":57,"41":74,"414":15,"415":67,"419":10,"42":41,"43":31,"430":14,"433":2,"44":26,"45":36,"46":149,"48":53,"49":68,"5":604,"51":31,"52":47,"53":47,"56":22,"570":4,"6":148,"63":21,"7":531,"79":22,"8":182,"80":11,"9":184,"all_client":67100,"all_tv_clinet":10899,"insert_time":"2014-08-18T02:06:44.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56348,"10":12,"107":418,"11":376,"12":101,"13":306,"14":71,"15":131,"155":27,"156":12,"158":28,"159":9,"16":109,"160":22,"161":146,"167":15,"168":1,"17":139,"18":577,"19":438,"20":67,"209":19,"21":432,"210":6,"211":2,"214":14,"215":68,"221":178,"223":461,"224":83,"225":258,"23":318,"24":878,"25":391,"257":79,"26":92,"268":6,"27":38,"273":89,"276":27,"279":6,"28":393,"281":17,"282":10,"291":17,"292":102,"30":21,"302":3,"306":1,"31":22,"314":8,"317":3,"32":10,"33":44,"34":35,"347":4,"35":90,"352":534,"36":119,"37":56,"38":309,"380":5,"381":30,"383":18,"389":1,"39":89,"391":14,"396":1,"397":4,"40":34,"409":47,"41":75,"414":17,"415":62,"419":13,"42":40,"43":30,"430":14,"433":2,"44":24,"45":38,"46":154,"48":58,"49":58,"5":582,"51":33,"52":52,"53":45,"56":23,"570":6,"6":139,"63":22,"7":540,"79":22,"8":182,"80":10,"9":193,"all_client":67273,"all_tv_clinet":10925,"insert_time":"2014-08-18T02:07:45.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56522,"10":12,"107":412,"11":363,"12":86,"13":304,"14":81,"15":134,"155":28,"156":13,"158":28,"159":11,"16":107,"160":19,"161":142,"167":15,"168":1,"17":135,"18":590,"19":435,"20":66,"209":24,"21":438,"210":6,"211":2,"214":12,"215":70,"221":186,"223":461,"224":83,"225":245,"23":320,"24":890,"25":392,"257":81,"26":103,"268":5,"27":38,"273":88,"276":27,"279":7,"28":390,"281":19,"282":9,"291":16,"292":104,"30":23,"302":3,"306":1,"31":24,"314":7,"317":3,"32":9,"33":43,"34":37,"347":5,"35":87,"352":539,"36":115,"37":55,"38":312,"380":5,"381":27,"383":18,"389":1,"39":94,"391":14,"397":4,"40":35,"409":41,"41":76,"414":19,"415":61,"419":12,"42":43,"43":33,"430":15,"433":2,"44":24,"45":37,"46":146,"48":60,"49":52,"5":545,"51":33,"52":54,"53":44,"56":23,"570":8,"6":140,"63":22,"7":550,"79":22,"8":187,"80":8,"9":194,"all_client":67432,"all_tv_clinet":10910,"insert_time":"2014-08-18T02:08:45.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56711,"10":14,"107":416,"11":355,"12":73,"13":291,"14":84,"15":131,"155":29,"156":13,"158":27,"159":12,"16":110,"160":19,"161":147,"167":16,"168":1,"17":125,"18":593,"19":436,"20":64,"209":24,"21":443,"210":6,"211":1,"214":12,"215":72,"221":188,"223":471,"224":83,"225":248,"23":320,"24":895,"25":389,"257":78,"26":115,"268":6,"27":41,"273":92,"276":28,"279":6,"28":396,"281":19,"282":10,"291":16,"292":107,"30":23,"302":4,"306":1,"31":25,"314":7,"317":4,"32":9,"33":37,"34":35,"347":5,"35":85,"352":542,"36":114,"37":55,"38":308,"380":5,"381":28,"383":18,"389":1,"39":98,"391":15,"396":4,"397":5,"40":36,"409":33,"41":79,"414":21,"415":58,"419":11,"42":46,"43":35,"430":19,"433":2,"44":24,"45":37,"46":141,"48":66,"49":49,"5":526,"51":36,"52":55,"53":43,"56":23,"570":9,"6":135,"63":23,"7":567,"79":22,"8":190,"80":8,"9":206,"all_client":67661,"all_tv_clinet":10950,"insert_time":"2014-08-18T02:09:46.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56878,"10":14,"107":409,"11":351,"12":67,"13":286,"14":84,"15":130,"155":32,"156":15,"158":27,"159":11,"16":117,"160":17,"161":151,"167":15,"168":1,"17":124,"18":604,"19":433,"20":65,"209":26,"21":451,"210":8,"211":1,"214":13,"215":72,"221":189,"223":482,"224":84,"225":262,"23":321,"24":902,"25":390,"257":75,"26":114,"268":6,"27":38,"273":92,"276":28,"279":5,"28":410,"281":19,"282":10,"291":16,"292":107,"30":23,"302":3,"306":1,"31":25,"314":7,"317":6,"32":10,"33":39,"34":35,"347":5,"35":83,"352":535,"36":113,"37":55,"38":314,"380":5,"381":25,"383":18,"389":1,"39":100,"391":16,"396":5,"397":5,"40":35,"409":30,"41":81,"414":23,"415":58,"419":10,"42":46,"43":36,"430":20,"433":2,"44":22,"45":36,"46":140,"48":65,"49":44,"5":520,"51":38,"52":53,"53":44,"56":22,"570":11,"6":135,"63":23,"7":568,"79":22,"8":200,"80":8,"9":195,"all_client":67868,"all_tv_clinet":10990,"insert_time":"2014-08-18T02:10:46.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57004,"10":14,"107":422,"11":349,"12":68,"13":280,"14":81,"15":115,"155":28,"156":14,"158":26,"159":11,"16":116,"160":16,"161":149,"167":15,"168":1,"17":117,"18":641,"19":442,"20":67,"209":24,"21":452,"210":7,"211":1,"214":13,"215":68,"221":190,"223":484,"224":89,"225":263,"23":322,"24":893,"25":395,"257":70,"26":118,"268":6,"27":36,"273":94,"276":27,"279":4,"28":418,"281":20,"282":10,"291":17,"292":108,"30":23,"302":3,"306":1,"31":25,"314":7,"317":6,"32":11,"33":38,"34":38,"347":4,"35":77,"352":534,"36":115,"37":56,"38":322,"380":4,"381":25,"383":19,"389":1,"39":101,"391":15,"396":6,"397":5,"40":39,"409":26,"41":83,"414":22,"415":58,"419":9,"42":46,"43":34,"430":22,"433":2,"44":21,"45":38,"46":138,"48":66,"49":39,"5":507,"51":38,"52":52,"53":39,"56":24,"570":14,"6":141,"63":25,"7":572,"79":24,"8":197,"80":8,"9":192,"all_client":68017,"all_tv_clinet":11013,"insert_time":"2014-08-18T02:11:47.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57192,"10":14,"107":424,"11":346,"12":68,"13":275,"14":85,"15":109,"155":29,"156":15,"158":26,"159":10,"16":111,"160":16,"161":145,"167":16,"17":117,"18":652,"19":453,"20":68,"209":28,"21":466,"210":7,"211":1,"214":12,"215":71,"221":193,"223":484,"224":89,"225":277,"23":319,"24":905,"25":394,"257":71,"26":121,"268":5,"27":35,"273":95,"276":28,"279":4,"28":421,"281":21,"282":10,"291":16,"292":116,"30":24,"302":2,"306":1,"31":26,"314":6,"317":6,"32":12,"33":38,"34":37,"347":4,"35":75,"352":534,"36":112,"37":58,"38":321,"380":4,"381":25,"383":20,"389":2,"39":102,"391":14,"396":5,"397":5,"40":40,"409":27,"41":85,"414":22,"415":61,"419":9,"42":48,"43":34,"430":22,"433":2,"44":19,"45":38,"46":131,"48":69,"49":36,"5":493,"51":40,"52":54,"53":41,"56":25,"570":16,"6":141,"63":26,"7":570,"79":22,"8":196,"80":7,"9":178,"all_client":68245,"all_tv_clinet":11053,"insert_time":"2014-08-18T02:12:48.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57334,"10":12,"107":432,"11":327,"12":64,"13":280,"14":92,"15":110,"155":29,"156":15,"158":25,"159":9,"16":107,"160":15,"161":140,"167":15,"17":114,"18":658,"19":475,"20":61,"209":30,"21":475,"210":7,"211":1,"214":11,"215":72,"221":199,"223":494,"224":90,"225":271,"23":319,"24":900,"25":393,"257":69,"26":126,"268":5,"27":32,"273":95,"276":28,"279":4,"28":428,"281":21,"282":10,"291":18,"292":113,"30":25,"302":2,"306":1,"31":26,"314":6,"317":6,"32":12,"33":37,"34":37,"347":6,"35":71,"352":521,"36":103,"37":59,"38":330,"380":3,"381":26,"383":23,"389":2,"39":106,"391":15,"396":4,"397":5,"40":39,"409":25,"41":90,"414":22,"415":60,"419":10,"42":48,"43":34,"430":23,"433":2,"44":19,"45":39,"46":126,"48":77,"49":34,"5":482,"51":40,"52":58,"53":39,"56":25,"570":16,"6":136,"63":27,"7":573,"79":23,"8":199,"80":8,"9":168,"all_client":68393,"all_tv_clinet":11059,"insert_time":"2014-08-18T02:13:48.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57571,"10":12,"107":437,"11":307,"12":56,"13":287,"14":93,"15":123,"155":31,"156":16,"158":25,"159":10,"16":101,"160":15,"161":139,"167":15,"17":116,"18":656,"19":491,"20":60,"209":31,"21":480,"210":8,"211":1,"214":11,"215":68,"221":206,"223":510,"224":88,"225":274,"23":326,"24":884,"25":395,"257":64,"26":130,"268":6,"27":33,"273":91,"276":28,"279":5,"28":426,"281":21,"282":8,"291":18,"292":108,"30":25,"302":2,"306":1,"31":27,"314":6,"317":7,"32":12,"33":36,"34":36,"347":6,"35":72,"352":522,"36":109,"37":62,"38":336,"380":3,"381":31,"383":24,"389":2,"39":104,"391":13,"396":5,"397":4,"40":41,"409":23,"41":90,"414":24,"415":59,"419":10,"42":47,"43":35,"430":25,"433":3,"44":19,"45":37,"46":126,"48":80,"49":32,"5":477,"51":41,"52":62,"53":36,"56":25,"570":16,"6":138,"63":27,"7":568,"79":19,"8":203,"80":9,"9":160,"all_client":68658,"all_tv_clinet":11087,"insert_time":"2014-08-18T02:14:49.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57713,"10":13,"107":433,"11":297,"12":55,"13":299,"14":97,"15":127,"155":29,"156":16,"158":24,"159":10,"16":101,"160":16,"161":137,"167":13,"17":119,"18":662,"19":513,"20":58,"209":33,"21":480,"210":8,"211":1,"214":10,"215":72,"221":205,"223":520,"224":90,"225":275,"23":328,"24":876,"25":397,"257":64,"26":135,"268":7,"27":32,"273":79,"276":28,"279":6,"28":431,"281":23,"282":8,"291":17,"292":100,"30":24,"302":3,"306":2,"31":33,"314":6,"317":6,"32":12,"33":36,"34":36,"347":7,"35":74,"352":530,"36":107,"37":63,"38":344,"380":3,"381":30,"383":25,"389":2,"39":103,"391":12,"396":5,"397":4,"40":43,"409":24,"41":83,"414":22,"415":61,"419":10,"42":47,"43":35,"430":26,"431":1,"433":3,"44":17,"45":35,"46":134,"48":85,"49":31,"5":466,"51":41,"52":63,"53":35,"56":27,"570":15,"6":129,"63":26,"7":566,"79":22,"8":203,"80":9,"9":154,"all_client":68837,"all_tv_clinet":11124,"insert_time":"2014-08-18T02:15:49.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57882,"10":11,"107":432,"11":292,"12":50,"13":312,"14":96,"15":127,"155":28,"156":16,"158":26,"159":11,"16":96,"160":16,"161":136,"167":12,"17":121,"18":670,"19":530,"20":58,"209":33,"21":475,"210":8,"211":1,"214":10,"215":72,"221":209,"223":516,"224":88,"225":277,"23":334,"24":868,"25":402,"257":66,"26":142,"268":8,"27":33,"273":79,"276":28,"279":5,"28":437,"281":23,"282":9,"291":17,"292":98,"30":27,"302":3,"306":2,"31":34,"314":6,"317":6,"32":10,"33":33,"34":33,"347":9,"35":74,"352":515,"36":107,"37":59,"38":340,"380":3,"381":32,"383":25,"389":2,"39":105,"391":12,"396":5,"397":4,"40":42,"409":22,"41":80,"414":21,"415":61,"419":9,"42":49,"43":37,"430":26,"431":1,"433":2,"44":14,"45":36,"46":132,"48":84,"49":31,"5":476,"51":41,"52":65,"53":35,"56":27,"570":16,"6":131,"63":26,"7":559,"79":22,"8":205,"80":9,"9":149,"all_client":69014,"all_tv_clinet":11132,"insert_time":"2014-08-18T02:16:51.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58119,"10":10,"107":447,"11":299,"12":50,"13":319,"14":94,"15":128,"155":24,"156":20,"158":27,"159":11,"16":92,"160":17,"161":135,"167":12,"17":124,"18":667,"19":539,"20":59,"209":30,"21":476,"210":9,"211":1,"214":10,"215":76,"221":210,"223":519,"224":95,"225":274,"23":336,"24":877,"25":393,"257":69,"26":147,"268":8,"27":30,"273":77,"276":28,"279":6,"28":440,"281":22,"282":11,"291":15,"292":99,"30":28,"302":3,"306":2,"31":35,"314":7,"317":6,"32":8,"33":32,"34":34,"347":9,"35":77,"352":499,"36":108,"37":59,"38":339,"380":4,"381":34,"383":25,"389":2,"39":98,"391":11,"396":4,"397":4,"40":42,"409":21,"41":81,"414":19,"415":60,"419":9,"42":52,"426":1,"43":39,"430":27,"431":1,"433":1,"44":15,"45":39,"46":137,"48":80,"49":30,"5":482,"51":40,"52":67,"53":34,"56":27,"570":18,"6":130,"63":27,"7":539,"79":21,"8":205,"80":8,"9":146,"all_client":69277,"all_tv_clinet":11158,"insert_time":"2014-08-18T02:17:51.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58265,"10":10,"107":451,"11":306,"12":47,"13":316,"14":95,"15":131,"155":24,"156":21,"158":29,"159":10,"16":91,"160":18,"161":142,"167":14,"17":128,"18":667,"19":545,"20":65,"209":27,"21":456,"210":8,"214":9,"215":77,"221":204,"223":526,"224":95,"225":266,"23":346,"24":898,"25":382,"257":67,"26":155,"268":8,"27":29,"273":79,"276":28,"279":6,"28":452,"281":22,"282":12,"291":15,"292":97,"30":28,"302":3,"306":2,"31":36,"314":7,"317":6,"32":8,"33":29,"34":39,"347":8,"35":76,"352":496,"36":107,"37":61,"38":345,"380":4,"381":32,"383":23,"389":2,"39":105,"391":9,"396":3,"397":5,"40":46,"409":22,"41":79,"414":17,"415":57,"419":10,"42":58,"426":1,"43":37,"430":27,"433":2,"44":16,"45":41,"46":139,"48":72,"49":32,"5":493,"51":43,"52":69,"53":33,"56":27,"570":18,"6":131,"63":26,"7":508,"79":20,"8":210,"80":7,"9":147,"all_client":69461,"all_tv_clinet":11196,"insert_time":"2014-08-18T02:18:52.488Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58440,"10":10,"107":457,"11":308,"12":44,"13":311,"14":98,"15":132,"155":23,"156":17,"158":29,"159":10,"16":97,"160":17,"161":146,"167":13,"17":137,"18":662,"19":545,"20":71,"209":27,"21":443,"210":8,"214":9,"215":77,"221":201,"223":545,"224":96,"225":271,"23":346,"24":908,"25":363,"257":69,"26":155,"268":7,"27":29,"273":81,"276":29,"279":5,"28":456,"281":23,"282":11,"291":17,"292":97,"30":27,"302":3,"306":2,"31":37,"314":7,"317":6,"32":8,"33":24,"34":40,"347":7,"35":78,"352":505,"36":105,"37":59,"38":348,"380":4,"381":32,"383":20,"389":2,"39":110,"391":9,"396":4,"397":5,"40":48,"409":21,"41":77,"414":17,"415":62,"419":8,"42":64,"426":1,"43":36,"430":26,"433":2,"44":15,"45":41,"46":146,"48":70,"49":31,"5":493,"51":41,"52":69,"53":32,"56":27,"570":19,"6":137,"63":26,"7":484,"79":17,"8":211,"80":8,"9":152,"all_client":69663,"all_tv_clinet":11223,"insert_time":"2014-08-18T02:19:52.969Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58621,"10":12,"107":465,"11":327,"12":41,"13":306,"14":94,"15":137,"155":23,"156":18,"158":27,"159":11,"16":97,"160":13,"161":153,"167":12,"17":139,"18":654,"19":546,"20":79,"209":29,"21":430,"210":8,"214":9,"215":78,"221":207,"223":563,"224":99,"225":271,"23":358,"24":928,"25":350,"257":66,"26":154,"268":7,"27":32,"273":85,"276":29,"279":5,"28":460,"281":24,"282":11,"291":16,"292":100,"30":29,"302":3,"306":2,"31":35,"314":7,"317":6,"32":9,"33":28,"34":39,"347":6,"35":74,"352":498,"36":105,"37":59,"38":353,"380":5,"381":29,"383":20,"389":2,"39":108,"391":12,"396":4,"397":7,"40":49,"409":26,"41":69,"414":14,"415":60,"419":9,"42":65,"426":1,"43":34,"430":24,"433":3,"44":15,"45":39,"46":150,"48":70,"49":30,"5":499,"51":36,"52":72,"53":32,"56":27,"570":16,"6":136,"63":27,"7":471,"79":18,"8":212,"80":7,"9":154,"all_client":69899,"all_tv_clinet":11278,"insert_time":"2014-08-18T02:20:53.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58848,"10":12,"107":468,"11":341,"12":38,"13":316,"14":95,"15":138,"155":21,"156":20,"158":26,"159":11,"16":99,"160":13,"161":155,"167":11,"17":142,"18":651,"19":544,"20":74,"209":29,"21":417,"210":8,"211":1,"214":9,"215":78,"221":210,"223":584,"224":102,"225":267,"23":363,"24":928,"25":341,"257":66,"26":160,"268":7,"27":36,"273":85,"276":28,"279":3,"28":465,"281":23,"282":11,"291":16,"292":100,"30":28,"302":3,"306":1,"31":37,"314":8,"317":9,"32":10,"33":30,"34":41,"347":7,"35":68,"352":491,"36":99,"37":63,"38":357,"380":5,"381":32,"383":16,"389":2,"39":109,"391":13,"396":4,"397":5,"40":47,"409":27,"41":62,"414":13,"415":60,"419":8,"42":65,"426":1,"43":35,"430":26,"433":2,"44":14,"45":40,"46":150,"48":65,"49":29,"5":501,"51":37,"52":79,"53":35,"56":29,"570":16,"6":141,"63":29,"7":455,"79":15,"8":216,"80":7,"9":148,"all_client":70150,"all_tv_clinet":11302,"insert_time":"2014-08-18T02:21:54.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59030,"10":13,"107":470,"11":345,"12":38,"13":324,"14":97,"15":146,"155":20,"156":19,"158":26,"159":11,"16":102,"160":13,"161":155,"167":11,"17":143,"18":642,"19":532,"20":76,"209":30,"21":402,"210":8,"211":1,"214":9,"215":76,"221":213,"223":594,"224":102,"225":271,"23":373,"24":919,"25":337,"257":70,"26":167,"268":6,"27":36,"273":87,"276":28,"279":3,"28":473,"281":23,"282":11,"291":15,"292":102,"30":27,"302":3,"306":1,"31":36,"314":9,"317":10,"32":11,"33":30,"34":42,"347":7,"35":71,"352":499,"36":97,"37":61,"38":366,"380":5,"381":31,"383":17,"389":2,"39":109,"391":13,"396":3,"397":6,"40":51,"409":30,"41":54,"414":11,"415":57,"419":8,"42":65,"426":2,"43":35,"430":27,"433":3,"44":16,"45":43,"46":148,"48":58,"49":25,"5":508,"51":38,"52":77,"53":34,"56":31,"570":16,"6":144,"63":30,"7":435,"79":17,"8":214,"80":7,"9":147,"all_client":70356,"all_tv_clinet":11326,"insert_time":"2014-08-18T02:22:54.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59139,"10":13,"107":466,"11":353,"12":37,"13":335,"14":97,"15":150,"155":21,"156":18,"158":27,"159":11,"16":103,"160":14,"161":162,"167":10,"17":147,"18":642,"19":511,"20":79,"209":30,"21":402,"210":9,"211":1,"214":10,"215":74,"221":216,"223":600,"224":104,"225":279,"23":363,"24":939,"25":326,"257":73,"26":169,"268":6,"27":36,"273":87,"276":27,"279":3,"28":479,"281":21,"282":10,"291":14,"292":104,"30":26,"302":4,"306":1,"31":38,"314":8,"317":10,"32":12,"33":32,"34":41,"347":8,"35":71,"352":504,"36":103,"37":62,"38":364,"380":5,"381":34,"383":18,"389":2,"39":103,"391":11,"396":4,"397":6,"40":53,"409":28,"41":55,"414":11,"415":58,"419":7,"42":66,"426":2,"43":36,"430":27,"433":4,"44":16,"45":44,"46":154,"48":52,"49":24,"5":509,"51":38,"52":80,"53":36,"56":30,"570":17,"6":148,"63":31,"7":419,"79":15,"8":217,"80":7,"9":146,"all_client":70514,"all_tv_clinet":11375,"insert_time":"2014-08-18T02:23:55.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59309,"10":15,"107":461,"11":360,"12":36,"13":349,"14":101,"15":147,"155":22,"156":18,"158":25,"159":13,"16":104,"160":12,"161":173,"167":9,"168":1,"17":149,"18":634,"19":481,"20":81,"209":31,"21":398,"210":8,"211":1,"214":11,"215":74,"221":212,"223":594,"224":101,"225":286,"23":362,"24":958,"25":315,"257":69,"26":174,"268":6,"27":36,"273":90,"276":31,"279":3,"28":491,"281":22,"282":10,"291":14,"292":112,"30":29,"302":4,"306":1,"31":39,"314":8,"317":9,"32":13,"33":33,"34":39,"347":12,"35":71,"352":519,"36":108,"37":63,"38":349,"380":5,"381":34,"383":18,"389":2,"39":95,"391":11,"396":4,"397":6,"40":53,"409":26,"41":60,"414":11,"415":58,"419":8,"42":74,"426":2,"43":35,"430":28,"433":4,"44":14,"45":48,"46":152,"48":51,"49":24,"5":521,"51":38,"52":78,"53":35,"56":28,"570":18,"6":152,"63":31,"7":412,"79":15,"8":215,"80":6,"9":145,"all_client":70723,"all_tv_clinet":11414,"insert_time":"2014-08-18T02:24:55.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59491,"10":15,"107":458,"11":367,"12":40,"13":348,"14":97,"15":143,"155":22,"156":20,"158":25,"159":16,"16":106,"160":12,"161":172,"167":10,"168":1,"17":154,"18":636,"19":453,"20":85,"209":33,"21":404,"210":5,"211":1,"214":11,"215":70,"221":213,"223":595,"224":102,"225":291,"23":367,"24":985,"25":308,"257":66,"26":182,"268":7,"27":38,"273":87,"276":31,"279":3,"28":498,"281":21,"282":9,"291":13,"292":114,"30":30,"302":4,"306":1,"31":41,"314":8,"317":9,"32":11,"33":32,"34":37,"347":14,"35":69,"352":527,"36":106,"37":60,"38":352,"380":6,"381":32,"383":21,"389":2,"39":89,"391":9,"396":4,"397":6,"40":55,"409":28,"41":61,"414":10,"415":62,"419":7,"42":74,"426":1,"43":42,"430":30,"433":3,"44":14,"45":46,"46":154,"48":46,"49":26,"5":524,"51":36,"52":83,"53":36,"56":26,"570":18,"6":154,"63":33,"7":411,"79":15,"8":217,"80":6,"9":142,"all_client":70955,"all_tv_clinet":11464,"insert_time":"2014-08-18T02:25:55.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59679,"10":15,"107":445,"11":365,"12":42,"13":354,"14":95,"15":129,"155":23,"156":20,"158":25,"159":16,"16":108,"160":13,"161":164,"167":9,"168":1,"17":166,"18":638,"19":453,"20":80,"209":35,"21":411,"210":5,"211":1,"214":12,"215":74,"221":213,"223":602,"224":100,"225":291,"23":367,"24":981,"25":304,"257":65,"26":188,"268":7,"27":38,"273":90,"276":33,"279":2,"28":503,"281":19,"282":8,"291":14,"292":109,"30":31,"302":4,"306":1,"31":40,"314":8,"317":9,"32":10,"33":36,"34":36,"347":16,"35":74,"352":543,"36":110,"37":50,"38":345,"380":7,"381":32,"383":22,"389":2,"39":89,"391":11,"396":4,"397":6,"40":58,"409":26,"41":60,"414":11,"415":60,"419":7,"42":73,"426":2,"43":45,"430":31,"433":3,"44":16,"45":43,"46":151,"48":45,"49":27,"5":526,"51":37,"52":84,"53":36,"56":25,"570":17,"6":162,"63":34,"7":414,"79":11,"8":216,"80":6,"9":139,"all_client":71163,"all_tv_clinet":11484,"insert_time":"2014-08-18T02:26:56.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59809,"10":16,"107":457,"11":365,"12":42,"13":359,"14":86,"15":126,"155":24,"156":17,"158":26,"159":15,"16":110,"160":13,"161":158,"167":11,"168":1,"17":174,"18":647,"19":451,"20":82,"209":37,"21":421,"210":5,"211":1,"214":12,"215":71,"221":213,"223":613,"224":97,"225":295,"23":368,"24":985,"25":300,"257":63,"26":186,"268":8,"27":40,"273":90,"276":32,"279":2,"28":509,"281":19,"282":7,"291":14,"292":102,"30":33,"302":4,"306":1,"31":37,"314":8,"317":9,"32":10,"33":35,"34":38,"347":14,"35":75,"352":542,"36":109,"37":44,"38":333,"380":7,"381":31,"383":22,"389":1,"39":90,"391":13,"396":5,"397":6,"40":57,"409":29,"41":64,"414":12,"415":60,"419":8,"42":70,"426":2,"43":43,"430":32,"433":3,"44":14,"45":41,"46":153,"48":46,"49":24,"5":523,"51":40,"52":85,"53":36,"56":23,"570":17,"6":162,"63":33,"7":405,"79":11,"8":216,"80":5,"9":143,"all_client":71303,"all_tv_clinet":11494,"insert_time":"2014-08-18T02:27:57.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59967,"10":16,"107":457,"11":365,"12":39,"13":359,"14":86,"15":119,"155":25,"156":15,"158":27,"159":13,"16":115,"160":12,"161":152,"167":11,"17":181,"18":648,"19":459,"20":80,"209":37,"21":425,"210":5,"211":1,"214":11,"215":69,"221":207,"223":617,"224":96,"225":295,"23":372,"24":1000,"25":309,"257":63,"26":188,"268":8,"27":40,"273":85,"276":31,"279":2,"28":511,"281":18,"282":7,"291":14,"292":99,"30":32,"302":4,"306":1,"31":38,"314":7,"317":9,"32":12,"33":34,"34":44,"347":16,"35":80,"352":545,"36":113,"37":41,"38":330,"380":7,"381":30,"383":28,"389":1,"39":87,"391":13,"396":5,"397":6,"40":59,"409":32,"41":66,"414":10,"415":54,"419":8,"42":66,"426":2,"43":44,"430":34,"433":3,"44":13,"45":38,"46":158,"48":41,"49":24,"5":523,"51":43,"52":85,"53":30,"56":22,"570":18,"6":162,"63":34,"7":397,"79":11,"8":213,"80":5,"9":141,"all_client":71475,"all_tv_clinet":11508,"insert_time":"2014-08-18T02:28:57.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60152,"10":16,"107":456,"11":361,"12":41,"13":353,"14":86,"15":127,"155":26,"156":15,"158":25,"159":13,"16":118,"160":11,"161":147,"167":11,"17":186,"18":648,"19":484,"20":81,"209":35,"21":420,"210":5,"211":1,"214":13,"215":70,"221":206,"223":607,"224":96,"225":293,"23":380,"24":973,"25":318,"257":63,"26":199,"268":7,"27":41,"273":77,"276":31,"279":2,"28":523,"281":19,"282":9,"291":14,"292":95,"30":33,"302":3,"306":1,"31":38,"314":6,"317":7,"32":14,"33":34,"34":48,"347":16,"35":80,"352":532,"36":110,"37":38,"38":336,"380":7,"381":31,"383":26,"389":1,"39":81,"391":11,"396":4,"397":6,"40":61,"409":39,"41":73,"414":11,"415":52,"419":8,"42":69,"426":2,"43":44,"430":33,"433":3,"44":12,"45":35,"46":152,"48":37,"49":23,"5":534,"51":42,"52":82,"53":30,"56":20,"570":19,"6":157,"63":34,"7":395,"79":12,"8":216,"80":5,"9":144,"all_client":71661,"all_tv_clinet":11509,"insert_time":"2014-08-18T02:29:58.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60199,"10":14,"107":456,"11":360,"12":44,"13":347,"14":86,"15":126,"155":24,"156":14,"158":23,"159":12,"16":121,"160":12,"161":145,"167":11,"17":184,"18":642,"19":502,"20":86,"209":34,"21":423,"210":5,"211":1,"214":13,"215":70,"221":215,"223":607,"224":101,"225":304,"23":386,"24":958,"25":327,"257":65,"26":196,"268":7,"27":42,"273":71,"276":31,"279":2,"28":521,"281":19,"282":9,"291":14,"292":91,"30":33,"302":3,"306":1,"31":38,"314":5,"317":6,"32":14,"33":36,"34":46,"347":15,"35":83,"352":527,"36":113,"37":33,"38":327,"380":8,"381":31,"383":25,"389":1,"39":81,"391":9,"396":4,"397":6,"40":63,"409":43,"41":78,"414":12,"415":53,"419":9,"42":70,"426":2,"43":51,"430":30,"433":3,"44":10,"45":33,"46":156,"48":33,"49":24,"5":542,"51":41,"52":72,"53":27,"56":19,"570":20,"6":153,"63":35,"7":382,"79":14,"8":216,"80":5,"9":151,"all_client":71712,"all_tv_clinet":11513,"insert_time":"2014-08-18T02:31:39.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60762,"10":14,"107":463,"11":364,"12":47,"13":360,"14":84,"15":128,"155":25,"156":14,"158":20,"159":12,"16":130,"160":13,"161":155,"167":14,"17":191,"18":611,"19":534,"20":95,"209":36,"21":428,"210":5,"211":1,"214":16,"215":65,"221":208,"223":615,"224":110,"225":319,"23":360,"24":905,"25":354,"257":65,"26":196,"268":9,"27":49,"273":74,"276":32,"279":3,"28":523,"281":18,"282":9,"291":14,"292":94,"30":31,"302":3,"306":1,"31":36,"314":6,"317":6,"32":15,"33":37,"34":41,"347":11,"35":87,"352":532,"36":123,"37":35,"38":329,"380":8,"381":36,"383":28,"389":1,"39":74,"391":9,"396":4,"397":5,"40":78,"409":51,"41":85,"414":13,"415":58,"419":9,"42":81,"426":2,"43":55,"430":26,"433":4,"44":9,"45":29,"46":159,"48":32,"49":24,"5":559,"51":46,"52":63,"53":23,"56":15,"570":19,"6":155,"63":34,"7":372,"79":16,"8":230,"80":5,"9":153,"all_client":72407,"all_tv_clinet":11645,"insert_time":"2014-08-18T02:32:43.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60953,"10":14,"107":445,"11":367,"12":51,"13":358,"14":83,"15":137,"155":25,"156":14,"158":23,"159":13,"16":139,"160":11,"161":156,"167":13,"17":197,"18":598,"19":542,"20":95,"209":35,"21":439,"210":4,"211":1,"214":17,"215":60,"221":192,"223":617,"224":98,"225":322,"23":343,"24":887,"25":360,"257":65,"26":195,"268":7,"27":52,"273":80,"276":30,"279":3,"28":531,"281":18,"282":9,"291":14,"292":102,"30":27,"302":3,"306":1,"31":33,"314":5,"317":7,"32":16,"33":39,"34":40,"347":11,"35":85,"352":535,"36":125,"37":35,"38":344,"380":8,"381":38,"383":25,"389":1,"39":78,"391":11,"396":3,"397":5,"40":69,"409":52,"41":90,"414":14,"415":52,"419":10,"42":84,"426":2,"43":59,"430":25,"433":4,"44":8,"45":26,"46":169,"48":35,"49":21,"5":570,"51":46,"52":56,"53":26,"56":15,"570":18,"6":152,"63":33,"7":374,"79":17,"8":238,"80":6,"9":147,"all_client":72608,"all_tv_clinet":11655,"insert_time":"2014-08-18T02:33:44.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61066,"10":12,"107":450,"11":369,"12":53,"13":359,"14":82,"15":140,"155":25,"156":13,"158":23,"159":12,"16":138,"160":11,"161":161,"167":14,"17":196,"18":588,"19":545,"20":98,"209":34,"21":445,"210":4,"214":18,"215":59,"221":194,"223":627,"224":81,"225":328,"23":338,"24":882,"25":361,"257":66,"26":195,"268":8,"27":58,"273":77,"276":29,"279":2,"28":526,"281":20,"282":9,"291":13,"292":107,"30":27,"302":3,"306":1,"31":31,"314":6,"317":6,"32":15,"33":40,"34":37,"347":11,"35":87,"352":536,"36":126,"37":36,"38":351,"380":7,"381":39,"383":24,"389":1,"39":79,"391":14,"396":2,"397":5,"40":59,"409":51,"41":94,"414":13,"415":49,"419":10,"42":92,"426":2,"43":61,"430":27,"433":4,"44":11,"45":25,"46":173,"48":37,"49":22,"5":577,"51":45,"52":52,"53":25,"56":13,"570":17,"6":148,"63":30,"7":380,"79":17,"8":244,"80":6,"9":151,"all_client":72755,"all_tv_clinet":11689,"insert_time":"2014-08-18T02:34:44.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61242,"10":12,"107":453,"11":373,"12":54,"13":355,"14":89,"15":141,"155":25,"156":14,"158":23,"159":13,"16":144,"160":12,"161":165,"167":14,"168":1,"17":202,"18":592,"19":547,"20":101,"209":39,"21":448,"210":4,"214":17,"215":56,"221":203,"223":627,"224":70,"225":329,"23":330,"24":871,"25":367,"257":67,"26":192,"268":7,"27":60,"273":78,"276":27,"279":2,"28":523,"281":20,"282":10,"291":13,"292":103,"30":25,"302":3,"306":1,"31":29,"314":7,"317":6,"32":14,"33":41,"34":37,"347":11,"35":89,"352":542,"36":127,"37":35,"38":349,"380":7,"381":38,"383":24,"389":1,"39":86,"391":16,"396":3,"397":6,"40":54,"409":55,"41":94,"414":17,"415":45,"419":10,"42":92,"43":61,"430":26,"433":4,"44":13,"45":24,"46":169,"48":40,"49":19,"5":588,"51":47,"52":52,"53":25,"56":9,"570":15,"6":145,"63":30,"7":376,"79":18,"8":247,"80":5,"9":155,"all_client":72967,"all_tv_clinet":11725,"insert_time":"2014-08-18T02:35:45.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61435,"10":13,"107":469,"11":378,"12":54,"13":361,"14":89,"15":144,"155":24,"156":14,"158":21,"159":13,"16":150,"160":13,"161":162,"167":16,"168":1,"17":200,"18":599,"19":538,"20":103,"209":39,"21":457,"210":3,"214":19,"215":49,"221":204,"223":629,"224":68,"225":326,"23":322,"24":869,"25":375,"257":61,"26":191,"268":7,"27":55,"273":85,"276":28,"279":5,"28":526,"281":21,"282":11,"291":14,"292":103,"30":23,"302":3,"306":1,"31":27,"314":7,"317":7,"32":16,"33":44,"34":35,"347":11,"35":91,"352":550,"36":129,"37":34,"38":343,"380":8,"381":37,"383":25,"39":92,"391":18,"396":3,"397":9,"40":52,"409":54,"41":92,"414":18,"415":46,"419":10,"42":94,"43":63,"430":26,"433":5,"44":15,"45":22,"46":165,"48":40,"49":19,"5":588,"51":44,"52":49,"53":24,"56":9,"570":12,"6":146,"63":30,"7":375,"79":18,"8":246,"80":5,"9":148,"all_client":73192,"all_tv_clinet":11757,"insert_time":"2014-08-18T02:36:45.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61576,"10":15,"107":474,"11":385,"12":57,"13":362,"14":83,"15":149,"155":24,"156":13,"158":19,"159":13,"16":150,"160":12,"161":161,"167":16,"168":1,"17":203,"18":591,"19":539,"20":103,"209":42,"21":471,"210":3,"214":19,"215":47,"221":201,"223":621,"224":66,"225":328,"23":317,"24":869,"25":386,"257":65,"26":190,"268":3,"27":54,"273":82,"276":28,"279":5,"28":533,"281":19,"282":13,"291":14,"292":107,"30":25,"302":3,"306":1,"31":27,"314":5,"317":8,"32":18,"33":44,"34":37,"347":11,"35":92,"352":539,"36":129,"37":32,"38":331,"380":7,"381":36,"383":27,"39":93,"391":19,"396":3,"397":9,"40":48,"409":47,"41":98,"414":19,"415":49,"419":9,"42":94,"43":63,"430":25,"433":5,"44":16,"45":21,"46":158,"48":41,"49":20,"5":598,"51":47,"52":49,"53":24,"56":8,"570":12,"6":143,"63":29,"7":372,"79":17,"8":237,"80":6,"9":144,"all_client":73324,"all_tv_clinet":11748,"insert_time":"2014-08-18T02:37:46.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61712,"10":12,"107":476,"11":397,"12":58,"13":365,"14":84,"15":156,"155":24,"156":15,"158":19,"159":12,"16":148,"160":12,"161":153,"167":16,"17":204,"18":584,"19":531,"20":105,"209":43,"21":479,"210":3,"214":20,"215":47,"221":199,"223":628,"224":60,"225":325,"23":320,"24":870,"25":390,"257":60,"26":191,"268":3,"27":55,"273":86,"276":29,"279":6,"28":530,"281":19,"282":13,"291":13,"292":110,"30":25,"302":3,"306":1,"31":28,"314":4,"317":8,"32":19,"33":43,"34":40,"347":11,"35":96,"352":543,"36":136,"37":30,"38":324,"380":7,"381":34,"383":30,"39":103,"391":19,"396":3,"397":9,"40":43,"409":46,"41":99,"414":18,"415":51,"419":9,"42":98,"43":63,"430":22,"433":4,"44":18,"45":20,"46":168,"48":42,"49":22,"5":605,"51":51,"52":51,"53":26,"56":8,"570":12,"6":137,"63":29,"7":375,"79":16,"8":222,"80":6,"9":143,"all_client":73502,"all_tv_clinet":11790,"insert_time":"2014-08-18T02:38:46.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61882,"10":12,"107":471,"11":416,"12":59,"13":369,"14":79,"15":154,"155":25,"156":16,"158":18,"159":11,"16":153,"160":13,"161":154,"167":19,"17":198,"18":588,"19":530,"20":105,"209":43,"21":489,"210":3,"214":22,"215":42,"221":195,"223":638,"224":56,"225":328,"23":315,"24":869,"25":399,"257":60,"26":184,"268":3,"27":65,"273":87,"276":27,"279":4,"28":507,"281":18,"282":14,"291":13,"292":112,"30":22,"302":4,"306":1,"31":23,"314":8,"317":8,"32":18,"33":42,"34":41,"347":11,"35":102,"352":543,"36":128,"37":33,"38":337,"380":7,"381":33,"383":29,"39":105,"391":18,"396":3,"397":9,"40":43,"409":45,"41":95,"414":17,"415":49,"419":10,"42":97,"43":63,"430":21,"433":4,"44":17,"45":18,"46":169,"48":45,"49":23,"5":621,"51":55,"52":54,"53":26,"56":7,"570":11,"6":137,"63":29,"7":389,"79":16,"8":214,"80":9,"9":141,"all_client":73715,"all_tv_clinet":11833,"insert_time":"2014-08-18T02:39:47.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62082,"10":12,"107":463,"11":424,"12":63,"13":366,"14":79,"15":155,"155":25,"156":17,"158":17,"159":11,"16":155,"160":13,"161":156,"167":19,"17":192,"18":592,"19":519,"20":103,"209":39,"21":500,"210":4,"214":22,"215":41,"221":191,"223":637,"224":55,"225":324,"23":314,"24":872,"25":408,"257":59,"26":176,"268":3,"27":72,"273":90,"276":25,"279":4,"28":484,"281":18,"282":13,"291":13,"292":115,"30":25,"302":5,"306":1,"31":20,"314":9,"317":8,"32":19,"33":44,"34":37,"347":12,"35":104,"352":552,"36":127,"37":34,"38":345,"380":7,"381":33,"383":28,"39":109,"391":18,"396":3,"397":9,"40":42,"409":44,"41":91,"414":20,"415":47,"419":12,"42":101,"43":65,"430":21,"433":3,"44":17,"45":17,"46":172,"48":46,"49":23,"5":629,"51":55,"52":55,"53":25,"56":6,"570":11,"6":128,"63":28,"7":409,"79":16,"8":203,"80":10,"9":141,"all_client":73928,"all_tv_clinet":11846,"insert_time":"2014-08-18T02:40:48.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62224,"10":13,"107":448,"11":436,"12":68,"13":364,"14":81,"15":146,"155":27,"156":17,"158":16,"159":10,"16":152,"160":12,"161":154,"167":19,"17":187,"18":614,"19":518,"20":101,"209":40,"21":519,"210":4,"214":23,"215":37,"221":182,"223":640,"224":51,"225":325,"23":320,"24":856,"25":422,"257":65,"26":167,"268":3,"27":76,"273":88,"276":25,"279":6,"28":448,"281":18,"282":14,"291":14,"292":119,"30":22,"302":5,"306":1,"31":20,"314":9,"317":8,"32":21,"33":44,"34":41,"347":14,"35":104,"352":550,"36":130,"37":38,"38":342,"380":7,"381":32,"383":27,"39":112,"391":19,"396":4,"397":9,"40":44,"409":46,"41":92,"414":19,"415":47,"419":11,"42":98,"43":70,"430":19,"431":1,"433":3,"44":19,"45":19,"46":174,"48":42,"49":26,"5":643,"51":55,"52":60,"53":25,"56":5,"570":11,"6":126,"63":26,"7":420,"79":16,"8":202,"80":10,"9":147,"all_client":74104,"all_tv_clinet":11880,"insert_time":"2014-08-18T02:41:49.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62375,"10":14,"107":453,"11":430,"12":70,"13":367,"14":83,"15":137,"155":28,"156":16,"158":16,"159":9,"16":156,"160":12,"161":154,"167":18,"17":182,"18":618,"19":528,"20":107,"209":41,"21":521,"210":5,"214":24,"215":37,"221":181,"223":639,"224":48,"225":327,"23":325,"24":845,"25":426,"257":66,"26":145,"268":3,"27":77,"273":89,"276":26,"279":6,"28":439,"281":16,"282":14,"291":13,"292":117,"30":21,"302":5,"306":1,"31":22,"314":7,"317":8,"32":20,"33":44,"34":42,"347":17,"35":104,"352":548,"36":136,"37":42,"38":339,"380":6,"381":34,"383":28,"39":118,"391":16,"396":4,"397":10,"40":47,"409":47,"41":92,"414":19,"415":47,"419":9,"42":104,"426":1,"43":71,"430":19,"431":1,"433":3,"44":23,"45":18,"46":180,"48":46,"49":28,"5":647,"51":59,"52":61,"53":25,"56":4,"570":11,"6":124,"63":26,"7":434,"79":13,"8":202,"80":8,"9":149,"all_client":74293,"all_tv_clinet":11918,"insert_time":"2014-08-18T02:42:50.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62606,"10":12,"107":444,"11":416,"12":73,"13":374,"14":84,"15":119,"155":29,"156":16,"158":15,"159":10,"16":153,"160":14,"161":152,"167":19,"17":187,"18":617,"19":531,"20":108,"209":43,"21":528,"210":4,"214":24,"215":38,"221":183,"223":639,"224":48,"225":326,"23":323,"24":848,"25":428,"257":67,"26":142,"268":3,"27":78,"273":91,"276":26,"279":6,"28":427,"281":19,"282":13,"291":13,"292":114,"30":23,"302":5,"306":1,"31":23,"314":7,"317":8,"32":18,"33":47,"34":45,"347":18,"35":108,"352":559,"36":139,"37":43,"38":338,"380":6,"381":33,"383":25,"39":122,"391":17,"396":4,"397":9,"40":48,"409":51,"41":94,"414":21,"415":54,"419":7,"42":106,"426":1,"43":71,"430":20,"431":1,"433":3,"44":20,"45":17,"46":179,"48":48,"49":29,"5":653,"51":60,"52":60,"53":24,"56":4,"570":10,"6":124,"63":28,"7":450,"79":14,"8":199,"80":8,"9":145,"all_client":74557,"all_tv_clinet":11951,"insert_time":"2014-08-18T02:43:50.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62522,"10":12,"107":445,"11":419,"12":76,"13":371,"14":97,"15":107,"155":30,"156":16,"158":18,"159":10,"16":149,"160":15,"161":145,"167":18,"17":192,"18":620,"19":532,"20":112,"209":40,"21":525,"210":5,"214":24,"215":36,"221":190,"223":626,"224":43,"225":337,"23":324,"24":857,"25":436,"257":65,"26":136,"268":4,"27":75,"273":86,"276":28,"279":5,"28":418,"281":19,"282":11,"291":13,"292":103,"30":23,"302":5,"306":1,"31":23,"314":7,"317":8,"32":18,"33":49,"34":46,"347":21,"35":107,"352":558,"36":137,"37":47,"38":347,"380":6,"381":32,"383":22,"39":119,"391":17,"396":3,"397":9,"40":50,"409":54,"41":99,"414":21,"415":58,"419":6,"42":101,"426":1,"43":63,"430":20,"433":3,"44":19,"45":17,"46":181,"48":51,"49":33,"5":657,"51":58,"52":58,"53":23,"56":4,"570":9,"6":124,"63":26,"7":450,"79":14,"8":198,"80":8,"9":138,"all_client":74461,"all_tv_clinet":11939,"insert_time":"2014-08-18T02:44:51.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62608,"10":13,"107":439,"11":428,"12":78,"13":373,"14":101,"15":97,"155":30,"156":18,"158":21,"159":10,"16":136,"160":14,"161":145,"167":17,"17":200,"18":623,"19":537,"20":109,"209":39,"21":519,"210":5,"214":24,"215":36,"221":194,"223":634,"224":41,"225":342,"23":327,"24":851,"25":434,"257":65,"26":127,"268":4,"27":77,"273":82,"276":25,"279":5,"28":415,"281":19,"282":11,"291":14,"292":104,"30":21,"302":5,"306":2,"31":25,"314":6,"317":7,"32":22,"33":48,"34":48,"347":20,"35":111,"352":559,"36":139,"37":48,"38":352,"380":7,"381":31,"383":22,"39":123,"391":17,"396":3,"397":10,"40":54,"409":56,"41":105,"414":21,"415":60,"419":6,"42":96,"426":1,"43":57,"430":23,"433":3,"44":22,"45":15,"46":176,"48":55,"49":33,"5":666,"51":62,"52":55,"53":21,"56":6,"570":8,"6":126,"63":27,"7":452,"79":15,"8":194,"80":8,"9":138,"all_client":74578,"all_tv_clinet":11970,"insert_time":"2014-08-18T02:45:51.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62783,"10":13,"107":434,"11":426,"12":77,"13":371,"14":103,"15":90,"155":31,"156":17,"158":21,"159":10,"16":133,"160":17,"161":151,"167":18,"17":205,"18":618,"19":503,"20":114,"209":36,"21":519,"210":6,"214":24,"215":36,"221":192,"223":642,"224":38,"225":347,"23":326,"24":847,"25":456,"257":65,"26":118,"268":4,"27":79,"273":82,"276":28,"279":5,"28":409,"281":18,"282":10,"291":15,"292":117,"30":22,"302":4,"306":2,"31":28,"314":6,"317":7,"32":25,"33":47,"34":52,"347":20,"35":100,"352":550,"36":133,"37":48,"38":345,"380":7,"381":34,"383":20,"39":124,"391":16,"396":2,"397":13,"40":58,"409":57,"41":105,"414":18,"415":62,"419":7,"42":84,"426":2,"43":50,"430":23,"433":3,"44":26,"45":13,"46":169,"48":62,"49":41,"5":683,"51":60,"52":54,"53":22,"56":6,"570":9,"6":137,"63":26,"7":462,"79":15,"8":191,"80":9,"9":139,"all_client":74752,"all_tv_clinet":11969,"insert_time":"2014-08-18T02:46:52.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62992,"10":15,"107":427,"11":429,"12":80,"13":376,"14":105,"15":89,"155":31,"156":15,"158":21,"159":10,"16":130,"160":16,"161":170,"167":19,"17":208,"18":612,"19":475,"20":114,"209":34,"21":515,"210":7,"214":23,"215":34,"221":190,"223":636,"224":34,"225":342,"23":325,"24":852,"25":458,"257":68,"26":117,"268":2,"27":81,"273":87,"276":27,"279":8,"28":412,"281":18,"282":11,"291":15,"292":129,"30":25,"302":4,"306":3,"31":28,"314":6,"317":7,"32":24,"33":47,"34":52,"347":21,"35":89,"352":564,"36":129,"37":50,"38":357,"380":7,"381":36,"383":18,"39":125,"391":16,"396":2,"397":12,"40":60,"409":53,"41":108,"414":17,"415":66,"419":8,"42":80,"426":2,"43":51,"430":24,"433":3,"44":28,"45":15,"46":160,"48":66,"49":41,"5":677,"51":63,"52":53,"53":25,"56":7,"570":8,"6":137,"63":26,"7":468,"79":15,"8":192,"80":10,"9":134,"all_client":74978,"all_tv_clinet":11986,"insert_time":"2014-08-18T02:47:53.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63145,"10":13,"107":429,"11":433,"12":79,"13":387,"14":98,"15":86,"155":31,"156":14,"158":22,"159":9,"16":139,"160":17,"161":178,"167":20,"17":212,"18":617,"19":438,"20":114,"209":35,"21":512,"210":7,"214":22,"215":31,"221":199,"223":641,"224":32,"225":334,"23":331,"24":847,"25":468,"257":67,"26":120,"268":2,"27":83,"273":99,"276":29,"279":8,"28":402,"281":19,"282":12,"291":16,"292":136,"30":25,"302":4,"306":2,"31":29,"314":6,"317":5,"32":21,"33":46,"34":54,"347":21,"35":81,"352":575,"36":127,"37":52,"38":354,"380":7,"381":36,"383":18,"39":130,"391":16,"396":2,"397":12,"40":66,"409":49,"41":107,"414":18,"415":68,"419":8,"42":70,"426":2,"43":46,"430":25,"433":2,"44":27,"45":17,"46":145,"48":64,"49":46,"5":687,"51":66,"52":53,"53":31,"56":7,"570":9,"6":141,"63":23,"7":471,"79":15,"8":191,"80":10,"9":131,"all_client":75151,"all_tv_clinet":12006,"insert_time":"2014-08-18T02:48:53.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63342,"10":15,"107":439,"11":439,"12":85,"13":383,"14":94,"15":86,"155":31,"156":13,"158":25,"159":11,"16":141,"160":18,"161":186,"167":21,"17":212,"18":612,"19":433,"20":112,"209":37,"21":520,"210":7,"214":22,"215":30,"221":204,"223":647,"224":31,"225":327,"23":336,"24":850,"25":482,"257":63,"26":115,"268":2,"27":82,"273":102,"276":30,"279":8,"28":407,"281":19,"282":13,"291":16,"292":129,"30":23,"302":4,"306":2,"31":31,"314":4,"317":5,"32":20,"33":49,"34":55,"347":22,"35":78,"352":566,"36":127,"37":57,"38":356,"380":7,"381":34,"383":20,"39":134,"391":19,"396":2,"397":10,"40":69,"409":51,"41":112,"414":19,"415":65,"419":8,"42":63,"426":1,"43":45,"430":25,"433":2,"44":27,"45":17,"46":132,"48":63,"49":51,"5":677,"51":69,"52":54,"53":33,"56":8,"570":9,"6":146,"63":23,"7":474,"79":17,"8":177,"80":8,"9":123,"all_client":75370,"all_tv_clinet":12028,"insert_time":"2014-08-18T02:49:54.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63546,"10":15,"107":425,"11":442,"12":84,"13":378,"14":86,"15":79,"155":31,"156":11,"158":24,"159":13,"16":143,"160":21,"161":185,"167":21,"17":215,"18":613,"19":426,"20":111,"209":39,"21":528,"210":7,"214":22,"215":29,"221":211,"223":656,"224":33,"225":330,"23":342,"24":859,"25":489,"257":68,"26":113,"268":2,"27":79,"273":101,"276":29,"279":7,"28":413,"281":20,"282":16,"291":16,"292":127,"30":24,"302":4,"306":1,"31":28,"314":4,"317":5,"32":17,"33":50,"34":52,"347":25,"35":76,"352":563,"36":127,"37":56,"38":360,"380":7,"381":33,"383":24,"39":138,"391":18,"396":1,"397":10,"40":74,"409":50,"41":114,"414":19,"415":59,"419":9,"42":60,"426":2,"43":44,"430":27,"433":1,"44":26,"45":17,"46":125,"48":68,"49":55,"5":683,"51":65,"52":54,"53":29,"56":6,"570":9,"6":148,"63":24,"7":482,"79":15,"8":162,"80":12,"9":123,"all_client":75590,"all_tv_clinet":12044,"insert_time":"2014-08-18T02:50:55.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63716,"10":15,"107":422,"11":442,"12":88,"13":374,"14":81,"15":83,"155":31,"156":11,"158":25,"159":14,"16":137,"160":21,"161":182,"167":21,"17":216,"18":612,"19":432,"20":106,"209":38,"21":531,"210":7,"214":20,"215":29,"221":207,"223":658,"224":32,"225":326,"23":340,"24":871,"25":486,"257":68,"26":110,"268":2,"27":80,"273":103,"276":30,"279":7,"28":416,"281":18,"282":17,"291":15,"292":129,"30":23,"302":4,"306":1,"31":28,"314":5,"317":4,"32":18,"33":53,"34":52,"347":25,"35":72,"352":560,"36":129,"37":55,"38":358,"380":8,"381":30,"383":26,"39":143,"391":18,"396":1,"397":10,"40":74,"409":53,"41":113,"414":18,"415":62,"419":9,"42":61,"426":2,"43":44,"430":27,"433":1,"44":26,"45":15,"46":125,"48":69,"49":61,"5":690,"51":60,"52":55,"53":30,"56":6,"570":9,"6":148,"63":25,"7":483,"79":13,"8":153,"80":14,"9":123,"all_client":75761,"all_tv_clinet":12045,"insert_time":"2014-08-18T02:51:55.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63847,"10":13,"107":436,"11":447,"12":91,"13":375,"14":78,"15":84,"155":34,"156":13,"158":24,"159":13,"16":139,"160":22,"161":181,"167":21,"168":1,"17":212,"18":622,"19":444,"20":101,"209":38,"21":523,"210":8,"214":20,"215":26,"221":200,"223":655,"224":30,"225":313,"23":334,"24":882,"25":478,"257":74,"26":114,"268":3,"27":78,"273":107,"276":30,"279":6,"28":416,"281":17,"282":18,"291":15,"292":126,"30":22,"302":4,"306":1,"31":28,"314":5,"317":5,"32":21,"33":50,"34":52,"347":22,"35":66,"352":565,"36":126,"37":50,"38":376,"380":8,"381":29,"383":26,"39":144,"391":20,"396":1,"397":10,"40":74,"409":55,"41":113,"414":18,"415":61,"419":12,"42":61,"426":2,"43":40,"430":27,"433":1,"44":28,"45":15,"46":122,"48":67,"49":63,"5":693,"51":57,"52":54,"53":34,"56":6,"570":8,"6":150,"63":26,"7":489,"79":10,"8":158,"80":12,"9":122,"all_client":75918,"all_tv_clinet":12071,"insert_time":"2014-08-18T02:52:56.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63952,"10":15,"107":436,"11":440,"12":98,"13":377,"14":80,"15":76,"155":35,"156":15,"158":26,"159":12,"16":141,"160":21,"161":187,"167":20,"168":1,"17":213,"18":610,"19":462,"20":105,"209":39,"21":521,"210":8,"214":19,"215":29,"221":201,"223":661,"224":28,"225":315,"23":330,"24":890,"25":478,"257":78,"26":116,"268":3,"27":79,"273":115,"276":30,"279":7,"28":413,"281":17,"282":18,"291":15,"292":114,"30":19,"302":4,"306":1,"31":28,"314":5,"317":5,"32":21,"33":52,"34":53,"347":19,"35":61,"352":566,"36":132,"37":51,"38":370,"380":9,"381":28,"383":27,"39":144,"391":20,"396":1,"397":11,"40":73,"409":56,"41":108,"414":17,"415":59,"419":13,"42":56,"426":3,"43":42,"430":27,"433":1,"44":29,"45":15,"46":120,"48":69,"49":68,"5":702,"51":54,"52":54,"53":34,"56":6,"570":8,"6":154,"63":26,"7":485,"79":10,"8":170,"80":11,"9":122,"all_client":76065,"all_tv_clinet":12113,"insert_time":"2014-08-18T02:53:57.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64113,"10":15,"107":429,"11":449,"12":91,"13":379,"14":84,"15":75,"155":35,"156":15,"158":27,"159":12,"16":142,"160":22,"161":185,"167":19,"168":1,"17":217,"18":606,"19":474,"20":105,"209":39,"21":514,"210":7,"214":19,"215":33,"221":190,"223":675,"224":27,"225":312,"23":343,"24":890,"25":473,"257":78,"26":117,"268":3,"27":78,"273":117,"276":30,"279":8,"28":418,"281":18,"282":16,"291":16,"292":108,"30":19,"302":4,"306":1,"31":30,"314":5,"317":5,"32":22,"33":52,"34":51,"347":15,"35":59,"352":560,"36":138,"37":56,"38":364,"380":10,"381":29,"383":28,"39":141,"391":20,"396":2,"397":13,"40":73,"409":58,"41":106,"414":17,"415":62,"419":14,"42":54,"426":2,"43":42,"430":26,"433":1,"44":34,"45":13,"46":120,"48":70,"49":68,"5":699,"51":49,"52":54,"53":32,"56":6,"570":8,"6":164,"63":25,"7":475,"79":11,"8":178,"80":9,"9":123,"all_client":76241,"all_tv_clinet":12128,"insert_time":"2014-08-18T02:54:57.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64293,"10":14,"107":428,"11":450,"12":86,"13":380,"14":84,"15":74,"155":33,"156":14,"158":29,"159":12,"16":143,"160":22,"161":189,"167":19,"168":1,"17":221,"18":607,"19":482,"20":111,"209":38,"21":514,"210":5,"214":19,"215":35,"221":182,"223":678,"224":29,"225":321,"23":361,"24":875,"25":470,"257":77,"26":120,"268":2,"27":71,"273":119,"276":29,"279":8,"28":415,"281":16,"282":16,"291":16,"292":98,"30":17,"302":4,"306":1,"31":30,"314":5,"317":5,"32":20,"33":50,"34":49,"347":14,"35":56,"352":557,"36":130,"37":57,"38":373,"380":11,"381":28,"383":28,"39":145,"391":20,"396":1,"397":13,"40":76,"409":63,"41":101,"414":18,"415":63,"419":14,"42":52,"426":3,"43":40,"430":27,"433":1,"44":36,"45":13,"46":120,"48":71,"49":73,"5":699,"51":45,"52":55,"53":28,"56":7,"570":9,"6":172,"63":26,"7":482,"79":9,"8":198,"80":9,"9":129,"all_client":76459,"all_tv_clinet":12166,"insert_time":"2014-08-18T02:55:58.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64517,"10":13,"107":425,"11":456,"12":87,"13":369,"14":83,"15":72,"155":33,"156":14,"158":32,"159":14,"16":147,"160":23,"161":179,"167":20,"168":2,"17":220,"18":616,"19":502,"20":112,"209":37,"21":517,"210":5,"214":18,"215":37,"221":175,"223":685,"224":31,"225":319,"23":358,"24":887,"25":471,"257":78,"26":125,"268":2,"27":61,"273":121,"276":27,"279":8,"28":426,"281":15,"282":13,"291":16,"292":95,"30":21,"302":4,"306":1,"31":32,"314":5,"317":4,"32":22,"33":49,"34":45,"347":11,"35":53,"352":562,"36":124,"37":62,"38":380,"380":11,"381":31,"383":28,"39":146,"391":19,"396":2,"397":11,"40":78,"409":66,"41":100,"414":18,"415":62,"419":14,"42":50,"426":2,"43":41,"430":27,"433":1,"44":36,"45":13,"46":117,"48":70,"49":74,"5":677,"51":43,"52":54,"53":35,"56":7,"570":10,"6":173,"63":27,"7":481,"79":8,"8":206,"80":11,"9":132,"all_client":76719,"all_tv_clinet":12202,"insert_time":"2014-08-18T02:56:58.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64630,"10":15,"107":421,"11":458,"12":87,"13":356,"14":90,"15":69,"155":33,"156":13,"158":32,"159":12,"16":157,"160":22,"161":166,"167":20,"168":3,"17":219,"18":614,"19":510,"20":113,"209":38,"21":535,"210":6,"214":18,"215":42,"221":179,"223":674,"224":35,"225":333,"23":351,"24":897,"25":467,"257":76,"26":127,"268":2,"27":51,"273":124,"276":28,"279":5,"28":435,"281":15,"282":13,"291":16,"292":98,"30":22,"302":3,"306":1,"31":36,"314":5,"317":4,"32":22,"33":46,"34":45,"347":11,"35":52,"352":571,"36":121,"37":62,"38":394,"380":11,"381":31,"383":28,"39":144,"391":19,"396":3,"397":10,"40":78,"409":69,"41":101,"414":14,"415":61,"419":14,"42":49,"426":2,"43":40,"430":28,"433":2,"44":35,"45":11,"46":116,"48":64,"49":79,"5":643,"51":42,"52":56,"53":37,"56":9,"570":10,"6":177,"63":29,"7":478,"79":11,"8":212,"80":12,"9":132,"all_client":76857,"all_tv_clinet":12227,"insert_time":"2014-08-18T02:57:59.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64758,"10":16,"107":423,"11":461,"12":98,"13":350,"14":95,"15":72,"155":33,"156":14,"158":33,"159":12,"16":163,"160":20,"161":154,"167":20,"168":3,"17":222,"18":613,"19":537,"20":108,"209":44,"21":535,"210":7,"214":17,"215":46,"221":182,"223":668,"224":40,"225":333,"23":349,"24":937,"25":467,"257":79,"26":127,"268":1,"27":47,"273":117,"276":28,"279":4,"28":440,"281":16,"282":13,"291":16,"292":101,"30":21,"302":3,"306":1,"31":42,"314":4,"317":4,"32":21,"33":45,"34":47,"347":10,"35":49,"352":571,"36":118,"37":63,"38":390,"380":10,"381":31,"383":29,"39":146,"391":20,"396":3,"397":11,"40":79,"409":66,"41":100,"414":13,"415":60,"419":13,"42":46,"426":2,"43":40,"430":29,"433":2,"44":31,"45":10,"46":120,"48":63,"49":81,"5":611,"51":41,"52":53,"53":41,"56":9,"570":9,"6":189,"63":32,"7":479,"79":10,"8":212,"80":14,"9":132,"all_client":77045,"all_tv_clinet":12287,"insert_time":"2014-08-18T02:58:59.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64912,"10":15,"107":420,"11":477,"12":101,"13":341,"14":93,"15":76,"155":33,"156":15,"158":33,"159":12,"16":170,"160":21,"161":149,"167":21,"168":3,"17":222,"18":591,"19":543,"20":112,"209":44,"21":542,"210":6,"214":16,"215":48,"221":189,"223":675,"224":38,"225":325,"23":356,"24":972,"25":462,"257":77,"26":133,"268":1,"27":40,"273":104,"276":28,"279":4,"28":452,"281":18,"282":13,"291":16,"292":107,"30":19,"302":3,"306":1,"31":45,"314":4,"317":3,"32":23,"33":43,"34":45,"347":9,"35":47,"352":572,"36":113,"37":68,"38":381,"380":10,"381":31,"383":28,"39":151,"391":19,"396":3,"397":12,"40":78,"409":58,"41":98,"414":10,"415":59,"419":13,"42":45,"426":3,"43":44,"430":30,"433":2,"44":29,"45":10,"46":122,"48":66,"49":83,"5":594,"51":40,"52":53,"53":41,"56":11,"570":9,"6":188,"63":32,"7":496,"79":10,"8":216,"80":15,"9":137,"all_client":77248,"all_tv_clinet":12336,"insert_time":"2014-08-18T03:00:00.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65053,"10":18,"107":421,"11":490,"12":104,"13":330,"14":94,"15":75,"155":33,"156":16,"158":36,"159":13,"16":163,"160":21,"161":151,"167":21,"168":2,"17":229,"18":579,"19":555,"20":109,"209":45,"21":540,"210":6,"214":16,"215":48,"221":192,"223":690,"224":44,"225":328,"23":351,"24":995,"25":445,"257":77,"26":135,"268":3,"27":39,"273":94,"276":27,"279":4,"28":455,"281":20,"282":13,"291":15,"292":110,"30":18,"302":4,"31":42,"314":4,"317":3,"32":23,"33":44,"34":45,"347":9,"35":45,"352":577,"36":113,"37":73,"38":385,"380":10,"381":30,"383":27,"39":151,"391":17,"396":4,"397":12,"40":79,"409":51,"41":90,"414":10,"415":56,"419":13,"42":44,"426":3,"43":41,"430":30,"433":2,"44":33,"45":12,"46":127,"48":66,"49":82,"5":573,"51":42,"52":55,"53":42,"56":13,"570":11,"6":185,"63":33,"7":513,"79":9,"8":216,"80":15,"9":135,"all_client":77422,"all_tv_clinet":12369,"insert_time":"2014-08-18T03:01:01.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65196,"10":20,"107":438,"11":505,"12":110,"13":322,"14":98,"15":77,"155":33,"156":15,"158":34,"159":13,"16":153,"160":22,"161":144,"167":22,"168":2,"17":231,"18":573,"19":572,"20":113,"209":38,"21":546,"210":8,"214":16,"215":49,"221":200,"223":677,"224":44,"225":329,"23":356,"24":1013,"25":426,"257":76,"26":139,"268":3,"27":37,"273":94,"276":27,"279":4,"28":474,"281":19,"282":13,"291":16,"292":114,"30":19,"302":4,"31":41,"314":6,"317":2,"32":24,"33":44,"34":48,"347":11,"35":40,"352":592,"36":118,"37":72,"38":385,"380":10,"381":29,"383":25,"39":150,"391":17,"396":4,"397":12,"40":76,"409":40,"41":80,"414":12,"415":53,"419":14,"42":47,"426":3,"43":44,"430":30,"433":2,"44":34,"45":12,"46":133,"48":66,"49":84,"5":553,"51":40,"52":54,"53":42,"56":13,"570":11,"6":174,"63":32,"7":519,"79":10,"8":228,"80":14,"9":140,"all_client":77624,"all_tv_clinet":12428,"insert_time":"2014-08-18T03:02:01.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65353,"10":19,"107":439,"11":515,"12":112,"13":319,"14":95,"15":79,"155":30,"156":15,"158":36,"159":13,"16":139,"160":25,"161":152,"167":22,"168":2,"17":232,"18":571,"19":575,"20":113,"209":36,"21":556,"210":8,"214":17,"215":56,"221":202,"223":658,"224":51,"225":329,"23":356,"24":1018,"25":409,"257":76,"26":145,"268":3,"27":36,"273":94,"276":27,"279":5,"28":492,"281":18,"282":13,"291":17,"292":120,"30":19,"302":5,"31":42,"314":6,"317":2,"32":23,"33":41,"34":53,"347":10,"35":36,"352":584,"36":121,"37":74,"38":391,"380":10,"381":27,"383":23,"39":155,"391":17,"396":5,"397":11,"40":77,"409":39,"41":71,"414":13,"415":53,"419":14,"42":48,"426":4,"43":44,"430":31,"433":2,"44":40,"45":12,"46":136,"48":63,"49":85,"5":533,"51":40,"52":58,"53":46,"56":15,"570":11,"6":182,"63":34,"7":531,"79":11,"8":234,"80":12,"9":148,"all_client":77840,"all_tv_clinet":12487,"insert_time":"2014-08-18T03:03:02.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65479,"10":16,"107":448,"11":509,"12":117,"13":315,"14":100,"15":77,"155":30,"156":15,"158":36,"159":14,"16":127,"160":26,"161":160,"167":22,"168":2,"17":237,"18":590,"19":580,"20":112,"209":36,"21":571,"210":8,"214":17,"215":57,"221":197,"223":650,"224":49,"225":330,"23":355,"24":1026,"25":389,"257":78,"26":147,"268":3,"27":38,"273":94,"276":26,"279":5,"28":507,"281":18,"282":12,"291":19,"292":123,"30":21,"302":5,"31":39,"314":7,"317":2,"32":23,"33":43,"34":54,"347":9,"35":35,"352":593,"36":129,"37":70,"38":399,"380":10,"381":26,"383":26,"39":156,"391":19,"396":4,"397":11,"40":79,"409":37,"41":61,"414":14,"415":52,"419":14,"42":44,"426":4,"43":44,"430":32,"433":2,"44":39,"45":11,"46":146,"48":62,"49":89,"5":510,"51":41,"52":58,"53":47,"56":18,"570":11,"6":186,"63":35,"7":542,"79":11,"8":241,"80":12,"9":151,"all_client":78041,"all_tv_clinet":12562,"insert_time":"2014-08-18T03:04:02.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65563,"10":16,"107":435,"11":493,"12":116,"13":319,"14":99,"15":78,"155":28,"156":17,"158":37,"159":15,"16":128,"160":25,"161":159,"167":23,"168":2,"17":238,"18":595,"19":582,"20":111,"209":38,"21":566,"210":11,"211":1,"214":17,"215":58,"221":209,"223":672,"224":52,"225":315,"23":353,"24":1028,"25":376,"257":78,"26":145,"268":4,"27":38,"273":92,"276":26,"279":5,"28":521,"281":16,"282":13,"291":19,"292":127,"30":21,"302":5,"31":37,"314":6,"317":2,"32":22,"33":45,"34":58,"347":8,"35":34,"352":603,"36":133,"37":68,"38":408,"380":10,"381":27,"383":28,"39":155,"391":17,"396":4,"397":11,"40":78,"409":37,"41":59,"414":14,"415":54,"419":15,"42":44,"426":4,"43":45,"430":32,"433":2,"44":37,"45":14,"46":146,"48":65,"49":95,"5":509,"51":40,"52":58,"53":50,"56":19,"570":11,"6":189,"63":34,"7":547,"79":12,"8":240,"80":16,"9":158,"all_client":78185,"all_tv_clinet":12622,"insert_time":"2014-08-18T03:05:03.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65767,"10":15,"107":438,"11":466,"12":114,"13":323,"14":102,"15":79,"155":28,"156":17,"158":39,"159":16,"16":132,"160":27,"161":158,"167":21,"168":2,"17":235,"18":589,"19":586,"20":110,"209":36,"21":557,"210":12,"211":1,"214":17,"215":61,"221":203,"223":676,"224":57,"225":310,"23":367,"24":1035,"25":363,"257":79,"26":142,"268":5,"27":40,"273":91,"276":27,"279":3,"28":527,"281":15,"282":12,"291":18,"292":128,"30":23,"302":5,"31":36,"314":6,"317":2,"32":23,"33":46,"34":57,"347":8,"35":33,"352":610,"36":135,"37":69,"38":410,"380":10,"381":26,"383":28,"39":160,"391":16,"396":3,"397":11,"40":76,"409":36,"41":59,"414":15,"415":56,"419":15,"42":45,"426":4,"43":49,"430":31,"433":2,"44":35,"45":15,"46":153,"48":67,"49":93,"5":500,"51":38,"52":58,"53":47,"56":18,"570":11,"6":195,"63":37,"7":557,"79":14,"8":240,"80":17,"9":175,"all_client":78421,"all_tv_clinet":12654,"insert_time":"2014-08-18T03:06:03.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65894,"10":14,"107":441,"11":452,"12":111,"13":316,"14":103,"15":78,"155":27,"156":17,"158":39,"159":18,"16":134,"160":27,"161":158,"167":23,"168":3,"17":232,"18":594,"19":582,"20":113,"209":38,"21":549,"210":13,"211":2,"214":17,"215":70,"221":203,"223":674,"224":58,"225":315,"23":376,"24":1045,"25":361,"257":81,"26":144,"268":5,"27":38,"273":91,"276":25,"279":3,"28":536,"281":14,"282":11,"291":18,"292":126,"30":22,"302":5,"31":37,"314":6,"317":2,"32":26,"33":45,"34":56,"347":9,"35":31,"352":592,"36":138,"37":70,"38":408,"380":9,"381":27,"383":27,"39":158,"391":16,"396":3,"397":11,"40":74,"409":39,"41":55,"414":15,"415":57,"419":15,"42":43,"426":4,"43":49,"430":31,"433":2,"44":30,"45":16,"46":149,"48":66,"49":94,"5":499,"51":37,"52":62,"53":49,"56":18,"570":11,"6":214,"63":37,"7":552,"79":13,"8":243,"80":19,"9":178,"all_client":78558,"all_tv_clinet":12664,"insert_time":"2014-08-18T03:07:04.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66117,"10":12,"107":422,"11":439,"12":112,"13":318,"14":101,"15":77,"155":27,"156":17,"158":36,"159":18,"16":133,"160":27,"161":161,"167":25,"168":3,"17":233,"18":598,"19":584,"20":115,"209":40,"21":529,"210":12,"211":2,"214":17,"215":71,"221":207,"223":674,"224":59,"225":326,"23":374,"24":1053,"25":360,"257":82,"26":149,"268":5,"27":42,"273":94,"276":26,"279":2,"28":538,"281":14,"282":12,"291":18,"292":125,"30":21,"302":5,"31":40,"314":7,"317":2,"32":26,"33":47,"34":56,"347":10,"35":31,"352":585,"36":137,"37":73,"38":419,"380":9,"381":26,"383":28,"39":145,"391":15,"396":4,"397":11,"40":73,"409":42,"41":54,"414":16,"415":56,"419":12,"42":42,"426":5,"43":48,"430":31,"433":2,"44":27,"45":17,"46":154,"48":69,"49":98,"5":497,"51":37,"52":64,"53":51,"56":19,"570":12,"6":216,"63":38,"7":567,"79":17,"8":248,"80":16,"9":182,"all_client":78813,"all_tv_clinet":12696,"insert_time":"2014-08-18T03:08:05.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66264,"10":14,"107":416,"11":441,"12":107,"13":322,"14":107,"15":76,"155":24,"156":17,"158":37,"159":17,"16":145,"160":28,"161":166,"167":26,"168":3,"17":237,"18":603,"19":580,"20":117,"209":42,"21":498,"210":13,"211":2,"214":17,"215":76,"221":208,"223":672,"224":60,"225":334,"23":379,"24":1058,"25":364,"257":77,"26":155,"268":7,"27":44,"273":94,"276":26,"279":2,"28":551,"281":14,"282":13,"291":18,"292":126,"30":20,"302":5,"31":42,"314":8,"317":2,"32":26,"33":44,"34":56,"347":10,"35":32,"352":585,"36":139,"37":75,"38":421,"380":9,"381":22,"383":28,"39":131,"391":15,"396":3,"397":13,"40":75,"409":51,"41":53,"414":18,"415":56,"419":13,"42":41,"426":4,"43":49,"430":28,"433":2,"44":28,"45":17,"46":156,"48":66,"49":104,"5":500,"51":34,"52":64,"53":51,"56":20,"570":12,"6":201,"63":36,"7":579,"79":19,"8":252,"80":19,"9":194,"all_client":79025,"all_tv_clinet":12761,"insert_time":"2014-08-18T03:09:05.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66511,"10":12,"107":408,"11":444,"12":95,"13":329,"14":110,"15":79,"155":23,"156":18,"158":37,"159":17,"16":152,"160":27,"161":178,"167":29,"168":3,"17":234,"18":606,"19":582,"20":120,"209":41,"21":482,"210":14,"211":2,"214":17,"215":78,"221":211,"223":667,"224":64,"225":337,"23":377,"24":1055,"25":364,"257":75,"26":160,"268":7,"27":48,"273":97,"276":27,"279":2,"28":555,"281":15,"282":16,"291":15,"292":122,"30":21,"302":5,"31":41,"314":8,"317":4,"32":24,"33":40,"34":56,"347":10,"35":32,"352":579,"36":150,"37":75,"38":410,"380":8,"381":24,"383":29,"39":119,"391":18,"396":3,"397":13,"40":76,"409":54,"41":51,"414":18,"415":60,"419":13,"42":39,"426":4,"43":51,"430":26,"433":2,"44":25,"45":17,"46":154,"48":63,"49":113,"5":515,"51":34,"52":64,"53":53,"56":20,"570":11,"6":181,"63":35,"7":595,"79":20,"8":253,"80":20,"9":202,"all_client":79300,"all_tv_clinet":12789,"insert_time":"2014-08-18T03:10:06.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66683,"10":13,"107":412,"11":450,"12":89,"13":336,"14":112,"15":80,"155":23,"156":19,"158":37,"159":17,"16":159,"160":27,"161":194,"167":28,"168":2,"17":229,"18":611,"19":552,"20":129,"209":42,"21":479,"210":15,"211":2,"214":16,"215":79,"221":211,"223":657,"224":70,"225":338,"23":379,"24":1040,"25":363,"257":76,"26":167,"268":7,"27":49,"273":105,"276":29,"279":3,"28":567,"281":16,"282":18,"291":15,"292":115,"30":20,"302":4,"31":42,"314":8,"317":4,"32":26,"33":41,"34":53,"347":10,"35":28,"352":572,"36":156,"37":66,"38":412,"380":8,"381":23,"383":32,"39":105,"391":18,"396":3,"397":13,"40":78,"409":60,"41":48,"414":16,"415":60,"419":13,"42":35,"426":5,"43":52,"430":23,"433":2,"44":23,"45":14,"46":155,"48":61,"49":114,"5":521,"51":35,"52":67,"53":59,"56":19,"570":11,"6":164,"63":34,"7":603,"79":23,"8":252,"80":24,"9":202,"all_client":79477,"all_tv_clinet":12794,"insert_time":"2014-08-18T03:11:07.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66904,"10":11,"107":410,"11":460,"12":81,"13":341,"14":113,"15":81,"155":23,"156":22,"158":38,"159":17,"16":164,"160":29,"161":204,"167":28,"168":2,"17":228,"18":637,"19":521,"20":130,"209":47,"21":458,"210":15,"211":2,"214":15,"215":85,"221":224,"223":657,"224":71,"225":331,"23":377,"24":1039,"25":359,"257":82,"26":173,"268":7,"27":54,"273":109,"276":28,"279":3,"28":575,"281":17,"282":21,"291":15,"292":100,"30":18,"302":5,"31":43,"314":7,"317":4,"32":27,"33":44,"34":49,"347":11,"35":25,"352":573,"36":155,"37":59,"38":403,"380":8,"381":19,"383":34,"39":95,"391":18,"396":3,"397":14,"40":81,"409":69,"41":47,"414":14,"415":62,"419":14,"42":35,"426":4,"43":53,"430":22,"433":2,"44":19,"45":16,"46":158,"48":68,"49":119,"5":519,"51":35,"52":69,"53":64,"56":18,"570":10,"6":163,"63":33,"7":604,"79":25,"8":260,"80":22,"9":193,"all_client":79720,"all_tv_clinet":12816,"insert_time":"2014-08-18T03:12:08.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67072,"10":13,"107":407,"11":462,"12":71,"13":345,"14":120,"15":80,"155":23,"156":22,"158":38,"159":16,"16":168,"160":30,"161":207,"167":27,"168":2,"17":228,"18":647,"19":486,"20":133,"209":46,"21":452,"210":15,"211":2,"214":15,"215":86,"221":222,"223":655,"224":74,"225":322,"23":383,"24":1061,"25":358,"257":83,"26":176,"268":8,"27":55,"273":110,"276":28,"279":3,"28":578,"281":14,"282":21,"291":14,"292":104,"30":19,"302":5,"31":41,"314":7,"317":3,"32":22,"33":48,"34":51,"347":11,"35":24,"352":585,"36":158,"37":48,"38":417,"380":8,"381":19,"383":29,"39":88,"391":16,"396":4,"397":14,"40":85,"409":69,"41":46,"414":14,"415":60,"419":14,"42":35,"426":4,"43":53,"430":22,"433":3,"44":16,"45":16,"46":163,"48":71,"49":118,"5":522,"51":34,"52":71,"53":61,"56":20,"570":12,"6":156,"63":32,"7":630,"79":27,"8":261,"80":24,"9":183,"all_client":79921,"all_tv_clinet":12849,"insert_time":"2014-08-18T03:13:08.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67210,"10":13,"107":409,"11":461,"12":62,"13":344,"14":123,"15":82,"155":22,"156":25,"158":37,"159":15,"16":173,"160":32,"161":199,"167":26,"168":2,"17":229,"18":667,"19":467,"20":134,"209":48,"21":455,"210":13,"211":3,"214":13,"215":88,"221":213,"223":652,"224":79,"225":322,"23":387,"24":1098,"25":363,"257":82,"26":177,"268":9,"27":57,"273":101,"276":29,"279":5,"28":586,"281":14,"282":23,"291":13,"292":108,"30":20,"302":5,"31":39,"314":7,"317":3,"32":23,"33":48,"34":50,"347":10,"35":26,"352":601,"36":158,"37":49,"38":407,"380":8,"381":21,"383":25,"39":85,"391":17,"396":4,"397":14,"40":83,"409":66,"41":46,"414":11,"415":61,"419":16,"42":35,"426":2,"43":55,"430":21,"433":3,"44":15,"45":15,"46":165,"48":71,"49":116,"5":524,"51":32,"52":72,"53":65,"56":21,"570":12,"6":149,"63":32,"7":637,"79":24,"8":266,"80":21,"9":184,"all_client":80110,"all_tv_clinet":12900,"insert_time":"2014-08-18T03:14:09.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67326,"10":14,"107":408,"11":468,"12":59,"13":349,"14":133,"15":81,"155":18,"156":25,"158":39,"159":15,"16":177,"160":30,"161":192,"167":26,"168":2,"17":218,"18":670,"19":457,"20":138,"209":46,"21":470,"210":14,"211":4,"214":12,"215":93,"221":202,"223":657,"224":81,"225":307,"23":391,"24":1115,"25":357,"257":81,"26":176,"268":9,"27":54,"273":97,"276":33,"279":5,"28":587,"281":15,"282":22,"291":12,"292":121,"30":22,"302":4,"31":34,"314":6,"317":3,"32":21,"33":47,"34":53,"347":11,"35":26,"352":601,"36":163,"37":48,"38":421,"380":8,"381":22,"383":22,"39":77,"391":18,"396":5,"397":13,"40":83,"409":56,"41":48,"414":12,"415":61,"419":16,"42":36,"426":2,"43":58,"430":21,"433":3,"44":14,"45":13,"46":172,"48":67,"49":117,"5":536,"51":33,"52":68,"53":64,"56":22,"570":13,"6":149,"63":31,"7":628,"79":25,"8":271,"80":27,"9":198,"all_client":80275,"all_tv_clinet":12949,"insert_time":"2014-08-18T03:15:09.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67492,"10":15,"107":422,"11":473,"12":56,"13":358,"14":140,"15":90,"155":16,"156":26,"158":41,"159":15,"16":179,"160":30,"161":183,"167":26,"168":2,"17":207,"18":676,"19":457,"20":138,"209":48,"21":467,"210":14,"211":5,"214":12,"215":95,"221":200,"223":657,"224":86,"225":297,"23":396,"24":1100,"25":368,"257":82,"26":179,"268":8,"27":56,"273":95,"276":34,"279":5,"28":588,"281":14,"282":23,"291":13,"292":149,"30":21,"302":4,"31":33,"314":6,"317":3,"32":23,"33":47,"34":53,"347":11,"35":27,"352":596,"36":163,"37":44,"38":418,"380":6,"381":25,"383":22,"39":70,"391":17,"396":4,"397":13,"40":88,"409":55,"41":50,"414":13,"415":57,"419":17,"42":37,"426":2,"43":58,"430":19,"433":3,"44":10,"45":13,"46":170,"48":62,"49":117,"5":529,"51":38,"52":63,"53":62,"56":21,"570":12,"6":139,"63":32,"7":615,"79":26,"8":279,"80":27,"9":207,"all_client":80460,"all_tv_clinet":12968,"insert_time":"2014-08-18T03:16:10.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67717,"10":15,"107":418,"11":482,"12":51,"13":364,"14":138,"15":95,"155":14,"156":25,"158":40,"159":15,"16":173,"160":32,"161":187,"167":26,"168":2,"17":189,"18":692,"19":450,"20":145,"209":47,"21":458,"210":14,"211":5,"214":12,"215":98,"221":198,"223":651,"224":82,"225":297,"23":404,"24":1109,"25":370,"257":80,"26":176,"268":8,"27":60,"273":95,"276":35,"279":3,"28":588,"281":13,"282":23,"291":14,"292":150,"30":19,"302":4,"31":32,"314":5,"317":3,"32":23,"33":47,"34":51,"347":12,"35":26,"352":604,"36":158,"37":42,"38":430,"380":6,"381":27,"383":20,"39":67,"391":16,"396":4,"397":13,"40":90,"409":55,"41":51,"414":15,"415":57,"419":18,"42":40,"426":1,"43":61,"430":20,"433":3,"44":11,"45":13,"46":168,"48":57,"49":119,"5":538,"51":41,"52":60,"53":65,"56":22,"570":12,"6":131,"63":34,"7":605,"79":27,"8":282,"80":27,"9":212,"all_client":80704,"all_tv_clinet":12987,"insert_time":"2014-08-18T03:17:11.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67852,"10":17,"107":433,"11":484,"12":53,"13":371,"14":131,"15":98,"155":14,"156":26,"158":40,"159":16,"16":166,"160":32,"161":189,"167":27,"168":2,"17":186,"18":691,"19":442,"20":151,"209":49,"21":448,"210":13,"211":5,"214":13,"215":102,"221":188,"223":642,"224":89,"225":300,"23":404,"24":1129,"25":382,"257":73,"26":169,"268":8,"27":67,"273":99,"276":35,"279":3,"28":587,"281":13,"282":23,"291":14,"292":157,"30":18,"302":5,"31":38,"314":5,"317":3,"32":24,"33":52,"34":45,"347":12,"35":26,"352":600,"36":157,"37":39,"38":425,"380":6,"381":31,"383":22,"39":64,"391":19,"396":4,"397":13,"40":92,"409":56,"41":47,"414":16,"415":56,"419":18,"42":40,"426":1,"43":68,"430":20,"433":3,"44":11,"45":13,"46":171,"48":52,"49":119,"5":543,"51":41,"52":54,"53":62,"56":22,"570":11,"6":123,"63":34,"7":610,"79":28,"8":281,"80":30,"9":217,"all_client":80880,"all_tv_clinet":13028,"insert_time":"2014-08-18T03:18:11.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68043,"10":15,"107":432,"11":481,"12":53,"13":359,"14":127,"15":104,"155":11,"156":27,"158":41,"159":18,"16":148,"160":30,"161":178,"167":25,"168":3,"17":183,"18":702,"19":440,"20":154,"209":44,"21":451,"210":12,"211":5,"214":11,"215":101,"221":189,"223":646,"224":90,"225":300,"23":405,"24":1142,"25":394,"257":77,"26":167,"268":8,"27":67,"273":99,"276":35,"279":4,"28":587,"281":12,"282":26,"291":16,"292":153,"30":18,"302":7,"31":38,"314":5,"317":3,"32":23,"33":52,"34":44,"347":13,"35":25,"352":602,"36":157,"37":37,"38":429,"380":6,"381":30,"383":20,"39":62,"391":18,"396":3,"397":14,"40":98,"409":57,"41":47,"414":16,"415":54,"419":18,"42":41,"426":1,"43":72,"430":19,"433":3,"44":12,"45":15,"46":177,"48":47,"49":119,"5":544,"51":39,"52":51,"53":61,"56":23,"570":12,"6":121,"63":35,"7":608,"79":30,"8":283,"80":30,"9":227,"all_client":81081,"all_tv_clinet":13038,"insert_time":"2014-08-18T03:19:12.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68187,"10":16,"107":427,"11":483,"12":52,"13":361,"14":120,"15":103,"155":10,"156":26,"158":43,"159":19,"16":137,"160":31,"161":181,"167":23,"168":3,"17":183,"18":704,"19":442,"20":152,"209":45,"21":459,"210":11,"211":5,"214":13,"215":106,"221":191,"223":658,"224":93,"225":298,"23":406,"24":1147,"25":400,"257":76,"26":168,"268":8,"27":71,"273":100,"276":35,"279":5,"28":589,"281":13,"282":27,"291":17,"292":155,"30":21,"302":7,"31":38,"314":5,"317":3,"32":22,"33":51,"34":44,"347":11,"35":28,"352":597,"36":158,"37":36,"38":418,"380":6,"381":33,"383":17,"39":63,"391":16,"396":3,"397":14,"40":102,"409":57,"41":53,"414":14,"415":49,"419":17,"42":44,"426":1,"43":75,"430":20,"433":3,"44":10,"45":14,"46":177,"48":40,"49":106,"5":553,"51":39,"52":51,"53":63,"56":22,"570":13,"6":118,"63":35,"7":607,"79":32,"8":284,"80":29,"9":242,"all_client":81260,"all_tv_clinet":13073,"insert_time":"2014-08-18T03:20:12.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68360,"10":17,"107":427,"11":488,"12":52,"13":368,"14":121,"15":107,"155":8,"156":27,"158":44,"159":19,"16":131,"160":30,"161":183,"167":21,"168":3,"17":181,"18":721,"19":437,"20":153,"209":41,"21":472,"210":9,"211":5,"214":15,"215":110,"221":195,"223":671,"224":94,"225":300,"23":407,"24":1137,"25":405,"257":72,"26":171,"268":9,"27":69,"273":99,"276":33,"279":6,"28":588,"281":13,"282":32,"291":18,"292":160,"30":24,"302":8,"306":1,"31":35,"314":6,"317":3,"32":24,"33":51,"34":43,"347":13,"35":30,"352":590,"36":149,"37":29,"38":414,"380":5,"381":35,"383":19,"39":63,"391":17,"396":3,"397":14,"40":106,"409":61,"41":57,"414":15,"415":47,"419":17,"42":49,"426":1,"43":80,"430":20,"433":6,"44":14,"45":13,"46":176,"48":39,"49":96,"5":564,"51":42,"52":50,"53":64,"56":23,"570":12,"6":114,"63":35,"7":607,"79":30,"8":287,"80":30,"9":252,"all_client":81512,"all_tv_clinet":13152,"insert_time":"2014-08-18T03:21:13.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68568,"10":16,"107":431,"11":499,"12":51,"13":378,"14":121,"15":109,"155":8,"156":28,"158":44,"159":16,"16":124,"160":31,"161":182,"167":22,"168":2,"17":170,"18":731,"19":437,"20":158,"209":46,"21":481,"210":10,"211":5,"214":15,"215":112,"221":199,"223":674,"224":98,"225":294,"23":402,"24":1153,"25":407,"257":70,"26":170,"268":8,"27":67,"273":99,"276":34,"279":7,"28":595,"281":13,"282":32,"291":19,"292":159,"30":26,"302":6,"306":1,"31":36,"314":5,"317":4,"32":22,"33":51,"34":39,"347":14,"35":36,"352":586,"36":150,"37":28,"38":395,"380":5,"381":35,"383":20,"39":58,"391":19,"396":3,"397":15,"40":103,"409":62,"41":53,"414":17,"415":46,"419":17,"42":49,"426":1,"43":81,"430":20,"433":5,"44":13,"45":12,"46":178,"48":44,"49":86,"5":568,"51":50,"52":49,"53":67,"56":22,"570":10,"6":109,"63":35,"7":606,"79":28,"8":289,"80":29,"9":256,"all_client":81754,"all_tv_clinet":13186,"insert_time":"2014-08-18T03:22:14.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68705,"10":18,"107":448,"11":518,"12":50,"13":382,"14":120,"15":112,"155":8,"156":28,"158":47,"159":15,"16":113,"160":30,"161":176,"167":21,"168":2,"17":166,"18":741,"19":427,"20":156,"209":51,"21":494,"210":11,"211":5,"214":15,"215":117,"221":192,"223":661,"224":107,"225":294,"23":402,"24":1167,"25":414,"257":68,"26":168,"268":8,"27":71,"273":103,"276":34,"279":6,"28":589,"281":14,"282":34,"291":19,"292":156,"30":27,"302":6,"306":1,"31":36,"314":4,"317":4,"32":21,"33":49,"34":38,"347":11,"35":37,"352":584,"36":152,"37":28,"38":387,"380":5,"381":34,"383":20,"39":58,"391":18,"396":2,"397":16,"40":93,"409":61,"41":50,"414":19,"415":46,"419":17,"42":50,"426":1,"43":83,"430":20,"433":5,"44":14,"45":10,"46":182,"48":47,"49":83,"5":567,"51":48,"52":48,"53":66,"56":22,"570":10,"6":110,"63":34,"7":612,"79":27,"8":299,"80":29,"9":265,"all_client":81939,"all_tv_clinet":13234,"insert_time":"2014-08-18T03:23:15.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68865,"10":18,"107":450,"11":524,"12":51,"13":385,"14":121,"15":116,"155":8,"156":27,"158":47,"159":14,"16":108,"160":29,"161":178,"167":18,"168":3,"17":160,"18":745,"19":424,"20":151,"209":51,"21":511,"210":12,"211":5,"214":16,"215":115,"221":199,"223":672,"224":113,"225":302,"23":401,"24":1183,"25":430,"257":71,"26":169,"268":6,"27":70,"273":105,"276":35,"279":6,"28":593,"281":13,"282":34,"291":20,"292":144,"30":25,"302":6,"306":1,"31":37,"314":4,"317":5,"32":23,"33":49,"34":39,"347":11,"35":37,"352":594,"36":153,"37":28,"38":394,"380":5,"381":33,"383":18,"39":57,"391":20,"396":2,"397":17,"40":80,"409":59,"41":50,"414":15,"415":45,"419":15,"42":49,"43":82,"430":22,"433":5,"44":14,"45":9,"46":180,"48":44,"49":80,"5":567,"51":54,"52":46,"53":66,"56":21,"570":9,"6":109,"63":34,"7":611,"79":28,"8":301,"80":26,"9":261,"all_client":82158,"all_tv_clinet":13293,"insert_time":"2014-08-18T03:24:15.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69062,"10":20,"107":446,"11":535,"12":48,"13":393,"14":123,"15":121,"155":8,"156":28,"158":50,"159":12,"16":103,"160":24,"161":190,"167":17,"168":3,"17":166,"18":737,"19":431,"20":147,"209":49,"21":503,"210":15,"211":5,"214":18,"215":118,"221":207,"223":690,"224":120,"225":303,"23":388,"24":1181,"25":438,"257":74,"26":177,"268":6,"27":72,"273":109,"276":34,"279":5,"28":592,"281":15,"282":36,"291":20,"292":128,"30":26,"302":6,"306":1,"31":37,"314":5,"317":5,"32":25,"33":48,"34":39,"347":9,"35":38,"352":601,"36":144,"37":29,"38":386,"380":6,"381":31,"383":18,"39":57,"391":20,"396":3,"397":17,"40":69,"409":64,"41":53,"414":15,"415":47,"419":13,"42":50,"43":84,"430":24,"433":5,"44":14,"45":9,"46":179,"48":39,"49":77,"5":574,"51":52,"52":48,"53":67,"56":21,"570":10,"6":112,"63":34,"7":615,"79":28,"8":303,"80":28,"9":252,"all_client":82404,"all_tv_clinet":13342,"insert_time":"2014-08-18T03:25:16.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69271,"10":18,"107":448,"11":544,"12":46,"13":402,"14":127,"15":120,"155":9,"156":30,"158":48,"159":12,"16":104,"160":20,"161":191,"167":19,"168":3,"17":161,"18":723,"19":442,"20":146,"209":47,"21":513,"210":15,"211":7,"214":18,"215":121,"221":208,"223":708,"224":130,"225":310,"23":376,"24":1150,"25":443,"257":74,"26":175,"268":6,"27":73,"273":122,"276":33,"279":5,"28":598,"281":15,"282":35,"291":20,"292":119,"30":30,"302":5,"306":1,"31":34,"314":6,"317":5,"32":28,"33":49,"34":38,"347":10,"35":38,"352":592,"36":144,"37":29,"38":386,"380":7,"381":31,"383":17,"39":57,"391":18,"396":3,"397":16,"40":63,"409":64,"41":52,"414":16,"415":45,"419":11,"42":47,"426":1,"43":92,"430":25,"433":5,"44":16,"45":9,"46":179,"48":39,"49":74,"5":580,"51":56,"52":53,"53":71,"56":22,"570":12,"6":116,"63":33,"7":610,"79":30,"8":303,"80":30,"9":242,"all_client":82645,"all_tv_clinet":13374,"insert_time":"2014-08-18T03:26:17.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69402,"10":20,"107":453,"11":553,"12":44,"13":400,"14":133,"15":116,"155":7,"156":32,"158":47,"159":12,"16":104,"160":19,"161":183,"167":20,"168":3,"17":164,"18":725,"19":451,"20":141,"209":48,"21":510,"210":17,"211":7,"214":18,"215":122,"221":210,"223":727,"224":140,"225":301,"23":375,"24":1132,"25":441,"257":75,"26":174,"268":5,"27":73,"273":127,"276":34,"279":7,"28":606,"281":16,"282":33,"291":20,"292":118,"30":31,"302":6,"306":1,"31":32,"314":6,"317":6,"32":29,"33":47,"34":39,"347":8,"35":39,"352":581,"36":151,"37":28,"38":393,"380":8,"381":32,"383":18,"39":57,"391":17,"396":2,"397":17,"40":56,"409":59,"41":52,"414":16,"415":44,"419":11,"42":47,"426":1,"43":91,"430":26,"433":5,"44":16,"45":8,"46":178,"48":39,"49":68,"5":586,"51":61,"52":60,"53":76,"56":22,"570":13,"6":117,"63":33,"7":609,"79":30,"8":308,"80":29,"9":223,"all_client":82797,"all_tv_clinet":13395,"insert_time":"2014-08-18T03:27:24.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69669,"10":16,"107":451,"11":554,"12":48,"13":404,"14":142,"15":110,"155":7,"156":28,"158":51,"159":12,"16":101,"160":17,"161":179,"167":21,"168":3,"17":169,"18":733,"19":473,"20":135,"209":52,"21":525,"210":20,"211":7,"214":18,"215":126,"221":213,"223":747,"224":154,"225":303,"23":380,"24":1154,"25":460,"257":74,"26":150,"268":8,"27":75,"273":117,"276":34,"279":7,"28":577,"281":17,"282":27,"291":22,"292":124,"30":33,"302":6,"306":1,"31":29,"314":6,"317":6,"32":28,"33":47,"34":40,"347":8,"35":40,"352":570,"36":148,"37":28,"38":390,"380":7,"381":33,"383":19,"39":60,"391":17,"396":3,"397":17,"40":52,"409":54,"41":51,"414":19,"415":46,"419":8,"42":48,"426":1,"43":97,"430":30,"433":6,"44":15,"45":11,"46":180,"48":37,"49":65,"5":600,"51":62,"52":64,"53":69,"56":22,"570":12,"6":120,"63":30,"7":612,"79":38,"8":313,"80":29,"9":218,"all_client":83159,"all_tv_clinet":13490,"insert_time":"2014-08-18T03:28:26.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69837,"10":14,"107":459,"11":542,"12":52,"13":408,"14":139,"15":107,"155":7,"156":29,"158":51,"159":11,"16":102,"160":17,"161":170,"167":22,"168":3,"17":171,"18":736,"19":493,"20":139,"209":50,"21":533,"210":20,"211":7,"214":20,"215":128,"221":217,"223":761,"224":157,"225":302,"23":367,"24":1153,"25":468,"257":77,"26":143,"268":6,"27":80,"273":108,"276":29,"279":5,"28":545,"281":16,"282":25,"291":22,"292":137,"30":31,"302":6,"306":1,"31":30,"314":5,"317":7,"32":29,"33":49,"34":43,"347":9,"35":40,"352":582,"36":148,"37":25,"38":399,"380":6,"381":35,"383":19,"39":63,"391":17,"396":3,"397":18,"40":47,"409":51,"41":47,"414":19,"415":53,"419":11,"42":50,"426":1,"43":99,"430":35,"433":6,"44":12,"45":11,"46":186,"48":35,"49":61,"5":612,"51":62,"52":69,"53":58,"56":22,"570":12,"6":122,"63":29,"7":611,"79":38,"8":318,"80":32,"9":224,"all_client":83383,"all_tv_clinet":13546,"insert_time":"2014-08-18T03:29:30.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70123,"10":14,"107":449,"11":544,"12":54,"13":411,"14":142,"15":108,"155":6,"156":30,"158":51,"159":11,"16":105,"160":17,"161":169,"167":21,"168":4,"17":169,"18":739,"19":508,"20":138,"209":48,"21":550,"210":21,"211":7,"214":20,"215":133,"221":230,"223":765,"224":157,"225":317,"23":354,"24":1134,"25":478,"257":78,"26":138,"268":6,"27":77,"273":102,"276":28,"279":4,"28":520,"281":15,"282":24,"291":24,"292":146,"30":30,"302":5,"306":1,"31":31,"314":5,"317":6,"32":26,"33":52,"34":45,"347":10,"35":41,"352":585,"36":150,"37":25,"38":402,"380":5,"381":33,"383":20,"39":59,"391":15,"396":3,"397":17,"40":41,"409":50,"41":41,"414":19,"415":52,"419":9,"42":54,"426":1,"43":103,"430":36,"431":1,"433":5,"434":1,"44":11,"45":12,"46":191,"48":35,"49":60,"5":630,"51":64,"52":68,"53":54,"56":24,"570":13,"6":123,"63":27,"7":615,"79":39,"8":323,"80":32,"9":225,"all_client":83714,"all_tv_clinet":13591,"insert_time":"2014-08-18T03:30:36.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70333,"10":15,"107":454,"11":562,"12":58,"13":428,"14":144,"15":111,"155":6,"156":33,"158":52,"159":10,"16":106,"160":16,"161":168,"167":21,"168":5,"17":165,"18":726,"19":517,"20":143,"209":46,"21":554,"210":21,"211":6,"214":18,"215":134,"221":233,"223":728,"224":162,"225":321,"23":340,"24":1103,"25":485,"257":77,"26":133,"268":7,"27":75,"273":99,"276":28,"279":6,"28":500,"281":16,"282":27,"291":25,"292":155,"30":29,"302":5,"306":1,"31":31,"314":7,"317":5,"32":23,"33":54,"34":49,"347":9,"35":46,"352":602,"36":152,"37":25,"38":400,"380":5,"381":37,"383":21,"39":61,"391":14,"396":3,"397":17,"40":38,"409":46,"41":44,"414":17,"415":52,"419":9,"42":52,"426":1,"43":103,"430":37,"431":1,"433":5,"434":1,"44":11,"45":13,"46":201,"48":36,"49":59,"5":643,"51":64,"52":68,"53":56,"56":24,"570":12,"6":125,"63":25,"7":627,"79":36,"8":337,"80":34,"9":237,"all_client":83982,"all_tv_clinet":13649,"insert_time":"2014-08-18T03:31:37.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70561,"10":17,"107":461,"11":580,"12":61,"13":434,"14":144,"15":104,"155":8,"156":30,"158":55,"159":10,"16":113,"160":16,"161":169,"167":25,"168":5,"17":162,"18":724,"19":508,"20":145,"209":43,"21":567,"210":22,"211":6,"214":20,"215":137,"221":245,"223":674,"224":166,"225":327,"23":327,"24":1087,"25":500,"257":81,"26":121,"268":7,"27":83,"273":96,"276":27,"279":7,"28":478,"281":16,"282":31,"291":25,"292":158,"30":28,"302":5,"306":1,"31":29,"314":7,"317":5,"32":23,"33":57,"34":54,"347":10,"35":44,"352":601,"36":152,"37":23,"38":397,"380":5,"381":37,"383":20,"39":61,"391":14,"396":3,"397":16,"40":34,"409":46,"41":51,"414":21,"415":51,"419":7,"42":52,"426":1,"43":107,"430":41,"431":1,"433":5,"44":12,"45":16,"46":197,"48":35,"49":61,"5":662,"51":61,"52":71,"53":48,"56":24,"570":9,"6":130,"63":24,"7":641,"79":37,"8":330,"80":35,"9":269,"all_client":84254,"all_tv_clinet":13693,"insert_time":"2014-08-18T03:32:39.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69336,"10":17,"107":449,"11":567,"12":61,"13":428,"14":142,"15":101,"155":8,"156":30,"158":55,"159":9,"16":111,"160":16,"161":163,"167":25,"168":5,"17":159,"18":710,"19":502,"20":142,"209":43,"21":559,"210":22,"211":6,"214":20,"215":132,"221":240,"223":659,"224":166,"225":323,"23":315,"24":1061,"25":497,"257":81,"26":120,"268":7,"27":81,"273":91,"276":27,"279":7,"28":470,"281":16,"282":31,"291":24,"292":156,"30":27,"302":5,"306":1,"31":29,"314":5,"317":5,"32":23,"33":55,"34":55,"347":10,"35":44,"352":587,"36":150,"37":22,"38":382,"380":4,"381":36,"383":20,"39":61,"391":15,"396":3,"397":15,"40":30,"409":45,"41":51,"414":20,"415":49,"419":9,"42":52,"426":1,"43":107,"430":40,"433":5,"434":1,"44":12,"45":16,"46":195,"48":35,"49":61,"5":661,"51":62,"52":70,"53":46,"56":24,"570":9,"6":126,"63":22,"7":628,"79":37,"8":326,"80":35,"9":257,"all_client":82776,"all_tv_clinet":13440,"insert_time":"2014-08-18T03:35:47.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68778,"10":17,"107":449,"11":566,"12":60,"13":423,"14":138,"15":97,"155":8,"156":29,"158":55,"159":8,"16":110,"160":16,"161":162,"167":25,"168":5,"17":160,"18":700,"19":498,"20":142,"209":41,"21":555,"210":22,"211":6,"214":20,"215":131,"221":239,"223":656,"224":166,"225":321,"23":306,"24":1045,"25":497,"257":79,"26":117,"268":7,"27":80,"273":90,"276":26,"279":8,"28":463,"281":16,"282":30,"291":24,"292":153,"30":27,"302":5,"306":1,"31":29,"314":5,"317":5,"32":23,"33":55,"34":55,"347":10,"35":42,"352":588,"36":151,"37":22,"38":374,"380":4,"381":36,"383":20,"39":59,"391":14,"396":3,"397":15,"40":28,"409":44,"41":50,"414":20,"415":49,"419":9,"42":51,"426":1,"43":107,"430":39,"433":5,"434":1,"44":12,"45":16,"46":193,"48":35,"49":61,"5":654,"51":62,"52":69,"53":46,"56":23,"570":9,"6":124,"63":22,"7":626,"79":35,"8":322,"80":36,"9":257,"all_client":82093,"all_tv_clinet":13315,"insert_time":"2014-08-18T03:36:48.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67929,"10":18,"107":444,"11":563,"12":58,"13":420,"14":133,"15":94,"155":8,"156":29,"158":53,"159":8,"16":106,"160":16,"161":159,"167":25,"168":5,"17":159,"18":693,"19":492,"20":139,"209":40,"21":548,"210":21,"211":6,"214":20,"215":129,"221":238,"223":649,"224":167,"225":314,"23":302,"24":1035,"25":492,"257":78,"26":115,"268":7,"27":80,"273":89,"276":24,"279":8,"28":446,"281":16,"282":29,"291":24,"292":150,"30":25,"302":5,"306":1,"31":28,"314":5,"317":4,"32":22,"33":55,"34":54,"347":10,"35":42,"352":581,"36":147,"37":21,"38":373,"380":4,"381":36,"383":20,"39":59,"391":14,"396":3,"397":15,"40":27,"409":42,"41":50,"414":20,"415":48,"419":9,"42":51,"426":1,"43":107,"430":39,"431":1,"433":4,"434":1,"44":12,"45":16,"46":189,"48":35,"49":59,"5":650,"51":62,"52":68,"53":45,"56":23,"570":9,"6":124,"63":21,"7":616,"79":35,"8":321,"80":36,"9":252,"all_client":81075,"all_tv_clinet":13146,"insert_time":"2014-08-18T03:37:51.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66842,"10":18,"107":436,"11":550,"12":58,"13":419,"14":130,"15":92,"155":8,"156":28,"158":53,"159":7,"16":105,"160":15,"161":155,"167":24,"168":5,"17":157,"18":681,"19":488,"20":137,"209":39,"21":545,"210":21,"211":6,"214":20,"215":126,"221":238,"223":637,"224":162,"225":307,"23":298,"24":1011,"25":486,"257":77,"26":112,"268":7,"27":78,"273":86,"276":21,"279":8,"28":440,"281":16,"282":27,"291":24,"292":147,"30":24,"302":5,"306":1,"31":26,"314":5,"317":4,"32":21,"33":55,"34":54,"347":10,"35":42,"352":574,"36":146,"37":20,"38":367,"380":4,"381":36,"383":19,"39":58,"391":14,"396":3,"397":15,"40":27,"409":40,"41":49,"414":19,"415":48,"419":9,"42":51,"43":104,"430":39,"431":1,"433":3,"434":1,"44":12,"45":16,"46":187,"48":34,"49":59,"5":638,"51":62,"52":68,"53":42,"56":23,"570":8,"6":123,"63":21,"7":609,"79":35,"8":315,"80":36,"9":247,"all_client":79776,"all_tv_clinet":12934,"insert_time":"2014-08-18T03:38:52.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68783,"10":20,"107":430,"11":595,"12":65,"13":418,"14":130,"15":95,"155":7,"156":33,"158":52,"159":8,"16":133,"160":14,"161":184,"167":24,"168":4,"17":173,"18":695,"19":435,"20":151,"209":34,"21":575,"210":20,"211":7,"214":19,"215":151,"221":249,"223":621,"224":158,"225":304,"23":319,"24":1035,"25":519,"257":84,"26":107,"268":7,"27":70,"273":95,"276":23,"279":11,"28":434,"281":17,"282":31,"291":26,"292":160,"30":25,"302":7,"31":31,"314":4,"317":3,"32":14,"33":53,"34":60,"347":18,"35":40,"352":597,"36":154,"37":26,"38":368,"380":5,"381":36,"383":25,"39":63,"391":20,"396":3,"397":13,"40":25,"409":40,"41":47,"414":25,"415":50,"419":7,"42":58,"43":80,"430":41,"431":1,"433":5,"44":12,"45":19,"46":189,"48":32,"49":80,"5":685,"51":63,"52":78,"53":54,"56":24,"570":9,"6":123,"63":19,"7":604,"79":35,"8":276,"80":43,"9":352,"all_client":82166,"all_tv_clinet":13383,"insert_time":"2014-08-18T03:39:54.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70943,"10":21,"107":433,"11":622,"12":76,"13":420,"14":142,"15":102,"155":8,"156":27,"158":53,"159":14,"16":141,"160":16,"161":191,"167":29,"168":2,"17":177,"18":703,"19":411,"20":168,"209":34,"21":610,"210":22,"211":8,"214":18,"215":166,"221":239,"223":599,"224":117,"225":297,"23":338,"24":1072,"25":570,"257":83,"26":97,"268":7,"27":61,"273":114,"276":25,"279":10,"28":471,"281":13,"282":33,"291":26,"292":130,"30":24,"302":8,"31":35,"314":5,"317":5,"32":12,"33":58,"34":71,"347":24,"35":34,"352":612,"36":163,"37":22,"38":387,"380":6,"381":32,"383":26,"39":69,"391":24,"396":5,"397":12,"40":20,"409":38,"41":49,"414":24,"415":53,"419":7,"42":58,"43":52,"430":42,"433":5,"44":12,"45":25,"46":166,"48":29,"49":108,"5":743,"51":64,"52":82,"53":49,"56":23,"570":10,"6":129,"63":21,"7":609,"79":36,"8":270,"80":52,"9":454,"all_client":84723,"all_tv_clinet":13780,"insert_time":"2014-08-18T03:40:57.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71209,"10":18,"107":442,"11":622,"12":82,"13":426,"14":139,"15":106,"155":8,"156":27,"158":55,"159":13,"16":146,"160":17,"161":198,"167":31,"168":2,"17":181,"18":703,"19":434,"20":167,"209":35,"21":631,"210":20,"211":8,"214":19,"215":171,"221":246,"223":590,"224":108,"225":306,"23":340,"24":1036,"25":547,"257":81,"26":92,"268":8,"27":56,"273":117,"276":26,"279":9,"28":483,"281":14,"282":38,"291":25,"292":111,"30":23,"302":7,"306":1,"31":31,"314":6,"317":5,"32":14,"33":61,"34":71,"347":24,"35":35,"352":602,"36":165,"37":23,"38":363,"380":7,"381":32,"383":27,"39":73,"391":24,"396":5,"397":12,"40":17,"409":41,"41":54,"414":24,"415":47,"419":6,"42":53,"43":52,"430":42,"433":6,"44":11,"45":24,"46":166,"48":30,"49":111,"5":775,"51":59,"52":83,"53":50,"56":20,"570":11,"6":138,"63":21,"7":602,"79":36,"8":259,"80":58,"9":479,"all_client":85029,"all_tv_clinet":13820,"insert_time":"2014-08-18T03:41:58.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71147,"10":17,"107":470,"11":631,"12":83,"13":427,"14":142,"15":106,"155":8,"156":27,"158":57,"159":15,"16":152,"160":17,"161":185,"167":31,"168":2,"17":184,"18":703,"19":434,"20":170,"209":33,"21":634,"210":20,"211":8,"214":18,"215":166,"221":240,"223":591,"224":96,"225":307,"23":327,"24":995,"25":504,"257":79,"26":89,"268":8,"27":53,"273":134,"276":30,"279":10,"28":494,"281":13,"282":39,"291":24,"292":115,"30":21,"302":7,"306":1,"31":29,"314":5,"317":6,"32":16,"33":63,"34":72,"347":24,"35":32,"352":588,"36":160,"37":23,"38":358,"380":8,"381":34,"383":28,"39":83,"391":27,"396":4,"397":15,"40":19,"409":46,"41":58,"414":22,"415":50,"419":6,"42":56,"426":1,"43":46,"430":41,"433":6,"44":9,"45":23,"46":162,"48":26,"49":120,"5":794,"51":57,"52":87,"53":46,"56":17,"570":10,"6":143,"63":19,"7":586,"79":37,"8":255,"80":61,"9":509,"all_client":84951,"all_tv_clinet":13804,"insert_time":"2014-08-18T03:42:59.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70947,"10":18,"107":483,"11":628,"12":86,"13":426,"14":143,"15":108,"155":9,"156":23,"158":53,"159":15,"16":158,"160":18,"161":188,"167":29,"168":3,"17":189,"18":688,"19":459,"20":174,"209":34,"21":650,"210":22,"211":7,"214":18,"215":173,"221":248,"223":584,"224":81,"225":301,"23":311,"24":955,"25":473,"257":82,"26":92,"268":8,"27":49,"273":130,"276":32,"279":10,"28":506,"281":14,"282":37,"291":23,"292":116,"30":20,"302":7,"306":1,"31":30,"314":4,"317":6,"32":17,"33":61,"34":72,"347":25,"35":29,"352":579,"36":153,"37":22,"38":355,"380":8,"381":32,"383":27,"39":90,"391":28,"396":5,"397":16,"40":21,"409":47,"41":57,"414":21,"415":51,"419":8,"42":54,"426":1,"43":43,"430":43,"433":5,"44":9,"45":24,"46":167,"48":24,"49":124,"5":799,"51":57,"52":87,"53":50,"56":17,"570":10,"6":141,"63":21,"7":578,"79":38,"8":256,"80":64,"9":523,"all_client":84728,"all_tv_clinet":13781,"insert_time":"2014-08-18T03:44:00.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70953,"10":20,"107":482,"11":646,"12":86,"13":433,"14":141,"15":108,"155":8,"156":20,"158":51,"159":16,"16":165,"160":17,"161":183,"167":28,"168":3,"17":194,"18":683,"19":466,"20":171,"209":35,"21":659,"210":20,"211":7,"214":18,"215":175,"221":249,"223":588,"224":79,"225":308,"23":309,"24":957,"25":456,"257":79,"26":86,"268":8,"27":47,"273":129,"276":34,"279":13,"28":515,"281":15,"282":38,"291":23,"292":118,"30":19,"302":7,"306":1,"31":31,"314":4,"317":6,"32":16,"33":56,"34":76,"347":24,"35":33,"352":574,"36":148,"37":23,"38":351,"380":8,"381":33,"383":30,"39":92,"391":29,"396":5,"397":16,"40":23,"409":53,"41":61,"414":20,"415":57,"419":9,"42":56,"43":43,"430":45,"433":5,"44":10,"45":25,"46":165,"48":27,"49":123,"5":813,"51":57,"52":88,"53":52,"56":17,"570":9,"6":133,"63":20,"7":569,"79":36,"8":261,"80":67,"9":533,"all_client":84798,"all_tv_clinet":13845,"insert_time":"2014-08-18T03:45:01.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71924,"10":19,"107":481,"11":661,"12":90,"13":436,"14":144,"15":113,"155":10,"156":16,"158":56,"159":13,"16":171,"160":18,"161":191,"167":31,"168":3,"17":202,"18":704,"19":492,"20":172,"209":35,"21":670,"210":22,"211":6,"214":17,"215":181,"221":259,"223":611,"224":75,"225":321,"23":311,"24":954,"25":442,"257":84,"26":85,"268":8,"27":46,"273":112,"276":35,"279":12,"28":530,"281":15,"282":41,"291":24,"292":129,"30":18,"302":6,"306":1,"31":28,"314":2,"317":6,"32":14,"33":56,"34":81,"347":21,"35":32,"352":589,"36":148,"37":24,"38":370,"380":8,"381":33,"383":33,"39":95,"391":30,"396":4,"397":16,"40":22,"409":53,"41":59,"414":24,"415":62,"419":9,"42":52,"43":46,"430":47,"433":5,"44":10,"45":27,"46":181,"48":28,"49":126,"5":833,"51":62,"52":88,"53":55,"56":13,"570":9,"6":128,"63":22,"7":572,"79":34,"8":270,"80":71,"9":556,"all_client":86051,"all_tv_clinet":14127,"insert_time":"2014-08-18T03:46:02.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72550,"10":19,"107":491,"11":689,"12":97,"13":423,"14":134,"15":113,"155":11,"156":14,"158":59,"159":13,"16":185,"160":19,"161":193,"167":32,"168":3,"17":215,"18":717,"19":503,"20":173,"209":36,"21":687,"210":21,"211":7,"214":18,"215":179,"221":255,"223":601,"224":73,"225":324,"23":314,"24":945,"25":434,"257":79,"26":86,"268":8,"27":41,"273":111,"276":35,"279":13,"28":530,"281":15,"282":41,"291":26,"292":140,"30":21,"302":6,"306":1,"31":26,"314":2,"317":6,"32":15,"33":56,"34":86,"347":21,"35":35,"352":606,"36":152,"37":22,"38":375,"380":7,"381":32,"383":36,"39":94,"391":33,"396":3,"397":16,"40":21,"409":59,"41":57,"414":24,"415":65,"419":9,"42":54,"43":46,"430":49,"433":5,"44":9,"45":31,"46":183,"48":32,"49":128,"5":843,"51":63,"52":94,"53":54,"56":12,"570":7,"6":132,"63":21,"7":568,"79":35,"8":283,"80":70,"9":570,"all_client":86847,"all_tv_clinet":14297,"insert_time":"2014-08-18T03:47:02.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73174,"10":22,"107":496,"11":679,"12":100,"13":410,"14":132,"15":116,"155":12,"156":13,"158":55,"159":12,"16":190,"160":19,"161":190,"167":33,"168":3,"17":221,"18":722,"19":522,"20":175,"209":34,"21":684,"210":22,"211":6,"214":19,"215":187,"221":263,"223":618,"224":73,"225":316,"23":319,"24":923,"25":429,"257":84,"26":85,"268":5,"27":44,"273":115,"276":37,"279":14,"28":522,"281":18,"282":43,"291":27,"292":149,"30":20,"302":6,"306":1,"31":26,"314":3,"317":7,"32":15,"33":57,"34":85,"347":23,"35":39,"352":621,"36":164,"37":27,"38":383,"380":7,"381":28,"383":38,"39":98,"391":32,"396":4,"397":16,"40":22,"409":58,"41":53,"414":26,"415":63,"419":11,"42":56,"43":48,"430":48,"433":6,"44":8,"45":32,"46":186,"48":31,"49":132,"5":858,"51":64,"52":95,"53":52,"56":11,"570":6,"6":133,"63":23,"7":558,"79":33,"8":288,"80":76,"9":598,"all_client":87607,"all_tv_clinet":14433,"insert_time":"2014-08-18T03:48:03.961Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73761,"10":24,"107":503,"11":671,"12":104,"13":397,"14":122,"15":123,"155":11,"156":13,"158":48,"159":15,"16":198,"160":19,"161":194,"167":36,"168":3,"17":228,"18":739,"19":527,"20":173,"209":35,"21":687,"210":23,"211":5,"214":20,"215":194,"221":258,"223":629,"224":69,"225":325,"23":326,"24":908,"25":427,"257":87,"26":84,"268":5,"27":48,"273":113,"276":37,"279":12,"28":506,"281":18,"282":46,"291":27,"292":153,"30":22,"302":5,"306":1,"31":30,"314":3,"317":6,"32":15,"33":57,"34":85,"347":23,"35":42,"352":631,"36":171,"37":30,"38":378,"380":8,"381":33,"383":40,"39":102,"391":32,"396":3,"397":15,"40":24,"409":59,"41":53,"414":25,"415":61,"419":11,"42":56,"43":45,"430":50,"433":6,"44":8,"45":34,"46":193,"48":30,"49":131,"5":882,"51":65,"52":97,"53":56,"56":11,"570":8,"6":138,"63":24,"7":567,"79":27,"8":304,"80":84,"9":609,"all_client":88341,"all_tv_clinet":14580,"insert_time":"2014-08-18T03:49:04.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74328,"10":27,"107":504,"11":640,"12":101,"13":382,"14":118,"15":130,"155":11,"156":11,"158":43,"159":17,"16":200,"160":17,"161":210,"167":38,"168":3,"17":239,"18":762,"19":529,"20":174,"209":33,"21":698,"210":23,"211":4,"214":21,"215":205,"221":258,"223":643,"224":67,"225":339,"23":330,"24":912,"25":428,"257":89,"26":81,"268":6,"27":47,"273":118,"276":37,"279":13,"28":516,"281":18,"282":47,"291":28,"292":154,"30":21,"302":5,"306":1,"31":30,"314":3,"317":6,"32":13,"33":57,"34":90,"347":25,"35":42,"352":641,"36":168,"37":34,"38":392,"380":8,"381":33,"383":40,"39":104,"391":30,"396":3,"397":14,"40":23,"409":61,"41":53,"414":27,"415":61,"419":12,"42":53,"43":45,"430":47,"433":7,"44":8,"45":37,"46":188,"48":27,"49":138,"5":896,"51":68,"52":97,"53":50,"56":11,"570":8,"6":135,"63":25,"7":560,"79":27,"8":326,"80":85,"9":633,"all_client":89067,"all_tv_clinet":14739,"insert_time":"2014-08-18T03:50:05.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74869,"10":28,"107":505,"11":627,"12":106,"13":370,"14":118,"15":134,"155":13,"156":11,"158":42,"159":15,"16":197,"160":17,"161":221,"167":38,"168":3,"17":253,"18":779,"19":550,"20":169,"209":35,"21":711,"210":25,"211":4,"214":21,"215":208,"221":259,"223":649,"224":66,"225":338,"23":334,"24":929,"25":429,"257":89,"26":82,"268":6,"27":47,"273":121,"276":39,"279":14,"28":526,"281":19,"282":48,"291":28,"292":163,"30":22,"302":5,"306":1,"31":30,"314":2,"317":6,"32":13,"33":59,"34":92,"347":27,"35":40,"352":639,"36":159,"37":37,"38":403,"380":6,"381":35,"383":39,"39":108,"391":30,"396":3,"397":14,"40":25,"409":64,"41":47,"414":29,"415":64,"419":12,"42":55,"43":38,"430":45,"433":7,"44":10,"45":40,"46":189,"48":27,"49":145,"5":890,"51":68,"52":94,"53":49,"56":11,"570":9,"6":133,"63":27,"7":567,"79":26,"8":332,"80":88,"9":660,"all_client":89776,"all_tv_clinet":14907,"insert_time":"2014-08-18T03:51:06.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74734,"10":30,"107":506,"11":585,"12":120,"13":370,"14":113,"15":138,"155":16,"156":10,"158":41,"159":14,"16":209,"160":20,"161":234,"167":39,"168":3,"17":268,"18":777,"19":572,"20":167,"209":37,"21":712,"210":25,"211":5,"214":21,"215":210,"221":264,"223":647,"224":59,"225":330,"23":337,"24":918,"25":418,"257":87,"26":86,"268":7,"27":44,"273":122,"276":41,"279":12,"28":535,"281":19,"282":50,"291":28,"292":166,"30":24,"302":4,"306":1,"31":27,"314":1,"317":7,"32":13,"33":53,"34":97,"347":32,"35":42,"352":638,"36":159,"37":37,"38":418,"380":5,"381":34,"383":36,"39":109,"391":31,"396":4,"397":13,"40":25,"409":64,"41":43,"414":29,"415":67,"419":13,"42":57,"43":37,"430":43,"433":6,"44":10,"45":40,"46":203,"48":26,"49":147,"5":854,"51":65,"52":95,"53":45,"56":9,"570":9,"6":131,"63":28,"7":548,"79":24,"8":348,"80":87,"9":688,"all_client":89672,"all_tv_clinet":14938,"insert_time":"2014-08-18T03:52:07.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74562,"10":30,"107":520,"11":544,"12":126,"13":374,"14":110,"15":136,"155":18,"156":9,"158":39,"159":15,"16":215,"160":21,"161":225,"167":40,"168":3,"17":277,"18":781,"19":588,"20":162,"209":34,"21":705,"210":23,"211":5,"214":21,"215":214,"221":262,"223":661,"224":60,"225":315,"23":329,"24":915,"25":406,"257":85,"26":82,"268":6,"27":42,"273":128,"276":41,"279":12,"28":545,"281":19,"282":51,"291":28,"292":176,"30":23,"302":5,"306":1,"31":23,"314":1,"317":7,"32":13,"33":50,"34":102,"347":32,"35":42,"352":639,"36":157,"37":38,"38":432,"380":5,"381":41,"383":35,"39":109,"391":30,"396":4,"397":12,"40":27,"409":61,"41":45,"414":32,"415":71,"419":12,"42":63,"43":35,"430":36,"433":6,"44":11,"45":39,"46":216,"48":26,"49":144,"5":823,"51":67,"52":98,"53":45,"56":8,"570":12,"6":131,"63":29,"7":539,"79":24,"8":376,"80":93,"9":713,"all_client":89543,"all_tv_clinet":14981,"insert_time":"2014-08-18T03:53:08.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74783,"10":31,"107":527,"11":504,"12":125,"13":367,"14":121,"15":136,"155":17,"156":8,"158":35,"159":16,"16":230,"160":22,"161":232,"167":37,"168":3,"17":282,"18":778,"19":607,"20":154,"209":34,"21":709,"210":24,"211":4,"214":21,"215":217,"221":262,"223":651,"224":58,"225":317,"23":326,"24":909,"25":395,"257":84,"26":81,"268":7,"27":37,"273":134,"276":41,"279":10,"28":563,"281":20,"282":47,"291":28,"292":185,"30":21,"302":5,"306":1,"31":25,"314":2,"317":7,"32":12,"33":50,"34":102,"347":30,"35":39,"352":636,"36":151,"37":38,"38":440,"380":5,"381":39,"383":35,"39":110,"391":28,"396":4,"397":12,"40":27,"409":57,"41":46,"414":29,"415":84,"419":10,"42":67,"43":38,"430":35,"433":6,"44":12,"45":34,"46":224,"48":28,"49":147,"5":800,"51":71,"52":101,"53":47,"56":8,"570":10,"6":140,"63":35,"7":523,"79":21,"8":397,"80":97,"9":729,"all_client":89794,"all_tv_clinet":15011,"insert_time":"2014-08-18T03:54:08.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74967,"10":35,"107":523,"11":492,"12":120,"13":352,"14":124,"15":130,"155":20,"156":8,"158":30,"159":18,"16":231,"160":21,"161":238,"167":37,"168":3,"17":287,"18":798,"19":616,"20":149,"209":33,"21":711,"210":25,"211":2,"214":22,"215":221,"221":261,"223":669,"224":55,"225":321,"23":324,"24":900,"25":395,"257":84,"26":82,"268":5,"27":40,"273":138,"276":41,"279":12,"28":575,"281":20,"282":44,"291":27,"292":181,"30":19,"302":4,"306":2,"31":22,"314":2,"317":7,"32":12,"33":50,"34":107,"347":29,"35":44,"352":638,"36":149,"37":40,"38":439,"380":4,"381":40,"383":37,"39":109,"391":26,"396":5,"397":12,"40":27,"409":53,"41":44,"414":28,"415":84,"419":12,"42":72,"43":40,"430":32,"433":5,"44":12,"45":30,"46":230,"48":31,"49":143,"5":785,"51":72,"52":100,"53":45,"56":8,"570":12,"6":149,"63":37,"7":525,"79":22,"8":419,"80":100,"9":745,"all_client":90046,"all_tv_clinet":15079,"insert_time":"2014-08-18T03:55:09.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75214,"10":36,"107":527,"11":464,"12":126,"13":354,"14":120,"15":119,"155":20,"156":9,"158":29,"159":20,"16":244,"160":20,"161":237,"167":39,"168":3,"17":284,"18":827,"19":626,"20":147,"209":34,"21":693,"210":24,"211":1,"214":22,"215":217,"221":259,"223":666,"224":52,"225":342,"23":327,"24":887,"25":406,"257":81,"26":82,"268":7,"27":41,"273":140,"276":43,"279":12,"28":587,"281":19,"282":44,"291":28,"292":172,"30":19,"302":6,"306":2,"31":22,"314":2,"317":7,"32":12,"33":53,"34":106,"347":31,"35":47,"352":634,"36":138,"37":45,"38":439,"380":4,"381":38,"383":40,"39":106,"391":28,"396":6,"397":12,"40":26,"409":51,"41":45,"414":27,"415":73,"419":12,"42":78,"43":42,"430":31,"433":4,"44":12,"45":28,"46":224,"48":30,"49":149,"5":779,"51":80,"52":96,"53":42,"56":9,"570":13,"6":149,"63":40,"7":514,"79":22,"8":451,"80":105,"9":778,"all_client":90358,"all_tv_clinet":15144,"insert_time":"2014-08-18T03:56:10.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75462,"10":36,"107":531,"11":441,"12":132,"13":346,"14":113,"15":109,"155":20,"156":10,"158":31,"159":20,"16":251,"160":17,"161":228,"167":36,"168":3,"17":285,"18":844,"19":659,"20":147,"209":31,"21":651,"210":26,"211":1,"214":23,"215":216,"221":254,"223":655,"224":48,"225":354,"23":329,"24":901,"25":413,"257":80,"26":77,"268":8,"27":40,"273":140,"276":45,"279":14,"28":598,"281":18,"282":41,"291":26,"292":163,"30":18,"302":6,"306":2,"31":22,"314":2,"317":7,"32":13,"33":52,"34":106,"347":39,"35":53,"352":637,"36":140,"37":46,"38":433,"380":3,"381":40,"383":42,"39":107,"391":30,"396":7,"397":11,"40":27,"409":47,"41":46,"414":27,"415":66,"419":11,"42":79,"43":39,"430":29,"433":4,"44":14,"45":29,"46":227,"48":31,"49":146,"5":794,"51":81,"52":94,"53":44,"56":9,"570":14,"6":159,"63":41,"7":512,"79":30,"8":480,"80":107,"9":792,"all_client":90668,"all_tv_clinet":15206,"insert_time":"2014-08-18T03:57:11.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75647,"10":38,"107":537,"11":424,"12":142,"13":346,"14":108,"15":99,"155":17,"156":12,"158":28,"159":18,"16":274,"160":16,"161":225,"167":36,"168":3,"17":273,"18":862,"19":684,"20":151,"209":31,"21":617,"210":27,"211":1,"214":23,"215":217,"221":272,"223":642,"224":47,"225":365,"23":326,"24":908,"25":426,"257":80,"26":72,"268":10,"27":39,"273":143,"276":46,"279":13,"28":617,"281":17,"282":42,"291":28,"292":155,"30":19,"302":6,"306":2,"31":21,"314":3,"317":7,"32":12,"33":54,"34":106,"347":42,"35":51,"352":637,"36":143,"37":52,"38":442,"380":3,"381":42,"383":38,"39":110,"391":26,"396":7,"397":11,"40":30,"409":49,"41":47,"414":30,"415":69,"419":10,"42":88,"426":1,"43":37,"430":27,"433":3,"44":14,"45":30,"46":229,"48":32,"49":147,"5":810,"51":79,"52":99,"53":42,"56":9,"570":15,"6":179,"63":45,"7":499,"79":33,"8":497,"80":110,"9":774,"all_client":90972,"all_tv_clinet":15325,"insert_time":"2014-08-18T03:58:12.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75889,"10":39,"107":528,"11":414,"12":147,"13":347,"14":111,"15":105,"155":16,"156":12,"158":27,"159":20,"16":297,"160":14,"161":219,"167":40,"168":3,"17":264,"18":868,"19":717,"20":145,"209":32,"21":579,"210":30,"211":1,"214":24,"215":219,"221":268,"223":629,"224":44,"225":377,"23":316,"24":911,"25":447,"257":83,"26":71,"268":11,"27":40,"273":138,"276":48,"279":12,"28":619,"281":18,"282":42,"291":27,"292":147,"30":20,"302":5,"306":2,"31":22,"314":5,"317":7,"32":13,"33":60,"34":108,"347":50,"35":53,"352":641,"36":141,"37":58,"38":444,"380":3,"381":42,"383":37,"39":111,"391":23,"396":7,"397":11,"40":33,"409":54,"41":51,"414":33,"415":68,"419":10,"42":94,"426":1,"43":39,"430":29,"433":3,"44":14,"45":26,"46":229,"48":32,"49":146,"5":833,"51":75,"52":101,"53":47,"56":9,"570":12,"6":197,"63":45,"7":488,"79":40,"8":511,"80":109,"9":758,"all_client":91305,"all_tv_clinet":15416,"insert_time":"2014-08-18T03:59:13.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76044,"10":38,"107":530,"11":403,"12":153,"13":342,"14":110,"15":102,"155":16,"156":13,"158":29,"159":22,"16":314,"160":16,"161":217,"167":41,"168":3,"17":250,"18":881,"19":746,"20":145,"209":32,"21":554,"210":29,"211":1,"214":21,"215":217,"221":263,"223":637,"224":45,"225":395,"23":319,"24":929,"25":467,"257":89,"26":70,"268":11,"27":39,"273":124,"276":52,"279":9,"28":607,"281":15,"282":40,"291":27,"292":136,"30":19,"302":5,"306":2,"31":24,"314":5,"317":7,"32":14,"33":54,"34":115,"347":51,"35":52,"352":648,"36":140,"37":58,"38":445,"380":3,"381":47,"383":37,"39":117,"391":25,"396":7,"397":12,"40":36,"409":59,"41":49,"414":35,"415":64,"419":10,"42":105,"426":1,"43":35,"430":28,"433":2,"44":15,"45":26,"46":227,"48":37,"49":148,"5":857,"51":69,"52":96,"53":45,"56":8,"570":13,"6":218,"63":45,"7":481,"79":43,"8":540,"80":111,"9":720,"all_client":91553,"all_tv_clinet":15509,"insert_time":"2014-08-18T04:00:14.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76313,"10":36,"107":536,"11":386,"12":158,"13":333,"14":109,"15":96,"155":18,"156":15,"158":32,"159":19,"16":320,"160":17,"161":205,"167":43,"168":3,"17":245,"18":879,"19":761,"20":141,"209":31,"21":548,"210":24,"211":1,"214":19,"215":215,"221":260,"223":639,"224":47,"225":407,"23":319,"24":938,"25":480,"257":86,"26":67,"268":9,"27":38,"273":117,"276":60,"279":12,"28":595,"281":15,"282":40,"291":25,"292":135,"30":20,"302":5,"306":1,"31":23,"314":6,"317":6,"32":13,"33":56,"34":117,"347":56,"35":49,"352":644,"36":141,"37":58,"38":445,"380":4,"381":43,"383":44,"39":116,"391":25,"396":6,"397":12,"40":36,"409":66,"41":52,"414":36,"415":60,"419":11,"42":109,"426":1,"43":34,"430":29,"433":2,"44":17,"45":27,"46":232,"48":40,"49":154,"5":910,"51":69,"52":92,"53":46,"56":7,"570":11,"6":225,"63":46,"7":463,"79":43,"8":567,"80":114,"9":707,"all_client":91888,"all_tv_clinet":15575,"insert_time":"2014-08-18T04:01:15.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76562,"10":34,"107":521,"11":364,"12":166,"13":328,"14":112,"15":92,"155":20,"156":14,"158":33,"159":15,"16":323,"160":18,"161":204,"167":45,"168":4,"17":241,"18":892,"19":760,"20":138,"209":34,"21":540,"210":21,"211":2,"214":19,"215":225,"221":266,"223":631,"224":46,"225":412,"23":319,"24":960,"25":476,"257":81,"26":60,"268":10,"27":40,"273":114,"276":62,"279":13,"28":606,"281":15,"282":40,"291":25,"292":142,"30":18,"302":6,"306":2,"31":23,"314":6,"317":6,"32":13,"33":57,"34":115,"347":57,"35":47,"352":639,"36":139,"37":63,"38":440,"380":4,"381":41,"383":43,"39":115,"391":20,"396":5,"397":12,"40":36,"409":68,"41":51,"414":35,"415":58,"419":10,"42":118,"426":1,"43":34,"430":33,"433":2,"44":17,"45":27,"46":234,"48":45,"49":157,"5":963,"51":73,"52":85,"53":49,"56":6,"570":13,"6":229,"63":49,"7":456,"79":39,"8":579,"80":124,"9":701,"all_client":92208,"all_tv_clinet":15646,"insert_time":"2014-08-18T04:02:16.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76845,"10":33,"107":531,"11":357,"12":169,"13":319,"14":116,"15":89,"155":19,"156":13,"158":31,"159":14,"16":328,"160":19,"161":215,"167":46,"168":4,"17":243,"18":911,"19":748,"20":142,"209":30,"21":523,"210":21,"211":3,"214":17,"215":223,"221":274,"223":608,"224":45,"225":430,"23":320,"24":954,"25":485,"257":79,"26":58,"268":11,"27":36,"273":111,"276":66,"279":14,"28":625,"281":13,"282":39,"291":25,"292":147,"30":18,"302":5,"306":2,"31":24,"314":6,"317":5,"32":13,"33":60,"34":106,"347":57,"35":42,"352":642,"36":144,"37":64,"38":441,"380":3,"381":39,"383":46,"39":117,"391":22,"396":5,"397":15,"40":42,"409":68,"41":51,"414":32,"415":54,"419":11,"42":121,"426":1,"43":35,"430":39,"433":2,"44":15,"45":30,"46":236,"48":43,"49":162,"5":1001,"51":71,"52":80,"53":48,"56":6,"570":12,"6":219,"63":51,"7":443,"79":40,"8":594,"80":136,"9":716,"all_client":92584,"all_tv_clinet":15739,"insert_time":"2014-08-18T04:03:17.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77016,"10":33,"107":523,"11":344,"12":162,"13":312,"14":115,"15":88,"155":19,"156":15,"158":27,"159":16,"16":330,"160":17,"161":219,"167":44,"168":4,"17":244,"18":936,"19":753,"20":147,"209":31,"21":506,"210":19,"211":3,"214":17,"215":226,"221":280,"223":577,"224":45,"225":443,"23":323,"24":986,"25":483,"257":79,"26":63,"268":11,"27":33,"273":112,"276":67,"279":13,"28":633,"281":12,"282":41,"291":25,"292":154,"30":17,"302":5,"306":2,"31":22,"314":6,"317":5,"32":16,"33":62,"34":102,"347":56,"35":41,"352":656,"36":146,"37":68,"38":438,"380":2,"381":46,"383":45,"39":117,"391":26,"396":5,"397":15,"40":51,"409":70,"41":54,"414":29,"415":53,"419":10,"42":115,"426":1,"43":35,"430":48,"433":2,"44":15,"45":29,"46":240,"48":42,"49":160,"5":1050,"51":66,"52":78,"53":50,"56":4,"570":11,"6":211,"63":50,"7":428,"79":37,"8":604,"80":155,"9":714,"all_client":92856,"all_tv_clinet":15840,"insert_time":"2014-08-18T04:04:18.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77231,"10":32,"107":538,"11":328,"12":159,"13":291,"14":121,"15":85,"155":18,"156":14,"158":26,"159":17,"16":338,"160":17,"161":216,"167":45,"168":4,"17":248,"18":957,"19":755,"20":149,"209":29,"21":484,"210":18,"211":3,"214":16,"215":229,"221":283,"223":559,"224":44,"225":467,"23":323,"24":983,"25":482,"257":76,"26":64,"268":11,"27":31,"273":113,"276":67,"279":14,"28":655,"281":12,"282":43,"291":25,"292":153,"30":18,"302":4,"306":2,"31":28,"314":6,"317":4,"32":14,"33":61,"34":87,"347":48,"35":38,"352":647,"36":147,"37":66,"38":444,"380":3,"381":47,"383":51,"39":117,"391":26,"396":4,"397":15,"40":56,"409":69,"41":51,"414":26,"415":56,"419":10,"42":120,"43":34,"430":46,"433":2,"44":14,"45":30,"46":244,"48":37,"49":150,"5":1105,"51":61,"52":71,"53":49,"56":4,"570":11,"6":211,"63":50,"7":419,"79":35,"8":613,"80":170,"9":731,"all_client":93125,"all_tv_clinet":15894,"insert_time":"2014-08-18T04:05:18.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77433,"10":33,"107":545,"11":332,"12":159,"13":290,"14":130,"15":85,"155":16,"156":14,"158":25,"159":19,"16":343,"160":16,"161":215,"167":47,"168":3,"17":249,"18":976,"19":753,"20":151,"209":29,"21":468,"210":15,"211":3,"214":16,"215":225,"221":295,"223":569,"224":43,"225":485,"23":324,"24":985,"25":484,"257":72,"26":62,"268":9,"27":32,"273":113,"276":69,"279":19,"28":668,"281":12,"282":44,"291":25,"292":156,"30":17,"302":5,"306":2,"31":28,"314":6,"317":3,"32":15,"33":60,"34":82,"347":43,"35":40,"352":649,"36":147,"37":66,"38":452,"380":3,"381":49,"383":49,"39":113,"391":24,"396":4,"397":16,"40":61,"409":67,"41":49,"414":26,"415":55,"419":12,"42":124,"43":35,"430":52,"433":1,"44":14,"45":28,"46":253,"48":36,"49":136,"5":1146,"51":57,"52":72,"53":52,"56":3,"570":9,"6":205,"63":54,"7":400,"79":33,"8":616,"80":183,"9":730,"all_client":93438,"all_tv_clinet":16005,"insert_time":"2014-08-18T04:06:19.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77603,"10":32,"107":553,"11":333,"12":160,"13":291,"14":133,"15":83,"155":16,"156":13,"158":25,"159":20,"16":344,"160":16,"161":222,"167":49,"168":2,"17":250,"18":995,"19":728,"20":153,"209":32,"21":470,"210":16,"211":4,"214":16,"215":222,"221":295,"223":588,"224":44,"225":491,"23":322,"24":975,"25":488,"257":73,"26":65,"268":9,"27":33,"273":115,"276":69,"279":22,"28":690,"281":13,"282":44,"291":25,"292":162,"30":19,"302":5,"306":1,"31":30,"314":6,"317":3,"32":15,"33":62,"34":79,"347":34,"35":42,"352":652,"36":141,"37":61,"38":452,"380":4,"381":50,"383":49,"39":114,"391":27,"396":3,"397":15,"40":59,"409":68,"41":46,"414":27,"415":53,"419":10,"42":127,"43":38,"430":57,"433":1,"44":14,"45":30,"46":245,"48":35,"49":120,"5":1168,"51":53,"52":71,"53":50,"56":7,"570":11,"6":210,"63":56,"7":387,"79":34,"8":635,"80":191,"9":741,"all_client":93712,"all_tv_clinet":16109,"insert_time":"2014-08-18T04:07:20.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77796,"10":33,"107":545,"11":329,"12":163,"13":297,"14":134,"15":85,"155":16,"156":13,"158":24,"159":21,"16":360,"160":17,"161":227,"167":46,"168":1,"17":250,"18":995,"19":680,"20":154,"209":32,"21":468,"210":16,"211":3,"214":15,"215":221,"221":299,"223":612,"224":40,"225":491,"23":331,"24":996,"25":488,"257":73,"26":69,"268":12,"27":36,"273":125,"276":69,"279":23,"28":697,"281":13,"282":45,"291":25,"292":172,"30":23,"302":6,"306":1,"31":34,"314":4,"317":2,"32":16,"33":62,"34":80,"347":31,"35":40,"352":656,"36":139,"37":59,"38":448,"380":4,"381":49,"383":50,"39":114,"391":31,"396":4,"397":16,"40":61,"409":67,"41":49,"414":27,"415":51,"419":8,"42":124,"43":37,"430":63,"433":1,"44":13,"45":29,"46":248,"48":37,"49":121,"5":1204,"51":50,"52":67,"53":50,"56":9,"570":10,"6":207,"63":58,"7":366,"79":28,"8":642,"80":195,"9":740,"all_client":93988,"all_tv_clinet":16192,"insert_time":"2014-08-18T04:08:21.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77973,"10":34,"107":554,"11":328,"12":164,"13":300,"14":134,"15":84,"155":16,"156":14,"158":24,"159":22,"16":369,"160":18,"161":233,"167":45,"168":1,"17":244,"18":999,"19":633,"20":157,"209":31,"21":466,"210":16,"211":3,"214":15,"215":214,"221":298,"223":614,"224":39,"225":491,"23":331,"24":1018,"25":495,"257":72,"26":67,"268":11,"27":38,"273":124,"276":72,"279":25,"28":708,"281":13,"282":49,"291":27,"292":177,"30":25,"302":6,"306":1,"31":35,"314":3,"317":2,"32":15,"33":63,"34":75,"347":26,"35":38,"352":658,"36":143,"37":55,"38":452,"380":5,"381":51,"383":45,"39":114,"391":33,"396":2,"397":17,"40":66,"409":71,"41":50,"414":24,"415":52,"419":9,"42":126,"43":33,"430":67,"433":2,"44":13,"45":29,"46":261,"48":37,"49":112,"5":1242,"51":51,"52":67,"53":54,"56":11,"570":9,"6":213,"63":57,"7":358,"79":28,"8":648,"80":200,"9":745,"all_client":94259,"all_tv_clinet":16286,"insert_time":"2014-08-18T04:09:22.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78172,"10":30,"107":566,"11":330,"12":169,"13":296,"14":130,"15":82,"155":14,"156":13,"158":23,"159":23,"16":374,"160":20,"161":235,"167":44,"168":1,"17":240,"18":994,"19":602,"20":158,"209":29,"21":461,"210":16,"211":3,"214":14,"215":212,"221":301,"223":623,"224":42,"225":485,"23":324,"24":1029,"25":509,"257":79,"26":66,"268":14,"27":38,"273":127,"276":72,"279":25,"28":718,"281":13,"282":50,"291":25,"292":166,"30":28,"302":6,"306":1,"31":36,"314":3,"317":1,"32":18,"33":64,"34":68,"347":25,"35":40,"352":661,"36":151,"37":56,"38":466,"380":5,"381":53,"383":46,"39":112,"391":30,"396":2,"397":17,"40":74,"409":65,"41":54,"414":23,"415":45,"419":7,"42":121,"43":31,"430":68,"433":2,"44":12,"45":30,"46":281,"48":37,"49":109,"5":1270,"51":48,"52":61,"53":55,"56":12,"570":10,"6":214,"63":60,"7":347,"79":26,"8":637,"80":206,"9":761,"all_client":94512,"all_tv_clinet":16340,"insert_time":"2014-08-18T04:10:23.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78363,"10":28,"107":578,"11":332,"12":168,"13":288,"14":130,"15":80,"155":14,"156":14,"158":24,"159":24,"16":379,"160":19,"161":241,"167":42,"168":1,"17":246,"18":999,"19":599,"20":161,"209":24,"21":456,"210":17,"211":3,"214":13,"215":214,"221":306,"223":629,"224":46,"225":487,"23":323,"24":1044,"25":511,"257":81,"26":63,"268":11,"27":37,"273":126,"276":74,"279":24,"28":721,"281":13,"282":47,"291":24,"292":147,"30":27,"302":6,"306":1,"31":32,"314":3,"317":1,"32":19,"33":67,"34":65,"347":24,"35":39,"352":649,"36":155,"37":53,"38":469,"380":5,"381":54,"383":50,"39":112,"391":29,"396":3,"397":18,"40":82,"409":57,"41":56,"414":21,"415":48,"419":9,"42":122,"43":30,"430":72,"433":2,"44":10,"45":33,"46":291,"48":39,"49":106,"5":1312,"51":48,"52":60,"53":62,"56":11,"570":11,"6":221,"63":65,"7":331,"79":30,"8":629,"80":210,"9":762,"all_client":94782,"all_tv_clinet":16419,"insert_time":"2014-08-18T04:11:24.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78617,"10":28,"107":573,"11":318,"12":170,"13":289,"14":135,"15":82,"155":14,"156":14,"158":26,"159":20,"16":379,"160":17,"161":247,"167":42,"168":1,"17":257,"18":1007,"19":590,"20":159,"209":26,"21":452,"210":17,"211":5,"214":13,"215":209,"221":317,"223":617,"224":46,"225":484,"23":330,"24":1060,"25":525,"257":82,"26":65,"268":10,"27":36,"273":134,"276":76,"279":26,"28":727,"281":12,"282":49,"291":24,"292":134,"30":28,"302":6,"306":1,"31":32,"314":3,"317":1,"32":17,"33":71,"34":58,"347":23,"35":38,"352":655,"36":152,"37":52,"38":466,"380":5,"381":56,"383":49,"39":111,"391":28,"396":3,"397":19,"40":91,"409":55,"41":54,"414":21,"415":44,"419":8,"42":119,"43":30,"430":78,"433":2,"44":10,"45":29,"46":299,"48":35,"49":107,"5":1330,"51":45,"52":62,"53":62,"56":11,"570":12,"6":221,"63":65,"7":335,"79":29,"8":630,"80":224,"9":763,"all_client":95106,"all_tv_clinet":16489,"insert_time":"2014-08-18T04:12:25.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78878,"10":28,"107":569,"11":310,"12":174,"13":287,"14":141,"15":79,"155":14,"156":13,"158":25,"159":21,"16":383,"160":15,"161":229,"167":40,"168":1,"17":258,"18":1015,"19":614,"20":153,"209":28,"21":442,"210":17,"211":6,"214":14,"215":204,"221":307,"223":614,"224":50,"225":484,"23":334,"24":1045,"25":526,"257":81,"26":67,"268":10,"27":36,"273":129,"276":77,"279":25,"28":726,"281":13,"282":53,"291":25,"292":134,"30":22,"302":8,"306":1,"31":32,"314":3,"317":2,"32":16,"33":74,"34":55,"347":21,"35":32,"352":670,"36":149,"37":55,"38":470,"380":4,"381":59,"383":54,"389":1,"39":110,"391":29,"396":4,"397":20,"40":99,"409":56,"41":56,"414":20,"415":45,"419":9,"42":123,"43":26,"430":81,"433":2,"44":10,"45":27,"46":305,"48":34,"49":111,"5":1376,"51":48,"52":55,"53":63,"56":13,"570":10,"6":229,"63":71,"7":325,"79":30,"8":627,"80":225,"9":755,"all_client":95416,"all_tv_clinet":16538,"insert_time":"2014-08-18T04:13:26.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79136,"10":30,"107":577,"11":308,"12":173,"13":285,"14":140,"15":81,"155":14,"156":13,"158":29,"159":21,"16":372,"160":16,"161":216,"167":38,"17":267,"18":1020,"19":633,"20":157,"209":27,"21":448,"210":16,"211":8,"214":16,"215":203,"221":303,"223":610,"224":47,"225":476,"23":338,"24":1038,"25":536,"257":83,"26":67,"268":9,"27":33,"273":125,"276":78,"279":29,"28":730,"281":12,"282":58,"291":25,"292":132,"30":21,"302":8,"306":1,"31":34,"314":2,"317":3,"32":16,"33":77,"34":50,"347":17,"35":28,"352":666,"36":162,"37":60,"38":477,"380":3,"381":68,"383":53,"389":1,"39":110,"391":30,"396":5,"397":20,"40":103,"409":61,"41":54,"414":20,"415":40,"419":9,"42":112,"43":27,"430":81,"433":2,"44":11,"45":28,"46":311,"48":32,"49":111,"5":1404,"51":49,"52":54,"53":60,"56":13,"570":7,"6":223,"63":72,"7":316,"79":27,"8":629,"80":232,"9":767,"all_client":95740,"all_tv_clinet":16604,"insert_time":"2014-08-18T04:14:27.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79281,"10":30,"107":611,"11":306,"12":178,"13":285,"14":140,"15":85,"155":15,"156":13,"158":29,"159":20,"16":361,"160":15,"161":200,"167":39,"168":1,"17":269,"18":1022,"19":648,"20":153,"209":28,"21":489,"210":16,"211":6,"214":16,"215":206,"221":301,"223":601,"224":47,"225":478,"23":341,"24":1028,"25":532,"257":91,"26":58,"268":10,"27":33,"273":118,"276":74,"279":30,"28":738,"281":11,"282":60,"291":27,"292":140,"30":24,"302":8,"306":1,"31":32,"314":3,"317":3,"32":15,"33":78,"34":46,"347":15,"35":31,"352":649,"36":163,"37":64,"38":476,"380":4,"381":68,"383":56,"389":1,"39":107,"391":29,"396":6,"397":20,"40":104,"409":61,"41":56,"414":19,"415":40,"419":10,"42":110,"43":27,"430":84,"433":2,"44":8,"45":26,"46":310,"48":32,"49":109,"5":1411,"51":48,"52":51,"53":65,"56":15,"570":7,"6":216,"63":71,"7":312,"79":26,"8":630,"80":230,"9":785,"all_client":95944,"all_tv_clinet":16663,"insert_time":"2014-08-18T04:15:28.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79488,"10":31,"107":599,"11":310,"12":175,"13":291,"14":137,"15":87,"155":15,"156":13,"158":29,"159":19,"16":324,"160":13,"161":199,"167":37,"168":1,"17":280,"18":1042,"19":666,"20":158,"209":31,"21":497,"210":16,"211":5,"214":17,"215":206,"221":297,"223":610,"224":48,"225":456,"23":337,"24":1034,"25":531,"257":93,"26":63,"268":9,"27":31,"273":120,"276":75,"279":33,"28":749,"281":10,"282":61,"291":29,"292":142,"30":24,"302":8,"306":1,"31":27,"314":3,"317":3,"32":14,"33":78,"34":46,"347":14,"35":32,"352":666,"36":166,"37":65,"38":479,"380":4,"381":68,"383":59,"389":1,"39":106,"391":28,"396":7,"397":19,"40":106,"409":60,"41":55,"414":17,"415":42,"419":9,"42":109,"43":27,"430":89,"433":3,"44":12,"45":25,"46":308,"48":33,"49":102,"5":1462,"51":46,"52":54,"53":66,"56":15,"570":5,"6":204,"63":70,"7":309,"79":25,"8":644,"80":234,"9":791,"all_client":96254,"all_tv_clinet":16766,"insert_time":"2014-08-18T04:16:29.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79729,"10":31,"107":614,"11":297,"12":181,"13":294,"14":140,"15":90,"155":17,"156":14,"158":27,"159":19,"16":298,"160":14,"161":198,"167":36,"168":1,"17":285,"18":1068,"19":683,"20":158,"209":33,"21":482,"210":18,"211":5,"214":17,"215":210,"221":291,"223":612,"224":50,"225":458,"23":339,"24":1014,"25":532,"257":91,"26":61,"268":9,"27":32,"273":116,"276":76,"279":34,"28":753,"281":10,"282":60,"291":29,"292":148,"30":23,"302":8,"306":1,"31":23,"314":3,"317":3,"32":16,"33":79,"34":45,"347":12,"35":38,"352":673,"36":165,"37":65,"38":484,"380":4,"381":70,"383":58,"389":1,"39":106,"391":25,"396":12,"397":20,"40":107,"409":56,"41":53,"414":14,"415":41,"419":8,"42":112,"426":2,"43":23,"430":93,"433":2,"44":15,"45":25,"46":330,"48":37,"49":86,"5":1483,"51":45,"52":52,"53":66,"56":16,"570":5,"6":202,"63":68,"7":313,"79":26,"8":654,"80":238,"9":799,"all_client":96579,"all_tv_clinet":16850,"insert_time":"2014-08-18T04:17:30.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79965,"10":24,"107":601,"11":294,"12":175,"13":313,"14":137,"15":94,"155":18,"156":15,"158":26,"159":19,"16":284,"160":15,"161":199,"167":35,"168":1,"17":286,"18":1089,"19":696,"20":157,"209":35,"21":470,"210":18,"211":4,"214":18,"215":212,"221":281,"223":623,"224":54,"225":454,"23":345,"24":1008,"25":545,"257":85,"26":64,"268":9,"27":27,"273":119,"276":80,"279":31,"28":741,"281":10,"282":59,"291":29,"292":149,"30":21,"302":9,"306":1,"31":24,"314":4,"317":3,"32":18,"33":77,"34":44,"347":10,"35":39,"352":663,"36":162,"37":70,"38":492,"380":4,"381":68,"383":60,"389":1,"39":103,"391":25,"396":12,"397":18,"40":109,"409":57,"41":54,"414":14,"415":46,"419":6,"42":117,"426":2,"43":22,"430":96,"431":1,"433":2,"44":17,"45":25,"46":332,"48":47,"49":77,"5":1540,"51":41,"52":48,"53":65,"56":16,"570":5,"6":206,"63":71,"7":313,"79":26,"8":668,"80":237,"9":796,"all_client":96897,"all_tv_clinet":16932,"insert_time":"2014-08-18T04:18:31.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80174,"10":22,"107":610,"11":292,"12":169,"13":319,"14":134,"15":100,"155":18,"156":17,"158":25,"159":20,"16":277,"160":17,"161":196,"167":34,"168":2,"17":277,"18":1103,"19":687,"20":161,"209":38,"21":479,"210":17,"211":4,"214":18,"215":218,"221":288,"223":623,"224":52,"225":441,"23":340,"24":1019,"25":545,"257":80,"26":63,"268":9,"27":27,"273":118,"276":80,"279":28,"28":727,"281":9,"282":63,"291":28,"292":154,"30":22,"302":9,"306":1,"31":30,"314":5,"317":3,"32":16,"33":79,"34":40,"347":9,"35":40,"352":657,"36":163,"37":74,"38":506,"380":4,"381":67,"383":61,"39":103,"391":27,"396":12,"397":19,"40":109,"409":58,"41":55,"414":14,"415":46,"419":7,"42":120,"426":3,"43":22,"430":96,"431":1,"433":2,"44":16,"45":26,"46":338,"48":56,"49":73,"5":1583,"51":38,"52":47,"53":65,"56":16,"570":7,"6":206,"63":70,"7":306,"79":26,"8":678,"80":237,"9":802,"all_client":97192,"all_tv_clinet":17018,"insert_time":"2014-08-18T04:19:32.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80348,"10":23,"107":590,"11":306,"12":172,"13":328,"14":140,"15":102,"155":19,"156":17,"158":23,"159":19,"16":273,"160":16,"161":201,"167":34,"168":2,"17":281,"18":1110,"19":690,"20":164,"209":40,"21":498,"210":17,"211":5,"214":18,"215":214,"221":293,"223":626,"224":58,"225":441,"23":331,"24":1038,"25":543,"257":80,"26":76,"268":8,"27":24,"273":118,"276":81,"279":31,"28":709,"281":9,"282":69,"291":28,"292":159,"30":24,"302":9,"31":30,"314":5,"317":3,"32":14,"33":78,"34":43,"347":8,"35":39,"352":642,"36":159,"37":73,"38":520,"380":4,"381":67,"383":59,"39":106,"391":29,"396":7,"397":19,"40":117,"409":63,"41":57,"414":12,"415":44,"419":9,"42":126,"426":3,"43":21,"430":93,"431":1,"433":2,"44":18,"45":23,"46":319,"48":58,"49":74,"5":1605,"51":37,"52":50,"53":65,"56":17,"570":8,"6":208,"63":75,"7":298,"79":26,"8":699,"80":242,"9":808,"all_client":97488,"all_tv_clinet":17140,"insert_time":"2014-08-18T04:20:33.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80507,"10":22,"107":574,"11":305,"12":161,"13":345,"14":156,"15":105,"155":19,"156":17,"158":24,"159":19,"16":271,"160":18,"161":200,"167":31,"168":2,"17":290,"18":1109,"19":680,"20":169,"209":44,"21":498,"210":17,"211":4,"214":18,"215":216,"221":294,"223":621,"224":63,"225":456,"23":324,"24":1042,"25":545,"257":82,"26":78,"268":9,"27":24,"273":119,"276":85,"279":30,"28":716,"281":8,"282":77,"291":28,"292":162,"30":23,"302":9,"31":30,"314":5,"317":3,"32":16,"33":80,"34":40,"347":8,"35":40,"352":652,"36":165,"37":72,"38":526,"380":4,"381":70,"383":59,"39":108,"391":29,"396":8,"397":17,"40":120,"409":64,"41":60,"414":13,"415":42,"419":10,"42":133,"426":3,"43":21,"430":92,"433":2,"44":19,"45":22,"46":291,"48":59,"49":66,"5":1609,"51":40,"52":50,"53":62,"56":17,"570":9,"6":210,"63":80,"7":291,"79":27,"8":707,"80":238,"9":811,"all_client":97716,"all_tv_clinet":17209,"insert_time":"2014-08-18T04:21:35.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80795,"10":21,"107":553,"11":293,"12":159,"13":363,"14":166,"15":105,"155":21,"156":16,"158":25,"159":17,"16":277,"160":18,"161":204,"167":29,"168":1,"17":298,"18":1102,"19":653,"20":169,"209":51,"21":491,"210":17,"211":4,"214":17,"215":213,"221":296,"223":612,"224":62,"225":477,"23":328,"24":1055,"25":552,"257":76,"26":78,"268":10,"27":24,"273":123,"276":88,"279":32,"28":747,"281":6,"282":80,"291":30,"292":167,"30":23,"302":9,"31":30,"314":4,"317":3,"32":21,"33":84,"34":41,"347":8,"35":41,"352":656,"36":171,"37":70,"38":536,"380":4,"381":74,"383":60,"39":103,"391":30,"396":7,"397":16,"40":122,"409":60,"41":59,"414":14,"415":44,"419":9,"42":136,"426":3,"43":23,"430":94,"433":2,"44":19,"45":21,"46":255,"48":56,"49":64,"5":1585,"51":41,"52":45,"53":62,"56":15,"570":8,"6":222,"63":84,"7":298,"79":25,"8":706,"80":240,"9":838,"all_client":98062,"all_tv_clinet":17267,"insert_time":"2014-08-18T04:22:36.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81033,"10":21,"107":552,"11":290,"12":143,"13":367,"14":166,"15":104,"155":21,"156":17,"158":27,"159":16,"16":276,"160":16,"161":214,"167":29,"168":1,"17":292,"18":1112,"19":601,"20":176,"209":55,"21":492,"210":17,"211":4,"214":19,"215":215,"221":297,"223":588,"224":59,"225":481,"23":324,"24":1077,"25":571,"257":79,"26":86,"268":11,"27":23,"273":132,"276":87,"279":31,"28":758,"281":6,"282":80,"291":31,"292":174,"30":20,"302":9,"31":32,"314":3,"317":3,"32":19,"33":90,"34":42,"347":8,"35":39,"352":652,"36":162,"37":76,"38":532,"380":4,"381":80,"383":60,"39":101,"391":36,"396":5,"397":17,"40":120,"409":56,"41":66,"414":15,"415":46,"419":9,"42":139,"426":1,"43":22,"430":93,"433":2,"44":21,"45":21,"46":253,"48":57,"49":65,"5":1585,"51":41,"52":44,"53":66,"56":11,"570":9,"6":225,"63":83,"7":304,"79":22,"8":706,"80":233,"9":859,"all_client":98335,"all_tv_clinet":17302,"insert_time":"2014-08-18T04:23:37.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81182,"10":22,"107":548,"11":288,"12":136,"13":365,"14":180,"15":99,"155":22,"156":16,"158":30,"159":16,"16":281,"160":16,"161":227,"167":29,"168":1,"17":285,"18":1110,"19":553,"20":177,"209":58,"21":479,"210":19,"211":4,"214":20,"215":215,"221":311,"223":594,"224":55,"225":480,"23":315,"24":1104,"25":572,"257":80,"26":93,"268":12,"27":23,"273":133,"276":87,"279":32,"28":781,"281":6,"282":82,"291":32,"292":179,"30":16,"302":9,"31":34,"314":4,"317":4,"32":18,"33":90,"34":40,"347":8,"35":38,"352":656,"36":161,"37":81,"38":526,"380":3,"381":83,"383":56,"39":99,"391":37,"396":4,"397":18,"40":127,"409":48,"41":62,"414":17,"415":46,"419":12,"42":150,"426":1,"43":24,"430":95,"433":2,"44":21,"45":22,"46":253,"48":54,"49":62,"5":1614,"51":43,"52":40,"53":68,"56":10,"570":10,"6":229,"63":77,"7":307,"79":22,"8":704,"80":237,"9":867,"all_client":98558,"all_tv_clinet":17376,"insert_time":"2014-08-18T04:24:38.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81336,"10":20,"107":547,"11":290,"12":130,"13":369,"14":178,"15":97,"155":20,"156":18,"158":31,"159":15,"16":286,"160":16,"161":244,"167":30,"168":1,"17":282,"18":1115,"19":529,"20":178,"209":63,"21":474,"210":19,"211":3,"214":21,"215":214,"221":320,"223":591,"224":55,"225":473,"23":316,"24":1104,"25":574,"257":85,"26":96,"268":12,"27":24,"273":141,"276":88,"279":32,"28":801,"281":8,"282":88,"291":31,"292":172,"30":17,"302":9,"31":30,"314":4,"317":4,"32":15,"33":87,"34":41,"347":7,"35":37,"352":662,"36":159,"37":80,"38":522,"380":4,"381":80,"383":54,"39":101,"391":36,"396":3,"397":18,"40":124,"409":49,"41":58,"414":20,"415":47,"419":13,"42":145,"43":26,"430":98,"433":2,"44":17,"45":22,"46":256,"48":55,"49":60,"5":1647,"51":45,"52":40,"53":71,"56":7,"570":11,"6":237,"63":70,"7":316,"79":22,"8":702,"80":235,"9":869,"all_client":98771,"all_tv_clinet":17435,"insert_time":"2014-08-18T04:25:39.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81505,"10":19,"107":539,"11":288,"12":122,"13":373,"14":183,"15":101,"155":20,"156":18,"158":31,"159":14,"16":288,"160":20,"161":234,"167":31,"168":1,"17":284,"18":1103,"19":530,"20":179,"209":68,"21":473,"210":19,"211":3,"214":22,"215":215,"221":323,"223":593,"224":53,"225":479,"23":322,"24":1105,"25":585,"257":81,"26":85,"268":11,"27":23,"273":149,"276":89,"279":32,"28":815,"281":8,"282":92,"291":30,"292":158,"30":19,"302":9,"31":32,"314":5,"317":4,"32":16,"33":86,"34":40,"347":9,"35":34,"352":675,"36":158,"37":80,"38":526,"380":4,"381":80,"383":58,"39":97,"391":31,"396":2,"397":18,"40":125,"409":49,"41":55,"414":20,"415":54,"419":11,"42":147,"43":28,"430":100,"433":2,"44":15,"45":22,"46":251,"48":49,"49":59,"5":1665,"51":42,"52":41,"53":69,"56":7,"570":17,"6":240,"63":63,"7":322,"79":22,"8":711,"80":239,"9":879,"all_client":99003,"all_tv_clinet":17498,"insert_time":"2014-08-18T04:26:40.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81648,"10":17,"107":517,"11":286,"12":122,"13":376,"14":174,"15":106,"155":20,"156":18,"158":27,"159":13,"16":285,"160":19,"161":231,"167":30,"168":1,"17":285,"18":1106,"19":552,"20":176,"209":68,"21":480,"210":18,"211":3,"214":21,"215":222,"221":317,"223":591,"224":53,"225":473,"23":319,"24":1089,"25":596,"257":80,"26":84,"268":10,"27":22,"273":146,"276":87,"279":31,"28":827,"281":9,"282":98,"291":29,"292":154,"30":21,"302":9,"31":34,"314":4,"317":3,"32":13,"33":93,"34":40,"347":9,"35":33,"352":672,"36":156,"37":82,"38":530,"380":4,"381":84,"383":57,"39":99,"391":32,"396":2,"397":16,"40":129,"409":49,"41":54,"414":19,"415":54,"419":14,"42":152,"43":26,"430":100,"433":2,"44":15,"45":21,"46":248,"48":56,"49":53,"5":1699,"51":47,"52":42,"53":67,"56":8,"570":16,"6":235,"63":56,"7":332,"79":20,"8":722,"80":241,"9":887,"all_client":99193,"all_tv_clinet":17545,"insert_time":"2014-08-18T04:27:41.254Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81750,"10":16,"107":538,"11":290,"12":119,"13":376,"14":177,"15":110,"155":20,"156":17,"158":28,"159":13,"16":291,"160":18,"161":206,"167":28,"168":1,"17":282,"18":1088,"19":598,"20":185,"209":73,"21":481,"210":20,"211":2,"214":22,"215":212,"221":321,"223":590,"224":51,"225":490,"23":318,"24":1054,"25":597,"257":83,"26":74,"268":9,"27":23,"273":141,"276":87,"279":31,"28":841,"281":9,"282":100,"291":30,"292":151,"30":22,"302":8,"31":37,"314":3,"317":2,"32":14,"33":94,"34":39,"347":9,"35":30,"352":686,"36":163,"37":80,"38":528,"380":4,"381":81,"383":58,"39":95,"391":32,"396":4,"397":16,"40":142,"409":56,"41":59,"414":17,"415":56,"419":16,"42":153,"43":26,"430":104,"433":2,"44":18,"45":21,"46":251,"48":55,"49":54,"5":1699,"51":47,"52":46,"53":69,"56":7,"570":12,"6":229,"63":54,"7":329,"79":19,"8":742,"80":238,"9":909,"all_client":99396,"all_tv_clinet":17646,"insert_time":"2014-08-18T04:28:42.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81876,"10":19,"107":539,"11":311,"12":115,"13":382,"14":180,"15":121,"155":20,"156":17,"158":28,"159":14,"16":290,"160":14,"161":208,"167":28,"168":1,"17":281,"18":1059,"19":634,"20":190,"209":74,"21":495,"210":24,"211":2,"214":22,"215":213,"221":322,"223":595,"224":49,"225":507,"23":311,"24":1024,"25":594,"257":79,"26":75,"268":10,"27":22,"273":133,"276":84,"279":29,"28":846,"281":9,"282":101,"291":30,"292":152,"30":24,"302":8,"31":34,"314":3,"317":2,"32":15,"33":92,"34":38,"347":9,"35":31,"352":691,"36":160,"37":79,"38":523,"380":4,"381":79,"383":60,"39":93,"391":36,"396":4,"397":17,"40":149,"409":64,"41":59,"414":19,"415":52,"419":19,"42":146,"43":29,"430":108,"433":2,"44":19,"45":21,"46":252,"48":60,"49":51,"5":1692,"51":51,"52":39,"53":67,"56":6,"570":5,"6":229,"63":52,"7":322,"79":16,"8":747,"80":236,"9":929,"all_client":99572,"all_tv_clinet":17696,"insert_time":"2014-08-18T04:29:43.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81958,"10":20,"107":546,"11":323,"12":111,"13":399,"14":177,"15":131,"155":19,"156":18,"158":30,"159":15,"16":287,"160":12,"161":213,"167":29,"168":2,"17":284,"18":1043,"19":651,"20":196,"209":77,"21":499,"210":27,"211":4,"214":22,"215":210,"221":331,"223":599,"224":50,"225":509,"23":314,"24":1038,"25":581,"257":85,"26":77,"268":11,"27":22,"273":123,"276":82,"279":26,"28":853,"281":8,"282":99,"291":31,"292":157,"30":23,"302":8,"31":33,"314":3,"317":2,"32":17,"33":91,"34":38,"347":11,"35":30,"352":677,"36":160,"37":72,"38":526,"380":4,"381":79,"383":60,"39":95,"391":34,"396":4,"397":18,"40":149,"409":66,"41":64,"414":16,"415":42,"419":20,"42":143,"43":31,"430":112,"433":3,"434":1,"44":20,"45":20,"46":254,"48":55,"49":49,"5":1696,"51":52,"52":34,"53":65,"56":4,"570":6,"6":223,"63":52,"7":302,"79":16,"8":757,"80":235,"9":951,"all_client":99722,"all_tv_clinet":17764,"insert_time":"2014-08-18T04:30:43.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82093,"10":19,"107":540,"11":330,"12":105,"13":406,"14":177,"15":129,"155":18,"156":20,"158":29,"159":17,"16":288,"160":11,"161":205,"167":26,"168":2,"17":294,"18":1028,"19":672,"20":197,"209":80,"21":511,"210":26,"211":4,"214":21,"215":214,"221":333,"223":584,"224":52,"225":505,"23":316,"24":1044,"25":567,"257":87,"26":81,"268":11,"27":25,"273":114,"276":81,"279":22,"28":860,"281":8,"282":107,"291":32,"292":161,"30":24,"302":8,"31":34,"314":3,"317":2,"32":16,"33":89,"34":38,"347":13,"35":28,"352":684,"36":160,"37":69,"38":528,"380":3,"381":83,"383":65,"389":1,"39":93,"391":36,"396":2,"397":19,"40":138,"409":66,"41":65,"414":18,"415":42,"419":21,"42":139,"43":26,"430":108,"433":3,"434":1,"44":19,"45":20,"46":253,"48":54,"49":52,"5":1716,"51":52,"52":34,"53":62,"56":4,"570":8,"6":214,"63":52,"7":293,"79":17,"8":772,"80":241,"9":974,"all_client":99914,"all_tv_clinet":17821,"insert_time":"2014-08-18T04:31:44.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82301,"10":22,"107":542,"11":356,"12":102,"13":413,"14":176,"15":136,"155":18,"156":20,"158":29,"159":16,"16":296,"160":11,"161":202,"167":28,"168":2,"17":286,"18":1008,"19":674,"20":200,"209":86,"21":508,"210":25,"211":3,"214":21,"215":202,"221":331,"223":577,"224":51,"225":502,"23":312,"24":1045,"25":539,"257":86,"26":89,"268":10,"27":25,"273":105,"276":80,"279":22,"28":882,"281":8,"282":104,"291":32,"292":165,"30":23,"302":9,"31":40,"314":3,"317":2,"32":18,"33":91,"34":37,"347":13,"35":27,"352":685,"36":165,"37":69,"38":516,"380":4,"381":83,"383":64,"389":1,"39":93,"391":36,"396":2,"397":21,"40":120,"409":67,"41":60,"414":22,"415":37,"419":21,"42":140,"43":27,"430":110,"433":3,"434":1,"44":15,"45":18,"46":254,"48":51,"49":53,"5":1706,"51":60,"52":38,"53":61,"56":4,"570":7,"6":204,"63":54,"7":293,"79":17,"8":770,"80":246,"9":1007,"all_client":100116,"all_tv_clinet":17815,"insert_time":"2014-08-18T04:32:45.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82452,"10":23,"107":546,"11":357,"12":98,"13":411,"14":172,"15":135,"155":17,"156":20,"158":30,"159":16,"16":306,"160":12,"161":201,"167":26,"168":2,"17":287,"18":993,"19":675,"20":204,"209":89,"21":493,"210":24,"211":5,"214":20,"215":201,"221":333,"223":583,"224":55,"225":493,"23":309,"24":1029,"25":521,"257":89,"26":97,"268":10,"27":28,"273":107,"276":82,"279":18,"28":903,"281":8,"282":108,"291":33,"292":163,"30":25,"302":9,"31":41,"314":4,"317":2,"32":19,"33":92,"34":40,"347":11,"35":26,"352":691,"36":172,"37":72,"38":513,"380":4,"381":84,"383":65,"389":1,"39":88,"391":39,"396":3,"397":23,"40":111,"409":69,"41":64,"414":25,"415":38,"419":15,"42":136,"43":27,"430":109,"433":3,"434":1,"44":14,"45":24,"46":256,"48":47,"49":52,"5":1731,"51":60,"52":40,"53":62,"56":3,"570":8,"6":200,"63":55,"7":294,"79":21,"8":760,"80":251,"9":1023,"all_client":100307,"all_tv_clinet":17855,"insert_time":"2014-08-18T04:33:46.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82532,"10":25,"107":553,"11":370,"12":104,"13":419,"14":175,"15":134,"155":16,"156":16,"158":33,"159":15,"16":312,"160":13,"161":204,"167":23,"168":2,"17":274,"18":1007,"19":659,"20":209,"209":94,"21":497,"210":25,"211":7,"214":20,"215":207,"221":331,"223":585,"224":58,"225":480,"23":301,"24":1046,"25":507,"257":92,"26":97,"268":10,"27":27,"273":107,"276":85,"279":18,"28":921,"281":7,"282":107,"291":33,"292":163,"30":26,"302":9,"31":41,"314":4,"317":2,"32":20,"33":96,"34":41,"347":10,"35":28,"352":703,"36":179,"37":79,"38":510,"380":5,"381":84,"383":67,"389":1,"39":85,"391":39,"396":3,"397":23,"40":99,"409":69,"41":62,"414":25,"415":38,"419":13,"42":139,"43":28,"430":113,"433":3,"434":1,"44":14,"45":24,"46":253,"48":42,"49":48,"5":1736,"51":62,"52":39,"53":62,"56":3,"570":7,"6":195,"63":55,"7":292,"79":22,"8":751,"80":250,"9":1026,"all_client":100446,"all_tv_clinet":17914,"insert_time":"2014-08-18T04:34:47.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82672,"10":25,"107":567,"11":377,"12":110,"13":424,"14":184,"15":134,"155":15,"156":15,"158":34,"159":14,"16":325,"160":9,"161":202,"167":21,"168":2,"17":270,"18":1035,"19":611,"20":208,"209":93,"21":501,"210":25,"211":9,"214":19,"215":208,"221":320,"223":575,"224":55,"225":465,"23":311,"24":1062,"25":497,"257":95,"26":99,"268":11,"27":27,"273":114,"276":86,"279":15,"28":938,"281":8,"282":107,"291":35,"292":164,"30":28,"302":9,"31":38,"314":5,"317":2,"32":17,"33":100,"34":39,"347":7,"35":27,"352":714,"36":185,"37":85,"38":504,"380":5,"381":84,"383":67,"389":1,"39":85,"391":43,"396":3,"397":21,"40":93,"409":69,"41":64,"414":28,"415":41,"419":11,"42":137,"43":27,"430":113,"433":3,"434":1,"44":15,"45":25,"46":241,"48":39,"49":45,"5":1743,"51":62,"52":40,"53":67,"56":3,"570":8,"6":194,"63":57,"7":302,"79":24,"8":757,"80":249,"9":1034,"all_client":100654,"all_tv_clinet":17982,"insert_time":"2014-08-18T04:35:47.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82816,"10":28,"107":554,"11":384,"12":117,"13":415,"14":181,"15":135,"155":11,"156":13,"158":34,"159":14,"16":331,"160":9,"161":212,"167":18,"168":2,"17":253,"18":1052,"19":564,"20":207,"209":93,"21":509,"210":26,"211":11,"214":20,"215":211,"221":315,"223":577,"224":55,"225":455,"23":299,"24":1102,"25":482,"257":100,"26":94,"268":11,"27":26,"273":123,"276":90,"279":16,"28":956,"281":8,"282":106,"291":35,"292":167,"30":30,"302":9,"31":36,"314":5,"317":1,"32":15,"33":103,"34":41,"347":8,"35":25,"352":710,"36":183,"37":89,"38":504,"380":5,"381":82,"383":66,"389":1,"39":88,"391":45,"396":2,"397":20,"40":86,"409":68,"41":56,"414":29,"415":48,"419":11,"42":136,"43":27,"430":112,"433":3,"434":1,"44":17,"45":23,"46":237,"48":39,"49":43,"5":1775,"51":64,"52":37,"53":64,"56":5,"570":7,"6":189,"63":58,"7":326,"79":26,"8":752,"80":250,"9":1020,"all_client":100814,"all_tv_clinet":17998,"insert_time":"2014-08-18T04:36:48.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82892,"10":26,"107":559,"11":385,"12":129,"13":415,"14":185,"15":137,"155":11,"156":13,"158":35,"159":15,"16":339,"160":5,"161":215,"167":19,"168":2,"17":232,"18":1064,"19":536,"20":209,"209":91,"21":523,"210":26,"211":12,"214":20,"215":215,"221":313,"223":572,"224":53,"225":452,"23":302,"24":1111,"25":469,"257":105,"26":101,"268":10,"27":27,"273":128,"276":89,"279":14,"28":964,"281":8,"282":101,"291":39,"292":169,"30":30,"302":9,"31":34,"314":5,"317":1,"32":16,"33":105,"34":42,"347":12,"35":24,"352":700,"36":188,"37":90,"38":503,"380":5,"381":80,"383":65,"389":1,"39":87,"391":46,"396":2,"397":20,"40":83,"409":69,"41":53,"414":29,"415":50,"419":11,"42":141,"43":30,"430":111,"433":4,"434":2,"44":16,"45":21,"46":232,"48":37,"49":39,"5":1809,"51":70,"52":35,"53":63,"56":6,"570":6,"6":188,"63":59,"7":334,"79":28,"8":737,"80":252,"9":997,"all_client":100914,"all_tv_clinet":18022,"insert_time":"2014-08-18T04:37:50.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82929,"10":26,"107":561,"11":380,"12":132,"13":419,"14":189,"15":138,"155":10,"156":13,"158":34,"159":15,"16":340,"160":7,"161":224,"167":19,"168":2,"17":219,"18":1080,"19":519,"20":204,"209":94,"21":532,"210":27,"211":16,"214":20,"215":217,"221":303,"223":570,"224":56,"225":458,"23":305,"24":1109,"25":461,"257":107,"26":100,"268":11,"27":27,"273":129,"276":89,"279":11,"28":975,"281":8,"282":94,"291":40,"292":166,"30":31,"302":9,"31":29,"314":4,"317":1,"32":13,"33":112,"34":40,"347":15,"35":22,"352":701,"36":192,"37":92,"38":501,"380":5,"381":84,"383":61,"39":98,"391":51,"396":3,"397":22,"40":79,"409":66,"41":52,"414":28,"415":55,"419":13,"42":146,"426":1,"43":30,"430":109,"433":4,"434":2,"44":14,"45":21,"46":225,"48":35,"49":37,"5":1846,"51":71,"52":34,"53":63,"56":7,"570":6,"6":191,"63":59,"7":342,"79":30,"8":728,"80":249,"9":967,"all_client":100981,"all_tv_clinet":18052,"insert_time":"2014-08-18T04:38:50.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83052,"10":28,"107":560,"11":391,"12":135,"13":417,"14":196,"15":136,"155":11,"156":13,"158":33,"159":15,"16":343,"160":7,"161":230,"167":18,"168":4,"17":203,"18":1098,"19":519,"20":195,"209":91,"21":535,"210":28,"211":17,"214":21,"215":220,"221":300,"223":550,"224":56,"225":442,"23":318,"24":1124,"25":454,"257":101,"26":99,"268":9,"27":28,"273":131,"276":88,"279":10,"28":975,"281":8,"282":88,"291":39,"292":155,"30":31,"302":9,"31":28,"314":3,"317":2,"32":13,"33":114,"34":41,"347":15,"35":21,"352":694,"36":188,"37":100,"38":510,"380":6,"381":87,"383":61,"39":94,"391":53,"396":3,"397":18,"40":76,"409":64,"41":58,"414":27,"415":52,"419":14,"42":147,"426":1,"43":31,"430":107,"433":4,"434":2,"44":14,"45":20,"46":221,"48":37,"49":36,"5":1922,"51":72,"52":33,"53":61,"56":9,"570":8,"6":192,"63":61,"7":342,"79":31,"8":731,"80":246,"9":947,"all_client":101148,"all_tv_clinet":18096,"insert_time":"2014-08-18T04:39:51.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83052,"10":31,"107":542,"11":385,"12":139,"13":422,"14":202,"15":134,"155":12,"156":13,"158":32,"159":16,"16":341,"160":9,"161":233,"167":18,"168":5,"17":188,"18":1096,"19":520,"20":189,"209":91,"21":534,"210":29,"211":17,"214":22,"215":230,"221":299,"223":532,"224":56,"225":443,"23":322,"24":1150,"25":445,"257":103,"26":98,"268":10,"27":31,"273":133,"276":91,"279":9,"28":984,"281":7,"282":79,"291":39,"292":146,"30":32,"302":9,"31":27,"314":3,"317":2,"32":14,"33":110,"34":43,"347":19,"35":19,"352":700,"36":192,"37":100,"38":505,"380":6,"381":92,"383":56,"39":90,"391":52,"396":4,"397":18,"40":72,"409":57,"41":57,"414":29,"415":52,"419":13,"42":145,"426":1,"43":31,"430":111,"433":3,"434":2,"44":14,"45":20,"46":218,"48":37,"49":33,"5":1996,"51":71,"52":32,"53":64,"56":9,"570":8,"6":185,"63":62,"7":339,"79":33,"8":721,"80":240,"9":936,"all_client":101163,"all_tv_clinet":18111,"insert_time":"2014-08-18T04:40:52.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83090,"10":30,"107":536,"11":377,"12":148,"13":422,"14":205,"15":137,"155":12,"156":13,"158":33,"159":20,"16":341,"160":8,"161":240,"167":18,"168":5,"17":179,"18":1091,"19":545,"20":185,"209":95,"21":532,"210":29,"211":18,"214":21,"215":236,"221":299,"223":533,"224":62,"225":430,"23":326,"24":1144,"25":435,"257":94,"26":98,"268":9,"27":34,"273":138,"276":90,"279":11,"28":975,"281":7,"282":74,"291":39,"292":132,"30":33,"302":9,"31":27,"314":3,"317":1,"32":16,"33":105,"34":44,"347":22,"35":19,"352":711,"36":187,"37":97,"38":501,"380":6,"381":92,"383":64,"39":84,"391":52,"396":4,"397":17,"40":68,"409":52,"41":55,"414":29,"415":51,"419":11,"42":140,"43":30,"430":111,"433":3,"434":2,"44":12,"45":19,"46":218,"48":40,"49":32,"5":2089,"51":69,"52":30,"53":67,"56":8,"570":9,"6":189,"63":59,"7":344,"79":37,"8":723,"80":236,"9":922,"all_client":101245,"all_tv_clinet":18155,"insert_time":"2014-08-18T04:41:53.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83160,"10":28,"107":541,"11":383,"12":144,"13":424,"14":203,"15":130,"155":13,"156":11,"158":32,"159":21,"16":336,"160":14,"161":245,"167":18,"168":6,"17":175,"18":1076,"19":546,"20":187,"209":100,"21":532,"210":29,"211":20,"214":21,"215":239,"221":304,"223":535,"224":71,"225":428,"23":333,"24":1122,"25":424,"257":88,"26":95,"268":8,"27":33,"273":142,"276":89,"279":13,"28":977,"281":6,"282":75,"291":39,"292":127,"30":32,"302":8,"31":30,"314":2,"32":14,"33":101,"34":44,"347":23,"35":18,"352":702,"36":190,"37":94,"38":504,"380":6,"381":95,"383":70,"39":86,"391":52,"396":8,"397":17,"40":64,"409":51,"41":53,"414":29,"415":49,"419":11,"42":137,"43":29,"430":113,"433":2,"434":2,"44":9,"45":20,"46":212,"48":44,"49":32,"5":2156,"51":69,"52":31,"53":66,"56":4,"570":14,"6":194,"63":60,"7":346,"79":39,"8":721,"80":222,"9":913,"all_client":101331,"all_tv_clinet":18171,"insert_time":"2014-08-18T04:42:54.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83230,"10":31,"107":533,"11":393,"12":142,"13":426,"14":205,"15":119,"155":15,"156":10,"158":30,"159":24,"16":340,"160":19,"161":230,"167":20,"168":5,"17":170,"18":1076,"19":566,"20":189,"209":95,"21":529,"210":29,"211":20,"214":21,"215":235,"221":306,"223":531,"224":75,"225":418,"23":337,"24":1098,"25":415,"257":89,"26":96,"268":8,"27":34,"273":135,"276":87,"279":12,"28":984,"281":6,"282":76,"291":39,"292":126,"30":28,"302":8,"31":27,"314":1,"32":14,"33":101,"34":41,"347":23,"35":17,"352":694,"36":188,"37":100,"38":499,"380":6,"381":95,"383":73,"39":85,"391":52,"396":8,"397":15,"40":64,"409":55,"41":53,"414":30,"415":44,"419":10,"42":130,"43":28,"430":114,"433":1,"434":2,"44":8,"45":22,"46":210,"48":45,"49":31,"5":2230,"51":73,"52":29,"53":70,"56":5,"570":18,"6":196,"63":60,"7":344,"79":42,"8":724,"80":213,"9":902,"all_client":101402,"all_tv_clinet":18172,"insert_time":"2014-08-18T04:43:54.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83258,"10":31,"107":548,"11":395,"12":142,"13":430,"14":203,"15":104,"155":14,"156":9,"158":28,"159":24,"16":344,"160":23,"161":219,"167":23,"168":5,"17":158,"18":1064,"19":573,"20":182,"209":98,"21":534,"210":30,"211":20,"214":21,"215":229,"221":310,"223":521,"224":77,"225":416,"23":327,"24":1101,"25":399,"257":90,"26":99,"268":8,"27":33,"273":125,"276":89,"279":11,"28":1002,"281":6,"282":76,"291":39,"292":134,"30":27,"302":8,"31":29,"314":1,"32":11,"33":99,"34":39,"347":26,"35":17,"352":692,"36":199,"37":97,"38":504,"380":6,"381":95,"383":72,"39":88,"391":52,"396":11,"397":11,"40":64,"409":53,"41":48,"414":31,"415":46,"419":12,"42":121,"43":26,"430":116,"433":1,"434":2,"44":9,"45":23,"46":215,"48":39,"49":29,"5":2305,"51":68,"52":30,"53":71,"56":6,"570":20,"6":199,"63":58,"7":337,"79":44,"8":729,"80":211,"9":867,"all_client":101436,"all_tv_clinet":18178,"insert_time":"2014-08-18T04:44:55.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83369,"10":31,"107":571,"11":397,"12":140,"13":422,"14":210,"15":96,"155":14,"156":9,"158":28,"159":23,"16":347,"160":18,"161":208,"167":23,"168":5,"17":143,"18":1057,"19":589,"20":187,"209":104,"21":526,"210":31,"211":20,"214":21,"215":230,"221":307,"223":525,"224":80,"225":427,"23":329,"24":1100,"25":380,"257":91,"26":98,"268":8,"27":29,"273":109,"276":86,"279":10,"28":1013,"281":6,"282":79,"291":37,"292":143,"30":25,"302":8,"306":1,"31":26,"32":13,"33":97,"34":37,"347":30,"35":19,"352":684,"36":199,"37":95,"38":511,"380":6,"381":93,"383":66,"39":90,"391":51,"396":10,"397":10,"40":61,"409":57,"41":43,"414":33,"415":46,"419":12,"42":104,"43":24,"430":110,"433":1,"434":2,"44":10,"45":27,"46":213,"48":40,"49":29,"5":2364,"51":63,"52":28,"53":67,"56":5,"570":19,"6":197,"63":59,"7":338,"79":43,"8":738,"80":213,"9":847,"all_client":101540,"all_tv_clinet":18171,"insert_time":"2014-08-18T04:45:56.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83360,"10":31,"107":574,"11":400,"12":140,"13":404,"14":206,"15":93,"155":14,"156":10,"158":30,"159":20,"16":345,"160":15,"161":207,"167":22,"168":5,"17":136,"18":1047,"19":604,"20":187,"209":102,"21":522,"210":30,"211":19,"214":21,"215":231,"221":296,"223":534,"224":92,"225":412,"23":334,"24":1095,"25":370,"257":85,"26":94,"268":9,"27":25,"273":104,"276":86,"279":8,"28":997,"281":5,"282":83,"291":36,"292":150,"30":23,"302":8,"306":1,"31":28,"314":1,"32":11,"33":95,"34":36,"347":30,"35":20,"352":682,"36":203,"37":89,"38":502,"380":6,"381":91,"383":64,"39":94,"391":51,"396":15,"397":11,"40":61,"409":53,"41":44,"414":31,"415":44,"419":15,"42":98,"43":28,"430":103,"433":3,"434":2,"44":12,"45":27,"46":213,"48":39,"49":28,"5":2435,"51":63,"52":27,"53":65,"56":4,"570":22,"6":204,"63":59,"7":331,"79":41,"8":743,"80":218,"9":824,"all_client":101488,"all_tv_clinet":18128,"insert_time":"2014-08-18T04:46:56.985Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83361,"10":31,"107":584,"11":408,"12":150,"13":401,"14":193,"15":96,"155":14,"156":11,"158":34,"159":16,"16":347,"160":14,"161":201,"167":22,"168":7,"17":129,"18":1040,"19":609,"20":187,"209":103,"21":521,"210":32,"211":20,"214":21,"215":230,"221":299,"223":531,"224":101,"225":419,"23":329,"24":1104,"25":359,"257":87,"26":93,"268":9,"27":25,"273":102,"276":88,"279":9,"28":970,"281":5,"282":82,"291":35,"292":157,"30":23,"302":9,"306":1,"31":24,"314":1,"32":16,"33":95,"34":35,"347":33,"35":19,"352":679,"36":192,"37":84,"38":507,"380":6,"381":89,"383":67,"389":1,"39":94,"391":51,"396":17,"397":11,"40":65,"409":51,"41":42,"414":32,"415":44,"419":18,"42":90,"43":27,"430":96,"433":7,"434":2,"44":12,"45":25,"46":210,"48":38,"49":29,"5":2504,"51":68,"52":28,"53":64,"56":4,"570":23,"6":202,"63":55,"7":328,"79":43,"8":747,"80":215,"9":814,"all_client":101523,"all_tv_clinet":18162,"insert_time":"2014-08-18T04:47:57.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83454,"10":30,"107":583,"11":418,"12":156,"13":387,"14":173,"15":94,"155":14,"156":12,"158":35,"159":16,"16":344,"160":12,"161":204,"167":26,"168":7,"17":135,"18":1038,"19":608,"20":188,"209":103,"21":528,"210":30,"211":20,"214":20,"215":241,"221":299,"223":524,"224":114,"225":430,"23":327,"24":1117,"25":356,"257":87,"26":93,"268":10,"27":26,"273":98,"276":88,"279":11,"28":947,"281":5,"282":82,"291":32,"292":156,"30":24,"302":9,"306":1,"31":30,"314":1,"32":16,"33":94,"34":34,"347":33,"35":19,"352":678,"36":193,"37":73,"38":499,"380":6,"381":86,"383":68,"389":1,"39":95,"391":48,"396":21,"397":11,"40":65,"409":43,"41":43,"414":32,"415":43,"419":20,"42":84,"43":28,"430":90,"433":7,"434":2,"44":13,"45":24,"46":206,"48":38,"49":30,"5":2565,"51":69,"52":27,"53":63,"56":4,"570":23,"6":195,"63":56,"7":321,"79":43,"8":754,"80":212,"9":799,"all_client":101617,"all_tv_clinet":18163,"insert_time":"2014-08-18T04:48:58.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83468,"10":29,"107":607,"11":421,"12":165,"13":380,"14":164,"15":96,"155":15,"156":12,"158":34,"159":17,"16":347,"160":10,"161":200,"167":26,"168":6,"17":133,"18":1032,"19":605,"20":194,"209":104,"21":514,"210":32,"211":20,"214":20,"215":243,"221":288,"223":519,"224":118,"225":429,"23":333,"24":1110,"25":342,"257":87,"26":92,"268":11,"27":24,"273":100,"276":87,"279":13,"28":931,"281":5,"282":82,"291":31,"292":160,"30":23,"302":9,"306":1,"31":28,"314":1,"32":16,"33":91,"34":34,"347":32,"35":19,"352":675,"36":190,"37":69,"38":500,"380":5,"381":85,"383":62,"389":1,"39":97,"391":49,"396":22,"397":13,"40":67,"409":42,"41":43,"414":31,"415":46,"419":17,"42":74,"43":28,"430":89,"433":6,"434":2,"44":10,"45":24,"46":201,"48":39,"49":30,"5":2620,"51":66,"52":26,"53":66,"56":4,"570":21,"6":204,"63":55,"7":324,"79":44,"8":761,"80":214,"9":769,"all_client":101601,"all_tv_clinet":18133,"insert_time":"2014-08-18T04:49:59.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83483,"10":30,"107":619,"11":430,"12":178,"13":369,"14":166,"15":93,"155":15,"156":13,"158":30,"159":22,"16":350,"160":10,"161":199,"167":26,"168":5,"17":138,"18":1024,"19":612,"20":193,"209":100,"21":494,"210":32,"211":20,"214":21,"215":245,"221":271,"223":513,"224":115,"225":420,"23":324,"24":1126,"25":340,"257":84,"26":88,"268":9,"27":23,"273":101,"276":87,"279":15,"28":929,"281":4,"282":82,"291":30,"292":160,"30":22,"302":9,"306":1,"31":29,"314":1,"32":14,"33":88,"34":37,"347":29,"35":19,"352":679,"36":189,"37":60,"38":499,"380":5,"381":85,"383":64,"39":96,"391":47,"396":23,"397":13,"40":68,"409":41,"41":46,"414":31,"415":54,"419":17,"42":73,"426":1,"43":28,"430":87,"433":2,"434":1,"44":11,"45":24,"46":203,"48":37,"49":32,"5":2657,"51":65,"52":19,"53":69,"56":6,"570":23,"6":203,"63":63,"7":332,"79":43,"8":773,"80":204,"9":744,"all_client":101604,"all_tv_clinet":18121,"insert_time":"2014-08-18T04:51:00.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83452,"10":32,"107":642,"11":440,"12":191,"13":351,"14":159,"15":96,"155":15,"156":13,"158":30,"159":23,"16":349,"160":10,"161":203,"167":26,"168":4,"17":137,"18":1009,"19":611,"20":197,"209":91,"21":502,"210":32,"211":20,"214":18,"215":245,"221":273,"223":505,"224":125,"225":415,"23":320,"24":1120,"25":327,"257":87,"26":92,"268":8,"27":25,"273":106,"276":89,"279":15,"28":929,"281":4,"282":81,"291":29,"292":161,"30":22,"302":9,"306":1,"31":24,"314":1,"32":16,"33":88,"34":34,"347":27,"35":18,"352":675,"36":180,"37":51,"38":505,"380":6,"381":86,"383":59,"39":97,"391":48,"396":21,"397":14,"40":70,"409":45,"41":42,"414":27,"415":60,"419":23,"42":70,"426":1,"43":33,"430":87,"433":2,"44":11,"45":21,"46":210,"48":36,"49":30,"5":2698,"51":60,"52":20,"53":76,"56":7,"570":24,"6":204,"63":60,"7":340,"79":38,"8":786,"80":185,"9":715,"all_client":101572,"all_tv_clinet":18120,"insert_time":"2014-08-18T04:52:00.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83377,"10":32,"107":632,"11":438,"12":197,"13":346,"14":154,"15":93,"155":17,"156":12,"158":29,"159":26,"16":351,"160":8,"161":207,"167":26,"168":4,"17":137,"18":1001,"19":613,"20":197,"209":82,"21":498,"210":31,"211":20,"214":18,"215":246,"221":272,"223":510,"224":129,"225":416,"23":335,"24":1120,"25":319,"257":82,"26":99,"268":8,"27":25,"273":110,"276":89,"279":16,"28":931,"281":5,"282":80,"291":26,"292":163,"30":19,"302":10,"306":1,"31":26,"314":2,"317":1,"32":19,"33":89,"34":36,"347":25,"35":18,"352":684,"36":180,"37":47,"38":509,"380":6,"381":87,"383":56,"39":97,"391":45,"396":22,"397":15,"40":71,"409":44,"41":39,"414":29,"415":62,"419":23,"42":66,"426":1,"43":35,"430":86,"433":2,"44":13,"45":20,"46":209,"48":36,"49":30,"5":2758,"51":60,"52":19,"53":73,"56":6,"570":25,"6":200,"63":59,"7":343,"79":33,"8":782,"80":171,"9":694,"all_client":101510,"all_tv_clinet":18133,"insert_time":"2014-08-18T04:53:01.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83392,"10":34,"107":628,"11":439,"12":199,"13":337,"14":150,"15":92,"155":17,"156":10,"158":31,"159":26,"16":355,"160":5,"161":205,"167":27,"168":3,"17":142,"18":989,"19":615,"20":197,"209":76,"21":494,"210":31,"211":20,"214":18,"215":250,"221":267,"223":514,"224":137,"225":421,"23":341,"24":1124,"25":300,"257":84,"26":98,"268":8,"27":23,"273":112,"276":88,"279":14,"28":933,"281":5,"282":80,"291":26,"292":157,"30":20,"302":10,"306":1,"31":27,"314":2,"317":1,"32":20,"33":86,"34":37,"347":22,"35":18,"352":671,"36":175,"37":43,"38":512,"380":5,"381":85,"383":56,"39":98,"391":40,"396":19,"397":16,"40":72,"409":43,"41":38,"414":32,"415":60,"419":27,"42":63,"426":1,"43":33,"430":75,"433":2,"44":13,"45":20,"46":204,"48":38,"49":28,"5":2801,"51":60,"52":19,"53":72,"56":7,"570":24,"6":201,"63":58,"7":355,"79":31,"8":795,"80":158,"9":664,"all_client":101472,"all_tv_clinet":18080,"insert_time":"2014-08-18T04:54:02.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83331,"10":32,"107":636,"11":437,"12":199,"13":329,"14":148,"15":93,"155":17,"156":10,"158":35,"159":24,"16":351,"160":5,"161":215,"167":30,"168":3,"17":147,"18":976,"19":619,"20":199,"209":72,"21":503,"210":31,"211":19,"214":17,"215":249,"221":272,"223":514,"224":136,"225":417,"23":352,"24":1123,"25":301,"257":80,"26":95,"268":8,"27":21,"273":116,"276":83,"279":14,"28":941,"281":5,"282":80,"291":26,"292":154,"30":21,"302":10,"306":3,"31":23,"314":3,"317":1,"32":18,"33":88,"34":36,"347":23,"35":19,"352":681,"36":178,"37":41,"38":502,"380":3,"381":85,"383":60,"39":100,"391":41,"396":14,"397":17,"40":73,"409":41,"41":38,"414":37,"415":61,"419":22,"42":52,"426":1,"43":32,"430":74,"433":2,"44":10,"45":21,"46":196,"48":38,"49":27,"5":2838,"51":60,"52":19,"53":67,"56":7,"570":22,"6":205,"63":55,"7":360,"79":31,"8":793,"80":154,"9":647,"all_client":101415,"all_tv_clinet":18084,"insert_time":"2014-08-18T04:55:02.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83284,"10":34,"107":650,"11":452,"12":191,"13":322,"14":143,"15":100,"155":17,"156":10,"158":33,"159":24,"16":359,"160":5,"161":221,"167":30,"168":3,"17":152,"18":977,"19":572,"20":202,"209":71,"21":509,"210":29,"211":19,"214":17,"215":253,"221":269,"223":511,"224":138,"225":421,"23":362,"24":1142,"25":295,"257":77,"26":91,"268":8,"27":21,"273":124,"276":76,"279":14,"28":940,"281":6,"282":80,"291":24,"292":146,"30":25,"302":9,"306":4,"31":29,"314":3,"317":1,"32":16,"33":89,"34":36,"347":24,"35":20,"352":690,"36":180,"37":42,"38":502,"380":3,"381":84,"383":59,"39":104,"391":42,"396":12,"397":16,"40":73,"409":40,"41":38,"414":36,"415":64,"419":23,"42":50,"426":2,"43":33,"430":72,"433":2,"44":8,"45":20,"46":206,"48":37,"49":30,"5":2840,"51":60,"52":20,"53":70,"56":7,"570":23,"6":210,"63":54,"7":366,"79":30,"8":787,"80":149,"9":626,"all_client":101390,"all_tv_clinet":18106,"insert_time":"2014-08-18T04:56:03.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83290,"10":35,"107":656,"11":474,"12":175,"13":308,"14":134,"15":110,"155":17,"156":10,"158":32,"159":24,"16":363,"160":6,"161":219,"167":34,"168":2,"17":152,"18":956,"19":549,"20":201,"209":65,"21":507,"210":27,"211":19,"214":17,"215":261,"221":281,"223":502,"224":146,"225":418,"23":370,"24":1122,"25":293,"257":80,"26":89,"268":8,"27":22,"273":128,"276":73,"279":14,"28":934,"281":7,"282":77,"291":23,"292":136,"30":27,"302":9,"306":4,"31":30,"314":3,"317":1,"32":16,"33":89,"34":38,"347":23,"35":22,"352":692,"36":172,"37":42,"38":514,"380":3,"381":84,"383":59,"39":109,"391":37,"396":12,"397":16,"40":74,"409":40,"41":39,"414":34,"415":60,"419":23,"42":47,"426":5,"43":35,"430":76,"433":2,"44":6,"45":18,"46":211,"48":36,"49":37,"5":2899,"51":62,"52":20,"53":72,"56":7,"570":23,"6":206,"63":55,"7":362,"79":31,"8":753,"80":144,"9":611,"all_client":101356,"all_tv_clinet":18066,"insert_time":"2014-08-18T04:57:04.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83179,"10":34,"107":663,"11":476,"12":158,"13":303,"14":133,"15":116,"155":20,"156":10,"158":33,"159":26,"16":363,"160":6,"161":224,"167":36,"168":2,"17":163,"18":935,"19":520,"20":196,"209":60,"21":501,"210":26,"211":20,"214":17,"215":265,"221":276,"223":514,"224":156,"225":415,"23":371,"24":1138,"25":296,"257":76,"26":88,"268":9,"27":23,"273":131,"276":68,"279":16,"28":945,"281":5,"282":77,"291":24,"292":137,"30":27,"302":9,"306":5,"31":30,"314":4,"317":1,"32":17,"33":94,"34":43,"347":23,"35":22,"352":698,"36":163,"37":41,"38":515,"380":3,"381":78,"383":62,"39":110,"391":31,"396":17,"397":15,"40":77,"409":40,"41":37,"414":34,"415":63,"419":24,"42":46,"426":6,"43":35,"430":77,"433":2,"44":7,"45":16,"46":209,"48":36,"49":34,"5":2957,"51":61,"52":20,"53":75,"56":7,"570":21,"6":203,"63":57,"7":376,"79":33,"8":694,"80":140,"9":588,"all_client":101233,"all_tv_clinet":18054,"insert_time":"2014-08-18T04:58:04.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83127,"10":32,"107":658,"11":484,"12":146,"13":297,"14":131,"15":130,"155":18,"156":11,"158":33,"159":28,"16":368,"160":7,"161":229,"167":37,"168":2,"17":165,"18":892,"19":524,"20":190,"209":56,"21":500,"210":28,"211":20,"214":16,"215":259,"221":286,"223":517,"224":162,"225":437,"23":371,"24":1135,"25":306,"257":75,"26":87,"268":10,"27":23,"273":126,"276":64,"279":15,"28":938,"281":5,"282":76,"291":23,"292":139,"30":29,"302":9,"306":5,"31":30,"314":5,"317":1,"32":19,"33":97,"34":42,"347":21,"35":20,"352":698,"36":167,"37":36,"38":521,"380":3,"381":74,"383":61,"389":1,"39":111,"391":31,"396":22,"397":16,"40":79,"409":38,"41":41,"414":37,"415":62,"419":24,"42":44,"426":5,"43":30,"430":79,"433":1,"44":7,"45":15,"46":210,"48":34,"49":38,"5":3006,"51":60,"52":19,"53":73,"56":7,"570":18,"6":199,"63":60,"7":381,"79":33,"8":657,"80":138,"9":567,"all_client":101164,"all_tv_clinet":18037,"insert_time":"2014-08-18T04:59:05.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83052,"10":34,"107":656,"11":479,"12":130,"13":300,"14":125,"15":146,"155":16,"156":12,"158":33,"159":27,"16":364,"160":7,"161":225,"167":40,"168":1,"17":167,"18":860,"19":516,"20":188,"209":50,"21":492,"210":28,"211":20,"214":16,"215":264,"221":296,"223":508,"224":164,"225":439,"23":382,"24":1144,"25":314,"257":74,"26":82,"268":9,"27":20,"273":119,"276":57,"279":15,"28":932,"281":5,"282":76,"291":23,"292":147,"30":34,"302":8,"306":5,"31":30,"314":5,"317":1,"32":19,"33":101,"34":43,"347":21,"35":18,"352":695,"36":164,"37":35,"38":526,"380":3,"381":74,"383":60,"389":1,"39":118,"391":29,"396":24,"397":16,"40":77,"409":38,"41":43,"414":38,"415":61,"419":19,"42":44,"426":5,"43":34,"430":80,"433":1,"44":9,"45":14,"46":216,"48":34,"49":38,"5":3051,"51":63,"52":20,"53":69,"56":7,"570":18,"6":206,"63":59,"7":394,"79":37,"8":630,"80":132,"9":543,"all_client":101064,"all_tv_clinet":18012,"insert_time":"2014-08-18T05:00:06.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82986,"10":35,"107":636,"11":492,"12":128,"13":303,"14":123,"15":151,"155":10,"156":13,"158":35,"159":27,"16":364,"160":7,"161":208,"167":42,"168":1,"17":172,"18":832,"19":523,"20":186,"209":45,"21":485,"210":27,"211":19,"214":17,"215":270,"221":301,"223":522,"224":168,"225":442,"23":383,"24":1145,"25":334,"257":75,"26":74,"268":9,"27":18,"273":107,"276":56,"279":15,"28":901,"281":6,"282":69,"291":24,"292":155,"30":34,"302":9,"306":5,"31":32,"314":5,"317":1,"32":17,"33":114,"34":44,"347":22,"35":17,"352":695,"36":168,"37":31,"38":539,"380":2,"381":70,"383":59,"389":1,"39":124,"391":28,"396":27,"397":18,"40":79,"409":38,"41":46,"414":41,"415":62,"419":15,"42":44,"426":5,"43":37,"430":80,"433":2,"44":9,"45":13,"46":218,"48":35,"49":45,"5":3084,"51":64,"52":18,"53":68,"56":8,"570":15,"6":213,"63":61,"7":397,"79":40,"8":631,"80":130,"9":509,"all_client":101010,"all_tv_clinet":18024,"insert_time":"2014-08-18T05:01:07.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82966,"10":36,"107":637,"11":497,"12":125,"13":309,"14":120,"15":154,"155":10,"156":12,"158":34,"159":27,"16":363,"160":10,"161":192,"167":47,"168":1,"17":178,"18":825,"19":530,"20":188,"209":44,"21":479,"210":25,"211":20,"214":16,"215":276,"221":301,"223":528,"224":172,"225":440,"23":380,"24":1149,"25":340,"257":73,"26":68,"268":9,"27":16,"273":100,"276":52,"279":14,"28":880,"281":5,"282":69,"291":24,"292":164,"30":36,"302":9,"306":5,"31":31,"314":4,"317":1,"32":14,"33":108,"34":41,"347":19,"35":17,"352":705,"36":168,"37":29,"38":542,"380":2,"381":71,"383":56,"39":125,"391":26,"396":25,"397":19,"40":76,"409":41,"41":45,"414":41,"415":63,"419":16,"42":42,"426":8,"43":34,"430":78,"433":2,"44":11,"45":17,"46":230,"48":33,"49":45,"5":3119,"51":65,"52":15,"53":65,"56":7,"570":15,"6":214,"63":57,"7":399,"79":40,"8":633,"80":129,"9":475,"all_client":100973,"all_tv_clinet":18007,"insert_time":"2014-08-18T05:02:07.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82955,"10":35,"107":626,"11":493,"12":119,"13":316,"14":116,"15":147,"155":11,"156":11,"158":34,"159":30,"16":369,"160":9,"161":187,"167":46,"168":2,"17":179,"18":818,"19":543,"20":193,"209":40,"21":473,"210":25,"211":21,"214":16,"215":278,"221":299,"223":529,"224":173,"225":428,"23":377,"24":1151,"25":347,"257":67,"26":56,"268":9,"27":17,"273":96,"276":51,"279":14,"28":886,"281":5,"282":67,"291":23,"292":161,"30":34,"302":9,"306":5,"31":33,"314":4,"317":1,"32":12,"33":112,"34":46,"347":18,"35":20,"352":702,"36":167,"37":31,"38":541,"380":2,"381":72,"383":58,"39":127,"391":25,"396":26,"397":18,"40":77,"409":40,"41":47,"414":43,"415":59,"419":15,"42":43,"426":9,"43":36,"430":77,"433":2,"44":11,"45":18,"46":225,"48":31,"49":46,"5":3125,"51":58,"52":17,"53":66,"56":6,"570":14,"6":214,"63":55,"7":405,"79":41,"8":638,"80":124,"9":447,"all_client":100900,"all_tv_clinet":17945,"insert_time":"2014-08-18T05:03:08.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82894,"10":34,"107":626,"11":490,"12":119,"13":319,"14":112,"15":148,"155":11,"156":11,"158":31,"159":32,"16":366,"160":9,"161":179,"167":47,"168":4,"17":189,"18":814,"19":541,"20":199,"209":35,"21":457,"210":24,"211":19,"214":15,"215":275,"221":297,"223":537,"224":171,"225":438,"23":380,"24":1160,"25":355,"257":64,"26":57,"268":7,"27":17,"273":94,"276":50,"279":12,"28":896,"281":5,"282":68,"291":22,"292":157,"30":35,"302":10,"306":5,"31":35,"314":4,"317":1,"32":14,"33":114,"34":42,"347":18,"35":17,"352":692,"36":168,"37":28,"38":525,"380":2,"381":72,"383":58,"389":1,"39":130,"391":23,"396":25,"397":15,"40":77,"409":40,"41":50,"414":45,"415":53,"419":14,"42":42,"426":8,"43":38,"430":77,"433":2,"44":11,"45":20,"46":222,"48":31,"49":44,"5":3142,"51":51,"52":20,"53":66,"56":6,"570":15,"6":219,"63":55,"7":401,"79":42,"8":639,"80":119,"9":430,"all_client":100800,"all_tv_clinet":17906,"insert_time":"2014-08-18T05:04:09.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82804,"10":35,"107":619,"11":492,"12":121,"13":316,"14":112,"15":153,"155":12,"156":13,"158":34,"159":36,"16":349,"160":6,"161":177,"167":45,"168":4,"17":192,"18":813,"19":525,"20":202,"209":34,"21":457,"210":24,"211":19,"214":14,"215":271,"221":299,"223":548,"224":172,"225":433,"23":389,"24":1172,"25":358,"257":64,"26":51,"268":6,"27":18,"273":89,"276":47,"279":10,"28":894,"281":5,"282":63,"291":23,"292":157,"30":36,"302":10,"306":5,"31":38,"314":4,"32":15,"33":122,"34":43,"347":19,"35":17,"352":696,"36":164,"37":29,"38":527,"380":1,"381":68,"383":61,"389":1,"39":131,"391":24,"396":25,"397":13,"40":77,"409":38,"41":51,"414":47,"415":55,"419":13,"42":40,"426":7,"43":36,"430":80,"433":3,"44":13,"45":19,"46":220,"48":34,"49":43,"5":3072,"51":52,"52":23,"53":61,"56":6,"570":14,"6":222,"63":57,"7":411,"79":40,"8":645,"80":114,"9":417,"all_client":100636,"all_tv_clinet":17832,"insert_time":"2014-08-18T05:05:09.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82756,"10":36,"107":619,"11":501,"12":125,"13":320,"14":117,"15":163,"155":11,"156":13,"158":34,"159":35,"16":325,"160":5,"161":173,"167":46,"168":4,"17":197,"18":814,"19":497,"20":205,"209":36,"21":473,"210":21,"211":19,"214":13,"215":261,"221":302,"223":561,"224":177,"225":439,"23":386,"24":1174,"25":369,"257":63,"26":60,"268":7,"27":22,"273":88,"276":47,"279":9,"28":897,"281":5,"282":58,"291":23,"292":163,"30":36,"302":9,"306":5,"31":35,"314":4,"32":17,"33":126,"34":40,"347":17,"35":15,"352":673,"36":163,"37":28,"38":530,"380":2,"381":64,"383":62,"389":2,"39":130,"391":23,"396":27,"397":16,"40":75,"409":35,"41":49,"414":48,"415":54,"419":14,"42":38,"426":7,"43":36,"430":82,"433":4,"44":14,"45":20,"46":215,"48":35,"49":43,"5":2970,"51":52,"52":21,"53":60,"56":7,"570":10,"6":236,"63":59,"7":427,"79":44,"8":645,"80":109,"9":415,"all_client":100517,"all_tv_clinet":17761,"insert_time":"2014-08-18T05:06:10.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82734,"10":37,"107":617,"11":508,"12":129,"13":329,"14":119,"15":174,"155":12,"156":12,"158":33,"159":35,"16":305,"160":9,"161":167,"167":46,"168":4,"17":208,"18":823,"19":462,"20":205,"209":39,"21":469,"210":21,"211":19,"214":12,"215":260,"221":308,"223":547,"224":183,"225":439,"23":392,"24":1191,"25":370,"257":65,"26":67,"268":8,"27":22,"273":84,"276":45,"279":9,"28":892,"281":5,"282":56,"291":23,"292":164,"30":35,"302":9,"306":3,"31":32,"314":4,"32":19,"33":127,"34":42,"347":11,"35":17,"352":658,"36":162,"37":26,"38":539,"380":2,"381":64,"383":66,"389":1,"39":133,"391":23,"396":24,"397":17,"40":74,"409":41,"41":46,"414":45,"415":55,"419":14,"42":34,"426":7,"43":38,"430":84,"433":4,"44":13,"45":26,"46":221,"48":36,"49":49,"5":2831,"51":54,"52":24,"53":59,"56":7,"570":12,"6":255,"63":59,"7":447,"79":43,"8":652,"80":109,"9":405,"all_client":100416,"all_tv_clinet":17682,"insert_time":"2014-08-18T05:07:11.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82738,"10":40,"107":614,"11":518,"12":130,"13":332,"14":126,"15":188,"155":12,"156":14,"158":31,"159":33,"16":297,"160":10,"161":171,"167":46,"168":4,"17":213,"18":830,"19":435,"20":205,"209":45,"21":475,"210":20,"211":20,"214":10,"215":255,"221":300,"223":541,"224":190,"225":441,"23":395,"24":1203,"25":377,"257":66,"26":82,"268":8,"27":24,"273":82,"276":45,"279":10,"28":884,"281":5,"282":53,"291":24,"292":166,"30":32,"302":8,"306":3,"31":28,"314":4,"32":20,"33":133,"34":43,"347":9,"35":17,"352":646,"36":164,"37":27,"38":535,"380":2,"381":65,"383":67,"389":1,"39":129,"391":22,"396":25,"397":18,"40":77,"409":39,"41":49,"414":44,"415":59,"419":17,"42":34,"426":5,"43":38,"430":86,"433":3,"44":13,"45":31,"46":225,"48":31,"49":54,"5":2694,"51":45,"52":23,"53":62,"56":7,"570":12,"6":261,"63":62,"7":481,"79":44,"8":663,"80":108,"9":402,"all_client":100375,"all_tv_clinet":17637,"insert_time":"2014-08-18T05:08:12.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82751,"10":42,"107":596,"11":514,"12":128,"13":335,"14":123,"15":193,"155":12,"156":14,"158":32,"159":32,"16":285,"160":9,"161":170,"167":49,"168":4,"17":218,"18":837,"19":414,"20":203,"209":45,"21":470,"210":19,"211":20,"214":9,"215":254,"221":286,"223":528,"224":192,"225":435,"23":403,"24":1213,"25":378,"257":73,"26":91,"268":8,"27":25,"273":78,"276":44,"279":9,"28":861,"281":4,"282":49,"291":25,"292":160,"30":32,"302":8,"306":4,"31":28,"314":4,"32":22,"33":134,"34":40,"347":9,"35":17,"352":647,"36":166,"37":27,"38":528,"380":2,"381":64,"383":68,"39":132,"391":24,"396":21,"397":19,"40":82,"409":43,"41":54,"414":43,"415":63,"419":16,"42":35,"426":5,"43":38,"430":85,"433":3,"44":12,"45":33,"46":226,"48":34,"49":59,"5":2612,"51":45,"52":23,"53":59,"56":8,"570":11,"6":264,"63":62,"7":500,"79":44,"8":665,"80":108,"9":392,"all_client":100260,"all_tv_clinet":17509,"insert_time":"2014-08-18T05:09:12.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82629,"10":42,"107":585,"11":523,"12":131,"13":344,"14":124,"15":201,"155":12,"156":16,"158":30,"159":34,"16":288,"160":7,"161":167,"167":49,"168":4,"17":227,"18":841,"19":406,"20":197,"209":45,"21":464,"210":19,"211":20,"214":9,"215":249,"221":293,"223":523,"224":196,"225":435,"23":410,"24":1215,"25":388,"257":74,"26":92,"268":8,"27":26,"273":76,"276":43,"279":7,"28":847,"281":4,"282":43,"291":25,"292":148,"30":30,"302":7,"306":4,"31":27,"314":6,"317":1,"32":20,"33":137,"34":45,"347":9,"35":16,"352":658,"36":172,"37":27,"38":528,"380":2,"381":68,"383":65,"39":136,"391":21,"396":19,"397":20,"40":83,"409":40,"41":52,"414":43,"415":66,"419":16,"42":32,"426":4,"43":39,"430":86,"433":3,"44":12,"45":35,"46":221,"48":31,"49":64,"5":2510,"51":44,"52":21,"53":61,"56":7,"570":11,"6":267,"63":60,"7":532,"79":46,"8":674,"80":107,"9":397,"all_client":100098,"all_tv_clinet":17469,"insert_time":"2014-08-18T05:10:13.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82534,"10":43,"107":586,"11":516,"12":129,"13":346,"14":124,"15":208,"155":11,"156":16,"158":27,"159":37,"16":293,"160":8,"161":167,"167":49,"168":4,"17":231,"18":851,"19":389,"20":200,"209":45,"21":459,"210":18,"211":20,"214":9,"215":250,"221":294,"223":526,"224":202,"225":421,"23":423,"24":1215,"25":393,"257":78,"26":99,"268":9,"27":23,"273":75,"276":42,"279":9,"28":843,"281":4,"282":42,"291":23,"292":138,"30":28,"302":7,"306":4,"31":30,"314":6,"317":1,"32":17,"33":139,"34":51,"347":9,"35":19,"352":634,"36":170,"37":26,"38":533,"380":2,"381":66,"383":65,"39":135,"391":21,"396":14,"397":20,"40":84,"409":39,"41":56,"414":42,"415":67,"419":18,"42":33,"426":3,"43":41,"430":84,"433":3,"434":1,"44":10,"45":36,"46":224,"48":32,"49":69,"5":2419,"51":44,"52":22,"53":58,"56":7,"570":12,"6":259,"63":56,"7":563,"79":44,"8":671,"80":105,"9":390,"all_client":99918,"all_tv_clinet":17384,"insert_time":"2014-08-18T05:11:14.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82447,"10":42,"107":582,"11":513,"12":124,"13":349,"14":124,"15":224,"155":11,"156":16,"158":27,"159":38,"16":294,"160":9,"161":175,"167":51,"168":4,"17":236,"18":841,"19":376,"20":197,"209":46,"21":449,"210":17,"211":20,"214":9,"215":248,"221":293,"223":527,"224":207,"225":403,"23":428,"24":1196,"25":407,"257":79,"26":104,"268":9,"27":23,"273":74,"276":43,"279":9,"28":856,"281":5,"282":42,"291":24,"292":128,"30":25,"302":6,"306":4,"31":32,"314":6,"317":1,"32":16,"33":142,"34":56,"347":9,"35":23,"352":634,"36":170,"37":27,"38":523,"380":2,"381":64,"383":59,"39":135,"391":20,"396":14,"397":20,"40":80,"409":39,"41":53,"414":45,"415":71,"419":17,"42":29,"426":3,"43":42,"430":86,"433":3,"434":1,"44":9,"45":37,"46":219,"48":32,"49":71,"5":2346,"51":44,"52":21,"53":65,"56":7,"570":13,"6":263,"63":55,"7":572,"79":42,"8":656,"80":104,"9":386,"all_client":99725,"all_tv_clinet":17278,"insert_time":"2014-08-18T05:12:15.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82326,"10":43,"107":578,"11":510,"12":117,"13":359,"14":124,"15":234,"155":11,"156":15,"158":28,"159":38,"16":288,"160":8,"161":175,"167":54,"168":3,"17":239,"18":834,"19":373,"20":195,"209":51,"21":433,"210":17,"211":21,"214":6,"215":244,"221":291,"223":530,"224":221,"225":395,"23":445,"24":1179,"25":413,"257":75,"26":112,"268":8,"27":22,"273":75,"276":45,"279":9,"28":850,"281":5,"282":43,"291":24,"292":122,"30":23,"302":6,"306":3,"31":32,"314":6,"317":1,"32":17,"33":143,"34":55,"347":10,"35":26,"352":629,"36":170,"37":28,"38":523,"380":3,"381":61,"383":59,"389":1,"39":131,"391":19,"396":11,"397":21,"40":76,"409":44,"41":57,"414":45,"415":69,"419":16,"42":33,"426":3,"43":43,"430":88,"433":3,"434":1,"44":10,"45":37,"46":219,"48":31,"49":71,"5":2255,"51":42,"52":20,"53":66,"56":8,"570":12,"6":265,"63":55,"7":584,"79":39,"8":646,"80":105,"9":389,"all_client":99498,"all_tv_clinet":17172,"insert_time":"2014-08-18T05:13:15.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82171,"10":42,"107":583,"11":503,"12":115,"13":364,"14":126,"15":240,"155":12,"156":14,"158":31,"159":37,"16":286,"160":8,"161":178,"167":54,"168":3,"17":249,"18":816,"19":373,"20":200,"209":54,"21":449,"210":17,"211":21,"214":5,"215":245,"221":296,"223":520,"224":230,"225":389,"23":443,"24":1149,"25":427,"257":75,"26":117,"268":8,"27":21,"273":76,"276":46,"279":7,"28":851,"281":5,"282":41,"291":25,"292":111,"30":23,"302":6,"306":4,"31":35,"314":6,"317":1,"32":18,"33":145,"34":56,"347":10,"35":27,"352":622,"36":166,"37":31,"38":515,"380":3,"381":60,"383":57,"389":2,"39":133,"391":18,"396":10,"397":19,"40":68,"409":49,"41":59,"414":44,"415":63,"419":17,"42":36,"426":3,"43":43,"430":87,"433":3,"44":9,"45":41,"46":216,"48":32,"49":70,"5":2137,"51":38,"52":17,"53":69,"56":9,"570":13,"6":264,"63":54,"7":587,"79":38,"8":627,"80":104,"9":393,"all_client":99190,"all_tv_clinet":17019,"insert_time":"2014-08-18T05:14:16.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82010,"10":41,"107":578,"11":504,"12":117,"13":361,"14":129,"15":240,"155":12,"156":14,"158":32,"159":37,"16":276,"160":9,"161":178,"167":54,"168":4,"17":256,"18":807,"19":359,"20":196,"209":53,"21":461,"210":17,"211":21,"214":5,"215":244,"221":301,"223":538,"224":235,"225":377,"23":434,"24":1160,"25":423,"257":71,"26":122,"268":9,"27":20,"273":73,"276":48,"279":9,"28":856,"281":5,"282":42,"291":24,"292":104,"30":22,"302":6,"306":4,"31":35,"314":5,"317":1,"32":17,"33":147,"34":59,"347":10,"35":31,"352":618,"36":164,"37":31,"38":500,"380":3,"381":56,"383":55,"389":2,"39":122,"391":17,"396":9,"397":20,"40":65,"409":51,"41":63,"414":43,"415":62,"419":17,"42":42,"426":2,"43":43,"430":87,"433":3,"44":12,"45":39,"46":224,"48":31,"49":72,"5":2007,"51":37,"52":19,"53":65,"56":7,"570":12,"6":268,"63":52,"7":592,"79":37,"8":608,"80":108,"9":397,"all_client":98865,"all_tv_clinet":16855,"insert_time":"2014-08-18T05:15:17.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81854,"10":41,"107":575,"11":499,"12":118,"13":366,"14":122,"15":248,"155":12,"156":13,"158":33,"159":37,"16":280,"160":10,"161":179,"167":55,"168":4,"17":259,"18":815,"19":346,"20":194,"209":55,"21":472,"210":17,"211":20,"214":7,"215":239,"221":291,"223":537,"224":245,"225":354,"23":437,"24":1164,"25":435,"257":80,"26":122,"268":10,"27":21,"273":66,"276":45,"279":10,"28":864,"281":5,"282":42,"291":24,"292":99,"30":22,"302":7,"306":4,"31":34,"314":4,"317":1,"32":19,"33":146,"34":64,"347":9,"35":26,"352":631,"36":160,"37":32,"38":485,"380":2,"381":54,"383":55,"389":3,"39":117,"391":17,"396":9,"397":22,"40":64,"409":54,"41":62,"414":43,"415":66,"419":18,"42":42,"426":2,"43":39,"430":87,"433":3,"44":11,"45":42,"46":225,"48":30,"49":77,"5":1911,"51":38,"52":27,"53":63,"56":8,"570":11,"6":274,"63":51,"7":596,"79":39,"8":593,"80":105,"9":403,"all_client":98628,"all_tv_clinet":16774,"insert_time":"2014-08-18T05:16:17.961Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81646,"10":40,"107":568,"11":484,"12":125,"13":365,"14":117,"15":258,"155":13,"156":13,"158":35,"159":34,"16":277,"160":8,"161":182,"167":56,"168":4,"17":259,"18":822,"19":332,"20":190,"209":58,"21":485,"210":16,"211":20,"214":7,"215":234,"221":283,"223":555,"224":246,"225":353,"23":430,"24":1182,"25":439,"257":81,"26":123,"268":9,"27":22,"273":60,"276":43,"279":10,"28":868,"281":6,"282":42,"291":24,"292":95,"30":19,"302":8,"306":4,"31":33,"314":5,"317":1,"32":20,"33":146,"34":66,"347":7,"35":28,"352":625,"36":167,"37":30,"38":479,"380":2,"381":53,"383":52,"389":3,"39":110,"391":14,"396":6,"397":25,"40":60,"409":58,"41":64,"414":43,"415":65,"419":16,"42":41,"426":2,"43":40,"430":91,"433":3,"44":12,"45":43,"46":221,"48":28,"49":87,"5":1846,"51":45,"52":25,"53":55,"56":8,"570":12,"6":280,"63":51,"7":588,"79":39,"8":584,"80":109,"9":400,"all_client":98338,"all_tv_clinet":16692,"insert_time":"2014-08-18T05:17:18.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81486,"10":38,"107":555,"11":454,"12":130,"13":364,"14":111,"15":269,"155":13,"156":13,"158":37,"159":32,"16":275,"160":11,"161":187,"167":53,"168":3,"17":256,"18":824,"19":321,"20":195,"209":57,"21":492,"210":16,"211":20,"214":7,"215":234,"221":280,"223":554,"224":234,"225":371,"23":438,"24":1171,"25":449,"257":79,"26":123,"268":9,"27":22,"273":57,"276":43,"279":9,"28":863,"281":7,"282":41,"291":24,"292":95,"30":16,"302":8,"306":4,"31":33,"314":6,"317":1,"32":21,"33":142,"34":73,"347":8,"35":25,"352":610,"36":166,"37":31,"38":479,"380":1,"381":54,"383":51,"389":3,"39":102,"391":16,"396":5,"397":22,"40":61,"409":63,"41":65,"414":43,"415":66,"419":15,"42":43,"426":1,"43":41,"430":92,"433":3,"44":12,"45":47,"46":205,"48":30,"49":90,"5":1796,"51":40,"52":28,"53":56,"56":7,"570":14,"6":285,"63":55,"7":581,"79":36,"8":580,"80":109,"9":408,"all_client":98071,"all_tv_clinet":16585,"insert_time":"2014-08-18T05:18:19.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81279,"10":35,"107":548,"11":437,"12":134,"13":351,"14":111,"15":281,"155":14,"156":14,"158":40,"159":30,"16":285,"160":9,"161":192,"167":51,"168":3,"17":259,"18":827,"19":310,"20":193,"209":52,"21":484,"210":15,"211":20,"214":6,"215":237,"221":292,"223":570,"224":215,"225":377,"23":443,"24":1171,"25":459,"257":76,"26":129,"268":9,"27":22,"273":54,"276":44,"279":9,"28":838,"281":7,"282":39,"291":25,"292":92,"30":18,"302":6,"306":4,"31":40,"314":6,"317":1,"32":23,"33":138,"34":78,"347":9,"35":29,"352":599,"36":168,"37":32,"38":484,"380":1,"381":53,"383":49,"389":3,"39":91,"391":18,"396":5,"397":17,"40":57,"409":61,"41":67,"414":42,"415":64,"419":16,"42":45,"426":1,"43":40,"430":91,"431":1,"433":3,"44":12,"45":46,"46":195,"48":32,"49":93,"5":1749,"51":36,"52":24,"53":51,"56":7,"570":17,"6":292,"63":55,"7":581,"79":38,"8":575,"80":112,"9":416,"all_client":97779,"all_tv_clinet":16500,"insert_time":"2014-08-18T05:19:19.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81121,"10":32,"107":541,"11":437,"12":133,"13":358,"14":115,"15":282,"155":15,"156":16,"158":41,"159":29,"16":279,"160":10,"161":187,"167":49,"168":3,"17":261,"18":829,"19":298,"20":188,"209":56,"21":481,"210":15,"211":20,"214":6,"215":242,"221":291,"223":579,"224":198,"225":377,"23":439,"24":1170,"25":469,"257":76,"26":142,"268":9,"27":22,"273":50,"276":44,"279":8,"28":810,"281":7,"282":39,"291":25,"292":90,"30":17,"302":6,"306":4,"31":38,"314":6,"317":1,"32":27,"33":136,"34":80,"347":10,"35":29,"352":599,"36":157,"37":33,"38":473,"380":1,"381":52,"383":48,"389":3,"39":92,"391":21,"396":8,"397":13,"40":52,"409":59,"41":73,"414":43,"415":60,"419":18,"42":49,"426":1,"43":44,"430":86,"431":1,"433":4,"44":11,"45":43,"46":182,"48":39,"49":99,"5":1722,"51":36,"52":23,"53":52,"56":7,"570":16,"6":277,"63":59,"7":581,"79":43,"8":588,"80":107,"9":418,"all_client":97536,"all_tv_clinet":16415,"insert_time":"2014-08-18T05:20:20.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80973,"10":29,"107":530,"11":425,"12":132,"13":364,"14":115,"15":287,"155":15,"156":17,"158":40,"159":29,"16":290,"160":8,"161":189,"167":46,"168":2,"17":268,"18":818,"19":295,"20":179,"209":62,"21":493,"210":14,"211":20,"214":6,"215":238,"221":295,"223":588,"224":192,"225":371,"23":422,"24":1183,"25":482,"257":78,"26":150,"268":9,"27":21,"273":50,"276":44,"279":10,"28":783,"281":7,"282":40,"291":24,"292":88,"30":18,"302":6,"306":4,"31":39,"314":7,"317":1,"32":28,"33":136,"34":79,"347":10,"35":32,"352":620,"36":155,"37":33,"38":465,"380":3,"381":50,"383":44,"389":3,"39":89,"391":22,"396":7,"397":14,"40":49,"409":61,"41":76,"414":43,"415":56,"419":20,"42":51,"426":2,"43":48,"430":82,"431":1,"433":4,"44":13,"45":43,"46":178,"48":39,"49":106,"5":1694,"51":34,"52":21,"53":50,"56":5,"570":15,"6":255,"63":57,"7":611,"79":42,"8":593,"80":105,"9":405,"all_client":97345,"all_tv_clinet":16372,"insert_time":"2014-08-18T05:21:21.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80806,"10":25,"107":515,"11":417,"12":125,"13":374,"14":121,"15":304,"155":14,"156":16,"158":38,"159":28,"16":285,"160":8,"161":189,"167":46,"168":2,"17":277,"18":807,"19":295,"20":176,"209":63,"21":504,"210":13,"211":19,"214":7,"215":241,"221":291,"223":581,"224":179,"225":380,"23":419,"24":1182,"25":481,"257":78,"26":156,"268":7,"27":23,"273":50,"276":46,"279":10,"28":755,"281":8,"282":46,"291":24,"292":94,"30":20,"302":6,"306":4,"31":43,"314":7,"317":1,"32":26,"33":131,"34":87,"347":8,"35":34,"352":628,"36":148,"37":40,"38":467,"380":3,"381":45,"383":46,"389":2,"39":89,"391":22,"396":7,"397":14,"40":40,"409":56,"41":75,"414":46,"415":61,"419":19,"42":53,"426":2,"43":48,"430":83,"433":4,"44":12,"45":37,"46":173,"48":40,"49":110,"5":1662,"51":36,"52":20,"53":47,"56":5,"570":13,"6":218,"63":58,"7":618,"79":46,"8":595,"80":105,"9":405,"all_client":97090,"all_tv_clinet":16284,"insert_time":"2014-08-18T05:22:22.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80618,"10":25,"107":527,"11":413,"12":111,"13":381,"14":122,"15":316,"155":15,"156":13,"158":41,"159":27,"16":289,"160":10,"161":181,"167":46,"168":2,"17":294,"18":802,"19":288,"20":175,"209":64,"21":508,"210":13,"211":19,"214":7,"215":240,"221":294,"223":571,"224":170,"225":382,"23":418,"24":1173,"25":480,"257":76,"26":160,"268":6,"27":23,"273":51,"276":45,"279":10,"28":744,"281":8,"282":46,"291":25,"292":102,"30":19,"302":5,"306":3,"31":42,"314":8,"317":1,"32":29,"33":131,"34":91,"347":10,"35":35,"352":633,"36":160,"37":40,"38":467,"380":3,"381":45,"383":43,"389":2,"39":87,"391":26,"396":6,"397":15,"40":41,"409":56,"41":68,"414":46,"415":68,"419":20,"42":52,"426":3,"43":48,"430":81,"433":4,"44":13,"45":38,"46":174,"48":38,"49":117,"5":1625,"51":34,"52":20,"53":52,"56":4,"570":15,"6":205,"63":50,"7":631,"79":44,"8":590,"80":106,"9":402,"all_client":96877,"all_tv_clinet":16259,"insert_time":"2014-08-18T05:23:23.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80453,"10":24,"107":548,"11":416,"12":101,"13":383,"14":130,"15":318,"155":16,"156":13,"158":37,"159":28,"16":294,"160":9,"161":173,"167":48,"168":2,"17":295,"18":796,"19":283,"20":174,"209":67,"21":505,"210":13,"211":19,"214":8,"215":238,"221":291,"223":567,"224":164,"225":370,"23":419,"24":1175,"25":482,"257":75,"26":164,"268":7,"27":25,"273":51,"276":43,"279":9,"28":740,"281":9,"282":48,"291":25,"292":107,"30":18,"302":5,"306":3,"31":48,"314":7,"317":1,"32":30,"33":130,"34":93,"347":12,"35":33,"352":637,"36":163,"37":43,"38":470,"380":3,"381":45,"383":43,"389":2,"39":80,"391":26,"396":7,"397":16,"40":38,"409":45,"41":70,"414":42,"415":67,"419":20,"42":51,"426":5,"43":41,"430":77,"433":4,"44":12,"45":39,"46":173,"48":37,"49":117,"5":1588,"51":36,"52":21,"53":51,"56":4,"570":15,"6":193,"63":52,"7":631,"79":44,"8":594,"80":106,"9":397,"all_client":96647,"all_tv_clinet":16194,"insert_time":"2014-08-18T05:24:23.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80263,"10":23,"107":554,"11":419,"12":98,"13":378,"14":130,"15":317,"155":16,"156":12,"158":34,"159":25,"16":305,"160":11,"161":156,"167":45,"168":2,"17":301,"18":787,"19":284,"20":173,"209":64,"21":521,"210":14,"211":20,"214":8,"215":238,"221":282,"223":562,"224":161,"225":377,"23":411,"24":1184,"25":476,"257":67,"26":172,"268":6,"27":25,"273":53,"276":44,"279":9,"28":743,"281":9,"282":47,"291":25,"292":108,"30":17,"302":5,"306":3,"31":43,"314":7,"32":30,"33":132,"34":97,"347":12,"35":34,"352":641,"36":167,"37":42,"38":460,"380":3,"381":44,"383":42,"389":2,"39":75,"391":28,"396":8,"397":15,"40":37,"409":44,"41":77,"414":42,"415":68,"419":22,"42":50,"426":4,"43":39,"430":64,"433":4,"44":13,"45":38,"46":166,"48":33,"49":119,"5":1557,"51":38,"52":21,"53":57,"56":4,"570":19,"6":178,"63":50,"7":645,"79":45,"8":601,"80":108,"9":390,"all_client":96399,"all_tv_clinet":16136,"insert_time":"2014-08-18T05:25:24.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80137,"10":26,"107":562,"11":407,"12":98,"13":383,"14":136,"15":321,"155":15,"156":12,"158":31,"159":21,"16":306,"160":11,"161":160,"167":44,"168":4,"17":306,"18":776,"19":286,"20":166,"209":63,"21":526,"210":14,"211":19,"214":8,"215":239,"221":280,"223":565,"224":158,"225":384,"23":400,"24":1154,"25":479,"257":67,"26":175,"268":6,"27":23,"273":54,"276":43,"279":10,"28":740,"281":9,"282":50,"291":25,"292":107,"30":16,"302":5,"306":5,"31":44,"314":5,"32":28,"33":135,"34":98,"347":10,"35":34,"352":651,"36":169,"37":41,"38":456,"380":3,"381":46,"383":41,"389":2,"39":73,"391":28,"396":6,"397":17,"40":39,"409":44,"41":78,"414":42,"415":63,"419":23,"42":51,"426":3,"43":39,"430":57,"433":5,"44":11,"45":37,"46":168,"48":31,"49":118,"5":1534,"51":35,"52":21,"53":53,"56":6,"570":23,"6":174,"63":47,"7":647,"79":47,"8":609,"80":106,"9":392,"all_client":96222,"all_tv_clinet":16085,"insert_time":"2014-08-18T05:26:25.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80002,"10":25,"107":547,"11":415,"12":97,"13":383,"14":135,"15":328,"155":16,"156":12,"158":30,"159":19,"16":309,"160":10,"161":164,"167":46,"168":4,"17":310,"18":777,"19":290,"20":159,"209":63,"21":524,"210":14,"211":17,"214":9,"215":238,"221":273,"223":553,"224":163,"225":395,"23":402,"24":1112,"25":470,"257":70,"26":179,"268":7,"27":22,"273":54,"276":45,"279":11,"28":736,"281":10,"282":50,"291":25,"292":106,"30":15,"302":6,"306":6,"31":45,"314":5,"32":27,"33":137,"34":100,"347":9,"35":35,"352":645,"36":167,"37":41,"38":448,"380":4,"381":43,"383":44,"389":2,"39":72,"391":28,"396":7,"397":15,"40":39,"409":47,"41":79,"414":40,"415":63,"419":23,"42":48,"426":2,"43":38,"430":52,"433":5,"44":13,"45":38,"46":173,"48":32,"49":117,"5":1519,"51":36,"52":21,"53":53,"56":7,"570":27,"6":164,"63":45,"7":637,"79":45,"8":612,"80":102,"9":384,"all_client":95988,"all_tv_clinet":15986,"insert_time":"2014-08-18T05:27:25.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79855,"10":24,"107":536,"11":418,"12":98,"13":391,"14":132,"15":328,"155":16,"156":12,"158":28,"159":20,"16":313,"160":8,"161":175,"167":46,"168":4,"17":294,"18":767,"19":301,"20":162,"209":64,"21":530,"210":14,"211":17,"214":9,"215":238,"221":277,"223":550,"224":158,"225":414,"23":406,"24":1080,"25":494,"257":72,"26":184,"268":7,"27":22,"273":51,"276":44,"279":11,"28":719,"281":9,"282":50,"291":25,"292":101,"30":14,"302":5,"306":6,"31":46,"314":3,"32":22,"33":140,"34":95,"347":9,"35":41,"352":646,"36":166,"37":43,"38":445,"380":4,"381":45,"383":46,"389":1,"39":71,"391":31,"396":5,"397":19,"40":36,"409":54,"41":85,"414":42,"415":59,"419":22,"42":43,"426":3,"43":38,"430":52,"433":5,"44":13,"45":47,"46":175,"48":34,"49":119,"5":1491,"51":35,"52":21,"53":50,"56":12,"570":23,"6":160,"63":43,"7":626,"79":50,"8":598,"80":99,"9":370,"all_client":95782,"all_tv_clinet":15927,"insert_time":"2014-08-18T05:28:26.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79655,"10":23,"107":534,"11":431,"12":108,"13":397,"14":135,"15":332,"155":16,"156":14,"158":30,"159":19,"16":308,"160":8,"161":166,"167":45,"168":5,"17":264,"18":778,"19":308,"20":158,"209":65,"21":532,"210":13,"211":16,"214":9,"215":242,"221":274,"223":559,"224":167,"225":412,"23":413,"24":1065,"25":499,"257":73,"26":186,"268":9,"27":23,"273":50,"276":44,"279":10,"28":698,"281":10,"282":51,"291":25,"292":97,"30":18,"302":6,"306":6,"31":45,"314":3,"32":23,"33":136,"34":92,"347":8,"35":42,"352":653,"36":160,"37":44,"38":434,"380":4,"381":43,"383":53,"389":1,"39":69,"391":31,"396":5,"397":16,"40":36,"409":60,"41":88,"414":42,"415":58,"419":23,"42":45,"426":4,"43":39,"430":51,"433":5,"44":13,"45":51,"46":162,"48":34,"49":124,"5":1491,"51":37,"52":21,"53":49,"56":9,"570":19,"6":157,"63":44,"7":616,"79":51,"8":567,"80":98,"9":354,"all_client":95516,"all_tv_clinet":15861,"insert_time":"2014-08-18T05:29:27.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79522,"10":24,"107":519,"11":443,"12":110,"13":401,"14":138,"15":330,"155":16,"156":14,"158":29,"159":18,"16":306,"160":10,"161":158,"167":48,"168":5,"17":250,"18":786,"19":321,"20":158,"209":68,"21":552,"210":13,"211":15,"214":9,"215":241,"221":266,"223":558,"224":177,"225":421,"23":414,"24":1053,"25":511,"257":73,"26":194,"268":9,"27":25,"273":50,"276":41,"279":6,"28":691,"281":10,"282":52,"291":25,"292":87,"30":18,"302":5,"306":7,"31":42,"314":3,"32":24,"33":137,"34":94,"347":10,"35":46,"352":659,"36":162,"37":43,"38":433,"380":3,"381":43,"383":56,"389":2,"39":72,"391":31,"396":4,"397":16,"40":33,"409":68,"41":87,"414":45,"415":61,"419":24,"42":45,"426":4,"43":37,"430":48,"433":5,"44":13,"45":56,"46":153,"48":33,"49":124,"5":1495,"51":35,"52":21,"53":54,"56":9,"570":16,"6":157,"63":40,"7":599,"79":51,"8":531,"80":100,"9":331,"all_client":95352,"all_tv_clinet":15830,"insert_time":"2014-08-18T05:30:27.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79360,"10":27,"107":542,"11":460,"12":118,"13":391,"14":143,"15":325,"155":16,"156":12,"158":31,"159":16,"16":303,"160":11,"161":144,"167":46,"168":5,"17":221,"18":782,"19":333,"20":168,"209":70,"21":562,"210":12,"211":12,"214":9,"215":240,"221":271,"223":561,"224":178,"225":414,"23":401,"24":1023,"25":525,"257":71,"26":189,"268":10,"27":24,"273":47,"276":38,"279":6,"28":675,"281":10,"282":53,"291":26,"292":89,"30":19,"302":5,"306":9,"31":43,"314":3,"32":25,"33":136,"34":91,"347":10,"35":44,"352":647,"36":161,"37":44,"38":438,"380":3,"381":44,"383":55,"389":2,"39":75,"391":30,"396":5,"397":18,"40":32,"409":70,"41":91,"414":47,"415":60,"419":24,"42":50,"426":3,"43":40,"430":47,"433":5,"44":13,"45":57,"46":154,"48":33,"49":124,"5":1485,"51":34,"52":22,"53":56,"56":9,"570":17,"6":151,"63":38,"7":591,"79":50,"8":504,"80":100,"9":316,"all_client":95100,"all_tv_clinet":15740,"insert_time":"2014-08-18T05:31:28.576Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79141,"10":26,"107":551,"11":472,"12":129,"13":385,"14":149,"15":322,"155":15,"156":13,"158":29,"159":16,"16":304,"160":12,"161":148,"167":48,"168":5,"17":215,"18":770,"19":329,"20":170,"209":71,"21":576,"210":12,"211":10,"214":10,"215":236,"221":275,"223":551,"224":183,"225":408,"23":401,"24":1004,"25":537,"257":71,"26":188,"268":10,"27":24,"273":46,"276":37,"279":8,"28":657,"281":10,"282":53,"291":24,"292":89,"30":21,"302":4,"306":8,"31":46,"314":2,"317":1,"32":25,"33":142,"34":94,"347":10,"35":46,"352":644,"36":158,"37":42,"38":430,"380":3,"381":40,"383":54,"389":2,"39":78,"391":31,"396":5,"397":18,"40":34,"409":72,"41":97,"414":44,"415":58,"419":24,"42":46,"426":3,"43":41,"430":46,"433":5,"44":13,"45":62,"46":151,"48":33,"49":124,"5":1484,"51":28,"52":22,"53":59,"56":10,"570":16,"6":151,"63":37,"7":584,"79":48,"8":485,"80":102,"9":304,"all_client":94827,"all_tv_clinet":15686,"insert_time":"2014-08-18T05:32:29.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78913,"10":26,"107":550,"11":463,"12":146,"13":384,"14":143,"15":322,"155":15,"156":12,"158":30,"159":17,"16":304,"160":12,"161":150,"167":47,"168":5,"17":207,"18":764,"19":336,"20":168,"209":71,"21":573,"210":12,"211":9,"214":10,"215":233,"221":281,"223":552,"224":183,"225":415,"23":410,"24":990,"25":533,"257":69,"26":179,"268":8,"27":24,"273":47,"276":37,"279":9,"28":637,"281":11,"282":49,"291":23,"292":91,"30":23,"302":5,"306":7,"31":45,"314":2,"317":1,"32":26,"33":142,"34":98,"347":9,"35":47,"352":647,"36":148,"37":43,"38":441,"380":3,"381":42,"383":53,"389":1,"39":79,"391":31,"396":5,"397":16,"40":35,"409":72,"41":94,"414":47,"415":58,"419":24,"42":50,"426":3,"43":44,"430":45,"433":5,"44":13,"45":63,"46":149,"48":34,"49":130,"5":1478,"51":25,"52":24,"53":57,"56":10,"570":17,"6":151,"63":34,"7":595,"79":47,"8":460,"80":105,"9":298,"all_client":94551,"all_tv_clinet":15638,"insert_time":"2014-08-18T05:33:29.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78753,"10":28,"107":539,"11":466,"12":148,"13":384,"14":135,"15":321,"155":15,"156":13,"158":31,"159":17,"16":301,"160":12,"161":154,"167":44,"168":6,"17":199,"18":772,"19":333,"20":173,"209":74,"21":575,"210":10,"211":8,"214":10,"215":235,"221":263,"223":548,"224":188,"225":421,"23":407,"24":994,"25":538,"257":68,"26":183,"268":7,"27":23,"273":44,"276":39,"279":10,"28":610,"281":12,"282":47,"291":23,"292":89,"30":24,"302":7,"306":5,"31":44,"314":3,"317":2,"32":25,"33":139,"34":98,"347":10,"35":45,"352":644,"36":153,"37":45,"38":440,"380":4,"381":43,"383":49,"389":1,"39":75,"391":34,"396":5,"397":10,"40":36,"409":72,"41":93,"414":46,"415":56,"419":24,"42":50,"426":3,"43":46,"430":43,"431":1,"433":5,"44":12,"45":63,"46":147,"48":32,"49":131,"5":1482,"51":25,"52":21,"53":53,"56":8,"570":20,"6":155,"63":36,"7":592,"79":46,"8":451,"80":105,"9":288,"all_client":94317,"all_tv_clinet":15564,"insert_time":"2014-08-18T05:34:30.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78583,"10":27,"107":527,"11":465,"12":156,"13":378,"14":123,"15":324,"155":13,"156":14,"158":31,"159":15,"16":294,"160":12,"161":150,"167":43,"168":4,"17":197,"18":781,"19":326,"20":175,"209":76,"21":565,"210":9,"211":8,"214":10,"215":238,"221":262,"223":557,"224":196,"225":425,"23":406,"24":994,"25":537,"257":64,"26":183,"268":7,"27":23,"273":44,"276":41,"279":9,"28":589,"281":12,"282":42,"291":23,"292":95,"30":21,"302":7,"306":5,"31":45,"314":3,"317":2,"32":26,"33":140,"34":99,"347":8,"35":46,"352":647,"36":155,"37":47,"38":442,"380":3,"381":42,"383":50,"39":70,"391":33,"396":5,"397":8,"40":34,"409":71,"41":86,"414":49,"415":57,"419":21,"42":51,"426":3,"43":49,"430":40,"431":1,"433":5,"44":12,"45":62,"46":153,"48":33,"49":121,"5":1485,"51":27,"52":24,"53":52,"56":7,"570":18,"6":155,"63":36,"7":600,"79":47,"8":435,"80":103,"9":281,"all_client":94075,"all_tv_clinet":15492,"insert_time":"2014-08-18T05:35:31.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78421,"10":23,"107":525,"11":475,"12":150,"13":381,"14":122,"15":324,"155":13,"156":14,"158":30,"159":13,"16":293,"160":13,"161":149,"167":38,"168":3,"17":194,"18":783,"19":324,"20":174,"209":78,"21":572,"210":11,"211":8,"214":9,"215":237,"221":254,"223":548,"224":207,"225":426,"23":404,"24":1001,"25":536,"257":62,"26":184,"268":5,"27":23,"273":46,"276":43,"279":9,"28":578,"281":13,"282":40,"291":25,"292":93,"30":24,"302":6,"306":5,"31":40,"314":3,"317":2,"32":25,"33":143,"34":95,"347":8,"35":48,"352":651,"36":158,"37":48,"38":454,"380":2,"381":38,"383":49,"39":73,"391":29,"396":5,"397":5,"40":33,"409":71,"41":88,"414":48,"415":55,"419":16,"42":54,"426":3,"43":53,"430":40,"431":1,"433":5,"44":12,"45":67,"46":160,"48":35,"49":100,"5":1484,"51":28,"52":25,"53":53,"56":7,"570":22,"6":151,"63":35,"7":596,"79":47,"8":416,"80":104,"9":281,"all_client":93875,"all_tv_clinet":15454,"insert_time":"2014-08-18T05:36:31.851Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78247,"10":19,"107":523,"11":466,"12":148,"13":383,"14":112,"15":320,"155":14,"156":15,"158":31,"159":13,"16":293,"160":14,"161":149,"167":36,"168":2,"17":185,"18":777,"19":323,"20":169,"209":79,"21":569,"210":12,"211":8,"214":9,"215":237,"221":258,"223":553,"224":215,"225":437,"23":404,"24":1017,"25":499,"257":59,"26":183,"268":5,"27":23,"273":46,"276":41,"279":12,"28":572,"281":12,"282":38,"291":26,"292":100,"30":24,"302":6,"306":5,"31":42,"314":2,"317":2,"32":23,"33":149,"34":95,"347":9,"35":46,"352":647,"36":151,"37":50,"38":455,"380":2,"381":40,"383":50,"39":77,"391":28,"396":3,"397":3,"40":35,"409":69,"41":87,"414":47,"415":55,"419":14,"42":56,"426":3,"43":53,"430":42,"433":5,"44":13,"45":62,"46":166,"48":34,"49":97,"5":1501,"51":29,"52":26,"53":50,"56":8,"570":27,"6":151,"63":35,"7":589,"79":48,"8":379,"80":103,"9":285,"all_client":93631,"all_tv_clinet":15384,"insert_time":"2014-08-18T05:37:32.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78063,"10":21,"107":525,"11":473,"12":154,"13":383,"14":116,"15":311,"155":15,"156":10,"158":30,"159":15,"16":293,"160":13,"161":150,"167":34,"168":2,"17":171,"18":772,"19":323,"20":158,"209":78,"21":567,"210":12,"211":7,"214":9,"215":237,"221":251,"223":544,"224":225,"225":436,"23":402,"24":1045,"25":462,"257":61,"26":183,"268":6,"27":23,"273":45,"276":41,"279":13,"28":555,"281":12,"282":40,"291":27,"292":101,"30":29,"302":7,"306":5,"31":36,"314":2,"317":2,"32":22,"33":153,"34":95,"347":10,"35":43,"352":657,"36":143,"37":51,"38":470,"380":2,"381":39,"383":51,"39":75,"391":27,"396":2,"397":7,"40":34,"409":65,"41":91,"414":47,"415":58,"419":13,"42":60,"426":3,"43":52,"430":45,"433":5,"44":14,"45":62,"46":171,"48":32,"49":87,"5":1499,"51":27,"52":24,"53":53,"56":7,"570":29,"6":149,"63":28,"7":584,"79":49,"8":352,"80":103,"9":289,"all_client":93374,"all_tv_clinet":15311,"insert_time":"2014-08-18T05:38:33.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77931,"10":21,"107":528,"11":471,"12":157,"13":384,"14":113,"15":284,"155":17,"156":11,"158":29,"159":15,"16":293,"160":13,"161":151,"167":29,"168":2,"17":160,"18":778,"19":326,"20":155,"209":76,"21":563,"210":11,"211":5,"214":11,"215":229,"221":239,"223":540,"224":239,"225":445,"23":408,"24":1087,"25":430,"257":63,"26":184,"268":6,"27":22,"273":42,"276":40,"279":13,"28":533,"281":11,"282":36,"291":26,"292":108,"30":30,"302":7,"306":5,"31":35,"314":3,"317":3,"32":18,"33":158,"34":89,"347":9,"35":39,"352":663,"36":144,"37":55,"38":477,"380":2,"381":40,"383":48,"39":77,"391":25,"396":3,"397":9,"40":35,"409":61,"41":90,"414":47,"415":58,"419":13,"42":60,"426":2,"43":54,"430":46,"433":6,"44":15,"45":61,"46":179,"48":30,"49":86,"5":1512,"51":23,"52":24,"53":51,"56":7,"570":30,"6":144,"63":27,"7":584,"79":47,"8":323,"80":103,"9":295,"all_client":93187,"all_tv_clinet":15256,"insert_time":"2014-08-18T05:39:33.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77724,"10":23,"107":517,"11":480,"12":151,"13":365,"14":115,"15":265,"155":17,"156":12,"158":28,"159":14,"16":292,"160":12,"161":149,"167":29,"168":3,"17":153,"18":781,"19":334,"20":146,"209":74,"21":560,"210":11,"211":5,"214":11,"215":227,"221":229,"223":543,"224":242,"225":449,"23":416,"24":1103,"25":418,"257":65,"26":184,"268":5,"27":22,"273":40,"276":41,"279":12,"28":524,"281":11,"282":36,"291":24,"292":111,"30":36,"302":6,"306":4,"31":37,"314":3,"317":3,"32":18,"33":162,"34":80,"347":9,"35":35,"352":669,"36":140,"37":58,"38":478,"380":3,"381":40,"383":47,"39":78,"391":24,"396":3,"397":14,"40":35,"409":56,"41":91,"414":45,"415":54,"419":12,"42":62,"426":2,"43":53,"430":47,"433":6,"44":13,"45":64,"46":189,"48":30,"49":78,"5":1507,"51":25,"52":21,"53":57,"56":7,"570":28,"6":142,"63":28,"7":579,"79":50,"8":304,"80":100,"9":305,"all_client":92910,"all_tv_clinet":15186,"insert_time":"2014-08-18T05:40:34.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77564,"10":25,"107":511,"11":489,"12":143,"13":347,"14":120,"15":232,"155":16,"156":13,"158":32,"159":13,"16":299,"160":12,"161":152,"167":28,"168":3,"17":144,"18":785,"19":345,"20":138,"209":78,"21":565,"210":11,"211":4,"214":11,"215":225,"221":237,"223":541,"224":250,"225":458,"23":416,"24":1120,"25":394,"257":68,"26":190,"268":3,"27":24,"273":41,"276":42,"279":13,"28":517,"281":10,"282":38,"291":22,"292":115,"30":38,"302":6,"306":4,"31":32,"314":3,"317":3,"32":15,"33":168,"34":70,"347":9,"35":32,"352":672,"36":139,"37":60,"38":479,"380":3,"381":38,"383":46,"39":81,"391":26,"396":3,"397":12,"40":36,"409":52,"41":89,"414":44,"415":56,"419":11,"42":63,"426":1,"43":57,"430":49,"433":5,"44":12,"45":64,"46":196,"48":31,"49":69,"5":1518,"51":22,"52":22,"53":59,"56":9,"570":26,"6":140,"63":27,"7":570,"79":49,"8":284,"80":97,"9":317,"all_client":92718,"all_tv_clinet":15154,"insert_time":"2014-08-18T05:41:35.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77410,"10":27,"107":501,"11":511,"12":126,"13":337,"14":121,"15":209,"155":16,"156":14,"158":32,"159":14,"16":297,"160":12,"161":152,"167":28,"168":3,"17":142,"18":801,"19":363,"20":133,"209":84,"21":556,"210":11,"211":3,"214":12,"215":228,"221":246,"223":539,"224":243,"225":456,"23":419,"24":1112,"25":385,"257":66,"26":191,"268":5,"27":25,"273":42,"276":38,"279":11,"28":507,"281":10,"282":39,"291":20,"292":109,"30":40,"302":6,"306":3,"31":28,"314":7,"317":2,"32":17,"33":170,"34":66,"347":12,"35":34,"352":668,"36":137,"37":61,"38":483,"380":3,"381":43,"383":44,"39":84,"391":26,"396":1,"397":13,"40":41,"409":54,"41":89,"414":41,"415":56,"419":13,"42":58,"426":1,"43":56,"430":48,"433":5,"44":10,"45":62,"46":198,"48":29,"49":63,"5":1508,"51":24,"52":22,"53":60,"56":7,"570":26,"6":141,"63":25,"7":577,"79":50,"8":271,"80":95,"9":318,"all_client":92502,"all_tv_clinet":15092,"insert_time":"2014-08-18T05:42:35.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77235,"10":28,"107":507,"11":535,"12":119,"13":330,"14":125,"15":186,"155":16,"156":13,"158":32,"159":13,"16":290,"160":13,"161":155,"167":28,"168":3,"17":132,"18":808,"19":378,"20":129,"209":85,"21":550,"210":11,"211":2,"214":12,"215":228,"221":248,"223":538,"224":244,"225":445,"23":429,"24":1113,"25":373,"257":65,"26":193,"268":5,"27":25,"273":42,"276":37,"279":10,"28":491,"281":12,"282":38,"291":20,"292":105,"30":39,"302":6,"306":3,"31":28,"314":8,"317":2,"32":16,"33":170,"34":61,"347":11,"35":33,"352":674,"36":140,"37":59,"38":475,"380":3,"381":42,"383":41,"39":81,"391":25,"396":3,"397":12,"40":41,"409":58,"41":89,"414":39,"415":56,"419":12,"42":58,"426":1,"43":56,"430":46,"433":6,"44":10,"45":63,"46":198,"48":30,"49":60,"5":1515,"51":23,"52":23,"53":60,"56":8,"570":22,"6":146,"63":23,"7":580,"79":50,"8":265,"80":94,"9":330,"all_client":92290,"all_tv_clinet":15055,"insert_time":"2014-08-18T05:43:36.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62785,"10":16,"107":228,"11":369,"12":63,"13":162,"14":77,"15":89,"155":10,"156":4,"158":26,"159":7,"16":194,"160":9,"161":82,"167":18,"168":2,"17":71,"18":589,"19":277,"20":83,"209":47,"21":312,"210":8,"214":9,"215":174,"221":105,"223":333,"224":165,"225":237,"23":270,"24":685,"25":196,"257":36,"26":127,"268":3,"27":18,"273":33,"276":23,"279":2,"28":304,"281":10,"282":23,"291":14,"292":54,"30":33,"302":3,"306":4,"31":7,"314":6,"32":11,"33":105,"34":27,"347":7,"35":23,"352":258,"36":56,"37":36,"38":192,"380":2,"381":23,"383":17,"39":37,"391":14,"396":3,"397":6,"40":29,"409":34,"41":61,"414":23,"415":31,"419":6,"42":45,"426":2,"43":22,"430":30,"433":5,"44":5,"45":38,"46":117,"48":19,"49":33,"5":1072,"51":12,"52":13,"53":25,"56":3,"570":15,"6":95,"63":16,"7":342,"79":30,"8":152,"80":60,"9":240,"all_client":71794,"all_tv_clinet":9009,"insert_time":"2014-08-18T05:44:41.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67105,"10":15,"107":263,"11":420,"12":73,"13":193,"14":87,"15":94,"155":14,"156":4,"158":30,"159":7,"16":225,"160":8,"161":103,"167":22,"168":3,"17":75,"18":641,"19":316,"20":89,"209":42,"21":374,"210":10,"214":10,"215":195,"221":122,"223":371,"224":192,"225":268,"23":274,"24":778,"25":207,"257":40,"26":128,"268":2,"27":19,"273":35,"276":23,"279":5,"28":339,"281":10,"282":26,"291":14,"292":57,"30":42,"302":4,"306":4,"31":13,"314":2,"32":14,"33":104,"34":30,"347":5,"35":37,"352":297,"36":65,"37":37,"38":227,"380":3,"381":26,"383":18,"389":1,"39":48,"391":15,"396":3,"397":5,"40":32,"409":42,"41":63,"414":32,"415":32,"419":5,"42":52,"426":2,"43":26,"430":30,"433":5,"44":8,"45":43,"46":137,"48":23,"49":32,"5":1203,"51":12,"52":14,"53":30,"56":5,"570":16,"6":105,"63":17,"7":387,"79":38,"8":164,"80":60,"9":280,"all_client":77223,"all_tv_clinet":10118,"insert_time":"2014-08-18T05:45:42.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70565,"10":18,"107":302,"11":446,"12":81,"13":210,"14":103,"15":100,"155":14,"156":5,"158":31,"159":8,"16":247,"160":7,"161":118,"167":27,"168":3,"17":80,"18":678,"19":334,"20":100,"209":44,"21":410,"210":11,"214":10,"215":200,"221":133,"223":407,"224":209,"225":294,"23":277,"24":870,"25":216,"257":46,"26":125,"268":2,"27":22,"273":36,"276":25,"279":7,"28":356,"281":11,"282":30,"291":15,"292":61,"30":41,"302":5,"306":4,"31":14,"314":2,"32":14,"33":106,"34":38,"347":5,"35":45,"352":333,"36":78,"37":35,"38":264,"380":3,"381":29,"383":22,"389":1,"39":54,"391":17,"396":1,"397":5,"40":33,"409":47,"41":63,"414":33,"415":30,"419":5,"42":55,"426":2,"43":29,"430":34,"433":5,"44":10,"45":47,"46":143,"48":30,"49":32,"5":1290,"51":16,"52":16,"53":39,"56":4,"570":16,"6":110,"63":19,"7":417,"79":38,"8":173,"80":64,"9":310,"all_client":81520,"all_tv_clinet":10955,"insert_time":"2014-08-18T05:46:44.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73759,"10":24,"107":339,"11":476,"12":85,"13":229,"14":111,"15":106,"155":16,"156":6,"158":33,"159":11,"16":262,"160":7,"161":124,"167":30,"168":3,"17":89,"18":716,"19":355,"20":107,"209":45,"21":437,"210":13,"214":11,"215":208,"221":145,"223":428,"224":231,"225":324,"23":276,"24":949,"25":223,"257":47,"26":118,"268":2,"27":23,"273":35,"276":26,"279":8,"28":385,"281":13,"282":37,"291":16,"292":67,"30":46,"302":5,"306":5,"31":15,"314":2,"32":15,"33":112,"34":42,"347":5,"35":54,"352":364,"36":90,"37":38,"38":291,"380":3,"381":36,"383":24,"389":1,"39":60,"391":19,"396":2,"397":7,"40":37,"409":50,"41":61,"414":35,"415":36,"419":6,"42":59,"426":1,"43":29,"430":37,"433":6,"44":12,"45":51,"46":159,"48":33,"49":34,"5":1375,"51":17,"52":14,"53":44,"56":4,"570":16,"6":115,"63":20,"7":429,"79":40,"8":172,"80":66,"9":329,"all_client":85478,"all_tv_clinet":11719,"insert_time":"2014-08-18T05:47:45.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74650,"10":26,"107":366,"11":488,"12":101,"13":234,"14":109,"15":114,"155":15,"156":9,"158":36,"159":11,"16":272,"160":7,"161":126,"167":31,"168":5,"17":92,"18":723,"19":370,"20":111,"209":43,"21":459,"210":13,"214":11,"215":215,"221":157,"223":443,"224":246,"225":345,"23":265,"24":993,"25":233,"257":51,"26":121,"268":2,"27":21,"273":38,"276":28,"279":7,"28":391,"281":15,"282":39,"291":16,"292":72,"30":44,"302":4,"306":5,"31":18,"314":3,"32":17,"33":115,"34":45,"347":6,"35":55,"352":393,"36":99,"37":35,"38":323,"380":4,"381":35,"383":26,"389":1,"39":62,"391":23,"396":2,"397":9,"40":40,"409":50,"41":63,"414":37,"415":41,"419":6,"42":60,"43":28,"430":38,"433":7,"44":12,"45":51,"46":167,"48":39,"49":34,"5":1401,"51":19,"52":13,"53":47,"56":3,"570":14,"6":120,"63":24,"7":444,"79":40,"8":180,"80":61,"9":339,"all_client":86822,"all_tv_clinet":12172,"insert_time":"2014-08-18T05:48:45.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75407,"10":26,"107":388,"11":499,"12":113,"13":238,"14":100,"15":121,"155":14,"156":9,"158":35,"159":11,"16":275,"160":9,"161":123,"167":32,"168":5,"17":93,"18":728,"19":375,"20":116,"209":41,"21":481,"210":13,"214":11,"215":215,"221":165,"223":462,"224":256,"225":352,"23":272,"24":1036,"25":249,"257":52,"26":118,"268":2,"27":22,"273":40,"276":28,"279":7,"28":395,"281":15,"282":40,"291":16,"292":73,"30":47,"302":4,"306":5,"31":21,"314":3,"32":20,"33":117,"34":47,"347":8,"35":55,"352":431,"36":109,"37":34,"38":348,"380":4,"381":36,"383":28,"389":1,"39":62,"391":24,"396":2,"397":9,"40":42,"409":53,"41":59,"414":39,"415":43,"419":4,"42":62,"43":26,"430":36,"433":7,"44":13,"45":55,"46":179,"48":42,"49":37,"5":1428,"51":20,"52":12,"53":53,"56":3,"570":17,"6":122,"63":25,"7":441,"79":42,"8":183,"80":61,"9":348,"all_client":87945,"all_tv_clinet":12538,"insert_time":"2014-08-18T05:49:46.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76049,"10":26,"107":412,"11":523,"12":121,"13":245,"14":97,"15":126,"155":14,"156":13,"158":36,"159":11,"16":284,"160":8,"161":123,"167":32,"168":5,"17":93,"18":724,"19":392,"20":123,"209":39,"21":487,"210":13,"214":11,"215":214,"221":165,"223":470,"224":255,"225":375,"23":276,"24":1067,"25":263,"257":54,"26":115,"268":2,"27":22,"273":42,"276":25,"279":8,"28":403,"281":17,"282":41,"291":18,"292":76,"30":46,"302":4,"306":4,"31":24,"314":4,"32":19,"33":119,"34":54,"347":10,"35":57,"352":460,"36":121,"37":32,"38":366,"380":4,"381":38,"383":29,"389":1,"39":64,"391":23,"396":3,"397":10,"40":44,"409":53,"41":59,"414":41,"415":48,"419":3,"42":61,"43":24,"430":37,"433":7,"44":13,"45":53,"46":190,"48":46,"49":36,"5":1448,"51":20,"52":14,"53":53,"56":4,"570":16,"6":131,"63":27,"7":445,"79":44,"8":186,"80":62,"9":363,"all_client":88935,"all_tv_clinet":12886,"insert_time":"2014-08-18T05:50:47.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76336,"10":24,"107":423,"11":537,"12":127,"13":260,"14":98,"15":129,"155":13,"156":13,"158":35,"159":13,"16":292,"160":9,"161":128,"167":34,"168":6,"17":96,"18":719,"19":391,"20":127,"209":39,"21":497,"210":13,"214":13,"215":206,"221":174,"223":489,"224":259,"225":389,"23":287,"24":1103,"25":285,"257":54,"26":118,"268":3,"27":23,"273":44,"276":21,"279":10,"28":407,"281":16,"282":45,"291":21,"292":78,"30":44,"302":4,"306":5,"31":24,"314":3,"32":16,"33":127,"34":57,"347":11,"35":58,"352":491,"36":125,"37":31,"38":377,"380":4,"381":38,"383":28,"389":2,"39":67,"391":23,"396":2,"397":9,"40":42,"409":54,"41":57,"414":39,"415":50,"419":5,"42":59,"43":23,"430":38,"433":6,"44":14,"45":50,"46":199,"48":45,"49":36,"5":1459,"51":20,"52":14,"53":57,"56":4,"570":19,"6":134,"63":27,"7":435,"79":47,"8":186,"80":62,"9":373,"all_client":89504,"all_tv_clinet":13168,"insert_time":"2014-08-18T05:51:47.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76642,"10":25,"107":443,"11":548,"12":131,"13":264,"14":106,"15":135,"155":13,"156":13,"158":35,"159":13,"16":297,"160":9,"161":137,"167":34,"168":6,"17":94,"18":720,"19":394,"20":127,"209":39,"21":499,"210":14,"214":13,"215":202,"221":177,"223":498,"224":259,"225":414,"23":294,"24":1125,"25":294,"257":57,"26":118,"268":4,"27":22,"273":44,"276":21,"279":11,"28":414,"281":16,"282":47,"291":21,"292":79,"30":49,"302":4,"306":5,"31":27,"314":3,"32":16,"33":130,"34":66,"347":16,"35":57,"352":519,"36":126,"37":30,"38":389,"380":4,"381":41,"383":28,"389":2,"39":71,"391":24,"396":4,"397":8,"40":44,"409":55,"41":57,"414":40,"415":53,"419":5,"42":55,"43":25,"430":38,"433":6,"44":16,"45":50,"46":200,"48":49,"49":36,"5":1477,"51":20,"52":14,"53":56,"56":4,"570":20,"6":137,"63":28,"7":432,"79":48,"8":187,"80":61,"9":381,"all_client":90081,"all_tv_clinet":13439,"insert_time":"2014-08-18T05:52:48.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76866,"10":27,"107":461,"11":565,"12":131,"13":273,"14":105,"15":136,"155":14,"156":15,"158":37,"159":12,"16":305,"160":9,"161":140,"167":34,"168":6,"17":102,"18":725,"19":398,"20":118,"209":39,"21":520,"210":15,"211":1,"214":14,"215":194,"221":187,"223":512,"224":264,"225":424,"23":299,"24":1160,"25":303,"257":60,"26":132,"268":4,"27":23,"273":45,"276":22,"279":11,"28":416,"281":16,"282":50,"291":23,"292":83,"30":48,"302":4,"306":5,"31":27,"314":3,"32":18,"33":132,"34":65,"347":16,"35":51,"352":538,"36":126,"37":31,"38":405,"380":3,"381":40,"383":28,"389":2,"39":72,"391":25,"396":3,"397":8,"40":42,"409":57,"41":61,"414":35,"415":51,"419":7,"42":53,"43":27,"430":40,"433":6,"44":16,"45":47,"46":203,"48":45,"49":38,"5":1492,"51":21,"52":16,"53":56,"56":6,"570":20,"6":138,"63":29,"7":430,"79":48,"8":190,"80":60,"9":382,"all_client":90562,"all_tv_clinet":13696,"insert_time":"2014-08-18T05:53:48.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77097,"10":27,"107":470,"11":579,"12":133,"13":275,"14":104,"15":140,"155":16,"156":18,"158":38,"159":10,"16":300,"160":10,"161":144,"167":33,"168":6,"17":110,"18":730,"19":410,"20":121,"209":38,"21":532,"210":14,"211":2,"214":13,"215":194,"221":202,"223":524,"224":264,"225":435,"23":300,"24":1190,"25":321,"257":60,"26":136,"268":5,"27":23,"273":49,"276":23,"279":13,"28":414,"281":16,"282":51,"291":25,"292":81,"30":49,"302":4,"306":4,"31":29,"314":3,"32":18,"33":135,"34":70,"347":20,"35":55,"352":552,"36":130,"37":29,"38":412,"380":3,"381":40,"383":26,"389":2,"39":74,"391":25,"396":3,"397":8,"40":40,"409":61,"41":59,"414":36,"415":47,"419":7,"42":51,"43":29,"430":41,"433":6,"44":17,"45":48,"46":201,"48":42,"49":39,"5":1511,"51":21,"52":16,"53":53,"56":5,"570":19,"6":135,"63":30,"7":427,"79":46,"8":192,"80":58,"9":389,"all_client":91013,"all_tv_clinet":13916,"insert_time":"2014-08-18T05:54:49.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77343,"10":27,"107":479,"11":588,"12":137,"13":285,"14":106,"15":148,"155":17,"156":18,"158":39,"159":10,"16":279,"160":11,"161":141,"167":34,"168":6,"17":114,"18":726,"19":413,"20":121,"209":34,"21":512,"210":13,"211":2,"214":13,"215":192,"221":215,"223":543,"224":269,"225":464,"23":303,"24":1196,"25":339,"257":61,"26":138,"268":5,"27":26,"273":48,"276":23,"279":14,"28":412,"281":15,"282":55,"291":26,"292":81,"30":47,"302":4,"306":4,"31":31,"314":4,"32":18,"33":135,"34":68,"347":20,"35":55,"352":588,"36":129,"37":28,"38":437,"380":3,"381":40,"383":26,"389":2,"39":75,"391":24,"396":1,"397":8,"40":42,"409":62,"41":60,"414":35,"415":51,"419":8,"42":48,"43":28,"430":39,"433":5,"44":17,"45":45,"46":203,"48":49,"49":37,"5":1523,"51":23,"52":19,"53":55,"56":5,"570":21,"6":132,"63":34,"7":421,"79":45,"8":192,"80":59,"9":394,"all_client":91440,"all_tv_clinet":14097,"insert_time":"2014-08-18T05:55:50.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76061,"10":22,"107":494,"11":588,"12":150,"13":280,"14":106,"15":154,"155":17,"156":18,"158":42,"159":10,"16":245,"160":12,"161":139,"167":34,"168":6,"17":114,"18":694,"19":412,"20":117,"209":31,"21":505,"210":12,"211":2,"214":11,"215":180,"221":235,"223":567,"224":271,"225":459,"23":297,"24":1179,"25":337,"257":64,"26":135,"268":5,"27":29,"273":53,"276":24,"279":14,"28":403,"281":14,"282":56,"291":25,"292":75,"30":48,"302":4,"306":4,"31":33,"314":4,"317":1,"32":16,"33":129,"34":74,"347":20,"35":57,"352":606,"36":127,"37":23,"38":456,"380":3,"381":41,"383":25,"389":2,"39":77,"391":24,"396":1,"397":8,"40":45,"409":65,"41":57,"414":36,"415":51,"419":9,"42":43,"43":27,"430":37,"431":1,"433":4,"44":18,"45":39,"46":195,"48":52,"49":37,"5":1515,"51":25,"52":21,"53":57,"56":4,"570":20,"6":122,"63":32,"7":406,"79":47,"8":186,"80":49,"9":361,"all_client":90042,"all_tv_clinet":13981,"insert_time":"2014-08-18T05:56:51.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75748,"10":23,"107":505,"11":615,"12":176,"13":281,"14":103,"15":150,"155":18,"156":21,"158":42,"159":10,"16":224,"160":12,"161":131,"167":32,"168":6,"17":117,"18":687,"19":427,"20":114,"209":32,"21":492,"210":12,"211":2,"214":11,"215":174,"221":234,"223":578,"224":272,"225":464,"23":293,"24":1177,"25":348,"257":64,"26":135,"268":5,"27":29,"273":58,"276":23,"279":13,"28":402,"281":9,"282":56,"291":26,"292":74,"30":46,"302":4,"306":4,"31":33,"314":4,"317":1,"32":18,"33":127,"34":79,"347":23,"35":53,"352":610,"36":131,"37":23,"38":466,"380":3,"381":43,"383":25,"389":2,"39":78,"391":25,"396":2,"397":8,"40":45,"409":66,"41":55,"414":32,"415":51,"419":10,"42":43,"426":1,"43":28,"430":36,"431":1,"433":4,"44":18,"45":36,"46":199,"48":56,"49":39,"5":1518,"51":23,"52":23,"53":53,"56":5,"570":18,"6":125,"63":34,"7":390,"79":47,"8":188,"80":49,"9":328,"all_client":89754,"all_tv_clinet":14006,"insert_time":"2014-08-18T05:57:52.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75456,"10":22,"107":513,"11":629,"12":196,"13":291,"14":100,"15":142,"155":19,"156":21,"158":42,"159":10,"16":206,"160":12,"161":130,"167":33,"168":6,"17":122,"18":672,"19":432,"20":110,"209":32,"21":474,"210":13,"211":2,"214":12,"215":169,"221":240,"223":588,"224":275,"225":466,"23":296,"24":1189,"25":358,"257":66,"26":143,"268":7,"27":32,"273":56,"276":22,"279":12,"28":398,"281":9,"282":55,"291":26,"292":78,"30":48,"302":4,"306":4,"31":33,"314":4,"317":1,"32":19,"33":131,"34":78,"347":22,"35":54,"352":611,"36":133,"37":22,"38":479,"380":3,"381":41,"383":28,"389":2,"39":84,"391":25,"396":2,"397":9,"40":46,"409":66,"41":55,"414":31,"415":52,"419":10,"42":42,"426":1,"43":29,"430":31,"431":1,"433":4,"44":18,"45":34,"46":202,"48":54,"49":39,"5":1533,"51":25,"52":23,"53":55,"56":6,"570":17,"6":127,"63":30,"7":387,"79":49,"8":191,"80":51,"9":287,"all_client":89515,"all_tv_clinet":14059,"insert_time":"2014-08-18T05:58:52.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75265,"10":22,"107":521,"11":642,"12":212,"13":311,"14":98,"15":133,"155":20,"156":21,"158":42,"159":10,"16":203,"160":11,"161":128,"167":31,"168":6,"17":124,"18":662,"19":429,"20":111,"209":31,"21":471,"210":12,"211":2,"214":12,"215":169,"221":243,"223":578,"224":290,"225":452,"23":290,"24":1197,"25":371,"257":72,"26":154,"268":7,"27":35,"273":51,"276":22,"279":13,"28":410,"281":10,"282":56,"291":27,"292":81,"30":48,"302":4,"306":4,"31":33,"314":6,"317":1,"32":18,"33":129,"34":74,"347":25,"35":49,"352":615,"36":135,"37":20,"38":482,"380":3,"381":39,"383":30,"389":2,"39":88,"391":24,"396":2,"397":9,"40":48,"409":67,"41":56,"414":27,"415":58,"419":11,"42":39,"426":2,"43":29,"430":31,"433":3,"44":20,"45":30,"46":205,"48":53,"49":37,"5":1504,"51":23,"52":22,"53":53,"56":10,"570":17,"6":137,"63":30,"7":391,"79":50,"8":196,"80":49,"9":267,"all_client":89363,"all_tv_clinet":14098,"insert_time":"2014-08-18T05:59:53.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75109,"10":23,"107":523,"11":635,"12":222,"13":322,"14":102,"15":133,"155":20,"156":18,"158":43,"159":12,"16":200,"160":11,"161":135,"167":32,"168":7,"17":125,"18":651,"19":424,"20":112,"209":30,"21":454,"210":11,"211":2,"214":12,"215":157,"221":250,"223":587,"224":297,"225":436,"23":291,"24":1208,"25":380,"257":74,"26":160,"268":6,"27":36,"273":45,"276":22,"279":14,"28":417,"281":15,"282":57,"291":26,"292":84,"30":47,"302":5,"306":4,"31":34,"314":7,"317":1,"32":18,"33":127,"34":74,"347":26,"35":50,"352":617,"36":136,"37":18,"38":492,"380":3,"381":38,"383":31,"389":2,"39":89,"391":25,"396":4,"397":12,"40":46,"409":68,"41":63,"414":24,"415":55,"419":11,"42":39,"426":2,"43":32,"430":32,"433":4,"44":22,"45":28,"46":212,"48":54,"49":36,"5":1471,"51":22,"52":25,"53":52,"56":10,"570":17,"6":144,"63":26,"7":386,"79":53,"8":203,"80":48,"9":250,"all_client":89225,"all_tv_clinet":14116,"insert_time":"2014-08-18T06:00:54.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74930,"10":22,"107":518,"11":644,"12":227,"13":327,"14":100,"15":130,"155":20,"156":21,"158":43,"159":14,"16":198,"160":9,"161":141,"167":33,"168":7,"17":125,"18":656,"19":428,"20":108,"209":32,"21":450,"210":12,"211":2,"214":12,"215":140,"221":242,"223":584,"224":307,"225":426,"23":290,"24":1223,"25":382,"257":73,"26":159,"268":5,"27":33,"273":43,"276":21,"279":14,"28":425,"281":14,"282":58,"291":27,"292":83,"30":48,"302":5,"306":3,"31":33,"314":7,"317":1,"32":19,"33":126,"34":76,"347":26,"35":52,"352":618,"36":128,"37":16,"38":493,"380":3,"381":35,"383":34,"389":2,"39":89,"391":26,"396":3,"397":13,"40":45,"409":67,"41":65,"414":24,"415":60,"419":13,"42":40,"426":2,"43":36,"430":32,"433":4,"44":23,"45":29,"46":212,"48":56,"49":37,"5":1428,"51":24,"52":28,"53":47,"56":10,"570":17,"6":153,"63":27,"7":380,"79":54,"8":209,"80":47,"9":244,"all_client":89027,"all_tv_clinet":14097,"insert_time":"2014-08-18T06:01:54.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74773,"10":21,"107":523,"11":614,"12":237,"13":333,"14":94,"15":132,"155":20,"156":21,"158":45,"159":14,"16":184,"160":9,"161":142,"167":31,"168":8,"17":125,"18":648,"19":429,"20":114,"209":32,"21":451,"210":11,"211":2,"214":11,"215":129,"221":245,"223":598,"224":307,"225":418,"23":283,"24":1249,"25":393,"257":66,"26":161,"268":5,"27":36,"273":42,"276":22,"279":16,"28":437,"281":12,"282":60,"291":28,"292":87,"30":47,"302":4,"306":3,"31":33,"314":6,"317":1,"32":18,"33":129,"34":73,"347":25,"35":56,"352":636,"36":129,"37":15,"38":492,"380":3,"381":34,"383":37,"389":2,"39":75,"391":25,"396":5,"397":14,"40":41,"409":63,"41":68,"414":23,"415":61,"419":14,"42":40,"426":3,"43":38,"430":28,"433":4,"44":22,"45":30,"46":206,"48":56,"49":35,"5":1395,"51":25,"52":31,"53":47,"56":10,"570":17,"6":160,"63":27,"7":371,"79":54,"8":213,"80":45,"9":240,"all_client":88847,"all_tv_clinet":14074,"insert_time":"2014-08-18T06:02:55.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74677,"10":19,"107":517,"11":574,"12":247,"13":335,"14":94,"15":135,"155":20,"156":20,"158":43,"159":15,"16":167,"160":10,"161":145,"167":31,"168":7,"17":125,"18":638,"19":430,"20":112,"209":34,"21":460,"210":11,"211":2,"214":10,"215":124,"221":241,"223":604,"224":306,"225":408,"23":276,"24":1274,"25":396,"257":67,"26":165,"268":6,"27":39,"273":43,"276":22,"279":16,"28":441,"281":12,"282":60,"291":27,"292":91,"30":49,"302":4,"306":3,"31":34,"314":4,"317":1,"32":20,"33":128,"34":74,"347":24,"35":59,"352":648,"36":132,"37":13,"38":468,"380":3,"381":34,"383":36,"389":2,"39":68,"391":23,"396":5,"397":13,"40":39,"409":52,"41":72,"414":23,"415":63,"419":13,"42":40,"426":2,"43":40,"430":27,"433":3,"44":18,"45":29,"46":214,"48":55,"49":34,"5":1392,"51":27,"52":33,"53":46,"56":11,"570":20,"6":165,"63":24,"7":360,"79":54,"8":216,"80":45,"9":248,"all_client":88706,"all_tv_clinet":14029,"insert_time":"2014-08-18T06:03:56.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74542,"10":19,"107":521,"11":532,"12":259,"13":333,"14":92,"15":134,"155":21,"156":20,"158":45,"159":15,"16":163,"160":10,"161":139,"167":31,"168":7,"17":124,"18":631,"19":432,"20":112,"209":32,"21":471,"210":9,"211":2,"214":11,"215":119,"221":244,"223":617,"224":308,"225":399,"23":274,"24":1281,"25":397,"257":67,"26":174,"268":5,"27":47,"273":44,"276":23,"279":16,"28":440,"281":13,"282":58,"291":28,"292":98,"30":48,"302":4,"306":3,"31":32,"314":4,"317":1,"32":17,"33":127,"34":76,"347":24,"35":59,"352":648,"36":133,"37":13,"38":465,"380":3,"381":35,"383":36,"389":2,"39":59,"391":22,"396":6,"397":14,"40":35,"409":43,"41":71,"414":20,"415":62,"419":13,"42":43,"426":2,"43":44,"430":25,"433":4,"44":19,"45":28,"46":216,"48":53,"49":32,"5":1387,"51":23,"52":38,"53":48,"56":14,"570":20,"6":157,"63":24,"7":349,"79":51,"8":213,"80":45,"9":258,"all_client":88527,"all_tv_clinet":13985,"insert_time":"2014-08-18T06:04:56.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74400,"10":21,"107":524,"11":494,"12":277,"13":339,"14":90,"15":130,"155":23,"156":21,"158":43,"159":17,"16":149,"160":10,"161":149,"167":33,"168":8,"17":123,"18":626,"19":440,"20":108,"209":34,"21":467,"210":9,"211":2,"214":10,"215":116,"221":240,"223":607,"224":304,"225":398,"23":284,"24":1299,"25":390,"257":67,"26":176,"268":5,"27":45,"273":40,"276":23,"279":16,"28":436,"281":13,"282":57,"291":27,"292":101,"30":52,"302":5,"306":3,"31":33,"314":3,"317":1,"32":14,"33":128,"34":80,"347":27,"35":62,"352":647,"36":136,"37":14,"38":450,"380":3,"381":34,"383":32,"389":2,"39":60,"391":23,"396":5,"397":15,"40":35,"409":35,"41":70,"414":20,"415":60,"419":14,"42":42,"426":2,"43":45,"430":24,"433":3,"44":18,"45":27,"46":219,"48":54,"49":32,"5":1390,"51":21,"52":40,"53":44,"56":15,"570":18,"6":151,"63":25,"7":345,"79":48,"8":207,"80":45,"9":264,"all_client":88333,"all_tv_clinet":13933,"insert_time":"2014-08-18T06:05:57.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60503,"10":13,"107":222,"11":226,"12":202,"13":188,"14":55,"15":76,"155":20,"156":13,"158":30,"159":7,"16":71,"160":5,"161":84,"167":25,"168":6,"17":82,"18":393,"19":314,"20":66,"209":22,"21":278,"210":5,"214":8,"215":62,"221":90,"223":397,"224":214,"225":199,"23":160,"24":910,"25":272,"257":39,"26":121,"268":2,"27":37,"273":28,"276":16,"279":4,"28":303,"281":9,"282":42,"291":20,"292":75,"30":34,"302":2,"306":1,"31":16,"314":3,"32":11,"33":89,"34":66,"347":18,"35":43,"352":257,"36":56,"37":12,"38":194,"380":3,"381":13,"383":14,"389":2,"39":29,"391":13,"396":1,"397":10,"40":23,"409":11,"41":40,"414":13,"415":30,"419":9,"42":28,"426":3,"43":26,"430":15,"433":2,"44":12,"45":15,"46":144,"48":37,"49":23,"5":951,"51":13,"52":25,"53":18,"56":14,"570":10,"6":91,"63":17,"7":162,"79":32,"8":129,"80":30,"9":171,"all_client":68895,"all_tv_clinet":8392,"insert_time":"2014-08-18T06:06:32.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64842,"10":14,"107":251,"11":243,"12":227,"13":214,"14":63,"15":87,"155":21,"156":14,"158":32,"159":8,"16":78,"160":6,"161":88,"167":27,"168":6,"17":89,"18":441,"19":302,"20":76,"209":25,"21":306,"210":6,"214":9,"215":70,"221":108,"223":435,"224":217,"225":218,"23":177,"24":1039,"25":318,"257":44,"26":144,"268":2,"27":37,"273":42,"276":19,"279":4,"28":336,"281":10,"282":48,"291":23,"292":95,"30":38,"302":2,"306":2,"31":20,"314":5,"32":13,"33":96,"34":74,"347":23,"35":52,"352":312,"36":70,"37":12,"38":223,"380":3,"381":13,"383":14,"389":2,"39":33,"391":14,"396":1,"397":12,"40":28,"409":12,"41":47,"414":14,"415":34,"419":8,"42":34,"426":3,"43":28,"430":19,"433":3,"44":12,"45":18,"46":156,"48":39,"49":25,"5":1067,"51":14,"52":28,"53":20,"56":16,"570":12,"6":95,"63":17,"7":199,"79":30,"8":148,"80":38,"9":193,"all_client":74252,"all_tv_clinet":9410,"insert_time":"2014-08-18T06:07:33.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68244,"10":15,"107":280,"11":248,"12":223,"13":246,"14":73,"15":97,"155":23,"156":15,"158":36,"159":9,"16":86,"160":8,"161":89,"167":27,"168":6,"17":92,"18":484,"19":294,"20":86,"209":29,"21":339,"210":7,"214":9,"215":76,"221":118,"223":470,"224":221,"225":230,"23":190,"24":1132,"25":353,"257":46,"26":151,"268":2,"27":36,"273":51,"276":21,"279":4,"28":361,"281":10,"282":53,"291":24,"292":105,"30":37,"302":3,"306":2,"31":26,"314":6,"32":13,"33":108,"34":75,"347":24,"35":57,"352":353,"36":76,"37":13,"38":261,"380":3,"381":19,"383":16,"389":2,"39":38,"391":18,"396":1,"397":12,"40":28,"409":12,"41":55,"414":19,"415":36,"419":8,"42":40,"426":2,"43":31,"430":25,"433":3,"44":15,"45":18,"46":164,"48":50,"49":27,"5":1166,"51":16,"52":34,"53":22,"56":18,"570":13,"6":98,"63":18,"7":219,"79":29,"8":153,"80":44,"9":211,"all_client":78456,"all_tv_clinet":10212,"insert_time":"2014-08-18T06:08:34.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71057,"10":15,"107":309,"11":263,"12":208,"13":266,"14":77,"15":102,"155":26,"156":15,"158":38,"159":11,"16":92,"160":8,"161":98,"167":27,"168":5,"17":103,"18":517,"19":289,"20":95,"209":31,"21":366,"210":10,"214":10,"215":83,"221":121,"223":505,"224":220,"225":243,"23":200,"24":1214,"25":377,"257":48,"26":165,"268":3,"27":43,"273":56,"276":23,"279":6,"28":374,"281":12,"282":57,"291":23,"292":104,"30":35,"302":3,"306":2,"31":27,"314":5,"32":12,"33":116,"34":73,"347":26,"35":57,"352":399,"36":86,"37":11,"38":287,"380":3,"381":23,"383":15,"389":2,"39":39,"391":19,"396":1,"397":13,"40":28,"409":14,"41":61,"414":20,"415":39,"419":8,"42":44,"426":1,"43":36,"430":25,"433":3,"44":19,"45":18,"46":178,"48":53,"49":27,"5":1247,"51":17,"52":39,"53":27,"56":18,"570":15,"6":103,"63":18,"7":229,"79":30,"8":166,"80":49,"9":224,"all_client":81925,"all_tv_clinet":10868,"insert_time":"2014-08-18T06:09:35.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71836,"10":15,"107":338,"11":268,"12":193,"13":288,"14":86,"15":101,"155":26,"156":13,"158":43,"159":9,"16":95,"160":8,"161":115,"167":28,"168":5,"17":110,"18":541,"19":290,"20":98,"209":32,"21":383,"210":11,"214":11,"215":87,"221":144,"223":523,"224":217,"225":268,"23":213,"24":1245,"25":390,"257":54,"26":177,"268":3,"27":45,"273":64,"276":23,"279":7,"28":375,"281":12,"282":58,"291":23,"292":98,"30":32,"302":3,"306":2,"31":27,"314":4,"32":15,"33":119,"34":78,"347":27,"35":57,"352":431,"36":93,"37":13,"38":308,"380":3,"381":23,"383":16,"389":2,"39":44,"391":19,"396":1,"397":12,"40":25,"409":16,"41":64,"414":20,"415":39,"419":8,"42":47,"426":1,"43":37,"430":25,"433":3,"44":19,"45":17,"46":177,"48":55,"49":31,"5":1293,"51":16,"52":44,"53":26,"56":16,"570":16,"6":103,"63":21,"7":255,"79":29,"8":166,"80":49,"9":223,"all_client":83139,"all_tv_clinet":11303,"insert_time":"2014-08-18T06:10:36.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59978,"10":11,"107":212,"11":187,"12":103,"13":215,"14":67,"15":70,"155":24,"156":11,"158":34,"159":6,"16":71,"160":7,"161":93,"167":25,"168":2,"17":82,"18":423,"19":195,"20":80,"209":26,"21":292,"210":10,"214":8,"215":64,"221":103,"223":399,"224":143,"225":188,"23":154,"24":922,"25":314,"257":39,"26":142,"268":2,"27":43,"273":55,"276":21,"279":5,"28":282,"281":12,"282":40,"291":17,"292":56,"30":14,"302":4,"306":2,"31":24,"314":4,"32":11,"33":87,"34":59,"347":21,"35":45,"352":268,"36":44,"37":9,"38":177,"380":3,"381":18,"383":12,"389":1,"39":31,"391":11,"396":1,"397":6,"40":9,"409":13,"41":46,"414":20,"415":25,"419":7,"42":32,"43":35,"430":16,"433":1,"44":15,"45":14,"46":128,"48":36,"49":25,"5":1038,"51":14,"52":33,"53":22,"56":7,"570":12,"6":77,"63":13,"7":188,"79":20,"8":131,"80":44,"9":161,"all_client":68267,"all_tv_clinet":8289,"insert_time":"2014-08-18T06:11:33.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64225,"10":13,"107":252,"11":201,"12":103,"13":237,"14":73,"15":83,"155":26,"156":14,"158":41,"159":5,"16":76,"160":7,"161":116,"167":27,"168":4,"17":86,"18":475,"19":231,"20":87,"209":28,"21":335,"210":10,"214":9,"215":71,"221":124,"223":446,"224":152,"225":222,"23":185,"24":951,"25":366,"257":44,"26":149,"268":4,"27":47,"273":67,"276":21,"279":6,"28":320,"281":12,"282":40,"291":19,"292":71,"30":15,"302":4,"306":3,"31":25,"314":4,"32":10,"33":95,"34":71,"347":22,"35":49,"352":312,"36":50,"37":10,"38":213,"380":4,"381":18,"383":14,"389":1,"39":38,"391":13,"396":2,"397":9,"40":12,"409":15,"41":57,"414":20,"415":23,"419":9,"42":36,"43":38,"430":17,"433":1,"44":16,"45":16,"46":133,"48":50,"49":36,"5":1149,"51":17,"52":39,"53":24,"56":8,"570":12,"6":85,"63":16,"7":221,"79":18,"8":141,"80":47,"9":155,"all_client":73474,"all_tv_clinet":9249,"insert_time":"2014-08-18T06:12:34.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67632,"10":13,"107":291,"11":211,"12":110,"13":260,"14":71,"15":91,"155":27,"156":16,"158":45,"159":5,"16":82,"160":7,"161":130,"167":29,"168":4,"17":91,"18":508,"19":264,"20":93,"209":33,"21":372,"210":11,"214":11,"215":81,"221":140,"223":489,"224":159,"225":238,"23":205,"24":957,"25":412,"257":44,"26":167,"268":5,"27":47,"273":71,"276":22,"279":5,"28":345,"281":13,"282":44,"291":23,"292":80,"30":19,"302":4,"306":3,"31":29,"314":5,"32":10,"33":99,"34":78,"347":24,"35":50,"352":352,"36":68,"37":10,"38":242,"380":4,"381":18,"383":17,"389":1,"39":41,"391":14,"396":4,"397":11,"40":16,"409":14,"41":66,"414":21,"415":26,"419":10,"42":38,"43":43,"430":19,"433":1,"44":19,"45":16,"46":135,"48":61,"49":40,"5":1244,"51":18,"52":42,"53":27,"56":10,"570":13,"6":92,"63":17,"7":249,"79":17,"8":153,"80":48,"9":154,"all_client":77666,"all_tv_clinet":10034,"insert_time":"2014-08-18T06:13:35.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70406,"10":12,"107":330,"11":224,"12":114,"13":286,"14":66,"15":112,"155":30,"156":18,"158":43,"159":7,"16":90,"160":7,"161":145,"167":30,"168":4,"17":90,"18":517,"19":290,"20":110,"209":38,"21":406,"210":10,"214":12,"215":83,"221":159,"223":525,"224":170,"225":261,"23":211,"24":1002,"25":446,"257":45,"26":181,"268":5,"27":49,"273":64,"276":24,"279":5,"28":365,"281":15,"282":44,"291":24,"292":88,"30":21,"302":4,"306":4,"31":27,"314":6,"32":10,"33":103,"34":83,"347":24,"35":52,"352":391,"36":82,"37":10,"38":281,"380":4,"381":18,"383":20,"389":1,"39":45,"391":13,"396":4,"397":13,"40":19,"409":12,"41":69,"414":24,"415":29,"419":12,"42":41,"43":43,"430":20,"433":1,"44":20,"45":16,"46":137,"48":70,"49":43,"5":1322,"51":19,"52":49,"53":30,"56":11,"570":13,"6":91,"63":21,"7":282,"79":16,"8":162,"80":49,"9":157,"all_client":81157,"all_tv_clinet":10751,"insert_time":"2014-08-18T06:14:36.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71114,"10":11,"107":347,"11":231,"12":117,"13":300,"14":66,"15":117,"155":32,"156":18,"158":48,"159":7,"16":97,"160":6,"161":152,"167":29,"168":4,"17":89,"18":518,"19":319,"20":113,"209":41,"21":429,"210":8,"211":3,"214":12,"215":86,"221":163,"223":539,"224":169,"225":282,"23":221,"24":1026,"25":466,"257":45,"26":191,"268":8,"27":49,"273":59,"276":26,"279":3,"28":365,"281":17,"282":42,"291":24,"292":87,"30":24,"302":4,"306":3,"31":31,"314":7,"32":11,"33":103,"34":88,"347":24,"35":48,"352":418,"36":88,"37":15,"38":299,"380":4,"381":20,"383":18,"389":1,"39":52,"391":15,"396":4,"397":9,"40":21,"409":13,"41":69,"414":26,"415":37,"419":13,"42":45,"43":43,"430":20,"433":1,"44":19,"45":16,"46":135,"48":77,"49":45,"5":1361,"51":22,"52":46,"53":31,"56":14,"570":18,"6":92,"63":22,"7":293,"79":17,"8":172,"80":48,"9":154,"all_client":82252,"all_tv_clinet":11138,"insert_time":"2014-08-18T06:15:36.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71769,"10":14,"107":358,"11":243,"12":120,"13":312,"14":72,"15":128,"155":33,"156":17,"158":50,"159":8,"16":103,"160":5,"161":153,"167":29,"168":3,"17":93,"18":525,"19":327,"20":116,"209":42,"21":446,"210":9,"211":3,"214":11,"215":85,"221":170,"223":554,"224":174,"225":293,"23":225,"24":1043,"25":479,"257":45,"26":204,"268":8,"27":49,"273":49,"276":27,"279":3,"28":376,"281":17,"282":43,"291":25,"292":92,"30":24,"302":4,"306":3,"31":32,"314":7,"32":16,"33":108,"34":99,"347":26,"35":48,"352":448,"36":86,"37":15,"38":316,"380":4,"381":22,"383":17,"389":2,"39":54,"391":17,"396":3,"397":9,"40":25,"409":15,"41":73,"414":28,"415":38,"419":13,"42":47,"43":44,"430":21,"433":1,"44":19,"45":15,"46":140,"48":77,"49":45,"5":1394,"51":25,"52":50,"53":33,"56":15,"570":18,"6":98,"63":22,"7":306,"79":18,"8":172,"80":48,"9":155,"all_client":83265,"all_tv_clinet":11496,"insert_time":"2014-08-18T06:16:37.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72355,"10":16,"107":383,"11":250,"12":117,"13":317,"14":76,"15":131,"155":30,"156":19,"158":55,"159":8,"16":109,"160":5,"161":154,"167":29,"168":3,"17":98,"18":532,"19":342,"20":118,"209":41,"21":470,"210":9,"211":3,"214":11,"215":89,"221":176,"223":570,"224":176,"225":311,"23":229,"24":1064,"25":487,"257":49,"26":201,"268":9,"27":47,"273":49,"276":27,"279":3,"28":399,"281":16,"282":44,"291":24,"292":93,"30":26,"302":4,"306":3,"31":33,"314":8,"32":15,"33":110,"34":108,"347":29,"35":44,"352":477,"36":93,"37":16,"38":328,"380":3,"381":23,"383":16,"389":2,"39":56,"391":18,"396":3,"397":9,"40":28,"409":15,"41":73,"414":32,"415":43,"419":14,"42":53,"426":1,"43":51,"430":21,"433":2,"44":17,"45":15,"46":138,"48":77,"49":49,"5":1421,"51":24,"52":49,"53":33,"56":17,"570":17,"6":100,"63":23,"7":315,"79":20,"8":175,"80":48,"9":154,"all_client":84193,"all_tv_clinet":11838,"insert_time":"2014-08-18T06:17:37.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72659,"10":17,"107":398,"11":249,"12":113,"13":327,"14":77,"15":132,"155":26,"156":19,"158":56,"159":9,"16":110,"160":7,"161":160,"167":30,"168":3,"17":98,"18":541,"19":352,"20":118,"209":47,"21":483,"210":7,"211":3,"214":12,"215":94,"221":182,"223":587,"224":185,"225":318,"23":236,"24":1092,"25":489,"257":50,"26":204,"268":9,"27":51,"273":50,"276":27,"279":3,"28":402,"281":15,"282":43,"291":23,"292":94,"30":28,"302":4,"306":3,"31":36,"314":8,"32":16,"33":109,"34":109,"347":28,"35":42,"352":508,"36":99,"37":14,"38":340,"380":3,"381":23,"383":20,"389":2,"39":56,"391":18,"396":2,"397":13,"40":26,"409":15,"41":78,"414":32,"415":41,"419":14,"42":59,"426":1,"43":53,"430":22,"433":2,"44":16,"45":20,"46":137,"48":79,"49":51,"5":1439,"51":23,"52":50,"53":36,"56":17,"570":15,"6":101,"63":22,"7":328,"79":21,"8":179,"80":48,"9":160,"all_client":84773,"all_tv_clinet":12114,"insert_time":"2014-08-18T06:18:38.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72942,"10":18,"107":423,"11":260,"12":120,"13":333,"14":75,"15":133,"155":24,"156":18,"158":56,"159":10,"16":112,"160":5,"161":164,"167":30,"168":3,"17":96,"18":546,"19":359,"20":120,"209":49,"21":499,"210":6,"211":3,"214":11,"215":93,"221":185,"223":574,"224":188,"225":331,"23":239,"24":1117,"25":500,"257":53,"26":201,"268":9,"27":54,"273":54,"276":28,"279":4,"28":408,"281":17,"282":43,"291":24,"292":98,"30":29,"302":4,"306":3,"31":36,"314":8,"32":15,"33":112,"34":113,"347":28,"35":42,"352":528,"36":105,"37":16,"38":355,"380":3,"381":23,"383":21,"389":2,"39":59,"391":18,"396":2,"397":11,"40":24,"409":15,"41":78,"414":33,"415":43,"419":14,"42":62,"426":2,"43":58,"430":23,"433":2,"44":17,"45":20,"46":135,"48":82,"49":56,"5":1460,"51":23,"52":50,"53":36,"56":17,"570":18,"6":99,"63":22,"7":344,"79":25,"8":180,"80":47,"9":161,"all_client":85314,"all_tv_clinet":12372,"insert_time":"2014-08-18T06:19:39.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73221,"10":18,"107":430,"11":268,"12":132,"13":345,"14":81,"15":132,"155":22,"156":16,"158":54,"159":9,"16":113,"160":6,"161":164,"167":28,"168":3,"17":94,"18":552,"19":372,"20":121,"209":51,"21":509,"210":7,"211":3,"214":11,"215":96,"221":182,"223":547,"224":191,"225":330,"23":238,"24":1153,"25":499,"257":55,"26":211,"268":10,"27":57,"273":55,"276":28,"279":4,"28":410,"281":17,"282":42,"291":25,"292":99,"30":33,"302":4,"306":2,"31":36,"314":8,"32":19,"33":114,"34":119,"347":27,"35":39,"352":554,"36":108,"37":15,"38":366,"380":4,"381":23,"383":20,"389":2,"39":63,"391":19,"396":3,"397":13,"40":26,"409":17,"41":78,"414":29,"415":38,"419":16,"42":62,"426":2,"43":56,"430":23,"433":1,"44":16,"45":22,"46":129,"48":74,"49":54,"5":1474,"51":27,"52":55,"53":37,"56":19,"570":18,"6":104,"63":22,"7":359,"79":25,"8":189,"80":47,"9":159,"all_client":85780,"all_tv_clinet":12559,"insert_time":"2014-08-18T06:20:39.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73495,"10":19,"107":448,"11":276,"12":139,"13":351,"14":85,"15":124,"155":23,"156":15,"158":54,"159":9,"16":114,"160":6,"161":156,"167":27,"168":3,"17":103,"18":558,"19":374,"20":124,"209":51,"21":525,"210":7,"211":3,"214":11,"215":96,"221":188,"223":507,"224":190,"225":344,"23":246,"24":1173,"25":501,"257":55,"26":214,"268":11,"27":62,"273":59,"276":29,"279":4,"28":414,"281":17,"282":44,"291":25,"292":105,"30":35,"302":4,"306":3,"31":36,"314":8,"32":18,"33":115,"34":126,"347":25,"35":39,"352":571,"36":109,"37":16,"38":374,"380":4,"381":25,"383":22,"389":2,"39":68,"391":19,"396":3,"397":13,"40":28,"409":16,"41":78,"414":33,"415":42,"419":17,"42":65,"426":2,"43":57,"430":25,"433":1,"44":19,"45":25,"46":127,"48":63,"49":58,"5":1494,"51":25,"52":59,"53":39,"56":19,"570":19,"6":101,"63":21,"7":364,"79":24,"8":191,"80":46,"9":168,"all_client":86245,"all_tv_clinet":12750,"insert_time":"2014-08-18T06:21:40.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73731,"10":19,"107":466,"11":285,"12":145,"13":354,"14":86,"15":120,"155":21,"156":15,"158":54,"159":11,"16":113,"160":6,"161":144,"167":26,"168":3,"17":108,"18":562,"19":393,"20":128,"209":53,"21":538,"210":7,"211":3,"214":10,"215":97,"221":195,"223":503,"224":192,"225":340,"23":254,"24":1193,"25":510,"257":55,"26":222,"268":11,"27":62,"273":64,"276":28,"279":4,"28":419,"281":17,"282":44,"291":26,"292":109,"30":35,"302":5,"306":3,"31":37,"314":8,"32":14,"33":119,"34":131,"347":22,"35":36,"352":587,"36":109,"37":16,"38":383,"380":4,"381":26,"383":23,"389":2,"39":73,"391":21,"396":3,"397":13,"40":28,"409":16,"41":76,"414":34,"415":44,"419":19,"42":66,"426":2,"43":60,"430":26,"433":1,"44":22,"45":26,"46":126,"48":58,"49":61,"5":1509,"51":24,"52":61,"53":43,"56":20,"570":20,"6":102,"63":22,"7":367,"79":24,"8":197,"80":46,"9":166,"all_client":86682,"all_tv_clinet":12951,"insert_time":"2014-08-18T06:22:40.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72579,"10":21,"107":472,"11":293,"12":146,"13":353,"14":83,"15":109,"155":20,"156":17,"158":52,"159":12,"16":107,"160":7,"161":134,"167":23,"168":3,"17":108,"18":544,"19":387,"20":129,"209":54,"21":547,"210":7,"211":3,"214":10,"215":90,"221":199,"223":499,"224":190,"225":344,"23":252,"24":1178,"25":509,"257":56,"26":220,"268":9,"27":67,"273":67,"276":29,"279":4,"28":412,"281":17,"282":41,"291":26,"292":109,"30":34,"302":5,"306":3,"31":36,"314":8,"32":11,"33":114,"34":136,"347":22,"35":33,"352":593,"36":106,"37":16,"38":396,"380":3,"381":27,"383":25,"389":2,"39":74,"391":21,"396":2,"397":13,"40":26,"409":15,"41":81,"414":34,"415":45,"419":17,"42":67,"426":2,"43":56,"430":26,"433":1,"44":22,"45":24,"46":123,"48":53,"49":64,"5":1507,"51":22,"52":55,"53":44,"56":18,"570":19,"6":91,"63":25,"7":370,"79":21,"8":192,"80":44,"9":165,"all_client":85447,"all_tv_clinet":12868,"insert_time":"2014-08-18T06:23:41.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72316,"10":20,"107":466,"11":294,"12":146,"13":351,"14":85,"15":102,"155":19,"156":17,"158":52,"159":11,"16":100,"160":8,"161":130,"167":22,"168":2,"17":114,"18":538,"19":389,"20":132,"209":54,"21":549,"210":6,"211":3,"214":11,"215":84,"221":200,"223":497,"224":194,"225":353,"23":252,"24":1188,"25":504,"257":57,"26":226,"268":8,"27":69,"273":66,"276":29,"279":5,"28":398,"281":16,"282":45,"291":27,"292":107,"30":35,"302":5,"306":2,"31":36,"314":8,"32":10,"33":114,"34":142,"347":20,"35":33,"352":608,"36":110,"37":18,"38":415,"380":2,"381":28,"383":26,"389":2,"39":74,"391":21,"396":2,"397":13,"40":27,"409":15,"41":80,"414":34,"415":43,"419":18,"42":64,"426":2,"43":55,"430":25,"433":1,"44":22,"45":24,"46":126,"48":51,"49":67,"5":1497,"51":22,"52":57,"53":44,"56":19,"570":18,"6":91,"63":25,"7":381,"79":22,"8":191,"80":43,"9":159,"all_client":85209,"all_tv_clinet":12893,"insert_time":"2014-08-18T06:24:42.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72175,"10":20,"107":469,"11":302,"12":145,"13":355,"14":88,"15":98,"155":19,"156":17,"158":53,"159":12,"16":103,"160":8,"161":136,"167":23,"168":2,"17":118,"18":532,"19":392,"20":130,"209":60,"21":551,"210":6,"211":3,"214":10,"215":77,"221":205,"223":490,"224":199,"225":357,"23":250,"24":1185,"25":499,"257":59,"26":227,"268":8,"27":75,"273":71,"276":27,"279":6,"28":381,"281":15,"282":47,"291":27,"292":103,"30":36,"302":5,"306":2,"31":36,"314":8,"32":11,"33":112,"34":135,"347":20,"35":32,"352":614,"36":115,"37":21,"38":419,"380":2,"381":30,"383":24,"389":2,"39":74,"391":21,"396":2,"397":15,"40":29,"409":15,"41":76,"414":33,"415":45,"419":18,"42":64,"426":2,"43":54,"430":26,"433":1,"44":24,"45":25,"46":127,"48":51,"49":73,"5":1499,"51":24,"52":55,"53":46,"56":19,"570":16,"6":91,"63":25,"7":390,"79":21,"8":186,"80":43,"9":158,"all_client":85107,"all_tv_clinet":12932,"insert_time":"2014-08-18T06:25:42.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72019,"10":17,"107":477,"11":312,"12":149,"13":360,"14":84,"15":93,"155":22,"156":18,"158":53,"159":11,"16":103,"160":6,"161":139,"167":23,"168":2,"17":119,"18":524,"19":404,"20":127,"209":62,"21":571,"210":7,"211":3,"214":11,"215":76,"221":214,"223":483,"224":203,"225":352,"23":245,"24":1184,"25":487,"257":56,"26":233,"268":8,"27":74,"273":74,"276":28,"279":7,"28":353,"281":14,"282":47,"291":27,"292":100,"30":37,"302":5,"306":3,"31":35,"314":7,"32":14,"33":114,"34":135,"347":19,"35":30,"352":614,"36":119,"37":22,"38":420,"380":2,"381":30,"383":23,"389":2,"39":81,"391":20,"396":2,"397":15,"40":31,"409":13,"41":79,"414":32,"415":45,"419":17,"42":61,"426":2,"43":55,"430":27,"433":1,"44":25,"45":27,"46":134,"48":48,"49":77,"5":1501,"51":23,"52":57,"53":51,"56":19,"570":16,"6":92,"63":24,"7":375,"79":24,"8":191,"80":42,"9":153,"all_client":84972,"all_tv_clinet":12953,"insert_time":"2014-08-18T06:26:43.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71849,"10":17,"107":474,"11":318,"12":158,"13":361,"14":80,"15":90,"155":23,"156":19,"158":48,"159":10,"16":108,"160":5,"161":143,"167":22,"168":4,"17":120,"18":530,"19":415,"20":131,"209":64,"21":582,"210":7,"211":3,"214":9,"215":72,"221":207,"223":499,"224":206,"225":356,"23":244,"24":1189,"25":471,"257":56,"26":232,"268":6,"27":76,"273":80,"276":27,"279":8,"28":349,"281":14,"282":47,"291":27,"292":94,"30":39,"302":5,"306":3,"31":33,"314":5,"32":15,"33":114,"34":119,"347":18,"35":28,"352":621,"36":118,"37":20,"38":427,"380":2,"381":30,"383":23,"389":2,"39":81,"391":20,"396":3,"397":17,"40":38,"409":14,"41":78,"414":29,"415":45,"419":19,"42":55,"426":2,"43":60,"430":26,"433":1,"44":26,"45":29,"46":140,"48":48,"49":84,"5":1506,"51":19,"52":59,"53":49,"56":20,"570":15,"6":96,"63":24,"7":368,"79":25,"8":192,"80":42,"9":146,"all_client":84848,"all_tv_clinet":12999,"insert_time":"2014-08-18T06:27:43.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71712,"10":16,"107":464,"11":332,"12":161,"13":360,"14":74,"15":83,"155":23,"156":20,"158":46,"159":9,"16":105,"160":5,"161":141,"167":22,"168":4,"17":124,"18":522,"19":422,"20":130,"209":66,"21":593,"210":7,"211":3,"214":8,"215":70,"221":204,"223":505,"224":209,"225":373,"23":248,"24":1201,"25":438,"257":56,"26":239,"268":6,"27":76,"273":80,"276":26,"279":7,"28":340,"281":13,"282":48,"291":27,"292":94,"30":40,"302":5,"306":2,"31":32,"314":4,"32":13,"33":115,"34":108,"347":17,"35":27,"352":637,"36":121,"37":24,"38":449,"380":2,"381":27,"383":25,"389":2,"39":80,"391":21,"396":3,"397":17,"40":42,"409":15,"41":71,"414":31,"415":42,"419":19,"42":59,"426":2,"43":59,"430":27,"433":1,"44":27,"45":30,"46":150,"48":49,"49":85,"5":1506,"51":18,"52":59,"53":48,"56":22,"570":13,"6":93,"63":24,"7":358,"79":25,"8":191,"80":45,"9":142,"all_client":84736,"all_tv_clinet":13024,"insert_time":"2014-08-18T06:28:44.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71627,"10":19,"107":467,"11":333,"12":164,"13":359,"14":70,"15":81,"155":24,"156":21,"158":44,"159":8,"16":106,"160":5,"161":144,"167":21,"168":4,"17":122,"18":527,"19":415,"20":133,"209":68,"21":604,"210":7,"211":3,"214":7,"215":65,"221":196,"223":506,"224":211,"225":376,"23":252,"24":1226,"25":418,"257":54,"26":247,"268":6,"27":76,"273":78,"276":24,"279":8,"28":336,"281":13,"282":49,"291":30,"292":96,"30":40,"302":5,"306":3,"31":32,"314":5,"32":13,"33":116,"34":91,"347":19,"35":28,"352":627,"36":122,"37":26,"38":446,"380":2,"381":27,"383":24,"389":2,"39":80,"391":20,"396":3,"397":17,"40":46,"409":16,"41":69,"414":31,"415":45,"419":19,"42":57,"426":2,"43":60,"430":26,"433":1,"44":27,"45":37,"46":149,"48":52,"49":92,"5":1521,"51":19,"52":59,"53":47,"56":23,"570":12,"6":87,"63":25,"7":363,"79":25,"8":187,"80":41,"9":134,"all_client":84670,"all_tv_clinet":13043,"insert_time":"2014-08-18T06:29:45.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71498,"10":20,"107":460,"11":344,"12":161,"13":360,"14":72,"15":75,"155":25,"156":21,"158":44,"159":7,"16":100,"160":5,"161":148,"167":21,"168":3,"17":119,"18":529,"19":413,"20":132,"209":71,"21":603,"210":7,"211":3,"214":7,"215":67,"221":202,"223":500,"224":210,"225":381,"23":255,"24":1233,"25":405,"257":53,"26":257,"268":6,"27":73,"273":75,"276":24,"279":7,"28":327,"281":13,"282":49,"291":28,"292":98,"30":42,"302":5,"306":3,"31":31,"314":6,"32":13,"33":118,"34":80,"347":19,"35":28,"352":625,"36":124,"37":25,"38":454,"380":3,"381":30,"383":22,"389":2,"39":84,"391":21,"396":2,"397":18,"40":53,"409":15,"41":68,"414":29,"415":46,"419":18,"42":55,"426":2,"43":56,"430":26,"433":1,"44":25,"45":40,"46":149,"48":51,"49":95,"5":1527,"51":21,"52":62,"53":46,"56":23,"570":12,"6":79,"63":25,"7":362,"79":25,"8":182,"80":40,"9":132,"all_client":84531,"all_tv_clinet":13033,"insert_time":"2014-08-18T06:30:45.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71450,"10":21,"107":469,"11":347,"12":160,"13":369,"14":70,"15":72,"155":26,"156":20,"158":44,"159":7,"16":92,"160":5,"161":150,"167":20,"168":4,"17":121,"18":513,"19":417,"20":133,"209":72,"21":604,"210":6,"211":3,"214":7,"215":67,"221":202,"223":485,"224":210,"225":378,"23":258,"24":1229,"25":385,"257":56,"26":266,"268":7,"27":72,"273":72,"276":23,"279":7,"28":318,"281":12,"282":48,"291":28,"292":98,"30":47,"302":6,"306":3,"31":28,"314":6,"32":16,"33":124,"34":73,"347":18,"35":28,"352":633,"36":123,"37":27,"38":457,"380":3,"381":29,"383":24,"389":2,"39":83,"391":21,"396":2,"397":18,"40":50,"409":15,"41":71,"414":30,"415":51,"419":16,"42":53,"426":2,"43":53,"430":24,"433":1,"44":24,"45":41,"46":158,"48":53,"49":97,"5":1523,"51":20,"52":67,"53":43,"56":23,"570":12,"6":76,"63":24,"7":369,"79":24,"8":183,"80":39,"9":127,"all_client":84463,"all_tv_clinet":13013,"insert_time":"2014-08-18T06:31:46.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71411,"10":21,"107":470,"11":346,"12":163,"13":375,"14":66,"15":70,"155":29,"156":16,"158":42,"159":8,"16":86,"160":5,"161":152,"167":19,"168":4,"17":128,"18":502,"19":407,"20":133,"209":72,"21":615,"210":7,"211":3,"214":9,"215":62,"221":199,"223":481,"224":210,"225":377,"23":249,"24":1237,"25":377,"257":61,"26":269,"268":7,"27":71,"273":66,"276":23,"279":8,"28":313,"281":11,"282":50,"291":27,"292":100,"30":49,"302":6,"306":3,"31":28,"314":4,"32":16,"33":124,"34":69,"347":16,"35":27,"352":643,"36":122,"37":27,"38":451,"380":4,"381":29,"383":24,"389":2,"39":86,"391":21,"396":1,"397":20,"40":51,"409":14,"41":67,"414":31,"415":53,"419":15,"42":55,"426":2,"43":49,"430":23,"433":1,"44":24,"45":41,"46":167,"48":56,"49":101,"5":1525,"51":18,"52":67,"53":39,"56":24,"570":10,"6":74,"63":23,"7":362,"79":23,"8":178,"80":36,"9":131,"all_client":84389,"all_tv_clinet":12978,"insert_time":"2014-08-18T06:32:47.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71336,"10":22,"107":475,"11":338,"12":159,"13":369,"14":68,"15":72,"155":29,"156":15,"158":46,"159":8,"16":84,"160":7,"161":142,"167":19,"168":5,"17":127,"18":487,"19":417,"20":133,"209":72,"21":615,"210":7,"211":2,"214":10,"215":56,"221":201,"223":473,"224":215,"225":376,"23":238,"24":1233,"25":372,"257":60,"26":274,"268":6,"27":71,"273":63,"276":25,"279":8,"28":312,"281":13,"282":50,"291":25,"292":101,"30":52,"302":6,"306":3,"31":24,"314":4,"32":15,"33":127,"34":69,"347":17,"35":24,"352":649,"36":122,"37":27,"38":448,"380":4,"381":30,"383":22,"389":2,"39":88,"391":19,"396":1,"397":20,"40":56,"409":13,"41":67,"414":31,"415":51,"419":12,"42":54,"426":1,"43":46,"430":24,"433":1,"44":22,"45":43,"46":169,"48":54,"49":97,"5":1532,"51":19,"52":71,"53":42,"56":23,"570":10,"6":76,"63":21,"7":373,"79":23,"8":169,"80":33,"9":131,"all_client":84273,"all_tv_clinet":12937,"insert_time":"2014-08-18T06:33:47.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71238,"10":21,"107":479,"11":344,"12":160,"13":371,"14":72,"15":70,"155":30,"156":14,"158":45,"159":8,"16":85,"160":8,"161":143,"167":20,"168":4,"17":126,"18":482,"19":420,"20":135,"209":68,"21":616,"210":7,"211":2,"214":11,"215":55,"221":198,"223":477,"224":213,"225":379,"23":232,"24":1227,"25":364,"257":58,"26":274,"268":6,"27":65,"273":64,"276":25,"279":7,"28":314,"281":13,"282":50,"291":23,"292":104,"30":52,"302":5,"306":3,"31":23,"314":4,"32":17,"33":129,"34":63,"347":17,"35":25,"352":636,"36":120,"37":29,"38":437,"380":4,"381":32,"383":22,"389":2,"39":91,"391":17,"396":1,"397":23,"40":57,"409":14,"41":66,"414":28,"415":52,"419":14,"42":55,"426":1,"43":48,"430":23,"433":1,"44":22,"45":41,"46":174,"48":53,"49":98,"5":1536,"51":20,"52":77,"53":42,"56":22,"570":10,"6":77,"63":21,"7":374,"79":22,"8":163,"80":35,"9":130,"all_client":84155,"all_tv_clinet":12917,"insert_time":"2014-08-18T06:34:48.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71200,"10":17,"107":457,"11":345,"12":165,"13":363,"14":74,"15":75,"155":30,"156":16,"158":45,"159":10,"16":78,"160":9,"161":133,"167":23,"168":3,"17":128,"18":471,"19":425,"20":133,"209":67,"21":624,"210":6,"211":2,"214":11,"215":58,"221":199,"223":481,"224":214,"225":381,"23":230,"24":1194,"25":361,"257":56,"26":256,"268":7,"27":59,"273":65,"276":23,"279":8,"28":318,"281":13,"282":46,"291":23,"292":108,"30":52,"302":5,"306":3,"31":21,"314":4,"32":19,"33":131,"34":60,"347":21,"35":25,"352":638,"36":128,"37":29,"38":428,"380":4,"381":35,"383":19,"389":2,"39":92,"391":19,"396":1,"397":23,"40":62,"409":15,"41":66,"414":27,"415":53,"419":12,"42":54,"426":3,"43":45,"430":25,"433":1,"44":20,"45":41,"46":173,"48":60,"49":100,"5":1530,"51":20,"52":84,"53":41,"56":21,"570":9,"6":78,"63":22,"7":387,"79":21,"8":155,"80":36,"9":133,"all_client":84063,"all_tv_clinet":12863,"insert_time":"2014-08-18T06:35:49.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71158,"10":17,"107":474,"11":358,"12":153,"13":362,"14":75,"15":82,"155":30,"156":16,"158":35,"159":13,"16":82,"160":9,"161":125,"167":22,"168":3,"17":132,"18":466,"19":430,"20":129,"209":64,"21":626,"210":6,"211":2,"214":11,"215":54,"221":193,"223":481,"224":219,"225":379,"23":226,"24":1163,"25":363,"257":58,"26":223,"268":6,"27":51,"273":66,"276":20,"279":8,"28":320,"281":13,"282":45,"291":22,"292":113,"30":55,"302":5,"306":2,"31":22,"314":4,"32":20,"33":124,"34":57,"347":21,"35":24,"352":639,"36":124,"37":31,"38":426,"380":4,"381":37,"383":16,"389":2,"39":93,"391":18,"396":1,"397":21,"40":64,"409":15,"41":70,"414":31,"415":55,"419":13,"42":54,"426":3,"43":45,"430":25,"433":1,"44":20,"45":44,"46":179,"48":66,"49":103,"5":1532,"51":23,"52":92,"53":41,"56":21,"570":9,"6":77,"63":22,"7":391,"79":23,"8":155,"80":38,"9":132,"all_client":83993,"all_tv_clinet":12835,"insert_time":"2014-08-18T06:36:49.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71080,"10":18,"107":463,"11":363,"12":151,"13":361,"14":80,"15":89,"155":32,"156":17,"158":35,"159":14,"16":82,"160":8,"161":123,"167":25,"168":3,"17":136,"18":464,"19":425,"20":129,"209":66,"21":634,"210":7,"211":2,"214":10,"215":51,"221":196,"223":483,"224":219,"225":378,"23":220,"24":1153,"25":356,"257":60,"26":191,"268":7,"27":46,"273":67,"276":21,"279":9,"28":324,"281":13,"282":46,"291":22,"292":118,"30":58,"302":5,"306":2,"31":22,"314":3,"32":21,"33":116,"34":53,"347":21,"35":22,"352":635,"36":131,"37":34,"38":432,"380":4,"381":38,"383":13,"389":2,"39":97,"391":19,"396":1,"397":20,"40":70,"409":16,"41":70,"414":32,"415":55,"419":13,"42":51,"426":3,"43":42,"430":26,"433":1,"44":19,"45":50,"46":178,"48":67,"49":107,"5":1522,"51":22,"52":92,"53":43,"56":19,"570":10,"6":79,"63":21,"7":397,"79":22,"8":154,"80":38,"9":137,"all_client":83902,"all_tv_clinet":12822,"insert_time":"2014-08-18T06:37:50.542Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70985,"10":19,"107":455,"11":366,"12":137,"13":374,"14":82,"15":96,"155":31,"156":17,"158":37,"159":14,"16":81,"160":6,"161":131,"167":25,"168":4,"17":144,"18":467,"19":432,"20":125,"209":67,"21":628,"210":6,"211":2,"214":10,"215":52,"221":198,"223":484,"224":223,"225":380,"23":220,"24":1151,"25":350,"257":63,"26":170,"268":5,"27":46,"273":64,"276":22,"279":7,"28":335,"281":13,"282":49,"291":19,"292":115,"30":60,"302":4,"306":1,"31":25,"314":3,"32":22,"33":111,"34":49,"347":25,"35":23,"352":624,"36":132,"37":36,"38":435,"380":3,"381":39,"383":11,"389":3,"39":99,"391":18,"396":1,"397":21,"40":66,"409":15,"41":76,"414":33,"415":58,"419":12,"42":46,"426":3,"43":44,"430":26,"433":1,"44":18,"45":51,"46":186,"48":67,"49":113,"5":1529,"51":24,"52":84,"53":44,"56":13,"570":9,"6":78,"63":22,"7":399,"79":23,"8":148,"80":38,"9":135,"all_client":83813,"all_tv_clinet":12828,"insert_time":"2014-08-18T06:38:51.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70895,"10":20,"107":452,"11":368,"12":139,"13":360,"14":82,"15":96,"155":30,"156":17,"158":35,"159":14,"16":80,"160":6,"161":139,"167":25,"168":4,"17":141,"18":463,"19":440,"20":125,"209":69,"21":635,"210":6,"211":3,"214":11,"215":56,"221":200,"223":484,"224":219,"225":390,"23":220,"24":1120,"25":357,"257":65,"26":162,"268":5,"27":41,"273":68,"276":20,"279":7,"28":339,"281":13,"282":49,"291":20,"292":108,"30":58,"302":4,"306":1,"31":29,"314":3,"32":19,"33":104,"34":46,"347":25,"35":26,"352":621,"36":127,"37":35,"38":431,"380":2,"381":37,"383":11,"389":3,"39":99,"391":18,"396":2,"397":20,"40":66,"409":14,"41":75,"414":34,"415":57,"419":11,"42":42,"426":3,"43":42,"430":27,"433":1,"44":18,"45":54,"46":185,"48":75,"49":116,"5":1541,"51":30,"52":75,"53":45,"56":12,"570":9,"6":72,"63":23,"7":409,"79":23,"8":147,"80":38,"9":135,"all_client":83698,"all_tv_clinet":12803,"insert_time":"2014-08-18T06:39:51.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70842,"10":20,"107":463,"11":369,"12":141,"13":356,"14":81,"15":95,"155":29,"156":16,"158":34,"159":15,"16":79,"160":7,"161":145,"167":22,"168":4,"17":139,"18":469,"19":451,"20":123,"209":68,"21":637,"210":6,"211":3,"214":12,"215":58,"221":199,"223":482,"224":222,"225":402,"23":216,"24":1102,"25":362,"257":69,"26":146,"268":5,"27":38,"273":71,"276":21,"279":8,"28":342,"281":15,"282":47,"291":20,"292":93,"30":58,"302":3,"306":2,"31":31,"314":2,"32":17,"33":103,"34":45,"347":26,"35":30,"352":625,"36":128,"37":35,"38":427,"380":2,"381":37,"383":13,"389":3,"39":103,"391":17,"396":2,"397":19,"40":65,"409":14,"41":73,"414":35,"415":59,"419":10,"42":37,"426":3,"43":40,"430":25,"433":1,"44":17,"45":54,"46":191,"48":78,"49":116,"5":1543,"51":29,"52":65,"53":45,"56":11,"570":9,"6":71,"63":23,"7":415,"79":24,"8":146,"80":39,"9":139,"all_client":83649,"all_tv_clinet":12807,"insert_time":"2014-08-18T06:40:52.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70837,"10":21,"107":448,"11":382,"12":132,"13":343,"14":80,"15":88,"155":28,"156":17,"158":33,"159":17,"16":82,"160":7,"161":152,"167":22,"168":5,"17":148,"18":476,"19":457,"20":123,"209":66,"21":636,"210":7,"211":3,"214":12,"215":58,"221":200,"223":500,"224":225,"225":399,"23":218,"24":1071,"25":373,"257":68,"26":131,"268":5,"27":38,"273":76,"276":20,"279":9,"28":343,"281":18,"282":46,"291":17,"292":89,"30":60,"302":2,"306":2,"31":32,"314":3,"32":15,"33":105,"34":45,"347":25,"35":37,"352":641,"36":121,"37":38,"38":428,"380":2,"381":36,"383":13,"389":2,"39":103,"391":17,"396":2,"397":21,"40":65,"409":14,"41":69,"414":34,"415":57,"419":10,"42":35,"426":2,"43":40,"430":27,"433":1,"44":17,"45":55,"46":194,"48":81,"49":114,"5":1541,"51":26,"52":56,"53":43,"56":9,"570":10,"6":72,"63":22,"7":422,"79":22,"8":147,"80":42,"9":147,"all_client":83650,"all_tv_clinet":12813,"insert_time":"2014-08-18T06:41:53.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70780,"10":23,"107":450,"11":388,"12":124,"13":333,"14":77,"15":87,"155":30,"156":17,"158":35,"159":14,"16":82,"160":7,"161":155,"167":22,"168":5,"17":149,"18":472,"19":469,"20":124,"209":60,"21":631,"210":7,"211":2,"214":12,"215":59,"221":204,"223":494,"224":224,"225":406,"23":224,"24":1071,"25":376,"257":67,"26":120,"268":5,"27":38,"273":79,"276":18,"279":10,"28":343,"281":19,"282":46,"291":20,"292":88,"30":60,"302":2,"306":2,"31":34,"314":3,"32":18,"33":104,"34":43,"347":24,"35":38,"352":636,"36":123,"37":40,"38":418,"380":2,"381":37,"383":12,"389":2,"39":105,"391":17,"396":2,"397":21,"40":65,"409":15,"41":74,"414":33,"415":59,"419":10,"42":34,"426":2,"43":41,"430":26,"433":1,"44":16,"45":57,"46":192,"48":81,"49":119,"5":1540,"51":26,"52":52,"53":40,"56":7,"570":9,"6":75,"63":22,"7":429,"79":21,"8":144,"80":43,"9":149,"all_client":83591,"all_tv_clinet":12811,"insert_time":"2014-08-18T06:42:53.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70701,"10":25,"107":453,"11":391,"12":110,"13":324,"14":76,"15":87,"155":29,"156":17,"158":35,"159":14,"16":88,"160":7,"161":157,"167":23,"168":5,"17":146,"18":480,"19":477,"20":125,"209":57,"21":618,"210":5,"211":2,"214":13,"215":58,"221":198,"223":499,"224":226,"225":402,"23":227,"24":1079,"25":378,"257":66,"26":116,"268":4,"27":38,"273":75,"276":16,"279":13,"28":349,"281":19,"282":47,"291":20,"292":89,"30":61,"302":2,"306":1,"31":35,"314":5,"32":17,"33":99,"34":43,"347":23,"35":41,"352":622,"36":119,"37":46,"38":412,"380":2,"381":37,"383":13,"389":2,"39":105,"391":17,"396":2,"397":21,"40":66,"409":14,"41":73,"414":35,"415":58,"419":10,"42":34,"426":2,"43":42,"430":24,"433":1,"44":15,"45":56,"46":199,"48":77,"49":121,"5":1544,"51":27,"52":49,"53":41,"56":6,"570":9,"6":75,"63":22,"7":437,"79":20,"8":142,"80":43,"9":147,"all_client":83498,"all_tv_clinet":12797,"insert_time":"2014-08-18T06:43:54.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70619,"10":23,"107":456,"11":402,"12":103,"13":322,"14":76,"15":97,"155":29,"156":18,"158":31,"159":14,"16":90,"160":7,"161":165,"167":23,"168":5,"17":146,"18":487,"19":468,"20":120,"209":53,"21":591,"210":5,"211":2,"214":13,"215":62,"221":196,"223":496,"224":236,"225":404,"23":224,"24":1087,"25":386,"257":71,"26":104,"268":4,"27":38,"273":68,"276":16,"279":13,"28":344,"281":19,"282":48,"291":20,"292":89,"30":57,"302":1,"306":1,"31":38,"314":6,"32":16,"33":99,"34":39,"347":26,"35":39,"352":615,"36":115,"37":48,"38":413,"380":2,"381":37,"383":13,"389":2,"39":104,"391":18,"396":2,"397":21,"40":68,"409":15,"41":68,"414":38,"415":62,"419":10,"42":32,"426":2,"43":44,"430":24,"433":1,"44":13,"45":53,"46":200,"48":77,"49":123,"5":1551,"51":26,"52":49,"53":44,"56":7,"570":9,"6":80,"63":23,"7":433,"79":22,"8":143,"80":42,"9":145,"all_client":83406,"all_tv_clinet":12787,"insert_time":"2014-08-18T06:44:54.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70571,"10":24,"107":450,"11":405,"12":99,"13":324,"14":68,"15":101,"155":30,"156":18,"158":27,"159":18,"16":91,"160":6,"161":165,"167":22,"168":3,"17":145,"18":498,"19":466,"20":120,"209":52,"21":571,"210":5,"211":2,"214":13,"215":61,"221":202,"223":503,"224":236,"225":406,"23":228,"24":1080,"25":390,"257":71,"26":97,"268":4,"27":38,"273":65,"276":16,"279":12,"28":340,"281":19,"282":48,"291":20,"292":85,"30":54,"302":1,"306":1,"31":36,"314":6,"32":15,"33":99,"34":37,"347":29,"35":38,"352":618,"36":119,"37":51,"38":406,"380":3,"381":38,"383":13,"389":2,"39":107,"391":18,"396":2,"397":22,"40":61,"409":15,"41":66,"414":36,"415":59,"419":13,"42":33,"426":1,"43":46,"430":25,"433":2,"44":15,"45":52,"46":198,"48":69,"49":126,"5":1559,"51":25,"52":46,"53":48,"56":7,"570":10,"6":83,"63":24,"7":430,"79":24,"8":146,"80":43,"9":149,"all_client":83341,"all_tv_clinet":12770,"insert_time":"2014-08-18T06:45:55.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70540,"10":24,"107":441,"11":395,"12":95,"13":311,"14":66,"15":102,"155":31,"156":18,"158":25,"159":17,"16":94,"160":9,"161":167,"167":24,"168":3,"17":137,"18":502,"19":468,"20":119,"209":48,"21":553,"210":5,"211":2,"214":13,"215":58,"221":201,"223":511,"224":243,"225":397,"23":228,"24":1085,"25":405,"257":72,"26":94,"268":4,"27":39,"273":61,"276":15,"279":11,"28":343,"281":19,"282":47,"291":21,"292":90,"30":54,"302":1,"306":1,"31":39,"314":6,"32":15,"33":96,"34":36,"347":31,"35":36,"352":612,"36":116,"37":52,"38":398,"380":3,"381":38,"383":13,"389":2,"39":109,"391":18,"396":2,"397":20,"40":59,"409":14,"41":66,"414":29,"415":58,"419":13,"42":33,"426":2,"43":46,"430":25,"433":2,"44":14,"45":52,"46":200,"48":73,"49":132,"5":1568,"51":24,"52":42,"53":42,"56":7,"570":9,"6":82,"63":24,"7":444,"79":26,"8":149,"80":42,"9":151,"all_client":83279,"all_tv_clinet":12739,"insert_time":"2014-08-18T06:46:56.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70560,"10":22,"107":455,"11":397,"12":94,"13":317,"14":68,"15":106,"155":34,"156":19,"158":28,"159":20,"16":91,"160":9,"161":151,"167":25,"168":2,"17":116,"18":519,"19":467,"20":117,"209":46,"21":545,"210":4,"211":2,"214":13,"215":59,"221":202,"223":520,"224":244,"225":405,"23":239,"24":1093,"25":401,"257":70,"26":90,"268":4,"27":40,"273":60,"276":13,"279":12,"28":345,"281":18,"282":43,"291":22,"292":95,"30":57,"302":1,"306":1,"31":33,"314":6,"32":15,"33":100,"34":35,"347":31,"35":38,"352":607,"36":119,"37":53,"38":393,"380":3,"381":35,"383":14,"389":2,"39":105,"391":17,"396":2,"397":20,"40":54,"409":12,"41":67,"414":27,"415":55,"419":14,"42":32,"426":2,"43":47,"430":24,"433":2,"44":11,"45":49,"46":196,"48":71,"49":137,"5":1567,"51":25,"52":39,"53":41,"56":4,"570":9,"6":85,"63":21,"7":444,"79":23,"8":138,"80":44,"9":157,"all_client":83286,"all_tv_clinet":12726,"insert_time":"2014-08-18T06:47:57.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70583,"10":24,"107":450,"11":399,"12":91,"13":320,"14":72,"15":107,"155":34,"156":18,"158":31,"159":19,"16":87,"160":12,"161":146,"167":23,"168":1,"17":113,"18":532,"19":470,"20":119,"209":43,"21":530,"210":4,"211":1,"214":13,"215":58,"221":201,"223":525,"224":246,"225":404,"23":245,"24":1096,"25":403,"257":70,"26":87,"268":4,"27":46,"273":62,"276":12,"279":13,"28":351,"281":17,"282":39,"291":22,"292":98,"30":57,"302":1,"306":1,"31":33,"314":6,"32":17,"33":103,"34":37,"347":31,"35":38,"352":601,"36":119,"37":54,"38":395,"380":3,"381":31,"383":12,"389":2,"39":95,"391":15,"396":1,"397":20,"40":47,"409":13,"41":61,"414":29,"415":57,"419":13,"42":38,"426":2,"43":45,"430":19,"433":2,"44":8,"45":40,"46":204,"48":69,"49":137,"5":1561,"51":26,"52":38,"53":41,"56":3,"570":8,"6":85,"63":22,"7":450,"79":27,"8":134,"80":44,"9":164,"all_client":83300,"all_tv_clinet":12717,"insert_time":"2014-08-18T06:48:57.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70534,"10":22,"107":447,"11":405,"12":87,"13":318,"14":69,"15":112,"155":33,"156":19,"158":31,"159":20,"16":85,"160":9,"161":141,"167":25,"168":2,"17":104,"18":533,"19":470,"20":123,"209":38,"21":519,"210":5,"211":1,"214":13,"215":59,"221":192,"223":525,"224":245,"225":423,"23":250,"24":1108,"25":406,"257":69,"26":84,"268":5,"27":53,"273":66,"276":11,"279":13,"28":344,"281":18,"282":37,"291":22,"292":97,"30":59,"306":1,"31":32,"314":6,"32":18,"33":104,"34":36,"347":30,"35":40,"352":608,"36":126,"37":56,"38":398,"380":3,"381":30,"383":12,"389":2,"39":83,"391":15,"396":1,"397":20,"40":42,"409":13,"41":62,"414":29,"415":57,"419":13,"42":39,"426":2,"43":43,"430":19,"433":2,"44":9,"45":35,"46":209,"48":65,"49":139,"5":1562,"51":23,"52":39,"53":41,"56":2,"570":8,"6":86,"63":21,"7":449,"79":29,"8":124,"80":43,"9":165,"all_client":83242,"all_tv_clinet":12708,"insert_time":"2014-08-18T06:49:58.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70456,"10":22,"107":447,"11":411,"12":88,"13":317,"14":67,"15":109,"155":33,"156":22,"158":28,"159":20,"16":87,"160":8,"161":135,"167":25,"168":2,"17":102,"18":546,"19":473,"20":125,"209":38,"21":515,"210":4,"211":2,"214":14,"215":56,"221":197,"223":523,"224":248,"225":410,"23":252,"24":1103,"25":417,"257":65,"26":80,"268":5,"27":49,"273":70,"276":13,"279":13,"28":338,"281":18,"282":34,"291":22,"292":99,"30":60,"306":1,"31":32,"314":5,"32":21,"33":101,"34":36,"347":30,"35":38,"352":613,"36":122,"37":58,"38":395,"380":4,"381":29,"383":13,"389":1,"39":74,"391":15,"396":1,"397":22,"40":40,"409":13,"41":64,"414":29,"415":61,"419":13,"42":45,"426":3,"43":43,"430":17,"433":2,"44":8,"45":33,"46":204,"48":60,"49":131,"5":1556,"51":23,"52":38,"53":39,"56":3,"570":7,"6":93,"63":21,"7":453,"79":29,"8":126,"80":42,"9":162,"all_client":83137,"all_tv_clinet":12681,"insert_time":"2014-08-18T06:50:59.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70388,"10":21,"107":445,"11":412,"12":84,"13":319,"14":68,"15":112,"155":33,"156":23,"158":28,"159":21,"16":89,"160":8,"161":129,"167":26,"168":2,"17":97,"18":544,"19":468,"20":125,"209":36,"21":508,"210":4,"211":2,"214":14,"215":62,"221":195,"223":525,"224":235,"225":421,"23":259,"24":1101,"25":418,"257":61,"26":82,"268":4,"27":45,"273":69,"276":14,"279":13,"28":336,"281":19,"282":30,"291":22,"292":104,"30":61,"306":1,"31":35,"314":5,"317":1,"32":17,"33":100,"34":37,"347":30,"35":38,"352":624,"36":123,"37":60,"38":397,"380":4,"381":29,"383":14,"389":1,"39":69,"391":16,"396":2,"397":22,"40":42,"409":13,"41":70,"414":31,"415":65,"419":13,"42":47,"426":3,"43":43,"430":15,"433":2,"44":8,"45":35,"46":201,"48":60,"49":119,"5":1531,"51":28,"52":40,"53":50,"56":3,"570":6,"6":97,"63":21,"7":458,"79":26,"8":132,"80":42,"9":164,"all_client":83072,"all_tv_clinet":12684,"insert_time":"2014-08-18T06:51:59.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70310,"10":18,"107":435,"11":421,"12":84,"13":318,"14":73,"15":113,"155":33,"156":21,"158":28,"159":18,"16":87,"160":8,"161":128,"167":24,"168":2,"17":95,"18":545,"19":473,"20":125,"209":38,"21":516,"210":5,"211":2,"214":15,"215":64,"221":202,"223":527,"224":212,"225":429,"23":261,"24":1105,"25":415,"257":63,"26":79,"268":5,"27":48,"273":64,"276":14,"279":14,"28":336,"281":19,"282":27,"291":22,"292":108,"30":56,"306":1,"31":37,"314":6,"317":1,"32":13,"33":102,"34":38,"347":29,"35":42,"352":624,"36":120,"37":58,"38":399,"380":4,"381":28,"383":13,"389":1,"39":65,"391":17,"396":2,"397":22,"40":41,"409":13,"41":72,"414":33,"415":66,"419":14,"42":53,"426":2,"43":42,"430":15,"433":2,"44":8,"45":37,"46":204,"48":61,"49":106,"5":1487,"51":31,"52":48,"53":48,"56":4,"570":6,"6":100,"63":20,"7":465,"79":25,"8":145,"80":44,"9":165,"all_client":82984,"all_tv_clinet":12674,"insert_time":"2014-08-18T06:53:00.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70249,"10":19,"107":435,"11":429,"12":83,"13":311,"14":77,"15":112,"155":34,"156":20,"158":28,"159":18,"16":91,"160":8,"161":128,"167":24,"168":2,"17":97,"18":546,"19":474,"20":127,"209":36,"21":515,"210":5,"211":2,"214":14,"215":67,"221":203,"223":525,"224":193,"225":433,"23":267,"24":1094,"25":414,"257":64,"26":79,"268":5,"27":54,"273":63,"276":14,"279":13,"28":334,"281":19,"282":26,"291":22,"292":109,"30":51,"306":1,"31":38,"314":6,"317":1,"32":13,"33":102,"34":40,"347":28,"35":45,"352":635,"36":118,"37":57,"38":401,"380":4,"381":27,"383":13,"389":1,"39":62,"391":17,"396":2,"397":22,"40":39,"409":11,"41":72,"414":31,"415":67,"419":15,"42":54,"426":1,"43":43,"430":16,"433":2,"44":11,"45":36,"46":202,"48":70,"49":99,"5":1445,"51":29,"52":54,"53":50,"56":4,"570":5,"6":97,"63":19,"7":481,"79":25,"8":160,"80":44,"9":169,"all_client":82917,"all_tv_clinet":12668,"insert_time":"2014-08-18T06:54:00.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70217,"10":16,"107":443,"11":429,"12":83,"13":325,"14":81,"15":114,"155":34,"156":20,"158":28,"159":17,"16":89,"160":8,"161":131,"167":23,"168":2,"17":91,"18":550,"19":442,"20":127,"209":36,"21":520,"210":5,"211":2,"214":13,"215":67,"221":209,"223":503,"224":176,"225":436,"23":269,"24":1100,"25":416,"257":60,"26":78,"268":5,"27":60,"273":64,"276":13,"279":15,"28":333,"281":18,"282":23,"291":22,"292":115,"30":45,"306":1,"31":37,"314":6,"317":1,"32":17,"33":104,"34":40,"347":32,"35":51,"352":613,"36":122,"37":59,"38":408,"380":4,"381":25,"383":16,"389":1,"39":63,"391":17,"396":2,"397":22,"40":39,"409":13,"41":73,"414":29,"415":66,"419":17,"42":60,"426":1,"43":47,"430":17,"433":1,"44":13,"45":36,"46":203,"48":74,"49":94,"5":1426,"51":27,"52":54,"53":44,"56":4,"570":6,"6":98,"63":17,"7":489,"79":24,"8":166,"80":46,"9":166,"all_client":82864,"all_tv_clinet":12647,"insert_time":"2014-08-18T06:55:01.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70154,"10":17,"107":448,"11":427,"12":89,"13":337,"14":81,"15":112,"155":33,"156":21,"158":26,"159":17,"16":87,"160":8,"161":144,"167":21,"168":3,"17":94,"18":549,"19":413,"20":133,"209":34,"21":529,"210":5,"211":2,"214":15,"215":66,"221":211,"223":485,"224":168,"225":430,"23":273,"24":1100,"25":422,"257":59,"26":70,"268":5,"27":61,"273":65,"276":13,"279":14,"28":332,"281":16,"282":20,"291":24,"292":118,"30":42,"306":2,"31":38,"314":6,"317":1,"32":19,"33":107,"34":39,"347":32,"35":50,"352":616,"36":122,"37":61,"38":418,"380":4,"381":25,"383":17,"389":1,"39":65,"391":17,"396":2,"397":22,"40":39,"409":14,"41":75,"414":25,"415":64,"419":17,"42":59,"426":1,"43":45,"430":18,"433":1,"44":17,"45":38,"46":205,"48":76,"49":89,"5":1422,"51":28,"52":56,"53":46,"56":2,"570":6,"6":100,"63":19,"7":495,"79":24,"8":170,"80":46,"9":169,"all_client":82823,"all_tv_clinet":12669,"insert_time":"2014-08-18T06:56:01.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70167,"10":16,"107":444,"11":433,"12":94,"13":339,"14":77,"15":112,"155":35,"156":21,"158":25,"159":16,"16":79,"160":9,"161":151,"167":23,"168":3,"17":113,"18":511,"19":391,"20":136,"209":33,"21":541,"210":5,"211":2,"214":15,"215":63,"221":205,"223":482,"224":158,"225":439,"23":274,"24":1099,"25":432,"257":56,"26":74,"268":4,"27":61,"273":69,"276":11,"279":14,"28":332,"281":16,"282":19,"291":23,"292":118,"30":37,"306":2,"31":41,"314":7,"317":1,"32":22,"33":104,"34":39,"347":30,"35":51,"352":618,"36":123,"37":65,"38":411,"380":4,"381":26,"383":20,"389":1,"39":66,"391":19,"396":2,"397":22,"40":39,"409":19,"41":79,"414":21,"415":60,"419":19,"42":62,"426":1,"43":42,"430":18,"433":1,"44":16,"45":39,"46":197,"48":72,"49":81,"5":1438,"51":27,"52":62,"53":48,"56":4,"570":6,"6":108,"63":19,"7":498,"79":25,"8":176,"80":46,"9":169,"all_client":82843,"all_tv_clinet":12676,"insert_time":"2014-08-18T06:57:02.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70089,"10":20,"107":446,"11":437,"12":96,"13":345,"14":66,"15":112,"155":35,"156":22,"158":23,"159":17,"16":80,"160":8,"161":176,"167":23,"168":3,"17":131,"18":474,"19":380,"20":137,"209":35,"21":553,"210":5,"211":2,"214":15,"215":61,"221":201,"223":488,"224":151,"225":437,"23":269,"24":1116,"25":443,"257":56,"26":73,"268":5,"27":64,"273":66,"276":11,"279":14,"28":334,"281":16,"282":19,"291":24,"292":112,"30":34,"306":2,"31":44,"314":7,"32":25,"33":104,"34":40,"347":27,"35":49,"352":621,"36":128,"37":64,"38":401,"380":2,"381":28,"383":19,"389":2,"39":66,"391":19,"396":2,"397":23,"40":41,"409":21,"41":79,"414":18,"415":62,"419":18,"42":62,"426":2,"43":38,"430":18,"433":1,"44":16,"45":40,"46":191,"48":72,"49":77,"5":1438,"51":27,"52":71,"53":45,"56":4,"570":4,"6":111,"63":19,"7":492,"79":23,"8":180,"80":44,"9":173,"all_client":82784,"all_tv_clinet":12695,"insert_time":"2014-08-18T06:58:03.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70079,"10":20,"107":442,"11":439,"12":89,"13":340,"14":64,"15":115,"155":35,"156":23,"158":23,"159":17,"16":83,"160":10,"161":188,"167":24,"168":3,"17":141,"18":444,"19":362,"20":134,"209":39,"21":557,"210":5,"211":2,"214":15,"215":62,"221":203,"223":495,"224":145,"225":433,"23":269,"24":1121,"25":448,"257":52,"26":70,"268":5,"27":63,"273":65,"276":11,"279":14,"28":338,"281":15,"282":18,"291":24,"292":104,"30":32,"306":3,"31":45,"314":8,"32":24,"33":105,"34":39,"347":25,"35":45,"352":616,"36":134,"37":64,"38":411,"380":2,"381":28,"383":18,"389":2,"39":67,"391":19,"396":2,"397":22,"40":42,"409":23,"41":83,"414":19,"415":56,"419":17,"42":62,"426":4,"43":38,"430":18,"433":1,"44":17,"45":42,"46":175,"48":78,"49":77,"5":1460,"51":26,"52":76,"53":43,"56":6,"570":4,"6":116,"63":19,"7":503,"79":24,"8":184,"80":44,"9":174,"all_client":82790,"all_tv_clinet":12711,"insert_time":"2014-08-18T06:59:03.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70014,"10":21,"107":447,"11":441,"12":87,"13":340,"14":65,"15":112,"155":35,"156":23,"158":21,"159":18,"16":82,"160":10,"161":190,"167":24,"168":3,"17":145,"18":430,"19":350,"20":130,"209":39,"21":564,"210":5,"211":2,"214":15,"215":60,"221":198,"223":497,"224":136,"225":437,"23":272,"24":1138,"25":456,"257":50,"26":68,"268":5,"27":63,"273":59,"276":12,"279":14,"28":337,"281":16,"282":16,"291":24,"292":103,"30":29,"306":3,"31":49,"314":8,"32":24,"33":107,"34":38,"347":23,"35":45,"352":624,"36":132,"37":62,"38":417,"380":1,"381":26,"383":17,"389":3,"39":71,"391":19,"396":2,"397":21,"40":46,"409":25,"41":83,"414":20,"415":56,"419":16,"42":62,"426":4,"43":38,"430":20,"433":1,"44":19,"45":41,"46":168,"48":80,"49":71,"5":1468,"51":26,"52":79,"53":42,"56":8,"570":4,"6":123,"63":20,"7":494,"79":25,"8":189,"80":44,"9":177,"all_client":82744,"all_tv_clinet":12730,"insert_time":"2014-08-18T07:00:04.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69996,"10":21,"107":440,"11":446,"12":84,"13":339,"14":64,"15":107,"155":34,"156":23,"158":22,"159":18,"16":81,"160":10,"161":172,"167":23,"168":3,"17":149,"18":426,"19":350,"20":130,"209":44,"21":570,"210":6,"211":1,"214":15,"215":57,"221":195,"223":516,"224":133,"225":442,"23":280,"24":1151,"25":462,"257":48,"26":68,"268":5,"27":64,"273":59,"276":12,"279":13,"28":326,"281":16,"282":17,"291":23,"292":108,"30":27,"306":3,"31":51,"314":9,"32":20,"33":109,"34":36,"347":17,"35":45,"352":621,"36":127,"37":63,"38":418,"380":1,"381":29,"383":18,"389":3,"39":75,"391":18,"396":2,"397":21,"40":47,"409":24,"41":86,"414":20,"415":53,"419":16,"42":63,"426":3,"43":31,"430":22,"433":1,"44":20,"45":40,"46":161,"48":78,"49":68,"5":1475,"51":28,"52":79,"53":39,"56":9,"570":4,"6":123,"63":19,"7":491,"79":26,"8":192,"80":42,"9":176,"all_client":82718,"all_tv_clinet":12722,"insert_time":"2014-08-18T07:01:05.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69958,"10":24,"107":448,"11":451,"12":84,"13":342,"14":62,"15":102,"155":34,"156":20,"158":24,"159":19,"16":79,"160":8,"161":153,"167":24,"168":3,"17":149,"18":425,"19":360,"20":130,"209":48,"21":589,"210":6,"211":1,"214":15,"215":58,"221":199,"223":522,"224":131,"225":449,"23":286,"24":1181,"25":462,"257":47,"26":65,"268":5,"27":66,"273":58,"276":12,"279":15,"28":323,"281":16,"282":17,"291":23,"292":108,"30":30,"306":2,"31":54,"314":7,"32":21,"33":111,"34":35,"347":15,"35":45,"352":618,"36":127,"37":62,"38":410,"380":1,"381":27,"383":21,"389":3,"39":75,"391":17,"396":2,"397":22,"40":51,"409":22,"41":82,"414":20,"415":55,"419":15,"42":63,"426":3,"43":28,"430":21,"433":2,"44":19,"45":40,"46":157,"48":73,"49":59,"5":1480,"51":33,"52":78,"53":39,"56":8,"570":4,"6":121,"63":18,"7":484,"79":23,"8":189,"80":42,"9":177,"all_client":82712,"all_tv_clinet":12754,"insert_time":"2014-08-18T07:02:05.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69917,"10":25,"107":459,"11":445,"12":85,"13":336,"14":68,"15":104,"155":36,"156":17,"158":24,"159":19,"16":81,"160":7,"161":144,"167":24,"168":3,"17":150,"18":413,"19":362,"20":130,"209":50,"21":594,"210":6,"211":1,"214":15,"215":63,"221":199,"223":517,"224":126,"225":451,"23":286,"24":1193,"25":456,"257":50,"26":64,"268":6,"27":67,"273":60,"276":14,"279":12,"28":330,"281":17,"282":18,"291":24,"292":109,"30":30,"306":1,"31":49,"314":7,"32":20,"33":112,"34":38,"347":15,"35":45,"352":620,"36":123,"37":61,"38":415,"380":1,"381":26,"383":22,"389":3,"39":73,"391":17,"396":3,"397":22,"40":51,"409":19,"41":80,"414":18,"415":62,"419":14,"42":62,"426":3,"43":28,"430":20,"433":2,"44":18,"45":40,"46":147,"48":77,"49":54,"5":1482,"51":32,"52":79,"53":40,"56":9,"570":4,"6":115,"63":18,"7":487,"79":22,"8":188,"80":41,"9":174,"all_client":82666,"all_tv_clinet":12749,"insert_time":"2014-08-18T07:03:06.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69903,"10":24,"107":469,"11":427,"12":86,"13":337,"14":72,"15":102,"155":36,"156":14,"158":24,"159":18,"16":81,"160":7,"161":137,"167":24,"168":3,"17":151,"18":410,"19":358,"20":128,"209":49,"21":608,"210":6,"211":2,"214":15,"215":63,"221":202,"223":515,"224":120,"225":445,"23":289,"24":1192,"25":458,"257":52,"26":62,"268":5,"27":63,"273":55,"276":14,"279":11,"28":331,"281":18,"282":19,"291":25,"292":107,"30":31,"306":1,"31":47,"314":6,"32":20,"33":114,"34":36,"347":15,"35":47,"352":609,"36":122,"37":55,"38":418,"380":1,"381":23,"383":23,"389":2,"39":74,"391":17,"396":2,"397":22,"40":55,"409":16,"41":81,"414":16,"415":65,"419":17,"42":66,"426":3,"43":29,"430":21,"433":2,"44":18,"45":39,"46":139,"48":78,"49":53,"5":1489,"51":32,"52":80,"53":38,"56":11,"570":5,"6":110,"63":18,"7":474,"79":21,"8":193,"80":41,"9":177,"all_client":82609,"all_tv_clinet":12706,"insert_time":"2014-08-18T07:04:06.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69863,"10":21,"107":475,"11":413,"12":86,"13":339,"14":75,"15":108,"155":39,"156":15,"158":24,"159":18,"16":85,"160":8,"161":135,"167":23,"168":3,"17":149,"18":401,"19":351,"20":126,"209":44,"21":612,"210":6,"211":2,"214":15,"215":64,"221":195,"223":527,"224":114,"225":462,"23":295,"24":1170,"25":463,"257":52,"26":61,"268":6,"27":64,"273":55,"276":14,"279":10,"28":331,"281":18,"282":18,"291":25,"292":106,"30":29,"306":1,"31":46,"314":6,"32":22,"33":117,"34":37,"347":16,"35":51,"352":616,"36":114,"37":48,"38":422,"380":1,"381":24,"383":25,"389":2,"39":76,"391":17,"396":2,"397":22,"40":54,"409":13,"41":78,"414":16,"415":66,"419":17,"42":67,"426":4,"43":30,"430":20,"433":1,"44":17,"45":39,"46":132,"48":78,"49":53,"5":1494,"51":30,"52":82,"53":35,"56":12,"570":6,"6":106,"63":19,"7":475,"79":22,"8":192,"80":43,"9":179,"all_client":82560,"all_tv_clinet":12697,"insert_time":"2014-08-18T07:05:07.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69785,"10":24,"107":469,"11":394,"12":85,"13":340,"14":75,"15":107,"155":41,"156":15,"158":25,"159":18,"16":87,"160":8,"161":138,"167":24,"168":3,"17":149,"18":395,"19":357,"20":121,"209":44,"21":611,"210":6,"211":2,"214":15,"215":64,"221":190,"223":534,"224":110,"225":459,"23":298,"24":1184,"25":464,"257":50,"26":63,"268":7,"27":68,"273":57,"276":14,"279":12,"28":335,"281":19,"282":17,"291":25,"292":104,"30":29,"302":1,"306":1,"31":41,"314":7,"32":23,"33":113,"34":36,"347":14,"35":52,"352":624,"36":118,"37":43,"38":424,"380":1,"381":25,"383":27,"389":2,"39":77,"391":19,"396":2,"397":23,"40":53,"409":12,"41":82,"414":16,"415":59,"419":17,"42":65,"426":4,"43":35,"430":22,"433":1,"44":17,"45":39,"46":129,"48":75,"49":52,"5":1497,"51":30,"52":86,"53":34,"56":10,"570":7,"6":99,"63":19,"7":471,"79":22,"8":187,"80":43,"9":182,"all_client":82479,"all_tv_clinet":12694,"insert_time":"2014-08-18T07:06:08.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69811,"10":22,"107":464,"11":384,"12":79,"13":342,"14":73,"15":104,"155":40,"156":14,"158":27,"159":19,"16":89,"160":8,"161":135,"167":24,"168":3,"17":150,"18":391,"19":358,"20":119,"209":44,"21":625,"210":6,"211":2,"214":15,"215":60,"221":195,"223":530,"224":103,"225":451,"23":295,"24":1181,"25":460,"257":45,"26":62,"268":7,"27":73,"273":59,"276":15,"279":12,"28":343,"281":19,"282":16,"291":25,"292":110,"30":28,"302":1,"306":1,"31":40,"314":7,"32":25,"33":109,"34":45,"347":12,"35":50,"352":619,"36":120,"37":40,"38":423,"380":1,"381":23,"383":27,"389":2,"39":78,"391":19,"396":2,"397":23,"40":53,"409":15,"41":84,"414":16,"415":61,"419":17,"42":65,"426":4,"43":36,"430":22,"433":3,"44":19,"45":39,"46":129,"48":77,"49":55,"5":1506,"51":26,"52":88,"53":32,"56":15,"570":8,"6":100,"63":19,"7":480,"79":22,"8":184,"80":45,"9":180,"all_client":82504,"all_tv_clinet":12693,"insert_time":"2014-08-18T07:07:08.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69839,"10":22,"107":456,"11":377,"12":76,"13":342,"14":77,"15":100,"155":40,"156":15,"158":27,"159":20,"16":89,"160":8,"161":133,"167":25,"168":2,"17":152,"18":380,"19":364,"20":113,"209":46,"21":631,"210":7,"211":2,"214":16,"215":60,"221":199,"223":537,"224":95,"225":427,"23":300,"24":1168,"25":454,"257":45,"26":58,"268":9,"27":78,"273":61,"276":15,"279":10,"28":342,"281":19,"282":15,"291":25,"292":109,"30":28,"302":1,"306":1,"31":36,"314":7,"32":23,"33":107,"34":48,"347":10,"35":54,"352":603,"36":125,"37":41,"38":419,"380":1,"381":22,"383":26,"389":2,"39":74,"391":21,"396":2,"397":22,"40":53,"409":15,"41":85,"414":16,"415":65,"419":20,"42":66,"426":4,"43":31,"430":23,"433":3,"44":20,"45":43,"46":126,"48":73,"49":55,"5":1514,"51":29,"52":94,"53":37,"56":15,"570":9,"6":100,"63":19,"7":480,"79":20,"8":187,"80":45,"9":179,"all_client":82484,"all_tv_clinet":12645,"insert_time":"2014-08-18T07:08:09.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69827,"10":23,"107":450,"11":380,"12":75,"13":343,"14":81,"15":93,"155":40,"156":14,"158":28,"159":19,"16":88,"160":9,"161":130,"167":25,"168":2,"17":155,"18":357,"19":363,"20":112,"209":48,"21":643,"210":7,"211":2,"214":16,"215":58,"221":213,"223":536,"224":89,"225":425,"23":302,"24":1139,"25":450,"257":42,"26":58,"268":9,"27":81,"273":60,"276":16,"279":9,"28":342,"281":19,"282":17,"291":26,"292":106,"30":28,"302":2,"306":1,"31":37,"314":8,"32":23,"33":105,"34":47,"347":10,"35":56,"352":606,"36":126,"37":39,"38":421,"380":1,"381":22,"383":23,"389":2,"39":76,"391":22,"396":2,"397":22,"40":52,"409":19,"41":83,"414":17,"415":62,"419":20,"42":67,"426":2,"43":27,"430":25,"433":3,"44":21,"45":45,"46":130,"48":79,"49":55,"5":1519,"51":32,"52":94,"53":40,"56":15,"570":9,"6":103,"63":19,"7":476,"79":18,"8":197,"80":45,"9":182,"all_client":82462,"all_tv_clinet":12635,"insert_time":"2014-08-18T07:09:09.829Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69855,"10":25,"107":448,"11":382,"12":77,"13":347,"14":83,"15":92,"155":37,"156":14,"158":27,"159":19,"16":87,"160":9,"161":125,"167":28,"168":2,"17":158,"18":354,"19":363,"20":119,"209":51,"21":654,"210":8,"211":2,"214":16,"215":60,"221":209,"223":558,"224":89,"225":420,"23":303,"24":1110,"25":446,"257":43,"26":53,"268":10,"27":82,"273":57,"276":17,"279":7,"28":346,"281":21,"282":16,"291":26,"292":100,"30":28,"302":2,"306":1,"31":32,"314":8,"32":21,"33":106,"34":48,"347":11,"35":56,"352":613,"36":128,"37":39,"38":408,"380":1,"381":26,"383":24,"389":3,"39":76,"391":23,"396":3,"397":21,"40":52,"409":20,"41":78,"414":18,"415":60,"419":21,"42":66,"426":2,"43":31,"430":23,"433":2,"44":18,"45":48,"46":140,"48":70,"49":51,"5":1518,"51":33,"52":97,"53":37,"56":13,"570":9,"6":108,"63":20,"7":468,"79":20,"8":202,"80":46,"9":181,"all_client":82485,"all_tv_clinet":12630,"insert_time":"2014-08-18T07:10:10.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69862,"10":23,"107":451,"11":385,"12":76,"13":344,"14":83,"15":86,"155":33,"156":14,"158":22,"159":18,"16":87,"160":9,"161":125,"167":26,"168":2,"17":159,"18":354,"19":363,"20":123,"209":50,"21":655,"210":8,"211":2,"214":13,"215":58,"221":202,"223":565,"224":86,"225":410,"23":307,"24":1110,"25":451,"257":42,"26":52,"268":7,"27":81,"273":53,"276":17,"279":7,"28":345,"281":20,"282":15,"291":27,"292":91,"30":28,"302":2,"306":1,"31":35,"314":7,"32":21,"33":103,"34":49,"347":11,"35":51,"352":621,"36":136,"37":36,"38":401,"380":1,"381":25,"383":23,"389":4,"39":78,"391":23,"396":3,"397":22,"40":52,"409":22,"41":81,"414":16,"415":63,"419":22,"42":66,"426":2,"43":32,"430":23,"433":2,"44":17,"45":49,"46":140,"48":66,"49":51,"5":1522,"51":32,"52":103,"53":40,"56":13,"570":11,"6":112,"63":20,"7":459,"79":18,"8":199,"80":46,"9":180,"all_client":82459,"all_tv_clinet":12597,"insert_time":"2014-08-18T07:11:11.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69905,"10":20,"107":459,"11":394,"12":74,"13":339,"14":85,"15":80,"155":25,"156":14,"158":18,"159":20,"16":90,"160":10,"161":130,"167":30,"168":2,"17":155,"18":360,"19":362,"20":124,"209":53,"21":658,"210":8,"211":2,"214":13,"215":54,"221":208,"223":570,"224":80,"225":400,"23":310,"24":1094,"25":453,"257":41,"26":50,"268":7,"27":81,"273":58,"276":17,"279":7,"28":347,"281":18,"282":14,"291":28,"292":88,"30":27,"302":2,"306":1,"31":32,"314":6,"32":17,"33":104,"34":46,"347":11,"35":49,"352":610,"36":140,"37":37,"38":390,"380":2,"381":25,"383":24,"389":4,"39":78,"391":21,"396":3,"397":23,"40":54,"409":23,"41":72,"414":16,"415":63,"419":21,"42":67,"426":2,"43":35,"430":22,"433":2,"44":20,"45":52,"46":145,"48":64,"49":51,"5":1524,"51":33,"52":105,"53":43,"56":13,"570":12,"6":112,"63":20,"7":448,"79":19,"8":195,"80":46,"9":183,"all_client":82469,"all_tv_clinet":12564,"insert_time":"2014-08-18T07:12:11.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69974,"10":20,"107":457,"11":403,"12":75,"13":337,"14":86,"15":76,"155":25,"156":13,"158":18,"159":21,"16":91,"160":11,"161":131,"167":29,"168":2,"17":155,"18":359,"19":371,"20":121,"209":52,"21":659,"210":8,"211":2,"214":12,"215":52,"221":204,"223":565,"224":77,"225":405,"23":314,"24":1078,"25":449,"257":40,"26":50,"268":7,"27":80,"273":61,"276":17,"279":8,"28":354,"281":19,"282":13,"291":28,"292":85,"30":29,"302":3,"306":1,"31":29,"314":7,"32":12,"33":103,"34":49,"347":11,"35":48,"352":610,"36":141,"37":37,"38":397,"380":2,"381":23,"383":24,"389":4,"39":80,"391":21,"396":2,"397":22,"40":59,"409":23,"41":63,"414":14,"415":60,"419":21,"42":67,"426":2,"43":33,"430":23,"433":2,"44":22,"45":59,"46":148,"48":57,"49":54,"5":1527,"51":34,"52":104,"53":45,"56":13,"570":12,"6":116,"63":20,"7":441,"79":17,"8":193,"80":47,"9":182,"all_client":82527,"all_tv_clinet":12553,"insert_time":"2014-08-18T07:13:12.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69906,"10":21,"107":476,"11":406,"12":69,"13":337,"14":85,"15":70,"155":24,"156":13,"158":19,"159":21,"16":91,"160":12,"161":129,"167":29,"168":2,"17":160,"18":364,"19":375,"20":116,"209":59,"21":662,"210":8,"211":2,"214":12,"215":52,"221":210,"223":565,"224":78,"225":401,"23":319,"24":1057,"25":450,"257":38,"26":52,"268":8,"27":78,"273":62,"276":18,"279":10,"28":355,"281":19,"282":13,"291":28,"292":84,"30":29,"302":3,"306":1,"31":31,"314":7,"32":10,"33":104,"34":48,"347":11,"35":45,"352":602,"36":133,"37":37,"38":388,"380":2,"381":20,"383":24,"389":4,"39":77,"391":22,"396":2,"397":22,"40":56,"409":25,"41":63,"414":10,"415":60,"419":22,"42":67,"426":1,"43":32,"430":23,"433":2,"44":24,"45":59,"46":151,"48":55,"49":55,"5":1531,"51":38,"52":110,"53":48,"56":14,"570":11,"6":117,"63":18,"7":442,"79":18,"8":195,"80":48,"9":178,"all_client":82460,"all_tv_clinet":12554,"insert_time":"2014-08-18T07:14:12.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69896,"10":20,"107":469,"11":415,"12":68,"13":335,"14":83,"15":64,"155":22,"156":13,"158":19,"159":21,"16":93,"160":12,"161":115,"167":28,"168":2,"17":164,"18":365,"19":385,"20":114,"209":58,"21":667,"210":10,"211":1,"214":12,"215":49,"221":225,"223":569,"224":73,"225":401,"23":318,"24":1060,"25":433,"257":39,"26":48,"268":9,"27":80,"273":60,"276":18,"279":10,"28":353,"281":20,"282":14,"291":28,"292":80,"30":30,"302":3,"306":1,"31":30,"314":7,"32":8,"33":105,"34":50,"347":9,"35":46,"352":593,"36":135,"37":38,"38":400,"380":1,"381":23,"383":23,"389":4,"39":80,"391":23,"396":2,"397":20,"40":58,"409":25,"41":59,"414":7,"415":61,"419":22,"42":67,"426":2,"43":31,"430":22,"433":2,"44":25,"45":62,"46":164,"48":50,"49":62,"5":1533,"51":40,"52":111,"53":48,"56":13,"570":12,"6":121,"63":18,"7":443,"79":20,"8":196,"80":48,"9":171,"all_client":82462,"all_tv_clinet":12566,"insert_time":"2014-08-18T07:15:13.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69906,"10":19,"107":470,"11":430,"12":61,"13":331,"14":81,"15":63,"155":22,"156":14,"158":20,"159":18,"16":99,"160":13,"161":109,"167":29,"168":3,"17":164,"18":370,"19":391,"20":113,"209":60,"21":667,"210":10,"211":1,"214":12,"215":52,"221":231,"223":564,"224":70,"225":394,"23":324,"24":1072,"25":404,"257":42,"26":49,"268":9,"27":81,"273":53,"276":18,"279":11,"28":357,"281":18,"282":15,"291":26,"292":78,"30":30,"302":3,"306":1,"31":31,"314":6,"32":10,"33":110,"34":55,"347":9,"35":43,"352":598,"36":134,"37":37,"38":400,"380":2,"381":24,"383":25,"389":4,"39":82,"391":23,"396":2,"397":19,"40":52,"409":30,"41":57,"414":7,"415":59,"419":21,"42":66,"426":2,"43":34,"430":21,"433":2,"44":28,"45":60,"46":168,"48":52,"49":64,"5":1539,"51":41,"52":115,"53":55,"56":13,"570":13,"6":120,"63":18,"7":435,"79":20,"8":197,"80":50,"9":161,"all_client":82492,"all_tv_clinet":12586,"insert_time":"2014-08-18T07:16:14.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69906,"10":21,"107":468,"11":429,"12":60,"13":329,"14":86,"15":66,"155":22,"156":14,"158":21,"159":19,"16":98,"160":11,"161":116,"167":30,"168":3,"17":168,"18":371,"19":399,"20":113,"209":61,"21":668,"210":11,"211":1,"214":11,"215":54,"221":236,"223":562,"224":71,"225":392,"23":324,"24":1090,"25":366,"257":41,"26":48,"268":8,"27":82,"273":48,"276":18,"279":9,"28":350,"281":18,"282":14,"291":26,"292":81,"30":30,"302":3,"306":1,"31":31,"314":7,"32":10,"33":114,"34":54,"347":8,"35":42,"352":602,"36":137,"37":35,"38":404,"380":2,"381":22,"383":24,"389":3,"39":84,"391":22,"396":2,"397":18,"40":49,"409":30,"41":56,"414":7,"415":58,"419":21,"42":65,"426":2,"43":34,"430":22,"433":2,"44":28,"45":57,"46":173,"48":52,"49":66,"5":1539,"51":41,"52":117,"53":54,"56":13,"570":13,"6":122,"63":18,"7":431,"79":21,"8":199,"80":49,"9":159,"all_client":82493,"all_tv_clinet":12587,"insert_time":"2014-08-18T07:17:14.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69872,"10":23,"107":465,"11":433,"12":60,"13":333,"14":86,"15":69,"155":19,"156":14,"158":21,"159":19,"16":95,"160":11,"161":124,"167":30,"168":4,"17":171,"18":368,"19":393,"20":114,"209":63,"21":666,"210":10,"211":1,"214":11,"215":55,"221":238,"223":564,"224":69,"225":389,"23":325,"24":1096,"25":348,"257":41,"26":48,"268":7,"27":83,"273":46,"276":18,"279":8,"28":350,"281":19,"282":14,"291":24,"292":76,"30":30,"302":3,"306":1,"31":30,"314":9,"32":12,"33":111,"34":57,"347":8,"35":42,"352":607,"36":135,"37":34,"38":413,"380":3,"381":20,"383":25,"389":3,"39":86,"391":21,"396":2,"397":18,"40":45,"409":34,"41":51,"414":6,"415":60,"419":21,"42":63,"426":2,"43":34,"430":20,"433":2,"44":26,"45":58,"46":172,"48":46,"49":68,"5":1542,"51":37,"52":115,"53":57,"56":13,"570":12,"6":125,"63":21,"7":432,"79":20,"8":199,"80":46,"9":153,"all_client":82443,"all_tv_clinet":12571,"insert_time":"2014-08-18T07:18:15.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69849,"10":24,"107":457,"11":441,"12":57,"13":336,"14":88,"15":70,"155":18,"156":15,"158":20,"159":18,"16":92,"160":9,"161":125,"167":32,"168":4,"17":172,"18":375,"19":399,"20":116,"209":65,"21":669,"210":10,"214":11,"215":56,"221":230,"223":576,"224":67,"225":383,"23":317,"24":1092,"25":325,"257":40,"26":46,"268":7,"27":85,"273":47,"276":17,"279":9,"28":360,"281":19,"282":14,"291":27,"292":73,"30":31,"302":3,"306":1,"31":29,"314":10,"32":11,"33":110,"34":59,"347":8,"35":38,"352":604,"36":133,"37":33,"38":420,"380":3,"381":20,"383":26,"389":3,"39":82,"391":21,"396":3,"397":18,"40":37,"409":34,"41":45,"414":5,"415":62,"419":21,"42":60,"426":2,"43":33,"430":21,"433":2,"44":27,"45":61,"46":173,"48":48,"49":72,"5":1550,"51":35,"52":117,"53":57,"56":15,"570":12,"6":124,"63":22,"7":427,"79":19,"8":199,"80":45,"9":151,"all_client":82404,"all_tv_clinet":12555,"insert_time":"2014-08-18T07:19:15.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69854,"10":24,"107":442,"11":454,"12":57,"13":340,"14":81,"15":75,"155":17,"156":15,"158":22,"159":18,"16":91,"160":8,"161":129,"167":33,"168":5,"17":175,"18":371,"19":398,"20":114,"209":63,"21":679,"210":11,"214":12,"215":56,"221":232,"223":577,"224":65,"225":393,"23":306,"24":1089,"25":313,"257":44,"26":46,"268":7,"27":90,"273":49,"276":18,"279":7,"28":363,"281":19,"282":14,"291":25,"292":68,"30":31,"302":3,"306":1,"31":30,"314":9,"32":11,"33":107,"34":61,"347":8,"35":34,"352":616,"36":133,"37":31,"38":418,"380":2,"381":23,"383":26,"389":3,"39":86,"391":22,"396":3,"397":19,"40":32,"409":35,"41":45,"414":5,"415":62,"419":19,"42":59,"426":2,"43":36,"430":19,"433":2,"44":26,"45":58,"46":176,"48":52,"49":72,"5":1555,"51":35,"52":117,"53":61,"56":14,"570":11,"6":118,"63":22,"7":431,"79":19,"8":200,"80":44,"9":153,"all_client":82426,"all_tv_clinet":12572,"insert_time":"2014-08-18T07:20:16.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69848,"10":23,"107":442,"11":467,"12":55,"13":348,"14":79,"15":78,"155":22,"156":14,"158":21,"159":16,"16":83,"160":8,"161":132,"167":35,"168":5,"17":177,"18":375,"19":393,"20":116,"209":65,"21":676,"210":11,"214":12,"215":61,"221":222,"223":583,"224":67,"225":397,"23":294,"24":1090,"25":302,"257":45,"26":47,"268":7,"27":92,"273":50,"276":18,"279":8,"28":335,"281":17,"282":13,"291":25,"292":68,"30":32,"302":3,"306":1,"31":27,"314":7,"32":11,"33":111,"34":62,"347":8,"35":31,"352":631,"36":138,"37":32,"38":417,"380":2,"381":25,"383":27,"389":3,"39":90,"391":20,"396":2,"397":19,"40":31,"409":35,"41":44,"414":5,"415":58,"419":20,"42":62,"426":2,"43":37,"430":18,"433":2,"44":27,"45":50,"46":180,"48":50,"49":75,"5":1554,"51":39,"52":116,"53":63,"56":15,"570":11,"6":118,"63":21,"7":434,"79":18,"8":202,"80":43,"9":156,"all_client":82427,"all_tv_clinet":12579,"insert_time":"2014-08-18T07:21:16.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69859,"10":23,"107":445,"11":480,"12":55,"13":348,"14":76,"15":82,"155":21,"156":14,"158":20,"159":15,"16":83,"160":8,"161":134,"167":35,"168":4,"17":179,"18":371,"19":391,"20":115,"209":68,"21":680,"210":14,"214":13,"215":60,"221":223,"223":567,"224":64,"225":415,"23":276,"24":1118,"25":286,"257":46,"26":49,"268":7,"27":93,"273":52,"276":19,"279":6,"28":309,"281":18,"282":13,"291":27,"292":69,"30":33,"302":3,"306":1,"31":28,"314":7,"32":12,"33":117,"34":65,"347":7,"35":31,"352":633,"36":140,"37":30,"38":417,"380":2,"381":26,"383":27,"389":3,"39":93,"391":18,"396":2,"397":20,"40":33,"409":33,"41":39,"414":5,"415":60,"419":22,"42":63,"426":2,"43":39,"430":18,"433":2,"44":27,"45":43,"46":178,"48":50,"49":82,"5":1552,"51":43,"52":115,"53":61,"56":15,"570":11,"6":112,"63":21,"7":436,"79":18,"8":203,"80":43,"9":150,"all_client":82441,"all_tv_clinet":12582,"insert_time":"2014-08-18T07:22:17.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69884,"10":21,"107":449,"11":489,"12":55,"13":345,"14":76,"15":83,"155":22,"156":17,"158":21,"159":15,"16":82,"160":7,"161":136,"167":35,"168":3,"17":179,"18":373,"19":391,"20":118,"209":68,"21":686,"210":16,"214":12,"215":60,"221":216,"223":559,"224":63,"225":402,"23":271,"24":1124,"25":283,"257":46,"26":49,"268":5,"27":93,"273":51,"276":17,"279":7,"28":298,"281":18,"282":13,"291":27,"292":66,"30":33,"302":2,"306":2,"31":30,"314":7,"32":13,"33":120,"34":62,"347":7,"35":34,"352":632,"36":137,"37":38,"38":410,"380":2,"381":28,"383":25,"389":3,"39":94,"391":18,"396":2,"397":19,"40":33,"409":33,"41":41,"414":5,"415":59,"419":21,"42":64,"426":2,"43":40,"430":20,"433":2,"44":27,"45":41,"46":176,"48":56,"49":84,"5":1559,"51":43,"52":120,"53":57,"56":15,"570":12,"6":114,"63":21,"7":434,"79":18,"8":204,"80":43,"9":155,"all_client":82468,"all_tv_clinet":12584,"insert_time":"2014-08-18T07:23:18.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69861,"10":22,"107":451,"11":501,"12":57,"13":348,"14":76,"15":87,"155":21,"156":17,"158":24,"159":15,"16":82,"160":8,"161":139,"167":33,"168":3,"17":182,"18":366,"19":388,"20":117,"209":72,"21":693,"210":17,"211":1,"214":13,"215":54,"221":218,"223":568,"224":62,"225":405,"23":261,"24":1134,"25":277,"257":48,"26":47,"268":5,"27":88,"273":62,"276":17,"279":8,"28":297,"281":18,"282":15,"291":28,"292":66,"30":31,"302":1,"306":2,"31":27,"314":6,"32":13,"33":122,"34":61,"347":7,"35":30,"352":608,"36":131,"37":38,"38":411,"380":2,"381":28,"383":25,"389":3,"39":91,"391":16,"396":4,"397":19,"40":32,"409":29,"41":41,"414":5,"415":62,"419":22,"42":68,"426":2,"43":40,"430":22,"433":2,"44":27,"45":39,"46":175,"48":61,"49":87,"5":1554,"51":39,"52":120,"53":60,"56":16,"570":12,"6":103,"63":20,"7":434,"79":17,"8":208,"80":44,"9":153,"all_client":82442,"all_tv_clinet":12581,"insert_time":"2014-08-18T07:24:18.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69848,"10":23,"107":455,"11":511,"12":61,"13":353,"14":71,"15":85,"155":24,"156":15,"158":24,"159":15,"16":86,"160":7,"161":149,"167":34,"168":4,"17":186,"18":364,"19":386,"20":117,"209":73,"21":690,"210":17,"211":1,"214":12,"215":54,"221":217,"223":561,"224":63,"225":395,"23":256,"24":1127,"25":280,"257":47,"26":48,"268":4,"27":79,"273":66,"276":20,"279":7,"28":292,"281":17,"282":16,"291":26,"292":67,"30":31,"306":2,"31":29,"314":6,"32":16,"33":124,"34":59,"347":7,"35":32,"352":620,"36":129,"37":39,"38":405,"380":2,"381":30,"383":24,"389":3,"39":90,"391":16,"396":3,"397":19,"40":27,"409":26,"41":42,"414":5,"415":59,"419":21,"42":68,"426":2,"43":41,"430":24,"433":1,"44":31,"45":35,"46":175,"48":60,"49":92,"5":1558,"51":38,"52":125,"53":62,"56":18,"570":11,"6":99,"63":21,"7":431,"79":19,"8":208,"80":44,"9":162,"all_client":82444,"all_tv_clinet":12596,"insert_time":"2014-08-18T07:25:19.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69893,"10":23,"107":443,"11":514,"12":67,"13":362,"14":69,"15":85,"155":25,"156":14,"158":26,"159":16,"16":90,"160":7,"161":156,"167":36,"168":4,"17":188,"18":371,"19":386,"20":114,"209":76,"21":693,"210":17,"211":1,"214":12,"215":54,"221":208,"223":580,"224":59,"225":402,"23":250,"24":1112,"25":290,"257":46,"26":44,"268":4,"27":72,"273":70,"276":18,"279":8,"28":286,"281":18,"282":18,"291":25,"292":65,"30":32,"306":1,"31":25,"314":6,"32":18,"33":125,"34":58,"347":7,"35":32,"352":604,"36":126,"37":40,"38":414,"380":2,"381":29,"383":24,"389":3,"39":95,"391":16,"396":3,"397":19,"40":27,"409":26,"41":42,"414":4,"415":56,"419":17,"42":69,"426":2,"43":42,"430":24,"433":1,"44":31,"45":31,"46":183,"48":61,"49":98,"5":1559,"51":41,"52":123,"53":59,"56":18,"570":10,"6":88,"63":20,"7":440,"79":22,"8":207,"80":43,"9":165,"all_client":82505,"all_tv_clinet":12612,"insert_time":"2014-08-18T07:26:20.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69945,"10":23,"107":448,"11":525,"12":71,"13":362,"14":68,"15":83,"155":25,"156":15,"158":27,"159":15,"16":89,"160":6,"161":151,"167":36,"168":5,"17":186,"18":378,"19":398,"20":112,"209":75,"21":697,"210":17,"211":1,"214":15,"215":56,"221":203,"223":579,"224":58,"225":409,"23":251,"24":1091,"25":298,"257":45,"26":37,"268":4,"27":61,"273":66,"276":17,"279":7,"28":281,"281":15,"282":15,"291":24,"292":61,"30":33,"306":1,"31":25,"314":6,"32":16,"33":125,"34":55,"347":7,"35":33,"352":616,"36":120,"37":45,"38":400,"380":2,"381":29,"383":25,"389":3,"39":95,"391":14,"396":2,"397":19,"40":29,"409":27,"41":40,"414":5,"415":52,"419":18,"42":73,"426":2,"43":46,"430":23,"433":1,"44":31,"45":33,"46":182,"48":61,"49":105,"5":1559,"51":45,"52":116,"53":57,"56":19,"570":11,"6":82,"63":22,"7":450,"79":22,"8":211,"80":40,"9":168,"all_client":82552,"all_tv_clinet":12607,"insert_time":"2014-08-18T07:27:20.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69997,"10":22,"107":441,"11":523,"12":73,"13":356,"14":69,"15":86,"155":26,"156":16,"158":25,"159":14,"16":85,"160":4,"161":149,"167":39,"168":5,"17":183,"18":380,"19":403,"20":116,"209":76,"21":683,"210":17,"211":1,"214":13,"215":57,"221":204,"223":574,"224":64,"225":401,"23":249,"24":1067,"25":314,"257":45,"26":38,"268":4,"27":58,"273":64,"276":16,"279":9,"28":281,"281":15,"282":13,"291":22,"292":58,"30":33,"302":1,"306":1,"31":25,"314":7,"317":1,"32":16,"33":125,"34":53,"347":7,"35":31,"352":633,"36":121,"37":47,"38":400,"380":2,"381":27,"383":29,"389":3,"39":99,"391":14,"396":2,"397":21,"40":28,"409":32,"41":38,"414":5,"415":50,"419":18,"42":75,"426":2,"43":46,"430":22,"433":1,"44":32,"45":34,"46":187,"48":63,"49":109,"5":1570,"51":49,"52":99,"53":57,"56":19,"570":12,"6":78,"63":21,"7":467,"79":23,"8":212,"80":40,"9":171,"all_client":82613,"all_tv_clinet":12616,"insert_time":"2014-08-18T07:28:21.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69978,"10":24,"107":431,"11":521,"12":74,"13":351,"14":68,"15":91,"155":26,"156":17,"158":25,"159":11,"16":90,"160":5,"161":150,"167":39,"168":5,"17":170,"18":376,"19":409,"20":122,"209":80,"21":694,"210":18,"211":1,"214":14,"215":58,"221":202,"223":556,"224":70,"225":422,"23":247,"24":1048,"25":329,"257":46,"26":39,"268":3,"27":57,"273":66,"276":16,"279":9,"28":279,"281":11,"282":12,"291":22,"292":55,"30":35,"302":1,"306":1,"31":23,"314":6,"317":1,"32":14,"33":126,"34":56,"347":6,"35":29,"352":640,"36":119,"37":49,"38":408,"380":2,"381":29,"383":30,"389":3,"39":102,"391":13,"396":2,"397":19,"40":33,"409":31,"41":38,"414":4,"415":50,"419":18,"42":73,"426":2,"43":52,"430":23,"433":1,"44":30,"45":42,"46":183,"48":66,"49":114,"5":1567,"51":48,"52":87,"53":56,"56":18,"570":11,"6":78,"63":21,"7":473,"79":23,"8":214,"80":41,"9":179,"all_client":82627,"all_tv_clinet":12649,"insert_time":"2014-08-18T07:29:21.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70034,"10":25,"107":424,"11":525,"12":73,"13":348,"14":70,"15":92,"155":26,"156":17,"158":28,"159":12,"16":90,"160":5,"161":153,"167":40,"168":4,"17":162,"18":379,"19":410,"20":124,"209":81,"21":704,"210":17,"211":1,"214":14,"215":61,"221":192,"223":565,"224":73,"225":425,"23":253,"24":1040,"25":336,"257":42,"26":44,"268":3,"27":56,"273":66,"276":17,"279":9,"28":277,"281":11,"282":11,"291":21,"292":54,"30":36,"302":1,"306":1,"31":23,"314":6,"317":1,"32":17,"33":125,"34":56,"347":6,"35":28,"352":637,"36":118,"37":49,"38":406,"380":2,"381":27,"383":31,"389":3,"39":103,"391":13,"396":2,"397":19,"40":31,"409":32,"41":39,"414":4,"415":49,"419":19,"42":69,"426":2,"43":55,"430":23,"433":1,"44":30,"45":43,"46":187,"48":69,"49":120,"5":1565,"51":46,"52":83,"53":55,"56":18,"570":10,"6":77,"63":21,"7":472,"79":22,"8":212,"80":38,"9":178,"all_client":82694,"all_tv_clinet":12660,"insert_time":"2014-08-18T07:30:22.317Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70034,"10":23,"107":419,"11":525,"12":78,"13":356,"14":71,"15":97,"155":27,"156":16,"158":29,"159":12,"16":92,"160":7,"161":154,"167":43,"168":4,"17":151,"18":383,"19":413,"20":123,"209":82,"21":706,"210":17,"211":1,"214":15,"215":63,"221":190,"223":556,"224":80,"225":425,"23":258,"24":1032,"25":346,"257":43,"26":49,"268":3,"27":55,"273":67,"276":17,"279":9,"28":276,"281":9,"282":11,"291":21,"292":52,"30":36,"306":1,"31":19,"314":6,"317":1,"32":19,"33":121,"34":55,"347":5,"35":29,"352":632,"36":124,"37":53,"38":399,"380":2,"381":27,"383":29,"389":3,"39":101,"391":12,"396":6,"397":17,"40":34,"409":32,"41":45,"414":4,"415":47,"419":19,"42":61,"426":2,"43":56,"430":23,"433":1,"44":30,"45":47,"46":188,"48":68,"49":126,"5":1576,"51":44,"52":78,"53":52,"56":18,"570":9,"6":79,"63":20,"7":471,"79":20,"8":210,"80":36,"9":180,"all_client":82713,"all_tv_clinet":12679,"insert_time":"2014-08-18T07:31:23.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70031,"10":22,"107":428,"11":530,"12":95,"13":353,"14":72,"15":92,"155":27,"156":17,"158":29,"159":11,"16":94,"160":6,"161":157,"167":42,"168":4,"17":141,"18":386,"19":408,"20":125,"209":82,"21":708,"210":17,"211":1,"214":15,"215":61,"221":189,"223":560,"224":83,"225":429,"23":258,"24":1033,"25":357,"257":41,"26":55,"268":3,"27":54,"273":65,"276":17,"279":10,"28":276,"281":8,"282":12,"291":21,"292":56,"30":38,"306":1,"31":21,"314":6,"317":1,"32":19,"33":118,"34":51,"347":4,"35":30,"352":625,"36":124,"37":56,"38":400,"380":1,"381":27,"383":28,"389":3,"39":96,"391":14,"396":6,"397":17,"40":36,"409":32,"41":44,"414":4,"415":46,"419":18,"42":59,"426":2,"43":57,"430":23,"433":1,"44":31,"45":45,"46":187,"48":66,"49":129,"5":1576,"51":41,"52":73,"53":60,"56":17,"570":9,"6":80,"63":20,"7":468,"79":18,"8":206,"80":35,"9":183,"all_client":82733,"all_tv_clinet":12702,"insert_time":"2014-08-18T07:32:23.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70059,"10":24,"107":440,"11":507,"12":98,"13":352,"14":78,"15":92,"155":28,"156":16,"158":27,"159":12,"16":94,"160":8,"161":159,"167":42,"168":4,"17":137,"18":399,"19":404,"20":121,"209":81,"21":697,"210":16,"211":1,"214":15,"215":64,"221":192,"223":552,"224":84,"225":442,"23":259,"24":1034,"25":363,"257":41,"26":66,"268":4,"27":50,"273":60,"276":15,"279":10,"28":277,"281":13,"282":13,"291":21,"292":60,"30":39,"306":1,"31":21,"314":6,"317":1,"32":21,"33":115,"34":48,"347":4,"35":30,"352":633,"36":124,"37":58,"38":379,"380":1,"381":25,"383":28,"389":2,"39":92,"391":13,"396":8,"397":18,"40":38,"409":28,"41":43,"414":4,"415":44,"419":17,"42":56,"426":1,"43":55,"430":24,"433":1,"44":31,"45":48,"46":191,"48":67,"49":131,"5":1587,"51":41,"52":70,"53":61,"56":18,"570":10,"6":76,"63":19,"7":478,"79":17,"8":195,"80":36,"9":186,"all_client":82771,"all_tv_clinet":12712,"insert_time":"2014-08-18T07:33:24.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70091,"10":25,"107":421,"11":505,"12":100,"13":345,"14":69,"15":96,"155":30,"156":18,"158":29,"159":12,"16":86,"160":8,"161":162,"167":42,"168":4,"17":137,"18":406,"19":406,"20":122,"209":76,"21":678,"210":17,"211":1,"214":14,"215":62,"221":196,"223":560,"224":89,"225":452,"23":262,"24":1040,"25":362,"257":39,"26":71,"268":6,"27":45,"273":58,"276":14,"279":10,"28":280,"281":14,"282":15,"291":20,"292":57,"30":43,"306":1,"31":23,"314":9,"317":1,"32":21,"33":111,"34":50,"347":4,"35":27,"352":628,"36":122,"37":63,"38":381,"380":1,"381":26,"383":27,"389":2,"39":84,"391":13,"396":8,"397":18,"40":38,"409":24,"41":44,"414":4,"415":45,"419":16,"42":55,"426":1,"43":53,"430":23,"433":1,"44":31,"45":53,"46":198,"48":72,"49":137,"5":1585,"51":39,"52":68,"53":64,"56":18,"570":10,"6":83,"63":22,"7":467,"79":18,"8":186,"80":37,"9":195,"all_client":82802,"all_tv_clinet":12711,"insert_time":"2014-08-18T07:34:24.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70142,"10":25,"107":409,"11":501,"12":97,"13":331,"14":68,"15":105,"155":30,"156":17,"158":28,"159":13,"16":82,"160":8,"161":160,"167":41,"168":4,"17":135,"18":427,"19":402,"20":123,"209":81,"21":638,"210":19,"211":1,"214":14,"215":59,"221":204,"223":558,"224":106,"225":459,"23":268,"24":1035,"25":373,"257":40,"26":78,"268":6,"27":45,"273":59,"276":14,"279":10,"28":288,"281":16,"282":14,"291":22,"292":59,"30":42,"306":1,"31":25,"314":9,"317":2,"32":20,"33":112,"34":55,"347":6,"35":25,"352":613,"36":120,"37":64,"38":390,"380":1,"381":26,"383":27,"389":2,"39":80,"391":12,"396":8,"397":18,"40":37,"409":17,"41":42,"414":4,"415":48,"419":14,"42":55,"426":2,"43":50,"430":23,"433":1,"44":32,"45":53,"46":202,"48":75,"49":142,"5":1596,"51":38,"52":69,"53":65,"56":18,"570":11,"6":92,"63":23,"7":460,"79":20,"8":167,"80":36,"9":200,"all_client":82864,"all_tv_clinet":12722,"insert_time":"2014-08-18T07:35:25.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70122,"10":25,"107":404,"11":506,"12":99,"13":321,"14":72,"15":113,"155":31,"156":19,"158":28,"159":15,"16":81,"160":7,"161":166,"167":41,"168":6,"17":137,"18":434,"19":397,"20":124,"209":82,"21":611,"210":20,"211":1,"214":15,"215":58,"221":204,"223":549,"224":117,"225":455,"23":271,"24":1020,"25":377,"257":41,"26":84,"268":5,"27":43,"273":63,"276":14,"279":11,"28":301,"281":16,"282":13,"291":22,"292":60,"30":41,"306":1,"31":27,"314":9,"317":2,"32":20,"33":118,"34":57,"347":7,"35":27,"352":621,"36":129,"37":68,"38":404,"380":1,"381":26,"383":27,"389":2,"39":75,"391":12,"396":7,"397":20,"40":40,"409":15,"41":43,"414":4,"415":44,"419":12,"42":57,"426":2,"43":54,"430":22,"433":1,"44":29,"45":52,"46":200,"48":74,"49":146,"5":1608,"51":34,"52":72,"53":62,"56":19,"570":11,"6":94,"63":22,"7":455,"79":21,"8":149,"80":37,"9":205,"all_client":82886,"all_tv_clinet":12764,"insert_time":"2014-08-18T07:36:25.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70153,"10":23,"107":413,"11":507,"12":103,"13":308,"14":75,"15":114,"155":31,"156":17,"158":29,"159":16,"16":76,"160":7,"161":170,"167":41,"168":6,"17":141,"18":422,"19":392,"20":122,"209":83,"21":599,"210":20,"211":1,"214":15,"215":60,"221":205,"223":562,"224":126,"225":463,"23":280,"24":986,"25":383,"257":44,"26":88,"268":5,"27":43,"273":62,"276":14,"279":10,"28":300,"281":16,"282":13,"291":24,"292":62,"30":43,"306":1,"31":28,"314":9,"317":2,"32":17,"33":121,"34":57,"347":6,"35":28,"352":623,"36":132,"37":71,"38":398,"380":1,"381":27,"383":26,"389":2,"39":75,"391":11,"396":9,"397":20,"40":38,"409":13,"41":45,"414":5,"415":44,"419":11,"42":59,"426":2,"43":58,"430":21,"433":1,"44":26,"45":53,"46":200,"48":70,"49":149,"5":1614,"51":36,"52":67,"53":63,"56":21,"570":11,"6":91,"63":22,"7":459,"79":23,"8":142,"80":37,"9":205,"all_client":82923,"all_tv_clinet":12770,"insert_time":"2014-08-18T07:37:26.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70189,"10":22,"107":418,"11":509,"12":107,"13":297,"14":76,"15":112,"155":31,"156":15,"158":28,"159":17,"16":77,"160":7,"161":169,"167":42,"168":6,"17":140,"18":411,"19":386,"20":121,"209":68,"21":592,"210":20,"211":1,"214":15,"215":61,"221":204,"223":569,"224":132,"225":458,"23":285,"24":959,"25":382,"257":43,"26":83,"268":5,"27":41,"273":65,"276":14,"279":10,"28":312,"281":19,"282":14,"291":24,"292":65,"30":39,"306":1,"31":30,"314":8,"317":2,"32":14,"33":124,"34":60,"347":7,"35":29,"352":632,"36":136,"37":75,"38":405,"380":2,"381":28,"383":25,"389":2,"39":75,"391":12,"396":10,"397":23,"40":43,"409":12,"41":44,"414":5,"415":45,"419":10,"42":58,"426":2,"43":62,"430":21,"433":1,"44":21,"45":57,"46":201,"48":70,"49":146,"5":1621,"51":38,"52":63,"53":56,"56":20,"570":8,"6":89,"63":20,"7":455,"79":25,"8":145,"80":40,"9":208,"all_client":82946,"all_tv_clinet":12757,"insert_time":"2014-08-18T07:38:27.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70251,"10":23,"107":431,"11":512,"12":120,"13":291,"14":73,"15":118,"155":33,"156":16,"158":29,"159":16,"16":71,"160":6,"161":162,"167":40,"168":6,"17":131,"18":411,"19":392,"20":125,"209":59,"21":577,"210":20,"211":1,"214":15,"215":63,"221":204,"223":574,"224":140,"225":456,"23":291,"24":939,"25":391,"257":43,"26":79,"268":4,"27":36,"273":68,"276":15,"279":9,"28":313,"281":20,"282":13,"291":29,"292":67,"30":31,"306":1,"31":34,"314":8,"317":2,"32":13,"33":126,"34":55,"347":7,"35":25,"352":631,"36":135,"37":76,"38":401,"380":2,"381":31,"383":24,"389":2,"39":77,"391":11,"396":9,"397":21,"40":43,"409":11,"41":46,"414":5,"415":47,"419":10,"42":59,"426":2,"43":64,"430":23,"433":1,"44":18,"45":58,"46":203,"48":69,"49":150,"5":1606,"51":38,"52":62,"53":53,"56":22,"570":8,"6":87,"63":19,"7":458,"79":25,"8":140,"80":40,"9":206,"all_client":82978,"all_tv_clinet":12727,"insert_time":"2014-08-18T07:39:27.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70258,"10":25,"107":437,"11":517,"12":131,"13":280,"14":72,"15":120,"155":33,"156":15,"158":30,"159":17,"16":73,"160":5,"161":146,"167":39,"168":5,"17":129,"18":415,"19":394,"20":135,"209":55,"21":574,"210":18,"211":1,"214":14,"215":65,"221":206,"223":575,"224":147,"225":467,"23":293,"24":918,"25":392,"257":44,"26":80,"268":3,"27":38,"273":80,"276":15,"279":8,"28":317,"281":20,"282":13,"291":31,"292":69,"30":30,"306":1,"31":34,"314":7,"317":2,"32":13,"33":132,"34":47,"347":8,"35":26,"352":632,"36":135,"37":76,"38":404,"380":2,"381":28,"383":21,"389":2,"39":72,"391":14,"396":7,"397":22,"40":51,"409":9,"41":46,"414":5,"415":47,"419":9,"42":60,"426":2,"43":62,"430":22,"433":1,"44":17,"45":62,"46":203,"48":66,"49":154,"5":1575,"51":35,"52":65,"53":60,"56":20,"570":8,"6":79,"63":20,"7":467,"79":24,"8":140,"80":41,"9":208,"all_client":82992,"all_tv_clinet":12734,"insert_time":"2014-08-18T07:40:28.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70290,"10":26,"107":432,"11":522,"12":136,"13":274,"14":80,"15":121,"155":34,"156":16,"158":29,"159":18,"16":76,"160":6,"161":136,"167":37,"168":5,"17":130,"18":412,"19":391,"20":128,"209":49,"21":571,"210":17,"211":1,"214":13,"215":67,"221":204,"223":567,"224":151,"225":465,"23":299,"24":927,"25":391,"257":44,"26":80,"268":3,"27":43,"273":83,"276":15,"279":11,"28":316,"281":22,"282":13,"291":33,"292":73,"30":29,"306":1,"31":35,"314":6,"317":2,"32":12,"33":129,"34":37,"347":7,"35":19,"352":639,"36":132,"37":77,"38":405,"380":2,"381":27,"383":20,"389":2,"39":68,"391":13,"396":7,"397":22,"40":56,"409":9,"41":45,"414":7,"415":48,"419":10,"42":58,"426":1,"43":65,"430":21,"433":1,"44":16,"45":65,"46":206,"48":68,"49":160,"5":1532,"51":36,"52":69,"53":58,"56":21,"570":9,"6":72,"63":20,"7":499,"79":23,"8":137,"80":39,"9":213,"all_client":83012,"all_tv_clinet":12722,"insert_time":"2014-08-18T07:41:29.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70372,"10":27,"107":420,"11":520,"12":139,"13":273,"14":85,"15":123,"155":34,"156":15,"158":30,"159":17,"16":76,"160":6,"161":144,"167":37,"168":5,"17":129,"18":413,"19":375,"20":129,"209":46,"21":563,"210":16,"211":1,"214":12,"215":67,"221":211,"223":549,"224":157,"225":462,"23":313,"24":929,"25":394,"257":44,"26":84,"268":4,"27":49,"273":87,"276":14,"279":11,"28":322,"281":22,"282":14,"291":33,"292":85,"30":27,"306":2,"31":34,"314":6,"317":2,"32":12,"33":128,"34":36,"347":7,"35":19,"352":652,"36":129,"37":76,"38":391,"380":2,"381":23,"383":22,"389":2,"39":65,"391":13,"396":8,"397":23,"40":63,"409":7,"41":43,"414":7,"415":54,"419":10,"42":57,"43":66,"430":19,"433":2,"44":16,"45":67,"46":189,"48":69,"49":161,"5":1490,"51":40,"52":70,"53":63,"56":19,"570":9,"6":73,"63":19,"7":507,"79":26,"8":140,"80":39,"9":215,"all_client":83077,"all_tv_clinet":12705,"insert_time":"2014-08-18T07:42:30.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70365,"10":28,"107":416,"11":526,"12":147,"13":270,"14":86,"15":128,"155":35,"156":17,"158":32,"159":15,"16":80,"160":7,"161":155,"167":38,"168":5,"17":134,"18":428,"19":349,"20":127,"209":45,"21":564,"210":17,"211":1,"214":13,"215":70,"221":205,"223":526,"224":156,"225":469,"23":314,"24":936,"25":405,"257":46,"26":89,"268":5,"27":50,"273":87,"276":12,"279":10,"28":322,"281":21,"282":13,"291":33,"292":89,"30":25,"302":1,"306":2,"31":34,"314":6,"317":2,"32":13,"33":126,"34":34,"347":9,"35":20,"352":639,"36":123,"37":76,"38":387,"380":2,"381":23,"383":24,"389":2,"39":77,"391":13,"396":6,"397":23,"40":67,"409":10,"41":45,"414":7,"415":54,"419":10,"42":60,"43":61,"430":18,"433":2,"44":14,"45":67,"46":177,"48":67,"49":165,"5":1469,"51":42,"52":69,"53":57,"56":15,"570":8,"6":78,"63":19,"7":505,"79":30,"8":135,"80":39,"9":224,"all_client":83067,"all_tv_clinet":12702,"insert_time":"2014-08-18T07:43:31.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70388,"10":27,"107":421,"11":540,"12":156,"13":271,"14":88,"15":128,"155":36,"156":17,"158":32,"159":13,"16":81,"160":6,"161":163,"167":38,"168":5,"17":132,"18":429,"19":328,"20":127,"209":48,"21":559,"210":18,"211":1,"214":13,"215":70,"221":201,"223":511,"224":160,"225":466,"23":313,"24":941,"25":417,"257":46,"26":91,"268":6,"27":49,"273":86,"276":11,"279":9,"28":331,"281":21,"282":13,"291":32,"292":97,"30":25,"302":1,"306":2,"31":36,"314":7,"317":2,"32":13,"33":129,"34":32,"347":9,"35":19,"352":628,"36":130,"37":75,"38":389,"380":2,"381":27,"383":25,"389":2,"39":81,"391":12,"396":6,"397":25,"40":66,"409":10,"41":46,"414":5,"415":52,"419":10,"42":59,"43":58,"430":19,"433":2,"44":15,"45":71,"46":163,"48":65,"49":155,"5":1468,"51":39,"52":74,"53":51,"56":13,"570":7,"6":74,"63":18,"7":516,"79":35,"8":132,"80":40,"9":230,"all_client":83106,"all_tv_clinet":12718,"insert_time":"2014-08-18T07:44:31.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70415,"10":27,"107":433,"11":543,"12":156,"13":268,"14":88,"15":128,"155":36,"156":17,"158":30,"159":13,"16":81,"160":6,"161":171,"167":39,"168":5,"17":136,"18":429,"19":310,"20":125,"209":44,"21":562,"210":19,"211":1,"214":13,"215":72,"221":205,"223":502,"224":158,"225":467,"23":313,"24":956,"25":418,"257":46,"26":92,"268":6,"27":54,"273":79,"276":12,"279":8,"28":330,"281":19,"282":12,"291":32,"292":94,"30":25,"302":1,"306":2,"31":40,"314":7,"317":2,"32":13,"33":127,"34":33,"347":9,"35":21,"352":613,"36":131,"37":78,"38":403,"380":3,"381":29,"383":29,"389":2,"39":82,"391":14,"396":6,"397":26,"40":64,"409":14,"41":50,"414":5,"415":49,"419":14,"42":59,"43":59,"430":20,"433":2,"44":13,"45":71,"46":156,"48":70,"49":141,"5":1474,"51":34,"52":78,"53":54,"56":11,"570":8,"6":81,"63":16,"7":519,"79":35,"8":134,"80":40,"9":232,"all_client":83169,"all_tv_clinet":12754,"insert_time":"2014-08-18T07:45:32.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70416,"10":25,"107":440,"11":546,"12":159,"13":286,"14":88,"15":120,"155":36,"156":18,"158":30,"159":15,"16":81,"160":7,"161":182,"167":38,"168":6,"17":137,"18":429,"19":302,"20":130,"209":43,"21":559,"210":20,"211":1,"214":13,"215":72,"221":205,"223":485,"224":163,"225":459,"23":313,"24":959,"25":427,"257":49,"26":89,"268":6,"27":57,"273":74,"276":12,"279":9,"28":338,"281":19,"282":13,"291":32,"292":96,"30":19,"302":1,"306":2,"31":46,"314":6,"317":2,"32":13,"33":125,"34":35,"347":11,"35":23,"352":621,"36":130,"37":79,"38":414,"380":3,"381":29,"383":28,"389":2,"39":81,"391":15,"396":5,"397":26,"40":65,"409":17,"41":52,"414":5,"415":49,"419":13,"42":63,"43":56,"430":22,"433":2,"44":12,"45":72,"46":153,"48":73,"49":125,"5":1479,"51":34,"52":86,"53":52,"56":8,"570":8,"6":81,"63":17,"7":522,"79":35,"8":139,"80":42,"9":232,"all_client":83234,"all_tv_clinet":12818,"insert_time":"2014-08-18T07:46:32.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70462,"10":27,"107":438,"11":555,"12":143,"13":291,"14":88,"15":119,"155":33,"156":20,"158":31,"159":16,"16":82,"160":5,"161":182,"167":37,"168":6,"17":140,"18":436,"19":301,"20":130,"209":42,"21":560,"210":21,"211":1,"214":14,"215":71,"221":202,"223":476,"224":165,"225":459,"23":313,"24":962,"25":429,"257":42,"26":90,"268":7,"27":56,"273":75,"276":12,"279":10,"28":333,"281":18,"282":12,"291":32,"292":93,"30":15,"302":2,"306":2,"31":45,"314":6,"317":2,"32":16,"33":123,"34":34,"347":13,"35":24,"352":618,"36":125,"37":80,"38":418,"380":2,"381":27,"383":29,"389":2,"39":80,"391":15,"396":4,"397":26,"40":64,"409":20,"41":53,"414":4,"415":48,"419":14,"42":63,"43":54,"430":19,"433":3,"44":9,"45":75,"46":146,"48":72,"49":118,"5":1503,"51":32,"52":88,"53":50,"56":9,"570":8,"6":83,"63":17,"7":522,"79":34,"8":138,"80":42,"9":230,"all_client":83263,"all_tv_clinet":12801,"insert_time":"2014-08-18T07:47:33.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70508,"10":23,"107":440,"11":565,"12":128,"13":297,"14":79,"15":122,"155":36,"156":20,"158":32,"159":15,"16":81,"160":6,"161":175,"167":38,"168":6,"17":138,"18":428,"19":302,"20":130,"209":37,"21":562,"210":22,"211":1,"214":14,"215":71,"221":210,"223":474,"224":175,"225":476,"23":312,"24":941,"25":430,"257":43,"26":89,"268":8,"27":57,"273":72,"276":13,"279":11,"28":327,"281":17,"282":12,"291":31,"292":90,"30":14,"302":2,"306":1,"31":44,"314":6,"317":2,"32":17,"33":124,"34":30,"347":14,"35":25,"352":609,"36":123,"37":85,"38":428,"380":2,"381":25,"383":26,"389":2,"39":80,"391":15,"396":5,"397":26,"40":65,"409":25,"41":52,"414":4,"415":48,"419":12,"42":62,"43":52,"430":16,"433":3,"44":8,"45":77,"46":141,"48":75,"49":108,"5":1509,"51":32,"52":94,"53":43,"56":9,"570":8,"6":85,"63":17,"7":529,"79":33,"8":136,"80":43,"9":235,"all_client":83290,"all_tv_clinet":12782,"insert_time":"2014-08-18T07:48:33.969Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70525,"10":22,"107":444,"11":580,"12":102,"13":296,"14":78,"15":127,"155":37,"156":21,"158":36,"159":16,"16":90,"160":6,"161":178,"167":40,"168":6,"17":131,"18":438,"19":298,"20":123,"209":34,"21":556,"210":22,"211":1,"214":14,"215":74,"221":207,"223":489,"224":175,"225":474,"23":311,"24":948,"25":435,"257":44,"26":89,"268":9,"27":57,"273":71,"276":14,"279":11,"28":324,"281":17,"282":9,"291":30,"292":84,"30":12,"302":2,"306":1,"31":45,"314":6,"317":1,"32":19,"33":124,"34":30,"347":13,"35":24,"352":606,"36":119,"37":83,"38":426,"380":3,"381":26,"383":25,"389":2,"39":86,"391":15,"396":5,"397":26,"40":67,"409":24,"41":49,"414":2,"415":43,"419":13,"42":61,"43":53,"430":15,"433":3,"44":9,"45":78,"46":141,"48":78,"49":96,"5":1520,"51":31,"52":95,"53":44,"56":8,"570":9,"6":91,"63":15,"7":528,"79":30,"8":136,"80":42,"9":238,"all_client":83311,"all_tv_clinet":12786,"insert_time":"2014-08-18T07:49:34.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70498,"10":18,"107":456,"11":573,"12":93,"13":301,"14":72,"15":127,"155":37,"156":21,"158":35,"159":15,"16":93,"160":8,"161":175,"167":40,"168":7,"17":130,"18":431,"19":293,"20":125,"209":32,"21":563,"210":21,"211":1,"214":14,"215":75,"221":200,"223":493,"224":175,"225":474,"23":303,"24":954,"25":440,"257":47,"26":83,"268":9,"27":59,"273":74,"276":15,"279":12,"28":328,"281":17,"282":8,"291":30,"292":86,"30":10,"302":2,"306":1,"31":45,"314":6,"317":1,"32":19,"33":124,"34":33,"347":15,"35":24,"352":607,"36":121,"37":86,"38":430,"380":4,"381":26,"383":24,"389":2,"39":87,"391":13,"396":5,"397":27,"40":69,"409":23,"41":50,"414":3,"415":44,"419":14,"42":64,"43":56,"430":16,"433":2,"44":9,"45":76,"46":144,"48":80,"49":92,"5":1517,"51":32,"52":96,"53":47,"56":8,"570":8,"6":96,"63":15,"7":524,"79":28,"8":141,"80":41,"9":240,"all_client":83308,"all_tv_clinet":12810,"insert_time":"2014-08-18T07:50:35.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70531,"10":20,"107":465,"11":574,"12":88,"13":309,"14":77,"15":131,"155":35,"156":20,"158":34,"159":17,"16":95,"160":10,"161":175,"167":39,"168":7,"17":129,"18":434,"19":294,"20":124,"209":33,"21":573,"210":21,"211":1,"214":15,"215":73,"221":196,"223":489,"224":172,"225":465,"23":300,"24":972,"25":440,"257":48,"26":78,"268":8,"27":59,"273":75,"276":13,"279":13,"28":335,"281":16,"282":9,"291":30,"292":80,"30":10,"302":2,"306":1,"31":45,"314":5,"32":18,"33":129,"34":34,"347":16,"35":26,"352":612,"36":119,"37":89,"38":425,"380":3,"381":26,"383":27,"389":2,"39":87,"391":13,"396":4,"397":26,"40":69,"409":21,"41":49,"414":5,"415":45,"419":14,"42":67,"43":60,"430":15,"433":2,"44":10,"45":75,"46":148,"48":81,"49":91,"5":1512,"51":31,"52":97,"53":49,"56":8,"570":7,"6":95,"63":15,"7":529,"79":28,"8":147,"80":43,"9":236,"all_client":83390,"all_tv_clinet":12859,"insert_time":"2014-08-18T07:51:35.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70586,"10":18,"107":482,"11":575,"12":85,"13":311,"14":74,"15":136,"155":32,"156":17,"158":33,"159":18,"16":90,"160":9,"161":155,"167":39,"168":8,"17":126,"18":427,"19":294,"20":122,"209":35,"21":572,"210":20,"211":1,"214":16,"215":72,"221":187,"223":493,"224":169,"225":459,"23":311,"24":990,"25":442,"257":51,"26":78,"268":9,"27":60,"273":76,"276":13,"279":13,"28":329,"281":16,"282":9,"291":30,"292":77,"30":11,"302":2,"306":1,"31":42,"314":5,"32":16,"33":130,"34":37,"347":16,"35":29,"352":611,"36":122,"37":87,"38":439,"380":3,"381":27,"383":27,"389":1,"39":85,"391":12,"396":3,"397":26,"40":69,"409":24,"41":48,"414":5,"415":41,"419":13,"42":70,"43":57,"430":15,"433":3,"44":8,"45":74,"46":143,"48":82,"49":88,"5":1511,"51":32,"52":100,"53":52,"56":9,"570":8,"6":95,"63":16,"7":530,"79":28,"8":152,"80":43,"9":235,"all_client":83448,"all_tv_clinet":12862,"insert_time":"2014-08-18T07:52:36.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70575,"10":18,"107":483,"11":585,"12":77,"13":316,"14":74,"15":138,"155":33,"156":15,"158":33,"159":17,"16":96,"160":8,"161":152,"167":40,"168":8,"17":127,"18":424,"19":293,"20":122,"209":33,"21":571,"210":20,"211":1,"214":17,"215":70,"221":188,"223":495,"224":170,"225":455,"23":310,"24":996,"25":445,"257":51,"26":80,"268":10,"27":61,"273":76,"276":13,"279":14,"28":327,"281":16,"282":8,"291":30,"292":69,"30":11,"302":2,"306":1,"31":46,"314":6,"32":15,"33":129,"34":38,"347":14,"35":29,"352":611,"36":122,"37":83,"38":432,"380":2,"381":27,"383":28,"389":1,"39":86,"391":11,"396":3,"397":25,"40":68,"409":28,"41":51,"414":6,"415":35,"419":16,"42":70,"426":1,"43":54,"430":13,"433":4,"44":9,"45":73,"46":138,"48":84,"49":82,"5":1500,"51":33,"52":103,"53":51,"56":6,"570":8,"6":100,"63":17,"7":539,"79":27,"8":148,"80":44,"9":234,"all_client":83424,"all_tv_clinet":12849,"insert_time":"2014-08-18T07:53:36.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70603,"10":19,"107":470,"11":578,"12":74,"13":322,"14":72,"15":137,"155":35,"156":14,"158":35,"159":17,"16":96,"160":8,"161":162,"167":41,"168":8,"17":130,"18":424,"19":291,"20":127,"209":31,"21":562,"210":19,"211":1,"214":17,"215":65,"221":193,"223":500,"224":175,"225":457,"23":310,"24":968,"25":438,"257":46,"26":84,"268":8,"27":61,"273":80,"276":13,"279":14,"28":322,"281":17,"282":8,"291":29,"292":67,"30":10,"302":2,"306":1,"31":50,"314":7,"32":16,"33":131,"34":37,"347":13,"35":29,"352":609,"36":126,"37":80,"38":445,"380":2,"381":26,"383":26,"389":2,"39":86,"391":10,"396":2,"397":24,"40":69,"409":29,"41":48,"414":6,"415":36,"419":15,"42":71,"426":1,"43":48,"430":12,"433":4,"44":9,"45":77,"46":138,"48":87,"49":74,"5":1498,"51":31,"52":104,"53":53,"56":6,"570":9,"6":109,"63":16,"7":544,"79":26,"8":156,"80":44,"9":230,"all_client":83432,"all_tv_clinet":12829,"insert_time":"2014-08-18T07:54:37.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70674,"10":20,"107":463,"11":539,"12":75,"13":340,"14":74,"15":142,"155":35,"156":14,"158":36,"159":17,"16":94,"160":9,"161":172,"167":43,"168":9,"17":133,"18":425,"19":302,"20":125,"209":29,"21":575,"210":19,"211":1,"214":17,"215":62,"221":194,"223":503,"224":175,"225":453,"23":305,"24":958,"25":442,"257":42,"26":86,"268":6,"27":60,"273":82,"276":13,"279":13,"28":327,"281":17,"282":6,"291":30,"292":67,"30":10,"302":2,"306":1,"31":55,"314":4,"32":17,"33":129,"34":39,"347":12,"35":28,"352":611,"36":130,"37":82,"38":446,"380":2,"381":24,"383":27,"389":3,"39":83,"391":10,"396":5,"397":24,"40":68,"409":32,"41":48,"414":6,"415":36,"419":14,"42":71,"426":1,"43":50,"430":10,"433":4,"44":10,"45":74,"46":138,"48":86,"49":66,"5":1508,"51":32,"52":108,"53":58,"56":4,"570":10,"6":113,"63":18,"7":534,"79":25,"8":163,"80":43,"9":231,"all_client":83528,"all_tv_clinet":12854,"insert_time":"2014-08-18T07:55:38.208Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70719,"10":20,"107":463,"11":519,"12":79,"13":339,"14":72,"15":141,"155":36,"156":12,"158":37,"159":19,"16":93,"160":10,"161":177,"167":42,"168":8,"17":131,"18":441,"19":313,"20":128,"209":31,"21":586,"210":19,"211":1,"214":17,"215":60,"221":201,"223":509,"224":177,"225":444,"23":305,"24":938,"25":456,"257":41,"26":90,"268":7,"27":61,"273":81,"276":13,"279":12,"28":326,"281":18,"282":7,"291":29,"292":66,"30":9,"302":2,"306":1,"31":55,"314":3,"32":16,"33":124,"34":40,"347":11,"35":30,"352":601,"36":131,"37":79,"38":455,"380":3,"381":23,"383":28,"389":3,"39":82,"391":11,"396":5,"397":25,"40":74,"409":33,"41":44,"414":6,"415":38,"419":12,"42":73,"426":1,"43":52,"430":10,"433":4,"44":12,"45":67,"46":137,"48":82,"49":66,"5":1518,"51":36,"52":111,"53":62,"56":4,"570":10,"6":116,"63":19,"7":539,"79":24,"8":166,"80":44,"9":234,"all_client":83625,"all_tv_clinet":12906,"insert_time":"2014-08-18T07:56:38.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70787,"10":19,"107":463,"11":479,"12":84,"13":349,"14":69,"15":146,"155":35,"156":11,"158":38,"159":20,"16":96,"160":10,"161":177,"167":42,"168":9,"17":133,"18":455,"19":320,"20":131,"209":30,"21":597,"210":18,"211":1,"214":17,"215":59,"221":205,"223":513,"224":176,"225":425,"23":310,"24":948,"25":467,"257":45,"26":93,"268":6,"27":62,"273":81,"276":12,"279":10,"28":329,"281":14,"282":9,"291":28,"292":65,"30":9,"302":2,"306":1,"31":55,"314":3,"32":18,"33":121,"34":41,"347":10,"35":33,"352":590,"36":129,"37":80,"38":447,"380":3,"381":22,"383":29,"389":3,"39":86,"391":10,"396":5,"397":26,"40":73,"409":32,"41":43,"414":6,"415":37,"419":13,"42":74,"426":2,"43":48,"430":11,"433":4,"44":12,"45":59,"46":136,"48":81,"49":64,"5":1522,"51":37,"52":110,"53":66,"56":4,"570":10,"6":115,"63":20,"7":522,"79":22,"8":170,"80":43,"9":249,"all_client":83701,"all_tv_clinet":12914,"insert_time":"2014-08-18T07:57:39.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70888,"10":19,"107":474,"11":429,"12":82,"13":349,"14":71,"15":152,"155":35,"156":9,"158":41,"159":20,"16":98,"160":11,"161":185,"167":43,"168":9,"17":141,"18":463,"19":324,"20":132,"209":31,"21":608,"210":20,"211":1,"214":16,"215":62,"221":206,"223":501,"224":174,"225":430,"23":313,"24":954,"25":459,"257":43,"26":105,"268":5,"27":64,"273":80,"276":11,"279":8,"28":339,"281":13,"282":10,"291":29,"292":62,"30":7,"302":2,"306":1,"31":59,"314":1,"32":22,"33":115,"34":46,"347":13,"35":33,"352":595,"36":121,"37":75,"38":456,"380":3,"381":21,"383":28,"389":4,"39":89,"391":10,"396":4,"397":25,"40":73,"409":36,"41":43,"414":6,"415":41,"419":15,"42":75,"426":2,"43":54,"430":11,"433":5,"44":12,"45":51,"46":135,"48":82,"49":60,"5":1537,"51":36,"52":112,"53":62,"56":6,"570":9,"6":120,"63":19,"7":479,"79":19,"8":170,"80":43,"9":254,"all_client":83816,"all_tv_clinet":12928,"insert_time":"2014-08-18T07:58:40.357Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70950,"10":19,"107":471,"11":408,"12":83,"13":361,"14":70,"15":160,"155":37,"156":10,"158":40,"159":20,"16":97,"160":11,"161":192,"167":41,"168":9,"17":153,"18":474,"19":325,"20":130,"209":28,"21":617,"210":21,"211":1,"214":15,"215":59,"221":201,"223":487,"224":177,"225":417,"23":309,"24":968,"25":463,"257":43,"26":112,"268":6,"27":64,"273":74,"276":13,"279":9,"28":343,"281":13,"282":11,"291":31,"292":65,"30":6,"302":2,"31":59,"314":1,"32":27,"33":105,"34":44,"347":16,"35":35,"352":604,"36":120,"37":70,"38":470,"380":4,"381":22,"383":23,"389":4,"39":92,"391":11,"396":2,"397":26,"40":73,"409":38,"41":45,"414":5,"415":40,"419":16,"42":77,"426":2,"43":49,"430":12,"433":5,"44":13,"45":45,"46":134,"48":78,"49":57,"5":1558,"51":35,"52":112,"53":67,"56":7,"570":10,"6":124,"63":20,"7":452,"79":18,"8":172,"80":44,"9":236,"all_client":83895,"all_tv_clinet":12945,"insert_time":"2014-08-18T07:59:40.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71034,"10":18,"107":466,"11":389,"12":82,"13":363,"14":73,"15":166,"155":36,"156":9,"158":40,"159":20,"16":99,"160":12,"161":195,"167":42,"168":9,"17":162,"18":472,"19":328,"20":137,"209":29,"21":637,"210":21,"211":1,"214":15,"215":57,"221":202,"223":486,"224":178,"225":415,"23":308,"24":991,"25":478,"257":46,"26":113,"268":6,"27":69,"273":69,"276":16,"279":9,"28":343,"281":12,"282":9,"291":30,"292":66,"30":5,"302":2,"31":62,"314":1,"32":30,"33":100,"34":48,"347":17,"35":33,"352":597,"36":115,"37":59,"38":460,"380":4,"381":21,"383":27,"389":4,"39":95,"391":11,"396":2,"397":24,"40":78,"409":39,"41":46,"414":7,"415":43,"419":15,"42":79,"426":2,"43":45,"430":10,"433":5,"44":12,"45":44,"46":140,"48":62,"49":57,"5":1567,"51":36,"52":112,"53":63,"56":7,"570":10,"6":125,"63":21,"7":437,"79":18,"8":178,"80":44,"9":229,"all_client":84006,"all_tv_clinet":12972,"insert_time":"2014-08-18T08:00:41.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71070,"10":17,"107":478,"11":388,"12":80,"13":373,"14":73,"15":168,"155":34,"156":9,"158":40,"159":19,"16":101,"160":12,"161":195,"167":39,"168":8,"17":165,"18":468,"19":333,"20":137,"209":30,"21":644,"210":21,"211":1,"214":15,"215":58,"221":198,"223":484,"224":184,"225":413,"23":323,"24":997,"25":495,"257":45,"26":112,"268":7,"27":74,"273":66,"276":16,"279":9,"28":352,"281":12,"282":9,"291":34,"292":65,"30":6,"302":2,"31":61,"314":1,"32":28,"33":96,"34":47,"347":16,"35":33,"352":581,"36":113,"37":56,"38":456,"380":4,"381":20,"383":26,"389":4,"39":99,"391":10,"396":3,"397":24,"40":77,"409":37,"41":41,"414":9,"415":45,"419":16,"42":81,"426":2,"43":46,"430":9,"431":1,"433":4,"44":14,"45":49,"46":147,"48":55,"49":55,"5":1574,"51":38,"52":111,"53":58,"56":6,"570":9,"6":117,"63":22,"7":424,"79":18,"8":175,"80":44,"9":216,"all_client":84057,"all_tv_clinet":12987,"insert_time":"2014-08-18T08:01:43.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71151,"10":20,"107":475,"11":374,"12":84,"13":378,"14":77,"15":170,"155":30,"156":9,"158":37,"159":21,"16":102,"160":13,"161":195,"167":39,"168":8,"17":171,"18":466,"19":345,"20":145,"209":30,"21":648,"210":23,"211":1,"214":14,"215":55,"221":197,"223":483,"224":185,"225":419,"23":329,"24":1018,"25":506,"257":45,"26":112,"268":7,"27":76,"273":65,"276":16,"279":10,"28":362,"281":11,"282":8,"291":34,"292":64,"30":7,"302":3,"31":54,"314":1,"32":28,"33":97,"34":46,"347":15,"35":34,"352":580,"36":111,"37":53,"38":465,"380":4,"381":17,"383":27,"389":4,"39":100,"391":10,"396":7,"397":24,"40":74,"409":33,"41":39,"414":8,"415":46,"419":14,"42":79,"426":3,"43":45,"430":10,"431":1,"433":4,"44":16,"45":51,"46":147,"48":54,"49":50,"5":1577,"51":42,"52":112,"53":56,"56":5,"570":9,"6":111,"63":23,"7":411,"79":15,"8":178,"80":45,"9":209,"all_client":84182,"all_tv_clinet":13031,"insert_time":"2014-08-18T08:02:44.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71162,"10":22,"107":471,"11":364,"12":85,"13":389,"14":81,"15":160,"155":29,"156":8,"158":34,"159":17,"16":105,"160":14,"161":201,"167":41,"168":8,"17":180,"18":475,"19":351,"20":140,"209":30,"21":635,"210":21,"211":1,"214":15,"215":59,"221":198,"223":487,"224":183,"225":412,"23":327,"24":1044,"25":475,"257":48,"26":116,"268":8,"27":78,"273":63,"276":17,"279":8,"28":375,"281":13,"282":8,"291":34,"292":62,"30":9,"302":3,"31":44,"314":2,"32":25,"33":94,"34":47,"347":14,"35":38,"352":587,"36":113,"37":52,"38":466,"380":4,"381":18,"383":26,"389":4,"39":98,"391":8,"396":8,"397":24,"40":76,"409":35,"41":38,"414":8,"415":52,"419":15,"42":79,"426":3,"43":42,"430":11,"431":3,"433":3,"44":17,"45":54,"46":158,"48":54,"49":52,"5":1590,"51":40,"52":111,"53":54,"56":4,"570":8,"6":110,"63":24,"7":401,"79":17,"8":181,"80":47,"9":202,"all_client":84227,"all_tv_clinet":13065,"insert_time":"2014-08-18T08:03:45.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71201,"10":23,"107":458,"11":340,"12":86,"13":397,"14":84,"15":159,"155":28,"156":8,"158":32,"159":20,"16":108,"160":13,"161":180,"167":42,"168":7,"17":185,"18":470,"19":350,"20":144,"209":29,"21":636,"210":20,"211":1,"214":14,"215":61,"221":204,"223":490,"224":185,"225":426,"23":325,"24":1090,"25":447,"257":48,"26":131,"268":8,"27":73,"273":66,"276":17,"279":7,"28":373,"281":12,"282":8,"291":34,"292":64,"30":8,"302":3,"31":40,"314":3,"317":1,"32":21,"33":92,"34":51,"347":15,"35":39,"352":585,"36":109,"37":52,"38":463,"380":4,"381":17,"383":26,"389":4,"39":96,"391":8,"396":9,"397":24,"40":78,"409":37,"41":37,"414":9,"415":52,"419":18,"42":79,"426":3,"43":43,"430":10,"431":2,"433":3,"44":20,"45":52,"46":159,"48":48,"49":53,"5":1592,"51":41,"52":117,"53":53,"56":4,"570":8,"6":111,"63":24,"7":396,"79":15,"8":183,"80":44,"9":192,"all_client":84257,"all_tv_clinet":13056,"insert_time":"2014-08-18T08:04:45.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71266,"10":20,"107":469,"11":322,"12":88,"13":396,"14":83,"15":157,"155":25,"156":8,"158":29,"159":20,"16":102,"160":12,"161":158,"167":42,"168":8,"17":186,"18":473,"19":351,"20":143,"209":28,"21":659,"210":19,"211":1,"214":13,"215":66,"221":203,"223":488,"224":193,"225":421,"23":327,"24":1130,"25":413,"257":47,"26":128,"268":8,"27":74,"273":73,"276":19,"279":6,"28":372,"281":12,"282":8,"291":34,"292":63,"30":8,"302":2,"31":43,"314":3,"317":1,"32":21,"33":91,"34":53,"347":13,"35":39,"352":596,"36":113,"37":50,"38":442,"380":3,"381":20,"383":28,"389":4,"39":98,"391":7,"396":6,"397":23,"40":84,"409":39,"41":40,"414":11,"415":52,"419":21,"42":82,"426":2,"43":39,"430":9,"431":2,"433":3,"44":19,"45":51,"46":162,"48":47,"49":54,"5":1595,"51":42,"52":122,"53":58,"56":4,"570":7,"6":109,"63":26,"7":388,"79":14,"8":186,"80":40,"9":196,"all_client":84331,"all_tv_clinet":13065,"insert_time":"2014-08-18T08:05:46.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71273,"10":17,"107":473,"11":315,"12":91,"13":408,"14":86,"15":156,"155":23,"156":10,"158":30,"159":22,"16":97,"160":12,"161":143,"167":42,"168":6,"17":172,"18":470,"19":365,"20":146,"209":33,"21":669,"210":18,"211":1,"214":12,"215":68,"221":201,"223":489,"224":193,"225":417,"23":325,"24":1161,"25":393,"257":47,"26":125,"268":7,"27":72,"273":72,"276":20,"279":6,"28":371,"281":10,"282":8,"291":34,"292":61,"30":8,"302":2,"31":39,"314":2,"317":1,"32":24,"33":87,"34":48,"347":15,"35":45,"352":582,"36":118,"37":48,"38":434,"380":3,"381":23,"383":27,"389":4,"39":99,"391":11,"396":6,"397":23,"40":88,"409":39,"41":41,"414":19,"415":50,"419":21,"42":88,"426":1,"43":39,"430":10,"431":1,"433":3,"44":20,"45":53,"46":158,"48":48,"49":51,"5":1593,"51":47,"52":130,"53":59,"56":4,"570":5,"6":117,"63":25,"7":383,"79":13,"8":184,"80":39,"9":202,"all_client":84350,"all_tv_clinet":13077,"insert_time":"2014-08-18T08:06:46.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71283,"10":15,"107":481,"11":305,"12":94,"13":419,"14":84,"15":157,"155":23,"156":11,"158":29,"159":23,"16":94,"160":12,"161":141,"167":42,"168":6,"17":159,"18":484,"19":374,"20":148,"209":33,"21":678,"210":19,"211":1,"214":12,"215":73,"221":203,"223":483,"224":186,"225":408,"23":323,"24":1153,"25":386,"257":47,"26":114,"268":8,"27":74,"273":76,"276":20,"279":5,"28":389,"281":10,"282":9,"291":34,"292":54,"30":8,"302":2,"31":39,"314":2,"317":1,"32":24,"33":88,"34":52,"347":17,"35":46,"352":587,"36":117,"37":45,"38":429,"380":3,"381":23,"383":28,"389":4,"39":96,"391":12,"396":4,"397":23,"40":91,"409":41,"41":45,"414":19,"415":51,"419":21,"42":93,"426":2,"43":35,"430":10,"431":1,"433":3,"44":22,"45":56,"46":158,"48":50,"49":50,"5":1600,"51":49,"52":130,"53":63,"56":5,"570":6,"6":120,"63":24,"7":370,"79":13,"8":193,"80":40,"9":209,"all_client":84402,"all_tv_clinet":13119,"insert_time":"2014-08-18T08:07:47.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71309,"10":15,"107":477,"11":289,"12":95,"13":417,"14":84,"15":157,"155":25,"156":13,"158":32,"159":25,"16":93,"160":12,"161":153,"167":44,"168":3,"17":143,"18":484,"19":390,"20":148,"209":32,"21":682,"210":19,"211":1,"214":11,"215":76,"221":208,"223":478,"224":181,"225":416,"23":317,"24":1111,"25":370,"257":50,"26":116,"268":9,"27":79,"273":80,"276":19,"279":5,"28":404,"281":10,"282":8,"291":35,"292":53,"30":8,"302":2,"31":45,"314":2,"317":1,"32":25,"33":91,"34":53,"347":16,"35":48,"352":592,"36":117,"37":44,"38":420,"380":3,"381":25,"383":29,"389":4,"39":90,"391":12,"396":3,"397":23,"40":92,"409":38,"41":46,"414":17,"415":52,"419":20,"42":88,"426":2,"43":37,"430":11,"431":1,"433":3,"44":24,"45":60,"46":164,"48":53,"49":47,"5":1607,"51":46,"52":135,"53":59,"56":4,"570":7,"6":127,"63":24,"7":359,"79":15,"8":193,"80":38,"9":216,"all_client":84416,"all_tv_clinet":13107,"insert_time":"2014-08-18T08:08:48.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71375,"10":17,"107":483,"11":291,"12":98,"13":408,"14":82,"15":159,"155":24,"156":12,"158":33,"159":28,"16":90,"160":13,"161":159,"167":43,"168":4,"17":135,"18":490,"19":401,"20":151,"209":31,"21":702,"210":22,"211":1,"214":12,"215":80,"221":202,"223":480,"224":163,"225":418,"23":311,"24":1052,"25":359,"257":53,"26":122,"268":9,"27":84,"273":90,"276":18,"279":4,"28":408,"281":9,"282":8,"291":33,"292":57,"30":6,"302":2,"31":44,"314":3,"317":1,"32":26,"33":90,"34":60,"347":16,"35":47,"352":593,"36":119,"37":43,"38":414,"380":3,"381":27,"383":30,"389":5,"39":92,"391":11,"396":2,"397":21,"40":80,"409":37,"41":44,"414":15,"415":52,"419":21,"42":89,"426":2,"43":36,"430":10,"431":1,"433":3,"44":23,"45":66,"46":173,"48":57,"49":44,"5":1616,"51":50,"52":139,"53":68,"56":6,"570":8,"6":122,"63":24,"7":359,"79":16,"8":194,"80":41,"9":215,"all_client":84490,"all_tv_clinet":13115,"insert_time":"2014-08-18T08:09:48.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71344,"10":17,"107":485,"11":284,"12":97,"13":415,"14":85,"15":157,"155":23,"156":13,"158":30,"159":27,"16":91,"160":12,"161":164,"167":43,"168":5,"17":134,"18":496,"19":423,"20":151,"209":29,"21":701,"210":22,"211":1,"214":12,"215":79,"221":211,"223":474,"224":155,"225":424,"23":304,"24":1027,"25":355,"257":51,"26":123,"268":8,"27":85,"273":90,"276":20,"279":4,"28":409,"281":8,"282":5,"291":33,"292":59,"30":6,"302":2,"31":41,"314":2,"317":1,"32":26,"33":92,"34":60,"347":16,"35":50,"352":594,"36":124,"37":42,"38":411,"380":4,"381":28,"383":33,"389":5,"39":97,"391":12,"396":2,"397":21,"40":74,"409":29,"41":43,"414":15,"415":52,"419":21,"42":91,"426":2,"43":38,"430":10,"431":1,"433":2,"44":24,"45":66,"46":186,"48":63,"49":43,"5":1630,"51":49,"52":142,"53":71,"56":7,"570":7,"6":123,"63":23,"7":346,"79":19,"8":194,"80":40,"9":223,"all_client":84488,"all_tv_clinet":13144,"insert_time":"2014-08-18T08:10:49.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71408,"10":18,"107":488,"11":284,"12":102,"13":420,"14":84,"15":153,"155":21,"156":13,"158":29,"159":26,"16":88,"160":12,"161":160,"167":42,"168":6,"17":131,"18":496,"19":426,"20":150,"209":29,"21":705,"210":21,"211":1,"214":13,"215":78,"221":217,"223":472,"224":142,"225":438,"23":301,"24":1007,"25":354,"257":50,"26":127,"268":8,"27":86,"273":93,"276":22,"279":4,"28":407,"281":8,"282":6,"291":35,"292":61,"30":7,"302":2,"31":40,"314":3,"317":1,"32":23,"33":92,"34":61,"347":17,"35":46,"352":592,"36":127,"37":41,"38":411,"380":5,"381":26,"383":34,"389":5,"39":103,"391":11,"396":2,"397":19,"40":64,"409":25,"41":39,"414":15,"415":54,"419":20,"42":90,"426":2,"43":45,"430":11,"431":1,"433":1,"44":25,"45":71,"46":189,"48":64,"49":44,"5":1632,"51":52,"52":140,"53":80,"56":7,"570":6,"6":114,"63":23,"7":357,"79":21,"8":197,"80":40,"9":225,"all_client":84564,"all_tv_clinet":13156,"insert_time":"2014-08-18T08:11:50.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71407,"10":17,"107":475,"11":286,"12":96,"13":424,"14":83,"15":145,"155":20,"156":12,"158":32,"159":26,"16":80,"160":12,"161":155,"167":39,"168":6,"17":133,"18":496,"19":423,"20":153,"209":29,"21":720,"210":21,"211":1,"214":13,"215":78,"221":222,"223":467,"224":136,"225":453,"23":295,"24":1005,"25":350,"257":50,"26":133,"268":7,"27":94,"273":95,"276":23,"279":5,"28":407,"281":8,"282":6,"291":36,"292":57,"30":7,"302":2,"31":39,"314":3,"317":1,"32":21,"33":94,"34":57,"347":16,"35":47,"352":599,"36":126,"37":42,"38":416,"380":4,"381":24,"383":36,"389":5,"39":107,"391":13,"396":2,"397":19,"40":61,"409":26,"41":39,"414":14,"415":55,"419":22,"42":88,"426":2,"43":52,"430":11,"431":1,"433":1,"44":27,"45":73,"46":184,"48":63,"49":43,"5":1642,"51":52,"52":136,"53":79,"56":8,"570":5,"6":111,"63":23,"7":360,"79":23,"8":200,"80":38,"9":230,"all_client":84580,"all_tv_clinet":13173,"insert_time":"2014-08-18T08:12:50.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71427,"10":16,"107":472,"11":285,"12":88,"13":429,"14":84,"15":139,"155":20,"156":10,"158":32,"159":26,"16":72,"160":12,"161":161,"167":36,"168":6,"17":134,"18":506,"19":433,"20":154,"209":29,"21":723,"210":25,"211":1,"214":12,"215":77,"221":222,"223":475,"224":134,"225":451,"23":296,"24":993,"25":351,"257":53,"26":133,"268":7,"27":95,"273":97,"276":24,"279":6,"28":409,"281":9,"282":7,"291":36,"292":53,"30":7,"302":2,"31":38,"314":2,"317":1,"32":21,"33":92,"34":61,"347":18,"35":46,"352":606,"36":134,"37":39,"38":418,"380":3,"381":28,"383":34,"389":4,"39":106,"391":12,"396":1,"397":19,"40":54,"409":24,"41":48,"414":15,"415":58,"419":23,"42":89,"426":2,"43":57,"430":10,"431":1,"433":1,"44":26,"45":76,"46":187,"48":59,"49":39,"5":1648,"51":51,"52":134,"53":80,"56":8,"570":5,"6":105,"63":24,"7":360,"79":23,"8":195,"80":36,"9":234,"all_client":84624,"all_tv_clinet":13197,"insert_time":"2014-08-18T08:13:51.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71473,"10":17,"107":464,"11":292,"12":80,"13":433,"14":91,"15":142,"155":20,"156":9,"158":32,"159":27,"16":75,"160":11,"161":168,"167":36,"168":6,"17":125,"18":518,"19":443,"20":163,"209":30,"21":717,"210":25,"211":1,"214":11,"215":82,"221":228,"223":470,"224":135,"225":445,"23":297,"24":990,"25":341,"257":48,"26":125,"268":6,"27":94,"273":91,"276":24,"279":8,"28":415,"281":9,"282":7,"291":36,"292":49,"30":7,"302":2,"31":36,"314":1,"317":1,"32":20,"33":96,"34":59,"347":19,"35":47,"352":607,"36":130,"37":39,"38":425,"380":3,"381":28,"383":30,"389":4,"39":106,"391":13,"396":2,"397":19,"40":51,"409":25,"41":52,"414":13,"415":58,"419":25,"42":86,"426":3,"43":58,"430":10,"431":1,"433":1,"434":1,"44":25,"45":79,"46":185,"48":60,"49":37,"5":1651,"51":52,"52":133,"53":77,"56":9,"570":5,"6":94,"63":23,"7":354,"79":23,"8":191,"80":35,"9":234,"all_client":84654,"all_tv_clinet":13181,"insert_time":"2014-08-18T08:14:51.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71512,"10":18,"107":470,"11":295,"12":79,"13":434,"14":94,"15":151,"155":18,"156":8,"158":30,"159":28,"16":74,"160":10,"161":156,"167":38,"168":6,"17":124,"18":525,"19":442,"20":158,"209":32,"21":712,"210":25,"211":1,"214":10,"215":78,"221":232,"223":471,"224":137,"225":440,"23":298,"24":993,"25":337,"257":49,"26":121,"268":6,"27":90,"273":84,"276":25,"279":9,"28":416,"281":9,"282":10,"291":37,"292":49,"30":8,"302":2,"31":34,"314":1,"317":1,"32":19,"33":94,"34":55,"347":21,"35":51,"352":622,"36":136,"37":40,"38":437,"380":3,"381":25,"383":26,"389":3,"39":107,"391":9,"396":1,"397":19,"40":49,"409":27,"41":54,"414":12,"415":60,"419":22,"42":81,"426":3,"43":58,"430":9,"431":1,"433":1,"434":1,"44":28,"45":76,"46":180,"48":64,"49":37,"5":1655,"51":52,"52":123,"53":77,"56":8,"570":9,"6":89,"63":21,"7":363,"79":24,"8":189,"80":34,"9":237,"all_client":84699,"all_tv_clinet":13187,"insert_time":"2014-08-18T08:15:52.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71582,"10":19,"107":464,"11":297,"12":82,"13":438,"14":96,"15":152,"155":18,"156":7,"158":27,"159":29,"16":71,"160":11,"161":142,"167":39,"168":6,"17":119,"18":533,"19":445,"20":160,"209":33,"21":720,"210":24,"211":1,"214":10,"215":78,"221":232,"223":475,"224":136,"225":445,"23":288,"24":1008,"25":338,"257":49,"26":118,"268":6,"27":96,"273":76,"276":25,"279":10,"28":421,"281":10,"282":9,"291":37,"292":49,"30":11,"302":2,"31":32,"314":1,"32":18,"33":93,"34":57,"347":20,"35":52,"352":612,"36":130,"37":41,"38":430,"380":3,"381":24,"383":30,"389":3,"39":106,"391":9,"396":1,"397":21,"40":45,"409":25,"41":55,"414":12,"415":62,"419":21,"42":68,"426":3,"43":59,"430":10,"431":1,"433":1,"434":1,"44":31,"45":79,"46":178,"48":64,"49":37,"5":1661,"51":53,"52":112,"53":73,"56":8,"570":9,"6":91,"63":21,"7":353,"79":26,"8":194,"80":35,"9":237,"all_client":84752,"all_tv_clinet":13170,"insert_time":"2014-08-18T08:16:53.229Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71655,"10":18,"107":470,"11":299,"12":82,"13":443,"14":95,"15":161,"155":18,"156":7,"158":28,"159":32,"16":72,"160":12,"161":128,"167":38,"168":6,"17":119,"18":539,"19":451,"20":156,"209":30,"21":721,"210":24,"211":1,"214":9,"215":77,"221":242,"223":473,"224":135,"225":447,"23":289,"24":1024,"25":337,"257":46,"26":119,"268":4,"27":96,"273":77,"276":24,"279":8,"28":425,"281":9,"282":11,"291":36,"292":48,"30":13,"302":3,"31":30,"314":1,"32":16,"33":98,"34":57,"347":18,"35":46,"352":609,"36":136,"37":44,"38":424,"380":4,"381":18,"383":27,"389":3,"39":100,"391":8,"396":1,"397":20,"40":41,"409":26,"41":54,"414":12,"415":60,"419":21,"42":65,"426":4,"43":58,"430":10,"431":1,"433":1,"44":34,"45":82,"46":178,"48":68,"49":43,"5":1660,"51":53,"52":103,"53":70,"56":8,"570":9,"6":92,"63":21,"7":343,"79":29,"8":197,"80":36,"9":241,"all_client":84837,"all_tv_clinet":13182,"insert_time":"2014-08-18T08:17:53.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71683,"10":16,"107":469,"11":299,"12":85,"13":445,"14":96,"15":164,"155":18,"156":8,"158":26,"159":32,"16":73,"160":10,"161":125,"167":39,"168":6,"17":114,"18":537,"19":464,"20":159,"209":30,"21":717,"210":24,"211":1,"214":9,"215":77,"221":242,"223":473,"224":136,"225":447,"23":287,"24":1048,"25":347,"257":45,"26":121,"268":4,"27":95,"273":74,"276":24,"279":8,"28":412,"281":10,"282":10,"291":35,"292":46,"30":14,"302":3,"31":29,"314":1,"32":16,"33":98,"34":59,"347":17,"35":39,"352":607,"36":140,"37":48,"38":416,"380":4,"381":17,"383":30,"389":3,"39":93,"391":8,"396":2,"397":19,"40":39,"409":28,"41":54,"414":14,"415":63,"419":21,"42":62,"426":4,"43":56,"430":9,"431":1,"433":1,"44":35,"45":84,"46":172,"48":66,"49":48,"5":1658,"51":51,"52":98,"53":64,"56":9,"570":9,"6":89,"63":22,"7":332,"79":31,"8":198,"80":36,"9":244,"all_client":84851,"all_tv_clinet":13168,"insert_time":"2014-08-18T08:18:54.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71748,"10":14,"107":457,"11":290,"12":92,"13":446,"14":97,"15":157,"155":19,"156":8,"158":28,"159":30,"16":78,"160":10,"161":129,"167":39,"168":6,"17":111,"18":551,"19":469,"20":160,"209":32,"21":717,"210":26,"211":1,"214":10,"215":77,"221":229,"223":473,"224":137,"225":445,"23":288,"24":1056,"25":352,"257":44,"26":119,"268":6,"27":93,"273":81,"276":26,"279":7,"28":394,"281":10,"282":10,"291":31,"292":46,"30":15,"302":3,"31":29,"314":1,"32":15,"33":99,"34":62,"347":12,"35":35,"352":617,"36":144,"37":49,"38":430,"380":6,"381":16,"383":28,"389":3,"39":80,"391":11,"396":2,"397":21,"40":41,"409":28,"41":53,"414":13,"415":64,"419":19,"42":60,"426":4,"43":55,"430":8,"431":1,"433":1,"44":36,"45":81,"46":175,"48":65,"49":51,"5":1657,"51":53,"52":91,"53":60,"56":11,"570":7,"6":90,"63":21,"7":335,"79":30,"8":201,"80":35,"9":244,"all_client":84917,"all_tv_clinet":13169,"insert_time":"2014-08-18T08:19:55.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71744,"10":16,"107":451,"11":295,"12":90,"13":449,"14":97,"15":159,"155":20,"156":7,"158":26,"159":30,"16":80,"160":10,"161":132,"167":38,"168":5,"17":109,"18":551,"19":469,"20":161,"209":30,"21":720,"210":27,"211":1,"214":12,"215":77,"221":224,"223":477,"224":137,"225":447,"23":289,"24":1083,"25":357,"257":43,"26":119,"268":6,"27":87,"273":83,"276":25,"279":7,"28":365,"281":12,"282":11,"291":31,"292":44,"30":18,"302":2,"31":30,"314":3,"32":15,"33":105,"34":61,"347":13,"35":36,"352":625,"36":146,"37":55,"38":441,"380":6,"381":17,"383":25,"389":3,"39":77,"391":11,"396":3,"397":21,"40":44,"409":26,"41":53,"414":13,"415":65,"419":17,"42":50,"426":4,"43":58,"430":8,"431":1,"433":1,"44":38,"45":79,"46":178,"48":65,"49":55,"5":1658,"51":50,"52":82,"53":54,"56":11,"570":7,"6":86,"63":20,"7":322,"79":29,"8":210,"80":35,"9":247,"all_client":84932,"all_tv_clinet":13188,"insert_time":"2014-08-18T08:20:56.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71749,"10":17,"107":447,"11":300,"12":92,"13":438,"14":99,"15":162,"155":20,"156":7,"158":29,"159":28,"16":82,"160":11,"161":145,"167":41,"168":6,"17":106,"18":557,"19":469,"20":158,"209":28,"21":735,"210":28,"211":1,"214":12,"215":81,"221":222,"223":476,"224":138,"225":451,"23":285,"24":1090,"25":364,"257":41,"26":118,"268":6,"27":81,"273":83,"276":24,"279":7,"28":348,"281":14,"282":12,"291":27,"292":44,"30":18,"302":2,"31":29,"314":3,"32":16,"33":104,"34":67,"347":15,"35":35,"352":631,"36":146,"37":55,"38":449,"380":7,"381":18,"383":25,"389":3,"39":77,"391":12,"396":3,"397":21,"40":44,"409":26,"41":52,"414":16,"415":59,"419":18,"42":44,"426":4,"43":56,"430":8,"431":1,"433":1,"44":39,"45":83,"46":182,"48":67,"49":58,"5":1650,"51":50,"52":81,"53":56,"56":11,"570":5,"6":85,"63":20,"7":320,"79":29,"8":214,"80":35,"9":247,"all_client":84976,"all_tv_clinet":13227,"insert_time":"2014-08-18T08:21:56.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71767,"10":19,"107":441,"11":323,"12":85,"13":433,"14":100,"15":175,"155":21,"156":7,"158":27,"159":27,"16":88,"160":11,"161":152,"167":41,"168":5,"17":98,"18":555,"19":474,"20":159,"209":27,"21":727,"210":26,"211":1,"214":12,"215":78,"221":223,"223":465,"224":144,"225":463,"23":290,"24":1075,"25":363,"257":36,"26":120,"268":6,"27":66,"273":87,"276":26,"279":8,"28":334,"281":13,"282":14,"291":27,"292":44,"30":19,"302":2,"31":29,"314":3,"32":15,"33":101,"34":73,"347":17,"35":34,"352":640,"36":149,"37":60,"38":455,"380":8,"381":17,"383":26,"389":2,"39":71,"391":11,"396":3,"397":21,"40":46,"409":32,"41":52,"414":16,"415":60,"419":19,"42":40,"426":4,"43":57,"430":7,"431":1,"433":1,"44":40,"45":86,"46":181,"48":69,"49":60,"5":1654,"51":52,"52":75,"53":56,"56":12,"570":6,"6":87,"63":20,"7":320,"79":25,"8":213,"80":34,"9":250,"all_client":85014,"all_tv_clinet":13247,"insert_time":"2014-08-18T08:22:57.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71792,"10":19,"107":440,"11":333,"12":80,"13":428,"14":105,"15":178,"155":23,"156":6,"158":28,"159":26,"16":86,"160":11,"161":156,"167":41,"168":6,"17":99,"18":561,"19":481,"20":154,"209":27,"21":729,"210":29,"211":1,"214":12,"215":80,"221":225,"223":461,"224":138,"225":461,"23":293,"24":1039,"25":372,"257":43,"26":125,"268":5,"27":59,"273":93,"276":27,"279":8,"28":325,"281":13,"282":16,"291":24,"292":42,"30":24,"302":3,"31":25,"314":3,"32":17,"33":102,"34":77,"347":18,"35":33,"352":644,"36":151,"37":55,"38":444,"380":8,"381":16,"383":29,"389":2,"39":71,"391":12,"396":3,"397":20,"40":47,"409":34,"41":50,"414":16,"415":60,"419":19,"42":34,"426":3,"43":58,"430":7,"431":1,"433":2,"44":41,"45":81,"46":175,"48":71,"49":59,"5":1665,"51":50,"52":75,"53":55,"56":12,"570":5,"6":90,"63":20,"7":312,"79":25,"8":213,"80":35,"9":248,"all_client":85020,"all_tv_clinet":13228,"insert_time":"2014-08-18T08:23:57.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71897,"10":18,"107":434,"11":340,"12":75,"13":426,"14":103,"15":180,"155":24,"156":6,"158":28,"159":24,"16":87,"160":11,"161":166,"167":39,"168":8,"17":93,"18":567,"19":480,"20":156,"209":26,"21":734,"210":29,"211":1,"214":12,"215":81,"221":232,"223":472,"224":138,"225":460,"23":297,"24":1018,"25":376,"257":43,"26":120,"268":5,"27":56,"273":95,"276":25,"279":7,"28":319,"281":10,"282":20,"291":23,"292":44,"30":28,"302":4,"31":24,"314":3,"32":17,"33":103,"34":76,"347":18,"35":33,"352":644,"36":151,"37":56,"38":448,"380":8,"381":17,"383":27,"389":2,"39":67,"391":12,"396":3,"397":20,"40":48,"409":32,"41":51,"414":14,"415":59,"419":15,"42":28,"426":3,"43":63,"430":7,"431":1,"433":2,"44":42,"45":80,"46":175,"48":69,"49":59,"5":1659,"51":52,"52":77,"53":60,"56":12,"570":4,"6":90,"63":20,"7":310,"79":24,"8":217,"80":35,"9":254,"all_client":85128,"all_tv_clinet":13231,"insert_time":"2014-08-18T08:24:58.336Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71974,"10":19,"107":433,"11":344,"12":65,"13":419,"14":107,"15":172,"155":25,"156":7,"158":28,"159":25,"16":89,"160":10,"161":164,"167":39,"168":8,"17":96,"18":562,"19":470,"20":150,"209":24,"21":717,"210":28,"214":12,"215":84,"221":231,"223":493,"224":143,"225":470,"23":301,"24":1006,"25":384,"257":46,"26":123,"268":3,"27":56,"273":101,"276":25,"279":7,"28":311,"281":10,"282":21,"291":23,"292":45,"30":31,"302":4,"31":25,"314":4,"32":21,"33":105,"34":76,"347":18,"35":34,"352":643,"36":147,"37":56,"38":445,"380":8,"381":19,"383":25,"389":2,"39":65,"391":12,"396":2,"397":20,"40":50,"409":28,"41":50,"414":14,"415":60,"419":12,"42":26,"426":3,"43":63,"430":6,"431":1,"433":2,"44":42,"45":82,"46":171,"48":71,"49":68,"5":1662,"51":54,"52":74,"53":69,"56":12,"570":5,"6":96,"63":18,"7":307,"79":22,"8":224,"80":36,"9":256,"all_client":85216,"all_tv_clinet":13242,"insert_time":"2014-08-18T08:25:58.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71993,"10":19,"107":440,"11":351,"12":66,"13":424,"14":108,"15":152,"155":24,"156":9,"158":27,"159":24,"16":98,"160":11,"161":163,"167":38,"168":9,"17":99,"18":557,"19":466,"20":147,"209":23,"21":686,"210":28,"214":12,"215":84,"221":229,"223":494,"224":151,"225":470,"23":310,"24":1022,"25":397,"257":46,"26":129,"268":3,"27":54,"273":97,"276":24,"279":7,"28":305,"281":9,"282":22,"291":21,"292":41,"30":32,"302":4,"31":22,"314":3,"32":21,"33":99,"34":77,"347":17,"35":34,"352":647,"36":148,"37":57,"38":455,"380":9,"381":19,"383":23,"389":2,"39":61,"391":12,"396":2,"397":20,"40":52,"409":28,"41":47,"414":14,"415":58,"419":14,"42":26,"426":2,"43":58,"430":7,"431":1,"433":1,"44":41,"45":87,"46":173,"48":73,"49":75,"5":1659,"51":53,"52":72,"53":69,"56":12,"570":7,"6":100,"63":19,"7":322,"79":21,"8":224,"80":36,"9":266,"all_client":85270,"all_tv_clinet":13277,"insert_time":"2014-08-18T08:26:59.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72012,"10":18,"107":443,"11":372,"12":62,"13":414,"14":101,"15":134,"155":26,"156":7,"158":27,"159":22,"16":101,"160":16,"161":164,"167":38,"168":8,"17":105,"18":544,"19":473,"20":145,"209":24,"21":667,"210":28,"214":12,"215":83,"221":224,"223":494,"224":159,"225":475,"23":314,"24":1041,"25":407,"257":45,"26":131,"268":4,"27":53,"273":98,"276":24,"279":7,"28":300,"281":9,"282":23,"291":21,"292":40,"30":35,"302":5,"31":22,"314":4,"32":22,"33":101,"34":84,"347":14,"35":31,"352":639,"36":144,"37":60,"38":450,"380":9,"381":18,"383":22,"389":2,"39":57,"391":12,"396":3,"397":20,"40":51,"409":25,"41":48,"414":14,"415":59,"419":14,"42":26,"426":1,"43":57,"430":8,"431":1,"433":1,"44":41,"45":90,"46":179,"48":73,"49":79,"5":1657,"51":60,"52":72,"53":69,"56":12,"570":8,"6":105,"63":19,"7":326,"79":24,"8":223,"80":39,"9":273,"all_client":85323,"all_tv_clinet":13311,"insert_time":"2014-08-18T08:28:00.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72065,"10":18,"107":458,"11":400,"12":61,"13":394,"14":101,"15":121,"155":23,"156":6,"158":28,"159":20,"16":107,"160":15,"161":166,"167":40,"168":6,"17":104,"18":539,"19":477,"20":140,"209":24,"21":651,"210":29,"214":12,"215":82,"221":224,"223":483,"224":164,"225":470,"23":319,"24":1055,"25":414,"257":46,"26":133,"268":4,"27":48,"273":87,"276":25,"279":8,"28":301,"281":9,"282":23,"291":19,"292":40,"30":36,"302":6,"31":23,"314":4,"32":19,"33":97,"34":85,"347":12,"35":32,"352":641,"36":142,"37":64,"38":450,"380":9,"381":14,"383":21,"389":2,"39":59,"391":11,"396":4,"397":22,"40":53,"409":25,"41":48,"414":14,"415":62,"419":12,"42":24,"426":1,"43":54,"430":8,"431":1,"433":1,"44":42,"45":86,"46":186,"48":76,"49":87,"5":1643,"51":58,"52":79,"53":73,"56":11,"570":8,"6":107,"63":19,"7":333,"79":24,"8":215,"80":39,"9":283,"all_client":85384,"all_tv_clinet":13319,"insert_time":"2014-08-18T08:29:00.772Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72151,"10":18,"107":454,"11":419,"12":58,"13":381,"14":106,"15":118,"155":22,"156":6,"158":29,"159":23,"16":104,"160":15,"161":166,"167":40,"168":5,"17":104,"18":538,"19":476,"20":149,"209":24,"21":644,"210":31,"214":12,"215":79,"221":226,"223":504,"224":168,"225":463,"23":317,"24":1065,"25":416,"257":47,"26":134,"268":4,"27":41,"273":87,"276":25,"279":9,"28":299,"281":8,"282":22,"291":17,"292":44,"30":38,"302":5,"31":20,"314":4,"32":18,"33":93,"34":79,"347":11,"35":33,"352":635,"36":141,"37":67,"38":453,"380":8,"381":16,"383":21,"389":2,"39":55,"391":10,"396":6,"397":22,"40":55,"409":25,"41":44,"414":17,"415":63,"419":9,"42":22,"426":1,"43":52,"430":7,"431":1,"433":1,"44":41,"45":86,"46":195,"48":77,"49":93,"5":1604,"51":56,"52":79,"53":79,"56":12,"570":9,"6":115,"63":19,"7":339,"79":26,"8":213,"80":37,"9":293,"all_client":85475,"all_tv_clinet":13324,"insert_time":"2014-08-18T08:30:01.359Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72215,"10":18,"107":460,"11":426,"12":56,"13":376,"14":111,"15":112,"155":23,"156":7,"158":30,"159":25,"16":108,"160":15,"161":162,"167":42,"168":5,"17":108,"18":543,"19":474,"20":154,"209":22,"21":640,"210":33,"214":12,"215":79,"221":240,"223":506,"224":172,"225":464,"23":323,"24":1075,"25":425,"257":50,"26":132,"268":3,"27":39,"273":83,"276":28,"279":8,"28":300,"281":8,"282":22,"291":20,"292":48,"30":42,"302":5,"31":20,"314":3,"32":17,"33":88,"34":64,"347":11,"35":30,"352":624,"36":142,"37":68,"38":454,"380":9,"381":16,"383":22,"389":2,"39":54,"391":8,"396":7,"397":22,"40":57,"409":27,"41":46,"414":17,"415":60,"419":9,"42":23,"426":1,"43":52,"430":7,"433":1,"44":46,"45":82,"46":194,"48":81,"49":94,"5":1544,"51":55,"52":80,"53":83,"56":15,"570":9,"6":116,"63":20,"7":328,"79":26,"8":208,"80":38,"9":297,"all_client":85526,"all_tv_clinet":13311,"insert_time":"2014-08-18T08:31:02.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72301,"10":16,"107":467,"11":430,"12":57,"13":368,"14":123,"15":106,"155":22,"156":7,"158":30,"159":25,"16":108,"160":16,"161":160,"167":42,"168":5,"17":108,"18":550,"19":449,"20":158,"209":19,"21":617,"210":34,"214":11,"215":79,"221":245,"223":511,"224":179,"225":458,"23":320,"24":1110,"25":432,"257":51,"26":132,"268":3,"27":36,"273":82,"276":27,"279":8,"28":311,"281":9,"282":22,"291":20,"292":53,"30":49,"302":4,"31":20,"314":3,"32":17,"33":88,"34":53,"347":12,"35":34,"352":617,"36":143,"37":72,"38":451,"380":9,"381":17,"383":20,"389":2,"39":51,"391":7,"396":7,"397":22,"40":63,"409":31,"41":46,"414":16,"415":56,"419":8,"42":23,"426":1,"43":51,"430":8,"433":1,"434":1,"44":45,"45":72,"46":195,"48":87,"49":100,"5":1472,"51":61,"52":80,"53":81,"56":17,"570":9,"6":127,"63":20,"7":332,"79":29,"8":197,"80":37,"9":297,"all_client":85578,"all_tv_clinet":13277,"insert_time":"2014-08-18T08:32:02.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72360,"10":17,"107":479,"11":439,"12":59,"13":356,"14":128,"15":95,"155":22,"156":7,"158":31,"159":23,"16":107,"160":17,"161":154,"167":42,"168":3,"17":107,"18":549,"19":419,"20":162,"209":20,"21":602,"210":37,"214":11,"215":77,"221":248,"223":520,"224":185,"225":467,"23":326,"24":1126,"25":435,"257":54,"26":136,"268":4,"27":32,"273":83,"276":27,"279":6,"28":317,"281":11,"282":21,"291":18,"292":56,"30":54,"302":4,"31":23,"314":3,"32":16,"33":92,"34":49,"347":15,"35":39,"352":630,"36":143,"37":75,"38":451,"380":10,"381":22,"383":20,"389":3,"39":52,"391":7,"396":5,"397":22,"40":64,"409":32,"41":49,"414":17,"415":57,"419":9,"42":22,"426":2,"43":54,"430":7,"433":1,"434":1,"44":44,"45":64,"46":192,"48":91,"49":103,"5":1421,"51":61,"52":78,"53":88,"56":17,"570":9,"6":134,"63":20,"7":322,"79":32,"8":185,"80":39,"9":301,"all_client":85646,"all_tv_clinet":13286,"insert_time":"2014-08-18T08:33:03.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72415,"10":16,"107":477,"11":437,"12":57,"13":341,"14":131,"15":95,"155":24,"156":5,"158":32,"159":23,"16":108,"160":18,"161":154,"167":42,"168":3,"17":110,"18":543,"19":382,"20":162,"209":18,"21":596,"210":39,"214":12,"215":76,"221":243,"223":543,"224":185,"225":473,"23":336,"24":1147,"25":441,"257":57,"26":142,"268":3,"27":30,"273":83,"276":28,"279":5,"28":336,"281":12,"282":19,"291":18,"292":60,"30":57,"302":3,"31":25,"314":3,"32":16,"33":95,"34":43,"347":17,"35":42,"352":636,"36":147,"37":75,"38":461,"380":10,"381":23,"383":21,"389":3,"39":50,"391":7,"396":5,"397":22,"40":69,"409":35,"41":50,"414":20,"415":51,"419":9,"42":21,"426":3,"43":50,"430":6,"433":1,"434":1,"44":41,"45":55,"46":196,"48":90,"49":107,"5":1383,"51":57,"52":82,"53":88,"56":18,"570":10,"6":138,"63":18,"7":318,"79":34,"8":177,"80":38,"9":300,"all_client":85704,"all_tv_clinet":13289,"insert_time":"2014-08-18T08:34:04.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72397,"10":16,"107":474,"11":448,"12":61,"13":328,"14":133,"15":94,"155":26,"156":4,"158":33,"159":23,"16":100,"160":18,"161":157,"167":42,"168":3,"17":111,"18":531,"19":355,"20":167,"209":17,"21":587,"210":38,"214":12,"215":78,"221":241,"223":546,"224":191,"225":484,"23":337,"24":1163,"25":444,"257":56,"26":145,"268":3,"27":29,"273":88,"276":30,"279":7,"28":344,"281":12,"282":15,"291":19,"292":64,"30":68,"302":4,"31":24,"314":3,"32":17,"33":99,"34":40,"347":19,"35":45,"352":648,"36":144,"37":76,"38":464,"380":10,"381":23,"383":20,"389":4,"39":54,"391":7,"396":4,"397":22,"40":73,"409":36,"41":54,"414":22,"415":51,"419":7,"42":21,"426":3,"43":52,"430":6,"433":1,"44":42,"45":55,"46":197,"48":94,"49":111,"5":1342,"51":57,"52":83,"53":96,"56":20,"570":10,"6":135,"63":18,"7":325,"79":33,"8":177,"80":39,"9":307,"all_client":85733,"all_tv_clinet":13336,"insert_time":"2014-08-18T08:35:04.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72463,"10":14,"107":472,"11":472,"12":60,"13":326,"14":138,"15":94,"155":27,"156":5,"158":33,"159":21,"16":99,"160":19,"161":166,"167":40,"168":3,"17":103,"18":523,"19":340,"20":169,"209":20,"21":576,"210":39,"214":12,"215":78,"221":248,"223":562,"224":192,"225":482,"23":345,"24":1181,"25":452,"257":57,"26":147,"268":4,"27":32,"273":87,"276":30,"279":7,"28":357,"281":12,"282":15,"291":20,"292":68,"30":71,"302":4,"31":27,"314":3,"32":18,"33":100,"34":40,"347":19,"35":47,"352":640,"36":143,"37":74,"38":469,"380":9,"381":23,"383":21,"389":4,"39":52,"391":9,"396":4,"397":22,"40":78,"409":37,"41":57,"414":23,"415":50,"419":6,"42":21,"426":3,"43":55,"430":7,"433":1,"44":40,"45":51,"46":178,"48":94,"49":110,"5":1282,"51":58,"52":82,"53":99,"56":21,"570":10,"6":125,"63":17,"7":327,"79":32,"8":171,"80":38,"9":314,"all_client":85796,"all_tv_clinet":13333,"insert_time":"2014-08-18T08:36:05.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72525,"10":16,"107":475,"11":500,"12":63,"13":326,"14":138,"15":92,"155":25,"156":7,"158":34,"159":24,"16":88,"160":20,"161":175,"167":35,"168":3,"17":104,"18":507,"19":325,"20":178,"209":20,"21":562,"210":39,"214":12,"215":78,"221":235,"223":552,"224":200,"225":480,"23":351,"24":1197,"25":450,"257":54,"26":158,"268":4,"27":33,"273":89,"276":30,"279":6,"28":367,"281":12,"282":14,"291":21,"292":72,"30":74,"302":4,"31":30,"314":4,"32":24,"33":101,"34":41,"347":18,"35":52,"352":637,"36":142,"37":80,"38":462,"380":9,"381":22,"383":25,"389":4,"39":53,"391":9,"396":6,"397":22,"40":80,"409":37,"41":60,"414":24,"415":50,"419":6,"42":26,"426":2,"43":53,"430":7,"433":1,"44":41,"45":47,"46":170,"48":92,"49":117,"5":1226,"51":59,"52":81,"53":103,"56":23,"570":10,"6":117,"63":17,"7":334,"79":31,"8":159,"80":37,"9":318,"all_client":85843,"all_tv_clinet":13318,"insert_time":"2014-08-18T08:37:05.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72565,"10":16,"107":482,"11":507,"12":66,"13":318,"14":139,"15":91,"155":24,"156":7,"158":33,"159":25,"16":85,"160":20,"161":185,"167":36,"168":4,"17":99,"18":500,"19":322,"20":179,"209":27,"21":560,"210":38,"214":11,"215":84,"221":230,"223":559,"224":201,"225":486,"23":346,"24":1168,"25":463,"257":51,"26":160,"268":5,"27":32,"273":94,"276":32,"279":5,"28":363,"281":13,"282":13,"291":21,"292":79,"30":76,"302":4,"31":29,"314":5,"32":23,"33":102,"34":46,"347":17,"35":52,"352":646,"36":143,"37":79,"38":462,"380":9,"381":21,"383":25,"389":4,"39":51,"391":9,"396":6,"397":22,"40":86,"409":40,"41":68,"414":27,"415":50,"419":7,"42":34,"426":2,"43":53,"430":7,"433":1,"44":42,"45":43,"46":151,"48":91,"49":122,"5":1183,"51":51,"52":82,"53":98,"56":22,"570":11,"6":117,"63":17,"7":342,"79":32,"8":159,"80":37,"9":325,"all_client":85875,"all_tv_clinet":13310,"insert_time":"2014-08-18T08:38:06.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72488,"10":17,"107":472,"11":506,"12":72,"13":311,"14":136,"15":87,"155":25,"156":7,"158":34,"159":25,"16":84,"160":19,"161":198,"167":36,"168":4,"17":100,"18":489,"19":313,"20":181,"209":26,"21":559,"210":38,"214":11,"215":81,"221":225,"223":557,"224":204,"225":497,"23":355,"24":1149,"25":465,"257":54,"26":162,"268":5,"27":32,"273":105,"276":32,"279":6,"28":362,"281":13,"282":12,"291":21,"292":89,"30":79,"302":5,"31":35,"314":5,"32":22,"33":102,"34":46,"347":17,"35":53,"352":652,"36":142,"37":76,"38":471,"380":9,"381":17,"383":25,"389":4,"39":48,"391":9,"396":7,"397":23,"40":88,"409":38,"41":68,"414":25,"415":51,"419":7,"42":39,"426":3,"43":57,"430":6,"433":1,"44":47,"45":41,"46":142,"48":90,"49":129,"5":1124,"51":48,"52":81,"53":87,"56":24,"570":12,"6":124,"63":16,"7":345,"79":34,"8":154,"80":37,"9":337,"all_client":85766,"all_tv_clinet":13278,"insert_time":"2014-08-18T08:39:06.990Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72511,"10":17,"107":502,"11":512,"12":77,"13":308,"14":141,"15":87,"155":24,"156":5,"158":33,"159":25,"16":88,"160":20,"161":207,"167":36,"168":4,"17":96,"18":476,"19":314,"20":183,"209":28,"21":556,"210":38,"214":10,"215":81,"221":232,"223":566,"224":205,"225":490,"23":351,"24":1137,"25":475,"257":61,"26":163,"268":5,"27":33,"273":114,"276":32,"279":6,"28":364,"281":12,"282":11,"291":21,"292":110,"30":79,"302":5,"306":1,"31":35,"314":5,"317":1,"32":20,"33":106,"34":43,"347":15,"35":50,"352":658,"36":141,"37":75,"38":471,"380":9,"381":17,"383":26,"389":4,"39":47,"391":9,"396":7,"397":24,"40":87,"409":35,"41":66,"414":22,"415":50,"419":6,"42":46,"426":3,"43":57,"430":7,"433":1,"44":47,"45":39,"46":135,"48":80,"49":129,"5":1030,"51":44,"52":85,"53":85,"56":24,"570":12,"6":127,"63":15,"7":344,"79":34,"8":152,"80":38,"9":345,"all_client":85760,"all_tv_clinet":13249,"insert_time":"2014-08-18T08:40:09.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72585,"10":19,"107":504,"11":524,"12":78,"13":300,"14":143,"15":87,"155":26,"156":5,"158":33,"159":25,"16":88,"160":22,"161":198,"167":35,"168":4,"17":97,"18":468,"19":308,"20":185,"209":28,"21":571,"210":38,"214":7,"215":79,"221":251,"223":575,"224":207,"225":500,"23":357,"24":1154,"25":484,"257":59,"26":164,"268":4,"27":31,"273":124,"276":30,"279":8,"28":375,"281":11,"282":11,"291":24,"292":118,"30":80,"302":5,"306":1,"31":33,"314":4,"317":1,"32":18,"33":107,"34":42,"347":17,"35":49,"352":662,"36":141,"37":79,"38":474,"380":9,"381":17,"383":29,"389":4,"39":43,"391":9,"396":5,"397":24,"40":82,"409":31,"41":60,"414":17,"415":46,"419":8,"42":47,"426":3,"43":61,"430":8,"433":1,"44":50,"45":36,"46":126,"48":68,"49":129,"5":966,"51":43,"52":85,"53":84,"56":27,"570":12,"6":131,"63":16,"7":339,"79":32,"8":146,"80":41,"9":346,"all_client":85838,"all_tv_clinet":13253,"insert_time":"2014-08-18T08:41:10.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72691,"10":17,"107":497,"11":526,"12":70,"13":294,"14":140,"15":93,"155":27,"156":5,"158":33,"159":25,"16":88,"160":21,"161":186,"167":33,"168":4,"17":105,"18":467,"19":306,"20":180,"209":31,"21":574,"210":36,"214":7,"215":77,"221":258,"223":572,"224":208,"225":496,"23":352,"24":1157,"25":490,"257":63,"26":167,"268":6,"27":28,"273":133,"276":28,"279":8,"28":376,"281":11,"282":10,"291":25,"292":120,"30":81,"302":5,"306":1,"31":34,"314":4,"317":1,"32":17,"33":107,"34":40,"347":16,"35":50,"352":654,"36":131,"37":79,"38":487,"380":8,"381":16,"383":30,"389":4,"39":46,"391":8,"396":3,"397":24,"40":85,"409":32,"41":58,"414":17,"415":47,"419":12,"42":44,"426":2,"43":63,"430":8,"433":1,"44":48,"45":36,"46":128,"48":59,"49":128,"5":930,"51":40,"52":84,"53":85,"56":26,"570":11,"6":134,"63":17,"7":341,"79":37,"8":145,"80":40,"9":350,"all_client":85895,"all_tv_clinet":13204,"insert_time":"2014-08-18T08:42:10.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72746,"10":17,"107":498,"11":529,"12":72,"13":292,"14":144,"15":94,"155":28,"156":5,"158":36,"159":26,"16":90,"160":21,"161":183,"167":35,"168":4,"17":116,"18":460,"19":305,"20":176,"209":32,"21":583,"210":37,"214":8,"215":74,"221":260,"223":568,"224":206,"225":501,"23":360,"24":1121,"25":501,"257":61,"26":167,"268":7,"27":27,"273":144,"276":31,"279":9,"28":375,"281":12,"282":10,"291":24,"292":106,"30":83,"302":5,"31":33,"314":5,"317":1,"32":15,"33":106,"34":39,"347":15,"35":52,"352":647,"36":120,"37":81,"38":507,"380":7,"381":21,"383":31,"389":4,"39":48,"391":8,"396":1,"397":23,"40":87,"409":37,"41":59,"414":16,"415":47,"419":14,"42":44,"426":2,"43":61,"430":9,"433":1,"44":44,"45":34,"46":130,"48":60,"49":135,"5":899,"51":42,"52":81,"53":83,"56":28,"570":12,"6":143,"63":16,"7":341,"79":36,"8":146,"80":40,"9":347,"all_client":85947,"all_tv_clinet":13201,"insert_time":"2014-08-18T08:43:11.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72734,"10":16,"107":496,"11":521,"12":74,"13":290,"14":141,"15":94,"155":29,"156":6,"158":37,"159":26,"16":92,"160":22,"161":191,"167":37,"168":5,"17":122,"18":449,"19":307,"20":176,"209":34,"21":583,"210":37,"214":10,"215":72,"221":258,"223":577,"224":211,"225":507,"23":352,"24":1101,"25":497,"257":64,"26":173,"268":9,"27":24,"273":148,"276":31,"279":8,"28":383,"281":12,"282":10,"291":25,"292":90,"30":80,"302":6,"31":35,"314":5,"317":1,"32":15,"33":112,"34":43,"347":16,"35":52,"352":617,"36":119,"37":82,"38":515,"380":6,"381":21,"383":32,"389":4,"39":47,"391":8,"396":1,"397":23,"40":90,"409":41,"41":62,"414":14,"415":43,"419":14,"42":50,"426":3,"43":59,"430":9,"433":1,"44":34,"45":31,"46":128,"48":59,"49":141,"5":868,"51":40,"52":87,"53":86,"56":30,"570":10,"6":162,"63":16,"7":340,"79":36,"8":145,"80":39,"9":350,"all_client":85909,"all_tv_clinet":13175,"insert_time":"2014-08-18T08:44:11.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72878,"10":16,"107":502,"11":518,"12":77,"13":284,"14":146,"15":92,"155":29,"156":4,"158":38,"159":26,"16":88,"160":23,"161":199,"167":35,"168":4,"17":122,"18":444,"19":312,"20":171,"209":31,"21":573,"210":39,"214":10,"215":75,"221":244,"223":584,"224":211,"225":521,"23":349,"24":1104,"25":492,"257":61,"26":164,"268":8,"27":27,"273":135,"276":35,"279":8,"28":389,"281":11,"282":12,"291":23,"292":89,"30":84,"302":4,"306":2,"31":35,"314":5,"317":1,"32":14,"33":111,"34":42,"347":17,"35":53,"352":625,"36":119,"37":88,"38":523,"380":6,"381":21,"383":31,"389":4,"39":49,"391":7,"396":2,"397":25,"40":93,"409":44,"41":66,"414":14,"415":42,"419":16,"42":53,"426":3,"43":60,"430":9,"433":1,"44":32,"45":30,"46":125,"48":59,"49":150,"5":843,"51":39,"52":87,"53":92,"56":30,"570":10,"6":169,"63":15,"7":334,"79":37,"8":142,"80":39,"9":351,"all_client":86056,"all_tv_clinet":13178,"insert_time":"2014-08-18T08:45:12.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72978,"10":14,"107":511,"11":518,"12":74,"13":279,"14":140,"15":90,"155":30,"156":4,"158":38,"159":24,"16":84,"160":25,"161":201,"167":36,"168":5,"17":125,"18":440,"19":314,"20":171,"209":34,"21":587,"210":40,"214":10,"215":78,"221":245,"223":594,"224":211,"225":522,"23":342,"24":1108,"25":496,"257":59,"26":151,"268":8,"27":28,"273":127,"276":37,"279":10,"28":392,"281":9,"282":9,"291":22,"292":87,"30":85,"302":4,"306":2,"31":37,"314":4,"32":15,"33":110,"34":40,"347":15,"35":53,"352":621,"36":119,"37":89,"38":510,"380":5,"381":21,"383":29,"389":4,"39":53,"391":7,"396":4,"397":25,"40":98,"409":45,"41":67,"414":13,"415":41,"419":16,"42":50,"426":3,"43":64,"430":12,"433":1,"44":27,"45":29,"46":125,"48":55,"49":148,"5":819,"51":39,"52":91,"53":88,"56":30,"570":12,"6":181,"63":14,"7":338,"79":39,"8":148,"80":38,"9":355,"all_client":86145,"all_tv_clinet":13167,"insert_time":"2014-08-18T08:46:13.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73044,"10":13,"107":507,"11":523,"12":82,"13":278,"14":134,"15":94,"155":29,"156":4,"158":39,"159":22,"16":84,"160":24,"161":210,"167":37,"168":5,"17":122,"18":447,"19":322,"20":175,"209":33,"21":604,"210":41,"214":9,"215":75,"221":250,"223":608,"224":208,"225":520,"23":344,"24":1108,"25":507,"257":64,"26":138,"268":8,"27":29,"273":115,"276":37,"279":10,"28":389,"281":9,"282":9,"291":23,"292":90,"30":85,"302":4,"306":2,"31":42,"314":4,"32":15,"33":110,"34":36,"347":14,"35":54,"352":626,"36":113,"37":93,"38":510,"380":5,"381":20,"383":27,"389":4,"39":58,"391":8,"396":4,"397":25,"40":101,"409":47,"41":66,"414":14,"415":42,"419":19,"42":45,"426":3,"43":65,"430":15,"433":1,"434":1,"44":26,"45":27,"46":123,"48":51,"49":152,"5":780,"51":35,"52":93,"53":93,"56":29,"570":12,"6":191,"63":12,"7":337,"79":40,"8":146,"80":37,"9":361,"all_client":86246,"all_tv_clinet":13202,"insert_time":"2014-08-18T08:47:13.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73129,"10":14,"107":503,"11":539,"12":87,"13":283,"14":132,"15":96,"155":30,"156":5,"158":40,"159":19,"16":88,"160":23,"161":217,"167":40,"168":6,"17":130,"18":461,"19":333,"20":177,"209":36,"21":624,"210":41,"214":8,"215":78,"221":255,"223":616,"224":218,"225":501,"23":340,"24":1123,"25":491,"257":63,"26":127,"268":8,"27":27,"273":111,"276":38,"279":10,"28":400,"281":8,"282":10,"291":24,"292":94,"30":90,"302":4,"306":1,"31":43,"314":4,"32":16,"33":112,"34":32,"347":14,"35":59,"352":612,"36":110,"37":95,"38":518,"380":4,"381":21,"383":29,"389":6,"39":59,"391":8,"396":4,"397":26,"40":104,"409":48,"41":67,"414":13,"415":44,"419":23,"42":38,"426":3,"43":55,"430":17,"433":1,"434":1,"44":27,"45":27,"46":124,"48":56,"49":150,"5":750,"51":36,"52":90,"53":87,"56":29,"570":12,"6":190,"63":13,"7":338,"79":39,"8":146,"80":37,"9":332,"all_client":86367,"all_tv_clinet":13238,"insert_time":"2014-08-18T08:48:14.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73162,"10":14,"107":495,"11":548,"12":84,"13":277,"14":127,"15":97,"155":30,"156":5,"158":41,"159":16,"16":90,"160":25,"161":218,"167":40,"168":5,"17":136,"18":474,"19":344,"20":173,"209":36,"21":640,"210":39,"214":8,"215":76,"221":257,"223":626,"224":220,"225":482,"23":341,"24":1142,"25":467,"257":64,"26":131,"268":8,"27":27,"273":111,"276":41,"279":11,"28":401,"281":9,"282":9,"291":25,"292":93,"30":99,"302":5,"306":1,"31":46,"314":3,"32":17,"33":116,"34":31,"347":14,"35":61,"352":622,"36":109,"37":94,"38":520,"380":3,"381":22,"383":29,"389":6,"39":61,"391":9,"396":4,"397":26,"40":105,"409":48,"41":66,"414":12,"415":46,"419":22,"42":37,"426":3,"43":49,"430":19,"433":1,"434":1,"44":25,"45":27,"46":128,"48":55,"49":154,"5":726,"51":40,"52":94,"53":81,"56":26,"570":11,"6":193,"63":16,"7":332,"79":35,"8":152,"80":36,"9":306,"all_client":86409,"all_tv_clinet":13247,"insert_time":"2014-08-18T08:49:14.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73313,"10":12,"107":484,"11":572,"12":82,"13":280,"14":126,"15":101,"155":30,"156":5,"158":41,"159":15,"16":86,"160":27,"161":218,"167":40,"168":4,"17":147,"18":474,"19":354,"20":174,"209":33,"21":656,"210":37,"214":8,"215":78,"221":260,"223":630,"224":227,"225":470,"23":331,"24":1147,"25":444,"257":62,"26":127,"268":8,"27":25,"273":108,"276":42,"279":10,"28":416,"281":9,"282":8,"291":25,"292":95,"30":102,"302":6,"306":1,"31":51,"314":3,"32":17,"33":119,"34":31,"347":13,"35":59,"352":620,"36":103,"37":97,"38":523,"380":3,"381":21,"383":29,"389":6,"39":63,"391":10,"396":4,"397":26,"40":112,"409":47,"41":63,"414":11,"415":51,"419":22,"42":33,"426":3,"43":42,"430":17,"433":1,"44":25,"45":28,"46":129,"48":55,"49":157,"5":708,"51":37,"52":96,"53":73,"56":24,"570":11,"6":198,"63":18,"7":332,"79":36,"8":153,"80":38,"9":282,"all_client":86550,"all_tv_clinet":13237,"insert_time":"2014-08-18T08:50:15.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73424,"10":12,"107":483,"11":574,"12":89,"13":282,"14":125,"15":103,"155":30,"156":5,"158":42,"159":14,"16":87,"160":32,"161":216,"167":37,"168":4,"17":154,"18":469,"19":359,"20":171,"209":33,"21":671,"210":38,"214":8,"215":77,"221":263,"223":627,"224":219,"225":471,"23":330,"24":1144,"25":425,"257":60,"26":135,"268":8,"27":23,"273":108,"276":43,"279":10,"28":427,"281":9,"282":6,"291":25,"292":100,"30":102,"302":6,"306":1,"31":52,"314":3,"32":18,"33":116,"34":32,"347":12,"35":59,"352":627,"36":109,"37":99,"38":513,"380":3,"381":22,"383":29,"389":6,"39":67,"391":9,"396":6,"397":23,"40":113,"409":45,"41":66,"414":11,"415":57,"419":24,"42":35,"426":3,"43":43,"430":17,"44":23,"45":26,"46":132,"48":50,"49":165,"5":693,"51":36,"52":96,"53":71,"56":19,"570":12,"6":198,"63":19,"7":335,"79":34,"8":160,"80":38,"9":262,"all_client":86669,"all_tv_clinet":13245,"insert_time":"2014-08-18T08:51:16.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73538,"10":13,"107":484,"11":578,"12":93,"13":290,"14":128,"15":103,"155":30,"156":5,"158":41,"159":13,"16":88,"160":33,"161":219,"167":37,"168":4,"17":159,"18":463,"19":374,"20":168,"209":34,"21":687,"210":38,"214":9,"215":79,"221":275,"223":623,"224":221,"225":461,"23":333,"24":1149,"25":406,"257":57,"26":139,"268":10,"27":22,"273":105,"276":41,"279":10,"28":434,"281":9,"282":7,"291":25,"292":104,"30":102,"302":6,"306":1,"31":54,"314":3,"32":16,"33":109,"34":32,"347":9,"35":59,"352":615,"36":106,"37":99,"38":504,"380":4,"381":22,"383":28,"389":6,"39":73,"391":9,"396":5,"397":24,"40":116,"409":42,"41":67,"414":11,"415":60,"419":30,"42":36,"426":3,"43":42,"430":16,"44":22,"45":24,"46":142,"48":50,"49":169,"5":677,"51":34,"52":93,"53":70,"56":19,"570":12,"6":196,"63":18,"7":339,"79":34,"8":161,"80":38,"9":258,"all_client":86804,"all_tv_clinet":13266,"insert_time":"2014-08-18T08:52:17.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73582,"10":16,"107":493,"11":589,"12":89,"13":293,"14":131,"15":106,"155":33,"156":6,"158":41,"159":13,"16":96,"160":33,"161":228,"167":36,"168":4,"17":164,"18":455,"19":376,"20":160,"209":32,"21":684,"210":37,"214":8,"215":80,"221":269,"223":613,"224":223,"225":439,"23":339,"24":1143,"25":394,"257":57,"26":144,"268":10,"27":22,"273":111,"276":40,"279":13,"28":432,"281":9,"282":7,"291":23,"292":112,"30":103,"302":6,"306":1,"31":55,"314":4,"32":17,"33":109,"34":30,"347":9,"35":58,"352":614,"36":108,"37":86,"38":498,"380":4,"381":22,"383":29,"389":6,"39":72,"391":9,"396":6,"397":24,"40":111,"409":39,"41":72,"414":11,"415":63,"419":35,"42":37,"426":2,"43":43,"430":15,"44":23,"45":24,"46":143,"48":46,"49":176,"5":666,"51":32,"52":93,"53":74,"56":18,"570":14,"6":188,"63":16,"7":345,"79":32,"8":171,"80":39,"9":255,"all_client":86838,"all_tv_clinet":13256,"insert_time":"2014-08-18T08:53:17.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73641,"10":16,"107":508,"11":585,"12":93,"13":301,"14":138,"15":113,"155":33,"156":5,"158":38,"159":15,"16":95,"160":29,"161":230,"167":36,"168":3,"17":165,"18":459,"19":379,"20":161,"209":30,"21":684,"210":37,"214":7,"215":81,"221":266,"223":630,"224":231,"225":449,"23":350,"24":1129,"25":385,"257":61,"26":148,"268":12,"27":22,"273":122,"276":40,"279":11,"28":433,"281":6,"282":7,"291":23,"292":129,"30":90,"302":7,"306":1,"31":58,"314":4,"32":16,"33":113,"34":29,"347":9,"35":63,"352":614,"36":118,"37":74,"38":497,"380":3,"381":20,"383":30,"389":5,"39":73,"391":10,"396":4,"397":24,"40":115,"409":38,"41":72,"414":11,"415":60,"419":37,"42":38,"426":2,"43":41,"430":13,"44":22,"45":26,"46":144,"48":42,"49":177,"5":652,"51":32,"52":96,"53":74,"56":17,"570":15,"6":193,"63":14,"7":340,"79":29,"8":172,"80":39,"9":252,"all_client":86961,"all_tv_clinet":13320,"insert_time":"2014-08-18T08:54:18.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73684,"10":17,"107":510,"11":574,"12":97,"13":299,"14":140,"15":110,"155":33,"156":5,"158":38,"159":15,"16":93,"160":25,"161":218,"167":37,"168":2,"17":165,"18":461,"19":369,"20":162,"209":28,"21":690,"210":37,"214":6,"215":81,"221":265,"223":642,"224":233,"225":434,"23":355,"24":1126,"25":380,"257":60,"26":147,"268":12,"27":21,"273":131,"276":41,"279":12,"28":440,"281":5,"282":6,"291":25,"292":147,"30":80,"302":7,"306":1,"31":60,"314":4,"317":1,"32":19,"33":116,"34":31,"347":7,"35":68,"352":612,"36":121,"37":63,"38":498,"380":3,"381":19,"383":30,"389":5,"39":79,"391":10,"396":4,"397":23,"40":103,"409":41,"41":71,"414":11,"415":60,"419":41,"42":37,"426":2,"43":39,"430":14,"44":25,"45":27,"46":145,"48":46,"49":176,"5":657,"51":29,"52":98,"53":70,"56":16,"570":16,"6":198,"63":15,"7":344,"79":31,"8":173,"80":37,"9":255,"all_client":87016,"all_tv_clinet":13332,"insert_time":"2014-08-18T08:55:18.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73784,"10":16,"107":512,"11":546,"12":97,"13":297,"14":143,"15":107,"155":31,"156":5,"158":38,"159":16,"16":95,"160":22,"161":201,"167":40,"168":2,"17":171,"18":480,"19":368,"20":166,"209":28,"21":697,"210":37,"214":5,"215":81,"221":253,"223":639,"224":225,"225":445,"23":369,"24":1118,"25":377,"257":60,"26":153,"268":12,"27":22,"273":137,"276":41,"279":8,"28":442,"281":5,"282":6,"291":26,"292":159,"30":70,"302":6,"306":1,"31":60,"314":3,"317":1,"32":18,"33":113,"34":33,"347":6,"35":76,"352":625,"36":121,"37":55,"38":499,"380":4,"381":22,"383":30,"389":5,"39":81,"391":9,"396":6,"397":23,"40":93,"409":36,"41":67,"414":13,"415":53,"419":41,"42":35,"426":3,"43":39,"430":14,"433":1,"44":24,"45":26,"46":149,"48":47,"49":169,"5":650,"51":29,"52":105,"53":65,"56":16,"570":16,"6":210,"63":14,"7":355,"79":31,"8":175,"80":36,"9":248,"all_client":87109,"all_tv_clinet":13325,"insert_time":"2014-08-18T08:56:19.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73813,"10":18,"107":515,"11":521,"12":109,"13":294,"14":143,"15":103,"155":31,"156":6,"158":37,"159":17,"16":98,"160":20,"161":189,"167":40,"168":2,"17":178,"18":497,"19":371,"20":167,"209":32,"21":703,"210":37,"214":4,"215":83,"221":248,"223":631,"224":211,"225":442,"23":367,"24":1102,"25":383,"257":61,"26":155,"268":12,"27":21,"273":140,"276":42,"279":8,"28":448,"281":5,"282":7,"291":27,"292":167,"30":61,"302":6,"306":1,"31":57,"314":3,"317":1,"32":17,"33":116,"34":31,"347":6,"35":84,"352":635,"36":120,"37":53,"38":512,"380":4,"381":24,"383":31,"389":4,"39":84,"391":9,"396":6,"397":24,"40":75,"409":33,"41":66,"414":13,"415":51,"419":41,"42":36,"426":4,"43":41,"430":15,"433":1,"44":23,"45":22,"46":151,"48":45,"49":157,"5":660,"51":32,"52":112,"53":57,"56":13,"570":16,"6":221,"63":14,"7":371,"79":33,"8":179,"80":35,"9":245,"all_client":87156,"all_tv_clinet":13343,"insert_time":"2014-08-18T08:57:20.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73891,"10":17,"107":519,"11":493,"12":112,"13":293,"14":149,"15":104,"155":30,"156":7,"158":36,"159":16,"16":101,"160":20,"161":182,"167":41,"168":2,"17":184,"18":511,"19":390,"20":175,"209":29,"21":718,"210":38,"214":4,"215":82,"221":249,"223":609,"224":187,"225":447,"23":352,"24":1099,"25":373,"257":65,"26":168,"268":11,"27":23,"273":142,"276":41,"279":7,"28":455,"281":6,"282":6,"291":28,"292":168,"30":57,"302":6,"306":1,"31":52,"314":3,"32":17,"33":118,"34":28,"347":7,"35":82,"352":649,"36":125,"37":49,"38":518,"380":5,"381":24,"383":31,"389":4,"39":92,"391":10,"396":5,"397":24,"40":69,"409":30,"41":65,"414":13,"415":50,"419":41,"42":37,"426":3,"43":43,"430":12,"433":1,"44":22,"45":21,"46":153,"48":46,"49":146,"5":646,"51":39,"52":115,"53":54,"56":11,"570":16,"6":230,"63":15,"7":388,"79":36,"8":181,"80":34,"9":250,"all_client":87254,"all_tv_clinet":13363,"insert_time":"2014-08-18T08:58:20.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74014,"10":18,"107":531,"11":472,"12":110,"13":288,"14":159,"15":108,"155":32,"156":8,"158":38,"159":17,"16":105,"160":19,"161":182,"167":40,"168":3,"17":187,"18":509,"19":424,"20":172,"209":28,"21":717,"210":39,"214":6,"215":80,"221":248,"223":609,"224":163,"225":439,"23":363,"24":1090,"25":373,"257":69,"26":168,"268":9,"27":24,"273":133,"276":39,"279":7,"28":459,"281":6,"282":8,"291":28,"292":155,"30":52,"302":6,"306":1,"31":49,"314":4,"32":20,"33":117,"34":30,"347":7,"35":82,"352":652,"36":119,"37":46,"38":525,"380":6,"381":24,"383":31,"389":4,"39":95,"391":10,"396":6,"397":23,"40":64,"409":29,"41":61,"414":12,"415":55,"419":44,"42":36,"426":4,"43":43,"430":12,"433":1,"44":22,"45":21,"46":159,"48":42,"49":139,"5":655,"51":40,"52":114,"53":54,"56":10,"570":15,"6":228,"63":16,"7":389,"79":34,"8":189,"80":32,"9":246,"all_client":87371,"all_tv_clinet":13357,"insert_time":"2014-08-18T08:59:21.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74123,"10":19,"107":528,"11":453,"12":123,"13":282,"14":167,"15":107,"155":31,"156":8,"158":38,"159":17,"16":110,"160":19,"161":175,"167":43,"168":3,"17":191,"18":492,"19":459,"20":173,"209":27,"21":734,"210":42,"214":6,"215":80,"221":246,"223":611,"224":153,"225":444,"23":353,"24":1086,"25":371,"257":63,"26":168,"268":8,"27":24,"273":120,"276":37,"279":8,"28":458,"281":7,"282":6,"291":29,"292":136,"30":45,"302":6,"306":1,"31":43,"314":4,"32":21,"33":118,"34":34,"347":6,"35":85,"352":653,"36":120,"37":45,"38":534,"380":5,"381":22,"383":33,"389":4,"39":98,"391":10,"396":4,"397":23,"40":55,"409":30,"41":62,"414":11,"415":54,"419":49,"42":32,"426":5,"43":37,"430":11,"433":1,"44":22,"45":19,"46":163,"48":43,"49":133,"5":667,"51":42,"52":117,"53":59,"56":11,"570":14,"6":237,"63":16,"7":393,"79":31,"8":194,"80":33,"9":245,"all_client":87478,"all_tv_clinet":13355,"insert_time":"2014-08-18T09:00:22.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74228,"10":19,"107":517,"11":451,"12":123,"13":286,"14":166,"15":114,"155":30,"156":8,"158":37,"159":18,"16":119,"160":19,"161":174,"167":43,"168":2,"17":195,"18":489,"19":478,"20":173,"209":28,"21":723,"210":39,"214":7,"215":79,"221":247,"223":625,"224":147,"225":454,"23":342,"24":1086,"25":377,"257":63,"26":172,"268":9,"27":23,"273":116,"276":40,"279":7,"28":457,"281":9,"282":6,"291":29,"292":124,"30":42,"302":7,"306":2,"31":38,"314":4,"32":24,"33":124,"34":34,"347":8,"35":89,"352":650,"36":130,"37":44,"38":528,"380":6,"381":23,"383":32,"389":4,"39":96,"391":8,"396":4,"397":24,"40":52,"409":27,"41":59,"414":9,"415":54,"419":45,"42":28,"426":6,"43":39,"430":11,"433":1,"44":20,"45":15,"46":175,"48":40,"49":129,"5":672,"51":40,"52":121,"53":58,"56":9,"570":13,"6":240,"63":14,"7":398,"79":32,"8":200,"80":36,"9":235,"all_client":87597,"all_tv_clinet":13369,"insert_time":"2014-08-18T09:01:23.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74297,"10":20,"107":505,"11":448,"12":127,"13":290,"14":158,"15":122,"155":30,"156":9,"158":36,"159":18,"16":125,"160":17,"161":160,"167":43,"168":3,"17":187,"18":502,"19":497,"20":170,"209":29,"21":721,"210":38,"214":7,"215":78,"221":256,"223":623,"224":138,"225":465,"23":347,"24":1073,"25":384,"257":60,"26":177,"268":8,"27":23,"273":112,"276":44,"279":9,"28":455,"281":9,"282":4,"291":30,"292":120,"30":40,"302":7,"306":2,"31":36,"314":4,"32":25,"33":127,"34":37,"347":9,"35":94,"352":665,"36":133,"37":39,"38":520,"380":6,"381":29,"383":31,"389":4,"39":101,"391":7,"396":4,"397":22,"40":50,"409":28,"41":62,"414":11,"415":56,"419":41,"42":30,"426":5,"43":38,"430":13,"431":1,"433":1,"44":21,"45":13,"46":178,"48":41,"49":125,"5":659,"51":36,"52":114,"53":54,"56":8,"570":14,"6":231,"63":14,"7":413,"79":34,"8":205,"80":36,"9":230,"all_client":87678,"all_tv_clinet":13381,"insert_time":"2014-08-18T09:02:23.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74360,"10":21,"107":502,"11":449,"12":131,"13":296,"14":152,"15":125,"155":30,"156":8,"158":35,"159":21,"16":129,"160":18,"161":157,"167":45,"168":3,"17":176,"18":510,"19":524,"20":171,"209":28,"21":723,"210":34,"214":10,"215":76,"221":245,"223":619,"224":128,"225":467,"23":352,"24":1085,"25":387,"257":65,"26":179,"268":8,"27":22,"273":105,"276":47,"279":8,"28":452,"281":11,"282":4,"291":30,"292":113,"30":37,"302":6,"306":1,"31":35,"314":4,"32":24,"33":126,"34":36,"347":10,"35":92,"352":662,"36":127,"37":39,"38":517,"380":6,"381":34,"383":27,"389":4,"39":105,"391":7,"396":4,"397":22,"40":50,"409":30,"41":65,"414":12,"415":62,"419":35,"42":27,"426":2,"43":39,"430":13,"431":1,"433":2,"44":23,"45":15,"46":183,"48":40,"49":124,"5":661,"51":35,"52":108,"53":47,"56":7,"570":15,"6":218,"63":14,"7":421,"79":36,"8":208,"80":34,"9":239,"all_client":87752,"all_tv_clinet":13392,"insert_time":"2014-08-18T09:03:24.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74453,"10":19,"107":495,"11":458,"12":121,"13":308,"14":146,"15":129,"155":30,"156":8,"158":38,"159":19,"16":131,"160":18,"161":156,"167":46,"168":3,"17":172,"18":520,"19":541,"20":172,"209":32,"21":721,"210":30,"211":1,"214":11,"215":78,"221":246,"223":614,"224":119,"225":476,"23":355,"24":1090,"25":380,"257":68,"26":176,"268":8,"27":22,"273":101,"276":49,"279":8,"28":462,"281":10,"282":2,"291":32,"292":106,"30":34,"302":6,"306":1,"31":41,"314":6,"32":23,"33":129,"34":35,"347":10,"35":86,"352":660,"36":126,"37":35,"38":524,"380":5,"381":33,"383":25,"389":4,"39":107,"391":6,"396":3,"397":23,"40":48,"409":31,"41":71,"414":12,"415":69,"419":33,"42":27,"426":2,"43":38,"430":12,"431":1,"433":2,"44":22,"45":12,"46":187,"48":41,"49":119,"5":646,"51":36,"52":91,"53":47,"56":7,"570":14,"6":194,"63":13,"7":419,"79":32,"8":214,"80":37,"9":270,"all_client":87849,"all_tv_clinet":13396,"insert_time":"2014-08-18T09:04:24.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74461,"10":20,"107":492,"11":476,"12":116,"13":303,"14":137,"15":131,"155":29,"156":6,"158":39,"159":20,"16":134,"160":20,"161":168,"167":47,"168":3,"17":169,"18":541,"19":555,"20":178,"209":34,"21":721,"210":29,"211":1,"214":10,"215":79,"221":242,"223":611,"224":110,"225":478,"23":360,"24":1107,"25":390,"257":67,"26":176,"268":7,"27":23,"273":100,"276":51,"279":6,"28":466,"281":9,"282":3,"291":33,"292":104,"30":31,"302":6,"306":1,"31":38,"314":6,"32":25,"33":132,"34":31,"347":10,"35":74,"352":660,"36":128,"37":33,"38":527,"380":4,"381":32,"383":25,"389":4,"39":107,"391":6,"396":3,"397":24,"40":49,"409":35,"41":75,"414":14,"415":67,"419":33,"42":28,"426":1,"43":39,"430":10,"433":2,"44":21,"45":14,"46":194,"48":43,"49":114,"5":652,"51":37,"52":84,"53":46,"56":7,"570":14,"6":172,"63":13,"7":403,"79":33,"8":207,"80":38,"9":291,"all_client":87905,"all_tv_clinet":13444,"insert_time":"2014-08-18T09:05:25.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74505,"10":18,"107":495,"11":487,"12":106,"13":303,"14":132,"15":130,"155":30,"156":7,"158":37,"159":20,"16":132,"160":21,"161":172,"167":49,"168":3,"17":168,"18":551,"19":557,"20":175,"209":32,"21":720,"210":27,"211":1,"214":9,"215":82,"221":234,"223":622,"224":103,"225":483,"23":374,"24":1104,"25":388,"257":64,"26":169,"268":6,"27":22,"273":98,"276":53,"279":7,"28":466,"281":9,"282":3,"291":33,"292":99,"30":30,"302":7,"306":2,"31":32,"314":6,"32":28,"33":134,"34":27,"347":9,"35":69,"352":665,"36":129,"37":29,"38":515,"380":5,"381":29,"383":25,"389":4,"39":110,"391":7,"396":4,"397":24,"40":47,"409":42,"41":78,"414":15,"415":71,"419":27,"42":26,"426":1,"43":40,"430":10,"431":1,"433":1,"44":24,"45":16,"46":198,"48":41,"49":116,"5":644,"51":39,"52":82,"53":45,"56":7,"570":14,"6":160,"63":11,"7":395,"79":31,"8":212,"80":39,"9":299,"all_client":87928,"all_tv_clinet":13423,"insert_time":"2014-08-18T09:06:26.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74609,"10":15,"107":501,"11":491,"12":113,"13":306,"14":134,"15":127,"155":32,"156":9,"158":36,"159":22,"16":131,"160":22,"161":174,"167":48,"168":4,"17":164,"18":560,"19":564,"20":176,"209":29,"21":718,"210":25,"214":9,"215":89,"221":226,"223":632,"224":94,"225":479,"23":375,"24":1107,"25":394,"257":61,"26":172,"268":7,"27":22,"273":94,"276":58,"279":6,"28":467,"281":9,"282":2,"291":33,"292":103,"30":26,"302":8,"306":2,"31":30,"314":5,"32":29,"33":132,"34":25,"347":10,"35":66,"352":671,"36":126,"37":24,"38":514,"380":7,"381":28,"383":29,"389":4,"39":108,"391":6,"396":4,"397":23,"40":45,"409":45,"41":81,"414":14,"415":74,"419":24,"42":28,"426":1,"43":37,"430":12,"431":1,"433":1,"44":22,"45":17,"46":203,"48":37,"49":117,"5":646,"51":41,"52":79,"53":42,"56":6,"570":14,"6":155,"63":12,"7":392,"79":27,"8":211,"80":39,"9":304,"all_client":88053,"all_tv_clinet":13444,"insert_time":"2014-08-18T09:07:26.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74769,"10":14,"107":507,"11":504,"12":121,"13":301,"14":137,"15":117,"155":33,"156":9,"158":39,"159":23,"16":131,"160":21,"161":173,"167":48,"168":4,"17":164,"18":553,"19":565,"20":174,"209":30,"21":703,"210":24,"214":10,"215":92,"221":232,"223":622,"224":92,"225":488,"23":373,"24":1111,"25":398,"257":58,"26":175,"268":8,"27":20,"273":93,"276":59,"279":6,"28":472,"281":7,"282":2,"291":33,"292":106,"30":25,"302":8,"306":2,"31":32,"314":4,"32":30,"33":132,"34":23,"347":10,"35":66,"352":658,"36":130,"37":25,"38":515,"380":9,"381":28,"383":29,"389":4,"39":107,"391":5,"396":4,"397":23,"40":43,"409":44,"41":84,"414":13,"415":74,"419":26,"42":27,"426":1,"43":33,"430":12,"431":1,"44":22,"45":15,"46":203,"48":33,"49":120,"5":650,"51":37,"52":72,"53":43,"56":8,"570":15,"6":154,"63":12,"7":380,"79":26,"8":214,"80":37,"9":318,"all_client":88207,"all_tv_clinet":13438,"insert_time":"2014-08-18T09:08:27.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74865,"10":13,"107":507,"11":506,"12":127,"13":301,"14":146,"15":111,"155":35,"156":9,"158":36,"159":23,"16":127,"160":20,"161":180,"167":49,"168":4,"17":161,"18":538,"19":571,"20":168,"209":29,"21":699,"210":22,"214":10,"215":90,"221":235,"223":626,"224":89,"225":485,"23":383,"24":1116,"25":417,"257":53,"26":180,"268":8,"27":21,"273":91,"276":59,"279":7,"28":467,"281":7,"282":3,"291":33,"292":100,"30":23,"302":7,"306":2,"31":33,"314":4,"32":30,"33":129,"34":24,"347":10,"35":61,"352":650,"36":140,"37":24,"38":523,"380":9,"381":26,"383":29,"389":4,"39":108,"391":5,"396":5,"397":23,"40":41,"409":46,"41":83,"414":14,"415":73,"419":23,"42":30,"426":1,"43":36,"430":13,"44":22,"45":11,"46":200,"48":33,"49":119,"5":649,"51":35,"52":67,"53":38,"56":9,"570":15,"6":146,"63":13,"7":363,"79":26,"8":218,"80":43,"9":331,"all_client":88294,"all_tv_clinet":13429,"insert_time":"2014-08-18T09:09:28.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74930,"10":12,"107":504,"11":513,"12":135,"13":311,"14":145,"15":111,"155":36,"156":11,"158":34,"159":23,"16":131,"160":18,"161":190,"167":51,"168":4,"17":161,"18":550,"19":572,"20":160,"209":27,"21":681,"210":22,"214":12,"215":87,"221":227,"223":624,"224":88,"225":495,"23":380,"24":1112,"25":422,"257":58,"26":180,"268":7,"27":21,"273":89,"276":63,"279":9,"28":470,"281":6,"282":2,"291":31,"292":97,"30":24,"302":8,"306":2,"31":29,"314":3,"32":31,"33":130,"34":22,"347":10,"35":62,"352":641,"36":142,"37":24,"38":527,"380":8,"381":28,"383":28,"389":3,"39":106,"391":6,"396":5,"397":25,"40":40,"409":45,"41":86,"414":15,"415":69,"419":24,"42":30,"426":1,"43":36,"430":17,"44":24,"45":13,"46":204,"48":32,"49":121,"5":643,"51":35,"52":64,"53":37,"56":11,"570":15,"6":151,"63":12,"7":360,"79":27,"8":220,"80":41,"9":320,"all_client":88369,"all_tv_clinet":13439,"insert_time":"2014-08-18T09:10:28.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75019,"10":12,"107":510,"11":522,"12":127,"13":322,"14":147,"15":105,"155":37,"156":13,"158":35,"159":24,"16":122,"160":19,"161":198,"167":50,"168":4,"17":162,"18":571,"19":582,"20":146,"209":26,"21":682,"210":17,"214":14,"215":84,"221":212,"223":633,"224":85,"225":507,"23":382,"24":1119,"25":434,"257":55,"26":175,"268":6,"27":22,"273":85,"276":67,"279":9,"28":461,"281":6,"282":4,"291":29,"292":95,"30":22,"302":8,"306":2,"31":32,"314":3,"32":31,"33":128,"34":23,"347":10,"35":59,"352":646,"36":144,"37":23,"38":527,"380":8,"381":30,"383":31,"389":3,"39":111,"391":9,"396":6,"397":25,"40":40,"409":45,"41":85,"414":16,"415":70,"419":24,"42":28,"426":1,"43":35,"430":20,"433":1,"44":25,"45":13,"46":202,"48":33,"49":127,"5":643,"51":36,"52":62,"53":36,"56":14,"570":13,"6":146,"63":12,"7":363,"79":29,"8":222,"80":43,"9":312,"all_client":88513,"all_tv_clinet":13494,"insert_time":"2014-08-18T09:11:29.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75135,"10":13,"107":500,"11":523,"12":116,"13":333,"14":148,"15":111,"155":40,"156":12,"158":34,"159":24,"16":121,"160":18,"161":193,"167":50,"168":4,"17":157,"18":578,"19":600,"20":137,"209":24,"21":683,"210":14,"214":15,"215":80,"221":211,"223":634,"224":82,"225":507,"23":390,"24":1100,"25":446,"257":53,"26":176,"268":3,"27":21,"273":80,"276":69,"279":9,"28":456,"281":7,"282":3,"291":26,"292":99,"30":23,"302":8,"306":3,"31":34,"314":3,"32":33,"33":133,"34":22,"347":10,"35":57,"352":656,"36":138,"37":22,"38":522,"380":9,"381":34,"383":29,"389":3,"39":116,"391":9,"396":5,"397":25,"40":41,"409":43,"41":84,"414":16,"415":72,"419":24,"42":29,"426":1,"43":34,"430":22,"433":2,"44":23,"45":13,"46":206,"48":30,"49":136,"5":643,"51":37,"52":63,"53":35,"56":13,"570":14,"6":137,"63":14,"7":373,"79":29,"8":219,"80":40,"9":294,"all_client":88616,"all_tv_clinet":13481,"insert_time":"2014-08-18T09:12:30.229Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75236,"10":12,"107":496,"11":534,"12":115,"13":342,"14":154,"15":111,"155":41,"156":14,"158":33,"159":23,"16":121,"160":22,"161":189,"167":52,"168":4,"17":153,"18":585,"19":610,"20":139,"209":22,"21":690,"210":13,"214":17,"215":73,"221":207,"223":640,"224":80,"225":505,"23":399,"24":1068,"25":452,"257":54,"26":175,"268":3,"27":21,"273":77,"276":70,"279":8,"28":461,"281":7,"282":4,"291":23,"292":96,"30":22,"302":7,"306":3,"31":35,"314":4,"32":32,"33":129,"34":26,"347":12,"35":50,"352":659,"36":137,"37":23,"38":514,"380":10,"381":35,"383":31,"389":3,"39":118,"391":8,"396":5,"397":25,"40":40,"409":45,"41":86,"414":18,"415":74,"419":28,"42":34,"426":1,"43":31,"430":22,"433":2,"44":26,"45":10,"46":200,"48":28,"49":140,"5":649,"51":37,"52":58,"53":36,"56":16,"570":15,"6":142,"63":14,"7":372,"79":27,"8":220,"80":39,"9":277,"all_client":88726,"all_tv_clinet":13490,"insert_time":"2014-08-18T09:13:30.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75256,"10":14,"107":501,"11":528,"12":123,"13":349,"14":156,"15":112,"155":43,"156":12,"158":33,"159":24,"16":120,"160":25,"161":183,"167":53,"168":2,"17":150,"18":591,"19":632,"20":133,"209":24,"21":683,"210":13,"214":20,"215":71,"221":210,"223":649,"224":80,"225":504,"23":409,"24":1050,"25":456,"257":56,"26":177,"268":5,"27":21,"273":73,"276":74,"279":7,"28":464,"281":7,"282":5,"291":20,"292":96,"30":23,"302":6,"306":4,"31":40,"314":2,"32":32,"33":123,"34":25,"347":11,"35":48,"352":653,"36":143,"37":21,"38":496,"380":10,"381":35,"383":31,"389":3,"39":116,"391":6,"396":5,"397":25,"40":40,"409":46,"41":85,"414":18,"415":77,"419":34,"42":31,"426":1,"43":30,"430":23,"433":2,"44":31,"45":9,"46":204,"48":31,"49":138,"5":654,"51":40,"52":55,"53":33,"56":16,"570":14,"6":152,"63":16,"7":364,"79":30,"8":222,"80":41,"9":270,"all_client":88779,"all_tv_clinet":13523,"insert_time":"2014-08-18T09:14:31.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75348,"10":17,"107":508,"11":542,"12":121,"13":353,"14":156,"15":115,"155":44,"156":15,"158":34,"159":25,"16":122,"160":23,"161":176,"167":49,"168":2,"17":142,"18":619,"19":645,"20":127,"209":27,"21":690,"210":11,"214":21,"215":73,"221":223,"223":652,"224":83,"225":492,"23":413,"24":1020,"25":462,"257":58,"26":177,"268":5,"27":18,"273":69,"276":75,"279":7,"28":466,"281":6,"282":5,"291":20,"292":89,"30":21,"302":5,"306":3,"31":32,"314":3,"32":36,"33":120,"34":25,"347":14,"35":42,"352":654,"36":141,"37":22,"38":492,"380":10,"381":35,"383":31,"389":3,"39":118,"391":4,"396":6,"397":26,"40":38,"409":49,"41":86,"414":17,"415":77,"419":38,"42":33,"426":1,"43":27,"430":21,"431":1,"433":2,"44":35,"45":9,"46":199,"48":30,"49":142,"5":656,"51":40,"52":56,"53":35,"56":17,"570":13,"6":163,"63":16,"7":354,"79":29,"8":221,"80":41,"9":260,"all_client":88894,"all_tv_clinet":13546,"insert_time":"2014-08-18T09:15:32.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75452,"10":21,"107":504,"11":549,"12":117,"13":360,"14":164,"15":113,"155":45,"156":15,"158":34,"159":26,"16":125,"160":23,"161":181,"167":50,"168":1,"17":133,"18":630,"19":637,"20":121,"209":28,"21":667,"210":11,"214":21,"215":72,"221":224,"223":666,"224":86,"225":499,"23":428,"24":1024,"25":464,"257":58,"26":180,"268":5,"27":19,"273":63,"276":78,"279":7,"28":447,"281":6,"282":7,"291":20,"292":85,"30":22,"302":5,"306":3,"31":31,"314":4,"32":36,"33":114,"34":25,"347":15,"35":46,"352":652,"36":140,"37":21,"38":482,"380":10,"381":35,"383":31,"389":3,"39":115,"391":4,"396":6,"397":26,"40":35,"409":52,"41":86,"414":16,"415":78,"419":43,"42":39,"426":1,"43":27,"430":22,"431":1,"433":2,"44":38,"45":11,"46":203,"48":29,"49":147,"5":664,"51":41,"52":60,"53":34,"56":17,"570":14,"6":169,"63":17,"7":357,"79":30,"8":221,"80":42,"9":261,"all_client":89049,"all_tv_clinet":13597,"insert_time":"2014-08-18T09:16:32.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75531,"10":24,"107":507,"11":555,"12":116,"13":364,"14":167,"15":117,"155":46,"156":14,"158":34,"159":26,"16":130,"160":24,"161":199,"167":51,"168":2,"17":124,"18":651,"19":589,"20":116,"209":28,"21":659,"210":10,"214":22,"215":74,"221":221,"223":675,"224":98,"225":503,"23":446,"24":1015,"25":481,"257":57,"26":181,"268":4,"27":19,"273":62,"276":77,"279":7,"28":421,"281":4,"282":7,"291":19,"292":90,"30":24,"302":4,"306":2,"31":28,"314":5,"32":38,"33":111,"34":25,"347":19,"35":48,"352":640,"36":143,"37":19,"38":480,"380":9,"381":38,"383":30,"389":3,"39":116,"391":4,"396":6,"397":26,"40":34,"409":54,"41":85,"414":15,"415":74,"419":45,"42":44,"426":2,"43":29,"430":21,"431":1,"433":2,"44":36,"45":12,"46":210,"48":27,"49":151,"5":682,"51":41,"52":67,"53":40,"56":17,"570":14,"6":185,"63":17,"7":344,"79":30,"8":214,"80":42,"9":257,"all_client":89177,"all_tv_clinet":13646,"insert_time":"2014-08-18T09:17:33.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75711,"10":23,"107":514,"11":560,"12":103,"13":382,"14":167,"15":120,"155":47,"156":16,"158":34,"159":26,"16":130,"160":24,"161":225,"167":51,"168":2,"17":118,"18":665,"19":540,"20":115,"209":26,"21":635,"210":9,"211":1,"214":23,"215":72,"221":215,"223":678,"224":103,"225":509,"23":456,"24":1010,"25":476,"257":55,"26":191,"268":4,"27":20,"273":62,"276":79,"279":7,"28":406,"281":6,"282":7,"291":19,"292":94,"30":22,"302":4,"306":2,"31":28,"314":4,"32":37,"33":100,"34":27,"347":18,"35":45,"352":652,"36":146,"37":20,"38":459,"380":10,"381":37,"383":33,"389":3,"39":117,"391":4,"396":5,"397":25,"40":33,"409":54,"41":82,"414":20,"415":75,"419":53,"42":47,"426":1,"43":30,"430":22,"431":1,"433":2,"44":37,"45":15,"46":215,"48":31,"49":154,"5":694,"51":42,"52":73,"53":41,"56":18,"570":14,"6":196,"63":16,"7":342,"79":31,"8":217,"80":43,"9":259,"all_client":89392,"all_tv_clinet":13681,"insert_time":"2014-08-18T09:18:33.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75805,"10":24,"107":507,"11":561,"12":101,"13":384,"14":165,"15":124,"155":48,"156":15,"158":37,"159":26,"16":134,"160":24,"161":240,"167":53,"168":2,"17":109,"18":672,"19":520,"20":114,"209":25,"21":613,"210":8,"211":1,"214":23,"215":63,"221":230,"223":662,"224":115,"225":510,"23":469,"24":1037,"25":475,"257":56,"26":194,"268":5,"27":22,"273":66,"276":79,"279":10,"28":385,"281":6,"282":4,"291":17,"292":99,"30":20,"302":4,"306":2,"31":28,"314":6,"317":1,"32":42,"33":98,"34":27,"347":17,"35":45,"352":645,"36":140,"37":21,"38":449,"380":12,"381":34,"383":31,"389":3,"39":122,"391":5,"396":4,"397":28,"40":33,"409":57,"41":79,"414":21,"415":75,"419":60,"42":46,"426":1,"43":32,"430":22,"431":1,"433":3,"44":39,"45":17,"46":215,"48":33,"49":159,"5":708,"51":41,"52":73,"53":48,"56":18,"570":14,"6":214,"63":17,"7":337,"79":32,"8":221,"80":45,"9":261,"all_client":89545,"all_tv_clinet":13740,"insert_time":"2014-08-18T09:19:34.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75823,"10":23,"107":503,"11":562,"12":90,"13":383,"14":172,"15":126,"155":47,"156":15,"158":37,"159":26,"16":135,"160":25,"161":251,"167":53,"168":2,"17":108,"18":689,"19":502,"20":112,"209":24,"21":611,"210":8,"211":1,"214":23,"215":63,"221":241,"223":671,"224":124,"225":528,"23":476,"24":1041,"25":481,"257":60,"26":189,"268":6,"27":26,"273":64,"276":80,"279":10,"28":365,"281":6,"282":3,"291":16,"292":110,"30":19,"302":3,"306":2,"31":27,"314":6,"317":1,"32":41,"33":95,"34":30,"347":18,"35":43,"352":639,"36":148,"37":19,"38":446,"380":13,"381":32,"383":31,"389":3,"39":123,"391":5,"396":3,"397":28,"40":30,"409":57,"41":76,"414":25,"415":80,"419":66,"42":47,"426":1,"43":38,"430":21,"431":1,"433":2,"44":39,"45":18,"46":214,"48":33,"49":165,"5":715,"51":45,"52":75,"53":44,"56":19,"570":14,"6":225,"63":18,"7":332,"79":29,"8":220,"80":46,"9":270,"all_client":89651,"all_tv_clinet":13828,"insert_time":"2014-08-18T09:20:35.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75898,"10":23,"107":502,"11":557,"12":88,"13":395,"14":168,"15":125,"155":50,"156":13,"158":39,"159":28,"16":140,"160":26,"161":267,"167":52,"168":2,"17":110,"18":707,"19":479,"20":112,"209":22,"21":597,"210":9,"211":1,"214":24,"215":62,"221":243,"223":675,"224":125,"225":530,"23":489,"24":1054,"25":493,"257":61,"26":194,"268":7,"27":27,"273":61,"276":80,"279":11,"28":351,"281":5,"282":4,"291":16,"292":112,"30":19,"302":3,"306":2,"31":25,"314":6,"317":1,"32":40,"33":98,"34":28,"347":20,"35":42,"352":643,"36":147,"37":19,"38":435,"380":12,"381":37,"383":38,"389":3,"39":125,"391":5,"396":3,"397":27,"40":31,"409":58,"41":80,"414":25,"415":84,"419":66,"42":51,"426":1,"43":35,"430":22,"431":1,"433":2,"44":38,"45":20,"46":219,"48":35,"49":164,"5":713,"51":46,"52":75,"53":48,"56":21,"570":14,"6":233,"63":18,"7":333,"79":28,"8":221,"80":46,"9":279,"all_client":89819,"all_tv_clinet":13921,"insert_time":"2014-08-18T09:21:36.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76020,"10":23,"107":496,"11":552,"12":89,"13":401,"14":168,"15":124,"155":52,"156":14,"158":39,"159":27,"16":137,"160":24,"161":280,"167":52,"168":2,"17":105,"18":721,"19":476,"20":112,"209":22,"21":581,"210":9,"211":1,"214":24,"215":65,"221":240,"223":689,"224":136,"225":540,"23":495,"24":1064,"25":496,"257":63,"26":189,"268":7,"27":25,"273":58,"276":81,"279":8,"28":341,"281":6,"282":5,"291":14,"292":115,"30":19,"302":4,"306":2,"31":24,"314":5,"317":1,"32":38,"33":94,"34":26,"347":20,"35":39,"352":650,"36":135,"37":19,"38":426,"380":10,"381":37,"383":39,"389":3,"39":121,"391":6,"396":3,"397":27,"40":29,"409":61,"41":77,"414":25,"415":85,"419":67,"42":55,"426":2,"43":34,"430":22,"431":1,"433":3,"44":41,"45":20,"46":223,"48":33,"49":167,"5":709,"51":49,"52":78,"53":48,"56":24,"570":14,"6":232,"63":18,"7":328,"79":31,"8":227,"80":45,"9":285,"all_client":89969,"all_tv_clinet":13949,"insert_time":"2014-08-18T09:22:37.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76175,"10":21,"107":482,"11":560,"12":88,"13":404,"14":161,"15":129,"155":52,"156":14,"158":34,"159":29,"16":136,"160":27,"161":284,"167":50,"168":3,"17":108,"18":743,"19":472,"20":108,"209":17,"21":565,"210":9,"211":1,"214":27,"215":66,"221":236,"223":687,"224":137,"225":538,"23":504,"24":1081,"25":502,"257":64,"26":189,"268":6,"27":23,"273":58,"276":82,"279":8,"28":330,"281":6,"282":7,"291":15,"292":117,"30":16,"302":5,"306":2,"31":27,"314":5,"317":1,"32":36,"33":91,"34":25,"347":20,"35":37,"352":650,"36":143,"37":16,"38":417,"380":10,"381":32,"383":41,"389":3,"39":122,"391":6,"396":3,"397":27,"40":29,"409":62,"41":78,"414":26,"415":89,"419":68,"42":56,"426":2,"43":34,"430":21,"431":1,"433":3,"44":42,"45":22,"46":222,"48":31,"49":170,"5":705,"51":55,"52":81,"53":56,"56":25,"570":15,"6":233,"63":18,"7":329,"79":33,"8":228,"80":44,"9":290,"all_client":90158,"all_tv_clinet":13983,"insert_time":"2014-08-18T09:23:38.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76214,"10":19,"107":492,"11":568,"12":80,"13":419,"14":155,"15":128,"155":52,"156":14,"158":29,"159":33,"16":132,"160":27,"161":295,"167":49,"168":3,"17":118,"18":749,"19":480,"20":111,"209":16,"21":563,"210":9,"211":1,"214":30,"215":69,"221":233,"223":691,"224":138,"225":551,"23":509,"24":1090,"25":505,"257":65,"26":184,"268":6,"27":26,"273":60,"276":85,"279":8,"28":323,"281":7,"282":8,"291":18,"292":121,"30":15,"302":5,"306":3,"31":24,"314":4,"317":1,"32":34,"33":86,"34":24,"347":20,"35":36,"352":660,"36":143,"37":17,"38":417,"380":9,"381":33,"383":41,"389":3,"39":117,"391":6,"396":2,"397":27,"40":29,"409":59,"41":78,"414":27,"415":86,"419":70,"42":58,"426":2,"43":34,"430":22,"431":1,"433":4,"44":43,"45":20,"46":228,"48":28,"49":172,"5":704,"51":60,"52":79,"53":60,"56":27,"570":13,"6":243,"63":18,"7":324,"79":35,"8":235,"80":44,"9":296,"all_client":90309,"all_tv_clinet":14095,"insert_time":"2014-08-18T09:24:38.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76332,"10":17,"107":504,"11":570,"12":75,"13":428,"14":151,"15":121,"155":50,"156":14,"158":28,"159":34,"16":132,"160":27,"161":290,"167":53,"168":3,"17":129,"18":763,"19":495,"20":113,"209":17,"21":564,"210":9,"211":1,"214":29,"215":71,"221":227,"223":675,"224":142,"225":559,"23":518,"24":1101,"25":507,"257":64,"26":177,"268":5,"27":27,"273":58,"276":84,"279":8,"28":315,"281":7,"282":9,"291":16,"292":129,"30":12,"302":7,"306":3,"31":28,"314":4,"317":1,"32":31,"33":85,"34":26,"347":22,"35":39,"352":673,"36":142,"37":18,"38":413,"380":10,"381":33,"383":41,"389":3,"39":118,"391":5,"396":2,"397":26,"40":25,"409":49,"41":77,"414":29,"415":88,"419":70,"42":55,"426":1,"43":35,"430":20,"431":1,"433":4,"44":43,"45":20,"46":231,"48":28,"49":176,"5":714,"51":66,"52":80,"53":59,"56":28,"570":13,"6":236,"63":19,"7":317,"79":43,"8":241,"80":43,"9":314,"all_client":90515,"all_tv_clinet":14183,"insert_time":"2014-08-18T09:25:39.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76424,"10":17,"107":508,"11":585,"12":75,"13":416,"14":140,"15":113,"155":52,"156":14,"158":27,"159":35,"16":129,"160":26,"161":273,"167":55,"168":1,"17":136,"18":773,"19":518,"20":116,"209":18,"21":552,"210":8,"211":1,"214":31,"215":69,"221":235,"223":659,"224":144,"225":550,"23":532,"24":1108,"25":522,"257":70,"26":166,"268":5,"27":29,"273":56,"276":87,"279":9,"28":301,"281":7,"282":7,"291":16,"292":134,"30":12,"302":6,"306":3,"31":30,"314":6,"317":1,"32":33,"33":82,"34":28,"347":23,"35":39,"352":693,"36":135,"37":18,"38":410,"380":12,"381":34,"383":35,"389":4,"39":118,"391":5,"396":3,"397":25,"40":25,"409":45,"41":77,"414":27,"415":90,"419":73,"42":61,"43":38,"430":19,"431":1,"433":4,"44":47,"45":20,"46":233,"48":30,"49":178,"5":726,"51":63,"52":78,"53":54,"56":26,"570":13,"6":231,"63":19,"7":310,"79":41,"8":237,"80":45,"9":332,"all_client":90647,"all_tv_clinet":14223,"insert_time":"2014-08-18T09:26:40.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76572,"10":18,"107":510,"11":600,"12":75,"13":411,"14":132,"15":100,"155":50,"156":16,"158":27,"159":34,"16":125,"160":24,"161":253,"167":56,"168":1,"17":139,"18":801,"19":553,"20":113,"209":20,"21":541,"210":9,"211":1,"214":31,"215":69,"221":233,"223":632,"224":149,"225":546,"23":542,"24":1133,"25":543,"257":70,"26":150,"268":6,"27":28,"273":55,"276":81,"279":10,"28":289,"281":7,"282":8,"291":16,"292":134,"30":12,"302":7,"306":2,"31":33,"314":8,"32":33,"33":78,"34":29,"347":22,"35":37,"352":684,"36":134,"37":17,"38":409,"380":13,"381":37,"383":31,"389":4,"39":125,"391":5,"396":2,"397":26,"40":24,"409":43,"41":75,"414":27,"415":88,"419":79,"42":60,"43":41,"430":19,"431":1,"433":3,"44":46,"45":21,"46":233,"48":29,"49":181,"5":727,"51":65,"52":79,"53":57,"56":27,"570":12,"6":232,"63":20,"7":313,"79":47,"8":235,"80":45,"9":337,"all_client":90827,"all_tv_clinet":14255,"insert_time":"2014-08-18T09:27:40.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76644,"10":19,"107":509,"11":597,"12":68,"13":410,"14":124,"15":90,"155":49,"156":17,"158":26,"159":33,"16":121,"160":22,"161":238,"167":55,"168":1,"17":145,"18":825,"19":575,"20":114,"209":21,"21":553,"210":9,"211":1,"214":28,"215":70,"221":233,"223":632,"224":155,"225":564,"23":554,"24":1142,"25":553,"257":74,"26":138,"268":7,"27":27,"273":55,"276":83,"279":10,"28":278,"281":6,"282":9,"291":16,"292":122,"30":11,"302":6,"306":2,"31":32,"314":8,"32":30,"33":73,"34":28,"347":24,"35":33,"352":678,"36":137,"37":18,"38":415,"380":13,"381":37,"383":34,"389":4,"39":123,"391":6,"396":3,"397":26,"40":26,"409":49,"41":74,"414":28,"415":88,"419":83,"42":63,"426":1,"43":40,"430":18,"431":1,"433":5,"44":48,"45":23,"46":228,"48":32,"49":180,"5":722,"51":69,"52":81,"53":53,"56":28,"570":12,"6":241,"63":22,"7":309,"79":47,"8":235,"80":46,"9":346,"all_client":90961,"all_tv_clinet":14317,"insert_time":"2014-08-18T09:28:42.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76711,"10":16,"107":503,"11":602,"12":65,"13":435,"14":121,"15":84,"155":50,"156":18,"158":31,"159":30,"16":118,"160":23,"161":232,"167":57,"168":2,"17":152,"18":831,"19":597,"20":107,"209":19,"21":572,"210":9,"211":1,"214":25,"215":78,"221":232,"223":637,"224":156,"225":582,"23":557,"24":1151,"25":565,"257":72,"26":127,"268":9,"27":25,"273":51,"276":83,"279":9,"28":272,"281":7,"282":9,"291":15,"292":111,"30":13,"302":7,"306":2,"31":34,"314":9,"32":27,"33":69,"34":29,"347":22,"35":34,"352":680,"36":125,"37":18,"38":414,"380":13,"381":39,"383":37,"389":4,"39":121,"391":6,"396":1,"397":26,"40":29,"409":51,"41":70,"414":26,"415":88,"419":91,"42":66,"426":2,"43":41,"430":16,"431":1,"433":5,"44":50,"45":23,"46":214,"48":31,"49":185,"5":720,"51":68,"52":86,"53":57,"56":28,"570":12,"6":250,"63":19,"7":307,"79":49,"8":220,"80":43,"9":347,"all_client":91084,"all_tv_clinet":14373,"insert_time":"2014-08-18T09:29:42.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76940,"10":16,"107":525,"11":617,"12":64,"13":429,"14":116,"15":81,"155":51,"156":17,"158":31,"159":31,"16":111,"160":26,"161":219,"167":55,"168":2,"17":163,"18":840,"19":601,"20":107,"209":18,"21":583,"210":8,"211":1,"214":26,"215":79,"221":223,"223":644,"224":160,"225":593,"23":561,"24":1161,"25":553,"257":78,"26":124,"268":8,"27":22,"273":51,"276":87,"279":7,"28":269,"281":7,"282":8,"291":14,"292":101,"30":13,"302":8,"306":2,"31":37,"314":8,"32":26,"33":62,"34":29,"347":22,"35":35,"352":677,"36":130,"37":18,"38":415,"380":12,"381":35,"383":39,"389":4,"39":123,"391":8,"396":1,"397":27,"40":37,"409":51,"41":67,"414":27,"415":82,"419":93,"42":74,"426":4,"43":44,"430":16,"431":1,"433":5,"44":47,"45":22,"46":196,"48":33,"49":189,"5":728,"51":65,"52":87,"53":61,"56":31,"570":10,"6":257,"63":20,"7":316,"79":51,"8":209,"80":42,"9":342,"all_client":91366,"all_tv_clinet":14426,"insert_time":"2014-08-18T09:30:43.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77104,"10":14,"107":524,"11":630,"12":62,"13":447,"14":105,"15":79,"155":51,"156":17,"158":31,"159":33,"16":110,"160":27,"161":210,"167":52,"168":2,"17":172,"18":865,"19":604,"20":108,"209":17,"21":588,"210":8,"211":1,"214":27,"215":82,"221":222,"223":659,"224":160,"225":603,"23":569,"24":1153,"25":550,"257":78,"26":115,"268":9,"27":22,"273":48,"276":93,"279":7,"28":285,"281":8,"282":9,"291":16,"292":101,"30":12,"302":8,"306":2,"31":40,"314":8,"32":26,"33":64,"34":28,"347":22,"35":34,"352":685,"36":135,"37":17,"38":414,"380":11,"381":36,"383":39,"389":3,"39":123,"391":9,"397":26,"40":38,"409":52,"41":64,"414":25,"415":78,"419":91,"42":80,"426":5,"43":42,"430":15,"431":1,"433":5,"44":45,"45":21,"46":188,"48":36,"49":192,"5":733,"51":64,"52":84,"53":58,"56":30,"570":8,"6":264,"63":19,"7":325,"79":52,"8":178,"80":43,"9":342,"all_client":91597,"all_tv_clinet":14493,"insert_time":"2014-08-18T09:31:44.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77261,"10":15,"107":520,"11":631,"12":60,"13":449,"14":97,"15":89,"155":52,"156":12,"158":27,"159":34,"16":113,"160":26,"161":214,"167":51,"168":2,"17":183,"18":862,"19":592,"20":105,"209":20,"21":608,"210":9,"211":1,"214":27,"215":87,"221":220,"223":662,"224":168,"225":613,"23":576,"24":1196,"25":510,"257":78,"26":111,"268":7,"27":20,"273":50,"276":98,"279":7,"28":293,"281":8,"282":12,"291":14,"292":103,"30":12,"302":9,"306":2,"31":40,"314":6,"32":25,"33":69,"34":26,"347":22,"35":36,"352":679,"36":139,"37":19,"38":405,"380":10,"381":37,"383":38,"389":3,"39":125,"391":10,"397":24,"40":39,"409":59,"41":64,"414":25,"415":79,"419":86,"42":85,"426":6,"43":39,"430":15,"431":1,"433":6,"44":44,"45":19,"46":181,"48":39,"49":199,"5":733,"51":67,"52":86,"53":57,"56":30,"570":7,"6":274,"63":20,"7":321,"79":53,"8":168,"80":44,"9":346,"all_client":91821,"all_tv_clinet":14560,"insert_time":"2014-08-18T09:32:44.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77379,"10":18,"107":510,"11":641,"12":58,"13":456,"14":105,"15":94,"155":53,"156":11,"158":27,"159":34,"16":116,"160":25,"161":225,"167":51,"168":3,"17":183,"18":849,"19":551,"20":107,"209":19,"21":619,"210":9,"211":2,"214":29,"215":86,"221":224,"223":671,"224":178,"225":606,"23":586,"24":1241,"25":465,"257":75,"26":111,"268":4,"27":21,"273":49,"276":107,"279":6,"28":302,"281":7,"282":14,"291":13,"292":119,"30":11,"302":8,"306":1,"31":43,"314":6,"32":24,"33":61,"34":25,"347":23,"35":34,"352":697,"36":143,"37":19,"38":433,"380":9,"381":35,"383":43,"389":2,"39":125,"391":10,"397":23,"40":40,"409":60,"41":63,"414":26,"415":87,"419":81,"42":94,"426":7,"43":38,"430":14,"431":1,"433":6,"434":1,"44":45,"45":20,"46":173,"48":41,"49":200,"5":748,"51":66,"52":85,"53":61,"56":30,"570":7,"6":276,"63":20,"7":321,"79":51,"8":163,"80":44,"9":350,"all_client":92053,"all_tv_clinet":14674,"insert_time":"2014-08-18T09:33:45.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77542,"10":18,"107":510,"11":651,"12":58,"13":458,"14":112,"15":103,"155":55,"156":9,"158":28,"159":34,"16":111,"160":25,"161":227,"167":48,"168":3,"17":182,"18":839,"19":512,"20":116,"209":18,"21":645,"210":11,"211":2,"214":31,"215":86,"221":232,"223":672,"224":180,"225":591,"23":585,"24":1275,"25":442,"257":77,"26":106,"268":5,"27":21,"273":47,"276":114,"279":6,"28":313,"281":6,"282":13,"291":11,"292":123,"30":8,"302":9,"306":1,"31":43,"314":5,"32":24,"33":60,"34":27,"347":25,"35":31,"352":694,"36":149,"37":22,"38":446,"380":10,"381":39,"383":43,"389":3,"39":129,"391":10,"397":24,"40":40,"409":62,"41":63,"414":28,"415":89,"419":76,"42":102,"426":8,"43":39,"430":14,"431":1,"433":5,"434":1,"44":45,"45":18,"46":168,"48":40,"49":205,"5":755,"51":66,"52":92,"53":65,"56":33,"570":9,"6":273,"63":22,"7":317,"79":53,"8":153,"80":43,"9":352,"all_client":92292,"all_tv_clinet":14750,"insert_time":"2014-08-18T09:34:46.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77659,"10":21,"107":521,"11":668,"12":62,"13":460,"14":122,"15":103,"155":58,"156":9,"158":29,"159":33,"16":110,"160":24,"161":228,"167":47,"168":3,"17":182,"18":833,"19":488,"20":121,"209":22,"21":644,"210":12,"211":2,"214":30,"215":85,"221":238,"223":664,"224":182,"225":573,"23":590,"24":1278,"25":410,"257":77,"26":104,"268":6,"27":22,"273":48,"276":122,"279":6,"28":327,"281":6,"282":17,"291":11,"292":133,"30":6,"302":10,"306":1,"31":42,"314":4,"32":22,"33":54,"34":28,"347":25,"35":29,"352":705,"36":149,"37":22,"38":448,"380":9,"381":44,"383":42,"389":3,"39":128,"391":12,"397":23,"40":41,"409":61,"41":62,"414":30,"415":88,"419":72,"42":104,"426":8,"43":37,"430":15,"431":1,"433":3,"434":1,"44":47,"45":17,"46":166,"48":40,"49":206,"5":761,"51":58,"52":94,"53":66,"56":34,"570":10,"6":280,"63":24,"7":333,"79":54,"8":145,"80":40,"9":354,"all_client":92448,"all_tv_clinet":14789,"insert_time":"2014-08-18T09:35:46.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78093,"10":21,"107":523,"11":655,"12":63,"13":465,"14":124,"15":102,"155":60,"156":8,"158":35,"159":32,"16":109,"160":24,"161":222,"167":49,"168":3,"17":182,"18":830,"19":486,"20":122,"209":21,"21":652,"210":12,"211":3,"214":29,"215":86,"221":234,"223":647,"224":190,"225":566,"23":594,"24":1294,"25":395,"257":77,"26":95,"268":6,"27":21,"273":50,"276":122,"279":10,"28":341,"281":7,"282":19,"291":10,"292":141,"30":8,"302":12,"31":42,"314":3,"32":19,"33":53,"34":27,"347":25,"35":28,"352":708,"36":146,"37":24,"38":458,"380":10,"381":48,"383":39,"389":4,"39":129,"391":13,"397":21,"40":38,"409":61,"41":61,"414":29,"415":82,"419":70,"42":101,"426":9,"43":37,"430":15,"433":2,"44":51,"45":19,"46":168,"48":41,"49":205,"5":750,"51":59,"52":94,"53":64,"56":36,"570":11,"6":284,"63":24,"7":333,"79":56,"8":138,"80":41,"9":367,"all_client":92893,"all_tv_clinet":14800,"insert_time":"2014-08-18T09:36:47.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78228,"10":22,"107":524,"11":664,"12":63,"13":469,"14":130,"15":102,"155":61,"156":9,"158":36,"159":31,"16":107,"160":27,"161":220,"167":51,"168":3,"17":187,"18":809,"19":496,"20":113,"209":20,"21":639,"210":12,"211":3,"214":28,"215":84,"221":227,"223":651,"224":200,"225":565,"23":605,"24":1314,"25":371,"257":72,"26":89,"268":6,"27":23,"273":51,"276":123,"279":9,"28":344,"281":7,"282":17,"291":12,"292":143,"30":9,"302":12,"31":40,"314":4,"32":22,"33":49,"34":28,"347":26,"35":29,"352":716,"36":154,"37":27,"38":450,"380":11,"381":47,"383":41,"389":4,"39":130,"391":14,"397":22,"40":39,"409":61,"41":65,"414":28,"415":77,"419":65,"42":94,"426":9,"43":35,"430":16,"433":2,"44":52,"45":22,"46":166,"48":37,"49":205,"5":756,"51":62,"52":95,"53":70,"56":37,"570":10,"6":285,"63":22,"7":333,"79":54,"8":131,"80":39,"9":371,"all_client":93040,"all_tv_clinet":14812,"insert_time":"2014-08-18T09:37:48.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78381,"10":22,"107":539,"11":664,"12":59,"13":473,"14":135,"15":105,"155":65,"156":8,"158":39,"159":26,"16":107,"160":26,"161":211,"167":49,"168":3,"17":187,"18":800,"19":503,"20":117,"209":22,"21":648,"210":13,"211":3,"214":28,"215":80,"221":231,"223":653,"224":206,"225":570,"23":605,"24":1299,"25":361,"257":63,"26":89,"268":6,"27":21,"273":50,"276":129,"279":9,"28":353,"281":8,"282":22,"291":11,"292":146,"30":9,"302":12,"31":34,"314":4,"32":24,"33":48,"34":29,"347":28,"35":28,"352":712,"36":160,"37":29,"38":443,"380":11,"381":47,"383":44,"389":4,"39":129,"391":15,"397":18,"40":39,"409":61,"41":60,"414":29,"415":74,"419":63,"42":103,"426":8,"43":31,"430":15,"433":3,"44":54,"45":25,"46":162,"48":38,"49":195,"5":773,"51":65,"52":94,"53":68,"56":35,"570":11,"6":290,"63":21,"7":346,"79":56,"8":129,"80":33,"9":383,"all_client":93237,"all_tv_clinet":14856,"insert_time":"2014-08-18T09:38:48.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78502,"10":23,"107":539,"11":657,"12":54,"13":482,"14":137,"15":107,"155":65,"156":8,"158":42,"159":24,"16":101,"160":25,"161":209,"167":53,"168":3,"17":189,"18":795,"19":511,"20":118,"209":24,"21":641,"210":15,"211":3,"214":30,"215":83,"221":239,"223":660,"224":207,"225":578,"23":622,"24":1312,"25":346,"257":63,"26":88,"268":5,"27":23,"273":50,"276":135,"279":11,"28":353,"281":8,"282":27,"291":11,"292":144,"30":8,"302":13,"31":36,"314":4,"32":21,"33":51,"34":28,"347":30,"35":27,"352":714,"36":172,"37":29,"38":416,"380":11,"381":47,"383":44,"389":4,"39":127,"391":17,"397":15,"40":36,"409":60,"41":56,"414":30,"415":75,"419":58,"42":109,"426":7,"43":30,"430":16,"433":3,"434":1,"44":54,"45":27,"46":154,"48":40,"49":177,"5":776,"51":63,"52":100,"53":68,"56":35,"570":10,"6":293,"63":23,"7":358,"79":58,"8":121,"80":30,"9":390,"all_client":93394,"all_tv_clinet":14892,"insert_time":"2014-08-18T09:39:49.641Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78595,"10":22,"107":540,"11":613,"12":58,"13":487,"14":144,"15":112,"155":67,"156":8,"158":44,"159":23,"16":101,"160":27,"161":195,"167":57,"168":3,"17":188,"18":790,"19":517,"20":114,"209":28,"21":654,"210":15,"211":3,"214":32,"215":85,"221":244,"223":675,"224":209,"225":582,"23":626,"24":1318,"25":340,"257":62,"26":82,"268":5,"27":21,"273":51,"276":132,"279":12,"28":363,"281":8,"282":31,"291":12,"292":152,"30":8,"302":14,"31":39,"314":3,"32":22,"33":51,"34":28,"347":27,"35":28,"352":721,"36":170,"37":30,"38":427,"380":11,"381":45,"383":43,"389":4,"39":128,"391":16,"397":14,"40":36,"409":60,"41":55,"414":31,"415":73,"419":59,"42":112,"426":7,"43":31,"430":15,"433":3,"434":1,"44":54,"45":26,"46":143,"48":43,"49":161,"5":781,"51":64,"52":101,"53":72,"56":34,"570":8,"6":300,"63":24,"7":375,"79":57,"8":108,"80":29,"9":399,"all_client":93538,"all_tv_clinet":14943,"insert_time":"2014-08-18T09:40:50.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78773,"10":26,"107":528,"11":560,"12":62,"13":497,"14":151,"15":111,"155":68,"156":9,"158":43,"159":25,"16":98,"160":30,"161":189,"167":53,"168":3,"17":193,"18":783,"19":531,"20":109,"209":29,"21":648,"210":18,"211":3,"214":33,"215":84,"221":242,"223":687,"224":208,"225":579,"23":631,"24":1319,"25":324,"257":67,"26":81,"268":5,"27":21,"273":56,"276":137,"279":14,"28":359,"281":8,"282":30,"291":15,"292":163,"30":8,"302":12,"31":43,"314":4,"32":23,"33":52,"34":31,"347":27,"35":27,"352":724,"36":172,"37":34,"38":430,"380":11,"381":45,"383":42,"389":4,"39":127,"391":16,"397":14,"40":36,"409":57,"41":58,"414":29,"415":72,"419":63,"42":117,"426":8,"43":33,"430":17,"433":3,"434":1,"44":57,"45":29,"46":147,"48":40,"49":145,"5":786,"51":65,"52":104,"53":75,"56":34,"570":6,"6":306,"63":26,"7":382,"79":55,"8":105,"80":28,"9":409,"all_client":93742,"all_tv_clinet":14969,"insert_time":"2014-08-18T09:41:51.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78886,"10":25,"107":519,"11":495,"12":60,"13":503,"14":166,"15":119,"155":68,"156":10,"158":42,"159":24,"16":92,"160":31,"161":181,"167":55,"168":3,"17":194,"18":769,"19":566,"20":107,"209":29,"21":673,"210":20,"211":3,"214":35,"215":81,"221":246,"223":702,"224":210,"225":583,"23":626,"24":1314,"25":308,"257":73,"26":81,"268":5,"27":21,"273":56,"276":137,"279":15,"28":366,"281":8,"282":33,"291":16,"292":168,"30":12,"302":11,"31":38,"314":4,"317":1,"32":24,"33":50,"34":35,"347":23,"35":27,"352":722,"36":172,"37":37,"38":434,"380":13,"381":48,"383":46,"389":3,"39":122,"391":15,"397":13,"40":41,"409":54,"41":65,"414":26,"415":71,"419":67,"42":118,"426":9,"43":32,"430":19,"433":4,"44":56,"45":31,"46":141,"48":43,"49":133,"5":776,"51":65,"52":109,"53":79,"56":33,"570":4,"6":314,"63":28,"7":384,"79":56,"8":104,"80":28,"9":430,"all_client":93894,"all_tv_clinet":15008,"insert_time":"2014-08-18T09:42:51.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79013,"10":26,"107":526,"11":458,"12":50,"13":500,"14":163,"15":136,"155":68,"156":9,"158":44,"159":25,"16":91,"160":31,"161":186,"167":54,"168":3,"17":203,"18":757,"19":587,"20":106,"209":29,"21":665,"210":21,"211":3,"214":34,"215":79,"221":252,"223":709,"224":216,"225":590,"23":622,"24":1308,"25":313,"257":74,"26":77,"268":5,"27":20,"273":51,"276":142,"279":15,"28":371,"281":9,"282":36,"291":17,"292":174,"30":12,"302":12,"31":39,"314":4,"317":1,"32":23,"33":51,"34":35,"347":22,"35":29,"352":712,"36":173,"37":39,"38":421,"380":12,"381":49,"383":48,"389":3,"39":113,"391":15,"396":1,"397":11,"40":42,"409":45,"41":70,"414":27,"415":75,"419":78,"42":117,"426":9,"43":32,"430":17,"433":4,"44":56,"45":32,"46":142,"48":37,"49":120,"5":774,"51":66,"52":114,"53":82,"56":32,"570":4,"6":322,"63":31,"7":405,"79":56,"8":107,"80":28,"9":446,"all_client":94063,"all_tv_clinet":15050,"insert_time":"2014-08-18T09:43:52.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79159,"10":23,"107":517,"11":421,"12":52,"13":504,"14":160,"15":152,"155":73,"156":11,"158":45,"159":24,"16":90,"160":36,"161":189,"167":55,"168":3,"17":202,"18":762,"19":614,"20":105,"209":28,"21":678,"210":20,"211":3,"214":35,"215":81,"221":254,"223":714,"224":225,"225":583,"23":634,"24":1325,"25":312,"257":71,"26":75,"268":5,"27":20,"273":45,"276":147,"279":15,"28":371,"281":10,"282":36,"291":19,"292":153,"30":14,"302":13,"31":41,"314":4,"317":1,"32":25,"33":47,"34":33,"347":23,"35":31,"352":713,"36":174,"37":39,"38":432,"380":11,"381":54,"383":47,"389":2,"39":113,"391":16,"396":1,"397":11,"40":41,"409":39,"41":75,"414":26,"415":83,"419":82,"42":119,"426":9,"43":34,"430":17,"433":4,"44":62,"45":33,"46":136,"48":35,"49":109,"5":769,"51":65,"52":115,"53":83,"56":32,"570":3,"6":321,"63":33,"7":413,"79":53,"8":98,"80":28,"9":459,"all_client":94277,"all_tv_clinet":15118,"insert_time":"2014-08-18T09:44:53.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79257,"10":24,"107":513,"11":400,"12":55,"13":514,"14":158,"15":162,"155":73,"156":11,"158":47,"159":24,"16":88,"160":35,"161":196,"167":54,"168":2,"17":206,"18":759,"19":642,"20":110,"209":27,"21":693,"210":20,"211":3,"214":35,"215":85,"221":271,"223":724,"224":226,"225":556,"23":640,"24":1301,"25":314,"257":66,"26":74,"268":5,"27":21,"273":44,"276":151,"279":15,"28":378,"281":10,"282":38,"291":19,"292":147,"30":15,"302":13,"31":45,"314":5,"317":1,"32":27,"33":49,"34":37,"347":19,"35":29,"352":717,"36":171,"37":36,"38":446,"380":10,"381":55,"383":51,"389":3,"39":107,"391":15,"396":1,"397":10,"40":43,"409":36,"41":74,"414":25,"415":91,"419":84,"42":124,"426":8,"43":32,"430":18,"433":4,"44":60,"45":31,"46":136,"48":37,"49":97,"5":771,"51":66,"52":119,"53":85,"56":34,"570":4,"6":309,"63":34,"7":434,"79":51,"8":91,"80":30,"9":481,"all_client":94464,"all_tv_clinet":15207,"insert_time":"2014-08-18T09:45:54.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79435,"10":25,"107":528,"11":396,"12":57,"13":515,"14":165,"15":167,"155":73,"156":11,"158":50,"159":22,"16":83,"160":34,"161":203,"167":55,"168":2,"17":205,"18":748,"19":651,"20":106,"209":27,"21":718,"210":21,"211":3,"214":34,"215":85,"221":269,"223":721,"224":229,"225":538,"23":645,"24":1271,"25":307,"257":68,"26":70,"268":5,"27":21,"273":42,"276":151,"279":16,"28":388,"281":11,"282":40,"291":18,"292":142,"30":17,"302":13,"31":47,"314":6,"317":1,"32":27,"33":49,"34":41,"347":16,"35":25,"352":714,"36":167,"37":39,"38":448,"380":10,"381":53,"383":54,"389":3,"39":104,"391":17,"396":1,"397":9,"40":42,"409":41,"41":75,"414":24,"415":92,"419":88,"42":132,"426":8,"43":33,"430":19,"433":4,"44":57,"45":37,"46":139,"48":35,"49":89,"5":777,"51":60,"52":118,"53":87,"56":32,"570":4,"6":290,"63":35,"7":450,"79":51,"8":91,"80":30,"9":489,"all_client":94661,"all_tv_clinet":15226,"insert_time":"2014-08-18T09:46:54.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79657,"10":20,"107":529,"11":384,"12":64,"13":505,"14":171,"15":181,"155":69,"156":13,"158":55,"159":17,"16":81,"160":33,"161":206,"167":61,"168":2,"17":208,"18":726,"19":648,"20":108,"209":26,"21":727,"210":20,"211":3,"214":34,"215":84,"221":266,"223":717,"224":234,"225":513,"23":647,"24":1249,"25":301,"257":73,"26":67,"268":5,"27":20,"273":46,"276":153,"279":15,"28":397,"281":11,"282":40,"291":19,"292":150,"30":18,"302":14,"306":1,"31":50,"314":6,"317":1,"32":27,"33":45,"34":44,"347":14,"35":27,"352":721,"36":165,"37":38,"38":443,"380":10,"381":53,"383":59,"389":3,"39":99,"391":17,"396":1,"397":11,"40":39,"409":42,"41":86,"414":23,"415":92,"419":92,"42":134,"426":7,"43":37,"430":18,"433":4,"44":54,"45":39,"46":136,"48":38,"49":89,"5":782,"51":61,"52":119,"53":82,"56":34,"570":6,"6":278,"63":39,"7":476,"79":53,"8":88,"80":34,"9":489,"all_client":94893,"all_tv_clinet":15236,"insert_time":"2014-08-18T09:47:55.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79864,"10":20,"107":519,"11":362,"12":68,"13":502,"14":179,"15":195,"155":69,"156":15,"158":54,"159":15,"16":83,"160":38,"161":203,"167":64,"168":2,"17":204,"18":731,"19":646,"20":106,"209":25,"21":735,"210":19,"211":3,"214":35,"215":88,"221":274,"223":727,"224":241,"225":524,"23":647,"24":1230,"25":297,"257":75,"26":65,"268":5,"27":16,"273":52,"276":151,"279":17,"28":407,"281":11,"282":39,"291":21,"292":156,"30":17,"302":16,"306":1,"31":48,"314":5,"317":1,"32":23,"33":42,"34":46,"347":14,"35":28,"352":717,"36":160,"37":34,"38":439,"380":10,"381":51,"383":57,"389":3,"39":96,"391":17,"396":1,"397":11,"40":40,"409":42,"41":100,"414":26,"415":92,"419":95,"42":126,"426":7,"43":35,"430":18,"433":4,"44":47,"45":41,"46":130,"48":34,"49":82,"5":779,"51":59,"52":123,"53":71,"56":37,"570":7,"6":287,"63":42,"7":490,"79":54,"8":91,"80":34,"9":480,"all_client":95109,"all_tv_clinet":15245,"insert_time":"2014-08-18T09:48:56.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80024,"10":20,"107":512,"11":341,"12":77,"13":504,"14":181,"15":200,"155":63,"156":15,"158":55,"159":14,"16":87,"160":38,"161":209,"167":66,"168":2,"17":208,"18":738,"19":658,"20":107,"209":27,"21":763,"210":20,"211":3,"214":34,"215":90,"221":284,"223":730,"224":248,"225":509,"23":644,"24":1243,"25":299,"257":77,"26":61,"268":6,"27":16,"273":57,"276":157,"279":19,"28":418,"281":11,"282":38,"291":22,"292":160,"30":17,"302":16,"306":1,"31":48,"314":5,"317":1,"32":26,"33":42,"34":42,"347":14,"35":30,"352":720,"36":158,"37":37,"38":437,"380":11,"381":56,"383":57,"389":3,"39":92,"391":16,"397":11,"40":38,"409":41,"41":112,"414":25,"415":91,"419":101,"42":108,"426":6,"43":36,"430":21,"433":4,"44":47,"45":42,"46":131,"48":34,"49":76,"5":767,"51":55,"52":118,"53":66,"56":38,"570":9,"6":282,"63":44,"7":509,"79":54,"8":91,"80":41,"9":476,"all_client":95358,"all_tv_clinet":15334,"insert_time":"2014-08-18T09:49:57.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80163,"10":21,"107":511,"11":345,"12":77,"13":489,"14":189,"15":192,"155":56,"156":17,"158":53,"159":11,"16":92,"160":37,"161":222,"167":69,"168":2,"17":211,"18":754,"19":659,"20":107,"209":25,"21":786,"210":22,"211":3,"214":36,"215":86,"221":299,"223":744,"224":257,"225":511,"23":623,"24":1239,"25":287,"257":80,"26":66,"268":5,"27":14,"273":61,"276":160,"279":19,"28":437,"281":11,"282":39,"291":23,"292":157,"30":18,"302":18,"31":47,"314":5,"317":1,"32":24,"33":45,"34":40,"347":11,"35":27,"352":717,"36":161,"37":43,"38":445,"380":12,"381":54,"383":60,"389":4,"39":91,"391":16,"396":1,"397":12,"40":37,"409":43,"41":113,"414":29,"415":89,"419":103,"42":94,"426":5,"43":36,"430":23,"433":4,"44":44,"45":42,"46":136,"48":35,"49":66,"5":768,"51":54,"52":116,"53":66,"56":39,"570":9,"6":276,"63":41,"7":510,"79":56,"8":92,"80":40,"9":484,"all_client":95569,"all_tv_clinet":15406,"insert_time":"2014-08-18T09:50:57.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80287,"10":21,"107":513,"11":325,"12":83,"13":485,"14":203,"15":186,"155":54,"156":17,"158":59,"159":15,"16":97,"160":38,"161":231,"167":72,"168":2,"17":214,"18":774,"19":678,"20":105,"209":29,"21":792,"210":21,"211":3,"214":35,"215":88,"221":298,"223":747,"224":259,"225":496,"23":603,"24":1218,"25":286,"257":84,"26":63,"268":6,"27":14,"273":65,"276":168,"279":18,"28":457,"281":12,"282":43,"291":24,"292":159,"30":19,"302":18,"31":54,"314":5,"317":1,"32":26,"33":48,"34":40,"347":10,"35":28,"352":722,"36":160,"37":44,"38":432,"380":12,"381":50,"383":67,"389":4,"39":91,"391":16,"396":3,"397":11,"40":38,"409":40,"41":117,"414":28,"415":84,"419":109,"42":87,"426":5,"43":35,"430":25,"433":4,"44":41,"45":45,"46":137,"48":44,"49":64,"5":775,"51":54,"52":103,"53":64,"56":38,"570":8,"6":283,"63":44,"7":514,"79":55,"8":85,"80":38,"9":483,"all_client":95755,"all_tv_clinet":15468,"insert_time":"2014-08-18T09:51:58.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80481,"10":17,"107":525,"11":325,"12":83,"13":471,"14":213,"15":190,"155":52,"156":16,"158":64,"159":17,"16":94,"160":38,"161":238,"167":74,"168":1,"17":217,"18":795,"19":685,"20":107,"209":30,"21":789,"210":21,"211":3,"214":37,"215":89,"221":293,"223":750,"224":245,"225":503,"23":606,"24":1201,"25":283,"257":86,"26":67,"268":6,"27":10,"273":63,"276":176,"279":17,"28":472,"281":13,"282":44,"291":21,"292":166,"30":20,"302":18,"31":56,"314":3,"317":1,"32":25,"33":47,"34":43,"347":11,"35":26,"352":719,"36":159,"37":38,"38":440,"380":13,"381":44,"383":68,"389":4,"39":93,"391":16,"396":5,"397":11,"40":40,"409":35,"41":126,"414":27,"415":87,"419":114,"42":85,"426":4,"43":34,"430":25,"433":8,"44":38,"45":45,"46":137,"48":45,"49":60,"5":786,"51":52,"52":92,"53":64,"56":40,"570":6,"6":291,"63":42,"7":527,"79":55,"8":86,"80":38,"9":475,"all_client":96018,"all_tv_clinet":15537,"insert_time":"2014-08-18T09:52:59.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80691,"10":15,"107":520,"11":318,"12":83,"13":473,"14":219,"15":197,"155":52,"156":17,"158":62,"159":21,"16":90,"160":42,"161":232,"167":74,"17":219,"18":804,"19":682,"20":104,"209":32,"21":795,"210":18,"211":3,"214":40,"215":93,"221":296,"223":761,"224":223,"225":491,"23":612,"24":1222,"25":280,"257":89,"26":64,"268":6,"27":11,"273":66,"276":177,"279":15,"28":484,"281":13,"282":43,"291":22,"292":168,"30":21,"302":17,"31":60,"314":4,"317":1,"32":24,"33":53,"34":42,"347":13,"35":25,"352":699,"36":153,"37":37,"38":439,"380":12,"381":46,"383":68,"389":4,"39":86,"391":15,"396":5,"397":12,"40":46,"409":34,"41":136,"414":25,"415":88,"419":114,"42":82,"426":4,"43":29,"430":27,"433":7,"44":34,"45":41,"46":144,"48":51,"49":60,"5":787,"51":51,"52":89,"53":64,"56":42,"570":4,"6":294,"63":43,"7":554,"79":53,"8":84,"80":36,"9":473,"all_client":96271,"all_tv_clinet":15580,"insert_time":"2014-08-18T09:54:00.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80917,"10":15,"107":529,"11":311,"12":70,"13":466,"14":227,"15":197,"155":52,"156":17,"158":62,"159":19,"16":88,"160":45,"161":247,"167":77,"17":231,"18":813,"19":679,"20":103,"209":30,"21":802,"210":16,"211":2,"214":41,"215":93,"221":298,"223":781,"224":195,"225":502,"23":620,"24":1216,"25":273,"257":88,"26":63,"268":5,"27":13,"273":69,"276":179,"279":14,"28":474,"281":17,"282":42,"291":18,"292":175,"30":21,"302":17,"31":63,"314":5,"317":1,"32":21,"33":53,"34":37,"347":12,"35":25,"352":689,"36":158,"37":37,"38":455,"380":11,"381":48,"383":68,"389":4,"39":92,"391":13,"396":5,"397":13,"40":47,"409":34,"41":148,"414":26,"415":85,"419":119,"42":73,"426":3,"43":27,"430":26,"433":7,"44":34,"45":44,"46":146,"48":51,"49":60,"5":775,"51":48,"52":84,"53":65,"56":39,"570":5,"6":295,"63":43,"7":571,"79":52,"8":83,"80":36,"9":476,"all_client":96541,"all_tv_clinet":15624,"insert_time":"2014-08-18T09:55:01.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81085,"10":17,"107":534,"11":315,"12":61,"13":472,"14":235,"15":200,"155":53,"156":18,"158":59,"159":19,"16":89,"160":46,"161":249,"167":79,"17":237,"18":828,"19":685,"20":110,"209":28,"21":808,"210":17,"211":4,"214":42,"215":94,"221":294,"223":782,"224":176,"225":500,"23":622,"24":1230,"25":267,"257":81,"26":63,"268":2,"27":18,"273":69,"276":174,"279":14,"28":479,"281":20,"282":43,"291":17,"292":182,"30":22,"302":17,"31":56,"314":5,"317":1,"32":18,"33":52,"34":38,"347":14,"35":29,"352":684,"36":159,"37":38,"38":456,"380":12,"381":51,"383":70,"389":4,"39":91,"391":15,"396":4,"397":13,"40":46,"409":33,"41":150,"414":27,"415":81,"419":121,"42":69,"426":2,"43":26,"430":26,"433":8,"44":32,"45":47,"46":151,"48":46,"49":58,"5":776,"51":44,"52":78,"53":68,"56":39,"570":4,"6":301,"63":45,"7":585,"79":51,"8":80,"80":40,"9":493,"all_client":96793,"all_tv_clinet":15708,"insert_time":"2014-08-18T09:56:02.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81385,"10":19,"107":555,"11":310,"12":59,"13":478,"14":232,"15":198,"155":51,"156":17,"158":56,"159":21,"16":99,"160":45,"161":235,"167":89,"17":242,"18":866,"19":678,"20":115,"209":27,"21":816,"210":17,"211":4,"214":42,"215":94,"221":293,"223":757,"224":167,"225":486,"23":604,"24":1225,"25":260,"257":81,"26":63,"268":3,"27":19,"273":71,"276":176,"279":12,"28":478,"281":20,"282":41,"291":14,"292":196,"30":25,"302":19,"31":62,"314":5,"317":1,"32":18,"33":56,"34":37,"347":14,"35":34,"352":682,"36":165,"37":37,"38":478,"380":13,"381":57,"383":70,"389":4,"39":88,"391":15,"396":4,"397":13,"40":44,"409":29,"41":158,"414":24,"415":76,"419":127,"42":66,"426":2,"43":23,"430":25,"433":8,"44":32,"45":54,"46":150,"48":42,"49":56,"5":796,"51":42,"52":74,"53":67,"56":35,"570":4,"6":317,"63":47,"7":589,"79":52,"8":79,"80":40,"9":506,"all_client":97177,"all_tv_clinet":15792,"insert_time":"2014-08-18T09:57:02.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81522,"10":20,"107":574,"11":326,"12":60,"13":474,"14":209,"15":186,"155":49,"156":20,"158":55,"159":22,"16":105,"160":47,"161":219,"167":96,"17":234,"18":898,"19":655,"20":123,"209":23,"21":820,"210":15,"211":3,"214":43,"215":95,"221":289,"223":724,"224":157,"225":458,"23":595,"24":1269,"25":256,"257":89,"26":60,"268":5,"27":19,"273":74,"276":177,"279":11,"28":457,"281":19,"282":37,"291":16,"292":192,"30":27,"302":18,"31":64,"314":5,"317":1,"32":19,"33":60,"34":37,"347":16,"35":34,"352":683,"36":170,"37":47,"38":474,"380":15,"381":66,"383":68,"389":4,"39":89,"391":13,"396":4,"397":14,"40":44,"409":27,"41":167,"414":19,"415":81,"419":130,"42":59,"426":2,"43":20,"430":24,"433":8,"44":34,"45":53,"46":153,"48":45,"49":58,"5":823,"51":42,"52":76,"53":70,"56":33,"570":3,"6":330,"63":49,"7":604,"79":57,"8":77,"80":41,"9":518,"all_client":97372,"all_tv_clinet":15850,"insert_time":"2014-08-18T09:58:03.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81720,"10":21,"107":592,"11":318,"12":59,"13":478,"14":193,"15":186,"155":48,"156":22,"158":54,"159":20,"16":117,"160":51,"161":210,"167":105,"17":224,"18":910,"19":626,"20":123,"209":21,"21":831,"210":14,"211":4,"214":41,"215":101,"221":298,"223":715,"224":151,"225":456,"23":579,"24":1293,"25":250,"257":95,"26":62,"268":6,"27":17,"273":73,"276":179,"279":15,"28":435,"281":17,"282":35,"291":20,"292":191,"30":26,"302":17,"31":74,"314":7,"317":1,"32":22,"33":59,"34":36,"347":18,"35":34,"352":692,"36":168,"37":45,"38":466,"380":16,"381":68,"383":68,"389":4,"39":86,"391":14,"396":4,"397":13,"40":46,"409":34,"41":173,"414":14,"415":86,"419":140,"42":57,"426":3,"43":20,"430":24,"433":9,"44":33,"45":47,"46":147,"48":48,"49":56,"5":851,"51":47,"52":77,"53":70,"56":30,"570":4,"6":348,"63":50,"7":615,"79":58,"8":79,"80":42,"9":535,"all_client":97657,"all_tv_clinet":15937,"insert_time":"2014-08-18T09:59:04.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81979,"10":21,"107":591,"11":311,"12":55,"13":491,"14":194,"15":170,"155":47,"156":22,"158":54,"159":20,"16":125,"160":53,"161":209,"167":107,"17":210,"18":900,"19":612,"20":124,"209":19,"21":847,"210":15,"211":4,"214":41,"215":102,"221":312,"223":731,"224":147,"225":459,"23":555,"24":1324,"25":248,"257":93,"26":63,"268":7,"27":16,"273":71,"276":185,"279":16,"28":429,"281":18,"282":36,"291":24,"292":187,"30":25,"302":17,"31":87,"314":6,"317":1,"32":21,"33":60,"34":33,"347":18,"35":37,"352":696,"36":165,"37":46,"38":457,"380":17,"381":68,"383":63,"389":4,"39":86,"391":11,"396":4,"397":12,"40":49,"409":34,"41":180,"414":15,"415":96,"419":140,"42":54,"426":4,"43":20,"430":28,"433":10,"44":30,"45":45,"46":148,"48":46,"49":57,"5":874,"51":43,"52":71,"53":66,"56":27,"570":8,"6":367,"63":50,"7":616,"79":62,"8":75,"80":43,"9":543,"all_client":97979,"all_tv_clinet":16000,"insert_time":"2014-08-18T10:00:04.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82100,"10":21,"107":598,"11":317,"12":53,"13":504,"14":177,"15":164,"155":45,"156":23,"158":51,"159":23,"16":126,"160":53,"161":218,"167":109,"17":198,"18":893,"19":605,"20":115,"209":21,"21":861,"210":16,"211":4,"214":39,"215":104,"221":307,"223":740,"224":139,"225":466,"23":537,"24":1338,"25":239,"257":88,"26":65,"268":7,"27":15,"273":73,"276":190,"279":15,"28":420,"281":22,"282":32,"291":24,"292":188,"30":25,"302":19,"31":100,"314":6,"317":1,"32":23,"33":63,"34":34,"347":18,"35":39,"352":702,"36":166,"37":55,"38":457,"380":16,"381":67,"383":65,"389":4,"39":85,"391":12,"396":5,"397":12,"40":49,"409":38,"41":183,"414":16,"415":96,"419":138,"42":56,"426":4,"43":23,"430":31,"433":11,"44":29,"45":44,"46":152,"48":52,"49":54,"5":882,"51":45,"52":66,"53":70,"56":26,"570":8,"6":396,"63":49,"7":605,"79":62,"8":75,"80":47,"9":547,"all_client":98171,"all_tv_clinet":16071,"insert_time":"2014-08-18T10:01:05.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82462,"10":21,"107":605,"11":317,"12":54,"13":514,"14":179,"15":159,"155":45,"156":24,"158":53,"159":21,"16":132,"160":53,"161":230,"167":110,"17":187,"18":881,"19":617,"20":115,"209":22,"21":865,"210":14,"211":6,"214":42,"215":112,"221":310,"223":745,"224":134,"225":471,"23":551,"24":1340,"25":243,"257":87,"26":66,"268":8,"27":14,"273":81,"276":192,"279":12,"28":406,"281":25,"282":31,"291":26,"292":195,"30":22,"302":21,"31":113,"314":5,"317":1,"32":24,"33":66,"34":36,"347":16,"35":42,"352":702,"36":167,"37":55,"38":454,"380":17,"381":73,"383":68,"389":4,"39":84,"391":12,"396":5,"397":13,"40":51,"409":40,"41":171,"414":23,"415":97,"419":129,"42":53,"426":4,"43":27,"430":34,"433":12,"44":28,"45":43,"46":152,"48":56,"49":52,"5":871,"51":47,"52":65,"53":68,"56":27,"570":7,"6":395,"63":57,"7":593,"79":56,"8":73,"80":52,"9":571,"all_client":98631,"all_tv_clinet":16169,"insert_time":"2014-08-18T10:02:08.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82688,"10":19,"107":601,"11":326,"12":57,"13":529,"14":181,"15":171,"155":44,"156":26,"158":56,"159":21,"16":135,"160":55,"161":242,"167":110,"168":1,"17":181,"18":888,"19":647,"20":117,"209":21,"21":864,"210":13,"211":6,"214":42,"215":136,"221":313,"223":752,"224":126,"225":466,"23":559,"24":1319,"25":248,"257":87,"26":74,"268":7,"27":12,"273":85,"276":201,"279":13,"28":386,"281":27,"282":26,"291":21,"292":202,"30":20,"302":26,"306":1,"31":121,"314":7,"317":1,"32":25,"33":69,"34":37,"347":16,"35":48,"352":699,"36":172,"37":58,"38":450,"380":16,"381":81,"383":68,"389":4,"39":83,"391":13,"396":6,"397":9,"40":50,"409":40,"41":155,"414":27,"415":88,"419":120,"42":58,"426":3,"43":27,"430":36,"433":12,"44":26,"45":42,"46":153,"48":58,"49":48,"5":860,"51":47,"52":64,"53":69,"56":25,"570":6,"6":361,"63":63,"7":609,"79":51,"8":78,"80":53,"9":577,"all_client":98937,"all_tv_clinet":16249,"insert_time":"2014-08-18T10:03:08.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82828,"10":18,"107":606,"11":323,"12":59,"13":552,"14":187,"15":179,"155":46,"156":27,"158":60,"159":20,"16":129,"160":57,"161":249,"167":113,"168":1,"17":182,"18":888,"19":688,"20":118,"209":19,"21":868,"210":14,"211":7,"214":40,"215":159,"221":304,"223":769,"224":118,"225":461,"23":562,"24":1299,"25":265,"257":89,"26":79,"268":8,"27":13,"273":93,"276":209,"279":13,"28":362,"281":29,"282":28,"291":19,"292":208,"30":17,"302":26,"306":1,"31":125,"314":7,"317":1,"32":27,"33":70,"34":36,"347":15,"35":46,"352":713,"36":184,"37":58,"38":455,"380":16,"381":85,"383":69,"389":4,"39":78,"391":14,"396":6,"397":8,"40":53,"409":40,"41":135,"414":29,"415":97,"419":108,"42":61,"426":3,"43":24,"430":40,"433":11,"44":26,"45":48,"46":149,"48":67,"49":52,"5":858,"51":46,"52":62,"53":72,"56":25,"570":8,"6":316,"63":65,"7":612,"79":49,"8":81,"80":53,"9":575,"all_client":99191,"all_tv_clinet":16363,"insert_time":"2014-08-18T10:04:09.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83032,"10":17,"107":603,"11":341,"12":59,"13":564,"14":187,"15":196,"155":47,"156":24,"158":65,"159":22,"16":124,"160":59,"161":250,"167":111,"168":1,"17":176,"18":890,"19":700,"20":113,"209":20,"21":875,"210":14,"211":10,"214":40,"215":174,"221":307,"223":784,"224":115,"225":462,"23":549,"24":1317,"25":260,"257":90,"26":80,"268":8,"27":14,"273":94,"276":216,"279":13,"28":349,"281":34,"282":30,"291":16,"292":211,"30":16,"302":28,"306":1,"31":135,"314":7,"317":1,"32":28,"33":67,"34":37,"347":16,"35":43,"352":708,"36":181,"37":59,"38":463,"380":18,"381":87,"383":72,"389":4,"39":74,"391":16,"396":5,"397":10,"40":54,"409":39,"41":131,"414":30,"415":97,"419":106,"42":58,"426":3,"43":25,"430":39,"433":8,"44":23,"45":49,"46":154,"48":71,"49":53,"5":874,"51":43,"52":59,"53":74,"56":23,"570":9,"6":286,"63":68,"7":628,"79":48,"8":83,"80":51,"9":577,"all_client":99502,"all_tv_clinet":16470,"insert_time":"2014-08-18T10:05:10.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83184,"10":17,"107":606,"11":350,"12":54,"13":567,"14":186,"15":215,"155":49,"156":23,"158":67,"159":22,"16":123,"160":56,"161":255,"167":111,"168":1,"17":178,"18":894,"19":710,"20":106,"209":22,"21":879,"210":16,"211":14,"214":42,"215":185,"221":301,"223":793,"224":111,"225":462,"23":545,"24":1310,"25":257,"257":88,"26":82,"268":9,"27":15,"273":92,"276":218,"279":14,"28":339,"281":38,"282":28,"291":16,"292":210,"30":14,"302":31,"306":1,"31":137,"314":7,"317":1,"32":31,"33":70,"34":40,"347":13,"35":40,"352":709,"36":183,"37":58,"38":461,"380":18,"381":80,"383":70,"389":4,"39":75,"391":19,"396":5,"397":15,"40":54,"409":41,"41":131,"414":33,"415":98,"419":104,"42":61,"426":4,"43":25,"430":39,"433":7,"44":21,"45":49,"46":161,"48":72,"49":50,"5":859,"51":47,"52":56,"53":80,"56":22,"570":9,"6":272,"63":67,"7":641,"79":47,"8":81,"80":54,"9":575,"all_client":99702,"all_tv_clinet":16518,"insert_time":"2014-08-18T10:06:10.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83331,"10":21,"107":620,"11":358,"12":53,"13":567,"14":189,"15":223,"155":48,"156":21,"158":71,"159":22,"16":122,"160":52,"161":249,"167":108,"168":1,"17":180,"18":904,"19":719,"20":104,"209":25,"21":884,"210":18,"211":14,"214":44,"215":199,"221":311,"223":810,"224":103,"225":463,"23":542,"24":1336,"25":256,"257":90,"26":81,"268":8,"27":15,"273":93,"276":231,"279":12,"28":339,"281":39,"282":29,"291":15,"292":202,"30":15,"302":34,"306":2,"31":147,"314":8,"317":1,"32":30,"33":68,"34":39,"347":13,"35":42,"352":702,"36":185,"37":58,"38":463,"380":18,"381":78,"383":73,"389":4,"39":77,"391":22,"396":4,"397":15,"40":51,"409":42,"41":124,"414":33,"415":96,"419":103,"42":64,"426":6,"43":26,"430":36,"433":8,"44":19,"45":45,"46":160,"48":67,"49":56,"5":849,"51":42,"52":50,"53":75,"56":21,"570":8,"6":246,"63":69,"7":641,"79":46,"8":83,"80":52,"9":581,"all_client":99919,"all_tv_clinet":16588,"insert_time":"2014-08-18T10:07:11.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83519,"10":24,"107":626,"11":367,"12":58,"13":566,"14":194,"15":229,"155":48,"156":23,"158":71,"159":24,"16":127,"160":52,"161":247,"167":107,"168":1,"17":175,"18":915,"19":731,"20":102,"209":23,"21":890,"210":19,"211":15,"214":42,"215":199,"221":312,"223":811,"224":95,"225":463,"23":543,"24":1352,"25":261,"257":85,"26":75,"268":9,"27":16,"273":101,"276":236,"279":12,"28":335,"281":40,"282":34,"291":15,"292":198,"30":14,"302":34,"306":2,"31":148,"314":7,"317":1,"32":30,"33":73,"34":38,"347":13,"35":43,"352":701,"36":189,"37":57,"38":455,"380":18,"381":78,"383":73,"389":4,"39":79,"391":21,"396":4,"397":17,"40":53,"409":44,"41":131,"414":37,"415":98,"419":95,"42":61,"426":5,"43":23,"430":36,"433":8,"44":20,"45":47,"46":158,"48":66,"49":55,"5":842,"51":42,"52":50,"53":74,"56":21,"570":8,"6":245,"63":76,"7":662,"79":42,"8":86,"80":51,"9":574,"all_client":100196,"all_tv_clinet":16677,"insert_time":"2014-08-18T10:08:12.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83752,"10":27,"107":626,"11":375,"12":57,"13":566,"14":193,"15":232,"155":47,"156":23,"158":72,"159":24,"16":130,"160":47,"161":247,"167":109,"168":1,"17":171,"18":905,"19":748,"20":103,"209":23,"21":894,"210":20,"211":17,"214":41,"215":208,"221":315,"223":809,"224":88,"225":458,"23":537,"24":1359,"25":264,"257":93,"26":74,"268":11,"27":16,"273":104,"276":240,"279":13,"28":330,"281":41,"282":37,"291":16,"292":181,"30":15,"302":32,"306":1,"31":159,"314":6,"317":1,"32":30,"33":73,"34":31,"347":12,"35":43,"352":705,"36":193,"37":58,"38":453,"380":18,"381":85,"383":73,"389":4,"39":75,"391":21,"396":2,"397":16,"40":54,"409":47,"41":136,"414":35,"415":98,"419":90,"42":59,"426":5,"43":23,"430":37,"433":7,"44":18,"45":47,"46":156,"48":67,"49":56,"5":852,"51":44,"52":49,"53":74,"56":19,"570":9,"6":241,"63":78,"7":673,"79":39,"8":89,"80":52,"9":572,"all_client":100476,"all_tv_clinet":16724,"insert_time":"2014-08-18T10:09:13.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83878,"10":28,"107":627,"11":365,"12":66,"13":573,"14":194,"15":236,"155":49,"156":25,"158":72,"159":29,"16":141,"160":39,"161":242,"167":105,"168":1,"17":170,"18":911,"19":745,"20":103,"209":25,"21":896,"210":21,"211":18,"214":41,"215":220,"221":310,"223":802,"224":91,"225":466,"23":546,"24":1388,"25":256,"257":92,"26":72,"268":11,"27":17,"273":111,"276":243,"279":13,"28":323,"281":41,"282":42,"291":16,"292":174,"30":15,"302":33,"31":152,"314":6,"317":1,"32":30,"33":73,"34":29,"347":13,"35":45,"352":709,"36":188,"37":56,"38":452,"380":18,"381":84,"383":75,"389":3,"39":77,"391":25,"396":5,"397":17,"40":52,"409":46,"41":146,"414":33,"415":97,"419":89,"42":57,"426":7,"43":27,"430":37,"433":5,"44":16,"45":49,"46":158,"48":63,"49":48,"5":858,"51":48,"52":48,"53":73,"56":17,"570":8,"6":243,"63":79,"7":678,"79":39,"8":94,"80":50,"9":581,"all_client":100686,"all_tv_clinet":16808,"insert_time":"2014-08-18T10:10:14.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84133,"10":32,"107":615,"11":373,"12":70,"13":570,"14":194,"15":240,"155":50,"156":25,"158":78,"159":29,"16":147,"160":37,"161":235,"167":108,"168":1,"17":169,"18":917,"19":729,"20":102,"209":27,"21":911,"210":21,"211":19,"214":42,"215":229,"221":309,"223":802,"224":91,"225":471,"23":550,"24":1415,"25":253,"257":88,"26":70,"268":10,"27":19,"273":114,"276":240,"279":15,"28":315,"281":42,"282":43,"291":18,"292":177,"30":14,"302":34,"306":1,"31":154,"314":6,"317":1,"32":25,"33":74,"34":27,"347":12,"35":44,"352":705,"36":189,"37":56,"38":458,"380":18,"381":84,"383":77,"389":2,"39":79,"391":26,"396":4,"397":15,"40":55,"409":44,"41":144,"414":32,"415":95,"419":88,"42":56,"426":7,"43":27,"430":35,"433":4,"44":17,"45":50,"46":163,"48":67,"49":45,"5":857,"51":49,"52":51,"53":75,"56":17,"570":11,"6":250,"63":84,"7":663,"79":40,"8":101,"80":46,"9":578,"all_client":101001,"all_tv_clinet":16868,"insert_time":"2014-08-18T10:11:15.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84380,"10":29,"107":617,"11":356,"12":74,"13":577,"14":198,"15":236,"155":53,"156":25,"158":80,"159":32,"16":157,"160":39,"161":213,"167":108,"168":1,"17":166,"18":945,"19":713,"20":95,"209":24,"21":921,"210":24,"211":24,"214":44,"215":235,"221":306,"223":802,"224":86,"225":463,"23":558,"24":1442,"25":260,"257":92,"26":72,"268":8,"27":22,"273":121,"276":230,"279":15,"28":308,"281":43,"282":48,"291":18,"292":182,"30":15,"302":33,"306":1,"31":152,"314":7,"317":1,"32":25,"33":70,"34":27,"347":12,"35":45,"352":707,"36":193,"37":57,"38":460,"380":18,"381":84,"383":82,"389":1,"39":76,"391":28,"396":5,"397":17,"40":55,"409":48,"41":147,"414":34,"415":101,"419":90,"42":55,"426":8,"43":29,"430":33,"433":4,"44":18,"45":54,"46":157,"48":66,"49":44,"5":857,"51":49,"52":46,"53":71,"56":15,"570":10,"6":250,"63":90,"7":655,"79":36,"8":105,"80":43,"9":568,"all_client":101296,"all_tv_clinet":16916,"insert_time":"2014-08-18T10:12:16.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84546,"10":34,"107":618,"11":355,"12":89,"13":578,"14":201,"15":238,"155":55,"156":28,"158":79,"159":34,"16":167,"160":40,"161":208,"167":108,"168":2,"17":165,"18":939,"19":674,"20":91,"209":26,"21":934,"210":25,"211":31,"214":44,"215":239,"221":318,"223":817,"224":88,"225":457,"23":565,"24":1463,"25":255,"257":95,"26":75,"268":9,"27":23,"273":115,"276":224,"279":13,"28":305,"281":42,"282":47,"291":17,"292":182,"30":18,"302":35,"306":1,"31":150,"314":7,"317":1,"32":30,"33":68,"34":21,"347":10,"35":42,"352":716,"36":192,"37":56,"38":445,"380":17,"381":90,"383":83,"389":1,"39":77,"391":25,"396":6,"397":18,"40":56,"409":57,"41":149,"414":32,"415":105,"419":91,"42":54,"426":8,"43":29,"430":31,"433":4,"44":17,"45":54,"46":162,"48":64,"49":45,"5":877,"51":51,"52":44,"53":77,"56":15,"570":9,"6":240,"63":94,"7":663,"79":31,"8":107,"80":36,"9":549,"all_client":101518,"all_tv_clinet":16972,"insert_time":"2014-08-18T10:13:16.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84823,"10":34,"107":618,"11":347,"12":102,"13":585,"14":205,"15":244,"155":54,"156":29,"158":79,"159":39,"16":173,"160":39,"161":211,"167":105,"168":3,"17":167,"18":947,"19":646,"20":91,"209":30,"21":937,"210":26,"211":32,"214":43,"215":248,"221":326,"223":827,"224":86,"225":454,"23":565,"24":1489,"25":245,"257":95,"26":76,"268":9,"27":22,"273":101,"276":222,"279":13,"28":303,"281":44,"282":50,"291":17,"292":174,"30":19,"302":34,"306":1,"31":153,"314":7,"317":1,"32":34,"33":70,"34":22,"347":10,"35":41,"352":717,"36":190,"37":56,"38":453,"380":17,"381":91,"383":84,"389":1,"39":77,"391":26,"396":7,"397":18,"40":50,"409":56,"41":143,"414":32,"415":103,"419":96,"42":52,"426":10,"43":32,"430":35,"433":3,"44":18,"45":54,"46":171,"48":73,"49":45,"5":900,"51":51,"52":41,"53":77,"56":16,"570":7,"6":240,"63":98,"7":683,"79":31,"8":111,"80":34,"9":515,"all_client":101881,"all_tv_clinet":17058,"insert_time":"2014-08-18T10:14:17.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85045,"10":32,"107":623,"11":350,"12":114,"13":585,"14":206,"15":246,"155":55,"156":30,"158":80,"159":39,"16":180,"160":41,"161":213,"167":101,"168":3,"17":164,"18":953,"19":614,"20":90,"209":30,"21":949,"210":26,"211":35,"214":43,"215":258,"221":322,"223":827,"224":81,"225":445,"23":573,"24":1533,"25":237,"257":91,"26":84,"268":9,"27":17,"273":93,"276":219,"279":15,"28":300,"281":45,"282":51,"291":17,"292":174,"30":20,"302":35,"306":1,"31":144,"314":7,"317":2,"32":34,"33":69,"34":26,"347":11,"35":43,"352":724,"36":197,"37":56,"38":456,"380":18,"381":91,"383":87,"389":1,"39":78,"391":26,"396":5,"397":18,"40":45,"409":50,"41":138,"414":35,"415":100,"419":97,"42":51,"426":10,"43":34,"430":37,"433":3,"434":1,"44":20,"45":57,"46":170,"48":69,"49":45,"5":906,"51":56,"52":44,"53":76,"56":14,"570":6,"6":246,"63":99,"7":701,"79":31,"8":113,"80":34,"9":489,"all_client":102164,"all_tv_clinet":17119,"insert_time":"2014-08-18T10:15:18.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85256,"10":28,"107":627,"11":354,"12":118,"13":583,"14":215,"15":250,"155":55,"156":28,"158":82,"159":38,"16":194,"160":41,"161":207,"167":105,"168":3,"17":165,"18":960,"19":612,"20":86,"209":32,"21":955,"210":28,"211":37,"214":46,"215":261,"221":325,"223":839,"224":81,"225":439,"23":576,"24":1550,"25":241,"257":91,"26":88,"268":7,"27":22,"273":95,"276":223,"279":18,"28":303,"281":45,"282":57,"291":15,"292":177,"30":19,"302":35,"306":1,"31":142,"314":7,"317":2,"32":39,"33":73,"34":30,"347":11,"35":47,"352":723,"36":187,"37":60,"38":456,"380":19,"381":92,"383":90,"389":1,"39":79,"391":25,"396":4,"397":16,"40":46,"409":38,"41":127,"414":40,"415":95,"419":101,"42":55,"426":9,"43":30,"430":37,"433":3,"434":1,"44":19,"45":57,"46":168,"48":67,"49":46,"5":915,"51":55,"52":40,"53":76,"56":13,"570":8,"6":250,"63":99,"7":699,"79":28,"8":114,"80":36,"9":451,"all_client":102439,"all_tv_clinet":17183,"insert_time":"2014-08-18T10:16:19.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85540,"10":28,"107":625,"11":351,"12":135,"13":592,"14":218,"15":251,"155":56,"156":26,"158":84,"159":38,"16":202,"160":41,"161":215,"167":110,"168":2,"17":172,"18":997,"19":601,"20":89,"209":31,"21":954,"210":28,"211":38,"214":44,"215":268,"221":326,"223":857,"224":78,"225":457,"23":587,"24":1542,"25":235,"257":91,"26":91,"268":7,"27":22,"273":98,"276":227,"279":17,"28":298,"281":43,"282":55,"291":16,"292":179,"30":18,"302":36,"306":2,"31":136,"314":7,"317":2,"32":37,"33":74,"34":33,"347":11,"35":49,"352":742,"36":185,"37":61,"38":450,"380":18,"381":97,"383":89,"389":1,"39":84,"391":23,"396":4,"397":13,"40":40,"409":33,"41":121,"414":40,"415":98,"419":103,"42":58,"426":7,"43":27,"430":33,"433":4,"434":1,"44":18,"45":59,"46":169,"48":63,"49":49,"5":909,"51":49,"52":40,"53":77,"56":12,"570":7,"6":256,"63":103,"7":699,"79":29,"8":115,"80":37,"9":431,"all_client":102821,"all_tv_clinet":17281,"insert_time":"2014-08-18T10:17:19.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85832,"10":31,"107":614,"11":356,"12":142,"13":595,"14":223,"15":256,"155":58,"156":24,"158":89,"159":35,"16":199,"160":42,"161":234,"167":117,"168":2,"17":179,"18":1006,"19":602,"20":87,"209":31,"21":935,"210":27,"211":41,"214":45,"215":243,"221":326,"223":870,"224":78,"225":508,"23":584,"24":1517,"25":241,"257":86,"26":94,"268":7,"27":24,"273":97,"276":233,"279":15,"28":306,"281":44,"282":59,"291":18,"292":186,"30":18,"302":37,"306":2,"31":129,"314":7,"317":2,"32":38,"33":82,"34":36,"347":11,"35":47,"352":753,"36":194,"37":63,"38":456,"380":18,"381":97,"383":86,"389":1,"39":82,"391":25,"396":4,"397":7,"40":39,"409":33,"41":119,"414":38,"415":103,"419":105,"42":57,"426":7,"43":27,"430":31,"433":5,"434":1,"44":17,"45":60,"46":170,"48":61,"49":48,"5":896,"51":51,"52":39,"53":76,"56":11,"570":9,"6":272,"63":107,"7":702,"79":32,"8":112,"80":38,"9":408,"all_client":103207,"all_tv_clinet":17375,"insert_time":"2014-08-18T10:18:20.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86091,"10":32,"107":612,"11":368,"12":148,"13":591,"14":228,"15":257,"155":60,"156":24,"158":90,"159":34,"16":191,"160":43,"161":248,"167":121,"168":2,"17":186,"18":1017,"19":617,"20":87,"209":33,"21":922,"210":26,"211":42,"214":43,"215":206,"221":328,"223":873,"224":78,"225":538,"23":583,"24":1484,"25":235,"257":86,"26":97,"268":7,"27":20,"273":107,"276":238,"279":15,"28":313,"281":45,"282":61,"291":19,"292":191,"30":15,"302":37,"306":2,"31":123,"314":7,"317":2,"32":40,"33":80,"34":36,"347":11,"35":51,"352":759,"36":220,"37":67,"38":457,"380":17,"381":99,"383":82,"389":1,"39":80,"391":25,"396":5,"397":6,"40":38,"409":35,"41":111,"414":34,"415":107,"419":106,"42":56,"426":7,"43":29,"430":30,"433":5,"434":1,"44":17,"45":56,"46":166,"48":62,"49":51,"5":895,"51":48,"52":37,"53":72,"56":10,"570":7,"6":279,"63":111,"7":718,"79":35,"8":119,"80":39,"9":385,"all_client":103525,"all_tv_clinet":17434,"insert_time":"2014-08-18T10:19:21.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86402,"10":33,"107":615,"11":371,"12":157,"13":589,"14":224,"15":256,"155":60,"156":24,"158":90,"159":36,"16":192,"160":45,"161":254,"167":124,"168":2,"17":193,"18":1031,"19":617,"20":84,"209":34,"21":915,"210":27,"211":41,"214":46,"215":215,"221":327,"223":874,"224":79,"225":526,"23":588,"24":1464,"25":234,"257":91,"26":100,"268":6,"27":20,"273":103,"276":242,"279":15,"28":307,"281":47,"282":62,"291":17,"292":193,"30":15,"302":39,"306":1,"31":117,"314":7,"317":3,"32":38,"33":82,"34":35,"347":10,"35":54,"352":757,"36":229,"37":65,"38":457,"380":18,"381":97,"383":83,"389":1,"39":82,"391":27,"396":7,"397":8,"40":40,"409":32,"41":107,"414":33,"415":108,"419":110,"42":55,"426":7,"43":30,"430":30,"433":5,"434":1,"44":17,"45":56,"46":166,"48":64,"49":49,"5":903,"51":54,"52":41,"53":71,"56":12,"570":5,"6":285,"63":109,"7":711,"79":34,"8":126,"80":39,"9":371,"all_client":103875,"all_tv_clinet":17473,"insert_time":"2014-08-18T10:20:22.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86672,"10":34,"107":615,"11":380,"12":166,"13":599,"14":222,"15":249,"155":62,"156":22,"158":92,"159":37,"16":195,"160":45,"161":260,"167":127,"168":2,"17":197,"18":1050,"19":619,"20":84,"209":36,"21":924,"210":30,"211":42,"214":48,"215":246,"221":329,"223":892,"224":78,"225":488,"23":597,"24":1469,"25":240,"257":95,"26":100,"268":6,"27":19,"273":105,"276":239,"279":14,"28":300,"281":47,"282":61,"291":18,"292":201,"30":13,"302":39,"306":1,"31":115,"314":6,"317":3,"32":34,"33":83,"34":35,"347":9,"35":52,"352":766,"36":226,"37":71,"38":456,"380":19,"381":86,"383":83,"389":1,"39":83,"391":28,"396":9,"397":10,"40":42,"409":29,"41":104,"414":31,"415":106,"419":111,"42":55,"426":6,"43":29,"430":30,"433":9,"434":1,"44":16,"45":54,"46":164,"48":66,"49":48,"5":902,"51":55,"52":40,"53":70,"56":12,"570":5,"6":285,"63":107,"7":717,"79":33,"8":130,"80":39,"9":352,"all_client":104229,"all_tv_clinet":17557,"insert_time":"2014-08-18T10:21:23.488Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86939,"10":36,"107":610,"11":377,"12":183,"13":598,"14":220,"15":247,"155":62,"156":28,"158":90,"159":37,"16":203,"160":48,"161":275,"167":137,"168":2,"17":201,"18":1063,"19":623,"20":80,"209":35,"21":923,"210":32,"211":42,"214":45,"215":281,"221":327,"223":902,"224":77,"225":468,"23":604,"24":1457,"25":244,"257":95,"26":92,"268":7,"27":18,"273":102,"276":233,"279":13,"28":289,"281":47,"282":64,"291":19,"292":203,"30":16,"302":40,"306":1,"31":114,"314":6,"317":3,"32":35,"33":85,"34":36,"347":9,"35":51,"352":777,"36":230,"37":70,"38":461,"380":19,"381":85,"383":85,"389":1,"39":81,"391":31,"396":8,"397":12,"40":44,"409":27,"41":97,"414":28,"415":109,"419":114,"42":55,"426":7,"43":27,"430":30,"433":10,"44":13,"45":52,"46":152,"48":68,"49":46,"5":908,"51":57,"52":40,"53":69,"56":12,"570":5,"6":294,"63":105,"7":719,"79":32,"8":135,"80":35,"9":341,"all_client":104565,"all_tv_clinet":17626,"insert_time":"2014-08-18T10:22:24.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87254,"10":36,"107":605,"11":379,"12":192,"13":606,"14":227,"15":253,"155":64,"156":28,"158":88,"159":38,"16":208,"160":50,"161":272,"167":139,"168":2,"17":205,"18":1069,"19":638,"20":81,"209":34,"21":926,"210":35,"211":42,"214":44,"215":281,"221":320,"223":888,"224":73,"225":485,"23":617,"24":1471,"25":237,"257":85,"26":92,"268":6,"27":19,"273":98,"276":226,"279":13,"28":278,"281":46,"282":66,"291":19,"292":213,"30":15,"302":39,"306":1,"31":118,"314":5,"317":3,"32":33,"33":88,"34":36,"347":10,"35":45,"352":787,"36":234,"37":73,"38":465,"380":20,"381":85,"383":87,"389":1,"39":79,"391":31,"396":9,"397":10,"40":43,"409":26,"41":94,"414":32,"415":109,"419":113,"42":55,"426":7,"43":27,"430":31,"433":10,"44":11,"45":52,"46":156,"48":67,"49":46,"5":893,"51":51,"52":38,"53":68,"56":13,"570":8,"6":282,"63":108,"7":738,"79":33,"8":136,"80":31,"9":336,"all_client":104936,"all_tv_clinet":17682,"insert_time":"2014-08-18T10:23:25.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87529,"10":34,"107":618,"11":373,"12":211,"13":604,"14":230,"15":249,"155":66,"156":27,"158":91,"159":38,"16":221,"160":51,"161":278,"167":138,"168":2,"17":203,"18":1082,"19":637,"20":80,"209":33,"21":933,"210":36,"211":42,"214":44,"215":295,"221":325,"223":866,"224":72,"225":497,"23":621,"24":1462,"25":237,"257":80,"26":85,"268":7,"27":24,"273":99,"276":226,"279":14,"28":273,"281":45,"282":69,"291":19,"292":217,"30":15,"302":40,"306":1,"31":124,"314":5,"317":2,"32":34,"33":87,"34":38,"347":10,"35":44,"352":798,"36":242,"37":73,"38":473,"380":20,"381":90,"383":92,"389":1,"39":75,"391":28,"396":9,"397":11,"40":45,"409":31,"41":86,"414":31,"415":112,"419":115,"42":55,"426":4,"43":26,"430":33,"433":9,"44":11,"45":54,"46":154,"48":66,"49":46,"5":886,"51":51,"52":36,"53":71,"56":14,"570":8,"6":276,"63":114,"7":742,"79":42,"8":138,"80":30,"9":320,"all_client":105301,"all_tv_clinet":17772,"insert_time":"2014-08-18T10:24:25.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87870,"10":37,"107":608,"11":368,"12":221,"13":610,"14":243,"15":265,"155":67,"156":26,"158":89,"159":38,"16":225,"160":50,"161":280,"167":142,"168":2,"17":204,"18":1094,"19":634,"20":77,"209":29,"21":938,"210":37,"211":41,"214":43,"215":309,"221":306,"223":835,"224":71,"225":493,"23":629,"24":1480,"25":230,"257":79,"26":83,"268":7,"27":22,"273":104,"276":217,"279":14,"28":270,"281":45,"282":69,"291":20,"292":210,"30":16,"302":39,"306":2,"31":121,"314":5,"317":2,"32":30,"33":82,"34":36,"347":10,"35":43,"352":821,"36":247,"37":75,"38":475,"380":19,"381":87,"383":94,"389":1,"39":81,"391":26,"396":7,"397":14,"40":46,"409":33,"41":80,"414":37,"415":115,"419":122,"42":55,"426":2,"43":27,"430":32,"433":9,"44":11,"45":53,"46":149,"48":69,"49":44,"5":898,"51":55,"52":35,"53":71,"56":15,"570":9,"6":285,"63":117,"7":741,"79":43,"8":139,"80":30,"9":322,"all_client":105708,"all_tv_clinet":17838,"insert_time":"2014-08-18T10:25:26.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88155,"10":40,"107":615,"11":368,"12":210,"13":627,"14":251,"15":297,"155":70,"156":26,"158":85,"159":37,"16":236,"160":48,"161":278,"167":144,"168":2,"17":205,"18":1110,"19":652,"20":76,"209":31,"21":898,"210":38,"211":40,"214":45,"215":326,"221":305,"223":839,"224":74,"225":494,"23":646,"24":1478,"25":232,"257":82,"26":77,"268":8,"27":22,"273":114,"276":215,"279":16,"28":264,"281":46,"282":75,"291":18,"292":199,"30":15,"302":41,"306":2,"31":121,"314":4,"317":2,"32":31,"33":83,"34":36,"347":9,"35":43,"352":814,"36":255,"37":72,"38":473,"380":17,"381":93,"383":99,"39":78,"391":25,"396":6,"397":16,"40":45,"409":35,"41":79,"414":36,"415":115,"419":124,"42":59,"426":2,"43":28,"430":35,"433":11,"44":11,"45":53,"46":140,"48":64,"49":44,"5":909,"51":54,"52":35,"53":71,"56":14,"570":10,"6":295,"63":110,"7":748,"79":43,"8":136,"80":33,"9":325,"all_client":106113,"all_tv_clinet":17958,"insert_time":"2014-08-18T10:26:27.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88428,"10":43,"107":628,"11":362,"12":202,"13":627,"14":263,"15":324,"155":71,"156":25,"158":80,"159":38,"16":237,"160":50,"161":256,"167":145,"168":2,"17":207,"18":1129,"19":667,"20":80,"209":36,"21":859,"210":38,"211":37,"214":47,"215":337,"221":321,"223":842,"224":78,"225":491,"23":660,"24":1454,"25":239,"257":89,"26":74,"268":8,"27":22,"273":117,"276":211,"279":14,"28":263,"281":46,"282":79,"291":16,"292":184,"30":14,"302":41,"306":2,"31":119,"314":3,"317":2,"32":36,"33":77,"34":40,"347":9,"35":43,"352":834,"36":247,"37":66,"38":486,"380":16,"381":103,"383":101,"39":84,"391":27,"396":6,"397":19,"40":42,"409":33,"41":84,"414":40,"415":119,"419":129,"42":61,"426":1,"43":31,"430":34,"433":12,"44":14,"45":53,"46":143,"48":65,"49":45,"5":906,"51":53,"52":39,"53":72,"56":14,"570":8,"6":306,"63":111,"7":765,"79":44,"8":134,"80":43,"9":333,"all_client":106535,"all_tv_clinet":18107,"insert_time":"2014-08-18T10:27:28.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88720,"10":43,"107":641,"11":358,"12":188,"13":638,"14":276,"15":339,"155":74,"156":26,"158":78,"159":38,"16":244,"160":49,"161":239,"167":155,"168":3,"17":218,"18":1150,"19":678,"20":82,"209":34,"21":812,"210":38,"211":38,"214":48,"215":342,"221":327,"223":834,"224":69,"225":483,"23":667,"24":1458,"25":252,"257":95,"26":74,"268":9,"27":26,"273":116,"276":203,"279":15,"28":268,"281":47,"282":77,"291":16,"292":178,"30":14,"302":40,"306":1,"31":122,"314":6,"317":2,"32":37,"33":80,"34":44,"347":9,"35":44,"352":830,"36":238,"37":61,"38":493,"380":14,"381":117,"383":97,"39":84,"391":27,"396":6,"397":18,"40":43,"409":29,"41":86,"414":38,"415":117,"419":130,"42":59,"426":1,"43":31,"430":35,"433":12,"44":17,"45":54,"46":149,"48":64,"49":53,"5":905,"51":52,"52":39,"53":81,"56":14,"570":8,"6":323,"63":120,"7":784,"79":49,"8":125,"80":48,"9":337,"all_client":106950,"all_tv_clinet":18230,"insert_time":"2014-08-18T10:28:29.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88969,"10":40,"107":658,"11":360,"12":183,"13":640,"14":296,"15":348,"155":74,"156":30,"158":83,"159":33,"16":253,"160":45,"161":229,"167":162,"168":3,"17":222,"18":1186,"19":693,"20":86,"209":35,"21":789,"210":38,"211":44,"214":48,"215":348,"221":342,"223":810,"224":64,"225":484,"23":668,"24":1463,"25":244,"257":100,"26":73,"268":8,"27":25,"273":107,"276":199,"279":13,"28":266,"281":45,"282":75,"291":21,"292":169,"30":15,"302":39,"31":123,"314":6,"317":3,"32":41,"33":78,"34":51,"347":8,"35":46,"352":813,"36":241,"37":65,"38":505,"380":13,"381":125,"383":94,"389":1,"39":83,"391":36,"396":5,"397":20,"40":43,"409":30,"41":80,"414":38,"415":122,"419":132,"42":56,"43":32,"430":35,"433":14,"44":15,"45":52,"46":146,"48":62,"49":55,"5":919,"51":47,"52":45,"53":88,"56":12,"570":6,"6":338,"63":117,"7":794,"79":53,"8":117,"80":49,"9":342,"all_client":107321,"all_tv_clinet":18352,"insert_time":"2014-08-18T10:29:30.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89173,"10":41,"107":668,"11":377,"12":165,"13":633,"14":309,"15":371,"155":76,"156":33,"158":72,"159":32,"16":254,"160":42,"161":218,"167":168,"168":2,"17":232,"18":1131,"19":753,"20":94,"209":32,"21":766,"210":38,"211":44,"214":50,"215":356,"221":343,"223":806,"224":61,"225":497,"23":671,"24":1458,"25":241,"257":103,"26":75,"268":9,"27":27,"273":103,"276":208,"279":13,"28":258,"281":44,"282":67,"291":21,"292":161,"30":16,"302":37,"31":117,"314":6,"317":3,"32":40,"33":76,"34":46,"347":9,"35":43,"352":801,"36":258,"37":60,"38":505,"380":13,"381":131,"383":91,"389":1,"39":85,"391":38,"396":5,"397":16,"40":42,"409":30,"41":72,"414":38,"415":126,"419":133,"42":54,"426":1,"43":30,"430":36,"433":14,"44":13,"45":43,"46":151,"48":62,"49":56,"5":938,"51":46,"52":43,"53":93,"56":11,"570":8,"6":353,"63":122,"7":817,"79":59,"8":106,"80":44,"9":349,"all_client":107583,"all_tv_clinet":18410,"insert_time":"2014-08-18T10:30:31.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89454,"10":40,"107":681,"11":384,"12":148,"13":650,"14":320,"15":372,"155":79,"156":34,"158":60,"159":36,"16":264,"160":43,"161":207,"167":162,"168":2,"17":237,"18":1156,"19":774,"20":99,"209":31,"21":730,"210":37,"211":44,"214":51,"215":366,"221":347,"223":802,"224":60,"225":509,"23":679,"24":1462,"25":244,"257":93,"26":79,"268":9,"27":28,"273":99,"276":228,"279":12,"28":256,"281":47,"282":66,"291":22,"292":151,"30":18,"302":41,"31":111,"314":6,"317":3,"32":43,"33":73,"34":45,"347":9,"35":41,"352":812,"36":253,"37":56,"38":516,"380":12,"381":132,"383":94,"389":1,"39":86,"391":36,"396":7,"397":17,"40":41,"409":29,"41":68,"414":36,"415":119,"419":133,"42":45,"426":1,"43":28,"430":38,"433":14,"44":13,"45":41,"46":152,"48":60,"49":53,"5":953,"51":51,"52":46,"53":94,"56":14,"570":7,"6":377,"63":125,"7":819,"79":61,"8":103,"80":49,"9":351,"all_client":107987,"all_tv_clinet":18533,"insert_time":"2014-08-18T10:31:32.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89724,"10":43,"107":683,"11":397,"12":134,"13":645,"14":317,"15":369,"155":78,"156":35,"158":57,"159":36,"16":266,"160":42,"161":206,"167":158,"168":3,"17":240,"18":1170,"19":787,"20":104,"209":29,"21":735,"210":37,"211":43,"214":53,"215":378,"221":348,"223":811,"224":60,"225":511,"23":673,"24":1455,"25":243,"257":92,"26":94,"268":10,"27":28,"273":105,"276":250,"279":15,"28":264,"281":47,"282":67,"291":23,"292":148,"30":18,"302":43,"31":106,"314":6,"317":2,"32":44,"33":72,"34":47,"347":10,"35":39,"352":833,"36":260,"37":54,"38":511,"380":12,"381":141,"383":94,"39":84,"391":33,"396":5,"397":14,"40":41,"409":31,"41":66,"414":38,"415":122,"419":129,"42":45,"426":1,"43":26,"430":38,"433":13,"44":13,"45":36,"46":159,"48":58,"49":52,"5":969,"51":52,"52":43,"53":92,"56":12,"570":8,"6":380,"63":133,"7":801,"79":59,"8":99,"80":48,"9":349,"all_client":108354,"all_tv_clinet":18630,"insert_time":"2014-08-18T10:32:32.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89957,"10":38,"107":689,"11":399,"12":131,"13":647,"14":303,"15":370,"155":77,"156":33,"158":63,"159":35,"16":279,"160":39,"161":207,"167":157,"168":3,"17":256,"18":1247,"19":767,"20":110,"209":26,"21":733,"210":41,"211":45,"214":51,"215":385,"221":344,"223":804,"224":59,"225":516,"23":659,"24":1449,"25":243,"257":96,"26":96,"268":13,"27":28,"273":120,"276":267,"279":18,"28":267,"281":46,"282":68,"291":21,"292":142,"30":19,"302":45,"31":104,"314":8,"317":2,"32":46,"33":72,"34":45,"347":12,"35":35,"352":843,"36":244,"37":52,"38":501,"380":16,"381":149,"383":88,"39":83,"391":31,"396":4,"397":11,"40":42,"409":32,"41":68,"414":38,"415":119,"419":126,"42":46,"43":29,"430":39,"433":13,"44":13,"45":38,"46":156,"48":56,"49":55,"5":987,"51":55,"52":42,"53":86,"56":11,"570":7,"6":391,"63":139,"7":786,"79":54,"8":95,"80":51,"9":345,"all_client":108673,"all_tv_clinet":18716,"insert_time":"2014-08-18T10:33:33.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90209,"10":34,"107":688,"11":411,"12":131,"13":655,"14":291,"15":385,"155":74,"156":30,"158":65,"159":35,"16":274,"160":40,"161":219,"167":165,"168":4,"17":262,"18":1267,"19":778,"20":116,"209":26,"21":720,"210":44,"211":44,"214":50,"215":389,"221":328,"223":795,"224":56,"225":524,"23":648,"24":1436,"25":248,"257":105,"26":97,"268":15,"27":27,"273":127,"276":274,"279":21,"28":267,"281":42,"282":69,"291":21,"292":145,"30":18,"302":47,"31":100,"314":8,"317":2,"32":49,"33":74,"34":44,"347":15,"35":35,"352":848,"36":249,"37":50,"38":485,"380":16,"381":152,"383":84,"39":80,"391":35,"396":4,"397":10,"40":38,"409":36,"41":66,"414":38,"415":123,"419":120,"42":47,"43":33,"430":41,"433":13,"44":13,"45":36,"46":164,"48":53,"49":49,"5":998,"51":54,"52":46,"53":80,"56":11,"570":5,"6":402,"63":142,"7":769,"79":55,"8":91,"80":57,"9":349,"all_client":108985,"all_tv_clinet":18776,"insert_time":"2014-08-18T10:34:34.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90465,"10":32,"107":709,"11":436,"12":129,"13":666,"14":279,"15":401,"155":72,"156":27,"158":67,"159":38,"16":263,"160":43,"161":221,"167":166,"168":3,"17":276,"18":1306,"19":787,"20":121,"209":28,"21":706,"210":44,"211":45,"214":48,"215":386,"221":329,"223":772,"224":55,"225":539,"23":644,"24":1415,"25":245,"257":107,"26":99,"268":16,"27":31,"273":130,"276":279,"279":21,"28":270,"281":43,"282":67,"291":20,"292":153,"30":19,"302":48,"31":101,"314":8,"317":2,"32":58,"33":69,"34":41,"347":15,"35":38,"352":843,"36":260,"37":50,"38":491,"380":18,"381":151,"383":81,"39":82,"391":35,"396":4,"397":7,"40":40,"409":42,"41":66,"414":34,"415":120,"419":117,"42":47,"43":34,"430":40,"433":13,"44":12,"45":36,"46":165,"48":51,"49":50,"5":1002,"51":57,"52":48,"53":82,"56":12,"570":7,"6":410,"63":149,"7":746,"79":56,"8":85,"80":56,"9":348,"all_client":109345,"all_tv_clinet":18880,"insert_time":"2014-08-18T10:35:35.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90706,"10":32,"107":722,"11":447,"12":130,"13":664,"14":280,"15":411,"155":73,"156":28,"158":70,"159":37,"16":255,"160":42,"161":228,"167":170,"168":3,"17":287,"18":1350,"19":769,"20":125,"209":26,"21":715,"210":44,"211":45,"214":47,"215":391,"221":325,"223":760,"224":55,"225":525,"23":633,"24":1415,"25":240,"257":109,"26":103,"268":15,"27":32,"273":132,"276":286,"279":26,"28":263,"281":41,"282":69,"291":19,"292":164,"30":22,"302":45,"31":101,"314":10,"317":2,"32":66,"33":73,"34":43,"347":16,"35":41,"352":835,"36":261,"37":50,"38":499,"380":17,"381":149,"383":79,"39":78,"391":37,"396":4,"397":5,"40":39,"409":44,"41":60,"414":34,"415":117,"419":111,"42":42,"43":35,"430":39,"431":1,"433":13,"44":14,"45":39,"46":161,"48":46,"49":45,"5":1018,"51":53,"52":45,"53":87,"56":12,"570":12,"6":409,"63":148,"7":741,"79":57,"8":84,"80":58,"9":356,"all_client":109662,"all_tv_clinet":18956,"insert_time":"2014-08-18T10:36:36.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90963,"10":37,"107":717,"11":468,"12":129,"13":675,"14":271,"15":417,"155":77,"156":28,"158":72,"159":34,"16":256,"160":40,"161":244,"167":169,"168":3,"17":290,"18":1373,"19":748,"20":130,"209":22,"21":710,"210":43,"211":45,"214":46,"215":397,"221":329,"223":740,"224":52,"225":542,"23":613,"24":1400,"25":248,"257":110,"26":108,"268":15,"27":32,"273":144,"276":292,"279":29,"28":261,"281":42,"282":73,"291":18,"292":177,"30":21,"302":46,"31":96,"314":8,"317":2,"32":65,"33":72,"34":46,"347":14,"35":39,"352":813,"36":262,"37":49,"38":511,"380":18,"381":146,"383":79,"39":78,"391":37,"396":4,"397":2,"40":42,"409":43,"41":60,"414":32,"415":120,"419":106,"42":41,"43":39,"430":39,"431":1,"433":13,"44":16,"45":37,"46":155,"48":55,"49":44,"5":1016,"51":53,"52":48,"53":97,"56":12,"570":17,"6":403,"63":156,"7":744,"79":55,"8":84,"80":54,"9":358,"all_client":109977,"all_tv_clinet":19014,"insert_time":"2014-08-18T10:37:37.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91283,"10":37,"107":719,"11":452,"12":131,"13":674,"14":281,"15":416,"155":78,"156":28,"158":74,"159":28,"16":252,"160":42,"161":251,"167":167,"168":3,"17":294,"18":1398,"19":705,"20":129,"209":26,"21":708,"210":46,"211":47,"214":45,"215":400,"221":334,"223":743,"224":54,"225":535,"23":606,"24":1390,"25":251,"257":114,"26":109,"268":15,"27":32,"273":155,"276":296,"279":31,"28":265,"281":42,"282":75,"291":18,"292":187,"30":22,"302":46,"31":89,"314":7,"317":2,"32":64,"33":71,"34":46,"347":14,"35":38,"352":822,"36":255,"37":48,"38":498,"380":18,"381":161,"383":76,"39":79,"391":36,"396":4,"397":5,"40":42,"409":44,"41":60,"414":32,"415":124,"419":107,"42":38,"43":41,"430":40,"431":1,"433":13,"44":17,"45":39,"46":156,"48":60,"49":44,"5":1039,"51":57,"52":46,"53":98,"56":13,"570":18,"6":404,"63":158,"7":759,"79":58,"8":83,"80":54,"9":365,"all_client":110377,"all_tv_clinet":19094,"insert_time":"2014-08-18T10:38:37.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91538,"10":39,"107":720,"11":454,"12":127,"13":681,"14":292,"15":420,"155":80,"156":26,"158":77,"159":26,"16":246,"160":40,"161":261,"167":166,"168":3,"17":298,"18":1402,"19":673,"20":130,"209":30,"21":702,"210":46,"211":46,"214":45,"215":406,"221":348,"223":752,"224":54,"225":529,"23":617,"24":1377,"25":254,"257":118,"26":113,"268":13,"27":33,"273":161,"276":307,"279":30,"28":264,"281":41,"282":78,"291":18,"292":189,"30":22,"302":46,"31":87,"314":6,"317":2,"32":58,"33":70,"34":44,"347":12,"35":40,"352":817,"36":252,"37":49,"38":489,"380":20,"381":161,"383":75,"39":83,"391":35,"396":5,"397":13,"40":42,"409":49,"41":63,"414":30,"415":131,"419":106,"42":39,"426":1,"43":41,"430":40,"431":1,"433":14,"44":16,"45":37,"46":157,"48":67,"49":41,"5":1045,"51":58,"52":45,"53":92,"56":14,"570":16,"6":408,"63":161,"7":769,"79":60,"8":83,"80":52,"9":371,"all_client":110705,"all_tv_clinet":19167,"insert_time":"2014-08-18T10:39:38.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91826,"10":38,"107":726,"11":462,"12":134,"13":666,"14":296,"15":415,"155":81,"156":29,"158":83,"159":23,"16":250,"160":41,"161":265,"167":165,"168":3,"17":306,"18":1421,"19":659,"20":132,"209":29,"21":688,"210":45,"211":45,"214":46,"215":409,"221":353,"223":745,"224":53,"225":512,"23":627,"24":1377,"25":259,"257":119,"26":122,"268":14,"27":34,"273":169,"276":310,"279":30,"28":259,"281":41,"282":85,"291":17,"292":190,"30":21,"302":47,"31":85,"314":9,"317":2,"32":58,"33":70,"34":44,"347":11,"35":53,"352":825,"36":260,"37":47,"38":502,"380":21,"381":163,"383":76,"39":85,"391":33,"396":6,"397":14,"40":40,"409":49,"41":65,"414":28,"415":135,"419":108,"42":38,"426":1,"43":42,"430":39,"431":1,"433":14,"44":17,"45":38,"46":158,"48":61,"49":42,"5":1043,"51":57,"52":39,"53":86,"56":14,"570":20,"6":404,"63":162,"7":774,"79":59,"8":74,"80":51,"9":370,"all_client":111060,"all_tv_clinet":19234,"insert_time":"2014-08-18T10:40:39.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92182,"10":42,"107":717,"11":466,"12":136,"13":660,"14":299,"15":405,"155":82,"156":30,"158":86,"159":22,"16":252,"160":41,"161":244,"167":164,"168":3,"17":314,"18":1422,"19":657,"20":135,"209":30,"21":684,"210":40,"211":46,"214":45,"215":405,"221":354,"223":768,"224":50,"225":513,"23":634,"24":1393,"25":259,"257":116,"26":117,"268":16,"27":34,"273":176,"276":312,"279":30,"28":254,"281":43,"282":87,"291":18,"292":195,"30":21,"302":46,"31":88,"314":8,"317":1,"32":57,"33":69,"34":45,"347":8,"35":56,"352":838,"36":245,"37":47,"38":507,"380":21,"381":163,"383":75,"389":1,"39":86,"391":32,"396":6,"397":16,"40":39,"409":51,"41":59,"414":28,"415":133,"419":111,"42":38,"426":1,"43":41,"430":40,"431":1,"433":14,"44":19,"45":35,"46":154,"48":65,"49":41,"5":1048,"51":58,"52":39,"53":90,"56":12,"570":16,"6":412,"63":165,"7":783,"79":59,"8":68,"80":49,"9":359,"all_client":111442,"all_tv_clinet":19260,"insert_time":"2014-08-18T10:41:40.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92490,"10":43,"107":706,"11":474,"12":144,"13":628,"14":304,"15":385,"155":80,"156":32,"158":89,"159":21,"16":270,"160":43,"161":229,"167":166,"168":3,"17":323,"18":1428,"19":660,"20":140,"209":28,"21":676,"210":40,"211":45,"214":46,"215":409,"221":353,"223":777,"224":52,"225":535,"23":632,"24":1410,"25":265,"257":112,"26":123,"268":16,"27":33,"273":171,"276":318,"279":31,"28":251,"281":44,"282":87,"291":18,"292":196,"30":23,"302":48,"31":89,"314":6,"317":1,"32":60,"33":66,"34":47,"347":8,"35":57,"352":846,"36":238,"37":42,"38":513,"380":18,"381":175,"383":78,"389":2,"39":85,"391":32,"396":5,"397":15,"40":40,"409":53,"41":60,"414":28,"415":141,"419":115,"42":35,"43":38,"430":42,"431":1,"433":14,"434":1,"44":20,"45":32,"46":163,"48":69,"49":42,"5":1045,"51":58,"52":40,"53":86,"56":12,"570":15,"6":415,"63":170,"7":792,"79":60,"8":65,"80":48,"9":355,"all_client":111835,"all_tv_clinet":19345,"insert_time":"2014-08-18T10:42:41.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92815,"10":43,"107":698,"11":480,"12":145,"13":589,"14":309,"15":362,"155":80,"156":31,"158":86,"159":22,"16":274,"160":42,"161":215,"167":165,"168":3,"17":325,"18":1430,"19":683,"20":150,"209":33,"21":669,"210":38,"211":44,"214":46,"215":426,"221":361,"223":791,"224":53,"225":534,"23":631,"24":1417,"25":280,"257":113,"26":126,"268":13,"27":34,"273":165,"276":325,"279":34,"28":251,"281":44,"282":93,"291":21,"292":194,"30":24,"302":50,"306":1,"31":100,"314":5,"317":1,"32":52,"33":69,"34":41,"347":8,"35":56,"352":848,"36":235,"37":41,"38":507,"380":19,"381":186,"383":81,"389":2,"39":85,"391":33,"396":6,"397":14,"40":39,"409":45,"41":56,"414":24,"415":140,"419":121,"42":37,"426":2,"43":38,"430":45,"431":1,"433":14,"434":1,"44":19,"45":28,"46":159,"48":67,"49":38,"5":1063,"51":60,"52":39,"53":87,"56":13,"570":12,"6":421,"63":177,"7":793,"79":59,"8":64,"80":49,"9":351,"all_client":112209,"all_tv_clinet":19394,"insert_time":"2014-08-18T10:43:42.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93143,"10":46,"107":707,"11":493,"12":152,"13":561,"14":309,"15":327,"155":82,"156":30,"158":89,"159":20,"16":276,"160":43,"161":227,"167":158,"168":3,"17":336,"18":1440,"19":699,"20":153,"209":30,"21":667,"210":39,"211":43,"214":45,"215":434,"221":374,"223":813,"224":50,"225":548,"23":628,"24":1446,"25":281,"257":114,"26":128,"268":13,"27":34,"273":155,"276":329,"279":36,"28":250,"281":43,"282":97,"291":24,"292":176,"30":25,"302":50,"306":2,"31":101,"314":4,"317":1,"32":54,"33":68,"34":36,"347":7,"35":56,"352":843,"36":231,"37":42,"38":502,"380":20,"381":190,"383":79,"389":1,"39":88,"391":36,"396":5,"397":14,"40":40,"409":35,"41":57,"414":21,"415":136,"419":119,"42":36,"426":2,"43":39,"430":43,"431":1,"433":13,"434":1,"44":17,"45":28,"46":161,"48":63,"49":39,"5":1078,"51":61,"52":41,"53":84,"56":15,"570":13,"6":420,"63":180,"7":795,"79":59,"8":62,"80":49,"9":359,"all_client":112613,"all_tv_clinet":19470,"insert_time":"2014-08-18T10:44:43.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93456,"10":45,"107":727,"11":507,"12":149,"13":534,"14":318,"15":297,"155":82,"156":31,"158":88,"159":19,"16":284,"160":48,"161":231,"167":157,"168":3,"17":338,"18":1445,"19":709,"20":165,"209":35,"21":655,"210":42,"211":39,"214":43,"215":431,"221":388,"223":843,"224":48,"225":550,"23":636,"24":1473,"25":276,"257":117,"26":135,"268":14,"27":34,"273":147,"276":328,"279":34,"28":249,"281":44,"282":98,"291":26,"292":159,"30":23,"302":53,"306":2,"31":97,"314":4,"317":1,"32":64,"33":75,"34":32,"347":7,"35":52,"352":847,"36":228,"37":41,"38":488,"380":20,"381":190,"383":79,"389":1,"39":88,"391":38,"396":5,"397":14,"40":41,"409":33,"41":56,"414":19,"415":129,"419":128,"42":37,"426":3,"43":40,"430":43,"431":1,"433":13,"44":18,"45":27,"46":158,"48":65,"49":39,"5":1105,"51":61,"52":42,"53":76,"56":14,"570":11,"6":421,"63":183,"7":788,"79":63,"8":63,"80":51,"9":349,"all_client":113003,"all_tv_clinet":19547,"insert_time":"2014-08-18T10:45:44.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93719,"10":48,"107":728,"11":531,"12":147,"13":534,"14":324,"15":281,"155":75,"156":32,"158":94,"159":19,"16":297,"160":47,"161":228,"167":161,"168":3,"17":344,"18":1438,"19":704,"20":168,"209":34,"21":669,"210":44,"211":38,"214":43,"215":434,"221":392,"223":863,"224":52,"225":556,"23":642,"24":1486,"25":279,"257":117,"26":137,"268":15,"27":38,"273":139,"276":328,"279":33,"28":252,"281":43,"282":98,"291":25,"292":147,"30":22,"302":50,"306":1,"31":88,"314":4,"317":1,"32":68,"33":76,"34":31,"347":6,"35":54,"352":853,"36":235,"37":39,"38":480,"380":19,"381":187,"383":78,"389":1,"39":88,"391":38,"396":5,"397":13,"40":41,"409":32,"41":61,"414":19,"415":131,"419":131,"42":37,"426":4,"43":42,"430":45,"431":1,"433":13,"44":16,"45":32,"46":161,"48":63,"49":39,"5":1106,"51":64,"52":47,"53":69,"56":13,"570":8,"6":418,"63":184,"7":800,"79":63,"8":65,"80":51,"9":337,"all_client":113356,"all_tv_clinet":19637,"insert_time":"2014-08-18T10:46:45.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94043,"10":49,"107":730,"11":557,"12":148,"13":510,"14":303,"15":278,"155":66,"156":32,"158":99,"159":19,"16":312,"160":45,"161":233,"167":167,"168":3,"17":329,"18":1462,"19":687,"20":176,"209":35,"21":670,"210":43,"211":33,"214":45,"215":435,"221":392,"223":903,"224":52,"225":552,"23":642,"24":1471,"25":281,"257":115,"26":147,"268":16,"27":40,"273":137,"276":328,"279":32,"28":259,"281":44,"282":109,"291":23,"292":134,"30":22,"302":51,"306":3,"31":92,"314":4,"317":1,"32":66,"33":72,"34":32,"347":6,"35":54,"352":860,"36":241,"37":38,"38":483,"380":19,"381":177,"383":82,"389":1,"39":93,"391":39,"396":7,"397":13,"40":44,"409":39,"41":60,"414":18,"415":142,"419":131,"42":35,"426":4,"43":43,"430":45,"431":1,"433":12,"44":15,"45":33,"46":166,"48":69,"49":39,"5":1110,"51":66,"52":52,"53":71,"56":13,"570":10,"6":400,"63":176,"7":809,"79":61,"8":60,"80":53,"9":335,"all_client":113754,"all_tv_clinet":19711,"insert_time":"2014-08-18T10:47:47.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94426,"10":52,"107":733,"11":590,"12":150,"13":501,"14":271,"15":276,"155":63,"156":31,"158":98,"159":19,"16":323,"160":46,"161":234,"167":171,"168":3,"17":310,"18":1490,"19":667,"20":183,"209":31,"21":677,"210":44,"211":29,"214":45,"215":441,"221":393,"223":924,"224":50,"225":558,"23":634,"24":1462,"25":271,"257":116,"26":154,"268":15,"27":38,"273":137,"276":327,"279":30,"28":260,"281":42,"282":113,"291":26,"292":137,"30":24,"302":51,"306":3,"31":99,"314":5,"317":1,"32":70,"33":74,"34":30,"347":5,"35":51,"352":859,"36":237,"37":39,"38":494,"380":19,"381":184,"383":77,"389":1,"39":94,"391":41,"396":7,"397":14,"40":41,"409":42,"41":62,"414":17,"415":140,"419":132,"42":38,"426":4,"43":42,"430":50,"431":1,"433":12,"44":15,"45":32,"46":171,"48":67,"49":40,"5":1101,"51":68,"52":47,"53":69,"56":15,"570":12,"6":397,"63":173,"7":828,"79":69,"8":62,"80":53,"9":330,"all_client":114200,"all_tv_clinet":19774,"insert_time":"2014-08-18T10:48:48.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94752,"10":56,"107":739,"11":586,"12":151,"13":496,"14":252,"15":271,"155":59,"156":31,"158":100,"159":21,"16":339,"160":45,"161":240,"167":171,"168":4,"17":289,"18":1523,"19":640,"20":184,"209":29,"21":687,"210":43,"211":29,"214":47,"215":441,"221":393,"223":952,"224":49,"225":558,"23":630,"24":1446,"25":265,"257":118,"26":154,"268":14,"27":32,"273":141,"276":340,"279":29,"28":262,"281":41,"282":116,"291":27,"292":137,"30":25,"302":48,"306":3,"31":95,"314":5,"317":1,"32":81,"33":75,"34":31,"347":5,"35":49,"352":861,"36":235,"37":42,"38":509,"380":20,"381":178,"383":77,"389":1,"39":95,"391":45,"396":6,"397":15,"40":42,"409":46,"41":65,"414":23,"415":144,"419":135,"42":37,"426":3,"43":40,"430":52,"431":1,"433":12,"44":14,"45":33,"46":171,"48":67,"49":37,"5":1111,"51":68,"52":43,"53":70,"56":16,"570":12,"6":396,"63":173,"7":838,"79":73,"8":62,"80":56,"9":327,"all_client":114598,"all_tv_clinet":19846,"insert_time":"2014-08-18T10:49:48.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95076,"10":57,"107":741,"11":598,"12":155,"13":494,"14":247,"15":286,"155":55,"156":32,"158":102,"159":19,"16":353,"160":48,"161":252,"167":176,"168":4,"17":277,"18":1534,"19":633,"20":183,"209":27,"21":712,"210":44,"211":27,"214":49,"215":450,"221":395,"223":976,"224":53,"225":565,"23":630,"24":1443,"25":263,"257":121,"26":159,"268":14,"27":26,"273":146,"276":346,"279":29,"28":262,"281":41,"282":116,"291":26,"292":136,"30":30,"302":50,"306":3,"31":92,"314":5,"317":1,"32":84,"33":74,"34":32,"347":6,"35":49,"352":856,"36":232,"37":40,"38":519,"380":19,"381":171,"383":76,"389":1,"39":95,"391":45,"396":7,"397":16,"40":41,"409":48,"41":65,"414":26,"415":147,"419":138,"42":38,"426":3,"43":38,"430":55,"431":1,"433":9,"44":17,"45":36,"46":171,"48":64,"49":35,"5":1101,"51":65,"52":40,"53":80,"56":16,"570":12,"6":376,"63":179,"7":843,"79":79,"8":60,"80":55,"9":329,"all_client":115048,"all_tv_clinet":19972,"insert_time":"2014-08-18T10:50:50.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95420,"10":59,"107":755,"11":601,"12":157,"13":489,"14":248,"15":302,"155":55,"156":33,"158":100,"159":18,"16":362,"160":49,"161":275,"167":181,"168":4,"17":272,"18":1516,"19":649,"20":177,"209":28,"21":730,"210":42,"211":26,"214":46,"215":437,"221":399,"223":1003,"224":53,"225":557,"23":648,"24":1393,"25":259,"257":116,"26":167,"268":13,"27":28,"273":148,"276":355,"279":29,"28":264,"281":43,"282":118,"291":24,"292":140,"30":28,"302":52,"306":3,"31":94,"314":6,"317":1,"32":79,"33":81,"34":32,"347":6,"35":54,"352":854,"36":241,"37":39,"38":537,"380":18,"381":164,"383":84,"389":1,"39":99,"391":45,"396":7,"397":16,"40":39,"409":54,"41":67,"414":27,"415":149,"419":136,"42":36,"426":5,"43":41,"430":54,"431":1,"433":9,"44":16,"45":34,"46":173,"48":64,"49":36,"5":1064,"51":66,"52":39,"53":91,"56":16,"570":12,"6":345,"63":184,"7":869,"79":83,"8":59,"80":53,"9":338,"all_client":115489,"all_tv_clinet":20069,"insert_time":"2014-08-18T10:51:51.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95738,"10":64,"107":765,"11":606,"12":161,"13":503,"14":244,"15":331,"155":56,"156":35,"158":96,"159":18,"16":388,"160":47,"161":282,"167":183,"168":3,"17":261,"18":1498,"19":684,"20":177,"209":31,"21":736,"210":45,"211":24,"214":46,"215":448,"221":396,"223":1031,"224":51,"225":558,"23":653,"24":1371,"25":258,"257":119,"26":172,"268":13,"27":34,"273":163,"276":369,"279":30,"28":266,"281":43,"282":121,"291":22,"292":149,"30":29,"302":53,"306":3,"31":96,"314":6,"317":1,"32":76,"33":80,"34":30,"347":6,"35":52,"352":849,"36":235,"37":38,"38":525,"380":18,"381":170,"383":82,"389":1,"39":98,"391":44,"396":9,"397":16,"40":39,"409":55,"41":66,"414":31,"415":149,"419":137,"42":34,"426":4,"43":40,"430":50,"431":1,"433":7,"44":18,"45":36,"46":175,"48":60,"49":37,"5":1021,"51":63,"52":41,"53":94,"56":15,"570":12,"6":324,"63":191,"7":891,"79":88,"8":57,"80":51,"9":350,"all_client":115943,"all_tv_clinet":20205,"insert_time":"2014-08-18T10:52:52.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96048,"10":63,"107":757,"11":628,"12":153,"13":509,"14":255,"15":324,"155":53,"156":34,"158":92,"159":17,"16":395,"160":49,"161":293,"167":189,"168":1,"17":261,"18":1475,"19":717,"20":174,"209":34,"21":747,"210":44,"211":20,"214":47,"215":451,"221":396,"223":1052,"224":54,"225":560,"23":653,"24":1363,"25":255,"257":111,"26":179,"268":13,"27":34,"273":169,"276":382,"279":32,"28":264,"281":42,"282":120,"291":20,"292":157,"30":26,"302":52,"306":4,"31":97,"314":7,"317":1,"32":68,"33":83,"34":31,"347":7,"35":51,"352":838,"36":235,"37":41,"38":528,"380":18,"381":180,"383":77,"389":1,"39":93,"391":45,"396":8,"397":16,"40":42,"409":60,"41":74,"414":31,"415":143,"419":139,"42":35,"426":4,"43":41,"430":47,"431":1,"433":8,"44":20,"45":36,"46":183,"48":56,"49":33,"5":986,"51":64,"52":44,"53":95,"56":13,"570":13,"6":304,"63":195,"7":915,"79":93,"8":55,"80":50,"9":354,"all_client":116327,"all_tv_clinet":20279,"insert_time":"2014-08-18T10:53:53.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96385,"10":59,"107":753,"11":638,"12":150,"13":498,"14":243,"15":331,"155":51,"156":34,"158":91,"159":17,"16":391,"160":47,"161":283,"167":189,"168":1,"17":257,"18":1519,"19":756,"20":168,"209":33,"21":753,"210":43,"211":20,"214":47,"215":461,"221":381,"223":1063,"224":54,"225":549,"23":659,"24":1376,"25":254,"257":110,"26":181,"268":13,"27":34,"273":176,"276":389,"279":29,"28":266,"281":40,"282":127,"291":20,"292":165,"30":29,"302":54,"306":5,"31":102,"314":6,"317":1,"32":66,"33":89,"34":28,"347":7,"35":45,"352":832,"36":232,"37":40,"38":546,"380":19,"381":184,"383":77,"389":1,"39":91,"391":45,"396":7,"397":17,"40":43,"409":61,"41":67,"414":37,"415":144,"419":141,"42":35,"426":5,"43":39,"430":51,"431":1,"433":8,"44":17,"45":35,"46":186,"48":59,"49":32,"5":984,"51":63,"52":46,"53":89,"56":12,"570":12,"6":285,"63":198,"7":929,"79":95,"8":57,"80":52,"9":362,"all_client":116772,"all_tv_clinet":20387,"insert_time":"2014-08-18T10:54:54.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96663,"10":62,"107":741,"11":651,"12":157,"13":506,"14":229,"15":330,"155":51,"156":33,"158":96,"159":13,"16":375,"160":48,"161":282,"167":192,"168":1,"17":253,"18":1567,"19":784,"20":162,"209":35,"21":756,"210":41,"211":18,"214":47,"215":446,"221":381,"223":1086,"224":51,"225":559,"23":664,"24":1403,"25":260,"257":119,"26":183,"268":12,"27":35,"273":179,"276":388,"279":30,"28":267,"281":38,"282":129,"291":20,"292":164,"30":29,"302":58,"306":5,"31":100,"314":6,"317":1,"32":64,"33":93,"34":29,"347":10,"35":46,"352":819,"36":226,"37":38,"38":547,"380":21,"381":191,"383":76,"389":1,"39":91,"391":44,"396":5,"397":18,"40":44,"409":66,"41":70,"414":37,"415":148,"419":139,"42":33,"426":5,"43":36,"430":53,"431":1,"433":6,"44":22,"45":33,"46":193,"48":60,"49":30,"5":977,"51":61,"52":44,"53":92,"56":15,"570":11,"6":278,"63":200,"7":952,"79":92,"8":58,"80":50,"9":365,"all_client":117196,"all_tv_clinet":20533,"insert_time":"2014-08-18T10:55:55.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97000,"10":65,"107":740,"11":668,"12":172,"13":503,"14":220,"15":345,"155":52,"156":30,"158":95,"159":14,"16":360,"160":48,"161":263,"167":188,"168":1,"17":253,"18":1555,"19":792,"20":163,"209":38,"21":757,"210":42,"211":17,"214":46,"215":455,"221":378,"223":1055,"224":48,"225":548,"23":669,"24":1435,"25":259,"257":124,"26":182,"268":11,"27":36,"273":180,"276":397,"279":35,"28":272,"281":39,"282":131,"291":20,"292":171,"30":32,"302":64,"306":3,"31":101,"314":8,"317":1,"32":65,"33":97,"34":30,"347":11,"35":46,"352":830,"36":213,"37":40,"38":556,"380":23,"381":196,"383":75,"389":1,"39":93,"391":45,"396":5,"397":18,"40":47,"409":67,"41":70,"414":37,"415":151,"419":138,"42":34,"426":8,"43":36,"430":53,"431":1,"433":7,"44":17,"45":34,"46":191,"48":63,"49":33,"5":1002,"51":64,"52":48,"53":87,"56":15,"570":9,"6":276,"63":197,"7":973,"79":96,"8":61,"80":51,"9":381,"all_client":117672,"all_tv_clinet":20672,"insert_time":"2014-08-18T10:56:56.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97285,"10":70,"107":746,"11":700,"12":171,"13":521,"14":201,"15":375,"155":50,"156":24,"158":94,"159":16,"16":360,"160":48,"161":261,"167":188,"168":1,"17":256,"18":1526,"19":764,"20":159,"209":39,"21":777,"210":44,"211":17,"214":49,"215":452,"221":372,"223":1023,"224":49,"225":561,"23":649,"24":1440,"25":258,"257":123,"26":196,"268":15,"27":37,"273":170,"276":407,"279":39,"28":283,"281":39,"282":141,"291":19,"292":187,"30":30,"302":65,"306":2,"31":102,"314":8,"317":1,"32":64,"33":93,"34":35,"347":16,"35":42,"352":826,"36":206,"37":41,"38":555,"380":23,"381":206,"383":76,"39":91,"391":44,"396":7,"397":19,"40":45,"409":58,"41":66,"414":42,"415":153,"419":145,"42":36,"426":6,"43":37,"430":63,"433":6,"44":17,"45":32,"46":194,"48":60,"49":32,"5":1044,"51":64,"52":51,"53":95,"56":15,"570":10,"6":283,"63":192,"7":984,"79":99,"8":56,"80":49,"9":392,"all_client":118080,"all_tv_clinet":20795,"insert_time":"2014-08-18T10:57:57.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97646,"10":74,"107":741,"11":726,"12":155,"13":523,"14":203,"15":384,"155":60,"156":19,"158":89,"159":20,"16":356,"160":48,"161":279,"167":189,"168":1,"17":257,"18":1494,"19":740,"20":158,"209":41,"21":800,"210":47,"211":16,"214":46,"215":451,"221":391,"223":998,"224":49,"225":564,"23":628,"24":1447,"25":249,"257":123,"26":202,"268":14,"27":36,"273":157,"276":411,"279":39,"28":276,"281":39,"282":154,"291":17,"292":187,"30":30,"302":71,"306":2,"31":98,"314":8,"317":1,"32":59,"33":94,"34":44,"347":16,"35":40,"352":824,"36":203,"37":43,"38":560,"380":23,"381":210,"383":76,"39":86,"391":50,"396":7,"397":18,"40":45,"409":52,"41":61,"414":45,"415":159,"419":149,"42":37,"426":8,"43":34,"430":70,"433":8,"44":20,"45":33,"46":197,"48":60,"49":34,"5":1111,"51":61,"52":50,"53":100,"56":15,"570":10,"6":283,"63":181,"7":1009,"79":105,"8":56,"80":46,"9":402,"all_client":118548,"all_tv_clinet":20902,"insert_time":"2014-08-18T10:58:58.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97957,"10":81,"107":739,"11":747,"12":141,"13":522,"14":201,"15":429,"155":67,"156":17,"158":88,"159":22,"16":344,"160":47,"161":294,"167":195,"168":1,"17":263,"18":1481,"19":718,"20":160,"209":35,"21":798,"210":51,"211":19,"214":44,"215":440,"221":404,"223":990,"224":52,"225":563,"23":601,"24":1435,"25":252,"257":121,"26":206,"268":13,"27":36,"273":138,"276":416,"279":44,"28":276,"281":39,"282":154,"291":18,"292":169,"30":28,"302":73,"306":2,"31":96,"314":8,"317":1,"32":68,"33":97,"34":41,"347":17,"35":43,"352":840,"36":209,"37":37,"38":557,"380":23,"381":211,"383":76,"389":1,"39":81,"391":51,"396":7,"397":19,"40":46,"409":53,"41":62,"414":50,"415":157,"419":157,"42":37,"426":8,"43":30,"430":74,"433":7,"44":24,"45":33,"46":191,"48":61,"49":32,"5":1207,"51":61,"52":48,"53":112,"56":16,"570":12,"6":298,"63":174,"7":1022,"79":106,"8":55,"80":42,"9":395,"all_client":118984,"all_tv_clinet":21027,"insert_time":"2014-08-18T10:59:59.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98138,"10":84,"107":733,"11":753,"12":131,"13":520,"14":196,"15":462,"155":72,"156":20,"158":103,"159":24,"16":349,"160":42,"161":309,"167":200,"168":1,"17":261,"18":1472,"19":692,"20":165,"209":32,"21":791,"210":54,"211":19,"214":44,"215":416,"221":416,"223":981,"224":51,"225":562,"23":587,"24":1407,"25":254,"257":123,"26":198,"268":12,"27":37,"273":138,"276":413,"279":51,"28":276,"281":39,"282":159,"291":18,"292":156,"30":27,"302":73,"306":2,"31":93,"314":10,"32":69,"33":105,"34":44,"347":16,"35":46,"352":836,"36":206,"37":33,"38":540,"380":23,"381":215,"383":76,"389":1,"39":82,"391":56,"396":8,"397":20,"40":46,"409":55,"41":67,"414":50,"415":158,"419":158,"42":35,"426":9,"43":31,"430":91,"433":7,"44":26,"45":35,"46":182,"48":62,"49":33,"5":1470,"51":62,"52":48,"53":122,"56":16,"570":12,"6":305,"63":159,"7":1035,"79":109,"8":55,"80":33,"9":366,"all_client":119379,"all_tv_clinet":21241,"insert_time":"2014-08-18T11:01:01.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98368,"10":84,"107":719,"11":778,"12":130,"13":508,"14":190,"15":492,"155":80,"156":27,"158":108,"159":26,"16":347,"160":39,"161":333,"167":207,"168":1,"17":271,"18":1488,"19":696,"20":164,"209":28,"21":781,"210":56,"211":21,"214":47,"215":414,"221":428,"223":952,"224":52,"225":554,"23":569,"24":1343,"25":253,"257":135,"26":193,"268":13,"27":36,"273":142,"276":408,"279":55,"28":275,"281":38,"282":185,"291":22,"292":149,"30":23,"302":74,"306":2,"31":89,"314":12,"32":73,"33":108,"34":41,"347":17,"35":46,"352":837,"36":197,"37":30,"38":542,"380":22,"381":219,"383":74,"389":1,"39":87,"391":60,"396":7,"397":20,"40":45,"409":55,"41":71,"414":54,"415":153,"419":147,"42":33,"426":9,"43":34,"430":103,"433":7,"44":24,"45":35,"46":174,"48":59,"49":32,"5":1837,"51":61,"52":42,"53":117,"56":14,"570":13,"6":307,"63":144,"7":1034,"79":109,"8":54,"80":34,"9":335,"all_client":119922,"all_tv_clinet":21554,"insert_time":"2014-08-18T11:02:07.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98548,"10":83,"107":717,"11":766,"12":124,"13":503,"14":191,"15":504,"155":84,"156":30,"158":110,"159":25,"16":342,"160":38,"161":349,"167":207,"168":2,"17":287,"18":1528,"19":697,"20":156,"209":27,"21":756,"210":63,"211":22,"214":46,"215":405,"221":431,"223":922,"224":54,"225":550,"23":550,"24":1266,"25":248,"257":132,"26":187,"268":12,"27":35,"273":143,"276":401,"279":55,"28":276,"281":41,"282":199,"291":28,"292":150,"30":19,"302":74,"306":2,"31":85,"314":11,"32":78,"33":118,"34":40,"347":14,"35":42,"352":861,"36":204,"37":28,"38":527,"380":22,"381":224,"383":68,"389":1,"39":89,"391":70,"396":7,"397":21,"40":45,"409":52,"41":69,"414":62,"415":151,"419":127,"42":35,"426":7,"43":35,"430":117,"433":7,"44":26,"45":39,"46":166,"48":54,"49":33,"5":2210,"51":55,"52":42,"53":114,"56":13,"570":13,"6":311,"63":130,"7":1044,"79":109,"8":46,"80":33,"9":341,"all_client":120381,"all_tv_clinet":21833,"insert_time":"2014-08-18T11:03:08.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98753,"10":81,"107":700,"11":760,"12":116,"13":505,"14":198,"15":502,"155":88,"156":35,"158":111,"159":24,"16":326,"160":39,"161":359,"167":213,"168":2,"17":299,"18":1521,"19":710,"20":153,"209":28,"21":742,"210":66,"211":24,"214":49,"215":395,"221":450,"223":907,"224":58,"225":538,"23":533,"24":1196,"25":252,"257":133,"26":175,"268":12,"27":36,"273":147,"276":396,"279":58,"28":276,"281":39,"282":216,"291":28,"292":148,"30":19,"302":74,"306":2,"31":79,"314":11,"32":83,"33":123,"34":43,"347":12,"35":42,"352":871,"36":212,"37":29,"38":518,"380":23,"381":220,"383":65,"389":1,"39":86,"391":86,"396":6,"397":19,"40":48,"409":52,"41":75,"414":65,"415":162,"419":110,"42":34,"426":9,"43":34,"430":129,"433":8,"44":23,"45":34,"46":164,"48":50,"49":28,"5":2502,"51":48,"52":42,"53":123,"56":13,"570":11,"6":304,"63":114,"7":1049,"79":112,"8":43,"80":30,"9":340,"all_client":120777,"all_tv_clinet":22024,"insert_time":"2014-08-18T11:04:09.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99003,"10":87,"107":697,"11":757,"12":111,"13":514,"14":199,"15":514,"155":91,"156":32,"158":113,"159":22,"16":325,"160":40,"161":375,"167":206,"168":2,"17":307,"18":1512,"19":721,"20":153,"209":28,"21":734,"210":70,"211":24,"214":47,"215":387,"221":456,"223":885,"224":58,"225":534,"23":512,"24":1169,"25":248,"257":125,"26":176,"268":11,"27":34,"273":141,"276":400,"279":60,"28":282,"281":43,"282":229,"291":29,"292":155,"30":18,"302":74,"306":2,"31":76,"314":11,"32":81,"33":128,"34":42,"347":12,"35":49,"352":880,"36":216,"37":26,"38":502,"380":24,"381":222,"383":65,"39":85,"391":86,"396":5,"397":18,"40":48,"409":55,"41":74,"414":69,"415":158,"419":107,"42":34,"426":10,"43":34,"430":140,"433":7,"44":22,"45":31,"46":169,"48":55,"49":26,"5":2687,"51":47,"52":43,"53":126,"56":12,"570":10,"6":306,"63":104,"7":1067,"79":120,"8":41,"80":30,"9":349,"all_client":121221,"all_tv_clinet":22218,"insert_time":"2014-08-18T11:05:10.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99251,"10":84,"107":710,"11":761,"12":113,"13":513,"14":197,"15":529,"155":95,"156":34,"158":114,"159":27,"16":313,"160":36,"161":375,"167":206,"168":2,"17":305,"18":1525,"19":744,"20":153,"209":28,"21":739,"210":76,"211":25,"214":45,"215":381,"221":442,"223":867,"224":58,"225":522,"23":492,"24":1150,"25":242,"257":123,"26":167,"268":9,"27":35,"273":143,"276":394,"279":65,"28":286,"281":43,"282":239,"291":33,"292":152,"30":18,"302":71,"306":1,"31":66,"314":10,"32":71,"33":129,"34":44,"347":15,"35":57,"352":901,"36":209,"37":26,"38":513,"380":25,"381":219,"383":70,"39":82,"391":89,"396":4,"397":19,"40":45,"409":52,"41":74,"414":70,"415":152,"419":106,"42":33,"426":9,"43":34,"430":150,"433":8,"44":19,"45":28,"46":164,"48":51,"49":26,"5":2853,"51":45,"52":36,"53":132,"56":11,"570":9,"6":310,"63":98,"7":1079,"79":117,"8":41,"80":28,"9":347,"all_client":121609,"all_tv_clinet":22358,"insert_time":"2014-08-18T11:06:11.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99564,"10":87,"107":696,"11":758,"12":116,"13":516,"14":195,"15":536,"155":97,"156":33,"158":113,"159":27,"16":316,"160":36,"161":371,"167":206,"168":2,"17":307,"18":1527,"19":749,"20":156,"209":27,"21":744,"210":78,"211":25,"214":46,"215":372,"221":441,"223":852,"224":58,"225":522,"23":486,"24":1147,"25":243,"257":123,"26":165,"268":9,"27":37,"273":146,"276":395,"279":68,"28":284,"281":42,"282":255,"291":33,"292":155,"30":19,"302":71,"306":1,"31":58,"314":8,"32":59,"33":134,"34":42,"347":16,"35":52,"352":894,"36":209,"37":24,"38":509,"380":26,"381":217,"383":69,"39":84,"391":93,"396":4,"397":18,"40":46,"409":50,"41":71,"414":68,"415":150,"419":103,"42":34,"426":17,"43":33,"430":164,"433":7,"44":19,"45":31,"46":165,"48":51,"49":24,"5":2993,"51":43,"52":31,"53":124,"56":12,"570":10,"6":303,"63":96,"7":1076,"79":125,"8":41,"80":28,"9":343,"all_client":122026,"all_tv_clinet":22462,"insert_time":"2014-08-18T11:07:12.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100018,"10":87,"107":721,"11":747,"12":122,"13":516,"14":190,"15":541,"155":96,"156":33,"158":114,"159":27,"16":320,"160":33,"161":356,"167":206,"168":2,"17":306,"18":1521,"19":752,"20":163,"209":31,"21":745,"210":82,"211":26,"214":47,"215":360,"221":419,"223":849,"224":61,"225":512,"23":480,"24":1147,"25":243,"257":124,"26":167,"268":8,"27":37,"273":156,"276":387,"279":68,"28":289,"281":43,"282":268,"291":36,"292":160,"30":20,"302":70,"306":1,"31":58,"314":9,"32":70,"33":135,"34":42,"347":16,"35":46,"352":893,"36":203,"37":24,"38":529,"380":28,"381":221,"383":68,"389":1,"39":84,"391":98,"396":5,"397":18,"40":46,"409":48,"41":66,"414":59,"415":148,"419":101,"42":34,"426":25,"43":37,"430":177,"433":7,"44":21,"45":30,"46":157,"48":51,"49":25,"5":3067,"51":44,"52":32,"53":123,"56":13,"570":10,"6":297,"63":91,"7":1074,"79":130,"8":40,"80":28,"9":350,"all_client":122586,"all_tv_clinet":22568,"insert_time":"2014-08-18T11:08:13.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100312,"10":90,"107":737,"11":732,"12":120,"13":516,"14":193,"15":525,"155":100,"156":35,"158":115,"159":27,"16":322,"160":33,"161":335,"167":206,"168":2,"17":311,"18":1512,"19":770,"20":163,"209":28,"21":739,"210":85,"211":25,"214":47,"215":364,"221":424,"223":879,"224":63,"225":523,"23":476,"24":1143,"25":249,"257":124,"26":162,"268":7,"27":37,"273":165,"276":390,"279":72,"28":286,"281":44,"282":281,"291":37,"292":167,"30":21,"302":70,"306":2,"31":56,"314":9,"32":73,"33":144,"34":43,"347":17,"35":45,"352":890,"36":199,"37":25,"38":530,"380":28,"381":223,"383":66,"389":1,"39":82,"391":99,"396":5,"397":18,"40":48,"409":46,"41":68,"414":51,"415":145,"419":97,"42":34,"426":34,"43":36,"430":183,"433":7,"44":24,"45":31,"46":154,"48":48,"49":24,"5":3169,"51":38,"52":31,"53":117,"56":13,"570":12,"6":298,"63":88,"7":1060,"79":126,"8":41,"80":28,"9":354,"all_client":123024,"all_tv_clinet":22712,"insert_time":"2014-08-18T11:09:14.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100520,"10":91,"107":746,"11":732,"12":116,"13":509,"14":193,"15":518,"155":101,"156":37,"158":113,"159":27,"16":320,"160":34,"161":336,"167":211,"168":2,"17":313,"18":1517,"19":776,"20":159,"209":28,"21":739,"210":85,"211":24,"214":47,"215":363,"221":414,"223":906,"224":64,"225":530,"23":458,"24":1134,"25":250,"257":128,"26":155,"268":10,"27":38,"273":166,"276":373,"279":73,"28":290,"281":48,"282":295,"291":40,"292":166,"30":22,"302":67,"306":3,"31":53,"314":10,"32":69,"33":150,"34":44,"347":15,"35":42,"352":878,"36":203,"37":26,"38":533,"380":27,"381":221,"383":70,"389":1,"39":86,"391":98,"396":6,"397":19,"40":48,"409":49,"41":67,"414":48,"415":141,"419":99,"42":33,"426":34,"43":36,"430":190,"433":8,"44":28,"45":33,"46":151,"48":54,"49":25,"5":3241,"51":36,"52":28,"53":120,"56":13,"570":13,"6":300,"63":90,"7":1049,"79":125,"8":39,"80":27,"9":366,"all_client":123329,"all_tv_clinet":22809,"insert_time":"2014-08-18T11:10:15.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100833,"10":98,"107":733,"11":738,"12":109,"13":507,"14":198,"15":515,"155":98,"156":40,"158":116,"159":25,"16":312,"160":32,"161":324,"167":209,"168":2,"17":314,"18":1520,"19":777,"20":159,"209":24,"21":746,"210":98,"211":33,"214":47,"215":359,"221":419,"223":931,"224":67,"225":529,"23":432,"24":1125,"25":253,"257":127,"26":145,"268":10,"27":40,"273":166,"276":349,"279":71,"28":293,"281":50,"282":299,"291":46,"292":172,"30":24,"302":67,"306":3,"31":57,"314":11,"32":59,"33":159,"34":44,"347":15,"35":40,"352":871,"36":201,"37":27,"38":533,"380":28,"381":222,"383":71,"389":1,"39":86,"391":107,"396":8,"397":21,"40":47,"409":49,"41":67,"414":49,"415":139,"419":96,"42":32,"426":36,"43":34,"430":193,"433":8,"44":22,"45":35,"46":148,"48":55,"49":24,"5":3373,"51":39,"52":28,"53":122,"56":13,"570":13,"6":304,"63":82,"7":1031,"79":121,"8":38,"80":26,"9":379,"all_client":123748,"all_tv_clinet":22915,"insert_time":"2014-08-18T11:11:16.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101191,"10":101,"107":721,"11":741,"12":109,"13":506,"14":198,"15":521,"155":100,"156":38,"158":111,"159":26,"16":303,"160":33,"161":317,"167":199,"168":2,"17":318,"18":1510,"19":781,"20":156,"209":25,"21":742,"210":101,"211":34,"214":50,"215":358,"221":407,"223":948,"224":66,"225":519,"23":414,"24":1113,"25":254,"257":132,"26":147,"268":9,"27":38,"273":171,"276":338,"279":70,"28":296,"281":50,"282":305,"291":50,"292":176,"30":25,"302":70,"306":3,"31":59,"314":11,"32":61,"33":169,"34":47,"347":13,"35":40,"352":861,"36":208,"37":27,"38":544,"380":28,"381":222,"383":74,"389":1,"39":86,"391":110,"396":7,"397":20,"40":47,"409":50,"41":63,"414":50,"415":136,"419":97,"42":34,"426":35,"43":32,"430":199,"433":8,"44":19,"45":34,"46":145,"48":58,"49":25,"5":3479,"51":40,"52":27,"53":114,"56":13,"570":12,"6":301,"63":81,"7":1003,"79":127,"8":38,"80":31,"9":394,"all_client":124173,"all_tv_clinet":22982,"insert_time":"2014-08-18T11:12:17.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101492,"10":105,"107":694,"11":757,"12":111,"13":501,"14":198,"15":527,"155":101,"156":39,"158":114,"159":26,"16":304,"160":30,"161":328,"167":195,"168":2,"17":323,"18":1527,"19":785,"20":156,"209":25,"21":728,"210":107,"211":34,"214":48,"215":360,"221":393,"223":949,"224":66,"225":512,"23":410,"24":1110,"25":266,"257":131,"26":137,"268":8,"27":39,"273":176,"276":321,"279":72,"28":294,"281":51,"282":312,"291":56,"292":178,"30":27,"302":72,"306":3,"31":60,"314":12,"32":68,"33":164,"34":45,"347":11,"35":42,"352":846,"36":213,"37":24,"38":556,"380":30,"381":221,"383":75,"389":1,"39":87,"391":108,"396":5,"397":20,"40":43,"409":52,"41":64,"414":54,"415":140,"419":94,"42":35,"426":37,"43":34,"430":202,"433":7,"44":21,"45":34,"46":143,"48":58,"49":25,"5":3572,"51":40,"52":28,"53":118,"56":12,"570":15,"6":293,"63":74,"7":972,"79":129,"8":37,"80":34,"9":399,"all_client":124554,"all_tv_clinet":23062,"insert_time":"2014-08-18T11:13:18.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101726,"10":102,"107":676,"11":776,"12":113,"13":516,"14":199,"15":535,"155":100,"156":40,"158":115,"159":25,"16":300,"160":30,"161":342,"167":196,"168":2,"17":327,"18":1533,"19":801,"20":158,"209":25,"21":722,"210":111,"211":33,"214":48,"215":368,"221":391,"223":915,"224":65,"225":528,"23":418,"24":1109,"25":258,"257":123,"26":136,"268":8,"27":37,"273":170,"276":304,"279":72,"28":299,"281":52,"282":319,"291":60,"292":166,"30":27,"302":74,"306":3,"31":60,"314":11,"32":77,"33":164,"34":43,"347":11,"35":44,"352":845,"36":224,"37":25,"38":549,"380":29,"381":226,"383":77,"389":1,"39":91,"391":110,"396":3,"397":21,"40":42,"409":54,"41":67,"414":57,"415":146,"419":93,"42":35,"426":40,"43":34,"430":202,"433":7,"44":21,"45":34,"46":141,"48":60,"49":28,"5":3660,"51":38,"52":26,"53":116,"56":12,"570":14,"6":290,"63":70,"7":935,"79":139,"8":34,"80":35,"9":371,"all_client":124865,"all_tv_clinet":23139,"insert_time":"2014-08-18T11:14:19.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102012,"10":106,"107":698,"11":791,"12":117,"13":512,"14":212,"15":532,"155":99,"156":40,"158":111,"159":25,"16":288,"160":30,"161":351,"167":197,"168":2,"17":334,"18":1548,"19":797,"20":164,"209":24,"21":708,"210":115,"211":31,"214":48,"215":368,"221":388,"223":905,"224":66,"225":520,"23":413,"24":1127,"25":276,"257":123,"26":139,"268":9,"27":33,"273":159,"276":288,"279":68,"28":303,"281":57,"282":324,"291":65,"292":154,"30":26,"302":74,"306":3,"31":60,"314":12,"32":76,"33":173,"34":44,"347":14,"35":41,"352":829,"36":215,"37":24,"38":546,"380":28,"381":231,"383":79,"389":1,"39":87,"391":113,"396":2,"397":20,"40":42,"409":63,"41":67,"414":58,"415":149,"419":91,"42":32,"426":38,"43":39,"430":204,"433":7,"44":28,"45":37,"46":142,"48":59,"49":31,"5":3747,"51":40,"52":25,"53":116,"56":11,"570":15,"6":283,"63":70,"7":910,"79":144,"8":34,"80":42,"9":329,"all_client":125228,"all_tv_clinet":23216,"insert_time":"2014-08-18T11:15:20.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102294,"10":102,"107":712,"11":797,"12":120,"13":513,"14":215,"15":537,"155":99,"156":39,"158":109,"159":25,"16":283,"160":30,"161":342,"167":185,"168":2,"17":345,"18":1552,"19":813,"20":164,"209":28,"21":723,"210":123,"211":31,"214":50,"215":362,"221":399,"223":881,"224":64,"225":523,"23":407,"24":1122,"25":282,"257":122,"26":140,"268":10,"27":34,"273":152,"276":289,"279":66,"28":301,"281":58,"282":333,"291":68,"292":140,"30":26,"302":73,"306":2,"31":65,"314":12,"32":70,"33":179,"34":46,"347":15,"35":40,"352":849,"36":217,"37":27,"38":531,"380":27,"381":232,"383":78,"389":1,"39":90,"391":114,"396":2,"397":23,"40":44,"409":69,"41":74,"414":60,"415":149,"419":91,"42":32,"426":38,"43":43,"430":205,"433":7,"44":28,"45":33,"46":135,"48":60,"49":30,"5":3858,"51":38,"52":29,"53":128,"56":11,"570":13,"6":277,"63":70,"7":908,"79":149,"8":32,"80":43,"9":294,"all_client":125653,"all_tv_clinet":23359,"insert_time":"2014-08-18T11:16:21.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102689,"10":100,"107":734,"11":790,"12":126,"13":512,"14":221,"15":546,"155":102,"156":40,"158":105,"159":27,"16":274,"160":30,"161":338,"167":169,"168":2,"17":346,"18":1561,"19":816,"20":158,"209":28,"21":719,"210":122,"211":31,"214":53,"215":365,"221":402,"223":879,"224":68,"225":522,"23":422,"24":1104,"25":289,"257":128,"26":131,"268":9,"27":35,"273":154,"276":283,"279":66,"28":300,"281":61,"282":342,"291":72,"292":127,"30":28,"302":72,"306":4,"31":63,"314":11,"32":59,"33":187,"34":44,"347":15,"35":41,"352":848,"36":227,"37":26,"38":541,"380":25,"381":228,"383":80,"39":89,"391":114,"396":3,"397":26,"40":43,"409":75,"41":75,"414":66,"415":137,"419":91,"42":31,"426":30,"43":44,"430":212,"433":7,"44":25,"45":35,"46":141,"48":60,"49":33,"5":3899,"51":44,"52":30,"53":134,"56":12,"570":14,"6":278,"63":67,"7":921,"79":155,"8":34,"80":46,"9":271,"all_client":126139,"all_tv_clinet":23450,"insert_time":"2014-08-18T11:17:22.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102948,"10":104,"107":738,"11":754,"12":139,"13":513,"14":232,"15":556,"155":105,"156":42,"158":108,"159":26,"16":268,"160":29,"161":338,"167":166,"168":2,"17":352,"18":1573,"19":829,"20":152,"209":30,"21":718,"210":127,"211":32,"214":53,"215":374,"221":402,"223":869,"224":73,"225":529,"23":435,"24":1104,"25":281,"257":124,"26":122,"268":9,"27":37,"273":153,"276":282,"279":61,"28":304,"281":62,"282":350,"291":73,"292":131,"30":27,"302":72,"306":3,"31":64,"314":10,"32":51,"33":189,"34":36,"347":15,"35":42,"352":847,"36":229,"37":26,"38":550,"380":25,"381":227,"383":85,"39":93,"391":118,"396":3,"397":24,"40":43,"409":69,"41":78,"414":70,"415":143,"419":90,"42":29,"426":26,"43":44,"430":221,"433":7,"44":25,"45":32,"46":140,"48":59,"49":32,"5":3966,"51":44,"52":29,"53":137,"56":11,"570":14,"6":267,"63":66,"7":950,"79":155,"8":31,"80":50,"9":257,"all_client":126530,"all_tv_clinet":23582,"insert_time":"2014-08-18T11:18:23.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103149,"10":116,"107":732,"11":703,"12":153,"13":516,"14":240,"15":569,"155":109,"156":42,"158":101,"159":26,"16":255,"160":32,"161":348,"167":154,"168":1,"17":365,"18":1588,"19":836,"20":156,"209":30,"21":732,"210":127,"211":37,"214":52,"215":380,"221":402,"223":876,"224":72,"225":529,"23":440,"24":1122,"25":286,"257":126,"26":120,"268":8,"27":39,"273":160,"276":287,"279":66,"28":308,"281":62,"282":349,"291":75,"292":142,"30":27,"302":70,"306":3,"31":65,"314":12,"32":48,"33":184,"34":32,"347":16,"35":43,"352":854,"36":228,"37":26,"38":561,"380":24,"381":228,"383":82,"39":90,"391":124,"396":4,"397":25,"40":39,"409":61,"41":79,"414":73,"415":143,"419":97,"42":29,"426":24,"43":42,"430":217,"433":7,"44":26,"45":33,"46":134,"48":60,"49":32,"5":4070,"51":46,"52":28,"53":127,"56":12,"570":13,"6":257,"63":62,"7":982,"79":160,"8":32,"80":50,"9":240,"all_client":126939,"all_tv_clinet":23790,"insert_time":"2014-08-18T11:19:25.254Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103446,"10":117,"107":741,"11":650,"12":164,"13":508,"14":239,"15":578,"155":110,"156":40,"158":99,"159":27,"16":248,"160":34,"161":331,"167":152,"168":3,"17":377,"18":1610,"19":842,"20":153,"209":31,"21":737,"210":131,"211":39,"214":52,"215":381,"221":396,"223":894,"224":76,"225":544,"23":441,"24":1140,"25":294,"257":128,"26":123,"268":9,"27":40,"273":159,"276":279,"279":63,"28":306,"281":59,"282":359,"291":78,"292":153,"30":23,"302":65,"306":3,"31":67,"314":11,"32":51,"33":185,"34":33,"347":15,"35":44,"352":836,"36":215,"37":26,"38":549,"380":23,"381":225,"383":81,"39":86,"391":126,"396":4,"397":24,"40":41,"409":53,"41":78,"414":74,"415":160,"419":95,"42":30,"426":27,"43":43,"430":224,"433":7,"44":26,"45":34,"46":130,"48":63,"49":33,"5":4156,"51":45,"52":29,"53":125,"56":12,"570":11,"6":233,"63":62,"7":983,"79":166,"8":32,"80":48,"9":247,"all_client":127340,"all_tv_clinet":23894,"insert_time":"2014-08-18T11:20:26.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103769,"10":117,"107":774,"11":619,"12":167,"13":517,"14":240,"15":585,"155":112,"156":35,"158":101,"159":31,"16":241,"160":36,"161":307,"167":151,"168":3,"17":381,"18":1628,"19":839,"20":155,"209":30,"21":737,"210":137,"211":36,"214":55,"215":383,"221":388,"223":937,"224":76,"225":547,"23":426,"24":1168,"25":299,"257":119,"26":123,"268":17,"27":40,"273":168,"276":280,"279":62,"28":311,"281":58,"282":360,"291":78,"292":161,"30":26,"302":61,"306":3,"31":74,"314":10,"32":51,"33":191,"34":35,"347":14,"35":48,"352":827,"36":216,"37":29,"38":559,"380":24,"381":225,"383":83,"39":84,"391":127,"396":3,"397":24,"40":39,"409":51,"41":77,"414":74,"415":162,"419":97,"42":29,"426":31,"43":39,"430":230,"433":11,"44":27,"45":35,"46":135,"48":67,"49":31,"5":4191,"51":52,"52":30,"53":121,"56":10,"570":9,"6":220,"63":60,"7":984,"79":170,"8":29,"80":48,"9":252,"all_client":127829,"all_tv_clinet":24060,"insert_time":"2014-08-18T11:21:27.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104102,"10":124,"107":776,"11":599,"12":164,"13":522,"14":240,"15":583,"155":111,"156":35,"158":101,"159":30,"16":234,"160":35,"161":297,"167":149,"168":3,"17":381,"18":1634,"19":838,"20":155,"209":31,"21":732,"210":141,"211":36,"214":55,"215":386,"221":370,"223":934,"224":83,"225":548,"23":396,"24":1195,"25":303,"257":113,"26":136,"268":16,"27":40,"273":169,"276":270,"279":60,"28":319,"281":59,"282":365,"291":77,"292":164,"30":27,"302":62,"306":3,"31":74,"314":9,"32":52,"33":194,"34":34,"347":13,"35":47,"352":836,"36":214,"37":29,"38":569,"380":23,"381":227,"383":85,"389":2,"39":85,"391":130,"396":3,"397":25,"40":41,"409":49,"41":74,"414":74,"415":158,"419":96,"42":32,"426":31,"43":41,"430":236,"433":12,"44":27,"45":36,"46":132,"48":66,"49":33,"5":4282,"51":52,"52":34,"53":124,"56":10,"570":8,"6":204,"63":59,"7":997,"79":170,"8":28,"80":49,"9":248,"all_client":128257,"all_tv_clinet":24155,"insert_time":"2014-08-18T11:22:28.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104352,"10":125,"107":810,"11":600,"12":167,"13":529,"14":244,"15":589,"155":112,"156":36,"158":102,"159":29,"16":233,"160":35,"161":304,"167":148,"168":3,"17":356,"18":1647,"19":845,"20":160,"209":30,"21":728,"210":139,"211":31,"214":58,"215":393,"221":376,"223":955,"224":82,"225":559,"23":392,"24":1179,"25":308,"257":114,"26":138,"268":16,"27":44,"273":174,"276":263,"279":58,"28":319,"281":60,"282":369,"291":77,"292":172,"30":26,"302":66,"306":2,"31":76,"314":9,"32":47,"33":196,"34":36,"347":13,"35":44,"352":839,"36":216,"37":30,"38":574,"380":23,"381":228,"383":82,"389":4,"39":85,"391":132,"396":3,"397":24,"40":43,"409":52,"41":72,"414":69,"415":157,"419":101,"42":32,"426":35,"43":38,"430":238,"433":12,"44":27,"45":31,"46":135,"48":66,"49":34,"5":4379,"51":55,"52":33,"53":109,"56":10,"570":6,"6":193,"63":57,"7":996,"79":168,"8":26,"80":48,"9":231,"all_client":128668,"all_tv_clinet":24316,"insert_time":"2014-08-18T11:23:30.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104683,"10":129,"107":816,"11":606,"12":168,"13":544,"14":241,"15":587,"155":115,"156":40,"158":103,"159":27,"16":227,"160":34,"161":327,"167":149,"168":3,"17":317,"18":1662,"19":849,"20":164,"209":32,"21":726,"210":137,"211":31,"214":56,"215":396,"221":386,"223":964,"224":86,"225":570,"23":390,"24":1172,"25":313,"257":117,"26":149,"268":11,"27":46,"273":180,"276":265,"279":55,"28":325,"281":59,"282":379,"291":82,"292":177,"30":24,"302":70,"306":2,"31":76,"314":9,"32":41,"33":198,"34":34,"347":11,"35":37,"352":836,"36":218,"37":30,"38":555,"380":22,"381":221,"383":82,"389":5,"39":88,"391":133,"396":7,"397":24,"40":45,"409":55,"41":78,"414":67,"415":154,"419":95,"42":29,"426":36,"43":48,"430":241,"433":9,"44":24,"45":31,"46":140,"48":71,"49":34,"5":4499,"51":55,"52":33,"53":107,"56":10,"570":6,"6":184,"63":54,"7":1003,"79":170,"8":33,"80":46,"9":221,"all_client":129196,"all_tv_clinet":24513,"insert_time":"2014-08-18T11:24:31.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104975,"10":131,"107":815,"11":615,"12":172,"13":548,"14":242,"15":572,"155":116,"156":41,"158":105,"159":27,"16":227,"160":31,"161":333,"167":148,"168":3,"17":303,"18":1679,"19":816,"20":169,"209":33,"21":743,"210":143,"211":32,"214":56,"215":408,"221":406,"223":1022,"224":90,"225":597,"23":395,"24":1146,"25":325,"257":124,"26":155,"268":8,"27":46,"273":192,"276":264,"279":55,"28":333,"281":57,"282":384,"291":80,"292":187,"30":26,"302":67,"306":2,"31":76,"314":6,"32":45,"33":202,"34":32,"347":9,"35":37,"352":827,"36":217,"37":29,"38":560,"380":23,"381":219,"383":85,"389":3,"39":90,"391":137,"396":5,"397":22,"40":49,"409":58,"41":74,"414":62,"415":148,"419":96,"42":29,"426":42,"43":51,"430":246,"433":11,"44":23,"45":35,"46":145,"48":68,"49":38,"5":4591,"51":55,"52":34,"53":102,"56":11,"570":6,"6":176,"63":54,"7":936,"79":168,"8":35,"80":47,"9":220,"all_client":129678,"all_tv_clinet":24703,"insert_time":"2014-08-18T11:25:32.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105216,"10":141,"107":790,"11":632,"12":164,"13":552,"14":244,"15":563,"155":117,"156":41,"158":106,"159":24,"16":222,"160":29,"161":345,"167":143,"17":289,"18":1705,"19":775,"20":168,"209":36,"21":748,"210":145,"211":31,"214":56,"215":406,"221":396,"223":1046,"224":95,"225":598,"23":400,"24":1157,"25":331,"257":126,"26":150,"268":11,"27":46,"273":203,"276":261,"279":59,"28":344,"281":59,"282":386,"291":82,"292":198,"30":28,"302":65,"306":2,"31":73,"314":6,"32":49,"33":208,"34":31,"347":9,"35":38,"352":825,"36":218,"37":30,"38":573,"380":22,"381":208,"383":100,"389":3,"39":96,"391":138,"396":4,"397":22,"40":54,"409":62,"41":80,"414":57,"415":144,"419":96,"42":28,"426":46,"43":48,"430":251,"431":1,"433":11,"44":24,"45":40,"46":143,"48":68,"49":37,"5":4767,"51":54,"52":30,"53":112,"56":11,"570":6,"6":175,"63":52,"7":881,"79":171,"8":36,"80":52,"9":212,"all_client":130133,"all_tv_clinet":24917,"insert_time":"2014-08-18T11:26:33.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105502,"10":144,"107":787,"11":663,"12":152,"13":561,"14":241,"15":564,"155":116,"156":38,"158":103,"159":24,"16":211,"160":28,"161":344,"167":138,"17":274,"18":1716,"19":735,"20":168,"209":37,"21":758,"210":145,"211":31,"214":57,"215":420,"221":394,"223":1063,"224":102,"225":604,"23":394,"24":1161,"25":327,"257":132,"26":145,"268":12,"27":46,"273":216,"276":260,"279":54,"28":351,"281":60,"282":386,"291":85,"292":208,"30":28,"302":59,"306":2,"31":76,"314":5,"32":50,"33":219,"34":37,"347":10,"35":40,"352":842,"36":204,"37":29,"38":568,"380":22,"381":207,"383":98,"389":3,"39":99,"391":140,"396":3,"397":22,"40":52,"409":67,"41":81,"414":46,"415":142,"419":95,"42":33,"426":55,"43":46,"430":259,"431":1,"433":11,"44":25,"45":42,"46":147,"48":71,"49":44,"5":4893,"51":56,"52":34,"53":112,"56":12,"570":6,"6":179,"63":51,"7":811,"79":168,"8":36,"80":58,"9":208,"all_client":130561,"all_tv_clinet":25059,"insert_time":"2014-08-18T11:27:34.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105852,"10":150,"107":810,"11":698,"12":143,"13":572,"14":247,"15":564,"155":117,"156":41,"158":104,"159":21,"16":201,"160":28,"161":344,"167":142,"168":1,"17":264,"18":1747,"19":728,"20":169,"209":40,"21":765,"210":137,"211":29,"214":57,"215":420,"221":397,"223":1070,"224":106,"225":593,"23":397,"24":1169,"25":344,"257":124,"26":137,"268":14,"27":48,"273":203,"276":254,"279":58,"28":354,"281":61,"282":388,"291":85,"292":211,"30":28,"302":59,"306":2,"31":80,"314":6,"32":54,"33":218,"34":39,"347":11,"35":35,"352":846,"36":216,"37":28,"38":561,"380":22,"381":203,"383":93,"389":3,"39":101,"391":142,"396":3,"397":25,"40":54,"409":68,"41":85,"414":49,"415":144,"419":91,"42":35,"426":52,"43":47,"430":262,"431":1,"433":9,"44":24,"45":38,"46":144,"48":71,"49":46,"5":4982,"51":54,"52":38,"53":109,"56":9,"570":6,"6":191,"63":50,"7":782,"79":164,"8":38,"80":58,"9":208,"all_client":131088,"all_tv_clinet":25236,"insert_time":"2014-08-18T11:28:36.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106125,"10":158,"107":788,"11":717,"12":129,"13":594,"14":241,"15":577,"155":121,"156":41,"158":108,"159":24,"16":196,"160":29,"161":360,"167":144,"168":2,"17":257,"18":1763,"19":724,"20":166,"209":42,"21":776,"210":126,"211":28,"214":58,"215":420,"221":407,"223":1081,"224":113,"225":603,"23":400,"24":1150,"25":364,"257":122,"26":143,"268":13,"27":52,"273":185,"276":255,"279":59,"28":362,"281":60,"282":391,"291":86,"292":197,"30":28,"302":63,"306":1,"31":86,"314":9,"317":1,"32":62,"33":217,"34":41,"347":11,"35":36,"352":860,"36":210,"37":26,"38":569,"380":22,"381":222,"383":81,"389":2,"39":103,"391":149,"396":3,"397":27,"40":56,"409":70,"41":84,"414":56,"415":142,"419":86,"42":35,"426":48,"43":45,"430":263,"431":1,"433":9,"44":28,"45":37,"46":148,"48":71,"49":44,"5":5116,"51":56,"52":44,"53":105,"56":9,"570":7,"6":202,"63":45,"7":717,"79":149,"8":41,"80":53,"9":215,"all_client":131568,"all_tv_clinet":25443,"insert_time":"2014-08-18T11:29:37.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106380,"10":169,"107":788,"11":732,"12":117,"13":606,"14":224,"15":582,"155":119,"156":38,"158":108,"159":22,"16":192,"160":28,"161":361,"167":147,"168":2,"17":256,"18":1769,"19":733,"20":164,"209":44,"21":769,"210":126,"211":27,"214":62,"215":417,"221":411,"223":1104,"224":122,"225":603,"23":425,"24":1167,"25":389,"257":123,"26":141,"268":13,"27":50,"273":175,"276":256,"279":58,"28":389,"281":58,"282":402,"291":85,"292":175,"30":30,"302":61,"306":1,"31":88,"314":9,"317":1,"32":68,"33":217,"34":42,"347":10,"35":36,"352":873,"36":218,"37":26,"38":583,"380":21,"381":227,"383":73,"389":3,"39":102,"391":149,"396":2,"397":29,"40":58,"409":79,"41":85,"414":59,"415":140,"419":82,"42":41,"426":42,"43":41,"430":260,"431":1,"433":8,"44":26,"45":38,"46":154,"48":73,"49":48,"5":5159,"51":59,"52":41,"53":102,"56":8,"570":7,"6":222,"63":48,"7":680,"79":143,"8":45,"80":52,"9":214,"all_client":132012,"all_tv_clinet":25632,"insert_time":"2014-08-18T11:30:38.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106431,"10":187,"107":794,"11":728,"12":116,"13":612,"14":210,"15":589,"155":121,"156":38,"158":110,"159":24,"16":195,"160":27,"161":351,"167":150,"168":2,"17":269,"18":1735,"19":755,"20":167,"209":45,"21":767,"210":122,"211":27,"214":61,"215":425,"221":412,"223":1125,"224":133,"225":650,"23":436,"24":1199,"25":411,"257":125,"26":148,"268":13,"27":51,"273":171,"276":257,"279":60,"28":428,"281":59,"282":410,"291":88,"292":163,"30":30,"302":60,"306":1,"31":90,"314":9,"317":1,"32":64,"33":219,"34":45,"347":11,"35":38,"352":873,"36":219,"37":26,"38":598,"380":23,"381":227,"383":71,"389":3,"39":106,"391":151,"396":5,"397":25,"40":61,"409":84,"41":90,"414":60,"415":152,"419":77,"42":40,"426":36,"43":38,"430":266,"431":1,"433":8,"44":26,"45":35,"46":169,"48":72,"49":47,"5":5066,"51":60,"52":42,"53":106,"56":7,"570":7,"6":245,"63":47,"7":661,"79":134,"8":57,"80":53,"9":218,"all_client":132257,"all_tv_clinet":25826,"insert_time":"2014-08-18T11:31:39.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106842,"10":207,"107":809,"11":758,"12":110,"13":612,"14":195,"15":583,"155":124,"156":35,"158":111,"159":21,"16":195,"160":27,"161":333,"167":150,"168":2,"17":292,"18":1714,"19":767,"20":186,"209":42,"21":751,"210":123,"211":28,"214":62,"215":427,"221":443,"223":1164,"224":152,"225":691,"23":461,"24":1274,"25":464,"257":122,"26":144,"268":11,"27":52,"273":178,"276":255,"279":62,"28":486,"281":59,"282":414,"291":87,"292":149,"30":32,"302":60,"31":90,"314":7,"317":1,"32":61,"33":215,"34":45,"347":9,"35":37,"352":908,"36":218,"37":30,"38":608,"380":26,"381":221,"383":62,"389":3,"39":103,"391":161,"396":9,"397":26,"40":66,"409":90,"41":88,"414":68,"415":154,"419":78,"42":41,"426":28,"43":41,"430":280,"431":1,"433":6,"434":1,"44":26,"45":36,"46":193,"48":70,"49":52,"5":4850,"51":59,"52":46,"53":101,"56":8,"570":8,"6":294,"63":55,"7":652,"79":112,"8":67,"80":50,"9":231,"all_client":132958,"all_tv_clinet":26116,"insert_time":"2014-08-18T11:32:41.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107187,"10":229,"107":812,"11":767,"12":123,"13":625,"14":191,"15":585,"155":124,"156":35,"158":110,"159":24,"16":194,"160":30,"161":321,"167":152,"168":3,"17":306,"18":1678,"19":782,"20":191,"209":44,"21":717,"210":123,"211":27,"214":62,"215":424,"221":429,"223":1179,"224":171,"225":716,"23":480,"24":1373,"25":500,"257":126,"26":138,"268":9,"27":52,"273":171,"276":254,"279":66,"28":539,"281":62,"282":421,"291":87,"292":141,"30":30,"302":61,"31":87,"314":8,"317":1,"32":58,"33":223,"34":41,"347":11,"35":35,"352":905,"36":223,"37":30,"38":620,"380":26,"381":211,"383":65,"389":3,"39":109,"391":165,"396":9,"397":30,"40":70,"409":88,"41":92,"414":77,"415":158,"419":76,"42":37,"426":18,"43":40,"430":279,"431":1,"433":4,"434":1,"44":26,"45":35,"46":201,"48":66,"49":53,"5":4721,"51":56,"52":48,"53":95,"56":7,"570":8,"6":329,"63":52,"7":656,"79":94,"8":73,"80":50,"9":242,"all_client":133484,"all_tv_clinet":26297,"insert_time":"2014-08-18T11:33:42.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107424,"10":251,"107":805,"11":777,"12":130,"13":648,"14":194,"15":581,"155":125,"156":37,"158":112,"159":27,"16":190,"160":29,"161":318,"167":155,"168":3,"17":316,"18":1669,"19":784,"20":196,"209":45,"21":722,"210":119,"211":26,"214":63,"215":413,"221":421,"223":1149,"224":178,"225":751,"23":485,"24":1410,"25":530,"257":132,"26":130,"268":10,"27":53,"273":174,"276":251,"279":68,"28":588,"281":65,"282":426,"291":92,"292":139,"30":29,"302":62,"31":88,"314":8,"317":1,"32":56,"33":221,"34":41,"347":13,"35":35,"352":914,"36":225,"37":28,"38":626,"380":26,"381":210,"383":66,"389":3,"39":106,"391":165,"396":9,"397":29,"40":71,"409":86,"41":86,"414":79,"415":164,"419":75,"42":37,"426":15,"43":42,"430":289,"431":1,"433":3,"434":1,"44":22,"45":43,"46":228,"48":65,"49":53,"5":4716,"51":60,"52":55,"53":90,"56":7,"570":11,"6":350,"63":53,"7":635,"79":82,"8":81,"80":52,"9":235,"all_client":133959,"all_tv_clinet":26535,"insert_time":"2014-08-18T11:34:43.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107700,"10":279,"107":802,"11":772,"12":144,"13":641,"14":197,"15":579,"155":131,"156":38,"158":105,"159":31,"16":197,"160":21,"161":318,"167":163,"168":3,"17":313,"18":1633,"19":781,"20":199,"209":50,"21":700,"210":117,"211":30,"214":64,"215":409,"221":413,"223":1122,"224":198,"225":805,"23":496,"24":1484,"25":561,"257":138,"26":126,"268":10,"27":50,"273":174,"276":240,"279":73,"28":661,"281":65,"282":428,"291":94,"292":141,"30":31,"302":57,"31":88,"314":8,"317":1,"32":57,"33":228,"34":45,"347":15,"35":38,"352":910,"36":222,"37":28,"38":616,"380":26,"381":207,"383":66,"389":3,"39":105,"391":165,"396":10,"397":33,"40":80,"409":88,"41":88,"414":75,"415":171,"419":71,"42":39,"426":15,"43":40,"430":292,"431":1,"433":4,"434":1,"44":20,"45":50,"46":239,"48":64,"49":58,"5":4623,"51":66,"52":57,"53":94,"56":9,"570":13,"6":367,"63":53,"7":649,"79":77,"8":84,"80":54,"9":242,"all_client":134439,"all_tv_clinet":26739,"insert_time":"2014-08-18T11:35:44.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107925,"10":300,"107":804,"11":782,"12":158,"13":647,"14":200,"15":558,"155":131,"156":39,"158":98,"159":34,"16":199,"160":20,"161":306,"167":159,"168":3,"17":336,"18":1613,"19":780,"20":213,"209":46,"21":700,"210":121,"211":27,"214":64,"215":425,"221":412,"223":1096,"224":236,"225":855,"23":513,"24":1530,"25":616,"257":133,"26":127,"268":10,"27":55,"273":175,"276":241,"279":77,"28":725,"281":64,"282":422,"291":95,"292":134,"30":30,"302":54,"31":89,"314":9,"317":1,"32":53,"33":220,"34":48,"347":13,"35":41,"352":902,"36":216,"37":33,"38":609,"380":29,"381":208,"383":67,"389":3,"39":107,"391":167,"396":11,"397":30,"40":80,"409":88,"41":85,"414":80,"415":177,"419":71,"42":38,"426":13,"43":39,"430":297,"431":1,"433":5,"434":1,"44":17,"45":51,"46":257,"48":71,"49":59,"5":4444,"51":70,"52":60,"53":92,"56":11,"570":15,"6":409,"63":52,"7":658,"79":73,"8":89,"80":54,"9":235,"all_client":134836,"all_tv_clinet":26911,"insert_time":"2014-08-18T11:36:45.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108167,"10":309,"107":800,"11":808,"12":160,"13":657,"14":202,"15":543,"155":133,"156":43,"158":96,"159":36,"16":197,"160":23,"161":296,"167":163,"168":3,"17":358,"18":1566,"19":786,"20":218,"209":50,"21":716,"210":123,"211":21,"214":66,"215":431,"221":423,"223":1075,"224":261,"225":860,"23":549,"24":1573,"25":667,"257":138,"26":132,"268":9,"27":52,"273":175,"276":240,"279":77,"28":773,"281":63,"282":424,"291":92,"292":134,"30":32,"302":52,"306":1,"31":93,"314":9,"317":1,"32":54,"33":212,"34":48,"347":11,"35":44,"352":916,"36":220,"37":35,"38":613,"380":32,"381":207,"383":66,"389":3,"39":113,"391":171,"396":11,"397":32,"40":81,"409":86,"41":93,"414":74,"415":185,"419":73,"42":37,"426":17,"43":35,"430":302,"431":2,"433":5,"434":1,"44":16,"45":47,"46":268,"48":79,"49":67,"5":4210,"51":69,"52":54,"53":96,"56":11,"570":14,"6":439,"63":53,"7":682,"79":72,"8":101,"80":55,"9":242,"all_client":135230,"all_tv_clinet":27063,"insert_time":"2014-08-18T11:37:46.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108375,"10":317,"107":791,"11":859,"12":176,"13":662,"14":207,"15":526,"155":130,"156":44,"158":85,"159":36,"16":196,"160":24,"161":290,"167":167,"168":5,"17":376,"18":1480,"19":797,"20":231,"209":47,"21":744,"210":123,"211":19,"214":65,"215":437,"221":432,"223":1037,"224":290,"225":900,"23":576,"24":1605,"25":735,"257":149,"26":129,"268":9,"27":55,"273":175,"276":235,"279":84,"28":826,"281":61,"282":416,"291":93,"292":142,"30":29,"302":51,"306":3,"31":98,"314":8,"317":1,"32":58,"33":202,"34":43,"347":10,"35":48,"352":916,"36":228,"37":38,"38":633,"380":31,"381":213,"383":62,"389":1,"39":113,"391":173,"396":10,"397":32,"40":86,"409":83,"41":96,"414":76,"415":189,"419":71,"42":43,"426":18,"43":38,"430":306,"431":2,"433":5,"434":1,"44":17,"45":49,"46":283,"48":78,"49":75,"5":3974,"51":67,"52":52,"53":114,"56":12,"570":16,"6":457,"63":56,"7":726,"79":71,"8":113,"80":61,"9":238,"all_client":135632,"all_tv_clinet":27257,"insert_time":"2014-08-18T11:38:47.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108689,"10":330,"107":781,"11":888,"12":194,"13":653,"14":213,"15":504,"155":122,"156":47,"158":88,"159":43,"16":193,"160":24,"161":280,"167":172,"168":5,"17":387,"18":1424,"19":807,"20":235,"209":47,"21":750,"210":119,"211":17,"214":67,"215":443,"221":429,"223":1032,"224":308,"225":942,"23":603,"24":1618,"25":792,"257":157,"26":126,"268":9,"27":53,"273":183,"276":213,"279":88,"28":868,"281":60,"282":413,"291":92,"292":142,"30":30,"302":52,"306":3,"31":100,"314":7,"317":1,"32":64,"33":201,"34":45,"347":11,"35":55,"352":933,"36":232,"37":34,"38":630,"380":33,"381":214,"383":63,"389":1,"39":114,"391":172,"396":11,"397":36,"40":92,"409":80,"41":99,"414":78,"415":210,"419":67,"42":43,"426":19,"43":40,"430":292,"431":2,"433":6,"434":1,"44":17,"45":46,"46":301,"48":77,"49":81,"5":3772,"51":64,"52":51,"53":120,"56":10,"570":15,"6":474,"63":60,"7":761,"79":67,"8":116,"80":62,"9":244,"all_client":136059,"all_tv_clinet":27370,"insert_time":"2014-08-18T11:39:48.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108988,"10":341,"107":773,"11":888,"12":218,"13":655,"14":229,"15":474,"155":108,"156":43,"158":87,"159":47,"16":197,"160":23,"161":276,"167":176,"168":8,"17":398,"18":1360,"19":797,"20":247,"209":50,"21":776,"210":117,"211":16,"214":70,"215":455,"221":429,"223":1010,"224":331,"225":956,"23":613,"24":1665,"25":845,"257":157,"26":123,"268":10,"27":56,"273":185,"276":200,"279":89,"28":917,"281":59,"282":411,"291":95,"292":154,"30":35,"302":49,"306":3,"31":98,"314":8,"317":1,"32":63,"33":195,"34":51,"347":11,"35":60,"352":922,"36":230,"37":39,"38":626,"380":33,"381":226,"383":65,"389":1,"39":113,"391":173,"396":8,"397":38,"40":91,"409":70,"41":108,"414":90,"415":217,"419":63,"42":44,"426":20,"43":40,"430":266,"431":2,"433":7,"434":1,"44":17,"45":48,"46":321,"48":84,"49":85,"5":3605,"51":70,"52":49,"53":121,"56":12,"570":14,"6":472,"63":59,"7":810,"79":68,"8":119,"80":64,"9":246,"all_client":136453,"all_tv_clinet":27465,"insert_time":"2014-08-18T11:40:50.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109221,"10":340,"107":782,"11":885,"12":243,"13":651,"14":234,"15":437,"155":104,"156":41,"158":88,"159":49,"16":197,"160":24,"161":265,"167":180,"168":7,"17":411,"18":1329,"19":767,"20":242,"209":53,"21":789,"210":119,"211":16,"214":69,"215":471,"221":414,"223":1011,"224":346,"225":949,"23":622,"24":1734,"25":871,"257":164,"26":128,"268":10,"27":59,"273":189,"276":187,"279":93,"28":962,"281":61,"282":413,"291":103,"292":158,"30":35,"302":44,"306":2,"31":99,"314":9,"317":1,"32":62,"33":191,"34":56,"347":13,"35":67,"352":924,"36":226,"37":43,"38":623,"380":35,"381":219,"383":64,"389":1,"39":117,"391":174,"396":8,"397":39,"40":92,"409":63,"41":115,"414":95,"415":232,"419":61,"42":45,"426":21,"43":43,"430":243,"431":2,"433":5,"434":1,"44":17,"45":54,"46":326,"48":86,"49":91,"5":3501,"51":75,"52":51,"53":111,"56":11,"570":12,"6":453,"63":60,"7":827,"79":65,"8":125,"80":65,"9":248,"all_client":136736,"all_tv_clinet":27515,"insert_time":"2014-08-18T11:41:51.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109455,"10":352,"107":764,"11":882,"12":270,"13":660,"14":245,"15":395,"155":99,"156":36,"158":87,"159":51,"16":194,"160":25,"161":275,"167":180,"168":9,"17":416,"18":1321,"19":724,"20":246,"209":52,"21":809,"210":120,"211":19,"214":69,"215":479,"221":424,"223":1017,"224":362,"225":965,"23":637,"24":1798,"25":912,"257":161,"26":131,"268":11,"27":64,"273":194,"276":174,"279":92,"28":1010,"281":61,"282":418,"291":103,"292":167,"30":38,"302":47,"306":5,"31":98,"314":8,"317":1,"32":56,"33":184,"34":52,"347":12,"35":68,"352":910,"36":204,"37":43,"38":617,"380":34,"381":217,"383":66,"389":1,"39":121,"391":169,"396":8,"397":41,"40":98,"409":57,"41":113,"414":92,"415":229,"419":53,"42":42,"426":26,"43":49,"430":216,"431":2,"433":5,"434":1,"44":18,"45":59,"46":342,"48":78,"49":96,"5":3412,"51":79,"52":56,"53":113,"56":13,"570":14,"6":422,"63":64,"7":845,"79":60,"8":135,"80":62,"9":246,"all_client":137032,"all_tv_clinet":27577,"insert_time":"2014-08-18T11:42:52.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109835,"10":358,"107":762,"11":895,"12":287,"13":644,"14":239,"15":357,"155":95,"156":33,"158":89,"159":49,"16":196,"160":21,"161":280,"167":180,"168":9,"17":421,"18":1309,"19":704,"20":246,"209":46,"21":811,"210":126,"211":22,"214":65,"215":480,"221":440,"223":1069,"224":380,"225":973,"23":652,"24":1828,"25":936,"257":153,"26":131,"268":14,"27":63,"273":190,"276":169,"279":92,"28":1055,"281":61,"282":420,"291":103,"292":168,"30":38,"302":48,"306":4,"31":96,"314":7,"317":1,"32":62,"33":188,"34":53,"347":16,"35":73,"352":893,"36":195,"37":42,"38":622,"380":33,"381":212,"383":66,"389":1,"39":125,"391":163,"396":8,"397":45,"40":101,"409":57,"41":120,"414":87,"415":229,"419":47,"42":44,"426":32,"43":52,"430":202,"431":1,"433":3,"434":1,"44":18,"45":63,"46":357,"48":84,"49":98,"5":3382,"51":82,"52":58,"53":112,"56":13,"570":13,"6":422,"63":66,"7":850,"79":58,"8":147,"80":61,"9":245,"all_client":137552,"all_tv_clinet":27717,"insert_time":"2014-08-18T11:43:53.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110032,"10":362,"107":763,"11":907,"12":295,"13":609,"14":223,"15":336,"155":88,"156":34,"158":91,"159":47,"16":186,"160":20,"161":302,"167":176,"168":8,"17":424,"18":1314,"19":679,"20":252,"209":47,"21":821,"210":124,"211":25,"214":59,"215":474,"221":440,"223":1072,"224":392,"225":989,"23":671,"24":1829,"25":975,"257":156,"26":132,"268":14,"27":63,"273":178,"276":169,"279":95,"28":1103,"281":60,"282":423,"291":95,"292":157,"30":37,"302":52,"306":4,"31":95,"314":7,"317":1,"32":63,"33":184,"34":51,"347":17,"35":68,"352":900,"36":193,"37":42,"38":631,"380":34,"381":208,"383":67,"389":1,"39":126,"391":163,"396":8,"397":47,"40":104,"409":55,"41":123,"414":88,"415":237,"419":41,"42":45,"426":40,"43":56,"430":193,"431":1,"433":3,"434":1,"44":18,"45":62,"46":362,"48":83,"49":99,"5":3300,"51":83,"52":61,"53":117,"56":15,"570":13,"6":427,"63":71,"7":846,"79":53,"8":151,"80":61,"9":245,"all_client":137764,"all_tv_clinet":27732,"insert_time":"2014-08-18T11:44:54.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110382,"10":364,"107":774,"11":920,"12":310,"13":596,"14":196,"15":318,"155":86,"156":33,"158":87,"159":48,"16":179,"160":18,"161":312,"167":173,"168":5,"17":438,"18":1278,"19":674,"20":250,"209":52,"21":838,"210":126,"211":28,"214":54,"215":473,"221":461,"223":1057,"224":403,"225":986,"23":682,"24":1818,"25":1002,"257":162,"26":133,"268":12,"27":65,"273":170,"276":163,"279":102,"28":1133,"281":62,"282":428,"291":92,"292":142,"30":39,"302":50,"306":4,"31":96,"314":8,"317":1,"32":64,"33":188,"34":58,"347":18,"35":78,"352":900,"36":199,"37":43,"38":646,"380":33,"381":204,"383":66,"389":1,"39":124,"391":155,"396":8,"397":51,"40":107,"409":60,"41":124,"414":93,"415":236,"419":40,"42":45,"426":38,"43":55,"430":194,"431":1,"433":2,"434":1,"44":20,"45":64,"46":355,"48":81,"49":106,"5":3233,"51":84,"52":63,"53":110,"56":15,"570":12,"6":439,"63":71,"7":854,"79":51,"8":157,"80":63,"9":245,"all_client":138138,"all_tv_clinet":27756,"insert_time":"2014-08-18T11:45:55.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110766,"10":368,"107":786,"11":927,"12":318,"13":571,"14":184,"15":303,"155":89,"156":34,"158":81,"159":56,"16":173,"160":18,"161":312,"167":167,"168":6,"17":445,"18":1265,"19":689,"20":242,"209":53,"21":846,"210":127,"211":37,"214":50,"215":471,"221":460,"223":1002,"224":408,"225":1008,"23":689,"24":1818,"25":1026,"257":162,"26":130,"268":11,"27":67,"273":175,"276":165,"279":104,"28":1163,"281":61,"282":429,"291":89,"292":125,"30":43,"302":48,"306":5,"31":90,"314":7,"317":1,"32":60,"33":189,"34":64,"347":18,"35":81,"352":914,"36":195,"37":46,"38":652,"380":34,"381":192,"383":65,"389":2,"39":125,"391":154,"396":7,"397":55,"40":113,"409":70,"41":124,"414":95,"415":233,"419":39,"42":43,"426":36,"43":57,"430":184,"433":2,"434":1,"44":21,"45":72,"46":353,"48":82,"49":107,"5":3165,"51":85,"52":64,"53":104,"56":16,"570":12,"6":463,"63":73,"7":869,"79":49,"8":162,"80":63,"9":247,"all_client":138527,"all_tv_clinet":27761,"insert_time":"2014-08-18T11:46:56.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111092,"10":378,"107":772,"11":934,"12":322,"13":561,"14":176,"15":295,"155":85,"156":28,"158":78,"159":64,"16":171,"160":17,"161":307,"167":153,"168":6,"17":442,"18":1258,"19":707,"20":254,"209":54,"21":861,"210":129,"211":37,"214":49,"215":467,"221":462,"223":983,"224":418,"225":1038,"23":693,"24":1806,"25":1051,"257":164,"26":130,"268":10,"27":66,"273":172,"276":170,"279":113,"28":1207,"281":62,"282":431,"291":85,"292":118,"30":43,"302":47,"306":5,"31":93,"314":7,"32":62,"33":184,"34":65,"347":18,"35":85,"352":917,"36":189,"37":45,"38":660,"380":36,"381":186,"383":64,"389":2,"39":130,"391":145,"396":7,"397":60,"40":117,"409":70,"41":125,"414":94,"415":238,"419":41,"42":42,"426":38,"43":56,"430":181,"433":2,"434":1,"44":23,"45":77,"46":368,"48":84,"49":111,"5":3116,"51":81,"52":64,"53":107,"56":14,"570":12,"6":476,"63":77,"7":891,"79":52,"8":171,"80":62,"9":247,"all_client":138964,"all_tv_clinet":27872,"insert_time":"2014-08-18T11:47:57.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111428,"10":382,"107":778,"11":940,"12":314,"13":550,"14":178,"15":283,"155":86,"156":27,"158":79,"159":63,"16":170,"160":15,"161":307,"167":148,"168":8,"17":446,"18":1252,"19":718,"20":255,"209":56,"21":863,"210":126,"211":38,"214":49,"215":465,"221":456,"223":972,"224":428,"225":1056,"23":709,"24":1807,"25":1068,"257":161,"26":127,"268":10,"27":69,"273":173,"276":166,"279":116,"28":1223,"281":65,"282":438,"291":84,"292":110,"30":44,"302":46,"306":3,"31":96,"314":5,"32":53,"33":181,"34":69,"347":20,"35":84,"352":933,"36":197,"37":51,"38":678,"380":36,"381":184,"383":64,"389":1,"39":130,"391":142,"396":8,"397":60,"40":117,"409":70,"41":127,"414":91,"415":233,"419":41,"42":44,"426":43,"43":60,"430":181,"433":2,"434":1,"44":21,"45":76,"46":370,"48":86,"49":118,"5":3060,"51":77,"52":66,"53":110,"56":11,"570":11,"6":500,"63":81,"7":893,"79":55,"8":170,"80":63,"9":255,"all_client":139380,"all_tv_clinet":27952,"insert_time":"2014-08-18T11:48:58.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111757,"10":389,"107":763,"11":937,"12":313,"13":547,"14":175,"15":288,"155":86,"156":28,"158":71,"159":62,"16":173,"160":17,"161":308,"167":150,"168":9,"17":448,"18":1225,"19":738,"20":258,"209":57,"21":853,"210":124,"211":43,"214":48,"215":474,"221":457,"223":973,"224":436,"225":1064,"23":725,"24":1790,"25":1099,"257":167,"26":124,"268":9,"27":71,"273":179,"276":162,"279":116,"28":1252,"281":67,"282":439,"291":83,"292":102,"30":43,"302":47,"306":4,"31":92,"314":5,"32":53,"33":179,"34":73,"347":19,"35":85,"352":928,"36":195,"37":51,"38":674,"380":36,"381":182,"383":64,"39":129,"391":137,"396":6,"397":61,"40":117,"409":73,"41":126,"414":90,"415":235,"419":44,"42":50,"426":44,"43":61,"430":180,"433":3,"434":1,"44":23,"45":73,"46":379,"48":90,"49":124,"5":2978,"51":83,"52":65,"53":108,"56":10,"570":10,"6":521,"63":84,"7":908,"79":52,"8":169,"80":64,"9":252,"all_client":139736,"all_tv_clinet":27979,"insert_time":"2014-08-18T11:49:59.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111932,"10":395,"107":767,"11":940,"12":313,"13":532,"14":177,"15":279,"155":87,"156":33,"158":69,"159":55,"16":175,"160":20,"161":311,"167":148,"168":9,"17":456,"18":1202,"19":751,"20":249,"209":56,"21":865,"210":121,"211":41,"214":47,"215":483,"221":448,"223":974,"224":449,"225":1063,"23":745,"24":1805,"25":1122,"257":168,"26":125,"268":9,"27":76,"273":183,"276":166,"279":115,"28":1261,"281":68,"282":442,"291":80,"292":96,"30":42,"302":46,"306":4,"31":87,"314":6,"32":58,"33":177,"34":77,"347":19,"35":87,"352":936,"36":188,"37":55,"38":668,"380":36,"381":176,"383":58,"39":134,"391":131,"396":6,"397":61,"40":124,"409":80,"41":124,"414":89,"415":238,"419":44,"42":44,"426":35,"43":67,"430":186,"433":6,"434":1,"44":24,"45":72,"46":386,"48":94,"49":123,"5":2909,"51":82,"52":65,"53":105,"56":12,"570":11,"6":546,"63":87,"7":916,"79":53,"8":170,"80":64,"9":252,"all_client":139969,"all_tv_clinet":28037,"insert_time":"2014-08-18T11:51:01.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112257,"10":393,"107":776,"11":931,"12":303,"13":521,"14":183,"15":278,"155":87,"156":35,"158":71,"159":53,"16":174,"160":21,"161":310,"167":145,"168":10,"17":471,"18":1175,"19":736,"20":258,"209":55,"21":875,"210":120,"211":40,"214":47,"215":483,"221":438,"223":988,"224":459,"225":1076,"23":768,"24":1787,"25":1127,"257":165,"26":123,"268":10,"27":75,"273":186,"276":167,"279":118,"28":1269,"281":65,"282":433,"291":79,"292":97,"30":42,"302":46,"306":4,"31":87,"314":6,"32":74,"33":180,"34":78,"347":17,"35":93,"352":922,"36":185,"37":55,"38":670,"380":43,"381":175,"383":58,"39":133,"391":123,"396":7,"397":65,"40":129,"409":85,"41":127,"414":81,"415":239,"419":45,"42":45,"426":36,"43":70,"430":191,"433":6,"434":1,"44":23,"45":77,"46":399,"48":94,"49":128,"5":2845,"51":86,"52":69,"53":105,"56":13,"570":11,"6":569,"63":90,"7":932,"79":54,"8":171,"80":66,"9":245,"all_client":140333,"all_tv_clinet":28076,"insert_time":"2014-08-18T11:52:02.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112487,"10":389,"107":767,"11":933,"12":304,"13":510,"14":176,"15":268,"155":91,"156":37,"158":70,"159":57,"16":172,"160":27,"161":316,"167":145,"168":10,"17":474,"18":1148,"19":734,"20":270,"209":58,"21":885,"210":120,"211":37,"214":48,"215":467,"221":436,"223":1023,"224":462,"225":1079,"23":779,"24":1815,"25":1133,"257":168,"26":123,"268":10,"27":79,"273":184,"276":164,"279":119,"28":1296,"281":61,"282":430,"291":77,"292":97,"30":43,"302":42,"306":3,"31":85,"314":6,"32":76,"33":183,"34":77,"347":16,"35":97,"352":951,"36":184,"37":56,"38":673,"380":42,"381":174,"383":58,"39":134,"391":118,"396":10,"397":67,"40":124,"409":84,"41":128,"414":70,"415":238,"419":44,"42":47,"426":41,"43":73,"430":192,"433":6,"434":1,"44":26,"45":84,"46":398,"48":88,"49":131,"5":2764,"51":87,"52":68,"53":104,"56":14,"570":11,"6":586,"63":94,"7":925,"79":50,"8":175,"80":66,"9":242,"all_client":140591,"all_tv_clinet":28104,"insert_time":"2014-08-18T11:53:03.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112825,"10":396,"107":769,"11":935,"12":301,"13":495,"14":173,"15":254,"155":96,"156":38,"158":69,"159":54,"16":178,"160":26,"161":301,"167":141,"168":9,"17":476,"18":1129,"19":744,"20":271,"209":56,"21":879,"210":123,"211":42,"214":48,"215":461,"221":423,"223":1048,"224":467,"225":1103,"23":793,"24":1832,"25":1155,"257":172,"26":121,"268":10,"27":81,"273":184,"276":164,"279":113,"28":1318,"281":58,"282":425,"291":73,"292":97,"30":43,"302":43,"306":4,"31":85,"314":7,"32":73,"33":174,"34":77,"347":16,"35":96,"352":946,"36":195,"37":58,"38":667,"380":44,"381":172,"383":59,"39":141,"391":114,"396":13,"397":72,"40":123,"409":76,"41":128,"414":66,"415":239,"419":45,"42":48,"426":50,"43":74,"430":195,"433":6,"434":2,"44":24,"45":86,"46":405,"48":90,"49":135,"5":2732,"51":90,"52":70,"53":103,"56":16,"570":12,"6":609,"63":94,"7":940,"79":47,"8":177,"80":64,"9":244,"all_client":141015,"all_tv_clinet":28190,"insert_time":"2014-08-18T11:54:05.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113201,"10":395,"107":760,"11":936,"12":301,"13":483,"14":164,"15":257,"155":103,"156":40,"158":68,"159":55,"16":182,"160":26,"161":280,"167":145,"168":9,"17":487,"18":1105,"19":749,"20":268,"209":54,"21":880,"210":124,"211":42,"214":48,"215":460,"221":407,"223":1091,"224":479,"225":1101,"23":806,"24":1879,"25":1164,"257":173,"26":121,"268":10,"27":80,"273":188,"276":162,"279":116,"28":1333,"281":56,"282":413,"291":73,"292":94,"30":42,"302":44,"306":4,"31":80,"314":6,"32":72,"33":173,"34":78,"347":15,"35":98,"352":970,"36":198,"37":59,"38":663,"380":42,"381":173,"383":59,"39":141,"391":110,"396":14,"397":73,"40":124,"409":67,"41":131,"414":70,"415":241,"419":45,"42":49,"426":50,"43":73,"430":201,"433":6,"434":2,"44":25,"45":93,"46":426,"48":87,"49":141,"5":2665,"51":89,"52":67,"53":108,"56":16,"570":12,"6":612,"63":96,"7":961,"79":50,"8":177,"80":63,"9":248,"all_client":141477,"all_tv_clinet":28276,"insert_time":"2014-08-18T11:55:06.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113522,"10":398,"107":785,"11":937,"12":291,"13":471,"14":163,"15":268,"155":109,"156":39,"158":69,"159":53,"16":181,"160":25,"161":272,"167":142,"168":10,"17":500,"18":1062,"19":741,"20":263,"209":53,"21":891,"210":124,"211":42,"214":48,"215":462,"221":397,"223":1143,"224":490,"225":1116,"23":805,"24":1912,"25":1182,"257":171,"26":120,"268":11,"27":82,"273":192,"276":158,"279":115,"28":1355,"281":56,"282":413,"291":77,"292":98,"30":40,"302":38,"306":3,"31":81,"314":5,"32":63,"33":171,"34":84,"347":16,"35":105,"352":971,"36":195,"37":58,"38":665,"380":41,"381":169,"383":58,"389":1,"39":144,"391":104,"396":11,"397":76,"40":128,"409":65,"41":128,"414":74,"415":255,"419":42,"42":49,"426":47,"43":75,"430":204,"433":5,"434":1,"44":26,"45":96,"46":459,"48":87,"49":150,"5":2582,"51":94,"52":72,"53":113,"56":20,"570":13,"6":563,"63":96,"7":987,"79":56,"8":174,"80":60,"9":262,"all_client":141896,"all_tv_clinet":28374,"insert_time":"2014-08-18T11:56:07.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113877,"10":395,"107":791,"11":929,"12":266,"13":468,"14":149,"15":283,"155":115,"156":42,"158":67,"159":53,"16":187,"160":25,"161":266,"167":136,"168":10,"17":521,"18":1027,"19":711,"20":261,"209":52,"21":907,"210":124,"211":44,"214":49,"215":457,"221":403,"223":1220,"224":498,"225":1106,"23":814,"24":1937,"25":1206,"257":177,"26":118,"268":11,"27":82,"273":189,"276":157,"279":118,"28":1369,"281":53,"282":417,"291":79,"292":98,"30":41,"302":35,"306":2,"31":83,"314":5,"32":62,"33":162,"34":88,"347":17,"35":105,"352":988,"36":209,"37":60,"38":679,"380":43,"381":165,"383":58,"389":1,"39":149,"391":103,"396":9,"397":73,"40":129,"409":66,"41":133,"414":74,"415":245,"419":44,"42":51,"426":47,"43":75,"430":205,"433":5,"434":1,"44":29,"45":98,"46":458,"48":94,"49":152,"5":2513,"51":91,"52":71,"53":119,"56":20,"570":12,"6":511,"63":95,"7":1021,"79":59,"8":175,"80":52,"9":263,"all_client":142309,"all_tv_clinet":28432,"insert_time":"2014-08-18T11:57:08.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114193,"10":393,"107":792,"11":910,"12":243,"13":475,"14":149,"15":297,"155":119,"156":40,"158":62,"159":51,"16":189,"160":27,"161":274,"167":133,"168":11,"17":527,"18":1006,"19":682,"20":265,"209":54,"21":912,"210":126,"211":44,"214":49,"215":447,"221":397,"223":1296,"224":505,"225":1119,"23":826,"24":1963,"25":1227,"257":174,"26":118,"268":9,"27":82,"273":192,"276":158,"279":120,"28":1385,"281":50,"282":421,"291":80,"292":106,"30":44,"302":37,"306":2,"31":84,"314":7,"32":62,"33":167,"34":91,"347":15,"35":108,"352":989,"36":220,"37":60,"38":678,"380":44,"381":166,"383":56,"389":1,"39":147,"391":101,"396":10,"397":72,"40":131,"409":69,"41":135,"414":82,"415":241,"419":39,"42":57,"426":41,"43":75,"430":214,"433":6,"434":1,"44":28,"45":97,"46":428,"48":96,"49":150,"5":2464,"51":93,"52":71,"53":118,"56":21,"570":12,"6":472,"63":97,"7":1055,"79":60,"8":186,"80":47,"9":264,"all_client":142709,"all_tv_clinet":28516,"insert_time":"2014-08-18T11:58:09.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114580,"10":399,"107":778,"11":906,"12":223,"13":494,"14":146,"15":323,"155":119,"156":39,"158":58,"159":51,"16":184,"160":28,"161":284,"167":132,"168":12,"17":550,"18":993,"19":648,"20":270,"209":53,"21":922,"210":127,"211":44,"214":55,"215":437,"221":405,"223":1334,"224":505,"225":1110,"23":841,"24":1957,"25":1253,"257":174,"26":114,"268":8,"27":85,"273":175,"276":155,"279":121,"28":1407,"281":52,"282":423,"291":81,"292":106,"30":45,"302":37,"306":1,"31":87,"314":8,"32":57,"33":170,"34":92,"347":15,"35":109,"352":985,"36":213,"37":61,"38":681,"380":44,"381":163,"383":58,"389":2,"39":152,"391":98,"396":9,"397":72,"40":136,"409":80,"41":136,"414":90,"415":240,"419":36,"42":59,"426":41,"43":71,"430":224,"433":7,"434":1,"44":25,"45":96,"46":423,"48":102,"49":149,"5":2424,"51":92,"52":69,"53":126,"56":22,"570":11,"6":452,"63":96,"7":1076,"79":59,"8":191,"80":38,"9":257,"all_client":143149,"all_tv_clinet":28569,"insert_time":"2014-08-18T11:59:11.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114872,"10":398,"107":787,"11":908,"12":211,"13":493,"14":139,"15":330,"155":122,"156":36,"158":54,"159":52,"16":185,"160":30,"161":290,"167":135,"168":12,"17":574,"18":972,"19":628,"20":277,"209":58,"21":932,"210":118,"211":42,"214":56,"215":425,"221":424,"223":1357,"224":513,"225":1116,"23":857,"24":1966,"25":1261,"257":172,"26":116,"268":8,"27":87,"273":159,"276":155,"279":123,"28":1433,"281":51,"282":425,"291":85,"292":100,"30":42,"302":33,"306":1,"31":96,"314":7,"32":61,"33":173,"34":95,"347":15,"35":115,"352":992,"36":217,"37":62,"38":664,"380":43,"381":156,"383":61,"389":2,"39":150,"391":94,"396":8,"397":75,"40":138,"409":85,"41":138,"414":91,"415":244,"419":35,"42":62,"426":41,"43":71,"430":232,"433":7,"434":1,"44":30,"45":101,"46":426,"48":104,"49":149,"5":2398,"51":91,"52":67,"53":128,"56":22,"570":8,"6":406,"63":96,"7":1096,"79":59,"8":193,"80":35,"9":243,"all_client":143503,"all_tv_clinet":28631,"insert_time":"2014-08-18T12:00:12.223Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115074,"10":398,"107":795,"11":914,"12":201,"13":501,"14":136,"15":318,"155":124,"156":35,"158":49,"159":54,"16":186,"160":33,"161":286,"167":128,"168":12,"17":603,"18":967,"19":622,"20":284,"209":58,"21":943,"210":115,"211":39,"214":57,"215":422,"221":421,"223":1334,"224":525,"225":1116,"23":865,"24":2005,"25":1275,"257":174,"26":115,"268":10,"27":89,"273":149,"276":162,"279":126,"28":1445,"281":54,"282":422,"291":88,"292":95,"30":41,"302":31,"31":107,"314":9,"32":58,"33":168,"34":100,"347":16,"35":115,"352":995,"36":215,"37":62,"38":657,"380":45,"381":154,"383":64,"389":2,"39":147,"391":92,"396":9,"397":77,"40":147,"409":87,"41":142,"414":89,"415":242,"419":38,"42":57,"426":43,"43":73,"430":231,"433":8,"434":1,"44":31,"45":107,"46":427,"48":108,"49":147,"5":2412,"51":89,"52":64,"53":128,"56":24,"570":8,"6":375,"63":96,"7":1102,"79":60,"8":194,"80":35,"9":237,"all_client":143790,"all_tv_clinet":28716,"insert_time":"2014-08-18T12:01:13.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115290,"10":406,"107":796,"11":909,"12":196,"13":511,"14":145,"15":315,"155":126,"156":35,"158":39,"159":56,"16":187,"160":32,"161":272,"167":130,"168":15,"17":623,"18":941,"19":623,"20":291,"209":63,"21":944,"210":107,"211":42,"214":56,"215":418,"221":434,"223":1297,"224":534,"225":1113,"23":869,"24":2029,"25":1288,"257":175,"26":114,"268":10,"27":89,"273":144,"276":163,"279":127,"28":1469,"281":52,"282":423,"291":91,"292":88,"30":44,"302":30,"306":1,"31":106,"314":10,"32":74,"33":165,"34":99,"347":16,"35":118,"352":991,"36":223,"37":64,"38":673,"380":44,"381":153,"383":64,"389":1,"39":146,"391":92,"396":9,"397":79,"40":145,"409":86,"41":147,"414":96,"415":240,"419":39,"42":57,"426":39,"43":78,"430":234,"433":7,"434":1,"44":34,"45":108,"46":433,"48":106,"49":152,"5":2421,"51":88,"52":68,"53":124,"56":23,"570":5,"6":384,"63":95,"7":1118,"79":64,"8":194,"80":31,"9":225,"all_client":144121,"all_tv_clinet":28831,"insert_time":"2014-08-18T12:02:14.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115528,"10":410,"107":799,"11":906,"12":185,"13":517,"14":150,"15":323,"155":128,"156":31,"158":34,"159":53,"16":184,"160":34,"161":266,"167":137,"168":14,"17":636,"18":936,"19":634,"20":293,"209":69,"21":954,"210":103,"211":42,"214":57,"215":414,"221":438,"223":1252,"224":542,"225":1150,"23":877,"24":2048,"25":1308,"257":175,"26":116,"268":10,"27":87,"273":134,"276":162,"279":130,"28":1490,"281":51,"282":427,"291":91,"292":82,"30":44,"302":32,"306":1,"31":103,"314":9,"32":70,"33":166,"34":105,"347":14,"35":117,"352":981,"36":218,"37":69,"38":683,"380":44,"381":153,"383":61,"389":1,"39":144,"391":91,"396":8,"397":79,"40":151,"409":86,"41":153,"414":94,"415":239,"419":41,"42":55,"426":39,"43":89,"430":236,"433":7,"434":1,"44":29,"45":110,"46":434,"48":109,"49":160,"5":2415,"51":90,"52":74,"53":119,"56":23,"570":5,"6":404,"63":95,"7":1141,"79":66,"8":195,"80":29,"9":224,"all_client":144513,"all_tv_clinet":28985,"insert_time":"2014-08-18T12:03:15.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115788,"10":415,"107":783,"11":886,"12":175,"13":531,"14":154,"15":332,"155":125,"156":29,"158":30,"159":51,"16":184,"160":36,"161":269,"167":134,"168":16,"17":624,"18":958,"19":652,"20":281,"209":68,"21":952,"210":100,"211":41,"214":57,"215":422,"221":432,"223":1197,"224":543,"225":1164,"23":880,"24":2040,"25":1312,"257":175,"26":118,"268":11,"27":89,"273":133,"276":158,"279":129,"28":1505,"281":49,"282":410,"291":94,"292":83,"30":43,"302":34,"306":1,"31":105,"314":8,"32":68,"33":171,"34":109,"347":10,"35":117,"352":989,"36":225,"37":69,"38":699,"380":46,"381":151,"383":69,"389":1,"39":149,"391":89,"396":7,"397":85,"40":151,"409":81,"41":152,"414":95,"415":239,"419":43,"42":57,"426":41,"43":98,"430":233,"433":7,"434":1,"44":29,"45":109,"46":438,"48":117,"49":166,"5":2444,"51":85,"52":76,"53":117,"56":21,"570":5,"6":432,"63":95,"7":1154,"79":62,"8":195,"80":29,"9":246,"all_client":144878,"all_tv_clinet":29090,"insert_time":"2014-08-18T12:04:16.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116021,"10":418,"107":795,"11":812,"12":189,"13":521,"14":168,"15":338,"155":127,"156":27,"158":30,"159":52,"16":180,"160":36,"161":276,"167":140,"168":15,"17":562,"18":1001,"19":677,"20":293,"209":66,"21":967,"210":100,"211":41,"214":57,"215":430,"221":443,"223":1143,"224":535,"225":1174,"23":877,"24":2038,"25":1329,"257":171,"26":118,"268":12,"27":89,"273":135,"276":157,"279":135,"28":1527,"281":51,"282":399,"291":93,"292":86,"30":43,"302":33,"306":1,"31":109,"314":7,"32":62,"33":176,"34":104,"347":12,"35":115,"352":996,"36":226,"37":71,"38":687,"380":45,"381":147,"383":71,"389":1,"39":150,"391":85,"396":10,"397":86,"40":154,"409":70,"41":152,"414":87,"415":240,"419":48,"42":54,"426":45,"43":100,"430":230,"433":7,"434":1,"44":28,"45":109,"46":452,"48":119,"49":166,"5":2520,"51":85,"52":78,"53":120,"56":19,"570":6,"6":457,"63":94,"7":1141,"79":60,"8":203,"80":30,"9":259,"all_client":145222,"all_tv_clinet":29201,"insert_time":"2014-08-18T12:05:17.729Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116345,"10":422,"107":810,"11":741,"12":196,"13":526,"14":178,"15":353,"155":129,"156":28,"158":35,"159":52,"16":182,"160":34,"161":281,"167":137,"168":16,"17":499,"18":1027,"19":684,"20":292,"209":71,"21":980,"210":93,"211":40,"214":59,"215":440,"221":439,"223":1120,"224":499,"225":1175,"23":877,"24":2032,"25":1356,"257":167,"26":119,"268":14,"27":90,"273":137,"276":155,"279":134,"28":1550,"281":51,"282":380,"291":97,"292":94,"30":44,"302":35,"306":1,"31":111,"314":8,"32":64,"33":178,"34":103,"347":12,"35":110,"352":1005,"36":220,"37":72,"38":686,"380":45,"381":147,"383":73,"389":1,"39":151,"391":80,"396":11,"397":87,"40":161,"409":68,"41":153,"414":88,"415":246,"419":53,"42":54,"426":47,"43":102,"430":230,"433":7,"434":1,"44":26,"45":109,"46":462,"48":118,"49":170,"5":2580,"51":83,"52":82,"53":110,"56":20,"570":5,"6":488,"63":94,"7":1138,"79":58,"8":211,"80":29,"9":267,"all_client":145640,"all_tv_clinet":29295,"insert_time":"2014-08-18T12:06:18.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116517,"10":421,"107":819,"11":641,"12":205,"13":533,"14":197,"15":369,"155":131,"156":29,"158":37,"159":50,"16":177,"160":27,"161":299,"167":140,"168":15,"17":427,"18":1033,"19":699,"20":305,"209":74,"21":1004,"210":90,"211":39,"214":63,"215":439,"221":440,"223":1120,"224":467,"225":1135,"23":885,"24":2053,"25":1387,"257":176,"26":118,"268":12,"27":93,"273":140,"276":157,"279":131,"28":1581,"281":54,"282":373,"291":94,"292":99,"30":46,"302":33,"306":2,"31":114,"314":9,"32":56,"33":181,"34":94,"347":15,"35":114,"352":1011,"36":234,"37":78,"38":679,"380":45,"381":145,"383":70,"389":1,"39":151,"391":79,"396":9,"397":89,"40":165,"409":62,"41":153,"414":87,"415":246,"419":57,"42":53,"426":45,"43":97,"430":237,"433":7,"434":1,"44":25,"45":110,"46":481,"48":114,"49":174,"5":2627,"51":85,"52":82,"53":117,"56":21,"570":5,"6":501,"63":93,"7":1152,"79":54,"8":204,"80":33,"9":272,"all_client":145910,"all_tv_clinet":29393,"insert_time":"2014-08-18T12:07:19.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116734,"10":420,"107":837,"11":605,"12":206,"13":530,"14":207,"15":356,"155":132,"156":26,"158":37,"159":52,"16":171,"160":24,"161":308,"167":144,"168":15,"17":397,"18":1041,"19":701,"20":302,"209":75,"21":988,"210":87,"211":37,"214":63,"215":448,"221":439,"223":1109,"224":440,"225":1113,"23":873,"24":2067,"25":1408,"257":172,"26":120,"268":10,"27":95,"273":149,"276":160,"279":134,"28":1597,"281":54,"282":365,"291":95,"292":101,"30":42,"302":31,"306":2,"31":112,"314":8,"32":53,"33":183,"34":92,"347":14,"35":113,"352":1006,"36":238,"37":83,"38":682,"380":42,"381":151,"383":72,"389":1,"39":158,"391":79,"396":7,"397":90,"40":166,"409":62,"41":160,"414":84,"415":251,"419":55,"42":58,"426":55,"43":101,"430":241,"433":7,"434":1,"44":24,"45":112,"46":490,"48":107,"49":179,"5":2702,"51":86,"52":91,"53":113,"56":19,"570":5,"6":513,"63":95,"7":1164,"79":51,"8":191,"80":35,"9":292,"all_client":146213,"all_tv_clinet":29479,"insert_time":"2014-08-18T12:08:20.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117115,"10":426,"107":811,"11":567,"12":214,"13":543,"14":214,"15":339,"155":131,"156":27,"158":37,"159":46,"16":164,"160":24,"161":306,"167":151,"168":15,"17":370,"18":1082,"19":706,"20":296,"209":73,"21":998,"210":88,"211":35,"214":64,"215":457,"221":436,"223":1106,"224":427,"225":1090,"23":814,"24":2048,"25":1450,"257":161,"26":122,"268":10,"27":96,"273":160,"276":164,"279":138,"28":1554,"281":57,"282":353,"291":95,"292":103,"30":43,"302":31,"306":2,"31":118,"314":8,"32":49,"33":184,"34":99,"347":11,"35":126,"352":1026,"36":237,"37":88,"38":702,"380":39,"381":158,"383":74,"389":1,"39":160,"391":77,"396":7,"397":88,"40":169,"409":59,"41":159,"414":84,"415":258,"419":57,"42":63,"426":56,"43":104,"430":238,"433":7,"434":1,"44":26,"45":115,"46":502,"48":97,"49":188,"5":2797,"51":88,"52":102,"53":117,"56":14,"570":5,"6":520,"63":94,"7":1177,"79":52,"8":180,"80":36,"9":310,"all_client":146686,"all_tv_clinet":29571,"insert_time":"2014-08-18T12:09:21.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117278,"10":429,"107":820,"11":533,"12":220,"13":546,"14":217,"15":327,"155":133,"156":29,"158":35,"159":46,"16":163,"160":24,"161":284,"167":160,"168":14,"17":343,"18":1113,"19":716,"20":276,"209":76,"21":1008,"210":88,"211":35,"214":64,"215":462,"221":442,"223":1127,"224":408,"225":1070,"23":784,"24":2007,"25":1474,"257":171,"26":129,"268":10,"27":99,"273":164,"276":164,"279":138,"28":1508,"281":58,"282":346,"291":97,"292":100,"30":44,"302":30,"306":1,"31":124,"314":8,"32":55,"33":186,"34":110,"347":10,"35":127,"352":1027,"36":239,"37":86,"38":689,"380":35,"381":153,"383":80,"389":1,"39":159,"391":74,"396":6,"397":89,"40":178,"409":61,"41":166,"414":71,"415":261,"419":59,"42":68,"426":68,"43":111,"430":239,"433":7,"44":25,"45":115,"46":505,"48":96,"49":194,"5":2884,"51":88,"52":105,"53":124,"56":15,"570":5,"6":509,"63":95,"7":1190,"79":52,"8":168,"80":38,"9":322,"all_client":146887,"all_tv_clinet":29609,"insert_time":"2014-08-18T12:10:22.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117473,"10":431,"107":878,"11":514,"12":226,"13":564,"14":220,"15":336,"155":135,"156":28,"158":36,"159":45,"16":160,"160":23,"161":264,"167":163,"168":14,"17":338,"18":1136,"19":730,"20":266,"209":73,"21":1027,"210":85,"211":33,"214":64,"215":465,"221":443,"223":1124,"224":408,"225":1066,"23":763,"24":1989,"25":1420,"257":174,"26":145,"268":9,"27":100,"273":166,"276":163,"279":138,"28":1455,"281":60,"282":340,"291":99,"292":103,"30":48,"302":30,"306":1,"31":130,"314":9,"32":58,"33":195,"34":113,"347":10,"35":119,"352":1048,"36":243,"37":90,"38":673,"380":36,"381":150,"383":81,"39":161,"391":72,"396":7,"397":91,"40":180,"409":64,"41":169,"414":59,"415":265,"419":60,"42":76,"426":80,"43":116,"430":239,"433":9,"44":27,"45":118,"46":519,"48":101,"49":181,"5":2941,"51":91,"52":98,"53":128,"56":15,"570":5,"6":505,"63":92,"7":1222,"79":54,"8":164,"80":36,"9":325,"all_client":147196,"all_tv_clinet":29723,"insert_time":"2014-08-18T12:11:24.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117609,"10":437,"107":952,"11":500,"12":230,"13":573,"14":224,"15":334,"155":137,"156":31,"158":36,"159":48,"16":166,"160":23,"161":260,"167":161,"168":14,"17":331,"18":1157,"19":746,"20":259,"209":72,"21":1045,"210":83,"211":33,"214":66,"215":474,"221":449,"223":1143,"224":405,"225":1068,"23":752,"24":1979,"25":1324,"257":175,"26":156,"268":10,"27":110,"273":162,"276":164,"279":146,"28":1419,"281":55,"282":329,"291":98,"292":109,"30":50,"302":31,"306":1,"31":127,"314":8,"32":59,"33":193,"34":126,"347":14,"35":111,"352":1047,"36":245,"37":94,"38":650,"380":35,"381":160,"383":78,"39":171,"391":72,"396":5,"397":92,"40":183,"409":67,"41":166,"414":50,"415":274,"419":60,"42":73,"426":86,"43":125,"430":236,"433":8,"44":30,"45":121,"46":521,"48":96,"49":166,"5":3011,"51":91,"52":82,"53":132,"56":17,"570":6,"6":502,"63":89,"7":1262,"79":54,"8":158,"80":38,"9":332,"all_client":147459,"all_tv_clinet":29850,"insert_time":"2014-08-18T12:12:25.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117790,"10":437,"107":959,"11":491,"12":224,"13":583,"14":224,"15":349,"155":137,"156":32,"158":38,"159":47,"16":163,"160":24,"161":279,"167":168,"168":14,"17":322,"18":1182,"19":723,"20":265,"209":76,"21":1064,"210":80,"211":33,"214":64,"215":492,"221":437,"223":1163,"224":414,"225":1077,"23":750,"24":1981,"25":1275,"257":173,"26":153,"268":9,"27":107,"273":162,"276":166,"279":146,"28":1387,"281":56,"282":320,"291":97,"292":114,"30":55,"302":34,"306":1,"31":124,"314":7,"32":51,"33":197,"34":136,"347":18,"35":102,"352":1046,"36":240,"37":94,"38":676,"380":36,"381":156,"383":74,"39":180,"391":70,"396":5,"397":93,"40":185,"409":71,"41":164,"414":51,"415":266,"419":64,"42":69,"426":83,"43":133,"430":237,"433":8,"44":35,"45":129,"46":537,"48":91,"49":155,"5":3083,"51":91,"52":80,"53":124,"56":19,"570":5,"6":494,"63":88,"7":1289,"79":55,"8":152,"80":42,"9":335,"all_client":147777,"all_tv_clinet":29987,"insert_time":"2014-08-18T12:13:26.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118003,"10":440,"107":968,"11":480,"12":217,"13":589,"14":227,"15":357,"155":137,"156":33,"158":37,"159":46,"16":169,"160":24,"161":301,"167":166,"168":16,"17":325,"18":1182,"19":683,"20":272,"209":92,"21":1079,"210":79,"211":32,"214":63,"215":494,"221":430,"223":1181,"224":410,"225":1073,"23":736,"24":2004,"25":1253,"257":179,"26":142,"268":8,"27":99,"273":143,"276":166,"279":148,"28":1374,"281":56,"282":314,"291":96,"292":115,"30":59,"302":34,"306":2,"31":121,"314":7,"32":49,"33":194,"34":129,"347":24,"35":90,"352":1052,"36":241,"37":95,"38":666,"380":36,"381":156,"383":71,"39":197,"391":66,"396":5,"397":94,"40":186,"409":75,"41":176,"414":57,"415":272,"419":64,"42":59,"426":81,"43":143,"430":236,"433":8,"44":36,"45":128,"46":541,"48":92,"49":151,"5":3123,"51":89,"52":82,"53":120,"56":19,"570":5,"6":491,"63":86,"7":1311,"79":56,"8":147,"80":43,"9":352,"all_client":148055,"all_tv_clinet":30052,"insert_time":"2014-08-18T12:14:27.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118297,"10":445,"107":969,"11":474,"12":209,"13":581,"14":237,"15":340,"155":137,"156":31,"158":41,"159":49,"16":167,"160":23,"161":305,"167":175,"168":15,"17":337,"18":1179,"19":641,"20":278,"209":97,"21":1096,"210":81,"211":34,"214":62,"215":493,"221":414,"223":1201,"224":412,"225":1078,"23":737,"24":2052,"25":1239,"257":184,"26":130,"268":7,"27":95,"273":142,"276":167,"279":149,"28":1373,"281":56,"282":313,"291":97,"292":112,"30":60,"302":32,"306":2,"31":123,"314":9,"32":46,"33":195,"34":118,"347":30,"35":87,"352":1043,"36":245,"37":87,"38":681,"380":34,"381":147,"383":70,"39":200,"391":65,"396":8,"397":94,"40":184,"409":74,"41":171,"414":65,"415":261,"419":65,"42":58,"426":80,"43":143,"430":236,"433":9,"44":41,"45":134,"46":514,"48":91,"49":146,"5":3159,"51":91,"52":79,"53":116,"56":18,"570":4,"6":490,"63":85,"7":1315,"79":62,"8":148,"80":46,"9":356,"all_client":148368,"all_tv_clinet":30071,"insert_time":"2014-08-18T12:15:29.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118554,"10":449,"107":991,"11":473,"12":203,"13":582,"14":244,"15":327,"155":138,"156":32,"158":43,"159":49,"16":162,"160":23,"161":292,"167":176,"168":14,"17":354,"18":1190,"19":638,"20":277,"209":99,"21":1082,"210":80,"211":36,"214":63,"215":498,"221":413,"223":1220,"224":404,"225":1094,"23":730,"24":2081,"25":1232,"257":174,"26":129,"268":7,"27":97,"273":132,"276":170,"279":148,"28":1381,"281":53,"282":307,"291":97,"292":108,"30":55,"302":30,"306":2,"31":116,"314":9,"32":46,"33":197,"34":109,"347":33,"35":85,"352":1046,"36":247,"37":84,"38":681,"380":34,"381":148,"383":61,"39":198,"391":65,"396":9,"397":94,"40":187,"409":84,"41":177,"414":61,"415":259,"419":66,"42":59,"426":81,"43":142,"430":237,"433":9,"44":40,"45":141,"46":479,"48":85,"49":142,"5":3230,"51":94,"52":77,"53":115,"56":18,"570":6,"6":493,"63":82,"7":1334,"79":66,"8":147,"80":46,"9":366,"all_client":148718,"all_tv_clinet":30164,"insert_time":"2014-08-18T12:16:30.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118792,"10":457,"107":986,"11":478,"12":202,"13":587,"14":247,"15":325,"155":139,"156":34,"158":45,"159":50,"16":163,"160":21,"161":281,"167":180,"168":13,"17":363,"18":1202,"19":634,"20":285,"209":100,"21":1034,"210":79,"211":40,"214":61,"215":507,"221":421,"223":1242,"224":404,"225":1093,"23":745,"24":2077,"25":1255,"257":169,"26":133,"268":8,"27":99,"273":136,"276":171,"279":151,"28":1371,"281":52,"282":300,"291":98,"292":103,"30":51,"302":32,"306":1,"31":108,"314":10,"32":43,"33":200,"34":104,"347":36,"35":83,"352":1068,"36":253,"37":76,"38":691,"380":35,"381":146,"383":66,"39":187,"391":68,"396":10,"397":94,"40":203,"409":87,"41":167,"414":53,"415":258,"419":58,"42":62,"426":72,"43":132,"430":230,"433":10,"44":48,"45":140,"46":445,"48":84,"49":137,"5":3258,"51":98,"52":71,"53":116,"56":18,"570":7,"6":486,"63":80,"7":1361,"79":69,"8":147,"80":48,"9":374,"all_client":149014,"all_tv_clinet":30222,"insert_time":"2014-08-18T12:17:31.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119011,"10":451,"107":974,"11":481,"12":209,"13":598,"14":251,"15":324,"155":141,"156":38,"158":42,"159":52,"16":154,"160":20,"161":288,"167":171,"168":15,"17":376,"18":1224,"19":635,"20":296,"209":109,"21":990,"210":77,"211":41,"214":61,"215":518,"221":419,"223":1266,"224":423,"225":1111,"23":758,"24":2101,"25":1255,"257":176,"26":138,"268":8,"27":97,"273":132,"276":172,"279":147,"28":1368,"281":52,"282":293,"291":102,"292":96,"30":38,"302":32,"306":1,"31":98,"314":11,"32":43,"33":198,"34":98,"347":49,"35":80,"352":1076,"36":258,"37":71,"38":703,"380":39,"381":145,"383":65,"39":175,"391":66,"396":8,"397":93,"40":199,"409":86,"41":156,"414":62,"415":247,"419":61,"42":62,"426":60,"43":122,"430":230,"433":9,"44":46,"45":132,"46":441,"48":82,"49":135,"5":3286,"51":97,"52":64,"53":120,"56":17,"570":7,"6":492,"63":79,"7":1388,"79":74,"8":149,"80":48,"9":361,"all_client":149320,"all_tv_clinet":30309,"insert_time":"2014-08-18T12:18:32.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119263,"10":422,"107":950,"11":491,"12":213,"13":599,"14":256,"15":319,"155":146,"156":35,"158":44,"159":57,"16":161,"160":22,"161":294,"167":172,"168":15,"17":395,"18":1240,"19":644,"20":294,"209":110,"21":947,"210":74,"211":42,"214":59,"215":516,"221":421,"223":1288,"224":432,"225":1160,"23":774,"24":2092,"25":1261,"257":170,"26":143,"268":7,"27":96,"273":130,"276":171,"279":140,"28":1375,"281":54,"282":296,"291":102,"292":95,"30":37,"302":34,"306":1,"31":97,"314":15,"32":52,"33":195,"34":92,"347":61,"35":78,"352":1065,"36":258,"37":67,"38":729,"380":41,"381":148,"383":67,"39":159,"391":67,"396":6,"397":95,"40":190,"409":87,"41":145,"414":72,"415":229,"419":52,"42":63,"426":53,"43":105,"430":231,"433":9,"44":47,"45":121,"46":428,"48":76,"49":144,"5":3339,"51":90,"52":64,"53":124,"56":18,"570":6,"6":489,"63":81,"7":1413,"79":74,"8":159,"80":45,"9":356,"all_client":149661,"all_tv_clinet":30398,"insert_time":"2014-08-18T12:19:33.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119454,"10":395,"107":950,"11":515,"12":210,"13":612,"14":259,"15":328,"155":152,"156":35,"158":43,"159":57,"16":157,"160":17,"161":295,"167":165,"168":17,"17":401,"18":1257,"19":655,"20":292,"209":104,"21":938,"210":73,"211":42,"214":60,"215":526,"221":427,"223":1278,"224":436,"225":1205,"23":788,"24":2108,"25":1254,"257":178,"26":144,"268":7,"27":94,"273":135,"276":173,"279":130,"28":1386,"281":53,"282":298,"291":100,"292":91,"30":33,"302":32,"306":1,"31":99,"314":16,"32":49,"33":193,"34":84,"347":68,"35":75,"352":1073,"36":262,"37":65,"38":730,"380":38,"381":146,"383":64,"39":152,"391":69,"396":6,"397":96,"40":172,"409":86,"41":140,"414":74,"415":230,"419":51,"42":61,"426":47,"43":100,"430":228,"433":8,"44":46,"45":108,"46":407,"48":79,"49":147,"5":3393,"51":90,"52":62,"53":129,"56":17,"570":4,"6":472,"63":81,"7":1451,"79":77,"8":163,"80":49,"9":354,"all_client":149971,"all_tv_clinet":30517,"insert_time":"2014-08-18T12:20:34.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119515,"10":363,"107":960,"11":527,"12":209,"13":607,"14":264,"15":331,"155":156,"156":34,"158":46,"159":55,"16":163,"160":18,"161":310,"167":164,"168":18,"17":410,"18":1271,"19":689,"20":301,"209":93,"21":907,"210":73,"211":40,"214":60,"215":527,"221":430,"223":1286,"224":453,"225":1253,"23":806,"24":2076,"25":1249,"257":174,"26":134,"268":9,"27":91,"273":150,"276":174,"279":120,"28":1393,"281":53,"282":295,"291":97,"292":86,"30":33,"302":33,"306":1,"31":96,"314":15,"32":48,"33":197,"34":74,"347":73,"35":73,"352":1069,"36":265,"37":64,"38":726,"380":38,"381":140,"383":60,"39":148,"391":69,"396":9,"397":97,"40":156,"409":83,"41":138,"414":75,"415":226,"419":47,"42":63,"426":41,"43":95,"430":239,"433":8,"44":43,"45":100,"46":400,"48":88,"49":148,"5":3418,"51":91,"52":56,"53":144,"56":20,"570":5,"6":453,"63":83,"7":1458,"79":74,"8":162,"80":55,"9":371,"all_client":150108,"all_tv_clinet":30593,"insert_time":"2014-08-18T12:21:35.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119862,"10":351,"107":961,"11":531,"12":217,"13":611,"14":253,"15":327,"155":162,"156":31,"158":42,"159":51,"16":159,"160":20,"161":323,"167":157,"168":20,"17":410,"18":1270,"19":720,"20":301,"209":86,"21":888,"210":72,"211":41,"214":59,"215":533,"221":427,"223":1292,"224":473,"225":1278,"23":821,"24":2060,"25":1243,"257":173,"26":137,"268":9,"27":91,"273":159,"276":169,"279":115,"28":1406,"281":55,"282":293,"291":99,"292":85,"30":31,"302":32,"306":1,"31":94,"314":12,"32":42,"33":199,"34":73,"347":74,"35":77,"352":1102,"36":264,"37":58,"38":727,"380":40,"381":144,"383":57,"39":147,"391":68,"396":10,"397":96,"40":145,"409":83,"41":139,"414":88,"415":230,"419":45,"42":63,"426":31,"43":92,"430":242,"433":8,"44":43,"45":89,"46":401,"48":97,"49":142,"5":3434,"51":91,"52":57,"53":151,"56":21,"570":7,"6":428,"63":82,"7":1461,"79":76,"8":165,"80":57,"9":396,"all_client":150555,"all_tv_clinet":30693,"insert_time":"2014-08-18T12:22:37.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120046,"10":337,"107":944,"11":523,"12":221,"13":591,"14":245,"15":310,"155":162,"156":31,"158":45,"159":52,"16":158,"160":23,"161":322,"167":155,"168":17,"17":425,"18":1282,"19":754,"20":299,"209":83,"21":887,"210":71,"211":40,"214":59,"215":542,"221":427,"223":1316,"224":507,"225":1328,"23":832,"24":2044,"25":1260,"257":175,"26":137,"268":8,"27":91,"273":161,"276":167,"279":114,"28":1411,"281":54,"282":276,"291":100,"292":90,"30":32,"302":32,"306":1,"31":90,"314":11,"32":36,"33":195,"34":75,"347":75,"35":74,"352":1091,"36":254,"37":53,"38":744,"380":40,"381":142,"383":54,"39":146,"391":68,"396":9,"397":94,"40":143,"409":83,"41":125,"414":98,"415":219,"419":43,"42":64,"426":24,"43":94,"430":249,"433":8,"44":38,"45":87,"46":391,"48":104,"49":141,"5":3447,"51":83,"52":59,"53":161,"56":22,"570":10,"6":415,"63":81,"7":1461,"79":77,"8":166,"80":56,"9":397,"all_client":150784,"all_tv_clinet":30738,"insert_time":"2014-08-18T12:23:43.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120318,"10":327,"107":919,"11":520,"12":225,"13":599,"14":211,"15":308,"155":159,"156":30,"158":42,"159":48,"16":165,"160":20,"161":303,"167":152,"168":12,"17":436,"18":1283,"19":777,"20":299,"209":81,"21":892,"210":70,"211":41,"214":59,"215":556,"221":433,"223":1297,"224":528,"225":1362,"23":848,"24":2042,"25":1286,"257":179,"26":139,"268":7,"27":91,"273":165,"276":168,"279":114,"28":1421,"281":53,"282":262,"291":100,"292":95,"30":32,"302":30,"306":1,"31":94,"314":11,"32":31,"33":199,"34":72,"347":73,"35":69,"352":1076,"36":249,"37":55,"38":759,"380":39,"381":142,"383":59,"39":148,"391":68,"396":11,"397":93,"40":136,"409":85,"41":126,"414":102,"415":209,"419":41,"42":66,"426":27,"43":90,"430":245,"433":8,"44":37,"45":84,"46":383,"48":113,"49":151,"5":3467,"51":75,"52":65,"53":162,"56":25,"570":11,"6":397,"63":81,"7":1468,"79":79,"8":178,"80":64,"9":409,"all_client":151137,"all_tv_clinet":30819,"insert_time":"2014-08-18T12:24:44.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120612,"10":322,"107":942,"11":517,"12":225,"13":605,"14":200,"15":300,"155":161,"156":33,"158":43,"159":44,"16":166,"160":22,"161":293,"167":149,"168":10,"17":451,"18":1282,"19":788,"20":305,"209":70,"21":899,"210":71,"211":44,"214":59,"215":562,"221":427,"223":1301,"224":547,"225":1365,"23":855,"24":2031,"25":1309,"257":168,"26":131,"268":6,"27":94,"273":172,"276":166,"279":114,"28":1429,"281":51,"282":250,"291":98,"292":93,"30":32,"302":30,"306":1,"31":90,"314":10,"32":25,"33":202,"34":68,"347":72,"35":70,"352":1058,"36":246,"37":54,"38":765,"380":39,"381":140,"383":57,"389":1,"39":143,"391":70,"396":12,"397":91,"40":131,"409":85,"41":124,"414":106,"415":208,"419":40,"42":66,"426":26,"43":89,"430":246,"433":10,"44":34,"45":79,"46":382,"48":113,"49":155,"5":3476,"51":73,"52":64,"53":157,"56":28,"570":11,"6":389,"63":83,"7":1500,"79":76,"8":180,"80":69,"9":398,"all_client":151456,"all_tv_clinet":30844,"insert_time":"2014-08-18T12:25:45.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120878,"10":314,"107":930,"11":518,"12":212,"13":598,"14":191,"15":295,"155":162,"156":31,"158":45,"159":36,"16":165,"160":25,"161":298,"167":151,"168":9,"17":466,"18":1287,"19":795,"20":298,"209":70,"21":893,"210":71,"211":43,"214":58,"215":568,"221":431,"223":1314,"224":562,"225":1365,"23":869,"24":2028,"25":1351,"257":163,"26":131,"268":6,"27":102,"273":174,"276":165,"279":110,"28":1453,"281":50,"282":230,"291":97,"292":88,"30":27,"302":26,"306":1,"31":89,"314":10,"32":31,"33":207,"34":66,"347":77,"35":67,"352":1043,"36":250,"37":53,"38":764,"380":39,"381":135,"383":56,"389":1,"39":138,"391":69,"396":14,"397":91,"40":131,"409":85,"41":118,"414":105,"415":206,"419":41,"42":65,"426":32,"43":94,"430":243,"433":11,"44":33,"45":78,"46":382,"48":104,"49":160,"5":3493,"51":75,"52":67,"53":154,"56":26,"570":12,"6":391,"63":84,"7":1530,"79":65,"8":188,"80":70,"9":378,"all_client":151771,"all_tv_clinet":30893,"insert_time":"2014-08-18T12:26:46.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121134,"10":319,"107":928,"11":528,"12":195,"13":597,"14":194,"15":271,"155":164,"156":27,"158":45,"159":31,"16":165,"160":23,"161":299,"167":148,"168":9,"17":470,"18":1306,"19":804,"20":284,"209":68,"21":905,"210":72,"211":42,"214":60,"215":576,"221":422,"223":1310,"224":573,"225":1345,"23":879,"24":2045,"25":1389,"257":156,"26":128,"268":5,"27":105,"273":166,"276":159,"279":109,"28":1487,"281":49,"282":212,"291":98,"292":86,"30":28,"302":26,"306":2,"31":88,"314":10,"32":33,"33":210,"34":67,"347":74,"35":68,"352":1028,"36":244,"37":50,"38":752,"380":40,"381":131,"383":59,"389":2,"39":137,"391":68,"396":12,"397":87,"40":129,"409":82,"41":119,"414":111,"415":201,"419":42,"42":64,"426":29,"43":99,"430":244,"433":11,"44":35,"45":83,"46":383,"48":98,"49":161,"5":3538,"51":79,"52":68,"53":156,"56":27,"570":13,"6":392,"63":84,"7":1539,"79":60,"8":195,"80":72,"9":355,"all_client":152072,"all_tv_clinet":30938,"insert_time":"2014-08-18T12:27:47.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121424,"10":315,"107":909,"11":526,"12":167,"13":595,"14":215,"15":254,"155":168,"156":29,"158":46,"159":28,"16":165,"160":25,"161":300,"167":147,"168":8,"17":479,"18":1291,"19":776,"20":277,"209":64,"21":928,"210":72,"211":42,"214":61,"215":578,"221":416,"223":1295,"224":585,"225":1332,"23":886,"24":2090,"25":1420,"257":159,"26":126,"268":7,"27":109,"273":153,"276":150,"279":110,"28":1529,"281":49,"282":202,"291":98,"292":83,"30":27,"302":24,"306":2,"31":90,"314":9,"32":41,"33":215,"34":65,"347":72,"35":72,"352":1037,"36":244,"37":51,"38":733,"380":40,"381":128,"383":58,"389":3,"39":133,"391":65,"396":13,"397":87,"40":128,"409":87,"41":123,"414":110,"415":199,"419":40,"42":62,"426":31,"43":102,"430":241,"433":12,"44":34,"45":80,"46":391,"48":102,"49":167,"5":3566,"51":82,"52":73,"53":163,"56":28,"570":13,"6":375,"63":84,"7":1564,"79":52,"8":201,"80":73,"9":328,"all_client":152408,"all_tv_clinet":30984,"insert_time":"2014-08-18T12:28:49.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121743,"10":310,"107":884,"11":590,"12":153,"13":602,"14":236,"15":236,"155":171,"156":29,"158":40,"159":23,"16":169,"160":26,"161":295,"167":150,"168":7,"17":487,"18":1281,"19":748,"20":273,"209":61,"21":946,"210":73,"211":39,"214":63,"215":579,"221":418,"223":1264,"224":601,"225":1347,"23":900,"24":2125,"25":1453,"257":162,"26":123,"268":9,"27":110,"273":141,"276":142,"279":111,"28":1559,"281":47,"282":204,"291":98,"292":80,"30":30,"302":26,"306":2,"31":89,"314":8,"32":33,"33":206,"34":61,"347":65,"35":78,"352":1033,"36":232,"37":55,"38":746,"380":41,"381":128,"383":55,"389":3,"39":132,"391":64,"396":13,"397":87,"40":126,"409":89,"41":126,"414":115,"415":194,"419":39,"42":58,"426":28,"43":103,"430":244,"433":14,"44":36,"45":78,"46":395,"48":99,"49":177,"5":3557,"51":83,"52":75,"53":168,"56":31,"570":14,"6":337,"63":86,"7":1584,"79":52,"8":208,"80":76,"9":308,"all_client":152795,"all_tv_clinet":31052,"insert_time":"2014-08-18T12:29:50.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122008,"10":309,"107":903,"11":588,"12":149,"13":602,"14":248,"15":212,"155":171,"156":27,"158":38,"159":21,"16":173,"160":28,"161":287,"167":146,"168":8,"17":494,"18":1269,"19":715,"20":279,"209":59,"21":960,"210":77,"211":39,"214":63,"215":579,"221":425,"223":1242,"224":611,"225":1347,"23":913,"24":2157,"25":1486,"257":162,"26":120,"268":11,"27":114,"273":137,"276":134,"279":111,"28":1591,"281":46,"282":196,"291":99,"292":80,"30":28,"302":25,"306":2,"31":97,"314":9,"317":1,"32":34,"33":209,"34":56,"347":61,"35":81,"352":1039,"36":236,"37":50,"38":745,"380":43,"381":126,"383":51,"389":2,"39":127,"391":62,"396":14,"397":89,"40":125,"409":89,"41":127,"414":121,"415":198,"419":36,"42":65,"426":27,"43":106,"430":223,"433":13,"44":40,"45":78,"46":417,"48":105,"49":178,"5":3557,"51":85,"52":70,"53":177,"56":33,"570":14,"6":303,"63":88,"7":1589,"79":55,"8":216,"80":75,"9":305,"all_client":153136,"all_tv_clinet":31128,"insert_time":"2014-08-18T12:30:52.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122186,"10":310,"107":888,"11":588,"12":137,"13":608,"14":250,"15":200,"155":168,"156":25,"158":39,"159":16,"16":163,"160":28,"161":284,"167":145,"168":7,"17":500,"18":1264,"19":699,"20":284,"209":62,"21":985,"210":77,"211":37,"214":64,"215":586,"221":427,"223":1235,"224":614,"225":1355,"23":926,"24":2137,"25":1509,"257":157,"26":125,"268":10,"27":111,"273":133,"276":129,"279":104,"28":1611,"281":46,"282":187,"291":102,"292":95,"30":31,"302":24,"306":2,"31":97,"314":10,"317":1,"32":33,"33":213,"34":59,"347":61,"35":88,"352":1024,"36":233,"37":53,"38":739,"380":44,"381":120,"383":52,"389":1,"39":130,"391":60,"396":11,"397":91,"40":131,"409":94,"41":127,"414":123,"415":201,"419":38,"42":63,"426":26,"43":109,"430":213,"433":10,"44":38,"45":78,"46":428,"48":108,"49":178,"5":3574,"51":87,"52":76,"53":180,"56":36,"570":15,"6":289,"63":89,"7":1590,"79":54,"8":222,"80":74,"9":321,"all_client":153362,"all_tv_clinet":31176,"insert_time":"2014-08-18T12:31:53.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122391,"10":311,"107":871,"11":564,"12":133,"13":620,"14":263,"15":194,"155":162,"156":26,"158":37,"159":17,"16":168,"160":27,"161":283,"167":149,"168":9,"17":508,"18":1251,"19":700,"20":294,"209":58,"21":996,"210":73,"211":36,"214":65,"215":596,"221":426,"223":1221,"224":610,"225":1352,"23":932,"24":2124,"25":1525,"257":158,"26":124,"268":8,"27":111,"273":130,"276":123,"279":105,"28":1633,"281":47,"282":175,"291":102,"292":93,"30":33,"302":25,"306":2,"31":106,"314":10,"317":1,"32":32,"33":210,"34":59,"347":63,"35":97,"352":1040,"36":240,"37":50,"38":743,"380":45,"381":117,"383":56,"389":1,"39":132,"391":59,"396":10,"397":92,"40":135,"409":100,"41":128,"414":130,"415":199,"419":34,"42":62,"426":23,"43":114,"430":209,"433":8,"44":36,"45":82,"46":446,"48":111,"49":182,"5":3611,"51":84,"52":77,"53":183,"56":36,"570":16,"6":279,"63":89,"7":1583,"79":52,"8":225,"80":74,"9":348,"all_client":153680,"all_tv_clinet":31289,"insert_time":"2014-08-18T12:32:55.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122625,"10":309,"107":872,"11":569,"12":129,"13":622,"14":260,"15":192,"155":153,"156":25,"158":32,"159":18,"16":167,"160":29,"161":271,"167":154,"168":10,"17":516,"18":1239,"19":698,"20":296,"209":57,"21":1005,"210":68,"211":35,"214":63,"215":592,"221":415,"223":1221,"224":618,"225":1342,"23":950,"24":2127,"25":1539,"257":162,"26":133,"268":6,"27":112,"273":133,"276":117,"279":104,"28":1652,"281":45,"282":169,"291":101,"292":90,"30":32,"302":25,"306":1,"31":109,"314":9,"317":1,"32":39,"33":215,"34":58,"347":64,"35":97,"352":1050,"36":235,"37":51,"38":735,"380":43,"381":122,"383":62,"389":1,"39":132,"391":58,"396":10,"397":94,"40":138,"409":101,"41":130,"414":124,"415":204,"419":36,"42":63,"426":29,"43":114,"430":199,"433":7,"434":1,"44":39,"45":83,"46":444,"48":114,"49":185,"5":3625,"51":82,"52":78,"53":180,"56":34,"570":16,"6":260,"63":89,"7":1581,"79":56,"8":228,"80":77,"9":383,"all_client":153985,"all_tv_clinet":31360,"insert_time":"2014-08-18T12:33:56.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122843,"10":326,"107":887,"11":577,"12":123,"13":611,"14":264,"15":199,"155":138,"156":26,"158":29,"159":21,"16":167,"160":27,"161":276,"167":154,"168":10,"17":513,"18":1222,"19":699,"20":292,"209":62,"21":1028,"210":65,"211":33,"214":64,"215":588,"221":405,"223":1214,"224":626,"225":1336,"23":945,"24":2126,"25":1538,"257":166,"26":129,"268":6,"27":110,"273":136,"276":113,"279":104,"28":1675,"281":42,"282":166,"291":102,"292":83,"30":36,"302":25,"306":1,"31":116,"314":8,"317":1,"32":43,"33":211,"34":56,"347":61,"35":101,"352":1047,"36":233,"37":53,"38":739,"380":44,"381":118,"383":63,"389":1,"39":133,"391":60,"396":8,"397":95,"40":138,"409":95,"41":136,"414":121,"415":203,"419":36,"42":64,"426":36,"43":113,"430":190,"433":5,"434":1,"44":32,"45":86,"46":439,"48":116,"49":187,"5":3637,"51":81,"52":77,"53":195,"56":35,"570":14,"6":249,"63":88,"7":1582,"79":57,"8":233,"80":78,"9":395,"all_client":154238,"all_tv_clinet":31395,"insert_time":"2014-08-18T12:34:57.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123173,"10":343,"107":888,"11":584,"12":124,"13":605,"14":262,"15":196,"155":117,"156":28,"158":27,"159":20,"16":165,"160":23,"161":293,"167":158,"168":11,"17":513,"18":1214,"19":713,"20":291,"209":62,"21":1040,"210":64,"211":35,"214":62,"215":591,"221":406,"223":1208,"224":639,"225":1316,"23":957,"24":2117,"25":1536,"257":169,"26":135,"268":6,"27":110,"273":137,"276":113,"279":109,"28":1683,"281":44,"282":159,"291":101,"292":78,"30":33,"302":27,"306":1,"31":116,"314":8,"317":1,"32":48,"33":212,"34":52,"347":57,"35":97,"352":1020,"36":226,"37":58,"38":752,"380":47,"381":113,"383":64,"389":1,"39":135,"391":57,"396":5,"397":94,"40":134,"409":89,"41":139,"414":114,"415":202,"419":35,"42":66,"426":40,"43":114,"430":176,"433":6,"434":1,"44":33,"45":94,"46":437,"48":116,"49":191,"5":3670,"51":84,"52":76,"53":200,"56":37,"570":15,"6":248,"63":91,"7":1581,"79":53,"8":236,"80":76,"9":418,"all_client":154621,"all_tv_clinet":31448,"insert_time":"2014-08-18T12:35:58.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123367,"10":363,"107":862,"11":582,"12":118,"13":612,"14":254,"15":197,"155":111,"156":30,"158":29,"159":19,"16":166,"160":21,"161":301,"167":157,"168":13,"17":516,"18":1227,"19":722,"20":295,"209":59,"21":1050,"210":61,"211":34,"214":60,"215":589,"221":402,"223":1199,"224":641,"225":1302,"23":958,"24":2114,"25":1541,"257":168,"26":133,"268":6,"27":107,"273":141,"276":111,"279":115,"28":1698,"281":42,"282":154,"291":98,"292":78,"30":35,"302":29,"306":1,"31":111,"314":7,"317":1,"32":47,"33":208,"34":49,"347":57,"35":101,"352":1021,"36":230,"37":60,"38":748,"380":48,"381":108,"383":72,"389":1,"39":141,"391":58,"396":5,"397":94,"40":138,"409":83,"41":139,"414":116,"415":204,"419":33,"42":64,"426":36,"43":115,"430":170,"433":6,"434":1,"44":33,"45":100,"46":435,"48":112,"49":196,"5":3669,"51":80,"52":75,"53":198,"56":35,"570":12,"6":247,"63":91,"7":1585,"79":47,"8":238,"80":77,"9":434,"all_client":154824,"all_tv_clinet":31457,"insert_time":"2014-08-18T12:36:59.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123575,"10":368,"107":860,"11":584,"12":119,"13":620,"14":250,"15":202,"155":109,"156":28,"158":27,"159":19,"16":163,"160":19,"161":314,"167":162,"168":14,"17":512,"18":1223,"19":744,"20":293,"209":63,"21":1060,"210":61,"211":32,"214":52,"215":588,"221":392,"223":1183,"224":636,"225":1295,"23":968,"24":2140,"25":1554,"257":164,"26":131,"268":6,"27":108,"273":141,"276":114,"279":115,"28":1708,"281":43,"282":152,"291":93,"292":73,"30":36,"302":29,"31":111,"314":6,"317":1,"32":49,"33":204,"34":55,"347":56,"35":98,"352":1044,"36":227,"37":66,"38":741,"380":48,"381":112,"383":74,"389":1,"39":141,"391":58,"396":5,"397":94,"40":143,"409":74,"41":130,"414":120,"415":206,"419":34,"42":64,"426":30,"43":115,"430":173,"433":5,"434":1,"44":33,"45":103,"46":433,"48":108,"49":195,"5":3672,"51":76,"52":80,"53":193,"56":36,"570":12,"6":244,"63":91,"7":1592,"79":47,"8":240,"80":77,"9":454,"all_client":155114,"all_tv_clinet":31539,"insert_time":"2014-08-18T12:38:00.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123737,"10":382,"107":861,"11":573,"12":125,"13":619,"14":255,"15":206,"155":105,"156":30,"158":34,"159":21,"16":165,"160":18,"161":308,"167":164,"168":13,"17":521,"18":1201,"19":739,"20":287,"209":59,"21":1062,"210":64,"211":31,"214":50,"215":590,"221":396,"223":1181,"224":639,"225":1282,"23":962,"24":2139,"25":1565,"257":161,"26":129,"268":6,"27":107,"273":141,"276":118,"279":116,"28":1727,"281":43,"282":150,"291":87,"292":75,"30":38,"302":27,"306":1,"31":110,"314":7,"317":1,"32":54,"33":204,"34":60,"347":55,"35":102,"352":1048,"36":224,"37":68,"38":745,"380":47,"381":111,"383":68,"389":1,"39":143,"391":57,"396":5,"397":95,"40":146,"409":67,"41":128,"414":121,"415":210,"419":35,"42":65,"426":31,"43":115,"430":174,"433":5,"434":1,"44":30,"45":105,"46":432,"48":109,"49":202,"5":3684,"51":76,"52":78,"53":188,"56":37,"570":10,"6":246,"63":90,"7":1579,"79":54,"8":245,"80":75,"9":478,"all_client":155331,"all_tv_clinet":31594,"insert_time":"2014-08-18T12:39:01.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123933,"10":391,"107":874,"11":573,"12":134,"13":599,"14":246,"15":206,"155":101,"156":29,"158":40,"159":19,"16":154,"160":18,"161":302,"167":168,"168":14,"17":523,"18":1190,"19":729,"20":287,"209":59,"21":1062,"210":62,"211":31,"214":48,"215":592,"221":386,"223":1158,"224":640,"225":1308,"23":977,"24":2154,"25":1570,"257":164,"26":127,"268":7,"27":105,"273":147,"276":116,"279":117,"28":1730,"281":43,"282":147,"291":87,"292":78,"30":40,"302":26,"306":1,"31":112,"314":8,"317":1,"32":49,"33":203,"34":60,"347":54,"35":100,"352":1038,"36":223,"37":70,"38":731,"380":48,"381":108,"383":64,"389":1,"39":147,"391":62,"396":6,"397":95,"40":151,"409":70,"41":126,"414":115,"415":210,"419":33,"42":64,"426":40,"43":119,"430":173,"433":5,"434":1,"44":30,"45":104,"46":438,"48":109,"49":201,"5":3699,"51":77,"52":82,"53":187,"56":39,"570":10,"6":245,"63":90,"7":1592,"79":53,"8":244,"80":76,"9":506,"all_client":155581,"all_tv_clinet":31648,"insert_time":"2014-08-18T12:40:02.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124112,"10":400,"107":864,"11":580,"12":143,"13":592,"14":240,"15":207,"155":100,"156":28,"158":39,"159":23,"16":159,"160":16,"161":295,"167":158,"168":14,"17":528,"18":1199,"19":733,"20":279,"209":61,"21":1059,"210":62,"211":29,"214":48,"215":583,"221":385,"223":1148,"224":642,"225":1311,"23":968,"24":2160,"25":1578,"257":157,"26":124,"268":6,"27":106,"273":147,"276":116,"279":123,"28":1750,"281":42,"282":143,"291":87,"292":81,"30":37,"302":23,"306":2,"31":108,"314":9,"317":1,"32":43,"33":204,"34":60,"347":54,"35":104,"352":1039,"36":222,"37":71,"38":720,"380":47,"381":103,"383":64,"389":1,"39":150,"391":64,"396":6,"397":95,"40":156,"409":70,"41":132,"414":109,"415":206,"419":29,"42":62,"426":48,"43":125,"430":176,"433":4,"434":1,"44":33,"45":108,"46":446,"48":111,"49":201,"5":3697,"51":75,"52":82,"53":180,"56":39,"570":10,"6":248,"63":92,"7":1611,"79":54,"8":244,"80":77,"9":526,"all_client":155804,"all_tv_clinet":31692,"insert_time":"2014-08-18T12:41:03.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124300,"10":414,"107":854,"11":574,"12":144,"13":583,"14":240,"15":213,"155":101,"156":27,"158":38,"159":22,"16":157,"160":17,"161":280,"167":148,"168":13,"17":532,"18":1193,"19":737,"20":279,"209":57,"21":1061,"210":64,"211":31,"214":46,"215":582,"221":372,"223":1142,"224":643,"225":1308,"23":964,"24":2169,"25":1593,"257":158,"26":122,"268":6,"27":104,"273":148,"276":122,"279":123,"28":1751,"281":42,"282":144,"291":85,"292":85,"30":36,"302":25,"306":1,"31":105,"314":9,"317":1,"32":41,"33":203,"34":59,"347":53,"35":107,"352":1045,"36":215,"37":71,"38":733,"380":47,"381":102,"383":67,"389":1,"39":152,"391":65,"396":4,"397":94,"40":157,"409":71,"41":136,"414":103,"415":201,"419":29,"42":63,"426":53,"43":124,"430":177,"433":4,"434":1,"44":38,"45":107,"46":445,"48":110,"49":206,"5":3702,"51":74,"52":86,"53":170,"56":39,"570":11,"6":246,"63":92,"7":1619,"79":54,"8":246,"80":76,"9":555,"all_client":156019,"all_tv_clinet":31719,"insert_time":"2014-08-18T12:42:04.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124536,"10":423,"107":853,"11":582,"12":144,"13":566,"14":245,"15":225,"155":102,"156":24,"158":35,"159":26,"16":162,"160":19,"161":272,"167":142,"168":14,"17":529,"18":1180,"19":741,"20":276,"209":56,"21":1061,"210":63,"211":32,"214":45,"215":580,"221":359,"223":1142,"224":643,"225":1293,"23":960,"24":2143,"25":1610,"257":144,"26":120,"268":7,"27":102,"273":149,"276":123,"279":119,"28":1739,"281":42,"282":145,"291":85,"292":87,"30":38,"302":24,"306":1,"31":105,"314":10,"317":1,"32":49,"33":197,"34":58,"347":51,"35":111,"352":1058,"36":214,"37":76,"38":741,"380":49,"381":97,"383":70,"389":1,"39":157,"391":61,"396":5,"397":91,"40":158,"409":70,"41":137,"414":103,"415":199,"419":29,"42":67,"426":52,"43":123,"430":182,"433":4,"434":1,"44":39,"45":111,"46":449,"48":112,"49":208,"5":3701,"51":72,"52":88,"53":167,"56":40,"570":11,"6":242,"63":91,"7":1617,"79":53,"8":246,"80":72,"9":566,"all_client":156220,"all_tv_clinet":31684,"insert_time":"2014-08-18T12:43:05.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124699,"10":434,"107":835,"11":583,"12":145,"13":545,"14":232,"15":228,"155":101,"156":18,"158":39,"159":27,"16":160,"160":20,"161":280,"167":136,"168":16,"17":524,"18":1185,"19":750,"20":277,"209":57,"21":1062,"210":68,"211":30,"214":45,"215":584,"221":372,"223":1132,"224":648,"225":1307,"23":966,"24":2115,"25":1608,"257":154,"26":119,"268":7,"27":106,"273":145,"276":127,"279":125,"28":1750,"281":41,"282":146,"291":81,"292":95,"30":39,"302":25,"306":1,"31":108,"314":12,"317":1,"32":53,"33":192,"34":55,"347":48,"35":116,"352":1058,"36":211,"37":76,"38":760,"380":50,"381":96,"383":71,"389":1,"39":153,"391":60,"396":7,"397":90,"40":162,"409":71,"41":136,"414":105,"415":201,"419":28,"42":66,"426":48,"43":120,"430":182,"433":4,"434":1,"44":39,"45":110,"46":454,"48":119,"49":211,"5":3711,"51":68,"52":79,"53":160,"56":43,"570":12,"6":244,"63":92,"7":1628,"79":56,"8":245,"80":71,"9":592,"all_client":156465,"all_tv_clinet":31766,"insert_time":"2014-08-18T12:44:07.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124935,"10":441,"107":853,"11":585,"12":150,"13":523,"14":200,"15":243,"155":106,"156":16,"158":39,"159":26,"16":150,"160":22,"161":299,"167":137,"168":17,"17":526,"18":1185,"19":746,"20":271,"209":57,"21":1053,"210":70,"211":29,"214":44,"215":582,"221":374,"223":1133,"224":656,"225":1319,"23":962,"24":2112,"25":1618,"257":157,"26":117,"268":6,"27":107,"273":137,"276":128,"279":124,"28":1752,"281":40,"282":144,"291":84,"292":97,"30":42,"302":26,"306":2,"31":111,"314":10,"317":1,"32":48,"33":188,"34":55,"347":51,"35":116,"352":1056,"36":223,"37":77,"38":725,"380":50,"381":97,"383":71,"389":1,"39":149,"391":61,"396":7,"397":90,"40":162,"409":74,"41":138,"414":107,"415":205,"419":25,"42":66,"426":45,"43":128,"430":178,"433":3,"434":1,"44":38,"45":113,"46":463,"48":113,"49":213,"5":3709,"51":68,"52":78,"53":154,"56":44,"570":10,"6":241,"63":90,"7":1610,"79":53,"8":244,"80":73,"9":630,"all_client":156705,"all_tv_clinet":31770,"insert_time":"2014-08-18T12:45:08.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125131,"10":443,"107":846,"11":582,"12":155,"13":509,"14":184,"15":254,"155":112,"156":12,"158":41,"159":27,"16":143,"160":23,"161":321,"167":136,"168":18,"17":525,"18":1177,"19":744,"20":277,"209":62,"21":1055,"210":66,"211":25,"214":45,"215":586,"221":366,"223":1141,"224":652,"225":1331,"23":976,"24":2101,"25":1624,"257":167,"26":117,"268":6,"27":106,"273":127,"276":130,"279":125,"28":1761,"281":38,"282":143,"291":82,"292":102,"30":44,"302":26,"306":3,"31":107,"314":10,"317":1,"32":49,"33":178,"34":58,"347":52,"35":115,"352":1071,"36":232,"37":77,"38":724,"380":49,"381":98,"383":72,"389":1,"39":155,"391":60,"396":7,"397":90,"40":161,"409":73,"41":144,"414":108,"415":204,"419":25,"42":64,"426":41,"43":130,"430":180,"431":1,"433":3,"434":1,"44":35,"45":112,"46":468,"48":113,"49":218,"5":3721,"51":65,"52":84,"53":153,"56":45,"570":9,"6":248,"63":93,"7":1611,"79":52,"8":248,"80":71,"9":641,"all_client":156995,"all_tv_clinet":31864,"insert_time":"2014-08-18T12:46:09.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125279,"10":442,"107":858,"11":568,"12":162,"13":501,"14":174,"15":266,"155":116,"156":12,"158":40,"159":24,"16":135,"160":22,"161":327,"167":134,"168":17,"17":521,"18":1162,"19":746,"20":282,"209":59,"21":1064,"210":68,"211":20,"214":45,"215":588,"221":367,"223":1132,"224":654,"225":1324,"23":985,"24":2106,"25":1627,"257":170,"26":116,"268":5,"27":108,"273":124,"276":134,"279":123,"28":1765,"281":36,"282":137,"291":82,"292":103,"30":42,"302":28,"306":3,"31":105,"314":9,"317":1,"32":48,"33":176,"34":62,"347":48,"35":119,"352":1078,"36":240,"37":74,"38":713,"380":47,"381":101,"383":70,"389":1,"39":151,"391":57,"396":6,"397":90,"40":164,"409":70,"41":144,"414":107,"415":206,"419":24,"42":63,"426":44,"43":133,"430":183,"431":1,"433":4,"434":1,"44":33,"45":117,"46":476,"48":119,"49":224,"5":3742,"51":66,"52":92,"53":144,"56":41,"570":9,"6":246,"63":90,"7":1612,"79":55,"8":254,"80":73,"9":652,"all_client":157188,"all_tv_clinet":31909,"insert_time":"2014-08-18T12:47:10.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125420,"10":444,"107":854,"11":571,"12":166,"13":496,"14":175,"15":274,"155":124,"156":11,"158":36,"159":30,"16":132,"160":20,"161":327,"167":131,"168":16,"17":481,"18":1163,"19":756,"20":284,"209":64,"21":1064,"210":70,"211":19,"214":46,"215":589,"221":375,"223":1130,"224":655,"225":1332,"23":994,"24":2130,"25":1638,"257":174,"26":118,"268":6,"27":105,"273":118,"276":134,"279":125,"28":1780,"281":37,"282":136,"291":84,"292":105,"30":45,"302":29,"306":3,"31":106,"314":10,"32":50,"33":167,"34":64,"347":41,"35":118,"352":1089,"36":247,"37":74,"38":705,"380":47,"381":105,"383":72,"389":1,"39":150,"391":53,"396":5,"397":90,"40":166,"409":64,"41":147,"414":111,"415":207,"419":21,"42":63,"426":41,"43":128,"430":181,"431":2,"433":6,"434":1,"44":33,"45":120,"46":482,"48":116,"49":225,"5":3662,"51":66,"52":94,"53":141,"56":37,"570":10,"6":262,"63":94,"7":1623,"79":56,"8":254,"80":74,"9":675,"all_client":157372,"all_tv_clinet":31952,"insert_time":"2014-08-18T12:48:12.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125587,"10":450,"107":855,"11":587,"12":177,"13":491,"14":177,"15":280,"155":128,"156":15,"158":39,"159":28,"16":136,"160":20,"161":335,"167":133,"168":16,"17":436,"18":1179,"19":770,"20":288,"209":67,"21":1075,"210":73,"211":17,"214":46,"215":593,"221":384,"223":1151,"224":657,"225":1341,"23":994,"24":2144,"25":1655,"257":178,"26":120,"268":9,"27":109,"273":116,"276":136,"279":123,"28":1791,"281":37,"282":130,"291":87,"292":93,"30":44,"302":29,"306":2,"31":106,"314":9,"32":46,"33":160,"34":62,"347":39,"35":119,"352":1094,"36":255,"37":75,"38":711,"380":45,"381":102,"383":70,"389":1,"39":147,"391":54,"396":7,"397":92,"40":160,"409":62,"41":156,"414":112,"415":218,"419":22,"42":65,"426":37,"43":133,"430":186,"431":1,"433":6,"434":1,"44":36,"45":118,"46":484,"48":115,"49":229,"5":3477,"51":70,"52":93,"53":144,"56":36,"570":10,"6":299,"63":93,"7":1580,"79":53,"8":259,"80":72,"9":751,"all_client":157600,"all_tv_clinet":32013,"insert_time":"2014-08-18T12:49:13.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125789,"10":452,"107":866,"11":611,"12":203,"13":500,"14":177,"15":294,"155":132,"156":20,"158":42,"159":28,"16":143,"160":20,"161":337,"167":130,"168":16,"17":403,"18":1205,"19":782,"20":291,"209":69,"21":1072,"210":74,"211":20,"214":44,"215":592,"221":380,"223":1171,"224":676,"225":1361,"23":994,"24":2183,"25":1670,"257":185,"26":121,"268":9,"27":109,"273":111,"276":136,"279":127,"28":1789,"281":37,"282":135,"291":87,"292":86,"30":46,"302":26,"306":3,"31":110,"314":10,"32":46,"33":154,"34":66,"347":40,"35":121,"352":1101,"36":250,"37":73,"38":713,"380":46,"381":103,"383":70,"389":2,"39":151,"391":53,"396":7,"397":92,"40":163,"409":62,"41":161,"414":105,"415":226,"419":19,"42":65,"426":37,"43":141,"430":189,"431":2,"433":6,"434":1,"44":36,"45":114,"46":492,"48":110,"49":233,"5":3245,"51":67,"52":92,"53":150,"56":37,"570":11,"6":352,"63":94,"7":1468,"79":52,"8":258,"80":72,"9":831,"all_client":157853,"all_tv_clinet":32064,"insert_time":"2014-08-18T12:50:14.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125996,"10":450,"107":856,"11":643,"12":219,"13":505,"14":181,"15":305,"155":136,"156":20,"158":45,"159":27,"16":142,"160":22,"161":342,"167":125,"168":16,"17":371,"18":1222,"19":792,"20":292,"209":68,"21":1079,"210":75,"211":23,"214":43,"215":589,"221":385,"223":1197,"224":669,"225":1354,"23":1006,"24":2221,"25":1681,"257":186,"26":123,"268":9,"27":110,"273":112,"276":139,"279":124,"28":1806,"281":39,"282":138,"291":89,"292":77,"30":52,"302":25,"306":3,"31":107,"314":10,"32":48,"33":156,"34":70,"347":38,"35":122,"352":1110,"36":257,"37":73,"38":711,"380":47,"381":108,"383":70,"389":2,"39":153,"391":56,"396":7,"397":91,"40":168,"409":61,"41":161,"414":106,"415":227,"419":22,"42":68,"426":34,"43":138,"430":189,"431":2,"433":7,"434":1,"44":36,"45":110,"46":498,"48":107,"49":236,"5":3061,"51":69,"52":91,"53":146,"56":38,"570":11,"6":396,"63":94,"7":1372,"79":52,"8":261,"80":63,"9":898,"all_client":158088,"all_tv_clinet":32092,"insert_time":"2014-08-18T12:51:15.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126213,"10":460,"107":846,"11":667,"12":225,"13":506,"14":196,"15":314,"155":140,"156":23,"158":48,"159":26,"16":139,"160":20,"161":340,"167":125,"168":14,"17":347,"18":1236,"19":795,"20":288,"209":68,"21":1090,"210":70,"211":31,"214":48,"215":582,"221":398,"223":1190,"224":674,"225":1319,"23":1013,"24":2249,"25":1698,"257":186,"26":131,"268":9,"27":112,"273":110,"276":140,"279":129,"28":1833,"281":37,"282":139,"291":86,"292":72,"30":52,"302":27,"306":3,"31":109,"314":10,"32":49,"33":147,"34":76,"347":37,"35":124,"352":1111,"36":251,"37":67,"38":739,"380":49,"381":110,"383":65,"389":2,"39":151,"391":58,"396":6,"397":92,"40":171,"409":67,"41":152,"414":103,"415":231,"419":22,"42":71,"426":34,"43":141,"430":189,"431":2,"433":8,"434":1,"44":33,"45":113,"46":505,"48":105,"49":245,"5":2956,"51":71,"52":99,"53":137,"56":41,"570":9,"6":421,"63":94,"7":1274,"79":52,"8":267,"80":51,"9":956,"all_client":158338,"all_tv_clinet":32125,"insert_time":"2014-08-18T12:52:17.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126345,"10":467,"107":848,"11":697,"12":218,"13":516,"14":205,"15":340,"155":147,"156":22,"158":52,"159":24,"16":138,"160":17,"161":350,"167":127,"168":15,"17":328,"18":1231,"19":789,"20":278,"209":67,"21":1110,"210":67,"211":33,"214":52,"215":568,"221":408,"223":1192,"224":677,"225":1271,"23":1023,"24":2262,"25":1704,"257":190,"26":136,"268":11,"27":116,"273":106,"276":139,"279":131,"28":1866,"281":37,"282":141,"291":88,"292":76,"30":53,"302":26,"306":3,"31":108,"314":8,"32":53,"33":141,"34":82,"347":37,"35":125,"352":1120,"36":253,"37":70,"38":739,"380":51,"381":112,"383":66,"389":2,"39":153,"391":57,"396":7,"397":94,"40":172,"409":69,"41":155,"414":107,"415":239,"419":20,"42":71,"426":29,"43":140,"430":187,"431":2,"433":8,"434":1,"44":31,"45":113,"46":506,"48":102,"49":250,"5":2863,"51":77,"52":98,"53":125,"56":43,"570":11,"6":454,"63":98,"7":1190,"79":56,"8":276,"80":42,"9":1005,"all_client":158525,"all_tv_clinet":32180,"insert_time":"2014-08-18T12:53:18.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126562,"10":472,"107":862,"11":720,"12":236,"13":519,"14":200,"15":338,"155":148,"156":24,"158":54,"159":24,"16":135,"160":18,"161":358,"167":123,"168":12,"17":311,"18":1227,"19":762,"20":280,"209":66,"21":1116,"210":67,"211":31,"214":53,"215":560,"221":391,"223":1195,"224":694,"225":1212,"23":1027,"24":2289,"25":1717,"257":193,"26":141,"268":12,"27":116,"273":111,"276":139,"279":136,"28":1869,"281":38,"282":140,"291":88,"292":76,"30":49,"302":25,"306":2,"31":110,"314":9,"32":52,"33":140,"34":83,"347":37,"35":125,"352":1131,"36":249,"37":67,"38":745,"380":51,"381":118,"383":69,"389":2,"39":155,"391":60,"396":6,"397":93,"40":176,"409":74,"41":156,"414":113,"415":254,"419":20,"42":71,"426":28,"43":141,"430":188,"431":2,"433":5,"434":1,"44":33,"45":112,"46":511,"48":108,"49":245,"5":2812,"51":79,"52":96,"53":128,"56":47,"570":12,"6":481,"63":97,"7":1110,"79":54,"8":284,"80":39,"9":1068,"all_client":158785,"all_tv_clinet":32223,"insert_time":"2014-08-18T12:54:19.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126743,"10":475,"107":870,"11":734,"12":255,"13":521,"14":179,"15":333,"155":147,"156":22,"158":56,"159":24,"16":137,"160":16,"161":365,"167":124,"168":14,"17":318,"18":1205,"19":726,"20":272,"209":64,"21":1137,"210":61,"211":31,"214":51,"215":554,"221":393,"223":1185,"224":673,"225":1190,"23":1033,"24":2325,"25":1722,"257":194,"26":150,"268":13,"27":119,"273":109,"276":137,"279":135,"28":1872,"281":39,"282":143,"291":92,"292":78,"30":47,"302":23,"306":2,"31":106,"314":9,"32":58,"33":137,"34":90,"347":37,"35":132,"352":1125,"36":248,"37":67,"38":760,"380":51,"381":122,"383":70,"389":4,"39":159,"391":62,"396":6,"397":96,"40":177,"409":75,"41":160,"414":118,"415":267,"419":20,"42":76,"426":27,"43":143,"430":188,"431":2,"433":5,"434":1,"44":32,"45":111,"46":527,"48":112,"49":246,"5":2765,"51":79,"52":93,"53":120,"56":43,"570":11,"6":504,"63":95,"7":1067,"79":51,"8":293,"80":35,"9":1112,"all_client":159002,"all_tv_clinet":32259,"insert_time":"2014-08-18T12:55:20.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126906,"10":478,"107":891,"11":744,"12":285,"13":530,"14":161,"15":312,"155":148,"156":27,"158":58,"159":25,"16":139,"160":24,"161":354,"167":125,"168":11,"17":313,"18":1197,"19":703,"20":285,"209":71,"21":1150,"210":60,"211":30,"214":51,"215":545,"221":392,"223":1169,"224":623,"225":1182,"23":1047,"24":2350,"25":1737,"257":196,"26":154,"268":13,"27":118,"273":117,"276":138,"279":134,"28":1901,"281":40,"282":142,"291":93,"292":83,"30":50,"302":26,"306":1,"31":106,"314":8,"32":59,"33":130,"34":95,"347":36,"35":137,"352":1098,"36":255,"37":72,"38":781,"380":52,"381":129,"383":66,"389":4,"39":155,"391":68,"396":6,"397":95,"40":178,"409":79,"41":158,"414":124,"415":280,"419":18,"42":83,"426":23,"43":145,"430":189,"431":2,"433":5,"434":1,"44":35,"45":106,"46":536,"48":115,"49":245,"5":2726,"51":79,"52":99,"53":126,"56":45,"570":12,"6":525,"63":91,"7":1019,"79":43,"8":301,"80":30,"9":1155,"all_client":159254,"all_tv_clinet":32348,"insert_time":"2014-08-18T12:56:21.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126989,"10":482,"107":900,"11":743,"12":307,"13":549,"14":152,"15":286,"155":148,"156":28,"158":60,"159":27,"16":144,"160":25,"161":335,"167":124,"168":11,"17":330,"18":1159,"19":691,"20":294,"209":78,"21":1164,"210":59,"211":29,"214":53,"215":541,"221":393,"223":1154,"224":571,"225":1175,"23":1021,"24":2379,"25":1759,"257":192,"26":152,"268":13,"27":121,"273":117,"276":140,"279":135,"28":1917,"281":37,"282":138,"291":92,"292":98,"30":51,"302":27,"306":1,"31":110,"314":9,"32":62,"33":127,"34":99,"347":36,"35":148,"352":1100,"36":258,"37":76,"38":783,"380":53,"381":134,"383":64,"389":4,"39":155,"391":74,"396":6,"397":96,"40":181,"409":84,"41":159,"414":127,"415":284,"419":18,"42":87,"426":23,"43":148,"430":192,"431":2,"433":5,"434":1,"44":36,"45":104,"46":545,"48":118,"49":242,"5":2687,"51":81,"52":99,"53":131,"56":46,"570":13,"6":557,"63":88,"7":963,"79":45,"8":300,"80":31,"9":1183,"all_client":159365,"all_tv_clinet":32376,"insert_time":"2014-08-18T12:57:23.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127179,"10":484,"107":917,"11":754,"12":335,"13":565,"14":141,"15":256,"155":153,"156":24,"158":56,"159":32,"16":149,"160":26,"161":316,"167":126,"168":9,"17":332,"18":1125,"19":697,"20":304,"209":78,"21":1167,"210":60,"211":30,"214":53,"215":533,"221":388,"223":1125,"224":551,"225":1168,"23":979,"24":2391,"25":1770,"257":196,"26":148,"268":10,"27":121,"273":114,"276":144,"279":137,"28":1936,"281":34,"282":135,"291":94,"292":116,"30":53,"302":29,"306":1,"31":115,"314":8,"32":63,"33":125,"34":106,"347":39,"35":159,"352":1081,"36":256,"37":75,"38":784,"380":51,"381":135,"383":68,"389":5,"39":161,"391":78,"396":6,"397":97,"40":190,"409":86,"41":151,"414":126,"415":283,"419":18,"42":87,"426":22,"43":147,"430":194,"431":2,"433":7,"434":1,"44":37,"45":106,"46":549,"48":120,"49":250,"5":2703,"51":81,"52":105,"53":132,"56":48,"570":15,"6":613,"63":83,"7":923,"79":45,"8":300,"80":34,"9":1096,"all_client":159507,"all_tv_clinet":32328,"insert_time":"2014-08-18T12:58:24.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127351,"10":489,"107":907,"11":753,"12":367,"13":598,"14":139,"15":235,"155":157,"156":24,"158":52,"159":36,"16":145,"160":26,"161":311,"167":126,"168":11,"17":350,"18":1130,"19":727,"20":315,"209":76,"21":1169,"210":61,"211":32,"214":58,"215":528,"221":396,"223":1075,"224":537,"225":1173,"23":904,"24":2385,"25":1805,"257":191,"26":154,"268":10,"27":123,"273":106,"276":149,"279":145,"28":1972,"281":33,"282":131,"291":100,"292":127,"30":57,"302":29,"306":1,"31":113,"314":10,"32":64,"33":122,"34":114,"347":39,"35":162,"352":1078,"36":258,"37":75,"38":790,"380":50,"381":132,"383":70,"389":4,"39":169,"391":84,"396":6,"397":98,"40":197,"409":79,"41":156,"414":128,"415":286,"419":17,"42":93,"426":21,"43":146,"430":198,"431":1,"433":8,"434":1,"44":37,"45":115,"46":549,"48":121,"49":241,"5":2717,"51":84,"52":106,"53":131,"56":49,"570":15,"6":670,"63":79,"7":897,"79":48,"8":283,"80":37,"9":990,"all_client":159714,"all_tv_clinet":32363,"insert_time":"2014-08-18T12:59:25.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127434,"10":490,"107":913,"11":777,"12":393,"13":621,"14":131,"15":224,"155":162,"156":27,"158":53,"159":32,"16":142,"160":27,"161":317,"167":126,"168":11,"17":348,"18":1142,"19":752,"20":340,"209":73,"21":1179,"210":59,"211":30,"214":59,"215":518,"221":388,"223":1023,"224":520,"225":1152,"23":864,"24":2398,"25":1813,"257":184,"26":159,"268":9,"27":124,"273":105,"276":150,"279":144,"28":1991,"281":31,"282":134,"291":105,"292":140,"30":58,"302":28,"31":110,"314":11,"32":64,"33":122,"34":119,"347":42,"35":163,"352":1085,"36":259,"37":79,"38":805,"380":48,"381":136,"383":76,"389":4,"39":173,"391":86,"396":6,"397":97,"40":195,"409":70,"41":157,"414":129,"415":295,"419":18,"42":105,"426":21,"43":140,"430":206,"431":1,"433":9,"434":1,"44":37,"45":123,"46":557,"48":136,"49":224,"5":2716,"51":87,"52":112,"53":131,"56":51,"570":15,"6":736,"63":79,"7":873,"79":53,"8":259,"80":39,"9":873,"all_client":159833,"all_tv_clinet":32399,"insert_time":"2014-08-18T13:00:26.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127466,"10":494,"107":907,"11":799,"12":408,"13":643,"14":137,"15":215,"155":164,"156":26,"158":53,"159":31,"16":138,"160":28,"161":322,"167":136,"168":9,"17":354,"18":1113,"19":768,"20":361,"209":68,"21":1184,"210":54,"211":31,"214":60,"215":521,"221":374,"223":1001,"224":511,"225":1167,"23":839,"24":2420,"25":1742,"257":187,"26":161,"268":8,"27":116,"273":100,"276":155,"279":152,"28":2041,"281":29,"282":135,"291":106,"292":157,"30":63,"302":28,"31":104,"314":14,"32":64,"33":121,"34":119,"347":39,"35":166,"352":1088,"36":261,"37":86,"38":802,"380":50,"381":137,"383":77,"389":3,"39":172,"391":87,"396":5,"397":99,"40":197,"409":65,"41":153,"414":132,"415":298,"419":19,"42":113,"426":20,"43":138,"430":203,"431":1,"433":9,"44":40,"45":126,"46":567,"48":141,"49":208,"5":2725,"51":87,"52":118,"53":130,"56":53,"570":16,"6":761,"63":74,"7":843,"79":52,"8":235,"80":43,"9":851,"all_client":159894,"all_tv_clinet":32428,"insert_time":"2014-08-18T13:01:28.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127520,"10":501,"107":912,"11":810,"12":395,"13":650,"14":144,"15":209,"155":164,"156":25,"158":51,"159":36,"16":140,"160":33,"161":303,"167":141,"168":14,"17":358,"18":1100,"19":781,"20":374,"209":69,"21":1189,"210":52,"211":35,"214":63,"215":532,"221":375,"223":992,"224":514,"225":1207,"23":827,"24":2444,"25":1633,"257":192,"26":166,"268":8,"27":111,"273":99,"276":158,"279":152,"28":2067,"281":29,"282":131,"291":106,"292":169,"30":60,"302":30,"31":107,"314":13,"32":63,"33":126,"34":131,"347":41,"35":178,"352":1091,"36":259,"37":85,"38":799,"380":49,"381":135,"383":76,"389":3,"39":175,"391":87,"396":6,"397":97,"40":205,"409":66,"41":158,"414":134,"415":294,"419":19,"42":110,"426":20,"43":132,"430":206,"431":1,"433":7,"44":43,"45":129,"46":575,"48":143,"49":197,"5":2734,"51":92,"52":123,"53":139,"56":53,"570":16,"6":759,"63":71,"7":830,"79":53,"8":215,"80":45,"9":833,"all_client":159994,"all_tv_clinet":32474,"insert_time":"2014-08-18T13:02:29.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127649,"10":512,"107":902,"11":820,"12":380,"13":649,"14":159,"15":208,"155":166,"156":25,"158":46,"159":41,"16":144,"160":33,"161":299,"167":147,"168":13,"17":371,"18":1065,"19":782,"20":380,"209":71,"21":1208,"210":50,"211":37,"214":66,"215":548,"221":386,"223":963,"224":517,"225":1265,"23":804,"24":2463,"25":1532,"257":193,"26":173,"268":7,"27":104,"273":103,"276":161,"279":158,"28":2027,"281":28,"282":130,"291":105,"292":160,"30":64,"302":29,"306":2,"31":109,"314":13,"32":64,"33":126,"34":137,"347":38,"35":189,"352":1112,"36":255,"37":86,"38":791,"380":47,"381":139,"383":74,"389":3,"39":181,"391":87,"396":9,"397":98,"40":204,"409":71,"41":163,"414":127,"415":292,"419":19,"42":98,"426":19,"43":137,"430":209,"431":1,"433":9,"44":47,"45":134,"46":565,"48":137,"49":188,"5":2824,"51":101,"52":116,"53":146,"56":53,"570":15,"6":783,"63":69,"7":798,"79":45,"8":202,"80":51,"9":824,"all_client":160150,"all_tv_clinet":32501,"insert_time":"2014-08-18T13:03:30.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127655,"10":519,"107":908,"11":809,"12":367,"13":662,"14":168,"15":201,"155":165,"156":25,"158":40,"159":45,"16":143,"160":36,"161":313,"167":149,"168":12,"17":371,"18":1036,"19":780,"20":377,"209":72,"21":1225,"210":56,"211":35,"214":67,"215":568,"221":407,"223":945,"224":513,"225":1334,"23":782,"24":2404,"25":1491,"257":194,"26":192,"268":6,"27":103,"273":107,"276":162,"279":161,"28":1955,"281":28,"282":125,"291":105,"292":140,"30":63,"302":24,"306":2,"31":110,"314":10,"32":65,"33":122,"34":139,"347":42,"35":195,"352":1105,"36":246,"37":83,"38":779,"380":47,"381":139,"383":72,"389":4,"39":189,"391":82,"396":13,"397":98,"40":209,"409":77,"41":172,"414":121,"415":299,"419":20,"42":90,"426":21,"43":144,"430":210,"431":1,"433":8,"44":51,"45":141,"46":569,"48":133,"49":191,"5":2927,"51":107,"52":114,"53":143,"56":50,"570":15,"6":783,"63":65,"7":781,"79":44,"8":199,"80":52,"9":808,"all_client":160132,"all_tv_clinet":32477,"insert_time":"2014-08-18T13:04:32.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127728,"10":519,"107":898,"11":816,"12":351,"13":664,"14":192,"15":209,"155":166,"156":28,"158":41,"159":44,"16":141,"160":31,"161":310,"167":151,"168":11,"17":371,"18":1002,"19":768,"20":376,"209":74,"21":1241,"210":49,"211":33,"214":69,"215":583,"221":416,"223":943,"224":514,"225":1380,"23":790,"24":2341,"25":1481,"257":186,"26":203,"268":8,"27":98,"273":106,"276":161,"279":162,"28":1849,"281":28,"282":130,"291":107,"292":123,"30":65,"302":25,"306":2,"31":108,"314":10,"32":60,"33":122,"34":149,"347":46,"35":206,"352":1100,"36":245,"37":84,"38":771,"380":46,"381":141,"383":80,"389":4,"39":199,"391":78,"396":13,"397":98,"40":225,"409":84,"41":180,"414":109,"415":304,"419":23,"42":86,"426":23,"43":144,"430":213,"431":1,"433":10,"44":52,"45":149,"46":568,"48":136,"49":194,"5":3071,"51":111,"52":106,"53":150,"56":46,"570":16,"6":791,"63":61,"7":759,"79":45,"8":197,"80":54,"9":786,"all_client":160238,"all_tv_clinet":32510,"insert_time":"2014-08-18T13:05:33.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127819,"10":519,"107":917,"11":825,"12":322,"13":667,"14":207,"15":220,"155":167,"156":26,"158":41,"159":46,"16":144,"160":30,"161":313,"167":147,"168":11,"17":362,"18":979,"19":794,"20":384,"209":79,"21":1219,"210":49,"211":33,"214":68,"215":590,"221":412,"223":921,"224":514,"225":1427,"23":786,"24":2304,"25":1460,"257":188,"26":210,"268":9,"27":97,"273":107,"276":164,"279":161,"28":1777,"281":27,"282":130,"291":104,"292":108,"30":71,"302":25,"306":2,"31":110,"314":10,"32":59,"33":121,"34":161,"347":54,"35":212,"352":1080,"36":246,"37":89,"38":747,"380":45,"381":137,"383":85,"389":4,"39":205,"391":80,"396":13,"397":99,"40":234,"409":82,"41":192,"414":109,"415":330,"419":21,"42":81,"426":20,"43":141,"430":216,"433":8,"44":52,"45":152,"46":571,"48":130,"49":189,"5":3189,"51":112,"52":101,"53":145,"56":39,"570":16,"6":759,"63":61,"7":766,"79":44,"8":191,"80":53,"9":775,"all_client":160318,"all_tv_clinet":32499,"insert_time":"2014-08-18T13:06:34.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127808,"10":524,"107":932,"11":836,"12":277,"13":677,"14":225,"15":244,"155":166,"156":26,"158":41,"159":43,"16":144,"160":26,"161":327,"167":141,"168":14,"17":360,"18":956,"19":801,"20":399,"209":82,"21":1174,"210":51,"211":36,"214":67,"215":598,"221":416,"223":913,"224":516,"225":1471,"23":779,"24":2268,"25":1457,"257":183,"26":200,"268":10,"27":97,"273":110,"276":161,"279":157,"28":1730,"281":27,"282":128,"291":103,"292":100,"30":68,"302":26,"306":2,"31":104,"314":10,"32":51,"33":117,"34":173,"347":57,"35":226,"352":1072,"36":254,"37":96,"38":752,"380":45,"381":141,"383":91,"389":2,"39":213,"391":80,"396":12,"397":98,"40":240,"409":85,"41":202,"414":102,"415":348,"419":18,"42":77,"426":23,"43":131,"430":220,"433":7,"44":50,"45":153,"46":583,"48":128,"49":184,"5":3270,"51":118,"52":95,"53":145,"56":37,"570":14,"6":720,"63":64,"7":764,"79":53,"8":186,"80":55,"9":783,"all_client":160346,"all_tv_clinet":32538,"insert_time":"2014-08-18T13:07:35.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127837,"10":525,"107":926,"11":866,"12":250,"13":666,"14":227,"15":251,"155":168,"156":28,"158":39,"159":41,"16":140,"160":25,"161":332,"167":147,"168":16,"17":358,"18":930,"19":816,"20":414,"209":77,"21":1132,"210":50,"211":38,"214":65,"215":614,"221":411,"223":897,"224":536,"225":1509,"23":750,"24":2248,"25":1454,"257":183,"26":186,"268":9,"27":98,"273":109,"276":161,"279":163,"28":1712,"281":25,"282":127,"291":105,"292":91,"30":65,"302":27,"306":2,"31":110,"314":11,"32":52,"33":114,"34":170,"347":57,"35":228,"352":1092,"36":242,"37":92,"38":752,"380":44,"381":143,"383":86,"389":2,"39":226,"391":76,"396":15,"397":98,"40":238,"409":85,"41":199,"414":96,"415":361,"419":16,"42":79,"426":28,"43":123,"430":228,"433":6,"44":45,"45":143,"46":573,"48":125,"49":182,"5":3382,"51":122,"52":89,"53":145,"56":37,"570":12,"6":699,"63":63,"7":776,"79":50,"8":184,"80":64,"9":755,"all_client":160361,"all_tv_clinet":32524,"insert_time":"2014-08-18T13:08:36.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127950,"10":528,"107":920,"11":891,"12":224,"13":670,"14":232,"15":266,"155":169,"156":32,"158":35,"159":39,"16":143,"160":27,"161":347,"167":151,"168":19,"17":369,"18":911,"19":807,"20":415,"209":76,"21":1085,"210":48,"211":38,"214":65,"215":628,"221":405,"223":929,"224":580,"225":1525,"23":728,"24":2220,"25":1451,"257":180,"26":168,"268":10,"27":104,"273":109,"276":162,"279":166,"28":1698,"281":24,"282":126,"291":104,"292":98,"30":59,"302":27,"306":2,"31":110,"314":11,"32":57,"33":105,"34":155,"347":61,"35":212,"352":1077,"36":240,"37":88,"38":774,"380":45,"381":146,"383":82,"389":2,"39":230,"391":76,"396":15,"397":96,"40":242,"409":81,"41":193,"414":83,"415":336,"419":13,"42":81,"426":39,"43":119,"430":232,"433":5,"44":47,"45":125,"46":557,"48":127,"49":190,"5":3480,"51":126,"52":89,"53":147,"56":32,"570":12,"6":678,"63":65,"7":800,"79":50,"8":185,"80":62,"9":722,"all_client":160460,"all_tv_clinet":32510,"insert_time":"2014-08-18T13:09:37.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127923,"10":528,"107":932,"11":897,"12":208,"13":661,"14":239,"15":285,"155":172,"156":33,"158":34,"159":44,"16":142,"160":28,"161":358,"167":157,"168":19,"17":381,"18":906,"19":744,"20":382,"209":76,"21":1028,"210":44,"211":37,"214":64,"215":602,"221":410,"223":936,"224":607,"225":1554,"23":722,"24":2235,"25":1443,"257":185,"26":162,"268":9,"27":104,"273":109,"276":165,"279":169,"28":1684,"281":25,"282":128,"291":106,"292":104,"30":57,"302":27,"306":2,"31":107,"314":11,"32":69,"33":101,"34":141,"347":63,"35":196,"352":1085,"36":245,"37":75,"38":742,"380":45,"381":145,"383":77,"389":3,"39":233,"391":75,"396":15,"397":92,"40":245,"409":88,"41":194,"414":85,"415":319,"419":13,"42":80,"426":39,"43":111,"430":235,"433":4,"44":46,"45":116,"46":520,"48":125,"49":195,"5":3564,"51":125,"52":87,"53":158,"56":30,"570":14,"6":658,"63":63,"7":814,"79":43,"8":187,"80":67,"9":738,"all_client":160350,"all_tv_clinet":32427,"insert_time":"2014-08-18T13:10:39.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127974,"10":524,"107":944,"11":925,"12":192,"13":659,"14":238,"15":284,"155":175,"156":34,"158":40,"159":45,"16":141,"160":29,"161":351,"167":162,"168":15,"17":394,"18":894,"19":716,"20":353,"209":77,"21":1008,"210":48,"211":35,"214":63,"215":598,"221":418,"223":921,"224":632,"225":1569,"23":695,"24":2231,"25":1436,"257":194,"26":155,"268":10,"27":110,"273":118,"276":164,"279":167,"28":1683,"281":28,"282":128,"291":107,"292":108,"30":52,"302":27,"306":2,"31":100,"314":9,"32":70,"33":101,"34":128,"347":68,"35":174,"352":1092,"36":242,"37":69,"38":731,"380":46,"381":146,"383":73,"389":3,"39":236,"391":77,"396":13,"397":85,"40":250,"409":92,"41":194,"414":86,"415":346,"419":13,"42":87,"426":40,"43":108,"430":234,"433":4,"44":49,"45":114,"46":492,"48":126,"49":192,"5":3655,"51":121,"52":86,"53":165,"56":28,"570":16,"6":637,"63":62,"7":833,"79":43,"8":196,"80":68,"9":750,"all_client":160423,"all_tv_clinet":32449,"insert_time":"2014-08-18T13:11:40.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128001,"10":522,"107":937,"11":919,"12":175,"13":646,"14":244,"15":295,"155":176,"156":33,"158":41,"159":42,"16":143,"160":30,"161":345,"167":165,"168":13,"17":407,"18":873,"19":689,"20":327,"209":78,"21":1000,"210":47,"211":33,"214":64,"215":605,"221":425,"223":916,"224":660,"225":1610,"23":668,"24":2223,"25":1419,"257":194,"26":152,"268":13,"27":115,"273":112,"276":160,"279":166,"28":1689,"281":28,"282":134,"291":108,"292":113,"30":51,"302":28,"306":1,"31":95,"314":10,"32":65,"33":98,"34":127,"347":69,"35":161,"352":1098,"36":246,"37":64,"38":729,"380":47,"381":156,"383":71,"389":4,"39":240,"391":74,"396":13,"397":82,"40":241,"409":103,"41":201,"414":90,"415":346,"419":14,"42":97,"426":36,"43":112,"430":238,"433":4,"44":51,"45":107,"46":459,"48":131,"49":188,"5":3686,"51":115,"52":88,"53":179,"56":28,"570":16,"6":607,"63":64,"7":856,"79":43,"8":203,"80":69,"9":760,"all_client":160416,"all_tv_clinet":32415,"insert_time":"2014-08-18T13:12:41.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127963,"10":524,"107":900,"11":926,"12":167,"13":653,"14":238,"15":281,"155":180,"156":32,"158":43,"159":37,"16":133,"160":28,"161":331,"167":166,"168":11,"17":412,"18":860,"19":695,"20":306,"209":85,"21":1015,"210":43,"211":33,"214":66,"215":636,"221":424,"223":878,"224":679,"225":1636,"23":669,"24":2199,"25":1421,"257":192,"26":148,"268":17,"27":118,"273":113,"276":160,"279":164,"28":1673,"281":31,"282":139,"291":107,"292":125,"30":51,"302":28,"306":1,"31":92,"314":11,"32":61,"33":101,"34":127,"347":74,"35":155,"352":1110,"36":239,"37":64,"38":744,"380":48,"381":160,"383":74,"389":4,"39":250,"391":73,"396":13,"397":81,"40":220,"409":103,"41":202,"414":91,"415":364,"419":15,"42":105,"426":37,"43":121,"430":238,"433":4,"44":55,"45":105,"46":422,"48":132,"49":182,"5":3730,"51":112,"52":88,"53":191,"56":27,"570":18,"6":594,"63":63,"7":870,"79":45,"8":213,"80":70,"9":754,"all_client":160389,"all_tv_clinet":32426,"insert_time":"2014-08-18T13:13:42.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128051,"10":526,"107":882,"11":932,"12":166,"13":657,"14":242,"15":269,"155":181,"156":30,"158":42,"159":34,"16":139,"160":30,"161":345,"167":167,"168":9,"17":419,"18":845,"19":699,"20":278,"209":92,"21":1018,"210":43,"211":30,"214":65,"215":637,"221":428,"223":858,"224":684,"225":1635,"23":675,"24":2187,"25":1462,"257":192,"26":150,"268":17,"27":125,"273":104,"276":159,"279":163,"28":1672,"281":33,"282":140,"291":108,"292":128,"30":49,"302":27,"306":1,"31":92,"314":10,"32":68,"33":102,"34":117,"347":72,"35":145,"352":1094,"36":237,"37":63,"38":755,"380":49,"381":158,"383":82,"389":5,"39":248,"391":73,"396":16,"397":79,"40":189,"409":107,"41":204,"414":88,"415":375,"419":15,"42":107,"426":38,"43":128,"430":238,"433":4,"44":56,"45":100,"46":396,"48":141,"49":184,"5":3776,"51":105,"52":85,"53":190,"56":25,"570":18,"6":574,"63":63,"7":868,"79":43,"8":225,"80":67,"9":756,"all_client":160455,"all_tv_clinet":32404,"insert_time":"2014-08-18T13:14:44.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128080,"10":522,"107":882,"11":922,"12":160,"13":645,"14":251,"15":265,"155":183,"156":30,"158":43,"159":35,"16":141,"160":33,"161":352,"167":165,"168":9,"17":425,"18":832,"19":705,"20":266,"209":85,"21":1014,"210":43,"211":31,"214":65,"215":643,"221":429,"223":815,"224":694,"225":1640,"23":688,"24":2175,"25":1506,"257":199,"26":148,"268":17,"27":131,"273":100,"276":160,"279":159,"28":1652,"281":33,"282":143,"291":106,"292":139,"30":44,"302":27,"306":1,"31":91,"314":7,"32":66,"33":98,"34":111,"347":72,"35":138,"352":1088,"36":239,"37":64,"38":749,"380":48,"381":150,"383":81,"389":5,"39":235,"391":67,"396":15,"397":81,"40":170,"409":106,"41":197,"414":85,"415":412,"419":14,"42":105,"426":41,"43":126,"430":242,"433":4,"44":56,"45":95,"46":391,"48":141,"49":181,"5":3815,"51":106,"52":86,"53":186,"56":25,"570":17,"6":570,"63":65,"7":871,"79":44,"8":238,"80":66,"9":765,"all_client":160458,"all_tv_clinet":32378,"insert_time":"2014-08-18T13:15:45.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128074,"10":525,"107":895,"11":913,"12":149,"13":632,"14":255,"15":275,"155":180,"156":29,"158":44,"159":35,"16":143,"160":35,"161":366,"167":166,"168":8,"17":424,"18":816,"19":715,"20":254,"209":88,"21":1028,"210":40,"211":31,"214":65,"215":653,"221":434,"223":810,"224":700,"225":1638,"23":692,"24":2175,"25":1539,"257":196,"26":145,"268":17,"27":133,"273":99,"276":156,"279":164,"28":1669,"281":35,"282":141,"291":105,"292":149,"30":43,"302":28,"306":1,"31":88,"314":8,"32":63,"33":95,"34":108,"347":71,"35":130,"352":1094,"36":230,"37":64,"38":782,"380":51,"381":151,"383":77,"389":8,"39":207,"391":67,"396":19,"397":83,"40":163,"409":97,"41":179,"414":88,"415":407,"419":14,"42":102,"426":36,"43":127,"430":243,"433":6,"44":57,"45":94,"46":381,"48":145,"49":183,"5":3830,"51":102,"52":83,"53":182,"56":21,"570":14,"6":561,"63":64,"7":858,"79":40,"8":248,"80":64,"9":793,"all_client":160485,"all_tv_clinet":32411,"insert_time":"2014-08-18T13:16:46.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128106,"10":532,"107":884,"11":897,"12":136,"13":624,"14":269,"15":278,"155":182,"156":26,"158":44,"159":39,"16":145,"160":37,"161":362,"167":167,"168":7,"17":420,"18":806,"19":718,"20":263,"209":82,"21":1050,"210":40,"211":31,"214":64,"215":649,"221":434,"223":801,"224":708,"225":1635,"23":719,"24":2207,"25":1575,"257":193,"26":149,"268":20,"27":131,"273":94,"276":153,"279":162,"28":1675,"281":33,"282":141,"291":99,"292":154,"30":43,"302":30,"306":2,"31":87,"314":7,"32":61,"33":97,"34":107,"347":70,"35":125,"352":1105,"36":227,"37":64,"38":800,"380":52,"381":152,"383":78,"389":8,"39":195,"391":66,"396":19,"397":85,"40":156,"409":83,"41":166,"414":92,"415":385,"419":12,"42":102,"426":33,"43":127,"430":247,"433":6,"44":57,"45":94,"46":376,"48":142,"49":185,"5":3843,"51":100,"52":81,"53":182,"56":19,"570":13,"6":522,"63":63,"7":859,"79":38,"8":252,"80":64,"9":812,"all_client":160532,"all_tv_clinet":32426,"insert_time":"2014-08-18T13:17:48.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128121,"10":532,"107":882,"11":894,"12":132,"13":620,"14":265,"15":289,"155":184,"156":25,"158":46,"159":42,"16":136,"160":38,"161":356,"167":163,"168":8,"17":411,"18":802,"19":731,"20":262,"209":76,"21":1067,"210":40,"211":29,"214":64,"215":648,"221":438,"223":776,"224":708,"225":1631,"23":743,"24":2232,"25":1623,"257":195,"26":141,"268":19,"27":129,"273":104,"276":153,"279":164,"28":1694,"281":33,"282":141,"291":98,"292":139,"30":44,"302":30,"306":2,"31":87,"314":8,"32":58,"33":100,"34":103,"347":70,"35":125,"352":1108,"36":225,"37":62,"38":827,"380":56,"381":148,"383":83,"389":8,"39":187,"391":65,"396":20,"397":88,"40":151,"409":81,"41":158,"414":100,"415":362,"419":11,"42":105,"426":28,"43":131,"430":247,"433":7,"434":1,"44":51,"45":96,"46":372,"48":142,"49":195,"5":3884,"51":90,"52":86,"53":182,"56":18,"570":12,"6":468,"63":60,"7":860,"79":38,"8":257,"80":62,"9":845,"all_client":160628,"all_tv_clinet":32507,"insert_time":"2014-08-18T13:18:49.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128106,"10":537,"107":893,"11":895,"12":134,"13":608,"14":269,"15":298,"155":181,"156":19,"158":47,"159":42,"16":139,"160":43,"161":358,"167":163,"168":9,"17":412,"18":798,"19":741,"20":261,"209":69,"21":1079,"210":39,"211":26,"214":65,"215":654,"221":431,"223":741,"224":709,"225":1629,"23":778,"24":2262,"25":1639,"257":193,"26":142,"268":19,"27":132,"273":105,"276":153,"279":165,"28":1724,"281":30,"282":142,"291":94,"292":122,"30":47,"302":28,"306":2,"31":87,"314":7,"32":59,"33":97,"34":102,"347":70,"35":118,"352":1106,"36":224,"37":63,"38":830,"380":57,"381":152,"383":83,"389":7,"39":180,"391":64,"396":21,"397":89,"40":139,"409":79,"41":158,"414":119,"415":341,"419":11,"42":103,"426":24,"43":131,"430":222,"433":7,"434":1,"44":43,"45":91,"46":371,"48":142,"49":209,"5":3923,"51":86,"52":90,"53":180,"56":17,"570":10,"6":409,"63":59,"7":870,"79":37,"8":258,"80":60,"9":884,"all_client":160662,"all_tv_clinet":32556,"insert_time":"2014-08-18T13:19:55.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128205,"10":540,"107":913,"11":901,"12":135,"13":610,"14":262,"15":317,"155":180,"156":22,"158":44,"159":37,"16":142,"160":45,"161":355,"167":162,"168":9,"17":407,"18":781,"19":750,"20":258,"209":67,"21":1073,"210":35,"211":28,"214":64,"215":659,"221":439,"223":746,"224":716,"225":1617,"23":794,"24":2279,"25":1649,"257":196,"26":131,"268":18,"27":133,"273":116,"276":153,"279":169,"28":1737,"281":26,"282":141,"291":95,"292":113,"30":45,"302":30,"306":2,"31":84,"314":7,"32":57,"33":97,"34":98,"347":70,"35":117,"352":1094,"36":222,"37":67,"38":825,"380":58,"381":156,"383":85,"389":7,"39":180,"391":65,"396":20,"397":88,"40":131,"409":74,"41":156,"414":127,"415":326,"419":10,"42":104,"426":24,"43":131,"430":198,"433":8,"434":1,"44":39,"45":91,"46":369,"48":135,"49":211,"5":3956,"51":84,"52":91,"53":171,"56":18,"570":10,"6":377,"63":57,"7":860,"79":38,"8":269,"80":59,"9":924,"all_client":160792,"all_tv_clinet":32587,"insert_time":"2014-08-18T13:20:56.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128133,"10":536,"107":910,"11":884,"12":134,"13":609,"14":238,"15":330,"155":180,"156":23,"158":44,"159":31,"16":140,"160":46,"161":354,"167":164,"168":8,"17":403,"18":785,"19":744,"20":252,"209":68,"21":1083,"210":37,"211":27,"214":65,"215":666,"221":441,"223":739,"224":717,"225":1621,"23":813,"24":2313,"25":1657,"257":195,"26":131,"268":18,"27":132,"273":120,"276":152,"279":166,"28":1761,"281":26,"282":135,"291":98,"292":106,"30":46,"302":30,"306":2,"31":82,"314":5,"32":57,"33":96,"34":101,"347":67,"35":125,"352":1085,"36":221,"37":69,"38":824,"380":59,"381":155,"383":79,"389":6,"39":176,"391":63,"396":17,"397":90,"40":136,"409":73,"41":153,"414":136,"415":309,"419":11,"42":110,"426":27,"43":131,"430":167,"433":8,"434":1,"44":40,"45":99,"46":361,"48":126,"49":220,"5":3963,"51":79,"52":87,"53":169,"56":19,"570":8,"6":352,"63":60,"7":867,"79":38,"8":274,"80":61,"9":949,"all_client":160724,"all_tv_clinet":32591,"insert_time":"2014-08-18T13:21:58.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128057,"10":539,"107":917,"11":875,"12":143,"13":612,"14":228,"15":338,"155":182,"156":23,"158":45,"159":24,"16":142,"160":49,"161":349,"167":166,"168":10,"17":400,"18":788,"19":733,"20":254,"209":67,"21":1087,"210":34,"211":27,"214":64,"215":672,"221":436,"223":714,"224":728,"225":1636,"23":822,"24":2328,"25":1672,"257":194,"26":132,"268":19,"27":135,"273":117,"276":143,"279":162,"28":1777,"281":25,"282":133,"291":102,"292":102,"30":48,"302":29,"306":2,"31":90,"314":5,"32":53,"33":103,"34":100,"347":68,"35":123,"352":1079,"36":225,"37":73,"38":809,"380":60,"381":154,"383":77,"389":6,"39":172,"391":61,"396":15,"397":88,"40":131,"409":75,"41":148,"414":136,"415":323,"419":11,"42":114,"426":26,"43":132,"430":160,"433":8,"434":1,"44":37,"45":94,"46":361,"48":131,"49":220,"5":3982,"51":75,"52":87,"53":175,"56":21,"570":7,"6":330,"63":59,"7":872,"79":37,"8":266,"80":60,"9":949,"all_client":160670,"all_tv_clinet":32613,"insert_time":"2014-08-18T13:22:59.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128091,"10":543,"107":892,"11":863,"12":147,"13":612,"14":211,"15":347,"155":180,"156":23,"158":45,"159":21,"16":141,"160":47,"161":343,"167":168,"168":11,"17":399,"18":781,"19":742,"20":264,"209":69,"21":1080,"210":33,"211":26,"214":66,"215":676,"221":447,"223":705,"224":729,"225":1626,"23":839,"24":2346,"25":1679,"257":188,"26":133,"268":18,"27":137,"273":116,"276":135,"279":163,"28":1794,"281":26,"282":133,"291":102,"292":97,"30":49,"302":28,"306":2,"31":87,"314":6,"32":50,"33":103,"34":107,"347":70,"35":123,"352":1080,"36":220,"37":73,"38":807,"380":61,"381":143,"383":73,"389":6,"39":172,"391":58,"396":15,"397":89,"40":123,"409":75,"41":148,"414":141,"415":323,"419":12,"42":113,"426":25,"43":135,"430":149,"433":7,"434":1,"44":37,"45":102,"46":372,"48":130,"49":222,"5":3985,"51":70,"52":91,"53":181,"56":23,"570":6,"6":320,"63":58,"7":864,"79":43,"8":267,"80":58,"9":945,"all_client":160682,"all_tv_clinet":32591,"insert_time":"2014-08-18T13:24:00.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128130,"10":536,"107":885,"11":879,"12":156,"13":613,"14":205,"15":354,"155":172,"156":23,"158":45,"159":20,"16":140,"160":52,"161":336,"167":169,"168":12,"17":394,"18":770,"19":717,"20":272,"209":68,"21":1071,"210":31,"211":28,"214":72,"215":668,"221":437,"223":698,"224":739,"225":1637,"23":858,"24":2360,"25":1684,"257":189,"26":140,"268":17,"27":136,"273":113,"276":118,"279":152,"28":1800,"281":27,"282":140,"291":100,"292":102,"30":50,"302":27,"306":3,"31":88,"314":9,"32":50,"33":106,"34":97,"347":70,"35":120,"352":1084,"36":224,"37":71,"38":804,"380":62,"381":143,"383":80,"389":7,"39":166,"391":58,"396":17,"397":90,"40":117,"409":72,"41":147,"414":149,"415":314,"419":12,"42":110,"426":25,"43":141,"430":139,"433":9,"434":1,"44":36,"45":101,"46":373,"48":129,"49":223,"5":3999,"51":69,"52":90,"53":180,"56":24,"570":6,"6":318,"63":53,"7":852,"79":42,"8":262,"80":60,"9":943,"all_client":160687,"all_tv_clinet":32557,"insert_time":"2014-08-18T13:25:01.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128163,"10":502,"107":878,"11":888,"12":172,"13":601,"14":199,"15":362,"155":161,"156":24,"158":48,"159":17,"16":139,"160":57,"161":330,"167":173,"168":12,"17":394,"18":759,"19":694,"20":274,"209":66,"21":1093,"210":32,"211":28,"214":72,"215":668,"221":432,"223":705,"224":744,"225":1630,"23":863,"24":2396,"25":1695,"257":190,"26":144,"268":16,"27":138,"273":107,"276":113,"279":144,"28":1807,"281":28,"282":141,"291":95,"292":103,"30":52,"302":27,"306":3,"31":87,"314":9,"32":45,"33":103,"34":95,"347":69,"35":120,"352":1067,"36":226,"37":72,"38":777,"380":63,"381":140,"383":80,"389":7,"39":160,"391":56,"396":15,"397":89,"40":121,"409":75,"41":145,"414":157,"415":313,"419":12,"42":111,"426":21,"43":140,"430":131,"433":9,"434":1,"44":34,"45":101,"46":395,"48":126,"49":224,"5":4008,"51":66,"52":90,"53":176,"56":24,"570":5,"6":327,"63":48,"7":843,"79":41,"8":264,"80":62,"9":956,"all_client":160685,"all_tv_clinet":32522,"insert_time":"2014-08-18T13:26:02.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128211,"10":449,"107":877,"11":904,"12":183,"13":594,"14":198,"15":364,"155":141,"156":25,"158":55,"159":17,"16":136,"160":63,"161":321,"167":174,"168":13,"17":397,"18":759,"19":652,"20":271,"209":57,"21":1087,"210":33,"211":30,"214":71,"215":654,"221":434,"223":708,"224":744,"225":1634,"23":886,"24":2432,"25":1702,"257":192,"26":141,"268":15,"27":135,"273":102,"276":107,"279":131,"28":1837,"281":28,"282":138,"291":90,"292":110,"30":52,"302":26,"306":3,"31":89,"314":9,"32":51,"33":107,"34":95,"347":69,"35":125,"352":1050,"36":224,"37":73,"38":770,"380":62,"381":140,"383":78,"389":7,"39":151,"391":51,"396":11,"397":90,"40":123,"409":84,"41":144,"414":163,"415":302,"419":13,"42":113,"426":21,"43":140,"430":135,"431":1,"433":13,"44":34,"45":101,"46":396,"48":125,"49":231,"5":4035,"51":58,"52":87,"53":169,"56":24,"570":5,"6":321,"63":46,"7":868,"79":39,"8":263,"80":67,"9":960,"all_client":160716,"all_tv_clinet":32505,"insert_time":"2014-08-18T13:27:03.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128231,"10":412,"107":858,"11":908,"12":196,"13":592,"14":197,"15":364,"155":130,"156":29,"158":58,"159":18,"16":132,"160":64,"161":305,"167":177,"168":12,"17":392,"18":759,"19":634,"20":278,"209":54,"21":1087,"210":33,"211":33,"214":69,"215":666,"221":435,"223":707,"224":748,"225":1611,"23":890,"24":2442,"25":1710,"257":190,"26":140,"268":15,"27":135,"273":96,"276":102,"279":125,"28":1847,"281":28,"282":136,"291":85,"292":122,"30":51,"302":28,"306":2,"31":88,"314":8,"32":45,"33":112,"34":99,"347":69,"35":120,"352":1047,"36":226,"37":71,"38":776,"380":59,"381":135,"383":72,"389":7,"39":148,"391":51,"396":10,"397":92,"40":129,"409":90,"41":152,"414":166,"415":293,"419":11,"42":105,"426":22,"43":135,"430":130,"431":1,"433":11,"44":31,"45":101,"46":405,"48":134,"49":233,"5":4066,"51":61,"52":88,"53":177,"56":24,"570":5,"6":314,"63":43,"7":878,"79":40,"8":260,"80":70,"9":976,"all_client":160719,"all_tv_clinet":32488,"insert_time":"2014-08-18T13:28:04.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128206,"10":392,"107":843,"11":930,"12":206,"13":597,"14":211,"15":354,"155":125,"156":29,"158":59,"159":16,"16":131,"160":66,"161":297,"167":176,"168":10,"17":394,"18":763,"19":611,"20":273,"209":59,"21":1088,"210":31,"211":33,"214":67,"215":671,"221":443,"223":716,"224":751,"225":1600,"23":892,"24":2431,"25":1718,"257":193,"26":141,"268":15,"27":133,"273":96,"276":103,"279":118,"28":1852,"281":26,"282":128,"291":84,"292":136,"30":53,"302":28,"306":2,"31":89,"314":7,"32":42,"33":113,"34":99,"347":71,"35":117,"352":1057,"36":216,"37":70,"38":789,"380":59,"381":131,"383":72,"389":8,"39":151,"391":48,"396":11,"397":95,"40":128,"409":98,"41":157,"414":162,"415":279,"419":10,"42":103,"426":27,"43":138,"430":121,"431":1,"433":12,"44":30,"45":102,"46":403,"48":133,"49":228,"5":4075,"51":58,"52":86,"53":173,"56":24,"570":5,"6":308,"63":41,"7":891,"79":39,"8":267,"80":70,"9":990,"all_client":160701,"all_tv_clinet":32495,"insert_time":"2014-08-18T13:29:05.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128225,"10":365,"107":850,"11":896,"12":218,"13":600,"14":210,"15":330,"155":120,"156":32,"158":62,"159":16,"16":126,"160":67,"161":294,"167":181,"168":10,"17":402,"18":757,"19":608,"20":272,"209":60,"21":1090,"210":31,"211":31,"214":62,"215":687,"221":433,"223":703,"224":755,"225":1593,"23":887,"24":2409,"25":1726,"257":196,"26":139,"268":16,"27":137,"273":91,"276":105,"279":110,"28":1862,"281":26,"282":121,"291":82,"292":144,"30":55,"302":26,"306":2,"31":90,"314":8,"32":37,"33":113,"34":102,"347":67,"35":117,"352":1044,"36":223,"37":71,"38":786,"380":58,"381":127,"383":72,"389":8,"39":146,"391":50,"396":11,"397":96,"40":136,"409":102,"41":162,"414":157,"415":294,"419":10,"42":102,"426":29,"43":139,"430":119,"431":1,"433":11,"44":30,"45":100,"46":417,"48":133,"49":235,"5":4095,"51":61,"52":88,"53":171,"56":27,"570":7,"6":312,"63":42,"7":887,"79":41,"8":275,"80":72,"9":983,"all_client":160684,"all_tv_clinet":32459,"insert_time":"2014-08-18T13:30:06.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128242,"10":349,"107":865,"11":852,"12":237,"13":604,"14":222,"15":298,"155":109,"156":37,"158":62,"159":16,"16":121,"160":74,"161":282,"167":185,"168":9,"17":402,"18":751,"19":620,"20":270,"209":55,"21":1098,"210":29,"211":34,"214":59,"215":686,"221":415,"223":718,"224":753,"225":1606,"23":898,"24":2393,"25":1734,"257":192,"26":137,"268":18,"27":134,"273":86,"276":105,"279":106,"28":1863,"281":26,"282":113,"291":81,"292":151,"30":56,"302":23,"306":2,"31":91,"314":7,"32":37,"33":118,"34":100,"347":59,"35":119,"352":1067,"36":213,"37":74,"38":774,"380":58,"381":121,"383":69,"389":8,"39":155,"391":52,"396":13,"397":97,"40":143,"409":97,"41":155,"414":156,"415":299,"419":12,"42":102,"426":28,"43":141,"430":116,"431":1,"433":11,"434":1,"44":30,"45":101,"46":426,"48":130,"49":238,"5":4118,"51":56,"52":87,"53":168,"56":29,"570":8,"6":323,"63":41,"7":888,"79":42,"8":282,"80":74,"9":937,"all_client":160650,"all_tv_clinet":32408,"insert_time":"2014-08-18T13:31:07.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128182,"10":351,"107":874,"11":804,"12":264,"13":606,"14":227,"15":290,"155":99,"156":34,"158":65,"159":17,"16":123,"160":80,"161":275,"167":186,"168":10,"17":397,"18":734,"19":645,"20":271,"209":52,"21":1093,"210":28,"211":34,"214":55,"215":683,"221":404,"223":733,"224":750,"225":1624,"23":911,"24":2391,"25":1750,"257":192,"26":137,"268":17,"27":131,"273":89,"276":106,"279":101,"28":1864,"281":28,"282":112,"291":81,"292":158,"30":56,"302":21,"306":3,"31":90,"314":8,"32":41,"33":122,"34":98,"347":55,"35":127,"352":1069,"36":212,"37":75,"38":778,"380":59,"381":120,"383":65,"389":8,"39":156,"391":52,"396":15,"397":96,"40":146,"409":84,"41":150,"414":151,"415":269,"419":12,"42":101,"426":28,"43":142,"430":118,"431":1,"433":10,"434":1,"44":33,"45":104,"46":436,"48":127,"49":240,"5":4138,"51":49,"52":88,"53":152,"56":29,"570":9,"6":330,"63":40,"7":906,"79":42,"8":279,"80":71,"9":898,"all_client":160568,"all_tv_clinet":32386,"insert_time":"2014-08-18T13:32:09.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128012,"10":349,"107":870,"11":761,"12":283,"13":597,"14":232,"15":296,"155":96,"156":33,"158":67,"159":17,"16":123,"160":85,"161":284,"167":186,"168":10,"17":403,"18":707,"19":642,"20":275,"209":49,"21":1092,"210":25,"211":35,"214":55,"215":677,"221":415,"223":705,"224":751,"225":1614,"23":910,"24":2397,"25":1770,"257":186,"26":138,"268":18,"27":135,"273":86,"276":107,"279":97,"28":1876,"281":27,"282":107,"291":82,"292":155,"30":59,"302":25,"306":4,"31":97,"314":8,"32":42,"33":126,"34":101,"347":52,"35":134,"352":1080,"36":215,"37":75,"38":776,"380":59,"381":123,"383":68,"389":8,"39":153,"391":55,"396":16,"397":96,"40":145,"409":83,"41":149,"414":155,"415":230,"419":12,"42":100,"426":27,"43":142,"430":124,"431":1,"433":9,"434":1,"44":33,"45":104,"46":439,"48":119,"49":242,"5":4174,"51":47,"52":90,"53":141,"56":30,"570":9,"6":338,"63":38,"7":932,"79":42,"8":284,"80":69,"9":883,"all_client":160401,"all_tv_clinet":32389,"insert_time":"2014-08-18T13:33:10.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127874,"10":342,"107":881,"11":742,"12":287,"13":607,"14":226,"15":298,"155":94,"156":33,"158":71,"159":14,"16":116,"160":87,"161":292,"167":180,"168":10,"17":404,"18":688,"19":650,"20":277,"209":53,"21":1101,"210":25,"211":33,"214":53,"215":677,"221":422,"223":691,"224":752,"225":1619,"23":929,"24":2422,"25":1781,"257":182,"26":135,"268":18,"27":133,"273":91,"276":111,"279":96,"28":1882,"281":27,"282":118,"291":83,"292":135,"30":61,"302":29,"306":3,"31":99,"314":11,"32":39,"33":132,"34":106,"347":50,"35":133,"352":1073,"36":207,"37":78,"38":762,"380":59,"381":124,"383":69,"389":8,"39":155,"391":55,"396":13,"397":95,"40":150,"409":77,"41":150,"414":152,"415":210,"419":13,"42":102,"426":28,"43":138,"430":127,"431":1,"433":11,"44":35,"45":103,"46":446,"48":118,"49":244,"5":4186,"51":45,"52":91,"53":136,"56":30,"570":9,"6":342,"63":33,"7":931,"79":46,"8":283,"80":69,"9":887,"all_client":160296,"all_tv_clinet":32422,"insert_time":"2014-08-18T13:34:11.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127793,"10":328,"107":890,"11":710,"12":302,"13":608,"14":223,"15":320,"155":89,"156":33,"158":73,"159":16,"16":114,"160":80,"161":291,"167":177,"168":11,"17":386,"18":678,"19":641,"20":278,"209":54,"21":1112,"210":25,"211":32,"214":52,"215":664,"221":416,"223":688,"224":752,"225":1634,"23":926,"24":2437,"25":1796,"257":171,"26":136,"268":17,"27":128,"273":88,"276":109,"279":92,"28":1881,"281":26,"282":122,"291":85,"292":110,"30":63,"302":29,"306":4,"31":99,"314":9,"32":35,"33":128,"34":107,"347":46,"35":136,"352":1058,"36":212,"37":80,"38":752,"380":58,"381":124,"383":72,"389":8,"39":157,"391":52,"396":13,"397":95,"40":153,"409":83,"41":146,"414":145,"415":197,"419":15,"42":104,"426":26,"43":143,"430":131,"431":1,"433":11,"44":39,"45":102,"46":453,"48":116,"49":244,"5":4192,"51":45,"52":93,"53":139,"56":34,"570":7,"6":335,"63":38,"7":933,"79":48,"8":281,"80":74,"9":899,"all_client":160158,"all_tv_clinet":32365,"insert_time":"2014-08-18T13:35:12.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127673,"10":313,"107":896,"11":697,"12":302,"13":598,"14":210,"15":342,"155":85,"156":31,"158":73,"159":19,"16":107,"160":81,"161":298,"167":173,"168":12,"17":354,"18":669,"19":639,"20":271,"209":55,"21":1118,"210":25,"211":30,"214":50,"215":654,"221":423,"223":715,"224":754,"225":1617,"23":923,"24":2449,"25":1798,"257":173,"26":142,"268":13,"27":127,"273":92,"276":112,"279":92,"28":1899,"281":25,"282":124,"291":86,"292":101,"30":67,"302":32,"306":3,"31":101,"314":8,"32":35,"33":124,"34":110,"347":40,"35":136,"352":1043,"36":209,"37":83,"38":744,"380":59,"381":129,"383":71,"389":7,"39":154,"391":50,"396":12,"397":95,"40":164,"409":82,"41":147,"414":137,"415":177,"419":15,"42":98,"426":29,"43":143,"430":147,"431":1,"433":10,"44":43,"45":103,"46":471,"48":116,"49":246,"5":4191,"51":40,"52":92,"53":135,"56":37,"570":6,"6":304,"63":37,"7":942,"79":47,"8":280,"80":77,"9":924,"all_client":159993,"all_tv_clinet":32320,"insert_time":"2014-08-18T13:36:14.063Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127609,"10":296,"107":896,"11":681,"12":321,"13":587,"14":191,"15":367,"155":82,"156":28,"158":72,"159":21,"16":106,"160":81,"161":289,"167":176,"168":12,"17":330,"18":679,"19":632,"20":274,"209":56,"21":1118,"210":26,"211":27,"214":49,"215":639,"221":431,"223":744,"224":752,"225":1601,"23":934,"24":2454,"25":1805,"257":163,"26":145,"268":9,"27":129,"273":93,"276":113,"279":87,"28":1920,"281":25,"282":131,"291":84,"292":93,"30":70,"302":32,"306":3,"31":97,"314":8,"32":36,"33":120,"34":109,"347":40,"35":141,"352":1022,"36":214,"37":86,"38":753,"380":59,"381":129,"383":72,"389":6,"39":145,"391":49,"396":12,"397":100,"40":175,"409":80,"41":146,"414":130,"415":168,"419":14,"42":100,"426":29,"43":145,"430":158,"431":1,"433":11,"44":42,"45":105,"46":486,"48":113,"49":246,"5":4198,"51":42,"52":88,"53":126,"56":37,"570":6,"6":267,"63":37,"7":944,"79":44,"8":278,"80":78,"9":948,"all_client":159903,"all_tv_clinet":32294,"insert_time":"2014-08-18T13:37:18.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127536,"10":291,"107":920,"11":679,"12":323,"13":572,"14":183,"15":366,"155":84,"156":30,"158":69,"159":21,"16":108,"160":84,"161":292,"167":173,"168":11,"17":318,"18":693,"19":636,"20":279,"209":54,"21":1117,"210":28,"211":27,"214":47,"215":643,"221":431,"223":745,"224":756,"225":1528,"23":948,"24":2458,"25":1809,"257":163,"26":141,"268":8,"27":132,"273":97,"276":116,"279":84,"28":1940,"281":25,"282":133,"291":85,"292":81,"30":72,"302":30,"306":3,"31":97,"314":8,"32":36,"33":113,"34":115,"347":39,"35":142,"352":1008,"36":199,"37":91,"38":753,"380":58,"381":128,"383":73,"389":7,"39":135,"391":43,"396":9,"397":102,"40":184,"409":81,"41":157,"414":130,"415":156,"419":13,"42":102,"426":31,"43":149,"430":170,"431":1,"433":9,"44":43,"45":104,"46":488,"48":111,"49":245,"5":4209,"51":46,"52":86,"53":121,"56":38,"570":7,"6":260,"63":39,"7":935,"79":43,"8":289,"80":78,"9":961,"all_client":159811,"all_tv_clinet":32275,"insert_time":"2014-08-18T13:38:19.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127422,"10":289,"107":928,"11":689,"12":334,"13":557,"14":177,"15":365,"155":81,"156":33,"158":69,"159":23,"16":106,"160":84,"161":298,"167":171,"168":12,"17":302,"18":689,"19":635,"20":283,"209":52,"21":1120,"210":27,"211":27,"214":44,"215":637,"221":422,"223":751,"224":755,"225":1427,"23":958,"24":2470,"25":1820,"257":161,"26":151,"268":9,"27":130,"273":95,"276":116,"279":82,"28":1961,"281":23,"282":139,"291":85,"292":79,"30":74,"302":28,"306":4,"31":98,"314":5,"32":33,"33":106,"34":112,"347":34,"35":153,"352":1013,"36":192,"37":92,"38":762,"380":58,"381":133,"383":73,"389":7,"39":127,"391":43,"396":10,"397":103,"40":188,"409":76,"41":155,"414":139,"415":147,"419":13,"42":103,"426":27,"43":154,"430":177,"431":1,"433":9,"44":43,"45":105,"46":487,"48":115,"49":246,"5":4220,"51":52,"52":85,"53":115,"56":36,"570":7,"6":275,"63":41,"7":921,"79":43,"8":298,"80":80,"9":966,"all_client":159672,"all_tv_clinet":32250,"insert_time":"2014-08-18T13:39:21.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127274,"10":283,"107":937,"11":708,"12":330,"13":529,"14":178,"15":367,"155":83,"156":35,"158":62,"159":26,"16":109,"160":87,"161":302,"167":175,"168":13,"17":297,"18":676,"19":637,"20":286,"209":51,"21":1123,"210":24,"211":25,"214":38,"215":639,"221":406,"223":757,"224":754,"225":1340,"23":970,"24":2469,"25":1823,"257":168,"26":153,"268":8,"27":129,"273":95,"276":115,"279":81,"28":1979,"281":21,"282":137,"291":84,"292":79,"30":74,"302":28,"306":4,"31":93,"314":4,"32":35,"33":106,"34":111,"347":29,"35":158,"352":1016,"36":199,"37":90,"38":771,"380":57,"381":134,"383":75,"389":7,"39":131,"391":43,"396":13,"397":101,"40":198,"409":77,"41":155,"414":143,"415":145,"419":14,"42":104,"426":24,"43":152,"430":181,"431":1,"433":9,"44":43,"45":104,"46":488,"48":119,"49":245,"5":4243,"51":55,"52":87,"53":110,"56":37,"570":7,"6":277,"63":41,"7":904,"79":45,"8":302,"80":77,"9":977,"all_client":159505,"all_tv_clinet":32231,"insert_time":"2014-08-18T13:40:22.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127199,"10":276,"107":923,"11":713,"12":329,"13":527,"14":171,"15":363,"155":83,"156":34,"158":60,"159":29,"16":107,"160":86,"161":296,"167":175,"168":12,"17":285,"18":695,"19":616,"20":295,"209":49,"21":1102,"210":25,"211":24,"214":36,"215":643,"221":401,"223":761,"224":763,"225":1295,"23":975,"24":2468,"25":1836,"257":161,"26":148,"268":7,"27":138,"273":102,"276":117,"279":82,"28":1986,"281":22,"282":137,"291":83,"292":86,"30":71,"302":28,"306":3,"31":93,"314":6,"32":37,"33":109,"34":114,"347":30,"35":157,"352":989,"36":209,"37":88,"38":771,"380":57,"381":136,"383":74,"389":7,"39":132,"391":43,"396":14,"397":99,"40":199,"409":76,"41":152,"414":149,"415":131,"419":15,"42":101,"426":24,"43":156,"430":177,"431":1,"433":9,"44":43,"45":103,"46":482,"48":126,"49":252,"5":4252,"51":55,"52":91,"53":100,"56":36,"570":6,"6":285,"63":40,"7":880,"79":51,"8":297,"80":79,"9":984,"all_client":159340,"all_tv_clinet":32141,"insert_time":"2014-08-18T13:41:23.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127060,"10":273,"107":921,"11":736,"12":329,"13":509,"14":175,"15":368,"155":85,"156":34,"158":54,"159":27,"16":102,"160":85,"161":282,"167":171,"168":9,"17":277,"18":684,"19":576,"20":301,"209":45,"21":1109,"210":26,"211":25,"214":37,"215":635,"221":396,"223":761,"224":766,"225":1267,"23":978,"24":2475,"25":1844,"257":155,"26":150,"268":6,"27":137,"273":100,"276":117,"279":78,"28":1980,"281":23,"282":134,"291":85,"292":93,"30":70,"302":26,"306":3,"31":89,"314":7,"32":43,"33":109,"34":121,"347":28,"35":165,"352":997,"36":213,"37":83,"38":759,"380":58,"381":137,"383":74,"389":8,"39":134,"391":45,"396":11,"397":99,"40":204,"409":72,"41":157,"414":142,"415":129,"419":14,"42":95,"426":34,"43":149,"430":184,"433":8,"44":44,"45":105,"46":487,"48":121,"49":254,"5":4278,"51":57,"52":96,"53":101,"56":37,"570":6,"6":291,"63":38,"7":864,"79":46,"8":301,"80":77,"9":1002,"all_client":159152,"all_tv_clinet":32092,"insert_time":"2014-08-18T13:42:24.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127067,"10":272,"107":917,"11":735,"12":328,"13":507,"14":172,"15":375,"155":84,"156":35,"158":53,"159":27,"16":97,"160":87,"161":271,"167":167,"168":9,"17":268,"18":665,"19":549,"20":301,"209":39,"21":1098,"210":26,"211":24,"214":35,"215":616,"221":384,"223":772,"224":774,"225":1212,"23":977,"24":2494,"25":1852,"257":158,"26":149,"268":7,"27":138,"273":102,"276":123,"279":76,"28":1996,"281":26,"282":135,"291":83,"292":104,"30":73,"302":27,"306":3,"31":93,"314":7,"32":40,"33":109,"34":121,"347":25,"35":166,"352":1015,"36":198,"37":86,"38":743,"380":60,"381":137,"383":71,"389":8,"39":136,"391":43,"396":10,"397":98,"40":206,"409":76,"41":156,"414":133,"415":120,"419":13,"42":99,"426":43,"43":150,"430":195,"433":7,"44":45,"45":103,"46":493,"48":120,"49":251,"5":4280,"51":54,"52":95,"53":107,"56":39,"570":5,"6":298,"63":35,"7":842,"79":42,"8":302,"80":76,"9":1022,"all_client":159062,"all_tv_clinet":31995,"insert_time":"2014-08-18T13:43:26.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126958,"10":269,"107":908,"11":717,"12":308,"13":496,"14":175,"15":377,"155":86,"156":40,"158":54,"159":28,"16":95,"160":88,"161":266,"167":164,"168":9,"17":271,"18":664,"19":533,"20":304,"209":37,"21":1094,"210":29,"211":23,"214":36,"215":597,"221":388,"223":774,"224":770,"225":1172,"23":974,"24":2499,"25":1854,"257":156,"26":149,"268":7,"27":138,"273":93,"276":127,"279":76,"28":2009,"281":26,"282":137,"291":84,"292":109,"30":75,"302":28,"306":4,"31":95,"314":7,"32":41,"33":110,"34":122,"347":21,"35":170,"352":1018,"36":200,"37":91,"38":752,"380":59,"381":136,"383":75,"389":8,"39":136,"391":43,"396":9,"397":100,"40":206,"409":79,"41":162,"414":116,"415":118,"419":14,"42":101,"426":57,"43":147,"430":196,"431":1,"433":8,"44":46,"45":103,"46":488,"48":119,"49":255,"5":4301,"51":54,"52":98,"53":111,"56":41,"570":4,"6":304,"63":37,"7":823,"79":41,"8":309,"80":68,"9":1048,"all_client":158923,"all_tv_clinet":31965,"insert_time":"2014-08-18T13:44:27.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126742,"10":263,"107":900,"11":732,"12":273,"13":493,"14":186,"15":371,"155":87,"156":43,"158":60,"159":30,"16":97,"160":89,"161":278,"167":167,"168":9,"17":276,"18":672,"19":523,"20":303,"209":40,"21":1105,"210":31,"211":24,"214":33,"215":578,"221":384,"223":782,"224":779,"225":1157,"23":969,"24":2482,"25":1863,"257":156,"26":142,"268":7,"27":138,"273":91,"276":134,"279":73,"28":2003,"281":27,"282":137,"291":83,"292":117,"30":76,"302":29,"306":3,"31":86,"314":6,"32":36,"33":109,"34":127,"347":21,"35":171,"352":1011,"36":206,"37":93,"38":789,"380":58,"381":137,"383":73,"389":8,"39":152,"391":43,"396":11,"397":99,"40":200,"409":83,"41":156,"414":113,"415":114,"419":14,"42":104,"426":54,"43":141,"430":201,"431":1,"433":7,"44":44,"45":107,"46":499,"48":123,"49":254,"5":4213,"51":52,"52":95,"53":114,"56":42,"570":3,"6":330,"63":38,"7":820,"79":39,"8":310,"80":62,"9":1088,"all_client":158694,"all_tv_clinet":31952,"insert_time":"2014-08-18T13:45:28.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126551,"10":265,"107":889,"11":750,"12":246,"13":498,"14":198,"15":371,"155":87,"156":45,"158":60,"159":30,"16":102,"160":93,"161":279,"167":164,"168":9,"17":287,"18":708,"19":518,"20":300,"209":41,"21":1106,"210":32,"211":25,"214":32,"215":571,"221":395,"223":787,"224":792,"225":1131,"23":979,"24":2476,"25":1885,"257":155,"26":134,"268":6,"27":137,"273":88,"276":138,"279":74,"28":2012,"281":28,"282":143,"291":84,"292":122,"30":75,"302":27,"306":3,"31":85,"314":5,"32":38,"33":109,"34":124,"347":20,"35":168,"352":1026,"36":209,"37":96,"38":801,"380":56,"381":142,"383":76,"389":7,"39":154,"391":44,"396":12,"397":96,"40":188,"409":81,"41":148,"414":112,"415":119,"419":15,"42":105,"426":54,"43":144,"430":210,"431":1,"433":7,"44":41,"45":110,"46":514,"48":125,"49":267,"5":3946,"51":49,"52":97,"53":112,"56":43,"570":3,"6":360,"63":37,"7":835,"79":40,"8":312,"80":52,"9":1139,"all_client":158462,"all_tv_clinet":31911,"insert_time":"2014-08-18T13:46:29.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126455,"10":258,"107":897,"11":768,"12":225,"13":510,"14":184,"15":372,"155":88,"156":46,"158":60,"159":20,"16":116,"160":97,"161":282,"167":166,"168":8,"17":305,"18":723,"19":514,"20":299,"209":42,"21":1120,"210":32,"211":24,"214":34,"215":578,"221":397,"223":828,"224":802,"225":1087,"23":987,"24":2500,"25":1905,"257":169,"26":137,"268":6,"27":141,"273":84,"276":143,"279":68,"28":2024,"281":26,"282":144,"291":85,"292":123,"30":72,"302":26,"306":3,"31":87,"314":5,"32":36,"33":108,"34":123,"347":18,"35":172,"352":1043,"36":216,"37":94,"38":806,"380":56,"381":140,"383":73,"389":7,"39":160,"391":46,"396":11,"397":97,"40":190,"409":72,"41":140,"414":113,"415":119,"419":12,"42":104,"426":56,"43":148,"430":213,"433":7,"44":42,"45":109,"46":523,"48":127,"49":271,"5":3612,"51":47,"52":97,"53":119,"56":44,"570":4,"6":388,"63":41,"7":839,"79":42,"8":315,"80":47,"9":1217,"all_client":158336,"all_tv_clinet":31881,"insert_time":"2014-08-18T13:47:30.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126340,"10":251,"107":899,"11":776,"12":223,"13":511,"14":172,"15":390,"155":91,"156":49,"158":64,"159":18,"16":133,"160":92,"161":286,"167":171,"168":8,"17":307,"18":734,"19":532,"20":295,"209":46,"21":1125,"210":28,"211":25,"214":34,"215":569,"221":417,"223":855,"224":817,"225":1072,"23":993,"24":2495,"25":1910,"257":166,"26":141,"268":7,"27":145,"273":87,"276":141,"279":72,"28":2033,"281":25,"282":147,"291":87,"292":119,"30":76,"302":24,"306":4,"31":92,"314":5,"32":36,"33":103,"34":127,"347":15,"35":165,"352":1061,"36":223,"37":98,"38":795,"380":57,"381":146,"383":80,"389":7,"39":144,"391":45,"396":9,"397":98,"40":189,"409":72,"41":137,"414":103,"415":121,"419":11,"42":105,"426":67,"43":150,"430":209,"433":5,"44":43,"45":108,"46":525,"48":124,"49":279,"5":3363,"51":50,"52":94,"53":125,"56":44,"570":4,"6":393,"63":42,"7":847,"79":44,"8":320,"80":38,"9":1279,"all_client":158199,"all_tv_clinet":31859,"insert_time":"2014-08-18T13:48:32.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126160,"10":247,"107":908,"11":802,"12":213,"13":508,"14":164,"15":376,"155":94,"156":51,"158":69,"159":17,"16":148,"160":88,"161":293,"167":170,"168":7,"17":324,"18":745,"19":545,"20":304,"209":45,"21":1132,"210":27,"211":23,"214":35,"215":567,"221":412,"223":897,"224":827,"225":1039,"23":1004,"24":2501,"25":1919,"257":161,"26":146,"268":7,"27":145,"273":88,"276":141,"279":73,"28":2036,"281":24,"282":154,"291":85,"292":106,"30":77,"302":26,"306":4,"31":93,"314":5,"32":35,"33":100,"34":127,"347":12,"35":163,"352":1070,"36":222,"37":100,"38":791,"380":56,"381":152,"383":76,"389":7,"39":131,"391":46,"396":7,"397":97,"40":189,"409":65,"41":140,"414":88,"415":123,"419":11,"42":103,"426":71,"43":143,"430":204,"433":6,"44":45,"45":110,"46":527,"48":119,"49":281,"5":3195,"51":50,"52":93,"53":124,"56":47,"570":5,"6":367,"63":42,"7":857,"79":45,"8":325,"80":33,"9":1334,"all_client":157966,"all_tv_clinet":31806,"insert_time":"2014-08-18T13:49:33.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125841,"10":236,"107":887,"11":813,"12":215,"13":508,"14":170,"15":354,"155":97,"156":49,"158":73,"159":21,"16":170,"160":83,"161":293,"167":166,"168":7,"17":324,"18":754,"19":558,"20":314,"209":51,"21":1125,"210":25,"211":21,"214":35,"215":554,"221":424,"223":920,"224":835,"225":1001,"23":1010,"24":2502,"25":1921,"257":156,"26":147,"268":7,"27":147,"273":89,"276":135,"279":73,"28":2053,"281":24,"282":153,"291":83,"292":100,"30":76,"302":29,"306":4,"31":94,"314":4,"32":40,"33":105,"34":125,"347":12,"35":164,"352":1100,"36":221,"37":100,"38":793,"380":55,"381":155,"383":77,"389":7,"39":121,"391":48,"396":7,"397":95,"40":193,"409":59,"41":145,"414":85,"415":126,"419":13,"42":107,"426":61,"43":148,"430":210,"433":7,"44":49,"45":108,"46":527,"48":118,"49":287,"5":3033,"51":47,"52":94,"53":124,"56":47,"570":5,"6":348,"63":44,"7":885,"79":46,"8":326,"80":32,"9":1360,"all_client":157590,"all_tv_clinet":31749,"insert_time":"2014-08-18T13:50:34.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125718,"10":229,"107":892,"11":844,"12":238,"13":517,"14":186,"15":317,"155":98,"156":49,"158":80,"159":21,"16":174,"160":79,"161":286,"167":155,"168":7,"17":324,"18":765,"19":566,"20":328,"209":48,"21":1115,"210":28,"211":17,"214":35,"215":531,"221":413,"223":920,"224":829,"225":978,"23":1012,"24":2520,"25":1928,"257":162,"26":147,"268":5,"27":145,"273":94,"276":144,"279":74,"28":2057,"281":23,"282":157,"291":85,"292":90,"30":75,"302":29,"306":2,"31":95,"314":5,"32":44,"33":106,"34":127,"347":11,"35":164,"352":1094,"36":222,"37":106,"38":781,"380":50,"381":154,"383":84,"389":7,"39":136,"391":49,"396":8,"397":96,"40":200,"409":63,"41":146,"414":82,"415":120,"419":11,"42":106,"426":56,"43":149,"430":214,"433":7,"44":50,"45":110,"46":529,"48":125,"49":285,"5":2877,"51":45,"52":92,"53":121,"56":47,"570":5,"6":332,"63":42,"7":901,"79":48,"8":323,"80":35,"9":1376,"all_client":157372,"all_tv_clinet":31654,"insert_time":"2014-08-18T13:51:35.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125542,"10":219,"107":919,"11":861,"12":249,"13":529,"14":185,"15":310,"155":98,"156":50,"158":94,"159":22,"16":183,"160":71,"161":288,"167":152,"168":8,"17":328,"18":772,"19":562,"20":329,"209":52,"21":1126,"210":27,"211":17,"214":34,"215":519,"221":415,"223":896,"224":822,"225":966,"23":986,"24":2543,"25":1931,"257":165,"26":147,"268":4,"27":147,"273":91,"276":145,"279":73,"28":2069,"281":24,"282":160,"291":85,"292":85,"30":71,"302":30,"306":3,"31":95,"314":5,"32":47,"33":111,"34":125,"347":11,"35":160,"352":1084,"36":225,"37":109,"38":794,"380":45,"381":151,"383":85,"389":7,"39":146,"391":48,"396":7,"397":98,"40":212,"409":70,"41":138,"414":88,"415":115,"419":11,"42":112,"426":50,"43":153,"430":219,"431":1,"433":6,"44":50,"45":113,"46":524,"48":119,"49":276,"5":2763,"51":48,"52":98,"53":122,"56":48,"570":5,"6":324,"63":40,"7":900,"79":50,"8":302,"80":34,"9":1400,"all_client":157148,"all_tv_clinet":31606,"insert_time":"2014-08-18T13:52:37.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125361,"10":214,"107":930,"11":883,"12":277,"13":529,"14":189,"15":301,"155":99,"156":51,"158":100,"159":23,"16":190,"160":68,"161":288,"167":154,"168":7,"17":326,"18":771,"19":556,"20":329,"209":50,"21":1132,"210":29,"211":17,"214":33,"215":514,"221":407,"223":875,"224":777,"225":966,"23":932,"24":2539,"25":1959,"257":157,"26":157,"268":6,"27":152,"273":95,"276":156,"279":71,"28":2097,"281":24,"282":164,"291":86,"292":76,"30":72,"302":30,"306":3,"31":93,"314":5,"32":51,"33":111,"34":131,"347":11,"35":161,"352":1078,"36":223,"37":111,"38":812,"380":42,"381":155,"383":86,"389":7,"39":153,"391":49,"396":8,"397":96,"40":222,"409":68,"41":134,"414":91,"415":101,"419":11,"42":119,"426":44,"43":153,"430":226,"431":1,"433":6,"44":51,"45":120,"46":534,"48":122,"49":259,"5":2636,"51":50,"52":99,"53":130,"56":49,"570":5,"6":301,"63":41,"7":898,"79":47,"8":276,"80":35,"9":1420,"all_client":156854,"all_tv_clinet":31493,"insert_time":"2014-08-18T13:53:43.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125158,"10":208,"107":921,"11":919,"12":295,"13":535,"14":181,"15":295,"155":97,"156":57,"158":105,"159":24,"16":203,"160":68,"161":293,"167":157,"168":8,"17":333,"18":764,"19":561,"20":326,"209":51,"21":1145,"210":29,"211":18,"214":31,"215":513,"221":412,"223":879,"224":715,"225":944,"23":857,"24":2566,"25":1994,"257":163,"26":170,"268":6,"27":156,"273":94,"276":170,"279":70,"28":2116,"281":25,"282":163,"291":87,"292":81,"30":73,"302":32,"306":2,"31":94,"314":4,"32":58,"33":110,"34":132,"347":11,"35":165,"352":1039,"36":229,"37":111,"38":814,"380":44,"381":162,"383":83,"389":6,"39":165,"391":47,"396":8,"397":96,"40":224,"409":62,"41":132,"414":95,"415":98,"419":11,"42":126,"426":40,"43":143,"430":231,"431":1,"433":7,"44":52,"45":130,"46":524,"48":123,"49":231,"5":2533,"51":50,"52":105,"53":131,"56":51,"570":5,"6":269,"63":41,"7":909,"79":45,"8":255,"80":35,"9":1437,"all_client":156544,"all_tv_clinet":31386,"insert_time":"2014-08-18T13:54:44.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124941,"10":217,"107":884,"11":944,"12":326,"13":543,"14":179,"15":285,"155":99,"156":61,"158":97,"159":24,"16":210,"160":62,"161":291,"167":154,"168":8,"17":335,"18":770,"19":563,"20":323,"209":48,"21":1154,"210":29,"211":17,"214":32,"215":517,"221":412,"223":882,"224":650,"225":956,"23":809,"24":2582,"25":2038,"257":159,"26":168,"268":6,"27":159,"273":99,"276":177,"279":68,"28":2112,"281":26,"282":162,"291":90,"292":84,"30":73,"302":33,"306":1,"31":90,"314":4,"32":61,"33":107,"34":134,"347":15,"35":167,"352":1048,"36":225,"37":109,"38":833,"380":42,"381":173,"383":76,"389":3,"39":165,"391":49,"396":8,"397":93,"40":232,"409":70,"41":127,"414":99,"415":104,"419":11,"42":132,"426":32,"43":127,"430":237,"431":1,"433":8,"44":52,"45":138,"46":527,"48":128,"49":214,"5":2389,"51":49,"52":108,"53":128,"56":53,"570":5,"6":251,"63":43,"7":897,"79":45,"8":236,"80":30,"9":1457,"all_client":156191,"all_tv_clinet":31250,"insert_time":"2014-08-18T13:55:45.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124743,"10":225,"107":848,"11":968,"12":346,"13":553,"14":165,"15":276,"155":101,"156":62,"158":93,"159":26,"16":227,"160":57,"161":283,"167":149,"168":9,"17":342,"18":763,"19":543,"20":322,"209":51,"21":1161,"210":27,"211":17,"214":32,"215":513,"221":398,"223":889,"224":594,"225":963,"23":767,"24":2626,"25":2050,"257":162,"26":162,"268":7,"27":141,"273":100,"276":178,"279":69,"28":2140,"281":26,"282":158,"291":94,"292":89,"30":68,"302":36,"306":1,"31":88,"314":6,"32":57,"33":106,"34":133,"347":18,"35":171,"352":1065,"36":233,"37":115,"38":829,"380":42,"381":179,"383":75,"389":3,"39":156,"391":53,"396":7,"397":92,"40":242,"409":78,"41":125,"414":100,"415":103,"419":12,"42":139,"426":30,"43":112,"430":244,"431":1,"433":8,"44":50,"45":146,"46":527,"48":126,"49":203,"5":2216,"51":49,"52":103,"53":120,"56":58,"570":5,"6":234,"63":46,"7":876,"79":43,"8":222,"80":27,"9":1495,"all_client":155788,"all_tv_clinet":31045,"insert_time":"2014-08-18T13:56:46.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124485,"10":235,"107":838,"11":969,"12":379,"13":572,"14":166,"15":256,"155":103,"156":57,"158":89,"159":26,"16":233,"160":58,"161":280,"167":148,"168":9,"17":354,"18":754,"19":524,"20":325,"209":53,"21":1147,"210":25,"211":17,"214":36,"215":504,"221":387,"223":919,"224":569,"225":963,"23":741,"24":2671,"25":1943,"257":160,"26":158,"268":8,"27":133,"273":96,"276":179,"279":69,"28":2158,"281":29,"282":152,"291":94,"292":100,"30":67,"302":36,"306":1,"31":88,"314":7,"32":57,"33":109,"34":130,"347":20,"35":188,"352":1077,"36":238,"37":118,"38":839,"380":42,"381":181,"383":79,"389":2,"39":139,"391":56,"396":6,"397":88,"40":257,"409":85,"41":125,"414":103,"415":104,"419":13,"42":142,"426":23,"43":110,"430":253,"431":1,"433":8,"44":52,"45":149,"46":528,"48":123,"49":191,"5":2093,"51":50,"52":98,"53":128,"56":63,"570":6,"6":226,"63":49,"7":861,"79":45,"8":209,"80":29,"9":1522,"all_client":155385,"all_tv_clinet":30900,"insert_time":"2014-08-18T13:57:48.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124187,"10":244,"107":829,"11":1004,"12":433,"13":588,"14":164,"15":232,"155":103,"156":60,"158":93,"159":26,"16":263,"160":63,"161":272,"167":145,"168":9,"17":353,"18":753,"19":485,"20":330,"209":59,"21":1121,"210":27,"211":13,"214":39,"215":484,"221":384,"223":940,"224":537,"225":1003,"23":730,"24":2733,"25":1843,"257":167,"26":158,"268":10,"27":120,"273":88,"276":174,"279":71,"28":2088,"281":30,"282":145,"291":98,"292":124,"30":68,"302":38,"306":1,"31":94,"314":8,"32":51,"33":110,"34":119,"347":20,"35":202,"352":1087,"36":249,"37":112,"38":810,"380":44,"381":178,"383":83,"389":3,"39":128,"391":58,"396":3,"397":86,"40":295,"409":92,"41":126,"414":100,"415":98,"419":14,"42":136,"426":23,"43":98,"430":258,"431":1,"433":11,"44":60,"45":157,"46":543,"48":115,"49":181,"5":2027,"51":52,"52":92,"53":139,"56":67,"570":9,"6":231,"63":52,"7":887,"79":48,"8":206,"80":28,"9":1485,"all_client":155005,"all_tv_clinet":30818,"insert_time":"2014-08-18T13:58:49.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123940,"10":250,"107":814,"11":1047,"12":475,"13":625,"14":155,"15":214,"155":104,"156":65,"158":93,"159":22,"16":282,"160":71,"161":275,"167":141,"168":9,"17":346,"18":771,"19":475,"20":346,"209":64,"21":1055,"210":30,"211":13,"214":44,"215":465,"221":377,"223":965,"224":525,"225":1050,"23":720,"24":2821,"25":1722,"257":172,"26":151,"268":10,"27":122,"273":86,"276":176,"279":73,"28":1977,"281":30,"282":137,"291":98,"292":130,"30":67,"302":37,"306":2,"31":92,"314":11,"32":53,"33":115,"34":101,"347":18,"35":186,"352":1077,"36":255,"37":104,"38":799,"380":43,"381":183,"383":90,"389":2,"39":127,"391":53,"396":3,"397":84,"40":340,"409":96,"41":123,"414":110,"415":105,"419":14,"42":122,"426":19,"43":98,"430":266,"431":1,"433":12,"44":69,"45":156,"46":560,"48":106,"49":168,"5":1973,"51":57,"52":95,"53":144,"56":72,"570":9,"6":259,"63":54,"7":938,"79":51,"8":203,"80":29,"9":1384,"all_client":154668,"all_tv_clinet":30728,"insert_time":"2014-08-18T13:59:50.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123706,"10":245,"107":804,"11":1105,"12":518,"13":649,"14":152,"15":195,"155":107,"156":68,"158":94,"159":25,"16":306,"160":70,"161":272,"167":133,"168":9,"17":327,"18":776,"19":464,"20":360,"209":70,"21":1015,"210":28,"211":13,"214":50,"215":445,"221":394,"223":980,"224":518,"225":1118,"23":709,"24":2862,"25":1643,"257":177,"26":154,"268":10,"27":118,"273":81,"276":172,"279":73,"28":1870,"281":31,"282":129,"291":98,"292":145,"30":69,"302":38,"306":2,"31":87,"314":12,"32":51,"33":119,"34":100,"347":19,"35":164,"352":1060,"36":248,"37":91,"38":792,"380":43,"381":183,"383":97,"389":2,"39":131,"391":52,"396":4,"397":80,"40":370,"409":98,"41":126,"414":114,"415":97,"419":16,"42":117,"426":18,"43":91,"430":272,"431":1,"433":14,"44":77,"45":153,"46":573,"48":107,"49":165,"5":1891,"51":58,"52":91,"53":152,"56":83,"570":13,"6":285,"63":53,"7":990,"79":47,"8":203,"80":34,"9":1238,"all_client":154279,"all_tv_clinet":30573,"insert_time":"2014-08-18T14:00:52.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123470,"10":240,"107":795,"11":1162,"12":557,"13":669,"14":166,"15":191,"155":109,"156":69,"158":97,"159":27,"16":325,"160":73,"161":273,"167":127,"168":9,"17":302,"18":783,"19":456,"20":371,"209":76,"21":991,"210":27,"211":13,"214":58,"215":416,"221":423,"223":975,"224":504,"225":1133,"23":672,"24":2913,"25":1575,"257":177,"26":158,"268":10,"27":110,"273":78,"276":173,"279":75,"28":1794,"281":32,"282":116,"291":100,"292":151,"30":68,"302":39,"306":3,"31":81,"314":14,"32":54,"33":117,"34":97,"347":18,"35":135,"352":1075,"36":253,"37":85,"38":777,"380":42,"381":185,"383":107,"389":1,"39":129,"391":54,"396":6,"397":78,"40":400,"409":104,"41":112,"414":108,"415":95,"419":15,"42":116,"426":22,"43":97,"430":268,"431":1,"433":14,"44":79,"45":138,"46":593,"48":106,"49":152,"5":1881,"51":57,"52":87,"53":151,"56":91,"570":14,"6":300,"63":55,"7":1020,"79":50,"8":204,"80":36,"9":1086,"all_client":153891,"all_tv_clinet":30421,"insert_time":"2014-08-18T14:01:53.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123141,"10":227,"107":795,"11":1187,"12":576,"13":690,"14":190,"15":180,"155":111,"156":72,"158":104,"159":28,"16":338,"160":74,"161":280,"167":124,"168":10,"17":283,"18":795,"19":440,"20":377,"209":79,"21":969,"210":29,"211":15,"214":64,"215":401,"221":431,"223":901,"224":476,"225":1149,"23":651,"24":2935,"25":1544,"257":183,"26":158,"268":11,"27":110,"273":80,"276":170,"279":73,"28":1747,"281":33,"282":115,"291":102,"292":163,"30":65,"302":36,"306":3,"31":77,"314":11,"32":61,"33":112,"34":92,"347":19,"35":123,"352":1109,"36":257,"37":86,"38":770,"380":42,"381":181,"383":111,"389":1,"39":135,"391":55,"396":6,"397":76,"40":408,"409":101,"41":102,"414":108,"415":100,"419":16,"42":118,"426":23,"43":95,"430":254,"431":1,"433":15,"44":86,"45":127,"46":610,"48":106,"49":130,"5":1859,"51":59,"52":87,"53":157,"56":96,"570":16,"6":319,"63":56,"7":1067,"79":52,"8":193,"80":38,"9":986,"all_client":153424,"all_tv_clinet":30283,"insert_time":"2014-08-18T14:02:55.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122765,"10":223,"107":793,"11":1213,"12":579,"13":702,"14":219,"15":182,"155":115,"156":76,"158":106,"159":28,"16":359,"160":74,"161":272,"167":121,"168":10,"17":277,"18":811,"19":420,"20":383,"209":76,"21":960,"210":31,"211":14,"214":66,"215":387,"221":445,"223":846,"224":455,"225":1165,"23":608,"24":3000,"25":1537,"257":183,"26":157,"268":12,"27":107,"273":78,"276":162,"279":77,"28":1725,"281":33,"282":111,"291":105,"292":150,"30":66,"302":36,"306":3,"31":79,"314":12,"32":64,"33":107,"34":91,"347":19,"35":114,"352":1123,"36":247,"37":82,"38":753,"380":41,"381":176,"383":111,"389":1,"39":132,"391":50,"396":6,"397":87,"40":423,"409":94,"41":96,"414":107,"415":103,"419":17,"42":114,"426":27,"43":88,"430":249,"431":1,"433":12,"44":87,"45":112,"46":618,"48":103,"49":129,"5":1868,"51":59,"52":84,"53":152,"56":91,"570":12,"6":323,"63":60,"7":1076,"79":54,"8":192,"80":35,"9":892,"all_client":152896,"all_tv_clinet":30131,"insert_time":"2014-08-18T14:03:56.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122361,"10":217,"107":782,"11":1217,"12":568,"13":697,"14":245,"15":187,"155":119,"156":82,"158":110,"159":28,"16":376,"160":76,"161":268,"167":123,"168":10,"17":281,"18":832,"19":412,"20":387,"209":70,"21":940,"210":32,"211":12,"214":69,"215":375,"221":452,"223":837,"224":452,"225":1152,"23":582,"24":3019,"25":1514,"257":174,"26":151,"268":13,"27":100,"273":90,"276":154,"279":78,"28":1718,"281":33,"282":106,"291":104,"292":143,"30":59,"302":37,"306":4,"31":82,"314":14,"32":65,"33":103,"34":94,"347":20,"35":107,"352":1111,"36":252,"37":79,"38":745,"380":41,"381":180,"383":114,"389":1,"39":128,"391":51,"396":6,"397":92,"40":420,"409":83,"41":100,"414":112,"415":98,"419":19,"42":116,"426":28,"43":81,"430":255,"431":1,"433":11,"44":86,"45":99,"46":618,"48":99,"49":125,"5":1857,"51":54,"52":83,"53":150,"56":85,"570":15,"6":334,"63":61,"7":1070,"79":51,"8":196,"80":35,"9":820,"all_client":152295,"all_tv_clinet":29934,"insert_time":"2014-08-18T14:04:57.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121992,"10":219,"107":796,"11":1211,"12":512,"13":684,"14":260,"15":200,"155":120,"156":81,"158":106,"159":30,"16":393,"160":76,"161":274,"167":126,"168":9,"17":279,"18":868,"19":398,"20":384,"209":66,"21":907,"210":37,"211":12,"214":71,"215":368,"221":443,"223":844,"224":454,"225":1134,"23":553,"24":3082,"25":1484,"257":166,"26":147,"268":12,"27":99,"273":97,"276":143,"279":76,"28":1703,"281":36,"282":107,"291":105,"292":131,"30":59,"302":34,"306":5,"31":81,"314":11,"32":61,"33":102,"34":90,"347":20,"35":107,"352":1124,"36":243,"37":76,"38":750,"380":44,"381":180,"383":108,"389":2,"39":136,"391":52,"396":5,"397":89,"40":406,"409":80,"41":99,"414":120,"415":94,"419":17,"42":124,"426":29,"43":75,"430":257,"431":1,"433":12,"44":88,"45":94,"46":615,"48":92,"49":122,"5":1859,"51":56,"52":81,"53":154,"56":72,"570":21,"6":335,"63":62,"7":1023,"79":48,"8":199,"80":35,"9":794,"all_client":151738,"all_tv_clinet":29746,"insert_time":"2014-08-18T14:05:58.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121552,"10":213,"107":775,"11":1203,"12":443,"13":673,"14":271,"15":213,"155":117,"156":79,"158":108,"159":36,"16":408,"160":72,"161":273,"167":123,"168":7,"17":286,"18":933,"19":380,"20":371,"209":68,"21":915,"210":41,"211":11,"214":76,"215":348,"221":435,"223":839,"224":445,"225":1137,"23":529,"24":3119,"25":1422,"257":175,"26":156,"268":12,"27":89,"273":98,"276":141,"279":67,"28":1654,"281":37,"282":111,"291":107,"292":122,"30":53,"302":33,"306":5,"31":79,"314":12,"32":56,"33":101,"34":84,"347":20,"35":99,"352":1125,"36":241,"37":80,"38":733,"380":45,"381":186,"383":106,"389":2,"39":141,"391":51,"396":4,"397":89,"40":407,"409":77,"41":107,"414":118,"415":94,"419":16,"42":122,"426":34,"43":75,"430":250,"431":1,"433":12,"44":90,"45":91,"46":613,"48":83,"49":106,"5":1844,"51":57,"52":79,"53":162,"56":64,"570":23,"6":336,"63":61,"7":983,"79":47,"8":199,"80":32,"9":746,"all_client":150964,"all_tv_clinet":29412,"insert_time":"2014-08-18T14:06:59.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121070,"10":213,"107":758,"11":1181,"12":386,"13":668,"14":296,"15":224,"155":116,"156":80,"158":111,"159":38,"16":422,"160":73,"161":266,"167":121,"168":6,"17":292,"18":972,"19":363,"20":370,"209":67,"21":880,"210":43,"211":11,"214":77,"215":336,"221":434,"223":791,"224":435,"225":1151,"23":514,"24":3151,"25":1368,"257":185,"26":158,"268":14,"27":77,"273":94,"276":134,"279":64,"28":1618,"281":38,"282":112,"291":102,"292":115,"30":51,"302":31,"306":5,"31":75,"314":12,"32":53,"33":102,"34":86,"347":20,"35":93,"352":1111,"36":239,"37":84,"38":701,"380":49,"381":193,"383":108,"389":1,"39":142,"391":55,"396":3,"397":89,"40":405,"409":75,"41":95,"414":120,"415":96,"419":16,"42":117,"426":38,"43":66,"430":250,"431":1,"433":14,"44":93,"45":88,"46":593,"48":82,"49":109,"5":1846,"51":61,"52":71,"53":163,"56":62,"570":24,"6":342,"63":62,"7":934,"79":43,"8":194,"80":33,"9":704,"all_client":150095,"all_tv_clinet":29025,"insert_time":"2014-08-18T14:08:00.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120502,"10":207,"107":753,"11":1167,"12":363,"13":669,"14":320,"15":218,"155":116,"156":83,"158":112,"159":35,"16":442,"160":72,"161":267,"167":119,"168":7,"17":290,"18":1002,"19":345,"20":367,"209":63,"21":858,"210":44,"211":10,"214":80,"215":323,"221":438,"223":785,"224":407,"225":1155,"23":511,"24":3163,"25":1307,"257":185,"26":162,"268":14,"27":72,"273":94,"276":130,"279":60,"28":1546,"281":37,"282":114,"291":102,"292":117,"30":51,"302":32,"306":3,"31":80,"314":11,"32":48,"33":98,"34":87,"347":18,"35":89,"352":1098,"36":235,"37":83,"38":694,"380":52,"381":193,"383":111,"389":1,"39":150,"391":54,"396":4,"397":93,"40":414,"409":66,"41":97,"414":117,"415":102,"419":14,"42":109,"426":40,"43":58,"430":252,"431":1,"433":13,"44":93,"45":86,"46":563,"48":85,"49":95,"5":1848,"51":60,"52":75,"53":152,"56":59,"570":20,"6":338,"63":60,"7":914,"79":44,"8":189,"80":33,"9":660,"all_client":149175,"all_tv_clinet":28673,"insert_time":"2014-08-18T14:09:01.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119996,"10":192,"107":747,"11":1163,"12":318,"13":673,"14":334,"15":220,"155":117,"156":84,"158":110,"159":36,"16":453,"160":71,"161":273,"167":115,"168":7,"17":286,"18":1024,"19":324,"20":377,"209":67,"21":835,"210":48,"211":8,"214":80,"215":316,"221":434,"223":781,"224":396,"225":1156,"23":509,"24":3177,"25":1260,"257":176,"26":157,"268":14,"27":64,"273":101,"276":121,"279":55,"28":1484,"281":37,"282":109,"291":101,"292":125,"30":51,"302":31,"306":3,"31":83,"314":11,"32":49,"33":95,"34":83,"347":16,"35":94,"352":1093,"36":229,"37":78,"38":703,"380":53,"381":192,"383":110,"389":1,"39":153,"391":58,"396":4,"397":92,"40":424,"409":61,"41":94,"414":116,"415":105,"419":15,"42":107,"426":45,"43":54,"430":249,"431":1,"433":14,"44":95,"45":75,"46":531,"48":85,"49":97,"5":1826,"51":62,"52":81,"53":148,"56":56,"570":19,"6":335,"63":61,"7":906,"79":47,"8":188,"80":32,"9":604,"all_client":148346,"all_tv_clinet":28350,"insert_time":"2014-08-18T14:10:03.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119479,"10":185,"107":737,"11":1177,"12":283,"13":662,"14":332,"15":229,"155":122,"156":82,"158":113,"159":34,"16":465,"160":72,"161":264,"167":114,"168":6,"17":275,"18":1026,"19":318,"20":375,"209":63,"21":825,"210":51,"211":8,"214":81,"215":310,"221":419,"223":763,"224":399,"225":1170,"23":513,"24":3148,"25":1214,"257":163,"26":158,"268":16,"27":64,"273":100,"276":122,"279":54,"28":1452,"281":36,"282":105,"291":105,"292":137,"30":54,"302":29,"306":3,"31":88,"314":10,"32":47,"33":102,"34":84,"347":17,"35":87,"352":1072,"36":224,"37":78,"38":715,"380":53,"381":189,"383":107,"389":2,"39":158,"391":62,"396":3,"397":92,"40":414,"409":59,"41":97,"414":116,"415":103,"419":16,"42":107,"426":48,"43":48,"430":247,"433":15,"44":81,"45":69,"46":486,"48":82,"49":90,"5":1820,"51":60,"52":85,"53":145,"56":46,"570":15,"6":329,"63":62,"7":904,"79":48,"8":193,"80":31,"9":575,"all_client":147493,"all_tv_clinet":28014,"insert_time":"2014-08-18T14:11:04.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118982,"10":180,"107":722,"11":1183,"12":276,"13":674,"14":323,"15":235,"155":120,"156":78,"158":113,"159":36,"16":462,"160":74,"161":270,"167":110,"168":5,"17":270,"18":1040,"19":314,"20":375,"209":64,"21":836,"210":51,"211":8,"214":85,"215":299,"221":399,"223":749,"224":396,"225":1161,"23":520,"24":3137,"25":1200,"257":162,"26":167,"268":16,"27":57,"273":94,"276":119,"279":56,"28":1427,"281":34,"282":106,"291":102,"292":151,"30":55,"302":29,"306":6,"31":91,"314":10,"32":48,"33":103,"34":96,"347":17,"35":85,"352":1061,"36":212,"37":78,"38":716,"380":53,"381":187,"383":107,"389":2,"39":158,"391":59,"396":5,"397":99,"40":387,"409":57,"41":94,"414":116,"415":98,"419":16,"42":104,"426":51,"43":49,"430":244,"433":16,"44":77,"45":71,"46":452,"48":76,"49":87,"5":1819,"51":57,"52":98,"53":149,"56":38,"570":14,"6":329,"63":58,"7":904,"79":47,"8":192,"80":33,"9":539,"all_client":146787,"all_tv_clinet":27805,"insert_time":"2014-08-18T14:12:05.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118589,"10":180,"107":725,"11":1165,"12":267,"13":675,"14":295,"15":235,"155":123,"156":72,"158":116,"159":33,"16":465,"160":76,"161":267,"167":109,"168":5,"17":273,"18":1047,"19":311,"20":383,"209":61,"21":846,"210":48,"211":8,"214":83,"215":297,"221":394,"223":721,"224":395,"225":1136,"23":509,"24":3064,"25":1193,"257":156,"26":169,"268":16,"27":60,"273":86,"276":113,"279":54,"28":1410,"281":34,"282":101,"291":99,"292":156,"30":64,"302":28,"306":7,"31":92,"314":10,"32":49,"33":101,"34":106,"347":17,"35":81,"352":1037,"36":219,"37":80,"38":706,"380":54,"381":185,"383":104,"389":2,"39":161,"391":62,"396":6,"397":108,"40":348,"409":55,"41":100,"414":120,"415":97,"419":14,"42":111,"426":51,"43":50,"430":241,"433":17,"44":76,"45":74,"46":438,"48":79,"49":81,"5":1845,"51":59,"52":102,"53":140,"56":37,"570":11,"6":319,"63":54,"7":887,"79":45,"8":208,"80":33,"9":521,"all_client":146112,"all_tv_clinet":27523,"insert_time":"2014-08-18T14:13:06.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118177,"10":179,"107":709,"11":1125,"12":265,"13":683,"14":258,"15":254,"155":121,"156":64,"158":116,"159":32,"16":471,"160":75,"161":266,"167":102,"168":4,"17":274,"18":1061,"19":307,"20":389,"209":55,"21":869,"210":47,"211":9,"214":82,"215":282,"221":415,"223":730,"224":395,"225":1123,"23":527,"24":2966,"25":1170,"257":156,"26":178,"268":15,"27":58,"273":85,"276":109,"279":55,"28":1410,"281":30,"282":101,"291":96,"292":163,"30":65,"302":31,"306":8,"31":97,"314":9,"317":1,"32":48,"33":101,"34":109,"347":17,"35":76,"352":1029,"36":210,"37":77,"38":694,"380":52,"381":182,"383":102,"389":3,"39":162,"391":62,"396":8,"397":105,"40":319,"409":51,"41":104,"414":118,"415":94,"419":12,"42":118,"426":53,"43":45,"430":235,"433":17,"434":1,"44":69,"45":74,"46":422,"48":75,"49":78,"5":1879,"51":59,"52":107,"53":139,"56":35,"570":14,"6":302,"63":56,"7":880,"79":46,"8":226,"80":33,"9":499,"all_client":145466,"all_tv_clinet":27289,"insert_time":"2014-08-18T14:14:08.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117748,"10":172,"107":697,"11":1086,"12":273,"13":701,"14":229,"15":258,"155":124,"156":71,"158":114,"159":38,"16":480,"160":72,"161":266,"167":99,"168":5,"17":278,"18":1083,"19":299,"20":391,"209":54,"21":873,"210":47,"211":9,"214":81,"215":284,"221":427,"223":709,"224":391,"225":1131,"23":547,"24":2893,"25":1160,"257":158,"26":188,"268":14,"27":55,"273":81,"276":112,"279":55,"28":1386,"281":28,"282":103,"291":89,"292":161,"30":66,"302":31,"306":8,"31":103,"314":12,"317":1,"32":40,"33":107,"34":106,"347":16,"35":70,"352":1028,"36":217,"37":73,"38":694,"380":52,"381":186,"383":104,"389":4,"39":169,"391":58,"396":6,"397":103,"40":305,"409":47,"41":104,"414":122,"415":94,"419":12,"42":116,"426":51,"43":51,"430":228,"433":18,"434":1,"44":62,"45":75,"46":398,"48":77,"49":79,"5":1890,"51":57,"52":106,"53":129,"56":34,"570":15,"6":297,"63":55,"7":864,"79":46,"8":239,"80":30,"9":486,"all_client":144862,"all_tv_clinet":27114,"insert_time":"2014-08-18T14:15:09.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117276,"10":167,"107":704,"11":1015,"12":264,"13":698,"14":228,"15":268,"155":124,"156":79,"158":114,"159":37,"16":483,"160":71,"161":263,"167":101,"168":5,"17":280,"18":1094,"19":292,"20":390,"209":53,"21":919,"210":47,"211":9,"214":83,"215":283,"221":431,"223":691,"224":381,"225":1135,"23":554,"24":2854,"25":1161,"257":160,"26":192,"268":14,"27":54,"273":77,"276":112,"279":56,"28":1359,"281":28,"282":105,"291":82,"292":172,"30":72,"302":36,"306":9,"31":102,"314":11,"317":1,"32":42,"33":108,"34":108,"347":16,"35":70,"352":1024,"36":220,"37":72,"38":697,"380":54,"381":174,"383":101,"389":4,"39":167,"391":56,"396":5,"397":101,"40":293,"409":42,"41":100,"414":125,"415":93,"419":12,"42":119,"426":47,"43":51,"430":217,"433":18,"434":1,"44":55,"45":81,"46":378,"48":74,"49":77,"5":1864,"51":52,"52":110,"53":127,"56":31,"570":15,"6":304,"63":52,"7":851,"79":47,"8":247,"80":31,"9":485,"all_client":144214,"all_tv_clinet":26938,"insert_time":"2014-08-18T14:16:10.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116899,"10":158,"107":710,"11":907,"12":256,"13":716,"14":234,"15":276,"155":127,"156":85,"158":112,"159":39,"16":491,"160":68,"161":265,"167":99,"168":6,"17":280,"18":1119,"19":293,"20":405,"209":52,"21":930,"210":47,"211":9,"214":83,"215":282,"221":435,"223":671,"224":368,"225":1138,"23":556,"24":2838,"25":1172,"257":154,"26":191,"268":14,"27":51,"273":73,"276":114,"279":51,"28":1315,"281":24,"282":108,"291":74,"292":167,"30":71,"302":34,"306":9,"31":101,"314":11,"317":1,"32":45,"33":103,"34":107,"347":15,"35":76,"352":1030,"36":218,"37":69,"38":711,"380":56,"381":170,"383":98,"389":4,"39":168,"391":55,"396":6,"397":104,"40":288,"409":40,"41":94,"414":134,"415":96,"419":12,"42":120,"426":39,"43":52,"430":206,"433":18,"434":1,"44":51,"45":79,"46":365,"48":77,"49":78,"5":1859,"51":54,"52":108,"53":119,"56":29,"570":12,"6":296,"63":51,"7":843,"79":45,"8":253,"80":30,"9":474,"all_client":143647,"all_tv_clinet":26748,"insert_time":"2014-08-18T14:17:12.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116463,"10":154,"107":708,"11":844,"12":264,"13":708,"14":241,"15":290,"155":130,"156":82,"158":112,"159":43,"16":500,"160":63,"161":255,"167":100,"168":5,"17":288,"18":1134,"19":289,"20":400,"209":56,"21":923,"210":45,"211":10,"214":87,"215":276,"221":450,"223":667,"224":359,"225":1141,"23":538,"24":2816,"25":1168,"257":155,"26":191,"268":12,"27":49,"273":77,"276":115,"279":46,"28":1301,"281":25,"282":115,"291":72,"292":162,"30":79,"302":29,"306":11,"31":100,"314":11,"317":1,"32":48,"33":102,"34":110,"347":14,"35":81,"352":1047,"36":215,"37":68,"38":726,"380":56,"381":161,"383":100,"389":3,"39":161,"391":59,"396":6,"397":106,"40":276,"409":44,"41":90,"414":133,"415":86,"419":12,"42":128,"426":37,"43":49,"430":193,"433":17,"44":48,"45":80,"46":337,"48":77,"49":75,"5":1837,"51":57,"52":108,"53":112,"56":26,"570":10,"6":298,"63":51,"7":847,"79":46,"8":263,"80":30,"9":472,"all_client":143062,"all_tv_clinet":26599,"insert_time":"2014-08-18T14:18:13.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116029,"10":148,"107":697,"11":797,"12":265,"13":717,"14":246,"15":293,"155":133,"156":81,"158":109,"159":40,"16":504,"160":61,"161":241,"167":100,"168":4,"17":289,"18":1154,"19":295,"20":402,"209":56,"21":903,"210":46,"211":11,"214":88,"215":277,"221":455,"223":657,"224":358,"225":1147,"23":534,"24":2795,"25":1166,"257":152,"26":190,"268":14,"27":54,"273":82,"276":113,"279":45,"28":1283,"281":26,"282":117,"291":69,"292":138,"30":81,"302":28,"306":10,"31":96,"314":12,"317":1,"32":42,"33":104,"34":104,"347":13,"35":81,"352":1045,"36":209,"37":64,"38":733,"380":58,"381":159,"383":97,"389":3,"39":156,"391":64,"396":7,"397":110,"40":276,"409":44,"41":86,"414":133,"415":92,"419":9,"42":126,"426":39,"43":44,"430":188,"433":17,"44":41,"45":81,"46":323,"48":81,"49":67,"5":1793,"51":60,"52":106,"53":109,"56":25,"570":10,"6":295,"63":51,"7":859,"79":48,"8":266,"80":29,"9":460,"all_client":142416,"all_tv_clinet":26387,"insert_time":"2014-08-18T14:19:14.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115702,"10":143,"107":702,"11":761,"12":265,"13":724,"14":254,"15":277,"155":130,"156":79,"158":113,"159":40,"16":522,"160":58,"161":233,"167":96,"168":3,"17":296,"18":1158,"19":290,"20":400,"209":53,"21":890,"210":47,"211":10,"214":90,"215":281,"221":474,"223":640,"224":356,"225":1141,"23":530,"24":2791,"25":1162,"257":161,"26":196,"268":12,"27":55,"273":87,"276":109,"279":46,"28":1276,"281":25,"282":123,"291":65,"292":126,"30":85,"302":27,"306":10,"31":93,"314":10,"317":1,"32":41,"33":108,"34":98,"347":15,"35":83,"352":1032,"36":202,"37":65,"38":735,"380":59,"381":155,"383":102,"389":4,"39":155,"391":69,"396":5,"397":107,"40":277,"409":46,"41":86,"414":135,"415":95,"419":8,"42":117,"426":40,"43":41,"430":177,"433":17,"44":38,"45":80,"46":305,"48":78,"49":61,"5":1752,"51":58,"52":105,"53":106,"56":24,"570":10,"6":298,"63":51,"7":849,"79":48,"8":276,"80":29,"9":463,"all_client":141923,"all_tv_clinet":26221,"insert_time":"2014-08-18T14:20:15.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115417,"10":140,"107":695,"11":735,"12":255,"13":707,"14":266,"15":278,"155":129,"156":74,"158":116,"159":39,"16":534,"160":57,"161":223,"167":96,"168":3,"17":297,"18":1161,"19":278,"20":410,"209":54,"21":895,"210":43,"211":11,"214":92,"215":289,"221":464,"223":635,"224":372,"225":1119,"23":525,"24":2773,"25":1163,"257":160,"26":197,"268":13,"27":51,"273":90,"276":108,"279":47,"28":1272,"281":24,"282":122,"291":62,"292":117,"30":84,"302":29,"306":9,"31":94,"314":12,"317":1,"32":35,"33":112,"34":87,"347":16,"35":85,"352":1037,"36":198,"37":65,"38":714,"380":58,"381":159,"383":105,"389":3,"39":157,"391":72,"396":4,"397":107,"40":278,"409":44,"41":81,"414":127,"415":98,"419":7,"42":112,"426":50,"43":43,"430":166,"433":16,"44":33,"45":78,"46":292,"48":76,"49":60,"5":1721,"51":52,"52":101,"53":105,"56":25,"570":10,"6":291,"63":53,"7":855,"79":43,"8":284,"80":26,"9":441,"all_client":141419,"all_tv_clinet":26002,"insert_time":"2014-08-18T14:21:16.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115042,"10":140,"107":687,"11":693,"12":241,"13":703,"14":272,"15":278,"155":127,"156":66,"158":117,"159":42,"16":541,"160":58,"161":218,"167":95,"168":3,"17":286,"18":1163,"19":273,"20":414,"209":49,"21":878,"210":43,"211":10,"214":94,"215":287,"221":446,"223":611,"224":371,"225":1092,"23":521,"24":2761,"25":1169,"257":158,"26":203,"268":12,"27":45,"273":87,"276":106,"279":45,"28":1249,"281":24,"282":118,"291":62,"292":118,"30":83,"302":29,"306":9,"31":98,"314":11,"32":35,"33":114,"34":81,"347":17,"35":81,"352":1039,"36":205,"37":63,"38":694,"380":60,"381":149,"383":106,"389":3,"39":157,"391":76,"396":4,"397":106,"40":270,"409":44,"41":84,"414":120,"415":98,"419":8,"42":107,"426":57,"43":45,"430":158,"433":16,"44":34,"45":80,"46":277,"48":75,"49":53,"5":1746,"51":52,"52":105,"53":105,"56":23,"570":9,"6":281,"63":54,"7":866,"79":44,"8":281,"80":25,"9":446,"all_client":140801,"all_tv_clinet":25759,"insert_time":"2014-08-18T14:22:17.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114629,"10":136,"107":678,"11":671,"12":216,"13":705,"14":269,"15":274,"155":123,"156":61,"158":121,"159":43,"16":537,"160":56,"161":223,"167":94,"168":4,"17":284,"18":1167,"19":278,"20":408,"209":50,"21":859,"210":43,"211":9,"214":96,"215":291,"221":436,"223":594,"224":381,"225":1089,"23":528,"24":2724,"25":1164,"257":147,"26":215,"268":10,"27":42,"273":91,"276":106,"279":39,"28":1221,"281":24,"282":110,"291":61,"292":115,"30":90,"302":30,"306":9,"31":96,"314":10,"32":33,"33":119,"34":73,"347":14,"35":81,"352":1042,"36":207,"37":64,"38":689,"380":60,"381":150,"383":109,"389":2,"39":150,"391":76,"396":4,"397":108,"40":272,"409":42,"41":86,"414":115,"415":95,"419":7,"42":110,"426":61,"43":46,"430":150,"433":14,"44":31,"45":78,"46":275,"48":70,"49":51,"5":1767,"51":53,"52":109,"53":108,"56":23,"570":10,"6":270,"63":56,"7":872,"79":44,"8":281,"80":27,"9":449,"all_client":140210,"all_tv_clinet":25581,"insert_time":"2014-08-18T14:23:19.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114149,"10":132,"107":673,"11":650,"12":196,"13":719,"14":278,"15":264,"155":108,"156":58,"158":122,"159":42,"16":534,"160":56,"161":224,"167":93,"168":4,"17":272,"18":1178,"19":295,"20":403,"209":49,"21":865,"210":44,"211":10,"214":98,"215":292,"221":430,"223":585,"224":382,"225":1078,"23":546,"24":2670,"25":1159,"257":149,"26":225,"268":12,"27":44,"273":92,"276":108,"279":37,"28":1212,"281":22,"282":100,"291":60,"292":116,"30":90,"302":28,"306":8,"31":103,"314":7,"32":30,"33":114,"34":72,"347":15,"35":79,"352":1032,"36":207,"37":68,"38":675,"380":61,"381":140,"383":103,"389":2,"39":153,"391":77,"396":3,"397":113,"40":271,"409":38,"41":80,"414":107,"415":91,"419":9,"42":118,"426":72,"43":43,"430":143,"433":16,"44":30,"45":78,"46":259,"48":67,"49":49,"5":1769,"51":53,"52":108,"53":109,"56":23,"570":10,"6":247,"63":57,"7":866,"79":42,"8":283,"80":29,"9":447,"all_client":139529,"all_tv_clinet":25380,"insert_time":"2014-08-18T14:24:20.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113738,"10":130,"107":673,"11":643,"12":186,"13":705,"14":293,"15":272,"155":96,"156":55,"158":113,"159":48,"16":543,"160":51,"161":229,"167":90,"168":4,"17":259,"18":1185,"19":287,"20":394,"209":52,"21":878,"210":42,"211":11,"214":99,"215":290,"221":446,"223":598,"224":383,"225":1055,"23":555,"24":2605,"25":1152,"257":148,"26":227,"268":9,"27":46,"273":97,"276":105,"279":40,"28":1210,"281":20,"282":91,"291":55,"292":119,"30":89,"302":25,"306":9,"31":97,"314":8,"32":29,"33":112,"34":76,"347":13,"35":75,"352":1032,"36":207,"37":67,"38":653,"380":62,"381":131,"383":103,"389":2,"39":160,"391":79,"396":2,"397":110,"40":266,"409":35,"41":76,"414":111,"415":92,"419":10,"42":118,"426":73,"43":42,"430":139,"433":15,"44":27,"45":80,"46":248,"48":71,"49":47,"5":1776,"51":55,"52":108,"53":112,"56":23,"570":12,"6":233,"63":58,"7":832,"79":45,"8":290,"80":32,"9":446,"all_client":138940,"all_tv_clinet":25202,"insert_time":"2014-08-18T14:25:21.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113274,"10":126,"107":661,"11":626,"12":181,"13":715,"14":284,"15":265,"155":90,"156":55,"158":112,"159":51,"16":542,"160":51,"161":229,"167":87,"168":4,"17":259,"18":1207,"19":290,"20":402,"209":54,"21":891,"210":46,"211":12,"214":97,"215":287,"221":451,"223":601,"224":375,"225":1028,"23":559,"24":2549,"25":1137,"257":149,"26":244,"268":9,"27":44,"273":96,"276":105,"279":39,"28":1196,"281":20,"282":89,"291":50,"292":125,"30":85,"302":23,"306":10,"31":108,"314":7,"32":31,"33":106,"34":74,"347":9,"35":79,"352":1033,"36":211,"37":69,"38":660,"380":63,"381":129,"383":109,"389":2,"39":161,"391":80,"396":1,"397":107,"40":260,"409":37,"41":69,"414":98,"415":89,"419":11,"42":118,"426":85,"43":39,"430":138,"433":15,"44":31,"45":81,"46":237,"48":72,"49":48,"5":1748,"51":53,"52":113,"53":112,"56":17,"570":13,"6":224,"63":61,"7":779,"79":47,"8":293,"80":33,"9":445,"all_client":138287,"all_tv_clinet":25013,"insert_time":"2014-08-18T14:26:22.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112808,"10":122,"107":642,"11":609,"12":184,"13":699,"14":249,"15":271,"155":88,"156":53,"158":92,"159":56,"16":546,"160":59,"161":242,"167":83,"168":4,"17":271,"18":1172,"19":297,"20":403,"209":50,"21":891,"210":46,"211":11,"214":96,"215":280,"221":454,"223":613,"224":363,"225":1011,"23":570,"24":2527,"25":1145,"257":150,"26":252,"268":8,"27":46,"273":95,"276":97,"279":41,"28":1180,"281":20,"282":87,"291":47,"292":128,"30":85,"302":23,"306":10,"31":115,"314":8,"32":30,"33":112,"34":72,"347":9,"35":74,"352":1023,"36":213,"37":71,"38":653,"380":64,"381":132,"383":110,"389":2,"39":153,"391":80,"396":4,"397":110,"40":266,"409":37,"41":73,"414":98,"415":89,"419":11,"42":122,"426":85,"43":42,"430":138,"433":15,"44":31,"45":85,"46":231,"48":69,"49":45,"5":1755,"51":51,"52":115,"53":115,"56":15,"570":13,"6":216,"63":59,"7":730,"79":53,"8":292,"80":35,"9":449,"all_client":137646,"all_tv_clinet":24838,"insert_time":"2014-08-18T14:27:23.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112284,"10":120,"107":643,"11":596,"12":177,"13":689,"14":225,"15":302,"155":82,"156":53,"158":85,"159":57,"16":553,"160":59,"161":247,"167":81,"168":4,"17":278,"18":1142,"19":311,"20":398,"209":52,"21":907,"210":49,"211":10,"214":95,"215":279,"221":463,"223":600,"224":352,"225":999,"23":584,"24":2523,"25":1139,"257":149,"26":252,"268":7,"27":44,"273":90,"276":94,"279":40,"28":1175,"281":19,"282":89,"291":41,"292":129,"30":85,"302":23,"306":10,"31":121,"314":8,"32":29,"33":107,"34":72,"347":9,"35":75,"352":1019,"36":212,"37":70,"38":656,"380":66,"381":125,"383":108,"389":2,"39":145,"391":79,"396":6,"397":113,"40":272,"409":41,"41":72,"414":92,"415":86,"419":12,"42":130,"426":86,"43":42,"430":137,"433":15,"44":29,"45":77,"46":238,"48":74,"49":44,"5":1731,"51":46,"52":119,"53":111,"56":14,"570":12,"6":210,"63":56,"7":686,"79":52,"8":287,"80":35,"9":452,"all_client":136965,"all_tv_clinet":24681,"insert_time":"2014-08-18T14:28:24.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111850,"10":116,"107":648,"11":590,"12":183,"13":684,"14":207,"15":315,"155":78,"156":50,"158":87,"159":47,"16":550,"160":62,"161":248,"167":79,"168":4,"17":295,"18":1083,"19":306,"20":404,"209":54,"21":909,"210":50,"211":9,"214":94,"215":282,"221":477,"223":582,"224":350,"225":1000,"23":580,"24":2517,"25":1147,"257":146,"26":254,"268":7,"27":49,"273":80,"276":92,"279":44,"28":1184,"281":18,"282":86,"291":40,"292":134,"30":90,"302":23,"306":10,"31":112,"314":8,"32":29,"33":101,"34":70,"347":9,"35":73,"352":1007,"36":211,"37":68,"38":644,"380":67,"381":125,"383":109,"389":2,"39":130,"391":79,"396":6,"397":110,"40":273,"409":41,"41":75,"414":100,"415":83,"419":12,"42":136,"426":72,"43":43,"430":130,"433":14,"44":33,"45":72,"46":238,"48":70,"49":39,"5":1708,"51":47,"52":123,"53":111,"56":16,"570":10,"6":207,"63":60,"7":650,"79":53,"8":283,"80":36,"9":456,"all_client":136345,"all_tv_clinet":24495,"insert_time":"2014-08-18T14:29:25.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111384,"10":107,"107":652,"11":592,"12":184,"13":652,"14":193,"15":321,"155":74,"156":50,"158":86,"159":40,"16":522,"160":61,"161":239,"167":78,"168":2,"17":313,"18":1044,"19":310,"20":410,"209":54,"21":918,"210":51,"211":9,"214":92,"215":283,"221":478,"223":573,"224":351,"225":973,"23":565,"24":2509,"25":1151,"257":140,"26":252,"268":6,"27":49,"273":72,"276":91,"279":42,"28":1181,"281":16,"282":90,"291":36,"292":134,"30":88,"302":22,"306":11,"31":104,"314":7,"32":27,"33":97,"34":73,"347":11,"35":71,"352":1016,"36":216,"37":68,"38":640,"380":67,"381":118,"383":112,"389":2,"39":133,"391":76,"396":5,"397":108,"40":272,"409":42,"41":73,"414":104,"415":90,"419":12,"42":137,"426":67,"43":40,"430":130,"433":13,"44":30,"45":59,"46":241,"48":78,"49":37,"5":1702,"51":46,"52":130,"53":114,"56":15,"570":9,"6":200,"63":59,"7":629,"79":51,"8":291,"80":37,"9":463,"all_client":135673,"all_tv_clinet":24289,"insert_time":"2014-08-18T14:30:26.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110550,"10":106,"107":638,"11":599,"12":173,"13":646,"14":188,"15":312,"155":69,"156":50,"158":85,"159":34,"16":512,"160":62,"161":237,"167":76,"168":2,"17":317,"18":1037,"19":308,"20":412,"209":53,"21":907,"210":52,"211":9,"214":89,"215":277,"221":476,"223":566,"224":358,"225":959,"23":552,"24":2482,"25":1150,"257":142,"26":246,"268":7,"27":49,"273":71,"276":88,"279":40,"28":1178,"281":16,"282":91,"291":35,"292":139,"30":85,"302":22,"306":11,"31":99,"314":8,"32":26,"33":99,"34":76,"347":11,"35":72,"352":1024,"36":213,"37":67,"38":644,"380":67,"381":113,"383":117,"389":2,"39":131,"391":74,"396":5,"397":110,"40":270,"409":41,"41":71,"414":105,"415":93,"419":13,"42":136,"426":65,"43":39,"430":133,"433":13,"44":28,"45":55,"46":246,"48":80,"49":35,"5":1678,"51":46,"52":134,"53":110,"56":14,"570":10,"6":200,"63":59,"7":611,"79":51,"8":291,"80":37,"9":458,"all_client":134643,"all_tv_clinet":24093,"insert_time":"2014-08-18T14:31:30.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110423,"10":98,"107":653,"11":600,"12":153,"13":624,"14":189,"15":294,"155":63,"156":57,"158":80,"159":29,"16":466,"160":63,"161":236,"167":73,"168":2,"17":333,"18":1015,"19":314,"20":421,"209":55,"21":908,"210":53,"211":10,"214":90,"215":284,"221":455,"223":568,"224":367,"225":965,"23":534,"24":2477,"25":1154,"257":141,"26":250,"268":7,"27":50,"273":74,"276":86,"279":44,"28":1198,"281":18,"282":98,"291":31,"292":135,"30":85,"302":23,"306":14,"31":94,"314":9,"32":30,"33":101,"34":91,"347":9,"35":69,"352":1025,"36":214,"37":67,"38":626,"380":66,"381":105,"383":118,"389":4,"39":128,"391":78,"396":5,"397":109,"40":273,"409":38,"41":76,"414":106,"415":97,"419":13,"42":126,"426":65,"43":40,"430":131,"433":14,"44":24,"45":55,"46":252,"48":81,"49":36,"5":1572,"51":46,"52":141,"53":108,"56":14,"570":9,"6":208,"63":56,"7":614,"79":51,"8":293,"80":31,"9":486,"all_client":134364,"all_tv_clinet":23941,"insert_time":"2014-08-18T14:32:32.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109971,"10":98,"107":645,"11":612,"12":135,"13":611,"14":190,"15":272,"155":53,"156":63,"158":79,"159":24,"16":437,"160":64,"161":236,"167":67,"168":1,"17":326,"18":1011,"19":315,"20":424,"209":52,"21":931,"210":51,"211":12,"214":88,"215":288,"221":460,"223":558,"224":382,"225":993,"23":520,"24":2505,"25":1144,"257":152,"26":233,"268":7,"27":47,"273":77,"276":83,"279":43,"28":1209,"281":19,"282":99,"291":31,"292":122,"30":87,"302":22,"306":14,"31":105,"314":9,"317":2,"32":30,"33":98,"34":101,"347":7,"35":72,"352":1006,"36":226,"37":63,"38":614,"380":68,"381":97,"383":111,"389":4,"39":126,"391":87,"396":4,"397":109,"40":274,"409":43,"41":75,"414":102,"415":98,"419":12,"42":119,"426":67,"43":39,"430":132,"433":14,"44":20,"45":53,"46":266,"48":84,"49":35,"5":1495,"51":46,"52":144,"53":100,"56":15,"570":9,"6":224,"63":53,"7":628,"79":45,"8":281,"80":29,"9":482,"all_client":133786,"all_tv_clinet":23815,"insert_time":"2014-08-18T14:33:34.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109517,"10":102,"107":628,"11":620,"12":120,"13":592,"14":203,"15":271,"155":50,"156":65,"158":75,"159":23,"16":399,"160":63,"161":224,"167":63,"168":1,"17":315,"18":1003,"19":311,"20":426,"209":45,"21":952,"210":49,"211":13,"214":90,"215":290,"221":440,"223":539,"224":386,"225":1010,"23":513,"24":2538,"25":1149,"257":152,"26":231,"268":9,"27":47,"273":83,"276":82,"279":38,"28":1203,"281":19,"282":102,"291":32,"292":109,"30":93,"302":21,"306":14,"31":107,"314":11,"317":2,"32":32,"33":94,"34":109,"347":7,"35":75,"352":1015,"36":230,"37":62,"38":604,"380":67,"381":97,"383":111,"389":4,"39":119,"391":99,"396":5,"397":111,"40":277,"409":41,"41":79,"414":103,"415":100,"419":12,"42":119,"426":69,"43":38,"430":126,"433":15,"44":20,"45":51,"46":265,"48":87,"49":34,"5":1431,"51":42,"52":143,"53":100,"56":17,"570":12,"6":237,"63":54,"7":633,"79":42,"8":273,"80":27,"9":474,"all_client":133202,"all_tv_clinet":23685,"insert_time":"2014-08-18T14:34:40.535Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109075,"10":96,"107":622,"11":612,"12":111,"13":571,"14":202,"15":256,"155":48,"156":59,"158":73,"159":23,"16":374,"160":64,"161":220,"167":63,"168":1,"17":304,"18":1003,"19":322,"20":419,"209":40,"21":953,"210":48,"211":13,"214":91,"215":291,"221":438,"223":526,"224":391,"225":1016,"23":512,"24":2543,"25":1156,"257":147,"26":228,"268":8,"27":45,"273":80,"276":82,"279":35,"28":1204,"281":19,"282":103,"291":30,"292":100,"30":98,"302":21,"306":12,"31":111,"314":12,"317":2,"32":34,"33":93,"34":112,"347":6,"35":77,"352":1007,"36":228,"37":59,"38":610,"380":66,"381":96,"383":112,"389":4,"39":124,"391":92,"396":6,"397":114,"40":274,"409":42,"41":76,"414":109,"415":102,"419":12,"42":123,"426":64,"43":40,"430":123,"433":15,"44":20,"45":49,"46":259,"48":87,"49":34,"5":1391,"51":43,"52":140,"53":88,"56":17,"570":20,"6":240,"63":56,"7":640,"79":41,"8":266,"80":27,"9":461,"all_client":132572,"all_tv_clinet":23497,"insert_time":"2014-08-18T14:35:41.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108573,"10":90,"107":624,"11":595,"12":101,"13":571,"14":203,"15":255,"155":48,"156":59,"158":67,"159":19,"16":370,"160":59,"161":202,"167":62,"17":292,"18":996,"19":319,"20":417,"209":39,"21":945,"210":48,"211":15,"214":91,"215":295,"221":425,"223":509,"224":388,"225":1011,"23":502,"24":2559,"25":1173,"257":149,"26":242,"268":8,"27":46,"273":82,"276":80,"279":31,"28":1198,"281":19,"282":110,"291":28,"292":97,"30":106,"302":19,"306":13,"31":104,"314":11,"32":34,"33":96,"34":112,"347":7,"35":76,"352":988,"36":225,"37":58,"38":605,"380":66,"381":98,"383":114,"389":4,"39":121,"391":100,"396":7,"397":112,"40":281,"409":41,"41":81,"414":119,"415":102,"419":13,"42":127,"426":58,"43":40,"430":117,"433":15,"44":22,"45":48,"46":260,"48":89,"49":35,"5":1355,"51":44,"52":137,"53":85,"56":15,"570":21,"6":238,"63":58,"7":623,"79":41,"8":266,"80":27,"9":455,"all_client":131901,"all_tv_clinet":23328,"insert_time":"2014-08-18T14:36:42.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107985,"10":85,"107":623,"11":586,"12":96,"13":556,"14":202,"15":265,"155":47,"156":63,"158":61,"159":16,"16":368,"160":59,"161":200,"167":62,"168":1,"17":270,"18":991,"19":320,"20":401,"209":35,"21":948,"210":50,"211":15,"214":93,"215":299,"221":417,"223":506,"224":390,"225":1009,"23":505,"24":2578,"25":1157,"257":144,"26":246,"268":8,"27":44,"273":78,"276":76,"279":27,"28":1175,"281":18,"282":106,"291":28,"292":94,"30":104,"302":18,"306":13,"31":107,"314":8,"317":1,"32":35,"33":100,"34":114,"347":9,"35":76,"352":959,"36":229,"37":58,"38":616,"380":65,"381":97,"383":115,"389":3,"39":120,"391":107,"396":7,"397":112,"40":279,"409":39,"41":83,"414":116,"415":98,"419":13,"42":129,"426":60,"43":39,"430":116,"433":15,"44":24,"45":43,"46":262,"48":92,"49":34,"5":1292,"51":46,"52":144,"53":85,"56":14,"570":21,"6":235,"63":58,"7":609,"79":39,"8":272,"80":25,"9":454,"all_client":131112,"all_tv_clinet":23127,"insert_time":"2014-08-18T14:37:43.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107475,"10":79,"107":643,"11":565,"12":97,"13":531,"14":199,"15":254,"155":49,"156":63,"158":64,"159":15,"16":362,"160":58,"161":200,"167":59,"168":3,"17":256,"18":994,"19":315,"20":389,"209":39,"21":945,"210":46,"211":12,"214":98,"215":295,"221":424,"223":518,"224":395,"225":987,"23":522,"24":2616,"25":1117,"257":141,"26":239,"268":8,"27":44,"273":73,"276":68,"279":24,"28":1163,"281":19,"282":104,"291":29,"292":92,"30":108,"302":18,"306":12,"31":105,"314":7,"317":1,"32":37,"33":101,"34":113,"347":9,"35":69,"352":930,"36":221,"37":57,"38":601,"380":64,"381":102,"383":115,"389":3,"39":115,"391":112,"396":7,"397":116,"40":278,"409":41,"41":89,"414":107,"415":96,"419":12,"42":131,"426":65,"43":36,"430":116,"433":16,"44":24,"45":39,"46":264,"48":97,"49":38,"5":1249,"51":43,"52":148,"53":86,"56":14,"570":21,"6":237,"63":57,"7":609,"79":33,"8":276,"80":24,"9":453,"all_client":130410,"all_tv_clinet":22935,"insert_time":"2014-08-18T14:38:44.783Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107015,"10":71,"107":652,"11":556,"12":94,"13":496,"14":202,"15":233,"155":49,"156":65,"158":62,"159":14,"16":363,"160":59,"161":199,"167":60,"168":3,"17":241,"18":997,"19":316,"20":370,"209":34,"21":940,"210":46,"211":13,"214":95,"215":292,"221":424,"223":517,"224":401,"225":979,"23":532,"24":2637,"25":1056,"257":139,"26":245,"268":6,"27":46,"273":78,"276":67,"279":24,"28":1177,"281":19,"282":103,"291":28,"292":86,"30":106,"302":18,"306":12,"31":109,"314":9,"317":1,"32":36,"33":99,"34":112,"347":9,"35":68,"352":908,"36":220,"37":56,"38":608,"380":63,"381":108,"383":113,"389":3,"39":120,"391":110,"396":6,"397":111,"40":285,"409":41,"41":91,"414":101,"415":97,"419":13,"42":130,"426":70,"43":35,"430":113,"433":15,"44":27,"45":35,"46":270,"48":101,"49":33,"5":1212,"51":42,"52":150,"53":85,"56":13,"570":20,"6":231,"63":59,"7":621,"79":32,"8":274,"80":24,"9":447,"all_client":129773,"all_tv_clinet":22758,"insert_time":"2014-08-18T14:39:45.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106462,"10":68,"107":651,"11":552,"12":90,"13":476,"14":199,"15":219,"155":49,"156":66,"158":59,"159":13,"16":371,"160":53,"161":197,"167":57,"168":5,"17":225,"18":985,"19":313,"20":356,"209":32,"21":953,"210":44,"211":13,"214":96,"215":299,"221":423,"223":531,"224":400,"225":956,"23":542,"24":2641,"25":1018,"257":138,"26":239,"268":6,"27":48,"273":81,"276":61,"279":23,"28":1175,"281":19,"282":106,"291":28,"292":84,"30":108,"302":19,"306":12,"31":103,"314":7,"317":1,"32":34,"33":101,"34":113,"347":8,"35":64,"352":896,"36":237,"37":59,"38":603,"380":63,"381":112,"383":112,"389":3,"39":120,"391":110,"396":6,"397":103,"40":283,"409":41,"41":89,"414":97,"415":93,"419":12,"42":119,"426":69,"43":35,"430":110,"433":16,"44":27,"45":36,"46":268,"48":98,"49":38,"5":1158,"51":35,"52":149,"53":87,"56":13,"570":22,"6":225,"63":62,"7":610,"79":34,"8":274,"80":23,"9":446,"all_client":128985,"all_tv_clinet":22523,"insert_time":"2014-08-18T14:40:46.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105985,"10":71,"107":656,"11":527,"12":87,"13":451,"14":196,"15":204,"155":48,"156":65,"158":59,"159":12,"16":379,"160":46,"161":189,"167":56,"168":4,"17":213,"18":1007,"19":314,"20":339,"209":28,"21":962,"210":45,"211":13,"214":95,"215":291,"221":412,"223":549,"224":401,"225":936,"23":537,"24":2630,"25":994,"257":137,"26":240,"268":6,"27":48,"273":79,"276":58,"279":24,"28":1175,"281":19,"282":110,"291":29,"292":86,"30":114,"302":18,"306":12,"31":96,"314":7,"317":1,"32":34,"33":104,"34":113,"347":7,"35":61,"352":891,"36":234,"37":57,"38":625,"380":61,"381":109,"383":112,"389":3,"39":119,"391":108,"396":6,"397":99,"40":285,"409":43,"41":85,"414":100,"415":90,"419":10,"42":105,"426":59,"43":38,"430":109,"433":16,"44":26,"45":31,"46":258,"48":100,"49":35,"5":1107,"51":34,"52":150,"53":91,"56":13,"570":26,"6":233,"63":62,"7":620,"79":38,"8":271,"80":24,"9":446,"all_client":128308,"all_tv_clinet":22323,"insert_time":"2014-08-18T14:41:48.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105340,"10":76,"107":646,"11":511,"12":92,"13":445,"14":190,"15":190,"155":47,"156":66,"158":59,"159":11,"16":382,"160":42,"161":192,"167":54,"168":5,"17":190,"18":1037,"19":319,"20":328,"209":28,"21":995,"210":46,"211":13,"214":93,"215":298,"221":409,"223":549,"224":404,"225":898,"23":519,"24":2578,"25":976,"257":134,"26":242,"268":7,"27":45,"273":70,"276":58,"279":27,"28":1176,"281":19,"282":109,"291":29,"292":85,"30":123,"302":17,"306":12,"31":85,"314":7,"317":1,"32":36,"33":101,"34":112,"347":7,"35":60,"352":887,"36":247,"37":59,"38":627,"380":58,"381":104,"383":111,"389":3,"39":109,"391":112,"396":6,"397":93,"40":284,"409":44,"41":82,"414":90,"415":95,"419":10,"42":93,"426":48,"43":38,"430":107,"433":16,"44":24,"45":31,"46":263,"48":105,"49":38,"5":1080,"51":35,"52":159,"53":102,"56":12,"570":26,"6":224,"63":61,"7":625,"79":35,"8":273,"80":23,"9":437,"all_client":127466,"all_tv_clinet":22126,"insert_time":"2014-08-18T14:42:49.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105303,"10":77,"107":658,"11":509,"12":88,"13":444,"14":178,"15":180,"155":48,"156":66,"158":60,"159":11,"16":391,"160":36,"161":204,"167":49,"168":6,"17":181,"18":1064,"19":308,"20":333,"209":33,"21":1005,"210":43,"211":12,"214":94,"215":306,"221":415,"223":582,"224":404,"225":889,"23":528,"24":2549,"25":981,"257":136,"26":247,"268":6,"27":41,"273":64,"276":59,"279":29,"28":1183,"281":18,"282":114,"291":30,"292":86,"30":125,"302":17,"306":12,"31":82,"314":9,"317":1,"32":38,"33":108,"34":108,"347":8,"35":59,"352":886,"36":242,"37":60,"38":624,"380":51,"381":100,"383":120,"389":3,"39":103,"391":113,"396":5,"397":92,"40":290,"409":44,"41":78,"414":87,"415":97,"419":9,"42":93,"426":43,"43":34,"430":108,"433":16,"44":24,"45":33,"46":270,"48":109,"49":42,"5":1068,"51":32,"52":164,"53":100,"56":10,"570":27,"6":221,"63":60,"7":636,"79":31,"8":262,"80":20,"9":403,"all_client":127425,"all_tv_clinet":22122,"insert_time":"2014-08-18T14:43:50.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104286,"10":73,"107":650,"11":501,"12":79,"13":443,"14":169,"15":168,"155":48,"156":62,"158":63,"159":12,"16":411,"160":36,"161":203,"167":53,"168":6,"17":171,"18":1075,"19":297,"20":330,"209":27,"21":984,"210":44,"211":13,"214":97,"215":299,"221":419,"223":588,"224":409,"225":879,"23":511,"24":2461,"25":970,"257":131,"26":245,"268":6,"27":36,"273":61,"276":57,"279":28,"28":1191,"281":18,"282":114,"291":31,"292":82,"30":126,"302":15,"306":11,"31":81,"314":9,"317":1,"32":36,"33":110,"34":109,"347":9,"35":55,"352":880,"36":239,"37":64,"38":613,"380":52,"381":101,"383":116,"389":3,"39":102,"391":120,"396":5,"397":89,"40":298,"409":48,"41":78,"414":76,"415":94,"419":8,"42":99,"426":42,"43":34,"430":106,"433":15,"44":24,"45":36,"46":290,"48":113,"49":47,"5":1056,"51":31,"52":170,"53":100,"56":10,"570":27,"6":211,"63":56,"7":639,"79":28,"8":239,"80":21,"9":362,"all_client":126141,"all_tv_clinet":21855,"insert_time":"2014-08-18T14:44:51.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103560,"10":70,"107":645,"11":497,"12":76,"13":452,"14":161,"15":170,"155":47,"156":63,"158":61,"159":13,"16":428,"160":37,"161":205,"167":53,"168":5,"17":169,"18":1077,"19":270,"20":330,"209":26,"21":983,"210":40,"211":11,"214":96,"215":300,"221":431,"223":596,"224":396,"225":880,"23":508,"24":2410,"25":997,"257":132,"26":244,"268":7,"27":34,"273":61,"276":59,"279":33,"28":1191,"281":18,"282":119,"291":30,"292":78,"30":131,"302":15,"306":12,"31":84,"314":7,"317":1,"32":37,"33":110,"34":100,"347":10,"35":53,"352":883,"36":232,"37":63,"38":612,"380":50,"381":100,"383":116,"389":3,"39":100,"391":121,"396":6,"397":86,"40":295,"409":49,"41":74,"414":69,"415":89,"419":4,"42":97,"426":42,"43":33,"430":106,"433":15,"44":24,"45":47,"46":286,"48":117,"49":51,"5":1029,"51":27,"52":165,"53":94,"56":11,"570":26,"6":209,"63":55,"7":649,"79":29,"8":219,"80":20,"9":325,"all_client":125257,"all_tv_clinet":21697,"insert_time":"2014-08-18T14:45:52.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103058,"10":68,"107":623,"11":481,"12":77,"13":451,"14":162,"15":161,"155":45,"156":62,"158":63,"159":13,"16":437,"160":36,"161":207,"167":53,"168":3,"17":161,"18":1079,"19":257,"20":327,"209":23,"21":969,"210":37,"211":10,"214":97,"215":290,"221":423,"223":612,"224":376,"225":864,"23":516,"24":2355,"25":1003,"257":132,"26":243,"268":5,"27":34,"273":63,"276":59,"279":34,"28":1182,"281":18,"282":118,"291":30,"292":76,"30":136,"302":15,"306":11,"31":89,"314":5,"317":1,"32":37,"33":106,"34":91,"347":10,"35":58,"352":905,"36":229,"37":62,"38":590,"380":42,"381":103,"383":109,"389":2,"39":100,"391":120,"396":5,"397":85,"40":291,"409":47,"41":77,"414":73,"415":92,"419":4,"42":94,"426":38,"43":34,"430":107,"433":15,"44":26,"45":44,"46":282,"48":124,"49":50,"5":1026,"51":29,"52":176,"53":91,"56":14,"570":25,"6":207,"63":52,"7":654,"79":30,"8":208,"80":22,"9":308,"all_client":124544,"all_tv_clinet":21486,"insert_time":"2014-08-18T14:46:53.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102385,"10":67,"107":604,"11":479,"12":70,"13":448,"14":164,"15":162,"155":46,"156":62,"158":62,"159":12,"16":444,"160":32,"161":211,"167":51,"168":3,"17":152,"18":1077,"19":247,"20":323,"209":26,"21":948,"210":37,"211":11,"214":96,"215":293,"221":419,"223":614,"224":368,"225":874,"23":533,"24":2321,"25":1008,"257":127,"26":236,"268":4,"27":35,"273":61,"276":54,"279":35,"28":1176,"281":18,"282":112,"291":30,"292":76,"30":147,"302":16,"306":11,"31":85,"314":6,"317":1,"32":40,"33":107,"34":88,"347":11,"35":58,"352":901,"36":226,"37":58,"38":585,"380":42,"381":98,"383":111,"389":1,"39":96,"391":122,"396":5,"397":89,"40":289,"409":44,"41":76,"414":73,"415":89,"419":4,"42":86,"426":38,"43":39,"430":110,"433":15,"44":27,"45":40,"46":276,"48":131,"49":52,"5":1009,"51":31,"52":180,"53":85,"56":14,"570":17,"6":212,"63":51,"7":651,"79":30,"8":201,"80":20,"9":281,"all_client":123688,"all_tv_clinet":21303,"insert_time":"2014-08-18T14:47:54.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101904,"10":65,"107":610,"11":463,"12":71,"13":447,"14":169,"15":161,"155":46,"156":61,"158":64,"159":12,"16":440,"160":34,"161":199,"167":51,"168":3,"17":145,"18":1050,"19":234,"20":313,"209":29,"21":961,"210":37,"211":11,"214":96,"215":292,"221":399,"223":631,"224":363,"225":862,"23":542,"24":2275,"25":1001,"257":126,"26":241,"268":3,"27":37,"273":65,"276":56,"279":31,"28":1170,"281":18,"282":109,"291":29,"292":77,"30":145,"302":16,"306":10,"31":83,"314":6,"317":1,"32":42,"33":110,"34":83,"347":12,"35":54,"352":902,"36":225,"37":53,"38":578,"380":41,"381":98,"383":109,"389":1,"39":93,"391":123,"396":7,"397":86,"40":291,"409":40,"41":74,"414":71,"415":82,"419":5,"42":86,"426":35,"43":38,"430":113,"433":15,"44":30,"45":35,"46":273,"48":136,"49":53,"5":1001,"51":30,"52":183,"53":77,"56":16,"570":17,"6":222,"63":51,"7":650,"79":30,"8":193,"80":20,"9":279,"all_client":123027,"all_tv_clinet":21123,"insert_time":"2014-08-18T14:48:55.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101392,"10":64,"107":624,"11":454,"12":68,"13":449,"14":162,"15":164,"155":44,"156":62,"158":62,"159":11,"16":442,"160":32,"161":195,"167":48,"168":3,"17":142,"18":1057,"19":222,"20":295,"209":31,"21":947,"210":37,"211":9,"214":95,"215":297,"221":388,"223":632,"224":359,"225":867,"23":533,"24":2242,"25":1009,"257":128,"26":244,"268":3,"27":38,"273":64,"276":56,"279":34,"28":1157,"281":17,"282":107,"291":28,"292":78,"30":157,"302":15,"306":10,"31":82,"314":6,"317":1,"32":35,"33":116,"34":85,"347":11,"35":49,"352":876,"36":220,"37":49,"38":577,"380":39,"381":97,"383":106,"389":1,"39":95,"391":126,"396":7,"397":83,"40":289,"409":41,"41":68,"414":69,"415":82,"419":3,"42":85,"426":34,"43":39,"430":114,"433":14,"44":30,"45":35,"46":266,"48":137,"49":50,"5":995,"51":37,"52":178,"53":77,"56":16,"570":13,"6":224,"63":53,"7":654,"79":31,"8":191,"80":22,"9":273,"all_client":122355,"all_tv_clinet":20963,"insert_time":"2014-08-18T14:49:55.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100835,"10":64,"107":625,"11":453,"12":72,"13":434,"14":164,"15":170,"155":42,"156":64,"158":59,"159":10,"16":444,"160":29,"161":192,"167":48,"168":3,"17":141,"18":1053,"19":212,"20":287,"209":30,"21":936,"210":33,"211":8,"214":93,"215":296,"221":375,"223":634,"224":368,"225":840,"23":538,"24":2253,"25":1021,"257":131,"26":241,"268":3,"27":36,"273":68,"276":56,"279":33,"28":1120,"281":17,"282":105,"291":28,"292":81,"30":153,"302":14,"306":10,"31":80,"314":4,"317":1,"32":32,"33":115,"34":91,"347":12,"35":49,"352":874,"36":223,"37":46,"38":565,"380":39,"381":99,"383":104,"389":1,"39":92,"391":130,"396":6,"397":75,"40":289,"409":40,"41":65,"414":62,"415":80,"419":3,"42":83,"426":24,"43":40,"430":107,"433":13,"44":33,"45":34,"46":272,"48":127,"49":52,"5":983,"51":38,"52":173,"53":81,"56":19,"570":16,"6":227,"63":51,"7":663,"79":35,"8":184,"80":22,"9":266,"all_client":121642,"all_tv_clinet":20807,"insert_time":"2014-08-18T14:50:56.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100277,"10":61,"107":638,"11":462,"12":76,"13":426,"14":162,"15":175,"155":42,"156":64,"158":58,"159":7,"16":446,"160":26,"161":185,"167":50,"168":3,"17":141,"18":1046,"19":206,"20":273,"209":30,"21":896,"210":32,"211":7,"214":93,"215":288,"221":364,"223":628,"224":375,"225":813,"23":533,"24":2242,"25":1028,"257":128,"26":234,"268":3,"27":36,"273":67,"276":56,"279":38,"28":1101,"281":17,"282":103,"291":28,"292":83,"30":158,"302":11,"306":10,"31":81,"314":3,"317":1,"32":35,"33":117,"34":96,"347":13,"35":48,"352":885,"36":219,"37":42,"38":563,"380":38,"381":98,"383":106,"389":1,"39":94,"391":135,"396":4,"397":64,"40":282,"409":37,"41":63,"414":62,"415":78,"419":4,"42":80,"426":19,"43":40,"430":101,"433":14,"44":34,"45":33,"46":277,"48":119,"49":58,"5":992,"51":42,"52":159,"53":83,"56":21,"570":20,"6":221,"63":49,"7":661,"79":37,"8":182,"80":22,"9":270,"all_client":120929,"all_tv_clinet":20652,"insert_time":"2014-08-18T14:51:57.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99538,"10":57,"107":644,"11":462,"12":88,"13":424,"14":161,"15":187,"155":41,"156":64,"158":57,"159":7,"16":446,"160":27,"161":187,"167":48,"168":3,"17":138,"18":1045,"19":207,"20":268,"209":27,"21":871,"210":33,"211":7,"214":93,"215":289,"221":370,"223":594,"224":375,"225":784,"23":532,"24":2214,"25":1042,"257":132,"26":236,"268":3,"27":40,"273":67,"276":55,"279":37,"28":1084,"281":17,"282":102,"291":30,"292":82,"30":156,"302":13,"306":10,"31":79,"314":2,"317":1,"32":37,"33":121,"34":103,"347":13,"35":49,"352":898,"36":216,"37":46,"38":553,"380":39,"381":103,"383":104,"389":1,"39":95,"391":134,"396":2,"397":62,"40":277,"409":35,"41":61,"414":55,"415":76,"419":5,"42":82,"426":14,"43":41,"430":97,"433":11,"44":35,"45":33,"46":277,"48":113,"49":60,"5":977,"51":37,"52":136,"53":89,"56":22,"570":21,"6":217,"63":44,"7":670,"79":37,"8":178,"80":20,"9":245,"all_client":120017,"all_tv_clinet":20479,"insert_time":"2014-08-18T14:52:58.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99043,"10":53,"107":636,"11":461,"12":92,"13":433,"14":161,"15":192,"155":39,"156":63,"158":56,"159":6,"16":450,"160":27,"161":183,"167":48,"168":3,"17":131,"18":1050,"19":205,"20":268,"209":31,"21":840,"210":32,"211":5,"214":94,"215":286,"221":365,"223":560,"224":376,"225":779,"23":520,"24":2207,"25":1042,"257":135,"26":225,"268":4,"27":40,"273":68,"276":54,"279":43,"28":1072,"281":16,"282":100,"291":29,"292":85,"30":156,"302":13,"306":10,"31":76,"314":2,"317":1,"32":37,"33":123,"34":110,"347":12,"35":49,"352":888,"36":218,"37":47,"38":540,"380":41,"381":102,"383":110,"389":1,"39":96,"391":134,"396":1,"397":62,"40":272,"409":33,"41":64,"414":54,"415":80,"419":6,"42":85,"426":11,"43":40,"430":94,"433":11,"44":31,"45":34,"46":277,"48":115,"49":63,"5":974,"51":37,"52":113,"53":82,"56":25,"570":16,"6":216,"63":44,"7":679,"79":35,"8":173,"80":20,"9":221,"all_client":119342,"all_tv_clinet":20299,"insert_time":"2014-08-18T14:53:59.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98504,"10":55,"107":624,"11":469,"12":96,"13":419,"14":160,"15":196,"155":38,"156":66,"158":54,"159":6,"16":448,"160":27,"161":176,"167":46,"168":4,"17":123,"18":1061,"19":210,"20":265,"209":30,"21":779,"210":31,"211":6,"214":93,"215":287,"221":373,"223":528,"224":377,"225":786,"23":515,"24":2215,"25":1002,"257":129,"26":206,"268":3,"27":43,"273":70,"276":57,"279":46,"28":1073,"281":15,"282":96,"291":27,"292":84,"30":154,"302":14,"306":12,"31":72,"314":1,"317":1,"32":32,"33":117,"34":116,"347":11,"35":51,"352":870,"36":220,"37":45,"38":538,"380":40,"381":103,"383":112,"39":90,"391":128,"396":2,"397":65,"40":279,"409":32,"41":62,"414":50,"415":81,"419":6,"42":78,"426":11,"43":42,"430":90,"433":11,"44":29,"45":35,"46":271,"48":107,"49":63,"5":972,"51":39,"52":106,"53":86,"56":24,"570":16,"6":218,"63":45,"7":686,"79":35,"8":170,"80":19,"9":217,"all_client":118592,"all_tv_clinet":20088,"insert_time":"2014-08-18T14:55:00.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97937,"10":54,"107":625,"11":473,"12":88,"13":412,"14":157,"15":210,"155":37,"156":60,"158":53,"159":6,"16":452,"160":28,"161":169,"167":45,"168":4,"17":118,"18":1038,"19":210,"20":260,"209":29,"21":719,"210":30,"211":6,"214":91,"215":300,"221":367,"223":527,"224":378,"225":799,"23":522,"24":2231,"25":958,"257":130,"26":175,"268":4,"27":44,"273":69,"276":57,"279":46,"28":1087,"281":16,"282":103,"291":26,"292":86,"30":146,"302":14,"306":12,"31":60,"314":1,"317":1,"32":33,"33":114,"34":124,"347":12,"35":56,"352":846,"36":220,"37":44,"38":553,"380":43,"381":95,"383":113,"389":2,"39":85,"391":131,"396":3,"397":63,"40":281,"409":28,"41":72,"414":49,"415":82,"419":5,"42":78,"426":11,"43":40,"430":86,"433":11,"44":25,"45":34,"46":276,"48":93,"49":61,"5":962,"51":45,"52":101,"53":87,"56":26,"570":16,"6":220,"63":44,"7":707,"79":37,"8":168,"80":20,"9":208,"all_client":117880,"all_tv_clinet":19943,"insert_time":"2014-08-18T14:56:01.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97413,"10":55,"107":627,"11":479,"12":80,"13":402,"14":142,"15":227,"155":37,"156":60,"158":57,"159":7,"16":445,"160":27,"161":164,"167":43,"168":5,"17":115,"18":994,"19":210,"20":250,"209":27,"21":682,"210":27,"211":5,"214":89,"215":302,"221":364,"223":528,"224":381,"225":821,"23":528,"24":2249,"25":913,"257":130,"26":159,"268":4,"27":46,"273":70,"276":56,"279":46,"28":1100,"281":15,"282":102,"291":25,"292":88,"30":139,"302":14,"306":13,"31":56,"314":1,"317":1,"32":31,"33":116,"34":124,"347":13,"35":61,"352":848,"36":214,"37":44,"38":544,"380":44,"381":92,"383":99,"389":2,"39":86,"391":130,"396":3,"397":62,"40":279,"409":28,"41":75,"414":49,"415":82,"419":6,"42":71,"426":10,"43":42,"430":84,"433":11,"44":22,"45":33,"46":280,"48":91,"49":62,"5":964,"51":48,"52":96,"53":88,"56":26,"570":19,"6":216,"63":44,"7":724,"79":35,"8":173,"80":22,"9":204,"all_client":117217,"all_tv_clinet":19804,"insert_time":"2014-08-18T14:57:02.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96907,"10":53,"107":611,"11":478,"12":71,"13":402,"14":134,"15":242,"155":36,"156":54,"158":59,"159":7,"16":437,"160":26,"161":175,"167":45,"168":5,"17":116,"18":951,"19":210,"20":226,"209":30,"21":660,"210":27,"211":5,"214":92,"215":304,"221":349,"223":543,"224":369,"225":830,"23":540,"24":2254,"25":896,"257":121,"26":149,"268":6,"27":42,"273":70,"276":54,"279":47,"28":1119,"281":15,"282":103,"291":25,"292":92,"30":136,"302":14,"306":12,"31":53,"314":2,"317":1,"32":39,"33":117,"34":128,"347":13,"35":68,"352":839,"36":209,"37":44,"38":542,"380":45,"381":88,"383":94,"389":2,"39":79,"391":127,"396":2,"397":62,"40":273,"409":26,"41":75,"414":48,"415":83,"419":6,"42":72,"426":9,"43":43,"430":83,"433":11,"44":23,"45":29,"46":278,"48":81,"49":59,"5":966,"51":53,"52":95,"53":79,"56":27,"570":19,"6":208,"63":43,"7":741,"79":36,"8":172,"80":22,"9":212,"all_client":116575,"all_tv_clinet":19668,"insert_time":"2014-08-18T14:58:02.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96255,"10":55,"107":614,"11":465,"12":80,"13":404,"14":120,"15":246,"155":37,"156":56,"158":62,"159":8,"16":433,"160":27,"161":177,"167":46,"168":5,"17":115,"18":897,"19":216,"20":213,"209":30,"21":655,"210":24,"211":5,"214":91,"215":308,"221":339,"223":562,"224":343,"225":826,"23":551,"24":2273,"25":896,"257":115,"26":145,"268":5,"27":46,"273":68,"276":53,"279":45,"28":1112,"281":15,"282":104,"291":26,"292":95,"30":133,"302":14,"306":12,"31":51,"314":2,"317":1,"32":42,"33":121,"34":131,"347":12,"35":69,"352":835,"36":204,"37":39,"38":532,"380":49,"381":93,"383":88,"389":2,"39":77,"391":120,"396":2,"397":63,"40":258,"409":20,"41":67,"414":50,"415":72,"419":6,"42":62,"426":9,"43":44,"430":74,"433":10,"44":26,"45":28,"46":284,"48":79,"49":63,"5":954,"51":57,"52":100,"53":81,"56":30,"570":11,"6":202,"63":41,"7":746,"79":34,"8":173,"80":23,"9":211,"all_client":115770,"all_tv_clinet":19515,"insert_time":"2014-08-18T14:59:03.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95657,"10":57,"107":611,"11":451,"12":96,"13":388,"14":114,"15":248,"155":37,"156":55,"158":63,"159":8,"16":432,"160":25,"161":184,"167":48,"168":5,"17":114,"18":875,"19":224,"20":198,"209":36,"21":637,"210":22,"211":5,"214":92,"215":315,"221":330,"223":576,"224":302,"225":816,"23":565,"24":2254,"25":914,"257":111,"26":133,"268":5,"27":49,"273":60,"276":47,"279":43,"28":1105,"281":15,"282":104,"291":23,"292":93,"30":137,"302":13,"306":12,"31":50,"314":2,"317":1,"32":44,"33":128,"34":136,"347":12,"35":67,"352":816,"36":205,"37":36,"38":535,"380":50,"381":92,"383":86,"389":2,"39":71,"391":106,"396":3,"397":67,"40":242,"409":19,"41":61,"414":49,"415":73,"419":5,"42":67,"426":13,"43":39,"430":78,"433":10,"44":28,"45":26,"46":278,"48":73,"49":66,"5":955,"51":57,"52":102,"53":77,"56":29,"570":9,"6":195,"63":35,"7":740,"79":32,"8":169,"80":25,"9":214,"all_client":114979,"all_tv_clinet":19322,"insert_time":"2014-08-18T15:00:04.917Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95054,"10":56,"107":603,"11":429,"12":111,"13":375,"14":104,"15":264,"155":36,"156":55,"158":63,"159":10,"16":444,"160":26,"161":192,"167":47,"168":5,"17":111,"18":847,"19":223,"20":187,"209":37,"21":638,"210":22,"211":6,"214":89,"215":323,"221":322,"223":601,"224":276,"225":786,"23":582,"24":2259,"25":937,"257":101,"26":130,"268":6,"27":50,"273":56,"276":44,"279":45,"28":1083,"281":17,"282":105,"291":24,"292":85,"30":126,"302":13,"306":13,"31":54,"314":2,"317":1,"32":36,"33":125,"34":143,"347":11,"35":69,"352":810,"36":198,"37":36,"38":539,"380":52,"381":91,"383":85,"389":2,"39":69,"391":100,"396":3,"397":71,"40":221,"409":17,"41":63,"414":49,"415":76,"419":3,"42":72,"426":13,"43":39,"430":73,"433":9,"44":27,"45":25,"46":285,"48":67,"49":70,"5":937,"51":61,"52":105,"53":75,"56":32,"570":8,"6":202,"63":34,"7":722,"79":31,"8":174,"80":25,"9":206,"all_client":114236,"all_tv_clinet":19182,"insert_time":"2014-08-18T15:01:05.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94416,"10":55,"107":604,"11":418,"12":119,"13":374,"14":101,"15":270,"155":34,"156":54,"158":64,"159":9,"16":462,"160":23,"161":198,"167":46,"168":4,"17":113,"18":830,"19":218,"20":177,"209":38,"21":619,"210":20,"211":7,"214":85,"215":324,"221":313,"223":593,"224":252,"225":730,"23":581,"24":2245,"25":965,"257":101,"26":132,"268":5,"27":45,"273":55,"276":42,"279":44,"28":1096,"281":16,"282":102,"291":23,"292":77,"30":118,"302":13,"306":13,"31":56,"314":4,"317":1,"32":36,"33":123,"34":147,"347":13,"35":67,"352":802,"36":191,"37":33,"38":532,"380":54,"381":87,"383":84,"39":68,"391":93,"396":2,"397":71,"40":207,"409":17,"41":64,"414":50,"415":78,"419":3,"42":80,"426":13,"43":41,"430":73,"431":4,"433":10,"44":23,"45":24,"46":290,"48":65,"49":69,"5":938,"51":61,"52":90,"53":73,"56":28,"570":7,"6":216,"63":34,"7":710,"79":32,"8":174,"80":28,"9":207,"all_client":113416,"all_tv_clinet":19000,"insert_time":"2014-08-18T15:02:06.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93808,"10":53,"107":598,"11":417,"12":112,"13":379,"14":101,"15":282,"155":32,"156":52,"158":63,"159":8,"16":456,"160":23,"161":195,"167":44,"168":2,"17":109,"18":815,"19":213,"20":174,"209":41,"21":589,"210":18,"211":7,"214":82,"215":329,"221":300,"223":598,"224":242,"225":718,"23":582,"24":2260,"25":967,"257":94,"26":127,"268":5,"27":43,"273":54,"276":41,"279":45,"28":1090,"281":18,"282":102,"291":24,"292":73,"30":113,"302":12,"306":12,"31":56,"314":3,"317":1,"32":33,"33":125,"34":156,"347":13,"35":64,"352":778,"36":189,"37":34,"38":529,"380":53,"381":95,"383":80,"39":68,"391":90,"396":1,"397":69,"40":192,"409":16,"41":60,"414":58,"415":86,"419":5,"42":85,"426":9,"43":43,"430":71,"431":4,"433":11,"44":22,"45":23,"46":291,"48":65,"49":73,"5":925,"51":63,"52":86,"53":73,"56":25,"570":8,"6":224,"63":31,"7":673,"79":34,"8":170,"80":30,"9":223,"all_client":112638,"all_tv_clinet":18830,"insert_time":"2014-08-18T15:03:07.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93189,"10":54,"107":588,"11":417,"12":111,"13":385,"14":98,"15":311,"155":32,"156":50,"158":61,"159":7,"16":454,"160":26,"161":193,"167":44,"168":2,"17":111,"18":801,"19":215,"20":173,"209":40,"21":562,"210":21,"211":10,"214":75,"215":335,"221":299,"223":609,"224":232,"225":677,"23":585,"24":2242,"25":968,"257":90,"26":124,"268":4,"27":43,"273":53,"276":42,"279":43,"28":1077,"281":17,"282":103,"291":23,"292":74,"30":102,"302":12,"306":11,"31":58,"314":3,"317":1,"32":30,"33":123,"34":161,"347":15,"35":52,"352":784,"36":177,"37":36,"38":516,"380":53,"381":101,"383":79,"39":68,"391":86,"396":2,"397":68,"40":183,"409":15,"41":57,"414":62,"415":83,"419":4,"42":87,"426":6,"43":45,"430":69,"431":4,"433":12,"44":18,"45":25,"46":292,"48":62,"49":73,"5":930,"51":60,"52":80,"53":70,"56":21,"570":7,"6":226,"63":32,"7":666,"79":34,"8":171,"80":30,"9":243,"all_client":111875,"all_tv_clinet":18686,"insert_time":"2014-08-18T15:04:09.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92506,"10":52,"107":585,"11":404,"12":102,"13":385,"14":105,"15":316,"155":30,"156":48,"158":61,"159":8,"16":457,"160":26,"161":183,"167":44,"168":2,"17":112,"18":765,"19":220,"20":169,"209":39,"21":531,"210":22,"211":9,"214":74,"215":336,"221":288,"223":610,"224":221,"225":705,"23":579,"24":2252,"25":969,"257":86,"26":128,"268":5,"27":44,"273":52,"276":39,"279":43,"28":1081,"281":18,"282":103,"291":23,"292":70,"30":92,"302":13,"306":11,"31":64,"314":3,"317":1,"32":29,"33":123,"34":161,"347":14,"35":50,"352":783,"36":179,"37":36,"38":515,"380":52,"381":106,"383":75,"39":66,"391":84,"396":2,"397":66,"40":174,"409":17,"41":53,"414":57,"415":86,"419":4,"42":90,"426":11,"43":43,"430":64,"433":11,"44":18,"45":25,"46":286,"48":62,"49":69,"5":919,"51":60,"52":75,"53":67,"56":21,"570":5,"6":229,"63":34,"7":634,"79":35,"8":169,"80":29,"9":251,"all_client":111030,"all_tv_clinet":18524,"insert_time":"2014-08-18T15:05:10.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91821,"10":54,"107":576,"11":390,"12":112,"13":380,"14":104,"15":319,"155":27,"156":49,"158":61,"159":6,"16":455,"160":22,"161":185,"167":47,"168":2,"17":113,"18":748,"19":214,"20":165,"209":40,"21":521,"210":21,"211":11,"214":73,"215":333,"221":284,"223":615,"224":220,"225":719,"23":585,"24":2258,"25":929,"257":81,"26":131,"268":4,"27":44,"273":55,"276":36,"279":44,"28":1083,"281":17,"282":105,"291":22,"292":71,"30":89,"302":13,"306":12,"31":63,"314":4,"317":1,"32":34,"33":116,"34":163,"347":11,"35":49,"352":784,"36":175,"37":38,"38":495,"380":51,"381":103,"383":71,"39":69,"391":85,"396":1,"397":62,"40":172,"409":14,"41":55,"414":59,"415":85,"419":5,"42":90,"426":12,"43":46,"430":64,"433":10,"44":19,"45":27,"46":278,"48":63,"49":69,"5":897,"51":66,"52":77,"53":66,"56":20,"570":5,"6":234,"63":32,"7":622,"79":36,"8":170,"80":30,"9":251,"all_client":110215,"all_tv_clinet":18394,"insert_time":"2014-08-18T15:06:10.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91157,"10":51,"107":568,"11":390,"12":101,"13":374,"14":108,"15":314,"155":24,"156":49,"158":63,"159":8,"16":450,"160":24,"161":176,"167":48,"168":2,"17":114,"18":743,"19":210,"20":157,"209":43,"21":511,"210":21,"211":12,"214":72,"215":329,"221":278,"223":602,"224":205,"225":730,"23":590,"24":2247,"25":890,"257":82,"26":127,"268":4,"27":39,"273":55,"276":34,"279":45,"28":1092,"281":17,"282":104,"291":20,"292":72,"30":83,"302":13,"306":14,"31":61,"314":3,"317":1,"32":37,"33":114,"34":163,"347":11,"35":46,"352":769,"36":178,"37":41,"38":482,"380":52,"381":97,"383":66,"39":76,"391":81,"396":1,"397":62,"40":166,"409":14,"41":57,"414":55,"415":83,"419":6,"42":90,"426":13,"43":52,"430":62,"433":11,"44":19,"45":24,"46":282,"48":61,"49":68,"5":890,"51":71,"52":80,"53":61,"56":20,"570":6,"6":223,"63":28,"7":623,"79":36,"8":167,"80":30,"9":259,"all_client":109360,"all_tv_clinet":18203,"insert_time":"2014-08-18T15:07:11.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90503,"10":48,"107":571,"11":375,"12":88,"13":368,"14":105,"15":317,"155":24,"156":52,"158":64,"159":6,"16":450,"160":23,"161":166,"167":47,"168":2,"17":106,"18":732,"19":208,"20":153,"209":43,"21":499,"210":21,"211":12,"214":68,"215":331,"221":285,"223":604,"224":184,"225":744,"23":582,"24":2203,"25":847,"257":80,"26":122,"268":4,"27":35,"273":55,"276":32,"279":44,"28":1115,"281":16,"282":106,"291":21,"292":74,"30":73,"302":14,"306":16,"31":61,"314":2,"317":1,"32":38,"33":115,"34":162,"347":12,"35":44,"352":755,"36":175,"37":43,"38":480,"380":53,"381":94,"383":65,"39":80,"391":76,"396":2,"397":62,"40":157,"409":13,"41":67,"414":56,"415":83,"419":7,"42":98,"426":14,"43":52,"430":62,"433":11,"44":16,"45":26,"46":279,"48":66,"49":71,"5":892,"51":69,"52":81,"53":57,"56":21,"570":6,"6":209,"63":28,"7":618,"79":36,"8":170,"80":30,"9":267,"all_client":108520,"all_tv_clinet":18017,"insert_time":"2014-08-18T15:08:13.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89900,"10":46,"107":572,"11":372,"12":70,"13":365,"14":116,"15":318,"155":26,"156":49,"158":64,"159":6,"16":447,"160":24,"161":153,"167":48,"168":2,"17":100,"18":722,"19":206,"20":148,"209":42,"21":485,"210":18,"211":11,"214":67,"215":335,"221":283,"223":609,"224":169,"225":758,"23":566,"24":2137,"25":813,"257":73,"26":129,"268":4,"27":35,"273":56,"276":31,"279":45,"28":1120,"281":17,"282":107,"291":20,"292":78,"30":69,"302":15,"306":15,"31":63,"314":3,"317":1,"32":40,"33":114,"34":141,"347":12,"35":44,"352":762,"36":181,"37":47,"38":480,"380":52,"381":94,"383":65,"39":77,"391":68,"396":2,"397":59,"40":149,"409":15,"41":74,"414":56,"415":78,"419":8,"42":104,"426":12,"43":55,"430":61,"433":11,"44":16,"45":32,"46":267,"48":71,"49":74,"5":880,"51":67,"52":84,"53":56,"56":21,"570":6,"6":200,"63":29,"7":625,"79":32,"8":179,"80":29,"9":275,"all_client":107732,"all_tv_clinet":17832,"insert_time":"2014-08-18T15:09:13.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89221,"10":45,"107":573,"11":360,"12":62,"13":354,"14":113,"15":329,"155":26,"156":48,"158":64,"159":5,"16":445,"160":24,"161":149,"167":48,"168":1,"17":94,"18":712,"19":203,"20":149,"209":39,"21":488,"210":19,"211":11,"214":66,"215":341,"221":280,"223":630,"224":156,"225":782,"23":559,"24":2078,"25":789,"257":70,"26":134,"268":4,"27":34,"273":55,"276":30,"279":46,"28":1123,"281":17,"282":103,"291":20,"292":79,"30":66,"302":15,"306":15,"31":60,"314":4,"317":1,"32":38,"33":109,"34":123,"347":13,"35":42,"352":737,"36":176,"37":45,"38":485,"380":53,"381":96,"383":65,"389":1,"39":79,"391":63,"396":2,"397":57,"40":136,"409":17,"41":74,"414":60,"415":78,"419":9,"42":109,"426":9,"43":55,"430":60,"433":9,"44":18,"45":30,"46":250,"48":74,"49":73,"5":885,"51":64,"52":86,"53":57,"56":18,"570":7,"6":190,"63":31,"7":602,"79":31,"8":185,"80":29,"9":279,"all_client":106848,"all_tv_clinet":17627,"insert_time":"2014-08-18T15:10:14.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88534,"10":43,"107":575,"11":348,"12":54,"13":356,"14":115,"15":332,"155":27,"156":46,"158":55,"159":6,"16":437,"160":24,"161":146,"167":47,"168":2,"17":91,"18":715,"19":203,"20":145,"209":35,"21":485,"210":18,"211":13,"214":70,"215":338,"221":269,"223":643,"224":142,"225":784,"23":551,"24":2041,"25":763,"257":68,"26":130,"268":4,"27":33,"273":57,"276":30,"279":47,"28":1118,"281":16,"282":102,"291":20,"292":80,"30":63,"302":14,"306":14,"31":57,"314":5,"32":39,"33":108,"34":113,"347":15,"35":44,"352":732,"36":174,"37":44,"38":481,"380":51,"381":94,"383":67,"389":1,"39":79,"391":61,"396":3,"397":52,"40":130,"409":15,"41":86,"414":60,"415":77,"419":8,"42":114,"426":6,"43":56,"430":57,"433":9,"44":20,"45":28,"46":237,"48":75,"49":70,"5":883,"51":63,"52":87,"53":55,"56":16,"570":10,"6":175,"63":35,"7":590,"79":32,"8":199,"80":29,"9":289,"all_client":105980,"all_tv_clinet":17446,"insert_time":"2014-08-18T15:11:15.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87898,"10":41,"107":573,"11":335,"12":51,"13":367,"14":119,"15":338,"155":26,"156":46,"158":55,"159":7,"16":446,"160":24,"161":134,"167":47,"168":2,"17":89,"18":710,"19":207,"20":142,"209":30,"21":485,"210":17,"211":13,"214":71,"215":338,"221":262,"223":626,"224":135,"225":789,"23":545,"24":2012,"25":716,"257":72,"26":124,"268":4,"27":31,"273":55,"276":29,"279":43,"28":1120,"281":15,"282":100,"291":20,"292":77,"30":57,"302":15,"306":14,"31":64,"314":4,"32":38,"33":105,"34":109,"347":14,"35":45,"352":728,"36":177,"37":47,"38":477,"380":51,"381":94,"383":64,"389":1,"39":83,"391":60,"396":3,"397":55,"40":130,"409":14,"41":92,"414":60,"415":75,"419":8,"42":117,"426":5,"43":57,"430":58,"433":9,"44":19,"45":27,"46":227,"48":70,"49":68,"5":869,"51":65,"52":82,"53":48,"56":15,"570":8,"6":163,"63":35,"7":560,"79":33,"8":213,"80":27,"9":307,"all_client":105152,"all_tv_clinet":17254,"insert_time":"2014-08-18T15:12:16.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87296,"10":39,"107":562,"11":345,"12":52,"13":374,"14":123,"15":327,"155":28,"156":50,"158":52,"159":8,"16":442,"160":20,"161":130,"167":48,"168":2,"17":87,"18":723,"19":205,"20":150,"209":32,"21":462,"210":19,"211":13,"214":70,"215":352,"221":271,"223":589,"224":133,"225":794,"23":547,"24":2013,"25":680,"257":68,"26":120,"268":4,"27":30,"273":52,"276":29,"279":44,"28":1118,"281":15,"282":100,"291":20,"292":76,"30":54,"302":15,"306":15,"31":63,"314":5,"32":37,"33":104,"34":105,"347":13,"35":48,"352":721,"36":170,"37":45,"38":481,"380":51,"381":98,"383":64,"389":1,"39":83,"391":59,"396":4,"397":54,"40":126,"409":16,"41":98,"414":62,"415":73,"419":8,"42":124,"426":4,"43":53,"430":58,"433":9,"44":18,"45":26,"46":217,"48":73,"49":72,"5":855,"51":63,"52":79,"53":42,"56":13,"570":8,"6":157,"63":36,"7":533,"79":34,"8":211,"80":26,"9":329,"all_client":104427,"all_tv_clinet":17131,"insert_time":"2014-08-18T15:13:17.873Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86624,"10":41,"107":544,"11":351,"12":49,"13":385,"14":126,"15":326,"155":29,"156":50,"158":59,"159":8,"16":441,"160":18,"161":124,"167":48,"168":2,"17":83,"18":741,"19":203,"20":151,"209":34,"21":468,"210":19,"211":15,"214":69,"215":356,"221":266,"223":548,"224":127,"225":793,"23":542,"24":2005,"25":637,"257":73,"26":115,"268":4,"27":31,"273":49,"276":28,"279":49,"28":1103,"281":15,"282":93,"291":19,"292":76,"30":49,"302":14,"306":15,"31":67,"314":4,"32":32,"33":102,"34":104,"347":14,"35":54,"352":716,"36":172,"37":47,"38":461,"380":51,"381":93,"383":67,"389":1,"39":80,"391":57,"396":5,"397":55,"40":121,"409":20,"41":101,"414":57,"415":66,"419":8,"42":129,"426":6,"43":54,"430":57,"433":9,"44":16,"45":28,"46":208,"48":69,"49":70,"5":851,"51":61,"52":78,"53":42,"56":13,"570":7,"6":154,"63":34,"7":513,"79":34,"8":214,"80":25,"9":343,"all_client":103585,"all_tv_clinet":16961,"insert_time":"2014-08-18T15:14:18.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85948,"10":42,"107":551,"11":357,"12":46,"13":383,"14":121,"15":324,"155":28,"156":47,"158":54,"159":8,"16":443,"160":22,"161":123,"167":46,"168":4,"17":77,"18":760,"19":201,"20":149,"209":36,"21":460,"210":19,"211":17,"214":69,"215":365,"221":259,"223":523,"224":123,"225":787,"23":539,"24":2021,"25":599,"257":69,"26":111,"268":4,"27":30,"273":50,"276":28,"279":52,"28":1063,"281":14,"282":93,"291":19,"292":71,"30":43,"302":14,"306":15,"31":66,"314":4,"32":29,"33":97,"34":98,"347":14,"35":55,"352":698,"36":167,"37":45,"38":461,"380":52,"381":92,"383":67,"389":1,"39":82,"391":59,"396":7,"397":51,"40":115,"409":21,"41":103,"414":51,"415":67,"419":8,"42":133,"426":8,"43":50,"430":54,"433":10,"44":16,"45":27,"46":204,"48":70,"49":67,"5":836,"51":59,"52":79,"53":46,"56":15,"570":8,"6":152,"63":32,"7":516,"79":34,"8":215,"80":23,"9":346,"all_client":102737,"all_tv_clinet":16789,"insert_time":"2014-08-18T15:15:19.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85360,"10":44,"107":536,"11":348,"12":43,"13":377,"14":120,"15":329,"155":28,"156":44,"158":51,"159":11,"16":453,"160":26,"161":117,"167":46,"168":5,"17":76,"18":763,"19":198,"20":149,"209":36,"21":459,"210":19,"211":17,"214":69,"215":365,"221":249,"223":509,"224":114,"225":809,"23":533,"24":2040,"25":554,"257":66,"26":106,"268":4,"27":32,"273":51,"276":29,"279":52,"28":1023,"281":13,"282":87,"291":19,"292":70,"30":38,"302":16,"306":16,"31":70,"314":4,"32":28,"33":92,"34":91,"347":14,"35":58,"352":692,"36":160,"37":42,"38":452,"380":52,"381":89,"383":65,"389":1,"39":83,"391":53,"396":6,"397":52,"40":117,"409":21,"41":107,"414":49,"415":66,"419":8,"42":134,"426":11,"43":49,"430":57,"433":10,"44":19,"45":30,"46":186,"48":70,"49":74,"5":823,"51":56,"52":78,"53":45,"56":15,"570":10,"6":162,"63":35,"7":512,"79":31,"8":214,"80":22,"9":339,"all_client":101973,"all_tv_clinet":16613,"insert_time":"2014-08-18T15:16:20.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84714,"10":42,"107":529,"11":346,"12":43,"13":368,"14":116,"15":342,"155":27,"156":43,"158":46,"159":11,"16":456,"160":27,"161":119,"167":47,"168":5,"17":75,"18":759,"19":198,"20":145,"209":39,"21":456,"210":17,"211":17,"214":70,"215":348,"221":245,"223":502,"224":114,"225":825,"23":521,"24":2036,"25":523,"257":68,"26":106,"268":4,"27":31,"273":51,"276":28,"279":53,"28":971,"281":12,"282":90,"291":17,"292":73,"30":36,"302":16,"306":16,"31":72,"314":4,"317":1,"32":25,"33":86,"34":89,"347":13,"35":59,"352":684,"36":151,"37":35,"38":447,"380":53,"381":87,"383":65,"389":2,"39":84,"391":55,"396":6,"397":50,"40":119,"409":17,"41":110,"414":44,"415":67,"419":8,"42":139,"426":16,"43":50,"430":59,"433":11,"44":22,"45":32,"46":185,"48":69,"49":76,"5":805,"51":53,"52":74,"53":46,"56":15,"570":10,"6":166,"63":34,"7":510,"79":31,"8":215,"80":22,"9":336,"all_client":101152,"all_tv_clinet":16438,"insert_time":"2014-08-18T15:17:20.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84185,"10":41,"107":524,"11":339,"12":38,"13":366,"14":113,"15":348,"155":27,"156":46,"158":46,"159":10,"16":446,"160":25,"161":121,"167":47,"168":5,"17":79,"18":755,"19":201,"20":145,"209":41,"21":448,"210":17,"211":18,"214":69,"215":334,"221":240,"223":519,"224":113,"225":829,"23":525,"24":2002,"25":499,"257":64,"26":108,"268":4,"27":28,"273":48,"276":29,"279":54,"28":939,"281":12,"282":94,"291":17,"292":78,"30":34,"302":15,"306":16,"31":73,"314":4,"317":1,"32":25,"33":83,"34":84,"347":13,"35":59,"352":682,"36":142,"37":30,"38":437,"380":54,"381":81,"383":61,"389":2,"39":89,"391":50,"396":8,"397":47,"40":116,"409":20,"41":113,"414":48,"415":60,"419":8,"42":146,"426":14,"43":55,"430":63,"433":10,"44":23,"45":32,"46":183,"48":72,"49":76,"5":797,"51":50,"52":72,"53":49,"56":17,"570":11,"6":156,"63":34,"7":519,"79":32,"8":212,"80":21,"9":320,"all_client":100455,"all_tv_clinet":16270,"insert_time":"2014-08-18T15:18:21.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83551,"10":40,"107":518,"11":338,"12":39,"13":353,"14":110,"15":355,"155":28,"156":46,"158":45,"159":8,"16":425,"160":24,"161":118,"167":46,"168":5,"17":80,"18":756,"19":203,"20":146,"209":35,"21":440,"210":18,"211":18,"214":70,"215":323,"221":243,"223":513,"224":113,"225":825,"23":519,"24":1989,"25":458,"257":63,"26":109,"268":4,"27":31,"273":49,"276":28,"279":52,"28":919,"281":12,"282":98,"291":15,"292":79,"30":34,"302":14,"306":16,"31":76,"314":3,"317":1,"32":21,"33":75,"34":80,"347":13,"35":55,"352":683,"36":143,"37":27,"38":418,"380":54,"381":76,"383":60,"389":2,"39":86,"391":48,"396":8,"397":53,"40":114,"409":20,"41":118,"414":51,"415":63,"419":6,"42":153,"426":12,"43":57,"430":64,"433":9,"44":20,"45":32,"46":183,"48":71,"49":70,"5":811,"51":48,"52":68,"53":54,"56":14,"570":8,"6":153,"63":33,"7":516,"79":32,"8":213,"80":20,"9":315,"all_client":99631,"all_tv_clinet":16080,"insert_time":"2014-08-18T15:19:22.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82989,"10":39,"107":511,"11":329,"12":38,"13":338,"14":105,"15":370,"155":30,"156":47,"158":41,"159":8,"16":397,"160":24,"161":114,"167":44,"168":5,"17":84,"18":754,"19":205,"20":145,"209":34,"21":435,"210":19,"211":18,"214":71,"215":328,"221":234,"223":511,"224":114,"225":831,"23":505,"24":1998,"25":432,"257":58,"26":106,"268":4,"27":37,"273":55,"276":29,"279":52,"28":900,"281":11,"282":95,"291":13,"292":76,"30":31,"302":14,"306":15,"31":79,"314":3,"32":19,"33":69,"34":74,"347":14,"35":50,"352":690,"36":148,"37":28,"38":414,"380":53,"381":79,"383":60,"389":1,"39":87,"391":45,"396":8,"397":50,"40":112,"409":19,"41":120,"414":52,"415":59,"419":5,"42":158,"426":12,"43":57,"430":68,"433":9,"44":18,"45":33,"46":176,"48":74,"49":70,"5":800,"51":52,"52":66,"53":54,"56":15,"570":8,"6":146,"63":33,"7":514,"79":30,"8":211,"80":19,"9":315,"all_client":98919,"all_tv_clinet":15930,"insert_time":"2014-08-18T15:20:22.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82445,"10":42,"107":529,"11":336,"12":37,"13":321,"14":108,"15":359,"155":30,"156":46,"158":37,"159":10,"16":371,"160":20,"161":110,"167":41,"168":5,"17":88,"18":747,"19":205,"20":150,"209":30,"21":439,"210":19,"211":18,"214":71,"215":323,"221":230,"223":504,"224":105,"225":826,"23":488,"24":1993,"25":405,"257":55,"26":114,"268":2,"27":42,"273":58,"276":28,"279":53,"28":881,"281":12,"282":94,"291":13,"292":76,"30":31,"302":14,"306":17,"31":83,"314":2,"32":21,"33":63,"34":68,"347":15,"35":52,"352":674,"36":152,"37":27,"38":420,"380":52,"381":91,"383":62,"389":1,"39":86,"391":44,"396":6,"397":52,"40":104,"409":18,"41":113,"414":51,"415":61,"419":3,"42":165,"426":14,"43":59,"430":68,"433":8,"44":20,"45":34,"46":184,"48":71,"49":63,"5":795,"51":50,"52":65,"53":50,"56":13,"570":9,"6":141,"63":33,"7":494,"79":29,"8":210,"80":20,"9":315,"all_client":98209,"all_tv_clinet":15764,"insert_time":"2014-08-18T15:21:23.500Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81833,"10":44,"107":537,"11":324,"12":43,"13":329,"14":110,"15":339,"155":29,"156":44,"158":36,"159":8,"16":340,"160":18,"161":107,"167":41,"168":5,"17":102,"18":755,"19":206,"20":155,"209":30,"21":432,"210":20,"211":18,"214":72,"215":319,"221":233,"223":478,"224":103,"225":830,"23":476,"24":1972,"25":389,"257":55,"26":113,"268":2,"27":39,"273":55,"276":28,"279":51,"28":828,"281":12,"282":95,"291":13,"292":71,"30":29,"302":15,"306":15,"31":85,"314":2,"32":19,"33":61,"34":71,"347":15,"35":51,"352":662,"36":151,"37":27,"38":429,"380":51,"381":94,"383":62,"389":1,"39":84,"391":43,"396":6,"397":53,"40":104,"409":20,"41":111,"414":47,"415":61,"419":4,"42":170,"426":18,"43":61,"430":62,"433":8,"44":19,"45":34,"46":189,"48":73,"49":60,"5":792,"51":54,"52":63,"53":53,"56":14,"570":8,"6":138,"63":31,"7":481,"79":28,"8":212,"80":19,"9":310,"all_client":97409,"all_tv_clinet":15576,"insert_time":"2014-08-18T15:22:24.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81223,"10":48,"107":526,"11":325,"12":51,"13":334,"14":107,"15":325,"155":29,"156":45,"158":33,"159":7,"16":318,"160":16,"161":107,"167":41,"168":4,"17":116,"18":755,"19":209,"20":157,"209":26,"21":438,"210":20,"211":18,"214":73,"215":325,"221":234,"223":463,"224":102,"225":824,"23":461,"24":1959,"25":370,"257":53,"26":116,"268":2,"27":39,"273":54,"276":29,"279":49,"28":765,"281":12,"282":91,"291":14,"292":69,"30":28,"302":16,"306":14,"31":89,"314":2,"32":16,"33":55,"34":73,"347":13,"35":57,"352":653,"36":147,"37":30,"38":434,"380":51,"381":94,"383":62,"389":1,"39":87,"391":42,"396":5,"397":52,"40":102,"409":20,"41":110,"414":47,"415":60,"419":4,"42":175,"426":17,"43":66,"430":62,"433":8,"44":19,"45":33,"46":194,"48":74,"49":54,"5":799,"51":50,"52":64,"53":51,"56":14,"570":7,"6":141,"63":28,"7":478,"79":29,"8":213,"80":20,"9":303,"all_client":96645,"all_tv_clinet":15422,"insert_time":"2014-08-18T15:23:24.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80601,"10":51,"107":511,"11":325,"12":50,"13":326,"14":111,"15":321,"155":31,"156":45,"158":29,"159":5,"16":296,"160":18,"161":107,"167":40,"168":4,"17":123,"18":744,"19":216,"20":161,"209":28,"21":429,"210":21,"211":16,"214":73,"215":326,"221":234,"223":469,"224":107,"225":807,"23":458,"24":1948,"25":358,"257":51,"26":112,"268":3,"27":40,"273":54,"276":29,"279":47,"28":716,"281":12,"282":87,"291":16,"292":70,"30":29,"302":16,"306":11,"31":87,"314":2,"32":17,"33":58,"34":73,"347":13,"35":60,"352":658,"36":140,"37":30,"38":416,"380":51,"381":94,"383":62,"389":1,"39":83,"391":41,"396":4,"397":49,"40":103,"409":18,"41":105,"414":50,"415":58,"419":4,"42":175,"426":16,"43":65,"430":64,"433":8,"44":19,"45":31,"46":203,"48":77,"49":47,"5":785,"51":48,"52":63,"53":57,"56":12,"570":8,"6":150,"63":26,"7":474,"79":26,"8":213,"80":20,"9":295,"all_client":95841,"all_tv_clinet":15240,"insert_time":"2014-08-18T15:24:25.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79960,"10":46,"107":502,"11":329,"12":60,"13":314,"14":109,"15":320,"155":31,"156":44,"158":26,"159":5,"16":281,"160":19,"161":104,"167":40,"168":4,"17":127,"18":739,"19":221,"20":160,"209":28,"21":430,"210":18,"211":16,"214":76,"215":332,"221":229,"223":484,"224":96,"225":808,"23":439,"24":1938,"25":355,"257":53,"26":111,"268":3,"27":42,"273":56,"276":29,"279":46,"28":677,"281":9,"282":86,"291":16,"292":67,"30":25,"302":16,"306":11,"31":85,"314":2,"32":17,"33":56,"34":71,"347":12,"35":64,"352":665,"36":145,"37":30,"38":418,"380":50,"381":87,"383":61,"389":1,"39":81,"391":39,"396":5,"397":47,"40":98,"409":18,"41":98,"414":58,"415":55,"419":3,"42":181,"426":10,"43":61,"430":61,"433":9,"44":21,"45":32,"46":194,"48":81,"49":48,"5":774,"51":47,"52":60,"53":53,"56":11,"570":10,"6":157,"63":25,"7":473,"79":24,"8":212,"80":22,"9":282,"all_client":95051,"all_tv_clinet":15091,"insert_time":"2014-08-18T15:25:26.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79314,"10":47,"107":499,"11":324,"12":73,"13":296,"14":111,"15":320,"155":30,"156":38,"158":25,"159":5,"16":285,"160":18,"161":98,"167":42,"168":5,"17":131,"18":738,"19":221,"20":161,"209":29,"21":433,"210":19,"211":15,"214":75,"215":323,"221":226,"223":495,"224":86,"225":808,"23":423,"24":1921,"25":358,"257":54,"26":104,"268":3,"27":42,"273":59,"276":30,"279":45,"28":633,"281":8,"282":86,"291":16,"292":63,"30":24,"302":16,"306":11,"31":88,"314":2,"32":16,"33":52,"34":68,"347":13,"35":65,"352":661,"36":138,"37":27,"38":417,"380":49,"381":89,"383":65,"389":1,"39":77,"391":36,"396":6,"397":46,"40":100,"409":19,"41":95,"414":62,"415":58,"419":3,"42":178,"426":9,"43":62,"430":60,"433":9,"44":22,"45":36,"46":198,"48":80,"49":47,"5":766,"51":50,"52":56,"53":53,"56":12,"570":9,"6":153,"63":24,"7":458,"79":23,"8":219,"80":22,"9":253,"all_client":94238,"all_tv_clinet":14924,"insert_time":"2014-08-18T15:26:27.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78737,"10":46,"107":505,"11":329,"12":94,"13":289,"14":112,"15":306,"155":31,"156":35,"158":22,"159":4,"16":287,"160":16,"161":92,"167":43,"168":4,"17":139,"18":750,"19":221,"20":158,"209":27,"21":428,"210":18,"211":15,"214":73,"215":319,"221":220,"223":494,"224":77,"225":802,"23":416,"24":1922,"25":355,"257":57,"26":92,"268":2,"27":39,"273":57,"276":28,"279":45,"28":604,"281":7,"282":81,"291":15,"292":62,"30":22,"302":14,"306":11,"31":94,"314":4,"32":16,"33":51,"34":70,"347":14,"35":64,"352":649,"36":130,"37":28,"38":411,"380":50,"381":93,"383":65,"389":1,"39":78,"391":35,"396":5,"397":49,"40":101,"409":19,"41":97,"414":61,"415":58,"419":2,"42":179,"426":10,"43":62,"430":55,"433":9,"44":24,"45":36,"46":203,"48":77,"49":45,"5":765,"51":48,"52":54,"53":52,"56":13,"570":7,"6":151,"63":23,"7":428,"79":23,"8":218,"80":19,"9":231,"all_client":93499,"all_tv_clinet":14762,"insert_time":"2014-08-18T15:27:28.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78118,"10":45,"107":499,"11":347,"12":99,"13":287,"14":116,"15":284,"155":29,"156":32,"158":22,"159":5,"16":279,"160":15,"161":91,"167":45,"168":5,"17":150,"18":749,"19":221,"20":153,"209":26,"21":427,"210":17,"211":15,"214":62,"215":315,"221":218,"223":503,"224":70,"225":800,"23":405,"24":1913,"25":364,"257":56,"26":85,"268":3,"27":38,"273":55,"276":27,"279":45,"28":577,"281":7,"282":81,"291":15,"292":63,"30":22,"302":14,"306":11,"31":92,"314":4,"32":18,"33":50,"34":68,"347":12,"35":58,"352":626,"36":127,"37":27,"38":411,"380":51,"381":97,"383":66,"389":2,"39":73,"391":33,"396":5,"397":55,"40":101,"409":18,"41":92,"414":62,"415":61,"419":2,"42":181,"426":9,"43":64,"430":52,"433":9,"44":26,"45":36,"46":205,"48":76,"49":43,"5":761,"51":50,"52":53,"53":55,"56":10,"570":5,"6":154,"63":21,"7":398,"79":19,"8":222,"80":18,"9":211,"all_client":92714,"all_tv_clinet":14596,"insert_time":"2014-08-18T15:28:29.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77549,"10":46,"107":480,"11":355,"12":93,"13":279,"14":117,"15":247,"155":29,"156":29,"158":23,"159":6,"16":264,"160":17,"161":92,"167":45,"168":5,"17":157,"18":753,"19":228,"20":153,"209":25,"21":421,"210":16,"211":16,"214":53,"215":310,"221":208,"223":509,"224":68,"225":796,"23":392,"24":1934,"25":360,"257":53,"26":81,"268":3,"27":40,"273":49,"276":27,"279":48,"28":550,"281":7,"282":82,"291":15,"292":64,"30":22,"302":15,"306":11,"31":98,"314":5,"32":17,"33":47,"34":70,"347":14,"35":53,"352":628,"36":115,"37":23,"38":401,"380":51,"381":100,"383":69,"389":3,"39":67,"391":32,"396":6,"397":54,"40":103,"409":16,"41":99,"414":69,"415":61,"419":3,"42":182,"426":6,"43":62,"430":47,"433":8,"44":26,"45":39,"46":207,"48":75,"49":41,"5":751,"51":52,"52":50,"53":54,"56":11,"570":5,"6":154,"63":20,"7":385,"79":19,"8":217,"80":16,"9":210,"all_client":91983,"all_tv_clinet":14434,"insert_time":"2014-08-18T15:29:29.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76941,"10":45,"107":470,"11":359,"12":84,"13":274,"14":122,"15":223,"155":29,"156":28,"158":23,"159":6,"16":253,"160":16,"161":92,"167":46,"168":6,"17":163,"18":753,"19":234,"20":153,"209":25,"21":427,"210":14,"211":18,"214":49,"215":308,"221":198,"223":518,"224":66,"225":782,"23":368,"24":1918,"25":367,"257":49,"26":78,"268":3,"27":41,"273":48,"276":28,"279":47,"28":528,"281":5,"282":80,"291":14,"292":64,"30":20,"302":15,"306":12,"31":101,"314":4,"32":16,"33":44,"34":72,"347":14,"35":48,"352":641,"36":119,"37":21,"38":394,"380":53,"381":100,"383":74,"389":3,"39":63,"391":29,"396":6,"397":53,"40":103,"409":19,"41":103,"414":65,"415":65,"419":3,"42":184,"426":5,"43":62,"430":46,"433":8,"44":23,"45":41,"46":202,"48":74,"49":40,"5":744,"51":57,"52":41,"53":58,"56":9,"570":5,"6":151,"63":20,"7":370,"79":16,"8":212,"80":15,"9":204,"all_client":91210,"all_tv_clinet":14269,"insert_time":"2014-08-18T15:30:30.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76317,"10":42,"107":471,"11":348,"12":85,"13":281,"14":129,"15":206,"155":30,"156":25,"158":24,"159":8,"16":246,"160":16,"161":86,"167":44,"168":4,"17":174,"18":746,"19":238,"20":158,"209":23,"21":434,"210":12,"211":20,"214":43,"215":315,"221":201,"223":526,"224":66,"225":785,"23":343,"24":1904,"25":367,"257":47,"26":69,"268":3,"27":42,"273":44,"276":29,"279":45,"28":494,"281":4,"282":76,"291":13,"292":63,"30":19,"302":15,"306":13,"31":98,"314":3,"32":16,"33":45,"34":73,"347":15,"35":46,"352":635,"36":122,"37":19,"38":393,"380":53,"381":100,"383":68,"389":1,"39":53,"391":29,"396":6,"397":53,"40":105,"409":18,"41":104,"414":58,"415":69,"419":4,"42":182,"426":3,"43":61,"430":46,"433":8,"44":21,"45":45,"46":210,"48":70,"49":46,"5":738,"51":60,"52":40,"53":60,"56":8,"570":2,"6":149,"63":19,"7":356,"79":19,"8":210,"80":14,"9":197,"all_client":90443,"all_tv_clinet":14126,"insert_time":"2014-08-18T15:31:31.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75652,"10":43,"107":462,"11":342,"12":92,"13":270,"14":136,"15":195,"155":31,"156":26,"158":23,"159":9,"16":249,"160":15,"161":85,"167":43,"168":4,"17":180,"18":726,"19":235,"20":161,"209":27,"21":435,"210":11,"211":20,"214":39,"215":317,"221":203,"223":525,"224":65,"225":792,"23":332,"24":1903,"25":373,"257":45,"26":70,"268":4,"27":46,"273":42,"276":29,"279":40,"28":472,"281":4,"282":75,"291":12,"292":60,"30":18,"302":16,"306":15,"31":92,"314":3,"32":18,"33":43,"34":73,"347":14,"35":46,"352":616,"36":125,"37":17,"38":382,"380":52,"381":97,"383":62,"389":1,"39":51,"391":28,"396":6,"397":50,"40":99,"409":16,"41":96,"414":58,"415":68,"419":5,"42":182,"426":3,"43":60,"430":42,"433":8,"44":24,"45":43,"46":206,"48":71,"49":47,"5":726,"51":64,"52":39,"53":65,"56":8,"570":2,"6":151,"63":19,"7":349,"79":20,"8":204,"80":14,"9":192,"all_client":89626,"all_tv_clinet":13974,"insert_time":"2014-08-18T15:32:32.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75045,"10":44,"107":471,"11":339,"12":99,"13":270,"14":136,"15":182,"155":28,"156":24,"158":24,"159":10,"16":252,"160":16,"161":80,"167":44,"168":3,"17":179,"18":719,"19":233,"20":157,"209":26,"21":426,"210":10,"211":20,"214":37,"215":315,"221":195,"223":494,"224":62,"225":797,"23":328,"24":1929,"25":381,"257":41,"26":66,"268":4,"27":49,"273":42,"276":28,"279":40,"28":451,"281":4,"282":73,"291":13,"292":58,"30":19,"302":15,"306":16,"31":96,"314":3,"32":21,"33":42,"34":75,"347":14,"35":45,"352":599,"36":121,"37":15,"38":376,"380":54,"381":98,"383":58,"389":1,"39":44,"391":25,"396":6,"397":51,"40":98,"409":16,"41":92,"414":57,"415":63,"419":5,"42":185,"426":3,"43":60,"430":38,"433":8,"44":23,"45":43,"46":209,"48":67,"49":48,"5":721,"51":60,"52":37,"53":67,"56":8,"570":2,"6":152,"63":19,"7":338,"79":20,"8":202,"80":14,"9":192,"all_client":88885,"all_tv_clinet":13840,"insert_time":"2014-08-18T15:33:32.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74390,"10":47,"107":469,"11":342,"12":108,"13":257,"14":138,"15":175,"155":30,"156":22,"158":24,"159":10,"16":254,"160":16,"161":78,"167":41,"168":3,"17":176,"18":717,"19":216,"20":157,"209":26,"21":405,"210":9,"211":19,"214":37,"215":315,"221":194,"223":477,"224":59,"225":789,"23":327,"24":1934,"25":377,"257":38,"26":66,"268":5,"27":48,"273":41,"276":29,"279":38,"28":433,"281":5,"282":70,"291":13,"292":57,"30":23,"302":13,"306":15,"31":96,"314":3,"32":20,"33":43,"34":79,"347":16,"35":45,"352":590,"36":118,"37":14,"38":367,"380":54,"381":98,"383":57,"389":1,"39":43,"391":25,"396":7,"397":47,"40":97,"409":15,"41":86,"414":54,"415":67,"419":5,"42":183,"426":4,"43":58,"430":40,"433":9,"44":21,"45":43,"46":202,"48":64,"49":46,"5":705,"51":57,"52":35,"53":70,"56":8,"570":6,"6":162,"63":19,"7":332,"79":24,"8":194,"80":14,"9":192,"all_client":88067,"all_tv_clinet":13677,"insert_time":"2014-08-18T15:34:33.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73750,"10":48,"107":465,"11":342,"12":116,"13":263,"14":138,"15":163,"155":30,"156":21,"158":23,"159":11,"16":265,"160":15,"161":78,"167":37,"168":4,"17":186,"18":710,"19":208,"20":155,"209":26,"21":386,"210":7,"211":19,"214":36,"215":319,"221":194,"223":449,"224":60,"225":773,"23":316,"24":1905,"25":374,"257":37,"26":62,"268":5,"27":50,"273":36,"276":29,"279":40,"28":414,"281":5,"282":73,"291":12,"292":56,"30":22,"302":11,"306":16,"31":94,"314":3,"32":21,"33":43,"34":82,"347":17,"35":44,"352":582,"36":120,"37":15,"38":372,"380":52,"381":100,"383":57,"389":1,"39":44,"391":25,"396":7,"397":45,"40":93,"409":14,"41":78,"414":51,"415":71,"419":4,"42":187,"426":4,"43":61,"430":37,"433":8,"44":19,"45":42,"46":198,"48":58,"49":45,"5":698,"51":59,"52":34,"53":69,"56":9,"570":6,"6":174,"63":19,"7":305,"79":29,"8":190,"80":17,"9":191,"all_client":87254,"all_tv_clinet":13504,"insert_time":"2014-08-18T15:35:34.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73151,"10":45,"107":449,"11":342,"12":114,"13":264,"14":138,"15":147,"155":31,"156":19,"158":24,"159":10,"16":264,"160":15,"161":72,"167":38,"168":4,"17":196,"18":699,"19":191,"20":153,"209":29,"21":368,"210":8,"211":19,"214":32,"215":327,"221":196,"223":444,"224":58,"225":773,"23":312,"24":1859,"25":380,"257":39,"26":62,"268":4,"27":52,"273":35,"276":29,"279":38,"28":401,"281":5,"282":74,"291":12,"292":55,"30":21,"302":11,"306":16,"31":96,"314":3,"32":17,"33":41,"34":82,"347":17,"35":47,"352":582,"36":115,"37":14,"38":385,"380":50,"381":99,"383":55,"389":1,"39":50,"391":23,"396":6,"397":39,"40":89,"409":14,"41":71,"414":50,"415":71,"419":5,"42":188,"426":4,"43":61,"430":33,"433":8,"44":18,"45":42,"46":196,"48":56,"49":46,"5":692,"51":56,"52":33,"53":69,"56":8,"570":6,"6":174,"63":20,"7":288,"79":29,"8":188,"80":24,"9":189,"all_client":86475,"all_tv_clinet":13324,"insert_time":"2014-08-18T15:36:34.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72456,"10":44,"107":455,"11":341,"12":104,"13":263,"14":136,"15":133,"155":30,"156":19,"158":22,"159":10,"16":274,"160":15,"161":76,"167":36,"168":3,"17":196,"18":694,"19":187,"20":155,"209":30,"21":366,"210":9,"211":16,"214":29,"215":335,"221":198,"223":446,"224":56,"225":762,"23":313,"24":1808,"25":389,"257":39,"26":61,"268":3,"27":52,"273":35,"276":30,"279":34,"28":391,"281":5,"282":71,"291":12,"292":53,"30":20,"302":11,"306":17,"31":100,"314":4,"32":19,"33":38,"34":78,"347":17,"35":49,"352":579,"36":115,"37":15,"38":377,"380":47,"381":97,"383":53,"389":1,"39":54,"391":23,"396":5,"397":34,"40":88,"409":14,"41":72,"414":43,"415":67,"419":5,"42":189,"426":4,"43":59,"430":30,"433":7,"44":18,"45":37,"46":203,"48":60,"49":45,"5":680,"51":55,"52":37,"53":76,"56":8,"570":5,"6":175,"63":19,"7":259,"79":32,"8":193,"80":25,"9":188,"all_client":85638,"all_tv_clinet":13182,"insert_time":"2014-08-18T15:37:35.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71879,"10":42,"107":453,"11":341,"12":108,"13":262,"14":131,"15":121,"155":29,"156":17,"158":22,"159":10,"16":285,"160":12,"161":74,"167":35,"168":1,"17":200,"18":697,"19":177,"20":153,"209":29,"21":347,"210":9,"211":15,"214":27,"215":333,"221":201,"223":462,"224":54,"225":734,"23":304,"24":1756,"25":395,"257":38,"26":59,"268":3,"27":52,"273":36,"276":29,"279":30,"28":391,"281":5,"282":73,"291":12,"292":51,"30":21,"302":11,"306":17,"31":106,"314":4,"32":21,"33":37,"34":75,"347":18,"35":56,"352":582,"36":110,"37":16,"38":373,"380":45,"381":98,"383":49,"389":1,"39":56,"391":21,"396":4,"397":33,"40":89,"409":12,"41":72,"414":37,"415":63,"419":5,"42":184,"426":4,"43":52,"430":29,"433":9,"44":18,"45":31,"46":207,"48":62,"49":44,"5":675,"51":54,"52":41,"53":81,"56":8,"570":5,"6":171,"63":20,"7":250,"79":34,"8":199,"80":26,"9":190,"all_client":84920,"all_tv_clinet":13041,"insert_time":"2014-08-18T15:38:35.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71298,"10":40,"107":452,"11":332,"12":118,"13":260,"14":115,"15":118,"155":29,"156":18,"158":23,"159":10,"16":294,"160":13,"161":74,"167":34,"168":2,"17":208,"18":691,"19":170,"20":142,"209":29,"21":347,"210":8,"211":11,"214":28,"215":333,"221":191,"223":456,"224":52,"225":703,"23":295,"24":1723,"25":401,"257":38,"26":59,"268":4,"27":49,"273":34,"276":27,"279":27,"28":376,"281":4,"282":72,"291":12,"292":47,"30":22,"302":12,"306":17,"31":102,"314":4,"32":20,"33":39,"34":79,"347":18,"35":58,"352":588,"36":117,"37":15,"38":358,"380":41,"381":102,"383":50,"389":1,"39":55,"391":21,"396":4,"397":33,"40":89,"409":8,"41":68,"414":38,"415":60,"419":5,"42":183,"426":2,"43":44,"430":27,"433":8,"44":20,"45":30,"46":214,"48":60,"49":43,"5":667,"51":57,"52":44,"53":92,"56":9,"570":4,"6":169,"63":21,"7":245,"79":34,"8":193,"80":24,"9":192,"all_client":84173,"all_tv_clinet":12875,"insert_time":"2014-08-18T15:39:36.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70748,"10":39,"107":443,"11":322,"12":126,"13":261,"14":104,"15":111,"155":30,"156":17,"158":23,"159":10,"16":301,"160":12,"161":72,"167":34,"168":2,"17":213,"18":691,"19":170,"20":141,"209":30,"21":338,"210":8,"211":11,"214":26,"215":337,"221":182,"223":464,"224":52,"225":677,"23":286,"24":1692,"25":415,"257":38,"26":56,"268":6,"27":48,"273":32,"276":27,"279":22,"28":362,"281":4,"282":65,"291":11,"292":49,"30":22,"302":11,"306":15,"31":103,"314":4,"32":15,"33":40,"34":81,"347":17,"35":57,"352":588,"36":117,"37":12,"38":346,"380":37,"381":99,"383":52,"389":1,"39":58,"391":20,"396":4,"397":31,"40":89,"409":10,"41":62,"414":36,"415":58,"419":4,"42":183,"426":3,"43":37,"430":26,"433":8,"44":20,"45":27,"46":219,"48":59,"49":44,"5":660,"51":55,"52":54,"53":95,"56":9,"570":4,"6":166,"63":20,"7":237,"79":32,"8":198,"80":26,"9":188,"all_client":83467,"all_tv_clinet":12719,"insert_time":"2014-08-18T15:40:36.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70191,"10":38,"107":445,"11":312,"12":127,"13":257,"14":102,"15":106,"155":30,"156":16,"158":23,"159":12,"16":303,"160":13,"161":74,"167":34,"168":3,"17":217,"18":694,"19":166,"20":137,"209":31,"21":330,"210":9,"211":10,"214":24,"215":334,"221":179,"223":468,"224":53,"225":665,"23":273,"24":1674,"25":424,"257":38,"26":60,"268":6,"27":51,"273":33,"276":26,"279":19,"28":336,"281":4,"282":60,"291":11,"292":45,"30":21,"302":11,"306":14,"31":105,"314":4,"32":14,"33":41,"34":79,"347":17,"35":56,"352":590,"36":119,"37":11,"38":345,"380":35,"381":95,"383":54,"39":60,"391":21,"396":3,"397":31,"40":89,"409":10,"41":49,"414":28,"415":62,"419":3,"42":187,"426":4,"43":36,"430":26,"433":7,"44":16,"45":26,"46":216,"48":55,"49":47,"5":658,"51":51,"52":58,"53":89,"56":9,"570":4,"6":157,"63":23,"7":229,"79":29,"8":201,"80":26,"9":190,"all_client":82774,"all_tv_clinet":12583,"insert_time":"2014-08-18T15:41:37.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69595,"10":36,"107":435,"11":304,"12":128,"13":254,"14":102,"15":99,"155":31,"156":14,"158":22,"159":12,"16":308,"160":13,"161":80,"167":33,"168":3,"17":214,"18":684,"19":169,"20":135,"209":27,"21":312,"210":9,"211":9,"214":23,"215":335,"221":176,"223":474,"224":50,"225":664,"23":274,"24":1659,"25":427,"257":38,"26":63,"268":6,"27":50,"273":33,"276":26,"279":20,"28":326,"281":4,"282":56,"291":11,"292":42,"30":17,"302":11,"306":13,"31":106,"314":5,"32":15,"33":40,"34":80,"347":17,"35":55,"352":576,"36":116,"37":11,"38":348,"380":32,"381":91,"383":52,"39":57,"391":21,"396":3,"397":28,"40":85,"409":9,"41":47,"414":21,"415":56,"419":3,"42":192,"426":4,"43":39,"430":27,"433":6,"44":14,"45":24,"46":214,"48":57,"49":48,"5":657,"51":50,"52":61,"53":84,"56":8,"570":4,"6":158,"63":21,"7":220,"79":30,"8":204,"80":26,"9":188,"all_client":82036,"all_tv_clinet":12441,"insert_time":"2014-08-18T15:42:38.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69037,"10":35,"107":438,"11":295,"12":122,"13":246,"14":102,"15":96,"155":31,"156":14,"158":19,"159":12,"16":303,"160":11,"161":84,"167":33,"168":3,"17":213,"18":675,"19":163,"20":136,"209":26,"21":308,"210":9,"211":8,"214":21,"215":331,"221":164,"223":460,"224":49,"225":658,"23":275,"24":1687,"25":421,"257":37,"26":63,"268":6,"27":51,"273":33,"276":24,"279":21,"28":315,"281":4,"282":53,"291":11,"292":40,"30":18,"302":10,"306":13,"31":104,"314":5,"32":16,"33":39,"34":79,"347":18,"35":55,"352":569,"36":110,"37":11,"38":348,"380":29,"381":91,"383":48,"39":56,"391":19,"396":1,"397":24,"40":81,"409":8,"41":45,"414":19,"415":56,"419":3,"42":199,"426":3,"43":38,"430":26,"433":7,"44":13,"45":22,"46":210,"48":55,"49":46,"5":651,"51":44,"52":59,"53":80,"56":8,"570":4,"6":152,"63":21,"7":219,"79":31,"8":205,"80":24,"9":189,"all_client":81324,"all_tv_clinet":12287,"insert_time":"2014-08-18T15:43:39.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68477,"10":35,"107":431,"11":295,"12":122,"13":237,"14":102,"15":93,"155":32,"156":13,"158":19,"159":11,"16":301,"160":11,"161":84,"167":33,"168":3,"17":217,"18":657,"19":153,"20":133,"209":22,"21":291,"210":9,"211":9,"214":20,"215":326,"221":165,"223":449,"224":47,"225":672,"23":275,"24":1699,"25":398,"257":33,"26":60,"268":7,"27":52,"273":34,"276":23,"279":20,"28":321,"281":4,"282":53,"291":10,"292":43,"30":17,"302":8,"306":14,"31":101,"314":4,"32":16,"33":38,"34":79,"347":16,"35":56,"352":565,"36":110,"37":12,"38":340,"380":24,"381":100,"383":43,"39":60,"391":19,"396":1,"397":21,"40":78,"409":8,"41":43,"414":17,"415":50,"419":3,"42":196,"426":3,"43":34,"430":30,"433":6,"44":15,"45":23,"46":205,"48":57,"49":46,"5":634,"51":41,"52":56,"53":80,"56":7,"570":4,"6":150,"63":20,"7":220,"79":31,"8":203,"80":25,"9":184,"all_client":80614,"all_tv_clinet":12137,"insert_time":"2014-08-18T15:44:40.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67902,"10":37,"107":430,"11":297,"12":119,"13":234,"14":106,"15":91,"155":32,"156":10,"158":19,"159":11,"16":306,"160":10,"161":79,"167":32,"168":4,"17":220,"18":661,"19":148,"20":129,"209":22,"21":285,"210":9,"211":9,"214":18,"215":324,"221":174,"223":434,"224":55,"225":661,"23":261,"24":1690,"25":372,"257":34,"26":59,"268":7,"27":52,"273":36,"276":23,"279":18,"28":316,"281":3,"282":47,"291":10,"292":41,"30":17,"302":8,"306":13,"31":104,"314":3,"32":13,"33":38,"34":76,"347":15,"35":59,"352":565,"36":113,"37":13,"38":335,"380":18,"381":95,"383":47,"39":62,"391":19,"396":1,"397":17,"40":76,"409":8,"41":40,"414":15,"415":54,"419":2,"42":198,"426":3,"43":33,"430":30,"433":5,"44":15,"45":24,"46":211,"48":52,"49":48,"5":634,"51":39,"52":57,"53":84,"56":6,"570":4,"6":145,"63":19,"7":220,"79":30,"8":202,"80":28,"9":181,"all_client":79931,"all_tv_clinet":12029,"insert_time":"2014-08-18T15:45:40.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67332,"10":36,"107":421,"11":274,"12":118,"13":236,"14":107,"15":88,"155":30,"156":11,"158":18,"159":11,"16":307,"160":10,"161":78,"167":31,"168":4,"17":229,"18":651,"19":141,"20":123,"209":22,"21":267,"210":8,"211":9,"214":18,"215":320,"221":183,"223":435,"224":57,"225":642,"23":249,"24":1668,"25":362,"257":32,"26":61,"268":7,"27":54,"273":34,"276":23,"279":18,"28":311,"281":3,"282":45,"291":11,"292":42,"30":15,"302":7,"306":14,"31":101,"314":4,"32":15,"33":35,"34":71,"347":13,"35":61,"352":583,"36":118,"37":13,"38":335,"380":17,"381":87,"383":51,"39":63,"391":19,"397":17,"40":77,"409":8,"41":36,"414":14,"415":54,"419":2,"42":193,"426":3,"43":33,"430":30,"433":6,"44":14,"45":25,"46":212,"48":50,"49":48,"5":629,"51":38,"52":61,"53":79,"56":5,"570":4,"6":144,"63":19,"7":219,"79":30,"8":202,"80":28,"9":184,"all_client":79223,"all_tv_clinet":11891,"insert_time":"2014-08-18T15:46:41.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66766,"10":36,"107":419,"11":266,"12":119,"13":230,"14":108,"15":87,"155":30,"156":14,"158":18,"159":10,"16":313,"160":11,"161":74,"167":32,"168":4,"17":234,"18":632,"19":137,"20":122,"209":20,"21":258,"210":7,"211":9,"214":18,"215":318,"221":182,"223":420,"224":59,"225":612,"23":249,"24":1671,"25":360,"257":35,"26":60,"268":8,"27":49,"273":33,"276":23,"279":17,"28":298,"281":3,"282":48,"291":11,"292":40,"30":14,"302":7,"306":14,"31":96,"314":4,"32":13,"33":35,"34":70,"347":11,"35":66,"352":572,"36":119,"37":13,"38":332,"380":16,"381":83,"383":52,"39":65,"391":19,"397":16,"40":73,"409":8,"41":36,"414":14,"415":61,"419":3,"42":183,"426":3,"43":30,"430":30,"433":7,"44":13,"45":23,"46":214,"48":50,"49":50,"5":621,"51":38,"52":62,"53":82,"56":4,"570":4,"6":143,"63":19,"7":217,"79":26,"8":196,"80":26,"9":182,"all_client":78505,"all_tv_clinet":11739,"insert_time":"2014-08-18T15:47:41.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66237,"10":33,"107":407,"11":254,"12":115,"13":228,"14":103,"15":83,"155":30,"156":14,"158":16,"159":9,"16":312,"160":12,"161":76,"167":32,"168":5,"17":239,"18":632,"19":137,"20":125,"209":19,"21":248,"210":7,"211":10,"214":15,"215":319,"221":182,"223":433,"224":53,"225":606,"23":248,"24":1660,"25":364,"257":34,"26":57,"268":8,"27":49,"273":35,"276":22,"279":13,"28":289,"281":2,"282":48,"291":11,"292":36,"30":13,"302":6,"306":14,"31":88,"314":4,"32":14,"33":35,"34":72,"347":11,"35":67,"352":577,"36":112,"37":15,"38":326,"380":16,"381":79,"383":49,"39":66,"391":17,"397":13,"40":72,"409":9,"41":35,"414":13,"415":66,"419":2,"42":166,"426":2,"43":26,"430":28,"433":7,"44":12,"45":22,"46":215,"48":55,"49":50,"5":616,"51":32,"52":59,"53":79,"56":4,"570":5,"6":139,"63":19,"7":209,"79":29,"8":196,"80":21,"9":183,"all_client":77832,"all_tv_clinet":11595,"insert_time":"2014-08-18T15:48:42.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65646,"10":32,"107":393,"11":248,"12":113,"13":225,"14":101,"15":84,"155":30,"156":12,"158":17,"159":10,"16":312,"160":12,"161":72,"167":33,"168":6,"17":242,"18":619,"19":142,"20":124,"209":20,"21":242,"210":7,"211":10,"214":14,"215":312,"221":177,"223":438,"224":55,"225":609,"23":253,"24":1635,"25":365,"257":31,"26":64,"268":7,"27":50,"273":34,"276":21,"279":14,"28":280,"281":2,"282":48,"291":11,"292":36,"30":15,"302":6,"306":14,"31":87,"314":3,"32":11,"33":33,"34":71,"347":11,"35":67,"352":566,"36":108,"37":15,"38":323,"380":14,"381":80,"383":47,"389":1,"39":68,"391":17,"396":1,"397":13,"40":68,"409":8,"41":36,"414":10,"415":63,"419":2,"42":148,"426":2,"43":25,"430":29,"433":8,"44":14,"45":24,"46":209,"48":56,"49":50,"5":610,"51":34,"52":59,"53":81,"56":4,"570":5,"6":138,"63":20,"7":204,"79":29,"8":199,"80":21,"9":184,"all_client":77119,"all_tv_clinet":11473,"insert_time":"2014-08-18T15:49:42.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65139,"10":32,"107":381,"11":237,"12":108,"13":218,"14":101,"15":79,"155":30,"156":11,"158":14,"159":11,"16":310,"160":12,"161":71,"167":33,"168":6,"17":247,"18":617,"19":145,"20":120,"209":21,"21":241,"210":7,"211":10,"214":13,"215":312,"221":175,"223":444,"224":52,"225":603,"23":256,"24":1635,"25":374,"257":32,"26":64,"268":5,"27":53,"273":33,"276":23,"279":11,"28":276,"281":2,"282":48,"291":11,"292":36,"30":15,"302":6,"306":14,"31":85,"314":3,"32":12,"33":33,"34":69,"347":10,"35":65,"352":565,"36":101,"37":15,"38":315,"380":12,"381":77,"383":46,"389":1,"39":67,"391":17,"396":1,"397":11,"40":64,"409":8,"41":31,"414":11,"415":59,"419":1,"42":129,"426":2,"43":26,"430":27,"433":9,"44":13,"45":22,"46":210,"48":55,"49":54,"5":602,"51":32,"52":59,"53":79,"56":5,"570":5,"6":132,"63":17,"7":206,"79":28,"8":194,"80":19,"9":181,"all_client":76479,"all_tv_clinet":11340,"insert_time":"2014-08-18T15:50:43.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64554,"10":31,"107":374,"11":225,"12":106,"13":210,"14":106,"15":80,"155":30,"156":11,"158":15,"159":11,"16":303,"160":12,"161":73,"167":32,"168":6,"17":248,"18":614,"19":141,"20":119,"209":21,"21":240,"210":7,"211":10,"214":14,"215":306,"221":178,"223":451,"224":50,"225":588,"23":253,"24":1624,"25":380,"257":31,"26":62,"268":6,"27":55,"273":35,"276":23,"279":11,"28":268,"281":2,"282":47,"291":11,"292":37,"30":15,"302":6,"306":14,"31":84,"314":3,"32":11,"33":34,"34":72,"347":9,"35":61,"352":558,"36":101,"37":12,"38":313,"380":12,"381":79,"383":48,"39":70,"391":17,"396":4,"397":11,"40":59,"409":9,"41":35,"414":12,"415":56,"419":1,"42":115,"426":2,"43":25,"430":25,"433":9,"44":16,"45":24,"46":211,"48":54,"49":57,"5":596,"51":33,"52":58,"53":75,"56":6,"570":5,"6":129,"63":17,"7":215,"79":25,"8":176,"80":18,"9":182,"all_client":75790,"all_tv_clinet":11236,"insert_time":"2014-08-18T15:51:44.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63970,"10":30,"107":363,"11":229,"12":111,"13":201,"14":106,"15":76,"155":30,"156":11,"158":16,"159":9,"16":305,"160":12,"161":68,"167":31,"168":6,"17":252,"18":614,"19":145,"20":111,"209":22,"21":235,"210":8,"211":10,"214":13,"215":307,"221":179,"223":452,"224":49,"225":580,"23":249,"24":1630,"25":380,"257":27,"26":57,"268":5,"27":54,"273":33,"276":22,"279":12,"28":259,"281":2,"282":49,"291":11,"292":39,"30":14,"302":7,"306":12,"31":88,"314":3,"32":10,"33":36,"34":79,"347":10,"35":55,"352":548,"36":100,"37":13,"38":316,"380":8,"381":82,"383":46,"39":73,"391":17,"396":4,"397":11,"40":60,"409":9,"41":35,"414":11,"415":54,"419":1,"42":102,"426":2,"43":23,"430":23,"433":10,"44":16,"45":27,"46":204,"48":52,"49":56,"5":590,"51":33,"52":55,"53":72,"56":6,"570":5,"6":127,"63":16,"7":225,"79":26,"8":165,"80":17,"9":181,"all_client":75115,"all_tv_clinet":11145,"insert_time":"2014-08-18T15:52:44.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63459,"10":28,"107":356,"11":228,"12":108,"13":200,"14":109,"15":75,"155":31,"156":10,"158":18,"159":9,"16":307,"160":12,"161":66,"167":30,"168":5,"17":256,"18":619,"19":147,"20":113,"209":20,"21":229,"210":7,"211":12,"214":13,"215":305,"221":172,"223":446,"224":48,"225":565,"23":253,"24":1627,"25":371,"257":26,"26":59,"268":4,"27":54,"273":33,"276":21,"279":14,"28":250,"281":2,"282":48,"291":9,"292":39,"30":14,"302":7,"306":12,"31":84,"314":3,"32":10,"33":36,"34":84,"347":10,"35":47,"352":539,"36":102,"37":12,"38":314,"380":6,"381":85,"383":46,"39":72,"391":16,"396":4,"397":11,"40":56,"409":9,"41":35,"414":10,"415":55,"419":1,"42":89,"426":2,"43":22,"430":22,"433":9,"44":16,"45":28,"46":204,"48":49,"49":60,"5":581,"51":32,"52":55,"53":64,"56":5,"570":5,"6":119,"63":17,"7":238,"79":25,"8":158,"80":16,"9":175,"all_client":74484,"all_tv_clinet":11025,"insert_time":"2014-08-18T15:53:45.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62926,"10":27,"107":341,"11":224,"12":103,"13":201,"14":101,"15":75,"155":30,"156":11,"158":17,"159":8,"16":306,"160":11,"161":63,"167":30,"168":5,"17":242,"18":612,"19":150,"20":112,"209":20,"21":224,"210":7,"211":12,"214":12,"215":313,"221":174,"223":422,"224":49,"225":544,"23":252,"24":1622,"25":379,"257":26,"26":57,"268":3,"27":52,"273":31,"276":21,"279":13,"28":247,"281":2,"282":45,"291":9,"292":38,"30":16,"302":6,"306":12,"31":91,"314":3,"32":10,"33":36,"34":84,"347":6,"35":40,"352":533,"36":99,"37":12,"38":303,"380":5,"381":85,"383":41,"39":78,"391":15,"396":2,"397":9,"40":54,"409":8,"41":35,"414":10,"415":57,"42":85,"426":2,"43":21,"430":23,"433":9,"44":14,"45":27,"46":204,"48":51,"49":62,"5":580,"51":31,"52":58,"53":57,"56":5,"570":5,"6":110,"63":17,"7":245,"79":28,"8":151,"80":16,"9":177,"all_client":73797,"all_tv_clinet":10871,"insert_time":"2014-08-18T15:54:45.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62395,"10":26,"107":331,"11":227,"12":96,"13":208,"14":89,"15":77,"155":32,"156":12,"158":19,"159":8,"16":309,"160":12,"161":61,"167":30,"168":4,"17":220,"18":613,"19":160,"20":113,"209":18,"21":220,"210":7,"211":11,"214":11,"215":317,"221":175,"223":408,"224":49,"225":520,"23":260,"24":1621,"25":381,"257":29,"26":59,"268":3,"27":56,"273":32,"276":20,"279":13,"28":246,"281":2,"282":42,"291":9,"292":35,"30":17,"302":6,"306":12,"31":90,"314":3,"32":11,"33":36,"34":83,"347":6,"35":37,"352":517,"36":94,"37":11,"38":291,"380":2,"381":91,"383":41,"39":79,"391":15,"396":1,"397":9,"40":52,"409":6,"41":33,"414":10,"415":58,"42":78,"426":3,"43":20,"430":22,"433":9,"44":13,"45":26,"46":205,"48":49,"49":62,"5":573,"51":33,"52":59,"53":55,"56":5,"570":5,"6":100,"63":20,"7":241,"79":24,"8":138,"80":15,"9":190,"all_client":73142,"all_tv_clinet":10747,"insert_time":"2014-08-18T15:55:46.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61900,"10":26,"107":334,"11":216,"12":93,"13":206,"14":79,"15":76,"155":32,"156":12,"158":18,"159":8,"16":313,"160":13,"161":65,"167":31,"168":4,"17":202,"18":618,"19":164,"20":114,"209":20,"21":215,"210":7,"211":10,"214":11,"215":314,"221":174,"223":398,"224":48,"225":499,"23":257,"24":1601,"25":382,"257":29,"26":58,"268":3,"27":58,"273":33,"276":21,"279":13,"28":243,"281":3,"282":42,"291":9,"292":37,"30":17,"302":6,"306":11,"31":91,"314":3,"32":12,"33":34,"34":87,"347":7,"35":32,"352":500,"36":92,"37":11,"38":279,"380":2,"381":88,"383":42,"39":80,"391":14,"396":1,"397":9,"40":51,"409":5,"41":36,"414":8,"415":55,"42":74,"426":3,"43":17,"430":21,"433":9,"44":14,"45":25,"46":204,"48":47,"49":64,"5":576,"51":31,"52":60,"53":53,"56":8,"570":4,"6":93,"63":21,"7":231,"79":21,"8":132,"80":18,"9":196,"all_client":72504,"all_tv_clinet":10604,"insert_time":"2014-08-18T15:56:46.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61360,"10":26,"107":320,"11":212,"12":92,"13":203,"14":76,"15":83,"155":32,"156":11,"158":19,"159":8,"16":315,"160":15,"161":62,"167":31,"168":3,"17":188,"18":605,"19":169,"20":110,"209":21,"21":216,"210":7,"211":9,"214":10,"215":318,"221":175,"223":388,"224":47,"225":491,"23":252,"24":1601,"25":385,"257":31,"26":59,"268":3,"27":58,"273":32,"276":20,"279":13,"28":237,"281":3,"282":41,"291":9,"292":38,"30":14,"302":7,"306":11,"31":88,"314":5,"32":11,"33":33,"34":87,"347":6,"35":30,"352":492,"36":89,"37":10,"38":277,"380":1,"381":84,"383":38,"39":79,"391":14,"396":1,"397":7,"40":54,"409":5,"41":37,"414":9,"415":57,"42":63,"426":3,"43":15,"430":20,"433":9,"44":13,"45":24,"46":203,"48":48,"49":63,"5":567,"51":32,"52":61,"53":44,"56":9,"570":4,"6":87,"63":21,"7":232,"79":22,"8":129,"80":19,"9":204,"all_client":71842,"all_tv_clinet":10482,"insert_time":"2014-08-18T15:57:47.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60808,"10":25,"107":326,"11":211,"12":102,"13":204,"14":74,"15":81,"155":31,"156":11,"158":18,"159":8,"16":313,"160":16,"161":56,"167":31,"168":3,"17":181,"18":585,"19":180,"20":113,"209":17,"21":208,"210":7,"211":9,"214":11,"215":315,"221":174,"223":372,"224":48,"225":471,"23":252,"24":1601,"25":387,"257":30,"26":59,"268":3,"27":49,"273":31,"276":20,"279":13,"28":238,"281":3,"282":41,"291":9,"292":38,"30":12,"302":7,"306":10,"31":89,"314":5,"32":13,"33":34,"34":90,"347":6,"35":29,"352":492,"36":87,"37":11,"38":278,"380":1,"381":83,"383":38,"39":77,"391":14,"396":2,"397":7,"40":53,"409":4,"41":40,"414":9,"415":58,"42":59,"426":3,"43":16,"430":18,"433":8,"44":13,"45":25,"46":196,"48":46,"49":68,"5":564,"51":34,"52":65,"53":43,"56":9,"570":5,"6":84,"63":21,"7":228,"79":22,"8":126,"80":18,"9":193,"all_client":71196,"all_tv_clinet":10388,"insert_time":"2014-08-18T15:58:47.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60248,"10":26,"107":320,"11":210,"12":103,"13":206,"14":74,"15":86,"155":30,"156":11,"158":18,"159":6,"16":312,"160":15,"161":51,"167":31,"168":1,"17":178,"18":565,"19":185,"20":111,"209":18,"21":207,"210":7,"211":6,"214":12,"215":307,"221":169,"223":363,"224":49,"225":430,"23":250,"24":1604,"25":391,"257":30,"26":55,"268":4,"27":46,"273":30,"276":19,"279":14,"28":235,"281":3,"282":43,"291":11,"292":42,"30":10,"302":7,"306":8,"31":88,"314":5,"32":13,"33":34,"34":85,"347":4,"35":26,"352":495,"36":81,"37":8,"38":285,"380":2,"381":84,"383":38,"39":76,"391":14,"396":2,"397":7,"40":51,"409":4,"41":38,"414":9,"415":56,"42":56,"426":2,"43":17,"430":19,"433":9,"44":12,"45":26,"46":190,"48":46,"49":74,"5":576,"51":35,"52":66,"53":40,"56":9,"570":5,"6":80,"63":20,"7":223,"79":23,"8":122,"80":18,"9":179,"all_client":70509,"all_tv_clinet":10261,"insert_time":"2014-08-18T15:59:48.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59735,"10":23,"107":321,"11":215,"12":104,"13":202,"14":75,"15":82,"155":31,"156":11,"158":18,"159":7,"16":318,"160":14,"161":53,"167":32,"168":2,"17":175,"18":541,"19":187,"20":112,"209":15,"21":204,"210":7,"211":6,"214":12,"215":296,"221":161,"223":352,"224":49,"225":403,"23":255,"24":1601,"25":391,"257":29,"26":50,"268":3,"27":43,"273":28,"276":17,"279":16,"28":238,"281":3,"282":43,"291":11,"292":43,"30":10,"302":7,"306":7,"31":89,"314":5,"32":14,"33":35,"34":84,"347":4,"35":21,"352":484,"36":84,"37":9,"38":289,"380":3,"381":85,"383":36,"39":77,"391":14,"396":2,"397":7,"40":48,"409":4,"41":35,"414":11,"415":56,"42":54,"426":1,"43":17,"430":20,"433":9,"44":11,"45":27,"46":180,"48":48,"49":73,"5":571,"51":32,"52":68,"53":36,"56":9,"570":4,"6":80,"63":20,"7":217,"79":23,"8":111,"80":18,"9":171,"all_client":69854,"all_tv_clinet":10119,"insert_time":"2014-08-18T16:00:48.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59184,"10":26,"107":311,"11":222,"12":95,"13":197,"14":76,"15":83,"155":32,"156":11,"158":17,"159":7,"16":321,"160":16,"161":54,"167":29,"168":2,"17":177,"18":524,"19":182,"20":110,"209":15,"21":214,"210":6,"211":6,"214":13,"215":277,"221":153,"223":343,"224":54,"225":382,"23":247,"24":1600,"25":393,"257":30,"26":51,"268":4,"27":41,"273":27,"276":18,"279":18,"28":234,"281":3,"282":51,"291":11,"292":43,"30":10,"302":7,"306":6,"31":85,"314":6,"32":13,"33":34,"34":86,"347":3,"35":18,"352":470,"36":78,"37":11,"38":286,"380":2,"381":84,"383":36,"39":76,"391":15,"396":1,"397":8,"40":46,"409":4,"41":32,"414":11,"415":55,"419":1,"42":54,"43":18,"430":21,"433":11,"44":10,"45":27,"46":177,"48":48,"49":74,"5":562,"51":34,"52":68,"53":34,"56":9,"570":3,"6":79,"63":23,"7":209,"79":24,"8":107,"80":19,"9":176,"all_client":69181,"all_tv_clinet":9997,"insert_time":"2014-08-18T16:01:49.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58627,"10":25,"107":300,"11":225,"12":95,"13":195,"14":77,"15":82,"155":31,"156":10,"158":18,"159":7,"16":320,"160":17,"161":56,"167":30,"168":2,"17":175,"18":502,"19":183,"20":106,"209":13,"21":213,"210":6,"211":6,"214":12,"215":267,"221":155,"223":335,"224":54,"225":379,"23":242,"24":1603,"25":392,"257":31,"26":46,"268":4,"27":40,"273":27,"276":17,"279":18,"28":230,"281":3,"282":54,"291":9,"292":42,"30":11,"302":7,"306":5,"31":85,"314":6,"32":13,"33":35,"34":84,"347":2,"35":16,"352":466,"36":79,"37":11,"38":271,"380":2,"381":85,"383":35,"39":74,"391":14,"396":1,"397":9,"40":47,"409":4,"41":31,"414":11,"415":55,"419":2,"42":51,"43":16,"430":21,"433":12,"44":10,"45":30,"46":175,"48":48,"49":71,"5":563,"51":31,"52":69,"53":37,"56":8,"570":2,"6":80,"63":23,"7":193,"79":24,"8":109,"80":19,"9":179,"all_client":68513,"all_tv_clinet":9886,"insert_time":"2014-08-18T16:02:51.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58080,"10":25,"107":300,"11":226,"12":90,"13":200,"14":70,"15":82,"155":30,"156":10,"158":19,"159":6,"16":317,"160":17,"161":57,"167":25,"168":2,"17":171,"18":484,"19":182,"20":107,"209":13,"21":209,"210":6,"211":4,"214":12,"215":258,"221":153,"223":322,"224":52,"225":370,"23":255,"24":1604,"25":395,"257":33,"26":44,"268":3,"27":37,"273":25,"276":16,"279":19,"28":237,"281":3,"282":57,"291":9,"292":42,"30":11,"302":6,"306":4,"31":89,"314":6,"32":13,"33":32,"34":83,"347":2,"35":16,"352":454,"36":80,"37":11,"38":253,"380":2,"381":82,"383":38,"39":74,"391":13,"396":1,"397":9,"40":47,"409":3,"41":31,"414":10,"415":52,"419":3,"42":50,"43":14,"430":19,"433":10,"434":1,"44":9,"45":30,"46":174,"48":47,"49":72,"5":562,"51":29,"52":72,"53":35,"56":9,"570":2,"6":84,"63":21,"7":178,"79":23,"8":109,"80":22,"9":175,"all_client":67850,"all_tv_clinet":9770,"insert_time":"2014-08-18T16:03:51.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57557,"10":27,"107":303,"11":225,"12":83,"13":201,"14":70,"15":80,"155":28,"156":8,"158":18,"159":8,"16":319,"160":16,"161":59,"167":23,"168":2,"17":163,"18":476,"19":185,"20":105,"209":14,"21":204,"210":5,"211":3,"214":11,"215":251,"221":147,"223":318,"224":49,"225":361,"23":258,"24":1578,"25":396,"257":35,"26":43,"268":2,"27":37,"273":25,"276":18,"279":20,"28":239,"281":3,"282":52,"291":9,"292":39,"30":10,"302":5,"306":4,"31":90,"314":5,"32":12,"33":31,"34":73,"347":3,"35":16,"352":439,"36":82,"37":11,"38":239,"380":4,"381":83,"383":39,"39":70,"391":13,"397":7,"40":45,"409":3,"41":31,"414":11,"415":53,"419":3,"42":47,"43":12,"430":22,"433":7,"434":1,"44":11,"45":30,"46":175,"48":49,"49":72,"5":556,"51":27,"52":74,"53":34,"56":9,"570":2,"6":82,"63":21,"7":178,"79":23,"8":118,"80":22,"9":169,"all_client":67196,"all_tv_clinet":9639,"insert_time":"2014-08-18T16:04:52.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56906,"10":28,"107":304,"11":224,"12":79,"13":198,"14":64,"15":78,"155":22,"156":9,"158":17,"159":8,"16":318,"160":20,"161":55,"167":23,"168":1,"17":159,"18":464,"19":185,"20":103,"209":15,"21":201,"210":5,"211":3,"214":12,"215":244,"221":153,"223":305,"224":50,"225":340,"23":251,"24":1517,"25":413,"257":36,"26":43,"268":2,"27":35,"273":21,"276":18,"279":21,"28":244,"281":3,"282":45,"291":8,"292":37,"30":9,"302":5,"306":3,"31":89,"314":6,"32":9,"33":36,"34":72,"347":2,"35":16,"352":440,"36":77,"37":17,"38":239,"380":4,"381":83,"383":35,"39":75,"391":13,"397":7,"40":45,"409":4,"41":31,"414":11,"415":54,"419":4,"42":45,"43":11,"430":22,"433":6,"434":1,"44":10,"45":29,"46":177,"48":46,"49":72,"5":558,"51":25,"52":77,"53":34,"56":8,"570":2,"6":81,"63":20,"7":181,"79":24,"8":127,"80":21,"9":165,"all_client":66415,"all_tv_clinet":9509,"insert_time":"2014-08-18T16:05:52.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56373,"10":30,"107":313,"11":226,"12":72,"13":207,"14":68,"15":78,"155":18,"156":10,"158":18,"159":9,"16":322,"160":19,"161":55,"167":22,"17":157,"18":457,"19":184,"20":99,"209":16,"21":195,"210":5,"211":1,"214":12,"215":236,"221":151,"223":284,"224":46,"225":321,"23":244,"24":1466,"25":422,"257":37,"26":41,"268":2,"27":32,"273":21,"276":19,"279":20,"28":244,"281":3,"282":40,"291":8,"292":34,"30":11,"302":5,"306":3,"31":92,"314":6,"32":9,"33":36,"34":66,"347":3,"35":15,"352":444,"36":76,"37":22,"38":234,"380":4,"381":81,"383":34,"39":77,"391":15,"397":7,"40":46,"409":7,"41":25,"414":11,"415":54,"419":5,"42":44,"43":10,"430":26,"433":6,"44":10,"45":28,"46":177,"48":46,"49":75,"5":556,"51":27,"52":78,"53":33,"56":7,"570":2,"6":79,"63":19,"7":186,"79":25,"8":121,"80":22,"9":163,"all_client":65765,"all_tv_clinet":9392,"insert_time":"2014-08-18T16:06:53.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55856,"10":27,"107":301,"11":229,"12":75,"13":200,"14":73,"15":74,"155":17,"156":8,"158":17,"159":8,"16":319,"160":20,"161":55,"167":20,"17":152,"18":450,"19":182,"20":101,"209":18,"21":189,"210":5,"211":1,"214":12,"215":221,"221":152,"223":281,"224":41,"225":316,"23":238,"24":1419,"25":431,"257":38,"26":39,"268":2,"27":29,"273":21,"276":17,"279":20,"28":249,"281":3,"282":37,"291":8,"292":35,"30":9,"302":4,"306":3,"31":93,"314":6,"32":8,"33":39,"34":64,"347":3,"35":13,"352":428,"36":72,"37":27,"38":231,"380":5,"381":78,"383":35,"39":77,"391":17,"397":8,"40":47,"409":7,"41":26,"414":10,"415":52,"419":5,"42":45,"426":1,"43":12,"430":26,"433":6,"44":10,"45":27,"46":175,"48":44,"49":72,"5":552,"51":29,"52":84,"53":32,"56":7,"570":2,"6":77,"63":20,"7":187,"79":26,"8":123,"80":22,"9":162,"all_client":65114,"all_tv_clinet":9258,"insert_time":"2014-08-18T16:07:53.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55293,"10":25,"107":294,"11":228,"12":71,"13":198,"14":75,"15":74,"155":17,"156":8,"158":18,"159":10,"16":311,"160":20,"161":55,"167":19,"168":1,"17":148,"18":438,"19":182,"20":102,"209":16,"21":189,"210":5,"214":12,"215":206,"221":151,"223":277,"224":39,"225":300,"23":233,"24":1374,"25":424,"257":36,"26":38,"268":3,"27":25,"273":20,"276":18,"279":19,"28":252,"281":3,"282":36,"291":7,"292":26,"30":8,"302":4,"306":4,"31":96,"314":7,"32":7,"33":35,"34":59,"347":4,"35":13,"352":429,"36":68,"37":23,"38":225,"380":4,"381":76,"383":37,"39":78,"391":17,"396":1,"397":8,"40":47,"409":8,"41":29,"414":9,"415":52,"419":5,"42":43,"426":2,"43":13,"430":28,"433":7,"44":10,"45":30,"46":167,"48":39,"49":72,"5":556,"51":26,"52":89,"53":34,"56":7,"570":1,"6":76,"63":21,"7":183,"79":24,"8":125,"80":23,"9":153,"all_client":64378,"all_tv_clinet":9085,"insert_time":"2014-08-18T16:08:54.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54599,"10":26,"107":286,"11":232,"12":79,"13":199,"14":76,"15":76,"155":15,"156":6,"158":15,"159":9,"16":292,"160":20,"161":56,"167":16,"168":2,"17":155,"18":434,"19":180,"20":104,"209":16,"21":186,"210":5,"214":13,"215":188,"221":150,"223":283,"224":35,"225":292,"23":231,"24":1325,"25":416,"257":32,"26":40,"268":3,"27":23,"273":19,"276":18,"279":20,"28":262,"281":3,"282":35,"291":7,"292":24,"30":9,"302":4,"306":3,"31":91,"314":6,"32":6,"33":32,"34":54,"347":3,"35":11,"352":421,"36":66,"37":23,"38":222,"380":5,"381":77,"383":37,"39":78,"391":16,"396":1,"397":7,"40":49,"409":6,"41":29,"414":9,"415":48,"419":5,"42":42,"426":2,"43":14,"430":30,"433":8,"44":9,"45":31,"46":164,"48":36,"49":71,"5":553,"51":30,"52":92,"53":35,"56":6,"570":1,"6":70,"63":21,"7":180,"79":21,"8":129,"80":21,"9":150,"all_client":63537,"all_tv_clinet":8938,"insert_time":"2014-08-18T16:09:54.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54099,"10":25,"107":275,"11":227,"12":77,"13":199,"14":78,"15":77,"155":15,"156":5,"158":16,"159":9,"16":274,"160":20,"161":58,"167":18,"168":2,"17":155,"18":435,"19":182,"20":102,"209":15,"21":194,"210":5,"214":11,"215":177,"221":142,"223":278,"224":35,"225":285,"23":226,"24":1285,"25":403,"257":28,"26":37,"268":4,"27":23,"273":19,"276":17,"279":18,"28":263,"281":3,"282":35,"291":7,"292":23,"30":9,"302":5,"306":2,"31":85,"314":6,"32":6,"33":26,"34":55,"347":3,"35":14,"352":423,"36":64,"37":24,"38":225,"380":6,"381":73,"383":39,"39":82,"391":15,"396":1,"397":8,"40":48,"409":7,"41":28,"414":8,"415":47,"419":7,"42":48,"426":2,"43":13,"430":29,"433":8,"44":9,"45":31,"46":161,"48":35,"49":70,"5":551,"51":29,"52":98,"53":34,"56":5,"570":1,"6":65,"63":21,"7":175,"79":19,"8":116,"80":19,"9":151,"all_client":62887,"all_tv_clinet":8788,"insert_time":"2014-08-18T16:10:54.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53456,"10":22,"107":270,"11":234,"12":81,"13":198,"14":79,"15":79,"155":14,"156":6,"158":15,"159":9,"16":255,"160":17,"161":56,"167":16,"168":2,"17":159,"18":435,"19":182,"20":103,"209":16,"21":188,"210":5,"214":12,"215":163,"221":132,"223":280,"224":35,"225":279,"23":224,"24":1262,"25":386,"257":27,"26":38,"268":4,"27":21,"273":19,"276":16,"279":17,"28":258,"281":4,"282":35,"291":8,"292":23,"30":10,"302":4,"306":1,"31":80,"314":6,"32":6,"33":27,"34":55,"347":5,"35":15,"352":426,"36":66,"37":24,"38":224,"380":6,"381":69,"383":40,"39":76,"391":13,"396":1,"397":8,"40":52,"409":7,"41":24,"414":8,"415":46,"419":7,"42":49,"426":2,"43":13,"430":29,"433":8,"44":9,"45":29,"46":159,"48":34,"49":68,"5":551,"51":34,"52":103,"53":39,"56":5,"570":1,"6":65,"63":22,"7":167,"79":16,"8":109,"80":20,"9":148,"all_client":62126,"all_tv_clinet":8670,"insert_time":"2014-08-18T16:11:55.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53056,"10":22,"107":271,"11":242,"12":87,"13":185,"14":79,"15":70,"155":14,"156":6,"158":20,"159":9,"16":245,"160":17,"161":56,"167":15,"168":2,"17":154,"18":443,"19":181,"20":101,"209":15,"21":184,"210":6,"214":12,"215":163,"221":130,"223":275,"224":36,"225":285,"23":218,"24":1234,"25":387,"257":27,"26":37,"268":4,"27":22,"273":20,"276":17,"279":17,"28":254,"281":4,"282":35,"291":9,"292":21,"30":7,"302":4,"306":1,"31":76,"314":6,"32":5,"33":30,"34":53,"347":8,"35":15,"352":422,"36":66,"37":22,"38":229,"380":6,"381":67,"383":41,"39":68,"391":13,"396":1,"397":7,"40":50,"409":7,"41":24,"414":8,"415":46,"419":9,"42":52,"426":2,"43":14,"430":31,"433":8,"44":10,"45":30,"46":160,"48":34,"49":66,"5":555,"51":34,"52":104,"53":40,"56":4,"570":1,"6":65,"63":22,"7":162,"79":14,"8":101,"80":21,"9":142,"all_client":61650,"all_tv_clinet":8594,"insert_time":"2014-08-18T16:12:55.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52528,"10":23,"107":278,"11":239,"12":90,"13":175,"14":84,"15":66,"155":14,"156":6,"158":20,"159":9,"16":237,"160":16,"161":58,"167":14,"168":2,"17":156,"18":435,"19":181,"20":102,"209":15,"21":175,"210":6,"214":12,"215":150,"221":129,"223":271,"224":37,"225":277,"23":217,"24":1177,"25":392,"257":28,"26":36,"268":4,"27":18,"273":18,"276":17,"279":17,"28":257,"281":5,"282":30,"291":9,"292":19,"30":8,"302":4,"306":1,"31":76,"314":6,"32":4,"33":34,"34":54,"347":7,"35":15,"352":413,"36":64,"37":19,"38":221,"380":9,"381":66,"383":38,"39":62,"391":12,"396":1,"397":8,"40":50,"409":6,"41":23,"414":8,"415":47,"419":8,"42":47,"426":2,"43":14,"430":31,"433":7,"44":9,"45":32,"46":157,"48":33,"49":67,"5":558,"51":34,"52":105,"53":40,"56":4,"570":1,"6":70,"63":20,"7":166,"79":14,"8":99,"80":21,"9":128,"all_client":60972,"all_tv_clinet":8444,"insert_time":"2014-08-18T16:13:56.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52033,"10":21,"107":284,"11":235,"12":100,"13":173,"14":87,"15":63,"155":14,"156":4,"158":20,"159":8,"16":211,"160":16,"161":60,"167":14,"168":2,"17":157,"18":436,"19":175,"20":98,"209":17,"21":168,"210":7,"214":12,"215":145,"221":129,"223":267,"224":34,"225":268,"23":210,"24":1071,"25":402,"257":27,"26":34,"268":4,"27":17,"273":18,"276":15,"279":19,"28":257,"281":5,"282":25,"291":9,"292":14,"30":8,"302":4,"306":1,"31":78,"314":6,"32":4,"33":35,"34":51,"347":8,"35":16,"352":403,"36":59,"37":21,"38":225,"380":10,"381":59,"383":42,"39":54,"391":12,"396":1,"397":8,"40":53,"409":6,"41":22,"414":6,"415":46,"419":8,"42":42,"426":2,"43":13,"430":31,"433":7,"44":8,"45":31,"46":158,"48":32,"49":59,"5":549,"51":35,"52":104,"53":37,"56":4,"570":1,"6":76,"63":18,"7":166,"79":13,"8":100,"80":20,"9":122,"all_client":60259,"all_tv_clinet":8226,"insert_time":"2014-08-18T16:14:56.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51485,"10":21,"107":272,"11":230,"12":102,"13":166,"14":87,"15":59,"155":10,"156":3,"158":19,"159":9,"16":208,"160":16,"161":65,"167":15,"168":3,"17":158,"18":436,"19":172,"20":97,"209":16,"21":163,"210":6,"214":12,"215":136,"221":129,"223":266,"224":36,"225":267,"23":200,"24":972,"25":406,"257":29,"26":32,"268":4,"27":16,"273":20,"276":15,"279":19,"28":255,"281":5,"282":22,"291":9,"292":13,"30":7,"302":4,"306":1,"31":78,"314":5,"32":4,"33":33,"34":45,"347":9,"35":16,"352":401,"36":57,"37":24,"38":220,"380":10,"381":58,"383":41,"39":54,"391":12,"396":1,"397":8,"40":50,"409":7,"41":24,"414":4,"415":44,"419":7,"42":43,"426":3,"43":14,"430":30,"433":7,"44":9,"45":31,"46":157,"48":25,"49":58,"5":538,"51":35,"52":95,"53":37,"56":4,"570":1,"6":72,"63":18,"7":176,"79":12,"8":99,"80":22,"9":116,"all_client":59507,"all_tv_clinet":8022,"insert_time":"2014-08-18T16:15:56.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50918,"10":21,"107":271,"11":223,"12":111,"13":165,"14":86,"15":56,"155":9,"156":4,"158":19,"159":9,"16":202,"160":14,"161":61,"167":15,"168":3,"17":161,"18":437,"19":168,"20":95,"209":19,"21":159,"210":6,"214":12,"215":133,"221":131,"223":260,"224":34,"225":263,"23":197,"24":893,"25":408,"257":33,"26":32,"268":3,"27":15,"273":18,"276":14,"279":18,"28":255,"281":5,"282":22,"291":10,"292":13,"30":10,"302":4,"306":1,"31":78,"314":4,"32":3,"33":33,"34":41,"347":10,"35":14,"352":399,"36":62,"37":25,"38":221,"380":11,"381":56,"383":42,"39":48,"391":13,"396":1,"397":7,"40":53,"409":7,"41":23,"414":3,"415":41,"419":5,"42":42,"426":3,"43":16,"430":29,"433":5,"44":10,"45":32,"46":158,"48":25,"49":58,"5":536,"51":33,"52":74,"53":35,"56":4,"570":1,"6":68,"63":17,"7":170,"79":11,"8":100,"80":21,"9":116,"all_client":58780,"all_tv_clinet":7862,"insert_time":"2014-08-18T16:16:57.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50395,"10":21,"107":266,"11":219,"12":116,"13":157,"14":87,"15":54,"155":9,"156":4,"158":20,"159":9,"16":185,"160":14,"161":59,"167":13,"168":3,"17":159,"18":428,"19":165,"20":95,"209":18,"21":159,"210":7,"214":10,"215":123,"221":132,"223":256,"224":33,"225":263,"23":187,"24":835,"25":409,"257":33,"26":35,"268":4,"27":15,"273":19,"276":14,"279":18,"28":252,"281":5,"282":21,"291":10,"292":12,"30":10,"302":4,"306":1,"31":80,"314":4,"32":3,"33":29,"34":41,"347":10,"35":13,"352":388,"36":64,"37":23,"38":213,"380":11,"381":53,"383":43,"39":43,"391":13,"396":1,"397":6,"40":50,"409":8,"41":22,"414":3,"415":41,"419":5,"42":42,"426":4,"43":20,"430":29,"433":5,"44":11,"45":32,"46":159,"48":25,"49":56,"5":529,"51":34,"52":63,"53":34,"56":5,"570":1,"6":62,"63":17,"7":167,"79":11,"8":100,"80":22,"9":115,"all_client":58073,"all_tv_clinet":7678,"insert_time":"2014-08-18T16:17:57.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49810,"10":20,"107":263,"11":211,"12":121,"13":146,"14":85,"15":52,"155":7,"156":5,"158":22,"159":9,"16":152,"160":14,"161":60,"167":15,"168":3,"17":163,"18":435,"19":160,"20":95,"209":16,"21":160,"210":7,"214":11,"215":123,"221":133,"223":260,"224":33,"225":259,"23":176,"24":805,"25":410,"257":28,"26":33,"268":5,"27":14,"273":19,"276":14,"279":16,"28":247,"281":5,"282":22,"291":10,"292":11,"30":11,"302":4,"306":1,"31":81,"314":4,"32":3,"33":29,"34":42,"347":10,"35":13,"352":385,"36":66,"37":22,"38":212,"380":11,"381":52,"383":45,"39":40,"391":14,"396":1,"397":6,"40":51,"409":7,"41":19,"414":3,"415":43,"419":4,"42":42,"426":4,"43":19,"430":30,"433":5,"44":12,"45":31,"46":162,"48":28,"49":55,"5":527,"51":31,"52":55,"53":32,"56":5,"570":1,"6":64,"63":16,"7":170,"79":11,"8":102,"80":20,"9":119,"all_client":57385,"all_tv_clinet":7575,"insert_time":"2014-08-18T16:18:58.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49255,"10":21,"107":251,"11":205,"12":115,"13":139,"14":86,"15":53,"155":8,"156":5,"158":23,"159":11,"16":134,"160":13,"161":63,"167":15,"168":3,"17":160,"18":434,"19":160,"20":92,"209":14,"21":161,"210":7,"214":11,"215":120,"221":135,"223":261,"224":35,"225":258,"23":166,"24":774,"25":408,"257":24,"26":30,"268":6,"27":13,"273":19,"276":16,"279":17,"28":244,"281":5,"282":23,"291":10,"292":10,"30":11,"302":4,"306":1,"31":78,"314":4,"32":5,"33":28,"34":40,"347":11,"35":13,"352":385,"36":68,"37":23,"38":215,"380":10,"381":45,"383":43,"39":37,"391":14,"396":2,"397":6,"40":52,"409":7,"41":22,"414":2,"415":43,"419":4,"42":42,"426":4,"43":20,"430":31,"433":5,"44":15,"45":28,"46":161,"48":26,"49":50,"5":523,"51":30,"52":49,"53":32,"56":5,"570":1,"6":64,"63":16,"7":172,"79":10,"8":99,"80":18,"9":110,"all_client":56697,"all_tv_clinet":7442,"insert_time":"2014-08-18T16:19:58.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48768,"10":23,"107":245,"11":204,"12":112,"13":135,"14":86,"15":60,"155":9,"156":5,"158":23,"159":10,"16":118,"160":12,"161":63,"167":16,"168":3,"17":160,"18":434,"19":155,"20":91,"209":12,"21":161,"210":5,"214":11,"215":118,"221":134,"223":248,"224":38,"225":253,"23":161,"24":756,"25":416,"257":24,"26":30,"268":7,"27":10,"273":20,"276":16,"279":15,"28":236,"281":5,"282":22,"291":12,"292":9,"30":11,"302":4,"306":1,"31":76,"314":3,"32":6,"33":28,"34":40,"347":12,"35":14,"352":375,"36":68,"37":24,"38":220,"380":11,"381":42,"383":43,"39":33,"391":13,"396":1,"397":6,"40":53,"409":6,"41":21,"414":3,"415":41,"419":4,"42":44,"426":3,"43":22,"430":32,"433":5,"44":17,"45":24,"46":164,"48":26,"49":49,"5":505,"51":27,"52":39,"53":30,"56":7,"570":1,"6":63,"63":15,"7":176,"79":10,"8":94,"80":16,"9":108,"all_client":56087,"all_tv_clinet":7319,"insert_time":"2014-08-18T16:20:58.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48269,"10":23,"107":243,"11":202,"12":100,"13":125,"14":81,"15":73,"155":9,"156":4,"158":22,"159":9,"16":113,"160":12,"161":57,"167":16,"168":4,"17":159,"18":419,"19":145,"20":90,"209":11,"21":163,"210":3,"214":12,"215":116,"221":132,"223":239,"224":39,"225":249,"23":165,"24":734,"25":416,"257":24,"26":32,"268":7,"27":10,"273":18,"276":15,"279":14,"28":241,"281":5,"282":23,"291":12,"292":9,"30":10,"302":4,"306":1,"31":74,"314":3,"32":8,"33":26,"34":41,"347":14,"35":15,"352":379,"36":67,"37":22,"38":220,"380":11,"381":39,"383":41,"39":31,"391":12,"396":1,"397":6,"40":55,"409":5,"41":23,"414":3,"415":42,"419":3,"42":41,"426":3,"43":22,"430":30,"433":5,"44":18,"45":24,"46":158,"48":25,"49":45,"5":494,"51":25,"52":34,"53":35,"56":7,"6":61,"63":16,"7":167,"79":11,"8":87,"80":15,"9":104,"all_client":55447,"all_tv_clinet":7178,"insert_time":"2014-08-18T16:21:59.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47760,"10":21,"107":243,"11":197,"12":94,"13":118,"14":77,"15":82,"155":8,"156":5,"158":23,"159":8,"16":103,"160":11,"161":60,"167":16,"168":4,"17":158,"18":415,"19":137,"20":86,"209":11,"21":159,"210":3,"214":13,"215":116,"221":133,"223":240,"224":42,"225":234,"23":162,"24":714,"25":419,"257":25,"26":32,"268":7,"27":11,"273":17,"276":14,"279":13,"28":240,"281":5,"282":23,"291":11,"292":10,"30":10,"302":4,"306":1,"31":71,"314":4,"32":8,"33":25,"34":45,"347":15,"35":15,"352":376,"36":70,"37":22,"38":215,"380":10,"381":38,"383":39,"39":26,"391":12,"396":1,"397":5,"40":54,"409":5,"41":21,"414":4,"415":39,"419":2,"42":42,"426":2,"43":22,"430":31,"433":4,"44":20,"45":25,"46":157,"48":25,"49":44,"5":487,"51":26,"52":29,"53":32,"56":9,"570":1,"6":60,"63":16,"7":164,"79":11,"8":88,"80":14,"9":101,"all_client":54827,"all_tv_clinet":7067,"insert_time":"2014-08-18T16:22:59.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47314,"10":21,"107":242,"11":188,"12":89,"13":116,"14":70,"15":81,"155":8,"156":5,"158":21,"159":9,"16":104,"160":13,"161":54,"167":16,"168":4,"17":159,"18":410,"19":130,"20":85,"209":12,"21":163,"210":3,"214":13,"215":111,"221":130,"223":240,"224":42,"225":230,"23":156,"24":695,"25":414,"257":26,"26":32,"268":7,"27":11,"273":15,"276":14,"279":14,"28":239,"281":5,"282":23,"291":12,"292":9,"30":10,"302":4,"306":1,"31":72,"314":3,"32":8,"33":26,"34":43,"347":16,"35":14,"352":370,"36":71,"37":22,"38":214,"380":10,"381":34,"383":37,"39":27,"391":13,"396":1,"397":5,"40":49,"409":5,"41":24,"414":4,"415":38,"419":2,"42":41,"426":1,"43":23,"430":30,"433":3,"44":23,"45":26,"46":157,"48":27,"49":41,"5":484,"51":27,"52":27,"53":29,"56":8,"570":1,"6":59,"63":16,"7":159,"79":10,"8":87,"80":12,"9":100,"all_client":54269,"all_tv_clinet":6955,"insert_time":"2014-08-18T16:23:59.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46821,"10":21,"107":243,"11":183,"12":86,"13":112,"14":74,"15":77,"155":8,"156":5,"158":22,"159":9,"16":100,"160":13,"161":56,"167":17,"168":3,"17":160,"18":402,"19":123,"20":88,"209":12,"21":167,"210":3,"214":12,"215":108,"221":126,"223":240,"224":45,"225":216,"23":151,"24":687,"25":405,"257":27,"26":32,"268":7,"27":8,"273":15,"276":14,"279":12,"28":237,"281":5,"282":24,"291":11,"292":8,"30":11,"302":4,"306":1,"31":72,"314":4,"32":10,"33":24,"34":41,"347":18,"35":14,"352":365,"36":70,"37":23,"38":215,"380":10,"381":33,"383":36,"39":26,"391":13,"396":1,"397":5,"40":51,"409":6,"41":26,"414":5,"415":37,"419":2,"42":39,"43":23,"430":31,"433":1,"44":23,"45":28,"46":153,"48":23,"49":41,"5":462,"51":26,"52":25,"53":21,"56":10,"570":1,"6":65,"63":15,"7":158,"79":10,"8":86,"80":10,"9":97,"all_client":53666,"all_tv_clinet":6845,"insert_time":"2014-08-18T16:25:00.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46377,"10":22,"107":251,"11":188,"12":82,"13":112,"14":69,"15":66,"155":8,"156":5,"158":21,"159":9,"16":94,"160":13,"161":53,"167":17,"168":3,"17":163,"18":395,"19":109,"20":90,"209":11,"21":162,"210":4,"214":11,"215":116,"221":127,"223":239,"224":46,"225":212,"23":148,"24":677,"25":404,"257":28,"26":31,"268":7,"27":9,"273":15,"276":14,"279":12,"28":238,"281":5,"282":23,"291":11,"292":6,"30":11,"302":3,"306":1,"31":76,"314":4,"32":9,"33":26,"34":40,"347":17,"35":14,"352":353,"36":65,"37":21,"38":222,"380":9,"381":31,"383":36,"39":27,"391":14,"396":1,"397":5,"40":53,"409":7,"41":23,"414":7,"415":37,"419":2,"42":37,"426":1,"43":23,"430":29,"433":1,"44":23,"45":28,"46":153,"48":23,"49":33,"5":441,"51":25,"52":22,"53":25,"56":10,"6":70,"63":12,"7":160,"79":9,"8":81,"80":10,"9":94,"all_client":53127,"all_tv_clinet":6750,"insert_time":"2014-08-18T16:26:00.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45946,"10":23,"107":246,"11":187,"12":78,"13":111,"14":68,"15":66,"155":8,"156":5,"158":19,"159":8,"16":89,"160":11,"161":58,"167":16,"168":2,"17":162,"18":392,"19":101,"20":96,"209":10,"21":169,"210":4,"214":11,"215":119,"221":120,"223":236,"224":48,"225":214,"23":144,"24":677,"25":371,"257":29,"26":32,"268":4,"27":11,"273":15,"276":15,"279":12,"28":244,"281":5,"282":23,"291":11,"292":6,"30":10,"302":3,"306":1,"31":80,"314":4,"32":8,"33":24,"34":37,"347":18,"35":12,"352":354,"36":64,"37":21,"38":221,"380":9,"381":27,"383":32,"39":31,"391":16,"396":1,"397":4,"40":54,"409":7,"41":22,"414":7,"415":36,"419":2,"42":33,"426":1,"43":22,"430":26,"433":1,"44":22,"45":27,"46":150,"48":23,"49":33,"5":421,"51":24,"52":20,"53":25,"56":10,"6":78,"63":12,"7":161,"79":10,"8":79,"80":8,"9":99,"all_client":52612,"all_tv_clinet":6666,"insert_time":"2014-08-18T16:27:01.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45441,"10":23,"107":239,"11":187,"12":77,"13":110,"14":66,"15":68,"155":9,"156":5,"158":19,"159":8,"16":86,"160":10,"161":59,"167":16,"168":2,"17":168,"18":391,"19":99,"20":95,"209":12,"21":166,"210":4,"214":12,"215":118,"221":119,"223":226,"224":51,"225":213,"23":137,"24":673,"25":340,"257":28,"26":31,"268":4,"27":10,"273":14,"276":15,"279":12,"28":242,"281":5,"282":22,"291":12,"292":6,"30":10,"302":3,"306":1,"31":81,"314":2,"32":7,"33":22,"34":35,"347":18,"35":13,"352":345,"36":66,"37":21,"38":224,"380":9,"381":30,"383":34,"39":31,"391":16,"396":1,"397":4,"40":55,"409":7,"41":21,"414":8,"415":32,"419":2,"42":32,"426":1,"43":18,"430":26,"433":2,"44":23,"45":26,"46":149,"48":24,"49":30,"5":406,"51":23,"52":18,"53":28,"56":10,"6":77,"63":12,"7":165,"79":10,"8":83,"80":7,"9":103,"all_client":52021,"all_tv_clinet":6580,"insert_time":"2014-08-18T16:28:01.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45039,"10":25,"107":227,"11":195,"12":85,"13":105,"14":65,"15":70,"155":8,"156":5,"158":20,"159":7,"16":86,"160":10,"161":56,"167":16,"168":2,"17":167,"18":383,"19":93,"20":93,"209":15,"21":167,"210":3,"214":12,"215":112,"221":118,"223":216,"224":55,"225":206,"23":133,"24":670,"25":313,"257":29,"26":32,"268":5,"27":10,"273":14,"276":16,"279":13,"28":246,"281":5,"282":21,"291":12,"292":6,"30":10,"302":3,"306":1,"31":82,"314":1,"32":6,"33":20,"34":33,"347":19,"35":14,"352":358,"36":68,"37":22,"38":222,"380":10,"381":27,"383":32,"39":34,"391":16,"396":1,"397":4,"40":56,"409":7,"41":21,"414":9,"415":35,"419":2,"42":30,"426":1,"43":17,"430":24,"433":2,"44":25,"45":26,"46":151,"48":24,"49":28,"5":389,"51":22,"52":16,"53":26,"56":10,"6":78,"63":11,"7":168,"79":11,"8":87,"80":7,"9":100,"all_client":51552,"all_tv_clinet":6513,"insert_time":"2014-08-18T16:29:02.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44600,"10":24,"107":227,"11":195,"12":84,"13":99,"14":62,"15":71,"155":9,"156":5,"158":20,"159":8,"16":82,"160":11,"161":53,"167":16,"168":2,"17":168,"18":383,"19":88,"20":97,"209":13,"21":163,"210":3,"214":14,"215":113,"221":119,"223":208,"224":56,"225":210,"23":136,"24":655,"25":302,"257":27,"26":30,"268":5,"27":9,"273":16,"276":16,"279":14,"28":251,"281":5,"282":22,"291":12,"292":6,"30":12,"302":3,"306":1,"31":84,"314":1,"32":7,"33":19,"34":31,"347":18,"35":15,"352":338,"36":70,"37":22,"38":218,"380":10,"381":29,"383":33,"39":35,"391":14,"396":1,"397":4,"40":53,"409":6,"41":23,"414":9,"415":35,"419":1,"42":32,"426":1,"43":15,"430":24,"433":2,"44":26,"45":24,"46":149,"48":23,"49":25,"5":382,"51":17,"52":20,"53":23,"56":12,"6":80,"63":14,"7":170,"79":12,"8":80,"80":8,"9":96,"all_client":51036,"all_tv_clinet":6436,"insert_time":"2014-08-18T16:30:02.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44251,"10":22,"107":221,"11":194,"12":89,"13":97,"14":59,"15":77,"155":9,"156":5,"158":20,"159":10,"16":80,"160":11,"161":52,"167":15,"168":1,"17":166,"18":361,"19":83,"20":94,"209":10,"21":155,"210":3,"214":13,"215":111,"221":118,"223":206,"224":59,"225":197,"23":135,"24":648,"25":286,"257":27,"26":32,"268":5,"27":10,"273":15,"276":16,"279":15,"28":256,"281":5,"282":23,"291":12,"292":5,"30":12,"302":3,"306":1,"31":85,"314":1,"32":7,"33":18,"34":31,"347":17,"35":14,"352":343,"36":73,"37":23,"38":214,"380":9,"381":29,"383":30,"39":34,"391":14,"396":2,"397":4,"40":52,"409":6,"41":24,"414":9,"415":37,"419":1,"42":33,"426":1,"43":17,"430":21,"433":2,"44":26,"45":24,"46":145,"48":21,"49":23,"5":368,"51":16,"52":20,"53":22,"56":10,"6":79,"63":14,"7":169,"79":15,"8":74,"80":9,"9":93,"all_client":50574,"all_tv_clinet":6323,"insert_time":"2014-08-18T16:31:02.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43873,"10":22,"107":226,"11":190,"12":87,"13":93,"14":54,"15":81,"155":9,"156":4,"158":18,"159":9,"16":80,"160":11,"161":51,"167":15,"168":1,"17":165,"18":351,"19":80,"20":91,"209":10,"21":154,"210":3,"214":13,"215":112,"221":117,"223":202,"224":61,"225":190,"23":135,"24":637,"25":274,"257":28,"26":35,"268":4,"27":15,"273":14,"276":16,"279":13,"28":254,"281":5,"282":24,"291":11,"292":5,"30":12,"302":3,"306":1,"31":93,"314":2,"32":9,"33":15,"34":29,"347":13,"35":16,"352":331,"36":65,"37":23,"38":213,"380":9,"381":26,"383":30,"39":29,"391":15,"396":2,"397":3,"40":52,"409":6,"41":24,"414":8,"415":40,"419":1,"42":33,"426":2,"43":15,"430":20,"433":2,"44":24,"45":24,"46":144,"48":21,"49":23,"5":352,"51":17,"52":20,"53":19,"56":8,"6":82,"63":13,"7":174,"79":17,"8":59,"80":9,"9":93,"all_client":50084,"all_tv_clinet":6211,"insert_time":"2014-08-18T16:32:03.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43447,"10":23,"107":228,"11":195,"12":88,"13":93,"14":52,"15":85,"155":8,"156":4,"158":17,"159":10,"16":79,"160":11,"161":54,"167":14,"168":1,"17":166,"18":340,"19":78,"20":83,"209":11,"21":144,"210":3,"214":13,"215":114,"221":114,"223":191,"224":60,"225":180,"23":136,"24":642,"25":261,"257":28,"26":37,"268":3,"27":16,"273":15,"276":16,"279":12,"28":255,"281":5,"282":25,"291":10,"292":5,"30":12,"302":3,"306":1,"31":91,"314":2,"32":9,"33":17,"34":30,"347":11,"35":15,"352":329,"36":64,"37":22,"38":205,"380":9,"381":27,"383":27,"39":28,"391":16,"396":2,"397":3,"40":52,"409":6,"41":20,"414":7,"415":43,"419":1,"42":32,"426":2,"43":12,"430":18,"433":2,"44":26,"45":25,"46":144,"48":15,"49":22,"5":347,"51":16,"52":21,"53":21,"56":6,"6":76,"63":12,"7":173,"79":18,"8":61,"80":10,"9":92,"all_client":49575,"all_tv_clinet":6128,"insert_time":"2014-08-18T16:33:03.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42985,"10":23,"107":228,"11":192,"12":92,"13":93,"14":53,"15":90,"155":7,"156":4,"158":17,"159":10,"16":81,"160":11,"161":56,"167":14,"168":1,"17":161,"18":325,"19":75,"20":81,"209":13,"21":149,"210":3,"214":13,"215":117,"221":117,"223":179,"224":64,"225":170,"23":124,"24":636,"25":249,"257":28,"26":39,"268":4,"27":16,"273":14,"276":16,"279":11,"28":258,"281":5,"282":22,"291":10,"292":4,"30":12,"302":2,"306":1,"31":93,"314":3,"32":9,"33":19,"34":31,"347":12,"35":14,"352":332,"36":62,"37":23,"38":197,"380":9,"381":27,"383":24,"39":29,"391":16,"396":2,"397":3,"40":54,"409":6,"41":22,"414":7,"415":44,"419":1,"42":32,"426":2,"43":9,"430":16,"433":3,"44":26,"45":27,"46":146,"48":16,"49":22,"5":330,"51":14,"52":22,"53":21,"56":5,"6":78,"63":11,"7":175,"79":16,"8":60,"80":10,"9":90,"all_client":49045,"all_tv_clinet":6060,"insert_time":"2014-08-18T16:34:03.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42576,"10":22,"107":210,"11":194,"12":96,"13":91,"14":53,"15":92,"155":8,"156":3,"158":16,"159":11,"16":81,"160":12,"161":56,"167":14,"168":1,"17":158,"18":317,"19":74,"20":78,"209":12,"21":143,"210":3,"214":12,"215":115,"221":118,"223":174,"224":68,"225":169,"23":123,"24":618,"25":234,"257":27,"26":37,"268":3,"27":17,"273":13,"276":16,"279":11,"28":261,"281":5,"282":21,"291":10,"292":4,"30":12,"302":2,"306":1,"31":93,"314":3,"32":9,"33":19,"34":35,"347":12,"35":13,"352":338,"36":64,"37":22,"38":198,"380":10,"381":29,"383":19,"39":29,"391":16,"396":2,"397":2,"40":56,"409":8,"41":24,"414":5,"415":46,"419":1,"42":32,"426":2,"43":9,"430":15,"433":3,"44":27,"45":28,"46":144,"48":14,"49":20,"5":309,"51":15,"52":21,"53":21,"56":5,"6":80,"63":9,"7":177,"79":17,"8":59,"80":10,"9":90,"all_client":48552,"all_tv_clinet":5976,"insert_time":"2014-08-18T16:35:04.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42128,"10":24,"107":214,"11":196,"12":87,"13":91,"14":53,"15":95,"155":8,"156":3,"158":16,"159":9,"16":77,"160":11,"161":55,"167":14,"168":1,"17":148,"18":309,"19":73,"20":76,"209":12,"21":142,"210":3,"214":13,"215":116,"221":115,"223":165,"224":68,"225":162,"23":113,"24":598,"25":222,"257":25,"26":36,"268":3,"27":18,"273":16,"276":16,"279":13,"28":255,"281":5,"282":20,"291":10,"292":5,"30":11,"302":2,"306":1,"31":98,"314":3,"32":10,"33":21,"34":33,"347":10,"35":11,"352":333,"36":58,"37":21,"38":193,"380":12,"381":30,"383":19,"39":31,"391":16,"396":2,"397":2,"40":58,"409":8,"41":20,"414":5,"415":48,"419":1,"42":35,"426":2,"43":10,"430":14,"433":3,"44":27,"45":28,"46":141,"48":12,"49":21,"5":286,"51":15,"52":20,"53":20,"56":5,"6":86,"63":11,"7":181,"79":17,"8":59,"80":9,"9":88,"all_client":47986,"all_tv_clinet":5858,"insert_time":"2014-08-18T16:36:04.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41709,"10":22,"107":214,"11":199,"12":82,"13":94,"14":51,"15":101,"155":7,"156":3,"158":17,"159":8,"16":80,"160":9,"161":57,"167":14,"168":1,"17":137,"18":305,"19":67,"20":74,"209":11,"21":132,"210":3,"214":12,"215":114,"221":115,"223":160,"224":67,"225":166,"23":105,"24":588,"25":209,"257":23,"26":40,"268":1,"27":20,"273":13,"276":15,"279":15,"28":250,"281":5,"282":21,"291":9,"292":4,"30":11,"302":2,"306":1,"31":95,"314":2,"32":10,"33":20,"34":39,"347":9,"35":10,"352":319,"36":59,"37":19,"38":189,"380":13,"381":30,"383":20,"39":28,"391":15,"396":2,"397":2,"40":59,"409":8,"41":17,"414":5,"415":50,"419":2,"42":36,"426":2,"43":10,"430":11,"433":3,"44":27,"45":25,"46":141,"48":14,"49":21,"5":280,"51":16,"52":19,"53":19,"56":5,"6":83,"63":12,"7":181,"79":17,"8":57,"80":7,"9":91,"all_client":47462,"all_tv_clinet":5753,"insert_time":"2014-08-18T16:37:04.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41207,"10":19,"107":210,"11":199,"12":79,"13":90,"14":52,"15":105,"155":7,"156":3,"158":18,"159":8,"16":83,"160":10,"161":54,"167":14,"168":1,"17":129,"18":309,"19":70,"20":70,"209":10,"21":137,"210":3,"214":12,"215":113,"221":112,"223":155,"224":65,"225":174,"23":100,"24":564,"25":191,"257":21,"26":44,"268":1,"27":21,"273":12,"276":15,"279":15,"28":248,"281":5,"282":21,"291":9,"292":5,"30":11,"302":2,"306":1,"31":98,"314":2,"32":11,"33":22,"34":38,"347":8,"35":10,"352":298,"36":59,"37":22,"38":181,"380":13,"381":29,"383":22,"39":28,"391":12,"396":2,"397":2,"40":59,"409":7,"41":16,"414":3,"415":47,"419":4,"42":36,"426":2,"43":11,"430":10,"433":3,"44":28,"45":25,"46":142,"48":14,"49":20,"5":265,"51":17,"52":18,"53":19,"56":5,"6":86,"63":13,"7":180,"79":17,"8":53,"80":7,"9":94,"all_client":46862,"all_tv_clinet":5655,"insert_time":"2014-08-18T16:38:04.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40780,"10":16,"107":213,"11":195,"12":77,"13":88,"14":48,"15":112,"155":8,"156":3,"158":18,"159":7,"16":81,"160":9,"161":50,"167":14,"168":1,"17":123,"18":302,"19":72,"20":66,"209":11,"21":136,"210":3,"214":12,"215":113,"221":112,"223":153,"224":66,"225":183,"23":98,"24":543,"25":187,"257":24,"26":45,"268":1,"27":23,"273":12,"276":15,"279":14,"28":244,"281":5,"282":21,"291":9,"292":6,"30":10,"302":2,"306":1,"31":97,"314":2,"32":12,"33":24,"34":40,"347":8,"35":10,"352":292,"36":57,"37":23,"38":177,"380":12,"381":26,"383":22,"39":28,"391":12,"396":2,"397":3,"40":58,"409":6,"41":16,"414":3,"415":45,"419":4,"42":35,"426":2,"43":10,"430":11,"433":4,"44":31,"45":24,"46":143,"48":16,"49":20,"5":259,"51":17,"52":19,"53":17,"56":4,"6":85,"63":12,"7":172,"79":17,"8":51,"80":7,"9":96,"all_client":46363,"all_tv_clinet":5583,"insert_time":"2014-08-18T16:39:05.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40415,"10":16,"107":210,"11":193,"12":80,"13":87,"14":49,"15":106,"155":8,"156":4,"158":16,"159":7,"16":84,"160":10,"161":50,"167":14,"168":2,"17":117,"18":298,"19":74,"20":64,"209":10,"21":141,"210":4,"214":13,"215":114,"221":103,"223":143,"224":63,"225":174,"23":97,"24":538,"25":180,"257":22,"26":49,"268":2,"27":25,"273":13,"276":15,"279":16,"28":249,"281":5,"282":20,"291":10,"292":6,"30":13,"302":2,"306":1,"31":97,"314":3,"32":11,"33":23,"34":38,"347":6,"35":9,"352":297,"36":56,"37":20,"38":171,"380":12,"381":25,"383":22,"39":29,"391":12,"396":1,"397":3,"40":59,"409":7,"41":18,"414":3,"415":48,"419":3,"42":28,"426":2,"43":11,"430":10,"433":4,"44":35,"45":25,"46":144,"48":14,"49":22,"5":249,"51":16,"52":20,"53":15,"56":4,"6":85,"63":11,"7":169,"79":18,"8":48,"80":7,"9":88,"all_client":45930,"all_tv_clinet":5515,"insert_time":"2014-08-18T16:40:05.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40004,"10":16,"107":207,"11":180,"12":73,"13":88,"14":52,"15":103,"155":8,"156":4,"158":16,"159":7,"16":86,"160":11,"161":48,"167":13,"168":3,"17":115,"18":292,"19":68,"20":60,"209":11,"21":139,"210":4,"214":13,"215":109,"221":104,"223":134,"224":60,"225":174,"23":94,"24":530,"25":175,"257":22,"26":49,"268":2,"27":30,"273":13,"276":14,"279":17,"28":247,"281":6,"282":19,"291":10,"292":7,"30":14,"302":2,"306":1,"31":100,"314":4,"32":10,"33":22,"34":38,"347":6,"35":8,"352":299,"36":52,"37":16,"38":175,"380":13,"381":23,"383":24,"39":29,"391":12,"396":1,"397":3,"40":58,"409":7,"41":15,"414":4,"415":50,"419":3,"42":27,"426":2,"43":9,"430":9,"433":3,"44":35,"45":24,"46":149,"48":15,"49":24,"5":249,"51":15,"52":20,"53":14,"56":4,"6":85,"63":13,"7":167,"79":17,"8":43,"80":7,"9":86,"all_client":45443,"all_tv_clinet":5439,"insert_time":"2014-08-18T16:41:05.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39605,"10":17,"107":201,"11":174,"12":71,"13":89,"14":53,"15":107,"155":10,"156":4,"158":16,"159":7,"16":87,"160":10,"161":46,"167":13,"168":3,"17":111,"18":277,"19":68,"20":58,"209":11,"21":140,"210":5,"214":12,"215":104,"221":103,"223":130,"224":60,"225":176,"23":97,"24":520,"25":167,"257":20,"26":47,"268":3,"27":32,"273":14,"276":13,"279":17,"28":248,"281":5,"282":16,"291":9,"292":7,"30":13,"302":3,"31":100,"314":4,"32":10,"33":20,"34":40,"347":5,"35":7,"352":300,"36":54,"37":13,"38":173,"380":13,"381":20,"383":23,"39":30,"391":12,"396":1,"397":2,"40":58,"409":7,"41":16,"414":4,"415":51,"419":3,"42":24,"426":2,"43":9,"430":8,"433":2,"44":32,"45":27,"46":147,"48":15,"49":24,"5":246,"51":15,"52":24,"53":14,"56":4,"6":90,"63":13,"7":165,"79":16,"8":36,"80":8,"9":81,"all_client":44967,"all_tv_clinet":5362,"insert_time":"2014-08-18T16:42:06.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39184,"10":17,"107":196,"11":172,"12":69,"13":87,"14":55,"15":110,"155":9,"156":4,"158":15,"159":8,"16":88,"160":10,"161":35,"167":13,"168":2,"17":107,"18":275,"19":69,"20":57,"209":10,"21":137,"210":6,"214":11,"215":105,"221":101,"223":128,"224":59,"225":173,"23":95,"24":520,"25":159,"257":18,"26":48,"268":3,"27":36,"273":14,"276":13,"279":14,"28":246,"281":5,"282":16,"291":9,"292":8,"30":12,"302":3,"31":101,"314":4,"32":10,"33":19,"34":41,"347":4,"35":6,"352":298,"36":52,"37":13,"38":176,"380":13,"381":20,"383":21,"39":27,"391":13,"396":2,"397":2,"40":55,"409":5,"41":15,"414":3,"415":51,"419":3,"42":21,"426":2,"43":9,"430":8,"433":2,"44":33,"45":28,"46":143,"48":16,"49":22,"5":237,"51":14,"52":23,"53":14,"56":3,"6":86,"63":13,"7":166,"79":16,"8":35,"80":9,"9":79,"all_client":44464,"all_tv_clinet":5280,"insert_time":"2014-08-18T16:43:06.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38846,"10":17,"107":193,"11":174,"12":64,"13":88,"14":58,"15":111,"155":10,"156":4,"158":16,"159":7,"16":85,"160":10,"161":34,"167":14,"168":2,"17":96,"18":276,"19":67,"20":54,"209":9,"21":136,"210":6,"214":11,"215":106,"221":92,"223":129,"224":59,"225":169,"23":92,"24":515,"25":162,"257":15,"26":46,"268":3,"27":36,"273":14,"276":11,"279":15,"28":239,"281":4,"282":14,"291":10,"292":8,"30":11,"302":3,"31":102,"314":3,"32":10,"33":22,"34":40,"347":2,"35":6,"352":291,"36":48,"37":12,"38":179,"380":13,"381":20,"383":22,"39":27,"391":12,"396":2,"397":1,"40":54,"409":5,"41":17,"414":4,"415":52,"419":2,"42":18,"426":2,"43":8,"430":8,"433":2,"44":34,"45":28,"46":126,"48":18,"49":19,"5":232,"51":12,"52":23,"53":15,"56":3,"6":88,"63":13,"7":171,"79":15,"8":37,"80":9,"9":75,"all_client":44043,"all_tv_clinet":5197,"insert_time":"2014-08-18T16:44:06.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38508,"10":16,"107":190,"11":168,"12":61,"13":89,"14":56,"15":112,"155":9,"156":4,"158":16,"159":7,"16":84,"160":10,"161":30,"167":13,"168":2,"17":88,"18":284,"19":67,"20":52,"209":8,"21":135,"210":6,"214":11,"215":101,"221":93,"223":132,"224":55,"225":173,"23":83,"24":508,"25":160,"257":16,"26":45,"268":2,"27":36,"273":14,"276":10,"279":15,"28":235,"281":4,"282":12,"291":11,"292":7,"30":13,"302":3,"31":102,"314":3,"32":10,"33":22,"34":43,"347":2,"35":7,"352":286,"36":48,"37":11,"38":178,"380":12,"381":20,"383":22,"39":28,"391":12,"396":2,"397":1,"40":56,"409":6,"41":16,"414":4,"415":47,"419":2,"42":16,"426":2,"43":7,"430":8,"433":2,"44":34,"45":27,"46":122,"48":20,"49":19,"5":229,"51":10,"52":20,"53":13,"56":3,"6":90,"63":12,"7":173,"79":14,"8":35,"80":9,"9":72,"all_client":43631,"all_tv_clinet":5123,"insert_time":"2014-08-18T16:45:06.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38175,"10":15,"107":192,"11":164,"12":52,"13":92,"14":57,"15":114,"155":9,"156":4,"158":19,"159":6,"16":80,"160":10,"161":32,"167":12,"168":2,"17":82,"18":282,"19":67,"20":44,"209":7,"21":123,"210":6,"214":11,"215":100,"221":89,"223":128,"224":57,"225":171,"23":81,"24":491,"25":157,"257":18,"26":44,"268":2,"27":31,"273":13,"276":10,"279":14,"28":226,"281":4,"282":10,"291":11,"292":6,"30":14,"302":3,"31":108,"314":3,"32":11,"33":25,"34":41,"347":3,"35":7,"352":277,"36":47,"37":10,"38":166,"380":12,"381":20,"383":23,"39":29,"391":10,"396":3,"397":2,"40":54,"409":6,"41":16,"414":5,"415":43,"419":2,"42":16,"426":1,"43":8,"430":8,"433":3,"44":33,"45":27,"46":117,"48":22,"49":19,"5":232,"51":10,"52":22,"53":15,"56":3,"6":85,"63":12,"7":172,"79":14,"8":34,"80":9,"9":68,"all_client":43190,"all_tv_clinet":5015,"insert_time":"2014-08-18T16:46:07.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37830,"10":14,"107":190,"11":174,"12":48,"13":93,"14":53,"15":113,"155":8,"156":4,"158":21,"159":4,"16":77,"160":8,"161":34,"167":13,"168":2,"17":79,"18":279,"19":67,"20":41,"209":7,"21":121,"210":6,"214":12,"215":104,"221":89,"223":130,"224":57,"225":164,"23":79,"24":482,"25":154,"257":22,"26":44,"268":2,"27":28,"273":14,"276":9,"279":14,"28":216,"281":4,"282":10,"291":11,"292":5,"30":17,"302":3,"31":105,"314":4,"32":10,"33":24,"34":41,"347":3,"35":9,"352":277,"36":46,"37":9,"38":156,"380":10,"381":19,"383":27,"39":27,"391":12,"396":3,"397":2,"40":54,"409":7,"41":11,"414":5,"415":40,"419":2,"42":15,"426":1,"43":10,"430":7,"433":3,"44":32,"45":29,"46":111,"48":22,"49":18,"5":234,"51":9,"52":27,"53":16,"56":3,"6":82,"63":10,"7":170,"79":11,"8":34,"80":10,"9":65,"all_client":42778,"all_tv_clinet":4948,"insert_time":"2014-08-18T16:47:07.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37515,"10":11,"107":189,"11":171,"12":45,"13":98,"14":49,"15":118,"155":7,"156":3,"158":21,"159":4,"16":71,"160":7,"161":32,"167":12,"168":2,"17":78,"18":284,"19":64,"20":36,"209":7,"21":123,"210":6,"214":12,"215":106,"221":95,"223":128,"224":56,"225":169,"23":76,"24":474,"25":142,"257":23,"26":42,"268":2,"27":26,"273":15,"276":9,"279":14,"28":215,"281":5,"282":11,"291":12,"292":6,"30":17,"302":3,"31":107,"314":4,"32":11,"33":24,"34":40,"347":3,"35":9,"352":276,"36":42,"37":9,"38":157,"380":9,"381":17,"383":26,"39":25,"391":11,"396":3,"397":2,"40":54,"409":7,"41":9,"414":5,"415":38,"419":2,"42":15,"426":1,"43":11,"430":6,"433":3,"44":31,"45":26,"46":106,"48":20,"49":19,"5":230,"51":10,"52":29,"53":16,"56":3,"6":69,"63":10,"7":167,"79":10,"8":29,"80":10,"9":68,"all_client":42390,"all_tv_clinet":4875,"insert_time":"2014-08-18T16:48:07.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37182,"10":12,"107":191,"11":169,"12":40,"13":94,"14":47,"15":116,"155":7,"156":3,"158":22,"159":4,"16":75,"160":6,"161":30,"167":12,"168":3,"17":75,"18":282,"19":61,"20":32,"209":6,"21":127,"210":6,"214":12,"215":105,"221":92,"223":125,"224":54,"225":168,"23":76,"24":477,"25":138,"257":21,"26":45,"268":2,"27":27,"273":15,"276":8,"279":15,"28":210,"281":5,"282":10,"291":12,"292":4,"30":14,"302":2,"31":103,"314":6,"32":9,"33":23,"34":39,"347":4,"35":9,"352":266,"36":40,"37":8,"38":156,"380":9,"381":14,"383":27,"39":23,"391":11,"396":2,"397":2,"40":49,"409":7,"41":8,"414":4,"415":40,"419":2,"42":16,"426":1,"43":13,"430":5,"433":3,"44":30,"45":27,"46":101,"48":20,"49":18,"5":231,"51":11,"52":28,"53":16,"56":3,"6":65,"63":10,"7":164,"79":10,"8":28,"80":10,"9":66,"all_client":41976,"all_tv_clinet":4794,"insert_time":"2014-08-18T16:49:08.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36784,"10":14,"107":187,"11":167,"12":35,"13":88,"14":46,"15":112,"155":7,"156":3,"158":21,"159":4,"16":77,"160":6,"161":29,"167":11,"168":3,"17":73,"18":285,"19":60,"20":32,"209":5,"21":120,"210":6,"214":12,"215":102,"221":91,"223":123,"224":55,"225":169,"23":74,"24":472,"25":142,"257":21,"26":46,"268":2,"27":27,"273":14,"276":7,"279":17,"28":207,"281":5,"282":9,"291":12,"292":4,"30":15,"302":2,"31":95,"314":4,"32":11,"33":22,"34":37,"347":4,"35":8,"352":266,"36":42,"37":7,"38":155,"380":8,"381":15,"383":27,"39":26,"391":10,"396":1,"397":2,"40":46,"409":9,"41":8,"414":4,"415":39,"419":2,"42":15,"426":1,"43":13,"430":6,"433":4,"44":27,"45":27,"46":101,"48":20,"49":19,"5":224,"51":9,"52":29,"53":16,"56":4,"6":57,"63":9,"7":163,"79":10,"8":29,"80":10,"9":65,"all_client":41509,"all_tv_clinet":4725,"insert_time":"2014-08-18T16:50:08.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36409,"10":14,"107":182,"11":163,"12":35,"13":86,"14":50,"15":109,"155":8,"156":3,"158":20,"159":5,"16":75,"160":5,"161":31,"167":12,"168":3,"17":75,"18":284,"19":60,"20":30,"209":4,"21":117,"210":6,"214":13,"215":101,"221":86,"223":124,"224":53,"225":174,"23":70,"24":470,"25":140,"257":20,"26":49,"268":2,"27":28,"273":12,"276":8,"279":16,"28":206,"281":5,"282":10,"291":11,"292":4,"30":14,"302":1,"306":1,"31":79,"314":7,"32":9,"33":21,"34":37,"347":5,"35":8,"352":254,"36":43,"37":8,"38":155,"380":8,"381":14,"383":29,"39":26,"391":10,"396":1,"397":2,"40":45,"409":10,"41":10,"414":4,"415":39,"419":2,"42":16,"426":1,"43":14,"430":6,"433":4,"44":25,"45":27,"46":92,"48":20,"49":19,"5":223,"51":9,"52":29,"53":17,"56":3,"6":53,"63":9,"7":166,"79":10,"8":25,"80":11,"9":60,"all_client":41069,"all_tv_clinet":4660,"insert_time":"2014-08-18T16:51:08.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36016,"10":13,"107":182,"11":156,"12":31,"13":86,"14":51,"15":110,"155":8,"156":2,"158":20,"159":5,"16":72,"160":5,"161":30,"167":12,"168":3,"17":77,"18":283,"19":60,"20":31,"209":5,"21":115,"210":6,"214":13,"215":102,"221":85,"223":122,"224":55,"225":178,"23":74,"24":468,"25":136,"257":21,"26":42,"268":2,"27":29,"273":12,"276":8,"279":14,"28":206,"281":5,"282":8,"291":11,"292":5,"30":14,"302":1,"306":1,"31":69,"314":6,"32":10,"33":19,"34":37,"347":4,"35":8,"352":257,"36":46,"37":7,"38":155,"380":7,"381":13,"383":30,"39":25,"391":10,"397":2,"40":41,"409":11,"41":9,"414":4,"415":37,"419":3,"42":13,"426":1,"43":14,"430":7,"433":3,"44":23,"45":23,"46":87,"48":21,"49":21,"5":218,"51":9,"52":31,"53":15,"56":3,"6":50,"63":7,"7":163,"79":9,"8":25,"80":11,"9":61,"all_client":40616,"all_tv_clinet":4600,"insert_time":"2014-08-18T16:52:08.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35704,"10":13,"107":173,"11":147,"12":31,"13":87,"14":52,"15":108,"155":8,"156":1,"158":20,"159":6,"16":71,"160":4,"161":28,"167":11,"168":3,"17":80,"18":279,"19":61,"20":31,"209":6,"21":115,"210":6,"214":13,"215":105,"221":83,"223":114,"224":53,"225":185,"23":74,"24":457,"25":136,"257":22,"26":37,"268":2,"27":29,"273":12,"276":9,"279":11,"28":200,"281":4,"282":10,"291":11,"292":8,"30":11,"302":1,"306":1,"31":62,"314":8,"32":8,"33":18,"34":36,"347":3,"35":8,"352":256,"36":44,"37":7,"38":153,"380":4,"381":14,"383":30,"39":24,"391":10,"396":1,"397":3,"40":39,"409":10,"41":9,"414":3,"415":35,"419":3,"42":12,"43":15,"430":5,"433":3,"44":23,"45":24,"46":79,"48":23,"49":22,"5":217,"51":9,"52":25,"53":18,"56":3,"6":46,"63":7,"7":162,"79":9,"8":26,"80":11,"9":57,"all_client":40217,"all_tv_clinet":4513,"insert_time":"2014-08-18T16:53:09.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35366,"10":13,"107":174,"11":153,"12":27,"13":91,"14":51,"15":104,"155":6,"156":1,"158":21,"159":5,"16":72,"160":4,"161":26,"167":12,"168":3,"17":78,"18":269,"19":64,"20":29,"209":8,"21":117,"210":5,"214":14,"215":103,"221":80,"223":110,"224":53,"225":190,"23":71,"24":454,"25":132,"257":21,"26":34,"268":2,"27":32,"273":10,"276":8,"279":11,"28":194,"281":4,"282":10,"291":10,"292":8,"30":10,"302":1,"31":61,"314":8,"32":7,"33":15,"34":35,"347":3,"35":8,"352":255,"36":41,"37":7,"38":145,"380":4,"381":14,"383":28,"39":23,"391":11,"396":1,"397":4,"40":38,"409":10,"41":8,"414":3,"415":34,"419":3,"42":11,"43":14,"430":5,"433":3,"44":22,"45":25,"46":72,"48":22,"49":22,"5":214,"51":10,"52":22,"53":18,"56":2,"6":45,"63":6,"7":160,"79":7,"8":25,"80":11,"9":59,"all_client":39802,"all_tv_clinet":4436,"insert_time":"2014-08-18T16:54:09.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35029,"10":11,"107":166,"11":150,"12":24,"13":88,"14":50,"15":102,"155":6,"156":1,"158":21,"159":5,"16":75,"160":4,"161":25,"167":13,"168":2,"17":77,"18":265,"19":65,"20":29,"209":7,"21":122,"210":4,"214":14,"215":103,"221":75,"223":112,"224":55,"225":187,"23":68,"24":454,"25":125,"257":19,"26":30,"268":2,"27":33,"273":9,"276":8,"279":12,"28":197,"281":4,"282":11,"291":10,"292":7,"30":12,"302":1,"31":57,"314":8,"32":7,"33":17,"34":33,"347":2,"35":9,"352":262,"36":41,"37":7,"38":142,"380":4,"381":14,"383":28,"39":25,"391":11,"396":1,"397":4,"40":37,"409":9,"41":7,"414":3,"415":31,"419":3,"42":10,"43":14,"430":5,"433":3,"44":21,"45":22,"46":66,"48":21,"49":21,"5":222,"51":11,"52":21,"53":18,"56":2,"6":43,"63":5,"7":157,"79":6,"8":26,"80":11,"9":56,"all_client":39412,"all_tv_clinet":4383,"insert_time":"2014-08-18T16:55:09.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34645,"10":11,"107":162,"11":151,"12":23,"13":89,"14":49,"15":100,"155":6,"156":1,"158":21,"159":5,"16":75,"160":4,"161":26,"167":14,"168":2,"17":74,"18":268,"19":69,"20":29,"209":8,"21":115,"210":4,"214":14,"215":102,"221":80,"223":107,"224":53,"225":191,"23":73,"24":452,"25":121,"257":19,"26":27,"268":2,"27":35,"273":11,"276":8,"279":14,"28":196,"281":4,"282":10,"291":10,"292":8,"30":12,"302":1,"31":54,"314":6,"32":7,"33":15,"34":33,"347":2,"35":8,"352":261,"36":41,"37":8,"38":140,"380":4,"381":16,"383":29,"39":24,"391":11,"397":4,"40":35,"409":9,"41":7,"414":5,"415":34,"419":3,"42":11,"43":16,"430":6,"433":3,"44":19,"45":16,"46":57,"48":22,"49":18,"5":218,"51":11,"52":22,"53":16,"56":2,"6":41,"63":5,"7":149,"79":6,"8":26,"80":11,"9":51,"all_client":38983,"all_tv_clinet":4338,"insert_time":"2014-08-18T16:56:09.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34330,"10":11,"107":157,"11":153,"12":23,"13":87,"14":50,"15":101,"155":6,"156":1,"158":21,"159":6,"16":76,"160":4,"161":28,"167":14,"168":2,"17":73,"18":270,"19":67,"20":28,"209":6,"21":108,"210":4,"214":14,"215":100,"221":76,"223":111,"224":55,"225":193,"23":74,"24":440,"25":117,"257":19,"26":26,"268":2,"27":36,"273":11,"276":8,"279":12,"28":196,"281":4,"282":10,"291":10,"292":10,"30":13,"302":1,"31":49,"314":6,"32":7,"33":16,"34":32,"347":2,"35":9,"352":258,"36":39,"37":8,"38":141,"380":4,"381":16,"383":28,"39":21,"391":11,"397":4,"40":30,"409":9,"41":7,"414":5,"415":34,"419":3,"42":11,"43":16,"430":5,"433":3,"44":18,"45":14,"46":53,"48":23,"49":18,"5":221,"51":12,"52":22,"53":15,"56":4,"6":42,"63":5,"7":143,"79":5,"8":25,"80":10,"9":47,"all_client":38615,"all_tv_clinet":4285,"insert_time":"2014-08-18T16:57:10.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33979,"10":12,"107":158,"11":145,"12":22,"13":85,"14":49,"15":103,"155":6,"156":1,"158":19,"159":6,"16":76,"160":4,"161":31,"167":14,"168":1,"17":69,"18":274,"19":68,"20":27,"209":6,"21":110,"210":4,"214":15,"215":97,"221":80,"223":109,"224":55,"225":186,"23":74,"24":431,"25":115,"257":18,"26":27,"268":2,"27":38,"273":12,"276":8,"279":11,"28":196,"281":4,"282":8,"291":10,"292":10,"30":15,"302":1,"31":44,"314":6,"32":9,"33":17,"34":31,"347":3,"35":8,"352":249,"36":40,"37":8,"38":133,"380":4,"381":17,"383":26,"39":23,"391":12,"397":4,"40":30,"409":9,"41":7,"414":3,"415":31,"419":3,"42":11,"43":14,"430":6,"433":3,"44":16,"45":14,"46":52,"48":21,"49":18,"5":215,"51":12,"52":19,"53":16,"56":4,"6":44,"63":5,"7":138,"79":5,"8":23,"80":10,"9":48,"all_client":38202,"all_tv_clinet":4223,"insert_time":"2014-08-18T16:58:10.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33690,"10":12,"107":161,"11":144,"12":21,"13":81,"14":47,"15":103,"155":6,"156":2,"158":19,"159":5,"16":76,"160":4,"161":30,"167":14,"17":65,"18":270,"19":67,"20":28,"209":6,"21":106,"210":4,"214":16,"215":96,"221":79,"223":107,"224":52,"225":181,"23":74,"24":427,"25":114,"257":19,"26":26,"268":4,"27":37,"273":13,"276":8,"279":11,"28":193,"281":4,"282":9,"291":8,"292":12,"30":16,"302":1,"31":38,"314":6,"32":9,"33":17,"34":28,"347":5,"35":8,"352":250,"36":39,"37":7,"38":132,"380":4,"381":15,"383":25,"39":24,"391":10,"397":4,"40":28,"409":10,"41":8,"414":2,"415":29,"419":2,"42":10,"43":15,"430":5,"433":2,"44":13,"45":12,"46":53,"48":23,"49":18,"5":212,"51":13,"52":18,"53":17,"56":4,"6":44,"63":3,"7":135,"79":5,"8":24,"80":10,"9":47,"all_client":37851,"all_tv_clinet":4161,"insert_time":"2014-08-18T16:59:10.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33380,"10":12,"107":164,"11":146,"12":20,"13":79,"14":45,"15":99,"155":8,"156":2,"158":19,"159":4,"16":75,"160":5,"161":28,"167":13,"17":65,"18":264,"19":68,"20":26,"209":9,"21":100,"210":4,"214":16,"215":95,"221":75,"223":102,"224":48,"225":178,"23":73,"24":433,"25":116,"257":21,"26":25,"268":3,"27":38,"273":14,"276":8,"279":10,"28":189,"281":4,"282":9,"291":8,"292":12,"30":16,"302":1,"31":32,"314":6,"32":9,"33":15,"34":25,"347":4,"35":8,"352":253,"36":40,"37":6,"38":130,"380":4,"381":17,"383":25,"39":27,"391":10,"397":4,"40":29,"409":8,"41":8,"414":2,"415":28,"419":3,"42":11,"43":15,"430":7,"433":2,"44":13,"45":12,"46":52,"48":27,"49":17,"5":213,"51":14,"52":17,"53":16,"56":4,"6":47,"63":3,"7":133,"79":6,"8":24,"80":11,"9":46,"all_client":37512,"all_tv_clinet":4132,"insert_time":"2014-08-18T17:00:10.975Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33014,"10":11,"107":164,"11":147,"12":17,"13":76,"14":48,"15":97,"155":8,"156":2,"158":17,"159":4,"16":71,"160":5,"161":29,"167":12,"17":64,"18":257,"19":69,"20":27,"209":12,"21":101,"210":5,"214":16,"215":93,"221":79,"223":102,"224":43,"225":177,"23":77,"24":424,"25":117,"257":21,"26":22,"268":2,"27":35,"273":14,"276":7,"279":10,"28":188,"281":3,"282":10,"291":8,"292":13,"30":19,"302":1,"31":30,"314":6,"32":10,"33":15,"34":23,"347":4,"35":8,"352":251,"36":38,"37":6,"38":125,"380":4,"381":18,"383":22,"39":24,"391":9,"397":4,"40":28,"409":8,"41":9,"414":2,"415":28,"419":3,"42":11,"43":15,"430":7,"433":2,"44":12,"45":12,"46":51,"48":27,"49":16,"5":208,"51":13,"52":15,"53":16,"56":5,"6":47,"63":4,"7":129,"79":8,"8":23,"80":10,"9":46,"all_client":37090,"all_tv_clinet":4076,"insert_time":"2014-08-18T17:01:11.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32731,"10":12,"107":166,"11":149,"12":15,"13":83,"14":52,"15":97,"155":8,"156":2,"158":16,"159":4,"16":71,"160":5,"161":30,"167":12,"17":62,"18":252,"19":68,"20":25,"209":12,"21":101,"210":4,"214":16,"215":94,"221":78,"223":107,"224":38,"225":173,"23":77,"24":408,"25":113,"257":20,"26":21,"268":2,"27":36,"273":13,"276":6,"279":10,"28":187,"281":3,"282":9,"291":8,"292":12,"30":20,"302":1,"31":26,"314":6,"32":9,"33":15,"34":19,"347":3,"35":8,"352":246,"36":38,"37":6,"38":118,"380":4,"381":17,"383":21,"39":24,"391":10,"397":4,"40":27,"409":6,"41":8,"414":2,"415":24,"419":3,"42":11,"43":15,"430":7,"433":2,"44":12,"45":12,"46":50,"48":26,"49":17,"5":204,"51":14,"52":15,"53":14,"56":5,"6":47,"63":5,"7":124,"79":8,"8":22,"80":11,"9":52,"all_client":36746,"all_tv_clinet":4015,"insert_time":"2014-08-18T17:02:11.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32473,"10":13,"107":158,"11":144,"12":15,"13":82,"14":48,"15":95,"155":7,"156":2,"158":14,"159":4,"16":71,"160":4,"161":30,"167":12,"17":59,"18":247,"19":69,"20":25,"209":12,"21":103,"210":4,"214":16,"215":90,"221":81,"223":106,"224":37,"225":174,"23":79,"24":396,"25":111,"257":21,"26":19,"268":2,"27":39,"273":13,"276":6,"279":10,"28":188,"281":3,"282":8,"291":8,"292":10,"30":19,"302":1,"31":25,"314":6,"32":9,"33":16,"34":19,"347":3,"35":8,"352":245,"36":40,"37":4,"38":120,"380":4,"381":17,"383":21,"39":24,"391":9,"397":4,"40":26,"409":6,"41":9,"414":3,"415":28,"419":3,"42":11,"43":17,"430":6,"433":2,"44":12,"45":12,"46":51,"48":28,"49":18,"5":203,"51":13,"52":13,"53":14,"56":4,"6":46,"63":5,"7":121,"79":8,"8":22,"80":10,"9":51,"all_client":36444,"all_tv_clinet":3971,"insert_time":"2014-08-18T17:03:11.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32154,"10":13,"107":155,"11":144,"12":14,"13":89,"14":48,"15":93,"155":7,"156":3,"158":14,"159":4,"16":73,"160":4,"161":31,"167":12,"17":55,"18":242,"19":67,"20":24,"209":12,"21":101,"210":4,"211":1,"214":16,"215":85,"221":77,"223":104,"224":34,"225":177,"23":82,"24":381,"25":110,"257":22,"26":18,"268":2,"27":37,"273":13,"276":6,"279":10,"28":189,"281":3,"282":8,"291":9,"292":10,"30":16,"302":1,"31":25,"314":6,"32":10,"33":17,"34":16,"347":3,"35":6,"352":238,"36":38,"37":4,"38":129,"380":4,"381":14,"383":26,"39":25,"391":9,"397":4,"40":25,"409":6,"41":11,"414":3,"415":27,"419":3,"42":11,"43":16,"430":7,"433":2,"44":10,"45":12,"46":54,"48":27,"49":18,"5":200,"51":15,"52":14,"53":14,"56":5,"6":48,"63":5,"7":117,"79":9,"8":21,"80":11,"9":52,"all_client":36091,"all_tv_clinet":3937,"insert_time":"2014-08-18T17:04:12.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31882,"10":13,"107":155,"11":143,"12":12,"13":89,"14":48,"15":91,"155":7,"156":3,"158":13,"159":4,"16":81,"160":5,"161":31,"167":10,"17":50,"18":233,"19":65,"20":24,"209":11,"21":96,"210":4,"211":1,"214":16,"215":84,"221":78,"223":99,"224":32,"225":180,"23":80,"24":377,"25":105,"257":21,"26":17,"268":2,"27":37,"273":13,"276":6,"279":9,"28":185,"281":3,"282":7,"291":8,"292":10,"30":17,"302":1,"31":24,"314":7,"32":8,"33":17,"34":16,"347":3,"35":5,"352":232,"36":39,"37":3,"38":132,"380":3,"381":13,"383":27,"39":24,"391":8,"397":2,"40":24,"409":6,"41":11,"414":2,"415":28,"419":3,"42":10,"43":17,"430":7,"433":2,"44":9,"45":11,"46":56,"48":25,"49":18,"5":194,"51":15,"52":14,"53":14,"56":4,"6":43,"63":4,"7":119,"79":9,"8":23,"80":10,"9":51,"all_client":35750,"all_tv_clinet":3868,"insert_time":"2014-08-18T17:05:12.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31565,"10":14,"107":150,"11":144,"12":9,"13":95,"14":45,"15":87,"155":7,"156":3,"158":13,"159":5,"16":80,"160":5,"161":35,"167":12,"17":45,"18":220,"19":63,"20":23,"209":11,"21":96,"210":3,"211":1,"214":16,"215":83,"221":78,"223":95,"224":32,"225":178,"23":87,"24":374,"25":106,"257":20,"26":15,"268":2,"27":37,"273":13,"276":6,"279":9,"28":173,"281":3,"282":7,"291":8,"292":10,"30":17,"302":1,"31":23,"314":5,"32":8,"33":17,"34":15,"347":4,"35":5,"352":228,"36":38,"37":3,"38":128,"380":3,"381":14,"383":27,"39":23,"391":8,"397":2,"40":22,"409":6,"41":11,"414":2,"415":27,"419":3,"42":10,"43":15,"430":6,"433":2,"44":7,"45":10,"46":55,"48":22,"49":18,"5":192,"51":15,"52":14,"53":16,"56":4,"6":41,"63":4,"7":111,"79":10,"8":22,"80":9,"9":55,"all_client":35361,"all_tv_clinet":3796,"insert_time":"2014-08-18T17:06:13.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31293,"10":13,"107":147,"11":146,"12":9,"13":98,"14":46,"15":85,"155":7,"156":3,"158":14,"159":5,"16":81,"160":6,"161":31,"167":12,"17":42,"18":216,"19":65,"20":24,"209":9,"21":96,"210":2,"211":1,"214":15,"215":84,"221":82,"223":90,"224":29,"225":178,"23":82,"24":378,"25":104,"257":18,"26":15,"268":2,"27":38,"273":14,"276":7,"279":10,"28":169,"281":3,"282":7,"291":8,"292":9,"30":18,"302":1,"31":23,"314":4,"32":7,"33":16,"34":17,"347":4,"35":5,"352":224,"36":39,"37":3,"38":128,"380":3,"381":14,"383":26,"39":24,"391":8,"397":2,"40":19,"409":6,"41":10,"414":2,"415":26,"419":3,"42":10,"43":16,"430":5,"433":2,"44":5,"45":10,"46":52,"48":23,"49":18,"5":195,"51":14,"52":14,"53":17,"56":4,"6":40,"63":4,"7":108,"79":10,"8":23,"80":9,"9":54,"all_client":35058,"all_tv_clinet":3765,"insert_time":"2014-08-18T17:07:13.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31049,"10":12,"107":138,"11":142,"12":8,"13":92,"14":50,"15":82,"155":7,"156":3,"158":13,"159":6,"16":81,"160":6,"161":29,"167":13,"17":41,"18":214,"19":68,"20":23,"209":10,"21":97,"210":2,"211":1,"214":15,"215":79,"221":79,"223":92,"224":25,"225":182,"23":83,"24":372,"25":96,"257":15,"26":14,"268":2,"27":39,"273":13,"276":7,"279":11,"28":166,"281":3,"282":7,"291":8,"292":7,"30":18,"302":1,"31":23,"314":4,"32":8,"33":15,"34":18,"347":4,"35":4,"352":222,"36":38,"37":2,"38":129,"380":3,"381":12,"383":26,"39":24,"391":7,"397":3,"40":19,"409":6,"41":10,"414":2,"415":24,"419":4,"42":10,"43":15,"430":4,"433":2,"44":4,"45":9,"46":52,"48":21,"49":19,"5":205,"51":15,"52":15,"53":17,"56":4,"6":40,"63":4,"7":102,"79":9,"8":21,"80":8,"9":54,"all_client":34758,"all_tv_clinet":3709,"insert_time":"2014-08-18T17:08:14.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29330,"10":11,"107":131,"11":126,"12":8,"13":86,"14":51,"15":79,"155":6,"156":3,"158":12,"159":6,"16":76,"160":6,"161":26,"167":10,"17":38,"18":190,"19":63,"20":20,"209":8,"21":88,"210":2,"211":1,"214":14,"215":76,"221":74,"223":89,"224":16,"225":177,"23":79,"24":343,"25":88,"257":12,"26":12,"268":2,"27":39,"273":13,"276":6,"279":12,"28":162,"281":3,"282":5,"291":7,"292":5,"30":16,"302":1,"31":23,"314":4,"32":8,"33":14,"34":17,"347":4,"35":3,"352":208,"36":39,"37":2,"38":125,"380":3,"381":11,"383":26,"39":22,"391":7,"397":3,"40":15,"409":5,"41":10,"414":2,"415":20,"419":3,"42":10,"43":15,"430":4,"433":2,"44":3,"45":9,"46":48,"48":16,"49":19,"5":196,"51":12,"52":12,"53":17,"56":4,"6":33,"63":4,"7":92,"79":9,"8":18,"80":8,"9":47,"all_client":32780,"all_tv_clinet":3450,"insert_time":"2014-08-18T17:12:17.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28882,"10":11,"107":129,"11":128,"12":6,"13":83,"14":49,"15":80,"155":6,"156":3,"158":12,"159":6,"16":79,"160":6,"161":27,"167":9,"17":37,"18":190,"19":61,"20":20,"209":7,"21":89,"210":2,"211":1,"214":14,"215":71,"221":71,"223":82,"224":17,"225":173,"23":75,"24":334,"25":86,"257":13,"26":11,"268":2,"27":40,"273":13,"276":6,"279":12,"28":161,"281":3,"282":6,"291":7,"292":5,"30":16,"302":1,"31":23,"314":4,"32":7,"33":13,"34":16,"347":4,"35":4,"352":205,"36":38,"37":2,"38":124,"380":3,"381":11,"383":24,"39":21,"391":7,"397":3,"40":14,"409":4,"41":9,"414":2,"415":20,"419":2,"42":10,"43":15,"430":4,"433":2,"44":4,"45":8,"46":49,"48":16,"49":18,"5":194,"51":12,"52":12,"53":17,"56":4,"6":33,"63":4,"7":91,"79":9,"8":18,"80":8,"9":45,"all_client":32275,"all_tv_clinet":3393,"insert_time":"2014-08-18T17:13:18.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28333,"10":11,"107":122,"11":125,"12":6,"13":85,"14":48,"15":80,"155":5,"156":3,"158":11,"159":6,"16":77,"160":6,"161":28,"167":10,"17":37,"18":189,"19":60,"20":20,"209":7,"21":87,"210":2,"211":1,"214":14,"215":64,"221":70,"223":79,"224":17,"225":169,"23":74,"24":331,"25":85,"257":13,"26":11,"268":2,"27":38,"273":13,"276":6,"279":12,"28":157,"281":3,"282":6,"291":7,"292":5,"30":15,"302":1,"31":23,"314":4,"32":7,"33":13,"34":15,"347":4,"35":4,"352":203,"36":37,"37":2,"38":122,"380":3,"381":11,"383":24,"39":22,"391":7,"397":3,"40":14,"409":4,"41":9,"414":2,"415":20,"419":2,"42":10,"43":12,"430":5,"433":2,"44":4,"45":8,"46":49,"48":15,"49":16,"5":193,"51":12,"52":12,"53":16,"56":4,"6":33,"63":4,"7":89,"79":9,"8":18,"80":7,"9":45,"all_client":31669,"all_tv_clinet":3336,"insert_time":"2014-08-18T17:14:18.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28741,"10":14,"107":125,"11":130,"12":5,"13":98,"14":69,"15":62,"155":5,"156":4,"158":12,"159":7,"16":76,"160":6,"161":29,"167":11,"17":30,"18":204,"19":59,"20":19,"209":5,"21":84,"210":2,"211":1,"214":14,"215":67,"221":62,"223":88,"224":18,"225":138,"23":92,"24":358,"25":79,"257":17,"26":13,"268":3,"27":39,"273":12,"276":7,"279":8,"28":145,"281":3,"282":4,"291":8,"292":4,"30":13,"302":1,"31":18,"314":3,"32":8,"33":14,"34":22,"347":4,"35":8,"352":213,"36":36,"37":2,"38":126,"380":2,"381":15,"383":21,"39":25,"391":7,"396":1,"397":3,"40":13,"409":4,"41":10,"414":2,"415":20,"419":2,"42":11,"43":12,"430":5,"433":3,"44":5,"45":6,"46":51,"48":12,"49":16,"5":174,"51":12,"52":11,"53":18,"56":5,"570":1,"6":30,"63":7,"7":85,"79":6,"8":19,"80":6,"9":38,"all_client":32103,"all_tv_clinet":3362,"insert_time":"2014-08-18T17:15:19.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28450,"10":12,"107":133,"11":127,"12":4,"13":92,"14":75,"15":57,"155":5,"156":4,"158":9,"159":9,"16":73,"160":6,"161":29,"167":11,"17":28,"18":205,"19":56,"20":19,"209":6,"21":86,"210":3,"211":1,"214":14,"215":68,"221":63,"223":90,"224":18,"225":129,"23":95,"24":358,"25":73,"257":16,"26":12,"268":3,"27":43,"273":13,"276":6,"279":9,"28":129,"281":3,"282":5,"291":8,"292":3,"30":10,"302":1,"31":18,"314":3,"32":9,"33":13,"34":22,"347":4,"35":9,"352":214,"36":36,"37":3,"38":124,"380":2,"381":15,"383":22,"39":25,"391":7,"396":1,"397":3,"40":14,"409":4,"41":9,"414":2,"415":20,"419":1,"42":14,"43":13,"430":5,"433":1,"44":5,"45":6,"46":51,"48":13,"49":15,"5":171,"51":13,"52":10,"53":19,"56":5,"570":1,"6":29,"63":6,"7":90,"79":7,"8":20,"80":6,"9":37,"all_client":31786,"all_tv_clinet":3336,"insert_time":"2014-08-18T17:16:20.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28149,"10":12,"107":136,"11":130,"12":4,"13":93,"14":78,"15":52,"155":5,"156":3,"158":7,"159":10,"16":67,"160":7,"161":26,"167":12,"17":29,"18":204,"19":54,"20":18,"209":7,"21":90,"210":3,"211":1,"214":14,"215":66,"221":64,"223":89,"224":18,"225":125,"23":102,"24":344,"25":69,"257":15,"26":13,"268":3,"27":44,"273":11,"276":6,"279":9,"28":119,"281":3,"282":5,"291":8,"292":4,"30":7,"302":1,"31":19,"314":3,"32":11,"33":14,"34":22,"347":4,"35":10,"352":212,"36":36,"37":3,"38":123,"380":2,"381":15,"383":22,"39":24,"391":8,"396":1,"397":3,"40":16,"409":5,"41":8,"414":2,"415":23,"419":1,"42":14,"43":12,"430":5,"433":1,"44":4,"45":6,"46":48,"48":12,"49":13,"5":167,"51":12,"52":10,"53":18,"56":6,"570":1,"6":30,"63":6,"7":87,"79":9,"8":21,"80":7,"9":37,"all_client":31449,"all_tv_clinet":3300,"insert_time":"2014-08-18T17:17:20.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27595,"10":12,"107":135,"11":126,"12":3,"13":90,"14":75,"15":47,"155":5,"156":3,"158":7,"159":9,"16":65,"160":7,"161":22,"167":10,"17":29,"18":204,"19":49,"20":15,"209":9,"21":89,"210":3,"211":1,"214":12,"215":62,"221":66,"223":84,"224":18,"225":116,"23":99,"24":334,"25":70,"257":16,"26":14,"268":2,"27":45,"273":10,"276":8,"279":11,"28":112,"281":3,"282":5,"291":8,"292":5,"30":9,"302":1,"31":18,"314":3,"32":14,"33":14,"34":22,"347":2,"35":10,"352":203,"36":32,"37":4,"38":125,"380":4,"381":12,"383":22,"39":25,"391":6,"396":1,"397":3,"40":16,"409":3,"41":8,"414":2,"415":18,"419":1,"42":13,"43":12,"430":5,"433":1,"44":4,"45":6,"46":51,"48":10,"49":13,"5":157,"51":12,"52":10,"53":18,"56":7,"570":1,"6":31,"63":6,"7":86,"79":8,"8":24,"80":7,"9":35,"all_client":30805,"all_tv_clinet":3210,"insert_time":"2014-08-18T17:18:20.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27125,"10":12,"107":139,"11":121,"12":3,"13":86,"14":73,"15":44,"155":5,"156":3,"158":6,"159":11,"16":62,"160":6,"161":21,"167":10,"17":28,"18":199,"19":47,"20":16,"209":10,"21":89,"210":3,"211":1,"214":12,"215":62,"221":66,"223":82,"224":17,"225":112,"23":96,"24":327,"25":67,"257":16,"26":13,"268":2,"27":44,"273":9,"276":8,"279":10,"28":109,"281":2,"282":5,"291":8,"292":5,"30":10,"302":1,"31":16,"314":4,"32":13,"33":12,"34":22,"347":2,"35":11,"352":203,"36":32,"37":4,"38":125,"380":4,"381":12,"383":24,"39":24,"391":7,"396":1,"397":3,"40":14,"409":3,"41":8,"414":2,"415":16,"419":1,"42":12,"43":11,"430":5,"433":1,"44":5,"45":5,"46":53,"48":9,"49":14,"5":150,"51":12,"52":9,"53":18,"56":8,"570":1,"6":31,"63":6,"7":82,"79":8,"8":25,"80":5,"9":36,"all_client":30272,"all_tv_clinet":3147,"insert_time":"2014-08-18T17:19:21.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26663,"10":11,"107":129,"11":112,"12":3,"13":84,"14":71,"15":38,"155":6,"156":2,"158":4,"159":10,"16":58,"160":5,"161":19,"167":10,"17":29,"18":197,"19":44,"20":15,"209":11,"21":85,"210":3,"211":1,"214":13,"215":60,"221":68,"223":80,"224":18,"225":112,"23":91,"24":318,"25":63,"257":15,"26":12,"268":2,"27":45,"273":8,"276":8,"279":9,"28":101,"281":2,"282":5,"291":8,"292":6,"30":10,"31":12,"314":2,"32":11,"33":14,"34":22,"347":2,"35":9,"352":209,"36":33,"37":7,"38":120,"380":4,"381":12,"383":19,"39":25,"391":7,"396":1,"397":3,"40":16,"409":3,"41":9,"414":4,"415":18,"42":13,"43":11,"430":5,"433":1,"44":7,"45":4,"46":50,"48":8,"49":14,"5":148,"51":9,"52":7,"53":17,"56":8,"570":1,"6":28,"63":5,"7":84,"79":7,"8":25,"80":5,"9":38,"all_client":29721,"all_tv_clinet":3058,"insert_time":"2014-08-18T17:20:21.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26866,"10":10,"107":135,"11":113,"12":3,"13":84,"14":72,"15":36,"155":6,"156":2,"158":4,"159":10,"16":56,"160":4,"161":19,"167":11,"17":29,"18":196,"19":45,"20":15,"209":12,"21":84,"210":3,"211":1,"214":13,"215":59,"221":70,"223":79,"224":18,"225":113,"23":87,"24":317,"25":61,"257":16,"26":13,"268":2,"27":45,"273":8,"276":9,"279":9,"28":99,"281":2,"282":5,"291":8,"292":5,"30":9,"31":13,"314":2,"32":11,"33":13,"34":21,"347":2,"35":7,"352":218,"36":34,"37":7,"38":118,"380":4,"381":10,"383":19,"39":26,"391":7,"396":1,"397":3,"40":18,"409":3,"41":10,"414":4,"415":18,"42":14,"43":11,"430":5,"433":1,"44":6,"45":4,"46":52,"48":8,"49":15,"5":151,"51":9,"52":7,"53":16,"56":9,"570":1,"6":29,"63":5,"7":87,"79":6,"8":29,"80":4,"9":38,"all_client":29939,"all_tv_clinet":3073,"insert_time":"2014-08-18T17:21:21.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26986,"10":11,"107":137,"11":110,"12":3,"13":82,"14":77,"15":38,"155":7,"156":1,"158":4,"159":10,"16":50,"160":4,"161":19,"167":12,"17":29,"18":200,"19":42,"20":14,"209":13,"21":79,"210":3,"211":1,"214":13,"215":60,"221":69,"223":79,"224":18,"225":119,"23":88,"24":317,"25":60,"257":17,"26":14,"268":2,"27":44,"273":7,"276":11,"279":7,"28":95,"281":2,"282":5,"291":8,"292":5,"30":8,"31":15,"314":2,"32":11,"33":12,"34":20,"347":2,"35":5,"352":222,"36":38,"37":7,"38":119,"380":4,"381":10,"383":19,"39":27,"391":7,"396":1,"397":3,"40":19,"409":3,"41":11,"414":5,"415":22,"42":15,"426":1,"43":9,"430":6,"433":2,"44":6,"45":4,"46":51,"48":7,"49":15,"5":152,"51":9,"52":7,"53":16,"56":9,"570":1,"6":27,"63":5,"7":89,"79":6,"8":30,"80":4,"9":38,"all_client":30073,"all_tv_clinet":3087,"insert_time":"2014-08-18T17:22:21.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27100,"10":14,"107":139,"11":110,"12":3,"13":86,"14":76,"15":39,"155":6,"156":1,"158":4,"159":9,"16":45,"160":5,"161":22,"167":13,"17":28,"18":198,"19":43,"20":14,"209":12,"21":78,"210":3,"211":1,"214":12,"215":60,"221":67,"223":76,"224":19,"225":124,"23":86,"24":320,"25":62,"257":19,"26":13,"268":2,"27":45,"273":7,"276":11,"279":7,"28":96,"281":2,"282":5,"291":8,"292":4,"30":7,"31":14,"314":3,"32":11,"33":12,"34":18,"347":3,"35":4,"352":220,"36":37,"37":7,"38":122,"380":4,"381":10,"383":18,"39":27,"391":8,"396":1,"397":3,"40":19,"409":3,"41":11,"414":6,"415":20,"42":16,"426":1,"43":8,"430":5,"433":2,"44":4,"45":4,"46":53,"48":7,"49":18,"5":152,"51":9,"52":7,"53":15,"56":9,"570":1,"6":27,"63":5,"7":90,"79":7,"8":30,"80":4,"9":40,"all_client":30196,"all_tv_clinet":3096,"insert_time":"2014-08-18T17:23:22.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27027,"10":14,"107":136,"11":108,"12":3,"13":86,"14":76,"15":38,"155":7,"156":1,"158":4,"159":9,"16":41,"160":5,"161":22,"167":13,"17":25,"18":196,"19":42,"20":14,"209":11,"21":73,"210":3,"211":1,"214":12,"215":62,"221":65,"223":77,"224":19,"225":123,"23":86,"24":315,"25":63,"257":18,"26":12,"268":2,"27":44,"273":8,"276":11,"279":5,"28":92,"281":2,"282":5,"291":8,"292":4,"30":7,"31":13,"314":3,"32":10,"33":12,"34":18,"347":3,"35":3,"352":217,"36":38,"37":6,"38":121,"380":4,"381":10,"383":17,"39":29,"391":7,"396":1,"397":3,"40":20,"409":3,"41":13,"414":5,"415":17,"42":15,"426":1,"43":9,"430":6,"433":2,"44":4,"45":4,"46":55,"48":7,"49":18,"5":153,"51":8,"52":5,"53":16,"56":10,"570":1,"6":30,"63":6,"7":89,"79":7,"8":33,"80":3,"9":40,"all_client":30090,"all_tv_clinet":3063,"insert_time":"2014-08-18T17:24:22.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26967,"10":13,"107":136,"11":108,"12":3,"13":88,"14":72,"15":37,"155":7,"156":1,"158":4,"159":10,"16":38,"160":5,"161":21,"167":13,"17":26,"18":196,"19":44,"20":14,"209":12,"21":73,"210":3,"214":12,"215":61,"221":61,"223":78,"224":18,"225":128,"23":85,"24":315,"25":62,"257":18,"26":13,"268":2,"27":46,"273":8,"276":10,"279":5,"28":94,"281":2,"282":7,"291":8,"292":4,"30":6,"31":12,"314":2,"32":10,"33":13,"34":20,"347":3,"35":3,"352":208,"36":40,"37":6,"38":115,"380":4,"381":10,"383":14,"39":31,"391":7,"396":1,"397":4,"40":20,"409":3,"41":13,"414":5,"415":15,"42":16,"426":1,"43":7,"430":6,"433":2,"44":5,"45":4,"46":53,"48":7,"49":18,"5":150,"51":6,"52":6,"53":17,"56":10,"570":1,"6":31,"63":6,"7":91,"79":7,"8":35,"80":3,"9":38,"all_client":30013,"all_tv_clinet":3046,"insert_time":"2014-08-18T17:25:22.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27010,"10":13,"107":138,"11":106,"12":3,"13":88,"14":74,"15":34,"155":7,"156":1,"158":3,"159":11,"16":37,"160":5,"161":18,"167":13,"17":26,"18":196,"19":43,"20":15,"209":12,"21":74,"210":3,"214":13,"215":59,"221":62,"223":78,"224":19,"225":125,"23":85,"24":318,"25":61,"257":19,"26":14,"268":2,"27":43,"273":9,"276":11,"279":5,"28":94,"281":3,"282":7,"291":8,"292":3,"30":7,"31":11,"314":2,"32":8,"33":13,"34":20,"347":3,"35":4,"352":206,"36":39,"37":6,"38":116,"380":4,"381":9,"383":13,"39":30,"391":7,"396":1,"397":4,"40":22,"409":3,"41":12,"414":2,"415":16,"42":16,"426":1,"43":8,"430":7,"433":2,"44":5,"45":3,"46":53,"48":6,"49":16,"5":147,"51":6,"52":7,"53":17,"56":11,"570":1,"6":28,"63":6,"7":91,"79":7,"8":37,"80":3,"9":41,"all_client":30045,"all_tv_clinet":3035,"insert_time":"2014-08-18T17:26:22.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26196,"10":13,"107":128,"11":101,"12":3,"13":84,"14":71,"15":33,"155":6,"156":1,"158":3,"159":11,"16":32,"160":5,"161":20,"167":12,"17":26,"18":187,"19":43,"20":11,"209":12,"21":72,"210":3,"214":13,"215":54,"221":62,"223":74,"224":17,"225":130,"23":81,"24":310,"25":55,"257":16,"26":13,"268":2,"27":42,"273":8,"276":11,"279":5,"28":84,"281":3,"282":7,"291":8,"292":3,"30":6,"31":14,"314":2,"32":9,"33":10,"34":21,"347":3,"35":4,"352":195,"36":37,"37":6,"38":108,"380":3,"381":9,"383":13,"39":30,"391":8,"396":1,"397":4,"40":23,"409":3,"41":9,"414":2,"415":17,"42":17,"426":1,"43":10,"430":8,"433":2,"44":5,"45":3,"46":50,"48":6,"49":16,"5":133,"51":6,"52":7,"53":15,"56":10,"6":25,"63":6,"7":90,"79":8,"8":32,"80":2,"9":41,"all_client":29101,"all_tv_clinet":2905,"insert_time":"2014-08-18T17:27:22.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25894,"10":13,"107":131,"11":99,"12":2,"13":83,"14":67,"15":33,"155":7,"156":1,"158":3,"159":11,"16":30,"160":5,"161":20,"167":12,"17":26,"18":190,"19":42,"20":11,"209":10,"21":71,"210":3,"214":12,"215":53,"221":63,"223":75,"224":17,"225":126,"23":80,"24":309,"25":57,"257":15,"26":14,"268":2,"27":41,"273":8,"276":11,"279":6,"28":84,"281":3,"282":8,"291":7,"292":3,"30":4,"31":12,"314":2,"32":10,"33":10,"34":20,"347":2,"35":4,"352":197,"36":35,"37":5,"38":107,"380":3,"381":10,"383":12,"39":31,"391":8,"396":1,"397":4,"40":23,"409":3,"41":10,"414":2,"415":18,"42":19,"426":1,"43":9,"430":8,"433":2,"44":6,"45":3,"46":48,"48":7,"49":16,"5":129,"51":6,"52":7,"53":15,"56":9,"6":23,"63":6,"7":88,"79":8,"8":29,"80":3,"9":43,"all_client":28776,"all_tv_clinet":2882,"insert_time":"2014-08-18T17:28:23.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25645,"10":13,"107":141,"11":100,"12":2,"13":81,"14":66,"15":34,"155":7,"156":1,"158":3,"159":11,"16":25,"160":5,"161":21,"167":11,"17":25,"18":188,"19":41,"20":10,"209":8,"21":68,"210":3,"214":11,"215":51,"221":61,"223":72,"224":16,"225":132,"23":82,"24":303,"25":54,"257":11,"26":16,"268":1,"27":40,"273":8,"276":11,"279":4,"28":84,"281":3,"282":10,"291":7,"292":3,"30":5,"31":11,"314":2,"32":10,"33":8,"34":22,"347":2,"35":5,"352":201,"36":35,"37":3,"38":104,"380":3,"381":11,"383":12,"39":27,"391":7,"396":1,"397":4,"40":23,"409":3,"41":11,"414":2,"415":14,"42":20,"426":1,"43":8,"430":8,"433":2,"44":7,"45":3,"46":47,"48":7,"49":15,"5":125,"51":7,"52":8,"53":15,"56":8,"6":22,"63":6,"7":89,"79":7,"8":27,"80":3,"9":42,"all_client":28492,"all_tv_clinet":2847,"insert_time":"2014-08-18T17:29:23.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25403,"10":13,"107":132,"11":93,"12":2,"13":83,"14":66,"15":37,"155":7,"156":1,"158":3,"159":11,"16":26,"160":5,"161":21,"167":10,"17":24,"18":188,"19":36,"20":10,"209":7,"21":68,"210":3,"214":11,"215":50,"221":61,"223":70,"224":21,"225":130,"23":80,"24":295,"25":54,"257":11,"26":17,"268":1,"27":42,"273":7,"276":12,"279":4,"28":81,"281":3,"282":11,"291":7,"292":3,"30":5,"31":8,"314":2,"32":10,"33":8,"34":24,"347":2,"35":7,"352":196,"36":34,"37":2,"38":108,"380":3,"381":11,"383":12,"39":25,"391":7,"396":1,"397":4,"40":25,"409":3,"41":13,"414":3,"415":14,"42":21,"426":1,"43":8,"430":7,"433":2,"44":8,"45":3,"46":40,"48":7,"49":15,"5":127,"51":7,"52":8,"53":16,"56":8,"6":22,"63":6,"7":90,"79":6,"8":25,"80":3,"9":42,"all_client":28219,"all_tv_clinet":2816,"insert_time":"2014-08-18T17:30:23.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25162,"10":13,"107":124,"11":90,"12":2,"13":84,"14":65,"15":38,"155":6,"156":1,"158":3,"159":11,"16":23,"160":5,"161":24,"167":10,"17":24,"18":182,"19":35,"20":8,"209":7,"21":73,"210":3,"214":11,"215":50,"221":60,"223":69,"224":23,"225":123,"23":78,"24":287,"25":55,"257":10,"26":19,"268":1,"27":43,"273":7,"276":12,"279":3,"28":76,"281":3,"282":11,"291":6,"292":3,"30":5,"31":9,"314":3,"32":10,"33":8,"34":20,"347":2,"35":8,"352":197,"36":31,"37":3,"38":104,"380":3,"381":12,"383":10,"39":23,"391":7,"396":1,"397":4,"40":25,"409":4,"41":13,"414":3,"415":15,"42":20,"426":1,"43":8,"430":7,"433":2,"44":7,"45":3,"46":38,"48":5,"49":16,"5":125,"51":6,"52":8,"53":15,"56":7,"6":22,"63":6,"7":91,"79":6,"8":24,"80":3,"9":40,"all_client":27923,"all_tv_clinet":2761,"insert_time":"2014-08-18T17:31:23.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24922,"10":9,"107":116,"11":94,"12":2,"13":83,"14":66,"15":38,"155":6,"156":1,"158":3,"159":10,"16":23,"160":5,"161":25,"167":11,"17":24,"18":178,"19":36,"20":7,"209":9,"21":73,"210":3,"214":11,"215":49,"221":60,"223":68,"224":24,"225":127,"23":77,"24":276,"25":54,"257":9,"26":18,"268":1,"27":42,"273":7,"276":12,"279":3,"28":66,"281":3,"282":11,"291":7,"292":3,"30":5,"31":9,"314":3,"32":10,"33":6,"34":22,"347":2,"35":9,"352":190,"36":32,"37":4,"38":104,"380":3,"381":11,"383":10,"39":22,"391":8,"397":4,"40":27,"409":4,"41":12,"414":4,"415":17,"42":22,"426":1,"43":8,"430":8,"433":3,"44":7,"45":3,"46":37,"48":5,"49":17,"5":119,"51":6,"52":8,"53":13,"56":7,"6":22,"63":7,"7":96,"79":7,"8":23,"80":3,"9":41,"all_client":27653,"all_tv_clinet":2731,"insert_time":"2014-08-18T17:32:23.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24679,"10":9,"107":114,"11":96,"12":2,"13":83,"14":64,"15":37,"155":6,"156":1,"158":3,"159":11,"16":20,"160":5,"161":28,"167":11,"17":24,"18":175,"19":36,"20":7,"209":8,"21":75,"210":3,"214":11,"215":46,"221":58,"223":65,"224":26,"225":124,"23":80,"24":271,"25":56,"257":9,"26":21,"268":1,"27":40,"273":9,"276":12,"279":3,"28":64,"281":3,"282":13,"291":7,"292":3,"30":4,"31":9,"314":3,"32":8,"33":6,"34":22,"347":2,"35":9,"352":187,"36":31,"37":5,"38":98,"380":3,"381":11,"383":10,"39":22,"391":6,"397":4,"40":27,"409":4,"41":14,"414":3,"415":17,"42":23,"426":1,"43":8,"430":7,"433":3,"44":7,"45":3,"46":35,"48":5,"49":16,"5":116,"51":6,"52":10,"53":11,"56":7,"570":1,"6":24,"63":7,"7":94,"79":6,"8":23,"80":3,"9":44,"all_client":27384,"all_tv_clinet":2705,"insert_time":"2014-08-18T17:33:24.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24468,"10":10,"107":114,"11":99,"12":2,"13":80,"14":58,"15":38,"155":6,"156":1,"158":3,"159":10,"16":19,"160":6,"161":26,"167":11,"17":23,"18":176,"19":36,"20":5,"209":10,"21":75,"210":3,"214":11,"215":44,"221":54,"223":63,"224":29,"225":124,"23":83,"24":270,"25":50,"257":9,"26":20,"268":1,"27":36,"273":9,"276":12,"279":3,"28":64,"281":3,"282":15,"291":7,"292":3,"30":4,"31":8,"314":2,"32":9,"33":6,"34":26,"347":3,"35":8,"352":185,"36":34,"37":5,"38":100,"380":3,"381":12,"383":8,"39":23,"391":5,"397":4,"40":26,"409":5,"41":14,"414":2,"415":14,"42":23,"426":1,"43":9,"430":7,"433":3,"44":6,"45":4,"46":35,"48":5,"49":15,"5":117,"51":6,"52":10,"53":8,"56":7,"570":1,"6":23,"63":6,"7":95,"79":6,"8":24,"80":3,"9":44,"all_client":27153,"all_tv_clinet":2685,"insert_time":"2014-08-18T17:34:24.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24257,"10":9,"107":116,"11":102,"12":2,"13":76,"14":57,"15":40,"155":6,"156":1,"158":3,"159":10,"16":18,"160":6,"161":26,"167":12,"17":23,"18":171,"19":33,"20":5,"209":8,"21":82,"210":3,"214":11,"215":42,"221":53,"223":63,"224":30,"225":126,"23":80,"24":264,"25":49,"257":10,"26":20,"268":1,"27":33,"273":9,"276":11,"279":3,"28":65,"281":4,"282":14,"291":7,"292":4,"30":4,"31":9,"314":4,"32":9,"33":6,"34":26,"347":3,"35":5,"352":180,"36":32,"37":5,"38":104,"380":3,"381":12,"383":10,"39":21,"391":5,"396":1,"397":4,"40":25,"409":5,"41":13,"414":2,"415":12,"42":21,"426":1,"43":11,"430":8,"433":2,"44":7,"45":4,"46":34,"48":6,"49":15,"5":114,"51":5,"52":10,"53":8,"56":7,"570":1,"6":24,"63":4,"7":95,"79":6,"8":25,"80":3,"9":44,"all_client":26920,"all_tv_clinet":2663,"insert_time":"2014-08-18T17:35:24.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24075,"10":9,"107":120,"11":106,"12":2,"13":74,"14":58,"15":37,"155":6,"156":1,"158":3,"159":8,"16":18,"160":6,"161":23,"167":12,"17":23,"18":160,"19":32,"20":5,"209":8,"21":82,"210":3,"214":10,"215":41,"221":52,"223":63,"224":29,"225":130,"23":74,"24":262,"25":50,"257":9,"26":19,"268":1,"27":31,"273":7,"276":11,"279":4,"28":66,"281":4,"282":17,"291":8,"292":4,"30":3,"31":9,"314":4,"32":9,"33":5,"34":28,"347":3,"35":5,"352":176,"36":34,"37":5,"38":103,"380":3,"381":11,"383":10,"39":21,"391":5,"396":1,"397":4,"40":22,"409":5,"41":11,"414":2,"415":10,"42":21,"426":1,"43":11,"430":8,"433":2,"44":7,"45":4,"46":37,"48":6,"49":15,"5":112,"51":6,"52":10,"53":8,"56":6,"570":1,"6":26,"63":4,"7":97,"79":6,"8":25,"80":3,"9":43,"all_client":26711,"all_tv_clinet":2636,"insert_time":"2014-08-18T17:36:24.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23909,"10":10,"107":114,"11":106,"12":2,"13":75,"14":59,"15":33,"155":6,"156":1,"158":3,"159":7,"16":15,"160":6,"161":21,"167":11,"17":23,"18":157,"19":32,"20":4,"209":6,"21":85,"210":3,"214":9,"215":40,"221":50,"223":61,"224":27,"225":132,"23":71,"24":260,"25":48,"257":8,"26":18,"268":3,"27":30,"273":7,"276":11,"279":4,"28":63,"281":4,"282":16,"291":8,"292":4,"30":3,"31":9,"314":4,"32":9,"33":4,"34":29,"347":4,"35":6,"352":173,"36":32,"37":5,"38":109,"380":3,"381":10,"383":10,"39":20,"391":4,"396":1,"397":4,"40":24,"409":5,"41":9,"414":2,"415":9,"419":1,"42":20,"43":11,"430":9,"433":2,"44":8,"45":4,"46":39,"48":6,"49":14,"5":113,"51":5,"52":9,"53":9,"56":7,"570":1,"6":26,"63":2,"7":98,"79":7,"8":28,"80":3,"9":44,"all_client":26516,"all_tv_clinet":2607,"insert_time":"2014-08-18T17:37:24.996Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23685,"10":9,"107":109,"11":109,"12":2,"13":77,"14":60,"15":32,"155":6,"156":1,"158":3,"159":6,"16":14,"160":6,"161":18,"167":10,"17":26,"18":153,"19":32,"20":4,"209":6,"21":80,"210":3,"214":10,"215":40,"221":53,"223":61,"224":27,"225":134,"23":69,"24":263,"25":46,"257":9,"26":19,"268":3,"27":28,"273":7,"276":12,"279":4,"28":65,"281":4,"282":17,"291":9,"292":3,"30":3,"31":8,"314":3,"32":8,"33":4,"34":28,"347":3,"35":6,"352":180,"36":31,"37":4,"38":107,"380":3,"381":10,"383":7,"39":20,"391":5,"396":1,"397":4,"40":22,"409":5,"41":10,"414":2,"415":10,"419":1,"42":20,"43":10,"430":8,"433":2,"44":8,"45":5,"46":41,"48":6,"49":13,"5":108,"51":4,"52":10,"53":11,"56":7,"570":1,"6":24,"63":1,"7":94,"79":6,"8":31,"80":4,"9":43,"all_client":26276,"all_tv_clinet":2591,"insert_time":"2014-08-18T17:38:25.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23473,"10":9,"107":106,"11":107,"12":2,"13":72,"14":62,"15":33,"155":5,"156":1,"158":3,"159":6,"16":13,"160":7,"161":16,"167":10,"17":25,"18":154,"19":32,"20":4,"209":6,"21":79,"210":3,"214":10,"215":40,"221":54,"223":56,"224":28,"225":144,"23":66,"24":261,"25":45,"257":8,"26":17,"268":3,"27":28,"273":7,"276":11,"279":4,"28":62,"281":4,"282":18,"291":9,"292":3,"30":4,"31":8,"314":4,"32":8,"33":4,"34":27,"347":3,"35":6,"352":180,"36":30,"37":4,"38":104,"380":3,"381":11,"383":7,"39":17,"391":5,"396":1,"397":4,"40":24,"409":5,"41":8,"414":2,"415":10,"419":1,"42":19,"43":10,"430":8,"433":2,"44":6,"45":4,"46":36,"48":6,"49":13,"5":111,"51":5,"52":10,"53":12,"56":8,"6":26,"63":1,"7":94,"79":6,"8":31,"80":4,"9":42,"all_client":26040,"all_tv_clinet":2567,"insert_time":"2014-08-18T17:39:25.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23265,"10":8,"107":108,"11":113,"12":2,"13":71,"14":62,"15":30,"155":5,"156":1,"158":4,"159":5,"16":14,"160":7,"161":16,"167":9,"17":25,"18":154,"19":31,"20":4,"209":6,"21":77,"210":3,"214":10,"215":38,"221":53,"223":52,"224":26,"225":142,"23":65,"24":259,"25":43,"257":8,"26":15,"268":3,"27":29,"273":7,"276":10,"279":4,"28":64,"281":4,"282":18,"291":9,"292":3,"30":4,"31":8,"314":5,"32":7,"33":2,"34":28,"347":3,"35":6,"352":182,"36":32,"37":3,"38":105,"380":3,"381":11,"383":5,"39":17,"391":5,"396":1,"397":5,"40":26,"409":5,"41":9,"414":3,"415":10,"419":1,"42":19,"43":11,"430":7,"433":2,"44":6,"45":4,"46":36,"48":5,"49":14,"5":110,"51":7,"52":10,"53":12,"56":9,"6":27,"63":1,"7":88,"79":6,"8":32,"80":4,"9":42,"all_client":25820,"all_tv_clinet":2555,"insert_time":"2014-08-18T17:40:25.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23033,"10":8,"107":108,"11":108,"12":2,"13":76,"14":66,"15":32,"155":5,"156":1,"158":4,"159":5,"16":13,"160":7,"161":16,"167":10,"17":26,"18":151,"19":32,"20":4,"209":5,"21":77,"210":4,"214":9,"215":38,"221":54,"223":52,"224":27,"225":147,"23":63,"24":257,"25":44,"257":9,"26":14,"268":3,"27":27,"273":7,"276":9,"279":4,"28":64,"281":3,"282":18,"291":9,"292":4,"30":4,"31":7,"314":5,"32":6,"33":2,"34":25,"347":3,"35":6,"352":176,"36":34,"37":3,"38":106,"380":3,"381":12,"383":6,"39":16,"391":5,"397":4,"40":25,"409":5,"41":10,"414":2,"415":11,"419":1,"42":18,"426":1,"43":11,"430":7,"433":2,"44":5,"45":5,"46":35,"48":5,"49":13,"5":110,"51":7,"52":9,"53":13,"56":9,"6":27,"63":1,"7":85,"79":4,"8":31,"80":5,"9":41,"all_client":25576,"all_tv_clinet":2543,"insert_time":"2014-08-18T17:41:25.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22801,"10":8,"107":105,"11":112,"12":2,"13":76,"14":63,"15":31,"155":5,"156":1,"158":4,"159":5,"16":12,"160":7,"161":16,"167":11,"17":25,"18":148,"19":33,"20":4,"209":6,"21":78,"210":5,"211":1,"214":10,"215":37,"221":49,"223":53,"224":28,"225":140,"23":62,"24":256,"25":43,"257":10,"26":13,"268":3,"27":27,"273":7,"276":7,"279":4,"28":65,"281":3,"282":16,"291":9,"292":4,"30":3,"31":9,"314":5,"32":5,"33":2,"34":25,"347":3,"35":6,"352":180,"36":33,"37":3,"38":105,"380":3,"381":12,"383":6,"39":16,"391":5,"397":4,"40":23,"409":5,"41":11,"414":2,"415":12,"419":1,"42":18,"426":1,"43":11,"430":8,"433":2,"44":5,"45":5,"46":33,"48":5,"49":13,"5":113,"51":5,"52":11,"53":13,"56":9,"6":28,"63":1,"7":82,"79":4,"8":33,"80":5,"9":41,"all_client":25330,"all_tv_clinet":2529,"insert_time":"2014-08-18T17:42:25.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22577,"10":8,"107":103,"11":111,"12":2,"13":75,"14":62,"15":31,"155":6,"156":1,"158":5,"159":5,"16":12,"160":6,"161":17,"167":11,"17":24,"18":146,"19":32,"20":5,"209":5,"21":76,"210":5,"211":1,"214":11,"215":38,"221":49,"223":49,"224":30,"225":147,"23":59,"24":256,"25":43,"257":10,"26":14,"268":3,"27":25,"273":7,"276":6,"279":5,"28":62,"281":3,"282":13,"291":9,"292":4,"30":3,"31":9,"314":5,"32":5,"33":2,"34":24,"347":3,"35":6,"352":175,"36":32,"37":3,"38":107,"380":3,"381":12,"383":6,"39":16,"391":5,"397":4,"40":21,"409":4,"41":12,"414":3,"415":13,"42":19,"426":1,"43":10,"430":7,"433":2,"44":5,"45":5,"46":32,"48":4,"49":12,"5":107,"51":5,"52":12,"53":13,"56":8,"6":29,"63":1,"7":79,"79":4,"8":33,"80":6,"9":41,"all_client":25077,"all_tv_clinet":2500,"insert_time":"2014-08-18T17:43:26.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22405,"10":9,"107":101,"11":111,"12":2,"13":71,"14":60,"15":32,"155":6,"156":1,"158":5,"159":5,"16":13,"160":6,"161":17,"167":11,"17":23,"18":146,"19":33,"20":5,"209":5,"21":73,"210":5,"211":1,"214":11,"215":36,"221":49,"223":53,"224":29,"225":142,"23":57,"24":249,"25":40,"257":9,"26":12,"268":3,"27":23,"273":6,"276":6,"279":6,"28":61,"281":3,"282":13,"291":9,"292":4,"30":3,"31":9,"314":5,"32":5,"33":3,"34":25,"347":3,"35":6,"352":172,"36":30,"37":3,"38":105,"380":3,"381":11,"383":4,"39":15,"391":5,"397":4,"40":19,"409":4,"41":11,"414":3,"415":13,"42":19,"426":1,"43":10,"430":7,"433":2,"44":5,"45":6,"46":32,"48":4,"49":12,"5":109,"51":5,"52":12,"53":13,"56":9,"6":28,"63":1,"7":79,"79":5,"8":32,"80":6,"9":40,"all_client":24865,"all_tv_clinet":2460,"insert_time":"2014-08-18T17:44:26.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22222,"10":9,"107":94,"11":110,"12":2,"13":70,"14":60,"15":33,"155":6,"156":1,"158":4,"159":5,"16":13,"160":6,"161":17,"167":10,"17":24,"18":142,"19":34,"20":5,"209":5,"21":74,"210":4,"211":1,"214":11,"215":35,"221":52,"223":56,"224":30,"225":138,"23":54,"24":245,"25":38,"257":9,"26":12,"268":3,"27":23,"273":5,"276":6,"279":5,"28":60,"281":3,"282":10,"291":5,"292":2,"30":3,"302":1,"31":9,"314":6,"32":3,"33":3,"34":24,"347":3,"35":5,"352":175,"36":29,"37":3,"38":107,"380":3,"381":11,"383":5,"39":13,"391":5,"397":4,"40":18,"409":4,"41":10,"414":3,"415":12,"419":1,"42":20,"43":9,"430":7,"433":2,"44":5,"45":6,"46":34,"48":6,"49":13,"5":109,"51":5,"52":10,"53":13,"56":9,"6":27,"7":79,"79":5,"8":34,"80":6,"9":41,"all_client":24653,"all_tv_clinet":2431,"insert_time":"2014-08-18T17:45:26.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22067,"10":9,"107":94,"11":110,"12":2,"13":73,"14":59,"15":32,"155":5,"156":1,"158":5,"159":5,"16":13,"160":6,"161":17,"167":9,"17":23,"18":140,"19":33,"20":5,"209":4,"21":75,"210":4,"211":1,"214":13,"215":33,"221":54,"223":55,"224":29,"225":140,"23":55,"24":242,"25":39,"257":9,"26":12,"268":3,"27":17,"273":5,"276":7,"279":5,"28":58,"281":2,"282":7,"291":3,"292":2,"30":4,"302":1,"31":7,"314":6,"32":3,"33":4,"34":26,"347":3,"35":5,"352":169,"36":28,"37":5,"38":103,"380":3,"381":11,"383":6,"39":11,"391":6,"397":4,"40":17,"409":4,"41":8,"414":3,"415":12,"419":1,"42":21,"43":10,"430":5,"433":2,"44":5,"45":7,"46":34,"48":6,"49":13,"5":102,"51":5,"52":10,"53":13,"56":8,"6":25,"7":79,"79":5,"8":35,"80":5,"9":41,"all_client":24463,"all_tv_clinet":2396,"insert_time":"2014-08-18T17:46:26.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21904,"10":9,"107":93,"11":113,"12":2,"13":71,"14":56,"15":30,"155":5,"156":1,"158":5,"159":5,"16":12,"160":5,"161":15,"167":8,"17":24,"18":139,"19":33,"20":4,"209":4,"21":76,"210":4,"211":1,"214":13,"215":33,"221":53,"223":48,"224":29,"225":137,"23":53,"24":243,"25":42,"257":9,"26":13,"268":3,"27":17,"273":5,"276":7,"279":5,"28":53,"281":2,"282":7,"291":3,"292":2,"30":4,"302":1,"31":8,"314":5,"32":3,"33":5,"34":28,"347":3,"35":5,"352":163,"36":28,"37":5,"38":107,"380":3,"381":10,"383":6,"39":11,"391":6,"397":4,"40":16,"409":3,"41":8,"414":3,"415":13,"419":1,"42":21,"426":1,"43":10,"430":5,"433":2,"44":6,"45":8,"46":34,"48":6,"49":13,"5":98,"51":7,"52":10,"53":13,"56":7,"6":25,"7":78,"79":5,"8":36,"80":5,"9":41,"all_client":24276,"all_tv_clinet":2372,"insert_time":"2014-08-18T17:47:26.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21718,"10":7,"107":93,"11":113,"12":2,"13":74,"14":54,"15":29,"155":3,"156":2,"158":7,"159":4,"16":12,"160":5,"161":13,"167":7,"17":26,"18":142,"19":32,"20":5,"209":4,"21":75,"210":4,"211":1,"214":13,"215":31,"221":53,"223":47,"224":29,"225":138,"23":53,"24":242,"25":39,"257":8,"26":12,"268":3,"27":15,"273":5,"276":6,"279":5,"28":53,"281":1,"282":6,"291":3,"292":2,"30":4,"302":1,"31":8,"314":4,"32":3,"33":5,"34":27,"347":3,"35":4,"352":160,"36":33,"37":6,"38":109,"380":3,"381":7,"383":6,"39":11,"391":7,"397":4,"40":15,"409":3,"41":8,"414":4,"415":11,"419":1,"42":20,"426":1,"43":10,"430":7,"433":2,"44":6,"45":8,"46":33,"48":6,"49":13,"5":97,"51":7,"52":11,"53":13,"56":7,"6":22,"7":76,"79":5,"8":36,"80":7,"9":42,"all_client":24072,"all_tv_clinet":2354,"insert_time":"2014-08-18T17:48:27.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21523,"10":7,"107":90,"11":114,"12":2,"13":72,"14":49,"15":31,"155":2,"156":2,"158":8,"159":4,"16":11,"160":5,"161":13,"167":7,"17":28,"18":143,"19":34,"20":7,"209":5,"21":72,"210":4,"211":1,"214":12,"215":30,"221":54,"223":45,"224":30,"225":136,"23":54,"24":240,"25":41,"257":7,"26":13,"268":3,"27":15,"273":5,"276":6,"279":5,"28":54,"281":1,"282":6,"291":3,"292":2,"30":3,"302":1,"31":8,"314":5,"32":6,"33":5,"34":23,"347":3,"35":4,"352":157,"36":33,"37":5,"38":107,"380":2,"381":7,"383":6,"39":10,"391":7,"397":4,"40":15,"409":3,"41":8,"414":4,"415":11,"419":1,"42":19,"426":1,"43":9,"430":7,"433":2,"44":6,"45":9,"46":36,"48":6,"49":14,"5":95,"51":8,"52":11,"53":11,"56":7,"6":19,"7":74,"79":6,"8":36,"80":7,"9":41,"all_client":23858,"all_tv_clinet":2335,"insert_time":"2014-08-18T17:49:27.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21345,"10":7,"107":88,"11":111,"12":2,"13":68,"14":46,"15":30,"155":2,"156":2,"158":8,"159":4,"16":11,"160":5,"161":14,"167":8,"17":28,"18":146,"19":33,"20":7,"209":5,"21":69,"210":4,"211":1,"214":11,"215":28,"221":53,"223":44,"224":29,"225":137,"23":53,"24":245,"25":39,"257":7,"26":14,"268":3,"27":14,"273":4,"276":7,"279":4,"28":53,"281":1,"282":5,"291":3,"292":4,"30":3,"302":1,"31":8,"314":5,"32":6,"33":6,"34":23,"347":3,"35":4,"352":156,"36":32,"37":5,"38":104,"380":2,"381":6,"383":6,"39":10,"391":7,"397":4,"40":12,"409":2,"41":8,"414":4,"415":12,"419":1,"42":20,"426":1,"43":9,"430":7,"433":2,"44":6,"45":8,"46":36,"48":6,"49":14,"5":98,"51":8,"52":10,"53":12,"56":7,"6":19,"7":77,"79":6,"8":37,"80":7,"9":42,"all_client":23664,"all_tv_clinet":2319,"insert_time":"2014-08-18T17:50:27.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21213,"10":9,"107":87,"11":114,"12":2,"13":66,"14":46,"15":28,"155":2,"156":2,"158":7,"159":4,"16":11,"160":4,"161":14,"167":8,"17":28,"18":145,"19":33,"20":7,"209":6,"21":64,"210":5,"211":1,"214":12,"215":28,"221":58,"223":42,"224":30,"225":133,"23":55,"24":245,"25":39,"257":7,"26":13,"268":2,"27":13,"273":2,"276":6,"279":4,"28":54,"281":1,"282":5,"291":3,"292":4,"30":3,"302":1,"31":8,"314":4,"32":7,"33":6,"34":18,"347":4,"35":7,"352":152,"36":30,"37":4,"38":106,"380":2,"381":6,"383":6,"39":9,"391":8,"397":4,"40":11,"409":2,"41":7,"414":3,"415":12,"419":1,"42":20,"426":1,"43":8,"430":7,"433":2,"44":6,"45":8,"46":40,"48":7,"49":15,"5":95,"51":8,"52":10,"53":12,"56":6,"6":18,"7":77,"79":6,"8":37,"80":5,"9":42,"all_client":23513,"all_tv_clinet":2300,"insert_time":"2014-08-18T17:51:27.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20949,"10":12,"107":82,"11":117,"12":1,"13":66,"14":47,"15":30,"155":2,"156":2,"158":5,"159":5,"16":11,"160":4,"161":14,"167":8,"17":28,"18":143,"19":31,"20":7,"209":6,"21":62,"210":5,"211":1,"214":12,"215":28,"221":57,"223":45,"224":30,"225":136,"23":55,"24":240,"25":39,"257":7,"26":13,"268":2,"27":13,"273":2,"276":6,"279":4,"28":53,"281":1,"282":5,"291":3,"292":4,"30":3,"302":1,"31":8,"314":3,"32":7,"33":5,"34":19,"347":4,"35":7,"352":155,"36":28,"37":2,"38":103,"380":2,"381":6,"383":8,"39":9,"391":7,"397":4,"40":9,"409":1,"41":9,"414":2,"415":11,"419":1,"42":20,"426":1,"43":8,"430":7,"433":2,"44":6,"45":8,"46":39,"48":7,"49":15,"5":96,"51":8,"52":10,"53":12,"56":6,"6":17,"7":78,"79":4,"8":37,"80":5,"9":43,"all_client":23236,"all_tv_clinet":2287,"insert_time":"2014-08-18T17:52:28.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20778,"10":12,"107":85,"11":117,"12":2,"13":64,"14":45,"15":32,"155":2,"156":2,"158":5,"159":5,"16":11,"160":4,"161":13,"167":8,"17":30,"18":146,"19":32,"20":7,"209":6,"21":64,"210":5,"211":1,"214":12,"215":25,"221":54,"223":43,"224":31,"225":138,"23":55,"24":233,"25":38,"257":7,"26":13,"268":2,"27":13,"276":6,"279":5,"28":56,"281":1,"282":5,"291":2,"292":4,"30":3,"302":1,"31":9,"314":3,"32":7,"33":4,"34":18,"347":3,"35":8,"352":156,"36":28,"37":2,"38":98,"380":2,"381":6,"383":8,"39":8,"391":8,"397":4,"40":9,"409":1,"41":10,"414":3,"415":12,"419":1,"42":18,"426":1,"43":8,"430":7,"433":2,"44":6,"45":8,"46":38,"48":7,"49":15,"5":94,"51":7,"52":10,"53":11,"56":7,"6":14,"7":73,"79":4,"8":35,"80":5,"9":42,"all_client":23043,"all_tv_clinet":2265,"insert_time":"2014-08-18T17:53:28.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20714,"10":11,"107":88,"11":116,"12":2,"13":64,"14":44,"15":31,"155":3,"156":2,"158":5,"159":5,"16":10,"160":4,"161":13,"167":8,"17":30,"18":143,"19":34,"20":7,"209":6,"21":65,"210":4,"211":1,"214":12,"215":22,"221":52,"223":44,"224":31,"225":139,"23":55,"24":235,"25":40,"257":7,"26":16,"268":2,"27":13,"276":6,"279":5,"28":54,"281":1,"282":5,"291":2,"292":4,"30":3,"302":1,"31":8,"314":4,"32":8,"33":4,"34":17,"347":2,"35":9,"352":157,"36":25,"37":2,"38":97,"380":2,"381":6,"383":8,"39":8,"391":8,"397":4,"40":9,"409":2,"41":10,"414":3,"415":11,"419":1,"42":17,"426":1,"43":8,"430":7,"431":1,"433":1,"44":6,"45":8,"46":38,"48":5,"49":14,"5":94,"51":6,"52":10,"53":10,"56":8,"6":12,"7":71,"79":5,"8":34,"80":6,"9":45,"all_client":22971,"all_tv_clinet":2257,"insert_time":"2014-08-18T17:54:29.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20617,"10":11,"107":84,"11":114,"12":3,"13":62,"14":43,"15":32,"155":3,"156":1,"158":5,"159":5,"16":10,"160":4,"161":14,"167":8,"17":31,"18":143,"19":36,"20":5,"209":6,"21":67,"210":2,"211":1,"214":13,"215":22,"221":49,"223":46,"224":32,"225":136,"23":56,"24":236,"25":41,"257":7,"26":16,"268":1,"27":13,"273":1,"276":6,"279":5,"28":54,"281":1,"282":5,"291":2,"292":5,"30":3,"31":8,"314":4,"32":8,"33":4,"34":14,"347":2,"35":9,"352":150,"36":25,"37":2,"38":95,"380":2,"381":7,"383":7,"39":8,"391":9,"397":4,"40":9,"409":2,"41":11,"414":3,"415":11,"419":1,"42":16,"426":1,"43":9,"430":7,"431":1,"433":1,"44":6,"45":7,"46":38,"48":4,"49":13,"5":93,"51":7,"52":10,"53":12,"56":7,"6":12,"7":72,"79":5,"8":35,"80":6,"9":46,"all_client":22860,"all_tv_clinet":2243,"insert_time":"2014-08-18T17:55:29.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20458,"10":12,"107":80,"11":117,"12":4,"13":59,"14":42,"15":30,"155":3,"156":1,"158":5,"159":5,"16":10,"160":5,"161":15,"167":8,"17":31,"18":147,"19":35,"20":5,"209":6,"21":67,"210":2,"211":1,"214":13,"215":22,"221":44,"223":42,"224":32,"225":132,"23":55,"24":237,"25":40,"257":8,"26":17,"268":1,"27":13,"273":1,"276":6,"279":4,"28":50,"281":1,"282":4,"291":2,"292":5,"30":3,"31":9,"314":4,"32":7,"33":4,"34":13,"347":2,"35":7,"352":148,"36":25,"37":3,"38":89,"380":1,"381":8,"383":7,"39":8,"391":7,"397":5,"40":9,"409":2,"41":11,"414":3,"415":10,"419":1,"42":16,"426":1,"43":10,"430":7,"431":1,"433":1,"44":8,"45":4,"46":37,"48":4,"49":13,"5":95,"51":7,"52":11,"53":12,"56":6,"6":14,"7":69,"79":5,"8":35,"80":6,"9":44,"all_client":22669,"all_tv_clinet":2211,"insert_time":"2014-08-18T17:56:29.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20327,"10":10,"107":80,"11":118,"12":4,"13":60,"14":39,"15":29,"155":3,"156":1,"158":5,"159":5,"16":10,"160":5,"161":15,"167":8,"17":34,"18":142,"19":34,"20":5,"209":5,"21":64,"210":2,"211":1,"214":13,"215":22,"221":43,"223":41,"224":32,"225":131,"23":53,"24":235,"25":39,"257":8,"26":15,"268":1,"27":13,"273":1,"276":6,"279":4,"28":49,"281":1,"282":5,"291":2,"292":6,"30":3,"31":9,"314":4,"32":7,"33":4,"34":14,"347":2,"35":6,"352":146,"36":27,"37":3,"38":83,"380":1,"381":8,"383":8,"39":8,"391":7,"397":5,"40":8,"409":1,"41":10,"414":3,"415":10,"419":1,"42":16,"426":1,"43":9,"430":8,"431":1,"433":1,"44":9,"45":4,"46":39,"48":5,"49":13,"5":92,"51":9,"52":10,"53":11,"56":6,"6":15,"7":73,"79":5,"8":35,"80":6,"9":42,"all_client":22514,"all_tv_clinet":2187,"insert_time":"2014-08-18T17:57:29.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20061,"10":10,"107":87,"11":115,"12":4,"13":59,"14":37,"15":28,"155":3,"156":1,"158":3,"159":6,"16":10,"160":5,"161":15,"167":7,"17":34,"18":138,"19":33,"20":5,"209":5,"21":66,"210":1,"211":1,"214":13,"215":20,"221":44,"223":43,"224":30,"225":129,"23":49,"24":225,"25":38,"257":10,"26":16,"268":1,"27":12,"273":1,"276":6,"279":4,"28":48,"282":6,"291":2,"292":6,"30":4,"302":1,"31":9,"314":4,"32":8,"33":4,"34":13,"347":2,"35":7,"352":145,"36":27,"37":2,"38":83,"380":1,"381":8,"383":7,"39":8,"391":7,"397":5,"40":7,"409":1,"41":9,"414":2,"415":8,"42":15,"426":1,"43":7,"430":7,"431":1,"433":1,"44":9,"45":3,"46":36,"48":5,"49":14,"5":94,"51":9,"52":10,"53":10,"56":6,"6":17,"7":73,"79":4,"8":34,"80":6,"9":41,"all_client":22212,"all_tv_clinet":2151,"insert_time":"2014-08-18T17:58:30.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19918,"10":12,"107":92,"11":116,"12":5,"13":65,"14":34,"15":29,"155":3,"156":1,"158":4,"159":6,"16":9,"160":5,"161":15,"167":7,"17":32,"18":139,"19":33,"20":4,"209":5,"21":63,"210":1,"211":1,"214":14,"215":20,"221":43,"223":42,"224":31,"225":126,"23":46,"24":226,"25":39,"257":10,"26":16,"268":1,"27":12,"273":2,"276":6,"279":4,"28":50,"282":7,"291":2,"292":4,"30":4,"302":1,"31":9,"314":3,"32":7,"33":3,"34":13,"347":2,"35":7,"352":148,"36":27,"37":1,"38":83,"380":1,"381":8,"383":7,"39":8,"391":7,"397":5,"40":6,"409":1,"41":8,"414":2,"415":6,"42":14,"426":1,"43":5,"430":7,"431":1,"433":1,"44":9,"45":3,"46":38,"48":5,"49":14,"5":96,"51":8,"52":10,"53":10,"56":6,"6":16,"7":74,"79":3,"8":36,"80":6,"9":39,"all_client":22069,"all_tv_clinet":2151,"insert_time":"2014-08-18T17:59:30.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19772,"10":15,"107":95,"11":116,"12":5,"13":65,"14":34,"15":30,"155":1,"156":1,"158":4,"159":5,"16":8,"160":6,"161":18,"167":7,"17":31,"18":139,"19":33,"20":3,"209":4,"21":68,"210":1,"211":1,"214":14,"215":20,"221":42,"223":40,"224":32,"225":124,"23":45,"24":217,"25":39,"257":10,"26":16,"268":2,"27":13,"273":3,"276":5,"279":5,"28":45,"282":8,"291":1,"292":3,"30":4,"302":1,"31":9,"314":2,"32":7,"33":3,"34":12,"347":2,"35":8,"352":141,"36":27,"37":1,"38":81,"380":1,"381":9,"383":8,"39":8,"391":6,"397":4,"40":6,"409":1,"41":8,"414":2,"415":7,"42":15,"426":1,"43":5,"430":8,"431":1,"433":1,"44":10,"45":4,"46":40,"48":6,"49":12,"5":95,"51":9,"52":7,"53":11,"56":7,"6":17,"7":74,"79":4,"8":36,"80":6,"9":37,"all_client":21910,"all_tv_clinet":2138,"insert_time":"2014-08-18T18:00:30.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19603,"10":15,"107":96,"11":115,"12":6,"13":69,"14":33,"15":29,"155":2,"156":2,"158":5,"159":4,"16":8,"160":6,"161":22,"167":7,"17":30,"18":136,"19":33,"20":2,"209":4,"21":69,"210":1,"211":1,"214":14,"215":21,"221":43,"223":41,"224":35,"225":112,"23":41,"24":215,"25":37,"257":10,"26":17,"268":2,"27":14,"273":3,"276":5,"279":5,"28":46,"282":8,"291":1,"292":4,"30":4,"302":1,"31":9,"314":1,"32":5,"33":3,"34":13,"347":2,"35":8,"352":137,"36":27,"37":4,"38":79,"380":1,"381":10,"383":8,"39":9,"391":7,"397":4,"40":6,"409":1,"41":8,"414":2,"415":6,"42":16,"426":1,"43":5,"430":8,"431":1,"433":1,"44":10,"45":4,"46":38,"48":6,"49":14,"5":96,"51":9,"52":6,"53":10,"56":7,"6":19,"7":73,"79":4,"8":35,"80":5,"9":35,"all_client":21730,"all_tv_clinet":2127,"insert_time":"2014-08-18T18:01:30.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19472,"10":15,"107":102,"11":116,"12":7,"13":65,"14":29,"15":29,"155":2,"156":2,"158":3,"159":3,"16":8,"160":6,"161":20,"167":5,"17":30,"18":134,"19":32,"20":2,"209":4,"21":69,"210":1,"211":1,"214":13,"215":20,"221":44,"223":42,"224":36,"225":110,"23":44,"24":209,"25":35,"257":11,"26":18,"268":2,"27":14,"273":3,"276":5,"279":4,"28":47,"282":9,"291":1,"292":4,"30":4,"302":1,"31":8,"314":2,"32":6,"33":3,"34":14,"347":2,"35":9,"352":140,"36":27,"37":5,"38":80,"380":1,"381":9,"383":8,"39":9,"391":7,"397":3,"40":6,"409":1,"41":6,"414":2,"415":7,"42":17,"426":1,"43":5,"430":8,"431":1,"433":1,"44":10,"45":4,"46":35,"48":7,"49":14,"5":96,"51":8,"52":4,"53":11,"56":6,"6":22,"7":70,"79":4,"8":35,"80":5,"9":34,"all_client":21586,"all_tv_clinet":2114,"insert_time":"2014-08-18T18:02:30.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19322,"10":15,"107":103,"11":119,"12":7,"13":63,"14":27,"15":30,"155":2,"156":2,"158":3,"159":3,"16":8,"160":6,"161":19,"167":5,"17":31,"18":134,"19":31,"20":2,"209":5,"21":66,"210":1,"211":1,"214":13,"215":19,"221":47,"223":41,"224":37,"225":100,"23":39,"24":201,"25":36,"257":11,"26":18,"268":2,"27":16,"273":2,"276":4,"279":3,"28":47,"282":9,"291":1,"292":4,"30":4,"302":1,"31":9,"314":2,"32":6,"33":3,"34":14,"347":2,"35":8,"352":140,"36":25,"37":5,"38":84,"380":1,"381":8,"383":8,"39":9,"391":6,"397":3,"40":7,"409":1,"41":7,"414":2,"415":6,"42":17,"426":1,"43":7,"430":8,"431":1,"433":1,"44":10,"45":4,"46":33,"48":6,"49":14,"5":95,"51":8,"52":4,"53":10,"56":6,"6":22,"7":75,"79":3,"8":34,"80":5,"9":35,"all_client":21415,"all_tv_clinet":2093,"insert_time":"2014-08-18T18:03:31.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19169,"10":14,"107":107,"11":121,"12":6,"13":61,"14":26,"15":29,"155":2,"156":2,"158":2,"159":4,"16":8,"160":6,"161":17,"167":5,"17":33,"18":133,"19":29,"20":2,"209":5,"21":66,"210":1,"211":1,"214":13,"215":16,"221":46,"223":38,"224":38,"225":102,"23":39,"24":197,"25":38,"257":11,"26":18,"268":2,"27":17,"273":2,"276":4,"279":3,"28":47,"282":9,"291":1,"292":4,"30":4,"302":1,"31":9,"314":2,"32":4,"33":3,"34":12,"347":2,"35":7,"352":137,"36":24,"37":5,"38":84,"380":1,"381":8,"383":8,"39":7,"391":6,"397":2,"40":8,"409":1,"41":8,"414":2,"415":6,"42":18,"426":1,"43":6,"430":7,"431":1,"433":1,"44":10,"45":3,"46":34,"48":6,"49":14,"5":97,"51":7,"52":4,"53":11,"56":7,"6":23,"7":76,"79":3,"8":34,"80":5,"9":35,"all_client":21248,"all_tv_clinet":2079,"insert_time":"2014-08-18T18:04:31.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19011,"10":13,"107":101,"11":121,"12":5,"13":59,"14":26,"15":27,"155":2,"156":2,"158":2,"159":5,"16":8,"160":6,"161":16,"167":5,"17":33,"18":135,"19":29,"20":2,"209":5,"21":65,"210":1,"211":1,"214":11,"215":14,"221":46,"223":36,"224":37,"225":101,"23":36,"24":203,"25":38,"257":11,"26":20,"268":2,"27":16,"273":1,"276":4,"279":3,"28":44,"282":10,"292":4,"30":3,"302":1,"31":9,"314":2,"32":4,"33":3,"34":10,"347":2,"35":7,"352":137,"36":25,"37":7,"38":80,"380":1,"381":8,"383":9,"39":7,"391":5,"397":2,"40":8,"409":1,"41":7,"414":2,"415":6,"42":18,"426":1,"43":6,"430":7,"431":1,"433":1,"44":10,"45":3,"46":32,"48":7,"49":15,"5":99,"51":7,"52":4,"53":10,"56":7,"6":24,"7":82,"79":3,"8":31,"80":4,"9":36,"all_client":21071,"all_tv_clinet":2060,"insert_time":"2014-08-18T18:05:31.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18847,"10":12,"107":102,"11":125,"12":5,"13":56,"14":26,"15":26,"155":3,"156":2,"158":2,"159":6,"16":7,"160":5,"161":17,"167":5,"17":32,"18":135,"19":27,"20":2,"209":4,"21":65,"210":1,"211":1,"214":11,"215":14,"221":43,"223":35,"224":37,"225":95,"23":37,"24":196,"25":37,"257":11,"26":21,"268":3,"27":15,"273":2,"276":4,"279":3,"28":45,"282":10,"292":4,"30":3,"302":1,"31":7,"314":2,"32":4,"33":3,"34":11,"347":2,"35":6,"352":132,"36":24,"37":7,"38":78,"380":2,"381":7,"383":9,"39":9,"391":6,"397":2,"40":8,"409":1,"41":7,"414":2,"415":8,"42":18,"426":1,"43":6,"430":6,"431":1,"433":2,"44":11,"45":3,"46":34,"48":6,"49":16,"5":102,"51":8,"52":5,"53":8,"56":7,"6":22,"7":84,"79":3,"8":30,"80":3,"9":34,"all_client":20887,"all_tv_clinet":2040,"insert_time":"2014-08-18T18:06:31.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18712,"10":10,"107":96,"11":125,"12":5,"13":54,"14":27,"15":26,"155":3,"156":2,"158":2,"159":5,"16":6,"160":5,"161":17,"167":5,"17":31,"18":138,"19":25,"20":2,"209":5,"21":63,"210":1,"211":1,"214":10,"215":13,"221":42,"223":37,"224":36,"225":94,"23":39,"24":188,"25":34,"257":11,"26":19,"268":3,"27":16,"273":2,"276":3,"279":3,"28":43,"282":10,"292":4,"30":2,"302":1,"31":7,"314":2,"32":4,"33":3,"34":11,"347":2,"35":6,"352":127,"36":25,"37":10,"38":75,"380":2,"381":9,"383":9,"39":10,"391":6,"397":2,"40":8,"409":1,"41":8,"414":2,"415":9,"42":17,"426":1,"43":7,"430":6,"431":1,"433":2,"44":11,"45":3,"46":33,"48":6,"49":15,"5":98,"51":8,"52":5,"53":8,"56":7,"6":24,"7":85,"79":3,"8":29,"80":3,"9":31,"all_client":20717,"all_tv_clinet":2005,"insert_time":"2014-08-18T18:07:31.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18582,"10":9,"107":92,"11":126,"12":5,"13":54,"14":26,"15":25,"155":3,"156":2,"158":2,"159":5,"16":6,"160":5,"161":17,"167":4,"17":29,"18":139,"19":25,"20":2,"209":6,"21":64,"210":1,"211":1,"214":10,"215":11,"221":42,"223":38,"224":36,"225":92,"23":38,"24":178,"25":33,"257":12,"26":18,"268":2,"27":15,"273":2,"276":3,"279":4,"28":43,"282":10,"292":4,"30":2,"302":1,"31":7,"314":2,"32":4,"33":4,"34":11,"347":2,"35":6,"352":128,"36":23,"37":11,"38":75,"380":3,"381":9,"383":8,"39":11,"391":6,"397":2,"40":8,"409":1,"41":9,"414":2,"415":10,"42":17,"426":1,"43":7,"430":6,"431":1,"433":2,"44":11,"45":4,"46":31,"48":6,"49":16,"5":95,"51":8,"52":6,"53":6,"56":7,"6":23,"7":85,"79":3,"8":28,"80":3,"9":32,"all_client":20564,"all_tv_clinet":1982,"insert_time":"2014-08-18T18:08:32.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18457,"10":10,"107":86,"11":128,"12":5,"13":54,"14":25,"15":26,"155":3,"156":2,"158":2,"159":5,"16":6,"160":5,"161":16,"167":4,"17":27,"18":136,"19":22,"20":2,"209":5,"21":64,"210":1,"214":9,"215":8,"221":42,"223":37,"224":34,"225":90,"23":36,"24":168,"25":35,"257":13,"26":17,"268":1,"27":15,"273":1,"276":3,"279":4,"28":41,"282":11,"292":5,"30":3,"302":1,"31":6,"314":2,"32":4,"33":3,"34":10,"347":2,"35":5,"352":126,"36":22,"37":11,"38":77,"380":4,"381":12,"383":7,"39":11,"391":6,"397":2,"40":8,"409":1,"41":8,"414":2,"415":10,"42":16,"426":1,"43":6,"430":6,"431":1,"433":2,"44":9,"45":5,"46":27,"48":8,"49":16,"5":96,"51":8,"52":6,"53":8,"56":7,"6":25,"7":83,"79":3,"8":28,"80":3,"9":30,"all_client":20398,"all_tv_clinet":1941,"insert_time":"2014-08-18T18:09:32.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18312,"10":10,"107":80,"11":133,"12":5,"13":53,"14":28,"15":25,"155":3,"156":2,"158":2,"159":5,"16":5,"160":5,"161":17,"167":4,"17":24,"18":134,"19":22,"20":2,"209":4,"21":58,"210":1,"214":9,"215":7,"221":40,"223":39,"224":33,"225":90,"23":37,"24":170,"25":35,"257":12,"26":18,"268":1,"27":15,"273":1,"276":3,"279":4,"28":39,"282":11,"292":4,"30":3,"302":1,"31":6,"314":2,"32":4,"33":3,"34":12,"347":3,"35":5,"352":123,"36":22,"37":10,"38":75,"380":4,"381":11,"383":7,"39":12,"391":6,"397":2,"40":9,"409":2,"41":6,"414":2,"415":11,"42":15,"426":2,"43":6,"430":7,"431":1,"433":2,"44":8,"45":5,"46":29,"48":8,"49":16,"5":94,"51":7,"52":6,"53":7,"56":6,"6":26,"7":76,"79":3,"8":27,"80":3,"9":30,"all_client":20227,"all_tv_clinet":1915,"insert_time":"2014-08-18T18:10:32.502Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18161,"10":9,"107":83,"11":131,"12":5,"13":51,"14":30,"15":27,"155":3,"156":2,"158":1,"159":6,"16":6,"160":7,"161":17,"167":3,"17":22,"18":132,"19":18,"20":2,"209":3,"21":59,"210":1,"214":9,"215":7,"221":37,"223":42,"224":30,"225":87,"23":37,"24":167,"25":32,"257":10,"26":18,"268":1,"27":15,"273":2,"276":3,"279":3,"28":37,"282":11,"292":4,"30":2,"302":1,"31":7,"314":2,"32":4,"33":5,"34":13,"347":3,"35":5,"352":116,"36":21,"37":12,"38":74,"380":4,"381":10,"383":8,"39":14,"391":6,"397":2,"40":9,"409":2,"41":9,"414":1,"415":12,"419":1,"42":15,"426":3,"43":6,"430":7,"431":1,"433":2,"44":8,"45":4,"46":28,"48":8,"49":15,"5":91,"51":6,"52":6,"53":6,"56":6,"6":28,"7":78,"79":3,"8":27,"80":4,"9":28,"all_client":20054,"all_tv_clinet":1893,"insert_time":"2014-08-18T18:11:32.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18040,"10":9,"107":86,"11":134,"12":5,"13":52,"14":31,"15":25,"155":3,"156":2,"158":2,"159":5,"16":7,"160":7,"161":17,"167":3,"17":20,"18":132,"19":18,"20":2,"209":4,"21":56,"210":1,"214":9,"215":7,"221":31,"223":43,"224":25,"225":90,"23":34,"24":162,"25":31,"257":10,"26":18,"268":2,"27":15,"273":2,"276":3,"279":3,"28":37,"282":12,"292":4,"30":2,"302":1,"31":7,"314":1,"32":4,"33":5,"34":13,"347":3,"35":3,"352":117,"36":22,"37":12,"38":73,"380":4,"381":10,"383":8,"39":14,"391":5,"397":2,"40":8,"409":2,"41":9,"414":1,"415":14,"419":1,"42":14,"426":3,"43":6,"430":6,"433":2,"44":5,"45":3,"46":27,"48":7,"49":14,"5":85,"51":7,"52":6,"53":6,"56":6,"6":27,"7":76,"79":2,"8":27,"80":5,"9":30,"all_client":19904,"all_tv_clinet":1864,"insert_time":"2014-08-18T18:12:32.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17898,"10":9,"107":90,"11":127,"12":4,"13":52,"14":31,"15":25,"155":4,"156":1,"158":2,"159":5,"16":7,"160":7,"161":17,"167":3,"17":19,"18":130,"19":18,"20":2,"209":4,"21":55,"210":1,"214":5,"215":6,"221":36,"223":40,"224":22,"225":88,"23":31,"24":159,"25":31,"257":11,"26":20,"268":2,"27":14,"273":2,"276":2,"279":3,"28":37,"282":12,"292":5,"30":2,"302":1,"31":7,"314":1,"32":4,"33":5,"34":12,"347":3,"35":3,"352":113,"36":23,"37":13,"38":72,"380":4,"381":9,"383":7,"39":15,"391":4,"397":2,"40":9,"409":2,"41":8,"414":1,"415":14,"419":1,"42":14,"426":3,"43":6,"430":6,"433":2,"44":4,"45":4,"46":25,"48":7,"49":15,"5":82,"51":6,"52":7,"53":7,"56":7,"6":27,"7":82,"79":1,"8":27,"80":5,"9":29,"all_client":19738,"all_tv_clinet":1840,"insert_time":"2014-08-18T18:13:33.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17792,"10":9,"107":89,"11":123,"12":3,"13":50,"14":30,"15":26,"155":4,"156":1,"158":2,"159":5,"16":6,"160":7,"161":18,"167":3,"17":19,"18":127,"19":17,"20":2,"209":4,"21":59,"210":1,"214":5,"215":4,"221":36,"223":41,"224":20,"225":88,"23":32,"24":159,"25":30,"257":10,"26":20,"268":2,"27":15,"273":3,"276":1,"279":3,"28":38,"282":13,"292":6,"30":2,"302":1,"31":7,"314":1,"32":4,"33":5,"34":11,"347":3,"35":3,"352":110,"36":23,"37":12,"38":69,"380":4,"381":10,"383":7,"39":15,"391":4,"397":2,"40":9,"409":2,"41":9,"414":1,"415":14,"419":1,"42":13,"426":3,"43":7,"430":6,"433":2,"44":4,"45":4,"46":28,"48":5,"49":14,"5":82,"51":7,"52":7,"53":6,"56":7,"6":27,"7":78,"79":1,"8":28,"80":5,"9":29,"all_client":19615,"all_tv_clinet":1823,"insert_time":"2014-08-18T18:14:33.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17691,"10":9,"107":90,"11":121,"12":3,"13":55,"14":31,"15":28,"155":4,"156":1,"158":2,"159":5,"16":5,"160":8,"161":16,"167":3,"17":20,"18":129,"19":14,"20":2,"209":4,"21":53,"210":1,"214":4,"215":4,"221":39,"223":38,"224":19,"225":94,"23":32,"24":156,"25":32,"257":10,"26":19,"268":2,"27":14,"273":3,"279":2,"28":39,"282":14,"292":6,"30":2,"302":1,"31":7,"314":1,"32":3,"33":6,"34":11,"347":3,"35":4,"352":103,"36":24,"37":11,"38":64,"380":4,"381":9,"383":6,"39":16,"391":4,"397":2,"40":10,"409":2,"41":10,"414":1,"415":16,"419":1,"42":13,"426":3,"43":9,"430":6,"433":2,"44":4,"45":4,"46":27,"48":4,"49":15,"5":77,"51":6,"52":7,"53":8,"56":6,"6":27,"7":78,"79":1,"8":26,"80":5,"9":28,"all_client":19499,"all_tv_clinet":1808,"insert_time":"2014-08-18T18:15:33.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17562,"10":8,"107":91,"11":122,"12":3,"13":54,"14":30,"15":28,"155":4,"156":1,"158":2,"159":5,"16":4,"160":8,"161":14,"167":3,"17":17,"18":126,"19":14,"20":1,"209":5,"21":54,"210":1,"214":4,"215":3,"221":39,"223":40,"224":18,"225":92,"23":32,"24":155,"25":33,"257":9,"26":18,"268":2,"27":14,"273":3,"279":3,"28":37,"282":14,"292":6,"30":2,"302":1,"31":8,"314":1,"32":3,"33":6,"34":11,"347":2,"35":4,"352":103,"36":24,"37":10,"38":64,"380":4,"381":8,"383":5,"39":17,"391":4,"397":2,"40":11,"409":2,"41":11,"414":1,"415":16,"419":1,"42":11,"426":3,"43":9,"430":6,"433":2,"44":4,"45":4,"46":25,"48":5,"49":14,"5":75,"51":6,"52":7,"53":10,"56":6,"6":24,"7":79,"79":1,"8":24,"80":5,"9":30,"all_client":19350,"all_tv_clinet":1788,"insert_time":"2014-08-18T18:16:33.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17409,"10":7,"107":90,"11":128,"12":3,"13":54,"14":29,"15":27,"155":4,"156":1,"158":2,"159":5,"16":4,"160":8,"161":14,"167":3,"17":12,"18":126,"19":14,"20":1,"209":5,"21":53,"214":4,"215":4,"221":36,"223":37,"224":18,"225":93,"23":31,"24":160,"25":34,"257":9,"26":16,"268":2,"27":13,"273":3,"279":3,"28":36,"282":11,"292":6,"30":2,"302":1,"31":7,"314":1,"32":3,"33":6,"34":11,"347":3,"35":4,"352":107,"36":27,"37":10,"38":63,"380":6,"381":8,"383":5,"39":16,"391":4,"397":2,"40":13,"409":2,"41":10,"414":1,"415":15,"419":1,"42":11,"426":3,"43":11,"430":6,"433":2,"44":4,"45":5,"46":20,"48":6,"49":14,"5":76,"51":6,"52":6,"53":11,"56":6,"6":23,"7":77,"79":1,"8":25,"80":5,"9":31,"all_client":19192,"all_tv_clinet":1783,"insert_time":"2014-08-18T18:17:33.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17307,"10":6,"107":82,"11":128,"12":3,"13":51,"14":28,"15":27,"155":4,"156":1,"158":1,"159":6,"16":4,"160":7,"161":16,"167":3,"17":9,"18":124,"19":14,"20":1,"209":5,"21":53,"214":4,"215":4,"221":36,"223":37,"224":16,"225":90,"23":29,"24":159,"25":34,"257":9,"26":16,"268":1,"27":14,"273":3,"279":3,"28":35,"282":10,"292":5,"30":1,"302":1,"31":7,"314":1,"32":3,"33":6,"34":12,"347":3,"35":4,"352":106,"36":27,"37":10,"38":67,"380":6,"381":8,"383":6,"39":16,"391":3,"397":2,"40":13,"409":2,"41":9,"414":2,"415":15,"419":1,"42":12,"426":3,"43":10,"430":6,"433":1,"44":4,"45":4,"46":15,"48":4,"49":16,"5":76,"51":7,"52":6,"53":10,"56":5,"6":23,"7":78,"79":2,"8":26,"80":5,"9":31,"all_client":19060,"all_tv_clinet":1753,"insert_time":"2014-08-18T18:18:34.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17184,"10":6,"107":78,"11":130,"12":3,"13":51,"14":26,"15":27,"155":4,"156":1,"158":1,"159":6,"16":4,"160":7,"161":16,"167":2,"17":8,"18":125,"19":13,"20":2,"209":2,"21":53,"214":4,"215":3,"221":37,"223":43,"224":16,"225":90,"23":28,"24":155,"25":32,"257":9,"26":13,"268":1,"27":14,"273":3,"279":3,"28":34,"282":7,"292":4,"30":1,"302":1,"31":7,"314":1,"32":2,"33":6,"34":12,"347":5,"35":5,"352":104,"36":26,"37":10,"38":67,"380":6,"381":7,"383":7,"39":15,"391":3,"397":3,"40":13,"409":2,"41":9,"414":2,"415":11,"419":1,"42":12,"426":3,"43":12,"430":8,"433":1,"44":4,"45":6,"46":15,"48":4,"49":15,"5":76,"51":8,"52":6,"53":9,"56":5,"6":22,"7":78,"79":2,"8":25,"80":5,"9":31,"all_client":18918,"all_tv_clinet":1734,"insert_time":"2014-08-18T18:19:34.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17065,"10":7,"107":75,"11":134,"12":3,"13":49,"14":27,"15":26,"155":4,"156":1,"158":1,"159":4,"16":4,"160":7,"161":15,"167":1,"168":1,"17":8,"18":128,"19":12,"20":2,"209":2,"21":53,"214":3,"215":3,"221":36,"223":41,"224":15,"225":93,"23":28,"24":153,"25":32,"257":8,"26":13,"268":1,"27":12,"273":3,"279":3,"28":34,"282":7,"292":4,"30":1,"31":7,"314":1,"32":2,"33":6,"34":14,"347":5,"35":6,"352":97,"36":25,"37":11,"38":69,"380":6,"381":6,"383":6,"39":17,"391":2,"397":3,"40":13,"409":2,"41":8,"414":3,"415":10,"419":1,"42":13,"426":3,"43":13,"430":8,"433":1,"44":4,"45":4,"46":16,"48":5,"49":13,"5":75,"51":8,"52":6,"53":9,"56":5,"6":22,"7":79,"79":2,"8":23,"80":5,"9":31,"all_client":18784,"all_tv_clinet":1719,"insert_time":"2014-08-18T18:20:34.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16914,"10":6,"107":76,"11":137,"12":3,"13":48,"14":27,"15":27,"155":4,"156":1,"158":1,"159":4,"16":4,"160":7,"161":14,"167":1,"168":1,"17":7,"18":125,"19":11,"20":2,"209":1,"21":53,"214":3,"215":4,"221":33,"223":41,"224":14,"225":92,"23":25,"24":147,"25":32,"257":8,"26":15,"268":1,"27":14,"273":3,"279":3,"28":36,"282":6,"292":4,"30":2,"31":7,"314":1,"32":2,"33":6,"34":14,"347":5,"35":6,"352":97,"36":25,"37":11,"38":73,"380":6,"381":5,"383":6,"39":17,"391":2,"397":3,"40":15,"409":1,"41":8,"414":3,"415":9,"419":1,"42":14,"426":3,"43":12,"430":8,"433":1,"44":3,"45":4,"46":16,"48":5,"49":12,"5":78,"51":8,"52":7,"53":9,"56":4,"6":21,"7":81,"79":2,"8":24,"80":5,"9":32,"all_client":18629,"all_tv_clinet":1715,"insert_time":"2014-08-18T18:21:34.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16820,"10":6,"107":74,"11":138,"12":3,"13":48,"14":24,"15":29,"155":4,"156":1,"158":1,"159":4,"16":4,"160":7,"161":15,"167":1,"168":1,"17":7,"18":123,"19":11,"20":1,"209":1,"21":58,"214":3,"215":5,"221":27,"223":39,"224":12,"225":93,"23":25,"24":147,"25":32,"257":7,"26":13,"268":2,"27":13,"273":3,"279":3,"28":37,"282":6,"292":4,"30":2,"31":8,"314":1,"32":2,"33":6,"34":12,"347":4,"35":6,"352":94,"36":23,"37":10,"38":70,"380":6,"381":6,"383":6,"39":15,"391":2,"397":3,"40":16,"409":1,"41":7,"414":3,"415":9,"419":2,"42":14,"426":3,"43":13,"430":8,"44":3,"45":4,"46":18,"48":5,"49":12,"5":73,"51":6,"52":7,"53":9,"56":4,"6":19,"7":82,"79":2,"8":23,"80":6,"9":31,"all_client":18508,"all_tv_clinet":1688,"insert_time":"2014-08-18T18:22:34.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16701,"10":6,"107":75,"11":137,"12":2,"13":47,"14":23,"15":31,"155":4,"156":1,"158":1,"159":4,"16":6,"160":7,"161":15,"167":1,"168":1,"17":7,"18":117,"19":9,"20":1,"209":1,"21":57,"214":3,"215":6,"221":27,"223":41,"224":10,"225":92,"23":25,"24":148,"25":30,"257":7,"26":13,"268":2,"27":12,"273":3,"279":3,"28":37,"281":1,"282":6,"292":4,"30":1,"31":8,"32":2,"33":6,"34":11,"347":3,"35":5,"352":90,"36":24,"37":9,"38":73,"380":6,"381":6,"383":5,"39":14,"391":2,"396":1,"397":3,"40":17,"409":1,"41":4,"414":4,"415":8,"419":2,"42":14,"426":2,"43":14,"430":7,"44":3,"45":4,"46":17,"48":4,"49":12,"5":75,"51":6,"52":7,"53":10,"56":5,"6":19,"7":84,"79":2,"8":22,"80":6,"9":32,"all_client":18374,"all_tv_clinet":1673,"insert_time":"2014-08-18T18:23:35.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16578,"10":6,"107":78,"11":135,"12":2,"13":48,"14":22,"15":33,"155":4,"156":1,"158":1,"159":3,"16":5,"160":6,"161":15,"167":1,"168":1,"17":6,"18":112,"19":9,"20":1,"209":1,"21":56,"214":3,"215":6,"221":29,"223":41,"224":10,"225":93,"23":24,"24":143,"25":31,"257":6,"26":13,"268":2,"27":11,"273":2,"279":3,"28":36,"281":1,"282":5,"292":4,"30":1,"31":9,"32":2,"33":6,"34":11,"347":3,"35":5,"352":88,"36":25,"37":9,"38":74,"380":6,"381":6,"383":5,"39":14,"391":2,"396":1,"397":3,"40":18,"409":1,"41":5,"414":4,"415":7,"419":2,"42":14,"426":2,"43":14,"430":7,"44":3,"45":4,"46":18,"48":4,"49":12,"5":76,"51":4,"52":7,"53":9,"56":6,"6":19,"7":84,"79":1,"8":21,"80":6,"9":31,"all_client":18236,"all_tv_clinet":1658,"insert_time":"2014-08-18T18:24:35.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16429,"10":7,"107":83,"11":139,"12":2,"13":47,"14":22,"15":34,"155":4,"156":1,"158":1,"159":2,"16":5,"160":6,"161":14,"167":1,"168":1,"17":6,"18":109,"19":9,"20":1,"209":1,"21":54,"214":1,"215":6,"221":32,"223":41,"224":10,"225":96,"23":26,"24":144,"25":33,"257":5,"26":13,"268":1,"27":11,"273":2,"279":3,"28":35,"281":1,"282":4,"292":4,"30":1,"31":9,"32":2,"33":6,"34":11,"347":4,"35":4,"352":92,"36":25,"37":9,"38":74,"380":6,"381":6,"383":5,"39":14,"391":1,"396":1,"397":3,"40":18,"409":1,"41":5,"414":3,"415":7,"419":2,"42":14,"426":4,"43":13,"430":7,"44":3,"45":4,"46":18,"48":4,"49":11,"5":78,"51":4,"52":7,"53":8,"56":6,"6":18,"7":82,"79":1,"8":21,"80":6,"9":31,"all_client":18095,"all_tv_clinet":1666,"insert_time":"2014-08-18T18:25:35.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16307,"10":7,"107":84,"11":137,"12":2,"13":45,"14":22,"15":35,"155":4,"156":1,"158":1,"159":2,"16":6,"160":6,"161":15,"167":1,"168":1,"17":6,"18":105,"19":9,"20":1,"21":57,"214":1,"215":6,"221":34,"223":39,"224":11,"225":93,"23":26,"24":143,"25":36,"257":5,"26":13,"268":1,"27":10,"273":2,"279":3,"28":36,"281":1,"282":3,"292":5,"30":1,"31":9,"32":2,"33":6,"34":11,"347":4,"35":4,"352":92,"36":21,"37":9,"38":70,"380":6,"381":5,"383":4,"389":1,"39":14,"391":1,"396":1,"397":3,"40":19,"409":1,"41":5,"414":3,"415":8,"419":2,"42":15,"426":4,"43":12,"430":7,"44":3,"45":4,"46":17,"48":4,"49":10,"5":76,"51":4,"52":7,"53":8,"56":6,"6":18,"7":79,"79":1,"8":21,"80":6,"9":32,"all_client":17958,"all_tv_clinet":1651,"insert_time":"2014-08-18T18:26:35.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16194,"10":7,"107":79,"11":139,"12":2,"13":44,"14":24,"15":34,"155":4,"156":1,"158":1,"159":2,"16":6,"160":6,"161":15,"167":1,"168":1,"17":5,"18":103,"19":10,"20":1,"21":61,"214":1,"215":6,"221":34,"223":40,"224":11,"225":93,"23":26,"24":137,"25":37,"257":6,"26":10,"268":1,"27":9,"273":2,"279":3,"28":36,"281":1,"282":3,"292":5,"30":1,"31":10,"32":3,"33":6,"34":11,"347":4,"35":4,"352":91,"36":19,"37":9,"38":67,"380":6,"381":5,"383":3,"389":1,"39":15,"391":1,"396":1,"397":3,"40":18,"409":1,"41":4,"414":2,"415":6,"419":2,"42":16,"426":5,"43":12,"430":7,"44":3,"45":4,"46":15,"48":4,"49":10,"5":70,"51":5,"52":6,"53":9,"56":6,"6":20,"7":74,"8":20,"80":6,"9":30,"all_client":17816,"all_tv_clinet":1622,"insert_time":"2014-08-18T18:27:35.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16101,"10":8,"107":79,"11":139,"12":1,"13":43,"14":23,"15":33,"155":4,"158":2,"159":2,"16":6,"160":6,"161":17,"167":1,"168":1,"17":5,"18":100,"19":10,"20":1,"21":58,"214":1,"215":6,"221":33,"223":41,"224":11,"225":89,"23":27,"24":133,"25":39,"257":6,"26":10,"268":1,"27":10,"273":2,"279":3,"28":36,"281":1,"282":2,"292":5,"30":1,"31":9,"32":3,"33":6,"34":12,"347":3,"35":3,"352":100,"36":19,"37":8,"38":65,"380":6,"381":5,"383":3,"389":1,"39":15,"391":1,"396":1,"397":3,"40":18,"409":1,"41":2,"414":3,"415":6,"419":2,"42":17,"426":4,"43":12,"430":8,"44":3,"45":4,"46":15,"48":4,"49":11,"5":70,"51":5,"52":5,"53":9,"56":6,"6":19,"7":72,"8":22,"80":7,"9":29,"all_client":17714,"all_tv_clinet":1613,"insert_time":"2014-08-18T18:28:35.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15981,"10":8,"107":76,"11":139,"12":1,"13":45,"14":25,"15":30,"155":4,"158":2,"159":2,"16":8,"160":5,"161":15,"167":1,"168":1,"17":5,"18":100,"19":9,"20":1,"21":57,"214":1,"215":6,"221":37,"223":40,"224":12,"225":88,"23":30,"24":130,"25":38,"257":7,"26":9,"268":1,"27":10,"273":1,"279":2,"28":34,"282":2,"292":5,"30":1,"31":9,"314":1,"32":3,"33":5,"34":13,"347":3,"35":3,"352":100,"36":17,"37":9,"38":63,"380":5,"381":5,"383":4,"39":15,"391":1,"396":1,"397":3,"40":19,"409":2,"41":2,"414":2,"415":7,"419":2,"42":17,"426":4,"43":12,"430":6,"44":3,"45":4,"46":14,"48":4,"49":11,"5":70,"51":3,"52":6,"53":9,"56":6,"6":19,"7":72,"79":2,"8":22,"80":6,"9":28,"all_client":17581,"all_tv_clinet":1600,"insert_time":"2014-08-18T18:29:35.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15889,"10":8,"107":81,"11":136,"12":1,"13":45,"14":24,"15":27,"155":4,"158":2,"159":2,"16":7,"160":3,"161":16,"167":1,"168":1,"17":4,"18":99,"19":9,"20":1,"21":59,"214":1,"215":6,"221":37,"223":40,"224":12,"225":88,"23":29,"24":134,"25":37,"257":7,"26":10,"27":10,"276":1,"279":2,"28":32,"282":2,"292":5,"31":8,"314":1,"32":3,"33":4,"34":12,"347":3,"35":3,"352":101,"36":14,"37":9,"38":59,"380":5,"381":5,"383":4,"39":16,"391":1,"396":1,"397":3,"40":19,"409":2,"41":2,"414":2,"415":8,"419":3,"42":17,"426":4,"43":12,"430":6,"44":3,"45":4,"46":16,"48":4,"49":11,"5":73,"51":3,"52":5,"53":9,"56":6,"6":18,"7":66,"79":2,"8":22,"80":6,"9":29,"all_client":17476,"all_tv_clinet":1587,"insert_time":"2014-08-18T18:30:37.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15790,"10":9,"107":82,"11":131,"12":1,"13":45,"14":24,"15":27,"155":4,"158":2,"159":2,"16":7,"160":3,"161":17,"167":1,"168":1,"17":4,"18":99,"19":9,"20":1,"21":61,"214":2,"215":5,"221":36,"223":39,"224":11,"225":85,"23":29,"24":132,"25":35,"257":6,"26":9,"27":10,"276":1,"279":2,"28":32,"282":3,"292":5,"31":8,"314":1,"32":3,"33":4,"34":10,"347":3,"35":3,"352":100,"36":14,"37":10,"38":59,"380":5,"381":5,"383":4,"39":16,"391":1,"396":1,"397":3,"40":20,"409":2,"41":3,"414":1,"415":9,"419":3,"42":16,"426":5,"43":11,"430":6,"44":3,"45":2,"46":16,"48":4,"49":11,"5":74,"51":3,"52":5,"53":9,"56":6,"6":18,"7":68,"79":2,"8":23,"80":5,"9":29,"all_client":17366,"all_tv_clinet":1576,"insert_time":"2014-08-18T18:31:44.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15684,"10":10,"107":81,"11":131,"12":2,"13":45,"14":23,"15":25,"155":4,"156":1,"158":2,"159":2,"16":6,"160":2,"161":18,"167":1,"168":1,"17":3,"18":99,"19":10,"20":1,"21":59,"214":2,"215":6,"221":36,"223":40,"224":11,"225":91,"23":29,"24":130,"25":33,"257":6,"26":10,"27":8,"273":1,"276":1,"279":2,"28":30,"282":4,"292":4,"31":9,"314":1,"32":4,"33":4,"34":10,"347":3,"35":4,"352":92,"36":16,"37":10,"38":60,"380":4,"381":5,"383":4,"39":17,"396":1,"397":2,"40":20,"409":1,"41":3,"415":10,"419":2,"42":15,"426":5,"43":12,"430":6,"44":2,"45":2,"46":17,"48":5,"49":9,"5":72,"51":3,"52":4,"53":9,"56":6,"6":18,"7":67,"79":1,"8":23,"80":5,"9":31,"all_client":17248,"all_tv_clinet":1564,"insert_time":"2014-08-18T18:32:44.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15549,"10":9,"107":83,"11":134,"12":2,"13":47,"14":21,"15":25,"155":3,"156":1,"158":2,"159":2,"16":6,"160":2,"161":17,"167":1,"168":1,"17":3,"18":100,"19":10,"20":1,"209":3,"21":58,"214":2,"215":6,"221":36,"223":40,"224":11,"225":90,"23":28,"24":131,"25":30,"257":5,"26":9,"27":8,"273":1,"276":2,"279":2,"28":30,"282":4,"292":4,"31":9,"314":1,"32":4,"33":4,"34":11,"347":3,"35":4,"352":93,"36":16,"37":10,"38":59,"380":4,"381":7,"383":5,"39":17,"396":1,"397":2,"40":20,"409":1,"41":4,"415":8,"419":1,"42":14,"426":3,"43":12,"430":6,"44":2,"45":2,"46":19,"48":6,"49":13,"5":70,"51":3,"52":4,"53":7,"56":6,"6":19,"7":61,"79":1,"8":26,"80":4,"9":28,"all_client":17109,"all_tv_clinet":1560,"insert_time":"2014-08-18T18:33:44.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15463,"10":10,"107":78,"11":133,"12":3,"13":45,"14":21,"15":26,"155":3,"156":1,"158":2,"159":1,"16":6,"160":2,"161":16,"167":2,"168":1,"17":3,"18":100,"19":10,"20":1,"209":4,"21":60,"214":2,"215":7,"221":37,"223":40,"224":12,"225":88,"23":28,"24":132,"25":27,"257":5,"26":11,"27":6,"273":1,"276":2,"279":1,"28":30,"282":3,"292":4,"31":9,"314":1,"32":4,"33":4,"34":12,"347":3,"35":4,"352":97,"36":14,"37":9,"38":60,"380":4,"381":7,"383":5,"39":18,"396":1,"397":2,"40":21,"409":1,"41":5,"414":1,"415":11,"419":1,"42":14,"426":2,"43":12,"430":6,"44":2,"45":2,"46":19,"48":6,"49":13,"5":69,"51":2,"52":4,"53":7,"56":6,"6":18,"7":62,"79":1,"8":25,"80":4,"9":27,"all_client":17022,"all_tv_clinet":1559,"insert_time":"2014-08-18T18:34:45.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15363,"10":10,"107":77,"11":136,"12":2,"13":46,"14":20,"15":25,"155":3,"156":1,"158":2,"159":1,"16":8,"160":2,"161":16,"167":2,"168":1,"17":3,"18":97,"19":10,"20":1,"209":4,"21":58,"214":2,"215":7,"221":34,"223":37,"224":13,"225":87,"23":26,"24":128,"25":30,"257":6,"26":11,"27":6,"276":2,"279":2,"28":30,"282":2,"292":3,"31":9,"314":1,"32":4,"33":4,"34":12,"347":3,"35":3,"352":95,"36":15,"37":8,"38":60,"380":4,"381":7,"383":5,"39":17,"396":1,"397":2,"40":22,"409":1,"41":5,"414":1,"415":13,"419":1,"42":14,"426":2,"43":12,"430":7,"44":2,"45":2,"46":19,"48":6,"49":15,"5":67,"51":2,"52":4,"53":8,"56":5,"6":17,"7":57,"79":1,"8":26,"80":4,"9":26,"all_client":16903,"all_tv_clinet":1540,"insert_time":"2014-08-18T18:35:45.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15223,"10":10,"107":80,"11":137,"12":2,"13":49,"14":20,"15":25,"155":4,"156":1,"158":2,"159":1,"16":8,"160":2,"161":16,"167":2,"168":1,"17":3,"18":98,"19":10,"20":1,"209":1,"21":54,"214":2,"215":7,"221":32,"223":36,"224":11,"225":85,"23":27,"24":126,"25":29,"257":6,"26":11,"268":2,"27":7,"276":2,"279":2,"28":29,"282":2,"292":5,"31":8,"314":1,"32":4,"33":3,"34":10,"347":3,"35":3,"352":91,"36":13,"37":8,"38":53,"380":3,"381":7,"383":5,"39":18,"396":1,"397":2,"40":23,"409":1,"41":5,"414":1,"415":13,"419":1,"42":13,"426":2,"43":13,"430":7,"44":2,"45":2,"46":19,"48":6,"49":15,"5":68,"51":1,"52":4,"53":9,"56":5,"6":14,"7":58,"79":1,"8":23,"80":3,"9":26,"all_client":16739,"all_tv_clinet":1516,"insert_time":"2014-08-18T18:36:45.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15099,"10":9,"107":85,"11":139,"12":1,"13":49,"14":20,"15":25,"155":4,"156":1,"158":2,"159":1,"16":8,"160":2,"161":17,"167":1,"168":1,"17":3,"18":99,"19":10,"20":1,"21":57,"214":2,"215":7,"221":34,"223":34,"224":11,"225":84,"23":29,"24":123,"25":28,"257":6,"26":8,"268":2,"27":8,"276":2,"279":2,"28":29,"282":3,"292":5,"31":8,"314":1,"32":4,"33":4,"34":10,"347":3,"35":2,"352":94,"36":13,"37":7,"38":56,"380":3,"381":7,"383":5,"39":18,"396":1,"397":2,"40":22,"409":1,"41":4,"414":1,"415":10,"419":1,"42":13,"426":2,"43":13,"430":7,"44":3,"45":2,"46":18,"48":6,"49":16,"5":70,"51":2,"52":4,"53":9,"56":5,"6":11,"7":61,"79":1,"8":24,"80":2,"9":25,"all_client":16622,"all_tv_clinet":1523,"insert_time":"2014-08-18T18:37:45.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14958,"10":9,"107":87,"11":146,"12":1,"13":49,"14":19,"15":25,"155":4,"156":1,"158":2,"159":1,"16":8,"161":16,"167":1,"17":3,"18":99,"19":10,"20":1,"209":1,"21":57,"214":2,"215":7,"221":31,"223":33,"224":10,"225":86,"23":27,"24":123,"25":29,"257":5,"26":8,"268":2,"27":8,"276":2,"279":2,"28":28,"282":3,"292":7,"31":8,"314":1,"32":5,"33":4,"34":11,"347":4,"35":2,"352":93,"36":11,"37":5,"38":55,"380":3,"381":7,"383":5,"39":18,"396":1,"397":2,"40":21,"409":1,"41":5,"414":1,"415":8,"419":1,"42":13,"426":2,"43":13,"430":6,"44":3,"45":3,"46":19,"48":6,"49":17,"5":70,"51":2,"52":4,"53":10,"56":5,"6":12,"7":59,"79":2,"8":24,"80":1,"9":24,"all_client":16478,"all_tv_clinet":1520,"insert_time":"2014-08-18T18:38:45.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14862,"10":9,"107":86,"11":148,"12":1,"13":50,"14":19,"15":24,"155":4,"156":1,"158":2,"159":1,"16":9,"161":16,"167":1,"17":3,"18":98,"19":10,"20":1,"209":3,"21":56,"214":2,"215":7,"221":30,"223":30,"224":10,"225":78,"23":28,"24":120,"25":29,"257":6,"26":8,"268":2,"27":11,"276":1,"279":2,"28":27,"282":3,"292":7,"31":7,"314":1,"32":5,"33":4,"34":10,"347":4,"35":3,"352":99,"36":11,"37":4,"38":58,"380":3,"381":6,"383":5,"39":16,"396":1,"397":2,"40":20,"41":4,"414":1,"415":9,"419":1,"42":13,"426":2,"43":14,"430":7,"44":2,"45":3,"46":18,"48":6,"49":16,"5":71,"51":2,"52":5,"53":12,"56":4,"6":11,"7":53,"79":3,"8":23,"80":1,"9":23,"all_client":16368,"all_tv_clinet":1506,"insert_time":"2014-08-18T18:39:45.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14783,"10":10,"107":88,"11":145,"12":1,"13":52,"14":19,"15":24,"155":4,"156":1,"158":2,"159":1,"16":9,"161":15,"167":1,"17":3,"18":97,"19":10,"20":2,"209":3,"21":54,"214":2,"215":7,"221":29,"223":32,"224":10,"225":79,"23":25,"24":115,"25":27,"257":7,"26":8,"268":2,"27":11,"276":1,"279":2,"28":26,"282":3,"292":7,"31":7,"314":1,"32":5,"33":4,"34":10,"347":3,"35":3,"352":95,"36":11,"37":4,"38":55,"380":3,"381":6,"383":5,"39":16,"397":1,"40":20,"41":4,"414":1,"415":10,"419":1,"42":13,"426":2,"43":16,"430":7,"44":1,"45":2,"46":18,"48":6,"49":16,"5":73,"51":3,"52":4,"53":11,"56":4,"6":12,"7":51,"79":3,"8":23,"9":22,"all_client":16269,"all_tv_clinet":1486,"insert_time":"2014-08-18T18:40:46.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14673,"10":10,"107":92,"11":141,"12":1,"13":53,"14":20,"15":23,"155":4,"156":1,"158":2,"159":1,"16":8,"161":14,"167":1,"17":3,"18":96,"19":9,"20":2,"209":3,"21":53,"214":2,"215":7,"221":29,"223":33,"224":10,"225":83,"23":27,"24":117,"25":25,"257":8,"26":9,"268":2,"27":11,"276":1,"279":3,"28":25,"282":4,"292":7,"31":7,"314":1,"32":4,"33":4,"34":8,"347":3,"35":3,"352":97,"36":11,"37":4,"38":55,"380":3,"381":6,"383":5,"39":14,"397":1,"40":20,"41":5,"414":2,"415":11,"419":1,"42":14,"426":2,"43":14,"430":6,"44":3,"45":1,"46":16,"48":8,"49":16,"5":71,"51":3,"52":4,"53":10,"56":5,"6":10,"7":54,"79":3,"8":22,"9":22,"all_client":16162,"all_tv_clinet":1489,"insert_time":"2014-08-18T18:41:46.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14533,"10":10,"107":95,"11":141,"12":2,"13":53,"14":21,"15":21,"155":4,"156":1,"158":2,"159":1,"16":8,"161":15,"167":1,"17":3,"18":94,"19":7,"20":2,"209":3,"21":54,"214":2,"215":6,"221":30,"223":35,"224":10,"225":84,"23":26,"24":120,"25":26,"257":7,"26":9,"268":2,"27":11,"276":1,"279":3,"28":26,"282":4,"292":6,"31":6,"314":1,"32":4,"33":5,"34":8,"347":3,"35":4,"352":99,"36":12,"37":4,"38":55,"380":4,"381":6,"383":5,"39":13,"397":1,"40":19,"409":1,"41":5,"414":2,"415":9,"419":1,"42":13,"426":2,"43":11,"430":6,"44":4,"45":1,"46":14,"48":8,"49":16,"5":72,"51":3,"52":3,"53":9,"56":5,"6":11,"7":53,"79":3,"8":22,"9":22,"all_client":16024,"all_tv_clinet":1491,"insert_time":"2014-08-18T18:42:46.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14437,"10":10,"107":97,"11":145,"12":1,"13":54,"14":21,"15":21,"155":4,"156":1,"158":2,"159":1,"16":8,"161":15,"167":1,"17":3,"18":95,"19":8,"20":1,"209":4,"21":53,"214":2,"215":6,"221":28,"223":35,"224":11,"225":85,"23":27,"24":122,"25":23,"257":7,"26":10,"268":2,"27":11,"276":1,"279":3,"28":26,"282":4,"292":5,"31":6,"314":1,"32":4,"33":4,"34":8,"347":3,"35":4,"352":96,"36":12,"37":4,"38":58,"380":4,"381":6,"383":4,"39":13,"397":1,"40":19,"409":2,"41":5,"414":2,"415":9,"419":1,"42":13,"426":1,"43":10,"430":6,"44":4,"45":1,"46":12,"48":8,"49":17,"5":69,"51":3,"52":3,"53":8,"56":4,"6":11,"7":51,"79":3,"8":21,"9":23,"all_client":15924,"all_tv_clinet":1487,"insert_time":"2014-08-18T18:43:46.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14327,"10":11,"107":96,"11":145,"12":1,"13":51,"14":22,"15":20,"155":4,"156":1,"158":2,"159":1,"16":7,"161":16,"167":1,"17":3,"18":92,"19":7,"20":1,"209":4,"21":53,"214":2,"215":6,"221":28,"223":34,"224":11,"225":87,"23":27,"24":122,"25":23,"257":8,"26":12,"268":2,"27":10,"273":1,"276":1,"279":4,"28":26,"282":3,"292":5,"31":6,"314":1,"32":3,"33":3,"34":8,"347":2,"35":5,"352":94,"36":10,"37":6,"38":63,"380":3,"381":6,"383":4,"39":11,"397":1,"40":17,"409":2,"41":5,"414":3,"415":8,"419":1,"42":11,"426":1,"43":11,"430":6,"44":4,"45":1,"46":12,"48":8,"49":17,"5":71,"51":3,"52":3,"53":9,"56":4,"6":11,"7":47,"79":3,"8":19,"9":24,"all_client":15804,"all_tv_clinet":1477,"insert_time":"2014-08-18T18:44:46.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14261,"10":11,"107":96,"11":144,"12":1,"13":47,"14":21,"15":17,"155":4,"156":1,"158":2,"159":1,"16":8,"161":15,"167":1,"17":3,"18":92,"19":7,"20":1,"209":5,"21":53,"214":2,"215":6,"221":26,"223":33,"224":13,"225":87,"23":27,"24":121,"25":23,"257":7,"26":12,"268":2,"27":10,"273":2,"276":1,"279":4,"28":26,"282":3,"292":5,"31":6,"314":1,"32":4,"33":3,"34":8,"347":2,"35":5,"352":91,"36":10,"37":6,"38":64,"380":3,"381":6,"383":4,"39":11,"40":17,"409":2,"41":4,"414":3,"415":8,"42":10,"426":1,"43":11,"430":6,"44":4,"45":1,"46":12,"48":8,"49":16,"5":70,"51":3,"52":3,"53":9,"56":4,"6":11,"7":48,"79":2,"8":19,"9":24,"all_client":15721,"all_tv_clinet":1460,"insert_time":"2014-08-18T18:45:46.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14162,"10":11,"107":93,"11":142,"12":1,"13":47,"14":22,"15":17,"155":4,"156":1,"158":2,"159":1,"16":8,"161":12,"167":1,"17":3,"18":88,"19":7,"20":2,"209":4,"21":53,"214":2,"215":6,"221":24,"223":30,"224":13,"225":87,"23":26,"24":122,"25":23,"257":8,"26":11,"268":2,"27":10,"273":2,"276":1,"279":4,"28":27,"282":3,"292":5,"31":5,"314":1,"32":4,"33":3,"34":9,"347":2,"35":7,"352":88,"36":10,"37":6,"38":63,"380":3,"381":6,"383":3,"39":11,"40":17,"409":1,"41":4,"414":3,"415":8,"42":10,"426":1,"43":11,"430":6,"44":4,"45":1,"46":12,"48":8,"49":15,"5":68,"51":2,"52":3,"53":10,"56":4,"6":12,"7":52,"79":2,"8":19,"9":24,"all_client":15605,"all_tv_clinet":1443,"insert_time":"2014-08-18T18:46:46.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14087,"10":10,"107":94,"11":140,"12":1,"13":47,"14":21,"15":14,"155":4,"156":1,"158":2,"159":1,"16":8,"161":12,"167":1,"17":3,"18":86,"19":7,"20":3,"209":4,"21":51,"214":2,"215":6,"221":23,"223":31,"224":14,"225":81,"23":26,"24":120,"25":23,"257":7,"26":12,"268":2,"27":10,"273":2,"276":1,"279":4,"28":26,"282":4,"292":4,"31":6,"314":1,"32":4,"33":3,"34":10,"347":2,"35":7,"352":89,"36":10,"37":6,"38":62,"380":4,"381":6,"383":3,"39":11,"40":17,"409":1,"41":4,"414":2,"415":7,"42":10,"426":1,"43":11,"430":6,"44":3,"45":1,"46":14,"48":8,"49":15,"5":68,"51":2,"52":3,"53":10,"56":3,"6":12,"7":52,"79":2,"8":18,"9":25,"all_client":15514,"all_tv_clinet":1427,"insert_time":"2014-08-18T18:47:47.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14016,"10":10,"107":90,"11":140,"12":1,"13":48,"14":21,"15":15,"155":4,"156":1,"158":2,"159":1,"16":7,"161":11,"167":1,"17":3,"18":83,"19":7,"20":3,"209":5,"21":51,"214":2,"215":6,"221":23,"223":33,"224":15,"225":81,"23":27,"24":119,"25":22,"257":7,"26":12,"268":2,"27":9,"273":2,"276":1,"279":5,"28":26,"282":4,"292":4,"31":6,"314":1,"32":4,"33":3,"34":9,"347":2,"35":7,"352":86,"36":9,"37":7,"38":56,"380":4,"381":6,"383":3,"39":11,"40":19,"409":1,"41":5,"414":2,"415":8,"42":11,"426":1,"43":12,"430":6,"44":3,"45":2,"46":14,"48":9,"49":13,"5":69,"51":2,"52":3,"53":6,"56":3,"6":11,"7":51,"79":2,"8":18,"9":27,"all_client":15432,"all_tv_clinet":1416,"insert_time":"2014-08-18T18:48:47.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13937,"10":10,"107":90,"11":142,"12":1,"13":47,"14":20,"15":15,"155":4,"156":1,"158":2,"159":1,"16":8,"161":12,"167":1,"17":3,"18":84,"19":7,"20":1,"209":5,"21":52,"214":2,"215":6,"221":22,"223":33,"224":14,"225":77,"23":28,"24":121,"25":22,"257":8,"26":12,"268":2,"27":9,"273":2,"276":1,"279":5,"28":25,"282":5,"292":4,"30":1,"31":6,"314":1,"32":4,"33":3,"34":8,"347":2,"35":6,"352":89,"36":8,"37":7,"38":53,"380":4,"381":6,"383":4,"39":11,"40":20,"409":1,"41":4,"414":2,"415":8,"419":1,"42":11,"426":1,"43":13,"430":7,"44":3,"45":1,"46":14,"48":9,"49":13,"5":69,"51":2,"52":3,"53":6,"56":3,"6":10,"7":50,"79":2,"8":18,"9":26,"all_client":15351,"all_tv_clinet":1414,"insert_time":"2014-08-18T18:49:47.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13872,"10":10,"107":84,"11":143,"12":2,"13":49,"14":20,"15":15,"155":4,"156":1,"158":2,"159":1,"16":6,"161":11,"167":1,"17":3,"18":85,"19":6,"20":1,"209":6,"21":51,"214":2,"215":7,"221":21,"223":32,"224":14,"225":76,"23":29,"24":119,"25":22,"257":9,"26":10,"268":2,"27":9,"273":2,"276":1,"279":5,"28":26,"282":5,"292":4,"30":2,"31":8,"314":1,"32":4,"33":3,"34":8,"347":2,"35":6,"352":92,"36":7,"37":7,"38":57,"380":4,"381":5,"383":4,"39":12,"40":20,"409":1,"41":4,"414":2,"415":9,"419":1,"42":12,"426":1,"43":14,"430":7,"44":3,"45":2,"46":14,"48":8,"49":11,"5":65,"51":2,"52":3,"53":5,"56":3,"6":10,"7":49,"79":1,"8":17,"9":27,"all_client":15281,"all_tv_clinet":1409,"insert_time":"2014-08-18T18:50:47.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13771,"10":9,"107":84,"11":140,"12":3,"13":52,"14":19,"15":14,"155":4,"156":1,"158":2,"159":1,"16":6,"161":10,"167":1,"17":3,"18":82,"19":6,"20":1,"209":5,"21":49,"214":2,"215":8,"221":21,"223":32,"224":18,"225":74,"23":28,"24":120,"25":20,"257":9,"26":10,"268":2,"27":9,"273":2,"279":5,"28":27,"282":5,"292":4,"30":2,"31":8,"314":1,"32":4,"33":4,"34":8,"347":2,"35":5,"352":92,"36":6,"37":7,"38":62,"380":4,"381":6,"383":4,"39":12,"40":19,"409":1,"41":4,"414":3,"415":9,"419":1,"42":10,"426":1,"43":14,"430":7,"44":3,"45":2,"46":13,"48":7,"49":9,"5":61,"51":2,"52":3,"53":8,"56":3,"6":13,"7":53,"79":1,"8":17,"9":25,"all_client":15175,"all_tv_clinet":1404,"insert_time":"2014-08-18T18:51:47.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13686,"10":9,"107":78,"11":138,"12":3,"13":54,"14":20,"15":13,"155":4,"156":1,"158":2,"159":1,"16":5,"161":11,"167":1,"17":3,"18":81,"19":5,"20":1,"209":5,"21":49,"214":1,"215":8,"221":19,"223":33,"224":19,"225":73,"23":28,"24":118,"25":19,"257":11,"26":10,"268":2,"27":9,"273":2,"279":5,"28":27,"282":5,"292":4,"30":2,"31":8,"314":1,"32":4,"33":4,"34":10,"347":2,"35":5,"352":90,"36":7,"37":7,"38":62,"380":4,"381":6,"383":4,"39":11,"40":20,"409":1,"41":4,"414":3,"415":9,"419":1,"42":10,"426":1,"43":13,"430":8,"44":3,"45":2,"46":13,"48":6,"49":9,"5":59,"51":2,"52":3,"53":9,"56":3,"6":14,"7":49,"79":1,"8":17,"9":25,"all_client":15075,"all_tv_clinet":1389,"insert_time":"2014-08-18T18:52:47.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13600,"10":9,"107":79,"11":139,"12":3,"13":52,"14":17,"15":13,"155":4,"156":1,"158":2,"159":1,"16":5,"161":13,"167":1,"17":3,"18":80,"19":5,"20":1,"209":5,"21":49,"214":1,"215":7,"221":17,"223":33,"224":21,"225":70,"23":26,"24":123,"25":16,"257":10,"26":10,"268":2,"27":11,"273":2,"279":5,"28":28,"282":5,"292":4,"30":2,"31":8,"32":4,"33":4,"34":8,"347":2,"35":5,"352":85,"36":8,"37":6,"38":62,"380":3,"381":6,"383":3,"39":11,"40":20,"409":1,"41":4,"414":3,"415":6,"419":1,"42":10,"426":1,"43":12,"430":9,"44":3,"45":2,"46":14,"48":6,"49":9,"5":59,"51":2,"52":3,"53":9,"56":3,"6":14,"7":48,"79":1,"8":16,"9":23,"all_client":14969,"all_tv_clinet":1369,"insert_time":"2014-08-18T18:53:47.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13507,"10":9,"107":75,"11":138,"12":3,"13":49,"14":16,"15":13,"155":3,"156":1,"158":2,"159":1,"16":5,"161":12,"167":1,"17":3,"18":80,"19":5,"20":1,"209":6,"21":51,"214":1,"215":7,"221":18,"223":35,"224":21,"225":69,"23":25,"24":121,"25":16,"257":10,"26":9,"268":2,"27":12,"273":1,"279":5,"28":28,"282":5,"292":4,"30":2,"31":9,"32":5,"33":4,"34":8,"347":2,"35":6,"352":84,"36":11,"37":7,"38":61,"380":3,"381":4,"383":3,"39":10,"40":20,"409":1,"41":4,"414":3,"415":5,"419":1,"42":9,"426":1,"43":13,"430":9,"44":3,"45":2,"46":16,"48":5,"49":7,"5":59,"51":3,"52":4,"53":8,"56":3,"6":14,"7":49,"79":1,"8":16,"9":23,"all_client":14868,"all_tv_clinet":1361,"insert_time":"2014-08-18T18:54:47.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13445,"10":8,"107":73,"11":140,"12":4,"13":47,"14":14,"15":13,"155":3,"156":1,"158":2,"159":1,"16":5,"161":12,"167":1,"17":3,"18":79,"19":5,"20":2,"209":7,"21":52,"214":1,"215":7,"221":19,"223":36,"224":20,"225":66,"23":25,"24":122,"25":16,"257":10,"26":9,"268":2,"27":13,"273":1,"279":5,"28":28,"282":5,"292":4,"30":1,"31":9,"32":5,"33":4,"34":7,"347":2,"35":7,"352":83,"36":10,"37":7,"38":58,"380":3,"381":4,"383":3,"39":11,"40":19,"409":1,"41":4,"414":3,"415":5,"419":1,"42":9,"426":1,"43":12,"430":8,"44":3,"45":2,"46":17,"48":5,"49":7,"5":61,"51":2,"52":4,"53":9,"56":3,"6":15,"7":49,"79":1,"8":16,"9":23,"all_client":14800,"all_tv_clinet":1355,"insert_time":"2014-08-18T18:55:48.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13362,"10":7,"107":68,"11":143,"12":4,"13":51,"14":14,"15":13,"155":3,"156":1,"158":2,"159":1,"16":5,"161":11,"167":1,"17":4,"18":79,"19":4,"20":2,"209":7,"21":51,"214":1,"215":6,"221":19,"223":35,"224":20,"225":64,"23":25,"24":118,"25":17,"257":10,"26":8,"268":2,"27":13,"273":1,"279":5,"28":28,"282":6,"292":4,"31":8,"314":1,"32":5,"33":4,"34":8,"347":2,"35":6,"352":83,"36":12,"37":8,"38":60,"380":3,"381":4,"383":4,"39":13,"397":1,"40":19,"409":1,"41":4,"414":3,"415":6,"419":1,"42":9,"43":11,"430":8,"44":3,"45":2,"46":15,"48":5,"49":8,"5":61,"51":2,"52":4,"53":10,"56":3,"6":16,"7":46,"79":1,"8":17,"9":23,"all_client":14715,"all_tv_clinet":1353,"insert_time":"2014-08-18T18:56:48.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13280,"10":6,"107":68,"11":148,"12":4,"13":48,"14":14,"15":13,"155":3,"156":1,"158":2,"159":1,"16":5,"161":11,"167":1,"17":5,"18":78,"19":4,"20":3,"209":7,"21":51,"214":1,"215":6,"221":20,"223":36,"224":20,"225":61,"23":26,"24":117,"25":18,"257":9,"26":8,"268":2,"27":14,"273":1,"279":5,"28":28,"282":6,"292":2,"31":8,"314":1,"32":5,"33":4,"34":8,"347":2,"35":6,"352":83,"36":14,"37":8,"38":58,"380":3,"381":4,"383":3,"39":11,"397":1,"40":19,"409":1,"41":5,"414":4,"415":6,"419":1,"42":10,"43":10,"430":8,"44":3,"45":2,"46":12,"48":4,"49":9,"5":60,"51":2,"52":4,"53":11,"56":3,"6":15,"7":43,"79":1,"8":17,"9":23,"all_client":14625,"all_tv_clinet":1345,"insert_time":"2014-08-18T18:57:48.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13195,"10":6,"107":64,"11":151,"12":4,"13":46,"14":15,"15":13,"155":3,"156":1,"158":2,"159":1,"16":5,"161":10,"167":1,"17":5,"18":76,"19":4,"20":2,"209":7,"21":47,"214":1,"215":6,"221":19,"223":36,"224":21,"225":60,"23":24,"24":120,"25":17,"257":9,"26":7,"268":2,"27":14,"279":5,"28":28,"282":4,"292":2,"31":8,"314":1,"32":6,"33":4,"34":8,"347":1,"35":4,"352":83,"36":16,"37":10,"38":59,"380":4,"381":4,"383":3,"39":10,"397":1,"40":19,"409":1,"41":5,"414":4,"415":6,"419":1,"42":9,"426":1,"43":10,"430":8,"44":3,"45":2,"46":12,"48":4,"49":8,"5":58,"51":2,"52":4,"53":10,"56":2,"6":16,"7":45,"79":1,"8":16,"9":23,"all_client":14525,"all_tv_clinet":1330,"insert_time":"2014-08-18T18:58:48.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13089,"10":6,"107":64,"11":152,"12":4,"13":42,"14":17,"15":12,"155":3,"156":1,"158":2,"159":1,"16":5,"161":8,"167":1,"17":5,"18":74,"19":4,"20":2,"209":6,"21":48,"214":1,"215":6,"221":20,"223":39,"224":21,"225":60,"23":23,"24":119,"25":15,"257":11,"26":5,"268":2,"27":14,"279":5,"28":27,"282":4,"31":9,"32":7,"33":4,"34":7,"347":1,"35":4,"352":86,"36":16,"37":8,"38":56,"380":5,"381":4,"383":5,"39":10,"397":1,"40":21,"409":1,"41":5,"414":4,"415":6,"419":1,"42":9,"426":1,"43":11,"430":8,"44":3,"45":2,"46":12,"48":4,"49":8,"5":52,"51":3,"52":4,"53":9,"56":3,"6":15,"7":46,"79":1,"8":16,"9":22,"all_client":14408,"all_tv_clinet":1319,"insert_time":"2014-08-18T18:59:48.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12997,"10":6,"107":63,"11":151,"12":3,"13":42,"14":17,"15":12,"155":3,"156":1,"158":2,"159":1,"16":4,"161":9,"167":1,"17":5,"18":75,"19":4,"20":2,"209":5,"21":48,"214":1,"215":6,"221":21,"223":39,"224":22,"225":60,"23":24,"24":119,"25":14,"257":10,"26":5,"268":2,"27":11,"279":5,"28":26,"282":4,"30":1,"31":9,"32":6,"33":4,"34":7,"347":1,"35":7,"352":81,"36":17,"37":7,"38":57,"380":5,"381":4,"383":5,"39":10,"397":1,"40":20,"409":1,"41":5,"414":4,"415":6,"419":1,"42":9,"426":1,"43":10,"430":7,"44":3,"45":2,"46":11,"48":4,"49":8,"5":51,"51":4,"52":4,"53":9,"56":3,"6":17,"7":42,"79":1,"8":18,"9":23,"all_client":14306,"all_tv_clinet":1309,"insert_time":"2014-08-18T19:00:48.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12904,"10":6,"107":65,"11":147,"12":2,"13":42,"14":17,"15":12,"155":3,"156":1,"158":2,"159":1,"16":3,"161":10,"167":1,"17":5,"18":74,"19":3,"20":2,"209":5,"21":46,"215":6,"221":22,"223":38,"224":23,"225":63,"23":23,"24":116,"25":12,"257":10,"26":5,"268":1,"27":11,"279":5,"28":26,"282":4,"30":1,"31":9,"32":6,"33":4,"34":8,"347":1,"35":7,"352":82,"36":16,"37":6,"38":58,"380":5,"381":4,"383":6,"39":10,"397":1,"40":20,"409":1,"41":5,"414":4,"415":6,"419":1,"42":9,"426":1,"43":10,"430":6,"44":2,"45":2,"46":11,"48":4,"49":8,"5":51,"51":4,"52":4,"53":9,"56":4,"6":17,"7":43,"79":1,"8":17,"9":22,"all_client":14202,"all_tv_clinet":1298,"insert_time":"2014-08-18T19:01:49.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12815,"10":5,"107":73,"11":145,"12":2,"13":43,"14":16,"15":13,"155":3,"158":2,"159":1,"16":3,"161":10,"167":1,"17":5,"18":71,"19":3,"20":3,"209":5,"21":48,"215":6,"221":21,"223":40,"224":23,"225":59,"23":19,"24":113,"25":12,"257":10,"26":6,"268":1,"27":12,"279":6,"28":26,"282":5,"30":1,"31":7,"314":1,"32":5,"33":4,"34":9,"347":1,"35":7,"352":77,"36":15,"37":6,"38":60,"380":5,"381":5,"383":5,"39":11,"397":1,"40":19,"409":1,"41":5,"414":3,"415":5,"419":1,"42":8,"426":2,"43":10,"430":6,"44":2,"45":2,"46":11,"48":3,"49":8,"5":50,"51":4,"52":4,"53":8,"56":3,"6":17,"7":41,"79":1,"8":17,"9":23,"all_client":14100,"all_tv_clinet":1285,"insert_time":"2014-08-18T19:02:49.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12757,"10":5,"107":74,"11":145,"12":2,"13":45,"14":16,"15":12,"155":3,"158":2,"159":1,"16":3,"160":1,"161":8,"167":1,"17":5,"18":71,"19":3,"20":3,"209":4,"21":45,"215":6,"221":20,"223":39,"224":23,"225":59,"23":20,"24":110,"25":13,"257":11,"26":6,"27":13,"279":5,"28":27,"282":6,"31":8,"314":1,"32":5,"33":3,"34":10,"347":1,"35":5,"352":76,"36":13,"37":7,"38":57,"380":5,"381":6,"383":5,"39":12,"396":1,"397":1,"40":20,"409":1,"41":5,"414":3,"415":6,"419":1,"42":8,"426":2,"43":10,"430":6,"44":2,"45":1,"46":11,"48":3,"49":9,"5":52,"51":4,"52":4,"53":9,"56":3,"6":16,"7":40,"79":1,"8":15,"9":23,"all_client":14035,"all_tv_clinet":1278,"insert_time":"2014-08-18T19:03:49.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12698,"10":6,"107":76,"11":142,"12":2,"13":45,"14":17,"15":12,"155":3,"158":1,"159":1,"16":3,"160":1,"161":7,"17":5,"18":74,"19":3,"20":3,"209":3,"21":46,"215":7,"221":19,"223":37,"224":21,"225":60,"23":19,"24":109,"25":12,"257":10,"26":6,"27":14,"279":6,"28":28,"282":5,"292":2,"31":8,"314":1,"32":6,"33":2,"34":9,"347":1,"35":5,"352":78,"36":15,"37":7,"38":57,"380":5,"381":6,"383":4,"39":13,"396":1,"397":1,"40":20,"409":1,"41":5,"414":3,"415":5,"419":1,"42":8,"426":2,"43":11,"430":6,"44":2,"45":1,"46":11,"48":3,"49":10,"5":50,"51":4,"52":3,"53":9,"56":3,"6":17,"7":37,"8":16,"9":24,"all_client":13974,"all_tv_clinet":1276,"insert_time":"2014-08-18T19:04:49.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12628,"10":6,"107":73,"11":128,"12":2,"13":48,"14":18,"15":12,"155":3,"158":1,"16":5,"160":1,"161":8,"17":5,"18":75,"19":3,"20":2,"209":4,"21":43,"215":7,"221":21,"223":39,"224":21,"225":61,"23":18,"24":106,"25":12,"257":10,"26":6,"27":15,"279":5,"28":27,"282":5,"292":2,"31":9,"32":5,"33":2,"34":8,"347":1,"35":5,"352":81,"36":15,"37":7,"38":57,"380":5,"381":6,"383":4,"39":13,"396":1,"397":1,"40":19,"409":1,"41":6,"414":3,"415":5,"419":1,"42":8,"426":2,"43":11,"430":6,"44":2,"45":1,"46":11,"48":2,"49":11,"5":52,"51":4,"52":5,"53":9,"56":3,"6":18,"7":37,"8":16,"9":26,"all_client":13899,"all_tv_clinet":1271,"insert_time":"2014-08-18T19:05:49.598Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12547,"10":6,"107":69,"11":113,"12":2,"13":48,"14":20,"15":12,"155":3,"158":1,"16":6,"161":10,"17":5,"18":76,"19":3,"20":2,"209":4,"21":42,"215":9,"221":22,"223":42,"224":20,"225":60,"23":19,"24":108,"25":12,"257":10,"26":7,"27":13,"279":5,"28":27,"282":5,"292":2,"31":9,"32":4,"33":2,"34":7,"347":1,"35":5,"352":79,"36":13,"37":7,"38":59,"380":5,"381":5,"383":5,"39":13,"396":1,"397":1,"40":18,"409":1,"41":7,"414":3,"415":5,"419":1,"42":9,"426":2,"43":10,"430":6,"44":2,"45":1,"46":13,"48":4,"49":11,"5":51,"51":5,"52":5,"53":9,"56":3,"6":19,"7":36,"8":13,"9":26,"all_client":13806,"all_tv_clinet":1259,"insert_time":"2014-08-18T19:06:49.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12466,"10":6,"107":64,"11":111,"12":2,"13":48,"14":21,"15":12,"155":3,"158":1,"16":6,"161":10,"17":5,"18":75,"19":3,"20":2,"209":4,"21":44,"215":9,"221":21,"223":43,"224":20,"225":57,"23":18,"24":106,"25":12,"257":11,"26":8,"27":13,"279":4,"28":28,"282":5,"292":2,"31":8,"32":4,"33":2,"34":7,"347":2,"35":4,"352":81,"36":12,"37":7,"38":62,"380":5,"381":5,"383":5,"39":13,"396":1,"397":1,"40":18,"409":1,"41":8,"414":3,"415":5,"42":9,"426":2,"43":10,"430":6,"44":3,"45":1,"46":16,"48":4,"49":10,"5":49,"51":6,"52":5,"53":10,"56":3,"6":19,"7":36,"8":13,"9":25,"all_client":13721,"all_tv_clinet":1255,"insert_time":"2014-08-18T19:07:49.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12370,"10":5,"107":67,"11":110,"12":2,"13":47,"14":24,"15":11,"155":3,"16":5,"161":9,"17":5,"18":77,"19":4,"20":2,"209":3,"21":46,"215":9,"221":22,"223":40,"224":20,"225":56,"23":19,"24":110,"25":11,"257":11,"26":9,"27":13,"279":3,"28":27,"282":5,"292":2,"31":7,"32":4,"33":2,"34":7,"347":2,"35":4,"352":78,"36":12,"37":7,"38":61,"380":5,"381":5,"383":5,"39":11,"396":1,"397":1,"40":19,"409":1,"41":7,"414":5,"415":4,"42":9,"426":1,"43":10,"430":6,"44":3,"45":1,"46":16,"48":5,"49":10,"5":47,"51":6,"52":5,"53":10,"56":4,"6":20,"7":36,"8":12,"9":25,"all_client":13621,"all_tv_clinet":1251,"insert_time":"2014-08-18T19:08:50.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12299,"10":5,"107":64,"11":111,"12":2,"13":45,"14":24,"15":11,"155":3,"16":5,"161":7,"17":5,"18":75,"19":6,"20":2,"209":3,"21":48,"215":8,"221":21,"223":38,"224":19,"225":57,"23":18,"24":113,"25":12,"257":9,"26":8,"27":13,"279":3,"28":25,"282":5,"292":2,"31":8,"32":3,"33":2,"34":6,"347":2,"35":4,"352":78,"36":12,"37":8,"38":63,"380":5,"381":5,"383":5,"39":11,"396":2,"397":1,"40":18,"409":1,"41":7,"414":4,"415":4,"42":9,"426":1,"43":9,"430":6,"44":3,"45":1,"46":16,"48":4,"49":9,"5":45,"51":6,"52":6,"53":9,"56":5,"6":18,"7":37,"8":13,"9":24,"all_client":13536,"all_tv_clinet":1237,"insert_time":"2014-08-18T19:09:50.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12234,"10":5,"107":63,"11":109,"12":1,"13":47,"14":24,"15":11,"155":3,"16":4,"161":7,"17":5,"18":74,"19":7,"20":2,"209":3,"21":49,"215":8,"221":21,"223":37,"224":20,"225":58,"23":18,"24":112,"25":13,"257":8,"26":10,"27":13,"279":3,"28":25,"282":6,"292":2,"30":1,"31":8,"32":3,"33":2,"34":7,"347":1,"35":4,"352":77,"36":11,"37":8,"38":67,"380":5,"381":5,"383":5,"39":11,"396":2,"397":1,"40":17,"409":1,"41":6,"414":4,"415":3,"42":9,"426":1,"43":9,"430":5,"44":3,"45":1,"46":14,"48":4,"49":10,"5":46,"51":5,"52":8,"53":9,"56":5,"6":17,"7":37,"8":14,"9":22,"all_client":13470,"all_tv_clinet":1236,"insert_time":"2014-08-18T19:10:50.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12175,"10":5,"107":60,"11":102,"13":50,"14":25,"15":11,"155":3,"16":4,"161":6,"17":5,"18":73,"19":6,"20":2,"209":3,"21":45,"215":8,"221":20,"223":37,"224":20,"225":55,"23":18,"24":113,"25":17,"257":7,"26":11,"27":13,"279":3,"28":23,"282":6,"292":2,"30":1,"31":9,"32":3,"33":2,"34":7,"347":1,"35":4,"352":74,"36":10,"37":8,"38":65,"380":5,"381":5,"383":5,"39":11,"396":2,"40":15,"409":1,"41":6,"414":5,"415":2,"42":8,"426":1,"43":10,"430":5,"44":3,"46":13,"48":4,"49":10,"5":46,"51":5,"52":8,"53":9,"56":5,"6":17,"7":37,"8":13,"9":23,"all_client":13386,"all_tv_clinet":1211,"insert_time":"2014-08-18T19:11:50.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12104,"10":5,"107":60,"11":101,"13":51,"14":23,"15":11,"155":3,"16":4,"161":6,"17":5,"18":74,"19":5,"20":2,"209":4,"21":46,"215":8,"221":19,"223":35,"224":20,"225":54,"23":17,"24":113,"25":16,"257":8,"26":11,"27":12,"279":3,"28":23,"282":6,"292":2,"30":1,"31":8,"32":3,"33":2,"34":7,"347":1,"35":4,"352":73,"36":10,"37":7,"38":62,"380":5,"381":5,"383":5,"39":11,"396":2,"40":14,"409":1,"41":5,"414":5,"415":2,"42":8,"426":1,"43":11,"430":4,"44":3,"46":16,"48":4,"49":11,"5":46,"51":4,"52":8,"53":8,"56":5,"6":17,"7":36,"8":13,"9":23,"all_client":13302,"all_tv_clinet":1198,"insert_time":"2014-08-18T19:12:50.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12042,"10":5,"107":55,"11":95,"12":1,"13":48,"14":21,"15":10,"155":3,"16":4,"161":6,"17":5,"18":72,"19":5,"20":2,"209":4,"21":48,"215":8,"221":20,"223":35,"224":19,"225":48,"23":16,"24":111,"25":14,"257":8,"26":11,"27":12,"279":4,"28":23,"282":6,"292":2,"30":1,"31":8,"32":3,"33":2,"34":7,"347":1,"35":4,"352":74,"36":11,"37":7,"38":59,"380":5,"381":5,"383":5,"39":11,"396":3,"40":12,"409":1,"41":6,"414":5,"415":2,"42":8,"426":1,"43":11,"430":3,"44":3,"45":2,"46":16,"48":4,"49":10,"5":49,"51":4,"52":8,"53":8,"56":5,"6":16,"7":35,"8":14,"9":23,"all_client":13215,"all_tv_clinet":1173,"insert_time":"2014-08-18T19:13:50.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11991,"10":5,"107":56,"11":92,"12":1,"13":47,"14":19,"15":9,"155":3,"16":3,"161":6,"17":5,"18":72,"19":6,"20":2,"209":3,"21":48,"215":8,"221":20,"223":34,"224":18,"225":49,"23":16,"24":109,"25":17,"257":8,"26":11,"27":12,"273":1,"279":4,"28":23,"282":6,"292":2,"30":1,"31":7,"314":1,"32":4,"33":2,"34":7,"347":2,"35":4,"352":74,"36":12,"37":8,"38":55,"380":5,"381":5,"383":4,"39":12,"396":3,"40":9,"409":1,"41":6,"414":4,"415":2,"42":8,"426":1,"43":11,"430":3,"44":3,"45":2,"46":15,"48":4,"49":10,"5":53,"51":4,"52":8,"53":8,"56":4,"6":15,"7":36,"8":16,"9":21,"all_client":13156,"all_tv_clinet":1165,"insert_time":"2014-08-18T19:14:50.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11914,"10":5,"107":53,"11":90,"12":1,"13":44,"14":19,"15":9,"155":3,"16":3,"161":9,"17":5,"18":75,"19":6,"20":2,"209":3,"21":48,"215":8,"221":21,"223":33,"224":17,"225":47,"23":15,"24":106,"25":17,"257":8,"26":11,"27":11,"273":1,"279":3,"28":24,"282":6,"292":2,"30":1,"31":7,"314":1,"32":4,"33":2,"34":7,"347":2,"35":4,"352":75,"36":9,"37":8,"38":54,"380":5,"381":5,"383":4,"39":12,"396":2,"40":9,"409":1,"41":8,"414":4,"415":2,"42":8,"426":1,"43":11,"430":3,"44":3,"45":2,"46":15,"48":4,"49":8,"5":54,"51":4,"52":8,"53":7,"56":3,"6":13,"7":36,"8":16,"9":21,"all_client":13062,"all_tv_clinet":1148,"insert_time":"2014-08-18T19:15:50.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11876,"10":4,"107":51,"11":86,"12":1,"13":46,"14":18,"15":9,"155":3,"16":3,"161":9,"17":4,"18":77,"19":6,"20":2,"209":3,"21":48,"215":8,"221":20,"223":32,"224":15,"225":46,"23":14,"24":107,"25":17,"257":6,"26":11,"27":12,"273":1,"279":2,"28":23,"282":6,"292":2,"31":7,"314":1,"32":3,"33":2,"34":8,"347":2,"35":4,"352":72,"36":9,"37":9,"38":52,"380":5,"381":5,"383":4,"39":12,"396":2,"40":9,"409":1,"41":7,"414":4,"415":2,"42":8,"426":1,"43":11,"430":3,"44":3,"45":2,"46":15,"48":4,"49":8,"5":52,"51":4,"52":8,"53":6,"56":4,"6":13,"7":35,"8":15,"9":21,"all_client":13001,"all_tv_clinet":1125,"insert_time":"2014-08-18T19:16:51.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11804,"10":4,"107":51,"11":86,"12":1,"13":44,"14":18,"15":8,"155":2,"16":2,"161":9,"17":4,"18":74,"19":6,"20":1,"209":3,"21":50,"215":8,"221":18,"223":31,"224":15,"225":47,"23":12,"24":105,"25":17,"257":5,"26":11,"27":12,"273":1,"279":2,"28":22,"282":6,"292":2,"31":7,"314":1,"32":2,"33":3,"34":8,"347":1,"35":4,"352":69,"36":7,"37":9,"38":50,"380":5,"381":5,"383":5,"39":13,"396":2,"40":10,"409":1,"41":7,"414":3,"415":2,"42":8,"426":2,"43":11,"430":4,"44":3,"45":2,"46":15,"48":5,"49":8,"5":55,"51":4,"52":9,"53":6,"56":4,"6":13,"7":35,"8":14,"9":20,"all_client":12913,"all_tv_clinet":1109,"insert_time":"2014-08-18T19:17:51.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11745,"10":4,"107":53,"11":82,"12":1,"13":42,"14":19,"15":7,"155":2,"16":1,"161":9,"17":4,"18":75,"19":5,"20":1,"209":3,"21":49,"215":7,"221":18,"223":30,"224":15,"225":48,"23":12,"24":103,"25":16,"257":5,"26":9,"27":12,"273":1,"279":2,"28":21,"282":6,"292":2,"31":6,"314":1,"32":3,"33":1,"34":7,"347":1,"35":3,"352":69,"36":6,"37":9,"38":48,"380":5,"381":4,"383":4,"39":13,"396":2,"40":11,"409":1,"41":7,"414":3,"415":2,"42":8,"426":2,"43":11,"430":3,"44":3,"45":2,"46":15,"48":5,"49":8,"5":58,"51":5,"52":9,"53":7,"56":4,"6":13,"7":36,"79":1,"8":14,"9":19,"all_client":12838,"all_tv_clinet":1093,"insert_time":"2014-08-18T19:18:51.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11675,"10":4,"107":55,"11":83,"12":1,"13":44,"14":17,"15":7,"155":2,"16":1,"161":10,"17":4,"18":76,"19":5,"20":1,"209":4,"21":51,"215":7,"221":17,"223":29,"224":15,"225":50,"23":12,"24":105,"25":15,"257":5,"26":9,"27":12,"273":1,"279":2,"28":21,"282":6,"292":2,"31":6,"314":1,"32":3,"33":1,"34":7,"347":1,"35":3,"352":64,"36":8,"37":9,"38":47,"380":5,"381":4,"383":4,"39":15,"396":2,"40":11,"409":1,"41":8,"414":3,"415":1,"42":8,"426":2,"43":11,"430":3,"44":3,"45":2,"46":12,"48":5,"49":8,"5":58,"51":4,"52":9,"53":7,"56":4,"6":10,"7":34,"79":1,"8":14,"9":19,"all_client":12766,"all_tv_clinet":1091,"insert_time":"2014-08-18T19:19:51.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11606,"10":4,"107":60,"11":83,"12":1,"13":43,"14":17,"15":7,"155":2,"161":10,"17":4,"18":76,"19":6,"209":4,"21":51,"215":7,"221":17,"223":29,"224":14,"225":47,"23":15,"24":107,"25":14,"257":5,"26":9,"27":12,"273":1,"279":2,"28":21,"282":6,"292":2,"31":6,"314":1,"32":3,"33":1,"34":8,"347":1,"35":3,"352":63,"36":9,"37":9,"38":46,"380":5,"381":4,"383":2,"39":15,"396":2,"40":11,"409":1,"41":8,"414":1,"415":1,"42":7,"426":4,"43":11,"430":2,"44":3,"45":2,"46":13,"48":4,"49":7,"5":60,"51":4,"52":9,"53":7,"56":3,"6":10,"7":34,"79":1,"8":14,"9":18,"all_client":12695,"all_tv_clinet":1089,"insert_time":"2014-08-18T19:20:51.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11531,"10":4,"107":63,"11":83,"12":1,"13":41,"14":17,"15":7,"155":2,"161":8,"17":4,"18":76,"19":6,"209":4,"21":50,"215":7,"221":16,"223":29,"224":14,"225":47,"23":15,"24":107,"25":14,"257":4,"26":10,"27":15,"273":1,"279":2,"28":21,"282":6,"292":2,"31":6,"314":1,"32":3,"33":1,"34":8,"347":1,"35":3,"352":62,"36":9,"37":9,"38":46,"380":5,"381":4,"383":2,"39":16,"396":2,"40":11,"409":1,"41":7,"414":1,"415":1,"42":6,"426":4,"43":12,"430":2,"44":3,"45":2,"46":11,"48":4,"49":8,"5":56,"51":5,"52":8,"53":7,"56":3,"6":10,"7":33,"79":1,"8":14,"9":18,"all_client":12613,"all_tv_clinet":1082,"insert_time":"2014-08-18T19:21:51.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11450,"10":4,"107":64,"11":82,"12":1,"13":42,"14":17,"15":7,"155":2,"161":8,"17":3,"18":77,"19":6,"209":5,"21":48,"215":7,"221":13,"223":31,"224":14,"225":49,"23":16,"24":105,"25":15,"257":5,"26":10,"27":16,"273":1,"279":2,"28":21,"282":6,"292":1,"31":7,"314":1,"32":3,"33":1,"34":8,"347":1,"35":3,"352":60,"36":7,"37":8,"38":46,"380":5,"381":3,"383":2,"39":15,"396":1,"40":11,"409":1,"41":6,"414":1,"415":1,"42":4,"426":4,"43":11,"430":3,"44":3,"45":2,"46":11,"48":4,"49":8,"5":57,"51":5,"52":8,"53":5,"56":3,"6":13,"7":33,"79":1,"8":14,"9":19,"all_client":12527,"all_tv_clinet":1077,"insert_time":"2014-08-18T19:22:51.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11398,"10":4,"107":63,"11":81,"12":1,"13":43,"14":18,"15":7,"155":2,"161":8,"17":3,"18":77,"19":6,"20":1,"209":4,"21":47,"215":11,"221":11,"223":28,"224":13,"225":51,"23":17,"24":103,"25":14,"257":5,"26":11,"27":16,"279":2,"28":22,"282":3,"292":1,"31":7,"32":5,"33":1,"34":7,"347":1,"35":3,"352":61,"36":8,"37":10,"38":42,"380":5,"381":3,"383":3,"39":18,"396":1,"40":11,"409":1,"41":5,"414":1,"415":1,"42":5,"426":4,"43":12,"430":3,"44":3,"45":3,"46":12,"48":5,"49":9,"5":51,"51":6,"52":7,"53":5,"56":3,"6":12,"7":33,"79":1,"8":14,"9":18,"all_client":12471,"all_tv_clinet":1073,"insert_time":"2014-08-18T19:23:51.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11333,"10":5,"107":64,"11":80,"12":1,"13":42,"14":18,"15":7,"155":2,"161":9,"17":3,"18":78,"19":6,"20":1,"209":4,"21":49,"215":11,"221":10,"223":31,"224":12,"225":52,"23":15,"24":100,"25":16,"257":6,"26":10,"27":16,"273":1,"279":2,"28":22,"282":3,"292":1,"31":8,"32":5,"33":1,"34":7,"347":1,"35":3,"352":62,"36":10,"37":10,"38":41,"380":5,"381":3,"383":3,"389":1,"39":18,"396":1,"40":11,"409":1,"41":5,"414":1,"42":5,"426":4,"43":10,"430":3,"44":3,"45":4,"46":11,"48":5,"49":9,"5":48,"51":4,"52":7,"53":5,"56":4,"6":12,"7":33,"79":1,"8":14,"9":17,"all_client":12406,"all_tv_clinet":1073,"insert_time":"2014-08-18T19:24:52.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11263,"10":6,"107":62,"11":78,"12":1,"13":40,"14":17,"15":7,"155":2,"161":9,"17":3,"18":77,"19":6,"20":1,"209":3,"21":50,"215":11,"221":11,"223":32,"224":11,"225":50,"23":16,"24":100,"25":20,"257":4,"26":9,"27":15,"273":1,"279":2,"28":23,"282":3,"292":1,"31":8,"32":5,"33":1,"34":6,"347":1,"35":3,"352":66,"36":10,"37":10,"38":37,"380":5,"381":3,"383":3,"389":1,"39":18,"396":1,"40":11,"409":1,"41":6,"414":1,"42":5,"426":4,"43":10,"430":3,"44":3,"45":3,"46":10,"48":5,"49":9,"5":47,"51":5,"52":7,"53":6,"56":4,"6":13,"7":34,"79":1,"8":14,"9":18,"all_client":12332,"all_tv_clinet":1069,"insert_time":"2014-08-18T19:25:52.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11199,"10":6,"107":56,"11":78,"12":1,"13":40,"14":15,"15":7,"155":2,"161":7,"17":3,"18":82,"19":6,"20":1,"209":4,"21":49,"215":10,"221":11,"223":34,"224":11,"225":50,"23":13,"24":100,"25":18,"257":4,"26":9,"27":14,"273":1,"279":1,"28":22,"282":4,"292":1,"31":10,"32":5,"33":1,"34":6,"347":1,"35":3,"352":68,"36":9,"37":10,"38":38,"380":5,"381":3,"383":4,"389":1,"39":16,"396":1,"40":12,"409":1,"41":5,"414":1,"415":2,"42":5,"426":2,"43":9,"430":3,"44":3,"45":4,"46":10,"48":3,"49":9,"5":47,"51":5,"52":7,"53":5,"56":4,"6":13,"7":34,"79":1,"8":15,"9":18,"all_client":12258,"all_tv_clinet":1059,"insert_time":"2014-08-18T19:26:52.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11129,"10":7,"107":56,"11":75,"12":1,"13":42,"14":14,"15":7,"155":1,"16":1,"161":7,"17":3,"18":81,"19":5,"20":1,"209":4,"21":47,"215":11,"221":9,"223":34,"224":12,"225":51,"23":14,"24":96,"25":18,"257":3,"26":9,"27":14,"273":1,"279":1,"28":22,"282":4,"292":2,"30":1,"31":11,"32":6,"33":1,"34":7,"347":1,"35":3,"352":69,"36":9,"37":10,"38":36,"380":4,"381":3,"383":4,"389":1,"39":15,"396":1,"40":13,"409":1,"41":5,"414":1,"415":2,"42":5,"426":2,"43":10,"430":3,"44":3,"45":4,"46":9,"48":3,"49":9,"5":49,"51":5,"52":7,"53":6,"56":4,"6":14,"7":36,"79":1,"8":14,"9":19,"all_client":12189,"all_tv_clinet":1060,"insert_time":"2014-08-18T19:27:52.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11064,"10":7,"107":55,"11":82,"12":1,"13":42,"14":14,"15":7,"155":1,"16":1,"161":7,"17":3,"18":80,"19":6,"20":1,"209":4,"21":47,"215":11,"221":8,"223":32,"224":12,"225":54,"23":14,"24":95,"25":18,"257":4,"26":9,"27":13,"273":1,"279":1,"28":23,"282":4,"292":2,"30":1,"31":12,"32":7,"33":1,"34":6,"347":1,"35":3,"352":67,"36":8,"37":10,"38":38,"380":3,"381":3,"383":5,"389":1,"39":14,"396":1,"40":13,"409":1,"41":6,"414":1,"415":2,"42":5,"426":2,"43":11,"430":3,"44":3,"45":4,"46":9,"48":4,"49":9,"5":48,"51":5,"52":7,"53":5,"56":4,"6":12,"7":36,"79":1,"8":13,"9":18,"all_client":12126,"all_tv_clinet":1062,"insert_time":"2014-08-18T19:28:52.671Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10984,"10":7,"107":58,"11":83,"13":40,"14":13,"15":7,"155":1,"16":2,"161":7,"17":3,"18":79,"19":5,"20":1,"209":4,"21":48,"215":11,"221":9,"223":30,"224":11,"225":55,"23":15,"24":93,"25":17,"257":5,"26":10,"27":13,"273":1,"279":1,"28":23,"282":4,"292":2,"30":1,"31":11,"32":7,"33":2,"34":6,"347":1,"35":3,"352":62,"36":8,"37":9,"38":41,"380":3,"381":3,"383":4,"389":1,"39":13,"396":1,"40":13,"409":1,"41":6,"414":2,"415":2,"42":6,"426":1,"43":10,"430":2,"44":3,"45":3,"46":9,"48":4,"49":9,"5":49,"51":5,"52":7,"53":6,"56":3,"6":11,"7":35,"79":1,"8":13,"9":18,"all_client":12037,"all_tv_clinet":1053,"insert_time":"2014-08-18T19:29:52.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10927,"10":6,"107":58,"11":77,"13":42,"14":12,"15":7,"155":1,"16":2,"161":5,"17":3,"18":75,"19":7,"20":1,"209":4,"21":49,"215":11,"221":11,"223":29,"224":12,"225":55,"23":15,"24":91,"25":16,"257":6,"26":9,"27":14,"273":1,"279":1,"28":23,"282":4,"292":1,"31":9,"32":7,"33":2,"34":6,"347":1,"35":3,"352":63,"36":8,"37":9,"38":38,"380":3,"381":3,"383":5,"389":1,"39":12,"396":1,"40":12,"409":1,"41":7,"414":2,"415":2,"42":6,"426":1,"43":9,"430":2,"44":3,"45":3,"46":9,"48":4,"49":9,"5":47,"51":5,"52":7,"53":6,"56":3,"6":11,"7":35,"8":13,"9":19,"all_client":11962,"all_tv_clinet":1035,"insert_time":"2014-08-18T19:30:52.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10871,"10":6,"107":61,"11":75,"13":43,"14":11,"15":7,"155":1,"16":3,"161":5,"17":2,"18":74,"19":7,"20":1,"209":4,"21":45,"215":11,"221":11,"223":27,"224":12,"225":56,"23":14,"24":88,"25":16,"257":6,"26":8,"27":15,"273":2,"279":1,"28":23,"282":4,"292":1,"31":9,"32":6,"33":2,"34":6,"347":1,"35":3,"352":61,"36":7,"37":7,"38":39,"380":3,"381":3,"383":5,"389":1,"39":11,"396":3,"40":10,"409":1,"41":6,"414":2,"415":2,"42":6,"426":1,"43":8,"430":1,"44":3,"45":2,"46":9,"48":4,"49":10,"5":47,"51":5,"52":7,"53":6,"56":3,"6":11,"7":34,"8":12,"9":20,"all_client":11888,"all_tv_clinet":1017,"insert_time":"2014-08-18T19:31:53.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10797,"10":6,"107":61,"11":76,"12":1,"13":42,"14":13,"15":7,"155":1,"16":3,"161":5,"17":2,"18":74,"19":6,"20":1,"209":6,"21":42,"215":10,"221":13,"223":28,"224":11,"225":59,"23":14,"24":88,"25":17,"257":6,"26":7,"27":16,"273":2,"279":1,"28":23,"282":4,"292":1,"31":9,"32":6,"33":2,"34":6,"347":1,"35":3,"352":62,"36":7,"37":8,"38":38,"380":3,"381":3,"383":5,"389":1,"39":11,"396":3,"40":10,"409":1,"41":6,"414":2,"415":2,"42":6,"426":1,"43":8,"430":1,"44":4,"45":2,"46":9,"48":5,"49":9,"5":48,"51":5,"52":6,"53":6,"56":3,"6":10,"7":35,"8":11,"9":18,"all_client":11819,"all_tv_clinet":1022,"insert_time":"2014-08-18T19:32:53.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10704,"10":5,"107":64,"11":79,"12":1,"13":41,"14":13,"15":7,"155":1,"16":3,"161":5,"17":2,"18":74,"19":5,"20":1,"209":6,"21":42,"215":9,"221":14,"223":27,"224":10,"225":56,"23":14,"24":88,"25":19,"257":6,"26":7,"27":17,"273":2,"279":1,"28":23,"282":4,"292":1,"31":9,"32":6,"33":2,"34":6,"347":1,"35":4,"352":59,"36":8,"37":8,"38":41,"380":3,"381":3,"383":3,"389":1,"39":11,"396":2,"40":10,"409":1,"41":6,"414":1,"415":2,"42":6,"426":1,"43":8,"430":1,"44":5,"45":2,"46":9,"48":4,"49":9,"5":50,"51":5,"52":6,"53":5,"56":3,"6":9,"7":35,"8":11,"9":18,"all_client":11725,"all_tv_clinet":1021,"insert_time":"2014-08-18T19:33:53.415Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10661,"10":5,"107":63,"11":81,"12":1,"13":42,"14":12,"15":7,"155":1,"16":2,"161":6,"17":2,"18":73,"19":5,"20":1,"209":6,"21":39,"215":9,"221":14,"223":28,"224":10,"225":62,"23":14,"24":86,"25":19,"257":6,"26":7,"27":18,"273":2,"279":1,"28":23,"282":4,"292":1,"31":8,"32":6,"33":2,"34":7,"347":1,"35":4,"352":61,"36":8,"37":8,"38":43,"380":3,"381":3,"383":3,"389":1,"39":11,"40":10,"409":1,"41":6,"414":2,"415":2,"42":5,"426":1,"43":8,"430":2,"44":5,"45":2,"46":8,"48":4,"49":10,"5":44,"51":5,"52":6,"53":5,"56":3,"6":9,"7":35,"8":11,"9":18,"all_client":11682,"all_tv_clinet":1021,"insert_time":"2014-08-18T19:34:53.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10629,"10":5,"107":62,"11":80,"12":1,"13":43,"14":13,"15":8,"155":1,"16":2,"161":6,"17":2,"18":71,"19":4,"20":1,"209":5,"21":41,"215":8,"221":16,"223":27,"224":10,"225":63,"23":14,"24":81,"25":19,"257":6,"26":7,"27":18,"273":2,"279":1,"28":23,"282":4,"292":1,"31":7,"32":5,"33":2,"34":6,"347":1,"35":5,"352":57,"36":7,"37":9,"38":39,"380":3,"381":3,"383":3,"389":1,"39":11,"40":10,"409":1,"41":6,"414":3,"415":3,"42":5,"43":8,"430":2,"44":5,"45":3,"46":8,"48":5,"49":10,"5":43,"51":5,"52":7,"53":5,"56":3,"6":8,"7":36,"8":11,"9":18,"all_client":11638,"all_tv_clinet":1009,"insert_time":"2014-08-18T19:35:53.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10551,"10":4,"107":60,"11":81,"12":1,"13":42,"14":13,"15":8,"155":1,"16":2,"161":6,"17":2,"18":64,"19":4,"20":1,"209":4,"21":42,"215":8,"221":17,"223":25,"224":11,"225":61,"23":11,"24":80,"25":22,"257":5,"26":6,"27":17,"273":2,"279":1,"28":23,"282":4,"292":1,"31":4,"32":5,"33":3,"34":5,"347":1,"35":5,"352":58,"36":7,"37":9,"38":39,"380":3,"381":3,"383":3,"39":11,"40":11,"409":1,"41":6,"414":3,"415":3,"42":5,"43":8,"430":3,"44":5,"45":3,"46":9,"48":5,"49":10,"5":45,"51":6,"52":8,"53":5,"56":3,"6":9,"7":35,"8":10,"9":19,"all_client":11548,"all_tv_clinet":997,"insert_time":"2014-08-18T19:36:53.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10520,"10":4,"107":56,"11":81,"12":1,"13":43,"14":12,"15":8,"155":1,"16":2,"161":7,"17":2,"18":62,"19":4,"20":2,"209":4,"21":42,"215":8,"221":18,"223":28,"224":11,"225":62,"23":12,"24":78,"25":23,"257":5,"26":6,"27":16,"273":3,"279":1,"28":24,"282":4,"292":1,"31":4,"32":6,"33":3,"34":5,"347":1,"35":5,"352":61,"36":7,"37":9,"38":34,"380":3,"381":3,"383":3,"39":11,"40":11,"409":1,"41":6,"414":3,"415":3,"42":6,"43":9,"430":3,"44":6,"45":3,"46":10,"48":5,"49":10,"5":47,"51":6,"52":8,"53":5,"56":3,"6":8,"7":37,"8":10,"9":20,"all_client":11526,"all_tv_clinet":1006,"insert_time":"2014-08-18T19:37:53.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10466,"10":4,"107":57,"11":82,"13":42,"14":11,"15":7,"155":1,"16":2,"161":7,"17":2,"18":60,"19":5,"20":2,"209":3,"21":43,"215":9,"221":17,"223":30,"224":12,"225":62,"23":12,"24":79,"25":21,"257":5,"26":7,"27":15,"273":3,"279":1,"28":22,"282":3,"292":1,"31":3,"32":6,"33":3,"34":7,"347":1,"35":6,"352":63,"36":8,"37":8,"38":37,"380":2,"381":3,"383":3,"39":11,"40":10,"409":1,"41":6,"414":3,"415":2,"42":6,"43":9,"430":3,"44":6,"45":2,"46":11,"48":5,"49":9,"5":45,"51":5,"52":10,"53":5,"56":3,"6":9,"7":35,"8":11,"9":20,"all_client":11470,"all_tv_clinet":1004,"insert_time":"2014-08-18T19:38:54.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10426,"10":4,"107":57,"11":81,"13":42,"14":10,"15":7,"155":2,"16":2,"161":7,"17":2,"18":62,"19":5,"20":2,"209":4,"21":40,"215":9,"221":17,"223":31,"224":13,"225":64,"23":12,"24":79,"25":22,"257":5,"26":7,"27":15,"273":3,"279":1,"28":23,"282":3,"292":1,"31":3,"32":6,"33":3,"34":7,"347":1,"35":6,"352":60,"36":8,"37":9,"38":36,"380":1,"381":3,"383":3,"39":10,"40":10,"41":6,"414":4,"415":3,"42":6,"43":9,"430":3,"44":5,"45":2,"46":10,"48":5,"49":8,"5":43,"51":4,"52":9,"53":5,"56":3,"6":8,"7":36,"8":11,"9":20,"all_client":11424,"all_tv_clinet":998,"insert_time":"2014-08-18T19:39:54.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10394,"10":4,"107":57,"11":78,"13":42,"14":11,"15":7,"155":2,"16":3,"161":7,"17":2,"18":59,"19":5,"20":2,"209":4,"21":39,"215":9,"221":17,"223":29,"224":13,"225":61,"23":11,"24":77,"25":19,"257":6,"26":7,"27":14,"273":3,"279":1,"28":22,"282":3,"292":1,"31":3,"32":6,"33":3,"34":7,"347":1,"35":7,"352":63,"36":8,"37":7,"38":36,"380":1,"381":3,"383":3,"39":10,"40":10,"41":6,"414":4,"415":4,"42":5,"43":8,"430":3,"44":5,"45":2,"46":10,"48":5,"49":8,"5":43,"51":4,"52":10,"53":6,"56":3,"6":10,"7":37,"8":11,"9":21,"all_client":11382,"all_tv_clinet":988,"insert_time":"2014-08-18T19:40:54.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10328,"10":5,"107":57,"11":75,"13":42,"14":11,"15":6,"155":2,"16":3,"161":8,"17":2,"18":60,"19":6,"20":2,"209":4,"21":39,"215":8,"221":16,"223":26,"224":14,"225":60,"23":10,"24":75,"25":18,"257":6,"26":9,"27":15,"273":3,"279":1,"28":22,"282":3,"292":2,"31":3,"32":6,"33":3,"34":6,"347":1,"35":5,"352":62,"36":7,"37":7,"38":36,"380":1,"381":3,"383":3,"39":11,"40":10,"41":7,"414":4,"415":6,"42":6,"43":8,"430":2,"44":5,"45":2,"46":9,"48":5,"49":8,"5":44,"51":4,"52":10,"53":6,"56":3,"6":10,"7":37,"8":10,"9":23,"all_client":11311,"all_tv_clinet":983,"insert_time":"2014-08-18T19:41:54.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10260,"10":5,"107":57,"11":73,"13":39,"14":10,"15":5,"155":2,"16":4,"161":8,"17":1,"18":61,"19":6,"20":2,"209":3,"21":38,"215":9,"221":14,"223":24,"224":14,"225":61,"23":10,"24":74,"25":16,"257":6,"26":9,"27":14,"273":3,"279":1,"28":22,"282":3,"292":2,"30":1,"31":3,"32":6,"33":3,"34":7,"347":1,"35":5,"352":66,"36":7,"37":7,"38":36,"380":1,"381":2,"383":3,"39":11,"40":10,"41":7,"414":4,"415":6,"42":6,"43":8,"430":2,"44":5,"45":2,"46":9,"48":6,"49":8,"5":43,"51":4,"52":9,"53":6,"56":3,"6":11,"7":35,"8":10,"9":25,"all_client":11234,"all_tv_clinet":974,"insert_time":"2014-08-18T19:42:54.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10219,"10":5,"107":60,"11":71,"13":38,"14":10,"15":6,"155":2,"16":4,"161":8,"17":1,"18":61,"19":6,"20":2,"209":3,"21":39,"215":9,"221":15,"223":23,"224":13,"225":60,"23":11,"24":75,"25":15,"257":5,"26":9,"27":13,"273":3,"279":2,"28":20,"282":3,"292":2,"30":1,"31":5,"32":6,"33":3,"34":7,"347":1,"35":4,"352":70,"36":8,"37":7,"38":36,"380":1,"381":2,"383":2,"39":11,"40":9,"41":5,"414":3,"415":5,"42":8,"43":8,"430":1,"44":5,"45":2,"46":9,"48":5,"49":6,"5":42,"51":3,"52":8,"53":6,"56":3,"6":11,"7":35,"8":10,"9":24,"all_client":11185,"all_tv_clinet":966,"insert_time":"2014-08-18T19:43:54.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10158,"10":5,"107":59,"11":69,"13":36,"14":10,"15":6,"155":2,"16":4,"161":8,"17":1,"18":61,"19":6,"20":2,"209":3,"21":40,"215":9,"221":16,"223":24,"224":14,"225":59,"23":10,"24":72,"25":17,"257":5,"26":8,"27":12,"273":3,"279":2,"28":21,"282":2,"292":2,"30":1,"31":6,"32":6,"33":4,"34":7,"347":1,"35":6,"352":69,"36":8,"37":7,"38":39,"380":1,"381":2,"383":2,"39":11,"40":8,"41":4,"414":3,"415":4,"42":7,"426":1,"43":8,"430":1,"44":5,"45":2,"46":9,"48":5,"49":6,"5":42,"51":2,"52":7,"53":6,"56":4,"6":11,"7":33,"8":10,"9":24,"all_client":11118,"all_tv_clinet":960,"insert_time":"2014-08-18T19:44:54.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10122,"10":5,"107":60,"11":68,"13":36,"14":10,"15":7,"155":2,"16":4,"161":8,"17":1,"18":63,"19":6,"20":2,"209":3,"21":39,"215":9,"221":17,"223":24,"224":14,"225":57,"23":10,"24":71,"25":17,"257":5,"26":8,"27":12,"273":5,"279":2,"28":22,"282":2,"292":2,"31":6,"32":6,"33":4,"34":7,"347":1,"35":5,"352":64,"36":7,"37":7,"38":38,"380":1,"381":2,"383":2,"39":11,"40":9,"41":4,"414":3,"415":5,"42":7,"426":1,"43":9,"430":1,"44":6,"45":2,"46":8,"48":6,"49":6,"5":40,"51":2,"52":6,"53":6,"56":4,"6":11,"7":31,"8":10,"9":24,"all_client":11075,"all_tv_clinet":953,"insert_time":"2014-08-18T19:45:54.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10075,"10":4,"107":57,"11":68,"13":37,"14":9,"15":7,"155":2,"16":3,"161":6,"17":1,"18":63,"19":6,"20":2,"209":3,"21":38,"215":9,"221":17,"223":22,"224":14,"225":55,"23":10,"24":71,"25":20,"257":6,"26":8,"27":13,"273":5,"279":2,"28":20,"282":2,"292":2,"31":5,"32":6,"33":4,"34":6,"347":1,"35":6,"352":66,"36":7,"37":7,"38":37,"380":1,"381":2,"383":2,"39":11,"40":10,"41":5,"414":3,"415":5,"42":7,"426":1,"43":8,"430":1,"44":5,"45":3,"46":7,"48":6,"49":6,"5":40,"51":2,"52":6,"53":6,"56":4,"6":11,"7":30,"8":10,"9":24,"all_client":11018,"all_tv_clinet":943,"insert_time":"2014-08-18T19:46:55.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10052,"10":5,"107":58,"11":68,"13":34,"14":7,"15":7,"155":2,"16":3,"161":6,"17":1,"18":63,"19":5,"20":2,"209":2,"21":37,"215":10,"221":18,"223":22,"224":13,"225":54,"23":12,"24":67,"25":18,"257":6,"26":7,"27":13,"273":5,"279":2,"28":19,"282":2,"292":3,"31":5,"32":6,"33":4,"34":7,"347":1,"35":5,"352":66,"36":7,"37":7,"38":36,"380":1,"381":2,"383":2,"39":11,"40":11,"41":5,"414":3,"415":4,"42":7,"426":1,"43":8,"430":1,"44":5,"45":2,"46":8,"48":6,"49":7,"5":41,"51":2,"52":5,"53":7,"56":3,"6":10,"7":31,"8":10,"9":22,"all_client":10982,"all_tv_clinet":930,"insert_time":"2014-08-18T19:47:55.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9988,"10":5,"107":59,"11":70,"13":34,"14":7,"15":7,"155":2,"16":3,"161":5,"17":1,"18":63,"19":5,"20":2,"209":2,"21":37,"215":10,"221":17,"223":22,"224":14,"225":53,"23":11,"24":67,"25":18,"257":5,"26":7,"27":12,"273":5,"279":2,"28":17,"282":3,"292":3,"31":6,"32":6,"33":4,"34":8,"347":1,"35":5,"352":65,"36":7,"37":7,"38":36,"380":1,"381":2,"383":2,"39":11,"40":11,"41":7,"414":3,"415":4,"42":7,"426":1,"43":8,"430":1,"44":5,"45":2,"46":7,"48":6,"49":7,"5":41,"51":2,"52":5,"53":6,"56":3,"6":10,"7":33,"8":10,"9":21,"all_client":10917,"all_tv_clinet":929,"insert_time":"2014-08-18T19:48:55.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9937,"10":6,"107":56,"11":73,"13":34,"14":7,"15":7,"155":2,"16":2,"161":4,"17":1,"18":63,"19":5,"20":2,"209":2,"21":37,"215":10,"221":19,"223":21,"224":14,"225":51,"23":9,"24":66,"25":17,"257":5,"26":8,"27":11,"273":5,"279":3,"28":18,"282":3,"292":3,"31":7,"32":6,"33":4,"34":10,"347":1,"35":4,"352":62,"36":7,"37":7,"38":38,"381":2,"383":2,"39":11,"40":9,"41":6,"414":3,"415":6,"42":8,"426":1,"43":8,"430":1,"44":5,"45":2,"46":9,"48":6,"49":7,"5":40,"51":2,"52":4,"53":6,"56":3,"6":11,"7":31,"8":10,"9":22,"all_client":10862,"all_tv_clinet":925,"insert_time":"2014-08-18T19:49:55.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9888,"10":6,"107":56,"11":74,"13":36,"14":7,"15":8,"155":2,"16":2,"161":4,"17":1,"18":65,"19":5,"20":2,"209":1,"21":38,"215":10,"221":19,"223":21,"224":14,"225":50,"23":9,"24":65,"25":17,"257":5,"26":8,"27":10,"273":4,"279":2,"28":18,"282":3,"292":3,"31":8,"32":5,"33":3,"34":11,"347":1,"35":4,"352":60,"36":7,"37":8,"38":40,"381":3,"383":2,"39":11,"40":9,"41":6,"414":2,"415":6,"42":8,"426":2,"43":8,"430":1,"44":5,"45":3,"46":9,"48":4,"49":7,"5":39,"51":2,"52":4,"53":5,"56":3,"6":11,"7":32,"8":9,"9":21,"all_client":10812,"all_tv_clinet":924,"insert_time":"2014-08-18T19:50:55.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9864,"10":6,"107":56,"11":75,"13":36,"14":8,"15":8,"155":2,"16":2,"161":4,"17":1,"18":63,"19":5,"20":2,"209":1,"21":37,"215":10,"221":19,"223":21,"224":13,"225":48,"23":10,"24":63,"25":17,"257":4,"26":8,"27":10,"273":4,"279":2,"28":18,"282":2,"292":3,"31":8,"32":4,"33":3,"34":12,"347":1,"35":4,"352":59,"36":7,"37":8,"38":39,"381":3,"383":2,"39":11,"40":8,"41":6,"414":3,"415":5,"42":8,"426":2,"43":8,"44":5,"45":3,"46":9,"48":4,"49":7,"5":38,"51":2,"52":4,"53":4,"56":3,"6":12,"7":31,"8":8,"9":21,"all_client":10774,"all_tv_clinet":910,"insert_time":"2014-08-18T19:51:55.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9815,"10":6,"107":56,"11":77,"13":37,"14":8,"15":8,"155":2,"16":2,"161":4,"17":1,"18":62,"19":5,"20":2,"209":1,"21":39,"215":10,"221":19,"223":22,"224":13,"225":48,"23":10,"24":64,"25":17,"257":4,"26":8,"27":10,"273":4,"279":2,"28":17,"282":2,"292":4,"31":7,"32":4,"33":3,"34":12,"347":1,"35":4,"352":56,"36":6,"37":8,"38":41,"381":3,"383":2,"39":11,"40":8,"41":6,"414":3,"415":4,"42":7,"426":2,"43":8,"44":5,"45":2,"46":9,"48":4,"49":7,"5":40,"51":2,"52":3,"53":4,"56":3,"6":13,"7":31,"8":8,"9":19,"all_client":10725,"all_tv_clinet":910,"insert_time":"2014-08-18T19:52:55.947Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9755,"10":5,"107":57,"11":71,"13":39,"14":8,"15":9,"155":2,"16":2,"161":4,"17":1,"18":61,"19":4,"20":2,"209":1,"21":40,"215":10,"221":19,"223":21,"224":13,"225":45,"23":11,"24":63,"25":17,"257":5,"26":8,"27":11,"273":4,"279":2,"28":16,"282":2,"292":4,"31":8,"32":4,"33":2,"34":12,"347":1,"35":4,"352":60,"36":8,"37":8,"38":40,"381":3,"383":2,"39":11,"40":8,"41":5,"414":3,"415":3,"42":7,"426":2,"43":8,"44":5,"45":2,"46":10,"48":4,"49":7,"5":39,"51":3,"52":2,"53":4,"56":3,"6":13,"7":31,"8":8,"9":21,"all_client":10663,"all_tv_clinet":908,"insert_time":"2014-08-18T19:53:56.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9702,"10":5,"107":58,"11":68,"13":40,"14":8,"15":9,"155":2,"16":1,"161":4,"17":1,"18":61,"19":3,"20":2,"209":1,"21":39,"215":9,"221":18,"223":25,"224":13,"225":45,"23":12,"24":59,"25":16,"257":5,"26":8,"27":11,"273":3,"279":2,"28":14,"282":2,"292":4,"31":7,"32":5,"33":2,"34":11,"347":1,"35":4,"352":63,"36":9,"37":8,"38":39,"381":3,"383":2,"39":11,"40":7,"41":4,"414":4,"415":4,"42":7,"426":2,"43":8,"44":5,"45":3,"46":10,"48":5,"49":7,"5":39,"51":3,"52":2,"53":4,"56":3,"6":13,"7":30,"8":8,"9":21,"all_client":10604,"all_tv_clinet":902,"insert_time":"2014-08-18T19:54:56.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9643,"10":5,"107":62,"11":64,"13":41,"14":8,"15":8,"155":2,"16":2,"161":5,"17":1,"18":62,"19":3,"20":2,"21":35,"214":1,"215":9,"221":18,"223":29,"224":13,"225":46,"23":11,"24":59,"25":16,"257":5,"26":9,"27":11,"273":3,"279":2,"28":14,"282":2,"292":4,"31":7,"32":4,"33":2,"34":11,"347":1,"35":4,"352":62,"36":11,"37":9,"38":40,"381":3,"383":2,"39":10,"40":7,"41":4,"414":5,"415":2,"42":7,"426":2,"43":8,"44":5,"45":3,"46":9,"48":5,"49":7,"5":37,"51":3,"52":3,"53":4,"56":3,"6":15,"7":30,"8":8,"9":21,"all_client":10549,"all_tv_clinet":906,"insert_time":"2014-08-18T19:55:56.313Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9586,"10":5,"107":58,"11":66,"13":41,"14":7,"15":7,"155":2,"16":1,"161":5,"17":1,"18":65,"19":3,"20":2,"21":35,"214":1,"215":9,"221":17,"223":30,"224":13,"225":44,"23":10,"24":62,"25":16,"257":4,"26":8,"27":11,"273":3,"279":2,"28":15,"282":2,"292":4,"31":7,"32":4,"33":2,"34":12,"347":1,"35":3,"352":58,"36":12,"37":10,"38":43,"381":4,"383":2,"39":10,"40":6,"41":4,"414":5,"415":2,"42":7,"426":2,"43":8,"44":5,"45":3,"46":9,"48":5,"49":7,"5":35,"51":4,"52":3,"53":4,"56":3,"6":15,"7":29,"8":7,"9":21,"all_client":10487,"all_tv_clinet":901,"insert_time":"2014-08-18T19:56:56.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9542,"10":5,"107":57,"11":70,"13":39,"14":7,"15":7,"155":2,"16":2,"161":4,"17":1,"18":65,"19":3,"20":2,"21":34,"214":1,"215":8,"221":18,"223":27,"224":13,"225":48,"23":9,"24":64,"25":15,"257":4,"26":8,"27":11,"273":3,"279":3,"28":15,"282":2,"292":4,"31":7,"32":4,"33":2,"34":12,"347":1,"35":4,"352":57,"36":12,"37":10,"38":43,"380":1,"381":3,"383":2,"39":12,"40":6,"41":4,"414":4,"415":2,"42":7,"426":2,"43":9,"44":6,"45":3,"46":9,"48":4,"49":7,"5":35,"51":4,"52":3,"53":4,"56":3,"6":15,"7":30,"8":7,"9":20,"all_client":10447,"all_tv_clinet":905,"insert_time":"2014-08-18T19:57:56.557Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9493,"10":5,"107":56,"11":69,"13":42,"14":7,"15":7,"155":2,"16":2,"161":4,"17":1,"18":62,"19":3,"20":1,"21":34,"214":1,"215":8,"221":22,"223":25,"224":13,"225":50,"23":10,"24":63,"25":16,"257":3,"26":7,"27":11,"273":3,"279":3,"28":16,"282":2,"292":3,"31":6,"32":4,"33":2,"34":12,"347":1,"35":4,"352":57,"36":12,"37":8,"38":43,"380":1,"381":3,"383":2,"39":12,"40":8,"41":4,"414":3,"415":2,"42":8,"426":2,"43":9,"44":6,"45":4,"46":11,"48":4,"49":7,"5":35,"51":4,"52":3,"53":3,"56":2,"6":12,"7":29,"8":9,"9":20,"all_client":10396,"all_tv_clinet":903,"insert_time":"2014-08-18T19:58:56.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9444,"10":5,"107":53,"11":69,"13":41,"14":8,"15":7,"155":2,"16":2,"161":4,"17":1,"18":61,"19":2,"20":1,"21":32,"214":1,"215":9,"221":22,"223":27,"224":13,"225":51,"23":10,"24":65,"25":16,"257":3,"26":7,"27":11,"273":3,"279":3,"28":16,"282":2,"292":3,"31":5,"32":3,"33":1,"34":10,"347":1,"35":3,"352":56,"36":12,"37":8,"38":43,"380":1,"381":3,"383":2,"39":12,"40":8,"41":4,"414":3,"415":2,"42":8,"426":2,"43":9,"44":6,"45":4,"46":11,"48":4,"49":7,"5":36,"51":5,"52":3,"53":3,"56":1,"6":11,"7":28,"8":9,"9":20,"all_client":10338,"all_tv_clinet":894,"insert_time":"2014-08-18T19:59:56.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9402,"10":4,"107":53,"11":70,"13":40,"14":7,"15":7,"155":2,"158":1,"16":2,"161":4,"17":1,"18":61,"19":2,"20":1,"21":34,"214":1,"215":9,"221":24,"223":26,"224":12,"225":52,"23":9,"24":64,"25":16,"257":3,"26":8,"27":11,"273":3,"279":2,"28":16,"282":1,"292":3,"31":5,"32":3,"33":1,"34":10,"347":1,"35":3,"352":52,"36":11,"37":8,"38":45,"380":1,"381":3,"383":2,"39":11,"40":8,"41":4,"414":3,"415":1,"42":8,"426":2,"43":5,"44":6,"45":4,"46":10,"48":4,"49":7,"5":36,"51":4,"52":3,"53":3,"56":1,"6":11,"7":30,"8":9,"9":20,"all_client":10286,"all_tv_clinet":884,"insert_time":"2014-08-18T20:00:56.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9355,"10":4,"107":53,"11":70,"13":39,"14":7,"15":7,"155":2,"158":1,"16":2,"161":4,"17":1,"18":61,"19":2,"21":34,"214":1,"215":8,"221":23,"223":27,"224":12,"225":53,"23":9,"24":65,"25":15,"257":3,"26":7,"27":12,"273":3,"279":3,"28":16,"282":1,"292":3,"31":6,"32":3,"33":1,"34":8,"347":1,"35":3,"352":48,"36":9,"37":8,"38":44,"380":1,"381":3,"383":2,"39":11,"40":8,"41":4,"414":2,"415":1,"42":8,"426":2,"43":6,"430":1,"44":6,"45":4,"46":11,"48":4,"49":7,"5":36,"51":4,"52":2,"53":3,"56":1,"6":12,"7":33,"8":8,"9":20,"all_client":10234,"all_tv_clinet":879,"insert_time":"2014-08-18T20:01:57.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9312,"10":4,"107":52,"11":70,"13":38,"14":6,"15":7,"155":2,"158":1,"16":2,"161":4,"17":1,"18":61,"19":2,"21":34,"214":1,"215":8,"221":24,"223":25,"224":11,"225":56,"23":9,"24":64,"25":14,"257":3,"26":6,"27":12,"273":3,"279":3,"28":16,"282":1,"292":3,"31":5,"32":3,"33":2,"34":7,"347":1,"35":3,"352":49,"36":10,"37":8,"38":38,"380":1,"381":2,"383":2,"39":11,"40":8,"41":5,"414":2,"415":1,"42":9,"426":2,"43":5,"430":1,"44":6,"45":4,"46":11,"48":4,"49":6,"5":36,"51":4,"52":2,"53":4,"56":1,"6":12,"7":31,"8":9,"80":1,"9":20,"all_client":10181,"all_tv_clinet":869,"insert_time":"2014-08-18T20:02:57.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9269,"10":4,"107":49,"11":68,"13":39,"14":5,"15":7,"155":2,"16":2,"161":4,"17":1,"18":60,"19":2,"21":35,"214":1,"215":9,"221":23,"223":26,"224":12,"225":56,"23":10,"24":64,"25":16,"257":3,"26":5,"27":13,"273":2,"279":3,"28":17,"282":1,"292":3,"31":6,"32":3,"33":2,"34":6,"347":1,"35":2,"352":49,"36":9,"37":8,"38":37,"380":1,"381":2,"383":2,"39":10,"40":9,"41":4,"414":2,"415":1,"42":9,"426":2,"43":7,"430":1,"44":6,"45":4,"46":11,"48":4,"49":6,"5":38,"51":4,"52":2,"53":4,"56":1,"6":10,"7":33,"8":9,"80":1,"9":18,"all_client":10135,"all_tv_clinet":866,"insert_time":"2014-08-18T20:03:57.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9237,"10":4,"107":46,"11":67,"13":39,"14":6,"15":7,"155":2,"16":3,"161":4,"17":1,"18":60,"19":2,"21":37,"214":1,"215":9,"221":17,"223":27,"224":12,"225":55,"23":10,"24":64,"25":15,"257":3,"26":6,"27":13,"273":2,"279":4,"28":17,"282":1,"292":3,"31":6,"32":3,"33":2,"34":7,"347":2,"35":2,"352":49,"36":11,"37":9,"38":35,"380":1,"381":2,"383":2,"39":11,"40":9,"41":4,"414":2,"415":1,"42":8,"426":2,"43":7,"430":1,"44":6,"45":4,"46":11,"48":6,"49":6,"5":41,"51":5,"52":3,"53":4,"56":1,"6":6,"7":31,"8":8,"80":1,"9":19,"all_client":10102,"all_tv_clinet":865,"insert_time":"2014-08-18T20:04:57.359Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9204,"10":4,"107":51,"11":67,"13":36,"14":6,"15":8,"155":2,"16":3,"161":3,"17":1,"18":62,"19":2,"209":1,"21":36,"214":1,"215":8,"221":17,"223":27,"224":11,"225":52,"23":10,"24":65,"25":15,"257":3,"26":7,"27":14,"273":2,"279":4,"28":17,"282":1,"292":2,"31":7,"32":3,"33":2,"34":6,"347":2,"35":2,"352":49,"36":10,"37":9,"38":35,"380":1,"381":2,"383":3,"39":12,"396":1,"40":11,"41":3,"414":2,"415":1,"42":8,"426":1,"43":9,"44":6,"45":4,"46":10,"48":5,"49":6,"5":41,"51":4,"52":3,"53":4,"56":1,"6":5,"7":32,"8":7,"9":20,"all_client":10069,"all_tv_clinet":865,"insert_time":"2014-08-18T20:05:57.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9177,"10":4,"107":53,"11":69,"13":35,"14":5,"15":9,"155":2,"16":3,"161":3,"17":1,"18":64,"19":2,"209":1,"21":36,"214":1,"215":8,"221":19,"223":27,"224":11,"225":51,"23":10,"24":65,"25":15,"257":3,"26":7,"27":13,"273":1,"279":4,"28":17,"282":1,"292":2,"31":7,"32":3,"33":2,"34":6,"347":2,"35":2,"352":48,"36":11,"37":9,"38":35,"380":1,"381":2,"383":3,"39":12,"396":1,"40":10,"41":3,"414":2,"415":1,"42":8,"426":1,"43":8,"44":6,"45":3,"46":10,"48":5,"49":6,"5":42,"51":5,"52":3,"53":4,"56":1,"6":4,"7":31,"8":7,"9":20,"all_client":10043,"all_tv_clinet":866,"insert_time":"2014-08-18T20:06:57.641Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9157,"10":3,"107":55,"11":69,"13":38,"14":5,"15":9,"155":2,"16":2,"161":3,"17":1,"18":67,"19":2,"209":1,"21":34,"214":1,"215":8,"221":20,"223":26,"224":11,"225":53,"23":10,"24":62,"25":15,"257":3,"26":7,"27":13,"273":1,"279":2,"28":17,"282":1,"292":2,"31":7,"32":3,"33":2,"34":6,"347":1,"35":2,"352":50,"36":12,"37":9,"38":39,"380":1,"381":3,"383":3,"39":11,"396":1,"40":10,"41":4,"414":2,"415":1,"42":7,"426":1,"43":8,"44":5,"45":3,"46":9,"48":4,"49":6,"5":42,"51":5,"52":3,"53":5,"56":1,"6":5,"7":31,"8":8,"9":20,"all_client":10030,"all_tv_clinet":873,"insert_time":"2014-08-18T20:07:57.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9122,"10":3,"107":59,"11":70,"13":37,"14":5,"15":9,"155":2,"16":2,"161":3,"17":1,"18":65,"19":2,"21":33,"214":1,"215":8,"221":20,"223":27,"224":11,"225":51,"23":10,"24":65,"25":16,"257":3,"26":6,"27":12,"273":1,"279":2,"28":16,"282":1,"292":2,"31":8,"32":3,"33":2,"34":7,"347":1,"35":2,"352":50,"36":12,"37":9,"38":38,"380":1,"381":4,"383":4,"39":11,"40":9,"41":4,"414":2,"415":2,"42":6,"426":1,"43":9,"44":5,"45":3,"46":10,"48":4,"49":6,"5":44,"51":5,"52":3,"53":5,"56":1,"6":4,"7":29,"8":7,"9":19,"all_client":9995,"all_tv_clinet":873,"insert_time":"2014-08-18T20:08:57.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9088,"10":3,"107":57,"11":67,"13":36,"14":5,"15":9,"155":2,"16":4,"161":4,"17":1,"18":66,"19":2,"21":34,"214":1,"215":8,"221":19,"223":27,"224":10,"225":53,"23":10,"24":64,"25":14,"257":3,"26":6,"27":12,"273":1,"279":2,"28":14,"282":1,"292":2,"31":8,"32":3,"33":2,"34":7,"347":1,"35":2,"352":51,"36":13,"37":9,"38":42,"380":1,"381":4,"383":4,"39":11,"40":9,"41":4,"414":2,"415":2,"42":6,"426":1,"43":9,"44":5,"45":3,"46":12,"48":4,"49":7,"5":43,"51":5,"52":3,"53":5,"56":1,"6":4,"7":28,"8":7,"9":19,"all_client":9962,"all_tv_clinet":874,"insert_time":"2014-08-18T20:09:57.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9058,"10":3,"107":57,"11":67,"13":36,"14":4,"15":9,"155":2,"16":4,"161":4,"18":65,"19":2,"21":33,"214":1,"215":7,"221":20,"223":26,"224":10,"225":50,"23":10,"24":63,"25":13,"257":3,"26":4,"27":12,"273":1,"279":3,"28":14,"282":1,"292":2,"31":8,"32":3,"33":2,"34":7,"347":1,"35":1,"352":54,"36":14,"37":9,"38":41,"380":1,"381":5,"383":4,"39":10,"40":9,"41":4,"414":2,"415":2,"42":6,"426":1,"43":9,"44":5,"45":3,"46":12,"48":5,"49":8,"5":43,"51":4,"52":3,"53":4,"56":1,"6":4,"7":29,"8":7,"9":20,"all_client":9925,"all_tv_clinet":867,"insert_time":"2014-08-18T20:10:58.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9034,"10":4,"107":55,"11":66,"13":36,"14":4,"15":8,"155":2,"16":5,"161":4,"18":65,"19":2,"21":34,"214":1,"215":7,"221":21,"223":26,"224":11,"225":52,"23":10,"24":60,"25":12,"257":3,"26":4,"27":12,"273":1,"279":3,"28":13,"292":3,"31":8,"32":3,"33":2,"34":6,"347":1,"35":1,"352":58,"36":13,"37":7,"38":40,"380":2,"381":4,"383":4,"39":10,"40":9,"41":5,"414":2,"415":2,"42":6,"426":1,"43":9,"44":5,"45":3,"46":12,"48":5,"49":8,"5":42,"51":4,"52":3,"53":4,"56":1,"6":4,"7":29,"8":7,"9":20,"all_client":9898,"all_tv_clinet":864,"insert_time":"2014-08-18T20:11:58.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8985,"10":4,"107":57,"11":67,"13":36,"14":4,"15":8,"155":2,"16":4,"161":5,"18":67,"19":2,"209":1,"21":33,"214":1,"215":8,"221":20,"223":27,"224":11,"225":52,"23":11,"24":59,"25":14,"257":3,"26":4,"27":12,"273":1,"279":3,"28":13,"292":3,"31":8,"32":4,"33":2,"34":6,"347":1,"35":1,"352":56,"36":13,"37":7,"38":39,"380":1,"381":4,"383":4,"39":9,"40":8,"41":5,"414":2,"415":2,"42":6,"426":1,"43":9,"44":5,"45":2,"46":12,"48":5,"49":8,"5":40,"51":4,"52":3,"53":4,"56":1,"6":6,"7":28,"8":7,"9":20,"all_client":9850,"all_tv_clinet":865,"insert_time":"2014-08-18T20:12:58.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8945,"10":4,"107":56,"11":66,"13":36,"14":4,"15":8,"155":2,"16":3,"161":4,"18":67,"19":2,"209":1,"21":32,"214":1,"215":8,"221":17,"223":31,"224":10,"225":51,"23":11,"24":59,"25":14,"257":3,"26":4,"268":1,"27":12,"273":2,"279":3,"28":12,"292":3,"31":8,"32":4,"33":2,"34":6,"347":1,"35":1,"352":55,"36":13,"37":7,"38":40,"380":1,"381":2,"383":4,"39":10,"40":8,"41":5,"414":2,"415":2,"42":6,"426":1,"43":10,"44":4,"45":2,"46":11,"48":6,"49":6,"5":37,"51":4,"52":4,"53":4,"56":1,"6":6,"7":27,"8":7,"9":22,"all_client":9801,"all_tv_clinet":856,"insert_time":"2014-08-18T20:13:58.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8914,"10":4,"107":53,"11":66,"13":36,"14":4,"15":8,"155":2,"16":3,"161":5,"18":65,"19":2,"209":1,"21":32,"214":1,"215":7,"221":15,"223":32,"224":8,"225":49,"23":9,"24":63,"25":13,"257":3,"26":5,"268":1,"27":12,"273":2,"279":3,"28":12,"292":3,"31":7,"32":4,"33":2,"34":6,"347":1,"35":1,"352":55,"36":13,"37":7,"38":42,"380":1,"381":2,"383":4,"39":11,"40":8,"41":4,"414":2,"415":2,"42":5,"426":1,"43":10,"44":4,"45":2,"46":10,"48":6,"49":6,"5":37,"51":4,"52":4,"53":4,"56":1,"6":7,"7":26,"8":7,"9":22,"all_client":9761,"all_tv_clinet":847,"insert_time":"2014-08-18T20:14:58.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8891,"10":4,"107":51,"11":64,"13":36,"14":4,"15":8,"155":2,"16":2,"161":6,"18":65,"19":2,"209":1,"21":33,"214":1,"215":7,"221":13,"223":31,"224":7,"225":52,"23":8,"24":66,"25":13,"257":3,"26":5,"268":1,"27":12,"273":2,"279":3,"28":12,"292":3,"31":7,"32":3,"33":2,"34":6,"347":1,"35":1,"352":51,"36":12,"37":7,"38":45,"380":1,"381":2,"383":4,"39":11,"40":8,"41":4,"414":2,"415":2,"42":5,"426":1,"43":10,"44":2,"45":2,"46":10,"48":7,"49":6,"5":38,"51":4,"52":4,"53":4,"56":1,"6":7,"7":26,"79":1,"8":7,"9":22,"all_client":9734,"all_tv_clinet":843,"insert_time":"2014-08-18T20:15:58.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8859,"10":3,"107":52,"11":62,"13":35,"14":4,"15":8,"155":2,"16":2,"161":6,"18":63,"19":2,"209":1,"21":35,"214":1,"215":7,"221":14,"223":28,"224":6,"225":51,"23":9,"24":67,"25":12,"257":3,"26":5,"27":11,"273":3,"279":2,"28":12,"292":3,"31":7,"32":3,"33":2,"34":6,"347":1,"35":2,"352":48,"36":10,"37":7,"38":45,"380":1,"381":3,"383":4,"39":10,"40":8,"41":4,"414":2,"415":3,"42":5,"426":1,"43":10,"44":2,"45":2,"46":12,"48":7,"49":6,"5":42,"51":4,"52":3,"53":4,"56":1,"6":6,"7":26,"79":1,"8":6,"9":24,"all_client":9696,"all_tv_clinet":837,"insert_time":"2014-08-18T20:16:59.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8813,"10":3,"107":49,"11":61,"13":35,"14":3,"15":6,"155":2,"16":2,"161":6,"18":64,"19":2,"209":1,"21":35,"214":1,"215":5,"221":17,"223":29,"224":6,"225":52,"23":9,"24":68,"25":13,"257":3,"26":4,"27":9,"273":3,"279":2,"28":11,"292":3,"31":7,"32":3,"33":2,"34":6,"347":2,"35":2,"352":51,"36":9,"37":7,"38":45,"380":1,"381":4,"383":4,"39":10,"40":8,"41":4,"414":3,"415":3,"42":5,"43":10,"44":2,"45":2,"46":12,"48":7,"49":6,"5":41,"51":2,"52":3,"53":4,"56":1,"6":5,"7":26,"79":1,"8":7,"9":24,"all_client":9646,"all_tv_clinet":833,"insert_time":"2014-08-18T20:17:59.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8798,"10":4,"107":50,"11":61,"13":33,"14":3,"15":6,"155":2,"16":1,"161":6,"18":65,"19":2,"209":1,"21":36,"214":1,"215":5,"221":19,"223":30,"224":6,"225":50,"23":11,"24":67,"25":11,"257":3,"26":4,"27":9,"273":3,"279":2,"28":11,"292":3,"31":6,"32":3,"33":2,"34":6,"347":2,"35":2,"352":53,"36":9,"37":7,"38":46,"380":1,"381":5,"383":4,"39":10,"40":7,"41":4,"414":3,"415":3,"42":5,"43":10,"44":1,"45":2,"46":11,"48":7,"49":6,"5":41,"51":2,"52":3,"53":4,"56":1,"6":4,"7":23,"8":7,"9":26,"all_client":9629,"all_tv_clinet":831,"insert_time":"2014-08-18T20:18:59.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8769,"10":4,"107":51,"11":63,"13":30,"14":4,"15":6,"155":2,"16":2,"161":7,"18":63,"19":2,"209":1,"21":33,"214":1,"215":5,"221":19,"223":29,"224":6,"225":49,"23":10,"24":65,"25":10,"257":3,"26":4,"27":9,"273":3,"279":2,"28":13,"292":3,"31":6,"32":3,"33":2,"34":6,"347":2,"35":2,"352":53,"36":8,"37":8,"38":47,"380":1,"381":5,"383":4,"39":9,"40":8,"41":6,"414":3,"415":3,"42":4,"43":9,"44":2,"45":2,"46":10,"48":6,"49":6,"5":42,"51":2,"52":3,"53":4,"56":1,"6":7,"7":21,"8":7,"9":26,"all_client":9596,"all_tv_clinet":827,"insert_time":"2014-08-18T20:19:59.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8724,"10":4,"107":52,"11":63,"13":29,"14":6,"15":6,"155":2,"16":2,"161":7,"18":62,"19":2,"209":1,"21":34,"214":1,"215":5,"221":18,"223":28,"224":5,"225":48,"23":10,"24":66,"25":8,"257":3,"26":4,"27":10,"273":3,"279":2,"28":13,"292":2,"31":6,"32":3,"33":2,"34":6,"347":1,"35":2,"352":52,"36":9,"37":10,"38":47,"381":5,"383":4,"39":8,"40":8,"41":7,"414":3,"415":3,"42":4,"43":9,"44":2,"45":2,"46":7,"48":6,"49":6,"5":42,"51":2,"52":3,"53":3,"56":1,"6":7,"7":21,"8":7,"9":26,"all_client":9544,"all_tv_clinet":820,"insert_time":"2014-08-18T20:20:59.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8697,"10":4,"107":49,"11":59,"13":26,"14":6,"15":5,"155":2,"16":2,"161":6,"18":61,"19":2,"209":1,"21":33,"214":1,"215":5,"221":17,"223":28,"224":5,"225":48,"23":11,"24":65,"25":8,"257":3,"26":4,"27":10,"273":3,"279":3,"28":13,"292":2,"31":6,"32":3,"33":2,"34":6,"347":1,"35":2,"352":52,"36":10,"37":10,"38":45,"381":5,"383":4,"39":8,"40":8,"41":7,"414":3,"415":3,"42":4,"43":10,"44":2,"45":2,"46":8,"48":6,"49":6,"5":42,"51":1,"52":3,"53":3,"56":1,"6":7,"7":21,"8":7,"9":27,"all_client":9504,"all_tv_clinet":807,"insert_time":"2014-08-18T20:21:59.739Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8654,"10":4,"107":45,"11":57,"13":28,"14":6,"15":5,"155":2,"16":2,"161":7,"18":59,"19":2,"209":2,"21":32,"214":1,"215":6,"221":18,"223":29,"224":6,"225":53,"23":14,"24":66,"25":8,"257":3,"26":4,"27":10,"273":3,"279":3,"28":13,"292":2,"31":6,"32":3,"33":2,"34":6,"35":2,"352":51,"36":11,"37":9,"38":42,"381":4,"383":3,"39":8,"397":1,"40":8,"41":6,"414":3,"415":3,"42":4,"43":9,"44":2,"45":2,"46":7,"48":5,"49":7,"5":40,"51":1,"52":2,"53":3,"56":1,"6":7,"7":21,"8":6,"9":28,"all_client":9457,"all_tv_clinet":803,"insert_time":"2014-08-18T20:22:59.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8623,"10":3,"107":43,"11":55,"13":29,"14":6,"15":6,"155":2,"16":2,"161":7,"18":59,"19":2,"209":2,"21":35,"214":1,"215":6,"221":19,"223":29,"224":6,"225":51,"23":14,"24":66,"25":9,"257":3,"26":5,"27":8,"273":2,"279":3,"28":14,"292":2,"31":6,"32":3,"33":2,"34":5,"35":1,"352":52,"36":13,"37":9,"38":41,"381":4,"383":4,"39":7,"397":1,"40":8,"41":6,"414":2,"415":4,"42":4,"43":9,"44":2,"45":1,"46":7,"48":5,"49":7,"5":42,"51":1,"52":2,"53":3,"56":1,"6":7,"7":21,"8":6,"9":28,"all_client":9426,"all_tv_clinet":803,"insert_time":"2014-08-18T20:23:59.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8582,"10":3,"107":47,"11":54,"13":31,"14":7,"15":6,"155":2,"16":2,"161":6,"18":58,"19":2,"209":1,"21":35,"214":1,"215":6,"221":20,"223":31,"224":5,"225":47,"23":13,"24":65,"25":11,"257":3,"26":5,"27":7,"273":2,"279":3,"28":14,"292":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":50,"36":13,"37":8,"38":42,"381":4,"383":4,"39":8,"397":1,"40":8,"41":6,"414":1,"415":4,"42":4,"43":9,"44":2,"45":2,"46":7,"48":5,"49":7,"5":43,"51":1,"52":2,"53":3,"56":1,"6":7,"7":20,"8":6,"9":28,"all_client":9383,"all_tv_clinet":801,"insert_time":"2014-08-18T20:25:00.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8554,"10":3,"107":47,"11":54,"13":29,"14":8,"15":6,"155":2,"16":1,"161":6,"18":59,"19":2,"21":38,"214":1,"215":6,"221":18,"223":33,"224":5,"225":47,"23":13,"24":59,"25":12,"257":3,"26":5,"27":8,"273":1,"279":3,"28":13,"292":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":52,"36":13,"37":8,"38":39,"381":4,"383":4,"39":8,"397":1,"40":7,"41":6,"414":1,"415":3,"42":4,"43":9,"44":3,"45":2,"46":5,"48":6,"49":6,"5":44,"51":1,"52":3,"53":3,"56":1,"6":7,"7":21,"8":6,"9":27,"all_client":9348,"all_tv_clinet":794,"insert_time":"2014-08-18T20:26:00.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8522,"10":3,"107":48,"11":52,"13":30,"14":8,"15":6,"155":2,"16":1,"161":5,"18":57,"19":2,"21":34,"214":1,"215":6,"221":20,"223":31,"224":5,"225":49,"23":15,"24":57,"25":12,"257":3,"26":5,"27":9,"273":1,"279":3,"28":12,"292":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":51,"36":13,"37":7,"38":41,"381":4,"383":1,"39":8,"397":1,"40":7,"41":6,"414":1,"415":3,"42":4,"43":9,"44":3,"45":2,"46":7,"48":6,"49":6,"5":47,"51":1,"52":3,"53":3,"56":1,"6":8,"7":21,"8":6,"9":28,"all_client":9315,"all_tv_clinet":793,"insert_time":"2014-08-18T20:27:00.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8483,"10":3,"107":42,"11":51,"13":29,"14":9,"15":6,"155":3,"16":2,"161":5,"18":55,"19":2,"21":34,"214":1,"215":6,"221":21,"223":29,"224":4,"225":50,"23":15,"24":55,"25":14,"257":3,"26":5,"27":10,"273":1,"279":3,"28":12,"292":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":51,"36":14,"37":7,"38":42,"381":4,"383":1,"39":7,"397":1,"40":7,"41":6,"414":1,"415":2,"42":4,"43":9,"44":3,"45":2,"46":9,"48":6,"49":6,"5":48,"51":1,"52":4,"53":3,"56":1,"6":8,"7":22,"8":6,"9":29,"all_client":9275,"all_tv_clinet":792,"insert_time":"2014-08-18T20:28:00.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8455,"10":3,"107":44,"11":47,"13":31,"14":9,"15":6,"155":3,"16":2,"161":4,"18":53,"19":2,"21":34,"214":1,"215":6,"221":21,"223":26,"224":4,"225":48,"23":14,"24":55,"25":14,"257":3,"26":6,"27":10,"273":1,"279":3,"28":12,"292":2,"31":6,"32":4,"33":1,"34":5,"35":1,"352":49,"36":14,"37":7,"38":37,"381":4,"383":2,"39":7,"397":1,"40":8,"41":6,"414":1,"415":2,"42":4,"43":9,"44":3,"45":2,"46":8,"48":6,"49":6,"5":50,"51":1,"52":4,"53":3,"56":1,"6":9,"7":21,"8":5,"9":30,"all_client":9236,"all_tv_clinet":781,"insert_time":"2014-08-18T20:29:00.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8419,"10":3,"107":42,"11":45,"13":31,"14":10,"15":6,"155":3,"16":2,"161":3,"18":53,"19":2,"21":35,"214":1,"215":6,"221":20,"223":26,"224":4,"225":47,"23":14,"24":55,"25":15,"257":3,"26":7,"27":10,"273":1,"279":3,"28":12,"292":2,"31":6,"32":4,"33":1,"34":5,"35":1,"352":47,"36":12,"37":7,"38":39,"381":4,"383":4,"39":7,"397":1,"40":8,"41":6,"414":1,"415":3,"42":3,"43":9,"44":4,"45":2,"46":8,"48":6,"49":6,"5":51,"51":1,"52":4,"53":3,"56":1,"6":10,"7":22,"8":5,"9":30,"all_client":9201,"all_tv_clinet":782,"insert_time":"2014-08-18T20:30:00.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8391,"10":2,"107":44,"11":45,"13":31,"14":9,"15":6,"155":3,"16":2,"161":3,"18":54,"19":2,"209":1,"21":35,"214":1,"215":6,"221":22,"223":26,"224":4,"225":46,"23":14,"24":56,"25":16,"257":3,"26":8,"27":9,"273":1,"279":2,"28":13,"292":2,"31":6,"32":4,"34":5,"35":1,"352":47,"36":12,"37":7,"38":36,"381":2,"383":4,"39":7,"397":1,"40":8,"41":6,"414":1,"415":4,"42":3,"43":9,"44":4,"45":2,"46":7,"48":5,"49":5,"5":50,"51":1,"52":4,"53":3,"56":1,"6":10,"7":22,"8":5,"9":29,"all_client":9168,"all_tv_clinet":777,"insert_time":"2014-08-18T20:31:00.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8358,"10":2,"107":43,"11":44,"13":31,"14":9,"15":6,"155":3,"16":2,"161":3,"18":53,"19":2,"209":1,"21":34,"214":1,"215":6,"221":22,"223":27,"224":4,"225":47,"23":14,"24":55,"25":16,"257":3,"26":8,"268":1,"27":8,"279":2,"28":12,"292":2,"31":6,"32":5,"34":5,"35":1,"352":46,"36":12,"37":7,"38":35,"381":2,"383":3,"39":6,"397":1,"40":7,"41":5,"414":1,"415":4,"42":4,"43":9,"44":4,"45":1,"46":7,"48":5,"49":4,"5":50,"51":1,"52":4,"53":4,"56":1,"6":9,"7":24,"8":5,"9":29,"all_client":9126,"all_tv_clinet":768,"insert_time":"2014-08-18T20:32:00.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8350,"10":2,"107":42,"11":46,"13":29,"14":9,"15":6,"155":3,"16":1,"161":3,"18":51,"19":2,"209":1,"21":33,"214":1,"215":6,"221":22,"223":28,"224":4,"225":43,"23":16,"24":54,"25":16,"257":3,"26":8,"268":1,"27":8,"279":1,"28":13,"292":2,"31":6,"32":5,"34":7,"35":1,"352":43,"36":11,"37":7,"38":35,"381":2,"383":3,"39":6,"397":1,"40":6,"41":5,"414":1,"415":3,"42":4,"43":8,"44":4,"45":1,"46":7,"48":5,"49":4,"5":52,"51":1,"52":4,"53":4,"56":1,"6":8,"7":25,"8":5,"9":28,"all_client":9107,"all_tv_clinet":757,"insert_time":"2014-08-18T20:33:00.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8322,"10":2,"107":45,"11":47,"13":30,"14":9,"15":6,"155":3,"16":1,"161":3,"18":50,"19":3,"209":2,"21":34,"214":1,"215":6,"221":19,"223":25,"224":4,"225":41,"23":17,"24":54,"25":13,"257":3,"26":8,"268":1,"27":9,"279":1,"28":11,"292":3,"31":5,"32":5,"34":7,"35":1,"352":42,"36":11,"37":7,"38":32,"381":2,"383":3,"39":7,"397":1,"40":7,"41":6,"414":1,"415":4,"42":4,"43":9,"44":4,"45":1,"46":7,"48":5,"49":4,"5":51,"51":1,"52":3,"53":4,"56":1,"6":8,"7":25,"8":5,"9":27,"all_client":9073,"all_tv_clinet":751,"insert_time":"2014-08-18T20:34:01.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8291,"10":2,"107":43,"11":45,"13":31,"14":10,"15":6,"155":3,"16":1,"161":3,"18":51,"19":4,"209":2,"21":35,"214":1,"215":6,"221":19,"223":26,"224":4,"225":43,"23":17,"24":50,"25":12,"257":3,"26":8,"268":1,"27":8,"28":10,"292":3,"31":4,"32":4,"34":7,"35":1,"352":38,"36":12,"37":7,"38":32,"381":2,"383":3,"39":8,"397":1,"40":7,"41":6,"414":1,"415":4,"42":3,"43":10,"44":4,"45":1,"46":7,"48":5,"49":5,"5":51,"51":1,"52":3,"53":4,"56":1,"6":8,"7":25,"8":5,"9":27,"all_client":9035,"all_tv_clinet":744,"insert_time":"2014-08-18T20:35:01.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8264,"10":2,"107":43,"11":45,"13":30,"14":11,"15":6,"155":3,"16":1,"161":5,"18":53,"19":4,"209":2,"21":35,"214":1,"215":6,"221":17,"223":25,"224":4,"225":44,"23":17,"24":52,"25":13,"257":3,"26":8,"268":1,"27":8,"28":8,"292":3,"31":4,"32":4,"34":7,"35":1,"352":39,"36":12,"37":7,"38":30,"381":2,"383":3,"39":8,"397":1,"40":7,"41":6,"414":1,"415":3,"42":4,"43":10,"44":3,"45":1,"46":6,"48":5,"49":5,"5":50,"51":1,"52":3,"53":5,"56":1,"6":8,"7":26,"8":6,"9":28,"all_client":9011,"all_tv_clinet":747,"insert_time":"2014-08-18T20:36:01.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8239,"10":2,"107":47,"11":46,"13":28,"14":11,"15":6,"155":2,"16":1,"161":5,"18":55,"19":3,"209":2,"21":38,"214":1,"215":6,"221":15,"223":26,"224":4,"225":45,"23":17,"24":50,"25":13,"257":3,"26":8,"268":2,"27":8,"28":8,"292":2,"31":4,"32":4,"34":6,"35":1,"352":37,"36":12,"37":7,"38":29,"381":2,"383":3,"39":8,"396":1,"397":1,"40":6,"41":6,"414":1,"415":1,"42":5,"43":8,"44":3,"45":2,"46":6,"48":4,"49":5,"5":51,"52":3,"53":5,"56":1,"6":8,"7":26,"8":6,"9":30,"all_client":8985,"all_tv_clinet":746,"insert_time":"2014-08-18T20:37:01.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8196,"10":2,"107":48,"11":47,"13":28,"14":13,"15":6,"155":2,"16":1,"161":5,"18":56,"19":2,"20":1,"209":2,"21":38,"214":1,"215":6,"221":16,"223":23,"224":4,"225":46,"23":18,"24":53,"25":15,"257":3,"26":9,"268":2,"27":7,"28":7,"292":2,"31":5,"32":4,"34":5,"35":1,"352":38,"36":11,"37":7,"38":30,"381":1,"383":3,"39":8,"396":1,"397":1,"40":5,"41":7,"414":1,"415":2,"42":5,"43":7,"44":3,"45":2,"46":6,"48":4,"49":4,"5":50,"52":3,"53":5,"56":1,"6":6,"7":25,"8":5,"9":28,"all_client":8943,"all_tv_clinet":747,"insert_time":"2014-08-18T20:38:01.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8179,"10":2,"107":47,"11":45,"13":27,"14":13,"15":6,"155":2,"16":1,"161":5,"18":57,"19":2,"20":1,"209":2,"21":38,"214":1,"215":6,"221":16,"223":23,"224":4,"225":47,"23":18,"24":54,"25":14,"257":3,"26":9,"268":2,"27":8,"28":7,"292":2,"31":6,"32":4,"34":4,"35":1,"352":41,"36":11,"37":8,"38":29,"381":1,"383":2,"39":8,"396":1,"397":1,"40":5,"41":6,"414":1,"415":2,"42":5,"43":8,"430":1,"44":3,"45":2,"46":6,"48":4,"49":4,"5":52,"52":3,"53":3,"56":1,"6":6,"7":25,"8":4,"9":29,"all_client":8928,"all_tv_clinet":749,"insert_time":"2014-08-18T20:39:01.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8158,"10":2,"107":43,"11":45,"13":29,"14":13,"15":6,"155":2,"16":1,"161":5,"18":59,"19":2,"20":1,"209":2,"21":38,"214":1,"215":7,"221":17,"223":22,"224":4,"225":48,"23":16,"24":53,"25":13,"257":3,"26":8,"268":2,"27":8,"28":8,"292":2,"31":6,"32":3,"34":4,"35":1,"352":41,"36":11,"37":8,"38":29,"381":1,"383":2,"39":8,"396":1,"397":1,"40":5,"41":6,"414":1,"415":2,"42":6,"43":7,"430":1,"44":3,"45":1,"46":6,"48":4,"49":4,"5":53,"51":1,"52":3,"53":4,"56":1,"6":6,"7":24,"8":4,"9":29,"all_client":8905,"all_tv_clinet":747,"insert_time":"2014-08-18T20:40:01.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8117,"10":2,"107":45,"11":47,"13":27,"14":13,"15":6,"155":2,"16":1,"161":6,"18":60,"19":2,"20":2,"209":1,"21":36,"214":1,"215":7,"221":16,"223":24,"224":4,"225":46,"23":16,"24":52,"25":11,"257":3,"26":10,"268":2,"27":8,"28":8,"292":2,"31":7,"32":3,"34":4,"35":1,"352":45,"36":10,"37":8,"38":26,"381":2,"383":2,"39":7,"396":1,"397":1,"40":5,"41":6,"414":1,"415":2,"42":6,"43":7,"430":1,"44":3,"45":1,"46":6,"48":4,"49":4,"5":54,"51":1,"52":3,"53":4,"56":1,"6":6,"7":22,"8":4,"9":29,"all_client":8864,"all_tv_clinet":747,"insert_time":"2014-08-18T20:41:01.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8102,"10":2,"107":45,"11":46,"13":27,"14":12,"15":6,"155":2,"16":1,"161":7,"18":61,"19":2,"20":2,"209":1,"21":37,"214":1,"215":7,"221":16,"223":25,"224":4,"225":47,"23":15,"24":49,"25":11,"257":4,"26":9,"268":2,"27":8,"28":9,"292":2,"31":7,"32":3,"34":4,"35":1,"352":44,"36":10,"37":7,"38":27,"381":2,"383":2,"39":7,"396":1,"397":1,"40":5,"41":5,"414":1,"415":2,"42":6,"43":7,"430":1,"44":3,"45":1,"46":6,"48":4,"49":4,"5":52,"51":1,"52":3,"53":4,"56":1,"6":6,"7":22,"8":4,"9":31,"all_client":8847,"all_tv_clinet":745,"insert_time":"2014-08-18T20:42:02.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8080,"10":2,"107":46,"11":45,"13":25,"14":12,"15":6,"155":2,"16":1,"161":7,"18":60,"19":2,"20":2,"209":1,"21":37,"214":1,"215":7,"221":15,"223":25,"224":4,"225":47,"23":15,"24":53,"25":9,"257":4,"26":9,"268":2,"27":8,"28":10,"292":2,"31":7,"32":3,"34":4,"35":1,"352":42,"36":8,"37":8,"38":29,"381":2,"383":2,"39":8,"397":1,"40":4,"41":4,"414":1,"415":3,"42":6,"43":6,"430":1,"44":2,"45":1,"46":6,"48":4,"49":6,"5":54,"51":1,"52":3,"53":4,"56":1,"6":6,"7":22,"8":4,"9":33,"all_client":8826,"all_tv_clinet":746,"insert_time":"2014-08-18T20:43:02.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8047,"10":2,"107":45,"11":45,"13":25,"14":13,"15":7,"155":2,"16":1,"161":7,"18":59,"19":2,"20":1,"209":1,"21":36,"214":1,"215":7,"221":15,"223":25,"224":4,"225":49,"23":14,"24":49,"25":10,"257":4,"26":8,"268":3,"27":8,"28":10,"292":2,"31":7,"32":4,"34":4,"35":1,"352":41,"36":9,"37":9,"38":26,"381":2,"383":2,"39":8,"397":1,"40":4,"41":4,"414":1,"415":2,"42":6,"43":6,"430":1,"44":1,"45":1,"46":7,"48":4,"49":6,"5":55,"51":1,"52":3,"53":4,"56":1,"6":6,"7":22,"8":5,"9":33,"all_client":8789,"all_tv_clinet":742,"insert_time":"2014-08-18T20:44:02.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8019,"10":2,"107":49,"11":45,"13":26,"14":14,"15":7,"155":2,"16":1,"161":8,"18":62,"19":2,"20":1,"209":1,"21":36,"214":1,"215":7,"221":14,"223":23,"224":4,"225":49,"23":13,"24":51,"25":10,"257":2,"26":8,"268":3,"27":8,"273":1,"28":10,"292":2,"31":7,"32":4,"34":4,"35":2,"352":41,"36":9,"37":9,"38":23,"381":2,"383":1,"39":7,"397":1,"40":4,"41":4,"414":1,"415":2,"42":6,"43":6,"430":1,"44":1,"45":1,"46":6,"48":4,"49":6,"5":55,"51":1,"52":3,"53":4,"56":1,"6":7,"7":21,"8":4,"9":33,"all_client":8762,"all_tv_clinet":743,"insert_time":"2014-08-18T20:45:02.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7980,"10":2,"107":48,"11":45,"13":26,"14":14,"15":7,"155":2,"161":8,"18":62,"19":2,"20":1,"209":1,"21":34,"214":1,"215":6,"221":14,"223":24,"224":4,"225":48,"23":12,"24":50,"25":9,"257":2,"26":9,"268":2,"27":8,"273":1,"279":1,"28":10,"292":2,"31":8,"32":4,"34":4,"35":2,"352":42,"36":11,"37":9,"38":24,"381":2,"383":1,"39":7,"397":1,"40":4,"41":4,"414":1,"415":2,"42":7,"43":6,"430":1,"44":1,"46":5,"48":4,"49":5,"5":56,"51":2,"52":3,"53":4,"56":1,"6":8,"7":20,"8":4,"9":33,"all_client":8721,"all_tv_clinet":741,"insert_time":"2014-08-18T20:46:02.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7954,"10":2,"107":50,"11":45,"13":25,"14":13,"15":7,"155":1,"161":10,"18":60,"19":1,"20":1,"209":1,"21":34,"214":1,"215":6,"221":15,"223":24,"224":4,"225":47,"23":13,"24":51,"25":10,"257":2,"26":9,"268":1,"27":8,"273":1,"279":1,"28":10,"292":2,"31":7,"32":3,"34":4,"35":2,"352":36,"36":10,"37":9,"38":23,"381":2,"383":1,"39":6,"397":1,"40":5,"41":4,"414":1,"415":2,"42":7,"43":6,"430":1,"44":1,"46":5,"48":4,"49":5,"5":55,"51":2,"52":3,"53":5,"56":1,"6":9,"7":20,"8":4,"9":34,"all_client":8687,"all_tv_clinet":733,"insert_time":"2014-08-18T20:47:02.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7934,"10":1,"107":49,"11":46,"13":25,"14":12,"15":7,"155":1,"161":10,"18":61,"19":1,"20":1,"209":1,"21":35,"214":1,"215":6,"221":15,"223":24,"224":4,"225":46,"23":14,"24":50,"25":11,"257":2,"26":9,"268":1,"27":7,"273":2,"279":1,"28":10,"292":1,"31":7,"32":2,"34":3,"35":2,"352":33,"36":10,"37":9,"38":22,"381":2,"383":1,"39":6,"397":1,"40":5,"41":5,"414":1,"415":1,"42":7,"43":6,"430":1,"44":1,"46":5,"48":4,"49":5,"5":55,"51":2,"52":3,"53":6,"56":1,"6":9,"7":20,"8":4,"9":34,"all_client":8661,"all_tv_clinet":727,"insert_time":"2014-08-18T20:48:02.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7900,"10":1,"107":47,"11":45,"13":24,"14":11,"15":7,"155":1,"161":11,"18":62,"19":1,"20":1,"209":1,"21":35,"214":1,"215":6,"221":15,"223":24,"224":4,"225":49,"23":12,"24":49,"25":12,"257":2,"26":8,"268":1,"27":7,"273":2,"279":1,"28":10,"292":1,"31":6,"32":2,"33":2,"34":3,"35":2,"352":30,"36":9,"37":8,"38":23,"381":3,"383":1,"39":7,"397":1,"40":5,"41":5,"414":1,"415":2,"42":7,"43":6,"430":1,"44":1,"46":6,"48":4,"49":5,"5":57,"51":2,"52":4,"53":7,"56":1,"6":10,"7":19,"8":4,"9":34,"all_client":8629,"all_tv_clinet":729,"insert_time":"2014-08-18T20:49:03.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7878,"10":1,"107":51,"11":46,"12":1,"13":22,"14":10,"15":7,"155":1,"161":10,"18":63,"19":1,"20":1,"209":1,"21":35,"214":1,"215":6,"221":16,"223":25,"224":4,"225":47,"23":11,"24":48,"25":10,"257":2,"26":7,"268":1,"27":7,"273":2,"279":1,"28":10,"292":1,"31":6,"32":2,"33":2,"34":4,"35":2,"352":31,"36":12,"37":9,"38":24,"381":2,"383":1,"39":8,"397":1,"40":5,"41":5,"414":1,"415":2,"42":7,"43":6,"430":1,"44":1,"46":7,"48":4,"49":5,"5":58,"51":2,"52":4,"53":6,"56":1,"6":11,"7":16,"8":4,"9":34,"all_client":8611,"all_tv_clinet":733,"insert_time":"2014-08-18T20:50:03.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7845,"10":1,"107":44,"11":45,"12":1,"13":23,"14":10,"15":7,"155":1,"16":1,"161":10,"18":63,"19":1,"20":1,"209":1,"21":34,"214":1,"215":6,"221":17,"223":25,"224":4,"225":47,"23":11,"24":48,"25":11,"257":2,"26":6,"268":1,"27":7,"273":2,"279":1,"28":9,"281":1,"292":1,"30":1,"31":5,"32":2,"33":2,"34":4,"35":2,"352":33,"36":13,"37":9,"38":23,"381":2,"383":2,"39":9,"397":1,"40":5,"41":5,"415":2,"42":7,"426":1,"43":6,"430":1,"44":1,"46":7,"48":4,"49":4,"5":59,"51":2,"52":4,"53":6,"56":1,"6":10,"7":16,"8":4,"9":37,"all_client":8578,"all_tv_clinet":733,"insert_time":"2014-08-18T20:51:03.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7815,"10":1,"107":44,"11":47,"12":1,"13":24,"14":10,"15":7,"155":1,"16":1,"161":9,"18":58,"19":1,"20":1,"209":1,"21":34,"214":1,"215":6,"221":17,"223":25,"224":4,"225":45,"23":13,"24":46,"25":10,"257":2,"26":6,"268":1,"27":7,"273":2,"279":1,"28":10,"281":1,"292":1,"30":1,"31":5,"32":2,"33":1,"34":4,"35":3,"352":35,"36":13,"37":9,"38":24,"381":2,"383":2,"39":9,"397":1,"40":5,"41":5,"415":1,"42":6,"426":1,"43":6,"430":1,"44":1,"46":8,"48":4,"49":4,"5":57,"51":2,"52":3,"53":6,"56":1,"6":9,"7":18,"8":4,"9":37,"all_client":8543,"all_tv_clinet":728,"insert_time":"2014-08-18T20:52:03.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7786,"10":1,"107":43,"11":44,"12":1,"13":23,"14":10,"15":7,"155":1,"16":1,"161":9,"18":58,"19":1,"20":1,"209":1,"21":35,"214":1,"215":7,"221":16,"223":26,"224":4,"225":49,"23":13,"24":47,"25":10,"257":2,"26":5,"27":7,"273":2,"279":2,"28":9,"281":1,"292":1,"30":1,"31":4,"32":2,"33":1,"34":4,"35":3,"352":36,"36":13,"37":8,"38":24,"381":2,"383":2,"39":9,"397":1,"40":5,"41":6,"415":2,"42":6,"426":1,"43":6,"430":1,"44":1,"46":8,"48":3,"49":4,"5":57,"51":2,"52":3,"53":6,"56":1,"6":10,"7":20,"8":4,"9":37,"all_client":8517,"all_tv_clinet":731,"insert_time":"2014-08-18T20:53:03.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7767,"10":1,"107":44,"11":42,"12":1,"13":24,"14":10,"15":7,"155":2,"16":1,"161":10,"18":55,"19":1,"20":1,"209":1,"21":33,"214":1,"215":7,"221":16,"223":26,"224":4,"225":47,"23":13,"24":47,"25":10,"257":2,"26":5,"27":7,"273":1,"279":2,"28":9,"281":1,"292":1,"30":1,"31":4,"32":1,"33":1,"34":4,"35":2,"352":37,"36":13,"37":8,"38":24,"381":2,"383":1,"39":10,"397":1,"40":5,"41":6,"415":3,"42":6,"426":1,"43":7,"430":1,"44":1,"46":8,"48":2,"49":4,"5":58,"51":2,"52":3,"53":7,"56":1,"6":10,"7":20,"8":4,"9":36,"all_client":8493,"all_tv_clinet":726,"insert_time":"2014-08-18T20:54:03.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7737,"10":1,"107":44,"11":43,"12":1,"13":26,"14":10,"15":7,"155":2,"16":1,"161":10,"18":52,"19":1,"20":1,"209":1,"21":34,"214":1,"215":7,"221":16,"223":25,"224":4,"225":50,"23":11,"24":45,"25":9,"257":2,"26":4,"27":7,"273":1,"279":2,"28":8,"281":1,"292":1,"30":1,"31":5,"32":1,"33":1,"34":4,"35":2,"352":36,"36":14,"37":7,"38":24,"381":2,"383":1,"39":10,"397":1,"40":6,"41":6,"415":3,"42":6,"426":1,"43":7,"430":1,"44":1,"46":8,"48":2,"49":5,"5":63,"51":2,"52":3,"53":7,"56":1,"6":10,"7":20,"8":5,"9":36,"all_client":8467,"all_tv_clinet":730,"insert_time":"2014-08-18T20:55:03.772Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7730,"10":1,"107":41,"11":45,"12":1,"13":27,"14":10,"15":7,"155":2,"16":1,"161":10,"18":52,"19":1,"20":1,"209":1,"21":34,"214":1,"215":7,"221":16,"223":26,"224":4,"225":50,"23":11,"24":45,"25":9,"257":2,"26":4,"27":7,"273":1,"279":2,"28":8,"281":1,"292":1,"30":1,"31":5,"32":1,"33":1,"34":4,"35":2,"352":35,"36":12,"37":7,"38":21,"381":2,"383":1,"39":11,"397":1,"40":6,"41":7,"415":2,"42":6,"426":1,"43":7,"430":1,"44":1,"46":8,"48":2,"49":5,"5":65,"51":2,"52":3,"53":6,"56":1,"6":10,"7":23,"8":5,"9":34,"all_client":8458,"all_tv_clinet":728,"insert_time":"2014-08-18T20:56:03.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7706,"10":1,"107":41,"11":42,"12":1,"13":26,"14":9,"15":7,"155":2,"161":12,"18":51,"19":1,"20":2,"209":1,"21":34,"214":1,"215":6,"221":17,"223":27,"224":4,"225":48,"23":10,"24":46,"25":9,"257":2,"26":4,"27":7,"273":1,"279":2,"28":8,"281":1,"292":1,"30":1,"31":5,"32":2,"33":1,"34":5,"35":2,"352":37,"36":12,"37":6,"38":22,"381":2,"383":1,"39":10,"397":1,"40":6,"41":7,"415":2,"42":6,"426":1,"43":7,"44":1,"46":9,"48":2,"49":5,"5":66,"51":2,"52":3,"53":6,"56":1,"6":11,"7":25,"8":5,"9":34,"all_client":8436,"all_tv_clinet":730,"insert_time":"2014-08-18T20:57:04.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7703,"10":1,"107":38,"11":41,"12":1,"13":26,"14":9,"15":7,"155":3,"161":13,"18":52,"19":1,"20":2,"209":2,"21":33,"214":1,"215":6,"221":19,"223":27,"224":4,"225":50,"23":11,"24":45,"25":8,"257":2,"26":4,"27":7,"273":2,"279":2,"28":9,"281":1,"292":1,"30":1,"31":5,"32":2,"33":1,"34":5,"35":2,"352":37,"36":12,"37":8,"38":24,"381":2,"383":1,"39":9,"397":1,"40":5,"41":7,"414":1,"415":2,"42":6,"43":7,"44":1,"46":9,"48":2,"49":3,"5":65,"51":2,"52":2,"53":5,"56":1,"6":11,"7":24,"8":5,"9":34,"all_client":8433,"all_tv_clinet":730,"insert_time":"2014-08-18T20:58:04.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7681,"10":1,"107":37,"11":42,"12":1,"13":26,"14":7,"15":7,"155":3,"161":13,"18":50,"19":1,"20":1,"209":2,"21":34,"214":1,"215":5,"221":19,"223":26,"224":4,"225":52,"23":12,"24":47,"25":9,"257":2,"26":4,"27":7,"273":2,"279":2,"28":10,"281":1,"292":1,"30":1,"31":5,"32":2,"33":1,"34":5,"35":2,"352":39,"36":12,"37":7,"38":21,"381":2,"383":1,"39":9,"397":1,"40":6,"41":6,"414":1,"415":2,"42":5,"43":7,"44":2,"46":10,"49":3,"5":66,"51":2,"52":2,"53":5,"56":1,"6":14,"7":23,"8":4,"9":33,"all_client":8410,"all_tv_clinet":729,"insert_time":"2014-08-18T20:59:04.278Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7670,"10":1,"107":38,"11":43,"12":1,"13":28,"14":7,"15":7,"155":3,"161":11,"18":48,"19":1,"20":1,"209":2,"21":30,"214":1,"215":5,"221":20,"223":28,"224":4,"225":53,"23":12,"24":46,"25":9,"257":2,"26":4,"27":6,"273":1,"279":2,"28":10,"281":1,"292":1,"30":1,"31":6,"32":3,"33":1,"34":5,"35":1,"352":38,"36":13,"37":7,"38":24,"381":2,"383":1,"39":9,"397":1,"40":5,"41":6,"414":2,"415":2,"42":5,"43":8,"44":2,"46":12,"49":4,"5":65,"51":2,"52":2,"53":5,"56":1,"6":15,"7":23,"8":5,"9":33,"all_client":8405,"all_tv_clinet":735,"insert_time":"2014-08-18T21:00:04.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7675,"10":1,"107":40,"11":41,"12":1,"13":29,"14":8,"15":7,"155":2,"161":11,"18":48,"19":2,"20":1,"209":2,"21":27,"214":1,"215":5,"221":21,"223":29,"224":4,"225":55,"23":13,"24":46,"25":9,"257":2,"26":4,"27":6,"273":1,"279":2,"28":9,"281":1,"292":1,"30":1,"31":5,"32":3,"33":1,"34":6,"35":1,"352":37,"36":11,"37":7,"38":23,"381":2,"383":1,"39":9,"397":1,"40":5,"41":6,"414":2,"415":2,"42":5,"43":8,"44":2,"46":13,"49":4,"5":64,"51":2,"52":1,"53":4,"56":1,"6":17,"7":21,"8":6,"9":33,"all_client":8408,"all_tv_clinet":733,"insert_time":"2014-08-18T21:01:04.415Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7684,"10":1,"107":38,"11":38,"12":1,"13":28,"14":9,"15":7,"155":2,"161":12,"18":52,"19":2,"20":1,"209":2,"21":26,"214":1,"215":4,"221":21,"223":29,"224":4,"225":56,"23":13,"24":42,"25":10,"257":2,"26":4,"27":6,"273":1,"279":2,"28":9,"281":1,"292":1,"30":2,"31":6,"32":3,"33":1,"34":6,"35":1,"352":34,"36":12,"37":6,"38":23,"381":2,"383":1,"39":9,"397":1,"40":8,"41":6,"414":2,"415":2,"42":5,"43":8,"44":2,"46":14,"49":4,"5":61,"51":2,"52":1,"53":4,"56":1,"6":17,"7":24,"8":7,"9":32,"all_client":8416,"all_tv_clinet":732,"insert_time":"2014-08-18T21:02:04.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7654,"10":1,"107":41,"11":39,"12":1,"13":26,"14":8,"15":7,"155":2,"161":10,"18":53,"19":3,"20":1,"209":2,"21":26,"214":1,"215":3,"221":21,"223":33,"224":4,"225":52,"23":13,"24":42,"25":11,"257":2,"26":5,"27":6,"273":1,"279":2,"28":9,"281":1,"292":2,"30":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":34,"36":12,"37":6,"38":23,"381":2,"383":1,"39":9,"397":1,"40":9,"41":5,"414":1,"415":1,"42":5,"43":7,"44":3,"46":14,"49":3,"5":57,"51":2,"52":1,"53":4,"56":1,"6":19,"7":23,"8":9,"9":33,"all_client":8385,"all_tv_clinet":731,"insert_time":"2014-08-18T21:03:04.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7643,"10":1,"107":41,"11":39,"12":1,"13":27,"14":8,"15":6,"155":2,"161":9,"18":50,"19":3,"20":1,"209":2,"21":25,"210":1,"214":1,"215":3,"221":20,"223":33,"224":4,"225":54,"23":13,"24":42,"25":11,"257":2,"26":5,"27":7,"273":1,"279":1,"28":9,"281":1,"292":2,"30":2,"31":6,"32":3,"33":1,"34":5,"35":1,"352":36,"36":11,"37":5,"38":24,"381":1,"383":1,"39":8,"396":1,"397":1,"40":10,"41":7,"414":1,"42":5,"43":7,"44":3,"45":1,"46":14,"49":3,"5":55,"51":2,"52":1,"53":3,"56":1,"6":20,"7":24,"8":12,"9":32,"all_client":8375,"all_tv_clinet":732,"insert_time":"2014-08-18T21:04:04.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7634,"10":1,"107":41,"11":42,"12":1,"13":27,"14":8,"15":6,"155":2,"16":1,"161":7,"18":51,"19":3,"20":1,"209":3,"21":28,"210":1,"214":1,"215":3,"221":20,"223":32,"224":3,"225":50,"23":12,"24":41,"25":12,"257":2,"26":3,"27":7,"273":1,"279":1,"28":9,"281":1,"292":2,"30":1,"31":6,"32":3,"33":1,"34":5,"35":1,"352":34,"36":12,"37":5,"38":25,"381":1,"383":1,"39":8,"396":1,"397":1,"40":9,"41":6,"414":1,"42":5,"43":6,"44":3,"45":1,"46":15,"48":1,"49":2,"5":53,"51":2,"52":1,"53":3,"56":1,"6":21,"7":23,"8":12,"9":31,"all_client":8358,"all_tv_clinet":724,"insert_time":"2014-08-18T21:05:04.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7622,"10":1,"107":36,"11":41,"12":1,"13":27,"14":7,"15":6,"155":2,"16":1,"161":7,"18":52,"19":3,"20":1,"209":3,"21":28,"210":1,"214":1,"215":4,"221":22,"223":30,"224":3,"225":50,"23":13,"24":46,"25":13,"257":2,"26":3,"27":7,"273":1,"279":1,"28":11,"281":1,"292":2,"30":1,"31":6,"32":2,"33":1,"34":4,"35":1,"352":32,"36":12,"37":5,"38":27,"381":1,"383":1,"39":8,"396":1,"397":1,"40":9,"41":6,"414":1,"42":5,"43":6,"44":3,"45":1,"46":15,"48":1,"49":2,"5":52,"51":2,"52":1,"53":4,"56":1,"6":22,"7":25,"8":11,"9":29,"all_client":8348,"all_tv_clinet":726,"insert_time":"2014-08-18T21:06:04.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7593,"10":2,"107":32,"11":42,"12":1,"13":25,"14":7,"15":6,"155":2,"16":1,"161":7,"18":54,"19":3,"20":1,"209":3,"21":29,"210":1,"214":1,"215":4,"221":22,"223":30,"224":3,"225":48,"23":13,"24":48,"25":14,"257":2,"26":4,"27":7,"273":1,"279":2,"28":11,"281":1,"292":2,"30":1,"31":7,"32":2,"33":1,"34":4,"35":1,"352":33,"36":11,"37":4,"38":29,"381":1,"383":2,"39":8,"396":1,"397":1,"40":9,"41":5,"414":1,"42":5,"43":6,"44":3,"45":1,"46":15,"48":1,"49":2,"5":53,"51":2,"52":1,"53":4,"56":1,"6":20,"7":24,"8":11,"9":28,"all_client":8320,"all_tv_clinet":727,"insert_time":"2014-08-18T21:07:04.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7562,"10":2,"107":27,"11":41,"12":1,"13":25,"14":8,"15":6,"155":2,"16":1,"161":7,"18":55,"19":3,"20":1,"209":3,"21":26,"210":1,"214":1,"215":5,"221":23,"223":32,"224":4,"225":48,"23":15,"24":47,"25":14,"257":2,"26":4,"27":7,"273":1,"279":1,"28":12,"281":1,"292":1,"30":1,"31":8,"32":2,"33":1,"34":4,"35":2,"352":37,"36":8,"37":4,"38":30,"381":1,"383":2,"39":8,"396":1,"397":1,"40":10,"41":5,"414":1,"415":1,"42":5,"43":8,"44":3,"45":1,"46":15,"48":1,"49":3,"5":54,"51":2,"52":1,"53":4,"56":1,"6":18,"7":24,"8":11,"9":28,"all_client":8295,"all_tv_clinet":733,"insert_time":"2014-08-18T21:08:04.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7562,"10":2,"107":28,"11":42,"12":1,"13":25,"14":8,"15":5,"155":2,"16":1,"161":6,"18":55,"19":3,"20":1,"209":3,"21":28,"210":1,"214":1,"215":5,"221":24,"223":32,"224":5,"225":50,"23":15,"24":48,"25":14,"257":2,"26":4,"27":7,"273":1,"279":1,"28":12,"281":1,"30":1,"31":7,"32":2,"33":1,"34":5,"35":2,"352":35,"36":8,"37":4,"38":28,"381":1,"383":2,"39":8,"396":1,"397":1,"40":10,"41":5,"414":2,"415":1,"42":5,"43":8,"44":3,"45":1,"46":15,"48":1,"49":3,"5":56,"51":3,"52":2,"53":5,"56":1,"6":15,"7":22,"8":11,"9":27,"all_client":8297,"all_tv_clinet":735,"insert_time":"2014-08-18T21:09:05.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7549,"10":1,"107":30,"11":42,"12":1,"13":24,"14":8,"15":5,"155":2,"16":1,"161":6,"18":57,"19":2,"20":1,"209":4,"21":27,"210":1,"214":1,"215":5,"221":24,"223":30,"224":5,"225":50,"23":15,"24":47,"25":13,"257":2,"26":4,"27":9,"273":1,"279":1,"28":13,"281":1,"292":1,"30":1,"31":6,"32":3,"33":1,"34":5,"35":2,"352":36,"36":8,"37":4,"38":28,"381":2,"383":2,"39":8,"396":1,"397":1,"40":10,"41":5,"414":2,"415":2,"42":5,"43":8,"44":4,"45":1,"46":14,"48":1,"49":3,"5":57,"51":3,"52":2,"53":5,"56":1,"6":15,"7":22,"8":11,"9":25,"all_client":8287,"all_tv_clinet":738,"insert_time":"2014-08-18T21:10:05.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7533,"10":1,"107":30,"11":42,"13":24,"14":8,"15":5,"155":2,"161":6,"18":55,"19":2,"20":1,"209":5,"21":26,"210":1,"214":1,"215":4,"221":21,"223":29,"224":4,"225":52,"23":14,"24":50,"25":12,"257":2,"26":4,"27":9,"273":1,"279":1,"28":13,"281":1,"282":1,"292":1,"30":1,"31":6,"32":3,"33":1,"34":8,"35":3,"352":41,"36":8,"37":4,"38":28,"381":2,"383":2,"39":7,"396":1,"397":1,"40":10,"41":5,"414":2,"415":1,"42":5,"43":7,"44":4,"45":2,"46":15,"49":3,"5":54,"51":3,"52":2,"53":5,"56":1,"6":15,"7":23,"8":10,"9":25,"all_client":8269,"all_tv_clinet":736,"insert_time":"2014-08-18T21:11:05.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7502,"10":1,"107":34,"11":44,"13":25,"14":8,"15":5,"155":2,"16":1,"161":7,"18":56,"19":2,"20":2,"209":5,"21":26,"210":1,"214":1,"215":4,"221":19,"223":27,"224":3,"225":50,"23":15,"24":52,"25":12,"257":2,"26":5,"27":9,"273":2,"279":1,"28":12,"281":1,"282":1,"292":1,"31":6,"32":3,"33":1,"34":9,"35":3,"352":40,"36":9,"37":4,"38":30,"381":2,"383":2,"39":7,"396":1,"397":1,"40":10,"41":4,"414":2,"415":2,"42":5,"43":7,"44":5,"45":2,"46":15,"49":3,"5":53,"51":3,"52":1,"53":4,"56":1,"6":16,"7":26,"8":10,"9":23,"all_client":8248,"all_tv_clinet":746,"insert_time":"2014-08-18T21:12:05.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7480,"10":1,"107":33,"11":47,"13":24,"14":9,"15":5,"155":2,"16":1,"161":7,"18":55,"19":2,"20":2,"209":5,"21":28,"210":1,"214":1,"215":4,"221":21,"223":27,"224":3,"225":48,"23":14,"24":53,"25":13,"257":2,"26":5,"27":9,"273":2,"279":1,"28":12,"281":1,"282":1,"292":1,"31":6,"32":3,"33":1,"34":10,"35":4,"352":40,"36":9,"37":4,"38":30,"381":2,"383":2,"39":7,"396":1,"397":1,"40":10,"409":1,"41":4,"414":2,"415":2,"42":5,"43":7,"430":1,"44":5,"45":2,"46":16,"49":3,"5":49,"51":2,"52":1,"53":4,"56":1,"6":17,"7":24,"8":10,"9":23,"all_client":8229,"all_tv_clinet":749,"insert_time":"2014-08-18T21:13:05.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7467,"10":1,"107":34,"11":47,"13":24,"14":9,"15":5,"155":2,"16":1,"161":8,"18":54,"19":2,"20":2,"209":4,"21":27,"210":1,"214":1,"215":4,"221":22,"223":27,"224":3,"225":50,"23":15,"24":55,"25":12,"257":2,"26":5,"27":9,"273":2,"279":1,"28":12,"281":1,"282":1,"292":1,"31":6,"32":3,"33":1,"34":10,"35":4,"352":39,"36":10,"37":6,"38":32,"381":2,"383":2,"39":7,"396":1,"397":1,"40":9,"409":1,"41":4,"414":2,"415":2,"42":5,"43":6,"430":1,"44":4,"45":2,"46":14,"49":4,"5":50,"51":3,"53":5,"56":1,"6":17,"7":23,"8":10,"9":23,"all_client":8221,"all_tv_clinet":754,"insert_time":"2014-08-18T21:14:05.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7453,"10":1,"107":32,"11":46,"13":27,"14":9,"15":5,"155":2,"16":1,"161":8,"18":56,"19":3,"20":2,"209":3,"21":27,"210":1,"214":1,"215":5,"221":22,"223":27,"224":4,"225":53,"23":16,"24":54,"25":12,"257":2,"26":5,"27":9,"273":1,"279":1,"28":11,"281":1,"282":1,"292":2,"31":4,"32":3,"33":1,"34":9,"35":4,"352":39,"36":9,"37":6,"38":31,"381":2,"383":2,"39":6,"396":1,"397":1,"40":9,"409":1,"41":4,"414":1,"415":2,"42":5,"43":6,"430":1,"44":2,"45":2,"46":14,"49":5,"5":50,"51":3,"53":5,"56":1,"6":16,"7":23,"8":11,"9":23,"all_client":8205,"all_tv_clinet":752,"insert_time":"2014-08-18T21:15:05.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7442,"10":1,"107":32,"11":44,"13":28,"14":10,"15":6,"155":2,"16":1,"161":8,"18":56,"19":3,"20":2,"209":4,"21":28,"210":1,"214":1,"215":6,"221":21,"223":29,"224":4,"225":50,"23":15,"24":56,"25":11,"257":2,"26":5,"27":8,"279":1,"28":12,"281":1,"282":1,"292":2,"31":4,"32":3,"33":1,"34":9,"35":3,"352":41,"36":8,"37":6,"38":31,"381":2,"383":2,"39":6,"396":2,"397":1,"40":9,"409":1,"41":3,"414":1,"415":2,"42":3,"43":6,"430":1,"44":2,"45":2,"46":17,"49":5,"5":50,"51":3,"53":7,"56":1,"6":16,"7":24,"8":12,"9":23,"all_client":8200,"all_tv_clinet":758,"insert_time":"2014-08-18T21:16:05.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7419,"10":1,"107":31,"11":44,"13":28,"14":9,"15":6,"155":2,"16":1,"161":9,"18":57,"19":3,"20":2,"209":4,"21":28,"210":1,"214":1,"215":6,"221":21,"223":27,"224":4,"225":52,"23":15,"24":56,"25":10,"257":2,"26":6,"27":8,"279":1,"28":12,"281":1,"282":1,"292":2,"31":6,"32":3,"33":1,"34":8,"35":3,"352":39,"36":8,"37":4,"38":31,"381":2,"383":2,"39":7,"396":2,"397":1,"40":8,"409":1,"41":2,"414":1,"415":2,"42":3,"43":7,"430":1,"44":2,"45":2,"46":17,"49":5,"5":49,"51":3,"53":7,"56":1,"6":16,"7":25,"8":15,"9":25,"all_client":8179,"all_tv_clinet":760,"insert_time":"2014-08-18T21:17:05.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7433,"10":1,"107":34,"11":43,"12":1,"13":27,"14":10,"15":6,"155":2,"16":1,"161":10,"18":59,"19":2,"20":1,"209":4,"21":27,"210":1,"214":2,"215":5,"221":21,"223":26,"224":4,"225":52,"23":15,"24":54,"25":10,"257":2,"26":7,"27":8,"279":1,"28":12,"281":1,"282":1,"292":2,"31":7,"32":3,"33":1,"34":8,"35":3,"352":37,"36":9,"37":4,"38":30,"381":2,"383":2,"39":6,"396":2,"397":1,"40":8,"409":1,"41":2,"414":1,"415":2,"42":2,"43":7,"430":1,"44":2,"45":2,"46":18,"49":5,"5":51,"51":3,"53":7,"56":1,"6":13,"7":27,"8":15,"9":25,"all_client":8193,"all_tv_clinet":760,"insert_time":"2014-08-18T21:18:05.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7442,"10":1,"107":39,"11":43,"12":1,"13":27,"14":10,"15":6,"155":2,"16":1,"161":12,"18":59,"19":2,"20":1,"209":4,"21":27,"214":2,"215":5,"221":17,"223":26,"224":4,"225":54,"23":15,"24":50,"25":10,"257":2,"26":7,"27":6,"279":1,"28":11,"281":1,"282":1,"292":1,"31":9,"32":3,"33":1,"34":8,"35":3,"352":38,"36":10,"37":4,"38":30,"381":2,"383":1,"39":6,"396":1,"397":1,"40":7,"409":1,"41":3,"414":1,"415":2,"42":2,"426":1,"43":8,"430":1,"44":2,"45":2,"46":17,"49":6,"5":50,"51":3,"53":6,"56":1,"6":13,"7":28,"8":16,"9":24,"all_client":8201,"all_tv_clinet":759,"insert_time":"2014-08-18T21:19:05.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7402,"10":1,"107":39,"11":44,"12":1,"13":28,"14":10,"15":6,"155":2,"16":2,"161":13,"18":60,"19":2,"20":1,"209":4,"21":27,"214":2,"215":5,"221":17,"223":25,"224":4,"225":53,"23":14,"24":50,"25":11,"257":2,"26":7,"27":6,"279":1,"28":11,"281":1,"282":1,"292":1,"31":7,"32":2,"33":1,"34":9,"35":2,"352":40,"36":10,"37":5,"38":31,"381":2,"383":1,"39":6,"396":1,"397":1,"40":7,"409":1,"41":3,"414":1,"415":2,"42":2,"426":1,"43":8,"430":1,"44":2,"45":3,"46":16,"49":6,"5":50,"51":2,"53":6,"56":1,"6":14,"7":28,"8":17,"9":24,"all_client":8166,"all_tv_clinet":764,"insert_time":"2014-08-18T21:20:05.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7396,"10":1,"107":40,"11":43,"12":2,"13":27,"14":10,"15":6,"155":2,"16":2,"161":11,"18":59,"19":2,"20":1,"209":6,"21":26,"214":2,"215":5,"221":15,"223":25,"224":4,"225":53,"23":14,"24":52,"25":11,"257":2,"26":6,"27":6,"279":1,"28":11,"281":1,"282":1,"292":1,"31":7,"32":2,"33":2,"34":9,"35":3,"352":41,"36":10,"37":5,"38":33,"381":2,"383":1,"39":5,"396":1,"397":1,"40":7,"409":1,"41":3,"414":1,"415":3,"42":2,"426":1,"43":8,"430":1,"44":2,"45":3,"46":16,"49":6,"5":46,"51":1,"53":6,"56":1,"6":15,"7":29,"8":17,"9":22,"all_client":8157,"all_tv_clinet":761,"insert_time":"2014-08-18T21:21:06.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7424,"10":1,"107":40,"11":45,"12":2,"13":27,"14":10,"15":6,"155":2,"16":2,"161":11,"18":62,"19":3,"20":1,"209":5,"21":24,"214":2,"215":5,"221":14,"223":23,"224":5,"225":54,"23":12,"24":49,"25":11,"257":2,"26":6,"27":7,"279":1,"28":11,"281":1,"282":1,"292":1,"31":7,"32":2,"33":2,"34":9,"35":3,"352":38,"36":10,"37":5,"38":33,"381":2,"383":1,"39":4,"396":1,"397":1,"40":7,"409":1,"41":3,"414":1,"415":3,"42":2,"426":1,"43":8,"430":1,"44":2,"45":3,"46":14,"49":7,"5":45,"51":1,"53":6,"56":1,"6":15,"7":30,"8":15,"9":27,"all_client":8181,"all_tv_clinet":757,"insert_time":"2014-08-18T21:22:06.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7348,"10":1,"107":41,"11":47,"12":2,"13":27,"14":10,"15":6,"155":2,"16":2,"161":11,"18":61,"19":3,"20":1,"209":5,"21":24,"214":2,"215":5,"221":16,"223":19,"224":5,"225":53,"23":12,"24":50,"25":11,"257":2,"26":6,"27":8,"279":2,"28":11,"281":1,"282":1,"292":1,"31":4,"32":3,"33":2,"34":9,"35":3,"352":36,"36":11,"37":4,"38":31,"381":2,"383":1,"39":4,"396":1,"397":1,"40":7,"409":1,"41":4,"414":1,"415":4,"42":2,"426":1,"43":8,"430":1,"44":2,"45":3,"46":12,"49":7,"5":47,"51":1,"53":6,"56":1,"6":15,"7":31,"8":16,"9":27,"all_client":8105,"all_tv_clinet":757,"insert_time":"2014-08-18T21:23:06.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7353,"10":1,"107":39,"11":48,"12":2,"13":27,"14":9,"15":6,"155":2,"16":2,"161":12,"18":60,"19":3,"20":1,"209":5,"21":24,"214":2,"215":6,"221":17,"223":18,"224":5,"225":53,"23":12,"24":49,"25":10,"257":2,"26":6,"27":8,"273":1,"279":2,"28":11,"281":1,"282":1,"292":1,"31":4,"32":3,"33":2,"34":8,"35":2,"352":40,"36":10,"37":5,"38":28,"381":2,"383":1,"39":4,"396":1,"397":1,"40":8,"409":1,"41":4,"414":1,"415":4,"42":3,"426":1,"43":8,"430":1,"44":2,"45":3,"46":11,"49":7,"5":47,"51":1,"53":6,"56":1,"6":15,"7":31,"8":16,"9":29,"all_client":8110,"all_tv_clinet":757,"insert_time":"2014-08-18T21:24:06.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7399,"10":1,"107":36,"11":46,"12":1,"13":26,"14":9,"15":6,"155":2,"16":3,"161":10,"18":60,"19":3,"20":1,"209":5,"21":25,"214":2,"215":5,"221":18,"223":18,"224":5,"225":51,"23":12,"24":51,"25":9,"257":2,"26":6,"27":8,"273":1,"279":2,"28":11,"281":1,"282":1,"292":1,"31":4,"32":3,"33":2,"34":9,"35":2,"352":44,"36":10,"37":6,"38":29,"381":2,"383":1,"39":4,"397":1,"40":8,"41":4,"414":1,"415":5,"42":3,"426":1,"43":8,"430":2,"44":2,"45":3,"46":13,"49":8,"5":48,"51":1,"53":7,"56":1,"6":15,"7":32,"8":16,"9":29,"all_client":8161,"all_tv_clinet":762,"insert_time":"2014-08-18T21:25:06.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7380,"10":1,"107":37,"11":48,"12":1,"13":26,"14":10,"15":6,"155":2,"16":3,"161":12,"18":61,"19":4,"20":1,"209":5,"21":25,"214":1,"215":5,"221":20,"223":19,"224":5,"225":50,"23":12,"24":50,"25":9,"257":2,"26":6,"27":7,"273":1,"279":1,"28":12,"281":1,"292":1,"31":3,"32":3,"33":2,"34":8,"35":2,"352":48,"36":10,"37":6,"38":29,"381":2,"383":1,"39":5,"397":1,"40":7,"41":3,"414":2,"415":4,"42":3,"426":1,"43":8,"430":2,"44":1,"45":3,"46":14,"49":7,"5":50,"51":1,"53":6,"56":1,"6":17,"7":30,"8":16,"9":29,"all_client":8149,"all_tv_clinet":769,"insert_time":"2014-08-18T21:26:06.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7392,"10":1,"107":39,"11":50,"12":1,"13":27,"14":10,"15":6,"155":2,"16":3,"161":10,"18":59,"19":4,"209":5,"21":24,"214":1,"215":4,"221":20,"223":20,"224":5,"225":50,"23":10,"24":48,"25":10,"257":2,"26":6,"27":7,"273":1,"279":1,"28":12,"281":1,"292":1,"31":3,"32":3,"33":2,"34":8,"35":2,"352":44,"36":10,"37":6,"38":30,"381":2,"383":1,"39":5,"397":1,"40":8,"41":3,"414":2,"415":3,"42":4,"426":1,"43":8,"430":2,"44":1,"45":3,"46":14,"49":7,"5":54,"51":1,"53":7,"56":1,"6":17,"7":29,"8":17,"9":26,"all_client":8157,"all_tv_clinet":765,"insert_time":"2014-08-18T21:27:06.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7402,"10":1,"107":40,"11":50,"12":2,"13":26,"14":10,"15":6,"155":2,"16":3,"161":10,"18":62,"19":3,"209":5,"21":27,"214":1,"215":4,"221":20,"223":20,"224":6,"225":52,"23":10,"24":46,"25":11,"257":2,"26":5,"27":7,"273":2,"279":1,"28":12,"281":1,"292":1,"31":3,"32":3,"33":2,"34":7,"35":2,"352":42,"36":10,"37":6,"38":26,"381":1,"383":2,"39":5,"397":1,"40":9,"409":1,"41":2,"414":1,"415":3,"42":5,"426":2,"43":8,"44":1,"45":3,"46":11,"49":5,"5":59,"51":1,"53":7,"56":1,"6":19,"7":32,"8":17,"9":22,"all_client":8169,"all_tv_clinet":767,"insert_time":"2014-08-18T21:28:06.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7393,"10":1,"107":41,"11":50,"12":2,"13":26,"14":10,"15":6,"155":2,"16":3,"161":9,"18":62,"19":3,"209":6,"21":27,"214":1,"215":4,"221":21,"223":21,"224":6,"225":53,"23":10,"24":47,"25":13,"257":3,"26":5,"27":7,"273":2,"279":1,"28":11,"281":1,"292":1,"31":3,"32":3,"33":2,"34":7,"35":2,"352":42,"36":7,"37":6,"38":27,"381":1,"383":2,"39":5,"397":1,"40":9,"409":1,"41":2,"415":3,"42":5,"426":4,"43":8,"44":1,"45":3,"46":11,"49":5,"5":60,"51":1,"53":7,"56":1,"6":18,"7":35,"8":19,"9":20,"all_client":8169,"all_tv_clinet":776,"insert_time":"2014-08-18T21:29:06.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7394,"10":1,"107":40,"11":51,"12":2,"13":27,"14":11,"15":6,"155":2,"16":3,"161":9,"18":61,"19":3,"209":6,"21":29,"214":1,"215":4,"221":22,"223":21,"224":6,"225":49,"23":9,"24":50,"25":13,"257":3,"26":5,"27":7,"273":2,"279":1,"28":11,"281":1,"31":3,"32":2,"33":2,"34":8,"35":1,"352":44,"36":7,"37":6,"38":27,"381":2,"383":2,"39":5,"397":1,"40":8,"409":1,"41":2,"414":1,"415":3,"42":5,"426":4,"43":8,"44":1,"45":3,"46":12,"49":5,"5":59,"51":1,"53":6,"56":1,"6":19,"7":34,"8":19,"9":19,"all_client":8171,"all_tv_clinet":777,"insert_time":"2014-08-18T21:30:06.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7403,"10":1,"107":38,"11":49,"12":2,"13":26,"14":12,"15":6,"155":2,"16":2,"161":10,"18":61,"19":3,"209":5,"21":30,"214":1,"215":4,"221":20,"223":21,"224":6,"225":54,"23":10,"24":49,"25":11,"257":3,"26":5,"27":7,"273":2,"28":11,"281":1,"31":3,"32":3,"33":1,"34":8,"35":1,"352":42,"36":7,"37":6,"38":31,"381":2,"383":2,"39":5,"397":1,"40":9,"409":1,"414":1,"415":3,"42":5,"426":4,"43":8,"45":4,"46":15,"48":1,"49":4,"5":61,"51":1,"53":6,"56":1,"6":22,"7":32,"8":19,"9":21,"all_client":8185,"all_tv_clinet":782,"insert_time":"2014-08-18T21:31:06.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7417,"10":1,"107":39,"11":45,"12":2,"13":25,"14":12,"15":6,"155":2,"16":3,"161":9,"18":64,"19":3,"209":5,"21":29,"214":1,"215":4,"221":21,"223":24,"224":6,"225":51,"23":10,"24":49,"25":12,"257":3,"26":5,"27":7,"273":2,"28":10,"281":1,"31":3,"32":3,"33":1,"34":7,"35":1,"352":43,"36":8,"37":6,"38":29,"381":2,"383":2,"39":5,"397":1,"40":9,"409":1,"414":1,"415":4,"42":5,"426":4,"43":8,"45":4,"46":15,"48":2,"49":3,"5":58,"51":1,"53":6,"56":1,"6":22,"7":33,"8":18,"9":21,"all_client":8195,"all_tv_clinet":778,"insert_time":"2014-08-18T21:32:06.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7422,"10":1,"107":43,"11":45,"12":2,"13":23,"14":13,"15":6,"155":2,"16":3,"161":9,"18":68,"19":3,"209":6,"21":29,"214":1,"215":5,"221":21,"223":25,"224":6,"225":52,"23":10,"24":49,"25":11,"257":3,"26":5,"27":7,"273":3,"28":10,"281":1,"31":3,"32":3,"33":1,"34":8,"35":1,"352":43,"36":8,"37":5,"38":28,"381":2,"383":2,"39":6,"397":1,"40":9,"409":1,"414":1,"415":4,"42":5,"426":4,"43":8,"45":4,"46":13,"48":2,"49":5,"5":56,"51":1,"53":6,"56":1,"6":23,"7":31,"8":17,"9":21,"all_client":8207,"all_tv_clinet":785,"insert_time":"2014-08-18T21:33:06.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7419,"10":1,"107":45,"11":46,"12":1,"13":23,"14":13,"15":6,"155":2,"16":3,"161":8,"167":1,"18":70,"19":3,"209":5,"21":30,"214":1,"215":8,"221":19,"223":25,"224":6,"225":48,"23":11,"24":50,"25":11,"257":3,"26":4,"27":6,"273":3,"28":11,"281":1,"31":2,"32":3,"33":1,"34":7,"35":1,"352":48,"36":9,"37":5,"38":29,"381":3,"383":1,"39":6,"397":1,"40":8,"409":1,"414":1,"415":4,"42":5,"426":4,"43":8,"45":4,"46":13,"48":2,"49":7,"5":52,"51":2,"53":5,"56":1,"6":24,"7":29,"8":17,"9":27,"all_client":8213,"all_tv_clinet":794,"insert_time":"2014-08-18T21:34:07.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7432,"10":1,"107":42,"11":47,"12":1,"13":23,"14":14,"15":6,"155":3,"16":3,"161":9,"167":1,"18":70,"19":2,"209":5,"21":32,"214":1,"215":8,"221":19,"223":22,"224":5,"225":49,"23":11,"24":51,"25":10,"257":4,"26":5,"27":6,"273":3,"279":1,"28":12,"281":1,"31":2,"32":3,"33":1,"34":8,"35":1,"352":47,"36":10,"37":5,"38":29,"381":3,"383":1,"39":6,"397":1,"40":8,"409":1,"41":1,"414":1,"415":5,"42":5,"426":4,"43":10,"45":4,"46":13,"48":1,"49":7,"5":55,"51":2,"53":6,"56":1,"6":24,"7":26,"8":20,"9":28,"all_client":8238,"all_tv_clinet":806,"insert_time":"2014-08-18T21:35:07.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7436,"10":1,"107":40,"11":52,"12":1,"13":22,"14":14,"15":6,"155":3,"16":3,"161":9,"167":1,"18":72,"19":1,"209":4,"21":32,"214":1,"215":7,"221":19,"223":23,"224":5,"225":48,"23":12,"24":50,"25":11,"257":4,"26":6,"27":6,"273":2,"279":1,"28":12,"281":1,"31":1,"32":3,"33":1,"34":8,"35":2,"352":46,"36":11,"37":5,"38":31,"381":2,"383":1,"39":7,"397":1,"40":8,"409":1,"41":2,"414":1,"415":4,"42":6,"426":4,"43":10,"44":1,"45":4,"46":12,"48":1,"49":6,"5":54,"51":3,"53":7,"56":1,"6":22,"7":26,"8":21,"9":27,"all_client":8245,"all_tv_clinet":809,"insert_time":"2014-08-18T21:36:07.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7444,"10":1,"107":41,"11":56,"13":23,"14":14,"15":6,"155":2,"16":3,"161":9,"167":1,"18":69,"19":1,"209":5,"21":29,"214":1,"215":7,"221":19,"223":25,"224":4,"225":46,"23":11,"24":55,"25":11,"257":4,"26":6,"268":1,"27":6,"273":2,"279":2,"28":10,"281":1,"282":1,"31":1,"32":2,"33":1,"34":7,"35":3,"352":43,"36":11,"37":5,"38":30,"381":2,"383":1,"39":7,"397":1,"40":8,"409":1,"41":2,"414":1,"415":3,"42":6,"426":4,"43":11,"44":1,"45":4,"46":11,"48":2,"49":6,"5":56,"51":2,"53":7,"56":1,"6":23,"7":29,"8":23,"9":30,"all_client":8261,"all_tv_clinet":817,"insert_time":"2014-08-18T21:37:07.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7475,"10":1,"107":43,"11":58,"13":26,"14":15,"15":6,"155":2,"16":3,"161":7,"167":1,"18":67,"19":1,"209":6,"21":30,"214":1,"215":7,"221":18,"223":25,"224":5,"225":46,"23":11,"24":56,"25":12,"257":4,"26":6,"268":1,"27":6,"273":2,"279":2,"28":10,"281":1,"282":1,"31":1,"32":2,"33":2,"34":6,"35":4,"352":42,"36":12,"37":5,"38":31,"381":2,"39":7,"397":1,"40":7,"409":1,"41":2,"414":1,"415":2,"42":6,"426":4,"43":11,"44":1,"45":4,"46":9,"48":2,"49":6,"5":56,"51":2,"53":6,"56":1,"6":20,"7":31,"8":24,"9":29,"all_client":8295,"all_tv_clinet":820,"insert_time":"2014-08-18T21:38:07.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7471,"10":1,"107":40,"11":57,"13":26,"14":14,"15":6,"155":2,"16":3,"161":7,"167":1,"18":67,"19":1,"209":5,"21":31,"214":1,"215":8,"221":18,"223":24,"224":4,"225":44,"23":9,"24":59,"25":15,"257":4,"26":6,"268":1,"27":6,"273":1,"279":2,"28":10,"281":1,"282":1,"31":1,"32":2,"33":2,"34":6,"35":4,"352":44,"36":12,"37":6,"38":31,"381":2,"383":1,"39":7,"397":1,"40":6,"409":1,"41":3,"414":1,"415":2,"42":6,"426":4,"43":11,"44":1,"45":4,"46":9,"48":2,"49":6,"5":57,"51":2,"52":1,"53":6,"56":1,"6":20,"7":34,"8":24,"9":30,"all_client":8296,"all_tv_clinet":825,"insert_time":"2014-08-18T21:39:07.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7487,"10":1,"107":41,"11":57,"13":24,"14":14,"15":6,"155":3,"16":4,"161":7,"167":1,"18":68,"19":2,"209":6,"21":30,"214":1,"215":8,"221":20,"223":24,"224":4,"225":46,"23":10,"24":59,"25":15,"257":4,"26":6,"268":1,"27":6,"273":1,"279":2,"28":9,"281":1,"282":1,"31":1,"32":2,"33":2,"34":6,"35":5,"352":41,"36":14,"37":6,"38":31,"381":1,"383":1,"39":7,"397":1,"40":7,"409":1,"41":3,"414":1,"415":2,"419":1,"42":5,"426":4,"43":10,"44":1,"45":3,"46":7,"48":2,"49":5,"5":61,"51":2,"52":1,"53":5,"56":1,"6":22,"7":34,"8":25,"9":29,"all_client":8319,"all_tv_clinet":832,"insert_time":"2014-08-18T21:40:07.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7496,"10":1,"107":38,"11":61,"13":21,"14":15,"15":5,"155":4,"156":1,"16":4,"161":6,"167":1,"18":69,"19":2,"209":6,"21":32,"214":1,"215":9,"221":21,"223":27,"224":4,"225":48,"23":10,"24":57,"25":16,"257":3,"26":7,"268":1,"27":6,"273":1,"279":2,"28":9,"281":1,"282":1,"31":1,"32":2,"33":2,"34":6,"35":5,"352":42,"36":13,"37":6,"38":32,"381":1,"383":1,"39":7,"397":1,"40":6,"409":1,"41":2,"414":1,"415":2,"419":1,"42":5,"426":3,"43":9,"44":1,"45":3,"46":6,"48":2,"49":4,"5":60,"51":2,"52":1,"53":4,"56":1,"6":22,"7":33,"8":25,"80":1,"9":30,"all_client":8330,"all_tv_clinet":834,"insert_time":"2014-08-18T21:41:07.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7496,"10":1,"107":40,"11":63,"13":22,"14":17,"15":6,"155":4,"156":1,"16":5,"160":1,"161":6,"167":1,"17":1,"18":70,"19":2,"209":6,"21":33,"214":1,"215":9,"221":21,"223":26,"224":4,"225":48,"23":11,"24":58,"25":16,"257":3,"26":6,"268":1,"27":6,"273":1,"279":2,"28":9,"281":1,"282":1,"31":2,"32":2,"33":1,"34":5,"35":6,"352":43,"36":16,"37":5,"38":31,"381":1,"383":1,"39":7,"397":1,"40":6,"409":1,"41":1,"414":1,"415":2,"419":1,"42":5,"426":3,"43":10,"44":1,"45":3,"46":7,"48":2,"49":5,"5":58,"51":2,"52":1,"53":2,"56":1,"6":21,"7":32,"8":26,"80":1,"9":32,"all_client":8344,"all_tv_clinet":848,"insert_time":"2014-08-18T21:42:07.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7490,"10":1,"107":41,"11":60,"13":25,"14":18,"15":5,"155":4,"156":1,"16":4,"160":1,"161":7,"167":1,"17":1,"18":72,"19":4,"20":1,"209":5,"21":32,"214":1,"215":10,"221":21,"223":27,"224":5,"225":50,"23":14,"24":57,"25":17,"257":3,"26":7,"268":1,"27":6,"273":1,"279":2,"28":9,"281":1,"282":2,"31":2,"32":1,"33":1,"34":5,"35":6,"352":42,"36":16,"37":6,"38":35,"381":1,"383":1,"39":7,"397":1,"40":5,"409":1,"41":1,"414":2,"415":2,"42":4,"426":3,"43":10,"44":1,"45":2,"46":8,"48":2,"49":4,"5":57,"51":3,"52":1,"53":2,"56":1,"6":21,"7":32,"8":25,"80":1,"9":34,"all_client":8353,"all_tv_clinet":863,"insert_time":"2014-08-18T21:43:07.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7499,"10":1,"107":42,"11":62,"13":24,"14":17,"15":6,"155":4,"156":1,"16":4,"160":1,"161":8,"167":1,"17":1,"18":73,"19":4,"20":1,"209":5,"21":33,"214":1,"215":10,"221":18,"223":26,"224":5,"225":48,"23":14,"24":58,"25":17,"257":3,"26":7,"268":1,"27":6,"273":1,"279":2,"28":9,"281":1,"282":2,"31":4,"314":1,"32":1,"33":1,"34":4,"35":7,"352":41,"36":16,"37":7,"38":38,"381":2,"383":1,"39":8,"397":1,"40":5,"409":1,"41":3,"414":2,"415":2,"42":4,"426":3,"43":10,"44":1,"45":1,"46":7,"48":2,"49":4,"5":56,"51":3,"52":1,"53":2,"56":1,"6":23,"7":34,"8":27,"80":1,"9":36,"all_client":8377,"all_tv_clinet":878,"insert_time":"2014-08-18T21:44:07.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7485,"10":1,"107":42,"11":63,"13":21,"14":18,"15":7,"155":4,"156":1,"16":4,"161":8,"167":1,"17":1,"18":73,"19":5,"20":1,"209":6,"21":35,"214":1,"215":10,"221":19,"223":28,"224":6,"225":51,"23":16,"24":57,"25":17,"257":4,"26":8,"268":1,"27":6,"273":1,"279":3,"28":10,"281":1,"282":3,"31":6,"314":1,"32":1,"33":1,"34":4,"35":8,"352":43,"36":16,"37":7,"38":39,"381":2,"383":1,"39":8,"397":1,"40":5,"409":1,"41":3,"414":2,"415":2,"42":3,"426":3,"43":10,"44":1,"45":1,"46":6,"48":3,"49":4,"5":58,"51":3,"52":2,"53":2,"56":1,"6":20,"7":35,"8":26,"80":1,"9":35,"all_client":8383,"all_tv_clinet":898,"insert_time":"2014-08-18T21:45:07.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7501,"10":1,"107":40,"11":64,"13":21,"14":17,"15":7,"155":4,"156":1,"16":4,"161":7,"17":1,"18":76,"19":5,"20":2,"209":7,"21":37,"214":1,"215":11,"221":19,"223":27,"224":4,"225":54,"23":16,"24":60,"25":18,"257":5,"26":8,"268":1,"27":6,"279":2,"28":11,"281":1,"282":4,"31":6,"314":1,"32":1,"33":2,"34":4,"35":8,"352":44,"36":14,"37":7,"38":38,"381":2,"383":2,"39":8,"397":1,"40":5,"41":3,"414":3,"415":2,"42":3,"426":2,"43":10,"44":1,"45":1,"46":7,"48":4,"49":5,"5":60,"51":5,"52":3,"53":2,"56":1,"6":19,"7":32,"8":25,"80":1,"9":33,"all_client":8408,"all_tv_clinet":907,"insert_time":"2014-08-18T21:46:07.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7523,"10":1,"107":39,"11":63,"13":20,"14":18,"15":8,"155":4,"16":4,"161":5,"17":1,"18":78,"19":6,"20":2,"209":7,"21":40,"214":1,"215":11,"221":19,"223":27,"224":4,"225":56,"23":18,"24":63,"25":17,"257":5,"26":7,"268":1,"27":6,"279":2,"28":11,"281":1,"282":4,"31":6,"314":1,"32":1,"33":2,"34":3,"35":8,"352":44,"36":13,"37":7,"38":41,"381":2,"383":2,"39":8,"397":1,"40":5,"41":3,"414":3,"415":2,"42":3,"426":2,"43":8,"44":1,"45":1,"46":7,"48":4,"49":7,"5":63,"51":5,"52":3,"53":3,"56":1,"6":17,"7":32,"8":28,"80":1,"9":34,"all_client":8444,"all_tv_clinet":921,"insert_time":"2014-08-18T21:47:08.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7560,"10":1,"107":42,"11":61,"13":23,"14":17,"15":7,"155":4,"16":4,"161":6,"17":1,"18":77,"19":5,"20":2,"209":6,"21":40,"214":1,"215":11,"221":18,"223":28,"224":5,"225":58,"23":17,"24":63,"25":16,"257":6,"26":7,"268":1,"27":6,"279":1,"28":10,"281":1,"282":4,"31":6,"32":1,"33":2,"34":3,"35":8,"352":45,"36":11,"37":7,"38":42,"381":2,"383":3,"39":8,"397":1,"40":5,"41":2,"414":3,"415":3,"42":3,"426":2,"43":7,"44":1,"45":1,"46":7,"48":4,"49":7,"5":62,"51":5,"52":2,"53":3,"56":1,"6":16,"7":32,"8":30,"80":1,"9":33,"all_client":8478,"all_tv_clinet":918,"insert_time":"2014-08-18T21:48:08.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7579,"10":1,"107":43,"11":58,"13":22,"14":18,"15":6,"155":4,"16":4,"161":7,"17":1,"18":77,"19":4,"20":2,"209":5,"21":41,"214":1,"215":11,"221":18,"223":30,"224":5,"225":56,"23":18,"24":65,"25":17,"257":6,"26":9,"268":1,"27":6,"279":1,"28":10,"281":1,"282":4,"31":7,"32":1,"33":1,"34":3,"35":7,"352":44,"36":11,"37":7,"38":45,"381":2,"383":3,"39":8,"397":1,"40":5,"41":3,"414":3,"415":3,"42":3,"426":2,"43":6,"44":1,"45":1,"46":8,"48":4,"49":8,"5":63,"51":4,"52":1,"53":3,"56":1,"6":18,"7":32,"8":32,"80":1,"9":37,"all_client":8510,"all_tv_clinet":931,"insert_time":"2014-08-18T21:49:08.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7610,"10":1,"107":41,"11":61,"13":21,"14":16,"15":5,"155":4,"16":4,"161":8,"17":1,"18":79,"19":4,"20":2,"209":5,"21":40,"215":11,"221":19,"223":31,"224":5,"225":64,"23":18,"24":61,"25":20,"257":6,"26":8,"268":1,"27":6,"279":1,"28":9,"281":1,"282":4,"31":7,"32":1,"33":1,"34":5,"35":6,"352":45,"36":12,"37":6,"38":44,"381":2,"383":3,"39":8,"40":5,"41":2,"414":4,"415":4,"42":4,"426":1,"43":6,"44":1,"45":1,"46":9,"48":4,"49":7,"5":65,"51":4,"52":2,"53":3,"56":1,"6":18,"7":35,"8":32,"80":1,"9":38,"all_client":8554,"all_tv_clinet":944,"insert_time":"2014-08-18T21:50:08.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7633,"10":1,"107":39,"11":63,"13":20,"14":16,"15":5,"155":5,"16":3,"161":8,"17":1,"18":83,"19":4,"20":2,"209":5,"21":41,"215":11,"221":20,"223":32,"224":5,"225":61,"23":17,"24":65,"25":21,"257":7,"26":8,"268":1,"27":6,"279":1,"28":9,"281":1,"282":4,"31":6,"33":2,"34":5,"35":5,"352":46,"36":12,"37":6,"38":45,"381":2,"383":3,"39":8,"40":5,"41":3,"414":4,"415":4,"42":4,"426":1,"43":6,"44":1,"45":1,"46":9,"48":4,"49":7,"5":65,"51":4,"52":1,"53":4,"56":1,"6":18,"7":35,"8":31,"80":1,"9":40,"all_client":8587,"all_tv_clinet":954,"insert_time":"2014-08-18T21:51:08.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7625,"10":1,"107":39,"11":63,"12":1,"13":22,"14":16,"15":5,"155":5,"16":3,"161":8,"17":1,"18":84,"19":3,"20":1,"209":5,"21":40,"215":10,"221":23,"223":32,"224":5,"225":65,"23":16,"24":66,"25":22,"257":7,"26":8,"27":6,"279":1,"28":8,"281":1,"282":4,"30":1,"31":5,"33":2,"34":5,"35":7,"352":48,"36":13,"37":6,"38":47,"381":2,"383":3,"39":8,"40":5,"41":2,"414":3,"415":4,"42":4,"426":1,"43":6,"44":1,"45":1,"46":11,"48":3,"49":7,"5":66,"51":4,"52":1,"53":4,"56":1,"6":15,"7":37,"8":33,"80":1,"9":41,"all_client":8594,"all_tv_clinet":969,"insert_time":"2014-08-18T21:52:08.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7654,"10":1,"107":42,"11":65,"12":1,"13":24,"14":16,"15":5,"155":4,"156":1,"16":2,"161":7,"17":1,"18":83,"19":3,"20":1,"209":5,"21":41,"215":10,"221":23,"223":36,"224":5,"225":66,"23":16,"24":65,"25":22,"257":7,"26":8,"27":6,"279":1,"28":6,"281":1,"282":4,"30":1,"31":5,"33":2,"34":4,"35":8,"352":48,"36":10,"37":6,"38":49,"381":2,"383":3,"39":8,"397":1,"40":6,"41":2,"414":3,"415":4,"42":4,"426":1,"43":6,"44":1,"45":1,"46":11,"48":3,"49":6,"5":69,"51":4,"52":1,"53":4,"56":1,"6":16,"7":36,"8":33,"80":1,"9":38,"all_client":8630,"all_tv_clinet":976,"insert_time":"2014-08-18T21:53:08.458Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7684,"10":1,"107":40,"11":68,"12":1,"13":21,"14":17,"15":5,"155":4,"156":1,"16":1,"161":5,"17":1,"18":81,"19":3,"20":1,"209":4,"21":45,"215":10,"221":24,"223":37,"224":5,"225":66,"23":16,"24":68,"25":22,"257":6,"26":7,"27":6,"279":1,"28":9,"281":1,"282":4,"30":1,"31":4,"33":2,"34":4,"35":7,"352":47,"36":9,"37":7,"38":51,"381":2,"383":2,"39":9,"397":1,"40":6,"41":1,"414":3,"415":4,"42":4,"43":5,"44":1,"45":1,"46":11,"48":3,"49":6,"5":73,"51":5,"52":1,"53":4,"56":1,"6":17,"7":36,"8":33,"80":1,"9":38,"all_client":8665,"all_tv_clinet":981,"insert_time":"2014-08-18T21:54:08.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7733,"10":1,"107":40,"11":73,"12":1,"13":20,"14":13,"15":5,"155":4,"156":1,"16":1,"161":5,"17":1,"18":84,"19":3,"20":1,"209":3,"21":44,"215":10,"221":26,"223":41,"224":5,"225":66,"23":15,"24":68,"25":21,"257":5,"26":6,"27":6,"279":1,"28":8,"281":1,"282":4,"30":1,"31":4,"33":2,"34":3,"35":6,"352":48,"36":9,"37":7,"38":47,"381":2,"383":2,"39":9,"397":1,"40":6,"41":1,"414":2,"415":4,"42":4,"426":1,"43":5,"44":2,"45":1,"46":11,"48":3,"49":6,"5":77,"51":5,"52":1,"53":4,"56":1,"6":16,"7":42,"8":30,"80":1,"9":39,"all_client":8719,"all_tv_clinet":986,"insert_time":"2014-08-18T21:55:08.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7767,"10":1,"107":39,"11":76,"12":1,"13":22,"14":13,"15":5,"155":3,"156":1,"158":1,"16":1,"161":6,"17":1,"18":83,"19":3,"20":1,"209":3,"21":43,"215":10,"221":26,"223":41,"224":5,"225":67,"23":15,"24":66,"25":21,"257":5,"26":6,"27":6,"279":1,"28":8,"282":4,"30":1,"31":3,"33":2,"34":4,"35":9,"352":50,"36":8,"37":8,"38":50,"381":2,"383":2,"39":9,"397":1,"40":6,"41":1,"414":2,"415":4,"42":4,"426":1,"43":5,"44":2,"45":1,"46":11,"48":3,"49":6,"5":79,"51":5,"52":1,"53":4,"56":1,"6":16,"7":45,"8":30,"80":1,"9":42,"all_client":8770,"all_tv_clinet":1003,"insert_time":"2014-08-18T21:56:08.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7778,"10":1,"107":39,"11":71,"12":1,"13":25,"14":14,"15":4,"155":3,"156":1,"158":1,"161":8,"17":1,"18":84,"19":4,"20":1,"209":3,"21":45,"215":11,"221":29,"223":42,"224":4,"225":67,"23":17,"24":67,"25":24,"257":5,"26":7,"27":6,"279":1,"28":7,"282":4,"30":1,"31":3,"33":2,"34":3,"35":10,"352":52,"36":10,"37":8,"38":51,"381":1,"383":3,"39":8,"397":1,"40":7,"41":1,"414":2,"415":4,"42":4,"426":1,"43":5,"44":2,"45":1,"46":12,"48":3,"49":5,"5":83,"51":4,"52":1,"53":4,"56":1,"570":1,"6":15,"7":45,"8":27,"80":1,"9":41,"all_client":8798,"all_tv_clinet":1020,"insert_time":"2014-08-18T21:57:08.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7801,"10":1,"107":40,"11":66,"12":1,"13":27,"14":13,"15":4,"155":3,"156":1,"158":1,"161":8,"17":1,"18":90,"19":3,"20":1,"209":3,"21":49,"215":11,"221":27,"223":42,"224":4,"225":69,"23":16,"24":67,"25":23,"257":6,"26":8,"27":6,"279":1,"28":8,"282":5,"292":1,"31":3,"33":2,"34":2,"35":12,"352":51,"36":11,"37":7,"38":49,"381":1,"383":3,"39":8,"397":1,"40":8,"41":1,"414":3,"415":6,"42":3,"43":4,"44":2,"45":2,"46":12,"48":3,"49":6,"5":84,"51":5,"52":2,"53":4,"56":1,"570":1,"6":15,"7":45,"8":30,"80":1,"9":38,"all_client":8833,"all_tv_clinet":1032,"insert_time":"2014-08-18T21:58:08.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7829,"10":1,"107":42,"11":62,"12":2,"13":24,"14":12,"15":4,"155":3,"156":1,"158":1,"161":9,"167":1,"17":2,"18":95,"19":4,"20":2,"209":2,"21":50,"215":12,"221":29,"223":39,"224":5,"225":65,"23":18,"24":71,"25":23,"257":5,"26":7,"27":5,"273":1,"279":1,"28":9,"281":1,"282":5,"292":1,"31":4,"33":2,"34":3,"347":2,"35":12,"352":52,"36":9,"37":7,"38":49,"381":1,"383":2,"39":8,"397":1,"40":8,"41":2,"414":3,"415":5,"42":3,"43":5,"44":2,"45":2,"46":12,"48":3,"49":6,"5":83,"51":6,"52":2,"53":4,"56":1,"570":1,"6":16,"7":47,"8":31,"80":1,"9":40,"all_client":8878,"all_tv_clinet":1049,"insert_time":"2014-08-18T21:59:09.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7869,"10":1,"107":43,"11":58,"12":4,"13":24,"14":10,"15":3,"155":3,"156":1,"158":1,"16":1,"161":9,"167":2,"17":3,"18":101,"19":3,"20":2,"209":2,"21":53,"215":12,"221":27,"223":41,"224":5,"225":70,"23":18,"24":69,"25":24,"257":5,"26":7,"27":5,"273":1,"279":1,"28":8,"281":1,"282":5,"292":1,"31":3,"33":3,"34":3,"347":2,"35":11,"352":52,"36":10,"37":6,"38":48,"381":1,"383":4,"39":7,"397":1,"40":8,"41":2,"414":3,"415":5,"42":2,"43":5,"44":1,"45":2,"46":14,"48":2,"49":8,"5":86,"51":7,"52":2,"53":4,"56":1,"570":1,"6":15,"7":49,"8":34,"80":1,"9":41,"all_client":8937,"all_tv_clinet":1068,"insert_time":"2014-08-18T22:00:09.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7945,"10":1,"107":44,"11":63,"12":5,"13":23,"14":9,"15":3,"155":3,"156":1,"158":1,"16":1,"161":9,"167":3,"17":3,"18":103,"19":4,"20":3,"209":2,"21":52,"215":9,"221":29,"223":39,"224":5,"225":70,"23":17,"24":64,"25":24,"257":5,"26":7,"27":5,"273":1,"279":2,"28":9,"281":1,"282":5,"292":1,"31":4,"33":3,"34":3,"347":2,"35":11,"352":50,"36":12,"37":6,"38":49,"381":1,"383":4,"39":7,"397":1,"40":8,"41":3,"414":3,"415":5,"42":3,"43":5,"44":1,"45":3,"46":15,"48":3,"49":8,"5":89,"51":6,"52":3,"53":3,"56":1,"570":1,"6":15,"7":51,"8":37,"80":1,"9":36,"all_client":9024,"all_tv_clinet":1079,"insert_time":"2014-08-18T22:01:09.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7995,"10":1,"107":42,"11":61,"12":4,"13":23,"14":9,"15":4,"155":3,"156":1,"158":1,"16":1,"161":8,"167":4,"17":4,"18":109,"19":5,"20":4,"209":2,"21":52,"215":10,"221":31,"223":39,"224":5,"225":72,"23":17,"24":69,"25":24,"257":7,"26":7,"27":5,"273":1,"279":1,"28":9,"281":1,"282":5,"31":3,"33":3,"34":3,"347":1,"35":12,"352":49,"36":13,"37":7,"38":48,"381":1,"383":4,"39":6,"397":1,"40":8,"41":3,"414":2,"415":5,"42":5,"43":5,"44":2,"45":3,"46":15,"48":2,"49":8,"5":89,"51":6,"52":3,"53":2,"56":1,"570":1,"6":15,"7":51,"8":39,"9":35,"all_client":9087,"all_tv_clinet":1092,"insert_time":"2014-08-18T22:02:09.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8052,"10":1,"107":40,"11":61,"12":3,"13":25,"14":9,"15":5,"155":3,"156":1,"16":1,"161":7,"167":5,"17":5,"18":114,"19":5,"20":4,"209":2,"21":55,"215":9,"221":31,"223":35,"224":5,"225":77,"23":18,"24":70,"25":22,"257":8,"26":7,"27":7,"273":1,"276":1,"279":1,"28":9,"281":1,"282":5,"31":3,"33":3,"34":3,"347":1,"35":16,"352":48,"36":12,"37":7,"38":47,"381":2,"383":3,"39":6,"397":1,"40":7,"41":3,"414":2,"415":4,"42":6,"43":5,"44":3,"45":3,"46":17,"48":3,"49":8,"5":87,"51":6,"52":3,"53":2,"56":1,"570":1,"6":19,"7":53,"8":39,"9":37,"all_client":9166,"all_tv_clinet":1114,"insert_time":"2014-08-18T22:03:09.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8089,"10":1,"107":45,"11":60,"12":2,"13":24,"14":11,"15":5,"155":2,"156":1,"16":1,"161":8,"167":5,"17":5,"18":121,"19":6,"20":4,"209":5,"21":50,"215":11,"221":31,"223":37,"224":7,"225":76,"23":18,"24":68,"25":24,"257":9,"26":7,"27":7,"273":1,"276":3,"279":1,"28":8,"281":1,"282":6,"31":4,"33":2,"34":3,"347":1,"35":16,"352":46,"36":12,"37":6,"38":45,"381":2,"383":4,"39":6,"397":1,"40":7,"41":3,"414":2,"415":4,"42":5,"43":5,"44":3,"45":2,"46":15,"48":3,"49":8,"5":94,"51":5,"52":2,"53":1,"56":1,"570":1,"6":19,"63":1,"7":57,"8":40,"9":42,"all_client":9228,"all_tv_clinet":1139,"insert_time":"2014-08-18T22:04:09.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8163,"10":1,"107":43,"11":57,"12":3,"13":27,"14":11,"15":5,"155":2,"156":1,"16":1,"161":8,"167":5,"17":9,"18":123,"19":6,"20":5,"209":5,"21":52,"215":10,"221":32,"223":35,"224":7,"225":78,"23":15,"24":66,"25":26,"257":9,"26":7,"27":7,"273":1,"276":3,"279":1,"28":8,"281":1,"282":6,"31":4,"33":2,"34":1,"347":1,"35":17,"352":50,"36":13,"37":5,"38":45,"381":2,"383":4,"39":6,"397":1,"40":8,"41":2,"414":2,"415":4,"419":1,"42":4,"43":5,"44":2,"45":2,"46":14,"48":3,"49":9,"5":97,"51":6,"52":1,"53":2,"570":1,"6":18,"63":2,"7":60,"8":40,"9":46,"all_client":9319,"all_tv_clinet":1156,"insert_time":"2014-08-18T22:05:09.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8229,"10":1,"107":42,"11":59,"12":3,"13":28,"14":11,"15":6,"155":2,"156":1,"16":1,"161":8,"167":6,"17":9,"18":124,"19":6,"20":7,"209":5,"21":55,"215":10,"221":34,"223":33,"224":7,"225":75,"23":15,"24":66,"25":27,"257":9,"26":6,"27":6,"273":1,"276":4,"279":2,"28":8,"281":1,"282":6,"292":1,"302":1,"31":4,"314":1,"33":2,"34":1,"347":3,"35":17,"352":48,"36":14,"37":4,"38":45,"381":2,"383":4,"39":6,"397":2,"40":8,"41":3,"414":3,"415":5,"419":1,"42":3,"43":6,"44":2,"45":2,"46":14,"48":3,"49":10,"5":101,"51":5,"52":1,"53":2,"6":17,"63":2,"7":59,"8":40,"9":47,"all_client":9402,"all_tv_clinet":1173,"insert_time":"2014-08-18T22:06:09.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8280,"10":1,"107":38,"11":57,"12":4,"13":28,"14":11,"15":6,"155":2,"156":1,"16":2,"161":9,"167":6,"17":10,"18":128,"19":7,"20":8,"209":4,"21":59,"210":1,"215":10,"221":35,"223":31,"224":8,"225":77,"23":18,"24":72,"25":25,"257":8,"26":7,"27":6,"273":1,"276":5,"279":2,"28":8,"281":1,"282":5,"292":1,"302":1,"31":4,"314":2,"33":2,"34":1,"347":3,"35":16,"352":51,"36":15,"37":3,"38":48,"381":2,"383":4,"39":6,"391":1,"397":2,"40":7,"41":3,"414":4,"415":4,"419":1,"42":5,"43":6,"44":2,"45":4,"46":12,"48":3,"49":12,"5":105,"51":5,"52":1,"53":2,"6":16,"63":2,"7":57,"8":39,"9":49,"all_client":9482,"all_tv_clinet":1202,"insert_time":"2014-08-18T22:07:09.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8353,"10":1,"107":37,"11":55,"12":5,"13":33,"14":12,"15":7,"155":2,"156":1,"16":2,"161":10,"167":6,"17":10,"18":132,"19":8,"20":10,"209":4,"21":60,"210":1,"215":11,"221":35,"223":31,"224":8,"225":76,"23":20,"24":78,"25":26,"257":7,"26":7,"27":6,"276":6,"279":2,"28":8,"281":1,"282":5,"292":1,"302":1,"31":4,"314":2,"33":3,"34":1,"347":3,"35":17,"352":51,"36":15,"37":1,"38":47,"381":1,"383":4,"39":3,"391":1,"397":2,"40":7,"41":2,"414":4,"415":4,"42":3,"43":6,"44":2,"45":4,"46":13,"48":2,"49":12,"5":109,"51":7,"52":2,"53":3,"6":14,"63":3,"7":53,"79":1,"8":39,"9":54,"all_client":9577,"all_tv_clinet":1224,"insert_time":"2014-08-18T22:08:09.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8411,"10":1,"107":43,"11":56,"12":5,"13":33,"14":11,"15":7,"155":2,"156":2,"16":2,"161":10,"167":7,"17":9,"18":136,"19":8,"20":10,"209":4,"21":60,"210":2,"215":10,"221":35,"223":35,"224":7,"225":76,"23":24,"24":81,"25":27,"257":7,"26":6,"27":6,"276":8,"279":3,"28":8,"281":1,"282":5,"292":1,"302":1,"31":4,"314":2,"33":3,"34":1,"347":4,"35":17,"352":50,"36":15,"37":1,"38":43,"381":1,"383":3,"39":3,"391":1,"397":2,"40":8,"41":3,"414":4,"415":4,"42":3,"43":6,"44":1,"45":4,"46":14,"48":1,"49":13,"5":115,"51":7,"52":3,"53":3,"6":16,"63":3,"7":53,"79":1,"8":39,"9":57,"all_client":9668,"all_tv_clinet":1257,"insert_time":"2014-08-18T22:09:09.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8440,"10":1,"107":44,"11":60,"12":7,"13":33,"14":12,"15":7,"155":2,"156":2,"159":1,"16":2,"161":12,"167":8,"17":10,"18":136,"19":9,"20":10,"209":4,"21":65,"210":1,"215":10,"221":30,"223":35,"224":7,"225":71,"23":26,"24":80,"25":28,"257":7,"26":7,"27":6,"273":2,"276":8,"279":3,"28":11,"281":1,"282":5,"292":1,"30":1,"302":1,"31":4,"314":2,"33":3,"34":1,"347":5,"35":16,"352":53,"36":17,"37":1,"38":42,"381":2,"383":2,"39":3,"391":1,"397":2,"40":6,"41":5,"414":4,"415":3,"42":2,"43":6,"44":1,"45":3,"46":14,"48":1,"49":12,"5":118,"51":8,"52":4,"53":3,"6":19,"63":3,"7":52,"79":1,"8":37,"9":53,"all_client":9715,"all_tv_clinet":1275,"insert_time":"2014-08-18T22:10:10.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8530,"10":1,"107":64,"11":61,"12":6,"13":36,"14":12,"15":8,"155":2,"156":2,"159":1,"16":2,"161":12,"167":8,"17":9,"18":135,"19":9,"20":11,"209":5,"21":67,"210":1,"215":9,"221":29,"223":37,"224":9,"225":65,"23":26,"24":81,"25":29,"257":7,"26":7,"27":6,"273":2,"276":9,"279":3,"28":12,"281":1,"282":5,"292":1,"30":1,"302":2,"31":4,"314":2,"33":3,"347":5,"35":14,"352":52,"36":18,"37":1,"38":42,"381":2,"383":2,"39":4,"391":1,"397":2,"40":6,"41":6,"414":4,"415":3,"42":2,"43":6,"44":1,"45":3,"46":14,"48":1,"49":11,"5":116,"51":8,"52":5,"53":2,"6":19,"63":3,"7":51,"79":1,"8":35,"9":49,"all_client":9821,"all_tv_clinet":1291,"insert_time":"2014-08-18T22:11:10.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8582,"10":1,"107":61,"11":63,"12":7,"13":38,"14":12,"15":8,"155":2,"156":2,"159":1,"16":3,"161":13,"167":9,"17":9,"18":144,"19":10,"20":12,"209":4,"21":67,"210":1,"215":9,"221":29,"223":35,"224":10,"225":65,"23":23,"24":81,"25":29,"257":6,"26":7,"27":6,"273":2,"276":9,"279":2,"28":12,"281":1,"282":6,"292":1,"30":1,"302":2,"31":4,"314":2,"33":3,"347":5,"35":13,"352":55,"36":17,"37":1,"38":43,"381":3,"383":2,"39":4,"391":3,"397":2,"40":7,"41":6,"414":3,"415":4,"42":2,"43":5,"44":2,"45":3,"46":13,"48":1,"49":10,"5":123,"51":8,"52":5,"53":2,"6":20,"63":3,"7":54,"79":1,"8":37,"9":46,"all_client":9897,"all_tv_clinet":1315,"insert_time":"2014-08-18T22:12:10.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8640,"10":1,"107":59,"11":64,"12":9,"13":41,"14":11,"15":8,"155":2,"156":2,"158":1,"159":1,"16":5,"161":13,"167":10,"17":9,"18":153,"19":9,"20":12,"209":4,"21":64,"210":1,"215":10,"221":26,"223":36,"224":10,"225":65,"23":24,"24":91,"25":32,"257":6,"26":7,"27":7,"273":2,"276":10,"279":2,"28":11,"281":1,"282":6,"292":1,"302":3,"31":4,"314":2,"33":3,"347":5,"35":12,"352":53,"36":13,"37":1,"38":42,"381":3,"383":2,"39":4,"391":3,"397":2,"40":7,"41":5,"414":2,"415":4,"42":2,"43":5,"44":2,"45":3,"46":12,"48":2,"49":11,"5":127,"51":9,"52":6,"53":2,"6":21,"63":3,"7":56,"79":1,"8":37,"9":42,"all_client":9977,"all_tv_clinet":1337,"insert_time":"2014-08-18T22:13:10.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8724,"10":1,"107":45,"11":62,"12":11,"13":44,"14":11,"15":8,"155":2,"156":2,"158":1,"159":1,"16":5,"160":1,"161":14,"167":10,"17":13,"18":164,"19":7,"20":12,"209":5,"21":64,"210":2,"215":10,"221":26,"223":36,"224":10,"225":63,"23":25,"24":94,"25":34,"257":5,"26":7,"27":7,"273":2,"276":12,"279":2,"28":11,"281":1,"282":6,"292":2,"302":3,"31":4,"314":2,"33":3,"34":1,"347":5,"35":11,"352":54,"36":13,"37":1,"38":42,"381":3,"383":2,"39":3,"391":3,"397":2,"40":8,"41":5,"414":2,"415":4,"42":2,"43":5,"44":2,"45":3,"46":12,"48":2,"49":13,"5":133,"51":9,"52":7,"53":2,"6":19,"63":4,"7":59,"79":1,"8":38,"9":42,"all_client":10086,"all_tv_clinet":1362,"insert_time":"2014-08-18T22:14:10.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8798,"10":1,"107":55,"11":62,"12":14,"13":46,"14":11,"15":9,"155":2,"156":2,"158":1,"159":1,"16":5,"160":1,"161":13,"167":10,"17":16,"18":166,"19":8,"20":10,"209":5,"21":67,"210":2,"215":11,"221":27,"223":34,"224":10,"225":61,"23":27,"24":90,"25":35,"257":7,"26":8,"27":8,"273":3,"276":12,"279":3,"28":10,"281":1,"282":6,"292":2,"302":3,"31":5,"314":3,"33":2,"34":2,"347":5,"35":10,"352":54,"36":12,"37":1,"38":45,"381":3,"383":2,"39":3,"391":3,"397":3,"40":7,"409":1,"41":5,"414":2,"415":4,"42":2,"43":5,"44":1,"45":4,"46":13,"48":2,"49":14,"5":136,"51":10,"52":8,"53":2,"570":1,"6":17,"63":3,"7":61,"79":1,"8":38,"9":41,"all_client":10194,"all_tv_clinet":1396,"insert_time":"2014-08-18T22:15:10.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8876,"10":1,"107":57,"11":58,"12":14,"13":46,"14":11,"15":10,"155":1,"156":2,"158":1,"159":2,"16":4,"160":1,"161":14,"167":10,"17":19,"18":174,"19":8,"20":10,"209":4,"21":71,"210":2,"215":10,"221":27,"223":36,"224":9,"225":60,"23":27,"24":90,"25":38,"257":7,"26":7,"27":8,"273":3,"276":14,"279":3,"28":11,"281":3,"282":6,"292":2,"302":3,"31":5,"314":3,"33":2,"34":2,"347":6,"35":10,"352":56,"36":13,"37":1,"38":44,"381":2,"383":2,"39":2,"391":3,"397":3,"40":8,"409":1,"41":5,"414":3,"415":3,"42":2,"43":5,"44":1,"45":4,"46":13,"48":2,"49":14,"5":136,"51":10,"52":8,"53":2,"570":1,"6":15,"63":3,"7":64,"79":1,"8":40,"9":41,"all_client":10296,"all_tv_clinet":1420,"insert_time":"2014-08-18T22:16:10.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8946,"10":1,"107":51,"11":56,"12":17,"13":50,"14":11,"15":10,"155":1,"156":2,"158":1,"159":2,"16":5,"160":1,"161":12,"167":10,"17":19,"18":182,"19":10,"20":11,"209":3,"21":74,"210":2,"215":9,"221":27,"223":35,"224":9,"225":60,"23":28,"24":86,"25":40,"257":7,"26":8,"27":9,"273":3,"276":17,"279":4,"28":12,"281":3,"282":6,"292":2,"302":3,"31":6,"314":2,"33":2,"34":4,"347":6,"35":10,"352":55,"36":12,"37":2,"38":48,"381":2,"383":2,"39":4,"391":3,"397":3,"40":8,"409":1,"41":5,"414":3,"415":3,"42":3,"43":5,"430":1,"45":4,"46":13,"48":4,"49":14,"5":141,"51":11,"52":9,"53":2,"570":1,"6":13,"63":3,"7":70,"79":1,"8":40,"9":41,"all_client":10402,"all_tv_clinet":1456,"insert_time":"2014-08-18T22:17:10.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9016,"10":1,"107":48,"11":52,"12":20,"13":48,"14":12,"15":12,"155":1,"156":2,"158":1,"159":2,"16":6,"160":1,"161":15,"167":12,"17":20,"18":184,"19":9,"20":12,"209":3,"21":77,"210":2,"215":10,"221":27,"223":33,"224":10,"225":65,"23":26,"24":89,"25":42,"257":8,"26":9,"27":9,"273":5,"276":17,"279":3,"28":16,"281":3,"282":5,"292":2,"302":3,"31":6,"314":1,"33":1,"34":4,"347":6,"35":11,"352":55,"36":12,"37":3,"38":46,"381":2,"383":2,"39":4,"391":3,"397":3,"40":8,"409":1,"41":5,"414":3,"415":3,"42":3,"43":5,"430":1,"45":5,"46":11,"48":4,"49":13,"5":147,"51":11,"52":9,"53":2,"570":1,"6":13,"63":3,"7":72,"79":1,"8":40,"9":41,"all_client":10499,"all_tv_clinet":1483,"insert_time":"2014-08-18T22:18:10.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9104,"10":1,"107":48,"11":53,"12":20,"13":47,"14":13,"15":16,"155":1,"156":2,"158":1,"159":2,"16":7,"160":1,"161":15,"167":12,"17":22,"18":179,"19":9,"20":12,"209":4,"21":72,"210":2,"215":9,"221":27,"223":32,"224":12,"225":61,"23":28,"24":87,"25":48,"257":9,"26":10,"27":9,"273":4,"276":17,"279":3,"28":15,"281":2,"282":4,"291":1,"292":4,"302":3,"31":7,"314":1,"33":1,"34":4,"347":5,"35":11,"352":53,"36":11,"37":3,"38":49,"381":2,"383":2,"39":4,"391":4,"397":3,"40":9,"409":1,"41":5,"414":2,"415":3,"42":3,"43":5,"430":1,"45":5,"46":12,"48":5,"49":14,"5":154,"51":9,"52":11,"53":2,"570":1,"6":14,"63":4,"7":76,"79":1,"8":40,"9":37,"all_client":10602,"all_tv_clinet":1498,"insert_time":"2014-08-18T22:19:11.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9195,"10":1,"107":52,"11":51,"12":23,"13":45,"14":14,"15":16,"155":1,"156":3,"158":1,"159":2,"16":8,"160":1,"161":16,"167":13,"17":24,"18":187,"19":8,"20":12,"209":4,"21":72,"210":2,"215":9,"221":22,"223":32,"224":12,"225":59,"23":30,"24":89,"25":51,"257":9,"26":10,"27":8,"273":4,"276":18,"279":3,"28":15,"281":2,"282":4,"291":1,"292":4,"302":3,"31":7,"314":1,"33":1,"34":4,"347":5,"35":12,"352":56,"36":12,"37":3,"38":46,"381":3,"383":2,"39":3,"391":5,"397":3,"40":9,"409":1,"41":5,"414":2,"415":4,"42":2,"43":5,"45":6,"46":12,"48":4,"49":13,"5":157,"51":10,"52":10,"53":3,"570":1,"6":14,"63":4,"7":78,"79":1,"8":42,"80":1,"9":37,"all_client":10720,"all_tv_clinet":1525,"insert_time":"2014-08-18T22:20:11.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9265,"10":1,"107":51,"11":48,"12":26,"13":48,"14":14,"15":16,"155":1,"156":3,"158":1,"159":2,"16":9,"160":2,"161":16,"167":13,"17":26,"18":191,"19":8,"20":14,"209":4,"21":73,"210":2,"215":8,"221":23,"223":31,"224":13,"225":57,"23":32,"24":93,"25":51,"257":11,"26":10,"27":7,"273":5,"276":19,"279":3,"28":16,"281":2,"282":3,"291":1,"292":4,"302":3,"31":7,"314":1,"33":1,"34":5,"347":6,"35":11,"352":58,"36":11,"37":2,"38":48,"381":3,"383":2,"39":3,"391":6,"397":2,"40":9,"409":1,"41":7,"414":2,"415":4,"42":2,"43":4,"45":5,"46":13,"48":4,"49":11,"5":163,"51":9,"52":10,"53":3,"570":1,"6":13,"63":6,"7":77,"79":1,"8":43,"80":1,"9":38,"all_client":10819,"all_tv_clinet":1554,"insert_time":"2014-08-18T22:21:11.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9349,"10":1,"107":49,"11":42,"12":27,"13":53,"14":14,"15":16,"155":1,"156":3,"158":1,"159":1,"16":10,"160":4,"161":20,"167":13,"17":29,"18":191,"19":10,"20":16,"209":4,"21":70,"210":2,"215":8,"221":25,"223":32,"224":10,"225":60,"23":36,"24":96,"25":52,"257":12,"26":11,"27":7,"273":5,"276":20,"279":3,"28":16,"281":3,"282":4,"291":1,"292":4,"302":3,"31":7,"314":1,"33":1,"34":5,"347":6,"35":12,"352":58,"36":10,"37":2,"38":50,"381":4,"383":2,"39":3,"391":6,"397":2,"40":12,"409":1,"41":7,"414":2,"415":4,"42":3,"43":3,"45":4,"46":14,"48":3,"49":9,"5":169,"51":9,"52":11,"53":3,"570":1,"6":14,"63":6,"7":75,"79":1,"8":42,"80":1,"9":42,"all_client":10939,"all_tv_clinet":1590,"insert_time":"2014-08-18T22:22:11.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9447,"10":1,"107":47,"11":46,"12":29,"13":48,"14":16,"15":17,"155":1,"156":3,"158":1,"159":1,"16":10,"160":4,"161":22,"167":14,"17":31,"18":192,"19":13,"20":15,"209":3,"21":72,"210":1,"215":8,"221":26,"223":33,"224":7,"225":58,"23":40,"24":98,"25":55,"257":13,"26":12,"27":9,"273":6,"276":21,"279":3,"28":15,"281":3,"282":5,"291":1,"292":4,"302":3,"31":6,"314":1,"33":1,"34":6,"347":4,"35":12,"352":55,"36":12,"37":2,"38":48,"381":4,"383":3,"39":1,"391":6,"397":2,"40":14,"409":2,"41":7,"414":2,"415":4,"419":1,"42":3,"43":4,"45":4,"46":14,"48":3,"49":10,"5":176,"51":8,"52":11,"53":1,"570":1,"6":14,"63":6,"7":74,"79":2,"8":38,"80":2,"9":42,"all_client":11060,"all_tv_clinet":1613,"insert_time":"2014-08-18T22:23:11.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9557,"10":1,"107":49,"11":48,"12":31,"13":51,"14":16,"15":18,"155":2,"156":3,"158":1,"159":1,"16":10,"160":4,"161":22,"167":14,"17":30,"18":195,"19":14,"20":14,"209":3,"21":70,"210":2,"215":8,"221":26,"223":35,"224":7,"225":58,"23":41,"24":97,"25":54,"257":12,"26":11,"27":9,"273":8,"276":22,"279":3,"28":16,"281":3,"282":5,"291":1,"292":4,"302":3,"31":6,"314":1,"33":1,"34":7,"347":4,"35":12,"352":57,"36":14,"37":2,"38":49,"381":4,"383":3,"39":1,"391":6,"397":2,"40":19,"409":2,"41":6,"414":2,"415":4,"419":1,"42":3,"43":4,"44":1,"45":4,"46":13,"48":5,"49":10,"5":180,"51":8,"52":12,"570":1,"6":16,"63":6,"7":72,"79":2,"8":36,"80":2,"9":42,"all_client":11199,"all_tv_clinet":1642,"insert_time":"2014-08-18T22:24:11.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9676,"10":1,"107":54,"11":50,"12":32,"13":52,"14":16,"15":18,"155":2,"156":3,"158":1,"159":1,"16":10,"160":2,"161":22,"167":16,"17":30,"18":200,"19":18,"20":15,"209":3,"21":67,"210":2,"215":10,"221":27,"223":31,"224":6,"225":56,"23":41,"24":100,"25":56,"257":11,"26":10,"27":9,"273":9,"276":23,"279":3,"28":18,"281":3,"282":5,"291":1,"292":3,"302":3,"31":5,"314":1,"32":1,"33":1,"34":8,"347":4,"35":12,"352":59,"36":15,"37":2,"38":53,"381":4,"383":5,"39":1,"391":6,"397":2,"40":20,"409":2,"41":5,"414":1,"415":4,"419":1,"42":1,"43":4,"44":1,"45":4,"46":14,"48":6,"49":9,"5":188,"51":8,"52":11,"53":1,"570":1,"6":14,"63":6,"7":72,"79":2,"8":34,"80":2,"9":45,"all_client":11351,"all_tv_clinet":1675,"insert_time":"2014-08-18T22:25:11.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9752,"10":1,"107":58,"11":54,"12":32,"13":52,"14":15,"15":22,"155":2,"156":2,"158":1,"159":1,"16":10,"160":2,"161":22,"167":17,"17":26,"18":209,"19":20,"20":13,"209":3,"21":67,"210":2,"215":11,"221":26,"223":33,"224":6,"225":56,"23":46,"24":99,"25":51,"257":12,"26":10,"27":10,"273":11,"276":23,"279":3,"28":18,"281":3,"282":5,"291":1,"292":3,"302":3,"31":5,"314":1,"32":1,"33":1,"34":7,"347":4,"35":12,"352":59,"36":15,"37":2,"38":54,"381":4,"383":5,"39":2,"391":6,"397":2,"40":20,"409":2,"41":5,"414":1,"415":4,"419":1,"42":1,"43":5,"44":1,"45":3,"46":15,"48":7,"49":11,"5":193,"51":8,"52":11,"53":1,"570":1,"6":19,"63":7,"7":74,"79":3,"8":33,"80":2,"9":48,"all_client":11469,"all_tv_clinet":1717,"insert_time":"2014-08-18T22:26:11.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9862,"10":1,"107":58,"11":53,"12":28,"13":53,"14":14,"15":23,"155":2,"156":1,"158":2,"159":1,"16":10,"160":2,"161":21,"167":18,"17":26,"18":213,"19":20,"20":14,"209":3,"21":67,"210":2,"215":11,"221":26,"223":33,"224":6,"225":54,"23":47,"24":105,"25":50,"257":12,"26":10,"27":10,"273":12,"276":23,"279":1,"28":16,"281":3,"282":4,"291":1,"292":3,"302":3,"31":5,"314":1,"32":1,"33":1,"34":7,"347":4,"35":9,"352":62,"36":15,"37":2,"38":52,"381":4,"383":5,"39":2,"391":7,"397":2,"40":21,"409":1,"41":7,"414":1,"415":3,"419":1,"42":2,"43":5,"44":1,"45":4,"46":15,"48":7,"49":14,"5":202,"51":8,"52":11,"53":2,"570":1,"6":19,"63":8,"7":75,"79":3,"8":32,"80":2,"9":52,"all_client":11600,"all_tv_clinet":1738,"insert_time":"2014-08-18T22:27:11.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9945,"10":1,"107":56,"11":58,"12":27,"13":50,"14":13,"15":29,"155":3,"156":1,"158":1,"159":1,"16":10,"160":2,"161":21,"167":19,"17":26,"18":217,"19":20,"20":15,"209":3,"21":72,"210":2,"215":10,"221":27,"223":33,"224":6,"225":58,"23":52,"24":114,"25":51,"257":12,"26":10,"27":11,"273":11,"276":24,"279":2,"28":15,"281":3,"282":4,"291":1,"292":3,"30":1,"302":3,"31":4,"314":1,"32":1,"33":1,"34":6,"347":5,"35":9,"352":63,"36":15,"37":2,"38":50,"381":4,"383":4,"39":2,"391":7,"397":3,"40":19,"409":1,"41":7,"414":1,"415":4,"419":1,"42":2,"43":6,"44":1,"45":4,"46":16,"48":7,"49":12,"5":204,"51":8,"52":9,"53":1,"570":1,"6":20,"63":10,"7":78,"79":4,"8":30,"80":2,"9":54,"all_client":11722,"all_tv_clinet":1777,"insert_time":"2014-08-18T22:28:11.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10067,"10":1,"107":56,"11":65,"12":30,"13":51,"14":12,"15":34,"155":3,"158":1,"159":1,"16":10,"160":1,"161":21,"167":19,"17":25,"18":212,"19":23,"20":17,"209":3,"21":74,"210":2,"215":9,"221":26,"223":37,"224":7,"225":58,"23":60,"24":117,"25":49,"257":11,"26":10,"27":9,"273":11,"276":26,"279":2,"28":16,"281":3,"282":4,"291":1,"292":4,"30":1,"302":2,"31":3,"314":1,"32":2,"33":1,"34":7,"347":5,"35":8,"352":61,"36":14,"37":2,"38":52,"381":4,"383":4,"39":1,"391":8,"397":3,"40":21,"409":1,"41":6,"414":1,"415":5,"419":1,"42":4,"43":10,"44":2,"45":3,"46":18,"48":6,"49":11,"5":213,"51":7,"52":7,"53":1,"570":1,"6":20,"63":9,"7":74,"79":4,"8":27,"80":2,"9":57,"all_client":11878,"all_tv_clinet":1811,"insert_time":"2014-08-18T22:29:12.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10160,"10":2,"107":55,"11":68,"12":28,"13":52,"14":12,"15":38,"155":3,"159":1,"16":9,"160":2,"161":23,"167":20,"17":23,"18":217,"19":26,"20":17,"209":4,"21":74,"210":2,"215":8,"221":29,"223":40,"224":7,"225":57,"23":62,"24":115,"25":51,"257":11,"26":11,"27":7,"273":10,"276":27,"279":3,"28":16,"281":3,"282":4,"291":1,"292":4,"30":2,"302":2,"31":3,"314":1,"32":2,"33":1,"34":8,"347":4,"35":9,"352":60,"36":15,"37":2,"38":56,"381":5,"383":4,"39":2,"391":8,"397":3,"40":20,"409":1,"41":5,"414":1,"415":5,"419":1,"42":4,"43":10,"44":3,"45":4,"46":19,"48":5,"49":12,"5":212,"51":7,"52":5,"570":1,"6":26,"63":9,"7":75,"79":5,"8":27,"80":2,"9":61,"all_client":12009,"all_tv_clinet":1849,"insert_time":"2014-08-18T22:30:12.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10277,"10":2,"107":56,"11":68,"12":31,"13":59,"14":12,"15":39,"155":2,"159":1,"16":9,"160":3,"161":20,"167":20,"17":21,"18":224,"19":29,"20":19,"209":4,"21":77,"210":2,"215":7,"221":29,"223":45,"224":8,"225":55,"23":61,"24":120,"25":52,"257":11,"26":9,"27":6,"273":9,"276":28,"279":3,"28":15,"281":3,"282":4,"291":1,"292":6,"30":1,"302":2,"31":4,"314":1,"32":1,"33":1,"34":8,"347":3,"35":9,"352":59,"36":16,"37":2,"38":57,"381":5,"383":4,"39":2,"391":8,"397":3,"40":20,"409":1,"41":5,"414":1,"415":5,"419":1,"42":4,"43":11,"44":3,"45":4,"46":24,"48":4,"49":12,"5":210,"51":7,"52":6,"53":1,"570":1,"6":28,"63":8,"7":74,"79":6,"8":25,"80":3,"9":58,"all_client":12155,"all_tv_clinet":1878,"insert_time":"2014-08-18T22:31:12.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10401,"10":3,"107":54,"11":74,"12":27,"13":67,"14":12,"15":41,"155":2,"159":1,"16":10,"160":4,"161":25,"167":20,"17":20,"18":225,"19":34,"20":20,"209":4,"21":79,"210":2,"215":7,"221":32,"223":43,"224":9,"225":53,"23":64,"24":121,"25":54,"257":12,"26":8,"27":6,"273":8,"276":29,"279":3,"28":15,"281":3,"282":4,"291":1,"292":6,"30":1,"302":2,"31":4,"314":1,"32":1,"33":1,"34":8,"347":3,"35":9,"352":62,"36":16,"37":2,"38":55,"381":5,"383":5,"39":2,"391":9,"396":1,"397":3,"40":21,"409":1,"41":4,"414":1,"415":3,"419":1,"42":5,"43":10,"44":3,"45":4,"46":24,"48":5,"49":13,"5":218,"51":6,"52":7,"53":1,"570":1,"6":25,"63":7,"7":76,"79":7,"8":23,"80":3,"9":54,"all_client":12316,"all_tv_clinet":1915,"insert_time":"2014-08-18T22:32:12.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10521,"10":5,"107":56,"11":83,"12":23,"13":67,"14":17,"15":42,"155":2,"159":1,"16":8,"160":4,"161":25,"167":20,"17":21,"18":232,"19":36,"20":19,"209":2,"21":82,"210":3,"215":8,"221":31,"223":42,"224":11,"225":51,"23":61,"24":119,"25":54,"257":12,"26":7,"27":5,"273":8,"276":29,"279":3,"28":15,"281":2,"282":6,"291":1,"292":6,"30":1,"302":1,"31":3,"314":1,"32":1,"33":1,"34":7,"347":3,"35":9,"352":59,"36":17,"37":2,"38":55,"380":1,"381":4,"383":4,"39":1,"391":9,"396":1,"397":3,"40":23,"409":1,"41":4,"414":1,"415":3,"419":1,"42":6,"43":10,"44":4,"45":4,"46":25,"48":4,"49":13,"5":227,"51":6,"52":7,"53":1,"570":1,"6":24,"63":7,"7":81,"79":7,"8":22,"80":4,"9":57,"all_client":12466,"all_tv_clinet":1945,"insert_time":"2014-08-18T22:33:12.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10638,"10":5,"107":61,"11":85,"12":19,"13":69,"14":19,"15":40,"155":2,"159":1,"16":9,"160":5,"161":26,"167":21,"17":22,"18":238,"19":35,"20":18,"209":1,"21":83,"210":3,"215":10,"221":30,"223":47,"224":10,"225":50,"23":61,"24":112,"25":56,"257":13,"26":8,"27":5,"273":12,"276":30,"279":3,"28":21,"281":2,"282":4,"291":2,"292":4,"30":1,"302":1,"31":4,"314":1,"32":2,"33":3,"34":6,"347":3,"35":9,"352":59,"36":18,"37":2,"38":58,"380":1,"381":4,"383":4,"39":1,"391":8,"396":1,"397":3,"40":23,"409":2,"41":3,"414":1,"415":3,"419":1,"42":7,"43":9,"44":4,"45":4,"46":24,"48":3,"49":13,"5":235,"51":7,"52":5,"570":1,"6":25,"63":7,"7":84,"79":7,"8":23,"80":3,"9":61,"all_client":12624,"all_tv_clinet":1986,"insert_time":"2014-08-18T22:34:12.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10725,"10":5,"107":63,"11":83,"12":18,"13":69,"14":22,"15":36,"155":2,"159":1,"16":10,"160":5,"161":26,"167":20,"17":23,"18":251,"19":34,"20":17,"209":2,"21":88,"210":3,"215":11,"221":30,"223":49,"224":10,"225":55,"23":71,"24":114,"25":54,"257":14,"26":10,"27":5,"273":13,"276":31,"279":3,"28":23,"281":2,"282":4,"291":2,"292":4,"30":1,"302":1,"31":5,"314":1,"32":2,"33":3,"34":6,"347":4,"35":8,"352":59,"36":17,"37":2,"38":61,"380":1,"381":4,"383":3,"39":1,"391":8,"396":1,"397":3,"40":24,"409":3,"41":3,"414":1,"415":4,"42":7,"426":1,"43":8,"44":5,"45":3,"46":25,"48":3,"49":15,"5":241,"51":8,"52":5,"53":1,"570":1,"6":29,"63":7,"7":85,"79":8,"8":23,"80":4,"9":62,"all_client":12775,"all_tv_clinet":2050,"insert_time":"2014-08-18T22:35:12.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10887,"10":4,"107":62,"11":85,"12":18,"13":69,"14":21,"15":33,"155":2,"159":2,"16":10,"160":5,"161":23,"167":20,"17":23,"18":256,"19":34,"20":20,"209":2,"21":93,"210":3,"215":11,"221":29,"223":57,"224":10,"225":58,"23":77,"24":117,"25":55,"257":13,"26":9,"27":5,"273":16,"276":33,"279":3,"28":23,"281":2,"282":4,"291":2,"292":4,"30":1,"31":8,"314":1,"32":2,"33":3,"34":5,"347":4,"35":12,"352":60,"36":17,"37":2,"38":65,"381":4,"383":3,"39":1,"391":8,"396":1,"397":3,"40":25,"409":4,"41":3,"414":2,"415":4,"42":7,"426":1,"43":9,"44":4,"45":3,"46":25,"48":2,"49":13,"5":248,"51":8,"52":5,"53":2,"570":1,"6":32,"63":7,"7":83,"79":9,"8":24,"80":4,"9":62,"all_client":12987,"all_tv_clinet":2100,"insert_time":"2014-08-18T22:36:13.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11003,"10":3,"107":63,"11":91,"12":16,"13":68,"14":24,"15":28,"155":2,"159":2,"16":11,"160":5,"161":23,"167":20,"17":21,"18":266,"19":33,"20":19,"209":3,"21":97,"210":3,"214":1,"215":11,"221":30,"223":62,"224":10,"225":60,"23":79,"24":124,"25":59,"257":10,"26":6,"27":5,"273":17,"276":32,"279":3,"28":24,"281":2,"282":4,"291":2,"292":4,"31":8,"314":1,"32":1,"33":3,"34":4,"347":4,"35":10,"352":61,"36":17,"37":2,"38":61,"381":4,"383":3,"39":3,"391":8,"396":1,"397":3,"40":26,"409":4,"41":3,"414":3,"415":6,"42":7,"426":1,"43":9,"44":4,"45":3,"46":23,"48":2,"49":13,"5":266,"51":7,"52":4,"53":2,"570":1,"6":34,"63":8,"7":86,"79":9,"8":26,"80":4,"9":60,"all_client":13151,"all_tv_clinet":2148,"insert_time":"2014-08-18T22:37:13.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11143,"10":3,"107":63,"11":92,"12":15,"13":67,"14":25,"15":28,"155":2,"159":2,"16":9,"160":5,"161":22,"167":20,"168":1,"17":19,"18":266,"19":36,"20":18,"209":3,"21":98,"210":3,"214":1,"215":12,"221":30,"223":66,"224":12,"225":60,"23":86,"24":126,"25":60,"257":11,"26":6,"27":5,"273":18,"276":32,"279":3,"28":28,"281":2,"282":4,"291":2,"292":3,"31":9,"314":1,"33":4,"34":3,"347":4,"35":10,"352":63,"36":17,"37":4,"38":65,"381":5,"383":3,"39":3,"391":8,"396":1,"397":3,"40":25,"409":4,"41":5,"414":4,"415":6,"42":7,"43":8,"44":4,"45":4,"46":24,"48":3,"49":11,"5":267,"51":6,"52":4,"53":4,"570":1,"6":43,"63":8,"7":87,"79":9,"8":25,"80":5,"9":62,"all_client":13336,"all_tv_clinet":2193,"insert_time":"2014-08-18T22:38:13.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11313,"10":3,"107":66,"11":92,"12":16,"13":67,"14":28,"15":26,"155":2,"156":1,"159":2,"16":11,"160":5,"161":23,"167":20,"168":1,"17":17,"18":273,"19":40,"20":21,"209":3,"21":101,"210":2,"214":2,"215":14,"221":27,"223":71,"224":10,"225":57,"23":87,"24":129,"25":61,"257":8,"26":6,"27":5,"273":18,"276":33,"279":3,"28":26,"281":3,"282":4,"291":2,"292":3,"31":9,"314":1,"33":3,"34":3,"347":4,"35":11,"352":65,"36":18,"37":4,"38":61,"381":5,"383":3,"39":3,"391":8,"396":1,"397":3,"40":20,"409":4,"41":5,"414":4,"415":9,"42":7,"43":8,"44":4,"45":4,"46":25,"48":3,"49":13,"5":265,"51":6,"52":3,"53":3,"570":1,"6":47,"63":7,"7":92,"79":8,"8":23,"80":6,"9":67,"all_client":13538,"all_tv_clinet":2225,"insert_time":"2014-08-18T22:39:13.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11444,"10":3,"107":61,"11":96,"12":15,"13":71,"14":28,"15":29,"155":2,"156":1,"159":2,"16":12,"160":5,"161":26,"167":20,"168":1,"17":18,"18":271,"19":41,"20":22,"209":3,"21":105,"210":2,"214":1,"215":14,"221":33,"223":76,"224":9,"225":60,"23":92,"24":130,"25":58,"257":10,"26":7,"27":5,"273":17,"276":33,"279":3,"28":26,"281":3,"282":4,"291":2,"292":4,"31":8,"314":1,"33":4,"34":3,"347":4,"35":12,"352":64,"36":17,"37":4,"38":64,"380":1,"381":4,"383":3,"39":3,"391":8,"396":1,"397":3,"40":18,"409":4,"41":7,"414":4,"415":8,"42":10,"43":6,"44":4,"45":5,"46":26,"48":3,"49":13,"5":261,"51":5,"52":3,"53":3,"56":1,"570":1,"6":53,"63":7,"7":93,"79":7,"8":22,"80":6,"9":70,"all_client":13709,"all_tv_clinet":2265,"insert_time":"2014-08-18T22:40:13.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11586,"10":2,"107":65,"11":95,"12":17,"13":71,"14":28,"15":27,"155":3,"156":1,"158":1,"159":2,"16":14,"160":6,"161":25,"167":20,"168":1,"17":17,"18":281,"19":44,"20":25,"209":3,"21":107,"210":2,"214":1,"215":15,"221":40,"223":77,"224":9,"225":62,"23":92,"24":129,"25":58,"257":12,"26":6,"27":5,"273":17,"276":36,"279":3,"28":25,"281":4,"282":3,"291":3,"292":4,"306":1,"31":9,"314":1,"33":3,"34":2,"347":4,"35":11,"352":65,"36":20,"37":2,"38":65,"380":1,"381":4,"383":3,"39":3,"391":6,"396":1,"397":3,"40":15,"409":4,"41":7,"414":4,"415":8,"42":8,"43":6,"44":7,"45":5,"46":24,"48":4,"49":12,"5":269,"51":5,"52":2,"53":3,"56":1,"570":2,"6":54,"63":8,"7":95,"79":6,"8":24,"80":6,"9":70,"all_client":13897,"all_tv_clinet":2311,"insert_time":"2014-08-18T22:41:13.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11724,"10":2,"107":64,"11":98,"12":19,"13":74,"14":26,"15":31,"155":3,"156":2,"158":2,"159":2,"16":17,"160":6,"161":30,"167":20,"168":1,"17":18,"18":293,"19":41,"20":22,"209":4,"21":106,"210":2,"214":1,"215":15,"221":43,"223":79,"224":10,"225":66,"23":97,"24":140,"25":58,"257":10,"26":8,"27":5,"273":18,"276":37,"279":3,"28":26,"281":4,"282":3,"291":3,"292":4,"306":1,"31":8,"314":1,"33":3,"34":4,"347":4,"35":9,"352":68,"36":23,"37":2,"38":61,"380":1,"381":4,"383":3,"39":4,"391":8,"396":1,"397":3,"40":14,"409":4,"41":10,"414":4,"415":9,"42":8,"43":6,"430":1,"44":7,"45":4,"46":26,"48":4,"49":9,"5":274,"51":6,"52":3,"53":4,"56":1,"570":2,"6":53,"63":8,"7":96,"79":6,"8":23,"80":6,"9":73,"all_client":14106,"all_tv_clinet":2382,"insert_time":"2014-08-18T22:42:13.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11862,"10":2,"107":65,"11":95,"12":19,"13":75,"14":26,"15":28,"155":3,"156":2,"158":2,"159":2,"16":15,"160":5,"161":27,"167":22,"168":1,"17":15,"18":299,"19":40,"20":22,"209":4,"21":105,"210":2,"214":1,"215":17,"221":43,"223":78,"224":11,"225":70,"23":96,"24":144,"25":58,"257":12,"26":8,"27":5,"273":21,"276":36,"279":4,"28":28,"281":4,"282":2,"291":3,"292":4,"306":1,"31":9,"314":1,"33":3,"34":6,"347":4,"35":8,"352":67,"36":23,"37":2,"38":60,"380":1,"381":4,"383":3,"39":5,"391":10,"396":1,"397":3,"40":13,"409":3,"41":10,"414":5,"415":9,"42":7,"43":6,"430":1,"44":8,"45":4,"46":25,"48":4,"49":8,"5":292,"51":6,"52":3,"53":4,"570":2,"6":55,"63":8,"7":97,"79":6,"8":27,"80":6,"9":77,"all_client":14280,"all_tv_clinet":2418,"insert_time":"2014-08-18T22:43:14.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12026,"10":2,"107":67,"11":104,"12":22,"13":79,"14":25,"15":27,"155":4,"156":2,"158":1,"159":3,"16":19,"160":4,"161":26,"167":24,"168":1,"17":14,"18":309,"19":37,"20":19,"209":3,"21":100,"210":2,"214":1,"215":17,"221":45,"223":77,"224":11,"225":85,"23":91,"24":150,"25":57,"257":12,"26":6,"27":5,"273":23,"276":36,"279":4,"28":27,"281":3,"282":2,"291":3,"292":4,"302":1,"31":11,"314":1,"32":1,"33":3,"34":6,"347":3,"35":8,"352":71,"36":23,"37":2,"38":56,"380":1,"381":6,"383":3,"39":6,"391":9,"397":3,"40":12,"409":2,"41":10,"414":4,"415":9,"42":7,"43":8,"430":1,"44":8,"45":4,"46":24,"48":2,"49":9,"5":302,"51":6,"52":3,"53":3,"570":2,"6":62,"63":12,"7":103,"79":5,"8":25,"80":7,"9":77,"all_client":14500,"all_tv_clinet":2474,"insert_time":"2014-08-18T22:44:14.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12161,"10":3,"107":68,"11":110,"12":25,"13":77,"14":21,"15":29,"155":4,"156":2,"158":1,"159":3,"16":20,"160":4,"161":27,"167":25,"168":1,"17":13,"18":308,"19":38,"20":19,"209":4,"21":103,"210":2,"214":1,"215":15,"221":48,"223":78,"224":10,"225":92,"23":89,"24":152,"25":59,"257":13,"26":6,"27":5,"273":21,"276":35,"279":4,"28":28,"281":3,"282":2,"291":3,"292":4,"30":1,"302":1,"31":13,"314":1,"32":1,"33":4,"34":5,"347":3,"35":6,"352":75,"36":21,"37":2,"38":67,"380":1,"381":7,"383":3,"39":7,"391":9,"397":3,"40":13,"409":3,"41":12,"414":4,"415":9,"42":7,"43":8,"430":1,"44":9,"45":4,"46":24,"48":2,"49":11,"5":310,"51":6,"52":1,"53":4,"570":2,"6":63,"63":15,"7":105,"79":5,"8":26,"80":9,"9":79,"all_client":14698,"all_tv_clinet":2537,"insert_time":"2014-08-18T22:45:14.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12313,"10":3,"107":69,"11":113,"12":27,"13":74,"14":20,"15":30,"155":4,"156":2,"158":1,"159":3,"16":20,"160":4,"161":27,"167":25,"168":1,"17":13,"18":320,"19":42,"20":19,"209":5,"21":108,"210":2,"214":1,"215":17,"221":45,"223":77,"224":9,"225":96,"23":91,"24":156,"25":63,"257":13,"26":6,"27":4,"273":20,"276":39,"279":3,"28":26,"281":3,"282":2,"291":4,"292":4,"30":1,"302":1,"31":14,"314":1,"32":1,"33":4,"34":4,"347":3,"35":7,"352":81,"36":21,"37":3,"38":68,"380":1,"381":7,"383":3,"39":7,"391":9,"397":3,"40":13,"409":3,"41":12,"414":5,"415":10,"42":9,"43":8,"430":1,"44":10,"45":5,"46":24,"48":2,"49":12,"5":304,"51":5,"52":2,"53":5,"570":2,"6":68,"63":15,"7":107,"79":5,"8":28,"80":9,"9":82,"all_client":14909,"all_tv_clinet":2596,"insert_time":"2014-08-18T22:46:14.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12504,"10":3,"107":71,"11":116,"12":30,"13":70,"14":20,"15":33,"155":3,"156":2,"158":1,"159":3,"16":21,"160":4,"161":29,"167":24,"168":1,"17":14,"18":321,"19":41,"20":23,"209":4,"21":111,"210":3,"214":1,"215":18,"221":40,"223":76,"224":11,"225":100,"23":90,"24":153,"25":64,"257":11,"26":6,"27":4,"273":18,"276":39,"279":2,"28":28,"281":3,"282":2,"291":4,"292":5,"30":1,"302":1,"31":13,"314":1,"33":4,"34":5,"347":3,"35":8,"352":82,"36":22,"37":3,"38":72,"380":1,"381":7,"383":4,"39":8,"391":9,"397":3,"40":13,"409":3,"41":11,"414":5,"415":11,"42":9,"43":8,"430":1,"44":11,"45":6,"46":23,"48":2,"49":11,"5":311,"51":4,"52":1,"53":6,"570":2,"6":65,"63":16,"7":114,"79":5,"8":27,"80":9,"9":81,"all_client":15129,"all_tv_clinet":2625,"insert_time":"2014-08-18T22:47:14.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12660,"10":2,"107":73,"11":124,"12":34,"13":67,"14":19,"15":36,"155":4,"156":2,"158":1,"159":3,"16":23,"160":4,"161":30,"167":26,"168":1,"17":17,"18":322,"19":42,"20":25,"209":5,"21":117,"210":2,"214":1,"215":19,"221":44,"223":82,"224":11,"225":95,"23":91,"24":160,"25":64,"257":14,"26":6,"27":5,"273":17,"276":40,"279":1,"28":29,"281":4,"282":1,"291":4,"292":5,"30":1,"302":1,"31":10,"314":1,"33":4,"34":7,"347":3,"35":8,"352":84,"36":24,"37":3,"38":69,"380":1,"381":6,"383":5,"39":8,"391":8,"397":3,"40":12,"409":3,"41":10,"414":5,"415":11,"42":9,"43":10,"430":1,"44":11,"45":6,"46":22,"48":3,"49":12,"5":316,"51":5,"52":1,"53":8,"570":2,"6":69,"63":17,"7":123,"79":4,"8":28,"80":8,"9":77,"all_client":15351,"all_tv_clinet":2691,"insert_time":"2014-08-18T22:48:14.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12817,"10":2,"107":69,"11":133,"12":36,"13":62,"14":17,"15":36,"155":4,"156":2,"158":1,"159":4,"16":23,"160":3,"161":34,"167":27,"168":1,"17":19,"18":326,"19":41,"20":26,"209":3,"21":130,"210":2,"214":1,"215":20,"221":50,"223":90,"224":11,"225":95,"23":94,"24":165,"25":65,"257":14,"26":7,"27":5,"273":18,"276":45,"279":1,"28":29,"281":4,"282":1,"291":3,"292":5,"30":1,"302":1,"31":9,"314":1,"33":3,"34":7,"347":3,"35":8,"352":83,"36":25,"37":4,"38":68,"380":1,"381":7,"383":5,"39":7,"391":8,"397":3,"40":12,"409":3,"41":9,"414":5,"415":11,"42":11,"43":10,"430":1,"44":10,"45":5,"46":22,"48":4,"49":11,"5":320,"51":5,"52":1,"53":10,"570":2,"6":78,"63":17,"7":121,"79":4,"8":29,"80":10,"9":79,"all_client":15575,"all_tv_clinet":2758,"insert_time":"2014-08-18T22:49:15.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13017,"10":3,"107":71,"11":138,"12":40,"13":66,"14":19,"15":35,"155":4,"156":2,"158":1,"159":4,"16":26,"160":5,"161":33,"167":26,"17":19,"18":324,"19":42,"20":28,"209":3,"21":127,"210":3,"214":1,"215":21,"221":48,"223":95,"224":11,"225":88,"23":99,"24":177,"25":63,"257":16,"26":7,"27":5,"273":19,"276":48,"279":1,"28":27,"281":4,"282":1,"291":3,"292":6,"30":1,"302":1,"31":9,"314":1,"33":3,"34":7,"347":3,"35":8,"352":88,"36":24,"37":4,"38":68,"380":1,"381":9,"383":4,"39":6,"391":8,"397":3,"40":12,"409":5,"41":9,"414":6,"415":10,"42":12,"43":9,"430":1,"433":1,"44":10,"45":5,"46":22,"48":5,"49":10,"5":324,"51":5,"52":1,"53":10,"570":1,"6":83,"63":19,"7":119,"79":4,"8":29,"80":11,"9":87,"all_client":15834,"all_tv_clinet":2817,"insert_time":"2014-08-18T22:50:15.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13177,"10":2,"107":72,"11":136,"12":42,"13":67,"14":23,"15":30,"155":6,"156":1,"158":1,"159":4,"16":30,"160":5,"161":34,"167":26,"17":18,"18":327,"19":42,"20":26,"209":4,"21":129,"210":4,"214":1,"215":21,"221":48,"223":96,"224":10,"225":97,"23":104,"24":185,"25":59,"257":19,"26":8,"27":4,"273":21,"276":49,"279":1,"28":29,"281":4,"282":1,"291":3,"292":5,"30":2,"302":1,"31":10,"314":1,"32":1,"33":3,"34":6,"347":3,"35":6,"352":87,"36":26,"37":4,"38":75,"380":1,"381":9,"383":4,"39":6,"391":8,"397":3,"40":12,"409":5,"41":9,"414":6,"415":10,"42":13,"43":7,"430":1,"433":1,"44":11,"45":5,"46":20,"48":5,"49":9,"5":332,"51":3,"52":1,"53":9,"570":1,"6":86,"63":20,"7":120,"79":4,"8":30,"80":12,"9":92,"all_client":16051,"all_tv_clinet":2874,"insert_time":"2014-08-18T22:51:15.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13350,"10":2,"107":69,"11":140,"12":44,"13":69,"14":23,"15":28,"155":7,"156":1,"158":1,"159":5,"16":31,"160":7,"161":34,"167":28,"17":19,"18":324,"19":44,"20":28,"209":4,"21":126,"210":5,"214":1,"215":20,"221":47,"223":96,"224":10,"225":108,"23":102,"24":189,"25":61,"257":19,"26":7,"268":1,"27":4,"273":21,"276":50,"279":1,"28":27,"281":4,"282":1,"291":3,"292":4,"30":3,"302":1,"31":10,"314":2,"32":1,"33":2,"34":8,"347":3,"35":5,"352":90,"36":25,"37":4,"38":83,"380":1,"381":8,"383":5,"39":6,"391":8,"397":3,"40":11,"409":5,"41":10,"414":6,"415":10,"42":13,"43":7,"430":2,"433":1,"44":12,"45":5,"46":20,"48":4,"49":9,"5":345,"51":3,"52":1,"53":8,"570":1,"6":88,"63":20,"7":114,"79":4,"8":33,"80":12,"9":95,"all_client":16272,"all_tv_clinet":2922,"insert_time":"2014-08-18T22:52:15.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13457,"10":3,"107":70,"11":143,"12":41,"13":71,"14":19,"15":25,"155":7,"156":1,"158":1,"159":5,"16":31,"160":5,"161":37,"167":30,"17":23,"18":337,"19":47,"20":28,"209":5,"21":132,"210":4,"214":1,"215":21,"221":47,"223":102,"224":11,"225":125,"23":103,"24":193,"25":61,"257":21,"26":7,"268":1,"27":4,"273":21,"276":51,"279":1,"28":28,"281":4,"282":2,"291":4,"292":3,"30":3,"302":1,"31":10,"314":3,"32":1,"33":2,"34":10,"347":3,"35":5,"352":88,"36":25,"37":4,"38":81,"380":1,"381":6,"383":5,"39":6,"391":8,"397":3,"40":12,"409":5,"41":10,"414":6,"415":10,"42":13,"43":6,"430":4,"433":1,"44":11,"45":5,"46":23,"48":4,"49":10,"5":354,"51":4,"52":1,"53":10,"56":1,"570":1,"6":91,"63":20,"7":104,"79":4,"8":42,"80":12,"9":96,"all_client":16458,"all_tv_clinet":3001,"insert_time":"2014-08-18T22:53:15.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13614,"10":3,"107":69,"11":155,"12":34,"13":74,"14":20,"15":28,"155":7,"156":1,"158":1,"159":5,"16":36,"160":5,"161":42,"167":31,"17":23,"18":345,"19":46,"20":29,"209":3,"21":134,"210":3,"214":1,"215":21,"221":45,"223":106,"224":11,"225":130,"23":106,"24":196,"25":63,"257":19,"26":7,"268":1,"27":4,"273":20,"276":52,"279":1,"28":26,"281":5,"282":2,"291":5,"292":2,"30":3,"302":2,"31":9,"314":3,"32":1,"33":3,"34":9,"347":4,"35":6,"352":86,"36":23,"37":4,"38":82,"380":1,"381":6,"383":6,"39":6,"391":7,"397":2,"40":12,"409":6,"41":10,"414":6,"415":8,"42":14,"43":6,"430":4,"433":1,"44":11,"45":5,"46":24,"48":4,"49":10,"5":368,"51":6,"52":2,"53":11,"56":1,"570":1,"6":90,"63":20,"7":95,"79":5,"8":48,"80":11,"9":102,"all_client":16675,"all_tv_clinet":3061,"insert_time":"2014-08-18T22:54:16.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13836,"10":3,"107":67,"11":156,"12":30,"13":74,"14":22,"15":31,"155":7,"156":1,"158":1,"159":5,"16":37,"160":5,"161":44,"167":33,"17":26,"18":356,"19":46,"20":32,"209":4,"21":131,"210":3,"214":1,"215":20,"221":46,"223":102,"224":11,"225":142,"23":107,"24":194,"25":66,"257":20,"26":10,"268":2,"27":4,"273":19,"276":52,"279":1,"28":26,"281":6,"282":2,"291":5,"292":2,"30":3,"302":3,"31":9,"314":2,"32":2,"33":3,"34":10,"347":4,"35":6,"352":92,"36":26,"37":4,"38":84,"381":6,"383":5,"39":6,"391":7,"397":2,"40":10,"409":6,"41":11,"414":7,"415":8,"42":15,"43":6,"430":4,"433":1,"44":12,"45":6,"46":27,"48":4,"49":9,"5":384,"51":6,"52":1,"53":11,"56":1,"570":1,"6":86,"63":20,"7":86,"79":6,"8":54,"80":12,"9":107,"all_client":16963,"all_tv_clinet":3127,"insert_time":"2014-08-18T22:55:16.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14048,"10":3,"107":71,"11":158,"12":33,"13":72,"14":23,"15":24,"155":6,"156":1,"158":1,"159":5,"16":43,"160":5,"161":46,"167":36,"17":26,"18":362,"19":41,"20":34,"209":4,"21":130,"210":4,"214":3,"215":20,"221":51,"223":102,"224":13,"225":156,"23":101,"24":194,"25":68,"257":20,"26":8,"268":2,"27":3,"273":19,"276":54,"279":1,"28":28,"281":6,"282":1,"291":5,"292":3,"30":3,"302":3,"31":9,"314":2,"32":2,"33":3,"34":11,"347":4,"35":9,"352":98,"36":29,"37":5,"38":84,"381":6,"383":5,"39":5,"391":9,"397":2,"40":9,"409":6,"41":12,"414":7,"415":9,"42":16,"426":1,"43":6,"430":4,"433":1,"44":13,"45":7,"46":24,"48":4,"49":9,"5":390,"51":7,"52":1,"53":10,"56":2,"570":1,"6":82,"63":21,"7":86,"79":7,"8":63,"80":12,"9":105,"all_client":17238,"all_tv_clinet":3190,"insert_time":"2014-08-18T22:56:16.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14224,"10":3,"107":75,"11":165,"12":36,"13":73,"14":21,"15":23,"155":5,"156":1,"158":1,"159":5,"16":46,"160":5,"161":43,"167":38,"17":26,"18":369,"19":46,"20":35,"209":4,"21":126,"210":5,"214":3,"215":20,"221":52,"223":100,"224":11,"225":163,"23":100,"24":192,"25":69,"257":20,"26":8,"268":2,"27":1,"273":21,"276":61,"279":3,"28":30,"281":6,"282":2,"291":5,"292":3,"30":3,"302":3,"31":10,"314":2,"32":3,"33":2,"34":13,"347":3,"35":8,"352":100,"36":32,"37":6,"38":87,"381":6,"383":5,"39":6,"391":8,"397":2,"40":11,"409":6,"41":10,"414":8,"415":10,"42":15,"426":1,"43":7,"430":4,"433":1,"44":12,"45":7,"46":26,"48":4,"49":8,"5":404,"51":8,"52":2,"53":13,"56":2,"570":1,"6":84,"63":24,"7":78,"79":7,"8":66,"80":12,"9":105,"all_client":17482,"all_tv_clinet":3258,"insert_time":"2014-08-18T22:57:16.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14398,"10":3,"107":78,"11":166,"12":41,"13":72,"14":19,"15":22,"155":5,"156":1,"158":1,"159":5,"16":52,"160":6,"161":42,"167":42,"17":25,"18":370,"19":48,"20":36,"209":4,"21":124,"210":5,"214":3,"215":19,"221":52,"223":102,"224":11,"225":170,"23":103,"24":184,"25":71,"257":24,"26":9,"268":1,"27":1,"273":21,"276":59,"279":2,"28":32,"281":6,"282":2,"291":5,"292":4,"30":3,"302":4,"31":9,"314":2,"32":2,"33":3,"34":14,"347":5,"35":8,"352":95,"36":34,"37":5,"38":86,"381":8,"383":4,"39":8,"391":8,"397":2,"40":10,"409":7,"41":10,"414":7,"415":8,"42":12,"426":1,"43":8,"430":4,"433":1,"44":13,"45":6,"46":26,"48":5,"49":10,"5":415,"51":8,"52":2,"53":13,"56":2,"570":1,"6":85,"63":25,"7":76,"79":9,"8":84,"80":13,"9":105,"all_client":17712,"all_tv_clinet":3314,"insert_time":"2014-08-18T22:58:16.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14612,"10":3,"107":76,"11":164,"12":42,"13":82,"14":16,"15":22,"155":5,"156":1,"158":1,"159":5,"16":57,"160":7,"161":44,"167":45,"17":25,"18":378,"19":55,"20":40,"209":3,"21":126,"210":5,"214":2,"215":18,"221":50,"223":99,"224":11,"225":176,"23":106,"24":180,"25":72,"257":23,"26":10,"268":1,"27":1,"273":16,"276":65,"279":2,"28":32,"281":8,"282":2,"291":6,"292":3,"30":3,"302":5,"31":10,"314":2,"32":3,"33":4,"34":13,"347":5,"35":8,"352":97,"36":36,"37":6,"38":89,"381":7,"383":4,"39":8,"391":7,"397":2,"40":10,"409":8,"41":10,"414":7,"415":7,"42":11,"43":9,"430":3,"433":1,"44":13,"45":4,"46":27,"48":6,"49":10,"5":419,"51":7,"52":5,"53":13,"56":3,"570":1,"6":85,"63":23,"7":72,"79":11,"8":97,"80":14,"9":102,"all_client":17984,"all_tv_clinet":3372,"insert_time":"2014-08-18T22:59:17.163Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14824,"10":3,"107":74,"11":172,"12":42,"13":85,"14":14,"15":21,"155":5,"156":1,"158":2,"159":5,"16":63,"160":8,"161":41,"167":41,"17":28,"18":384,"19":57,"20":46,"209":4,"21":120,"210":5,"211":1,"214":2,"215":18,"221":48,"223":102,"224":11,"225":179,"23":105,"24":178,"25":72,"257":20,"26":9,"268":1,"27":2,"273":13,"276":77,"279":2,"28":29,"281":8,"282":2,"291":6,"292":4,"30":5,"302":5,"31":10,"314":3,"32":4,"33":6,"34":13,"347":7,"35":7,"352":94,"36":35,"37":6,"38":89,"381":7,"383":4,"39":11,"391":7,"397":1,"40":9,"409":9,"41":11,"414":7,"415":6,"42":12,"43":10,"430":2,"433":1,"44":15,"45":4,"46":21,"48":5,"49":9,"5":432,"51":7,"52":6,"53":11,"56":3,"570":1,"6":96,"63":24,"7":82,"79":11,"8":110,"80":12,"9":97,"all_client":18261,"all_tv_clinet":3437,"insert_time":"2014-08-18T23:00:17.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15005,"10":4,"107":75,"11":172,"12":40,"13":89,"14":14,"15":20,"155":5,"156":1,"158":2,"159":4,"16":64,"160":10,"161":40,"167":33,"17":29,"18":385,"19":62,"20":47,"209":5,"21":120,"210":5,"211":1,"214":2,"215":18,"221":48,"223":114,"224":12,"225":188,"23":106,"24":179,"25":61,"257":18,"26":9,"268":2,"27":2,"273":11,"276":98,"279":2,"28":31,"281":7,"282":3,"291":6,"292":4,"30":5,"302":7,"306":1,"31":9,"314":3,"32":3,"33":6,"34":12,"347":6,"35":7,"352":96,"36":37,"37":7,"38":88,"381":7,"383":5,"39":11,"391":8,"397":1,"40":8,"409":8,"41":14,"414":8,"415":6,"42":13,"43":7,"430":2,"433":1,"44":15,"45":5,"46":22,"48":5,"49":8,"5":441,"51":6,"52":7,"53":11,"56":5,"570":1,"6":101,"63":24,"7":87,"79":10,"8":115,"80":13,"9":100,"all_client":18515,"all_tv_clinet":3510,"insert_time":"2014-08-18T23:01:17.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15217,"10":4,"107":73,"11":175,"12":41,"13":95,"14":14,"15":19,"155":6,"156":1,"158":1,"159":3,"16":64,"160":11,"161":37,"167":28,"17":29,"18":389,"19":65,"20":49,"209":7,"21":122,"210":5,"211":1,"214":1,"215":17,"221":54,"223":123,"224":14,"225":192,"23":111,"24":178,"25":64,"257":17,"26":10,"268":2,"27":2,"273":14,"276":111,"279":2,"28":35,"281":9,"282":3,"291":4,"292":3,"30":5,"302":8,"306":1,"31":6,"314":3,"32":2,"33":6,"34":11,"347":7,"35":6,"352":93,"36":38,"37":7,"38":86,"381":7,"383":5,"39":11,"391":10,"397":2,"40":8,"409":7,"41":16,"414":7,"415":6,"42":13,"426":1,"43":6,"430":2,"433":1,"44":13,"45":7,"46":26,"48":5,"49":6,"5":452,"51":7,"52":6,"53":12,"56":5,"570":1,"6":99,"63":23,"7":88,"79":10,"8":124,"80":12,"9":108,"all_client":18807,"all_tv_clinet":3590,"insert_time":"2014-08-18T23:02:18.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15400,"10":5,"107":83,"11":174,"12":39,"13":95,"14":16,"15":23,"155":7,"156":1,"158":1,"159":4,"16":65,"160":11,"161":34,"167":19,"17":33,"18":402,"19":70,"20":48,"209":8,"21":131,"210":3,"211":1,"214":1,"215":19,"221":61,"223":133,"224":14,"225":197,"23":110,"24":173,"25":62,"257":17,"26":12,"268":2,"27":2,"273":16,"276":131,"279":2,"28":38,"281":9,"282":3,"291":5,"292":2,"30":3,"302":9,"306":1,"31":6,"314":3,"32":1,"33":5,"34":8,"347":6,"35":7,"352":92,"36":42,"37":7,"38":84,"381":8,"383":6,"39":9,"391":9,"397":3,"40":9,"409":7,"41":16,"414":6,"415":5,"42":14,"426":2,"43":5,"430":2,"433":1,"44":11,"45":8,"46":25,"48":5,"49":6,"5":463,"51":11,"52":5,"53":12,"56":5,"570":1,"6":100,"63":24,"7":84,"79":10,"8":129,"80":12,"9":114,"all_client":19083,"all_tv_clinet":3683,"insert_time":"2014-08-18T23:03:18.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15575,"10":5,"107":84,"11":180,"12":37,"13":93,"14":17,"15":28,"155":7,"156":1,"158":2,"159":4,"16":66,"160":12,"161":36,"167":17,"17":34,"18":400,"19":70,"20":47,"209":9,"21":131,"210":3,"211":1,"214":1,"215":18,"221":59,"223":137,"224":14,"225":193,"23":111,"24":177,"25":60,"257":14,"26":11,"268":1,"27":2,"273":18,"276":143,"279":2,"28":39,"281":8,"282":3,"291":5,"292":1,"30":4,"302":9,"31":5,"314":3,"32":2,"33":5,"34":6,"347":6,"35":8,"352":88,"36":43,"37":9,"38":85,"381":8,"383":5,"39":11,"391":9,"397":4,"40":12,"409":8,"41":15,"414":5,"415":4,"42":13,"426":2,"43":5,"430":2,"44":11,"45":7,"46":22,"48":6,"49":8,"5":479,"51":12,"52":5,"53":10,"56":4,"570":1,"6":111,"63":25,"7":81,"79":10,"8":134,"80":11,"9":119,"all_client":19308,"all_tv_clinet":3733,"insert_time":"2014-08-18T23:04:18.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15730,"10":5,"107":84,"11":192,"12":37,"13":90,"14":18,"15":27,"155":7,"156":1,"158":3,"159":5,"16":64,"160":11,"161":38,"167":16,"17":36,"18":398,"19":71,"20":45,"209":7,"21":138,"210":3,"211":1,"214":1,"215":20,"221":61,"223":142,"224":11,"225":199,"23":109,"24":181,"25":55,"257":17,"26":12,"268":1,"27":2,"273":22,"276":153,"279":2,"28":38,"281":8,"282":4,"291":4,"292":3,"30":4,"302":10,"31":6,"314":2,"32":2,"33":5,"34":8,"347":7,"35":10,"352":90,"36":42,"37":11,"38":90,"381":8,"383":4,"39":12,"391":9,"397":4,"40":12,"409":9,"41":18,"414":4,"415":4,"42":13,"426":2,"43":6,"430":2,"44":10,"45":6,"46":27,"48":8,"49":7,"5":480,"51":12,"52":4,"53":10,"56":3,"570":1,"6":119,"63":23,"7":78,"79":7,"8":143,"80":10,"9":126,"all_client":19540,"all_tv_clinet":3810,"insert_time":"2014-08-18T23:05:18.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15978,"10":4,"107":74,"11":183,"12":39,"13":90,"14":21,"15":30,"155":6,"156":1,"158":3,"159":6,"16":58,"160":11,"161":39,"167":17,"17":31,"18":401,"19":75,"20":46,"209":7,"21":140,"210":3,"211":1,"214":1,"215":21,"221":65,"223":147,"224":13,"225":199,"23":109,"24":179,"25":56,"257":18,"26":17,"268":1,"27":2,"273":23,"276":153,"279":3,"28":39,"281":9,"282":5,"291":5,"292":3,"30":4,"302":12,"31":4,"314":2,"32":3,"33":5,"34":7,"347":6,"35":10,"352":95,"36":41,"37":11,"38":95,"381":8,"383":2,"39":10,"391":9,"397":4,"40":11,"409":9,"41":16,"414":3,"415":7,"42":12,"426":3,"43":7,"430":1,"44":9,"45":6,"46":31,"48":10,"49":8,"5":489,"51":10,"52":3,"53":11,"56":3,"570":1,"6":124,"63":25,"7":82,"79":6,"8":148,"80":11,"9":132,"all_client":19838,"all_tv_clinet":3860,"insert_time":"2014-08-18T23:06:19.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16195,"10":4,"107":76,"11":179,"12":38,"13":93,"14":21,"15":33,"155":6,"156":1,"158":3,"159":6,"16":56,"160":10,"161":38,"167":16,"17":29,"18":407,"19":76,"20":48,"209":7,"21":142,"210":5,"211":1,"214":2,"215":21,"221":73,"223":147,"224":14,"225":206,"23":115,"24":186,"25":52,"257":17,"26":18,"27":2,"273":23,"276":156,"279":3,"28":38,"281":9,"282":8,"291":5,"292":4,"30":5,"302":14,"31":5,"314":2,"32":2,"33":6,"34":7,"347":7,"35":9,"352":99,"36":39,"37":12,"38":95,"381":7,"383":2,"39":9,"391":9,"397":3,"40":9,"409":9,"41":19,"414":2,"415":8,"42":11,"426":3,"43":7,"430":1,"433":1,"44":9,"45":6,"46":31,"48":10,"49":9,"5":496,"51":10,"52":2,"53":9,"56":3,"570":1,"6":131,"63":25,"7":88,"79":5,"8":158,"80":13,"9":140,"all_client":20137,"all_tv_clinet":3942,"insert_time":"2014-08-18T23:07:19.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16389,"10":2,"107":80,"11":174,"12":42,"13":93,"14":22,"15":33,"155":8,"156":1,"158":3,"159":5,"16":54,"160":12,"161":34,"167":15,"17":28,"18":419,"19":77,"20":48,"209":7,"21":147,"210":7,"211":1,"214":2,"215":23,"221":76,"223":158,"224":14,"225":207,"23":117,"24":198,"25":53,"257":18,"26":18,"27":2,"273":24,"276":159,"279":3,"28":38,"281":9,"282":7,"291":5,"292":3,"30":6,"302":14,"31":4,"314":3,"32":2,"33":6,"34":7,"347":7,"35":9,"352":102,"36":41,"37":12,"38":91,"381":7,"383":2,"39":8,"391":10,"397":4,"40":9,"409":8,"41":19,"414":3,"415":9,"42":14,"426":2,"43":5,"430":2,"433":1,"44":9,"45":5,"46":33,"48":10,"49":9,"5":510,"51":9,"52":1,"53":8,"56":4,"570":1,"6":136,"63":25,"7":91,"79":6,"8":167,"80":13,"9":145,"all_client":20424,"all_tv_clinet":4035,"insert_time":"2014-08-18T23:08:19.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16636,"10":3,"107":82,"11":171,"12":41,"13":102,"14":22,"15":35,"155":8,"156":1,"158":3,"159":3,"16":55,"160":13,"161":35,"167":15,"17":25,"18":428,"19":78,"20":49,"209":10,"21":145,"210":7,"211":1,"214":2,"215":23,"221":84,"223":152,"224":14,"225":207,"23":117,"24":194,"25":48,"257":19,"26":18,"27":2,"273":26,"276":159,"279":2,"28":38,"281":9,"282":7,"291":5,"292":3,"30":7,"302":13,"31":6,"314":3,"32":2,"33":5,"34":8,"347":7,"35":9,"352":106,"36":45,"37":14,"38":92,"381":8,"383":2,"39":7,"391":10,"397":4,"40":11,"409":8,"41":17,"414":4,"415":8,"42":15,"426":2,"43":6,"430":2,"433":1,"44":10,"45":4,"46":33,"48":12,"49":10,"5":519,"51":9,"52":2,"53":9,"56":4,"570":1,"6":144,"63":27,"7":89,"79":5,"8":171,"80":14,"9":158,"all_client":20740,"all_tv_clinet":4104,"insert_time":"2014-08-18T23:09:19.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16818,"10":4,"107":84,"11":168,"12":42,"13":105,"14":25,"15":34,"155":10,"156":1,"158":4,"159":4,"16":56,"160":12,"161":33,"167":11,"17":25,"18":439,"19":80,"20":50,"209":10,"21":152,"210":7,"211":1,"214":3,"215":26,"221":87,"223":151,"224":13,"225":207,"23":112,"24":195,"25":48,"257":20,"26":16,"27":3,"273":24,"276":164,"279":2,"28":38,"281":9,"282":7,"291":5,"292":4,"30":8,"302":13,"31":9,"314":3,"32":3,"33":6,"34":7,"347":7,"35":9,"352":112,"36":47,"37":13,"38":96,"381":9,"383":2,"39":7,"391":9,"397":4,"40":12,"409":7,"41":14,"414":8,"415":8,"419":1,"42":15,"426":2,"43":6,"430":1,"44":9,"45":4,"46":34,"48":12,"49":11,"5":538,"51":10,"52":2,"53":12,"56":4,"570":1,"6":154,"63":30,"7":84,"79":4,"8":173,"80":13,"9":162,"all_client":21004,"all_tv_clinet":4186,"insert_time":"2014-08-18T23:10:20.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17067,"10":5,"107":95,"11":176,"12":44,"13":105,"14":26,"15":35,"155":10,"156":1,"158":5,"159":5,"16":58,"160":14,"161":33,"167":11,"17":25,"18":435,"19":84,"20":50,"209":10,"21":150,"210":8,"211":1,"214":3,"215":26,"221":89,"223":154,"224":13,"225":210,"23":114,"24":189,"25":51,"257":23,"26":15,"27":3,"273":25,"276":162,"279":3,"28":38,"281":8,"282":7,"291":6,"292":7,"30":8,"302":13,"31":10,"314":3,"32":3,"33":5,"34":6,"347":7,"35":8,"352":112,"36":46,"37":14,"38":101,"381":10,"383":3,"39":6,"391":9,"397":5,"40":14,"409":7,"41":15,"414":8,"415":7,"419":1,"42":17,"426":2,"43":7,"44":8,"45":3,"46":29,"48":11,"49":12,"5":548,"51":11,"52":3,"53":11,"56":5,"6":156,"63":30,"7":80,"79":2,"8":178,"80":14,"9":169,"all_client":21316,"all_tv_clinet":4249,"insert_time":"2014-08-18T23:11:20.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17277,"10":5,"107":95,"11":174,"12":40,"13":104,"14":25,"15":35,"155":10,"156":2,"158":7,"159":5,"16":57,"160":15,"161":32,"167":14,"17":24,"18":435,"19":89,"20":50,"209":10,"21":153,"210":9,"211":1,"214":3,"215":28,"221":92,"223":155,"224":15,"225":216,"23":122,"24":187,"25":53,"257":21,"26":14,"27":4,"273":30,"276":162,"279":2,"28":38,"281":7,"282":7,"291":6,"292":11,"30":7,"302":14,"31":9,"314":3,"32":2,"33":5,"34":4,"347":7,"35":8,"352":116,"36":48,"37":17,"38":104,"381":10,"383":3,"39":6,"391":9,"397":5,"40":12,"409":8,"41":14,"414":10,"415":9,"419":1,"42":17,"426":1,"43":6,"430":1,"44":8,"45":5,"46":25,"48":12,"49":14,"5":563,"51":12,"52":6,"53":10,"56":5,"6":162,"63":30,"7":79,"79":2,"8":179,"80":14,"9":176,"all_client":21599,"all_tv_clinet":4322,"insert_time":"2014-08-18T23:12:20.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17520,"10":5,"107":102,"11":184,"12":41,"13":108,"14":25,"15":36,"155":10,"156":2,"158":7,"159":5,"16":57,"160":15,"161":33,"167":15,"17":26,"18":428,"19":96,"20":51,"209":11,"21":159,"210":9,"211":1,"214":3,"215":29,"221":89,"223":153,"224":15,"225":217,"23":123,"24":190,"25":56,"257":19,"26":17,"27":4,"273":31,"276":159,"279":2,"28":39,"281":7,"282":6,"291":6,"292":16,"30":8,"302":14,"31":9,"314":3,"32":3,"33":6,"34":5,"347":7,"35":9,"352":113,"36":46,"37":16,"38":101,"381":10,"383":3,"39":7,"391":8,"397":5,"40":13,"409":8,"41":16,"414":10,"415":8,"419":1,"42":16,"426":1,"43":6,"430":1,"44":7,"45":5,"46":27,"48":14,"49":13,"5":560,"51":13,"52":6,"53":7,"56":5,"6":163,"63":34,"7":83,"79":2,"8":181,"80":14,"9":187,"all_client":21901,"all_tv_clinet":4381,"insert_time":"2014-08-18T23:13:20.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17745,"10":7,"107":107,"11":184,"12":39,"13":108,"14":27,"15":40,"155":10,"156":2,"158":6,"159":5,"16":59,"160":14,"161":33,"167":14,"17":30,"18":426,"19":96,"20":51,"209":11,"21":162,"210":9,"211":1,"214":3,"215":29,"221":88,"223":157,"224":15,"225":224,"23":125,"24":196,"25":57,"257":21,"26":19,"27":5,"273":27,"276":160,"279":2,"28":38,"281":7,"282":7,"291":7,"292":19,"30":9,"302":15,"31":9,"314":4,"32":3,"33":6,"34":8,"347":9,"35":9,"352":114,"36":44,"37":15,"38":97,"381":10,"383":3,"39":7,"391":8,"397":5,"40":12,"409":8,"41":16,"414":11,"415":8,"419":2,"42":15,"426":1,"43":5,"430":1,"44":6,"45":3,"46":31,"48":12,"49":13,"5":562,"51":13,"52":6,"53":8,"56":5,"6":167,"63":35,"7":88,"79":2,"8":188,"80":14,"9":193,"all_client":22192,"all_tv_clinet":4447,"insert_time":"2014-08-18T23:14:21.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17993,"10":7,"107":108,"11":181,"12":43,"13":111,"14":30,"15":42,"155":9,"156":1,"158":7,"159":5,"16":59,"160":14,"161":33,"167":14,"17":32,"18":428,"19":96,"20":51,"209":7,"21":159,"210":10,"211":1,"214":3,"215":31,"221":86,"223":164,"224":15,"225":221,"23":130,"24":200,"25":57,"257":23,"26":19,"27":7,"273":23,"276":156,"279":2,"28":36,"281":8,"282":9,"291":6,"292":19,"30":9,"302":15,"31":9,"314":3,"32":2,"33":7,"34":8,"347":10,"35":10,"352":121,"36":41,"37":17,"38":106,"381":10,"383":3,"39":7,"391":8,"397":5,"40":13,"409":9,"41":18,"414":11,"415":7,"419":2,"42":15,"426":1,"43":5,"430":1,"44":7,"45":4,"46":32,"48":10,"49":12,"5":564,"51":12,"52":6,"53":9,"56":7,"6":165,"63":36,"7":92,"79":1,"8":190,"80":15,"9":201,"all_client":22492,"all_tv_clinet":4499,"insert_time":"2014-08-18T23:15:21.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18220,"10":8,"107":101,"11":176,"12":46,"13":112,"14":31,"15":45,"155":9,"156":1,"158":6,"159":5,"16":60,"160":14,"161":37,"167":14,"17":31,"18":429,"19":90,"20":52,"209":6,"21":167,"210":9,"214":3,"215":32,"221":85,"223":167,"224":16,"225":229,"23":133,"24":217,"25":56,"257":22,"26":19,"27":7,"273":23,"276":158,"279":2,"28":34,"281":8,"282":9,"291":6,"292":18,"30":8,"302":16,"31":11,"314":3,"32":2,"33":9,"34":8,"347":10,"35":9,"352":129,"36":39,"37":18,"38":107,"381":10,"383":3,"39":7,"391":8,"397":5,"40":14,"409":10,"41":17,"414":12,"415":9,"419":2,"42":14,"426":1,"43":5,"430":4,"44":5,"45":6,"46":33,"48":11,"49":13,"5":565,"51":13,"52":6,"53":11,"56":8,"6":167,"63":38,"7":92,"79":2,"8":192,"80":15,"9":215,"all_client":22795,"all_tv_clinet":4575,"insert_time":"2014-08-18T23:16:21.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18448,"10":7,"107":107,"11":171,"12":47,"13":114,"14":28,"15":49,"155":9,"156":2,"158":5,"159":5,"16":63,"160":14,"161":39,"167":14,"17":30,"18":438,"19":88,"20":52,"209":6,"21":167,"210":10,"214":3,"215":32,"221":89,"223":165,"224":17,"225":228,"23":132,"24":220,"25":51,"257":22,"26":20,"268":1,"27":8,"273":23,"276":154,"279":2,"28":37,"281":7,"282":10,"291":6,"292":17,"30":8,"302":17,"31":12,"314":3,"32":2,"33":10,"34":7,"347":11,"35":11,"352":126,"36":39,"37":18,"38":104,"381":11,"383":3,"39":8,"391":12,"397":2,"40":15,"409":10,"41":17,"414":12,"415":9,"419":1,"42":14,"426":1,"43":5,"430":4,"44":5,"45":6,"46":34,"48":10,"49":12,"5":576,"51":14,"52":7,"53":11,"56":8,"6":170,"63":36,"7":87,"79":5,"8":192,"80":16,"9":224,"all_client":23062,"all_tv_clinet":4614,"insert_time":"2014-08-18T23:17:21.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18645,"10":7,"107":108,"11":173,"12":43,"13":113,"14":27,"15":51,"155":10,"156":2,"158":5,"159":5,"16":66,"160":14,"161":39,"167":13,"17":29,"18":447,"19":89,"20":55,"209":7,"21":176,"210":11,"214":3,"215":30,"221":95,"223":163,"224":19,"225":235,"23":137,"24":223,"25":54,"257":23,"26":20,"268":1,"27":10,"273":27,"276":153,"279":2,"28":38,"281":7,"282":10,"291":4,"292":17,"30":7,"302":16,"31":12,"314":3,"32":2,"33":11,"34":8,"347":10,"35":10,"352":126,"36":40,"37":16,"38":104,"381":13,"383":4,"39":9,"391":13,"396":1,"397":2,"40":16,"409":10,"41":16,"414":12,"415":10,"419":1,"42":13,"43":5,"430":4,"44":6,"45":7,"46":40,"48":9,"49":12,"5":585,"51":17,"52":7,"53":11,"56":8,"6":176,"63":35,"7":87,"79":5,"8":193,"80":16,"9":227,"all_client":23341,"all_tv_clinet":4696,"insert_time":"2014-08-18T23:18:22.114Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18849,"10":6,"107":112,"11":178,"12":41,"13":113,"14":25,"15":50,"155":8,"156":3,"158":5,"159":5,"16":72,"160":14,"161":34,"167":13,"17":26,"18":446,"19":94,"20":56,"209":7,"21":178,"210":11,"214":2,"215":32,"221":97,"223":164,"224":21,"225":230,"23":136,"24":228,"25":56,"257":23,"26":18,"268":1,"27":10,"273":28,"276":157,"279":2,"28":38,"281":7,"282":11,"291":5,"292":17,"30":7,"302":16,"31":11,"314":3,"32":1,"33":12,"34":6,"347":12,"35":12,"352":127,"36":42,"37":16,"38":102,"381":13,"383":5,"39":9,"391":14,"396":1,"397":2,"40":16,"409":9,"41":15,"414":11,"415":10,"419":1,"42":12,"43":5,"430":5,"44":7,"45":9,"46":44,"48":10,"49":12,"5":601,"51":17,"52":7,"53":12,"56":7,"6":181,"63":37,"7":89,"79":5,"8":195,"80":15,"9":234,"all_client":23606,"all_tv_clinet":4757,"insert_time":"2014-08-18T23:19:22.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19102,"10":5,"107":108,"11":177,"12":41,"13":116,"14":23,"15":48,"155":8,"156":4,"158":4,"159":5,"16":69,"160":13,"161":29,"167":12,"17":25,"18":450,"19":95,"20":58,"209":6,"21":183,"210":11,"214":2,"215":32,"221":95,"223":163,"224":18,"225":240,"23":143,"24":237,"25":50,"257":26,"26":16,"268":1,"27":10,"273":31,"276":155,"279":1,"28":36,"281":8,"282":11,"291":5,"292":17,"30":6,"302":16,"31":11,"314":4,"32":1,"33":14,"34":6,"347":11,"35":13,"352":129,"36":38,"37":17,"38":106,"381":14,"383":4,"39":11,"391":12,"396":1,"397":5,"40":17,"409":9,"41":15,"414":11,"415":11,"419":1,"42":11,"43":6,"430":6,"44":7,"45":10,"46":44,"48":10,"49":12,"5":604,"51":17,"52":7,"53":14,"56":6,"6":194,"63":40,"7":86,"79":4,"8":206,"80":16,"9":236,"all_client":23908,"all_tv_clinet":4806,"insert_time":"2014-08-18T23:20:22.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19346,"10":5,"107":108,"11":182,"12":41,"13":114,"14":25,"15":47,"155":8,"156":4,"158":5,"159":6,"16":69,"160":13,"161":30,"167":13,"17":23,"18":464,"19":101,"20":58,"209":7,"21":189,"210":11,"214":2,"215":34,"221":102,"223":169,"224":17,"225":243,"23":152,"24":249,"25":49,"257":28,"26":17,"268":1,"27":8,"273":31,"276":154,"279":1,"28":34,"281":9,"282":11,"291":6,"292":19,"30":7,"302":16,"31":11,"314":4,"32":1,"33":14,"34":5,"347":12,"35":14,"352":131,"36":36,"37":22,"38":110,"381":13,"383":4,"39":12,"391":12,"396":1,"397":5,"40":18,"409":9,"41":14,"414":12,"415":12,"419":1,"42":13,"43":5,"430":7,"44":7,"45":11,"46":43,"48":11,"49":12,"5":609,"51":17,"52":6,"53":13,"56":6,"6":195,"63":39,"7":81,"79":4,"8":208,"80":15,"9":236,"all_client":24239,"all_tv_clinet":4893,"insert_time":"2014-08-18T23:21:23.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19551,"10":5,"107":112,"11":198,"12":43,"13":119,"14":24,"15":43,"155":8,"156":3,"158":7,"159":6,"16":72,"160":12,"161":29,"167":14,"17":20,"18":478,"19":107,"20":57,"209":6,"21":189,"210":11,"214":2,"215":36,"221":99,"223":171,"224":16,"225":247,"23":155,"24":251,"25":52,"257":28,"26":17,"268":1,"27":9,"273":34,"276":150,"279":2,"28":36,"281":10,"282":10,"291":6,"292":21,"30":7,"302":16,"31":11,"314":4,"33":14,"34":9,"347":11,"35":13,"352":129,"36":31,"37":22,"38":110,"381":12,"383":3,"39":12,"391":12,"396":1,"397":5,"40":18,"409":11,"41":15,"414":12,"415":13,"419":1,"42":13,"43":3,"430":6,"44":6,"45":13,"46":41,"48":10,"49":13,"5":616,"51":17,"52":6,"53":13,"56":6,"570":1,"6":201,"63":40,"7":87,"79":4,"8":204,"80":15,"9":234,"all_client":24508,"all_tv_clinet":4957,"insert_time":"2014-08-18T23:22:23.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19779,"10":5,"107":113,"11":205,"12":44,"13":122,"14":25,"15":44,"155":8,"156":4,"158":7,"159":6,"16":78,"160":13,"161":33,"167":15,"17":19,"18":490,"19":107,"20":58,"209":6,"21":189,"210":10,"214":2,"215":39,"221":95,"223":166,"224":17,"225":241,"23":158,"24":252,"25":53,"257":27,"26":16,"268":1,"27":9,"273":36,"276":147,"279":2,"28":37,"281":9,"282":11,"291":6,"292":22,"30":6,"302":15,"31":11,"314":4,"33":13,"34":8,"347":11,"35":13,"352":130,"36":28,"37":22,"38":112,"381":13,"383":3,"39":13,"391":14,"396":1,"397":4,"40":16,"409":11,"41":15,"414":13,"415":14,"419":1,"42":13,"43":2,"430":6,"44":5,"45":16,"46":43,"48":10,"49":14,"5":623,"51":17,"52":7,"53":11,"56":7,"570":2,"6":199,"63":43,"7":98,"79":3,"8":198,"80":15,"9":233,"all_client":24782,"all_tv_clinet":5003,"insert_time":"2014-08-18T23:23:23.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19979,"10":4,"107":114,"11":215,"12":44,"13":126,"14":25,"15":41,"155":8,"156":4,"158":5,"159":6,"16":83,"160":14,"161":37,"167":15,"168":1,"17":17,"18":489,"19":104,"20":60,"209":6,"21":193,"210":11,"214":2,"215":41,"221":91,"223":170,"224":17,"225":237,"23":156,"24":266,"25":55,"257":26,"26":17,"268":1,"27":8,"273":38,"276":147,"279":3,"28":38,"281":9,"282":11,"291":6,"292":24,"30":5,"302":17,"31":11,"314":4,"33":12,"34":9,"347":11,"35":16,"352":135,"36":26,"37":20,"38":119,"381":13,"383":2,"39":15,"391":17,"396":1,"397":5,"40":16,"409":10,"41":15,"414":13,"415":16,"419":1,"42":13,"43":3,"430":7,"44":4,"45":14,"46":42,"48":13,"49":14,"5":627,"51":17,"52":10,"53":11,"56":8,"570":2,"6":210,"63":43,"7":101,"79":4,"8":195,"80":14,"9":227,"all_client":25052,"all_tv_clinet":5073,"insert_time":"2014-08-18T23:24:23.829Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20158,"10":5,"107":113,"11":218,"12":43,"13":127,"14":30,"15":42,"155":7,"156":5,"158":5,"159":8,"16":82,"160":14,"161":36,"167":14,"168":1,"17":18,"18":488,"19":100,"20":62,"209":8,"21":197,"210":11,"214":2,"215":42,"221":92,"223":181,"224":17,"225":230,"23":161,"24":255,"25":54,"257":25,"26":20,"268":1,"27":8,"273":42,"276":154,"279":3,"28":39,"281":9,"282":11,"291":6,"292":24,"30":4,"302":16,"31":11,"314":4,"33":10,"34":10,"347":12,"35":17,"352":136,"36":25,"37":21,"38":128,"381":15,"383":3,"39":17,"391":17,"396":1,"397":5,"40":16,"409":11,"41":10,"414":14,"415":21,"419":2,"42":14,"43":4,"430":7,"44":6,"45":13,"46":41,"48":12,"49":17,"5":619,"51":17,"52":11,"53":11,"56":13,"570":2,"6":225,"63":44,"7":104,"79":5,"8":202,"80":13,"9":218,"all_client":25292,"all_tv_clinet":5134,"insert_time":"2014-08-18T23:25:24.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20341,"10":7,"107":112,"11":227,"12":44,"13":125,"14":35,"15":43,"155":9,"156":3,"158":5,"159":9,"16":84,"160":14,"161":41,"167":18,"168":1,"17":17,"18":476,"19":103,"20":63,"209":8,"21":195,"210":11,"214":2,"215":41,"221":98,"223":179,"224":17,"225":223,"23":158,"24":258,"25":63,"257":22,"26":20,"268":2,"27":9,"273":45,"276":153,"279":2,"28":35,"281":10,"282":11,"291":6,"292":24,"30":4,"302":16,"31":10,"314":4,"33":10,"34":9,"347":12,"35":18,"352":136,"36":28,"37":23,"38":134,"381":16,"383":4,"39":19,"391":17,"396":1,"397":8,"40":17,"409":14,"41":9,"414":12,"415":21,"419":2,"42":15,"43":4,"430":9,"44":7,"45":14,"46":37,"48":15,"49":16,"5":606,"51":17,"52":10,"53":11,"56":13,"6":251,"63":43,"7":111,"79":4,"8":207,"80":12,"9":216,"all_client":25531,"all_tv_clinet":5190,"insert_time":"2014-08-18T23:26:24.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20521,"10":7,"107":114,"11":232,"12":46,"13":135,"14":39,"15":45,"155":10,"156":5,"158":5,"159":11,"16":82,"160":13,"161":42,"167":17,"168":1,"17":19,"18":476,"19":106,"20":64,"209":9,"21":194,"210":12,"214":2,"215":40,"221":105,"223":189,"224":17,"225":218,"23":162,"24":258,"25":61,"257":21,"26":21,"268":2,"27":10,"273":46,"276":150,"279":2,"28":38,"281":9,"282":12,"291":6,"292":24,"30":3,"302":16,"31":10,"314":3,"33":10,"34":9,"347":12,"35":17,"352":143,"36":26,"37":22,"38":126,"381":16,"383":4,"39":23,"391":18,"396":1,"397":9,"40":15,"409":14,"41":10,"414":14,"415":19,"419":2,"42":16,"43":3,"430":10,"44":7,"45":14,"46":41,"48":17,"49":19,"5":600,"51":18,"52":10,"53":10,"56":11,"570":1,"6":261,"63":41,"7":108,"79":6,"8":213,"80":13,"9":208,"all_client":25767,"all_tv_clinet":5246,"insert_time":"2014-08-18T23:27:24.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20740,"10":7,"107":116,"11":227,"12":54,"13":141,"14":40,"15":45,"155":9,"156":5,"158":4,"159":12,"16":81,"160":14,"161":41,"167":17,"168":1,"17":21,"18":485,"19":111,"20":65,"209":9,"21":188,"210":12,"214":2,"215":38,"221":110,"223":193,"224":19,"225":207,"23":171,"24":259,"25":64,"257":20,"26":22,"268":2,"27":10,"273":44,"276":150,"279":2,"28":37,"281":9,"282":10,"291":7,"292":26,"30":2,"302":16,"306":1,"31":11,"314":3,"33":11,"34":8,"347":14,"35":18,"352":153,"36":29,"37":25,"38":123,"381":17,"383":4,"39":22,"391":18,"396":1,"397":9,"40":13,"409":12,"41":14,"414":17,"415":18,"419":2,"42":16,"43":3,"430":10,"44":7,"45":13,"46":40,"48":17,"49":20,"5":616,"51":17,"52":10,"53":12,"56":8,"570":1,"6":267,"63":41,"7":114,"79":6,"8":213,"80":13,"9":200,"all_client":26052,"all_tv_clinet":5312,"insert_time":"2014-08-18T23:28:24.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20932,"10":6,"107":114,"11":229,"12":53,"13":146,"14":41,"15":49,"155":10,"156":6,"158":3,"159":10,"16":77,"160":14,"161":39,"167":19,"168":1,"17":23,"18":506,"19":113,"20":65,"209":9,"21":188,"210":14,"214":3,"215":39,"221":114,"223":204,"224":18,"225":207,"23":171,"24":272,"25":65,"257":19,"26":23,"268":1,"27":9,"273":38,"276":150,"279":2,"28":38,"281":9,"282":10,"291":8,"292":25,"30":2,"302":16,"306":1,"31":11,"314":2,"32":1,"33":10,"34":8,"347":14,"35":16,"352":152,"36":32,"37":24,"38":125,"381":17,"383":4,"39":24,"391":18,"396":1,"397":9,"40":14,"409":12,"41":14,"414":17,"415":18,"419":2,"42":15,"43":4,"430":12,"44":7,"45":12,"46":40,"48":15,"49":21,"5":630,"51":15,"52":11,"53":12,"56":5,"570":1,"6":272,"63":40,"7":115,"79":8,"8":222,"80":13,"9":195,"all_client":26321,"all_tv_clinet":5389,"insert_time":"2014-08-18T23:29:25.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21138,"10":5,"107":118,"11":225,"12":52,"13":152,"14":40,"15":53,"155":9,"156":6,"158":3,"159":9,"16":77,"160":15,"161":39,"167":22,"168":1,"17":23,"18":513,"19":115,"20":68,"209":7,"21":192,"210":13,"211":1,"214":2,"215":40,"221":111,"223":204,"224":19,"225":215,"23":164,"24":291,"25":68,"257":19,"26":26,"268":2,"27":8,"273":33,"276":151,"279":3,"28":43,"281":9,"282":9,"291":9,"292":25,"30":2,"302":17,"306":1,"31":9,"314":2,"32":1,"33":10,"34":9,"347":15,"35":14,"352":146,"36":34,"37":21,"38":126,"381":17,"383":5,"39":25,"391":19,"397":9,"40":14,"409":10,"41":14,"414":14,"415":18,"419":2,"42":16,"43":4,"430":12,"44":9,"45":10,"46":34,"48":14,"49":20,"5":652,"51":13,"52":8,"53":12,"56":5,"6":274,"63":43,"7":116,"79":9,"8":231,"80":15,"9":200,"all_client":26598,"all_tv_clinet":5460,"insert_time":"2014-08-18T23:30:25.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21344,"10":5,"107":122,"11":228,"12":55,"13":152,"14":45,"15":54,"155":11,"156":8,"158":3,"159":9,"16":79,"160":14,"161":38,"167":23,"168":1,"17":22,"18":510,"19":116,"20":69,"209":9,"21":191,"210":14,"211":1,"214":2,"215":40,"221":108,"223":196,"224":18,"225":215,"23":161,"24":294,"25":70,"257":19,"26":30,"268":2,"27":8,"273":35,"276":150,"279":4,"28":47,"281":10,"282":8,"291":9,"292":25,"30":1,"302":17,"31":9,"314":2,"32":2,"33":11,"34":10,"347":14,"35":15,"352":140,"36":36,"37":17,"38":128,"381":17,"383":5,"39":24,"391":19,"396":1,"397":9,"40":14,"409":11,"41":13,"414":11,"415":19,"419":1,"42":15,"426":2,"43":6,"430":13,"44":8,"45":10,"46":40,"48":15,"49":15,"5":666,"51":13,"52":8,"53":12,"56":4,"6":281,"63":44,"7":118,"79":9,"8":230,"80":15,"9":214,"all_client":26858,"all_tv_clinet":5514,"insert_time":"2014-08-18T23:31:25.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21572,"10":5,"107":125,"11":230,"12":56,"13":149,"14":47,"15":54,"155":11,"156":8,"158":3,"159":9,"16":82,"160":14,"161":38,"167":22,"168":1,"17":21,"18":516,"19":115,"20":71,"209":9,"21":197,"210":14,"211":1,"214":2,"215":38,"221":104,"223":193,"224":18,"225":215,"23":160,"24":294,"25":65,"257":20,"26":32,"268":2,"27":9,"273":35,"276":151,"279":4,"28":57,"281":10,"282":7,"291":8,"292":27,"30":1,"302":17,"31":10,"314":1,"32":2,"33":12,"34":10,"347":13,"35":15,"352":138,"36":38,"37":19,"38":126,"381":18,"383":6,"39":24,"391":20,"396":1,"397":9,"40":15,"409":11,"41":11,"414":13,"415":22,"419":1,"42":17,"426":2,"43":7,"430":13,"44":8,"45":9,"46":39,"48":14,"49":14,"5":678,"51":13,"52":8,"53":14,"56":3,"6":286,"63":42,"7":115,"79":8,"8":230,"80":15,"9":223,"all_client":27132,"all_tv_clinet":5560,"insert_time":"2014-08-18T23:32:26.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21120,"10":5,"107":127,"11":227,"12":53,"13":144,"14":46,"15":55,"155":11,"156":8,"158":3,"159":9,"16":78,"160":14,"161":42,"167":23,"168":1,"17":23,"18":503,"19":110,"20":68,"209":10,"21":197,"210":14,"214":2,"215":38,"221":102,"223":187,"224":17,"225":209,"23":157,"24":294,"25":66,"257":20,"26":31,"268":2,"27":8,"273":34,"276":142,"279":3,"28":56,"281":10,"282":7,"291":7,"292":27,"30":2,"302":17,"31":10,"314":1,"32":3,"33":12,"34":10,"347":13,"35":17,"352":140,"36":38,"37":17,"38":120,"381":18,"383":6,"39":25,"391":19,"396":1,"397":9,"40":13,"409":13,"41":11,"414":13,"415":22,"419":1,"42":18,"426":2,"43":7,"430":14,"44":6,"45":9,"46":38,"48":14,"49":14,"5":658,"51":12,"52":8,"53":13,"56":3,"6":287,"63":39,"7":114,"79":7,"8":225,"80":15,"9":213,"all_client":26577,"all_tv_clinet":5457,"insert_time":"2014-08-18T23:35:28.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20871,"10":4,"107":126,"11":223,"12":53,"13":140,"14":46,"15":54,"155":11,"156":8,"158":3,"159":9,"16":78,"160":14,"161":41,"167":23,"17":23,"18":494,"19":107,"20":68,"209":10,"21":195,"210":13,"214":2,"215":36,"221":101,"223":185,"224":16,"225":205,"23":157,"24":291,"25":66,"257":21,"26":31,"268":2,"27":8,"273":33,"276":139,"279":3,"28":56,"281":10,"282":7,"291":7,"292":26,"30":2,"302":17,"31":11,"314":1,"32":3,"33":11,"34":10,"347":13,"35":17,"352":138,"36":38,"37":16,"38":120,"381":18,"383":6,"39":24,"391":19,"396":1,"397":9,"40":13,"409":13,"41":11,"414":13,"415":22,"419":1,"42":18,"426":2,"43":7,"430":14,"44":6,"45":9,"46":38,"48":14,"49":14,"5":651,"51":11,"52":7,"53":13,"56":3,"6":283,"63":38,"7":112,"79":7,"8":221,"80":15,"9":210,"all_client":26256,"all_tv_clinet":5385,"insert_time":"2014-08-18T23:36:28.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20761,"10":4,"107":128,"11":220,"12":56,"13":135,"14":47,"15":53,"155":11,"156":9,"158":3,"159":9,"16":77,"160":14,"161":44,"167":23,"17":23,"18":491,"19":107,"20":67,"209":11,"21":192,"210":12,"214":2,"215":35,"221":97,"223":177,"224":17,"225":203,"23":153,"24":286,"25":61,"257":19,"26":33,"268":2,"27":7,"273":34,"276":141,"279":3,"28":58,"281":10,"282":7,"291":7,"292":26,"30":2,"302":17,"31":12,"314":1,"32":3,"33":11,"34":11,"347":14,"35":20,"352":134,"36":38,"37":16,"38":123,"381":18,"383":6,"39":22,"391":19,"396":1,"397":9,"40":13,"409":13,"41":10,"414":12,"415":22,"419":1,"42":16,"426":2,"43":7,"430":14,"44":6,"45":10,"46":37,"48":14,"49":14,"5":651,"51":11,"52":6,"53":14,"56":2,"6":283,"63":37,"7":114,"79":7,"8":216,"80":15,"9":206,"all_client":26105,"all_tv_clinet":5344,"insert_time":"2014-08-18T23:37:29.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22066,"10":4,"107":138,"11":230,"12":53,"13":135,"14":52,"15":68,"155":12,"156":8,"158":3,"159":9,"16":76,"160":13,"161":52,"167":22,"17":27,"18":511,"19":121,"20":75,"209":8,"21":214,"210":11,"214":2,"215":33,"221":109,"223":191,"224":18,"225":195,"23":164,"24":282,"25":69,"257":22,"26":42,"268":4,"27":8,"273":41,"276":149,"279":2,"28":75,"281":10,"282":6,"291":9,"292":37,"30":2,"302":15,"31":12,"314":3,"32":2,"33":15,"34":14,"347":13,"35":23,"352":140,"36":44,"37":15,"38":143,"381":21,"383":5,"39":26,"391":20,"396":3,"397":8,"40":10,"409":20,"41":9,"414":12,"415":18,"42":23,"426":2,"43":8,"430":14,"44":7,"45":8,"46":30,"48":16,"49":14,"5":671,"51":14,"52":8,"53":14,"56":1,"570":2,"6":320,"63":39,"7":134,"79":8,"8":211,"80":15,"9":245,"all_client":27773,"all_tv_clinet":5707,"insert_time":"2014-08-18T23:38:31.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22922,"10":3,"107":201,"11":256,"12":53,"13":140,"14":47,"15":69,"155":13,"156":8,"158":5,"159":7,"16":88,"160":11,"161":55,"167":23,"17":29,"18":509,"19":136,"20":87,"209":7,"21":235,"210":11,"211":1,"214":2,"215":36,"221":127,"223":200,"224":17,"225":164,"23":174,"24":277,"25":73,"257":28,"26":40,"268":4,"27":7,"273":50,"276":153,"279":2,"28":77,"281":13,"282":9,"291":9,"292":42,"30":3,"302":19,"31":15,"314":2,"32":2,"33":13,"34":11,"347":12,"35":24,"352":175,"36":57,"37":17,"38":140,"381":22,"383":6,"39":32,"391":19,"396":3,"397":8,"40":13,"409":21,"41":11,"414":13,"415":14,"42":22,"426":1,"43":8,"430":18,"433":1,"44":6,"45":6,"46":32,"48":15,"49":24,"5":650,"51":13,"52":11,"53":16,"56":1,"570":2,"6":337,"63":36,"7":148,"79":10,"8":214,"80":15,"9":287,"all_client":28945,"all_tv_clinet":6023,"insert_time":"2014-08-18T23:39:32.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23130,"10":3,"107":156,"11":265,"12":55,"13":136,"14":43,"15":70,"155":13,"156":7,"158":4,"159":7,"16":86,"160":11,"161":61,"167":23,"17":31,"18":520,"19":144,"20":91,"209":8,"21":236,"210":11,"211":1,"214":2,"215":38,"221":124,"223":198,"224":17,"225":167,"23":180,"24":291,"25":78,"257":29,"26":39,"268":4,"27":7,"273":50,"276":152,"279":3,"28":77,"281":13,"282":9,"291":8,"292":44,"30":4,"302":19,"31":13,"314":2,"32":1,"33":12,"34":10,"347":10,"35":23,"352":178,"36":59,"37":19,"38":140,"381":23,"383":6,"39":36,"391":20,"396":3,"397":9,"40":14,"409":20,"41":12,"414":12,"415":11,"42":22,"426":2,"43":11,"430":17,"433":1,"434":1,"44":6,"45":5,"46":38,"48":17,"49":17,"5":665,"51":13,"52":11,"53":15,"56":1,"570":2,"6":353,"63":34,"7":146,"79":10,"8":213,"80":15,"9":296,"all_client":29209,"all_tv_clinet":6079,"insert_time":"2014-08-18T23:40:32.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23370,"10":4,"107":158,"11":264,"12":54,"13":138,"14":41,"15":70,"155":12,"156":5,"158":3,"159":8,"16":79,"160":10,"161":66,"167":23,"17":29,"18":516,"19":155,"20":93,"209":9,"21":239,"210":12,"211":2,"214":2,"215":39,"221":132,"223":200,"224":20,"225":157,"23":184,"24":290,"25":79,"257":31,"26":39,"268":4,"27":7,"273":54,"276":154,"279":3,"28":76,"281":13,"282":10,"291":7,"292":45,"30":4,"302":18,"31":13,"314":2,"32":3,"33":12,"34":11,"347":10,"35":23,"352":176,"36":59,"37":19,"38":136,"381":24,"383":7,"39":39,"391":20,"396":4,"397":9,"40":14,"409":20,"41":13,"414":10,"415":11,"42":24,"426":3,"43":12,"430":17,"434":1,"44":5,"45":6,"46":37,"48":17,"49":17,"5":661,"51":13,"52":9,"53":15,"56":1,"570":4,"6":367,"63":34,"7":144,"79":11,"8":212,"80":14,"9":317,"all_client":29504,"all_tv_clinet":6134,"insert_time":"2014-08-18T23:41:32.878Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23507,"10":6,"107":156,"11":268,"12":54,"13":144,"14":43,"15":74,"155":12,"156":3,"158":5,"159":10,"16":78,"160":10,"161":69,"167":24,"17":28,"18":505,"19":156,"20":91,"209":9,"21":243,"210":12,"211":2,"214":2,"215":37,"221":127,"223":205,"224":19,"225":161,"23":186,"24":302,"25":77,"257":30,"26":35,"268":4,"27":9,"273":56,"276":149,"279":2,"28":76,"281":14,"282":14,"291":6,"292":43,"30":4,"302":20,"31":12,"314":2,"32":4,"33":14,"34":11,"347":11,"35":21,"352":170,"36":57,"37":22,"38":141,"381":22,"383":9,"39":39,"391":19,"396":4,"397":9,"40":13,"409":18,"41":13,"414":10,"415":10,"419":1,"42":22,"426":3,"43":13,"430":16,"434":1,"44":5,"45":6,"46":42,"48":14,"49":16,"5":661,"51":14,"52":9,"53":15,"56":1,"570":3,"6":369,"63":33,"7":142,"79":10,"8":215,"80":13,"9":329,"all_client":29671,"all_tv_clinet":6164,"insert_time":"2014-08-18T23:42:33.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23727,"10":8,"107":155,"11":270,"12":52,"13":150,"14":43,"15":73,"155":12,"156":3,"158":8,"159":9,"16":74,"160":11,"161":71,"167":28,"17":32,"18":514,"19":154,"20":90,"209":9,"21":254,"210":11,"211":2,"214":2,"215":37,"221":121,"223":204,"224":19,"225":159,"23":182,"24":312,"25":74,"257":31,"26":34,"268":2,"27":9,"273":57,"276":145,"279":3,"28":81,"281":14,"282":16,"291":5,"292":39,"30":3,"302":19,"31":10,"314":2,"32":5,"33":16,"34":11,"347":10,"35":16,"352":167,"36":56,"37":19,"38":150,"381":20,"383":8,"39":41,"391":17,"396":4,"397":9,"40":13,"409":15,"41":14,"414":10,"415":9,"419":1,"42":21,"426":5,"43":12,"430":15,"44":4,"45":6,"46":46,"48":15,"49":13,"5":674,"51":14,"52":11,"53":15,"570":2,"6":372,"63":34,"7":139,"79":11,"8":216,"80":13,"9":338,"all_client":29927,"all_tv_clinet":6200,"insert_time":"2014-08-18T23:43:33.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23898,"10":8,"107":155,"11":268,"12":54,"13":159,"14":45,"15":78,"155":13,"156":4,"158":9,"159":10,"16":67,"160":10,"161":76,"167":29,"168":1,"17":31,"18":529,"19":159,"20":88,"209":10,"21":255,"210":13,"211":2,"214":2,"215":37,"221":119,"223":209,"224":17,"225":158,"23":188,"24":323,"25":73,"257":30,"26":32,"27":9,"273":58,"276":140,"279":3,"28":90,"281":12,"282":15,"291":6,"292":35,"30":6,"302":18,"31":10,"314":2,"32":4,"33":16,"34":10,"347":9,"35":15,"352":163,"36":58,"37":20,"38":154,"381":22,"383":7,"39":41,"391":19,"396":3,"397":11,"40":14,"409":14,"41":15,"414":10,"415":6,"419":1,"42":21,"426":4,"43":10,"430":16,"44":5,"45":7,"46":49,"48":15,"49":10,"5":688,"51":15,"52":12,"53":19,"6":362,"63":36,"7":131,"79":12,"8":217,"80":13,"9":358,"all_client":30175,"all_tv_clinet":6277,"insert_time":"2014-08-18T23:44:33.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24327,"10":7,"107":162,"11":271,"12":59,"13":163,"14":48,"15":77,"155":14,"156":7,"158":9,"159":7,"16":63,"160":9,"161":84,"167":29,"168":1,"17":32,"18":535,"19":162,"20":89,"209":9,"21":264,"210":14,"211":2,"214":2,"215":40,"221":121,"223":206,"224":19,"225":160,"23":196,"24":330,"25":75,"257":32,"26":30,"27":9,"273":56,"276":138,"279":3,"28":104,"281":11,"282":14,"291":6,"292":32,"30":6,"302":18,"31":11,"314":2,"32":3,"33":16,"34":11,"347":7,"35":17,"352":170,"36":57,"37":20,"38":151,"381":24,"383":5,"39":42,"391":21,"396":3,"397":11,"40":14,"409":14,"41":18,"414":9,"415":6,"419":1,"42":21,"426":4,"43":12,"430":15,"433":1,"44":5,"45":6,"46":48,"48":16,"49":12,"5":702,"51":14,"52":12,"53":21,"570":1,"6":358,"63":39,"7":135,"79":12,"8":220,"80":14,"9":369,"all_client":30722,"all_tv_clinet":6395,"insert_time":"2014-08-18T23:45:34.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24776,"10":7,"107":159,"11":262,"12":62,"13":159,"14":53,"15":75,"155":14,"156":8,"158":7,"159":10,"16":62,"160":9,"161":88,"167":32,"168":1,"17":33,"18":549,"19":163,"20":89,"209":9,"21":277,"210":15,"211":2,"214":2,"215":46,"221":127,"223":207,"224":20,"225":166,"23":196,"24":341,"25":75,"257":35,"26":31,"268":1,"27":10,"273":54,"276":138,"279":1,"28":113,"281":12,"282":15,"291":6,"292":33,"30":6,"302":18,"31":10,"314":2,"32":4,"33":16,"34":11,"347":7,"35":15,"352":170,"36":50,"37":19,"38":150,"381":28,"383":4,"39":44,"391":20,"396":3,"397":14,"40":16,"409":15,"41":20,"414":10,"415":7,"419":1,"42":16,"426":2,"43":13,"430":15,"433":1,"44":5,"45":6,"46":53,"48":16,"49":13,"5":727,"51":13,"52":11,"53":26,"570":1,"6":355,"63":41,"7":128,"79":10,"8":218,"80":14,"9":386,"all_client":31280,"all_tv_clinet":6504,"insert_time":"2014-08-18T23:46:34.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25122,"10":7,"107":163,"11":261,"12":65,"13":161,"14":51,"15":74,"155":13,"156":9,"158":8,"159":10,"16":56,"160":9,"161":89,"167":33,"168":1,"17":34,"18":562,"19":169,"20":93,"209":10,"21":282,"210":14,"211":2,"214":2,"215":48,"221":134,"223":200,"224":19,"225":164,"23":199,"24":338,"25":76,"257":35,"26":28,"268":1,"27":9,"273":57,"276":142,"279":1,"28":116,"281":12,"282":16,"291":6,"292":34,"30":4,"302":19,"31":12,"314":2,"32":6,"33":16,"34":11,"347":8,"35":14,"352":171,"36":51,"37":18,"38":150,"381":27,"383":4,"39":46,"391":17,"396":3,"397":12,"40":19,"409":14,"41":20,"414":11,"415":9,"419":1,"42":16,"426":2,"43":14,"430":14,"433":2,"44":7,"45":7,"46":54,"48":16,"49":14,"5":740,"51":11,"52":9,"53":24,"570":3,"6":359,"63":42,"7":134,"79":10,"8":224,"80":14,"9":393,"all_client":31709,"all_tv_clinet":6587,"insert_time":"2014-08-18T23:47:35.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25540,"10":5,"107":159,"11":250,"12":63,"13":167,"14":55,"15":82,"155":12,"156":9,"158":8,"159":10,"16":56,"160":9,"161":90,"167":35,"168":1,"17":35,"18":579,"19":180,"20":96,"209":10,"21":288,"210":15,"211":2,"214":3,"215":51,"221":142,"223":199,"224":22,"225":168,"23":198,"24":332,"25":78,"257":34,"26":28,"268":2,"27":10,"273":61,"276":141,"279":1,"28":114,"281":15,"282":16,"291":6,"292":35,"30":4,"302":20,"31":13,"314":2,"32":6,"33":16,"34":8,"347":8,"35":14,"352":176,"36":51,"37":18,"38":147,"380":1,"381":27,"383":5,"39":50,"391":13,"396":4,"397":11,"40":20,"409":14,"41":20,"414":10,"415":8,"419":1,"42":16,"426":1,"43":14,"430":14,"433":1,"44":7,"45":6,"46":54,"48":19,"49":13,"5":753,"51":12,"52":9,"53":27,"570":4,"6":362,"63":42,"7":140,"79":10,"8":223,"80":14,"9":402,"all_client":32222,"all_tv_clinet":6682,"insert_time":"2014-08-18T23:48:35.458Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25888,"10":4,"107":166,"11":224,"12":70,"13":169,"14":52,"15":88,"155":12,"156":9,"158":8,"159":10,"16":51,"160":10,"161":92,"167":38,"168":1,"17":35,"18":593,"19":186,"20":98,"209":8,"21":293,"210":16,"211":2,"214":4,"215":54,"221":135,"223":200,"224":25,"225":160,"23":188,"24":337,"25":78,"257":34,"26":28,"268":2,"27":10,"273":63,"276":144,"279":1,"28":121,"281":15,"282":17,"291":6,"292":40,"30":4,"302":20,"31":12,"314":2,"32":7,"33":14,"34":9,"347":7,"35":16,"352":185,"36":53,"37":19,"38":149,"380":1,"381":33,"383":6,"39":48,"391":12,"396":4,"397":10,"40":20,"409":18,"41":20,"414":10,"415":8,"419":1,"42":15,"43":13,"430":14,"433":1,"44":7,"45":6,"46":60,"48":21,"49":13,"5":774,"51":12,"52":5,"53":26,"570":6,"6":363,"63":45,"7":150,"79":10,"8":217,"80":14,"9":418,"all_client":32663,"all_tv_clinet":6775,"insert_time":"2014-08-18T23:49:35.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25798,"10":4,"107":174,"11":197,"12":73,"13":169,"14":55,"15":90,"155":12,"156":10,"158":8,"159":10,"16":48,"160":10,"161":87,"167":36,"168":1,"17":34,"18":581,"19":193,"20":97,"209":7,"21":288,"210":15,"211":2,"214":4,"215":57,"221":127,"223":203,"224":31,"225":144,"23":177,"24":324,"25":78,"257":34,"26":21,"268":2,"27":11,"273":63,"276":140,"279":2,"28":126,"281":15,"282":18,"291":5,"292":44,"30":3,"302":19,"31":14,"314":3,"317":1,"32":7,"33":14,"34":9,"347":6,"35":15,"352":182,"36":55,"37":21,"38":151,"380":1,"381":32,"383":7,"39":47,"391":12,"396":4,"397":10,"40":19,"409":22,"41":19,"414":10,"415":10,"419":2,"42":15,"43":13,"430":16,"44":8,"45":5,"46":65,"48":20,"49":13,"5":760,"51":11,"52":5,"53":26,"56":1,"570":6,"6":368,"63":44,"7":159,"79":10,"8":190,"80":14,"9":436,"all_client":32505,"all_tv_clinet":6707,"insert_time":"2014-08-18T23:50:36.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25636,"10":5,"107":177,"11":187,"12":77,"13":169,"14":56,"15":92,"155":12,"156":9,"158":8,"159":11,"16":43,"160":11,"161":84,"167":35,"17":28,"18":577,"19":202,"20":93,"209":7,"21":286,"210":16,"211":2,"214":4,"215":61,"221":115,"223":197,"224":35,"225":142,"23":170,"24":321,"25":73,"257":34,"26":22,"268":2,"27":12,"273":64,"276":139,"279":2,"28":137,"281":13,"282":18,"291":6,"292":44,"30":4,"302":18,"31":15,"314":3,"317":1,"32":9,"33":13,"34":9,"347":6,"35":14,"352":179,"36":50,"37":21,"38":160,"380":1,"381":31,"383":6,"39":46,"391":11,"396":3,"397":12,"40":18,"409":23,"41":21,"414":8,"415":11,"419":2,"42":15,"43":13,"430":20,"44":7,"45":6,"46":68,"48":20,"49":11,"5":740,"51":9,"52":5,"53":27,"56":1,"570":4,"6":368,"63":44,"7":160,"79":10,"8":179,"80":11,"9":444,"all_client":32291,"all_tv_clinet":6655,"insert_time":"2014-08-18T23:51:36.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25827,"10":5,"107":180,"11":183,"12":80,"13":171,"14":59,"15":96,"155":14,"156":10,"158":10,"159":11,"16":43,"160":11,"161":79,"167":32,"17":26,"18":578,"19":211,"20":100,"209":7,"21":292,"210":16,"211":2,"214":4,"215":63,"221":117,"223":196,"224":39,"225":142,"23":173,"24":316,"25":69,"257":36,"26":27,"268":2,"27":12,"273":67,"276":135,"279":3,"28":141,"281":10,"282":18,"291":6,"292":46,"30":3,"302":19,"31":15,"314":4,"317":1,"32":10,"33":12,"34":10,"347":5,"35":14,"352":184,"36":47,"37":20,"38":160,"380":1,"381":32,"383":6,"39":43,"391":10,"396":3,"397":12,"40":20,"409":24,"41":22,"414":7,"415":12,"419":2,"42":18,"43":12,"430":20,"44":6,"45":7,"46":72,"48":17,"49":10,"5":741,"51":9,"52":5,"53":31,"56":1,"570":4,"6":381,"63":42,"7":160,"79":13,"8":167,"80":10,"9":454,"all_client":32543,"all_tv_clinet":6716,"insert_time":"2014-08-18T23:52:37.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26083,"10":7,"107":174,"11":179,"12":81,"13":177,"14":60,"15":94,"155":15,"156":10,"158":10,"159":11,"16":42,"160":11,"161":83,"167":32,"17":26,"18":572,"19":216,"20":101,"209":6,"21":295,"210":13,"211":2,"214":4,"215":68,"221":121,"223":194,"224":38,"225":150,"23":179,"24":306,"25":72,"257":34,"26":25,"268":2,"27":12,"273":68,"276":134,"279":6,"28":154,"281":11,"282":19,"291":6,"292":47,"30":3,"302":21,"31":14,"314":3,"317":1,"32":10,"33":12,"34":8,"347":5,"35":12,"352":186,"36":50,"37":19,"38":157,"380":1,"381":32,"383":8,"39":42,"391":9,"396":2,"397":11,"40":19,"409":24,"41":22,"414":8,"415":16,"419":2,"42":17,"43":11,"430":22,"44":6,"45":7,"46":75,"48":18,"49":8,"5":727,"51":9,"52":5,"53":31,"56":1,"570":4,"6":386,"63":45,"7":165,"79":13,"8":156,"80":9,"9":468,"all_client":32830,"all_tv_clinet":6747,"insert_time":"2014-08-18T23:53:37.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26288,"10":7,"107":176,"11":182,"12":82,"13":176,"14":54,"15":89,"155":14,"156":10,"158":8,"159":10,"16":48,"160":11,"161":83,"167":29,"17":24,"18":572,"19":218,"20":107,"209":6,"21":289,"210":15,"211":2,"214":5,"215":67,"221":131,"223":201,"224":37,"225":145,"23":179,"24":303,"25":73,"257":35,"26":27,"268":3,"27":13,"273":72,"276":133,"279":6,"28":162,"281":11,"282":22,"291":6,"292":51,"30":3,"302":24,"31":14,"314":3,"317":1,"32":11,"33":12,"34":8,"347":4,"35":13,"352":189,"36":49,"37":19,"38":156,"380":1,"381":31,"383":8,"39":40,"391":9,"396":3,"397":12,"40":22,"409":26,"41":23,"414":11,"415":14,"419":2,"42":18,"43":13,"430":25,"44":7,"45":7,"46":80,"48":17,"49":9,"5":730,"51":9,"52":7,"53":32,"56":1,"570":4,"6":387,"63":45,"7":180,"79":17,"8":144,"80":9,"9":474,"all_client":33105,"all_tv_clinet":6817,"insert_time":"2014-08-18T23:54:37.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26513,"10":7,"107":172,"11":184,"12":90,"13":179,"14":49,"15":83,"155":13,"156":10,"158":9,"159":11,"16":50,"160":12,"161":89,"167":27,"17":28,"18":577,"19":210,"20":111,"209":7,"21":287,"210":16,"211":2,"214":5,"215":71,"221":138,"223":210,"224":32,"225":151,"23":180,"24":316,"25":76,"257":38,"26":27,"268":3,"27":14,"273":77,"276":135,"279":5,"28":171,"281":12,"282":21,"291":6,"292":47,"30":3,"302":23,"31":18,"314":1,"317":1,"32":8,"33":12,"34":7,"347":5,"35":18,"352":188,"36":52,"37":20,"38":157,"380":1,"381":32,"383":9,"39":44,"391":9,"396":3,"397":12,"40":23,"409":25,"41":23,"414":12,"415":14,"419":2,"42":19,"426":1,"43":13,"430":26,"44":7,"45":7,"46":82,"48":19,"49":11,"5":724,"51":10,"52":8,"53":29,"56":3,"570":5,"6":389,"63":43,"7":186,"79":19,"8":130,"80":9,"9":466,"all_client":33399,"all_tv_clinet":6886,"insert_time":"2014-08-18T23:55:38.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26774,"10":6,"107":174,"11":199,"12":90,"13":182,"14":49,"15":79,"155":15,"156":11,"158":9,"159":12,"16":49,"160":14,"161":93,"167":27,"17":27,"18":582,"19":200,"20":117,"209":7,"21":286,"210":17,"211":3,"214":5,"215":72,"221":131,"223":217,"224":30,"225":145,"23":180,"24":319,"25":82,"257":36,"26":29,"268":5,"27":17,"273":80,"276":136,"279":5,"28":173,"281":12,"282":21,"291":5,"292":46,"30":3,"302":24,"31":19,"314":1,"317":1,"32":7,"33":12,"34":7,"347":6,"35":19,"352":193,"36":48,"37":14,"38":159,"380":1,"381":34,"383":10,"39":47,"391":10,"396":2,"397":14,"40":24,"409":23,"41":26,"414":14,"415":11,"419":2,"42":18,"426":1,"43":13,"430":25,"434":1,"44":5,"45":6,"46":87,"48":16,"49":11,"5":724,"51":10,"52":9,"53":29,"56":2,"570":4,"6":397,"63":43,"7":191,"79":16,"8":123,"80":9,"9":441,"all_client":33680,"all_tv_clinet":6906,"insert_time":"2014-08-18T23:56:38.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27050,"10":7,"107":183,"11":201,"12":89,"13":188,"14":49,"15":77,"155":15,"156":11,"158":10,"159":11,"16":49,"160":14,"161":97,"167":24,"17":31,"18":574,"19":198,"20":117,"209":6,"21":283,"210":15,"211":3,"214":5,"215":79,"221":129,"223":226,"224":30,"225":134,"23":187,"24":323,"25":90,"257":35,"26":26,"268":6,"27":17,"273":83,"276":142,"279":6,"28":180,"281":13,"282":21,"291":8,"292":44,"30":4,"302":23,"31":21,"314":1,"317":1,"32":5,"33":11,"34":10,"347":7,"35":17,"352":189,"36":51,"37":16,"38":155,"380":1,"381":35,"383":11,"39":49,"391":10,"396":1,"397":14,"40":25,"409":21,"41":26,"414":14,"415":12,"419":2,"42":21,"426":1,"43":10,"430":25,"434":1,"44":3,"45":5,"46":92,"48":17,"49":11,"5":724,"51":10,"52":7,"53":29,"56":2,"570":4,"6":416,"63":43,"7":195,"79":15,"8":115,"80":7,"9":417,"all_client":33988,"all_tv_clinet":6938,"insert_time":"2014-08-18T23:57:39.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27291,"10":8,"107":186,"11":208,"12":84,"13":196,"14":49,"15":78,"155":15,"156":10,"158":11,"159":11,"16":48,"160":14,"161":100,"167":25,"17":31,"18":575,"19":196,"20":119,"209":6,"21":279,"210":14,"211":3,"214":5,"215":79,"221":127,"223":225,"224":27,"225":128,"23":188,"24":335,"25":91,"257":35,"26":26,"268":6,"27":16,"273":79,"276":144,"279":6,"28":186,"281":13,"282":21,"291":9,"292":43,"30":3,"302":25,"31":20,"314":1,"317":1,"32":9,"33":11,"34":17,"347":7,"35":14,"352":200,"36":50,"37":14,"38":153,"380":1,"381":32,"383":14,"39":54,"391":10,"396":1,"397":14,"40":26,"409":19,"41":25,"414":14,"415":12,"419":2,"42":21,"426":1,"43":12,"430":25,"434":1,"44":4,"45":5,"46":92,"48":18,"49":10,"5":716,"51":12,"52":4,"53":27,"56":2,"570":2,"6":437,"63":44,"7":209,"79":14,"8":105,"80":8,"9":382,"all_client":34246,"all_tv_clinet":6955,"insert_time":"2014-08-18T23:58:39.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27541,"10":7,"107":185,"11":218,"12":83,"13":196,"14":48,"15":75,"155":16,"156":10,"158":11,"159":9,"16":48,"160":12,"161":96,"167":24,"17":31,"18":577,"19":190,"20":120,"209":6,"21":287,"210":15,"211":2,"214":5,"215":80,"221":129,"223":227,"224":24,"225":134,"23":184,"24":360,"25":94,"257":36,"26":26,"268":4,"27":13,"273":71,"276":151,"279":4,"28":200,"281":13,"282":24,"291":10,"292":49,"30":3,"302":24,"31":17,"314":1,"317":1,"32":11,"33":12,"34":17,"347":7,"35":10,"352":202,"36":51,"37":15,"38":156,"380":1,"381":31,"383":13,"39":59,"391":7,"396":1,"397":15,"40":28,"409":19,"41":25,"414":12,"415":12,"419":2,"42":22,"426":1,"43":9,"430":26,"433":1,"44":5,"45":6,"46":96,"48":19,"49":11,"5":708,"51":13,"52":5,"53":28,"56":3,"570":2,"6":441,"63":44,"7":211,"79":11,"8":98,"80":9,"9":358,"all_client":34524,"all_tv_clinet":6983,"insert_time":"2014-08-18T23:59:39.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27825,"10":8,"107":185,"11":228,"12":84,"13":195,"14":48,"15":74,"155":17,"156":9,"158":11,"159":11,"16":46,"160":11,"161":99,"167":25,"17":30,"18":573,"19":187,"20":124,"209":6,"21":293,"210":15,"211":2,"214":5,"215":78,"221":122,"223":228,"224":23,"225":136,"23":183,"24":372,"25":97,"257":37,"26":26,"268":4,"27":13,"273":64,"276":155,"279":4,"28":208,"281":14,"282":25,"291":10,"292":50,"30":2,"302":25,"31":16,"314":2,"317":1,"32":11,"33":11,"34":22,"347":7,"35":10,"352":206,"36":49,"37":16,"38":158,"380":1,"381":29,"383":12,"39":63,"391":7,"396":1,"397":15,"40":29,"409":20,"41":27,"414":13,"415":12,"419":2,"42":20,"426":1,"43":10,"430":24,"433":2,"44":6,"45":6,"46":102,"48":20,"49":12,"5":699,"51":15,"52":6,"53":27,"56":3,"570":2,"6":440,"63":44,"7":216,"79":12,"8":93,"80":11,"9":352,"all_client":34850,"all_tv_clinet":7025,"insert_time":"2014-08-19T00:00:40.336Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28090,"10":8,"107":181,"11":240,"12":87,"13":187,"14":48,"15":72,"155":17,"156":8,"158":11,"159":9,"16":45,"160":12,"161":104,"167":22,"17":33,"18":576,"19":185,"20":119,"209":5,"21":298,"210":14,"211":2,"214":5,"215":79,"221":123,"223":238,"224":21,"225":148,"23":186,"24":374,"25":93,"257":34,"26":25,"268":4,"27":13,"273":66,"276":157,"279":4,"28":221,"281":13,"282":28,"291":10,"292":49,"30":3,"302":25,"31":17,"314":2,"317":1,"32":9,"33":11,"34":19,"347":7,"35":14,"352":206,"36":49,"37":16,"38":154,"380":1,"381":28,"383":12,"39":63,"391":7,"396":1,"397":14,"40":31,"409":21,"41":27,"414":14,"415":14,"419":3,"42":21,"426":1,"43":11,"430":23,"433":2,"44":7,"45":6,"46":109,"48":18,"49":10,"5":676,"51":15,"52":7,"53":31,"56":2,"570":3,"6":454,"63":42,"7":220,"79":10,"8":91,"80":13,"9":340,"all_client":35145,"all_tv_clinet":7055,"insert_time":"2014-08-19T00:01:40.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28379,"10":11,"107":183,"11":240,"12":91,"13":184,"14":53,"15":72,"155":15,"156":9,"158":10,"159":10,"16":49,"160":12,"161":106,"167":18,"17":40,"18":561,"19":182,"20":117,"209":7,"21":290,"210":11,"211":2,"214":5,"215":75,"221":125,"223":234,"224":22,"225":145,"23":195,"24":361,"25":86,"257":31,"26":24,"268":4,"27":14,"273":71,"276":164,"279":4,"28":222,"281":13,"282":33,"291":14,"292":50,"30":4,"302":25,"31":16,"314":2,"317":1,"32":10,"33":12,"34":23,"347":5,"35":14,"352":212,"36":50,"37":15,"38":153,"380":2,"381":30,"383":10,"39":68,"391":6,"396":1,"397":16,"40":30,"409":23,"41":28,"414":13,"415":19,"419":4,"42":19,"426":1,"43":12,"430":23,"433":2,"434":1,"44":7,"45":7,"46":114,"48":20,"49":9,"5":675,"51":17,"52":7,"53":33,"56":2,"570":3,"6":458,"63":39,"7":232,"79":11,"8":90,"80":13,"9":352,"all_client":35483,"all_tv_clinet":7104,"insert_time":"2014-08-19T00:02:41.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28614,"10":12,"107":181,"11":237,"12":89,"13":186,"14":55,"15":72,"155":15,"156":10,"158":10,"159":9,"16":48,"160":11,"161":105,"167":16,"17":44,"18":565,"19":184,"20":113,"209":7,"21":302,"210":12,"211":2,"214":4,"215":74,"221":137,"223":238,"224":20,"225":151,"23":206,"24":346,"25":85,"257":33,"26":22,"268":4,"27":13,"273":77,"276":165,"279":4,"28":231,"281":13,"282":35,"291":16,"292":51,"30":4,"302":25,"31":15,"314":2,"317":1,"32":10,"33":12,"34":30,"347":4,"35":14,"352":217,"36":49,"37":16,"38":149,"380":2,"381":30,"383":9,"39":64,"391":6,"396":1,"397":16,"40":32,"409":23,"41":27,"414":13,"415":19,"419":4,"42":18,"426":1,"43":11,"430":24,"433":2,"434":1,"44":7,"45":5,"46":115,"48":19,"49":8,"5":683,"51":16,"52":8,"53":35,"56":2,"570":3,"6":457,"63":38,"7":242,"79":8,"8":88,"80":14,"9":364,"all_client":35787,"all_tv_clinet":7173,"insert_time":"2014-08-19T00:03:41.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28864,"10":11,"107":181,"11":236,"12":85,"13":191,"14":54,"15":69,"155":14,"156":10,"158":7,"159":7,"16":52,"160":10,"161":107,"167":16,"17":45,"18":561,"19":184,"20":115,"209":7,"21":295,"210":11,"211":2,"214":4,"215":72,"221":141,"223":242,"224":20,"225":155,"23":208,"24":330,"25":84,"257":33,"26":21,"268":3,"27":14,"273":73,"276":168,"279":7,"28":234,"281":13,"282":37,"291":18,"292":52,"30":6,"302":24,"31":17,"314":2,"317":1,"32":9,"33":12,"34":31,"347":4,"35":14,"352":222,"36":48,"37":16,"38":149,"380":2,"381":30,"383":8,"39":63,"391":9,"396":1,"397":15,"40":34,"409":25,"41":27,"414":14,"415":21,"419":3,"42":19,"426":1,"43":12,"430":24,"433":2,"434":1,"44":7,"45":5,"46":115,"48":20,"49":7,"5":683,"51":16,"52":8,"53":31,"56":2,"570":3,"6":459,"63":39,"7":240,"79":11,"8":84,"80":15,"9":367,"all_client":36041,"all_tv_clinet":7177,"insert_time":"2014-08-19T00:04:41.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29132,"10":11,"107":193,"11":239,"12":83,"13":188,"14":57,"15":75,"155":13,"156":10,"158":7,"159":5,"16":54,"160":11,"161":111,"167":16,"17":43,"18":566,"19":182,"20":114,"209":6,"21":301,"210":10,"211":1,"214":4,"215":76,"221":148,"223":242,"224":22,"225":150,"23":210,"24":339,"25":85,"257":36,"26":19,"268":3,"27":13,"273":73,"276":170,"279":8,"28":239,"281":13,"282":40,"291":17,"292":53,"30":7,"302":23,"31":16,"314":2,"317":1,"32":9,"33":13,"34":37,"347":4,"35":14,"352":213,"36":48,"37":15,"38":160,"380":2,"381":29,"383":8,"39":62,"391":10,"396":1,"397":13,"40":33,"409":26,"41":23,"414":15,"415":19,"419":2,"42":18,"426":1,"43":14,"430":23,"433":2,"434":1,"44":8,"45":4,"46":113,"48":19,"49":6,"5":677,"51":16,"52":8,"53":28,"56":2,"570":4,"6":461,"63":36,"7":244,"79":13,"8":81,"80":15,"9":368,"all_client":36355,"all_tv_clinet":7223,"insert_time":"2014-08-19T00:05:42.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29337,"10":13,"107":192,"11":237,"12":85,"13":188,"14":58,"15":80,"155":14,"156":11,"158":7,"159":6,"16":53,"160":11,"161":113,"167":17,"17":48,"18":564,"19":192,"20":110,"209":6,"21":300,"210":11,"211":1,"214":4,"215":78,"221":151,"223":238,"224":21,"225":150,"23":212,"24":338,"25":86,"257":41,"26":19,"268":2,"27":16,"273":69,"276":172,"279":8,"28":237,"281":15,"282":39,"291":17,"292":53,"30":7,"302":23,"31":16,"314":2,"317":1,"32":9,"33":14,"34":35,"347":5,"35":14,"352":221,"36":54,"37":14,"38":165,"380":3,"381":28,"383":8,"39":64,"391":11,"397":13,"40":36,"409":28,"41":22,"414":16,"415":17,"419":2,"42":19,"426":1,"43":15,"430":23,"433":1,"434":1,"44":8,"45":4,"46":111,"48":19,"49":7,"5":675,"51":17,"52":8,"53":30,"56":2,"570":4,"6":460,"63":35,"7":241,"79":13,"8":77,"80":16,"9":368,"all_client":36603,"all_tv_clinet":7266,"insert_time":"2014-08-19T00:06:42.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29598,"10":14,"107":194,"11":242,"12":82,"13":184,"14":58,"15":81,"155":12,"156":12,"158":6,"159":8,"16":56,"160":11,"161":116,"167":17,"17":47,"18":574,"19":195,"20":108,"209":7,"21":306,"210":11,"211":1,"214":4,"215":79,"221":160,"223":232,"224":19,"225":149,"23":211,"24":346,"25":84,"257":37,"26":18,"268":2,"27":17,"273":70,"276":170,"279":6,"28":244,"281":15,"282":40,"291":17,"292":53,"30":8,"302":24,"31":15,"314":2,"317":1,"32":10,"33":13,"34":39,"347":5,"35":15,"352":221,"36":50,"37":14,"38":155,"380":3,"381":26,"383":7,"39":65,"391":11,"397":13,"40":40,"409":29,"41":21,"414":15,"415":17,"419":2,"42":18,"43":12,"430":25,"433":1,"434":1,"44":7,"45":5,"46":114,"48":19,"49":7,"5":671,"51":14,"52":9,"53":29,"56":2,"570":3,"6":462,"63":36,"7":244,"79":11,"8":72,"80":13,"9":363,"all_client":36872,"all_tv_clinet":7274,"insert_time":"2014-08-19T00:07:43.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29803,"10":14,"107":187,"11":249,"12":83,"13":191,"14":57,"15":86,"155":10,"156":11,"158":6,"159":11,"16":50,"160":10,"161":121,"167":17,"17":51,"18":561,"19":199,"20":107,"209":9,"21":310,"210":12,"211":1,"214":4,"215":77,"221":153,"223":231,"224":20,"225":149,"23":210,"24":372,"25":78,"257":39,"26":18,"268":2,"27":19,"273":70,"276":169,"279":3,"28":239,"281":14,"282":42,"291":17,"292":49,"30":9,"302":22,"31":17,"314":2,"317":1,"32":9,"33":12,"34":40,"347":5,"35":17,"352":218,"36":52,"37":18,"38":153,"380":4,"381":26,"383":7,"39":67,"391":14,"397":12,"40":42,"409":32,"41":22,"414":18,"415":20,"419":2,"42":17,"43":11,"430":24,"433":1,"434":1,"44":7,"45":3,"46":113,"48":16,"49":8,"5":672,"51":14,"52":10,"53":28,"56":1,"570":3,"6":458,"63":34,"7":243,"79":12,"8":67,"80":13,"9":362,"all_client":37090,"all_tv_clinet":7287,"insert_time":"2014-08-19T00:08:43.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30036,"10":16,"107":185,"11":252,"12":87,"13":190,"14":63,"15":91,"155":10,"156":11,"158":6,"159":12,"16":51,"160":10,"161":124,"167":17,"17":56,"18":561,"19":209,"20":103,"209":9,"21":313,"210":12,"211":1,"214":4,"215":76,"221":153,"223":225,"224":20,"225":146,"23":211,"24":387,"25":76,"257":37,"26":20,"268":2,"27":22,"273":73,"276":166,"279":3,"28":241,"281":14,"282":42,"291":16,"292":47,"30":9,"302":22,"31":17,"314":2,"317":1,"32":8,"33":12,"34":43,"347":4,"35":14,"352":218,"36":47,"37":20,"38":157,"380":4,"381":25,"383":7,"39":68,"391":14,"397":11,"40":48,"409":33,"41":23,"414":17,"415":20,"419":2,"42":16,"43":10,"430":25,"433":1,"434":1,"44":6,"45":4,"46":112,"48":15,"49":7,"5":678,"51":16,"52":12,"53":23,"56":2,"570":4,"6":441,"63":32,"7":249,"79":13,"8":63,"80":11,"9":360,"all_client":37353,"all_tv_clinet":7317,"insert_time":"2014-08-19T00:09:43.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30275,"10":16,"107":192,"11":257,"12":86,"13":189,"14":68,"15":90,"155":11,"156":14,"158":7,"159":12,"16":51,"160":10,"161":124,"167":17,"17":57,"18":574,"19":221,"20":100,"209":9,"21":298,"210":12,"211":1,"214":3,"215":76,"221":148,"223":221,"224":21,"225":145,"23":213,"24":390,"25":78,"257":33,"26":20,"268":2,"27":26,"273":74,"276":167,"279":2,"28":244,"281":15,"282":40,"291":16,"292":43,"30":12,"302":22,"306":1,"31":16,"314":2,"317":1,"32":9,"33":14,"34":45,"347":3,"35":13,"352":224,"36":45,"37":18,"38":164,"380":4,"381":26,"383":8,"39":68,"391":14,"397":11,"40":53,"409":36,"41":23,"414":16,"415":18,"419":3,"42":16,"43":12,"430":28,"433":1,"434":1,"44":6,"45":5,"46":105,"48":15,"49":7,"5":685,"51":19,"52":12,"53":19,"56":2,"570":4,"6":432,"63":32,"7":258,"79":13,"8":62,"80":10,"9":365,"all_client":37646,"all_tv_clinet":7371,"insert_time":"2014-08-19T00:10:44.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30485,"10":15,"107":179,"11":265,"12":80,"13":184,"14":68,"15":91,"155":9,"156":14,"158":7,"159":13,"16":52,"160":10,"161":123,"167":16,"17":67,"18":567,"19":232,"20":99,"209":11,"21":291,"210":12,"214":3,"215":79,"221":157,"223":216,"224":19,"225":155,"23":216,"24":405,"25":82,"257":31,"26":20,"268":2,"27":28,"273":72,"276":165,"279":3,"28":250,"281":14,"282":40,"291":16,"292":45,"30":12,"302":21,"306":1,"31":17,"314":2,"317":2,"32":10,"33":15,"34":45,"347":3,"35":10,"352":220,"36":41,"37":18,"38":164,"380":3,"381":26,"383":7,"39":71,"391":11,"397":11,"40":57,"409":33,"41":22,"414":21,"415":20,"419":2,"42":16,"43":11,"430":29,"433":1,"434":1,"44":5,"45":4,"46":105,"48":18,"49":9,"5":692,"51":21,"52":13,"53":19,"56":4,"570":3,"6":425,"63":32,"7":279,"79":16,"8":57,"80":8,"9":366,"all_client":37907,"all_tv_clinet":7422,"insert_time":"2014-08-19T00:11:44.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30711,"10":11,"107":180,"11":271,"12":83,"13":184,"14":70,"15":96,"155":9,"156":12,"158":8,"159":12,"16":54,"160":10,"161":122,"167":15,"17":68,"18":564,"19":238,"20":102,"209":11,"21":289,"210":11,"214":5,"215":76,"221":150,"223":210,"224":19,"225":151,"23":224,"24":412,"25":76,"257":29,"26":17,"268":3,"27":32,"273":76,"276":162,"279":3,"28":252,"281":13,"282":43,"291":15,"292":43,"30":12,"302":21,"306":1,"31":21,"314":3,"317":2,"32":10,"33":15,"34":43,"347":2,"35":15,"352":226,"36":46,"37":18,"38":165,"380":3,"381":25,"383":8,"39":72,"391":11,"396":1,"397":11,"40":56,"409":31,"41":21,"414":21,"415":20,"419":2,"42":16,"43":13,"430":29,"433":2,"434":1,"44":5,"45":4,"46":105,"48":20,"49":9,"5":694,"51":23,"52":14,"53":20,"56":4,"570":3,"6":428,"63":34,"7":283,"79":16,"8":57,"80":7,"9":374,"all_client":38185,"all_tv_clinet":7474,"insert_time":"2014-08-19T00:12:45.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31000,"10":10,"107":177,"11":279,"12":87,"13":179,"14":68,"15":93,"155":10,"156":10,"158":7,"159":13,"16":54,"160":10,"161":138,"167":16,"17":70,"18":566,"19":256,"20":97,"209":12,"21":286,"210":11,"214":5,"215":75,"221":150,"223":204,"224":19,"225":151,"23":222,"24":413,"25":77,"257":30,"26":16,"268":3,"27":35,"273":69,"276":158,"279":3,"28":255,"281":14,"282":45,"291":15,"292":44,"30":14,"302":21,"306":1,"31":22,"314":3,"317":2,"32":12,"33":16,"34":41,"347":2,"35":14,"352":223,"36":45,"37":17,"38":167,"380":2,"381":26,"383":9,"39":72,"391":11,"396":1,"397":12,"40":57,"409":29,"41":15,"414":21,"415":22,"419":2,"42":14,"43":14,"430":30,"433":2,"434":1,"44":5,"45":4,"46":103,"48":21,"49":12,"5":700,"51":20,"52":12,"53":18,"56":4,"570":3,"6":424,"63":34,"7":287,"79":16,"8":57,"80":6,"9":379,"all_client":38497,"all_tv_clinet":7497,"insert_time":"2014-08-19T00:13:46.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31230,"10":9,"107":186,"11":289,"12":86,"13":183,"14":76,"15":94,"155":11,"156":10,"158":8,"159":11,"16":49,"160":13,"161":132,"167":16,"17":74,"18":557,"19":272,"20":100,"209":9,"21":276,"210":11,"214":5,"215":75,"221":151,"223":204,"224":16,"225":145,"23":230,"24":394,"25":81,"257":31,"26":16,"268":3,"27":37,"273":61,"276":153,"279":2,"28":261,"281":15,"282":43,"291":15,"292":48,"30":15,"302":21,"306":1,"31":25,"314":3,"317":2,"32":11,"33":16,"34":45,"347":2,"35":13,"352":223,"36":47,"37":20,"38":176,"380":2,"381":27,"383":11,"39":72,"391":10,"396":1,"397":11,"40":55,"409":31,"41":15,"414":18,"415":23,"419":2,"42":13,"43":13,"430":28,"433":2,"434":1,"44":5,"45":5,"46":104,"48":20,"49":10,"5":704,"51":19,"52":11,"53":22,"56":3,"570":3,"6":423,"63":37,"7":292,"79":18,"8":55,"80":6,"9":384,"all_client":38764,"all_tv_clinet":7534,"insert_time":"2014-08-19T00:14:47.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31505,"10":9,"107":199,"11":288,"12":88,"13":184,"14":82,"15":91,"155":12,"156":9,"158":7,"159":13,"16":48,"160":11,"161":130,"167":15,"17":76,"18":546,"19":282,"20":102,"209":9,"21":272,"210":10,"214":5,"215":72,"221":161,"223":204,"224":16,"225":158,"23":235,"24":392,"25":81,"257":35,"26":16,"268":3,"27":38,"273":51,"276":154,"279":2,"28":259,"281":14,"282":46,"291":15,"292":55,"30":15,"302":21,"306":1,"31":23,"314":1,"317":2,"32":9,"33":16,"34":43,"347":3,"35":13,"352":211,"36":47,"37":19,"38":170,"380":2,"381":26,"383":12,"39":71,"391":10,"396":1,"397":12,"40":56,"409":31,"41":14,"414":17,"415":25,"419":3,"42":13,"43":16,"430":27,"433":1,"434":1,"44":6,"45":8,"46":112,"48":20,"49":9,"5":694,"51":19,"52":10,"53":21,"56":3,"570":2,"6":432,"63":37,"7":297,"79":17,"8":58,"80":6,"9":383,"all_client":39066,"all_tv_clinet":7561,"insert_time":"2014-08-19T00:15:47.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31777,"10":9,"107":199,"11":292,"12":89,"13":187,"14":83,"15":92,"155":12,"156":10,"158":9,"159":14,"16":48,"160":11,"161":124,"167":16,"17":85,"18":531,"19":279,"20":104,"209":9,"21":272,"210":11,"214":6,"215":70,"221":163,"223":207,"224":16,"225":159,"23":234,"24":400,"25":82,"257":34,"26":17,"268":3,"27":40,"273":55,"276":149,"279":2,"28":247,"281":15,"282":46,"291":15,"292":58,"30":13,"302":22,"306":1,"31":25,"314":1,"317":2,"32":8,"33":15,"34":42,"347":3,"35":15,"352":211,"36":50,"37":23,"38":171,"380":2,"381":30,"383":13,"39":72,"391":9,"396":2,"397":12,"40":65,"409":35,"41":15,"414":16,"415":22,"419":3,"42":12,"43":18,"430":30,"433":1,"434":1,"44":7,"45":10,"46":114,"48":20,"49":9,"5":676,"51":18,"52":11,"53":25,"56":2,"570":2,"6":443,"63":40,"7":286,"79":17,"8":58,"80":5,"9":389,"all_client":39373,"all_tv_clinet":7596,"insert_time":"2014-08-19T00:16:48.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32043,"10":9,"107":190,"11":298,"12":87,"13":185,"14":83,"15":96,"155":12,"156":10,"158":8,"159":13,"16":46,"160":13,"161":135,"167":17,"17":89,"18":520,"19":266,"20":107,"209":8,"21":277,"210":11,"214":6,"215":70,"221":161,"223":211,"224":17,"225":169,"23":229,"24":399,"25":90,"257":34,"26":17,"268":5,"27":39,"273":62,"276":153,"279":1,"28":243,"281":15,"282":46,"291":15,"292":67,"30":11,"302":23,"306":1,"31":24,"314":2,"317":2,"32":6,"33":15,"34":41,"347":3,"35":17,"352":211,"36":56,"37":26,"38":167,"380":2,"381":30,"383":10,"39":72,"391":8,"396":3,"397":11,"40":65,"409":37,"41":22,"414":13,"415":21,"419":4,"42":13,"43":21,"430":30,"433":1,"44":8,"45":8,"46":111,"48":18,"49":10,"5":677,"51":19,"52":13,"53":25,"56":3,"570":1,"6":443,"63":41,"7":272,"79":17,"8":60,"80":5,"9":391,"all_client":39662,"all_tv_clinet":7619,"insert_time":"2014-08-19T00:17:48.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32237,"10":10,"107":174,"11":303,"12":81,"13":190,"14":83,"15":102,"155":12,"156":11,"158":8,"159":14,"16":41,"160":14,"161":141,"167":16,"17":88,"18":526,"19":245,"20":109,"209":7,"21":277,"210":11,"214":6,"215":72,"221":161,"223":210,"224":22,"225":182,"23":227,"24":413,"25":90,"257":35,"26":17,"268":5,"27":38,"273":71,"276":146,"279":2,"28":235,"281":14,"282":46,"291":16,"292":69,"30":11,"302":22,"306":1,"31":28,"314":3,"317":3,"32":6,"33":17,"34":38,"347":3,"35":14,"352":213,"36":59,"37":25,"38":174,"380":2,"381":28,"383":10,"39":70,"391":9,"396":3,"397":11,"40":65,"409":36,"41":23,"414":13,"415":20,"419":3,"42":13,"43":21,"430":30,"433":1,"44":8,"45":11,"46":113,"48":18,"49":10,"5":678,"51":21,"52":15,"53":25,"56":4,"570":2,"6":444,"63":41,"7":261,"79":18,"8":62,"80":5,"9":401,"all_client":39889,"all_tv_clinet":7652,"insert_time":"2014-08-19T00:18:48.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32471,"10":7,"107":181,"11":313,"12":80,"13":187,"14":87,"15":106,"155":13,"156":10,"158":9,"159":15,"16":41,"160":17,"161":138,"167":15,"168":2,"17":90,"18":526,"19":237,"20":113,"209":7,"21":279,"210":11,"214":6,"215":73,"221":155,"223":215,"224":23,"225":195,"23":223,"24":416,"25":90,"257":34,"26":23,"268":4,"27":40,"273":74,"276":145,"279":2,"28":233,"281":13,"282":46,"291":15,"292":73,"30":9,"302":22,"306":1,"31":30,"314":4,"317":3,"32":6,"33":16,"34":42,"347":3,"35":13,"352":210,"36":60,"37":28,"38":180,"380":3,"381":26,"383":9,"389":1,"39":69,"391":8,"396":3,"397":11,"40":65,"409":40,"41":22,"414":11,"415":22,"419":3,"42":15,"426":2,"43":21,"430":30,"433":1,"44":9,"45":12,"46":110,"48":16,"49":10,"5":664,"51":21,"52":14,"53":26,"56":4,"570":2,"6":443,"63":40,"7":260,"79":19,"8":61,"80":5,"9":409,"all_client":40167,"all_tv_clinet":7696,"insert_time":"2014-08-19T00:19:49.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32756,"10":5,"107":182,"11":315,"12":81,"13":181,"14":85,"15":103,"155":13,"156":11,"158":10,"159":14,"16":42,"160":15,"161":142,"167":18,"168":2,"17":96,"18":535,"19":235,"20":111,"209":7,"21":291,"210":11,"214":5,"215":74,"221":157,"223":222,"224":21,"225":200,"23":226,"24":430,"25":89,"257":35,"26":24,"268":5,"27":43,"273":76,"276":141,"279":2,"28":242,"281":13,"282":42,"291":15,"292":74,"30":10,"302":21,"306":1,"31":27,"314":4,"317":3,"32":8,"33":17,"34":42,"347":3,"35":13,"352":212,"36":60,"37":27,"38":188,"380":3,"381":28,"383":10,"389":1,"39":70,"391":10,"396":3,"397":10,"40":66,"409":41,"41":23,"414":10,"415":23,"419":3,"42":15,"426":2,"43":21,"430":29,"44":7,"45":13,"46":113,"48":18,"49":9,"5":650,"51":22,"52":13,"53":22,"56":4,"570":2,"6":441,"63":37,"7":256,"79":19,"8":60,"80":4,"9":413,"all_client":40504,"all_tv_clinet":7748,"insert_time":"2014-08-19T00:20:49.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33014,"10":7,"107":182,"11":314,"12":83,"13":183,"14":82,"15":100,"155":12,"156":11,"158":10,"159":14,"16":45,"160":15,"161":142,"167":19,"168":3,"17":104,"18":531,"19":235,"20":108,"209":6,"21":298,"210":10,"214":6,"215":72,"221":163,"223":223,"224":24,"225":196,"23":225,"24":441,"25":90,"257":33,"26":23,"268":5,"27":44,"273":75,"276":135,"279":1,"28":248,"281":13,"282":42,"291":16,"292":72,"30":10,"302":19,"306":1,"31":25,"314":3,"317":3,"32":7,"33":16,"34":40,"347":4,"35":15,"352":210,"36":57,"37":26,"38":204,"380":2,"381":30,"383":10,"389":1,"39":72,"391":11,"396":3,"397":10,"40":66,"409":45,"41":22,"414":8,"415":24,"419":3,"42":15,"426":3,"43":22,"430":31,"44":7,"45":14,"46":118,"48":17,"49":8,"5":648,"51":21,"52":12,"53":22,"56":3,"570":2,"6":437,"63":35,"7":253,"79":19,"8":61,"80":5,"9":418,"all_client":40793,"all_tv_clinet":7779,"insert_time":"2014-08-19T00:21:50.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33246,"10":7,"107":188,"11":312,"12":87,"13":178,"14":79,"15":101,"155":12,"156":13,"158":10,"159":16,"16":42,"160":13,"161":145,"167":20,"168":3,"17":113,"18":535,"19":237,"20":107,"209":6,"21":295,"210":11,"214":6,"215":75,"221":164,"223":221,"224":23,"225":195,"23":222,"24":445,"25":91,"257":31,"26":20,"268":5,"27":47,"273":82,"276":130,"279":1,"28":253,"281":15,"282":44,"291":16,"292":68,"30":10,"302":19,"31":27,"314":2,"317":4,"32":5,"33":16,"34":42,"347":4,"35":15,"352":214,"36":56,"37":26,"38":206,"380":2,"381":32,"383":7,"39":74,"391":11,"396":3,"397":10,"40":67,"409":48,"41":20,"414":8,"415":25,"419":2,"42":16,"426":4,"43":24,"430":30,"44":5,"45":16,"46":124,"48":17,"49":8,"5":653,"51":20,"52":14,"53":19,"56":3,"570":2,"6":436,"63":34,"7":255,"79":19,"8":61,"80":6,"9":419,"all_client":41070,"all_tv_clinet":7824,"insert_time":"2014-08-19T00:22:50.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33454,"10":7,"107":188,"11":316,"12":92,"13":173,"14":83,"15":101,"155":13,"156":12,"158":9,"159":16,"16":42,"160":12,"161":153,"167":22,"168":3,"17":118,"18":535,"19":249,"20":108,"209":7,"21":291,"210":11,"214":6,"215":74,"221":159,"223":213,"224":23,"225":184,"23":218,"24":446,"25":89,"257":32,"26":23,"268":5,"27":49,"273":82,"276":127,"279":1,"28":254,"281":15,"282":42,"291":15,"292":61,"30":13,"302":19,"31":27,"314":2,"317":5,"32":4,"33":16,"34":41,"347":4,"35":16,"352":220,"36":55,"37":26,"38":212,"380":2,"381":32,"383":7,"39":75,"391":12,"396":3,"397":10,"40":69,"409":50,"41":22,"414":7,"415":25,"419":2,"42":17,"426":4,"43":25,"430":30,"44":5,"45":17,"46":126,"48":19,"49":11,"5":654,"51":20,"52":13,"53":19,"56":3,"570":2,"6":424,"63":36,"7":259,"79":18,"8":63,"80":6,"9":416,"all_client":41296,"all_tv_clinet":7842,"insert_time":"2014-08-19T00:23:51.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33675,"10":8,"107":193,"11":314,"12":91,"13":167,"14":86,"15":102,"155":13,"156":12,"158":9,"159":15,"16":40,"160":12,"161":151,"167":20,"168":3,"17":125,"18":533,"19":259,"20":107,"209":11,"21":278,"210":12,"214":6,"215":79,"221":153,"223":211,"224":22,"225":187,"23":211,"24":455,"25":98,"257":33,"26":27,"268":4,"27":50,"273":83,"276":126,"279":1,"28":251,"281":17,"282":44,"291":14,"292":54,"30":12,"302":19,"31":27,"314":2,"317":5,"32":4,"33":14,"34":39,"347":4,"35":16,"352":216,"36":58,"37":27,"38":217,"380":3,"381":30,"383":9,"39":76,"391":10,"396":4,"397":10,"40":71,"409":54,"41":27,"414":6,"415":25,"419":2,"42":15,"426":4,"43":26,"430":31,"44":6,"45":15,"46":128,"48":18,"49":11,"5":653,"51":18,"52":13,"53":21,"56":4,"570":2,"6":416,"63":35,"7":257,"79":19,"8":66,"80":6,"9":416,"all_client":41529,"all_tv_clinet":7854,"insert_time":"2014-08-19T00:24:52.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33860,"10":10,"107":259,"11":319,"12":92,"13":171,"14":87,"15":105,"155":13,"156":11,"158":10,"159":11,"16":35,"160":12,"161":146,"167":20,"168":3,"17":130,"18":502,"19":268,"20":103,"209":11,"21":276,"210":10,"214":6,"215":82,"221":148,"223":212,"224":22,"225":185,"23":210,"24":477,"25":103,"257":36,"26":30,"268":4,"27":48,"273":83,"276":121,"279":1,"28":249,"281":17,"282":40,"291":14,"292":53,"30":11,"302":18,"31":29,"314":3,"317":5,"32":4,"33":15,"34":39,"347":5,"35":16,"352":217,"36":57,"37":27,"38":218,"380":3,"381":32,"383":12,"39":78,"391":10,"396":4,"397":10,"40":70,"409":53,"41":27,"414":7,"415":25,"419":2,"42":16,"426":3,"43":30,"430":29,"44":6,"45":17,"46":127,"48":18,"49":15,"5":607,"51":19,"52":12,"53":20,"56":4,"570":2,"6":412,"63":35,"7":257,"79":17,"8":71,"80":7,"9":412,"all_client":41738,"all_tv_clinet":7878,"insert_time":"2014-08-19T00:25:52.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34156,"10":9,"107":257,"11":327,"12":96,"13":170,"14":88,"15":109,"155":13,"156":12,"158":10,"159":11,"16":35,"160":11,"161":148,"167":17,"168":3,"17":130,"18":498,"19":273,"20":104,"209":12,"21":276,"210":10,"214":6,"215":85,"221":146,"223":211,"224":24,"225":194,"23":216,"24":475,"25":102,"257":38,"26":27,"268":4,"27":48,"273":85,"276":124,"279":1,"28":251,"281":17,"282":40,"291":16,"292":57,"30":10,"302":18,"31":32,"314":2,"317":5,"32":5,"33":15,"34":39,"347":5,"35":17,"352":223,"36":58,"37":28,"38":216,"380":4,"381":32,"383":13,"39":79,"391":8,"396":4,"397":10,"40":71,"409":47,"41":26,"414":7,"415":22,"419":2,"42":16,"426":3,"43":32,"430":28,"44":7,"45":17,"46":127,"48":16,"49":16,"5":600,"51":16,"52":11,"53":19,"56":4,"570":2,"6":415,"63":33,"7":261,"79":15,"8":73,"80":8,"9":413,"all_client":42072,"all_tv_clinet":7916,"insert_time":"2014-08-19T00:26:53.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34427,"10":8,"107":259,"11":332,"12":101,"13":170,"14":89,"15":116,"155":13,"156":12,"158":9,"159":14,"16":34,"160":11,"161":145,"167":16,"168":3,"17":135,"18":496,"19":283,"20":101,"209":12,"21":270,"210":9,"214":7,"215":83,"221":151,"223":203,"224":24,"225":189,"23":214,"24":463,"25":106,"257":41,"26":25,"268":4,"27":49,"273":82,"276":123,"279":2,"28":245,"281":16,"282":36,"291":17,"292":63,"30":12,"302":20,"31":38,"314":3,"317":4,"32":7,"33":16,"34":37,"347":5,"35":24,"352":231,"36":57,"37":28,"38":218,"380":4,"381":36,"383":12,"39":79,"391":9,"396":3,"397":10,"40":70,"409":45,"41":25,"414":6,"415":22,"419":2,"42":16,"426":3,"43":32,"430":27,"434":1,"44":5,"45":18,"46":128,"48":20,"49":16,"5":596,"51":17,"52":14,"53":19,"56":4,"570":2,"6":412,"63":31,"7":273,"79":14,"8":73,"80":7,"9":416,"all_client":42375,"all_tv_clinet":7948,"insert_time":"2014-08-19T00:27:53.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34693,"10":7,"107":210,"11":340,"12":103,"13":169,"14":93,"15":121,"155":14,"156":14,"158":9,"159":12,"16":36,"160":11,"161":141,"167":15,"168":3,"17":140,"18":504,"19":302,"20":100,"209":11,"21":271,"210":8,"214":7,"215":84,"221":153,"223":210,"224":23,"225":195,"23":217,"24":456,"25":112,"257":41,"26":25,"268":4,"27":48,"273":72,"276":120,"279":2,"28":241,"281":16,"282":38,"291":16,"292":77,"30":12,"302":21,"31":37,"314":3,"317":4,"32":6,"33":16,"34":37,"347":5,"35":29,"352":231,"36":62,"37":26,"38":224,"380":4,"381":35,"383":11,"39":76,"391":10,"396":4,"397":9,"40":74,"409":38,"41":27,"414":7,"415":23,"419":2,"42":15,"426":3,"43":32,"430":28,"434":1,"44":5,"45":17,"46":130,"48":16,"49":12,"5":630,"51":17,"52":15,"53":17,"56":4,"570":1,"6":418,"63":30,"7":272,"79":13,"8":74,"80":5,"9":416,"all_client":42688,"all_tv_clinet":7995,"insert_time":"2014-08-19T00:28:54.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34966,"10":7,"107":213,"11":349,"12":103,"13":167,"14":99,"15":117,"155":17,"156":12,"158":9,"159":12,"16":34,"160":11,"161":138,"167":14,"168":3,"17":142,"18":499,"19":314,"20":104,"209":11,"21":269,"210":7,"214":7,"215":83,"221":155,"223":206,"224":26,"225":189,"23":218,"24":460,"25":115,"257":40,"26":28,"268":3,"27":50,"273":66,"276":119,"279":2,"28":231,"281":16,"282":38,"291":17,"292":78,"30":14,"302":20,"31":37,"314":3,"317":3,"32":6,"33":17,"34":38,"347":6,"35":32,"352":240,"36":58,"37":25,"38":228,"380":4,"381":38,"383":8,"39":78,"391":9,"396":4,"397":8,"40":78,"409":36,"41":29,"414":7,"415":21,"419":2,"42":14,"426":3,"43":35,"430":28,"434":1,"44":5,"45":18,"46":132,"48":19,"49":12,"5":613,"51":16,"52":16,"53":15,"56":4,"570":1,"6":423,"63":31,"7":272,"79":15,"8":76,"80":4,"9":419,"all_client":42985,"all_tv_clinet":8019,"insert_time":"2014-08-19T00:29:54.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35194,"10":6,"107":211,"11":360,"12":102,"13":168,"14":103,"15":115,"155":18,"156":11,"158":10,"159":12,"16":39,"160":12,"161":127,"167":14,"168":3,"17":144,"18":492,"19":333,"20":107,"209":12,"21":276,"210":7,"214":7,"215":83,"221":154,"223":196,"224":27,"225":178,"23":231,"24":471,"25":121,"257":45,"26":33,"268":2,"27":49,"273":61,"276":114,"279":1,"28":229,"281":17,"282":39,"291":19,"292":85,"30":15,"302":20,"31":33,"314":3,"317":3,"32":6,"33":16,"34":36,"347":6,"35":32,"352":236,"36":56,"37":29,"38":223,"380":4,"381":43,"383":9,"39":80,"391":10,"396":3,"397":8,"40":82,"409":36,"41":28,"414":7,"415":22,"419":2,"42":16,"426":2,"43":34,"430":28,"433":1,"44":4,"45":18,"46":128,"48":20,"49":13,"5":592,"51":17,"52":17,"53":19,"56":6,"570":1,"6":427,"63":32,"7":287,"79":13,"8":77,"80":4,"9":413,"all_client":43255,"all_tv_clinet":8061,"insert_time":"2014-08-19T00:30:55.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35391,"10":6,"107":209,"11":369,"12":105,"13":171,"14":107,"15":116,"155":18,"156":11,"158":9,"159":12,"16":45,"160":11,"161":124,"167":13,"168":3,"17":142,"18":491,"19":340,"20":103,"209":15,"21":283,"210":7,"214":7,"215":84,"221":154,"223":187,"224":26,"225":180,"23":236,"24":473,"25":134,"257":46,"26":37,"268":3,"27":47,"273":62,"276":115,"279":1,"28":235,"281":16,"282":38,"291":20,"292":88,"30":16,"302":19,"31":32,"314":2,"317":3,"32":5,"33":17,"34":36,"347":5,"35":33,"352":234,"36":53,"37":30,"38":221,"380":4,"381":44,"383":9,"39":80,"391":11,"396":2,"397":7,"40":83,"409":35,"41":28,"414":6,"415":22,"419":3,"42":15,"426":2,"43":35,"430":28,"433":3,"44":3,"45":17,"46":131,"48":22,"49":14,"5":578,"51":16,"52":19,"53":20,"56":6,"570":1,"6":429,"63":33,"7":290,"79":14,"8":81,"80":5,"9":409,"all_client":43501,"all_tv_clinet":8110,"insert_time":"2014-08-19T00:31:55.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35617,"10":8,"107":220,"11":368,"12":109,"13":170,"14":105,"15":119,"155":19,"156":11,"158":11,"159":12,"16":49,"160":10,"161":122,"167":13,"168":4,"17":149,"18":488,"19":357,"20":99,"209":15,"21":278,"210":7,"214":8,"215":79,"221":158,"223":189,"224":26,"225":190,"23":242,"24":479,"25":134,"257":46,"26":41,"268":1,"27":42,"273":56,"276":111,"279":1,"28":241,"281":16,"282":39,"291":21,"292":88,"30":18,"302":18,"31":32,"314":3,"317":4,"32":5,"33":20,"34":34,"347":4,"35":35,"352":232,"36":56,"37":31,"38":218,"380":5,"381":42,"383":9,"39":80,"391":12,"396":1,"397":7,"40":84,"409":36,"41":26,"414":5,"415":22,"419":5,"42":13,"426":2,"43":37,"430":27,"433":3,"44":4,"45":19,"46":130,"48":23,"49":15,"5":552,"51":16,"52":20,"53":22,"56":7,"570":1,"6":421,"63":33,"7":302,"79":11,"8":84,"80":6,"9":422,"all_client":43782,"all_tv_clinet":8165,"insert_time":"2014-08-19T00:32:56.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35897,"10":9,"107":214,"11":375,"12":110,"13":167,"14":100,"15":121,"155":19,"156":10,"158":15,"159":9,"16":49,"160":9,"161":122,"167":13,"168":4,"17":150,"18":480,"19":361,"20":99,"209":15,"21":281,"210":8,"214":9,"215":80,"221":161,"223":193,"224":25,"225":193,"23":242,"24":488,"25":140,"257":45,"26":44,"268":1,"27":35,"273":59,"276":108,"279":1,"28":243,"281":16,"282":39,"291":22,"292":88,"30":18,"302":18,"31":31,"314":4,"317":4,"32":3,"33":22,"34":32,"347":3,"35":39,"352":233,"36":60,"37":36,"38":233,"380":4,"381":43,"383":10,"389":1,"39":77,"391":12,"396":1,"397":6,"40":84,"409":38,"41":28,"414":5,"415":27,"419":5,"42":12,"426":2,"43":37,"430":28,"433":3,"44":5,"45":22,"46":128,"48":25,"49":16,"5":536,"51":16,"52":20,"53":22,"56":6,"570":1,"6":406,"63":33,"7":308,"79":12,"8":88,"80":6,"9":433,"all_client":44111,"all_tv_clinet":8214,"insert_time":"2014-08-19T00:33:56.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36145,"10":10,"107":209,"11":381,"12":106,"13":163,"14":96,"15":120,"155":19,"156":9,"158":17,"159":10,"16":51,"160":11,"161":124,"167":13,"168":5,"17":153,"18":484,"19":370,"20":102,"209":16,"21":277,"210":10,"214":10,"215":84,"221":170,"223":189,"224":24,"225":189,"23":241,"24":493,"25":143,"257":43,"26":49,"268":2,"27":32,"273":62,"276":106,"279":2,"28":249,"281":16,"282":40,"291":20,"292":86,"30":18,"302":15,"31":31,"314":4,"317":4,"32":3,"33":19,"34":22,"347":3,"35":38,"352":235,"36":55,"37":35,"38":235,"380":4,"381":42,"383":11,"389":1,"39":79,"391":13,"396":1,"397":4,"40":85,"409":39,"41":26,"414":4,"415":23,"419":5,"42":11,"426":2,"43":33,"430":25,"433":3,"44":6,"45":22,"46":132,"48":29,"49":20,"5":522,"51":16,"52":22,"53":24,"56":8,"570":1,"6":393,"63":31,"7":313,"79":15,"8":89,"80":7,"9":436,"all_client":44365,"all_tv_clinet":8220,"insert_time":"2014-08-19T00:34:57.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36336,"10":11,"107":214,"11":395,"12":106,"13":161,"14":96,"15":124,"155":19,"156":8,"158":16,"159":12,"16":49,"160":11,"161":127,"167":14,"168":5,"17":152,"18":476,"19":377,"20":99,"209":14,"21":278,"210":10,"214":10,"215":91,"221":172,"223":185,"224":27,"225":186,"23":234,"24":496,"25":147,"257":39,"26":57,"268":3,"27":28,"273":66,"276":105,"279":2,"28":251,"281":16,"282":39,"291":17,"292":90,"30":17,"302":15,"31":31,"314":4,"317":5,"32":3,"33":19,"34":22,"347":4,"35":39,"352":244,"36":52,"37":36,"38":232,"380":3,"381":42,"383":11,"389":1,"39":82,"391":12,"396":1,"397":4,"40":86,"409":36,"41":28,"414":5,"415":24,"419":3,"42":12,"426":1,"43":32,"430":25,"433":3,"44":9,"45":22,"46":141,"48":29,"49":21,"5":508,"51":14,"52":21,"53":27,"56":7,"570":1,"6":397,"63":30,"7":319,"79":18,"8":94,"80":5,"9":437,"all_client":44605,"all_tv_clinet":8269,"insert_time":"2014-08-19T00:35:57.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36613,"10":15,"107":234,"11":393,"12":109,"13":169,"14":95,"15":119,"155":21,"156":10,"158":16,"159":13,"16":53,"160":12,"161":131,"167":14,"168":6,"17":139,"18":490,"19":383,"20":101,"209":12,"21":271,"210":10,"214":12,"215":88,"221":164,"223":183,"224":27,"225":183,"23":231,"24":507,"25":149,"257":38,"26":58,"268":3,"27":22,"273":69,"276":104,"279":2,"28":259,"281":15,"282":39,"291":16,"292":90,"30":18,"302":15,"31":33,"314":3,"317":5,"32":7,"33":19,"34":20,"347":3,"35":41,"352":253,"36":52,"37":38,"38":227,"380":4,"381":43,"383":10,"389":1,"39":84,"391":11,"396":3,"397":5,"40":86,"409":33,"41":32,"414":4,"415":24,"419":4,"42":13,"426":1,"43":34,"430":23,"433":3,"44":10,"45":20,"46":141,"48":27,"49":19,"5":494,"51":15,"52":20,"53":25,"56":9,"6":392,"63":32,"7":326,"79":17,"8":97,"80":5,"9":440,"all_client":44929,"all_tv_clinet":8316,"insert_time":"2014-08-19T00:36:58.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36856,"10":15,"107":240,"11":389,"12":110,"13":174,"14":96,"15":117,"155":20,"156":9,"158":16,"159":13,"16":54,"160":10,"161":135,"167":14,"168":7,"17":123,"18":495,"19":386,"20":99,"209":13,"21":273,"210":10,"214":12,"215":83,"221":160,"223":181,"224":28,"225":177,"23":218,"24":516,"25":156,"257":43,"26":59,"268":4,"27":19,"273":73,"276":100,"279":1,"28":254,"281":14,"282":40,"291":16,"292":85,"30":18,"302":15,"31":36,"314":3,"317":4,"32":7,"33":21,"34":20,"347":3,"35":46,"352":265,"36":56,"37":40,"38":228,"380":5,"381":44,"383":10,"389":1,"39":86,"391":11,"396":3,"397":5,"40":86,"409":33,"41":32,"414":3,"415":24,"419":4,"42":13,"426":1,"43":34,"430":22,"433":3,"44":10,"45":21,"46":148,"48":29,"49":19,"5":494,"51":17,"52":21,"53":25,"56":10,"6":396,"63":35,"7":340,"79":20,"8":97,"80":6,"9":434,"all_client":45217,"all_tv_clinet":8361,"insert_time":"2014-08-19T00:37:58.919Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37031,"10":15,"107":241,"11":397,"12":107,"13":177,"14":98,"15":118,"155":19,"156":11,"158":17,"159":15,"16":53,"160":10,"161":131,"167":14,"168":7,"17":113,"18":501,"19":389,"20":96,"209":15,"21":272,"210":9,"214":13,"215":81,"221":159,"223":167,"224":27,"225":182,"23":220,"24":533,"25":154,"257":44,"26":58,"268":4,"27":19,"273":77,"276":97,"279":1,"28":256,"281":14,"282":40,"291":17,"292":73,"30":19,"302":16,"31":36,"314":3,"317":4,"32":7,"33":22,"34":19,"347":3,"35":45,"352":265,"36":59,"37":39,"38":228,"380":6,"381":44,"383":11,"389":1,"39":86,"391":12,"396":3,"397":6,"40":88,"409":37,"41":37,"414":2,"415":26,"419":4,"42":14,"426":1,"43":35,"430":22,"433":3,"44":8,"45":22,"46":148,"48":28,"49":21,"5":496,"51":16,"52":24,"53":25,"56":11,"6":383,"63":33,"7":349,"79":19,"8":103,"80":6,"9":436,"all_client":45423,"all_tv_clinet":8392,"insert_time":"2014-08-19T00:38:59.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37274,"10":14,"107":242,"11":387,"12":107,"13":179,"14":105,"15":119,"155":18,"156":10,"158":17,"159":15,"16":56,"160":10,"161":132,"167":14,"168":7,"17":113,"18":507,"19":385,"20":95,"209":14,"21":279,"210":8,"214":14,"215":80,"221":160,"223":166,"224":28,"225":174,"23":226,"24":537,"25":161,"257":48,"26":60,"268":4,"27":19,"273":80,"276":97,"28":263,"281":14,"282":40,"291":17,"292":66,"30":18,"302":16,"31":35,"314":2,"317":5,"32":6,"33":22,"34":23,"347":3,"35":45,"352":275,"36":61,"37":38,"38":236,"380":7,"381":45,"383":12,"389":1,"39":88,"391":11,"396":2,"397":5,"40":88,"409":40,"41":40,"414":3,"415":24,"419":5,"42":15,"426":1,"43":36,"430":22,"433":3,"44":7,"45":21,"46":150,"48":29,"49":22,"5":484,"51":16,"52":23,"53":28,"56":10,"6":388,"63":31,"7":345,"79":20,"8":105,"80":8,"9":436,"all_client":45717,"all_tv_clinet":8443,"insert_time":"2014-08-19T00:39:59.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37503,"10":15,"107":236,"11":389,"12":108,"13":190,"14":103,"15":121,"155":18,"156":10,"158":17,"159":16,"16":63,"160":10,"161":136,"167":16,"168":7,"17":107,"18":530,"19":367,"20":97,"209":15,"21":281,"210":8,"214":15,"215":79,"221":155,"223":168,"224":29,"225":176,"23":225,"24":551,"25":164,"257":46,"26":62,"268":3,"27":17,"273":86,"276":99,"28":262,"281":13,"282":41,"291":17,"292":63,"30":18,"302":15,"31":36,"314":2,"317":5,"32":5,"33":23,"34":24,"347":3,"35":44,"352":271,"36":63,"37":38,"38":235,"380":7,"381":43,"383":12,"389":1,"39":85,"391":10,"396":2,"397":5,"40":86,"409":43,"41":42,"414":3,"415":23,"419":6,"42":15,"426":1,"43":38,"430":23,"433":2,"44":7,"45":24,"46":152,"48":31,"49":21,"5":481,"51":14,"52":24,"53":27,"56":10,"6":377,"63":31,"7":342,"79":21,"8":106,"80":8,"9":435,"all_client":45974,"all_tv_clinet":8471,"insert_time":"2014-08-19T00:41:00.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37759,"10":16,"107":232,"11":379,"12":106,"13":195,"14":108,"15":122,"155":19,"156":11,"158":17,"159":15,"16":62,"160":13,"161":140,"167":17,"168":7,"17":105,"18":530,"19":329,"20":101,"209":15,"21":279,"210":8,"214":15,"215":78,"221":161,"223":168,"224":35,"225":172,"23":223,"24":565,"25":168,"257":46,"26":63,"268":2,"27":15,"273":96,"276":97,"279":1,"28":273,"281":13,"282":42,"291":19,"292":71,"30":17,"302":15,"31":37,"314":2,"317":6,"32":5,"33":23,"34":24,"347":3,"35":43,"352":278,"36":65,"37":39,"38":234,"380":7,"381":42,"383":12,"389":1,"39":85,"391":10,"396":2,"397":5,"40":86,"409":47,"41":42,"414":4,"415":21,"419":7,"42":14,"426":1,"43":38,"430":23,"433":4,"44":7,"45":22,"46":156,"48":34,"49":21,"5":472,"51":15,"52":24,"53":31,"56":10,"6":373,"63":31,"7":320,"79":19,"8":109,"80":9,"9":440,"all_client":46243,"all_tv_clinet":8484,"insert_time":"2014-08-19T00:42:00.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37931,"10":14,"107":229,"11":368,"12":117,"13":195,"14":109,"15":113,"155":19,"156":11,"158":18,"159":16,"16":68,"160":14,"161":136,"167":18,"168":8,"17":106,"18":532,"19":316,"20":105,"209":16,"21":276,"210":8,"214":14,"215":75,"221":158,"223":174,"224":38,"225":171,"23":231,"24":559,"25":176,"257":46,"26":65,"268":3,"27":16,"273":101,"276":95,"279":1,"28":277,"281":13,"282":42,"291":19,"292":74,"30":17,"302":14,"31":37,"314":2,"317":6,"32":6,"33":27,"34":26,"347":4,"35":42,"352":296,"36":65,"37":41,"38":244,"380":8,"381":38,"383":12,"389":1,"39":85,"391":9,"396":2,"397":5,"40":86,"409":51,"41":43,"414":4,"415":22,"419":7,"42":11,"426":1,"43":41,"430":23,"433":4,"44":9,"45":23,"46":156,"48":34,"49":24,"5":477,"51":13,"52":25,"53":32,"56":10,"6":367,"63":32,"7":302,"79":21,"8":111,"80":8,"9":445,"all_client":46460,"all_tv_clinet":8529,"insert_time":"2014-08-19T00:43:01.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38179,"10":14,"107":229,"11":345,"12":122,"13":199,"14":115,"15":103,"155":18,"156":11,"158":18,"159":16,"16":71,"160":16,"161":135,"167":18,"168":8,"17":107,"18":547,"19":310,"20":106,"209":17,"21":275,"210":6,"214":13,"215":71,"221":156,"223":188,"224":38,"225":171,"23":232,"24":562,"25":177,"257":49,"26":66,"268":3,"27":17,"273":97,"276":96,"279":2,"28":283,"281":14,"282":42,"291":19,"292":83,"30":18,"302":15,"31":39,"314":2,"317":6,"32":5,"33":27,"34":35,"347":3,"35":44,"352":302,"36":62,"37":40,"38":247,"380":8,"381":38,"383":13,"389":1,"39":84,"391":11,"396":2,"397":4,"40":88,"409":51,"41":46,"414":5,"415":22,"419":7,"42":11,"426":1,"43":40,"430":24,"433":4,"44":12,"45":22,"46":156,"48":35,"49":24,"5":461,"51":16,"52":28,"53":36,"56":12,"6":370,"63":32,"7":292,"79":19,"8":116,"80":9,"9":440,"all_client":46749,"all_tv_clinet":8570,"insert_time":"2014-08-19T00:44:01.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38360,"10":14,"107":234,"11":338,"12":128,"13":207,"14":120,"15":95,"155":19,"156":12,"158":18,"159":16,"16":74,"160":17,"161":137,"167":20,"168":8,"17":109,"18":559,"19":312,"20":105,"209":18,"21":271,"210":6,"214":13,"215":74,"221":155,"223":193,"224":35,"225":167,"23":217,"24":559,"25":181,"257":48,"26":63,"268":4,"27":17,"273":81,"276":97,"279":2,"28":290,"281":13,"282":40,"291":18,"292":86,"30":23,"302":14,"306":1,"31":40,"314":2,"317":4,"32":6,"33":29,"34":37,"347":3,"35":44,"352":307,"36":65,"37":40,"38":248,"380":8,"381":38,"383":15,"389":1,"39":84,"391":11,"396":2,"397":4,"40":92,"409":55,"41":46,"414":5,"415":24,"419":5,"42":12,"426":1,"43":38,"430":24,"433":4,"44":13,"45":21,"46":157,"48":37,"49":27,"5":465,"51":16,"52":28,"53":37,"56":12,"6":380,"63":33,"7":278,"79":18,"8":118,"80":10,"9":428,"all_client":46960,"all_tv_clinet":8600,"insert_time":"2014-08-19T00:45:02.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38599,"10":14,"107":231,"11":327,"12":132,"13":206,"14":120,"15":88,"155":20,"156":14,"158":20,"159":15,"16":76,"160":17,"161":140,"167":20,"168":8,"17":115,"18":574,"19":315,"20":103,"209":18,"21":273,"210":6,"214":12,"215":78,"221":159,"223":197,"224":38,"225":175,"23":213,"24":555,"25":186,"257":48,"26":70,"268":4,"27":17,"273":74,"276":100,"279":2,"28":294,"281":13,"282":37,"291":18,"292":94,"30":24,"302":14,"306":1,"31":40,"314":2,"317":4,"32":8,"33":26,"34":39,"347":4,"35":44,"352":306,"36":68,"37":38,"38":245,"380":8,"381":39,"383":15,"39":82,"391":11,"396":1,"397":4,"40":98,"409":57,"41":44,"414":4,"415":21,"419":6,"42":12,"426":1,"43":33,"430":24,"433":4,"44":15,"45":22,"46":147,"48":42,"49":29,"5":459,"51":16,"52":32,"53":39,"56":11,"6":385,"63":32,"7":264,"79":19,"8":116,"80":10,"9":409,"all_client":47209,"all_tv_clinet":8610,"insert_time":"2014-08-19T00:46:02.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38870,"10":12,"107":243,"11":328,"12":133,"13":207,"14":117,"15":87,"155":21,"156":12,"158":20,"159":15,"16":78,"160":18,"161":139,"167":22,"168":7,"17":117,"18":567,"19":329,"20":104,"209":16,"21":263,"210":5,"214":12,"215":82,"221":156,"223":198,"224":42,"225":178,"23":214,"24":534,"25":198,"257":48,"26":74,"268":5,"27":19,"273":67,"276":101,"279":1,"28":302,"281":13,"282":38,"291":17,"292":98,"30":25,"302":14,"306":1,"31":38,"314":3,"317":4,"32":10,"33":27,"34":39,"347":4,"35":45,"352":309,"36":71,"37":38,"38":239,"380":9,"381":35,"383":14,"39":84,"391":11,"396":2,"397":3,"40":99,"409":57,"41":51,"414":3,"415":25,"419":7,"42":14,"426":1,"43":27,"430":26,"433":4,"44":13,"45":23,"46":144,"48":44,"49":31,"5":459,"51":17,"52":34,"53":41,"56":12,"570":1,"6":391,"63":31,"7":261,"79":19,"8":113,"80":10,"9":405,"all_client":47515,"all_tv_clinet":8645,"insert_time":"2014-08-19T00:47:03.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39129,"10":10,"107":249,"11":333,"12":132,"13":216,"14":107,"15":83,"155":22,"156":11,"158":19,"159":18,"16":77,"160":16,"161":140,"167":22,"168":7,"17":119,"18":566,"19":344,"20":106,"209":18,"21":263,"210":5,"214":12,"215":82,"221":148,"223":204,"224":44,"225":181,"23":211,"24":537,"25":204,"257":49,"26":76,"268":5,"27":21,"273":63,"276":102,"279":1,"28":306,"281":13,"282":38,"291":16,"292":103,"30":23,"302":14,"306":1,"31":39,"314":3,"317":5,"32":11,"33":27,"34":43,"347":5,"35":48,"352":308,"36":71,"37":35,"38":239,"380":9,"381":34,"383":14,"39":86,"391":11,"396":2,"397":3,"40":95,"409":56,"41":53,"414":3,"415":25,"419":7,"42":15,"426":1,"43":26,"430":26,"433":4,"44":15,"45":22,"46":141,"48":43,"49":35,"5":452,"51":19,"52":32,"53":43,"56":14,"570":1,"6":388,"63":32,"7":262,"79":20,"8":112,"80":10,"9":402,"all_client":47813,"all_tv_clinet":8684,"insert_time":"2014-08-19T00:48:03.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39337,"10":9,"107":243,"11":337,"12":135,"13":225,"14":100,"15":76,"155":22,"156":13,"158":19,"159":16,"16":76,"160":17,"161":145,"167":22,"168":6,"17":125,"18":572,"19":358,"20":105,"209":18,"21":268,"210":5,"214":12,"215":81,"221":154,"223":215,"224":43,"225":182,"23":206,"24":540,"25":212,"257":51,"26":75,"268":5,"27":25,"273":63,"276":104,"279":1,"28":310,"281":13,"282":39,"291":14,"292":105,"30":23,"302":16,"306":1,"31":39,"314":4,"317":5,"32":12,"33":26,"34":48,"347":6,"35":46,"352":303,"36":79,"37":33,"38":235,"380":8,"381":32,"383":14,"39":86,"391":11,"396":2,"397":3,"40":89,"409":58,"41":52,"414":3,"415":27,"419":5,"42":16,"426":1,"43":27,"430":27,"433":3,"44":14,"45":22,"46":142,"48":45,"49":36,"5":443,"51":23,"52":25,"53":45,"56":15,"570":1,"6":394,"63":31,"7":259,"79":16,"8":117,"80":10,"9":397,"all_client":48074,"all_tv_clinet":8737,"insert_time":"2014-08-19T00:49:04.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39599,"10":9,"107":259,"11":349,"12":126,"13":230,"14":102,"15":70,"155":21,"156":14,"158":17,"159":16,"16":76,"160":18,"161":148,"167":22,"168":4,"17":130,"18":586,"19":357,"20":103,"209":18,"21":261,"210":5,"214":11,"215":83,"221":154,"223":219,"224":46,"225":187,"23":205,"24":537,"25":204,"257":49,"26":79,"268":4,"27":24,"273":68,"276":101,"279":1,"28":322,"281":13,"282":39,"291":14,"292":110,"30":23,"302":16,"306":1,"31":38,"314":4,"317":5,"32":11,"33":27,"34":54,"347":7,"35":42,"352":310,"36":85,"37":28,"38":230,"380":8,"381":33,"383":12,"39":87,"391":10,"396":2,"397":4,"40":77,"409":58,"41":57,"414":3,"415":22,"419":4,"42":14,"426":1,"43":25,"430":27,"433":3,"44":14,"45":25,"46":143,"48":49,"49":34,"5":447,"51":21,"52":20,"53":45,"56":14,"6":379,"63":30,"7":261,"79":18,"8":118,"80":10,"9":401,"all_client":48367,"all_tv_clinet":8768,"insert_time":"2014-08-19T00:50:04.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39848,"10":9,"107":254,"11":343,"12":116,"13":238,"14":106,"15":70,"155":22,"156":13,"158":15,"159":17,"16":73,"160":19,"161":153,"167":21,"168":4,"17":137,"18":583,"19":361,"20":99,"209":17,"21":272,"210":6,"214":12,"215":85,"221":160,"223":228,"224":46,"225":193,"23":209,"24":525,"25":199,"257":49,"26":84,"268":5,"27":22,"273":70,"276":101,"279":3,"28":326,"281":13,"282":41,"291":14,"292":112,"30":20,"302":17,"306":1,"31":37,"314":4,"317":4,"32":11,"33":24,"34":55,"347":7,"35":42,"352":305,"36":85,"37":28,"38":232,"380":9,"381":34,"383":13,"39":84,"391":10,"396":2,"397":3,"40":68,"409":56,"41":60,"414":2,"415":23,"419":5,"42":13,"43":26,"430":26,"433":3,"44":16,"45":26,"46":140,"48":52,"49":33,"5":453,"51":19,"52":21,"53":50,"56":14,"570":2,"6":370,"63":29,"7":258,"79":23,"8":127,"80":9,"9":410,"all_client":48654,"all_tv_clinet":8806,"insert_time":"2014-08-19T00:51:05.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40093,"10":10,"107":271,"11":348,"12":105,"13":248,"14":106,"15":68,"155":23,"156":12,"158":13,"159":19,"16":68,"160":18,"161":159,"167":21,"168":5,"17":148,"18":579,"19":369,"20":96,"209":19,"21":270,"210":7,"214":10,"215":91,"221":161,"223":227,"224":49,"225":186,"23":214,"24":522,"25":187,"257":54,"26":92,"268":5,"27":22,"273":76,"276":100,"279":4,"28":328,"281":15,"282":36,"291":13,"292":110,"30":18,"302":17,"306":1,"31":37,"314":4,"317":4,"32":11,"33":26,"34":53,"347":5,"35":46,"352":304,"36":79,"37":27,"38":239,"380":8,"381":36,"383":15,"39":81,"391":11,"396":2,"397":4,"40":65,"409":49,"41":61,"414":2,"415":22,"419":5,"42":13,"43":25,"430":26,"433":3,"434":1,"44":18,"45":29,"46":143,"48":53,"49":30,"5":451,"51":13,"52":19,"53":47,"56":16,"570":2,"6":367,"63":27,"7":252,"79":25,"8":136,"80":8,"9":415,"all_client":48928,"all_tv_clinet":8835,"insert_time":"2014-08-19T00:52:05.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40349,"10":12,"107":268,"11":343,"12":108,"13":252,"14":103,"15":72,"155":22,"156":11,"158":14,"159":19,"16":64,"160":17,"161":160,"167":20,"168":5,"17":146,"18":578,"19":383,"20":97,"209":19,"21":271,"210":8,"214":11,"215":93,"221":165,"223":232,"224":51,"225":189,"23":211,"24":542,"25":180,"257":54,"26":98,"268":5,"27":21,"273":76,"276":94,"279":4,"28":340,"281":18,"282":34,"291":14,"292":99,"30":20,"302":17,"306":2,"31":38,"314":4,"317":4,"32":10,"33":25,"34":51,"347":5,"35":43,"352":306,"36":80,"37":28,"38":256,"380":7,"381":35,"383":16,"39":71,"391":11,"396":2,"397":4,"40":62,"409":52,"41":57,"414":2,"415":21,"419":5,"42":13,"43":27,"430":26,"433":2,"434":1,"44":19,"45":29,"46":137,"48":49,"49":30,"5":459,"51":13,"52":20,"53":44,"56":16,"570":2,"6":377,"63":24,"7":240,"79":24,"8":139,"80":10,"9":416,"all_client":49223,"all_tv_clinet":8874,"insert_time":"2014-08-19T00:53:06.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40573,"10":14,"107":268,"11":354,"12":104,"13":261,"14":102,"15":73,"155":21,"156":12,"158":13,"159":22,"16":66,"160":16,"161":160,"167":19,"168":6,"17":140,"18":584,"19":391,"20":96,"209":21,"21":267,"210":9,"214":12,"215":94,"221":168,"223":236,"224":55,"225":199,"23":211,"24":552,"25":174,"257":51,"26":97,"268":5,"27":23,"273":82,"276":90,"279":4,"28":353,"281":18,"282":30,"291":13,"292":97,"30":20,"302":14,"306":4,"31":37,"314":5,"317":3,"32":10,"33":25,"34":56,"347":3,"35":41,"352":316,"36":77,"37":28,"38":253,"380":4,"381":35,"383":16,"39":62,"391":11,"396":2,"397":3,"40":60,"409":43,"41":57,"414":2,"415":22,"419":5,"42":14,"43":27,"430":26,"433":2,"434":1,"44":16,"45":30,"46":142,"48":51,"49":25,"5":459,"51":15,"52":20,"53":41,"56":18,"570":2,"6":369,"63":22,"7":241,"79":23,"8":143,"80":10,"9":415,"all_client":49482,"all_tv_clinet":8909,"insert_time":"2014-08-19T00:54:06.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40915,"10":16,"107":264,"11":371,"12":112,"13":276,"14":100,"15":73,"155":20,"156":12,"158":12,"159":23,"16":65,"160":16,"161":160,"167":20,"168":5,"17":125,"18":593,"19":389,"20":90,"209":23,"21":260,"210":8,"214":13,"215":93,"221":170,"223":238,"224":55,"225":196,"23":210,"24":565,"25":177,"257":48,"26":100,"268":6,"27":24,"273":87,"276":86,"279":5,"28":357,"281":17,"282":29,"291":15,"292":96,"30":22,"302":14,"306":6,"31":34,"314":5,"317":3,"32":6,"33":24,"34":56,"347":4,"35":36,"352":316,"36":79,"37":24,"38":254,"380":4,"381":34,"383":16,"39":58,"391":11,"396":2,"397":3,"40":57,"409":41,"41":54,"414":3,"415":26,"419":6,"42":14,"43":30,"430":25,"433":2,"434":1,"44":14,"45":28,"46":145,"48":51,"49":23,"5":459,"51":16,"52":19,"53":42,"56":20,"570":2,"6":353,"63":22,"7":241,"79":22,"8":145,"80":11,"9":416,"all_client":49834,"all_tv_clinet":8919,"insert_time":"2014-08-19T00:55:07.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41190,"10":15,"107":258,"11":382,"12":114,"13":273,"14":100,"15":74,"155":23,"156":13,"158":11,"159":22,"16":69,"160":17,"161":164,"167":21,"168":5,"17":117,"18":587,"19":400,"20":89,"209":22,"21":261,"210":8,"214":14,"215":94,"221":173,"223":237,"224":55,"225":195,"23":208,"24":548,"25":182,"257":46,"26":105,"268":5,"27":23,"273":91,"276":83,"279":7,"28":361,"281":16,"282":25,"291":15,"292":99,"30":21,"302":13,"306":7,"31":33,"314":6,"317":4,"32":6,"33":23,"34":62,"347":6,"35":38,"352":323,"36":81,"37":23,"38":263,"380":4,"381":36,"383":14,"39":53,"391":10,"396":2,"397":4,"40":57,"409":41,"41":54,"414":3,"415":25,"419":7,"42":14,"43":31,"430":23,"433":2,"434":1,"44":16,"45":28,"46":149,"48":55,"49":25,"5":464,"51":15,"52":16,"53":40,"56":22,"570":3,"6":327,"63":22,"7":238,"79":20,"8":150,"80":10,"9":419,"all_client":50126,"all_tv_clinet":8936,"insert_time":"2014-08-19T00:56:07.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41463,"10":17,"107":258,"11":390,"12":108,"13":274,"14":95,"15":75,"155":24,"156":12,"158":13,"159":20,"16":70,"160":17,"161":165,"167":21,"168":6,"17":115,"18":583,"19":419,"20":91,"209":18,"21":270,"210":6,"214":14,"215":94,"221":167,"223":237,"224":59,"225":192,"23":217,"24":548,"25":184,"257":50,"26":103,"268":5,"27":22,"273":96,"276":85,"279":8,"28":369,"281":18,"282":23,"291":17,"292":100,"30":21,"302":13,"306":5,"31":33,"314":6,"317":5,"32":6,"33":22,"34":64,"347":8,"35":37,"352":323,"36":83,"37":27,"38":265,"380":4,"381":38,"383":15,"39":51,"391":10,"396":2,"397":3,"40":57,"409":42,"41":50,"414":4,"415":25,"419":9,"42":14,"43":32,"430":23,"433":2,"434":1,"44":17,"45":29,"46":150,"48":54,"49":21,"5":466,"51":13,"52":17,"53":41,"56":21,"570":4,"6":315,"63":23,"7":239,"79":20,"8":151,"80":10,"9":418,"all_client":50447,"all_tv_clinet":8984,"insert_time":"2014-08-19T00:57:08.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41753,"10":18,"107":257,"11":406,"12":115,"13":273,"14":92,"15":73,"155":26,"156":13,"158":13,"159":20,"16":71,"160":18,"161":165,"167":20,"168":7,"17":106,"18":568,"19":440,"20":94,"209":17,"21":276,"210":7,"214":12,"215":96,"221":169,"223":238,"224":64,"225":197,"23":220,"24":531,"25":187,"257":53,"26":109,"268":4,"27":21,"273":91,"276":79,"279":8,"28":376,"281":18,"282":23,"291":17,"292":108,"30":23,"302":12,"306":5,"31":31,"314":6,"317":4,"32":5,"33":21,"34":66,"347":8,"35":40,"352":327,"36":89,"37":27,"38":267,"380":3,"381":35,"383":15,"39":51,"391":9,"396":2,"397":4,"40":51,"409":40,"41":48,"414":4,"415":24,"419":7,"42":14,"43":32,"430":21,"433":2,"434":1,"44":19,"45":28,"46":154,"48":50,"49":22,"5":465,"51":13,"52":18,"53":42,"56":21,"570":4,"6":299,"63":23,"7":249,"79":21,"8":154,"80":9,"9":397,"all_client":50751,"all_tv_clinet":8998,"insert_time":"2014-08-19T00:58:08.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42079,"10":18,"107":267,"11":414,"12":122,"13":273,"14":90,"15":69,"155":27,"156":13,"158":11,"159":22,"16":73,"160":18,"161":165,"167":16,"168":8,"17":104,"18":560,"19":459,"20":90,"209":18,"21":271,"210":6,"211":2,"214":12,"215":98,"221":161,"223":244,"224":68,"225":196,"23":217,"24":535,"25":189,"257":50,"26":111,"268":3,"27":22,"273":85,"276":81,"279":9,"28":377,"281":18,"282":21,"291":17,"292":114,"30":24,"302":11,"306":5,"31":26,"314":5,"317":4,"32":6,"33":22,"34":72,"347":7,"35":38,"352":331,"36":91,"37":33,"38":264,"380":3,"381":34,"383":15,"389":1,"39":52,"391":10,"396":3,"397":4,"40":45,"409":43,"41":45,"414":5,"415":24,"419":6,"42":12,"43":31,"430":17,"433":2,"44":21,"45":28,"46":154,"48":46,"49":21,"5":460,"51":14,"52":21,"53":42,"56":22,"570":4,"6":295,"63":23,"7":263,"79":23,"8":151,"80":9,"9":371,"all_client":51082,"all_tv_clinet":9003,"insert_time":"2014-08-19T00:59:09.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42358,"10":18,"107":269,"11":420,"12":120,"13":264,"14":91,"15":71,"155":26,"156":13,"158":9,"159":20,"16":83,"160":18,"161":164,"167":18,"168":8,"17":102,"18":554,"19":473,"20":81,"209":21,"21":267,"210":5,"211":3,"214":10,"215":102,"221":157,"223":247,"224":68,"225":193,"23":222,"24":538,"25":196,"257":54,"26":116,"268":3,"27":24,"273":76,"276":74,"279":9,"28":381,"281":18,"282":19,"291":17,"292":118,"30":23,"302":11,"306":4,"31":26,"314":5,"317":4,"32":8,"33":21,"34":70,"347":8,"35":40,"352":333,"36":89,"37":38,"38":274,"380":3,"381":36,"383":13,"389":1,"39":53,"391":10,"396":3,"397":5,"40":45,"409":46,"41":42,"414":5,"415":31,"419":6,"42":12,"43":36,"430":17,"433":1,"44":20,"45":30,"46":162,"48":36,"49":21,"5":463,"51":15,"52":21,"53":42,"56":23,"570":3,"6":285,"63":23,"7":285,"79":22,"8":140,"80":9,"9":353,"all_client":51390,"all_tv_clinet":9032,"insert_time":"2014-08-19T01:00:09.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42671,"10":18,"107":281,"11":424,"12":138,"13":257,"14":85,"15":73,"155":29,"156":11,"158":11,"159":19,"16":83,"160":15,"161":162,"167":20,"168":7,"17":106,"18":556,"19":479,"20":79,"209":21,"21":272,"210":6,"211":4,"214":10,"215":97,"221":152,"223":243,"224":70,"225":192,"23":213,"24":547,"25":193,"257":55,"26":115,"268":3,"27":26,"273":69,"276":73,"279":11,"28":380,"281":20,"282":19,"291":20,"292":115,"30":27,"302":11,"306":3,"31":24,"314":4,"317":4,"32":8,"33":23,"34":71,"347":9,"35":40,"352":338,"36":86,"37":40,"38":282,"380":3,"381":33,"383":14,"389":1,"39":46,"391":11,"396":5,"397":6,"40":41,"409":45,"41":40,"414":4,"415":33,"419":5,"42":17,"43":34,"430":15,"433":1,"44":20,"45":30,"46":160,"48":34,"49":19,"5":469,"51":14,"52":21,"53":41,"56":26,"570":3,"6":283,"63":22,"7":294,"79":24,"8":133,"80":9,"9":332,"all_client":51708,"all_tv_clinet":9037,"insert_time":"2014-08-19T01:01:10.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42981,"10":16,"107":285,"11":430,"12":145,"13":268,"14":85,"15":77,"155":29,"156":10,"158":10,"159":17,"16":82,"160":14,"161":159,"167":20,"168":6,"17":99,"18":557,"19":488,"20":81,"209":20,"21":288,"210":6,"211":4,"214":9,"215":101,"221":152,"223":235,"224":74,"225":196,"23":215,"24":555,"25":201,"257":58,"26":116,"268":4,"27":25,"273":71,"276":69,"279":11,"28":372,"281":20,"282":18,"291":20,"292":106,"30":26,"302":10,"306":3,"31":24,"314":4,"317":3,"32":7,"33":23,"34":64,"347":11,"35":40,"352":345,"36":89,"37":43,"38":288,"380":2,"381":33,"383":15,"389":2,"39":44,"391":13,"396":5,"397":5,"40":41,"409":42,"41":37,"414":3,"415":33,"419":4,"42":18,"43":36,"430":13,"433":2,"44":21,"45":31,"46":163,"48":33,"49":17,"5":469,"51":12,"52":22,"53":40,"56":24,"570":2,"6":276,"63":21,"7":305,"79":31,"8":130,"80":9,"9":308,"all_client":52047,"all_tv_clinet":9066,"insert_time":"2014-08-19T01:02:11.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43215,"10":15,"107":297,"11":434,"12":148,"13":273,"14":85,"15":78,"155":30,"156":12,"158":12,"159":15,"16":81,"160":15,"161":161,"167":23,"168":6,"17":101,"18":569,"19":492,"20":80,"209":15,"21":293,"210":11,"211":3,"214":8,"215":102,"221":162,"223":235,"224":77,"225":201,"23":201,"24":579,"25":206,"257":54,"26":119,"268":4,"27":24,"273":70,"276":62,"279":10,"28":372,"281":20,"282":18,"291":21,"292":96,"30":27,"302":8,"306":3,"31":22,"314":3,"317":3,"32":7,"33":26,"34":65,"347":10,"35":40,"352":352,"36":86,"37":46,"38":298,"380":3,"381":33,"383":15,"389":2,"39":42,"391":13,"396":5,"397":4,"40":40,"409":49,"41":38,"414":1,"415":30,"419":3,"42":18,"43":36,"430":13,"433":1,"44":18,"45":32,"46":161,"48":35,"49":19,"5":478,"51":10,"52":22,"53":45,"56":24,"570":3,"6":272,"63":19,"7":313,"79":31,"8":127,"80":8,"9":281,"all_client":52345,"all_tv_clinet":9130,"insert_time":"2014-08-19T01:03:11.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43489,"10":13,"107":294,"11":432,"12":147,"13":274,"14":83,"15":83,"155":30,"156":13,"158":12,"159":14,"16":84,"160":15,"161":166,"167":21,"168":6,"17":109,"18":578,"19":496,"20":78,"209":15,"21":286,"210":10,"211":4,"214":9,"215":107,"221":159,"223":235,"224":73,"225":208,"23":198,"24":579,"25":215,"257":56,"26":113,"268":6,"27":25,"273":73,"276":62,"279":9,"28":378,"281":18,"282":18,"291":21,"292":90,"30":27,"302":8,"306":4,"31":20,"314":4,"317":3,"32":8,"33":27,"34":65,"347":10,"35":38,"352":358,"36":93,"37":46,"38":299,"380":3,"381":33,"383":15,"389":2,"39":42,"391":14,"396":4,"397":4,"40":41,"409":49,"41":38,"414":1,"415":31,"419":3,"42":15,"426":1,"43":37,"430":11,"433":1,"44":15,"45":34,"46":163,"48":30,"49":20,"5":481,"51":10,"52":18,"53":46,"56":22,"570":3,"6":270,"63":19,"7":322,"79":32,"8":128,"80":8,"9":263,"all_client":52643,"all_tv_clinet":9154,"insert_time":"2014-08-19T01:04:12.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43768,"10":14,"107":305,"11":433,"12":141,"13":274,"14":84,"15":83,"155":32,"156":13,"158":12,"159":12,"16":83,"160":15,"161":156,"167":17,"168":6,"17":112,"18":583,"19":499,"20":77,"209":16,"21":283,"210":11,"211":4,"214":8,"215":111,"221":164,"223":241,"224":73,"225":206,"23":199,"24":590,"25":228,"257":52,"26":115,"268":6,"27":23,"273":77,"276":59,"279":8,"28":383,"281":18,"282":18,"291":22,"292":84,"30":24,"302":8,"306":3,"31":19,"314":6,"317":3,"32":7,"33":30,"34":66,"347":11,"35":40,"352":357,"36":98,"37":42,"38":304,"380":3,"381":35,"383":14,"389":2,"39":41,"391":12,"396":4,"397":5,"40":40,"409":47,"41":40,"414":2,"415":31,"419":3,"42":14,"426":1,"43":40,"430":10,"433":1,"44":15,"45":34,"46":170,"48":29,"49":19,"5":490,"51":10,"52":19,"53":46,"56":22,"570":4,"6":262,"63":20,"7":334,"79":30,"8":130,"80":8,"9":252,"all_client":52975,"all_tv_clinet":9207,"insert_time":"2014-08-19T01:05:12.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44071,"10":14,"107":297,"11":429,"12":138,"13":280,"14":80,"15":81,"155":32,"156":11,"158":11,"159":11,"16":84,"160":17,"161":158,"167":18,"168":6,"17":123,"18":583,"19":495,"20":73,"209":16,"21":278,"210":10,"211":4,"214":9,"215":112,"221":173,"223":254,"224":73,"225":204,"23":202,"24":603,"25":227,"257":51,"26":115,"268":7,"27":23,"273":79,"276":56,"279":8,"28":379,"281":17,"282":18,"291":22,"292":82,"30":22,"302":7,"306":3,"31":18,"314":6,"317":2,"32":4,"33":29,"34":67,"347":11,"35":40,"352":364,"36":100,"37":41,"38":309,"380":2,"381":38,"383":15,"389":2,"39":34,"391":10,"396":4,"397":6,"40":40,"409":41,"41":42,"414":3,"415":29,"419":3,"42":13,"426":1,"43":40,"430":11,"433":1,"44":13,"45":35,"46":173,"48":27,"49":19,"5":497,"51":12,"52":20,"53":44,"56":21,"570":4,"6":258,"63":20,"7":334,"79":30,"8":135,"80":7,"9":246,"all_client":53287,"all_tv_clinet":9216,"insert_time":"2014-08-19T01:06:13.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44272,"10":14,"107":303,"11":428,"12":127,"13":277,"14":81,"15":85,"155":33,"156":11,"158":9,"159":10,"16":85,"160":20,"161":153,"167":18,"168":7,"17":129,"18":585,"19":487,"20":72,"209":16,"21":284,"210":11,"211":3,"214":9,"215":112,"221":174,"223":263,"224":74,"225":211,"23":201,"24":617,"25":228,"257":48,"26":106,"268":7,"27":23,"273":79,"276":52,"279":7,"28":385,"281":15,"282":17,"291":20,"292":88,"30":23,"302":8,"306":2,"31":19,"314":5,"317":2,"32":3,"33":27,"34":68,"347":11,"35":40,"352":359,"36":103,"37":44,"38":316,"380":2,"381":38,"383":16,"389":2,"39":40,"391":11,"396":4,"397":7,"40":39,"409":40,"41":42,"414":3,"415":28,"419":3,"42":13,"426":1,"43":43,"430":11,"433":1,"44":12,"45":37,"46":180,"48":27,"49":20,"5":498,"51":16,"52":21,"53":46,"56":18,"570":4,"6":248,"63":20,"7":334,"79":30,"8":135,"80":8,"9":235,"all_client":53519,"all_tv_clinet":9247,"insert_time":"2014-08-19T01:07:13.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44531,"10":13,"107":294,"11":429,"12":119,"13":281,"14":81,"15":83,"155":33,"156":12,"158":10,"159":11,"16":90,"160":20,"161":158,"167":19,"168":8,"17":135,"18":584,"19":487,"20":75,"209":19,"21":284,"210":12,"211":3,"214":10,"215":114,"221":172,"223":275,"224":68,"225":212,"23":199,"24":628,"25":237,"257":45,"26":102,"268":7,"27":22,"273":78,"276":49,"279":7,"28":378,"281":15,"282":14,"291":20,"292":90,"30":24,"302":8,"306":2,"31":22,"314":4,"317":2,"32":3,"33":29,"34":72,"347":11,"35":40,"352":347,"36":106,"37":45,"38":312,"380":2,"381":38,"383":17,"389":2,"39":41,"391":11,"396":3,"397":8,"40":39,"409":42,"41":48,"414":2,"415":31,"419":3,"42":14,"426":2,"43":42,"430":11,"433":1,"44":11,"45":36,"46":174,"48":27,"49":18,"5":509,"51":18,"52":21,"53":47,"56":16,"570":4,"6":240,"63":20,"7":333,"79":30,"8":142,"80":7,"9":226,"all_client":53796,"all_tv_clinet":9265,"insert_time":"2014-08-19T01:08:14.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44800,"10":13,"107":294,"11":438,"12":113,"13":283,"14":89,"15":88,"155":33,"156":11,"158":13,"159":9,"16":91,"160":21,"161":154,"167":19,"168":8,"17":137,"18":584,"19":486,"20":76,"209":21,"21":280,"210":14,"211":2,"214":8,"215":114,"221":165,"223":266,"224":61,"225":213,"23":198,"24":645,"25":251,"257":44,"26":101,"268":7,"27":20,"273":80,"276":48,"279":8,"28":368,"281":18,"282":14,"291":18,"292":93,"30":24,"302":8,"306":2,"31":21,"314":4,"317":1,"32":3,"33":32,"34":78,"347":9,"35":40,"352":342,"36":108,"37":47,"38":309,"380":2,"381":36,"383":18,"389":2,"39":47,"391":11,"396":4,"397":8,"40":37,"409":39,"41":53,"414":2,"415":28,"419":3,"42":15,"426":2,"43":43,"430":9,"433":1,"44":11,"45":37,"46":169,"48":29,"49":17,"5":502,"51":18,"52":21,"53":51,"56":14,"570":4,"6":234,"63":19,"7":338,"79":32,"8":148,"80":9,"9":222,"all_client":54080,"all_tv_clinet":9280,"insert_time":"2014-08-19T01:09:14.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45059,"10":14,"107":302,"11":447,"12":97,"13":293,"14":89,"15":94,"155":32,"156":15,"158":14,"159":10,"16":91,"160":24,"161":159,"167":18,"168":10,"17":140,"18":589,"19":483,"20":78,"209":22,"21":282,"210":15,"211":2,"214":7,"215":110,"221":164,"223":278,"224":58,"225":218,"23":193,"24":659,"25":253,"257":44,"26":96,"268":6,"27":19,"273":85,"276":45,"279":8,"28":351,"281":18,"282":15,"291":18,"292":93,"30":26,"302":8,"306":2,"31":20,"314":6,"317":2,"32":3,"33":34,"34":80,"347":9,"35":38,"352":349,"36":107,"37":41,"38":308,"380":2,"381":38,"383":18,"389":2,"39":50,"391":13,"396":4,"397":8,"40":36,"409":40,"41":52,"414":2,"415":24,"419":3,"42":15,"426":1,"43":47,"430":9,"433":1,"44":11,"45":39,"46":170,"48":32,"49":12,"5":506,"51":19,"52":21,"53":53,"56":10,"570":3,"6":227,"63":19,"7":343,"79":31,"8":150,"80":9,"9":213,"all_client":54383,"all_tv_clinet":9324,"insert_time":"2014-08-19T01:10:15.656Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45288,"10":13,"107":294,"11":453,"12":86,"13":291,"14":94,"15":92,"155":32,"156":18,"158":17,"159":10,"16":89,"160":24,"161":157,"167":19,"168":9,"17":143,"18":598,"19":488,"20":79,"209":22,"21":287,"210":19,"211":1,"214":7,"215":106,"221":162,"223":272,"224":53,"225":216,"23":190,"24":666,"25":256,"257":49,"26":91,"268":6,"27":19,"273":87,"276":43,"279":9,"28":345,"281":18,"282":15,"291":20,"292":96,"30":24,"302":8,"306":2,"31":19,"314":7,"317":1,"32":3,"33":33,"34":78,"347":11,"35":39,"352":352,"36":101,"37":43,"38":307,"380":3,"381":35,"383":17,"389":2,"39":56,"391":13,"396":4,"397":8,"40":35,"409":37,"41":48,"414":3,"415":27,"419":4,"42":16,"426":1,"43":46,"430":8,"433":2,"44":10,"45":40,"46":172,"48":36,"49":13,"5":502,"51":20,"52":24,"53":55,"56":9,"570":3,"6":226,"63":18,"7":345,"79":29,"8":159,"80":10,"9":208,"all_client":54621,"all_tv_clinet":9333,"insert_time":"2014-08-19T01:11:16.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45458,"10":13,"107":309,"11":449,"12":84,"13":289,"14":95,"15":89,"155":31,"156":18,"158":17,"159":10,"16":95,"160":26,"161":151,"167":18,"168":9,"17":142,"18":592,"19":490,"20":79,"209":20,"21":286,"210":19,"211":1,"214":7,"215":101,"221":167,"223":274,"224":51,"225":214,"23":186,"24":658,"25":256,"257":51,"26":88,"268":5,"27":19,"273":88,"276":43,"279":7,"28":338,"281":18,"282":17,"291":21,"292":97,"30":25,"302":8,"306":2,"31":18,"314":7,"317":1,"32":4,"33":31,"34":80,"347":10,"35":39,"352":353,"36":101,"37":42,"38":308,"380":3,"381":32,"383":17,"389":2,"39":63,"391":14,"396":4,"397":11,"40":33,"409":39,"41":44,"414":3,"415":28,"419":4,"42":20,"426":1,"43":49,"430":7,"433":2,"44":11,"45":38,"46":175,"48":37,"49":12,"5":508,"51":19,"52":27,"53":52,"56":7,"570":2,"6":230,"63":19,"7":356,"79":29,"8":163,"80":10,"9":203,"all_client":54799,"all_tv_clinet":9341,"insert_time":"2014-08-19T01:12:16.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45723,"10":11,"107":307,"11":464,"12":82,"13":285,"14":93,"15":93,"155":31,"156":17,"158":19,"159":10,"16":97,"160":25,"161":148,"167":18,"168":9,"17":133,"18":593,"19":490,"20":72,"209":21,"21":294,"210":19,"211":1,"214":7,"215":97,"221":163,"223":280,"224":48,"225":213,"23":180,"24":667,"25":257,"257":49,"26":88,"268":5,"27":20,"273":91,"276":44,"279":7,"28":332,"281":15,"282":19,"291":21,"292":102,"30":26,"302":8,"306":3,"31":18,"314":8,"317":1,"32":4,"33":32,"34":76,"347":11,"35":39,"352":352,"36":97,"37":47,"38":313,"380":4,"381":33,"383":15,"389":2,"39":63,"391":15,"396":2,"397":10,"40":30,"409":41,"41":47,"414":3,"415":27,"419":4,"42":20,"426":1,"43":50,"430":7,"433":3,"44":12,"45":40,"46":171,"48":38,"49":11,"5":515,"51":24,"52":30,"53":52,"56":7,"570":3,"6":236,"63":19,"7":361,"79":30,"8":169,"80":11,"9":201,"all_client":55102,"all_tv_clinet":9379,"insert_time":"2014-08-19T01:13:17.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45894,"10":12,"107":296,"11":479,"12":84,"13":286,"14":96,"15":95,"155":32,"156":19,"158":17,"159":9,"16":99,"160":27,"161":150,"167":19,"168":8,"17":118,"18":603,"19":488,"20":75,"209":18,"21":294,"210":18,"211":2,"214":7,"215":92,"221":159,"223":287,"224":48,"225":222,"23":184,"24":677,"25":259,"257":53,"26":84,"268":6,"27":21,"273":86,"276":43,"279":6,"28":322,"281":15,"282":22,"291":21,"292":110,"30":25,"302":7,"306":3,"31":18,"314":7,"317":1,"32":4,"33":30,"34":75,"347":11,"35":41,"352":367,"36":97,"37":48,"38":325,"380":4,"381":33,"383":13,"389":1,"39":69,"391":14,"396":2,"397":10,"40":30,"409":46,"41":46,"414":3,"415":23,"419":3,"42":22,"426":1,"43":49,"430":5,"433":1,"44":12,"45":39,"46":177,"48":37,"49":11,"5":511,"51":27,"52":35,"53":49,"56":5,"570":3,"6":236,"63":19,"7":364,"79":28,"8":167,"80":10,"9":196,"all_client":55322,"all_tv_clinet":9428,"insert_time":"2014-08-19T01:14:18.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46143,"10":12,"107":298,"11":487,"12":82,"13":278,"14":95,"15":94,"155":32,"156":20,"158":18,"159":10,"16":100,"160":27,"161":158,"167":21,"168":8,"17":106,"18":610,"19":470,"20":72,"209":18,"21":289,"210":18,"211":2,"214":8,"215":88,"221":163,"223":289,"224":44,"225":217,"23":189,"24":684,"25":266,"257":56,"26":86,"268":6,"27":21,"273":76,"276":42,"279":7,"28":314,"281":15,"282":25,"291":21,"292":113,"30":25,"302":7,"306":3,"31":21,"314":7,"317":1,"32":4,"33":30,"34":78,"347":12,"35":44,"352":372,"36":97,"37":47,"38":321,"380":4,"381":31,"383":12,"389":1,"39":68,"391":17,"396":1,"397":10,"40":30,"409":55,"41":45,"414":3,"415":21,"419":3,"42":28,"426":1,"43":46,"430":5,"433":1,"44":11,"45":41,"46":182,"48":40,"49":11,"5":516,"51":29,"52":39,"53":52,"56":4,"570":4,"6":235,"63":20,"7":360,"79":28,"8":169,"80":10,"9":196,"all_client":55596,"all_tv_clinet":9453,"insert_time":"2014-08-19T01:15:18.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46412,"10":12,"107":303,"11":498,"12":79,"13":269,"14":97,"15":93,"155":31,"156":18,"158":19,"159":9,"16":100,"160":25,"161":175,"167":22,"168":8,"17":105,"18":607,"19":447,"20":75,"209":19,"21":285,"210":20,"211":1,"214":8,"215":85,"221":167,"223":278,"224":46,"225":219,"23":202,"24":696,"25":266,"257":54,"26":84,"268":5,"27":20,"273":69,"276":42,"279":6,"28":308,"281":15,"282":24,"291":22,"292":120,"30":26,"302":8,"306":3,"31":23,"314":7,"317":1,"32":4,"33":30,"34":80,"347":12,"35":46,"352":371,"36":99,"37":48,"38":303,"380":5,"381":30,"383":11,"389":1,"39":72,"391":15,"397":10,"40":30,"409":58,"41":46,"414":3,"415":21,"419":3,"42":31,"426":1,"43":48,"430":5,"433":2,"44":11,"45":43,"46":188,"48":42,"49":12,"5":533,"51":27,"52":44,"53":51,"56":5,"570":4,"6":236,"63":20,"7":356,"79":25,"8":172,"80":11,"9":198,"all_client":55896,"all_tv_clinet":9484,"insert_time":"2014-08-19T01:16:19.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46610,"10":14,"107":313,"11":496,"12":80,"13":257,"14":99,"15":97,"155":33,"156":19,"158":21,"159":9,"16":98,"160":22,"161":183,"167":23,"168":7,"17":101,"18":606,"19":414,"20":69,"209":19,"21":284,"210":23,"211":1,"214":8,"215":84,"221":171,"223":283,"224":44,"225":214,"23":202,"24":721,"25":266,"257":54,"26":83,"268":5,"27":21,"273":68,"276":41,"279":4,"28":303,"281":16,"282":26,"291":22,"292":126,"30":27,"302":8,"306":4,"31":25,"314":6,"317":1,"32":4,"33":31,"34":85,"347":12,"35":45,"352":381,"36":103,"37":46,"38":295,"380":6,"381":32,"383":10,"389":1,"39":73,"391":15,"397":11,"40":27,"409":58,"41":46,"414":3,"415":25,"419":4,"42":30,"426":1,"43":50,"430":3,"433":2,"44":11,"45":41,"46":189,"48":45,"49":12,"5":527,"51":27,"52":47,"53":53,"56":5,"570":3,"6":237,"63":21,"7":362,"79":21,"8":174,"80":11,"9":194,"all_client":56110,"all_tv_clinet":9500,"insert_time":"2014-08-19T01:17:19.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46896,"10":13,"107":327,"11":499,"12":80,"13":253,"14":99,"15":105,"155":33,"156":19,"158":20,"159":8,"16":98,"160":22,"161":185,"167":26,"168":5,"17":96,"18":600,"19":390,"20":72,"209":19,"21":293,"210":24,"211":1,"214":10,"215":81,"221":163,"223":288,"224":53,"225":217,"23":201,"24":760,"25":269,"257":50,"26":84,"268":4,"27":22,"273":69,"276":40,"279":4,"28":310,"281":16,"282":27,"291":22,"292":124,"30":29,"302":7,"306":4,"31":23,"314":7,"317":1,"32":5,"33":29,"34":76,"347":11,"35":44,"352":374,"36":95,"37":44,"38":291,"380":7,"381":30,"383":9,"389":1,"39":74,"391":15,"397":11,"40":26,"409":52,"41":47,"414":3,"415":25,"419":4,"42":29,"426":1,"43":56,"430":4,"433":2,"44":11,"45":36,"46":183,"48":50,"49":16,"5":506,"51":32,"52":50,"53":55,"56":6,"570":3,"6":242,"63":20,"7":371,"79":19,"8":175,"80":11,"9":184,"all_client":56403,"all_tv_clinet":9507,"insert_time":"2014-08-19T01:18:20.620Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47113,"10":12,"107":330,"11":507,"12":82,"13":246,"14":99,"15":114,"155":33,"156":19,"158":19,"159":9,"16":101,"160":21,"161":187,"167":25,"168":4,"17":92,"18":595,"19":373,"20":69,"209":19,"21":300,"210":25,"211":1,"214":11,"215":82,"221":170,"223":291,"224":57,"225":219,"23":206,"24":768,"25":271,"257":53,"26":84,"268":4,"27":23,"273":79,"276":39,"279":5,"28":316,"281":17,"282":25,"291":22,"292":112,"30":29,"302":7,"306":4,"31":20,"314":6,"317":1,"32":5,"33":29,"34":68,"347":11,"35":43,"352":371,"36":96,"37":46,"38":292,"380":8,"381":29,"383":12,"389":1,"39":79,"391":17,"397":11,"40":22,"409":47,"41":48,"414":2,"415":28,"419":4,"42":28,"426":1,"43":57,"430":4,"433":2,"44":12,"45":29,"46":175,"48":51,"49":16,"5":490,"51":38,"52":48,"53":59,"56":6,"570":3,"6":253,"63":20,"7":371,"79":17,"8":181,"80":13,"9":179,"all_client":56638,"all_tv_clinet":9525,"insert_time":"2014-08-19T01:19:21.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47289,"10":8,"107":336,"11":513,"12":81,"13":243,"14":99,"15":121,"155":32,"156":19,"158":21,"159":7,"16":98,"160":21,"161":194,"167":24,"168":4,"17":88,"18":600,"19":350,"20":72,"209":17,"21":291,"210":26,"211":1,"214":11,"215":80,"221":174,"223":291,"224":61,"225":219,"23":208,"24":805,"25":280,"257":52,"26":86,"268":6,"27":21,"273":87,"276":36,"279":6,"28":335,"281":18,"282":29,"291":21,"292":107,"30":33,"302":8,"306":3,"31":19,"314":7,"317":1,"32":6,"33":30,"34":53,"347":11,"35":46,"352":365,"36":95,"37":48,"38":288,"380":8,"381":29,"383":14,"389":1,"39":84,"391":17,"397":10,"40":24,"409":46,"41":52,"414":2,"415":28,"419":4,"42":29,"426":1,"43":60,"430":4,"433":2,"44":11,"45":27,"46":170,"48":52,"49":14,"5":465,"51":37,"52":51,"53":61,"56":6,"570":3,"6":258,"63":19,"7":364,"79":17,"8":183,"80":14,"9":176,"all_client":56844,"all_tv_clinet":9555,"insert_time":"2014-08-19T01:20:21.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47507,"10":11,"107":344,"11":532,"12":84,"13":238,"14":100,"15":125,"155":32,"156":21,"158":23,"159":6,"16":98,"160":21,"161":200,"167":22,"168":5,"17":90,"18":611,"19":355,"20":70,"209":19,"21":293,"210":26,"211":1,"214":11,"215":70,"221":169,"223":286,"224":57,"225":218,"23":207,"24":819,"25":283,"257":52,"26":90,"268":6,"27":20,"273":89,"276":36,"279":7,"28":336,"281":19,"282":31,"291":19,"292":101,"30":32,"302":8,"306":3,"31":19,"314":7,"317":1,"32":7,"33":30,"34":49,"347":12,"35":46,"352":377,"36":91,"37":48,"38":290,"380":8,"381":26,"383":14,"389":1,"39":96,"391":18,"396":1,"397":10,"40":26,"409":46,"41":52,"414":2,"415":28,"419":4,"42":30,"426":1,"43":62,"430":3,"433":2,"44":11,"45":27,"46":166,"48":48,"49":12,"5":452,"51":39,"52":48,"53":57,"56":7,"570":3,"6":258,"63":18,"7":363,"79":15,"8":187,"80":14,"9":174,"all_client":57109,"all_tv_clinet":9602,"insert_time":"2014-08-19T01:21:22.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47698,"10":14,"107":355,"11":536,"12":83,"13":232,"14":103,"15":119,"155":31,"156":21,"158":22,"159":7,"16":97,"160":22,"161":203,"167":23,"168":5,"17":90,"18":610,"19":352,"20":72,"209":19,"21":289,"210":26,"211":1,"214":9,"215":62,"221":165,"223":285,"224":57,"225":229,"23":212,"24":836,"25":287,"257":51,"26":98,"268":6,"27":20,"273":92,"276":37,"279":7,"28":346,"281":19,"282":35,"291":19,"292":97,"30":27,"302":8,"306":3,"31":21,"314":7,"317":1,"32":8,"33":30,"34":44,"347":13,"35":47,"352":389,"36":93,"37":48,"38":292,"380":8,"381":26,"383":18,"389":1,"39":98,"391":17,"396":1,"397":14,"40":25,"409":48,"41":52,"414":2,"415":30,"419":4,"42":31,"426":1,"43":63,"430":3,"433":1,"44":11,"45":27,"46":156,"48":53,"49":11,"5":436,"51":40,"52":50,"53":54,"56":8,"570":3,"6":244,"63":19,"7":369,"79":15,"8":190,"80":15,"9":172,"all_client":57346,"all_tv_clinet":9648,"insert_time":"2014-08-19T01:22:23.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47900,"10":15,"107":351,"11":543,"12":81,"13":229,"14":99,"15":113,"155":32,"156":20,"158":22,"159":7,"16":94,"160":25,"161":199,"167":21,"168":5,"17":100,"18":611,"19":353,"20":74,"209":22,"21":307,"210":26,"211":1,"214":9,"215":62,"221":164,"223":278,"224":56,"225":240,"23":211,"24":836,"25":286,"257":51,"26":104,"268":6,"27":18,"273":91,"276":38,"279":8,"28":352,"281":19,"282":38,"291":19,"292":94,"30":27,"302":8,"306":3,"31":20,"314":6,"317":1,"32":10,"33":31,"34":43,"347":12,"35":45,"352":391,"36":92,"37":45,"38":288,"380":8,"381":26,"383":18,"389":1,"39":98,"391":18,"396":2,"397":13,"40":24,"409":51,"41":55,"414":1,"415":28,"419":4,"42":32,"426":1,"43":62,"430":3,"433":2,"44":13,"45":27,"46":153,"48":58,"49":12,"5":426,"51":40,"52":48,"53":56,"56":8,"570":3,"6":245,"63":20,"7":374,"79":15,"8":186,"80":16,"9":172,"all_client":57571,"all_tv_clinet":9671,"insert_time":"2014-08-19T01:23:23.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48199,"10":16,"107":357,"11":533,"12":74,"13":228,"14":101,"15":107,"155":32,"156":18,"158":21,"159":8,"16":92,"160":25,"161":203,"167":20,"168":5,"17":109,"18":605,"19":355,"20":79,"209":21,"21":306,"210":26,"211":1,"214":8,"215":63,"221":165,"223":286,"224":55,"225":253,"23":218,"24":840,"25":283,"257":49,"26":101,"268":7,"27":17,"273":93,"276":36,"279":8,"28":347,"281":19,"282":39,"291":19,"292":90,"30":22,"302":8,"306":3,"31":18,"314":8,"317":1,"32":9,"33":28,"34":44,"347":13,"35":45,"352":376,"36":98,"37":46,"38":291,"380":8,"381":26,"383":17,"389":1,"39":96,"391":18,"396":2,"397":13,"40":23,"409":53,"41":57,"414":1,"415":25,"419":3,"42":35,"426":1,"43":63,"430":4,"433":2,"44":13,"45":27,"46":157,"48":57,"49":13,"5":411,"51":43,"52":46,"53":55,"56":8,"570":3,"6":237,"63":19,"7":381,"79":16,"8":192,"80":16,"9":166,"all_client":57855,"all_tv_clinet":9656,"insert_time":"2014-08-19T01:24:24.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48460,"10":15,"107":355,"11":530,"12":72,"13":234,"14":101,"15":102,"155":32,"156":20,"158":22,"159":9,"16":91,"160":22,"161":204,"167":20,"168":4,"17":114,"18":618,"19":346,"20":79,"209":22,"21":307,"210":24,"211":1,"214":8,"215":66,"221":162,"223":288,"224":58,"225":259,"23":220,"24":834,"25":292,"257":48,"26":101,"268":7,"27":18,"273":91,"276":37,"279":7,"28":350,"281":19,"282":40,"291":17,"292":95,"30":18,"302":7,"306":3,"31":19,"314":9,"32":11,"33":28,"34":43,"347":11,"35":43,"352":376,"36":95,"37":46,"38":291,"380":10,"381":27,"383":15,"389":1,"39":95,"391":17,"396":2,"397":13,"40":20,"409":56,"41":57,"414":2,"415":25,"419":3,"42":31,"426":1,"43":67,"430":4,"433":2,"44":13,"45":26,"46":157,"48":58,"49":14,"5":404,"51":41,"52":47,"53":54,"56":7,"570":3,"6":234,"63":21,"7":383,"79":19,"8":197,"80":16,"9":166,"all_client":58129,"all_tv_clinet":9669,"insert_time":"2014-08-19T01:25:25.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48684,"10":12,"107":351,"11":524,"12":74,"13":228,"14":100,"15":99,"155":32,"156":21,"158":21,"159":9,"16":91,"160":23,"161":192,"167":20,"168":4,"17":109,"18":623,"19":346,"20":79,"209":20,"21":306,"210":23,"211":1,"214":7,"215":68,"221":171,"223":295,"224":61,"225":261,"23":221,"24":842,"25":292,"257":49,"26":106,"268":7,"27":18,"273":93,"276":37,"279":7,"28":362,"281":19,"282":40,"291":17,"292":96,"30":18,"302":6,"306":2,"31":23,"314":10,"317":2,"32":11,"33":28,"34":41,"347":11,"35":44,"352":369,"36":93,"37":50,"38":290,"380":10,"381":26,"383":16,"389":1,"39":95,"391":19,"396":2,"397":14,"40":19,"409":56,"41":53,"414":2,"415":27,"419":3,"42":31,"426":1,"43":67,"430":4,"433":4,"44":12,"45":26,"46":155,"48":57,"49":15,"5":398,"51":42,"52":48,"53":56,"56":8,"570":2,"6":232,"63":20,"7":392,"79":20,"8":200,"80":15,"9":162,"all_client":58369,"all_tv_clinet":9685,"insert_time":"2014-08-19T01:26:25.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48917,"10":12,"107":352,"11":525,"12":75,"13":226,"14":97,"15":98,"155":33,"156":21,"158":21,"159":9,"16":87,"160":22,"161":177,"167":20,"168":4,"17":109,"18":631,"19":360,"20":77,"209":19,"21":305,"210":22,"211":1,"214":8,"215":64,"221":173,"223":295,"224":63,"225":266,"23":219,"24":844,"25":289,"257":48,"26":109,"268":8,"27":18,"273":94,"276":37,"279":7,"28":367,"281":19,"282":39,"291":17,"292":97,"30":18,"302":5,"306":2,"31":24,"314":11,"317":2,"32":13,"33":27,"34":40,"347":12,"35":42,"352":378,"36":101,"37":49,"38":293,"380":10,"381":28,"383":18,"389":1,"39":98,"391":18,"396":2,"397":14,"40":18,"409":56,"41":51,"414":3,"415":29,"419":3,"42":32,"426":1,"43":72,"430":5,"433":4,"44":12,"45":26,"46":156,"48":60,"49":12,"5":403,"51":45,"52":49,"53":49,"56":7,"570":2,"6":228,"63":19,"7":402,"79":19,"8":199,"80":16,"9":163,"all_client":58648,"all_tv_clinet":9731,"insert_time":"2014-08-19T01:27:26.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49172,"10":11,"107":331,"11":524,"12":74,"13":243,"14":100,"15":95,"155":33,"156":21,"158":22,"159":8,"16":91,"160":23,"161":174,"167":20,"168":5,"17":110,"18":634,"19":378,"20":79,"209":14,"21":300,"210":22,"211":1,"214":9,"215":65,"221":176,"223":283,"224":67,"225":275,"23":222,"24":838,"25":286,"257":50,"26":108,"268":7,"27":16,"273":88,"276":39,"279":8,"28":380,"281":19,"282":37,"291":17,"292":103,"30":22,"302":5,"306":2,"31":25,"314":13,"317":2,"32":11,"33":28,"34":42,"347":12,"35":44,"352":381,"36":105,"37":51,"38":299,"380":11,"381":28,"383":18,"389":1,"39":93,"391":17,"396":3,"397":16,"40":17,"409":57,"41":53,"414":2,"415":32,"419":3,"42":32,"426":1,"43":70,"430":7,"433":4,"44":12,"45":24,"46":155,"48":57,"49":10,"5":412,"51":43,"52":43,"53":49,"56":7,"570":2,"6":230,"63":19,"7":402,"79":21,"8":200,"80":16,"9":164,"all_client":58951,"all_tv_clinet":9779,"insert_time":"2014-08-19T01:28:27.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49376,"10":12,"107":337,"11":488,"12":79,"13":264,"14":96,"15":99,"155":33,"156":16,"158":31,"159":8,"16":92,"160":24,"161":172,"167":20,"168":5,"17":112,"18":637,"19":391,"20":82,"209":14,"21":305,"210":21,"211":1,"214":13,"215":62,"221":176,"223":273,"224":67,"225":275,"23":222,"24":826,"25":282,"257":51,"26":109,"268":7,"27":17,"273":82,"276":39,"279":8,"28":383,"281":20,"282":33,"291":17,"292":113,"30":23,"302":5,"306":2,"31":27,"314":15,"317":2,"32":11,"33":26,"34":41,"347":13,"35":44,"352":385,"36":107,"37":50,"38":306,"380":12,"381":27,"383":17,"389":1,"39":93,"391":16,"396":3,"397":17,"40":17,"409":62,"41":55,"414":3,"415":35,"419":3,"42":33,"426":1,"43":69,"430":7,"433":4,"44":11,"45":24,"46":163,"48":57,"49":8,"5":425,"51":43,"52":40,"53":43,"56":7,"570":2,"6":227,"63":19,"7":402,"79":21,"8":204,"80":16,"9":170,"all_client":59204,"all_tv_clinet":9828,"insert_time":"2014-08-19T01:29:28.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49584,"10":11,"107":330,"11":454,"12":93,"13":278,"14":99,"15":96,"155":33,"156":15,"158":32,"159":9,"16":100,"160":21,"161":171,"167":20,"168":4,"17":107,"18":651,"19":398,"20":84,"209":17,"21":310,"210":21,"211":1,"214":11,"215":66,"221":178,"223":274,"224":65,"225":284,"23":229,"24":819,"25":274,"257":49,"26":109,"268":9,"27":15,"273":69,"276":39,"279":6,"28":395,"281":23,"282":28,"291":18,"292":122,"30":23,"302":5,"306":2,"31":30,"314":14,"317":2,"32":12,"33":29,"34":40,"347":14,"35":42,"352":389,"36":112,"37":52,"38":304,"380":11,"381":27,"383":20,"389":1,"39":99,"391":15,"396":3,"397":17,"40":18,"409":57,"41":54,"414":3,"415":34,"419":3,"42":33,"426":1,"43":61,"430":7,"433":5,"44":13,"45":27,"46":174,"48":56,"49":10,"5":432,"51":46,"52":39,"53":44,"56":8,"570":2,"6":221,"63":19,"7":409,"79":21,"8":201,"80":15,"9":167,"all_client":59464,"all_tv_clinet":9880,"insert_time":"2014-08-19T01:30:28.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49807,"10":11,"107":326,"11":412,"12":96,"13":299,"14":95,"15":99,"155":33,"156":17,"158":32,"159":9,"16":102,"160":22,"161":159,"167":21,"168":4,"17":108,"18":669,"19":402,"20":87,"209":17,"21":301,"210":21,"211":1,"214":11,"215":69,"221":167,"223":276,"224":69,"225":282,"23":225,"24":828,"25":278,"257":52,"26":107,"268":9,"27":13,"273":70,"276":39,"279":6,"28":409,"281":24,"282":27,"291":18,"292":128,"30":25,"302":5,"306":2,"31":27,"314":14,"317":2,"32":13,"33":26,"34":40,"347":13,"35":40,"352":401,"36":111,"37":52,"38":300,"380":11,"381":27,"383":22,"389":1,"39":101,"391":19,"396":2,"397":16,"40":16,"409":51,"41":60,"414":3,"415":34,"419":4,"42":34,"426":1,"43":60,"430":8,"433":5,"44":11,"45":29,"46":178,"48":60,"49":11,"5":434,"51":49,"52":39,"53":45,"56":8,"570":2,"6":218,"63":21,"7":409,"79":21,"8":198,"80":16,"9":171,"all_client":59723,"all_tv_clinet":9916,"insert_time":"2014-08-19T01:31:29.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50047,"10":12,"107":330,"11":382,"12":97,"13":311,"14":95,"15":106,"155":34,"156":17,"158":31,"159":10,"16":99,"160":20,"161":156,"167":22,"168":4,"17":110,"18":679,"19":416,"20":84,"209":15,"21":299,"210":21,"211":1,"214":11,"215":74,"221":159,"223":291,"224":69,"225":272,"23":232,"24":827,"25":273,"257":50,"26":108,"268":7,"27":13,"273":69,"276":38,"279":8,"28":412,"281":24,"282":25,"291":17,"292":129,"30":31,"302":6,"306":2,"31":25,"314":15,"317":2,"32":11,"33":27,"34":43,"347":11,"35":38,"352":411,"36":116,"37":51,"38":306,"380":11,"381":26,"383":22,"389":1,"39":102,"391":19,"396":2,"397":15,"40":17,"409":50,"41":61,"414":2,"415":31,"419":5,"42":34,"426":1,"43":57,"430":9,"433":4,"44":12,"45":30,"46":188,"48":61,"49":13,"5":434,"51":49,"52":40,"53":47,"56":7,"570":3,"6":219,"63":21,"7":405,"79":21,"8":198,"80":16,"9":169,"all_client":60003,"all_tv_clinet":9956,"insert_time":"2014-08-19T01:32:30.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50299,"10":12,"107":340,"11":362,"12":95,"13":317,"14":95,"15":110,"155":34,"156":20,"158":30,"159":9,"16":102,"160":21,"161":155,"167":24,"168":4,"17":111,"18":683,"19":419,"20":82,"209":14,"21":308,"210":19,"211":1,"214":12,"215":72,"221":160,"223":291,"224":72,"225":267,"23":229,"24":821,"25":265,"257":51,"26":112,"268":5,"27":19,"273":66,"276":37,"279":9,"28":414,"281":24,"282":23,"291":18,"292":128,"30":32,"302":5,"306":2,"31":26,"314":13,"317":3,"32":11,"33":28,"34":38,"347":11,"35":38,"352":405,"36":118,"37":50,"38":311,"380":11,"381":24,"383":24,"389":1,"39":105,"391":19,"396":1,"397":15,"40":18,"409":48,"41":63,"414":1,"415":32,"419":5,"42":36,"426":1,"43":49,"430":9,"433":3,"44":10,"45":30,"46":187,"48":64,"49":14,"5":440,"51":48,"52":42,"53":50,"56":7,"570":3,"6":223,"63":21,"7":408,"79":21,"8":200,"80":16,"9":166,"all_client":60267,"all_tv_clinet":9968,"insert_time":"2014-08-19T01:33:30.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50518,"10":12,"107":345,"11":341,"12":92,"13":331,"14":99,"15":113,"155":33,"156":20,"158":30,"159":9,"16":105,"160":21,"161":159,"167":26,"168":4,"17":112,"18":683,"19":428,"20":79,"209":13,"21":318,"210":21,"211":1,"214":13,"215":75,"221":163,"223":286,"224":73,"225":275,"23":237,"24":813,"25":260,"257":52,"26":109,"268":5,"27":20,"273":59,"276":35,"279":9,"28":411,"281":23,"282":22,"291":19,"292":127,"30":33,"302":5,"31":29,"314":14,"317":3,"32":13,"33":28,"34":34,"347":11,"35":38,"352":406,"36":114,"37":49,"38":320,"380":11,"381":24,"383":24,"389":1,"39":114,"391":19,"396":1,"397":15,"40":19,"409":46,"41":61,"414":1,"415":32,"419":4,"42":38,"426":1,"43":41,"430":9,"433":3,"44":13,"45":30,"46":183,"48":69,"49":14,"5":446,"51":52,"52":43,"53":53,"56":7,"570":4,"6":219,"63":20,"7":419,"79":23,"8":201,"80":15,"9":165,"all_client":60536,"all_tv_clinet":10018,"insert_time":"2014-08-19T01:34:31.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50755,"10":15,"107":355,"11":321,"12":88,"13":337,"14":98,"15":112,"155":31,"156":21,"158":31,"159":10,"16":106,"160":21,"161":157,"167":27,"168":4,"17":113,"18":675,"19":438,"20":75,"209":13,"21":326,"210":21,"211":1,"214":13,"215":80,"221":161,"223":286,"224":77,"225":277,"23":246,"24":802,"25":257,"257":53,"26":107,"268":5,"27":20,"273":54,"276":37,"279":8,"28":424,"281":23,"282":21,"291":18,"292":128,"30":37,"302":4,"31":30,"314":14,"317":4,"32":16,"33":28,"34":34,"347":12,"35":41,"352":406,"36":108,"37":47,"38":327,"380":11,"381":24,"383":24,"389":1,"39":118,"391":20,"397":16,"40":19,"409":43,"41":65,"414":1,"415":32,"419":3,"42":40,"426":1,"43":38,"430":8,"433":3,"44":14,"45":30,"46":181,"48":70,"49":18,"5":463,"51":53,"52":43,"53":50,"56":6,"570":4,"6":214,"63":23,"7":421,"79":24,"8":207,"80":16,"9":166,"all_client":60826,"all_tv_clinet":10071,"insert_time":"2014-08-19T01:35:32.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50969,"10":15,"107":360,"11":307,"12":83,"13":343,"14":102,"15":114,"155":29,"156":23,"158":32,"159":9,"16":105,"160":20,"161":160,"167":24,"168":3,"17":120,"18":669,"19":437,"20":74,"209":13,"21":323,"210":20,"211":1,"214":13,"215":83,"221":154,"223":286,"224":78,"225":286,"23":246,"24":793,"25":256,"257":52,"26":110,"268":6,"27":22,"273":52,"276":37,"279":6,"28":424,"281":23,"282":20,"291":18,"292":118,"30":40,"302":4,"31":30,"314":13,"317":5,"32":15,"33":28,"34":32,"347":10,"35":43,"352":407,"36":113,"37":47,"38":328,"380":12,"381":28,"383":21,"389":1,"39":125,"391":19,"397":18,"40":22,"409":44,"41":59,"414":2,"415":31,"419":4,"42":40,"426":1,"43":34,"430":8,"433":3,"44":18,"45":31,"46":185,"48":70,"49":19,"5":467,"51":56,"52":47,"53":49,"56":4,"570":5,"6":203,"63":24,"7":426,"79":23,"8":206,"80":15,"9":162,"all_client":61035,"all_tv_clinet":10066,"insert_time":"2014-08-19T01:36:32.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51205,"10":17,"107":366,"11":298,"12":78,"13":354,"14":100,"15":114,"155":30,"156":23,"158":35,"159":8,"16":109,"160":22,"161":153,"167":25,"168":3,"17":128,"18":656,"19":448,"20":74,"209":16,"21":326,"210":19,"211":1,"214":14,"215":86,"221":159,"223":285,"224":81,"225":276,"23":260,"24":779,"25":249,"257":57,"26":119,"268":6,"27":24,"273":52,"276":36,"279":6,"28":422,"281":24,"282":19,"291":19,"292":102,"30":45,"302":5,"31":29,"314":13,"317":7,"32":16,"33":31,"34":34,"347":9,"35":40,"352":415,"36":106,"37":43,"38":322,"380":13,"381":28,"383":21,"389":1,"39":117,"391":18,"397":17,"40":22,"409":45,"41":55,"414":3,"415":28,"419":5,"42":40,"426":1,"43":33,"430":8,"433":3,"44":18,"45":31,"46":194,"48":66,"49":22,"5":481,"51":56,"52":45,"53":57,"56":5,"570":5,"6":197,"63":24,"7":415,"79":22,"8":209,"80":15,"9":162,"all_client":61280,"all_tv_clinet":10075,"insert_time":"2014-08-19T01:37:33.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51422,"10":21,"107":370,"11":292,"12":77,"13":360,"14":103,"15":113,"155":27,"156":22,"158":34,"159":7,"16":115,"160":23,"161":155,"167":26,"168":3,"17":130,"18":665,"19":458,"20":75,"209":18,"21":336,"210":18,"211":1,"214":15,"215":87,"221":159,"223":289,"224":79,"225":273,"23":256,"24":766,"25":239,"257":53,"26":132,"268":5,"27":25,"273":53,"276":35,"279":6,"28":425,"281":23,"282":16,"291":20,"292":91,"30":49,"302":5,"31":28,"314":15,"317":6,"32":17,"33":34,"34":37,"347":8,"35":40,"352":428,"36":108,"37":40,"38":310,"380":13,"381":29,"383":22,"389":1,"39":107,"391":20,"397":17,"40":21,"409":46,"41":47,"414":3,"415":30,"419":5,"42":40,"426":1,"43":33,"430":8,"433":3,"44":18,"45":32,"46":204,"48":59,"49":26,"5":496,"51":55,"52":50,"53":58,"56":5,"570":4,"6":193,"63":24,"7":423,"79":22,"8":211,"80":15,"9":164,"all_client":61548,"all_tv_clinet":10126,"insert_time":"2014-08-19T01:38:34.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51639,"10":24,"107":371,"11":281,"12":72,"13":360,"14":103,"15":110,"155":26,"156":20,"158":34,"159":7,"16":118,"160":23,"161":155,"167":26,"168":3,"17":134,"18":664,"19":454,"20":78,"209":20,"21":350,"210":19,"211":2,"214":14,"215":86,"221":157,"223":290,"224":78,"225":273,"23":265,"24":763,"25":240,"257":55,"26":133,"268":5,"27":23,"273":56,"276":34,"279":7,"28":438,"281":23,"282":16,"291":19,"292":87,"30":53,"302":5,"31":38,"314":15,"317":6,"32":18,"33":33,"34":37,"347":8,"35":44,"352":431,"36":106,"37":37,"38":299,"380":13,"381":28,"383":23,"389":1,"39":89,"391":20,"397":17,"40":19,"409":53,"41":47,"414":3,"415":33,"419":5,"42":44,"426":2,"43":31,"430":6,"433":3,"44":18,"45":35,"46":210,"48":53,"49":25,"5":495,"51":54,"52":52,"53":61,"56":4,"570":3,"6":189,"63":23,"7":416,"79":23,"8":214,"80":15,"9":170,"all_client":61782,"all_tv_clinet":10143,"insert_time":"2014-08-19T01:39:34.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51844,"10":24,"107":377,"11":264,"12":70,"13":357,"14":104,"15":115,"155":27,"156":21,"158":35,"159":8,"16":115,"160":25,"161":162,"167":27,"168":3,"17":141,"18":666,"19":439,"20":79,"209":20,"21":371,"210":19,"211":2,"214":15,"215":91,"221":156,"223":290,"224":80,"225":258,"23":271,"24":769,"25":235,"257":54,"26":130,"268":5,"27":25,"273":61,"276":33,"279":7,"28":442,"281":23,"282":15,"291":20,"292":85,"30":54,"302":5,"31":36,"314":13,"317":9,"32":17,"33":32,"34":36,"347":7,"35":46,"352":434,"36":107,"37":34,"38":294,"380":12,"381":26,"383":22,"389":1,"39":76,"391":19,"397":16,"40":18,"409":55,"41":48,"414":3,"415":32,"419":4,"42":45,"426":2,"43":26,"430":6,"433":4,"44":19,"45":37,"46":213,"48":48,"49":28,"5":516,"51":50,"52":54,"53":63,"56":5,"570":4,"6":186,"63":24,"7":429,"79":23,"8":215,"80":14,"9":167,"all_client":62014,"all_tv_clinet":10170,"insert_time":"2014-08-19T01:40:35.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52056,"10":21,"107":380,"11":258,"12":68,"13":358,"14":108,"15":111,"155":29,"156":20,"158":34,"159":8,"16":116,"160":25,"161":171,"167":25,"168":3,"17":150,"18":654,"19":412,"20":82,"209":17,"21":379,"210":19,"211":2,"214":16,"215":90,"221":157,"223":290,"224":80,"225":262,"23":272,"24":767,"25":228,"257":56,"26":131,"268":5,"27":28,"273":68,"276":33,"279":7,"28":447,"281":23,"282":15,"291":21,"292":88,"30":58,"302":5,"306":1,"31":40,"314":13,"317":10,"32":18,"33":28,"34":36,"347":8,"35":43,"352":442,"36":106,"37":33,"38":291,"380":13,"381":26,"383":24,"389":1,"39":74,"391":19,"397":16,"40":19,"409":56,"41":48,"414":4,"415":33,"419":4,"42":53,"426":2,"43":27,"430":6,"433":3,"44":21,"45":40,"46":214,"48":43,"49":29,"5":512,"51":51,"52":54,"53":68,"56":5,"570":4,"6":182,"63":27,"7":426,"79":22,"8":218,"80":16,"9":166,"all_client":62248,"all_tv_clinet":10192,"insert_time":"2014-08-19T01:41:36.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52199,"10":17,"107":382,"11":248,"12":60,"13":356,"14":108,"15":100,"155":30,"156":18,"158":34,"159":8,"16":118,"160":24,"161":165,"167":25,"168":3,"17":162,"18":654,"19":396,"20":82,"209":16,"21":391,"210":20,"211":2,"214":17,"215":93,"221":161,"223":291,"224":87,"225":254,"23":272,"24":770,"25":238,"257":60,"26":140,"268":6,"27":30,"273":62,"276":34,"279":7,"28":453,"281":23,"282":13,"291":22,"292":106,"30":59,"302":5,"306":1,"31":37,"314":13,"317":10,"32":17,"33":27,"34":34,"347":9,"35":47,"352":439,"36":113,"37":32,"38":295,"380":13,"381":26,"383":25,"389":1,"39":66,"391":18,"397":16,"40":20,"409":48,"41":50,"414":5,"415":33,"419":5,"42":51,"426":1,"43":24,"430":8,"433":3,"44":20,"45":40,"46":214,"48":40,"49":30,"5":522,"51":52,"52":57,"53":68,"56":4,"570":5,"6":178,"63":27,"7":426,"79":23,"8":221,"80":17,"9":166,"all_client":62418,"all_tv_clinet":10219,"insert_time":"2014-08-19T01:42:36.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52366,"10":16,"107":378,"11":242,"12":56,"13":355,"14":112,"15":91,"155":31,"156":18,"158":33,"159":7,"16":113,"160":25,"161":165,"167":23,"168":3,"17":164,"18":662,"19":394,"20":83,"209":17,"21":387,"210":20,"211":2,"214":18,"215":90,"221":168,"223":309,"224":82,"225":255,"23":276,"24":756,"25":247,"257":56,"26":141,"268":6,"27":33,"273":60,"276":33,"279":10,"28":457,"281":23,"282":15,"291":22,"292":119,"30":60,"302":5,"306":1,"31":36,"314":13,"317":10,"32":17,"33":29,"34":32,"347":9,"35":50,"352":435,"36":119,"37":31,"38":300,"380":13,"381":25,"383":24,"389":1,"39":64,"391":19,"397":15,"40":24,"409":45,"41":47,"414":6,"415":33,"419":6,"42":52,"426":1,"43":23,"430":7,"433":2,"44":21,"45":39,"46":209,"48":38,"49":29,"5":533,"51":51,"52":57,"53":67,"56":4,"570":4,"6":175,"63":27,"7":435,"79":23,"8":218,"80":17,"9":164,"all_client":62604,"all_tv_clinet":10238,"insert_time":"2014-08-19T01:43:37.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52560,"10":16,"107":370,"11":255,"12":58,"13":354,"14":108,"15":79,"155":30,"156":18,"158":29,"159":8,"16":110,"160":22,"161":154,"167":24,"168":3,"17":166,"18":660,"19":391,"20":82,"209":17,"21":391,"210":19,"211":2,"214":20,"215":85,"221":162,"223":314,"224":75,"225":252,"23":285,"24":742,"25":258,"257":56,"26":147,"268":5,"27":36,"273":56,"276":30,"279":10,"28":457,"281":21,"282":15,"291":20,"292":124,"30":62,"302":5,"306":1,"31":35,"314":13,"317":9,"32":18,"33":32,"34":32,"347":10,"35":50,"352":448,"36":120,"37":29,"38":296,"380":13,"381":25,"383":26,"389":1,"39":61,"391":19,"397":14,"40":23,"409":47,"41":49,"414":6,"415":34,"419":7,"42":50,"426":1,"43":22,"430":6,"433":2,"44":25,"45":40,"46":207,"48":37,"49":29,"5":552,"51":48,"52":58,"53":68,"56":5,"570":4,"6":170,"63":27,"7":429,"79":24,"8":221,"80":17,"9":156,"all_client":62779,"all_tv_clinet":10219,"insert_time":"2014-08-19T01:44:38.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52733,"10":18,"107":363,"11":259,"12":58,"13":363,"14":105,"15":71,"155":29,"156":17,"158":29,"159":8,"16":113,"160":23,"161":159,"167":26,"168":4,"17":167,"18":661,"19":388,"20":81,"209":19,"21":391,"210":20,"211":2,"214":20,"215":85,"221":166,"223":317,"224":67,"225":250,"23":281,"24":726,"25":265,"257":54,"26":151,"268":3,"27":43,"273":55,"276":29,"279":10,"28":462,"281":21,"282":16,"291":21,"292":127,"30":64,"302":5,"306":1,"31":33,"314":14,"317":8,"32":21,"33":34,"34":35,"347":11,"35":50,"352":465,"36":127,"37":28,"38":293,"380":13,"381":27,"383":25,"389":1,"39":60,"391":22,"396":1,"397":13,"40":24,"409":48,"41":51,"414":6,"415":32,"419":8,"42":51,"426":1,"43":22,"430":6,"433":3,"44":28,"45":41,"46":202,"48":41,"49":29,"5":566,"51":46,"52":57,"53":65,"56":8,"570":3,"6":171,"63":26,"7":420,"79":24,"8":216,"80":17,"9":146,"all_client":62985,"all_tv_clinet":10252,"insert_time":"2014-08-19T01:45:38.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52864,"10":19,"107":392,"11":257,"12":62,"13":377,"14":103,"15":69,"155":29,"156":17,"158":30,"159":8,"16":107,"160":22,"161":156,"167":27,"168":3,"17":169,"18":628,"19":397,"20":82,"209":21,"21":400,"210":20,"211":2,"214":19,"215":85,"221":174,"223":321,"224":67,"225":254,"23":291,"24":732,"25":269,"257":55,"26":161,"268":3,"27":46,"273":56,"276":27,"279":8,"28":466,"281":18,"282":17,"291":20,"292":134,"30":67,"302":6,"306":1,"31":38,"314":11,"317":8,"32":19,"33":32,"34":35,"347":11,"35":50,"352":473,"36":126,"37":31,"38":302,"380":12,"381":26,"383":23,"389":1,"39":60,"391":23,"396":1,"397":14,"40":25,"409":47,"41":50,"414":5,"415":32,"419":8,"42":49,"426":4,"43":23,"430":6,"433":4,"44":31,"45":41,"46":194,"48":35,"49":38,"5":562,"51":42,"52":52,"53":65,"56":8,"570":2,"6":168,"63":21,"7":416,"79":24,"8":210,"80":16,"9":133,"all_client":63165,"all_tv_clinet":10301,"insert_time":"2014-08-19T01:46:39.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53044,"10":14,"107":408,"11":266,"12":64,"13":382,"14":104,"15":70,"155":28,"156":17,"158":31,"159":7,"16":104,"160":24,"161":161,"167":26,"168":3,"17":174,"18":614,"19":409,"20":78,"209":24,"21":403,"210":20,"211":2,"214":19,"215":84,"221":178,"223":323,"224":66,"225":255,"23":295,"24":724,"25":278,"257":55,"26":163,"268":3,"27":48,"273":59,"276":27,"279":9,"28":471,"281":19,"282":14,"291":20,"292":132,"30":69,"302":5,"306":1,"31":37,"314":12,"317":7,"32":17,"33":28,"34":31,"347":10,"35":50,"352":476,"36":121,"37":32,"38":302,"380":11,"381":25,"383":24,"389":1,"39":61,"391":23,"396":2,"397":14,"40":30,"409":50,"41":51,"414":5,"415":35,"419":7,"42":48,"426":3,"43":24,"430":7,"433":4,"44":37,"45":40,"46":187,"48":35,"49":40,"5":563,"51":40,"52":44,"53":69,"56":9,"570":2,"6":168,"63":21,"7":421,"79":28,"8":199,"80":14,"9":127,"all_client":63386,"all_tv_clinet":10342,"insert_time":"2014-08-19T01:47:39.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53231,"10":13,"107":408,"11":267,"12":63,"13":390,"14":103,"15":75,"155":26,"156":18,"158":29,"159":7,"16":102,"160":25,"161":170,"167":30,"168":2,"17":172,"18":605,"19":419,"20":77,"209":22,"21":415,"210":19,"211":2,"214":19,"215":83,"221":176,"223":323,"224":63,"225":259,"23":306,"24":710,"25":277,"257":55,"26":163,"268":3,"27":45,"273":61,"276":26,"279":8,"28":473,"281":18,"282":15,"291":19,"292":124,"30":70,"302":5,"306":1,"31":39,"314":11,"317":7,"32":14,"33":28,"34":28,"347":9,"35":52,"352":478,"36":122,"37":35,"38":308,"380":11,"381":25,"383":24,"389":1,"39":61,"391":23,"396":2,"397":14,"40":30,"409":55,"41":57,"414":9,"415":34,"419":10,"42":53,"426":2,"43":24,"430":7,"433":4,"44":40,"45":41,"46":180,"48":35,"49":42,"5":567,"51":36,"52":37,"53":73,"56":9,"570":1,"6":166,"63":20,"7":429,"79":31,"8":198,"80":13,"9":124,"all_client":63611,"all_tv_clinet":10380,"insert_time":"2014-08-19T01:48:40.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53456,"10":12,"107":383,"11":270,"12":61,"13":392,"14":96,"15":79,"155":27,"156":18,"158":33,"159":7,"16":104,"160":22,"161":175,"167":31,"168":2,"17":172,"18":621,"19":419,"20":74,"209":22,"21":422,"210":20,"211":2,"214":19,"215":83,"221":178,"223":329,"224":61,"225":260,"23":300,"24":707,"25":268,"257":53,"26":171,"268":2,"27":44,"273":61,"276":25,"279":7,"28":473,"281":18,"282":14,"291":20,"292":106,"30":70,"302":5,"306":1,"31":40,"314":11,"317":7,"32":11,"33":29,"34":28,"347":9,"35":50,"352":479,"36":124,"37":33,"38":311,"380":12,"381":25,"383":25,"39":61,"391":22,"396":2,"397":13,"40":34,"409":59,"41":61,"414":10,"415":35,"419":11,"42":58,"426":2,"43":25,"430":6,"433":4,"44":41,"45":41,"46":177,"48":34,"49":36,"5":564,"51":34,"52":34,"53":73,"56":11,"570":1,"6":165,"63":20,"7":434,"79":32,"8":197,"80":13,"9":119,"all_client":63818,"all_tv_clinet":10362,"insert_time":"2014-08-19T01:49:41.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53644,"10":13,"107":406,"11":265,"12":61,"13":392,"14":94,"15":80,"155":28,"156":19,"158":32,"159":8,"16":103,"160":21,"161":174,"167":29,"168":2,"17":175,"18":618,"19":426,"20":74,"209":22,"21":423,"210":19,"211":2,"214":20,"215":86,"221":183,"223":331,"224":64,"225":265,"23":301,"24":707,"25":272,"257":54,"26":176,"268":2,"27":46,"273":65,"276":25,"279":6,"28":479,"281":18,"282":13,"291":20,"292":99,"30":73,"302":5,"306":1,"31":37,"314":11,"317":8,"32":10,"33":29,"34":29,"347":8,"35":48,"352":473,"36":123,"37":36,"38":312,"380":12,"381":23,"383":25,"39":64,"391":21,"396":3,"397":13,"40":31,"409":62,"41":63,"414":9,"415":37,"419":11,"42":60,"426":3,"43":25,"430":6,"433":3,"44":43,"45":40,"46":180,"48":36,"49":36,"5":549,"51":32,"52":31,"53":72,"56":14,"570":1,"6":169,"63":19,"7":446,"79":31,"8":188,"80":13,"9":118,"all_client":64054,"all_tv_clinet":10410,"insert_time":"2014-08-19T01:50:42.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53815,"10":12,"107":413,"11":282,"12":64,"13":389,"14":95,"15":81,"155":27,"156":17,"158":32,"159":7,"16":105,"160":21,"161":179,"167":28,"168":2,"17":178,"18":618,"19":426,"20":76,"209":21,"21":430,"210":21,"211":2,"214":21,"215":86,"221":187,"223":331,"224":67,"225":255,"23":303,"24":709,"25":266,"257":54,"26":178,"268":2,"27":48,"273":70,"276":25,"279":5,"28":488,"281":18,"282":12,"291":20,"292":105,"30":76,"302":5,"306":1,"31":34,"314":11,"317":8,"32":8,"33":28,"34":31,"347":7,"35":49,"352":477,"36":120,"37":36,"38":315,"380":13,"381":25,"383":23,"39":69,"391":21,"396":2,"397":11,"40":35,"409":60,"41":69,"414":9,"415":42,"419":8,"42":61,"426":4,"43":25,"430":6,"433":3,"44":45,"45":41,"46":176,"48":37,"49":37,"5":529,"51":27,"52":29,"53":69,"56":14,"570":2,"6":169,"63":19,"7":457,"79":31,"8":191,"80":13,"9":117,"all_client":64286,"all_tv_clinet":10471,"insert_time":"2014-08-19T01:51:42.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53997,"10":12,"107":399,"11":284,"12":66,"13":394,"14":95,"15":82,"155":26,"156":17,"158":31,"159":6,"16":104,"160":23,"161":172,"167":28,"168":3,"17":183,"18":611,"19":428,"20":80,"209":20,"21":429,"210":20,"211":2,"214":20,"215":89,"221":186,"223":317,"224":65,"225":266,"23":300,"24":709,"25":276,"257":53,"26":167,"268":2,"27":48,"273":73,"276":25,"279":5,"28":464,"281":19,"282":12,"291":19,"292":111,"30":79,"302":6,"306":1,"31":35,"314":12,"317":8,"32":9,"33":27,"34":31,"347":7,"35":47,"352":469,"36":119,"37":37,"38":319,"380":11,"381":23,"383":24,"39":69,"391":20,"396":3,"397":12,"40":42,"409":60,"41":73,"414":11,"415":46,"419":8,"42":64,"426":3,"43":21,"430":7,"433":3,"44":46,"45":42,"46":184,"48":40,"49":37,"5":537,"51":27,"52":32,"53":65,"56":14,"570":2,"6":165,"63":18,"7":467,"79":28,"8":190,"80":14,"9":121,"all_client":64473,"all_tv_clinet":10476,"insert_time":"2014-08-19T01:52:43.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54158,"10":11,"107":394,"11":291,"12":69,"13":397,"14":95,"15":82,"155":26,"156":19,"158":31,"159":6,"16":101,"160":24,"161":177,"167":29,"168":3,"17":191,"18":607,"19":434,"20":78,"209":19,"21":432,"210":19,"211":2,"214":19,"215":89,"221":201,"223":317,"224":69,"225":252,"23":296,"24":723,"25":281,"257":55,"26":146,"268":2,"27":51,"273":73,"276":24,"279":6,"28":450,"281":19,"282":14,"291":19,"292":116,"30":79,"302":4,"31":38,"314":12,"317":8,"32":8,"33":29,"34":33,"347":6,"35":48,"352":477,"36":123,"37":40,"38":314,"380":11,"381":25,"383":21,"39":72,"391":19,"396":2,"397":12,"40":46,"409":59,"41":70,"414":9,"415":47,"419":8,"42":66,"426":4,"43":22,"430":9,"433":3,"44":47,"45":42,"46":181,"48":41,"49":38,"5":542,"51":29,"52":32,"53":66,"56":17,"570":2,"6":160,"63":18,"7":461,"79":27,"8":191,"80":12,"9":121,"all_client":64668,"all_tv_clinet":10510,"insert_time":"2014-08-19T01:53:44.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54292,"10":12,"107":393,"11":291,"12":70,"13":395,"14":89,"15":89,"155":26,"156":19,"158":31,"159":7,"16":103,"160":23,"161":173,"167":30,"168":3,"17":191,"18":610,"19":438,"20":82,"209":18,"21":444,"210":21,"211":2,"214":19,"215":87,"221":192,"223":319,"224":75,"225":251,"23":284,"24":750,"25":290,"257":54,"26":129,"268":3,"27":52,"273":73,"276":25,"279":6,"28":435,"281":17,"282":14,"291":19,"292":118,"30":77,"302":4,"31":37,"314":12,"317":8,"32":9,"33":28,"34":35,"347":7,"35":49,"352":483,"36":115,"37":39,"38":331,"380":10,"381":25,"383":20,"39":69,"391":20,"396":2,"397":12,"40":51,"409":58,"41":75,"414":11,"415":48,"419":6,"42":61,"426":4,"43":20,"430":9,"433":3,"44":48,"45":40,"46":192,"48":47,"49":38,"5":542,"51":31,"52":30,"53":67,"56":18,"570":2,"6":160,"63":20,"7":458,"79":30,"8":188,"80":12,"9":125,"all_client":64850,"all_tv_clinet":10558,"insert_time":"2014-08-19T01:54:44.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54494,"10":13,"107":400,"11":292,"12":75,"13":391,"14":81,"15":102,"155":27,"156":18,"158":34,"159":8,"16":105,"160":24,"161":176,"167":31,"168":3,"17":191,"18":610,"19":446,"20":83,"209":17,"21":453,"210":21,"211":2,"214":21,"215":83,"221":184,"223":323,"224":77,"225":244,"23":277,"24":770,"25":300,"257":57,"26":122,"268":6,"27":56,"273":77,"276":26,"279":6,"28":420,"281":17,"282":12,"291":20,"292":113,"30":71,"302":3,"306":1,"31":32,"314":12,"317":7,"32":9,"33":33,"34":37,"347":6,"35":51,"352":487,"36":114,"37":40,"38":331,"380":8,"381":22,"383":19,"39":75,"391":20,"396":2,"397":12,"40":51,"409":59,"41":79,"414":9,"415":45,"419":6,"42":53,"426":6,"43":21,"430":9,"433":3,"44":53,"45":37,"46":195,"48":53,"49":42,"5":539,"51":30,"52":30,"53":63,"56":19,"570":2,"6":152,"63":17,"7":444,"79":29,"8":181,"80":10,"9":128,"all_client":65065,"all_tv_clinet":10571,"insert_time":"2014-08-19T01:55:45.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54751,"10":11,"107":387,"11":288,"12":77,"13":382,"14":76,"15":118,"155":27,"156":17,"158":34,"159":7,"16":116,"160":24,"161":173,"167":32,"168":3,"17":197,"18":613,"19":438,"20":85,"209":16,"21":457,"210":22,"211":1,"214":21,"215":86,"221":184,"223":318,"224":80,"225":260,"23":275,"24":781,"25":312,"257":58,"26":114,"268":7,"27":56,"273":77,"276":27,"279":6,"28":410,"281":18,"282":12,"291":21,"292":108,"30":71,"302":3,"306":1,"31":30,"314":11,"317":7,"32":12,"33":33,"34":40,"347":5,"35":50,"352":492,"36":111,"37":41,"38":328,"380":8,"381":18,"383":21,"39":80,"391":21,"396":3,"397":10,"40":55,"409":63,"41":83,"414":11,"415":47,"419":6,"42":46,"426":5,"43":20,"430":9,"433":4,"44":53,"45":33,"46":200,"48":51,"49":41,"5":534,"51":27,"52":34,"53":59,"56":19,"570":3,"6":149,"63":14,"7":438,"79":28,"8":183,"80":10,"9":133,"all_client":65337,"all_tv_clinet":10586,"insert_time":"2014-08-19T01:56:46.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54910,"10":11,"107":390,"11":299,"12":76,"13":382,"14":79,"15":131,"155":28,"156":18,"158":35,"159":7,"16":120,"160":24,"161":162,"167":32,"168":3,"17":204,"18":615,"19":425,"20":82,"209":17,"21":458,"210":21,"211":1,"214":19,"215":91,"221":187,"223":316,"224":81,"225":258,"23":273,"24":815,"25":313,"257":59,"26":112,"268":7,"27":57,"273":71,"276":27,"279":6,"28":407,"281":18,"282":13,"291":21,"292":102,"30":73,"302":3,"306":1,"31":29,"314":11,"317":7,"32":11,"33":35,"34":42,"347":3,"35":53,"352":503,"36":110,"37":42,"38":328,"380":8,"381":20,"383":20,"39":81,"391":20,"396":3,"397":9,"40":58,"409":72,"41":86,"414":12,"415":46,"419":6,"42":44,"426":3,"43":21,"430":10,"433":4,"44":54,"45":30,"46":196,"48":53,"49":41,"5":535,"51":27,"52":38,"53":57,"56":20,"570":3,"6":148,"63":13,"7":436,"79":28,"8":180,"80":12,"9":127,"all_client":65555,"all_tv_clinet":10645,"insert_time":"2014-08-19T01:57:46.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55100,"10":11,"107":396,"11":297,"12":72,"13":381,"14":79,"15":137,"155":28,"156":20,"158":35,"159":9,"16":123,"160":24,"161":153,"167":33,"168":3,"17":199,"18":599,"19":408,"20":77,"209":18,"21":458,"210":22,"211":1,"214":18,"215":92,"221":188,"223":316,"224":88,"225":258,"23":276,"24":842,"25":328,"257":58,"26":109,"268":9,"27":60,"273":67,"276":26,"279":5,"28":404,"281":19,"282":14,"291":21,"292":102,"30":70,"302":3,"306":1,"31":26,"314":11,"317":7,"32":12,"33":37,"34":43,"347":3,"35":56,"352":509,"36":108,"37":46,"38":339,"380":8,"381":21,"383":20,"39":88,"391":21,"396":2,"397":10,"40":57,"409":80,"41":86,"414":13,"415":48,"419":6,"42":40,"426":2,"43":20,"430":9,"433":5,"44":58,"45":33,"46":194,"48":53,"49":41,"5":523,"51":27,"52":45,"53":58,"56":22,"570":3,"6":149,"63":12,"7":442,"79":28,"8":182,"80":12,"9":130,"all_client":65802,"all_tv_clinet":10702,"insert_time":"2014-08-19T01:58:47.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55395,"10":11,"107":387,"11":305,"12":73,"13":374,"14":72,"15":142,"155":28,"156":20,"158":35,"159":9,"16":126,"160":22,"161":141,"167":33,"168":4,"17":197,"18":586,"19":396,"20":78,"209":17,"21":465,"210":21,"211":1,"214":17,"215":87,"221":192,"223":324,"224":83,"225":269,"23":272,"24":862,"25":333,"257":59,"26":110,"268":9,"27":60,"273":64,"276":26,"279":4,"28":394,"281":19,"282":14,"291":22,"292":107,"30":76,"302":3,"306":1,"31":28,"314":12,"317":8,"32":13,"33":37,"34":45,"347":3,"35":59,"352":501,"36":112,"37":44,"38":349,"380":8,"381":21,"383":19,"39":89,"391":19,"396":2,"397":10,"40":62,"409":82,"41":84,"414":14,"415":44,"419":5,"42":40,"426":2,"43":20,"430":9,"433":6,"44":59,"45":36,"46":184,"48":53,"49":46,"5":531,"51":28,"52":46,"53":56,"56":23,"570":3,"6":145,"63":10,"7":439,"79":30,"8":189,"80":11,"9":121,"all_client":66102,"all_tv_clinet":10707,"insert_time":"2014-08-19T01:59:48.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55660,"10":11,"107":375,"11":314,"12":78,"13":370,"14":69,"15":135,"155":34,"156":20,"158":35,"159":10,"16":136,"160":20,"161":146,"167":32,"168":4,"17":198,"18":565,"19":401,"20":75,"209":19,"21":473,"210":21,"211":1,"214":15,"215":86,"221":193,"223":322,"224":85,"225":275,"23":271,"24":838,"25":343,"257":63,"26":102,"268":9,"27":63,"273":67,"276":27,"279":6,"28":392,"281":19,"282":15,"291":21,"292":110,"30":75,"302":3,"306":1,"31":28,"314":12,"317":8,"32":12,"33":36,"34":46,"347":3,"35":62,"352":503,"36":112,"37":43,"38":344,"380":8,"381":21,"383":21,"39":94,"391":18,"396":2,"397":10,"40":62,"409":87,"41":84,"414":15,"415":46,"419":5,"42":38,"426":3,"43":19,"430":9,"433":6,"44":61,"45":35,"46":168,"48":53,"49":51,"5":544,"51":27,"52":50,"53":56,"56":22,"570":3,"6":150,"63":10,"7":436,"79":27,"8":197,"80":10,"9":119,"all_client":66379,"all_tv_clinet":10719,"insert_time":"2014-08-19T02:00:49.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55852,"10":11,"107":375,"11":323,"12":84,"13":366,"14":72,"15":129,"155":32,"156":20,"158":35,"159":9,"16":135,"160":18,"161":146,"167":32,"168":4,"17":192,"18":558,"19":391,"20":79,"209":18,"21":480,"210":20,"211":1,"214":14,"215":83,"221":193,"223":333,"224":87,"225":269,"23":273,"24":841,"25":351,"257":62,"26":99,"268":9,"27":64,"273":61,"276":27,"279":6,"28":395,"281":19,"282":14,"291":20,"292":119,"30":74,"302":3,"306":1,"31":26,"314":16,"317":9,"32":12,"33":36,"34":49,"347":3,"35":64,"352":492,"36":105,"37":45,"38":364,"380":8,"381":23,"383":22,"39":91,"391":19,"396":4,"397":10,"40":61,"409":90,"41":78,"414":14,"415":43,"419":5,"42":36,"426":5,"43":18,"430":13,"433":6,"44":63,"45":35,"46":149,"48":50,"49":55,"5":545,"51":27,"52":50,"53":57,"56":23,"570":3,"6":150,"63":11,"7":440,"79":29,"8":200,"80":10,"9":106,"all_client":66569,"all_tv_clinet":10717,"insert_time":"2014-08-19T02:01:49.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55997,"10":11,"107":387,"11":308,"12":80,"13":379,"14":72,"15":128,"155":31,"156":18,"158":36,"159":9,"16":137,"160":17,"161":151,"167":34,"168":4,"17":188,"18":558,"19":393,"20":81,"209":22,"21":485,"210":20,"211":2,"214":14,"215":82,"221":191,"223":350,"224":87,"225":275,"23":275,"24":844,"25":352,"257":59,"26":97,"268":10,"27":69,"273":60,"276":27,"279":6,"28":395,"281":21,"282":15,"291":22,"292":120,"30":73,"302":3,"306":1,"31":27,"314":14,"317":9,"32":14,"33":36,"34":48,"347":3,"35":65,"352":499,"36":104,"37":47,"38":357,"380":7,"381":26,"383":24,"39":94,"391":19,"396":3,"397":10,"40":58,"409":90,"41":74,"414":15,"415":41,"419":5,"42":30,"426":4,"43":19,"430":15,"433":4,"44":64,"45":31,"46":146,"48":48,"49":55,"5":553,"51":31,"52":52,"53":50,"56":24,"570":3,"6":146,"63":10,"7":435,"79":30,"8":209,"80":9,"9":103,"all_client":66756,"all_tv_clinet":10759,"insert_time":"2014-08-19T02:02:50.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56137,"10":13,"107":387,"11":302,"12":79,"13":384,"14":78,"15":123,"155":30,"156":18,"158":37,"159":8,"16":135,"160":19,"161":152,"167":35,"168":4,"17":177,"18":568,"19":389,"20":88,"209":27,"21":484,"210":18,"211":2,"214":14,"215":81,"221":187,"223":367,"224":88,"225":285,"23":271,"24":847,"25":358,"257":56,"26":98,"268":9,"27":72,"273":56,"276":28,"279":5,"28":392,"281":22,"282":15,"291":20,"292":121,"30":71,"302":3,"306":1,"31":30,"314":14,"317":9,"32":15,"33":37,"34":47,"347":3,"35":62,"352":505,"36":107,"37":48,"38":354,"380":7,"381":25,"383":26,"389":1,"39":100,"391":18,"396":3,"397":11,"40":56,"409":90,"41":74,"414":16,"415":42,"419":5,"42":27,"426":3,"43":18,"430":18,"433":3,"44":60,"45":34,"46":140,"48":48,"49":54,"5":551,"51":34,"52":51,"53":55,"56":25,"570":3,"6":147,"63":11,"7":438,"79":30,"8":210,"80":10,"9":107,"all_client":66943,"all_tv_clinet":10806,"insert_time":"2014-08-19T02:03:51.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56354,"10":12,"107":385,"11":298,"12":79,"13":371,"14":80,"15":123,"155":31,"156":17,"158":40,"159":7,"16":133,"160":17,"161":151,"167":35,"168":4,"17":171,"18":568,"19":393,"20":90,"209":29,"21":487,"210":17,"211":2,"214":17,"215":81,"221":183,"223":381,"224":91,"225":278,"23":281,"24":864,"25":367,"257":60,"26":101,"268":8,"27":75,"273":58,"276":28,"279":5,"28":395,"281":22,"282":15,"291":21,"292":128,"30":64,"302":4,"306":1,"31":28,"314":13,"317":7,"32":15,"33":34,"34":47,"347":3,"35":63,"352":509,"36":107,"37":44,"38":346,"380":8,"381":21,"383":26,"389":1,"39":106,"391":21,"396":1,"397":10,"40":48,"409":80,"41":78,"414":19,"415":41,"419":5,"42":26,"426":1,"43":21,"430":18,"433":2,"44":54,"45":35,"46":135,"48":49,"49":55,"5":551,"51":35,"52":56,"53":52,"56":26,"570":4,"6":139,"63":12,"7":438,"79":30,"8":219,"80":11,"9":111,"all_client":67183,"all_tv_clinet":10829,"insert_time":"2014-08-19T02:04:52.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56545,"10":14,"107":400,"11":302,"12":81,"13":358,"14":84,"15":127,"155":31,"156":18,"158":39,"159":7,"16":140,"160":17,"161":163,"167":33,"168":4,"17":173,"18":568,"19":394,"20":90,"209":30,"21":484,"210":18,"211":2,"214":16,"215":83,"221":180,"223":380,"224":95,"225":279,"23":278,"24":872,"25":359,"257":60,"26":102,"268":7,"27":77,"273":57,"276":28,"279":6,"28":403,"281":20,"282":16,"291":20,"292":137,"30":50,"302":5,"306":1,"31":23,"314":12,"317":7,"32":15,"33":35,"34":49,"347":2,"35":65,"352":506,"36":108,"37":43,"38":343,"380":7,"381":20,"383":26,"389":1,"39":108,"391":23,"396":1,"397":11,"40":46,"409":73,"41":80,"414":20,"415":39,"419":5,"42":27,"426":1,"43":25,"430":18,"433":2,"44":44,"45":37,"46":135,"48":52,"49":55,"5":561,"51":33,"52":60,"53":51,"56":28,"570":4,"6":136,"63":12,"7":441,"79":28,"8":224,"80":13,"9":115,"all_client":67423,"all_tv_clinet":10878,"insert_time":"2014-08-19T02:05:52.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56766,"10":12,"107":406,"11":300,"12":78,"13":349,"14":84,"15":127,"155":31,"156":19,"158":38,"159":6,"16":141,"160":19,"161":169,"167":32,"168":4,"17":171,"18":576,"19":389,"20":90,"209":32,"21":489,"210":19,"211":2,"214":16,"215":82,"221":183,"223":384,"224":95,"225":276,"23":278,"24":873,"25":368,"257":61,"26":101,"268":7,"27":73,"273":59,"276":29,"279":6,"28":408,"281":20,"282":15,"291":20,"292":138,"30":43,"302":5,"306":1,"31":24,"314":12,"317":6,"32":15,"33":32,"34":48,"347":2,"35":63,"352":497,"36":107,"37":42,"38":351,"380":6,"381":23,"383":29,"389":1,"39":110,"391":21,"396":4,"397":11,"40":45,"409":65,"41":79,"414":22,"415":39,"419":6,"42":28,"426":1,"43":26,"430":20,"433":3,"44":36,"45":37,"46":132,"48":48,"49":54,"5":559,"51":36,"52":62,"53":46,"56":32,"570":4,"6":132,"63":12,"7":455,"79":29,"8":230,"80":13,"9":121,"all_client":67666,"all_tv_clinet":10900,"insert_time":"2014-08-19T02:06:53.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56936,"10":13,"107":410,"11":299,"12":74,"13":335,"14":90,"15":124,"155":32,"156":18,"158":36,"159":6,"16":143,"160":21,"161":170,"167":30,"168":4,"17":164,"18":572,"19":383,"20":98,"209":34,"21":492,"210":17,"211":2,"214":15,"215":85,"221":185,"223":385,"224":94,"225":299,"23":285,"24":910,"25":361,"257":59,"26":90,"268":7,"27":74,"273":63,"276":31,"279":5,"28":419,"281":20,"282":15,"291":18,"292":135,"30":43,"302":4,"306":1,"31":26,"314":12,"317":5,"32":16,"33":35,"34":52,"347":2,"35":60,"352":495,"36":108,"37":42,"38":344,"380":6,"381":25,"383":29,"389":1,"39":112,"391":20,"396":4,"397":11,"40":43,"409":59,"41":76,"414":24,"415":43,"419":7,"42":30,"43":28,"430":20,"433":3,"44":33,"45":36,"46":122,"48":47,"49":49,"5":552,"51":37,"52":62,"53":44,"56":36,"570":4,"6":132,"63":11,"7":463,"79":28,"8":235,"80":12,"9":131,"all_client":67878,"all_tv_clinet":10942,"insert_time":"2014-08-19T02:07:54.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57110,"10":15,"107":395,"11":301,"12":67,"13":326,"14":92,"15":132,"155":31,"156":18,"158":35,"159":8,"16":141,"160":21,"161":169,"167":29,"168":4,"17":153,"18":572,"19":379,"20":106,"209":33,"21":501,"210":17,"211":3,"214":16,"215":84,"221":190,"223":391,"224":92,"225":305,"23":294,"24":924,"25":364,"257":56,"26":87,"268":7,"27":76,"273":65,"276":30,"279":5,"28":428,"281":20,"282":12,"291":19,"292":136,"30":40,"302":4,"306":1,"31":25,"314":13,"317":5,"32":14,"33":34,"34":54,"347":2,"35":57,"352":504,"36":110,"37":42,"38":353,"380":6,"381":25,"383":31,"389":1,"39":117,"391":22,"396":3,"397":13,"40":41,"409":58,"41":73,"414":24,"415":43,"419":9,"42":29,"43":28,"430":19,"433":3,"44":32,"45":37,"46":119,"48":50,"49":47,"5":526,"51":37,"52":65,"53":43,"56":34,"570":4,"6":132,"63":10,"7":459,"79":27,"8":234,"80":12,"9":146,"all_client":68076,"all_tv_clinet":10966,"insert_time":"2014-08-19T02:08:55.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57328,"10":15,"107":396,"11":297,"12":63,"13":314,"14":97,"15":132,"155":31,"156":18,"158":34,"159":8,"16":145,"160":19,"161":171,"167":27,"168":4,"17":139,"18":587,"19":375,"20":110,"209":33,"21":501,"210":17,"211":3,"214":16,"215":84,"221":187,"223":416,"224":91,"225":308,"23":289,"24":944,"25":361,"257":55,"26":88,"268":7,"27":79,"273":71,"276":30,"279":5,"28":438,"281":22,"282":12,"291":21,"292":137,"30":35,"302":4,"306":1,"31":26,"314":13,"317":5,"32":14,"33":33,"34":55,"347":2,"35":52,"352":501,"36":117,"37":42,"38":354,"380":6,"381":24,"383":29,"389":1,"39":116,"391":24,"396":4,"397":13,"40":41,"409":58,"41":74,"414":21,"415":42,"419":9,"42":32,"426":1,"43":31,"430":20,"433":3,"44":30,"45":37,"46":116,"48":52,"49":46,"5":507,"51":38,"52":67,"53":45,"56":38,"570":4,"6":136,"63":10,"7":464,"79":26,"8":234,"80":13,"9":146,"all_client":68337,"all_tv_clinet":11009,"insert_time":"2014-08-19T02:09:56.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57455,"10":14,"107":383,"11":295,"12":58,"13":307,"14":98,"15":136,"155":32,"156":18,"158":33,"159":8,"16":143,"160":18,"161":172,"167":30,"168":4,"17":132,"18":606,"19":384,"20":112,"209":34,"21":508,"210":17,"211":3,"214":18,"215":86,"221":190,"223":412,"224":89,"225":312,"23":305,"24":947,"25":361,"257":57,"26":92,"268":6,"27":79,"273":73,"276":30,"279":5,"28":437,"281":21,"282":11,"291":21,"292":140,"30":33,"302":5,"306":1,"31":26,"314":13,"317":6,"32":15,"33":30,"34":54,"347":2,"35":52,"352":516,"36":117,"37":40,"38":365,"380":7,"381":26,"383":28,"389":1,"39":111,"391":22,"396":4,"397":12,"40":44,"409":59,"41":73,"414":20,"415":46,"419":10,"42":33,"426":1,"43":30,"430":21,"433":3,"44":29,"45":36,"46":118,"48":53,"49":40,"5":487,"51":35,"52":64,"53":46,"56":41,"570":5,"6":145,"63":11,"7":468,"79":28,"8":239,"80":13,"9":137,"all_client":68513,"all_tv_clinet":11058,"insert_time":"2014-08-19T02:10:56.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57696,"10":13,"107":386,"11":304,"12":57,"13":305,"14":99,"15":140,"155":32,"156":18,"158":36,"159":8,"16":141,"160":16,"161":175,"167":29,"168":4,"17":126,"18":622,"19":380,"20":106,"209":31,"21":507,"210":18,"211":3,"214":18,"215":88,"221":189,"223":418,"224":88,"225":322,"23":308,"24":967,"25":360,"257":57,"26":98,"268":6,"27":80,"273":76,"276":29,"279":5,"28":447,"281":21,"282":11,"291":21,"292":139,"30":31,"302":5,"306":1,"31":26,"314":13,"317":7,"32":13,"33":31,"34":53,"347":3,"35":50,"352":515,"36":115,"37":40,"38":356,"380":7,"381":27,"383":28,"389":1,"39":111,"391":23,"396":4,"397":12,"40":46,"409":52,"41":73,"414":18,"415":45,"419":9,"42":30,"426":1,"43":36,"430":20,"433":3,"44":30,"45":38,"46":116,"48":54,"49":37,"5":470,"51":34,"52":64,"53":50,"56":41,"570":5,"6":147,"63":12,"7":470,"79":28,"8":238,"80":11,"9":129,"all_client":68779,"all_tv_clinet":11083,"insert_time":"2014-08-19T02:11:57.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57861,"10":11,"107":391,"11":305,"12":56,"13":307,"14":96,"15":145,"155":31,"156":21,"158":38,"159":7,"16":140,"160":13,"161":168,"167":28,"168":3,"17":120,"18":624,"19":393,"20":105,"209":34,"21":504,"210":20,"211":3,"214":18,"215":89,"221":191,"223":429,"224":88,"225":319,"23":319,"24":975,"25":358,"257":59,"26":93,"268":6,"27":76,"273":68,"276":27,"279":4,"28":453,"281":21,"282":12,"291":20,"292":139,"30":28,"302":5,"306":3,"31":27,"314":13,"317":7,"32":14,"33":30,"34":55,"347":3,"35":50,"352":512,"36":114,"37":41,"38":371,"380":7,"381":28,"383":27,"389":1,"39":113,"391":24,"396":2,"397":12,"40":47,"409":49,"41":79,"414":16,"415":42,"419":9,"42":29,"426":2,"43":33,"430":22,"433":3,"44":26,"45":35,"46":120,"48":56,"49":36,"5":455,"51":35,"52":64,"53":52,"56":41,"570":5,"6":156,"63":12,"7":467,"79":23,"8":238,"80":11,"9":122,"all_client":68960,"all_tv_clinet":11099,"insert_time":"2014-08-19T02:12:58.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58082,"10":11,"107":397,"11":306,"12":54,"13":307,"14":100,"15":146,"155":31,"156":22,"158":36,"159":7,"16":145,"160":14,"161":168,"167":26,"168":3,"17":115,"18":629,"19":399,"20":97,"209":34,"21":515,"210":21,"211":3,"214":18,"215":88,"221":192,"223":438,"224":86,"225":307,"23":320,"24":989,"25":351,"257":58,"26":88,"268":6,"27":67,"273":57,"276":29,"279":4,"28":457,"281":22,"282":12,"291":19,"292":133,"30":23,"302":5,"306":3,"31":26,"314":14,"317":5,"32":13,"33":30,"34":57,"347":4,"35":49,"352":513,"36":111,"37":43,"38":370,"380":7,"381":31,"383":27,"389":1,"39":117,"391":26,"396":2,"397":13,"40":47,"409":51,"41":81,"414":13,"415":37,"419":9,"42":30,"426":2,"43":34,"430":23,"433":3,"44":26,"45":37,"46":120,"48":60,"49":34,"5":451,"51":37,"52":70,"53":49,"56":39,"570":6,"6":159,"63":13,"7":453,"79":24,"8":238,"80":12,"9":114,"all_client":69171,"all_tv_clinet":11089,"insert_time":"2014-08-19T02:13:59.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58278,"10":11,"107":398,"11":305,"12":54,"13":311,"14":96,"15":148,"155":33,"156":21,"158":36,"159":7,"16":154,"160":14,"161":168,"167":26,"168":3,"17":114,"18":642,"19":422,"20":97,"209":35,"21":519,"210":21,"211":3,"214":20,"215":88,"221":186,"223":446,"224":82,"225":305,"23":324,"24":1001,"25":342,"257":57,"26":86,"268":5,"27":59,"273":50,"276":31,"279":5,"28":460,"281":22,"282":12,"291":17,"292":123,"30":22,"302":5,"306":3,"31":27,"314":14,"317":3,"32":12,"33":28,"34":58,"347":5,"35":51,"352":520,"36":118,"37":46,"38":371,"380":7,"381":31,"383":26,"389":1,"39":121,"391":26,"396":2,"397":14,"40":46,"409":53,"41":80,"414":12,"415":38,"419":8,"42":29,"426":4,"43":36,"430":23,"433":3,"44":23,"45":38,"46":114,"48":60,"49":30,"5":446,"51":40,"52":72,"53":47,"56":40,"570":5,"6":166,"63":15,"7":441,"79":21,"8":236,"80":12,"9":106,"all_client":69392,"all_tv_clinet":11114,"insert_time":"2014-08-19T02:15:00.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58452,"10":11,"107":392,"11":312,"12":52,"13":319,"14":100,"15":144,"155":32,"156":19,"158":35,"159":8,"16":149,"160":12,"161":171,"167":22,"168":3,"17":114,"18":654,"19":438,"20":94,"209":36,"21":515,"210":21,"211":3,"214":20,"215":89,"221":182,"223":439,"224":82,"225":312,"23":327,"24":1013,"25":352,"257":59,"26":83,"268":5,"27":51,"273":46,"276":32,"279":5,"28":461,"281":23,"282":11,"291":18,"292":112,"30":22,"302":5,"306":3,"31":25,"314":15,"317":3,"32":12,"33":30,"34":60,"347":5,"35":50,"352":536,"36":117,"37":47,"38":383,"380":7,"381":31,"383":27,"389":1,"39":119,"391":26,"397":14,"40":47,"409":58,"41":80,"414":9,"415":36,"419":9,"42":31,"426":3,"43":36,"430":27,"433":3,"44":21,"45":37,"46":115,"48":61,"49":29,"5":452,"51":41,"52":74,"53":48,"56":39,"570":4,"6":170,"63":14,"7":424,"79":20,"8":241,"80":12,"9":100,"all_client":69609,"all_tv_clinet":11157,"insert_time":"2014-08-19T02:16:01.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58617,"10":12,"107":396,"11":328,"12":53,"13":321,"14":97,"15":145,"155":33,"156":18,"158":37,"159":7,"16":140,"160":12,"161":179,"167":22,"168":2,"17":120,"18":656,"19":455,"20":91,"209":37,"21":513,"210":21,"211":5,"214":21,"215":90,"221":187,"223":432,"224":83,"225":317,"23":328,"24":1008,"25":343,"257":61,"26":87,"268":5,"27":46,"273":51,"276":32,"279":5,"28":469,"281":22,"282":12,"291":19,"292":105,"30":20,"302":4,"306":3,"31":30,"314":13,"317":3,"32":16,"33":30,"34":61,"347":5,"35":49,"352":540,"36":120,"37":50,"38":390,"380":9,"381":28,"383":27,"389":1,"39":126,"391":27,"397":14,"40":47,"409":57,"41":80,"414":10,"415":38,"419":7,"42":30,"426":2,"43":37,"430":32,"433":3,"44":21,"45":35,"46":120,"48":63,"49":28,"5":455,"51":41,"52":73,"53":47,"56":36,"570":4,"6":177,"63":13,"7":413,"79":18,"8":244,"80":12,"9":99,"all_client":69848,"all_tv_clinet":11231,"insert_time":"2014-08-19T02:17:02.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58775,"10":12,"107":399,"11":335,"12":50,"13":320,"14":96,"15":143,"155":34,"156":19,"158":39,"159":8,"16":122,"160":12,"161":188,"167":21,"168":1,"17":131,"18":665,"19":453,"20":93,"209":39,"21":493,"210":20,"211":5,"214":20,"215":88,"221":185,"223":428,"224":84,"225":322,"23":335,"24":988,"25":341,"257":62,"26":93,"268":4,"27":42,"273":50,"276":36,"279":4,"28":473,"281":22,"282":13,"291":19,"292":102,"30":19,"302":4,"306":3,"31":29,"314":12,"317":3,"32":17,"33":31,"34":65,"347":6,"35":51,"352":545,"36":118,"37":51,"38":403,"380":9,"381":27,"383":27,"389":1,"39":127,"391":29,"397":14,"40":49,"409":65,"41":83,"414":9,"415":42,"419":8,"42":33,"426":3,"43":37,"430":31,"433":4,"44":20,"45":36,"46":116,"48":64,"49":29,"5":457,"51":41,"52":76,"53":43,"56":36,"570":3,"6":181,"63":13,"7":408,"79":17,"8":250,"80":14,"9":95,"all_client":70038,"all_tv_clinet":11263,"insert_time":"2014-08-19T02:18:02.845Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58915,"10":14,"107":404,"11":339,"12":49,"13":313,"14":99,"15":147,"155":34,"156":17,"158":39,"159":10,"16":124,"160":13,"161":191,"167":21,"168":1,"17":137,"18":668,"19":456,"20":90,"209":38,"21":476,"210":20,"211":6,"214":22,"215":86,"221":186,"223":432,"224":82,"225":331,"23":338,"24":988,"25":321,"257":57,"26":90,"268":3,"27":43,"273":49,"276":36,"279":5,"28":482,"281":22,"282":15,"291":18,"292":103,"30":18,"302":4,"306":2,"31":30,"314":12,"317":5,"32":16,"33":32,"34":69,"347":6,"35":53,"352":559,"36":121,"37":54,"38":422,"380":9,"381":27,"383":26,"389":1,"39":124,"391":29,"396":1,"397":14,"40":52,"409":67,"41":78,"414":9,"415":45,"419":8,"42":33,"426":4,"43":40,"430":28,"433":4,"44":22,"45":39,"46":119,"48":64,"49":30,"5":459,"51":40,"52":80,"53":42,"56":36,"570":4,"6":188,"63":13,"7":395,"79":19,"8":255,"80":13,"9":90,"all_client":70240,"all_tv_clinet":11325,"insert_time":"2014-08-19T02:19:03.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59023,"10":15,"107":398,"11":344,"12":49,"13":320,"14":96,"15":148,"155":35,"156":14,"158":40,"159":10,"16":117,"160":12,"161":194,"167":22,"168":1,"17":142,"18":666,"19":466,"20":92,"209":38,"21":462,"210":20,"211":5,"214":23,"215":87,"221":182,"223":445,"224":82,"225":329,"23":334,"24":994,"25":316,"257":57,"26":88,"268":2,"27":39,"273":55,"276":36,"279":5,"28":496,"281":22,"282":14,"291":17,"292":102,"30":17,"302":4,"306":2,"31":30,"314":11,"317":5,"32":14,"33":35,"34":71,"347":6,"35":52,"352":563,"36":118,"37":59,"38":417,"380":9,"381":28,"383":27,"389":1,"39":127,"391":25,"396":2,"397":14,"40":55,"409":65,"41":74,"414":5,"415":45,"419":9,"42":33,"426":5,"43":37,"430":28,"433":4,"44":25,"45":42,"46":118,"48":68,"49":30,"5":470,"51":44,"52":83,"53":43,"56":37,"570":4,"6":183,"63":13,"7":385,"79":20,"8":254,"80":14,"9":90,"all_client":70374,"all_tv_clinet":11351,"insert_time":"2014-08-19T02:20:04.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59188,"10":14,"107":390,"11":345,"12":48,"13":326,"14":97,"15":153,"155":35,"156":15,"158":39,"159":10,"16":116,"160":11,"161":186,"167":22,"168":1,"17":144,"18":663,"19":469,"20":89,"209":35,"21":456,"210":20,"211":5,"214":22,"215":89,"221":181,"223":456,"224":82,"225":334,"23":336,"24":1012,"25":307,"257":58,"26":85,"268":2,"27":37,"273":55,"276":35,"279":6,"28":502,"281":23,"282":13,"291":16,"292":105,"30":17,"302":4,"306":2,"31":30,"314":11,"317":5,"32":15,"33":35,"34":71,"347":8,"35":54,"352":570,"36":117,"37":63,"38":415,"380":9,"381":27,"383":28,"389":1,"39":127,"391":25,"396":2,"397":14,"40":56,"409":61,"41":74,"414":4,"415":49,"419":9,"42":34,"426":5,"43":38,"430":28,"433":3,"44":25,"45":43,"46":112,"48":67,"49":28,"5":477,"51":46,"52":83,"53":40,"56":37,"570":6,"6":187,"63":13,"7":381,"79":20,"8":255,"80":13,"9":92,"all_client":70569,"all_tv_clinet":11381,"insert_time":"2014-08-19T02:21:04.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59443,"10":12,"107":388,"11":356,"12":47,"13":332,"14":96,"15":152,"155":32,"156":15,"158":40,"159":9,"16":109,"160":11,"161":190,"167":22,"168":1,"17":149,"18":673,"19":463,"20":89,"209":32,"21":446,"210":20,"211":6,"214":22,"215":87,"221":185,"223":472,"224":84,"225":335,"23":350,"24":1010,"25":294,"257":61,"26":87,"268":6,"27":35,"273":58,"276":32,"279":6,"28":500,"281":22,"282":11,"291":15,"292":106,"30":17,"302":4,"306":2,"31":35,"314":11,"317":5,"32":14,"33":34,"34":72,"347":7,"35":52,"352":557,"36":119,"37":62,"38":418,"380":9,"381":25,"383":27,"389":1,"39":128,"391":25,"396":2,"397":13,"40":56,"409":57,"41":73,"414":4,"415":51,"419":8,"42":34,"426":5,"43":35,"430":29,"433":2,"44":24,"45":43,"46":117,"48":64,"49":28,"5":479,"51":49,"52":83,"53":36,"56":38,"570":6,"6":189,"63":13,"7":380,"79":20,"8":257,"80":12,"9":95,"all_client":70837,"all_tv_clinet":11394,"insert_time":"2014-08-19T02:22:05.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59660,"10":12,"107":398,"11":362,"12":46,"13":334,"14":95,"15":152,"155":28,"156":17,"158":38,"159":10,"16":121,"160":11,"161":187,"167":24,"168":1,"17":151,"18":670,"19":462,"20":90,"209":32,"21":440,"210":19,"211":6,"214":22,"215":87,"221":177,"223":480,"224":83,"225":331,"23":354,"24":1019,"25":296,"257":61,"26":85,"268":6,"27":34,"273":59,"276":32,"279":7,"28":507,"281":22,"282":10,"291":15,"292":109,"30":19,"302":4,"306":2,"31":35,"314":12,"317":7,"32":15,"33":35,"34":70,"347":9,"35":53,"352":556,"36":123,"37":67,"38":409,"380":9,"381":26,"383":26,"389":1,"39":118,"391":24,"396":1,"397":13,"40":56,"409":58,"41":76,"414":4,"415":49,"419":8,"42":37,"426":5,"43":37,"430":28,"433":2,"44":21,"45":43,"46":117,"48":59,"49":29,"5":481,"51":49,"52":85,"53":38,"56":37,"570":6,"6":188,"63":14,"7":376,"79":20,"8":264,"80":12,"9":98,"all_client":71093,"all_tv_clinet":11433,"insert_time":"2014-08-19T02:23:06.163Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59792,"10":11,"107":404,"11":374,"12":44,"13":331,"14":95,"15":142,"155":24,"156":18,"158":41,"159":10,"16":130,"160":10,"161":188,"167":25,"168":1,"17":151,"18":662,"19":444,"20":88,"209":39,"21":447,"210":18,"211":6,"214":21,"215":86,"221":186,"223":493,"224":87,"225":327,"23":356,"24":1033,"25":284,"257":60,"26":85,"268":6,"27":33,"273":63,"276":32,"279":6,"28":514,"281":23,"282":10,"291":16,"292":110,"30":19,"302":4,"306":2,"31":36,"314":14,"317":8,"32":17,"33":36,"34":74,"347":10,"35":52,"352":564,"36":119,"37":70,"38":415,"380":9,"381":26,"383":24,"389":1,"39":114,"391":21,"396":2,"397":13,"40":62,"409":61,"41":77,"414":4,"415":46,"419":8,"42":40,"426":5,"43":35,"430":31,"433":1,"44":20,"45":44,"46":116,"48":58,"49":26,"5":489,"51":48,"52":86,"53":39,"56":36,"570":7,"6":183,"63":12,"7":371,"79":20,"8":261,"80":11,"9":98,"all_client":71271,"all_tv_clinet":11479,"insert_time":"2014-08-19T02:24:06.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59938,"10":12,"107":412,"11":390,"12":45,"13":328,"14":99,"15":142,"155":24,"156":18,"158":41,"159":12,"16":124,"160":11,"161":187,"167":24,"168":1,"17":153,"18":652,"19":421,"20":88,"209":37,"21":456,"210":17,"211":6,"214":21,"215":85,"221":192,"223":481,"224":87,"225":329,"23":353,"24":1054,"25":270,"257":57,"26":91,"268":7,"27":31,"273":66,"276":33,"279":6,"28":530,"281":23,"282":11,"291":16,"292":114,"30":18,"302":4,"306":2,"31":38,"314":15,"317":9,"32":17,"33":33,"34":78,"347":10,"35":55,"352":574,"36":118,"37":65,"38":414,"380":9,"381":27,"383":24,"389":2,"39":104,"391":20,"396":2,"397":13,"40":62,"409":58,"41":75,"414":4,"415":45,"419":7,"42":42,"426":4,"43":37,"430":32,"433":1,"44":21,"45":42,"46":121,"48":55,"49":25,"5":491,"51":47,"52":89,"53":43,"56":33,"570":7,"6":183,"63":13,"7":373,"79":17,"8":269,"80":9,"9":97,"all_client":71448,"all_tv_clinet":11510,"insert_time":"2014-08-19T02:25:07.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60125,"10":11,"107":402,"11":384,"12":44,"13":334,"14":105,"15":143,"155":22,"156":19,"158":39,"159":14,"16":126,"160":12,"161":187,"167":26,"168":1,"17":155,"18":654,"19":384,"20":87,"209":38,"21":448,"210":16,"211":7,"214":21,"215":88,"221":194,"223":483,"224":89,"225":334,"23":350,"24":1083,"25":274,"257":61,"26":93,"268":7,"27":30,"273":64,"276":34,"279":9,"28":527,"281":21,"282":13,"291":16,"292":119,"30":16,"302":4,"306":2,"31":38,"314":15,"317":8,"32":17,"33":29,"34":79,"347":8,"35":62,"352":582,"36":119,"37":58,"38":415,"380":8,"381":25,"383":24,"389":2,"39":94,"391":22,"396":2,"397":13,"40":63,"409":56,"41":72,"414":4,"415":41,"419":7,"42":42,"426":4,"43":41,"430":33,"433":1,"44":17,"45":43,"46":121,"48":52,"49":22,"5":499,"51":49,"52":92,"53":44,"56":29,"570":7,"6":184,"63":14,"7":365,"79":18,"8":274,"80":9,"9":90,"all_client":71628,"all_tv_clinet":11503,"insert_time":"2014-08-19T02:26:08.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60308,"10":11,"107":408,"11":388,"12":45,"13":339,"14":106,"15":144,"155":24,"156":18,"158":37,"159":13,"16":115,"160":12,"161":182,"167":28,"168":1,"17":157,"18":654,"19":373,"20":88,"209":36,"21":445,"210":16,"211":7,"214":22,"215":85,"221":198,"223":479,"224":94,"225":323,"23":356,"24":1104,"25":276,"257":61,"26":95,"268":9,"27":30,"273":65,"276":33,"279":10,"28":525,"281":21,"282":11,"291":17,"292":122,"30":16,"302":4,"306":2,"31":41,"314":15,"317":8,"32":21,"33":30,"34":77,"347":8,"35":63,"352":563,"36":116,"37":52,"38":401,"380":8,"381":29,"383":22,"389":2,"39":92,"391":21,"396":1,"397":13,"40":60,"409":54,"41":69,"414":6,"415":43,"419":8,"42":45,"426":4,"43":42,"430":33,"433":1,"44":17,"45":43,"46":126,"48":50,"49":22,"5":503,"51":50,"52":97,"53":43,"56":26,"570":6,"6":187,"63":14,"7":365,"79":21,"8":275,"80":9,"9":89,"all_client":71804,"all_tv_clinet":11496,"insert_time":"2014-08-19T02:27:08.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60520,"10":12,"107":405,"11":379,"12":41,"13":341,"14":104,"15":144,"155":25,"156":22,"158":35,"159":12,"16":111,"160":12,"161":172,"167":30,"168":1,"17":160,"18":654,"19":377,"20":93,"209":36,"21":456,"210":15,"211":7,"214":22,"215":85,"221":194,"223":463,"224":97,"225":323,"23":355,"24":1125,"25":281,"257":59,"26":96,"268":9,"27":32,"273":59,"276":31,"279":9,"28":530,"281":22,"282":11,"291":19,"292":111,"30":19,"302":4,"306":2,"31":46,"314":15,"317":8,"32":21,"33":34,"34":76,"347":10,"35":64,"352":552,"36":115,"37":49,"38":396,"380":9,"381":31,"383":22,"389":1,"39":89,"391":19,"396":1,"397":13,"40":59,"409":62,"41":70,"414":7,"415":43,"419":8,"42":48,"426":4,"43":43,"430":34,"433":1,"44":17,"45":47,"46":129,"48":47,"49":23,"5":516,"51":51,"52":96,"53":41,"56":22,"570":5,"6":190,"63":13,"7":365,"79":22,"8":273,"80":10,"9":88,"all_client":72027,"all_tv_clinet":11507,"insert_time":"2014-08-19T02:28:09.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60758,"10":13,"107":400,"11":367,"12":44,"13":361,"14":109,"15":147,"155":22,"156":23,"158":36,"159":10,"16":103,"160":10,"161":169,"167":32,"168":1,"17":161,"18":661,"19":384,"20":95,"209":40,"21":465,"210":13,"211":7,"214":24,"215":86,"221":193,"223":457,"224":97,"225":314,"23":358,"24":1130,"25":284,"257":54,"26":100,"268":9,"27":33,"273":54,"276":32,"279":8,"28":526,"281":22,"282":11,"291":18,"292":102,"30":17,"302":5,"306":2,"31":49,"314":12,"317":7,"32":21,"33":37,"34":75,"347":11,"35":65,"352":544,"36":118,"37":50,"38":384,"380":8,"381":31,"383":21,"389":1,"39":84,"391":17,"396":3,"397":13,"40":61,"409":65,"41":70,"414":9,"415":44,"419":9,"42":49,"426":4,"43":44,"430":32,"433":1,"44":16,"45":38,"46":143,"48":50,"49":24,"5":528,"51":47,"52":96,"53":38,"56":18,"570":5,"6":187,"63":12,"7":357,"79":23,"8":277,"80":8,"9":92,"all_client":72265,"all_tv_clinet":11507,"insert_time":"2014-08-19T02:29:10.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60948,"10":13,"107":394,"11":359,"12":44,"13":368,"14":111,"15":142,"155":22,"156":24,"158":35,"159":13,"16":111,"160":10,"161":161,"167":31,"168":1,"17":162,"18":652,"19":386,"20":98,"209":43,"21":475,"210":13,"211":7,"214":24,"215":86,"221":182,"223":450,"224":91,"225":304,"23":355,"24":1150,"25":291,"257":59,"26":102,"268":8,"27":39,"273":51,"276":32,"279":9,"28":534,"281":22,"282":11,"291":17,"292":89,"30":18,"302":5,"306":2,"31":47,"314":12,"317":7,"32":19,"33":40,"34":77,"347":12,"35":70,"352":546,"36":118,"37":44,"38":377,"380":8,"381":27,"383":21,"389":1,"39":81,"391":18,"396":3,"397":13,"40":64,"409":63,"41":65,"414":10,"415":46,"419":9,"42":51,"426":3,"43":42,"430":33,"433":1,"44":17,"45":36,"46":149,"48":50,"49":22,"5":546,"51":48,"52":98,"53":38,"56":18,"570":4,"6":194,"63":13,"7":349,"79":21,"8":285,"80":8,"9":100,"all_client":72478,"all_tv_clinet":11530,"insert_time":"2014-08-19T02:30:10.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61167,"10":14,"107":395,"11":345,"12":41,"13":374,"14":113,"15":147,"155":21,"156":26,"158":35,"159":14,"16":114,"160":8,"161":168,"167":34,"168":1,"17":165,"18":645,"19":398,"20":104,"209":40,"21":480,"210":11,"211":7,"214":26,"215":86,"221":184,"223":456,"224":84,"225":303,"23":356,"24":1111,"25":300,"257":60,"26":101,"268":9,"27":41,"273":59,"276":32,"279":8,"28":534,"281":22,"282":9,"291":17,"292":95,"30":16,"302":4,"306":2,"31":45,"314":12,"317":7,"32":22,"33":43,"34":80,"347":12,"35":74,"352":533,"36":113,"37":43,"38":374,"380":8,"381":28,"383":20,"389":1,"39":81,"391":18,"396":2,"397":13,"40":61,"409":70,"41":67,"414":13,"415":46,"419":8,"42":56,"426":3,"43":42,"430":29,"433":1,"44":19,"45":32,"46":157,"48":45,"49":22,"5":553,"51":50,"52":93,"53":41,"56":15,"570":4,"6":204,"63":12,"7":349,"79":19,"8":288,"80":9,"9":101,"all_client":72720,"all_tv_clinet":11553,"insert_time":"2014-08-19T02:31:11.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61372,"10":13,"107":396,"11":342,"12":41,"13":378,"14":113,"15":139,"155":22,"156":28,"158":31,"159":14,"16":116,"160":9,"161":169,"167":33,"168":1,"17":171,"18":643,"19":397,"20":106,"209":41,"21":482,"210":10,"211":7,"214":26,"215":92,"221":193,"223":468,"224":77,"225":311,"23":358,"24":1045,"25":307,"257":59,"26":102,"268":9,"27":44,"273":67,"276":30,"279":11,"28":542,"281":22,"282":7,"291":18,"292":104,"30":17,"302":3,"306":3,"31":44,"314":13,"317":8,"32":21,"33":47,"34":74,"347":13,"35":73,"352":532,"36":109,"37":41,"38":378,"380":8,"381":25,"383":24,"389":1,"39":83,"391":18,"396":1,"397":14,"40":52,"409":74,"41":70,"414":14,"415":46,"419":8,"42":57,"426":3,"43":42,"430":28,"433":1,"44":20,"45":29,"46":161,"48":44,"49":24,"5":576,"51":48,"52":86,"53":39,"56":15,"570":4,"6":213,"63":12,"7":351,"79":21,"8":294,"80":10,"9":106,"all_client":72964,"all_tv_clinet":11592,"insert_time":"2014-08-19T02:32:12.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61572,"10":13,"107":396,"11":340,"12":39,"13":378,"14":108,"15":130,"155":22,"156":29,"158":31,"159":12,"16":118,"160":10,"161":181,"167":36,"168":1,"17":171,"18":648,"19":405,"20":109,"209":43,"21":492,"210":10,"211":6,"214":28,"215":98,"221":199,"223":467,"224":71,"225":321,"23":357,"24":972,"25":317,"257":58,"26":103,"268":9,"27":43,"273":69,"276":29,"279":11,"28":550,"281":21,"282":7,"291":18,"292":110,"30":16,"302":3,"306":3,"31":43,"314":13,"317":8,"32":23,"33":47,"34":74,"347":13,"35":72,"352":538,"36":120,"37":43,"38":375,"380":8,"381":25,"383":23,"389":1,"39":85,"391":18,"396":3,"397":14,"40":47,"409":80,"41":76,"414":14,"415":45,"419":8,"42":61,"426":2,"43":46,"430":24,"433":1,"44":22,"45":28,"46":164,"48":42,"49":21,"5":577,"51":47,"52":79,"53":41,"56":12,"570":3,"6":228,"63":12,"7":365,"79":23,"8":293,"80":10,"9":109,"all_client":73206,"all_tv_clinet":11634,"insert_time":"2014-08-19T02:33:13.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61767,"10":15,"107":397,"11":341,"12":42,"13":399,"14":105,"15":126,"155":23,"156":28,"158":30,"159":13,"16":117,"160":9,"161":186,"167":36,"168":1,"17":173,"18":635,"19":413,"20":109,"209":48,"21":494,"210":9,"211":5,"214":28,"215":97,"221":203,"223":466,"224":62,"225":324,"23":359,"24":952,"25":313,"257":55,"26":106,"268":9,"27":44,"273":73,"276":29,"279":10,"28":554,"281":21,"282":5,"291":18,"292":111,"30":17,"302":4,"306":3,"31":42,"314":14,"317":8,"32":23,"33":46,"34":58,"347":12,"35":73,"352":537,"36":120,"37":42,"38":364,"380":9,"381":26,"383":20,"389":1,"39":88,"391":21,"396":3,"397":13,"40":44,"409":78,"41":77,"414":14,"415":47,"419":8,"42":64,"426":3,"43":51,"430":25,"433":1,"44":23,"45":25,"46":165,"48":41,"49":23,"5":598,"51":47,"52":78,"53":44,"56":11,"570":3,"6":234,"63":12,"7":369,"79":24,"8":294,"80":10,"9":109,"all_client":73426,"all_tv_clinet":11659,"insert_time":"2014-08-19T02:34:14.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61926,"10":14,"107":411,"11":344,"12":39,"13":411,"14":98,"15":125,"155":22,"156":27,"158":29,"159":13,"16":123,"160":9,"161":191,"167":36,"168":1,"17":183,"18":645,"19":419,"20":110,"209":53,"21":505,"210":11,"211":4,"214":29,"215":97,"221":201,"223":454,"224":55,"225":322,"23":368,"24":932,"25":315,"257":59,"26":112,"268":9,"27":47,"273":78,"276":28,"279":9,"28":558,"281":20,"282":5,"291":18,"292":119,"30":17,"302":3,"306":2,"31":40,"314":15,"317":8,"32":22,"33":44,"34":50,"347":9,"35":72,"352":526,"36":118,"37":40,"38":370,"380":10,"381":23,"383":20,"389":1,"39":92,"391":19,"396":4,"397":11,"40":42,"409":75,"41":87,"414":15,"415":49,"419":8,"42":68,"426":4,"43":53,"430":26,"433":1,"44":26,"45":26,"46":164,"48":42,"49":22,"5":613,"51":48,"52":71,"53":42,"56":12,"570":6,"6":241,"63":12,"7":374,"79":24,"8":299,"80":11,"9":102,"all_client":73663,"all_tv_clinet":11737,"insert_time":"2014-08-19T02:35:14.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62108,"10":13,"107":425,"11":341,"12":43,"13":413,"14":96,"15":122,"155":21,"156":27,"158":28,"159":13,"16":119,"160":11,"161":191,"167":37,"168":1,"17":189,"18":640,"19":428,"20":110,"209":53,"21":509,"210":11,"211":4,"214":30,"215":96,"221":203,"223":458,"224":52,"225":321,"23":369,"24":911,"25":322,"257":61,"26":116,"268":9,"27":51,"273":78,"276":27,"279":10,"28":563,"281":20,"282":5,"291":18,"292":127,"30":18,"302":3,"306":2,"31":43,"314":14,"317":8,"32":18,"33":46,"34":48,"347":8,"35":74,"352":519,"36":115,"37":37,"38":378,"380":9,"381":22,"383":23,"389":1,"39":94,"391":19,"396":3,"397":11,"40":40,"409":76,"41":85,"414":17,"415":50,"419":7,"42":72,"426":3,"43":55,"430":27,"433":1,"44":25,"45":22,"46":167,"48":43,"49":22,"5":627,"51":49,"52":74,"53":42,"56":14,"570":6,"6":245,"63":12,"7":373,"79":21,"8":299,"80":11,"9":102,"all_client":73900,"all_tv_clinet":11792,"insert_time":"2014-08-19T02:36:15.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62243,"10":11,"107":422,"11":338,"12":43,"13":427,"14":92,"15":122,"155":24,"156":28,"158":28,"159":12,"16":126,"160":11,"161":186,"167":40,"168":2,"17":195,"18":651,"19":430,"20":114,"209":50,"21":509,"210":10,"211":4,"214":30,"215":98,"221":211,"223":469,"224":48,"225":328,"23":355,"24":900,"25":321,"257":60,"26":115,"268":8,"27":51,"273":80,"276":24,"279":11,"28":568,"281":19,"282":5,"291":17,"292":130,"30":18,"302":3,"306":2,"31":40,"314":13,"317":7,"32":14,"33":45,"34":47,"347":13,"35":73,"352":531,"36":115,"37":37,"38":376,"380":9,"381":23,"383":24,"389":1,"39":96,"391":21,"396":3,"397":12,"40":38,"409":79,"41":88,"414":21,"415":50,"419":7,"42":71,"426":1,"43":56,"430":26,"44":27,"45":21,"46":173,"48":48,"49":21,"5":633,"51":46,"52":70,"53":35,"56":13,"570":5,"6":247,"63":12,"7":374,"79":20,"8":290,"80":8,"9":103,"all_client":74072,"all_tv_clinet":11829,"insert_time":"2014-08-19T02:37:16.371Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62416,"10":13,"107":421,"11":359,"12":43,"13":419,"14":91,"15":123,"155":25,"156":27,"158":27,"159":11,"16":129,"160":12,"161":187,"167":41,"168":1,"17":192,"18":660,"19":430,"20":115,"209":46,"21":511,"210":10,"211":4,"214":30,"215":94,"221":220,"223":470,"224":48,"225":330,"23":341,"24":877,"25":318,"257":59,"26":120,"268":8,"27":50,"273":81,"276":23,"279":12,"28":582,"281":20,"282":5,"291":18,"292":133,"30":20,"302":3,"306":3,"31":38,"314":11,"317":7,"32":14,"33":48,"34":47,"347":17,"35":71,"352":550,"36":114,"37":40,"38":377,"380":9,"381":23,"383":24,"389":1,"39":98,"391":21,"396":2,"397":13,"40":39,"409":82,"41":88,"414":22,"415":43,"419":7,"42":73,"426":1,"43":57,"430":25,"44":28,"45":20,"46":173,"48":54,"49":17,"5":640,"51":50,"52":72,"53":33,"56":14,"570":3,"6":230,"63":13,"7":386,"79":19,"8":271,"80":8,"9":103,"all_client":74274,"all_tv_clinet":11858,"insert_time":"2014-08-19T02:38:17.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62593,"10":15,"107":423,"11":361,"12":41,"13":418,"14":93,"15":122,"155":25,"156":27,"158":28,"159":12,"16":134,"160":11,"161":188,"167":39,"168":1,"17":188,"18":664,"19":426,"20":112,"209":43,"21":511,"210":10,"211":4,"214":29,"215":95,"221":221,"223":469,"224":41,"225":332,"23":336,"24":868,"25":325,"257":56,"26":121,"268":9,"27":57,"273":84,"276":23,"279":12,"28":589,"281":20,"282":5,"291":19,"292":134,"30":21,"302":3,"306":3,"31":36,"314":12,"317":7,"32":17,"33":48,"34":49,"347":19,"35":69,"352":550,"36":115,"37":41,"38":363,"380":11,"381":22,"383":23,"389":1,"39":97,"391":23,"396":4,"397":13,"40":40,"409":80,"41":89,"414":22,"415":42,"419":6,"42":69,"426":2,"43":61,"430":24,"44":31,"45":21,"46":180,"48":59,"49":17,"5":642,"51":53,"52":66,"53":34,"56":13,"570":4,"6":220,"63":12,"7":417,"79":21,"8":265,"80":7,"9":103,"all_client":74481,"all_tv_clinet":11888,"insert_time":"2014-08-19T02:39:17.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62790,"10":18,"107":411,"11":360,"12":40,"13":429,"14":95,"15":130,"155":26,"156":25,"158":32,"159":12,"16":135,"160":10,"161":192,"167":41,"168":1,"17":180,"18":664,"19":429,"20":115,"209":41,"21":510,"210":10,"211":4,"214":29,"215":100,"221":224,"223":461,"224":41,"225":339,"23":326,"24":857,"25":333,"257":61,"26":111,"268":8,"27":59,"273":87,"276":23,"279":11,"28":596,"281":21,"282":5,"291":19,"292":135,"30":26,"302":3,"306":3,"31":40,"314":12,"317":8,"32":17,"33":50,"34":48,"347":20,"35":66,"352":541,"36":116,"37":45,"38":348,"380":11,"381":23,"383":23,"39":97,"391":24,"396":4,"397":13,"40":37,"409":79,"41":90,"414":22,"415":41,"419":6,"42":69,"426":2,"43":68,"430":23,"44":34,"45":23,"46":179,"48":64,"49":18,"5":647,"51":57,"52":66,"53":35,"56":13,"570":4,"6":202,"63":13,"7":449,"79":22,"8":257,"80":6,"9":102,"all_client":74712,"all_tv_clinet":11922,"insert_time":"2014-08-19T02:40:18.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62966,"10":17,"107":412,"11":360,"12":43,"13":437,"14":102,"15":125,"155":29,"156":27,"158":34,"159":12,"16":131,"160":10,"161":184,"167":41,"168":1,"17":167,"18":667,"19":428,"20":118,"209":40,"21":514,"210":9,"211":4,"214":29,"215":99,"221":211,"223":469,"224":41,"225":340,"23":321,"24":859,"25":345,"257":63,"26":104,"268":8,"27":64,"273":88,"276":23,"279":10,"28":577,"281":22,"282":5,"291":20,"292":134,"30":26,"302":3,"306":2,"31":40,"314":11,"317":8,"32":17,"33":48,"34":47,"347":19,"35":66,"352":547,"36":114,"37":48,"38":352,"380":12,"381":24,"383":23,"39":102,"391":26,"396":4,"397":14,"40":35,"409":77,"41":92,"414":19,"415":45,"419":6,"42":76,"426":3,"43":69,"430":25,"44":36,"45":20,"46":184,"48":64,"49":18,"5":653,"51":56,"52":71,"53":36,"56":13,"570":3,"6":195,"63":12,"7":470,"79":21,"8":254,"80":4,"9":100,"all_client":74920,"all_tv_clinet":11954,"insert_time":"2014-08-19T02:41:19.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63106,"10":17,"107":406,"11":367,"12":42,"13":448,"14":100,"15":116,"155":29,"156":27,"158":33,"159":12,"16":144,"160":10,"161":187,"167":41,"168":1,"17":159,"18":676,"19":431,"20":113,"209":37,"21":516,"210":9,"211":4,"214":29,"215":97,"221":207,"223":483,"224":39,"225":342,"23":323,"24":850,"25":347,"257":63,"26":104,"268":7,"27":66,"273":90,"276":22,"279":13,"28":553,"281":24,"282":6,"291":20,"292":135,"30":30,"302":3,"306":2,"31":40,"314":10,"317":7,"32":18,"33":50,"34":48,"347":18,"35":65,"352":543,"36":120,"37":48,"38":355,"380":11,"381":25,"383":22,"39":109,"391":27,"396":4,"397":14,"40":35,"409":80,"41":93,"414":20,"415":46,"419":7,"42":75,"426":2,"43":70,"430":27,"44":37,"45":20,"46":186,"48":64,"49":16,"5":659,"51":57,"52":73,"53":39,"56":11,"570":4,"6":183,"63":13,"7":468,"79":22,"8":248,"80":4,"9":102,"all_client":75081,"all_tv_clinet":11975,"insert_time":"2014-08-19T02:42:19.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63250,"10":16,"107":415,"11":382,"12":46,"13":443,"14":100,"15":102,"155":28,"156":27,"158":31,"159":12,"16":145,"160":9,"161":174,"167":42,"168":1,"17":163,"18":693,"19":436,"20":112,"209":37,"21":508,"210":9,"211":4,"214":29,"215":96,"221":208,"223":500,"224":36,"225":338,"23":324,"24":856,"25":355,"257":62,"26":101,"268":5,"27":68,"273":81,"276":21,"279":13,"28":526,"281":25,"282":6,"291":20,"292":127,"30":32,"302":3,"306":2,"31":39,"314":11,"317":6,"32":21,"33":52,"34":51,"347":18,"35":68,"352":540,"36":115,"37":48,"38":363,"380":12,"381":22,"383":20,"39":112,"391":26,"396":4,"397":14,"40":38,"409":81,"41":98,"414":22,"415":45,"419":7,"42":78,"426":3,"43":68,"430":26,"44":39,"45":18,"46":194,"48":63,"49":18,"5":667,"51":58,"52":74,"53":35,"56":10,"570":4,"6":174,"63":13,"7":468,"79":24,"8":243,"80":4,"9":104,"all_client":75237,"all_tv_clinet":11987,"insert_time":"2014-08-19T02:43:20.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63470,"10":18,"107":426,"11":391,"12":47,"13":429,"14":104,"15":99,"155":29,"156":28,"158":33,"159":13,"16":144,"160":10,"161":164,"167":40,"168":1,"17":158,"18":678,"19":437,"20":113,"209":37,"21":520,"210":9,"211":3,"214":32,"215":93,"221":212,"223":501,"224":35,"225":347,"23":322,"24":861,"25":363,"257":63,"26":96,"268":4,"27":75,"273":71,"276":21,"279":11,"28":502,"281":26,"282":7,"291":20,"292":119,"30":33,"302":3,"306":1,"31":34,"314":11,"317":6,"32":20,"33":51,"34":53,"347":18,"35":68,"352":544,"36":119,"37":48,"38":356,"380":12,"381":26,"383":17,"39":115,"391":26,"396":3,"397":18,"40":41,"409":82,"41":94,"414":23,"415":47,"419":8,"42":81,"426":2,"43":66,"430":26,"44":40,"45":19,"46":196,"48":60,"49":20,"5":686,"51":57,"52":77,"53":37,"56":11,"570":5,"6":162,"63":13,"7":454,"79":25,"8":242,"80":4,"9":106,"all_client":75448,"all_tv_clinet":11978,"insert_time":"2014-08-19T02:44:21.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63714,"10":17,"107":435,"11":387,"12":47,"13":434,"14":104,"15":103,"155":28,"156":28,"158":33,"159":10,"16":149,"160":12,"161":151,"167":41,"168":1,"17":164,"18":673,"19":444,"20":114,"209":37,"21":526,"210":11,"211":2,"214":31,"215":94,"221":219,"223":506,"224":35,"225":356,"23":320,"24":882,"25":366,"257":64,"26":91,"268":4,"27":75,"273":64,"276":22,"279":10,"28":486,"281":24,"282":7,"291":20,"292":113,"30":37,"302":4,"306":1,"31":40,"314":12,"317":6,"32":20,"33":51,"34":56,"347":18,"35":61,"352":536,"36":121,"37":49,"38":348,"380":12,"381":24,"383":21,"39":115,"391":26,"396":3,"397":19,"40":45,"409":83,"41":92,"414":26,"415":50,"419":7,"42":86,"426":2,"43":56,"430":23,"44":43,"45":19,"46":197,"48":62,"49":20,"5":694,"51":60,"52":77,"53":34,"56":12,"570":5,"6":149,"63":14,"7":445,"79":25,"8":238,"80":5,"9":109,"all_client":75712,"all_tv_clinet":11998,"insert_time":"2014-08-19T02:45:22.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63905,"10":19,"107":443,"11":399,"12":51,"13":427,"14":103,"15":101,"155":29,"156":28,"158":33,"159":9,"16":150,"160":13,"161":151,"167":37,"168":2,"17":165,"18":654,"19":444,"20":115,"209":35,"21":527,"210":11,"211":2,"214":27,"215":92,"221":219,"223":510,"224":37,"225":352,"23":319,"24":875,"25":373,"257":57,"26":93,"268":5,"27":74,"273":63,"276":24,"279":10,"28":477,"281":25,"282":6,"291":21,"292":120,"30":38,"302":4,"306":1,"31":39,"314":12,"317":6,"32":19,"33":50,"34":56,"347":21,"35":55,"352":543,"36":122,"37":53,"38":346,"380":9,"381":21,"383":23,"39":116,"391":25,"396":2,"397":20,"40":49,"409":73,"41":94,"414":26,"415":48,"419":6,"42":92,"426":3,"43":53,"430":24,"44":43,"45":20,"46":190,"48":67,"49":20,"5":701,"51":60,"52":81,"53":37,"56":12,"570":5,"6":139,"63":14,"7":444,"79":23,"8":245,"80":4,"9":116,"all_client":75902,"all_tv_clinet":11997,"insert_time":"2014-08-19T02:46:23.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64017,"10":18,"107":431,"11":404,"12":53,"13":426,"14":102,"15":101,"155":29,"156":25,"158":35,"159":8,"16":156,"160":13,"161":156,"167":42,"168":2,"17":171,"18":643,"19":435,"20":113,"209":34,"21":536,"210":12,"211":2,"214":24,"215":90,"221":222,"223":523,"224":34,"225":367,"23":313,"24":873,"25":391,"257":58,"26":87,"268":4,"27":75,"273":67,"276":25,"279":9,"28":467,"281":22,"282":7,"291":21,"292":126,"30":41,"302":4,"306":1,"31":38,"314":14,"317":6,"32":19,"33":48,"34":55,"347":21,"35":50,"352":542,"36":122,"37":54,"38":348,"380":10,"381":22,"383":24,"39":116,"391":25,"396":2,"397":20,"40":52,"409":75,"41":97,"414":27,"415":48,"419":6,"42":96,"426":4,"43":50,"430":23,"44":41,"45":20,"46":184,"48":67,"49":22,"5":710,"51":64,"52":82,"53":37,"56":12,"570":5,"6":140,"63":14,"7":431,"79":24,"8":240,"80":3,"9":119,"all_client":76044,"all_tv_clinet":12027,"insert_time":"2014-08-19T02:47:24.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64205,"10":18,"107":429,"11":412,"12":55,"13":413,"14":100,"15":99,"155":29,"156":24,"158":35,"159":8,"16":159,"160":11,"161":168,"167":42,"168":4,"17":171,"18":643,"19":415,"20":115,"209":35,"21":536,"210":14,"211":2,"214":25,"215":97,"221":227,"223":532,"224":37,"225":366,"23":315,"24":844,"25":399,"257":58,"26":80,"268":3,"27":72,"273":75,"276":25,"279":8,"28":463,"281":21,"282":7,"291":21,"292":137,"30":42,"302":3,"31":34,"314":13,"317":6,"32":19,"33":51,"34":56,"347":19,"35":47,"352":553,"36":123,"37":55,"38":349,"380":10,"381":21,"383":20,"39":119,"391":24,"396":3,"397":20,"40":55,"409":73,"41":95,"414":27,"415":49,"419":6,"42":92,"426":6,"43":49,"430":26,"44":40,"45":20,"46":174,"48":67,"49":22,"5":727,"51":65,"52":84,"53":40,"56":13,"570":5,"6":136,"63":14,"7":418,"79":25,"8":237,"80":3,"9":115,"all_client":76224,"all_tv_clinet":12019,"insert_time":"2014-08-19T02:48:24.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64385,"10":15,"107":422,"11":423,"12":54,"13":409,"14":93,"15":103,"155":29,"156":25,"158":38,"159":8,"16":163,"160":10,"161":183,"167":41,"168":4,"17":176,"18":648,"19":388,"20":114,"209":37,"21":534,"210":14,"211":2,"214":25,"215":99,"221":227,"223":557,"224":38,"225":358,"23":320,"24":811,"25":404,"257":59,"26":79,"268":2,"27":78,"273":83,"276":25,"279":9,"28":460,"281":22,"282":8,"291":20,"292":141,"30":44,"302":3,"31":36,"314":13,"317":7,"32":19,"33":49,"34":55,"347":19,"35":46,"352":548,"36":118,"37":53,"38":359,"380":10,"381":25,"383":19,"39":121,"391":24,"396":5,"397":20,"40":64,"409":79,"41":98,"414":24,"415":48,"419":7,"42":86,"426":5,"43":48,"430":30,"44":41,"45":20,"46":163,"48":69,"49":23,"5":737,"51":64,"52":85,"53":47,"56":12,"570":4,"6":140,"63":16,"7":398,"79":23,"8":231,"80":4,"9":112,"all_client":76414,"all_tv_clinet":12029,"insert_time":"2014-08-19T02:49:25.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64575,"10":13,"107":407,"11":427,"12":55,"13":408,"14":87,"15":111,"155":31,"156":22,"158":38,"159":8,"16":171,"160":10,"161":196,"167":43,"168":4,"17":184,"18":647,"19":389,"20":114,"209":35,"21":534,"210":13,"211":2,"214":22,"215":102,"221":229,"223":565,"224":40,"225":357,"23":330,"24":808,"25":401,"257":62,"26":76,"268":2,"27":77,"273":85,"276":26,"279":10,"28":461,"281":22,"282":7,"291":20,"292":141,"30":47,"302":3,"306":1,"31":36,"314":12,"317":4,"32":19,"33":47,"34":55,"347":18,"35":48,"352":557,"36":123,"37":52,"38":350,"380":9,"381":22,"383":18,"39":118,"391":23,"396":5,"397":19,"40":68,"409":81,"41":106,"414":24,"415":53,"419":7,"42":74,"426":5,"43":46,"430":31,"44":42,"45":19,"46":154,"48":71,"49":28,"5":740,"51":58,"52":89,"53":49,"56":11,"570":4,"6":143,"63":18,"7":397,"79":21,"8":220,"80":7,"9":103,"all_client":76622,"all_tv_clinet":12047,"insert_time":"2014-08-19T02:50:26.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64754,"10":15,"107":412,"11":423,"12":57,"13":415,"14":81,"15":114,"155":31,"156":23,"158":38,"159":8,"16":167,"160":10,"161":200,"167":44,"168":4,"17":188,"18":634,"19":391,"20":113,"209":33,"21":538,"210":13,"211":2,"214":22,"215":101,"221":236,"223":566,"224":39,"225":353,"23":334,"24":790,"25":398,"257":61,"26":79,"268":2,"27":81,"273":89,"276":27,"279":11,"28":459,"281":22,"282":10,"291":21,"292":143,"30":51,"302":3,"306":1,"31":40,"314":11,"317":4,"32":18,"33":47,"34":57,"347":18,"35":46,"352":567,"36":122,"37":58,"38":366,"380":9,"381":23,"383":19,"39":125,"391":22,"396":4,"397":20,"40":69,"409":81,"41":106,"414":23,"415":53,"419":8,"42":68,"426":4,"43":44,"430":31,"44":42,"45":18,"46":148,"48":72,"49":28,"5":758,"51":53,"52":95,"53":56,"56":10,"570":5,"6":144,"63":20,"7":391,"79":20,"8":218,"80":7,"9":98,"all_client":76853,"all_tv_clinet":12099,"insert_time":"2014-08-19T02:51:27.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64952,"10":16,"107":427,"11":418,"12":57,"13":423,"14":80,"15":111,"155":30,"156":22,"158":37,"159":8,"16":160,"160":10,"161":202,"167":44,"168":3,"17":194,"18":623,"19":392,"20":111,"209":32,"21":550,"210":13,"211":2,"214":21,"215":96,"221":235,"223":577,"224":42,"225":364,"23":344,"24":776,"25":392,"257":63,"26":78,"268":2,"27":84,"273":92,"276":29,"279":10,"28":463,"281":21,"282":10,"291":22,"292":144,"30":50,"302":3,"306":1,"31":39,"314":10,"317":4,"32":19,"33":48,"34":58,"347":19,"35":44,"352":581,"36":123,"37":56,"38":362,"380":9,"381":22,"383":17,"39":125,"391":23,"396":6,"397":20,"40":68,"409":83,"41":110,"414":23,"415":53,"419":8,"42":65,"426":3,"43":38,"430":31,"44":42,"45":15,"46":143,"48":72,"49":31,"5":757,"51":47,"52":94,"53":52,"56":9,"570":5,"6":141,"63":21,"7":382,"79":19,"8":221,"80":8,"9":100,"all_client":77062,"all_tv_clinet":12110,"insert_time":"2014-08-19T02:52:28.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65182,"10":17,"107":435,"11":421,"12":58,"13":425,"14":82,"15":110,"155":29,"156":22,"158":38,"159":8,"16":155,"160":10,"161":205,"167":43,"168":4,"17":194,"18":617,"19":395,"20":109,"209":32,"21":555,"210":13,"211":2,"214":18,"215":97,"221":237,"223":568,"224":45,"225":363,"23":350,"24":763,"25":388,"257":64,"26":74,"268":1,"27":83,"273":90,"276":29,"279":12,"28":460,"281":21,"282":10,"291":22,"292":148,"30":57,"302":3,"31":43,"314":10,"317":4,"32":19,"33":48,"34":56,"347":18,"35":41,"352":575,"36":125,"37":56,"38":346,"380":8,"381":23,"383":18,"39":129,"391":23,"396":6,"397":21,"40":69,"409":83,"41":113,"414":23,"415":49,"419":7,"42":67,"426":2,"43":38,"430":32,"44":46,"45":16,"46":139,"48":74,"49":32,"5":757,"51":40,"52":97,"53":53,"56":9,"570":7,"6":143,"63":20,"7":392,"79":19,"8":222,"80":11,"9":105,"all_client":77298,"all_tv_clinet":12116,"insert_time":"2014-08-19T02:53:29.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65312,"10":17,"107":437,"11":422,"12":56,"13":432,"14":85,"15":122,"155":29,"156":21,"158":38,"159":6,"16":145,"160":9,"161":206,"167":45,"168":4,"17":200,"18":614,"19":407,"20":108,"209":32,"21":556,"210":12,"211":2,"214":18,"215":101,"221":225,"223":562,"224":45,"225":364,"23":359,"24":765,"25":395,"257":57,"26":78,"268":1,"27":85,"273":91,"276":30,"279":12,"28":456,"281":21,"282":10,"291":24,"292":134,"30":56,"302":3,"306":1,"31":45,"314":10,"317":4,"32":20,"33":47,"34":57,"347":15,"35":42,"352":575,"36":127,"37":57,"38":338,"380":9,"381":25,"383":17,"39":131,"391":24,"396":6,"397":21,"40":72,"409":89,"41":116,"414":24,"415":50,"419":7,"42":63,"426":2,"43":37,"430":34,"44":44,"45":15,"46":144,"48":74,"49":33,"5":754,"51":33,"52":101,"53":53,"56":7,"570":7,"6":144,"63":18,"7":404,"79":20,"8":225,"80":12,"9":107,"all_client":77469,"all_tv_clinet":12157,"insert_time":"2014-08-19T02:54:29.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65440,"10":17,"107":432,"11":432,"12":59,"13":437,"14":81,"15":130,"155":31,"156":20,"158":38,"159":5,"16":144,"160":9,"161":215,"167":46,"168":4,"17":203,"18":595,"19":412,"20":111,"209":31,"21":570,"210":11,"211":2,"214":18,"215":101,"221":233,"223":541,"224":47,"225":352,"23":359,"24":781,"25":395,"257":61,"26":76,"268":1,"27":90,"273":96,"276":28,"279":11,"28":459,"281":20,"282":10,"291":24,"292":119,"30":58,"302":3,"306":1,"31":46,"314":11,"317":5,"32":18,"33":46,"34":60,"347":12,"35":42,"352":580,"36":128,"37":58,"38":339,"380":9,"381":27,"383":16,"39":130,"391":25,"396":6,"397":20,"40":74,"409":93,"41":113,"414":25,"415":48,"419":8,"42":59,"426":1,"43":32,"430":33,"44":39,"45":16,"46":143,"48":72,"49":34,"5":760,"51":28,"52":105,"53":56,"56":7,"570":7,"6":145,"63":19,"7":413,"79":20,"8":229,"80":14,"9":111,"all_client":77641,"all_tv_clinet":12201,"insert_time":"2014-08-19T02:55:30.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65597,"10":16,"107":437,"11":438,"12":53,"13":442,"14":75,"15":126,"155":30,"156":22,"158":36,"159":5,"16":148,"160":9,"161":198,"167":47,"168":4,"17":207,"18":594,"19":417,"20":114,"209":32,"21":567,"210":11,"211":2,"214":18,"215":98,"221":233,"223":536,"224":46,"225":353,"23":368,"24":791,"25":387,"257":60,"26":84,"268":1,"27":92,"273":102,"276":27,"279":10,"28":463,"281":20,"282":10,"291":24,"292":101,"30":56,"302":3,"306":1,"31":46,"314":11,"317":7,"32":20,"33":44,"34":61,"347":11,"35":42,"352":575,"36":125,"37":59,"38":331,"380":11,"381":26,"383":19,"39":133,"391":25,"396":5,"397":22,"40":68,"409":96,"41":114,"414":24,"415":49,"419":9,"42":59,"426":1,"43":32,"430":34,"44":39,"45":16,"46":147,"48":73,"49":35,"5":749,"51":27,"52":105,"53":57,"56":7,"570":5,"6":147,"63":20,"7":419,"79":19,"8":240,"80":17,"9":127,"all_client":77819,"all_tv_clinet":12222,"insert_time":"2014-08-19T02:56:31.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65783,"10":14,"107":430,"11":446,"12":54,"13":445,"14":81,"15":125,"155":31,"156":22,"158":35,"159":5,"16":155,"160":9,"161":185,"167":47,"168":5,"17":206,"18":592,"19":424,"20":118,"209":35,"21":571,"210":11,"211":2,"214":17,"215":99,"221":220,"223":523,"224":48,"225":342,"23":367,"24":811,"25":386,"257":59,"26":90,"27":89,"273":100,"276":27,"279":9,"28":468,"281":15,"282":11,"291":26,"292":101,"30":55,"302":3,"31":48,"314":10,"317":7,"32":21,"33":44,"34":64,"347":10,"35":43,"352":565,"36":123,"37":59,"38":335,"380":9,"381":29,"383":21,"39":135,"391":24,"396":5,"397":22,"40":66,"409":96,"41":112,"414":21,"415":48,"419":11,"42":58,"426":2,"43":32,"430":35,"44":41,"45":18,"46":145,"48":77,"49":40,"5":739,"51":28,"52":108,"53":58,"56":6,"570":4,"6":144,"63":20,"7":416,"79":19,"8":243,"80":18,"9":137,"all_client":78013,"all_tv_clinet":12230,"insert_time":"2014-08-19T02:57:32.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65887,"10":14,"107":431,"11":443,"12":54,"13":436,"14":75,"15":134,"155":32,"156":21,"158":38,"159":5,"16":162,"160":10,"161":167,"167":47,"168":6,"17":209,"18":588,"19":431,"20":114,"209":37,"21":573,"210":11,"211":2,"214":18,"215":96,"221":215,"223":532,"224":47,"225":342,"23":373,"24":834,"25":386,"257":59,"26":88,"268":2,"27":86,"273":89,"276":29,"279":9,"28":473,"281":17,"282":13,"291":26,"292":106,"30":57,"302":3,"31":50,"314":10,"317":7,"32":20,"33":47,"34":66,"347":8,"35":42,"352":563,"36":129,"37":58,"38":344,"380":9,"381":30,"383":24,"39":138,"391":24,"396":3,"397":22,"40":64,"409":98,"41":113,"414":24,"415":51,"419":10,"42":58,"426":2,"43":34,"430":42,"44":41,"45":18,"46":146,"48":77,"49":43,"5":707,"51":26,"52":106,"53":58,"56":10,"570":5,"6":142,"63":20,"7":421,"79":19,"8":252,"80":18,"9":150,"all_client":78176,"all_tv_clinet":12289,"insert_time":"2014-08-19T02:58:33.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66118,"10":14,"107":437,"11":455,"12":53,"13":423,"14":76,"15":133,"155":32,"156":20,"158":38,"159":5,"16":167,"160":10,"161":156,"167":45,"168":7,"17":215,"18":582,"19":447,"20":116,"209":41,"21":578,"210":10,"211":2,"214":17,"215":101,"221":221,"223":528,"224":49,"225":346,"23":376,"24":852,"25":378,"257":60,"26":90,"268":2,"27":89,"273":76,"276":30,"279":7,"28":480,"281":17,"282":12,"291":26,"292":108,"30":59,"302":4,"31":49,"314":8,"317":7,"32":22,"33":44,"34":70,"347":7,"35":39,"352":551,"36":136,"37":58,"38":350,"380":9,"381":29,"383":25,"39":138,"391":23,"396":3,"397":22,"40":64,"409":99,"41":115,"414":24,"415":52,"419":10,"42":56,"426":2,"43":38,"430":39,"44":41,"45":16,"46":143,"48":72,"49":43,"5":677,"51":27,"52":107,"53":60,"56":10,"570":5,"6":145,"63":20,"7":420,"79":19,"8":258,"80":19,"9":156,"all_client":78435,"all_tv_clinet":12317,"insert_time":"2014-08-19T02:59:33.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66333,"10":13,"107":444,"11":457,"12":54,"13":405,"14":78,"15":131,"155":32,"156":20,"158":38,"159":5,"16":176,"160":13,"161":149,"167":43,"168":8,"17":223,"18":561,"19":443,"20":117,"209":45,"21":573,"210":10,"211":2,"214":16,"215":100,"221":225,"223":537,"224":50,"225":352,"23":375,"24":844,"25":380,"257":57,"26":93,"268":3,"27":91,"273":67,"276":31,"279":8,"28":481,"281":19,"282":12,"291":27,"292":114,"30":60,"302":3,"31":45,"314":7,"317":6,"32":21,"33":42,"34":75,"347":7,"35":36,"352":552,"36":127,"37":59,"38":354,"380":10,"381":28,"383":23,"39":139,"391":25,"396":3,"397":20,"40":70,"409":100,"41":115,"414":28,"415":51,"419":9,"42":56,"426":1,"43":43,"430":42,"44":43,"45":16,"46":139,"48":73,"49":47,"5":659,"51":25,"52":108,"53":59,"56":10,"570":5,"6":149,"63":22,"7":424,"79":23,"8":265,"80":20,"9":155,"all_client":78654,"all_tv_clinet":12321,"insert_time":"2014-08-19T03:00:34.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66570,"10":15,"107":446,"11":459,"12":59,"13":393,"14":79,"15":136,"155":33,"156":19,"158":37,"159":6,"16":181,"160":13,"161":139,"167":40,"168":7,"17":222,"18":551,"19":449,"20":118,"209":47,"21":559,"210":11,"211":3,"214":17,"215":97,"221":230,"223":538,"224":49,"225":360,"23":377,"24":864,"25":381,"257":52,"26":93,"268":2,"27":90,"273":65,"276":32,"279":9,"28":482,"281":19,"282":11,"291":28,"292":123,"30":59,"302":3,"31":41,"314":7,"317":6,"32":19,"33":41,"34":80,"347":8,"35":36,"352":560,"36":122,"37":60,"38":364,"380":10,"381":30,"383":25,"39":140,"391":25,"396":3,"397":20,"40":71,"409":95,"41":106,"414":29,"415":49,"419":10,"42":60,"426":1,"43":47,"430":42,"44":44,"45":17,"46":138,"48":71,"49":48,"5":643,"51":23,"52":108,"53":61,"56":10,"570":4,"6":144,"63":24,"7":432,"79":22,"8":267,"80":19,"9":159,"all_client":78914,"all_tv_clinet":12344,"insert_time":"2014-08-19T03:01:35.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66787,"10":13,"107":437,"11":460,"12":64,"13":380,"14":80,"15":133,"155":33,"156":18,"158":37,"159":6,"16":185,"160":15,"161":137,"167":40,"168":7,"17":227,"18":563,"19":451,"20":114,"209":45,"21":558,"210":11,"211":4,"214":17,"215":98,"221":235,"223":543,"224":51,"225":365,"23":380,"24":863,"25":379,"257":50,"26":91,"268":3,"27":90,"273":69,"276":33,"279":9,"28":486,"281":19,"282":13,"291":27,"292":125,"30":61,"302":4,"31":40,"314":7,"317":7,"32":17,"33":41,"34":79,"347":9,"35":36,"352":563,"36":123,"37":59,"38":371,"380":9,"381":30,"383":28,"39":142,"391":26,"396":3,"397":20,"40":73,"409":93,"41":101,"414":30,"415":49,"419":10,"42":61,"426":1,"43":49,"430":42,"44":42,"45":18,"46":147,"48":73,"49":53,"5":630,"51":25,"52":109,"53":59,"56":13,"570":3,"6":145,"63":25,"7":437,"79":21,"8":276,"80":19,"9":158,"all_client":79188,"all_tv_clinet":12401,"insert_time":"2014-08-19T03:02:36.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66914,"10":14,"107":433,"11":460,"12":63,"13":370,"14":83,"15":133,"155":31,"156":18,"158":38,"159":6,"16":177,"160":16,"161":138,"167":41,"168":7,"17":234,"18":561,"19":465,"20":112,"209":42,"21":558,"210":12,"211":4,"214":18,"215":98,"221":244,"223":548,"224":54,"225":359,"23":378,"24":882,"25":395,"257":51,"26":92,"268":3,"27":85,"273":66,"276":34,"279":7,"28":487,"281":19,"282":15,"291":29,"292":126,"30":59,"302":4,"31":42,"314":8,"317":7,"32":15,"33":40,"34":77,"347":9,"35":35,"352":579,"36":125,"37":65,"38":374,"380":9,"381":34,"383":29,"39":142,"391":24,"396":4,"397":21,"40":74,"409":91,"41":84,"414":30,"415":52,"419":9,"42":61,"426":1,"43":53,"430":42,"433":1,"44":40,"45":18,"46":147,"48":76,"49":55,"5":616,"51":28,"52":113,"53":64,"56":14,"570":3,"6":138,"63":25,"7":441,"79":19,"8":276,"80":20,"9":160,"all_client":79373,"all_tv_clinet":12459,"insert_time":"2014-08-19T03:03:36.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67049,"10":16,"107":444,"11":466,"12":60,"13":362,"14":84,"15":130,"155":29,"156":19,"158":38,"159":6,"16":180,"160":16,"161":137,"167":42,"168":8,"17":239,"18":565,"19":464,"20":110,"209":44,"21":555,"210":13,"211":4,"214":19,"215":104,"221":244,"223":547,"224":53,"225":367,"23":381,"24":899,"25":388,"257":47,"26":95,"268":3,"27":80,"273":68,"276":34,"279":7,"28":490,"281":19,"282":14,"291":34,"292":127,"30":58,"302":5,"31":42,"314":8,"317":6,"32":19,"33":37,"34":78,"347":9,"35":35,"352":578,"36":128,"37":64,"38":370,"380":9,"381":33,"383":28,"39":141,"391":23,"396":4,"397":20,"40":72,"409":90,"41":76,"414":31,"415":56,"419":9,"42":62,"426":1,"43":52,"430":42,"433":2,"44":39,"45":17,"46":152,"48":78,"49":58,"5":596,"51":28,"52":116,"53":70,"56":15,"570":3,"6":138,"63":25,"7":458,"79":19,"8":279,"80":20,"9":170,"all_client":79569,"all_tv_clinet":12520,"insert_time":"2014-08-19T03:04:37.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67269,"10":15,"107":441,"11":465,"12":58,"13":358,"14":87,"15":128,"155":29,"156":17,"158":37,"159":6,"16":190,"160":15,"161":147,"167":42,"168":9,"17":247,"18":570,"19":460,"20":106,"209":44,"21":553,"210":13,"211":5,"214":19,"215":106,"221":238,"223":553,"224":56,"225":376,"23":385,"24":903,"25":376,"257":48,"26":94,"268":3,"27":73,"273":64,"276":33,"279":6,"28":500,"281":19,"282":14,"291":35,"292":129,"30":61,"302":5,"31":42,"314":9,"317":5,"32":22,"33":35,"34":77,"347":7,"35":33,"352":576,"36":129,"37":62,"38":367,"380":9,"381":34,"383":29,"39":144,"391":23,"396":4,"397":21,"40":75,"409":84,"41":72,"414":33,"415":60,"419":10,"42":62,"426":1,"43":55,"430":42,"433":2,"44":39,"45":16,"46":150,"48":80,"49":57,"5":584,"51":27,"52":117,"53":68,"56":15,"570":3,"6":135,"63":28,"7":463,"79":19,"8":279,"80":21,"9":175,"all_client":79807,"all_tv_clinet":12538,"insert_time":"2014-08-19T03:05:38.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67455,"10":15,"107":459,"11":464,"12":63,"13":353,"14":83,"15":126,"155":32,"156":15,"158":37,"159":7,"16":183,"160":14,"161":149,"167":45,"168":9,"17":250,"18":588,"19":458,"20":114,"209":45,"21":536,"210":13,"211":5,"214":18,"215":112,"221":237,"223":550,"224":55,"225":386,"23":390,"24":919,"25":358,"257":47,"26":99,"268":2,"27":70,"273":70,"276":32,"279":6,"28":515,"281":18,"282":11,"291":34,"292":130,"30":66,"302":6,"31":45,"314":9,"317":5,"32":23,"33":33,"34":76,"347":7,"35":33,"352":568,"36":129,"37":59,"38":365,"380":8,"381":34,"383":27,"39":146,"391":23,"396":4,"397":21,"40":76,"409":77,"41":70,"414":36,"415":61,"419":10,"42":62,"426":1,"43":54,"430":41,"433":2,"44":37,"45":16,"46":154,"48":80,"49":57,"5":563,"51":29,"52":119,"53":68,"56":15,"570":3,"6":129,"63":28,"7":465,"79":22,"8":278,"80":22,"9":181,"all_client":80020,"all_tv_clinet":12565,"insert_time":"2014-08-19T03:06:39.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67616,"10":18,"107":451,"11":464,"12":61,"13":356,"14":83,"15":127,"155":34,"156":15,"158":37,"159":7,"16":177,"160":15,"161":154,"167":43,"168":9,"17":257,"18":608,"19":460,"20":116,"209":48,"21":528,"210":12,"211":5,"214":18,"215":120,"221":240,"223":540,"224":58,"225":383,"23":393,"24":926,"25":348,"257":47,"26":107,"268":2,"27":69,"273":73,"276":33,"279":7,"28":530,"281":17,"282":13,"291":32,"292":128,"30":67,"302":6,"31":44,"314":9,"317":4,"32":23,"33":36,"34":76,"347":8,"35":32,"352":559,"36":123,"37":56,"38":365,"380":8,"381":33,"383":26,"39":139,"391":26,"396":3,"397":22,"40":75,"409":74,"41":72,"414":31,"415":54,"419":8,"42":63,"426":3,"43":53,"430":39,"433":2,"44":35,"45":15,"46":160,"48":77,"49":59,"5":563,"51":30,"52":123,"53":72,"56":17,"570":3,"6":131,"63":27,"7":469,"79":22,"8":280,"80":22,"9":189,"all_client":80218,"all_tv_clinet":12602,"insert_time":"2014-08-19T03:07:40.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67699,"10":19,"107":451,"11":469,"12":61,"13":362,"14":86,"15":133,"155":35,"156":15,"158":38,"159":9,"16":171,"160":16,"161":168,"167":42,"168":10,"17":263,"18":619,"19":457,"20":120,"209":52,"21":517,"210":12,"211":5,"214":18,"215":131,"221":236,"223":541,"224":59,"225":380,"23":398,"24":919,"25":327,"257":45,"26":108,"268":2,"27":71,"273":78,"276":34,"279":5,"28":545,"281":18,"282":13,"291":30,"292":134,"30":70,"302":6,"31":42,"314":10,"317":4,"32":21,"33":37,"34":73,"347":6,"35":32,"352":562,"36":117,"37":55,"38":366,"380":7,"381":35,"383":22,"39":127,"391":25,"396":3,"397":22,"40":79,"409":69,"41":71,"414":28,"415":52,"419":5,"42":69,"426":5,"43":55,"430":39,"433":2,"44":35,"45":16,"46":163,"48":78,"49":58,"5":564,"51":27,"52":125,"53":75,"56":19,"570":3,"6":124,"63":28,"7":479,"79":20,"8":284,"80":23,"9":206,"all_client":80364,"all_tv_clinet":12665,"insert_time":"2014-08-19T03:08:40.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67841,"10":22,"107":445,"11":473,"12":64,"13":376,"14":86,"15":130,"155":39,"156":14,"158":37,"159":8,"16":173,"160":14,"161":187,"167":39,"168":9,"17":269,"18":626,"19":471,"20":117,"209":51,"21":495,"210":11,"211":5,"214":18,"215":137,"221":226,"223":540,"224":64,"225":391,"23":406,"24":872,"25":319,"257":45,"26":110,"268":3,"27":71,"273":82,"276":34,"279":5,"28":553,"281":21,"282":17,"291":29,"292":121,"30":74,"302":6,"31":34,"314":10,"317":4,"32":22,"33":38,"34":75,"347":5,"35":30,"352":564,"36":122,"37":51,"38":367,"380":7,"381":31,"383":24,"39":118,"391":28,"396":3,"397":22,"40":83,"409":72,"41":68,"414":25,"415":48,"419":6,"42":69,"426":6,"43":56,"430":33,"433":2,"44":35,"45":15,"46":162,"48":79,"49":60,"5":580,"51":26,"52":127,"53":77,"56":21,"570":2,"6":120,"63":27,"7":482,"79":20,"8":292,"80":24,"9":211,"all_client":80529,"all_tv_clinet":12688,"insert_time":"2014-08-19T03:09:41.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67942,"10":23,"107":456,"11":476,"12":63,"13":381,"14":88,"15":137,"155":42,"156":14,"158":37,"159":9,"16":167,"160":14,"161":199,"167":38,"168":9,"17":285,"18":639,"19":468,"20":118,"209":46,"21":477,"210":11,"211":6,"214":20,"215":147,"221":230,"223":541,"224":65,"225":389,"23":412,"24":837,"25":319,"257":44,"26":110,"268":5,"27":69,"273":87,"276":34,"279":5,"28":568,"281":21,"282":20,"291":31,"292":117,"30":78,"302":6,"31":34,"314":9,"317":4,"32":25,"33":37,"34":80,"347":5,"35":29,"352":583,"36":119,"37":50,"38":367,"380":6,"381":29,"383":25,"39":108,"391":27,"396":4,"397":22,"40":83,"409":75,"41":63,"414":22,"415":54,"419":8,"42":75,"426":5,"43":55,"430":30,"433":2,"44":31,"45":13,"46":171,"48":81,"49":59,"5":580,"51":24,"52":130,"53":79,"56":22,"570":2,"6":115,"63":28,"7":480,"79":21,"8":294,"80":25,"9":200,"all_client":80690,"all_tv_clinet":12748,"insert_time":"2014-08-19T03:10:42.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68079,"10":22,"107":448,"11":483,"12":58,"13":385,"14":90,"15":144,"155":42,"156":17,"158":40,"159":9,"16":169,"160":12,"161":205,"167":37,"168":9,"17":289,"18":648,"19":443,"20":122,"209":44,"21":468,"210":10,"211":11,"214":20,"215":152,"221":229,"223":543,"224":67,"225":388,"23":421,"24":833,"25":318,"257":46,"26":113,"268":6,"27":66,"273":93,"276":34,"279":6,"28":581,"281":19,"282":21,"291":29,"292":102,"30":85,"302":6,"31":32,"314":9,"317":4,"32":24,"33":36,"34":81,"347":5,"35":30,"352":590,"36":122,"37":46,"38":369,"380":6,"381":27,"383":26,"39":104,"391":25,"396":4,"397":21,"40":85,"409":80,"41":62,"414":23,"415":54,"419":8,"42":76,"426":3,"43":57,"430":29,"433":2,"44":28,"45":12,"46":175,"48":77,"49":64,"5":590,"51":23,"52":129,"53":78,"56":22,"570":2,"6":109,"63":30,"7":488,"79":22,"8":293,"80":25,"9":189,"all_client":80858,"all_tv_clinet":12779,"insert_time":"2014-08-19T03:11:42.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68225,"10":21,"107":455,"11":483,"12":55,"13":387,"14":96,"15":146,"155":41,"156":19,"158":40,"159":10,"16":182,"160":16,"161":203,"167":35,"168":9,"17":292,"18":649,"19":421,"20":124,"209":44,"21":458,"210":11,"211":12,"214":22,"215":157,"221":233,"223":554,"224":68,"225":391,"23":429,"24":844,"25":310,"257":53,"26":111,"268":6,"27":63,"273":86,"276":34,"279":6,"28":584,"281":20,"282":24,"291":27,"292":93,"30":85,"302":5,"31":30,"314":9,"317":4,"32":22,"33":37,"34":78,"347":5,"35":31,"352":590,"36":123,"37":45,"38":372,"380":7,"381":29,"383":21,"39":96,"391":24,"396":4,"397":21,"40":87,"409":84,"41":61,"414":22,"415":57,"419":8,"42":78,"426":2,"43":59,"430":27,"433":2,"44":28,"45":12,"46":168,"48":76,"49":65,"5":611,"51":24,"52":126,"53":79,"56":24,"570":2,"6":104,"63":29,"7":488,"79":26,"8":290,"80":27,"9":188,"all_client":81041,"all_tv_clinet":12816,"insert_time":"2014-08-19T03:12:43.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68421,"10":21,"107":440,"11":470,"12":54,"13":400,"14":92,"15":150,"155":40,"156":17,"158":40,"159":10,"16":183,"160":18,"161":194,"167":35,"168":8,"17":292,"18":651,"19":412,"20":127,"209":46,"21":458,"210":12,"211":12,"214":23,"215":160,"221":242,"223":561,"224":70,"225":395,"23":432,"24":845,"25":309,"257":55,"26":112,"268":6,"27":64,"273":80,"276":34,"279":7,"28":591,"281":19,"282":26,"291":28,"292":90,"30":85,"302":5,"31":33,"314":10,"317":4,"32":21,"33":37,"34":71,"347":6,"35":30,"352":575,"36":129,"37":42,"38":379,"380":6,"381":28,"383":24,"39":97,"391":24,"396":4,"397":22,"40":90,"409":89,"41":58,"414":20,"415":60,"419":9,"42":76,"426":2,"43":60,"430":28,"433":2,"44":26,"45":12,"46":171,"48":75,"49":73,"5":623,"51":26,"52":129,"53":75,"56":23,"570":2,"6":107,"63":30,"7":488,"79":26,"8":294,"80":28,"9":180,"all_client":81266,"all_tv_clinet":12845,"insert_time":"2014-08-19T03:13:44.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68597,"10":21,"107":440,"11":470,"12":54,"13":396,"14":86,"15":163,"155":38,"156":18,"158":42,"159":11,"16":187,"160":20,"161":181,"167":35,"168":9,"17":296,"18":654,"19":414,"20":131,"209":46,"21":465,"210":13,"211":10,"214":23,"215":157,"221":248,"223":572,"224":71,"225":396,"23":435,"24":856,"25":324,"257":57,"26":110,"268":6,"27":62,"273":71,"276":37,"279":9,"28":593,"281":20,"282":26,"291":28,"292":94,"30":94,"302":5,"31":31,"314":11,"317":2,"32":20,"33":37,"34":71,"347":6,"35":29,"352":574,"36":133,"37":40,"38":385,"380":6,"381":30,"383":24,"39":92,"391":25,"396":4,"397":22,"40":91,"409":92,"41":54,"414":19,"415":59,"419":9,"42":76,"426":3,"43":57,"430":29,"433":2,"44":23,"45":12,"46":167,"48":74,"49":72,"5":634,"51":29,"52":116,"53":76,"56":25,"570":3,"6":111,"63":28,"7":487,"79":28,"8":294,"80":28,"9":173,"all_client":81504,"all_tv_clinet":12907,"insert_time":"2014-08-19T03:14:45.208Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68741,"10":21,"107":446,"11":485,"12":52,"13":392,"14":86,"15":167,"155":30,"156":19,"158":43,"159":13,"16":192,"160":19,"161":177,"167":34,"168":9,"17":301,"18":668,"19":407,"20":128,"209":46,"21":475,"210":13,"211":10,"214":24,"215":158,"221":251,"223":574,"224":69,"225":381,"23":431,"24":881,"25":328,"257":60,"26":113,"268":5,"27":62,"273":68,"276":36,"279":9,"28":600,"281":20,"282":25,"291":28,"292":98,"30":95,"302":6,"31":29,"314":11,"317":2,"32":20,"33":36,"34":71,"347":6,"35":26,"352":581,"36":130,"37":39,"38":396,"380":6,"381":30,"383":24,"39":91,"391":25,"396":3,"397":21,"40":93,"409":92,"41":52,"414":21,"415":54,"419":8,"42":80,"426":2,"43":55,"430":27,"433":3,"44":22,"45":13,"46":175,"48":72,"49":72,"5":631,"51":30,"52":107,"53":80,"56":24,"570":3,"6":107,"63":27,"7":487,"79":31,"8":297,"80":30,"9":175,"all_client":81713,"all_tv_clinet":12972,"insert_time":"2014-08-19T03:15:45.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68962,"10":18,"107":448,"11":496,"12":50,"13":388,"14":88,"15":156,"155":30,"156":17,"158":43,"159":11,"16":204,"160":19,"161":170,"167":32,"168":9,"17":307,"18":677,"19":406,"20":125,"209":45,"21":474,"210":13,"211":11,"214":23,"215":159,"221":239,"223":582,"224":75,"225":370,"23":436,"24":878,"25":333,"257":62,"26":119,"268":5,"27":62,"273":67,"276":36,"279":5,"28":615,"281":22,"282":25,"291":27,"292":98,"30":103,"302":6,"31":24,"314":11,"317":4,"32":18,"33":36,"34":72,"347":5,"35":27,"352":607,"36":130,"37":38,"38":393,"380":7,"381":34,"383":23,"39":92,"391":24,"396":3,"397":21,"40":95,"409":93,"41":46,"414":16,"415":58,"419":8,"42":80,"426":3,"43":58,"430":29,"433":3,"44":21,"45":12,"46":176,"48":65,"49":72,"5":641,"51":33,"52":93,"53":82,"56":25,"570":5,"6":108,"63":28,"7":492,"79":34,"8":296,"80":30,"9":170,"all_client":81987,"all_tv_clinet":13025,"insert_time":"2014-08-19T03:16:46.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69110,"10":17,"107":445,"11":492,"12":50,"13":388,"14":85,"15":151,"155":29,"156":16,"158":44,"159":11,"16":211,"160":19,"161":162,"167":32,"168":10,"17":311,"18":677,"19":398,"20":121,"209":48,"21":475,"210":13,"211":13,"214":23,"215":160,"221":239,"223":598,"224":75,"225":361,"23":434,"24":905,"25":342,"257":61,"26":118,"268":5,"27":69,"273":66,"276":34,"279":6,"28":620,"281":22,"282":24,"291":27,"292":106,"30":105,"302":5,"31":25,"314":11,"317":4,"32":20,"33":37,"34":68,"347":4,"35":26,"352":618,"36":134,"37":34,"38":394,"380":8,"381":34,"383":21,"39":88,"391":23,"396":3,"397":20,"40":96,"409":85,"41":50,"414":15,"415":58,"419":9,"42":81,"426":2,"43":60,"430":28,"433":3,"44":19,"45":14,"46":183,"48":60,"49":74,"5":656,"51":35,"52":83,"53":88,"56":24,"570":6,"6":108,"63":27,"7":505,"79":35,"8":298,"80":31,"9":176,"all_client":82214,"all_tv_clinet":13104,"insert_time":"2014-08-19T03:17:47.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69256,"10":18,"107":440,"11":504,"12":47,"13":382,"14":82,"15":145,"155":28,"156":16,"158":43,"159":12,"16":213,"160":17,"161":168,"167":32,"168":10,"17":312,"18":688,"19":397,"20":117,"209":47,"21":492,"210":14,"211":13,"214":23,"215":159,"221":236,"223":594,"224":74,"225":349,"23":439,"24":905,"25":357,"257":59,"26":117,"268":5,"27":72,"273":68,"276":35,"279":8,"28":622,"281":20,"282":24,"291":25,"292":110,"30":105,"302":5,"306":1,"31":25,"314":11,"317":4,"32":21,"33":40,"34":60,"347":6,"35":26,"352":606,"36":136,"37":31,"38":393,"380":8,"381":31,"383":22,"39":86,"391":23,"396":3,"397":20,"40":100,"409":78,"41":49,"414":15,"415":59,"419":9,"42":80,"426":2,"43":62,"430":29,"433":2,"44":16,"45":15,"46":182,"48":53,"49":74,"5":666,"51":35,"52":77,"53":84,"56":26,"570":7,"6":111,"63":29,"7":513,"79":35,"8":300,"80":32,"9":179,"all_client":82376,"all_tv_clinet":13120,"insert_time":"2014-08-19T03:18:48.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69518,"10":19,"107":433,"11":507,"12":45,"13":384,"14":80,"15":150,"155":27,"156":18,"158":43,"159":13,"16":216,"160":17,"161":175,"167":32,"168":10,"17":302,"18":691,"19":390,"20":114,"209":50,"21":497,"210":16,"211":13,"214":23,"215":163,"221":236,"223":603,"224":73,"225":341,"23":432,"24":939,"25":359,"257":65,"26":121,"268":5,"27":73,"273":72,"276":32,"279":10,"28":621,"281":18,"282":24,"291":25,"292":114,"30":106,"302":6,"306":1,"31":25,"314":10,"317":4,"32":21,"33":43,"34":56,"347":5,"35":25,"352":615,"36":135,"37":27,"38":400,"380":8,"381":32,"383":19,"39":81,"391":22,"396":4,"397":21,"40":101,"409":68,"41":50,"414":19,"415":53,"419":9,"42":79,"426":1,"43":64,"430":26,"433":2,"44":14,"45":15,"46":174,"48":57,"49":81,"5":671,"51":37,"52":69,"53":89,"56":26,"570":6,"6":109,"63":29,"7":515,"79":35,"8":304,"80":33,"9":179,"all_client":82690,"all_tv_clinet":13172,"insert_time":"2014-08-19T03:19:48.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69684,"10":21,"107":437,"11":509,"12":43,"13":388,"14":75,"15":151,"155":25,"156":19,"158":42,"159":12,"16":221,"160":19,"161":180,"167":29,"168":9,"17":287,"18":693,"19":384,"20":109,"209":49,"21":500,"210":16,"211":14,"214":24,"215":168,"221":250,"223":609,"224":76,"225":344,"23":437,"24":944,"25":364,"257":69,"26":125,"268":5,"27":77,"273":70,"276":31,"279":8,"28":622,"281":17,"282":28,"291":26,"292":115,"30":104,"302":5,"306":1,"31":24,"314":8,"317":5,"32":20,"33":43,"34":54,"347":4,"35":28,"352":602,"36":133,"37":27,"38":389,"380":7,"381":35,"383":19,"39":84,"391":25,"396":4,"397":21,"40":101,"409":66,"41":54,"414":17,"415":53,"419":8,"42":81,"426":1,"43":65,"430":27,"433":2,"44":15,"45":15,"46":177,"48":56,"49":80,"5":685,"51":37,"52":70,"53":86,"56":28,"570":4,"6":112,"63":28,"7":518,"79":35,"8":308,"80":34,"9":188,"all_client":82918,"all_tv_clinet":13234,"insert_time":"2014-08-19T03:20:49.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69824,"10":21,"107":438,"11":511,"12":42,"13":397,"14":75,"15":153,"155":27,"156":18,"158":44,"159":10,"16":223,"160":20,"161":183,"167":27,"168":9,"17":269,"18":704,"19":387,"20":110,"209":53,"21":503,"210":17,"211":14,"214":24,"215":184,"221":251,"223":616,"224":73,"225":336,"23":443,"24":955,"25":370,"257":68,"26":133,"268":5,"27":85,"273":73,"276":31,"279":7,"28":622,"281":16,"282":30,"291":25,"292":117,"30":108,"302":5,"306":1,"31":26,"314":8,"317":5,"32":19,"33":43,"34":50,"347":3,"35":27,"352":606,"36":137,"37":24,"38":396,"380":7,"381":36,"383":19,"39":79,"391":25,"396":4,"397":23,"40":90,"409":62,"41":56,"414":16,"415":51,"419":8,"42":84,"426":1,"43":69,"430":25,"433":3,"44":14,"45":16,"46":181,"48":52,"49":84,"5":673,"51":35,"52":66,"53":87,"56":31,"570":2,"6":112,"63":29,"7":527,"79":33,"8":310,"80":32,"9":191,"all_client":83134,"all_tv_clinet":13310,"insert_time":"2014-08-19T03:21:50.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70000,"10":20,"107":448,"11":516,"12":42,"13":404,"14":72,"15":159,"155":25,"156":18,"158":44,"159":11,"16":217,"160":22,"161":177,"167":24,"168":9,"17":253,"18":712,"19":402,"20":111,"209":52,"21":498,"210":19,"211":15,"214":25,"215":193,"221":249,"223":606,"224":74,"225":337,"23":438,"24":973,"25":381,"257":66,"26":139,"268":5,"27":86,"273":74,"276":31,"279":7,"28":622,"281":16,"282":31,"291":25,"292":118,"30":111,"302":6,"306":1,"31":33,"314":5,"317":5,"32":18,"33":45,"34":51,"347":4,"35":26,"352":598,"36":136,"37":24,"38":397,"380":8,"381":34,"383":19,"39":76,"391":27,"396":2,"397":24,"40":81,"409":62,"41":64,"414":18,"415":50,"419":8,"42":88,"426":3,"43":69,"430":25,"433":4,"44":13,"45":17,"46":178,"48":48,"49":80,"5":665,"51":36,"52":63,"53":84,"56":31,"570":1,"6":115,"63":29,"7":533,"79":30,"8":313,"80":33,"9":197,"all_client":83354,"all_tv_clinet":13354,"insert_time":"2014-08-19T03:22:51.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70182,"10":20,"107":459,"11":501,"12":47,"13":412,"14":73,"15":162,"155":25,"156":17,"158":47,"159":13,"16":198,"160":20,"161":182,"167":22,"168":9,"17":251,"18":715,"19":394,"20":109,"209":51,"21":509,"210":19,"211":15,"214":25,"215":201,"221":244,"223":617,"224":77,"225":335,"23":442,"24":991,"25":391,"257":67,"26":142,"268":6,"27":89,"273":77,"276":30,"279":7,"28":617,"281":17,"282":31,"291":24,"292":118,"30":110,"302":6,"306":1,"31":34,"314":5,"317":4,"32":16,"33":44,"34":52,"347":4,"35":27,"352":612,"36":132,"37":24,"38":395,"380":9,"381":36,"383":18,"39":71,"391":27,"396":3,"397":23,"40":63,"409":68,"41":57,"414":18,"415":50,"419":8,"42":92,"426":3,"43":71,"430":24,"433":4,"44":11,"45":16,"46":182,"48":43,"49":78,"5":669,"51":36,"52":63,"53":73,"56":31,"570":1,"6":118,"63":28,"7":538,"79":30,"8":316,"80":33,"9":202,"all_client":83579,"all_tv_clinet":13397,"insert_time":"2014-08-19T03:23:52.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70379,"10":20,"107":458,"11":495,"12":51,"13":412,"14":72,"15":168,"155":23,"156":21,"158":49,"159":15,"16":177,"160":20,"161":192,"167":23,"168":8,"17":235,"18":724,"19":402,"20":109,"209":53,"21":513,"210":20,"211":15,"214":25,"215":200,"221":239,"223":621,"224":86,"225":345,"23":424,"24":973,"25":398,"257":73,"26":142,"268":6,"27":87,"273":83,"276":31,"279":7,"28":618,"281":18,"282":30,"291":27,"292":109,"30":114,"302":7,"306":1,"31":34,"314":5,"317":4,"32":18,"33":43,"34":50,"347":5,"35":28,"352":613,"36":135,"37":25,"38":389,"380":9,"381":39,"383":17,"39":69,"391":26,"396":3,"397":22,"40":59,"409":73,"41":55,"414":20,"415":50,"419":8,"42":92,"426":3,"43":76,"430":27,"433":3,"44":10,"45":16,"46":179,"48":46,"49":75,"5":673,"51":39,"52":64,"53":62,"56":28,"570":1,"6":121,"63":29,"7":539,"79":29,"8":317,"80":29,"9":207,"all_client":83782,"all_tv_clinet":13403,"insert_time":"2014-08-19T03:24:53.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70455,"10":18,"107":470,"11":498,"12":49,"13":414,"14":73,"15":174,"155":23,"156":21,"158":51,"159":15,"16":163,"160":15,"161":197,"167":21,"168":8,"17":247,"18":731,"19":426,"20":113,"209":53,"21":517,"210":22,"211":16,"214":25,"215":204,"221":241,"223":629,"224":87,"225":336,"23":404,"24":942,"25":408,"257":73,"26":139,"268":8,"27":92,"273":91,"276":28,"279":10,"28":631,"281":18,"282":30,"291":32,"292":99,"30":111,"302":6,"306":1,"31":32,"314":7,"317":4,"32":21,"33":42,"34":49,"347":5,"35":33,"352":603,"36":139,"37":23,"38":384,"380":7,"381":39,"383":18,"39":71,"391":26,"396":3,"397":22,"40":57,"409":80,"41":51,"414":21,"415":50,"419":8,"42":94,"426":3,"43":75,"430":26,"433":3,"44":14,"45":16,"46":187,"48":43,"49":66,"5":692,"51":39,"52":66,"53":61,"56":29,"570":1,"6":127,"63":29,"7":550,"79":31,"8":322,"80":28,"9":201,"all_client":83933,"all_tv_clinet":13478,"insert_time":"2014-08-19T03:25:54.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70676,"10":18,"107":470,"11":504,"12":61,"13":414,"14":73,"15":179,"155":24,"156":20,"158":57,"159":12,"16":149,"160":16,"161":197,"167":19,"168":8,"17":251,"18":735,"19":451,"20":122,"209":51,"21":528,"210":24,"211":15,"214":27,"215":204,"221":243,"223":623,"224":88,"225":335,"23":380,"24":911,"25":413,"257":75,"26":126,"268":8,"27":96,"273":104,"276":28,"279":12,"28":646,"281":18,"282":29,"291":34,"292":87,"30":93,"302":5,"306":1,"31":37,"314":7,"317":4,"32":22,"33":45,"34":51,"347":6,"35":36,"352":605,"36":142,"37":23,"38":380,"380":7,"381":39,"383":16,"39":67,"391":23,"396":3,"397":22,"40":55,"409":89,"41":53,"414":24,"415":51,"419":8,"42":91,"426":5,"43":77,"430":29,"433":4,"44":15,"45":16,"46":194,"48":43,"49":59,"5":693,"51":38,"52":65,"53":62,"56":29,"570":1,"6":123,"63":27,"7":555,"79":32,"8":330,"80":28,"9":198,"all_client":84189,"all_tv_clinet":13513,"insert_time":"2014-08-19T03:26:54.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70768,"10":16,"107":463,"11":513,"12":60,"13":428,"14":74,"15":187,"155":22,"156":20,"158":60,"159":11,"16":145,"160":16,"161":188,"167":19,"168":8,"17":261,"18":729,"19":456,"20":122,"209":49,"21":556,"210":23,"211":13,"214":28,"215":205,"221":240,"223":640,"224":86,"225":341,"23":372,"24":914,"25":415,"257":71,"26":116,"268":8,"27":96,"273":97,"276":27,"279":11,"28":658,"281":18,"282":27,"291":33,"292":90,"30":80,"302":5,"306":1,"31":37,"314":8,"317":5,"32":25,"33":52,"34":55,"347":5,"35":42,"352":621,"36":149,"37":23,"38":389,"380":6,"381":38,"383":18,"39":65,"391":24,"396":3,"397":23,"40":49,"409":94,"41":52,"414":28,"415":53,"419":7,"42":92,"426":5,"43":77,"430":27,"433":4,"44":13,"45":13,"46":206,"48":42,"49":55,"5":705,"51":38,"52":71,"53":65,"56":27,"570":1,"6":123,"63":24,"7":549,"79":32,"8":335,"80":28,"9":204,"all_client":84393,"all_tv_clinet":13625,"insert_time":"2014-08-19T03:27:55.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70875,"10":14,"107":456,"11":524,"12":66,"13":432,"14":81,"15":196,"155":24,"156":20,"158":64,"159":13,"16":139,"160":16,"161":185,"167":18,"168":8,"17":262,"18":718,"19":465,"20":125,"209":43,"21":560,"210":25,"211":13,"214":27,"215":206,"221":237,"223":658,"224":87,"225":338,"23":358,"24":919,"25":414,"257":78,"26":111,"268":10,"27":98,"273":87,"276":27,"279":10,"28":670,"281":19,"282":26,"291":34,"292":94,"30":69,"302":5,"306":1,"31":36,"314":8,"317":5,"32":25,"33":57,"34":57,"347":5,"35":41,"352":626,"36":152,"37":23,"38":395,"380":5,"381":34,"383":19,"39":64,"391":24,"396":4,"397":22,"40":42,"409":95,"41":54,"414":28,"415":48,"419":9,"42":91,"426":5,"43":81,"430":28,"433":3,"44":10,"45":13,"46":213,"48":43,"49":53,"5":711,"51":39,"52":75,"53":64,"56":30,"6":121,"63":20,"7":544,"79":32,"8":335,"80":30,"9":211,"all_client":84555,"all_tv_clinet":13680,"insert_time":"2014-08-19T03:28:56.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71174,"10":12,"107":465,"11":535,"12":63,"13":441,"14":77,"15":197,"155":25,"156":23,"158":62,"159":11,"16":130,"160":19,"161":182,"167":19,"168":8,"17":263,"18":722,"19":470,"20":128,"209":41,"21":570,"210":24,"211":13,"214":27,"215":204,"221":231,"223":662,"224":93,"225":341,"23":353,"24":924,"25":414,"257":75,"26":109,"268":9,"27":96,"273":76,"276":26,"279":8,"28":674,"281":19,"282":28,"291":35,"292":98,"30":66,"302":4,"306":1,"31":34,"314":7,"317":5,"32":27,"33":60,"34":53,"347":7,"35":41,"352":634,"36":142,"37":24,"38":392,"380":6,"381":33,"383":19,"39":65,"391":24,"396":4,"397":22,"40":38,"409":96,"41":50,"414":29,"415":46,"419":9,"42":95,"426":5,"43":84,"430":28,"433":3,"44":6,"45":14,"46":218,"48":40,"49":52,"5":727,"51":41,"52":75,"53":63,"56":34,"6":122,"63":21,"7":540,"79":33,"8":336,"80":34,"9":206,"all_client":84891,"all_tv_clinet":13717,"insert_time":"2014-08-19T03:29:57.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71353,"10":12,"107":457,"11":548,"12":62,"13":438,"14":80,"15":193,"155":25,"156":23,"158":61,"159":11,"16":125,"160":21,"161":178,"167":20,"168":8,"17":269,"18":734,"19":478,"20":128,"209":38,"21":586,"210":23,"211":13,"214":29,"215":204,"221":236,"223":648,"224":105,"225":327,"23":339,"24":922,"25":416,"257":75,"26":106,"268":9,"27":97,"273":73,"276":28,"279":9,"28":666,"281":18,"282":30,"291":39,"292":104,"30":60,"302":4,"306":1,"31":37,"314":7,"317":4,"32":25,"33":63,"34":57,"347":7,"35":39,"352":628,"36":138,"37":25,"38":403,"380":5,"381":32,"383":20,"39":67,"391":25,"396":5,"397":21,"40":34,"409":92,"41":53,"414":30,"415":51,"419":10,"42":94,"426":5,"43":83,"430":31,"433":3,"44":7,"45":13,"46":223,"48":41,"49":48,"5":726,"51":42,"52":74,"53":64,"56":33,"6":126,"63":20,"7":553,"79":32,"8":337,"80":34,"9":207,"all_client":85103,"all_tv_clinet":13750,"insert_time":"2014-08-19T03:30:58.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71525,"10":12,"107":453,"11":537,"12":63,"13":446,"14":81,"15":200,"155":21,"156":22,"158":59,"159":9,"16":115,"160":22,"161":182,"167":19,"168":8,"17":279,"18":728,"19":484,"20":126,"209":42,"21":604,"210":20,"211":13,"214":29,"215":200,"221":241,"223":646,"224":110,"225":321,"23":336,"24":932,"25":425,"257":77,"26":99,"268":7,"27":97,"273":72,"276":29,"279":8,"28":629,"281":18,"282":30,"291":41,"292":112,"30":56,"302":4,"306":1,"31":40,"314":7,"317":3,"32":23,"33":64,"34":55,"347":6,"35":39,"352":625,"36":134,"37":24,"38":407,"380":5,"381":34,"383":19,"39":67,"391":25,"396":4,"397":21,"40":34,"409":93,"41":52,"414":34,"415":54,"419":8,"42":97,"426":5,"43":83,"430":34,"433":3,"44":8,"45":15,"46":229,"48":38,"49":43,"5":731,"51":45,"52":74,"53":62,"56":33,"570":1,"6":126,"63":21,"7":561,"79":35,"8":339,"80":33,"9":228,"all_client":85311,"all_tv_clinet":13786,"insert_time":"2014-08-19T03:31:59.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71740,"10":11,"107":462,"11":545,"12":67,"13":452,"14":80,"15":205,"155":24,"156":21,"158":58,"159":10,"16":111,"160":23,"161":186,"167":23,"168":8,"17":285,"18":719,"19":489,"20":126,"209":42,"21":615,"210":19,"211":13,"214":29,"215":198,"221":242,"223":638,"224":115,"225":319,"23":329,"24":926,"25":435,"257":76,"26":92,"268":8,"27":103,"273":69,"276":29,"279":10,"28":600,"281":18,"282":32,"291":42,"292":124,"30":55,"302":3,"306":1,"31":42,"314":7,"317":3,"32":18,"33":66,"34":54,"347":5,"35":39,"352":623,"36":141,"37":22,"38":414,"380":6,"381":32,"383":19,"39":67,"391":26,"396":2,"397":23,"40":34,"409":84,"41":49,"414":36,"415":54,"419":10,"42":99,"426":4,"43":87,"430":37,"433":2,"44":8,"45":18,"46":233,"48":36,"49":38,"5":736,"51":44,"52":79,"53":58,"56":32,"570":1,"6":130,"63":22,"7":558,"79":35,"8":320,"80":33,"9":265,"all_client":85578,"all_tv_clinet":13838,"insert_time":"2014-08-19T03:33:00.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71892,"10":12,"107":471,"11":521,"12":73,"13":467,"14":78,"15":204,"155":23,"156":22,"158":60,"159":10,"16":111,"160":24,"161":191,"167":23,"168":7,"17":286,"18":731,"19":489,"20":128,"209":39,"21":616,"210":23,"211":13,"214":29,"215":200,"221":239,"223":668,"224":115,"225":321,"23":320,"24":930,"25":432,"257":76,"26":88,"268":8,"27":106,"273":75,"276":29,"279":9,"28":578,"281":18,"282":35,"291":41,"292":131,"30":47,"302":3,"31":41,"314":6,"317":3,"32":18,"33":70,"34":55,"347":6,"35":41,"352":639,"36":141,"37":23,"38":400,"380":6,"381":29,"383":17,"39":62,"391":28,"396":2,"397":23,"40":32,"409":79,"41":48,"414":39,"415":55,"419":10,"42":100,"426":4,"43":87,"430":40,"433":2,"44":9,"45":16,"46":235,"48":35,"49":36,"5":744,"51":47,"52":80,"53":59,"56":35,"570":2,"6":133,"63":21,"7":547,"79":35,"8":309,"80":36,"9":301,"all_client":85798,"all_tv_clinet":13906,"insert_time":"2014-08-19T03:34:00.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72079,"10":13,"107":474,"11":486,"12":79,"13":485,"14":75,"15":202,"155":22,"156":21,"158":59,"159":10,"16":111,"160":24,"161":195,"167":25,"168":7,"17":289,"18":746,"19":492,"20":131,"209":35,"21":630,"210":23,"211":14,"214":30,"215":207,"221":252,"223":666,"224":115,"225":333,"23":326,"24":928,"25":450,"257":78,"26":87,"268":9,"27":114,"273":73,"276":29,"279":8,"28":562,"281":19,"282":32,"291":41,"292":139,"30":42,"302":3,"31":40,"314":6,"317":3,"32":17,"33":70,"34":60,"347":6,"35":44,"352":636,"36":141,"37":24,"38":393,"380":6,"381":31,"383":18,"39":59,"391":27,"396":2,"397":24,"40":28,"409":70,"41":48,"414":39,"415":54,"419":9,"42":101,"426":2,"43":74,"430":41,"433":2,"44":8,"45":18,"46":236,"48":34,"49":33,"5":747,"51":46,"52":81,"53":58,"56":40,"570":1,"6":138,"63":19,"7":551,"79":35,"8":288,"80":38,"9":321,"all_client":86037,"all_tv_clinet":13958,"insert_time":"2014-08-19T03:35:01.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72270,"10":11,"107":474,"11":444,"12":79,"13":487,"14":79,"15":211,"155":24,"156":20,"158":60,"159":12,"16":116,"160":23,"161":204,"167":25,"168":6,"17":294,"18":755,"19":489,"20":135,"209":36,"21":633,"210":23,"211":14,"214":30,"215":208,"221":258,"223":681,"224":114,"225":335,"23":333,"24":927,"25":447,"257":79,"26":81,"268":9,"27":117,"273":76,"276":31,"279":8,"28":555,"281":20,"282":30,"291":42,"292":143,"30":41,"302":5,"31":37,"314":7,"317":2,"32":19,"33":70,"34":62,"347":8,"35":42,"352":634,"36":138,"37":25,"38":395,"380":7,"381":33,"383":19,"39":57,"391":28,"396":2,"397":24,"40":26,"409":71,"41":45,"414":41,"415":57,"419":9,"42":107,"426":2,"43":66,"430":42,"433":2,"44":8,"45":19,"46":230,"48":33,"49":32,"5":755,"51":52,"52":85,"53":59,"56":39,"570":1,"6":137,"63":18,"7":550,"79":37,"8":275,"80":39,"9":337,"all_client":86277,"all_tv_clinet":14007,"insert_time":"2014-08-19T03:36:02.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72457,"10":11,"107":472,"11":414,"12":79,"13":488,"14":83,"15":216,"155":24,"156":21,"158":61,"159":11,"16":120,"160":21,"161":209,"167":26,"168":6,"17":296,"18":778,"19":492,"20":139,"209":33,"21":649,"210":23,"211":15,"214":30,"215":215,"221":262,"223":681,"224":117,"225":328,"23":342,"24":935,"25":442,"257":81,"26":73,"268":9,"27":123,"273":76,"276":30,"279":8,"28":543,"281":19,"282":30,"291":44,"292":144,"30":39,"302":4,"31":37,"314":8,"317":3,"32":20,"33":71,"34":66,"347":8,"35":41,"352":647,"36":146,"37":23,"38":384,"380":7,"381":36,"383":20,"39":56,"391":26,"396":4,"397":24,"40":26,"409":70,"41":44,"414":41,"415":60,"419":9,"42":111,"426":2,"43":62,"430":38,"433":4,"44":10,"45":22,"46":224,"48":33,"49":32,"5":746,"51":53,"52":89,"53":57,"56":39,"6":137,"63":17,"7":548,"79":36,"8":274,"80":41,"9":361,"all_client":86532,"all_tv_clinet":14075,"insert_time":"2014-08-19T03:37:03.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72701,"10":14,"107":471,"11":397,"12":77,"13":486,"14":84,"15":212,"155":20,"156":23,"158":59,"159":10,"16":126,"160":22,"161":207,"167":27,"168":5,"17":296,"18":805,"19":493,"20":138,"209":32,"21":655,"210":22,"211":14,"214":29,"215":217,"221":268,"223":685,"224":110,"225":328,"23":337,"24":951,"25":438,"257":79,"26":71,"268":10,"27":135,"273":76,"276":33,"279":9,"28":513,"281":18,"282":33,"291":43,"292":153,"30":35,"302":4,"31":35,"314":8,"317":4,"32":20,"33":71,"34":69,"347":9,"35":37,"352":642,"36":146,"37":23,"38":393,"380":7,"381":37,"383":20,"39":58,"391":25,"396":4,"397":24,"40":26,"409":69,"41":43,"414":45,"415":63,"419":9,"42":111,"426":1,"43":59,"430":37,"433":4,"44":11,"45":24,"46":210,"48":37,"49":36,"5":758,"51":53,"52":90,"53":66,"56":36,"570":1,"6":142,"63":16,"7":537,"79":35,"8":263,"80":47,"9":373,"all_client":86805,"all_tv_clinet":14104,"insert_time":"2014-08-19T03:38:04.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72928,"10":15,"107":463,"11":374,"12":75,"13":481,"14":85,"15":218,"155":20,"156":23,"158":54,"159":13,"16":128,"160":20,"161":210,"167":28,"168":6,"17":296,"18":818,"19":477,"20":135,"209":33,"21":663,"210":22,"211":14,"214":29,"215":220,"221":276,"223":683,"224":100,"225":330,"23":334,"24":997,"25":452,"257":85,"26":72,"268":10,"27":131,"273":82,"276":31,"279":9,"28":501,"281":18,"282":35,"291":43,"292":147,"30":28,"302":4,"31":31,"314":8,"317":5,"32":23,"33":69,"34":75,"347":10,"35":34,"352":646,"36":147,"37":22,"38":376,"380":7,"381":35,"383":25,"39":61,"391":23,"396":3,"397":23,"40":27,"409":71,"41":43,"414":46,"415":64,"419":9,"42":111,"426":1,"43":55,"430":38,"433":5,"44":11,"45":25,"46":198,"48":33,"49":44,"5":768,"51":56,"52":89,"53":70,"56":34,"570":3,"6":148,"63":15,"7":539,"79":36,"8":259,"80":48,"9":386,"all_client":87071,"all_tv_clinet":14143,"insert_time":"2014-08-19T03:39:05.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73059,"10":14,"107":465,"11":364,"12":74,"13":488,"14":92,"15":212,"155":22,"156":25,"158":53,"159":11,"16":133,"160":19,"161":213,"167":28,"168":6,"17":293,"18":819,"19":445,"20":126,"209":32,"21":682,"210":19,"211":14,"214":31,"215":224,"221":285,"223":684,"224":87,"225":324,"23":336,"24":1020,"25":471,"257":82,"26":74,"268":11,"27":130,"273":79,"276":32,"279":8,"28":491,"281":18,"282":34,"291":43,"292":141,"30":29,"302":4,"31":30,"314":8,"317":5,"32":24,"33":68,"34":79,"347":12,"35":32,"352":648,"36":150,"37":20,"38":375,"380":7,"381":37,"383":22,"39":66,"391":28,"396":3,"397":24,"40":26,"409":81,"41":41,"414":48,"415":59,"419":8,"42":103,"426":1,"43":50,"430":39,"433":5,"44":11,"45":28,"46":200,"48":32,"49":49,"5":775,"51":58,"52":90,"53":67,"56":32,"570":3,"6":158,"63":15,"7":553,"79":40,"8":247,"80":48,"9":408,"all_client":87259,"all_tv_clinet":14200,"insert_time":"2014-08-19T03:40:05.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73237,"10":14,"107":457,"11":356,"12":77,"13":490,"14":97,"15":207,"155":22,"156":27,"158":54,"159":14,"16":134,"160":19,"161":227,"167":29,"168":6,"17":288,"18":804,"19":422,"20":126,"209":32,"21":703,"210":19,"211":13,"214":30,"215":226,"221":279,"223":678,"224":73,"225":319,"23":345,"24":1012,"25":494,"257":80,"26":75,"268":9,"27":130,"273":89,"276":33,"279":9,"28":476,"281":20,"282":34,"291":44,"292":127,"30":29,"302":4,"31":32,"314":9,"317":6,"32":24,"33":70,"34":79,"347":15,"35":30,"352":651,"36":145,"37":20,"38":395,"380":7,"381":35,"383":24,"39":61,"391":29,"396":4,"397":25,"40":24,"409":89,"41":42,"414":51,"415":60,"419":8,"42":96,"426":1,"43":53,"430":38,"433":6,"44":11,"45":30,"46":190,"48":32,"49":51,"5":784,"51":63,"52":94,"53":68,"56":28,"570":2,"6":165,"63":18,"7":564,"79":42,"8":244,"80":48,"9":438,"all_client":87490,"all_tv_clinet":14253,"insert_time":"2014-08-19T03:41:06.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73430,"10":22,"107":445,"11":366,"12":83,"13":482,"14":104,"15":189,"155":23,"156":28,"158":52,"159":15,"16":142,"160":19,"161":246,"167":28,"168":6,"17":285,"18":802,"19":408,"20":122,"209":31,"21":700,"210":21,"211":12,"214":29,"215":233,"221":286,"223":642,"224":69,"225":317,"23":354,"24":1004,"25":510,"257":84,"26":68,"268":10,"27":134,"273":95,"276":33,"279":7,"28":466,"281":20,"282":32,"291":45,"292":120,"30":32,"302":4,"306":1,"31":34,"314":8,"317":6,"32":22,"33":74,"34":87,"347":18,"35":31,"352":652,"36":145,"37":20,"38":414,"380":6,"381":38,"383":24,"39":69,"391":29,"396":4,"397":25,"40":26,"409":91,"41":39,"414":53,"415":62,"419":9,"42":78,"426":2,"43":46,"430":38,"433":7,"44":11,"45":32,"46":180,"48":31,"49":54,"5":801,"51":64,"52":94,"53":72,"56":29,"570":1,"6":159,"63":20,"7":563,"79":45,"8":238,"80":56,"9":467,"all_client":87730,"all_tv_clinet":14300,"insert_time":"2014-08-19T03:42:07.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73657,"10":23,"107":453,"11":363,"12":89,"13":495,"14":108,"15":191,"155":22,"156":28,"158":52,"159":19,"16":147,"160":20,"161":253,"167":28,"168":5,"17":290,"18":799,"19":398,"20":123,"209":33,"21":702,"210":23,"211":12,"214":27,"215":239,"221":287,"223":600,"224":65,"225":323,"23":361,"24":973,"25":520,"257":88,"26":71,"268":11,"27":135,"273":96,"276":30,"279":9,"28":473,"281":19,"282":33,"291":44,"292":121,"30":30,"302":6,"306":1,"31":37,"314":7,"317":6,"32":19,"33":72,"34":86,"347":23,"35":35,"352":640,"36":138,"37":22,"38":420,"380":6,"381":40,"383":26,"39":70,"391":31,"396":3,"397":25,"40":28,"409":94,"41":43,"414":56,"415":64,"419":8,"42":72,"426":3,"43":49,"430":38,"433":7,"44":12,"45":34,"46":179,"48":31,"49":56,"5":820,"51":63,"52":92,"53":74,"56":25,"570":1,"6":155,"63":24,"7":568,"79":46,"8":234,"80":58,"9":489,"all_client":88024,"all_tv_clinet":14367,"insert_time":"2014-08-19T03:43:08.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73912,"10":24,"107":459,"11":350,"12":91,"13":507,"14":110,"15":190,"155":22,"156":26,"158":51,"159":19,"16":147,"160":20,"161":251,"167":27,"168":4,"17":292,"18":814,"19":396,"20":123,"209":32,"21":707,"210":22,"211":12,"214":25,"215":241,"221":293,"223":566,"224":57,"225":309,"23":366,"24":977,"25":525,"257":85,"26":69,"268":11,"27":137,"273":94,"276":31,"279":12,"28":477,"281":18,"282":32,"291":44,"292":130,"30":28,"302":6,"306":2,"31":38,"314":5,"317":6,"32":18,"33":71,"34":87,"347":28,"35":37,"352":646,"36":141,"37":18,"38":412,"380":6,"381":40,"383":25,"39":75,"391":32,"396":2,"397":25,"40":28,"409":92,"41":44,"414":56,"415":63,"419":8,"42":72,"426":4,"43":40,"430":38,"433":6,"44":12,"45":39,"46":179,"48":32,"49":58,"5":822,"51":60,"52":92,"53":77,"56":22,"570":1,"6":154,"63":24,"7":554,"79":46,"8":234,"80":63,"9":531,"all_client":88306,"all_tv_clinet":14394,"insert_time":"2014-08-19T03:44:09.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74078,"10":26,"107":470,"11":332,"12":88,"13":517,"14":108,"15":200,"155":20,"156":25,"158":53,"159":18,"16":157,"160":21,"161":234,"167":29,"168":4,"17":300,"18":832,"19":413,"20":127,"209":30,"21":705,"210":22,"211":12,"214":24,"215":246,"221":288,"223":559,"224":52,"225":316,"23":361,"24":983,"25":529,"257":82,"26":72,"268":12,"27":139,"273":89,"276":29,"279":12,"28":488,"281":19,"282":37,"291":47,"292":142,"30":30,"302":6,"306":2,"31":35,"314":6,"317":5,"32":18,"33":66,"34":83,"347":28,"35":37,"352":653,"36":147,"37":15,"38":405,"380":6,"381":36,"383":26,"39":78,"391":33,"396":2,"397":27,"40":26,"409":88,"41":40,"414":58,"415":65,"419":8,"42":65,"426":3,"43":39,"430":42,"433":4,"44":12,"45":42,"46":178,"48":32,"49":56,"5":833,"51":60,"52":92,"53":77,"56":21,"570":1,"6":156,"63":25,"7":544,"79":43,"8":235,"80":68,"9":538,"all_client":88542,"all_tv_clinet":14464,"insert_time":"2014-08-19T03:45:10.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74209,"10":25,"107":475,"11":333,"12":93,"13":527,"14":104,"15":213,"155":19,"156":22,"158":57,"159":14,"16":165,"160":26,"161":227,"167":31,"168":3,"17":304,"18":838,"19":425,"20":128,"209":29,"21":712,"210":23,"211":12,"214":24,"215":244,"221":291,"223":548,"224":48,"225":317,"23":359,"24":994,"25":526,"257":79,"26":69,"268":12,"27":137,"273":82,"276":32,"279":12,"28":494,"281":18,"282":43,"291":45,"292":153,"30":30,"302":7,"306":2,"31":33,"314":6,"317":5,"32":16,"33":62,"34":85,"347":28,"35":31,"352":665,"36":142,"37":16,"38":395,"380":6,"381":36,"383":25,"39":86,"391":32,"396":2,"397":27,"40":26,"409":81,"41":41,"414":60,"415":66,"419":8,"42":65,"426":2,"43":37,"430":44,"433":4,"44":8,"45":45,"46":193,"48":31,"49":58,"5":832,"51":62,"52":88,"53":72,"56":22,"570":1,"6":151,"63":24,"7":510,"79":45,"8":249,"80":73,"9":551,"all_client":88727,"all_tv_clinet":14518,"insert_time":"2014-08-19T03:46:11.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74427,"10":27,"107":472,"11":327,"12":95,"13":524,"14":96,"15":217,"155":18,"156":24,"158":59,"159":14,"16":173,"160":27,"161":236,"167":31,"168":3,"17":306,"18":857,"19":438,"20":129,"209":31,"21":724,"210":23,"211":12,"214":22,"215":248,"221":291,"223":547,"224":45,"225":334,"23":345,"24":974,"25":523,"257":79,"26":66,"268":10,"27":127,"273":80,"276":35,"279":8,"28":498,"281":19,"282":44,"291":45,"292":165,"30":29,"302":8,"306":2,"31":33,"314":5,"317":5,"32":14,"33":56,"34":88,"347":33,"35":32,"352":669,"36":141,"37":15,"38":390,"380":6,"381":33,"383":27,"39":86,"391":35,"396":4,"397":25,"40":27,"409":75,"41":42,"414":58,"415":64,"419":9,"42":67,"426":2,"43":38,"430":44,"433":4,"44":12,"45":44,"46":203,"48":28,"49":64,"5":831,"51":62,"52":91,"53":71,"56":21,"570":1,"6":148,"63":26,"7":497,"79":44,"8":250,"80":77,"9":584,"all_client":89015,"all_tv_clinet":14588,"insert_time":"2014-08-19T03:47:12.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74607,"10":27,"107":454,"11":311,"12":94,"13":530,"14":93,"15":229,"155":18,"156":23,"158":56,"159":18,"16":174,"160":27,"161":241,"167":28,"168":3,"17":306,"18":863,"19":446,"20":130,"209":31,"21":725,"210":22,"211":11,"214":23,"215":259,"221":295,"223":540,"224":43,"225":345,"23":339,"24":956,"25":527,"257":74,"26":64,"268":11,"27":118,"273":80,"276":36,"279":8,"28":500,"281":17,"282":46,"291":45,"292":182,"30":27,"302":8,"306":3,"31":33,"314":5,"317":5,"32":11,"33":51,"34":91,"347":33,"35":31,"352":673,"36":141,"37":13,"38":394,"380":4,"381":36,"383":27,"39":88,"391":36,"396":4,"397":26,"40":28,"409":71,"41":44,"414":54,"415":65,"419":9,"42":69,"426":2,"43":36,"430":46,"433":5,"44":12,"45":43,"46":208,"48":26,"49":73,"5":841,"51":61,"52":96,"53":70,"56":19,"6":155,"63":28,"7":479,"79":45,"8":273,"80":82,"9":601,"all_client":89256,"all_tv_clinet":14649,"insert_time":"2014-08-19T03:48:13.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74726,"10":29,"107":466,"11":304,"12":97,"13":524,"14":90,"15":230,"155":20,"156":21,"158":54,"159":21,"16":177,"160":28,"161":247,"167":28,"168":3,"17":312,"18":865,"19":453,"20":127,"209":31,"21":729,"210":22,"211":12,"214":23,"215":256,"221":294,"223":541,"224":37,"225":354,"23":330,"24":951,"25":530,"257":72,"26":66,"268":13,"27":103,"273":77,"276":38,"279":8,"28":515,"281":17,"282":50,"291":45,"292":189,"30":24,"302":7,"306":3,"31":31,"314":4,"317":7,"32":8,"33":53,"34":91,"347":35,"35":30,"352":669,"36":148,"37":15,"38":395,"380":4,"381":34,"383":31,"39":91,"391":36,"396":7,"397":26,"40":30,"409":66,"41":43,"414":52,"415":65,"419":9,"42":73,"426":2,"43":37,"430":50,"433":5,"44":11,"45":44,"46":212,"48":24,"49":83,"5":845,"51":63,"52":98,"53":64,"56":18,"6":156,"63":28,"7":481,"79":41,"8":280,"80":87,"9":618,"all_client":89459,"all_tv_clinet":14733,"insert_time":"2014-08-19T03:49:14.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74908,"10":26,"107":473,"11":310,"12":95,"13":509,"14":85,"15":234,"155":19,"156":17,"158":49,"159":23,"16":184,"160":27,"161":250,"167":30,"168":4,"17":312,"18":863,"19":445,"20":124,"209":29,"21":731,"210":21,"211":11,"214":22,"215":259,"221":289,"223":551,"224":35,"225":355,"23":325,"24":937,"25":542,"257":74,"26":65,"268":13,"27":93,"273":76,"276":37,"279":8,"28":518,"281":17,"282":53,"291":45,"292":190,"30":23,"302":7,"306":2,"31":30,"314":5,"317":8,"32":9,"33":53,"34":92,"347":36,"35":33,"352":667,"36":148,"37":17,"38":404,"380":4,"381":33,"383":25,"39":94,"391":36,"396":7,"397":25,"40":32,"409":66,"41":42,"414":51,"415":65,"419":11,"42":76,"426":4,"43":36,"430":48,"433":5,"44":12,"45":44,"46":222,"48":25,"49":91,"5":863,"51":67,"52":95,"53":58,"56":18,"6":149,"63":31,"7":485,"79":42,"8":293,"80":93,"9":634,"all_client":89699,"all_tv_clinet":14791,"insert_time":"2014-08-19T03:50:15.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75105,"10":27,"107":493,"11":310,"12":103,"13":488,"14":88,"15":234,"155":17,"156":16,"158":47,"159":22,"16":186,"160":25,"161":255,"167":32,"168":4,"17":314,"18":868,"19":448,"20":126,"209":30,"21":734,"210":23,"211":12,"214":23,"215":263,"221":281,"223":564,"224":34,"225":353,"23":337,"24":930,"25":545,"257":83,"26":65,"268":13,"27":84,"273":76,"276":35,"279":10,"28":507,"281":17,"282":56,"291":41,"292":189,"30":21,"302":6,"306":1,"31":30,"314":5,"317":9,"32":11,"33":49,"34":94,"347":36,"35":33,"352":666,"36":154,"37":18,"38":404,"380":4,"381":31,"383":24,"39":95,"391":36,"396":7,"397":26,"40":29,"409":68,"41":43,"414":49,"415":64,"419":11,"42":76,"426":4,"43":33,"430":43,"433":5,"44":13,"45":40,"46":225,"48":26,"49":92,"5":868,"51":72,"52":100,"53":55,"56":17,"6":147,"63":33,"7":483,"79":43,"8":320,"80":100,"9":656,"all_client":89988,"all_tv_clinet":14883,"insert_time":"2014-08-19T03:51:16.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75330,"10":27,"107":488,"11":311,"12":110,"13":460,"14":90,"15":239,"155":16,"156":14,"158":45,"159":23,"16":188,"160":21,"161":264,"167":32,"168":5,"17":310,"18":881,"19":457,"20":126,"209":33,"21":731,"210":22,"211":12,"214":23,"215":269,"221":286,"223":567,"224":33,"225":352,"23":343,"24":936,"25":548,"257":85,"26":69,"268":13,"27":81,"273":82,"276":30,"279":11,"28":502,"281":17,"282":59,"291":41,"292":196,"30":22,"302":7,"306":1,"31":32,"314":5,"317":10,"32":16,"33":48,"34":93,"347":38,"35":33,"352":658,"36":159,"37":21,"38":415,"380":4,"381":33,"383":24,"39":90,"391":33,"396":5,"397":26,"40":30,"409":69,"41":42,"414":50,"415":65,"419":9,"42":73,"426":5,"43":30,"430":37,"433":5,"44":12,"45":39,"46":222,"48":23,"49":92,"5":842,"51":76,"52":101,"53":51,"56":15,"6":139,"63":36,"7":491,"79":40,"8":344,"80":104,"9":668,"all_client":90261,"all_tv_clinet":14931,"insert_time":"2014-08-19T03:52:16.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75544,"10":28,"107":504,"11":311,"12":119,"13":462,"14":93,"15":247,"155":16,"156":14,"158":40,"159":25,"16":201,"160":22,"161":273,"167":30,"168":5,"17":317,"18":896,"19":465,"20":133,"209":32,"21":733,"210":24,"211":12,"214":23,"215":254,"221":297,"223":551,"224":35,"225":367,"23":344,"24":927,"25":538,"257":87,"26":64,"268":11,"27":77,"273":88,"276":27,"279":12,"28":496,"281":17,"282":58,"291":41,"292":201,"30":22,"302":7,"306":1,"31":35,"314":6,"317":10,"32":16,"33":46,"34":91,"347":38,"35":33,"352":644,"36":164,"37":23,"38":418,"380":4,"381":35,"383":33,"39":93,"391":38,"396":4,"397":27,"40":30,"409":72,"41":42,"414":48,"415":60,"419":9,"42":75,"426":4,"43":31,"430":37,"433":5,"44":12,"45":37,"46":225,"48":22,"49":89,"5":808,"51":77,"52":98,"53":49,"56":13,"6":136,"63":41,"7":490,"79":36,"8":366,"80":107,"9":678,"all_client":90546,"all_tv_clinet":15002,"insert_time":"2014-08-19T03:53:17.783Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75783,"10":27,"107":501,"11":319,"12":127,"13":448,"14":94,"15":257,"155":17,"156":14,"158":38,"159":26,"16":208,"160":21,"161":278,"167":31,"168":5,"17":319,"18":888,"19":467,"20":123,"209":30,"21":737,"210":24,"211":10,"214":23,"215":253,"221":292,"223":528,"224":37,"225":373,"23":344,"24":934,"25":542,"257":89,"26":66,"268":10,"27":73,"273":87,"276":27,"279":11,"28":521,"281":17,"282":60,"291":42,"292":202,"30":20,"302":6,"306":1,"31":34,"314":5,"317":10,"32":18,"33":50,"34":93,"347":41,"35":35,"352":651,"36":170,"37":21,"38":416,"380":4,"381":33,"383":34,"39":93,"391":35,"396":4,"397":26,"40":31,"409":73,"41":42,"414":48,"415":59,"419":10,"42":75,"426":4,"43":34,"430":37,"433":5,"44":12,"45":35,"46":225,"48":21,"49":87,"5":782,"51":72,"52":103,"53":47,"56":13,"6":142,"63":45,"7":470,"79":37,"8":386,"80":111,"9":699,"all_client":90828,"all_tv_clinet":15045,"insert_time":"2014-08-19T03:54:18.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75979,"10":26,"107":499,"11":311,"12":130,"13":433,"14":93,"15":261,"155":17,"156":13,"158":40,"159":25,"16":218,"160":21,"161":287,"167":33,"168":6,"17":333,"18":897,"19":473,"20":124,"209":28,"21":716,"210":23,"211":9,"214":22,"215":242,"221":298,"223":510,"224":33,"225":378,"23":364,"24":946,"25":529,"257":84,"26":69,"268":10,"27":69,"273":93,"276":31,"279":11,"28":548,"281":17,"282":63,"291":42,"292":182,"30":20,"302":6,"31":32,"314":5,"317":10,"32":17,"33":49,"34":89,"347":45,"35":35,"352":648,"36":172,"37":22,"38":401,"380":5,"381":34,"383":29,"39":99,"391":35,"396":3,"397":26,"40":31,"409":81,"41":43,"414":53,"415":60,"419":9,"42":76,"426":2,"43":32,"430":37,"433":4,"44":11,"45":28,"46":233,"48":23,"49":85,"5":780,"51":59,"52":110,"53":50,"56":12,"6":153,"63":47,"7":453,"79":40,"8":402,"80":114,"9":721,"all_client":91067,"all_tv_clinet":15088,"insert_time":"2014-08-19T03:55:19.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76139,"10":24,"107":506,"11":312,"12":140,"13":422,"14":97,"15":251,"155":18,"156":16,"158":38,"159":26,"16":230,"160":21,"161":288,"167":37,"168":6,"17":343,"18":903,"19":491,"20":112,"209":25,"21":687,"210":25,"211":8,"214":22,"215":248,"221":309,"223":511,"224":35,"225":372,"23":364,"24":964,"25":517,"257":84,"26":73,"268":9,"27":60,"273":106,"276":30,"279":9,"28":581,"281":17,"282":68,"291":40,"292":158,"30":20,"302":6,"31":33,"314":5,"317":10,"32":21,"33":48,"34":92,"347":48,"35":37,"352":622,"36":168,"37":21,"38":407,"380":6,"381":33,"383":28,"39":98,"391":32,"396":2,"397":26,"40":36,"409":91,"41":43,"414":57,"415":60,"419":11,"42":83,"426":2,"43":30,"430":35,"433":4,"44":11,"45":25,"46":230,"48":25,"49":90,"5":773,"51":59,"52":114,"53":47,"56":11,"570":1,"6":159,"63":47,"7":437,"79":44,"8":416,"80":118,"9":747,"all_client":91311,"all_tv_clinet":15172,"insert_time":"2014-08-19T03:56:20.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76445,"10":26,"107":502,"11":324,"12":152,"13":418,"14":95,"15":234,"155":16,"156":19,"158":36,"159":28,"16":246,"160":20,"161":287,"167":37,"168":7,"17":339,"18":923,"19":507,"20":120,"209":25,"21":652,"210":26,"211":8,"214":23,"215":233,"221":323,"223":514,"224":35,"225":372,"23":363,"24":953,"25":486,"257":77,"26":69,"268":8,"27":57,"273":110,"276":31,"279":11,"28":619,"281":17,"282":72,"291":39,"292":146,"30":20,"302":6,"31":36,"314":5,"317":12,"32":17,"33":48,"34":95,"347":48,"35":39,"352":613,"36":166,"37":23,"38":417,"380":6,"381":33,"383":32,"389":1,"39":95,"391":34,"396":3,"397":27,"40":37,"409":96,"41":47,"414":56,"415":58,"419":10,"42":93,"426":2,"43":32,"430":36,"433":3,"44":7,"45":23,"46":246,"48":26,"49":100,"5":757,"51":56,"52":111,"53":48,"56":10,"570":2,"6":170,"63":47,"7":429,"79":47,"8":448,"80":113,"9":760,"all_client":91696,"all_tv_clinet":15251,"insert_time":"2014-08-19T03:57:21.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76664,"10":36,"107":515,"11":333,"12":153,"13":400,"14":97,"15":207,"155":14,"156":20,"158":40,"159":30,"16":256,"160":20,"161":271,"167":40,"168":7,"17":323,"18":937,"19":526,"20":117,"209":25,"21":621,"210":26,"211":8,"214":24,"215":233,"221":338,"223":516,"224":38,"225":360,"23":343,"24":951,"25":485,"257":82,"26":62,"268":7,"27":58,"273":106,"276":33,"279":10,"28":637,"281":17,"282":66,"291":35,"292":148,"30":20,"302":6,"31":36,"314":5,"317":12,"32":15,"33":51,"34":99,"347":53,"35":43,"352":625,"36":172,"37":24,"38":438,"380":6,"381":33,"383":33,"389":1,"39":95,"391":35,"396":4,"397":27,"40":32,"409":93,"41":51,"414":60,"415":60,"419":11,"42":104,"426":2,"43":33,"430":38,"431":1,"433":3,"44":9,"45":23,"46":259,"48":25,"49":106,"5":776,"51":55,"52":117,"53":47,"56":9,"570":2,"6":189,"63":49,"7":410,"79":47,"8":471,"80":119,"9":744,"all_client":92013,"all_tv_clinet":15349,"insert_time":"2014-08-19T03:58:22.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76865,"10":40,"107":516,"11":339,"12":151,"13":395,"14":102,"15":196,"155":14,"156":21,"158":43,"159":26,"16":265,"160":19,"161":258,"167":40,"168":6,"17":310,"18":960,"19":556,"20":116,"209":25,"21":594,"210":29,"211":8,"214":24,"215":229,"221":339,"223":523,"224":42,"225":377,"23":339,"24":950,"25":470,"257":83,"26":60,"268":6,"27":52,"273":88,"276":38,"279":13,"28":672,"281":16,"282":63,"291":36,"292":151,"30":20,"302":6,"31":35,"314":5,"317":11,"32":11,"33":56,"34":101,"347":56,"35":41,"352":638,"36":184,"37":24,"38":435,"380":6,"381":34,"383":33,"389":1,"39":96,"391":35,"396":5,"397":28,"40":35,"409":87,"41":48,"414":61,"415":62,"419":12,"42":103,"426":3,"43":30,"430":39,"431":1,"433":3,"44":10,"45":25,"46":267,"48":29,"49":111,"5":810,"51":46,"52":118,"53":50,"56":9,"570":1,"6":220,"63":50,"7":397,"79":50,"8":501,"80":118,"9":706,"all_client":92328,"all_tv_clinet":15463,"insert_time":"2014-08-19T03:59:22.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77087,"10":43,"107":529,"11":350,"12":154,"13":396,"14":102,"15":183,"155":15,"156":26,"158":40,"159":27,"16":281,"160":19,"161":250,"167":39,"168":5,"17":306,"18":966,"19":567,"20":113,"209":21,"21":580,"210":29,"211":8,"214":25,"215":231,"221":342,"223":535,"224":43,"225":386,"23":329,"24":951,"25":453,"257":82,"26":58,"268":4,"27":46,"273":84,"276":45,"279":11,"28":689,"281":15,"282":67,"291":36,"292":154,"30":17,"302":7,"31":37,"314":5,"317":9,"32":10,"33":57,"34":104,"347":55,"35":39,"352":651,"36":186,"37":26,"38":444,"380":6,"381":35,"383":31,"389":1,"39":100,"391":34,"396":5,"397":28,"40":37,"409":84,"41":44,"414":64,"415":59,"419":11,"42":108,"426":2,"43":26,"430":39,"431":1,"433":3,"44":13,"45":27,"46":271,"48":30,"49":109,"5":851,"51":43,"52":108,"53":52,"56":7,"570":1,"6":236,"63":49,"7":390,"79":54,"8":517,"80":120,"9":668,"all_client":92633,"all_tv_clinet":15546,"insert_time":"2014-08-19T04:00:24.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77336,"10":41,"107":526,"11":374,"12":157,"13":384,"14":103,"15":174,"155":15,"156":30,"158":39,"159":24,"16":301,"160":18,"161":246,"167":36,"168":6,"17":291,"18":980,"19":585,"20":118,"209":22,"21":587,"210":28,"211":10,"214":25,"215":230,"221":328,"223":544,"224":45,"225":400,"23":325,"24":939,"25":438,"257":83,"26":57,"268":5,"27":43,"273":81,"276":44,"279":11,"28":697,"281":14,"282":70,"291":37,"292":161,"30":18,"302":8,"31":38,"314":6,"317":8,"32":9,"33":56,"34":105,"347":55,"35":37,"352":643,"36":180,"37":23,"38":446,"380":6,"381":40,"383":32,"389":1,"39":101,"391":34,"396":4,"397":28,"40":40,"409":79,"41":42,"414":68,"415":56,"419":11,"42":113,"426":2,"43":26,"430":42,"433":3,"44":14,"45":27,"46":274,"48":32,"49":112,"5":895,"51":45,"52":95,"53":56,"56":6,"570":1,"6":252,"63":51,"7":388,"79":54,"8":533,"80":124,"9":644,"all_client":92971,"all_tv_clinet":15635,"insert_time":"2014-08-19T04:01:25.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77542,"10":37,"107":541,"11":373,"12":163,"13":376,"14":106,"15":169,"155":15,"156":28,"158":36,"159":25,"16":312,"160":16,"161":261,"167":35,"168":6,"17":283,"18":984,"19":563,"20":114,"209":22,"21":571,"210":23,"211":10,"214":25,"215":231,"221":307,"223":549,"224":44,"225":422,"23":323,"24":942,"25":427,"257":85,"26":58,"268":5,"27":38,"273":81,"276":49,"279":12,"28":699,"281":14,"282":72,"291":35,"292":177,"30":18,"302":8,"31":42,"314":5,"317":8,"32":11,"33":59,"34":107,"347":56,"35":35,"352":637,"36":186,"37":23,"38":447,"380":6,"381":40,"383":29,"389":1,"39":97,"391":34,"396":4,"397":28,"40":41,"409":78,"41":41,"414":68,"415":60,"419":8,"42":115,"426":2,"43":23,"430":45,"433":3,"44":13,"45":25,"46":276,"48":32,"49":117,"5":970,"51":47,"52":83,"53":55,"56":6,"570":1,"6":246,"63":50,"7":383,"79":50,"8":556,"80":140,"9":632,"all_client":93253,"all_tv_clinet":15711,"insert_time":"2014-08-19T04:02:26.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77711,"10":31,"107":529,"11":374,"12":161,"13":357,"14":111,"15":165,"155":14,"156":28,"158":35,"159":26,"16":322,"160":16,"161":277,"167":34,"168":6,"17":288,"18":1000,"19":531,"20":114,"209":23,"21":570,"210":23,"211":9,"214":27,"215":228,"221":311,"223":548,"224":44,"225":433,"23":327,"24":925,"25":427,"257":84,"26":62,"268":7,"27":36,"273":84,"276":55,"279":13,"28":686,"281":13,"282":76,"291":35,"292":183,"30":17,"302":8,"31":42,"314":7,"317":7,"32":14,"33":61,"34":108,"347":57,"35":32,"352":629,"36":185,"37":23,"38":453,"380":6,"381":44,"383":28,"39":94,"391":34,"396":3,"397":27,"40":48,"409":75,"41":43,"414":67,"415":59,"419":7,"42":119,"426":2,"43":25,"430":53,"433":2,"44":12,"45":27,"46":279,"48":37,"49":121,"5":1014,"51":45,"52":76,"53":48,"56":6,"570":1,"6":256,"63":52,"7":372,"79":48,"8":568,"80":148,"9":632,"all_client":93480,"all_tv_clinet":15769,"insert_time":"2014-08-19T04:03:27.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77996,"10":31,"107":541,"11":355,"12":166,"13":352,"14":122,"15":168,"155":12,"156":26,"158":34,"159":26,"16":322,"160":13,"161":281,"167":32,"168":5,"17":291,"18":1018,"19":497,"20":118,"209":21,"21":550,"210":24,"211":9,"214":26,"215":233,"221":313,"223":543,"224":41,"225":446,"23":331,"24":929,"25":421,"257":83,"26":66,"268":6,"27":32,"273":90,"276":61,"279":13,"28":673,"281":13,"282":73,"291":34,"292":189,"30":16,"302":8,"31":43,"314":8,"317":6,"32":18,"33":63,"34":101,"347":55,"35":39,"352":637,"36":187,"37":27,"38":457,"380":6,"381":49,"383":29,"39":94,"391":31,"396":3,"397":26,"40":50,"409":81,"41":43,"414":63,"415":54,"419":7,"42":121,"426":6,"43":25,"430":55,"433":2,"44":13,"45":29,"46":281,"48":41,"49":125,"5":1070,"51":44,"52":70,"53":45,"56":7,"570":2,"6":255,"63":54,"7":355,"79":50,"8":573,"80":160,"9":637,"all_client":93847,"all_tv_clinet":15851,"insert_time":"2014-08-19T04:04:27.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78224,"10":34,"107":562,"11":340,"12":170,"13":340,"14":125,"15":158,"155":12,"156":24,"158":35,"159":23,"16":330,"160":13,"161":285,"167":30,"168":6,"17":288,"18":1029,"19":488,"20":124,"209":22,"21":533,"210":23,"211":9,"214":26,"215":224,"221":327,"223":528,"224":40,"225":451,"23":333,"24":937,"25":412,"257":81,"26":68,"268":5,"27":31,"273":90,"276":62,"279":16,"28":648,"281":13,"282":73,"291":33,"292":193,"30":16,"302":8,"31":42,"314":9,"317":5,"32":22,"33":64,"34":86,"347":55,"35":47,"352":622,"36":191,"37":32,"38":449,"380":7,"381":52,"383":33,"39":94,"391":35,"396":3,"397":25,"40":56,"409":80,"41":48,"414":63,"415":51,"419":9,"42":123,"426":6,"43":25,"430":53,"433":2,"44":14,"45":29,"46":288,"48":39,"49":126,"5":1129,"51":43,"52":68,"53":46,"56":7,"570":2,"6":261,"63":58,"7":342,"79":51,"8":581,"80":167,"9":637,"all_client":94119,"all_tv_clinet":15895,"insert_time":"2014-08-19T04:05:28.947Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78337,"10":31,"107":559,"11":332,"12":173,"13":333,"14":125,"15":155,"155":12,"156":24,"158":37,"159":23,"16":336,"160":12,"161":287,"167":32,"168":6,"17":295,"18":1036,"19":458,"20":129,"209":21,"21":528,"210":22,"211":10,"214":25,"215":226,"221":330,"223":521,"224":38,"225":459,"23":339,"24":973,"25":401,"257":80,"26":74,"268":3,"27":30,"273":93,"276":60,"279":19,"28":642,"281":13,"282":76,"291":32,"292":196,"30":19,"302":7,"31":40,"314":9,"317":5,"32":22,"33":61,"34":79,"347":54,"35":49,"352":618,"36":190,"37":32,"38":437,"380":7,"381":54,"383":33,"39":99,"391":35,"396":4,"397":25,"40":57,"409":84,"41":57,"414":62,"415":51,"419":8,"42":122,"426":7,"43":23,"430":53,"433":2,"44":14,"45":27,"46":303,"48":37,"49":129,"5":1176,"51":41,"52":68,"53":50,"56":7,"570":2,"6":274,"63":63,"7":340,"79":46,"8":592,"80":178,"9":650,"all_client":94345,"all_tv_clinet":16008,"insert_time":"2014-08-19T04:06:30.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78496,"10":27,"107":559,"11":328,"12":171,"13":334,"14":130,"15":151,"155":12,"156":25,"158":37,"159":23,"16":340,"160":12,"161":284,"167":29,"168":6,"17":305,"18":1062,"19":439,"20":141,"209":21,"21":520,"210":22,"211":13,"214":24,"215":222,"221":327,"223":537,"224":37,"225":458,"23":338,"24":991,"25":393,"257":80,"26":76,"268":3,"27":26,"273":93,"276":65,"279":21,"28":647,"281":12,"282":75,"291":32,"292":199,"30":20,"302":5,"31":40,"314":9,"317":5,"32":20,"33":66,"34":73,"347":49,"35":48,"352":623,"36":188,"37":30,"38":450,"380":7,"381":54,"383":36,"39":100,"391":34,"396":4,"397":23,"40":62,"409":86,"41":62,"414":60,"415":56,"419":8,"42":117,"426":8,"43":25,"430":53,"433":2,"44":13,"45":26,"46":315,"48":33,"49":128,"5":1219,"51":38,"52":66,"53":54,"56":7,"570":3,"6":275,"63":63,"7":339,"79":44,"8":603,"80":187,"9":678,"all_client":94657,"all_tv_clinet":16161,"insert_time":"2014-08-19T04:07:31.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78740,"10":22,"107":542,"11":329,"12":173,"13":330,"14":136,"15":150,"155":12,"156":22,"158":35,"159":22,"16":340,"160":14,"161":276,"167":28,"168":6,"17":304,"18":1081,"19":428,"20":139,"209":19,"21":518,"210":24,"211":14,"214":23,"215":228,"221":312,"223":564,"224":36,"225":471,"23":347,"24":1008,"25":398,"257":83,"26":78,"268":3,"27":26,"273":92,"276":68,"279":21,"28":658,"281":11,"282":76,"291":32,"292":196,"30":22,"302":5,"31":38,"314":10,"317":5,"32":22,"33":68,"34":74,"347":43,"35":46,"352":637,"36":185,"37":30,"38":444,"380":7,"381":51,"383":41,"39":102,"391":33,"396":4,"397":17,"40":67,"409":88,"41":66,"414":52,"415":58,"419":7,"42":112,"426":11,"43":30,"430":55,"433":2,"44":12,"45":27,"46":314,"48":30,"49":125,"5":1244,"51":34,"52":64,"53":56,"56":10,"570":3,"6":272,"63":62,"7":335,"79":43,"8":607,"80":195,"9":668,"all_client":94968,"all_tv_clinet":16228,"insert_time":"2014-08-19T04:08:32.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78892,"10":23,"107":542,"11":321,"12":170,"13":334,"14":139,"15":153,"155":10,"156":20,"158":34,"159":23,"16":332,"160":16,"161":272,"167":29,"168":7,"17":308,"18":1098,"19":419,"20":139,"209":18,"21":505,"210":25,"211":14,"214":23,"215":234,"221":312,"223":571,"224":35,"225":484,"23":351,"24":1005,"25":403,"257":76,"26":77,"268":3,"27":27,"273":90,"276":67,"279":21,"28":653,"281":10,"282":73,"291":33,"292":195,"30":21,"302":5,"31":37,"314":10,"317":4,"32":21,"33":66,"34":71,"347":37,"35":47,"352":634,"36":189,"37":34,"38":447,"380":8,"381":51,"383":47,"39":101,"391":32,"396":4,"397":17,"40":72,"409":88,"41":70,"414":44,"415":58,"419":7,"42":118,"426":15,"43":32,"430":59,"433":2,"44":14,"45":24,"46":318,"48":31,"49":120,"5":1301,"51":32,"52":60,"53":55,"56":9,"570":2,"6":262,"63":65,"7":339,"79":42,"8":609,"80":203,"9":661,"all_client":95181,"all_tv_clinet":16289,"insert_time":"2014-08-19T04:09:33.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79067,"10":24,"107":556,"11":317,"12":169,"13":331,"14":144,"15":149,"155":10,"156":22,"158":34,"159":25,"16":330,"160":15,"161":277,"167":29,"168":7,"17":308,"18":1109,"19":414,"20":137,"209":15,"21":505,"210":25,"211":12,"214":22,"215":237,"221":308,"223":563,"224":34,"225":491,"23":352,"24":1016,"25":414,"257":78,"26":78,"268":3,"27":28,"273":93,"276":66,"279":22,"28":652,"281":11,"282":73,"291":34,"292":186,"30":21,"302":5,"31":33,"314":9,"317":4,"32":20,"33":68,"34":70,"347":35,"35":48,"352":623,"36":185,"37":36,"38":457,"380":7,"381":54,"383":52,"39":100,"391":31,"396":4,"397":19,"40":73,"409":89,"41":70,"414":28,"415":62,"419":8,"42":123,"426":16,"43":31,"430":63,"433":2,"44":13,"45":23,"46":320,"48":29,"49":105,"5":1346,"51":36,"52":60,"53":65,"56":10,"570":2,"6":262,"63":67,"7":344,"79":40,"8":616,"80":209,"9":679,"all_client":95464,"all_tv_clinet":16397,"insert_time":"2014-08-19T04:10:34.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79275,"10":25,"107":570,"11":315,"12":172,"13":343,"14":148,"15":150,"155":10,"156":22,"158":33,"159":23,"16":327,"160":15,"161":276,"167":32,"168":7,"17":308,"18":1125,"19":400,"20":137,"209":17,"21":497,"210":26,"211":12,"214":25,"215":236,"221":308,"223":573,"224":33,"225":485,"23":351,"24":1055,"25":421,"257":79,"26":74,"268":5,"27":28,"273":89,"276":68,"279":23,"28":658,"281":10,"282":73,"291":34,"292":167,"30":20,"302":5,"31":34,"314":8,"317":4,"32":17,"33":70,"34":70,"347":34,"35":48,"352":634,"36":183,"37":39,"38":467,"380":5,"381":55,"383":53,"389":1,"39":99,"391":26,"396":3,"397":19,"40":69,"409":94,"41":72,"414":28,"415":59,"419":8,"42":127,"426":13,"43":33,"430":64,"433":2,"44":12,"45":21,"46":317,"48":30,"49":98,"5":1391,"51":34,"52":56,"53":66,"56":8,"570":3,"6":245,"63":73,"7":340,"79":42,"8":612,"80":211,"9":690,"all_client":95772,"all_tv_clinet":16497,"insert_time":"2014-08-19T04:11:35.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79457,"10":24,"107":570,"11":320,"12":175,"13":345,"14":149,"15":147,"155":10,"156":21,"158":36,"159":20,"16":342,"160":16,"161":261,"167":33,"168":8,"17":314,"18":1128,"19":405,"20":140,"209":23,"21":496,"210":25,"211":11,"214":26,"215":232,"221":305,"223":580,"224":36,"225":489,"23":341,"24":1068,"25":430,"257":77,"26":81,"268":6,"27":27,"273":89,"276":67,"279":24,"28":664,"281":10,"282":75,"291":35,"292":152,"30":23,"302":6,"31":39,"314":7,"317":3,"32":18,"33":75,"34":60,"347":31,"35":46,"352":641,"36":175,"37":39,"38":491,"380":5,"381":54,"383":52,"389":1,"39":100,"391":27,"396":2,"397":17,"40":71,"409":98,"41":71,"414":27,"415":60,"419":7,"42":126,"426":13,"43":35,"430":67,"433":1,"44":13,"45":22,"46":312,"48":29,"49":91,"5":1437,"51":33,"52":49,"53":69,"56":10,"570":4,"6":234,"63":72,"7":335,"79":41,"8":600,"80":219,"9":692,"all_client":96040,"all_tv_clinet":16583,"insert_time":"2014-08-19T04:12:36.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79647,"10":24,"107":563,"11":324,"12":176,"13":342,"14":151,"15":146,"155":10,"156":19,"158":36,"159":21,"16":340,"160":15,"161":262,"167":32,"168":9,"17":313,"18":1154,"19":410,"20":140,"209":32,"21":494,"210":25,"211":11,"214":26,"215":231,"221":305,"223":582,"224":35,"225":491,"23":322,"24":1059,"25":442,"257":75,"26":83,"268":4,"27":25,"273":83,"276":67,"279":25,"28":679,"281":10,"282":74,"291":35,"292":152,"30":23,"302":6,"31":44,"314":5,"317":3,"32":18,"33":77,"34":55,"347":28,"35":39,"352":651,"36":172,"37":40,"38":490,"380":5,"381":53,"383":51,"389":1,"39":99,"391":26,"396":3,"397":14,"40":71,"409":101,"41":76,"414":26,"415":61,"419":6,"42":128,"426":8,"43":34,"430":69,"433":1,"44":17,"45":21,"46":316,"48":32,"49":84,"5":1505,"51":29,"52":45,"53":65,"56":12,"570":3,"6":224,"63":73,"7":331,"79":42,"8":601,"80":223,"9":697,"all_client":96305,"all_tv_clinet":16658,"insert_time":"2014-08-19T04:13:37.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79844,"10":22,"107":559,"11":316,"12":182,"13":343,"14":152,"15":143,"155":8,"156":19,"158":35,"159":22,"16":350,"160":17,"161":256,"167":32,"168":9,"17":310,"18":1172,"19":427,"20":146,"209":32,"21":503,"210":25,"211":10,"214":27,"215":217,"221":312,"223":579,"224":32,"225":482,"23":316,"24":1058,"25":443,"257":73,"26":91,"268":5,"27":23,"273":77,"276":72,"279":23,"28":678,"281":9,"282":79,"291":34,"292":150,"30":23,"302":6,"31":43,"314":5,"317":3,"32":19,"33":76,"34":49,"347":30,"35":37,"352":662,"36":166,"37":45,"38":508,"380":5,"381":52,"383":53,"389":1,"39":98,"391":27,"396":3,"397":14,"40":71,"409":95,"41":82,"414":25,"415":64,"419":7,"42":128,"426":8,"43":35,"430":69,"433":1,"44":15,"45":18,"46":317,"48":26,"49":82,"5":1562,"51":33,"52":46,"53":62,"56":11,"570":3,"6":209,"63":68,"7":328,"79":40,"8":594,"80":230,"9":721,"all_client":96589,"all_tv_clinet":16745,"insert_time":"2014-08-19T04:14:38.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79951,"10":19,"107":550,"11":311,"12":185,"13":347,"14":153,"15":143,"155":9,"156":18,"158":31,"159":21,"16":358,"160":17,"161":256,"167":33,"168":10,"17":303,"18":1219,"19":445,"20":139,"209":33,"21":518,"210":25,"211":10,"214":26,"215":203,"221":308,"223":575,"224":31,"225":477,"23":321,"24":1070,"25":435,"257":75,"26":92,"268":5,"27":23,"273":73,"276":71,"279":23,"28":682,"281":9,"282":83,"291":34,"292":158,"30":22,"302":6,"31":42,"314":6,"317":3,"32":19,"33":77,"34":45,"347":28,"35":37,"352":662,"36":175,"37":45,"38":503,"380":5,"381":62,"383":54,"389":1,"39":96,"391":28,"396":3,"397":14,"40":71,"409":89,"41":83,"414":26,"415":63,"419":8,"42":134,"426":5,"43":37,"430":75,"433":1,"44":13,"45":21,"46":324,"48":31,"49":86,"5":1617,"51":32,"52":46,"53":62,"56":10,"570":3,"6":206,"63":67,"7":321,"79":40,"8":588,"80":239,"9":722,"all_client":96831,"all_tv_clinet":16880,"insert_time":"2014-08-19T04:15:39.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80154,"10":21,"107":532,"11":299,"12":185,"13":354,"14":154,"15":142,"155":9,"156":16,"158":33,"159":20,"16":359,"160":16,"161":256,"167":35,"168":11,"17":298,"18":1247,"19":448,"20":133,"209":35,"21":516,"210":25,"211":9,"214":26,"215":195,"221":301,"223":583,"224":35,"225":500,"23":325,"24":1069,"25":439,"257":72,"26":92,"268":5,"27":21,"273":65,"276":70,"279":23,"28":679,"281":10,"282":87,"291":35,"292":167,"30":23,"302":5,"31":39,"314":6,"317":3,"32":20,"33":82,"34":42,"347":25,"35":36,"352":682,"36":175,"37":43,"38":511,"380":5,"381":64,"383":57,"389":1,"39":97,"391":30,"396":3,"397":11,"40":69,"409":82,"41":88,"414":24,"415":63,"419":8,"42":141,"426":4,"43":36,"430":76,"433":1,"44":10,"45":19,"46":321,"48":29,"49":83,"5":1671,"51":33,"52":47,"53":61,"56":10,"570":3,"6":197,"63":66,"7":330,"79":39,"8":591,"80":243,"9":721,"all_client":97132,"all_tv_clinet":16978,"insert_time":"2014-08-19T04:16:40.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80373,"10":22,"107":524,"11":303,"12":183,"13":355,"14":157,"15":139,"155":9,"156":16,"158":32,"159":23,"16":357,"160":15,"161":248,"167":35,"168":11,"17":295,"18":1254,"19":433,"20":136,"209":33,"21":526,"210":25,"211":9,"214":26,"215":190,"221":309,"223":575,"224":36,"225":519,"23":323,"24":1060,"25":441,"257":71,"26":91,"268":5,"27":22,"273":63,"276":71,"279":24,"28":676,"281":10,"282":82,"291":34,"292":174,"30":20,"302":5,"31":34,"314":7,"317":2,"32":20,"33":82,"34":40,"347":23,"35":36,"352":695,"36":177,"37":42,"38":516,"380":5,"381":68,"383":58,"389":1,"39":98,"391":28,"396":3,"397":10,"40":72,"409":81,"41":87,"414":20,"415":65,"419":6,"42":141,"426":6,"43":34,"430":79,"433":1,"44":10,"45":22,"46":317,"48":29,"49":76,"5":1731,"51":37,"52":44,"53":56,"56":12,"570":3,"6":198,"63":64,"7":327,"79":37,"8":594,"80":245,"9":728,"all_client":97407,"all_tv_clinet":17034,"insert_time":"2014-08-19T04:17:41.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80475,"10":20,"107":543,"11":304,"12":186,"13":350,"14":157,"15":139,"155":9,"156":14,"158":34,"159":24,"16":366,"160":13,"161":252,"167":37,"168":11,"17":298,"18":1245,"19":436,"20":139,"209":33,"21":514,"210":25,"211":9,"214":27,"215":190,"221":304,"223":576,"224":37,"225":519,"23":319,"24":1085,"25":432,"257":72,"26":93,"268":6,"27":21,"273":62,"276":72,"279":24,"28":670,"281":10,"282":82,"291":35,"292":177,"30":16,"302":7,"31":35,"314":7,"317":1,"32":21,"33":84,"34":35,"347":22,"35":35,"352":700,"36":183,"37":45,"38":512,"380":6,"381":71,"383":57,"389":2,"39":97,"391":29,"396":3,"397":9,"40":77,"409":83,"41":90,"414":20,"415":63,"419":5,"42":142,"426":6,"43":32,"430":80,"433":2,"44":12,"45":25,"46":306,"48":32,"49":73,"5":1769,"51":37,"52":46,"53":53,"56":12,"570":4,"6":199,"63":64,"7":318,"79":37,"8":600,"80":249,"9":734,"all_client":97593,"all_tv_clinet":17118,"insert_time":"2014-08-19T04:18:42.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80714,"10":20,"107":564,"11":315,"12":189,"13":356,"14":161,"15":138,"155":8,"156":15,"158":34,"159":24,"16":366,"160":14,"161":244,"167":38,"168":11,"17":303,"18":1232,"19":441,"20":144,"209":36,"21":518,"210":26,"211":9,"214":27,"215":199,"221":305,"223":569,"224":37,"225":518,"23":323,"24":1098,"25":427,"257":70,"26":90,"268":6,"27":21,"273":65,"276":72,"279":21,"28":682,"281":10,"282":83,"291":36,"292":171,"30":14,"302":7,"31":35,"314":7,"32":23,"33":85,"34":35,"347":20,"35":35,"352":681,"36":184,"37":45,"38":517,"380":6,"381":73,"383":63,"389":2,"39":97,"391":30,"396":1,"397":10,"40":81,"409":85,"41":90,"414":15,"415":69,"419":5,"42":145,"426":6,"43":30,"430":81,"433":2,"44":15,"45":22,"46":288,"48":36,"49":69,"5":1808,"51":39,"52":47,"53":57,"56":19,"570":4,"6":189,"63":65,"7":313,"79":38,"8":601,"80":253,"9":732,"all_client":97924,"all_tv_clinet":17210,"insert_time":"2014-08-19T04:19:43.286Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80992,"10":21,"107":562,"11":315,"12":180,"13":359,"14":154,"15":137,"155":8,"156":16,"158":35,"159":21,"16":362,"160":16,"161":245,"167":39,"168":11,"17":304,"18":1247,"19":439,"20":149,"209":37,"21":510,"210":26,"211":7,"214":27,"215":219,"221":303,"223":569,"224":40,"225":519,"23":326,"24":1098,"25":431,"257":70,"26":95,"268":6,"27":21,"273":67,"276":75,"279":22,"28":680,"281":10,"282":80,"291":37,"292":174,"30":14,"302":7,"31":40,"314":6,"32":23,"33":88,"34":37,"347":19,"35":37,"352":670,"36":183,"37":47,"38":516,"380":7,"381":73,"383":64,"389":2,"39":94,"391":31,"396":1,"397":10,"40":81,"409":88,"41":87,"414":15,"415":77,"419":4,"42":145,"426":6,"43":29,"430":85,"433":2,"44":17,"45":21,"46":279,"48":36,"49":63,"5":1823,"51":42,"52":45,"53":58,"56":18,"570":4,"6":183,"63":68,"7":312,"79":34,"8":607,"80":252,"9":747,"all_client":98258,"all_tv_clinet":17266,"insert_time":"2014-08-19T04:20:44.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81228,"10":24,"107":556,"11":329,"12":167,"13":360,"14":161,"15":140,"155":7,"156":16,"158":38,"159":19,"16":346,"160":17,"161":247,"167":40,"168":10,"17":307,"18":1252,"19":436,"20":152,"209":40,"21":515,"210":26,"211":7,"214":28,"215":226,"221":308,"223":570,"224":42,"225":521,"23":327,"24":1105,"25":442,"257":71,"26":93,"268":7,"27":19,"273":68,"276":77,"279":22,"28":682,"281":10,"282":85,"291":36,"292":176,"30":14,"302":6,"31":37,"314":5,"32":24,"33":90,"34":34,"347":18,"35":41,"352":652,"36":179,"37":52,"38":516,"380":7,"381":74,"383":65,"389":1,"39":95,"391":32,"396":1,"397":10,"40":84,"409":86,"41":87,"414":16,"415":71,"419":4,"42":145,"426":6,"43":29,"430":88,"433":1,"44":17,"45":18,"46":270,"48":33,"49":60,"5":1850,"51":43,"52":43,"53":60,"56":17,"570":4,"6":180,"63":68,"7":309,"79":36,"8":607,"80":252,"9":750,"all_client":98542,"all_tv_clinet":17314,"insert_time":"2014-08-19T04:21:45.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81382,"10":23,"107":546,"11":335,"12":157,"13":362,"14":164,"15":136,"155":9,"156":15,"158":37,"159":18,"16":311,"160":18,"161":247,"167":39,"168":10,"17":309,"18":1248,"19":438,"20":167,"209":39,"21":528,"210":25,"211":6,"214":27,"215":221,"221":319,"223":546,"224":42,"225":531,"23":340,"24":1103,"25":451,"257":70,"26":96,"268":6,"27":20,"273":69,"276":78,"279":23,"28":662,"281":10,"282":91,"291":36,"292":183,"30":14,"302":6,"31":33,"314":5,"32":23,"33":87,"34":33,"347":13,"35":45,"352":667,"36":174,"37":57,"38":519,"380":7,"381":72,"383":62,"389":1,"39":90,"391":32,"396":3,"397":13,"40":86,"409":87,"41":84,"414":15,"415":67,"419":4,"42":151,"426":6,"43":27,"430":92,"433":1,"434":1,"44":14,"45":19,"46":251,"48":38,"49":61,"5":1877,"51":47,"52":41,"53":60,"56":14,"570":4,"6":192,"63":67,"7":307,"79":36,"8":615,"80":251,"9":783,"all_client":98747,"all_tv_clinet":17365,"insert_time":"2014-08-19T04:22:46.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81561,"10":21,"107":539,"11":356,"12":147,"13":364,"14":169,"15":137,"155":9,"156":13,"158":39,"159":18,"16":284,"160":22,"161":248,"167":40,"168":10,"17":311,"18":1223,"19":456,"20":175,"209":46,"21":535,"210":24,"211":5,"214":27,"215":219,"221":321,"223":542,"224":46,"225":526,"23":338,"24":1114,"25":460,"257":77,"26":100,"268":6,"27":22,"273":71,"276":80,"279":20,"28":649,"281":11,"282":93,"291":34,"292":183,"30":12,"302":6,"31":36,"314":4,"317":1,"32":24,"33":84,"34":33,"347":15,"35":48,"352":657,"36":174,"37":58,"38":532,"380":8,"381":77,"383":58,"389":1,"39":92,"391":36,"396":3,"397":13,"40":90,"409":82,"41":83,"414":15,"415":59,"419":3,"42":152,"426":5,"43":25,"430":96,"433":2,"434":1,"44":15,"45":20,"46":237,"48":39,"49":56,"5":1850,"51":53,"52":40,"53":62,"56":15,"570":2,"6":205,"63":66,"7":304,"79":37,"8":616,"80":252,"9":814,"all_client":98959,"all_tv_clinet":17398,"insert_time":"2014-08-19T04:23:47.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81720,"10":21,"107":535,"11":351,"12":128,"13":382,"14":172,"15":138,"155":10,"156":12,"158":40,"159":19,"16":272,"160":24,"161":252,"167":40,"168":10,"17":313,"18":1206,"19":468,"20":187,"209":44,"21":543,"210":24,"211":4,"214":27,"215":219,"221":327,"223":536,"224":44,"225":510,"23":329,"24":1133,"25":465,"257":74,"26":98,"268":5,"27":21,"273":73,"276":81,"279":20,"28":630,"281":11,"282":95,"291":35,"292":169,"30":11,"302":6,"31":33,"314":5,"317":4,"32":22,"33":88,"34":31,"347":16,"35":47,"352":649,"36":171,"37":66,"38":539,"380":8,"381":79,"383":58,"389":1,"39":92,"391":39,"396":5,"397":13,"40":86,"409":83,"41":81,"414":15,"415":60,"419":5,"42":149,"426":6,"43":26,"430":96,"433":2,"434":1,"44":17,"45":22,"46":227,"48":43,"49":55,"5":1866,"51":60,"52":40,"53":68,"56":14,"570":3,"6":227,"63":61,"7":303,"79":36,"8":627,"80":251,"9":823,"all_client":99153,"all_tv_clinet":17433,"insert_time":"2014-08-19T04:24:48.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81896,"10":22,"107":538,"11":365,"12":117,"13":378,"14":178,"15":142,"155":10,"156":11,"158":41,"159":18,"16":259,"160":24,"161":255,"167":43,"168":11,"17":305,"18":1196,"19":470,"20":195,"209":43,"21":552,"210":24,"211":5,"214":27,"215":220,"221":320,"223":544,"224":46,"225":491,"23":321,"24":1143,"25":471,"257":73,"26":91,"268":6,"27":23,"273":77,"276":80,"279":17,"28":631,"281":11,"282":94,"291":36,"292":162,"30":9,"302":6,"31":31,"314":4,"317":4,"32":22,"33":95,"34":36,"347":14,"35":47,"352":655,"36":170,"37":69,"38":546,"380":8,"381":81,"383":59,"389":1,"39":96,"391":43,"396":6,"397":14,"40":89,"409":84,"41":73,"414":15,"415":62,"419":4,"42":153,"426":5,"43":26,"430":98,"433":2,"434":1,"44":18,"45":22,"46":221,"48":40,"49":57,"5":1878,"51":56,"52":40,"53":65,"56":13,"570":2,"6":249,"63":60,"7":306,"79":37,"8":645,"80":250,"9":813,"all_client":99382,"all_tv_clinet":17486,"insert_time":"2014-08-19T04:25:49.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81994,"10":25,"107":548,"11":374,"12":107,"13":380,"14":180,"15":138,"155":9,"156":12,"158":42,"159":17,"16":263,"160":22,"161":249,"167":42,"168":11,"17":301,"18":1185,"19":465,"20":209,"209":42,"21":564,"210":24,"211":5,"214":26,"215":219,"221":315,"223":553,"224":42,"225":503,"23":329,"24":1171,"25":481,"257":69,"26":83,"268":5,"27":23,"273":85,"276":80,"279":17,"28":630,"281":10,"282":98,"291":37,"292":144,"30":10,"302":6,"306":1,"31":34,"314":4,"317":4,"32":20,"33":95,"34":38,"347":14,"35":43,"352":653,"36":168,"37":73,"38":553,"380":9,"381":87,"383":63,"389":2,"39":97,"391":43,"396":7,"397":13,"40":90,"409":88,"41":75,"414":16,"415":67,"419":6,"42":157,"426":4,"43":25,"430":101,"433":1,"434":1,"44":18,"45":21,"46":215,"48":42,"49":57,"5":1878,"51":56,"52":45,"53":62,"56":13,"570":3,"6":265,"63":58,"7":292,"79":31,"8":653,"80":251,"9":812,"all_client":99568,"all_tv_clinet":17574,"insert_time":"2014-08-19T04:26:50.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82205,"10":24,"107":539,"11":390,"12":101,"13":392,"14":189,"15":141,"155":10,"156":11,"158":45,"159":18,"16":266,"160":19,"161":241,"167":44,"168":11,"17":293,"18":1159,"19":462,"20":220,"209":49,"21":565,"210":24,"211":4,"214":26,"215":221,"221":328,"223":563,"224":39,"225":496,"23":335,"24":1159,"25":491,"257":79,"26":78,"268":5,"27":25,"273":88,"276":78,"279":21,"28":642,"281":11,"282":97,"291":36,"292":146,"30":14,"302":7,"306":1,"31":37,"314":4,"317":4,"32":17,"33":91,"34":41,"347":13,"35":44,"352":653,"36":168,"37":72,"38":529,"380":9,"381":91,"383":67,"389":2,"39":89,"391":44,"396":6,"397":12,"40":89,"409":87,"41":77,"414":18,"415":70,"419":9,"42":159,"426":3,"43":22,"430":98,"433":1,"434":1,"44":14,"45":20,"46":215,"48":43,"49":54,"5":1876,"51":60,"52":43,"53":60,"56":14,"570":2,"6":268,"63":56,"7":296,"79":27,"8":666,"80":255,"9":829,"all_client":99833,"all_tv_clinet":17628,"insert_time":"2014-08-19T04:27:51.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82369,"10":22,"107":534,"11":399,"12":90,"13":392,"14":200,"15":146,"155":11,"156":11,"158":44,"159":16,"16":269,"160":20,"161":231,"167":50,"168":11,"17":290,"18":1138,"19":450,"20":220,"209":52,"21":557,"210":24,"211":3,"214":27,"215":217,"221":339,"223":567,"224":34,"225":498,"23":331,"24":1170,"25":501,"257":78,"26":79,"268":4,"27":21,"273":85,"276":79,"279":24,"28":661,"281":11,"282":100,"291":33,"292":155,"30":15,"302":6,"306":1,"31":36,"314":4,"317":4,"32":16,"33":90,"34":38,"347":12,"35":44,"352":650,"36":161,"37":71,"38":535,"380":10,"381":89,"383":67,"389":2,"39":91,"391":45,"396":7,"397":12,"40":92,"409":88,"41":79,"414":21,"415":71,"419":11,"42":153,"426":3,"43":21,"430":97,"433":1,"434":1,"44":16,"45":21,"46":216,"48":48,"49":54,"5":1872,"51":65,"52":36,"53":58,"56":13,"570":3,"6":274,"63":51,"7":287,"79":28,"8":670,"80":260,"9":843,"all_client":100022,"all_tv_clinet":17653,"insert_time":"2014-08-19T04:28:52.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82489,"10":20,"107":546,"11":406,"12":92,"13":398,"14":204,"15":150,"155":11,"156":13,"158":46,"159":16,"16":275,"160":21,"161":228,"167":54,"168":9,"17":290,"18":1122,"19":446,"20":215,"209":52,"21":550,"210":25,"211":3,"214":26,"215":223,"221":351,"223":566,"224":32,"225":502,"23":316,"24":1176,"25":505,"257":80,"26":82,"268":4,"27":22,"273":81,"276":78,"279":23,"28":679,"281":11,"282":99,"291":33,"292":168,"30":15,"302":6,"31":36,"314":4,"317":4,"32":17,"33":92,"34":40,"347":11,"35":43,"352":650,"36":164,"37":71,"38":535,"380":10,"381":90,"383":69,"39":91,"391":45,"396":7,"397":10,"40":92,"409":86,"41":77,"414":20,"415":69,"419":13,"42":143,"426":2,"43":24,"430":95,"433":1,"434":1,"44":15,"45":23,"46":214,"48":46,"49":50,"5":1875,"51":66,"52":35,"53":62,"56":11,"570":3,"6":262,"63":50,"7":287,"79":27,"8":680,"80":265,"9":867,"all_client":100209,"all_tv_clinet":17720,"insert_time":"2014-08-19T04:29:54.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82636,"10":19,"107":553,"11":419,"12":94,"13":395,"14":218,"15":153,"155":11,"156":15,"158":43,"159":15,"16":283,"160":24,"161":220,"167":54,"168":9,"17":287,"18":1099,"19":441,"20":213,"209":54,"21":554,"210":24,"211":4,"214":25,"215":227,"221":359,"223":568,"224":32,"225":500,"23":317,"24":1172,"25":510,"257":79,"26":84,"268":3,"27":22,"273":77,"276":81,"279":19,"28":679,"281":10,"282":101,"291":35,"292":186,"30":14,"302":5,"31":34,"314":3,"317":3,"32":16,"33":93,"34":39,"347":10,"35":42,"352":660,"36":164,"37":74,"38":545,"380":11,"381":80,"383":73,"39":94,"391":43,"396":8,"397":10,"40":91,"409":76,"41":78,"414":24,"415":73,"419":13,"42":135,"426":1,"43":23,"430":97,"433":1,"434":1,"44":16,"45":19,"46":215,"48":46,"49":48,"5":1866,"51":64,"52":31,"53":67,"56":10,"570":4,"6":242,"63":47,"7":277,"79":24,"8":688,"80":266,"9":907,"all_client":100394,"all_tv_clinet":17758,"insert_time":"2014-08-19T04:30:55.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82751,"10":19,"107":562,"11":419,"12":97,"13":408,"14":220,"15":159,"155":11,"156":15,"158":43,"159":16,"16":285,"160":24,"161":233,"167":53,"168":10,"17":292,"18":1058,"19":437,"20":209,"209":54,"21":556,"210":23,"211":5,"214":25,"215":224,"221":347,"223":563,"224":34,"225":496,"23":313,"24":1181,"25":510,"257":77,"26":76,"268":2,"27":23,"273":78,"276":83,"279":21,"28":700,"281":10,"282":99,"291":36,"292":193,"30":13,"302":5,"31":36,"314":4,"317":3,"32":17,"33":95,"34":38,"347":9,"35":41,"352":664,"36":177,"37":78,"38":549,"380":11,"381":80,"383":72,"39":92,"391":44,"396":8,"397":10,"40":80,"409":73,"41":77,"414":26,"415":72,"419":15,"42":138,"426":1,"43":28,"430":95,"433":1,"434":1,"44":19,"45":16,"46":232,"48":47,"49":44,"5":1863,"51":69,"52":34,"53":62,"56":7,"570":5,"6":222,"63":47,"7":273,"79":24,"8":695,"80":267,"9":942,"all_client":100571,"all_tv_clinet":17820,"insert_time":"2014-08-19T04:31:56.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82865,"10":20,"107":563,"11":436,"12":100,"13":410,"14":219,"15":164,"155":12,"156":13,"158":42,"159":16,"16":290,"160":25,"161":232,"167":51,"168":9,"17":295,"18":1033,"19":436,"20":204,"209":58,"21":557,"210":24,"211":6,"214":23,"215":226,"221":354,"223":540,"224":36,"225":493,"23":305,"24":1193,"25":522,"257":81,"26":72,"268":3,"27":22,"273":78,"276":88,"279":22,"28":714,"281":11,"282":93,"291":35,"292":198,"30":17,"302":5,"31":36,"314":4,"317":3,"32":19,"33":105,"34":35,"347":8,"35":39,"352":664,"36":174,"37":80,"38":537,"380":10,"381":81,"383":73,"39":87,"391":46,"396":7,"397":9,"40":71,"409":75,"41":77,"414":29,"415":69,"419":13,"42":137,"426":1,"43":29,"430":93,"433":1,"434":1,"44":19,"45":15,"46":219,"48":45,"49":45,"5":1846,"51":64,"52":33,"53":63,"56":7,"570":5,"6":227,"63":45,"7":281,"79":27,"8":707,"80":269,"9":959,"all_client":100700,"all_tv_clinet":17835,"insert_time":"2014-08-19T04:32:57.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82902,"10":19,"107":553,"11":454,"12":99,"13":412,"14":199,"15":169,"155":12,"156":10,"158":43,"159":19,"16":299,"160":24,"161":229,"167":51,"168":9,"17":297,"18":1014,"19":432,"20":202,"209":58,"21":557,"210":23,"211":8,"214":20,"215":230,"221":353,"223":525,"224":37,"225":485,"23":305,"24":1210,"25":521,"257":81,"26":74,"268":3,"27":23,"273":80,"276":92,"279":20,"28":718,"281":11,"282":88,"291":36,"292":204,"30":17,"302":5,"31":40,"314":4,"317":3,"32":25,"33":109,"34":35,"347":8,"35":38,"352":685,"36":187,"37":85,"38":534,"380":9,"381":92,"383":71,"39":82,"391":47,"396":5,"397":9,"40":70,"409":75,"41":73,"414":31,"415":69,"419":13,"42":135,"426":1,"43":26,"430":89,"433":1,"434":1,"44":19,"45":13,"46":211,"48":47,"49":41,"5":1847,"51":67,"52":33,"53":59,"56":9,"570":4,"6":233,"63":47,"7":286,"79":25,"8":720,"80":269,"9":970,"all_client":100784,"all_tv_clinet":17882,"insert_time":"2014-08-19T04:33:58.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82935,"10":25,"107":550,"11":465,"12":102,"13":423,"14":181,"15":173,"155":11,"156":10,"158":46,"159":18,"16":308,"160":24,"161":223,"167":52,"168":9,"17":291,"18":1022,"19":439,"20":202,"209":56,"21":554,"210":23,"211":9,"214":18,"215":230,"221":345,"223":503,"224":37,"225":489,"23":307,"24":1237,"25":526,"257":82,"26":80,"268":3,"27":27,"273":77,"276":93,"279":15,"28":728,"281":11,"282":89,"291":36,"292":201,"30":19,"302":5,"31":49,"314":3,"317":3,"32":29,"33":109,"34":40,"347":7,"35":34,"352":683,"36":186,"37":89,"38":525,"380":9,"381":97,"383":66,"39":76,"391":47,"396":3,"397":9,"40":65,"409":74,"41":74,"414":30,"415":63,"419":11,"42":132,"426":1,"43":25,"430":96,"433":1,"434":1,"44":16,"45":14,"46":204,"48":48,"49":41,"5":1834,"51":69,"52":34,"53":52,"56":9,"570":4,"6":249,"63":47,"7":286,"79":26,"8":729,"80":267,"9":988,"all_client":100863,"all_tv_clinet":17928,"insert_time":"2014-08-19T04:34:59.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82998,"10":26,"107":562,"11":476,"12":103,"13":413,"14":165,"15":171,"155":11,"156":9,"158":47,"159":14,"16":316,"160":22,"161":230,"167":54,"168":9,"17":275,"18":1019,"19":435,"20":204,"209":56,"21":567,"210":23,"211":9,"214":18,"215":235,"221":342,"223":499,"224":38,"225":475,"23":308,"24":1222,"25":537,"257":81,"26":79,"268":3,"27":32,"273":79,"276":94,"279":13,"28":733,"281":13,"282":85,"291":36,"292":199,"30":20,"302":5,"31":46,"314":3,"317":3,"32":28,"33":107,"34":43,"347":7,"35":35,"352":690,"36":188,"37":88,"38":526,"380":10,"381":95,"383":65,"39":77,"391":47,"396":4,"397":9,"40":56,"409":74,"41":76,"414":31,"415":65,"419":9,"42":137,"426":1,"43":23,"430":93,"433":1,"434":1,"44":16,"45":14,"46":210,"48":47,"49":38,"5":1845,"51":68,"52":35,"53":54,"56":10,"570":4,"6":261,"63":48,"7":297,"79":26,"8":739,"80":264,"9":987,"all_client":100961,"all_tv_clinet":17963,"insert_time":"2014-08-19T04:36:00.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83168,"10":28,"107":577,"11":480,"12":104,"13":405,"14":160,"15":170,"155":9,"156":10,"158":44,"159":14,"16":317,"160":22,"161":241,"167":54,"168":9,"17":254,"18":1008,"19":446,"20":205,"209":58,"21":569,"210":23,"211":11,"214":17,"215":237,"221":325,"223":489,"224":39,"225":464,"23":308,"24":1198,"25":548,"257":79,"26":89,"268":2,"27":35,"273":79,"276":98,"279":14,"28":747,"281":12,"282":79,"291":35,"292":195,"30":19,"302":5,"31":43,"314":3,"317":3,"32":28,"33":100,"34":46,"347":8,"35":34,"352":692,"36":192,"37":86,"38":532,"380":10,"381":101,"383":64,"39":81,"391":46,"396":4,"397":9,"40":54,"409":74,"41":75,"414":33,"415":73,"419":8,"42":136,"43":23,"430":97,"433":1,"434":1,"44":14,"45":14,"46":209,"48":44,"49":35,"5":1852,"51":67,"52":35,"53":50,"56":9,"570":2,"6":271,"63":52,"7":301,"79":26,"8":737,"80":264,"9":1008,"all_client":101146,"all_tv_clinet":17978,"insert_time":"2014-08-19T04:37:01.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83210,"10":30,"107":561,"11":509,"12":120,"13":407,"14":167,"15":162,"155":9,"156":7,"158":43,"159":14,"16":317,"160":23,"161":241,"167":56,"168":7,"17":235,"18":1014,"19":449,"20":199,"209":60,"21":561,"210":23,"211":11,"214":16,"215":239,"221":331,"223":484,"224":41,"225":447,"23":306,"24":1192,"25":563,"257":83,"26":90,"268":2,"27":36,"273":79,"276":95,"279":14,"28":760,"281":11,"282":75,"291":36,"292":191,"30":16,"302":6,"31":37,"314":3,"317":3,"32":25,"33":97,"34":44,"347":9,"35":30,"352":693,"36":195,"37":89,"38":522,"380":10,"381":100,"383":68,"39":82,"391":48,"396":4,"397":9,"40":57,"409":74,"41":72,"414":36,"415":74,"419":8,"42":133,"43":23,"430":101,"433":1,"434":1,"44":11,"45":17,"46":221,"48":41,"49":37,"5":1867,"51":60,"52":39,"53":52,"56":12,"570":1,"6":272,"63":56,"7":320,"79":26,"8":733,"80":258,"9":1006,"all_client":101225,"all_tv_clinet":18015,"insert_time":"2014-08-19T04:38:02.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83246,"10":31,"107":555,"11":526,"12":124,"13":420,"14":175,"15":159,"155":9,"156":6,"158":45,"159":15,"16":325,"160":22,"161":245,"167":55,"168":7,"17":222,"18":1005,"19":444,"20":188,"209":62,"21":551,"210":23,"211":11,"214":16,"215":236,"221":329,"223":485,"224":41,"225":451,"23":303,"24":1184,"25":576,"257":82,"26":94,"268":4,"27":35,"273":74,"276":98,"279":16,"28":763,"281":11,"282":75,"291":36,"292":186,"30":13,"302":7,"31":38,"314":3,"317":3,"32":26,"33":95,"34":40,"347":9,"35":30,"352":705,"36":188,"37":87,"38":529,"380":11,"381":105,"383":69,"39":88,"391":47,"396":5,"397":8,"40":55,"409":76,"41":74,"414":44,"415":69,"419":6,"42":140,"426":1,"43":25,"430":106,"433":1,"434":2,"44":13,"45":17,"46":221,"48":39,"49":37,"5":1914,"51":63,"52":38,"53":52,"56":11,"570":1,"6":266,"63":60,"7":331,"79":28,"8":716,"80":256,"9":1004,"all_client":101338,"all_tv_clinet":18092,"insert_time":"2014-08-19T04:39:03.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83328,"10":33,"107":576,"11":525,"12":130,"13":421,"14":179,"15":159,"155":8,"156":7,"158":45,"159":14,"16":320,"160":18,"161":242,"167":51,"168":7,"17":213,"18":1014,"19":436,"20":186,"209":61,"21":545,"210":24,"211":12,"214":16,"215":234,"221":325,"223":483,"224":45,"225":452,"23":300,"24":1173,"25":569,"257":81,"26":95,"268":4,"27":34,"273":78,"276":98,"279":17,"28":772,"281":11,"282":77,"291":36,"292":171,"30":13,"302":7,"306":1,"31":33,"314":5,"317":3,"32":24,"33":99,"34":40,"347":9,"35":28,"352":707,"36":179,"37":88,"38":524,"380":11,"381":104,"383":71,"39":85,"391":49,"396":5,"397":9,"40":56,"409":77,"41":73,"414":43,"415":71,"419":6,"42":138,"426":1,"43":23,"430":108,"433":2,"434":2,"44":14,"45":18,"46":222,"48":40,"49":39,"5":1965,"51":64,"52":41,"53":48,"56":11,"570":1,"6":263,"63":63,"7":338,"79":30,"8":699,"80":257,"9":988,"all_client":101420,"all_tv_clinet":18092,"insert_time":"2014-08-19T04:40:04.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83423,"10":32,"107":573,"11":512,"12":133,"13":427,"14":180,"15":160,"155":7,"156":6,"158":43,"159":15,"16":323,"160":14,"161":247,"167":47,"168":7,"17":195,"18":1017,"19":442,"20":178,"209":63,"21":551,"210":23,"211":13,"214":17,"215":232,"221":337,"223":474,"224":46,"225":458,"23":310,"24":1146,"25":569,"257":78,"26":108,"268":5,"27":33,"273":80,"276":100,"279":17,"28":771,"281":12,"282":78,"291":36,"292":158,"30":13,"302":6,"306":1,"31":29,"314":5,"317":3,"32":22,"33":95,"34":37,"347":11,"35":27,"352":719,"36":178,"37":84,"38":523,"380":11,"381":102,"383":70,"39":89,"391":49,"396":4,"397":6,"40":53,"409":78,"41":75,"414":44,"415":76,"419":6,"42":136,"426":1,"43":23,"430":104,"433":2,"434":2,"44":13,"45":17,"46":221,"48":39,"49":36,"5":2021,"51":63,"52":41,"53":48,"56":9,"570":1,"6":255,"63":61,"7":355,"79":29,"8":690,"80":254,"9":967,"all_client":101500,"all_tv_clinet":18077,"insert_time":"2014-08-19T04:41:05.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83481,"10":32,"107":552,"11":498,"12":145,"13":439,"14":180,"15":153,"155":7,"156":7,"158":44,"159":15,"16":322,"160":16,"161":242,"167":44,"168":7,"17":190,"18":1028,"19":451,"20":184,"209":65,"21":551,"210":24,"211":14,"214":15,"215":237,"221":342,"223":472,"224":57,"225":454,"23":307,"24":1102,"25":567,"257":73,"26":106,"268":5,"27":31,"273":77,"276":99,"279":14,"28":760,"281":12,"282":77,"291":36,"292":154,"30":14,"302":6,"306":1,"31":26,"314":5,"317":2,"32":23,"33":97,"34":31,"347":10,"35":26,"352":709,"36":182,"37":88,"38":512,"380":11,"381":99,"383":73,"39":92,"391":49,"396":4,"397":6,"40":54,"409":75,"41":70,"414":45,"415":74,"419":8,"42":133,"43":25,"430":103,"433":2,"434":2,"44":13,"45":22,"46":233,"48":41,"49":34,"5":2096,"51":66,"52":43,"53":49,"56":10,"570":2,"6":257,"63":61,"7":357,"79":27,"8":684,"80":249,"9":951,"all_client":101540,"all_tv_clinet":18059,"insert_time":"2014-08-19T04:42:06.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83475,"10":31,"107":549,"11":498,"12":151,"13":442,"14":184,"15":144,"155":7,"156":7,"158":40,"159":16,"16":324,"160":18,"161":227,"167":44,"168":7,"17":186,"18":1020,"19":457,"20":181,"209":70,"21":543,"210":23,"211":14,"214":16,"215":243,"221":353,"223":470,"224":66,"225":452,"23":304,"24":1080,"25":578,"257":82,"26":109,"268":9,"27":31,"273":78,"276":103,"279":11,"28":752,"281":10,"282":79,"291":36,"292":163,"30":14,"302":6,"306":1,"31":27,"314":4,"317":2,"32":24,"33":99,"34":32,"347":10,"35":24,"352":703,"36":182,"37":89,"38":508,"380":10,"381":101,"383":70,"39":93,"391":50,"396":6,"397":7,"40":55,"409":75,"41":65,"414":48,"415":79,"419":9,"42":135,"43":24,"430":96,"433":2,"434":2,"44":10,"45":22,"46":242,"48":40,"49":34,"5":2148,"51":63,"52":43,"53":46,"56":11,"570":2,"6":260,"63":63,"7":363,"79":29,"8":682,"80":250,"9":926,"all_client":101569,"all_tv_clinet":18094,"insert_time":"2014-08-19T04:43:07.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83588,"10":30,"107":540,"11":506,"12":151,"13":441,"14":180,"15":129,"155":6,"156":7,"158":37,"159":19,"16":320,"160":21,"161":222,"167":40,"168":7,"17":172,"18":1014,"19":473,"20":185,"209":74,"21":538,"210":25,"211":14,"214":13,"215":254,"221":353,"223":460,"224":71,"225":432,"23":301,"24":1064,"25":580,"257":93,"26":109,"268":9,"27":33,"273":75,"276":104,"279":14,"28":727,"281":10,"282":79,"291":35,"292":167,"30":16,"302":6,"306":3,"31":26,"314":4,"317":2,"32":21,"33":99,"34":31,"347":11,"35":23,"352":715,"36":188,"37":92,"38":505,"380":10,"381":96,"383":66,"39":96,"391":50,"396":6,"397":8,"40":58,"409":72,"41":65,"414":48,"415":75,"419":11,"42":122,"43":24,"430":96,"433":2,"434":1,"44":11,"45":25,"46":255,"48":38,"49":32,"5":2214,"51":66,"52":43,"53":50,"56":11,"570":3,"6":257,"63":62,"7":362,"79":27,"8":678,"80":251,"9":916,"all_client":101671,"all_tv_clinet":18083,"insert_time":"2014-08-19T04:44:08.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83677,"10":32,"107":525,"11":507,"12":148,"13":436,"14":183,"15":123,"155":5,"156":9,"158":37,"159":21,"16":321,"160":20,"161":219,"167":40,"168":6,"17":163,"18":1031,"19":486,"20":182,"209":77,"21":543,"210":24,"211":14,"214":13,"215":253,"221":337,"223":443,"224":73,"225":431,"23":305,"24":1069,"25":584,"257":96,"26":102,"268":9,"27":35,"273":71,"276":103,"279":12,"28":711,"281":9,"282":79,"291":33,"292":173,"30":16,"302":5,"306":3,"31":26,"314":5,"317":2,"32":22,"33":93,"34":30,"347":11,"35":24,"352":725,"36":186,"37":91,"38":521,"380":11,"381":94,"383":60,"389":1,"39":99,"391":50,"396":5,"397":10,"40":61,"409":67,"41":61,"414":46,"415":79,"419":12,"42":117,"43":22,"430":92,"433":2,"434":1,"44":11,"45":23,"46":250,"48":41,"49":32,"5":2268,"51":65,"52":44,"53":52,"56":11,"570":3,"6":260,"63":65,"7":375,"79":27,"8":686,"80":250,"9":883,"all_client":101766,"all_tv_clinet":18089,"insert_time":"2014-08-19T04:45:09.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83722,"10":33,"107":530,"11":514,"12":152,"13":435,"14":176,"15":109,"155":5,"156":8,"158":36,"159":22,"16":324,"160":30,"161":213,"167":42,"168":6,"17":151,"18":1045,"19":496,"20":184,"209":80,"21":558,"210":23,"211":16,"214":11,"215":252,"221":331,"223":440,"224":85,"225":426,"23":310,"24":1081,"25":561,"257":97,"26":102,"268":9,"27":35,"273":66,"276":104,"279":11,"28":701,"281":9,"282":80,"291":31,"292":177,"30":25,"302":5,"306":2,"31":21,"314":5,"32":22,"33":91,"34":30,"347":13,"35":26,"352":726,"36":185,"37":89,"38":524,"380":11,"381":90,"383":60,"389":1,"39":105,"391":51,"396":6,"397":10,"40":61,"409":60,"41":60,"414":53,"415":79,"419":10,"42":101,"43":21,"430":89,"433":1,"434":1,"44":11,"45":23,"46":246,"48":40,"49":31,"5":2320,"51":64,"52":43,"53":50,"56":12,"570":3,"6":263,"63":68,"7":387,"79":27,"8":687,"80":239,"9":846,"all_client":101823,"all_tv_clinet":18101,"insert_time":"2014-08-19T04:46:10.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83750,"10":35,"107":519,"11":512,"12":158,"13":438,"14":168,"15":111,"155":6,"156":8,"158":37,"159":22,"16":323,"160":30,"161":209,"167":42,"168":5,"17":144,"18":1057,"19":494,"20":180,"209":82,"21":568,"210":23,"211":17,"214":11,"215":251,"221":330,"223":444,"224":97,"225":433,"23":311,"24":1106,"25":528,"257":95,"26":100,"268":8,"27":34,"273":61,"276":104,"279":10,"28":700,"281":10,"282":79,"291":31,"292":178,"30":29,"302":5,"306":2,"31":21,"314":5,"32":21,"33":92,"34":29,"347":12,"35":27,"352":739,"36":189,"37":86,"38":525,"380":11,"381":92,"383":62,"389":2,"39":107,"391":47,"396":6,"397":10,"40":60,"409":57,"41":60,"414":54,"415":80,"419":13,"42":96,"43":22,"430":85,"433":5,"434":1,"44":12,"45":24,"46":242,"48":42,"49":32,"5":2361,"51":66,"52":42,"53":47,"56":13,"570":6,"6":278,"63":65,"7":391,"79":27,"8":679,"80":234,"9":832,"all_client":101904,"all_tv_clinet":18154,"insert_time":"2014-08-19T04:47:11.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83820,"10":36,"107":521,"11":518,"12":163,"13":441,"14":163,"15":110,"155":6,"156":7,"158":36,"159":24,"16":326,"160":31,"161":214,"167":42,"168":5,"17":145,"18":1073,"19":489,"20":175,"209":80,"21":581,"210":23,"211":18,"214":11,"215":254,"221":326,"223":445,"224":109,"225":431,"23":317,"24":1118,"25":487,"257":98,"26":98,"268":9,"27":31,"273":59,"276":102,"279":12,"28":697,"281":10,"282":79,"291":30,"292":182,"30":29,"302":5,"306":2,"31":22,"314":5,"32":19,"33":91,"34":29,"347":11,"35":28,"352":740,"36":183,"37":85,"38":534,"380":11,"381":89,"383":60,"389":2,"39":109,"391":47,"396":6,"397":9,"40":60,"409":57,"41":55,"414":53,"415":79,"419":15,"42":81,"426":1,"43":22,"430":83,"433":13,"434":1,"44":11,"45":22,"46":245,"48":40,"49":31,"5":2395,"51":64,"52":37,"53":55,"56":13,"570":9,"6":281,"63":58,"7":383,"79":25,"8":677,"80":232,"9":815,"all_client":101981,"all_tv_clinet":18161,"insert_time":"2014-08-19T04:48:12.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83804,"10":35,"107":531,"11":517,"12":160,"13":446,"14":155,"15":110,"155":6,"156":6,"158":36,"159":24,"16":339,"160":25,"161":212,"167":40,"168":4,"17":144,"18":1086,"19":487,"20":172,"209":77,"21":595,"210":23,"211":22,"214":11,"215":255,"221":308,"223":442,"224":104,"225":445,"23":311,"24":1144,"25":469,"257":93,"26":95,"268":11,"27":30,"273":59,"276":103,"279":10,"28":690,"281":10,"282":80,"291":28,"292":185,"30":28,"302":5,"306":2,"31":25,"314":5,"32":20,"33":89,"34":33,"347":10,"35":28,"352":741,"36":173,"37":87,"38":533,"380":10,"381":89,"383":62,"389":2,"39":109,"391":45,"396":4,"397":9,"40":60,"409":58,"41":55,"414":51,"415":71,"419":21,"42":73,"426":3,"43":22,"430":80,"433":13,"434":1,"44":12,"45":21,"46":250,"48":38,"49":29,"5":2435,"51":65,"52":33,"53":55,"56":12,"570":9,"6":284,"63":59,"7":396,"79":25,"8":670,"80":238,"9":796,"all_client":101983,"all_tv_clinet":18179,"insert_time":"2014-08-19T04:49:13.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83803,"10":37,"107":559,"11":516,"12":164,"13":426,"14":151,"15":106,"155":7,"156":7,"158":35,"159":23,"16":337,"160":22,"161":208,"167":40,"168":4,"17":149,"18":1087,"19":477,"20":176,"209":71,"21":589,"210":23,"211":22,"214":11,"215":256,"221":293,"223":438,"224":110,"225":444,"23":306,"24":1174,"25":449,"257":92,"26":92,"268":11,"27":28,"273":62,"276":103,"279":10,"28":695,"281":9,"282":82,"291":27,"292":190,"30":32,"302":5,"306":2,"31":26,"314":4,"32":18,"33":83,"34":38,"347":9,"35":27,"352":719,"36":164,"37":88,"38":527,"380":10,"381":89,"383":62,"389":1,"39":114,"391":45,"396":5,"397":9,"40":60,"409":58,"41":56,"414":52,"415":72,"419":23,"42":73,"426":3,"43":25,"430":76,"433":10,"434":1,"44":12,"45":20,"46":258,"48":37,"49":27,"5":2478,"51":69,"52":32,"53":59,"56":11,"570":9,"6":290,"63":62,"7":396,"79":27,"8":671,"80":236,"9":776,"all_client":101977,"all_tv_clinet":18174,"insert_time":"2014-08-19T04:50:14.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83771,"10":39,"107":587,"11":517,"12":165,"13":418,"14":148,"15":106,"155":8,"156":10,"158":37,"159":23,"16":333,"160":22,"161":203,"167":40,"168":4,"17":148,"18":1098,"19":447,"20":177,"209":63,"21":574,"210":22,"211":21,"214":12,"215":258,"221":287,"223":448,"224":115,"225":448,"23":310,"24":1176,"25":434,"257":89,"26":91,"268":10,"27":26,"273":67,"276":104,"279":9,"28":708,"281":9,"282":80,"291":25,"292":194,"30":35,"302":7,"306":2,"31":23,"314":4,"32":19,"33":82,"34":36,"347":9,"35":25,"352":713,"36":161,"37":89,"38":520,"380":10,"381":87,"383":59,"389":1,"39":119,"391":47,"396":5,"397":10,"40":60,"409":55,"41":53,"414":53,"415":77,"419":23,"42":63,"426":3,"43":30,"430":72,"433":7,"44":10,"45":19,"46":256,"48":35,"49":28,"5":2527,"51":72,"52":32,"53":64,"56":10,"570":7,"6":303,"63":63,"7":398,"79":26,"8":676,"80":229,"9":738,"all_client":101933,"all_tv_clinet":18162,"insert_time":"2014-08-19T04:51:15.229Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83715,"10":38,"107":594,"11":519,"12":163,"13":395,"14":150,"15":108,"155":8,"156":11,"158":35,"159":22,"16":336,"160":20,"161":213,"167":40,"168":4,"17":156,"18":1100,"19":423,"20":180,"209":57,"21":570,"210":24,"211":21,"214":12,"215":261,"221":286,"223":452,"224":122,"225":451,"23":306,"24":1210,"25":420,"257":93,"26":91,"268":11,"27":24,"273":72,"276":104,"279":10,"28":704,"281":9,"282":82,"291":25,"292":198,"30":39,"302":8,"306":2,"31":19,"314":3,"32":20,"33":82,"34":38,"347":9,"35":26,"352":720,"36":166,"37":81,"38":525,"380":10,"381":86,"383":52,"389":1,"39":120,"391":48,"396":5,"397":11,"40":63,"409":54,"41":49,"414":50,"415":82,"419":23,"42":59,"426":2,"43":33,"430":68,"433":7,"44":11,"45":19,"46":266,"48":36,"49":29,"5":2563,"51":72,"52":34,"53":60,"56":10,"570":7,"6":312,"63":60,"7":404,"79":32,"8":686,"80":218,"9":701,"all_client":101926,"all_tv_clinet":18211,"insert_time":"2014-08-19T04:52:16.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83649,"10":39,"107":591,"11":507,"12":161,"13":383,"14":149,"15":102,"155":8,"156":9,"158":36,"159":22,"16":337,"160":20,"161":218,"167":39,"168":3,"17":158,"18":1121,"19":406,"20":182,"209":55,"21":574,"210":25,"211":21,"214":11,"215":258,"221":283,"223":461,"224":125,"225":460,"23":306,"24":1235,"25":406,"257":92,"26":91,"268":10,"27":23,"273":74,"276":104,"279":9,"28":710,"281":9,"282":82,"291":25,"292":197,"30":41,"302":8,"306":3,"31":18,"314":3,"32":22,"33":86,"34":38,"347":9,"35":26,"352":727,"36":164,"37":72,"38":526,"380":11,"381":87,"383":50,"389":1,"39":118,"391":48,"396":4,"397":11,"40":65,"409":55,"41":47,"414":55,"415":79,"419":24,"42":50,"426":2,"43":35,"430":69,"433":7,"44":13,"45":18,"46":276,"48":36,"49":31,"5":2579,"51":72,"52":33,"53":57,"56":8,"570":7,"6":326,"63":58,"7":405,"79":32,"8":681,"80":204,"9":675,"all_client":101858,"all_tv_clinet":18209,"insert_time":"2014-08-19T04:53:17.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83599,"10":40,"107":595,"11":509,"12":162,"13":376,"14":153,"15":101,"155":9,"156":7,"158":37,"159":22,"16":350,"160":20,"161":222,"167":38,"168":3,"17":157,"18":1110,"19":398,"20":184,"209":56,"21":565,"210":25,"211":22,"214":10,"215":253,"221":274,"223":469,"224":131,"225":456,"23":304,"24":1265,"25":403,"257":88,"26":97,"268":9,"27":21,"273":77,"276":104,"279":8,"28":714,"281":9,"282":81,"291":23,"292":182,"30":44,"302":7,"306":4,"31":19,"314":4,"32":22,"33":85,"34":38,"347":10,"35":26,"352":718,"36":161,"37":66,"38":513,"380":9,"381":92,"383":48,"389":1,"39":118,"391":48,"396":3,"397":12,"40":65,"409":54,"41":49,"414":55,"415":73,"419":25,"42":48,"426":1,"43":36,"430":68,"433":5,"44":11,"45":18,"46":270,"48":35,"49":31,"5":2619,"51":74,"52":32,"53":60,"56":7,"570":7,"6":329,"63":60,"7":415,"79":32,"8":684,"80":193,"9":666,"all_client":101808,"all_tv_clinet":18209,"insert_time":"2014-08-19T04:54:18.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83577,"10":42,"107":589,"11":508,"12":162,"13":371,"14":156,"15":98,"155":8,"156":7,"158":38,"159":25,"16":357,"160":20,"161":223,"167":38,"168":4,"17":161,"18":1107,"19":396,"20":181,"209":56,"21":567,"210":24,"211":23,"214":10,"215":252,"221":283,"223":469,"224":138,"225":456,"23":309,"24":1274,"25":395,"257":85,"26":93,"268":9,"27":19,"273":80,"276":100,"279":9,"28":716,"281":9,"282":79,"291":21,"292":162,"30":45,"302":7,"306":4,"31":18,"314":4,"32":21,"33":86,"34":35,"347":10,"35":26,"352":714,"36":159,"37":60,"38":501,"380":9,"381":84,"383":53,"389":1,"39":119,"391":50,"396":5,"397":12,"40":66,"409":58,"41":46,"414":57,"415":72,"419":29,"42":46,"426":1,"43":35,"430":65,"433":5,"44":10,"45":19,"46":270,"48":38,"49":30,"5":2662,"51":75,"52":34,"53":62,"56":5,"570":9,"6":336,"63":59,"7":412,"79":35,"8":687,"80":182,"9":656,"all_client":101790,"all_tv_clinet":18213,"insert_time":"2014-08-19T04:55:19.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83497,"10":41,"107":602,"11":494,"12":152,"13":367,"14":148,"15":101,"155":9,"156":8,"158":38,"159":24,"16":365,"160":17,"161":226,"167":42,"168":6,"17":163,"18":1109,"19":389,"20":178,"209":52,"21":571,"210":23,"211":23,"214":10,"215":250,"221":286,"223":466,"224":146,"225":454,"23":303,"24":1283,"25":390,"257":78,"26":86,"268":8,"27":14,"273":92,"276":91,"279":9,"28":724,"281":9,"282":80,"291":18,"292":143,"30":44,"302":5,"306":5,"31":18,"314":4,"32":19,"33":92,"34":33,"347":11,"35":22,"352":712,"36":163,"37":57,"38":501,"380":9,"381":77,"383":51,"389":1,"39":120,"391":50,"396":5,"397":12,"40":70,"409":61,"41":40,"414":57,"415":75,"419":30,"42":40,"426":1,"43":39,"430":64,"433":5,"44":10,"45":17,"46":268,"48":40,"49":29,"5":2703,"51":76,"52":37,"53":63,"56":4,"570":9,"6":338,"63":56,"7":414,"79":36,"8":683,"80":183,"9":645,"all_client":101689,"all_tv_clinet":18192,"insert_time":"2014-08-19T04:56:19.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83445,"10":42,"107":595,"11":476,"12":145,"13":358,"14":146,"15":110,"155":9,"156":9,"158":38,"159":24,"16":362,"160":20,"161":225,"167":39,"168":6,"17":157,"18":1102,"19":398,"20":180,"209":47,"21":572,"210":24,"211":24,"214":8,"215":246,"221":298,"223":465,"224":156,"225":454,"23":315,"24":1267,"25":382,"257":78,"26":81,"268":8,"27":14,"273":94,"276":88,"279":9,"28":726,"281":9,"282":80,"291":14,"292":128,"30":49,"302":5,"306":7,"31":19,"314":5,"32":22,"33":98,"34":34,"347":11,"35":20,"352":711,"36":167,"37":56,"38":504,"380":8,"381":73,"383":58,"389":1,"39":116,"391":49,"396":6,"397":11,"40":69,"409":66,"41":42,"414":55,"415":74,"419":30,"42":36,"426":1,"43":39,"430":66,"433":4,"44":9,"45":18,"46":266,"48":41,"49":31,"5":2731,"51":77,"52":36,"53":58,"56":4,"570":9,"6":333,"63":51,"7":431,"79":37,"8":684,"80":180,"9":628,"all_client":101609,"all_tv_clinet":18164,"insert_time":"2014-08-19T04:57:20.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83406,"10":42,"107":594,"11":457,"12":135,"13":348,"14":139,"15":122,"155":10,"156":12,"158":36,"159":23,"16":370,"160":20,"161":222,"167":36,"168":5,"17":161,"18":1076,"19":410,"20":182,"209":43,"21":568,"210":27,"211":22,"214":8,"215":246,"221":309,"223":475,"224":158,"225":453,"23":321,"24":1268,"25":368,"257":83,"26":78,"268":9,"27":12,"273":88,"276":87,"279":9,"28":717,"281":9,"282":81,"291":15,"292":127,"30":47,"302":5,"306":8,"31":20,"314":6,"32":25,"33":96,"34":34,"347":12,"35":21,"352":711,"36":164,"37":52,"38":520,"380":8,"381":74,"383":61,"389":1,"39":120,"391":49,"396":6,"397":12,"40":65,"409":62,"41":43,"414":57,"415":74,"419":30,"42":33,"426":2,"43":39,"430":63,"433":4,"44":10,"45":18,"46":265,"48":39,"49":32,"5":2785,"51":80,"52":33,"53":62,"56":4,"570":9,"6":342,"63":50,"7":441,"79":37,"8":691,"80":180,"9":609,"all_client":101598,"all_tv_clinet":18192,"insert_time":"2014-08-19T04:58:21.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83346,"10":43,"107":605,"11":454,"12":125,"13":341,"14":134,"15":126,"155":10,"156":13,"158":35,"159":24,"16":377,"160":20,"161":222,"167":37,"168":6,"17":164,"18":1022,"19":432,"20":183,"209":42,"21":549,"210":28,"211":22,"214":7,"215":253,"221":320,"223":487,"224":160,"225":448,"23":332,"24":1248,"25":362,"257":84,"26":73,"268":7,"27":15,"273":83,"276":84,"279":9,"28":726,"281":8,"282":82,"291":14,"292":134,"30":46,"302":7,"306":10,"31":20,"314":7,"32":26,"33":93,"34":36,"347":12,"35":21,"352":711,"36":158,"37":50,"38":532,"380":8,"381":71,"383":62,"389":1,"39":119,"391":48,"396":6,"397":16,"40":64,"409":57,"41":40,"414":55,"415":79,"419":32,"42":31,"426":5,"43":40,"430":62,"433":2,"44":10,"45":15,"46":261,"48":40,"49":32,"5":2817,"51":81,"52":31,"53":56,"56":4,"570":8,"6":354,"63":50,"7":452,"79":35,"8":697,"80":179,"9":571,"all_client":101516,"all_tv_clinet":18170,"insert_time":"2014-08-19T04:59:22.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83272,"10":43,"107":588,"11":447,"12":121,"13":335,"14":131,"15":129,"155":10,"156":13,"158":35,"159":26,"16":384,"160":16,"161":221,"167":38,"168":6,"17":171,"18":978,"19":439,"20":181,"209":39,"21":520,"210":27,"211":24,"214":7,"215":254,"221":330,"223":488,"224":166,"225":443,"23":341,"24":1255,"25":368,"257":81,"26":70,"268":8,"27":16,"273":81,"276":78,"279":7,"28":736,"281":8,"282":85,"291":15,"292":145,"30":43,"302":7,"306":9,"31":18,"314":8,"32":22,"33":95,"34":38,"347":13,"35":23,"352":729,"36":152,"37":46,"38":553,"380":7,"381":70,"383":59,"389":1,"39":121,"391":43,"396":7,"397":16,"40":64,"409":53,"41":39,"414":57,"415":83,"419":31,"42":31,"426":6,"43":39,"430":58,"433":1,"44":11,"45":18,"46":265,"48":41,"49":32,"5":2853,"51":66,"52":33,"53":58,"56":3,"570":8,"6":377,"63":51,"7":462,"79":38,"8":707,"80":175,"9":536,"all_client":101452,"all_tv_clinet":18180,"insert_time":"2014-08-19T05:00:23.811Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83242,"10":44,"107":587,"11":448,"12":114,"13":333,"14":120,"15":134,"155":9,"156":12,"158":39,"159":26,"16":384,"160":14,"161":215,"167":38,"168":6,"17":176,"18":948,"19":446,"20":182,"209":37,"21":510,"210":27,"211":24,"214":7,"215":254,"221":343,"223":506,"224":178,"225":439,"23":337,"24":1250,"25":371,"257":77,"26":69,"268":7,"27":15,"273":81,"276":70,"279":6,"28":747,"281":8,"282":84,"291":16,"292":151,"30":41,"302":7,"306":9,"31":20,"314":10,"32":23,"33":99,"34":42,"347":14,"35":25,"352":724,"36":153,"37":43,"38":553,"380":7,"381":67,"383":60,"389":1,"39":124,"391":42,"396":6,"397":17,"40":65,"409":51,"41":38,"414":58,"415":85,"419":27,"42":31,"426":4,"43":42,"430":55,"433":1,"44":9,"45":17,"46":268,"48":39,"49":33,"5":2873,"51":59,"52":31,"53":55,"56":3,"570":7,"6":396,"63":50,"7":465,"79":42,"8":684,"80":169,"9":500,"all_client":101375,"all_tv_clinet":18133,"insert_time":"2014-08-19T05:01:24.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83179,"10":44,"107":583,"11":458,"12":113,"13":329,"14":124,"15":139,"155":10,"156":11,"158":35,"159":28,"16":385,"160":14,"161":215,"167":37,"168":6,"17":175,"18":931,"19":443,"20":177,"209":38,"21":505,"210":28,"211":22,"214":6,"215":252,"221":330,"223":518,"224":183,"225":450,"23":335,"24":1281,"25":375,"257":81,"26":66,"268":7,"27":14,"273":81,"276":66,"279":5,"28":746,"281":8,"282":87,"291":16,"292":155,"30":39,"302":8,"306":9,"31":19,"314":10,"317":1,"32":23,"33":101,"34":46,"347":12,"35":23,"352":723,"36":147,"37":39,"38":559,"380":7,"381":65,"383":61,"389":1,"39":129,"391":43,"396":6,"397":17,"40":70,"409":49,"41":38,"414":60,"415":83,"419":23,"42":31,"426":4,"43":45,"430":56,"433":2,"44":9,"45":18,"46":261,"48":40,"49":31,"5":2916,"51":58,"52":32,"53":56,"56":3,"570":7,"6":397,"63":48,"7":453,"79":42,"8":646,"80":163,"9":477,"all_client":101297,"all_tv_clinet":18118,"insert_time":"2014-08-19T05:02:25.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83159,"10":43,"107":577,"11":465,"12":115,"13":330,"14":121,"15":137,"155":9,"156":10,"158":30,"159":27,"16":380,"160":15,"161":204,"167":36,"168":6,"17":185,"18":903,"19":432,"20":178,"209":34,"21":499,"210":26,"211":23,"214":7,"215":256,"221":328,"223":524,"224":192,"225":458,"23":321,"24":1284,"25":380,"257":81,"26":58,"268":6,"27":14,"273":79,"276":61,"279":5,"28":739,"281":9,"282":83,"291":17,"292":160,"30":40,"302":8,"306":9,"31":18,"314":9,"317":1,"32":24,"33":103,"34":46,"347":12,"35":25,"352":738,"36":152,"37":36,"38":548,"380":7,"381":60,"383":62,"389":1,"39":132,"391":43,"396":4,"397":15,"40":72,"409":50,"41":39,"414":62,"415":85,"419":21,"42":28,"426":4,"43":46,"430":58,"433":2,"44":8,"45":18,"46":252,"48":41,"49":32,"5":2956,"51":58,"52":28,"53":59,"56":3,"570":5,"6":393,"63":51,"7":458,"79":41,"8":624,"80":159,"9":460,"all_client":101212,"all_tv_clinet":18053,"insert_time":"2014-08-19T05:03:27.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83122,"10":44,"107":575,"11":459,"12":114,"13":337,"14":117,"15":138,"155":8,"156":11,"158":27,"159":27,"16":379,"160":16,"161":195,"167":35,"168":6,"17":193,"18":890,"19":430,"20":183,"209":33,"21":500,"210":24,"211":26,"214":7,"215":253,"221":331,"223":529,"224":196,"225":448,"23":327,"24":1299,"25":380,"257":76,"26":57,"268":4,"27":15,"273":71,"276":57,"279":5,"28":746,"281":9,"282":78,"291":15,"292":153,"30":41,"302":10,"306":8,"31":18,"314":10,"317":1,"32":24,"33":109,"34":40,"347":12,"35":26,"352":751,"36":142,"37":32,"38":546,"380":6,"381":62,"383":60,"389":1,"39":133,"391":41,"396":4,"397":15,"40":73,"409":50,"41":38,"414":63,"415":84,"419":22,"42":28,"426":4,"43":48,"430":58,"433":2,"44":7,"45":21,"46":250,"48":37,"49":37,"5":2961,"51":56,"52":29,"53":56,"56":4,"570":5,"6":397,"63":52,"7":461,"79":44,"8":607,"80":162,"9":448,"all_client":101141,"all_tv_clinet":18019,"insert_time":"2014-08-19T05:04:27.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82975,"10":45,"107":572,"11":467,"12":114,"13":347,"14":113,"15":136,"155":8,"156":13,"158":26,"159":29,"16":375,"160":18,"161":182,"167":31,"168":7,"17":200,"18":884,"19":414,"20":189,"209":35,"21":503,"210":24,"211":27,"214":7,"215":242,"221":332,"223":524,"224":206,"225":437,"23":325,"24":1314,"25":386,"257":82,"26":63,"268":4,"27":18,"273":66,"276":51,"279":5,"28":753,"281":9,"282":71,"291":16,"292":151,"30":46,"302":10,"306":8,"31":19,"314":10,"317":1,"32":23,"33":115,"34":44,"347":9,"35":28,"352":746,"36":152,"37":29,"38":543,"380":6,"381":62,"383":62,"389":1,"39":135,"391":39,"396":3,"397":19,"40":74,"409":54,"41":39,"414":61,"415":79,"419":18,"42":28,"426":4,"43":45,"430":57,"433":4,"44":8,"45":23,"46":251,"48":35,"49":38,"5":2888,"51":52,"52":28,"53":56,"56":5,"570":6,"6":424,"63":55,"7":487,"79":45,"8":605,"80":159,"9":440,"all_client":100974,"all_tv_clinet":17999,"insert_time":"2014-08-19T05:05:28.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82881,"10":44,"107":570,"11":477,"12":116,"13":358,"14":108,"15":135,"155":8,"156":13,"158":27,"159":28,"16":375,"160":19,"161":183,"167":32,"168":6,"17":206,"18":890,"19":408,"20":188,"209":38,"21":512,"210":22,"211":25,"214":6,"215":233,"221":337,"223":520,"224":206,"225":441,"23":335,"24":1337,"25":381,"257":82,"26":67,"268":6,"27":20,"273":64,"276":49,"279":7,"28":752,"281":9,"282":67,"291":17,"292":155,"30":48,"302":9,"306":8,"31":20,"314":9,"317":1,"32":23,"33":121,"34":53,"347":8,"35":29,"352":732,"36":158,"37":25,"38":533,"380":7,"381":62,"383":60,"389":1,"39":135,"391":39,"396":2,"397":19,"40":74,"409":57,"41":42,"414":59,"415":70,"419":18,"42":25,"426":4,"43":47,"430":63,"433":3,"44":9,"45":27,"46":254,"48":36,"49":37,"5":2770,"51":49,"52":25,"53":61,"56":6,"570":5,"6":457,"63":58,"7":510,"79":46,"8":608,"80":155,"9":434,"all_client":100871,"all_tv_clinet":17990,"insert_time":"2014-08-19T05:06:29.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82752,"10":42,"107":575,"11":491,"12":115,"13":362,"14":105,"15":126,"155":8,"156":12,"158":27,"159":29,"16":371,"160":23,"161":182,"167":33,"168":7,"17":216,"18":894,"19":409,"20":187,"209":41,"21":510,"210":20,"211":21,"214":5,"215":234,"221":335,"223":521,"224":216,"225":451,"23":341,"24":1317,"25":399,"257":80,"26":64,"268":6,"27":21,"273":62,"276":45,"279":8,"28":753,"281":9,"282":62,"291":19,"292":153,"30":46,"302":9,"306":7,"31":21,"314":10,"317":1,"32":25,"33":127,"34":50,"347":7,"35":27,"352":718,"36":166,"37":26,"38":531,"380":7,"381":65,"383":62,"389":1,"39":134,"391":37,"396":2,"397":18,"40":78,"409":58,"41":40,"414":55,"415":61,"419":17,"42":25,"426":5,"43":45,"430":62,"433":3,"44":8,"45":29,"46":254,"48":34,"49":35,"5":2665,"51":55,"52":25,"53":60,"56":5,"570":5,"6":476,"63":61,"7":526,"79":48,"8":611,"80":151,"9":427,"all_client":100680,"all_tv_clinet":17928,"insert_time":"2014-08-19T05:07:30.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82633,"10":42,"107":577,"11":497,"12":126,"13":359,"14":105,"15":128,"155":9,"156":13,"158":28,"159":27,"16":368,"160":21,"161":183,"167":30,"168":8,"17":217,"18":883,"19":401,"20":189,"209":42,"21":505,"210":20,"211":21,"214":7,"215":232,"221":327,"223":528,"224":226,"225":455,"23":351,"24":1297,"25":408,"257":83,"26":77,"268":8,"27":21,"273":57,"276":42,"279":11,"28":746,"281":10,"282":57,"291":19,"292":157,"30":46,"302":7,"306":7,"31":21,"314":10,"317":1,"32":27,"33":130,"34":54,"347":8,"35":29,"352":726,"36":160,"37":26,"38":528,"380":7,"381":64,"383":62,"389":1,"39":133,"391":33,"396":2,"397":16,"40":79,"409":59,"41":42,"414":53,"415":56,"419":17,"42":25,"426":6,"43":48,"430":65,"433":2,"44":9,"45":30,"46":258,"48":31,"49":34,"5":2580,"51":51,"52":23,"53":64,"56":7,"570":6,"6":494,"63":62,"7":537,"79":50,"8":614,"80":144,"9":419,"all_client":100514,"all_tv_clinet":17881,"insert_time":"2014-08-19T05:08:31.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82536,"10":43,"107":580,"11":496,"12":132,"13":361,"14":104,"15":137,"155":9,"156":13,"158":28,"159":27,"16":348,"160":21,"161":178,"167":32,"168":8,"17":229,"18":869,"19":415,"20":183,"209":43,"21":492,"210":19,"211":21,"214":7,"215":228,"221":327,"223":529,"224":224,"225":455,"23":359,"24":1282,"25":414,"257":83,"26":84,"268":8,"27":23,"273":57,"276":42,"279":9,"28":737,"281":9,"282":56,"291":18,"292":146,"30":45,"302":7,"306":7,"31":22,"314":10,"317":1,"32":26,"33":132,"34":56,"347":7,"35":35,"352":701,"36":163,"37":29,"38":520,"380":8,"381":67,"383":61,"39":133,"391":30,"396":2,"397":17,"40":85,"409":62,"41":44,"414":53,"415":58,"419":18,"42":24,"426":7,"43":45,"430":61,"433":2,"44":10,"45":29,"46":261,"48":28,"49":39,"5":2498,"51":47,"52":22,"53":65,"56":6,"570":7,"6":517,"63":65,"7":552,"79":51,"8":619,"80":148,"9":404,"all_client":100327,"all_tv_clinet":17791,"insert_time":"2014-08-19T05:09:32.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82389,"10":39,"107":581,"11":507,"12":135,"13":365,"14":98,"15":136,"155":12,"156":15,"158":27,"159":25,"16":322,"160":21,"161":176,"167":32,"168":8,"17":237,"18":861,"19":421,"20":187,"209":42,"21":489,"210":18,"211":20,"214":8,"215":222,"221":326,"223":526,"224":227,"225":461,"23":365,"24":1285,"25":422,"257":83,"26":86,"268":8,"27":22,"273":52,"276":40,"279":6,"28":718,"281":9,"282":55,"291":18,"292":136,"30":43,"302":7,"306":7,"31":22,"314":9,"317":1,"32":23,"33":143,"34":59,"347":8,"35":37,"352":690,"36":169,"37":31,"38":513,"380":8,"381":60,"383":59,"39":132,"391":31,"396":3,"397":19,"40":86,"409":66,"41":46,"414":55,"415":61,"419":15,"42":26,"426":5,"43":48,"430":62,"433":2,"44":10,"45":31,"46":260,"48":29,"49":38,"5":2410,"51":48,"52":22,"53":65,"56":5,"570":8,"6":540,"63":64,"7":562,"79":45,"8":622,"80":152,"9":405,"all_client":100100,"all_tv_clinet":17711,"insert_time":"2014-08-19T05:10:33.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82284,"10":39,"107":574,"11":514,"12":134,"13":367,"14":102,"15":143,"155":12,"156":16,"158":28,"159":25,"16":293,"160":20,"161":175,"167":33,"168":8,"17":253,"18":835,"19":418,"20":190,"209":42,"21":493,"210":15,"211":19,"214":8,"215":225,"221":325,"223":518,"224":235,"225":454,"23":372,"24":1286,"25":422,"257":80,"26":88,"268":8,"27":21,"273":51,"276":38,"279":5,"28":713,"281":8,"282":55,"291":18,"292":127,"30":40,"302":6,"306":7,"31":24,"314":9,"317":1,"32":23,"33":150,"34":57,"347":8,"35":34,"352":696,"36":167,"37":31,"38":518,"380":7,"381":59,"383":62,"39":134,"391":30,"396":4,"397":24,"40":85,"409":60,"41":43,"414":52,"415":70,"419":14,"42":26,"426":5,"43":49,"430":58,"433":1,"44":11,"45":29,"46":261,"48":29,"49":46,"5":2349,"51":46,"52":22,"53":71,"56":7,"570":5,"6":546,"63":65,"7":573,"79":42,"8":628,"80":155,"9":393,"all_client":99921,"all_tv_clinet":17637,"insert_time":"2014-08-19T05:11:34.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82178,"10":38,"107":566,"11":519,"12":122,"13":372,"14":100,"15":150,"155":12,"156":14,"158":28,"159":24,"16":270,"160":19,"161":173,"167":32,"168":8,"17":267,"18":807,"19":420,"20":190,"209":44,"21":496,"210":15,"211":20,"214":8,"215":226,"221":312,"223":511,"224":239,"225":455,"23":372,"24":1252,"25":416,"257":79,"26":93,"268":7,"27":20,"273":49,"276":37,"279":5,"28":729,"281":9,"282":54,"291":17,"292":121,"30":41,"302":6,"306":7,"31":28,"314":9,"317":1,"32":25,"33":149,"34":61,"347":7,"35":37,"352":689,"36":162,"37":31,"38":517,"380":5,"381":60,"383":63,"389":1,"39":136,"391":30,"396":4,"397":24,"40":84,"409":55,"41":48,"414":54,"415":74,"419":10,"42":28,"426":6,"43":52,"430":59,"433":2,"44":11,"45":34,"46":259,"48":33,"49":48,"5":2314,"51":42,"52":20,"53":69,"56":8,"570":5,"6":538,"63":66,"7":584,"79":41,"8":631,"80":148,"9":391,"all_client":99702,"all_tv_clinet":17524,"insert_time":"2014-08-19T05:12:35.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82139,"10":37,"107":571,"11":528,"12":113,"13":386,"14":100,"15":159,"155":13,"156":16,"158":25,"159":24,"16":255,"160":18,"161":174,"167":32,"168":8,"17":265,"18":793,"19":427,"20":189,"209":46,"21":504,"210":13,"211":20,"214":7,"215":220,"221":314,"223":513,"224":247,"225":431,"23":378,"24":1216,"25":419,"257":78,"26":106,"268":8,"27":21,"273":54,"276":38,"279":7,"28":720,"281":9,"282":50,"291":16,"292":113,"30":40,"302":5,"306":7,"31":30,"314":9,"317":2,"32":21,"33":150,"34":65,"347":7,"35":37,"352":669,"36":155,"37":32,"38":534,"380":5,"381":58,"383":64,"389":1,"39":132,"391":31,"396":4,"397":26,"40":80,"409":55,"41":51,"414":55,"415":73,"419":10,"42":26,"426":6,"43":50,"430":55,"433":2,"44":12,"45":33,"46":263,"48":33,"49":53,"5":2219,"51":42,"52":19,"53":66,"56":9,"570":4,"6":546,"63":64,"7":600,"79":36,"8":629,"80":149,"9":387,"all_client":99531,"all_tv_clinet":17392,"insert_time":"2014-08-19T05:13:36.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82028,"10":38,"107":576,"11":537,"12":115,"13":398,"14":96,"15":170,"155":12,"156":15,"158":27,"159":26,"16":233,"160":18,"161":193,"167":35,"168":7,"17":271,"18":786,"19":402,"20":192,"209":50,"21":507,"210":12,"211":21,"214":7,"215":214,"221":308,"223":525,"224":259,"225":412,"23":374,"24":1192,"25":414,"257":74,"26":116,"268":9,"27":23,"273":52,"276":37,"279":8,"28":724,"281":10,"282":48,"291":16,"292":109,"30":42,"302":6,"306":5,"31":31,"314":10,"317":2,"32":24,"33":151,"34":68,"347":6,"35":36,"352":657,"36":155,"37":33,"38":532,"380":7,"381":55,"383":64,"389":2,"39":125,"391":30,"396":4,"397":27,"40":73,"409":62,"41":54,"414":58,"415":82,"419":10,"42":27,"426":6,"43":45,"430":55,"433":1,"44":11,"45":34,"46":254,"48":34,"49":55,"5":2137,"51":43,"52":19,"53":66,"56":9,"570":5,"6":532,"63":61,"7":595,"79":34,"8":632,"80":150,"9":368,"all_client":99280,"all_tv_clinet":17252,"insert_time":"2014-08-19T05:14:37.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81823,"10":37,"107":572,"11":543,"12":115,"13":404,"14":103,"15":173,"155":13,"156":16,"158":29,"159":28,"16":221,"160":19,"161":206,"167":35,"168":6,"17":270,"18":790,"19":383,"20":190,"209":51,"21":501,"210":14,"211":22,"214":8,"215":201,"221":302,"223":519,"224":262,"225":409,"23":375,"24":1187,"25":431,"257":81,"26":125,"268":9,"27":25,"273":50,"276":34,"279":9,"28":730,"281":13,"282":47,"291":17,"292":106,"30":39,"302":6,"306":5,"31":29,"314":10,"317":2,"32":23,"33":152,"34":66,"347":7,"35":32,"352":655,"36":156,"37":35,"38":517,"380":6,"381":54,"383":63,"389":1,"39":123,"391":29,"396":4,"397":28,"40":68,"409":60,"41":53,"414":65,"415":88,"419":10,"42":27,"426":3,"43":44,"430":50,"433":1,"44":14,"45":36,"46":241,"48":34,"49":61,"5":2033,"51":43,"52":21,"53":67,"56":10,"570":7,"6":516,"63":57,"7":621,"79":33,"8":612,"80":146,"9":360,"all_client":98927,"all_tv_clinet":17104,"insert_time":"2014-08-19T05:15:38.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81669,"10":36,"107":568,"11":542,"12":124,"13":416,"14":110,"15":167,"155":13,"156":15,"158":30,"159":28,"16":216,"160":20,"161":216,"167":39,"168":6,"17":283,"18":791,"19":362,"20":191,"209":52,"21":503,"210":16,"211":22,"214":8,"215":193,"221":291,"223":525,"224":264,"225":392,"23":367,"24":1200,"25":434,"257":81,"26":134,"268":9,"27":27,"273":47,"276":31,"279":11,"28":748,"281":13,"282":46,"291":19,"292":104,"30":43,"302":5,"306":5,"31":32,"314":11,"317":2,"32":26,"33":152,"34":65,"347":6,"35":32,"352":635,"36":158,"37":38,"38":514,"380":6,"381":54,"383":60,"389":1,"39":125,"391":31,"396":4,"397":27,"40":62,"409":61,"41":52,"414":66,"415":95,"419":9,"42":29,"426":3,"43":47,"430":50,"433":1,"44":15,"45":36,"46":217,"48":33,"49":61,"5":1954,"51":39,"52":20,"53":68,"56":9,"570":8,"6":482,"63":57,"7":636,"79":30,"8":593,"80":144,"9":365,"all_client":98653,"all_tv_clinet":16984,"insert_time":"2014-08-19T05:16:39.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81494,"10":33,"107":561,"11":546,"12":124,"13":425,"14":113,"15":178,"155":11,"156":19,"158":33,"159":26,"16":212,"160":20,"161":216,"167":39,"168":6,"17":283,"18":786,"19":356,"20":189,"209":53,"21":508,"210":16,"211":21,"214":8,"215":190,"221":290,"223":523,"224":267,"225":381,"23":363,"24":1206,"25":444,"257":79,"26":133,"268":9,"27":25,"273":49,"276":30,"279":13,"28":748,"281":13,"282":44,"291":19,"292":96,"30":44,"302":5,"306":6,"31":34,"314":11,"317":2,"32":23,"33":144,"34":66,"347":6,"35":36,"352":626,"36":157,"37":40,"38":512,"380":6,"381":49,"383":64,"389":1,"39":114,"391":30,"396":4,"397":27,"40":59,"409":69,"41":54,"414":67,"415":98,"419":9,"42":32,"426":3,"43":48,"430":51,"433":1,"44":20,"45":36,"46":217,"48":32,"49":63,"5":1875,"51":37,"52":24,"53":75,"56":9,"570":8,"6":432,"63":54,"7":648,"79":28,"8":565,"80":141,"9":370,"all_client":98330,"all_tv_clinet":16836,"insert_time":"2014-08-19T05:17:40.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81313,"10":29,"107":557,"11":548,"12":126,"13":434,"14":116,"15":182,"155":11,"156":20,"158":35,"159":25,"16":208,"160":17,"161":220,"167":38,"168":5,"17":288,"18":776,"19":352,"20":179,"209":55,"21":501,"210":16,"211":21,"214":8,"215":190,"221":289,"223":517,"224":275,"225":378,"23":363,"24":1199,"25":447,"257":75,"26":139,"268":8,"27":24,"273":49,"276":28,"279":16,"28":762,"281":13,"282":46,"291":19,"292":99,"30":45,"302":5,"306":7,"31":34,"314":11,"317":2,"32":22,"33":142,"34":71,"347":5,"35":37,"352":638,"36":154,"37":39,"38":507,"380":6,"381":47,"383":65,"389":1,"39":105,"391":32,"396":4,"397":26,"40":52,"409":72,"41":52,"414":66,"415":102,"419":10,"42":32,"426":3,"43":50,"430":48,"433":1,"44":18,"45":41,"46":207,"48":27,"49":64,"5":1836,"51":39,"52":25,"53":75,"56":8,"570":7,"6":399,"63":52,"7":650,"79":23,"8":542,"80":143,"9":374,"all_client":98039,"all_tv_clinet":16726,"insert_time":"2014-08-19T05:18:41.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81209,"10":30,"107":543,"11":561,"12":131,"13":429,"14":117,"15":189,"155":9,"156":17,"158":38,"159":25,"16":209,"160":15,"161":220,"167":38,"168":4,"17":291,"18":771,"19":344,"20":166,"209":59,"21":499,"210":16,"211":20,"214":8,"215":190,"221":289,"223":521,"224":270,"225":386,"23":353,"24":1187,"25":455,"257":75,"26":138,"268":10,"27":23,"273":47,"276":28,"279":18,"28":768,"281":13,"282":44,"291":18,"292":101,"30":46,"302":5,"306":9,"31":39,"314":11,"317":2,"32":22,"33":140,"34":71,"347":5,"35":39,"352":641,"36":157,"37":40,"38":489,"380":7,"381":43,"383":65,"39":99,"391":36,"396":5,"397":26,"40":52,"409":69,"41":52,"414":68,"415":105,"419":10,"42":37,"426":3,"43":48,"430":47,"433":1,"44":19,"45":45,"46":208,"48":27,"49":65,"5":1799,"51":42,"52":26,"53":80,"56":8,"570":7,"6":366,"63":52,"7":647,"79":26,"8":536,"80":137,"9":375,"all_client":97846,"all_tv_clinet":16637,"insert_time":"2014-08-19T05:19:42.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81092,"10":27,"107":537,"11":566,"12":132,"13":443,"14":123,"15":191,"155":10,"156":17,"158":40,"159":24,"16":204,"160":14,"161":216,"167":38,"168":4,"17":297,"18":753,"19":340,"20":158,"209":62,"21":501,"210":17,"211":21,"214":8,"215":197,"221":287,"223":514,"224":260,"225":382,"23":345,"24":1196,"25":464,"257":73,"26":138,"268":10,"27":23,"273":45,"276":28,"279":18,"28":768,"281":14,"282":43,"291":18,"292":100,"30":48,"302":5,"306":9,"31":41,"314":10,"317":1,"32":18,"33":139,"34":71,"347":5,"35":38,"352":656,"36":151,"37":40,"38":488,"380":7,"381":47,"383":65,"39":96,"391":37,"396":6,"397":28,"40":50,"409":70,"41":53,"414":68,"415":110,"419":10,"42":37,"426":1,"43":49,"430":48,"433":1,"44":18,"45":47,"46":201,"48":28,"49":68,"5":1756,"51":45,"52":24,"53":81,"56":9,"570":6,"6":348,"63":51,"7":660,"79":31,"8":523,"80":135,"9":373,"all_client":97665,"all_tv_clinet":16573,"insert_time":"2014-08-19T05:20:43.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80943,"10":25,"107":539,"11":572,"12":118,"13":444,"14":127,"15":198,"155":9,"156":17,"158":41,"159":20,"16":198,"160":15,"161":203,"167":38,"168":6,"17":306,"18":743,"19":330,"20":159,"209":61,"21":507,"210":17,"211":22,"214":8,"215":201,"221":279,"223":524,"224":246,"225":383,"23":348,"24":1226,"25":464,"257":72,"26":139,"268":10,"27":23,"273":46,"276":30,"279":17,"28":747,"281":14,"282":49,"291":18,"292":98,"30":49,"302":5,"306":10,"31":43,"314":8,"317":1,"32":18,"33":135,"34":69,"347":6,"35":41,"352":645,"36":149,"37":41,"38":476,"380":7,"381":46,"383":67,"39":91,"391":38,"396":5,"397":28,"40":47,"409":64,"41":60,"414":64,"415":115,"419":9,"42":39,"426":1,"43":50,"430":49,"433":1,"44":18,"45":41,"46":197,"48":28,"49":72,"5":1710,"51":47,"52":23,"53":75,"56":9,"570":6,"6":321,"63":49,"7":683,"79":32,"8":525,"80":135,"9":373,"all_client":97421,"all_tv_clinet":16478,"insert_time":"2014-08-19T05:21:44.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80789,"10":22,"107":532,"11":585,"12":108,"13":461,"14":131,"15":200,"155":10,"156":16,"158":41,"159":17,"16":205,"160":18,"161":195,"167":37,"168":6,"17":308,"18":731,"19":320,"20":153,"209":59,"21":507,"210":17,"211":22,"214":7,"215":207,"221":278,"223":522,"224":233,"225":390,"23":350,"24":1228,"25":467,"257":72,"26":145,"268":11,"27":24,"273":44,"276":30,"279":15,"28":724,"281":16,"282":49,"291":20,"292":103,"30":53,"302":5,"306":9,"31":45,"314":8,"317":1,"32":18,"33":132,"34":72,"347":9,"35":41,"352":640,"36":145,"37":43,"38":468,"380":5,"381":41,"383":72,"39":82,"391":37,"396":6,"397":28,"40":44,"409":65,"41":64,"414":67,"415":109,"419":9,"42":38,"43":46,"430":50,"433":1,"44":17,"45":40,"46":192,"48":29,"49":80,"5":1681,"51":46,"52":22,"53":81,"56":9,"570":7,"6":295,"63":50,"7":688,"79":30,"8":528,"80":135,"9":375,"all_client":97183,"all_tv_clinet":16394,"insert_time":"2014-08-19T05:22:45.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80654,"10":20,"107":541,"11":595,"12":103,"13":451,"14":130,"15":199,"155":9,"156":11,"158":42,"159":18,"16":201,"160":18,"161":193,"167":38,"168":4,"17":316,"18":715,"19":306,"20":150,"209":56,"21":507,"210":17,"211":22,"214":7,"215":198,"221":280,"223":529,"224":222,"225":388,"23":356,"24":1221,"25":470,"257":73,"26":146,"268":10,"27":25,"273":43,"276":31,"279":15,"28":716,"281":16,"282":46,"291":19,"292":111,"30":50,"302":5,"306":8,"31":45,"314":6,"317":1,"32":19,"33":129,"34":71,"347":9,"35":44,"352":642,"36":150,"37":46,"38":476,"380":5,"381":37,"383":72,"39":79,"391":37,"396":8,"397":29,"40":43,"409":62,"41":69,"414":66,"415":106,"419":12,"42":39,"43":45,"430":44,"433":2,"44":14,"45":38,"46":195,"48":30,"49":82,"5":1664,"51":45,"52":22,"53":77,"56":10,"570":8,"6":277,"63":48,"7":701,"79":30,"8":536,"80":133,"9":371,"all_client":96975,"all_tv_clinet":16321,"insert_time":"2014-08-19T05:23:46.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80511,"10":18,"107":544,"11":598,"12":99,"13":449,"14":126,"15":192,"155":9,"156":11,"158":42,"159":18,"16":199,"160":19,"161":192,"167":37,"168":4,"17":322,"18":707,"19":296,"20":141,"209":59,"21":508,"210":16,"211":22,"214":6,"215":200,"221":272,"223":522,"224":205,"225":380,"23":340,"24":1231,"25":485,"257":75,"26":148,"268":11,"27":26,"273":39,"276":31,"279":17,"28":715,"281":17,"282":44,"291":19,"292":107,"30":49,"302":5,"306":9,"31":46,"314":6,"317":1,"32":22,"33":128,"34":71,"347":9,"35":43,"352":634,"36":151,"37":50,"38":480,"380":5,"381":37,"383":69,"39":78,"391":40,"396":9,"397":30,"40":42,"409":62,"41":71,"414":63,"415":101,"419":14,"42":39,"43":49,"430":41,"433":3,"44":13,"45":39,"46":194,"48":29,"49":86,"5":1662,"51":47,"52":19,"53":76,"56":9,"570":8,"6":255,"63":46,"7":714,"79":26,"8":535,"80":132,"9":361,"all_client":96737,"all_tv_clinet":16226,"insert_time":"2014-08-19T05:24:46.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80346,"10":16,"107":526,"11":585,"12":98,"13":452,"14":128,"15":190,"155":8,"156":11,"158":43,"159":18,"16":183,"160":17,"161":190,"167":37,"168":4,"17":319,"18":702,"19":292,"20":133,"209":58,"21":513,"210":16,"211":22,"214":6,"215":202,"221":272,"223":524,"224":202,"225":385,"23":341,"24":1260,"25":479,"257":74,"26":146,"268":12,"27":27,"273":39,"276":33,"279":19,"28":724,"281":17,"282":43,"291":17,"292":108,"30":47,"302":5,"306":9,"31":48,"314":5,"317":1,"32":20,"33":122,"34":73,"347":8,"35":39,"352":621,"36":146,"37":54,"38":483,"380":4,"381":37,"383":72,"39":77,"391":39,"396":8,"397":32,"40":42,"409":58,"41":72,"414":61,"415":100,"419":16,"42":38,"43":50,"430":41,"433":3,"44":16,"45":40,"46":192,"48":26,"49":86,"5":1646,"51":40,"52":19,"53":68,"56":10,"570":6,"6":233,"63":42,"7":725,"79":29,"8":531,"80":132,"9":355,"all_client":96464,"all_tv_clinet":16118,"insert_time":"2014-08-19T05:25:47.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80191,"10":14,"107":534,"11":600,"12":100,"13":453,"14":126,"15":187,"155":8,"156":11,"158":43,"159":17,"16":186,"160":17,"161":176,"167":38,"168":4,"17":318,"18":685,"19":292,"20":134,"209":54,"21":520,"210":16,"211":22,"214":6,"215":206,"221":264,"223":522,"224":193,"225":397,"23":340,"24":1284,"25":482,"257":77,"26":150,"268":12,"27":26,"273":41,"276":33,"279":17,"28":709,"281":17,"282":44,"291":17,"292":110,"30":45,"302":6,"306":10,"31":50,"314":5,"317":1,"32":21,"33":120,"34":72,"347":8,"35":38,"352":629,"36":147,"37":58,"38":484,"380":4,"381":38,"383":72,"39":77,"391":38,"396":8,"397":32,"40":40,"409":53,"41":70,"414":56,"415":93,"419":17,"42":42,"43":55,"430":40,"433":3,"44":16,"45":39,"46":183,"48":24,"49":83,"5":1629,"51":38,"52":22,"53":64,"56":6,"570":6,"6":222,"63":42,"7":729,"79":29,"8":538,"80":130,"9":345,"all_client":96270,"all_tv_clinet":16079,"insert_time":"2014-08-19T05:26:48.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80070,"10":18,"107":516,"11":593,"12":110,"13":448,"14":128,"15":191,"155":9,"156":9,"158":43,"159":16,"16":183,"160":16,"161":172,"167":38,"168":5,"17":292,"18":682,"19":307,"20":135,"209":50,"21":524,"210":16,"211":20,"214":6,"215":201,"221":271,"223":530,"224":198,"225":401,"23":344,"24":1281,"25":486,"257":77,"26":153,"268":12,"27":25,"273":44,"276":33,"279":16,"28":680,"281":16,"282":46,"291":17,"292":108,"30":44,"302":7,"306":9,"31":49,"314":5,"317":1,"32":20,"33":125,"34":77,"347":7,"35":36,"352":646,"36":147,"37":63,"38":483,"380":4,"381":36,"383":71,"39":75,"391":37,"396":7,"397":33,"40":39,"409":52,"41":71,"414":57,"415":92,"419":14,"42":40,"43":57,"430":39,"433":3,"44":15,"45":39,"46":182,"48":26,"49":81,"5":1626,"51":39,"52":20,"53":65,"56":6,"570":8,"6":211,"63":41,"7":722,"79":31,"8":522,"80":125,"9":330,"all_client":96071,"all_tv_clinet":16001,"insert_time":"2014-08-19T05:27:49.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79935,"10":18,"107":528,"11":587,"12":117,"13":455,"14":130,"15":195,"155":7,"156":8,"158":45,"159":16,"16":180,"160":16,"161":168,"167":39,"168":5,"17":286,"18":680,"19":319,"20":133,"209":51,"21":536,"210":17,"211":19,"214":7,"215":205,"221":267,"223":538,"224":206,"225":401,"23":344,"24":1269,"25":480,"257":79,"26":159,"268":11,"27":23,"273":44,"276":31,"279":13,"28":639,"281":16,"282":45,"291":17,"292":99,"30":41,"302":7,"306":9,"31":49,"314":4,"317":1,"32":17,"33":127,"34":79,"347":9,"35":39,"352":638,"36":147,"37":61,"38":478,"380":4,"381":40,"383":68,"39":74,"391":37,"396":6,"397":29,"40":41,"409":57,"41":72,"414":51,"415":94,"419":16,"42":40,"426":1,"43":56,"430":38,"433":3,"44":13,"45":39,"46":177,"48":26,"49":85,"5":1629,"51":39,"52":22,"53":57,"56":7,"570":13,"6":205,"63":40,"7":734,"79":33,"8":496,"80":126,"9":320,"all_client":95877,"all_tv_clinet":15942,"insert_time":"2014-08-19T05:28:50.576Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79834,"10":18,"107":528,"11":583,"12":123,"13":457,"14":126,"15":194,"155":7,"156":8,"158":46,"159":14,"16":178,"160":16,"161":156,"167":40,"168":5,"17":269,"18":685,"19":355,"20":133,"209":55,"21":544,"210":17,"211":17,"214":6,"215":208,"221":265,"223":541,"224":209,"225":410,"23":341,"24":1257,"25":479,"257":82,"26":163,"268":12,"27":26,"273":45,"276":30,"279":11,"28":606,"281":16,"282":44,"291":16,"292":93,"30":42,"302":7,"306":9,"31":50,"314":3,"317":1,"32":18,"33":131,"34":84,"347":9,"35":39,"352":637,"36":149,"37":59,"38":470,"380":4,"381":39,"383":65,"39":75,"391":38,"396":6,"397":29,"40":41,"409":55,"41":75,"414":50,"415":91,"419":16,"42":39,"426":1,"43":53,"430":36,"433":1,"44":18,"45":41,"46":182,"48":26,"49":85,"5":1623,"51":39,"52":21,"53":58,"56":6,"570":13,"6":198,"63":41,"7":730,"79":33,"8":463,"80":129,"9":317,"all_client":95713,"all_tv_clinet":15879,"insert_time":"2014-08-19T05:29:51.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79660,"10":19,"107":531,"11":586,"12":129,"13":454,"14":124,"15":199,"155":6,"156":10,"158":45,"159":16,"16":179,"160":16,"161":148,"167":41,"168":5,"17":255,"18":684,"19":366,"20":142,"209":56,"21":540,"210":17,"211":16,"214":6,"215":209,"221":271,"223":542,"224":220,"225":417,"23":346,"24":1220,"25":475,"257":79,"26":172,"268":10,"27":25,"273":42,"276":30,"279":11,"28":579,"281":18,"282":46,"291":16,"292":96,"30":42,"302":6,"306":9,"31":52,"314":3,"317":1,"32":14,"33":128,"34":85,"347":9,"35":44,"352":623,"36":151,"37":58,"38":454,"380":5,"381":39,"383":68,"39":74,"391":37,"396":7,"397":31,"40":45,"409":58,"41":78,"414":54,"415":88,"419":17,"42":42,"426":1,"43":52,"430":35,"433":1,"44":23,"45":49,"46":184,"48":29,"49":91,"5":1627,"51":42,"52":22,"53":58,"56":5,"570":14,"6":196,"63":35,"7":736,"79":35,"8":433,"80":131,"9":302,"all_client":95497,"all_tv_clinet":15837,"insert_time":"2014-08-19T05:30:52.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79490,"10":20,"107":521,"11":584,"12":139,"13":449,"14":119,"15":201,"155":6,"156":8,"158":45,"159":14,"16":169,"160":16,"161":139,"167":43,"168":5,"17":250,"18":683,"19":386,"20":145,"209":62,"21":537,"210":14,"211":16,"214":6,"215":212,"221":275,"223":549,"224":230,"225":431,"23":342,"24":1205,"25":474,"257":76,"26":179,"268":9,"27":26,"273":41,"276":29,"279":12,"28":564,"281":19,"282":45,"291":16,"292":96,"30":44,"302":4,"306":9,"31":53,"314":3,"32":13,"33":126,"34":83,"347":8,"35":43,"352":634,"36":151,"37":59,"38":453,"380":5,"381":38,"383":65,"39":74,"391":35,"396":7,"397":34,"40":46,"409":59,"41":84,"414":55,"415":84,"419":16,"42":44,"43":53,"430":37,"433":2,"44":23,"45":52,"46":180,"48":33,"49":90,"5":1621,"51":46,"52":23,"53":57,"56":4,"570":11,"6":185,"63":32,"7":737,"79":33,"8":412,"80":131,"9":285,"all_client":95273,"all_tv_clinet":15783,"insert_time":"2014-08-19T05:31:53.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79379,"10":20,"107":535,"11":590,"12":145,"13":455,"14":114,"15":196,"155":8,"156":8,"158":48,"159":14,"16":171,"160":21,"161":140,"167":42,"168":5,"17":243,"18":685,"19":383,"20":151,"209":63,"21":533,"210":13,"211":17,"214":7,"215":207,"221":276,"223":541,"224":233,"225":437,"23":340,"24":1143,"25":485,"257":76,"26":186,"268":9,"27":24,"273":43,"276":27,"279":12,"28":545,"281":17,"282":48,"291":16,"292":99,"30":45,"302":3,"306":8,"31":53,"314":3,"32":14,"33":124,"34":92,"347":7,"35":44,"352":632,"36":153,"37":59,"38":458,"380":5,"381":40,"383":65,"39":79,"391":35,"396":6,"397":33,"40":45,"409":66,"41":83,"414":58,"415":82,"419":17,"42":46,"43":52,"430":37,"433":2,"44":19,"45":53,"46":180,"48":32,"49":89,"5":1626,"51":47,"52":22,"53":59,"56":5,"570":12,"6":183,"63":28,"7":738,"79":33,"8":393,"80":125,"9":267,"all_client":95107,"all_tv_clinet":15728,"insert_time":"2014-08-19T05:32:54.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79236,"10":17,"107":536,"11":598,"12":153,"13":458,"14":114,"15":197,"155":9,"156":6,"158":47,"159":15,"16":168,"160":23,"161":131,"167":44,"168":5,"17":232,"18":685,"19":384,"20":146,"209":63,"21":533,"210":13,"211":17,"214":7,"215":209,"221":283,"223":523,"224":236,"225":438,"23":343,"24":1107,"25":487,"257":71,"26":188,"268":8,"27":25,"273":41,"276":26,"279":12,"28":526,"281":17,"282":47,"291":16,"292":94,"30":49,"302":4,"306":8,"31":49,"314":3,"32":14,"33":125,"34":98,"347":8,"35":44,"352":630,"36":149,"37":60,"38":464,"380":5,"381":41,"383":65,"39":81,"391":34,"396":6,"397":33,"40":44,"409":68,"41":81,"414":59,"415":77,"419":17,"42":49,"43":52,"430":38,"433":2,"44":15,"45":50,"46":191,"48":29,"49":89,"5":1629,"51":48,"52":21,"53":60,"56":6,"570":13,"6":180,"63":27,"7":741,"79":32,"8":382,"80":121,"9":257,"all_client":94882,"all_tv_clinet":15646,"insert_time":"2014-08-19T05:33:55.052Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79136,"10":14,"107":531,"11":599,"12":145,"13":467,"14":114,"15":202,"155":8,"156":6,"158":46,"159":15,"16":171,"160":24,"161":129,"167":46,"168":4,"17":219,"18":689,"19":380,"20":148,"209":65,"21":531,"210":14,"211":15,"214":7,"215":211,"221":286,"223":506,"224":241,"225":425,"23":350,"24":1091,"25":462,"257":70,"26":188,"268":7,"27":24,"273":41,"276":26,"279":14,"28":506,"281":16,"282":47,"291":16,"292":95,"30":46,"302":4,"306":8,"31":52,"314":4,"317":1,"32":16,"33":123,"34":98,"347":5,"35":44,"352":641,"36":146,"37":61,"38":469,"380":5,"381":39,"383":64,"389":1,"39":80,"391":32,"396":5,"397":29,"40":45,"409":69,"41":81,"414":58,"415":69,"419":18,"42":47,"426":1,"43":55,"430":40,"433":3,"44":15,"45":52,"46":188,"48":30,"49":90,"5":1648,"51":50,"52":20,"53":60,"56":7,"570":16,"6":176,"63":24,"7":731,"79":36,"8":371,"80":122,"9":255,"all_client":94697,"all_tv_clinet":15561,"insert_time":"2014-08-19T05:34:55.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78934,"10":16,"107":535,"11":602,"12":147,"13":477,"14":120,"15":203,"155":7,"156":8,"158":45,"159":14,"16":170,"160":23,"161":130,"167":45,"168":4,"17":206,"18":690,"19":386,"20":151,"209":66,"21":534,"210":13,"211":11,"214":7,"215":212,"221":287,"223":489,"224":253,"225":433,"23":363,"24":1105,"25":444,"257":72,"26":190,"268":6,"27":24,"273":37,"276":27,"279":14,"28":501,"281":17,"282":43,"291":16,"292":99,"30":44,"302":4,"306":8,"31":51,"314":4,"317":1,"32":12,"33":118,"34":92,"347":5,"35":42,"352":623,"36":145,"37":63,"38":470,"380":7,"381":37,"383":61,"389":1,"39":79,"391":35,"396":6,"397":29,"40":45,"409":68,"41":76,"414":61,"415":64,"419":17,"42":48,"426":1,"43":50,"430":41,"433":3,"44":14,"45":53,"46":192,"48":32,"49":88,"5":1633,"51":47,"52":17,"53":61,"56":6,"570":14,"6":167,"63":24,"7":732,"79":37,"8":352,"80":125,"9":256,"all_client":94437,"all_tv_clinet":15503,"insert_time":"2014-08-19T05:35:57.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78754,"10":17,"107":528,"11":612,"12":147,"13":476,"14":122,"15":200,"155":7,"156":8,"158":45,"159":13,"16":174,"160":22,"161":127,"167":44,"168":4,"17":197,"18":695,"19":379,"20":150,"209":70,"21":544,"210":13,"211":10,"214":8,"215":207,"221":290,"223":490,"224":261,"225":439,"23":360,"24":1109,"25":414,"257":69,"26":195,"268":5,"27":24,"273":38,"276":26,"279":12,"28":487,"281":17,"282":40,"291":16,"292":98,"30":45,"302":4,"306":7,"31":53,"314":4,"317":2,"32":9,"33":125,"34":92,"347":6,"35":40,"352":623,"36":143,"37":66,"38":476,"380":7,"381":37,"383":60,"389":1,"39":75,"391":34,"396":5,"397":31,"40":44,"409":69,"41":78,"414":61,"415":64,"419":13,"42":48,"426":1,"43":51,"430":41,"433":2,"44":14,"45":53,"46":199,"48":32,"49":89,"5":1637,"51":48,"52":18,"53":62,"56":6,"570":17,"6":152,"63":24,"7":742,"79":38,"8":335,"80":125,"9":259,"all_client":94230,"all_tv_clinet":15476,"insert_time":"2014-08-19T05:36:58.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78617,"10":16,"107":522,"11":611,"12":154,"13":472,"14":122,"15":197,"155":7,"156":7,"158":43,"159":15,"16":174,"160":23,"161":126,"167":44,"168":5,"17":189,"18":695,"19":382,"20":140,"209":69,"21":531,"210":12,"211":9,"214":8,"215":208,"221":295,"223":491,"224":272,"225":447,"23":354,"24":1104,"25":397,"257":69,"26":192,"268":5,"27":23,"273":35,"276":26,"279":11,"28":475,"281":17,"282":38,"291":16,"292":99,"30":49,"302":4,"306":7,"31":50,"314":4,"317":2,"32":8,"33":122,"34":89,"347":4,"35":37,"352":616,"36":148,"37":68,"38":480,"380":8,"381":36,"383":55,"39":80,"391":34,"396":6,"397":33,"40":43,"409":67,"41":84,"414":57,"415":65,"419":10,"42":54,"426":1,"43":53,"430":43,"433":2,"44":13,"45":51,"46":201,"48":35,"49":78,"5":1634,"51":43,"52":19,"53":66,"56":8,"570":17,"6":146,"63":23,"7":760,"79":39,"8":319,"80":127,"9":259,"all_client":94021,"all_tv_clinet":15404,"insert_time":"2014-08-19T05:37:59.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78481,"10":18,"107":509,"11":614,"12":157,"13":464,"14":118,"15":201,"155":7,"156":7,"158":38,"159":15,"16":169,"160":19,"161":126,"167":44,"168":5,"17":179,"18":693,"19":391,"20":135,"209":73,"21":527,"210":11,"211":6,"214":9,"215":212,"221":291,"223":491,"224":277,"225":447,"23":364,"24":1100,"25":391,"257":69,"26":196,"268":3,"27":21,"273":33,"276":25,"279":12,"28":468,"281":18,"282":38,"291":15,"292":103,"30":48,"302":4,"306":7,"31":50,"314":4,"317":2,"32":7,"33":125,"34":89,"347":4,"35":33,"352":640,"36":151,"37":68,"38":488,"380":8,"381":36,"383":54,"39":77,"391":33,"396":6,"397":30,"40":45,"409":59,"41":81,"414":54,"415":65,"419":6,"42":55,"426":1,"43":54,"430":42,"433":2,"44":12,"45":52,"46":206,"48":32,"49":71,"5":1647,"51":37,"52":17,"53":65,"56":11,"570":18,"6":142,"63":22,"7":765,"79":42,"8":288,"80":130,"9":263,"all_client":93838,"all_tv_clinet":15357,"insert_time":"2014-08-19T05:39:00.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78370,"10":18,"107":488,"11":610,"12":158,"13":451,"14":119,"15":190,"155":7,"156":7,"158":39,"159":15,"16":177,"160":20,"161":134,"167":44,"168":4,"17":170,"18":700,"19":389,"20":130,"209":75,"21":523,"210":11,"211":5,"214":11,"215":217,"221":292,"223":487,"224":285,"225":454,"23":356,"24":1117,"25":377,"257":71,"26":200,"268":3,"27":22,"273":34,"276":25,"279":12,"28":469,"281":17,"282":37,"291":14,"292":103,"30":49,"302":4,"306":9,"31":48,"314":4,"317":2,"32":8,"33":123,"34":81,"347":5,"35":29,"352":643,"36":157,"37":71,"38":487,"380":8,"381":37,"383":51,"39":76,"391":37,"396":6,"397":29,"40":44,"409":58,"41":86,"414":54,"415":66,"419":6,"42":55,"426":1,"43":60,"430":42,"433":2,"44":11,"45":52,"46":206,"48":34,"49":64,"5":1658,"51":36,"52":18,"53":61,"56":13,"570":17,"6":134,"63":22,"7":761,"79":42,"8":261,"80":128,"9":261,"all_client":93674,"all_tv_clinet":15304,"insert_time":"2014-08-19T05:40:00.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78201,"10":17,"107":501,"11":614,"12":149,"13":430,"14":126,"15":170,"155":8,"156":10,"158":40,"159":13,"16":190,"160":18,"161":125,"167":44,"168":4,"17":162,"18":703,"19":390,"20":127,"209":75,"21":512,"210":11,"211":5,"214":10,"215":215,"221":282,"223":496,"224":286,"225":460,"23":366,"24":1131,"25":373,"257":71,"26":200,"268":7,"27":20,"273":33,"276":25,"279":14,"28":448,"281":18,"282":35,"291":12,"292":103,"30":52,"302":4,"306":9,"31":42,"314":3,"317":2,"32":11,"33":126,"34":77,"347":6,"35":27,"352":653,"36":154,"37":71,"38":489,"380":8,"381":39,"383":51,"39":75,"391":37,"396":5,"397":28,"40":42,"409":52,"41":85,"414":56,"415":63,"419":4,"42":55,"426":1,"43":59,"430":43,"433":2,"44":10,"45":58,"46":206,"48":32,"49":63,"5":1651,"51":36,"52":19,"53":63,"56":12,"570":19,"6":132,"63":20,"7":768,"79":43,"8":247,"80":128,"9":255,"all_client":93443,"all_tv_clinet":15242,"insert_time":"2014-08-19T05:41:01.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78062,"10":18,"107":494,"11":616,"12":136,"13":412,"14":131,"15":153,"155":8,"156":11,"158":45,"159":15,"16":200,"160":17,"161":123,"167":44,"168":4,"17":160,"18":692,"19":389,"20":129,"209":73,"21":516,"210":12,"211":4,"214":8,"215":216,"221":284,"223":501,"224":289,"225":459,"23":375,"24":1130,"25":367,"257":71,"26":201,"268":7,"27":20,"273":34,"276":25,"279":14,"28":441,"281":19,"282":35,"291":12,"292":105,"30":61,"302":4,"306":9,"31":41,"314":3,"317":2,"32":11,"33":128,"34":68,"347":6,"35":24,"352":655,"36":155,"37":68,"38":488,"380":10,"381":42,"383":47,"39":73,"391":35,"396":1,"397":31,"40":40,"409":52,"41":89,"414":54,"415":63,"419":4,"42":57,"426":1,"43":59,"430":43,"433":2,"44":10,"45":59,"46":206,"48":31,"49":65,"5":1646,"51":37,"52":20,"53":62,"56":10,"570":19,"6":132,"63":19,"7":782,"79":42,"8":238,"80":118,"9":252,"all_client":93251,"all_tv_clinet":15189,"insert_time":"2014-08-19T05:42:02.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77816,"10":16,"107":492,"11":626,"12":121,"13":401,"14":129,"15":144,"155":8,"156":11,"158":47,"159":15,"16":198,"160":17,"161":116,"167":46,"168":4,"17":159,"18":711,"19":399,"20":132,"209":77,"21":515,"210":12,"211":4,"214":10,"215":210,"221":278,"223":491,"224":293,"225":451,"23":369,"24":1133,"25":360,"257":68,"26":207,"268":7,"27":21,"273":31,"276":25,"279":17,"28":440,"281":19,"282":33,"291":12,"292":100,"30":68,"302":3,"306":9,"31":37,"314":4,"317":2,"32":13,"33":130,"34":60,"347":5,"35":20,"352":657,"36":160,"37":68,"38":490,"380":10,"381":41,"383":42,"39":78,"391":33,"396":3,"397":29,"40":42,"409":53,"41":89,"414":52,"415":63,"419":5,"42":56,"426":2,"43":59,"430":44,"433":3,"44":11,"45":60,"46":208,"48":34,"49":60,"5":1645,"51":33,"52":19,"53":61,"56":9,"570":19,"6":131,"63":18,"7":780,"79":42,"8":231,"80":117,"9":251,"all_client":92950,"all_tv_clinet":15134,"insert_time":"2014-08-19T05:43:03.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77660,"10":17,"107":502,"11":620,"12":118,"13":393,"14":129,"15":140,"155":8,"156":12,"158":49,"159":16,"16":197,"160":16,"161":117,"167":49,"168":4,"17":167,"18":694,"19":394,"20":131,"209":76,"21":512,"210":12,"211":4,"214":11,"215":212,"221":277,"223":484,"224":299,"225":459,"23":362,"24":1122,"25":360,"257":66,"26":202,"268":7,"27":22,"273":31,"276":24,"279":17,"28":430,"281":19,"282":35,"291":12,"292":94,"30":73,"302":3,"306":8,"31":37,"314":5,"317":2,"32":13,"33":135,"34":56,"347":6,"35":19,"352":652,"36":163,"37":68,"38":492,"380":10,"381":41,"383":44,"39":81,"391":35,"396":4,"397":24,"40":43,"409":59,"41":88,"414":49,"415":67,"419":4,"42":57,"426":2,"43":59,"430":43,"433":3,"44":12,"45":61,"46":210,"48":35,"49":58,"5":1646,"51":30,"52":26,"53":58,"56":7,"570":14,"6":134,"63":19,"7":793,"79":41,"8":224,"80":117,"9":250,"all_client":92762,"all_tv_clinet":15102,"insert_time":"2014-08-19T05:44:03.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77514,"10":19,"107":505,"11":589,"12":114,"13":378,"14":126,"15":139,"155":9,"156":11,"158":48,"159":15,"16":192,"160":15,"161":109,"167":49,"168":4,"17":180,"18":694,"19":408,"20":126,"209":73,"21":515,"210":11,"211":4,"214":11,"215":192,"221":281,"223":508,"224":306,"225":461,"23":369,"24":1097,"25":351,"257":67,"26":198,"268":7,"27":23,"273":32,"276":23,"279":17,"28":426,"281":20,"282":32,"291":11,"292":93,"30":71,"302":3,"306":8,"31":36,"314":5,"317":1,"32":15,"33":136,"34":57,"347":6,"35":18,"352":655,"36":163,"37":73,"38":488,"380":9,"381":47,"383":47,"39":83,"391":38,"396":9,"397":20,"40":44,"409":62,"41":87,"414":48,"415":65,"419":5,"42":58,"426":3,"43":64,"430":45,"433":3,"44":12,"45":65,"46":207,"48":42,"49":57,"5":1636,"51":34,"52":24,"53":57,"56":7,"570":14,"6":135,"63":17,"7":790,"79":43,"8":212,"80":114,"9":260,"all_client":92570,"all_tv_clinet":15056,"insert_time":"2014-08-19T05:45:04.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77408,"10":22,"107":500,"11":545,"12":109,"13":368,"14":127,"15":138,"155":9,"156":9,"158":49,"159":15,"16":196,"160":13,"161":114,"167":49,"168":4,"17":191,"18":679,"19":408,"20":123,"209":66,"21":521,"210":12,"211":4,"214":10,"215":194,"221":264,"223":533,"224":315,"225":451,"23":371,"24":1102,"25":345,"257":72,"26":177,"268":7,"27":23,"273":30,"276":25,"279":19,"28":431,"281":20,"282":31,"291":10,"292":103,"30":78,"302":2,"306":8,"31":39,"314":5,"317":1,"32":13,"33":131,"34":56,"347":4,"35":21,"352":665,"36":159,"37":77,"38":489,"380":9,"381":48,"383":47,"39":85,"391":37,"396":7,"397":19,"40":44,"409":60,"41":83,"414":48,"415":63,"419":6,"42":61,"426":3,"43":62,"430":44,"433":3,"44":11,"45":59,"46":202,"48":47,"49":57,"5":1653,"51":31,"52":26,"53":60,"56":7,"570":15,"6":129,"63":18,"7":779,"79":46,"8":208,"80":107,"9":264,"all_client":92408,"all_tv_clinet":15000,"insert_time":"2014-08-19T05:46:05.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77339,"10":22,"107":490,"11":513,"12":99,"13":357,"14":124,"15":128,"155":9,"156":8,"158":48,"159":18,"16":197,"160":14,"161":118,"167":48,"168":4,"17":194,"18":675,"19":408,"20":125,"209":57,"21":529,"210":12,"211":3,"214":10,"215":198,"221":266,"223":525,"224":318,"225":452,"23":379,"24":1116,"25":339,"257":68,"26":160,"268":7,"27":23,"273":30,"276":26,"279":17,"28":435,"281":19,"282":32,"291":11,"292":104,"30":81,"302":2,"306":8,"31":38,"314":7,"317":1,"32":11,"33":124,"34":56,"347":4,"35":23,"352":659,"36":166,"37":77,"38":491,"380":9,"381":50,"383":42,"39":88,"391":37,"396":7,"397":18,"40":45,"409":59,"41":78,"414":50,"415":63,"419":6,"42":59,"426":3,"43":62,"430":42,"433":3,"44":11,"45":60,"46":201,"48":51,"49":55,"5":1658,"51":30,"52":24,"53":64,"56":6,"570":13,"6":128,"63":18,"7":785,"79":44,"8":191,"80":96,"9":281,"all_client":92259,"all_tv_clinet":14920,"insert_time":"2014-08-19T05:47:05.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77230,"10":18,"107":491,"11":495,"12":96,"13":352,"14":122,"15":119,"155":9,"156":10,"158":50,"159":18,"16":195,"160":14,"161":126,"167":49,"168":4,"17":198,"18":670,"19":413,"20":119,"209":54,"21":520,"210":12,"211":3,"214":10,"215":209,"221":276,"223":523,"224":319,"225":457,"23":375,"24":1128,"25":337,"257":68,"26":149,"268":7,"27":23,"273":32,"276":25,"279":18,"28":434,"281":18,"282":34,"291":10,"292":103,"30":78,"302":2,"306":8,"31":39,"314":8,"317":1,"32":11,"33":115,"34":54,"347":4,"35":22,"352":655,"36":169,"37":75,"38":493,"380":7,"381":43,"383":35,"39":95,"391":35,"396":3,"397":16,"40":45,"409":59,"41":77,"414":51,"415":61,"419":7,"42":58,"426":3,"43":55,"430":41,"433":3,"44":10,"45":53,"46":200,"48":56,"49":55,"5":1686,"51":29,"52":25,"53":67,"56":6,"570":14,"6":130,"63":18,"7":790,"79":43,"8":179,"80":90,"9":285,"all_client":92106,"all_tv_clinet":14876,"insert_time":"2014-08-19T05:48:06.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77140,"10":15,"107":499,"11":469,"12":98,"13":343,"14":124,"15":115,"155":9,"156":10,"158":47,"159":18,"16":189,"160":13,"161":130,"167":46,"168":4,"17":195,"18":677,"19":416,"20":115,"209":49,"21":503,"210":10,"211":3,"214":11,"215":213,"221":279,"223":522,"224":317,"225":474,"23":389,"24":1085,"25":345,"257":69,"26":138,"268":6,"27":22,"273":33,"276":25,"279":16,"28":430,"281":20,"282":39,"291":10,"292":102,"30":77,"302":1,"306":7,"31":37,"314":9,"317":1,"32":11,"33":113,"34":57,"347":4,"35":23,"352":638,"36":166,"37":67,"38":481,"380":7,"381":45,"383":35,"39":95,"391":36,"396":4,"397":15,"40":48,"409":60,"41":76,"414":49,"415":65,"419":8,"42":59,"426":3,"43":51,"430":41,"433":3,"44":10,"45":52,"46":205,"48":56,"49":50,"5":1684,"51":23,"52":21,"53":66,"56":6,"570":15,"6":130,"63":16,"7":780,"79":42,"8":176,"80":85,"9":287,"all_client":91878,"all_tv_clinet":14738,"insert_time":"2014-08-19T05:49:07.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76986,"10":17,"107":509,"11":451,"12":108,"13":332,"14":122,"15":119,"155":9,"156":9,"158":45,"159":19,"16":184,"160":13,"161":127,"167":44,"168":4,"17":194,"18":676,"19":421,"20":108,"209":46,"21":506,"210":11,"211":3,"214":11,"215":210,"221":276,"223":510,"224":325,"225":484,"23":389,"24":1075,"25":353,"257":73,"26":136,"268":4,"27":25,"273":34,"276":26,"279":17,"28":432,"281":17,"282":40,"291":11,"292":105,"30":76,"302":1,"306":7,"31":36,"314":7,"317":1,"32":10,"33":109,"34":56,"347":3,"35":26,"352":644,"36":170,"37":61,"38":485,"380":7,"381":41,"383":34,"39":98,"391":37,"396":4,"397":14,"40":45,"409":58,"41":72,"414":43,"415":71,"419":14,"42":56,"426":6,"43":46,"430":41,"433":2,"44":9,"45":51,"46":215,"48":58,"49":49,"5":1703,"51":24,"52":21,"53":69,"56":6,"570":14,"6":132,"63":16,"7":754,"79":41,"8":172,"80":82,"9":286,"all_client":91699,"all_tv_clinet":14713,"insert_time":"2014-08-19T05:50:07.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76874,"10":16,"107":512,"11":432,"12":115,"13":322,"14":116,"15":117,"155":10,"156":13,"158":45,"159":19,"16":179,"160":15,"161":133,"167":45,"168":4,"17":201,"18":685,"19":415,"20":103,"209":44,"21":505,"210":12,"211":5,"214":12,"215":216,"221":267,"223":521,"224":327,"225":481,"23":379,"24":1083,"25":357,"257":70,"26":128,"268":4,"27":23,"273":35,"276":28,"279":20,"28":441,"281":16,"282":42,"291":11,"292":110,"30":78,"302":1,"306":7,"31":34,"314":8,"317":1,"32":12,"33":108,"34":56,"347":3,"35":30,"352":635,"36":160,"37":54,"38":481,"380":7,"381":40,"383":34,"39":100,"391":37,"396":3,"397":15,"40":45,"409":56,"41":67,"414":43,"415":75,"419":13,"42":55,"426":6,"43":45,"430":40,"433":2,"44":7,"45":55,"46":220,"48":63,"49":48,"5":1707,"51":24,"52":21,"53":72,"56":7,"570":11,"6":131,"63":15,"7":713,"79":41,"8":169,"80":79,"9":297,"all_client":91539,"all_tv_clinet":14665,"insert_time":"2014-08-19T05:51:08.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76750,"10":13,"107":498,"11":411,"12":120,"13":319,"14":116,"15":119,"155":10,"156":14,"158":45,"159":19,"16":173,"160":15,"161":137,"167":46,"168":4,"17":210,"18":678,"19":404,"20":103,"209":44,"21":516,"210":12,"211":5,"214":11,"215":212,"221":260,"223":532,"224":325,"225":483,"23":370,"24":1093,"25":370,"257":72,"26":127,"268":4,"27":23,"273":36,"276":28,"279":19,"28":433,"281":14,"282":40,"291":13,"292":109,"30":77,"302":2,"306":7,"31":32,"314":8,"32":13,"33":104,"34":56,"347":3,"35":38,"352":636,"36":165,"37":47,"38":481,"380":6,"381":36,"383":37,"39":104,"391":35,"396":3,"397":17,"40":45,"409":58,"41":67,"414":40,"415":77,"419":12,"42":51,"426":6,"43":45,"430":38,"433":3,"44":6,"45":54,"46":222,"48":59,"49":49,"5":1713,"51":25,"52":23,"53":70,"56":7,"570":9,"6":133,"63":15,"7":677,"79":44,"8":171,"80":74,"9":296,"all_client":91351,"all_tv_clinet":14601,"insert_time":"2014-08-19T05:52:09.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76599,"10":11,"107":499,"11":396,"12":127,"13":316,"14":118,"15":124,"155":16,"156":14,"158":44,"159":20,"16":174,"160":16,"161":141,"167":46,"168":4,"17":213,"18":681,"19":403,"20":99,"209":39,"21":525,"210":13,"211":5,"214":14,"215":204,"221":264,"223":547,"224":327,"225":486,"23":341,"24":1083,"25":367,"257":72,"26":125,"268":4,"27":21,"273":33,"276":26,"279":15,"28":432,"281":13,"282":40,"291":11,"292":105,"30":78,"302":2,"306":8,"31":35,"314":10,"32":14,"33":104,"34":61,"347":5,"35":38,"352":634,"36":163,"37":43,"38":476,"380":7,"381":33,"383":39,"39":102,"391":38,"396":3,"397":16,"40":46,"409":57,"41":70,"414":41,"415":76,"419":13,"42":49,"426":5,"43":49,"430":38,"433":3,"44":9,"45":53,"46":231,"48":62,"49":49,"5":1709,"51":25,"52":22,"53":74,"56":7,"570":12,"6":138,"63":15,"7":655,"79":45,"8":178,"80":71,"9":290,"all_client":91174,"all_tv_clinet":14575,"insert_time":"2014-08-19T05:53:09.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76410,"10":9,"107":504,"11":387,"12":138,"13":311,"14":120,"15":118,"155":17,"156":12,"158":45,"159":24,"16":176,"160":14,"161":131,"167":47,"168":4,"17":220,"18":679,"19":401,"20":98,"209":37,"21":524,"210":13,"211":5,"214":14,"215":197,"221":258,"223":537,"224":324,"225":504,"23":332,"24":1075,"25":373,"257":70,"26":120,"268":4,"27":25,"273":35,"276":27,"279":12,"28":430,"281":14,"282":42,"291":11,"292":105,"30":79,"302":2,"306":8,"31":35,"314":10,"32":14,"33":103,"34":66,"347":6,"35":37,"352":633,"36":170,"37":41,"38":471,"380":8,"381":39,"383":36,"39":103,"391":38,"396":4,"397":14,"40":42,"409":57,"41":69,"414":43,"415":73,"419":14,"42":47,"426":5,"43":47,"430":39,"433":3,"44":11,"45":58,"46":237,"48":61,"49":43,"5":1710,"51":26,"52":23,"53":75,"56":6,"570":12,"6":136,"63":14,"7":629,"79":45,"8":183,"80":68,"9":302,"all_client":90948,"all_tv_clinet":14538,"insert_time":"2014-08-19T05:54:10.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76249,"10":8,"107":510,"11":366,"12":145,"13":319,"14":114,"15":112,"155":18,"156":12,"158":46,"159":22,"16":177,"160":14,"161":124,"167":48,"168":5,"17":226,"18":676,"19":395,"20":99,"209":36,"21":523,"210":13,"211":5,"214":14,"215":188,"221":263,"223":502,"224":326,"225":518,"23":324,"24":1066,"25":379,"257":71,"26":124,"268":4,"27":29,"273":37,"276":27,"279":11,"28":437,"281":15,"282":45,"291":11,"292":102,"30":76,"302":2,"306":7,"31":37,"314":10,"32":12,"33":105,"34":67,"347":6,"35":31,"352":618,"36":167,"37":40,"38":480,"380":9,"381":39,"383":35,"39":99,"391":37,"396":5,"397":13,"40":42,"409":59,"41":67,"414":39,"415":67,"419":14,"42":46,"426":6,"43":49,"430":37,"433":3,"44":13,"45":61,"46":236,"48":65,"49":41,"5":1723,"51":26,"52":20,"53":73,"56":6,"570":11,"6":131,"63":15,"7":603,"79":43,"8":184,"80":67,"9":308,"all_client":90705,"all_tv_clinet":14456,"insert_time":"2014-08-19T05:55:10.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76158,"10":7,"107":515,"11":348,"12":156,"13":332,"14":103,"15":115,"155":18,"156":12,"158":48,"159":22,"16":173,"160":15,"161":130,"167":48,"168":5,"17":235,"18":676,"19":388,"20":106,"209":35,"21":516,"210":14,"211":5,"214":13,"215":185,"221":256,"223":464,"224":328,"225":511,"23":315,"24":1052,"25":382,"257":73,"26":133,"268":5,"27":34,"273":40,"276":24,"279":12,"28":443,"281":14,"282":45,"291":12,"292":96,"30":74,"302":2,"306":7,"31":33,"314":9,"32":11,"33":106,"34":68,"347":7,"35":33,"352":630,"36":166,"37":37,"38":481,"380":8,"381":39,"383":35,"39":97,"391":33,"396":5,"397":14,"40":39,"409":64,"41":68,"414":37,"415":64,"419":12,"42":45,"426":6,"43":50,"430":33,"433":3,"44":16,"45":58,"46":238,"48":63,"49":37,"5":1727,"51":29,"52":23,"53":64,"56":7,"570":10,"6":129,"63":15,"7":587,"79":43,"8":189,"80":66,"9":308,"all_client":90542,"all_tv_clinet":14384,"insert_time":"2014-08-19T05:56:11.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76086,"10":8,"107":509,"11":340,"12":172,"13":343,"14":96,"15":114,"155":19,"156":12,"158":47,"159":21,"16":170,"160":15,"161":124,"167":49,"168":5,"17":247,"18":672,"19":396,"20":107,"209":32,"21":495,"210":13,"211":5,"214":12,"215":176,"221":252,"223":448,"224":328,"225":500,"23":296,"24":1049,"25":384,"257":71,"26":135,"268":5,"27":37,"273":48,"276":21,"279":12,"28":431,"281":14,"282":43,"291":13,"292":90,"30":70,"302":2,"306":9,"31":30,"314":9,"32":12,"33":116,"34":68,"347":7,"35":40,"352":632,"36":160,"37":38,"38":490,"380":7,"381":37,"383":34,"39":99,"391":31,"396":6,"397":15,"40":35,"409":67,"41":70,"414":33,"415":65,"419":11,"42":44,"426":5,"43":53,"430":34,"433":3,"44":17,"45":49,"46":230,"48":64,"49":37,"5":1729,"51":27,"52":21,"53":66,"56":9,"570":9,"6":132,"63":15,"7":573,"79":45,"8":187,"80":64,"9":285,"all_client":90353,"all_tv_clinet":14267,"insert_time":"2014-08-19T05:57:12.332Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75916,"10":9,"107":520,"11":334,"12":190,"13":356,"14":94,"15":119,"155":19,"156":13,"158":48,"159":21,"16":157,"160":16,"161":120,"167":48,"168":5,"17":252,"18":657,"19":397,"20":119,"209":31,"21":489,"210":13,"211":6,"214":12,"215":172,"221":246,"223":446,"224":331,"225":506,"23":290,"24":1033,"25":391,"257":68,"26":143,"268":5,"27":40,"273":49,"276":21,"279":11,"28":430,"281":14,"282":41,"291":13,"292":88,"30":68,"302":2,"306":9,"31":29,"314":10,"32":13,"33":115,"34":70,"347":9,"35":42,"352":620,"36":155,"37":37,"38":495,"380":8,"381":36,"383":34,"39":102,"391":30,"396":4,"397":15,"40":35,"409":69,"41":72,"414":32,"415":66,"419":13,"42":43,"426":3,"43":53,"430":34,"433":4,"44":20,"45":38,"46":227,"48":64,"49":35,"5":1722,"51":26,"52":23,"53":64,"56":9,"570":10,"6":138,"63":12,"7":559,"79":48,"8":186,"80":61,"9":260,"all_client":90128,"all_tv_clinet":14212,"insert_time":"2014-08-19T05:58:12.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75795,"10":11,"107":511,"11":334,"12":196,"13":359,"14":94,"15":124,"155":18,"156":15,"158":46,"159":19,"16":156,"160":13,"161":120,"167":49,"168":5,"17":270,"18":623,"19":409,"20":136,"209":33,"21":483,"210":12,"211":6,"214":11,"215":161,"221":235,"223":447,"224":332,"225":517,"23":284,"24":1021,"25":402,"257":62,"26":142,"268":4,"27":49,"273":47,"276":20,"279":10,"28":424,"281":15,"282":47,"291":13,"292":91,"30":62,"302":2,"306":9,"31":32,"314":10,"32":14,"33":117,"34":76,"347":6,"35":44,"352":627,"36":155,"37":32,"38":499,"380":6,"381":36,"383":28,"39":99,"391":25,"396":3,"397":14,"40":34,"409":69,"41":74,"414":31,"415":61,"419":13,"42":43,"426":2,"43":50,"430":33,"433":4,"44":19,"45":33,"46":219,"48":65,"49":31,"5":1717,"51":24,"52":22,"53":62,"56":9,"570":10,"6":146,"63":13,"7":530,"79":48,"8":187,"80":59,"9":240,"all_client":89915,"all_tv_clinet":14120,"insert_time":"2014-08-19T05:59:13.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75701,"10":12,"107":498,"11":336,"12":206,"13":349,"14":93,"15":127,"155":19,"156":14,"158":47,"159":18,"16":140,"160":15,"161":127,"167":51,"168":6,"17":276,"18":606,"19":399,"20":145,"209":32,"21":474,"210":12,"211":6,"214":11,"215":152,"221":234,"223":441,"224":330,"225":510,"23":287,"24":1011,"25":404,"257":67,"26":147,"268":5,"27":49,"273":41,"276":18,"279":9,"28":430,"281":16,"282":50,"291":13,"292":93,"30":65,"302":3,"306":10,"31":33,"314":8,"32":20,"33":116,"34":79,"347":8,"35":45,"352":627,"36":151,"37":28,"38":502,"380":5,"381":33,"383":29,"39":97,"391":24,"396":2,"397":15,"40":35,"409":72,"41":70,"414":28,"415":65,"419":13,"42":42,"426":2,"43":51,"430":28,"433":4,"434":1,"44":21,"45":31,"46":211,"48":70,"49":31,"5":1694,"51":31,"52":22,"53":53,"56":8,"570":10,"6":153,"63":14,"7":499,"79":47,"8":187,"80":56,"9":223,"all_client":89699,"all_tv_clinet":13998,"insert_time":"2014-08-19T06:00:14.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75526,"10":10,"107":489,"11":335,"12":213,"13":355,"14":94,"15":127,"155":19,"156":13,"158":49,"159":19,"16":131,"160":15,"161":129,"167":52,"168":6,"17":278,"18":594,"19":404,"20":152,"209":35,"21":462,"210":13,"211":6,"214":11,"215":141,"221":231,"223":439,"224":333,"225":517,"23":285,"24":1020,"25":408,"257":67,"26":154,"268":5,"27":49,"273":38,"276":18,"279":10,"28":426,"281":18,"282":51,"291":11,"292":95,"30":67,"302":4,"306":10,"31":34,"314":7,"32":18,"33":116,"34":83,"347":12,"35":46,"352":624,"36":154,"37":25,"38":504,"380":5,"381":33,"383":27,"39":93,"391":24,"396":3,"397":15,"40":35,"409":72,"41":71,"414":25,"415":64,"419":14,"42":39,"426":2,"43":51,"430":28,"433":3,"434":1,"44":22,"45":29,"46":212,"48":76,"49":34,"5":1633,"51":32,"52":26,"53":52,"56":8,"570":9,"6":163,"63":15,"7":475,"79":45,"8":188,"80":54,"9":216,"all_client":89451,"all_tv_clinet":13925,"insert_time":"2014-08-19T06:01:14.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75389,"10":11,"107":493,"11":338,"12":216,"13":372,"14":99,"15":129,"155":19,"156":13,"158":49,"159":18,"16":129,"160":16,"161":129,"167":52,"168":6,"17":288,"18":592,"19":408,"20":140,"209":33,"21":465,"210":13,"211":7,"214":9,"215":132,"221":226,"223":445,"224":339,"225":502,"23":284,"24":997,"25":409,"257":69,"26":155,"268":5,"27":50,"273":39,"276":15,"279":10,"28":426,"281":19,"282":53,"291":15,"292":96,"30":69,"302":4,"306":11,"31":34,"314":6,"32":18,"33":119,"34":86,"347":12,"35":46,"352":617,"36":156,"37":25,"38":508,"380":5,"381":33,"383":28,"39":92,"391":21,"396":3,"397":15,"40":36,"409":66,"41":75,"414":26,"415":62,"419":15,"42":37,"426":1,"43":57,"430":26,"433":2,"434":1,"44":23,"45":31,"46":215,"48":82,"49":32,"5":1586,"51":31,"52":25,"53":51,"56":9,"570":7,"6":164,"63":14,"7":458,"79":53,"8":196,"80":51,"9":209,"all_client":89268,"all_tv_clinet":13879,"insert_time":"2014-08-19T06:02:15.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75237,"10":11,"107":479,"11":348,"12":220,"13":377,"14":94,"15":130,"155":19,"156":13,"158":48,"159":19,"16":128,"160":15,"161":129,"167":51,"168":5,"17":290,"18":588,"19":404,"20":136,"209":34,"21":468,"210":14,"211":6,"214":10,"215":121,"221":229,"223":422,"224":339,"225":482,"23":278,"24":1002,"25":418,"257":71,"26":168,"268":5,"27":62,"273":38,"276":16,"279":9,"28":428,"281":18,"282":53,"291":15,"292":98,"30":70,"302":4,"306":11,"31":30,"314":6,"32":17,"33":120,"34":90,"347":11,"35":47,"352":612,"36":151,"37":22,"38":497,"380":5,"381":30,"383":28,"39":86,"391":22,"396":3,"397":13,"40":39,"409":61,"41":76,"414":28,"415":61,"419":14,"42":39,"426":2,"43":58,"430":25,"433":2,"44":26,"45":26,"46":218,"48":81,"49":32,"5":1552,"51":28,"52":24,"53":52,"56":9,"570":9,"6":170,"63":13,"7":443,"79":53,"8":202,"80":51,"9":216,"all_client":89030,"all_tv_clinet":13793,"insert_time":"2014-08-19T06:03:16.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75202,"10":12,"107":466,"11":356,"12":222,"13":377,"14":96,"15":123,"155":18,"156":14,"158":45,"159":20,"16":123,"160":14,"161":129,"167":49,"168":5,"17":292,"18":584,"19":405,"20":130,"209":35,"21":475,"210":15,"211":6,"214":7,"215":113,"221":227,"223":419,"224":337,"225":470,"23":281,"24":1021,"25":421,"257":70,"26":169,"268":5,"27":63,"273":37,"276":16,"279":11,"28":433,"281":18,"282":54,"291":14,"292":103,"30":71,"302":4,"306":11,"31":33,"314":6,"32":16,"33":120,"34":90,"347":11,"35":45,"352":618,"36":148,"37":23,"38":489,"380":4,"381":31,"383":26,"39":81,"391":20,"396":4,"397":14,"40":36,"409":51,"41":75,"414":30,"415":61,"419":13,"42":41,"426":2,"43":55,"430":23,"433":3,"44":27,"45":24,"46":218,"48":77,"49":29,"5":1525,"51":25,"52":30,"53":46,"56":10,"570":8,"6":166,"63":13,"7":438,"79":54,"8":210,"80":53,"9":214,"all_client":88924,"all_tv_clinet":13722,"insert_time":"2014-08-19T06:04:16.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75067,"10":13,"107":472,"11":353,"12":226,"13":381,"14":89,"15":123,"155":20,"156":13,"158":45,"159":18,"16":123,"160":15,"161":131,"167":48,"168":5,"17":289,"18":573,"19":409,"20":131,"209":34,"21":473,"210":14,"211":5,"214":7,"215":109,"221":231,"223":403,"224":330,"225":455,"23":286,"24":1048,"25":413,"257":68,"26":171,"268":5,"27":63,"273":37,"276":17,"279":11,"28":434,"281":18,"282":55,"291":15,"292":103,"30":72,"302":4,"306":11,"31":34,"314":6,"32":17,"33":119,"34":94,"347":11,"35":43,"352":621,"36":147,"37":22,"38":495,"380":3,"381":31,"383":28,"39":81,"391":19,"396":5,"397":13,"40":35,"409":45,"41":70,"414":34,"415":58,"419":11,"42":43,"426":2,"43":53,"430":23,"433":2,"44":26,"45":19,"46":218,"48":76,"49":28,"5":1528,"51":24,"52":37,"53":43,"56":11,"570":8,"6":163,"63":11,"7":435,"79":51,"8":217,"80":50,"9":222,"all_client":88768,"all_tv_clinet":13701,"insert_time":"2014-08-19T06:05:17.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74951,"10":14,"107":465,"11":355,"12":222,"13":388,"14":93,"15":119,"155":21,"156":12,"158":47,"159":17,"16":114,"160":13,"161":128,"167":48,"168":5,"17":292,"18":568,"19":414,"20":132,"209":37,"21":485,"210":14,"211":5,"214":7,"215":101,"221":231,"223":402,"224":310,"225":453,"23":284,"24":1066,"25":422,"257":68,"26":168,"268":5,"27":68,"273":37,"276":17,"279":11,"28":435,"281":20,"282":55,"291":15,"292":105,"30":71,"302":4,"306":12,"31":33,"314":6,"32":14,"33":114,"34":91,"347":13,"35":41,"352":619,"36":144,"37":20,"38":490,"380":3,"381":30,"383":25,"39":78,"391":18,"396":6,"397":12,"40":35,"409":39,"41":74,"414":36,"415":57,"419":12,"42":45,"426":2,"43":55,"430":21,"433":3,"44":25,"45":20,"46":221,"48":77,"49":26,"5":1517,"51":25,"52":40,"53":45,"56":12,"570":7,"6":161,"63":13,"7":416,"79":47,"8":224,"80":49,"9":213,"all_client":88600,"all_tv_clinet":13649,"insert_time":"2014-08-19T06:06:17.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74885,"10":14,"107":458,"11":366,"12":219,"13":398,"14":94,"15":119,"155":20,"156":11,"158":48,"159":16,"16":108,"160":14,"161":131,"167":48,"168":3,"17":289,"18":569,"19":417,"20":130,"209":38,"21":493,"210":11,"211":5,"214":8,"215":95,"221":227,"223":393,"224":283,"225":438,"23":279,"24":1064,"25":424,"257":67,"26":170,"268":5,"27":70,"273":37,"276":18,"279":12,"28":440,"281":21,"282":55,"291":16,"292":106,"30":74,"302":4,"306":12,"31":33,"314":6,"32":14,"33":118,"34":94,"347":12,"35":38,"352":628,"36":144,"37":23,"38":478,"380":3,"381":28,"383":23,"39":73,"391":15,"396":3,"397":13,"40":36,"409":38,"41":72,"414":38,"415":56,"419":13,"42":46,"426":2,"43":58,"430":21,"433":2,"44":26,"45":19,"46":214,"48":79,"49":25,"5":1536,"51":29,"52":43,"53":46,"56":13,"570":7,"6":147,"63":16,"7":404,"79":42,"8":220,"80":46,"9":212,"all_client":88474,"all_tv_clinet":13589,"insert_time":"2014-08-19T06:07:18.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74751,"10":17,"107":457,"11":376,"12":219,"13":396,"14":97,"15":117,"155":17,"156":14,"158":48,"159":18,"16":101,"160":11,"161":130,"167":46,"168":3,"17":290,"18":569,"19":414,"20":123,"209":38,"21":499,"210":10,"211":5,"214":8,"215":88,"221":221,"223":391,"224":251,"225":436,"23":285,"24":1078,"25":428,"257":69,"26":173,"268":6,"27":68,"273":40,"276":16,"279":13,"28":434,"281":23,"282":54,"291":16,"292":104,"30":76,"302":4,"306":12,"31":34,"314":6,"32":13,"33":126,"34":95,"347":15,"35":40,"352":613,"36":145,"37":26,"38":475,"380":3,"381":26,"383":22,"389":1,"39":75,"391":16,"396":3,"397":12,"40":35,"409":31,"41":80,"414":36,"415":53,"419":15,"42":45,"426":2,"43":56,"430":20,"433":2,"44":26,"45":16,"46":207,"48":79,"49":28,"5":1544,"51":29,"52":50,"53":46,"56":15,"570":9,"6":136,"63":14,"7":397,"79":36,"8":218,"80":47,"9":212,"all_client":88290,"all_tv_clinet":13539,"insert_time":"2014-08-19T06:08:19.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74631,"10":16,"107":456,"11":381,"12":202,"13":400,"14":104,"15":118,"155":18,"156":15,"158":47,"159":18,"16":104,"160":12,"161":122,"167":41,"168":4,"17":290,"18":552,"19":383,"20":122,"209":39,"21":513,"210":11,"211":5,"214":8,"215":86,"221":222,"223":398,"224":237,"225":426,"23":290,"24":1113,"25":430,"257":66,"26":172,"268":6,"27":63,"273":49,"276":17,"279":13,"28":429,"281":22,"282":52,"291":16,"292":93,"30":73,"302":4,"306":12,"31":36,"314":5,"317":1,"32":12,"33":127,"34":99,"347":17,"35":46,"352":599,"36":144,"37":28,"38":467,"380":3,"381":28,"383":24,"389":1,"39":72,"391":17,"396":2,"397":12,"40":32,"409":28,"41":83,"414":34,"415":53,"419":17,"42":48,"426":1,"43":57,"430":18,"433":2,"44":23,"45":13,"46":193,"48":77,"49":29,"5":1561,"51":29,"52":49,"53":48,"56":15,"570":9,"6":126,"63":14,"7":396,"79":30,"8":216,"80":44,"9":209,"all_client":88095,"all_tv_clinet":13464,"insert_time":"2014-08-19T06:09:19.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74479,"10":16,"107":473,"11":395,"12":184,"13":404,"14":107,"15":117,"155":18,"156":14,"158":47,"159":17,"16":98,"160":15,"161":119,"167":34,"168":5,"17":296,"18":558,"19":367,"20":120,"209":42,"21":514,"210":12,"211":5,"214":9,"215":83,"221":218,"223":390,"224":234,"225":418,"23":293,"24":1131,"25":430,"257":65,"26":172,"268":6,"27":72,"273":58,"276":18,"279":12,"28":429,"281":21,"282":49,"291":17,"292":78,"30":67,"302":4,"306":12,"31":34,"314":6,"317":1,"32":12,"33":126,"34":99,"347":17,"35":45,"352":596,"36":145,"37":24,"38":470,"380":3,"381":29,"383":26,"389":1,"39":67,"391":16,"396":2,"397":11,"40":32,"409":29,"41":85,"414":34,"415":52,"419":18,"42":51,"426":1,"43":59,"430":16,"433":2,"44":22,"45":15,"46":179,"48":78,"49":27,"5":1563,"51":29,"52":52,"53":47,"56":14,"570":9,"6":121,"63":14,"7":400,"79":28,"8":217,"80":45,"9":199,"all_client":87910,"all_tv_clinet":13431,"insert_time":"2014-08-19T06:10:20.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74344,"10":15,"107":477,"11":406,"12":165,"13":416,"14":116,"15":123,"155":18,"156":12,"158":48,"159":13,"16":99,"160":16,"161":114,"167":35,"168":5,"17":296,"18":553,"19":335,"20":119,"209":42,"21":526,"210":10,"211":5,"214":8,"215":75,"221":222,"223":391,"224":220,"225":396,"23":289,"24":1152,"25":436,"257":63,"26":171,"268":6,"27":73,"273":62,"276":21,"279":11,"28":420,"281":18,"282":48,"291":18,"292":75,"30":59,"302":5,"306":12,"31":35,"314":7,"317":1,"32":13,"33":120,"34":111,"347":17,"35":44,"352":589,"36":145,"37":24,"38":457,"380":3,"381":28,"383":24,"389":1,"39":70,"391":14,"396":2,"397":12,"40":32,"409":29,"41":82,"414":39,"415":56,"419":17,"42":52,"426":1,"43":60,"430":16,"433":1,"44":22,"45":12,"46":172,"48":80,"49":27,"5":1563,"51":29,"52":54,"53":52,"56":13,"570":11,"6":125,"63":15,"7":400,"79":28,"8":216,"80":44,"9":186,"all_client":87710,"all_tv_clinet":13366,"insert_time":"2014-08-19T06:11:20.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74248,"10":16,"107":479,"11":418,"12":151,"13":414,"14":114,"15":123,"155":15,"156":12,"158":45,"159":13,"16":91,"160":15,"161":123,"167":37,"168":5,"17":304,"18":548,"19":321,"20":114,"209":43,"21":545,"210":10,"211":5,"214":9,"215":73,"221":223,"223":394,"224":208,"225":388,"23":292,"24":1139,"25":438,"257":59,"26":174,"268":7,"27":78,"273":68,"276":21,"279":14,"28":432,"281":17,"282":44,"291":18,"292":76,"30":52,"302":5,"306":10,"31":34,"314":7,"317":1,"32":12,"33":113,"34":116,"347":16,"35":47,"352":588,"36":142,"37":24,"38":461,"380":3,"381":28,"383":25,"39":73,"391":16,"396":3,"397":12,"40":32,"409":27,"41":87,"414":44,"415":56,"419":17,"42":55,"426":1,"43":56,"430":18,"433":1,"44":22,"45":11,"46":163,"48":78,"49":26,"5":1571,"51":25,"52":54,"53":46,"56":12,"570":11,"6":125,"63":15,"7":405,"79":28,"8":209,"80":42,"9":176,"all_client":87582,"all_tv_clinet":13334,"insert_time":"2014-08-19T06:12:21.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74130,"10":16,"107":467,"11":439,"12":137,"13":413,"14":106,"15":110,"155":15,"156":13,"158":48,"159":13,"16":94,"160":14,"161":132,"167":34,"168":4,"17":309,"18":550,"19":316,"20":110,"209":43,"21":540,"210":9,"211":5,"214":11,"215":73,"221":221,"223":397,"224":209,"225":381,"23":295,"24":1133,"25":440,"257":53,"26":172,"268":5,"27":78,"273":72,"276":23,"279":16,"28":435,"281":16,"282":44,"291":18,"292":82,"30":47,"302":5,"306":10,"31":37,"314":8,"317":1,"32":10,"33":106,"34":119,"347":15,"35":49,"352":593,"36":141,"37":24,"38":455,"380":3,"381":27,"383":25,"39":72,"391":16,"396":3,"397":11,"40":33,"409":24,"41":87,"414":45,"415":57,"419":16,"42":57,"426":1,"43":54,"430":21,"433":1,"44":24,"45":9,"46":161,"48":79,"49":29,"5":1571,"51":24,"52":57,"53":50,"56":12,"570":11,"6":122,"63":12,"7":405,"79":29,"8":215,"80":42,"9":169,"all_client":87435,"all_tv_clinet":13305,"insert_time":"2014-08-19T06:13:22.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73951,"10":16,"107":458,"11":446,"12":130,"13":413,"14":97,"15":105,"155":11,"156":13,"158":50,"159":13,"16":95,"160":13,"161":143,"167":34,"168":4,"17":316,"18":561,"19":318,"20":104,"209":44,"21":550,"210":9,"211":5,"214":12,"215":66,"221":223,"223":402,"224":209,"225":379,"23":293,"24":1103,"25":436,"257":53,"26":175,"268":4,"27":83,"273":69,"276":28,"279":16,"28":431,"281":15,"282":43,"291":17,"292":81,"30":42,"302":5,"306":9,"31":41,"314":8,"317":2,"32":9,"33":104,"34":118,"347":16,"35":50,"352":586,"36":133,"37":23,"38":459,"380":3,"381":34,"383":23,"39":76,"391":16,"396":3,"397":10,"40":31,"409":23,"41":91,"414":45,"415":60,"419":17,"42":58,"426":1,"43":57,"430":22,"433":1,"44":26,"45":9,"46":160,"48":77,"49":28,"5":1585,"51":25,"52":63,"53":50,"56":13,"570":12,"6":116,"63":12,"7":406,"79":27,"8":217,"80":42,"9":156,"all_client":87237,"all_tv_clinet":13286,"insert_time":"2014-08-19T06:14:22.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73793,"10":16,"107":463,"11":448,"12":117,"13":410,"14":97,"15":106,"155":9,"156":13,"158":51,"159":13,"16":89,"160":11,"161":153,"167":30,"168":4,"17":315,"18":567,"19":300,"20":98,"209":47,"21":553,"210":8,"211":4,"214":13,"215":65,"221":231,"223":407,"224":212,"225":365,"23":282,"24":1117,"25":445,"257":55,"26":176,"268":5,"27":79,"273":60,"276":27,"279":17,"28":428,"281":16,"282":43,"291":17,"292":90,"30":43,"302":4,"306":9,"31":41,"314":8,"317":2,"32":8,"33":101,"34":121,"347":18,"35":46,"352":590,"36":130,"37":23,"38":468,"380":3,"381":28,"383":21,"39":77,"391":14,"396":2,"397":10,"40":31,"409":23,"41":87,"414":47,"415":59,"419":17,"42":58,"426":1,"43":58,"430":22,"433":1,"44":30,"45":8,"46":157,"48":78,"49":29,"5":1585,"51":27,"52":64,"53":46,"56":15,"570":12,"6":118,"63":13,"7":414,"79":26,"8":221,"80":43,"9":144,"all_client":87066,"all_tv_clinet":13273,"insert_time":"2014-08-19T06:15:23.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73611,"10":15,"107":468,"11":451,"12":107,"13":418,"14":96,"15":109,"155":8,"156":13,"158":49,"159":13,"16":90,"160":9,"161":158,"167":31,"168":5,"17":296,"18":582,"19":298,"20":96,"209":49,"21":553,"210":7,"211":4,"214":13,"215":52,"221":235,"223":403,"224":214,"225":367,"23":279,"24":1112,"25":440,"257":51,"26":175,"268":5,"27":76,"273":49,"276":24,"279":16,"28":428,"281":15,"282":41,"291":18,"292":95,"30":42,"302":4,"306":9,"31":38,"314":8,"317":3,"32":9,"33":98,"34":126,"347":17,"35":42,"352":594,"36":131,"37":23,"38":459,"380":3,"381":28,"383":23,"39":74,"391":14,"396":2,"397":10,"40":33,"409":23,"41":85,"414":43,"415":59,"419":15,"42":59,"426":2,"43":63,"430":21,"433":1,"44":30,"45":9,"46":157,"48":86,"49":30,"5":1582,"51":29,"52":61,"53":45,"56":14,"570":13,"6":115,"63":15,"7":412,"79":25,"8":219,"80":43,"9":144,"all_client":86834,"all_tv_clinet":13223,"insert_time":"2014-08-19T06:16:23.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73487,"10":13,"107":462,"11":456,"12":108,"13":401,"14":95,"15":109,"155":9,"156":11,"158":47,"159":15,"16":92,"160":11,"161":159,"167":33,"168":5,"17":275,"18":588,"19":290,"20":97,"209":49,"21":563,"210":7,"211":4,"214":11,"215":50,"221":234,"223":391,"224":209,"225":363,"23":290,"24":1103,"25":439,"257":46,"26":176,"268":4,"27":76,"273":50,"276":22,"279":15,"28":428,"281":15,"282":39,"291":17,"292":100,"30":42,"302":3,"306":9,"31":36,"314":7,"317":3,"32":9,"33":101,"34":126,"347":18,"35":37,"352":601,"36":138,"37":23,"38":462,"380":3,"381":27,"383":25,"39":76,"391":14,"396":1,"397":10,"40":33,"409":24,"41":84,"414":40,"415":61,"419":17,"42":61,"426":2,"43":62,"430":20,"433":1,"44":31,"45":10,"46":145,"48":86,"49":32,"5":1596,"51":32,"52":55,"53":45,"56":14,"570":13,"6":111,"63":15,"7":423,"79":25,"8":220,"80":42,"9":143,"all_client":86678,"all_tv_clinet":13191,"insert_time":"2014-08-19T06:17:24.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73420,"10":14,"107":458,"11":460,"12":111,"13":389,"14":97,"15":111,"155":9,"156":11,"158":45,"159":15,"16":89,"160":10,"161":165,"167":33,"168":4,"17":251,"18":588,"19":288,"20":96,"209":50,"21":565,"210":7,"211":5,"214":10,"215":48,"221":234,"223":397,"224":212,"225":356,"23":299,"24":1098,"25":439,"257":44,"26":177,"268":4,"27":76,"273":50,"276":22,"279":14,"28":426,"281":15,"282":39,"291":18,"292":99,"30":41,"302":3,"306":10,"31":36,"314":7,"317":3,"32":8,"33":103,"34":124,"347":15,"35":39,"352":603,"36":142,"37":23,"38":451,"380":3,"381":27,"383":29,"39":77,"391":15,"396":3,"397":11,"40":35,"409":23,"41":85,"414":37,"415":60,"419":14,"42":64,"426":2,"43":69,"430":18,"44":29,"45":13,"46":146,"48":86,"49":30,"5":1596,"51":32,"52":54,"53":47,"56":16,"570":12,"6":103,"63":15,"7":427,"79":26,"8":224,"80":42,"9":147,"all_client":86593,"all_tv_clinet":13173,"insert_time":"2014-08-19T06:18:25.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73263,"10":15,"107":456,"11":462,"12":106,"13":397,"14":105,"15":112,"155":8,"156":9,"158":46,"159":16,"16":85,"160":11,"161":164,"167":33,"168":6,"17":227,"18":584,"19":280,"20":96,"209":51,"21":574,"210":8,"211":5,"214":10,"215":51,"221":230,"223":401,"224":216,"225":357,"23":293,"24":1095,"25":448,"257":46,"26":180,"268":4,"27":73,"273":49,"276":22,"279":14,"28":422,"281":16,"282":37,"291":18,"292":94,"30":36,"302":3,"306":9,"31":34,"314":7,"317":3,"32":10,"33":103,"34":125,"347":17,"35":39,"352":594,"36":140,"37":23,"38":446,"380":3,"381":26,"383":26,"389":1,"39":82,"391":16,"396":2,"397":10,"40":32,"409":23,"41":87,"414":36,"415":56,"419":14,"42":70,"426":2,"43":70,"430":17,"44":29,"45":16,"46":144,"48":86,"49":28,"5":1601,"51":34,"52":56,"53":48,"56":16,"570":14,"6":97,"63":16,"7":441,"79":26,"8":217,"80":42,"9":142,"all_client":86410,"all_tv_clinet":13147,"insert_time":"2014-08-19T06:19:25.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73174,"10":12,"107":458,"11":453,"12":105,"13":405,"14":102,"15":110,"155":6,"156":10,"158":45,"159":15,"16":84,"160":10,"161":161,"167":33,"168":6,"17":218,"18":593,"19":269,"20":92,"209":52,"21":572,"210":8,"211":4,"214":10,"215":51,"221":217,"223":389,"224":217,"225":359,"23":290,"24":1098,"25":453,"257":46,"26":181,"268":5,"27":73,"273":47,"276":22,"279":15,"28":415,"281":16,"282":36,"291":20,"292":96,"30":34,"302":3,"306":7,"31":32,"314":7,"317":3,"32":10,"33":103,"34":125,"347":17,"35":38,"352":597,"36":142,"37":21,"38":444,"380":3,"381":27,"383":23,"389":1,"39":80,"391":17,"396":2,"397":9,"40":33,"409":23,"41":85,"414":36,"415":56,"419":12,"42":72,"426":2,"43":68,"430":17,"44":32,"45":17,"46":139,"48":87,"49":30,"5":1610,"51":33,"52":60,"53":47,"56":16,"570":14,"6":96,"63":15,"7":445,"79":33,"8":214,"80":43,"9":145,"all_client":86278,"all_tv_clinet":13104,"insert_time":"2014-08-19T06:20:26.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73031,"10":13,"107":459,"11":443,"12":105,"13":403,"14":106,"15":105,"155":7,"156":10,"158":44,"159":13,"16":85,"160":11,"161":150,"167":31,"168":6,"17":215,"18":601,"19":270,"20":91,"209":52,"21":579,"210":7,"211":4,"214":9,"215":50,"221":220,"223":378,"224":217,"225":359,"23":293,"24":1101,"25":447,"257":45,"26":188,"268":5,"27":70,"273":51,"276":22,"279":16,"28":408,"281":15,"282":34,"291":20,"292":99,"30":29,"302":4,"306":7,"31":35,"314":5,"317":3,"32":11,"33":104,"34":128,"347":17,"35":33,"352":598,"36":143,"37":22,"38":434,"380":3,"381":31,"383":22,"389":1,"39":80,"391":16,"397":7,"40":30,"409":24,"41":84,"414":39,"415":55,"419":14,"42":68,"426":2,"43":66,"430":18,"44":31,"45":18,"46":140,"48":84,"49":30,"5":1612,"51":33,"52":65,"53":44,"56":15,"570":20,"6":90,"63":15,"7":456,"79":34,"8":216,"80":44,"9":142,"all_client":86110,"all_tv_clinet":13079,"insert_time":"2014-08-19T06:21:27.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72966,"10":12,"107":447,"11":442,"12":107,"13":402,"14":108,"15":109,"155":8,"156":13,"158":44,"159":14,"16":82,"160":14,"161":142,"167":30,"168":5,"17":216,"18":590,"19":278,"20":91,"209":51,"21":593,"210":4,"211":3,"214":8,"215":52,"221":219,"223":375,"224":221,"225":364,"23":294,"24":1104,"25":417,"257":49,"26":200,"268":5,"27":72,"273":54,"276":21,"279":14,"28":393,"281":15,"282":34,"291":20,"292":100,"30":27,"302":5,"306":6,"31":37,"314":5,"317":3,"32":12,"33":107,"34":132,"347":14,"35":33,"352":600,"36":139,"37":24,"38":434,"380":4,"381":34,"383":18,"389":1,"39":80,"391":17,"396":1,"397":7,"40":28,"409":23,"41":83,"414":40,"415":58,"419":14,"42":71,"426":2,"43":66,"430":21,"44":34,"45":23,"46":140,"48":70,"49":34,"5":1609,"51":33,"52":67,"53":47,"56":15,"570":22,"6":88,"63":14,"7":464,"79":35,"8":220,"80":43,"9":138,"all_client":86044,"all_tv_clinet":13078,"insert_time":"2014-08-19T06:22:27.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72805,"10":12,"107":453,"11":451,"12":107,"13":397,"14":111,"15":112,"155":9,"156":13,"158":43,"159":15,"16":81,"160":14,"161":138,"167":29,"168":5,"17":209,"18":588,"19":276,"20":96,"209":56,"21":601,"210":6,"211":3,"214":8,"215":50,"221":217,"223":373,"224":224,"225":349,"23":300,"24":1111,"25":396,"257":49,"26":199,"268":5,"27":76,"273":58,"276":19,"279":13,"28":377,"281":14,"282":36,"291":19,"292":101,"30":27,"302":6,"306":4,"31":37,"314":5,"317":3,"32":10,"33":111,"34":129,"347":13,"35":30,"352":606,"36":138,"37":24,"38":435,"380":5,"381":33,"383":21,"389":1,"39":81,"391":16,"396":1,"397":7,"40":27,"409":25,"41":85,"414":44,"415":58,"419":14,"42":76,"426":1,"43":66,"430":20,"433":1,"44":35,"45":29,"46":149,"48":65,"49":34,"5":1612,"51":32,"52":71,"53":49,"56":16,"570":22,"6":86,"63":15,"7":458,"79":36,"8":225,"80":42,"9":138,"all_client":85898,"all_tv_clinet":13093,"insert_time":"2014-08-19T06:23:28.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72626,"10":12,"107":469,"11":460,"12":107,"13":405,"14":109,"15":107,"155":10,"156":15,"158":45,"159":14,"16":80,"160":13,"161":141,"167":26,"168":5,"17":201,"18":578,"19":272,"20":93,"209":60,"21":601,"210":6,"211":2,"214":8,"215":50,"221":220,"223":373,"224":232,"225":334,"23":304,"24":1085,"25":384,"257":46,"26":205,"268":4,"27":81,"273":60,"276":19,"279":14,"28":365,"281":14,"282":35,"291":19,"292":103,"30":26,"302":6,"306":3,"31":35,"314":6,"317":3,"32":9,"33":117,"34":113,"347":12,"35":31,"352":616,"36":137,"37":27,"38":445,"380":5,"381":33,"383":20,"389":2,"39":81,"391":16,"396":1,"397":5,"40":30,"409":25,"41":85,"414":44,"415":57,"419":16,"42":78,"426":1,"43":70,"430":20,"433":1,"44":39,"45":29,"46":154,"48":57,"49":37,"5":1619,"51":29,"52":74,"53":46,"56":16,"570":23,"6":88,"63":18,"7":463,"79":36,"8":221,"80":43,"9":133,"all_client":85713,"all_tv_clinet":13087,"insert_time":"2014-08-19T06:24:29.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72524,"10":12,"107":475,"11":456,"12":111,"13":397,"14":111,"15":105,"155":11,"156":15,"158":45,"159":15,"16":79,"160":13,"161":150,"167":25,"168":5,"17":201,"18":578,"19":274,"20":92,"209":63,"21":608,"210":7,"211":3,"214":8,"215":51,"221":221,"223":385,"224":235,"225":328,"23":302,"24":1067,"25":377,"257":47,"26":206,"268":4,"27":86,"273":62,"276":18,"279":14,"28":351,"281":15,"282":37,"291":20,"292":96,"30":26,"302":6,"306":3,"31":36,"314":5,"317":3,"32":9,"33":120,"34":93,"347":15,"35":30,"352":617,"36":140,"37":28,"38":448,"380":5,"381":34,"383":25,"389":1,"39":81,"391":16,"396":1,"397":3,"40":32,"409":24,"41":85,"414":46,"415":62,"419":15,"42":79,"426":1,"43":71,"430":20,"433":1,"44":40,"45":33,"46":163,"48":55,"49":40,"5":1626,"51":25,"52":75,"53":48,"56":16,"570":23,"6":89,"63":18,"7":455,"79":36,"8":232,"80":42,"9":133,"all_client":85635,"all_tv_clinet":13111,"insert_time":"2014-08-19T06:25:29.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72369,"10":12,"107":471,"11":455,"12":114,"13":404,"14":106,"15":96,"155":11,"156":17,"158":45,"159":14,"16":84,"160":12,"161":153,"167":26,"168":5,"17":202,"18":571,"19":275,"20":88,"209":63,"21":604,"210":6,"211":3,"214":9,"215":51,"221":228,"223":385,"224":242,"225":339,"23":308,"24":1041,"25":369,"257":48,"26":212,"268":4,"27":84,"273":68,"276":18,"279":14,"28":346,"281":15,"282":38,"291":19,"292":91,"30":26,"302":6,"306":3,"31":35,"314":5,"317":3,"32":11,"33":122,"34":83,"347":17,"35":30,"352":603,"36":139,"37":31,"38":452,"380":5,"381":33,"383":24,"389":1,"39":82,"391":17,"396":1,"397":3,"40":36,"409":28,"41":85,"414":46,"415":56,"419":14,"42":78,"426":1,"43":68,"430":21,"44":40,"45":37,"46":162,"48":52,"49":46,"5":1624,"51":25,"52":79,"53":50,"56":14,"570":20,"6":88,"63":18,"7":456,"79":35,"8":236,"80":42,"9":130,"all_client":85454,"all_tv_clinet":13085,"insert_time":"2014-08-19T06:26:30.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72313,"10":15,"107":469,"11":467,"12":114,"13":405,"14":103,"15":94,"155":14,"156":18,"158":44,"159":14,"16":87,"160":12,"161":166,"167":29,"168":5,"17":193,"18":569,"19":284,"20":87,"209":63,"21":603,"210":6,"211":2,"214":9,"215":55,"221":232,"223":382,"224":245,"225":340,"23":317,"24":1021,"25":361,"257":46,"26":215,"268":6,"27":87,"273":66,"276":18,"279":12,"28":326,"281":15,"282":39,"291":19,"292":92,"30":27,"302":6,"306":3,"31":35,"314":4,"317":3,"32":12,"33":121,"34":75,"347":17,"35":28,"352":603,"36":138,"37":33,"38":448,"380":6,"381":35,"383":24,"389":1,"39":88,"391":17,"396":1,"397":6,"40":39,"409":32,"41":80,"414":48,"415":54,"419":14,"42":78,"426":1,"43":67,"430":19,"44":41,"45":40,"46":174,"48":50,"49":50,"5":1617,"51":25,"52":81,"53":48,"56":15,"570":16,"6":87,"63":18,"7":444,"79":35,"8":231,"80":39,"9":127,"all_client":85380,"all_tv_clinet":13067,"insert_time":"2014-08-19T06:27:30.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72254,"10":15,"107":466,"11":474,"12":119,"13":422,"14":90,"15":87,"155":17,"156":19,"158":46,"159":11,"16":93,"160":11,"161":184,"167":29,"168":4,"17":195,"18":567,"19":296,"20":88,"209":68,"21":616,"210":5,"211":2,"214":9,"215":56,"221":224,"223":366,"224":250,"225":343,"23":323,"24":993,"25":348,"257":48,"26":221,"268":7,"27":86,"273":67,"276":18,"279":11,"28":324,"281":15,"282":39,"291":20,"292":94,"30":27,"302":5,"306":3,"31":33,"314":4,"317":2,"32":11,"33":125,"34":63,"347":15,"35":28,"352":587,"36":141,"37":34,"38":457,"380":6,"381":34,"383":19,"389":1,"39":89,"391":16,"396":1,"397":8,"40":44,"409":37,"41":76,"414":50,"415":55,"419":14,"42":82,"426":1,"43":62,"430":19,"44":44,"45":40,"46":182,"48":46,"49":52,"5":1626,"51":26,"52":88,"53":49,"56":15,"570":14,"6":83,"63":19,"7":439,"79":32,"8":230,"80":38,"9":126,"all_client":85338,"all_tv_clinet":13084,"insert_time":"2014-08-19T06:28:31.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72205,"10":14,"107":457,"11":474,"12":123,"13":424,"14":87,"15":88,"155":17,"156":19,"158":46,"159":12,"16":90,"160":11,"161":195,"167":30,"168":4,"17":193,"18":565,"19":306,"20":86,"209":66,"21":613,"210":4,"211":2,"214":11,"215":54,"221":221,"223":368,"224":253,"225":343,"23":323,"24":981,"25":342,"257":54,"26":226,"268":7,"27":90,"273":58,"276":18,"279":9,"28":326,"281":14,"282":43,"291":19,"292":98,"30":29,"302":5,"306":3,"31":33,"314":5,"317":2,"32":13,"33":121,"34":57,"347":16,"35":27,"352":591,"36":141,"37":32,"38":454,"380":6,"381":34,"383":20,"389":1,"39":92,"391":17,"396":1,"397":10,"40":48,"409":37,"41":71,"414":49,"415":58,"419":11,"42":85,"426":2,"43":60,"430":19,"44":41,"45":46,"46":180,"48":45,"49":51,"5":1624,"51":25,"52":88,"53":51,"56":17,"570":11,"6":83,"63":18,"7":432,"79":31,"8":233,"80":37,"9":121,"all_client":85273,"all_tv_clinet":13068,"insert_time":"2014-08-19T06:29:32.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72163,"10":14,"107":459,"11":474,"12":126,"13":426,"14":84,"15":85,"155":17,"156":18,"158":48,"159":13,"16":91,"160":10,"161":193,"167":27,"168":4,"17":194,"18":569,"19":307,"20":85,"209":63,"21":620,"210":4,"211":2,"214":11,"215":50,"221":214,"223":372,"224":261,"225":340,"23":331,"24":981,"25":340,"257":53,"26":226,"268":5,"27":91,"273":54,"276":17,"279":11,"28":319,"281":14,"282":44,"291":19,"292":99,"30":27,"302":5,"306":6,"31":36,"314":5,"317":2,"32":15,"33":122,"34":55,"347":16,"35":25,"352":598,"36":141,"37":31,"38":457,"380":6,"381":33,"383":20,"389":2,"39":93,"391":14,"396":1,"397":11,"40":51,"409":37,"41":67,"414":47,"415":53,"419":9,"42":87,"426":2,"43":57,"430":19,"44":40,"45":50,"46":184,"48":45,"49":52,"5":1635,"51":28,"52":89,"53":55,"56":17,"570":11,"6":78,"63":18,"7":424,"79":30,"8":228,"80":34,"9":118,"all_client":85234,"all_tv_clinet":13071,"insert_time":"2014-08-19T06:30:32.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:54:42.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:55:46.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:56:51.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:57:57.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:58:58.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T06:59:58.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T07:00:58.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T07:01:59.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T07:02:59.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"all_client":0,"all_tv_clinet":0,"insert_time":"2014-08-19T07:03:59.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8016,"10":1,"107":25,"11":46,"12":9,"13":25,"14":1,"15":11,"155":2,"158":1,"159":2,"16":9,"161":11,"167":3,"17":18,"18":50,"19":17,"20":3,"209":4,"21":56,"210":2,"214":1,"215":2,"221":12,"223":24,"224":9,"225":37,"23":24,"24":99,"25":45,"257":5,"26":3,"27":8,"273":6,"279":1,"28":51,"281":3,"282":1,"291":3,"292":13,"30":4,"302":1,"31":6,"32":1,"33":12,"34":4,"347":1,"35":6,"352":40,"36":10,"37":7,"38":14,"381":2,"39":7,"391":1,"397":1,"40":5,"409":1,"41":8,"414":2,"415":1,"419":1,"42":5,"43":3,"44":5,"45":8,"46":15,"48":7,"49":4,"5":149,"51":4,"52":8,"53":2,"56":2,"6":9,"63":1,"7":41,"79":2,"8":18,"80":1,"9":10,"all_client":9088,"all_tv_clinet":1072,"insert_time":"2014-08-19T07:05:01.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61001,"10":6,"107":233,"11":387,"12":64,"13":223,"14":45,"15":83,"155":14,"156":10,"158":27,"159":16,"16":62,"160":4,"161":91,"167":26,"168":2,"17":147,"18":311,"19":143,"20":49,"209":32,"21":437,"210":8,"211":2,"214":9,"215":32,"221":99,"223":241,"224":62,"225":277,"23":195,"24":785,"25":353,"257":24,"26":31,"27":57,"273":40,"276":13,"279":9,"28":294,"281":11,"282":9,"291":19,"292":95,"30":26,"302":5,"306":1,"31":30,"314":2,"32":9,"33":85,"34":31,"347":9,"35":31,"352":331,"36":65,"37":36,"38":221,"381":16,"383":13,"389":1,"39":47,"391":4,"396":3,"397":11,"40":31,"409":14,"41":40,"414":3,"415":17,"419":15,"42":60,"426":1,"43":17,"430":5,"433":1,"44":23,"45":41,"46":75,"48":53,"49":24,"5":1268,"51":18,"52":60,"53":31,"56":8,"570":5,"6":101,"63":11,"7":353,"79":15,"8":174,"80":18,"9":157,"all_client":69694,"all_tv_clinet":8693,"insert_time":"2014-08-19T07:06:10.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64787,"10":7,"107":273,"11":421,"12":71,"13":247,"14":51,"15":93,"155":13,"156":8,"158":29,"159":19,"16":68,"160":4,"161":106,"167":26,"168":3,"17":166,"18":344,"19":160,"20":52,"209":34,"21":482,"210":9,"211":2,"214":10,"215":35,"221":116,"223":271,"224":67,"225":316,"23":213,"24":870,"25":361,"257":26,"26":36,"268":1,"27":64,"273":44,"276":14,"279":8,"28":317,"281":11,"282":8,"291":20,"292":96,"30":31,"302":5,"306":1,"31":37,"314":2,"32":8,"33":93,"34":35,"347":10,"35":34,"352":375,"36":74,"37":31,"38":260,"381":17,"383":12,"389":1,"39":50,"391":7,"396":3,"397":13,"40":32,"409":15,"41":47,"414":3,"415":27,"419":17,"42":65,"426":2,"43":22,"430":8,"44":25,"45":44,"46":89,"48":59,"49":24,"5":1376,"51":24,"52":65,"53":36,"56":9,"570":5,"6":111,"63":12,"7":363,"79":17,"8":204,"80":21,"9":172,"all_client":74372,"all_tv_clinet":9585,"insert_time":"2014-08-19T07:07:11.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67588,"10":8,"107":301,"11":455,"12":79,"13":277,"14":57,"15":105,"155":14,"156":8,"158":30,"159":22,"16":71,"160":3,"161":121,"167":27,"168":5,"17":169,"18":376,"19":177,"20":57,"209":38,"21":513,"210":10,"211":2,"214":11,"215":39,"221":129,"223":298,"224":71,"225":351,"23":229,"24":947,"25":346,"257":28,"26":40,"268":1,"27":71,"273":47,"276":13,"279":8,"28":337,"281":11,"282":9,"291":25,"292":92,"30":33,"302":4,"306":1,"31":39,"314":4,"32":9,"33":95,"34":42,"347":10,"35":40,"352":413,"36":79,"37":29,"38":291,"381":21,"383":14,"389":1,"39":52,"391":7,"396":3,"397":13,"40":32,"409":18,"41":49,"414":3,"415":30,"419":18,"42":71,"426":2,"43":22,"430":9,"44":26,"45":43,"46":100,"48":65,"49":24,"5":1465,"51":24,"52":72,"53":38,"56":8,"570":7,"6":114,"63":11,"7":371,"79":19,"8":212,"80":22,"9":181,"all_client":77872,"all_tv_clinet":10284,"insert_time":"2014-08-19T07:08:12.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68399,"10":8,"107":325,"11":471,"12":87,"13":286,"14":58,"15":105,"155":15,"156":8,"158":30,"159":23,"16":70,"160":4,"161":126,"167":28,"168":5,"17":180,"18":387,"19":195,"20":60,"209":41,"21":526,"210":10,"211":2,"214":11,"215":42,"221":142,"223":314,"224":72,"225":367,"23":249,"24":991,"25":340,"257":28,"26":42,"268":1,"27":72,"273":53,"276":13,"279":10,"28":347,"281":11,"282":10,"291":25,"292":82,"30":33,"302":4,"306":1,"31":36,"314":5,"32":13,"33":93,"34":51,"347":11,"35":40,"352":441,"36":86,"37":29,"38":323,"381":22,"383":15,"389":1,"39":51,"391":8,"396":5,"397":13,"40":33,"409":21,"41":50,"414":5,"415":35,"419":18,"42":71,"426":2,"43":24,"430":12,"434":1,"44":26,"45":45,"46":112,"48":71,"49":27,"5":1509,"51":22,"52":74,"53":39,"56":7,"570":7,"6":117,"63":14,"7":369,"79":21,"8":226,"80":25,"9":189,"all_client":79124,"all_tv_clinet":10725,"insert_time":"2014-08-19T07:09:13.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69124,"10":9,"107":348,"11":486,"12":89,"13":307,"14":63,"15":99,"155":13,"156":8,"158":31,"159":23,"16":74,"160":5,"161":137,"167":29,"168":5,"17":185,"18":391,"19":216,"20":64,"209":41,"21":538,"210":11,"211":2,"214":11,"215":42,"221":149,"223":332,"224":71,"225":368,"23":257,"24":1019,"25":330,"257":29,"26":43,"268":1,"27":73,"273":56,"276":15,"279":10,"28":359,"281":13,"282":9,"291":24,"292":82,"30":38,"302":3,"306":1,"31":35,"314":5,"32":13,"33":95,"34":57,"347":11,"35":40,"352":464,"36":96,"37":30,"38":340,"381":22,"383":17,"389":1,"39":48,"391":7,"396":5,"397":13,"40":35,"409":24,"41":52,"414":5,"415":37,"419":20,"42":76,"426":2,"43":25,"430":12,"434":2,"44":27,"45":47,"46":122,"48":68,"49":28,"5":1539,"51":23,"52":75,"53":43,"56":7,"570":9,"6":128,"63":14,"7":371,"79":24,"8":233,"80":26,"9":189,"all_client":80195,"all_tv_clinet":11071,"insert_time":"2014-08-19T07:10:14.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69778,"10":8,"107":361,"11":496,"12":84,"13":324,"14":63,"15":92,"155":13,"156":8,"158":30,"159":23,"16":77,"160":7,"161":155,"167":32,"168":5,"17":199,"18":399,"19":239,"20":65,"209":41,"21":556,"210":11,"211":2,"214":10,"215":47,"221":156,"223":340,"224":70,"225":361,"23":257,"24":1030,"25":316,"257":30,"26":43,"268":1,"27":71,"273":62,"276":16,"279":9,"28":364,"281":14,"282":8,"291":24,"292":78,"30":41,"302":3,"306":1,"31":34,"314":6,"32":14,"33":95,"34":62,"347":12,"35":39,"352":484,"36":100,"37":31,"38":360,"380":1,"381":22,"383":15,"389":1,"39":52,"391":7,"396":6,"397":14,"40":38,"409":34,"41":53,"414":5,"415":41,"419":20,"42":83,"426":2,"43":27,"430":14,"434":2,"44":29,"45":53,"46":134,"48":56,"49":30,"5":1566,"51":25,"52":78,"53":48,"56":7,"570":9,"6":131,"63":16,"7":377,"79":25,"8":239,"80":27,"9":194,"all_client":81138,"all_tv_clinet":11360,"insert_time":"2014-08-19T07:11:15.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70149,"10":8,"107":376,"11":504,"12":83,"13":333,"14":71,"15":89,"155":13,"156":9,"158":31,"159":23,"16":78,"160":9,"161":174,"167":32,"168":5,"17":197,"18":407,"19":253,"20":63,"209":43,"21":581,"210":12,"211":2,"214":10,"215":52,"221":167,"223":357,"224":71,"225":355,"23":268,"24":1015,"25":311,"257":30,"26":41,"27":75,"273":68,"276":15,"279":8,"28":371,"281":14,"282":7,"291":24,"292":74,"30":44,"302":3,"306":1,"31":35,"314":5,"32":16,"33":96,"34":65,"347":13,"35":38,"352":508,"36":101,"37":30,"38":383,"380":1,"381":26,"383":13,"389":1,"39":50,"391":7,"396":7,"397":15,"40":45,"409":36,"41":53,"414":5,"415":41,"419":19,"42":82,"426":2,"43":30,"430":14,"434":2,"44":32,"45":60,"46":148,"48":49,"49":32,"5":1583,"51":24,"52":79,"53":58,"56":9,"570":11,"6":133,"63":16,"7":383,"79":24,"8":245,"80":27,"9":201,"all_client":81779,"all_tv_clinet":11630,"insert_time":"2014-08-19T07:12:15.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70505,"10":10,"107":392,"11":509,"12":80,"13":343,"14":69,"15":91,"155":13,"156":9,"158":33,"159":25,"16":80,"160":9,"161":171,"167":31,"168":5,"17":203,"18":420,"19":265,"20":61,"209":48,"21":596,"210":12,"211":2,"214":10,"215":52,"221":180,"223":365,"224":69,"225":360,"23":276,"24":995,"25":310,"257":31,"26":43,"27":77,"273":72,"276":15,"279":8,"28":378,"281":14,"282":9,"291":24,"292":72,"30":46,"302":4,"306":1,"31":36,"314":6,"32":16,"33":99,"34":66,"347":15,"35":41,"352":525,"36":107,"37":30,"38":407,"380":1,"381":27,"383":13,"389":1,"39":50,"391":7,"396":7,"397":16,"40":46,"409":39,"41":48,"414":5,"415":43,"419":19,"42":84,"426":1,"43":34,"430":16,"434":2,"44":34,"45":63,"46":149,"48":48,"49":33,"5":1617,"51":28,"52":79,"53":61,"56":10,"570":11,"6":133,"63":17,"7":393,"79":27,"8":247,"80":27,"9":206,"all_client":82383,"all_tv_clinet":11878,"insert_time":"2014-08-19T07:13:16.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70839,"10":11,"107":408,"11":512,"12":84,"13":350,"14":72,"15":85,"155":14,"156":11,"158":32,"159":23,"16":85,"160":9,"161":169,"167":30,"168":5,"17":205,"18":428,"19":280,"20":60,"209":51,"21":614,"210":13,"211":2,"214":10,"215":51,"221":182,"223":377,"224":69,"225":368,"23":287,"24":994,"25":303,"257":33,"26":47,"27":80,"273":77,"276":17,"279":11,"28":380,"281":14,"282":9,"291":23,"292":72,"30":49,"302":4,"306":1,"31":38,"314":6,"32":16,"33":101,"34":69,"347":15,"35":40,"352":547,"36":113,"37":31,"38":417,"380":2,"381":25,"383":16,"389":1,"39":52,"391":7,"396":9,"397":15,"40":46,"409":37,"41":47,"414":5,"415":41,"419":20,"42":85,"426":1,"43":35,"430":16,"434":2,"44":34,"45":69,"46":156,"48":43,"49":32,"5":1631,"51":26,"52":81,"53":64,"56":10,"570":12,"6":137,"63":18,"7":405,"79":28,"8":253,"80":28,"9":205,"all_client":82937,"all_tv_clinet":12098,"insert_time":"2014-08-19T07:14:17.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71059,"10":11,"107":433,"11":523,"12":83,"13":361,"14":75,"15":82,"155":15,"156":13,"158":29,"159":20,"16":84,"160":9,"161":165,"167":30,"168":5,"17":214,"18":435,"19":290,"20":56,"209":54,"21":623,"210":13,"211":2,"214":11,"215":48,"221":188,"223":374,"224":71,"225":389,"23":304,"24":996,"25":300,"257":35,"26":47,"27":85,"273":76,"276":17,"279":11,"28":388,"281":13,"282":10,"291":24,"292":75,"30":50,"302":4,"306":1,"31":37,"314":6,"317":1,"32":14,"33":104,"34":75,"347":15,"35":35,"352":566,"36":112,"37":33,"38":437,"380":2,"381":24,"383":15,"389":1,"39":55,"391":7,"396":7,"397":15,"40":43,"409":41,"41":47,"414":6,"415":42,"419":19,"42":86,"426":1,"43":40,"430":18,"434":2,"44":37,"45":68,"46":162,"48":43,"49":30,"5":1652,"51":29,"52":85,"53":61,"56":9,"570":13,"6":132,"63":18,"7":424,"79":26,"8":264,"80":29,"9":199,"all_client":83388,"all_tv_clinet":12329,"insert_time":"2014-08-19T07:15:18.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71348,"10":14,"107":441,"11":536,"12":83,"13":380,"14":76,"15":83,"155":15,"156":13,"158":28,"159":20,"16":78,"160":9,"161":162,"167":30,"168":5,"17":218,"18":438,"19":298,"20":58,"209":55,"21":638,"210":12,"211":2,"214":11,"215":49,"221":197,"223":376,"224":71,"225":397,"23":308,"24":1011,"25":286,"257":40,"26":48,"27":91,"273":73,"276":17,"279":12,"28":400,"281":13,"282":10,"291":24,"292":76,"30":46,"302":5,"306":1,"31":32,"314":7,"317":1,"32":12,"33":107,"34":80,"347":15,"35":35,"352":582,"36":116,"37":36,"38":446,"380":3,"381":25,"383":13,"389":1,"39":56,"391":7,"396":6,"397":14,"40":40,"409":42,"41":50,"414":7,"415":48,"419":19,"42":89,"426":1,"43":42,"430":18,"433":1,"434":2,"44":40,"45":69,"46":171,"48":42,"49":32,"5":1665,"51":30,"52":90,"53":63,"56":9,"570":16,"6":128,"63":20,"7":438,"79":24,"8":263,"80":27,"9":191,"all_client":83873,"all_tv_clinet":12525,"insert_time":"2014-08-19T07:16:18.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71426,"10":13,"107":448,"11":545,"12":82,"13":388,"14":74,"15":82,"155":13,"156":13,"158":25,"159":20,"16":80,"160":8,"161":157,"167":33,"168":5,"17":223,"18":443,"19":299,"20":59,"209":60,"21":653,"210":10,"211":2,"214":11,"215":50,"221":196,"223":381,"224":66,"225":400,"23":324,"24":1023,"25":279,"257":39,"26":49,"27":95,"273":66,"276":15,"279":14,"28":404,"281":13,"282":10,"291":25,"292":82,"30":45,"302":6,"306":1,"31":30,"314":6,"317":1,"32":12,"33":111,"34":81,"347":15,"35":36,"352":601,"36":121,"37":38,"38":454,"380":3,"381":25,"383":16,"389":1,"39":58,"391":7,"396":3,"397":15,"40":38,"409":46,"41":49,"414":7,"415":51,"419":19,"42":90,"426":1,"43":44,"430":17,"433":1,"434":2,"44":45,"45":72,"46":166,"48":40,"49":32,"5":1682,"51":36,"52":92,"53":70,"56":10,"570":14,"6":130,"63":20,"7":450,"79":25,"8":265,"80":26,"9":185,"all_client":84114,"all_tv_clinet":12688,"insert_time":"2014-08-19T07:17:19.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70297,"10":13,"107":446,"11":533,"12":77,"13":395,"14":78,"15":81,"155":11,"156":11,"158":23,"159":22,"16":79,"160":7,"161":145,"167":33,"168":5,"17":224,"18":436,"19":299,"20":58,"209":63,"21":661,"210":8,"211":2,"214":10,"215":53,"221":196,"223":387,"224":63,"225":388,"23":323,"24":1033,"25":256,"257":42,"26":49,"27":95,"273":66,"276":16,"279":17,"28":412,"281":14,"282":9,"291":26,"292":81,"30":47,"302":6,"306":2,"31":28,"314":6,"317":1,"32":13,"33":109,"34":84,"347":15,"35":35,"352":604,"36":127,"37":39,"38":452,"380":3,"381":26,"383":16,"389":1,"39":59,"391":8,"396":4,"397":15,"40":35,"409":46,"41":46,"414":6,"415":49,"419":19,"42":92,"43":46,"430":17,"433":1,"434":2,"44":43,"45":72,"46":166,"48":40,"49":34,"5":1673,"51":35,"52":94,"53":73,"56":10,"570":14,"6":136,"63":17,"7":442,"79":25,"8":263,"80":24,"9":166,"all_client":82929,"all_tv_clinet":12632,"insert_time":"2014-08-19T07:18:20.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70218,"10":13,"107":445,"11":535,"12":74,"13":398,"14":82,"15":83,"155":10,"156":11,"158":20,"159":21,"16":81,"160":6,"161":152,"167":33,"168":5,"17":225,"18":441,"19":308,"20":58,"209":65,"21":660,"210":7,"211":2,"214":10,"215":56,"221":198,"223":388,"224":59,"225":386,"23":322,"24":1041,"25":249,"257":45,"26":52,"27":95,"273":64,"276":17,"279":17,"28":411,"281":15,"282":8,"291":25,"292":83,"30":45,"302":7,"306":2,"31":28,"314":5,"317":1,"32":12,"33":105,"34":85,"347":15,"35":35,"352":613,"36":131,"37":39,"38":476,"380":3,"381":27,"383":15,"389":1,"39":62,"391":9,"396":4,"397":15,"40":37,"409":45,"41":44,"414":6,"415":45,"419":19,"42":94,"43":43,"430":19,"433":1,"434":2,"44":43,"45":72,"46":168,"48":42,"49":35,"5":1681,"51":33,"52":98,"53":73,"56":12,"570":13,"6":133,"63":16,"7":449,"79":23,"8":265,"80":23,"9":159,"all_client":82922,"all_tv_clinet":12704,"insert_time":"2014-08-19T07:19:20.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70111,"10":14,"107":465,"11":536,"12":69,"13":399,"14":85,"15":86,"155":11,"156":10,"158":20,"159":20,"16":81,"160":7,"161":152,"167":33,"168":4,"17":228,"18":447,"19":310,"20":55,"209":73,"21":670,"210":8,"211":2,"214":10,"215":60,"221":202,"223":391,"224":57,"225":383,"23":328,"24":1054,"25":243,"257":44,"26":51,"268":1,"27":94,"273":67,"276":17,"279":13,"28":400,"281":14,"282":9,"291":25,"292":82,"30":45,"302":7,"306":2,"31":26,"314":4,"317":1,"32":13,"33":111,"34":84,"347":16,"35":33,"352":609,"36":128,"37":38,"38":484,"380":3,"381":27,"383":16,"389":1,"39":60,"391":9,"396":5,"397":15,"40":36,"409":42,"41":45,"414":6,"415":47,"419":18,"42":95,"43":45,"430":20,"433":1,"434":2,"44":43,"45":73,"46":168,"48":46,"49":38,"5":1689,"51":32,"52":97,"53":71,"56":12,"570":12,"6":135,"63":16,"7":454,"79":22,"8":273,"80":22,"9":162,"all_client":82900,"all_tv_clinet":12789,"insert_time":"2014-08-19T07:20:21.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70085,"10":15,"107":452,"11":540,"12":67,"13":400,"14":85,"15":90,"155":13,"156":12,"158":19,"159":18,"16":84,"160":8,"161":155,"167":33,"168":4,"17":229,"18":463,"19":313,"20":56,"209":71,"21":668,"210":8,"211":2,"214":10,"215":69,"221":200,"223":384,"224":57,"225":381,"23":327,"24":1067,"25":246,"257":45,"26":47,"268":1,"27":96,"273":67,"276":18,"279":13,"28":379,"281":15,"282":8,"291":26,"292":77,"30":48,"302":7,"306":2,"31":28,"314":4,"317":1,"32":10,"33":113,"34":81,"347":14,"35":34,"352":600,"36":124,"37":39,"38":490,"380":2,"381":30,"383":17,"389":1,"39":55,"391":8,"396":4,"397":15,"40":37,"409":43,"41":44,"414":6,"415":46,"419":18,"42":98,"43":48,"430":21,"433":1,"434":2,"44":48,"45":64,"46":170,"48":53,"49":42,"5":1693,"51":36,"52":98,"53":71,"56":11,"570":12,"6":131,"63":16,"7":452,"79":24,"8":278,"80":22,"9":157,"all_client":82892,"all_tv_clinet":12807,"insert_time":"2014-08-19T07:21:22.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70037,"10":16,"107":464,"11":542,"12":72,"13":401,"14":80,"15":91,"155":15,"156":12,"158":19,"159":16,"16":83,"160":9,"161":152,"167":34,"168":4,"17":226,"18":466,"19":317,"20":56,"209":71,"21":678,"210":8,"211":2,"214":10,"215":70,"221":190,"223":385,"224":57,"225":384,"23":336,"24":1072,"25":256,"257":45,"26":46,"268":1,"27":99,"273":66,"276":18,"279":14,"28":362,"281":15,"282":8,"291":26,"292":75,"30":48,"302":7,"306":1,"31":26,"314":4,"317":1,"32":9,"33":115,"34":82,"347":13,"35":33,"352":604,"36":130,"37":42,"38":479,"380":2,"381":30,"383":19,"389":1,"39":52,"391":8,"396":4,"397":15,"40":37,"409":44,"41":42,"414":7,"415":45,"419":18,"42":102,"43":51,"430":21,"433":1,"434":2,"44":47,"45":59,"46":176,"48":52,"49":42,"5":1694,"51":35,"52":99,"53":75,"56":11,"570":11,"6":135,"63":16,"7":463,"79":23,"8":282,"80":21,"9":155,"all_client":82897,"all_tv_clinet":12860,"insert_time":"2014-08-19T07:22:23.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70000,"10":17,"107":466,"11":537,"12":70,"13":403,"14":74,"15":93,"155":17,"156":13,"158":19,"159":14,"16":85,"160":11,"161":152,"167":37,"168":4,"17":227,"18":469,"19":310,"20":54,"209":74,"21":669,"210":8,"211":2,"214":10,"215":77,"221":199,"223":391,"224":57,"225":388,"23":324,"24":1069,"25":265,"257":47,"26":44,"268":1,"27":99,"273":65,"276":19,"279":13,"28":346,"281":17,"282":8,"291":25,"292":71,"30":45,"302":7,"31":21,"314":4,"317":1,"32":11,"33":117,"34":88,"347":12,"35":32,"352":618,"36":130,"37":46,"38":481,"380":2,"381":29,"383":17,"389":1,"39":53,"391":8,"396":3,"397":15,"40":40,"409":42,"41":42,"414":8,"415":46,"419":18,"42":104,"43":54,"430":20,"433":1,"434":2,"44":49,"45":48,"46":172,"48":57,"49":44,"5":1688,"51":35,"52":98,"53":77,"56":11,"570":12,"6":128,"63":17,"7":466,"79":22,"8":286,"80":20,"9":158,"all_client":82866,"all_tv_clinet":12866,"insert_time":"2014-08-19T07:23:23.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70061,"10":17,"107":470,"11":544,"12":71,"13":410,"14":69,"15":91,"155":17,"156":13,"158":19,"159":14,"16":83,"160":11,"161":155,"167":37,"168":4,"17":233,"18":460,"19":313,"20":53,"209":77,"21":675,"210":9,"211":2,"214":10,"215":77,"221":192,"223":386,"224":56,"225":399,"23":313,"24":1072,"25":266,"257":47,"26":51,"268":1,"27":93,"273":68,"276":19,"279":14,"28":341,"281":17,"282":7,"291":24,"292":66,"30":46,"302":7,"31":20,"314":5,"317":1,"32":12,"33":116,"34":91,"347":11,"35":30,"352":613,"36":128,"37":49,"38":471,"380":2,"381":30,"383":18,"389":1,"39":53,"391":8,"396":4,"397":16,"40":40,"409":36,"41":41,"414":8,"415":46,"419":19,"42":104,"426":1,"43":54,"430":19,"433":1,"434":2,"44":46,"45":45,"46":173,"48":59,"49":48,"5":1688,"51":36,"52":96,"53":73,"56":10,"570":12,"6":128,"63":17,"7":474,"79":22,"8":283,"80":19,"9":162,"all_client":82921,"all_tv_clinet":12860,"insert_time":"2014-08-19T07:24:24.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70070,"10":15,"107":469,"11":567,"12":68,"13":410,"14":65,"15":93,"155":17,"156":15,"158":17,"159":13,"16":81,"160":12,"161":171,"167":37,"168":4,"17":235,"18":456,"19":300,"20":49,"209":77,"21":674,"210":13,"211":2,"214":10,"215":75,"221":196,"223":371,"224":55,"225":399,"23":305,"24":1070,"25":277,"257":45,"26":53,"268":1,"27":89,"273":80,"276":20,"279":14,"28":333,"281":18,"282":6,"291":24,"292":63,"30":46,"302":7,"31":19,"314":5,"317":1,"32":11,"33":119,"34":93,"347":12,"35":30,"352":609,"36":129,"37":53,"38":479,"380":2,"381":29,"383":19,"389":1,"39":54,"391":8,"396":5,"397":17,"40":37,"409":38,"41":43,"414":8,"415":42,"419":18,"42":102,"426":1,"43":55,"430":18,"434":2,"44":49,"45":43,"46":174,"48":60,"49":52,"5":1692,"51":37,"52":95,"53":68,"56":11,"570":9,"6":123,"63":17,"7":473,"79":22,"8":280,"80":19,"9":149,"all_client":82919,"all_tv_clinet":12849,"insert_time":"2014-08-19T07:25:25.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70044,"10":17,"107":461,"11":570,"12":66,"13":408,"14":64,"15":95,"155":17,"156":18,"158":16,"159":13,"16":82,"160":12,"161":179,"167":36,"168":4,"17":240,"18":454,"19":307,"20":50,"209":82,"21":683,"210":15,"211":2,"214":10,"215":68,"221":204,"223":356,"224":56,"225":391,"23":300,"24":1061,"25":285,"257":46,"26":52,"268":1,"27":83,"273":85,"276":20,"279":15,"28":325,"281":16,"282":6,"291":22,"292":56,"30":47,"302":7,"306":1,"31":19,"314":4,"317":2,"32":12,"33":118,"34":94,"347":12,"35":28,"352":593,"36":127,"37":52,"38":480,"380":1,"381":31,"383":20,"389":1,"39":55,"391":7,"396":5,"397":19,"40":44,"409":39,"41":37,"414":8,"415":40,"419":18,"42":100,"426":1,"43":58,"430":20,"433":1,"434":2,"44":48,"45":43,"46":178,"48":59,"49":55,"5":1705,"51":38,"52":93,"53":65,"56":13,"570":10,"6":125,"63":17,"7":476,"79":22,"8":282,"80":18,"9":151,"all_client":82894,"all_tv_clinet":12850,"insert_time":"2014-08-19T07:26:26.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70053,"10":19,"107":465,"11":577,"12":71,"13":409,"14":69,"15":92,"155":18,"156":17,"158":17,"159":13,"16":86,"160":14,"161":174,"167":39,"168":4,"17":244,"18":453,"19":311,"20":50,"209":87,"21":694,"210":15,"211":2,"214":10,"215":64,"221":200,"223":346,"224":59,"225":378,"23":297,"24":1049,"25":296,"257":47,"26":55,"268":1,"27":73,"273":88,"276":23,"279":14,"28":318,"281":15,"282":8,"291":21,"292":58,"30":43,"302":7,"306":1,"31":22,"314":4,"317":2,"32":12,"33":116,"34":98,"347":12,"35":29,"352":593,"36":135,"37":56,"38":472,"380":1,"381":32,"383":18,"389":1,"39":60,"391":6,"396":6,"397":19,"40":46,"409":40,"41":39,"414":9,"415":40,"419":16,"42":94,"426":1,"43":58,"430":22,"433":1,"434":2,"44":47,"45":45,"46":175,"48":54,"49":60,"5":1700,"51":36,"52":87,"53":59,"56":13,"570":10,"6":127,"63":19,"7":485,"79":24,"8":282,"80":18,"9":147,"all_client":82914,"all_tv_clinet":12861,"insert_time":"2014-08-19T07:27:26.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70089,"10":21,"107":459,"11":578,"12":73,"13":418,"14":71,"15":97,"155":19,"156":19,"158":15,"159":13,"16":88,"160":14,"161":165,"167":39,"168":4,"17":243,"18":461,"19":316,"20":50,"209":90,"21":704,"210":14,"211":2,"214":10,"215":65,"221":201,"223":333,"224":65,"225":386,"23":286,"24":1068,"25":292,"257":50,"26":54,"268":1,"27":72,"273":82,"276":24,"279":13,"28":313,"281":12,"282":8,"291":19,"292":59,"30":40,"302":8,"306":2,"31":24,"314":4,"317":2,"32":12,"33":114,"34":104,"347":11,"35":33,"352":594,"36":140,"37":55,"38":471,"380":2,"381":27,"383":20,"389":2,"39":65,"391":6,"396":6,"397":19,"40":46,"409":41,"41":43,"414":8,"415":40,"419":17,"42":84,"426":1,"43":61,"430":21,"433":1,"434":2,"44":49,"45":44,"46":180,"48":56,"49":63,"5":1700,"51":35,"52":77,"53":56,"56":16,"570":10,"6":129,"63":21,"7":472,"79":24,"8":286,"80":18,"9":146,"all_client":82983,"all_tv_clinet":12894,"insert_time":"2014-08-19T07:28:28.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70192,"10":19,"107":457,"11":591,"12":77,"13":413,"14":73,"15":102,"155":19,"156":18,"158":16,"159":12,"16":87,"160":14,"161":161,"167":38,"168":4,"17":232,"18":459,"19":323,"20":53,"209":86,"21":704,"210":14,"211":2,"214":12,"215":66,"221":196,"223":321,"224":70,"225":392,"23":279,"24":1071,"25":303,"257":51,"26":57,"268":1,"27":67,"273":74,"276":24,"279":14,"28":313,"281":11,"282":7,"291":16,"292":61,"30":38,"302":9,"306":2,"31":25,"314":5,"317":2,"32":11,"33":114,"34":108,"347":10,"35":34,"352":600,"36":139,"37":59,"38":463,"380":2,"381":27,"383":17,"389":2,"39":68,"391":6,"396":6,"397":19,"40":45,"409":40,"41":41,"414":7,"415":44,"419":16,"42":71,"426":1,"43":63,"430":21,"433":1,"434":2,"44":47,"45":45,"46":191,"48":58,"49":65,"5":1699,"51":34,"52":64,"53":59,"56":15,"570":9,"6":126,"63":21,"7":471,"79":21,"8":279,"80":19,"9":148,"all_client":83061,"all_tv_clinet":12869,"insert_time":"2014-08-19T07:29:29.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70245,"10":19,"107":453,"11":586,"12":76,"13":421,"14":74,"15":110,"155":17,"156":19,"158":15,"159":13,"16":90,"160":11,"161":158,"167":41,"168":3,"17":217,"18":471,"19":331,"20":53,"209":86,"21":706,"210":14,"211":2,"214":10,"215":65,"221":197,"223":323,"224":75,"225":397,"23":275,"24":1076,"25":308,"257":50,"26":54,"268":1,"27":65,"273":69,"276":22,"279":13,"28":311,"281":9,"282":7,"291":14,"292":63,"30":34,"302":9,"306":2,"31":23,"314":5,"317":1,"32":11,"33":114,"34":110,"347":10,"35":32,"352":601,"36":137,"37":58,"38":462,"380":2,"381":26,"383":18,"389":2,"39":70,"391":5,"396":5,"397":20,"40":44,"409":41,"41":45,"414":6,"415":45,"419":16,"42":68,"426":3,"43":60,"430":19,"433":1,"434":2,"44":47,"45":45,"46":196,"48":63,"49":63,"5":1705,"51":38,"52":59,"53":60,"56":15,"570":11,"6":120,"63":21,"7":473,"79":21,"8":278,"80":19,"9":154,"all_client":83130,"all_tv_clinet":12885,"insert_time":"2014-08-19T07:30:29.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70317,"10":20,"107":449,"11":583,"12":78,"13":424,"14":78,"15":117,"155":17,"156":18,"158":16,"159":14,"16":90,"160":10,"161":155,"167":45,"168":3,"17":194,"18":481,"19":333,"20":55,"209":90,"21":711,"210":13,"211":2,"214":11,"215":64,"221":196,"223":326,"224":80,"225":405,"23":269,"24":1092,"25":312,"257":46,"26":54,"268":1,"27":63,"273":66,"276":20,"279":11,"28":305,"281":9,"282":7,"291":14,"292":65,"30":31,"302":9,"306":2,"31":23,"314":5,"317":1,"32":11,"33":114,"34":109,"347":10,"35":32,"352":599,"36":138,"37":58,"38":443,"380":2,"381":26,"383":22,"389":2,"39":74,"391":5,"396":4,"397":20,"40":49,"409":42,"41":44,"414":7,"415":50,"419":15,"42":64,"426":3,"43":59,"430":18,"433":2,"434":2,"44":46,"45":44,"46":198,"48":65,"49":63,"5":1713,"51":36,"52":55,"53":63,"56":15,"570":11,"6":122,"63":20,"7":463,"79":23,"8":262,"80":20,"9":160,"all_client":83203,"all_tv_clinet":12886,"insert_time":"2014-08-19T07:31:30.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70386,"10":20,"107":448,"11":591,"12":77,"13":425,"14":81,"15":115,"155":17,"156":17,"158":15,"159":15,"16":89,"160":9,"161":149,"167":47,"168":3,"17":177,"18":488,"19":335,"20":57,"209":96,"21":719,"210":13,"211":2,"214":11,"215":61,"221":193,"223":325,"224":85,"225":409,"23":269,"24":1098,"25":317,"257":50,"26":55,"268":1,"27":61,"273":63,"276":18,"279":11,"28":310,"281":8,"282":6,"291":15,"292":67,"30":30,"302":9,"306":2,"31":23,"314":5,"317":1,"32":11,"33":112,"34":109,"347":10,"35":32,"352":597,"36":142,"37":58,"38":440,"380":2,"381":26,"383":22,"389":2,"39":74,"391":6,"396":5,"397":20,"40":49,"409":42,"41":46,"414":6,"415":50,"419":16,"42":57,"426":3,"43":58,"430":20,"433":2,"434":2,"44":46,"45":42,"46":199,"48":64,"49":62,"5":1724,"51":34,"52":49,"53":63,"56":18,"570":11,"6":128,"63":20,"7":447,"79":25,"8":247,"80":22,"9":157,"all_client":83271,"all_tv_clinet":12885,"insert_time":"2014-08-19T07:32:31.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70445,"10":21,"107":449,"11":608,"12":79,"13":421,"14":80,"15":113,"155":17,"156":16,"158":16,"159":16,"16":84,"160":8,"161":152,"167":49,"168":3,"17":174,"18":491,"19":338,"20":61,"209":97,"21":718,"210":14,"211":2,"214":12,"215":61,"221":192,"223":322,"224":89,"225":421,"23":269,"24":1107,"25":324,"257":52,"26":57,"268":2,"27":59,"273":57,"276":16,"279":12,"28":305,"281":8,"282":6,"291":14,"292":63,"30":30,"302":9,"306":1,"31":23,"314":5,"317":1,"32":14,"33":113,"34":115,"347":13,"35":31,"352":591,"36":135,"37":58,"38":439,"380":2,"381":26,"383":19,"389":2,"39":70,"391":7,"396":5,"397":21,"40":56,"409":42,"41":43,"414":7,"415":50,"419":15,"42":52,"426":1,"43":59,"430":22,"433":3,"434":2,"44":50,"45":42,"46":198,"48":62,"49":59,"5":1710,"51":33,"52":50,"53":62,"56":19,"570":9,"6":129,"63":22,"7":441,"79":23,"8":225,"80":23,"9":161,"all_client":83320,"all_tv_clinet":12875,"insert_time":"2014-08-19T07:33:32.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70483,"10":22,"107":449,"11":607,"12":84,"13":412,"14":81,"15":110,"155":17,"156":16,"158":15,"159":16,"16":82,"160":10,"161":151,"167":48,"168":4,"17":174,"18":488,"19":336,"20":61,"209":97,"21":705,"210":15,"211":2,"214":12,"215":59,"221":188,"223":331,"224":98,"225":429,"23":265,"24":1116,"25":332,"257":55,"26":59,"268":2,"27":54,"273":62,"276":14,"279":12,"28":309,"281":9,"282":7,"291":14,"292":59,"30":27,"302":9,"306":1,"31":24,"314":5,"317":1,"32":14,"33":109,"34":116,"347":13,"35":28,"352":607,"36":132,"37":61,"38":432,"380":2,"381":26,"383":18,"389":1,"39":65,"391":9,"396":7,"397":21,"40":61,"409":39,"41":40,"414":8,"415":49,"419":15,"42":52,"426":1,"43":56,"430":22,"433":3,"434":2,"44":52,"45":46,"46":201,"48":65,"49":58,"5":1718,"51":31,"52":50,"53":60,"56":19,"570":9,"6":126,"63":22,"7":445,"79":22,"8":206,"80":24,"9":164,"all_client":83365,"all_tv_clinet":12882,"insert_time":"2014-08-19T07:34:33.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70497,"10":23,"107":448,"11":615,"12":95,"13":419,"14":81,"15":104,"155":17,"156":16,"158":15,"159":15,"16":83,"160":10,"161":151,"167":48,"168":4,"17":178,"18":492,"19":337,"20":57,"209":91,"21":707,"210":16,"211":2,"214":11,"215":57,"221":193,"223":328,"224":99,"225":423,"23":259,"24":1125,"25":335,"257":54,"26":59,"268":2,"27":49,"273":64,"276":14,"279":12,"28":305,"281":9,"282":8,"291":14,"292":61,"30":28,"302":9,"306":1,"31":29,"314":5,"317":1,"32":12,"33":110,"34":113,"347":14,"35":27,"352":618,"36":131,"37":66,"38":427,"380":3,"381":27,"383":21,"389":1,"39":67,"391":9,"396":7,"397":21,"40":64,"409":34,"41":45,"414":8,"415":50,"419":14,"42":52,"426":1,"43":57,"430":22,"433":3,"434":2,"44":58,"45":47,"46":200,"48":72,"49":62,"5":1708,"51":29,"52":53,"53":58,"56":17,"570":9,"6":127,"63":22,"7":444,"79":21,"8":189,"80":23,"9":166,"all_client":83406,"all_tv_clinet":12909,"insert_time":"2014-08-19T07:35:33.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70534,"10":18,"107":446,"11":627,"12":105,"13":410,"14":80,"15":109,"155":16,"156":16,"158":14,"159":16,"16":82,"160":11,"161":148,"167":45,"168":3,"17":176,"18":486,"19":336,"20":56,"209":92,"21":695,"210":17,"211":2,"214":10,"215":57,"221":204,"223":326,"224":102,"225":426,"23":259,"24":1137,"25":338,"257":55,"26":65,"268":3,"27":52,"273":64,"276":14,"279":13,"28":309,"281":9,"282":7,"291":14,"292":59,"30":29,"302":8,"306":1,"31":28,"314":5,"317":1,"32":10,"33":108,"34":101,"347":12,"35":23,"352":617,"36":135,"37":67,"38":437,"380":4,"381":23,"383":21,"389":1,"39":68,"391":10,"396":7,"397":22,"40":62,"409":29,"41":45,"414":6,"415":48,"419":12,"42":55,"426":1,"43":59,"430":20,"433":3,"434":2,"44":58,"45":48,"46":199,"48":71,"49":67,"5":1717,"51":22,"52":53,"53":61,"56":18,"570":9,"6":122,"63":20,"7":443,"79":30,"8":181,"80":22,"9":163,"all_client":83447,"all_tv_clinet":12913,"insert_time":"2014-08-19T07:36:34.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70538,"10":20,"107":443,"11":619,"12":105,"13":407,"14":81,"15":111,"155":16,"156":17,"158":16,"159":15,"16":79,"160":9,"161":156,"167":43,"168":3,"17":181,"18":485,"19":335,"20":57,"209":91,"21":675,"210":20,"211":2,"214":10,"215":57,"221":213,"223":332,"224":105,"225":420,"23":261,"24":1136,"25":339,"257":54,"26":66,"268":3,"27":49,"273":63,"276":14,"279":12,"28":309,"281":9,"282":8,"291":16,"292":60,"30":32,"302":8,"306":1,"31":31,"314":6,"317":1,"32":10,"33":111,"34":85,"347":12,"35":24,"352":618,"36":143,"37":70,"38":431,"380":5,"381":22,"383":21,"389":1,"39":63,"391":10,"396":10,"397":23,"40":65,"409":27,"41":45,"414":7,"415":49,"419":11,"42":50,"426":2,"43":61,"430":19,"433":4,"434":1,"44":53,"45":48,"46":203,"48":74,"49":73,"5":1718,"51":24,"52":57,"53":61,"56":18,"570":9,"6":116,"63":19,"7":442,"79":31,"8":179,"80":23,"9":172,"all_client":83459,"all_tv_clinet":12921,"insert_time":"2014-08-19T07:37:35.513Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70587,"10":19,"107":445,"11":573,"12":113,"13":392,"14":84,"15":125,"155":15,"156":17,"158":17,"159":15,"16":80,"160":10,"161":157,"167":43,"168":3,"17":180,"18":483,"19":334,"20":57,"209":84,"21":645,"210":20,"211":2,"214":9,"215":56,"221":205,"223":350,"224":109,"225":441,"23":270,"24":1149,"25":350,"257":53,"26":72,"268":4,"27":49,"273":64,"276":16,"279":13,"28":319,"281":10,"282":8,"291":16,"292":59,"30":34,"302":9,"306":1,"31":32,"314":6,"317":1,"32":11,"33":113,"34":75,"347":11,"35":23,"352":614,"36":139,"37":75,"38":446,"380":5,"381":22,"383":23,"389":1,"39":65,"391":12,"396":10,"397":24,"40":65,"409":24,"41":43,"414":8,"415":48,"419":10,"42":50,"426":2,"43":62,"430":19,"433":3,"434":1,"44":49,"45":48,"46":211,"48":69,"49":77,"5":1700,"51":22,"52":61,"53":58,"56":18,"570":9,"6":113,"63":18,"7":444,"79":34,"8":177,"80":22,"9":169,"all_client":83508,"all_tv_clinet":12921,"insert_time":"2014-08-19T07:38:36.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70568,"10":20,"107":444,"11":524,"12":130,"13":368,"14":96,"15":133,"155":15,"156":16,"158":19,"159":18,"16":82,"160":8,"161":148,"167":44,"168":4,"17":178,"18":482,"19":334,"20":60,"209":82,"21":625,"210":20,"211":2,"214":9,"215":54,"221":205,"223":364,"224":110,"225":456,"23":278,"24":1166,"25":358,"257":52,"26":82,"268":5,"27":46,"273":67,"276":16,"279":13,"28":326,"281":11,"282":8,"291":16,"292":59,"30":36,"302":9,"306":1,"31":35,"314":9,"317":1,"32":10,"33":115,"34":66,"347":11,"35":26,"352":606,"36":146,"37":77,"38":446,"380":5,"381":21,"383":25,"389":1,"39":62,"391":15,"396":10,"397":23,"40":63,"409":23,"41":43,"414":9,"415":47,"419":10,"42":52,"426":2,"43":64,"430":19,"433":3,"434":2,"44":42,"45":52,"46":221,"48":69,"49":81,"5":1667,"51":23,"52":62,"53":66,"56":17,"570":8,"6":109,"63":17,"7":466,"79":34,"8":175,"80":23,"9":169,"all_client":83515,"all_tv_clinet":12947,"insert_time":"2014-08-19T07:39:37.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70622,"10":17,"107":427,"11":481,"12":148,"13":358,"14":93,"15":134,"155":16,"156":16,"158":18,"159":18,"16":81,"160":9,"161":145,"167":44,"168":4,"17":185,"18":476,"19":337,"20":60,"209":80,"21":610,"210":18,"214":10,"215":57,"221":201,"223":382,"224":120,"225":461,"23":284,"24":1145,"25":372,"257":49,"26":84,"268":5,"27":50,"273":69,"276":16,"279":14,"28":330,"281":11,"282":7,"291":15,"292":66,"30":38,"302":8,"306":1,"31":33,"314":8,"317":2,"32":10,"33":118,"34":60,"347":13,"35":25,"352":624,"36":145,"37":74,"38":449,"380":4,"381":21,"383":23,"389":1,"39":58,"391":15,"396":9,"397":23,"40":60,"409":22,"41":43,"414":8,"415":44,"419":11,"42":58,"426":2,"43":69,"430":18,"433":4,"434":2,"44":36,"45":55,"46":224,"48":70,"49":82,"5":1623,"51":22,"52":63,"53":69,"56":17,"570":7,"6":111,"63":18,"7":489,"79":36,"8":170,"80":23,"9":178,"all_client":83541,"all_tv_clinet":12919,"insert_time":"2014-08-19T07:40:37.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70671,"10":16,"107":432,"11":452,"12":151,"13":339,"14":97,"15":138,"155":16,"156":16,"158":20,"159":23,"16":83,"160":10,"161":144,"167":43,"168":4,"17":196,"18":461,"19":338,"20":60,"209":80,"21":584,"210":19,"214":11,"215":56,"221":199,"223":402,"224":125,"225":474,"23":296,"24":1116,"25":384,"257":48,"26":82,"268":5,"27":58,"273":71,"276":18,"279":13,"28":333,"281":11,"282":6,"291":16,"292":75,"30":43,"302":8,"306":1,"31":36,"314":7,"317":1,"32":10,"33":118,"34":58,"347":14,"35":23,"352":612,"36":149,"37":72,"38":452,"380":4,"381":19,"383":21,"389":1,"39":55,"391":15,"396":10,"397":23,"40":51,"409":23,"41":41,"414":9,"415":49,"419":13,"42":62,"426":2,"43":68,"430":19,"433":4,"434":2,"44":32,"45":54,"46":222,"48":78,"49":89,"5":1599,"51":24,"52":66,"53":69,"56":15,"570":7,"6":109,"63":17,"7":495,"79":37,"8":175,"80":24,"9":187,"all_client":83586,"all_tv_clinet":12915,"insert_time":"2014-08-19T07:41:38.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70761,"10":16,"107":433,"11":429,"12":151,"13":341,"14":94,"15":138,"155":16,"156":16,"158":21,"159":21,"16":88,"160":11,"161":157,"167":42,"168":3,"17":204,"18":445,"19":349,"20":58,"209":77,"21":561,"210":20,"214":11,"215":59,"221":204,"223":402,"224":133,"225":479,"23":301,"24":1081,"25":382,"257":49,"26":86,"268":5,"27":68,"273":78,"276":18,"279":14,"28":337,"281":11,"282":7,"291":17,"292":74,"30":45,"302":9,"306":1,"31":38,"314":5,"317":1,"32":12,"33":120,"34":59,"347":14,"35":21,"352":621,"36":147,"37":73,"38":457,"380":4,"381":18,"383":22,"389":1,"39":61,"391":16,"396":12,"397":23,"40":46,"409":19,"41":40,"414":8,"415":53,"419":13,"42":64,"426":1,"43":65,"430":20,"433":4,"434":2,"44":30,"45":55,"46":211,"48":79,"49":92,"5":1588,"51":24,"52":70,"53":68,"56":17,"570":7,"6":114,"63":17,"7":505,"79":40,"8":178,"80":26,"9":194,"all_client":83698,"all_tv_clinet":12937,"insert_time":"2014-08-19T07:42:39.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70758,"10":14,"107":429,"11":412,"12":164,"13":336,"14":103,"15":138,"155":16,"156":16,"158":22,"159":22,"16":92,"160":11,"161":162,"167":43,"168":3,"17":204,"18":456,"19":347,"20":58,"209":74,"21":549,"210":19,"214":11,"215":56,"221":198,"223":406,"224":140,"225":475,"23":310,"24":1040,"25":390,"257":51,"26":94,"268":5,"27":70,"273":78,"276":19,"279":13,"28":333,"281":11,"282":6,"291":18,"292":67,"30":46,"302":9,"306":2,"31":40,"314":6,"317":1,"32":12,"33":123,"34":57,"347":12,"35":20,"352":624,"36":139,"37":72,"38":469,"380":4,"381":18,"383":24,"389":1,"39":67,"391":19,"396":10,"397":24,"40":40,"409":19,"41":43,"414":8,"415":54,"419":12,"42":67,"43":59,"430":21,"433":4,"434":2,"44":25,"45":60,"46":184,"48":82,"49":94,"5":1584,"51":29,"52":75,"53":65,"56":14,"570":6,"6":119,"63":15,"7":521,"79":41,"8":180,"80":26,"9":183,"all_client":83670,"all_tv_clinet":12912,"insert_time":"2014-08-19T07:43:40.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70791,"10":16,"107":412,"11":404,"12":171,"13":319,"14":106,"15":136,"155":16,"156":16,"158":23,"159":23,"16":91,"160":13,"161":163,"167":43,"168":4,"17":199,"18":465,"19":352,"20":59,"209":70,"21":538,"210":19,"214":11,"215":54,"221":195,"223":407,"224":144,"225":492,"23":315,"24":1020,"25":397,"257":51,"26":104,"268":4,"27":80,"273":72,"276":19,"279":15,"28":338,"281":11,"282":6,"291":18,"292":58,"30":49,"302":9,"306":2,"31":43,"314":6,"317":2,"32":11,"33":125,"34":53,"347":11,"35":22,"352":628,"36":142,"37":74,"38":478,"380":4,"381":20,"383":23,"389":1,"39":69,"391":18,"396":10,"397":24,"40":33,"409":20,"41":43,"414":6,"415":54,"419":13,"42":69,"426":1,"43":55,"430":19,"433":5,"434":2,"44":24,"45":61,"46":176,"48":81,"49":98,"5":1585,"51":25,"52":77,"53":63,"56":14,"570":6,"6":122,"63":16,"7":522,"79":43,"8":176,"80":26,"9":181,"all_client":83700,"all_tv_clinet":12909,"insert_time":"2014-08-19T07:44:40.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70822,"10":16,"107":404,"11":395,"12":185,"13":308,"14":110,"15":135,"155":16,"156":17,"158":27,"159":21,"16":87,"160":15,"161":171,"167":44,"168":4,"17":197,"18":467,"19":360,"20":60,"209":65,"21":535,"210":19,"214":11,"215":54,"221":199,"223":401,"224":142,"225":496,"23":313,"24":992,"25":398,"257":51,"26":99,"268":5,"27":82,"273":68,"276":19,"279":15,"28":341,"281":11,"282":4,"291":18,"292":57,"30":50,"302":9,"306":2,"31":45,"314":6,"317":2,"32":11,"33":125,"34":49,"347":10,"35":21,"352":629,"36":143,"37":77,"38":468,"380":3,"381":20,"383":24,"389":1,"39":71,"391":18,"396":6,"397":25,"40":31,"409":32,"41":44,"414":7,"415":52,"419":14,"42":71,"426":1,"43":53,"430":16,"433":6,"434":2,"44":26,"45":61,"46":176,"48":81,"49":99,"5":1612,"51":26,"52":81,"53":60,"56":15,"570":6,"6":121,"63":16,"7":525,"79":41,"8":185,"80":26,"9":178,"all_client":83735,"all_tv_clinet":12913,"insert_time":"2014-08-19T07:45:41.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70897,"10":16,"107":413,"11":364,"12":191,"13":302,"14":107,"15":140,"155":18,"156":18,"158":29,"159":23,"16":84,"160":14,"161":174,"167":46,"168":5,"17":195,"18":471,"19":360,"20":65,"209":60,"21":536,"210":19,"214":10,"215":55,"221":204,"223":391,"224":144,"225":507,"23":311,"24":985,"25":405,"257":53,"26":103,"268":5,"27":86,"273":67,"276":24,"279":15,"28":345,"281":9,"282":4,"291":16,"292":52,"30":49,"302":10,"306":2,"31":47,"314":5,"317":2,"32":12,"33":125,"34":46,"347":9,"35":19,"352":628,"36":136,"37":74,"38":460,"380":1,"381":21,"383":21,"389":1,"39":71,"391":16,"396":6,"397":24,"40":32,"409":34,"41":39,"414":7,"415":55,"419":16,"42":78,"426":2,"43":48,"430":13,"433":5,"434":2,"44":26,"45":64,"46":170,"48":84,"49":102,"5":1623,"51":27,"52":84,"53":60,"56":14,"570":7,"6":125,"63":15,"7":522,"79":39,"8":187,"80":27,"9":184,"all_client":83814,"all_tv_clinet":12917,"insert_time":"2014-08-19T07:46:42.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70885,"10":16,"107":414,"11":340,"12":196,"13":292,"14":100,"15":137,"155":18,"156":18,"158":31,"159":23,"16":83,"160":12,"161":174,"167":48,"168":4,"17":193,"18":477,"19":363,"20":67,"209":55,"21":544,"210":19,"214":11,"215":60,"221":217,"223":371,"224":142,"225":508,"23":314,"24":975,"25":421,"257":51,"26":104,"268":5,"27":88,"273":64,"276":24,"279":14,"28":350,"281":8,"282":4,"291":17,"292":51,"30":52,"302":12,"306":2,"31":41,"314":4,"317":2,"32":12,"33":124,"34":42,"347":8,"35":20,"352":624,"36":133,"37":74,"38":458,"380":1,"381":20,"383":21,"389":1,"39":67,"391":17,"396":5,"397":24,"40":30,"409":35,"41":43,"414":6,"415":54,"419":16,"42":79,"426":3,"43":47,"430":13,"433":4,"434":2,"44":27,"45":65,"46":169,"48":87,"49":103,"5":1633,"51":28,"52":87,"53":58,"56":13,"570":5,"6":128,"63":14,"7":532,"79":38,"8":192,"80":27,"9":182,"all_client":83792,"all_tv_clinet":12907,"insert_time":"2014-08-19T07:47:43.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70931,"10":15,"107":409,"11":321,"12":190,"13":313,"14":94,"15":132,"155":18,"156":19,"158":30,"159":23,"16":87,"160":11,"161":184,"167":51,"168":4,"17":187,"18":484,"19":345,"20":64,"209":50,"21":554,"210":19,"214":11,"215":59,"221":232,"223":354,"224":144,"225":508,"23":310,"24":975,"25":418,"257":53,"26":104,"268":4,"27":88,"273":64,"276":25,"279":14,"28":354,"281":8,"282":4,"291":18,"292":48,"30":51,"302":12,"306":2,"31":43,"314":3,"317":2,"32":12,"33":123,"34":46,"347":10,"35":21,"352":623,"36":133,"37":76,"38":470,"380":1,"381":22,"383":21,"389":1,"39":71,"391":16,"396":3,"397":24,"40":32,"409":39,"41":43,"414":5,"415":54,"419":17,"42":78,"426":4,"43":46,"430":12,"433":4,"434":2,"44":26,"45":66,"46":167,"48":88,"49":106,"5":1643,"51":29,"52":89,"53":53,"56":13,"570":5,"6":133,"63":13,"7":531,"79":37,"8":190,"80":27,"9":180,"all_client":83848,"all_tv_clinet":12917,"insert_time":"2014-08-19T07:48:44.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70938,"10":15,"107":417,"11":314,"12":182,"13":324,"14":92,"15":122,"155":18,"156":17,"158":31,"159":21,"16":86,"160":11,"161":189,"167":52,"168":3,"17":177,"18":486,"19":320,"20":64,"209":46,"21":564,"210":17,"214":11,"215":60,"221":231,"223":345,"224":149,"225":502,"23":309,"24":980,"25":423,"257":53,"26":105,"268":4,"27":88,"273":66,"276":25,"279":12,"28":346,"281":8,"282":4,"291":18,"292":51,"30":56,"302":13,"306":2,"31":45,"314":3,"317":2,"32":11,"33":122,"34":49,"347":10,"35":20,"352":631,"36":144,"37":74,"38":469,"380":1,"381":22,"383":18,"389":2,"39":75,"391":17,"396":3,"397":25,"40":33,"409":38,"41":43,"414":3,"415":53,"419":17,"42":79,"426":3,"43":49,"430":12,"433":4,"434":2,"44":25,"45":71,"46":163,"48":83,"49":104,"5":1647,"51":31,"52":87,"53":54,"56":12,"570":4,"6":136,"63":12,"7":531,"79":37,"8":196,"80":26,"9":175,"all_client":83840,"all_tv_clinet":12902,"insert_time":"2014-08-19T07:49:45.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70943,"10":14,"107":426,"11":300,"12":164,"13":342,"14":106,"15":124,"155":18,"156":19,"158":30,"159":19,"16":88,"160":13,"161":190,"167":52,"168":3,"17":171,"18":487,"19":301,"20":60,"209":37,"21":581,"210":17,"214":11,"215":58,"221":238,"223":344,"224":155,"225":501,"23":317,"24":973,"25":427,"257":56,"26":107,"268":4,"27":85,"273":70,"276":25,"279":14,"28":345,"281":8,"282":4,"291":17,"292":48,"30":51,"302":12,"306":2,"31":44,"314":2,"317":2,"32":11,"33":128,"34":52,"347":10,"35":19,"352":637,"36":139,"37":74,"38":463,"380":1,"381":20,"383":20,"389":2,"39":76,"391":17,"396":3,"397":25,"40":36,"409":39,"41":40,"414":6,"415":55,"419":18,"42":82,"426":3,"43":48,"430":9,"433":4,"434":1,"44":25,"45":72,"46":154,"48":83,"49":100,"5":1647,"51":32,"52":91,"53":58,"56":14,"570":4,"6":140,"63":11,"7":525,"79":33,"8":203,"80":26,"9":180,"all_client":83861,"all_tv_clinet":12918,"insert_time":"2014-08-19T07:50:45.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70947,"10":16,"107":437,"11":292,"12":152,"13":345,"14":106,"15":133,"155":17,"156":20,"158":28,"159":19,"16":90,"160":14,"161":171,"167":51,"168":3,"17":156,"18":493,"19":301,"20":65,"209":36,"21":596,"210":17,"214":11,"215":63,"221":229,"223":335,"224":160,"225":514,"23":314,"24":974,"25":440,"257":57,"26":110,"268":4,"27":85,"273":69,"276":25,"279":13,"28":347,"281":8,"282":4,"291":18,"292":47,"30":50,"302":13,"306":3,"31":45,"314":2,"317":2,"32":9,"33":128,"34":55,"347":11,"35":20,"352":643,"36":141,"37":73,"38":455,"380":1,"381":21,"383":19,"389":2,"39":78,"391":16,"396":3,"397":25,"40":31,"409":39,"41":42,"414":7,"415":56,"419":19,"42":82,"426":3,"43":51,"430":9,"433":4,"434":1,"44":26,"45":71,"46":150,"48":83,"49":99,"5":1656,"51":34,"52":91,"53":57,"56":13,"570":4,"6":131,"63":11,"7":533,"79":31,"8":205,"80":27,"9":181,"all_client":83894,"all_tv_clinet":12947,"insert_time":"2014-08-19T07:51:46.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70951,"10":18,"107":454,"11":275,"12":135,"13":351,"14":116,"15":132,"155":19,"156":19,"158":27,"159":17,"16":87,"160":14,"161":159,"167":48,"168":3,"17":151,"18":492,"19":296,"20":69,"209":33,"21":601,"210":20,"214":12,"215":62,"221":231,"223":327,"224":164,"225":523,"23":320,"24":950,"25":439,"257":59,"26":117,"268":4,"27":86,"273":73,"276":25,"279":13,"28":350,"281":10,"282":4,"291":18,"292":49,"30":48,"302":14,"306":4,"31":46,"314":3,"317":1,"32":11,"33":128,"34":60,"347":11,"35":22,"352":638,"36":140,"37":73,"38":454,"380":1,"381":20,"383":20,"389":2,"39":77,"391":16,"396":2,"397":25,"40":29,"409":40,"41":40,"414":7,"415":56,"419":19,"42":91,"426":3,"43":51,"430":8,"433":3,"434":1,"44":22,"45":68,"46":147,"48":80,"49":89,"5":1666,"51":34,"52":96,"53":62,"56":15,"570":4,"6":123,"63":11,"7":540,"79":30,"8":205,"80":26,"9":185,"all_client":83890,"all_tv_clinet":12939,"insert_time":"2014-08-19T07:52:47.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71001,"10":19,"107":445,"11":269,"12":120,"13":366,"14":112,"15":138,"155":19,"156":17,"158":28,"159":17,"16":86,"160":14,"161":145,"167":48,"168":3,"17":149,"18":492,"19":296,"20":68,"209":29,"21":601,"210":20,"211":1,"214":13,"215":62,"221":227,"223":337,"224":162,"225":534,"23":327,"24":938,"25":438,"257":56,"26":119,"268":5,"27":84,"273":76,"276":25,"279":14,"28":357,"281":10,"282":4,"291":19,"292":47,"30":44,"302":15,"306":4,"31":48,"314":5,"317":1,"32":12,"33":128,"34":62,"347":11,"35":24,"352":672,"36":143,"37":71,"38":450,"380":1,"381":21,"383":19,"389":2,"39":75,"391":16,"396":2,"397":25,"40":29,"409":44,"41":39,"414":5,"415":53,"419":20,"42":92,"426":1,"43":48,"430":6,"433":3,"434":1,"44":21,"45":69,"46":151,"48":75,"49":83,"5":1673,"51":31,"52":96,"53":61,"56":14,"570":4,"6":111,"63":11,"7":553,"79":31,"8":206,"80":26,"9":190,"all_client":83955,"all_tv_clinet":12954,"insert_time":"2014-08-19T07:53:48.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71029,"10":19,"107":441,"11":260,"12":105,"13":365,"14":105,"15":141,"155":19,"156":16,"158":32,"159":17,"16":86,"160":14,"161":155,"167":46,"168":2,"17":147,"18":508,"19":287,"20":66,"209":24,"21":604,"210":19,"211":1,"214":13,"215":60,"221":232,"223":346,"224":163,"225":536,"23":333,"24":921,"25":436,"257":56,"26":123,"268":4,"27":90,"273":81,"276":27,"279":14,"28":359,"281":9,"282":4,"291":18,"292":45,"30":45,"302":14,"306":4,"31":46,"314":5,"317":1,"32":14,"33":126,"34":63,"347":9,"35":25,"352":666,"36":138,"37":73,"38":445,"380":1,"381":21,"383":18,"389":3,"39":71,"391":17,"396":2,"397":24,"40":29,"409":43,"41":37,"414":5,"415":54,"419":19,"42":92,"426":1,"43":47,"430":7,"433":2,"434":1,"44":19,"45":69,"46":142,"48":73,"49":82,"5":1677,"51":31,"52":98,"53":65,"56":14,"570":5,"6":104,"63":12,"7":570,"79":29,"8":207,"80":23,"9":189,"all_client":83955,"all_tv_clinet":12926,"insert_time":"2014-08-19T07:54:49.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71118,"10":19,"107":446,"11":258,"12":95,"13":367,"14":96,"15":155,"155":19,"156":15,"158":32,"159":18,"16":85,"160":14,"161":170,"167":46,"168":3,"17":146,"18":513,"19":296,"20":68,"209":24,"21":616,"210":20,"211":1,"214":12,"215":56,"221":236,"223":343,"224":164,"225":534,"23":330,"24":908,"25":425,"257":59,"26":126,"268":4,"27":91,"273":84,"276":26,"279":14,"28":362,"281":9,"282":7,"291":18,"292":45,"30":50,"302":14,"306":3,"31":42,"314":4,"317":1,"32":16,"33":123,"34":64,"347":8,"35":25,"352":667,"36":145,"37":68,"38":440,"380":1,"381":20,"383":18,"389":3,"39":72,"391":15,"396":2,"397":24,"40":33,"409":47,"41":35,"414":8,"415":54,"419":20,"42":95,"426":1,"43":45,"430":7,"433":2,"434":1,"44":19,"45":64,"46":141,"48":76,"49":78,"5":1685,"51":34,"52":96,"53":57,"56":13,"570":5,"6":111,"63":16,"7":565,"79":29,"8":216,"80":24,"9":189,"all_client":84084,"all_tv_clinet":12966,"insert_time":"2014-08-19T07:55:50.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71218,"10":21,"107":459,"11":262,"12":93,"13":379,"14":92,"15":157,"155":21,"156":14,"158":30,"159":18,"16":86,"160":13,"161":188,"167":45,"168":3,"17":151,"18":508,"19":294,"20":74,"209":29,"21":637,"210":19,"214":12,"215":59,"221":238,"223":355,"224":160,"225":526,"23":333,"24":890,"25":388,"257":58,"26":127,"268":3,"27":92,"273":87,"276":27,"279":15,"28":372,"281":9,"282":9,"291":19,"292":41,"30":51,"302":14,"306":3,"31":46,"314":5,"317":1,"32":17,"33":116,"34":68,"347":9,"35":29,"352":649,"36":142,"37":62,"38":441,"380":1,"381":17,"383":16,"389":3,"39":76,"391":14,"396":4,"397":23,"40":38,"409":56,"41":35,"414":8,"415":54,"419":21,"42":99,"426":1,"43":43,"430":7,"433":2,"434":1,"44":20,"45":58,"46":133,"48":82,"49":70,"5":1686,"51":36,"52":94,"53":56,"56":13,"570":6,"6":116,"63":15,"7":534,"79":28,"8":222,"80":24,"9":192,"all_client":84188,"all_tv_clinet":12970,"insert_time":"2014-08-19T07:56:51.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71276,"10":24,"107":463,"11":263,"12":88,"13":406,"14":87,"15":155,"155":21,"156":11,"158":29,"159":20,"16":85,"160":13,"161":197,"167":43,"168":3,"17":151,"18":497,"19":285,"20":72,"209":27,"21":650,"210":17,"214":13,"215":59,"221":233,"223":359,"224":160,"225":529,"23":334,"24":875,"25":356,"257":55,"26":128,"268":3,"27":93,"273":84,"276":26,"279":13,"28":376,"281":9,"282":10,"291":19,"292":45,"30":56,"302":15,"306":3,"31":43,"314":5,"317":1,"32":17,"33":115,"34":73,"347":7,"35":32,"352":653,"36":143,"37":56,"38":436,"380":1,"381":17,"383":19,"389":3,"39":77,"391":12,"396":3,"397":22,"40":43,"409":61,"41":34,"414":9,"415":51,"419":21,"42":100,"426":1,"43":45,"430":7,"433":3,"434":1,"44":23,"45":51,"46":131,"48":84,"49":69,"5":1695,"51":36,"52":96,"53":60,"56":12,"570":7,"6":134,"63":18,"7":503,"79":27,"8":235,"80":22,"9":190,"all_client":84240,"all_tv_clinet":12964,"insert_time":"2014-08-19T07:57:51.976Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71347,"10":22,"107":466,"11":272,"12":80,"13":421,"14":85,"15":165,"155":20,"156":11,"158":30,"159":20,"16":85,"160":13,"161":206,"167":46,"168":2,"17":147,"18":497,"19":283,"20":71,"209":27,"21":645,"210":15,"214":13,"215":56,"221":232,"223":375,"224":162,"225":523,"23":342,"24":892,"25":332,"257":50,"26":120,"268":3,"27":91,"273":73,"276":28,"279":13,"28":379,"281":9,"282":11,"291":20,"292":43,"30":55,"302":15,"306":3,"31":44,"314":5,"317":1,"32":15,"33":107,"34":78,"347":6,"35":35,"352":650,"36":145,"37":54,"38":431,"380":1,"381":19,"383":18,"389":3,"39":78,"391":12,"396":3,"397":21,"40":51,"409":67,"41":32,"414":10,"415":50,"419":22,"42":98,"426":2,"43":46,"430":6,"433":3,"434":1,"44":26,"45":48,"46":129,"48":83,"49":64,"5":1707,"51":41,"52":95,"53":56,"56":14,"570":8,"6":142,"63":17,"7":473,"79":24,"8":245,"80":21,"9":189,"all_client":84312,"all_tv_clinet":12965,"insert_time":"2014-08-19T07:58:53.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71406,"10":21,"107":467,"11":270,"12":80,"13":432,"14":86,"15":174,"155":19,"156":11,"158":32,"159":20,"16":87,"160":14,"161":224,"167":47,"168":2,"17":141,"18":494,"19":289,"20":71,"209":26,"21":643,"210":16,"214":16,"215":57,"221":234,"223":378,"224":167,"225":521,"23":338,"24":898,"25":321,"257":55,"26":120,"268":5,"27":96,"273":67,"276":28,"279":13,"28":388,"281":9,"282":9,"291":19,"292":43,"30":55,"302":14,"306":2,"31":42,"314":5,"317":1,"32":14,"33":102,"34":81,"347":6,"35":34,"352":651,"36":141,"37":50,"38":442,"380":1,"381":21,"383":18,"389":3,"39":81,"391":12,"396":2,"397":22,"40":53,"409":70,"41":32,"414":11,"415":48,"419":23,"42":99,"426":2,"43":42,"430":8,"433":5,"434":1,"44":26,"45":47,"46":134,"48":79,"49":58,"5":1718,"51":39,"52":96,"53":55,"56":14,"570":7,"6":146,"63":18,"7":443,"79":22,"8":251,"80":22,"9":183,"all_client":84406,"all_tv_clinet":13000,"insert_time":"2014-08-19T07:59:53.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71423,"10":20,"107":467,"11":270,"12":80,"13":438,"14":83,"15":178,"155":19,"156":9,"158":33,"159":22,"16":88,"160":16,"161":233,"167":48,"168":3,"17":140,"18":478,"19":297,"20":71,"209":22,"21":642,"210":16,"214":16,"215":59,"221":231,"223":395,"224":174,"225":514,"23":341,"24":890,"25":319,"257":57,"26":121,"268":6,"27":99,"273":65,"276":28,"279":15,"28":394,"281":10,"282":9,"291":20,"292":41,"30":55,"302":14,"306":2,"31":43,"314":5,"317":1,"32":18,"33":96,"34":81,"347":6,"35":37,"352":652,"36":147,"37":47,"38":451,"380":1,"381":21,"383":22,"389":3,"39":86,"391":12,"396":4,"397":20,"40":52,"409":70,"41":31,"414":11,"415":50,"419":23,"42":101,"426":3,"43":37,"430":7,"433":4,"434":1,"44":28,"45":46,"46":132,"48":72,"49":55,"5":1720,"51":42,"52":98,"53":49,"56":13,"570":6,"6":152,"63":21,"7":420,"79":20,"8":254,"80":21,"9":170,"all_client":84433,"all_tv_clinet":13010,"insert_time":"2014-08-19T08:00:54.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71381,"10":20,"107":476,"11":263,"12":80,"13":451,"14":85,"15":170,"155":20,"156":11,"158":32,"159":23,"16":91,"160":17,"161":231,"167":49,"168":3,"17":144,"18":477,"19":294,"20":70,"209":19,"21":657,"210":18,"214":16,"215":60,"221":235,"223":397,"224":177,"225":495,"23":335,"24":902,"25":304,"257":61,"26":122,"268":7,"27":103,"273":63,"276":27,"279":17,"28":403,"281":10,"282":7,"291":20,"292":40,"30":55,"302":13,"306":2,"31":42,"314":5,"317":1,"32":20,"33":92,"34":86,"347":6,"35":41,"352":635,"36":147,"37":49,"38":463,"380":1,"381":23,"383":23,"389":3,"39":84,"391":14,"396":4,"397":21,"40":51,"409":72,"41":34,"414":9,"415":50,"419":24,"42":97,"426":4,"43":34,"430":8,"433":4,"434":1,"44":31,"45":46,"46":136,"48":60,"49":57,"5":1729,"51":42,"52":98,"53":51,"56":14,"570":6,"6":165,"63":21,"7":402,"79":19,"8":258,"80":21,"9":166,"all_client":84423,"all_tv_clinet":13042,"insert_time":"2014-08-19T08:01:55.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71361,"10":19,"107":469,"11":257,"12":79,"13":458,"14":84,"15":172,"155":19,"156":12,"158":31,"159":25,"16":92,"160":15,"161":228,"167":50,"168":3,"17":145,"18":482,"19":300,"20":68,"209":18,"21":679,"210":18,"214":15,"215":62,"221":232,"223":407,"224":177,"225":476,"23":330,"24":911,"25":299,"257":63,"26":129,"268":6,"27":108,"273":63,"276":27,"279":18,"28":412,"281":10,"282":7,"291":19,"292":39,"30":53,"302":13,"306":2,"31":42,"314":5,"317":1,"32":22,"33":89,"34":91,"347":6,"35":42,"352":638,"36":150,"37":45,"38":470,"381":21,"383":22,"389":3,"39":84,"391":15,"396":4,"397":22,"40":52,"409":74,"41":34,"414":10,"415":50,"419":24,"42":94,"426":4,"43":34,"430":7,"433":4,"434":1,"44":31,"45":41,"46":140,"48":53,"49":55,"5":1741,"51":41,"52":98,"53":51,"56":14,"570":6,"6":165,"63":22,"7":391,"79":19,"8":260,"80":21,"9":160,"all_client":84431,"all_tv_clinet":13070,"insert_time":"2014-08-19T08:02:56.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71426,"10":18,"107":469,"11":252,"12":74,"13":462,"14":81,"15":179,"155":16,"156":14,"158":31,"159":22,"16":95,"160":12,"161":226,"167":51,"168":3,"17":142,"18":491,"19":304,"20":65,"209":23,"21":694,"210":19,"214":14,"215":62,"221":234,"223":407,"224":182,"225":452,"23":335,"24":920,"25":290,"257":59,"26":133,"268":6,"27":109,"273":64,"276":27,"279":18,"28":411,"281":10,"282":7,"291":20,"292":36,"30":50,"302":13,"306":2,"31":40,"314":5,"317":1,"32":23,"33":85,"34":89,"347":6,"35":43,"352":632,"36":152,"37":46,"38":470,"381":21,"383":22,"389":3,"39":81,"391":15,"396":4,"397":23,"40":53,"409":78,"41":35,"414":10,"415":53,"419":24,"42":92,"426":4,"43":33,"430":7,"433":5,"434":1,"44":32,"45":43,"46":145,"48":52,"49":56,"5":1748,"51":43,"52":99,"53":47,"56":12,"570":5,"6":176,"63":22,"7":395,"79":20,"8":263,"80":22,"9":154,"all_client":84520,"all_tv_clinet":13094,"insert_time":"2014-08-19T08:03:57.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71467,"10":20,"107":465,"11":251,"12":75,"13":461,"14":84,"15":177,"155":15,"156":14,"158":32,"159":21,"16":95,"160":10,"161":209,"167":51,"168":3,"17":141,"18":490,"19":312,"20":61,"209":29,"21":702,"210":18,"214":13,"215":69,"221":238,"223":410,"224":183,"225":443,"23":335,"24":928,"25":291,"257":63,"26":137,"268":5,"27":115,"273":70,"276":27,"279":16,"28":412,"281":9,"282":7,"291":19,"292":38,"30":51,"302":12,"306":1,"31":36,"314":5,"317":1,"32":25,"33":81,"34":93,"347":7,"35":40,"352":629,"36":150,"37":42,"38":484,"381":19,"383":23,"389":3,"39":82,"391":14,"396":4,"397":22,"40":53,"409":77,"41":35,"414":13,"415":55,"419":21,"42":91,"426":5,"43":31,"430":4,"433":7,"434":1,"44":33,"45":45,"46":144,"48":51,"49":55,"5":1751,"51":42,"52":103,"53":45,"56":12,"570":5,"6":169,"63":22,"7":401,"79":21,"8":262,"80":22,"9":147,"all_client":84578,"all_tv_clinet":13111,"insert_time":"2014-08-19T08:04:58.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71535,"10":19,"107":475,"11":262,"12":72,"13":463,"14":85,"15":181,"155":16,"156":15,"158":30,"159":20,"16":91,"160":10,"161":193,"167":53,"168":3,"17":139,"18":490,"19":311,"20":64,"209":30,"21":710,"210":17,"214":14,"215":71,"221":236,"223":408,"224":173,"225":442,"23":334,"24":950,"25":286,"257":60,"26":132,"268":6,"27":116,"273":69,"276":27,"279":18,"28":412,"281":10,"282":7,"291":16,"292":39,"30":54,"302":12,"306":1,"31":36,"314":5,"32":25,"33":76,"34":89,"347":7,"35":40,"352":625,"36":159,"37":40,"38":483,"380":2,"381":19,"383":25,"389":4,"39":81,"391":13,"396":3,"397":21,"40":55,"409":79,"41":35,"414":14,"415":54,"419":22,"42":94,"426":5,"43":31,"430":4,"433":8,"434":1,"44":34,"45":47,"46":148,"48":45,"49":54,"5":1754,"51":40,"52":105,"53":47,"56":12,"570":5,"6":167,"63":21,"7":393,"79":23,"8":271,"80":21,"9":141,"all_client":84660,"all_tv_clinet":13125,"insert_time":"2014-08-19T08:05:59.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71638,"10":19,"107":479,"11":267,"12":72,"13":462,"14":83,"15":182,"155":17,"156":15,"158":27,"159":18,"16":86,"160":8,"161":189,"167":52,"168":2,"17":140,"18":499,"19":313,"20":65,"209":31,"21":719,"210":17,"214":13,"215":72,"221":228,"223":420,"224":158,"225":437,"23":339,"24":952,"25":282,"257":61,"26":126,"268":6,"27":116,"273":71,"276":27,"279":16,"28":407,"281":10,"282":9,"291":16,"292":35,"30":54,"302":12,"306":1,"31":36,"314":4,"32":26,"33":76,"34":96,"347":10,"35":42,"352":620,"36":161,"37":42,"38":488,"380":3,"381":22,"383":24,"389":4,"39":83,"391":13,"396":4,"397":21,"40":56,"409":77,"41":35,"414":17,"415":45,"419":23,"42":96,"426":4,"43":29,"430":4,"433":9,"434":1,"44":36,"45":50,"46":150,"48":47,"49":55,"5":1760,"51":37,"52":107,"53":51,"56":12,"570":5,"6":157,"63":21,"7":388,"79":21,"8":276,"80":19,"9":144,"all_client":84775,"all_tv_clinet":13137,"insert_time":"2014-08-19T08:07:00.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71675,"10":19,"107":485,"11":272,"12":70,"13":468,"14":82,"15":187,"155":15,"156":16,"158":24,"159":20,"16":87,"160":10,"161":179,"167":50,"168":2,"17":134,"18":500,"19":326,"20":69,"209":31,"21":726,"210":16,"214":14,"215":76,"221":228,"223":424,"224":140,"225":428,"23":342,"24":952,"25":277,"257":59,"26":119,"268":7,"27":121,"273":75,"276":27,"279":15,"28":416,"281":11,"282":8,"291":15,"292":37,"30":54,"302":12,"306":2,"31":33,"314":4,"32":29,"33":78,"34":97,"347":10,"35":43,"352":629,"36":167,"37":39,"38":482,"380":3,"381":19,"383":22,"389":4,"39":87,"391":13,"396":4,"397":21,"40":64,"409":70,"41":36,"414":18,"415":46,"419":24,"42":97,"426":4,"43":29,"430":5,"433":9,"434":1,"44":36,"45":54,"46":147,"48":48,"49":52,"5":1771,"51":37,"52":104,"53":56,"56":12,"570":4,"6":144,"63":21,"7":378,"79":21,"8":283,"80":17,"9":141,"all_client":84835,"all_tv_clinet":13160,"insert_time":"2014-08-19T08:08:00.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71689,"10":19,"107":495,"11":272,"12":69,"13":477,"14":83,"15":194,"155":15,"156":19,"158":26,"159":19,"16":78,"160":9,"161":172,"167":49,"168":2,"17":128,"18":516,"19":337,"20":70,"209":29,"21":740,"210":16,"214":12,"215":76,"221":233,"223":420,"224":130,"225":414,"23":330,"24":939,"25":268,"257":60,"26":115,"268":6,"27":123,"273":81,"276":29,"279":13,"28":406,"281":12,"282":8,"291":15,"292":43,"30":58,"302":10,"306":1,"31":28,"314":4,"32":27,"33":79,"34":103,"347":13,"35":45,"352":631,"36":176,"37":41,"38":474,"380":3,"381":18,"383":21,"389":4,"39":87,"391":12,"396":4,"397":20,"40":65,"409":59,"41":35,"414":17,"415":44,"419":25,"42":95,"426":4,"43":32,"430":5,"433":8,"434":1,"44":38,"45":57,"46":150,"48":47,"49":52,"5":1792,"51":40,"52":108,"53":58,"56":11,"570":4,"6":140,"63":21,"7":382,"79":21,"8":282,"80":16,"9":140,"all_client":84864,"all_tv_clinet":13175,"insert_time":"2014-08-19T08:09:01.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71662,"10":17,"107":488,"11":280,"12":71,"13":491,"14":82,"15":197,"155":16,"156":18,"158":24,"159":21,"16":81,"160":9,"161":170,"167":49,"168":2,"17":123,"18":519,"19":339,"20":72,"209":28,"21":763,"210":18,"214":11,"215":76,"221":241,"223":419,"224":122,"225":411,"23":331,"24":917,"25":265,"257":56,"26":107,"268":7,"27":126,"273":87,"276":31,"279":13,"28":412,"281":13,"282":7,"291":14,"292":43,"30":58,"302":10,"306":2,"31":27,"314":4,"32":29,"33":83,"34":107,"347":12,"35":45,"352":618,"36":185,"37":42,"38":475,"380":4,"381":19,"383":20,"389":4,"39":87,"391":11,"396":4,"397":20,"40":65,"409":54,"41":37,"414":18,"415":50,"419":24,"42":96,"426":4,"43":35,"430":6,"433":7,"434":1,"44":38,"45":57,"46":154,"48":50,"49":52,"5":1802,"51":42,"52":106,"53":60,"56":12,"570":4,"6":133,"63":22,"7":376,"79":23,"8":284,"80":17,"9":146,"all_client":84890,"all_tv_clinet":13228,"insert_time":"2014-08-19T08:10:02.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71726,"10":16,"107":477,"11":284,"12":70,"13":491,"14":86,"15":201,"155":17,"156":19,"158":25,"159":22,"16":82,"160":10,"161":170,"167":49,"168":2,"17":124,"18":528,"19":344,"20":77,"209":28,"21":764,"210":19,"214":11,"215":77,"221":241,"223":408,"224":117,"225":413,"23":327,"24":886,"25":277,"257":53,"26":107,"268":8,"27":125,"273":91,"276":30,"279":13,"28":406,"281":13,"282":6,"291":15,"292":42,"30":54,"302":10,"306":2,"31":28,"314":5,"32":25,"33":88,"34":104,"347":15,"35":45,"352":618,"36":193,"37":41,"38":494,"380":4,"381":22,"383":23,"389":3,"39":84,"391":13,"396":3,"397":21,"40":65,"409":52,"41":36,"414":19,"415":51,"419":24,"42":99,"426":3,"43":37,"430":5,"433":7,"434":1,"44":42,"45":59,"46":154,"48":50,"49":50,"5":1801,"51":41,"52":109,"53":62,"56":14,"570":3,"6":127,"63":22,"7":370,"79":22,"8":281,"80":17,"9":147,"all_client":84962,"all_tv_clinet":13236,"insert_time":"2014-08-19T08:11:03.542Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71766,"10":18,"107":489,"11":282,"12":69,"13":488,"14":86,"15":204,"155":17,"156":18,"158":23,"159":23,"16":87,"160":11,"161":172,"167":46,"168":3,"17":121,"18":540,"19":344,"20":83,"209":28,"21":767,"210":19,"214":10,"215":75,"221":240,"223":396,"224":113,"225":407,"23":317,"24":877,"25":294,"257":50,"26":118,"268":7,"27":125,"273":96,"276":32,"279":12,"28":410,"281":12,"282":7,"291":18,"292":37,"30":52,"302":9,"306":3,"31":26,"314":4,"317":1,"32":25,"33":94,"34":108,"347":13,"35":45,"352":611,"36":197,"37":43,"38":489,"380":4,"381":23,"383":24,"389":3,"39":89,"391":13,"396":3,"397":21,"40":58,"409":49,"41":39,"414":18,"415":52,"419":24,"42":99,"426":3,"43":39,"430":5,"433":7,"434":1,"44":46,"45":63,"46":157,"48":50,"49":49,"5":1798,"51":41,"52":109,"53":61,"56":14,"570":4,"6":118,"63":22,"7":367,"79":21,"8":281,"80":16,"9":150,"all_client":85018,"all_tv_clinet":13252,"insert_time":"2014-08-19T08:12:04.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71863,"10":16,"107":483,"11":281,"12":70,"13":500,"14":87,"15":210,"155":17,"156":18,"158":23,"159":22,"16":85,"160":12,"161":174,"167":48,"168":3,"17":122,"18":548,"19":346,"20":83,"209":26,"21":756,"210":19,"214":11,"215":75,"221":247,"223":397,"224":107,"225":398,"23":308,"24":870,"25":284,"257":49,"26":119,"268":7,"27":126,"273":97,"276":31,"279":12,"28":407,"281":11,"282":6,"291":19,"292":36,"30":51,"302":10,"306":2,"31":26,"314":4,"317":1,"32":19,"33":94,"34":108,"347":15,"35":48,"352":613,"36":189,"37":49,"38":490,"380":4,"381":25,"383":24,"389":3,"39":89,"391":13,"396":3,"397":21,"40":51,"409":47,"41":40,"414":16,"415":46,"419":26,"42":99,"426":3,"43":40,"430":4,"433":7,"44":46,"45":65,"46":167,"48":52,"49":46,"5":1802,"51":47,"52":107,"53":59,"56":14,"570":4,"6":105,"63":21,"7":362,"79":21,"8":278,"80":16,"9":146,"all_client":85067,"all_tv_clinet":13204,"insert_time":"2014-08-19T08:13:05.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71969,"10":16,"107":489,"11":278,"12":66,"13":504,"14":93,"15":205,"155":16,"156":18,"158":21,"159":20,"16":87,"160":11,"161":176,"167":49,"168":4,"17":119,"18":551,"19":352,"20":84,"209":26,"21":758,"210":19,"214":11,"215":74,"221":250,"223":417,"224":101,"225":388,"23":305,"24":862,"25":292,"257":47,"26":122,"268":6,"27":128,"273":96,"276":32,"279":12,"28":415,"281":11,"282":5,"291":20,"292":36,"30":45,"302":10,"306":2,"31":26,"314":4,"317":1,"32":16,"33":96,"34":112,"347":16,"35":51,"352":613,"36":187,"37":50,"38":481,"380":4,"381":23,"383":27,"389":3,"39":87,"391":13,"396":3,"397":21,"40":44,"409":47,"41":44,"414":16,"415":46,"419":26,"42":99,"426":2,"43":39,"430":4,"433":7,"44":49,"45":63,"46":171,"48":53,"49":47,"5":1807,"51":44,"52":108,"53":66,"56":12,"570":4,"6":100,"63":22,"7":355,"79":23,"8":278,"80":15,"9":143,"all_client":85186,"all_tv_clinet":13217,"insert_time":"2014-08-19T08:14:05.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72068,"10":17,"107":482,"11":272,"12":66,"13":498,"14":94,"15":197,"155":17,"156":16,"158":20,"159":20,"16":93,"160":11,"161":175,"167":51,"168":4,"17":118,"18":554,"19":351,"20":83,"209":25,"21":771,"210":20,"214":10,"215":74,"221":253,"223":420,"224":108,"225":388,"23":307,"24":850,"25":297,"257":44,"26":117,"268":7,"27":125,"273":98,"276":31,"279":12,"28":416,"281":10,"282":4,"291":20,"292":36,"30":44,"302":10,"306":2,"31":27,"314":4,"317":1,"32":17,"33":100,"34":113,"347":20,"35":57,"352":627,"36":183,"37":52,"38":463,"380":4,"381":25,"383":28,"389":3,"39":88,"391":12,"396":3,"397":21,"40":41,"409":46,"41":49,"414":16,"415":46,"419":27,"42":92,"426":3,"43":43,"430":4,"433":7,"44":46,"45":62,"46":171,"48":56,"49":45,"5":1802,"51":42,"52":108,"53":66,"56":12,"570":4,"6":102,"63":22,"7":348,"79":26,"8":282,"80":13,"9":150,"all_client":85285,"all_tv_clinet":13217,"insert_time":"2014-08-19T08:15:06.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72229,"10":16,"107":481,"11":277,"12":64,"13":498,"14":103,"15":186,"155":18,"156":16,"158":20,"159":20,"16":95,"160":10,"161":165,"167":49,"168":4,"17":114,"18":562,"19":361,"20":82,"209":30,"21":770,"210":21,"214":10,"215":74,"221":257,"223":426,"224":115,"225":404,"23":300,"24":852,"25":304,"257":46,"26":116,"268":7,"27":121,"273":91,"276":32,"279":13,"28":412,"281":10,"282":5,"291":20,"292":34,"30":41,"302":10,"306":2,"31":30,"314":5,"317":1,"32":18,"33":108,"34":124,"347":22,"35":56,"352":628,"36":185,"37":54,"38":462,"380":3,"381":21,"383":28,"389":3,"39":89,"391":12,"396":3,"397":20,"40":38,"409":48,"41":51,"414":17,"415":48,"419":27,"42":83,"426":4,"43":42,"430":4,"433":8,"44":44,"45":66,"46":170,"48":58,"49":40,"5":1807,"51":42,"52":101,"53":71,"56":15,"570":4,"6":103,"63":22,"7":338,"79":26,"8":279,"80":12,"9":157,"all_client":85490,"all_tv_clinet":13261,"insert_time":"2014-08-19T08:16:07.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72225,"10":15,"107":478,"11":290,"12":63,"13":494,"14":106,"15":177,"155":18,"156":15,"158":22,"159":20,"16":99,"160":10,"161":154,"167":48,"168":4,"17":112,"18":567,"19":358,"20":82,"209":32,"21":762,"210":26,"214":9,"215":71,"221":250,"223":420,"224":119,"225":408,"23":298,"24":877,"25":311,"257":46,"26":117,"268":7,"27":123,"273":87,"276":30,"279":14,"28":413,"281":10,"282":6,"291":18,"292":35,"30":39,"302":10,"306":2,"31":28,"314":5,"317":1,"32":19,"33":107,"34":128,"347":23,"35":57,"352":631,"36":187,"37":56,"38":446,"380":3,"381":21,"383":26,"389":3,"39":87,"391":11,"396":3,"397":20,"40":38,"409":49,"41":53,"414":14,"415":47,"419":28,"42":73,"426":6,"43":47,"430":3,"433":8,"44":44,"45":67,"46":177,"48":54,"49":39,"5":1811,"51":44,"52":95,"53":67,"56":14,"570":4,"6":96,"63":24,"7":337,"79":27,"8":287,"80":12,"9":161,"all_client":85485,"all_tv_clinet":13260,"insert_time":"2014-08-19T08:17:08.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72235,"10":15,"107":497,"11":297,"12":57,"13":507,"14":115,"15":166,"155":17,"156":14,"158":26,"159":19,"16":100,"160":11,"161":154,"167":47,"168":5,"17":113,"18":580,"19":362,"20":80,"209":34,"21":782,"210":27,"214":9,"215":72,"221":248,"223":413,"224":123,"225":403,"23":291,"24":879,"25":327,"257":46,"26":112,"268":8,"27":124,"273":91,"276":28,"279":15,"28":402,"281":10,"282":8,"291":15,"292":36,"30":37,"302":9,"306":2,"31":28,"314":4,"317":1,"32":19,"33":107,"34":132,"347":25,"35":59,"352":631,"36":191,"37":55,"38":434,"380":3,"381":21,"383":29,"389":3,"39":79,"391":12,"396":3,"397":20,"40":37,"409":49,"41":53,"414":14,"415":48,"419":28,"42":71,"426":6,"43":51,"430":3,"433":7,"44":44,"45":66,"46":172,"48":55,"49":39,"5":1812,"51":44,"52":86,"53":67,"56":14,"570":4,"6":93,"63":24,"7":335,"79":28,"8":288,"80":12,"9":165,"all_client":85539,"all_tv_clinet":13304,"insert_time":"2014-08-19T08:18:09.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72278,"10":16,"107":497,"11":291,"12":62,"13":518,"14":112,"15":162,"155":17,"156":15,"158":25,"159":19,"16":100,"160":10,"161":146,"167":46,"168":5,"17":118,"18":591,"19":357,"20":80,"209":36,"21":789,"210":28,"214":10,"215":74,"221":244,"223":401,"224":121,"225":401,"23":285,"24":895,"25":339,"257":45,"26":112,"268":7,"27":128,"273":90,"276":29,"279":15,"28":387,"281":10,"282":9,"291":12,"292":41,"30":38,"302":9,"306":2,"31":27,"314":4,"317":1,"32":17,"33":104,"34":139,"347":29,"35":66,"352":636,"36":178,"37":54,"38":430,"380":4,"381":20,"383":27,"389":3,"39":74,"391":12,"396":3,"397":20,"40":37,"409":49,"41":53,"414":13,"415":45,"419":28,"42":66,"426":6,"43":52,"430":3,"433":7,"44":48,"45":65,"46":170,"48":56,"49":37,"5":1821,"51":45,"52":77,"53":61,"56":16,"570":4,"6":92,"63":24,"7":342,"79":29,"8":289,"80":12,"9":171,"all_client":85588,"all_tv_clinet":13310,"insert_time":"2014-08-19T08:19:10.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72316,"10":14,"107":492,"11":280,"12":63,"13":520,"14":119,"15":159,"155":18,"156":16,"158":25,"159":17,"16":100,"160":12,"161":146,"167":47,"168":6,"17":118,"18":597,"19":359,"20":83,"209":36,"21":795,"210":30,"214":10,"215":76,"221":241,"223":401,"224":123,"225":411,"23":286,"24":897,"25":345,"257":44,"26":112,"268":7,"27":120,"273":91,"276":29,"279":13,"28":364,"281":9,"282":9,"291":11,"292":39,"30":36,"302":9,"306":2,"31":27,"314":4,"317":1,"32":18,"33":106,"34":136,"347":29,"35":66,"352":662,"36":176,"37":55,"38":432,"380":4,"381":18,"383":28,"389":2,"39":69,"391":13,"396":4,"397":20,"40":35,"409":50,"41":52,"414":11,"415":47,"419":27,"42":61,"426":10,"43":51,"430":4,"433":7,"44":49,"45":67,"46":167,"48":55,"49":35,"5":1829,"51":45,"52":78,"53":58,"56":17,"570":4,"6":93,"63":24,"7":342,"79":24,"8":293,"80":13,"9":170,"all_client":85641,"all_tv_clinet":13325,"insert_time":"2014-08-19T08:20:10.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72425,"10":13,"107":478,"11":276,"12":66,"13":518,"14":123,"15":160,"155":18,"156":16,"158":25,"159":16,"16":91,"160":12,"161":147,"167":47,"168":6,"17":119,"18":601,"19":361,"20":92,"209":34,"21":803,"210":33,"214":10,"215":85,"221":233,"223":411,"224":120,"225":416,"23":286,"24":921,"25":347,"257":49,"26":114,"268":4,"27":108,"273":89,"276":29,"279":16,"28":342,"281":8,"282":8,"291":11,"292":39,"30":31,"302":10,"306":2,"31":26,"314":4,"317":1,"32":19,"33":109,"34":142,"347":34,"35":72,"352":667,"36":168,"37":57,"38":434,"380":5,"381":17,"383":26,"389":2,"39":65,"391":10,"396":5,"397":21,"40":33,"409":49,"41":48,"414":11,"415":48,"419":28,"42":55,"426":10,"43":51,"430":4,"433":7,"44":50,"45":71,"46":164,"48":58,"49":33,"5":1823,"51":49,"52":75,"53":59,"56":17,"570":4,"6":88,"63":25,"7":334,"79":22,"8":293,"80":14,"9":169,"all_client":85745,"all_tv_clinet":13320,"insert_time":"2014-08-19T08:21:11.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72500,"10":14,"107":484,"11":283,"12":65,"13":519,"14":119,"15":168,"155":17,"156":16,"158":25,"159":16,"16":88,"160":12,"161":143,"167":49,"168":6,"17":118,"18":595,"19":356,"20":93,"209":31,"21":813,"210":34,"214":10,"215":84,"221":231,"223":418,"224":125,"225":418,"23":284,"24":918,"25":350,"257":49,"26":113,"268":3,"27":101,"273":90,"276":27,"279":17,"28":337,"281":8,"282":10,"291":10,"292":40,"30":32,"302":10,"306":2,"31":24,"314":4,"317":1,"32":16,"33":109,"34":145,"347":34,"35":74,"352":669,"36":174,"37":58,"38":425,"380":6,"381":17,"383":26,"389":2,"39":67,"391":10,"396":5,"397":21,"40":35,"409":48,"41":46,"414":11,"415":49,"419":28,"42":49,"426":10,"43":54,"430":4,"433":7,"44":50,"45":72,"46":169,"48":61,"49":31,"5":1822,"51":52,"52":72,"53":60,"56":15,"570":3,"6":86,"63":28,"7":337,"79":21,"8":295,"80":16,"9":164,"all_client":85833,"all_tv_clinet":13333,"insert_time":"2014-08-19T08:22:13.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72615,"10":16,"107":489,"11":291,"12":69,"13":520,"14":108,"15":169,"155":17,"156":16,"158":25,"159":16,"16":85,"160":15,"161":156,"167":49,"168":6,"17":116,"18":601,"19":348,"20":95,"209":29,"21":819,"210":34,"211":1,"214":9,"215":81,"221":226,"223":417,"224":129,"225":411,"23":280,"24":891,"25":349,"257":54,"26":115,"268":3,"27":95,"273":92,"276":27,"279":16,"28":327,"281":7,"282":10,"291":10,"292":42,"30":29,"302":9,"306":2,"31":24,"314":5,"317":1,"32":16,"33":110,"34":151,"347":37,"35":74,"352":666,"36":173,"37":60,"38":423,"380":5,"381":19,"383":28,"389":2,"39":70,"391":11,"396":4,"397":21,"40":35,"409":50,"41":43,"414":13,"415":50,"419":27,"42":44,"426":10,"43":59,"430":4,"433":7,"44":46,"45":75,"46":174,"48":64,"49":35,"5":1830,"51":50,"52":68,"53":64,"56":16,"570":3,"6":76,"63":29,"7":328,"79":20,"8":296,"80":19,"9":168,"all_client":85939,"all_tv_clinet":13324,"insert_time":"2014-08-19T08:23:13.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72706,"10":15,"107":475,"11":293,"12":66,"13":526,"14":102,"15":169,"155":17,"156":16,"158":26,"159":16,"16":86,"160":14,"161":159,"167":46,"168":7,"17":116,"18":609,"19":356,"20":94,"209":30,"21":819,"210":35,"211":1,"214":10,"215":74,"221":226,"223":408,"224":132,"225":427,"23":278,"24":889,"25":358,"257":55,"26":117,"268":4,"27":87,"273":94,"276":27,"279":16,"28":318,"281":7,"282":14,"291":10,"292":49,"30":28,"302":9,"306":2,"31":22,"314":5,"317":1,"32":15,"33":112,"34":152,"347":39,"35":71,"352":661,"36":160,"37":63,"38":424,"380":5,"381":20,"383":31,"389":2,"39":72,"391":13,"396":3,"397":21,"40":34,"409":40,"41":43,"414":13,"415":50,"419":27,"42":37,"426":10,"43":57,"430":3,"433":7,"44":47,"45":76,"46":178,"48":64,"49":33,"5":1820,"51":51,"52":71,"53":66,"56":17,"570":3,"6":74,"63":31,"7":337,"79":19,"8":300,"80":19,"9":166,"all_client":86023,"all_tv_clinet":13317,"insert_time":"2014-08-19T08:24:19.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72825,"10":16,"107":481,"11":295,"12":64,"13":517,"14":99,"15":174,"155":18,"156":16,"158":24,"159":17,"16":86,"160":15,"161":168,"167":46,"168":7,"17":113,"18":602,"19":355,"20":96,"209":25,"21":823,"210":36,"211":1,"214":10,"215":66,"221":234,"223":425,"224":140,"225":441,"23":283,"24":884,"25":358,"257":57,"26":126,"268":3,"27":81,"273":101,"276":26,"279":15,"28":319,"281":8,"282":17,"291":10,"292":47,"30":20,"302":9,"306":2,"31":21,"314":5,"317":1,"32":16,"33":113,"34":156,"347":40,"35":59,"352":665,"36":150,"37":64,"38":438,"380":5,"381":19,"383":31,"389":2,"39":75,"391":11,"396":2,"397":20,"40":34,"409":37,"41":43,"414":13,"415":52,"419":24,"42":32,"426":10,"43":59,"430":3,"433":7,"44":47,"45":76,"46":185,"48":65,"49":31,"5":1828,"51":51,"52":73,"53":67,"56":15,"570":5,"6":75,"63":29,"7":332,"79":20,"8":302,"80":18,"9":165,"all_client":86192,"all_tv_clinet":13367,"insert_time":"2014-08-19T08:25:20.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72897,"10":14,"107":483,"11":304,"12":60,"13":520,"14":102,"15":166,"155":21,"156":15,"158":25,"159":17,"16":90,"160":15,"161":172,"167":47,"168":6,"17":107,"18":603,"19":356,"20":97,"209":24,"21":811,"210":36,"211":1,"214":11,"215":65,"221":234,"223":439,"224":146,"225":445,"23":275,"24":868,"25":370,"257":55,"26":129,"268":2,"27":79,"273":107,"276":26,"279":16,"28":315,"281":9,"282":18,"291":11,"292":44,"30":20,"302":9,"306":2,"31":21,"314":6,"32":14,"33":106,"34":156,"347":39,"35":56,"352":655,"36":149,"37":63,"38":441,"380":5,"381":19,"383":33,"389":2,"39":74,"391":12,"396":2,"397":20,"40":37,"409":33,"41":48,"414":18,"415":53,"419":24,"42":30,"426":6,"43":59,"430":4,"433":6,"44":51,"45":75,"46":189,"48":66,"49":29,"5":1823,"51":53,"52":72,"53":73,"56":16,"570":5,"6":74,"63":27,"7":326,"79":21,"8":305,"80":17,"9":165,"all_client":86262,"all_tv_clinet":13365,"insert_time":"2014-08-19T08:26:21.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72939,"10":13,"107":487,"11":304,"12":62,"13":517,"14":104,"15":146,"155":20,"156":15,"158":25,"159":18,"16":92,"160":15,"161":181,"167":50,"168":6,"17":102,"18":598,"19":349,"20":95,"209":24,"21":798,"210":36,"211":1,"214":12,"215":63,"221":237,"223":452,"224":153,"225":454,"23":275,"24":875,"25":370,"257":55,"26":134,"268":3,"27":77,"273":105,"276":24,"279":17,"28":314,"281":9,"282":19,"291":10,"292":42,"30":20,"302":9,"306":2,"31":23,"314":7,"32":15,"33":103,"34":142,"347":41,"35":53,"352":654,"36":148,"37":67,"38":437,"380":7,"381":19,"383":33,"389":2,"39":71,"391":12,"396":2,"397":21,"40":44,"409":34,"41":55,"414":23,"415":53,"419":21,"42":28,"426":8,"43":60,"430":3,"433":5,"44":52,"45":77,"46":191,"48":70,"49":32,"5":1816,"51":50,"52":74,"53":74,"56":16,"570":6,"6":75,"63":26,"7":332,"79":21,"8":300,"80":19,"9":168,"all_client":86318,"all_tv_clinet":13379,"insert_time":"2014-08-19T08:27:22.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72986,"10":13,"107":484,"11":307,"12":61,"13":523,"14":121,"15":123,"155":20,"156":14,"158":25,"159":19,"16":95,"160":17,"161":192,"167":51,"168":7,"17":101,"18":602,"19":349,"20":97,"209":30,"21":778,"210":34,"214":12,"215":60,"221":239,"223":461,"224":150,"225":451,"23":292,"24":884,"25":372,"257":58,"26":137,"268":3,"27":69,"273":97,"276":24,"279":19,"28":314,"281":9,"282":22,"291":9,"292":40,"30":21,"302":8,"306":2,"31":27,"314":8,"32":16,"33":101,"34":123,"347":45,"35":54,"352":647,"36":155,"37":71,"38":438,"380":8,"381":18,"383":32,"389":2,"39":64,"391":12,"396":2,"397":22,"40":53,"409":36,"41":55,"414":25,"415":56,"419":19,"42":28,"426":7,"43":60,"430":4,"433":6,"44":54,"45":83,"46":190,"48":75,"49":35,"5":1770,"51":50,"52":76,"53":76,"56":16,"570":7,"6":74,"63":28,"7":339,"79":23,"8":296,"80":20,"9":177,"all_client":86385,"all_tv_clinet":13399,"insert_time":"2014-08-19T08:28:23.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73094,"10":15,"107":482,"11":296,"12":56,"13":525,"14":130,"15":120,"155":21,"156":13,"158":26,"159":22,"16":95,"160":16,"161":183,"167":50,"168":7,"17":103,"18":606,"19":331,"20":99,"209":26,"21":750,"210":36,"214":12,"215":60,"221":238,"223":478,"224":160,"225":457,"23":289,"24":928,"25":386,"257":58,"26":146,"268":5,"27":69,"273":86,"276":25,"279":21,"28":308,"281":9,"282":25,"291":10,"292":38,"30":20,"302":8,"306":4,"31":28,"314":8,"317":1,"32":15,"33":101,"34":105,"347":46,"35":56,"352":660,"36":157,"37":79,"38":449,"380":7,"381":19,"383":30,"389":3,"39":61,"391":13,"396":2,"397":22,"40":66,"409":41,"41":53,"414":23,"415":57,"419":18,"42":28,"426":6,"43":56,"430":4,"433":6,"44":53,"45":87,"46":194,"48":80,"49":34,"5":1705,"51":54,"52":81,"53":83,"56":17,"570":7,"6":87,"63":26,"7":344,"79":25,"8":277,"80":18,"9":192,"all_client":86526,"all_tv_clinet":13432,"insert_time":"2014-08-19T08:29:24.163Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73088,"10":16,"107":490,"11":302,"12":56,"13":499,"14":147,"15":115,"155":19,"156":12,"158":30,"159":22,"16":100,"160":17,"161":188,"167":50,"168":7,"17":102,"18":626,"19":323,"20":112,"209":29,"21":728,"210":38,"214":12,"215":61,"221":244,"223":492,"224":172,"225":462,"23":293,"24":929,"25":392,"257":61,"26":156,"268":5,"27":62,"273":81,"276":27,"279":20,"28":303,"281":9,"282":29,"291":11,"292":34,"30":20,"302":8,"306":4,"31":29,"314":7,"317":1,"32":17,"33":99,"34":91,"347":44,"35":61,"352":656,"36":159,"37":80,"38":462,"380":7,"381":20,"383":31,"389":4,"39":57,"391":12,"396":3,"397":22,"40":73,"409":51,"41":51,"414":24,"415":57,"419":15,"42":31,"426":6,"43":56,"430":4,"433":5,"44":55,"45":89,"46":211,"48":84,"49":38,"5":1616,"51":57,"52":83,"53":89,"56":18,"570":7,"6":91,"63":25,"7":348,"79":28,"8":264,"80":18,"9":199,"all_client":86558,"all_tv_clinet":13470,"insert_time":"2014-08-19T08:30:25.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73165,"10":19,"107":482,"11":309,"12":55,"13":477,"14":163,"15":112,"155":24,"156":9,"158":29,"159":22,"16":102,"160":18,"161":189,"167":52,"168":7,"17":108,"18":640,"19":313,"20":118,"209":28,"21":697,"210":39,"214":13,"215":63,"221":241,"223":491,"224":179,"225":482,"23":295,"24":949,"25":399,"257":61,"26":162,"268":5,"27":58,"273":81,"276":24,"279":17,"28":307,"281":9,"282":31,"291":13,"292":34,"30":17,"302":7,"306":4,"31":27,"314":6,"317":1,"32":19,"33":99,"34":85,"347":43,"35":64,"352":652,"36":157,"37":82,"38":454,"380":6,"381":23,"383":30,"389":5,"39":59,"391":12,"396":5,"397":21,"40":80,"409":54,"41":56,"414":23,"415":56,"419":17,"42":30,"426":9,"43":54,"430":4,"433":6,"44":55,"45":80,"46":211,"48":82,"49":45,"5":1519,"51":54,"52":91,"53":96,"56":20,"570":7,"6":91,"63":27,"7":382,"79":26,"8":249,"80":22,"9":207,"all_client":86622,"all_tv_clinet":13457,"insert_time":"2014-08-19T08:31:26.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73223,"10":20,"107":474,"11":320,"12":56,"13":460,"14":170,"15":107,"155":25,"156":11,"158":27,"159":21,"16":99,"160":20,"161":180,"167":50,"168":7,"17":112,"18":649,"19":305,"20":117,"209":32,"21":669,"210":38,"214":14,"215":63,"221":237,"223":499,"224":186,"225":496,"23":315,"24":987,"25":406,"257":61,"26":160,"268":3,"27":54,"273":82,"276":21,"279":20,"28":308,"281":9,"282":31,"291":14,"292":33,"30":15,"302":6,"306":4,"31":28,"314":5,"317":1,"32":18,"33":102,"34":76,"347":44,"35":70,"352":647,"36":155,"37":80,"38":461,"380":6,"381":23,"383":30,"389":6,"39":58,"391":13,"396":5,"397":21,"40":82,"409":59,"41":54,"414":24,"415":60,"419":16,"42":29,"426":8,"43":57,"430":3,"433":6,"44":58,"45":69,"46":219,"48":85,"49":48,"5":1468,"51":53,"52":96,"53":98,"56":21,"570":8,"6":84,"63":27,"7":390,"79":26,"8":227,"80":22,"9":223,"all_client":86685,"all_tv_clinet":13462,"insert_time":"2014-08-19T08:32:27.052Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73204,"10":22,"107":461,"11":315,"12":54,"13":449,"14":171,"15":105,"155":24,"156":10,"158":26,"159":22,"16":96,"160":24,"161":173,"167":49,"168":7,"17":114,"18":650,"19":291,"20":114,"209":31,"21":639,"210":37,"214":13,"215":66,"221":233,"223":514,"224":200,"225":523,"23":310,"24":1008,"25":413,"257":59,"26":160,"268":3,"27":49,"273":83,"276":20,"279":20,"28":317,"281":10,"282":33,"291":16,"292":29,"30":14,"302":7,"306":3,"31":32,"314":6,"317":1,"32":19,"33":104,"34":69,"347":43,"35":68,"352":646,"36":159,"37":82,"38":472,"380":7,"381":26,"383":26,"389":6,"39":60,"391":14,"396":6,"397":21,"40":83,"409":60,"41":55,"414":24,"415":60,"419":15,"42":30,"426":8,"43":59,"430":3,"433":6,"44":63,"45":62,"46":224,"48":89,"49":54,"5":1457,"51":54,"52":96,"53":103,"56":23,"570":8,"6":80,"63":26,"7":392,"79":26,"8":222,"80":22,"9":228,"all_client":86690,"all_tv_clinet":13486,"insert_time":"2014-08-19T08:33:28.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73246,"10":23,"107":454,"11":316,"12":53,"13":426,"14":182,"15":101,"155":22,"156":12,"158":29,"159":22,"16":91,"160":23,"161":169,"167":48,"168":8,"17":120,"18":656,"19":286,"20":122,"209":31,"21":633,"210":36,"214":13,"215":67,"221":229,"223":522,"224":202,"225":546,"23":325,"24":1028,"25":417,"257":60,"26":156,"268":3,"27":51,"273":90,"276":20,"279":22,"28":326,"281":10,"282":29,"291":16,"292":30,"30":16,"302":7,"306":3,"31":33,"314":5,"317":2,"32":19,"33":105,"34":67,"347":42,"35":73,"352":656,"36":155,"37":81,"38":476,"380":6,"381":26,"383":27,"389":5,"39":55,"391":13,"396":5,"397":23,"40":92,"409":63,"41":53,"414":25,"415":59,"419":11,"42":30,"426":9,"43":59,"430":3,"433":5,"44":63,"45":53,"46":213,"48":90,"49":56,"5":1430,"51":52,"52":101,"53":106,"56":25,"570":8,"6":76,"63":23,"7":395,"79":27,"8":220,"80":18,"9":232,"all_client":86768,"all_tv_clinet":13522,"insert_time":"2014-08-19T08:34:28.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73292,"10":24,"107":460,"11":321,"12":57,"13":411,"14":188,"15":95,"155":23,"156":14,"158":29,"159":20,"16":87,"160":23,"161":173,"167":45,"168":9,"17":117,"18":673,"19":283,"20":121,"209":33,"21":636,"210":36,"214":14,"215":70,"221":237,"223":524,"224":212,"225":561,"23":333,"24":1009,"25":417,"257":60,"26":156,"268":3,"27":50,"273":96,"276":20,"279":19,"28":347,"281":10,"282":28,"291":18,"292":34,"30":14,"302":7,"306":3,"31":38,"314":6,"317":2,"32":19,"33":108,"34":65,"347":44,"35":72,"352":647,"36":155,"37":86,"38":484,"380":6,"381":29,"383":31,"389":5,"39":56,"391":8,"396":5,"397":24,"40":91,"409":68,"41":52,"414":23,"415":61,"419":10,"42":30,"426":11,"43":61,"430":5,"433":5,"44":65,"45":51,"46":200,"48":95,"49":56,"5":1378,"51":49,"52":107,"53":106,"56":25,"570":8,"6":78,"63":23,"7":387,"79":26,"8":218,"80":17,"9":241,"all_client":86849,"all_tv_clinet":13557,"insert_time":"2014-08-19T08:35:29.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73335,"10":28,"107":472,"11":330,"12":59,"13":390,"14":198,"15":97,"155":25,"156":15,"158":32,"159":21,"16":83,"160":23,"161":172,"167":45,"168":9,"17":111,"18":668,"19":276,"20":122,"209":39,"21":631,"210":37,"214":14,"215":73,"221":240,"223":535,"224":210,"225":556,"23":344,"24":1008,"25":430,"257":57,"26":154,"268":2,"27":48,"273":103,"276":18,"279":18,"28":354,"281":10,"282":29,"291":17,"292":36,"30":15,"302":7,"306":3,"31":38,"314":6,"317":2,"32":16,"33":108,"34":63,"347":40,"35":75,"352":650,"36":159,"37":87,"38":492,"380":4,"381":32,"383":31,"389":5,"39":55,"391":8,"396":5,"397":24,"40":96,"409":75,"41":53,"414":20,"415":60,"419":10,"42":31,"426":10,"43":61,"430":6,"433":6,"44":64,"45":45,"46":191,"48":96,"49":64,"5":1340,"51":44,"52":110,"53":99,"56":25,"570":8,"6":78,"63":23,"7":388,"79":24,"8":218,"80":17,"9":249,"all_client":86910,"all_tv_clinet":13575,"insert_time":"2014-08-19T08:36:30.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73333,"10":29,"107":483,"11":327,"12":55,"13":378,"14":197,"15":100,"155":25,"156":14,"158":34,"159":22,"16":85,"160":22,"161":185,"167":48,"168":9,"17":105,"18":674,"19":272,"20":126,"209":38,"21":624,"210":39,"214":13,"215":73,"221":240,"223":551,"224":213,"225":548,"23":348,"24":988,"25":431,"257":56,"26":155,"268":2,"27":48,"273":109,"276":20,"279":17,"28":361,"281":8,"282":25,"291":16,"292":39,"30":13,"302":7,"306":3,"31":44,"314":7,"317":2,"32":15,"33":115,"34":60,"347":39,"35":76,"352":644,"36":157,"37":88,"38":498,"380":4,"381":33,"383":31,"389":5,"39":57,"391":8,"396":4,"397":25,"40":94,"409":74,"41":48,"414":17,"415":61,"419":10,"42":33,"426":12,"43":63,"430":7,"433":6,"44":64,"45":43,"46":186,"48":94,"49":71,"5":1232,"51":37,"52":106,"53":98,"56":27,"570":9,"6":77,"63":21,"7":407,"79":24,"8":218,"80":18,"9":262,"all_client":86839,"all_tv_clinet":13506,"insert_time":"2014-08-19T08:37:31.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73334,"10":29,"107":485,"11":326,"12":59,"13":381,"14":204,"15":115,"155":26,"156":13,"158":35,"159":22,"16":86,"160":25,"161":203,"167":47,"168":9,"17":101,"18":671,"19":281,"20":123,"209":37,"21":613,"210":39,"214":13,"215":71,"221":241,"223":552,"224":215,"225":545,"23":355,"24":943,"25":443,"257":55,"26":159,"268":2,"27":46,"273":119,"276":23,"279":18,"28":360,"281":9,"282":25,"291":15,"292":66,"30":13,"302":7,"306":2,"31":47,"314":6,"317":2,"32":15,"33":116,"34":56,"347":34,"35":77,"352":654,"36":163,"37":87,"38":494,"380":4,"381":34,"383":28,"389":5,"39":54,"391":7,"396":4,"397":25,"40":91,"409":62,"41":51,"414":18,"415":62,"419":10,"42":33,"426":11,"43":65,"430":7,"433":7,"44":62,"45":38,"46":174,"48":94,"49":72,"5":1134,"51":32,"52":115,"53":88,"56":30,"570":10,"6":77,"63":22,"7":436,"79":23,"8":221,"80":20,"9":271,"all_client":86809,"all_tv_clinet":13475,"insert_time":"2014-08-19T08:38:32.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73309,"10":32,"107":474,"11":323,"12":60,"13":377,"14":208,"15":116,"155":26,"156":14,"158":37,"159":21,"16":86,"160":25,"161":218,"167":47,"168":9,"17":97,"18":665,"19":291,"20":120,"209":36,"21":630,"210":41,"214":13,"215":71,"221":251,"223":543,"224":216,"225":553,"23":367,"24":917,"25":435,"257":59,"26":161,"268":2,"27":44,"273":123,"276":22,"279":19,"28":367,"281":9,"282":19,"291":15,"292":84,"30":13,"302":7,"306":2,"31":50,"314":6,"317":2,"32":15,"33":122,"34":61,"347":29,"35":82,"352":644,"36":165,"37":89,"38":497,"380":3,"381":35,"383":30,"389":5,"39":52,"391":7,"396":2,"397":26,"40":91,"409":53,"41":50,"414":15,"415":62,"419":12,"42":31,"426":8,"43":71,"430":8,"433":7,"44":62,"45":36,"46":165,"48":92,"49":77,"5":1013,"51":29,"52":118,"53":87,"56":31,"570":12,"6":75,"63":22,"7":459,"79":20,"8":215,"80":20,"9":276,"all_client":86713,"all_tv_clinet":13404,"insert_time":"2014-08-19T08:39:33.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73356,"10":32,"107":477,"11":326,"12":65,"13":372,"14":215,"15":121,"155":25,"156":15,"158":37,"159":21,"16":86,"160":24,"161":222,"167":42,"168":9,"17":93,"18":659,"19":285,"20":114,"209":38,"21":640,"210":44,"211":1,"214":13,"215":70,"221":257,"223":545,"224":220,"225":552,"23":362,"24":913,"25":445,"257":63,"26":162,"268":2,"27":43,"273":128,"276":23,"279":22,"28":372,"281":11,"282":20,"291":17,"292":102,"30":12,"302":7,"306":2,"31":46,"314":6,"317":2,"32":14,"33":129,"34":61,"347":25,"35":85,"352":641,"36":165,"37":92,"38":478,"380":3,"381":37,"383":31,"389":6,"39":48,"391":7,"396":2,"397":27,"40":93,"409":45,"41":52,"414":15,"415":64,"419":12,"42":32,"426":9,"43":73,"430":10,"433":7,"44":67,"45":35,"46":156,"48":84,"49":80,"5":946,"51":30,"52":121,"53":77,"56":30,"570":11,"6":69,"63":21,"7":463,"79":21,"8":213,"80":19,"9":281,"all_client":86723,"all_tv_clinet":13367,"insert_time":"2014-08-19T08:40:34.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73378,"10":36,"107":467,"11":315,"12":68,"13":364,"14":215,"15":120,"155":27,"156":15,"158":38,"159":19,"16":90,"160":22,"161":207,"167":40,"168":10,"17":94,"18":648,"19":285,"20":116,"209":40,"21":632,"210":44,"211":1,"214":13,"215":66,"221":255,"223":558,"224":225,"225":562,"23":367,"24":911,"25":460,"257":65,"26":170,"268":2,"27":41,"273":135,"276":25,"279":20,"28":367,"281":11,"282":17,"291":18,"292":110,"30":10,"302":7,"306":2,"31":50,"314":7,"317":2,"32":15,"33":128,"34":58,"347":21,"35":86,"352":638,"36":165,"37":98,"38":465,"380":3,"381":40,"383":31,"389":6,"39":50,"391":7,"396":3,"397":27,"40":96,"409":46,"41":54,"414":10,"415":67,"419":13,"42":38,"426":9,"43":74,"430":11,"433":6,"44":67,"45":35,"46":152,"48":70,"49":85,"5":901,"51":29,"52":125,"53":71,"56":31,"570":11,"6":72,"63":22,"7":476,"79":21,"8":210,"80":20,"9":288,"all_client":86718,"all_tv_clinet":13340,"insert_time":"2014-08-19T08:41:35.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73448,"10":36,"107":455,"11":303,"12":69,"13":367,"14":223,"15":118,"155":27,"156":15,"158":39,"159":20,"16":92,"160":23,"161":185,"167":39,"168":11,"17":100,"18":636,"19":285,"20":117,"209":39,"21":638,"210":42,"211":1,"214":11,"215":68,"221":255,"223":571,"224":227,"225":564,"23":383,"24":928,"25":461,"257":66,"26":174,"268":2,"27":39,"273":136,"276":26,"279":20,"28":369,"281":12,"282":15,"291":20,"292":117,"30":11,"302":7,"306":2,"31":53,"314":7,"317":2,"32":18,"33":130,"34":52,"347":19,"35":89,"352":649,"36":161,"37":98,"38":466,"380":3,"381":42,"383":29,"389":6,"39":51,"391":8,"396":3,"397":27,"40":101,"409":47,"41":51,"414":10,"415":73,"419":14,"42":41,"426":7,"43":80,"430":12,"433":6,"44":65,"45":36,"46":150,"48":59,"49":89,"5":861,"51":28,"52":129,"53":65,"56":34,"570":9,"6":71,"63":20,"7":463,"79":21,"8":215,"80":20,"9":293,"all_client":86795,"all_tv_clinet":13347,"insert_time":"2014-08-19T08:42:35.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73472,"10":36,"107":437,"11":300,"12":70,"13":357,"14":223,"15":121,"155":28,"156":15,"158":40,"159":19,"16":94,"160":23,"161":172,"167":38,"168":10,"17":111,"18":639,"19":290,"20":117,"209":38,"21":635,"210":40,"214":11,"215":71,"221":255,"223":569,"224":225,"225":555,"23":391,"24":930,"25":465,"257":71,"26":178,"268":3,"27":42,"273":131,"276":29,"279":17,"28":379,"281":11,"282":17,"291":21,"292":128,"30":11,"302":7,"306":2,"31":52,"314":7,"317":2,"32":17,"33":122,"34":46,"347":16,"35":102,"352":665,"36":154,"37":92,"38":482,"380":3,"381":45,"383":28,"389":6,"39":48,"391":7,"396":3,"397":26,"40":105,"409":47,"41":49,"414":11,"415":67,"419":16,"42":42,"426":3,"43":82,"430":12,"433":7,"44":58,"45":34,"46":150,"48":53,"49":91,"5":842,"51":30,"52":133,"53":61,"56":35,"570":10,"6":76,"63":21,"7":461,"79":20,"8":216,"80":21,"9":302,"all_client":86822,"all_tv_clinet":13350,"insert_time":"2014-08-19T08:43:36.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73476,"10":32,"107":440,"11":293,"12":66,"13":360,"14":215,"15":127,"155":27,"156":16,"158":40,"159":20,"16":94,"160":23,"161":180,"167":39,"168":10,"17":118,"18":636,"19":299,"20":119,"209":37,"21":637,"210":39,"214":11,"215":72,"221":252,"223":587,"224":229,"225":565,"23":394,"24":960,"25":435,"257":73,"26":174,"268":3,"27":44,"273":119,"276":29,"279":16,"28":386,"281":10,"282":16,"291":22,"292":135,"30":14,"302":7,"306":2,"31":53,"314":7,"317":2,"32":14,"33":122,"34":44,"347":14,"35":105,"352":657,"36":149,"37":91,"38":489,"380":4,"381":43,"383":30,"389":5,"39":46,"391":7,"396":3,"397":27,"40":109,"409":48,"41":51,"414":10,"415":68,"419":18,"42":47,"426":3,"43":81,"430":13,"433":7,"44":48,"45":31,"46":147,"48":50,"49":97,"5":807,"51":31,"52":132,"53":59,"56":39,"570":10,"6":88,"63":19,"7":454,"79":20,"8":211,"80":21,"9":303,"all_client":86832,"all_tv_clinet":13356,"insert_time":"2014-08-19T08:44:37.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73596,"10":30,"107":445,"11":293,"12":66,"13":355,"14":193,"15":125,"155":25,"156":15,"158":37,"159":21,"16":99,"160":24,"161":192,"167":39,"168":10,"17":122,"18":645,"19":309,"20":122,"209":36,"21":636,"210":41,"214":10,"215":70,"221":255,"223":595,"224":236,"225":571,"23":403,"24":983,"25":415,"257":69,"26":169,"268":3,"27":42,"273":107,"276":30,"279":15,"28":394,"281":10,"282":17,"291":20,"292":120,"30":12,"302":7,"306":2,"31":53,"314":6,"317":2,"32":13,"33":123,"34":41,"347":14,"35":113,"352":648,"36":144,"37":92,"38":472,"380":5,"381":42,"383":29,"389":5,"39":47,"391":6,"396":4,"397":28,"40":119,"409":52,"41":57,"414":8,"415":66,"419":23,"42":46,"426":3,"43":80,"430":12,"433":7,"44":37,"45":31,"46":140,"48":47,"49":101,"5":777,"51":36,"52":133,"53":61,"56":39,"570":10,"6":103,"63":14,"7":465,"79":21,"8":214,"80":21,"9":309,"all_client":86950,"all_tv_clinet":13354,"insert_time":"2014-08-19T08:45:38.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73667,"10":33,"107":445,"11":282,"12":72,"13":356,"14":181,"15":114,"155":26,"156":14,"158":34,"159":21,"16":98,"160":24,"161":205,"167":37,"168":9,"17":126,"18":648,"19":317,"20":126,"209":35,"21":640,"210":42,"214":10,"215":68,"221":266,"223":603,"224":239,"225":582,"23":398,"24":1018,"25":396,"257":68,"26":156,"268":3,"27":42,"273":100,"276":33,"279":15,"28":410,"281":10,"282":20,"291":19,"292":101,"30":14,"302":8,"306":2,"31":58,"314":6,"317":2,"32":10,"33":120,"34":39,"347":12,"35":120,"352":650,"36":143,"37":95,"38":477,"380":5,"381":38,"383":26,"389":5,"39":49,"391":5,"396":5,"397":25,"40":119,"409":61,"41":62,"414":8,"415":64,"419":26,"42":44,"426":4,"43":80,"430":14,"433":7,"44":32,"45":25,"46":136,"48":50,"49":99,"5":754,"51":34,"52":132,"53":58,"56":40,"570":12,"6":109,"63":16,"7":461,"79":23,"8":220,"80":19,"9":290,"all_client":87022,"all_tv_clinet":13355,"insert_time":"2014-08-19T08:46:39.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73754,"10":31,"107":446,"11":288,"12":76,"13":363,"14":173,"15":108,"155":26,"156":14,"158":33,"159":21,"16":99,"160":21,"161":205,"167":36,"168":9,"17":135,"18":644,"19":344,"20":124,"209":35,"21":655,"210":42,"214":11,"215":70,"221":269,"223":607,"224":242,"225":578,"23":405,"24":1042,"25":382,"257":65,"26":142,"268":3,"27":39,"273":90,"276":34,"279":15,"28":416,"281":10,"282":21,"291":19,"292":83,"30":14,"302":9,"306":2,"31":59,"314":5,"317":2,"32":10,"33":123,"34":39,"347":12,"35":120,"352":646,"36":136,"37":94,"38":482,"380":5,"381":38,"383":28,"389":6,"39":52,"391":5,"396":5,"397":26,"40":122,"409":66,"41":58,"414":8,"415":63,"419":31,"42":41,"426":8,"43":73,"430":13,"433":5,"44":32,"45":26,"46":137,"48":51,"49":100,"5":745,"51":35,"52":131,"53":57,"56":41,"570":12,"6":109,"63":16,"7":466,"79":23,"8":221,"80":21,"9":278,"all_client":87132,"all_tv_clinet":13378,"insert_time":"2014-08-19T08:47:40.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73891,"10":31,"107":448,"11":289,"12":76,"13":365,"14":172,"15":111,"155":26,"156":14,"158":32,"159":17,"16":106,"160":21,"161":203,"167":38,"168":8,"17":137,"18":656,"19":352,"20":127,"209":35,"21":667,"210":43,"214":11,"215":71,"221":269,"223":596,"224":253,"225":579,"23":409,"24":1040,"25":375,"257":64,"26":130,"268":2,"27":37,"273":84,"276":36,"279":16,"28":420,"281":10,"282":22,"291":18,"292":81,"30":14,"302":9,"306":2,"31":61,"314":5,"317":2,"32":11,"33":116,"34":36,"347":10,"35":127,"352":632,"36":127,"37":92,"38":487,"380":5,"381":37,"383":29,"389":5,"39":53,"391":6,"396":5,"397":24,"40":120,"409":74,"41":58,"414":5,"415":60,"419":36,"42":35,"426":14,"43":69,"430":15,"433":5,"44":30,"45":24,"46":132,"48":53,"49":95,"5":734,"51":35,"52":136,"53":57,"56":38,"570":12,"6":116,"63":17,"7":458,"79":26,"8":230,"80":19,"9":256,"all_client":87242,"all_tv_clinet":13351,"insert_time":"2014-08-19T08:48:41.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73993,"10":33,"107":459,"11":294,"12":80,"13":363,"14":175,"15":113,"155":26,"156":14,"158":32,"159":16,"16":111,"160":21,"161":203,"167":38,"168":8,"17":144,"18":658,"19":366,"20":127,"209":33,"21":678,"210":46,"214":11,"215":73,"221":277,"223":580,"224":249,"225":572,"23":407,"24":1049,"25":363,"257":61,"26":127,"268":3,"27":38,"273":83,"276":36,"279":16,"28":419,"281":9,"282":20,"291":16,"292":78,"30":13,"302":10,"306":2,"31":60,"314":4,"317":2,"32":13,"33":119,"34":41,"347":10,"35":123,"352":619,"36":127,"37":85,"38":485,"380":8,"381":36,"383":29,"389":4,"39":57,"391":6,"396":5,"397":24,"40":121,"409":76,"41":59,"414":7,"415":59,"419":35,"42":36,"426":13,"43":66,"430":14,"433":5,"44":30,"45":25,"46":142,"48":48,"49":102,"5":702,"51":36,"52":140,"53":56,"56":36,"570":12,"6":124,"63":12,"7":450,"79":26,"8":234,"80":20,"9":240,"all_client":87326,"all_tv_clinet":13333,"insert_time":"2014-08-19T08:49:42.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74154,"10":34,"107":465,"11":305,"12":76,"13":358,"14":180,"15":109,"155":27,"156":15,"158":35,"159":14,"16":114,"160":23,"161":207,"167":36,"168":7,"17":151,"18":665,"19":373,"20":128,"209":35,"21":681,"210":46,"214":10,"215":71,"221":280,"223":573,"224":250,"225":551,"23":398,"24":1060,"25":360,"257":59,"26":128,"268":4,"27":37,"273":82,"276":37,"279":19,"28":426,"281":9,"282":18,"291":16,"292":80,"30":12,"302":9,"306":2,"31":57,"314":5,"317":1,"32":14,"33":118,"34":37,"347":10,"35":121,"352":615,"36":126,"37":69,"38":479,"380":7,"381":36,"383":30,"389":4,"39":63,"391":6,"396":5,"397":24,"40":119,"409":78,"41":56,"414":8,"415":54,"419":41,"42":32,"426":12,"43":65,"430":18,"433":5,"44":31,"45":22,"46":152,"48":45,"49":104,"5":692,"51":40,"52":141,"53":54,"56":31,"570":12,"6":138,"63":13,"7":457,"79":26,"8":245,"80":20,"9":220,"all_client":87487,"all_tv_clinet":13333,"insert_time":"2014-08-19T08:50:43.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74189,"10":32,"107":462,"11":302,"12":81,"13":361,"14":186,"15":108,"155":27,"156":15,"158":35,"159":14,"16":108,"160":26,"161":210,"167":34,"168":7,"17":157,"18":668,"19":391,"20":126,"209":35,"21":683,"210":43,"214":10,"215":75,"221":277,"223":581,"224":255,"225":529,"23":390,"24":1069,"25":355,"257":58,"26":134,"268":5,"27":38,"273":81,"276":37,"279":19,"28":427,"281":9,"282":16,"291":16,"292":87,"30":12,"302":9,"306":2,"31":56,"314":5,"317":1,"32":15,"33":109,"34":35,"347":9,"35":114,"352":622,"36":132,"37":56,"38":487,"380":6,"381":35,"383":31,"389":4,"39":65,"391":7,"396":5,"397":24,"40":117,"409":65,"41":57,"414":8,"415":58,"419":49,"42":29,"426":9,"43":59,"430":20,"433":5,"44":32,"45":21,"46":165,"48":48,"49":109,"5":675,"51":38,"52":145,"53":47,"56":29,"570":11,"6":152,"63":12,"7":448,"79":23,"8":247,"80":20,"9":216,"all_client":87523,"all_tv_clinet":13334,"insert_time":"2014-08-19T08:51:44.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74291,"10":31,"107":466,"11":303,"12":85,"13":359,"14":188,"15":107,"155":27,"156":14,"158":36,"159":13,"16":114,"160":29,"161":216,"167":33,"168":5,"17":154,"18":673,"19":400,"20":123,"209":35,"21":709,"210":43,"214":11,"215":77,"221":276,"223":589,"224":258,"225":492,"23":402,"24":1078,"25":347,"257":57,"26":136,"268":5,"27":39,"273":84,"276":37,"279":20,"28":427,"281":9,"282":17,"291":16,"292":102,"30":17,"302":9,"306":2,"31":55,"314":5,"317":1,"32":13,"33":105,"34":33,"347":10,"35":114,"352":611,"36":133,"37":50,"38":503,"380":5,"381":42,"383":33,"389":4,"39":64,"391":8,"396":5,"397":22,"40":110,"409":58,"41":53,"414":9,"415":59,"419":56,"42":26,"426":5,"43":53,"430":24,"433":4,"44":30,"45":21,"46":165,"48":45,"49":115,"5":653,"51":37,"52":145,"53":48,"56":27,"570":13,"6":157,"63":13,"7":448,"79":23,"8":253,"80":19,"9":213,"all_client":87659,"all_tv_clinet":13368,"insert_time":"2014-08-19T08:52:44.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74370,"10":31,"107":477,"11":296,"12":83,"13":361,"14":186,"15":114,"155":24,"156":16,"158":38,"159":10,"16":120,"160":29,"161":233,"167":34,"168":3,"17":149,"18":672,"19":389,"20":123,"209":34,"21":714,"210":43,"214":11,"215":76,"221":270,"223":589,"224":263,"225":493,"23":402,"24":1063,"25":342,"257":56,"26":135,"268":4,"27":37,"273":97,"276":39,"279":21,"28":424,"281":9,"282":17,"291":16,"292":113,"30":20,"302":8,"306":2,"31":59,"314":6,"317":1,"32":17,"33":97,"34":31,"347":10,"35":112,"352":607,"36":141,"37":42,"38":512,"380":5,"381":44,"383":33,"389":4,"39":64,"391":9,"396":5,"397":23,"40":105,"409":50,"41":55,"414":9,"415":58,"419":58,"42":26,"426":4,"43":49,"430":24,"433":5,"44":27,"45":20,"46":158,"48":48,"49":119,"5":646,"51":36,"52":146,"53":49,"56":24,"570":14,"6":170,"63":13,"7":441,"79":22,"8":256,"80":20,"9":215,"all_client":87745,"all_tv_clinet":13375,"insert_time":"2014-08-19T08:53:45.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74463,"10":32,"107":471,"11":299,"12":82,"13":355,"14":170,"15":118,"155":25,"156":16,"158":37,"159":12,"16":131,"160":27,"161":224,"167":35,"168":4,"17":156,"18":673,"19":372,"20":118,"209":36,"21":718,"210":41,"214":11,"215":77,"221":264,"223":607,"224":262,"225":475,"23":413,"24":1048,"25":341,"257":58,"26":136,"268":4,"27":35,"273":115,"276":43,"279":22,"28":432,"281":8,"282":17,"291":15,"292":129,"30":26,"302":8,"306":2,"31":58,"314":5,"317":1,"32":17,"33":98,"34":28,"347":11,"35":115,"352":616,"36":141,"37":39,"38":510,"380":4,"381":44,"383":36,"389":4,"39":71,"391":8,"396":5,"397":24,"40":107,"409":47,"41":53,"414":9,"415":56,"419":60,"42":26,"426":3,"43":46,"430":23,"433":5,"44":24,"45":19,"46":170,"48":43,"49":121,"5":635,"51":36,"52":146,"53":50,"56":23,"570":13,"6":178,"63":14,"7":446,"79":22,"8":262,"80":19,"9":222,"all_client":87876,"all_tv_clinet":13413,"insert_time":"2014-08-19T08:54:46.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74494,"10":32,"107":450,"11":290,"12":80,"13":356,"14":160,"15":122,"155":22,"156":15,"158":40,"159":13,"16":137,"160":25,"161":212,"167":37,"168":4,"17":155,"18":675,"19":353,"20":123,"209":37,"21":727,"210":38,"214":12,"215":83,"221":262,"223":617,"224":248,"225":480,"23":418,"24":1042,"25":342,"257":59,"26":134,"268":4,"27":33,"273":122,"276":45,"279":20,"28":432,"281":9,"282":17,"291":14,"292":148,"30":27,"302":7,"306":2,"31":59,"314":4,"317":1,"32":19,"33":101,"34":28,"347":11,"35":114,"352":610,"36":141,"37":39,"38":513,"380":5,"381":43,"383":37,"389":5,"39":79,"391":8,"396":5,"397":25,"40":113,"409":44,"41":53,"414":11,"415":54,"419":58,"42":24,"426":5,"43":44,"430":21,"433":5,"44":25,"45":19,"46":180,"48":44,"49":122,"5":644,"51":35,"52":147,"53":48,"56":23,"570":11,"6":184,"63":16,"7":439,"79":21,"8":256,"80":16,"9":227,"all_client":87910,"all_tv_clinet":13416,"insert_time":"2014-08-19T08:55:47.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74633,"10":31,"107":443,"11":287,"12":80,"13":347,"14":155,"15":122,"155":21,"156":17,"158":35,"159":13,"16":142,"160":22,"161":203,"167":37,"168":5,"17":162,"18":687,"19":353,"20":117,"209":35,"21":742,"210":39,"214":14,"215":82,"221":257,"223":617,"224":219,"225":482,"23":426,"24":1027,"25":355,"257":61,"26":139,"268":4,"27":35,"273":114,"276":43,"279":18,"28":438,"281":9,"282":16,"291":13,"292":161,"30":33,"302":8,"306":2,"31":61,"314":5,"317":1,"32":18,"33":108,"34":29,"347":11,"35":113,"352":615,"36":137,"37":39,"38":510,"380":6,"381":40,"383":39,"389":5,"39":83,"391":8,"396":5,"397":27,"40":109,"409":45,"41":50,"414":13,"415":54,"419":61,"42":22,"426":4,"43":46,"430":19,"433":6,"44":24,"45":17,"46":186,"48":41,"49":125,"5":642,"51":36,"52":146,"53":49,"56":20,"570":10,"6":181,"63":16,"7":440,"79":25,"8":259,"80":14,"9":227,"all_client":88048,"all_tv_clinet":13415,"insert_time":"2014-08-19T08:56:48.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74676,"10":32,"107":453,"11":288,"12":79,"13":335,"14":151,"15":119,"155":20,"156":20,"158":37,"159":13,"16":146,"160":22,"161":197,"167":39,"168":6,"17":177,"18":661,"19":367,"20":118,"209":35,"21":750,"210":38,"214":14,"215":81,"221":245,"223":600,"224":198,"225":471,"23":424,"24":1015,"25":373,"257":61,"26":139,"268":3,"27":34,"273":112,"276":41,"279":16,"28":447,"281":10,"282":16,"291":13,"292":168,"30":38,"302":9,"306":2,"31":59,"314":5,"317":1,"32":19,"33":114,"34":33,"347":10,"35":113,"352":625,"36":142,"37":39,"38":510,"380":6,"381":40,"383":41,"389":5,"39":84,"391":9,"396":6,"397":27,"40":113,"409":40,"41":49,"414":13,"415":59,"419":58,"42":23,"426":4,"43":42,"430":21,"433":9,"44":23,"45":18,"46":187,"48":43,"49":127,"5":641,"51":38,"52":147,"53":46,"56":17,"570":11,"6":187,"63":16,"7":429,"79":25,"8":262,"80":13,"9":253,"all_client":88111,"all_tv_clinet":13435,"insert_time":"2014-08-19T08:57:49.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74716,"10":33,"107":459,"11":288,"12":79,"13":340,"14":149,"15":124,"155":21,"156":21,"158":38,"159":13,"16":153,"160":22,"161":204,"167":40,"168":7,"17":182,"18":630,"19":371,"20":119,"209":36,"21":754,"210":37,"211":1,"214":14,"215":81,"221":252,"223":579,"224":184,"225":466,"23":417,"24":1010,"25":376,"257":59,"26":142,"268":5,"27":32,"273":103,"276":41,"279":15,"28":450,"281":10,"282":16,"291":13,"292":177,"30":46,"302":11,"306":2,"31":57,"314":5,"317":1,"32":20,"33":108,"34":34,"347":9,"35":114,"352":630,"36":147,"37":36,"38":506,"380":6,"381":42,"383":44,"389":5,"39":90,"391":10,"396":7,"397":27,"40":115,"409":38,"41":51,"414":14,"415":64,"419":57,"42":22,"426":9,"43":43,"430":21,"433":9,"44":21,"45":18,"46":190,"48":42,"49":122,"5":632,"51":34,"52":144,"53":42,"56":17,"570":13,"6":197,"63":15,"7":419,"79":26,"8":263,"80":12,"9":277,"all_client":88163,"all_tv_clinet":13447,"insert_time":"2014-08-19T08:58:50.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74810,"10":34,"107":475,"11":293,"12":83,"13":346,"14":142,"15":129,"155":21,"156":22,"158":38,"159":13,"16":157,"160":20,"161":200,"167":42,"168":7,"17":186,"18":611,"19":383,"20":119,"209":36,"21":774,"210":37,"211":1,"214":13,"215":84,"221":247,"223":568,"224":167,"225":456,"23":407,"24":1013,"25":380,"257":63,"26":139,"268":5,"27":29,"273":101,"276":37,"279":14,"28":447,"281":10,"282":16,"291":17,"292":172,"30":51,"302":11,"306":2,"31":56,"314":3,"317":1,"32":21,"33":107,"34":38,"347":7,"35":114,"352":629,"36":141,"37":30,"38":500,"380":5,"381":42,"383":42,"389":5,"39":94,"391":10,"396":7,"397":27,"40":116,"409":37,"41":49,"414":12,"415":65,"419":58,"42":23,"426":10,"43":43,"430":21,"433":7,"44":23,"45":18,"46":191,"48":40,"49":126,"5":636,"51":31,"52":144,"53":42,"56":19,"570":12,"6":204,"63":13,"7":419,"79":24,"8":267,"80":12,"9":288,"all_client":88257,"all_tv_clinet":13447,"insert_time":"2014-08-19T08:59:51.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74856,"10":36,"107":481,"11":298,"12":83,"13":349,"14":145,"15":139,"155":21,"156":21,"158":35,"159":12,"16":151,"160":20,"161":198,"167":43,"168":7,"17":192,"18":597,"19":410,"20":126,"209":37,"21":791,"210":36,"211":1,"214":14,"215":83,"221":253,"223":549,"224":153,"225":446,"23":403,"24":1011,"25":383,"257":58,"26":146,"268":5,"27":30,"273":103,"276":35,"279":13,"28":452,"281":10,"282":15,"291":21,"292":166,"30":54,"302":11,"306":2,"31":53,"314":4,"317":1,"32":20,"33":101,"34":39,"347":7,"35":114,"352":625,"36":139,"37":26,"38":499,"380":7,"381":43,"383":42,"389":5,"39":98,"391":10,"396":5,"397":27,"40":114,"409":39,"41":48,"414":12,"415":64,"419":64,"42":23,"426":13,"43":43,"430":19,"433":6,"44":24,"45":18,"46":191,"48":41,"49":128,"5":646,"51":28,"52":148,"53":43,"56":18,"570":12,"6":202,"63":13,"7":435,"79":21,"8":266,"80":12,"9":290,"all_client":88347,"all_tv_clinet":13491,"insert_time":"2014-08-19T09:00:52.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74991,"10":36,"107":493,"11":299,"12":79,"13":347,"14":146,"15":134,"155":23,"156":22,"158":36,"159":14,"16":156,"160":18,"161":194,"167":45,"168":9,"17":198,"18":606,"19":432,"20":129,"209":35,"21":810,"210":35,"211":1,"214":14,"215":83,"221":246,"223":531,"224":142,"225":455,"23":389,"24":1011,"25":394,"257":57,"26":154,"268":7,"27":31,"273":97,"276":34,"279":17,"28":446,"281":11,"282":14,"291":22,"292":145,"30":53,"302":10,"306":2,"31":54,"314":6,"317":1,"32":17,"33":107,"34":38,"347":7,"35":108,"352":619,"36":139,"37":26,"38":505,"380":6,"381":44,"383":42,"389":5,"39":106,"391":11,"396":4,"397":29,"40":111,"409":42,"41":52,"414":14,"415":66,"419":61,"42":24,"426":12,"43":39,"430":16,"433":5,"44":25,"45":18,"46":191,"48":38,"49":123,"5":654,"51":28,"52":151,"53":40,"56":17,"570":11,"6":204,"63":13,"7":438,"79":20,"8":274,"80":13,"9":284,"all_client":88511,"all_tv_clinet":13520,"insert_time":"2014-08-19T09:01:52.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75062,"10":38,"107":490,"11":305,"12":78,"13":347,"14":138,"15":147,"155":25,"156":20,"158":38,"159":14,"16":160,"160":19,"161":190,"167":45,"168":10,"17":197,"18":609,"19":468,"20":128,"209":35,"21":812,"210":34,"211":1,"214":13,"215":86,"221":248,"223":530,"224":137,"225":453,"23":403,"24":1017,"25":397,"257":53,"26":158,"268":6,"27":29,"273":93,"276":38,"279":17,"28":451,"281":11,"282":13,"291":22,"292":126,"30":53,"302":9,"306":3,"31":51,"314":6,"317":1,"32":19,"33":110,"34":38,"347":7,"35":104,"352":627,"36":142,"37":25,"38":502,"380":7,"381":43,"383":41,"389":5,"39":112,"391":12,"396":3,"397":30,"40":114,"409":50,"41":57,"414":15,"415":68,"419":61,"42":22,"426":12,"43":37,"430":19,"433":5,"44":24,"45":18,"46":195,"48":37,"49":121,"5":649,"51":27,"52":138,"53":39,"56":16,"570":10,"6":206,"63":12,"7":445,"79":19,"8":274,"80":15,"9":283,"all_client":88649,"all_tv_clinet":13587,"insert_time":"2014-08-19T09:02:53.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75209,"10":37,"107":493,"11":326,"12":75,"13":352,"14":145,"15":150,"155":25,"156":20,"158":38,"159":13,"16":162,"160":20,"161":191,"167":45,"168":11,"17":201,"18":619,"19":473,"20":124,"209":34,"21":816,"210":33,"211":1,"214":13,"215":87,"221":250,"223":526,"224":131,"225":469,"23":393,"24":1026,"25":410,"257":54,"26":154,"268":6,"27":28,"273":86,"276":38,"279":20,"28":447,"281":11,"282":13,"291":21,"292":117,"30":58,"302":8,"306":3,"31":47,"314":6,"317":2,"32":20,"33":113,"34":38,"347":8,"35":98,"352":636,"36":133,"37":21,"38":504,"380":9,"381":41,"383":46,"389":6,"39":116,"391":13,"396":3,"397":32,"40":110,"409":52,"41":62,"414":14,"415":70,"419":53,"42":22,"426":14,"43":35,"430":17,"433":5,"44":26,"45":17,"46":200,"48":34,"49":105,"5":636,"51":30,"52":120,"53":40,"56":15,"570":8,"6":218,"63":12,"7":439,"79":17,"8":272,"80":17,"9":286,"all_client":88820,"all_tv_clinet":13611,"insert_time":"2014-08-19T09:03:54.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75359,"10":32,"107":501,"11":341,"12":75,"13":360,"14":148,"15":148,"155":26,"156":21,"158":37,"159":13,"16":164,"160":22,"161":203,"167":45,"168":11,"17":198,"18":621,"19":477,"20":117,"209":34,"21":819,"210":30,"211":2,"214":11,"215":93,"221":257,"223":529,"224":126,"225":481,"23":391,"24":1019,"25":425,"257":53,"26":155,"268":9,"27":30,"273":87,"276":40,"279":25,"28":446,"281":10,"282":14,"291":22,"292":108,"30":58,"302":7,"306":3,"31":43,"314":5,"317":2,"32":22,"33":119,"34":39,"347":9,"35":92,"352":628,"36":131,"37":18,"38":500,"380":9,"381":35,"383":47,"389":6,"39":118,"391":15,"396":3,"397":32,"40":106,"409":52,"41":63,"414":14,"415":69,"419":49,"42":24,"426":11,"43":34,"430":17,"433":5,"44":26,"45":19,"46":204,"48":31,"49":102,"5":629,"51":35,"52":102,"53":39,"56":15,"570":7,"6":230,"63":14,"7":416,"79":18,"8":268,"80":19,"9":289,"all_client":88983,"all_tv_clinet":13624,"insert_time":"2014-08-19T09:04:55.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75466,"10":30,"107":501,"11":342,"12":76,"13":356,"14":149,"15":148,"155":29,"156":20,"158":37,"159":13,"16":165,"160":22,"161":208,"167":44,"168":12,"17":192,"18":622,"19":482,"20":116,"209":32,"21":819,"210":26,"211":3,"214":11,"215":92,"221":253,"223":537,"224":121,"225":485,"23":396,"24":1033,"25":431,"257":52,"26":157,"268":9,"27":28,"273":84,"276":44,"279":27,"28":449,"281":10,"282":13,"291":22,"292":101,"30":59,"302":8,"306":4,"31":47,"314":7,"317":2,"32":23,"33":124,"34":40,"347":10,"35":84,"352":626,"36":132,"37":16,"38":507,"380":9,"381":39,"383":43,"389":6,"39":122,"391":14,"396":3,"397":33,"40":107,"409":52,"41":66,"414":13,"415":68,"419":42,"42":27,"426":11,"43":34,"430":16,"433":5,"44":25,"45":19,"46":205,"48":36,"49":101,"5":636,"51":31,"52":88,"53":38,"56":13,"570":6,"6":236,"63":14,"7":399,"79":18,"8":266,"80":20,"9":296,"all_client":89111,"all_tv_clinet":13645,"insert_time":"2014-08-19T09:05:56.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75596,"10":31,"107":498,"11":328,"12":75,"13":367,"14":145,"15":147,"155":30,"156":20,"158":38,"159":13,"16":162,"160":26,"161":205,"167":44,"168":10,"17":185,"18":618,"19":480,"20":119,"209":34,"21":808,"210":23,"211":3,"214":11,"215":95,"221":262,"223":551,"224":111,"225":492,"23":397,"24":1032,"25":436,"257":56,"26":157,"268":9,"27":28,"273":82,"276":48,"279":26,"28":458,"281":12,"282":16,"291":24,"292":97,"30":59,"302":9,"306":5,"31":46,"314":8,"317":2,"32":21,"33":126,"34":40,"347":8,"35":81,"352":606,"36":129,"37":15,"38":502,"380":9,"381":42,"383":43,"389":6,"39":126,"391":16,"396":5,"397":33,"40":110,"409":55,"41":77,"414":15,"415":67,"419":36,"42":27,"426":11,"43":33,"430":17,"433":5,"44":28,"45":20,"46":205,"48":36,"49":99,"5":647,"51":33,"52":84,"53":36,"56":13,"570":8,"6":238,"63":16,"7":394,"79":19,"8":273,"80":19,"9":301,"all_client":89264,"all_tv_clinet":13668,"insert_time":"2014-08-19T09:06:57.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75740,"10":29,"107":494,"11":328,"12":72,"13":375,"14":141,"15":145,"155":33,"156":18,"158":39,"159":14,"16":161,"160":27,"161":199,"167":44,"168":10,"17":186,"18":626,"19":490,"20":124,"209":34,"21":796,"210":22,"211":3,"214":11,"215":92,"221":260,"223":568,"224":104,"225":500,"23":392,"24":1042,"25":444,"257":57,"26":160,"268":8,"27":28,"273":75,"276":55,"279":26,"28":450,"281":10,"282":16,"291":24,"292":95,"30":56,"302":9,"306":6,"31":46,"314":8,"317":2,"32":20,"33":131,"34":40,"347":8,"35":72,"352":615,"36":134,"37":13,"38":510,"380":10,"381":41,"383":42,"389":5,"39":123,"391":19,"396":5,"397":34,"40":113,"409":57,"41":77,"414":11,"415":65,"419":36,"42":31,"426":13,"43":30,"430":15,"433":6,"44":32,"45":17,"46":206,"48":40,"49":91,"5":659,"51":33,"52":79,"53":36,"56":14,"570":7,"6":224,"63":17,"7":393,"79":20,"8":273,"80":18,"9":303,"all_client":89432,"all_tv_clinet":13692,"insert_time":"2014-08-19T09:07:57.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75860,"10":27,"107":483,"11":326,"12":76,"13":385,"14":141,"15":141,"155":35,"156":19,"158":39,"159":15,"16":162,"160":28,"161":202,"167":46,"168":9,"17":183,"18":639,"19":499,"20":125,"209":33,"21":791,"210":20,"211":3,"214":10,"215":93,"221":251,"223":583,"224":96,"225":498,"23":391,"24":1047,"25":445,"257":60,"26":162,"268":8,"27":26,"273":76,"276":59,"279":25,"28":459,"281":11,"282":16,"291":20,"292":98,"30":57,"302":8,"306":6,"31":49,"314":8,"317":2,"32":20,"33":136,"34":39,"347":8,"35":70,"352":611,"36":134,"37":13,"38":518,"380":10,"381":42,"383":41,"389":5,"39":124,"391":17,"396":6,"397":34,"40":113,"409":58,"41":82,"414":11,"415":66,"419":37,"42":31,"426":12,"43":31,"430":16,"433":6,"44":36,"45":19,"46":201,"48":40,"49":88,"5":655,"51":32,"52":77,"53":33,"56":12,"570":7,"6":203,"63":18,"7":389,"79":19,"8":277,"80":22,"9":307,"all_client":89577,"all_tv_clinet":13717,"insert_time":"2014-08-19T09:08:58.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75964,"10":25,"107":497,"11":325,"12":76,"13":397,"14":148,"15":140,"155":36,"156":18,"158":40,"159":14,"16":163,"160":27,"161":210,"167":46,"168":7,"17":183,"18":655,"19":512,"20":117,"209":32,"21":780,"210":12,"211":3,"214":12,"215":91,"221":253,"223":604,"224":97,"225":500,"23":390,"24":1054,"25":443,"257":60,"26":160,"268":8,"27":28,"273":73,"276":68,"279":24,"28":459,"281":8,"282":15,"291":17,"292":96,"30":61,"302":8,"306":6,"31":46,"314":8,"317":2,"32":23,"33":134,"34":38,"347":8,"35":67,"352":623,"36":135,"37":10,"38":514,"380":9,"381":45,"383":39,"389":5,"39":123,"391":17,"396":7,"397":34,"40":114,"409":62,"41":85,"414":9,"415":59,"419":38,"42":35,"426":13,"43":30,"430":17,"433":6,"44":42,"45":20,"46":203,"48":41,"49":84,"5":656,"51":32,"52":80,"53":31,"56":11,"570":6,"6":194,"63":18,"7":395,"79":19,"8":272,"80":23,"9":289,"all_client":89733,"all_tv_clinet":13769,"insert_time":"2014-08-19T09:09:59.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75962,"10":26,"107":500,"11":322,"12":78,"13":397,"14":151,"15":140,"155":36,"156":19,"158":37,"159":13,"16":161,"160":27,"161":208,"167":48,"168":8,"17":178,"18":669,"19":525,"20":120,"209":32,"21":782,"210":10,"211":3,"214":11,"215":87,"221":252,"223":622,"224":94,"225":512,"23":394,"24":1050,"25":439,"257":60,"26":163,"268":5,"27":28,"273":68,"276":70,"279":23,"28":464,"281":11,"282":15,"291":14,"292":93,"30":64,"302":8,"306":5,"31":45,"314":8,"317":2,"32":24,"33":134,"34":37,"347":12,"35":66,"352":633,"36":126,"37":13,"38":516,"380":9,"381":44,"383":40,"389":5,"39":122,"391":19,"396":6,"397":33,"40":114,"409":62,"41":84,"414":9,"415":56,"419":37,"42":39,"426":12,"43":30,"430":18,"433":7,"44":41,"45":19,"46":198,"48":40,"49":83,"5":661,"51":34,"52":83,"53":33,"56":11,"570":6,"6":183,"63":16,"7":406,"79":18,"8":271,"80":23,"9":264,"all_client":89756,"all_tv_clinet":13794,"insert_time":"2014-08-19T09:11:00.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76066,"10":30,"107":497,"11":313,"12":77,"13":409,"14":154,"15":144,"155":37,"156":19,"158":35,"159":13,"16":158,"160":29,"161":204,"167":48,"168":8,"17":181,"18":689,"19":551,"20":117,"209":27,"21":788,"210":8,"211":3,"214":10,"215":87,"221":258,"223":651,"224":94,"225":518,"23":399,"24":1060,"25":442,"257":58,"26":161,"268":4,"27":29,"273":65,"276":73,"279":21,"28":464,"281":12,"282":15,"291":11,"292":91,"30":64,"302":8,"306":5,"31":41,"314":8,"317":2,"32":25,"33":134,"34":33,"347":11,"35":60,"352":629,"36":119,"37":13,"38":514,"380":10,"381":43,"383":42,"389":5,"39":119,"391":18,"396":6,"397":34,"40":116,"409":61,"41":85,"414":9,"415":47,"419":37,"42":41,"426":12,"43":28,"430":19,"433":6,"44":42,"45":18,"46":202,"48":44,"49":80,"5":657,"51":34,"52":83,"53":33,"56":12,"570":7,"6":177,"63":19,"7":397,"79":18,"8":268,"80":25,"9":239,"all_client":89887,"all_tv_clinet":13821,"insert_time":"2014-08-19T09:12:01.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76112,"10":31,"107":499,"11":309,"12":76,"13":424,"14":154,"15":142,"155":38,"156":20,"158":35,"159":12,"16":154,"160":28,"161":193,"167":48,"168":9,"17":188,"18":704,"19":569,"20":116,"209":26,"21":804,"210":8,"211":3,"214":10,"215":87,"221":256,"223":656,"224":95,"225":530,"23":410,"24":1061,"25":444,"257":60,"26":163,"268":5,"27":28,"273":63,"276":76,"279":25,"28":463,"281":12,"282":15,"291":11,"292":101,"30":62,"302":9,"306":6,"31":40,"314":8,"317":2,"32":28,"33":130,"34":30,"347":12,"35":54,"352":638,"36":116,"37":13,"38":508,"380":10,"381":45,"383":41,"389":3,"39":115,"391":17,"396":5,"397":34,"40":115,"409":61,"41":85,"414":9,"415":48,"419":42,"42":42,"426":9,"43":28,"430":21,"433":6,"44":38,"45":16,"46":200,"48":47,"49":76,"5":657,"51":33,"52":82,"53":33,"56":12,"570":7,"6":168,"63":20,"7":391,"79":18,"8":270,"80":25,"9":237,"all_client":89995,"all_tv_clinet":13883,"insert_time":"2014-08-19T09:13:01.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76258,"10":33,"107":502,"11":317,"12":78,"13":439,"14":159,"15":141,"155":42,"156":20,"158":37,"159":11,"16":152,"160":28,"161":184,"167":50,"168":9,"17":191,"18":709,"19":588,"20":116,"209":28,"21":802,"210":8,"211":2,"214":10,"215":86,"221":242,"223":637,"224":94,"225":544,"23":415,"24":1067,"25":444,"257":63,"26":169,"268":5,"27":27,"273":63,"276":78,"279":27,"28":462,"281":12,"282":13,"291":10,"292":98,"30":64,"302":9,"306":7,"31":41,"314":6,"317":2,"32":28,"33":117,"34":28,"347":15,"35":53,"352":640,"36":114,"37":11,"38":503,"380":11,"381":49,"383":39,"389":3,"39":111,"391":16,"396":6,"397":34,"40":113,"409":61,"41":80,"414":9,"415":53,"419":52,"42":43,"426":8,"43":28,"430":23,"433":8,"44":42,"45":16,"46":201,"48":44,"49":73,"5":652,"51":36,"52":80,"53":38,"56":14,"570":7,"6":162,"63":20,"7":393,"79":19,"8":270,"80":25,"9":234,"all_client":90181,"all_tv_clinet":13923,"insert_time":"2014-08-19T09:14:02.686Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76344,"10":34,"107":497,"11":319,"12":78,"13":449,"14":163,"15":144,"155":41,"156":21,"158":38,"159":9,"16":151,"160":31,"161":181,"167":52,"168":8,"17":185,"18":716,"19":590,"20":115,"209":29,"21":807,"210":7,"211":1,"214":9,"215":82,"221":245,"223":627,"224":98,"225":560,"23":428,"24":1057,"25":447,"257":60,"26":175,"268":5,"27":29,"273":58,"276":79,"279":29,"28":448,"281":12,"282":14,"291":10,"292":96,"30":65,"302":9,"306":7,"31":38,"314":6,"317":3,"32":29,"33":114,"34":28,"347":15,"35":51,"352":648,"36":118,"37":10,"38":507,"380":11,"381":49,"383":38,"389":3,"39":109,"391":14,"396":6,"397":34,"40":116,"409":61,"41":83,"414":9,"415":56,"419":52,"42":42,"426":7,"43":32,"430":25,"433":8,"44":43,"45":18,"46":199,"48":40,"49":78,"5":655,"51":37,"52":82,"53":40,"56":15,"570":7,"6":165,"63":21,"7":389,"79":19,"8":268,"80":25,"9":226,"all_client":90308,"all_tv_clinet":13964,"insert_time":"2014-08-19T09:15:03.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76396,"10":33,"107":487,"11":322,"12":79,"13":446,"14":163,"15":146,"155":42,"156":22,"158":40,"159":9,"16":150,"160":33,"161":183,"167":52,"168":9,"17":179,"18":743,"19":592,"20":119,"209":25,"21":806,"210":7,"211":1,"214":10,"215":81,"221":244,"223":646,"224":101,"225":559,"23":434,"24":1073,"25":453,"257":58,"26":182,"268":6,"27":26,"273":55,"276":80,"279":29,"28":422,"281":12,"282":12,"291":10,"292":91,"30":62,"302":9,"306":7,"31":39,"314":5,"317":3,"32":30,"33":109,"34":28,"347":15,"35":46,"352":641,"36":122,"37":10,"38":498,"380":10,"381":50,"383":36,"389":3,"39":106,"391":13,"396":5,"397":33,"40":115,"409":67,"41":84,"414":10,"415":59,"419":57,"42":48,"426":6,"43":33,"430":25,"433":9,"44":44,"45":18,"46":193,"48":44,"49":78,"5":655,"51":40,"52":85,"53":44,"56":15,"570":7,"6":163,"63":21,"7":384,"79":19,"8":261,"80":26,"9":224,"all_client":90382,"all_tv_clinet":13986,"insert_time":"2014-08-19T09:16:04.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76518,"10":33,"107":490,"11":326,"12":74,"13":445,"14":157,"15":146,"155":42,"156":22,"158":44,"159":9,"16":144,"160":33,"161":194,"167":53,"168":8,"17":163,"18":772,"19":574,"20":127,"209":22,"21":804,"210":8,"214":9,"215":79,"221":236,"223":652,"224":103,"225":548,"23":450,"24":1083,"25":451,"257":60,"26":183,"268":4,"27":23,"273":52,"276":82,"279":28,"28":400,"281":9,"282":11,"291":10,"292":91,"30":63,"302":7,"306":8,"31":40,"314":7,"317":3,"32":31,"33":108,"34":27,"347":16,"35":46,"352":648,"36":129,"37":11,"38":499,"380":11,"381":48,"383":41,"389":3,"39":104,"391":14,"396":5,"397":33,"40":115,"409":69,"41":84,"414":11,"415":57,"419":60,"42":50,"426":5,"43":31,"430":24,"433":9,"44":47,"45":19,"46":198,"48":42,"49":83,"5":654,"51":42,"52":87,"53":47,"56":14,"570":6,"6":169,"63":23,"7":381,"79":22,"8":257,"80":30,"9":223,"all_client":90533,"all_tv_clinet":14015,"insert_time":"2014-08-19T09:17:05.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76607,"10":34,"107":495,"11":332,"12":73,"13":456,"14":154,"15":139,"155":43,"156":22,"158":42,"159":10,"16":138,"160":33,"161":207,"167":53,"168":9,"17":153,"18":793,"19":550,"20":135,"209":22,"21":788,"210":7,"214":10,"215":78,"221":240,"223":669,"224":110,"225":534,"23":475,"24":1103,"25":460,"257":62,"26":188,"268":6,"27":22,"273":41,"276":86,"279":29,"28":374,"281":8,"282":11,"291":10,"292":95,"30":66,"302":7,"306":7,"31":42,"314":5,"317":3,"32":31,"33":97,"34":28,"347":20,"35":43,"352":645,"36":132,"37":10,"38":495,"380":11,"381":52,"383":37,"389":3,"39":106,"391":16,"396":8,"397":33,"40":104,"409":73,"41":90,"414":9,"415":57,"419":72,"42":56,"426":6,"43":29,"430":24,"433":9,"44":47,"45":20,"46":200,"48":38,"49":82,"5":652,"51":41,"52":91,"53":51,"56":15,"570":6,"6":176,"63":24,"7":377,"79":23,"8":258,"80":28,"9":232,"all_client":90693,"all_tv_clinet":14086,"insert_time":"2014-08-19T09:18:06.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76703,"10":33,"107":499,"11":335,"12":73,"13":465,"14":152,"15":133,"155":44,"156":20,"158":44,"159":12,"16":134,"160":33,"161":222,"167":53,"168":8,"17":145,"18":818,"19":497,"20":138,"209":24,"21":767,"210":7,"214":11,"215":81,"221":231,"223":674,"224":114,"225":522,"23":486,"24":1118,"25":462,"257":65,"26":190,"268":7,"27":22,"273":40,"276":87,"279":27,"28":355,"281":8,"282":11,"291":10,"292":101,"30":65,"302":8,"306":7,"31":41,"314":5,"317":3,"32":32,"33":91,"34":27,"347":23,"35":45,"352":651,"36":133,"37":10,"38":486,"380":11,"381":53,"383":38,"389":3,"39":107,"391":18,"396":7,"397":33,"40":91,"409":72,"41":91,"414":8,"415":57,"419":76,"42":63,"426":7,"43":30,"430":26,"433":8,"44":46,"45":21,"46":211,"48":40,"49":89,"5":655,"51":42,"52":98,"53":51,"56":17,"570":6,"6":175,"63":24,"7":381,"79":25,"8":263,"80":28,"9":232,"all_client":90811,"all_tv_clinet":14108,"insert_time":"2014-08-19T09:19:07.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76808,"10":34,"107":488,"11":337,"12":75,"13":470,"14":157,"15":131,"155":44,"156":19,"158":41,"159":13,"16":129,"160":33,"161":218,"167":52,"168":8,"17":139,"18":821,"19":486,"20":134,"209":23,"21":757,"210":7,"214":13,"215":85,"221":230,"223":676,"224":124,"225":509,"23":484,"24":1121,"25":461,"257":65,"26":189,"268":7,"27":22,"273":41,"276":92,"279":24,"28":355,"281":8,"282":11,"291":10,"292":105,"30":69,"302":9,"306":6,"31":41,"314":4,"317":3,"32":33,"33":89,"34":25,"347":20,"35":46,"352":657,"36":135,"37":10,"38":488,"380":11,"381":58,"383":35,"389":3,"39":108,"391":17,"396":7,"397":33,"40":81,"409":78,"41":97,"414":7,"415":58,"419":82,"42":67,"426":8,"43":29,"430":27,"433":9,"44":49,"45":22,"46":214,"48":41,"49":98,"5":668,"51":41,"52":100,"53":51,"56":19,"570":8,"6":187,"63":25,"7":376,"79":26,"8":263,"80":31,"9":233,"all_client":90958,"all_tv_clinet":14150,"insert_time":"2014-08-19T09:20:08.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76855,"10":34,"107":499,"11":341,"12":72,"13":469,"14":166,"15":139,"155":45,"156":18,"158":40,"159":12,"16":133,"160":33,"161":228,"167":53,"168":9,"17":137,"18":842,"19":476,"20":130,"209":24,"21":720,"210":6,"214":13,"215":86,"221":237,"223":679,"224":132,"225":528,"23":492,"24":1122,"25":466,"257":63,"26":183,"268":6,"27":18,"273":46,"276":93,"279":25,"28":346,"281":8,"282":10,"291":9,"292":104,"30":69,"302":8,"306":6,"31":44,"314":4,"317":3,"32":34,"33":82,"34":21,"347":19,"35":42,"352":646,"36":137,"37":10,"38":475,"380":12,"381":56,"383":35,"389":4,"39":108,"391":17,"396":6,"397":32,"40":73,"409":80,"41":97,"414":7,"415":62,"419":88,"42":67,"426":7,"43":29,"430":26,"433":11,"44":50,"45":21,"46":214,"48":42,"49":107,"5":681,"51":43,"52":109,"53":53,"56":18,"570":8,"6":189,"63":26,"7":368,"79":28,"8":262,"80":35,"9":242,"all_client":91060,"all_tv_clinet":14205,"insert_time":"2014-08-19T09:21:09.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77065,"10":33,"107":502,"11":337,"12":65,"13":470,"14":167,"15":145,"155":48,"156":18,"158":39,"159":11,"16":136,"160":31,"161":237,"167":53,"168":9,"17":134,"18":849,"19":481,"20":130,"209":25,"21":710,"210":5,"214":15,"215":84,"221":227,"223":687,"224":139,"225":527,"23":513,"24":1121,"25":476,"257":55,"26":190,"268":7,"27":19,"273":44,"276":94,"279":26,"28":335,"281":7,"282":11,"291":11,"292":111,"30":69,"302":8,"306":5,"31":38,"314":5,"317":3,"32":33,"33":80,"34":21,"347":18,"35":41,"352":654,"36":139,"37":11,"38":470,"380":9,"381":57,"383":35,"389":5,"39":113,"391":18,"396":5,"397":32,"40":69,"409":78,"41":93,"414":7,"415":64,"419":90,"42":69,"426":7,"43":29,"430":29,"433":11,"44":52,"45":18,"46":219,"48":40,"49":110,"5":699,"51":43,"52":113,"53":45,"56":17,"570":7,"6":196,"63":26,"7":356,"79":27,"8":264,"80":38,"9":239,"all_client":91323,"all_tv_clinet":14258,"insert_time":"2014-08-19T09:22:10.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77205,"10":35,"107":506,"11":339,"12":64,"13":479,"14":168,"15":142,"155":49,"156":18,"158":36,"159":13,"16":134,"160":28,"161":243,"167":54,"168":9,"17":129,"18":851,"19":484,"20":130,"209":24,"21":700,"210":5,"214":15,"215":94,"221":223,"223":714,"224":146,"225":533,"23":527,"24":1107,"25":476,"257":53,"26":191,"268":7,"27":20,"273":39,"276":99,"279":27,"28":324,"281":6,"282":11,"291":10,"292":122,"30":68,"302":8,"306":5,"31":43,"314":6,"317":3,"32":31,"33":72,"34":24,"347":20,"35":37,"352":673,"36":142,"37":10,"38":472,"380":10,"381":50,"383":33,"389":5,"39":112,"391":18,"396":5,"397":31,"40":64,"409":76,"41":91,"414":7,"415":65,"419":94,"42":71,"426":7,"43":34,"430":32,"433":11,"44":54,"45":19,"46":222,"48":38,"49":111,"5":701,"51":46,"52":116,"53":49,"56":15,"570":7,"6":204,"63":23,"7":351,"79":28,"8":271,"80":36,"9":246,"all_client":91556,"all_tv_clinet":14351,"insert_time":"2014-08-19T09:23:11.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77286,"10":41,"107":515,"11":337,"12":61,"13":493,"14":172,"15":146,"155":50,"156":17,"158":36,"159":13,"16":131,"160":27,"161":258,"167":54,"168":9,"17":123,"18":843,"19":498,"20":132,"209":24,"21":692,"210":5,"214":16,"215":98,"221":218,"223":721,"224":152,"225":537,"23":527,"24":1106,"25":496,"257":56,"26":194,"268":7,"27":19,"273":41,"276":99,"279":24,"28":314,"281":7,"282":12,"291":11,"292":132,"30":69,"302":8,"306":5,"31":41,"314":6,"317":3,"32":34,"33":75,"34":24,"347":20,"35":36,"352":679,"36":141,"37":11,"38":468,"380":11,"381":49,"383":30,"389":3,"39":110,"391":18,"396":3,"397":31,"40":58,"409":71,"41":86,"414":10,"415":66,"419":96,"42":78,"426":6,"43":36,"430":32,"433":9,"44":51,"45":21,"46":222,"48":38,"49":115,"5":701,"51":50,"52":119,"53":42,"56":16,"570":7,"6":205,"63":24,"7":347,"79":31,"8":272,"80":36,"9":256,"all_client":91726,"all_tv_clinet":14440,"insert_time":"2014-08-19T09:24:11.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77394,"10":41,"107":525,"11":330,"12":62,"13":490,"14":176,"15":146,"155":51,"156":17,"158":34,"159":12,"16":136,"160":26,"161":267,"167":55,"168":8,"17":122,"18":829,"19":522,"20":130,"209":23,"21":690,"210":6,"214":17,"215":100,"221":231,"223":727,"224":154,"225":542,"23":533,"24":1110,"25":492,"257":54,"26":192,"268":6,"27":18,"273":39,"276":96,"279":24,"28":302,"281":7,"282":15,"291":11,"292":139,"30":69,"302":8,"306":5,"31":41,"314":6,"317":3,"32":31,"33":76,"34":25,"347":19,"35":36,"352":694,"36":147,"37":9,"38":459,"380":12,"381":49,"383":29,"389":3,"39":111,"391":16,"396":3,"397":33,"40":59,"409":69,"41":83,"414":9,"415":68,"419":102,"42":85,"426":4,"43":38,"430":34,"433":9,"44":54,"45":21,"46":215,"48":37,"49":110,"5":712,"51":48,"52":120,"53":42,"56":14,"570":5,"6":204,"63":25,"7":339,"79":34,"8":270,"80":37,"9":268,"all_client":91900,"all_tv_clinet":14506,"insert_time":"2014-08-19T09:25:12.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77558,"10":39,"107":524,"11":329,"12":63,"13":494,"14":174,"15":144,"155":52,"156":17,"158":31,"159":12,"16":140,"160":26,"161":258,"167":60,"168":7,"17":129,"18":831,"19":535,"20":122,"209":24,"21":679,"210":6,"214":18,"215":94,"221":236,"223":730,"224":159,"225":561,"23":540,"24":1108,"25":493,"257":56,"26":187,"268":6,"27":17,"273":39,"276":91,"279":24,"28":289,"281":7,"282":14,"291":11,"292":155,"30":72,"302":8,"306":5,"31":38,"314":6,"317":3,"32":28,"33":74,"34":24,"347":17,"35":35,"352":696,"36":156,"37":10,"38":440,"380":13,"381":51,"383":28,"389":3,"39":112,"391":16,"396":2,"397":33,"40":51,"409":59,"41":82,"414":8,"415":67,"419":107,"42":86,"426":3,"43":37,"430":32,"433":9,"44":54,"45":22,"46":213,"48":39,"49":109,"5":715,"51":45,"52":123,"53":43,"56":16,"570":6,"6":204,"63":23,"7":347,"79":34,"8":275,"80":37,"9":291,"all_client":92096,"all_tv_clinet":14538,"insert_time":"2014-08-19T09:26:13.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77709,"10":33,"107":536,"11":332,"12":58,"13":495,"14":178,"15":128,"155":53,"156":18,"158":32,"159":16,"16":141,"160":27,"161":234,"167":60,"168":6,"17":129,"18":829,"19":557,"20":122,"209":23,"21":676,"210":6,"214":19,"215":95,"221":231,"223":719,"224":163,"225":560,"23":555,"24":1117,"25":499,"257":56,"26":173,"268":8,"27":16,"273":41,"276":88,"279":29,"28":286,"281":8,"282":17,"291":13,"292":157,"30":75,"302":9,"306":5,"31":37,"314":8,"317":3,"32":29,"33":71,"34":24,"347":17,"35":34,"352":694,"36":159,"37":13,"38":432,"380":12,"381":54,"383":30,"389":3,"39":116,"391":17,"396":2,"397":34,"40":44,"409":54,"41":80,"414":8,"415":72,"419":109,"42":86,"426":5,"43":38,"430":30,"433":10,"44":54,"45":23,"46":207,"48":43,"49":114,"5":718,"51":46,"52":130,"53":52,"56":16,"570":6,"6":199,"63":21,"7":344,"79":35,"8":261,"80":36,"9":313,"all_client":92280,"all_tv_clinet":14571,"insert_time":"2014-08-19T09:27:14.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77772,"10":33,"107":536,"11":342,"12":55,"13":500,"14":182,"15":114,"155":56,"156":18,"158":31,"159":19,"16":144,"160":27,"161":212,"167":60,"168":4,"17":137,"18":826,"19":574,"20":118,"209":23,"21":680,"210":8,"214":20,"215":93,"221":225,"223":713,"224":172,"225":583,"23":584,"24":1120,"25":493,"257":58,"26":158,"268":8,"27":17,"273":37,"276":88,"279":27,"28":277,"281":8,"282":20,"291":12,"292":165,"30":73,"302":10,"306":5,"31":39,"314":9,"317":3,"32":31,"33":70,"34":25,"347":18,"35":33,"352":699,"36":158,"37":14,"38":436,"380":13,"381":49,"383":32,"389":4,"39":116,"391":18,"396":2,"397":30,"40":44,"409":49,"41":76,"414":7,"415":69,"419":111,"42":95,"426":8,"43":40,"430":23,"433":10,"44":54,"45":21,"46":192,"48":46,"49":112,"5":731,"51":48,"52":133,"53":52,"56":18,"570":6,"6":209,"63":22,"7":339,"79":33,"8":238,"80":37,"9":326,"all_client":92385,"all_tv_clinet":14613,"insert_time":"2014-08-19T09:28:15.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77889,"10":34,"107":542,"11":344,"12":52,"13":501,"14":181,"15":108,"155":56,"156":19,"158":30,"159":20,"16":148,"160":31,"161":205,"167":61,"168":4,"17":139,"18":837,"19":587,"20":113,"209":23,"21":697,"210":10,"214":21,"215":94,"221":230,"223":728,"224":185,"225":584,"23":599,"24":1127,"25":492,"257":60,"26":146,"268":8,"27":16,"273":38,"276":85,"279":28,"28":274,"281":8,"282":21,"291":12,"292":148,"30":76,"302":9,"306":5,"31":38,"314":7,"317":3,"32":32,"33":70,"34":24,"347":20,"35":34,"352":687,"36":161,"37":13,"38":430,"380":12,"381":51,"383":30,"389":4,"39":115,"391":17,"396":3,"397":30,"40":44,"409":51,"41":78,"414":7,"415":67,"419":120,"42":110,"426":9,"43":45,"430":20,"433":11,"44":59,"45":22,"46":175,"48":50,"49":114,"5":742,"51":48,"52":140,"53":49,"56":17,"570":4,"6":216,"63":22,"7":340,"79":32,"8":227,"80":35,"9":331,"all_client":92591,"all_tv_clinet":14702,"insert_time":"2014-08-19T09:29:16.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78103,"10":37,"107":543,"11":353,"12":50,"13":503,"14":183,"15":108,"155":58,"156":20,"158":30,"159":20,"16":139,"160":33,"161":193,"167":62,"168":3,"17":149,"18":830,"19":592,"20":109,"209":23,"21":694,"210":10,"214":23,"215":90,"221":231,"223":746,"224":189,"225":586,"23":619,"24":1132,"25":492,"257":62,"26":136,"268":6,"27":19,"273":40,"276":85,"279":30,"28":273,"281":8,"282":20,"291":11,"292":138,"30":77,"302":10,"306":5,"31":39,"314":7,"317":2,"32":26,"33":63,"34":23,"347":19,"35":33,"352":687,"36":166,"37":13,"38":422,"380":11,"381":55,"383":33,"389":4,"39":117,"391":18,"396":3,"397":30,"40":47,"409":56,"41":75,"414":9,"415":63,"419":123,"42":114,"426":9,"43":49,"430":20,"433":10,"44":60,"45":19,"46":166,"48":51,"49":117,"5":759,"51":51,"52":144,"53":44,"56":20,"570":5,"6":224,"63":22,"7":339,"79":31,"8":209,"80":34,"9":339,"all_client":92853,"all_tv_clinet":14750,"insert_time":"2014-08-19T09:30:17.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78211,"10":38,"107":535,"11":340,"12":49,"13":514,"14":183,"15":106,"155":57,"156":18,"158":34,"159":19,"16":141,"160":31,"161":195,"167":60,"168":3,"17":152,"18":825,"19":603,"20":111,"209":26,"21":696,"210":11,"214":24,"215":89,"221":232,"223":754,"224":191,"225":584,"23":629,"24":1148,"25":491,"257":61,"26":120,"268":6,"27":19,"273":42,"276":86,"279":29,"28":272,"281":8,"282":21,"291":10,"292":121,"30":77,"302":12,"306":5,"31":36,"314":5,"317":2,"32":23,"33":61,"34":21,"347":22,"35":30,"352":678,"36":162,"37":13,"38":421,"380":11,"381":57,"383":38,"389":4,"39":114,"391":17,"396":3,"397":29,"40":47,"409":65,"41":76,"414":13,"415":68,"419":125,"42":122,"426":7,"43":55,"430":19,"433":7,"44":62,"45":20,"46":165,"48":53,"49":118,"5":737,"51":46,"52":147,"53":46,"56":19,"570":5,"6":229,"63":22,"7":342,"79":33,"8":195,"80":34,"9":353,"all_client":92966,"all_tv_clinet":14755,"insert_time":"2014-08-19T09:31:19.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78394,"10":40,"107":532,"11":311,"12":51,"13":510,"14":187,"15":106,"155":56,"156":16,"158":36,"159":19,"16":147,"160":29,"161":189,"167":56,"168":2,"17":157,"18":831,"19":598,"20":105,"209":26,"21":693,"210":12,"214":24,"215":86,"221":234,"223":765,"224":195,"225":579,"23":637,"24":1187,"25":495,"257":58,"26":117,"268":6,"27":19,"273":40,"276":90,"279":29,"28":283,"281":8,"282":20,"291":12,"292":116,"30":72,"302":13,"306":5,"31":38,"314":5,"317":2,"32":23,"33":65,"34":21,"347":23,"35":31,"352":677,"36":163,"37":12,"38":411,"380":9,"381":56,"383":44,"389":4,"39":120,"391":18,"396":2,"397":26,"40":44,"409":73,"41":76,"414":13,"415":70,"419":124,"42":120,"426":10,"43":57,"430":21,"433":7,"44":62,"45":18,"46":166,"48":51,"49":120,"5":746,"51":47,"52":152,"53":48,"56":18,"570":4,"6":233,"63":23,"7":334,"79":37,"8":185,"80":35,"9":371,"all_client":93208,"all_tv_clinet":14814,"insert_time":"2014-08-19T09:32:20.114Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78516,"10":44,"107":541,"11":282,"12":53,"13":512,"14":189,"15":113,"155":55,"156":14,"158":35,"159":19,"16":149,"160":28,"161":207,"167":56,"168":2,"17":163,"18":849,"19":579,"20":101,"209":27,"21":712,"210":12,"211":1,"214":26,"215":95,"221":234,"223":760,"224":195,"225":592,"23":634,"24":1213,"25":505,"257":60,"26":117,"268":5,"27":21,"273":43,"276":90,"279":28,"28":283,"281":8,"282":21,"291":10,"292":115,"30":61,"302":13,"306":6,"31":39,"314":4,"317":1,"32":23,"33":69,"34":24,"347":25,"35":32,"352":686,"36":156,"37":12,"38":406,"380":9,"381":56,"383":46,"389":4,"39":122,"391":19,"396":2,"397":26,"40":46,"409":70,"41":75,"414":12,"415":74,"419":116,"42":122,"426":11,"43":57,"430":19,"433":7,"44":64,"45":18,"46":160,"48":51,"49":122,"5":758,"51":47,"52":157,"53":53,"56":18,"570":5,"6":225,"63":24,"7":333,"79":35,"8":175,"80":31,"9":378,"all_client":93418,"all_tv_clinet":14902,"insert_time":"2014-08-19T09:33:20.969Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78696,"10":45,"107":537,"11":272,"12":59,"13":509,"14":185,"15":131,"155":56,"156":15,"158":32,"159":21,"16":154,"160":29,"161":209,"167":57,"168":2,"17":172,"18":855,"19":538,"20":103,"209":27,"21":712,"210":11,"211":1,"214":26,"215":99,"221":239,"223":764,"224":192,"225":592,"23":639,"24":1232,"25":484,"257":61,"26":113,"268":5,"27":22,"273":42,"276":97,"279":28,"28":293,"281":10,"282":23,"291":10,"292":114,"30":58,"302":13,"306":5,"31":39,"314":5,"32":23,"33":72,"34":24,"347":27,"35":33,"352":692,"36":156,"37":15,"38":412,"380":9,"381":59,"383":44,"389":4,"39":124,"391":22,"396":2,"397":25,"40":42,"409":80,"41":72,"414":12,"415":71,"419":104,"42":124,"426":11,"43":52,"430":19,"433":8,"44":65,"45":19,"46":165,"48":53,"49":122,"5":768,"51":48,"52":160,"53":46,"56":22,"570":5,"6":218,"63":23,"7":336,"79":34,"8":171,"80":31,"9":380,"all_client":93637,"all_tv_clinet":14941,"insert_time":"2014-08-19T09:34:21.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78851,"10":46,"107":537,"11":269,"12":61,"13":512,"14":184,"15":138,"155":56,"156":13,"158":34,"159":20,"16":152,"160":30,"161":208,"167":51,"168":2,"17":181,"18":854,"19":517,"20":106,"209":26,"21":715,"210":10,"211":1,"214":25,"215":106,"221":244,"223":780,"224":201,"225":603,"23":649,"24":1281,"25":460,"257":64,"26":108,"268":5,"27":22,"273":45,"276":105,"279":28,"28":297,"281":10,"282":23,"291":9,"292":121,"30":52,"302":13,"306":6,"31":38,"314":5,"32":21,"33":69,"34":24,"347":27,"35":34,"352":684,"36":155,"37":15,"38":403,"380":10,"381":63,"383":45,"389":4,"39":126,"391":22,"396":2,"397":23,"40":40,"409":84,"41":72,"414":13,"415":73,"419":99,"42":125,"426":11,"43":48,"430":18,"433":7,"44":62,"45":20,"46":156,"48":51,"49":123,"5":776,"51":52,"52":158,"53":43,"56":21,"570":5,"6":230,"63":26,"7":333,"79":32,"8":161,"80":31,"9":379,"all_client":93850,"all_tv_clinet":14999,"insert_time":"2014-08-19T09:35:22.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78979,"10":47,"107":544,"11":266,"12":66,"13":515,"14":180,"15":146,"155":58,"156":13,"158":36,"159":21,"16":150,"160":28,"161":220,"167":51,"168":1,"17":188,"18":860,"19":510,"20":106,"209":25,"21":722,"210":11,"211":1,"214":26,"215":109,"221":246,"223":797,"224":200,"225":594,"23":664,"24":1297,"25":416,"257":66,"26":108,"268":4,"27":24,"273":44,"276":109,"279":29,"28":311,"281":10,"282":28,"291":12,"292":131,"30":50,"302":12,"306":6,"31":32,"314":6,"32":21,"33":67,"34":24,"347":27,"35":33,"352":678,"36":152,"37":17,"38":401,"380":11,"381":66,"383":47,"389":5,"39":124,"391":21,"396":2,"397":22,"40":36,"409":88,"41":76,"414":16,"415":74,"419":93,"42":133,"426":10,"43":45,"430":18,"433":8,"44":61,"45":24,"46":150,"48":49,"49":122,"5":790,"51":52,"52":158,"53":43,"56":22,"570":4,"6":229,"63":26,"7":336,"79":32,"8":149,"80":31,"9":384,"all_client":94052,"all_tv_clinet":15073,"insert_time":"2014-08-19T09:36:24.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79184,"10":46,"107":544,"11":255,"12":72,"13":517,"14":177,"15":150,"155":60,"156":14,"158":35,"159":22,"16":151,"160":28,"161":226,"167":51,"168":1,"17":190,"18":857,"19":508,"20":105,"209":26,"21":716,"210":12,"211":1,"214":26,"215":114,"221":245,"223":809,"224":199,"225":600,"23":675,"24":1301,"25":397,"257":67,"26":98,"268":4,"27":23,"273":41,"276":112,"279":31,"28":336,"281":7,"282":32,"291":12,"292":139,"30":48,"302":11,"306":6,"31":32,"314":6,"32":20,"33":63,"34":24,"347":28,"35":32,"352":671,"36":154,"37":20,"38":409,"380":12,"381":75,"383":48,"389":4,"39":125,"391":23,"396":3,"397":20,"40":34,"409":87,"41":76,"414":17,"415":80,"419":92,"42":138,"426":9,"43":48,"430":18,"433":9,"44":64,"45":22,"46":149,"48":44,"49":124,"5":795,"51":53,"52":159,"53":43,"56":23,"570":3,"6":234,"63":29,"7":341,"79":31,"8":144,"80":34,"9":393,"all_client":94343,"all_tv_clinet":15159,"insert_time":"2014-08-19T09:37:25.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79383,"10":46,"107":534,"11":243,"12":77,"13":528,"14":172,"15":154,"155":61,"156":14,"158":35,"159":23,"16":150,"160":28,"161":226,"167":54,"168":1,"17":190,"18":849,"19":511,"20":106,"209":26,"21":712,"210":13,"211":1,"214":27,"215":118,"221":247,"223":812,"224":197,"225":596,"23":699,"24":1283,"25":384,"257":65,"26":91,"268":4,"27":22,"273":41,"276":116,"279":33,"28":338,"281":7,"282":35,"291":10,"292":142,"30":45,"302":12,"306":7,"31":30,"314":6,"32":20,"33":62,"34":22,"347":29,"35":31,"352":675,"36":153,"37":21,"38":413,"380":12,"381":73,"383":51,"389":4,"39":125,"391":22,"396":3,"397":19,"40":33,"409":88,"41":75,"414":15,"415":82,"419":93,"42":151,"426":9,"43":46,"430":18,"433":11,"44":64,"45":21,"46":141,"48":38,"49":127,"5":792,"51":57,"52":160,"53":49,"56":24,"570":3,"6":238,"63":29,"7":345,"79":31,"8":126,"80":32,"9":398,"all_client":94535,"all_tv_clinet":15152,"insert_time":"2014-08-19T09:38:25.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79487,"10":45,"107":519,"11":238,"12":85,"13":528,"14":164,"15":155,"155":61,"156":12,"158":37,"159":25,"16":149,"160":29,"161":223,"167":51,"168":1,"17":201,"18":855,"19":523,"20":106,"209":26,"21":718,"210":12,"211":1,"214":25,"215":117,"221":261,"223":824,"224":201,"225":622,"23":703,"24":1278,"25":362,"257":70,"26":87,"268":5,"27":22,"273":39,"276":122,"279":31,"28":351,"281":7,"282":38,"291":9,"292":146,"30":42,"302":12,"306":7,"31":32,"314":6,"32":20,"33":60,"34":25,"347":33,"35":29,"352":679,"36":143,"37":22,"38":415,"380":12,"381":74,"383":55,"389":5,"39":127,"391":24,"396":3,"397":16,"40":34,"409":85,"41":71,"414":13,"415":73,"419":97,"42":156,"426":8,"43":42,"430":18,"433":12,"44":69,"45":21,"46":137,"48":36,"49":126,"5":799,"51":55,"52":160,"53":42,"56":24,"570":3,"6":244,"63":32,"7":363,"79":35,"8":112,"80":29,"9":407,"all_client":94715,"all_tv_clinet":15228,"insert_time":"2014-08-19T09:39:26.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79665,"10":46,"107":512,"11":246,"12":86,"13":526,"14":157,"15":152,"155":61,"156":13,"158":37,"159":25,"16":142,"160":30,"161":214,"167":52,"168":1,"17":209,"18":852,"19":538,"20":107,"209":27,"21":719,"210":11,"211":1,"214":28,"215":118,"221":265,"223":828,"224":202,"225":628,"23":712,"24":1302,"25":348,"257":71,"26":81,"268":5,"27":24,"273":39,"276":123,"279":31,"28":367,"281":7,"282":40,"291":11,"292":157,"30":39,"302":14,"306":7,"31":37,"314":5,"32":20,"33":62,"34":26,"347":36,"35":29,"352":675,"36":143,"37":25,"38":410,"380":12,"381":71,"383":53,"389":5,"39":125,"391":26,"396":2,"397":16,"40":34,"409":78,"41":70,"414":13,"415":73,"419":106,"42":160,"426":7,"43":40,"430":19,"433":11,"44":70,"45":20,"46":130,"48":40,"49":124,"5":802,"51":53,"52":162,"53":40,"56":24,"570":3,"6":244,"63":34,"7":371,"79":35,"8":102,"80":27,"9":412,"all_client":94958,"all_tv_clinet":15293,"insert_time":"2014-08-19T09:40:27.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79789,"10":46,"107":511,"11":245,"12":84,"13":523,"14":157,"15":152,"155":62,"156":13,"158":35,"159":27,"16":139,"160":31,"161":207,"167":50,"168":1,"17":210,"18":860,"19":566,"20":110,"209":27,"21":720,"210":10,"211":1,"214":32,"215":124,"221":264,"223":815,"224":203,"225":635,"23":720,"24":1298,"25":330,"257":72,"26":75,"268":5,"27":25,"273":41,"276":123,"279":30,"28":384,"281":8,"282":45,"291":11,"292":177,"30":37,"302":14,"306":7,"31":38,"314":5,"32":19,"33":54,"34":24,"347":38,"35":30,"352":679,"36":142,"37":26,"38":407,"380":11,"381":65,"383":55,"389":5,"39":127,"391":30,"396":2,"397":16,"40":36,"409":68,"41":74,"414":13,"415":70,"419":111,"42":165,"426":6,"43":35,"430":18,"433":11,"44":72,"45":21,"46":127,"48":38,"49":108,"5":808,"51":51,"52":162,"53":40,"56":23,"570":3,"6":242,"63":32,"7":375,"79":37,"8":99,"80":25,"9":432,"all_client":95126,"all_tv_clinet":15337,"insert_time":"2014-08-19T09:41:27.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79926,"10":44,"107":500,"11":247,"12":80,"13":519,"14":163,"15":152,"155":65,"156":13,"158":37,"159":24,"16":137,"160":33,"161":197,"167":54,"17":218,"18":878,"19":592,"20":108,"209":31,"21":736,"210":9,"211":1,"214":35,"215":127,"221":260,"223":785,"224":208,"225":631,"23":732,"24":1281,"25":320,"257":68,"26":73,"268":2,"27":25,"273":40,"276":128,"279":32,"28":389,"281":7,"282":44,"291":11,"292":189,"30":37,"302":13,"306":7,"31":44,"314":3,"32":18,"33":53,"34":24,"347":33,"35":31,"352":680,"36":139,"37":29,"38":405,"380":11,"381":66,"383":53,"389":4,"39":123,"391":31,"396":3,"397":16,"40":37,"409":65,"41":74,"414":15,"415":74,"419":117,"42":168,"426":5,"43":35,"430":20,"433":11,"44":71,"45":21,"46":131,"48":38,"49":101,"5":816,"51":53,"52":163,"53":45,"56":28,"570":2,"6":250,"63":33,"7":386,"79":35,"8":94,"80":25,"9":445,"all_client":95332,"all_tv_clinet":15406,"insert_time":"2014-08-19T09:42:28.796Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80062,"10":47,"107":519,"11":243,"12":80,"13":522,"14":167,"15":164,"155":68,"156":13,"158":40,"159":19,"16":127,"160":31,"161":196,"167":54,"17":219,"18":892,"19":618,"20":111,"209":33,"21":748,"210":9,"211":1,"214":37,"215":127,"221":269,"223":763,"224":211,"225":614,"23":740,"24":1258,"25":309,"257":70,"26":70,"268":2,"27":23,"273":38,"276":131,"279":36,"28":398,"281":7,"282":44,"291":9,"292":189,"30":33,"302":11,"306":6,"31":45,"314":4,"32":17,"33":51,"34":24,"347":28,"35":31,"352":682,"36":134,"37":28,"38":407,"380":11,"381":71,"383":54,"389":4,"39":119,"391":32,"396":3,"397":17,"40":34,"409":56,"41":75,"414":13,"415":75,"419":120,"42":169,"426":6,"43":31,"430":21,"433":13,"44":73,"45":22,"46":132,"48":37,"49":103,"5":825,"51":52,"52":165,"53":50,"56":26,"570":2,"6":253,"63":34,"7":392,"79":37,"8":90,"80":26,"9":460,"all_client":95532,"all_tv_clinet":15470,"insert_time":"2014-08-19T09:43:29.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80178,"10":46,"107":532,"11":253,"12":75,"13":528,"14":166,"15":169,"155":67,"156":13,"158":43,"159":17,"16":123,"160":30,"161":197,"167":49,"17":224,"18":894,"19":638,"20":114,"209":33,"21":751,"210":9,"211":1,"214":37,"215":127,"221":275,"223":726,"224":215,"225":583,"23":750,"24":1257,"25":299,"257":73,"26":66,"268":2,"27":24,"273":40,"276":132,"279":42,"28":401,"281":6,"282":43,"291":9,"292":177,"30":30,"302":12,"306":7,"31":47,"314":4,"32":15,"33":57,"34":28,"347":29,"35":31,"352":687,"36":134,"37":30,"38":405,"380":11,"381":79,"383":54,"389":4,"39":114,"391":30,"396":3,"397":17,"40":35,"409":49,"41":74,"414":11,"415":82,"419":130,"42":172,"426":4,"43":29,"430":18,"433":12,"44":75,"45":23,"46":134,"48":38,"49":102,"5":826,"51":51,"52":168,"53":51,"56":25,"570":2,"6":261,"63":38,"7":413,"79":38,"8":86,"80":27,"9":479,"all_client":95715,"all_tv_clinet":15537,"insert_time":"2014-08-19T09:44:30.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80344,"10":45,"107":531,"11":257,"12":76,"13":535,"14":166,"15":183,"155":65,"156":15,"158":45,"159":16,"16":119,"160":30,"161":202,"167":50,"17":224,"18":902,"19":662,"20":117,"209":29,"21":760,"210":9,"211":2,"214":35,"215":123,"221":274,"223":699,"224":220,"225":564,"23":756,"24":1249,"25":280,"257":74,"26":62,"268":2,"27":25,"273":41,"276":137,"279":41,"28":411,"281":10,"282":43,"291":10,"292":163,"30":28,"302":11,"306":7,"31":45,"314":3,"32":15,"33":57,"34":30,"347":30,"35":31,"352":684,"36":137,"37":30,"38":411,"380":12,"381":80,"383":53,"389":4,"39":107,"391":30,"396":2,"397":16,"40":32,"409":49,"41":80,"414":8,"415":88,"419":134,"42":178,"426":6,"43":30,"430":18,"433":13,"44":75,"45":21,"46":135,"48":35,"49":94,"5":820,"51":50,"52":169,"53":51,"56":26,"570":1,"6":271,"63":40,"7":413,"79":39,"8":83,"80":23,"9":500,"all_client":95908,"all_tv_clinet":15564,"insert_time":"2014-08-19T09:45:30.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80534,"10":45,"107":530,"11":251,"12":79,"13":543,"14":170,"15":187,"155":61,"156":18,"158":48,"159":14,"16":115,"160":32,"161":210,"167":50,"17":227,"18":903,"19":684,"20":114,"209":29,"21":765,"210":9,"211":2,"214":35,"215":121,"221":270,"223":694,"224":227,"225":559,"23":760,"24":1217,"25":273,"257":71,"26":62,"268":3,"27":26,"273":41,"276":140,"279":42,"28":425,"281":11,"282":49,"291":9,"292":149,"30":25,"302":12,"306":7,"31":48,"314":4,"32":16,"33":54,"34":30,"347":28,"35":31,"352":666,"36":134,"37":31,"38":425,"380":14,"381":78,"383":56,"389":5,"39":103,"391":31,"396":1,"397":15,"40":32,"409":52,"41":87,"414":8,"415":89,"419":135,"42":183,"426":5,"43":29,"430":17,"433":12,"44":72,"45":21,"46":136,"48":30,"49":85,"5":810,"51":50,"52":170,"53":50,"56":28,"570":1,"6":271,"63":45,"7":425,"79":39,"8":81,"80":20,"9":512,"all_client":96113,"all_tv_clinet":15579,"insert_time":"2014-08-19T09:46:31.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80680,"10":46,"107":525,"11":257,"12":83,"13":549,"14":165,"15":191,"155":57,"156":23,"158":52,"159":14,"16":105,"160":33,"161":220,"167":54,"17":230,"18":906,"19":696,"20":118,"209":28,"21":773,"210":9,"211":2,"214":33,"215":118,"221":273,"223":689,"224":233,"225":547,"23":765,"24":1196,"25":268,"257":69,"26":66,"268":2,"27":27,"273":40,"276":144,"279":41,"28":437,"281":10,"282":51,"291":10,"292":145,"30":23,"302":12,"306":8,"31":50,"314":4,"32":16,"33":55,"34":28,"347":22,"35":30,"352":659,"36":136,"37":30,"38":431,"380":16,"381":73,"383":57,"389":5,"39":103,"391":30,"396":1,"397":15,"40":29,"409":55,"41":91,"414":9,"415":93,"419":140,"42":183,"426":5,"43":31,"430":20,"433":12,"44":65,"45":24,"46":136,"48":36,"49":83,"5":807,"51":49,"52":172,"53":52,"56":27,"570":2,"6":268,"63":51,"7":435,"79":38,"8":82,"80":20,"9":525,"all_client":96324,"all_tv_clinet":15644,"insert_time":"2014-08-19T09:47:32.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80891,"10":49,"107":515,"11":258,"12":81,"13":549,"14":164,"15":190,"155":55,"156":26,"158":54,"159":11,"16":99,"160":35,"161":227,"167":57,"17":232,"18":897,"19":703,"20":120,"209":30,"21":798,"210":9,"211":1,"214":34,"215":122,"221":274,"223":678,"224":245,"225":516,"23":772,"24":1158,"25":266,"257":74,"26":64,"268":2,"27":27,"273":42,"276":148,"279":42,"28":451,"281":11,"282":54,"291":10,"292":144,"30":24,"302":13,"306":8,"31":52,"314":5,"317":2,"32":16,"33":54,"34":24,"347":19,"35":30,"352":667,"36":135,"37":29,"38":437,"380":18,"381":71,"383":62,"389":6,"39":100,"391":30,"396":1,"397":16,"40":30,"409":58,"41":97,"414":8,"415":99,"419":144,"42":171,"426":3,"43":30,"430":22,"433":12,"44":58,"45":25,"46":136,"48":44,"49":74,"5":811,"51":51,"52":171,"53":49,"56":27,"570":2,"6":261,"63":54,"7":459,"79":34,"8":89,"80":23,"9":536,"all_client":96582,"all_tv_clinet":15691,"insert_time":"2014-08-19T09:48:32.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81006,"10":46,"107":517,"11":258,"12":80,"13":535,"14":168,"15":191,"155":52,"156":33,"158":54,"159":9,"16":96,"160":35,"161":245,"167":58,"17":242,"18":905,"19":701,"20":121,"209":32,"21":810,"210":8,"211":1,"214":34,"215":126,"221":280,"223":686,"224":251,"225":510,"23":758,"24":1143,"25":272,"257":76,"26":58,"268":1,"27":26,"273":46,"276":149,"279":44,"28":467,"281":12,"282":54,"291":10,"292":160,"30":21,"302":14,"306":8,"31":51,"314":8,"317":2,"32":16,"33":53,"34":28,"347":19,"35":28,"352":674,"36":140,"37":27,"38":448,"380":19,"381":73,"383":63,"389":6,"39":94,"391":29,"396":2,"397":17,"40":32,"409":59,"41":99,"414":9,"415":97,"419":142,"42":147,"426":3,"43":28,"430":23,"433":12,"44":53,"45":28,"46":135,"48":49,"49":70,"5":819,"51":50,"52":173,"53":52,"56":26,"570":2,"6":252,"63":55,"7":473,"79":35,"8":89,"80":28,"9":530,"all_client":96776,"all_tv_clinet":15770,"insert_time":"2014-08-19T09:49:33.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81153,"10":48,"107":525,"11":248,"12":79,"13":517,"14":170,"15":202,"155":52,"156":37,"158":51,"159":8,"16":94,"160":38,"161":239,"167":61,"17":252,"18":927,"19":703,"20":117,"209":32,"21":806,"210":9,"211":1,"214":35,"215":128,"221":285,"223":693,"224":253,"225":502,"23":740,"24":1137,"25":274,"257":79,"26":55,"268":1,"27":25,"273":46,"276":154,"279":44,"28":485,"281":13,"282":57,"291":12,"292":160,"30":19,"302":14,"306":8,"31":54,"314":10,"317":2,"32":19,"33":52,"34":33,"347":17,"35":29,"352":695,"36":141,"37":24,"38":466,"380":19,"381":73,"383":62,"389":6,"39":90,"391":27,"396":2,"397":17,"40":32,"409":60,"41":101,"414":8,"415":98,"419":147,"42":128,"426":3,"43":24,"430":27,"433":13,"44":49,"45":29,"46":135,"48":52,"49":70,"5":818,"51":51,"52":169,"53":50,"56":27,"570":3,"6":250,"63":58,"7":497,"79":32,"8":95,"80":30,"9":517,"all_client":96999,"all_tv_clinet":15846,"insert_time":"2014-08-19T09:50:34.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81381,"10":50,"107":523,"11":247,"12":84,"13":504,"14":175,"15":198,"155":50,"156":39,"158":51,"159":8,"16":94,"160":42,"161":246,"167":64,"17":262,"18":928,"19":713,"20":118,"209":35,"21":801,"210":9,"211":1,"214":36,"215":132,"221":285,"223":699,"224":258,"225":491,"23":720,"24":1154,"25":269,"257":77,"26":56,"268":2,"27":22,"273":45,"276":159,"279":44,"28":512,"281":14,"282":60,"291":12,"292":159,"30":20,"302":15,"306":8,"31":52,"314":7,"317":2,"32":21,"33":54,"34":33,"347":17,"35":29,"352":702,"36":135,"37":26,"38":464,"380":19,"381":76,"383":60,"389":8,"39":91,"391":28,"396":2,"397":18,"40":34,"409":58,"41":102,"414":9,"415":92,"419":152,"42":121,"426":3,"43":24,"430":30,"433":13,"44":48,"45":28,"46":131,"48":54,"49":64,"5":825,"51":50,"52":153,"53":51,"56":28,"570":4,"6":258,"63":56,"7":520,"79":28,"8":92,"80":31,"9":506,"all_client":97281,"all_tv_clinet":15900,"insert_time":"2014-08-19T09:51:34.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81527,"10":49,"107":510,"11":243,"12":86,"13":506,"14":173,"15":214,"155":49,"156":41,"158":51,"159":10,"16":103,"160":42,"161":251,"167":70,"17":258,"18":935,"19":718,"20":116,"209":34,"21":795,"210":10,"211":1,"214":34,"215":134,"221":296,"223":691,"224":247,"225":479,"23":720,"24":1183,"25":270,"257":78,"26":52,"268":2,"27":21,"273":45,"276":162,"279":44,"28":520,"281":14,"282":59,"291":14,"292":161,"30":19,"302":16,"306":8,"31":51,"314":6,"317":3,"32":22,"33":55,"34":37,"347":16,"35":31,"352":701,"36":135,"37":25,"38":474,"380":20,"381":82,"383":57,"389":8,"39":95,"391":26,"396":2,"397":18,"40":33,"409":50,"41":107,"414":10,"415":85,"419":155,"42":113,"426":2,"43":28,"430":30,"431":1,"433":13,"44":47,"45":34,"46":133,"48":61,"49":59,"5":833,"51":47,"52":145,"53":48,"56":28,"570":5,"6":267,"63":60,"7":538,"79":26,"8":97,"80":32,"9":504,"all_client":97516,"all_tv_clinet":15989,"insert_time":"2014-08-19T09:52:35.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81586,"10":50,"107":513,"11":245,"12":78,"13":504,"14":177,"15":237,"155":50,"156":40,"158":51,"159":8,"16":102,"160":45,"161":257,"167":72,"168":1,"17":273,"18":925,"19":724,"20":121,"209":34,"21":804,"210":9,"211":1,"214":35,"215":139,"221":310,"223":697,"224":227,"225":472,"23":723,"24":1178,"25":269,"257":77,"26":52,"268":2,"27":21,"273":48,"276":166,"279":37,"28":545,"281":17,"282":62,"291":16,"292":171,"30":19,"302":17,"306":9,"31":53,"314":6,"317":3,"32":21,"33":56,"34":38,"347":14,"35":32,"352":714,"36":137,"37":26,"38":472,"380":20,"381":89,"383":59,"389":8,"39":91,"391":26,"396":2,"397":19,"40":36,"409":46,"41":111,"414":9,"415":84,"419":153,"42":102,"426":4,"43":28,"430":29,"431":1,"433":12,"44":46,"45":37,"46":133,"48":60,"49":58,"5":834,"51":52,"52":129,"53":42,"56":30,"570":3,"6":274,"63":64,"7":553,"79":25,"8":93,"80":32,"9":518,"all_client":97700,"all_tv_clinet":16114,"insert_time":"2014-08-19T09:53:36.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81772,"10":51,"107":510,"11":245,"12":76,"13":507,"14":168,"15":254,"155":50,"156":45,"158":53,"159":12,"16":104,"160":39,"161":262,"167":73,"168":1,"17":276,"18":913,"19":730,"20":120,"209":34,"21":794,"210":9,"211":1,"214":35,"215":146,"221":306,"223":719,"224":200,"225":473,"23":728,"24":1161,"25":269,"257":81,"26":49,"268":2,"27":20,"273":50,"276":160,"279":30,"28":540,"281":17,"282":66,"291":16,"292":172,"30":21,"302":19,"306":9,"31":56,"314":8,"317":3,"32":22,"33":56,"34":37,"347":16,"35":28,"352":711,"36":146,"37":26,"38":483,"380":20,"381":91,"383":65,"389":8,"39":95,"391":26,"396":2,"397":17,"40":35,"409":42,"41":120,"414":8,"415":80,"419":151,"42":96,"426":5,"43":30,"430":26,"431":1,"433":12,"434":1,"44":44,"45":40,"46":134,"48":60,"49":60,"5":837,"51":49,"52":117,"53":46,"56":29,"570":3,"6":272,"63":67,"7":556,"79":26,"8":92,"80":32,"9":537,"all_client":97912,"all_tv_clinet":16140,"insert_time":"2014-08-19T09:54:37.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82007,"10":54,"107":517,"11":250,"12":68,"13":498,"14":158,"15":272,"155":46,"156":47,"158":55,"159":13,"16":105,"160":34,"161":264,"167":81,"168":1,"17":287,"18":899,"19":741,"20":121,"209":33,"21":810,"210":8,"211":1,"214":36,"215":146,"221":306,"223":725,"224":181,"225":487,"23":727,"24":1137,"25":268,"257":84,"26":48,"268":3,"27":19,"273":54,"276":156,"279":29,"28":536,"281":16,"282":66,"291":18,"292":179,"30":22,"302":20,"306":8,"31":64,"314":7,"317":2,"32":26,"33":56,"34":39,"347":16,"35":32,"352":720,"36":148,"37":23,"38":477,"380":20,"381":91,"383":70,"389":8,"39":99,"391":24,"396":3,"397":18,"40":36,"409":43,"41":128,"414":8,"415":79,"419":150,"42":87,"426":4,"43":27,"430":26,"431":1,"433":11,"434":1,"44":42,"45":39,"46":133,"48":57,"49":59,"5":855,"51":51,"52":113,"53":46,"56":27,"570":2,"6":281,"63":70,"7":562,"79":25,"8":90,"80":30,"9":555,"all_client":98222,"all_tv_clinet":16215,"insert_time":"2014-08-19T09:55:37.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82160,"10":54,"107":524,"11":248,"12":63,"13":476,"14":149,"15":280,"155":44,"156":44,"158":55,"159":13,"16":106,"160":30,"161":261,"167":88,"168":1,"17":301,"18":896,"19":745,"20":120,"209":34,"21":817,"210":8,"211":1,"214":38,"215":147,"221":300,"223":752,"224":168,"225":490,"23":720,"24":1128,"25":259,"257":82,"26":48,"268":3,"27":20,"273":57,"276":158,"279":25,"28":539,"281":15,"282":66,"291":19,"292":195,"30":24,"302":20,"306":8,"31":66,"314":6,"317":2,"32":26,"33":53,"34":39,"347":15,"35":32,"352":712,"36":151,"37":23,"38":474,"380":20,"381":95,"383":72,"389":8,"39":100,"391":27,"396":5,"397":20,"40":38,"409":43,"41":129,"414":8,"415":78,"419":152,"42":83,"426":4,"43":28,"430":27,"431":1,"433":10,"434":1,"44":40,"45":40,"46":130,"48":64,"49":62,"5":874,"51":56,"52":105,"53":49,"56":24,"570":3,"6":288,"63":69,"7":588,"79":30,"8":85,"80":34,"9":571,"all_client":98459,"all_tv_clinet":16299,"insert_time":"2014-08-19T09:56:38.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82327,"10":54,"107":545,"11":253,"12":55,"13":483,"14":143,"15":264,"155":44,"156":47,"158":57,"159":14,"16":105,"160":29,"161":245,"167":96,"168":1,"17":320,"18":892,"19":728,"20":127,"209":28,"21":829,"210":7,"211":3,"214":39,"215":140,"221":301,"223":759,"224":155,"225":485,"23":710,"24":1124,"25":254,"257":84,"26":46,"268":3,"27":19,"273":64,"276":152,"279":22,"28":532,"281":15,"282":58,"291":21,"292":207,"30":27,"302":20,"306":8,"31":70,"314":7,"317":2,"32":24,"33":65,"34":34,"347":16,"35":30,"352":740,"36":149,"37":26,"38":478,"380":20,"381":96,"383":75,"389":8,"39":107,"391":27,"396":5,"397":24,"40":39,"409":43,"41":140,"414":8,"415":85,"419":153,"42":77,"426":5,"43":30,"430":28,"431":1,"433":12,"44":37,"45":42,"46":133,"48":68,"49":61,"5":875,"51":53,"52":111,"53":48,"56":21,"570":3,"6":293,"63":72,"7":611,"79":32,"8":85,"80":35,"9":578,"all_client":98723,"all_tv_clinet":16396,"insert_time":"2014-08-19T09:57:39.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82530,"10":50,"107":556,"11":269,"12":56,"13":486,"14":143,"15":232,"155":45,"156":50,"158":55,"159":15,"16":109,"160":35,"161":235,"167":103,"168":1,"17":337,"18":876,"19":703,"20":130,"209":30,"21":826,"210":6,"211":4,"214":40,"215":149,"221":291,"223":754,"224":148,"225":472,"23":687,"24":1144,"25":256,"257":84,"26":48,"268":3,"27":18,"273":67,"276":151,"279":21,"28":511,"281":14,"282":59,"291":20,"292":205,"30":28,"302":18,"306":8,"31":76,"314":7,"317":2,"32":25,"33":68,"34":31,"347":17,"35":30,"352":754,"36":154,"37":33,"38":472,"380":20,"381":91,"383":73,"389":9,"39":106,"391":28,"396":4,"397":24,"40":52,"409":42,"41":144,"414":8,"415":87,"419":160,"42":71,"426":5,"43":31,"430":32,"431":1,"433":13,"44":37,"45":44,"46":137,"48":71,"49":59,"5":898,"51":51,"52":109,"53":47,"56":20,"570":3,"6":303,"63":72,"7":633,"79":34,"8":90,"80":34,"9":595,"all_client":98985,"all_tv_clinet":16455,"insert_time":"2014-08-19T09:58:40.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82723,"10":49,"107":566,"11":271,"12":60,"13":496,"14":142,"15":223,"155":44,"156":57,"158":59,"159":18,"16":118,"160":40,"161":226,"167":107,"168":1,"17":351,"18":888,"19":671,"20":130,"209":33,"21":824,"210":6,"211":4,"214":40,"215":158,"221":291,"223":763,"224":144,"225":474,"23":662,"24":1178,"25":267,"257":84,"26":49,"268":3,"27":20,"273":71,"276":146,"279":20,"28":503,"281":13,"282":58,"291":22,"292":194,"30":29,"302":18,"306":5,"31":90,"314":8,"317":2,"32":25,"33":68,"34":32,"347":18,"35":36,"352":737,"36":161,"37":39,"38":461,"380":21,"381":96,"383":73,"389":8,"39":107,"391":31,"396":4,"397":21,"40":58,"409":41,"41":148,"414":9,"415":85,"419":162,"42":66,"426":6,"43":32,"430":34,"431":1,"433":14,"44":38,"45":40,"46":141,"48":71,"49":54,"5":902,"51":48,"52":103,"53":54,"56":19,"570":4,"6":310,"63":72,"7":640,"79":29,"8":84,"80":34,"9":616,"all_client":99272,"all_tv_clinet":16549,"insert_time":"2014-08-19T09:59:40.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82949,"10":49,"107":572,"11":288,"12":65,"13":514,"14":140,"15":218,"155":46,"156":55,"158":57,"159":16,"16":121,"160":42,"161":226,"167":109,"168":2,"17":361,"18":891,"19":662,"20":122,"209":33,"21":825,"210":6,"211":3,"214":42,"215":162,"221":292,"223":757,"224":135,"225":485,"23":630,"24":1199,"25":267,"257":81,"26":55,"268":2,"27":20,"273":68,"276":150,"279":20,"28":504,"281":14,"282":58,"291":23,"292":188,"30":29,"302":19,"306":5,"31":101,"314":7,"317":1,"32":25,"33":66,"34":35,"347":17,"35":36,"352":740,"36":168,"37":43,"38":455,"380":19,"381":105,"383":75,"389":8,"39":103,"391":32,"396":4,"397":18,"40":63,"409":43,"41":149,"414":12,"415":82,"419":172,"42":65,"426":4,"43":28,"430":36,"431":1,"433":15,"434":1,"44":35,"45":40,"46":139,"48":73,"49":53,"5":915,"51":46,"52":93,"53":51,"56":19,"570":7,"6":314,"63":75,"7":674,"79":30,"8":87,"80":33,"9":625,"all_client":99615,"all_tv_clinet":16666,"insert_time":"2014-08-19T10:00:41.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83284,"10":44,"107":572,"11":299,"12":63,"13":532,"14":145,"15":230,"155":45,"156":60,"158":60,"159":12,"16":119,"160":44,"161":226,"167":108,"168":2,"17":349,"18":883,"19":659,"20":125,"209":32,"21":842,"210":8,"211":5,"214":44,"215":176,"221":288,"223":769,"224":128,"225":495,"23":615,"24":1173,"25":266,"257":82,"26":63,"268":1,"27":26,"273":77,"276":156,"279":19,"28":494,"281":16,"282":58,"291":21,"292":183,"30":27,"302":23,"306":5,"31":110,"314":5,"317":1,"32":24,"33":70,"34":38,"347":16,"35":33,"352":709,"36":169,"37":46,"38":463,"380":18,"381":110,"383":77,"389":6,"39":100,"391":31,"396":4,"397":18,"40":67,"409":45,"41":146,"414":11,"415":83,"419":168,"42":65,"426":5,"43":28,"430":35,"433":15,"434":1,"44":34,"45":40,"46":143,"48":68,"49":50,"5":942,"51":44,"52":86,"53":53,"56":20,"570":7,"6":320,"63":81,"7":678,"79":27,"8":86,"80":33,"9":609,"all_client":99991,"all_tv_clinet":16707,"insert_time":"2014-08-19T10:01:42.563Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83428,"10":41,"107":576,"11":315,"12":64,"13":551,"14":154,"15":227,"155":46,"156":54,"158":57,"159":13,"16":118,"160":44,"161":231,"167":110,"168":1,"17":339,"18":872,"19":676,"20":117,"209":32,"21":846,"210":9,"211":8,"214":44,"215":184,"221":289,"223":768,"224":118,"225":495,"23":606,"24":1157,"25":272,"257":87,"26":62,"268":1,"27":26,"273":81,"276":170,"279":23,"28":482,"281":19,"282":55,"291":17,"292":180,"30":26,"302":23,"306":4,"31":131,"314":6,"317":2,"32":30,"33":68,"34":41,"347":16,"35":32,"352":719,"36":178,"37":47,"38":484,"380":19,"381":114,"383":85,"389":5,"39":100,"391":31,"396":4,"397":21,"40":68,"409":49,"41":145,"414":12,"415":83,"419":160,"42":66,"426":5,"43":30,"430":38,"433":15,"434":1,"44":33,"45":38,"46":140,"48":63,"49":45,"5":947,"51":38,"52":80,"53":50,"56":20,"570":7,"6":330,"63":87,"7":688,"79":35,"8":87,"80":32,"9":598,"all_client":100241,"all_tv_clinet":16813,"insert_time":"2014-08-19T10:02:43.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83652,"10":34,"107":582,"11":321,"12":63,"13":555,"14":150,"15":229,"155":49,"156":51,"158":61,"159":12,"16":119,"160":49,"161":235,"167":106,"168":1,"17":322,"18":884,"19":688,"20":116,"209":37,"21":856,"210":9,"211":8,"214":46,"215":208,"221":305,"223":776,"224":114,"225":497,"23":589,"24":1171,"25":266,"257":91,"26":67,"268":2,"27":28,"273":89,"276":173,"279":23,"28":462,"281":24,"282":52,"291":15,"292":181,"30":24,"302":25,"306":4,"31":146,"314":6,"317":1,"32":32,"33":79,"34":44,"347":16,"35":36,"352":725,"36":193,"37":47,"38":482,"380":19,"381":118,"383":90,"389":4,"39":94,"391":35,"396":4,"397":21,"40":71,"409":53,"41":130,"414":14,"415":80,"419":146,"42":64,"426":5,"43":32,"430":41,"433":15,"44":31,"45":37,"46":146,"48":58,"49":48,"5":931,"51":38,"52":78,"53":54,"56":16,"570":6,"6":348,"63":94,"7":668,"79":33,"8":84,"80":30,"9":591,"all_client":100555,"all_tv_clinet":16903,"insert_time":"2014-08-19T10:03:44.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83822,"10":34,"107":586,"11":327,"12":61,"13":553,"14":149,"15":246,"155":51,"156":43,"158":64,"159":14,"16":124,"160":50,"161":254,"167":110,"168":1,"17":299,"18":888,"19":701,"20":110,"209":35,"21":851,"210":7,"211":11,"214":42,"215":221,"221":316,"223":791,"224":107,"225":502,"23":585,"24":1174,"25":265,"257":90,"26":68,"268":1,"27":29,"273":91,"276":177,"279":17,"28":454,"281":28,"282":52,"291":14,"292":189,"30":25,"302":23,"306":4,"31":155,"314":7,"317":1,"32":32,"33":76,"34":44,"347":16,"35":40,"352":740,"36":199,"37":50,"38":500,"380":19,"381":112,"383":98,"389":5,"39":94,"391":34,"396":3,"397":21,"40":75,"409":55,"41":122,"414":18,"415":80,"419":140,"42":57,"426":4,"43":33,"430":43,"433":15,"44":27,"45":38,"46":144,"48":64,"49":48,"5":917,"51":38,"52":77,"53":57,"56":15,"570":6,"6":375,"63":95,"7":657,"79":39,"8":88,"80":30,"9":576,"all_client":100835,"all_tv_clinet":17013,"insert_time":"2014-08-19T10:04:44.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84014,"10":33,"107":587,"11":340,"12":59,"13":574,"14":146,"15":250,"155":52,"156":41,"158":64,"159":17,"16":123,"160":46,"161":260,"167":114,"168":1,"17":283,"18":902,"19":706,"20":110,"209":33,"21":845,"210":9,"211":13,"214":40,"215":232,"221":320,"223":792,"224":104,"225":498,"23":580,"24":1170,"25":264,"257":92,"26":71,"268":2,"27":28,"273":93,"276":177,"279":17,"28":443,"281":31,"282":52,"291":12,"292":204,"30":24,"302":24,"306":2,"31":156,"314":6,"317":1,"32":28,"33":78,"34":41,"347":16,"35":39,"352":737,"36":213,"37":51,"38":501,"380":18,"381":111,"383":106,"389":5,"39":93,"391":33,"396":2,"397":22,"40":77,"409":65,"41":118,"414":19,"415":77,"419":133,"42":56,"426":2,"43":33,"430":50,"433":15,"44":27,"45":40,"46":148,"48":62,"49":50,"5":915,"51":39,"52":77,"53":61,"56":15,"570":6,"6":385,"63":101,"7":632,"79":44,"8":92,"80":30,"9":577,"all_client":101097,"all_tv_clinet":17083,"insert_time":"2014-08-19T10:05:45.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84176,"10":30,"107":589,"11":360,"12":56,"13":580,"14":148,"15":264,"155":52,"156":39,"158":66,"159":20,"16":122,"160":47,"161":274,"167":111,"17":276,"18":923,"19":715,"20":107,"209":32,"21":843,"210":11,"211":13,"214":41,"215":245,"221":315,"223":799,"224":102,"225":509,"23":571,"24":1164,"25":257,"257":85,"26":73,"268":2,"27":30,"273":95,"276":186,"279":16,"28":444,"281":31,"282":52,"291":11,"292":217,"30":23,"302":25,"306":3,"31":154,"314":6,"317":1,"32":31,"33":76,"34":44,"347":17,"35":43,"352":713,"36":209,"37":56,"38":508,"380":18,"381":121,"383":104,"389":5,"39":94,"391":30,"396":3,"397":23,"40":76,"409":69,"41":120,"414":18,"415":78,"419":127,"42":55,"426":2,"43":32,"430":51,"433":16,"44":25,"45":38,"46":148,"48":62,"49":47,"5":906,"51":40,"52":68,"53":71,"56":15,"570":8,"6":374,"63":102,"7":627,"79":47,"8":99,"80":31,"9":586,"all_client":101344,"all_tv_clinet":17168,"insert_time":"2014-08-19T10:06:46.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84388,"10":29,"107":594,"11":373,"12":58,"13":587,"14":149,"15":277,"155":54,"156":37,"158":66,"159":19,"16":115,"160":46,"161":278,"167":112,"17":263,"18":926,"19":721,"20":106,"209":33,"21":839,"210":11,"211":13,"214":45,"215":254,"221":312,"223":817,"224":98,"225":506,"23":559,"24":1188,"25":255,"257":88,"26":69,"268":3,"27":34,"273":95,"276":188,"279":15,"28":434,"281":33,"282":57,"291":12,"292":217,"30":20,"302":26,"306":3,"31":156,"314":6,"317":2,"32":34,"33":73,"34":40,"347":15,"35":45,"352":704,"36":208,"37":54,"38":506,"380":16,"381":128,"383":113,"389":5,"39":95,"391":33,"396":3,"397":24,"40":74,"409":72,"41":119,"414":16,"415":72,"419":125,"42":57,"426":4,"43":36,"430":48,"433":17,"44":25,"45":38,"46":153,"48":61,"49":48,"5":895,"51":41,"52":66,"53":76,"56":16,"570":8,"6":351,"63":106,"7":634,"79":48,"8":101,"80":33,"9":587,"all_client":101609,"all_tv_clinet":17221,"insert_time":"2014-08-19T10:07:47.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84669,"10":25,"107":606,"11":381,"12":63,"13":588,"14":158,"15":283,"155":58,"156":35,"158":69,"159":19,"16":118,"160":49,"161":279,"167":108,"168":1,"17":259,"18":930,"19":722,"20":107,"209":33,"21":837,"210":11,"211":15,"214":46,"215":261,"221":308,"223":841,"224":98,"225":499,"23":548,"24":1179,"25":265,"257":89,"26":69,"268":2,"27":32,"273":96,"276":196,"279":17,"28":426,"281":35,"282":58,"291":13,"292":203,"30":20,"302":26,"306":2,"31":155,"314":7,"317":2,"32":34,"33":73,"34":43,"347":13,"35":43,"352":703,"36":219,"37":54,"38":486,"380":17,"381":131,"383":113,"389":5,"39":93,"391":34,"396":2,"397":25,"40":75,"409":73,"41":118,"414":18,"415":69,"419":130,"42":55,"426":4,"43":37,"430":43,"433":16,"44":25,"45":36,"46":153,"48":62,"49":47,"5":894,"51":40,"52":65,"53":79,"56":16,"570":8,"6":320,"63":107,"7":636,"79":46,"8":106,"80":35,"9":593,"all_client":101910,"all_tv_clinet":17241,"insert_time":"2014-08-19T10:08:48.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84844,"10":23,"107":614,"11":378,"12":70,"13":593,"14":169,"15":278,"155":60,"156":33,"158":72,"159":16,"16":118,"160":45,"161":280,"167":111,"168":1,"17":266,"18":941,"19":725,"20":101,"209":35,"21":834,"210":11,"211":16,"214":45,"215":265,"221":300,"223":841,"224":93,"225":496,"23":561,"24":1207,"25":265,"257":90,"26":74,"268":2,"27":32,"273":103,"276":203,"279":19,"28":422,"281":35,"282":62,"291":14,"292":191,"30":19,"302":27,"306":1,"31":155,"314":4,"317":2,"32":35,"33":71,"34":44,"347":13,"35":47,"352":707,"36":226,"37":53,"38":489,"380":18,"381":142,"383":112,"389":4,"39":91,"391":35,"396":3,"397":27,"40":76,"409":70,"41":126,"414":17,"415":67,"419":132,"42":57,"426":5,"43":37,"430":36,"433":13,"44":22,"45":37,"46":165,"48":62,"49":46,"5":900,"51":43,"52":63,"53":67,"56":15,"570":8,"6":290,"63":111,"7":651,"79":45,"8":108,"80":33,"9":587,"all_client":102168,"all_tv_clinet":17324,"insert_time":"2014-08-19T10:09:49.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85038,"10":25,"107":607,"11":385,"12":76,"13":604,"14":168,"15":283,"155":61,"156":31,"158":79,"159":15,"16":128,"160":47,"161":273,"167":114,"168":1,"17":270,"18":932,"19":723,"20":97,"209":36,"21":833,"210":15,"211":18,"214":45,"215":274,"221":312,"223":841,"224":91,"225":479,"23":559,"24":1244,"25":258,"257":87,"26":80,"268":3,"27":29,"273":106,"276":201,"279":18,"28":431,"281":35,"282":64,"291":14,"292":188,"30":20,"302":28,"306":1,"31":154,"314":4,"317":2,"32":39,"33":77,"34":42,"347":12,"35":52,"352":711,"36":225,"37":54,"38":488,"380":19,"381":147,"383":114,"389":4,"39":90,"391":39,"396":3,"397":26,"40":73,"409":76,"41":127,"414":17,"415":65,"419":134,"42":56,"426":5,"43":36,"430":37,"433":13,"44":23,"45":35,"46":169,"48":62,"49":48,"5":910,"51":43,"52":56,"53":62,"56":15,"570":8,"6":270,"63":112,"7":665,"79":45,"8":104,"80":32,"9":597,"all_client":102464,"all_tv_clinet":17426,"insert_time":"2014-08-19T10:10:50.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85211,"10":23,"107":598,"11":389,"12":82,"13":604,"14":182,"15":288,"155":61,"156":32,"158":80,"159":16,"16":141,"160":50,"161":258,"167":116,"168":1,"17":267,"18":937,"19":693,"20":92,"209":36,"21":833,"210":19,"211":20,"214":47,"215":299,"221":325,"223":845,"224":83,"225":477,"23":573,"24":1288,"25":257,"257":85,"26":81,"268":3,"27":29,"273":111,"276":192,"279":17,"28":424,"281":37,"282":67,"291":12,"292":197,"30":18,"302":28,"306":1,"31":152,"314":5,"317":2,"32":37,"33":79,"34":43,"347":12,"35":52,"352":712,"36":220,"37":54,"38":483,"380":20,"381":143,"383":122,"389":3,"39":92,"391":38,"396":3,"397":28,"40":68,"409":75,"41":128,"414":17,"415":64,"419":135,"42":58,"426":5,"43":35,"430":35,"433":13,"44":21,"45":37,"46":166,"48":64,"49":47,"5":908,"51":57,"52":57,"53":60,"56":14,"570":9,"6":254,"63":117,"7":687,"79":41,"8":102,"80":31,"9":576,"all_client":102706,"all_tv_clinet":17495,"insert_time":"2014-08-19T10:11:50.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85421,"10":22,"107":580,"11":393,"12":86,"13":614,"14":185,"15":284,"155":61,"156":34,"158":83,"159":18,"16":150,"160":49,"161":242,"167":119,"168":1,"17":260,"18":950,"19":666,"20":98,"209":34,"21":827,"210":19,"211":23,"214":46,"215":311,"221":324,"223":838,"224":84,"225":472,"23":579,"24":1301,"25":258,"257":81,"26":83,"268":5,"27":30,"273":121,"276":187,"279":19,"28":432,"281":35,"282":70,"291":12,"292":208,"30":18,"302":28,"306":1,"31":160,"314":5,"317":2,"32":38,"33":76,"34":38,"347":12,"35":54,"352":712,"36":220,"37":58,"38":481,"380":21,"381":142,"383":124,"389":3,"39":97,"391":38,"396":3,"397":29,"40":66,"409":75,"41":120,"414":16,"415":67,"419":136,"42":58,"426":4,"43":32,"430":33,"433":13,"44":24,"45":38,"46":168,"48":63,"49":49,"5":914,"51":54,"52":54,"53":64,"56":13,"570":5,"6":249,"63":118,"7":708,"79":39,"8":110,"80":28,"9":562,"all_client":102955,"all_tv_clinet":17534,"insert_time":"2014-08-19T10:12:51.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85514,"10":19,"107":577,"11":406,"12":94,"13":615,"14":193,"15":276,"155":61,"156":31,"158":80,"159":23,"16":161,"160":46,"161":237,"167":119,"168":1,"17":254,"18":974,"19":646,"20":96,"209":35,"21":819,"210":19,"211":26,"214":43,"215":328,"221":320,"223":837,"224":86,"225":490,"23":594,"24":1331,"25":260,"257":84,"26":91,"268":4,"27":31,"273":115,"276":188,"279":20,"28":432,"281":35,"282":76,"291":12,"292":207,"30":19,"302":26,"306":1,"31":167,"314":4,"317":2,"32":37,"33":79,"34":38,"347":12,"35":57,"352":721,"36":224,"37":56,"38":471,"380":20,"381":153,"383":126,"389":3,"39":98,"391":37,"396":5,"397":28,"40":55,"409":76,"41":113,"414":16,"415":69,"419":143,"42":62,"426":4,"43":33,"430":31,"433":12,"44":27,"45":37,"46":165,"48":67,"49":51,"5":934,"51":50,"52":56,"53":70,"56":13,"570":9,"6":244,"63":122,"7":724,"79":36,"8":119,"80":26,"9":531,"all_client":103185,"all_tv_clinet":17671,"insert_time":"2014-08-19T10:13:52.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85717,"10":19,"107":572,"11":397,"12":107,"13":624,"14":196,"15":276,"155":64,"156":28,"158":75,"159":24,"16":161,"160":46,"161":243,"167":121,"17":261,"18":983,"19":631,"20":94,"209":36,"21":803,"210":18,"211":29,"214":47,"215":338,"221":324,"223":844,"224":83,"225":498,"23":603,"24":1366,"25":263,"257":88,"26":95,"268":5,"27":30,"273":105,"276":190,"279":21,"28":436,"281":34,"282":76,"291":10,"292":197,"30":19,"302":29,"31":167,"314":4,"317":2,"32":37,"33":81,"34":37,"347":12,"35":61,"352":715,"36":217,"37":57,"38":477,"380":20,"381":155,"383":127,"389":3,"39":95,"391":35,"396":5,"397":27,"40":52,"409":72,"41":103,"414":16,"415":61,"419":150,"42":64,"426":5,"43":33,"430":33,"433":11,"44":25,"45":39,"46":161,"48":68,"49":48,"5":948,"51":50,"52":54,"53":74,"56":11,"570":12,"6":237,"63":126,"7":732,"79":34,"8":128,"80":27,"9":485,"all_client":103419,"all_tv_clinet":17702,"insert_time":"2014-08-19T10:14:53.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85953,"10":19,"107":592,"11":392,"12":133,"13":617,"14":201,"15":284,"155":66,"156":27,"158":71,"159":23,"16":159,"160":46,"161":247,"167":126,"17":259,"18":994,"19":614,"20":97,"209":37,"21":789,"210":18,"211":31,"214":46,"215":348,"221":321,"223":864,"224":82,"225":494,"23":596,"24":1408,"25":262,"257":87,"26":97,"268":6,"27":32,"273":90,"276":191,"279":22,"28":433,"281":36,"282":81,"291":9,"292":195,"30":19,"302":29,"31":169,"314":5,"317":2,"32":32,"33":86,"34":36,"347":12,"35":60,"352":706,"36":221,"37":60,"38":471,"380":20,"381":156,"383":134,"389":3,"39":98,"391":39,"396":6,"397":26,"40":48,"409":65,"41":102,"414":18,"415":58,"419":153,"42":69,"426":4,"43":34,"430":34,"433":10,"44":23,"45":41,"46":159,"48":70,"49":49,"5":961,"51":51,"52":47,"53":70,"56":8,"570":14,"6":234,"63":127,"7":721,"79":35,"8":126,"80":29,"9":455,"all_client":103700,"all_tv_clinet":17747,"insert_time":"2014-08-19T10:15:54.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86222,"10":17,"107":600,"11":376,"12":151,"13":626,"14":197,"15":291,"155":66,"156":27,"158":76,"159":20,"16":169,"160":45,"161":252,"167":132,"17":256,"18":1013,"19":619,"20":95,"209":40,"21":790,"210":21,"211":31,"214":44,"215":355,"221":326,"223":884,"224":76,"225":500,"23":593,"24":1399,"25":258,"257":86,"26":102,"268":6,"27":32,"273":94,"276":201,"279":24,"28":445,"281":37,"282":93,"291":7,"292":190,"30":18,"302":30,"31":168,"314":7,"317":2,"32":32,"33":88,"34":38,"347":14,"35":56,"352":719,"36":227,"37":59,"38":467,"380":22,"381":149,"383":139,"389":3,"39":96,"391":40,"396":4,"397":31,"40":45,"409":58,"41":103,"414":18,"415":55,"419":153,"42":71,"426":3,"43":31,"430":31,"433":10,"44":22,"45":49,"46":155,"48":69,"49":51,"5":961,"51":46,"52":48,"53":74,"56":9,"570":17,"6":235,"63":121,"7":728,"79":37,"8":133,"80":29,"9":429,"all_client":104084,"all_tv_clinet":17862,"insert_time":"2014-08-19T10:16:54.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86503,"10":13,"107":591,"11":373,"12":161,"13":633,"14":196,"15":291,"155":68,"156":29,"158":79,"159":17,"16":179,"160":46,"161":259,"167":133,"17":256,"18":1019,"19":623,"20":94,"209":41,"21":791,"210":22,"211":33,"214":45,"215":365,"221":328,"223":895,"224":79,"225":502,"23":589,"24":1389,"25":250,"257":81,"26":107,"268":6,"27":30,"273":100,"276":206,"279":23,"28":451,"281":38,"282":96,"291":7,"292":192,"30":19,"302":30,"31":157,"314":7,"317":2,"32":32,"33":92,"34":36,"347":14,"35":54,"352":720,"36":249,"37":59,"38":484,"380":22,"381":154,"383":135,"389":4,"39":92,"391":38,"396":4,"397":36,"40":48,"409":56,"41":96,"414":14,"415":58,"419":158,"42":72,"426":3,"43":30,"430":28,"433":11,"44":22,"45":46,"46":149,"48":66,"49":50,"5":960,"51":44,"52":51,"53":75,"56":9,"570":13,"6":231,"63":124,"7":740,"79":37,"8":139,"80":28,"9":402,"all_client":104429,"all_tv_clinet":17926,"insert_time":"2014-08-19T10:17:55.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86835,"10":15,"107":589,"11":361,"12":168,"13":640,"14":202,"15":296,"155":67,"156":28,"158":81,"159":19,"16":188,"160":43,"161":270,"167":131,"17":252,"18":1025,"19":626,"20":97,"209":39,"21":792,"210":23,"211":33,"214":46,"215":377,"221":325,"223":881,"224":73,"225":506,"23":596,"24":1398,"25":242,"257":80,"26":101,"268":6,"27":29,"273":106,"276":206,"279":19,"28":457,"281":40,"282":100,"291":7,"292":201,"30":17,"302":30,"31":149,"314":8,"317":2,"32":32,"33":93,"34":34,"347":14,"35":52,"352":718,"36":248,"37":57,"38":487,"380":22,"381":155,"383":133,"389":4,"39":88,"391":40,"396":4,"397":37,"40":52,"409":58,"41":98,"414":14,"415":59,"419":162,"42":74,"426":5,"43":27,"430":27,"433":10,"44":23,"45":49,"46":157,"48":68,"49":47,"5":969,"51":43,"52":53,"53":71,"56":8,"570":11,"6":225,"63":125,"7":758,"79":36,"8":145,"80":29,"9":385,"all_client":104828,"all_tv_clinet":17993,"insert_time":"2014-08-19T10:18:56.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87164,"10":16,"107":585,"11":353,"12":173,"13":646,"14":203,"15":292,"155":69,"156":26,"158":81,"159":21,"16":198,"160":46,"161":273,"167":133,"17":252,"18":1053,"19":640,"20":96,"209":30,"21":799,"210":23,"211":31,"214":46,"215":388,"221":318,"223":880,"224":73,"225":511,"23":595,"24":1394,"25":235,"257":84,"26":103,"268":7,"27":29,"273":104,"276":209,"279":20,"28":453,"281":41,"282":103,"291":8,"292":210,"30":15,"302":30,"31":138,"314":8,"317":2,"32":30,"33":94,"34":36,"347":16,"35":53,"352":725,"36":240,"37":60,"38":492,"380":21,"381":161,"383":131,"389":3,"39":91,"391":45,"396":4,"397":36,"40":53,"409":58,"41":98,"414":11,"415":61,"419":163,"42":75,"426":4,"43":26,"430":28,"433":10,"44":21,"45":49,"46":158,"48":64,"49":46,"5":968,"51":46,"52":51,"53":69,"56":8,"570":8,"6":224,"63":131,"7":779,"79":34,"8":153,"80":30,"9":370,"all_client":105241,"all_tv_clinet":18077,"insert_time":"2014-08-19T10:19:57.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87412,"10":16,"107":596,"11":354,"12":185,"13":649,"14":205,"15":302,"155":68,"156":27,"158":81,"159":25,"16":207,"160":48,"161":283,"167":131,"17":244,"18":1084,"19":650,"20":99,"209":33,"21":805,"210":23,"211":32,"214":46,"215":391,"221":311,"223":863,"224":66,"225":495,"23":584,"24":1396,"25":227,"257":81,"26":104,"268":7,"27":30,"273":110,"276":216,"279":21,"28":451,"281":42,"282":105,"291":7,"292":215,"30":15,"302":31,"31":128,"314":7,"317":2,"32":30,"33":94,"34":33,"347":17,"35":62,"352":737,"36":234,"37":60,"38":473,"380":21,"381":158,"383":132,"389":4,"39":99,"391":48,"396":4,"397":34,"40":52,"409":61,"41":97,"414":12,"415":63,"419":166,"42":77,"426":3,"43":29,"430":34,"433":11,"44":22,"45":53,"46":160,"48":64,"49":43,"5":969,"51":47,"52":54,"53":66,"56":9,"570":9,"6":225,"63":130,"7":802,"79":31,"8":152,"80":32,"9":360,"all_client":105583,"all_tv_clinet":18171,"insert_time":"2014-08-19T10:20:57.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87767,"10":16,"107":589,"11":343,"12":196,"13":642,"14":207,"15":301,"155":67,"156":25,"158":79,"159":24,"16":223,"160":51,"161":292,"167":136,"17":243,"18":1090,"19":667,"20":97,"209":32,"21":817,"210":23,"211":32,"214":46,"215":392,"221":309,"223":844,"224":66,"225":503,"23":578,"24":1397,"25":225,"257":83,"26":107,"268":7,"27":30,"273":108,"276":212,"279":20,"28":452,"281":43,"282":108,"291":8,"292":216,"30":15,"302":32,"31":117,"314":7,"317":2,"32":34,"33":94,"34":34,"347":16,"35":63,"352":746,"36":232,"37":59,"38":479,"380":21,"381":152,"383":137,"389":5,"39":105,"391":43,"396":3,"397":32,"40":51,"409":62,"41":95,"414":13,"415":71,"419":169,"42":72,"426":2,"43":26,"430":35,"433":13,"44":22,"45":58,"46":160,"48":64,"49":42,"5":979,"51":47,"52":54,"53":72,"56":9,"570":8,"6":223,"63":134,"7":815,"79":30,"8":158,"80":33,"9":350,"all_client":106008,"all_tv_clinet":18241,"insert_time":"2014-08-19T10:21:59.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88023,"10":16,"107":598,"11":348,"12":199,"13":643,"14":205,"15":300,"155":67,"156":30,"158":80,"159":26,"16":235,"160":50,"161":298,"167":139,"17":256,"18":1104,"19":676,"20":97,"209":30,"21":818,"210":22,"211":33,"214":47,"215":398,"221":313,"223":841,"224":64,"225":493,"23":592,"24":1406,"25":219,"257":85,"26":95,"268":8,"27":27,"273":118,"276":209,"279":17,"28":455,"281":45,"282":108,"291":10,"292":219,"30":14,"302":32,"31":105,"314":6,"317":2,"32":39,"33":100,"34":30,"347":15,"35":64,"352":748,"36":235,"37":58,"38":465,"380":21,"381":151,"383":138,"389":5,"39":104,"391":46,"396":3,"397":34,"40":50,"409":58,"41":93,"414":14,"415":73,"419":175,"42":68,"426":2,"43":27,"430":35,"433":14,"44":20,"45":56,"46":154,"48":67,"49":46,"5":978,"51":46,"52":49,"53":80,"56":10,"570":6,"6":228,"63":136,"7":831,"79":29,"8":162,"80":33,"9":355,"all_client":106372,"all_tv_clinet":18349,"insert_time":"2014-08-19T10:23:00.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88228,"10":15,"107":588,"11":351,"12":193,"13":643,"14":212,"15":298,"155":69,"156":29,"158":80,"159":25,"16":240,"160":53,"161":313,"167":147,"17":255,"18":1129,"19":679,"20":91,"209":34,"21":821,"210":22,"211":33,"214":45,"215":404,"221":319,"223":834,"224":65,"225":511,"23":594,"24":1391,"25":220,"257":87,"26":89,"268":10,"27":28,"273":123,"276":207,"279":18,"28":449,"281":45,"282":112,"291":12,"292":224,"30":12,"302":33,"31":101,"314":8,"317":2,"32":39,"33":104,"34":29,"347":14,"35":63,"352":748,"36":239,"37":64,"38":479,"380":21,"381":153,"383":142,"389":4,"39":98,"391":44,"396":3,"397":35,"40":52,"409":55,"41":91,"414":15,"415":74,"419":171,"42":63,"426":3,"43":25,"430":37,"431":2,"433":14,"44":20,"45":54,"46":150,"48":69,"49":47,"5":976,"51":38,"52":50,"53":83,"56":11,"570":5,"6":237,"63":142,"7":842,"79":33,"8":165,"80":33,"9":349,"all_client":106676,"all_tv_clinet":18448,"insert_time":"2014-08-19T10:24:01.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88503,"10":14,"107":581,"11":368,"12":174,"13":644,"14":225,"15":301,"155":69,"156":32,"158":75,"159":27,"16":245,"160":53,"161":312,"167":148,"17":254,"18":1140,"19":675,"20":91,"209":34,"21":834,"210":23,"211":34,"214":46,"215":415,"221":318,"223":843,"224":67,"225":498,"23":604,"24":1400,"25":225,"257":83,"26":82,"268":12,"27":29,"273":127,"276":214,"279":20,"28":451,"281":43,"282":115,"291":13,"292":223,"30":12,"302":33,"31":99,"314":7,"317":2,"32":40,"33":108,"34":27,"347":15,"35":68,"352":743,"36":251,"37":66,"38":473,"380":20,"381":161,"383":141,"389":4,"39":92,"391":41,"396":3,"397":35,"40":56,"409":54,"41":88,"414":12,"415":75,"419":176,"42":61,"426":4,"43":24,"430":34,"431":2,"433":15,"44":19,"45":53,"46":151,"48":69,"49":49,"5":978,"51":37,"52":53,"53":84,"56":12,"570":6,"6":238,"63":142,"7":849,"79":38,"8":166,"80":34,"9":343,"all_client":107047,"all_tv_clinet":18544,"insert_time":"2014-08-19T10:25:01.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88808,"10":15,"107":582,"11":388,"12":171,"13":653,"14":233,"15":314,"155":71,"156":33,"158":68,"159":28,"16":248,"160":50,"161":315,"167":150,"17":257,"18":1180,"19":685,"20":90,"209":35,"21":823,"210":25,"211":33,"214":46,"215":424,"221":314,"223":829,"224":68,"225":523,"23":618,"24":1347,"25":226,"257":81,"26":81,"268":12,"27":28,"273":123,"276":212,"279":20,"28":434,"281":41,"282":116,"291":12,"292":222,"30":12,"302":33,"31":102,"314":6,"317":2,"32":40,"33":106,"34":28,"347":16,"35":79,"352":755,"36":248,"37":69,"38":490,"380":19,"381":163,"383":139,"389":4,"39":89,"391":43,"396":5,"397":34,"40":58,"409":51,"41":83,"414":11,"415":83,"419":180,"42":62,"426":7,"43":22,"430":37,"431":2,"433":15,"44":20,"45":50,"46":151,"48":67,"49":45,"5":974,"51":39,"52":52,"53":98,"56":13,"570":7,"6":237,"63":147,"7":840,"79":37,"8":166,"80":40,"9":349,"all_client":107457,"all_tv_clinet":18649,"insert_time":"2014-08-19T10:26:03.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89135,"10":20,"107":592,"11":401,"12":169,"13":652,"14":235,"15":337,"155":73,"156":33,"158":66,"159":31,"16":244,"160":47,"161":302,"167":149,"17":260,"18":1209,"19":691,"20":89,"209":34,"21":800,"210":27,"211":34,"214":45,"215":436,"221":312,"223":821,"224":71,"225":515,"23":631,"24":1333,"25":231,"257":91,"26":81,"268":12,"27":27,"273":124,"276":206,"279":20,"28":418,"281":44,"282":120,"291":13,"292":223,"30":12,"302":31,"306":1,"31":105,"314":7,"317":2,"32":45,"33":105,"34":28,"347":16,"35":85,"352":756,"36":240,"37":68,"38":493,"380":18,"381":166,"383":140,"389":3,"39":86,"391":43,"396":6,"397":34,"40":57,"409":55,"41":83,"414":10,"415":88,"419":185,"42":62,"426":8,"43":23,"430":40,"431":1,"433":15,"44":22,"45":45,"46":152,"48":68,"49":50,"5":967,"51":38,"52":51,"53":96,"56":12,"570":7,"6":246,"63":150,"7":860,"79":36,"8":163,"80":44,"9":349,"all_client":107877,"all_tv_clinet":18742,"insert_time":"2014-08-19T10:27:04.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89402,"10":21,"107":601,"11":419,"12":173,"13":669,"14":242,"15":345,"155":73,"156":32,"158":66,"159":30,"16":236,"160":48,"161":290,"167":152,"17":281,"18":1237,"19":711,"20":93,"209":36,"21":778,"210":29,"211":35,"214":44,"215":452,"221":326,"223":805,"224":72,"225":509,"23":631,"24":1311,"25":234,"257":98,"26":84,"268":11,"27":25,"273":121,"276":206,"279":19,"28":395,"281":47,"282":124,"291":13,"292":215,"30":14,"302":31,"306":1,"31":100,"314":7,"317":2,"32":44,"33":105,"34":34,"347":15,"35":80,"352":767,"36":240,"37":63,"38":489,"380":17,"381":170,"383":137,"389":2,"39":80,"391":45,"396":7,"397":35,"40":57,"409":59,"41":83,"414":11,"415":88,"419":191,"42":63,"426":9,"43":22,"430":45,"431":1,"433":14,"44":23,"45":41,"46":152,"48":70,"49":52,"5":973,"51":36,"52":47,"53":93,"56":12,"570":6,"6":261,"63":159,"7":879,"79":36,"8":157,"80":53,"9":339,"all_client":108258,"all_tv_clinet":18856,"insert_time":"2014-08-19T10:28:04.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89692,"10":21,"107":604,"11":454,"12":169,"13":676,"14":259,"15":363,"155":72,"156":31,"158":69,"159":33,"16":230,"160":48,"161":270,"167":152,"17":285,"18":1268,"19":729,"20":97,"209":36,"21":757,"210":32,"211":37,"214":45,"215":460,"221":325,"223":806,"224":72,"225":501,"23":637,"24":1318,"25":245,"257":103,"26":87,"268":11,"27":26,"273":118,"276":205,"279":21,"28":383,"281":48,"282":128,"291":14,"292":196,"30":19,"302":33,"306":1,"31":92,"314":7,"317":2,"32":44,"33":103,"34":35,"347":11,"35":69,"352":768,"36":232,"37":58,"38":495,"380":17,"381":169,"383":144,"389":2,"39":77,"391":48,"396":6,"397":33,"40":55,"409":60,"41":79,"414":12,"415":91,"419":194,"42":59,"426":7,"43":20,"430":51,"431":1,"433":15,"44":24,"45":37,"46":153,"48":67,"49":53,"5":986,"51":36,"52":50,"53":85,"56":12,"570":4,"6":274,"63":156,"7":902,"79":36,"8":153,"80":49,"9":348,"all_client":108667,"all_tv_clinet":18975,"insert_time":"2014-08-19T10:29:05.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90035,"10":20,"107":617,"11":466,"12":162,"13":684,"14":267,"15":364,"155":74,"156":30,"158":64,"159":33,"16":223,"160":50,"161":256,"167":153,"17":283,"18":1285,"19":747,"20":103,"209":28,"21":748,"210":32,"211":37,"214":44,"215":468,"221":326,"223":792,"224":72,"225":502,"23":646,"24":1353,"25":245,"257":96,"26":88,"268":12,"27":26,"273":112,"276":205,"279":22,"28":373,"281":47,"282":122,"291":12,"292":182,"30":19,"302":33,"306":1,"31":87,"314":5,"317":2,"32":51,"33":107,"34":39,"347":12,"35":66,"352":751,"36":232,"37":54,"38":497,"380":16,"381":161,"383":150,"389":3,"39":73,"391":52,"396":5,"397":34,"40":53,"409":64,"41":74,"414":13,"415":97,"419":201,"42":63,"426":5,"43":23,"430":53,"433":15,"44":26,"45":39,"46":154,"48":69,"49":54,"5":997,"51":41,"52":49,"53":84,"56":13,"570":3,"6":277,"63":159,"7":909,"79":44,"8":141,"80":51,"9":356,"all_client":109083,"all_tv_clinet":19048,"insert_time":"2014-08-19T10:30:06.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90339,"10":25,"107":615,"11":473,"12":149,"13":690,"14":271,"15":376,"155":74,"156":34,"158":59,"159":35,"16":225,"160":50,"161":242,"167":153,"168":1,"17":290,"18":1300,"19":764,"20":108,"209":27,"21":734,"210":39,"211":33,"214":43,"215":488,"221":322,"223":781,"224":66,"225":498,"23":655,"24":1379,"25":231,"257":102,"26":94,"268":13,"27":26,"273":107,"276":202,"279":23,"28":354,"281":50,"282":114,"291":12,"292":173,"30":22,"302":33,"306":1,"31":87,"314":5,"317":2,"32":54,"33":105,"34":40,"347":11,"35":62,"352":736,"36":236,"37":49,"38":516,"380":16,"381":169,"383":145,"389":3,"39":71,"391":51,"396":5,"397":37,"40":55,"409":60,"41":76,"414":13,"415":97,"419":209,"42":61,"426":5,"43":28,"430":54,"433":16,"44":23,"45":39,"46":159,"48":70,"49":51,"5":1012,"51":38,"52":54,"53":86,"56":15,"570":4,"6":288,"63":165,"7":914,"79":47,"8":133,"80":44,"9":368,"all_client":109479,"all_tv_clinet":19140,"insert_time":"2014-08-19T10:31:07.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90627,"10":25,"107":616,"11":477,"12":149,"13":699,"14":278,"15":382,"155":73,"156":34,"158":57,"159":33,"16":232,"160":53,"161":233,"167":159,"168":1,"17":297,"18":1288,"19":777,"20":121,"209":29,"21":753,"210":39,"211":34,"214":45,"215":497,"221":331,"223":767,"224":62,"225":496,"23":652,"24":1405,"25":237,"257":95,"26":102,"268":11,"27":28,"273":107,"276":212,"279":21,"28":346,"281":49,"282":104,"291":13,"292":170,"30":20,"302":37,"306":1,"31":84,"314":5,"317":2,"32":50,"33":110,"34":44,"347":11,"35":61,"352":738,"36":238,"37":48,"38":511,"380":16,"381":172,"383":137,"389":2,"39":73,"391":49,"396":4,"397":35,"40":49,"409":60,"41":78,"414":17,"415":109,"419":206,"42":61,"426":5,"43":26,"430":56,"433":16,"44":22,"45":43,"46":166,"48":77,"49":43,"5":1007,"51":40,"52":51,"53":80,"56":13,"570":5,"6":300,"63":168,"7":917,"79":51,"8":129,"80":44,"9":364,"all_client":109867,"all_tv_clinet":19240,"insert_time":"2014-08-19T10:32:08.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90862,"10":27,"107":627,"11":485,"12":149,"13":706,"14":274,"15":380,"155":72,"156":32,"158":55,"159":37,"16":247,"160":50,"161":237,"167":158,"168":1,"17":304,"18":1313,"19":784,"20":129,"209":30,"21":751,"210":38,"211":33,"214":47,"215":506,"221":333,"223":759,"224":64,"225":510,"23":647,"24":1408,"25":239,"257":94,"26":110,"268":13,"27":29,"273":112,"276":224,"279":20,"28":344,"281":46,"282":107,"291":15,"292":166,"30":21,"302":40,"31":83,"314":4,"317":2,"32":38,"33":113,"34":43,"347":8,"35":55,"352":758,"36":234,"37":45,"38":525,"380":15,"381":183,"383":130,"389":1,"39":72,"391":49,"396":6,"397":33,"40":49,"409":60,"41":83,"414":23,"415":113,"419":200,"42":56,"426":4,"43":28,"430":55,"433":18,"44":21,"45":43,"46":175,"48":78,"49":40,"5":1009,"51":41,"52":52,"53":81,"56":12,"570":5,"6":319,"63":171,"7":905,"79":51,"8":119,"80":46,"9":364,"all_client":110253,"all_tv_clinet":19391,"insert_time":"2014-08-19T10:33:08.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91134,"10":23,"107":641,"11":501,"12":149,"13":701,"14":267,"15":379,"155":72,"156":34,"158":62,"159":39,"16":262,"160":46,"161":248,"167":156,"168":1,"17":310,"18":1354,"19":799,"20":136,"209":32,"21":741,"210":37,"211":33,"214":47,"215":511,"221":327,"223":756,"224":61,"225":509,"23":638,"24":1381,"25":233,"257":96,"26":116,"268":13,"27":27,"273":115,"276":242,"279":21,"28":335,"281":45,"282":106,"291":15,"292":171,"30":19,"302":39,"31":83,"314":3,"317":2,"32":37,"33":116,"34":43,"347":9,"35":54,"352":785,"36":230,"37":43,"38":528,"380":15,"381":192,"383":125,"389":1,"39":78,"391":50,"396":5,"397":30,"40":47,"409":54,"41":83,"414":24,"415":113,"419":185,"42":55,"426":2,"43":30,"430":57,"433":17,"44":23,"45":40,"46":179,"48":77,"49":39,"5":1017,"51":43,"52":47,"53":82,"56":11,"570":5,"6":321,"63":181,"7":889,"79":56,"8":111,"80":52,"9":361,"all_client":110610,"all_tv_clinet":19476,"insert_time":"2014-08-19T10:34:09.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91403,"10":26,"107":657,"11":517,"12":150,"13":697,"14":252,"15":383,"155":72,"156":34,"158":62,"159":40,"16":269,"160":44,"161":255,"167":163,"168":1,"17":308,"18":1395,"19":805,"20":134,"209":31,"21":728,"210":36,"211":34,"214":46,"215":527,"221":320,"223":775,"224":61,"225":513,"23":633,"24":1405,"25":238,"257":93,"26":111,"268":14,"27":26,"273":121,"276":250,"279":24,"28":333,"281":45,"282":103,"291":13,"292":173,"30":19,"302":40,"31":82,"314":1,"317":2,"32":38,"33":111,"34":40,"347":8,"35":54,"352":785,"36":216,"37":42,"38":538,"380":15,"381":200,"383":118,"389":1,"39":79,"391":53,"396":6,"397":31,"40":47,"409":51,"41":79,"414":23,"415":107,"419":169,"42":55,"426":3,"43":30,"430":56,"433":19,"44":21,"45":41,"46":174,"48":75,"49":38,"5":1026,"51":44,"52":52,"53":85,"56":13,"570":4,"6":318,"63":186,"7":865,"79":60,"8":106,"80":55,"9":378,"all_client":110979,"all_tv_clinet":19576,"insert_time":"2014-08-19T10:35:10.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91611,"10":25,"107":672,"11":544,"12":160,"13":699,"14":246,"15":386,"155":75,"156":34,"158":63,"159":39,"16":281,"160":49,"161":248,"167":169,"168":1,"17":307,"18":1423,"19":820,"20":138,"209":31,"21":717,"210":36,"211":33,"214":48,"215":544,"221":312,"223":774,"224":56,"225":522,"23":633,"24":1412,"25":239,"257":94,"26":113,"268":13,"27":27,"273":123,"276":255,"279":23,"28":322,"281":45,"282":106,"291":13,"292":172,"30":18,"302":41,"306":2,"31":77,"314":1,"317":2,"32":38,"33":111,"34":39,"347":8,"35":54,"352":797,"36":219,"37":41,"38":550,"380":13,"381":209,"383":114,"39":78,"391":47,"396":5,"397":29,"40":49,"409":52,"41":74,"414":18,"415":107,"419":159,"42":51,"426":3,"43":29,"430":56,"433":19,"44":24,"45":39,"46":177,"48":67,"49":39,"5":1037,"51":41,"52":52,"53":84,"56":11,"570":5,"6":323,"63":191,"7":852,"79":58,"8":100,"80":53,"9":393,"all_client":111309,"all_tv_clinet":19698,"insert_time":"2014-08-19T10:36:11.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91868,"10":29,"107":696,"11":552,"12":169,"13":700,"14":250,"15":396,"155":76,"156":37,"158":71,"159":37,"16":287,"160":52,"161":251,"167":172,"168":1,"17":307,"18":1436,"19":814,"20":139,"209":30,"21":717,"210":33,"211":32,"214":50,"215":548,"221":309,"223":777,"224":57,"225":525,"23":634,"24":1388,"25":236,"257":103,"26":117,"268":11,"27":29,"273":133,"276":260,"279":26,"28":310,"281":44,"282":108,"291":12,"292":173,"30":17,"302":47,"306":2,"31":75,"314":1,"317":2,"32":39,"33":108,"34":36,"347":7,"35":52,"352":795,"36":215,"37":39,"38":564,"380":14,"381":210,"383":104,"39":77,"391":47,"396":3,"397":32,"40":49,"409":57,"41":76,"414":20,"415":107,"419":151,"42":51,"426":2,"43":29,"430":55,"433":19,"44":26,"45":38,"46":181,"48":68,"49":41,"5":1036,"51":40,"52":53,"53":90,"56":11,"570":4,"6":330,"63":192,"7":836,"79":57,"8":97,"80":54,"9":394,"all_client":111652,"all_tv_clinet":19784,"insert_time":"2014-08-19T10:37:12.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92095,"10":28,"107":710,"11":557,"12":170,"13":695,"14":246,"15":391,"155":71,"156":34,"158":74,"159":33,"16":300,"160":51,"161":263,"167":172,"168":1,"17":308,"18":1459,"19":792,"20":141,"209":29,"21":710,"210":36,"211":31,"214":51,"215":546,"221":315,"223":791,"224":61,"225":524,"23":634,"24":1358,"25":236,"257":113,"26":116,"268":9,"27":27,"273":141,"276":261,"279":23,"28":301,"281":44,"282":113,"291":11,"292":185,"30":18,"302":49,"306":2,"31":74,"317":1,"32":45,"33":107,"34":42,"347":9,"35":52,"352":790,"36":217,"37":41,"38":562,"380":15,"381":212,"383":93,"39":81,"391":62,"396":4,"397":30,"40":51,"409":66,"41":77,"414":16,"415":104,"419":141,"42":50,"426":1,"43":29,"430":62,"433":18,"44":24,"45":37,"46":191,"48":68,"49":42,"5":1061,"51":43,"52":51,"53":94,"56":11,"570":5,"6":320,"63":190,"7":835,"79":59,"8":93,"80":52,"9":404,"all_client":111958,"all_tv_clinet":19863,"insert_time":"2014-08-19T10:38:13.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92376,"10":28,"107":706,"11":564,"12":173,"13":686,"14":244,"15":386,"155":71,"156":35,"158":78,"159":28,"16":314,"160":50,"161":273,"167":174,"168":1,"17":317,"18":1456,"19":762,"20":146,"209":31,"21":713,"210":36,"211":30,"214":50,"215":559,"221":320,"223":806,"224":61,"225":525,"23":635,"24":1325,"25":237,"257":119,"26":121,"268":9,"27":25,"273":142,"276":264,"279":24,"28":304,"281":41,"282":119,"291":12,"292":194,"30":18,"302":48,"306":2,"31":74,"317":1,"32":52,"33":105,"34":44,"347":11,"35":47,"352":785,"36":211,"37":35,"38":563,"380":16,"381":225,"383":90,"39":81,"391":68,"396":5,"397":30,"40":53,"409":69,"41":76,"414":18,"415":103,"419":142,"42":51,"426":1,"43":30,"430":62,"433":17,"44":22,"45":36,"46":192,"48":71,"49":42,"5":1058,"51":43,"52":44,"53":93,"56":12,"570":5,"6":329,"63":189,"7":839,"79":59,"8":93,"80":54,"9":400,"all_client":112284,"all_tv_clinet":19908,"insert_time":"2014-08-19T10:39:14.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92623,"10":28,"107":713,"11":577,"12":172,"13":675,"14":241,"15":391,"155":71,"156":35,"158":78,"159":22,"16":318,"160":50,"161":284,"167":177,"168":1,"17":321,"18":1452,"19":758,"20":152,"209":32,"21":735,"210":37,"211":30,"214":52,"215":569,"221":319,"223":834,"224":62,"225":522,"23":628,"24":1317,"25":242,"257":119,"26":121,"268":10,"27":23,"273":150,"276":269,"279":26,"28":300,"281":42,"282":124,"291":13,"292":195,"30":17,"302":47,"306":2,"31":76,"314":1,"317":1,"32":54,"33":107,"34":41,"347":13,"35":45,"352":783,"36":211,"37":33,"38":554,"380":16,"381":226,"383":88,"39":83,"391":67,"396":9,"397":29,"40":57,"409":70,"41":71,"414":16,"415":93,"419":143,"42":49,"426":2,"43":34,"430":63,"433":18,"44":23,"45":33,"46":195,"48":78,"49":42,"5":1088,"51":42,"52":40,"53":89,"56":13,"570":4,"6":331,"63":190,"7":837,"79":57,"8":90,"80":53,"9":397,"all_client":112631,"all_tv_clinet":20008,"insert_time":"2014-08-19T10:40:14.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92951,"10":30,"107":711,"11":593,"12":169,"13":642,"14":252,"15":386,"155":70,"156":37,"158":78,"159":23,"16":325,"160":52,"161":281,"167":176,"168":1,"17":321,"18":1451,"19":755,"20":157,"209":35,"21":723,"210":37,"211":31,"214":52,"215":587,"221":311,"223":850,"224":61,"225":531,"23":624,"24":1318,"25":237,"257":113,"26":129,"268":10,"27":22,"273":158,"276":274,"279":27,"28":297,"281":44,"282":125,"291":15,"292":196,"30":17,"302":47,"306":2,"31":77,"314":2,"317":1,"32":48,"33":109,"34":40,"347":12,"35":47,"352":779,"36":213,"37":31,"38":557,"380":15,"381":233,"383":85,"39":88,"391":59,"396":8,"397":29,"40":57,"409":74,"41":69,"414":16,"415":101,"419":137,"42":47,"426":2,"43":37,"430":65,"433":18,"44":23,"45":29,"46":194,"48":78,"49":42,"5":1094,"51":41,"52":37,"53":88,"56":11,"570":3,"6":334,"63":204,"7":831,"79":63,"8":90,"80":53,"9":399,"all_client":113004,"all_tv_clinet":20053,"insert_time":"2014-08-19T10:41:15.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93169,"10":31,"107":703,"11":599,"12":173,"13":619,"14":259,"15":374,"155":72,"156":38,"158":79,"159":24,"16":332,"160":50,"161":262,"167":176,"168":1,"17":321,"18":1450,"19":749,"20":158,"209":37,"21":722,"210":38,"211":28,"214":52,"215":598,"221":324,"223":860,"224":68,"225":533,"23":630,"24":1310,"25":233,"257":107,"26":134,"268":10,"27":25,"273":164,"276":275,"279":27,"28":290,"281":42,"282":127,"291":17,"292":203,"30":16,"302":48,"306":1,"31":73,"314":3,"317":1,"32":50,"33":113,"34":41,"347":13,"35":46,"352":788,"36":221,"37":31,"38":566,"380":17,"381":244,"383":82,"39":91,"391":60,"396":7,"397":27,"40":53,"409":71,"41":71,"414":15,"415":102,"419":139,"42":48,"426":2,"43":38,"430":64,"433":17,"44":20,"45":29,"46":197,"48":82,"49":41,"5":1090,"51":38,"52":34,"53":91,"56":11,"570":4,"6":334,"63":207,"7":840,"79":59,"8":84,"80":50,"9":410,"all_client":113273,"all_tv_clinet":20104,"insert_time":"2014-08-19T10:42:16.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93386,"10":34,"107":702,"11":612,"12":179,"13":595,"14":259,"15":353,"155":72,"156":39,"158":82,"159":22,"16":344,"160":52,"161":257,"167":179,"168":1,"17":329,"18":1450,"19":753,"20":160,"209":37,"21":719,"210":39,"211":26,"214":52,"215":612,"221":340,"223":876,"224":68,"225":550,"23":641,"24":1316,"25":230,"257":112,"26":141,"268":12,"27":28,"273":165,"276":277,"279":27,"28":286,"281":43,"282":127,"291":16,"292":206,"30":16,"302":48,"306":1,"31":66,"314":3,"317":1,"32":49,"33":110,"34":41,"347":13,"35":67,"352":788,"36":227,"37":28,"38":563,"380":17,"381":247,"383":83,"39":89,"391":59,"396":8,"397":26,"40":55,"409":68,"41":69,"414":17,"415":106,"419":138,"42":49,"426":3,"43":34,"430":65,"433":16,"44":16,"45":32,"46":202,"48":80,"49":39,"5":1083,"51":40,"52":38,"53":90,"56":12,"570":3,"6":343,"63":205,"7":851,"79":65,"8":82,"80":47,"9":423,"all_client":113627,"all_tv_clinet":20241,"insert_time":"2014-08-19T10:43:17.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93587,"10":37,"107":711,"11":624,"12":187,"13":583,"14":270,"15":331,"155":72,"156":37,"158":83,"159":22,"16":355,"160":51,"161":254,"167":177,"168":2,"17":336,"18":1458,"19":761,"20":159,"209":37,"21":728,"210":36,"211":22,"214":52,"215":637,"221":346,"223":896,"224":69,"225":577,"23":636,"24":1316,"25":231,"257":114,"26":151,"268":13,"27":28,"273":159,"276":278,"279":27,"28":283,"281":43,"282":131,"291":15,"292":200,"30":16,"302":50,"31":65,"314":2,"317":1,"32":49,"33":117,"34":40,"347":13,"35":68,"352":793,"36":236,"37":32,"38":576,"380":17,"381":243,"383":84,"39":88,"391":60,"396":7,"397":24,"40":54,"409":64,"41":69,"414":15,"415":107,"419":144,"42":47,"426":4,"43":35,"430":64,"433":14,"44":18,"45":32,"46":201,"48":79,"49":37,"5":1079,"51":44,"52":39,"53":85,"56":12,"570":3,"6":341,"63":202,"7":842,"79":60,"8":77,"80":48,"9":424,"all_client":113943,"all_tv_clinet":20356,"insert_time":"2014-08-19T10:44:18.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93834,"10":37,"107":721,"11":637,"12":195,"13":563,"14":271,"15":315,"155":68,"156":34,"158":86,"159":21,"16":372,"160":49,"161":252,"167":178,"168":2,"17":337,"18":1463,"19":784,"20":153,"209":35,"21":729,"210":35,"211":21,"214":51,"215":649,"221":343,"223":922,"224":66,"225":569,"23":631,"24":1340,"25":227,"257":119,"26":156,"268":13,"27":27,"273":142,"276":282,"279":26,"28":277,"281":44,"282":135,"291":13,"292":178,"30":20,"302":52,"31":68,"314":3,"317":1,"32":44,"33":119,"34":41,"347":12,"35":63,"352":789,"36":244,"37":32,"38":569,"380":19,"381":245,"383":76,"39":89,"391":64,"396":8,"397":25,"40":52,"409":63,"41":67,"414":14,"415":102,"419":144,"42":42,"426":3,"43":37,"430":67,"433":11,"44":18,"45":31,"46":196,"48":77,"49":33,"5":1087,"51":41,"52":34,"53":88,"56":13,"570":2,"6":346,"63":202,"7":863,"79":61,"8":79,"80":50,"9":436,"all_client":114244,"all_tv_clinet":20410,"insert_time":"2014-08-19T10:45:19.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94090,"10":42,"107":728,"11":658,"12":193,"13":542,"14":273,"15":296,"155":66,"156":35,"158":88,"159":21,"16":375,"160":50,"161":249,"167":175,"168":2,"17":343,"18":1481,"19":792,"20":154,"209":37,"21":728,"210":34,"211":21,"214":52,"215":660,"221":349,"223":926,"224":65,"225":588,"23":632,"24":1342,"25":238,"257":121,"26":157,"268":12,"27":25,"273":120,"276":292,"279":27,"28":274,"281":43,"282":139,"291":13,"292":161,"30":23,"302":55,"31":70,"314":4,"32":49,"33":121,"34":41,"347":13,"35":66,"352":800,"36":253,"37":32,"38":560,"380":20,"381":239,"383":75,"39":89,"391":61,"396":9,"397":23,"40":54,"409":61,"41":66,"414":11,"415":106,"419":146,"42":41,"426":3,"43":39,"430":63,"433":9,"44":19,"45":38,"46":191,"48":71,"49":34,"5":1102,"51":40,"52":31,"53":86,"56":14,"570":3,"6":347,"63":201,"7":888,"79":57,"8":80,"80":51,"9":409,"all_client":114573,"all_tv_clinet":20483,"insert_time":"2014-08-19T10:46:19.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94446,"10":48,"107":723,"11":661,"12":194,"13":534,"14":262,"15":281,"155":60,"156":36,"158":88,"159":22,"16":394,"160":51,"161":263,"167":174,"168":2,"17":335,"18":1502,"19":770,"20":157,"209":33,"21":732,"210":34,"211":20,"214":52,"215":662,"221":348,"223":935,"224":67,"225":575,"23":648,"24":1372,"25":226,"257":112,"26":170,"268":12,"27":28,"273":115,"276":296,"279":26,"28":272,"281":43,"282":139,"291":13,"292":144,"30":24,"302":53,"306":1,"31":77,"314":4,"32":49,"33":123,"34":40,"347":13,"35":67,"352":797,"36":251,"37":32,"38":569,"380":19,"381":240,"383":71,"39":90,"391":64,"396":11,"397":22,"40":56,"409":61,"41":62,"414":18,"415":102,"419":153,"42":43,"426":3,"43":41,"430":61,"433":10,"44":23,"45":36,"46":195,"48":71,"49":36,"5":1096,"51":43,"52":33,"53":85,"56":16,"570":4,"6":355,"63":199,"7":896,"79":62,"8":75,"80":50,"9":395,"all_client":114974,"all_tv_clinet":20528,"insert_time":"2014-08-19T10:47:20.858Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94718,"10":48,"107":731,"11":684,"12":191,"13":516,"14":245,"15":293,"155":52,"156":36,"158":91,"159":22,"16":409,"160":53,"161":281,"167":174,"168":2,"17":322,"18":1530,"19":740,"20":164,"209":32,"21":738,"210":31,"211":19,"214":56,"215":655,"221":345,"223":961,"224":65,"225":585,"23":645,"24":1380,"25":229,"257":113,"26":183,"268":12,"27":27,"273":117,"276":300,"279":25,"28":279,"281":43,"282":143,"291":13,"292":142,"30":25,"302":53,"306":1,"31":77,"314":2,"32":47,"33":114,"34":44,"347":8,"35":73,"352":792,"36":241,"37":29,"38":570,"380":20,"381":244,"383":72,"39":88,"391":65,"396":11,"397":22,"40":58,"409":57,"41":61,"414":22,"415":104,"419":154,"42":40,"426":5,"43":40,"430":65,"433":9,"44":23,"45":40,"46":189,"48":71,"49":37,"5":1098,"51":43,"52":42,"53":87,"56":15,"570":6,"6":361,"63":197,"7":901,"79":62,"8":74,"80":49,"9":380,"all_client":115328,"all_tv_clinet":20610,"insert_time":"2014-08-19T10:48:21.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94955,"10":50,"107":734,"11":676,"12":199,"13":506,"14":225,"15":298,"155":46,"156":37,"158":93,"159":22,"16":422,"160":55,"161":290,"167":176,"168":2,"17":315,"18":1562,"19":690,"20":162,"209":33,"21":742,"210":31,"211":20,"214":56,"215":653,"221":365,"223":987,"224":62,"225":593,"23":629,"24":1413,"25":229,"257":108,"26":188,"268":12,"27":27,"273":124,"276":301,"279":24,"28":284,"281":41,"282":149,"291":14,"292":131,"30":27,"302":54,"306":1,"31":78,"314":2,"317":1,"32":44,"33":111,"34":42,"347":8,"35":67,"352":802,"36":243,"37":32,"38":596,"380":21,"381":249,"383":75,"39":88,"391":66,"396":11,"397":19,"40":60,"409":64,"41":59,"414":20,"415":99,"419":157,"42":38,"426":5,"43":40,"430":69,"433":8,"44":25,"45":36,"46":194,"48":73,"49":41,"5":1107,"51":44,"52":50,"53":79,"56":16,"570":10,"6":366,"63":195,"7":905,"79":65,"8":77,"80":50,"9":375,"all_client":115695,"all_tv_clinet":20740,"insert_time":"2014-08-19T10:49:23.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95310,"10":52,"107":721,"11":682,"12":203,"13":491,"14":216,"15":306,"155":41,"156":37,"158":93,"159":21,"16":433,"160":53,"161":283,"167":176,"168":2,"17":306,"18":1575,"19":667,"20":164,"209":32,"21":747,"210":31,"211":19,"214":55,"215":655,"221":379,"223":999,"224":58,"225":598,"23":632,"24":1428,"25":221,"257":100,"26":188,"268":13,"27":30,"273":132,"276":304,"279":31,"28":289,"281":41,"282":148,"291":16,"292":132,"30":26,"302":51,"31":73,"314":3,"317":1,"32":48,"33":113,"34":42,"347":8,"35":67,"352":807,"36":239,"37":33,"38":602,"380":20,"381":255,"383":79,"39":86,"391":69,"396":11,"397":20,"40":63,"409":66,"41":60,"414":22,"415":101,"419":159,"42":34,"426":4,"43":41,"430":66,"433":6,"434":1,"44":24,"45":39,"46":195,"48":69,"49":39,"5":1106,"51":47,"52":59,"53":77,"56":16,"570":11,"6":344,"63":195,"7":925,"79":70,"8":77,"80":50,"9":379,"all_client":116108,"all_tv_clinet":20798,"insert_time":"2014-08-19T10:50:24.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95700,"10":55,"107":718,"11":694,"12":209,"13":470,"14":209,"15":314,"155":40,"156":38,"158":96,"159":21,"16":439,"160":53,"161":292,"167":177,"168":2,"17":294,"18":1577,"19":674,"20":170,"209":32,"21":755,"210":31,"211":19,"214":55,"215":674,"221":388,"223":1004,"224":57,"225":621,"23":630,"24":1403,"25":218,"257":101,"26":183,"268":12,"27":29,"273":141,"276":305,"279":35,"28":285,"281":41,"282":149,"291":17,"292":132,"30":23,"302":52,"306":1,"31":86,"314":3,"317":1,"32":53,"33":113,"34":40,"347":8,"35":71,"352":791,"36":245,"37":33,"38":612,"380":21,"381":250,"383":81,"39":84,"391":70,"396":9,"397":19,"40":67,"409":71,"41":58,"414":25,"415":106,"419":158,"42":35,"426":3,"43":39,"430":62,"433":5,"434":1,"44":23,"45":41,"46":197,"48":71,"49":37,"5":1078,"51":46,"52":61,"53":76,"56":19,"570":11,"6":320,"63":196,"7":934,"79":74,"8":74,"80":48,"9":401,"all_client":116562,"all_tv_clinet":20862,"insert_time":"2014-08-19T10:51:26.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96004,"10":58,"107":725,"11":709,"12":209,"13":471,"14":215,"15":335,"155":39,"156":38,"158":95,"159":21,"16":448,"160":53,"161":303,"167":179,"168":2,"17":276,"18":1557,"19":709,"20":169,"209":35,"21":773,"210":30,"211":19,"214":55,"215":677,"221":389,"223":1015,"224":57,"225":622,"23":637,"24":1381,"25":223,"257":109,"26":188,"268":11,"27":30,"273":147,"276":307,"279":37,"28":284,"281":42,"282":154,"291":18,"292":150,"30":23,"302":52,"306":1,"31":94,"314":4,"317":1,"32":59,"33":120,"34":42,"347":8,"35":66,"352":796,"36":236,"37":33,"38":624,"380":19,"381":253,"383":84,"39":87,"391":73,"396":9,"397":17,"40":70,"409":75,"41":60,"414":32,"415":114,"419":156,"42":35,"426":3,"43":40,"430":63,"431":1,"433":4,"434":1,"44":24,"45":42,"46":191,"48":72,"49":36,"5":1034,"51":52,"52":53,"53":81,"56":18,"570":12,"6":283,"63":200,"7":950,"79":79,"8":74,"80":44,"9":402,"all_client":117007,"all_tv_clinet":21003,"insert_time":"2014-08-19T10:52:27.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96270,"10":59,"107":739,"11":712,"12":198,"13":465,"14":206,"15":348,"155":40,"156":39,"158":99,"159":23,"16":447,"160":56,"161":322,"167":180,"168":2,"17":267,"18":1557,"19":762,"20":160,"209":34,"21":792,"210":32,"211":19,"214":55,"215":678,"221":399,"223":1020,"224":62,"225":608,"23":628,"24":1368,"25":225,"257":114,"26":187,"268":8,"27":30,"273":156,"276":312,"279":35,"28":286,"281":46,"282":161,"291":16,"292":162,"30":28,"302":53,"306":1,"31":105,"314":4,"317":1,"32":57,"33":125,"34":44,"347":7,"35":65,"352":789,"36":238,"37":32,"38":627,"380":18,"381":260,"383":83,"39":90,"391":73,"396":8,"397":17,"40":70,"409":80,"41":61,"414":33,"415":108,"419":156,"42":36,"426":3,"43":40,"430":63,"431":1,"433":4,"44":25,"45":40,"46":183,"48":71,"49":39,"5":1012,"51":54,"52":51,"53":81,"56":16,"570":13,"6":283,"63":203,"7":963,"79":83,"8":75,"80":41,"9":413,"all_client":117410,"all_tv_clinet":21140,"insert_time":"2014-08-19T10:53:28.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96538,"10":62,"107":729,"11":707,"12":194,"13":470,"14":201,"15":365,"155":38,"156":39,"158":102,"159":24,"16":433,"160":56,"161":317,"167":185,"168":3,"17":265,"18":1557,"19":795,"20":162,"209":34,"21":799,"210":32,"211":15,"214":58,"215":681,"221":414,"223":1037,"224":63,"225":612,"23":613,"24":1362,"25":233,"257":108,"26":192,"268":7,"27":36,"273":161,"276":319,"279":34,"28":281,"281":45,"282":171,"291":15,"292":173,"30":30,"302":54,"31":107,"314":5,"317":2,"32":55,"33":128,"34":43,"347":7,"35":62,"352":801,"36":229,"37":29,"38":626,"380":18,"381":258,"383":85,"39":92,"391":73,"396":8,"397":17,"40":69,"409":84,"41":64,"414":32,"415":105,"419":155,"42":38,"426":4,"43":44,"430":66,"431":1,"433":4,"44":25,"45":41,"46":194,"48":64,"49":41,"5":1020,"51":59,"52":45,"53":78,"56":14,"570":13,"6":277,"63":208,"7":975,"79":93,"8":76,"80":40,"9":414,"all_client":117809,"all_tv_clinet":21271,"insert_time":"2014-08-19T10:54:29.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96815,"10":63,"107":758,"11":729,"12":197,"13":462,"14":195,"15":394,"155":38,"156":41,"158":106,"159":24,"16":421,"160":55,"161":295,"167":188,"168":3,"17":263,"18":1537,"19":833,"20":163,"209":32,"21":799,"210":33,"211":19,"214":55,"215":673,"221":418,"223":1028,"224":61,"225":628,"23":617,"24":1365,"25":238,"257":106,"26":195,"268":7,"27":34,"273":169,"276":327,"279":37,"28":274,"281":45,"282":183,"291":14,"292":173,"30":29,"302":56,"31":105,"314":4,"317":2,"32":57,"33":128,"34":42,"347":9,"35":61,"352":801,"36":235,"37":32,"38":619,"380":19,"381":256,"383":86,"39":92,"391":75,"396":7,"397":18,"40":68,"409":86,"41":62,"414":35,"415":104,"419":159,"42":39,"426":4,"43":44,"430":64,"431":1,"433":4,"44":24,"45":38,"46":201,"48":64,"49":38,"5":1022,"51":54,"52":52,"53":79,"56":15,"570":12,"6":286,"63":207,"7":984,"79":98,"8":74,"80":44,"9":418,"all_client":118223,"all_tv_clinet":21408,"insert_time":"2014-08-19T10:55:29.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97179,"10":65,"107":769,"11":751,"12":202,"13":469,"14":193,"15":418,"155":38,"156":39,"158":103,"159":23,"16":391,"160":59,"161":277,"167":189,"168":3,"17":261,"18":1512,"19":845,"20":157,"209":40,"21":797,"210":33,"211":15,"214":54,"215":676,"221":424,"223":1005,"224":58,"225":638,"23":626,"24":1352,"25":239,"257":110,"26":202,"268":7,"27":37,"273":176,"276":334,"279":42,"28":282,"281":48,"282":186,"291":15,"292":177,"30":27,"302":57,"31":105,"314":4,"317":2,"32":55,"33":131,"34":42,"347":13,"35":59,"352":800,"36":231,"37":30,"38":596,"380":17,"381":251,"383":87,"39":91,"391":68,"396":7,"397":19,"40":66,"409":85,"41":62,"414":39,"415":108,"419":159,"42":41,"426":3,"43":43,"430":69,"431":1,"433":4,"44":24,"45":37,"46":204,"48":65,"49":42,"5":1041,"51":53,"52":48,"53":81,"56":14,"570":12,"6":313,"63":208,"7":997,"79":104,"8":76,"80":42,"9":438,"all_client":118687,"all_tv_clinet":21508,"insert_time":"2014-08-19T10:56:30.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97448,"10":66,"107":777,"11":778,"12":209,"13":451,"14":196,"15":451,"155":41,"156":37,"158":103,"159":22,"16":384,"160":54,"161":277,"167":187,"168":3,"17":255,"18":1474,"19":815,"20":155,"209":40,"21":813,"210":34,"211":17,"214":50,"215":659,"221":427,"223":982,"224":58,"225":644,"23":613,"24":1343,"25":246,"257":112,"26":206,"268":7,"27":35,"273":175,"276":349,"279":47,"28":282,"281":48,"282":199,"291":15,"292":185,"30":26,"302":57,"31":100,"314":5,"317":2,"32":52,"33":132,"34":41,"347":18,"35":53,"352":805,"36":225,"37":31,"38":606,"380":16,"381":239,"383":91,"39":88,"391":71,"396":3,"397":21,"40":63,"409":82,"41":72,"414":44,"415":108,"419":177,"42":38,"426":2,"43":42,"430":66,"431":1,"433":4,"44":23,"45":38,"46":208,"48":65,"49":46,"5":1106,"51":54,"52":52,"53":91,"56":13,"570":13,"6":337,"63":212,"7":1017,"79":109,"8":75,"80":43,"9":452,"all_client":119104,"all_tv_clinet":21656,"insert_time":"2014-08-19T10:57:31.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97879,"10":65,"107":753,"11":788,"12":205,"13":452,"14":184,"15":466,"155":47,"156":30,"158":106,"159":22,"16":385,"160":55,"161":296,"167":187,"168":3,"17":255,"18":1434,"19":771,"20":160,"209":36,"21":812,"210":36,"211":18,"214":48,"215":646,"221":451,"223":976,"224":58,"225":648,"23":592,"24":1356,"25":258,"257":113,"26":214,"268":6,"27":37,"273":166,"276":359,"279":48,"28":285,"281":51,"282":209,"291":16,"292":203,"30":23,"302":59,"306":1,"31":91,"314":4,"317":2,"32":54,"33":134,"34":44,"347":18,"35":46,"352":813,"36":224,"37":33,"38":600,"380":18,"381":241,"383":90,"39":89,"391":69,"396":3,"397":24,"40":62,"409":76,"41":81,"414":53,"415":105,"419":186,"42":40,"426":3,"43":40,"430":69,"433":3,"44":28,"45":34,"46":204,"48":65,"49":46,"5":1151,"51":56,"52":51,"53":87,"56":13,"570":10,"6":357,"63":215,"7":1034,"79":117,"8":73,"80":43,"9":477,"all_client":119644,"all_tv_clinet":21765,"insert_time":"2014-08-19T10:58:32.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98140,"10":60,"107":748,"11":811,"12":184,"13":433,"14":181,"15":487,"155":53,"156":29,"158":109,"159":26,"16":391,"160":57,"161":319,"167":192,"168":2,"17":262,"18":1424,"19":735,"20":162,"209":35,"21":813,"210":40,"211":19,"214":44,"215":631,"221":453,"223":965,"224":61,"225":660,"23":569,"24":1358,"25":265,"257":115,"26":215,"268":6,"27":40,"273":150,"276":362,"279":48,"28":282,"281":48,"282":231,"291":17,"292":210,"30":25,"302":61,"306":1,"31":85,"314":5,"317":3,"32":59,"33":125,"34":43,"347":15,"35":47,"352":839,"36":221,"37":33,"38":589,"380":19,"381":245,"383":94,"389":1,"39":90,"391":74,"396":4,"397":25,"40":64,"409":66,"41":84,"414":59,"415":103,"419":187,"42":38,"426":3,"43":37,"430":73,"433":1,"44":28,"45":29,"46":209,"48":65,"49":47,"5":1248,"51":52,"52":50,"53":94,"56":12,"570":10,"6":386,"63":197,"7":1041,"79":125,"8":70,"80":39,"9":465,"all_client":120027,"all_tv_clinet":21887,"insert_time":"2014-08-19T10:59:33.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98426,"10":57,"107":744,"11":823,"12":162,"13":430,"14":171,"15":503,"155":57,"156":26,"158":111,"159":27,"16":401,"160":54,"161":348,"167":197,"168":2,"17":274,"18":1434,"19":721,"20":167,"209":31,"21":806,"210":44,"211":20,"214":40,"215":606,"221":469,"223":967,"224":59,"225":648,"23":564,"24":1381,"25":266,"257":119,"26":218,"268":7,"27":40,"273":140,"276":366,"279":52,"28":279,"281":46,"282":233,"291":17,"292":208,"30":26,"302":63,"306":1,"31":83,"314":4,"317":2,"32":63,"33":123,"34":44,"347":14,"35":49,"352":840,"36":218,"37":33,"38":575,"380":20,"381":255,"383":103,"389":1,"39":93,"391":78,"396":4,"397":25,"40":63,"409":64,"41":79,"414":61,"415":100,"419":192,"42":37,"426":3,"43":33,"430":83,"433":3,"44":26,"45":27,"46":199,"48":61,"49":43,"5":1392,"51":52,"52":46,"53":94,"56":13,"570":10,"6":415,"63":178,"7":1052,"79":130,"8":66,"80":38,"9":435,"all_client":120473,"all_tv_clinet":22047,"insert_time":"2014-08-19T11:00:34.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98596,"10":56,"107":736,"11":849,"12":154,"13":423,"14":167,"15":509,"155":63,"156":25,"158":115,"159":28,"16":412,"160":50,"161":368,"167":205,"168":2,"17":284,"18":1446,"19":725,"20":169,"209":30,"21":779,"210":47,"211":20,"214":40,"215":578,"221":447,"223":956,"224":62,"225":623,"23":546,"24":1319,"25":272,"257":119,"26":214,"268":7,"27":41,"273":139,"276":361,"279":56,"28":276,"281":44,"282":256,"291":21,"292":188,"30":26,"302":64,"31":76,"314":3,"317":2,"32":56,"33":132,"34":39,"347":14,"35":49,"352":827,"36":221,"37":30,"38":561,"380":20,"381":265,"383":97,"389":1,"39":95,"391":88,"396":3,"397":24,"40":63,"409":58,"41":72,"414":64,"415":94,"419":190,"42":34,"426":4,"43":37,"430":96,"433":3,"44":23,"45":29,"46":188,"48":65,"49":41,"5":1764,"51":48,"52":45,"53":97,"56":12,"570":13,"6":448,"63":159,"7":1071,"79":134,"8":58,"80":38,"9":418,"all_client":120882,"all_tv_clinet":22286,"insert_time":"2014-08-19T11:01:35.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98823,"10":59,"107":759,"11":873,"12":140,"13":417,"14":165,"15":497,"155":70,"156":26,"158":119,"159":24,"16":426,"160":44,"161":380,"167":206,"168":2,"17":296,"18":1458,"19":730,"20":171,"209":32,"21":762,"210":45,"211":23,"214":41,"215":546,"221":445,"223":906,"224":62,"225":621,"23":538,"24":1260,"25":272,"257":121,"26":200,"268":6,"27":42,"273":140,"276":350,"279":59,"28":271,"281":42,"282":278,"291":25,"292":174,"30":24,"302":65,"31":75,"314":3,"317":1,"32":61,"33":135,"34":37,"347":14,"35":51,"352":819,"36":216,"37":30,"38":561,"380":21,"381":268,"383":92,"389":1,"39":96,"391":99,"396":3,"397":27,"40":61,"409":60,"41":68,"414":68,"415":98,"419":193,"42":34,"426":6,"43":39,"430":107,"433":5,"44":22,"45":27,"46":180,"48":67,"49":41,"5":2113,"51":45,"52":36,"53":97,"56":12,"570":10,"6":457,"63":134,"7":1059,"79":138,"8":54,"80":36,"9":418,"all_client":121330,"all_tv_clinet":22507,"insert_time":"2014-08-19T11:02:36.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99059,"10":66,"107":749,"11":873,"12":135,"13":413,"14":164,"15":482,"155":71,"156":26,"158":119,"159":25,"16":431,"160":46,"161":381,"167":210,"168":2,"17":298,"18":1491,"19":743,"20":174,"209":36,"21":760,"210":52,"211":22,"214":42,"215":524,"221":441,"223":868,"224":65,"225":618,"23":526,"24":1223,"25":270,"257":124,"26":186,"268":7,"27":43,"273":141,"276":348,"279":60,"28":273,"281":42,"282":310,"291":26,"292":162,"30":25,"302":68,"31":70,"314":3,"317":1,"32":58,"33":137,"34":33,"347":13,"35":48,"352":822,"36":230,"37":31,"38":562,"380":21,"381":268,"383":86,"389":1,"39":91,"391":114,"396":4,"397":30,"40":59,"409":59,"41":62,"414":76,"415":96,"419":178,"42":34,"426":11,"43":36,"430":123,"433":7,"44":21,"45":26,"46":177,"48":69,"49":41,"5":2468,"51":45,"52":33,"53":102,"56":11,"570":11,"6":455,"63":120,"7":1013,"79":139,"8":51,"80":31,"9":424,"all_client":121821,"all_tv_clinet":22762,"insert_time":"2014-08-19T11:03:37.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99165,"10":64,"107":759,"11":871,"12":134,"13":425,"14":166,"15":461,"155":78,"156":29,"158":118,"159":25,"16":434,"160":50,"161":398,"167":211,"168":2,"17":295,"18":1511,"19":768,"20":170,"209":34,"21":758,"210":57,"211":21,"214":41,"215":521,"221":436,"223":831,"224":70,"225":602,"23":511,"24":1204,"25":266,"257":122,"26":177,"268":9,"27":44,"273":145,"276":351,"279":66,"28":280,"281":40,"282":327,"291":28,"292":153,"30":26,"302":66,"31":67,"314":3,"317":1,"32":57,"33":135,"34":28,"347":12,"35":47,"352":837,"36":232,"37":31,"38":556,"380":21,"381":268,"383":86,"389":1,"39":90,"391":119,"396":3,"397":34,"40":57,"409":58,"41":61,"414":82,"415":94,"419":171,"42":31,"426":10,"43":37,"430":131,"433":8,"44":22,"45":24,"46":162,"48":74,"49":40,"5":2759,"51":47,"52":30,"53":103,"56":12,"570":9,"6":464,"63":116,"7":960,"79":139,"8":50,"80":31,"9":423,"all_client":122153,"all_tv_clinet":22988,"insert_time":"2014-08-19T11:04:38.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99414,"10":74,"107":738,"11":874,"12":133,"13":431,"14":172,"15":449,"155":80,"156":28,"158":118,"159":24,"16":431,"160":51,"161":422,"167":207,"168":2,"17":296,"18":1517,"19":765,"20":169,"209":35,"21":764,"210":59,"211":23,"214":41,"215":512,"221":432,"223":834,"224":68,"225":581,"23":507,"24":1174,"25":263,"257":125,"26":165,"268":9,"27":44,"273":148,"276":350,"279":68,"28":281,"281":41,"282":341,"291":31,"292":153,"30":26,"302":68,"31":66,"314":2,"317":1,"32":54,"33":131,"34":27,"347":11,"35":47,"352":833,"36":243,"37":31,"38":569,"380":20,"381":266,"383":91,"39":94,"391":123,"396":6,"397":34,"40":56,"409":53,"41":66,"414":89,"415":90,"419":161,"42":32,"426":13,"43":32,"430":140,"433":11,"44":23,"45":25,"46":160,"48":73,"49":37,"5":2976,"51":45,"52":35,"53":99,"56":12,"570":8,"6":467,"63":110,"7":911,"79":141,"8":47,"80":32,"9":439,"all_client":122570,"all_tv_clinet":23156,"insert_time":"2014-08-19T11:05:39.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99588,"10":76,"107":747,"11":877,"12":132,"13":430,"14":164,"15":457,"155":80,"156":27,"158":121,"159":22,"16":441,"160":53,"161":422,"167":209,"168":2,"17":304,"18":1548,"19":765,"20":171,"209":33,"21":759,"210":59,"211":22,"214":40,"215":496,"221":423,"223":811,"224":74,"225":569,"23":496,"24":1151,"25":263,"257":125,"26":157,"268":10,"27":44,"273":147,"276":351,"279":71,"28":277,"281":44,"282":352,"291":34,"292":153,"30":25,"302":68,"31":66,"314":2,"317":1,"32":52,"33":137,"34":28,"347":13,"35":47,"352":827,"36":240,"37":29,"38":579,"380":22,"381":270,"383":87,"39":97,"391":130,"396":8,"397":34,"40":54,"409":49,"41":67,"414":92,"415":93,"419":164,"42":34,"426":15,"43":39,"430":151,"433":13,"44":24,"45":28,"46":162,"48":74,"49":39,"5":3131,"51":46,"52":30,"53":93,"56":13,"570":5,"6":466,"63":103,"7":898,"79":146,"8":48,"80":33,"9":455,"all_client":122924,"all_tv_clinet":23336,"insert_time":"2014-08-19T11:06:40.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99811,"10":74,"107":748,"11":858,"12":136,"13":447,"14":165,"15":456,"155":82,"156":28,"158":122,"159":24,"16":442,"160":50,"161":406,"167":208,"168":2,"17":309,"18":1560,"19":769,"20":172,"209":33,"21":756,"210":65,"211":21,"214":43,"215":490,"221":417,"223":831,"224":77,"225":568,"23":485,"24":1149,"25":256,"257":126,"26":147,"268":11,"27":47,"273":148,"276":348,"279":69,"28":277,"281":44,"282":362,"291":38,"292":156,"30":25,"302":67,"306":1,"31":68,"314":3,"317":1,"32":53,"33":144,"34":28,"347":16,"35":47,"352":824,"36":228,"37":28,"38":581,"380":24,"381":266,"383":92,"39":94,"391":136,"396":9,"397":35,"40":52,"409":42,"41":70,"414":92,"415":98,"419":155,"42":32,"426":19,"43":35,"430":153,"433":13,"44":24,"45":32,"46":153,"48":69,"49":38,"5":3224,"51":45,"52":29,"53":97,"56":13,"570":4,"6":463,"63":98,"7":922,"79":149,"8":45,"80":28,"9":467,"all_client":123264,"all_tv_clinet":23453,"insert_time":"2014-08-19T11:07:41.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99994,"10":76,"107":765,"11":854,"12":134,"13":459,"14":163,"15":453,"155":85,"156":31,"158":122,"159":25,"16":454,"160":46,"161":391,"167":211,"168":2,"17":310,"18":1559,"19":776,"20":166,"209":31,"21":740,"210":68,"211":20,"214":43,"215":485,"221":422,"223":857,"224":75,"225":576,"23":480,"24":1151,"25":256,"257":130,"26":138,"268":10,"27":45,"273":150,"276":346,"279":64,"28":267,"281":44,"282":369,"291":37,"292":154,"30":24,"302":67,"306":1,"31":66,"314":2,"317":1,"32":54,"33":149,"34":29,"347":19,"35":50,"352":828,"36":229,"37":26,"38":575,"380":26,"381":272,"383":89,"39":94,"391":138,"396":9,"397":34,"40":51,"409":41,"41":70,"414":88,"415":96,"419":155,"42":31,"426":31,"43":35,"430":160,"433":10,"44":24,"45":34,"46":162,"48":72,"49":38,"5":3348,"51":45,"52":28,"53":92,"56":14,"570":5,"6":450,"63":92,"7":927,"79":153,"8":40,"80":29,"9":464,"all_client":123601,"all_tv_clinet":23607,"insert_time":"2014-08-19T11:08:42.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100307,"10":81,"107":780,"11":855,"12":138,"13":458,"14":166,"15":451,"155":85,"156":31,"158":120,"159":27,"16":458,"160":46,"161":372,"167":217,"168":2,"17":320,"18":1561,"19":790,"20":172,"209":34,"21":705,"210":66,"211":22,"214":44,"215":486,"221":413,"223":871,"224":78,"225":572,"23":479,"24":1148,"25":259,"257":123,"26":141,"268":11,"27":47,"273":153,"276":340,"279":65,"28":262,"281":43,"282":379,"291":38,"292":154,"30":22,"302":69,"306":1,"31":62,"314":2,"317":2,"32":62,"33":150,"34":29,"347":21,"35":51,"352":825,"36":234,"37":29,"38":565,"380":26,"381":273,"383":91,"39":93,"391":143,"396":6,"397":34,"40":50,"409":43,"41":73,"414":86,"415":93,"419":157,"42":30,"426":39,"43":36,"430":167,"433":9,"44":30,"45":29,"46":160,"48":73,"49":36,"5":3429,"51":45,"52":31,"53":87,"56":14,"570":6,"6":431,"63":81,"7":955,"79":154,"8":40,"80":29,"9":460,"all_client":124033,"all_tv_clinet":23726,"insert_time":"2014-08-19T11:09:43.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100547,"10":84,"107":774,"11":843,"12":134,"13":468,"14":169,"15":456,"155":86,"156":33,"158":117,"159":29,"16":444,"160":47,"161":371,"167":215,"168":1,"17":319,"18":1564,"19":794,"20":174,"209":32,"21":681,"210":71,"211":28,"214":42,"215":485,"221":416,"223":861,"224":78,"225":582,"23":475,"24":1139,"25":258,"257":121,"26":154,"268":10,"27":44,"273":159,"276":331,"279":68,"28":258,"281":43,"282":393,"291":43,"292":159,"30":26,"302":69,"306":1,"31":62,"314":2,"317":2,"32":64,"33":149,"34":32,"347":21,"35":49,"352":808,"36":238,"37":29,"38":561,"380":27,"381":266,"383":93,"39":92,"391":147,"396":7,"397":34,"40":54,"409":40,"41":75,"414":82,"415":88,"419":150,"42":30,"426":43,"43":36,"430":173,"433":9,"44":32,"45":27,"46":162,"48":70,"49":36,"5":3542,"51":39,"52":31,"53":85,"56":14,"570":7,"6":415,"63":74,"7":971,"79":151,"8":39,"80":30,"9":459,"all_client":124343,"all_tv_clinet":23796,"insert_time":"2014-08-19T11:10:45.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100757,"10":87,"107":765,"11":837,"12":134,"13":469,"14":169,"15":464,"155":86,"156":35,"158":119,"159":29,"16":417,"160":43,"161":371,"167":209,"168":2,"17":317,"18":1573,"19":801,"20":171,"209":33,"21":676,"210":75,"211":29,"214":45,"215":475,"221":416,"223":858,"224":79,"225":572,"23":479,"24":1154,"25":260,"257":116,"26":153,"268":10,"27":45,"273":167,"276":316,"279":71,"28":259,"281":47,"282":401,"291":49,"292":163,"30":27,"302":67,"306":2,"31":61,"314":3,"317":2,"32":62,"33":159,"34":32,"347":18,"35":49,"352":808,"36":243,"37":30,"38":569,"380":26,"381":266,"383":92,"39":86,"391":152,"396":6,"397":34,"40":56,"409":40,"41":72,"414":87,"415":89,"419":137,"42":29,"426":41,"43":37,"430":176,"433":8,"44":32,"45":28,"46":165,"48":67,"49":38,"5":3597,"51":42,"52":28,"53":89,"56":14,"570":7,"6":421,"63":73,"7":996,"79":157,"8":42,"80":30,"9":455,"all_client":124650,"all_tv_clinet":23893,"insert_time":"2014-08-19T11:11:46.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101094,"10":91,"107":774,"11":845,"12":140,"13":473,"14":171,"15":472,"155":87,"156":39,"158":118,"159":30,"16":386,"160":40,"161":369,"167":208,"168":2,"17":323,"18":1587,"19":809,"20":176,"209":37,"21":692,"210":81,"211":28,"214":46,"215":477,"221":418,"223":854,"224":82,"225":571,"23":475,"24":1154,"25":249,"257":117,"26":146,"268":10,"27":45,"273":162,"276":304,"279":68,"28":267,"281":49,"282":408,"291":54,"292":169,"30":26,"302":66,"306":4,"31":58,"314":3,"317":2,"32":58,"33":163,"34":33,"347":16,"35":52,"352":805,"36":233,"37":29,"38":559,"380":23,"381":269,"383":93,"39":84,"391":152,"396":8,"397":35,"40":57,"409":41,"41":71,"414":82,"415":83,"419":134,"42":27,"426":48,"43":35,"430":178,"433":9,"44":28,"45":29,"46":159,"48":64,"49":39,"5":3682,"51":43,"52":30,"53":91,"56":10,"570":7,"6":435,"63":72,"7":1002,"79":160,"8":37,"80":29,"9":433,"all_client":125083,"all_tv_clinet":23989,"insert_time":"2014-08-19T11:12:47.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101392,"10":91,"107":744,"11":838,"12":142,"13":475,"14":177,"15":459,"155":90,"156":43,"158":117,"159":31,"16":347,"160":43,"161":365,"167":206,"168":2,"17":331,"18":1604,"19":820,"20":180,"209":41,"21":704,"210":85,"211":25,"214":48,"215":485,"221":405,"223":851,"224":85,"225":581,"23":464,"24":1155,"25":249,"257":116,"26":139,"268":10,"27":47,"273":148,"276":291,"279":64,"28":269,"281":48,"282":412,"291":59,"292":166,"30":27,"302":66,"306":4,"31":57,"314":5,"317":2,"32":63,"33":167,"34":36,"347":16,"35":50,"352":832,"36":242,"37":30,"38":569,"380":22,"381":271,"383":88,"39":86,"391":155,"396":8,"397":35,"40":57,"409":51,"41":74,"414":74,"415":86,"419":127,"42":29,"426":54,"43":42,"430":178,"433":9,"44":23,"45":28,"46":147,"48":59,"49":39,"5":3830,"51":42,"52":28,"53":100,"56":10,"570":4,"6":456,"63":68,"7":999,"79":162,"8":36,"80":32,"9":395,"all_client":125514,"all_tv_clinet":24122,"insert_time":"2014-08-19T11:13:48.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101786,"10":90,"107":755,"11":804,"12":138,"13":485,"14":195,"15":429,"155":91,"156":47,"158":116,"159":33,"16":325,"160":40,"161":368,"167":205,"168":1,"17":340,"18":1633,"19":828,"20":179,"209":41,"21":704,"210":91,"211":25,"214":47,"215":487,"221":404,"223":842,"224":88,"225":566,"23":442,"24":1169,"25":245,"257":112,"26":150,"268":9,"27":47,"273":130,"276":287,"279":66,"28":274,"281":46,"282":422,"291":63,"292":161,"30":30,"302":66,"306":4,"31":57,"314":5,"317":2,"32":56,"33":173,"34":38,"347":15,"35":49,"352":815,"36":251,"37":31,"38":555,"380":24,"381":269,"383":93,"39":88,"391":157,"396":9,"397":37,"40":56,"409":58,"41":70,"414":67,"415":84,"419":117,"42":30,"426":61,"43":40,"430":182,"433":9,"44":23,"45":30,"46":143,"48":60,"49":36,"5":3983,"51":43,"52":30,"53":99,"56":11,"570":4,"6":468,"63":68,"7":1001,"79":158,"8":34,"80":32,"9":343,"all_client":125970,"all_tv_clinet":24184,"insert_time":"2014-08-19T11:14:49.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102115,"10":94,"107":765,"11":753,"12":139,"13":500,"14":196,"15":417,"155":93,"156":48,"158":117,"159":32,"16":303,"160":38,"161":377,"167":200,"168":1,"17":351,"18":1651,"19":842,"20":182,"209":35,"21":698,"210":93,"211":23,"214":47,"215":491,"221":393,"223":847,"224":86,"225":584,"23":441,"24":1165,"25":250,"257":113,"26":148,"268":9,"27":46,"273":126,"276":275,"279":65,"28":279,"281":47,"282":434,"291":68,"292":153,"30":31,"302":62,"306":4,"31":54,"314":5,"317":2,"32":49,"33":184,"34":39,"347":15,"35":50,"352":813,"36":249,"37":30,"38":548,"380":27,"381":264,"383":94,"39":87,"391":156,"396":10,"397":38,"40":51,"409":72,"41":62,"414":68,"415":89,"419":111,"42":30,"426":59,"43":39,"430":184,"433":9,"44":24,"45":34,"46":136,"48":68,"49":36,"5":4143,"51":41,"52":27,"53":92,"56":10,"570":4,"6":477,"63":67,"7":1013,"79":165,"8":33,"80":32,"9":313,"all_client":126430,"all_tv_clinet":24315,"insert_time":"2014-08-19T11:15:50.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102461,"10":95,"107":789,"11":705,"12":135,"13":511,"14":201,"15":424,"155":91,"156":48,"158":115,"159":34,"16":281,"160":37,"161":383,"167":185,"168":1,"17":352,"18":1684,"19":840,"20":178,"209":33,"21":699,"210":92,"211":21,"214":53,"215":496,"221":394,"223":858,"224":86,"225":593,"23":432,"24":1165,"25":254,"257":108,"26":141,"268":10,"27":47,"273":122,"276":267,"279":67,"28":283,"281":50,"282":446,"291":70,"292":142,"30":31,"302":61,"306":3,"31":57,"314":5,"317":2,"32":50,"33":187,"34":45,"347":14,"35":51,"352":813,"36":250,"37":29,"38":544,"380":26,"381":263,"383":94,"39":86,"391":156,"396":11,"397":38,"40":47,"409":78,"41":62,"414":71,"415":89,"419":113,"42":33,"426":58,"43":39,"430":185,"431":1,"433":10,"44":24,"45":34,"46":139,"48":71,"49":38,"5":4223,"51":41,"52":28,"53":80,"56":9,"570":5,"6":486,"63":66,"7":1005,"79":166,"8":33,"80":34,"9":292,"all_client":126855,"all_tv_clinet":24394,"insert_time":"2014-08-19T11:16:52.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102687,"10":100,"107":765,"11":680,"12":144,"13":513,"14":204,"15":426,"155":95,"156":48,"158":108,"159":35,"16":272,"160":37,"161":402,"167":173,"168":1,"17":359,"18":1705,"19":856,"20":176,"209":34,"21":699,"210":92,"211":23,"214":55,"215":504,"221":401,"223":851,"224":90,"225":584,"23":435,"24":1158,"25":262,"257":105,"26":145,"268":10,"27":50,"273":127,"276":270,"279":61,"28":279,"281":50,"282":452,"291":74,"292":136,"30":30,"302":59,"306":3,"31":58,"314":5,"317":2,"32":57,"33":187,"34":44,"347":15,"35":52,"352":812,"36":252,"37":27,"38":554,"380":24,"381":273,"383":103,"39":90,"391":156,"396":11,"397":36,"40":45,"409":76,"41":66,"414":73,"415":97,"419":107,"42":33,"426":56,"43":40,"430":190,"431":1,"433":11,"44":19,"45":34,"46":136,"48":65,"49":35,"5":4314,"51":43,"52":28,"53":82,"56":7,"570":6,"6":499,"63":63,"7":1007,"79":171,"8":32,"80":37,"9":271,"all_client":127227,"all_tv_clinet":24540,"insert_time":"2014-08-19T11:17:53.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103020,"10":99,"107":767,"11":674,"12":146,"13":512,"14":213,"15":436,"155":97,"156":47,"158":104,"159":34,"16":260,"160":40,"161":400,"167":159,"168":1,"17":368,"18":1710,"19":876,"20":173,"209":35,"21":689,"210":92,"211":22,"214":55,"215":505,"221":397,"223":865,"224":92,"225":575,"23":437,"24":1155,"25":271,"257":114,"26":137,"268":11,"27":52,"273":128,"276":280,"279":59,"28":285,"281":51,"282":453,"291":77,"292":131,"30":30,"302":58,"306":1,"31":62,"314":5,"317":2,"32":57,"33":190,"34":43,"347":14,"35":47,"352":803,"36":254,"37":27,"38":555,"380":23,"381":265,"383":112,"39":92,"391":160,"396":13,"397":36,"40":47,"409":74,"41":68,"414":82,"415":102,"419":95,"42":36,"426":56,"43":36,"430":188,"431":1,"433":10,"44":20,"45":28,"46":138,"48":62,"49":35,"5":4414,"51":50,"52":29,"53":79,"56":8,"570":6,"6":469,"63":62,"7":1022,"79":172,"8":32,"80":42,"9":263,"all_client":127679,"all_tv_clinet":24659,"insert_time":"2014-08-19T11:18:54.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103354,"10":102,"107":756,"11":671,"12":157,"13":520,"14":224,"15":446,"155":99,"156":50,"158":101,"159":35,"16":245,"160":41,"161":382,"167":148,"168":1,"17":375,"18":1709,"19":894,"20":179,"209":38,"21":688,"210":94,"211":20,"214":54,"215":506,"221":397,"223":868,"224":90,"225":580,"23":435,"24":1144,"25":273,"257":117,"26":132,"268":9,"27":52,"273":142,"276":278,"279":59,"28":289,"281":52,"282":455,"291":77,"292":132,"30":30,"302":59,"306":1,"31":68,"314":5,"317":2,"32":57,"33":193,"34":42,"347":14,"35":50,"352":795,"36":251,"37":25,"38":551,"380":23,"381":264,"383":115,"39":91,"391":168,"396":14,"397":39,"40":47,"409":69,"41":69,"414":85,"415":103,"419":95,"42":33,"426":56,"43":35,"430":191,"431":1,"433":11,"44":22,"45":29,"46":135,"48":61,"49":36,"5":4501,"51":52,"52":27,"53":74,"56":7,"570":6,"6":417,"63":62,"7":1052,"79":171,"8":32,"80":45,"9":245,"all_client":128096,"all_tv_clinet":24742,"insert_time":"2014-08-19T11:19:55.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103594,"10":99,"107":749,"11":668,"12":161,"13":533,"14":227,"15":458,"155":101,"156":53,"158":98,"159":36,"16":239,"160":45,"161":362,"167":138,"168":1,"17":388,"18":1728,"19":897,"20":182,"209":38,"21":685,"210":98,"211":20,"214":55,"215":507,"221":402,"223":885,"224":90,"225":583,"23":450,"24":1144,"25":271,"257":119,"26":128,"268":9,"27":50,"273":141,"276":281,"279":65,"28":293,"281":52,"282":457,"291":77,"292":129,"30":30,"302":57,"306":1,"31":69,"314":5,"317":1,"32":52,"33":195,"34":44,"347":14,"35":48,"352":804,"36":248,"37":25,"38":573,"380":20,"381":261,"383":116,"39":90,"391":168,"396":19,"397":37,"40":51,"409":69,"41":73,"414":83,"415":98,"419":85,"42":35,"426":59,"43":31,"430":194,"431":1,"433":11,"44":23,"45":22,"46":131,"48":64,"49":37,"5":4570,"51":50,"52":27,"53":64,"56":8,"570":6,"6":360,"63":63,"7":1062,"79":166,"8":34,"80":46,"9":245,"all_client":128431,"all_tv_clinet":24837,"insert_time":"2014-08-19T11:20:56.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103902,"10":98,"107":757,"11":669,"12":171,"13":542,"14":230,"15":461,"155":101,"156":54,"158":96,"159":38,"16":237,"160":45,"161":339,"167":136,"168":1,"17":394,"18":1735,"19":898,"20":181,"209":42,"21":684,"210":95,"211":29,"214":56,"215":518,"221":400,"223":892,"224":88,"225":571,"23":453,"24":1145,"25":276,"257":113,"26":132,"268":9,"27":49,"273":156,"276":279,"279":66,"28":292,"281":52,"282":458,"291":79,"292":136,"30":30,"302":56,"306":1,"31":73,"314":6,"317":1,"32":45,"33":197,"34":45,"347":14,"35":49,"352":814,"36":235,"37":27,"38":588,"380":20,"381":276,"383":112,"39":91,"391":162,"396":20,"397":35,"40":52,"409":71,"41":75,"414":73,"415":102,"419":87,"42":35,"426":67,"43":34,"430":198,"431":1,"433":11,"44":22,"45":22,"46":140,"48":64,"49":40,"5":4651,"51":47,"52":32,"53":61,"56":6,"570":4,"6":329,"63":65,"7":1077,"79":167,"8":35,"80":51,"9":242,"all_client":128913,"all_tv_clinet":25011,"insert_time":"2014-08-19T11:21:57.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104155,"10":99,"107":773,"11":681,"12":176,"13":549,"14":233,"15":461,"155":103,"156":54,"158":95,"159":36,"16":236,"160":47,"161":321,"167":131,"168":1,"17":365,"18":1757,"19":908,"20":175,"209":43,"21":680,"210":98,"211":33,"214":56,"215":523,"221":391,"223":923,"224":87,"225":589,"23":463,"24":1130,"25":293,"257":124,"26":140,"268":7,"27":48,"273":164,"276":273,"279":67,"28":294,"281":52,"282":468,"291":81,"292":136,"30":32,"302":55,"306":1,"31":74,"314":4,"32":45,"33":199,"34":39,"347":13,"35":50,"352":810,"36":249,"37":28,"38":590,"380":18,"381":276,"383":111,"39":89,"391":165,"396":18,"397":37,"40":51,"409":66,"41":74,"414":76,"415":99,"419":92,"42":37,"426":62,"43":35,"430":198,"431":1,"433":10,"44":22,"45":26,"46":143,"48":63,"49":43,"5":4726,"51":48,"52":34,"53":57,"56":6,"570":5,"6":310,"63":66,"7":1076,"79":170,"8":36,"80":53,"9":235,"all_client":129342,"all_tv_clinet":25187,"insert_time":"2014-08-19T11:22:58.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104434,"10":97,"107":805,"11":689,"12":175,"13":549,"14":229,"15":461,"155":102,"156":51,"158":98,"159":38,"16":227,"160":50,"161":322,"167":130,"168":1,"17":336,"18":1775,"19":912,"20":177,"209":43,"21":673,"210":101,"211":36,"214":56,"215":526,"221":376,"223":966,"224":91,"225":591,"23":454,"24":1111,"25":299,"257":123,"26":153,"268":8,"27":46,"273":178,"276":268,"279":64,"28":286,"281":52,"282":479,"291":80,"292":141,"30":31,"302":54,"306":1,"31":76,"314":5,"32":46,"33":193,"34":35,"347":14,"35":50,"352":805,"36":250,"37":26,"38":601,"380":18,"381":275,"383":110,"39":92,"391":168,"396":16,"397":37,"40":52,"409":68,"41":74,"414":84,"415":105,"419":92,"42":37,"426":59,"43":35,"430":194,"431":1,"433":10,"44":22,"45":32,"46":142,"48":58,"49":46,"5":4826,"51":46,"52":32,"53":49,"56":6,"570":5,"6":291,"63":67,"7":1079,"79":173,"8":34,"80":55,"9":233,"all_client":129769,"all_tv_clinet":25335,"insert_time":"2014-08-19T11:24:00.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104747,"10":94,"107":817,"11":697,"12":182,"13":552,"14":232,"15":459,"155":104,"156":52,"158":101,"159":38,"16":239,"160":47,"161":326,"167":126,"168":1,"17":294,"18":1788,"19":925,"20":177,"209":43,"21":667,"210":103,"211":36,"214":56,"215":527,"221":371,"223":991,"224":96,"225":604,"23":458,"24":1098,"25":304,"257":120,"26":156,"268":6,"27":48,"273":178,"276":267,"279":73,"28":295,"281":53,"282":481,"291":81,"292":146,"30":31,"302":55,"306":1,"31":76,"314":5,"32":53,"33":199,"34":37,"347":14,"35":49,"352":801,"36":257,"37":26,"38":607,"380":17,"381":267,"383":113,"39":94,"391":168,"396":16,"397":37,"40":54,"409":71,"41":65,"414":92,"415":98,"419":94,"42":34,"426":55,"43":36,"430":198,"431":1,"433":8,"44":26,"45":34,"46":138,"48":59,"49":48,"5":4945,"51":44,"52":38,"53":58,"56":7,"570":6,"6":276,"63":63,"7":1037,"79":176,"8":33,"80":53,"9":232,"all_client":130258,"all_tv_clinet":25511,"insert_time":"2014-08-19T11:25:01.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105030,"10":89,"107":852,"11":714,"12":187,"13":543,"14":238,"15":472,"155":108,"156":58,"158":102,"159":35,"16":242,"160":47,"161":333,"167":125,"168":1,"17":279,"18":1817,"19":934,"20":176,"209":45,"21":668,"210":105,"211":30,"214":56,"215":531,"221":372,"223":1012,"224":99,"225":587,"23":468,"24":1086,"25":326,"257":118,"26":156,"268":6,"27":48,"273":178,"276":269,"279":77,"28":311,"281":54,"282":485,"291":79,"292":145,"30":31,"302":58,"306":1,"31":77,"314":6,"32":45,"33":198,"34":34,"347":14,"35":51,"352":795,"36":246,"37":28,"38":619,"380":16,"381":263,"383":116,"389":1,"39":93,"391":172,"396":16,"397":34,"40":52,"409":68,"41":62,"414":92,"415":102,"419":89,"42":34,"426":61,"43":33,"430":195,"431":1,"433":7,"44":27,"45":28,"46":138,"48":59,"49":44,"5":5050,"51":42,"52":39,"53":65,"56":7,"570":6,"6":265,"63":62,"7":968,"79":181,"8":36,"80":51,"9":230,"all_client":130701,"all_tv_clinet":25671,"insert_time":"2014-08-19T11:26:02.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105297,"10":83,"107":846,"11":735,"12":175,"13":545,"14":241,"15":490,"155":113,"156":58,"158":103,"159":32,"16":240,"160":47,"161":352,"167":120,"168":1,"17":268,"18":1840,"19":911,"20":173,"209":47,"21":672,"210":108,"211":30,"214":56,"215":530,"221":386,"223":1049,"224":98,"225":597,"23":470,"24":1086,"25":338,"257":111,"26":156,"268":5,"27":45,"273":175,"276":270,"279":74,"28":333,"281":53,"282":491,"291":79,"292":155,"30":29,"302":57,"306":1,"31":76,"314":5,"32":38,"33":202,"34":32,"347":12,"35":50,"352":803,"36":235,"37":28,"38":612,"380":17,"381":273,"383":111,"389":1,"39":96,"391":173,"396":10,"397":36,"40":53,"409":73,"41":61,"414":81,"415":99,"419":96,"42":34,"426":72,"43":34,"430":194,"431":1,"433":6,"44":24,"45":27,"46":144,"48":56,"49":47,"5":5177,"51":42,"52":42,"53":79,"56":7,"570":6,"6":266,"63":60,"7":917,"79":182,"8":37,"80":53,"9":231,"all_client":131182,"all_tv_clinet":25885,"insert_time":"2014-08-19T11:27:03.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105623,"10":81,"107":837,"11":740,"12":160,"13":548,"14":254,"15":498,"155":119,"156":57,"158":105,"159":30,"16":240,"160":45,"161":357,"167":119,"168":1,"17":258,"18":1860,"19":872,"20":174,"209":49,"21":695,"210":112,"211":27,"214":57,"215":536,"221":382,"223":1042,"224":100,"225":601,"23":466,"24":1056,"25":346,"257":113,"26":155,"268":7,"27":44,"273":174,"276":277,"279":72,"28":360,"281":51,"282":497,"291":80,"292":160,"30":26,"302":58,"306":1,"31":78,"314":5,"32":36,"33":199,"34":32,"347":13,"35":51,"352":822,"36":241,"37":27,"38":598,"380":22,"381":278,"383":114,"389":1,"39":92,"391":178,"396":9,"397":34,"40":55,"409":74,"41":59,"414":71,"415":103,"419":107,"42":36,"426":78,"43":38,"430":195,"431":1,"433":6,"44":21,"45":27,"46":154,"48":59,"49":48,"5":5300,"51":47,"52":42,"53":83,"56":7,"570":10,"6":271,"63":64,"7":857,"79":178,"8":36,"80":54,"9":226,"all_client":131659,"all_tv_clinet":26036,"insert_time":"2014-08-19T11:28:05.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105935,"10":78,"107":799,"11":733,"12":143,"13":549,"14":261,"15":519,"155":121,"156":59,"158":103,"159":31,"16":237,"160":44,"161":352,"167":118,"168":1,"17":249,"18":1875,"19":838,"20":169,"209":52,"21":711,"210":110,"211":27,"214":56,"215":537,"221":386,"223":1060,"224":106,"225":610,"23":463,"24":1085,"25":370,"257":112,"26":149,"268":7,"27":45,"273":160,"276":278,"279":68,"28":380,"281":51,"282":495,"291":82,"292":176,"30":27,"302":61,"306":1,"31":77,"314":5,"32":41,"33":199,"34":33,"347":15,"35":48,"352":823,"36":244,"37":26,"38":573,"380":23,"381":279,"383":107,"389":1,"39":97,"391":179,"396":10,"397":34,"40":57,"409":82,"41":62,"414":73,"415":104,"419":116,"42":35,"426":69,"43":42,"430":200,"431":1,"433":5,"44":21,"45":32,"46":149,"48":65,"49":50,"5":5414,"51":50,"52":46,"53":82,"56":7,"570":10,"6":274,"63":63,"7":816,"79":160,"8":35,"80":59,"9":231,"all_client":132103,"all_tv_clinet":26168,"insert_time":"2014-08-19T11:29:06.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106194,"10":74,"107":815,"11":724,"12":132,"13":544,"14":257,"15":540,"155":123,"156":60,"158":106,"159":29,"16":226,"160":39,"161":360,"167":120,"168":1,"17":234,"18":1905,"19":804,"20":164,"209":54,"21":728,"210":104,"211":25,"214":57,"215":539,"221":397,"223":1060,"224":113,"225":633,"23":474,"24":1074,"25":375,"257":111,"26":140,"268":8,"27":43,"273":140,"276":279,"279":67,"28":393,"281":51,"282":494,"291":82,"292":168,"30":26,"302":59,"306":1,"31":81,"314":5,"32":45,"33":202,"34":34,"347":15,"35":50,"352":822,"36":240,"37":25,"38":568,"380":24,"381":281,"383":103,"389":1,"39":100,"391":177,"396":15,"397":35,"40":55,"409":82,"41":68,"414":70,"415":106,"419":119,"42":38,"426":64,"43":44,"430":206,"431":1,"433":3,"44":20,"45":30,"46":145,"48":68,"49":46,"5":5537,"51":50,"52":44,"53":88,"56":8,"570":10,"6":282,"63":62,"7":796,"79":142,"8":35,"80":64,"9":230,"all_client":132482,"all_tv_clinet":26288,"insert_time":"2014-08-19T11:30:12.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106630,"10":66,"107":825,"11":739,"12":129,"13":551,"14":239,"15":567,"155":125,"156":66,"158":105,"159":28,"16":228,"160":39,"161":348,"167":122,"168":1,"17":254,"18":1873,"19":790,"20":170,"209":50,"21":732,"210":102,"211":25,"214":57,"215":541,"221":425,"223":1100,"224":125,"225":664,"23":500,"24":1185,"25":405,"257":108,"26":137,"268":6,"27":40,"273":136,"276":283,"279":63,"28":432,"281":53,"282":505,"291":84,"292":153,"30":26,"302":58,"306":1,"31":82,"314":7,"32":52,"33":207,"34":39,"347":14,"35":49,"352":859,"36":240,"37":22,"38":551,"380":22,"381":281,"383":103,"389":1,"39":101,"391":179,"396":18,"397":32,"40":56,"409":91,"41":70,"414":86,"415":109,"419":112,"42":31,"426":40,"43":45,"430":209,"431":2,"433":3,"44":19,"45":30,"46":163,"48":70,"49":44,"5":5365,"51":47,"52":45,"53":91,"56":9,"570":11,"6":312,"63":63,"7":769,"79":130,"8":47,"80":65,"9":236,"all_client":133120,"all_tv_clinet":26490,"insert_time":"2014-08-19T11:31:13.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106830,"10":66,"107":831,"11":754,"12":127,"13":566,"14":221,"15":576,"155":124,"156":61,"158":102,"159":30,"16":216,"160":36,"161":328,"167":123,"168":1,"17":271,"18":1832,"19":785,"20":177,"209":46,"21":737,"210":99,"211":29,"214":57,"215":544,"221":457,"223":1136,"224":140,"225":703,"23":523,"24":1265,"25":428,"257":112,"26":135,"268":6,"27":40,"273":138,"276":284,"279":58,"28":478,"281":55,"282":510,"291":86,"292":133,"30":25,"302":60,"306":1,"31":92,"314":6,"317":1,"32":58,"33":206,"34":45,"347":15,"35":48,"352":870,"36":228,"37":21,"38":554,"380":22,"381":274,"383":105,"389":1,"39":104,"391":184,"396":18,"397":35,"40":56,"409":97,"41":75,"414":87,"415":108,"419":121,"42":31,"426":37,"43":49,"430":207,"431":2,"433":3,"434":1,"44":18,"45":27,"46":171,"48":75,"49":46,"5":5203,"51":51,"52":43,"53":95,"56":9,"570":9,"6":342,"63":62,"7":746,"79":115,"8":61,"80":71,"9":252,"all_client":133499,"all_tv_clinet":26669,"insert_time":"2014-08-19T11:32:14.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107075,"10":72,"107":815,"11":778,"12":129,"13":563,"14":209,"15":580,"155":126,"156":60,"158":101,"159":34,"16":211,"160":32,"161":315,"167":116,"168":1,"17":284,"18":1797,"19":795,"20":188,"209":45,"21":731,"210":92,"211":28,"214":58,"215":541,"221":468,"223":1137,"224":159,"225":758,"23":549,"24":1344,"25":489,"257":131,"26":140,"268":6,"27":41,"273":138,"276":299,"279":60,"28":530,"281":58,"282":510,"291":87,"292":125,"30":26,"302":61,"306":1,"31":95,"314":8,"317":1,"32":59,"33":209,"34":44,"347":13,"35":44,"352":881,"36":221,"37":24,"38":549,"380":25,"381":263,"383":106,"389":1,"39":105,"391":186,"396":17,"397":40,"40":57,"409":98,"41":73,"414":91,"415":120,"419":125,"42":30,"426":30,"43":49,"430":219,"431":2,"433":4,"434":1,"44":17,"45":23,"46":190,"48":77,"49":50,"5":5036,"51":52,"52":46,"53":98,"56":9,"570":7,"6":389,"63":64,"7":722,"79":96,"8":81,"80":74,"9":264,"all_client":133978,"all_tv_clinet":26903,"insert_time":"2014-08-19T11:33:15.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107332,"10":74,"107":800,"11":803,"12":136,"13":565,"14":210,"15":582,"155":128,"156":61,"158":104,"159":31,"16":210,"160":33,"161":317,"167":114,"168":1,"17":292,"18":1783,"19":795,"20":191,"209":47,"21":735,"210":93,"211":29,"214":59,"215":547,"221":480,"223":1098,"224":175,"225":804,"23":551,"24":1365,"25":525,"257":133,"26":138,"268":6,"27":40,"273":144,"276":300,"279":59,"28":585,"281":59,"282":513,"291":88,"292":118,"30":26,"302":59,"306":3,"31":103,"314":7,"317":1,"32":59,"33":215,"34":40,"347":12,"35":44,"352":866,"36":230,"37":27,"38":563,"380":23,"381":258,"383":101,"389":1,"39":106,"391":188,"396":15,"397":43,"40":59,"409":97,"41":73,"414":88,"415":118,"419":125,"42":32,"426":31,"43":49,"430":223,"431":2,"433":3,"434":1,"44":18,"45":26,"46":197,"48":78,"49":50,"5":5024,"51":50,"52":48,"53":97,"56":7,"570":6,"6":422,"63":63,"7":702,"79":83,"8":89,"80":76,"9":266,"all_client":134446,"all_tv_clinet":27114,"insert_time":"2014-08-19T11:34:16.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107599,"10":73,"107":821,"11":825,"12":146,"13":558,"14":206,"15":586,"155":129,"156":62,"158":107,"159":32,"16":204,"160":34,"161":315,"167":116,"168":1,"17":303,"18":1765,"19":789,"20":196,"209":47,"21":738,"210":93,"211":29,"214":58,"215":546,"221":468,"223":1030,"224":209,"225":865,"23":576,"24":1416,"25":581,"257":138,"26":138,"268":5,"27":39,"273":149,"276":293,"279":58,"28":644,"281":60,"282":498,"291":89,"292":115,"30":27,"302":55,"306":3,"31":100,"314":7,"317":1,"32":61,"33":212,"34":46,"347":12,"35":44,"352":856,"36":225,"37":28,"38":585,"380":25,"381":254,"383":100,"389":1,"39":109,"391":186,"396":13,"397":42,"40":60,"409":102,"41":69,"414":81,"415":125,"419":124,"42":33,"426":30,"43":52,"430":226,"431":2,"433":5,"434":1,"44":19,"45":27,"46":204,"48":70,"49":51,"5":4959,"51":58,"52":42,"53":104,"56":7,"570":10,"6":437,"63":64,"7":704,"79":79,"8":95,"80":79,"9":260,"all_client":134920,"all_tv_clinet":27321,"insert_time":"2014-08-19T11:35:17.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107902,"10":73,"107":839,"11":851,"12":166,"13":568,"14":216,"15":586,"155":124,"156":62,"158":104,"159":37,"16":206,"160":30,"161":294,"167":118,"168":2,"17":324,"18":1737,"19":782,"20":198,"209":48,"21":737,"210":92,"211":29,"214":57,"215":554,"221":466,"223":997,"224":233,"225":920,"23":583,"24":1459,"25":635,"257":137,"26":142,"268":4,"27":42,"273":165,"276":288,"279":54,"28":720,"281":60,"282":493,"291":87,"292":115,"30":29,"302":54,"306":4,"31":102,"314":8,"317":1,"32":63,"33":211,"34":47,"347":10,"35":44,"352":855,"36":231,"37":31,"38":587,"380":30,"381":251,"383":93,"389":1,"39":107,"391":188,"396":11,"397":44,"40":64,"409":105,"41":67,"414":82,"415":122,"419":127,"42":38,"426":25,"43":56,"430":226,"431":1,"433":5,"434":1,"44":26,"45":30,"46":226,"48":68,"49":54,"5":4761,"51":66,"52":42,"53":99,"56":5,"570":9,"6":459,"63":65,"7":694,"79":76,"8":103,"80":78,"9":266,"all_client":135384,"all_tv_clinet":27482,"insert_time":"2014-08-19T11:36:18.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108186,"10":73,"107":825,"11":878,"12":186,"13":566,"14":227,"15":564,"155":124,"156":56,"158":103,"159":39,"16":221,"160":28,"161":284,"167":121,"168":2,"17":340,"18":1670,"19":790,"20":193,"209":40,"21":755,"210":89,"211":29,"214":56,"215":560,"221":475,"223":976,"224":263,"225":964,"23":602,"24":1501,"25":709,"257":138,"26":141,"268":5,"27":47,"273":166,"276":278,"279":60,"28":814,"281":59,"282":488,"291":87,"292":117,"30":32,"302":51,"306":3,"31":109,"314":11,"317":1,"32":74,"33":207,"34":49,"347":9,"35":42,"352":866,"36":224,"37":33,"38":584,"380":32,"381":246,"383":88,"39":110,"391":188,"396":11,"397":47,"40":71,"409":106,"41":72,"414":80,"415":138,"419":128,"42":37,"426":22,"43":55,"430":229,"431":1,"433":5,"434":1,"44":23,"45":26,"46":255,"48":69,"49":63,"5":4478,"51":69,"52":46,"53":105,"56":6,"570":11,"6":484,"63":67,"7":716,"79":71,"8":112,"80":76,"9":267,"all_client":135801,"all_tv_clinet":27615,"insert_time":"2014-08-19T11:37:19.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108448,"10":77,"107":799,"11":928,"12":211,"13":569,"14":230,"15":508,"155":132,"156":53,"158":106,"159":41,"16":224,"160":25,"161":273,"167":121,"168":2,"17":364,"18":1592,"19":791,"20":200,"209":39,"21":763,"210":92,"211":27,"214":55,"215":556,"221":478,"223":991,"224":291,"225":1005,"23":643,"24":1523,"25":764,"257":141,"26":145,"268":7,"27":50,"273":170,"276":277,"279":59,"28":897,"281":57,"282":481,"291":84,"292":116,"30":36,"302":53,"306":4,"31":112,"314":12,"317":1,"32":76,"33":204,"34":49,"347":8,"35":46,"352":883,"36":234,"37":37,"38":603,"380":35,"381":246,"383":81,"39":119,"391":184,"396":12,"397":49,"40":78,"409":103,"41":82,"414":84,"415":147,"419":132,"42":39,"426":22,"43":54,"430":233,"431":2,"433":5,"434":1,"44":29,"45":28,"46":272,"48":73,"49":68,"5":4214,"51":73,"52":49,"53":107,"56":5,"570":12,"6":493,"63":75,"7":744,"79":69,"8":121,"80":76,"9":269,"all_client":136248,"all_tv_clinet":27800,"insert_time":"2014-08-19T11:38:20.917Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108793,"10":79,"107":783,"11":962,"12":220,"13":570,"14":227,"15":448,"155":127,"156":54,"158":101,"159":46,"16":227,"160":30,"161":247,"167":123,"168":3,"17":377,"18":1531,"19":802,"20":210,"209":40,"21":791,"210":89,"211":25,"214":55,"215":555,"221":493,"223":1033,"224":311,"225":1009,"23":684,"24":1580,"25":814,"257":143,"26":139,"268":6,"27":53,"273":173,"276":273,"279":60,"28":964,"281":54,"282":474,"291":82,"292":116,"30":37,"302":48,"306":3,"31":109,"314":10,"317":1,"32":76,"33":196,"34":48,"347":11,"35":50,"352":908,"36":232,"37":43,"38":598,"380":37,"381":251,"383":77,"39":122,"391":183,"396":14,"397":46,"40":80,"409":103,"41":86,"414":85,"415":146,"419":128,"42":41,"426":22,"43":53,"430":231,"431":2,"433":5,"434":1,"44":31,"45":32,"46":296,"48":75,"49":72,"5":3998,"51":73,"52":56,"53":104,"56":5,"570":12,"6":479,"63":73,"7":769,"79":68,"8":133,"80":72,"9":269,"all_client":136676,"all_tv_clinet":27883,"insert_time":"2014-08-19T11:39:22.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109083,"10":79,"107":768,"11":985,"12":219,"13":574,"14":220,"15":416,"155":121,"156":56,"158":94,"159":45,"16":224,"160":32,"161":227,"167":128,"168":5,"17":389,"18":1462,"19":818,"20":216,"209":42,"21":825,"210":86,"211":24,"214":56,"215":552,"221":503,"223":1072,"224":327,"225":1024,"23":699,"24":1634,"25":863,"257":139,"26":140,"268":6,"27":57,"273":176,"276":244,"279":58,"28":1023,"281":53,"282":474,"291":85,"292":125,"30":41,"302":42,"306":5,"31":109,"314":9,"317":1,"32":80,"33":192,"34":48,"347":14,"35":54,"352":935,"36":239,"37":47,"38":604,"380":38,"381":253,"383":74,"39":129,"391":181,"396":15,"397":45,"40":83,"409":102,"41":91,"414":85,"415":148,"419":127,"42":45,"426":22,"43":58,"430":226,"431":2,"433":3,"434":1,"44":32,"45":38,"46":315,"48":74,"49":82,"5":3822,"51":74,"52":55,"53":103,"56":5,"570":13,"6":451,"63":77,"7":810,"79":70,"8":141,"80":71,"9":277,"all_client":137106,"all_tv_clinet":28023,"insert_time":"2014-08-19T11:40:23.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109395,"10":76,"107":774,"11":989,"12":227,"13":581,"14":216,"15":389,"155":109,"156":55,"158":92,"159":46,"16":220,"160":33,"161":226,"167":132,"168":5,"17":395,"18":1422,"19":814,"20":235,"209":42,"21":845,"210":85,"211":23,"214":56,"215":555,"221":509,"223":1076,"224":339,"225":1036,"23":712,"24":1710,"25":897,"257":135,"26":141,"268":4,"27":60,"273":180,"276":234,"279":62,"28":1064,"281":54,"282":476,"291":85,"292":131,"30":44,"302":40,"306":5,"31":104,"314":7,"317":1,"32":76,"33":191,"34":48,"347":15,"35":56,"352":945,"36":237,"37":49,"38":613,"380":37,"381":251,"383":75,"39":128,"391":178,"396":12,"397":46,"40":88,"409":87,"41":99,"414":97,"415":143,"419":116,"42":44,"426":24,"43":58,"430":211,"431":1,"433":3,"434":1,"44":32,"45":40,"46":329,"48":76,"49":82,"5":3695,"51":82,"52":51,"53":108,"56":6,"570":14,"6":441,"63":78,"7":835,"79":73,"8":141,"80":73,"9":286,"all_client":137514,"all_tv_clinet":28119,"insert_time":"2014-08-19T11:41:24.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109619,"10":73,"107":774,"11":987,"12":246,"13":600,"14":218,"15":363,"155":100,"156":51,"158":91,"159":50,"16":223,"160":32,"161":241,"167":135,"168":6,"17":404,"18":1408,"19":792,"20":242,"209":49,"21":852,"210":83,"211":22,"214":61,"215":553,"221":519,"223":1043,"224":358,"225":1064,"23":716,"24":1759,"25":944,"257":124,"26":146,"268":5,"27":56,"273":186,"276":224,"279":63,"28":1103,"281":51,"282":462,"291":88,"292":139,"30":47,"302":42,"306":5,"31":104,"314":9,"317":1,"32":74,"33":192,"34":51,"347":13,"35":59,"352":942,"36":242,"37":49,"38":615,"380":39,"381":249,"383":73,"39":131,"391":179,"396":13,"397":50,"40":93,"409":80,"41":96,"414":106,"415":138,"419":107,"42":44,"426":24,"43":55,"430":200,"431":1,"433":4,"434":1,"44":34,"45":41,"46":341,"48":77,"49":93,"5":3599,"51":78,"52":51,"53":111,"56":7,"570":14,"6":437,"63":76,"7":854,"79":73,"8":151,"80":73,"9":282,"all_client":137845,"all_tv_clinet":28226,"insert_time":"2014-08-19T11:42:25.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109844,"10":79,"107":781,"11":952,"12":262,"13":600,"14":218,"15":332,"155":95,"156":45,"158":91,"159":52,"16":212,"160":33,"161":255,"167":129,"168":5,"17":415,"18":1397,"19":769,"20":257,"209":47,"21":864,"210":86,"211":22,"214":61,"215":566,"221":530,"223":1022,"224":376,"225":1073,"23":728,"24":1799,"25":983,"257":124,"26":144,"268":7,"27":63,"273":179,"276":223,"279":70,"28":1135,"281":52,"282":456,"291":85,"292":145,"30":45,"302":41,"306":4,"31":103,"314":11,"317":1,"32":68,"33":195,"34":54,"347":12,"35":66,"352":955,"36":243,"37":49,"38":607,"380":38,"381":240,"383":74,"39":131,"391":184,"396":13,"397":54,"40":98,"409":74,"41":101,"414":108,"415":140,"419":94,"42":41,"426":29,"43":60,"430":185,"431":1,"433":6,"434":1,"44":34,"45":42,"46":349,"48":80,"49":92,"5":3550,"51":82,"52":53,"53":116,"56":8,"570":12,"6":430,"63":77,"7":851,"79":73,"8":160,"80":68,"9":292,"all_client":138158,"all_tv_clinet":28314,"insert_time":"2014-08-19T11:43:26.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110115,"10":82,"107":791,"11":931,"12":275,"13":593,"14":217,"15":303,"155":92,"156":44,"158":92,"159":55,"16":224,"160":30,"161":276,"167":128,"168":6,"17":426,"18":1413,"19":739,"20":265,"209":55,"21":871,"210":83,"211":23,"214":60,"215":574,"221":521,"223":1007,"224":392,"225":1077,"23":743,"24":1846,"25":1036,"257":128,"26":143,"268":7,"27":66,"273":165,"276":216,"279":67,"28":1144,"281":49,"282":459,"291":79,"292":149,"30":46,"302":45,"306":6,"31":101,"314":11,"317":1,"32":71,"33":196,"34":53,"347":13,"35":75,"352":944,"36":236,"37":51,"38":606,"380":38,"381":230,"383":74,"39":132,"391":186,"396":13,"397":58,"40":99,"409":67,"41":99,"414":101,"415":139,"419":79,"42":45,"426":45,"43":58,"430":178,"431":1,"433":6,"434":2,"44":31,"45":43,"46":357,"48":76,"49":93,"5":3522,"51":82,"52":58,"53":117,"56":9,"570":12,"6":428,"63":78,"7":875,"79":69,"8":167,"80":67,"9":301,"all_client":138547,"all_tv_clinet":28432,"insert_time":"2014-08-19T11:44:27.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110393,"10":86,"107":790,"11":924,"12":281,"13":563,"14":214,"15":284,"155":89,"156":46,"158":94,"159":52,"16":229,"160":30,"161":287,"167":127,"168":7,"17":429,"18":1415,"19":711,"20":276,"209":55,"21":885,"210":86,"211":25,"214":54,"215":586,"221":505,"223":1005,"224":406,"225":1078,"23":755,"24":1872,"25":1064,"257":131,"26":139,"268":7,"27":66,"273":153,"276":210,"279":68,"28":1170,"281":51,"282":466,"291":79,"292":144,"30":43,"302":47,"306":7,"31":99,"314":11,"317":1,"32":75,"33":191,"34":51,"347":12,"35":76,"352":945,"36":238,"37":49,"38":619,"380":37,"381":221,"383":73,"39":132,"391":184,"396":11,"397":60,"40":101,"409":67,"41":103,"414":103,"415":143,"419":71,"42":47,"426":50,"43":62,"430":174,"431":1,"433":5,"434":2,"44":29,"45":50,"46":365,"48":77,"49":95,"5":3468,"51":79,"52":59,"53":107,"56":9,"570":12,"6":441,"63":81,"7":890,"79":64,"8":178,"80":71,"9":310,"all_client":138883,"all_tv_clinet":28490,"insert_time":"2014-08-19T11:45:28.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110613,"10":85,"107":806,"11":922,"12":280,"13":545,"14":202,"15":261,"155":90,"156":45,"158":92,"159":54,"16":227,"160":29,"161":286,"167":123,"168":8,"17":438,"18":1402,"19":704,"20":274,"209":56,"21":893,"210":89,"211":24,"214":50,"215":584,"221":486,"223":1001,"224":421,"225":1116,"23":786,"24":1876,"25":1099,"257":128,"26":140,"268":6,"27":62,"273":163,"276":199,"279":69,"28":1208,"281":53,"282":473,"291":75,"292":141,"30":45,"302":49,"306":7,"31":96,"314":8,"317":1,"32":76,"33":187,"34":52,"347":12,"35":80,"352":930,"36":231,"37":42,"38":625,"380":40,"381":223,"383":75,"389":1,"39":136,"391":177,"396":11,"397":62,"40":104,"409":70,"41":101,"414":103,"415":146,"419":73,"42":52,"426":53,"43":64,"430":173,"431":1,"433":5,"434":2,"44":34,"45":54,"46":380,"48":75,"49":98,"5":3428,"51":82,"52":60,"53":104,"56":9,"570":13,"6":451,"63":81,"7":889,"79":58,"8":192,"80":70,"9":316,"all_client":139191,"all_tv_clinet":28578,"insert_time":"2014-08-19T11:46:29.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110909,"10":89,"107":794,"11":939,"12":279,"13":533,"14":197,"15":248,"155":85,"156":49,"158":89,"159":52,"16":220,"160":31,"161":298,"167":119,"168":9,"17":438,"18":1407,"19":708,"20":277,"209":60,"21":907,"210":86,"211":22,"214":47,"215":581,"221":484,"223":985,"224":429,"225":1131,"23":792,"24":1865,"25":1117,"257":128,"26":138,"268":6,"27":65,"273":173,"276":201,"279":66,"28":1224,"281":52,"282":470,"291":75,"292":125,"30":44,"302":47,"306":7,"31":95,"314":9,"317":1,"32":77,"33":176,"34":53,"347":11,"35":83,"352":942,"36":236,"37":40,"38":626,"380":38,"381":220,"383":82,"389":1,"39":140,"391":176,"396":12,"397":62,"40":114,"409":79,"41":98,"414":109,"415":144,"419":73,"42":56,"426":54,"43":67,"430":175,"431":1,"433":6,"434":2,"44":37,"45":58,"46":394,"48":77,"49":103,"5":3370,"51":82,"52":61,"53":106,"56":11,"570":12,"6":458,"63":83,"7":896,"79":58,"8":191,"80":69,"9":321,"all_client":139542,"all_tv_clinet":28633,"insert_time":"2014-08-19T11:47:30.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111201,"10":93,"107":767,"11":954,"12":282,"13":526,"14":195,"15":243,"155":84,"156":50,"158":85,"159":52,"16":217,"160":30,"161":293,"167":110,"168":10,"17":445,"18":1408,"19":719,"20":281,"209":58,"21":913,"210":88,"211":22,"214":46,"215":574,"221":473,"223":978,"224":433,"225":1149,"23":806,"24":1870,"25":1143,"257":127,"26":141,"268":5,"27":68,"273":183,"276":200,"279":62,"28":1241,"281":53,"282":475,"291":70,"292":124,"30":44,"302":48,"306":7,"31":92,"314":6,"317":1,"32":77,"33":174,"34":50,"347":9,"35":84,"352":954,"36":234,"37":40,"38":647,"380":38,"381":210,"383":82,"389":1,"39":138,"391":172,"396":8,"397":63,"40":112,"409":75,"41":102,"414":110,"415":141,"419":75,"42":58,"426":51,"43":69,"430":172,"431":2,"433":5,"434":2,"44":37,"45":57,"46":409,"48":78,"49":111,"5":3316,"51":81,"52":60,"53":110,"56":9,"570":13,"6":461,"63":82,"7":889,"79":54,"8":186,"80":70,"9":322,"all_client":139845,"all_tv_clinet":28644,"insert_time":"2014-08-19T11:48:31.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111542,"10":96,"107":771,"11":961,"12":286,"13":513,"14":190,"15":242,"155":87,"156":49,"158":84,"159":53,"16":212,"160":28,"161":298,"167":111,"168":11,"17":450,"18":1378,"19":730,"20":278,"209":60,"21":920,"210":88,"211":22,"214":43,"215":572,"221":458,"223":978,"224":449,"225":1164,"23":824,"24":1880,"25":1162,"257":126,"26":144,"268":4,"27":69,"273":182,"276":198,"279":60,"28":1274,"281":54,"282":483,"291":65,"292":115,"30":43,"302":45,"306":9,"31":91,"314":6,"317":1,"32":68,"33":172,"34":51,"347":10,"35":78,"352":958,"36":225,"37":45,"38":651,"380":40,"381":207,"383":85,"39":136,"391":168,"396":9,"397":65,"40":114,"409":74,"41":108,"414":114,"415":142,"419":82,"42":58,"426":48,"43":68,"430":175,"431":2,"433":5,"434":2,"44":37,"45":62,"46":415,"48":80,"49":117,"5":3269,"51":81,"52":65,"53":106,"56":11,"570":11,"6":462,"63":81,"7":898,"79":54,"8":189,"80":69,"9":325,"all_client":140251,"all_tv_clinet":28709,"insert_time":"2014-08-19T11:49:32.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111921,"10":96,"107":777,"11":947,"12":294,"13":495,"14":191,"15":243,"155":83,"156":50,"158":80,"159":51,"16":209,"160":25,"161":308,"167":111,"168":10,"17":453,"18":1354,"19":750,"20":276,"209":62,"21":937,"210":82,"211":21,"214":42,"215":573,"221":451,"223":981,"224":471,"225":1159,"23":816,"24":1912,"25":1178,"257":122,"26":138,"268":4,"27":71,"273":180,"276":197,"279":60,"28":1303,"281":53,"282":480,"291":65,"292":109,"30":44,"302":46,"306":11,"31":86,"314":7,"317":1,"32":58,"33":166,"34":52,"347":11,"35":79,"352":957,"36":216,"37":44,"38":643,"380":44,"381":200,"383":84,"39":133,"391":160,"396":8,"397":67,"40":114,"409":77,"41":113,"414":130,"415":139,"419":81,"42":61,"426":31,"43":68,"430":173,"431":2,"433":5,"434":2,"44":36,"45":69,"46":420,"48":84,"49":119,"5":3216,"51":79,"52":71,"53":111,"56":9,"570":10,"6":468,"63":83,"7":900,"79":59,"8":195,"80":71,"9":316,"all_client":140620,"all_tv_clinet":28699,"insert_time":"2014-08-19T11:50:34.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112261,"10":86,"107":772,"11":936,"12":299,"13":480,"14":193,"15":243,"155":86,"156":48,"158":81,"159":52,"16":209,"160":31,"161":321,"167":116,"168":9,"17":454,"18":1309,"19":748,"20":262,"209":67,"21":942,"210":80,"211":22,"214":42,"215":573,"221":446,"223":982,"224":483,"225":1159,"23":818,"24":1931,"25":1203,"257":118,"26":138,"268":5,"27":74,"273":185,"276":194,"279":64,"28":1319,"281":54,"282":476,"291":67,"292":109,"30":44,"302":43,"306":11,"31":89,"314":8,"317":1,"32":56,"33":165,"34":53,"347":12,"35":75,"352":966,"36":228,"37":49,"38":636,"380":43,"381":198,"383":82,"39":133,"391":159,"396":8,"397":67,"40":113,"409":82,"41":114,"414":129,"415":143,"419":73,"42":64,"426":31,"43":67,"430":175,"431":1,"433":8,"434":2,"44":35,"45":70,"46":427,"48":82,"49":120,"5":3166,"51":82,"52":72,"53":110,"56":10,"570":7,"6":473,"63":82,"7":928,"79":56,"8":199,"80":69,"9":313,"all_client":140976,"all_tv_clinet":28715,"insert_time":"2014-08-19T11:51:35.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112570,"10":84,"107":777,"11":928,"12":295,"13":481,"14":204,"15":244,"155":88,"156":49,"158":78,"159":52,"16":206,"160":30,"161":312,"167":115,"168":9,"17":455,"18":1315,"19":742,"20":273,"209":69,"21":950,"210":79,"211":21,"214":40,"215":566,"221":449,"223":999,"224":491,"225":1147,"23":823,"24":1939,"25":1216,"257":125,"26":144,"268":5,"27":72,"273":185,"276":186,"279":61,"28":1347,"281":55,"282":472,"291":67,"292":106,"30":44,"302":42,"306":12,"31":86,"314":11,"32":53,"33":161,"34":56,"347":10,"35":78,"352":963,"36":231,"37":50,"38":638,"380":44,"381":197,"383":82,"39":128,"391":152,"396":9,"397":71,"40":117,"409":83,"41":115,"414":133,"415":145,"419":71,"42":64,"426":28,"43":70,"430":179,"431":1,"433":7,"434":2,"44":39,"45":75,"46":432,"48":84,"49":123,"5":3120,"51":86,"52":72,"53":114,"56":10,"570":5,"6":473,"63":85,"7":933,"79":53,"8":205,"80":72,"9":310,"all_client":141345,"all_tv_clinet":28775,"insert_time":"2014-08-19T11:52:36.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112837,"10":86,"107":769,"11":931,"12":287,"13":476,"14":202,"15":235,"155":88,"156":47,"158":78,"159":52,"16":212,"160":31,"161":289,"167":115,"168":9,"17":453,"18":1312,"19":754,"20":282,"209":72,"21":938,"210":81,"211":23,"214":43,"215":540,"221":465,"223":1014,"224":499,"225":1151,"23":839,"24":1947,"25":1229,"257":123,"26":144,"268":7,"27":71,"273":189,"276":182,"279":61,"28":1363,"281":54,"282":474,"291":66,"292":109,"30":43,"302":40,"306":13,"31":84,"314":10,"32":56,"33":161,"34":54,"347":8,"35":78,"352":953,"36":224,"37":51,"38":666,"380":44,"381":193,"383":81,"39":131,"391":146,"396":7,"397":71,"40":118,"409":77,"41":117,"414":131,"415":138,"419":69,"42":68,"426":32,"43":73,"430":180,"431":1,"433":8,"434":2,"44":43,"45":81,"46":436,"48":83,"49":124,"5":3106,"51":89,"52":75,"53":107,"56":11,"570":4,"6":470,"63":87,"7":934,"79":50,"8":203,"80":68,"9":307,"all_client":141635,"all_tv_clinet":28798,"insert_time":"2014-08-19T11:53:37.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113249,"10":83,"107":768,"11":944,"12":292,"13":493,"14":186,"15":243,"155":86,"156":50,"158":77,"159":53,"16":205,"160":31,"161":271,"167":113,"168":10,"17":447,"18":1319,"19":777,"20":288,"209":68,"21":945,"210":82,"211":22,"214":43,"215":526,"221":470,"223":1031,"224":509,"225":1151,"23":829,"24":1919,"25":1238,"257":116,"26":138,"268":6,"27":75,"273":192,"276":179,"279":59,"28":1382,"281":52,"282":466,"291":67,"292":116,"30":42,"302":37,"306":14,"31":77,"314":10,"32":60,"33":163,"34":56,"347":7,"35":80,"352":944,"36":224,"37":49,"38":695,"380":47,"381":185,"383":90,"389":1,"39":130,"391":144,"396":6,"397":73,"40":121,"409":76,"41":116,"414":128,"415":134,"419":66,"42":66,"426":32,"43":75,"430":188,"431":1,"433":9,"434":2,"44":50,"45":89,"46":419,"48":79,"49":132,"5":3100,"51":94,"52":76,"53":111,"56":11,"570":6,"6":470,"63":86,"7":927,"79":50,"8":201,"80":68,"9":310,"all_client":142093,"all_tv_clinet":28844,"insert_time":"2014-08-19T11:54:38.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113609,"10":79,"107":761,"11":947,"12":274,"13":489,"14":168,"15":263,"155":89,"156":50,"158":77,"159":54,"16":203,"160":31,"161":263,"167":118,"168":11,"17":448,"18":1320,"19":791,"20":293,"209":67,"21":943,"210":82,"211":24,"214":43,"215":517,"221":473,"223":1036,"224":518,"225":1157,"23":840,"24":1922,"25":1261,"257":118,"26":141,"268":6,"27":73,"273":187,"276":171,"279":60,"28":1400,"281":46,"282":463,"291":68,"292":120,"30":43,"302":37,"306":13,"31":79,"314":8,"32":63,"33":157,"34":59,"347":5,"35":82,"352":955,"36":226,"37":49,"38":698,"380":48,"381":174,"383":86,"389":2,"39":132,"391":139,"396":8,"397":73,"40":126,"409":70,"41":120,"414":124,"415":135,"419":62,"42":64,"426":35,"43":79,"430":188,"431":1,"433":9,"434":2,"44":49,"45":90,"46":418,"48":78,"49":134,"5":3091,"51":93,"52":79,"53":103,"56":11,"570":8,"6":474,"63":86,"7":925,"79":51,"8":198,"80":64,"9":319,"all_client":142496,"all_tv_clinet":28887,"insert_time":"2014-08-19T11:55:39.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113817,"10":84,"107":774,"11":977,"12":240,"13":487,"14":154,"15":299,"155":99,"156":56,"158":76,"159":51,"16":196,"160":30,"161":263,"167":119,"168":12,"17":459,"18":1276,"19":767,"20":309,"209":65,"21":957,"210":84,"211":21,"214":43,"215":520,"221":473,"223":1048,"224":527,"225":1169,"23":848,"24":1975,"25":1286,"257":118,"26":144,"268":6,"27":72,"273":193,"276":170,"279":60,"28":1413,"281":46,"282":445,"291":68,"292":121,"30":46,"302":37,"306":10,"31":79,"314":7,"32":62,"33":161,"34":59,"347":6,"35":82,"352":978,"36":239,"37":54,"38":696,"380":47,"381":180,"383":85,"389":2,"39":132,"391":130,"396":9,"397":77,"40":134,"409":73,"41":116,"414":123,"415":145,"419":58,"42":64,"426":35,"43":83,"430":195,"431":1,"433":8,"434":2,"44":42,"45":94,"46":420,"48":75,"49":137,"5":3034,"51":96,"52":78,"53":105,"56":10,"570":7,"6":438,"63":87,"7":924,"79":49,"8":200,"80":61,"9":328,"all_client":142817,"all_tv_clinet":29000,"insert_time":"2014-08-19T11:56:40.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114100,"10":94,"107":794,"11":992,"12":223,"13":469,"14":151,"15":339,"155":104,"156":58,"158":70,"159":54,"16":198,"160":24,"161":276,"167":119,"168":10,"17":474,"18":1215,"19":732,"20":331,"209":67,"21":966,"210":88,"211":21,"214":45,"215":510,"221":475,"223":1106,"224":531,"225":1175,"23":856,"24":2015,"25":1308,"257":123,"26":145,"268":5,"27":76,"273":191,"276":165,"279":62,"28":1444,"281":44,"282":449,"291":69,"292":120,"30":45,"302":38,"306":9,"31":79,"314":9,"32":59,"33":158,"34":61,"347":5,"35":88,"352":988,"36":242,"37":54,"38":686,"380":48,"381":189,"383":81,"389":1,"39":132,"391":125,"396":9,"397":77,"40":137,"409":71,"41":118,"414":121,"415":151,"419":57,"42":69,"426":39,"43":87,"430":192,"431":1,"433":8,"434":2,"44":40,"45":101,"46":426,"48":77,"49":145,"5":2938,"51":92,"52":81,"53":119,"56":12,"570":6,"6":408,"63":88,"7":931,"79":47,"8":205,"80":58,"9":326,"all_client":143219,"all_tv_clinet":29119,"insert_time":"2014-08-19T11:57:41.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114270,"10":101,"107":774,"11":1023,"12":211,"13":473,"14":151,"15":385,"155":105,"156":55,"158":67,"159":53,"16":201,"160":23,"161":296,"167":119,"168":8,"17":494,"18":1167,"19":694,"20":331,"209":67,"21":968,"210":89,"211":19,"214":50,"215":500,"221":477,"223":1135,"224":545,"225":1189,"23":869,"24":2053,"25":1329,"257":129,"26":141,"268":7,"27":81,"273":180,"276":163,"279":59,"28":1457,"281":45,"282":454,"291":70,"292":122,"30":44,"302":41,"306":7,"31":86,"314":10,"32":58,"33":163,"34":58,"347":3,"35":92,"352":1000,"36":235,"37":58,"38":677,"380":50,"381":193,"383":86,"389":1,"39":134,"391":120,"396":10,"397":77,"40":138,"409":74,"41":117,"414":118,"415":148,"419":58,"42":67,"426":41,"43":91,"430":196,"431":1,"433":9,"434":2,"44":44,"45":105,"46":425,"48":80,"49":146,"5":2854,"51":92,"52":85,"53":138,"56":10,"570":5,"6":374,"63":93,"7":951,"79":46,"8":208,"80":55,"9":319,"all_client":143492,"all_tv_clinet":29222,"insert_time":"2014-08-19T11:58:42.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114578,"10":105,"107":786,"11":1061,"12":200,"13":477,"14":152,"15":381,"155":111,"156":51,"158":64,"159":52,"16":194,"160":23,"161":302,"167":119,"168":8,"17":513,"18":1140,"19":672,"20":321,"209":66,"21":981,"210":89,"211":16,"214":52,"215":500,"221":491,"223":1180,"224":548,"225":1201,"23":877,"24":2078,"25":1332,"257":135,"26":147,"268":8,"27":81,"273":168,"276":161,"279":60,"28":1480,"281":45,"282":460,"291":70,"292":128,"30":39,"302":40,"306":6,"31":91,"314":10,"32":57,"33":159,"34":61,"347":4,"35":93,"352":1002,"36":242,"37":62,"38":688,"380":51,"381":190,"383":86,"389":1,"39":130,"391":116,"396":12,"397":78,"40":140,"409":75,"41":115,"414":102,"415":155,"419":60,"42":65,"426":52,"43":90,"430":200,"431":1,"433":9,"434":2,"44":45,"45":103,"46":431,"48":78,"49":151,"5":2772,"51":96,"52":85,"53":144,"56":10,"570":5,"6":357,"63":91,"7":975,"79":45,"8":210,"80":48,"9":293,"all_client":143887,"all_tv_clinet":29309,"insert_time":"2014-08-19T11:59:43.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114832,"10":109,"107":791,"11":1096,"12":177,"13":472,"14":144,"15":373,"155":113,"156":49,"158":61,"159":51,"16":190,"160":22,"161":301,"167":120,"168":9,"17":533,"18":1151,"19":660,"20":323,"209":65,"21":975,"210":87,"211":16,"214":52,"215":494,"221":488,"223":1205,"224":560,"225":1198,"23":882,"24":2110,"25":1362,"257":132,"26":141,"268":8,"27":82,"273":157,"276":163,"279":64,"28":1510,"281":42,"282":459,"291":69,"292":130,"30":40,"302":38,"306":6,"31":99,"314":9,"32":51,"33":159,"34":65,"347":4,"35":97,"352":1002,"36":246,"37":63,"38":695,"380":51,"381":188,"383":87,"389":1,"39":131,"391":117,"396":11,"397":79,"40":142,"409":76,"41":116,"414":101,"415":156,"419":64,"42":67,"426":55,"43":93,"430":206,"431":1,"433":9,"434":2,"44":45,"45":102,"46":433,"48":81,"49":153,"5":2735,"51":93,"52":88,"53":144,"56":10,"570":6,"6":318,"63":90,"7":1017,"79":43,"8":215,"80":45,"9":280,"all_client":144253,"all_tv_clinet":29421,"insert_time":"2014-08-19T12:00:44.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115200,"10":112,"107":801,"11":1112,"12":177,"13":478,"14":131,"15":374,"155":117,"156":45,"158":61,"159":50,"16":195,"160":26,"161":290,"167":117,"168":15,"17":562,"18":1107,"19":671,"20":319,"209":67,"21":977,"210":82,"211":15,"214":52,"215":495,"221":486,"223":1213,"224":577,"225":1208,"23":903,"24":2141,"25":1371,"257":131,"26":146,"268":6,"27":84,"273":152,"276":164,"279":66,"28":1526,"281":42,"282":440,"291":70,"292":132,"30":41,"302":35,"306":5,"31":104,"314":10,"32":47,"33":165,"34":66,"347":4,"35":96,"352":1001,"36":252,"37":62,"38":688,"380":49,"381":180,"383":80,"389":1,"39":130,"391":109,"396":10,"397":85,"40":144,"409":76,"41":112,"414":103,"415":156,"419":63,"42":68,"426":55,"43":94,"430":209,"431":1,"433":9,"434":2,"44":41,"45":108,"46":433,"48":78,"49":160,"5":2692,"51":95,"52":90,"53":145,"56":10,"570":6,"6":299,"63":89,"7":1044,"79":46,"8":219,"80":46,"9":255,"all_client":144674,"all_tv_clinet":29474,"insert_time":"2014-08-19T12:01:45.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115458,"10":113,"107":828,"11":1119,"12":168,"13":483,"14":131,"15":376,"155":117,"156":38,"158":55,"159":52,"16":202,"160":29,"161":282,"167":117,"168":15,"17":576,"18":1078,"19":670,"20":325,"209":67,"21":983,"210":76,"211":15,"214":48,"215":493,"221":477,"223":1235,"224":589,"225":1207,"23":908,"24":2129,"25":1413,"257":126,"26":147,"268":7,"27":85,"273":149,"276":165,"279":61,"28":1545,"281":43,"282":427,"291":74,"292":131,"30":40,"302":34,"306":3,"31":102,"314":12,"32":50,"33":174,"34":67,"347":4,"35":99,"352":1016,"36":248,"37":64,"38":701,"380":51,"381":179,"383":83,"389":1,"39":137,"391":103,"396":9,"397":85,"40":152,"409":83,"41":111,"414":112,"415":145,"419":62,"42":73,"426":48,"43":97,"430":212,"431":1,"433":9,"434":2,"44":40,"45":111,"46":426,"48":81,"49":163,"5":2672,"51":94,"52":95,"53":144,"56":12,"570":7,"6":292,"63":91,"7":1054,"79":48,"8":220,"80":47,"9":239,"all_client":145037,"all_tv_clinet":29579,"insert_time":"2014-08-19T12:02:46.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115721,"10":112,"107":827,"11":1123,"12":161,"13":487,"14":145,"15":386,"155":121,"156":39,"158":51,"159":53,"16":203,"160":30,"161":285,"167":115,"168":15,"17":569,"18":1067,"19":668,"20":324,"209":67,"21":990,"210":68,"211":14,"214":49,"215":492,"221":482,"223":1214,"224":589,"225":1226,"23":921,"24":2145,"25":1434,"257":142,"26":149,"268":7,"27":86,"273":143,"276":168,"279":59,"28":1563,"281":42,"282":414,"291":76,"292":121,"30":38,"302":34,"306":3,"31":105,"314":11,"32":51,"33":187,"34":69,"347":5,"35":102,"352":1017,"36":239,"37":67,"38":704,"380":53,"381":181,"383":84,"389":1,"39":139,"391":93,"396":10,"397":88,"40":153,"409":88,"41":111,"414":117,"415":141,"419":60,"42":75,"426":46,"43":101,"430":212,"431":1,"433":8,"434":2,"44":41,"45":112,"46":437,"48":81,"49":159,"5":2707,"51":91,"52":93,"53":142,"56":11,"570":7,"6":298,"63":94,"7":1065,"79":51,"8":228,"80":44,"9":243,"all_client":145463,"all_tv_clinet":29742,"insert_time":"2014-08-19T12:03:47.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116014,"10":110,"107":830,"11":1099,"12":158,"13":468,"14":148,"15":400,"155":120,"156":39,"158":51,"159":55,"16":205,"160":29,"161":285,"167":114,"168":14,"17":530,"18":1066,"19":671,"20":331,"209":68,"21":1012,"210":64,"211":14,"214":50,"215":492,"221":488,"223":1236,"224":590,"225":1214,"23":920,"24":2164,"25":1458,"257":151,"26":145,"268":7,"27":89,"273":144,"276":168,"279":58,"28":1587,"281":42,"282":408,"291":75,"292":110,"30":37,"302":34,"306":2,"31":98,"314":11,"32":57,"33":191,"34":71,"347":10,"35":102,"352":1022,"36":251,"37":65,"38":686,"380":54,"381":180,"383":87,"389":1,"39":141,"391":91,"396":10,"397":90,"40":150,"409":89,"41":111,"414":124,"415":137,"419":61,"42":75,"426":46,"43":104,"430":211,"431":1,"433":7,"434":2,"44":49,"45":110,"46":429,"48":84,"49":158,"5":2714,"51":92,"52":91,"53":147,"56":10,"570":6,"6":314,"63":92,"7":1082,"79":47,"8":230,"80":46,"9":261,"all_client":145862,"all_tv_clinet":29848,"insert_time":"2014-08-19T12:04:48.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116311,"10":109,"107":829,"11":1012,"12":172,"13":460,"14":155,"15":409,"155":120,"156":39,"158":50,"159":53,"16":211,"160":27,"161":278,"167":112,"168":13,"17":492,"18":1073,"19":683,"20":331,"209":70,"21":1027,"210":69,"211":14,"214":50,"215":496,"221":492,"223":1234,"224":569,"225":1198,"23":921,"24":2167,"25":1466,"257":156,"26":151,"268":7,"27":90,"273":141,"276":165,"279":58,"28":1622,"281":39,"282":411,"291":78,"292":95,"30":38,"302":35,"306":2,"31":105,"314":9,"32":54,"33":193,"34":74,"347":13,"35":105,"352":1033,"36":248,"37":65,"38":684,"380":55,"381":178,"383":96,"389":1,"39":141,"391":92,"396":11,"397":91,"40":149,"409":80,"41":114,"414":135,"415":133,"419":64,"42":79,"426":37,"43":105,"430":208,"431":1,"433":8,"434":3,"44":52,"45":113,"46":438,"48":89,"49":157,"5":2748,"51":92,"52":82,"53":150,"56":12,"570":5,"6":316,"63":94,"7":1081,"79":43,"8":231,"80":44,"9":292,"all_client":146203,"all_tv_clinet":29892,"insert_time":"2014-08-19T12:05:49.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116526,"10":107,"107":834,"11":919,"12":186,"13":465,"14":157,"15":424,"155":121,"156":37,"158":51,"159":56,"16":212,"160":26,"161":287,"167":111,"168":13,"17":450,"18":1087,"19":697,"20":330,"209":72,"21":1049,"210":67,"211":11,"214":51,"215":504,"221":493,"223":1240,"224":536,"225":1150,"23":930,"24":2212,"25":1493,"257":154,"26":152,"268":8,"27":91,"273":139,"276":165,"279":57,"28":1645,"281":38,"282":406,"291":79,"292":90,"30":40,"302":35,"306":2,"31":104,"314":10,"32":54,"33":198,"34":76,"347":13,"35":111,"352":1036,"36":255,"37":67,"38":666,"380":54,"381":176,"383":99,"389":1,"39":141,"391":90,"396":13,"397":91,"40":152,"409":70,"41":115,"414":139,"415":128,"419":65,"42":74,"426":38,"43":106,"430":209,"431":1,"433":6,"434":3,"44":51,"45":113,"46":444,"48":90,"49":160,"5":2783,"51":94,"52":83,"53":144,"56":11,"570":6,"6":303,"63":95,"7":1105,"79":44,"8":240,"80":43,"9":332,"all_client":146507,"all_tv_clinet":29981,"insert_time":"2014-08-19T12:06:51.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116879,"10":107,"107":847,"11":826,"12":192,"13":483,"14":168,"15":437,"155":125,"156":39,"158":51,"159":53,"16":218,"160":24,"161":294,"167":117,"168":13,"17":409,"18":1111,"19":709,"20":325,"209":77,"21":1048,"210":68,"211":11,"214":52,"215":500,"221":495,"223":1209,"224":497,"225":1116,"23":933,"24":2223,"25":1521,"257":149,"26":161,"268":10,"27":98,"273":143,"276":164,"279":57,"28":1669,"281":39,"282":403,"291":79,"292":84,"30":42,"302":35,"306":2,"31":102,"314":9,"32":47,"33":196,"34":81,"347":12,"35":120,"352":1034,"36":254,"37":68,"38":664,"380":55,"381":178,"383":95,"389":1,"39":145,"391":85,"396":12,"397":91,"40":158,"409":61,"41":109,"414":134,"415":127,"419":63,"42":72,"426":41,"43":103,"430":216,"431":1,"433":6,"434":3,"44":46,"45":119,"46":454,"48":86,"49":164,"5":2889,"51":96,"52":81,"53":143,"56":11,"570":5,"6":296,"63":95,"7":1123,"79":52,"8":235,"80":42,"9":356,"all_client":146948,"all_tv_clinet":30069,"insert_time":"2014-08-19T12:07:52.063Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117178,"10":112,"107":837,"11":780,"12":198,"13":508,"14":171,"15":450,"155":130,"156":42,"158":55,"159":54,"16":213,"160":21,"161":291,"167":122,"168":14,"17":384,"18":1127,"19":706,"20":322,"209":79,"21":1070,"210":66,"211":9,"214":53,"215":514,"221":475,"223":1207,"224":486,"225":1107,"23":880,"24":2229,"25":1512,"257":151,"26":172,"268":9,"27":101,"273":143,"276":165,"279":55,"28":1697,"281":42,"282":394,"291":79,"292":87,"30":41,"302":35,"306":1,"31":101,"314":10,"32":47,"33":204,"34":89,"347":14,"35":122,"352":1019,"36":260,"37":68,"38":658,"380":54,"381":183,"383":95,"389":1,"39":151,"391":82,"396":11,"397":91,"40":161,"409":63,"41":108,"414":122,"415":127,"419":62,"42":75,"426":51,"43":105,"430":221,"431":1,"433":8,"434":2,"44":47,"45":117,"46":423,"48":85,"49":179,"5":3003,"51":96,"52":88,"53":141,"56":9,"570":5,"6":274,"63":94,"7":1126,"79":49,"8":226,"80":43,"9":393,"all_client":147338,"all_tv_clinet":30160,"insert_time":"2014-08-19T12:08:53.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117396,"10":115,"107":831,"11":712,"12":193,"13":526,"14":172,"15":470,"155":129,"156":43,"158":57,"159":52,"16":217,"160":20,"161":279,"167":127,"168":14,"17":358,"18":1135,"19":711,"20":318,"209":87,"21":1100,"210":70,"211":8,"214":55,"215":521,"221":474,"223":1223,"224":473,"225":1100,"23":843,"24":2189,"25":1442,"257":151,"26":182,"268":8,"27":101,"273":146,"276":168,"279":54,"28":1713,"281":41,"282":394,"291":82,"292":90,"30":48,"302":33,"306":1,"31":102,"314":12,"32":51,"33":206,"34":102,"347":17,"35":124,"352":1025,"36":262,"37":74,"38":646,"380":54,"381":186,"383":98,"389":1,"39":168,"391":85,"396":9,"397":90,"40":168,"409":65,"41":123,"414":118,"415":136,"419":66,"42":83,"426":58,"43":110,"430":224,"431":1,"433":8,"434":2,"44":44,"45":119,"46":403,"48":81,"49":191,"5":3152,"51":93,"52":85,"53":153,"56":9,"570":5,"6":256,"63":89,"7":1127,"79":50,"8":218,"80":44,"9":417,"all_client":147682,"all_tv_clinet":30286,"insert_time":"2014-08-19T12:09:54.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117593,"10":121,"107":856,"11":676,"12":191,"13":539,"14":172,"15":486,"155":127,"156":44,"158":55,"159":49,"16":214,"160":17,"161":278,"167":122,"168":14,"17":357,"18":1154,"19":743,"20":316,"209":92,"21":1127,"210":73,"211":8,"214":55,"215":522,"221":477,"223":1244,"224":466,"225":1095,"23":807,"24":2145,"25":1361,"257":146,"26":194,"268":8,"27":104,"273":146,"276":171,"279":54,"28":1696,"281":39,"282":390,"291":84,"292":95,"30":52,"302":32,"306":2,"31":106,"314":12,"32":49,"33":212,"34":114,"347":18,"35":119,"352":1016,"36":257,"37":81,"38":668,"380":49,"381":187,"383":94,"389":1,"39":183,"391":83,"396":8,"397":93,"40":180,"409":73,"41":127,"414":115,"415":141,"419":65,"42":92,"426":59,"43":115,"430":223,"431":1,"433":8,"434":2,"44":45,"45":119,"46":377,"48":80,"49":189,"5":3270,"51":92,"52":87,"53":143,"56":11,"570":5,"6":245,"63":81,"7":1133,"79":52,"8":204,"80":43,"9":443,"all_client":147979,"all_tv_clinet":30386,"insert_time":"2014-08-19T12:10:55.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117884,"10":116,"107":858,"11":644,"12":190,"13":551,"14":176,"15":502,"155":129,"156":51,"158":53,"159":55,"16":209,"160":17,"161":282,"167":129,"168":14,"17":350,"18":1171,"19":765,"20":318,"209":96,"21":1164,"210":76,"211":8,"214":57,"215":518,"221":460,"223":1260,"224":463,"225":1091,"23":787,"24":2104,"25":1311,"257":148,"26":204,"268":7,"27":108,"273":146,"276":171,"279":51,"28":1631,"281":36,"282":385,"291":88,"292":97,"30":58,"302":32,"306":2,"31":103,"314":11,"32":53,"33":214,"34":130,"347":22,"35":104,"352":1006,"36":255,"37":84,"38":660,"380":45,"381":197,"383":95,"389":1,"39":193,"391":85,"396":8,"397":94,"40":202,"409":77,"41":135,"414":113,"415":145,"419":64,"42":89,"426":63,"43":120,"430":220,"431":1,"433":7,"434":2,"44":47,"45":117,"46":365,"48":79,"49":175,"5":3361,"51":90,"52":86,"53":138,"56":12,"570":8,"6":236,"63":76,"7":1152,"79":49,"8":196,"80":41,"9":467,"all_client":148316,"all_tv_clinet":30432,"insert_time":"2014-08-19T12:11:56.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118112,"10":117,"107":870,"11":628,"12":195,"13":548,"14":178,"15":504,"155":131,"156":55,"158":49,"159":58,"16":208,"160":19,"161":283,"167":129,"168":14,"17":343,"18":1193,"19":768,"20":316,"209":98,"21":1167,"210":74,"211":9,"214":57,"215":521,"221":434,"223":1265,"224":456,"225":1113,"23":784,"24":2064,"25":1272,"257":152,"26":202,"268":8,"27":109,"273":157,"276":169,"279":54,"28":1581,"281":38,"282":375,"291":89,"292":103,"30":56,"302":30,"306":2,"31":109,"314":10,"32":52,"33":221,"34":142,"347":22,"35":101,"352":1019,"36":255,"37":83,"38":659,"380":43,"381":198,"383":96,"389":1,"39":205,"391":83,"396":8,"397":96,"40":209,"409":85,"41":135,"414":106,"415":145,"419":65,"42":85,"426":65,"43":123,"430":223,"431":1,"433":7,"434":2,"44":47,"45":115,"46":366,"48":80,"49":159,"5":3433,"51":91,"52":80,"53":135,"56":15,"570":7,"6":236,"63":73,"7":1168,"79":48,"8":188,"80":42,"9":509,"all_client":148603,"all_tv_clinet":30491,"insert_time":"2014-08-19T12:12:57.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118378,"10":115,"107":878,"11":611,"12":189,"13":552,"14":175,"15":516,"155":132,"156":59,"158":49,"159":60,"16":214,"160":20,"161":294,"167":127,"168":15,"17":336,"18":1197,"19":743,"20":320,"209":102,"21":1184,"210":77,"211":10,"214":56,"215":525,"221":419,"223":1268,"224":449,"225":1100,"23":776,"24":2072,"25":1252,"257":152,"26":186,"268":7,"27":97,"273":154,"276":169,"279":51,"28":1546,"281":37,"282":364,"291":91,"292":111,"30":51,"302":31,"306":2,"31":107,"314":10,"32":51,"33":227,"34":157,"347":30,"35":100,"352":1029,"36":262,"37":82,"38":660,"380":42,"381":200,"383":97,"389":1,"39":205,"391":78,"396":5,"397":98,"40":210,"409":92,"41":135,"414":101,"415":144,"419":67,"42":77,"426":67,"43":135,"430":224,"431":1,"433":7,"434":2,"44":43,"45":111,"46":365,"48":76,"49":151,"5":3535,"51":95,"52":75,"53":133,"56":14,"570":9,"6":239,"63":71,"7":1171,"79":42,"8":186,"80":48,"9":545,"all_client":148931,"all_tv_clinet":30553,"insert_time":"2014-08-19T12:13:58.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118595,"10":110,"107":883,"11":572,"12":182,"13":553,"14":174,"15":498,"155":131,"156":56,"158":52,"159":61,"16":218,"160":22,"161":314,"167":127,"168":15,"17":332,"18":1217,"19":715,"20":327,"209":101,"21":1181,"210":76,"211":11,"214":57,"215":534,"221":414,"223":1267,"224":448,"225":1099,"23":779,"24":2093,"25":1235,"257":156,"26":170,"268":7,"27":86,"273":143,"276":169,"279":51,"28":1528,"281":37,"282":360,"291":91,"292":111,"30":51,"302":32,"306":3,"31":114,"314":12,"32":49,"33":225,"34":149,"347":31,"35":104,"352":1024,"36":263,"37":86,"38":650,"380":42,"381":200,"383":104,"389":1,"39":208,"391":80,"396":6,"397":97,"40":218,"409":99,"41":140,"414":99,"415":146,"419":67,"42":76,"426":71,"43":142,"430":223,"431":1,"433":8,"434":2,"44":40,"45":112,"46":370,"48":71,"49":144,"5":3608,"51":99,"52":78,"53":141,"56":13,"570":9,"6":234,"63":67,"7":1148,"79":44,"8":186,"80":49,"9":596,"all_client":149190,"all_tv_clinet":30595,"insert_time":"2014-08-19T12:14:59.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118956,"10":111,"107":877,"11":556,"12":181,"13":565,"14":171,"15":468,"155":138,"156":57,"158":56,"159":61,"16":218,"160":20,"161":327,"167":130,"168":15,"17":342,"18":1231,"19":680,"20":324,"209":103,"21":1173,"210":75,"211":10,"214":56,"215":537,"221":403,"223":1273,"224":453,"225":1105,"23":773,"24":2103,"25":1256,"257":154,"26":162,"268":9,"27":85,"273":130,"276":168,"279":54,"28":1511,"281":37,"282":355,"291":93,"292":107,"30":51,"302":35,"306":3,"31":109,"314":13,"32":49,"33":225,"34":123,"347":33,"35":97,"352":1016,"36":258,"37":87,"38":647,"380":43,"381":188,"383":100,"389":1,"39":208,"391":79,"396":6,"397":96,"40":228,"409":103,"41":142,"414":97,"415":141,"419":65,"42":75,"426":71,"43":149,"430":226,"431":1,"433":9,"434":2,"44":38,"45":116,"46":362,"48":75,"49":136,"5":3668,"51":99,"52":78,"53":143,"56":12,"570":8,"6":232,"63":67,"7":1150,"79":45,"8":188,"80":51,"9":647,"all_client":149560,"all_tv_clinet":30604,"insert_time":"2014-08-19T12:16:01.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119221,"10":104,"107":882,"11":533,"12":187,"13":577,"14":172,"15":443,"155":140,"156":54,"158":56,"159":61,"16":216,"160":20,"161":326,"167":136,"168":16,"17":346,"18":1246,"19":669,"20":332,"209":103,"21":1131,"210":74,"211":10,"214":57,"215":540,"221":419,"223":1271,"224":457,"225":1151,"23":763,"24":2132,"25":1254,"257":150,"26":158,"268":10,"27":74,"273":122,"276":169,"279":56,"28":1497,"281":38,"282":360,"291":92,"292":101,"30":52,"302":34,"306":2,"31":107,"314":12,"32":49,"33":229,"34":106,"347":39,"35":93,"352":1004,"36":264,"37":78,"38":647,"380":42,"381":185,"383":98,"389":1,"39":208,"391":76,"396":8,"397":97,"40":225,"409":106,"41":147,"414":91,"415":140,"419":62,"42":75,"426":71,"43":145,"430":224,"431":1,"433":8,"434":2,"44":43,"45":114,"46":364,"48":72,"49":139,"5":3747,"51":102,"52":72,"53":151,"56":14,"570":8,"6":221,"63":69,"7":1126,"79":43,"8":185,"80":55,"9":680,"all_client":149859,"all_tv_clinet":30638,"insert_time":"2014-08-19T12:17:02.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119482,"10":100,"107":886,"11":531,"12":186,"13":576,"14":167,"15":439,"155":149,"156":54,"158":60,"159":62,"16":210,"160":20,"161":332,"167":141,"168":15,"17":349,"18":1274,"19":679,"20":328,"209":107,"21":1081,"210":75,"211":9,"214":57,"215":547,"221":419,"223":1283,"224":453,"225":1196,"23":753,"24":2168,"25":1262,"257":140,"26":151,"268":10,"27":71,"273":126,"276":167,"279":56,"28":1492,"281":40,"282":356,"291":91,"292":96,"30":51,"302":33,"306":2,"31":97,"314":9,"32":54,"33":232,"34":94,"347":40,"35":92,"352":1003,"36":269,"37":71,"38":666,"380":42,"381":180,"383":104,"389":1,"39":190,"391":76,"396":10,"397":98,"40":230,"409":107,"41":142,"414":89,"415":132,"419":55,"42":74,"426":67,"43":144,"430":221,"431":2,"433":9,"434":2,"44":43,"45":108,"46":349,"48":65,"49":141,"5":3812,"51":94,"52":67,"53":154,"56":13,"570":7,"6":212,"63":67,"7":1123,"79":43,"8":182,"80":59,"9":728,"all_client":150201,"all_tv_clinet":30719,"insert_time":"2014-08-19T12:18:03.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119659,"10":97,"107":889,"11":549,"12":185,"13":573,"14":168,"15":449,"155":153,"156":46,"158":64,"159":59,"16":205,"160":25,"161":340,"167":139,"168":14,"17":358,"18":1268,"19":686,"20":334,"209":107,"21":1034,"210":75,"211":9,"214":57,"215":562,"221":436,"223":1289,"224":460,"225":1232,"23":778,"24":2192,"25":1262,"257":134,"26":152,"268":10,"27":67,"273":123,"276":169,"279":57,"28":1498,"281":37,"282":356,"291":90,"292":92,"30":51,"302":32,"306":1,"31":93,"314":8,"32":56,"33":238,"34":92,"347":45,"35":83,"352":1023,"36":263,"37":70,"38":669,"380":40,"381":179,"383":106,"389":1,"39":179,"391":71,"396":11,"397":98,"40":211,"409":111,"41":137,"414":88,"415":137,"419":50,"42":76,"426":66,"43":135,"430":217,"431":2,"433":7,"434":2,"44":47,"45":95,"46":364,"48":58,"49":143,"5":3895,"51":90,"52":65,"53":153,"56":11,"570":6,"6":209,"63":65,"7":1102,"79":40,"8":188,"80":62,"9":739,"all_client":150518,"all_tv_clinet":30859,"insert_time":"2014-08-19T12:19:04.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119895,"10":99,"107":883,"11":543,"12":176,"13":578,"14":173,"15":458,"155":158,"156":45,"158":67,"159":58,"16":197,"160":29,"161":354,"167":134,"168":14,"17":367,"18":1272,"19":700,"20":339,"209":105,"21":1009,"210":72,"211":9,"214":58,"215":573,"221":429,"223":1296,"224":468,"225":1266,"23":811,"24":2158,"25":1258,"257":137,"26":147,"268":9,"27":63,"273":128,"276":168,"279":58,"28":1515,"281":37,"282":350,"291":90,"292":86,"30":48,"302":29,"306":1,"31":90,"314":6,"32":55,"33":246,"34":90,"347":46,"35":83,"352":1027,"36":252,"37":67,"38":680,"380":36,"381":170,"383":107,"39":170,"391":75,"396":10,"397":99,"40":201,"409":112,"41":128,"414":101,"415":138,"419":49,"42":77,"426":53,"43":118,"430":215,"431":2,"433":7,"434":2,"44":43,"45":86,"46":371,"48":57,"49":143,"5":3948,"51":85,"52":72,"53":161,"56":11,"570":6,"6":205,"63":65,"7":1099,"79":43,"8":195,"80":59,"9":745,"all_client":150823,"all_tv_clinet":30928,"insert_time":"2014-08-19T12:20:05.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120155,"10":107,"107":881,"11":524,"12":190,"13":590,"14":174,"15":472,"155":156,"156":41,"158":64,"159":57,"16":195,"160":31,"161":361,"167":128,"168":14,"17":375,"18":1252,"19":719,"20":341,"209":103,"21":999,"210":72,"211":9,"214":56,"215":586,"221":439,"223":1277,"224":486,"225":1298,"23":833,"24":2165,"25":1256,"257":138,"26":144,"268":9,"27":62,"273":132,"276":170,"279":58,"28":1519,"281":36,"282":346,"291":90,"292":85,"30":45,"302":27,"306":2,"31":100,"314":5,"32":47,"33":255,"34":89,"347":49,"35":87,"352":1038,"36":250,"37":65,"38":682,"380":38,"381":157,"383":100,"39":167,"391":74,"396":10,"397":100,"40":170,"409":110,"41":129,"414":106,"415":142,"419":45,"42":76,"426":41,"43":118,"430":213,"431":2,"433":6,"434":2,"44":40,"45":83,"46":369,"48":57,"49":152,"5":4010,"51":86,"52":68,"53":156,"56":11,"570":6,"6":206,"63":67,"7":1093,"79":42,"8":196,"80":56,"9":740,"all_client":151180,"all_tv_clinet":31025,"insert_time":"2014-08-19T12:21:06.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120491,"10":110,"107":875,"11":515,"12":197,"13":587,"14":175,"15":474,"155":155,"156":43,"158":67,"159":56,"16":188,"160":35,"161":349,"167":128,"168":14,"17":372,"18":1255,"19":728,"20":347,"209":96,"21":986,"210":73,"211":8,"214":56,"215":599,"221":432,"223":1291,"224":508,"225":1325,"23":852,"24":2153,"25":1264,"257":136,"26":147,"268":9,"27":58,"273":137,"276":171,"279":51,"28":1528,"281":35,"282":340,"291":91,"292":80,"30":45,"302":28,"306":2,"31":96,"314":5,"317":1,"32":47,"33":256,"34":82,"347":55,"35":94,"352":1033,"36":247,"37":66,"38":684,"380":42,"381":155,"383":99,"39":167,"391":75,"396":8,"397":101,"40":162,"409":110,"41":124,"414":110,"415":142,"419":45,"42":73,"426":31,"43":113,"430":218,"431":2,"433":6,"434":2,"44":38,"45":77,"46":370,"48":57,"49":146,"5":4039,"51":87,"52":65,"53":166,"56":10,"570":7,"6":210,"63":65,"7":1077,"79":45,"8":192,"80":55,"9":748,"all_client":151567,"all_tv_clinet":31076,"insert_time":"2014-08-19T12:22:07.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120724,"10":116,"107":874,"11":508,"12":200,"13":580,"14":182,"15":478,"155":157,"156":41,"158":65,"159":54,"16":192,"160":33,"161":332,"167":125,"168":11,"17":372,"18":1251,"19":749,"20":345,"209":92,"21":981,"210":72,"211":6,"214":57,"215":605,"221":434,"223":1276,"224":542,"225":1347,"23":872,"24":2160,"25":1290,"257":138,"26":145,"268":9,"27":63,"273":141,"276":169,"279":52,"28":1546,"281":34,"282":327,"291":89,"292":80,"30":45,"302":29,"306":1,"31":92,"314":3,"317":1,"32":47,"33":257,"34":89,"347":51,"35":89,"352":1035,"36":255,"37":67,"38":681,"380":43,"381":154,"383":98,"389":1,"39":166,"391":69,"396":8,"397":101,"40":153,"409":105,"41":119,"414":116,"415":133,"419":45,"42":71,"426":28,"43":116,"430":221,"431":2,"433":6,"434":2,"44":35,"45":68,"46":370,"48":69,"49":147,"5":4076,"51":84,"52":63,"53":166,"56":12,"570":10,"6":204,"63":68,"7":1049,"79":41,"8":199,"80":52,"9":749,"all_client":151877,"all_tv_clinet":31153,"insert_time":"2014-08-19T12:23:08.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120921,"10":112,"107":886,"11":514,"12":196,"13":583,"14":184,"15":446,"155":151,"156":41,"158":65,"159":51,"16":193,"160":32,"161":310,"167":121,"168":11,"17":391,"18":1266,"19":782,"20":348,"209":83,"21":990,"210":72,"211":8,"214":56,"215":622,"221":440,"223":1277,"224":568,"225":1372,"23":891,"24":2154,"25":1323,"257":133,"26":141,"268":10,"27":64,"273":150,"276":166,"279":55,"28":1542,"281":32,"282":304,"291":93,"292":80,"30":44,"302":30,"306":1,"31":84,"314":3,"317":1,"32":45,"33":256,"34":84,"347":51,"35":84,"352":1046,"36":248,"37":69,"38":701,"380":46,"381":159,"383":98,"389":2,"39":167,"391":70,"396":5,"397":101,"40":143,"409":112,"41":119,"414":120,"415":132,"419":42,"42":70,"426":23,"43":123,"430":222,"431":2,"433":6,"434":2,"44":34,"45":68,"46":385,"48":76,"49":141,"5":4111,"51":84,"52":62,"53":173,"56":11,"570":12,"6":200,"63":70,"7":1002,"79":45,"8":200,"80":50,"9":757,"all_client":152222,"all_tv_clinet":31301,"insert_time":"2014-08-19T12:24:10.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121115,"10":110,"107":868,"11":503,"12":195,"13":596,"14":191,"15":427,"155":147,"156":39,"158":65,"159":47,"16":193,"160":33,"161":307,"167":116,"168":10,"17":409,"18":1279,"19":800,"20":347,"209":75,"21":1001,"210":75,"211":9,"214":55,"215":636,"221":454,"223":1260,"224":579,"225":1386,"23":905,"24":2148,"25":1376,"257":127,"26":139,"268":10,"27":68,"273":155,"276":166,"279":58,"28":1538,"281":32,"282":278,"291":93,"292":78,"30":45,"302":28,"306":1,"31":85,"314":2,"317":1,"32":44,"33":252,"34":84,"347":51,"35":75,"352":1048,"36":245,"37":67,"38":714,"380":52,"381":153,"383":95,"389":2,"39":164,"391":73,"396":7,"397":106,"40":142,"409":109,"41":117,"414":128,"415":133,"419":39,"42":69,"426":18,"43":123,"430":220,"431":2,"433":6,"434":2,"44":30,"45":68,"46":404,"48":83,"49":149,"5":4117,"51":84,"52":60,"53":191,"56":12,"570":11,"6":196,"63":69,"7":963,"79":46,"8":215,"80":52,"9":757,"all_client":152507,"all_tv_clinet":31392,"insert_time":"2014-08-19T12:25:11.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121394,"10":112,"107":880,"11":483,"12":178,"13":621,"14":200,"15":407,"155":146,"156":37,"158":63,"159":41,"16":197,"160":33,"161":294,"167":114,"168":9,"17":423,"18":1298,"19":801,"20":340,"209":76,"21":1027,"210":75,"211":9,"214":55,"215":639,"221":447,"223":1271,"224":590,"225":1389,"23":895,"24":2152,"25":1409,"257":124,"26":138,"268":9,"27":71,"273":166,"276":165,"279":53,"28":1553,"281":30,"282":266,"291":92,"292":77,"30":45,"302":28,"306":2,"31":79,"314":2,"317":1,"32":43,"33":255,"34":81,"347":50,"35":75,"352":1040,"36":228,"37":67,"38":704,"380":53,"381":149,"383":94,"389":2,"39":158,"391":72,"396":9,"397":106,"40":140,"409":107,"41":115,"414":133,"415":125,"419":44,"42":68,"426":16,"43":124,"430":222,"431":2,"433":6,"434":1,"44":31,"45":72,"46":416,"48":84,"49":155,"5":4129,"51":83,"52":60,"53":179,"56":16,"570":9,"6":198,"63":71,"7":955,"79":44,"8":224,"80":53,"9":742,"all_client":152816,"all_tv_clinet":31422,"insert_time":"2014-08-19T12:26:12.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121581,"10":110,"107":891,"11":477,"12":161,"13":623,"14":208,"15":391,"155":146,"156":36,"158":61,"159":37,"16":207,"160":34,"161":285,"167":112,"168":9,"17":429,"18":1315,"19":807,"20":334,"209":69,"21":1026,"210":78,"211":9,"214":56,"215":645,"221":455,"223":1277,"224":603,"225":1385,"23":908,"24":2158,"25":1452,"257":126,"26":138,"268":9,"27":70,"273":161,"276":164,"279":50,"28":1560,"281":31,"282":253,"291":91,"292":81,"30":45,"302":26,"306":1,"31":84,"314":2,"317":1,"32":39,"33":257,"34":82,"347":51,"35":80,"352":1039,"36":229,"37":69,"38":704,"380":54,"381":148,"383":87,"389":2,"39":159,"391":71,"396":9,"397":104,"40":139,"409":108,"41":112,"414":136,"415":125,"419":48,"42":70,"426":16,"43":126,"430":222,"431":2,"433":6,"434":1,"44":33,"45":73,"46":429,"48":87,"49":163,"5":4159,"51":82,"52":64,"53":181,"56":21,"570":11,"6":198,"63":72,"7":962,"79":40,"8":235,"80":50,"9":676,"all_client":153099,"all_tv_clinet":31518,"insert_time":"2014-08-19T12:27:13.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121774,"10":110,"107":887,"11":473,"12":140,"13":621,"14":228,"15":353,"155":150,"156":36,"158":58,"159":34,"16":210,"160":33,"161":292,"167":112,"168":9,"17":445,"18":1328,"19":796,"20":328,"209":61,"21":1044,"210":80,"211":9,"214":56,"215":645,"221":459,"223":1287,"224":615,"225":1403,"23":924,"24":2200,"25":1491,"257":122,"26":130,"268":6,"27":75,"273":152,"276":152,"279":49,"28":1590,"281":32,"282":243,"291":93,"292":88,"30":40,"302":27,"306":1,"31":83,"314":2,"317":2,"32":41,"33":259,"34":80,"347":51,"35":75,"352":1045,"36":229,"37":70,"38":699,"380":53,"381":151,"383":86,"389":2,"39":157,"391":67,"396":9,"397":103,"40":144,"409":106,"41":121,"414":136,"415":122,"419":44,"42":70,"426":15,"43":129,"430":224,"431":2,"433":6,"434":1,"44":34,"45":72,"46":432,"48":87,"49":171,"5":4159,"51":84,"52":61,"53":172,"56":25,"570":13,"6":201,"63":73,"7":963,"79":35,"8":241,"80":51,"9":592,"all_client":153341,"all_tv_clinet":31567,"insert_time":"2014-08-19T12:28:14.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121964,"10":116,"107":890,"11":465,"12":131,"13":613,"14":221,"15":316,"155":147,"156":36,"158":57,"159":34,"16":214,"160":32,"161":305,"167":113,"168":9,"17":469,"18":1349,"19":735,"20":330,"209":55,"21":1044,"210":79,"211":10,"214":56,"215":652,"221":463,"223":1278,"224":622,"225":1407,"23":939,"24":2261,"25":1521,"257":121,"26":129,"268":5,"27":77,"273":141,"276":147,"279":50,"28":1627,"281":30,"282":228,"291":97,"292":97,"30":41,"302":25,"306":1,"31":89,"314":2,"317":3,"32":41,"33":261,"34":74,"347":48,"35":80,"352":1044,"36":230,"37":71,"38":704,"380":55,"381":150,"383":87,"389":2,"39":152,"391":64,"396":8,"397":99,"40":144,"409":107,"41":123,"414":139,"415":129,"419":42,"42":70,"426":15,"43":136,"430":225,"431":2,"433":7,"434":2,"44":37,"45":74,"46":440,"48":86,"49":175,"5":4170,"51":87,"52":63,"53":172,"56":33,"570":14,"6":190,"63":74,"7":983,"79":33,"8":253,"80":52,"9":531,"all_client":153621,"all_tv_clinet":31657,"insert_time":"2014-08-19T12:29:15.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122257,"10":122,"107":883,"11":465,"12":126,"13":620,"14":214,"15":264,"155":148,"156":38,"158":52,"159":31,"16":218,"160":33,"161":316,"167":113,"168":8,"17":488,"18":1362,"19":690,"20":335,"209":58,"21":1048,"210":77,"211":10,"214":55,"215":651,"221":455,"223":1285,"224":625,"225":1406,"23":945,"24":2325,"25":1535,"257":122,"26":130,"268":5,"27":77,"273":128,"276":138,"279":51,"28":1663,"281":29,"282":219,"291":96,"292":101,"30":47,"302":26,"306":1,"31":82,"314":5,"317":3,"32":41,"33":259,"34":73,"347":46,"35":84,"352":1055,"36":233,"37":71,"38":704,"380":57,"381":149,"383":88,"389":3,"39":149,"391":58,"396":7,"397":100,"40":138,"409":114,"41":121,"414":136,"415":125,"419":41,"42":74,"426":16,"43":129,"430":223,"431":2,"433":9,"434":2,"44":38,"45":79,"46":442,"48":87,"49":176,"5":4168,"51":88,"52":66,"53":180,"56":33,"570":12,"6":183,"63":78,"7":994,"79":34,"8":265,"80":54,"9":497,"all_client":153962,"all_tv_clinet":31705,"insert_time":"2014-08-19T12:30:17.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122474,"10":121,"107":899,"11":464,"12":119,"13":613,"14":195,"15":256,"155":147,"156":41,"158":41,"159":30,"16":223,"160":36,"161":306,"167":109,"168":8,"17":496,"18":1384,"19":679,"20":337,"209":59,"21":1068,"210":83,"211":10,"214":54,"215":646,"221":448,"223":1265,"224":633,"225":1414,"23":958,"24":2340,"25":1538,"257":131,"26":130,"268":7,"27":74,"273":122,"276":130,"279":45,"28":1683,"281":30,"282":217,"291":96,"292":102,"30":48,"302":26,"306":1,"31":81,"314":6,"317":2,"32":39,"33":264,"34":71,"347":49,"35":89,"352":1062,"36":244,"37":67,"38":713,"380":55,"381":151,"383":83,"389":4,"39":151,"391":57,"396":8,"397":100,"40":134,"409":114,"41":120,"414":139,"415":124,"419":41,"42":74,"426":21,"43":128,"430":208,"431":2,"433":11,"434":2,"44":37,"45":77,"46":439,"48":81,"49":182,"5":4169,"51":87,"52":70,"53":189,"56":34,"570":9,"6":174,"63":80,"7":1004,"79":31,"8":267,"80":54,"9":490,"all_client":154224,"all_tv_clinet":31750,"insert_time":"2014-08-19T12:31:18.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122819,"10":115,"107":888,"11":464,"12":115,"13":610,"14":195,"15":245,"155":148,"156":43,"158":38,"159":28,"16":229,"160":37,"161":311,"167":108,"168":8,"17":500,"18":1387,"19":685,"20":322,"209":61,"21":1074,"210":86,"211":9,"214":53,"215":649,"221":449,"223":1252,"224":642,"225":1407,"23":958,"24":2345,"25":1556,"257":134,"26":132,"268":6,"27":73,"273":122,"276":121,"279":39,"28":1714,"281":31,"282":213,"291":95,"292":106,"30":48,"302":26,"306":3,"31":91,"314":6,"317":2,"32":43,"33":267,"34":74,"347":50,"35":89,"352":1071,"36":244,"37":73,"38":702,"380":55,"381":152,"383":82,"389":4,"39":150,"391":58,"396":7,"397":101,"40":133,"409":113,"41":128,"414":131,"415":125,"419":36,"42":77,"426":28,"43":134,"430":202,"431":2,"433":11,"434":2,"44":37,"45":82,"46":446,"48":84,"49":192,"5":4181,"51":83,"52":69,"53":201,"56":38,"570":9,"6":160,"63":79,"7":1010,"79":31,"8":271,"80":54,"9":465,"all_client":154634,"all_tv_clinet":31815,"insert_time":"2014-08-19T12:32:19.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123055,"10":115,"107":885,"11":461,"12":109,"13":626,"14":199,"15":235,"155":148,"156":44,"158":36,"159":29,"16":228,"160":34,"161":317,"167":108,"168":8,"17":507,"18":1391,"19":672,"20":311,"209":56,"21":1072,"210":85,"211":8,"214":56,"215":652,"221":450,"223":1235,"224":650,"225":1417,"23":961,"24":2357,"25":1559,"257":137,"26":138,"268":4,"27":74,"273":124,"276":115,"279":33,"28":1732,"281":30,"282":199,"291":99,"292":111,"30":48,"302":24,"306":3,"31":96,"314":6,"317":1,"32":45,"33":265,"34":77,"347":50,"35":91,"352":1080,"36":247,"37":68,"38":692,"380":55,"381":151,"383":80,"389":4,"39":147,"391":59,"396":8,"397":101,"40":132,"409":113,"41":124,"414":122,"415":122,"419":36,"42":75,"426":37,"43":141,"430":196,"431":2,"433":12,"434":2,"44":35,"45":82,"46":450,"48":83,"49":192,"5":4168,"51":84,"52":68,"53":212,"56":41,"570":12,"6":160,"63":79,"7":1006,"79":30,"8":270,"80":57,"9":480,"all_client":154893,"all_tv_clinet":31838,"insert_time":"2014-08-19T12:33:20.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123320,"10":111,"107":857,"11":463,"12":100,"13":631,"14":200,"15":238,"155":140,"156":46,"158":37,"159":31,"16":217,"160":35,"161":321,"167":113,"168":8,"17":504,"18":1395,"19":671,"20":304,"209":55,"21":1090,"210":80,"211":7,"214":57,"215":649,"221":453,"223":1232,"224":661,"225":1424,"23":970,"24":2376,"25":1583,"257":131,"26":145,"268":5,"27":77,"273":124,"276":112,"279":32,"28":1742,"281":29,"282":188,"291":98,"292":117,"30":49,"302":26,"306":3,"31":105,"314":7,"317":1,"32":46,"33":264,"34":79,"347":48,"35":95,"352":1081,"36":247,"37":69,"38":699,"380":56,"381":149,"383":86,"389":5,"39":148,"391":63,"396":9,"397":104,"40":130,"409":109,"41":119,"414":119,"415":127,"419":35,"42":75,"426":41,"43":137,"430":190,"431":2,"433":12,"434":2,"44":33,"45":87,"46":449,"48":80,"49":196,"5":4174,"51":88,"52":68,"53":211,"56":45,"570":12,"6":154,"63":81,"7":1014,"79":27,"8":274,"80":59,"9":487,"all_client":155255,"all_tv_clinet":31935,"insert_time":"2014-08-19T12:34:21.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123556,"10":103,"107":845,"11":450,"12":102,"13":630,"14":201,"15":247,"155":129,"156":46,"158":37,"159":34,"16":210,"160":34,"161":330,"167":118,"168":8,"17":503,"18":1381,"19":685,"20":303,"209":55,"21":1094,"210":81,"211":7,"214":57,"215":648,"221":431,"223":1231,"224":661,"225":1436,"23":984,"24":2366,"25":1598,"257":134,"26":147,"268":6,"27":78,"273":124,"276":109,"279":30,"28":1745,"281":30,"282":185,"291":93,"292":100,"30":51,"302":26,"306":3,"31":101,"314":8,"317":1,"32":46,"33":263,"34":80,"347":49,"35":93,"352":1090,"36":248,"37":69,"38":700,"380":58,"381":145,"383":87,"389":5,"39":153,"391":62,"396":11,"397":106,"40":135,"409":112,"41":119,"414":112,"415":123,"419":32,"42":76,"426":47,"43":136,"430":186,"431":2,"433":11,"434":2,"44":30,"45":91,"46":452,"48":73,"49":199,"5":4172,"51":85,"52":66,"53":207,"56":46,"570":12,"6":163,"63":80,"7":1008,"79":23,"8":271,"80":63,"9":513,"all_client":155484,"all_tv_clinet":31928,"insert_time":"2014-08-19T12:35:22.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123710,"10":98,"107":824,"11":446,"12":99,"13":648,"14":193,"15":264,"155":123,"156":46,"158":41,"159":30,"16":212,"160":34,"161":340,"167":118,"168":9,"17":502,"18":1347,"19":704,"20":303,"209":53,"21":1113,"210":81,"211":7,"214":54,"215":644,"221":428,"223":1245,"224":667,"225":1440,"23":985,"24":2377,"25":1616,"257":130,"26":147,"268":6,"27":79,"273":133,"276":112,"279":30,"28":1760,"281":29,"282":182,"291":87,"292":83,"30":53,"302":27,"306":3,"31":98,"314":7,"317":1,"32":48,"33":268,"34":83,"347":46,"35":92,"352":1087,"36":256,"37":68,"38":710,"380":58,"381":148,"383":89,"389":5,"39":153,"391":62,"396":11,"397":104,"40":138,"409":105,"41":121,"414":112,"415":116,"419":34,"42":77,"426":47,"43":130,"430":179,"431":1,"433":10,"434":2,"44":33,"45":97,"46":454,"48":67,"49":201,"5":4157,"51":83,"52":67,"53":208,"56":44,"570":13,"6":167,"63":76,"7":1001,"79":29,"8":272,"80":64,"9":553,"all_client":155714,"all_tv_clinet":32004,"insert_time":"2014-08-19T12:36:24.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123956,"10":99,"107":848,"11":441,"12":102,"13":654,"14":185,"15":270,"155":119,"156":50,"158":37,"159":33,"16":219,"160":31,"161":334,"167":123,"168":9,"17":509,"18":1303,"19":704,"20":295,"209":53,"21":1120,"210":78,"211":7,"214":52,"215":651,"221":434,"223":1239,"224":672,"225":1441,"23":977,"24":2382,"25":1625,"257":128,"26":148,"268":8,"27":79,"273":140,"276":113,"279":26,"28":1778,"281":33,"282":176,"291":83,"292":77,"30":52,"302":26,"306":3,"31":96,"314":7,"317":1,"32":46,"33":267,"34":84,"347":45,"35":90,"352":1074,"36":263,"37":71,"38":710,"380":60,"381":139,"383":93,"389":6,"39":160,"391":60,"396":10,"397":103,"40":141,"409":96,"41":133,"414":105,"415":116,"419":35,"42":81,"426":54,"43":128,"430":174,"431":1,"433":10,"434":2,"44":31,"45":97,"46":459,"48":73,"49":201,"5":4169,"51":80,"52":69,"53":213,"56":42,"570":14,"6":170,"63":77,"7":990,"79":29,"8":278,"80":64,"9":568,"all_client":156007,"all_tv_clinet":32051,"insert_time":"2014-08-19T12:37:25.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124077,"10":101,"107":864,"11":444,"12":110,"13":646,"14":180,"15":267,"155":112,"156":49,"158":38,"159":34,"16":214,"160":27,"161":338,"167":121,"168":10,"17":514,"18":1276,"19":723,"20":296,"209":50,"21":1124,"210":76,"211":7,"214":46,"215":652,"221":446,"223":1228,"224":683,"225":1452,"23":981,"24":2381,"25":1635,"257":128,"26":149,"268":10,"27":80,"273":144,"276":115,"279":24,"28":1772,"281":33,"282":175,"291":78,"292":79,"30":55,"302":26,"306":3,"31":95,"314":5,"317":1,"32":48,"33":267,"34":89,"347":47,"35":88,"352":1081,"36":257,"37":73,"38":696,"380":59,"381":140,"383":92,"389":6,"39":161,"391":62,"396":7,"397":101,"40":143,"409":84,"41":137,"414":106,"415":112,"419":35,"42":81,"426":58,"43":125,"430":170,"431":1,"433":11,"434":2,"44":35,"45":98,"46":452,"48":74,"49":200,"5":4173,"51":78,"52":70,"53":219,"56":42,"570":13,"6":184,"63":77,"7":990,"79":30,"8":279,"80":65,"9":590,"all_client":156182,"all_tv_clinet":32105,"insert_time":"2014-08-19T12:38:26.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124346,"10":104,"107":867,"11":437,"12":115,"13":641,"14":178,"15":264,"155":111,"156":48,"158":38,"159":34,"16":219,"160":29,"161":335,"167":123,"168":11,"17":519,"18":1270,"19":732,"20":292,"209":52,"21":1120,"210":76,"211":5,"214":42,"215":653,"221":445,"223":1225,"224":679,"225":1446,"23":992,"24":2401,"25":1650,"257":126,"26":145,"268":11,"27":80,"273":147,"276":115,"279":23,"28":1784,"281":33,"282":164,"291":75,"292":82,"30":56,"302":25,"306":2,"31":94,"314":5,"317":1,"32":52,"33":257,"34":84,"347":47,"35":93,"352":1081,"36":258,"37":78,"38":684,"380":59,"381":139,"383":91,"389":5,"39":163,"391":65,"396":7,"397":101,"40":144,"409":80,"41":145,"414":111,"415":115,"419":34,"42":80,"426":56,"43":122,"430":164,"431":1,"433":10,"434":2,"44":37,"45":95,"46":455,"48":73,"49":200,"5":4184,"51":75,"52":67,"53":219,"56":40,"570":12,"6":194,"63":77,"7":987,"79":31,"8":280,"80":64,"9":599,"all_client":156484,"all_tv_clinet":32138,"insert_time":"2014-08-19T12:39:28.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124644,"10":108,"107":874,"11":435,"12":117,"13":624,"14":177,"15":259,"155":108,"156":48,"158":35,"159":32,"16":221,"160":31,"161":333,"167":127,"168":11,"17":527,"18":1265,"19":730,"20":294,"209":54,"21":1126,"210":72,"211":5,"214":39,"215":662,"221":443,"223":1214,"224":676,"225":1449,"23":1004,"24":2396,"25":1661,"257":127,"26":149,"268":9,"27":78,"273":149,"276":117,"279":32,"28":1800,"281":33,"282":161,"291":75,"292":83,"30":55,"302":25,"306":2,"31":98,"314":6,"317":1,"32":53,"33":261,"34":79,"347":43,"35":95,"352":1064,"36":260,"37":74,"38":689,"380":58,"381":146,"383":82,"389":5,"39":164,"391":66,"396":6,"397":101,"40":143,"409":79,"41":147,"414":120,"415":117,"419":32,"42":81,"426":48,"43":125,"430":162,"431":1,"433":10,"434":2,"44":42,"45":96,"46":459,"48":73,"49":202,"5":4173,"51":76,"52":69,"53":217,"56":40,"570":12,"6":211,"63":79,"7":974,"79":33,"8":281,"80":63,"9":621,"all_client":156835,"all_tv_clinet":32191,"insert_time":"2014-08-19T12:40:29.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124747,"10":107,"107":890,"11":443,"12":118,"13":591,"14":180,"15":260,"155":109,"156":47,"158":35,"159":32,"16":218,"160":30,"161":310,"167":130,"168":11,"17":528,"18":1264,"19":753,"20":300,"209":59,"21":1119,"210":72,"211":5,"214":37,"215":669,"221":431,"223":1198,"224":683,"225":1441,"23":1007,"24":2401,"25":1672,"257":133,"26":152,"268":12,"27":79,"273":154,"276":121,"279":37,"28":1808,"281":35,"282":154,"291":74,"292":83,"30":58,"302":24,"306":2,"31":100,"314":6,"317":1,"32":49,"33":260,"34":77,"347":41,"35":97,"352":1059,"36":262,"37":75,"38":714,"380":59,"381":147,"383":79,"389":5,"39":168,"391":64,"396":5,"397":101,"40":146,"409":77,"41":148,"414":112,"415":118,"419":30,"42":80,"426":54,"43":125,"430":163,"431":1,"433":9,"434":2,"44":44,"45":97,"46":470,"48":78,"49":206,"5":4151,"51":76,"52":74,"53":214,"56":37,"570":14,"6":217,"63":80,"7":976,"79":34,"8":287,"80":62,"9":626,"all_client":157000,"all_tv_clinet":32253,"insert_time":"2014-08-19T12:41:30.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124942,"10":110,"107":896,"11":445,"12":118,"13":564,"14":189,"15":261,"155":106,"156":44,"158":38,"159":32,"16":224,"160":29,"161":287,"167":130,"168":11,"17":534,"18":1242,"19":769,"20":297,"209":62,"21":1137,"210":71,"211":5,"214":36,"215":673,"221":425,"223":1193,"224":687,"225":1465,"23":1006,"24":2408,"25":1675,"257":135,"26":150,"268":12,"27":79,"273":154,"276":127,"279":37,"28":1824,"281":35,"282":154,"291":75,"292":88,"30":58,"302":24,"306":2,"31":100,"314":4,"317":1,"32":41,"33":256,"34":74,"347":39,"35":98,"352":1049,"36":263,"37":74,"38":724,"380":59,"381":147,"383":76,"389":5,"39":174,"391":66,"396":4,"397":100,"40":148,"409":76,"41":152,"414":100,"415":115,"419":30,"42":78,"426":66,"43":129,"430":164,"431":1,"433":8,"434":2,"44":43,"45":97,"46":471,"48":83,"49":215,"5":4154,"51":76,"52":76,"53":208,"56":35,"570":13,"6":209,"63":81,"7":974,"79":34,"8":291,"80":61,"9":636,"all_client":157245,"all_tv_clinet":32303,"insert_time":"2014-08-19T12:42:31.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125186,"10":117,"107":915,"11":436,"12":124,"13":535,"14":186,"15":261,"155":102,"156":39,"158":42,"159":31,"16":218,"160":28,"161":281,"167":131,"168":12,"17":551,"18":1238,"19":781,"20":297,"209":60,"21":1132,"210":71,"211":5,"214":36,"215":672,"221":427,"223":1162,"224":693,"225":1462,"23":1014,"24":2446,"25":1681,"257":135,"26":145,"268":12,"27":79,"273":155,"276":129,"279":39,"28":1838,"281":35,"282":145,"291":75,"292":89,"30":60,"302":24,"306":2,"31":102,"314":3,"317":1,"32":38,"33":248,"34":71,"347":41,"35":103,"352":1045,"36":261,"37":75,"38":737,"380":58,"381":141,"383":80,"389":4,"39":184,"391":65,"396":7,"397":100,"40":153,"409":69,"41":150,"414":85,"415":113,"419":39,"42":78,"426":82,"43":127,"430":171,"431":1,"433":7,"434":2,"44":44,"45":102,"46":471,"48":83,"49":218,"5":4154,"51":77,"52":76,"53":202,"56":37,"570":15,"6":208,"63":79,"7":983,"79":34,"8":294,"80":60,"9":647,"all_client":157559,"all_tv_clinet":32373,"insert_time":"2014-08-19T12:43:32.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125413,"10":115,"107":922,"11":423,"12":131,"13":522,"14":193,"15":271,"155":100,"156":37,"158":48,"159":32,"16":215,"160":29,"161":289,"167":133,"168":12,"17":560,"18":1220,"19":791,"20":294,"209":56,"21":1150,"210":67,"211":4,"214":37,"215":674,"221":414,"223":1155,"224":694,"225":1463,"23":1009,"24":2451,"25":1674,"257":131,"26":146,"268":11,"27":80,"273":143,"276":132,"279":32,"28":1833,"281":35,"282":147,"291":74,"292":92,"30":58,"302":24,"306":2,"31":99,"314":5,"317":1,"32":35,"33":247,"34":78,"347":41,"35":104,"352":1040,"36":252,"37":79,"38":733,"380":58,"381":138,"383":81,"389":4,"39":184,"391":67,"396":6,"397":100,"40":153,"409":72,"41":157,"414":81,"415":110,"419":41,"42":81,"426":87,"43":133,"430":171,"431":1,"433":7,"434":2,"44":42,"45":102,"46":476,"48":86,"49":222,"5":4154,"51":78,"52":75,"53":199,"56":36,"570":13,"6":212,"63":79,"7":994,"79":35,"8":293,"80":59,"9":670,"all_client":157811,"all_tv_clinet":32398,"insert_time":"2014-08-19T12:44:33.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125642,"10":120,"107":911,"11":420,"12":139,"13":498,"14":181,"15":276,"155":99,"156":30,"158":50,"159":34,"16":211,"160":29,"161":288,"167":132,"168":14,"17":555,"18":1228,"19":801,"20":294,"209":56,"21":1140,"210":65,"211":2,"214":36,"215":671,"221":414,"223":1136,"224":696,"225":1449,"23":1030,"24":2453,"25":1692,"257":128,"26":150,"268":10,"27":80,"273":125,"276":134,"279":28,"28":1837,"281":33,"282":146,"291":75,"292":99,"30":58,"302":25,"306":2,"31":101,"314":6,"317":1,"32":35,"33":247,"34":80,"347":38,"35":110,"352":1054,"36":250,"37":83,"38":731,"380":61,"381":140,"383":82,"389":3,"39":184,"391":64,"396":7,"397":100,"40":152,"409":70,"41":162,"414":80,"415":108,"419":43,"42":80,"426":85,"43":134,"430":174,"431":1,"433":7,"434":2,"44":41,"45":106,"46":484,"48":84,"49":220,"5":4164,"51":75,"52":80,"53":202,"56":37,"570":13,"6":210,"63":83,"7":1012,"79":38,"8":289,"80":57,"9":698,"all_client":158090,"all_tv_clinet":32448,"insert_time":"2014-08-19T12:45:34.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125851,"10":122,"107":904,"11":416,"12":145,"13":493,"14":179,"15":279,"155":101,"156":29,"158":46,"159":34,"16":213,"160":30,"161":301,"167":128,"168":15,"17":548,"18":1217,"19":814,"20":277,"209":55,"21":1149,"210":64,"211":2,"214":37,"215":675,"221":410,"223":1134,"224":704,"225":1457,"23":1031,"24":2433,"25":1710,"257":130,"26":151,"268":9,"27":79,"273":116,"276":134,"279":22,"28":1841,"281":29,"282":143,"291":79,"292":101,"30":59,"302":23,"306":2,"31":95,"314":6,"317":1,"32":34,"33":243,"34":76,"347":35,"35":111,"352":1047,"36":254,"37":88,"38":714,"380":61,"381":143,"383":79,"389":3,"39":187,"391":66,"396":6,"397":96,"40":156,"409":68,"41":151,"414":87,"415":109,"419":42,"42":82,"426":81,"43":135,"430":171,"431":1,"433":7,"434":1,"44":42,"45":106,"46":498,"48":88,"49":219,"5":4182,"51":79,"52":82,"53":202,"56":37,"570":12,"6":210,"63":83,"7":1020,"79":41,"8":290,"80":54,"9":714,"all_client":158316,"all_tv_clinet":32465,"insert_time":"2014-08-19T12:46:35.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126048,"10":123,"107":909,"11":424,"12":146,"13":482,"14":173,"15":284,"155":105,"156":28,"158":48,"159":34,"16":214,"160":31,"161":305,"167":125,"168":16,"17":529,"18":1232,"19":824,"20":282,"209":53,"21":1154,"210":59,"211":1,"214":37,"215":678,"221":410,"223":1144,"224":708,"225":1463,"23":1031,"24":2430,"25":1709,"257":133,"26":157,"268":10,"27":76,"273":119,"276":137,"279":23,"28":1839,"281":27,"282":144,"291":77,"292":104,"30":56,"302":22,"306":2,"31":89,"314":6,"317":1,"32":37,"33":240,"34":78,"347":31,"35":113,"352":1042,"36":261,"37":89,"38":719,"380":61,"381":144,"383":78,"389":4,"39":194,"391":66,"396":8,"397":97,"40":159,"409":61,"41":154,"414":101,"415":114,"419":41,"42":80,"426":68,"43":134,"430":171,"431":1,"433":9,"434":1,"44":43,"45":106,"46":499,"48":88,"49":225,"5":4186,"51":80,"52":82,"53":194,"56":35,"570":10,"6":207,"63":84,"7":985,"79":41,"8":295,"80":55,"9":753,"all_client":158585,"all_tv_clinet":32537,"insert_time":"2014-08-19T12:47:36.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126164,"10":120,"107":894,"11":431,"12":155,"13":481,"14":168,"15":286,"155":109,"156":29,"158":45,"159":35,"16":209,"160":32,"161":306,"167":121,"168":17,"17":481,"18":1262,"19":834,"20":284,"209":56,"21":1158,"210":58,"211":1,"214":39,"215":677,"221":408,"223":1180,"224":715,"225":1467,"23":1029,"24":2414,"25":1722,"257":139,"26":152,"268":10,"27":73,"273":123,"276":137,"279":24,"28":1856,"281":29,"282":151,"291":76,"292":108,"30":59,"302":22,"306":2,"31":89,"314":6,"317":1,"32":41,"33":234,"34":85,"347":28,"35":109,"352":1048,"36":269,"37":91,"38":739,"380":63,"381":145,"383":79,"389":4,"39":193,"391":65,"396":8,"397":98,"40":163,"409":56,"41":153,"414":114,"415":125,"419":39,"42":77,"426":55,"43":132,"430":178,"431":1,"433":9,"434":1,"44":42,"45":107,"46":506,"48":86,"49":225,"5":4181,"51":85,"52":81,"53":181,"56":34,"570":9,"6":221,"63":85,"7":947,"79":40,"8":291,"80":54,"9":772,"all_client":158793,"all_tv_clinet":32629,"insert_time":"2014-08-19T12:48:37.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126423,"10":117,"107":876,"11":434,"12":153,"13":492,"14":171,"15":292,"155":110,"156":28,"158":47,"159":35,"16":207,"160":33,"161":316,"167":120,"168":16,"17":436,"18":1294,"19":848,"20":289,"209":52,"21":1158,"210":56,"211":1,"214":41,"215":680,"221":407,"223":1230,"224":721,"225":1471,"23":1029,"24":2432,"25":1729,"257":138,"26":153,"268":9,"27":71,"273":118,"276":140,"279":26,"28":1865,"281":29,"282":154,"291":78,"292":103,"30":60,"302":21,"306":2,"31":90,"314":10,"317":1,"32":43,"33":229,"34":92,"347":27,"35":108,"352":1066,"36":267,"37":93,"38":746,"380":64,"381":141,"383":81,"389":3,"39":192,"391":63,"396":8,"397":99,"40":167,"409":56,"41":155,"414":114,"415":131,"419":37,"42":78,"426":48,"43":137,"430":185,"431":1,"433":11,"434":1,"44":44,"45":109,"46":509,"48":91,"49":231,"5":3974,"51":88,"52":81,"53":179,"56":33,"570":9,"6":257,"63":89,"7":912,"79":43,"8":282,"80":47,"9":837,"all_client":159070,"all_tv_clinet":32647,"insert_time":"2014-08-19T12:49:38.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126623,"10":118,"107":866,"11":438,"12":162,"13":502,"14":180,"15":297,"155":115,"156":24,"158":52,"159":32,"16":212,"160":36,"161":321,"167":116,"168":16,"17":390,"18":1331,"19":863,"20":284,"209":50,"21":1168,"210":54,"211":1,"214":39,"215":683,"221":417,"223":1251,"224":731,"225":1453,"23":1020,"24":2455,"25":1745,"257":135,"26":149,"268":10,"27":74,"273":123,"276":141,"279":22,"28":1878,"281":31,"282":152,"291":76,"292":94,"30":60,"302":22,"306":1,"31":95,"314":11,"32":42,"33":214,"34":94,"347":29,"35":105,"352":1063,"36":271,"37":96,"38":739,"380":63,"381":143,"383":80,"389":3,"39":191,"391":63,"396":8,"397":98,"40":174,"409":57,"41":165,"414":116,"415":132,"419":35,"42":82,"426":43,"43":139,"430":189,"431":1,"433":11,"434":1,"44":46,"45":108,"46":519,"48":95,"49":232,"5":3754,"51":93,"52":85,"53":167,"56":34,"570":9,"6":283,"63":91,"7":914,"79":49,"8":285,"80":41,"9":882,"all_client":159253,"all_tv_clinet":32630,"insert_time":"2014-08-19T12:50:40.048Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126749,"10":119,"107":895,"11":453,"12":167,"13":509,"14":188,"15":307,"155":118,"156":25,"158":53,"159":32,"16":216,"160":40,"161":323,"167":113,"168":14,"17":373,"18":1315,"19":866,"20":284,"209":55,"21":1177,"210":53,"211":1,"214":40,"215":690,"221":408,"223":1252,"224":747,"225":1396,"23":1021,"24":2500,"25":1772,"257":144,"26":154,"268":11,"27":79,"273":123,"276":147,"279":24,"28":1885,"281":30,"282":154,"291":78,"292":81,"30":57,"302":23,"306":2,"31":93,"314":12,"32":46,"33":207,"34":95,"347":29,"35":106,"352":1069,"36":277,"37":103,"38":738,"380":63,"381":147,"383":84,"389":3,"39":199,"391":64,"396":7,"397":99,"40":183,"409":55,"41":164,"414":120,"415":145,"419":35,"42":85,"426":37,"43":146,"430":191,"431":1,"433":11,"434":1,"44":48,"45":109,"46":526,"48":96,"49":233,"5":3516,"51":93,"52":87,"53":163,"56":36,"570":6,"6":326,"63":94,"7":900,"79":50,"8":294,"80":37,"9":945,"all_client":159437,"all_tv_clinet":32688,"insert_time":"2014-08-19T12:51:41.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126859,"10":117,"107":971,"11":472,"12":174,"13":510,"14":190,"15":315,"155":120,"156":26,"158":63,"159":33,"16":214,"160":40,"161":327,"167":113,"168":14,"17":342,"18":1291,"19":869,"20":271,"209":67,"21":1176,"210":50,"211":1,"214":39,"215":680,"221":404,"223":1286,"224":754,"225":1301,"23":1022,"24":2526,"25":1803,"257":144,"26":158,"268":13,"27":83,"273":127,"276":150,"279":21,"28":1899,"281":31,"282":152,"291":78,"292":76,"30":56,"302":25,"306":2,"31":99,"314":10,"32":45,"33":192,"34":96,"347":28,"35":109,"352":1060,"36":286,"37":103,"38":752,"380":64,"381":155,"383":90,"389":3,"39":194,"391":73,"396":6,"397":100,"40":184,"409":56,"41":168,"414":121,"415":144,"419":34,"42":90,"426":32,"43":149,"430":200,"431":1,"433":12,"434":1,"44":43,"45":109,"46":538,"48":98,"49":235,"5":3350,"51":94,"52":88,"53":169,"56":40,"570":7,"6":330,"63":94,"7":864,"79":55,"8":298,"80":35,"9":1017,"all_client":159576,"all_tv_clinet":32717,"insert_time":"2014-08-19T12:52:42.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127002,"10":116,"107":976,"11":488,"12":182,"13":518,"14":195,"15":326,"155":124,"156":31,"158":64,"159":37,"16":216,"160":41,"161":322,"167":113,"168":11,"17":332,"18":1244,"19":871,"20":277,"209":70,"21":1196,"210":53,"211":1,"214":40,"215":678,"221":396,"223":1294,"224":744,"225":1276,"23":1027,"24":2564,"25":1831,"257":151,"26":158,"268":13,"27":85,"273":125,"276":146,"279":25,"28":1919,"281":34,"282":158,"291":78,"292":72,"30":59,"302":26,"306":2,"31":103,"314":11,"32":45,"33":187,"34":102,"347":28,"35":115,"352":1055,"36":293,"37":107,"38":785,"380":64,"381":158,"383":85,"389":3,"39":199,"391":72,"396":5,"397":98,"40":184,"409":56,"41":166,"414":124,"415":154,"419":34,"42":92,"426":31,"43":148,"430":200,"431":1,"433":14,"434":1,"44":44,"45":113,"46":543,"48":95,"49":239,"5":3241,"51":91,"52":85,"53":163,"56":43,"570":9,"6":337,"63":91,"7":827,"79":52,"8":305,"80":30,"9":1083,"all_client":159818,"all_tv_clinet":32816,"insert_time":"2014-08-19T12:53:43.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127208,"10":116,"107":989,"11":499,"12":186,"13":534,"14":183,"15":322,"155":125,"156":30,"158":64,"159":43,"16":222,"160":41,"161":334,"167":115,"168":10,"17":328,"18":1219,"19":863,"20":278,"209":76,"21":1202,"210":52,"211":1,"214":43,"215":668,"221":408,"223":1297,"224":700,"225":1242,"23":1041,"24":2608,"25":1843,"257":156,"26":167,"268":15,"27":87,"273":124,"276":146,"279":25,"28":1945,"281":34,"282":163,"291":80,"292":72,"30":61,"302":23,"306":2,"31":104,"314":12,"32":45,"33":177,"34":107,"347":26,"35":117,"352":1033,"36":287,"37":106,"38":773,"380":65,"381":162,"383":87,"389":3,"39":202,"391":74,"396":4,"397":100,"40":188,"409":59,"41":164,"414":129,"415":145,"419":34,"42":93,"426":31,"43":150,"430":202,"431":1,"433":14,"434":1,"44":43,"45":114,"46":555,"48":91,"49":239,"5":3142,"51":93,"52":85,"53":161,"56":44,"570":10,"6":360,"63":86,"7":797,"79":51,"8":311,"80":27,"9":1158,"all_client":160052,"all_tv_clinet":32844,"insert_time":"2014-08-19T12:54:45.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127413,"10":115,"107":976,"11":506,"12":200,"13":539,"14":178,"15":329,"155":125,"156":32,"158":63,"159":50,"16":226,"160":38,"161":339,"167":116,"168":7,"17":328,"18":1174,"19":809,"20":280,"209":81,"21":1202,"210":50,"211":1,"214":47,"215":657,"221":410,"223":1284,"224":640,"225":1261,"23":1056,"24":2645,"25":1860,"257":167,"26":162,"268":15,"27":94,"273":123,"276":147,"279":26,"28":1960,"281":35,"282":168,"291":82,"292":81,"30":60,"302":23,"306":2,"31":99,"314":10,"32":48,"33":174,"34":106,"347":26,"35":120,"352":1036,"36":283,"37":102,"38":780,"380":65,"381":169,"383":80,"389":5,"39":205,"391":77,"396":2,"397":100,"40":196,"409":68,"41":165,"414":136,"415":148,"419":32,"42":100,"426":29,"43":155,"430":202,"431":1,"433":15,"434":1,"44":46,"45":115,"46":562,"48":92,"49":247,"5":3082,"51":92,"52":87,"53":156,"56":43,"570":9,"6":394,"63":79,"7":768,"79":46,"8":313,"80":29,"9":1210,"all_client":160287,"all_tv_clinet":32874,"insert_time":"2014-08-19T12:55:47.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127596,"10":122,"107":966,"11":512,"12":211,"13":548,"14":165,"15":323,"155":125,"156":33,"158":60,"159":52,"16":231,"160":37,"161":335,"167":113,"168":7,"17":334,"18":1136,"19":754,"20":281,"209":89,"21":1214,"210":50,"211":1,"214":48,"215":646,"221":407,"223":1297,"224":598,"225":1265,"23":1028,"24":2675,"25":1878,"257":181,"26":162,"268":16,"27":97,"273":121,"276":149,"279":23,"28":1990,"281":34,"282":168,"291":87,"292":93,"30":64,"302":24,"306":2,"31":101,"314":11,"32":49,"33":169,"34":113,"347":26,"35":118,"352":1033,"36":283,"37":104,"38":775,"380":64,"381":174,"383":80,"389":5,"39":208,"391":81,"396":2,"397":101,"40":201,"409":79,"41":165,"414":143,"415":142,"419":30,"42":103,"426":25,"43":157,"430":199,"431":1,"433":16,"434":1,"44":42,"45":109,"46":565,"48":96,"49":261,"5":3049,"51":92,"52":88,"53":152,"56":44,"570":9,"6":412,"63":78,"7":737,"79":43,"8":320,"80":35,"9":1254,"all_client":160493,"all_tv_clinet":32897,"insert_time":"2014-08-19T12:56:48.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127765,"10":123,"107":978,"11":525,"12":214,"13":551,"14":164,"15":308,"155":127,"156":39,"158":61,"159":54,"16":223,"160":34,"161":325,"167":114,"168":9,"17":340,"18":1095,"19":705,"20":287,"209":90,"21":1212,"210":50,"211":1,"214":50,"215":637,"221":404,"223":1338,"224":576,"225":1242,"23":971,"24":2717,"25":1889,"257":186,"26":164,"268":15,"27":98,"273":112,"276":151,"279":22,"28":2007,"281":34,"282":163,"291":88,"292":116,"30":67,"302":27,"306":2,"31":103,"314":12,"32":53,"33":166,"34":128,"347":28,"35":118,"352":1037,"36":284,"37":105,"38":786,"380":66,"381":180,"383":76,"389":5,"39":214,"391":81,"396":3,"397":103,"40":203,"409":85,"41":170,"414":147,"415":140,"419":29,"42":109,"426":24,"43":162,"430":200,"431":1,"433":16,"434":1,"44":46,"45":107,"46":570,"48":93,"49":270,"5":3039,"51":95,"52":92,"53":157,"56":47,"570":11,"6":438,"63":75,"7":703,"79":38,"8":324,"80":38,"9":1233,"all_client":160681,"all_tv_clinet":32916,"insert_time":"2014-08-19T12:57:49.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127907,"10":125,"107":995,"11":542,"12":229,"13":555,"14":174,"15":271,"155":132,"156":40,"158":61,"159":50,"16":221,"160":35,"161":317,"167":109,"168":9,"17":352,"18":1093,"19":698,"20":294,"209":86,"21":1199,"210":53,"211":1,"214":50,"215":634,"221":398,"223":1391,"224":563,"225":1241,"23":917,"24":2728,"25":1899,"257":192,"26":173,"268":16,"27":103,"273":107,"276":154,"279":17,"28":2011,"281":32,"282":149,"291":93,"292":128,"30":70,"302":27,"306":2,"31":107,"314":12,"32":52,"33":163,"34":136,"347":31,"35":121,"352":1012,"36":285,"37":108,"38":797,"380":65,"381":180,"383":77,"389":5,"39":220,"391":82,"396":5,"397":106,"40":199,"409":89,"41":175,"414":147,"415":143,"419":30,"42":114,"426":24,"43":163,"430":198,"431":1,"433":18,"434":1,"44":49,"45":105,"46":578,"48":88,"49":274,"5":3051,"51":97,"52":89,"53":157,"56":46,"570":9,"6":471,"63":73,"7":698,"79":32,"8":330,"80":38,"9":1109,"all_client":160803,"all_tv_clinet":32896,"insert_time":"2014-08-19T12:58:50.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128066,"10":127,"107":1009,"11":558,"12":255,"13":564,"14":165,"15":251,"155":132,"156":43,"158":61,"159":51,"16":211,"160":31,"161":309,"167":110,"168":10,"17":362,"18":1085,"19":728,"20":309,"209":92,"21":1191,"210":55,"211":1,"214":50,"215":635,"221":392,"223":1433,"224":549,"225":1251,"23":875,"24":2731,"25":1914,"257":195,"26":175,"268":17,"27":104,"273":97,"276":156,"279":11,"28":2022,"281":31,"282":147,"291":91,"292":141,"30":70,"302":26,"306":2,"31":108,"314":13,"32":58,"33":152,"34":134,"347":33,"35":124,"352":1020,"36":279,"37":111,"38":812,"380":63,"381":178,"383":76,"389":5,"39":223,"391":83,"396":5,"397":104,"40":195,"409":89,"41":165,"414":150,"415":150,"419":29,"42":115,"426":22,"43":166,"430":202,"431":1,"433":21,"434":1,"44":54,"45":104,"46":590,"48":93,"49":270,"5":3059,"51":95,"52":96,"53":156,"56":44,"570":8,"6":509,"63":72,"7":685,"79":33,"8":344,"80":39,"9":983,"all_client":161012,"all_tv_clinet":32946,"insert_time":"2014-08-19T12:59:52.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128229,"10":126,"107":1049,"11":584,"12":285,"13":582,"14":163,"15":244,"155":138,"156":40,"158":60,"159":53,"16":206,"160":32,"161":305,"167":114,"168":10,"17":369,"18":1066,"19":751,"20":308,"209":90,"21":1195,"210":52,"211":1,"214":50,"215":623,"221":386,"223":1496,"224":551,"225":1272,"23":850,"24":2713,"25":1925,"257":180,"26":177,"268":16,"27":106,"273":97,"276":160,"279":13,"28":2022,"281":31,"282":148,"291":93,"292":151,"30":69,"302":25,"306":2,"31":105,"314":15,"32":58,"33":148,"34":142,"347":32,"35":126,"352":1010,"36":277,"37":113,"38":782,"380":57,"381":177,"383":76,"389":5,"39":230,"391":83,"396":5,"397":106,"40":195,"409":87,"41":175,"414":154,"415":159,"419":29,"42":117,"426":23,"43":166,"430":208,"431":1,"433":21,"434":1,"44":52,"45":102,"46":581,"48":97,"49":266,"5":3071,"51":94,"52":96,"53":153,"56":44,"570":7,"6":530,"63":69,"7":671,"79":33,"8":322,"80":36,"9":861,"all_client":161176,"all_tv_clinet":32947,"insert_time":"2014-08-19T13:00:54.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128371,"10":123,"107":1067,"11":594,"12":298,"13":600,"14":155,"15":228,"155":141,"156":41,"158":58,"159":56,"16":204,"160":36,"161":310,"167":122,"168":13,"17":372,"18":1040,"19":778,"20":313,"209":98,"21":1195,"210":46,"211":1,"214":51,"215":620,"221":397,"223":1522,"224":550,"225":1283,"23":820,"24":2724,"25":1855,"257":180,"26":193,"268":16,"27":95,"273":99,"276":164,"279":11,"28":2048,"281":33,"282":145,"291":92,"292":165,"30":73,"302":24,"306":2,"31":109,"314":17,"32":63,"33":136,"34":146,"347":34,"35":128,"352":1025,"36":256,"37":114,"38":764,"380":55,"381":177,"383":75,"389":6,"39":235,"391":81,"396":7,"397":104,"40":203,"409":81,"41":182,"414":147,"415":150,"419":24,"42":114,"426":26,"43":166,"430":215,"431":1,"433":22,"434":1,"44":47,"45":107,"46":533,"48":102,"49":260,"5":3104,"51":92,"52":103,"53":148,"56":46,"570":8,"6":546,"63":68,"7":661,"79":37,"8":299,"80":34,"9":842,"all_client":161323,"all_tv_clinet":32952,"insert_time":"2014-08-19T13:01:55.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128423,"10":125,"107":1059,"11":607,"12":322,"13":614,"14":158,"15":216,"155":141,"156":48,"158":50,"159":61,"16":196,"160":36,"161":315,"167":132,"168":15,"17":392,"18":1035,"19":787,"20":327,"209":100,"21":1202,"210":41,"211":1,"214":53,"215":625,"221":408,"223":1531,"224":555,"225":1336,"23":800,"24":2702,"25":1769,"257":181,"26":200,"268":15,"27":93,"273":100,"276":165,"279":15,"28":2089,"281":35,"282":142,"291":95,"292":171,"30":76,"302":24,"306":2,"31":116,"314":17,"32":67,"33":138,"34":151,"347":38,"35":147,"352":1041,"36":248,"37":119,"38":756,"380":55,"381":177,"383":73,"389":6,"39":234,"391":87,"396":8,"397":105,"40":214,"409":68,"41":184,"414":134,"415":138,"419":25,"42":104,"426":25,"43":166,"430":226,"431":1,"433":22,"434":2,"44":45,"45":115,"46":488,"48":111,"49":240,"5":3114,"51":93,"52":103,"53":157,"56":47,"570":8,"6":550,"63":67,"7":652,"79":40,"8":266,"80":32,"9":815,"all_client":161420,"all_tv_clinet":32997,"insert_time":"2014-08-19T13:02:56.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128539,"10":130,"107":1040,"11":613,"12":337,"13":630,"14":160,"15":223,"155":142,"156":52,"158":49,"159":58,"16":192,"160":36,"161":319,"167":130,"168":17,"17":382,"18":1040,"19":797,"20":343,"209":104,"21":1211,"210":40,"211":1,"214":54,"215":626,"221":415,"223":1550,"224":557,"225":1406,"23":794,"24":2612,"25":1673,"257":180,"26":209,"268":13,"27":95,"273":106,"276":168,"279":13,"28":2138,"281":34,"282":146,"291":96,"292":173,"30":70,"302":24,"306":2,"31":113,"314":17,"32":67,"33":139,"34":154,"347":39,"35":159,"352":1058,"36":254,"37":127,"38":741,"380":53,"381":176,"383":71,"389":7,"39":239,"391":85,"396":11,"397":104,"40":216,"409":62,"41":188,"414":122,"415":128,"419":27,"42":96,"426":25,"43":175,"430":233,"431":1,"433":23,"434":2,"44":48,"45":118,"46":468,"48":115,"49":220,"5":3135,"51":93,"52":101,"53":158,"56":47,"570":9,"6":542,"63":63,"7":640,"79":42,"8":261,"80":34,"9":808,"all_client":161553,"all_tv_clinet":33014,"insert_time":"2014-08-19T13:03:58.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128574,"10":128,"107":1021,"11":572,"12":350,"13":642,"14":172,"15":232,"155":143,"156":52,"158":49,"159":54,"16":195,"160":35,"161":340,"167":139,"168":19,"17":379,"18":1026,"19":818,"20":358,"209":101,"21":1245,"210":37,"211":1,"214":52,"215":644,"221":435,"223":1563,"224":563,"225":1478,"23":773,"24":2550,"25":1590,"257":185,"26":195,"268":12,"27":94,"273":107,"276":168,"279":11,"28":2180,"281":32,"282":144,"291":93,"292":154,"30":65,"302":23,"306":2,"31":117,"314":18,"32":67,"33":135,"34":160,"347":37,"35":154,"352":1058,"36":253,"37":128,"38":745,"380":53,"381":176,"383":76,"389":7,"39":242,"391":83,"396":12,"397":103,"40":227,"409":63,"41":188,"414":112,"415":126,"419":25,"42":98,"426":27,"43":173,"430":235,"431":1,"433":22,"434":1,"44":53,"45":119,"46":456,"48":109,"49":212,"5":3193,"51":101,"52":94,"53":159,"56":42,"570":8,"6":536,"63":62,"7":650,"79":39,"8":253,"80":37,"9":807,"all_client":161647,"all_tv_clinet":33073,"insert_time":"2014-08-19T13:04:59.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128656,"10":134,"107":1017,"11":527,"12":319,"13":645,"14":190,"15":258,"155":144,"156":51,"158":45,"159":52,"16":191,"160":33,"161":358,"167":144,"168":21,"17":382,"18":1008,"19":823,"20":365,"209":102,"21":1227,"210":38,"211":1,"214":52,"215":653,"221":440,"223":1561,"224":577,"225":1525,"23":762,"24":2519,"25":1554,"257":183,"26":194,"268":14,"27":88,"273":110,"276":172,"279":10,"28":2218,"281":29,"282":148,"291":92,"292":138,"30":56,"302":23,"306":3,"31":111,"314":19,"32":59,"33":129,"34":160,"347":43,"35":144,"352":1087,"36":256,"37":134,"38":735,"380":54,"381":173,"383":87,"389":7,"39":243,"391":85,"396":11,"397":103,"40":235,"409":64,"41":193,"414":112,"415":129,"419":24,"42":90,"426":35,"43":166,"430":229,"431":1,"433":22,"434":1,"44":58,"45":121,"46":454,"48":101,"49":206,"5":3284,"51":99,"52":87,"53":158,"56":34,"570":8,"6":517,"63":63,"7":653,"79":40,"8":247,"80":45,"9":819,"all_client":161787,"all_tv_clinet":33131,"insert_time":"2014-08-19T13:06:00.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128680,"10":134,"107":1019,"11":500,"12":274,"13":658,"14":220,"15":282,"155":146,"156":54,"158":44,"159":56,"16":184,"160":30,"161":366,"167":143,"168":22,"17":382,"18":973,"19":824,"20":375,"209":97,"21":1189,"210":42,"211":1,"214":52,"215":656,"221":460,"223":1556,"224":608,"225":1578,"23":751,"24":2485,"25":1499,"257":183,"26":191,"268":14,"27":78,"273":112,"276":171,"279":15,"28":2191,"281":28,"282":148,"291":89,"292":126,"30":54,"302":24,"306":2,"31":109,"314":17,"32":57,"33":118,"34":166,"347":44,"35":151,"352":1088,"36":250,"37":137,"38":743,"380":56,"381":180,"383":93,"389":3,"39":248,"391":82,"396":10,"397":106,"40":240,"409":70,"41":198,"414":115,"415":124,"419":22,"42":89,"426":34,"43":152,"430":228,"431":1,"433":21,"434":1,"44":63,"45":126,"46":446,"48":98,"49":203,"5":3416,"51":98,"52":83,"53":162,"56":30,"570":6,"6":495,"63":62,"7":672,"79":45,"8":243,"80":41,"9":838,"all_client":161846,"all_tv_clinet":33166,"insert_time":"2014-08-19T13:07:01.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128728,"10":134,"107":1001,"11":487,"12":243,"13":651,"14":244,"15":299,"155":148,"156":57,"158":44,"159":59,"16":182,"160":27,"161":364,"167":146,"168":21,"17":382,"18":947,"19":831,"20":356,"209":97,"21":1129,"210":39,"211":1,"214":53,"215":656,"221":473,"223":1553,"224":641,"225":1657,"23":754,"24":2464,"25":1493,"257":180,"26":184,"268":13,"27":75,"273":111,"276":172,"279":17,"28":2118,"281":24,"282":152,"291":90,"292":119,"30":51,"302":25,"306":2,"31":108,"314":18,"32":53,"33":113,"34":172,"347":44,"35":152,"352":1098,"36":258,"37":140,"38":749,"380":57,"381":177,"383":91,"389":4,"39":258,"391":79,"396":11,"397":109,"40":244,"409":69,"41":209,"414":114,"415":129,"419":20,"42":89,"426":31,"43":139,"430":229,"431":1,"433":21,"434":1,"44":63,"45":123,"46":435,"48":97,"49":197,"5":3513,"51":95,"52":81,"53":167,"56":29,"570":6,"6":486,"63":58,"7":679,"79":47,"8":245,"80":45,"9":841,"all_client":161888,"all_tv_clinet":33160,"insert_time":"2014-08-19T13:08:02.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128805,"10":137,"107":1003,"11":487,"12":214,"13":648,"14":261,"15":320,"155":151,"156":60,"158":40,"159":57,"16":182,"160":27,"161":369,"167":149,"168":21,"17":374,"18":921,"19":848,"20":354,"209":93,"21":1093,"210":40,"211":1,"214":52,"215":677,"221":495,"223":1567,"224":696,"225":1719,"23":736,"24":2409,"25":1478,"257":175,"26":175,"268":13,"27":78,"273":113,"276":171,"279":18,"28":1995,"281":22,"282":153,"291":90,"292":116,"30":52,"302":26,"306":2,"31":98,"314":19,"32":51,"33":110,"34":171,"347":52,"35":156,"352":1110,"36":262,"37":130,"38":739,"380":57,"381":179,"383":92,"389":3,"39":267,"391":81,"396":11,"397":108,"40":246,"409":71,"41":217,"414":113,"415":118,"419":19,"42":85,"426":27,"43":138,"430":229,"431":1,"433":20,"44":63,"45":111,"46":435,"48":88,"49":206,"5":3615,"51":100,"52":79,"53":169,"56":29,"570":6,"6":473,"63":57,"7":687,"79":46,"8":249,"80":52,"9":849,"all_client":161977,"all_tv_clinet":33172,"insert_time":"2014-08-19T13:09:04.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128892,"10":133,"107":981,"11":471,"12":197,"13":642,"14":263,"15":332,"155":157,"156":59,"158":41,"159":56,"16":183,"160":28,"161":376,"167":154,"168":20,"17":381,"18":915,"19":824,"20":342,"209":94,"21":1058,"210":35,"211":1,"214":52,"215":690,"221":497,"223":1560,"224":747,"225":1771,"23":746,"24":2437,"25":1474,"257":182,"26":163,"268":13,"27":82,"273":122,"276":172,"279":15,"28":1916,"281":22,"282":153,"291":90,"292":113,"30":52,"302":26,"306":2,"31":99,"314":21,"32":51,"33":109,"34":147,"347":54,"35":146,"352":1115,"36":261,"37":115,"38":729,"380":57,"381":175,"383":94,"389":3,"39":265,"391":76,"396":12,"397":106,"40":258,"409":70,"41":231,"414":114,"415":113,"419":18,"42":87,"426":25,"43":134,"430":226,"431":1,"433":19,"44":68,"45":104,"46":434,"48":81,"49":203,"5":3685,"51":105,"52":74,"53":178,"56":27,"570":10,"6":476,"63":60,"7":690,"79":39,"8":250,"80":58,"9":849,"all_client":162054,"all_tv_clinet":33162,"insert_time":"2014-08-19T13:10:05.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128866,"10":140,"107":979,"11":466,"12":181,"13":658,"14":269,"15":353,"155":157,"156":63,"158":40,"159":57,"16":191,"160":26,"161":370,"167":159,"168":18,"17":383,"18":902,"19":785,"20":325,"209":96,"21":1058,"210":37,"211":1,"214":53,"215":697,"221":496,"223":1552,"224":797,"225":1790,"23":731,"24":2475,"25":1490,"257":190,"26":151,"268":12,"27":90,"273":129,"276":168,"279":14,"28":1858,"281":21,"282":155,"291":91,"292":120,"30":50,"302":27,"306":2,"31":97,"314":21,"32":52,"33":110,"34":123,"347":57,"35":130,"352":1112,"36":256,"37":100,"38":738,"380":57,"381":178,"383":91,"389":2,"39":263,"391":73,"396":11,"397":107,"40":272,"409":75,"41":230,"414":121,"415":111,"419":17,"42":89,"426":27,"43":132,"430":220,"431":1,"433":19,"44":73,"45":97,"46":423,"48":82,"49":200,"5":3801,"51":112,"52":74,"53":188,"56":29,"570":10,"6":453,"63":58,"7":681,"79":40,"8":250,"80":54,"9":858,"all_client":162114,"all_tv_clinet":33248,"insert_time":"2014-08-19T13:11:06.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128866,"10":142,"107":963,"11":455,"12":167,"13":658,"14":268,"15":362,"155":154,"156":66,"158":42,"159":56,"16":184,"160":22,"161":348,"167":158,"168":17,"17":389,"18":891,"19":735,"20":298,"209":95,"21":1060,"210":36,"211":1,"214":55,"215":690,"221":490,"223":1541,"224":826,"225":1810,"23":709,"24":2527,"25":1503,"257":188,"26":151,"268":13,"27":87,"273":134,"276":170,"279":14,"28":1820,"281":21,"282":155,"291":94,"292":133,"30":50,"302":26,"306":2,"31":97,"314":19,"317":1,"32":55,"33":113,"34":104,"347":59,"35":119,"352":1104,"36":249,"37":92,"38":745,"380":60,"381":179,"383":94,"389":2,"39":267,"391":72,"396":11,"397":105,"40":277,"409":81,"41":221,"414":125,"415":112,"419":16,"42":98,"426":24,"43":130,"430":216,"431":1,"433":17,"44":82,"45":92,"46":426,"48":83,"49":196,"5":3865,"51":108,"52":73,"53":195,"56":30,"570":12,"6":445,"63":53,"7":680,"79":38,"8":252,"80":47,"9":879,"all_client":162063,"all_tv_clinet":33197,"insert_time":"2014-08-19T13:12:08.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128849,"10":145,"107":973,"11":454,"12":163,"13":664,"14":278,"15":353,"155":154,"156":67,"158":42,"159":56,"16":193,"160":23,"161":341,"167":158,"168":13,"17":398,"18":882,"19":697,"20":285,"209":98,"21":1060,"210":37,"211":1,"214":54,"215":692,"221":486,"223":1522,"224":848,"225":1804,"23":693,"24":2536,"25":1505,"257":190,"26":147,"268":13,"27":87,"273":126,"276":172,"279":12,"28":1787,"281":20,"282":152,"291":93,"292":136,"30":49,"302":28,"306":2,"31":96,"314":16,"317":2,"32":63,"33":116,"34":98,"347":63,"35":112,"352":1116,"36":264,"37":85,"38":756,"380":59,"381":181,"383":91,"389":3,"39":265,"391":71,"396":12,"397":98,"40":272,"409":88,"41":214,"414":123,"415":111,"419":16,"42":102,"426":24,"43":128,"430":213,"431":1,"433":17,"44":77,"45":95,"46":423,"48":82,"49":195,"5":3930,"51":105,"52":71,"53":199,"56":28,"570":16,"6":432,"63":52,"7":667,"79":40,"8":258,"80":47,"9":887,"all_client":162018,"all_tv_clinet":33169,"insert_time":"2014-08-19T13:13:09.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128924,"10":143,"107":967,"11":448,"12":153,"13":658,"14":289,"15":337,"155":157,"156":64,"158":42,"159":56,"16":193,"160":27,"161":342,"167":161,"168":8,"17":411,"18":892,"19":697,"20":272,"209":99,"21":1035,"210":39,"211":1,"214":54,"215":689,"221":480,"223":1511,"224":864,"225":1802,"23":692,"24":2497,"25":1520,"257":188,"26":146,"268":13,"27":91,"273":123,"276":175,"279":12,"28":1774,"281":22,"282":155,"291":93,"292":149,"30":49,"302":27,"306":2,"31":90,"314":14,"317":2,"32":63,"33":118,"34":99,"347":65,"35":110,"352":1102,"36":258,"37":82,"38":790,"380":62,"381":181,"383":97,"389":4,"39":248,"391":70,"396":11,"397":87,"40":267,"409":95,"41":218,"414":125,"415":109,"419":14,"42":97,"426":26,"43":134,"430":212,"431":1,"433":14,"44":76,"45":92,"46":422,"48":75,"49":199,"5":3969,"51":94,"52":68,"53":195,"56":28,"570":23,"6":426,"63":51,"7":663,"79":33,"8":275,"80":55,"9":887,"all_client":162039,"all_tv_clinet":33115,"insert_time":"2014-08-19T13:14:10.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128925,"10":145,"107":968,"11":458,"12":157,"13":657,"14":304,"15":324,"155":158,"156":62,"158":44,"159":55,"16":202,"160":30,"161":355,"167":158,"168":7,"17":420,"18":889,"19":701,"20":253,"209":108,"21":1036,"210":41,"211":1,"214":54,"215":694,"221":474,"223":1433,"224":875,"225":1802,"23":699,"24":2461,"25":1548,"257":186,"26":140,"268":14,"27":93,"273":121,"276":172,"279":12,"28":1763,"281":21,"282":160,"291":93,"292":157,"30":53,"302":28,"306":2,"31":91,"314":14,"317":1,"32":62,"33":120,"34":102,"347":64,"35":103,"352":1093,"36":257,"37":77,"38":789,"380":65,"381":177,"383":98,"389":4,"39":226,"391":71,"396":11,"397":84,"40":270,"409":97,"41":210,"414":122,"415":106,"419":15,"42":99,"426":29,"43":132,"430":212,"431":1,"433":10,"44":71,"45":89,"46":433,"48":78,"49":199,"5":4007,"51":93,"52":68,"53":188,"56":27,"570":22,"6":420,"63":52,"7":672,"79":33,"8":285,"80":54,"9":902,"all_client":162018,"all_tv_clinet":33093,"insert_time":"2014-08-19T13:15:11.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128947,"10":147,"107":959,"11":448,"12":151,"13":669,"14":314,"15":321,"155":152,"156":60,"158":44,"159":49,"16":198,"160":32,"161":337,"167":160,"168":6,"17":429,"18":893,"19":711,"20":239,"209":108,"21":1062,"210":41,"211":1,"214":53,"215":687,"221":471,"223":1308,"224":888,"225":1827,"23":713,"24":2465,"25":1597,"257":189,"26":141,"268":12,"27":99,"273":128,"276":176,"279":12,"28":1753,"281":24,"282":162,"291":93,"292":162,"30":53,"302":29,"306":2,"31":87,"314":14,"317":1,"32":62,"33":111,"34":101,"347":63,"35":91,"352":1089,"36":248,"37":74,"38":787,"380":65,"381":178,"383":95,"389":4,"39":192,"391":71,"396":11,"397":84,"40":263,"409":97,"41":201,"414":126,"415":112,"419":16,"42":107,"426":31,"43":133,"430":207,"431":1,"433":9,"44":70,"45":91,"46":461,"48":83,"49":199,"5":4027,"51":85,"52":65,"53":179,"56":24,"570":19,"6":421,"63":54,"7":696,"79":39,"8":301,"80":58,"9":929,"all_client":162054,"all_tv_clinet":33107,"insert_time":"2014-08-19T13:16:12.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129011,"10":148,"107":962,"11":448,"12":142,"13":675,"14":316,"15":324,"155":152,"156":60,"158":48,"159":46,"16":195,"160":36,"161":339,"167":158,"168":6,"17":425,"18":879,"19":724,"20":238,"209":102,"21":1080,"210":42,"211":1,"214":53,"215":696,"221":471,"223":1214,"224":900,"225":1833,"23":739,"24":2495,"25":1659,"257":185,"26":136,"268":12,"27":91,"273":119,"276":176,"279":12,"28":1758,"281":23,"282":159,"291":92,"292":174,"30":54,"302":28,"306":2,"31":88,"314":14,"317":1,"32":57,"33":108,"34":99,"347":66,"35":92,"352":1081,"36":241,"37":75,"38":784,"380":64,"381":176,"383":91,"389":3,"39":177,"391":75,"396":11,"397":85,"40":246,"409":94,"41":180,"414":126,"415":114,"419":17,"42":106,"426":32,"43":134,"430":208,"431":1,"433":9,"44":63,"45":88,"46":487,"48":91,"49":196,"5":4049,"51":80,"52":68,"53":168,"56":24,"570":15,"6":415,"63":51,"7":709,"79":38,"8":306,"80":57,"9":951,"all_client":162149,"all_tv_clinet":33138,"insert_time":"2014-08-19T13:17:13.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129015,"10":141,"107":940,"11":451,"12":122,"13":671,"14":318,"15":339,"155":153,"156":54,"158":48,"159":47,"16":185,"160":41,"161":338,"167":155,"168":5,"17":424,"18":867,"19":739,"20":243,"209":92,"21":1095,"210":38,"211":1,"214":53,"215":699,"221":476,"223":1137,"224":910,"225":1867,"23":770,"24":2514,"25":1680,"257":188,"26":132,"268":11,"27":95,"273":115,"276":177,"279":13,"28":1749,"281":22,"282":162,"291":93,"292":178,"30":52,"302":28,"306":2,"31":85,"314":13,"317":1,"32":53,"33":110,"34":93,"347":73,"35":86,"352":1071,"36":247,"37":80,"38":761,"380":64,"381":176,"383":92,"389":3,"39":171,"391":73,"396":11,"397":85,"40":220,"409":78,"41":174,"414":127,"415":111,"419":18,"42":109,"426":34,"43":138,"430":209,"431":1,"433":10,"44":56,"45":84,"46":504,"48":99,"49":202,"5":4098,"51":76,"52":69,"53":157,"56":23,"570":14,"6":400,"63":52,"7":733,"79":43,"8":309,"80":53,"9":946,"all_client":162140,"all_tv_clinet":33125,"insert_time":"2014-08-19T13:18:14.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129069,"10":132,"107":922,"11":455,"12":115,"13":670,"14":306,"15":343,"155":157,"156":47,"158":49,"159":47,"16":185,"160":52,"161":341,"167":152,"168":5,"17":414,"18":854,"19":751,"20":240,"209":84,"21":1104,"210":40,"211":1,"214":55,"215":703,"221":482,"223":1083,"224":905,"225":1886,"23":799,"24":2552,"25":1725,"257":189,"26":129,"268":11,"27":98,"273":113,"276":175,"279":21,"28":1729,"281":22,"282":167,"291":92,"292":169,"30":53,"302":28,"306":2,"31":89,"314":16,"317":1,"32":52,"33":112,"34":87,"347":77,"35":82,"352":1055,"36":254,"37":87,"38":751,"380":64,"381":175,"383":96,"389":4,"39":165,"391":73,"396":12,"397":86,"40":202,"409":75,"41":164,"414":132,"415":117,"419":21,"42":109,"426":35,"43":143,"430":204,"431":1,"433":12,"44":52,"45":86,"46":513,"48":96,"49":211,"5":4109,"51":69,"52":70,"53":158,"56":20,"570":13,"6":372,"63":55,"7":759,"79":45,"8":318,"80":51,"9":929,"all_client":162202,"all_tv_clinet":33133,"insert_time":"2014-08-19T13:19:15.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129145,"10":119,"107":914,"11":458,"12":110,"13":669,"14":307,"15":349,"155":158,"156":44,"158":56,"159":48,"16":189,"160":57,"161":352,"167":151,"168":4,"17":411,"18":842,"19":765,"20":242,"209":74,"21":1102,"210":36,"211":1,"214":55,"215":710,"221":486,"223":1038,"224":907,"225":1894,"23":812,"24":2560,"25":1752,"257":189,"26":128,"268":10,"27":101,"273":113,"276":173,"279":23,"28":1716,"281":21,"282":168,"291":92,"292":148,"30":53,"302":27,"306":2,"31":92,"314":15,"317":1,"32":51,"33":110,"34":84,"347":81,"35":83,"352":1085,"36":259,"37":92,"38":730,"380":66,"381":175,"383":94,"389":4,"39":162,"391":71,"396":11,"397":90,"40":192,"409":69,"41":158,"414":140,"415":115,"419":20,"42":115,"426":33,"43":145,"430":190,"431":1,"433":11,"44":51,"45":90,"46":514,"48":94,"49":220,"5":4135,"51":72,"52":69,"53":154,"56":16,"570":11,"6":323,"63":54,"7":773,"79":46,"8":318,"80":48,"9":939,"all_client":162253,"all_tv_clinet":33108,"insert_time":"2014-08-19T13:20:16.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129171,"10":115,"107":908,"11":473,"12":110,"13":669,"14":294,"15":356,"155":161,"156":35,"158":59,"159":43,"16":190,"160":61,"161":357,"167":147,"168":2,"17":413,"18":847,"19":759,"20":244,"209":72,"21":1114,"210":34,"211":1,"214":52,"215":713,"221":485,"223":1000,"224":905,"225":1884,"23":828,"24":2573,"25":1774,"257":184,"26":131,"268":7,"27":99,"273":113,"276":176,"279":22,"28":1714,"281":24,"282":166,"291":90,"292":127,"30":53,"302":27,"306":2,"31":91,"314":14,"317":1,"32":47,"33":109,"34":86,"347":81,"35":79,"352":1078,"36":258,"37":93,"38":730,"380":69,"381":177,"383":95,"389":4,"39":156,"391":70,"396":9,"397":92,"40":181,"409":67,"41":162,"414":148,"415":116,"419":17,"42":118,"426":28,"43":142,"430":176,"431":1,"433":12,"44":48,"45":95,"46":510,"48":90,"49":230,"5":4154,"51":76,"52":70,"53":146,"56":17,"570":11,"6":302,"63":54,"7":796,"79":42,"8":329,"80":49,"9":938,"all_client":162248,"all_tv_clinet":33077,"insert_time":"2014-08-19T13:21:18.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129188,"10":113,"107":893,"11":476,"12":112,"13":667,"14":272,"15":355,"155":157,"156":35,"158":61,"159":37,"16":187,"160":62,"161":365,"167":146,"168":3,"17":422,"18":840,"19":761,"20":246,"209":73,"21":1126,"210":38,"211":2,"214":53,"215":716,"221":484,"223":979,"224":918,"225":1860,"23":841,"24":2579,"25":1789,"257":183,"26":120,"268":8,"27":98,"273":110,"276":166,"279":19,"28":1728,"281":23,"282":163,"291":89,"292":120,"30":51,"302":27,"306":2,"31":95,"314":15,"317":1,"32":45,"33":113,"34":93,"347":83,"35":76,"352":1087,"36":255,"37":95,"38":753,"380":69,"381":176,"383":98,"389":4,"39":153,"391":71,"396":7,"397":89,"40":169,"409":63,"41":153,"414":149,"415":114,"419":21,"42":116,"426":21,"43":148,"430":162,"431":1,"433":11,"44":49,"45":99,"46":522,"48":93,"49":234,"5":4160,"51":82,"52":65,"53":138,"56":17,"570":11,"6":283,"63":56,"7":808,"79":37,"8":330,"80":50,"9":946,"all_client":162249,"all_tv_clinet":33061,"insert_time":"2014-08-19T13:22:19.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129222,"10":110,"107":882,"11":499,"12":125,"13":657,"14":245,"15":361,"155":157,"156":36,"158":60,"159":29,"16":191,"160":66,"161":372,"167":142,"168":3,"17":435,"18":837,"19":755,"20":253,"209":74,"21":1144,"210":42,"211":1,"214":57,"215":724,"221":483,"223":941,"224":916,"225":1860,"23":841,"24":2591,"25":1796,"257":174,"26":124,"268":9,"27":96,"273":117,"276":151,"279":16,"28":1757,"281":21,"282":160,"291":89,"292":112,"30":54,"302":23,"306":3,"31":93,"314":16,"317":1,"32":43,"33":118,"34":99,"347":85,"35":75,"352":1099,"36":259,"37":98,"38":746,"380":70,"381":172,"383":94,"389":4,"39":150,"391":72,"396":6,"397":90,"40":160,"409":62,"41":158,"414":142,"415":108,"419":21,"42":115,"426":27,"43":145,"430":156,"431":1,"433":12,"44":47,"45":99,"46":524,"48":93,"49":239,"5":4155,"51":76,"52":64,"53":132,"56":17,"570":10,"6":265,"63":56,"7":813,"79":36,"8":332,"80":50,"9":969,"all_client":162287,"all_tv_clinet":33065,"insert_time":"2014-08-19T13:23:20.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129257,"10":101,"107":912,"11":495,"12":145,"13":655,"14":228,"15":357,"155":156,"156":39,"158":58,"159":25,"16":188,"160":69,"161":375,"167":140,"168":4,"17":440,"18":825,"19":753,"20":257,"209":74,"21":1145,"210":46,"211":1,"214":61,"215":722,"221":474,"223":924,"224":925,"225":1830,"23":857,"24":2603,"25":1805,"257":171,"26":130,"268":11,"27":97,"273":112,"276":144,"279":16,"28":1785,"281":21,"282":158,"291":90,"292":105,"30":54,"302":21,"306":2,"31":90,"314":19,"317":1,"32":48,"33":117,"34":102,"347":80,"35":75,"352":1103,"36":261,"37":101,"38":753,"380":71,"381":165,"383":99,"389":4,"39":148,"391":68,"396":6,"397":91,"40":154,"409":61,"41":154,"414":126,"415":104,"419":20,"42":116,"426":39,"43":139,"430":149,"431":1,"433":13,"44":45,"45":100,"46":540,"48":93,"49":240,"5":4142,"51":80,"52":72,"53":121,"56":21,"570":11,"6":260,"63":55,"7":789,"79":30,"8":331,"80":56,"9":985,"all_client":162312,"all_tv_clinet":33055,"insert_time":"2014-08-19T13:24:21.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129297,"10":99,"107":886,"11":505,"12":152,"13":641,"14":220,"15":384,"155":157,"156":34,"158":56,"159":23,"16":188,"160":70,"161":371,"167":142,"168":4,"17":438,"18":809,"19":758,"20":249,"209":70,"21":1160,"210":45,"211":1,"214":62,"215":723,"221":474,"223":893,"224":919,"225":1849,"23":860,"24":2619,"25":1799,"257":170,"26":135,"268":10,"27":98,"273":110,"276":138,"279":15,"28":1817,"281":23,"282":163,"291":90,"292":108,"30":54,"302":21,"306":2,"31":94,"314":20,"317":1,"32":48,"33":115,"34":92,"347":78,"35":81,"352":1094,"36":263,"37":102,"38":751,"380":70,"381":152,"383":101,"389":4,"39":142,"391":72,"396":7,"397":91,"40":149,"409":58,"41":158,"414":111,"415":102,"419":19,"42":121,"426":52,"43":139,"430":140,"431":1,"433":12,"44":47,"45":100,"46":536,"48":91,"49":245,"5":4174,"51":75,"52":73,"53":128,"56":22,"570":11,"6":256,"63":50,"7":768,"79":31,"8":339,"80":55,"9":991,"all_client":162343,"all_tv_clinet":33046,"insert_time":"2014-08-19T13:25:24.589Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129304,"10":97,"107":913,"11":510,"12":155,"13":629,"14":209,"15":399,"155":156,"156":32,"158":53,"159":23,"16":184,"160":75,"161":360,"167":138,"168":6,"17":443,"18":797,"19":717,"20":260,"209":73,"21":1158,"210":46,"211":1,"214":63,"215":719,"221":457,"223":859,"224":926,"225":1844,"23":878,"24":2645,"25":1815,"257":170,"26":134,"268":10,"27":102,"273":103,"276":130,"279":16,"28":1835,"281":22,"282":164,"291":84,"292":119,"30":53,"302":20,"306":2,"31":91,"314":20,"317":1,"32":49,"33":113,"34":100,"347":78,"35":85,"352":1102,"36":260,"37":104,"38":769,"380":69,"381":145,"383":101,"389":4,"39":130,"391":71,"396":8,"397":92,"40":140,"409":61,"41":163,"414":104,"415":104,"419":16,"42":121,"426":59,"43":141,"430":138,"431":1,"433":13,"44":42,"45":101,"46":549,"48":92,"49":245,"5":4180,"51":76,"52":71,"53":126,"56":21,"570":10,"6":258,"63":49,"7":764,"79":29,"8":339,"80":56,"9":992,"all_client":162361,"all_tv_clinet":33057,"insert_time":"2014-08-19T13:26:26.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129287,"10":101,"107":923,"11":525,"12":160,"13":633,"14":211,"15":419,"155":146,"156":32,"158":54,"159":19,"16":183,"160":79,"161":348,"167":137,"168":6,"17":445,"18":782,"19":677,"20":268,"209":70,"21":1149,"210":48,"211":1,"214":66,"215":720,"221":444,"223":817,"224":920,"225":1848,"23":891,"24":2678,"25":1823,"257":168,"26":136,"268":9,"27":103,"273":103,"276":126,"279":21,"28":1856,"281":22,"282":155,"291":80,"292":128,"30":50,"302":18,"306":1,"31":90,"314":22,"317":1,"32":46,"33":109,"34":102,"347":75,"35":90,"352":1093,"36":249,"37":104,"38":767,"380":69,"381":143,"383":101,"389":3,"39":135,"391":70,"396":8,"397":92,"40":132,"409":61,"41":152,"414":113,"415":108,"419":17,"42":124,"426":62,"43":139,"430":132,"431":1,"433":13,"44":43,"45":101,"46":552,"48":94,"49":252,"5":4192,"51":69,"52":75,"53":122,"56":22,"570":11,"6":265,"63":48,"7":756,"79":32,"8":338,"80":55,"9":994,"all_client":162330,"all_tv_clinet":33043,"insert_time":"2014-08-19T13:27:27.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129336,"10":102,"107":915,"11":535,"12":166,"13":643,"14":211,"15":423,"155":132,"156":33,"158":52,"159":17,"16":184,"160":83,"161":340,"167":134,"168":6,"17":440,"18":786,"19":622,"20":271,"209":71,"21":1149,"210":48,"211":1,"214":67,"215":718,"221":441,"223":800,"224":919,"225":1833,"23":885,"24":2681,"25":1845,"257":167,"26":138,"268":8,"27":102,"273":98,"276":120,"279":24,"28":1866,"281":21,"282":138,"291":78,"292":138,"30":48,"302":16,"31":91,"314":20,"317":1,"32":45,"33":110,"34":106,"347":68,"35":89,"352":1100,"36":261,"37":112,"38":759,"380":70,"381":142,"383":96,"389":3,"39":139,"391":68,"396":8,"397":93,"40":129,"409":71,"41":149,"414":117,"415":106,"419":13,"42":125,"426":62,"43":145,"430":127,"431":1,"433":13,"44":37,"45":102,"46":551,"48":93,"49":260,"5":4204,"51":66,"52":71,"53":122,"56":22,"570":9,"6":264,"63":47,"7":740,"79":32,"8":338,"80":59,"9":1004,"all_client":162311,"all_tv_clinet":32975,"insert_time":"2014-08-19T13:28:28.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129346,"10":106,"107":922,"11":539,"12":178,"13":642,"14":219,"15":422,"155":123,"156":33,"158":52,"159":17,"16":186,"160":82,"161":334,"167":135,"168":5,"17":441,"18":781,"19":598,"20":279,"209":73,"21":1148,"210":47,"211":1,"214":68,"215":713,"221":431,"223":778,"224":925,"225":1838,"23":901,"24":2691,"25":1846,"257":165,"26":139,"268":11,"27":103,"273":95,"276":118,"279":26,"28":1870,"281":21,"282":134,"291":74,"292":148,"30":49,"302":16,"31":84,"314":21,"317":1,"32":40,"33":113,"34":111,"347":62,"35":91,"352":1118,"36":262,"37":112,"38":740,"380":71,"381":136,"383":96,"389":3,"39":138,"391":66,"396":8,"397":94,"40":128,"409":71,"41":141,"414":124,"415":108,"419":14,"42":123,"426":61,"43":147,"430":117,"431":1,"433":13,"44":36,"45":105,"46":548,"48":95,"49":260,"5":4215,"51":64,"52":71,"53":119,"56":24,"570":10,"6":263,"63":44,"7":738,"79":31,"8":342,"80":60,"9":991,"all_client":162300,"all_tv_clinet":32954,"insert_time":"2014-08-19T13:29:29.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129300,"10":106,"107":915,"11":540,"12":194,"13":645,"14":232,"15":431,"155":115,"156":34,"158":54,"159":17,"16":186,"160":82,"161":323,"167":133,"168":4,"17":433,"18":763,"19":603,"20":283,"209":73,"21":1159,"210":45,"211":1,"214":67,"215":707,"221":439,"223":768,"224":928,"225":1839,"23":902,"24":2686,"25":1860,"257":157,"26":144,"268":10,"27":109,"273":85,"276":115,"279":25,"28":1881,"281":20,"282":123,"291":73,"292":154,"30":48,"302":19,"31":87,"314":21,"317":1,"32":36,"33":116,"34":114,"347":51,"35":95,"352":1118,"36":255,"37":113,"38":750,"380":72,"381":134,"383":97,"389":3,"39":140,"391":64,"396":9,"397":95,"40":127,"409":79,"41":142,"414":125,"415":107,"419":13,"42":119,"426":60,"43":148,"430":115,"431":1,"433":13,"44":33,"45":100,"46":544,"48":89,"49":257,"5":4229,"51":64,"52":68,"53":121,"56":27,"570":9,"6":271,"63":43,"7":738,"79":31,"8":338,"80":62,"9":969,"all_client":162243,"all_tv_clinet":32943,"insert_time":"2014-08-19T13:30:30.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129276,"10":116,"107":920,"11":552,"12":205,"13":642,"14":240,"15":442,"155":110,"156":34,"158":54,"159":16,"16":180,"160":82,"161":311,"167":136,"168":4,"17":431,"18":745,"19":607,"20":290,"209":79,"21":1163,"210":43,"211":1,"214":60,"215":703,"221":431,"223":754,"224":930,"225":1827,"23":900,"24":2657,"25":1869,"257":153,"26":143,"268":10,"27":111,"273":84,"276":119,"279":24,"28":1896,"281":20,"282":123,"291":71,"292":162,"30":48,"302":19,"306":2,"31":89,"314":19,"317":1,"32":36,"33":120,"34":120,"347":44,"35":97,"352":1116,"36":247,"37":115,"38":735,"380":72,"381":129,"383":103,"389":3,"39":146,"391":61,"396":9,"397":96,"40":131,"409":82,"41":137,"414":122,"415":103,"419":16,"42":119,"426":63,"43":145,"430":117,"431":1,"433":12,"44":31,"45":102,"46":547,"48":94,"49":262,"5":4247,"51":61,"52":70,"53":119,"56":28,"570":9,"6":273,"63":39,"7":730,"79":29,"8":342,"80":61,"9":940,"all_client":162185,"all_tv_clinet":32909,"insert_time":"2014-08-19T13:31:32.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129234,"10":112,"107":914,"11":568,"12":221,"13":643,"14":243,"15":459,"155":108,"156":35,"158":52,"159":16,"16":177,"160":78,"161":310,"167":131,"168":3,"17":429,"18":714,"19":619,"20":309,"209":82,"21":1152,"210":39,"211":1,"214":54,"215":698,"221":428,"223":732,"224":927,"225":1825,"23":907,"24":2647,"25":1861,"257":147,"26":149,"268":9,"27":109,"273":84,"276":123,"279":24,"28":1903,"281":18,"282":124,"291":66,"292":165,"30":51,"302":19,"306":2,"31":94,"314":17,"317":1,"32":38,"33":119,"34":124,"347":40,"35":92,"352":1105,"36":248,"37":113,"38":748,"380":77,"381":132,"383":109,"389":3,"39":145,"391":61,"396":12,"397":96,"40":132,"409":82,"41":132,"414":125,"415":98,"419":19,"42":120,"426":62,"43":143,"430":122,"431":1,"433":12,"44":34,"45":104,"46":555,"48":92,"49":263,"5":4262,"51":60,"52":70,"53":116,"56":30,"570":9,"6":279,"63":39,"7":725,"79":33,"8":351,"80":57,"9":908,"all_client":162130,"all_tv_clinet":32896,"insert_time":"2014-08-19T13:32:33.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129230,"10":116,"107":906,"11":563,"12":230,"13":639,"14":235,"15":466,"155":108,"156":34,"158":52,"159":19,"16":177,"160":82,"161":312,"167":126,"168":2,"17":422,"18":686,"19":623,"20":306,"209":93,"21":1165,"210":37,"211":1,"214":55,"215":703,"221":425,"223":717,"224":925,"225":1813,"23":904,"24":2642,"25":1860,"257":146,"26":147,"268":8,"27":104,"273":86,"276":129,"279":27,"28":1920,"281":17,"282":127,"291":66,"292":172,"30":50,"302":18,"306":2,"31":94,"314":17,"317":1,"32":41,"33":122,"34":123,"347":35,"35":85,"352":1115,"36":256,"37":115,"38":746,"380":77,"381":130,"383":109,"389":3,"39":143,"391":58,"396":14,"397":99,"40":136,"409":77,"41":135,"414":122,"415":96,"419":18,"42":118,"426":64,"43":142,"430":124,"431":1,"433":12,"44":34,"45":110,"46":560,"48":94,"49":264,"5":4281,"51":62,"52":67,"53":117,"56":30,"570":12,"6":280,"63":37,"7":700,"79":33,"8":365,"80":60,"9":907,"all_client":162134,"all_tv_clinet":32904,"insert_time":"2014-08-19T13:33:34.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129152,"10":107,"107":919,"11":555,"12":244,"13":645,"14":235,"15":468,"155":107,"156":34,"158":56,"159":20,"16":177,"160":81,"161":311,"167":124,"168":1,"17":416,"18":686,"19":627,"20":310,"209":104,"21":1165,"210":35,"211":1,"214":52,"215":708,"221":435,"223":708,"224":925,"225":1805,"23":915,"24":2641,"25":1865,"257":150,"26":150,"268":8,"27":106,"273":86,"276":124,"279":29,"28":1916,"281":14,"282":135,"291":67,"292":158,"30":48,"302":17,"306":4,"31":90,"314":19,"317":1,"32":47,"33":122,"34":122,"347":36,"35":90,"352":1115,"36":249,"37":120,"38":758,"380":75,"381":129,"383":101,"389":4,"39":135,"391":58,"396":13,"397":97,"40":140,"409":66,"41":133,"414":124,"415":93,"419":13,"42":118,"426":60,"43":142,"430":133,"431":1,"433":12,"44":34,"45":110,"46":553,"48":85,"49":265,"5":4301,"51":56,"52":72,"53":114,"56":29,"570":11,"6":276,"63":34,"7":682,"79":32,"8":375,"80":62,"9":908,"all_client":162061,"all_tv_clinet":32909,"insert_time":"2014-08-19T13:34:35.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129105,"10":110,"107":909,"11":549,"12":257,"13":640,"14":237,"15":458,"155":104,"156":35,"158":59,"159":20,"16":178,"160":80,"161":305,"167":126,"168":1,"17":391,"18":705,"19":644,"20":301,"209":105,"21":1162,"210":33,"211":1,"214":49,"215":715,"221":446,"223":714,"224":926,"225":1798,"23":913,"24":2644,"25":1860,"257":157,"26":151,"268":8,"27":109,"273":91,"276":125,"279":28,"28":1912,"281":16,"282":136,"291":69,"292":138,"30":46,"302":15,"306":5,"31":88,"314":18,"317":1,"32":52,"33":122,"34":127,"347":31,"35":96,"352":1097,"36":243,"37":120,"38":759,"380":75,"381":130,"383":98,"389":4,"39":136,"391":52,"396":10,"397":97,"40":142,"409":65,"41":132,"414":126,"415":94,"419":11,"42":116,"426":55,"43":143,"430":134,"431":1,"433":11,"44":34,"45":112,"46":554,"48":86,"49":274,"5":4305,"51":56,"52":72,"53":113,"56":29,"570":13,"6":275,"63":36,"7":672,"79":32,"8":380,"80":63,"9":912,"all_client":161990,"all_tv_clinet":32885,"insert_time":"2014-08-19T13:35:36.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129075,"10":111,"107":895,"11":534,"12":256,"13":637,"14":236,"15":460,"155":99,"156":35,"158":59,"159":21,"16":180,"160":80,"161":309,"167":127,"168":2,"17":373,"18":720,"19":638,"20":303,"209":109,"21":1145,"210":33,"211":1,"214":46,"215":710,"221":454,"223":713,"224":932,"225":1794,"23":921,"24":2659,"25":1865,"257":152,"26":147,"268":9,"27":110,"273":95,"276":121,"279":33,"28":1919,"281":16,"282":138,"291":68,"292":124,"30":48,"302":14,"306":6,"31":86,"314":17,"317":1,"32":48,"33":119,"34":124,"347":29,"35":95,"352":1096,"36":240,"37":118,"38":747,"380":72,"381":131,"383":97,"389":5,"39":134,"391":53,"396":9,"397":95,"40":150,"409":63,"41":128,"414":129,"415":98,"419":12,"42":119,"426":55,"43":141,"430":137,"431":1,"433":10,"44":37,"45":113,"46":551,"48":89,"49":278,"5":4305,"51":57,"52":71,"53":116,"56":26,"570":13,"6":291,"63":34,"7":665,"79":33,"8":383,"80":65,"9":921,"all_client":161939,"all_tv_clinet":32864,"insert_time":"2014-08-19T13:36:38.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129026,"10":115,"107":902,"11":527,"12":261,"13":616,"14":231,"15":458,"155":96,"156":35,"158":55,"159":20,"16":180,"160":77,"161":318,"167":125,"168":2,"17":367,"18":729,"19":635,"20":302,"209":101,"21":1162,"210":38,"211":1,"214":46,"215":704,"221":446,"223":713,"224":935,"225":1759,"23":921,"24":2667,"25":1865,"257":149,"26":147,"268":9,"27":113,"273":94,"276":124,"279":36,"28":1928,"281":15,"282":137,"291":71,"292":116,"30":48,"302":14,"306":5,"31":83,"314":15,"32":44,"33":117,"34":121,"347":29,"35":99,"352":1077,"36":243,"37":114,"38":758,"380":76,"381":137,"383":93,"389":5,"39":131,"391":52,"396":11,"397":96,"40":151,"409":61,"41":129,"414":126,"415":101,"419":13,"42":119,"426":59,"43":139,"430":144,"431":1,"433":10,"44":37,"45":115,"46":560,"48":91,"49":278,"5":4320,"51":59,"52":71,"53":118,"56":26,"570":13,"6":301,"63":33,"7":659,"79":36,"8":379,"80":63,"9":931,"all_client":161885,"all_tv_clinet":32859,"insert_time":"2014-08-19T13:37:39.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128965,"10":119,"107":896,"11":535,"12":259,"13":596,"14":218,"15":467,"155":94,"156":35,"158":49,"159":22,"16":176,"160":79,"161":313,"167":129,"168":1,"17":360,"18":727,"19":626,"20":313,"209":102,"21":1176,"210":39,"211":1,"214":45,"215":693,"221":435,"223":736,"224":935,"225":1667,"23":918,"24":2698,"25":1868,"257":149,"26":148,"268":11,"27":115,"273":94,"276":125,"279":38,"28":1960,"281":15,"282":140,"291":72,"292":112,"30":48,"302":13,"306":5,"31":77,"314":16,"32":43,"33":111,"34":124,"347":26,"35":105,"352":1055,"36":251,"37":118,"38":741,"380":75,"381":134,"383":99,"389":5,"39":130,"391":51,"396":11,"397":97,"40":156,"409":58,"41":130,"414":120,"415":99,"419":12,"42":118,"426":63,"43":143,"430":155,"431":1,"433":9,"44":38,"45":112,"46":559,"48":87,"49":288,"5":4344,"51":56,"52":77,"53":117,"56":27,"570":11,"6":295,"63":34,"7":653,"79":32,"8":375,"80":65,"9":940,"all_client":161780,"all_tv_clinet":32815,"insert_time":"2014-08-19T13:38:40.313Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128926,"10":112,"107":894,"11":541,"12":270,"13":581,"14":205,"15":470,"155":93,"156":38,"158":47,"159":21,"16":171,"160":79,"161":309,"167":131,"17":361,"18":714,"19":628,"20":319,"209":99,"21":1187,"210":35,"211":1,"214":41,"215":683,"221":419,"223":747,"224":935,"225":1549,"23":925,"24":2723,"25":1891,"257":144,"26":154,"268":11,"27":122,"273":95,"276":127,"279":37,"28":1984,"281":15,"282":142,"291":70,"292":109,"30":50,"302":13,"306":5,"31":82,"314":15,"32":42,"33":104,"34":126,"347":23,"35":108,"352":1044,"36":259,"37":119,"38":753,"380":76,"381":133,"383":103,"389":5,"39":136,"391":51,"396":13,"397":95,"40":148,"409":55,"41":137,"414":122,"415":101,"419":11,"42":121,"426":63,"43":143,"430":161,"431":1,"433":9,"44":35,"45":112,"46":553,"48":88,"49":288,"5":4351,"51":53,"52":77,"53":122,"56":29,"570":12,"6":283,"63":33,"7":644,"79":30,"8":377,"80":66,"9":957,"all_client":161692,"all_tv_clinet":32766,"insert_time":"2014-08-19T13:39:41.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128809,"10":120,"107":889,"11":552,"12":279,"13":556,"14":207,"15":473,"155":90,"156":42,"158":44,"159":21,"16":166,"160":79,"161":300,"167":132,"168":1,"17":342,"18":715,"19":628,"20":321,"209":100,"21":1186,"210":35,"211":1,"214":39,"215":679,"221":417,"223":754,"224":939,"225":1460,"23":925,"24":2756,"25":1907,"257":144,"26":159,"268":11,"27":127,"273":93,"276":129,"279":37,"28":1990,"281":13,"282":141,"291":71,"292":102,"30":52,"302":12,"306":5,"31":83,"314":9,"32":42,"33":105,"34":130,"347":18,"35":108,"352":1023,"36":270,"37":121,"38":762,"380":76,"381":134,"383":110,"389":6,"39":138,"391":53,"396":13,"397":95,"40":156,"409":57,"41":139,"414":122,"415":94,"419":11,"42":118,"426":59,"43":143,"430":168,"431":1,"433":8,"44":33,"45":111,"46":563,"48":88,"49":289,"5":4388,"51":52,"52":73,"53":124,"56":30,"570":13,"6":272,"63":28,"7":652,"79":28,"8":380,"80":63,"9":957,"all_client":161566,"all_tv_clinet":32757,"insert_time":"2014-08-19T13:40:42.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128707,"10":123,"107":883,"11":550,"12":278,"13":543,"14":200,"15":462,"155":95,"156":40,"158":45,"159":21,"16":166,"160":81,"161":291,"167":129,"168":1,"17":328,"18":724,"19":622,"20":320,"209":90,"21":1193,"210":36,"211":1,"214":33,"215":671,"221":412,"223":755,"224":938,"225":1397,"23":926,"24":2769,"25":1927,"257":145,"26":156,"268":10,"27":122,"273":90,"276":133,"279":36,"28":2006,"281":11,"282":143,"291":72,"292":104,"30":54,"302":10,"306":5,"31":80,"314":11,"317":1,"32":44,"33":99,"34":130,"347":15,"35":103,"352":1016,"36":268,"37":118,"38":772,"380":78,"381":141,"383":110,"389":6,"39":138,"391":51,"396":14,"397":96,"40":162,"409":62,"41":135,"414":115,"415":100,"419":12,"42":118,"426":65,"43":145,"430":178,"431":1,"433":6,"44":35,"45":109,"46":557,"48":91,"49":294,"5":4399,"51":51,"52":73,"53":125,"56":33,"570":12,"6":277,"63":30,"7":664,"79":30,"8":385,"80":59,"9":972,"all_client":161440,"all_tv_clinet":32733,"insert_time":"2014-08-19T13:41:43.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128568,"10":122,"107":887,"11":565,"12":286,"13":533,"14":202,"15":454,"155":99,"156":40,"158":44,"159":23,"16":174,"160":89,"161":297,"167":123,"168":1,"17":312,"18":722,"19":589,"20":325,"209":81,"21":1184,"210":37,"211":1,"214":32,"215":661,"221":410,"223":745,"224":945,"225":1336,"23":933,"24":2774,"25":1936,"257":147,"26":163,"268":12,"27":126,"273":88,"276":134,"279":38,"28":2018,"281":11,"282":144,"291":74,"292":110,"30":61,"302":9,"306":5,"31":84,"314":12,"317":1,"32":46,"33":98,"34":130,"347":13,"35":107,"352":1010,"36":261,"37":114,"38":763,"380":76,"381":149,"383":106,"389":6,"39":150,"391":47,"396":11,"397":97,"40":161,"409":66,"41":143,"414":110,"415":95,"419":10,"42":120,"426":71,"43":147,"430":186,"431":1,"433":6,"44":34,"45":111,"46":552,"48":87,"49":300,"5":4406,"51":51,"52":77,"53":128,"56":36,"570":13,"6":278,"63":28,"7":673,"79":30,"8":394,"80":54,"9":973,"all_client":161292,"all_tv_clinet":32724,"insert_time":"2014-08-19T13:42:44.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128482,"10":114,"107":875,"11":574,"12":288,"13":525,"14":202,"15":444,"155":102,"156":40,"158":45,"159":27,"16":179,"160":90,"161":297,"167":118,"168":2,"17":303,"18":727,"19":560,"20":330,"209":71,"21":1181,"210":37,"211":1,"214":29,"215":658,"221":394,"223":749,"224":944,"225":1284,"23":948,"24":2774,"25":1946,"257":152,"26":163,"268":13,"27":123,"273":81,"276":136,"279":38,"28":2026,"281":11,"282":143,"291":74,"292":117,"30":61,"302":11,"306":5,"31":84,"314":14,"317":2,"32":46,"33":100,"34":137,"347":15,"35":115,"352":1004,"36":256,"37":117,"38":780,"380":78,"381":149,"383":106,"389":6,"39":152,"391":43,"396":10,"397":98,"40":169,"409":73,"41":145,"414":102,"415":96,"419":9,"42":124,"426":76,"43":146,"430":193,"431":2,"433":5,"44":32,"45":110,"46":551,"48":87,"49":299,"5":4409,"51":51,"52":78,"53":124,"56":33,"570":13,"6":275,"63":27,"7":682,"79":33,"8":391,"80":55,"9":974,"all_client":161170,"all_tv_clinet":32688,"insert_time":"2014-08-19T13:43:50.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128414,"10":115,"107":867,"11":575,"12":256,"13":527,"14":210,"15":452,"155":109,"156":39,"158":46,"159":28,"16":167,"160":93,"161":294,"167":116,"168":2,"17":286,"18":718,"19":533,"20":325,"209":72,"21":1173,"210":34,"211":1,"214":27,"215":638,"221":377,"223":758,"224":945,"225":1242,"23":946,"24":2781,"25":1952,"257":153,"26":164,"268":16,"27":122,"273":83,"276":135,"279":39,"28":2029,"281":12,"282":142,"291":74,"292":126,"30":63,"302":11,"306":4,"31":91,"314":16,"317":2,"32":52,"33":99,"34":137,"347":14,"35":119,"352":1017,"36":257,"37":120,"38":797,"380":79,"381":148,"383":103,"389":6,"39":157,"391":42,"396":10,"397":99,"40":166,"409":76,"41":147,"414":98,"415":94,"419":8,"42":125,"426":79,"43":147,"430":199,"431":2,"433":5,"44":34,"45":114,"46":551,"48":85,"49":303,"5":4406,"51":46,"52":78,"53":121,"56":30,"570":13,"6":296,"63":25,"7":685,"79":30,"8":392,"80":54,"9":982,"all_client":161047,"all_tv_clinet":32633,"insert_time":"2014-08-19T13:44:51.796Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128270,"10":115,"107":870,"11":571,"12":222,"13":506,"14":220,"15":456,"155":112,"156":39,"158":45,"159":29,"16":155,"160":92,"161":290,"167":111,"168":3,"17":276,"18":706,"19":512,"20":318,"209":76,"21":1180,"210":35,"211":1,"214":26,"215":612,"221":371,"223":759,"224":945,"225":1214,"23":947,"24":2779,"25":1949,"257":159,"26":157,"268":17,"27":124,"273":83,"276":141,"279":39,"28":2045,"281":11,"282":142,"291":76,"292":124,"30":59,"302":11,"306":3,"31":88,"314":19,"317":2,"32":56,"33":100,"34":141,"347":15,"35":126,"352":1024,"36":267,"37":120,"38":813,"380":78,"381":145,"383":101,"389":6,"39":156,"391":46,"396":10,"397":97,"40":161,"409":80,"41":151,"414":93,"415":90,"419":9,"42":124,"426":84,"43":150,"430":197,"431":2,"433":3,"44":36,"45":116,"46":549,"48":86,"49":312,"5":4423,"51":43,"52":79,"53":116,"56":28,"570":14,"6":314,"63":28,"7":669,"79":30,"8":390,"80":43,"9":985,"all_client":160818,"all_tv_clinet":32548,"insert_time":"2014-08-19T13:45:52.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128112,"10":115,"107":887,"11":568,"12":185,"13":516,"14":223,"15":479,"155":113,"156":40,"158":50,"159":29,"16":145,"160":95,"161":284,"167":109,"168":3,"17":279,"18":703,"19":499,"20":301,"209":67,"21":1172,"210":35,"211":1,"214":26,"215":585,"221":367,"223":757,"224":950,"225":1178,"23":966,"24":2769,"25":1957,"257":162,"26":158,"268":15,"27":120,"273":82,"276":136,"279":41,"28":2049,"281":11,"282":143,"291":73,"292":128,"30":59,"302":12,"306":3,"31":87,"314":21,"317":2,"32":54,"33":97,"34":141,"347":17,"35":131,"352":1049,"36":257,"37":118,"38":811,"380":77,"381":147,"383":99,"389":6,"39":154,"391":46,"396":10,"397":99,"40":155,"409":78,"41":153,"414":86,"415":90,"419":11,"42":124,"426":87,"43":154,"430":188,"431":2,"433":3,"44":37,"45":120,"46":557,"48":86,"49":309,"5":4459,"51":44,"52":78,"53":112,"56":32,"570":14,"6":319,"63":28,"7":665,"79":28,"8":390,"80":36,"9":1007,"all_client":160632,"all_tv_clinet":32520,"insert_time":"2014-08-19T13:46:54.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127960,"10":112,"107":899,"11":569,"12":173,"13":516,"14":201,"15":475,"155":120,"156":39,"158":58,"159":25,"16":144,"160":91,"161":280,"167":105,"168":4,"17":284,"18":692,"19":498,"20":284,"209":67,"21":1179,"210":36,"211":1,"214":26,"215":577,"221":377,"223":762,"224":959,"225":1152,"23":961,"24":2749,"25":1969,"257":166,"26":159,"268":15,"27":122,"273":82,"276":136,"279":42,"28":2060,"281":10,"282":149,"291":76,"292":130,"30":59,"302":13,"306":3,"31":90,"314":25,"317":2,"32":58,"33":93,"34":138,"347":15,"35":129,"352":1064,"36":262,"37":123,"38":813,"380":77,"381":151,"383":97,"389":6,"39":141,"391":46,"396":11,"397":98,"40":157,"409":77,"41":150,"414":86,"415":89,"419":13,"42":127,"426":80,"43":151,"430":192,"431":2,"433":3,"44":37,"45":118,"46":570,"48":87,"49":314,"5":4384,"51":42,"52":77,"53":115,"56":36,"570":13,"6":342,"63":30,"7":671,"79":26,"8":388,"80":34,"9":1037,"all_client":160453,"all_tv_clinet":32493,"insert_time":"2014-08-19T13:47:55.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127750,"10":116,"107":885,"11":576,"12":160,"13":512,"14":193,"15":475,"155":121,"156":41,"158":59,"159":27,"16":141,"160":90,"161":282,"167":105,"168":2,"17":290,"18":714,"19":503,"20":273,"209":66,"21":1194,"210":33,"211":1,"214":25,"215":574,"221":362,"223":780,"224":975,"225":1114,"23":963,"24":2755,"25":1975,"257":167,"26":164,"268":14,"27":117,"273":88,"276":135,"279":43,"28":2077,"281":12,"282":150,"291":77,"292":137,"30":60,"302":12,"306":3,"31":89,"314":27,"317":2,"32":56,"33":93,"34":142,"347":16,"35":136,"352":1086,"36":262,"37":127,"38":808,"380":75,"381":158,"383":98,"389":5,"39":129,"391":43,"396":9,"397":97,"40":158,"409":82,"41":145,"414":85,"415":90,"419":15,"42":123,"426":71,"43":151,"430":195,"431":2,"433":5,"44":42,"45":126,"46":569,"48":90,"49":313,"5":4117,"51":41,"52":78,"53":114,"56":33,"570":13,"6":404,"63":33,"7":706,"79":24,"8":391,"80":32,"9":1092,"all_client":160186,"all_tv_clinet":32436,"insert_time":"2014-08-19T13:48:56.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127581,"10":118,"107":887,"11":579,"12":151,"13":511,"14":180,"15":463,"155":121,"156":45,"158":61,"159":27,"16":142,"160":85,"161":295,"167":100,"168":2,"17":312,"18":744,"19":518,"20":278,"209":66,"21":1217,"210":32,"211":1,"214":25,"215":563,"221":369,"223":804,"224":988,"225":1081,"23":971,"24":2766,"25":1995,"257":167,"26":165,"268":13,"27":118,"273":88,"276":139,"279":37,"28":2085,"281":12,"282":155,"291":78,"292":126,"30":60,"302":11,"306":4,"31":98,"314":27,"317":2,"32":56,"33":92,"34":140,"347":13,"35":139,"352":1089,"36":266,"37":129,"38":822,"380":75,"381":165,"383":100,"389":5,"39":126,"391":43,"396":9,"397":97,"40":172,"409":76,"41":138,"414":84,"415":93,"419":13,"42":124,"426":66,"43":154,"430":205,"431":2,"433":5,"44":39,"45":130,"46":560,"48":86,"49":317,"5":3836,"51":37,"52":80,"53":119,"56":33,"570":11,"6":463,"63":35,"7":731,"79":25,"8":393,"80":34,"9":1151,"all_client":160041,"all_tv_clinet":32460,"insert_time":"2014-08-19T13:49:57.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127348,"10":116,"107":870,"11":583,"12":170,"13":519,"14":183,"15":411,"155":123,"156":49,"158":64,"159":25,"16":135,"160":74,"161":293,"167":99,"168":1,"17":317,"18":784,"19":531,"20":282,"209":62,"21":1244,"210":33,"214":28,"215":561,"221":361,"223":837,"224":994,"225":1079,"23":985,"24":2778,"25":2001,"257":168,"26":169,"268":14,"27":119,"273":90,"276":139,"279":31,"28":2086,"281":12,"282":154,"291":78,"292":120,"30":58,"302":10,"306":4,"31":98,"314":25,"317":2,"32":55,"33":95,"34":142,"347":11,"35":143,"352":1066,"36":273,"37":124,"38":831,"380":75,"381":168,"383":98,"389":5,"39":132,"391":43,"396":9,"397":97,"40":181,"409":76,"41":142,"414":84,"415":96,"419":15,"42":127,"426":58,"43":158,"430":212,"431":2,"433":5,"44":39,"45":133,"46":557,"48":85,"49":320,"5":3567,"51":35,"52":83,"53":117,"56":34,"570":12,"6":478,"63":36,"7":774,"79":31,"8":391,"80":30,"9":1198,"all_client":159760,"all_tv_clinet":32412,"insert_time":"2014-08-19T13:50:58.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127089,"10":112,"107":876,"11":616,"12":180,"13":521,"14":186,"15":374,"155":125,"156":56,"158":69,"159":24,"16":134,"160":69,"161":297,"167":101,"168":2,"17":304,"18":819,"19":551,"20":282,"209":65,"21":1254,"210":32,"214":29,"215":558,"221":389,"223":845,"224":1001,"225":1072,"23":979,"24":2782,"25":2003,"257":168,"26":165,"268":14,"27":118,"273":92,"276":137,"279":39,"28":2091,"281":10,"282":154,"291":79,"292":111,"30":58,"302":15,"306":4,"31":104,"314":23,"317":2,"32":58,"33":90,"34":147,"347":12,"35":148,"352":1059,"36":275,"37":125,"38":845,"380":72,"381":179,"383":94,"389":4,"39":135,"391":40,"396":9,"397":98,"40":189,"409":65,"41":139,"414":86,"415":92,"419":15,"42":123,"426":52,"43":161,"430":211,"431":2,"433":5,"44":39,"45":135,"46":559,"48":83,"49":323,"5":3394,"51":38,"52":86,"53":111,"56":35,"570":13,"6":461,"63":34,"7":804,"79":34,"8":374,"80":28,"9":1238,"all_client":159499,"all_tv_clinet":32410,"insert_time":"2014-08-19T13:51:59.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126924,"10":111,"107":919,"11":602,"12":216,"13":520,"14":188,"15":342,"155":125,"156":58,"158":71,"159":28,"16":127,"160":61,"161":297,"167":109,"168":5,"17":306,"18":846,"19":557,"20":282,"209":70,"21":1279,"210":29,"214":28,"215":554,"221":412,"223":857,"224":984,"225":1056,"23":924,"24":2807,"25":2041,"257":165,"26":166,"268":14,"27":118,"273":97,"276":143,"279":43,"28":2113,"281":11,"282":157,"291":82,"292":106,"30":59,"302":18,"306":6,"31":105,"314":23,"317":2,"32":59,"33":95,"34":147,"347":13,"35":151,"352":1042,"36":267,"37":129,"38":841,"380":67,"381":183,"383":91,"389":4,"39":138,"391":43,"396":7,"397":99,"40":190,"409":70,"41":135,"414":87,"415":99,"419":15,"42":128,"426":47,"43":159,"430":211,"431":3,"433":4,"44":43,"45":137,"46":573,"48":86,"49":308,"5":3230,"51":39,"52":94,"53":115,"56":35,"570":13,"6":431,"63":33,"7":843,"79":35,"8":322,"80":27,"9":1277,"all_client":159328,"all_tv_clinet":32404,"insert_time":"2014-08-19T13:53:00.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126739,"10":113,"107":940,"11":587,"12":248,"13":561,"14":208,"15":322,"155":126,"156":59,"158":70,"159":29,"16":124,"160":60,"161":306,"167":116,"168":6,"17":297,"18":854,"19":558,"20":290,"209":80,"21":1302,"210":29,"214":23,"215":539,"221":418,"223":836,"224":919,"225":1065,"23":858,"24":2848,"25":2076,"257":166,"26":173,"268":12,"27":121,"273":98,"276":148,"279":45,"28":2134,"281":11,"282":157,"291":84,"292":96,"30":66,"302":24,"306":6,"31":106,"314":19,"317":2,"32":54,"33":95,"34":149,"347":13,"35":163,"352":1051,"36":263,"37":130,"38":857,"380":60,"381":189,"383":90,"389":4,"39":151,"391":44,"396":7,"397":100,"40":182,"409":72,"41":128,"414":83,"415":99,"419":14,"42":131,"426":44,"43":156,"430":214,"431":3,"433":4,"44":41,"45":147,"46":592,"48":91,"49":284,"5":3089,"51":37,"52":95,"53":118,"56":32,"570":13,"6":381,"63":36,"7":877,"79":33,"8":286,"80":25,"9":1295,"all_client":159096,"all_tv_clinet":32357,"insert_time":"2014-08-19T13:54:02.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126576,"10":117,"107":939,"11":568,"12":279,"13":574,"14":218,"15":309,"155":128,"156":57,"158":73,"159":30,"16":127,"160":58,"161":310,"167":122,"168":6,"17":301,"18":855,"19":552,"20":296,"209":74,"21":1309,"210":29,"214":22,"215":530,"221":418,"223":850,"224":831,"225":1057,"23":785,"24":2891,"25":2122,"257":166,"26":176,"268":9,"27":124,"273":95,"276":148,"279":42,"28":2153,"281":18,"282":158,"291":84,"292":91,"30":59,"302":28,"306":8,"31":112,"314":21,"317":2,"32":57,"33":105,"34":156,"347":15,"35":168,"352":1058,"36":254,"37":127,"38":852,"380":57,"381":192,"383":88,"389":4,"39":147,"391":46,"396":7,"397":99,"40":175,"409":74,"41":127,"414":86,"415":100,"419":13,"42":131,"426":36,"43":142,"430":223,"431":4,"433":4,"44":42,"45":161,"46":594,"48":95,"49":262,"5":2987,"51":37,"52":106,"53":121,"56":32,"570":13,"6":336,"63":40,"7":910,"79":33,"8":260,"80":22,"9":1324,"all_client":158829,"all_tv_clinet":32253,"insert_time":"2014-08-19T13:55:03.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126360,"10":126,"107":920,"11":554,"12":304,"13":594,"14":207,"15":283,"155":130,"156":64,"158":78,"159":30,"16":129,"160":55,"161":303,"167":117,"168":6,"17":299,"18":853,"19":549,"20":302,"209":73,"21":1324,"210":26,"211":1,"214":23,"215":520,"221":419,"223":880,"224":748,"225":1068,"23":743,"24":2954,"25":2180,"257":163,"26":180,"268":11,"27":137,"273":88,"276":154,"279":42,"28":2172,"281":19,"282":154,"291":88,"292":91,"30":56,"302":31,"306":9,"31":122,"314":23,"317":2,"32":57,"33":102,"34":162,"347":17,"35":161,"352":1051,"36":259,"37":123,"38":843,"380":59,"381":197,"383":87,"389":3,"39":154,"391":49,"396":6,"397":97,"40":158,"409":78,"41":128,"414":90,"415":98,"419":14,"42":130,"426":31,"43":122,"430":223,"431":4,"433":5,"44":51,"45":165,"46":595,"48":93,"49":245,"5":2866,"51":38,"52":108,"53":120,"56":32,"570":12,"6":278,"63":37,"7":928,"79":36,"8":250,"80":14,"9":1357,"all_client":158497,"all_tv_clinet":32137,"insert_time":"2014-08-19T13:56:04.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125998,"10":132,"107":919,"11":547,"12":313,"13":594,"14":191,"15":262,"155":134,"156":65,"158":78,"159":30,"16":144,"160":57,"161":280,"167":115,"168":7,"17":305,"18":852,"19":535,"20":316,"209":70,"21":1307,"210":25,"211":1,"214":24,"215":508,"221":418,"223":892,"224":698,"225":1094,"23":716,"24":3025,"25":2175,"257":159,"26":179,"268":11,"27":137,"273":90,"276":153,"279":46,"28":2209,"281":20,"282":144,"291":93,"292":104,"30":53,"302":33,"306":11,"31":134,"314":26,"317":2,"32":61,"33":107,"34":154,"347":21,"35":147,"352":1055,"36":255,"37":124,"38":829,"380":57,"381":198,"383":86,"389":3,"39":145,"391":50,"396":5,"397":97,"40":155,"409":76,"41":127,"414":97,"415":106,"419":14,"42":127,"426":28,"43":111,"430":226,"431":4,"433":6,"44":51,"45":171,"46":590,"48":93,"49":231,"5":2759,"51":41,"52":109,"53":128,"56":31,"570":12,"6":262,"63":37,"7":941,"79":37,"8":240,"80":14,"9":1382,"all_client":158031,"all_tv_clinet":32033,"insert_time":"2014-08-19T13:57:05.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125717,"10":139,"107":922,"11":533,"12":323,"13":619,"14":178,"15":242,"155":137,"156":70,"158":84,"159":27,"16":167,"160":54,"161":273,"167":105,"168":8,"17":317,"18":828,"19":514,"20":334,"209":67,"21":1241,"210":25,"211":1,"214":30,"215":496,"221":405,"223":925,"224":654,"225":1138,"23":698,"24":3107,"25":2078,"257":163,"26":174,"268":13,"27":129,"273":83,"276":156,"279":47,"28":2272,"281":17,"282":136,"291":95,"292":121,"30":53,"302":33,"306":10,"31":127,"314":29,"317":2,"32":59,"33":108,"34":138,"347":21,"35":131,"352":1069,"36":252,"37":122,"38":816,"380":56,"381":197,"383":88,"389":3,"39":136,"391":51,"396":5,"397":97,"40":161,"409":77,"41":123,"414":104,"415":109,"419":15,"42":130,"426":22,"43":106,"430":228,"431":4,"433":6,"44":57,"45":175,"46":628,"48":91,"49":226,"5":2578,"51":44,"52":117,"53":126,"56":36,"570":15,"6":249,"63":40,"7":972,"79":41,"8":227,"80":17,"9":1381,"all_client":157570,"all_tv_clinet":31853,"insert_time":"2014-08-19T13:58:06.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125384,"10":139,"107":924,"11":535,"12":330,"13":623,"14":169,"15":228,"155":137,"156":69,"158":89,"159":25,"16":199,"160":60,"161":273,"167":105,"168":10,"17":301,"18":840,"19":492,"20":357,"209":74,"21":1162,"210":25,"211":1,"214":33,"215":470,"221":396,"223":987,"224":618,"225":1150,"23":676,"24":3155,"25":1948,"257":170,"26":162,"268":12,"27":122,"273":83,"276":157,"279":50,"28":2340,"281":17,"282":130,"291":97,"292":135,"30":52,"302":34,"306":7,"31":130,"314":27,"317":2,"32":66,"33":107,"34":126,"347":25,"35":130,"352":1050,"36":258,"37":117,"38":822,"380":55,"381":204,"383":92,"389":3,"39":125,"391":48,"396":5,"397":96,"40":171,"409":80,"41":125,"414":112,"415":107,"419":13,"42":123,"426":19,"43":93,"430":222,"431":4,"433":8,"44":64,"45":182,"46":666,"48":89,"49":225,"5":2389,"51":48,"52":108,"53":124,"56":39,"570":16,"6":261,"63":44,"7":994,"79":45,"8":228,"80":17,"9":1328,"all_client":156984,"all_tv_clinet":31600,"insert_time":"2014-08-19T13:59:07.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125086,"10":141,"107":892,"11":520,"12":350,"13":639,"14":158,"15":215,"155":139,"156":73,"158":100,"159":25,"16":218,"160":62,"161":288,"167":101,"168":11,"17":292,"18":838,"19":481,"20":388,"209":72,"21":1104,"210":23,"211":1,"214":35,"215":454,"221":405,"223":1085,"224":584,"225":1205,"23":657,"24":3171,"25":1833,"257":169,"26":153,"268":12,"27":113,"273":79,"276":161,"279":47,"28":2381,"281":17,"282":135,"291":95,"292":149,"30":52,"302":32,"306":9,"31":129,"314":29,"317":2,"32":65,"33":109,"34":124,"347":25,"35":126,"352":1047,"36":282,"37":111,"38":812,"380":52,"381":208,"383":96,"389":3,"39":127,"391":47,"396":5,"397":97,"40":173,"409":86,"41":120,"414":119,"415":101,"419":15,"42":113,"426":19,"43":82,"430":215,"431":3,"433":9,"44":68,"45":183,"46":691,"48":89,"49":214,"5":2260,"51":52,"52":101,"53":119,"56":44,"570":17,"6":291,"63":47,"7":1021,"79":46,"8":219,"80":22,"9":1222,"all_client":156507,"all_tv_clinet":31421,"insert_time":"2014-08-19T14:00:09.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124832,"10":145,"107":873,"11":524,"12":384,"13":645,"14":154,"15":215,"155":139,"156":77,"158":107,"159":25,"16":248,"160":59,"161":288,"167":97,"168":12,"17":272,"18":829,"19":463,"20":408,"209":76,"21":1071,"210":24,"211":1,"214":44,"215":429,"221":421,"223":1147,"224":559,"225":1248,"23":640,"24":3193,"25":1759,"257":172,"26":149,"268":12,"27":108,"273":74,"276":160,"279":47,"28":2407,"281":18,"282":128,"291":92,"292":158,"30":54,"302":32,"306":10,"31":128,"314":23,"317":1,"32":70,"33":107,"34":117,"347":24,"35":117,"352":1045,"36":292,"37":104,"38":809,"380":52,"381":203,"383":96,"389":3,"39":120,"391":48,"396":5,"397":92,"40":186,"409":91,"41":115,"414":116,"415":101,"419":18,"42":114,"426":14,"43":78,"430":225,"431":3,"433":11,"44":68,"45":179,"46":707,"48":89,"49":196,"5":2177,"51":57,"52":92,"53":116,"56":44,"570":18,"6":315,"63":51,"7":1028,"79":45,"8":214,"80":25,"9":1119,"all_client":156097,"all_tv_clinet":31265,"insert_time":"2014-08-19T14:01:10.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124492,"10":143,"107":857,"11":529,"12":403,"13":649,"14":160,"15":209,"155":141,"156":77,"158":113,"159":24,"16":279,"160":58,"161":282,"167":95,"168":11,"17":261,"18":839,"19":453,"20":420,"209":81,"21":1053,"210":25,"211":1,"214":49,"215":415,"221":435,"223":1167,"224":526,"225":1253,"23":608,"24":3226,"25":1684,"257":179,"26":142,"268":14,"27":102,"273":75,"276":161,"279":47,"28":2455,"281":17,"282":131,"291":93,"292":164,"30":55,"302":28,"306":13,"31":120,"314":23,"317":1,"32":73,"33":111,"34":105,"347":22,"35":110,"352":1046,"36":284,"37":100,"38":786,"380":53,"381":207,"383":100,"389":1,"39":123,"391":48,"396":6,"397":87,"40":207,"409":88,"41":111,"414":119,"415":100,"419":14,"42":119,"426":14,"43":73,"430":228,"431":2,"433":11,"44":66,"45":166,"46":721,"48":89,"49":179,"5":2113,"51":58,"52":84,"53":118,"56":46,"570":24,"6":322,"63":56,"7":1027,"79":49,"8":212,"80":28,"9":1008,"all_client":155552,"all_tv_clinet":31060,"insert_time":"2014-08-19T14:02:11.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124161,"10":142,"107":859,"11":523,"12":411,"13":663,"14":172,"15":197,"155":141,"156":77,"158":115,"159":24,"16":307,"160":59,"161":274,"167":94,"168":11,"17":253,"18":845,"19":431,"20":417,"209":86,"21":1041,"210":27,"211":2,"214":56,"215":404,"221":446,"223":1167,"224":496,"225":1248,"23":574,"24":3252,"25":1631,"257":174,"26":140,"268":14,"27":97,"273":78,"276":161,"279":46,"28":2496,"281":17,"282":135,"291":96,"292":169,"30":52,"302":27,"306":11,"31":113,"314":21,"317":1,"32":75,"33":112,"34":99,"347":25,"35":105,"352":1034,"36":283,"37":98,"38":790,"380":53,"381":206,"383":102,"39":124,"391":49,"396":6,"397":93,"40":226,"409":91,"41":110,"414":117,"415":103,"419":16,"42":108,"426":22,"43":71,"430":230,"431":3,"433":13,"44":67,"45":149,"46":708,"48":82,"49":159,"5":2091,"51":55,"52":77,"53":117,"56":51,"570":25,"6":313,"63":58,"7":1040,"79":48,"8":207,"80":28,"9":943,"all_client":155036,"all_tv_clinet":30875,"insert_time":"2014-08-19T14:03:17.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123789,"10":142,"107":863,"11":536,"12":423,"13":674,"14":186,"15":198,"155":141,"156":81,"158":121,"159":25,"16":317,"160":59,"161":275,"167":97,"168":8,"17":245,"18":864,"19":409,"20":426,"209":90,"21":1011,"210":27,"211":5,"214":60,"215":389,"221":441,"223":1147,"224":452,"225":1231,"23":546,"24":3271,"25":1596,"257":161,"26":137,"268":16,"27":88,"273":86,"276":160,"279":52,"28":2542,"281":16,"282":137,"291":96,"292":171,"30":47,"302":27,"306":10,"31":110,"314":21,"317":1,"32":71,"33":114,"34":95,"347":22,"35":100,"352":1049,"36":286,"37":94,"38":790,"380":54,"381":205,"383":98,"39":134,"391":51,"396":7,"397":95,"40":234,"409":84,"41":104,"414":110,"415":104,"419":15,"42":104,"426":38,"43":68,"430":232,"431":3,"433":10,"44":67,"45":138,"46":683,"48":69,"49":134,"5":2121,"51":56,"52":77,"53":118,"56":51,"570":24,"6":306,"63":59,"7":1016,"79":45,"8":207,"80":27,"9":862,"all_client":154454,"all_tv_clinet":30665,"insert_time":"2014-08-19T14:04:18.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123372,"10":138,"107":828,"11":559,"12":409,"13":679,"14":200,"15":204,"155":138,"156":80,"158":123,"159":29,"16":322,"160":59,"161":281,"167":91,"168":6,"17":258,"18":902,"19":395,"20":431,"209":90,"21":980,"210":32,"211":6,"214":64,"215":374,"221":428,"223":1127,"224":415,"225":1251,"23":516,"24":3286,"25":1559,"257":160,"26":135,"268":15,"27":84,"273":88,"276":157,"279":51,"28":2564,"281":14,"282":137,"291":97,"292":164,"30":51,"302":29,"306":8,"31":108,"314":20,"317":1,"32":72,"33":112,"34":88,"347":22,"35":96,"352":1068,"36":284,"37":93,"38":802,"380":54,"381":200,"383":104,"39":139,"391":53,"396":7,"397":94,"40":254,"409":80,"41":104,"414":105,"415":100,"419":17,"42":95,"426":50,"43":70,"430":230,"431":2,"433":9,"44":66,"45":133,"46":651,"48":71,"49":119,"5":2078,"51":52,"52":73,"53":117,"56":50,"570":26,"6":302,"63":60,"7":1012,"79":44,"8":195,"80":27,"9":807,"all_client":153802,"all_tv_clinet":30430,"insert_time":"2014-08-19T14:05:20.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122987,"10":137,"107":868,"11":603,"12":368,"13":675,"14":213,"15":212,"155":139,"156":82,"158":124,"159":29,"16":332,"160":58,"161":274,"167":85,"168":6,"17":261,"18":928,"19":373,"20":424,"209":88,"21":956,"210":32,"211":6,"214":68,"215":357,"221":435,"223":1094,"224":393,"225":1278,"23":505,"24":3327,"25":1505,"257":155,"26":129,"268":15,"27":76,"273":91,"276":154,"279":56,"28":2549,"281":11,"282":135,"291":97,"292":152,"30":55,"302":28,"306":7,"31":102,"314":18,"32":74,"33":111,"34":81,"347":23,"35":93,"352":1070,"36":285,"37":86,"38":820,"380":60,"381":192,"383":105,"39":135,"391":53,"396":8,"397":95,"40":273,"409":72,"41":104,"414":95,"415":103,"419":16,"42":99,"426":65,"43":64,"430":226,"431":2,"433":8,"44":68,"45":117,"46":610,"48":69,"49":114,"5":2047,"51":55,"52":74,"53":114,"56":47,"570":25,"6":298,"63":64,"7":1009,"79":42,"8":195,"80":27,"9":777,"all_client":153222,"all_tv_clinet":30235,"insert_time":"2014-08-19T14:06:21.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122538,"10":134,"107":884,"11":627,"12":300,"13":689,"14":229,"15":207,"155":138,"156":83,"158":124,"159":31,"16":339,"160":60,"161":273,"167":81,"168":5,"17":267,"18":971,"19":367,"20":419,"209":91,"21":931,"210":35,"211":6,"214":67,"215":353,"221":414,"223":1060,"224":366,"225":1272,"23":502,"24":3328,"25":1475,"257":157,"26":128,"268":12,"27":74,"273":99,"276":157,"279":55,"28":2444,"281":11,"282":136,"291":98,"292":141,"30":58,"302":25,"306":7,"31":100,"314":19,"32":78,"33":106,"34":81,"347":25,"35":93,"352":1076,"36":286,"37":88,"38":834,"380":61,"381":189,"383":102,"39":142,"391":59,"396":8,"397":87,"40":295,"409":68,"41":98,"414":101,"415":110,"419":15,"42":95,"426":63,"43":56,"430":227,"431":2,"433":9,"44":66,"45":112,"46":583,"48":71,"49":110,"5":1989,"51":58,"52":67,"53":113,"56":45,"570":21,"6":283,"63":63,"7":1011,"79":42,"8":202,"80":28,"9":742,"all_client":152447,"all_tv_clinet":29909,"insert_time":"2014-08-19T14:07:22.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122060,"10":134,"107":873,"11":661,"12":259,"13":690,"14":239,"15":205,"155":134,"156":83,"158":124,"159":29,"16":351,"160":60,"161":266,"167":81,"168":6,"17":273,"18":995,"19":357,"20":420,"209":92,"21":892,"210":35,"211":6,"214":70,"215":343,"221":426,"223":1023,"224":358,"225":1258,"23":484,"24":3342,"25":1410,"257":156,"26":130,"268":11,"27":68,"273":104,"276":153,"279":56,"28":2343,"281":11,"282":134,"291":99,"292":137,"30":64,"302":26,"306":6,"31":95,"314":18,"32":79,"33":103,"34":85,"347":26,"35":89,"352":1042,"36":299,"37":83,"38":832,"380":61,"381":195,"383":102,"389":1,"39":151,"391":65,"396":8,"397":82,"40":306,"409":66,"41":94,"414":99,"415":108,"419":13,"42":93,"426":69,"43":58,"430":221,"431":2,"433":9,"44":69,"45":108,"46":560,"48":74,"49":105,"5":1954,"51":60,"52":65,"53":103,"56":40,"570":19,"6":272,"63":63,"7":998,"79":41,"8":211,"80":33,"9":712,"all_client":151578,"all_tv_clinet":29518,"insert_time":"2014-08-19T14:08:23.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121696,"10":136,"107":872,"11":711,"12":239,"13":706,"14":242,"15":222,"155":134,"156":82,"158":122,"159":33,"16":370,"160":63,"161":255,"167":78,"168":6,"17":286,"18":1032,"19":345,"20":414,"209":96,"21":868,"210":35,"211":6,"214":72,"215":343,"221":419,"223":925,"224":348,"225":1231,"23":495,"24":3351,"25":1347,"257":155,"26":138,"268":10,"27":67,"273":104,"276":156,"279":53,"28":2190,"281":12,"282":132,"291":97,"292":141,"30":72,"302":26,"306":6,"31":100,"314":18,"32":78,"33":99,"34":87,"347":23,"35":88,"352":1031,"36":290,"37":85,"38":838,"380":62,"381":201,"383":106,"389":2,"39":153,"391":66,"396":9,"397":74,"40":324,"409":65,"41":88,"414":111,"415":108,"419":11,"42":97,"426":64,"43":59,"430":215,"431":2,"433":9,"44":71,"45":102,"46":527,"48":75,"49":99,"5":1928,"51":58,"52":65,"53":101,"56":36,"570":18,"6":269,"63":64,"7":1024,"79":42,"8":222,"80":33,"9":674,"all_client":150910,"all_tv_clinet":29214,"insert_time":"2014-08-19T14:09:24.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121324,"10":140,"107":853,"11":727,"12":220,"13":709,"14":257,"15":239,"155":132,"156":85,"158":120,"159":35,"16":382,"160":64,"161":249,"167":77,"168":6,"17":285,"18":1066,"19":352,"20":416,"209":96,"21":867,"210":37,"211":6,"214":74,"215":340,"221":411,"223":860,"224":335,"225":1199,"23":505,"24":3349,"25":1310,"257":157,"26":152,"268":9,"27":68,"273":105,"276":156,"279":50,"28":2060,"281":12,"282":130,"291":97,"292":146,"30":78,"302":24,"306":6,"31":106,"314":16,"317":1,"32":84,"33":94,"34":82,"347":22,"35":87,"352":1026,"36":285,"37":82,"38":844,"380":65,"381":195,"383":110,"389":2,"39":152,"391":66,"396":9,"397":75,"40":338,"409":63,"41":87,"414":111,"415":109,"419":10,"42":104,"426":62,"43":61,"430":208,"431":2,"433":10,"44":66,"45":97,"46":505,"48":75,"49":91,"5":1908,"51":56,"52":60,"53":98,"56":31,"570":15,"6":250,"63":66,"7":1016,"79":45,"8":225,"80":31,"9":621,"all_client":150201,"all_tv_clinet":28877,"insert_time":"2014-08-19T14:10:25.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120859,"10":135,"107":835,"11":738,"12":215,"13":710,"14":251,"15":242,"155":134,"156":86,"158":120,"159":36,"16":392,"160":66,"161":251,"167":75,"168":5,"17":278,"18":1083,"19":363,"20":420,"209":91,"21":877,"210":38,"211":6,"214":75,"215":335,"221":406,"223":830,"224":326,"225":1206,"23":506,"24":3359,"25":1271,"257":154,"26":158,"268":11,"27":66,"273":103,"276":155,"279":49,"28":1955,"281":11,"282":134,"291":97,"292":145,"30":88,"302":26,"306":7,"31":106,"314":17,"317":1,"32":79,"33":89,"34":90,"347":20,"35":86,"352":1017,"36":270,"37":83,"38":841,"380":67,"381":202,"383":109,"389":1,"39":149,"391":64,"396":10,"397":76,"40":351,"409":66,"41":80,"414":115,"415":110,"419":8,"42":97,"426":51,"43":63,"430":208,"431":2,"433":12,"44":63,"45":88,"46":494,"48":77,"49":83,"5":1885,"51":59,"52":58,"53":103,"56":31,"570":14,"6":238,"63":67,"7":1009,"79":46,"8":226,"80":30,"9":589,"all_client":149479,"all_tv_clinet":28620,"insert_time":"2014-08-19T14:11:26.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120381,"10":126,"107":829,"11":763,"12":216,"13":703,"14":224,"15":237,"155":137,"156":87,"158":121,"159":33,"16":398,"160":66,"161":250,"167":78,"168":4,"17":274,"18":1109,"19":361,"20":410,"209":90,"21":863,"210":38,"211":7,"214":78,"215":336,"221":389,"223":852,"224":312,"225":1205,"23":517,"24":3348,"25":1262,"257":155,"26":155,"268":12,"27":66,"273":104,"276":150,"279":40,"28":1865,"281":10,"282":130,"291":99,"292":144,"30":94,"302":25,"306":7,"31":109,"314":17,"317":1,"32":72,"33":91,"34":97,"347":18,"35":86,"352":996,"36":251,"37":80,"38":840,"380":66,"381":192,"383":115,"389":1,"39":153,"391":62,"396":8,"397":85,"40":367,"409":61,"41":88,"414":120,"415":109,"419":7,"42":90,"426":47,"43":62,"430":202,"431":2,"433":13,"44":55,"45":77,"46":480,"48":79,"49":81,"5":1877,"51":61,"52":57,"53":102,"56":32,"570":13,"6":225,"63":57,"7":981,"79":45,"8":229,"80":31,"9":549,"all_client":148699,"all_tv_clinet":28318,"insert_time":"2014-08-19T14:12:27.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119935,"10":120,"107":823,"11":771,"12":218,"13":695,"14":205,"15":237,"155":140,"156":87,"158":124,"159":31,"16":399,"160":66,"161":244,"167":78,"168":4,"17":273,"18":1134,"19":370,"20":404,"209":88,"21":862,"210":39,"211":7,"214":83,"215":329,"221":400,"223":868,"224":302,"225":1229,"23":517,"24":3305,"25":1250,"257":151,"26":147,"268":11,"27":64,"273":100,"276":147,"279":42,"28":1801,"281":10,"282":132,"291":100,"292":142,"30":100,"302":24,"306":7,"31":110,"314":16,"317":1,"32":64,"33":96,"34":101,"347":21,"35":82,"352":987,"36":242,"37":84,"38":840,"380":66,"381":191,"383":112,"389":2,"39":156,"391":59,"396":8,"397":89,"40":376,"409":60,"41":91,"414":124,"415":101,"419":6,"42":84,"426":45,"43":55,"430":201,"431":2,"433":14,"44":55,"45":70,"46":456,"48":81,"49":72,"5":1851,"51":64,"52":59,"53":109,"56":33,"570":13,"6":215,"63":49,"7":972,"79":43,"8":231,"80":31,"9":531,"all_client":148036,"all_tv_clinet":28101,"insert_time":"2014-08-19T14:13:28.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119565,"10":121,"107":810,"11":792,"12":214,"13":690,"14":205,"15":242,"155":140,"156":85,"158":127,"159":35,"16":402,"160":61,"161":246,"167":79,"168":6,"17":293,"18":1151,"19":371,"20":409,"209":85,"21":871,"210":39,"211":7,"214":83,"215":332,"221":411,"223":866,"224":294,"225":1206,"23":514,"24":3216,"25":1242,"257":151,"26":137,"268":11,"27":64,"273":96,"276":144,"279":39,"28":1731,"281":9,"282":133,"291":100,"292":144,"30":104,"302":22,"306":7,"31":121,"314":14,"317":1,"32":65,"33":102,"34":104,"347":22,"35":80,"352":995,"36":239,"37":83,"38":855,"380":67,"381":190,"383":106,"389":2,"39":159,"391":54,"396":6,"397":94,"40":386,"409":58,"41":98,"414":126,"415":100,"419":6,"42":79,"426":42,"43":48,"430":205,"431":2,"433":15,"44":49,"45":70,"46":436,"48":81,"49":69,"5":1854,"51":64,"52":62,"53":114,"56":32,"570":13,"6":207,"63":46,"7":941,"79":42,"8":232,"80":32,"9":517,"all_client":147487,"all_tv_clinet":27922,"insert_time":"2014-08-19T14:14:29.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119138,"10":121,"107":796,"11":818,"12":221,"13":695,"14":217,"15":253,"155":141,"156":81,"158":126,"159":36,"16":401,"160":59,"161":254,"167":79,"168":6,"17":293,"18":1175,"19":377,"20":405,"209":80,"21":873,"210":44,"211":7,"214":84,"215":331,"221":413,"223":869,"224":292,"225":1201,"23":515,"24":3071,"25":1259,"257":149,"26":136,"268":11,"27":64,"273":91,"276":137,"279":38,"28":1694,"281":8,"282":134,"291":99,"292":143,"30":116,"302":23,"306":8,"31":120,"314":11,"32":65,"33":102,"34":115,"347":22,"35":80,"352":995,"36":236,"37":93,"38":856,"380":70,"381":187,"383":102,"389":1,"39":164,"391":53,"396":6,"397":94,"40":391,"409":58,"41":96,"414":133,"415":101,"419":5,"42":81,"426":35,"43":46,"430":193,"431":2,"433":16,"44":47,"45":70,"46":426,"48":81,"49":67,"5":1828,"51":59,"52":57,"53":120,"56":28,"570":14,"6":210,"63":47,"7":888,"79":43,"8":239,"80":33,"9":510,"all_client":146878,"all_tv_clinet":27740,"insert_time":"2014-08-19T14:15:30.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118734,"10":109,"107":794,"11":847,"12":227,"13":686,"14":219,"15":261,"155":136,"156":78,"158":128,"159":37,"16":390,"160":59,"161":254,"167":80,"168":8,"17":313,"18":1207,"19":374,"20":405,"209":79,"21":869,"210":46,"211":7,"214":85,"215":326,"221":420,"223":830,"224":281,"225":1212,"23":526,"24":2927,"25":1265,"257":147,"26":142,"268":11,"27":64,"273":87,"276":131,"279":40,"28":1654,"281":9,"282":132,"291":97,"292":135,"30":126,"302":20,"306":7,"31":117,"314":13,"32":64,"33":102,"34":119,"347":22,"35":79,"352":978,"36":231,"37":93,"38":852,"380":70,"381":190,"383":97,"39":167,"391":53,"396":6,"397":94,"40":400,"409":57,"41":93,"414":141,"415":98,"419":8,"42":81,"426":30,"43":47,"430":181,"431":2,"433":20,"44":51,"45":70,"46":414,"48":76,"49":62,"5":1794,"51":56,"52":57,"53":119,"56":26,"570":15,"6":220,"63":46,"7":834,"79":45,"8":253,"80":32,"9":513,"all_client":146209,"all_tv_clinet":27475,"insert_time":"2014-08-19T14:16:31.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118335,"10":101,"107":800,"11":868,"12":228,"13":687,"14":227,"15":265,"155":135,"156":79,"158":127,"159":35,"16":391,"160":59,"161":249,"167":81,"168":8,"17":322,"18":1213,"19":369,"20":397,"209":79,"21":855,"210":45,"211":7,"214":89,"215":334,"221":401,"223":794,"224":281,"225":1232,"23":521,"24":2842,"25":1272,"257":150,"26":148,"268":12,"27":64,"273":83,"276":125,"279":40,"28":1595,"281":9,"282":133,"291":92,"292":141,"30":133,"302":19,"306":9,"31":121,"314":11,"317":2,"32":65,"33":104,"34":122,"347":20,"35":81,"352":990,"36":235,"37":93,"38":847,"380":71,"381":176,"383":106,"39":171,"391":57,"396":4,"397":88,"40":411,"409":51,"41":97,"414":150,"415":100,"419":10,"42":79,"426":28,"43":47,"430":166,"431":2,"433":17,"44":51,"45":68,"46":402,"48":72,"49":57,"5":1744,"51":55,"52":59,"53":119,"56":27,"570":17,"6":218,"63":46,"7":787,"79":44,"8":260,"80":33,"9":509,"all_client":145571,"all_tv_clinet":27236,"insert_time":"2014-08-19T14:17:33.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117845,"10":95,"107":801,"11":866,"12":234,"13":678,"14":231,"15":272,"155":133,"156":81,"158":127,"159":36,"16":380,"160":57,"161":251,"167":77,"168":9,"17":327,"18":1206,"19":378,"20":395,"209":75,"21":838,"210":48,"211":9,"214":89,"215":342,"221":431,"223":761,"224":275,"225":1238,"23":520,"24":2756,"25":1272,"257":150,"26":154,"268":12,"27":61,"273":83,"276":123,"279":39,"28":1524,"281":9,"282":136,"291":85,"292":142,"30":135,"302":18,"306":9,"31":128,"314":10,"317":2,"32":62,"33":99,"34":134,"347":21,"35":85,"352":1002,"36":224,"37":91,"38":850,"380":71,"381":172,"383":115,"389":1,"39":179,"391":61,"396":4,"397":86,"40":423,"409":48,"41":92,"414":160,"415":95,"419":12,"42":81,"426":23,"43":47,"430":155,"431":2,"433":18,"44":52,"45":75,"46":380,"48":69,"49":57,"5":1700,"51":60,"52":60,"53":122,"56":25,"570":16,"6":216,"63":43,"7":748,"79":44,"8":267,"80":29,"9":510,"all_client":144839,"all_tv_clinet":26994,"insert_time":"2014-08-19T14:18:34.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117421,"10":92,"107":797,"11":868,"12":251,"13":676,"14":237,"15":277,"155":134,"156":76,"158":129,"159":36,"16":381,"160":56,"161":244,"167":74,"168":9,"17":327,"18":1225,"19":392,"20":390,"209":72,"21":838,"210":51,"211":8,"214":89,"215":337,"221":438,"223":729,"224":270,"225":1249,"23":510,"24":2695,"25":1275,"257":145,"26":160,"268":13,"27":54,"273":84,"276":123,"279":33,"28":1454,"281":10,"282":137,"291":81,"292":138,"30":139,"302":18,"306":10,"31":135,"314":8,"317":2,"32":57,"33":104,"34":132,"347":19,"35":87,"352":1003,"36":223,"37":91,"38":861,"380":72,"381":174,"383":117,"389":1,"39":181,"391":66,"396":7,"397":84,"40":421,"409":46,"41":103,"414":162,"415":100,"419":10,"42":79,"426":22,"43":48,"430":142,"431":2,"433":17,"44":47,"45":73,"46":346,"48":75,"49":53,"5":1662,"51":55,"52":62,"53":119,"56":25,"570":16,"6":207,"63":43,"7":746,"79":45,"8":261,"80":29,"9":508,"all_client":144200,"all_tv_clinet":26779,"insert_time":"2014-08-19T14:19:35.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116891,"10":87,"107":790,"11":873,"12":248,"13":683,"14":250,"15":278,"155":134,"156":72,"158":127,"159":38,"16":383,"160":59,"161":245,"167":73,"168":8,"17":322,"18":1236,"19":396,"20":381,"209":70,"21":825,"210":53,"211":8,"214":90,"215":341,"221":440,"223":717,"224":266,"225":1267,"23":503,"24":2611,"25":1286,"257":147,"26":170,"268":12,"27":52,"273":90,"276":127,"279":31,"28":1395,"281":12,"282":138,"291":74,"292":130,"30":148,"302":17,"306":10,"31":137,"314":7,"317":1,"32":45,"33":106,"34":136,"347":15,"35":86,"352":999,"36":220,"37":90,"38":868,"380":70,"381":174,"383":120,"389":1,"39":189,"391":67,"396":8,"397":91,"40":418,"409":47,"41":108,"414":162,"415":99,"419":9,"42":79,"426":21,"43":46,"430":137,"431":2,"433":17,"44":49,"45":66,"46":334,"48":75,"49":56,"5":1639,"51":53,"52":61,"53":128,"56":25,"570":14,"6":207,"63":41,"7":718,"79":42,"8":267,"80":31,"9":496,"all_client":143481,"all_tv_clinet":26590,"insert_time":"2014-08-19T14:20:37.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116437,"10":87,"107":788,"11":894,"12":230,"13":672,"14":256,"15":274,"155":131,"156":71,"158":121,"159":39,"16":380,"160":56,"161":224,"167":73,"168":8,"17":320,"18":1249,"19":408,"20":368,"209":71,"21":822,"210":55,"211":7,"214":89,"215":336,"221":464,"223":707,"224":261,"225":1256,"23":483,"24":2554,"25":1297,"257":145,"26":180,"268":12,"27":55,"273":99,"276":127,"279":32,"28":1346,"281":12,"282":139,"291":69,"292":115,"30":153,"302":17,"306":12,"31":135,"314":7,"317":1,"32":51,"33":108,"34":135,"347":12,"35":87,"352":976,"36":216,"37":90,"38":881,"380":70,"381":166,"383":118,"389":1,"39":202,"391":74,"396":9,"397":85,"40":420,"409":48,"41":115,"414":163,"415":99,"419":9,"42":75,"426":22,"43":43,"430":135,"431":2,"433":16,"44":45,"45":59,"46":317,"48":76,"49":55,"5":1612,"51":56,"52":58,"53":126,"56":25,"570":11,"6":190,"63":45,"7":688,"79":40,"8":279,"80":35,"9":479,"all_client":142768,"all_tv_clinet":26331,"insert_time":"2014-08-19T14:21:38.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116023,"10":85,"107":780,"11":894,"12":208,"13":674,"14":249,"15":270,"155":125,"156":67,"158":116,"159":46,"16":402,"160":55,"161":222,"167":72,"168":9,"17":306,"18":1259,"19":413,"20":369,"209":76,"21":818,"210":59,"211":7,"214":89,"215":338,"221":483,"223":697,"224":258,"225":1256,"23":469,"24":2477,"25":1319,"257":141,"26":183,"268":11,"27":51,"273":101,"276":124,"279":35,"28":1317,"281":9,"282":135,"291":66,"292":116,"30":165,"302":18,"306":12,"31":136,"314":5,"317":1,"32":52,"33":107,"34":133,"347":11,"35":87,"352":981,"36":218,"37":87,"38":874,"380":72,"381":164,"383":113,"389":1,"39":196,"391":85,"396":7,"397":82,"40":420,"409":51,"41":115,"414":167,"415":100,"419":10,"42":77,"426":22,"43":43,"430":129,"431":2,"433":13,"44":44,"45":54,"46":308,"48":79,"49":54,"5":1606,"51":57,"52":60,"53":126,"56":23,"570":10,"6":180,"63":44,"7":653,"79":41,"8":279,"80":36,"9":462,"all_client":142151,"all_tv_clinet":26128,"insert_time":"2014-08-19T14:22:39.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115552,"10":82,"107":792,"11":894,"12":207,"13":668,"14":250,"15":276,"155":115,"156":65,"158":113,"159":50,"16":403,"160":56,"161":213,"167":71,"168":8,"17":302,"18":1255,"19":430,"20":370,"209":79,"21":827,"210":59,"211":7,"214":90,"215":327,"221":489,"223":672,"224":246,"225":1225,"23":462,"24":2378,"25":1325,"257":141,"26":194,"268":10,"27":48,"273":96,"276":125,"279":32,"28":1274,"281":9,"282":126,"291":66,"292":115,"30":169,"302":17,"306":11,"31":140,"314":5,"317":1,"32":52,"33":108,"34":125,"347":10,"35":85,"352":988,"36":224,"37":84,"38":868,"380":73,"381":162,"383":116,"389":1,"39":188,"391":98,"396":7,"397":72,"40":426,"409":52,"41":115,"414":169,"415":98,"419":8,"42":83,"426":22,"43":44,"430":127,"431":3,"433":13,"44":47,"45":58,"46":294,"48":72,"49":50,"5":1615,"51":54,"52":59,"53":118,"56":24,"570":13,"6":171,"63":47,"7":641,"79":44,"8":294,"80":35,"9":451,"all_client":141445,"all_tv_clinet":25893,"insert_time":"2014-08-19T14:23:40.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115030,"10":84,"107":795,"11":889,"12":215,"13":664,"14":256,"15":275,"155":105,"156":63,"158":103,"159":57,"16":404,"160":56,"161":223,"167":72,"168":10,"17":286,"18":1275,"19":440,"20":362,"209":78,"21":819,"210":58,"211":7,"214":91,"215":327,"221":474,"223":665,"224":232,"225":1208,"23":460,"24":2237,"25":1317,"257":142,"26":205,"268":10,"27":46,"273":93,"276":122,"279":32,"28":1236,"281":8,"282":114,"291":63,"292":114,"30":178,"302":17,"306":9,"31":136,"314":5,"317":1,"32":47,"33":100,"34":122,"347":10,"35":85,"352":997,"36":226,"37":81,"38":875,"380":73,"381":156,"383":125,"39":183,"391":97,"396":7,"397":75,"40":431,"409":51,"41":118,"414":163,"415":97,"419":10,"42":84,"426":24,"43":48,"430":128,"431":3,"433":13,"44":47,"45":57,"46":304,"48":73,"49":49,"5":1616,"51":51,"52":63,"53":113,"56":23,"570":12,"6":168,"63":45,"7":611,"79":45,"8":296,"80":35,"9":446,"all_client":140651,"all_tv_clinet":25621,"insert_time":"2014-08-19T14:24:41.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114583,"10":81,"107":786,"11":884,"12":206,"13":651,"14":261,"15":272,"155":97,"156":59,"158":96,"159":60,"16":418,"160":66,"161":235,"167":67,"168":10,"17":277,"18":1295,"19":444,"20":362,"209":72,"21":818,"210":55,"211":7,"214":91,"215":324,"221":473,"223":662,"224":209,"225":1190,"23":463,"24":2120,"25":1330,"257":145,"26":206,"268":9,"27":46,"273":97,"276":121,"279":31,"28":1222,"281":8,"282":107,"291":61,"292":120,"30":189,"302":15,"306":9,"31":129,"314":5,"317":1,"32":46,"33":102,"34":121,"347":12,"35":80,"352":1004,"36":229,"37":82,"38":866,"380":76,"381":150,"383":131,"39":176,"391":94,"396":7,"397":79,"40":422,"409":55,"41":114,"414":159,"415":100,"419":11,"42":78,"426":25,"43":47,"430":126,"431":3,"433":13,"44":52,"45":60,"46":299,"48":75,"49":48,"5":1600,"51":44,"52":67,"53":112,"56":24,"570":13,"6":164,"63":45,"7":570,"79":44,"8":301,"80":32,"9":432,"all_client":139935,"all_tv_clinet":25352,"insert_time":"2014-08-19T14:25:43.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114142,"10":81,"107":784,"11":885,"12":206,"13":651,"14":247,"15":274,"155":93,"156":58,"158":89,"159":61,"16":429,"160":68,"161":237,"167":66,"168":10,"17":273,"18":1295,"19":451,"20":355,"209":69,"21":822,"210":59,"211":7,"214":93,"215":332,"221":480,"223":638,"224":195,"225":1155,"23":467,"24":2032,"25":1337,"257":143,"26":205,"268":8,"27":48,"273":101,"276":112,"279":27,"28":1202,"281":10,"282":93,"291":56,"292":127,"30":197,"302":14,"306":11,"31":129,"314":7,"317":1,"32":47,"33":99,"34":120,"347":12,"35":81,"352":1001,"36":225,"37":89,"38":853,"380":76,"381":143,"383":135,"39":181,"391":89,"396":4,"397":82,"40":424,"409":56,"41":113,"414":157,"415":102,"419":11,"42":72,"426":24,"43":50,"430":126,"431":3,"433":12,"44":51,"45":61,"46":304,"48":79,"49":43,"5":1596,"51":41,"52":68,"53":106,"56":22,"570":13,"6":161,"63":50,"7":546,"79":42,"8":301,"80":32,"9":431,"all_client":139266,"all_tv_clinet":25124,"insert_time":"2014-08-19T14:26:44.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113755,"10":80,"107":772,"11":885,"12":208,"13":652,"14":224,"15":281,"155":88,"156":58,"158":85,"159":62,"16":438,"160":68,"161":241,"167":66,"168":10,"17":276,"18":1248,"19":461,"20":356,"209":70,"21":808,"210":60,"211":7,"214":93,"215":335,"221":474,"223":621,"224":190,"225":1133,"23":470,"24":1993,"25":1350,"257":145,"26":203,"268":8,"27":45,"273":98,"276":110,"279":29,"28":1180,"281":11,"282":90,"291":44,"292":124,"30":203,"302":10,"306":12,"31":136,"314":6,"317":1,"32":44,"33":99,"34":120,"347":13,"35":82,"352":993,"36":221,"37":86,"38":845,"380":77,"381":146,"383":129,"39":187,"391":88,"396":5,"397":83,"40":421,"409":50,"41":109,"414":147,"415":107,"419":8,"42":73,"426":31,"43":52,"430":128,"431":3,"433":11,"44":50,"45":58,"46":309,"48":76,"49":50,"5":1607,"51":40,"52":69,"53":107,"56":21,"570":15,"6":158,"63":52,"7":521,"79":43,"8":304,"80":32,"9":430,"all_client":138673,"all_tv_clinet":24918,"insert_time":"2014-08-19T14:27:45.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113351,"10":83,"107":763,"11":906,"12":210,"13":659,"14":199,"15":276,"155":83,"156":57,"158":84,"159":61,"16":448,"160":68,"161":242,"167":63,"168":8,"17":280,"18":1201,"19":472,"20":357,"209":72,"21":793,"210":61,"211":7,"214":92,"215":335,"221":469,"223":604,"224":185,"225":1116,"23":471,"24":1947,"25":1357,"257":146,"26":201,"268":7,"27":46,"273":86,"276":103,"279":29,"28":1156,"281":12,"282":90,"291":41,"292":129,"30":202,"302":10,"306":12,"31":132,"314":5,"32":45,"33":91,"34":124,"347":10,"35":78,"352":975,"36":216,"37":92,"38":839,"380":77,"381":145,"383":124,"39":182,"391":83,"396":7,"397":81,"40":421,"409":47,"41":102,"414":135,"415":107,"419":7,"42":70,"426":45,"43":47,"430":134,"431":3,"433":11,"44":46,"45":60,"46":309,"48":71,"49":44,"5":1618,"51":45,"52":69,"53":117,"56":21,"570":19,"6":159,"63":54,"7":493,"79":38,"8":307,"80":33,"9":432,"all_client":138020,"all_tv_clinet":24669,"insert_time":"2014-08-19T14:28:46.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112995,"10":80,"107":764,"11":923,"12":212,"13":657,"14":191,"15":269,"155":79,"156":57,"158":85,"159":53,"16":457,"160":67,"161":249,"167":62,"168":7,"17":277,"18":1154,"19":481,"20":354,"209":71,"21":797,"210":63,"211":7,"214":93,"215":328,"221":463,"223":592,"224":183,"225":1079,"23":469,"24":1919,"25":1370,"257":148,"26":208,"268":7,"27":47,"273":84,"276":100,"279":28,"28":1134,"281":11,"282":91,"291":37,"292":127,"30":200,"302":11,"306":11,"31":121,"314":6,"32":45,"33":91,"34":126,"347":12,"35":79,"352":966,"36":206,"37":94,"38":818,"380":77,"381":143,"383":121,"39":186,"391":80,"396":7,"397":89,"40":422,"409":48,"41":99,"414":117,"415":106,"419":7,"42":73,"426":60,"43":44,"430":131,"431":3,"433":11,"44":47,"45":57,"46":315,"48":69,"49":44,"5":1593,"51":41,"52":76,"53":114,"56":21,"570":20,"6":156,"63":51,"7":469,"79":39,"8":308,"80":33,"9":445,"all_client":137437,"all_tv_clinet":24442,"insert_time":"2014-08-19T14:29:47.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112561,"10":80,"107":766,"11":931,"12":195,"13":645,"14":178,"15":265,"155":74,"156":55,"158":82,"159":48,"16":471,"160":65,"161":248,"167":60,"168":5,"17":275,"18":1123,"19":486,"20":357,"209":72,"21":788,"210":64,"211":9,"214":96,"215":320,"221":473,"223":576,"224":173,"225":1061,"23":462,"24":1906,"25":1376,"257":151,"26":218,"268":9,"27":42,"273":81,"276":95,"279":25,"28":1111,"281":10,"282":89,"291":36,"292":125,"30":197,"302":10,"306":11,"31":111,"314":6,"32":46,"33":93,"34":129,"347":14,"35":81,"352":958,"36":197,"37":96,"38":814,"380":75,"381":145,"383":123,"39":191,"391":75,"396":6,"397":93,"40":429,"409":48,"41":97,"414":114,"415":105,"419":10,"42":71,"426":68,"43":41,"430":135,"431":3,"433":12,"44":47,"45":58,"46":319,"48":70,"49":46,"5":1537,"51":49,"52":79,"53":103,"56":20,"570":18,"6":145,"63":51,"7":450,"79":38,"8":315,"80":33,"9":460,"all_client":136780,"all_tv_clinet":24219,"insert_time":"2014-08-19T14:30:48.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112160,"10":81,"107":770,"11":956,"12":176,"13":637,"14":166,"15":276,"155":70,"156":52,"158":78,"159":33,"16":475,"160":64,"161":247,"167":59,"168":6,"17":262,"18":1088,"19":496,"20":352,"209":73,"21":778,"210":61,"211":9,"214":97,"215":311,"221":447,"223":562,"224":168,"225":1071,"23":481,"24":1885,"25":1374,"257":155,"26":232,"268":9,"27":43,"273":73,"276":96,"279":25,"28":1086,"281":10,"282":88,"291":33,"292":126,"30":197,"302":10,"306":12,"31":117,"314":7,"32":48,"33":92,"34":134,"347":14,"35":81,"352":960,"36":187,"37":98,"38":804,"380":73,"381":142,"383":120,"39":195,"391":74,"396":5,"397":97,"40":433,"409":48,"41":93,"414":108,"415":102,"419":11,"42":65,"426":76,"43":40,"430":139,"431":3,"433":9,"44":46,"45":54,"46":324,"48":71,"49":49,"5":1468,"51":51,"52":80,"53":96,"56":18,"570":16,"6":140,"63":51,"7":443,"79":38,"8":317,"80":31,"9":483,"all_client":136167,"all_tv_clinet":24007,"insert_time":"2014-08-19T14:31:49.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111611,"10":80,"107":747,"11":979,"12":157,"13":615,"14":161,"15":281,"155":60,"156":54,"158":76,"159":31,"16":478,"160":64,"161":245,"167":57,"168":6,"17":250,"18":1082,"19":504,"20":339,"209":69,"21":773,"210":61,"211":9,"214":96,"215":309,"221":433,"223":554,"224":165,"225":1060,"23":488,"24":1886,"25":1360,"257":151,"26":230,"268":10,"27":42,"273":72,"276":86,"279":33,"28":1069,"281":12,"282":86,"291":30,"292":122,"30":204,"302":11,"306":13,"31":117,"314":11,"32":50,"33":90,"34":137,"347":11,"35":83,"352":982,"36":186,"37":96,"38":801,"380":70,"381":138,"383":116,"39":194,"391":76,"396":5,"397":109,"40":436,"409":47,"41":93,"414":104,"415":109,"419":13,"42":56,"426":82,"43":39,"430":141,"431":3,"433":9,"44":44,"45":51,"46":326,"48":72,"49":49,"5":1402,"51":48,"52":74,"53":90,"56":18,"570":11,"6":141,"63":50,"7":450,"79":40,"8":320,"80":31,"9":500,"all_client":135432,"all_tv_clinet":23821,"insert_time":"2014-08-19T14:32:50.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111063,"10":80,"107":741,"11":994,"12":148,"13":596,"14":163,"15":289,"155":56,"156":57,"158":74,"159":28,"16":480,"160":70,"161":237,"167":55,"168":6,"17":238,"18":1073,"19":514,"20":319,"209":65,"21":768,"210":61,"211":7,"214":97,"215":311,"221":426,"223":539,"224":159,"225":1053,"23":500,"24":1858,"25":1358,"257":140,"26":239,"268":8,"27":45,"273":71,"276":79,"279":35,"28":1067,"281":12,"282":81,"291":31,"292":116,"30":212,"302":11,"306":13,"31":119,"314":10,"32":52,"33":90,"34":136,"347":12,"35":82,"352":1005,"36":192,"37":95,"38":795,"380":70,"381":140,"383":123,"39":198,"391":85,"396":3,"397":102,"40":420,"409":52,"41":93,"414":91,"415":115,"419":14,"42":54,"426":92,"43":37,"430":141,"431":3,"433":6,"44":41,"45":50,"46":329,"48":72,"49":49,"5":1350,"51":46,"52":71,"53":85,"56":20,"570":13,"6":139,"63":53,"7":444,"79":36,"8":323,"80":29,"9":489,"all_client":134709,"all_tv_clinet":23646,"insert_time":"2014-08-19T14:33:51.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110466,"10":76,"107":741,"11":1007,"12":131,"13":582,"14":178,"15":284,"155":48,"156":57,"158":76,"159":24,"16":480,"160":74,"161":227,"167":54,"168":6,"17":225,"18":1091,"19":536,"20":293,"209":69,"21":775,"210":63,"211":8,"214":93,"215":325,"221":420,"223":516,"224":161,"225":1058,"23":492,"24":1848,"25":1348,"257":135,"26":241,"268":7,"27":43,"273":74,"276":78,"279":32,"28":1060,"281":12,"282":79,"291":27,"292":108,"30":208,"302":12,"306":14,"31":124,"314":11,"32":53,"33":89,"34":133,"347":13,"35":80,"352":1017,"36":192,"37":95,"38":790,"380":72,"381":133,"383":132,"39":199,"391":93,"396":5,"397":102,"40":405,"409":53,"41":96,"414":85,"415":122,"419":13,"42":53,"426":94,"43":38,"430":137,"431":3,"433":9,"44":39,"45":44,"46":339,"48":69,"49":47,"5":1296,"51":45,"52":68,"53":84,"56":19,"570":15,"6":131,"63":55,"7":437,"79":38,"8":317,"80":28,"9":476,"all_client":133950,"all_tv_clinet":23484,"insert_time":"2014-08-19T14:34:52.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109955,"10":71,"107":749,"11":1011,"12":127,"13":575,"14":178,"15":283,"155":51,"156":58,"158":76,"159":19,"16":492,"160":77,"161":207,"167":49,"168":8,"17":217,"18":1087,"19":547,"20":286,"209":69,"21":770,"210":65,"211":7,"214":93,"215":318,"221":421,"223":510,"224":159,"225":1056,"23":500,"24":1826,"25":1338,"257":135,"26":249,"268":6,"27":41,"273":76,"276":79,"279":31,"28":1055,"281":12,"282":78,"291":25,"292":104,"30":212,"302":13,"306":14,"31":130,"314":10,"32":57,"33":90,"34":130,"347":13,"35":72,"352":1017,"36":190,"37":88,"38":786,"380":76,"381":129,"383":133,"39":203,"391":109,"396":4,"397":91,"40":396,"409":58,"41":83,"414":85,"415":120,"419":13,"42":57,"426":94,"43":40,"430":134,"431":4,"433":10,"44":38,"45":45,"46":341,"48":68,"49":47,"5":1253,"51":47,"52":69,"53":78,"56":19,"570":27,"6":130,"63":58,"7":434,"79":36,"8":316,"80":24,"9":470,"all_client":133307,"all_tv_clinet":23352,"insert_time":"2014-08-19T14:35:53.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109463,"10":76,"107":746,"11":1006,"12":117,"13":574,"14":176,"15":294,"155":49,"156":57,"158":74,"159":20,"16":504,"160":74,"161":202,"167":48,"168":8,"17":203,"18":1098,"19":536,"20":285,"209":67,"21":780,"210":68,"211":7,"214":93,"215":334,"221":414,"223":491,"224":159,"225":1065,"23":495,"24":1797,"25":1348,"257":133,"26":241,"268":6,"27":46,"273":74,"276":75,"279":29,"28":1032,"281":12,"282":78,"291":26,"292":96,"30":213,"302":15,"306":12,"31":130,"314":10,"32":56,"33":87,"34":120,"347":12,"35":68,"352":1003,"36":193,"37":83,"38":793,"380":75,"381":124,"383":138,"39":195,"391":116,"396":6,"397":87,"40":392,"409":56,"41":82,"414":88,"415":118,"419":13,"42":55,"426":94,"43":35,"430":134,"431":4,"433":10,"44":35,"45":44,"46":342,"48":67,"49":48,"5":1214,"51":42,"52":66,"53":70,"56":17,"570":32,"6":138,"63":57,"7":433,"79":37,"8":307,"80":23,"9":459,"all_client":132624,"all_tv_clinet":23161,"insert_time":"2014-08-19T14:36:54.278Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108966,"10":78,"107":738,"11":1014,"12":115,"13":561,"14":172,"15":280,"155":46,"156":57,"158":76,"159":18,"16":496,"160":67,"161":196,"167":46,"168":8,"17":191,"18":1096,"19":529,"20":289,"209":74,"21":773,"210":66,"211":6,"214":94,"215":343,"221":414,"223":488,"224":150,"225":1030,"23":492,"24":1799,"25":1338,"257":134,"26":231,"268":6,"27":43,"273":73,"276":72,"279":31,"28":1034,"281":14,"282":77,"291":27,"292":97,"30":217,"302":14,"306":14,"31":128,"314":8,"32":58,"33":90,"34":116,"347":10,"35":63,"352":990,"36":202,"37":85,"38":807,"380":76,"381":128,"383":141,"39":189,"391":126,"396":4,"397":75,"40":396,"409":52,"41":81,"414":101,"415":118,"419":11,"42":55,"426":81,"43":37,"430":134,"431":4,"433":11,"44":33,"45":45,"46":341,"48":68,"49":46,"5":1185,"51":41,"52":68,"53":71,"56":17,"570":38,"6":149,"63":61,"7":429,"79":34,"8":301,"80":23,"9":445,"all_client":131962,"all_tv_clinet":22996,"insert_time":"2014-08-19T14:37:55.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108380,"10":79,"107":741,"11":1017,"12":111,"13":536,"14":169,"15":266,"155":44,"156":57,"158":75,"159":20,"16":493,"160":66,"161":184,"167":45,"168":9,"17":181,"18":1105,"19":508,"20":293,"209":69,"21":780,"210":61,"211":5,"214":91,"215":343,"221":413,"223":498,"224":145,"225":1014,"23":509,"24":1790,"25":1318,"257":135,"26":236,"268":8,"27":42,"273":69,"276":68,"279":35,"28":1027,"281":14,"282":77,"291":26,"292":98,"30":215,"302":13,"306":12,"31":136,"314":8,"32":54,"33":88,"34":113,"347":10,"35":62,"352":968,"36":210,"37":85,"38":821,"380":78,"381":118,"383":146,"39":194,"391":129,"396":4,"397":75,"40":397,"409":54,"41":88,"414":102,"415":111,"419":9,"42":50,"426":76,"43":38,"430":137,"431":4,"433":11,"44":31,"45":45,"46":347,"48":67,"49":45,"5":1159,"51":43,"52":68,"53":72,"56":20,"570":39,"6":155,"63":62,"7":426,"79":33,"8":292,"80":22,"9":431,"all_client":131223,"all_tv_clinet":22843,"insert_time":"2014-08-19T14:38:56.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107874,"10":73,"107":745,"11":1016,"12":110,"13":514,"14":175,"15":243,"155":44,"156":59,"158":75,"159":17,"16":476,"160":66,"161":181,"167":44,"168":9,"17":172,"18":1114,"19":492,"20":299,"209":65,"21":792,"210":61,"211":2,"214":93,"215":346,"221":415,"223":514,"224":134,"225":976,"23":514,"24":1789,"25":1266,"257":137,"26":237,"268":9,"27":37,"273":71,"276":68,"279":38,"28":1026,"281":16,"282":77,"291":25,"292":101,"30":216,"302":10,"306":12,"31":137,"314":10,"32":53,"33":89,"34":114,"347":10,"35":60,"352":938,"36":213,"37":84,"38":828,"380":76,"381":118,"383":144,"39":192,"391":131,"396":6,"397":77,"40":400,"409":52,"41":89,"414":106,"415":112,"419":7,"42":46,"426":74,"43":44,"430":140,"431":4,"433":12,"44":31,"45":45,"46":356,"48":67,"49":44,"5":1133,"51":46,"52":65,"53":71,"56":19,"570":40,"6":161,"63":62,"7":431,"79":32,"8":292,"80":22,"9":429,"all_client":130557,"all_tv_clinet":22683,"insert_time":"2014-08-19T14:39:56.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107431,"10":70,"107":733,"11":1018,"12":108,"13":496,"14":174,"15":228,"155":44,"156":60,"158":74,"159":17,"16":440,"160":64,"161":186,"167":44,"168":9,"17":164,"18":1135,"19":489,"20":303,"209":63,"21":782,"210":55,"211":2,"214":98,"215":353,"221":414,"223":538,"224":123,"225":943,"23":517,"24":1765,"25":1221,"257":134,"26":236,"268":12,"27":43,"273":80,"276":66,"279":36,"28":1022,"281":15,"282":79,"291":24,"292":96,"30":223,"302":9,"306":13,"31":127,"314":11,"32":51,"33":84,"34":114,"347":10,"35":59,"352":912,"36":212,"37":81,"38":795,"380":77,"381":123,"383":149,"39":191,"391":129,"396":5,"397":84,"40":400,"409":51,"41":94,"414":107,"415":117,"419":8,"42":47,"426":73,"43":47,"430":142,"431":3,"433":10,"44":31,"45":41,"46":365,"48":68,"49":45,"5":1110,"51":42,"52":71,"53":72,"56":20,"570":33,"6":159,"63":59,"7":433,"79":34,"8":292,"80":21,"9":423,"all_client":129881,"all_tv_clinet":22450,"insert_time":"2014-08-19T14:40:57.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106836,"10":66,"107":726,"11":1014,"12":105,"13":486,"14":170,"15":212,"155":39,"156":59,"158":73,"159":16,"16":409,"160":61,"161":191,"167":43,"168":9,"17":157,"18":1146,"19":477,"20":301,"209":58,"21":766,"210":45,"211":2,"214":97,"215":342,"221":393,"223":551,"224":122,"225":919,"23":519,"24":1773,"25":1176,"257":140,"26":245,"268":14,"27":49,"273":81,"276":65,"279":34,"28":1032,"281":18,"282":78,"291":25,"292":93,"30":227,"302":9,"306":13,"31":115,"314":11,"32":50,"33":84,"34":113,"347":10,"35":62,"352":888,"36":216,"37":78,"38":782,"380":76,"381":121,"383":149,"39":179,"391":139,"396":6,"397":88,"40":400,"409":51,"41":93,"414":105,"415":121,"419":9,"42":51,"426":72,"43":52,"430":138,"431":2,"433":8,"44":33,"45":41,"46":362,"48":65,"49":49,"5":1116,"51":36,"52":73,"53":69,"56":22,"570":26,"6":165,"63":61,"7":441,"79":38,"8":298,"80":22,"9":415,"all_client":129083,"all_tv_clinet":22247,"insert_time":"2014-08-19T14:41:58.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106289,"10":68,"107":717,"11":1015,"12":99,"13":488,"14":163,"15":187,"155":39,"156":59,"158":74,"159":18,"16":384,"160":60,"161":198,"167":42,"168":10,"17":151,"18":1157,"19":464,"20":292,"209":60,"21":760,"210":48,"211":2,"214":98,"215":352,"221":373,"223":552,"224":123,"225":913,"23":513,"24":1763,"25":1146,"257":139,"26":250,"268":15,"27":50,"273":79,"276":62,"279":31,"28":1030,"281":17,"282":81,"291":24,"292":89,"30":230,"302":10,"306":15,"31":110,"314":8,"32":51,"33":93,"34":112,"347":12,"35":59,"352":899,"36":217,"37":80,"38":744,"380":75,"381":119,"383":148,"39":179,"391":142,"396":4,"397":80,"40":397,"409":52,"41":90,"414":93,"415":118,"419":9,"42":58,"426":65,"43":60,"430":137,"431":2,"433":8,"44":32,"45":42,"46":352,"48":64,"49":51,"5":1128,"51":37,"52":74,"53":74,"56":21,"570":22,"6":169,"63":60,"7":442,"79":40,"8":296,"80":23,"9":406,"all_client":128353,"all_tv_clinet":22064,"insert_time":"2014-08-19T14:42:59.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105644,"10":66,"107":694,"11":1029,"12":101,"13":481,"14":154,"15":169,"155":39,"156":62,"158":75,"159":15,"16":367,"160":53,"161":202,"167":44,"168":10,"17":150,"18":1153,"19":449,"20":290,"209":57,"21":768,"210":47,"211":2,"214":99,"215":349,"221":373,"223":567,"224":131,"225":898,"23":506,"24":1765,"25":1123,"257":136,"26":250,"268":12,"27":54,"273":76,"276":61,"279":32,"28":1028,"281":17,"282":87,"291":22,"292":88,"30":233,"302":11,"306":15,"31":115,"314":7,"32":51,"33":97,"34":111,"347":13,"35":56,"352":908,"36":211,"37":79,"38":738,"380":74,"381":119,"383":145,"39":172,"391":142,"396":4,"397":82,"40":371,"409":52,"41":85,"414":85,"415":116,"419":8,"42":62,"426":64,"43":62,"430":137,"431":2,"433":9,"44":34,"45":45,"46":346,"48":57,"49":53,"5":1120,"51":38,"52":73,"53":80,"56":20,"570":19,"6":170,"63":59,"7":440,"79":38,"8":287,"80":26,"9":390,"all_client":127526,"all_tv_clinet":21882,"insert_time":"2014-08-19T14:44:00.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105096,"10":68,"107":682,"11":1044,"12":99,"13":467,"14":149,"15":154,"155":40,"156":63,"158":75,"159":17,"16":358,"160":50,"161":210,"167":44,"168":10,"17":140,"18":1182,"19":422,"20":303,"209":51,"21":758,"210":47,"211":2,"214":99,"215":355,"221":378,"223":578,"224":138,"225":899,"23":499,"24":1740,"25":1108,"257":131,"26":240,"268":12,"27":58,"273":73,"276":61,"279":32,"28":1022,"281":16,"282":88,"291":21,"292":90,"30":237,"302":10,"306":16,"31":110,"314":6,"32":48,"33":98,"34":110,"347":14,"35":56,"352":903,"36":208,"37":85,"38":722,"380":68,"381":126,"383":146,"39":172,"391":144,"396":4,"397":83,"40":329,"409":50,"41":80,"414":77,"415":118,"419":9,"42":69,"426":59,"43":60,"430":134,"431":2,"433":9,"44":30,"45":45,"46":362,"48":60,"49":62,"5":1122,"51":42,"52":81,"53":80,"56":20,"570":16,"6":169,"63":60,"7":435,"79":37,"8":270,"80":22,"9":362,"all_client":126806,"all_tv_clinet":21710,"insert_time":"2014-08-19T14:45:01.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104485,"10":66,"107":680,"11":1035,"12":93,"13":462,"14":158,"15":143,"155":42,"156":64,"158":75,"159":16,"16":336,"160":47,"161":204,"167":43,"168":9,"17":135,"18":1164,"19":390,"20":307,"209":50,"21":761,"210":44,"211":2,"214":97,"215":359,"221":382,"223":593,"224":133,"225":898,"23":514,"24":1738,"25":1106,"257":130,"26":238,"268":10,"27":64,"273":74,"276":62,"279":35,"28":1007,"281":14,"282":90,"291":21,"292":90,"30":241,"302":10,"306":16,"31":111,"314":6,"32":46,"33":90,"34":110,"347":15,"35":58,"352":905,"36":201,"37":84,"38":710,"380":60,"381":136,"383":140,"39":179,"391":148,"396":5,"397":86,"40":299,"409":48,"41":79,"414":77,"415":121,"419":9,"42":71,"426":52,"43":56,"430":136,"431":2,"433":9,"44":29,"45":48,"46":372,"48":56,"49":66,"5":1153,"51":44,"52":81,"53":80,"56":21,"570":17,"6":169,"63":60,"7":438,"79":37,"8":254,"80":24,"9":339,"all_client":126070,"all_tv_clinet":21585,"insert_time":"2014-08-19T14:46:02.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103919,"10":62,"107":678,"11":1026,"12":86,"13":448,"14":158,"15":140,"155":39,"156":63,"158":76,"159":16,"16":337,"160":47,"161":197,"167":40,"168":8,"17":136,"18":1166,"19":360,"20":306,"209":50,"21":763,"210":44,"211":2,"214":95,"215":365,"221":394,"223":605,"224":126,"225":892,"23":513,"24":1723,"25":1099,"257":133,"26":230,"268":12,"27":64,"273":71,"276":61,"279":37,"28":991,"281":14,"282":93,"291":19,"292":87,"30":240,"302":11,"306":16,"31":100,"314":6,"32":47,"33":91,"34":115,"347":14,"35":60,"352":895,"36":198,"37":90,"38":698,"380":55,"381":135,"383":136,"39":186,"391":148,"396":6,"397":85,"40":276,"409":44,"41":78,"414":81,"415":124,"419":9,"42":66,"426":40,"43":57,"430":129,"431":2,"433":8,"434":1,"44":31,"45":50,"46":377,"48":49,"49":80,"5":1158,"51":43,"52":81,"53":74,"56":18,"570":18,"6":183,"63":62,"7":440,"79":38,"8":244,"80":21,"9":318,"all_client":125323,"all_tv_clinet":21404,"insert_time":"2014-08-19T14:47:03.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103393,"10":62,"107":663,"11":1019,"12":78,"13":450,"14":161,"15":143,"155":40,"156":59,"158":77,"159":16,"16":342,"160":46,"161":193,"167":39,"168":8,"17":135,"18":1158,"19":334,"20":302,"209":44,"21":761,"210":42,"211":2,"214":93,"215":370,"221":409,"223":622,"224":118,"225":909,"23":498,"24":1704,"25":1088,"257":128,"26":225,"268":12,"27":61,"273":77,"276":61,"279":37,"28":969,"281":15,"282":94,"291":20,"292":78,"30":241,"302":12,"306":16,"31":93,"314":5,"32":46,"33":91,"34":117,"347":14,"35":61,"352":898,"36":194,"37":89,"38":690,"380":53,"381":134,"383":133,"39":193,"391":151,"396":6,"397":84,"40":269,"409":42,"41":77,"414":82,"415":129,"419":9,"42":64,"426":36,"43":57,"430":128,"431":2,"433":8,"434":1,"44":35,"45":56,"46":378,"48":46,"49":88,"5":1175,"51":41,"52":83,"53":74,"56":15,"570":18,"6":183,"63":63,"7":435,"79":39,"8":228,"80":22,"9":300,"all_client":124659,"all_tv_clinet":21266,"insert_time":"2014-08-19T14:48:04.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102837,"10":58,"107":639,"11":1005,"12":72,"13":451,"14":156,"15":143,"155":39,"156":59,"158":76,"159":15,"16":345,"160":42,"161":189,"167":40,"168":8,"17":131,"18":1167,"19":307,"20":303,"209":44,"21":760,"210":41,"211":3,"214":93,"215":374,"221":399,"223":636,"224":120,"225":916,"23":491,"24":1666,"25":1111,"257":130,"26":219,"268":12,"27":60,"273":75,"276":61,"279":38,"28":929,"281":14,"282":98,"291":20,"292":78,"30":244,"302":12,"306":15,"31":90,"314":6,"32":51,"33":97,"34":121,"347":11,"35":63,"352":889,"36":196,"37":97,"38":677,"380":52,"381":133,"383":131,"39":201,"391":148,"396":6,"397":84,"40":251,"409":42,"41":76,"414":83,"415":121,"419":9,"42":60,"426":30,"43":58,"430":123,"431":1,"433":8,"434":1,"44":35,"45":60,"46":376,"48":48,"49":96,"5":1164,"51":38,"52":84,"53":73,"56":15,"570":18,"6":194,"63":63,"7":434,"79":42,"8":219,"80":24,"9":291,"all_client":123931,"all_tv_clinet":21094,"insert_time":"2014-08-19T14:49:05.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102253,"10":61,"107":642,"11":952,"12":76,"13":458,"14":160,"15":144,"155":40,"156":58,"158":75,"159":14,"16":344,"160":41,"161":182,"167":42,"168":8,"17":125,"18":1161,"19":286,"20":308,"209":41,"21":749,"210":43,"211":3,"214":95,"215":383,"221":385,"223":652,"224":125,"225":914,"23":490,"24":1611,"25":1110,"257":122,"26":215,"268":12,"27":59,"273":78,"276":59,"279":36,"28":922,"281":13,"282":98,"291":21,"292":77,"30":251,"302":12,"306":16,"31":87,"314":5,"32":49,"33":98,"34":111,"347":12,"35":61,"352":886,"36":197,"37":90,"38":662,"380":50,"381":131,"383":131,"39":210,"391":152,"396":6,"397":79,"40":242,"409":40,"41":69,"414":76,"415":121,"419":7,"42":61,"426":29,"43":59,"430":124,"431":1,"433":7,"44":36,"45":60,"46":368,"48":48,"49":100,"5":1158,"51":41,"52":87,"53":75,"56":17,"570":20,"6":196,"63":65,"7":427,"79":40,"8":208,"80":24,"9":286,"all_client":123131,"all_tv_clinet":20878,"insert_time":"2014-08-19T14:50:05.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101696,"10":58,"107":641,"11":874,"12":86,"13":462,"14":156,"15":151,"155":38,"156":57,"158":74,"159":12,"16":345,"160":39,"161":177,"167":42,"168":7,"17":124,"18":1180,"19":273,"20":297,"209":40,"21":736,"210":44,"211":4,"214":95,"215":383,"221":390,"223":671,"224":119,"225":884,"23":479,"24":1568,"25":1128,"257":126,"26":222,"268":11,"27":57,"273":76,"276":60,"279":39,"28":898,"281":13,"282":98,"291":18,"292":76,"30":252,"302":11,"306":18,"31":87,"314":4,"32":51,"33":93,"34":110,"347":13,"35":58,"352":883,"36":199,"37":88,"38":648,"380":50,"381":133,"383":130,"39":210,"391":153,"396":5,"397":73,"40":223,"409":39,"41":68,"414":75,"415":122,"419":6,"42":65,"426":24,"43":58,"430":118,"431":1,"433":7,"44":33,"45":56,"46":378,"48":48,"49":103,"5":1168,"51":40,"52":89,"53":72,"56":19,"570":18,"6":200,"63":63,"7":423,"79":38,"8":210,"80":24,"9":291,"all_client":122372,"all_tv_clinet":20676,"insert_time":"2014-08-19T14:51:06.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101192,"10":62,"107":639,"11":820,"12":89,"13":459,"14":161,"15":148,"155":43,"156":58,"158":71,"159":13,"16":356,"160":37,"161":176,"167":39,"168":7,"17":121,"18":1185,"19":277,"20":287,"209":35,"21":720,"210":46,"211":4,"214":98,"215":386,"221":393,"223":667,"224":123,"225":860,"23":468,"24":1537,"25":1127,"257":124,"26":220,"268":11,"27":64,"273":75,"276":62,"279":43,"28":895,"281":13,"282":90,"291":18,"292":74,"30":250,"302":10,"306":20,"31":83,"314":5,"32":46,"33":95,"34":100,"347":13,"35":57,"352":869,"36":207,"37":84,"38":651,"380":47,"381":131,"383":131,"39":210,"391":154,"396":3,"397":72,"40":217,"409":36,"41":65,"414":69,"415":115,"419":6,"42":67,"426":17,"43":64,"430":120,"431":1,"433":7,"44":32,"45":51,"46":383,"48":42,"49":109,"5":1161,"51":40,"52":91,"53":75,"56":20,"570":15,"6":195,"63":60,"7":429,"79":35,"8":213,"80":26,"9":283,"all_client":121675,"all_tv_clinet":20483,"insert_time":"2014-08-19T14:52:08.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100689,"10":62,"107":621,"11":787,"12":97,"13":449,"14":174,"15":147,"155":44,"156":56,"158":73,"159":13,"16":351,"160":35,"161":180,"167":37,"168":7,"17":117,"18":1198,"19":271,"20":267,"209":36,"21":701,"210":44,"211":4,"214":100,"215":391,"221":389,"223":624,"224":121,"225":839,"23":464,"24":1512,"25":1135,"257":129,"26":205,"268":11,"27":67,"273":70,"276":61,"279":43,"28":894,"281":12,"282":86,"291":17,"292":76,"30":249,"302":10,"306":21,"31":86,"314":6,"32":44,"33":95,"34":96,"347":12,"35":58,"352":843,"36":205,"37":73,"38":665,"380":49,"381":125,"383":131,"39":208,"391":163,"396":3,"397":53,"40":204,"409":36,"41":58,"414":60,"415":114,"419":6,"42":67,"426":9,"43":60,"430":113,"431":1,"433":7,"44":29,"45":47,"46":396,"48":41,"49":112,"5":1173,"51":40,"52":92,"53":74,"56":21,"570":9,"6":197,"63":63,"7":425,"79":34,"8":211,"80":27,"9":284,"all_client":120911,"all_tv_clinet":20222,"insert_time":"2014-08-19T14:53:09.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100068,"10":59,"107":607,"11":764,"12":100,"13":432,"14":181,"15":161,"155":44,"156":58,"158":73,"159":12,"16":352,"160":33,"161":174,"167":38,"168":5,"17":110,"18":1208,"19":272,"20":264,"209":38,"21":677,"210":40,"211":4,"214":99,"215":399,"221":384,"223":607,"224":116,"225":845,"23":454,"24":1496,"25":1138,"257":122,"26":187,"268":11,"27":74,"273":72,"276":61,"279":44,"28":900,"281":14,"282":85,"291":17,"292":74,"30":248,"302":10,"306":21,"31":82,"314":6,"32":44,"33":97,"34":100,"347":12,"35":53,"352":826,"36":196,"37":67,"38":678,"380":50,"381":123,"383":128,"39":198,"391":167,"396":2,"397":43,"40":186,"409":33,"41":54,"414":58,"415":113,"419":7,"42":70,"426":7,"43":63,"430":111,"431":1,"433":8,"44":32,"45":44,"46":404,"48":45,"49":112,"5":1180,"51":43,"52":87,"53":72,"56":24,"570":8,"6":202,"63":68,"7":430,"79":33,"8":208,"80":29,"9":270,"all_client":120126,"all_tv_clinet":20058,"insert_time":"2014-08-19T14:54:09.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99414,"10":57,"107":611,"11":748,"12":113,"13":421,"14":175,"15":173,"155":40,"156":58,"158":76,"159":11,"16":358,"160":30,"161":175,"167":38,"168":4,"17":114,"18":1223,"19":264,"20":258,"209":40,"21":662,"210":40,"211":4,"214":97,"215":403,"221":379,"223":590,"224":116,"225":839,"23":448,"24":1494,"25":1089,"257":128,"26":184,"268":14,"27":80,"273":77,"276":63,"279":41,"28":905,"281":16,"282":84,"291":18,"292":72,"30":246,"302":10,"306":21,"31":78,"314":4,"32":41,"33":96,"34":101,"347":11,"35":55,"352":818,"36":193,"37":59,"38":680,"380":49,"381":114,"383":118,"39":186,"391":162,"396":4,"397":40,"40":162,"409":33,"41":55,"414":54,"415":113,"419":7,"42":68,"426":5,"43":61,"430":104,"431":1,"433":7,"44":30,"45":43,"46":408,"48":47,"49":110,"5":1192,"51":43,"52":82,"53":73,"56":23,"570":8,"6":206,"63":67,"7":425,"79":33,"8":204,"80":29,"9":252,"all_client":119275,"all_tv_clinet":19861,"insert_time":"2014-08-19T14:55:10.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98842,"10":54,"107":601,"11":761,"12":106,"13":419,"14":167,"15":181,"155":40,"156":55,"158":79,"159":13,"16":371,"160":32,"161":170,"167":39,"168":5,"17":109,"18":1199,"19":261,"20":255,"209":39,"21":626,"210":40,"211":4,"214":97,"215":402,"221":388,"223":594,"224":113,"225":858,"23":438,"24":1482,"25":1057,"257":125,"26":181,"268":13,"27":87,"273":76,"276":62,"279":44,"28":911,"281":17,"282":84,"291":18,"292":74,"30":231,"302":10,"306":19,"31":78,"314":3,"32":41,"33":97,"34":110,"347":11,"35":54,"352":806,"36":184,"37":60,"38":670,"380":55,"381":111,"383":110,"389":1,"39":180,"391":153,"396":4,"397":49,"40":146,"409":31,"41":56,"414":52,"415":114,"419":7,"42":65,"426":3,"43":63,"430":97,"431":1,"433":7,"44":25,"45":46,"46":416,"48":44,"49":111,"5":1197,"51":42,"52":70,"53":75,"56":24,"570":10,"6":210,"63":55,"7":425,"79":35,"8":198,"80":30,"9":256,"all_client":118537,"all_tv_clinet":19695,"insert_time":"2014-08-19T14:56:11.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98196,"10":53,"107":602,"11":769,"12":102,"13":410,"14":159,"15":199,"155":42,"156":58,"158":78,"159":15,"16":372,"160":32,"161":174,"167":39,"168":6,"17":107,"18":1152,"19":258,"20":258,"209":42,"21":615,"210":36,"211":4,"214":96,"215":406,"221":380,"223":596,"224":112,"225":862,"23":451,"24":1473,"25":1025,"257":119,"26":180,"268":9,"27":93,"273":78,"276":62,"279":46,"28":921,"281":17,"282":85,"291":18,"292":75,"30":217,"302":12,"306":20,"31":76,"314":4,"32":38,"33":94,"34":111,"347":10,"35":54,"352":788,"36":173,"37":61,"38":666,"380":56,"381":109,"383":105,"389":1,"39":170,"391":146,"396":4,"397":46,"40":138,"409":33,"41":59,"414":51,"415":108,"419":6,"42":49,"426":2,"43":69,"430":93,"431":1,"433":5,"44":25,"45":44,"46":420,"48":42,"49":116,"5":1218,"51":43,"52":63,"53":75,"56":25,"570":13,"6":215,"63":51,"7":417,"79":35,"8":200,"80":31,"9":258,"all_client":117748,"all_tv_clinet":19552,"insert_time":"2014-08-19T14:57:12.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97607,"10":47,"107":596,"11":781,"12":93,"13":401,"14":145,"15":215,"155":45,"156":57,"158":79,"159":15,"16":390,"160":33,"161":184,"167":41,"168":7,"17":104,"18":1104,"19":253,"20":264,"209":42,"21":601,"210":35,"211":4,"214":98,"215":402,"221":367,"223":594,"224":114,"225":866,"23":444,"24":1459,"25":997,"257":114,"26":169,"268":9,"27":92,"273":73,"276":60,"279":45,"28":920,"281":17,"282":93,"291":17,"292":77,"30":209,"302":11,"306":18,"31":74,"314":4,"32":39,"33":96,"34":123,"347":10,"35":50,"352":776,"36":171,"37":60,"38":664,"380":57,"381":111,"383":97,"389":1,"39":164,"391":136,"396":3,"397":40,"40":129,"409":32,"41":57,"414":50,"415":104,"419":8,"42":43,"426":2,"43":74,"430":96,"431":1,"433":5,"44":27,"45":40,"46":425,"48":41,"49":122,"5":1231,"51":40,"52":59,"53":76,"56":28,"570":15,"6":212,"63":56,"7":420,"79":33,"8":199,"80":32,"9":261,"all_client":117002,"all_tv_clinet":19395,"insert_time":"2014-08-19T14:58:13.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97025,"10":47,"107":591,"11":795,"12":89,"13":402,"14":136,"15":228,"155":47,"156":56,"158":81,"159":15,"16":394,"160":34,"161":179,"167":42,"168":7,"17":103,"18":1055,"19":253,"20":265,"209":37,"21":574,"210":35,"211":4,"214":98,"215":396,"221":346,"223":609,"224":118,"225":837,"23":434,"24":1451,"25":976,"257":109,"26":163,"268":10,"27":93,"273":70,"276":61,"279":42,"28":906,"281":17,"282":95,"291":17,"292":76,"30":200,"302":11,"306":18,"31":71,"314":4,"32":38,"33":96,"34":131,"347":12,"35":49,"352":782,"36":172,"37":59,"38":674,"380":59,"381":112,"383":93,"39":161,"391":126,"396":3,"397":38,"40":124,"409":32,"41":58,"414":53,"415":95,"419":8,"42":43,"426":4,"43":78,"430":101,"431":1,"433":4,"44":27,"45":35,"46":431,"48":42,"49":123,"5":1239,"51":37,"52":58,"53":76,"56":27,"570":12,"6":214,"63":54,"7":421,"79":33,"8":195,"80":32,"9":246,"all_client":116230,"all_tv_clinet":19205,"insert_time":"2014-08-19T14:59:13.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96440,"10":45,"107":583,"11":811,"12":87,"13":414,"14":133,"15":229,"155":45,"156":57,"158":83,"159":15,"16":405,"160":37,"161":183,"167":45,"168":6,"17":103,"18":1023,"19":251,"20":262,"209":35,"21":568,"210":32,"211":4,"214":100,"215":400,"221":339,"223":614,"224":118,"225":822,"23":422,"24":1443,"25":960,"257":102,"26":154,"268":11,"27":89,"273":64,"276":59,"279":39,"28":905,"281":17,"282":94,"291":16,"292":79,"30":190,"302":9,"306":19,"31":70,"314":5,"32":32,"33":96,"34":140,"347":12,"35":49,"352":776,"36":167,"37":60,"38":648,"380":60,"381":114,"383":97,"39":156,"391":112,"396":3,"397":47,"40":121,"409":24,"41":58,"414":51,"415":92,"419":9,"42":43,"426":5,"43":78,"430":101,"431":1,"433":5,"44":26,"45":30,"46":430,"48":40,"49":125,"5":1254,"51":33,"52":55,"53":75,"56":27,"570":11,"6":208,"63":45,"7":433,"79":36,"8":196,"80":31,"9":228,"all_client":115476,"all_tv_clinet":19036,"insert_time":"2014-08-19T15:00:14.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95839,"10":44,"107":580,"11":812,"12":81,"13":423,"14":128,"15":242,"155":46,"156":57,"158":86,"159":15,"16":406,"160":36,"161":178,"167":46,"168":6,"17":103,"18":984,"19":255,"20":260,"209":37,"21":543,"210":28,"211":3,"214":100,"215":408,"221":337,"223":602,"224":112,"225":827,"23":422,"24":1422,"25":950,"257":100,"26":144,"268":9,"27":89,"273":60,"276":58,"279":42,"28":887,"281":17,"282":93,"291":16,"292":75,"30":186,"302":9,"306":19,"31":70,"314":4,"32":30,"33":93,"34":141,"347":12,"35":50,"352":770,"36":169,"37":58,"38":635,"380":61,"381":110,"383":96,"39":144,"391":107,"396":4,"397":52,"40":121,"409":24,"41":59,"414":55,"415":98,"419":10,"42":43,"426":7,"43":77,"430":98,"431":1,"433":4,"44":31,"45":29,"46":427,"48":39,"49":125,"5":1255,"51":28,"52":51,"53":71,"56":25,"570":9,"6":213,"63":40,"7":428,"79":36,"8":207,"80":30,"9":219,"all_client":114688,"all_tv_clinet":18849,"insert_time":"2014-08-19T15:01:15.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95230,"10":41,"107":576,"11":807,"12":81,"13":406,"14":126,"15":241,"155":48,"156":59,"158":83,"159":15,"16":406,"160":36,"161":185,"167":48,"168":6,"17":102,"18":957,"19":259,"20":262,"209":33,"21":519,"210":28,"211":4,"214":96,"215":414,"221":333,"223":606,"224":109,"225":838,"23":424,"24":1396,"25":963,"257":94,"26":142,"268":9,"27":90,"273":58,"276":51,"279":41,"28":875,"281":17,"282":92,"291":15,"292":70,"30":182,"302":9,"306":18,"31":66,"314":5,"32":26,"33":100,"34":138,"347":12,"35":50,"352":745,"36":162,"37":58,"38":626,"380":60,"381":119,"383":94,"39":138,"391":103,"396":3,"397":46,"40":121,"409":24,"41":59,"414":59,"415":97,"419":12,"42":43,"426":7,"43":76,"430":98,"431":1,"433":5,"44":31,"45":27,"46":415,"48":43,"49":122,"5":1251,"51":32,"52":54,"53":66,"56":22,"570":9,"6":206,"63":38,"7":434,"79":38,"8":215,"80":28,"9":217,"all_client":113901,"all_tv_clinet":18671,"insert_time":"2014-08-19T15:02:16.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94598,"10":40,"107":573,"11":794,"12":76,"13":409,"14":127,"15":245,"155":51,"156":56,"158":86,"159":14,"16":412,"160":35,"161":188,"167":51,"168":6,"17":100,"18":923,"19":263,"20":253,"209":34,"21":498,"210":28,"211":4,"214":94,"215":414,"221":329,"223":593,"224":104,"225":847,"23":419,"24":1350,"25":976,"257":96,"26":137,"268":9,"27":89,"273":55,"276":47,"279":41,"28":852,"281":18,"282":91,"291":18,"292":68,"30":176,"302":10,"306":17,"31":65,"314":5,"32":25,"33":99,"34":137,"347":12,"35":54,"352":739,"36":165,"37":56,"38":645,"380":61,"381":123,"383":87,"39":135,"391":97,"396":4,"397":44,"40":121,"409":21,"41":54,"414":57,"415":96,"419":11,"42":42,"426":8,"43":74,"430":99,"431":1,"433":6,"44":30,"45":26,"46":408,"48":42,"49":123,"5":1248,"51":36,"52":58,"53":63,"56":20,"570":12,"6":206,"63":34,"7":406,"79":35,"8":216,"80":27,"9":239,"all_client":113086,"all_tv_clinet":18488,"insert_time":"2014-08-19T15:03:17.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93932,"10":39,"107":555,"11":797,"12":78,"13":401,"14":125,"15":231,"155":52,"156":58,"158":83,"159":13,"16":407,"160":33,"161":178,"167":51,"168":5,"17":103,"18":897,"19":265,"20":245,"209":38,"21":493,"210":27,"211":5,"214":92,"215":413,"221":322,"223":587,"224":97,"225":854,"23":397,"24":1325,"25":986,"257":99,"26":148,"268":10,"27":87,"273":57,"276":48,"279":41,"28":818,"281":22,"282":94,"291":18,"292":69,"30":164,"302":10,"306":16,"31":74,"314":6,"32":23,"33":96,"34":136,"347":14,"35":50,"352":741,"36":167,"37":53,"38":646,"380":64,"381":120,"383":80,"39":126,"391":93,"396":4,"397":42,"40":117,"409":19,"41":50,"414":56,"415":96,"419":8,"42":44,"426":9,"43":78,"430":99,"431":1,"433":6,"44":29,"45":25,"46":396,"48":43,"49":121,"5":1265,"51":34,"52":59,"53":64,"56":19,"570":14,"6":209,"63":34,"7":398,"79":35,"8":217,"80":28,"9":246,"all_client":112239,"all_tv_clinet":18307,"insert_time":"2014-08-19T15:04:17.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93292,"10":40,"107":557,"11":798,"12":79,"13":398,"14":123,"15":219,"155":50,"156":59,"158":82,"159":12,"16":399,"160":32,"161":169,"167":51,"168":5,"17":113,"18":870,"19":272,"20":241,"209":39,"21":497,"210":24,"211":6,"214":92,"215":416,"221":304,"223":592,"224":91,"225":910,"23":386,"24":1293,"25":993,"257":99,"26":159,"268":9,"27":80,"273":55,"276":45,"279":42,"28":795,"281":22,"282":95,"291":17,"292":75,"30":146,"302":9,"306":15,"31":71,"314":6,"32":28,"33":90,"34":144,"347":12,"35":52,"352":738,"36":173,"37":48,"38":645,"380":63,"381":110,"383":77,"39":122,"391":88,"396":4,"397":38,"40":119,"409":18,"41":49,"414":58,"415":94,"419":7,"42":45,"426":9,"43":78,"430":99,"431":1,"433":5,"44":29,"45":26,"46":371,"48":44,"49":119,"5":1259,"51":36,"52":60,"53":60,"56":16,"570":14,"6":205,"63":35,"7":373,"79":36,"8":216,"80":28,"9":257,"all_client":111442,"all_tv_clinet":18150,"insert_time":"2014-08-19T15:05:18.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92629,"10":39,"107":535,"11":808,"12":81,"13":400,"14":122,"15":209,"155":46,"156":54,"158":80,"159":9,"16":395,"160":29,"161":164,"167":50,"168":5,"17":115,"18":852,"19":272,"20":245,"209":41,"21":491,"210":22,"211":7,"214":93,"215":404,"221":300,"223":587,"224":92,"225":930,"23":364,"24":1256,"25":995,"257":89,"26":163,"268":8,"27":77,"273":58,"276":45,"279":42,"28":776,"281":22,"282":94,"291":17,"292":75,"30":136,"302":9,"306":15,"31":70,"314":5,"32":30,"33":91,"34":144,"347":13,"35":54,"352":734,"36":171,"37":48,"38":649,"380":63,"381":108,"383":76,"39":116,"391":86,"396":4,"397":41,"40":119,"409":18,"41":51,"414":54,"415":93,"419":7,"42":42,"426":14,"43":83,"430":98,"431":1,"433":5,"44":28,"45":28,"46":349,"48":42,"49":125,"5":1253,"51":36,"52":59,"53":61,"56":14,"570":13,"6":210,"63":33,"7":374,"79":38,"8":215,"80":29,"9":258,"all_client":110600,"all_tv_clinet":17971,"insert_time":"2014-08-19T15:06:19.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92041,"10":41,"107":537,"11":813,"12":76,"13":403,"14":116,"15":198,"155":43,"156":53,"158":84,"159":7,"16":394,"160":27,"161":154,"167":51,"168":5,"17":107,"18":810,"19":273,"20":250,"209":42,"21":496,"210":22,"211":8,"214":93,"215":401,"221":286,"223":582,"224":91,"225":939,"23":353,"24":1214,"25":997,"257":88,"26":171,"268":8,"27":72,"273":56,"276":44,"279":43,"28":758,"281":21,"282":96,"291":17,"292":76,"30":123,"302":9,"306":13,"31":68,"314":5,"32":29,"33":91,"34":144,"347":11,"35":58,"352":729,"36":168,"37":49,"38":655,"380":64,"381":106,"383":67,"39":110,"391":84,"396":4,"397":40,"40":118,"409":17,"41":55,"414":55,"415":94,"419":6,"42":47,"426":16,"43":83,"430":96,"431":1,"433":6,"44":30,"45":28,"46":321,"48":43,"49":126,"5":1259,"51":38,"52":58,"53":56,"56":13,"570":11,"6":209,"63":33,"7":361,"79":39,"8":219,"80":30,"9":270,"all_client":109822,"all_tv_clinet":17781,"insert_time":"2014-08-19T15:07:20.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91435,"10":40,"107":539,"11":816,"12":70,"13":400,"14":111,"15":195,"155":40,"156":53,"158":83,"159":5,"16":399,"160":25,"161":156,"167":51,"168":5,"17":103,"18":803,"19":272,"20":250,"209":41,"21":497,"210":23,"211":8,"214":93,"215":396,"221":287,"223":574,"224":84,"225":947,"23":354,"24":1191,"25":997,"257":86,"26":181,"268":7,"27":71,"273":54,"276":40,"279":46,"28":743,"281":20,"282":96,"291":16,"292":78,"30":116,"302":9,"306":13,"31":70,"314":6,"32":27,"33":83,"34":137,"347":10,"35":60,"352":724,"36":163,"37":48,"38":651,"380":65,"381":102,"383":65,"39":113,"391":80,"396":4,"397":40,"40":113,"409":16,"41":55,"414":56,"415":97,"419":7,"42":48,"426":17,"43":84,"430":94,"431":1,"433":6,"44":26,"45":28,"46":300,"48":46,"49":121,"5":1266,"51":34,"52":55,"53":52,"56":13,"570":11,"6":213,"63":35,"7":353,"79":38,"8":216,"80":27,"9":265,"all_client":109060,"all_tv_clinet":17625,"insert_time":"2014-08-19T15:08:20.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90848,"10":37,"107":546,"11":819,"12":60,"13":391,"14":111,"15":196,"155":41,"156":55,"158":84,"159":4,"16":397,"160":24,"161":151,"167":51,"168":5,"17":98,"18":804,"19":274,"20":241,"209":41,"21":497,"210":21,"211":9,"214":94,"215":399,"221":285,"223":562,"224":83,"225":939,"23":350,"24":1157,"25":983,"257":89,"26":184,"268":7,"27":69,"273":55,"276":34,"279":46,"28":740,"281":19,"282":91,"291":16,"292":79,"30":112,"302":8,"306":13,"31":70,"314":5,"32":28,"33":82,"34":133,"347":9,"35":60,"352":709,"36":165,"37":50,"38":644,"380":67,"381":95,"383":64,"39":105,"391":63,"396":4,"397":40,"40":114,"409":14,"41":59,"414":59,"415":98,"419":7,"42":52,"426":15,"43":87,"430":92,"431":1,"433":6,"44":27,"45":25,"46":285,"48":46,"49":117,"5":1261,"51":31,"52":51,"53":54,"56":13,"570":10,"6":202,"63":36,"7":351,"79":38,"8":213,"80":28,"9":275,"all_client":108279,"all_tv_clinet":17431,"insert_time":"2014-08-19T15:09:22.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90236,"10":39,"107":562,"11":823,"12":53,"13":391,"14":104,"15":193,"155":41,"156":54,"158":83,"159":3,"16":395,"160":25,"161":142,"167":49,"168":4,"17":91,"18":797,"19":277,"20":242,"209":41,"21":486,"210":21,"211":11,"214":96,"215":410,"221":293,"223":517,"224":82,"225":946,"23":339,"24":1126,"25":975,"257":86,"26":183,"268":7,"27":68,"273":54,"276":31,"279":45,"28":751,"281":20,"282":82,"291":17,"292":80,"30":107,"302":8,"306":12,"31":73,"314":4,"32":30,"33":83,"34":126,"347":11,"35":60,"352":696,"36":157,"37":46,"38":642,"380":66,"381":95,"383":68,"39":102,"391":58,"396":4,"397":39,"40":115,"409":12,"41":56,"414":63,"415":99,"419":7,"42":51,"426":12,"43":88,"430":90,"431":1,"433":7,"44":25,"45":23,"46":281,"48":46,"49":120,"5":1260,"51":28,"52":50,"53":53,"56":14,"570":7,"6":183,"63":37,"7":339,"79":36,"8":213,"80":27,"9":291,"all_client":107492,"all_tv_clinet":17256,"insert_time":"2014-08-19T15:10:22.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89538,"10":42,"107":559,"11":819,"12":48,"13":384,"14":99,"15":197,"155":40,"156":51,"158":85,"159":5,"16":407,"160":23,"161":139,"167":50,"168":4,"17":84,"18":791,"19":275,"20":243,"209":42,"21":489,"210":19,"211":11,"214":91,"215":414,"221":297,"223":500,"224":81,"225":928,"23":345,"24":1132,"25":974,"257":91,"26":172,"268":7,"27":66,"273":52,"276":31,"279":44,"28":752,"281":20,"282":77,"291":17,"292":81,"30":103,"302":8,"306":12,"31":77,"314":3,"32":29,"33":79,"34":111,"347":10,"35":60,"352":701,"36":152,"37":47,"38":646,"380":66,"381":97,"383":69,"39":100,"391":54,"396":4,"397":35,"40":113,"409":12,"41":55,"414":66,"415":98,"419":6,"42":51,"426":10,"43":89,"430":85,"431":1,"433":7,"44":25,"45":22,"46":273,"48":50,"49":122,"5":1262,"51":27,"52":53,"53":51,"56":14,"570":8,"6":168,"63":36,"7":334,"79":34,"8":214,"80":26,"9":297,"all_client":106688,"all_tv_clinet":17150,"insert_time":"2014-08-19T15:11:23.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88816,"10":45,"107":585,"11":824,"12":45,"13":374,"14":90,"15":203,"155":41,"156":44,"158":87,"159":6,"16":410,"160":21,"161":131,"167":51,"168":6,"17":83,"18":774,"19":269,"20":241,"209":42,"21":483,"210":20,"211":13,"214":86,"215":425,"221":275,"223":497,"224":82,"225":920,"23":346,"24":1143,"25":948,"257":94,"26":170,"268":6,"27":67,"273":51,"276":32,"279":43,"28":744,"281":21,"282":80,"291":15,"292":80,"30":89,"302":7,"306":9,"31":75,"314":4,"32":31,"33":75,"34":99,"347":12,"35":59,"352":692,"36":149,"37":48,"38":641,"380":65,"381":95,"383":68,"39":96,"391":58,"396":5,"397":35,"40":115,"409":12,"41":56,"414":66,"415":97,"419":7,"42":54,"426":10,"43":88,"430":85,"431":1,"433":7,"44":22,"45":20,"46":268,"48":54,"49":124,"5":1260,"51":28,"52":55,"53":50,"56":14,"570":6,"6":153,"63":36,"7":328,"79":30,"8":211,"80":27,"9":301,"all_client":105826,"all_tv_clinet":17010,"insert_time":"2014-08-19T15:12:24.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88231,"10":47,"107":584,"11":824,"12":40,"13":366,"14":91,"15":200,"155":40,"156":45,"158":86,"159":6,"16":411,"160":21,"161":129,"167":50,"168":6,"17":79,"18":771,"19":263,"20":241,"209":40,"21":484,"210":19,"211":14,"214":80,"215":422,"221":266,"223":488,"224":81,"225":925,"23":342,"24":1132,"25":917,"257":93,"26":169,"268":4,"27":61,"273":50,"276":27,"279":41,"28":724,"281":19,"282":71,"291":14,"292":80,"30":77,"302":7,"306":10,"31":74,"314":5,"32":32,"33":71,"34":93,"347":13,"35":55,"352":692,"36":150,"37":47,"38":610,"380":66,"381":96,"383":68,"39":98,"391":56,"396":4,"397":35,"40":115,"409":12,"41":58,"414":71,"415":95,"419":7,"42":60,"426":7,"43":88,"430":87,"431":1,"433":6,"44":18,"45":20,"46":264,"48":52,"49":128,"5":1261,"51":27,"52":59,"53":49,"56":9,"570":7,"6":148,"63":34,"7":320,"79":29,"8":217,"80":26,"9":296,"all_client":105024,"all_tv_clinet":16793,"insert_time":"2014-08-19T15:13:24.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87634,"10":42,"107":587,"11":839,"12":37,"13":359,"14":90,"15":186,"155":39,"156":43,"158":81,"159":5,"16":415,"160":24,"161":127,"167":48,"168":7,"17":75,"18":767,"19":255,"20":244,"209":41,"21":498,"210":19,"211":16,"214":74,"215":419,"221":255,"223":484,"224":83,"225":908,"23":337,"24":1127,"25":855,"257":94,"26":173,"268":4,"27":64,"273":49,"276":27,"279":38,"28":716,"281":19,"282":71,"291":13,"292":75,"30":72,"302":7,"306":11,"31":84,"314":5,"32":31,"33":72,"34":88,"347":14,"35":52,"352":680,"36":145,"37":50,"38":592,"380":67,"381":92,"383":66,"39":100,"391":53,"396":5,"397":37,"40":113,"409":13,"41":54,"414":73,"415":89,"419":6,"42":62,"426":9,"43":83,"430":85,"431":1,"433":5,"44":17,"45":22,"46":263,"48":48,"49":131,"5":1274,"51":26,"52":58,"53":45,"56":10,"570":5,"6":138,"63":34,"7":314,"79":28,"8":223,"80":26,"9":296,"all_client":104237,"all_tv_clinet":16603,"insert_time":"2014-08-19T15:14:25.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87060,"10":45,"107":557,"11":838,"12":35,"13":352,"14":88,"15":176,"155":36,"156":39,"158":76,"159":4,"16":412,"160":26,"161":120,"167":46,"168":7,"17":77,"18":762,"19":250,"20":237,"209":42,"21":497,"210":17,"211":16,"214":75,"215":410,"221":262,"223":480,"224":80,"225":916,"23":340,"24":1117,"25":818,"257":92,"26":171,"268":4,"27":60,"273":51,"276":26,"279":38,"28":711,"281":19,"282":73,"291":12,"292":75,"30":66,"302":7,"306":10,"31":88,"314":4,"32":29,"33":66,"34":84,"347":14,"35":41,"352":666,"36":142,"37":48,"38":594,"380":67,"381":90,"383":68,"39":105,"391":49,"396":4,"397":39,"40":110,"409":14,"41":54,"414":76,"415":83,"419":6,"42":64,"426":7,"43":81,"430":83,"431":1,"433":5,"44":19,"45":22,"46":251,"48":50,"49":131,"5":1277,"51":26,"52":52,"53":43,"56":11,"570":5,"6":134,"63":32,"7":318,"79":29,"8":225,"80":27,"9":288,"all_client":103450,"all_tv_clinet":16390,"insert_time":"2014-08-19T15:15:26.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86411,"10":46,"107":553,"11":830,"12":39,"13":347,"14":88,"15":171,"155":35,"156":44,"158":66,"159":5,"16":412,"160":26,"161":125,"167":43,"168":8,"17":75,"18":762,"19":248,"20":239,"209":40,"21":486,"210":18,"211":16,"214":79,"215":403,"221":257,"223":485,"224":85,"225":927,"23":339,"24":1102,"25":794,"257":92,"26":163,"268":4,"27":56,"273":50,"276":26,"279":40,"28":709,"281":19,"282":70,"291":11,"292":71,"30":60,"302":8,"306":11,"31":86,"314":3,"32":27,"33":63,"34":82,"347":18,"35":41,"352":641,"36":137,"37":48,"38":586,"380":67,"381":88,"383":62,"389":1,"39":102,"391":49,"396":3,"397":39,"40":107,"409":14,"41":53,"414":74,"415":85,"419":6,"42":60,"426":7,"43":83,"430":84,"431":1,"433":5,"44":19,"45":21,"46":247,"48":54,"49":125,"5":1279,"51":29,"52":53,"53":39,"56":9,"570":5,"6":127,"63":30,"7":313,"79":28,"8":218,"80":26,"9":291,"all_client":102629,"all_tv_clinet":16218,"insert_time":"2014-08-19T15:16:26.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85833,"10":48,"107":531,"11":819,"12":39,"13":344,"14":88,"15":170,"155":34,"156":46,"158":57,"159":6,"16":418,"160":24,"161":120,"167":43,"168":8,"17":73,"18":761,"19":253,"20":235,"209":39,"21":467,"210":19,"211":16,"214":80,"215":394,"221":253,"223":497,"224":92,"225":913,"23":347,"24":1089,"25":770,"257":90,"26":155,"268":3,"27":50,"273":46,"276":24,"279":42,"28":683,"281":19,"282":69,"291":11,"292":67,"30":52,"302":8,"306":12,"31":81,"314":2,"32":27,"33":61,"34":75,"347":20,"35":41,"352":641,"36":140,"37":50,"38":591,"380":67,"381":91,"383":60,"389":1,"39":110,"391":47,"396":3,"397":39,"40":110,"409":15,"41":58,"414":71,"415":87,"419":9,"42":61,"426":7,"43":85,"430":88,"431":1,"433":5,"44":18,"45":23,"46":248,"48":54,"49":122,"5":1273,"51":24,"52":53,"53":37,"56":9,"570":6,"6":136,"63":32,"7":319,"79":27,"8":217,"80":31,"9":291,"all_client":101921,"all_tv_clinet":16088,"insert_time":"2014-08-19T15:17:27.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85281,"10":44,"107":540,"11":819,"12":39,"13":344,"14":88,"15":166,"155":32,"156":47,"158":58,"159":6,"16":424,"160":20,"161":122,"167":45,"168":7,"17":74,"18":758,"19":253,"20":229,"209":36,"21":464,"210":19,"211":16,"214":81,"215":387,"221":258,"223":490,"224":95,"225":891,"23":345,"24":1078,"25":742,"257":85,"26":150,"268":4,"27":40,"273":46,"276":24,"279":39,"28":664,"281":19,"282":71,"291":11,"292":70,"30":50,"302":8,"306":12,"31":79,"314":2,"32":26,"33":62,"34":70,"347":20,"35":44,"352":643,"36":140,"37":50,"38":556,"380":68,"381":94,"383":59,"389":1,"39":107,"391":46,"396":3,"397":39,"40":109,"409":20,"41":62,"414":67,"415":85,"419":7,"42":58,"426":12,"43":83,"430":86,"431":1,"433":5,"44":19,"45":26,"46":249,"48":57,"49":123,"5":1266,"51":29,"52":55,"53":39,"56":10,"570":6,"6":138,"63":35,"7":319,"79":26,"8":221,"80":31,"9":293,"all_client":101237,"all_tv_clinet":15956,"insert_time":"2014-08-19T15:18:28.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84673,"10":47,"107":517,"11":809,"12":40,"13":337,"14":85,"15":166,"155":35,"156":47,"158":57,"159":6,"16":424,"160":21,"161":115,"167":44,"168":8,"17":76,"18":761,"19":255,"20":223,"209":37,"21":468,"210":19,"211":16,"214":81,"215":378,"221":255,"223":489,"224":98,"225":899,"23":342,"24":1086,"25":703,"257":85,"26":150,"268":5,"27":41,"273":47,"276":23,"279":41,"28":640,"281":19,"282":70,"291":11,"292":76,"30":48,"302":9,"306":12,"31":75,"314":3,"32":27,"33":63,"34":66,"347":17,"35":41,"352":647,"36":132,"37":47,"38":533,"380":68,"381":91,"383":60,"389":1,"39":110,"391":45,"396":5,"397":37,"40":105,"409":19,"41":63,"414":58,"415":84,"419":6,"42":56,"426":20,"43":83,"430":89,"431":1,"433":5,"44":23,"45":26,"46":261,"48":60,"49":120,"5":1274,"51":35,"52":54,"53":39,"56":11,"570":7,"6":143,"63":34,"7":306,"79":23,"8":218,"80":28,"9":296,"all_client":100509,"all_tv_clinet":15836,"insert_time":"2014-08-19T15:19:29.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84049,"10":46,"107":490,"11":818,"12":39,"13":330,"14":84,"15":159,"155":35,"156":48,"158":55,"159":4,"16":426,"160":20,"161":110,"167":43,"168":7,"17":79,"18":741,"19":261,"20":218,"209":39,"21":473,"210":20,"211":16,"214":83,"215":377,"221":265,"223":489,"224":92,"225":909,"23":332,"24":1073,"25":660,"257":87,"26":149,"268":5,"27":38,"273":46,"276":23,"279":41,"28":633,"281":19,"282":68,"291":11,"292":78,"30":44,"302":9,"306":12,"31":77,"314":3,"32":26,"33":61,"34":60,"347":19,"35":47,"352":644,"36":138,"37":43,"38":514,"380":67,"381":92,"383":64,"389":1,"39":108,"391":46,"396":4,"397":38,"40":105,"409":20,"41":68,"414":59,"415":83,"419":5,"42":58,"426":22,"43":86,"430":87,"431":1,"433":6,"44":23,"45":25,"46":263,"48":61,"49":124,"5":1279,"51":37,"52":47,"53":45,"56":11,"570":6,"6":138,"63":30,"7":295,"79":23,"8":213,"80":23,"9":297,"all_client":99745,"all_tv_clinet":15696,"insert_time":"2014-08-19T15:20:29.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83467,"10":46,"107":472,"11":799,"12":36,"13":328,"14":83,"15":159,"155":33,"156":50,"158":52,"159":4,"16":424,"160":20,"161":110,"167":44,"168":7,"17":89,"18":728,"19":256,"20":218,"209":40,"21":471,"210":20,"211":16,"214":83,"215":373,"221":257,"223":486,"224":91,"225":927,"23":316,"24":1049,"25":623,"257":86,"26":156,"268":5,"27":34,"273":46,"276":23,"279":42,"28":626,"281":19,"282":65,"291":10,"292":73,"30":39,"302":8,"306":12,"31":77,"314":3,"32":26,"33":59,"34":57,"347":18,"35":51,"352":634,"36":132,"37":38,"38":506,"380":68,"381":92,"383":65,"389":1,"39":110,"391":42,"396":5,"397":37,"40":106,"409":18,"41":60,"414":65,"415":85,"419":4,"42":60,"426":20,"43":83,"430":86,"431":1,"433":6,"44":22,"45":24,"46":267,"48":61,"49":120,"5":1315,"51":34,"52":45,"53":43,"56":11,"570":8,"6":141,"63":28,"7":284,"79":21,"8":210,"80":18,"9":295,"all_client":98983,"all_tv_clinet":15516,"insert_time":"2014-08-19T15:21:30.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82744,"10":48,"107":457,"11":785,"12":34,"13":323,"14":79,"15":157,"155":32,"156":49,"158":51,"159":4,"16":428,"160":18,"161":107,"167":43,"168":5,"17":94,"18":734,"19":260,"20":209,"209":36,"21":467,"210":19,"211":17,"214":84,"215":364,"221":251,"223":475,"224":90,"225":934,"23":317,"24":1018,"25":591,"257":82,"26":159,"268":5,"27":35,"273":48,"276":21,"279":40,"28":625,"281":19,"282":67,"291":10,"292":76,"30":38,"302":8,"306":12,"31":82,"314":3,"32":27,"33":54,"34":55,"347":17,"35":49,"352":642,"36":140,"37":37,"38":495,"380":68,"381":93,"383":63,"389":1,"39":117,"391":40,"396":5,"397":38,"40":109,"409":17,"41":62,"414":67,"415":83,"419":6,"42":62,"426":15,"43":82,"430":84,"431":1,"433":6,"44":19,"45":26,"46":273,"48":60,"49":114,"5":1336,"51":35,"52":49,"53":41,"56":12,"570":7,"6":142,"63":28,"7":275,"79":19,"8":206,"80":17,"9":294,"all_client":98142,"all_tv_clinet":15398,"insert_time":"2014-08-19T15:22:31.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82111,"10":50,"107":463,"11":778,"12":34,"13":322,"14":76,"15":162,"155":35,"156":51,"158":48,"159":3,"16":419,"160":20,"161":106,"167":41,"168":5,"17":100,"18":740,"19":261,"20":206,"209":34,"21":465,"210":15,"211":17,"214":85,"215":364,"221":251,"223":476,"224":94,"225":928,"23":318,"24":1002,"25":534,"257":83,"26":156,"268":5,"27":35,"273":48,"276":20,"279":41,"28":635,"281":17,"282":69,"291":9,"292":80,"30":34,"302":8,"306":12,"31":83,"314":1,"32":26,"33":53,"34":57,"347":17,"35":49,"352":628,"36":136,"37":38,"38":484,"380":66,"381":97,"383":65,"389":2,"39":121,"391":35,"396":5,"397":38,"40":109,"409":17,"41":60,"414":60,"415":81,"419":5,"42":60,"426":12,"43":77,"430":84,"431":1,"433":4,"44":20,"45":24,"46":264,"48":63,"49":106,"5":1337,"51":34,"52":50,"53":41,"56":12,"570":8,"6":145,"63":23,"7":264,"79":18,"8":206,"80":16,"9":284,"all_client":97352,"all_tv_clinet":15241,"insert_time":"2014-08-19T15:23:31.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81569,"10":48,"107":456,"11":764,"12":36,"13":309,"14":75,"15":160,"155":36,"156":53,"158":41,"159":3,"16":417,"160":20,"161":107,"167":38,"168":5,"17":107,"18":738,"19":259,"20":209,"209":31,"21":457,"210":15,"211":15,"214":82,"215":362,"221":248,"223":477,"224":92,"225":898,"23":310,"24":994,"25":502,"257":84,"26":155,"268":4,"27":31,"273":49,"276":20,"279":42,"28":648,"281":17,"282":71,"291":8,"292":78,"30":31,"302":8,"306":12,"31":88,"314":2,"32":24,"33":53,"34":60,"347":16,"35":48,"352":631,"36":125,"37":37,"38":478,"380":66,"381":98,"383":64,"389":3,"39":123,"391":33,"396":4,"397":38,"40":112,"409":15,"41":63,"414":60,"415":81,"419":7,"42":60,"426":11,"43":76,"430":84,"431":1,"433":2,"44":22,"45":24,"46":265,"48":59,"49":101,"5":1341,"51":33,"52":50,"53":40,"56":10,"570":8,"6":148,"63":23,"7":256,"79":19,"8":202,"80":15,"9":272,"all_client":96642,"all_tv_clinet":15073,"insert_time":"2014-08-19T15:24:32.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81001,"10":47,"107":467,"11":759,"12":40,"13":306,"14":74,"15":157,"155":34,"156":53,"158":36,"159":3,"16":421,"160":22,"161":104,"167":38,"168":5,"17":106,"18":729,"19":256,"20":203,"209":29,"21":456,"210":14,"211":15,"214":80,"215":362,"221":242,"223":473,"224":92,"225":869,"23":296,"24":988,"25":476,"257":81,"26":154,"268":2,"27":31,"273":49,"276":21,"279":42,"28":647,"281":17,"282":67,"291":7,"292":75,"30":31,"302":8,"306":12,"31":86,"314":1,"32":22,"33":51,"34":54,"347":16,"35":49,"352":632,"36":123,"37":34,"38":484,"380":66,"381":99,"383":63,"389":3,"39":121,"391":32,"396":3,"397":37,"40":109,"409":15,"41":65,"414":62,"415":82,"419":7,"42":66,"426":9,"43":74,"430":86,"431":1,"433":1,"44":20,"45":23,"46":263,"48":60,"49":95,"5":1353,"51":31,"52":48,"53":42,"56":10,"570":7,"6":149,"63":18,"7":245,"79":19,"8":202,"80":13,"9":250,"all_client":95898,"all_tv_clinet":14897,"insert_time":"2014-08-19T15:25:33.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80407,"10":46,"107":460,"11":756,"12":43,"13":290,"14":74,"15":154,"155":35,"156":49,"158":32,"159":3,"16":422,"160":22,"161":102,"167":38,"168":5,"17":107,"18":719,"19":256,"20":202,"209":28,"21":463,"210":13,"211":14,"214":81,"215":358,"221":234,"223":461,"224":83,"225":859,"23":282,"24":987,"25":453,"257":80,"26":148,"268":2,"27":32,"273":49,"276":21,"279":42,"28":626,"281":17,"282":66,"291":7,"292":73,"30":32,"302":8,"306":12,"31":83,"314":1,"32":24,"33":47,"34":57,"347":17,"35":56,"352":644,"36":120,"37":31,"38":457,"380":67,"381":101,"383":61,"389":2,"39":114,"391":31,"396":4,"397":36,"40":106,"409":13,"41":64,"414":66,"415":82,"419":7,"42":71,"426":9,"43":73,"430":83,"431":1,"433":2,"44":17,"45":22,"46":276,"48":57,"49":93,"5":1358,"51":30,"52":51,"53":40,"56":12,"570":7,"6":153,"63":17,"7":240,"79":18,"8":208,"80":12,"9":223,"all_client":95117,"all_tv_clinet":14710,"insert_time":"2014-08-19T15:26:33.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79738,"10":46,"107":461,"11":748,"12":47,"13":294,"14":70,"15":147,"155":33,"156":45,"158":35,"159":3,"16":426,"160":23,"161":94,"167":37,"168":4,"17":111,"18":724,"19":254,"20":204,"209":28,"21":464,"210":11,"211":14,"214":80,"215":364,"221":228,"223":448,"224":84,"225":860,"23":280,"24":973,"25":423,"257":78,"26":139,"268":3,"27":36,"273":47,"276":23,"279":39,"28":600,"281":17,"282":68,"291":6,"292":71,"30":29,"302":8,"306":13,"31":86,"314":1,"32":22,"33":44,"34":64,"347":16,"35":58,"352":644,"36":122,"37":29,"38":448,"380":68,"381":102,"383":57,"389":1,"39":110,"391":29,"396":5,"397":35,"40":105,"409":12,"41":61,"414":68,"415":83,"419":6,"42":74,"426":8,"43":73,"430":78,"431":1,"433":3,"44":18,"45":22,"46":286,"48":58,"49":85,"5":1355,"51":30,"52":49,"53":37,"56":13,"570":7,"6":149,"63":15,"7":232,"79":18,"8":207,"80":10,"9":203,"all_client":94285,"all_tv_clinet":14547,"insert_time":"2014-08-19T15:27:34.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79129,"10":49,"107":470,"11":738,"12":52,"13":292,"14":70,"15":126,"155":35,"156":42,"158":35,"159":2,"16":428,"160":22,"161":99,"167":38,"168":4,"17":123,"18":734,"19":248,"20":204,"209":27,"21":471,"210":10,"211":15,"214":79,"215":374,"221":222,"223":438,"224":78,"225":859,"23":274,"24":955,"25":398,"257":77,"26":125,"268":3,"27":37,"273":45,"276":22,"279":36,"28":589,"281":17,"282":68,"291":6,"292":64,"30":28,"302":7,"306":14,"31":90,"314":1,"32":20,"33":44,"34":64,"347":14,"35":58,"352":636,"36":112,"37":29,"38":447,"380":67,"381":97,"383":59,"39":104,"391":29,"396":4,"397":37,"40":102,"409":13,"41":62,"414":69,"415":81,"419":8,"42":69,"426":7,"43":74,"430":71,"431":1,"433":3,"44":19,"45":21,"46":282,"48":59,"49":84,"5":1359,"51":29,"52":52,"53":35,"56":13,"570":6,"6":155,"63":13,"7":229,"79":17,"8":210,"80":10,"9":187,"all_client":93530,"all_tv_clinet":14401,"insert_time":"2014-08-19T15:28:35.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78484,"10":49,"107":473,"11":718,"12":64,"13":295,"14":66,"15":109,"155":36,"156":41,"158":31,"159":2,"16":422,"160":22,"161":98,"167":37,"168":4,"17":136,"18":726,"19":248,"20":203,"209":31,"21":484,"210":10,"211":16,"214":77,"215":373,"221":223,"223":429,"224":71,"225":847,"23":264,"24":955,"25":383,"257":75,"26":116,"268":3,"27":43,"273":43,"276":21,"279":34,"28":587,"281":15,"282":70,"291":6,"292":64,"30":27,"302":7,"306":15,"31":94,"314":1,"32":20,"33":46,"34":66,"347":14,"35":54,"352":625,"36":113,"37":30,"38":432,"380":66,"381":86,"383":61,"39":96,"391":29,"396":4,"397":35,"40":103,"409":12,"41":57,"414":73,"415":81,"419":9,"42":73,"426":6,"43":76,"430":65,"431":1,"433":4,"44":19,"45":22,"46":279,"48":59,"49":75,"5":1334,"51":30,"52":49,"53":37,"56":12,"570":5,"6":156,"63":11,"7":217,"79":16,"8":209,"80":12,"9":180,"all_client":92707,"all_tv_clinet":14223,"insert_time":"2014-08-19T15:29:35.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77877,"10":49,"107":464,"11":718,"12":73,"13":285,"14":71,"15":99,"155":35,"156":39,"158":27,"159":4,"16":398,"160":20,"161":100,"167":38,"168":4,"17":145,"18":741,"19":247,"20":194,"209":32,"21":497,"210":9,"211":16,"214":79,"215":372,"221":216,"223":435,"224":70,"225":828,"23":253,"24":948,"25":376,"257":72,"26":110,"268":1,"27":45,"273":43,"276":20,"279":38,"28":564,"281":15,"282":64,"291":6,"292":64,"30":26,"302":7,"306":13,"31":99,"314":1,"32":21,"33":43,"34":67,"347":16,"35":57,"352":621,"36":110,"37":30,"38":417,"380":66,"381":88,"383":58,"39":91,"391":29,"396":4,"397":33,"40":102,"409":12,"41":61,"414":71,"415":83,"419":9,"42":78,"426":6,"43":79,"430":61,"431":1,"433":3,"44":18,"45":26,"46":276,"48":57,"49":71,"5":1290,"51":31,"52":54,"53":39,"56":12,"570":5,"6":160,"63":10,"7":208,"79":18,"8":206,"80":12,"9":172,"all_client":91929,"all_tv_clinet":14052,"insert_time":"2014-08-19T15:30:36.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77279,"10":44,"107":437,"11":724,"12":72,"13":280,"14":72,"15":98,"155":36,"156":35,"158":28,"159":5,"16":371,"160":18,"161":99,"167":37,"168":5,"17":152,"18":752,"19":253,"20":193,"209":32,"21":505,"210":10,"211":14,"214":81,"215":378,"221":225,"223":437,"224":68,"225":814,"23":253,"24":950,"25":357,"257":66,"26":110,"268":1,"27":51,"273":42,"276":18,"279":38,"28":540,"281":14,"282":66,"291":6,"292":64,"30":22,"302":6,"306":13,"31":101,"314":1,"32":19,"33":40,"34":71,"347":16,"35":59,"352":617,"36":105,"37":29,"38":393,"380":66,"381":91,"383":58,"39":87,"391":30,"396":5,"397":31,"40":104,"409":13,"41":56,"414":66,"415":83,"419":8,"42":81,"426":5,"43":82,"430":57,"431":1,"433":3,"44":16,"45":29,"46":277,"48":56,"49":68,"5":1260,"51":32,"52":54,"53":40,"56":12,"570":5,"6":158,"63":10,"7":211,"79":16,"8":206,"80":12,"9":167,"all_client":91178,"all_tv_clinet":13899,"insert_time":"2014-08-19T15:31:36.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76659,"10":43,"107":443,"11":726,"12":75,"13":274,"14":72,"15":91,"155":34,"156":32,"158":27,"159":6,"16":350,"160":15,"161":100,"167":35,"168":5,"17":159,"18":769,"19":239,"20":189,"209":31,"21":505,"210":9,"211":14,"214":83,"215":385,"221":224,"223":439,"224":66,"225":796,"23":254,"24":947,"25":345,"257":63,"26":106,"268":2,"27":56,"273":41,"276":19,"279":35,"28":515,"281":16,"282":65,"291":6,"292":65,"30":23,"302":7,"306":13,"31":95,"314":1,"32":18,"33":34,"34":64,"347":15,"35":64,"352":614,"36":106,"37":28,"38":387,"380":65,"381":90,"383":60,"39":85,"391":30,"396":6,"397":32,"40":104,"409":14,"41":59,"414":59,"415":85,"419":8,"42":80,"426":4,"43":84,"430":56,"431":1,"433":3,"44":15,"45":28,"46":280,"48":56,"49":64,"5":1227,"51":35,"52":55,"53":43,"56":12,"570":5,"6":166,"63":10,"7":208,"79":17,"8":205,"80":10,"9":173,"all_client":90433,"all_tv_clinet":13774,"insert_time":"2014-08-19T15:32:37.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76113,"10":44,"107":434,"11":715,"12":77,"13":265,"14":72,"15":92,"155":35,"156":23,"158":27,"159":5,"16":334,"160":12,"161":95,"167":36,"168":5,"17":167,"18":794,"19":236,"20":190,"209":29,"21":494,"210":9,"211":15,"214":83,"215":391,"221":227,"223":449,"224":62,"225":790,"23":243,"24":935,"25":333,"257":64,"26":105,"268":2,"27":59,"273":41,"276":19,"279":32,"28":507,"281":16,"282":66,"291":7,"292":68,"30":21,"302":7,"306":13,"31":98,"314":1,"317":1,"32":18,"33":37,"34":64,"347":14,"35":63,"352":608,"36":106,"37":30,"38":391,"380":64,"381":93,"383":65,"39":77,"391":30,"396":8,"397":31,"40":102,"409":15,"41":60,"414":56,"415":84,"419":8,"42":83,"426":4,"43":86,"430":55,"431":1,"433":3,"44":15,"45":27,"46":284,"48":54,"49":64,"5":1182,"51":31,"52":52,"53":46,"56":11,"570":5,"6":176,"63":9,"7":203,"79":15,"8":198,"80":10,"9":181,"all_client":89777,"all_tv_clinet":13664,"insert_time":"2014-08-19T15:33:38.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75595,"10":44,"107":432,"11":729,"12":85,"13":255,"14":77,"15":89,"155":34,"156":23,"158":27,"159":6,"16":326,"160":12,"161":99,"167":37,"168":4,"17":174,"18":788,"19":220,"20":191,"209":30,"21":487,"210":9,"211":15,"214":83,"215":393,"221":226,"223":460,"224":59,"225":769,"23":243,"24":906,"25":331,"257":60,"26":96,"268":3,"27":61,"273":42,"276":19,"279":32,"28":487,"281":15,"282":63,"291":8,"292":69,"30":19,"302":8,"306":13,"31":101,"314":1,"317":1,"32":14,"33":39,"34":66,"347":14,"35":60,"352":604,"36":108,"37":29,"38":379,"380":63,"381":93,"383":65,"39":73,"391":28,"396":6,"397":29,"40":94,"409":15,"41":69,"414":47,"415":84,"419":7,"42":83,"426":5,"43":84,"430":55,"431":1,"433":3,"44":15,"45":26,"46":285,"48":54,"49":60,"5":1132,"51":31,"52":44,"53":46,"56":10,"570":6,"6":174,"63":12,"7":201,"79":17,"8":200,"80":10,"9":198,"all_client":89094,"all_tv_clinet":13499,"insert_time":"2014-08-19T15:34:38.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75038,"10":41,"107":440,"11":730,"12":88,"13":253,"14":78,"15":85,"155":35,"156":23,"158":26,"159":5,"16":317,"160":11,"161":99,"167":37,"168":4,"17":185,"18":793,"19":201,"20":188,"209":30,"21":498,"210":9,"211":15,"214":84,"215":389,"221":228,"223":454,"224":53,"225":772,"23":240,"24":865,"25":316,"257":56,"26":92,"268":3,"27":70,"273":44,"276":19,"279":31,"28":474,"281":15,"282":61,"291":8,"292":68,"30":18,"302":8,"306":14,"31":100,"314":1,"317":1,"32":13,"33":39,"34":64,"347":15,"35":54,"352":592,"36":112,"37":28,"38":371,"380":64,"381":93,"383":65,"389":1,"39":72,"391":25,"396":6,"397":30,"40":95,"409":13,"41":66,"414":44,"415":78,"419":7,"42":83,"426":5,"43":82,"430":52,"431":1,"433":3,"44":15,"45":26,"46":286,"48":53,"49":60,"5":1081,"51":30,"52":39,"53":51,"56":10,"570":6,"6":167,"63":13,"7":202,"79":18,"8":203,"80":11,"9":213,"all_client":88370,"all_tv_clinet":13332,"insert_time":"2014-08-19T15:35:39.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74436,"10":40,"107":438,"11":742,"12":84,"13":255,"14":71,"15":77,"155":34,"156":26,"158":25,"159":6,"16":321,"160":11,"161":100,"167":32,"168":3,"17":190,"18":800,"19":197,"20":188,"209":31,"21":490,"210":9,"211":15,"214":79,"215":399,"221":225,"223":454,"224":52,"225":771,"23":236,"24":871,"25":309,"257":61,"26":87,"268":4,"27":72,"273":44,"276":19,"279":29,"28":469,"281":15,"282":59,"291":8,"292":67,"30":21,"302":8,"306":13,"31":105,"314":1,"32":7,"33":37,"34":61,"347":17,"35":52,"352":591,"36":118,"37":27,"38":354,"380":60,"381":88,"383":65,"389":1,"39":68,"391":25,"396":5,"397":28,"40":95,"409":12,"41":61,"414":41,"415":65,"419":7,"42":79,"426":4,"43":80,"430":48,"431":1,"433":3,"44":13,"45":25,"46":284,"48":57,"49":59,"5":1016,"51":35,"52":37,"53":53,"56":8,"570":8,"6":173,"63":12,"7":191,"79":17,"8":205,"80":11,"9":206,"all_client":87609,"all_tv_clinet":13173,"insert_time":"2014-08-19T15:36:39.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73907,"10":40,"107":434,"11":748,"12":79,"13":250,"14":68,"15":73,"155":34,"156":25,"158":21,"159":6,"16":314,"160":11,"161":96,"167":31,"168":4,"17":194,"18":797,"19":190,"20":192,"209":30,"21":497,"210":9,"211":15,"214":73,"215":407,"221":217,"223":441,"224":48,"225":758,"23":235,"24":866,"25":301,"257":62,"26":82,"268":4,"27":73,"273":43,"276":20,"279":26,"28":470,"281":14,"282":61,"291":7,"292":68,"30":20,"302":10,"306":14,"31":106,"314":2,"32":10,"33":35,"34":64,"347":17,"35":54,"352":592,"36":116,"37":26,"38":351,"380":56,"381":80,"383":66,"389":1,"39":66,"391":25,"396":6,"397":25,"40":94,"409":11,"41":56,"414":44,"415":60,"419":8,"42":71,"426":3,"43":71,"430":47,"431":1,"433":3,"44":15,"45":25,"46":280,"48":57,"49":57,"5":971,"51":34,"52":36,"53":55,"56":8,"570":8,"6":171,"63":10,"7":191,"79":18,"8":206,"80":13,"9":208,"all_client":86915,"all_tv_clinet":13008,"insert_time":"2014-08-19T15:37:40.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73304,"10":40,"107":438,"11":746,"12":78,"13":239,"14":67,"15":69,"155":34,"156":25,"158":21,"159":7,"16":312,"160":12,"161":104,"167":29,"168":5,"17":198,"18":815,"19":183,"20":187,"209":28,"21":499,"210":9,"211":15,"214":63,"215":408,"221":215,"223":439,"224":51,"225":756,"23":224,"24":847,"25":291,"257":59,"26":75,"268":5,"27":78,"273":42,"276":20,"279":25,"28":462,"281":13,"282":59,"291":8,"292":62,"30":19,"302":9,"306":14,"31":105,"314":2,"32":14,"33":38,"34":67,"347":17,"35":51,"352":596,"36":116,"37":24,"38":348,"380":50,"381":77,"383":65,"389":1,"39":64,"391":25,"396":6,"397":21,"40":94,"409":11,"41":53,"414":41,"415":55,"419":7,"42":63,"426":4,"43":69,"430":40,"431":1,"433":2,"44":16,"45":23,"46":276,"48":54,"49":58,"5":923,"51":31,"52":39,"53":63,"56":6,"570":7,"6":172,"63":11,"7":188,"79":17,"8":206,"80":13,"9":207,"all_client":86145,"all_tv_clinet":12841,"insert_time":"2014-08-19T15:38:41.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72706,"10":39,"107":448,"11":751,"12":74,"13":241,"14":71,"15":67,"155":38,"156":24,"158":19,"159":8,"16":310,"160":12,"161":107,"167":29,"168":7,"17":198,"18":813,"19":178,"20":184,"209":27,"21":502,"210":9,"211":15,"214":59,"215":406,"221":211,"223":435,"224":48,"225":752,"23":219,"24":851,"25":278,"257":57,"26":74,"268":5,"27":77,"273":39,"276":20,"279":25,"28":454,"281":12,"282":55,"291":8,"292":58,"30":18,"302":9,"306":13,"31":100,"314":2,"32":14,"33":41,"34":68,"347":16,"35":55,"352":586,"36":115,"37":23,"38":345,"380":47,"381":81,"383":63,"389":1,"39":63,"391":24,"396":4,"397":18,"40":91,"409":11,"41":50,"414":40,"415":62,"419":7,"42":55,"426":4,"43":57,"430":40,"431":1,"433":2,"44":17,"45":22,"46":273,"48":57,"49":60,"5":877,"51":30,"52":34,"53":66,"56":6,"570":5,"6":168,"63":12,"7":190,"79":19,"8":202,"80":15,"9":206,"all_client":85405,"all_tv_clinet":12699,"insert_time":"2014-08-19T15:39:41.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72119,"10":41,"107":459,"11":741,"12":75,"13":235,"14":67,"15":63,"155":38,"156":24,"158":17,"159":8,"16":295,"160":12,"161":103,"167":26,"168":7,"17":200,"18":820,"19":176,"20":178,"209":26,"21":501,"210":9,"211":14,"214":58,"215":404,"221":207,"223":427,"224":48,"225":752,"23":220,"24":833,"25":260,"257":59,"26":72,"268":5,"27":77,"273":37,"276":20,"279":27,"28":442,"281":11,"282":53,"291":8,"292":54,"30":18,"302":8,"306":13,"31":100,"314":2,"32":13,"33":40,"34":68,"347":17,"35":56,"352":589,"36":119,"37":22,"38":340,"380":43,"381":87,"383":62,"389":1,"39":63,"391":24,"396":4,"397":16,"40":89,"409":10,"41":49,"414":36,"415":67,"419":5,"42":56,"426":4,"43":51,"430":35,"431":1,"433":2,"44":14,"45":20,"46":273,"48":54,"49":59,"5":824,"51":30,"52":34,"53":66,"56":7,"570":5,"6":163,"63":13,"7":190,"79":18,"8":199,"80":17,"9":209,"all_client":84633,"all_tv_clinet":12514,"insert_time":"2014-08-19T15:40:42.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71556,"10":37,"107":457,"11":737,"12":73,"13":232,"14":65,"15":66,"155":38,"156":22,"158":17,"159":8,"16":294,"160":11,"161":104,"167":27,"168":7,"17":195,"18":816,"19":175,"20":182,"209":25,"21":502,"210":9,"211":14,"214":56,"215":412,"221":203,"223":428,"224":43,"225":742,"23":225,"24":819,"25":259,"257":56,"26":72,"268":5,"27":74,"273":34,"276":21,"279":30,"28":424,"281":9,"282":52,"291":8,"292":52,"30":17,"302":9,"306":13,"31":100,"314":2,"32":14,"33":39,"34":76,"347":16,"35":53,"352":588,"36":122,"37":24,"38":337,"380":39,"381":87,"383":59,"389":1,"39":59,"391":22,"396":4,"397":14,"40":84,"409":10,"41":47,"414":30,"415":71,"419":4,"42":59,"426":3,"43":48,"430":34,"431":1,"433":2,"44":13,"45":20,"46":266,"48":55,"49":61,"5":779,"51":32,"52":28,"53":64,"56":7,"570":6,"6":160,"63":14,"7":193,"79":21,"8":194,"80":17,"9":208,"all_client":83919,"all_tv_clinet":12363,"insert_time":"2014-08-19T15:41:42.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70918,"10":35,"107":443,"11":743,"12":73,"13":233,"14":56,"15":64,"155":35,"156":21,"158":16,"159":8,"16":290,"160":13,"161":105,"167":27,"168":8,"17":197,"18":806,"19":169,"20":178,"209":26,"21":495,"210":9,"211":14,"214":52,"215":413,"221":200,"223":402,"224":44,"225":740,"23":227,"24":803,"25":247,"257":54,"26":71,"268":4,"27":74,"273":34,"276":21,"279":34,"28":419,"281":9,"282":48,"291":7,"292":53,"30":18,"302":9,"306":14,"31":98,"314":2,"32":15,"33":36,"34":77,"347":18,"35":54,"352":597,"36":124,"37":22,"38":324,"380":38,"381":93,"383":59,"389":1,"39":59,"391":23,"396":4,"397":13,"40":82,"409":9,"41":43,"414":25,"415":70,"419":5,"42":55,"426":3,"43":42,"430":33,"431":1,"433":2,"44":15,"45":20,"46":270,"48":55,"49":65,"5":722,"51":30,"52":28,"53":62,"56":8,"570":6,"6":162,"63":15,"7":191,"79":20,"8":193,"80":20,"9":207,"all_client":83095,"all_tv_clinet":12177,"insert_time":"2014-08-19T15:42:43.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70319,"10":35,"107":440,"11":745,"12":78,"13":229,"14":52,"15":64,"155":38,"156":19,"158":15,"159":8,"16":289,"160":13,"161":107,"167":27,"168":8,"17":198,"18":780,"19":172,"20":175,"209":25,"21":487,"210":10,"211":14,"214":51,"215":416,"221":202,"223":383,"224":45,"225":712,"23":223,"24":785,"25":241,"257":53,"26":69,"268":4,"27":72,"273":34,"276":21,"279":36,"28":422,"281":9,"282":49,"291":7,"292":54,"30":20,"302":9,"306":13,"31":100,"314":2,"32":13,"33":39,"34":79,"347":17,"35":56,"352":604,"36":120,"37":22,"38":330,"380":36,"381":96,"383":57,"389":1,"39":60,"391":23,"396":4,"397":14,"40":82,"409":10,"41":41,"414":19,"415":61,"419":7,"42":51,"426":3,"43":37,"430":33,"431":2,"433":2,"44":15,"45":18,"46":274,"48":57,"49":65,"5":675,"51":28,"52":28,"53":66,"56":7,"570":6,"6":162,"63":15,"7":200,"79":20,"8":191,"80":17,"9":206,"all_client":82348,"all_tv_clinet":12029,"insert_time":"2014-08-19T15:43:43.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69780,"10":35,"107":429,"11":740,"12":78,"13":234,"14":50,"15":66,"155":38,"156":19,"158":15,"159":7,"16":287,"160":12,"161":97,"167":29,"168":8,"17":198,"18":779,"19":159,"20":175,"209":21,"21":475,"210":9,"211":15,"214":48,"215":417,"221":202,"223":369,"224":46,"225":714,"23":223,"24":768,"25":225,"257":53,"26":71,"268":4,"27":67,"273":34,"276":21,"279":36,"28":421,"281":9,"282":52,"291":6,"292":53,"30":20,"302":8,"306":15,"31":100,"314":2,"32":13,"33":36,"34":78,"347":15,"35":58,"352":598,"36":123,"37":20,"38":337,"380":36,"381":97,"383":51,"39":60,"391":22,"396":3,"397":12,"40":77,"409":10,"41":40,"414":15,"415":57,"419":7,"42":53,"426":3,"43":36,"430":34,"431":2,"433":1,"44":15,"45":17,"46":272,"48":59,"49":69,"5":648,"51":27,"52":26,"53":66,"56":6,"570":7,"6":159,"63":18,"7":209,"79":21,"8":183,"80":17,"9":204,"all_client":81656,"all_tv_clinet":11876,"insert_time":"2014-08-19T15:44:44.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69113,"10":34,"107":447,"11":741,"12":79,"13":229,"14":48,"15":67,"155":38,"156":19,"158":15,"159":6,"16":286,"160":15,"161":94,"167":29,"168":8,"17":199,"18":772,"19":160,"20":173,"209":17,"21":477,"210":8,"211":16,"214":42,"215":418,"221":197,"223":354,"224":48,"225":692,"23":225,"24":751,"25":224,"257":55,"26":69,"268":4,"27":67,"273":36,"276":24,"279":35,"28":413,"281":9,"282":54,"291":6,"292":57,"30":18,"302":8,"306":16,"31":93,"314":2,"32":17,"33":35,"34":75,"347":13,"35":63,"352":579,"36":118,"37":20,"38":330,"380":32,"381":96,"383":50,"39":65,"391":22,"396":3,"397":10,"40":75,"409":9,"41":42,"414":16,"415":54,"419":6,"42":56,"426":2,"43":30,"430":32,"431":2,"433":1,"44":15,"45":17,"46":271,"48":57,"49":66,"5":625,"51":28,"52":27,"53":64,"56":5,"570":6,"6":154,"63":18,"7":214,"79":19,"8":180,"80":14,"9":193,"all_client":80833,"all_tv_clinet":11720,"insert_time":"2014-08-19T15:45:44.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68477,"10":35,"107":436,"11":737,"12":84,"13":230,"14":45,"15":64,"155":37,"156":19,"158":15,"159":6,"16":294,"160":16,"161":95,"167":28,"168":8,"17":200,"18":762,"19":162,"20":166,"209":18,"21":481,"210":8,"211":16,"214":35,"215":419,"221":197,"223":345,"224":51,"225":694,"23":219,"24":734,"25":216,"257":59,"26":72,"268":3,"27":67,"273":37,"276":24,"279":36,"28":413,"281":8,"282":53,"291":6,"292":57,"30":18,"302":8,"306":14,"31":86,"314":2,"32":20,"33":34,"34":71,"347":12,"35":67,"352":566,"36":117,"37":17,"38":326,"380":28,"381":97,"383":48,"39":61,"391":22,"396":3,"397":9,"40":74,"409":9,"41":40,"414":16,"415":60,"419":5,"42":61,"426":2,"43":29,"430":31,"431":2,"44":16,"45":18,"46":271,"48":56,"49":67,"5":602,"51":30,"52":30,"53":60,"56":5,"570":6,"6":152,"63":18,"7":210,"79":19,"8":173,"80":14,"9":190,"all_client":80076,"all_tv_clinet":11599,"insert_time":"2014-08-19T15:46:45.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67889,"10":35,"107":430,"11":739,"12":81,"13":230,"14":44,"15":63,"155":38,"156":17,"158":13,"159":6,"16":293,"160":18,"161":99,"167":28,"168":8,"17":201,"18":753,"19":168,"20":164,"209":18,"21":476,"210":7,"211":17,"214":32,"215":412,"221":202,"223":335,"224":54,"225":680,"23":221,"24":722,"25":212,"257":60,"26":70,"268":3,"27":64,"273":36,"276":25,"279":33,"28":410,"281":8,"282":52,"291":6,"292":56,"30":17,"302":8,"306":14,"31":86,"314":2,"32":21,"33":34,"34":70,"347":12,"35":72,"352":542,"36":116,"37":16,"38":318,"380":20,"381":93,"383":49,"39":59,"391":22,"396":4,"397":8,"40":68,"409":10,"41":41,"414":15,"415":63,"419":5,"42":59,"426":2,"43":29,"430":30,"431":2,"433":1,"44":13,"45":20,"46":267,"48":57,"49":69,"5":566,"51":30,"52":34,"53":61,"56":5,"570":6,"6":151,"63":19,"7":212,"79":19,"8":171,"80":12,"9":193,"all_client":79341,"all_tv_clinet":11452,"insert_time":"2014-08-19T15:47:46.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67361,"10":35,"107":417,"11":728,"12":82,"13":230,"14":51,"15":62,"155":37,"156":18,"158":14,"159":7,"16":281,"160":18,"161":107,"167":29,"168":8,"17":204,"18":735,"19":175,"20":157,"209":17,"21":451,"210":7,"211":17,"214":30,"215":412,"221":206,"223":337,"224":54,"225":685,"23":229,"24":702,"25":206,"257":56,"26":67,"268":4,"27":64,"273":37,"276":24,"279":32,"28":399,"281":8,"282":50,"291":6,"292":51,"30":15,"302":8,"306":15,"31":87,"314":1,"32":21,"33":34,"34":72,"347":12,"35":74,"352":535,"36":116,"37":15,"38":303,"380":16,"381":90,"383":52,"389":1,"39":59,"391":22,"396":3,"397":9,"40":64,"409":9,"41":41,"414":16,"415":63,"419":5,"42":51,"426":1,"43":28,"430":29,"431":2,"433":1,"44":12,"45":21,"46":264,"48":54,"49":71,"5":550,"51":29,"52":34,"53":62,"56":5,"570":6,"6":150,"63":19,"7":212,"79":20,"8":170,"80":12,"9":192,"all_client":78660,"all_tv_clinet":11299,"insert_time":"2014-08-19T15:48:46.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66755,"10":34,"107":406,"11":722,"12":79,"13":227,"14":53,"15":61,"155":35,"156":16,"158":17,"159":7,"16":283,"160":19,"161":105,"167":30,"168":8,"17":198,"18":719,"19":168,"20":157,"209":18,"21":427,"210":8,"211":17,"214":27,"215":406,"221":195,"223":327,"224":53,"225":689,"23":233,"24":698,"25":198,"257":53,"26":61,"268":7,"27":63,"273":35,"276":23,"279":34,"28":391,"281":9,"282":52,"291":8,"292":51,"30":14,"302":7,"306":15,"31":84,"314":1,"32":24,"33":33,"34":75,"347":12,"35":75,"352":526,"36":120,"37":15,"38":316,"380":16,"381":91,"383":50,"389":1,"39":57,"391":21,"396":3,"397":10,"40":60,"409":9,"41":43,"414":17,"415":62,"419":4,"42":45,"43":26,"430":30,"431":1,"433":1,"44":11,"45":19,"46":262,"48":53,"49":72,"5":536,"51":32,"52":34,"53":62,"56":4,"570":5,"6":148,"63":19,"7":214,"79":21,"8":167,"80":12,"9":192,"all_client":77909,"all_tv_clinet":11154,"insert_time":"2014-08-19T15:49:47.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66197,"10":33,"107":397,"11":719,"12":81,"13":235,"14":52,"15":63,"155":36,"156":16,"158":19,"159":7,"16":290,"160":18,"161":105,"167":31,"168":9,"17":199,"18":710,"19":163,"20":149,"209":17,"21":391,"210":7,"211":17,"214":26,"215":409,"221":189,"223":323,"224":54,"225":693,"23":229,"24":686,"25":187,"257":56,"26":63,"268":7,"27":62,"273":36,"276":21,"279":29,"28":384,"281":8,"282":50,"291":9,"292":51,"30":14,"302":7,"306":14,"31":87,"314":2,"32":23,"33":36,"34":78,"347":11,"35":77,"352":531,"36":117,"37":17,"38":309,"380":15,"381":88,"383":52,"389":1,"39":56,"391":21,"396":3,"397":10,"40":59,"409":9,"41":40,"414":15,"415":60,"419":4,"42":40,"43":26,"430":29,"431":1,"433":1,"44":10,"45":17,"46":264,"48":56,"49":74,"5":519,"51":33,"52":35,"53":59,"56":5,"570":5,"6":145,"63":18,"7":220,"79":19,"8":161,"80":12,"9":195,"all_client":77233,"all_tv_clinet":11036,"insert_time":"2014-08-19T15:50:47.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65604,"10":37,"107":392,"11":696,"12":85,"13":238,"14":52,"15":60,"155":35,"156":17,"158":20,"159":5,"16":292,"160":17,"161":104,"167":31,"168":7,"17":198,"18":702,"19":161,"20":144,"209":17,"21":371,"210":9,"211":17,"214":23,"215":406,"221":186,"223":325,"224":56,"225":695,"23":228,"24":671,"25":190,"257":57,"26":68,"268":6,"27":62,"273":33,"276":19,"279":28,"28":376,"281":8,"282":50,"291":9,"292":48,"30":14,"302":7,"306":13,"31":86,"314":3,"32":19,"33":38,"34":79,"347":10,"35":82,"352":520,"36":112,"37":18,"38":312,"380":14,"381":90,"383":55,"389":1,"39":60,"391":20,"396":3,"397":10,"40":60,"409":9,"41":34,"414":14,"415":58,"419":5,"42":35,"43":24,"430":29,"431":1,"433":2,"44":10,"45":18,"46":260,"48":56,"49":74,"5":502,"51":36,"52":35,"53":60,"56":6,"570":4,"6":143,"63":19,"7":225,"79":17,"8":151,"80":14,"9":202,"all_client":76524,"all_tv_clinet":10920,"insert_time":"2014-08-19T15:51:48.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65069,"10":35,"107":387,"11":651,"12":87,"13":235,"14":54,"15":62,"155":35,"156":16,"158":20,"159":5,"16":283,"160":18,"161":101,"167":32,"168":7,"17":203,"18":702,"19":164,"20":136,"209":16,"21":361,"210":9,"211":16,"214":22,"215":412,"221":186,"223":332,"224":57,"225":705,"23":235,"24":656,"25":180,"257":58,"26":67,"268":5,"27":62,"273":33,"276":18,"279":28,"28":376,"281":7,"282":47,"291":9,"292":42,"30":17,"302":5,"306":15,"31":86,"314":4,"32":18,"33":37,"34":83,"347":8,"35":83,"352":517,"36":108,"37":19,"38":301,"380":14,"381":89,"383":59,"389":1,"39":58,"391":22,"396":3,"397":10,"40":59,"409":10,"41":35,"414":13,"415":55,"419":5,"42":28,"426":2,"43":24,"430":32,"431":1,"433":2,"44":10,"45":19,"46":259,"48":59,"49":77,"5":495,"51":37,"52":34,"53":62,"56":5,"570":4,"6":148,"63":19,"7":224,"79":17,"8":139,"80":14,"9":215,"all_client":75901,"all_tv_clinet":10832,"insert_time":"2014-08-19T15:52:48.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64505,"10":34,"107":387,"11":608,"12":88,"13":236,"14":54,"15":61,"155":34,"156":17,"158":19,"159":5,"16":282,"160":19,"161":96,"167":34,"168":8,"17":205,"18":705,"19":162,"20":126,"209":15,"21":341,"210":9,"211":16,"214":22,"215":411,"221":180,"223":326,"224":56,"225":688,"23":238,"24":646,"25":184,"257":54,"26":68,"268":4,"27":65,"273":31,"276":18,"279":29,"28":388,"281":7,"282":48,"291":10,"292":37,"30":18,"302":5,"306":17,"31":87,"314":4,"32":18,"33":40,"34":79,"347":7,"35":88,"352":517,"36":103,"37":18,"38":304,"380":12,"381":91,"383":60,"389":1,"39":59,"391":21,"396":3,"397":8,"40":56,"409":9,"41":34,"414":12,"415":54,"419":6,"42":25,"426":2,"43":26,"430":34,"431":1,"433":3,"44":9,"45":20,"46":258,"48":58,"49":77,"5":495,"51":39,"52":34,"53":59,"56":4,"570":3,"6":148,"63":19,"7":217,"79":20,"8":136,"80":12,"9":225,"all_client":75231,"all_tv_clinet":10726,"insert_time":"2014-08-19T15:53:49.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63964,"10":31,"107":378,"11":567,"12":80,"13":220,"14":52,"15":64,"155":33,"156":17,"158":20,"159":6,"16":291,"160":18,"161":97,"167":34,"168":8,"17":191,"18":713,"19":169,"20":117,"209":18,"21":333,"210":8,"211":15,"214":21,"215":408,"221":186,"223":338,"224":55,"225":663,"23":245,"24":627,"25":179,"257":53,"26":74,"268":4,"27":65,"273":29,"276":18,"279":30,"28":388,"281":8,"282":48,"291":9,"292":37,"30":18,"302":5,"306":17,"31":87,"314":5,"32":16,"33":40,"34":81,"347":5,"35":88,"352":502,"36":98,"37":18,"38":297,"380":9,"381":91,"383":56,"39":61,"391":23,"396":3,"397":7,"40":51,"409":9,"41":35,"414":12,"415":58,"419":6,"42":24,"426":2,"43":24,"430":32,"431":1,"433":4,"44":11,"45":20,"46":250,"48":56,"49":78,"5":482,"51":38,"52":38,"53":55,"56":6,"570":3,"6":153,"63":19,"7":219,"79":21,"8":128,"80":12,"9":228,"all_client":74531,"all_tv_clinet":10567,"insert_time":"2014-08-19T15:54:49.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63409,"10":28,"107":379,"11":555,"12":68,"13":227,"14":51,"15":66,"155":34,"156":17,"158":20,"159":6,"16":298,"160":20,"161":93,"167":34,"168":8,"17":178,"18":727,"19":169,"20":125,"209":17,"21":325,"210":8,"211":14,"214":20,"215":406,"221":188,"223":335,"224":54,"225":642,"23":251,"24":616,"25":174,"257":47,"26":82,"268":3,"27":64,"273":31,"276":18,"279":29,"28":394,"281":8,"282":50,"291":9,"292":39,"30":16,"302":5,"306":16,"31":92,"314":4,"32":17,"33":40,"34":81,"347":6,"35":92,"352":505,"36":93,"37":18,"38":290,"380":8,"381":93,"383":56,"39":61,"391":23,"396":2,"397":7,"40":51,"409":9,"41":30,"414":11,"415":54,"419":4,"42":23,"426":2,"43":24,"430":31,"431":1,"433":4,"44":14,"45":22,"46":243,"48":55,"49":79,"5":479,"51":36,"52":37,"53":53,"56":6,"570":3,"6":152,"63":19,"7":209,"79":23,"8":124,"80":13,"9":239,"all_client":73911,"all_tv_clinet":10502,"insert_time":"2014-08-19T15:55:50.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62874,"10":28,"107":375,"11":531,"12":61,"13":213,"14":49,"15":69,"155":34,"156":16,"158":20,"159":6,"16":299,"160":19,"161":92,"167":34,"168":6,"17":162,"18":733,"19":171,"20":124,"209":18,"21":314,"210":9,"211":14,"214":22,"215":394,"221":187,"223":339,"224":56,"225":621,"23":253,"24":602,"25":169,"257":43,"26":87,"268":3,"27":61,"273":31,"276":17,"279":24,"28":407,"281":8,"282":50,"291":8,"292":41,"30":14,"302":4,"306":15,"31":93,"314":4,"32":18,"33":41,"34":83,"347":7,"35":89,"352":508,"36":88,"37":17,"38":281,"380":6,"381":90,"383":64,"39":61,"391":21,"396":2,"397":6,"40":51,"409":8,"41":34,"414":11,"415":54,"419":4,"42":23,"426":2,"43":24,"430":29,"431":1,"433":4,"434":1,"44":13,"45":23,"46":242,"48":57,"49":82,"5":474,"51":38,"52":39,"53":51,"56":6,"570":3,"6":150,"63":19,"7":209,"79":27,"8":120,"80":13,"9":252,"all_client":73270,"all_tv_clinet":10396,"insert_time":"2014-08-19T15:56:50.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62384,"10":28,"107":378,"11":502,"12":57,"13":214,"14":50,"15":69,"155":34,"156":12,"158":20,"159":6,"16":304,"160":21,"161":87,"167":34,"168":6,"17":155,"18":718,"19":172,"20":123,"209":19,"21":298,"210":7,"211":14,"214":22,"215":383,"221":178,"223":337,"224":58,"225":599,"23":249,"24":588,"25":163,"257":40,"26":97,"268":3,"27":59,"273":29,"276":16,"279":23,"28":397,"281":8,"282":49,"291":10,"292":41,"30":13,"302":4,"306":14,"31":92,"314":5,"32":18,"33":42,"34":87,"347":7,"35":81,"352":513,"36":86,"37":18,"38":273,"380":6,"381":89,"383":64,"39":61,"391":21,"396":2,"397":8,"40":56,"409":6,"41":33,"414":10,"415":50,"419":5,"42":22,"426":2,"43":26,"430":29,"431":1,"433":3,"434":1,"44":13,"45":23,"46":240,"48":60,"49":83,"5":469,"51":38,"52":42,"53":48,"56":7,"570":4,"6":145,"63":18,"7":207,"79":27,"8":120,"80":13,"9":266,"all_client":72632,"all_tv_clinet":10248,"insert_time":"2014-08-19T15:57:51.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61860,"10":28,"107":374,"11":478,"12":59,"13":214,"14":56,"15":69,"155":36,"156":12,"158":20,"159":6,"16":309,"160":20,"161":83,"167":35,"168":5,"17":147,"18":698,"19":178,"20":121,"209":18,"21":278,"210":6,"211":13,"214":22,"215":376,"221":173,"223":331,"224":58,"225":596,"23":237,"24":579,"25":172,"257":39,"26":97,"268":4,"27":56,"273":26,"276":16,"279":22,"28":391,"281":8,"282":48,"291":11,"292":44,"30":15,"302":4,"306":11,"31":94,"314":5,"32":19,"33":39,"34":89,"347":7,"35":74,"352":507,"36":90,"37":17,"38":274,"380":6,"381":86,"383":63,"39":65,"391":19,"396":2,"397":9,"40":55,"409":5,"41":33,"414":11,"415":49,"419":5,"42":20,"426":1,"43":26,"430":28,"431":1,"433":3,"434":1,"44":13,"45":24,"46":240,"48":63,"49":83,"5":474,"51":37,"52":40,"53":43,"56":6,"570":4,"6":135,"63":18,"7":210,"79":28,"8":117,"80":15,"9":268,"all_client":71980,"all_tv_clinet":10120,"insert_time":"2014-08-19T15:58:51.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61327,"10":26,"107":363,"11":462,"12":66,"13":215,"14":57,"15":70,"155":36,"156":12,"158":19,"159":6,"16":305,"160":20,"161":84,"167":33,"168":5,"17":141,"18":675,"19":190,"20":116,"209":16,"21":267,"210":7,"211":12,"214":24,"215":367,"221":167,"223":320,"224":57,"225":594,"23":240,"24":556,"25":184,"257":39,"26":92,"268":4,"27":57,"273":26,"276":16,"279":24,"28":376,"281":8,"282":49,"291":10,"292":43,"30":14,"302":3,"306":11,"31":94,"314":4,"32":20,"33":37,"34":86,"347":7,"35":63,"352":495,"36":89,"37":18,"38":277,"380":6,"381":78,"383":63,"39":66,"391":19,"396":3,"397":9,"40":56,"409":5,"41":34,"414":11,"415":50,"419":5,"42":22,"426":1,"43":24,"430":28,"431":1,"433":3,"434":1,"44":14,"45":24,"46":239,"48":61,"49":84,"5":476,"51":34,"52":42,"53":39,"56":9,"570":3,"6":127,"63":16,"7":220,"79":24,"8":115,"80":17,"9":275,"all_client":71305,"all_tv_clinet":9978,"insert_time":"2014-08-19T15:59:52.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60733,"10":25,"107":345,"11":426,"12":69,"13":218,"14":57,"15":74,"155":35,"156":12,"158":17,"159":4,"16":313,"160":19,"161":85,"167":32,"168":4,"17":137,"18":646,"19":197,"20":114,"209":16,"21":256,"210":7,"211":11,"214":22,"215":353,"221":161,"223":303,"224":54,"225":575,"23":243,"24":550,"25":191,"257":34,"26":83,"268":5,"27":51,"273":26,"276":15,"279":24,"28":370,"281":8,"282":51,"291":9,"292":46,"30":14,"302":4,"306":11,"31":97,"314":3,"32":22,"33":35,"34":81,"347":7,"35":60,"352":490,"36":88,"37":16,"38":282,"380":7,"381":79,"383":61,"39":69,"391":20,"396":4,"397":9,"40":52,"409":5,"41":36,"414":11,"415":48,"419":4,"42":21,"426":1,"43":25,"430":26,"431":1,"433":4,"434":1,"44":12,"45":24,"46":239,"48":61,"49":82,"5":480,"51":36,"52":40,"53":34,"56":9,"570":3,"6":120,"63":15,"7":229,"79":23,"8":112,"80":18,"9":269,"all_client":70526,"all_tv_clinet":9793,"insert_time":"2014-08-19T16:00:52.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60176,"10":24,"107":331,"11":389,"12":69,"13":213,"14":57,"15":70,"155":34,"156":11,"158":18,"159":4,"16":319,"160":19,"161":86,"167":31,"168":5,"17":132,"18":641,"19":209,"20":104,"209":13,"21":251,"210":7,"211":11,"214":22,"215":337,"221":165,"223":303,"224":51,"225":545,"23":263,"24":543,"25":192,"257":31,"26":77,"268":5,"27":51,"273":26,"276":13,"279":27,"28":364,"281":8,"282":53,"291":9,"292":49,"30":13,"302":4,"306":9,"31":95,"314":4,"32":20,"33":36,"34":76,"347":5,"35":57,"352":490,"36":90,"37":16,"38":274,"380":7,"381":77,"383":57,"39":71,"391":19,"396":4,"397":9,"40":48,"409":5,"41":34,"414":11,"415":49,"419":3,"42":21,"426":1,"43":24,"430":25,"431":1,"433":4,"434":1,"44":11,"45":25,"46":244,"48":61,"49":84,"5":486,"51":33,"52":44,"53":31,"56":11,"570":3,"6":117,"63":15,"7":237,"79":22,"8":104,"80":19,"9":262,"all_client":69827,"all_tv_clinet":9651,"insert_time":"2014-08-19T16:01:53.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59644,"10":22,"107":330,"11":340,"12":70,"13":218,"14":63,"15":65,"155":35,"156":11,"158":21,"159":2,"16":328,"160":20,"161":81,"167":30,"168":5,"17":134,"18":638,"19":215,"20":97,"209":13,"21":247,"210":6,"211":7,"214":21,"215":328,"221":172,"223":299,"224":53,"225":512,"23":278,"24":533,"25":201,"257":30,"26":69,"268":4,"27":51,"273":26,"276":15,"279":27,"28":360,"281":8,"282":53,"291":9,"292":49,"30":15,"302":4,"306":8,"31":93,"314":4,"32":14,"33":36,"34":69,"347":6,"35":54,"352":491,"36":86,"37":18,"38":269,"380":7,"381":81,"383":60,"39":70,"391":17,"396":2,"397":10,"40":44,"409":4,"41":30,"414":12,"415":47,"419":3,"42":22,"426":1,"43":23,"430":26,"431":1,"433":4,"434":1,"44":9,"45":25,"46":246,"48":63,"49":85,"5":482,"51":33,"52":43,"53":28,"56":12,"570":3,"6":112,"63":14,"7":241,"79":22,"8":102,"80":19,"9":248,"all_client":69159,"all_tv_clinet":9515,"insert_time":"2014-08-19T16:02:53.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59035,"10":22,"107":334,"11":305,"12":68,"13":217,"14":64,"15":64,"155":32,"156":10,"158":20,"159":2,"16":332,"160":21,"161":77,"167":32,"168":5,"17":123,"18":625,"19":221,"20":90,"209":11,"21":245,"210":5,"211":6,"214":21,"215":318,"221":176,"223":289,"224":53,"225":493,"23":284,"24":520,"25":208,"257":32,"26":63,"268":4,"27":46,"273":25,"276":15,"279":29,"28":356,"281":8,"282":57,"291":8,"292":49,"30":18,"302":3,"306":7,"31":91,"314":3,"32":14,"33":34,"34":65,"347":6,"35":53,"352":486,"36":87,"37":20,"38":276,"380":7,"381":77,"383":63,"39":65,"391":15,"396":3,"397":10,"40":37,"409":5,"41":30,"414":12,"415":49,"419":3,"42":22,"426":1,"43":22,"430":25,"431":1,"433":5,"434":1,"44":11,"45":27,"46":248,"48":64,"49":86,"5":488,"51":31,"52":40,"53":26,"56":11,"570":2,"6":106,"63":14,"7":243,"79":22,"8":103,"80":20,"9":250,"all_client":68428,"all_tv_clinet":9393,"insert_time":"2014-08-19T16:03:53.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58407,"10":23,"107":319,"11":279,"12":64,"13":217,"14":66,"15":64,"155":31,"156":9,"158":16,"159":3,"16":335,"160":22,"161":77,"167":32,"168":4,"17":119,"18":611,"19":226,"20":89,"209":12,"21":242,"210":5,"211":5,"214":20,"215":295,"221":175,"223":285,"224":53,"225":468,"23":281,"24":514,"25":211,"257":32,"26":59,"268":4,"27":44,"273":22,"276":16,"279":29,"28":349,"281":8,"282":56,"291":8,"292":48,"30":17,"302":3,"306":7,"31":94,"314":3,"32":15,"33":37,"34":61,"347":7,"35":44,"352":485,"36":86,"37":20,"38":262,"380":6,"381":79,"383":62,"39":63,"391":14,"396":3,"397":10,"40":36,"409":3,"41":32,"414":12,"415":50,"419":4,"42":22,"43":25,"430":24,"431":1,"433":5,"434":1,"44":12,"45":28,"46":234,"48":67,"49":93,"5":475,"51":29,"52":40,"53":25,"56":11,"570":2,"6":106,"63":15,"7":247,"79":23,"8":102,"80":21,"9":248,"all_client":67625,"all_tv_clinet":9218,"insert_time":"2014-08-19T16:04:54.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57836,"10":24,"107":325,"11":268,"12":61,"13":213,"14":66,"15":66,"155":29,"156":8,"158":16,"159":3,"16":340,"160":22,"161":78,"167":28,"168":3,"17":112,"18":593,"19":235,"20":87,"209":12,"21":239,"210":5,"211":4,"214":20,"215":272,"221":185,"223":276,"224":48,"225":439,"23":286,"24":498,"25":218,"257":31,"26":58,"268":3,"27":34,"273":22,"276":16,"279":26,"28":342,"281":8,"282":54,"291":11,"292":47,"30":16,"302":3,"306":7,"31":92,"314":4,"32":17,"33":37,"34":60,"347":7,"35":42,"352":486,"36":87,"37":18,"38":260,"380":6,"381":77,"383":58,"39":61,"391":14,"396":3,"397":10,"40":35,"409":2,"41":33,"414":11,"415":55,"419":4,"42":22,"43":22,"430":22,"431":1,"433":5,"434":1,"44":14,"45":29,"46":231,"48":62,"49":95,"5":462,"51":28,"52":41,"53":25,"56":11,"570":2,"6":99,"63":12,"7":252,"79":24,"8":102,"80":22,"9":253,"all_client":66909,"all_tv_clinet":9073,"insert_time":"2014-08-19T16:05:54.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57305,"10":23,"107":320,"11":257,"12":65,"13":208,"14":67,"15":64,"155":27,"156":7,"158":15,"159":4,"16":339,"160":22,"161":77,"167":25,"168":2,"17":114,"18":579,"19":228,"20":85,"209":14,"21":238,"210":6,"211":3,"214":20,"215":235,"221":185,"223":257,"224":48,"225":421,"23":288,"24":496,"25":219,"257":28,"26":56,"268":3,"27":33,"273":22,"276":17,"279":27,"28":338,"281":8,"282":50,"291":12,"292":43,"30":16,"302":3,"306":7,"31":97,"314":4,"32":18,"33":39,"34":59,"347":6,"35":37,"352":482,"36":86,"37":15,"38":241,"380":7,"381":72,"383":53,"39":61,"391":13,"396":2,"397":11,"40":39,"409":3,"41":36,"414":11,"415":51,"419":5,"42":21,"43":17,"430":26,"431":1,"433":5,"434":1,"44":14,"45":29,"46":224,"48":62,"49":98,"5":457,"51":25,"52":44,"53":25,"56":11,"570":3,"6":100,"63":12,"7":252,"79":24,"8":99,"80":21,"9":250,"all_client":66195,"all_tv_clinet":8890,"insert_time":"2014-08-19T16:06:55.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56738,"10":23,"107":320,"11":245,"12":64,"13":207,"14":72,"15":63,"155":26,"156":7,"158":15,"159":5,"16":334,"160":20,"161":71,"167":22,"168":2,"17":113,"18":556,"19":227,"20":80,"209":13,"21":235,"210":6,"211":3,"214":21,"215":220,"221":185,"223":253,"224":46,"225":392,"23":289,"24":482,"25":225,"257":28,"26":54,"268":3,"27":33,"273":22,"276":18,"279":28,"28":335,"281":8,"282":50,"291":11,"292":34,"30":15,"302":2,"306":7,"31":98,"314":3,"32":19,"33":39,"34":58,"347":5,"35":36,"352":460,"36":89,"37":16,"38":249,"380":7,"381":72,"383":50,"39":61,"391":12,"396":4,"397":12,"40":40,"409":3,"41":35,"414":10,"415":50,"419":4,"42":20,"43":18,"430":25,"431":1,"433":5,"434":1,"44":12,"45":29,"46":224,"48":60,"49":99,"5":436,"51":25,"52":41,"53":24,"56":12,"570":3,"6":108,"63":13,"7":258,"79":22,"8":94,"80":21,"9":253,"all_client":65464,"all_tv_clinet":8726,"insert_time":"2014-08-19T16:07:55.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56208,"10":22,"107":310,"11":247,"12":68,"13":207,"14":74,"15":65,"155":25,"156":7,"158":15,"159":4,"16":330,"160":20,"161":67,"167":22,"168":2,"17":113,"18":520,"19":221,"20":81,"209":13,"21":238,"210":5,"211":1,"214":18,"215":206,"221":181,"223":248,"224":45,"225":383,"23":291,"24":473,"25":231,"257":26,"26":56,"268":3,"27":33,"273":22,"276":18,"279":28,"28":331,"281":9,"282":44,"291":10,"292":31,"30":15,"302":3,"306":6,"31":98,"314":3,"32":19,"33":33,"34":54,"347":7,"35":32,"352":440,"36":91,"37":17,"38":251,"380":7,"381":69,"383":50,"39":61,"391":12,"396":4,"397":12,"40":39,"409":4,"41":30,"414":10,"415":45,"419":4,"42":20,"426":2,"43":18,"430":28,"431":1,"433":5,"434":1,"44":12,"45":29,"46":225,"48":59,"49":95,"5":425,"51":25,"52":40,"53":25,"56":11,"570":3,"6":105,"63":16,"7":255,"79":19,"8":94,"80":21,"9":252,"all_client":64774,"all_tv_clinet":8566,"insert_time":"2014-08-19T16:08:56.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55538,"10":18,"107":304,"11":239,"12":62,"13":207,"14":72,"15":64,"155":25,"156":7,"158":14,"159":4,"16":332,"160":20,"161":62,"167":22,"168":3,"17":112,"18":508,"19":221,"20":81,"209":12,"21":238,"210":4,"211":1,"214":17,"215":195,"221":169,"223":246,"224":42,"225":372,"23":279,"24":462,"25":225,"257":27,"26":56,"268":3,"27":31,"273":20,"276":18,"279":29,"28":322,"281":10,"282":43,"291":7,"292":31,"30":14,"302":3,"306":7,"31":94,"314":3,"32":20,"33":34,"34":50,"347":8,"35":25,"352":427,"36":96,"37":16,"38":246,"380":6,"381":64,"383":53,"39":61,"391":11,"396":4,"397":12,"40":40,"409":4,"41":28,"414":11,"415":48,"419":4,"42":19,"426":2,"43":18,"430":27,"431":1,"433":5,"434":1,"44":12,"45":30,"46":223,"48":56,"49":95,"5":415,"51":26,"52":40,"53":28,"56":10,"570":3,"6":100,"63":16,"7":260,"79":20,"8":95,"80":19,"9":250,"all_client":63934,"all_tv_clinet":8396,"insert_time":"2014-08-19T16:09:56.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54922,"10":20,"107":285,"11":235,"12":60,"13":198,"14":70,"15":67,"155":24,"156":8,"158":15,"159":4,"16":332,"160":18,"161":65,"167":20,"168":3,"17":112,"18":489,"19":219,"20":80,"209":12,"21":230,"210":3,"211":1,"214":17,"215":181,"221":171,"223":243,"224":40,"225":363,"23":272,"24":456,"25":227,"257":27,"26":54,"268":4,"27":29,"273":24,"276":17,"279":32,"28":319,"281":10,"282":42,"291":7,"292":31,"30":19,"302":3,"306":7,"31":90,"314":3,"32":19,"33":32,"34":48,"347":12,"35":22,"352":426,"36":95,"37":18,"38":237,"380":6,"381":60,"383":57,"39":57,"391":11,"396":3,"397":11,"40":41,"409":3,"41":24,"414":11,"415":48,"419":5,"42":18,"426":3,"43":18,"430":29,"431":1,"433":4,"434":1,"44":12,"45":29,"46":223,"48":53,"49":94,"5":414,"51":28,"52":38,"53":30,"56":10,"570":4,"6":94,"63":16,"7":262,"79":20,"8":96,"80":17,"9":246,"all_client":63186,"all_tv_clinet":8264,"insert_time":"2014-08-19T16:10:56.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54370,"10":19,"107":277,"11":236,"12":54,"13":189,"14":75,"15":69,"155":24,"156":7,"158":15,"159":4,"16":333,"160":17,"161":68,"167":22,"168":3,"17":116,"18":481,"19":217,"20":74,"209":13,"21":226,"210":4,"211":1,"214":16,"215":169,"221":173,"223":241,"224":39,"225":351,"23":269,"24":442,"25":227,"257":26,"26":53,"268":4,"27":30,"273":25,"276":18,"279":34,"28":321,"281":10,"282":41,"291":7,"292":32,"30":19,"302":3,"306":6,"31":84,"314":3,"32":17,"33":32,"34":46,"347":12,"35":21,"352":426,"36":92,"37":18,"38":236,"380":7,"381":58,"383":53,"39":58,"391":10,"396":3,"397":11,"40":41,"409":4,"41":24,"414":12,"415":48,"419":5,"42":19,"426":1,"43":17,"430":27,"431":1,"433":4,"434":1,"44":10,"45":29,"46":224,"48":51,"49":94,"5":412,"51":28,"52":39,"53":30,"56":11,"570":4,"6":85,"63":17,"7":268,"79":19,"8":90,"80":17,"9":218,"all_client":62507,"all_tv_clinet":8137,"insert_time":"2014-08-19T16:11:57.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54002,"10":18,"107":286,"11":245,"12":51,"13":174,"14":84,"15":68,"155":23,"156":7,"158":16,"159":5,"16":330,"160":16,"161":68,"167":22,"168":3,"17":121,"18":480,"19":207,"20":74,"209":14,"21":221,"210":4,"214":16,"215":163,"221":172,"223":246,"224":39,"225":340,"23":273,"24":432,"25":234,"257":25,"26":52,"268":4,"27":29,"273":23,"276":19,"279":32,"28":323,"281":11,"282":41,"291":7,"292":32,"30":19,"302":3,"306":6,"31":83,"314":3,"32":19,"33":33,"34":44,"347":12,"35":18,"352":416,"36":92,"37":20,"38":240,"380":11,"381":60,"383":49,"39":59,"391":11,"396":4,"397":10,"40":39,"409":4,"41":24,"414":11,"415":43,"419":4,"42":20,"426":1,"43":16,"430":27,"431":1,"433":4,"434":1,"44":9,"45":31,"46":226,"48":44,"49":95,"5":399,"51":31,"52":39,"53":28,"56":9,"570":4,"6":83,"63":17,"7":277,"79":18,"8":88,"80":19,"9":192,"all_client":62068,"all_tv_clinet":8066,"insert_time":"2014-08-19T16:12:57.772Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53472,"10":17,"107":292,"11":246,"12":49,"13":168,"14":90,"15":62,"155":22,"156":4,"158":17,"159":5,"16":329,"160":16,"161":72,"167":22,"168":3,"17":129,"18":477,"19":200,"20":74,"209":13,"21":217,"210":4,"214":16,"215":156,"221":169,"223":247,"224":38,"225":325,"23":272,"24":419,"25":237,"257":25,"26":51,"268":3,"27":26,"273":23,"276":20,"279":32,"28":325,"281":11,"282":36,"291":7,"292":29,"30":18,"302":4,"306":5,"31":80,"314":3,"32":18,"33":31,"34":45,"347":10,"35":18,"352":400,"36":86,"37":19,"38":239,"380":10,"381":60,"383":50,"39":58,"391":11,"396":4,"397":11,"40":42,"409":4,"41":22,"414":11,"415":42,"419":3,"42":18,"43":15,"430":27,"431":1,"433":4,"434":1,"44":8,"45":30,"46":226,"48":36,"49":98,"5":390,"51":30,"52":41,"53":31,"56":10,"570":4,"6":86,"63":16,"7":287,"79":19,"8":87,"80":20,"9":169,"all_client":61425,"all_tv_clinet":7953,"insert_time":"2014-08-19T16:13:58.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52927,"10":18,"107":290,"11":245,"12":48,"13":168,"14":96,"15":60,"155":20,"156":4,"158":19,"159":5,"16":324,"160":16,"161":72,"167":21,"168":3,"17":135,"18":477,"19":196,"20":72,"209":13,"21":216,"210":4,"214":16,"215":154,"221":164,"223":257,"224":35,"225":316,"23":261,"24":421,"25":241,"257":26,"26":53,"268":3,"27":24,"273":23,"276":21,"279":33,"28":320,"281":11,"282":37,"291":6,"292":27,"30":19,"302":4,"306":4,"31":78,"314":3,"32":20,"33":29,"34":39,"347":11,"35":19,"352":395,"36":91,"37":19,"38":235,"380":10,"381":56,"383":49,"39":56,"391":13,"396":5,"397":11,"40":42,"409":4,"41":24,"414":12,"415":43,"419":3,"42":17,"426":1,"43":15,"430":30,"431":1,"433":4,"44":7,"45":30,"46":220,"48":34,"49":99,"5":383,"51":29,"52":47,"53":31,"56":11,"570":4,"6":90,"63":17,"7":284,"79":17,"8":86,"80":19,"9":156,"all_client":60824,"all_tv_clinet":7897,"insert_time":"2014-08-19T16:14:59.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52415,"10":20,"107":294,"11":247,"12":48,"13":165,"14":101,"15":56,"155":19,"156":3,"158":18,"159":5,"16":318,"160":15,"161":70,"167":19,"168":3,"17":134,"18":471,"19":189,"20":73,"209":12,"21":215,"210":4,"214":16,"215":149,"221":166,"223":259,"224":32,"225":300,"23":248,"24":409,"25":242,"257":25,"26":50,"268":3,"27":23,"273":24,"276":20,"279":34,"28":315,"281":9,"282":28,"291":6,"292":25,"30":20,"302":3,"306":5,"31":78,"314":3,"32":20,"33":26,"34":39,"347":10,"35":18,"352":394,"36":90,"37":17,"38":231,"380":9,"381":54,"383":51,"39":55,"391":13,"396":6,"397":13,"40":42,"409":4,"41":24,"414":12,"415":44,"419":3,"42":19,"426":1,"43":18,"430":30,"433":4,"44":8,"45":28,"46":222,"48":32,"49":95,"5":370,"51":29,"52":52,"53":25,"56":11,"570":3,"6":87,"63":16,"7":288,"79":17,"8":87,"80":21,"9":153,"all_client":60197,"all_tv_clinet":7782,"insert_time":"2014-08-19T16:15:59.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51832,"10":19,"107":293,"11":250,"12":44,"13":162,"14":107,"15":55,"155":19,"156":3,"158":18,"159":4,"16":313,"160":15,"161":68,"167":16,"168":4,"17":134,"18":465,"19":187,"20":74,"209":13,"21":222,"210":4,"214":12,"215":148,"221":165,"223":248,"224":32,"225":296,"23":235,"24":409,"25":237,"257":19,"26":49,"268":2,"27":21,"273":19,"276":20,"279":33,"28":307,"281":9,"282":24,"291":6,"292":18,"30":20,"302":3,"306":5,"31":79,"314":4,"32":18,"33":26,"34":37,"347":11,"35":18,"352":397,"36":85,"37":17,"38":237,"380":9,"381":52,"383":50,"39":51,"391":13,"396":8,"397":11,"40":43,"409":5,"41":27,"414":11,"415":39,"419":3,"42":22,"426":1,"43":15,"430":29,"433":5,"44":10,"45":29,"46":224,"48":30,"49":93,"5":363,"51":27,"52":53,"53":25,"56":10,"570":3,"6":81,"63":18,"7":296,"79":18,"8":93,"80":20,"9":149,"all_client":59523,"all_tv_clinet":7691,"insert_time":"2014-08-19T16:16:59.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51347,"10":18,"107":299,"11":243,"12":49,"13":156,"14":107,"15":55,"155":18,"156":4,"158":20,"159":4,"16":310,"160":14,"161":66,"167":16,"168":4,"17":136,"18":459,"19":177,"20":75,"209":15,"21":223,"210":4,"214":12,"215":145,"221":164,"223":241,"224":31,"225":282,"23":220,"24":410,"25":234,"257":17,"26":44,"268":2,"27":16,"273":18,"276":20,"279":30,"28":306,"281":9,"282":22,"291":5,"292":16,"30":19,"302":3,"306":5,"31":78,"314":5,"32":18,"33":23,"34":41,"347":9,"35":19,"352":392,"36":80,"37":15,"38":236,"380":9,"381":50,"383":51,"39":50,"391":12,"396":8,"397":11,"40":40,"409":5,"41":25,"414":12,"415":38,"419":4,"42":22,"426":1,"43":15,"430":24,"433":5,"44":9,"45":30,"46":233,"48":28,"49":91,"5":357,"51":27,"52":53,"53":20,"56":10,"570":2,"6":81,"63":18,"7":302,"79":18,"8":91,"80":19,"9":142,"all_client":58919,"all_tv_clinet":7572,"insert_time":"2014-08-19T16:18:00.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50850,"10":18,"107":298,"11":247,"12":44,"13":151,"14":99,"15":54,"155":17,"156":3,"158":24,"159":4,"16":306,"160":14,"161":64,"167":16,"168":4,"17":141,"18":452,"19":176,"20":77,"209":15,"21":221,"210":4,"211":1,"214":13,"215":141,"221":163,"223":238,"224":31,"225":273,"23":211,"24":413,"25":229,"257":17,"26":45,"268":1,"27":15,"273":19,"276":18,"279":30,"28":311,"281":9,"282":21,"291":6,"292":16,"30":18,"302":3,"306":4,"31":79,"314":5,"32":17,"33":20,"34":43,"347":10,"35":20,"352":382,"36":79,"37":13,"38":248,"380":8,"381":48,"383":50,"39":49,"391":10,"396":7,"397":9,"40":39,"409":5,"41":23,"414":11,"415":41,"419":4,"42":20,"426":2,"43":14,"430":23,"433":4,"44":11,"45":28,"46":231,"48":25,"49":82,"5":352,"51":26,"52":50,"53":22,"56":10,"570":1,"6":81,"63":18,"7":302,"79":17,"8":89,"80":17,"9":141,"all_client":58331,"all_tv_clinet":7481,"insert_time":"2014-08-19T16:19:00.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50343,"10":19,"107":290,"11":255,"12":48,"13":144,"14":97,"15":53,"155":16,"156":3,"158":23,"159":3,"16":281,"160":16,"161":61,"167":17,"168":2,"17":148,"18":454,"19":184,"20":77,"209":14,"21":220,"210":4,"211":1,"214":12,"215":143,"221":160,"223":231,"224":30,"225":269,"23":195,"24":402,"25":226,"257":18,"26":46,"268":1,"27":14,"273":19,"276":18,"279":32,"28":308,"281":10,"282":19,"291":5,"292":15,"30":19,"302":3,"306":4,"31":76,"314":5,"32":18,"33":19,"34":42,"347":10,"35":19,"352":384,"36":76,"37":14,"38":246,"380":8,"381":42,"383":50,"39":50,"391":10,"396":7,"397":9,"40":41,"409":5,"41":22,"414":11,"415":40,"419":4,"42":17,"426":2,"43":14,"430":22,"431":1,"433":4,"44":10,"45":27,"46":229,"48":21,"49":69,"5":356,"51":24,"52":51,"53":23,"56":9,"570":1,"6":78,"63":16,"7":308,"79":15,"8":87,"80":14,"9":134,"all_client":57712,"all_tv_clinet":7369,"insert_time":"2014-08-19T16:20:00.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49803,"10":17,"107":279,"11":263,"12":50,"13":140,"14":93,"15":52,"155":14,"156":3,"158":22,"159":4,"16":268,"160":17,"161":63,"167":17,"168":2,"17":149,"18":441,"19":185,"20":72,"209":15,"21":218,"210":4,"211":1,"214":12,"215":140,"221":160,"223":231,"224":33,"225":246,"23":184,"24":389,"25":220,"257":18,"26":46,"27":13,"273":19,"276":19,"279":33,"28":301,"281":9,"282":19,"291":5,"292":14,"30":21,"302":3,"306":4,"31":74,"314":5,"32":18,"33":21,"34":43,"347":10,"35":19,"352":382,"36":73,"37":14,"38":246,"380":9,"381":42,"383":55,"39":48,"391":8,"396":7,"397":10,"40":42,"409":4,"41":21,"414":11,"415":39,"419":4,"42":16,"426":2,"43":17,"430":21,"431":1,"433":5,"44":15,"45":22,"46":230,"48":21,"49":61,"5":358,"51":28,"52":45,"53":25,"56":8,"570":1,"6":76,"63":16,"7":302,"79":16,"8":91,"80":13,"9":128,"all_client":57054,"all_tv_clinet":7251,"insert_time":"2014-08-19T16:21:02.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49263,"10":16,"107":266,"11":271,"12":53,"13":137,"14":87,"15":56,"155":11,"156":3,"158":22,"159":5,"16":247,"160":16,"161":65,"167":17,"168":1,"17":151,"18":436,"19":181,"20":69,"209":19,"21":220,"210":3,"211":1,"214":12,"215":138,"221":157,"223":234,"224":32,"225":241,"23":178,"24":385,"25":221,"257":17,"26":44,"268":1,"27":13,"273":17,"276":21,"279":35,"28":301,"281":9,"282":18,"291":5,"292":12,"30":20,"302":3,"306":3,"31":73,"314":5,"32":17,"33":19,"34":44,"347":10,"35":19,"352":379,"36":70,"37":14,"38":241,"380":9,"381":43,"383":57,"39":46,"391":8,"396":6,"397":8,"40":41,"409":5,"41":17,"414":11,"415":36,"419":5,"42":16,"426":2,"43":17,"430":21,"431":1,"433":5,"44":16,"45":22,"46":229,"48":19,"49":59,"5":354,"51":30,"52":43,"53":25,"56":10,"570":2,"6":78,"63":16,"7":299,"79":15,"8":91,"80":13,"9":127,"all_client":56426,"all_tv_clinet":7163,"insert_time":"2014-08-19T16:22:02.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48758,"10":14,"107":264,"11":273,"12":58,"13":131,"14":83,"15":58,"155":11,"156":2,"158":22,"159":5,"16":233,"160":16,"161":68,"167":17,"168":1,"17":152,"18":435,"19":161,"20":68,"209":19,"21":211,"210":3,"211":1,"214":11,"215":134,"221":165,"223":241,"224":31,"225":240,"23":175,"24":382,"25":222,"257":14,"26":45,"268":2,"27":13,"273":15,"276":21,"279":37,"28":300,"281":9,"282":16,"291":6,"292":13,"30":17,"302":3,"306":2,"31":73,"314":5,"32":17,"33":17,"34":48,"347":10,"35":17,"352":386,"36":66,"37":14,"38":248,"380":10,"381":44,"383":56,"39":46,"391":9,"396":6,"397":8,"40":40,"409":6,"41":18,"414":11,"415":35,"419":4,"42":18,"426":2,"43":19,"430":21,"431":1,"433":5,"44":17,"45":21,"46":224,"48":20,"49":58,"5":340,"51":30,"52":38,"53":25,"56":9,"570":2,"6":81,"63":14,"7":297,"79":16,"8":92,"80":12,"9":119,"all_client":55853,"all_tv_clinet":7095,"insert_time":"2014-08-19T16:23:02.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48281,"10":15,"107":256,"11":259,"12":60,"13":128,"14":79,"15":62,"155":10,"156":3,"158":22,"159":5,"16":220,"160":14,"161":64,"167":18,"168":1,"17":155,"18":440,"19":152,"20":65,"209":19,"21":208,"210":4,"211":1,"214":11,"215":132,"221":155,"223":247,"224":32,"225":241,"23":169,"24":383,"25":221,"257":12,"26":47,"268":3,"27":12,"273":14,"276":20,"279":35,"28":294,"281":7,"282":15,"291":5,"292":12,"30":18,"302":2,"306":2,"31":75,"314":5,"32":19,"33":16,"34":45,"347":9,"35":14,"352":382,"36":61,"37":16,"38":244,"380":11,"381":44,"383":55,"39":44,"391":9,"396":7,"397":9,"40":40,"409":6,"41":17,"414":11,"415":36,"419":3,"42":21,"426":1,"43":22,"430":20,"431":1,"433":4,"44":16,"45":22,"46":219,"48":20,"49":57,"5":329,"51":31,"52":36,"53":24,"56":10,"570":3,"6":90,"63":14,"7":292,"79":17,"8":95,"80":12,"9":112,"all_client":55276,"all_tv_clinet":6995,"insert_time":"2014-08-19T16:24:03.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47833,"10":14,"107":255,"11":255,"12":62,"13":137,"14":81,"15":61,"155":10,"156":2,"158":24,"159":5,"16":209,"160":14,"161":61,"167":18,"168":1,"17":160,"18":431,"19":145,"20":63,"209":19,"21":208,"210":4,"211":1,"214":12,"215":130,"221":148,"223":255,"224":36,"225":248,"23":154,"24":385,"25":219,"257":14,"26":48,"268":2,"27":12,"273":14,"276":21,"279":35,"28":287,"281":7,"282":15,"291":5,"292":11,"30":20,"302":2,"306":2,"31":76,"314":3,"32":19,"33":17,"34":45,"347":10,"35":11,"352":370,"36":57,"37":18,"38":246,"380":11,"381":43,"383":53,"39":42,"391":10,"396":6,"397":9,"40":38,"409":7,"41":17,"414":11,"415":37,"419":3,"42":21,"426":1,"43":23,"430":18,"431":1,"433":4,"44":14,"45":21,"46":212,"48":18,"49":53,"5":319,"51":25,"52":34,"53":24,"56":10,"570":3,"6":95,"63":15,"7":289,"79":19,"8":93,"80":9,"9":114,"all_client":54749,"all_tv_clinet":6916,"insert_time":"2014-08-19T16:25:03.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47402,"10":15,"107":256,"11":253,"12":63,"13":135,"14":77,"15":63,"155":10,"156":2,"158":24,"159":5,"16":207,"160":13,"161":52,"167":17,"168":1,"17":163,"18":424,"19":134,"20":62,"209":19,"21":214,"210":4,"211":1,"214":12,"215":130,"221":142,"223":254,"224":37,"225":236,"23":148,"24":378,"25":226,"257":15,"26":48,"268":3,"27":12,"273":12,"276":20,"279":35,"28":279,"281":7,"282":15,"291":5,"292":12,"30":20,"302":1,"306":2,"31":76,"314":3,"32":20,"33":17,"34":43,"347":10,"35":11,"352":363,"36":55,"37":19,"38":237,"380":10,"381":47,"383":50,"39":39,"391":11,"396":5,"397":9,"40":36,"409":7,"41":22,"414":12,"415":37,"419":3,"42":22,"426":1,"43":21,"430":19,"431":1,"433":4,"44":13,"45":21,"46":212,"48":18,"49":54,"5":310,"51":25,"52":29,"53":25,"56":10,"570":3,"6":97,"63":15,"7":280,"79":20,"8":91,"80":8,"9":113,"all_client":54219,"all_tv_clinet":6817,"insert_time":"2014-08-19T16:26:04.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46878,"10":15,"107":255,"11":266,"12":62,"13":130,"14":74,"15":69,"155":8,"156":2,"158":25,"159":5,"16":200,"160":15,"161":51,"167":16,"168":1,"17":161,"18":412,"19":126,"20":61,"209":20,"21":207,"210":4,"211":1,"214":12,"215":129,"221":132,"223":241,"224":34,"225":235,"23":147,"24":382,"25":231,"257":14,"26":46,"268":3,"27":13,"273":11,"276":20,"279":34,"28":280,"281":7,"282":15,"291":6,"292":14,"30":18,"302":1,"306":2,"31":72,"314":3,"32":21,"33":15,"34":41,"347":10,"35":11,"352":366,"36":56,"37":17,"38":235,"380":11,"381":44,"383":49,"39":37,"391":12,"396":4,"397":9,"40":36,"409":6,"41":24,"414":12,"415":35,"419":2,"42":21,"426":1,"43":22,"430":21,"431":1,"433":4,"44":14,"45":21,"46":209,"48":18,"49":43,"5":304,"51":25,"52":24,"53":27,"56":10,"570":3,"6":95,"63":14,"7":271,"79":19,"8":87,"80":8,"9":116,"all_client":53597,"all_tv_clinet":6719,"insert_time":"2014-08-19T16:27:04.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46406,"10":18,"107":254,"11":268,"12":65,"13":124,"14":75,"15":69,"155":6,"156":1,"158":23,"159":4,"16":193,"160":15,"161":55,"167":16,"168":1,"17":163,"18":409,"19":122,"20":61,"209":19,"21":202,"210":4,"211":1,"214":11,"215":129,"221":130,"223":234,"224":33,"225":222,"23":153,"24":374,"25":230,"257":13,"26":44,"268":3,"27":14,"273":9,"276":20,"279":35,"28":274,"281":7,"282":15,"291":6,"292":14,"30":17,"302":1,"306":2,"31":73,"314":3,"32":23,"33":17,"34":37,"347":10,"35":11,"352":377,"36":50,"37":14,"38":233,"380":12,"381":43,"383":49,"39":33,"391":12,"396":4,"397":9,"40":36,"409":6,"41":23,"414":11,"415":34,"42":20,"426":2,"43":24,"430":22,"431":1,"433":5,"44":13,"45":22,"46":208,"48":20,"49":37,"5":292,"51":24,"52":23,"53":24,"56":9,"570":3,"6":92,"63":13,"7":267,"79":19,"8":87,"80":8,"9":116,"all_client":53035,"all_tv_clinet":6629,"insert_time":"2014-08-19T16:28:04.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45926,"10":16,"107":251,"11":271,"12":67,"13":119,"14":77,"15":80,"155":6,"156":2,"158":23,"159":3,"16":172,"160":14,"161":50,"167":16,"168":1,"17":164,"18":399,"19":113,"20":59,"209":20,"21":202,"210":4,"211":1,"214":10,"215":125,"221":128,"223":227,"224":36,"225":232,"23":154,"24":362,"25":227,"257":12,"26":41,"268":2,"27":14,"273":8,"276":20,"279":35,"28":279,"281":7,"282":15,"291":7,"292":15,"30":16,"302":1,"306":2,"31":72,"314":3,"32":25,"33":15,"34":37,"347":10,"35":10,"352":354,"36":49,"37":14,"38":236,"380":13,"381":38,"383":50,"39":34,"391":10,"396":4,"397":9,"40":35,"409":6,"41":21,"414":12,"415":36,"419":2,"42":21,"426":3,"43":25,"430":21,"431":1,"433":6,"44":13,"45":20,"46":209,"48":18,"49":32,"5":277,"51":21,"52":23,"53":24,"56":9,"570":3,"6":92,"63":15,"7":254,"79":18,"8":83,"80":9,"9":110,"all_client":52433,"all_tv_clinet":6507,"insert_time":"2014-08-19T16:29:05.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45507,"10":17,"107":258,"11":277,"12":72,"13":121,"14":79,"15":78,"155":6,"156":3,"158":17,"159":3,"16":147,"160":11,"161":47,"167":15,"168":1,"17":164,"18":388,"19":114,"20":61,"209":22,"21":202,"210":4,"211":1,"214":10,"215":128,"221":120,"223":224,"224":35,"225":219,"23":153,"24":347,"25":229,"257":13,"26":40,"268":2,"27":15,"273":8,"276":19,"279":35,"28":272,"281":7,"282":15,"291":6,"292":14,"30":15,"302":3,"306":2,"31":71,"314":3,"32":27,"33":15,"34":40,"347":10,"35":11,"352":342,"36":48,"37":16,"38":222,"380":13,"381":37,"383":49,"39":37,"391":9,"396":5,"397":9,"40":38,"409":6,"41":21,"414":12,"415":38,"419":2,"42":21,"426":4,"43":23,"430":21,"431":1,"433":5,"44":12,"45":19,"46":210,"48":17,"49":32,"5":274,"51":22,"52":22,"53":21,"56":8,"570":3,"6":92,"63":13,"7":255,"79":19,"8":78,"80":9,"9":102,"all_client":51910,"all_tv_clinet":6403,"insert_time":"2014-08-19T16:30:05.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45121,"10":16,"107":262,"11":282,"12":71,"13":117,"14":78,"15":77,"155":6,"156":3,"158":17,"159":3,"16":121,"160":11,"161":48,"167":15,"168":1,"17":164,"18":377,"19":108,"20":58,"209":23,"21":204,"210":4,"211":1,"214":10,"215":124,"221":116,"223":218,"224":39,"225":219,"23":149,"24":339,"25":233,"257":13,"26":40,"268":2,"27":16,"273":7,"276":19,"279":36,"28":269,"281":7,"282":15,"291":6,"292":12,"30":15,"302":3,"306":2,"31":71,"314":3,"32":25,"33":18,"34":43,"347":10,"35":12,"352":346,"36":48,"37":16,"38":217,"380":13,"381":34,"383":48,"39":37,"391":8,"396":5,"397":9,"40":41,"409":6,"41":19,"414":11,"415":39,"419":2,"42":25,"426":5,"43":21,"430":18,"431":1,"433":4,"44":11,"45":22,"46":209,"48":17,"49":31,"5":271,"51":23,"52":19,"53":20,"56":8,"570":2,"6":94,"63":13,"7":250,"79":17,"8":69,"80":8,"9":95,"all_client":51431,"all_tv_clinet":6310,"insert_time":"2014-08-19T16:31:05.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44698,"10":16,"107":254,"11":281,"12":72,"13":114,"14":75,"15":73,"155":7,"156":2,"158":16,"159":3,"16":117,"160":12,"161":44,"167":16,"168":1,"17":164,"18":363,"19":100,"20":59,"209":21,"21":194,"210":3,"211":1,"214":10,"215":127,"221":110,"223":224,"224":40,"225":212,"23":151,"24":338,"25":231,"257":13,"26":42,"268":2,"27":14,"273":8,"276":19,"279":37,"28":268,"281":8,"282":16,"291":6,"292":9,"30":15,"302":3,"306":1,"31":72,"314":3,"32":26,"33":17,"34":43,"347":9,"35":13,"352":346,"36":48,"37":14,"38":211,"380":13,"381":34,"383":47,"39":39,"391":9,"396":7,"397":9,"40":40,"409":7,"41":16,"414":9,"415":35,"419":1,"42":25,"426":6,"43":21,"430":14,"433":3,"44":11,"45":24,"46":201,"48":16,"49":31,"5":261,"51":21,"52":18,"53":21,"56":6,"570":2,"6":94,"63":13,"7":249,"79":14,"8":58,"80":8,"9":92,"all_client":50887,"all_tv_clinet":6189,"insert_time":"2014-08-19T16:32:06.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44219,"10":12,"107":246,"11":284,"12":71,"13":115,"14":73,"15":74,"155":8,"156":2,"158":16,"159":3,"16":114,"160":12,"161":41,"167":17,"168":2,"17":167,"18":345,"19":94,"20":56,"209":16,"21":189,"210":3,"211":1,"214":9,"215":121,"221":113,"223":225,"224":40,"225":217,"23":152,"24":333,"25":229,"257":13,"26":39,"268":2,"27":14,"273":9,"276":19,"279":36,"28":266,"281":8,"282":16,"291":6,"292":9,"30":15,"302":3,"306":2,"31":74,"314":3,"32":24,"33":21,"34":43,"347":9,"35":14,"352":341,"36":45,"37":17,"38":210,"380":12,"381":34,"383":48,"39":37,"391":9,"396":7,"397":10,"40":38,"409":7,"41":16,"414":8,"415":37,"419":1,"42":25,"426":6,"43":18,"430":12,"433":3,"44":11,"45":24,"46":200,"48":15,"49":30,"5":258,"51":21,"52":16,"53":22,"56":6,"570":1,"6":94,"63":14,"7":252,"79":11,"8":56,"80":8,"9":93,"all_client":50337,"all_tv_clinet":6118,"insert_time":"2014-08-19T16:33:06.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43783,"10":11,"107":240,"11":284,"12":71,"13":112,"14":74,"15":75,"155":8,"156":2,"158":14,"159":3,"16":110,"160":13,"161":38,"167":17,"168":2,"17":167,"18":331,"19":91,"20":57,"209":15,"21":186,"210":3,"211":1,"214":8,"215":121,"221":113,"223":233,"224":37,"225":207,"23":149,"24":329,"25":226,"257":13,"26":37,"268":2,"27":13,"273":9,"276":18,"279":34,"28":265,"281":8,"282":18,"291":6,"292":9,"30":13,"302":3,"306":3,"31":74,"314":4,"32":26,"33":19,"34":42,"347":8,"35":14,"352":338,"36":44,"37":19,"38":200,"380":12,"381":33,"383":49,"39":35,"391":9,"396":7,"397":10,"40":37,"409":7,"41":16,"414":9,"415":33,"419":1,"42":26,"426":5,"43":16,"430":12,"433":3,"44":13,"45":24,"46":204,"48":14,"49":29,"5":255,"51":21,"52":15,"53":25,"56":3,"570":1,"6":96,"63":14,"7":252,"79":10,"8":52,"80":10,"9":92,"all_client":49820,"all_tv_clinet":6037,"insert_time":"2014-08-19T16:34:06.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43402,"10":12,"107":241,"11":295,"12":77,"13":107,"14":74,"15":74,"155":8,"156":2,"158":13,"159":3,"16":110,"160":12,"161":36,"167":16,"168":2,"17":155,"18":320,"19":84,"20":56,"209":14,"21":188,"210":3,"211":1,"214":8,"215":120,"221":113,"223":233,"224":38,"225":206,"23":146,"24":322,"25":215,"257":16,"26":36,"268":2,"27":14,"273":11,"276":18,"279":33,"28":265,"281":8,"282":19,"291":5,"292":8,"30":13,"302":3,"306":3,"31":74,"314":4,"32":25,"33":19,"34":39,"347":8,"35":14,"352":322,"36":43,"37":20,"38":192,"380":12,"381":31,"383":50,"39":35,"391":9,"396":7,"397":9,"40":38,"409":10,"41":17,"414":10,"415":34,"419":1,"42":27,"426":3,"43":14,"430":11,"433":2,"44":14,"45":21,"46":209,"48":15,"49":25,"5":254,"51":21,"52":13,"53":24,"56":3,"570":1,"6":96,"63":15,"7":248,"79":12,"8":49,"80":8,"9":93,"all_client":49361,"all_tv_clinet":5959,"insert_time":"2014-08-19T16:35:07.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42982,"10":13,"107":230,"11":293,"12":79,"13":112,"14":74,"15":72,"155":9,"156":1,"158":11,"159":2,"16":105,"160":12,"161":40,"167":14,"168":1,"17":150,"18":311,"19":80,"20":57,"209":15,"21":193,"210":2,"211":2,"214":9,"215":119,"221":120,"223":231,"224":37,"225":191,"23":143,"24":316,"25":202,"257":16,"26":35,"268":1,"27":13,"273":13,"276":18,"279":32,"28":261,"281":9,"282":22,"291":4,"292":8,"30":14,"302":3,"306":3,"31":76,"314":4,"32":25,"33":17,"34":38,"347":9,"35":12,"352":315,"36":40,"37":20,"38":189,"380":13,"381":30,"383":46,"39":37,"391":11,"396":7,"397":8,"40":36,"409":10,"41":20,"414":9,"415":31,"419":1,"42":28,"426":4,"43":12,"430":9,"433":2,"44":15,"45":21,"46":210,"48":15,"49":25,"5":252,"51":18,"52":13,"53":23,"56":2,"570":2,"6":93,"63":14,"7":241,"79":13,"8":49,"80":8,"9":92,"all_client":48845,"all_tv_clinet":5863,"insert_time":"2014-08-19T16:36:07.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42598,"10":13,"107":230,"11":292,"12":81,"13":108,"14":74,"15":75,"155":9,"156":1,"158":11,"159":2,"16":101,"160":12,"161":38,"167":13,"168":1,"17":140,"18":300,"19":75,"20":56,"209":17,"21":186,"210":1,"211":2,"214":8,"215":123,"221":120,"223":231,"224":36,"225":191,"23":140,"24":314,"25":204,"257":17,"26":37,"268":1,"27":14,"273":13,"276":17,"279":32,"28":259,"281":9,"282":21,"291":4,"292":8,"30":14,"302":3,"306":3,"31":77,"314":4,"32":25,"33":14,"34":38,"347":9,"35":11,"352":313,"36":38,"37":21,"38":184,"380":12,"381":30,"383":46,"39":34,"391":11,"396":7,"397":8,"40":36,"409":11,"41":18,"414":9,"415":32,"419":2,"42":27,"426":3,"43":11,"430":8,"433":2,"44":12,"45":19,"46":206,"48":16,"49":23,"5":250,"51":17,"52":13,"53":22,"56":2,"570":2,"6":96,"63":14,"7":237,"79":13,"8":47,"80":8,"9":90,"all_client":48383,"all_tv_clinet":5785,"insert_time":"2014-08-19T16:37:07.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42192,"10":12,"107":227,"11":292,"12":72,"13":107,"14":73,"15":78,"155":9,"156":1,"158":11,"159":2,"16":98,"160":13,"161":36,"167":13,"168":1,"17":130,"18":289,"19":72,"20":56,"209":18,"21":186,"210":1,"211":2,"214":8,"215":116,"221":113,"223":233,"224":36,"225":198,"23":137,"24":306,"25":213,"257":16,"26":37,"268":1,"27":16,"273":13,"276":17,"279":31,"28":258,"281":9,"282":23,"291":4,"292":8,"30":12,"302":3,"306":3,"31":80,"314":4,"32":21,"33":13,"34":38,"347":9,"35":11,"352":299,"36":36,"37":21,"38":175,"380":11,"381":33,"383":44,"39":33,"391":11,"396":8,"397":9,"40":39,"409":10,"41":20,"414":8,"415":32,"419":3,"42":26,"426":2,"43":12,"430":8,"433":3,"44":13,"45":21,"46":193,"48":16,"49":23,"5":238,"51":18,"52":15,"53":20,"56":2,"570":2,"6":94,"63":16,"7":231,"79":11,"8":42,"80":10,"9":89,"all_client":47875,"all_tv_clinet":5683,"insert_time":"2014-08-19T16:38:08.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41833,"10":10,"107":226,"11":302,"12":63,"13":102,"14":65,"15":80,"155":8,"156":2,"158":11,"159":3,"16":101,"160":12,"161":34,"167":13,"168":1,"17":127,"18":282,"19":71,"20":60,"209":16,"21":178,"210":2,"211":2,"214":9,"215":112,"221":112,"223":226,"224":36,"225":196,"23":133,"24":303,"25":224,"257":16,"26":38,"268":1,"27":14,"273":13,"276":16,"279":33,"28":250,"281":9,"282":24,"291":4,"292":7,"30":12,"302":3,"306":3,"31":79,"314":4,"32":21,"33":10,"34":37,"347":9,"35":13,"352":299,"36":36,"37":24,"38":173,"380":11,"381":36,"383":47,"39":35,"391":10,"396":9,"397":8,"40":41,"409":10,"41":20,"414":7,"415":28,"419":3,"42":26,"426":1,"43":11,"430":9,"433":3,"44":13,"45":23,"46":180,"48":17,"49":21,"5":228,"51":17,"52":16,"53":19,"56":2,"570":2,"6":100,"63":18,"7":232,"79":10,"8":43,"80":10,"9":89,"all_client":47458,"all_tv_clinet":5625,"insert_time":"2014-08-19T16:39:08.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41396,"10":12,"107":219,"11":305,"12":54,"13":108,"14":62,"15":85,"155":8,"156":2,"158":11,"159":4,"16":99,"160":11,"161":35,"167":13,"168":1,"17":123,"18":285,"19":68,"20":62,"209":15,"21":174,"210":2,"211":2,"214":9,"215":109,"221":109,"223":222,"224":36,"225":194,"23":127,"24":301,"25":221,"257":16,"26":39,"268":1,"27":15,"273":13,"276":14,"279":34,"28":247,"281":8,"282":23,"291":4,"292":8,"30":13,"302":3,"306":3,"31":80,"314":4,"32":22,"33":10,"34":36,"347":9,"35":15,"352":290,"36":40,"37":22,"38":168,"380":11,"381":39,"383":44,"39":34,"391":8,"396":6,"397":8,"40":41,"409":11,"41":21,"414":7,"415":29,"419":3,"42":26,"426":1,"43":11,"430":10,"433":3,"44":12,"45":23,"46":172,"48":17,"49":20,"5":229,"51":17,"52":16,"53":18,"56":2,"570":2,"6":97,"63":19,"7":228,"79":11,"8":39,"80":10,"9":88,"all_client":46954,"all_tv_clinet":5558,"insert_time":"2014-08-19T16:40:08.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40994,"10":12,"107":214,"11":308,"12":43,"13":113,"14":64,"15":85,"155":8,"156":2,"158":11,"159":4,"16":97,"160":10,"161":34,"167":13,"168":1,"17":118,"18":279,"19":68,"20":65,"209":16,"21":175,"210":2,"211":3,"214":10,"215":108,"221":112,"223":225,"224":37,"225":197,"23":123,"24":287,"25":220,"257":16,"26":42,"27":15,"273":14,"276":13,"279":30,"28":244,"281":8,"282":19,"291":4,"292":8,"30":13,"302":3,"306":3,"31":79,"314":5,"32":19,"33":13,"34":32,"347":8,"35":16,"352":284,"36":44,"37":21,"38":158,"380":10,"381":38,"383":45,"39":36,"391":7,"396":5,"397":8,"40":40,"409":11,"41":15,"414":5,"415":28,"419":4,"42":27,"426":2,"43":12,"430":9,"433":3,"44":12,"45":21,"46":167,"48":16,"49":19,"5":229,"51":16,"52":16,"53":18,"56":2,"570":2,"6":96,"63":22,"7":210,"79":11,"8":35,"80":10,"9":88,"all_client":46464,"all_tv_clinet":5470,"insert_time":"2014-08-19T16:41:08.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40582,"10":13,"107":215,"11":305,"12":41,"13":107,"14":64,"15":83,"155":8,"156":4,"158":11,"159":4,"16":98,"160":10,"161":31,"167":13,"168":1,"17":115,"18":271,"19":69,"20":57,"209":17,"21":172,"210":3,"211":3,"214":9,"215":110,"221":113,"223":226,"224":37,"225":191,"23":120,"24":291,"25":213,"257":17,"26":42,"27":17,"273":14,"276":13,"279":28,"28":238,"281":7,"282":17,"291":4,"292":7,"30":13,"302":3,"306":3,"31":79,"314":5,"32":19,"33":13,"34":29,"347":8,"35":16,"352":283,"36":44,"37":18,"38":160,"380":10,"381":37,"383":42,"39":38,"391":8,"396":4,"397":8,"40":41,"409":12,"41":15,"414":5,"415":30,"419":4,"42":22,"426":2,"43":12,"430":8,"433":3,"44":11,"45":21,"46":162,"48":15,"49":20,"5":225,"51":15,"52":15,"53":18,"56":2,"570":2,"6":99,"63":20,"7":205,"79":13,"8":33,"80":10,"9":85,"all_client":45976,"all_tv_clinet":5394,"insert_time":"2014-08-19T16:42:09.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40136,"10":12,"107":214,"11":308,"12":40,"13":104,"14":65,"15":83,"155":7,"156":4,"158":10,"159":4,"16":95,"160":10,"161":32,"167":14,"168":1,"17":106,"18":267,"19":68,"20":59,"209":17,"21":168,"210":3,"211":3,"214":9,"215":104,"221":114,"223":216,"224":38,"225":191,"23":122,"24":278,"25":211,"257":18,"26":46,"27":17,"273":14,"276":14,"279":28,"28":241,"281":7,"282":15,"291":5,"292":6,"30":13,"302":3,"306":3,"31":82,"314":5,"32":19,"33":14,"34":27,"347":8,"35":16,"352":277,"36":42,"37":16,"38":147,"380":10,"381":33,"383":42,"39":36,"391":8,"396":4,"397":7,"40":42,"409":12,"41":18,"414":5,"415":31,"419":4,"42":19,"426":2,"43":10,"430":7,"433":2,"44":11,"45":21,"46":159,"48":15,"49":21,"5":218,"51":20,"52":15,"53":20,"56":1,"570":2,"6":102,"63":19,"7":204,"79":15,"8":33,"80":9,"9":78,"all_client":45451,"all_tv_clinet":5315,"insert_time":"2014-08-19T16:43:09.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39677,"10":12,"107":214,"11":307,"12":35,"13":101,"14":67,"15":77,"155":7,"156":4,"158":10,"159":4,"16":100,"160":9,"161":34,"167":13,"168":2,"17":95,"18":256,"19":67,"20":60,"209":17,"21":169,"210":3,"211":3,"214":9,"215":105,"221":107,"223":212,"224":39,"225":191,"23":121,"24":282,"25":204,"257":18,"26":46,"27":21,"273":16,"276":13,"279":27,"28":241,"281":6,"282":14,"291":5,"292":8,"30":13,"302":3,"306":3,"31":78,"314":3,"32":20,"33":17,"34":26,"347":7,"35":15,"352":276,"36":41,"37":15,"38":143,"380":10,"381":30,"383":41,"39":32,"391":9,"396":4,"397":7,"40":40,"409":11,"41":20,"414":6,"415":30,"419":3,"42":17,"426":2,"43":11,"430":7,"433":2,"44":11,"45":21,"46":156,"48":16,"49":19,"5":217,"51":20,"52":14,"53":21,"56":1,"570":2,"6":100,"63":14,"7":202,"79":14,"8":34,"80":10,"9":78,"all_client":44920,"all_tv_clinet":5243,"insert_time":"2014-08-19T16:44:09.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39332,"10":11,"107":222,"11":306,"12":31,"13":99,"14":70,"15":78,"155":7,"156":4,"158":10,"159":3,"16":102,"160":7,"161":33,"167":13,"168":2,"17":93,"18":255,"19":64,"20":60,"209":15,"21":162,"210":3,"211":3,"214":9,"215":106,"221":104,"223":211,"224":41,"225":194,"23":120,"24":282,"25":208,"257":18,"26":45,"27":21,"273":17,"276":12,"279":28,"28":233,"281":4,"282":14,"291":5,"292":6,"30":14,"302":3,"306":3,"31":76,"314":3,"32":19,"33":19,"34":27,"347":6,"35":15,"352":267,"36":42,"37":16,"38":136,"380":10,"381":30,"383":39,"39":30,"391":8,"396":3,"397":8,"40":40,"409":10,"41":20,"414":7,"415":32,"419":3,"42":17,"426":2,"43":11,"430":7,"433":2,"44":13,"45":20,"46":151,"48":16,"49":21,"5":213,"51":17,"52":14,"53":21,"56":1,"570":2,"6":98,"63":13,"7":197,"79":14,"8":33,"80":10,"9":75,"all_client":44517,"all_tv_clinet":5185,"insert_time":"2014-08-19T16:45:10.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39005,"10":11,"107":224,"11":303,"12":26,"13":103,"14":71,"15":75,"155":7,"156":4,"158":8,"159":2,"16":105,"160":8,"161":28,"167":15,"168":2,"17":95,"18":253,"19":67,"20":58,"209":15,"21":163,"210":3,"211":4,"214":9,"215":104,"221":108,"223":211,"224":39,"225":190,"23":115,"24":276,"25":212,"257":16,"26":45,"27":23,"273":17,"276":11,"279":29,"28":226,"281":4,"282":14,"291":6,"292":6,"30":11,"302":3,"306":3,"31":64,"314":3,"32":17,"33":18,"34":24,"347":6,"35":15,"352":272,"36":40,"37":16,"38":136,"380":9,"381":31,"383":38,"39":30,"391":9,"396":3,"397":8,"40":35,"409":11,"41":20,"414":5,"415":29,"419":2,"42":17,"426":2,"43":10,"430":4,"433":2,"44":14,"45":19,"46":143,"48":15,"49":20,"5":209,"51":16,"52":14,"53":19,"56":1,"570":2,"6":95,"63":12,"7":200,"79":11,"8":36,"80":10,"9":77,"all_client":44122,"all_tv_clinet":5117,"insert_time":"2014-08-19T16:46:10.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38645,"10":10,"107":219,"11":291,"12":23,"13":107,"14":67,"15":77,"155":7,"156":4,"158":8,"159":2,"16":110,"160":9,"161":26,"167":14,"168":3,"17":94,"18":254,"19":67,"20":57,"209":16,"21":159,"210":3,"211":3,"214":9,"215":100,"221":106,"223":212,"224":38,"225":186,"23":116,"24":270,"25":218,"257":15,"26":47,"268":1,"27":23,"273":14,"276":12,"279":28,"28":217,"281":4,"282":13,"291":6,"292":6,"30":10,"302":3,"306":3,"31":61,"314":4,"32":15,"33":18,"34":26,"347":6,"35":16,"352":271,"36":41,"37":16,"38":139,"380":8,"381":31,"383":36,"39":28,"391":11,"396":2,"397":8,"40":33,"409":10,"41":21,"414":6,"415":29,"419":1,"42":15,"426":1,"43":9,"430":5,"433":2,"44":15,"45":19,"46":128,"48":14,"49":19,"5":200,"51":15,"52":13,"53":20,"56":2,"570":2,"6":96,"63":11,"7":203,"79":11,"8":37,"80":10,"9":72,"all_client":43688,"all_tv_clinet":5043,"insert_time":"2014-08-19T16:47:10.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38271,"10":10,"107":217,"11":291,"12":23,"13":110,"14":65,"15":79,"155":7,"156":2,"158":10,"159":1,"16":101,"160":9,"161":24,"167":14,"168":3,"17":95,"18":257,"19":65,"20":56,"209":18,"21":154,"210":3,"211":3,"214":9,"215":96,"221":108,"223":209,"224":36,"225":191,"23":111,"24":267,"25":214,"257":15,"26":45,"268":2,"27":24,"273":15,"276":10,"279":29,"28":217,"281":4,"282":12,"291":7,"292":5,"30":11,"302":3,"306":2,"31":58,"314":4,"32":14,"33":19,"34":24,"347":6,"35":15,"352":279,"36":40,"37":15,"38":135,"380":7,"381":28,"383":31,"389":1,"39":32,"391":11,"396":2,"397":8,"40":33,"409":12,"41":20,"414":5,"415":29,"419":1,"42":13,"43":8,"430":5,"433":2,"44":15,"45":21,"46":114,"48":14,"49":18,"5":204,"51":14,"52":14,"53":20,"56":2,"570":2,"6":90,"63":11,"7":200,"79":11,"8":41,"80":10,"9":75,"all_client":43263,"all_tv_clinet":4992,"insert_time":"2014-08-19T16:48:10.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37862,"10":10,"107":199,"11":286,"12":22,"13":109,"14":60,"15":80,"155":7,"156":2,"158":10,"159":1,"16":99,"160":8,"161":26,"167":14,"168":3,"17":103,"18":262,"19":67,"20":56,"209":18,"21":148,"210":3,"211":3,"214":7,"215":96,"221":107,"223":201,"224":36,"225":200,"23":108,"24":266,"25":220,"257":15,"26":44,"268":2,"27":25,"273":14,"276":9,"279":28,"28":206,"281":4,"282":11,"291":8,"292":6,"30":12,"302":3,"306":2,"31":56,"314":4,"32":13,"33":21,"34":25,"347":6,"35":15,"352":276,"36":43,"37":13,"38":135,"380":7,"381":28,"383":30,"389":1,"39":33,"391":12,"396":2,"397":9,"40":31,"409":11,"41":20,"414":5,"415":33,"419":2,"42":13,"43":11,"430":6,"431":1,"433":2,"44":14,"45":22,"46":100,"48":16,"49":19,"5":199,"51":14,"52":14,"53":18,"56":3,"570":1,"6":84,"63":10,"7":191,"79":11,"8":42,"80":10,"9":73,"all_client":42793,"all_tv_clinet":4931,"insert_time":"2014-08-19T16:49:11.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37542,"10":9,"107":199,"11":282,"12":20,"13":106,"14":55,"15":86,"155":7,"156":2,"158":9,"159":1,"16":88,"160":7,"161":29,"167":14,"168":3,"17":107,"18":259,"19":69,"20":57,"209":17,"21":146,"210":3,"211":2,"214":7,"215":95,"221":106,"223":198,"224":35,"225":196,"23":108,"24":267,"25":218,"257":13,"26":40,"268":3,"27":23,"273":14,"276":8,"279":28,"28":199,"281":4,"282":10,"291":8,"292":5,"30":12,"302":3,"306":2,"31":53,"314":4,"32":11,"33":18,"34":24,"347":6,"35":13,"352":279,"36":42,"37":12,"38":130,"380":8,"381":29,"383":28,"389":1,"39":33,"391":11,"396":2,"397":10,"40":29,"409":12,"41":17,"414":4,"415":35,"419":2,"42":11,"43":8,"430":6,"431":1,"433":2,"44":13,"45":23,"46":89,"48":16,"49":20,"5":201,"51":14,"52":16,"53":20,"56":2,"570":1,"6":78,"63":11,"7":188,"79":10,"8":43,"80":10,"9":75,"all_client":42392,"all_tv_clinet":4850,"insert_time":"2014-08-19T16:50:11.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37219,"10":10,"107":194,"11":285,"12":21,"13":100,"14":53,"15":88,"155":7,"156":2,"158":9,"159":1,"16":85,"160":7,"161":28,"167":14,"168":3,"17":114,"18":262,"19":66,"20":56,"209":20,"21":142,"210":3,"211":1,"214":6,"215":91,"221":108,"223":186,"224":35,"225":196,"23":103,"24":260,"25":215,"257":12,"26":41,"268":3,"27":20,"273":14,"276":8,"279":27,"28":197,"281":3,"282":9,"291":8,"292":5,"30":11,"302":3,"306":2,"31":50,"314":5,"32":8,"33":18,"34":24,"347":6,"35":12,"352":279,"36":42,"37":11,"38":132,"380":6,"381":30,"383":25,"39":33,"391":11,"396":2,"397":10,"40":28,"409":12,"41":20,"414":3,"415":36,"419":2,"42":10,"43":9,"430":6,"431":1,"433":2,"44":13,"45":22,"46":86,"48":16,"49":18,"5":201,"51":13,"52":18,"53":19,"56":2,"570":1,"6":73,"63":12,"7":186,"79":11,"8":41,"80":10,"9":72,"all_client":42000,"all_tv_clinet":4781,"insert_time":"2014-08-19T16:51:11.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36918,"10":10,"107":186,"11":280,"12":21,"13":96,"14":52,"15":87,"155":7,"156":2,"158":10,"159":1,"16":81,"160":8,"161":32,"167":13,"168":3,"17":117,"18":262,"19":63,"20":56,"209":21,"21":138,"210":3,"211":1,"214":6,"215":93,"221":109,"223":182,"224":35,"225":200,"23":100,"24":250,"25":209,"257":11,"26":39,"268":3,"27":21,"273":13,"276":8,"279":25,"28":195,"281":3,"282":9,"291":8,"292":5,"30":11,"302":4,"306":2,"31":48,"314":5,"32":11,"33":19,"34":22,"347":7,"35":12,"352":274,"36":40,"37":11,"38":125,"380":5,"381":29,"383":22,"39":32,"391":11,"396":2,"397":10,"40":26,"409":12,"41":17,"414":3,"415":37,"419":2,"42":8,"43":9,"430":6,"431":1,"433":2,"44":14,"45":23,"46":81,"48":16,"49":18,"5":199,"51":14,"52":17,"53":21,"56":3,"570":1,"6":70,"63":13,"7":185,"79":10,"8":40,"80":10,"9":70,"all_client":41622,"all_tv_clinet":4704,"insert_time":"2014-08-19T16:52:11.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36528,"10":10,"107":186,"11":278,"12":20,"13":93,"14":53,"15":81,"155":6,"156":2,"158":9,"159":1,"16":80,"160":8,"161":33,"167":14,"168":3,"17":119,"18":262,"19":61,"20":57,"209":23,"21":138,"210":2,"211":1,"214":5,"215":96,"221":110,"223":176,"224":34,"225":194,"23":96,"24":246,"25":206,"257":9,"26":40,"268":4,"27":22,"273":13,"276":8,"279":25,"28":186,"281":3,"282":9,"291":8,"292":5,"30":12,"302":4,"306":2,"31":45,"314":4,"32":11,"33":16,"34":22,"347":7,"35":13,"352":266,"36":42,"37":8,"38":124,"380":5,"381":28,"383":19,"39":35,"391":11,"396":2,"397":10,"40":25,"409":11,"41":18,"414":3,"415":39,"419":2,"42":8,"43":9,"430":6,"431":1,"433":2,"44":14,"45":23,"46":81,"48":16,"49":18,"5":192,"51":12,"52":17,"53":21,"56":3,"570":1,"6":70,"63":10,"7":176,"79":10,"8":44,"80":10,"9":72,"all_client":41163,"all_tv_clinet":4635,"insert_time":"2014-08-19T16:53:12.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36186,"10":10,"107":180,"11":282,"12":17,"13":92,"14":54,"15":78,"155":6,"156":1,"158":9,"159":2,"16":80,"160":8,"161":34,"167":13,"168":3,"17":117,"18":264,"19":59,"20":56,"209":24,"21":136,"210":1,"211":1,"214":3,"215":99,"221":99,"223":170,"224":34,"225":191,"23":93,"24":242,"25":205,"257":9,"26":40,"268":3,"27":23,"273":13,"276":8,"279":25,"28":177,"281":3,"282":9,"291":8,"292":6,"30":12,"302":2,"306":2,"31":42,"314":5,"32":12,"33":17,"34":22,"347":7,"35":12,"352":270,"36":43,"37":8,"38":121,"380":4,"381":25,"383":23,"39":35,"391":11,"396":2,"397":10,"40":21,"409":11,"41":20,"414":3,"415":38,"419":2,"42":8,"426":1,"43":10,"430":6,"431":1,"433":1,"44":17,"45":22,"46":80,"48":15,"49":18,"5":184,"51":13,"52":16,"53":20,"56":3,"570":1,"6":70,"63":9,"7":170,"79":10,"8":46,"80":10,"9":73,"all_client":40757,"all_tv_clinet":4571,"insert_time":"2014-08-19T16:54:12.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35825,"10":10,"107":185,"11":288,"12":16,"13":90,"14":52,"15":78,"155":6,"156":1,"158":9,"159":2,"16":80,"160":7,"161":34,"167":13,"168":3,"17":114,"18":265,"19":59,"20":54,"209":26,"21":134,"210":1,"211":1,"214":2,"215":100,"221":96,"223":166,"224":32,"225":180,"23":94,"24":250,"25":205,"257":9,"26":33,"268":3,"27":23,"273":13,"276":9,"279":25,"28":168,"281":2,"282":10,"291":6,"292":7,"30":15,"302":2,"306":2,"31":34,"314":5,"32":10,"33":18,"34":21,"347":6,"35":12,"352":267,"36":45,"37":9,"38":122,"380":3,"381":23,"383":22,"39":36,"391":10,"396":2,"397":10,"40":19,"409":12,"41":19,"414":4,"415":36,"419":1,"42":8,"426":1,"43":11,"430":6,"431":1,"433":1,"44":17,"45":21,"46":79,"48":16,"49":21,"5":185,"51":10,"52":16,"53":17,"56":2,"570":1,"6":64,"63":8,"7":161,"79":10,"8":47,"80":11,"9":72,"all_client":40337,"all_tv_clinet":4512,"insert_time":"2014-08-19T16:55:12.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35458,"10":9,"107":179,"11":283,"12":16,"13":94,"14":47,"15":86,"155":6,"156":1,"158":9,"159":2,"16":84,"160":6,"161":34,"167":13,"168":3,"17":106,"18":263,"19":59,"20":52,"209":27,"21":137,"210":1,"211":1,"214":2,"215":101,"221":94,"223":159,"224":33,"225":179,"23":94,"24":253,"25":211,"257":10,"26":29,"268":2,"27":23,"273":14,"276":8,"279":23,"28":162,"281":2,"282":10,"291":6,"292":6,"30":14,"302":2,"306":2,"31":33,"314":5,"32":10,"33":18,"34":21,"347":6,"35":11,"352":272,"36":43,"37":9,"38":127,"380":3,"381":23,"383":19,"39":35,"391":10,"396":2,"397":10,"40":19,"409":12,"41":19,"414":2,"415":36,"419":1,"42":8,"426":3,"43":12,"430":5,"431":1,"433":2,"44":16,"45":21,"46":80,"48":14,"49":23,"5":187,"51":9,"52":16,"53":16,"56":2,"570":1,"6":56,"63":6,"7":153,"79":10,"8":48,"80":11,"9":63,"all_client":39924,"all_tv_clinet":4466,"insert_time":"2014-08-19T16:56:13.048Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35144,"10":9,"107":169,"11":272,"12":15,"13":94,"14":46,"15":96,"155":6,"156":1,"158":8,"159":2,"16":85,"160":6,"161":30,"167":14,"168":3,"17":100,"18":268,"19":60,"20":50,"209":28,"21":139,"210":1,"211":1,"214":4,"215":99,"221":94,"223":163,"224":35,"225":174,"23":94,"24":248,"25":215,"257":9,"26":29,"268":3,"27":24,"273":13,"276":8,"279":22,"28":157,"281":2,"282":8,"291":5,"292":8,"30":14,"302":1,"306":2,"31":32,"314":4,"32":10,"33":18,"34":25,"347":6,"35":13,"352":270,"36":43,"37":9,"38":119,"380":3,"381":23,"383":21,"39":31,"391":11,"396":2,"397":10,"40":20,"409":14,"41":18,"414":2,"415":37,"419":2,"42":8,"426":3,"43":10,"430":6,"431":1,"433":2,"44":10,"45":21,"46":82,"48":14,"49":21,"5":190,"51":9,"52":15,"53":16,"56":2,"570":1,"6":57,"63":6,"7":139,"79":9,"8":49,"80":10,"9":55,"all_client":39557,"all_tv_clinet":4413,"insert_time":"2014-08-19T16:57:13.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34784,"10":10,"107":169,"11":263,"12":12,"13":93,"14":46,"15":105,"155":6,"156":1,"158":8,"159":3,"16":86,"160":6,"161":30,"167":12,"168":3,"17":96,"18":270,"19":60,"20":50,"209":29,"21":141,"210":1,"211":1,"214":4,"215":97,"221":92,"223":160,"224":34,"225":177,"23":91,"24":245,"25":213,"257":12,"26":28,"268":3,"27":25,"273":12,"276":8,"279":22,"28":147,"281":2,"282":7,"291":4,"292":7,"30":14,"302":1,"306":1,"31":32,"314":4,"32":8,"33":20,"34":24,"347":6,"35":13,"352":265,"36":43,"37":9,"38":124,"380":3,"381":24,"383":19,"39":30,"391":10,"396":2,"397":10,"40":20,"409":11,"41":18,"414":2,"415":37,"419":1,"42":7,"426":3,"43":9,"430":8,"431":1,"433":2,"44":11,"45":20,"46":80,"48":13,"49":21,"5":190,"51":10,"52":16,"53":16,"56":2,"570":1,"6":57,"63":6,"7":131,"79":9,"8":47,"80":9,"9":53,"all_client":39148,"all_tv_clinet":4364,"insert_time":"2014-08-19T16:58:13.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34449,"10":10,"107":170,"11":247,"12":11,"13":96,"14":47,"15":112,"155":6,"156":1,"158":8,"159":3,"16":83,"160":5,"161":27,"167":11,"168":1,"17":91,"18":268,"19":59,"20":49,"209":28,"21":137,"210":1,"211":1,"214":4,"215":99,"221":95,"223":148,"224":31,"225":185,"23":90,"24":248,"25":216,"257":13,"26":26,"268":1,"27":24,"273":13,"276":8,"279":22,"28":149,"281":2,"282":7,"291":5,"292":7,"30":14,"302":1,"306":1,"31":28,"314":6,"32":9,"33":21,"34":25,"347":6,"35":14,"352":257,"36":42,"37":9,"38":126,"380":4,"381":20,"383":19,"39":29,"391":9,"396":3,"397":10,"40":19,"409":10,"41":17,"414":4,"415":42,"419":1,"42":7,"426":1,"43":11,"430":9,"431":1,"433":2,"44":9,"45":19,"46":81,"48":15,"49":21,"5":189,"51":9,"52":16,"53":12,"56":2,"570":1,"6":57,"63":6,"7":122,"79":9,"8":46,"80":10,"9":48,"all_client":38763,"all_tv_clinet":4314,"insert_time":"2014-08-19T16:59:13.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34177,"10":12,"107":173,"11":250,"12":11,"13":95,"14":48,"15":112,"155":6,"156":1,"158":9,"159":2,"16":85,"160":5,"161":28,"167":12,"168":1,"17":90,"18":267,"19":62,"20":48,"209":24,"21":136,"210":1,"211":1,"214":4,"215":98,"221":90,"223":147,"224":30,"225":179,"23":92,"24":251,"25":218,"257":14,"26":24,"27":27,"273":13,"276":7,"279":24,"28":143,"281":2,"282":7,"291":5,"292":6,"30":15,"302":1,"306":1,"31":26,"314":5,"32":11,"33":20,"34":25,"347":6,"35":11,"352":248,"36":42,"37":9,"38":128,"380":4,"381":20,"383":15,"39":30,"391":9,"396":3,"397":10,"40":20,"409":9,"41":18,"414":4,"415":39,"419":2,"42":6,"426":1,"43":12,"430":9,"431":1,"433":2,"44":7,"45":19,"46":76,"48":15,"49":21,"5":193,"51":9,"52":12,"53":12,"56":2,"570":1,"6":50,"63":6,"7":121,"79":8,"8":45,"80":12,"9":49,"all_client":38457,"all_tv_clinet":4280,"insert_time":"2014-08-19T17:00:14.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33852,"10":11,"107":173,"11":243,"12":11,"13":92,"14":48,"15":112,"155":6,"156":1,"158":9,"159":2,"16":86,"160":5,"161":28,"167":12,"168":1,"17":85,"18":257,"19":61,"20":50,"209":22,"21":133,"210":1,"211":1,"214":4,"215":100,"221":89,"223":142,"224":29,"225":186,"23":92,"24":246,"25":220,"257":16,"26":24,"27":30,"273":13,"276":7,"279":24,"28":139,"281":2,"282":7,"291":5,"292":7,"30":14,"302":1,"306":1,"31":24,"314":5,"32":12,"33":20,"34":26,"347":6,"35":11,"352":243,"36":39,"37":8,"38":122,"380":4,"381":17,"383":17,"39":32,"391":9,"396":3,"397":10,"40":20,"409":9,"41":20,"414":4,"415":38,"419":2,"42":5,"426":1,"43":13,"430":8,"431":1,"433":1,"44":9,"45":18,"46":73,"48":14,"49":21,"5":195,"51":9,"52":13,"53":11,"56":3,"570":1,"6":49,"63":6,"7":123,"79":8,"8":45,"80":13,"9":50,"all_client":38091,"all_tv_clinet":4239,"insert_time":"2014-08-19T17:01:14.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33526,"10":11,"107":168,"11":241,"12":10,"13":96,"14":47,"15":114,"155":6,"156":1,"158":10,"159":2,"16":85,"160":6,"161":31,"167":12,"168":1,"17":84,"18":256,"19":59,"20":49,"209":23,"21":132,"210":1,"211":1,"214":4,"215":95,"221":92,"223":139,"224":26,"225":178,"23":90,"24":241,"25":213,"257":16,"26":23,"268":1,"27":33,"273":13,"276":8,"279":24,"28":133,"281":1,"282":8,"291":5,"292":9,"30":14,"302":1,"306":1,"31":25,"314":5,"32":13,"33":16,"34":27,"347":6,"35":11,"352":237,"36":37,"37":9,"38":121,"380":4,"381":17,"383":18,"39":31,"391":8,"396":3,"397":10,"40":21,"409":8,"41":21,"414":4,"415":37,"419":2,"42":5,"426":1,"43":12,"430":9,"431":1,"433":1,"44":9,"45":17,"46":73,"48":15,"49":21,"5":194,"51":10,"52":11,"53":11,"56":3,"570":1,"6":47,"63":7,"7":112,"79":10,"8":44,"80":13,"9":44,"all_client":37702,"all_tv_clinet":4176,"insert_time":"2014-08-19T17:02:14.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33224,"10":11,"107":169,"11":239,"12":9,"13":99,"14":47,"15":118,"155":6,"156":1,"158":11,"159":2,"16":87,"160":6,"161":33,"167":10,"168":1,"17":79,"18":249,"19":58,"20":48,"209":23,"21":129,"210":2,"211":1,"214":3,"215":95,"221":90,"223":130,"224":25,"225":181,"23":86,"24":235,"25":199,"257":17,"26":23,"268":1,"27":35,"273":13,"276":8,"279":25,"28":135,"281":1,"282":8,"291":5,"292":10,"30":12,"302":1,"306":1,"31":24,"314":5,"32":14,"33":15,"34":27,"347":5,"35":11,"352":234,"36":34,"37":9,"38":125,"380":4,"381":18,"383":18,"39":28,"391":7,"396":5,"397":10,"40":20,"409":8,"41":20,"414":4,"415":36,"419":2,"42":6,"426":1,"43":13,"430":10,"431":1,"433":1,"44":10,"45":15,"46":73,"48":15,"49":22,"5":192,"51":10,"52":10,"53":12,"56":3,"570":1,"6":45,"63":8,"7":103,"79":10,"8":44,"80":13,"9":49,"all_client":37351,"all_tv_clinet":4127,"insert_time":"2014-08-19T17:03:14.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32895,"10":12,"107":162,"11":236,"12":8,"13":98,"14":49,"15":123,"155":6,"156":1,"158":11,"159":2,"16":89,"160":6,"161":31,"167":9,"168":1,"17":74,"18":238,"19":60,"20":50,"209":25,"21":131,"210":2,"211":1,"214":3,"215":92,"221":95,"223":137,"224":24,"225":175,"23":82,"24":235,"25":189,"257":16,"26":22,"268":1,"27":36,"273":12,"276":6,"279":28,"28":132,"281":1,"282":9,"291":5,"292":9,"30":11,"302":1,"306":1,"31":22,"314":5,"32":13,"33":16,"34":27,"347":5,"35":10,"352":231,"36":36,"37":9,"38":132,"380":5,"381":17,"383":21,"39":24,"391":6,"396":5,"397":11,"40":20,"409":7,"41":18,"414":4,"415":37,"419":3,"42":6,"426":1,"43":14,"430":9,"431":1,"433":1,"44":9,"45":14,"46":74,"48":14,"49":23,"5":195,"51":8,"52":9,"53":14,"56":3,"570":1,"6":44,"63":11,"7":100,"79":12,"8":44,"80":10,"9":51,"all_client":36994,"all_tv_clinet":4099,"insert_time":"2014-08-19T17:04:15.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32550,"10":12,"107":168,"11":233,"12":7,"13":96,"14":49,"15":119,"155":6,"156":1,"158":11,"159":2,"16":89,"160":6,"161":30,"167":8,"168":1,"17":71,"18":249,"19":63,"20":51,"209":25,"21":129,"210":3,"211":2,"214":3,"215":90,"221":94,"223":134,"224":25,"225":173,"23":85,"24":228,"25":173,"257":17,"26":20,"268":1,"27":38,"273":10,"276":6,"279":29,"28":131,"281":2,"282":9,"291":4,"292":9,"30":11,"302":1,"31":22,"314":4,"32":15,"33":15,"34":24,"347":5,"35":10,"352":232,"36":41,"37":9,"38":128,"380":6,"381":16,"383":23,"39":23,"391":5,"396":5,"397":12,"40":20,"409":7,"41":16,"414":3,"415":39,"419":3,"42":6,"426":1,"43":15,"430":10,"431":1,"433":1,"44":10,"45":13,"46":69,"48":15,"49":21,"5":190,"51":8,"52":7,"53":17,"56":3,"570":1,"6":44,"63":10,"7":94,"79":11,"8":43,"80":9,"9":53,"all_client":36609,"all_tv_clinet":4059,"insert_time":"2014-08-19T17:05:15.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32234,"10":12,"107":169,"11":233,"12":7,"13":96,"14":48,"15":116,"155":6,"156":1,"158":10,"159":2,"16":90,"160":6,"161":30,"167":8,"168":1,"17":69,"18":249,"19":64,"20":48,"209":23,"21":134,"210":2,"211":2,"214":2,"215":88,"221":91,"223":134,"224":25,"225":163,"23":84,"24":219,"25":172,"257":17,"26":19,"268":1,"27":38,"273":9,"276":6,"279":27,"28":128,"281":2,"282":9,"291":3,"292":10,"30":9,"302":1,"31":22,"314":5,"32":12,"33":15,"34":23,"347":5,"35":9,"352":225,"36":39,"37":9,"38":125,"380":6,"381":17,"383":23,"39":23,"391":3,"396":4,"397":11,"40":20,"409":7,"41":16,"414":3,"415":38,"419":4,"42":5,"43":15,"430":9,"431":1,"433":1,"44":9,"45":13,"46":64,"48":17,"49":18,"5":191,"51":8,"52":7,"53":19,"56":3,"570":1,"6":41,"63":12,"7":91,"79":12,"8":39,"80":9,"9":56,"all_client":36222,"all_tv_clinet":3988,"insert_time":"2014-08-19T17:06:15.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31882,"10":11,"107":168,"11":240,"12":5,"13":99,"14":49,"15":112,"155":6,"156":1,"158":10,"159":2,"16":91,"160":6,"161":32,"167":7,"168":1,"17":69,"18":249,"19":63,"20":48,"209":24,"21":135,"210":3,"211":2,"214":2,"215":88,"221":85,"223":135,"224":24,"225":161,"23":86,"24":216,"25":164,"257":15,"26":19,"268":1,"27":38,"273":9,"276":6,"279":28,"28":122,"281":2,"282":7,"291":2,"292":10,"30":9,"302":1,"31":21,"314":5,"32":10,"33":13,"34":24,"347":4,"35":9,"352":221,"36":33,"37":8,"38":124,"380":8,"381":13,"383":24,"39":22,"391":4,"396":4,"397":10,"40":20,"409":5,"41":15,"414":3,"415":39,"419":3,"42":5,"43":13,"430":11,"431":1,"433":1,"44":7,"45":15,"46":64,"48":19,"49":20,"5":189,"51":8,"52":7,"53":21,"56":3,"570":1,"6":40,"63":13,"7":85,"79":13,"8":38,"80":9,"9":60,"all_client":35830,"all_tv_clinet":3948,"insert_time":"2014-08-19T17:07:15.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31612,"10":11,"107":167,"11":239,"12":5,"13":90,"14":52,"15":101,"155":6,"156":1,"158":9,"159":2,"16":94,"160":6,"161":31,"167":7,"168":1,"17":69,"18":241,"19":63,"20":47,"209":25,"21":131,"210":3,"211":2,"214":2,"215":81,"221":86,"223":143,"224":23,"225":167,"23":82,"24":214,"25":162,"257":15,"26":20,"268":1,"27":40,"273":7,"276":6,"279":28,"28":117,"281":2,"282":7,"291":2,"292":10,"30":10,"302":1,"31":20,"314":5,"32":11,"33":13,"34":23,"347":5,"35":9,"352":210,"36":32,"37":6,"38":123,"380":7,"381":14,"383":24,"39":22,"391":4,"396":4,"397":9,"40":21,"409":4,"41":15,"414":2,"415":39,"419":4,"42":5,"426":1,"43":14,"430":11,"431":1,"433":1,"44":9,"45":15,"46":65,"48":14,"49":19,"5":191,"51":9,"52":6,"53":21,"56":3,"570":1,"6":39,"63":12,"7":84,"79":12,"8":37,"80":9,"9":60,"all_client":35506,"all_tv_clinet":3894,"insert_time":"2014-08-19T17:08:15.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31379,"10":11,"107":155,"11":234,"12":6,"13":88,"14":52,"15":97,"155":6,"156":1,"158":8,"159":2,"16":91,"160":6,"161":29,"167":7,"168":1,"17":65,"18":241,"19":63,"20":47,"209":26,"21":131,"210":4,"211":2,"214":1,"215":80,"221":83,"223":144,"224":21,"225":174,"23":80,"24":208,"25":158,"257":15,"26":21,"268":1,"27":40,"273":9,"276":5,"279":26,"28":118,"281":2,"282":5,"291":3,"292":7,"30":10,"302":1,"31":18,"314":5,"32":11,"33":14,"34":23,"347":4,"35":9,"352":200,"36":33,"37":5,"38":119,"380":7,"381":13,"383":23,"39":21,"391":4,"396":5,"397":9,"40":25,"409":2,"41":16,"414":2,"415":39,"419":3,"42":3,"426":1,"43":16,"430":11,"431":1,"433":1,"44":9,"45":15,"46":68,"48":13,"49":18,"5":189,"51":9,"52":6,"53":20,"56":3,"570":1,"6":39,"63":11,"7":86,"79":14,"8":36,"80":9,"9":62,"all_client":35215,"all_tv_clinet":3836,"insert_time":"2014-08-19T17:09:16.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31109,"10":11,"107":158,"11":232,"12":6,"13":94,"14":58,"15":85,"155":6,"156":1,"158":7,"159":2,"16":84,"160":5,"161":27,"167":7,"168":1,"17":64,"18":239,"19":63,"20":47,"209":24,"21":126,"210":4,"211":1,"214":1,"215":81,"221":86,"223":142,"224":20,"225":166,"23":82,"24":203,"25":152,"257":14,"26":20,"268":1,"27":41,"273":9,"276":5,"279":25,"28":116,"281":2,"282":5,"291":3,"292":6,"30":11,"302":1,"31":17,"314":5,"32":15,"33":14,"34":27,"347":3,"35":12,"352":195,"36":35,"37":6,"38":118,"380":7,"381":14,"383":23,"39":21,"391":4,"396":5,"397":8,"40":27,"409":2,"41":18,"414":1,"415":41,"419":3,"42":3,"426":1,"43":16,"430":11,"431":1,"44":10,"45":14,"46":66,"48":12,"49":17,"5":184,"51":10,"52":5,"53":19,"56":2,"570":1,"6":37,"63":10,"7":85,"79":12,"8":35,"80":9,"9":61,"all_client":34895,"all_tv_clinet":3786,"insert_time":"2014-08-19T17:10:16.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30822,"10":11,"107":144,"11":240,"12":6,"13":93,"14":59,"15":83,"155":6,"156":1,"158":7,"159":2,"16":73,"160":7,"161":26,"167":7,"168":1,"17":63,"18":240,"19":58,"20":48,"209":23,"21":119,"210":5,"211":1,"214":1,"215":80,"221":82,"223":142,"224":20,"225":161,"23":85,"24":202,"25":149,"257":15,"26":19,"268":1,"27":42,"273":9,"276":4,"279":25,"28":111,"281":2,"282":5,"291":3,"292":6,"30":11,"302":1,"31":16,"314":4,"32":15,"33":14,"34":26,"347":3,"35":12,"352":190,"36":36,"37":7,"38":115,"380":7,"381":16,"383":24,"39":21,"391":4,"396":4,"397":8,"40":28,"409":2,"41":17,"414":1,"415":36,"419":2,"42":3,"426":1,"43":15,"430":12,"431":1,"44":8,"45":14,"46":67,"48":12,"49":17,"5":185,"51":11,"52":6,"53":20,"56":2,"570":1,"6":38,"63":12,"7":87,"79":11,"8":33,"80":8,"9":58,"all_client":34551,"all_tv_clinet":3729,"insert_time":"2014-08-19T17:11:16.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30525,"10":8,"107":148,"11":240,"12":5,"13":92,"14":59,"15":78,"155":6,"156":1,"158":7,"159":2,"16":72,"160":7,"161":24,"167":7,"168":1,"17":60,"18":240,"19":52,"20":47,"209":23,"21":120,"210":4,"211":1,"214":1,"215":81,"221":85,"223":140,"224":19,"225":159,"23":82,"24":199,"25":137,"257":16,"26":18,"268":1,"27":43,"273":9,"276":5,"279":26,"28":107,"281":2,"282":4,"291":3,"292":6,"30":12,"302":2,"31":16,"314":4,"32":17,"33":12,"34":25,"347":3,"35":11,"352":185,"36":40,"37":8,"38":124,"380":7,"381":15,"383":25,"39":20,"391":4,"396":4,"397":8,"40":32,"409":2,"41":14,"415":35,"419":2,"42":4,"426":1,"43":17,"430":12,"431":1,"44":8,"45":12,"46":68,"48":12,"49":18,"5":184,"51":11,"52":4,"53":19,"56":3,"570":1,"6":36,"63":10,"7":90,"79":10,"8":34,"80":9,"9":53,"all_client":34216,"all_tv_clinet":3691,"insert_time":"2014-08-19T17:12:16.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30271,"10":8,"107":142,"11":244,"12":6,"13":90,"14":57,"15":74,"155":6,"156":1,"158":7,"159":3,"16":68,"160":5,"161":24,"167":7,"168":1,"17":59,"18":236,"19":51,"20":46,"209":22,"21":115,"210":4,"211":1,"214":1,"215":79,"221":88,"223":134,"224":16,"225":152,"23":85,"24":198,"25":128,"257":14,"26":17,"268":2,"27":42,"273":8,"276":6,"279":24,"28":106,"281":2,"282":4,"291":3,"292":6,"30":12,"302":2,"31":13,"314":4,"32":16,"33":11,"34":23,"347":3,"35":11,"352":182,"36":42,"37":8,"38":122,"380":7,"381":14,"383":25,"39":21,"391":4,"396":5,"397":8,"40":31,"409":2,"41":13,"415":34,"419":2,"42":4,"426":2,"43":17,"430":13,"431":1,"44":8,"45":12,"46":69,"48":12,"49":18,"5":178,"51":10,"52":5,"53":17,"56":3,"570":1,"6":37,"63":9,"7":88,"79":10,"8":34,"80":10,"9":52,"all_client":33888,"all_tv_clinet":3617,"insert_time":"2014-08-19T17:13:17.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29981,"10":8,"107":144,"11":238,"12":7,"13":90,"14":60,"15":68,"155":6,"156":1,"158":7,"159":3,"16":67,"160":5,"161":25,"167":7,"168":1,"17":57,"18":230,"19":50,"20":44,"209":22,"21":111,"210":4,"214":2,"215":75,"221":90,"223":132,"224":16,"225":151,"23":84,"24":191,"25":123,"257":13,"26":14,"268":3,"27":42,"273":7,"276":6,"279":24,"28":108,"281":2,"282":4,"291":3,"292":6,"30":11,"302":2,"31":11,"314":4,"32":16,"33":12,"34":23,"347":3,"35":14,"352":174,"36":39,"37":8,"38":117,"380":7,"381":16,"383":25,"39":21,"391":7,"396":5,"397":8,"40":30,"409":2,"41":13,"415":34,"419":2,"42":5,"426":3,"43":16,"430":11,"431":1,"44":7,"45":12,"46":69,"48":12,"49":21,"5":177,"51":10,"52":4,"53":16,"56":3,"570":1,"6":34,"63":9,"7":90,"79":10,"8":35,"80":9,"9":52,"all_client":33543,"all_tv_clinet":3562,"insert_time":"2014-08-19T17:14:17.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29734,"10":8,"107":145,"11":241,"12":7,"13":89,"14":56,"15":64,"155":7,"156":1,"158":7,"159":3,"16":64,"160":4,"161":23,"167":7,"168":1,"17":56,"18":234,"19":48,"20":43,"209":21,"21":111,"210":6,"214":2,"215":68,"221":93,"223":131,"224":17,"225":149,"23":84,"24":184,"25":116,"257":11,"26":14,"268":3,"27":44,"273":7,"276":7,"279":24,"28":112,"281":2,"282":4,"291":3,"292":6,"30":11,"302":1,"31":11,"314":4,"32":17,"33":11,"34":24,"347":3,"35":14,"352":168,"36":37,"37":8,"38":112,"380":7,"381":16,"383":26,"39":20,"391":7,"396":5,"397":8,"40":29,"409":2,"41":14,"415":34,"419":2,"42":7,"426":3,"43":17,"430":11,"431":1,"44":8,"45":11,"46":67,"48":13,"49":22,"5":172,"51":10,"52":3,"53":16,"56":4,"570":1,"6":34,"63":9,"7":87,"79":10,"8":34,"80":9,"9":49,"all_client":33250,"all_tv_clinet":3516,"insert_time":"2014-08-19T17:15:17.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29428,"10":8,"107":144,"11":245,"12":7,"13":86,"14":56,"15":62,"155":7,"156":1,"158":7,"159":3,"16":65,"160":4,"161":22,"167":7,"168":1,"17":55,"18":233,"19":45,"20":39,"209":22,"21":113,"210":6,"211":1,"214":2,"215":66,"221":88,"223":132,"224":17,"225":144,"23":79,"24":187,"25":118,"257":13,"26":13,"268":3,"27":44,"273":6,"276":8,"279":26,"28":110,"281":2,"282":4,"291":3,"292":8,"30":12,"302":1,"31":10,"314":4,"32":18,"33":10,"34":24,"347":3,"35":14,"352":170,"36":36,"37":8,"38":109,"380":7,"381":16,"383":27,"39":19,"391":7,"396":4,"397":8,"40":29,"409":3,"41":13,"414":1,"415":31,"419":2,"42":8,"426":2,"43":17,"430":9,"431":1,"44":8,"45":10,"46":64,"48":12,"49":21,"5":167,"51":9,"52":3,"53":19,"56":4,"570":1,"6":32,"63":9,"7":86,"79":11,"8":33,"80":6,"9":45,"all_client":32903,"all_tv_clinet":3475,"insert_time":"2014-08-19T17:16:17.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29088,"10":8,"107":147,"11":241,"12":7,"13":86,"14":54,"15":57,"155":7,"156":1,"158":7,"159":3,"16":65,"160":5,"161":20,"167":8,"168":1,"17":52,"18":227,"19":41,"20":40,"209":23,"21":108,"210":6,"211":1,"214":2,"215":68,"221":86,"223":135,"224":18,"225":147,"23":81,"24":185,"25":116,"257":13,"26":12,"268":3,"27":44,"273":7,"276":7,"279":28,"28":109,"281":2,"282":4,"291":3,"292":8,"30":13,"302":1,"31":11,"314":4,"32":17,"33":9,"34":24,"347":3,"35":13,"352":166,"36":36,"37":8,"38":102,"380":6,"381":16,"383":23,"39":19,"391":7,"396":2,"397":8,"40":30,"409":3,"41":14,"414":1,"415":30,"419":2,"42":10,"426":3,"43":17,"430":9,"431":1,"44":8,"45":10,"46":65,"48":12,"49":21,"5":161,"51":9,"52":4,"53":19,"56":6,"570":1,"6":31,"63":9,"7":86,"79":9,"8":33,"80":7,"9":43,"all_client":32523,"all_tv_clinet":3435,"insert_time":"2014-08-19T17:17:18.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28858,"10":8,"107":148,"11":240,"12":7,"13":81,"14":53,"15":55,"155":7,"156":1,"158":6,"159":3,"16":60,"160":6,"161":25,"167":8,"168":1,"17":50,"18":228,"19":40,"20":38,"209":21,"21":104,"210":6,"211":1,"214":2,"215":65,"221":83,"223":131,"224":18,"225":148,"23":80,"24":182,"25":114,"257":16,"26":14,"268":3,"27":43,"273":7,"276":6,"279":29,"28":112,"281":2,"282":3,"291":3,"292":7,"30":13,"302":1,"31":12,"314":5,"32":14,"33":10,"34":24,"347":3,"35":13,"352":173,"36":33,"37":8,"38":97,"380":6,"381":16,"383":23,"39":21,"391":7,"396":1,"397":8,"40":31,"409":3,"41":14,"414":1,"415":31,"419":3,"42":9,"426":3,"43":15,"430":10,"431":1,"44":8,"45":10,"46":66,"48":10,"49":24,"5":155,"51":9,"52":4,"53":20,"56":6,"570":1,"6":29,"63":10,"7":88,"79":7,"8":33,"80":7,"9":42,"all_client":32261,"all_tv_clinet":3403,"insert_time":"2014-08-19T17:18:18.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28590,"10":8,"107":142,"11":241,"12":7,"13":73,"14":53,"15":54,"155":7,"156":1,"158":6,"159":3,"16":60,"160":6,"161":24,"167":8,"168":1,"17":51,"18":220,"19":37,"20":38,"209":22,"21":100,"210":6,"211":2,"214":2,"215":63,"221":79,"223":132,"224":17,"225":159,"23":77,"24":180,"25":108,"257":14,"26":15,"268":3,"27":44,"273":8,"276":7,"279":26,"28":117,"281":2,"282":2,"291":3,"292":6,"30":11,"302":1,"31":13,"314":5,"32":13,"33":9,"34":25,"347":3,"35":14,"352":170,"36":33,"37":10,"38":97,"380":6,"381":19,"383":24,"39":21,"391":7,"396":1,"397":8,"40":30,"409":3,"41":13,"414":1,"415":29,"419":3,"42":8,"426":3,"43":15,"430":11,"431":1,"44":8,"45":10,"46":62,"48":10,"49":25,"5":150,"51":9,"52":4,"53":18,"56":6,"570":1,"6":26,"63":9,"7":88,"79":5,"8":32,"80":7,"9":40,"all_client":31941,"all_tv_clinet":3351,"insert_time":"2014-08-19T17:19:18.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28326,"10":7,"107":146,"11":241,"12":6,"13":70,"14":55,"15":53,"155":7,"156":1,"158":6,"159":3,"16":59,"160":6,"161":24,"167":8,"168":1,"17":49,"18":211,"19":37,"20":38,"209":22,"21":97,"210":6,"211":2,"214":3,"215":63,"221":77,"223":136,"224":15,"225":147,"23":76,"24":173,"25":106,"257":13,"26":14,"268":3,"27":43,"273":9,"276":7,"279":27,"28":121,"281":2,"282":2,"291":3,"292":6,"30":9,"302":1,"31":15,"314":5,"32":12,"33":9,"34":25,"347":2,"35":15,"352":166,"36":37,"37":12,"38":96,"380":6,"381":17,"383":26,"39":21,"391":6,"396":1,"397":8,"40":29,"409":3,"41":12,"414":1,"415":31,"419":3,"42":9,"426":1,"43":15,"430":12,"431":1,"44":7,"45":10,"46":62,"48":10,"49":25,"5":147,"51":6,"52":4,"53":18,"56":6,"570":1,"6":26,"63":10,"7":87,"79":5,"8":34,"80":7,"9":39,"all_client":31637,"all_tv_clinet":3311,"insert_time":"2014-08-19T17:20:18.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28098,"10":8,"107":149,"11":235,"12":6,"13":72,"14":57,"15":52,"155":7,"156":1,"158":6,"159":3,"16":60,"160":7,"161":18,"167":7,"168":1,"17":48,"18":203,"19":36,"20":39,"209":21,"21":96,"210":6,"211":2,"214":3,"215":63,"221":73,"223":139,"224":16,"225":149,"23":74,"24":169,"25":103,"257":18,"26":16,"268":3,"27":43,"273":9,"276":7,"279":26,"28":120,"281":2,"282":3,"291":3,"292":6,"30":9,"302":2,"31":14,"314":4,"32":12,"33":8,"34":25,"347":2,"35":15,"352":165,"36":38,"37":12,"38":97,"380":6,"381":16,"383":26,"39":20,"391":7,"396":1,"397":8,"40":28,"409":1,"41":10,"414":1,"415":32,"419":2,"42":9,"426":1,"43":16,"430":11,"431":1,"44":8,"45":10,"46":63,"48":12,"49":25,"5":141,"51":5,"52":4,"53":18,"56":6,"570":1,"6":25,"63":9,"7":84,"79":5,"8":36,"80":7,"9":37,"all_client":31378,"all_tv_clinet":3280,"insert_time":"2014-08-19T17:21:18.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27815,"10":8,"107":154,"11":244,"12":6,"13":74,"14":58,"15":52,"155":7,"156":1,"158":6,"159":3,"16":61,"160":7,"161":18,"167":6,"168":1,"17":49,"18":199,"19":34,"20":38,"209":21,"21":95,"210":7,"211":2,"214":3,"215":58,"221":73,"223":133,"224":16,"225":148,"23":69,"24":166,"25":104,"257":19,"26":17,"268":3,"27":42,"273":7,"276":7,"279":28,"28":116,"281":2,"282":4,"291":3,"292":6,"30":9,"302":2,"306":1,"31":14,"314":4,"32":13,"33":7,"34":24,"347":2,"35":14,"352":173,"36":40,"37":11,"38":92,"380":6,"381":14,"383":22,"39":19,"391":8,"396":1,"397":8,"40":28,"409":1,"41":11,"414":1,"415":34,"419":2,"42":11,"426":1,"43":15,"430":8,"431":1,"44":9,"45":8,"46":60,"48":10,"49":25,"5":138,"51":7,"52":3,"53":18,"56":6,"570":1,"6":26,"63":9,"7":83,"79":5,"8":34,"80":7,"9":37,"all_client":31073,"all_tv_clinet":3258,"insert_time":"2014-08-19T17:22:19.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27570,"10":8,"107":148,"11":236,"12":6,"13":76,"14":61,"15":49,"155":7,"156":1,"158":6,"159":3,"16":60,"160":5,"161":18,"167":6,"168":1,"17":44,"18":192,"19":34,"20":38,"209":21,"21":97,"210":7,"211":2,"214":3,"215":57,"221":75,"223":133,"224":15,"225":143,"23":68,"24":165,"25":102,"257":21,"26":16,"268":2,"27":42,"273":7,"276":7,"279":29,"28":118,"281":2,"282":4,"291":3,"292":6,"30":9,"302":2,"306":1,"31":13,"314":4,"32":14,"33":7,"34":24,"347":2,"35":14,"352":173,"36":38,"37":10,"38":98,"380":5,"381":14,"383":23,"39":19,"391":7,"396":1,"397":8,"40":28,"409":1,"41":10,"414":1,"415":30,"419":2,"42":11,"426":1,"43":15,"430":8,"431":1,"44":8,"45":8,"46":61,"48":11,"49":25,"5":139,"51":7,"52":3,"53":17,"56":5,"570":1,"6":26,"63":9,"7":83,"79":5,"8":33,"80":7,"9":42,"all_client":30798,"all_tv_clinet":3228,"insert_time":"2014-08-19T17:23:19.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27329,"10":8,"107":147,"11":230,"12":6,"13":76,"14":59,"15":48,"155":6,"156":1,"158":6,"159":3,"16":59,"160":5,"161":19,"167":5,"168":1,"17":41,"18":184,"19":35,"20":37,"209":20,"21":93,"210":6,"211":2,"214":3,"215":55,"221":73,"223":138,"224":15,"225":143,"23":67,"24":163,"25":101,"257":24,"26":16,"268":2,"27":42,"273":8,"276":7,"279":32,"28":115,"281":2,"282":3,"291":4,"292":6,"30":9,"302":2,"306":1,"31":11,"314":4,"32":12,"33":7,"34":24,"347":2,"35":12,"352":169,"36":39,"37":10,"38":98,"380":5,"381":14,"383":20,"39":16,"391":7,"396":1,"397":7,"40":28,"409":1,"41":12,"414":1,"415":26,"419":3,"42":12,"426":1,"43":16,"430":8,"431":1,"44":8,"45":8,"46":59,"48":11,"49":25,"5":135,"51":7,"52":3,"53":19,"56":5,"570":1,"6":29,"63":8,"7":81,"79":5,"8":33,"80":6,"9":43,"all_client":30510,"all_tv_clinet":3181,"insert_time":"2014-08-19T17:24:19.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27094,"10":7,"107":140,"11":221,"12":6,"13":75,"14":59,"15":47,"155":6,"156":1,"158":6,"159":3,"16":56,"160":5,"161":19,"167":5,"168":1,"17":39,"18":184,"19":34,"20":36,"209":18,"21":89,"210":6,"211":2,"214":3,"215":54,"221":71,"223":142,"224":12,"225":142,"23":63,"24":167,"25":99,"257":23,"26":17,"268":2,"27":42,"273":8,"276":6,"279":28,"28":114,"281":2,"282":4,"291":4,"292":6,"30":8,"302":2,"306":1,"31":11,"314":4,"32":12,"33":7,"34":24,"347":1,"35":12,"352":166,"36":39,"37":10,"38":100,"380":5,"381":13,"383":17,"39":13,"391":7,"396":1,"397":7,"40":28,"409":1,"41":12,"414":1,"415":25,"419":3,"42":12,"426":1,"43":15,"430":8,"431":1,"44":8,"45":8,"46":55,"48":12,"49":25,"5":132,"51":5,"52":3,"53":19,"56":5,"570":1,"6":33,"63":9,"7":81,"79":5,"8":35,"80":6,"9":43,"all_client":30220,"all_tv_clinet":3126,"insert_time":"2014-08-19T17:25:19.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26899,"10":8,"107":137,"11":227,"12":6,"13":71,"14":57,"15":45,"155":6,"156":1,"158":6,"159":3,"16":51,"160":5,"161":17,"167":5,"168":1,"17":39,"18":186,"19":32,"20":33,"209":15,"21":91,"210":6,"211":2,"214":4,"215":54,"221":70,"223":139,"224":13,"225":150,"23":65,"24":159,"25":100,"257":24,"26":18,"268":2,"27":40,"273":8,"276":6,"279":26,"28":111,"281":2,"282":4,"291":4,"292":5,"30":8,"302":2,"306":1,"31":12,"314":4,"32":13,"33":9,"34":23,"347":2,"35":13,"352":168,"36":38,"37":12,"38":96,"380":5,"381":13,"383":15,"39":14,"391":7,"396":1,"397":7,"40":29,"409":1,"41":12,"414":1,"415":22,"419":3,"42":11,"426":1,"43":15,"430":7,"431":1,"44":8,"45":9,"46":52,"48":13,"49":23,"5":129,"51":4,"52":2,"53":19,"56":3,"570":1,"6":31,"63":10,"7":80,"79":5,"8":34,"80":6,"9":44,"all_client":29992,"all_tv_clinet":3093,"insert_time":"2014-08-19T17:26:19.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26663,"10":8,"107":131,"11":227,"12":7,"13":71,"14":57,"15":46,"155":6,"156":1,"158":6,"159":3,"16":45,"160":4,"161":19,"167":5,"168":1,"17":37,"18":189,"19":31,"20":35,"209":15,"21":85,"210":6,"211":2,"214":5,"215":54,"221":71,"223":136,"224":11,"225":150,"23":65,"24":160,"25":93,"257":20,"26":18,"268":2,"27":40,"273":9,"276":7,"279":26,"28":108,"281":2,"282":4,"291":4,"292":5,"30":7,"302":2,"306":1,"31":11,"314":3,"32":12,"33":10,"34":23,"347":2,"35":13,"352":164,"36":37,"37":12,"38":91,"380":7,"381":13,"383":15,"39":15,"391":7,"396":2,"397":7,"40":29,"409":1,"41":10,"414":1,"415":22,"419":4,"42":9,"426":1,"43":17,"430":7,"431":1,"44":7,"45":9,"46":51,"48":13,"49":23,"5":125,"51":5,"52":2,"53":18,"56":4,"570":1,"6":31,"63":10,"7":79,"79":5,"8":32,"80":6,"9":44,"all_client":29711,"all_tv_clinet":3048,"insert_time":"2014-08-19T17:27:19.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26438,"10":7,"107":135,"11":226,"12":7,"13":72,"14":58,"15":47,"155":6,"156":1,"158":6,"159":3,"16":42,"160":4,"161":19,"167":5,"168":1,"17":36,"18":186,"19":29,"20":35,"209":12,"21":85,"210":6,"211":2,"214":5,"215":51,"221":69,"223":128,"224":13,"225":148,"23":66,"24":152,"25":89,"257":20,"26":15,"268":1,"27":39,"273":10,"276":7,"279":28,"28":107,"281":2,"282":5,"291":4,"292":3,"30":7,"302":2,"306":1,"31":11,"314":3,"32":8,"33":10,"34":22,"347":2,"35":14,"352":166,"36":34,"37":13,"38":95,"380":8,"381":12,"383":15,"39":15,"391":7,"396":2,"397":6,"40":29,"409":2,"41":8,"414":1,"415":18,"419":4,"42":10,"426":1,"43":18,"430":7,"431":1,"44":7,"45":9,"46":49,"48":13,"49":23,"5":118,"51":4,"52":2,"53":18,"56":4,"570":1,"6":31,"63":8,"7":75,"79":6,"8":31,"80":6,"9":47,"all_client":29434,"all_tv_clinet":2996,"insert_time":"2014-08-19T17:28:20.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26197,"10":6,"107":139,"11":227,"12":7,"13":68,"14":57,"15":48,"155":6,"156":1,"158":6,"159":3,"16":42,"160":3,"161":19,"167":5,"168":1,"17":35,"18":188,"19":31,"20":35,"209":12,"21":84,"210":5,"211":2,"214":5,"215":50,"221":69,"223":123,"224":12,"225":150,"23":58,"24":156,"25":86,"257":17,"26":17,"268":1,"27":40,"273":10,"276":7,"279":27,"28":106,"281":2,"282":6,"291":4,"292":3,"30":8,"302":2,"306":1,"31":10,"314":3,"32":5,"33":11,"34":21,"347":2,"35":13,"352":165,"36":36,"37":15,"38":103,"380":8,"381":12,"383":14,"39":15,"391":9,"396":2,"397":6,"40":29,"409":2,"41":7,"414":1,"415":18,"419":4,"42":11,"43":19,"430":7,"431":1,"44":7,"45":9,"46":46,"48":13,"49":23,"5":115,"51":4,"52":1,"53":16,"56":4,"570":1,"6":33,"63":6,"7":72,"79":6,"8":29,"80":6,"9":48,"all_client":29175,"all_tv_clinet":2978,"insert_time":"2014-08-19T17:29:20.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25998,"10":6,"107":137,"11":223,"12":7,"13":67,"14":58,"15":47,"155":6,"156":1,"158":6,"159":3,"16":41,"160":4,"161":19,"167":5,"168":1,"17":34,"18":185,"19":32,"20":37,"209":12,"21":83,"210":4,"211":2,"214":5,"215":49,"221":70,"223":130,"224":13,"225":149,"23":58,"24":156,"25":86,"257":13,"26":15,"268":1,"27":37,"273":7,"276":7,"279":25,"28":103,"281":2,"282":6,"291":4,"292":3,"30":10,"302":2,"306":1,"31":10,"314":3,"32":4,"33":11,"34":21,"347":3,"35":13,"352":154,"36":35,"37":13,"38":99,"380":8,"381":11,"383":13,"39":15,"391":9,"396":2,"397":6,"40":28,"409":2,"41":7,"414":1,"415":18,"419":5,"42":13,"43":18,"430":6,"431":1,"44":6,"45":9,"46":44,"48":13,"49":24,"5":116,"51":3,"53":15,"56":4,"570":1,"6":33,"63":6,"7":69,"79":6,"8":28,"80":6,"9":51,"all_client":28933,"all_tv_clinet":2935,"insert_time":"2014-08-19T17:30:20.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25786,"10":6,"107":129,"11":217,"12":7,"13":71,"14":61,"15":45,"155":6,"156":1,"158":6,"159":3,"16":37,"160":4,"161":18,"167":5,"168":1,"17":31,"18":183,"19":32,"20":37,"209":11,"21":83,"210":4,"211":2,"214":5,"215":47,"221":66,"223":132,"224":15,"225":153,"23":61,"24":160,"25":86,"257":13,"26":16,"268":1,"27":37,"273":9,"276":6,"279":24,"28":101,"281":2,"282":6,"291":4,"292":3,"30":10,"302":2,"306":1,"31":10,"314":3,"32":4,"33":11,"34":21,"347":3,"35":12,"352":155,"36":33,"37":13,"38":100,"380":8,"381":11,"383":11,"39":16,"391":8,"396":2,"397":6,"40":28,"409":2,"41":8,"414":1,"415":16,"419":5,"42":13,"43":18,"430":7,"431":1,"44":5,"45":9,"46":43,"48":11,"49":25,"5":118,"51":3,"53":15,"56":5,"570":1,"6":36,"63":5,"7":68,"79":6,"8":25,"80":6,"9":49,"all_client":28702,"all_tv_clinet":2916,"insert_time":"2014-08-19T17:31:20.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25583,"10":6,"107":124,"11":220,"12":7,"13":74,"14":61,"15":42,"155":6,"156":1,"158":6,"159":3,"16":34,"160":5,"161":19,"167":5,"168":1,"17":30,"18":184,"19":34,"20":36,"209":9,"21":80,"210":4,"211":2,"214":5,"215":46,"221":63,"223":136,"224":15,"225":152,"23":62,"24":163,"25":83,"257":14,"26":15,"27":39,"273":8,"276":6,"279":24,"28":97,"281":2,"282":6,"291":4,"292":3,"30":9,"302":2,"306":1,"31":11,"314":3,"32":4,"33":11,"34":21,"347":3,"35":12,"352":151,"36":36,"37":13,"38":97,"380":8,"381":12,"383":11,"39":15,"391":7,"396":2,"397":6,"40":27,"409":2,"41":7,"414":2,"415":15,"419":5,"42":15,"43":18,"430":8,"431":1,"433":1,"44":5,"45":9,"46":40,"48":10,"49":25,"5":117,"51":3,"53":16,"56":5,"570":1,"6":36,"63":3,"7":69,"79":6,"8":24,"80":6,"9":47,"all_client":28477,"all_tv_clinet":2894,"insert_time":"2014-08-19T17:32:20.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25405,"10":6,"107":124,"11":217,"12":7,"13":77,"14":56,"15":39,"155":6,"156":1,"158":6,"159":3,"16":31,"160":6,"161":19,"167":5,"168":1,"17":29,"18":184,"19":35,"20":33,"209":9,"21":81,"210":4,"211":2,"214":5,"215":42,"221":59,"223":137,"224":14,"225":145,"23":61,"24":166,"25":81,"257":14,"26":13,"27":38,"273":8,"276":6,"279":26,"28":89,"281":2,"282":6,"291":4,"292":4,"30":9,"302":2,"306":1,"31":11,"314":3,"32":4,"33":13,"34":20,"347":2,"35":11,"352":152,"36":32,"37":14,"38":95,"380":9,"381":13,"383":11,"39":15,"391":7,"396":2,"397":6,"40":28,"409":2,"41":6,"414":2,"415":13,"419":3,"42":14,"43":17,"430":8,"431":1,"433":1,"44":6,"45":9,"46":40,"48":9,"49":23,"5":114,"51":3,"52":1,"53":17,"56":5,"570":1,"6":35,"63":3,"7":70,"79":5,"8":28,"80":6,"9":48,"all_client":28256,"all_tv_clinet":2851,"insert_time":"2014-08-19T17:33:21.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25192,"10":6,"107":121,"11":202,"12":7,"13":77,"14":52,"15":37,"155":6,"156":1,"158":7,"159":3,"16":28,"160":6,"161":18,"167":5,"168":1,"17":26,"18":188,"19":38,"20":28,"209":8,"21":83,"210":4,"211":1,"214":5,"215":42,"221":65,"223":140,"224":14,"225":138,"23":60,"24":166,"25":80,"257":13,"26":14,"27":38,"273":7,"276":6,"279":25,"28":87,"281":2,"282":6,"291":5,"292":4,"30":9,"302":2,"306":1,"31":11,"314":3,"32":4,"33":13,"34":19,"347":2,"35":11,"352":146,"36":32,"37":14,"38":94,"380":9,"381":14,"383":9,"39":15,"391":7,"396":2,"397":6,"40":28,"409":3,"41":7,"414":2,"415":17,"419":3,"42":14,"43":17,"430":8,"431":1,"433":1,"44":5,"45":9,"46":43,"48":11,"49":23,"5":111,"51":3,"52":1,"53":16,"56":5,"570":2,"6":34,"63":3,"7":68,"79":4,"8":28,"80":6,"9":53,"all_client":28011,"all_tv_clinet":2819,"insert_time":"2014-08-19T17:34:21.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24988,"10":6,"107":124,"11":189,"12":7,"13":80,"14":52,"15":35,"155":6,"156":1,"158":8,"159":3,"16":27,"160":6,"161":14,"167":5,"168":1,"17":27,"18":189,"19":39,"20":28,"209":7,"21":89,"210":4,"211":1,"214":5,"215":40,"221":63,"223":141,"224":14,"225":143,"23":58,"24":163,"25":83,"257":12,"26":15,"27":39,"273":7,"276":6,"279":25,"28":78,"281":2,"282":6,"291":5,"292":5,"30":9,"302":2,"306":1,"31":10,"314":2,"32":4,"33":12,"34":19,"347":2,"35":11,"352":151,"36":32,"37":14,"38":90,"380":9,"381":13,"383":10,"39":15,"391":6,"396":2,"397":6,"40":28,"409":3,"41":9,"414":2,"415":15,"419":3,"42":14,"43":17,"430":8,"431":1,"433":1,"44":5,"45":9,"46":44,"48":10,"49":25,"5":107,"51":4,"52":1,"53":15,"56":5,"570":2,"6":32,"63":2,"7":66,"79":4,"8":28,"80":6,"9":54,"all_client":27786,"all_tv_clinet":2798,"insert_time":"2014-08-19T17:35:21.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24788,"10":6,"107":124,"11":193,"12":7,"13":78,"14":52,"15":36,"155":6,"156":1,"158":8,"159":3,"16":26,"160":6,"161":16,"167":5,"168":1,"17":27,"18":190,"19":39,"20":25,"209":7,"21":87,"210":4,"211":1,"214":5,"215":37,"221":58,"223":141,"224":13,"225":143,"23":57,"24":167,"25":84,"257":13,"26":17,"268":1,"27":40,"273":8,"276":6,"279":25,"28":81,"281":2,"282":7,"291":5,"292":5,"30":8,"302":2,"306":1,"31":11,"314":2,"32":4,"33":9,"34":18,"347":2,"35":10,"352":153,"36":32,"37":14,"38":89,"380":8,"381":13,"383":10,"39":16,"391":6,"396":1,"397":8,"40":25,"409":3,"41":9,"414":2,"415":16,"419":3,"42":15,"43":17,"430":8,"431":1,"433":1,"44":5,"45":10,"46":43,"48":9,"49":25,"5":106,"51":5,"52":1,"53":12,"56":5,"570":2,"6":31,"63":2,"7":63,"79":4,"8":26,"80":5,"9":53,"all_client":27575,"all_tv_clinet":2787,"insert_time":"2014-08-19T17:36:21.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24599,"10":6,"107":121,"11":193,"12":7,"13":71,"14":54,"15":36,"155":7,"156":1,"158":9,"159":2,"16":24,"160":7,"161":18,"167":5,"168":1,"17":28,"18":190,"19":38,"20":22,"209":7,"21":85,"210":3,"211":1,"214":5,"215":36,"221":53,"223":137,"224":13,"225":146,"23":57,"24":167,"25":86,"257":14,"26":18,"268":1,"27":37,"273":9,"276":5,"279":26,"28":76,"281":2,"282":7,"291":5,"292":4,"30":9,"302":2,"306":1,"31":11,"314":2,"32":4,"33":8,"34":15,"347":2,"35":10,"352":149,"36":33,"37":15,"38":94,"380":8,"381":14,"383":10,"39":16,"391":6,"396":1,"397":8,"40":25,"409":3,"41":9,"414":1,"415":17,"419":2,"42":16,"43":17,"430":10,"431":1,"433":1,"44":4,"45":11,"46":41,"48":8,"49":26,"5":106,"51":5,"52":1,"53":10,"56":4,"570":2,"6":27,"63":2,"7":64,"79":3,"8":26,"80":5,"9":52,"all_client":27356,"all_tv_clinet":2757,"insert_time":"2014-08-19T17:37:21.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24354,"10":6,"107":114,"11":198,"12":7,"13":71,"14":53,"15":37,"155":7,"156":1,"158":9,"159":2,"16":25,"160":7,"161":18,"167":6,"168":1,"17":28,"18":183,"19":37,"20":22,"209":7,"21":83,"210":4,"211":3,"214":3,"215":33,"221":52,"223":133,"224":12,"225":155,"23":59,"24":174,"25":84,"257":14,"26":20,"268":2,"27":33,"273":9,"276":6,"279":26,"28":75,"281":1,"282":8,"291":5,"292":3,"30":7,"302":2,"306":1,"31":9,"314":1,"32":3,"33":7,"34":15,"347":2,"35":10,"352":143,"36":31,"37":16,"38":94,"380":8,"381":13,"383":9,"39":15,"391":6,"396":1,"397":8,"40":24,"409":3,"41":9,"414":1,"415":18,"419":2,"42":15,"43":17,"430":11,"431":1,"433":1,"44":4,"45":14,"46":40,"48":8,"49":25,"5":103,"51":4,"52":1,"53":10,"56":5,"570":2,"6":28,"63":3,"7":67,"79":3,"8":25,"80":6,"9":51,"all_client":27092,"all_tv_clinet":2738,"insert_time":"2014-08-19T17:38:21.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24139,"10":6,"107":104,"11":197,"12":7,"13":67,"14":53,"15":36,"155":7,"156":2,"158":7,"159":2,"16":26,"160":7,"161":16,"167":6,"168":1,"17":27,"18":176,"19":41,"20":22,"209":8,"21":81,"210":4,"211":3,"214":4,"215":31,"221":53,"223":130,"224":12,"225":158,"23":56,"24":163,"25":79,"257":14,"26":21,"268":2,"27":33,"273":9,"276":6,"279":27,"28":74,"281":1,"282":8,"291":5,"292":2,"30":7,"302":1,"306":1,"31":10,"314":1,"32":3,"33":7,"34":14,"347":3,"35":11,"352":147,"36":31,"37":16,"38":93,"380":7,"381":13,"383":8,"39":14,"391":6,"396":1,"397":7,"40":24,"409":3,"41":11,"414":1,"415":17,"419":2,"42":14,"43":17,"430":12,"431":1,"433":1,"44":4,"45":15,"46":38,"48":9,"49":26,"5":104,"51":4,"52":1,"53":10,"56":5,"570":2,"6":28,"63":3,"7":70,"79":2,"8":24,"80":6,"9":49,"all_client":26837,"all_tv_clinet":2698,"insert_time":"2014-08-19T17:39:22.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23926,"10":5,"107":108,"11":201,"12":7,"13":69,"14":53,"15":36,"155":7,"156":2,"158":7,"159":2,"16":23,"160":7,"161":17,"167":6,"168":1,"17":24,"18":174,"19":41,"20":22,"209":8,"21":82,"210":4,"211":3,"214":5,"215":30,"221":53,"223":129,"224":13,"225":161,"23":55,"24":166,"25":74,"257":16,"26":23,"268":2,"27":30,"273":7,"276":6,"279":28,"28":69,"281":1,"282":9,"291":5,"292":2,"30":7,"302":1,"306":1,"31":9,"314":1,"32":3,"33":6,"34":13,"347":3,"35":11,"352":142,"36":31,"37":15,"38":92,"380":6,"381":12,"383":7,"39":14,"391":6,"396":1,"397":6,"40":23,"409":3,"41":11,"414":1,"415":17,"419":2,"42":16,"43":16,"430":13,"431":1,"433":1,"44":5,"45":14,"46":37,"48":10,"49":26,"5":101,"51":4,"52":2,"53":9,"56":4,"570":2,"6":29,"63":3,"7":70,"79":1,"8":22,"80":6,"9":48,"all_client":26603,"all_tv_clinet":2677,"insert_time":"2014-08-19T17:40:22.254Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23704,"10":6,"107":105,"11":201,"12":8,"13":64,"14":53,"15":37,"155":7,"156":2,"158":7,"159":2,"16":22,"160":7,"161":20,"167":7,"168":1,"17":22,"18":169,"19":42,"20":22,"209":8,"21":81,"210":4,"211":3,"214":5,"215":28,"221":54,"223":125,"224":14,"225":161,"23":52,"24":163,"25":66,"257":14,"26":24,"268":2,"27":29,"273":7,"276":6,"279":27,"28":65,"281":1,"282":10,"291":5,"292":2,"30":7,"302":1,"306":1,"31":9,"314":1,"32":3,"33":6,"34":13,"347":2,"35":11,"352":145,"36":29,"37":13,"38":89,"380":6,"381":11,"383":8,"39":14,"391":7,"396":1,"397":6,"40":22,"409":3,"41":13,"414":1,"415":17,"419":2,"42":17,"43":17,"430":13,"431":1,"433":1,"44":5,"45":14,"46":38,"48":11,"49":25,"5":102,"51":5,"52":2,"53":8,"56":4,"570":2,"6":28,"63":4,"7":69,"79":1,"8":22,"80":6,"9":48,"all_client":26348,"all_tv_clinet":2644,"insert_time":"2014-08-19T17:41:22.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23512,"10":6,"107":105,"11":198,"12":8,"13":66,"14":51,"15":36,"155":7,"156":2,"158":6,"159":2,"16":22,"160":7,"161":20,"167":7,"168":1,"17":22,"18":166,"19":41,"20":22,"209":8,"21":81,"210":4,"211":3,"214":4,"215":28,"221":55,"223":129,"224":14,"225":164,"23":51,"24":160,"25":65,"257":14,"26":23,"268":2,"27":26,"273":7,"276":6,"279":25,"28":65,"281":1,"282":11,"291":5,"292":2,"30":6,"302":1,"306":1,"31":9,"314":1,"32":3,"33":7,"34":12,"347":2,"35":11,"352":142,"36":25,"37":13,"38":85,"380":5,"381":12,"383":8,"39":12,"391":7,"396":1,"397":7,"40":20,"409":4,"41":13,"414":1,"415":18,"419":2,"42":17,"43":16,"430":13,"431":1,"433":1,"44":5,"45":12,"46":36,"48":12,"49":26,"5":100,"51":5,"52":2,"53":8,"56":4,"570":2,"6":30,"63":4,"7":70,"79":1,"8":21,"80":6,"9":47,"all_client":26127,"all_tv_clinet":2615,"insert_time":"2014-08-19T17:42:22.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23308,"10":6,"107":107,"11":192,"12":8,"13":66,"14":49,"15":34,"155":7,"156":2,"158":6,"159":1,"16":20,"160":7,"161":22,"167":7,"168":1,"17":22,"18":164,"19":39,"20":23,"209":9,"21":84,"210":4,"211":3,"214":4,"215":27,"221":53,"223":129,"224":14,"225":163,"23":51,"24":157,"25":63,"257":14,"26":22,"268":2,"27":25,"273":6,"276":6,"279":24,"28":64,"281":1,"282":8,"291":5,"292":2,"30":6,"302":1,"306":1,"31":9,"314":1,"32":3,"33":8,"34":10,"347":2,"35":13,"352":139,"36":24,"37":14,"38":85,"380":4,"381":12,"383":8,"39":14,"391":7,"396":1,"397":8,"40":21,"409":5,"41":13,"414":1,"415":16,"419":2,"42":16,"43":15,"430":13,"431":1,"433":1,"44":4,"45":11,"46":34,"48":13,"49":25,"5":100,"51":5,"52":1,"53":6,"56":5,"570":1,"6":30,"63":4,"7":70,"79":1,"8":21,"80":7,"9":46,"all_client":25889,"all_tv_clinet":2581,"insert_time":"2014-08-19T17:43:22.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23101,"10":6,"107":108,"11":184,"12":6,"13":70,"14":47,"15":34,"155":6,"156":2,"158":6,"159":1,"16":19,"160":7,"161":23,"167":6,"168":1,"17":22,"18":164,"19":40,"20":23,"209":9,"21":88,"210":4,"211":2,"214":3,"215":26,"221":52,"223":136,"224":16,"225":164,"23":53,"24":147,"25":55,"257":14,"26":23,"268":2,"27":23,"273":5,"276":6,"279":24,"28":63,"281":1,"282":7,"291":5,"292":2,"30":6,"302":1,"306":1,"31":9,"314":1,"32":2,"33":7,"34":10,"347":2,"35":12,"352":140,"36":25,"37":13,"38":85,"380":4,"381":12,"383":6,"39":13,"391":7,"396":1,"397":7,"40":20,"409":5,"41":14,"414":1,"415":17,"419":3,"42":15,"43":16,"430":13,"431":1,"433":2,"44":5,"45":10,"46":33,"48":12,"49":26,"5":98,"51":5,"52":1,"53":7,"56":5,"570":1,"6":30,"63":3,"7":67,"79":1,"8":21,"80":6,"9":47,"all_client":25655,"all_tv_clinet":2554,"insert_time":"2014-08-19T17:44:22.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22897,"10":5,"107":103,"11":183,"12":5,"13":69,"14":48,"15":34,"155":6,"156":2,"158":6,"159":1,"16":17,"160":7,"161":24,"167":6,"168":1,"17":22,"18":163,"19":37,"20":22,"209":10,"21":87,"210":4,"211":2,"214":4,"215":26,"221":52,"223":134,"224":16,"225":163,"23":54,"24":143,"25":54,"257":12,"26":25,"268":2,"27":25,"273":5,"276":6,"279":24,"28":61,"281":1,"282":5,"291":5,"292":2,"30":6,"302":1,"306":1,"31":11,"314":1,"32":3,"33":7,"34":9,"347":2,"35":12,"352":140,"36":23,"37":13,"38":87,"380":3,"381":11,"383":5,"39":14,"391":8,"396":1,"397":7,"40":20,"409":5,"41":15,"414":1,"415":16,"419":3,"42":15,"43":16,"430":12,"431":1,"433":2,"44":5,"45":9,"46":33,"48":12,"49":25,"5":94,"51":5,"52":1,"53":7,"56":5,"570":1,"6":30,"63":3,"7":66,"79":1,"8":20,"80":6,"9":47,"all_client":25421,"all_tv_clinet":2524,"insert_time":"2014-08-19T17:45:23.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22732,"10":5,"107":96,"11":179,"12":5,"13":69,"14":47,"15":32,"155":6,"156":2,"158":6,"159":1,"16":18,"160":7,"161":22,"167":6,"168":1,"17":22,"18":162,"19":37,"20":23,"209":11,"21":90,"210":4,"211":2,"214":4,"215":23,"221":50,"223":133,"224":17,"225":163,"23":53,"24":143,"25":53,"257":11,"26":24,"268":3,"27":24,"273":4,"276":6,"279":23,"28":63,"281":1,"282":5,"291":5,"292":2,"30":6,"302":1,"306":1,"31":12,"314":1,"32":3,"33":7,"34":10,"347":2,"35":10,"352":137,"36":23,"37":12,"38":85,"380":2,"381":11,"383":4,"39":13,"391":7,"396":1,"397":6,"40":18,"409":2,"41":16,"414":2,"415":15,"419":3,"42":15,"43":16,"430":11,"431":1,"433":2,"44":6,"45":9,"46":32,"48":12,"49":24,"5":94,"51":6,"52":1,"53":6,"56":5,"570":1,"6":32,"63":2,"7":62,"79":1,"8":20,"80":6,"9":46,"all_client":25215,"all_tv_clinet":2483,"insert_time":"2014-08-19T17:46:23.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22511,"10":4,"107":98,"11":182,"12":6,"13":68,"14":47,"15":31,"155":6,"156":2,"158":6,"159":1,"16":16,"160":6,"161":21,"167":6,"168":1,"17":21,"18":161,"19":39,"20":20,"209":12,"21":85,"210":5,"211":2,"214":4,"215":24,"221":49,"223":128,"224":17,"225":158,"23":55,"24":143,"25":50,"257":13,"26":24,"268":3,"27":23,"273":4,"276":6,"279":24,"28":61,"282":4,"291":5,"292":2,"30":6,"302":1,"306":1,"31":12,"314":1,"32":4,"33":7,"34":10,"347":2,"35":9,"352":140,"36":20,"37":12,"38":79,"380":2,"381":9,"383":4,"39":12,"391":6,"396":1,"397":6,"40":18,"409":2,"41":15,"414":2,"415":14,"419":3,"42":14,"43":16,"430":10,"431":1,"433":1,"44":6,"45":9,"46":33,"48":12,"49":24,"5":97,"51":7,"52":1,"53":5,"56":5,"570":1,"6":32,"63":4,"7":63,"79":2,"8":19,"80":6,"9":46,"all_client":24966,"all_tv_clinet":2455,"insert_time":"2014-08-19T17:47:23.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22326,"10":4,"107":94,"11":180,"12":6,"13":70,"14":46,"15":31,"155":6,"156":2,"158":6,"159":1,"16":15,"160":6,"161":19,"167":6,"168":1,"17":20,"18":159,"19":40,"20":19,"209":12,"21":85,"210":5,"211":2,"214":4,"215":24,"221":46,"223":126,"224":18,"225":165,"23":57,"24":135,"25":49,"257":12,"26":23,"268":3,"27":21,"273":4,"276":6,"279":23,"28":62,"282":4,"291":5,"292":2,"30":7,"302":1,"306":1,"31":10,"314":1,"32":5,"33":7,"34":10,"347":2,"35":10,"352":137,"36":21,"37":12,"38":84,"380":1,"381":9,"383":4,"39":12,"391":6,"396":1,"397":6,"40":16,"409":2,"41":15,"414":2,"415":13,"419":2,"42":14,"43":16,"430":10,"431":1,"433":1,"44":6,"45":9,"46":32,"48":14,"49":26,"5":99,"51":6,"52":1,"53":6,"56":5,"570":1,"6":33,"63":5,"7":62,"79":2,"8":20,"80":6,"9":47,"all_client":24769,"all_tv_clinet":2443,"insert_time":"2014-08-19T17:48:23.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22143,"10":4,"107":93,"11":180,"12":6,"13":72,"14":43,"15":32,"155":6,"156":2,"158":5,"159":2,"16":14,"160":7,"161":20,"167":6,"168":1,"17":20,"18":161,"19":41,"20":18,"209":14,"21":85,"210":5,"211":2,"214":4,"215":23,"221":43,"223":126,"224":17,"225":161,"23":56,"24":130,"25":48,"257":11,"26":22,"268":3,"27":20,"273":4,"276":7,"279":23,"28":61,"282":5,"291":4,"292":2,"30":7,"302":1,"31":10,"314":1,"32":5,"33":7,"34":10,"347":2,"35":10,"352":140,"36":19,"37":12,"38":82,"380":1,"381":8,"383":5,"39":12,"391":6,"396":2,"397":6,"40":16,"409":2,"41":14,"414":2,"415":14,"419":2,"42":12,"43":15,"430":9,"431":1,"433":1,"44":5,"45":11,"46":34,"48":13,"49":27,"5":99,"51":5,"52":1,"53":8,"56":5,"570":1,"6":32,"63":5,"7":60,"79":2,"8":20,"80":6,"9":45,"all_client":24565,"all_tv_clinet":2422,"insert_time":"2014-08-19T17:49:23.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21974,"10":4,"107":94,"11":177,"12":6,"13":71,"14":41,"15":31,"155":6,"156":2,"158":5,"159":2,"16":12,"160":7,"161":19,"167":5,"168":1,"17":19,"18":162,"19":38,"20":19,"209":13,"21":85,"210":5,"211":2,"214":4,"215":22,"221":50,"223":122,"224":17,"225":161,"23":54,"24":129,"25":44,"257":11,"26":23,"268":3,"27":17,"273":4,"276":7,"279":24,"28":60,"282":5,"291":4,"292":2,"30":9,"302":1,"31":11,"314":1,"32":5,"33":7,"34":10,"347":2,"35":10,"352":139,"36":18,"37":13,"38":82,"380":1,"381":9,"383":4,"39":12,"391":6,"396":2,"397":6,"40":15,"409":2,"41":12,"414":1,"415":14,"419":2,"42":12,"43":15,"430":10,"431":1,"433":1,"44":5,"45":12,"46":34,"48":14,"49":27,"5":93,"51":4,"52":1,"53":8,"56":5,"570":1,"6":32,"63":5,"7":60,"79":1,"8":20,"80":6,"9":44,"all_client":24368,"all_tv_clinet":2394,"insert_time":"2014-08-19T17:50:23.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21804,"10":5,"107":102,"11":173,"12":7,"13":70,"14":39,"15":32,"155":6,"156":1,"158":5,"159":2,"16":14,"160":7,"161":23,"167":5,"168":1,"17":19,"18":165,"19":39,"20":19,"209":14,"21":82,"210":5,"211":2,"214":3,"215":22,"221":51,"223":122,"224":17,"225":159,"23":52,"24":127,"25":43,"257":10,"26":24,"268":3,"27":19,"273":3,"276":7,"279":24,"28":54,"282":5,"291":4,"292":2,"30":8,"302":1,"31":12,"314":1,"32":5,"33":6,"34":10,"347":1,"35":10,"352":135,"36":19,"37":12,"38":82,"380":1,"381":8,"383":5,"39":13,"391":6,"396":2,"397":6,"40":14,"409":2,"41":12,"414":1,"415":12,"419":2,"42":11,"43":14,"430":11,"431":1,"433":1,"44":5,"45":12,"46":34,"48":16,"49":27,"5":90,"51":4,"52":1,"53":6,"56":5,"570":1,"6":28,"63":5,"7":60,"79":1,"8":21,"80":6,"9":42,"all_client":24180,"all_tv_clinet":2376,"insert_time":"2014-08-19T17:51:23.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21633,"10":5,"107":100,"11":172,"12":7,"13":70,"14":38,"15":31,"155":6,"156":1,"158":5,"159":2,"16":14,"160":7,"161":20,"167":5,"168":1,"17":19,"18":167,"19":39,"20":20,"209":13,"21":86,"210":5,"211":3,"214":3,"215":20,"221":51,"223":120,"224":17,"225":155,"23":59,"24":125,"25":42,"257":12,"26":25,"268":2,"27":20,"273":3,"276":6,"279":23,"28":55,"282":5,"291":4,"292":2,"30":8,"302":1,"31":13,"314":2,"32":5,"33":6,"34":9,"347":1,"35":9,"352":136,"36":19,"37":12,"38":78,"380":1,"381":9,"383":5,"39":11,"391":6,"396":2,"397":6,"40":13,"409":2,"41":9,"414":2,"415":11,"419":2,"42":11,"43":15,"430":13,"431":1,"433":1,"44":7,"45":11,"46":32,"48":16,"49":26,"5":85,"51":4,"52":1,"53":4,"56":5,"570":1,"6":25,"63":5,"7":60,"79":1,"8":21,"80":5,"9":42,"all_client":23988,"all_tv_clinet":2355,"insert_time":"2014-08-19T17:52:24.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21485,"10":5,"107":96,"11":172,"12":5,"13":66,"14":37,"15":32,"155":5,"156":1,"158":5,"159":2,"16":13,"160":7,"161":20,"167":5,"168":1,"17":18,"18":164,"19":38,"20":19,"209":12,"21":84,"210":4,"211":2,"214":2,"215":19,"221":50,"223":121,"224":17,"225":155,"23":58,"24":122,"25":43,"257":12,"26":26,"268":2,"27":20,"273":3,"276":6,"279":23,"28":51,"282":5,"291":4,"292":2,"30":8,"302":1,"31":12,"314":2,"32":6,"33":6,"34":9,"347":1,"35":9,"352":132,"36":18,"37":13,"38":74,"380":1,"381":10,"383":5,"39":12,"391":6,"396":2,"397":6,"40":13,"409":4,"41":9,"414":2,"415":10,"419":2,"42":11,"43":15,"430":13,"431":1,"433":1,"44":6,"45":9,"46":32,"48":17,"49":26,"5":87,"51":4,"52":2,"53":3,"56":5,"570":1,"6":25,"63":4,"7":59,"79":1,"8":23,"80":5,"9":45,"all_client":23807,"all_tv_clinet":2322,"insert_time":"2014-08-19T17:53:24.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21310,"10":5,"107":97,"11":173,"12":5,"13":64,"14":37,"15":33,"155":4,"156":1,"158":5,"159":2,"16":13,"160":5,"161":18,"167":6,"168":1,"17":18,"18":164,"19":37,"20":18,"209":10,"21":86,"210":4,"211":2,"215":18,"221":50,"223":123,"224":17,"225":154,"23":59,"24":120,"25":42,"257":12,"26":27,"268":2,"27":17,"273":3,"276":6,"279":22,"28":50,"282":5,"291":4,"292":2,"30":9,"31":10,"314":2,"32":6,"33":6,"34":10,"347":1,"35":9,"352":132,"36":20,"37":13,"38":73,"380":1,"381":10,"383":5,"39":12,"391":6,"396":2,"397":5,"40":12,"409":4,"41":10,"414":2,"415":10,"419":3,"42":11,"43":16,"430":14,"431":1,"433":2,"44":5,"45":9,"46":33,"48":14,"49":26,"5":85,"51":3,"52":3,"53":3,"56":5,"570":1,"6":25,"63":5,"7":57,"79":1,"8":24,"80":5,"9":46,"all_client":23618,"all_tv_clinet":2308,"insert_time":"2014-08-19T17:54:24.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21150,"10":6,"107":96,"11":172,"12":5,"13":65,"14":36,"15":36,"155":4,"156":1,"158":5,"159":2,"16":13,"160":4,"161":18,"167":6,"168":1,"17":18,"18":164,"19":38,"20":17,"209":10,"21":83,"210":4,"211":2,"215":19,"221":51,"223":120,"224":17,"225":152,"23":55,"24":115,"25":41,"257":10,"26":33,"268":2,"27":16,"273":3,"276":6,"279":22,"28":50,"282":5,"291":4,"292":2,"30":9,"31":10,"314":2,"32":6,"33":6,"34":10,"347":1,"35":11,"352":129,"36":20,"37":11,"38":74,"380":1,"381":8,"383":4,"39":11,"391":6,"396":2,"397":4,"40":12,"409":4,"41":10,"414":1,"415":10,"419":3,"42":10,"43":17,"430":14,"431":1,"433":2,"44":4,"45":9,"46":31,"48":15,"49":26,"5":86,"51":3,"52":4,"53":3,"56":5,"570":1,"6":24,"63":5,"7":63,"79":1,"8":23,"80":5,"9":48,"all_client":23444,"all_tv_clinet":2294,"insert_time":"2014-08-19T17:55:24.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21003,"10":6,"107":94,"11":176,"12":5,"13":65,"14":34,"15":39,"155":4,"156":1,"158":5,"159":2,"16":12,"160":4,"161":17,"167":6,"168":1,"17":18,"18":167,"19":37,"20":14,"209":10,"21":81,"210":4,"211":2,"215":20,"221":51,"223":121,"224":18,"225":148,"23":53,"24":115,"25":42,"257":11,"26":32,"268":2,"27":14,"273":4,"276":5,"279":20,"28":52,"282":4,"291":3,"292":2,"30":8,"31":10,"314":2,"32":6,"33":6,"34":10,"347":1,"35":11,"352":124,"36":20,"37":10,"38":76,"380":1,"381":8,"383":3,"39":12,"391":6,"396":2,"397":4,"40":11,"409":4,"41":10,"414":1,"415":9,"419":3,"42":10,"43":17,"430":14,"431":1,"433":2,"44":4,"45":7,"46":26,"48":15,"49":26,"5":87,"51":4,"52":4,"53":4,"56":5,"570":1,"6":22,"63":5,"7":58,"79":1,"8":21,"80":5,"9":44,"all_client":23265,"all_tv_clinet":2262,"insert_time":"2014-08-19T17:56:24.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20803,"10":6,"107":95,"11":171,"12":5,"13":62,"14":29,"15":38,"155":4,"156":1,"158":5,"159":2,"16":12,"160":4,"161":14,"167":7,"168":1,"17":19,"18":168,"19":37,"20":15,"209":11,"21":82,"210":4,"211":2,"215":18,"221":51,"223":117,"224":18,"225":147,"23":51,"24":118,"25":41,"257":10,"26":33,"268":3,"27":14,"273":4,"276":5,"279":21,"28":54,"282":4,"291":3,"292":2,"30":8,"31":9,"314":2,"32":6,"33":6,"34":11,"347":2,"35":10,"352":127,"36":22,"37":8,"38":73,"380":1,"381":8,"383":2,"39":12,"391":6,"396":2,"397":4,"40":11,"409":4,"41":9,"414":2,"415":11,"419":2,"42":10,"43":17,"430":14,"431":1,"433":2,"44":4,"45":6,"46":27,"48":15,"49":26,"5":89,"51":4,"52":3,"53":5,"56":4,"6":23,"63":5,"7":60,"79":1,"8":21,"80":5,"9":40,"all_client":23051,"all_tv_clinet":2248,"insert_time":"2014-08-19T17:57:24.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20620,"10":6,"107":94,"11":155,"12":5,"13":65,"14":29,"15":39,"155":4,"156":1,"158":5,"159":2,"16":10,"160":5,"161":13,"167":6,"168":1,"17":18,"18":168,"19":38,"20":14,"209":11,"21":83,"210":4,"211":2,"215":16,"221":50,"223":120,"224":17,"225":148,"23":51,"24":116,"25":41,"257":11,"26":34,"268":3,"27":14,"273":4,"276":5,"279":20,"28":51,"282":5,"291":3,"292":1,"30":8,"31":10,"314":2,"32":6,"33":5,"34":11,"347":2,"35":10,"352":129,"36":23,"37":8,"38":76,"380":1,"381":7,"383":2,"39":13,"391":6,"396":2,"397":4,"40":10,"409":4,"41":10,"414":2,"415":11,"419":2,"42":8,"43":19,"430":15,"431":1,"433":2,"44":5,"45":6,"46":30,"48":15,"49":26,"5":88,"51":4,"52":3,"53":5,"56":4,"6":23,"63":5,"7":60,"79":1,"8":21,"80":5,"9":38,"all_client":22856,"all_tv_clinet":2236,"insert_time":"2014-08-19T17:58:25.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20450,"10":6,"107":88,"11":154,"12":5,"13":67,"14":28,"15":39,"155":4,"156":1,"158":5,"159":2,"16":10,"160":5,"161":14,"167":6,"168":1,"17":18,"18":173,"19":37,"20":16,"209":12,"21":83,"210":3,"211":1,"215":16,"221":49,"223":118,"224":16,"225":150,"23":53,"24":124,"25":39,"257":12,"26":33,"268":3,"27":14,"273":4,"276":6,"279":20,"28":53,"282":5,"291":3,"292":1,"30":8,"31":10,"314":2,"32":5,"33":5,"34":12,"347":2,"35":10,"352":137,"36":24,"37":7,"38":73,"380":1,"381":7,"383":2,"39":13,"391":6,"396":2,"397":4,"40":10,"409":3,"41":10,"414":2,"415":11,"419":1,"42":6,"43":19,"430":14,"431":1,"433":2,"44":5,"45":6,"46":30,"48":14,"49":26,"5":88,"51":3,"52":4,"53":4,"56":4,"6":18,"63":5,"7":58,"79":2,"8":21,"80":4,"9":37,"all_client":22685,"all_tv_clinet":2235,"insert_time":"2014-08-19T17:59:25.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20295,"10":6,"107":88,"11":146,"12":5,"13":72,"14":27,"15":41,"155":3,"156":1,"158":4,"159":2,"16":10,"160":5,"161":14,"167":4,"168":1,"17":18,"18":171,"19":35,"20":17,"209":12,"21":82,"210":3,"211":1,"215":17,"221":49,"223":120,"224":17,"225":150,"23":52,"24":127,"25":40,"257":13,"26":35,"268":3,"27":13,"273":4,"276":7,"279":18,"28":53,"282":5,"291":3,"292":1,"30":8,"31":8,"314":2,"32":5,"33":6,"34":12,"347":1,"35":10,"352":129,"36":25,"37":7,"38":68,"380":1,"381":7,"383":2,"39":12,"391":6,"396":2,"397":3,"40":10,"409":3,"41":9,"414":2,"415":11,"419":2,"42":6,"43":20,"430":15,"431":1,"433":2,"44":6,"45":6,"46":31,"48":15,"49":27,"5":87,"51":3,"52":4,"53":5,"56":4,"6":16,"63":3,"7":56,"79":2,"8":19,"80":4,"9":36,"all_client":22509,"all_tv_clinet":2214,"insert_time":"2014-08-19T18:00:25.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20148,"10":6,"107":83,"11":138,"12":5,"13":71,"14":29,"15":43,"155":3,"156":1,"158":3,"159":2,"16":13,"160":5,"161":14,"167":4,"168":1,"17":18,"18":168,"19":34,"20":18,"209":13,"21":82,"210":3,"211":1,"215":19,"221":48,"223":120,"224":18,"225":147,"23":51,"24":125,"25":41,"257":13,"26":34,"268":3,"27":14,"273":4,"276":6,"279":20,"28":53,"282":4,"291":4,"292":1,"30":7,"31":8,"314":2,"32":5,"33":6,"34":14,"347":1,"35":12,"352":137,"36":26,"37":6,"38":70,"380":1,"381":8,"383":2,"39":12,"391":5,"396":2,"397":2,"40":10,"409":3,"41":9,"414":2,"415":12,"419":2,"42":8,"43":19,"430":14,"431":1,"433":2,"44":7,"45":6,"46":29,"48":14,"49":27,"5":89,"51":3,"52":4,"53":4,"56":4,"6":16,"63":3,"7":56,"79":2,"8":19,"80":4,"9":36,"all_client":22362,"all_tv_clinet":2214,"insert_time":"2014-08-19T18:01:25.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19975,"10":7,"107":80,"11":135,"12":4,"13":77,"14":30,"15":42,"155":2,"156":1,"158":3,"159":3,"16":13,"160":5,"161":14,"167":4,"168":1,"17":20,"18":170,"19":32,"20":18,"209":11,"21":84,"210":3,"211":2,"215":19,"221":49,"223":121,"224":19,"225":143,"23":54,"24":127,"25":41,"257":12,"26":34,"268":3,"27":15,"273":4,"276":5,"279":21,"28":54,"282":5,"291":4,"292":1,"30":6,"31":7,"314":2,"32":4,"33":6,"34":13,"347":1,"35":12,"352":130,"36":25,"37":5,"38":72,"380":1,"381":9,"383":2,"39":14,"391":4,"396":2,"397":2,"40":12,"409":3,"41":10,"414":3,"415":13,"419":1,"42":9,"43":17,"430":12,"431":1,"433":2,"44":8,"45":5,"46":29,"48":14,"49":27,"5":89,"51":2,"52":4,"53":5,"56":4,"6":17,"63":3,"7":54,"79":1,"8":20,"80":4,"9":37,"all_client":22190,"all_tv_clinet":2215,"insert_time":"2014-08-19T18:02:25.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19814,"10":8,"107":81,"11":128,"12":4,"13":76,"14":32,"15":40,"155":2,"156":1,"158":3,"159":3,"16":13,"160":5,"161":16,"167":4,"168":1,"17":21,"18":165,"19":30,"20":18,"209":11,"21":82,"210":4,"211":3,"215":20,"221":49,"223":123,"224":19,"225":139,"23":54,"24":128,"25":42,"257":12,"26":33,"268":3,"27":15,"273":4,"276":3,"279":21,"28":54,"282":6,"291":4,"292":1,"30":7,"31":7,"314":1,"32":3,"33":5,"34":12,"347":2,"35":12,"352":133,"36":24,"37":5,"38":73,"380":1,"381":8,"383":3,"39":16,"391":4,"396":2,"397":1,"40":12,"409":2,"41":9,"414":3,"415":12,"419":1,"42":8,"43":15,"430":11,"431":1,"433":2,"44":10,"45":5,"46":28,"48":14,"49":29,"5":90,"51":3,"52":5,"53":4,"56":4,"6":17,"63":3,"7":53,"79":1,"8":20,"80":3,"9":38,"all_client":22017,"all_tv_clinet":2203,"insert_time":"2014-08-19T18:03:25.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19616,"10":8,"107":82,"11":124,"12":4,"13":73,"14":33,"15":39,"155":2,"156":1,"158":2,"159":3,"16":11,"160":5,"161":16,"167":4,"168":1,"17":21,"18":163,"19":29,"20":18,"209":10,"21":78,"210":4,"211":3,"215":21,"221":47,"223":128,"224":18,"225":137,"23":53,"24":130,"25":40,"257":11,"26":33,"268":3,"27":14,"273":4,"276":3,"279":21,"28":54,"282":8,"291":4,"292":1,"30":8,"31":8,"32":3,"33":6,"34":9,"347":2,"35":11,"352":134,"36":24,"37":7,"38":74,"380":1,"381":8,"383":4,"39":14,"391":5,"396":2,"397":1,"40":11,"409":2,"41":8,"414":4,"415":10,"419":1,"42":9,"43":12,"430":10,"431":1,"433":2,"44":8,"45":5,"46":27,"48":16,"49":30,"5":93,"51":3,"52":5,"53":3,"56":4,"6":18,"63":3,"7":52,"79":1,"8":20,"80":5,"9":37,"all_client":21801,"all_tv_clinet":2185,"insert_time":"2014-08-19T18:04:25.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19462,"10":7,"107":78,"11":125,"12":4,"13":70,"14":35,"15":39,"155":2,"156":1,"158":2,"159":3,"16":10,"160":6,"161":14,"167":4,"168":1,"17":21,"18":161,"19":30,"20":16,"209":10,"21":75,"210":5,"211":3,"215":21,"221":45,"223":126,"224":20,"225":139,"23":52,"24":128,"25":39,"257":11,"26":34,"268":3,"27":14,"273":4,"276":2,"279":21,"28":51,"281":1,"282":9,"291":4,"292":1,"30":6,"31":8,"32":2,"33":6,"34":10,"347":2,"35":11,"352":135,"36":24,"37":7,"38":73,"380":1,"381":7,"383":4,"39":14,"391":5,"396":2,"397":2,"40":11,"409":1,"41":7,"414":4,"415":8,"419":1,"42":9,"43":11,"430":10,"431":1,"433":2,"44":7,"45":5,"46":27,"48":16,"49":30,"5":89,"51":4,"52":5,"53":5,"56":5,"6":19,"63":3,"7":58,"79":1,"8":18,"80":5,"9":35,"all_client":21625,"all_tv_clinet":2163,"insert_time":"2014-08-19T18:05:26.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19313,"10":7,"107":74,"11":122,"12":4,"13":66,"14":37,"15":39,"155":2,"156":1,"158":1,"159":3,"16":11,"160":6,"161":13,"167":4,"168":1,"17":21,"18":158,"19":28,"20":17,"209":10,"21":73,"210":5,"211":3,"215":19,"221":43,"223":125,"224":21,"225":133,"23":50,"24":130,"25":40,"257":11,"26":35,"268":3,"27":13,"273":4,"276":2,"279":23,"28":51,"281":1,"282":9,"291":4,"292":1,"30":5,"31":10,"32":2,"33":6,"34":10,"347":1,"35":12,"352":137,"36":21,"37":7,"38":74,"380":1,"381":8,"383":4,"39":14,"391":3,"396":2,"397":2,"40":10,"409":1,"41":8,"414":4,"415":7,"42":11,"43":12,"430":11,"431":1,"433":2,"44":7,"45":6,"46":27,"48":16,"49":30,"5":85,"51":5,"52":6,"53":5,"56":5,"570":1,"6":19,"63":3,"7":54,"79":1,"8":17,"80":5,"9":32,"all_client":21447,"all_tv_clinet":2134,"insert_time":"2014-08-19T18:06:26.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19200,"10":7,"107":77,"11":116,"12":3,"13":68,"14":33,"15":40,"155":4,"156":1,"158":1,"159":3,"16":10,"160":7,"161":10,"167":4,"168":1,"17":21,"18":166,"19":24,"20":17,"209":9,"21":72,"210":5,"211":2,"215":16,"221":43,"223":119,"224":19,"225":127,"23":48,"24":129,"25":38,"257":11,"26":34,"268":3,"27":13,"273":4,"276":2,"279":22,"28":52,"281":1,"282":9,"291":4,"292":2,"30":4,"31":10,"32":2,"33":6,"34":10,"347":1,"35":12,"352":138,"36":22,"37":6,"38":74,"380":2,"381":7,"383":6,"39":14,"391":1,"396":2,"397":2,"40":9,"409":1,"41":9,"414":3,"415":8,"419":1,"42":11,"43":12,"430":10,"431":1,"433":3,"44":8,"45":7,"46":27,"48":15,"49":29,"5":82,"51":7,"52":6,"53":5,"56":5,"570":1,"6":20,"63":3,"7":54,"79":1,"8":17,"80":5,"9":30,"all_client":21306,"all_tv_clinet":2106,"insert_time":"2014-08-19T18:07:26.313Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19032,"10":7,"107":83,"11":102,"12":3,"13":69,"14":33,"15":40,"155":4,"156":1,"158":1,"159":3,"16":10,"160":6,"161":11,"167":4,"168":1,"17":22,"18":161,"19":23,"20":17,"209":9,"21":73,"210":5,"211":2,"215":17,"221":43,"223":114,"224":15,"225":129,"23":49,"24":130,"25":37,"257":10,"26":34,"268":3,"27":11,"273":4,"276":2,"279":23,"28":50,"281":1,"282":9,"291":4,"292":3,"30":4,"31":10,"32":2,"33":6,"34":10,"347":1,"35":12,"352":141,"36":24,"37":6,"38":71,"380":2,"381":7,"383":7,"39":14,"391":1,"396":2,"397":2,"40":10,"409":1,"41":10,"414":3,"415":8,"419":2,"42":10,"43":11,"430":9,"431":1,"433":2,"44":8,"45":7,"46":28,"48":13,"49":30,"5":79,"51":7,"52":5,"53":5,"56":5,"570":1,"6":21,"63":3,"7":50,"79":1,"8":17,"80":5,"9":31,"all_client":21115,"all_tv_clinet":2083,"insert_time":"2014-08-19T18:08:26.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18904,"10":9,"107":81,"11":96,"12":4,"13":69,"14":33,"15":40,"155":4,"156":1,"159":3,"16":9,"160":6,"161":11,"167":4,"17":21,"18":157,"19":23,"20":16,"209":10,"21":66,"210":5,"211":2,"215":18,"221":44,"223":112,"224":14,"225":125,"23":47,"24":128,"25":38,"257":11,"26":34,"268":3,"27":11,"273":4,"276":2,"279":23,"28":47,"281":1,"282":9,"291":4,"292":3,"30":4,"31":10,"32":2,"33":6,"34":13,"347":1,"35":11,"352":135,"36":20,"37":5,"38":71,"380":2,"381":7,"383":6,"39":14,"391":1,"396":1,"397":2,"40":10,"409":1,"41":7,"414":3,"415":10,"419":2,"42":9,"43":13,"430":9,"431":1,"433":2,"44":8,"45":7,"46":28,"48":12,"49":28,"5":78,"51":7,"52":5,"53":5,"56":5,"570":1,"6":20,"63":3,"7":46,"79":1,"8":16,"80":5,"9":32,"all_client":20937,"all_tv_clinet":2033,"insert_time":"2014-08-19T18:09:26.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18768,"10":8,"107":81,"11":92,"12":3,"13":72,"14":35,"15":37,"155":4,"156":1,"159":3,"16":9,"160":6,"161":13,"167":5,"17":20,"18":150,"19":24,"20":17,"209":11,"21":70,"210":4,"211":2,"215":18,"221":43,"223":113,"224":14,"225":126,"23":49,"24":129,"25":38,"257":11,"26":33,"268":3,"27":9,"273":4,"276":2,"279":21,"28":48,"281":2,"282":9,"291":4,"292":3,"30":3,"31":11,"32":2,"33":6,"34":12,"347":1,"35":10,"352":128,"36":22,"37":4,"38":66,"380":2,"381":7,"383":7,"39":14,"391":1,"396":1,"397":2,"40":12,"409":1,"41":9,"414":2,"415":12,"419":1,"42":9,"426":1,"43":13,"430":9,"431":1,"433":3,"44":7,"45":8,"46":26,"48":11,"49":30,"5":74,"51":5,"52":5,"53":4,"56":5,"570":1,"6":22,"63":3,"7":46,"79":1,"8":15,"80":5,"9":32,"all_client":20786,"all_tv_clinet":2018,"insert_time":"2014-08-19T18:10:26.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18609,"10":8,"107":83,"11":88,"12":3,"13":69,"14":35,"15":38,"155":4,"156":1,"159":2,"16":9,"160":7,"161":14,"167":5,"17":20,"18":150,"19":22,"20":18,"209":10,"21":63,"210":4,"211":2,"215":17,"221":41,"223":114,"224":15,"225":122,"23":51,"24":125,"25":39,"257":13,"26":32,"268":3,"27":9,"273":4,"276":2,"279":20,"28":49,"281":2,"282":9,"291":4,"292":2,"30":3,"31":12,"32":3,"33":6,"34":12,"347":1,"35":11,"352":127,"36":25,"37":4,"38":63,"380":2,"381":6,"383":7,"39":14,"391":1,"396":1,"397":2,"40":12,"41":11,"414":2,"415":12,"419":1,"42":11,"426":1,"43":13,"430":9,"431":1,"433":3,"44":6,"45":7,"46":26,"48":11,"49":31,"5":71,"51":5,"52":5,"53":3,"56":5,"570":1,"6":21,"63":3,"7":48,"79":1,"8":16,"80":4,"9":32,"all_client":20609,"all_tv_clinet":2000,"insert_time":"2014-08-19T18:11:26.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18480,"10":7,"107":85,"11":88,"12":3,"13":72,"14":34,"15":38,"155":4,"156":1,"159":2,"16":11,"160":7,"161":13,"167":5,"17":19,"18":151,"19":21,"20":18,"209":10,"21":62,"210":4,"211":2,"215":17,"221":39,"223":111,"224":14,"225":118,"23":49,"24":121,"25":40,"257":14,"26":30,"268":3,"27":9,"273":4,"276":2,"279":19,"28":47,"281":1,"282":9,"291":4,"292":2,"30":3,"31":13,"32":3,"33":7,"34":11,"347":1,"35":11,"352":127,"36":26,"37":4,"38":61,"380":2,"381":6,"383":7,"39":15,"391":1,"396":1,"397":2,"40":13,"41":11,"414":3,"415":12,"419":1,"42":13,"426":1,"43":11,"430":9,"431":1,"433":2,"44":5,"45":7,"46":25,"48":11,"49":32,"5":69,"51":5,"52":4,"53":4,"56":5,"570":1,"6":22,"63":3,"7":49,"79":1,"8":15,"80":4,"9":30,"all_client":20460,"all_tv_clinet":1980,"insert_time":"2014-08-19T18:12:27.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18376,"10":7,"107":84,"11":92,"12":4,"13":73,"14":34,"15":35,"155":4,"156":1,"159":2,"16":9,"160":7,"161":12,"167":5,"17":19,"18":154,"19":23,"20":18,"209":11,"21":59,"210":5,"211":2,"215":16,"221":38,"223":112,"224":14,"225":120,"23":45,"24":116,"25":41,"257":13,"26":28,"268":2,"27":9,"273":4,"276":2,"279":17,"28":44,"281":2,"282":8,"291":3,"292":2,"30":3,"31":13,"32":3,"33":6,"34":11,"347":1,"35":11,"352":128,"36":30,"37":4,"38":59,"380":2,"381":4,"383":6,"39":18,"391":1,"396":3,"397":2,"40":13,"41":7,"414":3,"415":10,"419":1,"42":13,"426":1,"43":11,"430":10,"431":1,"433":2,"44":3,"45":7,"46":22,"48":10,"49":32,"5":65,"51":5,"52":5,"53":3,"56":5,"570":1,"6":21,"63":2,"7":50,"79":1,"8":15,"80":4,"9":30,"all_client":20330,"all_tv_clinet":1954,"insert_time":"2014-08-19T18:13:27.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18247,"10":8,"107":81,"11":89,"12":4,"13":73,"14":31,"15":37,"155":5,"156":2,"159":2,"16":9,"160":7,"161":13,"167":5,"17":17,"18":153,"19":22,"20":17,"209":11,"21":60,"210":5,"211":2,"215":15,"221":35,"223":114,"224":13,"225":121,"23":41,"24":112,"25":41,"257":12,"26":27,"268":2,"27":10,"273":3,"276":1,"279":17,"28":42,"281":2,"282":10,"291":3,"292":2,"30":3,"31":13,"32":3,"33":6,"34":11,"347":1,"35":11,"352":125,"36":30,"37":4,"38":59,"380":2,"381":4,"383":6,"39":18,"391":2,"396":3,"397":2,"40":14,"41":7,"414":3,"415":10,"419":1,"42":13,"426":1,"43":11,"430":11,"431":1,"433":2,"44":3,"45":8,"46":22,"48":10,"49":33,"5":61,"51":6,"52":5,"53":5,"56":4,"570":1,"6":22,"63":2,"7":50,"79":1,"8":14,"80":5,"9":31,"all_client":20183,"all_tv_clinet":1936,"insert_time":"2014-08-19T18:14:27.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18089,"10":8,"107":84,"11":84,"12":5,"13":74,"14":30,"15":39,"155":5,"156":3,"159":2,"16":8,"160":7,"161":15,"167":5,"17":17,"18":155,"19":22,"20":15,"209":11,"21":62,"210":5,"211":2,"215":13,"221":36,"223":112,"224":12,"225":123,"23":43,"24":112,"25":41,"257":12,"26":27,"268":2,"27":12,"273":3,"279":17,"28":41,"281":2,"282":10,"291":3,"292":2,"30":3,"306":1,"31":12,"32":3,"33":6,"34":10,"347":1,"35":12,"352":121,"36":29,"37":4,"38":58,"380":2,"381":4,"383":5,"39":17,"391":2,"396":3,"397":2,"40":14,"41":7,"414":3,"415":9,"419":1,"42":14,"426":1,"43":11,"430":10,"431":1,"433":2,"44":3,"45":8,"46":23,"48":9,"49":33,"5":61,"51":8,"52":5,"53":5,"56":3,"570":1,"6":22,"63":1,"7":50,"79":1,"8":13,"80":5,"9":29,"all_client":20018,"all_tv_clinet":1929,"insert_time":"2014-08-19T18:15:27.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17933,"10":8,"107":87,"11":86,"12":5,"13":76,"14":30,"15":39,"155":5,"156":3,"159":2,"16":9,"160":4,"161":17,"167":5,"17":12,"18":158,"19":20,"20":13,"209":10,"21":63,"210":5,"211":2,"215":12,"221":37,"223":112,"224":9,"225":122,"23":43,"24":112,"25":43,"257":12,"26":27,"268":2,"27":12,"273":2,"279":16,"28":40,"281":2,"282":9,"291":3,"292":2,"30":3,"306":1,"31":11,"32":3,"33":6,"34":10,"347":1,"35":12,"352":124,"36":29,"37":4,"38":54,"380":1,"381":4,"383":6,"39":18,"391":2,"396":2,"397":2,"40":15,"41":7,"414":4,"415":7,"419":1,"42":14,"43":12,"430":10,"431":1,"433":2,"44":4,"45":8,"46":28,"48":8,"49":33,"5":62,"51":9,"52":3,"53":6,"56":3,"570":1,"6":21,"63":1,"7":48,"79":2,"8":12,"80":5,"9":28,"all_client":19857,"all_tv_clinet":1924,"insert_time":"2014-08-19T18:16:27.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17782,"10":8,"107":85,"11":81,"12":5,"13":76,"14":31,"15":38,"155":5,"156":2,"159":2,"16":10,"160":4,"161":17,"167":5,"17":7,"18":154,"19":20,"20":12,"209":9,"21":64,"210":5,"211":3,"215":12,"221":37,"223":116,"224":9,"225":120,"23":43,"24":115,"25":42,"257":12,"26":25,"268":2,"27":12,"273":2,"279":16,"28":40,"281":2,"282":9,"291":3,"292":2,"30":3,"306":1,"31":11,"32":3,"33":6,"34":11,"347":1,"35":11,"352":122,"36":27,"37":4,"38":54,"380":2,"381":4,"383":6,"39":17,"391":2,"396":2,"397":2,"40":14,"41":6,"414":5,"415":7,"419":1,"42":15,"43":13,"430":12,"431":1,"433":2,"44":4,"45":9,"46":28,"48":9,"49":33,"5":63,"51":7,"52":4,"53":4,"56":5,"570":1,"6":18,"63":1,"7":49,"79":2,"8":13,"80":4,"9":29,"all_client":19692,"all_tv_clinet":1910,"insert_time":"2014-08-19T18:17:27.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17626,"10":6,"107":81,"11":79,"12":5,"13":79,"14":32,"15":37,"155":5,"156":2,"159":2,"16":8,"160":5,"161":13,"167":4,"17":7,"18":150,"19":21,"20":9,"209":10,"21":66,"210":5,"211":3,"215":11,"221":35,"223":114,"224":8,"225":124,"23":41,"24":115,"25":40,"257":13,"26":23,"268":2,"27":12,"273":2,"279":14,"28":40,"281":2,"282":9,"291":3,"292":3,"30":2,"306":1,"31":11,"32":3,"33":4,"34":11,"347":1,"35":11,"352":124,"36":27,"37":5,"38":57,"380":2,"381":4,"383":6,"39":17,"391":2,"396":2,"397":2,"40":13,"41":5,"414":6,"415":7,"419":1,"42":15,"43":13,"430":13,"431":1,"433":2,"44":4,"45":10,"46":29,"48":8,"49":33,"5":61,"51":7,"52":5,"53":4,"56":6,"570":1,"6":16,"63":1,"7":49,"79":3,"8":15,"80":4,"9":29,"all_client":19519,"all_tv_clinet":1893,"insert_time":"2014-08-19T18:18:28.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17477,"10":7,"107":75,"11":83,"12":5,"13":75,"14":31,"15":38,"155":5,"156":1,"159":3,"16":8,"160":4,"161":11,"167":4,"17":6,"18":144,"19":22,"20":9,"209":11,"21":69,"210":5,"211":3,"215":10,"221":34,"223":122,"224":8,"225":121,"23":42,"24":118,"25":39,"257":15,"26":22,"268":2,"27":13,"273":2,"279":14,"28":40,"281":2,"282":8,"291":3,"292":3,"30":1,"306":1,"31":9,"32":3,"33":5,"34":11,"347":1,"35":11,"352":126,"36":28,"37":4,"38":57,"380":2,"381":5,"383":4,"39":19,"391":2,"396":2,"397":2,"40":13,"41":6,"414":6,"415":7,"419":1,"42":16,"43":13,"430":12,"431":1,"433":2,"44":4,"45":7,"46":31,"48":9,"49":33,"5":59,"51":7,"52":5,"53":3,"56":5,"570":1,"6":16,"63":1,"7":47,"79":3,"8":14,"80":4,"9":29,"all_client":19362,"all_tv_clinet":1885,"insert_time":"2014-08-19T18:19:28.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17347,"10":7,"107":74,"11":84,"12":5,"13":76,"14":32,"15":39,"155":4,"156":1,"159":3,"16":8,"160":4,"161":10,"167":4,"17":5,"18":139,"19":22,"20":8,"209":10,"21":69,"210":4,"211":2,"215":9,"221":33,"223":121,"224":7,"225":116,"23":42,"24":122,"25":38,"257":13,"26":21,"268":2,"27":15,"273":1,"279":14,"28":37,"281":2,"282":8,"291":3,"292":3,"30":1,"306":1,"31":9,"32":3,"33":5,"34":11,"347":1,"35":10,"352":126,"36":27,"37":4,"38":57,"380":2,"381":5,"383":4,"39":22,"391":2,"396":2,"397":2,"40":13,"41":7,"414":6,"415":7,"419":2,"42":17,"43":14,"430":11,"431":1,"433":2,"44":4,"45":7,"46":31,"48":8,"49":33,"5":62,"51":9,"52":4,"53":2,"56":4,"570":1,"6":17,"63":1,"7":46,"79":3,"8":14,"80":4,"9":27,"all_client":19215,"all_tv_clinet":1868,"insert_time":"2014-08-19T18:20:28.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17193,"10":8,"107":75,"11":86,"12":4,"13":75,"14":34,"15":38,"155":4,"156":1,"159":3,"16":8,"160":3,"161":12,"167":4,"17":4,"18":138,"19":20,"20":8,"209":10,"21":70,"210":4,"211":2,"215":9,"221":27,"223":126,"224":7,"225":118,"23":42,"24":122,"25":38,"257":12,"26":20,"268":2,"27":15,"273":2,"279":15,"28":37,"281":2,"282":7,"291":3,"292":3,"30":1,"306":1,"31":8,"32":3,"33":5,"34":9,"347":1,"35":11,"352":120,"36":26,"37":4,"38":54,"380":2,"381":5,"383":4,"39":20,"391":2,"396":2,"397":2,"40":14,"41":7,"414":5,"415":7,"419":2,"42":17,"43":12,"430":10,"431":1,"433":2,"44":4,"45":6,"46":29,"48":6,"49":35,"5":62,"51":8,"52":3,"53":2,"56":3,"570":1,"6":18,"63":1,"7":43,"79":2,"8":13,"80":4,"9":27,"all_client":19035,"all_tv_clinet":1842,"insert_time":"2014-08-19T18:21:28.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17095,"10":7,"107":70,"11":89,"12":4,"13":73,"14":35,"15":38,"155":4,"156":1,"159":3,"16":7,"160":4,"161":15,"167":4,"17":3,"18":135,"19":21,"20":7,"209":8,"21":68,"210":4,"211":2,"215":8,"221":28,"223":123,"224":6,"225":122,"23":45,"24":118,"25":38,"257":13,"26":22,"268":1,"27":15,"273":2,"279":15,"28":34,"281":2,"282":7,"291":3,"292":4,"30":1,"306":1,"31":8,"32":3,"33":5,"34":10,"347":1,"35":11,"352":114,"36":26,"37":4,"38":54,"380":2,"381":4,"383":5,"39":18,"391":2,"396":2,"397":2,"40":15,"41":7,"414":5,"415":8,"419":2,"42":17,"43":12,"430":9,"431":1,"44":5,"45":7,"46":29,"48":6,"49":35,"5":59,"51":8,"52":3,"53":2,"56":3,"570":1,"6":18,"63":1,"7":39,"79":2,"8":12,"80":4,"9":28,"all_client":18914,"all_tv_clinet":1819,"insert_time":"2014-08-19T18:22:28.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16975,"10":7,"107":74,"11":87,"12":4,"13":69,"14":35,"15":39,"155":4,"156":1,"159":3,"16":8,"160":4,"161":14,"167":4,"17":2,"18":135,"19":18,"20":5,"209":9,"21":67,"210":4,"211":1,"215":8,"221":27,"223":123,"224":4,"225":118,"23":47,"24":118,"25":37,"257":12,"26":23,"268":1,"27":17,"273":2,"279":15,"28":34,"281":2,"282":7,"291":4,"292":4,"30":1,"306":1,"31":9,"32":3,"33":5,"34":9,"347":1,"35":12,"352":115,"36":27,"37":4,"38":53,"380":2,"381":4,"383":5,"39":16,"391":2,"396":2,"397":2,"40":15,"41":8,"414":5,"415":8,"419":2,"42":17,"43":12,"430":9,"431":1,"44":5,"45":7,"46":28,"48":6,"49":33,"5":58,"51":7,"52":3,"53":2,"56":2,"570":1,"6":16,"63":1,"7":35,"79":2,"8":10,"80":4,"9":30,"all_client":18772,"all_tv_clinet":1797,"insert_time":"2014-08-19T18:23:28.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16850,"10":5,"107":73,"11":87,"12":3,"13":67,"14":37,"15":41,"155":4,"156":1,"159":3,"16":5,"160":5,"161":13,"167":4,"17":2,"18":131,"19":17,"20":4,"209":8,"21":65,"210":4,"211":1,"215":7,"221":28,"223":114,"224":4,"225":117,"23":47,"24":116,"25":34,"257":12,"26":23,"268":1,"27":17,"273":1,"279":15,"28":34,"281":3,"282":6,"291":4,"292":4,"30":1,"306":1,"31":8,"32":3,"33":5,"34":10,"347":1,"35":13,"352":118,"36":27,"37":4,"38":53,"380":3,"381":4,"383":5,"39":16,"391":2,"396":3,"397":2,"40":15,"41":8,"414":4,"415":8,"419":2,"42":17,"43":11,"430":9,"431":1,"44":5,"45":7,"46":29,"48":6,"49":31,"5":57,"51":6,"52":3,"53":3,"56":2,"570":1,"6":15,"63":1,"7":36,"79":2,"8":9,"80":4,"9":30,"all_client":18618,"all_tv_clinet":1768,"insert_time":"2014-08-19T18:24:28.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16749,"10":5,"107":74,"11":81,"12":3,"13":63,"14":38,"15":40,"155":4,"156":1,"159":3,"16":5,"160":5,"161":11,"167":4,"17":2,"18":126,"19":15,"20":3,"209":10,"21":60,"210":4,"211":1,"215":8,"221":29,"223":112,"224":5,"225":110,"23":47,"24":118,"25":31,"257":12,"26":24,"268":1,"27":19,"273":1,"279":16,"28":35,"281":3,"282":5,"291":4,"292":4,"30":1,"306":1,"31":9,"32":3,"33":6,"34":10,"347":1,"35":13,"352":114,"36":24,"37":4,"38":55,"380":3,"381":4,"383":4,"39":18,"391":2,"396":2,"397":2,"40":18,"41":8,"414":3,"415":8,"419":3,"42":17,"426":1,"43":12,"430":9,"431":1,"44":4,"45":8,"46":29,"48":6,"49":28,"5":59,"51":5,"52":3,"53":3,"56":2,"570":1,"6":15,"63":1,"7":36,"79":2,"8":9,"80":5,"9":29,"all_client":18492,"all_tv_clinet":1743,"insert_time":"2014-08-19T18:25:28.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16624,"10":5,"107":73,"11":84,"12":3,"13":65,"14":36,"15":33,"155":4,"156":2,"159":3,"16":4,"160":5,"161":11,"167":2,"17":2,"18":121,"19":16,"20":3,"209":10,"21":59,"210":4,"211":1,"215":8,"221":29,"223":113,"224":5,"225":106,"23":45,"24":122,"25":33,"257":11,"26":23,"268":1,"27":19,"273":1,"279":16,"28":34,"281":3,"282":4,"291":5,"292":4,"30":1,"306":1,"31":9,"32":3,"33":6,"34":11,"347":1,"35":13,"352":116,"36":22,"37":4,"38":58,"380":3,"381":4,"383":4,"39":19,"391":2,"396":2,"397":2,"40":18,"41":6,"414":2,"415":7,"419":3,"42":17,"426":1,"43":11,"430":11,"431":1,"44":4,"45":8,"46":28,"48":6,"49":29,"5":60,"51":6,"52":3,"53":3,"56":2,"570":1,"6":15,"63":1,"7":34,"79":2,"8":10,"80":5,"9":30,"all_client":18357,"all_tv_clinet":1733,"insert_time":"2014-08-19T18:26:28.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16496,"10":5,"107":71,"11":84,"12":3,"13":63,"14":36,"15":29,"155":4,"156":2,"159":3,"16":4,"160":5,"161":7,"167":2,"17":2,"18":118,"19":15,"20":3,"209":10,"21":57,"210":4,"211":1,"215":10,"221":27,"223":114,"224":5,"225":101,"23":45,"24":124,"25":34,"257":12,"26":26,"27":18,"273":1,"279":15,"28":36,"281":2,"282":3,"291":5,"292":4,"30":1,"306":1,"31":8,"32":3,"33":6,"34":10,"347":1,"35":13,"352":116,"36":20,"37":3,"38":61,"380":3,"381":4,"383":4,"39":19,"391":2,"396":1,"397":2,"40":19,"41":5,"414":4,"415":8,"419":3,"42":17,"426":1,"43":11,"430":9,"431":1,"44":4,"45":8,"46":27,"48":6,"49":28,"5":60,"51":5,"52":4,"53":3,"56":2,"570":1,"6":16,"63":1,"7":33,"79":2,"8":10,"80":6,"9":33,"all_client":18211,"all_tv_clinet":1715,"insert_time":"2014-08-19T18:27:29.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16375,"10":6,"107":68,"11":83,"12":3,"13":66,"14":37,"15":22,"155":3,"156":2,"159":3,"16":4,"160":5,"161":8,"167":2,"17":2,"18":115,"19":15,"20":2,"209":10,"21":57,"210":4,"211":1,"215":12,"221":27,"223":115,"224":5,"225":102,"23":43,"24":125,"25":35,"257":12,"26":26,"27":20,"273":1,"279":16,"28":37,"281":2,"282":3,"291":5,"292":5,"30":1,"306":1,"31":7,"32":3,"33":6,"34":9,"347":1,"35":13,"352":114,"36":17,"37":2,"38":61,"380":3,"381":4,"383":2,"39":21,"391":2,"396":1,"397":2,"40":17,"409":1,"41":8,"414":5,"415":7,"419":4,"42":14,"43":11,"430":9,"431":1,"44":4,"45":7,"46":26,"48":6,"49":25,"5":56,"51":5,"52":4,"53":3,"56":2,"570":1,"6":16,"63":1,"7":32,"79":2,"8":11,"80":6,"9":32,"all_client":18070,"all_tv_clinet":1695,"insert_time":"2014-08-19T18:28:29.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16258,"10":6,"107":68,"11":79,"12":3,"13":64,"14":37,"15":22,"155":4,"156":2,"159":3,"16":4,"160":4,"161":7,"167":2,"17":2,"18":114,"19":14,"20":2,"209":9,"21":62,"210":3,"211":2,"215":12,"221":27,"223":117,"224":5,"225":101,"23":45,"24":120,"25":34,"257":11,"26":27,"27":19,"273":2,"279":16,"28":37,"281":3,"282":1,"291":4,"292":5,"30":1,"306":1,"31":6,"32":4,"33":8,"34":9,"347":1,"35":13,"352":112,"36":16,"37":2,"38":60,"380":3,"381":4,"383":3,"39":21,"391":2,"396":1,"397":2,"40":18,"409":1,"41":9,"414":5,"415":7,"419":5,"42":15,"43":11,"430":8,"431":1,"44":4,"45":7,"46":27,"48":6,"49":24,"5":56,"51":5,"52":3,"53":3,"56":2,"570":1,"6":17,"63":1,"7":31,"79":3,"8":10,"80":6,"9":29,"all_client":17941,"all_tv_clinet":1683,"insert_time":"2014-08-19T18:29:29.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16150,"10":7,"107":68,"11":76,"12":3,"13":62,"14":41,"15":18,"155":4,"156":2,"159":3,"16":4,"160":3,"161":6,"167":2,"17":1,"18":113,"19":14,"20":2,"209":9,"21":64,"210":3,"211":2,"215":11,"221":27,"223":118,"224":5,"225":101,"23":46,"24":120,"25":32,"257":13,"26":28,"27":20,"273":3,"279":17,"28":36,"281":3,"282":2,"291":4,"292":5,"30":1,"306":1,"31":7,"32":4,"33":8,"34":9,"347":1,"35":14,"352":113,"36":15,"37":2,"38":57,"380":3,"381":4,"383":2,"39":22,"391":2,"396":1,"397":2,"40":17,"409":1,"41":9,"414":4,"415":8,"419":5,"42":14,"43":12,"430":8,"431":1,"44":4,"45":7,"46":29,"48":6,"49":23,"5":56,"51":5,"52":1,"53":2,"56":2,"570":1,"6":16,"63":1,"7":32,"79":3,"8":11,"80":6,"9":28,"all_client":17828,"all_tv_clinet":1678,"insert_time":"2014-08-19T18:30:29.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16057,"10":7,"107":76,"11":77,"12":3,"13":62,"14":40,"15":17,"155":3,"156":2,"159":2,"16":4,"160":3,"161":7,"167":2,"17":1,"18":115,"19":12,"20":2,"209":9,"21":63,"210":3,"211":2,"215":11,"221":24,"223":111,"224":5,"225":106,"23":45,"24":118,"25":29,"257":12,"26":27,"27":20,"273":3,"279":15,"28":36,"281":3,"282":2,"291":4,"292":5,"30":1,"306":1,"31":7,"32":5,"33":7,"34":9,"347":1,"35":15,"352":115,"36":13,"37":2,"38":56,"380":3,"381":4,"383":2,"39":20,"391":2,"397":2,"40":16,"41":8,"414":3,"415":8,"419":4,"42":14,"426":1,"43":12,"430":6,"431":1,"44":4,"45":5,"46":28,"48":6,"49":22,"5":58,"51":5,"53":2,"56":2,"570":1,"6":15,"63":1,"7":32,"79":3,"8":12,"80":6,"9":27,"all_client":17712,"all_tv_clinet":1655,"insert_time":"2014-08-19T18:31:29.535Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15912,"10":8,"107":74,"11":79,"12":3,"13":61,"14":39,"15":14,"155":3,"156":1,"159":2,"16":4,"160":3,"161":8,"167":3,"17":1,"18":115,"19":12,"20":2,"209":9,"21":61,"210":3,"211":2,"214":1,"215":12,"221":26,"223":111,"224":5,"225":103,"23":46,"24":118,"25":28,"257":12,"26":27,"27":20,"273":3,"279":15,"28":36,"281":3,"282":3,"291":3,"292":5,"30":1,"306":1,"31":7,"32":5,"33":7,"34":8,"347":1,"35":15,"352":110,"36":12,"37":2,"38":56,"380":3,"381":4,"383":3,"39":21,"391":3,"397":2,"40":16,"41":8,"414":3,"415":8,"419":4,"42":14,"426":1,"43":13,"430":4,"431":1,"44":4,"45":5,"46":29,"48":6,"49":19,"5":59,"51":5,"53":2,"56":2,"570":1,"6":15,"7":33,"79":3,"8":12,"80":5,"9":29,"all_client":17558,"all_tv_clinet":1646,"insert_time":"2014-08-19T18:32:29.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15802,"10":8,"107":68,"11":80,"12":2,"13":61,"14":38,"15":13,"155":2,"156":1,"159":2,"16":4,"160":3,"161":10,"167":3,"17":1,"18":113,"19":12,"20":2,"209":9,"21":60,"210":3,"211":2,"214":1,"215":14,"221":24,"223":106,"224":4,"225":105,"23":43,"24":118,"25":29,"257":12,"26":26,"27":21,"273":3,"279":15,"28":35,"281":4,"282":3,"291":3,"292":5,"30":1,"306":1,"31":6,"32":5,"33":7,"34":9,"35":15,"352":104,"36":12,"37":2,"38":60,"380":3,"381":4,"383":4,"39":21,"391":3,"397":2,"40":16,"41":8,"414":3,"415":7,"419":4,"42":14,"426":1,"43":12,"430":4,"431":1,"44":4,"45":5,"46":27,"48":6,"49":17,"5":68,"51":5,"53":2,"56":2,"570":1,"6":16,"7":34,"79":3,"8":13,"80":5,"9":26,"all_client":17433,"all_tv_clinet":1631,"insert_time":"2014-08-19T18:33:29.739Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15722,"10":8,"107":69,"11":80,"12":2,"13":59,"14":38,"15":12,"155":2,"156":1,"159":2,"16":4,"160":3,"161":12,"167":3,"17":1,"18":111,"19":11,"20":2,"209":7,"21":60,"210":3,"211":3,"214":1,"215":14,"221":24,"223":105,"224":4,"225":103,"23":43,"24":121,"25":28,"257":13,"26":27,"27":23,"273":3,"279":15,"28":34,"281":3,"282":3,"291":3,"292":3,"30":1,"306":1,"31":6,"32":3,"33":7,"34":10,"35":15,"352":104,"36":11,"37":2,"38":55,"380":3,"381":3,"383":4,"39":20,"391":2,"397":2,"40":16,"41":8,"414":3,"415":10,"419":3,"42":14,"426":1,"43":14,"430":4,"431":1,"433":2,"44":4,"45":5,"46":28,"48":6,"49":14,"5":64,"51":5,"53":2,"56":2,"570":1,"6":15,"7":35,"79":2,"8":12,"80":4,"9":25,"all_client":17334,"all_tv_clinet":1612,"insert_time":"2014-08-19T18:34:29.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15621,"10":8,"107":70,"11":83,"12":2,"13":56,"14":37,"15":12,"155":2,"156":1,"159":2,"16":4,"160":2,"161":10,"167":3,"17":1,"18":110,"19":10,"20":2,"209":7,"21":63,"210":3,"211":3,"214":1,"215":14,"221":25,"223":106,"224":4,"225":105,"23":42,"24":119,"25":30,"257":13,"26":25,"27":24,"273":3,"279":16,"28":32,"281":2,"282":3,"291":3,"292":3,"30":1,"306":1,"31":6,"32":3,"33":7,"34":9,"35":15,"352":104,"36":11,"37":2,"38":54,"380":3,"381":3,"383":5,"39":20,"391":2,"397":2,"40":17,"41":8,"414":2,"415":10,"419":3,"42":13,"426":1,"43":14,"430":4,"431":1,"433":2,"44":3,"45":6,"46":29,"48":6,"49":12,"5":61,"51":5,"53":2,"56":2,"570":1,"6":14,"7":35,"79":2,"8":12,"80":4,"9":23,"all_client":17222,"all_tv_clinet":1601,"insert_time":"2014-08-19T18:35:29.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15517,"10":9,"107":74,"11":83,"12":2,"13":60,"14":35,"15":12,"155":2,"156":1,"159":1,"16":4,"160":2,"161":9,"167":3,"17":1,"18":108,"19":10,"20":1,"209":7,"21":60,"210":3,"211":3,"214":1,"215":12,"221":29,"223":105,"224":4,"225":108,"23":44,"24":118,"25":28,"257":12,"26":24,"27":24,"273":3,"279":16,"28":33,"281":1,"282":3,"291":2,"292":3,"30":1,"306":1,"31":7,"32":3,"33":7,"34":9,"35":16,"352":105,"36":10,"37":2,"38":53,"380":3,"381":5,"383":5,"39":20,"391":2,"397":2,"40":17,"41":8,"414":2,"415":10,"419":3,"42":13,"426":1,"43":14,"430":4,"431":1,"433":2,"44":3,"45":6,"46":30,"48":6,"49":11,"5":54,"51":6,"53":2,"56":3,"570":1,"6":15,"7":31,"79":3,"8":11,"80":4,"9":24,"all_client":17113,"all_tv_clinet":1596,"insert_time":"2014-08-19T18:36:30.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15406,"10":9,"107":69,"11":81,"12":2,"13":62,"14":33,"15":12,"155":2,"156":1,"159":1,"16":4,"160":2,"161":8,"167":3,"17":1,"18":106,"19":10,"20":1,"209":7,"21":62,"210":3,"211":3,"214":1,"215":13,"221":29,"223":101,"224":3,"225":105,"23":44,"24":119,"25":28,"257":12,"26":26,"27":21,"273":3,"279":16,"28":34,"281":1,"282":3,"291":2,"292":2,"30":2,"306":1,"31":8,"32":4,"33":7,"34":9,"35":15,"352":102,"36":10,"37":2,"38":57,"380":3,"381":5,"383":6,"39":21,"391":2,"396":1,"397":2,"40":18,"41":8,"414":2,"415":12,"419":3,"42":14,"43":15,"430":4,"431":1,"433":2,"44":2,"45":6,"46":28,"48":6,"49":12,"5":53,"51":6,"53":2,"56":3,"570":1,"6":14,"7":30,"79":3,"8":10,"80":4,"9":25,"all_client":16992,"all_tv_clinet":1586,"insert_time":"2014-08-19T18:37:30.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15316,"10":9,"107":68,"11":77,"12":2,"13":62,"14":33,"15":12,"155":2,"156":1,"159":1,"16":5,"160":2,"161":8,"167":3,"17":1,"18":102,"19":9,"20":1,"209":7,"21":63,"210":3,"211":3,"214":1,"215":14,"221":31,"223":101,"224":4,"225":104,"23":44,"24":119,"25":28,"257":11,"26":26,"27":18,"273":2,"279":17,"28":36,"281":1,"282":3,"291":3,"292":2,"30":2,"306":1,"31":8,"32":4,"33":7,"34":9,"35":15,"352":100,"36":10,"37":2,"38":56,"380":3,"381":5,"383":8,"39":21,"391":2,"396":1,"397":2,"40":17,"41":9,"414":2,"415":13,"419":3,"42":15,"43":16,"430":4,"431":1,"433":2,"44":2,"45":6,"46":28,"48":6,"49":11,"5":57,"51":6,"53":3,"56":3,"570":1,"6":12,"7":31,"79":3,"8":11,"80":4,"9":27,"all_client":16904,"all_tv_clinet":1588,"insert_time":"2014-08-19T18:38:30.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15244,"10":9,"107":70,"11":76,"12":1,"13":62,"14":35,"15":12,"155":2,"156":1,"159":1,"16":5,"160":2,"161":8,"167":3,"17":1,"18":99,"19":9,"20":1,"209":7,"21":62,"210":3,"211":3,"214":1,"215":13,"221":31,"223":103,"224":4,"225":107,"23":43,"24":115,"25":28,"257":12,"26":27,"27":17,"273":2,"279":17,"28":35,"281":1,"282":4,"291":2,"292":3,"30":2,"306":1,"31":6,"314":1,"32":4,"33":7,"34":8,"35":13,"352":96,"36":11,"37":2,"38":53,"380":3,"381":3,"383":8,"39":20,"391":2,"396":1,"397":2,"40":16,"41":8,"414":2,"415":13,"419":3,"42":14,"43":16,"430":4,"431":1,"433":2,"44":2,"45":6,"46":28,"48":5,"49":10,"5":59,"51":6,"52":1,"53":2,"56":3,"570":1,"6":12,"7":29,"79":3,"8":11,"80":4,"9":26,"all_client":16811,"all_tv_clinet":1567,"insert_time":"2014-08-19T18:39:30.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15123,"10":8,"107":71,"11":76,"12":1,"13":61,"14":35,"15":13,"155":2,"156":1,"159":1,"16":4,"160":2,"161":7,"167":3,"17":1,"18":94,"19":10,"20":1,"209":8,"21":61,"210":3,"211":3,"214":1,"215":13,"221":32,"223":103,"224":4,"225":103,"23":43,"24":115,"25":29,"257":11,"26":27,"27":16,"273":2,"279":17,"28":35,"281":1,"282":4,"291":2,"292":3,"30":2,"306":1,"31":6,"314":1,"32":4,"33":7,"34":8,"35":13,"352":98,"36":14,"37":2,"38":52,"380":3,"381":3,"383":8,"39":19,"391":2,"397":2,"40":15,"41":8,"414":1,"415":12,"419":3,"42":14,"43":17,"430":5,"431":1,"433":2,"44":2,"45":6,"46":26,"48":5,"49":9,"5":59,"51":6,"52":1,"53":2,"56":3,"570":1,"6":14,"7":30,"79":3,"8":12,"80":4,"9":24,"all_client":16680,"all_tv_clinet":1557,"insert_time":"2014-08-19T18:40:30.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15014,"10":8,"107":68,"11":76,"12":1,"13":62,"14":36,"15":11,"155":2,"159":1,"16":4,"160":2,"161":7,"167":3,"17":1,"18":91,"19":10,"20":1,"209":8,"21":58,"210":3,"211":3,"214":1,"215":13,"221":32,"223":101,"224":4,"225":107,"23":43,"24":115,"25":27,"257":11,"26":24,"27":16,"273":2,"279":17,"28":35,"281":1,"282":5,"291":2,"292":3,"30":2,"306":1,"31":7,"314":1,"32":5,"33":7,"34":8,"35":13,"352":101,"36":14,"37":2,"38":50,"380":2,"381":4,"383":9,"39":19,"391":2,"397":2,"40":15,"41":9,"414":1,"415":12,"419":3,"42":13,"43":18,"430":3,"431":1,"433":2,"44":2,"45":5,"46":26,"48":4,"49":9,"5":58,"51":5,"52":2,"53":2,"56":3,"570":1,"6":14,"7":32,"79":3,"8":11,"80":4,"9":24,"all_client":16560,"all_tv_clinet":1546,"insert_time":"2014-08-19T18:41:30.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14900,"10":7,"107":63,"11":75,"12":1,"13":63,"14":35,"15":11,"155":2,"159":1,"16":3,"160":2,"161":8,"167":3,"17":1,"18":89,"19":11,"20":1,"209":9,"21":56,"210":3,"211":3,"214":1,"215":14,"221":31,"223":97,"224":4,"225":108,"23":44,"24":115,"25":27,"257":9,"26":26,"27":16,"273":2,"279":17,"28":35,"281":1,"282":5,"291":2,"292":3,"30":2,"306":1,"31":8,"314":1,"32":5,"33":7,"34":8,"35":13,"352":98,"36":13,"37":2,"38":51,"380":2,"381":5,"383":9,"39":20,"391":2,"397":2,"40":15,"41":10,"414":1,"415":11,"419":3,"42":12,"43":19,"430":3,"431":1,"433":2,"44":3,"45":5,"46":26,"48":3,"49":9,"5":58,"51":4,"52":2,"53":2,"56":3,"570":1,"6":14,"7":32,"79":3,"8":10,"80":4,"9":25,"all_client":16434,"all_tv_clinet":1534,"insert_time":"2014-08-19T18:42:30.729Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14791,"10":6,"107":61,"11":74,"12":1,"13":59,"14":37,"15":11,"155":2,"159":1,"16":2,"160":1,"161":7,"167":3,"17":1,"18":91,"19":12,"20":1,"209":11,"21":58,"210":2,"211":3,"214":1,"215":15,"221":31,"223":96,"224":3,"225":112,"23":47,"24":113,"25":25,"257":8,"26":23,"27":15,"273":2,"279":17,"28":34,"282":6,"291":2,"292":3,"30":2,"306":1,"31":8,"314":1,"32":5,"33":8,"34":8,"35":11,"352":92,"36":12,"37":2,"38":50,"380":2,"381":5,"383":9,"39":19,"391":3,"397":2,"40":15,"41":9,"414":1,"415":13,"419":3,"42":10,"43":20,"430":3,"431":1,"433":2,"44":3,"45":5,"46":28,"48":3,"49":8,"5":57,"51":4,"52":2,"53":2,"56":2,"570":1,"6":12,"7":30,"79":3,"8":9,"80":3,"9":25,"all_client":16302,"all_tv_clinet":1511,"insert_time":"2014-08-19T18:43:30.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14687,"10":6,"107":64,"11":74,"12":1,"13":57,"14":33,"15":10,"155":2,"159":1,"16":2,"160":1,"161":8,"167":3,"17":1,"18":89,"19":12,"20":2,"209":12,"21":55,"210":2,"211":3,"214":1,"215":13,"221":29,"223":95,"224":3,"225":110,"23":45,"24":116,"25":26,"257":8,"26":23,"27":14,"273":2,"279":17,"28":33,"282":7,"291":2,"292":3,"30":2,"306":1,"31":8,"314":1,"32":5,"33":8,"34":9,"35":10,"352":91,"36":13,"37":2,"38":55,"380":2,"381":5,"383":7,"39":19,"391":2,"397":2,"40":15,"41":9,"414":1,"415":14,"419":3,"42":10,"43":19,"430":3,"431":1,"433":2,"44":4,"45":5,"46":25,"48":3,"49":8,"5":56,"51":4,"52":1,"53":2,"56":2,"570":1,"6":12,"7":28,"79":3,"8":10,"80":3,"9":26,"all_client":16184,"all_tv_clinet":1497,"insert_time":"2014-08-19T18:44:30.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14596,"10":5,"107":68,"11":72,"12":1,"13":56,"14":33,"15":11,"155":3,"158":1,"159":1,"16":2,"160":1,"161":7,"167":3,"17":1,"18":90,"19":10,"20":2,"209":11,"21":57,"210":2,"211":3,"214":1,"215":13,"221":31,"223":95,"224":4,"225":108,"23":44,"24":116,"25":26,"257":8,"26":21,"27":14,"273":2,"279":17,"28":34,"282":6,"291":2,"292":2,"30":2,"306":1,"31":9,"32":5,"33":6,"34":9,"35":10,"352":95,"36":13,"37":2,"38":53,"380":2,"381":6,"383":6,"39":19,"391":2,"397":1,"40":15,"409":1,"41":8,"415":15,"419":3,"42":9,"426":1,"43":18,"430":3,"431":1,"433":1,"44":4,"45":5,"46":25,"48":3,"49":8,"5":56,"51":4,"52":1,"53":2,"56":1,"570":2,"6":12,"63":1,"7":26,"79":3,"8":10,"80":3,"9":25,"all_client":16087,"all_tv_clinet":1491,"insert_time":"2014-08-19T18:45:31.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14497,"10":5,"107":65,"11":71,"12":1,"13":55,"14":31,"15":11,"155":3,"158":1,"16":2,"160":1,"161":7,"167":3,"17":1,"18":89,"19":10,"20":1,"209":11,"21":55,"210":2,"211":3,"214":1,"215":13,"221":30,"223":89,"224":4,"225":112,"23":45,"24":118,"25":26,"257":7,"26":22,"27":15,"273":2,"279":16,"28":33,"282":5,"291":2,"292":2,"30":2,"306":1,"31":9,"32":5,"33":6,"34":8,"347":1,"35":10,"352":91,"36":13,"37":2,"38":52,"380":2,"381":7,"383":6,"39":17,"391":2,"397":1,"40":15,"409":1,"41":8,"415":16,"419":3,"42":9,"426":1,"43":18,"430":3,"431":1,"433":2,"44":4,"45":5,"46":24,"48":4,"49":8,"5":57,"51":4,"52":1,"53":3,"56":1,"570":2,"6":12,"63":1,"7":28,"79":3,"8":10,"80":3,"9":25,"all_client":15974,"all_tv_clinet":1477,"insert_time":"2014-08-19T18:46:31.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14415,"10":3,"107":67,"11":69,"12":1,"13":57,"14":31,"15":10,"155":3,"158":1,"16":2,"160":1,"161":7,"167":4,"17":1,"18":88,"19":10,"20":2,"209":10,"21":49,"210":2,"211":2,"214":1,"215":12,"221":29,"223":83,"224":4,"225":113,"23":45,"24":113,"25":26,"257":7,"26":23,"27":17,"273":3,"279":17,"28":36,"282":5,"291":2,"292":2,"30":2,"306":1,"31":9,"32":5,"33":6,"34":7,"347":1,"35":11,"352":89,"36":14,"37":2,"38":48,"380":2,"381":8,"383":6,"39":15,"391":2,"397":1,"40":14,"409":1,"41":7,"415":19,"419":1,"42":8,"426":1,"43":15,"430":3,"431":1,"433":2,"44":5,"45":5,"46":23,"48":4,"49":8,"5":58,"51":4,"52":1,"53":2,"56":1,"570":2,"6":13,"63":1,"7":26,"79":3,"8":10,"80":3,"9":26,"all_client":15869,"all_tv_clinet":1454,"insert_time":"2014-08-19T18:47:31.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14322,"10":2,"107":68,"11":70,"12":1,"13":54,"14":29,"15":9,"155":3,"158":1,"16":2,"160":1,"161":8,"167":4,"17":1,"18":86,"19":11,"20":2,"209":10,"21":48,"210":1,"211":2,"214":1,"215":12,"221":29,"223":87,"224":5,"225":109,"23":45,"24":111,"25":24,"257":7,"26":23,"27":16,"273":2,"279":17,"28":35,"282":6,"291":2,"292":3,"30":2,"302":1,"306":1,"31":8,"32":5,"33":6,"34":7,"347":1,"35":11,"352":89,"36":15,"37":2,"38":45,"380":2,"381":8,"383":6,"39":14,"391":2,"40":14,"409":1,"41":7,"415":20,"42":8,"43":14,"430":3,"431":1,"433":2,"44":5,"45":5,"46":23,"48":4,"49":8,"5":57,"51":3,"52":1,"53":2,"56":1,"570":2,"6":13,"63":2,"7":25,"79":3,"8":10,"80":3,"9":28,"all_client":15759,"all_tv_clinet":1437,"insert_time":"2014-08-19T18:48:31.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14246,"10":2,"107":64,"11":73,"12":1,"13":55,"14":30,"15":8,"155":4,"158":1,"16":2,"160":1,"161":7,"167":4,"17":1,"18":85,"19":11,"20":2,"209":9,"21":48,"210":1,"211":1,"214":1,"215":12,"221":30,"223":88,"224":6,"225":108,"23":44,"24":107,"25":24,"257":7,"26":21,"268":1,"27":15,"273":2,"279":16,"28":35,"282":7,"291":2,"292":3,"30":2,"302":1,"306":1,"31":8,"32":3,"33":6,"34":7,"347":1,"35":11,"352":87,"36":14,"37":1,"38":43,"380":2,"381":7,"383":6,"39":13,"391":1,"40":14,"409":1,"41":6,"415":20,"42":9,"43":11,"430":3,"431":1,"433":1,"44":5,"45":5,"46":24,"48":3,"49":8,"5":59,"51":3,"52":1,"53":1,"56":1,"570":2,"6":14,"63":2,"7":21,"79":3,"8":11,"80":2,"9":31,"all_client":15661,"all_tv_clinet":1415,"insert_time":"2014-08-19T18:49:31.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14152,"10":2,"107":60,"11":73,"12":1,"13":55,"14":30,"15":7,"155":4,"158":1,"16":2,"160":1,"161":6,"167":5,"17":1,"18":85,"19":11,"20":2,"209":9,"21":44,"210":1,"211":1,"214":1,"215":13,"221":28,"223":87,"224":6,"225":113,"23":45,"24":101,"25":24,"257":6,"26":23,"268":1,"27":15,"273":2,"279":16,"28":32,"282":7,"291":1,"292":3,"30":2,"302":1,"306":1,"31":8,"314":1,"32":3,"33":4,"34":7,"347":1,"35":12,"352":86,"36":13,"37":1,"38":48,"380":2,"381":7,"383":5,"39":11,"391":1,"40":14,"409":2,"41":6,"415":21,"42":9,"43":10,"430":3,"431":1,"433":1,"44":5,"45":5,"46":24,"48":3,"49":8,"5":56,"51":2,"52":1,"53":1,"56":1,"570":2,"6":15,"63":2,"7":23,"79":3,"8":13,"80":2,"9":32,"all_client":15556,"all_tv_clinet":1404,"insert_time":"2014-08-19T18:50:31.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14043,"10":2,"107":59,"11":75,"12":1,"13":54,"14":31,"15":7,"155":4,"158":1,"16":2,"160":1,"161":6,"167":5,"17":1,"18":85,"19":9,"20":3,"209":9,"21":44,"210":1,"211":1,"214":1,"215":13,"221":26,"223":84,"224":6,"225":111,"23":43,"24":104,"25":26,"257":6,"26":20,"268":1,"27":15,"273":3,"279":17,"28":31,"282":7,"291":1,"292":3,"30":2,"302":1,"31":8,"314":1,"32":3,"33":5,"34":6,"347":1,"35":12,"352":86,"36":13,"37":1,"38":48,"380":2,"381":7,"383":5,"39":11,"391":1,"40":14,"409":2,"41":6,"415":22,"42":8,"43":10,"430":3,"431":1,"433":1,"44":6,"45":5,"46":22,"48":4,"49":7,"5":56,"51":2,"52":1,"53":1,"56":1,"570":2,"6":14,"63":2,"7":25,"79":3,"8":11,"80":2,"9":30,"all_client":15436,"all_tv_clinet":1393,"insert_time":"2014-08-19T18:51:31.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13925,"10":2,"107":62,"11":75,"12":1,"13":53,"14":30,"15":7,"155":4,"158":1,"16":3,"160":2,"161":6,"167":5,"17":1,"18":85,"19":7,"20":4,"209":9,"21":44,"210":1,"211":1,"214":1,"215":13,"221":25,"223":85,"224":6,"225":109,"23":42,"24":99,"25":28,"257":6,"26":20,"268":2,"27":16,"273":3,"279":17,"28":31,"282":7,"291":1,"292":3,"30":2,"302":1,"31":7,"314":1,"32":3,"33":6,"34":7,"347":1,"35":13,"352":87,"36":13,"37":1,"38":51,"380":2,"381":6,"383":6,"39":11,"391":1,"40":14,"409":2,"41":6,"415":25,"42":8,"43":9,"430":4,"431":1,"433":2,"44":7,"45":5,"46":24,"48":5,"49":8,"5":53,"51":2,"52":1,"53":1,"56":1,"570":2,"6":14,"63":2,"7":24,"79":3,"8":9,"80":2,"9":31,"all_client":15326,"all_tv_clinet":1401,"insert_time":"2014-08-19T18:52:31.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13842,"10":2,"107":66,"11":77,"12":1,"13":53,"14":29,"15":7,"155":4,"158":1,"16":3,"160":1,"161":6,"167":3,"17":1,"18":86,"19":7,"20":4,"209":10,"21":43,"210":1,"211":1,"214":1,"215":13,"221":23,"223":82,"224":7,"225":105,"23":40,"24":97,"25":28,"257":6,"26":21,"268":2,"27":17,"273":3,"279":17,"28":31,"282":7,"291":1,"292":3,"30":2,"302":2,"31":7,"314":1,"32":3,"33":6,"34":7,"347":1,"35":13,"352":87,"36":13,"37":1,"38":48,"380":1,"381":5,"383":5,"39":11,"391":1,"396":1,"40":14,"409":2,"41":6,"414":1,"415":27,"42":9,"43":8,"430":3,"431":1,"433":2,"44":8,"45":5,"46":25,"48":5,"49":8,"5":53,"51":2,"52":1,"53":1,"56":1,"570":2,"6":12,"63":2,"7":24,"79":2,"8":9,"80":2,"9":33,"all_client":15235,"all_tv_clinet":1393,"insert_time":"2014-08-19T18:53:31.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13753,"10":2,"107":63,"11":75,"12":1,"13":53,"14":28,"15":6,"155":4,"158":1,"16":3,"160":1,"161":6,"167":3,"17":1,"18":83,"19":7,"20":4,"209":11,"21":43,"210":1,"211":1,"214":1,"215":13,"221":22,"223":77,"224":7,"225":107,"23":40,"24":92,"25":29,"257":4,"26":21,"268":2,"27":17,"273":2,"279":16,"28":29,"282":7,"291":1,"292":3,"30":2,"302":2,"31":7,"314":1,"32":5,"33":5,"34":7,"347":1,"35":12,"352":89,"36":14,"37":1,"38":49,"380":1,"381":7,"383":4,"39":11,"391":1,"396":1,"40":15,"409":2,"41":6,"414":1,"415":29,"42":9,"43":8,"430":3,"431":1,"433":2,"44":9,"45":5,"46":24,"48":4,"49":8,"5":55,"51":1,"52":1,"53":1,"56":1,"570":2,"6":12,"63":2,"7":24,"79":2,"8":10,"80":2,"9":35,"all_client":15134,"all_tv_clinet":1381,"insert_time":"2014-08-19T18:54:32.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13669,"10":2,"107":64,"11":75,"12":1,"13":52,"14":26,"15":6,"155":4,"158":1,"16":3,"160":1,"161":6,"167":3,"17":1,"18":80,"19":7,"20":4,"209":12,"21":42,"210":1,"211":1,"214":1,"215":12,"221":22,"223":73,"224":8,"225":101,"23":40,"24":91,"25":29,"257":6,"26":22,"268":2,"27":17,"273":2,"279":16,"28":29,"282":7,"291":1,"292":3,"30":2,"302":2,"31":8,"314":1,"32":5,"33":5,"34":7,"347":1,"35":14,"352":82,"36":15,"37":1,"38":50,"380":1,"381":7,"383":4,"39":10,"391":2,"396":1,"40":16,"409":2,"41":7,"414":1,"415":28,"42":10,"43":8,"430":3,"433":2,"44":9,"45":5,"46":22,"48":5,"49":9,"5":56,"52":1,"53":2,"56":1,"570":2,"6":12,"63":2,"7":24,"79":2,"8":10,"80":2,"9":35,"all_client":15037,"all_tv_clinet":1368,"insert_time":"2014-08-19T18:55:32.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13593,"10":2,"107":64,"11":73,"12":1,"13":51,"14":26,"15":6,"155":4,"158":1,"16":4,"160":1,"161":6,"167":3,"17":1,"18":76,"19":7,"20":4,"209":12,"21":43,"210":1,"211":1,"214":1,"215":12,"221":24,"223":73,"224":10,"225":99,"23":39,"24":90,"25":26,"257":8,"26":22,"268":2,"27":19,"273":2,"279":13,"28":29,"282":7,"291":1,"292":3,"30":2,"302":2,"31":9,"314":1,"32":5,"33":6,"34":7,"347":1,"35":14,"352":79,"36":15,"37":2,"38":52,"380":1,"381":8,"383":4,"39":10,"391":2,"396":1,"40":16,"409":2,"41":7,"414":1,"415":29,"42":8,"43":7,"430":3,"433":2,"44":9,"45":5,"46":23,"48":6,"49":9,"5":56,"52":1,"53":2,"56":1,"570":2,"6":12,"63":2,"7":24,"79":2,"8":9,"80":2,"9":36,"all_client":14957,"all_tv_clinet":1364,"insert_time":"2014-08-19T18:56:32.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13498,"10":2,"107":62,"11":72,"12":1,"13":49,"14":26,"15":6,"155":4,"158":1,"16":4,"160":1,"161":4,"167":3,"17":1,"18":75,"19":6,"20":4,"209":12,"21":43,"210":1,"211":1,"214":1,"215":13,"221":23,"223":73,"224":10,"225":95,"23":38,"24":87,"25":24,"257":8,"26":22,"268":2,"27":19,"273":2,"279":14,"28":29,"282":7,"291":1,"292":4,"30":3,"302":2,"31":10,"314":1,"32":4,"33":5,"34":8,"347":1,"35":14,"352":77,"36":15,"37":2,"38":50,"380":1,"381":7,"383":4,"39":10,"391":2,"396":1,"40":16,"409":2,"41":7,"414":1,"415":31,"42":8,"43":7,"430":4,"433":2,"44":9,"45":5,"46":21,"48":6,"49":9,"5":60,"52":1,"53":3,"56":1,"570":2,"6":12,"63":2,"7":24,"79":2,"8":10,"80":2,"9":32,"all_client":14844,"all_tv_clinet":1346,"insert_time":"2014-08-19T18:57:32.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13400,"10":2,"107":67,"11":73,"12":1,"13":47,"14":26,"15":6,"155":4,"158":1,"16":4,"160":1,"161":4,"167":2,"17":1,"18":76,"19":6,"20":4,"209":12,"21":43,"210":1,"211":2,"214":1,"215":12,"221":22,"223":75,"224":11,"225":94,"23":39,"24":85,"25":24,"257":8,"26":21,"268":1,"27":19,"273":2,"279":15,"28":27,"282":7,"291":1,"292":5,"30":3,"302":2,"31":9,"314":1,"32":4,"33":5,"34":8,"35":14,"352":76,"36":14,"37":2,"38":51,"380":1,"381":7,"383":4,"39":10,"391":2,"396":1,"40":16,"409":2,"41":7,"414":1,"415":31,"42":9,"43":6,"430":3,"433":2,"44":9,"45":6,"46":21,"48":5,"49":9,"5":61,"52":2,"53":3,"56":1,"570":2,"6":12,"63":2,"7":23,"79":2,"8":11,"80":2,"9":31,"all_client":14745,"all_tv_clinet":1345,"insert_time":"2014-08-19T18:58:32.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13298,"10":3,"107":67,"11":74,"12":1,"13":43,"14":25,"15":6,"155":4,"158":1,"16":4,"160":1,"161":4,"167":2,"17":1,"18":74,"19":6,"20":3,"209":11,"21":42,"210":1,"211":2,"214":2,"215":12,"221":23,"223":78,"224":9,"225":97,"23":36,"24":84,"25":24,"257":7,"26":20,"268":1,"27":17,"273":2,"279":16,"28":27,"282":8,"291":1,"292":5,"30":5,"302":2,"31":9,"32":5,"33":4,"34":8,"35":14,"352":78,"36":14,"37":1,"38":48,"380":1,"381":7,"383":5,"39":10,"391":2,"396":1,"397":1,"40":16,"409":1,"41":7,"414":1,"415":31,"42":12,"43":6,"430":3,"433":2,"44":8,"45":6,"46":21,"48":5,"49":9,"5":59,"52":2,"53":3,"56":1,"570":2,"6":12,"63":2,"7":25,"79":2,"8":10,"80":2,"9":31,"all_client":14636,"all_tv_clinet":1338,"insert_time":"2014-08-19T18:59:32.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13203,"10":3,"107":65,"11":73,"12":1,"13":45,"14":24,"15":6,"155":4,"158":1,"16":5,"160":1,"161":4,"167":2,"17":1,"18":77,"19":6,"20":3,"209":11,"21":39,"210":1,"211":2,"214":2,"215":12,"221":23,"223":77,"224":9,"225":94,"23":36,"24":83,"25":23,"257":7,"26":18,"268":1,"27":17,"273":2,"279":16,"28":25,"282":7,"291":1,"292":5,"30":5,"302":2,"31":8,"32":5,"33":4,"34":8,"35":13,"352":78,"36":13,"37":2,"38":50,"380":1,"381":7,"383":5,"39":9,"391":2,"396":1,"397":1,"40":16,"409":1,"41":8,"414":1,"415":30,"42":15,"426":2,"43":6,"430":2,"433":2,"44":8,"45":6,"46":20,"48":4,"49":9,"5":57,"52":2,"53":4,"56":1,"570":2,"6":13,"63":2,"7":27,"79":2,"8":9,"80":2,"9":31,"all_client":14531,"all_tv_clinet":1328,"insert_time":"2014-08-19T19:00:32.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13111,"10":3,"107":61,"11":71,"12":1,"13":47,"14":24,"15":6,"155":4,"158":1,"16":6,"160":1,"161":4,"167":2,"17":1,"18":74,"19":6,"20":3,"209":11,"21":39,"210":1,"211":1,"214":2,"215":12,"221":19,"223":76,"224":8,"225":89,"23":36,"24":84,"25":23,"257":6,"26":18,"268":1,"27":19,"273":2,"279":16,"28":24,"282":7,"291":1,"292":4,"30":5,"302":2,"31":8,"32":5,"33":4,"34":8,"35":14,"352":81,"36":14,"37":3,"38":50,"380":1,"381":7,"383":5,"39":9,"391":2,"396":1,"397":1,"40":16,"409":1,"41":9,"414":2,"415":30,"42":14,"426":2,"43":7,"430":1,"433":2,"44":8,"45":5,"46":21,"48":4,"49":8,"5":53,"52":2,"53":4,"56":1,"570":2,"6":13,"63":2,"7":28,"79":2,"8":10,"80":2,"9":31,"all_client":14425,"all_tv_clinet":1314,"insert_time":"2014-08-19T19:01:32.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13033,"10":3,"107":61,"11":71,"12":1,"13":46,"14":22,"15":6,"155":4,"158":1,"16":6,"160":1,"161":5,"167":2,"17":1,"18":73,"19":6,"20":3,"209":11,"21":38,"211":1,"214":2,"215":12,"221":20,"223":79,"224":8,"225":89,"23":37,"24":78,"25":21,"257":5,"26":18,"268":1,"27":20,"273":2,"279":17,"28":26,"282":7,"291":1,"292":4,"30":5,"302":2,"31":9,"32":4,"33":3,"34":8,"35":14,"352":78,"36":13,"37":3,"38":49,"380":1,"381":6,"383":4,"39":10,"391":2,"396":1,"397":1,"40":16,"409":1,"41":8,"414":3,"415":32,"42":14,"426":2,"43":7,"430":1,"433":2,"44":8,"45":5,"46":21,"48":4,"49":11,"5":54,"52":2,"53":4,"56":1,"570":2,"6":12,"63":2,"7":27,"79":2,"8":10,"80":2,"9":29,"all_client":14337,"all_tv_clinet":1304,"insert_time":"2014-08-19T19:02:32.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12955,"10":4,"107":61,"11":71,"12":1,"13":44,"14":23,"15":6,"155":4,"158":1,"16":5,"160":1,"161":5,"167":2,"17":1,"18":73,"19":6,"20":3,"209":9,"21":40,"211":1,"214":2,"215":11,"221":19,"223":80,"224":8,"225":91,"23":37,"24":77,"25":20,"257":6,"26":18,"268":1,"27":21,"273":2,"279":18,"28":24,"282":8,"291":1,"292":4,"30":5,"302":2,"31":9,"32":4,"33":3,"34":8,"35":15,"352":77,"36":13,"37":2,"38":48,"380":1,"381":5,"383":4,"39":10,"391":2,"396":1,"397":1,"40":15,"409":1,"41":8,"414":3,"415":32,"42":15,"426":2,"43":7,"430":1,"433":2,"44":7,"45":5,"46":20,"48":4,"49":11,"5":53,"52":1,"53":4,"56":1,"570":2,"6":12,"63":1,"7":28,"79":1,"8":10,"80":2,"9":31,"all_client":14253,"all_tv_clinet":1298,"insert_time":"2014-08-19T19:03:32.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12891,"10":4,"107":69,"11":75,"12":1,"13":44,"14":22,"15":6,"155":4,"158":1,"16":5,"160":1,"161":5,"167":2,"17":1,"18":70,"19":5,"20":3,"209":7,"21":41,"211":1,"214":2,"215":12,"221":20,"223":83,"224":9,"225":91,"23":37,"24":77,"25":17,"257":6,"26":18,"27":20,"273":1,"279":19,"28":24,"282":8,"291":1,"292":4,"30":5,"302":2,"31":9,"32":4,"33":3,"34":8,"35":14,"352":74,"36":12,"37":3,"38":47,"380":1,"381":5,"383":5,"39":10,"391":2,"396":1,"397":1,"40":14,"409":1,"41":7,"414":3,"415":32,"42":15,"426":2,"43":3,"430":1,"433":1,"44":7,"45":5,"46":19,"48":4,"49":11,"5":54,"52":1,"53":4,"56":1,"570":2,"6":12,"63":1,"7":29,"79":1,"8":11,"80":2,"9":29,"all_client":14185,"all_tv_clinet":1294,"insert_time":"2014-08-19T19:04:33.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12788,"10":4,"107":69,"11":75,"12":1,"13":43,"14":22,"15":6,"155":4,"158":1,"16":5,"160":1,"161":3,"167":2,"17":1,"18":70,"19":5,"20":3,"209":7,"21":43,"211":1,"214":2,"215":12,"221":20,"223":81,"224":10,"225":86,"23":36,"24":81,"25":16,"257":7,"26":19,"27":20,"273":1,"279":19,"28":23,"282":8,"291":1,"292":4,"30":5,"302":2,"31":8,"32":4,"33":3,"34":7,"35":15,"352":72,"36":11,"37":3,"38":46,"380":1,"381":5,"383":6,"39":10,"391":2,"396":1,"397":1,"40":14,"409":1,"41":8,"414":3,"415":30,"42":14,"426":2,"43":4,"430":1,"433":1,"44":7,"45":5,"46":18,"48":4,"49":10,"5":53,"52":2,"53":5,"56":1,"570":2,"6":12,"63":1,"7":29,"79":1,"8":11,"80":2,"9":31,"all_client":14074,"all_tv_clinet":1286,"insert_time":"2014-08-19T19:05:33.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12696,"10":4,"107":71,"11":74,"12":1,"13":44,"14":22,"15":6,"155":4,"158":1,"16":5,"160":1,"161":3,"167":3,"17":1,"18":67,"19":5,"20":3,"209":7,"21":43,"210":1,"211":1,"214":2,"215":11,"221":21,"223":81,"224":10,"225":83,"23":36,"24":79,"25":16,"257":7,"26":19,"27":19,"273":1,"276":1,"279":19,"28":23,"282":7,"291":1,"292":4,"30":5,"302":2,"31":7,"32":4,"33":5,"34":7,"35":14,"352":63,"36":10,"37":3,"38":48,"380":1,"381":5,"383":6,"39":10,"391":2,"396":1,"397":1,"40":14,"409":1,"41":9,"414":3,"415":31,"42":14,"426":2,"43":4,"430":1,"433":1,"44":7,"45":5,"46":17,"48":5,"49":10,"5":55,"52":2,"53":5,"56":1,"570":1,"6":12,"63":1,"7":31,"79":1,"8":11,"80":2,"9":32,"all_client":13975,"all_tv_clinet":1279,"insert_time":"2014-08-19T19:06:33.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12610,"10":4,"107":72,"11":74,"12":1,"13":42,"14":24,"15":6,"155":4,"158":1,"16":4,"160":1,"161":3,"167":3,"17":1,"18":66,"19":5,"20":1,"209":7,"21":44,"210":1,"211":1,"214":2,"215":10,"221":22,"223":81,"224":10,"225":81,"23":36,"24":76,"25":16,"257":7,"26":15,"27":19,"273":1,"276":1,"279":19,"28":23,"282":7,"291":1,"292":5,"30":5,"302":2,"31":8,"32":4,"33":5,"34":6,"35":13,"352":67,"36":11,"37":2,"38":46,"380":1,"381":5,"383":6,"39":10,"391":2,"396":1,"397":1,"40":13,"409":1,"41":10,"414":3,"415":32,"42":14,"426":2,"43":5,"430":1,"433":1,"44":8,"45":5,"46":16,"48":5,"49":9,"5":54,"52":2,"53":5,"56":1,"570":1,"6":12,"63":1,"7":30,"79":1,"8":12,"80":2,"9":31,"all_client":13879,"all_tv_clinet":1269,"insert_time":"2014-08-19T19:07:33.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12532,"10":4,"107":71,"11":72,"12":1,"13":41,"14":23,"15":6,"155":4,"158":1,"16":4,"160":1,"161":3,"167":3,"17":1,"18":68,"19":5,"20":1,"209":7,"21":41,"210":1,"211":1,"214":2,"215":9,"221":21,"223":78,"224":9,"225":81,"23":37,"24":76,"25":15,"257":7,"26":15,"27":18,"273":1,"276":1,"279":20,"28":23,"282":6,"291":1,"292":5,"30":5,"302":1,"31":8,"32":4,"33":5,"34":6,"35":14,"352":70,"36":10,"37":2,"38":45,"380":1,"381":4,"383":6,"39":10,"391":2,"396":1,"397":1,"40":12,"409":2,"41":10,"414":2,"415":32,"42":13,"426":2,"43":5,"430":1,"433":1,"44":8,"45":5,"46":16,"48":5,"49":9,"5":52,"52":2,"53":5,"56":1,"570":1,"6":12,"63":1,"7":29,"79":1,"8":12,"80":2,"9":29,"all_client":13781,"all_tv_clinet":1249,"insert_time":"2014-08-19T19:08:33.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12472,"10":4,"107":68,"11":72,"12":2,"13":39,"14":24,"15":5,"155":4,"158":1,"16":4,"160":1,"161":3,"167":3,"17":1,"18":66,"19":6,"20":2,"209":7,"21":39,"211":1,"214":2,"215":9,"221":23,"223":78,"224":11,"225":78,"23":38,"24":71,"25":15,"257":7,"26":16,"27":18,"273":1,"276":1,"279":20,"28":24,"282":5,"291":1,"292":5,"30":4,"302":1,"31":9,"32":4,"33":4,"34":5,"35":14,"352":77,"36":9,"37":2,"38":43,"380":1,"381":3,"383":7,"39":11,"391":2,"396":1,"397":1,"40":11,"409":2,"41":9,"414":2,"415":33,"42":12,"426":2,"43":5,"430":1,"433":1,"44":8,"45":5,"46":19,"48":4,"49":9,"5":51,"51":1,"52":2,"53":5,"56":1,"570":2,"6":12,"63":1,"7":29,"79":1,"8":13,"80":1,"9":29,"all_client":13716,"all_tv_clinet":1244,"insert_time":"2014-08-19T19:09:33.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12397,"10":4,"107":72,"11":72,"12":2,"13":39,"14":23,"15":5,"155":4,"158":1,"16":4,"161":2,"167":3,"17":1,"18":68,"19":6,"20":2,"209":7,"21":41,"210":1,"211":1,"214":2,"215":9,"221":25,"223":76,"224":11,"225":76,"23":37,"24":70,"25":14,"257":5,"26":17,"27":17,"273":1,"276":1,"279":18,"28":24,"282":4,"291":1,"292":6,"30":4,"302":1,"31":9,"32":5,"33":4,"34":5,"35":13,"352":80,"36":8,"37":2,"38":43,"380":1,"381":3,"383":7,"39":11,"391":2,"396":1,"397":1,"40":10,"409":2,"41":7,"414":3,"415":33,"42":11,"426":1,"43":5,"430":1,"433":1,"44":8,"45":5,"46":17,"48":4,"49":9,"5":50,"51":1,"52":2,"53":6,"56":1,"570":2,"6":13,"63":1,"7":28,"79":1,"8":13,"80":1,"9":29,"all_client":13634,"all_tv_clinet":1237,"insert_time":"2014-08-19T19:10:33.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12323,"10":4,"107":68,"11":72,"12":2,"13":37,"14":23,"15":5,"155":4,"158":1,"16":5,"161":2,"167":2,"17":1,"18":68,"19":5,"20":2,"209":7,"21":41,"210":1,"211":1,"214":2,"215":10,"221":23,"223":73,"224":11,"225":72,"23":37,"24":70,"25":13,"257":6,"26":16,"27":19,"273":2,"276":1,"279":17,"28":23,"282":4,"291":1,"292":6,"30":3,"302":1,"31":7,"32":5,"33":5,"34":5,"35":14,"352":82,"36":8,"37":2,"38":44,"380":1,"381":3,"383":7,"39":11,"391":2,"396":1,"40":11,"409":2,"41":6,"414":3,"415":34,"42":11,"426":1,"43":5,"430":1,"433":1,"44":7,"45":5,"46":15,"48":4,"49":9,"5":48,"51":1,"52":2,"53":6,"56":1,"570":2,"6":13,"63":1,"7":31,"79":1,"8":12,"80":1,"9":29,"all_client":13544,"all_tv_clinet":1221,"insert_time":"2014-08-19T19:11:33.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12213,"10":5,"107":66,"11":71,"12":2,"13":38,"14":20,"15":5,"155":4,"158":1,"16":5,"161":2,"167":2,"17":1,"18":73,"19":6,"20":2,"209":6,"21":40,"210":1,"211":1,"214":2,"215":11,"221":20,"223":75,"224":10,"225":74,"23":36,"24":72,"25":14,"257":7,"26":16,"27":19,"273":2,"276":1,"279":17,"28":23,"282":3,"291":1,"292":7,"30":3,"302":1,"31":6,"32":5,"33":5,"34":7,"35":15,"352":81,"36":10,"37":2,"38":46,"380":2,"381":3,"383":7,"39":11,"391":2,"396":1,"40":11,"409":2,"41":5,"414":3,"415":32,"42":11,"426":1,"43":5,"430":1,"433":1,"44":7,"45":5,"46":15,"48":4,"49":8,"5":48,"51":1,"52":2,"53":7,"56":1,"570":2,"6":14,"63":1,"7":29,"79":1,"8":12,"80":1,"9":26,"all_client":13437,"all_tv_clinet":1224,"insert_time":"2014-08-19T19:12:33.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12148,"10":5,"107":66,"11":71,"12":2,"13":35,"14":17,"15":5,"155":4,"158":1,"16":5,"161":3,"167":2,"18":73,"19":5,"20":2,"209":6,"21":36,"210":1,"211":1,"214":2,"215":11,"221":19,"223":77,"224":10,"225":80,"23":37,"24":72,"25":14,"257":8,"26":16,"27":18,"273":2,"276":1,"279":16,"28":22,"282":3,"291":1,"292":6,"30":3,"302":1,"31":8,"32":3,"33":5,"34":7,"35":15,"352":77,"36":10,"37":1,"38":44,"380":2,"381":4,"383":7,"39":12,"391":2,"396":1,"40":10,"409":2,"41":5,"414":3,"415":31,"42":10,"426":1,"43":4,"430":1,"433":1,"44":6,"45":6,"46":15,"48":4,"49":9,"5":48,"51":1,"52":2,"53":7,"56":1,"570":2,"6":15,"63":1,"7":28,"79":1,"8":11,"80":1,"9":27,"all_client":13358,"all_tv_clinet":1210,"insert_time":"2014-08-19T19:13:33.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12058,"10":5,"107":68,"11":75,"12":2,"13":33,"14":18,"15":5,"155":4,"158":1,"16":5,"161":4,"167":2,"18":73,"19":5,"20":2,"209":6,"21":36,"210":1,"211":1,"214":2,"215":10,"221":19,"223":79,"224":10,"225":80,"23":38,"24":74,"25":13,"257":8,"26":16,"27":16,"273":2,"276":1,"279":16,"28":24,"282":3,"291":1,"292":6,"30":3,"302":1,"31":7,"32":4,"33":4,"34":8,"35":15,"352":73,"36":10,"37":1,"38":48,"380":2,"381":3,"383":7,"39":10,"391":2,"396":1,"40":9,"409":2,"41":5,"414":3,"415":31,"42":11,"426":1,"43":4,"430":1,"433":1,"44":7,"45":6,"46":16,"48":4,"49":9,"5":51,"51":1,"52":3,"53":7,"56":1,"570":2,"6":14,"63":1,"7":26,"79":1,"8":11,"80":1,"9":26,"all_client":13276,"all_tv_clinet":1218,"insert_time":"2014-08-19T19:14:34.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11989,"10":5,"107":67,"11":74,"12":2,"13":32,"14":17,"15":4,"155":4,"158":1,"16":5,"161":4,"167":2,"18":74,"19":6,"20":1,"209":6,"21":37,"210":1,"211":1,"214":2,"215":10,"221":18,"223":78,"224":10,"225":75,"23":36,"24":77,"25":14,"257":8,"26":16,"27":15,"273":2,"276":1,"279":17,"28":24,"282":3,"291":1,"292":5,"30":3,"302":1,"31":8,"32":4,"33":5,"34":8,"35":15,"352":72,"36":9,"37":1,"38":49,"380":3,"381":3,"383":7,"39":11,"391":2,"396":1,"40":9,"409":2,"41":5,"414":4,"415":30,"42":11,"43":5,"430":2,"433":1,"44":7,"45":6,"46":17,"48":3,"49":9,"5":53,"51":1,"52":3,"53":6,"56":1,"570":2,"6":13,"63":1,"7":29,"8":10,"80":1,"9":26,"all_client":13203,"all_tv_clinet":1214,"insert_time":"2014-08-19T19:15:34.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11917,"10":5,"107":63,"11":75,"12":2,"13":31,"14":17,"15":4,"155":4,"158":1,"16":4,"161":4,"167":2,"18":73,"19":5,"20":1,"209":6,"21":36,"210":1,"214":2,"215":9,"221":18,"223":80,"224":9,"225":72,"23":35,"24":78,"25":16,"257":7,"26":17,"27":15,"273":2,"276":1,"279":17,"28":23,"282":3,"291":1,"292":5,"30":3,"302":1,"31":7,"32":5,"33":5,"34":9,"35":15,"352":74,"36":10,"37":1,"38":47,"380":3,"381":3,"383":6,"39":11,"391":2,"396":1,"40":7,"409":2,"41":5,"414":5,"415":31,"42":11,"43":6,"430":2,"433":1,"44":8,"45":6,"46":17,"48":3,"49":9,"5":51,"51":1,"52":3,"53":6,"56":1,"570":2,"6":11,"63":1,"7":28,"8":10,"80":1,"9":26,"all_client":13118,"all_tv_clinet":1201,"insert_time":"2014-08-19T19:16:34.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11832,"10":4,"107":64,"11":77,"12":2,"13":34,"14":18,"15":4,"155":4,"158":1,"16":4,"161":4,"167":3,"18":72,"19":5,"20":1,"209":6,"21":37,"210":1,"214":2,"215":9,"221":18,"223":81,"224":8,"225":76,"23":32,"24":78,"25":17,"257":7,"26":17,"27":17,"273":2,"276":1,"279":15,"28":23,"282":3,"291":1,"292":5,"30":3,"302":1,"31":6,"32":4,"33":5,"34":8,"35":14,"352":73,"36":11,"37":1,"38":47,"380":3,"381":3,"383":5,"39":11,"391":2,"40":6,"409":2,"41":5,"414":5,"415":30,"42":11,"43":6,"430":2,"433":1,"44":8,"45":6,"46":18,"48":3,"49":9,"5":52,"51":2,"52":3,"53":7,"56":1,"570":2,"6":11,"63":1,"7":27,"8":10,"80":1,"9":25,"all_client":13036,"all_tv_clinet":1204,"insert_time":"2014-08-19T19:17:34.286Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11770,"10":6,"107":63,"11":78,"12":2,"13":32,"14":19,"15":4,"155":5,"158":1,"16":5,"161":5,"167":3,"18":74,"19":4,"20":1,"209":5,"21":37,"210":1,"214":2,"215":9,"221":21,"223":81,"224":8,"225":75,"23":33,"24":78,"25":15,"257":8,"26":17,"27":17,"273":2,"276":1,"279":16,"28":23,"282":3,"291":1,"292":5,"30":2,"302":1,"31":6,"314":1,"32":4,"33":3,"34":8,"35":14,"352":71,"36":11,"37":1,"38":50,"380":3,"381":3,"383":5,"39":11,"391":2,"40":6,"409":2,"41":4,"414":5,"415":31,"42":9,"43":6,"430":2,"433":1,"44":8,"45":5,"46":16,"48":3,"49":9,"5":50,"51":3,"52":3,"53":7,"56":2,"570":2,"6":11,"63":1,"7":26,"8":11,"80":1,"9":24,"all_client":12974,"all_tv_clinet":1204,"insert_time":"2014-08-19T19:18:34.371Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11711,"10":7,"107":63,"11":79,"12":2,"13":32,"14":19,"15":4,"155":4,"158":1,"16":5,"161":4,"167":3,"18":73,"19":4,"209":4,"21":36,"210":1,"214":2,"215":9,"221":20,"223":79,"224":8,"225":75,"23":34,"24":79,"25":16,"257":8,"26":17,"27":16,"273":2,"276":1,"279":16,"28":23,"282":3,"291":1,"292":5,"30":2,"302":1,"31":6,"314":1,"32":5,"33":3,"34":8,"35":14,"352":70,"36":11,"37":1,"38":51,"380":3,"381":2,"383":5,"39":11,"391":2,"40":6,"409":2,"41":4,"414":4,"415":30,"42":9,"426":1,"43":6,"430":2,"433":1,"44":8,"45":5,"46":16,"48":2,"49":9,"5":52,"51":3,"52":3,"53":7,"56":2,"570":1,"6":11,"63":1,"7":26,"8":9,"80":1,"9":26,"all_client":12909,"all_tv_clinet":1198,"insert_time":"2014-08-19T19:19:34.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11613,"10":7,"107":61,"11":79,"12":2,"13":32,"14":17,"15":4,"155":4,"158":1,"16":5,"161":4,"167":3,"18":71,"19":4,"20":1,"209":4,"21":36,"210":1,"214":2,"215":9,"221":19,"223":78,"224":8,"225":76,"23":35,"24":78,"25":18,"257":8,"26":18,"27":16,"273":2,"276":1,"279":16,"28":23,"282":5,"291":1,"292":5,"30":2,"302":1,"31":6,"314":1,"32":6,"33":3,"34":8,"35":13,"352":69,"36":11,"37":1,"38":48,"380":3,"381":2,"383":5,"39":11,"391":2,"40":6,"409":2,"41":5,"414":4,"415":31,"42":9,"426":1,"43":7,"430":2,"433":1,"44":9,"45":5,"46":17,"48":2,"49":9,"5":55,"51":4,"52":3,"53":7,"56":2,"570":1,"6":10,"63":1,"7":24,"8":10,"80":1,"9":27,"all_client":12814,"all_tv_clinet":1201,"insert_time":"2014-08-19T19:20:34.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11545,"10":6,"107":56,"11":80,"12":2,"13":33,"14":17,"15":4,"155":4,"158":1,"16":5,"161":4,"167":3,"18":72,"19":4,"20":1,"209":3,"21":38,"210":1,"214":2,"215":9,"221":19,"223":76,"224":8,"225":76,"23":36,"24":78,"25":19,"257":4,"26":18,"27":17,"273":2,"276":1,"279":16,"28":23,"282":6,"291":1,"292":5,"30":2,"302":1,"31":5,"314":1,"32":6,"33":4,"34":8,"35":14,"352":68,"36":11,"37":1,"38":50,"380":3,"381":3,"383":4,"39":11,"391":2,"40":6,"409":2,"41":6,"414":4,"415":30,"42":9,"426":1,"43":7,"430":2,"433":1,"44":9,"45":5,"46":16,"48":2,"49":9,"5":53,"51":6,"52":4,"53":6,"56":1,"570":1,"6":9,"63":1,"7":24,"8":8,"80":1,"9":26,"all_client":12738,"all_tv_clinet":1193,"insert_time":"2014-08-19T19:21:34.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11485,"10":6,"107":52,"11":73,"12":2,"13":35,"14":18,"15":4,"155":4,"158":1,"16":5,"161":6,"167":3,"18":71,"19":5,"20":1,"209":2,"21":38,"210":1,"214":2,"215":9,"221":21,"223":78,"224":8,"225":73,"23":33,"24":75,"25":18,"257":4,"26":19,"27":19,"273":2,"276":1,"279":16,"28":24,"282":6,"291":1,"292":5,"30":2,"302":1,"31":5,"314":1,"32":6,"33":4,"34":8,"35":13,"352":66,"36":9,"37":1,"38":53,"380":3,"381":3,"383":5,"39":12,"391":1,"40":6,"409":2,"41":8,"414":3,"415":29,"42":8,"426":2,"43":6,"430":2,"433":2,"44":9,"45":5,"46":16,"48":2,"49":7,"5":53,"51":6,"52":4,"53":7,"56":1,"570":1,"6":9,"63":1,"7":25,"8":8,"80":1,"9":25,"all_client":12667,"all_tv_clinet":1182,"insert_time":"2014-08-19T19:22:34.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11418,"10":6,"107":52,"11":68,"12":2,"13":32,"14":18,"15":4,"155":4,"158":1,"16":4,"161":6,"167":3,"18":73,"19":6,"20":1,"209":4,"21":40,"210":1,"214":2,"215":8,"221":23,"223":78,"224":8,"225":71,"23":31,"24":77,"25":19,"257":6,"26":18,"27":20,"273":2,"276":1,"279":16,"28":25,"282":7,"291":1,"292":5,"30":2,"31":5,"314":1,"32":6,"33":4,"34":8,"35":13,"352":69,"36":9,"37":1,"38":50,"380":3,"381":3,"383":5,"39":12,"391":1,"40":6,"409":2,"41":7,"414":3,"415":30,"42":7,"426":2,"43":7,"430":2,"433":2,"44":8,"45":5,"46":17,"48":1,"49":5,"5":53,"51":6,"52":4,"53":7,"56":1,"570":1,"6":9,"63":1,"7":26,"8":8,"80":1,"9":24,"all_client":12598,"all_tv_clinet":1180,"insert_time":"2014-08-19T19:23:34.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11352,"10":6,"107":55,"11":63,"12":2,"13":32,"14":18,"15":4,"155":4,"158":1,"16":3,"161":6,"167":3,"18":72,"19":6,"20":1,"209":4,"21":41,"210":1,"214":2,"215":9,"221":23,"223":78,"224":7,"225":74,"23":29,"24":76,"25":19,"257":6,"26":18,"27":20,"273":2,"276":1,"279":16,"28":25,"282":6,"291":1,"292":4,"30":2,"31":7,"314":1,"32":6,"33":4,"34":8,"35":13,"352":69,"36":7,"37":1,"38":49,"380":3,"381":4,"383":5,"39":12,"391":1,"40":6,"409":2,"41":6,"414":3,"415":32,"42":7,"426":3,"43":6,"430":1,"433":2,"44":7,"45":5,"46":17,"49":5,"5":53,"51":5,"52":3,"53":7,"56":1,"570":1,"6":9,"63":1,"7":25,"8":8,"80":1,"9":24,"all_client":12522,"all_tv_clinet":1170,"insert_time":"2014-08-19T19:24:34.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11286,"10":6,"107":53,"11":61,"12":2,"13":33,"14":17,"15":4,"155":4,"158":1,"16":2,"161":6,"167":3,"18":74,"19":6,"20":1,"209":4,"21":41,"210":1,"214":2,"215":10,"221":23,"223":76,"224":7,"225":74,"23":29,"24":77,"25":19,"257":6,"26":19,"27":21,"273":1,"276":1,"279":16,"28":25,"282":6,"291":1,"292":5,"30":2,"31":9,"314":1,"32":6,"33":4,"34":8,"35":13,"352":67,"36":8,"37":2,"38":49,"380":4,"381":4,"383":5,"39":12,"391":1,"40":6,"409":2,"41":6,"414":4,"415":33,"42":6,"426":2,"43":6,"430":1,"433":1,"44":7,"45":4,"46":17,"49":4,"5":52,"51":5,"52":3,"53":7,"56":1,"570":1,"6":8,"63":1,"7":27,"8":8,"80":1,"9":25,"all_client":12456,"all_tv_clinet":1170,"insert_time":"2014-08-19T19:25:35.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11205,"10":6,"107":57,"11":56,"12":2,"13":35,"14":17,"15":4,"155":4,"158":1,"16":3,"161":6,"167":3,"18":73,"19":6,"20":1,"209":3,"21":40,"210":1,"214":2,"215":10,"221":24,"223":75,"224":7,"225":77,"23":28,"24":80,"25":18,"257":5,"26":22,"27":21,"273":1,"276":1,"279":17,"28":25,"282":6,"291":1,"292":4,"30":3,"31":7,"314":1,"32":5,"33":4,"34":8,"35":13,"352":66,"36":9,"37":2,"38":47,"380":4,"381":4,"383":4,"39":12,"391":1,"40":6,"409":2,"41":6,"414":4,"415":33,"42":5,"426":2,"43":6,"430":1,"433":1,"44":6,"45":4,"46":15,"49":4,"5":51,"51":4,"52":2,"53":5,"56":1,"570":1,"6":8,"63":1,"7":28,"8":8,"80":1,"9":25,"all_client":12367,"all_tv_clinet":1162,"insert_time":"2014-08-19T19:26:35.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11152,"10":5,"107":56,"11":52,"12":2,"13":34,"14":16,"15":4,"155":4,"158":1,"16":4,"161":7,"167":2,"18":74,"19":6,"20":1,"209":3,"21":41,"210":1,"214":2,"215":10,"221":26,"223":75,"224":7,"225":75,"23":29,"24":74,"25":17,"257":5,"26":24,"27":21,"273":1,"276":1,"279":17,"28":24,"282":6,"291":1,"292":4,"30":3,"31":7,"314":2,"32":5,"33":4,"34":7,"35":11,"352":68,"36":10,"37":2,"38":44,"380":2,"381":4,"383":5,"39":15,"391":1,"40":6,"409":2,"41":7,"414":4,"415":33,"42":5,"426":2,"43":6,"430":1,"44":6,"45":4,"46":14,"49":4,"5":51,"51":4,"52":2,"53":6,"56":1,"570":1,"6":8,"63":1,"7":26,"8":8,"80":1,"9":25,"all_client":12302,"all_tv_clinet":1150,"insert_time":"2014-08-19T19:27:35.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11098,"10":5,"107":53,"11":51,"12":1,"13":34,"14":14,"15":4,"155":4,"158":1,"16":5,"161":6,"167":2,"18":75,"19":6,"20":1,"209":3,"21":39,"210":1,"214":3,"215":10,"221":25,"223":75,"224":7,"225":79,"23":29,"24":68,"25":15,"257":5,"26":24,"27":20,"273":1,"279":17,"28":24,"282":6,"291":1,"292":4,"30":3,"31":8,"314":2,"32":4,"33":4,"34":7,"35":11,"352":67,"36":12,"37":2,"38":44,"380":2,"381":4,"383":5,"39":15,"391":1,"40":6,"409":1,"41":6,"414":5,"415":33,"42":6,"426":3,"43":6,"430":1,"44":6,"45":4,"46":14,"49":5,"5":52,"51":4,"52":3,"53":6,"56":1,"570":1,"6":7,"63":1,"7":25,"8":8,"80":1,"9":26,"all_client":12238,"all_tv_clinet":1140,"insert_time":"2014-08-19T19:28:35.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11079,"10":5,"107":54,"11":50,"12":1,"13":33,"14":15,"15":4,"155":4,"158":1,"16":4,"161":7,"167":2,"18":75,"19":6,"20":1,"209":3,"21":39,"214":3,"215":10,"221":24,"223":75,"224":8,"225":76,"23":30,"24":68,"25":15,"257":4,"26":25,"27":20,"279":18,"28":23,"282":6,"291":1,"292":4,"30":3,"31":8,"314":2,"32":4,"33":4,"34":8,"35":11,"352":67,"36":12,"37":2,"38":41,"380":2,"381":4,"383":5,"39":15,"40":6,"409":1,"41":6,"414":5,"415":34,"42":6,"426":3,"43":6,"430":1,"44":7,"45":5,"46":16,"49":4,"5":49,"51":4,"52":3,"53":6,"56":1,"570":1,"6":10,"63":1,"7":24,"8":7,"80":1,"9":26,"all_client":12214,"all_tv_clinet":1135,"insert_time":"2014-08-19T19:29:35.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11017,"10":5,"107":56,"11":51,"12":1,"13":35,"14":15,"15":4,"155":4,"158":1,"16":4,"161":6,"167":2,"18":74,"19":6,"20":1,"209":3,"21":35,"214":3,"215":10,"221":25,"223":74,"224":8,"225":75,"23":28,"24":68,"25":16,"257":3,"26":25,"27":22,"279":19,"28":24,"282":6,"291":1,"292":4,"30":4,"31":8,"314":3,"32":4,"33":5,"34":8,"35":10,"352":63,"36":13,"37":2,"38":42,"380":2,"381":4,"383":5,"39":13,"40":6,"409":1,"41":5,"414":5,"415":34,"42":6,"426":2,"43":6,"430":1,"44":7,"45":5,"46":16,"49":6,"5":49,"51":3,"52":3,"53":5,"56":1,"570":1,"6":10,"63":1,"7":26,"8":7,"80":1,"9":25,"all_client":12149,"all_tv_clinet":1132,"insert_time":"2014-08-19T19:30:35.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10961,"10":5,"107":54,"11":50,"12":1,"13":33,"14":15,"15":3,"155":4,"158":1,"16":4,"161":5,"167":3,"18":73,"19":6,"20":1,"209":3,"21":32,"214":3,"215":10,"221":26,"223":76,"224":9,"225":73,"23":28,"24":67,"25":16,"257":4,"26":25,"27":22,"279":19,"28":25,"282":6,"291":1,"292":4,"30":5,"31":7,"314":3,"32":4,"33":5,"34":7,"35":8,"352":63,"36":14,"37":2,"38":42,"380":2,"381":4,"383":5,"39":11,"40":7,"409":1,"41":5,"414":2,"415":33,"419":1,"42":7,"426":3,"43":6,"430":2,"44":6,"45":5,"46":16,"49":7,"5":49,"51":4,"52":2,"53":5,"56":1,"570":1,"6":10,"63":1,"7":26,"8":7,"80":1,"9":25,"all_client":12083,"all_tv_clinet":1122,"insert_time":"2014-08-19T19:31:35.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10889,"10":5,"107":52,"11":45,"12":1,"13":35,"14":14,"15":3,"155":4,"158":1,"16":5,"161":5,"167":3,"18":74,"19":6,"20":1,"209":3,"21":31,"214":3,"215":10,"221":27,"223":76,"224":10,"225":74,"23":27,"24":67,"25":18,"257":4,"26":25,"27":20,"279":19,"28":25,"282":6,"291":1,"292":4,"30":4,"31":7,"314":3,"32":4,"33":5,"34":7,"35":8,"352":64,"36":13,"37":2,"38":47,"380":2,"381":4,"383":4,"39":9,"40":6,"409":1,"41":4,"414":1,"415":33,"419":1,"42":8,"426":4,"43":5,"430":2,"44":6,"45":5,"46":16,"49":7,"5":49,"51":4,"52":3,"53":4,"56":1,"570":1,"6":9,"63":1,"7":26,"79":1,"8":7,"80":1,"9":25,"all_client":12007,"all_tv_clinet":1118,"insert_time":"2014-08-19T19:32:35.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10856,"10":4,"107":52,"11":44,"12":1,"13":36,"14":14,"15":3,"155":3,"158":1,"16":5,"161":7,"167":3,"18":73,"19":6,"20":1,"209":3,"21":32,"214":3,"215":9,"221":27,"223":77,"224":9,"225":74,"23":30,"24":67,"25":17,"257":3,"26":23,"27":19,"279":18,"28":24,"282":7,"291":1,"292":4,"30":4,"31":7,"314":2,"32":4,"33":5,"34":7,"35":8,"352":67,"36":12,"37":2,"38":45,"380":2,"381":3,"383":4,"39":9,"40":7,"409":2,"41":4,"414":1,"415":32,"419":1,"42":9,"426":4,"43":4,"430":2,"44":6,"45":5,"46":16,"49":6,"5":46,"51":4,"52":3,"53":4,"56":1,"570":1,"6":12,"63":1,"7":26,"79":1,"8":8,"80":1,"9":25,"all_client":11969,"all_tv_clinet":1113,"insert_time":"2014-08-19T19:33:35.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10815,"10":4,"107":57,"11":43,"12":1,"13":39,"14":15,"15":3,"155":3,"158":1,"16":5,"161":7,"167":3,"18":75,"19":6,"20":1,"209":3,"21":32,"214":3,"215":6,"221":29,"223":75,"224":9,"225":72,"23":26,"24":67,"25":16,"257":2,"26":23,"27":20,"279":18,"28":24,"282":8,"291":2,"292":4,"30":2,"31":7,"314":1,"32":4,"33":5,"34":8,"35":9,"352":64,"36":11,"37":2,"38":41,"380":3,"381":3,"383":3,"39":9,"40":7,"409":2,"41":4,"414":2,"415":31,"419":1,"42":8,"426":3,"43":4,"430":3,"44":6,"45":5,"46":17,"49":7,"5":47,"51":3,"52":3,"53":4,"56":1,"570":1,"6":12,"63":1,"7":25,"79":1,"8":8,"80":1,"9":24,"all_client":11920,"all_tv_clinet":1105,"insert_time":"2014-08-19T19:34:35.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10793,"10":4,"107":55,"11":43,"12":1,"13":38,"14":15,"15":3,"155":3,"158":1,"16":6,"161":6,"167":2,"18":77,"19":6,"20":1,"209":3,"21":34,"214":2,"215":6,"221":30,"223":73,"224":10,"225":75,"23":27,"24":65,"25":13,"257":2,"26":22,"27":19,"279":18,"28":24,"282":8,"291":3,"292":4,"30":2,"31":7,"314":1,"32":4,"33":5,"34":7,"35":10,"352":62,"36":10,"37":2,"38":37,"380":3,"381":3,"383":3,"39":9,"40":7,"409":2,"41":5,"414":3,"415":31,"419":1,"42":6,"426":2,"43":3,"430":3,"44":6,"45":5,"46":18,"49":7,"5":48,"51":3,"52":3,"53":4,"56":1,"570":1,"6":12,"63":1,"7":25,"79":1,"8":8,"80":1,"9":24,"all_client":11888,"all_tv_clinet":1095,"insert_time":"2014-08-19T19:35:35.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10762,"10":3,"107":51,"11":42,"12":1,"13":38,"14":16,"15":2,"155":4,"158":1,"16":6,"161":5,"167":2,"18":76,"19":6,"20":1,"209":3,"21":34,"214":2,"215":6,"221":27,"223":74,"224":11,"225":74,"23":27,"24":65,"25":13,"257":2,"26":23,"268":1,"27":19,"279":18,"28":23,"282":8,"291":3,"292":4,"30":2,"31":7,"314":1,"32":4,"33":4,"34":7,"35":9,"352":60,"36":10,"37":2,"38":40,"380":3,"381":3,"383":3,"39":8,"40":6,"409":2,"41":7,"414":3,"415":29,"419":1,"42":4,"426":2,"43":3,"430":3,"44":6,"45":5,"46":18,"49":7,"5":48,"51":4,"52":4,"53":3,"56":1,"570":1,"6":11,"63":1,"7":25,"79":1,"8":8,"80":1,"9":24,"all_client":11844,"all_tv_clinet":1082,"insert_time":"2014-08-19T19:36:35.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10717,"10":3,"107":46,"11":41,"12":1,"13":39,"14":16,"15":2,"155":4,"158":1,"16":7,"161":6,"167":2,"18":74,"19":6,"20":1,"209":3,"21":36,"210":1,"214":2,"215":6,"221":27,"223":73,"224":12,"225":76,"23":29,"24":69,"25":12,"257":2,"26":23,"268":1,"27":18,"279":18,"28":23,"282":8,"291":2,"292":4,"30":2,"31":6,"314":2,"32":4,"33":4,"34":7,"35":9,"352":61,"36":10,"37":2,"38":41,"380":2,"381":4,"383":3,"39":8,"40":6,"409":2,"41":6,"414":4,"415":27,"419":1,"42":4,"426":2,"43":2,"430":3,"44":5,"45":5,"46":18,"49":7,"5":47,"51":4,"52":5,"53":3,"570":1,"6":11,"63":1,"7":25,"79":1,"8":8,"80":1,"9":24,"all_client":11799,"all_tv_clinet":1082,"insert_time":"2014-08-19T19:37:36.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10657,"10":3,"107":53,"11":41,"12":1,"13":39,"14":16,"15":2,"155":4,"158":1,"16":5,"161":6,"167":1,"18":75,"19":6,"20":1,"209":3,"21":36,"210":1,"214":2,"215":6,"221":25,"223":76,"224":11,"225":78,"23":30,"24":67,"25":11,"257":2,"26":24,"268":1,"27":17,"279":16,"28":24,"282":9,"291":2,"292":4,"30":2,"31":7,"314":2,"32":4,"33":3,"34":7,"35":8,"352":58,"36":8,"37":2,"38":43,"380":2,"381":4,"383":3,"39":7,"40":4,"409":2,"41":6,"414":4,"415":27,"419":1,"42":5,"426":2,"43":1,"430":3,"44":5,"45":5,"46":18,"49":7,"5":46,"51":4,"52":5,"53":3,"570":1,"6":11,"63":1,"7":25,"79":1,"8":8,"80":1,"9":23,"all_client":11735,"all_tv_clinet":1078,"insert_time":"2014-08-19T19:38:36.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10591,"10":3,"107":52,"11":41,"12":2,"13":40,"14":16,"15":2,"155":3,"158":1,"159":1,"16":4,"161":7,"167":1,"18":77,"19":5,"20":1,"209":3,"21":35,"210":1,"214":2,"215":6,"221":23,"223":76,"224":12,"225":81,"23":31,"24":66,"25":11,"257":2,"26":23,"27":16,"279":16,"28":24,"282":9,"291":2,"292":4,"30":2,"31":6,"314":2,"32":3,"33":5,"34":7,"35":9,"352":62,"36":10,"37":2,"38":39,"380":2,"381":4,"383":2,"39":7,"40":4,"409":2,"41":6,"414":4,"415":26,"419":1,"42":5,"426":2,"43":1,"430":3,"44":4,"45":5,"46":17,"49":7,"5":46,"51":3,"52":5,"53":4,"570":1,"6":12,"63":1,"7":25,"79":1,"8":9,"80":1,"9":23,"all_client":11670,"all_tv_clinet":1079,"insert_time":"2014-08-19T19:39:36.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10559,"10":3,"107":49,"11":43,"12":2,"13":40,"14":16,"15":2,"155":3,"158":1,"159":1,"16":4,"161":7,"167":1,"18":76,"19":5,"20":1,"209":3,"21":38,"210":1,"214":2,"215":7,"221":24,"223":76,"224":13,"225":76,"23":32,"24":64,"25":10,"257":3,"26":24,"27":15,"279":16,"28":24,"282":9,"291":2,"292":4,"30":2,"31":6,"314":2,"32":3,"33":5,"34":6,"35":9,"352":66,"36":9,"37":2,"38":38,"380":2,"381":4,"383":2,"39":7,"40":4,"409":2,"41":6,"414":4,"415":27,"419":1,"42":6,"43":1,"430":2,"433":1,"44":5,"45":5,"46":17,"49":7,"5":44,"51":3,"52":4,"53":4,"570":1,"6":12,"63":1,"7":25,"79":1,"8":9,"80":1,"9":25,"all_client":11637,"all_tv_clinet":1078,"insert_time":"2014-08-19T19:40:36.371Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10523,"10":3,"107":48,"11":44,"12":2,"13":43,"14":17,"15":2,"155":3,"158":1,"159":1,"16":4,"161":7,"167":1,"18":74,"19":5,"20":1,"209":3,"21":39,"210":1,"214":2,"215":6,"221":24,"223":79,"224":12,"225":78,"23":32,"24":61,"25":9,"257":3,"26":23,"27":13,"273":1,"279":16,"28":24,"282":9,"291":2,"292":4,"30":2,"31":6,"314":3,"32":3,"33":5,"34":6,"35":9,"352":67,"36":8,"37":2,"38":36,"380":2,"381":4,"383":2,"39":7,"40":4,"409":2,"41":6,"414":4,"415":23,"419":1,"42":6,"43":1,"430":2,"433":1,"44":6,"45":5,"46":17,"49":8,"5":41,"51":3,"52":4,"53":4,"570":1,"6":12,"63":1,"7":24,"79":1,"8":9,"80":1,"9":26,"all_client":11595,"all_tv_clinet":1072,"insert_time":"2014-08-19T19:41:36.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10483,"10":3,"107":50,"11":44,"12":1,"13":46,"14":18,"15":2,"155":3,"158":1,"16":4,"161":5,"167":1,"18":75,"19":6,"20":1,"209":3,"21":40,"210":1,"214":2,"215":7,"221":26,"223":78,"224":11,"225":79,"23":31,"24":60,"25":9,"257":3,"26":22,"268":1,"27":12,"273":1,"279":16,"28":24,"282":9,"291":2,"292":4,"30":2,"31":5,"314":3,"32":3,"33":3,"34":6,"35":9,"352":64,"36":9,"37":2,"38":36,"380":2,"381":5,"383":1,"39":6,"40":4,"409":2,"41":7,"414":4,"415":22,"419":1,"42":7,"43":1,"430":2,"433":1,"44":6,"45":5,"46":16,"49":7,"5":41,"51":2,"52":4,"53":4,"570":1,"6":11,"63":1,"7":23,"79":1,"8":8,"80":1,"9":27,"all_client":11549,"all_tv_clinet":1066,"insert_time":"2014-08-19T19:42:36.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10418,"10":3,"107":52,"11":42,"12":1,"13":47,"14":20,"15":2,"155":3,"158":1,"16":4,"161":5,"167":1,"18":72,"19":6,"20":1,"209":3,"21":38,"210":1,"214":2,"215":6,"221":28,"223":79,"224":11,"225":79,"23":31,"24":59,"25":8,"257":2,"26":23,"268":1,"27":12,"273":1,"279":16,"28":24,"282":9,"291":3,"292":4,"30":2,"31":5,"314":2,"32":3,"33":3,"34":6,"35":8,"352":64,"36":8,"37":1,"38":37,"380":2,"381":5,"383":1,"39":6,"40":4,"409":2,"41":8,"414":4,"415":22,"419":1,"42":7,"43":2,"430":2,"433":1,"44":5,"45":6,"46":16,"49":7,"5":41,"51":3,"52":4,"53":4,"570":1,"6":10,"63":1,"7":23,"79":1,"8":9,"80":1,"9":25,"all_client":11481,"all_tv_clinet":1063,"insert_time":"2014-08-19T19:43:36.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10379,"10":3,"107":48,"11":39,"12":1,"13":46,"14":20,"15":2,"155":3,"158":1,"16":4,"161":4,"167":1,"18":71,"19":5,"20":1,"209":5,"21":35,"210":1,"214":2,"215":6,"221":28,"223":78,"224":10,"225":78,"23":31,"24":58,"25":8,"257":2,"26":23,"268":1,"27":13,"273":2,"279":16,"28":24,"282":9,"291":3,"292":4,"30":2,"31":5,"314":1,"32":3,"33":3,"34":6,"35":8,"352":66,"36":9,"37":1,"38":39,"380":2,"381":5,"383":1,"39":6,"40":4,"409":2,"41":8,"414":4,"415":22,"419":1,"42":8,"43":2,"430":2,"433":1,"44":5,"45":5,"46":16,"49":8,"5":41,"51":3,"52":3,"53":3,"570":1,"6":9,"63":1,"7":24,"79":2,"8":7,"80":1,"9":25,"all_client":11430,"all_tv_clinet":1051,"insert_time":"2014-08-19T19:44:36.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10329,"10":3,"107":51,"11":39,"12":1,"13":43,"14":20,"15":2,"155":3,"158":1,"16":4,"161":4,"167":1,"18":73,"19":6,"20":1,"209":5,"21":35,"210":1,"214":2,"215":6,"221":31,"223":78,"224":10,"225":72,"23":33,"24":55,"25":8,"257":2,"26":24,"268":1,"27":13,"273":2,"279":15,"28":26,"282":7,"291":3,"292":4,"30":2,"31":5,"32":2,"33":3,"34":6,"35":9,"352":65,"36":7,"37":1,"38":38,"380":2,"381":5,"383":2,"39":5,"40":5,"409":2,"41":8,"414":4,"415":22,"419":1,"42":7,"43":2,"430":2,"433":1,"44":6,"45":5,"46":15,"49":8,"5":38,"51":3,"52":3,"53":3,"570":1,"6":9,"63":1,"7":26,"79":2,"8":6,"80":1,"9":26,"all_client":11373,"all_tv_clinet":1044,"insert_time":"2014-08-19T19:45:36.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10300,"10":3,"107":49,"11":39,"12":1,"13":43,"14":21,"15":2,"155":3,"158":1,"16":3,"161":4,"167":1,"18":73,"19":6,"20":1,"209":5,"21":35,"210":1,"214":2,"215":6,"221":28,"223":74,"224":7,"225":72,"23":32,"24":54,"25":9,"257":2,"26":23,"268":1,"27":13,"273":2,"279":15,"28":27,"282":7,"291":4,"292":4,"30":2,"31":5,"32":3,"33":3,"34":6,"35":9,"352":66,"36":7,"37":1,"38":37,"380":2,"381":5,"383":2,"39":5,"40":4,"409":1,"41":7,"414":4,"415":23,"419":1,"42":7,"43":1,"430":2,"433":1,"44":6,"45":4,"46":15,"49":7,"5":38,"51":3,"52":3,"53":3,"570":1,"6":9,"63":1,"7":27,"79":2,"8":7,"80":1,"9":27,"all_client":11331,"all_tv_clinet":1031,"insert_time":"2014-08-19T19:46:36.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10258,"10":4,"107":49,"11":39,"12":1,"13":40,"14":21,"15":2,"155":3,"158":1,"16":2,"161":4,"167":1,"18":72,"19":5,"20":1,"209":5,"21":34,"210":1,"214":2,"215":6,"221":30,"223":73,"224":7,"225":71,"23":29,"24":54,"25":8,"257":2,"26":22,"268":1,"27":13,"273":2,"279":15,"28":27,"282":5,"291":4,"292":3,"30":2,"31":5,"32":3,"33":3,"34":6,"35":9,"352":69,"36":8,"37":1,"38":36,"380":2,"381":5,"383":2,"39":4,"40":4,"409":1,"41":6,"414":4,"415":23,"419":1,"42":7,"43":1,"430":2,"433":1,"44":6,"45":4,"46":13,"49":7,"5":38,"51":3,"52":3,"53":3,"570":1,"6":10,"63":2,"7":26,"79":2,"8":7,"80":1,"9":29,"all_client":11277,"all_tv_clinet":1019,"insert_time":"2014-08-19T19:47:36.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10188,"10":3,"107":47,"11":37,"12":1,"13":39,"14":20,"15":2,"155":3,"158":1,"16":2,"161":4,"167":1,"18":74,"19":5,"20":1,"209":5,"21":33,"210":1,"214":2,"215":8,"221":28,"223":75,"224":7,"225":72,"23":29,"24":56,"25":9,"257":2,"26":22,"27":12,"273":3,"279":15,"28":27,"282":5,"291":4,"292":3,"30":2,"31":5,"32":3,"33":3,"34":6,"35":8,"352":68,"36":9,"37":1,"38":36,"380":2,"381":5,"383":1,"39":4,"40":4,"409":1,"41":5,"414":4,"415":23,"419":1,"42":7,"43":1,"430":2,"433":1,"44":6,"45":3,"46":15,"49":8,"5":38,"51":4,"52":3,"53":4,"570":1,"6":10,"63":2,"7":25,"79":2,"8":7,"80":1,"9":29,"all_client":11206,"all_tv_clinet":1018,"insert_time":"2014-08-19T19:48:37.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10126,"10":3,"107":49,"11":38,"12":1,"13":38,"14":20,"15":3,"155":3,"158":1,"16":3,"161":4,"167":1,"18":73,"19":5,"20":2,"209":5,"21":34,"210":1,"214":2,"215":8,"221":29,"223":76,"224":8,"225":71,"23":30,"24":56,"25":8,"257":1,"26":21,"27":11,"273":3,"279":15,"28":26,"282":4,"291":4,"292":3,"30":2,"31":4,"32":3,"33":3,"34":6,"35":7,"352":68,"36":9,"37":1,"38":34,"380":2,"381":5,"383":1,"39":4,"40":4,"409":1,"41":5,"414":3,"415":21,"419":1,"42":7,"426":1,"43":1,"430":1,"433":1,"44":6,"45":3,"46":16,"49":8,"5":38,"51":4,"52":4,"53":5,"570":1,"6":10,"63":2,"7":24,"79":2,"8":7,"80":1,"9":29,"all_client":11141,"all_tv_clinet":1015,"insert_time":"2014-08-19T19:49:37.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10061,"10":2,"107":52,"11":36,"12":1,"13":41,"14":20,"15":3,"155":3,"158":1,"16":3,"161":4,"167":1,"18":73,"19":4,"20":2,"209":5,"21":34,"210":1,"214":2,"215":9,"221":30,"223":75,"224":10,"225":69,"23":30,"24":57,"25":7,"257":1,"26":20,"27":12,"273":3,"279":16,"28":25,"282":4,"291":4,"292":3,"30":2,"31":5,"32":3,"33":3,"34":5,"35":7,"352":63,"36":9,"37":1,"38":33,"380":2,"381":5,"383":1,"39":4,"40":5,"409":1,"41":5,"414":4,"415":24,"42":6,"426":1,"43":1,"430":2,"433":1,"44":6,"45":3,"46":16,"49":7,"5":38,"51":3,"52":3,"53":5,"570":1,"6":10,"63":2,"7":23,"79":1,"8":8,"80":1,"9":28,"all_client":11072,"all_tv_clinet":1011,"insert_time":"2014-08-19T19:50:37.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10041,"10":1,"107":55,"11":38,"12":1,"13":40,"14":20,"15":3,"155":3,"158":1,"159":1,"16":3,"161":3,"167":1,"18":74,"19":3,"20":1,"209":5,"21":34,"210":1,"214":2,"215":8,"221":28,"223":72,"224":10,"225":71,"23":31,"24":57,"25":5,"257":1,"26":18,"268":1,"27":11,"273":3,"279":15,"28":26,"282":4,"291":4,"292":3,"30":2,"31":5,"32":3,"33":4,"34":5,"35":7,"352":61,"36":10,"37":1,"38":32,"380":2,"381":4,"383":1,"39":4,"40":5,"409":1,"41":4,"414":4,"415":24,"42":5,"426":1,"43":3,"430":2,"433":1,"44":6,"45":3,"46":18,"49":7,"5":39,"51":3,"52":4,"53":3,"570":1,"6":10,"63":2,"7":23,"79":1,"8":8,"80":1,"9":28,"all_client":11047,"all_tv_clinet":1006,"insert_time":"2014-08-19T19:51:37.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10008,"10":1,"107":53,"11":40,"12":1,"13":38,"14":18,"15":3,"155":3,"158":1,"159":1,"16":2,"161":2,"167":1,"18":73,"19":3,"20":1,"209":5,"21":33,"214":2,"215":8,"221":28,"223":69,"224":10,"225":71,"23":29,"24":58,"25":5,"257":1,"26":18,"268":1,"27":11,"273":3,"279":15,"28":27,"282":4,"291":4,"292":3,"30":2,"31":4,"32":3,"33":4,"34":5,"35":7,"352":60,"36":10,"37":1,"38":29,"380":2,"381":3,"383":1,"39":6,"40":4,"409":1,"41":4,"414":4,"415":24,"42":5,"426":1,"43":3,"430":2,"433":1,"44":6,"45":3,"46":17,"49":8,"5":36,"51":3,"52":4,"53":3,"570":1,"6":11,"63":2,"7":22,"79":1,"8":8,"80":1,"9":29,"all_client":10995,"all_tv_clinet":987,"insert_time":"2014-08-19T19:52:37.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9937,"10":1,"107":52,"11":41,"12":1,"13":39,"14":18,"15":3,"155":3,"158":1,"159":1,"16":2,"161":2,"167":1,"18":74,"19":3,"20":1,"209":5,"21":32,"214":2,"215":8,"221":29,"223":65,"224":9,"225":69,"23":28,"24":54,"25":6,"257":1,"26":17,"268":1,"27":12,"273":3,"279":14,"28":28,"282":4,"291":4,"292":3,"30":2,"31":4,"32":3,"33":4,"34":5,"35":7,"352":63,"36":9,"37":1,"38":33,"380":3,"381":3,"383":1,"39":7,"40":4,"409":1,"41":4,"414":4,"415":23,"42":5,"426":1,"43":3,"430":2,"433":1,"44":7,"45":3,"46":16,"49":9,"5":39,"51":3,"52":4,"53":2,"570":1,"6":12,"63":2,"7":21,"79":1,"8":8,"80":1,"9":29,"all_client":10925,"all_tv_clinet":988,"insert_time":"2014-08-19T19:53:37.460Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9874,"10":1,"107":50,"11":39,"12":1,"13":42,"14":17,"15":3,"155":3,"158":1,"159":1,"16":2,"161":1,"167":2,"18":77,"19":3,"20":1,"209":5,"21":32,"214":2,"215":7,"221":27,"223":63,"224":11,"225":66,"23":27,"24":53,"25":6,"257":2,"26":18,"268":1,"27":12,"273":3,"279":13,"28":28,"282":4,"291":4,"292":3,"30":2,"31":4,"32":3,"33":5,"34":5,"35":7,"352":65,"36":10,"37":1,"38":31,"380":3,"381":3,"383":1,"39":7,"40":4,"41":4,"414":4,"415":24,"42":6,"426":1,"43":1,"430":2,"433":1,"44":7,"45":4,"46":15,"49":9,"5":38,"51":3,"52":4,"53":2,"570":1,"6":11,"63":2,"7":21,"79":1,"8":8,"80":1,"9":32,"all_client":10858,"all_tv_clinet":984,"insert_time":"2014-08-19T19:54:37.739Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9825,"10":2,"107":51,"11":41,"12":1,"13":45,"14":18,"15":3,"155":3,"158":1,"159":1,"16":2,"161":2,"167":2,"18":76,"19":3,"20":1,"209":5,"21":33,"214":1,"215":8,"221":28,"223":59,"224":11,"225":65,"23":27,"24":53,"25":5,"257":3,"26":17,"268":1,"27":12,"273":3,"279":12,"28":26,"282":4,"291":3,"292":3,"30":2,"31":4,"32":3,"33":4,"34":5,"35":7,"352":65,"36":10,"37":1,"38":31,"380":3,"381":3,"383":1,"39":8,"40":4,"41":4,"414":4,"415":25,"42":6,"426":1,"43":1,"430":2,"433":1,"44":7,"45":4,"46":15,"48":1,"49":9,"5":39,"51":3,"52":4,"53":2,"570":1,"6":10,"63":2,"7":21,"79":1,"8":8,"80":1,"9":29,"all_client":10808,"all_tv_clinet":983,"insert_time":"2014-08-19T19:55:37.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9774,"10":2,"107":51,"11":41,"12":1,"13":44,"14":18,"15":4,"155":3,"158":1,"159":1,"16":3,"161":2,"167":2,"18":77,"19":3,"20":1,"209":5,"21":35,"214":1,"215":7,"221":25,"223":63,"224":11,"225":64,"23":28,"24":52,"25":4,"257":3,"26":18,"268":1,"27":11,"273":3,"279":11,"28":26,"282":4,"291":3,"292":3,"30":2,"31":4,"314":1,"32":3,"33":4,"34":6,"35":7,"352":63,"36":10,"37":1,"38":31,"380":3,"381":3,"383":2,"39":8,"40":4,"41":4,"414":4,"415":24,"42":7,"426":1,"43":1,"430":2,"433":1,"44":7,"45":4,"46":16,"48":1,"49":9,"5":37,"51":3,"52":4,"53":2,"570":1,"6":9,"63":2,"7":21,"8":9,"80":1,"9":30,"all_client":10758,"all_tv_clinet":984,"insert_time":"2014-08-19T19:56:37.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9730,"10":2,"107":53,"11":43,"12":1,"13":45,"14":18,"15":4,"155":3,"159":1,"16":3,"161":3,"167":1,"17":1,"18":79,"19":3,"20":1,"209":4,"21":38,"214":1,"215":6,"221":25,"223":58,"224":11,"225":64,"23":28,"24":49,"25":6,"257":3,"26":14,"268":1,"27":11,"273":3,"279":11,"28":25,"282":4,"291":4,"292":3,"30":2,"31":4,"314":1,"32":3,"33":4,"34":6,"35":7,"352":58,"36":10,"37":1,"38":31,"380":3,"381":2,"383":2,"39":8,"40":4,"41":4,"414":4,"415":25,"42":7,"426":1,"43":1,"430":2,"433":1,"44":6,"45":4,"46":16,"48":1,"49":9,"5":36,"51":3,"52":4,"53":3,"570":1,"6":9,"63":2,"7":20,"8":9,"9":29,"all_client":10703,"all_tv_clinet":973,"insert_time":"2014-08-19T19:57:38.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9667,"10":2,"107":54,"11":42,"12":1,"13":45,"14":17,"15":4,"155":3,"159":1,"16":2,"160":1,"161":2,"167":1,"17":1,"18":82,"19":3,"20":1,"209":5,"21":36,"214":1,"215":5,"221":24,"223":59,"224":10,"225":64,"23":27,"24":47,"25":6,"257":2,"26":16,"268":1,"27":11,"273":3,"279":12,"28":24,"282":4,"291":4,"292":3,"30":2,"31":4,"314":1,"32":3,"33":4,"34":6,"35":5,"352":60,"36":9,"37":1,"38":33,"380":3,"381":2,"383":2,"39":8,"40":4,"41":5,"414":4,"415":25,"42":7,"426":1,"43":1,"430":1,"433":1,"44":6,"45":4,"46":15,"48":1,"49":10,"5":36,"51":3,"52":3,"53":3,"570":1,"6":9,"63":2,"7":22,"8":10,"9":29,"all_client":10639,"all_tv_clinet":972,"insert_time":"2014-08-19T19:58:38.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9614,"10":2,"107":59,"11":44,"12":1,"13":43,"14":15,"15":4,"155":3,"159":1,"16":1,"160":1,"161":2,"167":1,"17":1,"18":82,"19":3,"20":1,"209":5,"21":35,"214":1,"215":5,"221":25,"223":59,"224":11,"225":63,"23":26,"24":48,"25":6,"257":3,"26":15,"268":1,"27":10,"273":3,"279":12,"28":26,"282":3,"291":4,"292":3,"30":2,"31":4,"314":1,"32":3,"33":4,"34":7,"35":5,"352":53,"36":9,"37":1,"38":31,"380":3,"381":2,"383":2,"39":8,"40":5,"41":5,"414":4,"415":26,"42":7,"426":1,"43":1,"433":1,"44":6,"45":4,"46":15,"48":1,"49":10,"5":37,"51":3,"52":3,"53":3,"570":1,"6":9,"63":2,"7":23,"8":10,"9":28,"all_client":10582,"all_tv_clinet":968,"insert_time":"2014-08-19T19:59:38.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9562,"10":2,"107":57,"11":45,"12":1,"13":42,"14":15,"15":4,"155":3,"159":1,"16":1,"160":1,"161":4,"167":1,"17":1,"18":80,"19":3,"20":2,"209":6,"21":35,"214":1,"215":4,"221":27,"223":59,"224":11,"225":62,"23":28,"24":47,"25":7,"257":3,"26":16,"27":10,"273":3,"279":11,"28":25,"282":3,"291":4,"292":3,"30":1,"31":4,"314":1,"32":3,"33":4,"34":7,"35":5,"352":55,"36":8,"37":1,"38":30,"380":3,"381":1,"383":3,"39":9,"397":1,"40":5,"41":6,"414":4,"415":26,"42":6,"426":1,"43":1,"433":1,"44":6,"45":4,"46":15,"48":1,"49":10,"5":38,"51":3,"52":3,"53":3,"570":1,"6":7,"63":2,"7":24,"8":11,"9":29,"all_client":10533,"all_tv_clinet":971,"insert_time":"2014-08-19T20:00:38.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9501,"10":2,"107":55,"11":43,"12":1,"13":41,"14":16,"15":4,"155":3,"159":1,"16":1,"160":1,"161":4,"167":1,"17":1,"18":77,"19":3,"20":3,"209":6,"21":34,"214":2,"215":5,"221":28,"223":60,"224":11,"225":60,"23":28,"24":47,"25":8,"257":3,"26":15,"27":10,"273":3,"279":9,"28":25,"282":2,"291":4,"292":3,"30":1,"31":4,"314":1,"32":3,"33":4,"34":7,"35":5,"352":56,"36":9,"37":1,"38":31,"380":3,"381":1,"383":3,"39":10,"397":1,"40":5,"41":6,"414":4,"415":28,"42":6,"426":1,"43":1,"433":2,"44":6,"45":3,"46":14,"48":1,"49":9,"5":37,"51":3,"52":3,"53":3,"570":1,"6":7,"63":2,"7":24,"8":10,"9":29,"all_client":10466,"all_tv_clinet":965,"insert_time":"2014-08-19T20:01:38.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9419,"10":2,"107":54,"11":43,"12":1,"13":41,"14":16,"15":3,"155":3,"159":1,"16":1,"160":1,"161":4,"167":1,"17":1,"18":79,"19":4,"20":2,"209":6,"21":36,"214":2,"215":5,"221":28,"223":56,"224":10,"225":63,"23":31,"24":45,"25":8,"257":1,"26":15,"27":10,"273":3,"279":8,"28":24,"282":2,"291":3,"292":3,"30":2,"31":4,"314":1,"32":3,"33":4,"34":5,"35":6,"352":60,"36":10,"37":1,"38":30,"380":3,"381":1,"383":3,"39":10,"397":1,"40":4,"41":7,"414":4,"415":27,"42":6,"426":1,"43":1,"433":2,"44":6,"45":3,"46":15,"48":1,"49":10,"5":38,"51":3,"52":3,"53":3,"570":1,"6":6,"63":2,"7":24,"8":10,"9":29,"all_client":10385,"all_tv_clinet":966,"insert_time":"2014-08-19T20:02:38.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9366,"10":2,"107":56,"11":42,"12":1,"13":42,"14":17,"15":3,"155":4,"159":1,"16":1,"160":1,"161":5,"17":1,"18":75,"19":4,"20":2,"209":6,"21":37,"214":2,"215":5,"221":28,"223":55,"224":8,"225":66,"23":31,"24":44,"25":9,"26":14,"268":1,"27":10,"273":3,"279":6,"28":24,"282":2,"291":4,"292":3,"30":2,"31":4,"314":1,"32":2,"33":4,"34":5,"35":6,"352":56,"36":10,"37":1,"38":31,"380":3,"381":1,"383":3,"39":9,"397":1,"40":4,"41":7,"414":4,"415":29,"42":8,"426":1,"43":2,"433":2,"44":7,"45":3,"46":14,"48":1,"49":10,"5":43,"51":2,"52":4,"53":3,"570":1,"6":6,"63":2,"7":24,"8":8,"9":26,"all_client":10331,"all_tv_clinet":965,"insert_time":"2014-08-19T20:03:38.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9340,"10":2,"107":57,"11":42,"12":1,"13":39,"14":18,"15":4,"155":4,"159":1,"16":1,"160":1,"161":6,"17":1,"18":73,"19":3,"20":2,"209":6,"21":35,"214":2,"215":4,"221":24,"223":54,"224":8,"225":65,"23":30,"24":44,"25":10,"26":14,"268":1,"27":11,"273":3,"279":5,"28":24,"282":2,"291":4,"292":3,"30":2,"31":4,"314":1,"32":2,"33":4,"34":4,"35":6,"352":59,"36":9,"37":1,"38":30,"380":2,"381":1,"383":4,"39":10,"397":1,"40":4,"41":8,"414":4,"415":30,"42":8,"426":1,"43":2,"433":2,"44":7,"45":3,"46":16,"48":1,"49":9,"5":42,"51":3,"52":4,"53":3,"570":1,"6":6,"63":2,"7":24,"79":1,"8":8,"9":27,"all_client":10300,"all_tv_clinet":960,"insert_time":"2014-08-19T20:04:38.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9325,"10":2,"107":57,"11":43,"12":1,"13":39,"14":20,"15":4,"155":4,"159":1,"16":1,"160":1,"161":7,"17":1,"18":72,"19":3,"20":2,"209":6,"21":34,"214":2,"215":5,"221":23,"223":54,"224":8,"225":64,"23":31,"24":44,"25":9,"26":15,"268":1,"27":11,"273":3,"279":4,"28":24,"282":2,"291":4,"292":3,"30":1,"31":4,"314":1,"32":2,"33":4,"34":5,"35":6,"352":59,"36":8,"37":1,"38":30,"380":2,"381":1,"383":4,"39":10,"397":1,"40":4,"41":9,"414":4,"415":30,"42":8,"426":1,"43":2,"433":2,"44":7,"45":3,"46":17,"48":1,"49":9,"5":44,"51":3,"52":4,"53":3,"570":1,"6":6,"63":2,"7":26,"79":1,"8":8,"9":23,"all_client":10287,"all_tv_clinet":962,"insert_time":"2014-08-19T20:05:38.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9298,"10":2,"107":61,"11":42,"12":1,"13":37,"14":20,"15":4,"155":4,"159":1,"16":2,"160":1,"161":7,"17":1,"18":71,"19":3,"20":2,"209":6,"21":33,"214":2,"215":6,"221":25,"223":52,"224":7,"225":63,"23":31,"24":45,"25":10,"257":2,"26":15,"268":1,"27":10,"273":3,"279":4,"28":24,"282":2,"291":4,"292":3,"30":1,"31":3,"314":1,"32":2,"33":4,"34":5,"35":6,"352":60,"36":8,"37":1,"38":29,"380":2,"381":1,"383":4,"39":10,"397":1,"40":4,"41":8,"414":4,"415":29,"42":8,"426":1,"43":2,"433":2,"44":6,"45":3,"46":19,"48":2,"49":10,"5":43,"51":3,"52":3,"53":3,"570":1,"6":6,"63":2,"7":27,"79":1,"8":8,"9":23,"all_client":10261,"all_tv_clinet":963,"insert_time":"2014-08-19T20:06:38.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9267,"10":2,"107":60,"11":42,"12":1,"13":36,"14":19,"15":3,"155":4,"16":2,"160":1,"161":7,"17":1,"18":72,"19":3,"20":2,"209":6,"21":34,"210":1,"214":2,"215":7,"221":24,"223":50,"224":6,"225":67,"23":33,"24":46,"25":10,"257":2,"26":18,"268":1,"27":10,"273":3,"279":5,"28":23,"282":2,"291":4,"292":3,"30":1,"31":3,"314":1,"32":3,"33":4,"34":5,"35":6,"352":59,"36":9,"37":1,"38":28,"380":2,"381":2,"383":4,"39":9,"397":1,"40":4,"41":7,"414":4,"415":28,"42":8,"43":3,"433":1,"44":6,"45":4,"46":17,"48":2,"49":11,"5":42,"51":3,"52":3,"53":4,"570":1,"6":5,"63":2,"7":27,"79":1,"8":8,"9":23,"all_client":10231,"all_tv_clinet":964,"insert_time":"2014-08-19T20:07:38.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9216,"10":2,"107":59,"11":42,"12":1,"13":36,"14":18,"15":3,"155":4,"16":2,"160":1,"161":10,"17":1,"18":71,"19":3,"20":2,"209":6,"21":35,"210":1,"214":2,"215":7,"221":25,"223":51,"224":8,"225":66,"23":33,"24":44,"25":10,"257":2,"26":19,"268":1,"27":11,"273":3,"279":4,"28":21,"282":2,"291":5,"292":3,"30":1,"31":3,"314":1,"32":3,"33":4,"34":6,"35":5,"352":61,"36":9,"37":1,"38":29,"380":2,"381":2,"383":4,"39":9,"397":1,"40":3,"41":7,"414":4,"415":28,"42":8,"43":3,"433":1,"44":6,"45":4,"46":16,"48":2,"49":12,"5":46,"51":3,"52":3,"53":4,"570":1,"6":5,"63":2,"7":23,"79":1,"8":7,"9":25,"all_client":10185,"all_tv_clinet":969,"insert_time":"2014-08-19T20:08:38.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9176,"10":2,"107":52,"11":41,"12":1,"13":35,"14":17,"15":3,"155":3,"16":1,"160":1,"161":11,"17":1,"18":70,"19":3,"20":2,"209":6,"21":34,"210":1,"214":2,"215":6,"221":21,"223":50,"224":9,"225":66,"23":33,"24":42,"25":8,"257":1,"26":19,"268":1,"27":12,"273":3,"279":3,"28":19,"282":2,"291":5,"292":3,"30":1,"31":4,"314":1,"32":2,"33":2,"34":7,"35":5,"352":63,"36":9,"37":1,"38":33,"380":2,"381":2,"383":4,"39":10,"396":1,"397":1,"40":3,"41":7,"414":6,"415":28,"42":7,"43":3,"433":1,"44":5,"45":4,"46":16,"48":2,"49":12,"5":48,"51":3,"52":3,"53":6,"570":1,"6":5,"63":2,"7":24,"79":1,"8":6,"9":26,"all_client":10132,"all_tv_clinet":956,"insert_time":"2014-08-19T20:09:39.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9132,"10":2,"107":54,"11":39,"12":1,"13":34,"14":16,"15":2,"155":3,"16":1,"161":12,"17":1,"18":69,"19":3,"20":2,"209":6,"21":34,"210":1,"214":2,"215":6,"221":19,"223":51,"224":9,"225":65,"23":32,"24":43,"25":7,"257":1,"26":16,"268":1,"27":12,"273":2,"279":2,"28":19,"282":2,"291":5,"292":3,"30":2,"31":4,"314":1,"32":1,"33":2,"34":7,"35":5,"352":65,"36":8,"37":1,"38":35,"380":2,"381":2,"383":4,"39":10,"391":1,"396":1,"397":1,"40":3,"41":8,"414":6,"415":28,"42":6,"43":3,"433":1,"44":5,"45":4,"46":17,"48":2,"49":12,"5":51,"51":3,"52":3,"53":5,"570":1,"6":5,"63":3,"7":24,"79":1,"8":5,"9":26,"all_client":10083,"all_tv_clinet":951,"insert_time":"2014-08-19T20:10:39.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9096,"10":2,"107":57,"11":38,"12":1,"13":33,"14":17,"15":2,"155":3,"16":1,"161":11,"17":1,"18":70,"19":3,"20":2,"209":6,"21":35,"210":1,"214":2,"215":6,"221":18,"223":52,"224":10,"225":65,"23":30,"24":43,"25":7,"257":1,"26":15,"268":1,"27":12,"273":2,"279":2,"28":19,"282":2,"291":5,"292":3,"30":2,"31":4,"314":1,"32":1,"33":2,"34":7,"35":5,"352":65,"36":8,"37":1,"38":34,"380":2,"381":2,"383":4,"39":11,"391":1,"396":1,"397":1,"40":3,"41":7,"414":5,"415":28,"42":6,"43":3,"433":1,"44":5,"45":4,"46":16,"48":2,"49":11,"5":49,"51":3,"52":2,"53":5,"570":1,"6":3,"63":3,"7":27,"79":1,"8":5,"9":25,"all_client":10041,"all_tv_clinet":945,"insert_time":"2014-08-19T20:11:39.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9035,"10":3,"107":61,"11":37,"12":1,"13":32,"14":16,"15":2,"155":3,"16":1,"161":10,"17":1,"18":69,"19":3,"20":2,"209":6,"21":34,"210":1,"214":3,"215":6,"221":17,"223":51,"224":10,"225":69,"23":25,"24":41,"25":7,"257":2,"26":16,"268":1,"27":12,"273":2,"279":2,"28":19,"282":2,"291":5,"292":3,"30":2,"31":4,"32":1,"33":2,"34":6,"35":5,"352":66,"36":8,"37":1,"38":34,"380":2,"381":2,"383":5,"39":10,"391":1,"397":1,"40":3,"41":7,"414":5,"415":30,"419":1,"42":6,"43":3,"433":1,"44":5,"45":4,"46":15,"48":1,"49":10,"5":51,"51":3,"52":2,"53":5,"6":3,"63":2,"7":29,"79":1,"8":5,"9":25,"all_client":9977,"all_tv_clinet":942,"insert_time":"2014-08-19T20:12:39.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9013,"10":3,"107":61,"11":38,"12":1,"13":33,"14":15,"15":2,"155":3,"16":1,"161":9,"17":1,"18":69,"19":3,"20":2,"209":6,"21":35,"210":1,"214":3,"215":7,"221":20,"223":50,"224":10,"225":67,"23":23,"24":41,"25":6,"257":2,"26":15,"268":1,"27":12,"273":2,"279":2,"28":20,"282":2,"291":5,"292":3,"30":2,"31":4,"32":1,"33":2,"34":6,"35":4,"352":64,"36":7,"37":1,"38":36,"380":2,"381":2,"383":5,"39":10,"391":1,"40":3,"41":8,"414":4,"415":28,"419":1,"42":6,"43":3,"433":1,"44":5,"45":4,"46":15,"48":1,"49":10,"5":53,"51":3,"52":2,"53":5,"6":3,"63":2,"7":30,"79":1,"8":6,"9":26,"all_client":9954,"all_tv_clinet":941,"insert_time":"2014-08-19T20:13:39.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8991,"10":4,"107":58,"11":40,"12":1,"13":33,"14":14,"15":3,"155":3,"16":1,"161":9,"17":1,"18":70,"19":3,"20":2,"209":6,"21":34,"210":1,"214":3,"215":5,"221":21,"223":50,"224":10,"225":66,"23":23,"24":40,"25":6,"257":2,"26":15,"268":1,"27":12,"273":1,"279":3,"28":19,"282":2,"291":5,"292":3,"30":2,"31":4,"32":1,"33":2,"34":5,"35":4,"352":65,"36":6,"37":1,"38":37,"380":2,"381":2,"383":5,"39":9,"40":3,"41":6,"414":4,"415":28,"419":1,"42":6,"43":3,"44":5,"45":4,"46":15,"48":1,"49":10,"5":54,"51":3,"52":1,"53":5,"570":1,"6":3,"63":2,"7":29,"79":1,"8":5,"9":28,"all_client":9924,"all_tv_clinet":933,"insert_time":"2014-08-19T20:14:39.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8943,"10":3,"107":58,"11":39,"12":1,"13":35,"14":14,"15":3,"155":4,"16":1,"161":9,"18":68,"19":3,"20":2,"209":6,"21":34,"210":1,"214":3,"215":5,"221":22,"223":49,"224":10,"225":65,"23":23,"24":38,"25":6,"257":2,"26":15,"268":1,"27":12,"273":1,"279":3,"28":19,"282":2,"291":5,"292":3,"30":2,"31":4,"33":2,"34":5,"347":1,"35":4,"352":65,"36":6,"37":1,"38":38,"380":2,"381":2,"383":5,"39":9,"40":3,"41":6,"414":4,"415":27,"419":1,"42":5,"43":3,"44":4,"45":4,"46":15,"48":1,"49":10,"5":54,"51":3,"52":2,"53":5,"570":1,"6":3,"63":3,"7":29,"79":1,"8":7,"9":29,"all_client":9874,"all_tv_clinet":931,"insert_time":"2014-08-19T20:15:39.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8888,"10":3,"107":56,"11":40,"12":1,"13":39,"14":15,"15":3,"155":4,"16":1,"161":9,"167":1,"18":69,"19":3,"20":1,"209":5,"21":33,"210":1,"214":3,"215":5,"221":23,"223":48,"224":10,"225":63,"23":22,"24":36,"25":6,"257":1,"26":13,"268":1,"27":12,"273":1,"279":3,"28":21,"282":2,"291":5,"292":3,"30":2,"31":4,"32":1,"33":2,"34":5,"347":1,"35":4,"352":66,"36":6,"37":1,"38":41,"380":2,"381":2,"383":5,"39":6,"40":3,"41":6,"414":4,"415":27,"419":1,"42":5,"43":3,"44":5,"45":4,"46":15,"48":1,"49":9,"5":55,"51":4,"52":2,"53":5,"570":1,"6":3,"63":3,"7":29,"8":7,"9":30,"all_client":9820,"all_tv_clinet":932,"insert_time":"2014-08-19T20:16:39.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8853,"10":3,"107":53,"11":38,"12":1,"13":39,"14":14,"15":3,"155":4,"16":1,"161":9,"167":1,"18":67,"19":4,"20":1,"209":5,"21":35,"210":1,"214":3,"215":5,"221":23,"223":47,"224":9,"225":65,"23":20,"24":34,"25":6,"257":1,"26":12,"268":1,"27":13,"273":2,"279":4,"28":20,"282":3,"291":5,"292":3,"30":3,"31":4,"314":1,"32":1,"33":2,"34":5,"347":1,"35":4,"352":67,"36":5,"37":1,"38":40,"380":2,"381":2,"383":5,"39":6,"40":3,"41":6,"414":4,"415":27,"419":1,"42":5,"43":3,"44":5,"45":4,"46":14,"48":1,"49":9,"5":52,"51":4,"52":2,"53":5,"570":1,"6":4,"63":3,"7":29,"8":7,"9":33,"all_client":9779,"all_tv_clinet":926,"insert_time":"2014-08-19T20:17:39.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8819,"10":3,"107":51,"11":40,"12":1,"13":37,"14":13,"15":3,"155":4,"16":1,"161":10,"167":1,"18":67,"19":4,"20":1,"209":5,"21":36,"210":1,"214":3,"215":5,"221":21,"223":46,"224":9,"225":61,"23":20,"24":35,"25":6,"257":2,"26":11,"268":1,"27":13,"273":2,"279":4,"28":20,"282":3,"291":5,"292":3,"30":3,"31":4,"314":1,"32":2,"33":1,"34":5,"35":4,"352":71,"36":5,"37":1,"38":43,"380":2,"381":2,"383":4,"39":6,"40":3,"41":8,"414":4,"415":27,"419":1,"42":5,"43":3,"44":5,"45":4,"46":14,"48":1,"49":9,"5":50,"51":4,"52":2,"53":5,"570":2,"6":4,"63":3,"7":30,"8":7,"9":33,"all_client":9745,"all_tv_clinet":926,"insert_time":"2014-08-19T20:18:39.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8764,"10":3,"107":49,"11":41,"12":1,"13":38,"14":13,"15":3,"155":4,"16":1,"161":11,"167":1,"18":67,"19":4,"209":4,"21":37,"210":1,"214":3,"215":5,"221":20,"223":44,"224":9,"225":64,"23":19,"24":36,"25":5,"257":3,"26":11,"268":1,"27":13,"273":2,"279":4,"28":19,"282":3,"291":5,"292":3,"30":3,"31":4,"314":1,"32":2,"33":1,"34":5,"35":5,"352":73,"36":5,"37":1,"38":41,"380":2,"381":2,"383":3,"39":6,"40":4,"41":8,"414":3,"415":28,"419":1,"42":5,"426":1,"43":3,"44":4,"45":2,"46":17,"48":1,"49":9,"5":50,"51":4,"52":2,"53":5,"570":2,"6":4,"63":3,"7":30,"8":7,"9":31,"all_client":9689,"all_tv_clinet":925,"insert_time":"2014-08-19T20:19:39.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8737,"10":3,"107":52,"11":43,"12":1,"13":37,"14":13,"15":3,"155":4,"16":1,"161":12,"167":1,"18":67,"19":4,"209":3,"21":37,"210":1,"214":3,"215":4,"221":20,"223":43,"224":8,"225":63,"23":20,"24":37,"25":5,"257":3,"26":11,"268":1,"27":13,"273":1,"279":4,"28":18,"282":3,"291":5,"292":3,"30":3,"31":4,"314":1,"32":2,"33":1,"34":5,"35":5,"352":75,"36":5,"37":1,"38":41,"380":2,"381":1,"383":3,"39":6,"40":4,"41":9,"414":3,"415":28,"419":1,"42":6,"426":1,"43":3,"44":4,"45":2,"46":19,"48":1,"49":10,"5":48,"51":4,"52":2,"53":5,"570":2,"6":3,"63":3,"7":32,"8":7,"9":31,"all_client":9667,"all_tv_clinet":930,"insert_time":"2014-08-19T20:20:40.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8714,"10":3,"107":49,"11":45,"12":1,"13":37,"14":13,"15":3,"155":3,"16":1,"161":13,"167":1,"18":67,"19":4,"209":2,"21":36,"210":1,"214":3,"215":4,"221":20,"223":44,"224":8,"225":63,"23":22,"24":36,"25":5,"257":3,"26":11,"268":1,"27":12,"273":1,"279":5,"28":19,"282":3,"291":5,"292":3,"30":3,"31":3,"314":1,"32":2,"33":1,"34":6,"35":5,"352":72,"36":5,"37":1,"38":43,"380":2,"381":3,"383":3,"39":8,"40":4,"41":9,"414":3,"415":30,"42":6,"426":1,"43":2,"430":1,"44":3,"45":2,"46":19,"48":1,"49":11,"5":48,"51":3,"52":1,"53":5,"570":2,"6":3,"63":3,"7":31,"8":7,"9":32,"all_client":9646,"all_tv_clinet":932,"insert_time":"2014-08-19T20:21:40.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8652,"10":3,"107":48,"11":44,"12":1,"13":37,"14":12,"15":3,"155":3,"16":1,"161":13,"167":1,"18":64,"19":4,"209":2,"21":37,"210":1,"214":3,"215":2,"221":21,"223":45,"224":7,"225":61,"23":26,"24":37,"25":4,"257":4,"26":13,"268":1,"27":12,"273":1,"279":5,"28":18,"282":3,"291":5,"292":3,"30":3,"31":3,"314":1,"32":1,"33":1,"34":6,"35":4,"352":70,"36":5,"37":1,"38":44,"380":2,"381":3,"383":3,"39":8,"40":4,"41":9,"414":4,"415":30,"42":8,"43":2,"430":1,"44":3,"45":2,"46":18,"48":1,"49":11,"5":49,"51":3,"52":2,"53":5,"570":2,"6":3,"63":3,"7":31,"8":7,"9":31,"all_client":9581,"all_tv_clinet":929,"insert_time":"2014-08-19T20:22:40.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8621,"10":3,"107":46,"11":44,"12":1,"13":38,"14":12,"15":3,"155":3,"16":1,"161":14,"167":1,"18":64,"19":4,"209":2,"21":34,"210":1,"214":3,"215":2,"221":21,"223":45,"224":7,"225":62,"23":26,"24":36,"25":5,"257":4,"26":13,"27":12,"273":1,"279":5,"28":16,"282":2,"291":5,"292":3,"30":2,"31":3,"314":1,"32":1,"33":1,"34":5,"35":3,"352":69,"36":6,"37":1,"38":45,"380":2,"381":3,"383":3,"39":9,"40":4,"41":10,"414":4,"415":29,"42":9,"43":2,"430":1,"44":3,"45":2,"46":17,"48":2,"49":11,"5":52,"51":3,"52":2,"53":5,"570":2,"6":3,"63":3,"7":30,"8":7,"9":30,"all_client":9545,"all_tv_clinet":924,"insert_time":"2014-08-19T20:23:40.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8581,"10":3,"107":45,"11":43,"12":1,"13":41,"14":12,"15":3,"155":3,"16":2,"161":11,"167":1,"18":62,"19":5,"209":2,"21":30,"210":1,"214":3,"215":2,"221":24,"223":46,"224":7,"225":65,"23":26,"24":40,"25":6,"257":3,"26":12,"27":12,"273":1,"279":5,"28":15,"282":2,"291":5,"292":3,"30":2,"31":3,"314":1,"32":1,"33":1,"34":5,"35":3,"352":66,"36":6,"37":1,"38":40,"380":2,"381":3,"383":3,"39":9,"391":1,"40":4,"41":9,"414":4,"415":27,"42":10,"43":2,"430":1,"44":3,"45":2,"46":17,"48":2,"49":11,"5":53,"51":3,"52":3,"53":4,"570":1,"6":3,"63":3,"7":30,"8":8,"9":32,"all_client":9502,"all_tv_clinet":921,"insert_time":"2014-08-19T20:24:40.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8572,"10":3,"107":43,"11":41,"12":1,"13":42,"14":11,"15":3,"155":3,"16":2,"161":12,"167":1,"18":60,"19":5,"209":2,"21":28,"214":3,"215":1,"221":23,"223":45,"224":7,"225":64,"23":25,"24":38,"25":6,"257":3,"26":11,"27":13,"273":1,"279":5,"28":16,"282":2,"291":5,"292":3,"30":1,"31":3,"314":1,"32":2,"33":1,"34":5,"35":4,"352":67,"36":6,"37":1,"38":39,"380":2,"381":3,"383":3,"39":10,"391":1,"40":4,"41":10,"414":4,"415":26,"42":10,"43":2,"430":1,"44":4,"45":2,"46":17,"48":2,"49":12,"5":53,"51":3,"52":3,"53":5,"570":2,"6":3,"63":2,"7":28,"8":8,"9":33,"all_client":9483,"all_tv_clinet":911,"insert_time":"2014-08-19T20:25:40.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8546,"10":3,"107":42,"11":39,"12":1,"13":44,"14":11,"15":3,"155":3,"16":2,"161":13,"167":1,"18":56,"19":5,"209":2,"21":27,"214":3,"215":1,"221":21,"223":43,"224":8,"225":61,"23":24,"24":38,"25":6,"257":3,"26":10,"27":13,"273":2,"279":5,"28":15,"282":2,"291":5,"292":3,"30":1,"31":3,"32":3,"33":1,"34":5,"35":4,"352":67,"36":6,"37":1,"38":36,"380":2,"381":3,"383":3,"39":9,"391":1,"40":4,"41":8,"414":4,"415":26,"42":9,"43":2,"430":1,"44":4,"45":2,"46":18,"48":2,"49":14,"5":55,"51":3,"52":3,"53":5,"570":2,"6":3,"63":2,"7":28,"8":8,"9":33,"all_client":9442,"all_tv_clinet":896,"insert_time":"2014-08-19T20:26:40.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8520,"10":3,"107":43,"11":36,"12":1,"13":45,"14":11,"15":3,"155":3,"16":2,"161":14,"167":1,"18":53,"19":5,"209":2,"21":24,"214":3,"215":1,"221":20,"223":43,"224":8,"225":60,"23":23,"24":38,"25":5,"257":2,"26":10,"27":13,"273":3,"279":5,"28":16,"282":2,"291":5,"292":3,"30":1,"31":3,"32":3,"33":1,"34":5,"35":4,"352":64,"36":7,"37":1,"38":33,"380":2,"381":3,"383":2,"39":10,"391":1,"40":4,"41":9,"414":4,"415":27,"42":9,"43":2,"44":4,"45":2,"46":19,"48":2,"49":14,"5":54,"51":3,"52":2,"53":3,"570":2,"6":3,"63":2,"7":28,"8":7,"9":34,"all_client":9400,"all_tv_clinet":880,"insert_time":"2014-08-19T20:27:40.488Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8477,"10":3,"107":42,"11":35,"12":1,"13":46,"14":12,"15":3,"155":3,"16":3,"161":14,"167":1,"18":52,"19":5,"209":3,"21":22,"214":3,"215":1,"221":20,"223":43,"224":7,"225":59,"23":25,"24":38,"25":5,"257":2,"26":10,"27":14,"273":3,"279":5,"28":14,"282":2,"291":5,"292":3,"30":1,"31":3,"32":3,"33":1,"34":5,"35":5,"352":67,"36":8,"37":1,"38":31,"380":2,"381":3,"383":2,"39":10,"391":1,"40":4,"41":8,"414":5,"415":26,"42":8,"43":2,"44":4,"45":2,"46":18,"48":2,"49":14,"5":50,"51":2,"52":1,"53":2,"570":2,"6":4,"63":2,"7":28,"8":7,"9":36,"all_client":9351,"all_tv_clinet":874,"insert_time":"2014-08-19T20:28:40.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8439,"10":3,"107":44,"11":35,"12":1,"13":43,"14":12,"15":2,"155":3,"16":3,"161":12,"167":1,"18":54,"19":5,"20":1,"209":3,"21":21,"214":3,"215":1,"221":20,"223":43,"224":7,"225":60,"23":25,"24":38,"25":5,"257":3,"26":10,"27":15,"273":2,"279":5,"28":13,"282":2,"291":5,"292":3,"30":1,"31":4,"314":1,"32":4,"33":1,"34":5,"35":5,"352":65,"36":8,"37":1,"38":30,"380":2,"381":3,"383":3,"39":11,"391":1,"40":4,"41":8,"414":5,"415":27,"42":8,"43":2,"44":3,"45":2,"46":16,"48":1,"49":15,"5":49,"51":2,"52":1,"53":2,"570":2,"6":4,"63":2,"7":29,"8":7,"9":37,"all_client":9313,"all_tv_clinet":874,"insert_time":"2014-08-19T20:29:40.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8410,"10":3,"107":48,"11":35,"12":1,"13":39,"14":12,"15":2,"155":3,"16":3,"161":11,"167":1,"18":53,"19":5,"20":1,"209":3,"21":20,"214":3,"215":1,"221":18,"223":44,"224":8,"225":63,"23":26,"24":40,"25":5,"257":5,"26":9,"27":15,"273":2,"279":5,"28":13,"282":3,"291":5,"292":3,"30":1,"31":3,"314":1,"32":4,"33":1,"34":5,"35":5,"352":65,"36":8,"37":1,"38":27,"380":2,"381":3,"383":3,"39":10,"40":4,"41":8,"414":4,"415":25,"42":8,"43":2,"44":3,"45":2,"46":16,"48":1,"49":15,"5":49,"51":2,"52":1,"53":2,"570":2,"6":5,"63":2,"7":29,"8":7,"9":36,"all_client":9280,"all_tv_clinet":870,"insert_time":"2014-08-19T20:30:40.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8409,"10":3,"107":47,"11":36,"12":1,"13":39,"14":12,"15":2,"155":3,"16":3,"161":11,"167":1,"18":54,"19":5,"20":1,"209":2,"21":22,"214":3,"215":1,"221":17,"223":40,"224":8,"225":59,"23":25,"24":42,"25":6,"257":5,"26":9,"27":14,"273":2,"279":5,"28":11,"282":3,"291":5,"292":3,"30":2,"31":3,"314":1,"32":6,"33":1,"34":6,"35":5,"352":64,"36":9,"37":1,"38":21,"380":2,"381":3,"383":3,"39":9,"40":5,"41":8,"414":4,"415":25,"42":8,"43":2,"44":3,"45":2,"46":18,"48":1,"49":16,"5":51,"51":3,"52":1,"53":3,"570":2,"6":5,"63":2,"7":29,"8":7,"9":36,"all_client":9276,"all_tv_clinet":867,"insert_time":"2014-08-19T20:31:40.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8392,"10":3,"107":45,"11":33,"12":1,"13":39,"14":12,"15":2,"155":3,"16":3,"161":10,"167":1,"18":54,"19":5,"20":1,"209":2,"21":24,"214":3,"215":2,"221":17,"223":38,"224":8,"225":61,"23":26,"24":44,"25":6,"257":4,"26":9,"27":13,"273":2,"279":6,"28":13,"282":4,"291":5,"292":3,"30":2,"31":3,"314":1,"32":4,"33":1,"34":6,"35":4,"352":65,"36":9,"37":1,"38":21,"380":2,"381":3,"383":2,"39":10,"40":5,"41":7,"414":4,"415":25,"42":7,"43":2,"44":3,"45":2,"46":18,"48":1,"49":15,"5":50,"51":4,"52":1,"53":2,"56":1,"570":2,"6":6,"63":2,"7":25,"8":8,"9":36,"all_client":9254,"all_tv_clinet":862,"insert_time":"2014-08-19T20:32:40.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8374,"10":3,"107":44,"11":34,"12":1,"13":41,"14":12,"15":2,"155":3,"16":3,"161":8,"167":1,"18":56,"19":5,"20":1,"209":3,"21":26,"214":3,"215":2,"221":16,"223":37,"224":8,"225":60,"23":26,"24":46,"25":5,"257":3,"26":10,"27":13,"273":2,"279":6,"28":14,"282":4,"291":4,"292":3,"30":2,"31":3,"314":1,"32":4,"33":1,"34":6,"35":3,"352":66,"36":10,"37":1,"38":20,"380":2,"381":3,"383":2,"39":10,"40":5,"41":7,"414":4,"415":26,"42":7,"43":2,"44":3,"45":2,"46":18,"48":1,"49":16,"5":48,"51":4,"52":2,"53":2,"56":1,"570":2,"6":6,"63":2,"7":27,"8":8,"9":37,"all_client":9243,"all_tv_clinet":869,"insert_time":"2014-08-19T20:33:40.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8337,"10":3,"107":46,"11":34,"12":1,"13":39,"14":12,"15":2,"155":3,"16":3,"161":8,"167":1,"18":55,"19":5,"20":1,"209":3,"21":26,"214":2,"215":2,"221":19,"223":40,"224":9,"225":61,"23":28,"24":44,"25":5,"257":2,"26":10,"27":12,"273":2,"279":6,"28":15,"282":4,"291":4,"292":3,"30":2,"31":3,"314":1,"32":2,"33":1,"34":6,"35":1,"352":63,"36":10,"37":1,"38":23,"380":2,"381":2,"39":12,"40":5,"41":6,"414":3,"415":26,"42":7,"43":2,"44":3,"45":2,"46":17,"48":2,"49":15,"5":50,"51":4,"52":2,"53":1,"56":1,"570":2,"6":5,"63":2,"7":27,"8":8,"9":40,"all_client":9206,"all_tv_clinet":869,"insert_time":"2014-08-19T20:34:41.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8300,"10":3,"107":43,"11":36,"12":1,"13":41,"14":12,"15":3,"155":3,"16":3,"161":8,"167":1,"18":53,"19":4,"20":1,"209":3,"21":27,"214":2,"215":2,"221":19,"223":38,"224":11,"225":58,"23":29,"24":45,"25":5,"257":2,"26":10,"27":12,"273":2,"279":5,"28":15,"282":3,"291":4,"292":3,"30":2,"31":3,"314":1,"32":2,"34":6,"35":1,"352":63,"36":10,"37":1,"38":22,"380":2,"381":2,"39":12,"40":5,"41":7,"414":3,"415":27,"42":8,"43":2,"44":3,"45":2,"46":17,"48":2,"49":16,"5":47,"51":4,"52":2,"53":1,"56":1,"570":2,"6":5,"63":2,"7":27,"8":9,"9":40,"all_client":9166,"all_tv_clinet":866,"insert_time":"2014-08-19T20:35:41.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8288,"10":3,"107":45,"11":34,"12":1,"13":40,"14":14,"15":3,"155":3,"16":3,"160":1,"161":9,"167":1,"18":52,"19":3,"20":1,"209":3,"21":26,"214":1,"215":2,"221":22,"223":39,"224":12,"225":55,"23":28,"24":41,"25":6,"257":1,"26":9,"27":12,"273":2,"279":5,"28":15,"282":4,"291":5,"292":3,"30":2,"31":4,"314":1,"32":2,"34":7,"35":1,"352":64,"36":9,"37":1,"38":23,"380":2,"381":2,"39":12,"40":5,"41":7,"414":3,"415":28,"42":8,"43":2,"44":3,"45":2,"46":19,"48":2,"49":16,"5":45,"51":4,"52":2,"53":1,"56":1,"570":2,"6":5,"63":1,"7":28,"8":7,"9":38,"all_client":9151,"all_tv_clinet":863,"insert_time":"2014-08-19T20:36:41.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8272,"10":3,"107":43,"11":33,"12":1,"13":37,"14":13,"15":3,"155":3,"16":3,"160":1,"161":9,"167":1,"18":51,"19":3,"20":1,"209":3,"21":29,"214":1,"215":3,"221":22,"223":41,"224":12,"225":56,"23":27,"24":42,"25":6,"257":1,"26":10,"27":12,"273":2,"279":5,"28":15,"282":4,"291":5,"292":2,"30":2,"31":4,"314":1,"32":1,"34":7,"35":1,"352":67,"36":8,"37":1,"38":22,"380":2,"381":2,"383":1,"39":12,"40":4,"41":7,"414":4,"415":29,"42":8,"43":1,"44":4,"45":2,"46":20,"48":2,"49":16,"5":46,"51":4,"52":2,"53":1,"56":1,"570":2,"6":5,"63":1,"7":27,"8":6,"9":37,"all_client":9135,"all_tv_clinet":863,"insert_time":"2014-08-19T20:37:41.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8247,"10":3,"107":43,"11":33,"12":1,"13":38,"14":13,"15":3,"155":3,"16":3,"160":1,"161":9,"167":1,"18":53,"19":3,"209":3,"21":29,"214":1,"215":3,"221":24,"223":43,"224":10,"225":56,"23":27,"24":43,"25":6,"257":1,"26":10,"27":11,"273":2,"279":4,"28":16,"282":4,"291":4,"292":2,"30":3,"31":5,"314":1,"32":1,"33":1,"34":7,"35":2,"352":70,"36":9,"37":1,"38":23,"380":2,"381":3,"383":1,"39":10,"40":4,"41":7,"414":4,"415":28,"42":8,"43":1,"44":4,"45":2,"46":18,"48":2,"49":15,"5":44,"51":5,"52":2,"53":1,"56":1,"570":2,"6":6,"63":1,"7":29,"8":6,"9":37,"all_client":9119,"all_tv_clinet":872,"insert_time":"2014-08-19T20:38:41.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8228,"10":3,"107":41,"11":34,"12":1,"13":37,"14":12,"15":3,"155":3,"16":2,"160":1,"161":8,"167":1,"18":53,"19":3,"209":3,"21":31,"214":1,"215":3,"221":24,"223":43,"224":10,"225":55,"23":27,"24":41,"25":6,"257":1,"26":10,"268":1,"27":10,"273":2,"279":4,"28":16,"282":4,"291":3,"292":2,"30":3,"31":7,"314":1,"32":1,"33":1,"34":8,"35":2,"352":69,"36":9,"37":1,"38":24,"380":2,"381":4,"383":1,"39":10,"40":4,"41":7,"414":4,"415":27,"419":1,"42":8,"43":1,"44":4,"45":2,"46":20,"48":2,"49":14,"5":45,"51":5,"52":1,"53":1,"56":1,"570":2,"6":5,"63":1,"7":31,"8":6,"9":35,"all_client":9097,"all_tv_clinet":869,"insert_time":"2014-08-19T20:39:41.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8177,"10":3,"107":41,"11":34,"12":1,"13":36,"14":14,"15":2,"155":3,"16":2,"160":1,"161":6,"167":2,"18":52,"19":3,"209":3,"21":32,"214":1,"215":3,"221":23,"223":44,"224":9,"225":59,"23":26,"24":44,"25":7,"257":1,"26":8,"268":1,"27":9,"273":2,"279":4,"28":16,"282":4,"291":3,"292":2,"30":4,"31":8,"314":1,"32":2,"33":1,"34":8,"35":2,"352":68,"36":11,"37":1,"38":26,"380":2,"381":4,"383":2,"39":10,"40":4,"41":8,"414":4,"415":24,"419":1,"42":8,"43":1,"431":1,"44":4,"45":2,"46":20,"48":2,"49":13,"5":49,"51":4,"52":1,"56":1,"570":2,"6":5,"63":1,"7":30,"8":7,"9":34,"all_client":9054,"all_tv_clinet":877,"insert_time":"2014-08-19T20:40:41.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8146,"10":3,"107":41,"11":33,"12":1,"13":35,"14":14,"15":2,"155":3,"16":2,"160":1,"161":6,"167":2,"18":52,"19":4,"209":3,"21":31,"214":1,"215":3,"221":23,"223":44,"224":8,"225":60,"23":26,"24":46,"25":7,"257":1,"26":8,"268":1,"27":7,"273":2,"279":4,"28":16,"282":4,"291":3,"292":2,"30":5,"31":7,"314":1,"32":2,"33":2,"34":8,"35":2,"352":65,"36":11,"37":1,"38":27,"380":2,"381":3,"383":3,"39":11,"40":4,"41":8,"414":4,"415":25,"419":1,"42":8,"43":1,"431":1,"44":4,"45":2,"46":20,"48":2,"49":11,"5":48,"51":5,"52":1,"56":1,"570":2,"6":4,"63":1,"7":33,"8":8,"9":31,"all_client":9020,"all_tv_clinet":874,"insert_time":"2014-08-19T20:41:41.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8114,"10":3,"107":38,"11":34,"12":1,"13":38,"14":15,"15":2,"155":3,"16":2,"160":1,"161":4,"167":2,"18":50,"19":4,"209":3,"21":29,"214":1,"215":4,"221":23,"223":43,"224":7,"225":61,"23":24,"24":46,"25":7,"257":1,"26":8,"268":1,"27":7,"273":2,"279":4,"28":16,"282":4,"291":4,"292":2,"30":7,"31":5,"32":2,"33":2,"34":8,"35":2,"352":69,"36":10,"37":1,"38":27,"380":2,"381":3,"383":3,"39":10,"40":4,"41":7,"414":4,"415":24,"419":1,"42":8,"43":1,"431":1,"44":5,"45":2,"46":19,"48":2,"49":13,"5":48,"51":5,"52":1,"56":1,"570":2,"6":3,"63":1,"7":35,"8":8,"9":31,"all_client":8985,"all_tv_clinet":871,"insert_time":"2014-08-19T20:42:41.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8098,"10":4,"107":40,"11":34,"12":1,"13":39,"14":15,"15":2,"155":3,"16":2,"160":1,"161":4,"167":2,"18":53,"19":4,"209":4,"21":30,"214":1,"215":4,"221":23,"223":43,"224":7,"225":62,"23":24,"24":45,"25":6,"257":1,"26":8,"268":1,"27":7,"273":2,"279":5,"28":16,"282":4,"291":4,"292":2,"30":7,"31":5,"32":2,"33":3,"34":9,"35":2,"352":66,"36":11,"37":1,"38":29,"380":2,"381":3,"383":3,"39":10,"40":4,"41":7,"414":3,"415":23,"419":1,"42":8,"426":1,"43":1,"431":1,"44":5,"45":2,"46":18,"48":2,"49":13,"5":46,"51":5,"52":1,"56":1,"570":2,"6":4,"63":1,"7":34,"79":1,"8":8,"9":30,"all_client":8976,"all_tv_clinet":878,"insert_time":"2014-08-19T20:43:41.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8074,"10":4,"107":38,"11":36,"12":1,"13":37,"14":15,"15":2,"155":3,"16":2,"160":1,"161":4,"167":2,"18":53,"19":4,"209":4,"21":28,"214":1,"215":4,"221":23,"223":44,"224":4,"225":65,"23":24,"24":43,"25":6,"257":1,"26":8,"268":1,"27":7,"273":2,"279":5,"28":16,"282":3,"291":4,"292":2,"30":7,"31":5,"32":2,"33":4,"34":9,"35":2,"352":68,"36":11,"37":1,"38":31,"380":2,"381":3,"383":2,"39":10,"40":4,"41":9,"414":3,"415":21,"419":1,"42":9,"426":1,"43":1,"431":1,"44":5,"45":2,"46":18,"48":2,"49":12,"5":45,"51":5,"52":1,"56":1,"570":2,"6":4,"63":1,"7":36,"79":1,"8":8,"9":30,"all_client":8951,"all_tv_clinet":877,"insert_time":"2014-08-19T20:44:41.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8070,"10":4,"107":36,"11":37,"12":1,"13":38,"14":16,"15":2,"155":2,"16":2,"160":1,"161":5,"167":2,"18":55,"19":4,"209":4,"21":29,"215":4,"221":18,"223":46,"224":2,"225":68,"23":24,"24":45,"25":7,"257":1,"26":8,"27":7,"273":1,"279":5,"28":16,"282":3,"291":4,"292":2,"30":6,"31":5,"32":2,"33":4,"34":9,"35":2,"352":66,"36":11,"37":1,"38":30,"380":2,"381":3,"383":3,"39":10,"397":1,"40":4,"41":8,"414":3,"415":15,"419":1,"42":9,"426":1,"43":2,"431":1,"44":5,"45":2,"46":16,"48":2,"49":11,"5":44,"51":6,"52":1,"53":1,"56":1,"570":1,"6":4,"63":1,"7":35,"79":1,"8":7,"9":30,"all_client":8936,"all_tv_clinet":866,"insert_time":"2014-08-19T20:45:41.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8058,"10":4,"107":38,"11":38,"12":1,"13":38,"14":16,"15":2,"155":2,"16":3,"160":1,"161":5,"167":2,"18":54,"19":4,"209":4,"21":30,"215":5,"221":18,"223":45,"224":2,"225":64,"23":25,"24":45,"25":7,"257":1,"26":9,"27":7,"273":1,"279":5,"28":15,"282":3,"291":4,"292":2,"30":6,"31":5,"32":2,"33":4,"34":9,"35":2,"352":66,"36":9,"37":1,"38":26,"380":2,"381":3,"383":3,"39":10,"397":1,"40":3,"41":8,"414":3,"415":14,"419":1,"42":9,"426":1,"43":3,"431":1,"44":5,"45":2,"46":16,"48":2,"49":11,"5":48,"51":4,"52":1,"53":2,"56":1,"570":1,"6":4,"63":1,"7":36,"79":1,"8":7,"9":30,"all_client":8922,"all_tv_clinet":864,"insert_time":"2014-08-19T20:46:42.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8023,"10":3,"107":39,"11":38,"12":1,"13":42,"14":16,"15":2,"155":2,"16":4,"160":1,"161":5,"167":2,"18":53,"19":4,"209":3,"21":30,"215":5,"221":15,"223":43,"224":2,"225":66,"23":25,"24":48,"25":7,"257":1,"26":9,"27":7,"273":1,"279":5,"28":15,"282":3,"291":4,"292":2,"30":6,"31":5,"32":2,"33":4,"34":9,"35":2,"352":69,"36":10,"37":1,"38":26,"380":2,"381":3,"383":3,"39":9,"397":1,"40":3,"41":9,"414":3,"415":15,"419":1,"42":9,"426":1,"43":3,"431":1,"44":5,"45":2,"46":16,"48":3,"49":11,"5":49,"51":4,"52":1,"53":2,"570":1,"6":4,"63":1,"7":35,"79":1,"8":6,"9":31,"all_client":8895,"all_tv_clinet":872,"insert_time":"2014-08-19T20:47:42.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8002,"10":3,"107":38,"11":38,"12":1,"13":40,"14":16,"15":2,"155":2,"16":5,"160":1,"161":6,"167":2,"18":54,"19":4,"209":3,"21":29,"215":5,"221":16,"223":42,"224":3,"225":67,"23":24,"24":48,"25":7,"257":1,"26":8,"27":6,"273":1,"279":5,"28":14,"282":3,"291":4,"292":2,"30":6,"31":4,"32":3,"33":4,"34":9,"35":3,"352":66,"36":12,"37":1,"38":27,"380":2,"381":2,"383":3,"39":9,"397":1,"40":3,"41":10,"414":3,"415":16,"419":1,"42":9,"426":1,"43":2,"431":1,"44":5,"45":2,"46":16,"48":3,"49":11,"5":50,"51":4,"52":1,"53":2,"570":1,"6":4,"63":1,"7":35,"79":1,"8":6,"9":31,"all_client":8873,"all_tv_clinet":871,"insert_time":"2014-08-19T20:48:42.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7974,"10":3,"107":39,"11":37,"12":1,"13":40,"14":17,"15":2,"155":2,"16":5,"160":1,"161":7,"167":2,"18":54,"19":3,"209":3,"21":25,"215":4,"221":15,"223":42,"224":3,"225":68,"23":25,"24":46,"25":8,"257":1,"26":7,"27":6,"273":1,"279":5,"28":13,"282":3,"291":4,"292":2,"30":6,"31":4,"32":3,"33":4,"34":9,"35":3,"352":66,"36":13,"37":1,"38":26,"380":2,"381":2,"383":4,"39":10,"397":1,"40":3,"41":10,"414":3,"415":15,"419":1,"42":9,"426":1,"43":2,"431":1,"44":5,"45":2,"46":17,"48":3,"49":11,"5":52,"51":4,"52":1,"53":3,"570":1,"6":3,"63":1,"7":37,"79":1,"8":5,"9":30,"all_client":8843,"all_tv_clinet":869,"insert_time":"2014-08-19T20:49:42.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7961,"10":4,"107":36,"11":37,"12":1,"13":42,"14":18,"15":1,"155":2,"16":5,"160":1,"161":7,"167":2,"18":56,"19":3,"209":3,"21":26,"215":4,"221":17,"223":42,"224":3,"225":69,"23":25,"24":44,"25":8,"257":1,"26":7,"27":6,"273":1,"279":4,"28":12,"282":3,"291":4,"292":2,"30":6,"31":4,"32":3,"33":4,"34":7,"35":3,"352":65,"36":13,"37":1,"38":28,"380":2,"381":2,"383":4,"39":8,"397":1,"40":3,"41":9,"414":3,"415":14,"419":1,"42":10,"426":1,"43":2,"431":1,"44":5,"45":2,"46":17,"48":3,"49":11,"5":53,"51":4,"52":1,"53":3,"570":1,"6":4,"63":1,"7":36,"79":1,"8":6,"9":30,"all_client":8830,"all_tv_clinet":869,"insert_time":"2014-08-19T20:50:42.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7955,"10":4,"107":36,"11":37,"12":1,"13":41,"14":17,"15":1,"155":2,"16":5,"161":7,"167":2,"18":56,"19":3,"20":1,"209":3,"21":25,"215":4,"221":16,"223":45,"224":3,"225":66,"23":26,"24":44,"25":5,"257":1,"26":9,"27":7,"273":1,"279":4,"28":10,"282":3,"291":4,"292":2,"30":6,"31":5,"314":1,"32":2,"33":4,"34":7,"35":2,"352":67,"36":15,"37":1,"38":28,"380":2,"381":2,"383":4,"39":9,"397":1,"40":3,"41":9,"414":3,"415":11,"419":1,"42":9,"426":1,"43":3,"431":1,"44":5,"45":2,"46":18,"48":3,"49":11,"5":54,"51":4,"52":1,"53":2,"570":1,"6":3,"63":1,"7":39,"79":1,"8":6,"9":29,"all_client":8823,"all_tv_clinet":868,"insert_time":"2014-08-19T20:51:42.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7940,"10":3,"107":36,"11":38,"12":1,"13":37,"14":15,"15":2,"155":2,"16":4,"161":6,"167":2,"18":58,"19":3,"20":1,"209":3,"21":27,"215":4,"221":17,"223":45,"224":3,"225":65,"23":23,"24":43,"25":5,"26":9,"27":8,"273":1,"279":5,"28":10,"282":3,"291":4,"292":2,"30":5,"31":6,"314":1,"32":1,"33":4,"34":6,"35":3,"352":69,"36":13,"37":1,"38":30,"380":2,"381":2,"383":5,"39":9,"397":1,"40":3,"41":9,"414":3,"415":9,"419":1,"42":9,"426":1,"43":3,"431":1,"44":5,"45":2,"46":18,"48":2,"49":10,"5":55,"51":4,"52":1,"53":2,"570":1,"6":3,"63":1,"7":40,"79":1,"8":6,"9":29,"all_client":8802,"all_tv_clinet":862,"insert_time":"2014-08-19T20:52:42.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7919,"10":3,"107":37,"11":37,"12":1,"13":39,"14":14,"15":2,"155":2,"16":4,"161":5,"167":2,"18":57,"19":3,"20":1,"209":3,"21":26,"215":4,"221":19,"223":45,"224":3,"225":65,"23":22,"24":44,"25":5,"257":1,"26":9,"27":7,"273":1,"279":5,"28":11,"282":3,"291":4,"292":2,"30":4,"31":6,"314":1,"32":1,"33":4,"34":6,"35":3,"352":66,"36":13,"37":1,"38":32,"380":3,"381":1,"383":5,"39":10,"397":1,"40":1,"41":10,"414":3,"415":9,"419":1,"42":8,"426":1,"43":3,"431":1,"44":5,"45":3,"46":18,"48":3,"49":11,"5":55,"51":3,"52":1,"53":2,"570":1,"6":4,"63":1,"7":39,"79":1,"8":5,"9":29,"all_client":8780,"all_tv_clinet":861,"insert_time":"2014-08-19T20:53:42.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7905,"10":3,"107":36,"11":38,"12":1,"13":39,"14":14,"15":2,"155":3,"16":5,"161":6,"167":2,"18":56,"19":3,"20":2,"209":3,"21":26,"215":4,"221":19,"223":44,"224":3,"225":66,"23":24,"24":44,"25":5,"257":1,"26":9,"27":6,"273":1,"279":5,"28":11,"282":3,"291":3,"292":2,"30":4,"31":6,"314":1,"32":2,"33":4,"34":5,"35":3,"352":68,"36":13,"37":1,"38":33,"380":3,"381":1,"383":5,"39":10,"397":1,"40":1,"41":10,"414":4,"415":9,"419":1,"42":8,"426":1,"43":3,"431":1,"44":5,"45":3,"46":17,"48":3,"49":11,"5":56,"51":2,"52":1,"53":2,"570":1,"6":4,"63":1,"7":39,"79":1,"8":5,"9":30,"all_client":8773,"all_tv_clinet":868,"insert_time":"2014-08-19T20:54:42.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7898,"10":3,"107":36,"11":34,"12":1,"13":40,"14":14,"15":2,"155":3,"16":5,"161":7,"167":2,"18":55,"19":3,"20":2,"209":3,"21":25,"215":4,"221":18,"223":46,"224":3,"225":70,"23":22,"24":44,"25":5,"257":1,"26":8,"27":5,"273":1,"279":5,"28":11,"282":3,"291":3,"292":2,"30":5,"31":7,"314":1,"32":3,"33":5,"34":5,"35":2,"352":64,"36":13,"37":1,"38":33,"380":3,"381":1,"383":5,"39":8,"397":1,"40":1,"41":10,"414":4,"415":8,"419":1,"42":8,"426":1,"43":3,"431":1,"44":5,"45":4,"46":16,"48":3,"49":11,"5":56,"51":2,"52":1,"53":2,"570":1,"6":4,"63":1,"7":39,"79":1,"8":6,"9":29,"all_client":8759,"all_tv_clinet":861,"insert_time":"2014-08-19T20:55:42.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7886,"10":3,"107":39,"11":36,"12":1,"13":40,"14":14,"15":2,"155":3,"16":5,"161":8,"167":2,"18":53,"19":3,"20":2,"209":3,"21":25,"215":4,"221":16,"223":44,"224":3,"225":71,"23":22,"24":44,"25":4,"257":1,"26":8,"27":5,"273":1,"279":5,"28":11,"282":3,"291":3,"292":2,"30":4,"31":7,"314":1,"32":3,"33":6,"34":5,"35":3,"352":63,"36":12,"37":1,"38":29,"380":3,"381":1,"383":5,"39":8,"397":1,"40":1,"41":10,"414":4,"415":7,"42":7,"426":1,"43":3,"431":1,"44":5,"45":3,"46":17,"48":3,"49":11,"5":56,"51":1,"52":1,"53":2,"570":1,"6":3,"63":1,"7":40,"79":1,"8":8,"9":27,"all_client":8738,"all_tv_clinet":852,"insert_time":"2014-08-19T20:56:43.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7855,"10":3,"107":43,"11":33,"12":1,"13":42,"14":14,"15":2,"155":3,"16":5,"161":7,"167":2,"18":50,"19":3,"20":2,"209":3,"21":25,"215":3,"221":15,"223":45,"224":3,"225":72,"23":22,"24":42,"25":4,"257":1,"26":7,"27":5,"273":1,"279":5,"28":11,"282":2,"291":3,"292":2,"30":4,"31":8,"314":1,"32":3,"33":6,"34":5,"35":3,"352":63,"36":12,"37":1,"38":30,"380":3,"381":1,"383":3,"39":8,"397":1,"40":1,"41":11,"414":3,"415":6,"42":6,"426":1,"43":3,"431":1,"44":4,"45":3,"46":17,"48":3,"49":12,"5":60,"51":1,"52":1,"53":3,"6":4,"63":2,"7":38,"79":1,"8":8,"9":29,"all_client":8706,"all_tv_clinet":851,"insert_time":"2014-08-19T20:57:43.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7837,"10":3,"107":45,"11":35,"12":1,"13":41,"14":13,"15":2,"155":3,"16":5,"161":6,"167":2,"18":50,"19":3,"20":2,"209":2,"21":26,"215":5,"221":15,"223":44,"224":3,"225":70,"23":19,"24":42,"25":5,"257":1,"26":8,"27":5,"273":1,"279":5,"28":11,"282":2,"291":3,"292":2,"30":3,"31":7,"314":1,"32":3,"33":7,"34":5,"35":3,"352":66,"36":12,"37":1,"38":29,"380":3,"381":1,"383":2,"39":9,"397":1,"40":1,"41":10,"414":3,"415":6,"42":6,"43":2,"431":1,"44":4,"45":3,"46":19,"48":2,"49":12,"5":62,"51":1,"52":2,"53":3,"6":4,"63":2,"7":39,"79":1,"8":7,"9":30,"all_client":8690,"all_tv_clinet":853,"insert_time":"2014-08-19T20:58:43.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7822,"10":3,"107":46,"11":34,"12":1,"13":41,"14":13,"15":2,"155":3,"16":4,"161":7,"167":2,"18":47,"19":2,"20":2,"209":2,"21":26,"215":5,"221":16,"223":47,"224":3,"225":72,"23":19,"24":43,"25":5,"257":1,"26":8,"27":5,"273":1,"279":5,"28":11,"282":2,"291":3,"292":2,"30":4,"31":7,"314":1,"32":3,"33":5,"34":5,"35":3,"352":64,"36":14,"37":1,"38":30,"380":3,"381":1,"383":2,"39":9,"397":1,"40":1,"41":10,"414":3,"415":5,"42":6,"43":2,"431":1,"44":4,"45":3,"46":20,"48":1,"49":10,"5":62,"51":1,"52":1,"53":3,"6":5,"63":2,"7":39,"79":1,"8":10,"9":28,"all_client":8676,"all_tv_clinet":854,"insert_time":"2014-08-19T20:59:43.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7801,"10":3,"107":45,"11":34,"12":1,"13":41,"14":13,"15":2,"155":3,"16":4,"161":6,"167":2,"18":46,"19":3,"20":1,"209":2,"21":28,"215":6,"221":15,"223":45,"224":3,"225":71,"23":21,"24":43,"25":5,"257":1,"26":8,"27":5,"273":1,"279":5,"28":11,"282":2,"291":3,"292":2,"30":4,"31":5,"314":1,"32":3,"33":5,"34":4,"35":3,"352":66,"36":13,"37":1,"38":29,"380":3,"381":1,"383":2,"39":9,"397":1,"40":2,"41":10,"414":3,"415":6,"42":6,"43":2,"431":1,"44":5,"45":4,"46":20,"48":1,"49":10,"5":63,"51":1,"52":1,"53":4,"6":5,"63":2,"7":40,"79":1,"8":11,"9":27,"all_client":8657,"all_tv_clinet":856,"insert_time":"2014-08-19T21:00:43.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7789,"10":3,"107":48,"11":35,"12":1,"13":39,"14":13,"15":2,"155":3,"16":3,"161":6,"167":2,"17":1,"18":47,"19":3,"20":1,"209":2,"21":30,"215":6,"221":17,"223":47,"224":2,"225":67,"23":22,"24":43,"25":10,"257":2,"26":8,"27":5,"273":1,"279":6,"28":12,"282":2,"291":3,"292":2,"30":4,"31":6,"314":1,"32":3,"33":5,"34":3,"35":3,"352":66,"36":12,"37":1,"38":27,"380":3,"381":1,"383":2,"39":9,"397":1,"40":2,"41":9,"414":3,"415":6,"42":6,"426":1,"43":2,"431":1,"44":5,"45":4,"46":19,"48":1,"49":11,"5":62,"51":1,"53":3,"6":5,"63":2,"7":41,"8":9,"9":26,"all_client":8649,"all_tv_clinet":860,"insert_time":"2014-08-19T21:01:43.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7783,"10":3,"107":47,"11":35,"12":1,"13":38,"14":13,"15":2,"155":3,"16":2,"161":6,"167":1,"17":1,"18":45,"19":3,"20":1,"209":2,"21":31,"215":6,"221":17,"223":48,"224":2,"225":66,"23":22,"24":43,"25":11,"257":2,"26":8,"27":5,"273":1,"279":6,"28":13,"282":2,"291":3,"292":2,"30":4,"31":6,"314":1,"32":3,"33":6,"34":3,"35":3,"352":66,"36":10,"37":1,"38":28,"380":3,"381":1,"383":2,"39":9,"397":1,"40":2,"41":6,"414":3,"415":6,"42":6,"426":1,"43":2,"431":1,"44":6,"45":5,"46":20,"48":1,"49":11,"5":62,"51":1,"53":3,"6":5,"63":2,"7":41,"8":10,"9":27,"all_client":8642,"all_tv_clinet":859,"insert_time":"2014-08-19T21:02:43.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7784,"10":3,"107":49,"11":35,"12":1,"13":37,"14":13,"15":2,"155":3,"16":2,"161":6,"167":1,"17":1,"18":48,"19":2,"20":1,"209":2,"21":31,"215":5,"221":18,"223":46,"224":2,"225":64,"23":20,"24":40,"25":10,"257":2,"26":8,"27":6,"273":1,"279":8,"28":13,"282":2,"291":4,"292":2,"30":4,"31":6,"32":2,"33":6,"34":3,"35":3,"352":67,"36":10,"37":1,"38":30,"380":3,"381":1,"383":2,"39":10,"397":1,"40":2,"41":5,"414":3,"415":6,"42":6,"426":1,"43":2,"431":1,"44":5,"45":5,"46":20,"48":1,"49":12,"5":62,"51":1,"53":3,"6":5,"63":1,"7":42,"8":10,"9":23,"all_client":8637,"all_tv_clinet":853,"insert_time":"2014-08-19T21:03:43.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7763,"10":3,"107":47,"11":34,"12":1,"13":36,"14":13,"15":2,"155":3,"16":1,"161":6,"167":1,"17":1,"18":50,"19":2,"20":1,"209":2,"21":28,"215":5,"221":20,"223":48,"224":2,"225":61,"23":24,"24":40,"25":9,"257":2,"26":7,"27":6,"273":1,"279":9,"28":15,"282":2,"291":4,"292":3,"30":5,"31":5,"32":2,"33":5,"34":4,"35":3,"352":65,"36":10,"37":1,"38":30,"380":3,"383":3,"39":10,"397":1,"40":2,"41":5,"414":3,"415":6,"42":6,"426":1,"43":2,"431":1,"44":5,"45":5,"46":20,"48":1,"49":12,"5":63,"51":1,"53":3,"6":7,"63":1,"7":43,"8":10,"9":23,"all_client":8619,"all_tv_clinet":856,"insert_time":"2014-08-19T21:04:43.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7754,"10":3,"107":46,"11":34,"12":1,"13":35,"14":14,"15":2,"155":3,"16":1,"161":6,"167":1,"17":1,"18":51,"19":2,"20":1,"209":2,"21":28,"215":5,"221":18,"223":50,"224":2,"225":57,"23":25,"24":40,"25":8,"257":2,"26":7,"27":6,"273":1,"279":10,"28":14,"282":2,"291":4,"292":3,"30":5,"31":6,"32":2,"33":4,"34":4,"35":2,"352":67,"36":10,"37":1,"38":33,"380":3,"381":1,"383":3,"39":9,"397":1,"40":2,"41":4,"414":3,"415":7,"42":5,"426":1,"43":2,"431":1,"44":6,"45":5,"46":21,"48":1,"49":12,"5":63,"51":1,"53":3,"6":7,"63":1,"7":40,"8":10,"9":24,"all_client":8609,"all_tv_clinet":855,"insert_time":"2014-08-19T21:05:43.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7730,"10":4,"107":48,"11":34,"12":1,"13":36,"14":14,"15":2,"155":3,"16":1,"161":8,"167":1,"17":1,"18":48,"19":2,"20":1,"209":2,"21":27,"215":5,"221":19,"223":52,"224":3,"225":58,"23":23,"24":44,"25":8,"257":2,"26":6,"27":6,"279":8,"28":14,"282":2,"291":4,"292":3,"30":5,"31":6,"33":4,"34":4,"35":2,"352":68,"36":9,"37":1,"38":36,"380":3,"381":1,"383":3,"39":8,"397":1,"40":2,"41":4,"414":3,"415":6,"42":5,"426":1,"43":1,"431":1,"44":6,"45":5,"46":22,"49":12,"5":62,"51":1,"53":3,"6":8,"63":1,"7":41,"8":10,"9":26,"all_client":8591,"all_tv_clinet":861,"insert_time":"2014-08-19T21:06:43.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7720,"10":4,"107":50,"11":36,"12":1,"13":36,"14":14,"15":2,"155":3,"16":2,"161":9,"167":1,"17":1,"18":49,"19":2,"20":1,"209":2,"21":29,"215":3,"221":19,"223":51,"224":3,"225":57,"23":24,"24":43,"25":8,"257":3,"26":6,"27":5,"279":8,"28":15,"282":2,"291":4,"292":2,"30":5,"31":6,"33":4,"34":5,"35":2,"352":68,"36":9,"37":1,"38":36,"380":3,"381":1,"383":2,"39":8,"391":1,"397":1,"40":2,"41":4,"414":3,"415":6,"42":5,"426":1,"43":1,"431":1,"44":6,"45":5,"46":23,"49":11,"5":60,"51":1,"53":3,"6":8,"63":1,"7":41,"8":10,"9":26,"all_client":8585,"all_tv_clinet":865,"insert_time":"2014-08-19T21:07:43.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7732,"10":5,"107":48,"11":37,"12":1,"13":36,"14":14,"15":2,"155":3,"16":2,"161":8,"167":1,"17":1,"18":49,"19":2,"20":1,"209":1,"21":30,"215":2,"221":21,"223":54,"224":3,"225":59,"23":23,"24":45,"25":8,"257":2,"26":6,"27":4,"279":7,"28":15,"282":2,"291":4,"292":3,"30":5,"31":6,"33":5,"34":5,"35":1,"352":66,"36":11,"37":1,"38":31,"380":2,"381":1,"383":2,"39":9,"391":2,"397":1,"40":3,"41":3,"414":3,"415":6,"42":5,"426":1,"43":2,"431":1,"44":4,"45":5,"46":23,"49":12,"5":61,"51":1,"53":3,"6":7,"63":1,"7":40,"8":9,"9":28,"all_client":8597,"all_tv_clinet":865,"insert_time":"2014-08-19T21:08:44.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7724,"10":5,"107":48,"11":39,"12":1,"13":36,"14":14,"15":2,"155":3,"16":3,"161":8,"167":1,"17":1,"18":52,"19":1,"20":1,"209":1,"21":29,"215":2,"221":21,"223":53,"224":2,"225":59,"23":24,"24":48,"25":9,"257":2,"26":6,"27":4,"279":7,"28":15,"282":2,"291":4,"292":3,"30":4,"31":5,"32":1,"33":6,"34":5,"35":1,"352":60,"36":10,"37":1,"38":32,"380":2,"381":1,"383":2,"39":9,"391":2,"397":1,"40":2,"41":2,"414":3,"415":6,"42":5,"426":1,"43":2,"431":1,"44":4,"45":5,"46":24,"49":10,"5":58,"51":1,"53":2,"6":6,"63":1,"7":40,"8":12,"9":30,"all_client":8587,"all_tv_clinet":863,"insert_time":"2014-08-19T21:09:44.162Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7712,"10":5,"107":47,"11":38,"12":1,"13":38,"14":14,"15":1,"155":3,"16":3,"161":8,"167":1,"17":1,"18":54,"19":1,"20":1,"209":2,"21":26,"215":2,"221":22,"223":54,"224":2,"225":61,"23":20,"24":48,"25":6,"257":2,"26":6,"27":6,"279":6,"28":15,"282":2,"291":4,"292":3,"30":4,"31":5,"32":1,"33":5,"34":5,"35":1,"352":62,"36":11,"37":1,"38":34,"380":2,"381":1,"383":3,"39":9,"391":2,"397":1,"40":2,"41":2,"414":4,"415":7,"42":5,"426":1,"43":2,"431":1,"44":4,"45":5,"46":23,"49":10,"5":56,"51":1,"52":1,"53":2,"6":6,"63":1,"7":39,"8":14,"9":31,"all_client":8579,"all_tv_clinet":867,"insert_time":"2014-08-19T21:10:44.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7710,"10":4,"107":44,"11":39,"12":1,"13":39,"14":14,"15":1,"155":3,"16":4,"161":8,"167":1,"17":1,"18":54,"19":1,"20":1,"209":2,"21":28,"215":3,"221":20,"223":54,"224":2,"225":62,"23":19,"24":50,"25":6,"257":2,"26":7,"27":6,"279":7,"28":13,"282":2,"291":4,"292":3,"30":4,"31":5,"32":2,"33":4,"34":4,"35":2,"352":60,"36":10,"37":1,"38":35,"380":2,"381":1,"383":3,"39":9,"391":2,"397":1,"40":2,"41":2,"414":4,"415":7,"42":5,"426":1,"43":2,"431":1,"44":4,"45":5,"46":23,"49":10,"5":56,"51":1,"52":2,"53":1,"6":6,"63":1,"7":38,"8":13,"9":31,"all_client":8575,"all_tv_clinet":865,"insert_time":"2014-08-19T21:11:44.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7722,"10":4,"107":41,"11":40,"12":1,"13":37,"14":14,"15":1,"155":3,"16":3,"161":9,"167":1,"17":1,"18":52,"19":1,"209":2,"21":27,"215":3,"221":19,"223":51,"224":2,"225":61,"23":16,"24":50,"25":5,"257":2,"26":7,"27":6,"279":8,"28":13,"282":2,"291":4,"292":3,"30":5,"31":5,"314":1,"32":2,"33":6,"34":4,"35":2,"352":60,"36":10,"37":1,"38":39,"380":2,"381":1,"383":4,"39":9,"391":2,"397":1,"40":2,"41":2,"414":4,"415":9,"42":5,"426":1,"43":2,"431":1,"44":3,"45":5,"46":24,"49":10,"5":56,"51":1,"52":2,"53":1,"6":6,"63":1,"7":36,"8":15,"9":33,"all_client":8584,"all_tv_clinet":862,"insert_time":"2014-08-19T21:12:44.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7721,"10":4,"107":40,"11":35,"12":1,"13":36,"14":15,"15":1,"155":3,"16":3,"161":10,"167":1,"18":55,"19":1,"209":2,"21":28,"215":3,"221":17,"223":56,"224":2,"225":61,"23":17,"24":47,"25":7,"257":3,"26":7,"27":7,"273":1,"279":8,"28":13,"282":2,"291":4,"292":3,"30":5,"31":5,"314":1,"32":2,"33":6,"34":4,"35":2,"352":56,"36":11,"37":1,"38":38,"380":2,"381":1,"383":4,"39":10,"391":2,"397":1,"40":3,"41":2,"414":3,"415":9,"42":5,"426":2,"43":2,"44":4,"45":4,"46":24,"49":11,"5":53,"51":1,"52":2,"53":1,"570":1,"6":6,"63":1,"7":37,"8":14,"9":35,"all_client":8585,"all_tv_clinet":864,"insert_time":"2014-08-19T21:13:44.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7692,"10":3,"107":42,"11":35,"12":1,"13":35,"14":15,"15":1,"155":3,"16":1,"160":1,"161":9,"167":1,"18":58,"19":1,"209":3,"21":28,"215":3,"221":16,"223":55,"224":2,"225":59,"23":19,"24":46,"25":8,"257":4,"26":8,"27":9,"273":1,"279":8,"28":12,"282":2,"291":4,"292":4,"30":5,"31":4,"314":1,"32":2,"33":5,"34":4,"35":2,"352":55,"36":11,"37":1,"38":38,"380":2,"383":5,"39":10,"391":2,"397":1,"40":3,"41":2,"414":3,"415":8,"42":5,"426":2,"43":2,"44":4,"45":5,"46":25,"49":11,"5":54,"51":1,"52":2,"53":1,"570":1,"6":4,"63":1,"7":34,"8":16,"9":36,"all_client":8557,"all_tv_clinet":865,"insert_time":"2014-08-19T21:14:44.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7675,"10":3,"107":40,"11":36,"12":1,"13":35,"14":14,"15":1,"155":3,"16":1,"160":1,"161":9,"167":1,"18":61,"19":1,"209":3,"21":30,"215":3,"221":15,"223":57,"224":3,"225":61,"23":19,"24":47,"25":8,"257":4,"26":8,"27":9,"273":1,"279":7,"28":12,"282":2,"291":4,"292":4,"30":5,"31":5,"314":1,"32":1,"33":4,"34":4,"35":2,"352":52,"36":12,"37":1,"38":35,"380":2,"383":5,"39":10,"391":2,"397":1,"40":3,"41":3,"414":3,"415":8,"42":6,"426":2,"43":3,"44":4,"45":7,"46":25,"49":11,"5":53,"51":1,"52":3,"53":1,"56":1,"570":1,"6":4,"63":1,"7":34,"8":14,"9":35,"all_client":8544,"all_tv_clinet":869,"insert_time":"2014-08-19T21:15:44.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7668,"10":3,"107":40,"11":38,"12":1,"13":35,"14":14,"15":1,"155":3,"16":1,"160":1,"161":9,"167":1,"18":65,"19":1,"209":4,"21":31,"215":4,"221":17,"223":56,"224":3,"225":61,"23":18,"24":50,"25":7,"257":3,"26":8,"27":8,"273":1,"279":6,"28":12,"282":2,"291":4,"292":5,"30":4,"31":5,"314":1,"32":2,"33":4,"34":3,"35":2,"352":50,"36":10,"37":1,"38":37,"380":2,"383":5,"39":10,"391":3,"397":1,"40":3,"41":3,"414":3,"415":8,"42":6,"426":2,"43":3,"44":4,"45":7,"46":25,"48":1,"49":10,"5":52,"51":1,"52":4,"53":1,"56":1,"6":4,"63":1,"7":29,"8":15,"9":36,"all_client":8540,"all_tv_clinet":872,"insert_time":"2014-08-19T21:16:44.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7663,"10":4,"107":40,"11":40,"12":1,"13":32,"14":14,"15":1,"155":3,"16":1,"161":10,"167":1,"18":69,"19":1,"209":4,"21":32,"215":4,"221":19,"223":53,"224":3,"225":61,"23":18,"24":51,"25":7,"257":2,"26":7,"27":9,"273":1,"279":5,"28":12,"282":2,"291":4,"292":5,"30":5,"31":4,"314":1,"32":2,"33":3,"34":6,"35":2,"352":49,"36":11,"37":1,"38":40,"380":2,"383":4,"39":10,"391":3,"397":1,"40":3,"41":3,"414":3,"415":7,"42":6,"426":2,"43":2,"44":4,"45":7,"46":25,"48":1,"49":9,"5":53,"51":1,"52":4,"53":1,"56":1,"6":4,"63":1,"7":30,"8":15,"9":41,"all_client":8546,"all_tv_clinet":883,"insert_time":"2014-08-19T21:17:44.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7652,"10":4,"107":42,"11":40,"12":1,"13":31,"14":14,"15":1,"155":3,"16":1,"161":7,"167":1,"18":70,"19":1,"209":4,"21":32,"215":4,"221":21,"223":55,"224":4,"225":59,"23":18,"24":51,"25":10,"257":3,"26":7,"27":8,"273":1,"279":5,"28":12,"282":2,"291":4,"292":5,"30":4,"31":3,"314":1,"32":2,"33":3,"34":6,"35":3,"352":47,"36":10,"37":2,"38":40,"380":2,"383":4,"39":10,"391":4,"397":1,"40":3,"41":3,"414":3,"415":6,"42":6,"426":2,"43":2,"44":4,"45":7,"46":26,"48":1,"49":9,"5":54,"51":2,"52":4,"53":2,"56":1,"6":3,"63":1,"7":33,"8":15,"9":41,"all_client":8543,"all_tv_clinet":891,"insert_time":"2014-08-19T21:18:44.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7651,"10":4,"107":42,"11":40,"12":1,"13":32,"14":15,"15":1,"155":3,"161":7,"167":1,"18":70,"19":1,"209":3,"21":32,"210":1,"215":3,"221":20,"223":57,"224":4,"225":60,"23":18,"24":52,"25":10,"257":3,"26":7,"27":9,"273":1,"279":6,"28":10,"282":2,"291":4,"292":5,"30":5,"31":3,"314":1,"32":2,"33":3,"34":6,"35":3,"352":50,"36":11,"37":2,"38":37,"380":2,"383":4,"39":10,"391":4,"397":1,"40":3,"41":3,"414":3,"415":6,"42":6,"426":2,"43":2,"44":4,"45":6,"46":25,"48":1,"49":8,"5":53,"51":2,"52":4,"53":3,"56":1,"6":2,"63":1,"7":33,"8":19,"9":40,"all_client":8546,"all_tv_clinet":895,"insert_time":"2014-08-19T21:19:44.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7636,"10":4,"107":42,"11":40,"12":1,"13":31,"14":15,"15":1,"155":3,"16":1,"161":7,"167":1,"18":69,"19":1,"209":3,"21":32,"210":1,"215":3,"221":18,"223":58,"224":5,"225":63,"23":19,"24":52,"25":11,"257":5,"26":6,"27":9,"273":1,"279":7,"28":11,"282":2,"291":4,"292":4,"30":5,"31":4,"314":1,"32":2,"33":3,"34":6,"35":3,"352":54,"36":10,"37":2,"38":37,"380":2,"383":4,"39":10,"391":4,"397":1,"40":3,"41":3,"414":3,"415":6,"42":6,"426":2,"43":2,"44":4,"45":6,"46":25,"48":1,"49":9,"5":51,"51":2,"52":4,"53":3,"56":1,"6":3,"63":1,"7":35,"8":19,"9":40,"all_client":8543,"all_tv_clinet":907,"insert_time":"2014-08-19T21:20:44.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7640,"10":4,"107":42,"11":41,"12":1,"13":30,"14":15,"15":1,"155":3,"16":2,"161":7,"167":1,"18":69,"19":1,"20":1,"209":3,"21":33,"210":1,"215":3,"221":15,"223":56,"224":5,"225":64,"23":19,"24":54,"25":13,"257":6,"26":6,"27":9,"273":1,"279":7,"28":11,"282":2,"291":4,"292":4,"30":5,"31":4,"32":2,"33":3,"34":6,"35":2,"352":54,"36":9,"37":2,"38":35,"380":2,"383":4,"39":10,"391":5,"397":1,"40":3,"41":2,"414":3,"415":6,"42":6,"426":2,"43":2,"44":4,"45":6,"46":23,"48":1,"49":9,"5":52,"51":2,"52":4,"53":3,"56":2,"6":2,"63":1,"7":35,"8":20,"9":41,"all_client":8547,"all_tv_clinet":907,"insert_time":"2014-08-19T21:21:45.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7644,"10":4,"107":39,"11":43,"12":1,"13":31,"14":15,"15":1,"155":3,"16":3,"161":5,"167":1,"18":64,"19":1,"20":1,"209":3,"21":33,"210":1,"215":3,"221":15,"223":53,"224":5,"225":67,"23":20,"24":53,"25":12,"257":6,"26":6,"27":8,"273":1,"279":10,"28":12,"282":2,"291":4,"292":4,"30":4,"31":4,"32":2,"33":3,"34":7,"35":2,"352":57,"36":8,"37":2,"38":39,"380":2,"383":2,"39":8,"391":5,"397":1,"40":3,"41":2,"414":3,"415":6,"42":6,"426":2,"43":2,"44":4,"45":6,"46":23,"48":1,"49":8,"5":49,"51":2,"52":5,"53":2,"56":2,"6":3,"63":1,"7":34,"8":21,"9":42,"all_client":8547,"all_tv_clinet":903,"insert_time":"2014-08-19T21:22:45.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7639,"10":4,"107":36,"11":46,"12":1,"13":32,"14":15,"15":1,"155":3,"16":3,"161":4,"167":1,"18":63,"19":2,"20":1,"209":4,"21":33,"210":1,"215":3,"221":15,"223":52,"224":6,"225":67,"23":19,"24":55,"25":11,"257":6,"26":6,"27":8,"273":1,"279":10,"28":12,"282":2,"291":4,"292":4,"30":4,"31":4,"32":2,"33":3,"34":6,"35":3,"352":59,"36":9,"37":2,"38":38,"380":2,"383":2,"39":8,"391":5,"397":1,"40":3,"41":2,"414":4,"415":5,"42":5,"426":2,"43":2,"44":3,"45":6,"46":23,"48":1,"49":8,"5":49,"51":2,"52":5,"53":3,"56":2,"6":4,"63":1,"7":35,"8":20,"9":42,"all_client":8545,"all_tv_clinet":906,"insert_time":"2014-08-19T21:23:45.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7623,"10":4,"107":39,"11":49,"12":1,"13":33,"14":16,"15":1,"155":3,"16":4,"161":4,"167":2,"18":59,"19":2,"209":5,"21":32,"210":1,"215":3,"221":17,"223":52,"224":5,"225":62,"23":19,"24":53,"25":12,"257":5,"26":6,"27":8,"273":1,"279":12,"28":12,"282":2,"291":4,"292":4,"30":3,"31":4,"314":1,"32":4,"33":3,"34":7,"35":3,"352":58,"36":9,"37":2,"38":38,"380":2,"383":2,"39":7,"391":5,"397":1,"40":3,"41":2,"414":4,"415":5,"42":5,"426":2,"43":2,"44":4,"45":5,"46":25,"48":1,"49":9,"5":51,"51":2,"52":4,"53":3,"56":2,"6":6,"63":1,"7":37,"8":15,"9":45,"all_client":8537,"all_tv_clinet":914,"insert_time":"2014-08-19T21:24:45.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7651,"10":4,"107":41,"11":48,"12":1,"13":31,"14":16,"15":1,"155":3,"16":4,"161":5,"167":2,"18":61,"19":2,"209":5,"21":33,"210":1,"215":3,"221":17,"223":48,"224":5,"225":64,"23":18,"24":53,"25":12,"257":5,"26":5,"27":8,"273":1,"279":11,"28":13,"282":2,"291":4,"292":4,"30":2,"31":4,"314":1,"32":4,"33":2,"34":4,"35":4,"352":58,"36":10,"37":2,"38":37,"380":2,"383":2,"39":7,"391":5,"397":1,"40":3,"41":2,"414":5,"415":5,"42":5,"426":2,"43":3,"44":5,"45":5,"46":24,"48":1,"49":9,"5":48,"51":2,"52":3,"53":3,"56":2,"6":8,"63":1,"7":36,"8":16,"9":43,"all_client":8558,"all_tv_clinet":907,"insert_time":"2014-08-19T21:25:45.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7633,"10":4,"107":42,"11":50,"12":1,"13":29,"14":15,"15":1,"155":3,"16":4,"161":5,"167":2,"18":61,"19":2,"209":4,"21":36,"210":1,"215":3,"221":19,"223":47,"224":5,"225":65,"23":17,"24":52,"25":12,"257":5,"26":5,"27":8,"273":1,"279":11,"28":13,"282":1,"291":4,"292":3,"30":3,"31":4,"314":1,"32":4,"33":3,"34":4,"35":4,"352":61,"36":10,"37":2,"38":34,"380":2,"383":2,"39":7,"391":5,"397":1,"40":3,"41":2,"414":5,"415":5,"42":5,"426":2,"43":3,"44":5,"45":5,"46":24,"48":1,"49":9,"5":49,"51":2,"52":2,"53":4,"56":2,"6":8,"63":1,"7":36,"8":18,"9":43,"all_client":8545,"all_tv_clinet":912,"insert_time":"2014-08-19T21:26:45.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7626,"10":3,"107":43,"11":51,"12":1,"13":29,"14":15,"15":1,"155":3,"16":5,"161":5,"167":2,"17":1,"18":62,"19":2,"209":4,"21":35,"210":1,"215":4,"221":21,"223":44,"224":7,"225":69,"23":18,"24":50,"25":12,"257":5,"26":5,"27":8,"273":1,"279":11,"28":13,"282":1,"291":4,"292":3,"30":3,"31":4,"32":4,"33":3,"34":5,"35":4,"352":60,"36":10,"37":2,"38":33,"380":2,"383":1,"39":7,"391":4,"397":1,"40":3,"41":2,"414":5,"415":5,"42":5,"426":2,"43":3,"430":1,"44":5,"45":4,"46":25,"48":1,"49":9,"5":54,"51":2,"52":2,"53":3,"56":2,"6":7,"63":1,"7":37,"8":20,"9":38,"all_client":8544,"all_tv_clinet":918,"insert_time":"2014-08-19T21:27:45.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7610,"10":3,"107":46,"11":54,"12":1,"13":29,"14":16,"15":1,"155":3,"16":4,"161":5,"167":2,"17":1,"18":61,"19":2,"209":5,"21":34,"210":2,"215":3,"221":21,"223":46,"224":7,"225":68,"23":18,"24":53,"25":13,"257":5,"26":6,"27":8,"273":1,"279":10,"28":12,"282":2,"291":3,"292":3,"30":3,"31":4,"32":4,"33":3,"34":6,"35":4,"352":59,"36":11,"37":2,"38":30,"380":1,"383":1,"39":9,"391":3,"397":1,"40":3,"41":2,"414":4,"415":5,"42":5,"426":2,"43":3,"430":1,"44":4,"45":4,"46":27,"48":2,"49":8,"5":59,"51":2,"52":3,"53":3,"56":2,"6":6,"63":1,"7":42,"8":20,"9":36,"all_client":8543,"all_tv_clinet":933,"insert_time":"2014-08-19T21:28:45.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7613,"10":2,"107":50,"11":55,"12":1,"13":29,"14":16,"15":1,"155":3,"16":4,"161":6,"167":2,"17":1,"18":66,"19":2,"209":5,"21":30,"210":2,"215":4,"221":21,"223":44,"224":8,"225":68,"23":21,"24":49,"25":13,"257":5,"26":6,"27":8,"273":1,"279":10,"28":12,"282":3,"291":3,"292":3,"30":3,"31":4,"32":4,"33":3,"34":6,"35":4,"352":61,"36":10,"37":2,"38":28,"380":1,"383":1,"39":10,"391":3,"397":1,"40":5,"41":2,"414":3,"415":4,"42":5,"426":2,"43":3,"430":1,"44":4,"45":4,"46":27,"48":2,"49":10,"5":60,"51":2,"52":2,"53":3,"56":1,"6":6,"63":1,"7":41,"8":22,"9":31,"all_client":8549,"all_tv_clinet":936,"insert_time":"2014-08-19T21:29:45.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7630,"10":2,"107":45,"11":54,"12":1,"13":31,"14":16,"15":2,"155":3,"16":3,"161":7,"167":2,"18":69,"19":2,"20":1,"209":5,"21":29,"210":2,"215":4,"221":19,"223":43,"224":8,"225":65,"23":20,"24":51,"25":13,"257":5,"26":6,"27":8,"273":1,"279":11,"28":11,"282":3,"291":3,"292":3,"30":3,"31":4,"32":4,"33":3,"34":6,"35":4,"352":64,"36":10,"37":2,"38":31,"380":1,"383":1,"39":10,"391":3,"397":1,"40":5,"41":2,"414":3,"415":4,"42":5,"426":2,"43":4,"430":1,"44":4,"45":4,"46":24,"48":2,"49":10,"5":60,"51":2,"52":2,"53":3,"56":1,"6":6,"63":1,"7":39,"79":1,"8":22,"9":31,"all_client":8563,"all_tv_clinet":933,"insert_time":"2014-08-19T21:30:45.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7644,"10":2,"107":46,"11":53,"12":1,"13":34,"14":16,"15":2,"155":3,"16":3,"161":8,"167":2,"18":67,"19":2,"20":1,"209":5,"21":31,"210":2,"215":5,"221":19,"223":43,"224":8,"225":67,"23":20,"24":50,"25":13,"257":4,"26":6,"27":8,"273":1,"279":11,"28":11,"282":3,"291":3,"292":3,"30":3,"31":4,"32":4,"33":3,"34":8,"35":4,"352":61,"36":10,"37":2,"38":32,"380":1,"383":1,"39":9,"391":3,"397":1,"40":4,"41":3,"414":3,"415":4,"419":1,"42":4,"426":2,"43":4,"430":1,"44":5,"45":4,"46":23,"48":1,"49":11,"5":60,"51":2,"52":3,"53":3,"56":1,"6":10,"63":1,"7":38,"79":1,"8":25,"9":31,"all_client":8588,"all_tv_clinet":944,"insert_time":"2014-08-19T21:31:45.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7628,"10":2,"107":48,"11":57,"12":1,"13":33,"14":16,"15":2,"155":3,"16":2,"161":8,"167":2,"18":67,"19":2,"20":1,"209":5,"21":30,"210":2,"215":6,"221":20,"223":42,"224":8,"225":65,"23":19,"24":54,"25":13,"257":4,"26":6,"27":7,"273":2,"279":11,"28":11,"282":4,"291":3,"292":3,"30":3,"31":4,"32":4,"33":3,"34":8,"35":5,"352":60,"36":10,"37":2,"38":34,"380":1,"383":1,"39":9,"391":3,"397":1,"40":3,"41":4,"414":3,"415":4,"419":1,"42":4,"426":2,"43":4,"430":1,"44":6,"45":4,"46":17,"48":2,"49":10,"5":62,"51":2,"52":3,"53":2,"56":1,"6":11,"63":1,"7":36,"79":1,"8":28,"9":32,"all_client":8579,"all_tv_clinet":951,"insert_time":"2014-08-19T21:32:45.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7623,"10":2,"107":49,"11":58,"12":1,"13":30,"14":17,"15":1,"155":2,"159":1,"16":1,"161":7,"167":2,"18":68,"19":2,"20":1,"209":5,"21":30,"210":2,"215":7,"221":20,"223":43,"224":9,"225":66,"23":20,"24":54,"25":12,"257":4,"26":7,"27":7,"273":2,"279":9,"28":11,"282":4,"291":3,"292":3,"30":2,"31":4,"32":4,"33":2,"34":7,"35":5,"352":58,"36":10,"37":2,"38":34,"380":1,"381":1,"383":2,"39":9,"391":3,"397":1,"40":3,"41":5,"414":3,"415":5,"419":1,"42":3,"426":2,"43":3,"430":1,"44":7,"45":4,"46":17,"48":1,"49":9,"5":61,"51":2,"52":3,"53":3,"56":1,"6":11,"7":38,"79":1,"8":28,"9":31,"all_client":8571,"all_tv_clinet":948,"insert_time":"2014-08-19T21:33:45.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7632,"10":2,"107":48,"11":62,"12":1,"13":31,"14":17,"15":1,"155":2,"159":1,"16":2,"161":9,"167":2,"18":71,"19":1,"20":1,"209":4,"21":29,"210":2,"215":8,"221":19,"223":40,"224":9,"225":65,"23":20,"24":55,"25":13,"257":4,"26":7,"27":7,"273":2,"279":11,"28":11,"282":4,"291":3,"292":3,"30":2,"31":5,"32":4,"33":2,"34":6,"347":1,"35":6,"352":54,"36":10,"37":3,"38":31,"380":1,"381":2,"383":2,"39":9,"391":3,"397":1,"40":3,"41":6,"414":2,"415":4,"419":2,"42":3,"426":3,"43":3,"430":1,"44":7,"45":4,"46":18,"48":1,"49":8,"5":60,"51":2,"52":3,"53":4,"56":1,"6":12,"7":38,"79":1,"8":28,"9":34,"all_client":8589,"all_tv_clinet":957,"insert_time":"2014-08-19T21:34:46.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7645,"10":2,"107":51,"11":60,"12":1,"13":30,"14":17,"15":1,"155":2,"159":1,"16":2,"161":11,"167":2,"18":74,"19":1,"20":1,"209":4,"21":29,"210":2,"215":8,"221":20,"223":40,"224":10,"225":65,"23":20,"24":57,"25":16,"257":4,"26":7,"27":7,"273":1,"279":11,"28":11,"282":4,"291":3,"292":3,"30":2,"31":5,"32":4,"33":1,"34":4,"347":1,"35":8,"352":53,"36":9,"37":3,"38":30,"380":1,"381":2,"383":2,"39":11,"391":3,"397":1,"40":3,"41":5,"414":2,"415":5,"419":2,"42":3,"426":3,"43":3,"430":2,"44":7,"45":5,"46":18,"48":1,"49":7,"5":59,"51":2,"52":3,"53":4,"56":1,"6":13,"7":37,"79":1,"8":26,"9":34,"all_client":8609,"all_tv_clinet":964,"insert_time":"2014-08-19T21:35:46.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7663,"10":2,"107":49,"11":57,"12":1,"13":28,"14":18,"15":1,"155":2,"16":2,"161":12,"167":2,"18":77,"19":1,"20":1,"209":4,"21":26,"210":2,"215":8,"221":22,"223":43,"224":8,"225":65,"23":18,"24":58,"25":17,"257":4,"26":7,"27":8,"273":1,"279":13,"28":11,"282":4,"291":2,"292":3,"30":2,"31":5,"314":1,"32":4,"33":1,"34":4,"347":1,"35":8,"352":53,"36":9,"37":3,"38":29,"380":1,"381":2,"383":2,"39":11,"391":3,"40":3,"41":5,"414":2,"415":5,"419":2,"42":3,"426":3,"43":2,"430":2,"44":7,"45":5,"46":19,"48":1,"49":7,"5":62,"51":1,"52":4,"53":4,"570":1,"6":13,"7":34,"79":1,"8":26,"9":35,"all_client":8626,"all_tv_clinet":963,"insert_time":"2014-08-19T21:36:46.223Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7666,"10":2,"107":50,"11":56,"12":1,"13":29,"14":18,"15":1,"155":2,"16":2,"161":10,"167":2,"18":77,"19":1,"20":1,"209":4,"21":28,"210":2,"215":10,"221":23,"223":38,"224":8,"225":62,"23":17,"24":59,"25":20,"257":3,"26":8,"27":8,"273":1,"279":13,"28":11,"282":4,"291":2,"292":3,"30":3,"31":5,"314":1,"32":4,"33":1,"34":4,"347":2,"35":8,"352":54,"36":8,"37":3,"38":33,"380":1,"381":2,"383":2,"39":11,"391":2,"396":1,"397":1,"40":3,"41":5,"414":3,"415":6,"419":1,"42":3,"426":2,"43":2,"430":2,"44":6,"45":5,"46":18,"48":1,"49":7,"5":63,"51":1,"52":2,"53":2,"570":1,"6":14,"63":1,"7":33,"79":1,"8":26,"80":1,"9":39,"all_client":8636,"all_tv_clinet":970,"insert_time":"2014-08-19T21:37:46.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7708,"10":2,"107":46,"11":56,"12":2,"13":31,"14":16,"15":2,"155":2,"16":2,"161":10,"167":2,"18":76,"19":1,"20":1,"209":4,"21":29,"210":2,"215":11,"221":24,"223":36,"224":8,"225":60,"23":16,"24":61,"25":23,"257":2,"26":8,"27":8,"273":1,"279":14,"28":10,"282":4,"291":2,"292":3,"30":4,"31":6,"314":1,"32":4,"33":1,"34":4,"347":2,"35":8,"352":56,"36":9,"37":3,"38":33,"381":3,"383":2,"39":11,"391":2,"396":1,"397":1,"40":3,"41":5,"414":3,"415":6,"419":1,"42":2,"426":2,"43":4,"430":2,"44":6,"45":5,"46":17,"48":1,"49":7,"5":65,"51":1,"52":3,"53":1,"570":1,"6":12,"63":1,"7":33,"79":2,"8":25,"80":1,"9":42,"all_client":8685,"all_tv_clinet":977,"insert_time":"2014-08-19T21:38:46.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7711,"10":2,"107":47,"11":58,"12":2,"13":35,"14":16,"15":2,"155":2,"16":2,"161":8,"167":2,"18":73,"19":1,"20":1,"209":3,"21":28,"210":2,"215":11,"221":24,"223":38,"224":6,"225":61,"23":18,"24":64,"25":22,"257":3,"26":8,"27":9,"273":1,"279":14,"28":9,"282":4,"291":2,"292":3,"30":4,"31":7,"314":1,"32":5,"33":1,"34":5,"347":2,"35":9,"352":52,"36":11,"37":3,"38":30,"381":3,"383":2,"39":13,"391":2,"396":1,"397":2,"40":3,"409":1,"41":4,"414":3,"415":6,"419":1,"42":2,"426":2,"43":4,"430":2,"44":5,"45":4,"46":16,"48":1,"49":6,"5":67,"51":1,"52":2,"53":1,"6":12,"63":1,"7":33,"79":2,"8":26,"80":1,"9":43,"all_client":8694,"all_tv_clinet":983,"insert_time":"2014-08-19T21:39:46.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7684,"10":2,"107":47,"11":60,"12":2,"13":35,"14":18,"15":2,"155":2,"16":2,"161":8,"167":2,"18":74,"19":2,"20":1,"209":3,"21":28,"210":1,"214":1,"215":11,"221":22,"223":38,"224":6,"225":62,"23":19,"24":65,"25":20,"257":3,"26":7,"268":1,"27":10,"273":1,"279":15,"28":9,"282":4,"291":2,"292":3,"30":3,"31":6,"314":1,"32":4,"33":2,"34":4,"347":2,"35":9,"352":55,"36":11,"37":3,"38":28,"381":4,"383":2,"39":14,"391":3,"396":1,"397":2,"40":4,"409":1,"41":4,"414":3,"415":6,"419":1,"42":2,"426":2,"43":4,"430":2,"44":5,"45":4,"46":17,"48":1,"49":7,"5":69,"51":1,"52":3,"53":2,"6":15,"63":1,"7":33,"79":2,"8":27,"9":39,"all_client":8681,"all_tv_clinet":997,"insert_time":"2014-08-19T21:40:46.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7687,"10":2,"107":49,"11":62,"12":2,"13":33,"14":18,"15":2,"155":2,"16":2,"161":10,"167":2,"18":69,"19":2,"20":2,"209":4,"21":27,"210":1,"214":1,"215":11,"221":21,"223":41,"224":5,"225":61,"23":18,"24":66,"25":17,"257":3,"26":7,"268":1,"27":9,"273":1,"279":15,"28":9,"282":3,"291":2,"292":2,"30":3,"31":6,"314":1,"32":4,"33":3,"34":4,"347":2,"35":9,"352":55,"36":11,"37":3,"38":29,"381":4,"383":2,"39":16,"391":4,"396":1,"397":2,"40":4,"409":1,"41":4,"414":4,"415":6,"419":1,"42":2,"426":2,"43":4,"430":2,"44":5,"45":3,"46":17,"49":6,"5":70,"51":2,"52":3,"53":2,"6":15,"63":1,"7":32,"79":1,"8":29,"9":43,"all_client":8687,"all_tv_clinet":1000,"insert_time":"2014-08-19T21:41:46.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7700,"10":4,"107":52,"11":63,"12":2,"13":33,"14":17,"15":2,"155":2,"16":2,"161":10,"167":2,"18":68,"19":2,"20":1,"209":4,"21":28,"210":1,"214":1,"215":11,"221":21,"223":39,"224":5,"225":65,"23":18,"24":66,"25":17,"257":3,"26":6,"268":1,"27":9,"273":1,"279":16,"28":9,"282":4,"291":2,"292":2,"30":3,"31":6,"314":1,"32":3,"33":3,"34":3,"347":2,"35":10,"352":53,"36":10,"37":3,"38":31,"381":3,"383":2,"39":15,"391":4,"396":1,"397":2,"40":4,"41":4,"414":4,"415":5,"419":2,"42":2,"426":2,"43":4,"430":2,"44":5,"45":3,"46":15,"49":6,"5":71,"51":3,"52":3,"53":2,"6":18,"63":1,"7":34,"8":28,"9":43,"all_client":8705,"all_tv_clinet":1005,"insert_time":"2014-08-19T21:42:46.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7717,"10":4,"107":52,"11":65,"12":2,"13":34,"14":18,"15":2,"155":2,"16":2,"161":9,"167":2,"18":66,"19":2,"20":1,"209":3,"21":28,"210":1,"214":1,"215":12,"221":19,"223":39,"224":5,"225":65,"23":19,"24":65,"25":18,"257":3,"26":6,"27":10,"273":1,"279":16,"28":8,"282":4,"291":2,"292":1,"30":3,"31":5,"314":1,"32":3,"33":4,"34":3,"347":2,"35":10,"352":54,"36":12,"37":3,"38":30,"380":1,"381":2,"383":2,"39":15,"391":4,"397":2,"40":4,"409":1,"41":3,"414":3,"415":5,"419":2,"42":2,"426":2,"43":3,"430":2,"44":5,"45":3,"46":17,"49":5,"5":73,"51":3,"52":2,"53":2,"6":19,"63":2,"7":33,"8":28,"9":42,"all_client":8721,"all_tv_clinet":1004,"insert_time":"2014-08-19T21:43:46.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7746,"10":5,"107":52,"11":66,"12":1,"13":35,"14":19,"15":2,"155":2,"16":2,"161":8,"167":2,"18":68,"19":2,"20":1,"209":3,"21":28,"210":1,"214":1,"215":12,"221":20,"223":39,"224":4,"225":66,"23":18,"24":65,"25":19,"257":2,"26":6,"27":10,"273":1,"279":15,"28":9,"282":4,"291":2,"292":1,"30":3,"31":5,"314":1,"32":2,"33":4,"34":4,"347":2,"35":11,"352":52,"36":11,"37":3,"38":32,"380":1,"381":2,"383":2,"39":14,"391":4,"397":2,"40":3,"409":1,"41":2,"414":3,"415":5,"419":2,"42":4,"426":2,"43":4,"430":2,"44":5,"45":3,"46":17,"49":5,"5":73,"51":3,"52":2,"53":2,"6":22,"63":1,"7":34,"8":28,"9":41,"all_client":8756,"all_tv_clinet":1010,"insert_time":"2014-08-19T21:44:46.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7784,"10":4,"107":53,"11":66,"12":1,"13":36,"14":20,"15":2,"155":2,"16":1,"161":9,"167":1,"18":68,"19":2,"20":1,"209":4,"21":29,"210":1,"214":1,"215":12,"221":20,"223":41,"224":3,"225":62,"23":19,"24":64,"25":19,"257":2,"26":6,"27":11,"273":1,"279":14,"28":9,"282":5,"291":2,"292":1,"30":3,"31":5,"314":1,"32":2,"33":4,"34":4,"347":2,"35":12,"352":52,"36":10,"37":3,"38":31,"380":1,"381":2,"383":3,"39":14,"391":3,"397":2,"40":3,"409":1,"41":1,"414":3,"415":5,"419":1,"42":4,"426":2,"43":4,"430":3,"44":5,"45":3,"46":20,"49":5,"5":75,"51":4,"52":2,"53":2,"6":21,"63":1,"7":35,"8":29,"9":40,"all_client":8799,"all_tv_clinet":1015,"insert_time":"2014-08-19T21:45:46.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7800,"10":3,"107":48,"11":63,"12":1,"13":33,"14":19,"15":2,"155":2,"16":1,"161":9,"167":1,"18":73,"19":3,"20":1,"209":4,"21":29,"210":1,"214":1,"215":11,"221":21,"223":44,"224":3,"225":62,"23":20,"24":64,"25":21,"257":3,"26":5,"27":11,"276":2,"279":15,"28":9,"282":5,"291":2,"292":1,"30":3,"31":5,"314":1,"32":2,"33":3,"34":4,"347":3,"35":12,"352":51,"36":9,"37":3,"38":32,"380":1,"381":1,"383":3,"39":13,"391":3,"397":2,"40":3,"409":1,"41":1,"414":3,"415":5,"419":1,"42":4,"426":2,"43":4,"430":3,"431":1,"44":5,"45":3,"46":20,"48":1,"49":6,"5":72,"51":5,"52":2,"53":2,"6":22,"63":2,"7":36,"8":31,"9":43,"all_client":8822,"all_tv_clinet":1022,"insert_time":"2014-08-19T21:46:47.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7800,"10":3,"107":50,"11":64,"12":1,"13":30,"14":18,"15":2,"155":2,"16":1,"161":8,"167":1,"18":75,"19":3,"20":1,"209":4,"21":37,"210":1,"214":1,"215":10,"221":22,"223":49,"224":3,"225":62,"23":20,"24":66,"25":21,"257":5,"26":5,"27":11,"276":2,"279":15,"28":9,"282":5,"291":2,"292":1,"30":4,"31":6,"314":1,"32":3,"33":3,"34":3,"347":3,"35":11,"352":52,"36":10,"37":3,"38":30,"380":1,"381":1,"383":3,"39":11,"391":3,"397":2,"40":3,"409":1,"41":1,"414":4,"415":5,"419":1,"42":2,"426":1,"43":4,"430":3,"431":1,"44":4,"45":3,"46":21,"48":1,"49":6,"5":73,"51":5,"52":2,"53":2,"6":23,"63":1,"7":36,"8":33,"9":42,"all_client":8838,"all_tv_clinet":1038,"insert_time":"2014-08-19T21:47:47.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7814,"10":3,"107":52,"11":64,"12":1,"13":32,"14":17,"15":2,"155":2,"16":2,"161":9,"167":1,"18":76,"19":4,"20":1,"209":4,"21":38,"210":1,"214":1,"215":10,"221":24,"223":52,"224":3,"225":60,"23":20,"24":68,"25":20,"257":6,"26":5,"27":11,"276":2,"279":16,"28":9,"282":5,"291":2,"292":1,"30":4,"31":7,"314":1,"32":3,"33":3,"34":4,"347":3,"35":8,"352":50,"36":12,"37":5,"38":30,"380":1,"381":1,"383":2,"39":11,"391":3,"397":2,"40":2,"409":1,"41":3,"414":4,"415":4,"419":1,"42":2,"426":1,"43":4,"430":3,"431":1,"44":4,"45":2,"46":18,"48":1,"49":6,"5":73,"51":5,"52":2,"53":2,"6":23,"63":1,"7":38,"8":34,"9":41,"all_client":8864,"all_tv_clinet":1050,"insert_time":"2014-08-19T21:48:47.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7844,"10":3,"107":49,"11":65,"12":1,"13":32,"14":17,"15":1,"155":2,"16":2,"161":10,"167":1,"18":78,"19":4,"20":1,"209":4,"21":40,"210":1,"214":1,"215":10,"221":23,"223":51,"224":3,"225":62,"23":23,"24":70,"25":19,"257":6,"26":5,"27":11,"276":2,"279":17,"28":9,"282":5,"291":2,"292":1,"30":5,"31":7,"314":1,"32":3,"33":3,"34":4,"347":3,"35":6,"352":50,"36":14,"37":5,"38":31,"380":1,"381":1,"383":2,"39":11,"391":2,"397":2,"40":2,"409":1,"41":3,"414":4,"415":4,"419":1,"42":3,"426":1,"43":4,"430":3,"431":1,"44":5,"45":2,"46":19,"49":5,"5":74,"51":6,"52":2,"53":2,"6":22,"63":1,"7":39,"8":32,"9":40,"all_client":8902,"all_tv_clinet":1058,"insert_time":"2014-08-19T21:49:47.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7861,"10":3,"107":47,"11":67,"12":1,"13":31,"14":17,"15":1,"155":2,"16":3,"161":10,"18":77,"19":4,"20":1,"209":4,"21":42,"210":1,"214":1,"215":10,"221":22,"223":50,"224":2,"225":63,"23":25,"24":76,"25":18,"257":5,"26":5,"27":11,"276":2,"279":17,"28":9,"282":5,"291":2,"292":1,"30":5,"31":9,"314":1,"32":3,"33":3,"34":4,"347":3,"35":5,"352":47,"36":13,"37":5,"38":32,"380":1,"381":1,"383":3,"39":12,"391":2,"397":2,"40":2,"409":1,"41":3,"414":4,"415":4,"419":1,"42":3,"426":1,"43":3,"430":3,"431":1,"44":6,"45":2,"46":17,"49":5,"5":74,"51":6,"52":2,"53":2,"6":23,"63":1,"7":39,"8":31,"9":41,"all_client":8922,"all_tv_clinet":1061,"insert_time":"2014-08-19T21:50:47.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7905,"10":3,"107":46,"11":66,"12":1,"13":28,"14":19,"15":1,"155":2,"16":3,"161":10,"18":78,"19":4,"20":1,"209":4,"21":42,"210":1,"214":1,"215":10,"221":21,"223":51,"224":2,"225":61,"23":24,"24":74,"25":20,"257":4,"26":6,"27":9,"276":2,"279":18,"28":10,"282":6,"291":1,"292":1,"30":5,"31":10,"314":1,"32":3,"33":3,"34":3,"347":3,"35":5,"352":50,"36":14,"37":5,"38":31,"380":1,"381":1,"383":3,"39":11,"391":2,"397":2,"40":2,"409":1,"41":1,"414":4,"415":4,"419":1,"42":3,"426":1,"43":3,"430":3,"431":1,"44":6,"45":2,"46":17,"48":1,"49":5,"5":75,"51":6,"52":2,"53":2,"6":25,"63":1,"7":42,"8":30,"9":43,"all_client":8969,"all_tv_clinet":1064,"insert_time":"2014-08-19T21:51:47.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7929,"10":3,"107":46,"11":67,"12":1,"13":28,"14":19,"15":2,"155":2,"16":3,"161":11,"18":79,"19":4,"20":1,"209":4,"21":46,"210":1,"214":1,"215":9,"221":22,"223":56,"224":2,"225":61,"23":26,"24":75,"25":21,"257":4,"26":6,"27":9,"276":2,"279":17,"28":11,"282":6,"291":1,"292":1,"30":5,"31":10,"314":1,"32":3,"33":2,"34":3,"347":2,"35":6,"352":48,"36":16,"37":5,"38":31,"380":1,"381":1,"383":3,"39":11,"391":3,"397":2,"40":2,"409":1,"41":1,"414":4,"415":3,"419":1,"42":3,"426":1,"43":3,"430":3,"431":1,"44":6,"45":2,"46":17,"48":1,"49":6,"5":81,"51":6,"52":2,"53":2,"6":26,"63":2,"7":42,"8":29,"9":42,"all_client":9016,"all_tv_clinet":1087,"insert_time":"2014-08-19T21:52:47.555Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7971,"10":3,"107":43,"11":72,"12":1,"13":29,"14":20,"15":2,"155":2,"16":4,"161":11,"167":2,"18":80,"19":4,"20":1,"209":3,"21":48,"214":2,"215":8,"221":26,"223":58,"224":4,"225":61,"23":27,"24":77,"25":20,"257":4,"26":6,"27":10,"276":2,"279":17,"28":11,"282":7,"291":1,"292":1,"30":4,"31":9,"314":1,"32":2,"33":2,"34":3,"347":3,"35":5,"352":52,"36":15,"37":6,"38":28,"380":1,"381":1,"383":3,"39":11,"391":3,"397":3,"40":2,"409":1,"41":1,"414":3,"415":3,"419":1,"42":2,"426":1,"43":2,"430":3,"431":1,"44":6,"45":2,"46":17,"48":1,"49":6,"5":77,"51":6,"52":2,"53":2,"6":28,"63":1,"7":43,"8":29,"9":41,"all_client":9071,"all_tv_clinet":1100,"insert_time":"2014-08-19T21:53:47.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8002,"10":3,"107":45,"11":75,"13":29,"14":19,"15":2,"155":2,"16":4,"161":10,"167":3,"18":84,"19":5,"20":1,"209":3,"21":49,"214":2,"215":8,"221":27,"223":53,"224":4,"225":64,"23":29,"24":81,"25":20,"257":5,"26":6,"27":10,"276":2,"279":17,"28":10,"282":7,"291":2,"292":1,"30":4,"31":9,"314":1,"32":2,"33":2,"34":2,"347":3,"35":5,"352":49,"36":14,"37":6,"38":30,"380":1,"381":1,"383":3,"39":12,"391":3,"397":3,"40":2,"409":1,"41":1,"414":3,"415":3,"419":1,"42":3,"426":1,"43":2,"430":3,"431":1,"44":5,"45":2,"46":18,"48":1,"49":7,"5":75,"51":6,"52":3,"53":2,"6":27,"63":1,"7":45,"8":30,"9":42,"all_client":9119,"all_tv_clinet":1117,"insert_time":"2014-08-19T21:54:47.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8052,"10":4,"107":50,"11":77,"13":29,"14":16,"15":2,"155":2,"16":4,"161":10,"167":3,"18":88,"19":5,"20":1,"209":3,"21":47,"214":2,"215":8,"221":29,"223":50,"224":5,"225":63,"23":31,"24":81,"25":22,"257":5,"26":7,"27":11,"276":2,"279":19,"28":9,"282":6,"291":2,"292":1,"30":3,"31":10,"314":1,"32":2,"33":2,"34":2,"347":3,"35":5,"352":53,"36":14,"37":7,"38":29,"380":1,"381":1,"383":3,"39":13,"391":3,"397":3,"40":3,"409":1,"41":1,"414":3,"415":3,"419":1,"42":3,"426":1,"43":2,"430":3,"431":1,"44":5,"45":2,"46":17,"48":1,"49":7,"5":76,"51":6,"52":3,"53":2,"6":28,"63":1,"7":45,"8":28,"80":1,"9":40,"all_client":9185,"all_tv_clinet":1133,"insert_time":"2014-08-19T21:55:47.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8078,"10":4,"107":49,"11":79,"13":32,"14":13,"15":2,"155":2,"16":3,"161":10,"167":2,"18":90,"19":6,"20":1,"209":3,"21":49,"214":2,"215":8,"221":31,"223":47,"224":5,"225":61,"23":30,"24":85,"25":22,"257":5,"26":7,"27":11,"276":2,"279":19,"28":9,"282":7,"291":2,"292":1,"30":2,"31":10,"314":2,"32":2,"33":2,"34":2,"347":4,"35":7,"352":55,"36":14,"37":7,"38":32,"380":1,"381":1,"383":2,"39":13,"391":3,"397":2,"40":3,"409":1,"41":2,"414":2,"415":3,"419":1,"42":4,"426":1,"43":2,"430":3,"431":1,"44":3,"45":2,"46":18,"48":1,"49":6,"5":77,"51":6,"52":3,"53":3,"6":29,"7":46,"8":29,"80":1,"9":39,"all_client":9224,"all_tv_clinet":1146,"insert_time":"2014-08-19T21:56:47.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8108,"10":4,"107":50,"11":79,"13":37,"14":12,"15":3,"155":2,"16":4,"161":9,"167":2,"18":89,"19":6,"20":1,"209":3,"21":52,"214":3,"215":8,"221":31,"223":47,"224":5,"225":60,"23":34,"24":84,"25":23,"257":4,"26":6,"27":9,"276":2,"279":20,"28":9,"282":7,"291":2,"292":1,"30":2,"31":8,"314":2,"32":2,"33":2,"34":2,"347":4,"35":7,"352":56,"36":13,"37":5,"38":35,"380":1,"381":1,"383":2,"39":14,"391":3,"397":2,"40":3,"409":1,"41":2,"414":2,"415":3,"419":1,"42":3,"426":1,"43":2,"430":2,"431":1,"44":3,"45":3,"46":18,"48":1,"49":8,"5":79,"51":7,"52":3,"53":4,"6":35,"7":48,"8":30,"80":1,"9":38,"all_client":9276,"all_tv_clinet":1168,"insert_time":"2014-08-19T21:57:47.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8135,"10":5,"107":49,"11":76,"12":2,"13":37,"14":12,"15":3,"155":2,"16":4,"161":11,"167":2,"17":1,"18":92,"19":7,"20":2,"209":3,"21":52,"214":3,"215":8,"221":28,"223":47,"224":6,"225":62,"23":35,"24":87,"25":24,"257":4,"26":6,"27":9,"273":1,"276":2,"279":18,"28":9,"282":7,"291":2,"292":1,"30":2,"31":9,"314":2,"32":2,"33":2,"34":1,"347":3,"35":8,"352":55,"36":13,"37":5,"38":37,"380":1,"381":3,"383":3,"39":14,"391":3,"397":2,"40":3,"409":1,"41":2,"414":1,"415":3,"419":1,"42":3,"43":2,"430":2,"431":1,"44":3,"45":3,"46":18,"48":1,"49":9,"5":74,"51":7,"52":3,"53":4,"6":36,"7":49,"8":31,"80":1,"9":36,"all_client":9313,"all_tv_clinet":1178,"insert_time":"2014-08-19T21:58:48.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8174,"10":5,"107":48,"11":73,"12":3,"13":38,"14":12,"15":2,"155":2,"16":4,"161":11,"167":3,"17":1,"18":95,"19":7,"20":2,"209":3,"21":52,"214":3,"215":7,"221":30,"223":49,"224":7,"225":64,"23":36,"24":88,"25":25,"257":4,"26":7,"27":8,"273":1,"276":2,"279":17,"28":8,"282":7,"291":2,"292":1,"30":2,"31":8,"314":2,"32":2,"33":3,"34":2,"347":3,"35":11,"352":53,"36":13,"37":4,"38":40,"380":1,"381":3,"383":3,"39":14,"391":3,"396":1,"397":2,"40":3,"409":1,"41":2,"415":3,"419":1,"42":3,"43":2,"430":2,"431":1,"44":2,"45":4,"46":19,"48":1,"49":9,"5":72,"51":7,"52":3,"53":4,"6":37,"7":51,"8":33,"80":1,"9":38,"all_client":9370,"all_tv_clinet":1196,"insert_time":"2014-08-19T21:59:48.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8209,"10":4,"107":46,"11":72,"12":4,"13":38,"14":12,"15":3,"155":2,"16":4,"161":11,"167":5,"17":1,"18":101,"19":8,"20":3,"209":3,"21":54,"214":3,"215":7,"221":34,"223":45,"224":7,"225":66,"23":36,"24":94,"25":25,"257":5,"26":7,"27":7,"273":1,"276":2,"279":17,"28":9,"282":7,"291":2,"292":1,"30":2,"31":7,"314":1,"32":1,"33":3,"34":2,"347":3,"35":13,"352":48,"36":13,"37":4,"38":42,"380":1,"381":3,"383":3,"39":13,"391":3,"396":1,"397":2,"40":3,"409":1,"41":2,"415":3,"419":1,"42":3,"43":3,"430":2,"431":1,"44":3,"45":4,"46":19,"48":1,"49":8,"5":74,"51":6,"52":3,"53":4,"6":37,"7":52,"8":34,"80":1,"9":39,"all_client":9424,"all_tv_clinet":1215,"insert_time":"2014-08-19T22:00:48.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8269,"10":3,"107":49,"11":68,"12":5,"13":40,"14":13,"15":3,"155":2,"16":4,"161":9,"167":5,"17":3,"18":101,"19":9,"20":3,"209":5,"21":56,"214":3,"215":5,"221":34,"223":44,"224":5,"225":66,"23":43,"24":96,"25":23,"257":5,"26":8,"27":7,"273":1,"276":2,"279":17,"28":10,"282":8,"291":1,"292":1,"30":2,"31":7,"314":1,"32":1,"33":3,"34":2,"347":2,"35":15,"352":50,"36":11,"37":3,"38":40,"380":1,"381":3,"383":3,"39":14,"391":3,"396":1,"397":3,"40":3,"409":1,"41":3,"415":3,"419":1,"42":3,"43":3,"430":2,"431":1,"44":3,"45":5,"46":20,"48":1,"49":8,"5":81,"51":5,"52":3,"53":4,"6":35,"7":53,"8":35,"80":1,"9":45,"all_client":9510,"all_tv_clinet":1241,"insert_time":"2014-08-19T22:01:48.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8347,"10":3,"107":48,"11":66,"12":7,"13":40,"14":14,"15":3,"155":2,"16":4,"161":8,"167":5,"17":4,"18":105,"19":10,"20":4,"209":5,"21":59,"214":3,"215":6,"221":33,"223":41,"224":3,"225":63,"23":44,"24":98,"25":24,"257":7,"26":7,"27":9,"273":1,"276":2,"279":17,"28":12,"282":6,"291":1,"292":1,"30":1,"31":7,"32":1,"33":3,"34":2,"35":15,"352":53,"36":12,"37":3,"38":39,"380":1,"381":3,"383":5,"39":13,"391":3,"396":1,"397":3,"40":4,"409":1,"41":3,"415":4,"419":1,"42":3,"43":2,"430":1,"431":1,"44":3,"45":4,"46":20,"48":2,"49":8,"5":86,"51":5,"52":4,"53":3,"6":35,"7":51,"79":1,"8":34,"80":1,"9":49,"all_client":9603,"all_tv_clinet":1256,"insert_time":"2014-08-19T22:02:48.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8413,"10":3,"107":45,"11":68,"12":7,"13":41,"14":15,"15":3,"16":3,"161":9,"167":5,"17":5,"18":113,"19":8,"20":5,"209":4,"21":57,"210":1,"214":3,"215":6,"221":30,"223":41,"224":3,"225":62,"23":41,"24":101,"25":27,"257":9,"26":7,"27":9,"273":1,"276":2,"279":17,"28":12,"282":5,"291":1,"292":1,"30":1,"31":8,"32":1,"33":3,"34":2,"35":17,"352":57,"36":11,"37":2,"38":37,"380":1,"381":3,"383":5,"39":13,"391":3,"397":3,"40":4,"41":4,"415":4,"419":1,"42":3,"43":1,"430":1,"431":1,"44":3,"45":5,"46":19,"48":2,"49":8,"5":90,"51":5,"52":5,"53":2,"6":30,"7":52,"79":1,"8":35,"80":1,"9":50,"all_client":9677,"all_tv_clinet":1264,"insert_time":"2014-08-19T22:03:48.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8478,"10":3,"107":45,"11":72,"12":7,"13":43,"14":13,"15":5,"158":1,"16":4,"161":9,"167":6,"17":5,"18":118,"19":8,"20":7,"209":4,"21":56,"210":1,"214":3,"215":8,"221":30,"223":40,"224":3,"225":61,"23":34,"24":101,"25":24,"257":10,"26":8,"27":9,"273":1,"276":3,"279":16,"28":12,"282":6,"291":2,"292":2,"30":1,"31":8,"32":2,"33":3,"34":3,"35":17,"352":60,"36":11,"37":2,"38":39,"380":1,"381":3,"383":5,"39":11,"391":3,"397":2,"40":4,"41":5,"415":3,"42":3,"43":1,"430":1,"431":1,"44":4,"45":6,"46":15,"48":2,"49":9,"5":95,"51":4,"52":5,"53":2,"6":27,"7":53,"79":1,"8":34,"80":1,"9":51,"all_client":9756,"all_tv_clinet":1278,"insert_time":"2014-08-19T22:04:48.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8570,"10":3,"107":49,"11":71,"12":6,"13":44,"14":13,"15":6,"158":1,"16":4,"160":1,"161":10,"167":8,"17":4,"18":120,"19":6,"20":6,"209":4,"21":57,"210":1,"214":3,"215":8,"221":28,"223":40,"224":3,"225":65,"23":34,"24":103,"25":22,"257":10,"26":10,"27":10,"273":1,"276":3,"279":15,"28":13,"282":6,"291":2,"292":2,"30":1,"31":8,"32":2,"33":3,"34":3,"35":17,"352":58,"36":11,"37":2,"38":37,"380":1,"381":3,"383":5,"39":10,"391":3,"397":2,"40":5,"41":5,"415":3,"42":4,"43":1,"430":1,"431":1,"44":4,"45":6,"46":14,"48":2,"49":11,"5":96,"51":4,"52":6,"53":2,"6":22,"7":55,"79":1,"8":35,"80":1,"9":50,"all_client":9857,"all_tv_clinet":1287,"insert_time":"2014-08-19T22:05:48.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8604,"10":3,"107":48,"11":69,"12":6,"13":45,"14":14,"15":7,"158":1,"16":8,"160":1,"161":9,"167":9,"17":5,"18":125,"19":7,"20":7,"209":4,"21":60,"210":1,"214":3,"215":9,"221":26,"223":40,"224":3,"225":64,"23":32,"24":102,"25":22,"257":10,"26":10,"27":10,"273":2,"276":3,"279":14,"28":13,"281":1,"282":6,"291":2,"292":2,"30":1,"31":6,"32":2,"33":3,"34":3,"35":18,"352":63,"36":14,"37":2,"38":40,"380":1,"381":4,"383":5,"39":11,"391":3,"397":2,"40":5,"41":5,"415":3,"42":5,"43":1,"431":1,"44":4,"45":7,"46":15,"48":1,"49":11,"5":99,"51":5,"52":5,"53":3,"6":18,"7":55,"79":1,"8":36,"80":1,"9":50,"all_client":9916,"all_tv_clinet":1312,"insert_time":"2014-08-19T22:06:48.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8676,"10":3,"107":47,"11":67,"12":6,"13":45,"14":13,"15":9,"16":7,"160":1,"161":10,"167":9,"17":6,"18":124,"19":7,"20":6,"209":4,"21":60,"210":2,"214":3,"215":10,"221":24,"223":42,"224":3,"225":64,"23":32,"24":107,"25":21,"257":11,"26":9,"27":11,"273":4,"276":3,"279":15,"28":12,"281":1,"282":5,"291":2,"292":2,"30":1,"31":6,"32":1,"33":4,"34":3,"35":18,"352":59,"36":14,"37":2,"38":38,"380":1,"381":4,"383":5,"39":9,"391":3,"397":2,"40":5,"41":5,"415":3,"42":6,"43":1,"431":1,"44":4,"45":7,"46":15,"48":1,"49":11,"5":106,"51":6,"52":5,"53":2,"6":19,"7":56,"79":1,"8":36,"80":1,"9":55,"all_client":9999,"all_tv_clinet":1323,"insert_time":"2014-08-19T22:07:48.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8764,"10":3,"107":46,"11":67,"12":7,"13":45,"14":13,"15":12,"16":7,"160":1,"161":10,"167":11,"17":8,"18":130,"19":9,"20":6,"209":4,"21":61,"210":2,"214":3,"215":9,"221":22,"223":41,"224":3,"225":66,"23":31,"24":104,"25":21,"257":11,"26":9,"27":11,"273":4,"276":4,"279":16,"28":12,"281":2,"282":6,"291":1,"292":2,"30":1,"302":1,"31":6,"32":1,"33":3,"34":3,"347":1,"35":19,"352":54,"36":14,"37":2,"38":38,"380":1,"381":4,"383":5,"39":8,"391":3,"397":2,"40":5,"41":5,"415":4,"42":6,"426":1,"43":1,"431":1,"44":4,"45":7,"46":17,"48":1,"49":13,"5":115,"51":7,"52":6,"53":1,"6":20,"7":57,"79":1,"8":39,"80":1,"9":56,"all_client":10118,"all_tv_clinet":1354,"insert_time":"2014-08-19T22:08:48.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8833,"10":3,"107":46,"11":68,"12":8,"13":45,"14":12,"15":12,"155":1,"16":5,"160":1,"161":12,"167":11,"17":8,"18":134,"19":10,"20":8,"209":4,"21":64,"210":2,"214":3,"215":8,"221":21,"223":44,"224":3,"225":67,"23":29,"24":104,"25":20,"257":10,"26":10,"27":11,"273":4,"276":4,"279":16,"28":10,"281":2,"282":6,"291":1,"292":2,"30":1,"302":1,"31":8,"33":3,"34":4,"347":1,"35":18,"352":52,"36":14,"37":2,"38":37,"380":1,"381":3,"383":5,"39":8,"391":3,"397":2,"40":5,"41":6,"415":4,"42":7,"426":1,"43":1,"431":1,"44":3,"45":6,"46":15,"48":1,"49":13,"5":119,"51":6,"52":7,"53":1,"6":19,"7":56,"79":1,"8":41,"80":1,"9":54,"all_client":10193,"all_tv_clinet":1360,"insert_time":"2014-08-19T22:09:49.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8877,"10":2,"107":47,"11":71,"12":8,"13":48,"14":12,"15":12,"155":1,"16":5,"160":1,"161":11,"167":11,"17":8,"18":133,"19":11,"20":7,"209":4,"21":64,"210":1,"214":3,"215":8,"221":26,"223":42,"224":3,"225":63,"23":25,"24":105,"25":20,"257":10,"26":11,"27":12,"273":6,"276":4,"279":17,"28":10,"281":2,"282":6,"291":1,"292":1,"30":1,"302":2,"31":8,"32":1,"33":4,"34":3,"347":1,"35":17,"352":53,"36":15,"37":2,"38":40,"380":1,"381":3,"383":5,"39":9,"391":3,"397":2,"40":5,"41":6,"415":5,"42":8,"426":1,"43":1,"431":1,"44":2,"45":6,"46":15,"48":2,"49":13,"5":118,"51":5,"52":8,"53":1,"6":22,"7":55,"79":1,"8":45,"80":1,"9":53,"all_client":10253,"all_tv_clinet":1376,"insert_time":"2014-08-19T22:10:49.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8960,"10":2,"107":48,"11":71,"12":9,"13":50,"14":12,"15":12,"155":1,"16":5,"160":1,"161":11,"167":11,"17":8,"18":140,"19":12,"20":7,"209":4,"21":61,"210":1,"214":3,"215":8,"221":27,"223":42,"224":3,"225":59,"23":26,"24":101,"25":21,"257":12,"26":11,"27":15,"273":7,"276":5,"279":18,"28":9,"281":2,"282":6,"291":1,"292":1,"30":1,"302":2,"306":1,"31":8,"314":1,"32":1,"33":4,"34":3,"35":14,"352":51,"36":15,"37":2,"38":39,"380":1,"381":2,"383":5,"39":9,"391":3,"397":2,"40":5,"41":5,"415":4,"42":8,"43":1,"431":1,"44":2,"45":6,"46":15,"48":2,"49":12,"5":122,"51":4,"52":10,"53":1,"6":21,"63":2,"7":60,"79":1,"8":47,"80":1,"9":52,"all_client":10349,"all_tv_clinet":1389,"insert_time":"2014-08-19T22:11:49.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9021,"10":2,"107":52,"11":74,"12":10,"13":47,"14":12,"15":15,"155":1,"16":5,"160":1,"161":10,"167":12,"17":11,"18":140,"19":13,"20":4,"209":5,"21":62,"210":1,"214":3,"215":8,"221":30,"223":42,"224":3,"225":57,"23":29,"24":106,"25":23,"257":12,"26":12,"27":14,"273":7,"276":6,"279":18,"28":10,"281":2,"282":6,"291":1,"292":1,"30":1,"302":2,"306":1,"31":7,"314":1,"32":1,"33":4,"34":3,"35":12,"352":51,"36":15,"37":2,"38":38,"380":1,"381":2,"383":5,"39":8,"391":2,"397":2,"40":6,"41":4,"415":5,"42":8,"43":1,"431":1,"44":2,"45":6,"46":16,"48":3,"49":12,"5":124,"51":4,"52":10,"6":22,"63":2,"7":63,"79":1,"8":46,"80":1,"9":52,"all_client":10435,"all_tv_clinet":1414,"insert_time":"2014-08-19T22:12:49.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9102,"10":2,"107":50,"11":77,"12":11,"13":49,"14":12,"15":17,"155":1,"159":1,"16":6,"160":1,"161":10,"167":12,"17":12,"18":149,"19":12,"20":5,"209":5,"21":67,"210":1,"214":2,"215":8,"221":30,"223":43,"224":3,"225":55,"23":27,"24":108,"25":26,"257":12,"26":11,"27":15,"273":8,"276":7,"279":17,"28":10,"281":4,"282":6,"291":1,"292":1,"30":1,"302":1,"306":1,"31":7,"314":1,"32":1,"33":3,"34":3,"347":1,"35":11,"352":53,"36":14,"37":2,"38":37,"380":1,"381":1,"383":5,"39":11,"391":2,"397":2,"40":6,"41":4,"415":5,"42":7,"43":1,"44":3,"45":6,"46":16,"48":3,"49":13,"5":127,"51":4,"52":10,"6":22,"63":2,"7":64,"79":2,"8":47,"80":1,"9":53,"all_client":10550,"all_tv_clinet":1448,"insert_time":"2014-08-19T22:13:49.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9183,"10":2,"107":52,"11":80,"12":12,"13":48,"14":14,"15":16,"155":1,"159":1,"16":6,"160":2,"161":12,"167":12,"17":13,"18":152,"19":12,"20":9,"209":4,"21":68,"210":1,"214":2,"215":8,"221":27,"223":44,"224":7,"225":53,"23":25,"24":105,"25":28,"257":10,"26":12,"27":15,"273":8,"276":8,"279":17,"28":10,"281":4,"282":6,"291":3,"292":2,"30":1,"302":2,"306":1,"31":7,"32":2,"33":3,"34":4,"347":1,"35":11,"352":51,"36":16,"37":3,"38":42,"380":1,"381":1,"383":5,"39":11,"391":2,"397":2,"40":8,"41":5,"415":5,"42":7,"43":1,"44":3,"45":6,"46":16,"48":2,"49":13,"5":129,"51":4,"52":10,"6":21,"63":1,"7":64,"79":2,"8":47,"80":1,"9":52,"all_client":10657,"all_tv_clinet":1474,"insert_time":"2014-08-19T22:14:50.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9278,"10":2,"107":59,"11":81,"12":12,"13":50,"14":15,"15":15,"155":1,"158":1,"159":2,"16":4,"160":2,"161":14,"167":12,"17":13,"18":151,"19":12,"20":11,"209":4,"21":71,"214":2,"215":9,"221":25,"223":44,"224":7,"225":49,"23":24,"24":108,"25":27,"257":9,"26":12,"27":15,"273":9,"276":9,"279":15,"28":10,"281":5,"282":6,"291":3,"292":2,"30":1,"302":2,"306":1,"31":8,"32":2,"33":4,"34":4,"347":2,"35":9,"352":54,"36":14,"37":3,"38":41,"380":1,"381":1,"383":7,"39":12,"391":2,"397":2,"40":7,"41":4,"415":6,"42":6,"43":1,"44":3,"45":5,"46":18,"48":2,"49":14,"5":131,"51":4,"52":11,"6":22,"63":3,"7":66,"79":2,"8":50,"80":1,"9":52,"all_client":10778,"all_tv_clinet":1500,"insert_time":"2014-08-19T22:15:50.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9381,"10":2,"107":57,"11":81,"12":13,"13":50,"14":13,"15":15,"155":1,"158":1,"159":2,"16":3,"160":2,"161":15,"167":12,"168":1,"17":15,"18":157,"19":12,"20":11,"209":5,"21":78,"214":2,"215":9,"221":24,"223":46,"224":8,"225":48,"23":24,"24":108,"25":27,"257":10,"26":12,"27":15,"273":7,"276":11,"279":15,"28":10,"281":5,"282":5,"291":3,"292":2,"30":2,"302":2,"306":1,"31":7,"32":2,"33":4,"34":5,"347":2,"35":9,"352":56,"36":14,"37":3,"38":44,"380":1,"383":6,"39":10,"391":3,"397":3,"40":8,"41":4,"415":6,"42":5,"43":1,"433":1,"44":2,"45":5,"46":17,"48":2,"49":15,"5":138,"51":5,"52":13,"6":24,"63":3,"7":68,"79":2,"8":49,"80":1,"9":49,"all_client":10910,"all_tv_clinet":1529,"insert_time":"2014-08-19T22:16:50.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9458,"10":2,"107":55,"11":81,"12":13,"13":52,"14":12,"15":14,"155":1,"158":1,"159":2,"16":4,"160":2,"161":13,"167":11,"168":1,"17":15,"18":158,"19":14,"20":10,"209":5,"21":80,"210":1,"214":2,"215":9,"221":26,"223":46,"224":9,"225":50,"23":22,"24":109,"25":28,"257":10,"26":10,"27":16,"273":7,"276":12,"279":15,"28":9,"281":6,"282":4,"291":3,"292":2,"30":2,"302":2,"306":1,"31":7,"32":2,"33":4,"34":5,"347":3,"35":9,"352":56,"36":13,"37":2,"38":45,"380":1,"383":5,"39":10,"391":3,"397":3,"40":9,"41":4,"415":6,"42":6,"43":1,"433":1,"44":2,"45":5,"46":18,"48":3,"49":16,"5":140,"51":4,"52":15,"6":24,"63":3,"7":68,"79":2,"8":49,"80":1,"9":48,"all_client":10998,"all_tv_clinet":1540,"insert_time":"2014-08-19T22:17:50.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9544,"10":2,"107":54,"11":81,"12":12,"13":53,"14":12,"15":15,"155":1,"158":1,"159":2,"16":3,"160":2,"161":13,"167":10,"168":1,"17":14,"18":168,"19":16,"20":12,"209":5,"21":78,"210":1,"214":2,"215":9,"221":28,"223":44,"224":9,"225":52,"23":23,"24":114,"25":28,"257":9,"26":10,"27":16,"273":7,"276":14,"279":15,"28":9,"281":6,"282":2,"291":3,"292":2,"30":2,"302":2,"306":1,"31":7,"32":2,"33":4,"34":6,"347":3,"35":9,"352":57,"36":14,"37":2,"38":48,"380":1,"383":5,"39":9,"391":4,"397":3,"40":9,"41":5,"415":6,"42":6,"43":1,"433":1,"44":2,"45":5,"46":18,"48":3,"49":15,"5":141,"51":4,"52":15,"6":27,"63":3,"7":69,"79":2,"8":51,"80":1,"9":47,"all_client":11112,"all_tv_clinet":1568,"insert_time":"2014-08-19T22:18:50.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9644,"10":2,"107":57,"11":83,"12":14,"13":54,"14":12,"15":14,"155":1,"158":1,"159":2,"16":3,"160":2,"161":17,"167":11,"17":15,"18":171,"19":15,"20":11,"209":4,"21":75,"210":2,"214":2,"215":8,"221":31,"223":42,"224":10,"225":54,"23":24,"24":116,"25":33,"257":9,"26":9,"27":17,"273":7,"276":14,"279":15,"28":9,"281":5,"282":2,"291":3,"292":2,"30":2,"302":2,"306":1,"31":7,"32":2,"33":4,"34":7,"347":3,"35":9,"352":58,"36":15,"37":2,"38":40,"380":1,"383":5,"39":9,"391":3,"397":3,"40":10,"41":6,"415":7,"42":6,"43":2,"433":1,"44":2,"45":5,"46":19,"48":3,"49":13,"5":142,"51":6,"52":14,"570":1,"6":28,"63":3,"7":70,"79":2,"8":50,"80":1,"9":45,"all_client":11231,"all_tv_clinet":1587,"insert_time":"2014-08-19T22:19:50.717Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9740,"10":2,"107":57,"11":88,"12":17,"13":53,"14":11,"15":14,"155":1,"158":1,"159":2,"16":3,"160":2,"161":19,"167":12,"17":17,"18":181,"19":12,"20":11,"209":5,"21":72,"210":2,"214":2,"215":7,"221":32,"223":41,"224":8,"225":53,"23":28,"24":115,"25":34,"257":9,"26":9,"27":18,"273":7,"276":16,"279":16,"28":9,"281":4,"282":2,"291":1,"292":2,"30":2,"302":2,"306":1,"31":8,"32":3,"33":4,"34":8,"347":3,"35":7,"352":60,"36":15,"37":2,"38":40,"380":2,"383":5,"39":8,"391":3,"397":3,"40":11,"41":6,"415":8,"42":5,"43":3,"433":1,"44":2,"45":6,"46":19,"48":3,"49":12,"5":144,"51":5,"52":13,"570":1,"6":31,"63":3,"7":68,"79":2,"8":52,"80":1,"9":44,"all_client":11351,"all_tv_clinet":1611,"insert_time":"2014-08-19T22:20:50.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9800,"10":3,"107":59,"11":87,"12":18,"13":53,"14":12,"15":14,"155":1,"158":1,"159":3,"16":5,"160":2,"161":21,"167":13,"17":18,"18":192,"19":10,"20":11,"209":5,"21":70,"210":2,"214":2,"215":9,"221":36,"223":40,"224":7,"225":50,"23":28,"24":115,"25":37,"257":11,"26":8,"27":18,"273":7,"276":17,"279":15,"28":9,"281":3,"282":2,"291":1,"292":2,"30":2,"302":2,"306":1,"31":7,"32":3,"33":4,"34":9,"347":3,"35":7,"352":63,"36":15,"37":1,"38":39,"380":2,"383":5,"39":8,"391":3,"397":3,"40":11,"41":5,"415":8,"42":6,"43":3,"433":1,"44":2,"45":6,"46":18,"48":3,"49":11,"5":157,"51":5,"52":13,"570":1,"6":31,"63":4,"7":68,"79":2,"8":52,"80":1,"9":47,"all_client":11449,"all_tv_clinet":1649,"insert_time":"2014-08-19T22:21:50.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9876,"10":3,"107":59,"11":93,"12":17,"13":53,"14":11,"15":15,"155":1,"158":1,"159":3,"16":5,"160":2,"161":18,"167":13,"17":19,"18":198,"19":11,"20":10,"209":4,"21":69,"210":2,"214":3,"215":9,"221":36,"223":40,"224":6,"225":50,"23":30,"24":120,"25":42,"257":10,"26":8,"27":17,"273":8,"276":18,"279":15,"28":11,"281":5,"282":3,"291":1,"292":2,"30":2,"302":2,"306":1,"31":6,"32":3,"33":4,"34":10,"347":4,"35":7,"352":71,"36":16,"37":1,"38":46,"380":1,"383":5,"39":8,"391":4,"397":2,"40":11,"41":3,"415":6,"42":8,"43":3,"433":1,"44":2,"45":6,"46":17,"48":3,"49":11,"5":158,"51":5,"52":14,"53":1,"570":1,"6":32,"63":5,"7":70,"79":2,"8":52,"80":2,"9":46,"all_client":11569,"all_tv_clinet":1693,"insert_time":"2014-08-19T22:22:51.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9963,"10":3,"107":55,"11":95,"12":19,"13":53,"14":12,"15":16,"155":1,"156":1,"158":1,"159":3,"16":4,"160":2,"161":17,"167":15,"17":20,"18":197,"19":12,"20":10,"209":4,"21":71,"210":2,"214":2,"215":9,"221":33,"223":37,"224":5,"225":55,"23":29,"24":126,"25":45,"257":10,"26":9,"27":17,"273":8,"276":19,"279":16,"28":12,"281":7,"282":4,"291":1,"292":1,"30":2,"302":2,"31":3,"32":3,"33":4,"34":11,"347":5,"35":7,"352":72,"36":15,"37":1,"38":49,"380":1,"383":5,"39":8,"391":4,"397":2,"40":11,"409":1,"41":2,"415":6,"42":8,"43":4,"433":1,"44":2,"45":6,"46":17,"48":3,"49":10,"5":165,"51":6,"52":14,"53":1,"570":1,"6":29,"63":5,"7":70,"79":3,"8":46,"80":2,"9":48,"all_client":11676,"all_tv_clinet":1713,"insert_time":"2014-08-19T22:23:51.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10058,"10":3,"107":52,"11":98,"12":20,"13":55,"14":11,"15":17,"155":1,"156":1,"158":1,"159":3,"16":4,"160":3,"161":16,"167":15,"17":21,"18":197,"19":13,"20":12,"209":3,"21":73,"210":2,"214":3,"215":10,"221":33,"223":39,"224":6,"225":55,"23":31,"24":129,"25":46,"257":10,"26":9,"27":18,"273":8,"276":19,"279":17,"28":12,"281":7,"282":4,"291":1,"292":1,"30":2,"302":2,"31":3,"32":3,"33":3,"34":12,"347":5,"35":8,"352":72,"36":14,"37":1,"38":49,"380":1,"383":4,"39":7,"391":4,"397":2,"40":11,"409":1,"41":2,"415":7,"42":7,"43":4,"433":1,"44":2,"45":6,"46":17,"48":3,"49":10,"5":171,"51":7,"52":15,"53":1,"570":1,"6":28,"63":5,"7":72,"79":4,"8":43,"80":3,"9":53,"all_client":11803,"all_tv_clinet":1745,"insert_time":"2014-08-19T22:24:51.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10118,"10":3,"107":59,"11":97,"12":21,"13":54,"14":11,"15":17,"155":3,"156":1,"158":1,"159":3,"16":4,"160":4,"161":16,"167":16,"17":20,"18":199,"19":15,"20":14,"209":4,"21":76,"210":2,"214":2,"215":11,"221":33,"223":40,"224":6,"225":53,"23":39,"24":130,"25":46,"257":11,"26":10,"27":18,"273":8,"276":19,"279":17,"28":11,"281":7,"282":4,"291":1,"292":1,"30":2,"302":2,"31":3,"32":3,"33":3,"34":10,"347":6,"35":10,"352":69,"36":11,"37":1,"38":52,"380":1,"381":1,"383":4,"39":7,"391":4,"397":2,"40":13,"409":1,"41":3,"415":7,"42":8,"43":4,"433":1,"44":2,"45":6,"46":17,"48":3,"49":10,"5":170,"51":8,"52":15,"53":1,"570":1,"6":28,"63":5,"7":70,"79":4,"8":42,"80":3,"9":60,"all_client":11898,"all_tv_clinet":1780,"insert_time":"2014-08-19T22:25:51.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10205,"10":3,"107":62,"11":98,"12":20,"13":54,"14":12,"15":16,"155":3,"156":1,"158":1,"159":3,"16":4,"160":4,"161":16,"167":16,"17":19,"18":200,"19":15,"20":15,"209":4,"21":80,"210":2,"214":2,"215":11,"221":34,"223":39,"224":6,"225":50,"23":46,"24":133,"25":49,"257":10,"26":10,"27":17,"273":9,"276":20,"279":17,"28":12,"281":7,"282":4,"291":1,"292":1,"30":3,"302":2,"306":1,"31":2,"32":3,"33":3,"34":9,"347":6,"35":9,"352":72,"36":12,"37":1,"38":52,"380":1,"381":1,"383":4,"39":7,"391":3,"397":3,"40":16,"409":1,"41":3,"415":6,"42":10,"43":4,"433":1,"44":3,"45":6,"46":18,"48":3,"49":10,"5":168,"51":8,"52":13,"53":2,"570":1,"6":33,"63":4,"7":69,"79":4,"8":41,"80":3,"9":64,"all_client":12016,"all_tv_clinet":1811,"insert_time":"2014-08-19T22:26:51.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10290,"10":3,"107":62,"11":102,"12":20,"13":53,"14":10,"15":18,"155":3,"156":1,"158":1,"159":2,"16":3,"160":5,"161":17,"167":17,"17":21,"18":198,"19":18,"20":15,"209":4,"21":78,"210":2,"214":2,"215":10,"221":32,"223":37,"224":8,"225":50,"23":52,"24":130,"25":50,"257":10,"26":10,"27":17,"273":9,"276":20,"279":17,"28":13,"281":7,"282":4,"291":1,"292":1,"30":3,"302":2,"306":1,"31":2,"32":3,"33":3,"34":8,"347":6,"35":10,"352":75,"36":13,"37":1,"38":52,"380":1,"381":2,"383":4,"39":6,"391":3,"397":3,"40":16,"409":1,"41":3,"415":5,"42":12,"43":7,"430":1,"433":1,"44":4,"45":6,"46":17,"48":4,"49":12,"5":174,"51":8,"52":9,"53":3,"570":1,"6":37,"63":4,"7":69,"79":4,"8":39,"80":3,"9":64,"all_client":12125,"all_tv_clinet":1835,"insert_time":"2014-08-19T22:27:51.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10374,"10":3,"107":65,"11":108,"12":20,"13":57,"14":9,"15":17,"155":3,"156":2,"158":1,"159":1,"16":3,"160":5,"161":17,"167":20,"17":22,"18":200,"19":18,"20":15,"209":4,"21":77,"210":2,"214":2,"215":10,"221":33,"223":42,"224":9,"225":53,"23":54,"24":133,"25":44,"257":8,"26":11,"27":16,"273":7,"276":18,"279":18,"28":15,"281":7,"282":3,"291":1,"292":4,"30":2,"302":2,"306":1,"31":2,"32":3,"33":3,"34":9,"347":5,"35":10,"352":73,"36":14,"37":1,"38":55,"380":1,"381":2,"383":4,"39":5,"391":4,"397":3,"40":20,"409":1,"41":3,"415":8,"42":12,"43":7,"430":1,"433":2,"44":5,"45":7,"46":17,"48":4,"49":11,"5":186,"51":8,"52":6,"53":4,"56":1,"6":41,"63":4,"7":68,"79":4,"8":37,"80":3,"9":60,"all_client":12250,"all_tv_clinet":1876,"insert_time":"2014-08-19T22:28:51.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10512,"10":3,"107":70,"11":110,"12":22,"13":58,"14":10,"15":18,"155":3,"156":2,"158":1,"159":1,"16":3,"160":5,"161":16,"167":21,"17":23,"18":210,"19":21,"20":16,"209":5,"21":74,"210":3,"214":2,"215":10,"221":34,"223":41,"224":8,"225":51,"23":54,"24":131,"25":45,"257":8,"26":11,"27":12,"273":6,"276":19,"279":18,"28":16,"281":6,"282":3,"291":2,"292":4,"30":1,"302":2,"31":2,"32":3,"33":2,"34":8,"347":6,"35":11,"352":72,"36":18,"37":1,"38":60,"380":1,"381":2,"383":3,"39":5,"391":4,"397":3,"40":20,"409":1,"41":4,"415":8,"42":10,"43":7,"430":1,"433":2,"44":7,"45":6,"46":17,"48":4,"49":13,"5":192,"51":8,"52":6,"53":5,"56":1,"6":42,"63":4,"7":69,"79":4,"8":36,"80":3,"9":64,"all_client":12426,"all_tv_clinet":1914,"insert_time":"2014-08-19T22:29:51.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10592,"10":3,"107":68,"11":109,"12":26,"13":59,"14":9,"15":18,"155":4,"156":2,"158":1,"159":1,"16":4,"160":4,"161":17,"167":22,"17":22,"18":214,"19":23,"20":13,"209":5,"21":75,"210":3,"214":2,"215":9,"221":33,"223":45,"224":8,"225":53,"23":57,"24":127,"25":42,"257":9,"26":12,"27":12,"273":6,"276":19,"279":20,"28":17,"281":6,"282":3,"291":2,"292":4,"30":1,"302":2,"31":2,"32":3,"33":2,"34":6,"347":7,"35":10,"352":75,"36":18,"37":2,"38":62,"380":1,"381":2,"383":3,"39":4,"391":4,"397":3,"40":21,"409":1,"41":5,"415":8,"42":9,"43":8,"433":2,"44":10,"45":5,"46":17,"48":4,"49":12,"5":207,"51":8,"52":4,"53":5,"56":1,"6":41,"63":4,"7":72,"79":5,"8":36,"80":3,"9":67,"all_client":12542,"all_tv_clinet":1950,"insert_time":"2014-08-19T22:30:52.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10712,"10":3,"107":69,"11":113,"12":25,"13":65,"14":9,"15":17,"155":4,"156":2,"158":1,"159":1,"16":3,"160":4,"161":19,"167":23,"17":21,"18":223,"19":28,"20":15,"209":5,"21":74,"210":3,"214":2,"215":9,"221":36,"223":48,"224":8,"225":53,"23":52,"24":124,"25":42,"257":11,"26":12,"27":11,"273":7,"276":20,"279":19,"28":16,"281":6,"282":3,"291":2,"292":5,"30":1,"302":2,"31":3,"32":3,"33":2,"34":5,"347":6,"35":10,"352":77,"36":18,"37":2,"38":60,"380":1,"381":2,"383":3,"39":4,"391":4,"397":3,"40":23,"409":2,"41":5,"415":7,"42":9,"43":10,"433":2,"44":12,"45":5,"46":19,"48":3,"49":11,"5":217,"51":7,"52":4,"53":5,"56":1,"6":43,"63":4,"7":68,"79":4,"8":38,"80":4,"9":64,"all_client":12698,"all_tv_clinet":1986,"insert_time":"2014-08-19T22:31:52.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10831,"10":3,"107":65,"11":119,"12":24,"13":63,"14":9,"15":19,"155":4,"156":2,"158":1,"159":1,"16":3,"160":3,"161":22,"167":24,"17":21,"18":233,"19":29,"20":15,"209":5,"21":80,"210":2,"214":3,"215":10,"221":37,"223":51,"224":7,"225":50,"23":56,"24":116,"25":45,"257":12,"26":11,"27":12,"273":8,"276":19,"279":19,"28":19,"281":5,"282":1,"291":2,"292":5,"30":1,"302":2,"31":3,"314":1,"32":3,"33":1,"34":4,"347":7,"35":10,"352":77,"36":18,"37":3,"38":58,"380":1,"381":2,"383":3,"39":4,"391":5,"397":3,"40":23,"409":3,"41":7,"415":7,"42":11,"43":11,"433":3,"44":11,"45":4,"46":19,"48":3,"49":11,"5":227,"51":7,"52":2,"53":5,"56":1,"6":43,"63":5,"7":69,"79":4,"8":38,"80":5,"9":67,"all_client":12858,"all_tv_clinet":2027,"insert_time":"2014-08-19T22:32:52.317Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10949,"10":3,"107":69,"11":123,"12":23,"13":63,"14":11,"15":24,"155":4,"156":2,"158":1,"159":1,"16":2,"160":3,"161":24,"167":25,"17":20,"18":242,"19":29,"20":17,"209":5,"21":78,"210":2,"214":3,"215":9,"221":38,"223":51,"224":7,"225":50,"23":59,"24":116,"25":45,"257":13,"26":10,"268":1,"27":11,"273":11,"276":18,"279":17,"28":19,"281":5,"282":1,"291":2,"292":7,"30":1,"302":2,"31":4,"314":1,"32":3,"33":1,"34":4,"347":7,"35":9,"352":77,"36":17,"37":5,"38":57,"380":1,"381":2,"383":3,"39":4,"391":5,"397":3,"40":24,"409":3,"41":8,"415":7,"42":12,"43":11,"433":3,"44":10,"45":4,"46":19,"48":3,"49":12,"5":232,"51":6,"52":2,"53":5,"56":1,"6":46,"63":5,"7":71,"79":4,"8":37,"80":7,"9":64,"all_client":13015,"all_tv_clinet":2066,"insert_time":"2014-08-19T22:33:52.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11058,"10":3,"107":71,"11":124,"12":21,"13":67,"14":12,"15":22,"155":3,"156":2,"158":1,"159":1,"16":2,"160":3,"161":27,"167":26,"17":21,"18":241,"19":30,"20":18,"209":5,"21":79,"210":3,"214":3,"215":10,"221":37,"223":54,"224":6,"225":51,"23":62,"24":123,"25":50,"257":12,"26":10,"268":1,"27":11,"273":13,"276":17,"279":17,"28":19,"281":5,"282":1,"291":2,"292":8,"30":1,"302":2,"31":5,"314":1,"32":3,"33":1,"34":3,"347":7,"35":11,"352":81,"36":19,"37":5,"38":61,"380":1,"381":2,"383":3,"39":5,"391":4,"397":3,"40":24,"409":3,"41":8,"415":6,"42":11,"43":12,"433":3,"44":9,"45":4,"46":21,"48":4,"49":11,"5":231,"51":5,"52":2,"53":5,"56":1,"6":54,"63":6,"7":74,"79":4,"8":37,"80":6,"9":69,"all_client":13180,"all_tv_clinet":2122,"insert_time":"2014-08-19T22:34:52.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11189,"10":3,"107":74,"11":125,"12":18,"13":69,"14":12,"15":28,"155":3,"156":2,"158":1,"159":2,"16":3,"160":3,"161":27,"167":26,"17":16,"18":243,"19":32,"20":18,"209":5,"21":77,"210":3,"214":3,"215":11,"221":39,"223":57,"224":6,"225":53,"23":63,"24":127,"25":53,"257":12,"26":10,"268":1,"27":8,"273":14,"276":16,"279":15,"28":19,"281":5,"282":1,"291":3,"292":10,"30":1,"302":2,"31":5,"314":1,"32":2,"34":3,"347":5,"35":12,"352":81,"36":22,"37":5,"38":65,"380":1,"381":2,"383":3,"39":6,"391":4,"397":3,"40":25,"409":3,"41":8,"415":8,"42":11,"43":13,"433":3,"44":9,"45":6,"46":20,"48":4,"49":10,"5":229,"51":4,"52":2,"53":6,"56":1,"6":57,"63":7,"7":73,"79":4,"8":35,"80":7,"9":76,"all_client":13349,"all_tv_clinet":2160,"insert_time":"2014-08-19T22:35:52.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11309,"10":4,"107":74,"11":126,"12":16,"13":70,"14":13,"15":31,"155":2,"156":2,"158":2,"159":2,"16":4,"160":3,"161":28,"167":25,"17":13,"18":241,"19":37,"20":17,"209":5,"21":77,"210":3,"214":3,"215":11,"221":40,"223":62,"224":6,"225":52,"23":65,"24":126,"25":54,"257":13,"26":14,"27":8,"273":15,"276":17,"279":14,"28":19,"281":5,"282":1,"291":3,"292":10,"30":1,"302":2,"31":7,"314":1,"32":2,"34":3,"347":3,"35":12,"352":79,"36":27,"37":5,"38":69,"380":1,"381":2,"383":3,"39":6,"391":4,"397":3,"40":24,"409":3,"41":7,"415":9,"42":13,"43":13,"433":3,"44":9,"45":8,"46":18,"48":3,"49":11,"5":232,"51":3,"52":1,"53":7,"56":1,"570":1,"6":60,"63":7,"7":74,"79":3,"8":34,"80":8,"9":88,"all_client":13512,"all_tv_clinet":2203,"insert_time":"2014-08-19T22:36:52.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11475,"10":3,"107":67,"11":127,"12":15,"13":67,"14":14,"15":35,"155":2,"156":2,"158":2,"159":2,"16":6,"160":3,"161":30,"167":25,"17":13,"18":246,"19":37,"20":17,"209":6,"21":74,"210":3,"214":3,"215":10,"221":43,"223":64,"224":7,"225":54,"23":69,"24":128,"25":56,"257":13,"26":13,"27":8,"273":15,"276":20,"279":16,"28":22,"281":5,"282":1,"291":3,"292":10,"302":2,"31":5,"314":1,"32":2,"34":6,"347":3,"35":10,"352":83,"36":28,"37":6,"38":68,"380":2,"381":2,"383":3,"39":7,"391":4,"397":3,"40":22,"409":3,"41":7,"414":1,"415":10,"42":12,"43":12,"433":2,"44":9,"45":7,"46":15,"48":2,"49":10,"5":239,"51":3,"52":1,"53":8,"56":1,"570":1,"6":61,"63":7,"7":70,"79":3,"8":35,"80":10,"9":94,"all_client":13711,"all_tv_clinet":2236,"insert_time":"2014-08-19T22:37:52.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11642,"10":3,"107":70,"11":129,"12":16,"13":72,"14":15,"15":33,"155":2,"156":2,"158":2,"159":2,"16":5,"160":3,"161":31,"167":28,"17":13,"18":260,"19":40,"20":16,"209":6,"21":75,"210":3,"214":3,"215":10,"221":44,"223":69,"224":7,"225":58,"23":68,"24":130,"25":55,"257":12,"26":13,"27":8,"273":17,"276":22,"279":16,"28":23,"281":6,"282":2,"291":3,"292":9,"30":1,"302":2,"31":6,"32":2,"34":8,"347":2,"35":9,"352":83,"36":30,"37":6,"38":62,"380":2,"381":2,"383":3,"39":7,"391":5,"397":3,"40":21,"409":3,"41":10,"414":1,"415":10,"42":12,"43":13,"433":1,"44":9,"45":6,"46":15,"48":2,"49":9,"5":243,"51":2,"52":1,"53":7,"56":1,"570":1,"6":61,"63":7,"7":68,"79":3,"8":33,"80":10,"9":101,"all_client":13926,"all_tv_clinet":2284,"insert_time":"2014-08-19T22:38:53.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11772,"10":2,"107":70,"11":127,"12":18,"13":71,"14":15,"15":34,"155":2,"156":2,"158":2,"159":2,"16":6,"160":4,"161":30,"167":29,"17":13,"18":269,"19":42,"20":15,"209":6,"21":73,"210":4,"214":3,"215":11,"221":45,"223":66,"224":7,"225":64,"23":67,"24":131,"25":56,"257":11,"26":11,"27":8,"273":18,"276":24,"279":18,"28":23,"281":7,"282":2,"291":4,"292":9,"30":1,"302":2,"31":6,"32":2,"34":8,"347":2,"35":10,"352":86,"36":29,"37":5,"38":63,"380":2,"381":2,"383":3,"39":7,"391":6,"397":4,"40":18,"409":3,"41":11,"414":1,"415":12,"42":12,"43":14,"433":1,"44":9,"45":6,"46":17,"48":3,"49":9,"5":249,"51":2,"52":1,"53":7,"56":1,"6":64,"63":8,"7":67,"79":4,"8":33,"80":10,"9":102,"all_client":14095,"all_tv_clinet":2323,"insert_time":"2014-08-19T22:39:53.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11924,"10":3,"107":72,"11":125,"12":19,"13":73,"14":15,"15":34,"155":2,"156":2,"158":3,"159":2,"16":9,"160":4,"161":28,"167":30,"17":12,"18":279,"19":42,"20":15,"209":5,"21":73,"210":4,"214":3,"215":15,"221":38,"223":71,"224":7,"225":65,"23":68,"24":132,"25":56,"257":8,"26":11,"27":8,"273":19,"276":24,"279":18,"28":25,"281":7,"282":2,"291":4,"292":10,"30":1,"302":2,"306":1,"31":6,"32":1,"34":8,"347":3,"35":12,"352":83,"36":29,"37":5,"38":69,"380":2,"381":1,"383":3,"39":7,"391":6,"397":4,"40":14,"409":3,"41":11,"414":1,"415":12,"42":15,"43":15,"433":1,"44":9,"45":6,"46":18,"48":2,"49":10,"5":253,"51":2,"52":1,"53":6,"56":1,"6":69,"63":9,"7":72,"79":4,"8":33,"80":9,"9":105,"all_client":14290,"all_tv_clinet":2366,"insert_time":"2014-08-19T22:40:53.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12057,"10":3,"107":74,"11":112,"12":22,"13":73,"14":16,"15":33,"155":2,"156":2,"158":3,"159":2,"16":9,"160":5,"161":27,"167":31,"17":12,"18":278,"19":42,"20":17,"209":5,"21":73,"210":4,"214":3,"215":16,"221":42,"223":79,"224":7,"225":67,"23":66,"24":134,"25":55,"257":9,"26":11,"27":8,"273":18,"276":24,"279":19,"28":24,"281":7,"282":1,"291":4,"292":11,"30":1,"302":2,"306":1,"31":7,"34":8,"347":3,"35":15,"352":82,"36":28,"37":6,"38":69,"380":2,"381":1,"383":4,"39":9,"391":6,"397":4,"40":13,"409":3,"41":11,"414":1,"415":12,"42":17,"43":17,"433":1,"44":9,"45":5,"46":21,"48":2,"49":9,"5":265,"51":2,"52":1,"53":6,"56":1,"6":73,"63":9,"7":73,"79":4,"8":34,"80":11,"9":106,"all_client":14461,"all_tv_clinet":2404,"insert_time":"2014-08-19T22:41:53.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12216,"10":4,"107":71,"11":106,"12":23,"13":76,"14":13,"15":30,"155":1,"156":2,"158":3,"159":2,"16":11,"160":5,"161":25,"167":30,"17":13,"18":280,"19":42,"20":20,"209":5,"21":75,"210":4,"214":3,"215":19,"221":40,"223":83,"224":7,"225":70,"23":69,"24":141,"25":57,"257":11,"26":11,"27":8,"273":19,"276":26,"279":20,"28":26,"281":6,"282":1,"291":4,"292":10,"302":2,"306":1,"31":6,"34":10,"347":3,"35":13,"352":87,"36":31,"37":7,"38":70,"380":2,"381":1,"383":3,"39":9,"391":6,"397":3,"40":13,"409":3,"41":12,"414":1,"415":13,"42":16,"43":16,"433":1,"44":10,"45":5,"46":21,"48":1,"49":9,"5":264,"51":4,"52":1,"53":6,"56":1,"570":1,"6":80,"63":10,"7":70,"79":3,"8":35,"80":11,"9":109,"all_client":14658,"all_tv_clinet":2442,"insert_time":"2014-08-19T22:42:53.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12355,"10":3,"107":73,"11":99,"12":27,"13":73,"14":12,"15":30,"155":2,"156":2,"158":3,"159":2,"16":14,"160":5,"161":25,"167":33,"17":13,"18":275,"19":48,"20":21,"209":6,"21":78,"210":4,"214":3,"215":18,"221":38,"223":88,"224":8,"225":78,"23":71,"24":145,"25":60,"257":11,"26":11,"27":7,"273":19,"276":25,"279":20,"28":26,"281":6,"282":1,"291":4,"292":9,"302":2,"306":1,"31":6,"34":10,"347":3,"35":12,"352":88,"36":29,"37":6,"38":74,"380":2,"381":3,"383":3,"39":9,"391":6,"397":3,"40":13,"409":3,"41":13,"414":2,"415":13,"42":14,"43":16,"433":1,"44":13,"45":5,"46":22,"48":4,"49":9,"5":265,"51":4,"52":1,"53":6,"56":2,"570":1,"6":81,"63":10,"7":73,"79":5,"8":37,"80":11,"9":116,"all_client":14848,"all_tv_clinet":2493,"insert_time":"2014-08-19T22:43:53.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12518,"10":2,"107":71,"11":102,"12":31,"13":76,"14":13,"15":28,"155":6,"156":2,"158":3,"159":2,"16":18,"160":8,"161":23,"167":35,"17":13,"18":279,"19":51,"20":21,"209":7,"21":81,"210":4,"214":3,"215":20,"221":39,"223":92,"224":9,"225":80,"23":69,"24":147,"25":67,"257":11,"26":11,"27":6,"273":19,"276":29,"279":21,"28":25,"281":6,"282":1,"291":6,"292":9,"302":2,"306":1,"31":7,"34":11,"347":2,"35":10,"352":86,"36":26,"37":6,"38":77,"380":2,"381":3,"383":4,"39":9,"391":6,"397":3,"40":13,"409":4,"41":12,"414":3,"415":13,"42":14,"43":16,"433":1,"44":13,"45":5,"46":21,"48":4,"49":10,"5":266,"51":5,"52":1,"53":6,"56":2,"570":1,"6":86,"63":10,"7":71,"79":6,"8":36,"80":11,"9":120,"all_client":15069,"all_tv_clinet":2551,"insert_time":"2014-08-19T22:44:53.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12638,"10":2,"107":74,"11":108,"12":34,"13":74,"14":12,"15":24,"155":6,"156":2,"158":3,"159":2,"16":23,"160":8,"161":24,"167":35,"17":14,"18":287,"19":54,"20":22,"209":8,"21":84,"210":4,"214":3,"215":21,"221":43,"223":91,"224":8,"225":82,"23":73,"24":145,"25":68,"257":11,"26":11,"27":6,"273":20,"276":27,"279":21,"28":26,"281":6,"282":1,"291":6,"292":10,"302":2,"306":1,"31":7,"34":11,"347":2,"35":10,"352":87,"36":28,"37":5,"38":76,"380":2,"381":4,"383":4,"39":10,"391":6,"397":3,"40":11,"409":6,"41":10,"414":3,"415":13,"42":16,"43":16,"433":1,"44":12,"45":5,"46":23,"48":4,"49":11,"5":278,"51":5,"52":2,"53":6,"56":2,"570":1,"6":86,"63":11,"7":71,"79":7,"8":39,"80":10,"9":121,"all_client":15249,"all_tv_clinet":2611,"insert_time":"2014-08-19T22:45:54.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12783,"10":3,"107":72,"11":101,"12":38,"13":76,"14":15,"15":24,"155":6,"156":2,"158":5,"159":2,"16":23,"160":8,"161":24,"167":33,"17":15,"18":297,"19":55,"20":26,"209":8,"21":93,"210":4,"214":4,"215":20,"221":43,"223":86,"224":9,"225":87,"23":74,"24":145,"25":65,"257":13,"26":11,"27":6,"273":20,"276":29,"279":21,"28":26,"281":6,"282":1,"291":6,"292":9,"302":3,"31":6,"34":11,"347":2,"35":10,"352":86,"36":27,"37":7,"38":75,"380":2,"381":3,"383":4,"39":9,"391":6,"397":3,"40":12,"409":6,"41":10,"414":5,"415":14,"42":17,"43":16,"433":1,"44":12,"45":5,"46":26,"48":5,"49":11,"5":285,"51":7,"52":3,"53":5,"56":1,"570":1,"6":90,"63":13,"7":74,"79":6,"8":42,"80":9,"9":125,"all_client":15449,"all_tv_clinet":2666,"insert_time":"2014-08-19T22:46:54.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12938,"10":3,"107":71,"11":107,"12":38,"13":82,"14":16,"15":27,"155":8,"156":2,"158":5,"159":1,"16":24,"160":8,"161":25,"167":34,"17":20,"18":298,"19":56,"20":26,"209":10,"21":92,"210":4,"214":4,"215":21,"221":39,"223":89,"224":9,"225":92,"23":78,"24":149,"25":66,"257":16,"26":10,"27":7,"273":22,"276":29,"279":22,"28":25,"281":6,"282":1,"291":6,"292":10,"30":2,"302":4,"31":6,"34":12,"347":2,"35":10,"352":91,"36":26,"37":7,"38":82,"380":3,"381":3,"383":4,"39":10,"391":5,"397":3,"40":12,"409":5,"41":8,"414":5,"415":14,"42":16,"43":17,"430":1,"44":14,"45":5,"46":28,"48":5,"49":13,"5":282,"51":9,"52":2,"53":6,"56":1,"570":1,"6":92,"63":14,"7":77,"79":5,"8":42,"80":9,"9":122,"all_client":15671,"all_tv_clinet":2733,"insert_time":"2014-08-19T22:47:54.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13139,"10":3,"107":79,"11":107,"12":35,"13":84,"14":16,"15":27,"155":9,"156":2,"158":6,"159":2,"16":25,"160":9,"161":26,"167":34,"17":22,"18":302,"19":60,"20":27,"209":9,"21":99,"210":4,"214":4,"215":22,"221":39,"223":89,"224":8,"225":100,"23":81,"24":147,"25":67,"257":16,"26":8,"27":7,"273":21,"276":30,"279":22,"28":26,"281":6,"282":2,"291":7,"292":10,"30":2,"302":5,"31":5,"34":12,"347":1,"35":13,"352":92,"36":23,"37":7,"38":83,"380":3,"381":5,"383":4,"39":10,"391":5,"397":4,"40":12,"409":5,"41":9,"414":8,"415":13,"42":16,"43":18,"430":1,"44":16,"45":5,"46":29,"48":5,"49":13,"5":296,"51":8,"52":2,"53":6,"56":1,"6":95,"63":15,"7":78,"79":4,"8":44,"80":10,"9":120,"all_client":15941,"all_tv_clinet":2802,"insert_time":"2014-08-19T22:48:54.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13333,"10":3,"107":74,"11":109,"12":34,"13":81,"14":18,"15":28,"155":9,"156":2,"158":5,"159":2,"16":24,"160":8,"161":30,"167":34,"17":25,"18":300,"19":66,"20":28,"209":8,"21":106,"210":4,"214":3,"215":21,"221":44,"223":97,"224":9,"225":108,"23":87,"24":149,"25":68,"257":16,"26":8,"27":6,"273":22,"276":30,"279":21,"28":28,"281":6,"282":3,"291":8,"292":8,"30":2,"302":5,"31":5,"32":1,"34":12,"347":1,"35":12,"352":92,"36":23,"37":6,"38":82,"380":3,"381":5,"383":4,"39":10,"391":5,"397":4,"40":9,"409":5,"41":9,"414":9,"415":13,"42":16,"43":20,"430":1,"44":17,"45":5,"46":30,"48":4,"49":14,"5":307,"51":8,"52":2,"53":6,"56":1,"6":101,"63":17,"7":78,"79":3,"8":48,"80":10,"9":111,"all_client":16189,"all_tv_clinet":2856,"insert_time":"2014-08-19T22:49:54.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13518,"10":3,"107":79,"11":107,"12":34,"13":84,"14":20,"15":30,"155":9,"156":3,"158":5,"159":2,"16":23,"160":6,"161":32,"167":34,"17":27,"18":303,"19":61,"20":28,"209":6,"21":112,"210":4,"214":3,"215":22,"221":46,"223":97,"224":12,"225":118,"23":92,"24":150,"25":65,"257":14,"26":7,"27":5,"273":22,"276":32,"279":20,"28":29,"281":6,"282":3,"291":8,"292":7,"30":2,"302":5,"31":5,"32":2,"34":12,"347":1,"35":12,"352":92,"36":22,"37":7,"38":79,"380":3,"381":6,"383":4,"39":9,"391":5,"397":4,"40":9,"409":6,"41":8,"414":9,"415":13,"42":14,"43":22,"430":1,"44":17,"45":6,"46":31,"48":4,"49":16,"5":325,"51":9,"52":2,"53":5,"56":1,"6":104,"63":17,"7":76,"79":2,"8":50,"80":10,"9":113,"all_client":16428,"all_tv_clinet":2910,"insert_time":"2014-08-19T22:50:54.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13705,"10":3,"107":80,"11":111,"12":33,"13":87,"14":23,"15":31,"155":9,"156":3,"158":5,"159":2,"16":25,"160":6,"161":35,"167":34,"17":28,"18":304,"19":62,"20":30,"209":6,"21":114,"210":4,"214":2,"215":23,"221":46,"223":99,"224":15,"225":129,"23":91,"24":151,"25":64,"257":12,"26":6,"27":6,"273":23,"276":37,"279":21,"28":27,"281":6,"282":2,"291":8,"292":7,"30":3,"302":6,"31":6,"32":2,"34":11,"347":1,"35":11,"352":94,"36":18,"37":7,"38":78,"380":3,"381":5,"383":4,"39":9,"391":4,"397":4,"40":9,"409":7,"41":7,"414":8,"415":11,"42":15,"43":23,"430":1,"44":18,"45":6,"46":31,"48":4,"49":16,"5":325,"51":11,"52":2,"53":6,"56":1,"6":105,"63":17,"7":79,"79":2,"8":52,"80":10,"9":119,"all_client":16666,"all_tv_clinet":2961,"insert_time":"2014-08-19T22:51:54.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13902,"10":3,"107":81,"11":113,"12":32,"13":90,"14":25,"15":32,"155":9,"156":4,"158":5,"159":2,"16":27,"160":6,"161":33,"167":36,"17":28,"18":314,"19":63,"20":32,"209":7,"21":119,"210":4,"214":2,"215":25,"221":46,"223":93,"224":15,"225":136,"23":94,"24":155,"25":65,"257":13,"26":6,"27":6,"273":25,"276":43,"279":22,"28":29,"281":6,"282":2,"291":7,"292":8,"30":4,"302":7,"31":7,"32":2,"34":12,"347":1,"35":12,"352":95,"36":18,"37":7,"38":81,"380":2,"381":5,"383":4,"39":9,"391":3,"397":2,"40":9,"409":8,"41":7,"414":8,"415":10,"42":15,"43":23,"430":2,"44":17,"45":6,"46":32,"48":4,"49":16,"5":329,"51":11,"52":3,"53":5,"56":1,"6":108,"63":18,"7":82,"79":2,"8":56,"80":10,"9":120,"all_client":16938,"all_tv_clinet":3036,"insert_time":"2014-08-19T22:52:55.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14091,"10":3,"107":79,"11":117,"12":31,"13":89,"14":40,"15":34,"155":8,"156":4,"158":5,"159":2,"16":30,"160":8,"161":35,"167":38,"17":30,"18":322,"19":66,"20":33,"209":8,"21":119,"210":4,"214":2,"215":24,"221":47,"223":97,"224":14,"225":145,"23":100,"24":161,"25":66,"257":14,"26":6,"27":6,"273":26,"276":44,"279":22,"28":30,"281":6,"282":2,"291":7,"292":9,"30":4,"302":6,"31":7,"32":2,"33":1,"34":11,"347":1,"35":11,"352":90,"36":18,"37":7,"38":82,"380":2,"381":4,"383":4,"39":8,"391":5,"397":3,"40":9,"409":7,"41":7,"414":8,"415":9,"42":13,"43":23,"430":3,"44":18,"45":6,"46":33,"48":4,"49":16,"5":318,"51":11,"52":3,"53":6,"56":1,"6":105,"63":18,"7":86,"79":2,"8":58,"80":9,"9":125,"all_client":17188,"all_tv_clinet":3097,"insert_time":"2014-08-19T22:53:55.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14290,"10":3,"107":78,"11":115,"12":36,"13":92,"14":38,"15":32,"155":8,"156":4,"158":5,"159":2,"16":33,"160":8,"161":38,"167":38,"17":33,"18":318,"19":64,"20":32,"209":9,"21":118,"210":4,"214":2,"215":26,"221":48,"223":99,"224":14,"225":158,"23":105,"24":163,"25":66,"257":14,"26":7,"27":6,"273":27,"276":45,"279":22,"28":29,"281":6,"282":2,"291":7,"292":8,"30":2,"302":6,"31":6,"32":2,"33":2,"34":11,"347":1,"35":11,"352":92,"36":18,"37":7,"38":86,"380":2,"381":5,"383":6,"39":8,"391":5,"397":3,"40":9,"409":7,"41":7,"414":7,"415":10,"42":13,"43":24,"430":4,"44":17,"45":4,"46":36,"48":5,"49":16,"5":332,"51":11,"52":4,"53":8,"56":1,"6":113,"63":18,"7":79,"79":2,"8":70,"80":10,"9":128,"all_client":17460,"all_tv_clinet":3170,"insert_time":"2014-08-19T22:54:55.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14516,"10":2,"107":80,"11":120,"12":41,"13":93,"14":36,"15":34,"155":8,"156":3,"158":5,"159":2,"16":33,"160":9,"161":39,"167":40,"17":34,"18":320,"19":62,"20":33,"209":10,"21":116,"210":4,"214":2,"215":27,"221":50,"223":100,"224":14,"225":160,"23":109,"24":170,"25":70,"257":14,"26":8,"27":6,"273":27,"276":49,"279":22,"28":28,"281":6,"282":2,"291":7,"292":9,"30":1,"302":6,"31":6,"314":1,"32":2,"33":2,"34":12,"35":11,"352":99,"36":21,"37":8,"38":79,"380":2,"381":5,"383":6,"39":8,"391":6,"397":3,"40":9,"409":7,"41":8,"414":8,"415":9,"42":15,"43":23,"430":4,"433":1,"44":17,"45":4,"46":34,"48":3,"49":18,"5":348,"51":11,"52":4,"53":9,"56":2,"6":117,"63":18,"7":75,"79":2,"8":78,"80":10,"9":134,"all_client":17766,"all_tv_clinet":3250,"insert_time":"2014-08-19T22:55:55.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14680,"10":3,"107":80,"11":120,"12":45,"13":98,"14":23,"15":33,"155":8,"156":3,"158":5,"159":2,"16":38,"160":8,"161":38,"167":40,"17":34,"18":314,"19":66,"20":34,"209":11,"21":114,"210":5,"214":2,"215":27,"221":49,"223":95,"224":12,"225":165,"23":113,"24":169,"25":71,"257":14,"26":8,"27":7,"273":27,"276":50,"279":23,"28":31,"281":8,"282":2,"291":5,"292":9,"30":3,"302":6,"31":7,"314":1,"32":2,"33":3,"34":12,"35":14,"352":103,"36":23,"37":8,"38":82,"380":3,"381":5,"383":5,"39":8,"391":6,"397":3,"40":9,"409":8,"41":10,"414":8,"415":9,"42":15,"43":22,"430":4,"433":1,"44":18,"45":4,"46":32,"48":3,"49":19,"5":374,"51":12,"52":5,"53":8,"56":2,"6":125,"63":18,"7":70,"79":4,"8":84,"80":11,"9":133,"all_client":17991,"all_tv_clinet":3311,"insert_time":"2014-08-19T22:56:55.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14896,"10":4,"107":82,"11":121,"12":50,"13":107,"14":20,"15":31,"155":8,"156":3,"158":5,"159":2,"16":44,"160":8,"161":39,"167":41,"17":36,"18":325,"19":62,"20":33,"209":11,"21":117,"210":6,"214":2,"215":25,"221":54,"223":96,"224":13,"225":164,"23":112,"24":180,"25":74,"257":17,"26":8,"27":8,"273":28,"276":49,"279":21,"28":31,"281":7,"282":2,"291":5,"292":8,"30":3,"302":6,"31":7,"314":1,"32":2,"33":4,"34":14,"35":13,"352":103,"36":22,"37":8,"38":92,"380":3,"381":6,"383":5,"39":8,"391":6,"397":4,"40":9,"409":8,"41":10,"414":8,"415":7,"419":1,"42":15,"43":22,"430":4,"433":1,"44":18,"45":4,"46":29,"48":3,"49":20,"5":377,"51":12,"52":5,"53":6,"56":2,"570":1,"6":126,"63":17,"7":71,"79":4,"8":88,"80":11,"9":138,"all_client":18279,"all_tv_clinet":3383,"insert_time":"2014-08-19T22:57:55.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15095,"10":4,"107":88,"11":135,"12":55,"13":105,"14":17,"15":27,"155":8,"156":3,"158":5,"159":2,"16":46,"160":8,"161":40,"167":42,"17":35,"18":333,"19":65,"20":36,"209":9,"21":115,"210":6,"214":2,"215":24,"221":58,"223":100,"224":12,"225":173,"23":114,"24":182,"25":74,"257":20,"26":7,"268":2,"27":9,"273":28,"276":56,"279":21,"28":32,"281":7,"282":3,"291":5,"292":7,"30":4,"302":8,"306":1,"31":7,"32":2,"33":4,"34":14,"347":1,"35":12,"352":100,"36":26,"37":9,"38":96,"380":3,"381":7,"383":6,"39":8,"391":7,"397":5,"40":9,"409":8,"41":7,"414":7,"415":6,"419":1,"42":16,"426":1,"43":21,"430":4,"433":1,"44":17,"45":5,"46":25,"48":2,"49":20,"5":392,"51":13,"52":4,"53":7,"56":2,"570":1,"6":129,"63":17,"7":68,"79":4,"8":99,"80":11,"9":134,"all_client":18566,"all_tv_clinet":3471,"insert_time":"2014-08-19T22:58:56.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15280,"10":3,"107":90,"11":143,"12":57,"13":109,"14":13,"15":24,"155":9,"156":3,"158":5,"159":3,"16":48,"160":7,"161":41,"167":42,"17":37,"18":343,"19":62,"20":38,"209":5,"21":119,"210":6,"214":2,"215":27,"221":57,"223":113,"224":11,"225":180,"23":117,"24":177,"25":67,"257":20,"26":9,"268":2,"27":9,"273":29,"276":68,"279":21,"28":41,"281":5,"282":3,"291":4,"292":7,"30":3,"302":8,"306":1,"31":6,"32":2,"33":2,"34":15,"347":2,"35":11,"352":94,"36":24,"37":8,"38":98,"380":2,"381":7,"383":5,"39":7,"391":6,"397":5,"40":10,"409":7,"41":10,"414":7,"415":7,"419":2,"42":15,"426":1,"43":21,"430":4,"433":1,"44":15,"45":5,"46":25,"48":2,"49":16,"5":412,"51":15,"52":5,"53":7,"56":2,"570":2,"6":127,"63":17,"7":74,"79":3,"8":108,"80":10,"9":132,"all_client":18824,"all_tv_clinet":3544,"insert_time":"2014-08-19T22:59:56.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15509,"10":3,"107":92,"11":157,"12":57,"13":109,"14":12,"15":28,"155":9,"156":4,"158":5,"159":3,"16":48,"160":6,"161":39,"167":39,"17":40,"18":353,"19":63,"20":36,"209":4,"21":122,"210":5,"214":2,"215":26,"221":53,"223":114,"224":11,"225":184,"23":116,"24":178,"25":66,"257":19,"26":8,"268":3,"27":9,"273":28,"276":78,"279":20,"28":43,"281":6,"282":4,"291":5,"292":6,"30":3,"302":10,"306":2,"31":5,"32":3,"33":2,"34":15,"347":2,"35":11,"352":96,"36":24,"37":7,"38":106,"380":2,"381":6,"383":5,"39":7,"391":6,"397":5,"40":11,"409":8,"41":10,"414":7,"415":6,"419":2,"42":13,"426":1,"43":17,"430":5,"433":1,"44":14,"45":6,"46":26,"48":3,"49":14,"5":423,"51":18,"52":4,"53":9,"56":2,"570":1,"6":127,"63":22,"7":88,"79":3,"8":114,"80":10,"9":124,"all_client":19128,"all_tv_clinet":3619,"insert_time":"2014-08-19T23:00:56.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15704,"10":3,"107":90,"11":153,"12":49,"13":125,"14":12,"15":28,"155":9,"156":4,"158":5,"159":3,"16":48,"160":6,"161":37,"167":31,"17":42,"18":363,"19":64,"20":38,"209":5,"21":116,"210":5,"214":2,"215":26,"221":56,"223":123,"224":10,"225":190,"23":118,"24":179,"25":59,"257":17,"26":7,"268":2,"27":11,"273":28,"276":97,"279":20,"28":48,"281":7,"282":4,"291":5,"292":7,"30":3,"302":10,"306":1,"31":2,"32":2,"33":2,"34":14,"347":2,"35":10,"352":101,"36":25,"37":6,"38":103,"380":2,"381":6,"383":6,"39":8,"391":6,"397":5,"40":11,"409":8,"41":13,"414":5,"415":6,"419":3,"42":9,"426":2,"43":16,"430":5,"433":1,"44":16,"45":6,"46":29,"48":5,"49":11,"5":447,"51":18,"52":4,"53":10,"56":2,"570":1,"6":125,"63":23,"7":91,"79":3,"8":124,"80":11,"9":122,"all_client":19397,"all_tv_clinet":3693,"insert_time":"2014-08-19T23:01:56.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15865,"10":3,"107":92,"11":154,"12":46,"13":123,"14":13,"15":33,"155":9,"156":3,"158":5,"159":2,"16":49,"160":8,"161":33,"167":20,"168":1,"17":45,"18":379,"19":69,"20":38,"209":5,"21":119,"210":5,"214":2,"215":26,"221":60,"223":120,"224":10,"225":203,"23":109,"24":179,"25":58,"257":17,"26":9,"268":2,"27":11,"273":29,"276":118,"279":19,"28":46,"281":8,"282":5,"291":6,"292":7,"30":3,"302":10,"306":1,"31":4,"32":2,"33":2,"34":13,"347":2,"35":9,"352":100,"36":30,"37":6,"38":103,"380":1,"381":9,"383":6,"39":7,"391":6,"397":5,"40":11,"409":9,"41":12,"414":5,"415":6,"419":2,"42":10,"426":2,"43":15,"430":7,"433":2,"44":13,"45":5,"46":28,"48":6,"49":9,"5":461,"51":18,"52":3,"53":10,"56":2,"570":1,"6":125,"63":23,"7":96,"79":4,"8":131,"80":12,"9":134,"all_client":19644,"all_tv_clinet":3779,"insert_time":"2014-08-19T23:02:56.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16040,"10":3,"107":93,"11":157,"12":41,"13":130,"14":14,"15":35,"155":9,"156":3,"158":5,"159":1,"16":51,"160":10,"161":32,"167":19,"168":1,"17":47,"18":390,"19":68,"20":38,"209":5,"21":119,"210":5,"214":2,"215":28,"221":59,"223":122,"224":8,"225":206,"23":105,"24":182,"25":58,"257":19,"26":10,"268":1,"27":12,"273":31,"276":135,"279":19,"28":51,"281":7,"282":5,"291":5,"292":7,"30":4,"302":10,"31":6,"32":1,"33":6,"34":13,"347":2,"35":12,"352":99,"36":33,"37":7,"38":104,"380":1,"381":8,"383":7,"39":7,"391":6,"397":5,"40":11,"409":11,"41":12,"414":5,"415":7,"419":1,"42":9,"426":2,"43":14,"430":7,"433":3,"44":12,"45":5,"46":31,"48":7,"49":9,"5":467,"51":19,"52":2,"53":8,"56":3,"570":2,"6":124,"63":23,"7":101,"79":5,"8":138,"80":13,"9":134,"all_client":19904,"all_tv_clinet":3864,"insert_time":"2014-08-19T23:03:56.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16249,"10":3,"107":100,"11":162,"12":42,"13":125,"14":16,"15":32,"155":10,"156":3,"158":5,"159":1,"16":51,"160":10,"161":29,"167":17,"168":1,"17":48,"18":402,"19":70,"20":38,"209":3,"21":126,"210":5,"214":2,"215":26,"221":58,"223":127,"224":9,"225":207,"23":101,"24":184,"25":61,"257":17,"26":12,"268":1,"27":11,"273":32,"276":145,"279":17,"28":54,"281":7,"282":4,"291":7,"292":7,"30":6,"302":14,"31":7,"32":2,"33":7,"34":13,"347":2,"35":12,"352":99,"36":33,"37":7,"38":104,"380":1,"381":7,"383":7,"39":7,"391":6,"397":6,"40":11,"409":11,"41":15,"414":6,"415":7,"42":9,"426":1,"43":12,"430":7,"433":2,"44":10,"45":7,"46":30,"48":8,"49":9,"5":473,"51":19,"52":2,"53":7,"56":3,"570":2,"6":127,"63":25,"7":104,"79":5,"8":137,"80":13,"9":135,"all_client":20174,"all_tv_clinet":3925,"insert_time":"2014-08-19T23:04:57.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16432,"10":3,"107":97,"11":167,"12":37,"13":124,"14":16,"15":35,"155":11,"156":2,"158":5,"159":1,"16":54,"160":10,"161":29,"167":13,"168":1,"17":48,"18":409,"19":76,"20":34,"209":3,"21":123,"210":5,"214":2,"215":26,"221":62,"223":135,"224":9,"225":201,"23":106,"24":180,"25":54,"257":17,"26":15,"268":1,"27":11,"273":30,"276":156,"279":15,"28":54,"281":7,"282":5,"291":7,"292":6,"30":6,"302":15,"31":6,"314":1,"32":2,"33":8,"34":13,"347":4,"35":13,"352":99,"36":34,"37":8,"38":98,"380":1,"381":6,"383":7,"39":8,"391":6,"397":6,"40":10,"409":11,"41":15,"414":6,"415":9,"42":11,"426":1,"43":10,"430":6,"433":2,"44":10,"45":7,"46":31,"48":9,"49":12,"5":498,"51":17,"52":2,"53":7,"56":3,"570":2,"6":136,"63":27,"7":111,"79":6,"8":139,"80":13,"9":133,"all_client":20419,"all_tv_clinet":3987,"insert_time":"2014-08-19T23:05:57.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16618,"10":2,"107":90,"11":169,"12":37,"13":121,"14":15,"15":39,"155":11,"156":2,"158":6,"159":1,"16":53,"160":10,"161":33,"167":15,"168":1,"17":45,"18":414,"19":75,"20":34,"209":3,"21":132,"210":7,"214":2,"215":29,"221":71,"223":141,"224":9,"225":202,"23":109,"24":174,"25":53,"257":17,"26":18,"268":1,"27":11,"273":29,"276":157,"279":10,"28":59,"281":9,"282":7,"291":7,"292":7,"30":6,"302":15,"31":6,"314":1,"32":2,"33":8,"34":12,"347":4,"35":12,"352":100,"36":35,"37":9,"38":95,"380":1,"381":6,"383":7,"39":8,"391":5,"397":6,"40":10,"409":11,"41":16,"414":6,"415":10,"42":13,"426":1,"43":12,"430":5,"433":2,"44":10,"45":7,"46":31,"48":8,"49":13,"5":506,"51":17,"52":3,"53":7,"56":3,"570":1,"6":141,"63":28,"7":104,"79":7,"8":148,"80":12,"9":137,"all_client":20662,"all_tv_clinet":4044,"insert_time":"2014-08-19T23:06:57.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16826,"10":1,"107":89,"11":169,"12":32,"13":123,"14":15,"15":41,"155":11,"156":2,"158":7,"159":1,"16":52,"160":9,"161":35,"167":13,"168":1,"17":45,"18":413,"19":81,"20":33,"209":4,"21":140,"210":8,"214":2,"215":29,"221":77,"223":142,"224":9,"225":209,"23":112,"24":180,"25":49,"257":17,"26":19,"268":1,"27":10,"273":30,"276":163,"279":10,"28":59,"281":10,"282":7,"291":7,"292":9,"30":5,"302":13,"31":8,"314":1,"32":1,"33":9,"34":11,"347":4,"35":12,"352":105,"36":35,"37":10,"38":95,"380":1,"381":7,"383":7,"39":9,"391":5,"397":6,"40":10,"409":13,"41":17,"414":6,"415":11,"42":13,"426":1,"43":13,"430":5,"433":3,"44":9,"45":7,"46":33,"48":10,"49":14,"5":518,"51":17,"52":3,"53":6,"56":5,"570":1,"6":149,"63":30,"7":104,"79":6,"8":147,"80":12,"9":158,"all_client":20967,"all_tv_clinet":4141,"insert_time":"2014-08-19T23:07:57.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17030,"10":2,"107":92,"11":169,"12":33,"13":126,"14":15,"15":42,"155":8,"156":3,"158":10,"159":1,"16":50,"160":8,"161":35,"167":14,"168":1,"17":42,"18":417,"19":84,"20":33,"209":4,"21":144,"210":8,"214":2,"215":31,"221":80,"223":140,"224":11,"225":219,"23":114,"24":173,"25":48,"257":15,"26":21,"268":1,"27":9,"273":29,"276":162,"279":8,"28":60,"281":10,"282":7,"291":9,"292":10,"30":5,"302":13,"31":8,"314":2,"317":1,"32":1,"33":9,"34":8,"347":2,"35":10,"352":107,"36":34,"37":10,"38":101,"380":1,"381":8,"383":8,"39":9,"391":5,"397":6,"40":11,"409":13,"41":18,"414":6,"415":12,"419":1,"42":14,"426":1,"43":12,"430":5,"433":3,"44":8,"45":8,"46":37,"48":9,"49":15,"5":518,"51":18,"52":2,"53":7,"56":5,"570":4,"6":156,"63":30,"7":105,"79":6,"8":153,"80":13,"9":163,"all_client":21231,"all_tv_clinet":4201,"insert_time":"2014-08-19T23:08:57.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17204,"10":2,"107":90,"11":173,"12":35,"13":126,"14":15,"15":44,"155":8,"156":3,"158":10,"159":1,"16":49,"160":9,"161":35,"167":13,"168":1,"17":41,"18":419,"19":88,"20":35,"209":4,"21":155,"210":9,"214":2,"215":32,"221":87,"223":141,"224":11,"225":228,"23":121,"24":180,"25":49,"257":15,"26":20,"268":1,"27":9,"273":31,"276":166,"279":7,"28":61,"281":10,"282":6,"291":9,"292":12,"30":5,"302":13,"31":7,"314":2,"317":1,"32":3,"33":9,"34":8,"347":2,"35":10,"352":108,"36":31,"37":10,"38":100,"380":1,"381":8,"383":7,"39":9,"391":5,"397":5,"40":12,"409":13,"41":18,"414":6,"415":12,"419":1,"42":13,"426":1,"43":11,"430":6,"433":3,"44":9,"45":8,"46":37,"48":9,"49":16,"5":531,"51":17,"52":2,"53":9,"56":5,"570":3,"6":157,"63":29,"7":109,"79":6,"8":153,"80":13,"9":173,"all_client":21493,"all_tv_clinet":4289,"insert_time":"2014-08-19T23:09:58.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17360,"10":2,"107":94,"11":173,"12":39,"13":129,"14":15,"15":46,"155":8,"156":3,"158":10,"159":1,"16":41,"160":10,"161":37,"167":14,"168":1,"17":39,"18":427,"19":93,"20":33,"209":4,"21":164,"210":9,"214":2,"215":31,"221":96,"223":153,"224":11,"225":234,"23":123,"24":180,"25":49,"257":15,"26":21,"268":1,"27":10,"273":30,"276":168,"279":6,"28":68,"281":10,"282":7,"291":10,"292":14,"30":5,"302":14,"31":10,"314":2,"317":1,"32":3,"33":9,"34":6,"347":2,"35":10,"352":104,"36":35,"37":11,"38":105,"380":1,"381":7,"383":7,"39":9,"391":5,"397":5,"40":14,"409":13,"41":18,"414":7,"415":14,"419":1,"42":13,"43":10,"430":7,"433":2,"44":10,"45":7,"46":38,"48":10,"49":19,"5":544,"51":17,"52":2,"53":10,"56":5,"570":4,"6":147,"63":28,"7":114,"79":7,"8":164,"80":13,"9":173,"all_client":21753,"all_tv_clinet":4393,"insert_time":"2014-08-19T23:10:58.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17550,"10":1,"107":94,"11":179,"12":39,"13":132,"14":15,"15":55,"155":8,"156":5,"158":8,"159":1,"16":35,"160":10,"161":37,"167":14,"168":1,"17":38,"18":428,"19":92,"20":34,"209":4,"21":171,"210":10,"214":2,"215":31,"221":107,"223":156,"224":13,"225":236,"23":127,"24":189,"25":52,"257":13,"26":24,"268":1,"27":10,"273":35,"276":170,"279":4,"28":73,"281":9,"282":7,"291":9,"292":17,"30":6,"302":14,"31":12,"314":2,"317":1,"32":4,"33":8,"34":7,"347":2,"35":10,"352":110,"36":38,"37":10,"38":101,"380":1,"381":7,"383":7,"39":10,"391":7,"397":5,"40":13,"409":15,"41":18,"414":7,"415":14,"419":1,"42":13,"426":1,"43":11,"430":8,"433":2,"44":9,"45":5,"46":41,"48":12,"49":19,"5":556,"51":18,"52":2,"53":11,"56":5,"570":4,"6":146,"63":29,"7":111,"79":7,"8":167,"80":12,"9":179,"all_client":22044,"all_tv_clinet":4494,"insert_time":"2014-08-19T23:11:58.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17765,"10":1,"107":91,"11":179,"12":36,"13":132,"14":13,"15":60,"155":8,"156":5,"158":9,"159":1,"16":37,"160":12,"161":39,"167":14,"168":1,"17":39,"18":423,"19":97,"20":35,"209":4,"21":177,"210":10,"214":2,"215":30,"221":109,"223":161,"224":13,"225":231,"23":131,"24":202,"25":49,"257":13,"26":25,"268":1,"27":10,"273":38,"276":171,"279":4,"28":72,"281":9,"282":7,"291":9,"292":18,"30":6,"302":14,"31":12,"314":2,"317":1,"32":4,"33":7,"34":8,"347":2,"35":10,"352":104,"36":40,"37":10,"38":106,"380":1,"381":6,"383":8,"39":11,"391":8,"397":5,"40":13,"409":13,"41":21,"414":7,"415":15,"419":1,"42":15,"426":1,"43":11,"430":9,"433":2,"44":8,"45":5,"46":44,"48":13,"49":18,"5":579,"51":17,"52":3,"53":11,"56":5,"570":5,"6":154,"63":30,"7":104,"79":6,"8":176,"80":12,"9":181,"all_client":22337,"all_tv_clinet":4572,"insert_time":"2014-08-19T23:12:58.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17957,"10":1,"107":90,"11":177,"12":34,"13":132,"14":14,"15":63,"155":8,"156":5,"158":8,"159":1,"16":38,"160":11,"161":39,"167":16,"168":1,"17":40,"18":435,"19":97,"20":35,"209":6,"21":184,"210":10,"214":2,"215":32,"221":113,"223":157,"224":13,"225":233,"23":133,"24":212,"25":46,"257":14,"26":26,"268":1,"27":11,"273":36,"276":174,"279":3,"28":68,"281":10,"282":6,"291":9,"292":17,"30":5,"302":14,"31":13,"314":4,"317":1,"32":4,"33":8,"34":9,"347":2,"35":9,"352":105,"36":38,"37":10,"38":108,"380":1,"381":8,"383":8,"39":11,"391":8,"397":5,"40":14,"409":12,"41":20,"414":9,"415":14,"419":1,"42":13,"426":1,"43":11,"430":9,"433":2,"44":6,"45":4,"46":45,"48":13,"49":20,"5":588,"51":18,"52":3,"53":12,"56":5,"570":5,"6":164,"63":31,"7":107,"79":6,"8":184,"80":12,"9":184,"all_client":22602,"all_tv_clinet":4645,"insert_time":"2014-08-19T23:13:58.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18184,"10":1,"107":90,"11":183,"12":32,"13":131,"14":12,"15":69,"155":8,"156":4,"158":9,"159":1,"16":38,"160":12,"161":38,"167":16,"168":1,"17":40,"18":443,"19":102,"20":35,"209":6,"21":179,"210":10,"214":2,"215":34,"221":115,"223":158,"224":14,"225":233,"23":135,"24":226,"25":43,"257":14,"26":21,"268":1,"27":10,"273":34,"276":170,"279":4,"28":62,"281":12,"282":7,"291":9,"292":19,"30":5,"302":13,"31":13,"314":4,"32":3,"33":9,"34":8,"347":2,"35":9,"352":108,"36":37,"37":9,"38":110,"380":1,"381":9,"383":7,"39":10,"391":7,"397":6,"40":13,"409":12,"41":19,"414":9,"415":14,"419":1,"42":13,"426":1,"43":7,"430":9,"433":2,"44":6,"45":4,"46":50,"48":13,"49":19,"5":592,"51":17,"52":4,"53":13,"56":5,"570":4,"6":170,"63":35,"7":111,"79":7,"8":194,"80":11,"9":190,"all_client":22882,"all_tv_clinet":4698,"insert_time":"2014-08-19T23:14:59.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18384,"10":1,"107":101,"11":186,"12":34,"13":130,"14":12,"15":65,"155":9,"156":3,"158":9,"159":3,"16":39,"160":12,"161":35,"167":18,"168":1,"17":42,"18":446,"19":111,"20":36,"209":6,"21":174,"210":10,"214":3,"215":32,"221":116,"223":160,"224":14,"225":236,"23":139,"24":227,"25":42,"257":17,"26":23,"268":2,"27":9,"273":33,"276":172,"279":4,"28":59,"281":12,"282":9,"291":8,"292":18,"30":5,"302":11,"31":14,"314":5,"32":2,"33":9,"34":9,"347":2,"35":13,"352":111,"36":37,"37":9,"38":103,"380":1,"381":10,"383":6,"39":10,"391":7,"397":8,"40":14,"409":12,"41":18,"414":9,"415":14,"419":1,"42":13,"426":1,"43":9,"430":9,"433":2,"44":6,"45":4,"46":50,"48":12,"49":21,"5":585,"51":19,"52":4,"53":13,"56":5,"570":3,"6":179,"63":37,"7":112,"79":10,"8":198,"80":11,"9":198,"all_client":23143,"all_tv_clinet":4759,"insert_time":"2014-08-19T23:15:59.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18571,"10":1,"107":97,"11":190,"12":34,"13":129,"14":13,"15":64,"155":9,"156":2,"158":9,"159":3,"16":39,"160":14,"161":37,"167":17,"168":1,"17":41,"18":444,"19":107,"20":37,"209":9,"21":168,"210":10,"214":3,"215":34,"221":122,"223":165,"224":15,"225":231,"23":142,"24":233,"25":44,"257":18,"26":23,"268":2,"27":9,"273":35,"276":173,"279":4,"28":52,"281":12,"282":11,"291":6,"292":19,"30":4,"302":10,"31":13,"314":4,"32":2,"33":10,"34":11,"347":2,"35":16,"352":117,"36":34,"37":7,"38":103,"380":1,"381":14,"383":7,"39":11,"391":7,"397":8,"40":15,"409":12,"41":18,"414":10,"415":13,"419":1,"42":13,"426":1,"43":9,"430":12,"433":2,"44":5,"45":5,"46":52,"48":11,"49":24,"5":572,"51":22,"52":5,"53":12,"56":4,"570":3,"6":190,"63":40,"7":114,"79":10,"8":207,"80":12,"9":207,"all_client":23381,"all_tv_clinet":4810,"insert_time":"2014-08-19T23:16:59.563Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18809,"10":2,"107":102,"11":195,"12":34,"13":134,"14":15,"15":59,"155":8,"156":3,"158":8,"159":3,"16":41,"160":14,"161":40,"167":17,"17":39,"18":437,"19":100,"20":37,"209":9,"21":176,"210":12,"214":2,"215":33,"221":124,"223":170,"224":17,"225":221,"23":147,"24":233,"25":47,"257":19,"26":21,"268":2,"27":10,"273":37,"276":173,"279":6,"28":49,"281":13,"282":11,"291":5,"292":20,"30":4,"302":9,"31":14,"314":3,"32":2,"33":10,"34":11,"347":2,"35":17,"352":116,"36":37,"37":8,"38":108,"380":1,"381":15,"383":8,"39":11,"391":7,"397":8,"40":16,"409":12,"41":16,"414":12,"415":13,"419":1,"42":13,"43":10,"430":12,"433":1,"44":5,"45":6,"46":53,"48":12,"49":27,"5":566,"51":22,"52":4,"53":15,"56":5,"570":3,"6":199,"63":43,"7":125,"79":11,"8":213,"80":14,"9":212,"all_client":23686,"all_tv_clinet":4877,"insert_time":"2014-08-19T23:17:59.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18992,"10":2,"107":105,"11":203,"12":34,"13":141,"14":14,"15":57,"155":8,"156":3,"158":8,"159":2,"16":39,"160":15,"161":40,"167":18,"17":37,"18":444,"19":101,"20":39,"209":11,"21":179,"210":12,"214":2,"215":38,"221":126,"223":169,"224":19,"225":216,"23":148,"24":227,"25":47,"257":18,"26":21,"268":2,"27":10,"273":38,"276":174,"279":7,"28":50,"281":13,"282":11,"291":6,"292":20,"30":4,"302":10,"31":13,"314":3,"32":2,"33":10,"34":12,"347":2,"35":17,"352":119,"36":39,"37":8,"38":111,"380":1,"381":18,"383":9,"39":10,"391":10,"397":8,"40":16,"409":16,"41":15,"414":12,"415":12,"419":1,"42":14,"43":9,"430":12,"433":1,"44":5,"45":6,"46":56,"48":12,"49":25,"5":575,"51":21,"52":3,"53":15,"56":5,"570":4,"6":219,"63":48,"7":124,"79":12,"8":220,"80":15,"9":216,"all_client":23961,"all_tv_clinet":4969,"insert_time":"2014-08-19T23:18:59.975Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19202,"10":2,"107":114,"11":208,"12":34,"13":143,"14":14,"15":63,"155":8,"156":3,"158":9,"159":2,"16":42,"160":16,"161":36,"167":19,"17":37,"18":453,"19":106,"20":39,"209":14,"21":182,"210":13,"214":2,"215":37,"221":118,"223":171,"224":18,"225":209,"23":143,"24":229,"25":45,"257":19,"26":22,"268":2,"27":10,"273":43,"276":173,"279":7,"28":49,"281":13,"282":10,"291":7,"292":22,"30":5,"302":10,"31":11,"314":3,"32":3,"33":9,"34":11,"347":2,"35":17,"352":118,"36":41,"37":8,"38":112,"380":1,"381":17,"383":10,"39":11,"391":12,"397":8,"40":16,"409":15,"41":14,"414":11,"415":14,"419":2,"42":15,"43":11,"430":12,"433":1,"44":4,"45":5,"46":55,"48":14,"49":25,"5":582,"51":23,"52":2,"53":15,"56":5,"570":4,"6":232,"63":49,"7":115,"79":12,"8":226,"80":16,"9":227,"all_client":24239,"all_tv_clinet":5037,"insert_time":"2014-08-19T23:20:00.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19488,"10":2,"107":118,"11":208,"12":38,"13":143,"14":13,"15":66,"155":8,"156":3,"158":9,"159":3,"16":41,"160":15,"161":33,"167":18,"17":34,"18":456,"19":108,"20":43,"209":14,"21":193,"210":14,"214":2,"215":34,"221":121,"223":175,"224":18,"225":209,"23":143,"24":229,"25":41,"257":19,"26":24,"268":2,"27":12,"273":42,"276":173,"279":6,"28":51,"281":13,"282":11,"291":7,"292":22,"30":6,"302":11,"31":12,"314":3,"32":4,"33":10,"34":11,"347":2,"35":18,"352":119,"36":42,"37":11,"38":112,"380":1,"381":18,"383":10,"39":12,"391":13,"396":1,"397":10,"40":18,"409":12,"41":14,"414":11,"415":19,"419":3,"42":16,"43":12,"430":12,"433":1,"44":4,"45":5,"46":59,"48":12,"49":25,"5":593,"51":24,"52":3,"53":12,"56":5,"570":3,"6":231,"63":50,"7":104,"79":11,"8":231,"80":16,"9":227,"all_client":24581,"all_tv_clinet":5093,"insert_time":"2014-08-19T23:21:00.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19706,"10":2,"107":123,"11":213,"12":40,"13":141,"14":15,"15":63,"155":7,"156":4,"158":8,"159":4,"16":43,"160":14,"161":30,"167":16,"17":33,"18":466,"19":115,"20":43,"209":16,"21":196,"210":14,"214":2,"215":32,"221":116,"223":177,"224":19,"225":215,"23":149,"24":228,"25":45,"257":17,"26":20,"268":2,"27":14,"273":42,"276":172,"279":6,"28":48,"281":13,"282":12,"291":7,"292":20,"30":5,"302":12,"31":13,"314":3,"32":3,"33":10,"34":11,"347":2,"35":17,"352":123,"36":44,"37":15,"38":110,"380":1,"381":18,"383":9,"39":12,"391":15,"396":1,"397":10,"40":18,"409":13,"41":13,"414":10,"415":20,"419":3,"42":15,"43":13,"430":14,"433":1,"44":5,"45":7,"46":59,"48":12,"49":25,"5":597,"51":24,"52":5,"53":12,"56":5,"570":2,"6":237,"63":50,"7":98,"79":11,"8":236,"80":16,"9":239,"all_client":24862,"all_tv_clinet":5156,"insert_time":"2014-08-19T23:22:00.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19923,"10":2,"107":129,"11":213,"12":42,"13":145,"14":17,"15":63,"155":7,"156":4,"158":8,"159":5,"16":46,"160":15,"161":33,"167":16,"17":34,"18":468,"19":121,"20":44,"209":14,"21":197,"210":15,"214":2,"215":37,"221":124,"223":183,"224":19,"225":213,"23":154,"24":222,"25":50,"257":16,"26":19,"268":1,"27":15,"273":45,"276":165,"279":6,"28":42,"281":12,"282":12,"291":8,"292":20,"30":4,"302":8,"31":15,"314":4,"32":3,"33":10,"34":9,"347":2,"35":17,"352":117,"36":46,"37":15,"38":111,"380":1,"381":17,"383":8,"39":14,"391":15,"396":1,"397":9,"40":18,"409":13,"41":12,"414":11,"415":18,"419":3,"42":15,"426":1,"43":13,"430":14,"433":1,"44":5,"45":10,"46":61,"48":15,"49":24,"5":616,"51":21,"52":5,"53":12,"56":6,"570":2,"6":236,"63":49,"7":97,"79":11,"8":238,"80":16,"9":250,"all_client":25145,"all_tv_clinet":5222,"insert_time":"2014-08-19T23:23:00.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20145,"10":5,"107":136,"11":213,"12":42,"13":140,"14":18,"15":66,"155":6,"156":3,"158":7,"159":6,"16":46,"160":15,"161":38,"167":18,"17":33,"18":479,"19":122,"20":50,"209":13,"21":196,"210":14,"214":2,"215":39,"221":125,"223":177,"224":15,"225":222,"23":152,"24":224,"25":52,"257":18,"26":18,"268":1,"27":15,"273":47,"276":164,"279":7,"28":43,"281":12,"282":13,"291":11,"292":22,"30":4,"302":8,"31":15,"314":4,"32":1,"33":11,"34":13,"347":1,"35":18,"352":112,"36":43,"37":17,"38":113,"381":20,"383":9,"39":14,"391":14,"397":7,"40":18,"409":17,"41":12,"414":12,"415":19,"419":2,"42":17,"426":1,"43":12,"430":15,"433":1,"44":6,"45":10,"46":58,"48":15,"49":23,"5":630,"51":21,"52":5,"53":12,"56":6,"570":3,"6":243,"63":51,"7":96,"79":11,"8":242,"80":18,"9":253,"all_client":25443,"all_tv_clinet":5298,"insert_time":"2014-08-19T23:24:01.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20359,"10":5,"107":142,"11":209,"12":44,"13":135,"14":17,"15":66,"155":6,"156":3,"158":10,"159":6,"16":48,"160":16,"161":42,"167":18,"17":33,"18":486,"19":119,"20":54,"209":12,"21":194,"210":14,"214":2,"215":39,"221":129,"223":188,"224":16,"225":225,"23":162,"24":218,"25":53,"257":18,"26":18,"268":1,"27":13,"273":48,"276":162,"279":8,"28":44,"281":12,"282":12,"291":10,"292":26,"30":4,"302":8,"31":13,"314":5,"32":2,"33":13,"34":13,"347":2,"35":19,"352":114,"36":42,"37":17,"38":118,"381":20,"383":10,"39":17,"391":15,"397":7,"40":17,"409":18,"41":13,"414":14,"415":20,"419":2,"42":14,"426":1,"43":12,"430":15,"44":6,"45":10,"46":57,"48":15,"49":22,"5":627,"51":23,"52":3,"53":14,"56":6,"570":3,"6":246,"63":48,"7":95,"79":11,"8":247,"80":17,"9":250,"all_client":25707,"all_tv_clinet":5348,"insert_time":"2014-08-19T23:25:01.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20569,"10":5,"107":135,"11":211,"12":47,"13":128,"14":18,"15":68,"155":6,"156":3,"158":10,"159":7,"16":51,"160":16,"161":40,"167":20,"17":34,"18":484,"19":119,"20":58,"209":11,"21":203,"210":14,"214":2,"215":37,"221":130,"223":200,"224":14,"225":227,"23":163,"24":216,"25":48,"257":18,"26":23,"268":1,"27":13,"273":48,"276":156,"279":8,"28":46,"281":12,"282":12,"291":10,"292":27,"30":4,"302":7,"31":13,"314":3,"317":1,"32":3,"33":14,"34":12,"347":2,"35":20,"352":122,"36":40,"37":16,"38":120,"381":21,"383":11,"39":15,"391":17,"397":9,"40":17,"409":18,"41":14,"414":15,"415":21,"419":2,"42":15,"426":1,"43":12,"430":15,"44":6,"45":7,"46":56,"48":14,"49":24,"5":640,"51":22,"52":3,"53":15,"56":8,"570":2,"6":260,"63":49,"7":92,"79":11,"8":250,"80":16,"9":231,"all_client":25954,"all_tv_clinet":5385,"insert_time":"2014-08-19T23:26:01.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20759,"10":5,"107":139,"11":209,"12":52,"13":127,"14":16,"15":67,"155":6,"156":4,"158":10,"159":7,"16":52,"160":16,"161":37,"167":23,"168":1,"17":35,"18":484,"19":122,"20":60,"209":13,"21":202,"210":14,"214":2,"215":39,"221":127,"223":205,"224":14,"225":233,"23":169,"24":223,"25":47,"257":19,"26":23,"268":2,"27":17,"273":49,"276":154,"279":9,"28":45,"281":10,"282":12,"291":9,"292":29,"30":4,"302":8,"31":11,"314":2,"317":1,"32":3,"33":16,"34":12,"347":4,"35":21,"352":126,"36":39,"37":16,"38":119,"381":22,"383":12,"39":17,"391":18,"396":1,"397":10,"40":17,"409":16,"41":15,"414":16,"415":19,"419":2,"42":13,"426":1,"43":10,"430":16,"44":6,"45":7,"46":53,"48":16,"49":22,"5":659,"51":20,"52":6,"53":12,"56":8,"570":3,"6":269,"63":42,"7":98,"79":10,"8":250,"80":13,"9":222,"all_client":26200,"all_tv_clinet":5441,"insert_time":"2014-08-19T23:27:01.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21036,"10":5,"107":143,"11":207,"12":54,"13":124,"14":18,"15":70,"155":6,"156":5,"158":9,"159":7,"16":50,"160":16,"161":40,"167":23,"168":1,"17":35,"18":490,"19":124,"20":63,"209":15,"21":211,"210":14,"214":2,"215":36,"221":134,"223":210,"224":12,"225":223,"23":164,"24":240,"25":48,"257":20,"26":23,"268":2,"27":16,"273":49,"276":155,"279":8,"28":41,"281":10,"282":11,"291":9,"292":29,"30":4,"302":9,"31":11,"314":2,"317":1,"32":3,"33":15,"34":11,"347":6,"35":25,"352":132,"36":40,"37":16,"38":121,"381":21,"383":14,"39":16,"391":22,"396":1,"397":7,"40":18,"409":11,"41":13,"414":18,"415":22,"419":2,"42":14,"426":1,"43":9,"430":16,"44":5,"45":7,"46":52,"48":15,"49":25,"5":657,"51":18,"52":7,"53":13,"56":8,"570":5,"6":283,"63":41,"7":101,"79":11,"8":257,"80":12,"9":215,"all_client":26541,"all_tv_clinet":5505,"insert_time":"2014-08-19T23:28:01.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21261,"10":5,"107":139,"11":204,"12":58,"13":120,"14":18,"15":70,"155":6,"156":5,"158":9,"159":6,"16":54,"160":16,"161":49,"167":24,"168":1,"17":35,"18":480,"19":118,"20":67,"209":16,"21":209,"210":14,"214":2,"215":35,"221":138,"223":216,"224":15,"225":227,"23":168,"24":276,"25":47,"257":21,"26":24,"268":3,"27":15,"273":45,"276":152,"279":8,"28":42,"281":9,"282":11,"291":7,"292":33,"30":4,"302":10,"31":10,"314":4,"317":1,"32":3,"33":13,"34":9,"347":7,"35":26,"352":142,"36":45,"37":17,"38":119,"381":22,"383":15,"39":18,"391":22,"396":1,"397":7,"40":19,"409":14,"41":14,"414":18,"415":23,"419":2,"42":13,"43":8,"430":17,"44":5,"45":7,"46":50,"48":14,"49":26,"5":653,"51":12,"52":8,"53":13,"56":7,"570":5,"6":298,"63":41,"7":111,"79":11,"8":239,"80":12,"9":219,"all_client":26832,"all_tv_clinet":5571,"insert_time":"2014-08-19T23:29:02.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21509,"10":6,"107":133,"11":202,"12":62,"13":126,"14":20,"15":67,"155":6,"156":7,"158":9,"159":6,"16":60,"160":17,"161":53,"167":23,"168":1,"17":36,"18":479,"19":116,"20":72,"209":15,"21":214,"210":14,"214":3,"215":37,"221":138,"223":223,"224":15,"225":233,"23":180,"24":313,"25":50,"257":19,"26":26,"268":3,"27":12,"273":43,"276":152,"279":7,"28":39,"281":9,"282":9,"291":5,"292":35,"30":5,"302":10,"31":6,"314":4,"317":1,"32":3,"33":13,"34":9,"347":8,"35":26,"352":147,"36":46,"37":17,"38":128,"381":22,"383":15,"39":18,"391":21,"396":1,"397":6,"40":19,"409":17,"41":14,"414":18,"415":22,"419":2,"42":14,"43":8,"430":18,"44":6,"45":8,"46":45,"48":15,"49":25,"5":644,"51":14,"52":5,"53":13,"56":6,"570":6,"6":314,"63":43,"7":113,"79":11,"8":215,"80":13,"9":224,"all_client":27162,"all_tv_clinet":5653,"insert_time":"2014-08-19T23:30:02.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21710,"10":6,"107":136,"11":188,"12":67,"13":127,"14":22,"15":68,"155":6,"156":8,"158":8,"159":8,"16":61,"160":15,"161":56,"167":22,"168":1,"17":37,"18":469,"19":119,"20":72,"209":14,"21":223,"210":14,"214":3,"215":37,"221":140,"223":233,"224":14,"225":240,"23":182,"24":352,"25":54,"257":21,"26":26,"268":3,"27":13,"273":41,"276":157,"279":7,"28":40,"281":10,"282":7,"291":5,"292":34,"30":5,"302":10,"31":8,"314":6,"317":1,"32":2,"33":14,"34":7,"347":10,"35":25,"352":148,"36":39,"37":17,"38":129,"381":23,"383":14,"39":21,"391":19,"396":1,"397":10,"40":18,"409":21,"41":15,"414":17,"415":23,"419":1,"42":15,"43":9,"430":18,"44":9,"45":9,"46":46,"48":16,"49":24,"5":631,"51":14,"52":6,"53":17,"56":6,"570":6,"6":321,"63":42,"7":120,"79":12,"8":182,"80":13,"9":230,"all_client":27426,"all_tv_clinet":5716,"insert_time":"2014-08-19T23:31:02.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21948,"10":6,"107":141,"11":184,"12":77,"13":138,"14":21,"15":70,"155":6,"156":7,"158":7,"159":8,"16":58,"160":14,"161":55,"167":20,"168":1,"17":34,"18":476,"19":122,"20":72,"209":13,"21":226,"210":14,"214":3,"215":37,"221":139,"223":224,"224":16,"225":244,"23":187,"24":368,"25":55,"257":22,"26":26,"268":3,"27":12,"273":43,"276":160,"279":7,"28":40,"281":10,"282":7,"291":5,"292":35,"30":5,"302":12,"31":7,"314":5,"317":1,"32":1,"33":16,"34":7,"347":10,"35":28,"352":141,"36":36,"37":18,"38":130,"381":25,"383":12,"39":21,"391":18,"396":2,"397":11,"40":18,"409":21,"41":14,"414":16,"415":24,"419":1,"42":15,"43":9,"430":18,"44":10,"45":8,"46":44,"48":18,"49":19,"5":637,"51":14,"52":5,"53":16,"56":8,"570":6,"6":334,"63":39,"7":122,"79":12,"8":165,"80":14,"9":239,"all_client":27713,"all_tv_clinet":5765,"insert_time":"2014-08-19T23:32:02.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22213,"10":4,"107":138,"11":189,"12":78,"13":134,"14":20,"15":75,"155":7,"156":8,"158":8,"159":9,"16":61,"160":14,"161":53,"167":20,"168":1,"17":35,"18":487,"19":124,"20":76,"209":14,"21":233,"210":16,"214":3,"215":39,"221":133,"223":214,"224":17,"225":247,"23":182,"24":353,"25":55,"257":23,"26":29,"268":3,"27":13,"273":47,"276":163,"279":8,"28":41,"281":11,"282":6,"291":5,"292":35,"30":4,"302":12,"31":9,"314":6,"317":1,"32":1,"33":20,"34":5,"347":10,"35":31,"352":143,"36":33,"37":15,"38":132,"381":24,"383":12,"39":20,"391":18,"396":1,"397":11,"40":17,"409":23,"41":12,"414":14,"415":23,"419":1,"42":15,"43":8,"430":18,"44":12,"45":8,"46":43,"48":17,"49":16,"5":641,"51":12,"52":6,"53":19,"56":8,"570":3,"6":338,"63":41,"7":120,"79":12,"8":179,"80":13,"9":254,"all_client":28025,"all_tv_clinet":5812,"insert_time":"2014-08-19T23:33:03.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22434,"10":3,"107":137,"11":187,"12":81,"13":135,"14":21,"15":76,"155":7,"156":7,"158":7,"159":10,"16":64,"160":14,"161":54,"167":19,"168":1,"17":34,"18":496,"19":122,"20":80,"209":15,"21":239,"210":15,"214":3,"215":40,"221":130,"223":202,"224":18,"225":254,"23":180,"24":351,"25":56,"257":24,"26":31,"268":3,"27":12,"273":49,"276":163,"279":9,"28":46,"281":11,"282":6,"291":4,"292":38,"30":4,"302":11,"31":10,"314":6,"317":1,"32":3,"33":20,"34":6,"347":10,"35":30,"352":144,"36":38,"37":13,"38":136,"381":25,"383":11,"39":22,"391":19,"396":1,"397":11,"40":16,"409":23,"41":13,"414":14,"415":23,"419":1,"42":18,"426":1,"43":8,"430":17,"44":11,"45":8,"46":47,"48":17,"49":14,"5":650,"51":10,"52":4,"53":19,"56":7,"570":5,"6":341,"63":41,"7":119,"79":13,"8":184,"80":14,"9":271,"all_client":28318,"all_tv_clinet":5884,"insert_time":"2014-08-19T23:34:03.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22664,"10":3,"107":138,"11":185,"12":79,"13":135,"14":20,"15":72,"155":9,"156":9,"158":7,"159":10,"16":66,"160":14,"161":56,"167":19,"168":1,"17":34,"18":510,"19":123,"20":78,"209":14,"21":242,"210":15,"214":3,"215":43,"221":129,"223":192,"224":17,"225":252,"23":176,"24":347,"25":63,"257":24,"26":32,"268":3,"27":12,"273":51,"276":163,"279":8,"28":55,"281":12,"282":6,"291":3,"292":37,"30":3,"302":11,"31":12,"314":6,"317":1,"32":4,"33":23,"34":6,"347":11,"35":33,"352":142,"36":37,"37":16,"38":143,"381":26,"383":11,"39":22,"391":21,"397":13,"40":16,"409":23,"41":13,"414":13,"415":23,"419":1,"42":17,"426":1,"43":9,"430":17,"44":12,"45":9,"46":48,"48":16,"49":13,"5":643,"51":11,"52":5,"53":18,"56":6,"570":5,"6":345,"63":40,"7":118,"79":13,"8":186,"80":12,"9":292,"all_client":28597,"all_tv_clinet":5933,"insert_time":"2014-08-19T23:35:03.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22883,"10":4,"107":136,"11":185,"12":76,"13":132,"14":21,"15":71,"155":8,"156":8,"158":7,"159":9,"16":61,"160":15,"161":56,"167":20,"17":33,"18":517,"19":127,"20":74,"209":13,"21":242,"210":16,"214":3,"215":43,"221":128,"223":192,"224":15,"225":233,"23":180,"24":340,"25":62,"257":24,"26":32,"268":3,"27":12,"273":52,"276":163,"279":7,"28":61,"281":12,"282":6,"291":2,"292":35,"30":3,"302":11,"31":12,"314":6,"317":1,"32":4,"33":23,"34":5,"347":11,"35":34,"352":145,"36":36,"37":16,"38":149,"381":25,"383":11,"39":26,"391":21,"397":14,"40":17,"409":23,"41":14,"414":13,"415":23,"419":1,"42":17,"426":1,"43":9,"430":17,"44":11,"45":8,"46":47,"48":19,"49":13,"5":646,"51":8,"52":6,"53":18,"56":6,"570":5,"6":361,"63":40,"7":123,"79":14,"8":189,"80":15,"9":310,"all_client":28846,"all_tv_clinet":5963,"insert_time":"2014-08-19T23:36:03.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23131,"10":4,"107":135,"11":195,"12":73,"13":125,"14":21,"15":72,"155":8,"156":8,"158":7,"159":9,"16":62,"160":15,"161":55,"167":20,"17":35,"18":518,"19":129,"20":74,"209":14,"21":248,"210":15,"214":3,"215":45,"221":133,"223":183,"224":14,"225":219,"23":181,"24":339,"25":61,"257":26,"26":30,"268":3,"27":12,"273":58,"276":163,"279":7,"28":69,"281":12,"282":6,"291":2,"292":34,"30":3,"302":13,"31":13,"314":7,"317":1,"32":4,"33":25,"34":4,"347":7,"35":37,"352":152,"36":38,"37":16,"38":146,"380":1,"381":27,"383":9,"389":1,"39":28,"391":21,"397":14,"40":18,"409":23,"41":13,"414":10,"415":24,"419":2,"42":18,"426":2,"43":7,"430":17,"44":10,"45":7,"46":41,"48":20,"49":12,"5":658,"51":9,"52":8,"53":16,"56":6,"570":3,"6":369,"63":41,"7":127,"79":14,"8":194,"80":15,"9":317,"all_client":29141,"all_tv_clinet":6010,"insert_time":"2014-08-19T23:37:04.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23329,"10":4,"107":132,"11":196,"12":76,"13":125,"14":22,"15":74,"155":10,"156":8,"158":7,"159":9,"16":56,"160":14,"161":62,"167":21,"17":38,"18":529,"19":136,"20":81,"209":13,"21":249,"210":17,"214":3,"215":42,"221":140,"223":181,"224":15,"225":206,"23":185,"24":324,"25":60,"257":26,"26":26,"268":3,"27":12,"273":61,"276":162,"279":8,"28":74,"281":10,"282":7,"291":4,"292":32,"30":3,"302":13,"31":12,"314":7,"317":1,"32":3,"33":26,"34":5,"347":7,"35":35,"352":151,"36":43,"37":16,"38":150,"380":1,"381":24,"383":10,"389":1,"39":33,"391":21,"397":14,"40":19,"409":25,"41":13,"414":10,"415":24,"419":2,"42":17,"426":2,"43":5,"430":17,"44":10,"45":7,"46":44,"48":18,"49":12,"5":666,"51":10,"52":8,"53":20,"56":7,"570":3,"6":371,"63":46,"7":132,"79":16,"8":199,"80":13,"9":327,"all_client":29408,"all_tv_clinet":6079,"insert_time":"2014-08-19T23:38:04.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23523,"10":4,"107":136,"11":198,"12":77,"13":133,"14":25,"15":67,"155":10,"156":5,"158":6,"159":10,"16":55,"160":15,"161":64,"167":20,"17":39,"18":529,"19":143,"20":83,"209":13,"21":256,"210":16,"214":4,"215":44,"221":141,"223":176,"224":17,"225":184,"23":188,"24":337,"25":57,"257":30,"26":23,"268":2,"27":11,"273":63,"276":157,"279":7,"28":82,"281":12,"282":9,"291":5,"292":32,"30":3,"302":13,"31":11,"314":7,"317":1,"32":3,"33":24,"34":4,"347":6,"35":35,"352":157,"36":43,"37":17,"38":145,"380":1,"381":24,"383":9,"389":1,"39":33,"391":20,"396":1,"397":14,"40":18,"409":23,"41":16,"414":10,"415":24,"419":2,"42":17,"426":2,"43":6,"430":19,"44":10,"45":6,"46":43,"48":18,"49":11,"5":671,"51":12,"52":7,"53":21,"56":6,"570":4,"6":380,"63":46,"7":135,"79":16,"8":200,"80":12,"9":337,"all_client":29652,"all_tv_clinet":6129,"insert_time":"2014-08-19T23:39:04.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23741,"10":5,"107":151,"11":193,"12":80,"13":133,"14":25,"15":70,"155":10,"156":5,"158":6,"159":10,"16":56,"160":13,"161":62,"167":19,"17":36,"18":539,"19":144,"20":84,"209":13,"21":268,"210":18,"214":4,"215":44,"221":145,"223":176,"224":18,"225":173,"23":193,"24":335,"25":54,"257":31,"26":20,"268":2,"27":12,"273":63,"276":159,"279":6,"28":84,"281":11,"282":10,"291":7,"292":33,"30":3,"302":13,"31":10,"314":6,"317":1,"32":3,"33":24,"34":4,"347":5,"35":33,"352":152,"36":48,"37":17,"38":147,"380":1,"381":23,"383":9,"389":1,"39":33,"391":20,"396":1,"397":14,"40":15,"409":23,"41":19,"414":12,"415":21,"419":2,"42":15,"426":2,"43":7,"430":20,"44":10,"45":5,"46":43,"48":17,"49":12,"5":680,"51":11,"52":6,"53":24,"56":6,"570":4,"6":386,"63":47,"7":137,"79":16,"8":204,"80":11,"9":349,"all_client":29933,"all_tv_clinet":6192,"insert_time":"2014-08-19T23:40:04.961Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23939,"10":5,"107":151,"11":198,"12":80,"13":138,"14":24,"15":73,"155":11,"156":4,"158":8,"159":10,"16":55,"160":14,"161":64,"167":19,"17":36,"18":548,"19":149,"20":85,"209":13,"21":276,"210":17,"214":3,"215":42,"221":147,"223":178,"224":19,"225":168,"23":194,"24":323,"25":59,"257":32,"26":20,"268":2,"27":11,"273":64,"276":156,"279":6,"28":82,"281":11,"282":9,"291":5,"292":36,"30":5,"302":12,"31":12,"314":7,"317":1,"32":3,"33":24,"34":4,"347":4,"35":26,"352":157,"36":51,"37":17,"38":151,"380":1,"381":23,"383":8,"389":1,"39":34,"391":19,"396":2,"397":15,"40":12,"409":22,"41":19,"414":9,"415":20,"419":2,"42":14,"426":2,"43":7,"430":20,"44":11,"45":5,"46":46,"48":17,"49":13,"5":700,"51":11,"52":8,"53":23,"56":7,"570":4,"6":383,"63":48,"7":144,"79":15,"8":216,"80":11,"9":358,"all_client":30208,"all_tv_clinet":6269,"insert_time":"2014-08-19T23:41:05.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24172,"10":5,"107":159,"11":200,"12":82,"13":141,"14":22,"15":80,"155":11,"156":6,"158":10,"159":10,"16":58,"160":13,"161":69,"167":17,"17":36,"18":555,"19":157,"20":86,"209":13,"21":270,"210":17,"214":4,"215":48,"221":156,"223":182,"224":16,"225":158,"23":192,"24":323,"25":60,"257":31,"26":20,"268":2,"27":11,"273":66,"276":158,"279":7,"28":82,"281":12,"282":10,"291":3,"292":37,"30":5,"302":12,"31":14,"314":7,"317":1,"32":3,"33":23,"34":5,"347":3,"35":22,"352":158,"36":52,"37":16,"38":155,"380":1,"381":25,"383":8,"389":1,"39":34,"391":20,"396":2,"397":16,"40":12,"409":21,"41":23,"414":10,"415":22,"419":1,"42":13,"426":2,"43":7,"430":18,"44":10,"45":5,"46":47,"48":17,"49":12,"5":703,"51":11,"52":8,"53":24,"56":7,"570":3,"6":388,"63":46,"7":147,"79":17,"8":219,"80":11,"9":370,"all_client":30524,"all_tv_clinet":6352,"insert_time":"2014-08-19T23:42:05.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24369,"10":5,"107":157,"11":201,"12":80,"13":140,"14":21,"15":89,"155":11,"156":6,"158":10,"159":8,"16":59,"160":13,"161":72,"167":20,"168":1,"17":33,"18":553,"19":162,"20":89,"209":12,"21":268,"210":17,"214":5,"215":49,"221":151,"223":187,"224":17,"225":158,"23":188,"24":343,"25":60,"257":28,"26":22,"268":2,"27":11,"273":62,"276":157,"279":8,"28":81,"281":13,"282":12,"291":4,"292":38,"30":6,"302":14,"31":14,"314":7,"317":1,"32":5,"33":22,"34":7,"347":3,"35":21,"352":160,"36":54,"37":18,"38":150,"380":1,"381":24,"383":8,"389":1,"39":36,"391":22,"396":3,"397":17,"40":13,"409":18,"41":23,"414":9,"415":23,"419":1,"42":12,"426":2,"43":8,"430":17,"433":1,"44":10,"45":6,"46":50,"48":17,"49":12,"5":714,"51":11,"52":8,"53":18,"56":7,"570":3,"6":387,"63":47,"7":149,"79":17,"8":224,"80":12,"9":384,"all_client":30789,"all_tv_clinet":6420,"insert_time":"2014-08-19T23:43:05.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24643,"10":5,"107":160,"11":202,"12":80,"13":139,"14":21,"15":93,"155":12,"156":8,"158":10,"159":8,"16":60,"160":13,"161":75,"167":20,"168":1,"17":30,"18":563,"19":166,"20":90,"209":14,"21":266,"210":17,"214":6,"215":52,"221":152,"223":188,"224":17,"225":151,"23":193,"24":359,"25":58,"257":30,"26":19,"268":2,"27":11,"273":62,"276":158,"279":8,"28":85,"281":14,"282":17,"291":5,"292":34,"30":6,"302":13,"31":13,"314":6,"32":7,"33":21,"34":7,"347":3,"35":22,"352":166,"36":51,"37":18,"38":147,"380":1,"381":24,"383":8,"389":1,"39":39,"391":22,"396":3,"397":18,"40":13,"409":17,"41":22,"414":9,"415":19,"419":2,"42":11,"426":3,"43":7,"430":17,"433":1,"44":10,"45":6,"46":52,"48":18,"49":12,"5":713,"51":11,"52":4,"53":15,"56":5,"570":4,"6":392,"63":49,"7":153,"79":19,"8":226,"80":10,"9":392,"all_client":31125,"all_tv_clinet":6482,"insert_time":"2014-08-19T23:44:05.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24834,"10":5,"107":165,"11":200,"12":83,"13":138,"14":21,"15":95,"155":12,"156":6,"158":9,"159":8,"16":55,"160":15,"161":78,"167":19,"168":1,"17":30,"18":569,"19":170,"20":90,"209":12,"21":261,"210":17,"214":7,"215":51,"221":149,"223":188,"224":21,"225":145,"23":203,"24":358,"25":58,"257":30,"26":20,"268":2,"27":11,"273":59,"276":157,"279":7,"28":86,"281":15,"282":17,"291":5,"292":34,"30":6,"302":13,"31":12,"314":7,"32":8,"33":20,"34":7,"347":3,"35":23,"352":173,"36":49,"37":19,"38":147,"380":1,"381":23,"383":10,"389":1,"39":41,"391":23,"396":4,"397":18,"40":14,"409":17,"41":21,"414":10,"415":21,"419":2,"42":13,"426":4,"43":7,"430":17,"433":1,"44":12,"45":5,"46":53,"48":18,"49":11,"5":708,"51":11,"52":6,"53":15,"56":5,"570":3,"6":395,"63":50,"7":164,"79":21,"8":231,"80":12,"9":403,"all_client":31374,"all_tv_clinet":6540,"insert_time":"2014-08-19T23:45:06.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25083,"10":4,"107":166,"11":212,"12":85,"13":135,"14":23,"15":99,"155":12,"156":7,"158":11,"159":7,"16":52,"160":16,"161":80,"167":20,"168":1,"17":29,"18":567,"19":172,"20":89,"209":12,"21":252,"210":16,"214":7,"215":54,"221":154,"223":192,"224":18,"225":148,"23":204,"24":342,"25":59,"257":29,"26":20,"268":3,"27":11,"273":58,"276":156,"279":7,"28":96,"281":15,"282":19,"291":5,"292":35,"30":6,"302":12,"306":2,"31":13,"314":7,"32":8,"33":20,"34":8,"347":3,"35":22,"352":178,"36":46,"37":17,"38":145,"380":1,"381":23,"383":11,"389":1,"39":42,"391":21,"396":4,"397":18,"40":12,"409":19,"41":18,"414":12,"415":21,"419":1,"42":14,"426":2,"43":11,"430":16,"433":1,"44":11,"45":4,"46":53,"48":18,"49":9,"5":695,"51":8,"52":7,"53":20,"56":5,"570":3,"6":398,"63":52,"7":177,"79":22,"8":233,"80":13,"9":414,"all_client":31659,"all_tv_clinet":6576,"insert_time":"2014-08-19T23:46:06.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25312,"10":4,"107":171,"11":222,"12":84,"13":139,"14":23,"15":108,"155":11,"156":7,"158":10,"159":7,"16":48,"160":16,"161":75,"167":17,"168":2,"17":31,"18":551,"19":174,"20":93,"209":13,"21":255,"210":16,"214":6,"215":58,"221":156,"223":189,"224":17,"225":141,"23":204,"24":356,"25":61,"257":32,"26":20,"268":3,"27":10,"273":60,"276":153,"279":9,"28":101,"281":15,"282":20,"291":6,"292":34,"30":5,"302":12,"306":2,"31":13,"314":7,"32":6,"33":18,"34":8,"347":4,"35":20,"352":176,"36":42,"37":17,"38":148,"380":1,"381":24,"383":11,"389":1,"39":46,"391":22,"396":3,"397":17,"40":12,"409":18,"41":18,"414":11,"415":22,"419":1,"42":15,"426":2,"43":12,"430":14,"433":1,"44":10,"45":5,"46":49,"48":18,"49":8,"5":684,"51":8,"52":8,"53":22,"56":4,"570":3,"6":390,"63":52,"7":187,"79":23,"8":235,"80":12,"9":427,"all_client":31914,"all_tv_clinet":6602,"insert_time":"2014-08-19T23:47:06.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25512,"10":6,"107":169,"11":231,"12":92,"13":142,"14":23,"15":116,"155":12,"156":9,"158":13,"159":6,"16":47,"160":15,"161":75,"167":17,"168":2,"17":33,"18":543,"19":182,"20":98,"209":14,"21":264,"210":14,"214":6,"215":62,"221":157,"223":187,"224":18,"225":133,"23":192,"24":352,"25":59,"257":28,"26":20,"268":3,"27":9,"273":63,"276":155,"279":8,"28":101,"281":12,"282":23,"291":7,"292":37,"30":4,"302":13,"306":2,"31":14,"314":6,"32":6,"33":18,"34":7,"347":4,"35":25,"352":174,"36":40,"37":15,"38":153,"380":1,"381":24,"383":10,"389":1,"39":46,"391":22,"396":2,"397":16,"40":12,"409":20,"41":17,"414":11,"415":21,"419":1,"42":13,"426":1,"43":13,"430":13,"44":9,"45":7,"46":56,"48":20,"49":10,"5":684,"51":8,"52":7,"53":20,"56":4,"570":3,"6":391,"63":53,"7":194,"79":22,"8":244,"80":11,"9":432,"all_client":32167,"all_tv_clinet":6655,"insert_time":"2014-08-19T23:48:07.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25719,"10":6,"107":176,"11":226,"12":89,"13":148,"14":23,"15":121,"155":12,"156":10,"158":12,"159":10,"16":43,"160":14,"161":71,"167":15,"168":2,"17":33,"18":538,"19":186,"20":103,"209":14,"21":260,"210":15,"214":7,"215":60,"221":151,"223":189,"224":21,"225":134,"23":187,"24":360,"25":63,"257":27,"26":18,"268":3,"27":9,"273":69,"276":157,"279":9,"28":102,"281":12,"282":25,"291":9,"292":38,"30":5,"302":13,"306":1,"31":12,"314":5,"317":1,"32":7,"33":18,"34":7,"347":4,"35":24,"352":173,"36":48,"37":16,"38":152,"380":1,"381":26,"383":9,"389":1,"39":47,"391":23,"396":2,"397":17,"40":11,"409":24,"41":17,"414":11,"415":20,"419":1,"42":12,"426":1,"43":14,"430":13,"44":10,"45":9,"46":61,"48":18,"49":12,"5":674,"51":9,"52":7,"53":21,"56":4,"570":3,"6":397,"63":51,"7":199,"79":22,"8":245,"80":11,"9":434,"all_client":32419,"all_tv_clinet":6700,"insert_time":"2014-08-19T23:49:07.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25913,"10":6,"107":179,"11":223,"12":93,"13":157,"14":24,"15":123,"155":13,"156":10,"158":14,"159":10,"16":42,"160":14,"161":74,"167":16,"168":1,"17":32,"18":540,"19":186,"20":104,"209":13,"21":260,"210":16,"214":7,"215":62,"221":151,"223":193,"224":22,"225":133,"23":188,"24":351,"25":63,"257":25,"26":18,"268":5,"27":9,"273":71,"276":157,"279":10,"28":102,"281":12,"282":25,"291":10,"292":41,"30":4,"302":13,"306":1,"31":14,"314":6,"317":1,"32":10,"33":19,"34":7,"347":4,"35":24,"352":173,"36":45,"37":18,"38":149,"380":1,"381":26,"383":8,"389":1,"39":49,"391":22,"396":2,"397":18,"40":12,"409":29,"41":19,"414":11,"415":24,"419":1,"42":13,"426":1,"43":14,"430":14,"44":10,"45":9,"46":62,"48":20,"49":14,"5":669,"51":10,"52":8,"53":20,"56":3,"570":3,"6":399,"63":54,"7":209,"79":22,"8":233,"80":11,"9":441,"all_client":32668,"all_tv_clinet":6755,"insert_time":"2014-08-19T23:50:07.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26165,"10":5,"107":186,"11":224,"12":98,"13":161,"14":23,"15":124,"155":14,"156":12,"158":13,"159":11,"16":45,"160":14,"161":71,"167":18,"168":2,"17":29,"18":547,"19":191,"20":103,"209":13,"21":257,"210":16,"214":8,"215":68,"221":150,"223":192,"224":23,"225":130,"23":197,"24":340,"25":64,"257":25,"26":19,"268":5,"27":9,"273":75,"276":152,"279":9,"28":116,"281":13,"282":29,"291":10,"292":39,"30":5,"302":13,"306":1,"31":13,"314":6,"317":1,"32":10,"33":20,"34":7,"347":3,"35":23,"352":174,"36":47,"37":19,"38":141,"380":1,"381":28,"383":8,"389":1,"39":50,"391":21,"396":1,"397":19,"40":13,"409":33,"41":18,"414":10,"415":23,"419":1,"42":13,"426":1,"43":15,"430":15,"44":10,"45":8,"46":64,"48":20,"49":14,"5":669,"51":10,"52":7,"53":17,"56":4,"570":3,"6":403,"63":53,"7":214,"79":22,"8":221,"80":12,"9":446,"all_client":32966,"all_tv_clinet":6801,"insert_time":"2014-08-19T23:51:07.873Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26429,"10":6,"107":182,"11":229,"12":99,"13":163,"14":21,"15":126,"155":15,"156":13,"158":12,"159":12,"16":49,"160":17,"161":73,"167":19,"168":2,"17":27,"18":543,"19":197,"20":104,"209":13,"21":254,"210":15,"214":8,"215":71,"221":151,"223":192,"224":24,"225":127,"23":195,"24":352,"25":65,"257":26,"26":22,"268":6,"27":9,"273":78,"276":154,"279":9,"28":129,"281":11,"282":30,"291":9,"292":40,"30":4,"302":12,"306":1,"31":17,"314":6,"317":1,"32":11,"33":20,"34":7,"347":3,"35":22,"352":170,"36":48,"37":20,"38":140,"380":1,"381":30,"383":7,"389":1,"39":49,"391":21,"396":1,"397":19,"40":14,"409":32,"41":18,"414":11,"415":20,"419":1,"42":13,"426":1,"43":14,"430":17,"44":9,"45":7,"46":72,"48":23,"49":16,"5":677,"51":10,"52":6,"53":18,"56":5,"570":3,"6":390,"63":53,"7":219,"79":22,"8":205,"80":13,"9":451,"all_client":33279,"all_tv_clinet":6850,"insert_time":"2014-08-19T23:52:08.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26649,"10":6,"107":187,"11":231,"12":105,"13":166,"14":22,"15":117,"155":15,"156":13,"158":11,"159":13,"16":46,"160":16,"161":75,"167":17,"168":2,"17":28,"18":555,"19":203,"20":100,"209":11,"21":244,"210":15,"214":8,"215":74,"221":150,"223":179,"224":27,"225":128,"23":193,"24":351,"25":64,"257":25,"26":25,"268":7,"27":8,"273":80,"276":157,"279":9,"28":137,"281":12,"282":30,"291":9,"292":39,"30":5,"302":12,"306":1,"31":20,"314":5,"317":1,"32":11,"33":19,"34":8,"347":2,"35":24,"352":176,"36":49,"37":20,"38":151,"380":1,"381":29,"383":7,"389":1,"39":50,"391":19,"396":1,"397":19,"40":14,"409":34,"41":20,"414":11,"415":21,"419":2,"42":14,"426":1,"43":14,"430":19,"44":10,"45":7,"46":77,"48":27,"49":15,"5":691,"51":10,"52":8,"53":17,"56":5,"570":3,"6":388,"63":54,"7":218,"79":22,"8":188,"80":14,"9":466,"all_client":33560,"all_tv_clinet":6911,"insert_time":"2014-08-19T23:53:08.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26905,"10":5,"107":185,"11":239,"12":103,"13":173,"14":19,"15":107,"155":15,"156":12,"158":12,"159":13,"16":41,"160":15,"161":77,"167":17,"168":2,"17":28,"18":563,"19":206,"20":99,"209":11,"21":241,"210":16,"211":1,"214":7,"215":70,"221":152,"223":173,"224":28,"225":136,"23":195,"24":351,"25":76,"257":24,"26":26,"268":7,"27":8,"273":78,"276":159,"279":9,"28":136,"281":12,"282":31,"291":9,"292":44,"30":5,"302":12,"306":1,"31":20,"314":5,"317":1,"32":12,"33":20,"34":9,"347":2,"35":19,"352":172,"36":51,"37":19,"38":153,"380":1,"381":31,"383":7,"389":1,"39":48,"391":18,"396":1,"397":19,"40":13,"409":34,"41":19,"414":11,"415":20,"419":2,"42":12,"426":1,"43":13,"430":21,"44":10,"45":6,"46":81,"48":26,"49":18,"5":710,"51":11,"52":7,"53":16,"56":5,"570":4,"6":386,"63":51,"7":226,"79":23,"8":178,"80":15,"9":466,"all_client":33848,"all_tv_clinet":6943,"insert_time":"2014-08-19T23:54:08.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27133,"10":5,"107":181,"11":239,"12":114,"13":179,"14":18,"15":95,"155":15,"156":8,"158":13,"159":11,"16":42,"160":16,"161":78,"167":17,"168":2,"17":27,"18":564,"19":206,"20":97,"209":11,"21":245,"210":17,"211":1,"214":7,"215":74,"221":150,"223":173,"224":30,"225":134,"23":193,"24":342,"25":81,"257":25,"26":27,"268":6,"27":9,"273":80,"276":162,"279":9,"28":130,"281":12,"282":31,"291":10,"292":43,"30":4,"302":14,"306":1,"31":22,"314":5,"317":1,"32":12,"33":19,"34":12,"347":3,"35":20,"352":175,"36":52,"37":21,"38":159,"380":1,"381":31,"383":9,"389":1,"39":48,"391":18,"397":18,"40":13,"409":35,"41":19,"414":11,"415":19,"419":2,"42":11,"426":1,"43":14,"430":20,"44":10,"45":4,"46":85,"48":25,"49":19,"5":715,"51":11,"52":10,"53":13,"56":5,"570":4,"6":389,"63":49,"7":227,"79":26,"8":167,"80":15,"9":477,"all_client":34104,"all_tv_clinet":6971,"insert_time":"2014-08-19T23:55:08.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27382,"10":6,"107":183,"11":251,"12":118,"13":176,"14":18,"15":91,"155":14,"156":6,"158":14,"159":11,"16":45,"160":15,"161":81,"167":17,"168":1,"17":29,"18":564,"19":204,"20":99,"209":12,"21":243,"210":16,"211":1,"214":8,"215":77,"221":152,"223":190,"224":29,"225":137,"23":200,"24":353,"25":81,"257":26,"26":25,"268":5,"27":9,"273":78,"276":164,"279":8,"28":130,"281":12,"282":31,"291":9,"292":48,"30":4,"302":16,"306":1,"31":22,"314":5,"317":1,"32":11,"33":19,"34":12,"347":4,"35":21,"352":173,"36":54,"37":20,"38":165,"380":1,"381":32,"383":8,"389":1,"39":53,"391":17,"397":19,"40":14,"409":36,"41":21,"414":12,"415":18,"419":2,"42":10,"43":13,"430":20,"44":9,"45":3,"46":90,"48":24,"49":20,"5":721,"51":10,"52":9,"53":16,"56":5,"570":4,"6":399,"63":49,"7":216,"79":27,"8":158,"80":18,"9":460,"all_client":34412,"all_tv_clinet":7030,"insert_time":"2014-08-19T23:56:09.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27606,"10":6,"107":179,"11":251,"12":123,"13":179,"14":21,"15":91,"155":15,"156":6,"158":13,"159":12,"16":43,"160":15,"161":82,"167":15,"168":1,"17":30,"18":559,"19":195,"20":103,"209":14,"21":249,"210":18,"211":1,"214":7,"215":76,"221":149,"223":202,"224":28,"225":134,"23":197,"24":368,"25":80,"257":27,"26":25,"268":5,"27":9,"273":80,"276":164,"279":8,"28":134,"281":13,"282":30,"291":10,"292":50,"30":2,"302":17,"306":1,"31":22,"314":4,"317":1,"32":11,"33":19,"34":11,"347":4,"35":23,"352":173,"36":55,"37":22,"38":171,"380":1,"381":33,"383":8,"389":1,"39":60,"391":16,"397":16,"40":14,"409":34,"41":23,"414":12,"415":22,"419":3,"42":8,"426":1,"43":14,"430":21,"44":9,"45":3,"46":98,"48":26,"49":18,"5":728,"51":13,"52":10,"53":16,"56":5,"570":9,"6":416,"63":49,"7":212,"79":26,"8":143,"80":19,"9":440,"all_client":34686,"all_tv_clinet":7080,"insert_time":"2014-08-19T23:57:09.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27869,"10":7,"107":179,"11":253,"12":131,"13":181,"14":24,"15":90,"155":17,"156":7,"158":14,"159":16,"16":37,"160":13,"161":91,"167":16,"168":2,"17":32,"18":559,"19":187,"20":103,"209":13,"21":247,"210":18,"211":1,"214":5,"215":78,"221":146,"223":210,"224":27,"225":145,"23":204,"24":369,"25":76,"257":33,"26":23,"268":5,"27":9,"273":81,"276":165,"279":6,"28":143,"281":13,"282":29,"291":12,"292":48,"30":2,"302":17,"31":21,"314":3,"317":1,"32":9,"33":20,"34":15,"347":4,"35":22,"352":171,"36":51,"37":24,"38":168,"380":1,"381":34,"383":7,"39":63,"391":13,"397":16,"40":15,"409":33,"41":27,"414":13,"415":22,"419":3,"42":9,"426":3,"43":13,"430":22,"44":10,"45":3,"46":105,"48":28,"49":20,"5":717,"51":16,"52":8,"53":24,"56":4,"570":9,"6":435,"63":49,"7":209,"79":21,"8":134,"80":21,"9":424,"all_client":34993,"all_tv_clinet":7124,"insert_time":"2014-08-19T23:58:09.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28066,"10":6,"107":188,"11":249,"12":133,"13":187,"14":26,"15":89,"155":18,"156":6,"158":14,"159":17,"16":33,"160":14,"161":88,"167":17,"168":2,"17":32,"18":564,"19":189,"20":109,"209":14,"21":250,"210":19,"211":1,"214":4,"215":78,"221":143,"223":217,"224":27,"225":146,"23":215,"24":377,"25":78,"257":34,"26":20,"268":2,"27":10,"273":81,"276":160,"279":5,"28":151,"281":13,"282":32,"291":12,"292":45,"30":2,"302":17,"31":20,"314":3,"317":1,"32":10,"33":20,"34":19,"347":2,"35":23,"352":177,"36":55,"37":26,"38":173,"380":1,"381":36,"383":6,"39":63,"391":12,"396":1,"397":14,"40":17,"409":28,"41":27,"414":13,"415":21,"419":2,"42":11,"426":4,"43":13,"430":23,"44":9,"45":2,"46":108,"48":30,"49":20,"5":721,"51":18,"52":6,"53":25,"56":4,"570":11,"6":447,"63":49,"7":213,"79":19,"8":123,"80":21,"9":398,"all_client":35245,"all_tv_clinet":7179,"insert_time":"2014-08-19T23:59:10.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28291,"10":6,"107":199,"11":243,"12":139,"13":193,"14":32,"15":86,"155":18,"156":5,"158":14,"159":17,"16":30,"160":15,"161":88,"167":16,"168":2,"17":35,"18":571,"19":185,"20":108,"209":13,"21":251,"210":18,"211":1,"214":4,"215":81,"221":132,"223":227,"224":29,"225":144,"23":207,"24":388,"25":78,"257":31,"26":21,"268":2,"27":12,"273":76,"276":164,"279":5,"28":163,"281":13,"282":35,"291":13,"292":49,"30":2,"302":17,"306":1,"31":22,"314":3,"317":1,"32":10,"33":20,"34":20,"347":6,"35":21,"352":182,"36":54,"37":24,"38":177,"380":1,"381":35,"383":6,"39":62,"391":12,"396":1,"397":13,"40":16,"409":27,"41":26,"414":13,"415":21,"419":2,"42":16,"426":4,"43":11,"430":28,"44":10,"45":3,"46":113,"48":27,"49":19,"5":722,"51":15,"52":7,"53":26,"56":3,"570":11,"6":456,"63":49,"7":217,"79":16,"8":117,"80":22,"9":368,"all_client":35505,"all_tv_clinet":7214,"insert_time":"2014-08-20T00:00:10.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28546,"10":7,"107":200,"11":245,"12":138,"13":203,"14":28,"15":81,"155":18,"156":5,"158":12,"159":16,"16":33,"160":16,"161":90,"167":17,"168":2,"17":36,"18":576,"19":182,"20":108,"209":14,"21":250,"210":19,"211":1,"214":4,"215":88,"221":126,"223":234,"224":25,"225":133,"23":215,"24":397,"25":79,"257":30,"26":20,"268":3,"27":14,"273":74,"276":159,"279":5,"28":169,"281":13,"282":34,"291":12,"292":51,"30":3,"302":16,"306":1,"31":20,"314":3,"317":1,"32":9,"33":20,"34":23,"347":7,"35":19,"352":182,"36":56,"37":20,"38":178,"380":2,"381":35,"383":9,"39":63,"391":11,"396":1,"397":13,"40":17,"409":28,"41":24,"414":13,"415":24,"419":3,"42":16,"426":3,"43":8,"430":31,"44":12,"45":5,"46":117,"48":29,"49":17,"5":721,"51":14,"52":8,"53":24,"56":3,"570":11,"6":456,"63":46,"7":227,"79":15,"8":111,"80":22,"9":361,"all_client":35786,"all_tv_clinet":7240,"insert_time":"2014-08-20T00:01:10.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28819,"10":7,"107":200,"11":240,"12":142,"13":213,"14":29,"15":77,"155":19,"156":5,"158":12,"159":15,"16":30,"160":15,"161":89,"167":14,"168":2,"17":42,"18":580,"19":185,"20":112,"209":13,"21":251,"210":19,"211":1,"214":3,"215":90,"221":124,"223":238,"224":24,"225":140,"23":209,"24":400,"25":79,"257":32,"26":24,"268":3,"27":14,"273":73,"276":163,"279":4,"28":179,"281":13,"282":37,"291":13,"292":55,"30":5,"302":15,"306":1,"31":17,"314":3,"317":1,"32":10,"33":20,"34":28,"347":8,"35":18,"352":184,"36":55,"37":17,"38":172,"380":3,"381":32,"383":9,"39":65,"391":13,"396":1,"397":13,"40":20,"409":26,"41":21,"414":13,"415":23,"419":3,"42":13,"426":3,"43":8,"430":33,"44":12,"45":5,"46":128,"48":33,"49":16,"5":714,"51":17,"52":10,"53":25,"56":3,"570":9,"6":453,"63":43,"7":244,"79":16,"8":107,"80":23,"9":361,"all_client":36120,"all_tv_clinet":7301,"insert_time":"2014-08-20T00:02:11.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29030,"10":6,"107":203,"11":242,"12":140,"13":219,"14":30,"15":69,"155":21,"156":3,"158":12,"159":14,"16":31,"160":14,"161":89,"167":14,"168":2,"17":44,"18":579,"19":192,"20":110,"209":15,"21":248,"210":18,"211":1,"214":2,"215":95,"221":132,"223":235,"224":22,"225":143,"23":215,"24":401,"25":73,"257":33,"26":23,"268":3,"27":15,"273":74,"276":165,"279":4,"28":192,"281":12,"282":34,"291":14,"292":58,"30":4,"302":15,"306":2,"31":17,"314":4,"317":1,"32":9,"33":22,"34":30,"347":7,"35":18,"352":188,"36":56,"37":16,"38":172,"380":3,"381":33,"383":8,"39":66,"391":15,"396":1,"397":13,"40":19,"409":24,"41":24,"414":13,"415":24,"419":2,"42":12,"426":3,"43":6,"430":32,"44":11,"45":4,"46":133,"48":36,"49":15,"5":729,"51":15,"52":11,"53":24,"56":3,"570":6,"6":451,"63":41,"7":258,"79":12,"8":100,"80":22,"9":365,"all_client":36386,"all_tv_clinet":7356,"insert_time":"2014-08-20T00:03:11.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29245,"10":7,"107":211,"11":236,"12":144,"13":220,"14":32,"15":69,"155":21,"156":4,"158":11,"159":13,"16":32,"160":14,"161":89,"167":14,"168":3,"17":49,"18":596,"19":191,"20":114,"209":14,"21":249,"210":17,"211":3,"214":2,"215":95,"221":138,"223":240,"224":22,"225":143,"23":209,"24":392,"25":76,"257":33,"26":23,"268":3,"27":15,"273":72,"276":161,"279":7,"28":204,"281":13,"282":35,"291":13,"292":62,"30":2,"302":15,"306":2,"31":16,"314":5,"317":1,"32":10,"33":23,"34":32,"347":7,"35":17,"352":197,"36":51,"37":16,"38":174,"380":2,"381":34,"383":7,"39":68,"391":13,"396":4,"397":12,"40":20,"409":21,"41":25,"414":14,"415":26,"419":1,"42":12,"426":3,"43":6,"430":31,"44":10,"45":3,"46":135,"48":35,"49":15,"5":749,"51":15,"52":11,"53":24,"56":3,"570":6,"6":442,"63":44,"7":265,"79":12,"8":94,"80":21,"9":360,"all_client":36667,"all_tv_clinet":7422,"insert_time":"2014-08-20T00:04:11.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29493,"10":7,"107":211,"11":226,"12":144,"13":227,"14":38,"15":70,"155":21,"156":5,"158":9,"159":14,"16":37,"160":14,"161":88,"167":14,"168":3,"17":54,"18":604,"19":193,"20":112,"209":14,"21":251,"210":15,"211":3,"214":2,"215":93,"221":140,"223":237,"224":20,"225":147,"23":221,"24":393,"25":76,"257":33,"26":23,"268":3,"27":15,"273":73,"276":157,"279":7,"28":206,"281":13,"282":35,"291":15,"292":66,"30":2,"302":15,"306":2,"31":17,"314":6,"317":1,"32":10,"33":23,"34":37,"347":7,"35":16,"352":198,"36":50,"37":16,"38":165,"380":2,"381":37,"383":7,"39":70,"391":14,"396":4,"397":12,"40":22,"409":24,"41":26,"414":15,"415":26,"42":13,"426":3,"43":7,"430":32,"431":1,"44":10,"45":3,"46":138,"48":35,"49":14,"5":747,"51":14,"52":10,"53":24,"56":3,"570":6,"6":446,"63":41,"7":268,"79":10,"8":79,"80":22,"9":358,"all_client":36950,"all_tv_clinet":7457,"insert_time":"2014-08-20T00:05:12.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29746,"10":8,"107":206,"11":228,"12":150,"13":232,"14":37,"15":71,"155":19,"156":5,"158":9,"159":14,"16":37,"160":14,"161":102,"167":14,"168":3,"17":55,"18":599,"19":200,"20":109,"209":13,"21":253,"210":16,"211":3,"214":2,"215":93,"221":140,"223":241,"224":20,"225":147,"23":221,"24":388,"25":79,"257":34,"26":24,"268":2,"27":17,"273":76,"276":155,"279":7,"28":202,"281":14,"282":36,"291":15,"292":62,"30":2,"302":15,"306":2,"31":19,"314":7,"317":2,"32":10,"33":21,"34":37,"347":6,"35":17,"352":190,"36":51,"37":16,"38":160,"380":2,"381":36,"383":8,"389":1,"39":71,"391":17,"396":4,"397":14,"40":23,"409":31,"41":24,"414":14,"415":24,"42":14,"426":3,"43":8,"430":31,"431":1,"44":9,"45":5,"46":149,"48":33,"49":14,"5":748,"51":16,"52":9,"53":23,"56":3,"570":4,"6":443,"63":42,"7":258,"79":10,"8":77,"80":20,"9":364,"all_client":37226,"all_tv_clinet":7480,"insert_time":"2014-08-20T00:06:12.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29948,"10":8,"107":211,"11":231,"12":151,"13":227,"14":45,"15":71,"155":19,"156":6,"158":9,"159":14,"16":39,"160":13,"161":108,"167":13,"168":3,"17":61,"18":600,"19":201,"20":108,"209":16,"21":249,"210":16,"211":4,"214":2,"215":90,"221":149,"223":243,"224":19,"225":148,"23":226,"24":395,"25":77,"257":35,"26":22,"268":2,"27":15,"273":76,"276":155,"279":5,"28":204,"281":14,"282":39,"291":16,"292":58,"30":2,"302":14,"306":2,"31":21,"314":7,"317":1,"32":9,"33":22,"34":42,"347":6,"35":16,"352":189,"36":49,"37":17,"38":161,"380":1,"381":36,"383":7,"389":1,"39":72,"391":18,"396":2,"397":12,"40":25,"409":39,"41":23,"414":13,"415":24,"42":14,"426":3,"43":7,"430":31,"431":1,"44":9,"45":7,"46":152,"48":33,"49":15,"5":740,"51":17,"52":9,"53":20,"56":3,"570":3,"6":434,"63":43,"7":264,"79":13,"8":70,"80":20,"9":372,"all_client":37472,"all_tv_clinet":7524,"insert_time":"2014-08-20T00:07:13.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30185,"10":9,"107":208,"11":237,"12":154,"13":219,"14":47,"15":72,"155":17,"156":7,"158":10,"159":15,"16":44,"160":12,"161":106,"167":12,"168":4,"17":68,"18":599,"19":212,"20":108,"209":15,"21":248,"210":15,"211":4,"214":2,"215":92,"221":159,"223":235,"224":20,"225":150,"23":228,"24":402,"25":71,"257":33,"26":21,"268":2,"27":16,"273":78,"276":154,"279":5,"28":211,"281":14,"282":40,"291":17,"292":51,"30":3,"302":15,"306":2,"31":20,"314":6,"317":1,"32":10,"33":23,"34":42,"347":6,"35":15,"352":197,"36":50,"37":19,"38":161,"380":2,"381":36,"383":8,"39":74,"391":20,"396":3,"397":9,"40":30,"409":40,"41":22,"414":13,"415":27,"42":13,"426":3,"43":8,"430":31,"44":9,"45":7,"46":151,"48":33,"49":15,"5":756,"51":20,"52":8,"53":18,"56":3,"570":4,"6":426,"63":42,"7":271,"79":12,"8":70,"80":19,"9":368,"all_client":37769,"all_tv_clinet":7584,"insert_time":"2014-08-20T00:08:13.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30466,"10":10,"107":214,"11":239,"12":158,"13":215,"14":52,"15":77,"155":16,"156":7,"158":9,"159":16,"16":47,"160":11,"161":102,"167":12,"168":5,"17":71,"18":588,"19":224,"20":107,"209":14,"21":244,"210":13,"211":3,"214":2,"215":88,"221":162,"223":231,"224":19,"225":156,"23":224,"24":407,"25":71,"257":33,"26":21,"268":2,"27":18,"273":78,"276":152,"279":4,"28":214,"281":15,"282":41,"291":17,"292":51,"30":3,"302":14,"306":1,"31":16,"314":5,"317":1,"32":10,"33":24,"34":42,"347":6,"35":18,"352":201,"36":52,"37":17,"38":156,"380":2,"381":36,"383":7,"39":75,"391":19,"396":3,"397":9,"40":36,"409":42,"41":20,"414":13,"415":27,"42":12,"426":2,"43":10,"430":32,"44":12,"45":6,"46":150,"48":36,"49":13,"5":759,"51":22,"52":9,"53":21,"56":3,"570":5,"6":416,"63":41,"7":282,"79":12,"8":66,"80":22,"9":371,"all_client":38083,"all_tv_clinet":7617,"insert_time":"2014-08-20T00:09:13.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30715,"10":11,"107":208,"11":248,"12":155,"13":218,"14":56,"15":78,"155":16,"156":8,"158":9,"159":15,"16":50,"160":10,"161":104,"167":11,"168":5,"17":78,"18":584,"19":227,"20":99,"209":11,"21":242,"210":14,"211":2,"214":2,"215":89,"221":162,"223":230,"224":21,"225":157,"23":225,"24":413,"25":72,"257":31,"26":22,"268":2,"27":22,"273":82,"276":150,"279":2,"28":222,"281":15,"282":39,"291":17,"292":48,"30":3,"302":14,"306":1,"31":14,"314":5,"317":2,"32":9,"33":26,"34":40,"347":6,"35":17,"352":198,"36":54,"37":15,"38":147,"380":3,"381":36,"383":7,"39":73,"391":22,"396":3,"397":9,"40":42,"409":47,"41":21,"414":15,"415":27,"42":12,"426":2,"43":10,"430":34,"433":1,"44":12,"45":7,"46":137,"48":36,"49":10,"5":757,"51":22,"52":9,"53":19,"56":2,"570":5,"6":413,"63":43,"7":282,"79":13,"8":61,"80":21,"9":374,"all_client":38335,"all_tv_clinet":7620,"insert_time":"2014-08-20T00:10:14.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30954,"10":11,"107":209,"11":249,"12":153,"13":217,"14":56,"15":79,"155":16,"156":7,"158":9,"159":15,"16":51,"160":11,"161":116,"167":10,"168":4,"17":90,"18":587,"19":230,"20":96,"209":9,"21":249,"210":14,"211":2,"214":2,"215":92,"221":159,"223":238,"224":21,"225":163,"23":223,"24":408,"25":77,"257":32,"26":21,"268":2,"27":28,"273":79,"276":150,"279":2,"28":226,"281":16,"282":39,"291":16,"292":49,"30":2,"302":11,"306":1,"31":15,"314":5,"317":2,"32":7,"33":27,"34":40,"347":6,"35":15,"352":195,"36":50,"37":17,"38":152,"380":3,"381":35,"383":8,"39":72,"391":22,"396":3,"397":9,"40":49,"409":45,"41":20,"414":16,"415":26,"419":1,"42":13,"426":1,"43":13,"430":33,"433":1,"44":13,"45":9,"46":137,"48":33,"49":11,"5":728,"51":20,"52":9,"53":19,"56":2,"570":6,"6":410,"63":42,"7":279,"79":13,"8":60,"80":18,"9":382,"all_client":38593,"all_tv_clinet":7639,"insert_time":"2014-08-20T00:11:14.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31168,"10":9,"107":206,"11":253,"12":149,"13":209,"14":65,"15":86,"155":16,"156":8,"158":7,"159":16,"16":53,"160":13,"161":122,"167":11,"168":2,"17":92,"18":586,"19":236,"20":96,"209":9,"21":259,"210":12,"211":2,"214":3,"215":91,"221":162,"223":237,"224":22,"225":159,"23":225,"24":408,"25":84,"257":32,"26":23,"268":2,"27":28,"273":74,"276":154,"279":3,"28":224,"281":15,"282":41,"291":14,"292":54,"30":4,"302":10,"306":1,"31":16,"314":4,"317":2,"32":7,"33":30,"34":43,"347":7,"35":16,"352":205,"36":53,"37":18,"38":162,"380":6,"381":37,"383":7,"39":71,"391":20,"396":3,"397":10,"40":53,"409":43,"41":20,"414":17,"415":24,"419":2,"42":16,"426":1,"43":13,"430":36,"433":1,"44":10,"45":9,"46":135,"48":34,"49":12,"5":718,"51":18,"52":10,"53":21,"56":2,"570":5,"6":414,"63":42,"7":283,"79":13,"8":58,"80":15,"9":382,"all_client":38879,"all_tv_clinet":7711,"insert_time":"2014-08-20T00:12:15.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31383,"10":7,"107":197,"11":254,"12":145,"13":200,"14":69,"15":89,"155":17,"156":9,"158":8,"159":14,"16":52,"160":13,"161":119,"167":12,"168":2,"17":98,"18":578,"19":242,"20":101,"209":12,"21":258,"210":12,"211":2,"214":2,"215":89,"221":166,"223":236,"224":21,"225":166,"23":222,"24":418,"25":92,"257":33,"26":28,"268":2,"27":30,"273":64,"276":153,"279":4,"28":218,"281":16,"282":39,"291":16,"292":61,"30":5,"302":10,"306":1,"31":16,"314":3,"317":2,"32":7,"33":28,"34":42,"347":6,"35":17,"352":215,"36":52,"37":25,"38":166,"380":7,"381":37,"383":7,"39":75,"391":21,"396":3,"397":10,"40":63,"409":36,"41":16,"414":16,"415":23,"419":3,"42":18,"426":1,"43":16,"430":36,"433":1,"44":9,"45":12,"46":130,"48":32,"49":12,"5":722,"51":19,"52":10,"53":23,"56":2,"570":6,"6":417,"63":44,"7":286,"79":11,"8":58,"80":14,"9":382,"all_client":39142,"all_tv_clinet":7759,"insert_time":"2014-08-20T00:13:15.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31601,"10":7,"107":197,"11":249,"12":143,"13":199,"14":70,"15":86,"155":17,"156":9,"158":8,"159":14,"16":52,"160":14,"161":119,"167":12,"168":2,"17":105,"18":565,"19":259,"20":103,"209":13,"21":257,"210":13,"211":2,"214":2,"215":84,"221":158,"223":234,"224":21,"225":170,"23":219,"24":419,"25":93,"257":29,"26":29,"268":2,"27":28,"273":56,"276":155,"279":4,"28":211,"281":18,"282":39,"291":15,"292":63,"30":5,"302":11,"306":1,"31":17,"314":3,"317":2,"32":6,"33":30,"34":38,"347":7,"35":20,"352":215,"36":52,"37":23,"38":165,"380":7,"381":34,"383":7,"389":1,"39":72,"391":19,"396":3,"397":11,"40":69,"409":36,"41":18,"414":16,"415":25,"419":3,"42":18,"426":1,"43":16,"430":35,"433":1,"44":10,"45":12,"46":131,"48":30,"49":12,"5":723,"51":17,"52":9,"53":25,"56":2,"570":7,"6":413,"63":45,"7":302,"79":12,"8":57,"80":13,"9":386,"all_client":39358,"all_tv_clinet":7757,"insert_time":"2014-08-20T00:14:15.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31827,"10":6,"107":201,"11":241,"12":146,"13":194,"14":74,"15":90,"155":17,"156":10,"158":8,"159":14,"16":55,"160":13,"161":113,"167":13,"168":2,"17":106,"18":575,"19":274,"20":104,"209":13,"21":261,"210":14,"211":2,"214":2,"215":82,"221":166,"223":235,"224":20,"225":177,"23":223,"24":421,"25":92,"257":29,"26":25,"268":2,"27":26,"273":52,"276":156,"279":5,"28":212,"281":18,"282":36,"291":15,"292":63,"30":9,"302":13,"31":21,"314":3,"317":2,"32":6,"33":32,"34":40,"347":7,"35":16,"352":210,"36":54,"37":23,"38":160,"380":7,"381":36,"383":6,"389":1,"39":73,"391":17,"396":3,"397":11,"40":73,"409":34,"41":17,"414":15,"415":27,"419":3,"42":16,"426":1,"43":19,"430":36,"433":1,"44":9,"45":15,"46":128,"48":28,"49":10,"5":710,"51":17,"52":9,"53":26,"56":2,"570":8,"6":408,"63":43,"7":307,"79":12,"8":55,"80":14,"9":388,"all_client":39611,"all_tv_clinet":7784,"insert_time":"2014-08-20T00:15:16.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32032,"10":7,"107":204,"11":233,"12":142,"13":193,"14":75,"15":89,"155":16,"156":9,"158":8,"159":13,"16":55,"160":15,"161":112,"167":12,"168":2,"17":115,"18":571,"19":274,"20":106,"209":12,"21":264,"210":13,"211":2,"214":2,"215":84,"221":171,"223":232,"224":21,"225":178,"23":225,"24":424,"25":93,"257":32,"26":27,"268":2,"27":25,"273":47,"276":154,"279":5,"28":222,"281":19,"282":38,"291":16,"292":67,"30":10,"302":13,"31":18,"314":3,"317":2,"32":6,"33":33,"34":39,"347":6,"35":16,"352":206,"36":58,"37":19,"38":170,"380":7,"381":35,"383":6,"389":1,"39":74,"391":17,"396":2,"397":12,"40":75,"409":32,"41":17,"414":13,"415":29,"419":2,"42":17,"43":19,"430":37,"433":1,"44":9,"45":16,"46":127,"48":25,"49":8,"5":692,"51":20,"52":11,"53":23,"56":2,"570":8,"6":410,"63":42,"7":324,"79":13,"8":58,"80":13,"9":391,"all_client":39845,"all_tv_clinet":7813,"insert_time":"2014-08-20T00:16:16.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32266,"10":6,"107":202,"11":231,"12":143,"13":193,"14":73,"15":94,"155":16,"156":11,"158":9,"159":12,"16":53,"160":15,"161":116,"167":12,"168":2,"17":119,"18":559,"19":265,"20":103,"209":12,"21":267,"210":14,"211":2,"214":2,"215":83,"221":177,"223":235,"224":22,"225":182,"23":222,"24":427,"25":101,"257":32,"26":28,"268":2,"27":25,"273":47,"276":150,"279":6,"28":224,"281":20,"282":37,"291":17,"292":72,"30":9,"302":15,"31":16,"314":4,"317":3,"32":5,"33":34,"34":40,"347":4,"35":18,"352":203,"36":55,"37":21,"38":172,"380":8,"381":35,"383":6,"389":1,"39":73,"391":18,"396":1,"397":14,"40":76,"409":32,"41":19,"414":12,"415":31,"419":3,"42":16,"426":1,"43":18,"430":38,"433":1,"44":7,"45":18,"46":119,"48":24,"49":8,"5":683,"51":20,"52":12,"53":24,"56":1,"570":5,"6":402,"63":44,"7":334,"79":14,"8":55,"80":12,"9":398,"all_client":40088,"all_tv_clinet":7822,"insert_time":"2014-08-20T00:17:16.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32502,"10":6,"107":194,"11":221,"12":146,"13":193,"14":71,"15":89,"155":16,"156":14,"158":10,"159":12,"16":52,"160":14,"161":124,"167":12,"168":2,"17":124,"18":553,"19":240,"20":104,"209":12,"21":264,"210":14,"211":1,"214":2,"215":87,"221":171,"223":239,"224":19,"225":185,"23":225,"24":432,"25":111,"257":30,"26":26,"268":2,"27":24,"273":54,"276":151,"279":5,"28":226,"281":21,"282":37,"291":18,"292":77,"30":8,"302":15,"31":16,"314":3,"317":3,"32":7,"33":37,"34":41,"347":3,"35":19,"352":209,"36":55,"37":24,"38":175,"380":7,"381":36,"383":7,"389":4,"39":74,"391":18,"396":1,"397":13,"40":76,"409":31,"41":24,"414":12,"415":31,"419":4,"42":17,"426":2,"43":20,"430":41,"431":1,"433":1,"44":6,"45":18,"46":122,"48":22,"49":8,"5":686,"51":21,"52":14,"53":23,"56":1,"570":5,"6":398,"63":43,"7":337,"79":15,"8":57,"80":11,"9":402,"all_client":40356,"all_tv_clinet":7854,"insert_time":"2014-08-20T00:18:17.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32783,"10":10,"107":200,"11":208,"12":150,"13":188,"14":73,"15":89,"155":16,"156":14,"158":11,"159":14,"16":48,"160":13,"161":128,"167":15,"168":2,"17":124,"18":548,"19":230,"20":105,"209":15,"21":260,"210":13,"211":1,"214":2,"215":88,"221":170,"223":242,"224":21,"225":186,"23":226,"24":437,"25":118,"257":25,"26":28,"268":1,"27":30,"273":54,"276":148,"279":4,"28":230,"281":21,"282":37,"291":17,"292":85,"30":8,"302":14,"31":16,"314":4,"317":3,"32":9,"33":38,"34":39,"347":3,"35":21,"352":207,"36":56,"37":25,"38":169,"380":7,"381":36,"383":6,"389":4,"39":76,"391":20,"396":1,"397":12,"40":81,"409":30,"41":24,"414":13,"415":31,"419":4,"42":13,"426":2,"43":18,"430":42,"431":1,"433":2,"44":7,"45":18,"46":121,"48":25,"49":7,"5":680,"51":16,"52":13,"53":23,"56":1,"570":4,"6":395,"63":41,"7":353,"79":15,"8":60,"80":13,"9":410,"all_client":40665,"all_tv_clinet":7882,"insert_time":"2014-08-20T00:19:17.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33046,"10":10,"107":201,"11":202,"12":154,"13":184,"14":77,"15":92,"155":16,"156":13,"158":11,"159":16,"16":47,"160":13,"161":136,"167":18,"168":1,"17":129,"18":557,"19":221,"20":103,"209":17,"21":264,"210":12,"211":1,"214":2,"215":89,"221":173,"223":253,"224":20,"225":191,"23":228,"24":458,"25":122,"257":22,"26":28,"268":1,"27":32,"273":58,"276":143,"279":2,"28":234,"281":23,"282":34,"291":16,"292":86,"30":8,"302":14,"31":14,"314":3,"317":3,"32":9,"33":39,"34":38,"347":3,"35":21,"352":211,"36":60,"37":26,"38":163,"380":7,"381":38,"383":7,"389":4,"39":73,"391":20,"396":3,"397":13,"40":81,"409":28,"41":26,"414":10,"415":29,"419":3,"42":14,"426":3,"43":19,"430":42,"431":1,"433":2,"44":7,"45":18,"46":116,"48":22,"49":8,"5":669,"51":16,"52":13,"53":24,"56":1,"570":3,"6":393,"63":40,"7":350,"79":18,"8":65,"80":11,"9":405,"all_client":40970,"all_tv_clinet":7924,"insert_time":"2014-08-20T00:20:17.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33306,"10":11,"107":213,"11":187,"12":152,"13":174,"14":78,"15":92,"155":17,"156":12,"158":10,"159":17,"16":51,"160":13,"161":139,"167":18,"168":1,"17":125,"18":565,"19":225,"20":108,"209":18,"21":268,"210":12,"211":1,"214":1,"215":90,"221":176,"223":243,"224":20,"225":184,"23":227,"24":463,"25":124,"257":27,"26":27,"268":1,"27":31,"273":57,"276":142,"279":2,"28":236,"281":24,"282":35,"291":17,"292":86,"30":8,"302":13,"31":13,"314":3,"317":3,"32":9,"33":39,"34":37,"347":4,"35":21,"352":211,"36":62,"37":25,"38":164,"380":7,"381":38,"383":7,"389":4,"39":74,"391":20,"396":3,"397":14,"40":84,"409":30,"41":24,"414":10,"415":31,"419":3,"42":15,"426":2,"43":21,"430":40,"431":1,"433":3,"44":7,"45":19,"46":118,"48":21,"49":9,"5":677,"51":14,"52":15,"53":21,"56":2,"570":2,"6":398,"63":39,"7":362,"79":19,"8":65,"80":9,"9":406,"all_client":41272,"all_tv_clinet":7966,"insert_time":"2014-08-20T00:21:18.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33532,"10":8,"107":210,"11":184,"12":159,"13":165,"14":77,"15":90,"155":17,"156":12,"158":9,"159":16,"16":50,"160":14,"161":142,"167":19,"168":2,"17":130,"18":564,"19":229,"20":110,"209":18,"21":278,"210":11,"211":1,"214":1,"215":85,"221":180,"223":245,"224":19,"225":178,"23":232,"24":474,"25":123,"257":27,"26":26,"268":1,"27":31,"273":61,"276":140,"279":2,"28":233,"281":23,"282":39,"291":18,"292":81,"30":7,"302":11,"31":12,"314":3,"317":4,"32":8,"33":39,"34":39,"347":4,"35":21,"352":212,"36":63,"37":24,"38":170,"380":9,"381":37,"383":9,"389":4,"39":72,"391":20,"396":4,"397":14,"40":87,"409":33,"41":24,"414":9,"415":31,"419":3,"42":15,"426":3,"43":22,"430":40,"431":1,"433":3,"44":5,"45":19,"46":121,"48":19,"49":9,"5":681,"51":15,"52":16,"53":20,"56":2,"570":2,"6":403,"63":38,"7":361,"79":20,"8":67,"80":9,"9":409,"all_client":41539,"all_tv_clinet":8007,"insert_time":"2014-08-20T00:22:18.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33801,"10":10,"107":210,"11":175,"12":164,"13":164,"14":71,"15":92,"155":17,"156":11,"158":8,"159":16,"16":50,"160":14,"161":141,"167":18,"168":3,"17":129,"18":567,"19":236,"20":112,"209":17,"21":280,"210":12,"211":1,"214":1,"215":85,"221":183,"223":249,"224":17,"225":178,"23":236,"24":471,"25":124,"257":27,"26":28,"268":1,"27":32,"273":65,"276":144,"279":3,"28":235,"281":21,"282":38,"291":17,"292":74,"30":10,"302":10,"31":12,"314":2,"317":5,"32":8,"33":40,"34":39,"347":5,"35":20,"352":215,"36":66,"37":24,"38":184,"380":10,"381":38,"383":9,"389":3,"39":75,"391":22,"396":4,"397":14,"40":89,"409":36,"41":24,"414":9,"415":29,"419":3,"42":14,"426":4,"43":23,"430":38,"431":1,"433":3,"44":5,"45":22,"46":120,"48":19,"49":8,"5":693,"51":15,"52":17,"53":19,"56":2,"570":2,"6":404,"63":39,"7":366,"79":19,"8":69,"80":10,"9":403,"all_client":41868,"all_tv_clinet":8067,"insert_time":"2014-08-20T00:23:18.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34043,"10":9,"107":213,"11":176,"12":168,"13":163,"14":75,"15":94,"155":17,"156":12,"158":10,"159":16,"16":49,"160":14,"161":140,"167":17,"168":3,"17":134,"18":569,"19":244,"20":107,"209":14,"21":272,"210":13,"211":1,"214":1,"215":90,"221":185,"223":245,"224":17,"225":183,"23":228,"24":491,"25":126,"257":31,"26":30,"268":1,"27":32,"273":67,"276":137,"279":3,"28":234,"281":22,"282":40,"291":17,"292":69,"30":12,"302":11,"31":15,"314":2,"317":5,"32":10,"33":39,"34":40,"347":4,"35":18,"352":223,"36":62,"37":23,"38":193,"380":10,"381":37,"383":8,"389":3,"39":76,"391":21,"396":6,"397":13,"40":89,"409":35,"41":22,"414":8,"415":30,"419":2,"42":13,"426":5,"43":21,"430":36,"431":1,"433":3,"44":6,"45":22,"46":118,"48":21,"49":9,"5":699,"51":12,"52":14,"53":18,"56":1,"570":3,"6":402,"63":39,"7":377,"79":18,"8":73,"80":10,"9":391,"all_client":42151,"all_tv_clinet":8108,"insert_time":"2014-08-20T00:24:19.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34331,"10":7,"107":217,"11":175,"12":169,"13":163,"14":77,"15":94,"155":16,"156":11,"158":10,"159":16,"16":46,"160":16,"161":145,"167":16,"168":3,"17":134,"18":581,"19":256,"20":109,"209":13,"21":272,"210":12,"211":1,"214":1,"215":91,"221":185,"223":234,"224":19,"225":184,"23":233,"24":505,"25":139,"257":30,"26":31,"268":2,"27":29,"273":70,"276":140,"279":7,"28":242,"281":22,"282":38,"291":17,"292":62,"30":12,"302":12,"31":15,"314":2,"317":5,"32":8,"33":39,"34":42,"347":3,"35":17,"352":222,"36":62,"37":26,"38":193,"380":10,"381":36,"383":7,"389":3,"39":76,"391":23,"396":6,"397":13,"40":87,"409":36,"41":22,"414":7,"415":30,"419":2,"42":12,"426":5,"43":23,"430":35,"431":1,"433":3,"44":5,"45":22,"46":125,"48":23,"49":12,"5":689,"51":13,"52":16,"53":19,"56":2,"570":2,"6":398,"63":37,"7":374,"79":17,"8":77,"80":9,"9":378,"all_client":42484,"all_tv_clinet":8153,"insert_time":"2014-08-20T00:25:19.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34588,"10":9,"107":218,"11":181,"12":169,"13":164,"14":80,"15":96,"155":16,"156":12,"158":10,"159":16,"16":46,"160":16,"161":147,"167":16,"168":2,"17":133,"18":581,"19":263,"20":109,"209":13,"21":268,"210":12,"211":1,"214":1,"215":95,"221":188,"223":231,"224":22,"225":188,"23":230,"24":498,"25":147,"257":34,"26":31,"268":1,"27":29,"273":73,"276":139,"279":7,"28":243,"281":21,"282":37,"291":16,"292":57,"30":12,"302":12,"31":15,"314":3,"317":5,"32":7,"33":37,"34":42,"347":4,"35":19,"352":218,"36":61,"37":30,"38":200,"380":10,"381":35,"383":6,"389":3,"39":78,"391":24,"396":4,"397":13,"40":86,"409":39,"41":23,"414":6,"415":30,"419":1,"42":12,"426":5,"43":25,"430":33,"431":1,"433":3,"44":4,"45":21,"46":134,"48":23,"49":13,"5":684,"51":13,"52":16,"53":19,"56":2,"570":3,"6":402,"63":33,"7":384,"79":15,"8":80,"80":9,"9":373,"all_client":42784,"all_tv_clinet":8196,"insert_time":"2014-08-20T00:26:19.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34867,"10":12,"107":218,"11":182,"12":169,"13":166,"14":83,"15":94,"155":16,"156":10,"158":9,"159":14,"16":45,"160":13,"161":155,"167":17,"168":2,"17":145,"18":575,"19":274,"20":116,"209":12,"21":273,"210":12,"211":1,"214":2,"215":95,"221":181,"223":237,"224":22,"225":192,"23":228,"24":500,"25":149,"257":35,"26":30,"268":2,"27":29,"273":65,"276":139,"279":8,"28":247,"281":22,"282":35,"291":13,"292":56,"30":12,"302":12,"31":16,"314":3,"317":6,"32":5,"33":38,"34":40,"347":4,"35":17,"352":223,"36":62,"37":29,"38":199,"380":10,"381":38,"383":7,"389":3,"39":76,"391":24,"396":3,"397":14,"40":88,"409":39,"41":26,"414":6,"415":29,"419":2,"42":10,"426":4,"43":24,"430":34,"431":1,"433":3,"44":3,"45":21,"46":137,"48":23,"49":12,"5":685,"51":14,"52":16,"53":20,"56":2,"570":2,"6":405,"63":35,"7":367,"79":16,"8":81,"80":10,"9":378,"all_client":43101,"all_tv_clinet":8234,"insert_time":"2014-08-20T00:27:20.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35153,"10":14,"107":216,"11":188,"12":167,"13":171,"14":87,"15":96,"155":17,"156":10,"158":11,"159":13,"16":44,"160":13,"161":157,"167":16,"168":1,"17":147,"18":566,"19":281,"20":119,"209":12,"21":277,"210":13,"211":1,"214":2,"215":96,"221":175,"223":241,"224":23,"225":190,"23":224,"24":515,"25":158,"257":34,"26":27,"268":3,"27":31,"273":57,"276":133,"279":6,"28":246,"281":22,"282":34,"291":13,"292":57,"30":13,"302":12,"31":20,"314":4,"317":6,"32":5,"33":39,"34":37,"347":4,"35":15,"352":232,"36":63,"37":31,"38":195,"380":10,"381":40,"383":9,"389":3,"39":74,"391":26,"396":4,"397":14,"40":87,"409":40,"41":25,"414":4,"415":29,"419":2,"42":10,"426":4,"43":21,"430":33,"431":1,"433":3,"44":4,"45":22,"46":137,"48":21,"49":13,"5":671,"51":16,"52":17,"53":20,"56":2,"570":2,"6":409,"63":34,"7":372,"79":16,"8":84,"80":10,"9":375,"all_client":43417,"all_tv_clinet":8264,"insert_time":"2014-08-20T00:28:20.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35429,"10":14,"107":220,"11":194,"12":167,"13":161,"14":91,"15":99,"155":17,"156":11,"158":11,"159":14,"16":46,"160":14,"161":150,"167":16,"168":1,"17":153,"18":559,"19":290,"20":124,"209":12,"21":274,"210":15,"211":1,"214":3,"215":97,"221":174,"223":228,"224":25,"225":190,"23":236,"24":514,"25":160,"257":37,"26":27,"268":3,"27":33,"273":53,"276":129,"279":6,"28":252,"281":23,"282":34,"291":14,"292":60,"30":15,"302":12,"31":20,"314":3,"317":5,"32":7,"33":38,"34":37,"347":4,"35":18,"352":247,"36":62,"37":29,"38":194,"380":10,"381":42,"383":9,"389":2,"39":75,"391":26,"396":3,"397":14,"40":87,"409":39,"41":24,"414":6,"415":28,"419":3,"42":11,"426":2,"43":23,"430":35,"431":1,"433":3,"44":4,"45":22,"46":140,"48":23,"49":13,"5":652,"51":16,"52":21,"53":21,"56":2,"570":2,"6":419,"63":31,"7":359,"79":17,"8":82,"80":12,"9":377,"all_client":43728,"all_tv_clinet":8299,"insert_time":"2014-08-20T00:29:21.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35683,"10":12,"107":220,"11":201,"12":166,"13":159,"14":90,"15":101,"155":16,"156":11,"158":13,"159":13,"16":49,"160":17,"161":136,"167":17,"168":2,"17":160,"18":540,"19":308,"20":125,"209":13,"21":272,"210":14,"211":1,"214":4,"215":96,"221":176,"223":227,"224":24,"225":194,"23":242,"24":523,"25":163,"257":37,"26":26,"268":3,"27":33,"273":50,"276":123,"279":4,"28":255,"281":25,"282":32,"291":14,"292":71,"30":17,"302":12,"306":1,"31":20,"314":3,"317":5,"32":6,"33":39,"34":38,"347":5,"35":22,"352":251,"36":65,"37":30,"38":187,"380":10,"381":44,"383":10,"389":1,"39":80,"391":26,"396":3,"397":13,"40":84,"409":36,"41":21,"414":7,"415":28,"419":3,"42":11,"426":2,"43":24,"430":33,"431":1,"433":3,"44":4,"45":22,"46":148,"48":25,"49":12,"5":624,"51":18,"52":20,"53":21,"56":2,"570":3,"6":428,"63":30,"7":356,"79":16,"8":85,"80":11,"9":377,"all_client":44004,"all_tv_clinet":8321,"insert_time":"2014-08-20T00:30:21.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35871,"10":13,"107":221,"11":200,"12":161,"13":162,"14":88,"15":101,"155":15,"156":11,"158":13,"159":14,"16":49,"160":16,"161":134,"167":14,"168":1,"17":163,"18":536,"19":324,"20":119,"209":13,"21":279,"210":15,"214":4,"215":95,"221":180,"223":229,"224":23,"225":190,"23":242,"24":524,"25":165,"257":45,"26":27,"268":3,"27":31,"273":53,"276":119,"279":3,"28":263,"281":23,"282":30,"291":13,"292":76,"30":20,"302":12,"306":2,"31":21,"314":2,"317":5,"32":6,"33":40,"34":41,"347":5,"35":25,"352":261,"36":66,"37":33,"38":177,"380":10,"381":46,"383":7,"389":1,"39":79,"391":25,"396":3,"397":13,"40":87,"409":37,"41":20,"414":6,"415":27,"419":3,"42":11,"426":3,"43":26,"430":31,"431":1,"433":3,"44":6,"45":23,"46":147,"48":25,"49":11,"5":619,"51":19,"52":23,"53":17,"56":1,"570":4,"6":435,"63":31,"7":362,"79":17,"8":85,"80":10,"9":382,"all_client":44243,"all_tv_clinet":8372,"insert_time":"2014-08-20T00:31:22.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36087,"10":14,"107":218,"11":204,"12":157,"13":167,"14":86,"15":101,"155":14,"156":9,"158":16,"159":14,"16":48,"160":18,"161":127,"167":13,"168":2,"17":168,"18":540,"19":334,"20":118,"209":12,"21":280,"210":14,"214":5,"215":97,"221":179,"223":221,"224":22,"225":194,"23":240,"24":546,"25":167,"257":46,"26":24,"268":3,"27":27,"273":51,"276":117,"279":3,"28":261,"281":22,"282":31,"291":11,"292":78,"30":21,"302":12,"306":6,"31":21,"314":2,"317":5,"32":6,"33":40,"34":45,"347":7,"35":29,"352":259,"36":70,"37":36,"38":178,"380":10,"381":45,"383":7,"389":1,"39":77,"391":25,"396":3,"397":13,"40":87,"409":43,"41":27,"414":7,"415":23,"419":5,"42":10,"426":2,"43":21,"430":29,"431":1,"433":3,"44":8,"45":25,"46":151,"48":25,"49":12,"5":603,"51":19,"52":26,"53":15,"56":1,"570":4,"6":427,"63":34,"7":371,"79":17,"8":87,"80":10,"9":392,"all_client":44509,"all_tv_clinet":8422,"insert_time":"2014-08-20T00:32:22.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36295,"10":13,"107":217,"11":204,"12":158,"13":175,"14":80,"15":103,"155":14,"156":6,"158":18,"159":16,"16":49,"160":17,"161":133,"167":16,"168":1,"17":173,"18":541,"19":341,"20":113,"209":13,"21":283,"210":12,"214":4,"215":95,"221":177,"223":224,"224":23,"225":203,"23":233,"24":532,"25":172,"257":47,"26":26,"268":3,"27":27,"273":50,"276":120,"279":4,"28":265,"281":20,"282":32,"291":10,"292":80,"30":21,"302":12,"306":6,"31":23,"314":3,"317":4,"32":6,"33":39,"34":47,"347":7,"35":31,"352":274,"36":70,"37":37,"38":176,"380":10,"381":44,"383":7,"389":1,"39":79,"391":25,"396":3,"397":14,"40":88,"409":43,"41":27,"414":8,"415":25,"419":4,"42":11,"426":2,"43":21,"430":29,"433":4,"44":9,"45":25,"46":156,"48":25,"49":13,"5":593,"51":19,"52":28,"53":17,"56":1,"570":4,"6":418,"63":36,"7":378,"79":19,"8":89,"80":10,"9":398,"all_client":44777,"all_tv_clinet":8482,"insert_time":"2014-08-20T00:33:22.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36566,"10":12,"107":217,"11":204,"12":164,"13":187,"14":78,"15":106,"155":15,"156":5,"158":19,"159":17,"16":48,"160":17,"161":136,"167":19,"168":1,"17":172,"18":552,"19":351,"20":115,"209":14,"21":281,"210":13,"214":4,"215":94,"221":176,"223":224,"224":24,"225":199,"23":227,"24":537,"25":171,"257":44,"26":27,"268":3,"27":26,"273":44,"276":122,"279":4,"28":272,"281":21,"282":32,"291":10,"292":85,"30":21,"302":13,"306":6,"31":24,"314":2,"317":4,"32":6,"33":37,"34":48,"347":8,"35":33,"352":272,"36":70,"37":36,"38":177,"380":10,"381":44,"383":10,"389":1,"39":82,"391":25,"396":3,"397":16,"40":88,"409":41,"41":30,"414":8,"415":24,"419":5,"42":12,"426":2,"43":20,"430":28,"433":4,"44":7,"45":25,"46":156,"48":26,"49":14,"5":583,"51":19,"52":35,"53":18,"56":1,"570":4,"6":403,"63":35,"7":384,"79":19,"8":89,"80":9,"9":412,"all_client":45104,"all_tv_clinet":8538,"insert_time":"2014-08-20T00:34:23.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36825,"10":9,"107":222,"11":203,"12":165,"13":190,"14":79,"15":111,"155":17,"156":5,"158":20,"159":16,"16":45,"160":16,"161":137,"167":19,"168":1,"17":170,"18":553,"19":357,"20":116,"209":12,"21":274,"210":14,"214":3,"215":95,"221":176,"223":220,"224":24,"225":200,"23":218,"24":542,"25":177,"257":45,"26":30,"268":4,"27":26,"273":46,"276":123,"279":4,"28":279,"281":23,"282":31,"291":11,"292":89,"30":21,"302":14,"306":4,"31":27,"314":2,"317":4,"32":7,"33":36,"34":47,"347":5,"35":32,"352":269,"36":73,"37":38,"38":175,"380":10,"381":45,"383":12,"39":83,"391":26,"396":3,"397":16,"40":87,"409":43,"41":31,"414":8,"415":28,"419":6,"42":12,"426":2,"43":21,"430":28,"433":4,"44":7,"45":25,"46":163,"48":24,"49":15,"5":571,"51":21,"52":34,"53":18,"56":2,"570":4,"6":395,"63":34,"7":385,"79":20,"8":94,"80":11,"9":418,"all_client":45402,"all_tv_clinet":8577,"insert_time":"2014-08-20T00:35:23.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37097,"10":10,"107":231,"11":212,"12":159,"13":194,"14":76,"15":112,"155":18,"156":4,"158":19,"159":15,"16":43,"160":15,"161":132,"167":18,"168":1,"17":159,"18":557,"19":362,"20":118,"209":13,"21":269,"210":17,"214":2,"215":98,"221":181,"223":224,"224":26,"225":195,"23":212,"24":549,"25":172,"257":43,"26":30,"268":4,"27":24,"273":44,"276":121,"279":3,"28":280,"281":26,"282":31,"291":10,"292":90,"30":22,"302":14,"306":4,"31":24,"314":1,"317":4,"32":6,"33":37,"34":46,"347":6,"35":33,"352":268,"36":78,"37":39,"38":175,"380":10,"381":45,"383":14,"39":86,"391":27,"396":2,"397":16,"40":91,"409":44,"41":34,"414":8,"415":26,"419":6,"42":12,"426":2,"43":23,"430":26,"433":4,"44":9,"45":25,"46":162,"48":23,"49":15,"5":543,"51":24,"52":36,"53":16,"56":2,"570":4,"6":397,"63":34,"7":399,"79":19,"8":97,"80":11,"9":427,"all_client":45692,"all_tv_clinet":8595,"insert_time":"2014-08-20T00:36:23.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37371,"10":10,"107":226,"11":213,"12":157,"13":197,"14":77,"15":115,"155":18,"156":4,"158":17,"159":16,"16":45,"160":15,"161":133,"167":17,"168":2,"17":145,"18":565,"19":371,"20":118,"209":12,"21":268,"210":16,"214":2,"215":99,"221":173,"223":216,"224":28,"225":206,"23":213,"24":558,"25":169,"257":43,"26":28,"268":4,"27":23,"273":46,"276":121,"279":3,"28":284,"281":23,"282":31,"291":9,"292":85,"30":21,"302":14,"306":4,"31":24,"317":4,"32":6,"33":38,"34":44,"347":5,"35":32,"352":273,"36":80,"37":41,"38":181,"380":11,"381":45,"383":13,"39":87,"391":26,"396":2,"397":16,"40":95,"409":44,"41":36,"414":9,"415":26,"419":6,"42":12,"426":1,"43":25,"430":24,"433":3,"44":12,"45":25,"46":166,"48":24,"49":17,"5":523,"51":24,"52":33,"53":16,"56":3,"570":3,"6":399,"63":35,"7":414,"79":20,"8":100,"80":12,"9":435,"all_client":46001,"all_tv_clinet":8630,"insert_time":"2014-08-20T00:37:24.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37588,"10":9,"107":231,"11":223,"12":157,"13":195,"14":76,"15":111,"155":19,"156":3,"158":18,"159":16,"16":46,"160":15,"161":137,"167":18,"168":2,"17":131,"18":566,"19":377,"20":122,"209":13,"21":266,"210":14,"214":2,"215":100,"221":177,"223":217,"224":27,"225":199,"23":213,"24":576,"25":173,"257":44,"26":30,"268":4,"27":21,"273":49,"276":125,"279":4,"28":289,"281":23,"282":29,"291":10,"292":77,"30":20,"302":14,"306":3,"31":24,"314":1,"317":3,"32":6,"33":40,"34":38,"347":4,"35":35,"352":273,"36":85,"37":40,"38":178,"380":11,"381":45,"383":13,"39":86,"391":26,"396":2,"397":15,"40":95,"409":46,"41":36,"414":6,"415":23,"419":5,"42":12,"426":2,"43":27,"430":22,"433":3,"44":14,"45":27,"46":169,"48":25,"49":21,"5":516,"51":24,"52":33,"53":15,"56":4,"570":3,"6":400,"63":34,"7":416,"79":21,"8":102,"80":12,"9":426,"all_client":46243,"all_tv_clinet":8655,"insert_time":"2014-08-20T00:38:24.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37785,"10":9,"107":227,"11":232,"12":153,"13":208,"14":73,"15":113,"155":21,"156":4,"158":16,"159":16,"16":49,"160":18,"161":142,"167":18,"168":2,"17":120,"18":574,"19":382,"20":121,"209":12,"21":275,"210":14,"214":2,"215":99,"221":175,"223":206,"224":26,"225":208,"23":210,"24":585,"25":180,"257":44,"26":34,"268":4,"27":21,"273":51,"276":124,"279":5,"28":300,"281":22,"282":31,"291":10,"292":67,"30":19,"302":13,"306":3,"31":24,"314":1,"317":3,"32":7,"33":38,"34":37,"347":5,"35":37,"352":260,"36":84,"37":43,"38":175,"380":12,"381":48,"383":13,"39":85,"391":26,"396":1,"397":14,"40":92,"409":48,"41":37,"414":3,"415":27,"419":6,"42":13,"426":3,"43":28,"430":21,"433":3,"44":16,"45":29,"46":170,"48":26,"49":21,"5":499,"51":22,"52":33,"53":14,"56":4,"570":3,"6":401,"63":34,"7":412,"79":21,"8":106,"80":13,"9":426,"all_client":46467,"all_tv_clinet":8682,"insert_time":"2014-08-20T00:39:24.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37982,"10":9,"107":235,"11":241,"12":148,"13":213,"14":76,"15":113,"155":22,"156":5,"158":18,"159":17,"16":52,"160":17,"161":148,"167":18,"168":2,"17":109,"18":585,"19":363,"20":124,"209":14,"21":278,"210":14,"214":2,"215":96,"221":180,"223":199,"224":26,"225":205,"23":216,"24":588,"25":187,"257":44,"26":34,"268":2,"27":18,"273":56,"276":120,"279":5,"28":306,"281":22,"282":34,"291":11,"292":68,"30":18,"302":11,"306":3,"31":24,"314":1,"317":2,"32":8,"33":37,"34":35,"347":6,"35":38,"352":262,"36":88,"37":47,"38":170,"380":12,"381":51,"383":13,"39":88,"391":24,"396":2,"397":14,"40":92,"409":45,"41":40,"414":3,"415":26,"419":6,"42":15,"426":3,"43":29,"430":20,"433":3,"44":17,"45":30,"46":179,"48":27,"49":21,"5":485,"51":19,"52":33,"53":16,"56":4,"570":3,"6":395,"63":36,"7":413,"79":22,"8":108,"80":13,"9":422,"all_client":46701,"all_tv_clinet":8719,"insert_time":"2014-08-20T00:40:25.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38176,"10":9,"107":244,"11":253,"12":150,"13":217,"14":75,"15":111,"155":21,"156":6,"158":18,"159":17,"16":53,"160":18,"161":149,"167":18,"168":2,"17":105,"18":582,"19":339,"20":121,"209":16,"21":287,"210":14,"214":2,"215":97,"221":183,"223":200,"224":28,"225":206,"23":215,"24":624,"25":187,"257":42,"26":35,"268":2,"27":18,"273":58,"276":120,"279":4,"28":303,"281":21,"282":35,"291":11,"292":69,"30":15,"302":11,"306":3,"31":24,"317":2,"32":10,"33":39,"34":34,"347":6,"35":39,"352":261,"36":81,"37":50,"38":170,"380":12,"381":54,"383":13,"39":89,"391":21,"396":2,"397":14,"40":97,"409":37,"41":42,"414":4,"415":28,"419":8,"42":15,"426":3,"43":28,"430":19,"433":3,"44":17,"45":30,"46":178,"48":25,"49":21,"5":476,"51":19,"52":35,"53":16,"56":4,"570":2,"6":394,"63":39,"7":418,"79":25,"8":107,"80":14,"9":413,"all_client":46928,"all_tv_clinet":8752,"insert_time":"2014-08-20T00:41:25.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38456,"10":10,"107":254,"11":255,"12":145,"13":221,"14":76,"15":110,"155":21,"156":5,"158":18,"159":17,"16":54,"160":20,"161":154,"167":18,"168":2,"17":108,"18":581,"19":310,"20":127,"209":15,"21":281,"210":15,"214":2,"215":92,"221":181,"223":204,"224":27,"225":207,"23":213,"24":628,"25":182,"257":42,"26":35,"268":2,"27":18,"273":60,"276":121,"279":5,"28":299,"281":21,"282":35,"291":11,"292":78,"30":14,"302":12,"306":3,"31":21,"317":1,"32":10,"33":37,"34":36,"347":5,"35":39,"352":263,"36":84,"37":53,"38":170,"380":11,"381":53,"383":13,"39":91,"391":22,"396":2,"397":12,"40":101,"409":38,"41":41,"414":4,"415":28,"419":7,"42":13,"426":3,"43":31,"430":20,"433":3,"44":20,"45":30,"46":184,"48":29,"49":23,"5":469,"51":19,"52":37,"53":18,"56":6,"570":3,"6":396,"63":39,"7":420,"79":27,"8":107,"80":14,"9":415,"all_client":47233,"all_tv_clinet":8777,"insert_time":"2014-08-20T00:42:26.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38745,"10":10,"107":255,"11":254,"12":143,"13":217,"14":76,"15":105,"155":22,"156":5,"158":19,"159":17,"16":55,"160":20,"161":152,"167":17,"168":2,"17":106,"18":583,"19":314,"20":134,"209":17,"21":281,"210":16,"214":2,"215":89,"221":172,"223":207,"224":33,"225":207,"23":211,"24":621,"25":192,"257":45,"26":39,"268":2,"27":15,"273":57,"276":124,"279":6,"28":285,"281":21,"282":37,"291":11,"292":82,"30":16,"302":12,"306":3,"31":21,"317":1,"32":12,"33":37,"34":36,"347":4,"35":40,"352":267,"36":89,"37":57,"38":174,"380":12,"381":47,"383":15,"39":91,"391":22,"396":1,"397":11,"40":100,"409":37,"41":39,"414":4,"415":31,"419":7,"42":12,"426":4,"43":31,"430":19,"433":3,"44":20,"45":27,"46":191,"48":30,"49":22,"5":477,"51":19,"52":38,"53":18,"56":6,"570":3,"6":400,"63":39,"7":426,"79":29,"8":109,"80":14,"9":412,"all_client":47558,"all_tv_clinet":8813,"insert_time":"2014-08-20T00:43:26.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38994,"10":10,"107":259,"11":256,"12":130,"13":212,"14":76,"15":90,"155":22,"156":4,"158":20,"159":18,"16":55,"160":19,"161":150,"167":16,"168":1,"17":102,"18":582,"19":314,"20":137,"209":19,"21":287,"210":15,"214":3,"215":88,"221":168,"223":216,"224":35,"225":201,"23":206,"24":610,"25":198,"257":41,"26":45,"268":2,"27":15,"273":51,"276":124,"279":5,"28":278,"281":20,"282":40,"291":11,"292":91,"30":18,"302":12,"306":3,"31":19,"317":3,"32":10,"33":36,"34":36,"347":3,"35":40,"352":267,"36":89,"37":55,"38":175,"380":11,"381":47,"383":16,"39":92,"391":22,"396":2,"397":11,"40":102,"409":40,"41":40,"414":4,"415":34,"419":7,"42":13,"426":4,"43":36,"430":19,"433":2,"44":20,"45":28,"46":193,"48":31,"49":23,"5":489,"51":19,"52":42,"53":19,"56":5,"570":3,"6":394,"63":39,"7":437,"79":28,"8":116,"80":14,"9":413,"all_client":47817,"all_tv_clinet":8823,"insert_time":"2014-08-20T00:44:27.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39306,"10":9,"107":251,"11":263,"12":122,"13":209,"14":78,"15":85,"155":21,"156":4,"158":21,"159":17,"16":53,"160":19,"161":149,"167":16,"168":1,"17":101,"18":587,"19":317,"20":145,"209":18,"21":294,"210":16,"214":3,"215":94,"221":167,"223":226,"224":36,"225":196,"23":210,"24":610,"25":208,"257":43,"26":49,"268":2,"27":14,"273":44,"276":123,"279":4,"28":274,"281":20,"282":42,"291":12,"292":96,"30":20,"302":10,"306":2,"31":19,"314":1,"317":3,"32":10,"33":34,"34":36,"347":3,"35":42,"352":279,"36":82,"37":53,"38":186,"380":11,"381":48,"383":16,"39":93,"391":23,"396":4,"397":11,"40":104,"409":41,"41":46,"414":4,"415":32,"419":5,"42":11,"426":4,"43":35,"430":20,"433":2,"44":20,"45":28,"46":184,"48":31,"49":24,"5":484,"51":17,"52":41,"53":19,"56":5,"570":3,"6":391,"63":39,"7":438,"79":29,"8":117,"80":14,"9":402,"all_client":48151,"all_tv_clinet":8845,"insert_time":"2014-08-20T00:45:27.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39558,"10":10,"107":251,"11":277,"12":112,"13":211,"14":80,"15":85,"155":23,"156":3,"158":18,"159":18,"16":54,"160":21,"161":155,"167":18,"168":1,"17":93,"18":585,"19":326,"20":149,"209":18,"21":301,"210":16,"214":3,"215":93,"221":165,"223":232,"224":36,"225":192,"23":211,"24":593,"25":213,"257":43,"26":53,"268":2,"27":15,"273":43,"276":123,"279":4,"28":281,"281":20,"282":45,"291":11,"292":99,"30":22,"302":11,"306":2,"31":18,"314":1,"317":3,"32":8,"33":35,"34":40,"347":4,"35":42,"352":278,"36":89,"37":55,"38":188,"380":11,"381":52,"383":16,"389":1,"39":93,"391":24,"396":4,"397":11,"40":103,"409":41,"41":44,"414":4,"415":34,"419":7,"42":11,"426":4,"43":34,"430":21,"433":1,"434":1,"44":21,"45":26,"46":177,"48":34,"49":25,"5":489,"51":17,"52":43,"53":19,"56":5,"570":3,"6":390,"63":39,"7":429,"79":28,"8":118,"80":13,"9":400,"all_client":48449,"all_tv_clinet":8891,"insert_time":"2014-08-20T00:46:27.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39821,"10":10,"107":248,"11":284,"12":106,"13":211,"14":82,"15":88,"155":23,"156":4,"158":16,"159":18,"16":56,"160":22,"161":158,"167":17,"168":1,"17":95,"18":591,"19":337,"20":151,"209":17,"21":301,"210":16,"214":3,"215":95,"221":160,"223":220,"224":41,"225":202,"23":211,"24":565,"25":207,"257":46,"26":56,"268":2,"27":13,"273":40,"276":120,"279":4,"28":301,"281":20,"282":46,"291":10,"292":105,"30":24,"302":11,"306":2,"31":17,"314":1,"317":3,"32":12,"33":35,"34":50,"347":4,"35":41,"352":282,"36":93,"37":52,"38":195,"380":13,"381":49,"383":19,"389":1,"39":92,"391":25,"396":3,"397":11,"40":101,"409":40,"41":46,"414":4,"415":32,"419":7,"42":12,"426":3,"43":32,"430":19,"433":1,"434":1,"44":22,"45":25,"46":173,"48":39,"49":25,"5":494,"51":16,"52":43,"53":21,"56":5,"570":4,"6":393,"63":38,"7":411,"79":28,"8":119,"80":13,"9":398,"all_client":48740,"all_tv_clinet":8919,"insert_time":"2014-08-20T00:47:28.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40086,"10":10,"107":248,"11":302,"12":102,"13":215,"14":76,"15":90,"155":24,"156":4,"158":17,"159":18,"16":54,"160":23,"161":158,"167":15,"168":2,"17":100,"18":612,"19":341,"20":144,"209":17,"21":304,"210":14,"214":3,"215":95,"221":152,"223":222,"224":47,"225":202,"23":216,"24":554,"25":194,"257":45,"26":58,"268":2,"27":11,"273":44,"276":117,"279":5,"28":309,"281":21,"282":44,"291":11,"292":110,"30":23,"302":11,"306":6,"31":18,"317":3,"32":10,"33":36,"34":54,"347":4,"35":42,"352":282,"36":90,"37":46,"38":215,"380":13,"381":48,"383":18,"389":1,"39":95,"391":25,"396":3,"397":12,"40":97,"409":42,"41":52,"414":4,"415":32,"419":7,"42":13,"426":3,"43":33,"430":20,"433":1,"434":1,"44":22,"45":26,"46":169,"48":42,"49":28,"5":504,"51":21,"52":41,"53":22,"56":7,"570":3,"6":379,"63":38,"7":388,"79":25,"8":120,"80":14,"9":401,"all_client":49048,"all_tv_clinet":8962,"insert_time":"2014-08-20T00:48:28.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40309,"10":10,"107":255,"11":307,"12":94,"13":219,"14":67,"15":86,"155":27,"156":4,"158":17,"159":19,"16":57,"160":22,"161":162,"167":17,"168":3,"17":103,"18":614,"19":346,"20":135,"209":19,"21":300,"210":14,"214":3,"215":101,"221":156,"223":224,"224":50,"225":203,"23":209,"24":551,"25":178,"257":42,"26":64,"268":2,"27":12,"273":46,"276":118,"279":5,"28":325,"281":21,"282":45,"291":11,"292":110,"30":22,"302":10,"306":6,"31":18,"317":3,"32":11,"33":36,"34":58,"347":5,"35":45,"352":285,"36":92,"37":39,"38":214,"380":13,"381":52,"383":16,"39":94,"391":24,"396":3,"397":13,"40":94,"409":47,"41":53,"414":5,"415":31,"419":6,"42":14,"426":2,"43":33,"430":20,"433":1,"434":1,"44":22,"45":28,"46":167,"48":45,"49":31,"5":502,"51":21,"52":33,"53":23,"56":8,"570":3,"6":386,"63":37,"7":367,"79":24,"8":127,"80":15,"9":408,"all_client":49295,"all_tv_clinet":8986,"insert_time":"2014-08-20T00:49:29.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40541,"10":10,"107":252,"11":313,"12":98,"13":226,"14":62,"15":81,"155":28,"156":4,"158":13,"159":22,"16":61,"160":22,"161":164,"167":17,"168":3,"17":104,"18":621,"19":356,"20":126,"209":19,"21":293,"210":13,"214":3,"215":102,"221":154,"223":229,"224":54,"225":210,"23":214,"24":551,"25":170,"257":46,"26":68,"268":2,"27":14,"273":48,"276":116,"279":5,"28":329,"281":21,"282":45,"291":11,"292":112,"30":24,"302":11,"306":6,"31":20,"317":4,"32":8,"33":36,"34":61,"347":5,"35":47,"352":283,"36":88,"37":38,"38":211,"380":12,"381":53,"383":14,"39":92,"391":25,"396":3,"397":11,"40":91,"409":46,"41":55,"414":5,"415":34,"419":5,"42":13,"426":2,"43":33,"430":17,"433":1,"434":1,"44":24,"45":28,"46":175,"48":46,"49":31,"5":496,"51":20,"52":33,"53":23,"56":8,"570":4,"6":386,"63":36,"7":355,"79":24,"8":127,"80":14,"9":406,"all_client":49544,"all_tv_clinet":9003,"insert_time":"2014-08-20T00:50:29.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40845,"10":8,"107":260,"11":321,"12":103,"13":227,"14":62,"15":75,"155":28,"156":5,"158":11,"159":22,"16":63,"160":20,"161":168,"167":19,"168":2,"17":99,"18":638,"19":361,"20":120,"209":19,"21":289,"210":14,"214":3,"215":101,"221":160,"223":229,"224":54,"225":211,"23":217,"24":564,"25":172,"257":48,"26":69,"268":1,"27":15,"273":50,"276":110,"279":6,"28":338,"281":21,"282":44,"291":11,"292":111,"30":26,"302":12,"306":5,"31":21,"317":4,"32":8,"33":36,"34":63,"347":5,"35":46,"352":284,"36":93,"37":37,"38":209,"380":11,"381":57,"383":16,"39":86,"391":23,"396":2,"397":11,"40":83,"409":45,"41":56,"414":5,"415":38,"419":5,"42":13,"426":2,"43":31,"430":17,"433":1,"434":1,"44":24,"45":28,"46":173,"48":44,"49":32,"5":493,"51":17,"52":32,"53":23,"56":10,"570":4,"6":385,"63":33,"7":333,"79":23,"8":135,"80":14,"9":402,"all_client":49871,"all_tv_clinet":9026,"insert_time":"2014-08-20T00:51:29.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41088,"10":12,"107":257,"11":341,"12":108,"13":233,"14":60,"15":70,"155":27,"156":6,"158":11,"159":22,"16":63,"160":18,"161":173,"167":19,"17":97,"18":646,"19":359,"20":117,"209":18,"21":289,"210":11,"211":1,"214":5,"215":102,"221":163,"223":238,"224":55,"225":210,"23":220,"24":565,"25":167,"257":51,"26":75,"268":1,"27":16,"273":50,"276":107,"279":7,"28":342,"281":22,"282":46,"291":11,"292":102,"30":26,"302":12,"306":5,"31":21,"314":1,"317":3,"32":8,"33":36,"34":64,"347":5,"35":45,"352":277,"36":91,"37":33,"38":220,"380":11,"381":60,"383":15,"39":85,"391":22,"396":2,"397":12,"40":74,"409":45,"41":61,"414":5,"415":42,"419":5,"42":12,"426":2,"43":33,"430":18,"433":1,"434":1,"44":25,"45":29,"46":177,"48":42,"49":32,"5":497,"51":20,"52":30,"53":25,"56":10,"570":5,"6":381,"63":33,"7":326,"79":25,"8":146,"80":14,"9":398,"all_client":50169,"all_tv_clinet":9081,"insert_time":"2014-08-20T00:52:30.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41370,"10":14,"107":259,"11":346,"12":110,"13":238,"14":55,"15":62,"155":24,"156":7,"158":13,"159":20,"16":59,"160":19,"161":180,"167":18,"17":96,"18":655,"19":377,"20":107,"209":15,"21":289,"210":11,"211":1,"214":5,"215":107,"221":164,"223":247,"224":53,"225":220,"23":220,"24":553,"25":164,"257":49,"26":81,"27":15,"273":56,"276":105,"279":7,"28":338,"281":23,"282":44,"291":12,"292":91,"30":25,"302":9,"306":5,"31":21,"314":1,"317":3,"32":9,"33":35,"34":65,"347":5,"35":44,"352":278,"36":84,"37":35,"38":226,"380":11,"381":59,"383":16,"39":85,"391":23,"396":2,"397":13,"40":71,"409":41,"41":61,"414":4,"415":40,"419":5,"42":12,"426":2,"43":34,"430":20,"433":1,"434":1,"44":26,"45":31,"46":186,"48":40,"49":32,"5":501,"51":20,"52":29,"53":26,"56":9,"570":5,"6":376,"63":32,"7":320,"79":25,"8":155,"80":15,"9":390,"all_client":50463,"all_tv_clinet":9093,"insert_time":"2014-08-20T00:53:30.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41656,"10":15,"107":257,"11":346,"12":109,"13":243,"14":55,"15":63,"155":24,"156":7,"158":13,"159":20,"16":62,"160":19,"161":181,"167":19,"17":95,"18":659,"19":382,"20":107,"209":16,"21":286,"210":11,"211":1,"214":5,"215":108,"221":164,"223":256,"224":58,"225":215,"23":216,"24":563,"25":164,"257":49,"26":87,"27":16,"273":57,"276":104,"279":6,"28":333,"281":23,"282":42,"291":12,"292":90,"30":28,"302":8,"306":4,"31":21,"314":1,"317":3,"32":8,"33":36,"34":65,"347":6,"35":46,"352":288,"36":82,"37":36,"38":234,"380":11,"381":60,"383":15,"39":82,"391":25,"396":2,"397":15,"40":68,"409":39,"41":57,"414":4,"415":40,"419":6,"42":11,"426":2,"43":39,"430":19,"433":1,"44":27,"45":32,"46":193,"48":32,"49":28,"5":501,"51":21,"52":29,"53":26,"56":9,"570":5,"6":367,"63":33,"7":313,"79":27,"8":159,"80":15,"9":386,"all_client":50779,"all_tv_clinet":9123,"insert_time":"2014-08-20T00:54:31.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41911,"10":11,"107":265,"11":357,"12":109,"13":248,"14":53,"15":68,"155":24,"156":10,"158":12,"159":18,"16":60,"160":22,"161":178,"167":20,"168":2,"17":91,"18":658,"19":387,"20":107,"209":17,"21":285,"210":11,"211":1,"214":4,"215":109,"221":164,"223":252,"224":58,"225":216,"23":218,"24":560,"25":170,"257":53,"26":84,"27":15,"273":55,"276":102,"279":7,"28":324,"281":23,"282":37,"291":14,"292":92,"30":30,"302":9,"306":4,"31":22,"314":1,"317":3,"32":9,"33":36,"34":68,"347":6,"35":47,"352":289,"36":83,"37":38,"38":242,"380":10,"381":55,"383":16,"389":2,"39":79,"391":24,"396":2,"397":15,"40":64,"409":39,"41":58,"414":4,"415":39,"419":6,"42":13,"426":2,"43":40,"430":18,"433":2,"44":28,"45":34,"46":195,"48":29,"49":25,"5":504,"51":24,"52":29,"53":23,"56":9,"570":4,"6":355,"63":34,"7":312,"79":26,"8":170,"80":16,"9":379,"all_client":51053,"all_tv_clinet":9142,"insert_time":"2014-08-20T00:55:31.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42187,"10":11,"107":261,"11":373,"12":108,"13":251,"14":57,"15":71,"155":24,"156":10,"158":11,"159":19,"16":61,"160":24,"161":181,"167":24,"168":2,"17":83,"18":648,"19":394,"20":106,"209":20,"21":282,"210":11,"211":1,"214":3,"215":114,"221":164,"223":249,"224":55,"225":225,"23":219,"24":542,"25":180,"257":52,"26":85,"27":14,"273":55,"276":98,"279":7,"28":320,"281":24,"282":34,"291":16,"292":94,"30":31,"302":9,"306":4,"31":22,"314":1,"317":3,"32":8,"33":37,"34":70,"347":6,"35":46,"352":289,"36":82,"37":40,"38":252,"380":10,"381":56,"383":14,"389":2,"39":78,"391":23,"396":2,"397":16,"40":62,"409":39,"41":57,"414":4,"415":41,"419":6,"42":13,"426":2,"43":42,"430":17,"433":3,"44":27,"45":34,"46":200,"48":26,"49":27,"5":506,"51":25,"52":25,"53":24,"56":10,"570":4,"6":344,"63":32,"7":306,"79":28,"8":173,"80":16,"9":375,"all_client":51339,"all_tv_clinet":9152,"insert_time":"2014-08-20T00:56:31.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42489,"10":14,"107":260,"11":383,"12":110,"13":260,"14":60,"15":75,"155":26,"156":10,"158":11,"159":18,"16":64,"160":25,"161":178,"167":24,"168":3,"17":84,"18":646,"19":414,"20":105,"209":22,"21":299,"210":10,"211":1,"214":4,"215":120,"221":166,"223":249,"224":61,"225":206,"23":222,"24":526,"25":191,"257":53,"26":96,"27":16,"273":53,"276":95,"279":6,"28":309,"281":26,"282":31,"291":17,"292":92,"30":34,"302":9,"306":3,"31":25,"314":1,"317":3,"32":7,"33":38,"34":73,"347":5,"35":43,"352":296,"36":85,"37":42,"38":254,"380":9,"381":58,"383":15,"389":2,"39":73,"391":19,"396":3,"397":16,"40":58,"409":39,"41":53,"414":4,"415":42,"419":6,"42":14,"426":1,"43":42,"430":19,"433":3,"44":27,"45":36,"46":200,"48":21,"49":24,"5":505,"51":27,"52":25,"53":27,"56":9,"570":4,"6":334,"63":35,"7":297,"79":26,"8":175,"80":14,"9":370,"all_client":51680,"all_tv_clinet":9191,"insert_time":"2014-08-20T00:57:32.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42757,"10":16,"107":262,"11":378,"12":112,"13":273,"14":60,"15":77,"155":29,"156":10,"158":11,"159":18,"16":64,"160":26,"161":175,"167":27,"168":4,"17":87,"18":637,"19":428,"20":101,"209":24,"21":294,"210":10,"211":1,"214":4,"215":124,"221":160,"223":251,"224":64,"225":200,"23":228,"24":527,"25":195,"257":55,"26":96,"268":2,"27":18,"273":52,"276":92,"279":7,"28":305,"281":25,"282":31,"291":17,"292":98,"30":36,"302":10,"306":3,"31":26,"314":2,"317":3,"32":7,"33":40,"34":79,"347":5,"35":39,"352":302,"36":79,"37":44,"38":243,"380":10,"381":57,"383":17,"39":73,"391":21,"396":3,"397":15,"40":56,"409":42,"41":47,"414":3,"415":40,"419":4,"42":18,"43":42,"430":18,"433":4,"44":30,"45":35,"46":207,"48":19,"49":25,"5":515,"51":26,"52":27,"53":31,"56":9,"570":4,"6":322,"63":33,"7":291,"79":27,"8":168,"80":12,"9":356,"all_client":51957,"all_tv_clinet":9200,"insert_time":"2014-08-20T00:58:32.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43096,"10":17,"107":273,"11":381,"12":116,"13":281,"14":61,"15":76,"155":30,"156":9,"158":9,"159":17,"16":72,"160":25,"161":164,"167":28,"168":4,"17":93,"18":630,"19":451,"20":100,"209":27,"21":301,"210":11,"211":2,"214":6,"215":124,"221":154,"223":249,"224":65,"225":205,"23":233,"24":527,"25":197,"257":57,"26":99,"268":3,"27":20,"273":47,"276":88,"279":9,"28":297,"281":24,"282":31,"291":15,"292":96,"30":36,"302":6,"306":4,"31":24,"314":2,"317":2,"32":7,"33":43,"34":83,"347":5,"35":38,"352":307,"36":78,"37":42,"38":244,"380":10,"381":53,"383":22,"39":72,"391":22,"396":3,"397":14,"40":53,"409":44,"41":40,"414":3,"415":38,"419":5,"42":20,"43":42,"430":14,"433":3,"44":31,"45":35,"46":211,"48":20,"49":23,"5":515,"51":26,"52":28,"53":33,"56":8,"570":4,"6":312,"63":33,"7":296,"79":27,"8":164,"80":11,"9":349,"all_client":52325,"all_tv_clinet":9229,"insert_time":"2014-08-20T00:59:33.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43329,"10":18,"107":283,"11":391,"12":117,"13":282,"14":55,"15":73,"155":31,"156":10,"158":11,"159":17,"16":75,"160":25,"161":163,"167":29,"168":3,"17":107,"18":631,"19":466,"20":101,"209":25,"21":297,"210":12,"211":2,"214":5,"215":127,"221":150,"223":243,"224":65,"225":216,"23":239,"24":537,"25":207,"257":59,"26":103,"268":4,"27":19,"273":42,"276":85,"279":11,"28":293,"281":23,"282":30,"291":16,"292":101,"30":35,"302":7,"306":4,"31":22,"314":2,"317":2,"32":8,"33":42,"34":87,"347":4,"35":35,"352":327,"36":82,"37":41,"38":257,"380":9,"381":49,"383":23,"389":1,"39":63,"391":25,"396":3,"397":15,"40":54,"409":42,"41":45,"414":3,"415":40,"419":5,"42":21,"43":45,"430":16,"433":3,"44":30,"45":33,"46":211,"48":20,"49":22,"5":517,"51":27,"52":26,"53":36,"56":6,"570":4,"6":300,"63":31,"7":289,"79":27,"8":155,"80":11,"9":319,"all_client":52609,"all_tv_clinet":9280,"insert_time":"2014-08-20T01:00:33.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43580,"10":16,"107":290,"11":421,"12":120,"13":281,"14":50,"15":71,"155":33,"156":10,"158":10,"159":17,"16":74,"160":24,"161":168,"167":30,"168":2,"17":117,"18":635,"19":472,"20":95,"209":25,"21":297,"210":13,"211":2,"214":5,"215":134,"221":150,"223":245,"224":72,"225":219,"23":237,"24":531,"25":208,"257":60,"26":105,"268":4,"27":20,"273":40,"276":86,"279":11,"28":287,"281":22,"282":28,"291":16,"292":103,"30":36,"302":7,"306":4,"31":22,"314":3,"317":2,"32":9,"33":44,"34":88,"347":6,"35":37,"352":347,"36":81,"37":37,"38":254,"380":9,"381":48,"383":21,"389":1,"39":60,"391":27,"396":3,"397":16,"40":51,"409":41,"41":48,"414":3,"415":43,"419":6,"42":19,"426":1,"43":43,"430":13,"433":2,"44":31,"45":36,"46":219,"48":19,"49":21,"5":521,"51":26,"52":25,"53":39,"56":8,"570":3,"6":297,"63":30,"7":295,"79":27,"8":149,"80":10,"9":292,"all_client":52916,"all_tv_clinet":9336,"insert_time":"2014-08-20T01:01:34.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43904,"10":15,"107":300,"11":439,"12":126,"13":288,"14":50,"15":73,"155":32,"156":8,"158":11,"159":14,"16":70,"160":24,"161":163,"167":31,"168":4,"17":118,"18":637,"19":471,"20":96,"209":23,"21":299,"210":14,"211":2,"214":3,"215":128,"221":148,"223":257,"224":74,"225":216,"23":239,"24":541,"25":217,"257":62,"26":106,"268":5,"27":19,"273":46,"276":77,"279":10,"28":276,"281":23,"282":27,"291":18,"292":96,"30":35,"302":7,"306":3,"31":21,"314":2,"317":2,"32":10,"33":43,"34":89,"347":7,"35":35,"352":349,"36":85,"37":36,"38":262,"380":10,"381":47,"383":13,"389":1,"39":56,"391":23,"396":3,"397":16,"40":51,"409":44,"41":43,"414":3,"415":45,"419":5,"42":18,"426":1,"43":43,"430":15,"433":2,"44":33,"45":36,"46":223,"48":16,"49":19,"5":525,"51":25,"52":22,"53":38,"56":8,"570":3,"6":291,"63":30,"7":303,"79":32,"8":141,"80":10,"9":269,"all_client":53249,"all_tv_clinet":9345,"insert_time":"2014-08-20T01:02:34.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44210,"10":14,"107":309,"11":445,"12":129,"13":285,"14":52,"15":81,"155":32,"156":8,"158":8,"159":14,"16":68,"160":22,"161":166,"167":31,"168":5,"17":120,"18":628,"19":483,"20":88,"209":23,"21":298,"210":13,"211":2,"214":3,"215":125,"221":149,"223":254,"224":80,"225":220,"23":229,"24":551,"25":218,"257":58,"26":113,"268":5,"27":18,"273":48,"276":76,"279":10,"28":275,"281":22,"282":27,"291":18,"292":84,"30":33,"302":7,"306":3,"31":24,"314":4,"317":2,"32":8,"33":43,"34":90,"347":10,"35":36,"352":342,"36":84,"37":41,"38":268,"380":10,"381":49,"383":17,"39":56,"391":24,"396":2,"397":17,"40":54,"409":46,"41":45,"414":1,"415":48,"419":5,"42":14,"426":2,"43":44,"430":12,"433":2,"44":34,"45":37,"46":235,"48":20,"49":19,"5":526,"51":22,"52":26,"53":40,"56":7,"570":3,"6":282,"63":29,"7":307,"79":33,"8":140,"80":9,"9":254,"all_client":53583,"all_tv_clinet":9373,"insert_time":"2014-08-20T01:03:35.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44517,"10":12,"107":309,"11":454,"12":130,"13":288,"14":57,"15":81,"155":30,"156":10,"158":10,"159":12,"16":70,"160":21,"161":168,"167":33,"168":5,"17":119,"18":626,"19":481,"20":87,"209":24,"21":293,"210":14,"211":2,"214":4,"215":125,"221":155,"223":266,"224":80,"225":220,"23":231,"24":561,"25":222,"257":54,"26":113,"268":6,"27":17,"273":52,"276":71,"279":12,"28":276,"281":24,"282":23,"291":20,"292":75,"30":32,"302":6,"306":2,"31":23,"314":4,"317":2,"32":6,"33":45,"34":93,"347":10,"35":35,"352":336,"36":84,"37":43,"38":276,"380":11,"381":48,"383":19,"39":59,"391":22,"396":1,"397":18,"40":56,"409":48,"41":40,"414":2,"415":51,"419":5,"42":13,"426":2,"43":45,"430":14,"433":2,"44":26,"45":40,"46":235,"48":23,"49":21,"5":519,"51":18,"52":24,"53":42,"56":6,"570":3,"6":270,"63":24,"7":309,"79":28,"8":141,"80":10,"9":239,"all_client":53891,"all_tv_clinet":9374,"insert_time":"2014-08-20T01:04:35.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44788,"10":12,"107":314,"11":456,"12":132,"13":288,"14":57,"15":84,"155":31,"156":10,"158":11,"159":11,"16":71,"160":21,"161":166,"167":33,"168":6,"17":120,"18":619,"19":486,"20":86,"209":24,"21":289,"210":16,"211":2,"214":4,"215":130,"221":151,"223":283,"224":80,"225":209,"23":230,"24":561,"25":232,"257":51,"26":113,"268":6,"27":16,"273":54,"276":72,"279":14,"28":277,"281":25,"282":26,"291":20,"292":72,"30":30,"302":7,"306":2,"31":22,"314":4,"317":2,"32":4,"33":45,"34":94,"347":13,"35":39,"352":342,"36":87,"37":44,"38":263,"380":11,"381":48,"383":19,"39":61,"391":20,"396":1,"397":18,"40":55,"409":46,"41":42,"414":1,"415":49,"419":5,"42":12,"426":2,"43":45,"430":14,"433":2,"44":23,"45":39,"46":236,"48":24,"49":21,"5":518,"51":22,"52":25,"53":48,"56":5,"570":4,"6":265,"63":22,"7":309,"79":28,"8":141,"80":11,"9":234,"all_client":54183,"all_tv_clinet":9395,"insert_time":"2014-08-20T01:05:36.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45038,"10":13,"107":322,"11":462,"12":141,"13":285,"14":58,"15":85,"155":29,"156":11,"158":14,"159":11,"16":72,"160":22,"161":173,"167":32,"168":7,"17":125,"18":621,"19":484,"20":79,"209":23,"21":282,"210":21,"211":1,"214":6,"215":132,"221":148,"223":284,"224":80,"225":202,"23":223,"24":583,"25":229,"257":50,"26":104,"268":6,"27":16,"273":60,"276":68,"279":14,"28":285,"281":24,"282":27,"291":20,"292":70,"30":35,"302":8,"306":2,"31":19,"314":3,"317":2,"32":4,"33":47,"34":93,"347":13,"35":40,"352":347,"36":91,"37":41,"38":263,"380":13,"381":49,"383":20,"39":58,"391":22,"396":1,"397":14,"40":54,"409":44,"41":41,"414":2,"415":51,"419":4,"42":14,"426":2,"43":43,"430":16,"433":2,"44":22,"45":41,"46":232,"48":24,"49":22,"5":512,"51":23,"52":23,"53":51,"56":5,"570":3,"6":257,"63":25,"7":313,"79":29,"8":141,"80":12,"9":230,"all_client":54465,"all_tv_clinet":9427,"insert_time":"2014-08-20T01:06:36.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45282,"10":16,"107":311,"11":465,"12":144,"13":283,"14":59,"15":91,"155":28,"156":11,"158":14,"159":9,"16":75,"160":22,"161":172,"167":34,"168":8,"17":129,"18":625,"19":492,"20":84,"209":22,"21":281,"210":21,"211":2,"214":6,"215":131,"221":150,"223":285,"224":81,"225":212,"23":217,"24":586,"25":234,"257":46,"26":98,"268":6,"27":17,"273":58,"276":70,"279":14,"28":283,"281":25,"282":26,"291":16,"292":73,"30":35,"302":8,"306":2,"31":19,"314":3,"317":2,"32":4,"33":48,"34":95,"347":14,"35":41,"352":349,"36":91,"37":43,"38":272,"380":12,"381":49,"383":22,"389":1,"39":55,"391":23,"396":1,"397":11,"40":51,"409":38,"41":39,"414":2,"415":50,"419":4,"42":14,"426":2,"43":44,"430":17,"433":2,"44":23,"45":42,"46":233,"48":26,"49":21,"5":505,"51":21,"52":24,"53":47,"56":4,"570":3,"6":254,"63":26,"7":315,"79":29,"8":142,"80":11,"9":229,"all_client":54732,"all_tv_clinet":9450,"insert_time":"2014-08-20T01:07:36.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45536,"10":15,"107":323,"11":471,"12":143,"13":263,"14":64,"15":90,"155":28,"156":11,"158":17,"159":9,"16":73,"160":22,"161":175,"167":33,"168":7,"17":136,"18":632,"19":490,"20":87,"209":21,"21":286,"210":24,"211":2,"214":6,"215":133,"221":152,"223":286,"224":80,"225":210,"23":216,"24":608,"25":241,"257":46,"26":96,"268":6,"27":19,"273":58,"276":67,"279":13,"28":290,"281":24,"282":23,"291":16,"292":76,"30":37,"302":8,"306":2,"31":20,"314":4,"317":2,"32":4,"33":47,"34":94,"347":13,"35":41,"352":348,"36":101,"37":43,"38":285,"380":12,"381":47,"383":23,"389":1,"39":54,"391":23,"396":3,"397":9,"40":50,"409":37,"41":44,"414":2,"415":48,"419":3,"42":14,"426":2,"43":44,"430":17,"433":2,"44":20,"45":41,"46":230,"48":30,"49":20,"5":499,"51":19,"52":24,"53":45,"56":4,"570":5,"6":250,"63":29,"7":309,"79":33,"8":148,"80":12,"9":223,"all_client":55049,"all_tv_clinet":9513,"insert_time":"2014-08-20T01:08:37.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45762,"10":13,"107":319,"11":486,"12":134,"13":253,"14":68,"15":89,"155":28,"156":11,"158":20,"159":9,"16":69,"160":22,"161":172,"167":34,"168":6,"17":146,"18":621,"19":484,"20":85,"209":23,"21":284,"210":25,"211":2,"214":6,"215":135,"221":154,"223":304,"224":73,"225":228,"23":216,"24":606,"25":242,"257":46,"26":95,"268":7,"27":19,"273":56,"276":66,"279":13,"28":297,"281":25,"282":24,"291":16,"292":78,"30":36,"302":9,"306":2,"31":17,"314":4,"317":4,"32":5,"33":49,"34":96,"347":13,"35":42,"352":362,"36":103,"37":42,"38":284,"380":12,"381":47,"383":23,"389":1,"39":55,"391":23,"396":2,"397":11,"40":47,"409":35,"41":49,"414":1,"415":44,"419":2,"42":14,"426":2,"43":40,"430":16,"433":2,"44":19,"45":42,"46":227,"48":35,"49":19,"5":502,"51":19,"52":25,"53":44,"56":4,"570":5,"6":242,"63":26,"7":313,"79":32,"8":155,"80":12,"9":202,"all_client":55288,"all_tv_clinet":9526,"insert_time":"2014-08-20T01:09:37.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46018,"10":10,"107":326,"11":504,"12":135,"13":243,"14":67,"15":90,"155":28,"156":9,"158":22,"159":9,"16":70,"160":23,"161":170,"167":33,"168":6,"17":152,"18":628,"19":482,"20":85,"209":23,"21":287,"210":27,"211":2,"214":7,"215":137,"221":148,"223":306,"224":68,"225":228,"23":213,"24":605,"25":244,"257":53,"26":89,"268":8,"27":17,"273":60,"276":62,"279":12,"28":300,"281":26,"282":25,"291":17,"292":83,"30":36,"302":9,"306":2,"31":17,"314":4,"317":6,"32":5,"33":48,"34":97,"347":13,"35":41,"352":369,"36":103,"37":40,"38":284,"380":11,"381":49,"383":21,"389":1,"39":56,"391":22,"396":2,"397":9,"40":43,"409":33,"41":50,"414":1,"415":45,"419":2,"42":17,"426":2,"43":43,"430":17,"433":2,"44":17,"45":43,"46":223,"48":35,"49":17,"5":508,"51":22,"52":26,"53":42,"56":3,"570":5,"6":230,"63":29,"7":308,"79":31,"8":164,"80":12,"9":196,"all_client":55568,"all_tv_clinet":9550,"insert_time":"2014-08-20T01:10:38.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46225,"10":9,"107":330,"11":530,"12":129,"13":239,"14":64,"15":93,"155":28,"156":10,"158":23,"159":7,"16":71,"160":24,"161":169,"167":33,"168":6,"17":154,"18":629,"19":488,"20":83,"209":20,"21":284,"210":28,"211":3,"214":7,"215":134,"221":154,"223":304,"224":64,"225":220,"23":198,"24":614,"25":246,"257":53,"26":87,"268":7,"27":18,"273":58,"276":61,"279":12,"28":298,"281":27,"282":25,"291":18,"292":84,"30":36,"302":8,"306":1,"31":17,"314":5,"317":5,"32":5,"33":48,"34":95,"347":12,"35":40,"352":383,"36":99,"37":42,"38":293,"380":12,"381":50,"383":21,"389":1,"39":58,"391":21,"396":1,"397":7,"40":43,"409":34,"41":48,"414":1,"415":46,"419":3,"42":18,"426":3,"43":42,"430":17,"433":2,"44":17,"45":45,"46":214,"48":39,"49":15,"5":507,"51":22,"52":27,"53":41,"56":3,"570":5,"6":229,"63":29,"7":307,"79":30,"8":174,"80":12,"9":190,"all_client":55791,"all_tv_clinet":9566,"insert_time":"2014-08-20T01:11:38.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46523,"10":9,"107":329,"11":529,"12":121,"13":234,"14":68,"15":93,"155":28,"156":10,"158":24,"159":7,"16":67,"160":24,"161":166,"167":33,"168":7,"17":148,"18":629,"19":497,"20":88,"209":18,"21":289,"210":28,"211":3,"214":9,"215":135,"221":149,"223":300,"224":61,"225":213,"23":192,"24":644,"25":258,"257":55,"26":88,"268":7,"27":16,"273":47,"276":61,"279":12,"28":290,"281":27,"282":29,"291":18,"292":96,"30":34,"302":6,"306":1,"31":18,"314":4,"317":5,"32":5,"33":46,"34":98,"347":15,"35":41,"352":395,"36":98,"37":42,"38":295,"380":12,"381":50,"383":19,"389":1,"39":59,"391":17,"396":1,"397":8,"40":38,"409":37,"41":51,"414":2,"415":47,"419":3,"42":17,"426":3,"43":44,"430":12,"433":2,"44":14,"45":45,"46":206,"48":39,"49":15,"5":503,"51":20,"52":30,"53":42,"56":3,"570":5,"6":224,"63":29,"7":314,"79":30,"8":185,"80":11,"9":192,"all_client":56112,"all_tv_clinet":9589,"insert_time":"2014-08-20T01:12:39.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46733,"10":10,"107":331,"11":509,"12":112,"13":225,"14":74,"15":100,"155":29,"156":11,"158":23,"159":7,"16":69,"160":21,"161":169,"167":33,"168":7,"17":142,"18":632,"19":501,"20":87,"209":15,"21":290,"210":29,"211":3,"214":9,"215":135,"221":159,"223":303,"224":57,"225":213,"23":195,"24":660,"25":268,"257":51,"26":89,"268":4,"27":16,"273":42,"276":58,"279":10,"28":293,"281":26,"282":29,"291":17,"292":99,"30":33,"302":6,"306":1,"31":18,"314":4,"317":5,"32":6,"33":46,"34":95,"347":16,"35":44,"352":390,"36":101,"37":42,"38":292,"380":10,"381":53,"383":18,"389":1,"39":60,"391":16,"396":1,"397":11,"40":37,"409":37,"41":52,"414":2,"415":46,"419":3,"42":16,"426":2,"43":46,"430":13,"433":2,"44":13,"45":43,"46":201,"48":41,"49":16,"5":503,"51":21,"52":37,"53":46,"56":3,"570":5,"6":221,"63":26,"7":319,"79":31,"8":194,"80":11,"9":185,"all_client":56336,"all_tv_clinet":9603,"insert_time":"2014-08-20T01:13:39.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46971,"10":11,"107":339,"11":476,"12":105,"13":234,"14":82,"15":107,"155":29,"156":13,"158":24,"159":5,"16":68,"160":18,"161":179,"167":32,"168":7,"17":125,"18":638,"19":481,"20":86,"209":18,"21":293,"210":29,"211":3,"214":10,"215":120,"221":159,"223":312,"224":57,"225":222,"23":186,"24":660,"25":269,"257":48,"26":87,"268":4,"27":15,"273":40,"276":57,"279":12,"28":293,"281":26,"282":34,"291":17,"292":105,"30":34,"302":7,"306":1,"31":18,"314":5,"317":5,"32":6,"33":45,"34":97,"347":17,"35":45,"352":401,"36":107,"37":40,"38":298,"380":11,"381":53,"383":17,"389":3,"39":60,"391":15,"396":1,"397":13,"40":35,"409":42,"41":55,"414":2,"415":49,"419":3,"42":20,"426":2,"43":48,"430":14,"433":2,"44":12,"45":44,"46":189,"48":43,"49":16,"5":513,"51":21,"52":41,"53":46,"56":3,"570":4,"6":226,"63":25,"7":329,"79":31,"8":195,"80":13,"9":185,"all_client":56613,"all_tv_clinet":9642,"insert_time":"2014-08-20T01:14:40.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47260,"10":11,"107":362,"11":450,"12":105,"13":232,"14":88,"15":112,"155":29,"156":12,"158":26,"159":6,"16":75,"160":19,"161":199,"167":31,"168":6,"17":119,"18":637,"19":461,"20":80,"209":20,"21":299,"210":31,"211":4,"214":9,"215":115,"221":171,"223":328,"224":57,"225":220,"23":187,"24":659,"25":275,"257":44,"26":84,"268":4,"27":16,"273":45,"276":55,"279":11,"28":292,"281":26,"282":38,"291":18,"292":108,"30":33,"302":7,"306":1,"31":17,"314":5,"317":5,"32":9,"33":45,"34":91,"347":16,"35":45,"352":394,"36":107,"37":40,"38":299,"380":11,"381":55,"383":17,"389":3,"39":61,"391":15,"396":2,"397":14,"40":38,"409":42,"41":50,"414":1,"415":45,"419":3,"42":23,"426":1,"43":48,"430":15,"433":2,"44":11,"45":47,"46":187,"48":46,"49":16,"5":515,"51":25,"52":47,"53":47,"56":2,"570":4,"6":225,"63":25,"7":332,"79":28,"8":193,"80":13,"9":189,"all_client":56948,"all_tv_clinet":9688,"insert_time":"2014-08-20T01:15:40.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47542,"10":9,"107":374,"11":437,"12":102,"13":242,"14":93,"15":115,"155":30,"156":10,"158":26,"159":6,"16":74,"160":18,"161":216,"167":30,"168":6,"17":112,"18":638,"19":431,"20":81,"209":20,"21":299,"210":31,"211":4,"214":9,"215":108,"221":164,"223":344,"224":55,"225":223,"23":188,"24":668,"25":274,"257":45,"26":87,"268":4,"27":18,"273":43,"276":54,"279":11,"28":295,"281":25,"282":43,"291":18,"292":113,"30":32,"302":7,"306":2,"31":19,"314":6,"317":5,"32":9,"33":45,"34":90,"347":16,"35":45,"352":395,"36":106,"37":40,"38":297,"380":11,"381":53,"383":16,"389":3,"39":64,"391":13,"396":2,"397":14,"40":37,"409":46,"41":50,"414":2,"415":45,"419":4,"42":23,"426":1,"43":52,"430":13,"433":2,"44":12,"45":47,"46":185,"48":49,"49":16,"5":512,"51":25,"52":45,"53":49,"56":2,"570":5,"6":221,"63":23,"7":342,"79":27,"8":191,"80":15,"9":189,"all_client":57255,"all_tv_clinet":9713,"insert_time":"2014-08-20T01:16:41.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47812,"10":8,"107":377,"11":439,"12":107,"13":245,"14":94,"15":117,"155":29,"156":9,"158":27,"159":6,"16":76,"160":18,"161":224,"167":31,"168":6,"17":106,"18":637,"19":401,"20":80,"209":20,"21":302,"210":31,"211":2,"214":10,"215":102,"221":169,"223":350,"224":54,"225":225,"23":182,"24":683,"25":287,"257":48,"26":91,"268":4,"27":19,"273":46,"276":51,"279":11,"28":300,"281":26,"282":45,"291":18,"292":116,"30":34,"302":6,"306":2,"31":21,"314":7,"317":5,"32":7,"33":43,"34":90,"347":16,"35":42,"352":403,"36":105,"37":38,"38":283,"380":13,"381":52,"383":17,"389":2,"39":66,"391":14,"396":1,"397":15,"40":34,"409":53,"41":51,"414":2,"415":40,"419":3,"42":23,"426":1,"43":55,"430":13,"433":2,"44":12,"45":45,"46":189,"48":51,"49":15,"5":499,"51":29,"52":48,"53":49,"56":2,"570":6,"6":219,"63":21,"7":352,"79":25,"8":195,"80":16,"9":182,"all_client":57555,"all_tv_clinet":9743,"insert_time":"2014-08-20T01:17:41.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48028,"10":8,"107":369,"11":449,"12":104,"13":246,"14":96,"15":116,"155":31,"156":9,"158":25,"159":7,"16":75,"160":19,"161":231,"167":32,"168":5,"17":110,"18":645,"19":382,"20":80,"209":20,"21":310,"210":33,"211":1,"214":10,"215":102,"221":159,"223":352,"224":56,"225":237,"23":188,"24":706,"25":290,"257":51,"26":90,"268":3,"27":19,"273":49,"276":51,"279":10,"28":304,"281":25,"282":48,"291":17,"292":109,"30":31,"302":4,"306":2,"31":24,"314":7,"317":5,"32":7,"33":42,"34":87,"347":17,"35":42,"352":396,"36":101,"37":39,"38":278,"380":14,"381":49,"383":20,"389":2,"39":64,"391":14,"396":1,"397":15,"40":32,"409":60,"41":50,"414":2,"415":41,"419":3,"42":26,"426":1,"43":59,"430":13,"433":2,"44":12,"45":41,"46":186,"48":51,"49":14,"5":493,"51":29,"52":49,"53":47,"56":2,"570":6,"6":214,"63":22,"7":349,"79":22,"8":199,"80":18,"9":186,"all_client":57797,"all_tv_clinet":9769,"insert_time":"2014-08-20T01:18:42.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48233,"10":9,"107":355,"11":456,"12":104,"13":252,"14":95,"15":120,"155":30,"156":10,"158":27,"159":7,"16":76,"160":20,"161":239,"167":33,"168":6,"17":114,"18":645,"19":376,"20":78,"209":19,"21":321,"210":33,"214":10,"215":96,"221":163,"223":360,"224":58,"225":244,"23":186,"24":713,"25":294,"257":50,"26":93,"268":4,"27":21,"273":55,"276":50,"279":10,"28":305,"281":26,"282":51,"291":18,"292":106,"30":30,"302":4,"306":1,"31":23,"314":5,"317":5,"32":7,"33":40,"34":82,"347":17,"35":44,"352":390,"36":104,"37":35,"38":277,"380":16,"381":44,"383":22,"389":2,"39":69,"391":15,"396":1,"397":17,"40":33,"409":60,"41":53,"414":3,"415":40,"419":2,"42":27,"426":1,"43":58,"430":13,"433":3,"44":14,"45":35,"46":178,"48":52,"49":14,"5":474,"51":25,"52":50,"53":48,"56":3,"570":5,"6":215,"63":23,"7":343,"79":20,"8":204,"80":15,"9":182,"all_client":58014,"all_tv_clinet":9781,"insert_time":"2014-08-20T01:19:42.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48450,"10":10,"107":352,"11":452,"12":99,"13":251,"14":94,"15":119,"155":31,"156":10,"158":26,"159":7,"16":72,"160":19,"161":251,"167":32,"168":6,"17":112,"18":641,"19":373,"20":80,"209":20,"21":334,"210":33,"211":1,"214":10,"215":93,"221":162,"223":366,"224":61,"225":252,"23":192,"24":722,"25":294,"257":53,"26":98,"268":3,"27":21,"273":59,"276":47,"279":9,"28":319,"281":26,"282":53,"291":18,"292":98,"30":27,"302":4,"306":1,"31":22,"314":6,"317":4,"32":8,"33":40,"34":71,"347":19,"35":44,"352":390,"36":100,"37":38,"38":282,"380":17,"381":43,"383":25,"389":2,"39":71,"391":15,"396":1,"397":18,"40":32,"409":55,"41":55,"414":3,"415":38,"419":3,"42":26,"426":1,"43":65,"430":13,"433":3,"44":15,"45":35,"46":179,"48":53,"49":13,"5":460,"51":24,"52":49,"53":50,"56":3,"570":5,"6":204,"63":22,"7":346,"79":19,"8":206,"80":14,"9":183,"all_client":58253,"all_tv_clinet":9803,"insert_time":"2014-08-20T01:20:43.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48628,"10":9,"107":349,"11":463,"12":98,"13":259,"14":90,"15":122,"155":31,"156":10,"158":23,"159":5,"16":72,"160":18,"161":255,"167":32,"168":6,"17":113,"18":636,"19":377,"20":77,"209":22,"21":346,"210":33,"211":1,"214":11,"215":87,"221":150,"223":362,"224":64,"225":256,"23":192,"24":737,"25":295,"257":52,"26":99,"268":3,"27":21,"273":59,"276":48,"279":8,"28":324,"281":26,"282":56,"291":18,"292":97,"30":29,"302":4,"306":1,"31":22,"314":5,"317":4,"32":5,"33":39,"34":67,"347":19,"35":46,"352":401,"36":104,"37":40,"38":290,"380":17,"381":40,"383":24,"389":2,"39":70,"391":18,"396":1,"397":18,"40":27,"409":55,"41":57,"414":3,"415":39,"419":3,"42":25,"426":1,"43":68,"430":12,"433":3,"44":16,"45":33,"46":179,"48":55,"49":13,"5":452,"51":26,"52":52,"53":49,"56":3,"570":5,"6":208,"63":22,"7":350,"79":22,"8":206,"80":15,"9":180,"all_client":58485,"all_tv_clinet":9857,"insert_time":"2014-08-20T01:21:43.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48926,"10":8,"107":358,"11":468,"12":94,"13":258,"14":93,"15":118,"155":31,"156":10,"158":22,"159":5,"16":72,"160":17,"161":263,"167":32,"168":4,"17":111,"18":632,"19":385,"20":84,"209":23,"21":343,"210":35,"211":1,"214":12,"215":88,"221":150,"223":367,"224":60,"225":255,"23":186,"24":741,"25":295,"257":52,"26":103,"268":3,"27":22,"273":59,"276":47,"279":7,"28":324,"281":27,"282":55,"291":17,"292":98,"30":28,"302":3,"306":1,"31":24,"314":6,"317":6,"32":2,"33":39,"34":58,"347":19,"35":49,"352":420,"36":102,"37":43,"38":282,"380":15,"381":38,"383":24,"389":2,"39":72,"391":17,"396":1,"397":17,"40":27,"409":50,"41":59,"414":3,"415":36,"419":4,"42":24,"426":1,"43":69,"430":12,"433":3,"44":16,"45":32,"46":182,"48":58,"49":11,"5":449,"51":29,"52":51,"53":49,"56":2,"570":5,"6":212,"63":21,"7":334,"79":23,"8":212,"80":15,"9":174,"all_client":58792,"all_tv_clinet":9866,"insert_time":"2014-08-20T01:22:44.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49212,"10":7,"107":352,"11":480,"12":93,"13":261,"14":95,"15":115,"155":31,"156":10,"158":22,"159":5,"16":70,"160":15,"161":267,"167":32,"168":3,"17":111,"18":638,"19":388,"20":86,"209":23,"21":347,"210":36,"214":12,"215":84,"221":155,"223":367,"224":61,"225":251,"23":188,"24":744,"25":291,"257":50,"26":101,"268":3,"27":20,"273":59,"276":47,"279":7,"28":331,"281":27,"282":55,"291":16,"292":96,"30":31,"302":3,"306":2,"31":26,"314":6,"317":6,"32":2,"33":39,"34":58,"347":21,"35":49,"352":432,"36":102,"37":47,"38":280,"380":15,"381":37,"383":25,"389":2,"39":77,"391":18,"396":2,"397":16,"40":27,"409":46,"41":61,"414":3,"415":36,"419":5,"42":25,"426":1,"43":71,"430":11,"433":3,"44":17,"45":32,"46":181,"48":56,"49":13,"5":438,"51":31,"52":51,"53":47,"56":3,"570":3,"6":206,"63":22,"7":334,"79":24,"8":213,"80":17,"9":173,"all_client":59110,"all_tv_clinet":9898,"insert_time":"2014-08-20T01:23:44.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49451,"10":6,"107":344,"11":475,"12":92,"13":261,"14":96,"15":119,"155":29,"156":10,"158":24,"159":7,"16":70,"160":16,"161":268,"167":33,"168":3,"17":107,"18":644,"19":385,"20":87,"209":22,"21":352,"210":36,"211":1,"214":12,"215":81,"221":167,"223":362,"224":63,"225":258,"23":192,"24":766,"25":291,"257":50,"26":96,"268":1,"27":19,"273":62,"276":46,"279":6,"28":337,"281":27,"282":57,"291":16,"292":101,"30":30,"302":3,"306":3,"31":31,"314":6,"317":5,"32":2,"33":37,"34":50,"347":20,"35":47,"352":423,"36":102,"37":50,"38":283,"380":16,"381":35,"383":24,"389":2,"39":80,"391":19,"396":2,"397":15,"40":25,"409":45,"41":61,"414":3,"415":36,"419":5,"42":28,"426":1,"43":69,"430":12,"433":2,"44":19,"45":30,"46":179,"48":57,"49":15,"5":442,"51":32,"52":50,"53":46,"56":3,"570":3,"6":209,"63":24,"7":326,"79":22,"8":214,"80":16,"9":174,"all_client":59381,"all_tv_clinet":9930,"insert_time":"2014-08-20T01:24:45.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49679,"10":5,"107":327,"11":481,"12":89,"13":258,"14":93,"15":115,"155":31,"156":9,"158":25,"159":7,"16":68,"160":16,"161":256,"167":32,"168":3,"17":110,"18":652,"19":383,"20":88,"209":24,"21":360,"210":38,"211":2,"214":12,"215":81,"221":168,"223":346,"224":70,"225":256,"23":191,"24":776,"25":289,"257":53,"26":96,"268":1,"27":19,"273":66,"276":46,"279":6,"28":344,"281":25,"282":57,"291":17,"292":105,"30":29,"302":3,"306":3,"31":31,"314":6,"317":4,"32":4,"33":37,"34":46,"347":21,"35":47,"352":429,"36":101,"37":51,"38":292,"380":17,"381":35,"383":22,"389":2,"39":84,"391":20,"396":2,"397":16,"40":23,"409":47,"41":58,"414":2,"415":37,"419":4,"42":27,"426":1,"43":68,"430":10,"433":2,"44":18,"45":32,"46":179,"48":57,"49":17,"5":435,"51":32,"52":50,"53":44,"56":3,"570":3,"6":206,"63":23,"7":327,"79":23,"8":210,"80":16,"9":179,"all_client":59610,"all_tv_clinet":9931,"insert_time":"2014-08-20T01:25:45.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49890,"10":6,"107":321,"11":484,"12":86,"13":262,"14":91,"15":115,"155":32,"156":9,"158":25,"159":7,"16":70,"160":17,"161":241,"167":34,"168":3,"17":112,"18":649,"19":392,"20":86,"209":24,"21":360,"210":36,"211":2,"214":11,"215":83,"221":174,"223":336,"224":72,"225":265,"23":189,"24":794,"25":292,"257":54,"26":93,"268":2,"27":20,"273":66,"276":45,"279":6,"28":348,"281":25,"282":58,"291":16,"292":108,"30":26,"302":3,"306":3,"31":31,"314":6,"317":5,"32":4,"33":36,"34":46,"347":20,"35":48,"352":427,"36":97,"37":51,"38":290,"380":18,"381":36,"383":19,"389":2,"39":86,"391":20,"396":4,"397":16,"40":25,"409":49,"41":57,"414":2,"415":38,"419":2,"42":29,"426":1,"43":69,"430":10,"433":2,"44":16,"45":33,"46":175,"48":55,"49":18,"5":444,"51":32,"52":47,"53":41,"56":4,"570":4,"6":208,"63":24,"7":330,"79":23,"8":212,"80":14,"9":182,"all_client":59851,"all_tv_clinet":9961,"insert_time":"2014-08-20T01:26:46.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50090,"10":5,"107":329,"11":494,"12":81,"13":266,"14":94,"15":111,"155":32,"156":7,"158":26,"159":6,"16":72,"160":17,"161":226,"167":35,"168":3,"17":114,"18":648,"19":400,"20":88,"209":25,"21":352,"210":34,"211":2,"214":11,"215":78,"221":184,"223":332,"224":73,"225":267,"23":194,"24":796,"25":299,"257":54,"26":98,"268":2,"27":19,"273":66,"276":44,"279":6,"28":351,"281":25,"282":58,"291":16,"292":108,"30":26,"302":3,"306":3,"31":30,"314":6,"317":7,"32":6,"33":35,"34":45,"347":21,"35":49,"352":426,"36":102,"37":53,"38":291,"380":18,"381":34,"383":19,"389":2,"39":84,"391":19,"396":3,"397":15,"40":26,"409":50,"41":61,"414":3,"415":35,"419":2,"42":31,"426":1,"43":72,"430":9,"433":2,"44":15,"45":31,"46":177,"48":51,"49":19,"5":443,"51":31,"52":47,"53":40,"56":5,"570":4,"6":206,"63":25,"7":331,"79":22,"8":216,"80":15,"9":187,"all_client":60092,"all_tv_clinet":10002,"insert_time":"2014-08-20T01:27:46.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50383,"10":5,"107":330,"11":507,"12":84,"13":263,"14":95,"15":109,"155":32,"156":6,"158":27,"159":7,"16":71,"160":17,"161":212,"167":35,"168":3,"17":116,"18":644,"19":421,"20":88,"209":25,"21":341,"210":36,"211":2,"214":11,"215":78,"221":188,"223":320,"224":76,"225":274,"23":192,"24":795,"25":301,"257":51,"26":96,"268":2,"27":19,"273":58,"276":44,"279":7,"28":358,"281":26,"282":57,"291":16,"292":113,"30":27,"302":3,"306":3,"31":29,"314":6,"317":8,"32":5,"33":35,"34":44,"347":20,"35":45,"352":422,"36":101,"37":54,"38":294,"380":18,"381":30,"383":22,"389":2,"39":87,"391":17,"396":3,"397":16,"40":25,"409":52,"41":63,"414":3,"415":35,"419":2,"42":34,"426":1,"43":71,"430":10,"433":2,"44":16,"45":32,"46":175,"48":46,"49":18,"5":449,"51":32,"52":45,"53":40,"56":6,"570":3,"6":206,"63":27,"7":335,"79":23,"8":211,"80":17,"9":186,"all_client":60397,"all_tv_clinet":10014,"insert_time":"2014-08-20T01:28:47.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50670,"10":4,"107":336,"11":516,"12":80,"13":269,"14":95,"15":109,"155":32,"156":7,"158":29,"159":8,"16":71,"160":19,"161":202,"167":35,"168":3,"17":119,"18":642,"19":421,"20":88,"209":24,"21":332,"210":35,"211":2,"214":9,"215":77,"221":189,"223":309,"224":77,"225":274,"23":192,"24":801,"25":308,"257":51,"26":98,"268":1,"27":16,"273":55,"276":45,"279":6,"28":360,"281":26,"282":52,"291":16,"292":116,"30":28,"302":3,"306":4,"31":31,"314":7,"317":8,"32":5,"33":36,"34":41,"347":19,"35":46,"352":410,"36":98,"37":54,"38":292,"380":17,"381":24,"383":23,"389":2,"39":93,"391":17,"396":3,"397":15,"40":25,"409":55,"41":69,"414":5,"415":36,"419":2,"42":34,"43":67,"430":10,"433":2,"44":17,"45":32,"46":174,"48":45,"49":19,"5":454,"51":34,"52":49,"53":40,"56":7,"570":3,"6":203,"63":26,"7":338,"79":25,"8":212,"80":16,"9":194,"all_client":60695,"all_tv_clinet":10025,"insert_time":"2014-08-20T01:29:47.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50946,"10":4,"107":326,"11":518,"12":78,"13":276,"14":92,"15":114,"155":30,"156":7,"158":28,"159":8,"16":76,"160":20,"161":194,"167":31,"168":3,"17":123,"18":650,"19":426,"20":89,"209":26,"21":325,"210":34,"211":2,"214":11,"215":80,"221":192,"223":299,"224":80,"225":288,"23":197,"24":787,"25":314,"257":53,"26":96,"268":1,"27":18,"273":50,"276":45,"279":5,"28":368,"281":26,"282":44,"291":17,"292":121,"30":30,"302":3,"306":2,"31":35,"314":7,"317":7,"32":5,"33":38,"34":39,"347":17,"35":47,"352":407,"36":99,"37":58,"38":291,"380":17,"381":24,"383":22,"389":2,"39":95,"391":17,"396":4,"397":16,"40":25,"409":58,"41":73,"414":5,"415":38,"419":2,"42":31,"43":60,"430":8,"433":2,"44":18,"45":34,"46":177,"48":41,"49":15,"5":456,"51":37,"52":50,"53":38,"56":7,"570":3,"6":198,"63":25,"7":344,"79":26,"8":211,"80":16,"9":197,"all_client":60995,"all_tv_clinet":10049,"insert_time":"2014-08-20T01:30:48.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51093,"10":5,"107":327,"11":517,"12":79,"13":283,"14":90,"15":115,"155":29,"156":7,"158":28,"159":8,"16":81,"160":19,"161":188,"167":29,"168":2,"17":127,"18":644,"19":427,"20":87,"209":26,"21":324,"210":33,"211":2,"214":10,"215":85,"221":185,"223":293,"224":85,"225":291,"23":201,"24":797,"25":321,"257":51,"26":102,"268":1,"27":18,"273":52,"276":43,"279":5,"28":376,"281":29,"282":41,"291":17,"292":124,"30":33,"302":3,"306":2,"31":35,"314":7,"317":7,"32":6,"33":37,"34":39,"347":13,"35":48,"352":430,"36":95,"37":58,"38":284,"380":16,"381":27,"383":22,"389":2,"39":96,"391":17,"396":4,"397":16,"40":24,"409":58,"41":72,"414":6,"415":41,"419":2,"42":29,"43":58,"430":8,"433":2,"44":22,"45":33,"46":180,"48":35,"49":16,"5":456,"51":39,"52":51,"53":34,"56":7,"570":3,"6":198,"63":27,"7":347,"79":27,"8":213,"80":16,"9":203,"all_client":61201,"all_tv_clinet":10108,"insert_time":"2014-08-20T01:31:48.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51325,"10":6,"107":317,"11":520,"12":72,"13":295,"14":95,"15":109,"155":29,"156":6,"158":32,"159":8,"16":78,"160":20,"161":183,"167":26,"168":2,"17":128,"18":639,"19":435,"20":82,"209":27,"21":337,"210":33,"211":2,"214":10,"215":88,"221":185,"223":299,"224":88,"225":295,"23":206,"24":797,"25":318,"257":49,"26":105,"268":1,"27":21,"273":49,"276":43,"279":5,"28":387,"281":28,"282":39,"291":18,"292":124,"30":34,"302":3,"31":36,"314":8,"317":7,"32":6,"33":34,"34":43,"347":12,"35":46,"352":430,"36":96,"37":58,"38":285,"380":15,"381":26,"383":21,"389":2,"39":97,"391":19,"396":4,"397":18,"40":27,"409":55,"41":69,"414":7,"415":38,"419":3,"42":31,"426":2,"43":55,"430":8,"433":2,"44":23,"45":34,"46":185,"48":32,"49":17,"5":457,"51":38,"52":55,"53":31,"56":6,"570":3,"6":196,"63":28,"7":342,"79":29,"8":210,"80":16,"9":206,"all_client":61466,"all_tv_clinet":10141,"insert_time":"2014-08-20T01:32:49.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51527,"10":6,"107":319,"11":522,"12":71,"13":304,"14":94,"15":106,"155":30,"156":5,"158":34,"159":8,"16":75,"160":20,"161":180,"167":24,"168":2,"17":132,"18":636,"19":456,"20":85,"209":27,"21":332,"210":32,"211":2,"214":10,"215":87,"221":175,"223":300,"224":96,"225":302,"23":205,"24":797,"25":302,"257":45,"26":104,"268":2,"27":21,"273":49,"276":43,"279":5,"28":406,"281":28,"282":35,"291":20,"292":115,"30":35,"302":3,"31":36,"314":8,"317":8,"32":4,"33":36,"34":42,"347":9,"35":43,"352":438,"36":96,"37":59,"38":278,"380":15,"381":29,"383":20,"389":2,"39":103,"391":18,"396":4,"397":18,"40":27,"409":53,"41":72,"414":8,"415":38,"419":4,"42":34,"426":2,"43":51,"430":7,"433":2,"44":23,"45":33,"46":195,"48":30,"49":17,"5":459,"51":40,"52":63,"53":32,"56":7,"570":3,"6":194,"63":29,"7":340,"79":30,"8":215,"80":15,"9":202,"all_client":61705,"all_tv_clinet":10178,"insert_time":"2014-08-20T01:33:49.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51748,"10":4,"107":329,"11":527,"12":61,"13":317,"14":99,"15":108,"155":32,"156":5,"158":36,"159":8,"16":76,"160":17,"161":183,"167":26,"168":2,"17":131,"18":645,"19":456,"20":87,"209":30,"21":336,"210":32,"211":2,"214":11,"215":93,"221":182,"223":300,"224":102,"225":300,"23":209,"24":807,"25":293,"257":48,"26":103,"268":2,"27":17,"273":51,"276":43,"279":6,"28":417,"281":26,"282":27,"291":20,"292":103,"30":34,"302":4,"31":38,"314":8,"317":8,"32":4,"33":38,"34":39,"347":8,"35":41,"352":440,"36":95,"37":56,"38":282,"380":16,"381":29,"383":25,"389":2,"39":103,"391":21,"396":4,"397":16,"40":25,"409":52,"41":71,"414":9,"415":36,"419":3,"42":36,"426":3,"43":50,"430":9,"433":2,"44":25,"45":36,"46":199,"48":28,"49":18,"5":470,"51":40,"52":62,"53":36,"56":7,"570":4,"6":190,"63":29,"7":332,"79":32,"8":218,"80":14,"9":199,"all_client":62003,"all_tv_clinet":10255,"insert_time":"2014-08-20T01:34:50.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51977,"10":5,"107":330,"11":522,"12":59,"13":309,"14":96,"15":116,"155":32,"156":4,"158":35,"159":8,"16":75,"160":17,"161":180,"167":26,"168":2,"17":138,"18":644,"19":470,"20":89,"209":31,"21":349,"210":31,"211":2,"214":13,"215":96,"221":182,"223":292,"224":100,"225":307,"23":218,"24":821,"25":271,"257":46,"26":105,"268":2,"27":20,"273":55,"276":43,"279":10,"28":416,"281":26,"282":25,"291":22,"292":93,"30":35,"302":4,"31":40,"314":7,"317":8,"32":6,"33":41,"34":42,"347":7,"35":42,"352":451,"36":90,"37":50,"38":279,"380":17,"381":31,"383":24,"389":2,"39":108,"391":19,"396":4,"397":16,"40":25,"409":52,"41":72,"414":8,"415":43,"419":4,"42":34,"426":1,"43":51,"430":10,"433":2,"44":28,"45":36,"46":192,"48":28,"49":19,"5":484,"51":40,"52":63,"53":35,"56":6,"570":3,"6":186,"63":29,"7":327,"79":31,"8":218,"80":15,"9":195,"all_client":62270,"all_tv_clinet":10293,"insert_time":"2014-08-20T01:35:50.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52173,"10":6,"107":334,"11":536,"12":56,"13":310,"14":101,"15":121,"155":34,"156":5,"158":34,"159":10,"16":74,"160":19,"161":181,"167":25,"168":2,"17":139,"18":644,"19":483,"20":87,"209":29,"21":365,"210":33,"211":2,"214":13,"215":94,"221":184,"223":288,"224":102,"225":300,"23":214,"24":832,"25":259,"257":47,"26":105,"268":3,"27":24,"273":57,"276":46,"279":10,"28":426,"281":25,"282":20,"291":20,"292":91,"30":39,"302":6,"31":40,"314":7,"317":8,"32":6,"33":40,"34":43,"347":7,"35":41,"352":443,"36":87,"37":45,"38":276,"380":18,"381":32,"383":23,"389":2,"39":111,"391":21,"396":4,"397":15,"40":25,"409":50,"41":73,"414":8,"415":44,"419":4,"42":39,"426":1,"43":44,"430":10,"433":2,"44":30,"45":35,"46":180,"48":25,"49":20,"5":496,"51":40,"52":66,"53":35,"56":6,"570":4,"6":186,"63":32,"7":333,"79":30,"8":220,"80":15,"9":192,"all_client":62522,"all_tv_clinet":10349,"insert_time":"2014-08-20T01:36:51.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52407,"10":10,"107":340,"11":541,"12":58,"13":306,"14":102,"15":122,"155":28,"156":5,"158":35,"159":10,"16":73,"160":22,"161":176,"167":25,"168":2,"17":134,"18":647,"19":491,"20":85,"209":33,"21":375,"210":34,"211":1,"214":13,"215":95,"221":182,"223":285,"224":104,"225":301,"23":224,"24":837,"25":257,"257":44,"26":108,"268":4,"27":27,"273":54,"276":46,"279":9,"28":430,"281":26,"282":19,"291":24,"292":91,"30":42,"302":5,"31":41,"314":7,"317":7,"32":6,"33":40,"34":41,"347":6,"35":39,"352":454,"36":88,"37":43,"38":271,"380":19,"381":32,"383":21,"389":1,"39":98,"391":20,"396":4,"397":15,"40":25,"409":50,"41":72,"414":7,"415":46,"419":3,"42":44,"426":3,"43":43,"430":10,"433":2,"44":34,"45":40,"46":174,"48":27,"49":24,"5":493,"51":37,"52":64,"53":37,"56":6,"570":4,"6":187,"63":31,"7":342,"79":27,"8":220,"80":16,"9":190,"all_client":62800,"all_tv_clinet":10393,"insert_time":"2014-08-20T01:37:51.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52638,"10":10,"107":326,"11":557,"12":58,"13":302,"14":101,"15":124,"155":28,"156":4,"158":35,"159":10,"16":74,"160":19,"161":175,"167":25,"168":2,"17":130,"18":645,"19":493,"20":88,"209":34,"21":371,"210":33,"211":1,"214":13,"215":97,"221":180,"223":284,"224":107,"225":301,"23":232,"24":859,"25":248,"257":46,"26":110,"268":4,"27":31,"273":55,"276":45,"279":8,"28":431,"281":28,"282":15,"291":23,"292":90,"30":42,"302":5,"31":40,"314":7,"317":7,"32":7,"33":39,"34":40,"347":6,"35":41,"352":458,"36":91,"37":37,"38":263,"380":17,"381":32,"383":23,"389":1,"39":87,"391":20,"396":3,"397":15,"40":26,"409":50,"41":68,"414":7,"415":45,"419":2,"42":50,"426":3,"43":39,"430":10,"433":2,"44":38,"45":43,"46":170,"48":26,"49":23,"5":502,"51":40,"52":64,"53":40,"56":8,"570":4,"6":182,"63":32,"7":358,"79":28,"8":223,"80":15,"9":176,"all_client":63045,"all_tv_clinet":10407,"insert_time":"2014-08-20T01:38:52.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52883,"10":13,"107":338,"11":564,"12":55,"13":312,"14":100,"15":122,"155":26,"156":4,"158":35,"159":9,"16":73,"160":17,"161":171,"167":24,"168":3,"17":142,"18":638,"19":492,"20":84,"209":36,"21":365,"210":32,"211":1,"214":12,"215":99,"221":175,"223":287,"224":111,"225":295,"23":234,"24":864,"25":245,"257":44,"26":111,"268":3,"27":33,"273":61,"276":45,"279":8,"28":414,"281":29,"282":16,"291":24,"292":92,"30":40,"302":4,"31":40,"314":7,"317":7,"32":9,"33":38,"34":40,"347":6,"35":41,"352":463,"36":94,"37":33,"38":262,"380":15,"381":32,"383":26,"389":1,"39":81,"391":19,"396":3,"397":15,"40":26,"409":50,"41":68,"414":8,"415":44,"419":2,"42":53,"426":2,"43":38,"430":11,"433":2,"44":39,"45":43,"46":168,"48":30,"49":26,"5":515,"51":41,"52":68,"53":39,"56":8,"570":4,"6":181,"63":32,"7":360,"79":29,"8":224,"80":15,"9":174,"all_client":63317,"all_tv_clinet":10434,"insert_time":"2014-08-20T01:39:52.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53100,"10":13,"107":338,"11":578,"12":51,"13":307,"14":98,"15":118,"155":25,"156":5,"158":38,"159":11,"16":70,"160":15,"161":176,"167":23,"168":3,"17":150,"18":636,"19":463,"20":87,"209":38,"21":372,"210":32,"211":2,"214":12,"215":102,"221":177,"223":281,"224":108,"225":298,"23":246,"24":871,"25":245,"257":45,"26":103,"268":3,"27":34,"273":66,"276":45,"279":7,"28":410,"281":27,"282":17,"291":26,"292":101,"30":43,"302":5,"31":40,"314":7,"317":5,"32":9,"33":35,"34":41,"347":5,"35":43,"352":461,"36":90,"37":32,"38":257,"380":15,"381":30,"383":28,"389":1,"39":75,"391":21,"396":3,"397":15,"40":29,"409":52,"41":65,"414":8,"415":42,"419":2,"42":55,"426":1,"43":37,"430":11,"433":2,"44":35,"45":42,"46":162,"48":31,"49":33,"5":514,"51":42,"52":70,"53":43,"56":7,"570":5,"6":184,"63":31,"7":367,"79":30,"8":230,"80":17,"9":171,"all_client":63552,"all_tv_clinet":10452,"insert_time":"2014-08-20T01:40:53.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53318,"10":13,"107":344,"11":580,"12":48,"13":316,"14":99,"15":109,"155":26,"156":5,"158":38,"159":11,"16":74,"160":17,"161":185,"167":22,"168":3,"17":175,"18":625,"19":420,"20":84,"209":36,"21":372,"210":30,"211":2,"214":11,"215":103,"221":183,"223":275,"224":108,"225":305,"23":251,"24":877,"25":247,"257":43,"26":100,"268":3,"27":37,"273":69,"276":45,"279":8,"28":400,"281":27,"282":17,"291":26,"292":114,"30":44,"302":5,"306":1,"31":38,"314":6,"317":5,"32":9,"33":37,"34":41,"347":4,"35":39,"352":452,"36":90,"37":31,"38":251,"380":15,"381":27,"383":29,"389":1,"39":76,"391":22,"396":1,"397":14,"40":30,"409":54,"41":65,"414":8,"415":42,"419":2,"42":56,"426":1,"43":32,"430":9,"433":2,"44":35,"45":38,"46":163,"48":31,"49":43,"5":531,"51":44,"52":71,"53":45,"56":6,"570":7,"6":182,"63":32,"7":372,"79":30,"8":233,"80":19,"9":169,"all_client":63791,"all_tv_clinet":10473,"insert_time":"2014-08-20T01:41:53.686Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53506,"10":11,"107":349,"11":597,"12":48,"13":321,"14":99,"15":109,"155":27,"156":5,"158":40,"159":12,"16":71,"160":19,"161":192,"167":22,"168":3,"17":175,"18":621,"19":397,"20":87,"209":37,"21":378,"210":28,"211":3,"214":11,"215":101,"221":182,"223":277,"224":110,"225":305,"23":258,"24":892,"25":244,"257":49,"26":107,"268":3,"27":39,"273":62,"276":45,"279":8,"28":396,"281":26,"282":17,"291":26,"292":117,"30":48,"302":5,"306":1,"31":38,"314":7,"317":4,"32":8,"33":37,"34":40,"347":4,"35":42,"352":471,"36":88,"37":29,"38":256,"380":15,"381":26,"383":30,"389":1,"39":75,"391":21,"396":1,"397":14,"40":33,"409":54,"41":61,"414":7,"415":39,"419":3,"42":55,"426":1,"43":31,"430":9,"433":3,"44":37,"45":39,"46":167,"48":30,"49":45,"5":553,"51":41,"52":69,"53":43,"56":6,"570":6,"6":179,"63":31,"7":371,"79":30,"8":232,"80":18,"9":165,"all_client":64051,"all_tv_clinet":10545,"insert_time":"2014-08-20T01:42:54.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53777,"10":11,"107":358,"11":596,"12":52,"13":323,"14":96,"15":102,"155":26,"156":7,"158":42,"159":11,"16":70,"160":20,"161":187,"167":22,"168":3,"17":179,"18":612,"19":389,"20":87,"209":36,"21":391,"210":27,"211":3,"214":11,"215":102,"221":184,"223":281,"224":105,"225":301,"23":264,"24":877,"25":250,"257":51,"26":110,"268":2,"27":39,"273":54,"276":45,"279":10,"28":386,"281":24,"282":17,"291":26,"292":119,"30":47,"302":4,"306":1,"31":38,"314":6,"317":3,"32":8,"33":37,"34":39,"347":4,"35":44,"352":484,"36":92,"37":27,"38":251,"380":14,"381":28,"383":30,"389":1,"39":76,"391":20,"396":1,"397":13,"40":36,"409":55,"41":63,"414":8,"415":38,"419":4,"42":55,"426":1,"43":28,"430":7,"433":3,"44":39,"45":38,"46":167,"48":31,"49":49,"5":570,"51":41,"52":73,"53":45,"56":9,"570":6,"6":177,"63":35,"7":372,"79":29,"8":233,"80":17,"9":163,"all_client":64345,"all_tv_clinet":10568,"insert_time":"2014-08-20T01:43:54.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53968,"10":10,"107":369,"11":604,"12":53,"13":324,"14":94,"15":95,"155":27,"156":7,"158":41,"159":11,"16":70,"160":20,"161":180,"167":24,"168":3,"17":176,"18":602,"19":391,"20":85,"209":38,"21":410,"210":27,"211":3,"214":11,"215":99,"221":193,"223":273,"224":98,"225":298,"23":264,"24":854,"25":260,"257":55,"26":114,"268":1,"27":41,"273":50,"276":42,"279":13,"28":385,"281":21,"282":18,"291":27,"292":127,"30":49,"302":3,"31":38,"314":5,"317":2,"32":8,"33":34,"34":34,"347":3,"35":46,"352":491,"36":93,"37":27,"38":254,"380":12,"381":29,"383":29,"389":1,"39":74,"391":21,"396":1,"397":11,"40":37,"409":63,"41":64,"414":8,"415":38,"419":5,"42":60,"426":1,"43":31,"430":7,"433":3,"44":40,"45":38,"46":169,"48":30,"49":44,"5":586,"51":36,"52":72,"53":54,"56":10,"570":8,"6":176,"63":35,"7":387,"79":29,"8":229,"80":17,"9":153,"all_client":64571,"all_tv_clinet":10603,"insert_time":"2014-08-20T01:44:55.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54168,"10":13,"107":373,"11":600,"12":53,"13":327,"14":91,"15":88,"155":26,"156":7,"158":38,"159":12,"16":74,"160":23,"161":167,"167":21,"168":3,"17":181,"18":606,"19":409,"20":84,"209":39,"21":426,"210":28,"211":2,"214":11,"215":100,"221":194,"223":268,"224":94,"225":290,"23":264,"24":815,"25":267,"257":52,"26":112,"268":2,"27":45,"273":54,"276":44,"279":12,"28":382,"281":21,"282":19,"291":27,"292":132,"30":50,"302":3,"31":38,"314":4,"317":2,"32":9,"33":33,"34":33,"347":2,"35":46,"352":489,"36":91,"37":29,"38":256,"380":15,"381":31,"383":30,"389":1,"39":71,"391":21,"396":1,"397":11,"40":39,"409":71,"41":63,"414":8,"415":38,"419":5,"42":66,"426":2,"43":28,"430":6,"433":2,"44":41,"45":40,"46":172,"48":32,"49":45,"5":597,"51":31,"52":65,"53":53,"56":10,"570":8,"6":172,"63":35,"7":396,"79":31,"8":227,"80":16,"9":150,"all_client":64779,"all_tv_clinet":10611,"insert_time":"2014-08-20T01:45:55.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54327,"10":15,"107":383,"11":586,"12":55,"13":335,"14":89,"15":95,"155":25,"156":4,"158":36,"159":13,"16":78,"160":23,"161":175,"167":22,"168":4,"17":183,"18":589,"19":417,"20":84,"209":41,"21":440,"210":28,"211":2,"214":12,"215":93,"221":190,"223":280,"224":88,"225":288,"23":265,"24":785,"25":286,"257":53,"26":112,"268":3,"27":45,"273":59,"276":42,"279":12,"28":381,"281":22,"282":17,"291":29,"292":141,"30":54,"302":3,"31":35,"314":3,"317":2,"32":11,"33":35,"34":31,"347":4,"35":46,"352":489,"36":97,"37":35,"38":263,"380":15,"381":32,"383":29,"389":1,"39":71,"391":22,"396":1,"397":12,"40":42,"409":71,"41":64,"414":9,"415":39,"419":5,"42":64,"426":3,"43":27,"430":6,"433":2,"44":37,"45":43,"46":169,"48":34,"49":45,"5":606,"51":31,"52":60,"53":57,"56":9,"570":10,"6":170,"63":27,"7":396,"79":32,"8":218,"80":14,"9":141,"all_client":64974,"all_tv_clinet":10647,"insert_time":"2014-08-20T01:46:56.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54527,"10":14,"107":391,"11":588,"12":55,"13":340,"14":95,"15":97,"155":26,"156":5,"158":35,"159":12,"16":82,"160":24,"161":177,"167":21,"168":4,"17":184,"18":598,"19":437,"20":79,"209":39,"21":451,"210":29,"211":3,"214":13,"215":94,"221":185,"223":284,"224":87,"225":291,"23":268,"24":763,"25":297,"257":51,"26":118,"268":3,"27":47,"273":58,"276":42,"279":9,"28":385,"281":22,"282":18,"291":30,"292":133,"30":58,"302":3,"31":33,"314":3,"317":3,"32":8,"33":36,"34":30,"347":5,"35":48,"352":494,"36":96,"37":38,"38":265,"380":16,"381":33,"383":27,"389":1,"39":73,"391":22,"396":1,"397":12,"40":42,"409":76,"41":75,"414":10,"415":41,"419":5,"42":65,"426":3,"43":25,"430":8,"433":3,"44":36,"45":40,"46":169,"48":32,"49":41,"5":612,"51":27,"52":57,"53":53,"56":9,"570":10,"6":165,"63":26,"7":389,"79":37,"8":212,"80":10,"9":141,"all_client":65235,"all_tv_clinet":10708,"insert_time":"2014-08-20T01:47:56.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54749,"10":14,"107":402,"11":587,"12":55,"13":340,"14":97,"15":98,"155":26,"156":6,"158":34,"159":11,"16":82,"160":24,"161":191,"167":22,"168":4,"17":188,"18":598,"19":450,"20":77,"209":37,"21":437,"210":31,"211":3,"214":14,"215":94,"221":187,"223":295,"224":83,"225":289,"23":270,"24":752,"25":301,"257":49,"26":126,"268":3,"27":48,"273":64,"276":36,"279":10,"28":378,"281":22,"282":18,"291":30,"292":129,"30":59,"302":2,"31":32,"314":4,"317":3,"32":8,"33":34,"34":30,"347":5,"35":50,"352":493,"36":98,"37":35,"38":265,"380":16,"381":35,"383":27,"389":1,"39":75,"391":24,"396":2,"397":13,"40":47,"409":77,"41":77,"414":8,"415":43,"419":5,"42":69,"426":7,"43":25,"430":8,"433":3,"434":1,"44":33,"45":40,"46":175,"48":32,"49":40,"5":624,"51":27,"52":49,"53":56,"56":12,"570":10,"6":158,"63":21,"7":391,"79":37,"8":198,"80":11,"9":138,"all_client":65494,"all_tv_clinet":10745,"insert_time":"2014-08-20T01:48:57.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54952,"10":15,"107":396,"11":590,"12":52,"13":347,"14":96,"15":99,"155":26,"156":7,"158":30,"159":11,"16":80,"160":25,"161":187,"167":22,"168":4,"17":195,"18":608,"19":458,"20":73,"209":32,"21":439,"210":31,"211":3,"214":14,"215":98,"221":186,"223":296,"224":83,"225":298,"23":269,"24":753,"25":294,"257":51,"26":129,"268":3,"27":51,"273":68,"276":37,"279":11,"28":369,"281":22,"282":17,"291":29,"292":120,"30":58,"302":2,"31":34,"314":4,"317":3,"32":7,"33":36,"34":32,"347":4,"35":50,"352":504,"36":98,"37":40,"38":266,"380":16,"381":33,"383":26,"389":1,"39":79,"391":25,"396":2,"397":15,"40":48,"409":78,"41":74,"414":7,"415":42,"419":5,"42":69,"426":7,"43":23,"430":8,"433":3,"434":1,"44":32,"45":36,"46":179,"48":31,"49":41,"5":630,"51":24,"52":45,"53":54,"56":13,"570":8,"6":155,"63":22,"7":387,"79":37,"8":200,"80":10,"9":141,"all_client":65721,"all_tv_clinet":10769,"insert_time":"2014-08-20T01:49:57.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55127,"10":14,"107":399,"11":584,"12":54,"13":348,"14":98,"15":105,"155":25,"156":7,"158":30,"159":11,"16":80,"160":26,"161":185,"167":21,"168":4,"17":205,"18":607,"19":459,"20":75,"209":32,"21":435,"210":31,"211":2,"214":14,"215":99,"221":184,"223":305,"224":82,"225":298,"23":279,"24":746,"25":305,"257":48,"26":130,"268":3,"27":53,"273":72,"276":36,"279":9,"28":361,"281":21,"282":16,"291":31,"292":121,"30":57,"302":2,"31":34,"314":4,"317":3,"32":8,"33":35,"34":31,"347":6,"35":48,"352":502,"36":100,"37":38,"38":281,"380":16,"381":33,"383":26,"389":1,"39":88,"391":25,"396":2,"397":17,"40":51,"409":77,"41":73,"414":7,"415":45,"419":5,"42":70,"426":7,"43":24,"430":6,"433":2,"434":1,"44":32,"45":36,"46":180,"48":31,"49":44,"5":628,"51":24,"52":43,"53":53,"56":13,"570":5,"6":157,"63":24,"7":391,"79":34,"8":196,"80":10,"9":142,"all_client":65945,"all_tv_clinet":10818,"insert_time":"2014-08-20T01:50:58.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55357,"10":13,"107":398,"11":572,"12":57,"13":345,"14":98,"15":110,"155":27,"156":6,"158":28,"159":9,"16":78,"160":25,"161":192,"167":21,"168":4,"17":209,"18":610,"19":458,"20":80,"209":34,"21":441,"210":30,"211":2,"214":14,"215":103,"221":192,"223":294,"224":77,"225":307,"23":288,"24":736,"25":303,"257":50,"26":132,"268":3,"27":53,"273":73,"276":36,"279":8,"28":369,"281":20,"282":15,"291":30,"292":121,"30":56,"302":2,"31":29,"314":4,"317":5,"32":9,"33":37,"34":30,"347":6,"35":48,"352":515,"36":100,"37":38,"38":288,"380":17,"381":33,"383":24,"389":1,"39":88,"391":23,"396":2,"397":17,"40":49,"409":80,"41":70,"414":13,"415":51,"419":5,"42":67,"426":2,"43":23,"430":6,"433":2,"434":1,"44":32,"45":36,"46":175,"48":36,"49":46,"5":622,"51":24,"52":39,"53":60,"56":13,"570":5,"6":159,"63":25,"7":382,"79":35,"8":195,"80":10,"9":135,"all_client":66198,"all_tv_clinet":10841,"insert_time":"2014-08-20T01:51:58.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55482,"10":11,"107":393,"11":574,"12":59,"13":346,"14":96,"15":113,"155":28,"156":6,"158":32,"159":8,"16":77,"160":24,"161":192,"167":23,"168":4,"17":222,"18":623,"19":465,"20":77,"209":31,"21":439,"210":30,"211":2,"214":16,"215":105,"221":196,"223":283,"224":76,"225":313,"23":292,"24":722,"25":300,"257":51,"26":126,"268":3,"27":56,"273":72,"276":34,"279":9,"28":377,"281":20,"282":15,"291":30,"292":118,"30":55,"302":2,"31":29,"314":4,"317":6,"32":11,"33":37,"34":29,"347":6,"35":48,"352":524,"36":110,"37":36,"38":285,"380":16,"381":32,"383":23,"389":1,"39":88,"391":24,"396":3,"397":16,"40":51,"409":77,"41":74,"414":15,"415":50,"419":5,"42":68,"426":1,"43":28,"430":6,"433":2,"434":1,"44":32,"45":35,"46":177,"48":39,"49":46,"5":628,"51":24,"52":37,"53":59,"56":13,"570":5,"6":157,"63":22,"7":377,"79":37,"8":197,"80":9,"9":131,"all_client":66359,"all_tv_clinet":10877,"insert_time":"2014-08-20T01:52:59.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55686,"10":11,"107":389,"11":584,"12":60,"13":352,"14":92,"15":113,"155":29,"156":8,"158":30,"159":8,"16":78,"160":25,"161":189,"167":22,"168":3,"17":222,"18":631,"19":465,"20":78,"209":30,"21":438,"210":29,"211":2,"214":15,"215":108,"221":196,"223":281,"224":77,"225":307,"23":294,"24":711,"25":302,"257":53,"26":119,"268":3,"27":59,"273":75,"276":34,"279":8,"28":381,"281":19,"282":15,"291":29,"292":120,"30":55,"302":2,"31":29,"314":4,"317":7,"32":13,"33":39,"34":31,"347":4,"35":47,"352":534,"36":108,"37":35,"38":272,"380":16,"381":31,"383":19,"39":86,"391":23,"396":4,"397":15,"40":54,"409":75,"41":73,"414":18,"415":52,"419":4,"42":69,"426":1,"43":28,"430":6,"433":2,"434":1,"44":30,"45":35,"46":180,"48":39,"49":43,"5":627,"51":22,"52":40,"53":60,"56":16,"570":4,"6":156,"63":24,"7":384,"79":32,"8":201,"80":10,"9":128,"all_client":66568,"all_tv_clinet":10882,"insert_time":"2014-08-20T01:53:59.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55888,"10":11,"107":381,"11":590,"12":56,"13":349,"14":85,"15":121,"155":31,"156":10,"158":31,"159":7,"16":77,"160":24,"161":182,"167":26,"168":3,"17":225,"18":634,"19":467,"20":74,"209":28,"21":442,"210":27,"211":2,"214":15,"215":110,"221":190,"223":276,"224":73,"225":322,"23":284,"24":727,"25":306,"257":51,"26":102,"268":3,"27":59,"273":72,"276":34,"279":8,"28":379,"281":20,"282":14,"291":28,"292":121,"30":46,"302":2,"31":28,"314":5,"317":7,"32":13,"33":42,"34":31,"347":6,"35":45,"352":537,"36":113,"37":34,"38":277,"380":14,"381":29,"383":17,"39":98,"391":22,"396":3,"397":14,"40":59,"409":67,"41":73,"414":18,"415":50,"419":6,"42":67,"426":2,"43":31,"430":5,"433":2,"44":29,"45":34,"46":187,"48":38,"49":45,"5":629,"51":22,"52":40,"53":65,"56":16,"570":4,"6":155,"63":23,"7":379,"79":30,"8":205,"80":8,"9":131,"all_client":66768,"all_tv_clinet":10880,"insert_time":"2014-08-20T01:55:00.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56121,"10":11,"107":383,"11":585,"12":54,"13":354,"14":76,"15":127,"155":32,"156":10,"158":30,"159":8,"16":74,"160":24,"161":183,"167":26,"168":3,"17":224,"18":633,"19":454,"20":80,"209":30,"21":445,"210":27,"211":2,"214":15,"215":110,"221":189,"223":268,"224":79,"225":326,"23":271,"24":754,"25":309,"257":53,"26":94,"268":4,"27":58,"273":76,"276":34,"279":7,"28":389,"281":21,"282":14,"291":28,"292":125,"30":45,"302":2,"31":28,"314":5,"317":7,"32":14,"33":41,"34":29,"347":5,"35":47,"352":540,"36":112,"37":33,"38":288,"380":13,"381":27,"383":18,"39":97,"391":22,"396":3,"397":12,"40":61,"409":57,"41":74,"414":20,"415":50,"419":5,"42":61,"426":2,"43":30,"430":5,"433":2,"44":28,"45":31,"46":188,"48":37,"49":43,"5":623,"51":21,"52":42,"53":67,"56":15,"570":4,"6":157,"63":24,"7":379,"79":29,"8":210,"80":6,"9":135,"all_client":67014,"all_tv_clinet":10893,"insert_time":"2014-08-20T01:56:00.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56284,"10":12,"107":381,"11":587,"12":56,"13":359,"14":73,"15":129,"155":31,"156":10,"158":30,"159":8,"16":73,"160":22,"161":187,"167":30,"168":3,"17":223,"18":637,"19":434,"20":79,"209":29,"21":447,"210":26,"211":2,"214":17,"215":110,"221":191,"223":273,"224":79,"225":328,"23":275,"24":771,"25":314,"257":53,"26":86,"268":4,"27":59,"273":76,"276":35,"279":8,"28":389,"281":24,"282":14,"291":28,"292":128,"30":38,"302":2,"31":29,"314":5,"317":7,"32":15,"33":41,"34":28,"347":4,"35":51,"352":532,"36":114,"37":35,"38":290,"380":13,"381":30,"383":19,"39":104,"391":22,"396":4,"397":12,"40":62,"409":51,"41":72,"414":20,"415":46,"419":7,"42":52,"426":2,"43":29,"430":5,"433":3,"44":27,"45":31,"46":189,"48":38,"49":47,"5":625,"51":21,"52":41,"53":68,"56":14,"570":4,"6":154,"63":23,"7":383,"79":31,"8":200,"80":6,"9":145,"all_client":67205,"all_tv_clinet":10921,"insert_time":"2014-08-20T01:57:01.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56484,"10":13,"107":382,"11":590,"12":58,"13":351,"14":74,"15":128,"155":30,"156":10,"158":28,"159":6,"16":79,"160":23,"161":176,"167":35,"168":3,"17":221,"18":638,"19":411,"20":79,"209":29,"21":452,"210":25,"211":2,"214":19,"215":105,"221":194,"223":266,"224":80,"225":326,"23":268,"24":806,"25":317,"257":55,"26":86,"268":3,"27":57,"273":69,"276":34,"279":8,"28":397,"281":24,"282":13,"291":27,"292":133,"30":39,"302":2,"31":33,"314":6,"317":9,"32":16,"33":43,"34":30,"347":4,"35":55,"352":532,"36":114,"37":36,"38":288,"380":12,"381":32,"383":20,"39":104,"391":23,"396":4,"397":13,"40":58,"409":51,"41":77,"414":22,"415":49,"419":7,"42":49,"426":1,"43":29,"430":5,"433":3,"44":26,"45":31,"46":189,"48":39,"49":50,"5":635,"51":21,"52":41,"53":67,"56":15,"570":5,"6":153,"63":23,"7":394,"79":32,"8":201,"80":6,"9":138,"all_client":67446,"all_tv_clinet":10962,"insert_time":"2014-08-20T01:58:01.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56645,"10":14,"107":374,"11":600,"12":60,"13":341,"14":71,"15":140,"155":29,"156":12,"158":26,"159":5,"16":78,"160":24,"161":169,"167":39,"168":3,"17":223,"18":641,"19":401,"20":75,"209":27,"21":454,"210":23,"211":1,"214":19,"215":105,"221":203,"223":270,"224":82,"225":324,"23":265,"24":828,"25":316,"257":51,"26":86,"268":2,"27":57,"273":66,"276":36,"279":9,"28":400,"281":25,"282":13,"291":28,"292":127,"30":39,"302":2,"31":34,"314":6,"317":10,"32":16,"33":45,"34":31,"347":4,"35":57,"352":517,"36":114,"37":41,"38":298,"380":11,"381":34,"383":20,"39":112,"391":24,"396":4,"397":12,"40":57,"409":46,"41":79,"414":20,"415":52,"419":7,"42":48,"426":2,"43":28,"430":6,"433":2,"44":26,"45":32,"46":192,"48":41,"49":48,"5":632,"51":21,"52":44,"53":68,"56":15,"570":4,"6":149,"63":23,"7":396,"79":32,"8":207,"80":6,"9":136,"all_client":67637,"all_tv_clinet":10992,"insert_time":"2014-08-20T01:59:02.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56899,"10":14,"107":383,"11":608,"12":70,"13":330,"14":66,"15":148,"155":29,"156":10,"158":25,"159":5,"16":81,"160":24,"161":163,"167":40,"168":3,"17":224,"18":625,"19":405,"20":78,"209":27,"21":472,"210":22,"211":1,"214":21,"215":107,"221":211,"223":271,"224":84,"225":323,"23":260,"24":845,"25":320,"257":53,"26":89,"268":2,"27":55,"273":65,"276":35,"279":9,"28":404,"281":24,"282":12,"291":29,"292":122,"30":38,"302":2,"31":35,"314":6,"317":10,"32":14,"33":47,"34":32,"347":4,"35":56,"352":514,"36":116,"37":45,"38":306,"380":11,"381":36,"383":19,"39":115,"391":24,"396":2,"397":12,"40":59,"409":50,"41":75,"414":18,"415":52,"419":5,"42":45,"426":3,"43":26,"430":6,"433":3,"44":25,"45":35,"46":186,"48":39,"49":44,"5":633,"51":21,"52":47,"53":67,"56":15,"570":4,"6":150,"63":22,"7":386,"79":34,"8":215,"80":6,"9":129,"all_client":67937,"all_tv_clinet":11038,"insert_time":"2014-08-20T02:00:03.063Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57079,"10":11,"107":380,"11":616,"12":73,"13":332,"14":66,"15":157,"155":31,"156":12,"158":25,"159":6,"16":80,"160":23,"161":165,"167":40,"168":3,"17":221,"18":604,"19":406,"20":83,"209":28,"21":476,"210":21,"211":1,"214":23,"215":110,"221":205,"223":285,"224":87,"225":316,"23":259,"24":817,"25":312,"257":59,"26":87,"268":3,"27":56,"273":70,"276":33,"279":9,"28":404,"281":25,"282":11,"291":31,"292":120,"30":36,"302":2,"31":34,"314":6,"317":9,"32":17,"33":46,"34":33,"347":5,"35":59,"352":521,"36":117,"37":46,"38":314,"380":10,"381":36,"383":19,"39":121,"391":24,"396":2,"397":12,"40":63,"409":48,"41":79,"414":13,"415":47,"419":4,"42":42,"426":8,"43":28,"430":6,"433":3,"44":27,"45":36,"46":164,"48":44,"49":43,"5":632,"51":24,"52":53,"53":62,"56":13,"570":4,"6":153,"63":23,"7":387,"79":36,"8":225,"80":7,"9":124,"all_client":68128,"all_tv_clinet":11049,"insert_time":"2014-08-20T02:01:03.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57316,"10":11,"107":384,"11":598,"12":73,"13":323,"14":65,"15":163,"155":31,"156":13,"158":26,"159":7,"16":82,"160":23,"161":171,"167":40,"168":3,"17":215,"18":594,"19":403,"20":83,"209":32,"21":480,"210":20,"211":1,"214":24,"215":106,"221":201,"223":301,"224":88,"225":303,"23":274,"24":819,"25":323,"257":59,"26":83,"268":4,"27":56,"273":68,"276":34,"279":8,"28":411,"281":25,"282":12,"291":31,"292":122,"30":33,"302":2,"31":35,"314":6,"317":8,"32":17,"33":47,"34":35,"347":5,"35":60,"352":507,"36":115,"37":44,"38":324,"380":10,"381":34,"383":18,"39":119,"391":25,"396":3,"397":13,"40":67,"409":51,"41":84,"414":13,"415":46,"419":5,"42":42,"426":10,"43":26,"430":8,"433":3,"44":28,"45":37,"46":149,"48":45,"49":42,"5":645,"51":25,"52":56,"53":57,"56":13,"570":4,"6":157,"63":21,"7":388,"79":31,"8":225,"80":8,"9":123,"all_client":68378,"all_tv_clinet":11062,"insert_time":"2014-08-20T02:02:04.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57554,"10":11,"107":385,"11":541,"12":78,"13":328,"14":73,"15":175,"155":33,"156":14,"158":25,"159":8,"16":82,"160":27,"161":177,"167":41,"168":3,"17":208,"18":605,"19":401,"20":86,"209":36,"21":480,"210":20,"211":1,"214":24,"215":107,"221":196,"223":308,"224":85,"225":297,"23":283,"24":814,"25":316,"257":56,"26":84,"268":5,"27":59,"273":72,"276":34,"279":8,"28":418,"281":25,"282":12,"291":30,"292":121,"30":37,"302":2,"31":35,"314":6,"317":8,"32":19,"33":47,"34":41,"347":5,"35":61,"352":506,"36":119,"37":43,"38":316,"380":10,"381":33,"383":20,"39":124,"391":27,"396":3,"397":13,"40":66,"409":52,"41":86,"414":15,"415":48,"419":6,"42":40,"426":9,"43":27,"430":12,"433":3,"44":26,"45":36,"46":144,"48":47,"49":43,"5":635,"51":24,"52":55,"53":50,"56":13,"570":4,"6":160,"63":23,"7":400,"79":31,"8":232,"80":7,"9":126,"all_client":68641,"all_tv_clinet":11087,"insert_time":"2014-08-20T02:03:04.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57783,"10":13,"107":380,"11":479,"12":85,"13":322,"14":87,"15":187,"155":32,"156":13,"158":26,"159":8,"16":81,"160":26,"161":188,"167":42,"168":3,"17":198,"18":598,"19":400,"20":85,"209":34,"21":481,"210":18,"211":2,"214":24,"215":107,"221":189,"223":322,"224":85,"225":304,"23":279,"24":816,"25":341,"257":56,"26":81,"268":5,"27":60,"273":78,"276":34,"279":11,"28":427,"281":25,"282":13,"291":31,"292":125,"30":37,"302":2,"31":33,"314":6,"317":6,"32":16,"33":47,"34":44,"347":4,"35":62,"352":509,"36":123,"37":46,"38":315,"380":9,"381":31,"383":21,"39":127,"391":29,"396":3,"397":12,"40":70,"409":51,"41":85,"414":20,"415":52,"419":7,"42":45,"426":6,"43":27,"430":14,"433":3,"44":27,"45":34,"46":143,"48":43,"49":41,"5":643,"51":22,"52":57,"53":47,"56":13,"570":3,"6":158,"63":22,"7":401,"79":29,"8":233,"80":9,"9":122,"all_client":68893,"all_tv_clinet":11110,"insert_time":"2014-08-20T02:04:05.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57970,"10":11,"107":379,"11":428,"12":85,"13":316,"14":101,"15":196,"155":33,"156":12,"158":25,"159":8,"16":79,"160":26,"161":190,"167":41,"168":3,"17":200,"18":595,"19":390,"20":87,"209":35,"21":484,"210":18,"211":2,"214":25,"215":107,"221":192,"223":338,"224":81,"225":307,"23":279,"24":823,"25":350,"257":57,"26":87,"268":5,"27":61,"273":81,"276":34,"279":11,"28":433,"281":25,"282":12,"291":31,"292":129,"30":37,"302":2,"31":34,"314":6,"317":6,"32":16,"33":49,"34":43,"347":4,"35":62,"352":498,"36":125,"37":48,"38":314,"380":8,"381":31,"383":24,"39":127,"391":29,"396":1,"397":13,"40":69,"409":51,"41":86,"414":20,"415":53,"419":6,"42":41,"426":4,"43":26,"430":17,"433":4,"44":26,"45":36,"46":133,"48":48,"49":40,"5":644,"51":25,"52":61,"53":47,"56":15,"570":3,"6":153,"63":21,"7":417,"79":30,"8":236,"80":9,"9":122,"all_client":69102,"all_tv_clinet":11132,"insert_time":"2014-08-20T02:05:05.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58155,"10":12,"107":371,"11":400,"12":83,"13":302,"14":114,"15":203,"155":32,"156":13,"158":25,"159":8,"16":80,"160":24,"161":194,"167":41,"168":3,"17":197,"18":601,"19":389,"20":84,"209":36,"21":484,"210":16,"211":2,"214":26,"215":112,"221":191,"223":339,"224":83,"225":311,"23":276,"24":844,"25":352,"257":57,"26":88,"268":4,"27":59,"273":87,"276":32,"279":13,"28":435,"281":25,"282":13,"291":31,"292":127,"30":36,"302":3,"31":33,"314":7,"317":6,"32":15,"33":46,"34":47,"347":4,"35":65,"352":497,"36":119,"37":53,"38":316,"380":10,"381":31,"383":24,"39":127,"391":29,"396":1,"397":15,"40":77,"409":52,"41":94,"414":20,"415":56,"419":6,"42":40,"426":4,"43":29,"430":20,"433":3,"44":21,"45":34,"46":133,"48":51,"49":40,"5":646,"51":27,"52":62,"53":46,"56":14,"570":3,"6":152,"63":22,"7":425,"79":29,"8":237,"80":9,"9":116,"all_client":69326,"all_tv_clinet":11171,"insert_time":"2014-08-20T02:06:06.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58327,"10":10,"107":375,"11":386,"12":76,"13":289,"14":124,"15":213,"155":32,"156":14,"158":25,"159":8,"16":77,"160":24,"161":196,"167":39,"168":3,"17":192,"18":598,"19":377,"20":84,"209":34,"21":495,"210":15,"211":3,"214":26,"215":114,"221":200,"223":345,"224":88,"225":320,"23":279,"24":852,"25":354,"257":57,"26":88,"268":3,"27":63,"273":91,"276":32,"279":12,"28":441,"281":27,"282":13,"291":31,"292":124,"30":35,"302":3,"31":34,"314":8,"317":6,"32":13,"33":43,"34":55,"347":4,"35":64,"352":496,"36":118,"37":56,"38":313,"380":10,"381":31,"383":24,"39":127,"391":29,"396":1,"397":15,"40":76,"409":55,"41":96,"414":21,"415":51,"419":6,"42":42,"426":4,"43":34,"430":18,"433":3,"44":19,"45":33,"46":127,"48":53,"49":38,"5":648,"51":26,"52":67,"53":40,"56":16,"570":3,"6":146,"63":26,"7":423,"79":32,"8":243,"80":8,"9":117,"all_client":69532,"all_tv_clinet":11205,"insert_time":"2014-08-20T02:07:06.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58523,"10":10,"107":379,"11":376,"12":71,"13":289,"14":140,"15":218,"155":33,"156":12,"158":27,"159":9,"16":77,"160":23,"161":197,"167":37,"168":2,"17":183,"18":598,"19":371,"20":80,"209":37,"21":497,"210":14,"211":3,"214":26,"215":114,"221":200,"223":350,"224":85,"225":319,"23":280,"24":872,"25":360,"257":57,"26":90,"268":3,"27":64,"273":93,"276":30,"279":13,"28":442,"281":27,"282":13,"291":31,"292":130,"30":35,"302":3,"31":30,"314":8,"317":6,"32":12,"33":40,"34":55,"347":5,"35":67,"352":494,"36":120,"37":54,"38":318,"380":10,"381":30,"383":22,"39":129,"391":27,"396":3,"397":16,"40":75,"409":59,"41":99,"414":21,"415":53,"419":7,"42":45,"426":3,"43":33,"430":19,"433":3,"44":19,"45":33,"46":126,"48":54,"49":40,"5":635,"51":24,"52":69,"53":40,"56":18,"570":2,"6":138,"63":27,"7":426,"79":34,"8":242,"80":9,"9":117,"all_client":69759,"all_tv_clinet":11236,"insert_time":"2014-08-20T02:08:07.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58629,"10":11,"107":389,"11":353,"12":63,"13":294,"14":148,"15":217,"155":33,"156":11,"158":26,"159":9,"16":77,"160":23,"161":195,"167":37,"168":2,"17":178,"18":601,"19":375,"20":81,"209":37,"21":501,"210":14,"211":3,"214":27,"215":114,"221":205,"223":358,"224":85,"225":322,"23":282,"24":883,"25":356,"257":59,"26":93,"268":3,"27":69,"273":89,"276":32,"279":13,"28":441,"281":26,"282":13,"291":31,"292":123,"30":33,"302":3,"31":30,"314":9,"317":6,"32":11,"33":41,"34":56,"347":4,"35":65,"352":498,"36":119,"37":54,"38":321,"380":12,"381":28,"383":22,"389":1,"39":130,"391":26,"396":3,"397":18,"40":71,"409":60,"41":99,"414":21,"415":56,"419":7,"42":44,"426":4,"43":36,"430":21,"433":3,"44":18,"45":35,"46":124,"48":52,"49":39,"5":613,"51":25,"52":77,"53":37,"56":17,"570":2,"6":141,"63":26,"7":422,"79":34,"8":246,"80":9,"9":119,"all_client":69879,"all_tv_clinet":11250,"insert_time":"2014-08-20T02:09:08.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58825,"10":12,"107":389,"11":349,"12":57,"13":306,"14":157,"15":207,"155":32,"156":10,"158":25,"159":9,"16":86,"160":22,"161":198,"167":35,"168":2,"17":175,"18":608,"19":374,"20":86,"209":38,"21":498,"210":13,"211":3,"214":27,"215":111,"221":209,"223":361,"224":83,"225":318,"23":288,"24":882,"25":363,"257":56,"26":101,"268":5,"27":73,"273":89,"276":33,"279":12,"28":440,"281":25,"282":13,"291":30,"292":123,"30":33,"302":3,"31":27,"314":9,"317":7,"32":9,"33":43,"34":55,"347":6,"35":65,"352":500,"36":119,"37":56,"38":327,"380":10,"381":30,"383":20,"389":1,"39":133,"391":26,"396":3,"397":19,"40":70,"409":63,"41":95,"414":23,"415":56,"419":6,"42":44,"426":2,"43":35,"430":24,"433":3,"44":18,"45":35,"46":123,"48":52,"49":40,"5":582,"51":28,"52":78,"53":36,"56":14,"570":1,"6":142,"63":25,"7":418,"79":35,"8":248,"80":9,"9":119,"all_client":70083,"all_tv_clinet":11258,"insert_time":"2014-08-20T02:10:08.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58992,"10":12,"107":399,"11":332,"12":58,"13":316,"14":161,"15":195,"155":32,"156":13,"158":27,"159":9,"16":89,"160":20,"161":204,"167":35,"168":2,"17":165,"18":610,"19":380,"20":92,"209":39,"21":503,"210":16,"211":3,"214":27,"215":109,"221":214,"223":360,"224":87,"225":314,"23":294,"24":892,"25":355,"257":56,"26":105,"268":7,"27":77,"273":88,"276":34,"279":12,"28":442,"281":24,"282":13,"291":27,"292":124,"30":30,"302":3,"31":31,"314":8,"317":7,"32":9,"33":42,"34":57,"347":7,"35":62,"352":516,"36":115,"37":58,"38":326,"380":8,"381":30,"383":20,"389":1,"39":134,"391":28,"396":2,"397":18,"40":72,"409":65,"41":92,"414":24,"415":61,"419":8,"42":48,"426":2,"43":38,"430":23,"433":3,"44":19,"45":35,"46":119,"48":51,"49":35,"5":558,"51":29,"52":81,"53":36,"56":15,"570":1,"6":148,"63":25,"7":401,"79":34,"8":245,"80":9,"9":121,"all_client":70275,"all_tv_clinet":11283,"insert_time":"2014-08-20T02:11:09.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59213,"10":10,"107":398,"11":322,"12":58,"13":309,"14":171,"15":189,"155":32,"156":13,"158":27,"159":8,"16":95,"160":19,"161":204,"167":34,"168":2,"17":157,"18":606,"19":379,"20":92,"209":41,"21":509,"210":16,"211":3,"214":27,"215":112,"221":211,"223":368,"224":85,"225":315,"23":294,"24":900,"25":349,"257":62,"26":109,"268":7,"27":73,"273":83,"276":32,"279":12,"28":441,"281":24,"282":11,"291":25,"292":133,"30":28,"302":3,"31":30,"314":8,"317":8,"32":10,"33":41,"34":65,"347":7,"35":58,"352":520,"36":116,"37":63,"38":319,"380":8,"381":31,"383":14,"389":4,"39":140,"391":28,"396":2,"397":17,"40":71,"409":65,"41":88,"414":25,"415":60,"419":8,"42":46,"426":1,"43":39,"430":23,"433":4,"44":18,"45":36,"46":117,"48":55,"49":33,"5":537,"51":35,"52":82,"53":34,"56":17,"570":1,"6":148,"63":26,"7":381,"79":32,"8":248,"80":8,"9":124,"all_client":70462,"all_tv_clinet":11249,"insert_time":"2014-08-20T02:12:09.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59419,"10":10,"107":392,"11":307,"12":57,"13":313,"14":174,"15":192,"155":32,"156":13,"158":30,"159":8,"16":96,"160":19,"161":196,"167":34,"168":2,"17":154,"18":608,"19":384,"20":91,"209":42,"21":518,"210":17,"211":3,"214":27,"215":112,"221":216,"223":373,"224":85,"225":319,"23":296,"24":903,"25":344,"257":61,"26":105,"268":5,"27":69,"273":79,"276":33,"279":12,"28":442,"281":22,"282":9,"291":26,"292":139,"30":29,"302":3,"306":1,"31":30,"314":7,"317":6,"32":10,"33":42,"34":68,"347":7,"35":54,"352":516,"36":111,"37":67,"38":332,"380":9,"381":31,"383":16,"389":4,"39":145,"391":28,"396":2,"397":15,"40":67,"409":65,"41":93,"414":25,"415":59,"419":9,"42":43,"43":43,"430":22,"433":4,"44":19,"45":38,"46":130,"48":56,"49":30,"5":524,"51":34,"52":81,"53":31,"56":17,"570":1,"6":152,"63":28,"7":380,"79":25,"8":250,"80":8,"9":121,"all_client":70676,"all_tv_clinet":11257,"insert_time":"2014-08-20T02:13:10.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59615,"10":10,"107":397,"11":297,"12":56,"13":322,"14":176,"15":193,"155":34,"156":12,"158":30,"159":6,"16":101,"160":19,"161":186,"167":33,"168":2,"17":152,"18":604,"19":396,"20":89,"209":48,"21":526,"210":18,"211":3,"214":27,"215":116,"221":218,"223":368,"224":84,"225":321,"23":294,"24":924,"25":353,"257":64,"26":106,"268":6,"27":64,"273":72,"276":35,"279":12,"28":454,"281":24,"282":9,"291":24,"292":136,"30":28,"302":4,"306":1,"31":31,"314":7,"317":5,"32":10,"33":42,"34":75,"347":7,"35":52,"352":510,"36":113,"37":65,"38":327,"380":9,"381":30,"383":15,"389":4,"39":149,"391":25,"396":1,"397":16,"40":60,"409":66,"41":94,"414":21,"415":59,"419":7,"42":42,"426":2,"43":41,"430":24,"433":4,"434":1,"44":16,"45":38,"46":125,"48":58,"49":29,"5":524,"51":34,"52":83,"53":32,"56":18,"6":162,"63":28,"7":373,"79":24,"8":256,"80":9,"9":118,"all_client":70910,"all_tv_clinet":11295,"insert_time":"2014-08-20T02:14:11.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59772,"10":12,"107":403,"11":285,"12":53,"13":335,"14":169,"15":200,"155":34,"156":12,"158":34,"159":7,"16":103,"160":19,"161":178,"167":34,"168":1,"17":150,"18":609,"19":408,"20":85,"209":46,"21":524,"210":19,"211":3,"214":27,"215":124,"221":208,"223":378,"224":79,"225":322,"23":295,"24":946,"25":353,"257":64,"26":104,"268":6,"27":58,"273":74,"276":35,"279":12,"28":458,"281":22,"282":7,"291":24,"292":122,"30":27,"302":4,"306":1,"31":32,"314":7,"317":5,"32":9,"33":43,"34":73,"347":6,"35":50,"352":519,"36":114,"37":66,"38":332,"380":9,"381":28,"383":14,"389":4,"39":150,"391":24,"396":1,"397":17,"40":54,"409":66,"41":93,"414":18,"415":61,"419":6,"42":42,"426":2,"43":41,"430":29,"433":5,"434":1,"44":18,"45":36,"46":119,"48":56,"49":30,"5":518,"51":36,"52":85,"53":34,"56":18,"570":1,"6":171,"63":29,"7":372,"79":24,"8":257,"80":9,"9":116,"all_client":71095,"all_tv_clinet":11323,"insert_time":"2014-08-20T02:15:11.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59951,"10":11,"107":411,"11":277,"12":50,"13":343,"14":164,"15":210,"155":33,"156":12,"158":35,"159":6,"16":109,"160":17,"161":179,"167":35,"168":1,"17":152,"18":606,"19":415,"20":85,"209":48,"21":519,"210":19,"211":3,"214":27,"215":125,"221":218,"223":380,"224":77,"225":328,"23":298,"24":947,"25":352,"257":63,"26":108,"268":5,"27":47,"273":70,"276":36,"279":12,"28":471,"281":21,"282":8,"291":22,"292":120,"30":26,"302":4,"306":1,"31":31,"314":6,"317":6,"32":10,"33":37,"34":69,"347":8,"35":45,"352":533,"36":114,"37":67,"38":345,"380":9,"381":30,"383":14,"389":4,"39":148,"391":23,"396":1,"397":18,"40":49,"409":69,"41":96,"414":16,"415":60,"419":5,"42":45,"426":2,"43":40,"430":31,"433":5,"44":14,"45":34,"46":117,"48":55,"49":28,"5":518,"51":38,"52":87,"53":32,"56":19,"570":1,"6":177,"63":30,"7":378,"79":25,"8":259,"80":8,"9":114,"all_client":71327,"all_tv_clinet":11376,"insert_time":"2014-08-20T02:16:12.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60109,"10":12,"107":410,"11":285,"12":46,"13":343,"14":168,"15":211,"155":32,"156":13,"158":34,"159":8,"16":104,"160":16,"161":183,"167":34,"168":1,"17":157,"18":595,"19":420,"20":87,"209":49,"21":506,"210":18,"211":4,"214":27,"215":124,"221":220,"223":382,"224":80,"225":332,"23":296,"24":936,"25":355,"257":63,"26":114,"268":5,"27":46,"273":70,"276":37,"279":12,"28":472,"281":20,"282":8,"291":22,"292":117,"30":24,"302":4,"306":1,"31":28,"314":7,"317":4,"32":10,"33":37,"34":70,"347":10,"35":47,"352":545,"36":115,"37":67,"38":353,"380":8,"381":29,"383":15,"389":4,"39":151,"391":24,"396":1,"397":18,"40":46,"409":64,"41":94,"414":15,"415":57,"419":5,"42":48,"426":3,"43":45,"430":31,"433":5,"44":14,"45":34,"46":115,"48":59,"49":28,"5":532,"51":37,"52":85,"53":29,"56":18,"570":1,"6":176,"63":31,"7":382,"79":26,"8":266,"80":7,"9":111,"all_client":71519,"all_tv_clinet":11410,"insert_time":"2014-08-20T02:17:12.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60334,"10":14,"107":399,"11":287,"12":49,"13":345,"14":169,"15":208,"155":32,"156":12,"158":34,"159":8,"16":109,"160":16,"161":191,"167":33,"168":2,"17":151,"18":593,"19":431,"20":90,"209":48,"21":486,"210":18,"211":4,"214":25,"215":124,"221":220,"223":375,"224":82,"225":338,"23":295,"24":912,"25":353,"257":63,"26":116,"268":4,"27":44,"273":65,"276":38,"279":11,"28":479,"281":22,"282":9,"291":22,"292":113,"30":25,"302":5,"306":1,"31":29,"314":7,"317":4,"32":11,"33":33,"34":67,"347":10,"35":48,"352":548,"36":113,"37":68,"38":362,"380":9,"381":29,"383":15,"389":4,"39":155,"391":22,"396":1,"397":18,"40":44,"409":64,"41":89,"414":14,"415":63,"419":5,"42":50,"426":3,"43":47,"430":32,"433":6,"44":12,"45":37,"46":116,"48":66,"49":25,"5":539,"51":34,"52":84,"53":31,"56":17,"570":1,"6":180,"63":30,"7":382,"79":24,"8":261,"80":9,"9":104,"all_client":71726,"all_tv_clinet":11392,"insert_time":"2014-08-20T02:18:13.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60506,"10":15,"107":395,"11":295,"12":47,"13":357,"14":172,"15":205,"155":33,"156":11,"158":35,"159":8,"16":112,"160":18,"161":191,"167":31,"168":1,"17":148,"18":584,"19":441,"20":91,"209":51,"21":466,"210":20,"211":4,"214":25,"215":120,"221":231,"223":370,"224":80,"225":337,"23":294,"24":894,"25":348,"257":65,"26":117,"268":3,"27":42,"273":74,"276":38,"279":12,"28":495,"281":23,"282":10,"291":20,"292":113,"30":25,"302":5,"306":1,"31":29,"314":9,"317":4,"32":10,"33":34,"34":67,"347":11,"35":50,"352":549,"36":114,"37":68,"38":369,"380":10,"381":32,"383":13,"389":4,"39":158,"391":22,"396":1,"397":18,"40":42,"409":60,"41":79,"414":14,"415":67,"419":6,"42":51,"426":3,"43":48,"430":32,"433":7,"44":13,"45":36,"46":108,"48":67,"49":25,"5":544,"51":35,"52":85,"53":32,"56":17,"570":1,"6":181,"63":32,"7":394,"79":24,"8":265,"80":10,"9":103,"all_client":71932,"all_tv_clinet":11426,"insert_time":"2014-08-20T02:19:13.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60661,"10":15,"107":408,"11":303,"12":46,"13":362,"14":167,"15":218,"155":33,"156":11,"158":38,"159":6,"16":116,"160":17,"161":199,"167":28,"168":1,"17":151,"18":585,"19":449,"20":96,"209":49,"21":449,"210":20,"211":4,"214":23,"215":122,"221":226,"223":364,"224":81,"225":330,"23":300,"24":891,"25":352,"257":69,"26":118,"268":3,"27":39,"273":76,"276":38,"279":11,"28":508,"281":23,"282":10,"291":18,"292":117,"30":24,"302":5,"306":1,"31":29,"314":8,"317":4,"32":10,"33":33,"34":66,"347":13,"35":49,"352":559,"36":113,"37":72,"38":373,"380":10,"381":30,"383":11,"389":4,"39":162,"391":19,"396":2,"397":19,"40":39,"409":58,"41":71,"414":15,"415":72,"419":6,"42":51,"426":2,"43":49,"430":33,"433":6,"44":11,"45":37,"46":106,"48":64,"49":26,"5":548,"51":37,"52":84,"53":29,"56":16,"570":3,"6":188,"63":32,"7":393,"79":23,"8":269,"80":10,"9":98,"all_client":72143,"all_tv_clinet":11482,"insert_time":"2014-08-20T02:20:14.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60839,"10":16,"107":432,"11":305,"12":44,"13":360,"14":152,"15":229,"155":33,"156":10,"158":37,"159":6,"16":113,"160":16,"161":203,"167":28,"17":152,"18":585,"19":445,"20":100,"209":47,"21":443,"210":20,"211":4,"214":23,"215":122,"221":219,"223":370,"224":80,"225":325,"23":305,"24":904,"25":350,"257":74,"26":118,"268":3,"27":38,"273":84,"276":38,"279":9,"28":511,"281":22,"282":11,"291":18,"292":124,"30":23,"302":5,"306":1,"31":28,"314":8,"317":4,"32":10,"33":38,"34":64,"347":15,"35":51,"352":559,"36":115,"37":72,"38":373,"380":9,"381":31,"383":12,"389":4,"39":168,"391":19,"396":2,"397":18,"40":40,"409":60,"41":63,"414":14,"415":72,"419":6,"42":53,"426":2,"43":48,"430":35,"433":6,"44":11,"45":35,"46":105,"48":64,"49":24,"5":547,"51":37,"52":87,"53":29,"56":17,"570":3,"6":181,"63":31,"7":381,"79":23,"8":272,"80":10,"9":104,"all_client":72356,"all_tv_clinet":11517,"insert_time":"2014-08-20T02:21:14.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61022,"10":16,"107":427,"11":300,"12":42,"13":371,"14":142,"15":233,"155":33,"156":12,"158":37,"159":6,"16":109,"160":15,"161":207,"167":29,"17":155,"18":591,"19":452,"20":103,"209":45,"21":437,"210":21,"211":3,"214":23,"215":122,"221":218,"223":383,"224":81,"225":336,"23":309,"24":922,"25":332,"257":78,"26":121,"268":2,"27":38,"273":84,"276":36,"279":9,"28":520,"281":22,"282":12,"291":17,"292":128,"30":22,"302":5,"306":1,"31":30,"314":8,"317":4,"32":12,"33":39,"34":64,"347":14,"35":51,"352":556,"36":124,"37":77,"38":373,"380":12,"381":26,"383":13,"389":9,"39":159,"391":22,"396":2,"397":18,"40":39,"409":62,"41":56,"414":12,"415":72,"419":5,"42":54,"426":2,"43":46,"430":36,"433":6,"44":12,"45":35,"46":107,"48":68,"49":22,"5":534,"51":37,"52":87,"53":34,"56":17,"570":3,"6":175,"63":32,"7":371,"79":26,"8":275,"80":9,"9":102,"all_client":72578,"all_tv_clinet":11556,"insert_time":"2014-08-20T02:22:15.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61175,"10":16,"107":429,"11":304,"12":45,"13":375,"14":132,"15":229,"155":32,"156":12,"158":35,"159":8,"16":116,"160":14,"161":200,"167":27,"17":157,"18":591,"19":447,"20":98,"209":44,"21":441,"210":22,"211":3,"214":23,"215":123,"221":226,"223":382,"224":83,"225":347,"23":315,"24":921,"25":315,"257":75,"26":123,"268":4,"27":39,"273":88,"276":36,"279":8,"28":516,"281":22,"282":15,"291":19,"292":134,"30":23,"302":4,"306":1,"31":33,"314":5,"317":4,"32":12,"33":36,"34":61,"347":16,"35":52,"352":559,"36":122,"37":75,"38":379,"380":13,"381":25,"383":13,"389":9,"39":150,"391":23,"396":1,"397":17,"40":40,"409":61,"41":53,"414":11,"415":76,"419":6,"42":53,"426":2,"43":50,"430":37,"433":7,"44":13,"45":38,"46":111,"48":68,"49":22,"5":538,"51":40,"52":88,"53":32,"56":16,"570":3,"6":168,"63":32,"7":372,"79":26,"8":282,"80":8,"9":108,"all_client":72760,"all_tv_clinet":11585,"insert_time":"2014-08-20T02:23:15.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61406,"10":14,"107":435,"11":311,"12":45,"13":374,"14":133,"15":222,"155":32,"156":12,"158":38,"159":8,"16":117,"160":13,"161":196,"167":27,"17":164,"18":589,"19":445,"20":101,"209":45,"21":436,"210":22,"211":3,"214":22,"215":123,"221":232,"223":385,"224":87,"225":343,"23":319,"24":918,"25":306,"257":76,"26":130,"268":5,"27":39,"273":92,"276":37,"279":8,"28":522,"281":22,"282":12,"291":19,"292":136,"30":22,"302":3,"306":1,"31":35,"314":5,"317":3,"32":11,"33":39,"34":62,"347":17,"35":56,"352":550,"36":119,"37":73,"38":377,"380":13,"381":25,"383":12,"389":9,"39":130,"391":24,"397":17,"40":43,"409":60,"41":58,"414":10,"415":69,"419":6,"42":54,"426":3,"43":50,"430":36,"433":6,"44":13,"45":40,"46":108,"48":60,"49":25,"5":548,"51":40,"52":85,"53":32,"56":17,"570":3,"6":165,"63":34,"7":376,"79":24,"8":282,"80":7,"9":105,"all_client":72983,"all_tv_clinet":11577,"insert_time":"2014-08-20T02:24:16.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61531,"10":13,"107":437,"11":312,"12":46,"13":378,"14":135,"15":213,"155":32,"156":11,"158":39,"159":10,"16":125,"160":13,"161":201,"167":28,"17":162,"18":598,"19":421,"20":102,"209":45,"21":450,"210":19,"211":4,"214":24,"215":123,"221":240,"223":386,"224":89,"225":339,"23":328,"24":931,"25":305,"257":77,"26":129,"268":5,"27":38,"273":98,"276":39,"279":7,"28":528,"281":23,"282":11,"291":19,"292":139,"30":21,"302":3,"306":1,"31":32,"314":4,"317":3,"32":9,"33":39,"34":63,"347":18,"35":57,"352":549,"36":119,"37":60,"38":363,"380":11,"381":22,"383":12,"389":10,"39":128,"391":23,"397":16,"40":52,"409":60,"41":58,"414":10,"415":66,"419":6,"42":56,"426":3,"43":56,"430":35,"433":6,"44":15,"45":41,"46":111,"48":60,"49":25,"5":555,"51":42,"52":85,"53":31,"56":17,"570":3,"6":164,"63":36,"7":378,"79":23,"8":277,"80":6,"9":100,"all_client":73143,"all_tv_clinet":11612,"insert_time":"2014-08-20T02:25:16.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61710,"10":14,"107":442,"11":326,"12":47,"13":384,"14":134,"15":213,"155":31,"156":13,"158":35,"159":10,"16":129,"160":11,"161":202,"167":29,"17":161,"18":611,"19":393,"20":98,"209":46,"21":457,"210":15,"211":4,"214":27,"215":122,"221":246,"223":386,"224":90,"225":335,"23":329,"24":940,"25":297,"257":78,"26":136,"268":4,"27":41,"273":102,"276":38,"279":6,"28":531,"281":24,"282":10,"291":19,"292":140,"30":22,"302":4,"306":1,"31":34,"314":5,"317":3,"32":9,"33":42,"34":64,"347":18,"35":63,"352":559,"36":119,"37":51,"38":353,"380":10,"381":20,"383":11,"389":10,"39":118,"391":23,"397":15,"40":56,"409":63,"41":62,"414":10,"415":64,"419":6,"42":63,"426":3,"43":62,"430":35,"433":6,"44":14,"45":45,"46":113,"48":58,"49":26,"5":557,"51":44,"52":87,"53":32,"56":17,"570":3,"6":171,"63":36,"7":382,"79":25,"8":284,"80":7,"9":97,"all_client":73398,"all_tv_clinet":11688,"insert_time":"2014-08-20T02:26:17.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61884,"10":15,"107":430,"11":324,"12":48,"13":389,"14":133,"15":213,"155":31,"156":13,"158":33,"159":10,"16":132,"160":10,"161":192,"167":29,"17":165,"18":612,"19":385,"20":93,"209":48,"21":456,"210":15,"211":4,"214":27,"215":121,"221":247,"223":388,"224":89,"225":336,"23":335,"24":966,"25":296,"257":81,"26":141,"268":4,"27":43,"273":103,"276":39,"279":7,"28":535,"281":26,"282":11,"291":19,"292":131,"30":22,"302":4,"306":1,"31":34,"314":5,"317":6,"32":9,"33":34,"34":61,"347":18,"35":69,"352":566,"36":123,"37":47,"38":348,"380":11,"381":20,"383":11,"389":11,"39":113,"391":24,"397":15,"40":62,"409":61,"41":63,"414":10,"415":62,"419":6,"42":63,"426":3,"43":67,"430":34,"433":6,"44":14,"45":42,"46":118,"48":55,"49":27,"5":555,"51":42,"52":90,"53":32,"56":14,"570":3,"6":179,"63":36,"7":383,"79":25,"8":288,"80":7,"9":93,"all_client":73601,"all_tv_clinet":11717,"insert_time":"2014-08-20T02:27:18.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62084,"10":14,"107":421,"11":327,"12":51,"13":393,"14":126,"15":212,"155":30,"156":13,"158":32,"159":10,"16":139,"160":10,"161":182,"167":31,"17":167,"18":618,"19":380,"20":93,"209":45,"21":463,"210":14,"211":4,"214":27,"215":123,"221":246,"223":377,"224":96,"225":325,"23":339,"24":990,"25":291,"257":81,"26":138,"268":4,"27":46,"273":94,"276":39,"279":7,"28":543,"281":22,"282":11,"291":22,"292":123,"30":21,"302":4,"31":32,"314":4,"317":7,"32":11,"33":37,"34":54,"347":17,"35":74,"352":574,"36":119,"37":45,"38":342,"380":11,"381":22,"383":13,"389":11,"39":112,"391":24,"397":15,"40":66,"409":64,"41":64,"414":10,"415":64,"419":8,"42":65,"426":4,"43":65,"430":35,"433":6,"44":13,"45":45,"46":121,"48":47,"49":26,"5":549,"51":45,"52":90,"53":29,"56":14,"570":3,"6":185,"63":35,"7":383,"79":26,"8":296,"80":8,"9":94,"all_client":73812,"all_tv_clinet":11728,"insert_time":"2014-08-20T02:28:19.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62285,"10":12,"107":427,"11":330,"12":53,"13":396,"14":126,"15":208,"155":30,"156":14,"158":30,"159":11,"16":149,"160":9,"161":166,"167":35,"17":171,"18":627,"19":384,"20":90,"209":42,"21":465,"210":14,"211":4,"214":27,"215":127,"221":241,"223":382,"224":97,"225":322,"23":341,"24":1003,"25":288,"257":83,"26":142,"268":5,"27":48,"273":86,"276":40,"279":9,"28":555,"281":21,"282":11,"291":22,"292":117,"30":21,"302":4,"31":30,"314":3,"317":7,"32":11,"33":37,"34":53,"347":18,"35":73,"352":579,"36":121,"37":40,"38":337,"380":11,"381":25,"383":15,"389":11,"39":109,"391":24,"397":15,"40":66,"409":75,"41":61,"414":11,"415":63,"419":7,"42":64,"426":4,"43":63,"430":34,"433":6,"44":13,"45":40,"46":127,"48":39,"49":22,"5":550,"51":44,"52":94,"53":26,"56":14,"570":3,"6":189,"63":35,"7":391,"79":26,"8":295,"80":9,"9":93,"all_client":74053,"all_tv_clinet":11768,"insert_time":"2014-08-20T02:29:19.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62426,"10":11,"107":428,"11":334,"12":55,"13":400,"14":120,"15":207,"155":29,"156":14,"158":33,"159":12,"16":149,"160":10,"161":163,"167":35,"17":166,"18":643,"19":385,"20":89,"209":38,"21":470,"210":14,"211":4,"214":28,"215":123,"221":241,"223":381,"224":99,"225":335,"23":336,"24":1030,"25":288,"257":79,"26":144,"268":7,"27":50,"273":79,"276":39,"279":11,"28":561,"281":20,"282":11,"291":21,"292":115,"30":24,"302":4,"31":30,"314":4,"317":6,"32":11,"33":37,"34":57,"347":18,"35":67,"352":559,"36":122,"37":40,"38":324,"380":12,"381":26,"383":15,"389":10,"39":100,"391":21,"397":15,"40":72,"409":77,"41":62,"414":11,"415":62,"419":7,"42":69,"426":4,"43":61,"430":35,"433":6,"44":14,"45":35,"46":128,"48":40,"49":25,"5":560,"51":44,"52":85,"53":26,"56":14,"570":3,"6":188,"63":36,"7":384,"79":24,"8":297,"80":9,"9":94,"all_client":74207,"all_tv_clinet":11781,"insert_time":"2014-08-20T02:30:20.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62569,"10":11,"107":441,"11":341,"12":56,"13":408,"14":113,"15":202,"155":29,"156":15,"158":29,"159":12,"16":158,"160":9,"161":164,"167":37,"17":171,"18":640,"19":399,"20":96,"209":38,"21":471,"210":12,"211":4,"214":29,"215":120,"221":235,"223":382,"224":97,"225":333,"23":340,"24":1034,"25":283,"257":76,"26":139,"268":6,"27":53,"273":78,"276":37,"279":12,"28":540,"281":20,"282":11,"291":22,"292":109,"30":25,"302":4,"31":35,"314":4,"317":6,"32":11,"33":38,"34":56,"347":19,"35":71,"352":560,"36":125,"37":42,"38":324,"380":12,"381":27,"383":13,"389":10,"39":99,"391":21,"397":15,"40":79,"409":82,"41":65,"414":11,"415":56,"419":6,"42":70,"426":4,"43":62,"430":33,"433":5,"44":18,"45":29,"46":133,"48":39,"49":22,"5":564,"51":43,"52":82,"53":30,"56":14,"570":3,"6":193,"63":34,"7":388,"79":23,"8":298,"80":8,"9":93,"all_client":74385,"all_tv_clinet":11816,"insert_time":"2014-08-20T02:31:20.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62757,"10":10,"107":443,"11":353,"12":60,"13":410,"14":117,"15":200,"155":30,"156":14,"158":28,"159":12,"16":161,"160":9,"161":167,"167":39,"17":170,"18":650,"19":401,"20":98,"209":35,"21":481,"210":12,"211":4,"214":28,"215":121,"221":239,"223":372,"224":98,"225":332,"23":344,"24":1028,"25":286,"257":73,"26":138,"268":7,"27":50,"273":75,"276":37,"279":12,"28":523,"281":19,"282":10,"291":23,"292":114,"30":28,"302":4,"31":36,"314":4,"317":6,"32":10,"33":38,"34":57,"347":18,"35":72,"352":567,"36":125,"37":39,"38":320,"380":12,"381":25,"383":15,"389":10,"39":94,"391":18,"397":15,"40":85,"409":79,"41":70,"414":11,"415":61,"419":7,"42":75,"426":4,"43":60,"430":32,"433":6,"44":19,"45":28,"46":133,"48":37,"49":24,"5":573,"51":42,"52":78,"53":32,"56":14,"570":4,"6":191,"63":35,"7":383,"79":26,"8":298,"80":7,"9":98,"all_client":74615,"all_tv_clinet":11858,"insert_time":"2014-08-20T02:32:21.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62983,"10":17,"107":437,"11":373,"12":56,"13":418,"14":120,"15":199,"155":31,"156":14,"158":26,"159":13,"16":169,"160":8,"161":183,"167":39,"168":1,"17":170,"18":646,"19":413,"20":103,"209":34,"21":489,"210":10,"211":4,"214":28,"215":113,"221":241,"223":360,"224":94,"225":335,"23":349,"24":993,"25":288,"257":67,"26":137,"268":7,"27":53,"273":76,"276":35,"279":16,"28":509,"281":21,"282":10,"291":24,"292":122,"30":32,"302":4,"31":35,"314":5,"317":7,"32":9,"33":37,"34":59,"347":17,"35":72,"352":565,"36":133,"37":38,"38":316,"380":15,"381":27,"383":15,"389":10,"39":99,"391":17,"397":15,"40":90,"409":81,"41":68,"414":10,"415":65,"419":8,"42":81,"426":4,"43":60,"430":26,"433":6,"44":23,"45":27,"46":131,"48":37,"49":23,"5":572,"51":43,"52":75,"53":33,"56":11,"570":4,"6":198,"63":38,"7":380,"79":25,"8":297,"80":7,"9":97,"all_client":74881,"all_tv_clinet":11898,"insert_time":"2014-08-20T02:33:21.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63204,"10":18,"107":428,"11":389,"12":62,"13":420,"14":110,"15":204,"155":29,"156":16,"158":26,"159":13,"16":167,"160":8,"161":199,"167":42,"168":1,"17":175,"18":659,"19":417,"20":106,"209":34,"21":488,"210":9,"211":3,"214":27,"215":111,"221":244,"223":359,"224":83,"225":331,"23":346,"24":959,"25":287,"257":70,"26":136,"268":8,"27":53,"273":73,"276":35,"279":15,"28":491,"281":21,"282":10,"291":25,"292":136,"30":35,"302":4,"31":39,"314":6,"317":7,"32":10,"33":32,"34":59,"347":17,"35":73,"352":585,"36":135,"37":40,"38":317,"380":17,"381":26,"383":17,"389":10,"39":101,"391":15,"396":1,"397":15,"40":91,"409":84,"41":72,"414":11,"415":67,"419":9,"42":81,"426":4,"43":63,"430":25,"433":6,"44":24,"45":26,"46":133,"48":39,"49":21,"5":576,"51":43,"52":70,"53":31,"56":10,"570":4,"6":200,"63":40,"7":384,"79":25,"8":296,"80":7,"9":92,"all_client":75142,"all_tv_clinet":11938,"insert_time":"2014-08-20T02:34:22.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63421,"10":19,"107":429,"11":391,"12":69,"13":420,"14":110,"15":214,"155":29,"156":16,"158":26,"159":14,"16":155,"160":11,"161":199,"167":42,"168":3,"17":180,"18":657,"19":417,"20":111,"209":34,"21":488,"210":10,"211":3,"214":26,"215":105,"221":245,"223":365,"224":75,"225":327,"23":345,"24":961,"25":285,"257":69,"26":136,"268":7,"27":53,"273":74,"276":32,"279":15,"28":484,"281":21,"282":10,"291":27,"292":139,"30":35,"302":4,"31":40,"314":6,"317":8,"32":9,"33":33,"34":52,"347":19,"35":70,"352":578,"36":138,"37":42,"38":325,"380":18,"381":27,"383":16,"389":10,"39":102,"391":20,"396":1,"397":13,"40":96,"409":88,"41":70,"414":10,"415":63,"419":9,"42":81,"426":4,"43":61,"430":26,"433":5,"44":24,"45":27,"46":135,"48":42,"49":20,"5":579,"51":44,"52":66,"53":31,"56":8,"570":4,"6":201,"63":38,"7":393,"79":26,"8":303,"80":7,"9":93,"all_client":75389,"all_tv_clinet":11968,"insert_time":"2014-08-20T02:35:22.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63595,"10":19,"107":426,"11":398,"12":75,"13":429,"14":105,"15":222,"155":27,"156":17,"158":24,"159":14,"16":146,"160":12,"161":200,"167":42,"168":5,"17":178,"18":654,"19":412,"20":113,"209":34,"21":486,"210":10,"211":2,"214":25,"215":100,"221":240,"223":363,"224":68,"225":343,"23":344,"24":948,"25":290,"257":69,"26":138,"268":6,"27":54,"273":74,"276":29,"279":16,"28":478,"281":20,"282":9,"291":27,"292":145,"30":37,"302":4,"306":1,"31":42,"314":5,"317":8,"32":8,"33":34,"34":48,"347":20,"35":70,"352":578,"36":138,"37":46,"38":325,"380":17,"381":31,"383":18,"389":9,"39":104,"391":21,"396":2,"397":13,"40":100,"409":83,"41":70,"414":12,"415":55,"419":9,"42":77,"426":5,"43":58,"430":25,"433":5,"44":24,"45":28,"46":136,"48":42,"49":20,"5":590,"51":43,"52":63,"53":34,"56":8,"570":5,"6":203,"63":35,"7":401,"79":26,"8":303,"80":8,"9":92,"all_client":75570,"all_tv_clinet":11975,"insert_time":"2014-08-20T02:36:23.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63786,"10":19,"107":435,"11":400,"12":73,"13":436,"14":100,"15":229,"155":27,"156":15,"158":26,"159":14,"16":135,"160":14,"161":199,"167":43,"168":5,"17":186,"18":654,"19":419,"20":114,"209":34,"21":495,"210":10,"211":2,"214":23,"215":101,"221":242,"223":368,"224":63,"225":347,"23":347,"24":920,"25":299,"257":70,"26":146,"268":7,"27":58,"273":75,"276":29,"279":16,"28":462,"281":19,"282":9,"291":30,"292":150,"30":38,"302":4,"306":1,"31":38,"314":5,"317":7,"32":9,"33":34,"34":46,"347":23,"35":73,"352":578,"36":140,"37":47,"38":330,"380":15,"381":32,"383":18,"389":8,"39":110,"391":23,"396":1,"397":13,"40":97,"409":80,"41":72,"414":8,"415":57,"419":8,"42":81,"426":5,"43":61,"430":26,"433":5,"44":23,"45":28,"46":138,"48":44,"49":22,"5":607,"51":43,"52":63,"53":34,"56":8,"570":5,"6":201,"63":30,"7":406,"79":27,"8":294,"80":8,"9":90,"all_client":75815,"all_tv_clinet":12029,"insert_time":"2014-08-20T02:37:24.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63995,"10":19,"107":425,"11":403,"12":73,"13":432,"14":101,"15":230,"155":28,"156":16,"158":28,"159":11,"16":139,"160":15,"161":202,"167":44,"168":6,"17":185,"18":648,"19":430,"20":114,"209":34,"21":504,"210":9,"211":2,"214":22,"215":100,"221":235,"223":377,"224":59,"225":346,"23":342,"24":873,"25":314,"257":69,"26":145,"268":10,"27":60,"273":75,"276":31,"279":17,"28":455,"281":19,"282":8,"291":31,"292":151,"30":38,"302":3,"306":1,"31":38,"314":6,"317":7,"32":8,"33":34,"34":42,"347":27,"35":76,"352":574,"36":138,"37":49,"38":333,"380":16,"381":32,"383":17,"389":8,"39":111,"391":22,"396":1,"397":14,"40":102,"409":76,"41":72,"414":9,"415":59,"419":8,"42":83,"426":5,"43":62,"430":23,"433":5,"44":23,"45":27,"46":143,"48":46,"49":22,"5":635,"51":47,"52":63,"53":36,"56":8,"570":4,"6":204,"63":31,"7":409,"79":26,"8":282,"80":8,"9":89,"all_client":76034,"all_tv_clinet":12039,"insert_time":"2014-08-20T02:38:24.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64168,"10":17,"107":420,"11":396,"12":72,"13":440,"14":111,"15":232,"155":28,"156":17,"158":28,"159":10,"16":145,"160":14,"161":196,"167":46,"168":6,"17":169,"18":651,"19":433,"20":112,"209":39,"21":511,"210":10,"211":2,"214":21,"215":108,"221":241,"223":383,"224":59,"225":344,"23":329,"24":867,"25":322,"257":65,"26":143,"268":10,"27":64,"273":77,"276":33,"279":15,"28":448,"281":18,"282":8,"291":33,"292":149,"30":40,"302":4,"306":1,"31":39,"314":7,"317":7,"32":7,"33":34,"34":38,"347":26,"35":80,"352":575,"36":140,"37":51,"38":342,"380":17,"381":32,"383":17,"389":8,"39":110,"391":23,"396":2,"397":14,"40":104,"409":77,"41":72,"414":9,"415":62,"419":7,"42":85,"426":6,"43":59,"430":23,"433":4,"44":24,"45":27,"46":145,"48":46,"49":22,"5":644,"51":48,"52":64,"53":31,"56":9,"570":5,"6":185,"63":30,"7":412,"79":24,"8":268,"80":8,"9":95,"all_client":76219,"all_tv_clinet":12051,"insert_time":"2014-08-20T02:39:25.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64282,"10":17,"107":425,"11":393,"12":76,"13":445,"14":120,"15":230,"155":28,"156":16,"158":29,"159":8,"16":153,"160":15,"161":206,"167":44,"168":8,"17":161,"18":646,"19":441,"20":115,"209":41,"21":506,"210":10,"211":2,"214":20,"215":111,"221":249,"223":383,"224":55,"225":358,"23":317,"24":867,"25":320,"257":67,"26":136,"268":10,"27":66,"273":82,"276":35,"279":14,"28":442,"281":18,"282":8,"291":34,"292":149,"30":45,"302":4,"306":1,"31":38,"314":9,"317":7,"32":8,"33":35,"34":36,"347":27,"35":82,"352":568,"36":142,"37":53,"38":347,"380":17,"381":35,"383":15,"389":7,"39":116,"391":21,"396":2,"397":14,"40":102,"409":74,"41":70,"414":10,"415":69,"419":7,"42":92,"426":5,"43":58,"430":23,"433":3,"44":26,"45":25,"46":158,"48":49,"49":20,"5":660,"51":51,"52":66,"53":30,"56":10,"570":5,"6":170,"63":29,"7":415,"79":24,"8":263,"80":9,"9":100,"all_client":76410,"all_tv_clinet":12128,"insert_time":"2014-08-20T02:40:25.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64451,"10":17,"107":427,"11":389,"12":79,"13":450,"14":131,"15":219,"155":30,"156":15,"158":31,"159":7,"16":162,"160":15,"161":211,"167":44,"168":8,"17":152,"18":650,"19":444,"20":130,"209":39,"21":510,"210":12,"211":2,"214":19,"215":110,"221":254,"223":362,"224":52,"225":356,"23":303,"24":866,"25":340,"257":70,"26":127,"268":11,"27":64,"273":85,"276":34,"279":13,"28":440,"281":19,"282":9,"291":36,"292":149,"30":49,"302":4,"306":1,"31":39,"314":10,"317":7,"32":9,"33":35,"34":38,"347":27,"35":85,"352":570,"36":140,"37":59,"38":345,"380":18,"381":33,"383":17,"389":7,"39":123,"391":19,"396":2,"397":15,"40":89,"409":74,"41":71,"414":10,"415":83,"419":8,"42":94,"426":3,"43":60,"430":22,"433":3,"44":27,"45":25,"46":164,"48":50,"49":20,"5":666,"51":54,"52":65,"53":35,"56":10,"570":5,"6":162,"63":27,"7":432,"79":25,"8":261,"80":8,"9":97,"all_client":76646,"all_tv_clinet":12195,"insert_time":"2014-08-20T02:41:26.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64579,"10":16,"107":431,"11":390,"12":81,"13":449,"14":137,"15":207,"155":30,"156":14,"158":32,"159":6,"16":163,"160":16,"161":215,"167":43,"168":7,"17":148,"18":643,"19":440,"20":133,"209":36,"21":504,"210":12,"211":2,"214":18,"215":109,"221":256,"223":345,"224":51,"225":352,"23":297,"24":870,"25":352,"257":71,"26":115,"268":12,"27":70,"273":83,"276":33,"279":13,"28":436,"281":18,"282":9,"291":37,"292":147,"30":51,"302":4,"306":1,"31":37,"314":9,"317":6,"32":10,"33":40,"34":39,"347":28,"35":82,"352":568,"36":144,"37":58,"38":344,"380":18,"381":35,"383":18,"389":4,"39":129,"391":18,"396":1,"397":16,"40":77,"409":73,"41":72,"414":11,"415":94,"419":8,"42":96,"426":4,"43":66,"430":22,"433":3,"44":29,"45":24,"46":168,"48":49,"49":19,"5":669,"51":54,"52":72,"53":40,"56":9,"570":5,"6":163,"63":26,"7":444,"79":28,"8":259,"80":13,"9":93,"all_client":76778,"all_tv_clinet":12199,"insert_time":"2014-08-20T02:42:27.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64803,"10":16,"107":434,"11":396,"12":83,"13":449,"14":132,"15":193,"155":34,"156":14,"158":33,"159":7,"16":172,"160":14,"161":201,"167":43,"168":7,"17":146,"18":626,"19":441,"20":128,"209":35,"21":502,"210":14,"211":2,"214":16,"215":114,"221":265,"223":349,"224":49,"225":346,"23":288,"24":864,"25":369,"257":68,"26":110,"268":13,"27":80,"273":76,"276":32,"279":11,"28":442,"281":15,"282":8,"291":35,"292":146,"30":51,"302":4,"306":1,"31":35,"314":12,"317":5,"32":13,"33":42,"34":40,"347":28,"35":79,"352":568,"36":141,"37":60,"38":332,"380":18,"381":32,"383":17,"389":4,"39":135,"391":19,"396":1,"397":18,"40":73,"409":75,"41":78,"414":12,"415":96,"419":8,"42":97,"426":4,"43":63,"430":23,"433":3,"44":35,"45":24,"46":172,"48":52,"49":20,"5":673,"51":59,"52":75,"53":39,"56":10,"570":5,"6":163,"63":25,"7":452,"79":28,"8":258,"80":12,"9":97,"all_client":77007,"all_tv_clinet":12204,"insert_time":"2014-08-20T02:43:27.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65038,"10":17,"107":434,"11":399,"12":86,"13":449,"14":135,"15":178,"155":37,"156":15,"158":31,"159":8,"16":182,"160":12,"161":197,"167":44,"168":7,"17":145,"18":606,"19":440,"20":123,"209":32,"21":503,"210":12,"211":2,"214":14,"215":118,"221":268,"223":357,"224":48,"225":362,"23":291,"24":869,"25":376,"257":64,"26":105,"268":13,"27":81,"273":69,"276":33,"279":10,"28":434,"281":14,"282":8,"291":35,"292":136,"30":49,"302":4,"306":2,"31":37,"314":12,"317":5,"32":18,"33":44,"34":36,"347":29,"35":77,"352":558,"36":140,"37":62,"38":336,"380":18,"381":36,"383":12,"389":4,"39":137,"391":17,"396":1,"397":19,"40":68,"409":77,"41":78,"414":11,"415":98,"419":8,"42":97,"426":4,"43":62,"430":25,"433":3,"44":38,"45":23,"46":168,"48":57,"49":21,"5":683,"51":61,"52":79,"53":39,"56":10,"570":4,"6":169,"63":25,"7":455,"79":26,"8":252,"80":13,"9":99,"all_client":77243,"all_tv_clinet":12205,"insert_time":"2014-08-20T02:44:28.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65267,"10":18,"107":432,"11":402,"12":84,"13":444,"14":132,"15":166,"155":38,"156":15,"158":30,"159":6,"16":191,"160":12,"161":187,"167":44,"168":8,"17":150,"18":597,"19":445,"20":118,"209":31,"21":502,"210":13,"211":1,"214":15,"215":120,"221":265,"223":361,"224":48,"225":353,"23":298,"24":861,"25":377,"257":65,"26":101,"268":14,"27":80,"273":65,"276":35,"279":10,"28":443,"281":14,"282":9,"291":35,"292":133,"30":53,"302":3,"306":2,"31":39,"314":11,"317":5,"32":18,"33":44,"34":36,"347":32,"35":78,"352":562,"36":141,"37":66,"38":351,"380":17,"381":34,"383":14,"389":4,"39":145,"391":18,"396":1,"397":20,"40":55,"409":78,"41":79,"414":11,"415":91,"419":9,"42":95,"426":3,"43":67,"430":26,"433":3,"44":36,"45":21,"46":173,"48":55,"49":24,"5":695,"51":62,"52":76,"53":37,"56":9,"570":4,"6":170,"63":26,"7":453,"79":27,"8":250,"80":11,"9":97,"all_client":77472,"all_tv_clinet":12205,"insert_time":"2014-08-20T02:45:29.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65412,"10":18,"107":428,"11":400,"12":83,"13":445,"14":133,"15":159,"155":37,"156":13,"158":33,"159":8,"16":193,"160":13,"161":186,"167":44,"168":8,"17":161,"18":599,"19":452,"20":116,"209":31,"21":498,"210":13,"214":16,"215":124,"221":264,"223":350,"224":48,"225":366,"23":305,"24":867,"25":391,"257":63,"26":100,"268":14,"27":77,"273":59,"276":36,"279":10,"28":456,"281":17,"282":9,"291":34,"292":133,"30":53,"302":2,"306":2,"31":39,"314":9,"317":6,"32":17,"33":43,"34":38,"347":35,"35":77,"352":575,"36":143,"37":67,"38":348,"380":18,"381":35,"383":16,"389":3,"39":147,"391":17,"396":1,"397":21,"40":54,"409":81,"41":78,"414":12,"415":82,"419":10,"42":92,"426":5,"43":64,"430":25,"433":3,"44":34,"45":22,"46":170,"48":54,"49":25,"5":700,"51":57,"52":77,"53":40,"56":9,"570":4,"6":168,"63":26,"7":460,"79":27,"8":246,"80":11,"9":94,"all_client":77664,"all_tv_clinet":12252,"insert_time":"2014-08-20T02:46:29.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65527,"10":15,"107":428,"11":407,"12":85,"13":453,"14":131,"15":155,"155":36,"156":14,"158":38,"159":7,"16":195,"160":12,"161":187,"167":46,"168":7,"17":171,"18":603,"19":436,"20":120,"209":36,"21":498,"210":12,"214":16,"215":123,"221":257,"223":348,"224":45,"225":377,"23":303,"24":865,"25":391,"257":62,"26":94,"268":13,"27":80,"273":61,"276":37,"279":10,"28":470,"281":17,"282":9,"291":36,"292":138,"30":56,"302":2,"306":2,"31":40,"314":7,"317":6,"32":15,"33":44,"34":38,"347":34,"35":78,"352":556,"36":141,"37":68,"38":352,"380":18,"381":34,"383":16,"389":3,"39":147,"391":17,"396":1,"397":20,"40":50,"409":83,"41":80,"414":12,"415":79,"419":9,"42":99,"426":4,"43":55,"430":25,"433":2,"44":36,"45":25,"46":161,"48":55,"49":28,"5":703,"51":58,"52":82,"53":38,"56":9,"570":2,"6":174,"63":25,"7":469,"79":27,"8":239,"80":14,"9":95,"all_client":77804,"all_tv_clinet":12277,"insert_time":"2014-08-20T02:47:30.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65703,"10":11,"107":425,"11":401,"12":83,"13":458,"14":123,"15":154,"155":36,"156":14,"158":38,"159":7,"16":194,"160":12,"161":194,"167":45,"168":6,"17":175,"18":617,"19":424,"20":125,"209":34,"21":508,"210":13,"214":15,"215":122,"221":250,"223":351,"224":46,"225":387,"23":301,"24":864,"25":387,"257":61,"26":95,"268":13,"27":81,"273":65,"276":36,"279":7,"28":494,"281":16,"282":9,"291":37,"292":135,"30":56,"302":2,"306":2,"31":37,"314":8,"317":5,"32":16,"33":42,"34":37,"347":36,"35":79,"352":554,"36":141,"37":72,"38":353,"380":18,"381":32,"383":16,"389":1,"39":151,"391":17,"397":20,"40":49,"409":85,"41":80,"414":13,"415":80,"419":9,"42":99,"426":5,"43":46,"430":27,"433":1,"44":38,"45":23,"46":150,"48":55,"49":34,"5":701,"51":60,"52":83,"53":41,"56":9,"570":1,"6":183,"63":28,"7":480,"79":28,"8":235,"80":14,"9":97,"all_client":78021,"all_tv_clinet":12318,"insert_time":"2014-08-20T02:48:31.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65835,"10":11,"107":441,"11":401,"12":85,"13":437,"14":116,"15":163,"155":35,"156":14,"158":39,"159":7,"16":198,"160":12,"161":199,"167":44,"168":6,"17":170,"18":617,"19":408,"20":120,"209":33,"21":503,"210":13,"214":14,"215":123,"221":249,"223":352,"224":46,"225":371,"23":304,"24":875,"25":391,"257":63,"26":95,"268":12,"27":79,"273":69,"276":34,"279":8,"28":510,"281":16,"282":8,"291":37,"292":142,"30":57,"302":2,"306":2,"31":40,"314":9,"317":6,"32":15,"33":43,"34":42,"347":34,"35":78,"352":554,"36":141,"37":74,"38":357,"380":18,"381":33,"383":16,"389":1,"39":157,"391":18,"397":20,"40":47,"409":80,"41":78,"414":17,"415":76,"419":9,"42":91,"426":4,"43":43,"430":28,"433":1,"44":40,"45":24,"46":141,"48":57,"49":38,"5":716,"51":60,"52":82,"53":42,"56":7,"570":1,"6":184,"63":30,"7":481,"79":26,"8":229,"80":15,"9":100,"all_client":78169,"all_tv_clinet":12334,"insert_time":"2014-08-20T02:49:31.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65958,"10":11,"107":439,"11":396,"12":79,"13":433,"14":114,"15":163,"155":35,"156":14,"158":39,"159":8,"16":206,"160":12,"161":207,"167":46,"168":6,"17":177,"18":622,"19":395,"20":112,"209":38,"21":502,"210":13,"214":15,"215":124,"221":246,"223":354,"224":49,"225":380,"23":312,"24":864,"25":387,"257":66,"26":99,"268":13,"27":81,"273":76,"276":33,"279":7,"28":515,"281":15,"282":9,"291":38,"292":152,"30":59,"302":2,"306":2,"31":47,"314":9,"317":6,"32":17,"33":43,"34":41,"347":35,"35":75,"352":559,"36":137,"37":77,"38":359,"380":18,"381":32,"383":15,"389":1,"39":162,"391":20,"397":20,"40":49,"409":79,"41":75,"414":17,"415":79,"419":8,"42":77,"426":4,"43":47,"430":27,"433":1,"44":42,"45":23,"46":138,"48":54,"49":43,"5":722,"51":63,"52":84,"53":44,"56":6,"570":1,"6":197,"63":29,"7":478,"79":27,"8":226,"80":14,"9":100,"all_client":78350,"all_tv_clinet":12392,"insert_time":"2014-08-20T02:50:32.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66065,"10":9,"107":438,"11":406,"12":81,"13":418,"14":115,"15":154,"155":36,"156":13,"158":38,"159":7,"16":212,"160":13,"161":216,"167":47,"168":8,"17":174,"18":627,"19":397,"20":111,"209":40,"21":503,"210":11,"214":15,"215":119,"221":249,"223":363,"224":46,"225":380,"23":317,"24":839,"25":395,"257":70,"26":99,"268":12,"27":79,"273":82,"276":32,"279":8,"28":525,"281":15,"282":11,"291":37,"292":158,"30":57,"302":2,"306":1,"31":55,"314":9,"317":5,"32":16,"33":44,"34":39,"347":35,"35":66,"352":557,"36":134,"37":77,"38":365,"380":18,"381":31,"383":17,"389":1,"39":167,"391":22,"396":2,"397":21,"40":50,"409":81,"41":77,"414":19,"415":86,"419":5,"42":71,"426":4,"43":43,"430":28,"433":1,"44":47,"45":22,"46":138,"48":53,"49":43,"5":725,"51":59,"52":88,"53":44,"56":7,"570":1,"6":204,"63":29,"7":488,"79":26,"8":220,"80":13,"9":102,"all_client":78505,"all_tv_clinet":12440,"insert_time":"2014-08-20T02:51:32.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66323,"10":8,"107":451,"11":411,"12":84,"13":412,"14":114,"15":150,"155":37,"156":13,"158":39,"159":5,"16":213,"160":13,"161":230,"167":51,"168":8,"17":176,"18":634,"19":391,"20":111,"209":39,"21":502,"210":12,"214":15,"215":111,"221":242,"223":359,"224":45,"225":381,"23":329,"24":800,"25":397,"257":70,"26":97,"268":11,"27":81,"273":89,"276":31,"279":8,"28":537,"281":15,"282":11,"291":38,"292":159,"30":57,"302":2,"306":1,"31":61,"314":9,"317":5,"32":16,"33":48,"34":44,"347":33,"35":60,"352":536,"36":125,"37":78,"38":362,"380":17,"381":32,"383":22,"389":1,"39":169,"391":22,"396":2,"397":22,"40":49,"409":86,"41":80,"414":17,"415":87,"419":6,"42":61,"426":3,"43":46,"430":26,"433":1,"44":47,"45":24,"46":139,"48":51,"49":51,"5":735,"51":56,"52":92,"53":44,"56":6,"570":2,"6":203,"63":30,"7":493,"79":26,"8":212,"80":13,"9":100,"all_client":78763,"all_tv_clinet":12440,"insert_time":"2014-08-20T02:52:33.576Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66484,"10":7,"107":453,"11":404,"12":81,"13":394,"14":112,"15":152,"155":38,"156":13,"158":38,"159":6,"16":213,"160":11,"161":228,"167":54,"168":10,"17":179,"18":635,"19":387,"20":110,"209":46,"21":493,"210":12,"214":15,"215":113,"221":248,"223":364,"224":46,"225":378,"23":338,"24":786,"25":401,"257":67,"26":99,"268":11,"27":81,"273":103,"276":33,"279":9,"28":543,"281":16,"282":11,"291":38,"292":146,"30":58,"302":2,"31":62,"314":8,"317":5,"32":15,"33":48,"34":45,"347":33,"35":51,"352":550,"36":124,"37":80,"38":357,"380":15,"381":33,"383":22,"39":171,"391":22,"396":3,"397":22,"40":49,"409":87,"41":77,"414":16,"415":89,"419":5,"42":56,"426":3,"43":43,"430":30,"433":2,"44":49,"45":25,"46":137,"48":56,"49":55,"5":743,"51":53,"52":94,"53":47,"56":5,"570":3,"6":202,"63":31,"7":488,"79":25,"8":218,"80":15,"9":102,"all_client":78937,"all_tv_clinet":12453,"insert_time":"2014-08-20T02:53:34.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66630,"10":8,"107":455,"11":403,"12":79,"13":382,"14":112,"15":157,"155":38,"156":15,"158":38,"159":6,"16":213,"160":14,"161":233,"167":57,"168":10,"17":187,"18":627,"19":387,"20":107,"209":46,"21":499,"210":10,"214":16,"215":117,"221":239,"223":361,"224":47,"225":391,"23":342,"24":793,"25":400,"257":65,"26":97,"268":11,"27":80,"273":103,"276":32,"279":8,"28":547,"281":15,"282":13,"291":38,"292":142,"30":59,"302":3,"31":63,"314":8,"317":4,"32":11,"33":46,"34":49,"347":28,"35":49,"352":567,"36":125,"37":81,"38":362,"380":16,"381":29,"383":22,"39":175,"391":21,"396":2,"397":21,"40":53,"409":90,"41":78,"414":16,"415":87,"419":7,"42":52,"426":2,"43":43,"430":30,"433":2,"44":46,"45":25,"46":132,"48":55,"49":57,"5":750,"51":52,"52":94,"53":47,"56":5,"570":3,"6":198,"63":31,"7":498,"79":21,"8":223,"80":16,"9":109,"all_client":79133,"all_tv_clinet":12503,"insert_time":"2014-08-20T02:54:34.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66837,"10":8,"107":444,"11":410,"12":83,"13":369,"14":109,"15":158,"155":39,"156":15,"158":39,"159":5,"16":203,"160":13,"161":228,"167":60,"168":10,"17":197,"18":617,"19":389,"20":108,"209":47,"21":516,"210":10,"214":16,"215":113,"221":233,"223":357,"224":46,"225":381,"23":353,"24":809,"25":407,"257":63,"26":99,"268":11,"27":85,"273":104,"276":32,"279":9,"28":551,"281":14,"282":13,"291":37,"292":132,"30":59,"302":3,"31":71,"314":8,"317":3,"32":11,"33":43,"34":46,"347":27,"35":47,"352":575,"36":119,"37":84,"38":366,"380":17,"381":27,"383":20,"39":173,"391":21,"396":2,"397":20,"40":57,"409":92,"41":84,"414":15,"415":84,"419":8,"42":46,"426":2,"43":39,"430":32,"433":3,"44":45,"45":23,"46":126,"48":58,"49":60,"5":754,"51":52,"52":93,"53":48,"56":5,"570":2,"6":206,"63":33,"7":495,"79":20,"8":220,"80":18,"9":107,"all_client":79348,"all_tv_clinet":12511,"insert_time":"2014-08-20T02:55:35.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66959,"10":8,"107":438,"11":402,"12":82,"13":364,"14":113,"15":161,"155":38,"156":15,"158":37,"159":4,"16":189,"160":15,"161":223,"167":58,"168":9,"17":210,"18":617,"19":398,"20":111,"209":48,"21":522,"210":10,"214":16,"215":106,"221":227,"223":365,"224":47,"225":384,"23":349,"24":810,"25":410,"257":64,"26":104,"268":10,"27":86,"273":106,"276":33,"279":11,"28":554,"281":12,"282":12,"291":37,"292":128,"30":63,"302":3,"31":73,"314":8,"317":4,"32":13,"33":41,"34":46,"347":26,"35":45,"352":570,"36":119,"37":87,"38":374,"380":17,"381":29,"383":22,"39":176,"391":21,"396":2,"397":20,"40":61,"409":96,"41":78,"414":15,"415":78,"419":9,"42":45,"426":3,"43":45,"430":34,"433":3,"44":46,"45":20,"46":129,"48":62,"49":57,"5":749,"51":48,"52":95,"53":50,"56":5,"570":3,"6":212,"63":33,"7":509,"79":20,"8":222,"80":18,"9":106,"all_client":79512,"all_tv_clinet":12553,"insert_time":"2014-08-20T02:56:35.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67100,"10":7,"107":450,"11":393,"12":80,"13":356,"14":106,"15":167,"155":37,"156":15,"158":37,"159":4,"16":183,"160":14,"161":215,"167":58,"168":8,"17":220,"18":611,"19":403,"20":111,"209":53,"21":527,"210":10,"211":2,"214":17,"215":103,"221":232,"223":370,"224":46,"225":383,"23":353,"24":817,"25":412,"257":66,"26":112,"268":9,"27":89,"273":97,"276":34,"279":9,"28":558,"281":13,"282":10,"291":41,"292":130,"30":61,"302":3,"31":73,"314":8,"317":6,"32":12,"33":42,"34":45,"347":23,"35":44,"352":579,"36":119,"37":89,"38":363,"380":16,"381":32,"383":23,"39":180,"391":20,"396":2,"397":19,"40":64,"409":100,"41":80,"414":17,"415":78,"419":10,"42":43,"426":4,"43":44,"430":32,"433":3,"44":46,"45":21,"46":130,"48":63,"49":59,"5":733,"51":48,"52":98,"53":49,"56":5,"570":3,"6":211,"63":36,"7":516,"79":18,"8":229,"80":18,"9":113,"all_client":79698,"all_tv_clinet":12598,"insert_time":"2014-08-20T02:57:36.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67253,"10":7,"107":445,"11":391,"12":70,"13":353,"14":100,"15":179,"155":37,"156":18,"158":38,"159":5,"16":184,"160":15,"161":198,"167":57,"168":8,"17":229,"18":597,"19":417,"20":111,"209":50,"21":531,"210":10,"211":2,"214":18,"215":99,"221":226,"223":379,"224":49,"225":391,"23":347,"24":825,"25":412,"257":62,"26":114,"268":8,"27":92,"273":95,"276":35,"279":10,"28":559,"281":14,"282":8,"291":40,"292":141,"30":60,"302":3,"31":71,"314":7,"317":6,"32":12,"33":41,"34":45,"347":23,"35":39,"352":579,"36":123,"37":92,"38":371,"380":14,"381":31,"383":26,"39":181,"391":20,"396":2,"397":20,"40":67,"409":94,"41":85,"414":18,"415":81,"419":10,"42":47,"426":3,"43":48,"430":34,"433":3,"44":48,"45":19,"46":129,"48":64,"49":63,"5":705,"51":48,"52":101,"53":52,"56":6,"570":4,"6":211,"63":36,"7":519,"79":19,"8":236,"80":18,"9":115,"all_client":79878,"all_tv_clinet":12625,"insert_time":"2014-08-20T02:58:36.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67467,"10":7,"107":452,"11":393,"12":70,"13":358,"14":101,"15":181,"155":38,"156":18,"158":35,"159":6,"16":174,"160":15,"161":193,"167":57,"168":8,"17":242,"18":586,"19":433,"20":109,"209":50,"21":525,"210":10,"211":2,"214":18,"215":97,"221":218,"223":370,"224":51,"225":401,"23":355,"24":828,"25":410,"257":65,"26":117,"268":8,"27":92,"273":73,"276":35,"279":13,"28":564,"281":16,"282":10,"291":41,"292":156,"30":62,"302":3,"31":68,"314":7,"317":6,"32":10,"33":38,"34":47,"347":21,"35":36,"352":579,"36":125,"37":95,"38":357,"380":14,"381":32,"383":26,"39":184,"391":20,"396":2,"397":20,"40":70,"409":86,"41":86,"414":19,"415":77,"419":12,"42":50,"426":4,"43":46,"430":34,"433":3,"44":45,"45":19,"46":125,"48":64,"49":66,"5":686,"51":45,"52":104,"53":59,"56":6,"570":4,"6":202,"63":36,"7":523,"79":18,"8":243,"80":19,"9":109,"all_client":80080,"all_tv_clinet":12613,"insert_time":"2014-08-20T02:59:37.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67660,"10":7,"107":456,"11":408,"12":65,"13":361,"14":97,"15":189,"155":38,"156":19,"158":36,"159":6,"16":175,"160":15,"161":185,"167":57,"168":8,"17":250,"18":567,"19":439,"20":107,"209":45,"21":527,"210":9,"211":2,"214":17,"215":93,"221":224,"223":367,"224":56,"225":394,"23":361,"24":828,"25":401,"257":71,"26":118,"268":10,"27":99,"273":71,"276":36,"279":11,"28":568,"281":15,"282":10,"291":39,"292":155,"30":61,"302":4,"31":63,"314":8,"317":6,"32":10,"33":41,"34":46,"347":21,"35":34,"352":605,"36":120,"37":99,"38":358,"380":12,"381":34,"383":27,"39":185,"391":18,"396":2,"397":19,"40":73,"409":83,"41":83,"414":24,"415":69,"419":13,"42":48,"426":3,"43":49,"430":35,"433":4,"44":45,"45":20,"46":124,"48":65,"49":68,"5":662,"51":43,"52":107,"53":61,"56":7,"570":3,"6":208,"63":38,"7":527,"79":17,"8":244,"80":18,"9":102,"all_client":80288,"all_tv_clinet":12628,"insert_time":"2014-08-20T03:00:38.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67871,"10":7,"107":460,"11":420,"12":68,"13":364,"14":98,"15":185,"155":39,"156":17,"158":37,"159":6,"16":179,"160":14,"161":177,"167":57,"168":10,"17":257,"18":555,"19":450,"20":104,"209":48,"21":523,"210":9,"211":2,"214":17,"215":88,"221":228,"223":367,"224":55,"225":387,"23":362,"24":832,"25":397,"257":74,"26":124,"268":12,"27":99,"273":67,"276":36,"279":11,"28":582,"281":16,"282":12,"291":40,"292":153,"30":65,"302":4,"31":58,"314":10,"317":6,"32":10,"33":38,"34":46,"347":19,"35":32,"352":604,"36":125,"37":100,"38":352,"380":12,"381":31,"383":26,"39":191,"391":18,"396":2,"397":18,"40":67,"409":80,"41":71,"414":20,"415":72,"419":13,"42":49,"426":3,"43":55,"430":37,"433":4,"44":46,"45":19,"46":125,"48":65,"49":64,"5":647,"51":39,"52":110,"53":61,"56":7,"570":3,"6":215,"63":40,"7":532,"79":16,"8":246,"80":19,"9":108,"all_client":80516,"all_tv_clinet":12645,"insert_time":"2014-08-20T03:01:38.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67991,"10":8,"107":462,"11":428,"12":69,"13":357,"14":94,"15":182,"155":36,"156":18,"158":39,"159":6,"16":186,"160":15,"161":174,"167":58,"168":10,"17":269,"18":540,"19":452,"20":97,"209":51,"21":529,"210":8,"211":2,"214":17,"215":85,"221":233,"223":373,"224":56,"225":384,"23":363,"24":865,"25":405,"257":71,"26":129,"268":11,"27":100,"273":62,"276":35,"279":9,"28":585,"281":16,"282":10,"291":39,"292":152,"30":65,"302":5,"31":56,"314":10,"317":6,"32":10,"33":40,"34":47,"347":18,"35":34,"352":617,"36":126,"37":102,"38":348,"380":13,"381":31,"383":26,"39":193,"391":18,"396":2,"397":18,"40":64,"409":75,"41":63,"414":23,"415":70,"419":13,"42":52,"426":2,"43":56,"430":38,"433":4,"44":47,"45":19,"46":125,"48":65,"49":63,"5":631,"51":38,"52":108,"53":57,"56":8,"570":2,"6":217,"63":40,"7":551,"79":15,"8":251,"80":17,"9":114,"all_client":80694,"all_tv_clinet":12703,"insert_time":"2014-08-20T03:02:39.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68134,"10":8,"107":460,"11":441,"12":72,"13":353,"14":90,"15":181,"155":37,"156":17,"158":37,"159":5,"16":186,"160":16,"161":173,"167":56,"168":11,"17":271,"18":540,"19":457,"20":96,"209":52,"21":524,"210":8,"211":2,"214":18,"215":87,"221":236,"223":374,"224":57,"225":366,"23":362,"24":894,"25":411,"257":68,"26":131,"268":11,"27":90,"273":61,"276":34,"279":9,"28":589,"281":17,"282":13,"291":39,"292":151,"30":67,"302":5,"31":53,"314":9,"317":6,"32":12,"33":39,"34":50,"347":16,"35":29,"352":623,"36":125,"37":108,"38":343,"380":13,"381":29,"383":23,"39":192,"391":21,"396":2,"397":18,"40":62,"409":77,"41":58,"414":21,"415":66,"419":13,"42":55,"426":1,"43":56,"430":42,"433":4,"44":46,"45":21,"46":128,"48":64,"49":66,"5":622,"51":42,"52":106,"53":54,"56":7,"570":2,"6":225,"63":38,"7":550,"79":19,"8":254,"80":16,"9":128,"all_client":80871,"all_tv_clinet":12737,"insert_time":"2014-08-20T03:03:39.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68275,"10":9,"107":467,"11":451,"12":70,"13":356,"14":97,"15":166,"155":36,"156":18,"158":34,"159":6,"16":183,"160":18,"161":178,"167":56,"168":13,"17":277,"18":547,"19":451,"20":94,"209":54,"21":525,"210":9,"211":2,"214":18,"215":88,"221":243,"223":386,"224":58,"225":368,"23":362,"24":901,"25":419,"257":68,"26":131,"268":11,"27":80,"273":62,"276":34,"279":10,"28":584,"281":17,"282":13,"291":38,"292":148,"30":70,"302":5,"31":52,"314":8,"317":4,"32":13,"33":38,"34":49,"347":15,"35":27,"352":622,"36":129,"37":110,"38":343,"380":11,"381":32,"383":20,"39":189,"391":23,"396":2,"397":19,"40":60,"409":75,"41":55,"414":20,"415":62,"419":15,"42":54,"426":1,"43":56,"430":41,"433":3,"44":41,"45":21,"46":131,"48":64,"49":70,"5":620,"51":38,"52":103,"53":55,"56":8,"570":3,"6":228,"63":37,"7":560,"79":23,"8":255,"80":18,"9":135,"all_client":81064,"all_tv_clinet":12789,"insert_time":"2014-08-20T03:04:40.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68402,"10":9,"107":466,"11":458,"12":66,"13":362,"14":94,"15":160,"155":35,"156":22,"158":31,"159":8,"16":188,"160":20,"161":177,"167":55,"168":13,"17":282,"18":555,"19":450,"20":94,"209":52,"21":498,"210":9,"211":2,"214":18,"215":95,"221":254,"223":387,"224":58,"225":375,"23":372,"24":921,"25":419,"257":69,"26":135,"268":12,"27":68,"273":62,"276":34,"279":9,"28":586,"281":16,"282":11,"291":36,"292":145,"30":71,"302":5,"31":50,"314":8,"317":4,"32":12,"33":35,"34":51,"347":13,"35":23,"352":622,"36":132,"37":115,"38":349,"380":10,"381":33,"383":23,"39":197,"391":23,"396":2,"397":19,"40":64,"409":78,"41":56,"414":20,"415":59,"419":16,"42":55,"426":1,"43":56,"430":42,"433":4,"44":41,"45":25,"46":137,"48":59,"49":70,"5":610,"51":39,"52":105,"53":52,"56":8,"570":5,"6":221,"63":36,"7":561,"79":22,"8":262,"80":19,"9":144,"all_client":81254,"all_tv_clinet":12852,"insert_time":"2014-08-20T03:05:40.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68612,"10":10,"107":466,"11":468,"12":68,"13":362,"14":95,"15":152,"155":36,"156":22,"158":31,"159":9,"16":185,"160":21,"161":170,"167":52,"168":13,"17":287,"18":548,"19":451,"20":94,"209":52,"21":474,"210":11,"211":1,"214":18,"215":95,"221":243,"223":390,"224":60,"225":385,"23":372,"24":943,"25":425,"257":67,"26":134,"268":11,"27":65,"273":64,"276":34,"279":11,"28":582,"281":16,"282":13,"291":35,"292":147,"30":70,"302":4,"31":49,"314":7,"317":5,"32":12,"33":33,"34":48,"347":13,"35":24,"352":624,"36":138,"37":114,"38":349,"380":9,"381":33,"383":24,"39":194,"391":23,"396":2,"397":20,"40":63,"409":78,"41":54,"414":19,"415":61,"419":16,"42":56,"426":1,"43":55,"430":42,"433":4,"44":35,"45":22,"46":147,"48":61,"49":73,"5":585,"51":36,"52":109,"53":57,"56":8,"570":5,"6":221,"63":36,"7":560,"79":21,"8":266,"80":22,"9":153,"all_client":81461,"all_tv_clinet":12849,"insert_time":"2014-08-20T03:06:41.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68755,"10":11,"107":463,"11":471,"12":73,"13":374,"14":101,"15":154,"155":36,"156":21,"158":31,"159":7,"16":189,"160":19,"161":172,"167":53,"168":14,"17":284,"18":553,"19":457,"20":97,"209":56,"21":463,"210":11,"211":1,"214":16,"215":101,"221":235,"223":402,"224":67,"225":382,"23":365,"24":959,"25":423,"257":71,"26":139,"268":10,"27":62,"273":62,"276":34,"279":11,"28":596,"281":17,"282":13,"291":34,"292":148,"30":69,"302":4,"306":1,"31":43,"314":6,"317":6,"32":11,"33":32,"34":47,"347":13,"35":22,"352":633,"36":140,"37":118,"38":353,"380":9,"381":33,"383":21,"39":179,"391":21,"396":2,"397":20,"40":59,"409":79,"41":56,"414":20,"415":60,"419":15,"42":58,"426":1,"43":54,"430":40,"433":6,"44":31,"45":23,"46":155,"48":59,"49":72,"5":568,"51":37,"52":110,"53":57,"56":8,"570":5,"6":220,"63":38,"7":545,"79":21,"8":268,"80":21,"9":167,"all_client":81649,"all_tv_clinet":12894,"insert_time":"2014-08-20T03:07:41.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68971,"10":11,"107":457,"11":456,"12":80,"13":386,"14":95,"15":156,"155":35,"156":21,"158":32,"159":4,"16":197,"160":20,"161":175,"167":51,"168":13,"17":284,"18":554,"19":444,"20":98,"209":54,"21":456,"210":11,"211":3,"214":15,"215":102,"221":233,"223":407,"224":64,"225":367,"23":365,"24":983,"25":422,"257":68,"26":141,"268":9,"27":60,"273":64,"276":34,"279":10,"28":602,"281":17,"282":14,"291":33,"292":146,"30":69,"302":3,"306":1,"31":40,"314":7,"317":6,"32":12,"33":33,"34":43,"347":13,"35":25,"352":643,"36":138,"37":116,"38":355,"380":10,"381":33,"383":19,"39":156,"391":21,"396":3,"397":20,"40":62,"409":79,"41":56,"414":21,"415":60,"419":16,"42":61,"426":1,"43":53,"430":38,"433":6,"44":29,"45":21,"46":162,"48":61,"49":76,"5":575,"51":39,"52":112,"53":53,"56":9,"570":5,"6":206,"63":39,"7":540,"79":23,"8":276,"80":21,"9":182,"all_client":81868,"all_tv_clinet":12897,"insert_time":"2014-08-20T03:08:42.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69148,"10":12,"107":446,"11":445,"12":82,"13":389,"14":95,"15":150,"155":34,"156":21,"158":35,"159":4,"16":203,"160":18,"161":174,"167":51,"168":11,"17":292,"18":572,"19":450,"20":103,"209":51,"21":449,"210":13,"211":4,"214":14,"215":113,"221":236,"223":413,"224":66,"225":376,"23":368,"24":1001,"25":419,"257":67,"26":144,"268":9,"27":59,"273":68,"276":33,"279":9,"28":603,"281":18,"282":12,"291":31,"292":141,"30":70,"302":3,"306":1,"31":37,"314":7,"317":6,"32":11,"33":35,"34":46,"347":12,"35":26,"352":619,"36":144,"37":111,"38":368,"380":10,"381":34,"383":19,"39":140,"391":19,"396":3,"397":21,"40":67,"409":82,"41":52,"414":23,"415":62,"419":15,"42":68,"426":2,"43":51,"430":35,"433":6,"44":29,"45":20,"46":176,"48":60,"49":80,"5":584,"51":40,"52":114,"53":57,"56":11,"570":6,"6":190,"63":40,"7":531,"79":22,"8":280,"80":22,"9":185,"all_client":82104,"all_tv_clinet":12956,"insert_time":"2014-08-20T03:09:43.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69398,"10":13,"107":447,"11":431,"12":85,"13":398,"14":93,"15":148,"155":36,"156":19,"158":36,"159":4,"16":205,"160":19,"161":181,"167":51,"168":11,"17":297,"18":581,"19":443,"20":111,"209":52,"21":433,"210":14,"211":6,"214":15,"215":117,"221":231,"223":424,"224":70,"225":395,"23":367,"24":1011,"25":414,"257":67,"26":143,"268":8,"27":56,"273":74,"276":32,"279":10,"28":615,"281":19,"282":15,"291":32,"292":127,"30":76,"302":3,"306":1,"31":37,"314":6,"317":6,"32":10,"33":37,"34":47,"347":11,"35":27,"352":604,"36":147,"37":97,"38":377,"380":10,"381":36,"383":18,"39":130,"391":21,"396":3,"397":22,"40":68,"409":85,"41":47,"414":24,"415":62,"419":14,"42":66,"426":2,"43":49,"430":32,"433":5,"44":25,"45":20,"46":183,"48":60,"49":76,"5":584,"51":40,"52":119,"53":60,"56":10,"570":5,"6":180,"63":38,"7":541,"79":22,"8":282,"80":25,"9":184,"all_client":82388,"all_tv_clinet":12990,"insert_time":"2014-08-20T03:10:43.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69584,"10":13,"107":454,"11":420,"12":79,"13":404,"14":94,"15":147,"155":37,"156":20,"158":36,"159":4,"16":197,"160":15,"161":193,"167":52,"168":11,"17":309,"18":599,"19":429,"20":118,"209":47,"21":428,"210":14,"211":5,"214":15,"215":124,"221":233,"223":442,"224":73,"225":392,"23":367,"24":1038,"25":407,"257":68,"26":146,"268":8,"27":53,"273":81,"276":31,"279":10,"28":623,"281":22,"282":17,"291":32,"292":115,"30":77,"302":3,"306":1,"31":36,"314":5,"317":6,"32":10,"33":39,"34":48,"347":13,"35":26,"352":588,"36":146,"37":86,"38":373,"380":9,"381":38,"383":17,"39":124,"391":23,"396":3,"397":22,"40":66,"409":82,"41":43,"414":20,"415":62,"419":15,"42":69,"426":4,"43":48,"430":29,"433":5,"44":24,"45":20,"46":188,"48":61,"49":77,"5":583,"51":38,"52":122,"53":64,"56":11,"570":4,"6":172,"63":38,"7":543,"79":23,"8":287,"80":27,"9":177,"all_client":82601,"all_tv_clinet":13017,"insert_time":"2014-08-20T03:11:44.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69784,"10":13,"107":451,"11":426,"12":75,"13":406,"14":98,"15":154,"155":36,"156":21,"158":37,"159":5,"16":183,"160":14,"161":195,"167":49,"168":11,"17":317,"18":619,"19":426,"20":122,"209":51,"21":430,"210":16,"211":5,"214":16,"215":132,"221":243,"223":454,"224":73,"225":391,"23":365,"24":1056,"25":386,"257":67,"26":145,"268":7,"27":51,"273":84,"276":35,"279":10,"28":632,"281":22,"282":17,"291":31,"292":113,"30":75,"302":3,"306":1,"31":36,"314":5,"317":6,"32":11,"33":40,"34":51,"347":13,"35":25,"352":588,"36":142,"37":79,"38":365,"380":9,"381":37,"383":14,"39":116,"391":23,"396":3,"397":23,"40":67,"409":83,"41":41,"414":15,"415":64,"419":15,"42":75,"426":5,"43":49,"430":26,"433":5,"44":21,"45":19,"46":191,"48":59,"49":82,"5":586,"51":37,"52":121,"53":64,"56":14,"570":5,"6":169,"63":37,"7":564,"79":24,"8":290,"80":28,"9":170,"all_client":82865,"all_tv_clinet":13081,"insert_time":"2014-08-20T03:12:44.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69926,"10":13,"107":447,"11":447,"12":68,"13":405,"14":101,"15":166,"155":35,"156":22,"158":37,"159":6,"16":171,"160":15,"161":196,"167":48,"168":11,"17":327,"18":629,"19":415,"20":131,"209":48,"21":435,"210":18,"211":5,"214":16,"215":134,"221":246,"223":470,"224":76,"225":378,"23":374,"24":1066,"25":378,"257":63,"26":149,"268":7,"27":51,"273":79,"276":32,"279":8,"28":637,"281":22,"282":18,"291":33,"292":125,"30":74,"302":3,"306":1,"31":37,"314":5,"317":5,"32":11,"33":44,"34":49,"347":13,"35":23,"352":586,"36":139,"37":71,"38":373,"380":9,"381":37,"383":14,"39":105,"391":22,"396":4,"397":23,"40":72,"409":81,"41":39,"414":13,"415":63,"419":15,"42":76,"426":6,"43":49,"430":24,"433":5,"44":19,"45":17,"46":195,"48":57,"49":85,"5":594,"51":42,"52":116,"53":65,"56":14,"570":5,"6":156,"63":39,"7":572,"79":27,"8":291,"80":29,"9":163,"all_client":83061,"all_tv_clinet":13135,"insert_time":"2014-08-20T03:13:45.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70085,"10":11,"107":451,"11":455,"12":63,"13":404,"14":103,"15":172,"155":33,"156":21,"158":39,"159":6,"16":159,"160":14,"161":193,"167":47,"168":11,"17":339,"18":650,"19":414,"20":135,"209":49,"21":442,"210":19,"211":5,"214":16,"215":133,"221":247,"223":474,"224":77,"225":363,"23":377,"24":1059,"25":373,"257":63,"26":152,"268":7,"27":52,"273":74,"276":33,"279":6,"28":648,"281":23,"282":21,"291":34,"292":132,"30":73,"302":3,"306":1,"31":38,"314":5,"317":5,"32":10,"33":46,"34":48,"347":14,"35":20,"352":590,"36":145,"37":68,"38":379,"380":9,"381":36,"383":17,"39":102,"391":16,"396":3,"397":23,"40":77,"409":82,"41":39,"414":15,"415":63,"419":12,"42":77,"426":5,"43":49,"430":24,"433":7,"44":21,"45":16,"46":198,"48":55,"49":88,"5":599,"51":46,"52":110,"53":64,"56":19,"570":4,"6":151,"63":41,"7":573,"79":27,"8":293,"80":29,"9":161,"all_client":83280,"all_tv_clinet":13195,"insert_time":"2014-08-20T03:14:46.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70271,"10":13,"107":450,"11":464,"12":59,"13":404,"14":107,"15":169,"155":31,"156":21,"158":38,"159":7,"16":149,"160":14,"161":195,"167":43,"168":12,"17":346,"18":655,"19":407,"20":126,"209":52,"21":454,"210":19,"211":5,"214":17,"215":139,"221":254,"223":481,"224":80,"225":359,"23":371,"24":1061,"25":365,"257":62,"26":158,"268":9,"27":57,"273":76,"276":34,"279":6,"28":656,"281":23,"282":25,"291":35,"292":138,"30":75,"302":3,"306":1,"31":37,"314":5,"317":3,"32":12,"33":47,"34":48,"347":15,"35":21,"352":592,"36":150,"37":57,"38":377,"380":9,"381":36,"383":16,"39":94,"391":17,"396":3,"397":23,"40":79,"409":84,"41":38,"414":15,"415":63,"419":12,"42":80,"426":4,"43":49,"430":25,"433":7,"44":19,"45":16,"46":201,"48":55,"49":86,"5":605,"51":42,"52":97,"53":64,"56":21,"570":3,"6":152,"63":41,"7":582,"79":27,"8":299,"80":30,"9":171,"all_client":83525,"all_tv_clinet":13254,"insert_time":"2014-08-20T03:15:46.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70430,"10":10,"107":454,"11":469,"12":56,"13":414,"14":107,"15":171,"155":28,"156":22,"158":39,"159":7,"16":143,"160":15,"161":205,"167":41,"168":11,"17":352,"18":655,"19":397,"20":123,"209":54,"21":455,"210":19,"211":5,"214":17,"215":147,"221":253,"223":494,"224":86,"225":346,"23":379,"24":1060,"25":354,"257":61,"26":159,"268":8,"27":60,"273":76,"276":35,"279":8,"28":655,"281":23,"282":26,"291":36,"292":139,"30":76,"302":3,"306":1,"31":38,"314":5,"317":3,"32":13,"33":47,"34":48,"347":15,"35":22,"352":598,"36":154,"37":55,"38":384,"380":10,"381":36,"383":18,"39":88,"391":17,"396":3,"397":23,"40":81,"409":85,"41":40,"414":15,"415":64,"419":8,"42":82,"426":4,"43":48,"430":22,"433":9,"44":16,"45":18,"46":200,"48":50,"49":88,"5":605,"51":41,"52":87,"53":66,"56":22,"570":3,"6":148,"63":43,"7":586,"79":28,"8":299,"80":33,"9":179,"all_client":83731,"all_tv_clinet":13301,"insert_time":"2014-08-20T03:16:47.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70660,"10":11,"107":464,"11":479,"12":54,"13":413,"14":106,"15":170,"155":22,"156":25,"158":39,"159":6,"16":135,"160":16,"161":212,"167":42,"168":11,"17":354,"18":667,"19":387,"20":125,"209":53,"21":453,"210":20,"211":5,"214":16,"215":160,"221":252,"223":507,"224":94,"225":346,"23":380,"24":1073,"25":345,"257":62,"26":165,"268":9,"27":64,"273":78,"276":36,"279":10,"28":660,"281":23,"282":27,"291":36,"292":147,"30":77,"302":3,"306":1,"31":37,"314":6,"317":3,"32":13,"33":49,"34":50,"347":13,"35":21,"352":601,"36":149,"37":52,"38":392,"380":11,"381":33,"383":20,"39":83,"391":17,"396":4,"397":24,"40":81,"409":87,"41":42,"414":15,"415":68,"419":8,"42":87,"426":3,"43":48,"430":21,"433":10,"44":15,"45":20,"46":203,"48":43,"49":87,"5":604,"51":41,"52":79,"53":60,"56":22,"570":2,"6":142,"63":43,"7":584,"79":27,"8":303,"80":35,"9":188,"all_client":84046,"all_tv_clinet":13386,"insert_time":"2014-08-20T03:17:47.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70762,"10":11,"107":453,"11":485,"12":49,"13":424,"14":109,"15":162,"155":22,"156":24,"158":37,"159":7,"16":127,"160":18,"161":213,"167":43,"168":9,"17":355,"18":675,"19":383,"20":140,"209":52,"21":462,"210":21,"211":5,"214":16,"215":168,"221":255,"223":526,"224":96,"225":360,"23":375,"24":1065,"25":334,"257":60,"26":171,"268":8,"27":69,"273":80,"276":34,"279":11,"28":665,"281":23,"282":28,"291":37,"292":147,"30":79,"302":4,"306":1,"31":36,"314":6,"317":4,"32":13,"33":48,"34":48,"347":14,"35":21,"352":597,"36":145,"37":49,"38":389,"380":11,"381":34,"383":18,"39":82,"391":15,"396":5,"397":24,"40":84,"409":84,"41":41,"414":14,"415":67,"419":8,"42":86,"426":4,"43":48,"430":18,"433":11,"44":16,"45":22,"46":203,"48":38,"49":82,"5":608,"51":46,"52":73,"53":62,"56":20,"570":2,"6":138,"63":42,"7":576,"79":28,"8":307,"80":36,"9":199,"all_client":84182,"all_tv_clinet":13420,"insert_time":"2014-08-20T03:18:48.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70927,"10":11,"107":455,"11":480,"12":50,"13":428,"14":110,"15":153,"155":21,"156":21,"158":38,"159":7,"16":123,"160":18,"161":201,"167":43,"168":8,"17":342,"18":705,"19":383,"20":143,"209":52,"21":465,"210":21,"211":5,"214":17,"215":167,"221":254,"223":537,"224":96,"225":355,"23":366,"24":1082,"25":340,"257":63,"26":176,"268":8,"27":72,"273":80,"276":33,"279":12,"28":658,"281":23,"282":29,"291":37,"292":148,"30":82,"302":4,"31":35,"314":6,"317":4,"32":13,"33":46,"34":47,"347":15,"35":19,"352":591,"36":147,"37":47,"38":388,"380":11,"381":32,"383":20,"39":79,"391":15,"396":6,"397":22,"40":89,"409":82,"41":40,"414":15,"415":64,"419":8,"42":89,"426":3,"43":48,"430":18,"433":10,"44":17,"45":20,"46":200,"48":39,"49":79,"5":615,"51":46,"52":72,"53":69,"56":24,"570":3,"6":128,"63":44,"7":574,"79":26,"8":311,"80":40,"9":208,"all_client":84373,"all_tv_clinet":13446,"insert_time":"2014-08-20T03:19:48.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71110,"10":10,"107":457,"11":501,"12":51,"13":433,"14":109,"15":158,"155":20,"156":18,"158":40,"159":7,"16":122,"160":19,"161":211,"167":39,"168":7,"17":316,"18":721,"19":380,"20":149,"209":54,"21":472,"210":23,"211":6,"214":17,"215":169,"221":252,"223":539,"224":101,"225":357,"23":373,"24":1080,"25":344,"257":63,"26":179,"268":9,"27":73,"273":83,"276":33,"279":12,"28":661,"281":23,"282":31,"291":38,"292":151,"30":79,"302":4,"31":34,"314":6,"317":4,"32":13,"33":44,"34":43,"347":15,"35":22,"352":590,"36":144,"37":42,"38":376,"380":10,"381":34,"383":19,"39":76,"391":14,"396":5,"397":22,"40":90,"409":83,"41":41,"414":15,"415":60,"419":8,"42":91,"426":2,"43":49,"430":20,"433":9,"44":17,"45":18,"46":199,"48":38,"49":75,"5":622,"51":49,"52":69,"53":77,"56":25,"570":3,"6":128,"63":43,"7":564,"79":27,"8":317,"80":43,"9":207,"all_client":84606,"all_tv_clinet":13496,"insert_time":"2014-08-20T03:20:49.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71257,"10":11,"107":450,"11":504,"12":52,"13":437,"14":113,"15":161,"155":19,"156":19,"158":40,"159":6,"16":116,"160":19,"161":211,"167":38,"168":7,"17":288,"18":755,"19":382,"20":144,"209":54,"21":481,"210":22,"211":6,"214":17,"215":172,"221":244,"223":562,"224":103,"225":357,"23":377,"24":1087,"25":354,"257":61,"26":187,"268":10,"27":76,"273":79,"276":33,"279":12,"28":658,"281":22,"282":31,"291":37,"292":151,"30":77,"302":4,"306":1,"31":34,"314":6,"317":3,"32":12,"33":43,"34":41,"347":14,"35":25,"352":588,"36":145,"37":40,"38":373,"380":10,"381":35,"383":20,"39":78,"391":14,"396":5,"397":22,"40":92,"409":85,"41":39,"414":15,"415":57,"419":9,"42":90,"426":2,"43":51,"430":22,"433":9,"434":1,"44":16,"45":18,"46":200,"48":37,"49":67,"5":643,"51":51,"52":68,"53":79,"56":28,"570":2,"6":122,"63":45,"7":549,"79":27,"8":320,"80":44,"9":213,"all_client":84813,"all_tv_clinet":13556,"insert_time":"2014-08-20T03:21:50.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71440,"10":11,"107":435,"11":521,"12":53,"13":438,"14":106,"15":166,"155":17,"156":20,"158":41,"159":6,"16":110,"160":18,"161":204,"167":37,"168":6,"17":272,"18":769,"19":374,"20":150,"209":54,"21":489,"210":22,"211":6,"214":17,"215":168,"221":238,"223":575,"224":102,"225":357,"23":382,"24":1104,"25":361,"257":64,"26":183,"268":11,"27":81,"273":84,"276":33,"279":12,"28":658,"281":22,"282":30,"291":37,"292":152,"30":80,"302":4,"306":1,"31":34,"314":6,"317":2,"32":12,"33":43,"34":41,"347":13,"35":28,"352":573,"36":152,"37":37,"38":365,"380":11,"381":33,"383":22,"39":74,"391":13,"396":4,"397":21,"40":94,"409":83,"41":40,"414":13,"415":56,"419":10,"42":85,"426":2,"43":53,"430":23,"433":9,"434":1,"44":16,"45":18,"46":200,"48":36,"49":61,"5":657,"51":51,"52":67,"53":73,"56":29,"570":2,"6":128,"63":46,"7":548,"79":29,"8":328,"80":46,"9":216,"all_client":85025,"all_tv_clinet":13585,"insert_time":"2014-08-20T03:22:50.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71542,"10":13,"107":417,"11":534,"12":54,"13":443,"14":107,"15":171,"155":17,"156":21,"158":40,"159":7,"16":109,"160":16,"161":208,"167":37,"168":6,"17":267,"18":772,"19":391,"20":149,"209":54,"21":497,"210":23,"211":6,"214":18,"215":166,"221":246,"223":586,"224":100,"225":351,"23":381,"24":1107,"25":374,"257":65,"26":181,"268":11,"27":85,"273":83,"276":34,"279":12,"28":661,"281":22,"282":30,"291":36,"292":145,"30":84,"302":5,"306":1,"31":29,"314":5,"317":2,"32":12,"33":44,"34":44,"347":12,"35":28,"352":565,"36":153,"37":37,"38":384,"380":10,"381":31,"383":20,"39":73,"391":11,"396":4,"397":21,"40":90,"409":82,"41":39,"414":13,"415":53,"419":10,"42":84,"426":1,"43":55,"430":22,"433":8,"434":1,"44":18,"45":19,"46":200,"48":37,"49":58,"5":659,"51":48,"52":69,"53":75,"56":29,"570":2,"6":125,"63":47,"7":543,"79":29,"8":327,"80":49,"9":217,"all_client":85179,"all_tv_clinet":13637,"insert_time":"2014-08-20T03:23:51.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71733,"10":14,"107":414,"11":550,"12":53,"13":443,"14":103,"15":178,"155":14,"156":21,"158":41,"159":7,"16":110,"160":14,"161":210,"167":37,"168":6,"17":264,"18":765,"19":387,"20":147,"209":53,"21":504,"210":24,"211":5,"214":18,"215":165,"221":244,"223":599,"224":96,"225":345,"23":394,"24":1126,"25":378,"257":71,"26":186,"268":11,"27":87,"273":82,"276":34,"279":11,"28":662,"281":20,"282":31,"291":36,"292":134,"30":86,"302":5,"306":1,"31":26,"314":4,"317":2,"32":12,"33":46,"34":44,"347":11,"35":28,"352":561,"36":152,"37":35,"38":397,"380":11,"381":30,"383":20,"39":69,"391":12,"396":4,"397":21,"40":78,"409":80,"41":39,"414":11,"415":52,"419":12,"42":84,"426":2,"43":55,"430":22,"433":8,"434":1,"44":17,"45":19,"46":204,"48":37,"49":55,"5":667,"51":54,"52":78,"53":68,"56":27,"570":2,"6":127,"63":46,"7":541,"79":28,"8":324,"80":49,"9":220,"all_client":85411,"all_tv_clinet":13678,"insert_time":"2014-08-20T03:24:52.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71924,"10":16,"107":410,"11":551,"12":56,"13":453,"14":101,"15":181,"155":13,"156":22,"158":41,"159":6,"16":109,"160":13,"161":217,"167":36,"168":6,"17":264,"18":775,"19":391,"20":149,"209":54,"21":516,"210":24,"211":5,"214":19,"215":170,"221":250,"223":576,"224":97,"225":351,"23":394,"24":1150,"25":378,"257":76,"26":177,"268":9,"27":87,"273":78,"276":35,"279":11,"28":666,"281":21,"282":31,"291":36,"292":117,"30":78,"302":5,"306":1,"31":28,"314":4,"317":4,"32":14,"33":49,"34":42,"347":12,"35":26,"352":570,"36":154,"37":36,"38":399,"380":10,"381":33,"383":20,"39":65,"391":13,"396":4,"397":22,"40":65,"409":85,"41":38,"414":12,"415":53,"419":13,"42":84,"426":2,"43":55,"430":22,"433":9,"434":1,"44":18,"45":19,"46":203,"48":38,"49":54,"5":672,"51":58,"52":84,"53":64,"56":27,"570":1,"6":129,"63":42,"7":547,"79":30,"8":325,"80":47,"9":224,"all_client":85672,"all_tv_clinet":13748,"insert_time":"2014-08-20T03:25:53.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72072,"10":16,"107":422,"11":577,"12":57,"13":450,"14":104,"15":183,"155":12,"156":22,"158":40,"159":5,"16":111,"160":14,"161":207,"167":36,"168":5,"17":272,"18":780,"19":396,"20":149,"209":55,"21":522,"210":26,"211":5,"214":19,"215":161,"221":243,"223":571,"224":94,"225":341,"23":375,"24":1175,"25":374,"257":77,"26":159,"268":9,"27":91,"273":82,"276":34,"279":14,"28":671,"281":21,"282":31,"291":39,"292":112,"30":71,"302":5,"306":1,"31":27,"314":3,"317":6,"32":16,"33":50,"34":39,"347":13,"35":27,"352":573,"36":152,"37":33,"38":406,"380":12,"381":33,"383":22,"39":64,"391":14,"396":5,"397":22,"40":59,"409":84,"41":41,"414":11,"415":55,"419":14,"42":86,"426":3,"43":57,"430":24,"433":10,"434":1,"44":18,"45":19,"46":211,"48":38,"49":57,"5":698,"51":61,"52":87,"53":58,"56":26,"570":1,"6":136,"63":38,"7":556,"79":33,"8":330,"80":43,"9":229,"all_client":85909,"all_tv_clinet":13837,"insert_time":"2014-08-20T03:26:53.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72299,"10":16,"107":428,"11":585,"12":56,"13":448,"14":106,"15":185,"155":14,"156":24,"158":40,"159":4,"16":114,"160":16,"161":202,"167":36,"168":4,"17":269,"18":799,"19":423,"20":159,"209":57,"21":526,"210":29,"211":5,"214":20,"215":150,"221":241,"223":557,"224":96,"225":342,"23":347,"24":1177,"25":386,"257":81,"26":144,"268":10,"27":92,"273":79,"276":32,"279":15,"28":676,"281":23,"282":28,"291":43,"292":112,"30":66,"302":5,"306":1,"31":31,"314":4,"317":6,"32":15,"33":55,"34":38,"347":13,"35":30,"352":584,"36":142,"37":32,"38":405,"380":12,"381":33,"383":23,"39":59,"391":12,"396":5,"397":23,"40":54,"409":85,"41":43,"414":14,"415":52,"419":14,"42":88,"426":2,"43":57,"430":29,"433":9,"434":1,"44":17,"45":22,"46":215,"48":40,"49":52,"5":714,"51":59,"52":86,"53":54,"56":25,"570":2,"6":134,"63":33,"7":566,"79":33,"8":333,"80":39,"9":230,"all_client":86191,"all_tv_clinet":13892,"insert_time":"2014-08-20T03:27:54.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72519,"10":16,"107":438,"11":592,"12":56,"13":446,"14":106,"15":188,"155":13,"156":26,"158":39,"159":4,"16":115,"160":17,"161":192,"167":37,"168":5,"17":270,"18":802,"19":456,"20":158,"209":58,"21":525,"210":31,"211":3,"214":19,"215":152,"221":246,"223":556,"224":100,"225":341,"23":326,"24":1179,"25":385,"257":80,"26":132,"268":10,"27":98,"273":78,"276":27,"279":16,"28":691,"281":24,"282":26,"291":46,"292":111,"30":60,"302":6,"306":1,"31":31,"314":5,"317":6,"32":15,"33":51,"34":39,"347":13,"35":32,"352":591,"36":138,"37":29,"38":406,"380":13,"381":31,"383":22,"39":60,"391":13,"396":4,"397":24,"40":52,"409":85,"41":44,"414":17,"415":51,"419":14,"42":88,"426":2,"43":60,"430":35,"433":9,"434":1,"44":15,"45":25,"46":218,"48":39,"49":54,"5":720,"51":54,"52":92,"53":51,"56":29,"570":1,"6":133,"63":29,"7":562,"79":32,"8":333,"80":33,"9":241,"all_client":86464,"all_tv_clinet":13945,"insert_time":"2014-08-20T03:28:54.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72683,"10":16,"107":443,"11":595,"12":58,"13":453,"14":115,"15":197,"155":13,"156":27,"158":39,"159":4,"16":114,"160":17,"161":190,"167":38,"168":5,"17":262,"18":820,"19":480,"20":161,"209":57,"21":541,"210":31,"211":6,"214":19,"215":152,"221":238,"223":566,"224":99,"225":340,"23":320,"24":1183,"25":387,"257":80,"26":124,"268":11,"27":102,"273":69,"276":24,"279":17,"28":661,"281":20,"282":27,"291":46,"292":112,"30":58,"302":7,"306":1,"31":30,"314":7,"317":5,"32":16,"33":51,"34":41,"347":13,"35":33,"352":592,"36":138,"37":27,"38":395,"380":13,"381":31,"383":18,"39":60,"391":13,"396":3,"397":23,"40":51,"409":87,"41":44,"414":17,"415":52,"419":14,"42":91,"426":2,"43":60,"430":39,"433":9,"434":1,"44":15,"45":25,"46":222,"48":37,"49":52,"5":733,"51":55,"52":93,"53":44,"56":28,"570":1,"6":136,"63":30,"7":561,"79":33,"8":339,"80":33,"9":240,"all_client":86681,"all_tv_clinet":13998,"insert_time":"2014-08-20T03:29:55.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72921,"10":16,"107":436,"11":596,"12":57,"13":453,"14":116,"15":198,"155":11,"156":27,"158":38,"159":4,"16":116,"160":18,"161":192,"167":39,"168":6,"17":264,"18":827,"19":482,"20":158,"209":55,"21":551,"210":28,"211":6,"214":20,"215":160,"221":244,"223":560,"224":107,"225":342,"23":318,"24":1196,"25":398,"257":79,"26":113,"268":10,"27":100,"273":67,"276":26,"279":17,"28":635,"281":19,"282":28,"291":47,"292":123,"30":58,"302":8,"306":1,"31":26,"314":7,"317":6,"32":16,"33":52,"34":41,"347":13,"35":33,"352":582,"36":138,"37":27,"38":381,"380":13,"381":31,"383":19,"39":62,"391":14,"396":3,"397":22,"40":50,"409":86,"41":42,"414":18,"415":53,"419":13,"42":91,"426":2,"43":68,"430":38,"431":1,"433":9,"434":1,"44":14,"45":25,"46":224,"48":38,"49":50,"5":744,"51":57,"52":93,"53":43,"56":29,"570":1,"6":133,"63":28,"7":565,"79":33,"8":340,"80":31,"9":255,"all_client":86952,"all_tv_clinet":14031,"insert_time":"2014-08-20T03:30:56.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73071,"10":18,"107":434,"11":608,"12":64,"13":453,"14":116,"15":196,"155":11,"156":29,"158":38,"159":4,"16":115,"160":20,"161":186,"167":38,"168":10,"17":272,"18":830,"19":487,"20":155,"209":49,"21":559,"210":28,"211":9,"214":20,"215":159,"221":249,"223":564,"224":105,"225":344,"23":304,"24":1190,"25":413,"257":80,"26":109,"268":10,"27":100,"273":64,"276":27,"279":18,"28":602,"281":18,"282":30,"291":47,"292":127,"30":57,"302":8,"306":1,"31":25,"314":7,"317":6,"32":13,"33":54,"34":44,"347":13,"35":39,"352":586,"36":142,"37":26,"38":375,"380":12,"381":32,"383":18,"39":62,"391":15,"396":3,"397":22,"40":52,"409":87,"41":49,"414":19,"415":54,"419":13,"42":92,"426":2,"43":74,"430":38,"431":1,"433":9,"434":1,"44":15,"45":27,"46":238,"48":41,"49":47,"5":759,"51":61,"52":92,"53":40,"56":23,"570":1,"6":133,"63":25,"7":572,"79":32,"8":331,"80":31,"9":280,"all_client":87179,"all_tv_clinet":14108,"insert_time":"2014-08-20T03:31:56.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73209,"10":17,"107":430,"11":632,"12":64,"13":446,"14":115,"15":195,"155":11,"156":30,"158":41,"159":4,"16":118,"160":21,"161":186,"167":37,"168":10,"17":277,"18":818,"19":488,"20":148,"209":46,"21":564,"210":27,"211":8,"214":20,"215":161,"221":264,"223":573,"224":108,"225":344,"23":302,"24":1199,"25":427,"257":79,"26":109,"268":9,"27":102,"273":63,"276":27,"279":18,"28":586,"281":18,"282":29,"291":46,"292":140,"30":57,"302":9,"306":1,"31":27,"314":6,"317":6,"32":14,"33":53,"34":47,"347":15,"35":39,"352":585,"36":151,"37":24,"38":383,"380":13,"381":28,"383":17,"39":65,"391":16,"396":2,"397":23,"40":48,"409":85,"41":48,"414":20,"415":56,"419":15,"42":93,"426":1,"43":73,"430":39,"431":1,"433":7,"434":1,"44":14,"45":29,"46":243,"48":42,"49":47,"5":775,"51":61,"52":94,"53":38,"56":24,"570":1,"6":135,"63":26,"7":584,"79":28,"8":303,"80":31,"9":292,"all_client":87401,"all_tv_clinet":14192,"insert_time":"2014-08-20T03:32:57.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73399,"10":16,"107":434,"11":634,"12":62,"13":450,"14":120,"15":197,"155":10,"156":30,"158":41,"159":4,"16":115,"160":22,"161":189,"167":38,"168":9,"17":277,"18":808,"19":492,"20":149,"209":44,"21":576,"210":29,"211":9,"214":20,"215":162,"221":264,"223":588,"224":113,"225":346,"23":289,"24":1208,"25":442,"257":80,"26":107,"268":8,"27":104,"273":60,"276":27,"279":19,"28":570,"281":18,"282":29,"291":45,"292":145,"30":57,"302":10,"306":1,"31":28,"314":4,"317":6,"32":13,"33":51,"34":51,"347":15,"35":41,"352":595,"36":146,"37":26,"38":377,"380":13,"381":30,"383":17,"39":67,"391":18,"396":2,"397":23,"40":43,"409":85,"41":50,"414":22,"415":59,"419":14,"42":96,"426":1,"43":74,"430":39,"431":1,"433":7,"434":1,"44":15,"45":30,"46":243,"48":43,"49":48,"5":775,"51":61,"52":99,"53":38,"56":24,"570":1,"6":139,"63":23,"7":581,"79":27,"8":293,"80":35,"9":311,"all_client":87667,"all_tv_clinet":14268,"insert_time":"2014-08-20T03:33:58.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73575,"10":17,"107":450,"11":639,"12":64,"13":455,"14":122,"15":199,"155":10,"156":30,"158":42,"159":5,"16":118,"160":22,"161":190,"167":39,"168":9,"17":272,"18":799,"19":487,"20":153,"209":43,"21":583,"210":29,"211":9,"214":21,"215":169,"221":255,"223":609,"224":115,"225":344,"23":295,"24":1220,"25":447,"257":79,"26":103,"268":6,"27":106,"273":60,"276":26,"279":15,"28":557,"281":18,"282":27,"291":45,"292":149,"30":52,"302":10,"306":1,"31":23,"314":4,"317":7,"32":13,"33":54,"34":51,"347":16,"35":38,"352":595,"36":140,"37":24,"38":385,"380":13,"381":30,"383":20,"39":69,"391":21,"396":2,"397":23,"40":43,"409":87,"41":49,"414":22,"415":60,"419":12,"42":95,"426":3,"43":71,"430":42,"431":1,"433":6,"434":1,"44":12,"45":31,"46":238,"48":42,"49":45,"5":787,"51":63,"52":102,"53":39,"56":25,"570":2,"6":138,"63":26,"7":587,"79":24,"8":280,"80":38,"9":323,"all_client":87912,"all_tv_clinet":14337,"insert_time":"2014-08-20T03:34:58.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73806,"10":16,"107":435,"11":633,"12":66,"13":462,"14":122,"15":196,"155":10,"156":31,"158":44,"159":3,"16":113,"160":20,"161":195,"167":36,"168":10,"17":277,"18":798,"19":490,"20":150,"209":43,"21":593,"210":27,"211":9,"214":20,"215":169,"221":252,"223":622,"224":117,"225":333,"23":283,"24":1240,"25":457,"257":82,"26":102,"268":5,"27":105,"273":62,"276":26,"279":15,"28":547,"281":18,"282":25,"291":46,"292":146,"30":50,"302":10,"306":1,"31":23,"314":3,"317":7,"32":12,"33":56,"34":52,"347":17,"35":38,"352":604,"36":139,"37":25,"38":393,"380":13,"381":31,"383":19,"39":71,"391":21,"396":4,"397":24,"40":42,"409":85,"41":50,"414":23,"415":62,"419":10,"42":97,"426":3,"43":70,"430":47,"431":1,"433":6,"434":1,"44":13,"45":31,"46":231,"48":43,"49":50,"5":798,"51":62,"52":106,"53":40,"56":23,"570":2,"6":137,"63":25,"7":592,"79":22,"8":271,"80":40,"9":344,"all_client":88197,"all_tv_clinet":14391,"insert_time":"2014-08-20T03:35:59.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74005,"10":16,"107":441,"11":642,"12":68,"13":454,"14":116,"15":205,"155":10,"156":33,"158":46,"159":4,"16":110,"160":18,"161":200,"167":36,"168":10,"17":273,"18":803,"19":489,"20":150,"209":42,"21":578,"210":27,"211":9,"214":20,"215":175,"221":255,"223":630,"224":117,"225":337,"23":278,"24":1240,"25":463,"257":80,"26":93,"268":5,"27":105,"273":66,"276":27,"279":18,"28":534,"281":18,"282":23,"291":46,"292":150,"30":41,"302":9,"306":1,"31":21,"314":4,"317":8,"32":15,"33":61,"34":55,"347":17,"35":37,"352":612,"36":140,"37":23,"38":396,"380":12,"381":32,"383":18,"39":70,"391":20,"396":3,"397":24,"40":41,"409":84,"41":48,"414":24,"415":69,"419":10,"42":100,"426":3,"43":68,"430":47,"433":6,"434":1,"44":13,"45":31,"46":228,"48":46,"49":50,"5":812,"51":59,"52":105,"53":45,"56":25,"570":2,"6":139,"63":27,"7":609,"79":20,"8":265,"80":42,"9":346,"all_client":88449,"all_tv_clinet":14444,"insert_time":"2014-08-20T03:37:00.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74189,"10":15,"107":447,"11":645,"12":65,"13":453,"14":116,"15":207,"155":10,"156":31,"158":46,"159":7,"16":106,"160":20,"161":207,"167":34,"168":10,"17":271,"18":813,"19":492,"20":156,"209":39,"21":586,"210":27,"211":10,"214":20,"215":180,"221":257,"223":637,"224":109,"225":329,"23":270,"24":1266,"25":462,"257":81,"26":90,"268":4,"27":107,"273":67,"276":27,"279":16,"28":517,"281":18,"282":24,"291":44,"292":150,"30":43,"302":9,"306":1,"31":22,"314":3,"317":6,"32":16,"33":61,"34":58,"347":17,"35":37,"352":619,"36":147,"37":24,"38":396,"380":12,"381":32,"383":20,"39":76,"391":19,"396":3,"397":23,"40":41,"409":77,"41":48,"414":24,"415":75,"419":10,"42":102,"426":4,"43":60,"430":44,"433":6,"434":1,"44":13,"45":31,"46":216,"48":46,"49":49,"5":814,"51":56,"52":107,"53":46,"56":28,"570":1,"6":140,"63":25,"7":616,"79":20,"8":262,"80":43,"9":346,"all_client":88672,"all_tv_clinet":14483,"insert_time":"2014-08-20T03:38:00.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74357,"10":19,"107":444,"11":663,"12":66,"13":457,"14":111,"15":210,"155":13,"156":32,"158":44,"159":9,"16":108,"160":22,"161":209,"167":35,"168":10,"17":263,"18":826,"19":469,"20":156,"209":38,"21":596,"210":27,"211":11,"214":19,"215":181,"221":256,"223":645,"224":98,"225":340,"23":274,"24":1293,"25":464,"257":79,"26":88,"268":3,"27":108,"273":71,"276":31,"279":16,"28":512,"281":18,"282":24,"291":44,"292":144,"30":40,"302":9,"306":1,"31":26,"314":3,"317":6,"32":15,"33":58,"34":60,"347":19,"35":39,"352":605,"36":141,"37":24,"38":406,"380":13,"381":31,"383":21,"39":78,"391":19,"396":3,"397":22,"40":41,"409":72,"41":55,"414":27,"415":73,"419":10,"42":100,"426":3,"43":63,"430":41,"433":6,"434":1,"44":13,"45":32,"46":208,"48":45,"49":51,"5":822,"51":58,"52":110,"53":47,"56":25,"570":2,"6":141,"63":24,"7":609,"79":18,"8":259,"80":44,"9":351,"all_client":88893,"all_tv_clinet":14536,"insert_time":"2014-08-20T03:39:01.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74530,"10":23,"107":454,"11":664,"12":72,"13":465,"14":115,"15":212,"155":14,"156":32,"158":42,"159":10,"16":111,"160":21,"161":216,"167":37,"168":8,"17":261,"18":845,"19":445,"20":158,"209":36,"21":587,"210":27,"211":11,"214":19,"215":182,"221":261,"223":661,"224":90,"225":344,"23":283,"24":1315,"25":474,"257":74,"26":91,"268":3,"27":105,"273":76,"276":31,"279":18,"28":500,"281":18,"282":24,"291":44,"292":135,"30":38,"302":9,"31":29,"314":4,"317":6,"32":13,"33":60,"34":62,"347":21,"35":42,"352":600,"36":142,"37":22,"38":405,"380":13,"381":33,"383":20,"39":75,"391":20,"396":4,"397":22,"40":42,"409":77,"41":55,"414":26,"415":74,"419":10,"42":93,"426":3,"43":59,"430":39,"433":6,"434":1,"44":14,"45":32,"46":208,"48":45,"49":53,"5":824,"51":57,"52":113,"53":46,"56":24,"570":2,"6":143,"63":25,"7":600,"79":21,"8":265,"80":47,"9":354,"all_client":89142,"all_tv_clinet":14612,"insert_time":"2014-08-20T03:40:01.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74682,"10":25,"107":455,"11":679,"12":74,"13":451,"14":113,"15":222,"155":11,"156":31,"158":42,"159":10,"16":114,"160":20,"161":224,"167":36,"168":9,"17":257,"18":862,"19":417,"20":155,"209":36,"21":590,"210":27,"211":11,"214":18,"215":180,"221":266,"223":671,"224":86,"225":348,"23":294,"24":1324,"25":486,"257":78,"26":88,"268":3,"27":106,"273":79,"276":33,"279":19,"28":491,"281":17,"282":23,"291":45,"292":119,"30":35,"302":10,"31":33,"314":4,"317":6,"32":12,"33":60,"34":63,"347":23,"35":44,"352":600,"36":147,"37":22,"38":407,"380":13,"381":35,"383":19,"39":81,"391":22,"396":4,"397":22,"40":41,"409":79,"41":51,"414":28,"415":76,"419":12,"42":91,"426":1,"43":59,"430":37,"433":7,"434":1,"44":14,"45":36,"46":204,"48":41,"49":56,"5":833,"51":59,"52":120,"53":51,"56":22,"570":2,"6":142,"63":25,"7":599,"79":20,"8":257,"80":51,"9":364,"all_client":89368,"all_tv_clinet":14686,"insert_time":"2014-08-20T03:41:02.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74851,"10":28,"107":467,"11":698,"12":76,"13":432,"14":120,"15":216,"155":8,"156":29,"158":41,"159":10,"16":111,"160":21,"161":220,"167":41,"168":9,"17":259,"18":878,"19":403,"20":157,"209":34,"21":588,"210":26,"211":12,"214":19,"215":183,"221":253,"223":682,"224":81,"225":367,"23":304,"24":1350,"25":488,"257":74,"26":87,"268":4,"27":111,"273":75,"276":34,"279":22,"28":495,"281":17,"282":20,"291":45,"292":119,"30":36,"302":10,"31":37,"314":4,"317":5,"32":13,"33":63,"34":63,"347":24,"35":44,"352":592,"36":141,"37":24,"38":396,"380":12,"381":36,"383":21,"39":79,"391":23,"396":4,"397":22,"40":41,"409":76,"41":48,"414":26,"415":82,"419":11,"42":83,"426":2,"43":56,"430":38,"433":7,"434":1,"44":11,"45":38,"46":195,"48":36,"49":62,"5":841,"51":58,"52":126,"53":52,"56":23,"570":2,"6":137,"63":27,"7":609,"79":22,"8":252,"80":51,"9":369,"all_client":89596,"all_tv_clinet":14745,"insert_time":"2014-08-20T03:42:03.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75013,"10":27,"107":473,"11":700,"12":77,"13":426,"14":115,"15":221,"155":8,"156":28,"158":40,"159":9,"16":109,"160":22,"161":210,"167":44,"168":9,"17":257,"18":897,"19":405,"20":152,"209":36,"21":597,"210":26,"211":12,"214":18,"215":186,"221":254,"223":692,"224":68,"225":371,"23":297,"24":1343,"25":496,"257":75,"26":84,"268":4,"27":109,"273":74,"276":37,"279":20,"28":530,"281":16,"282":18,"291":46,"292":114,"30":34,"302":8,"31":43,"314":3,"317":5,"32":14,"33":64,"34":70,"347":29,"35":40,"352":601,"36":137,"37":26,"38":400,"380":13,"381":37,"383":22,"39":82,"391":25,"396":4,"397":23,"40":41,"409":75,"41":45,"414":26,"415":88,"419":10,"42":84,"426":3,"43":51,"430":38,"433":6,"434":1,"44":9,"45":40,"46":197,"48":34,"49":67,"5":846,"51":60,"52":126,"53":60,"56":21,"570":1,"6":131,"63":27,"7":609,"79":26,"8":246,"80":52,"9":370,"all_client":89835,"all_tv_clinet":14822,"insert_time":"2014-08-20T03:43:03.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75236,"10":25,"107":476,"11":705,"12":81,"13":405,"14":117,"15":228,"155":8,"156":29,"158":39,"159":10,"16":112,"160":23,"161":208,"167":46,"168":9,"17":261,"18":910,"19":407,"20":154,"209":37,"21":596,"210":25,"211":12,"214":20,"215":194,"221":253,"223":703,"224":65,"225":376,"23":290,"24":1341,"25":500,"257":71,"26":78,"268":5,"27":111,"273":70,"276":39,"279":21,"28":538,"281":16,"282":23,"291":46,"292":117,"30":31,"302":8,"31":44,"314":3,"317":5,"32":14,"33":65,"34":69,"347":29,"35":40,"352":600,"36":139,"37":26,"38":402,"380":13,"381":36,"383":17,"39":86,"391":26,"396":5,"397":22,"40":42,"409":84,"41":48,"414":27,"415":86,"419":11,"42":83,"426":2,"43":50,"430":44,"433":5,"434":1,"44":10,"45":35,"46":200,"48":34,"49":72,"5":850,"51":60,"52":127,"53":60,"56":20,"570":1,"6":133,"63":26,"7":595,"79":28,"8":247,"80":56,"9":359,"all_client":90112,"all_tv_clinet":14876,"insert_time":"2014-08-20T03:44:04.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75497,"10":21,"107":474,"11":717,"12":83,"13":381,"14":125,"15":225,"155":9,"156":30,"158":40,"159":14,"16":114,"160":24,"161":205,"167":46,"168":9,"17":268,"18":914,"19":423,"20":157,"209":37,"21":610,"210":26,"211":11,"214":19,"215":211,"221":265,"223":705,"224":62,"225":368,"23":283,"24":1297,"25":498,"257":69,"26":78,"268":4,"27":112,"273":73,"276":40,"279":17,"28":546,"281":15,"282":24,"291":46,"292":123,"30":30,"302":7,"31":39,"314":2,"317":5,"32":15,"33":63,"34":75,"347":29,"35":39,"352":603,"36":145,"37":27,"38":397,"380":14,"381":38,"383":16,"39":85,"391":26,"396":5,"397":22,"40":40,"409":89,"41":47,"414":29,"415":87,"419":10,"42":83,"426":2,"43":52,"430":44,"433":5,"434":1,"44":8,"45":33,"46":194,"48":35,"49":72,"5":838,"51":58,"52":127,"53":66,"56":18,"570":1,"6":132,"63":26,"7":597,"79":28,"8":255,"80":56,"9":358,"all_client":90388,"all_tv_clinet":14891,"insert_time":"2014-08-20T03:45:05.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75694,"10":24,"107":477,"11":720,"12":83,"13":371,"14":127,"15":219,"155":8,"156":35,"158":44,"159":14,"16":116,"160":24,"161":206,"167":47,"168":9,"17":277,"18":926,"19":436,"20":154,"209":37,"21":616,"210":26,"211":11,"214":19,"215":217,"221":276,"223":716,"224":58,"225":373,"23":277,"24":1306,"25":496,"257":68,"26":79,"268":5,"27":112,"273":70,"276":43,"279":16,"28":541,"281":15,"282":27,"291":45,"292":125,"30":31,"302":7,"31":39,"314":1,"317":4,"32":14,"33":61,"34":75,"347":31,"35":38,"352":596,"36":147,"37":25,"38":406,"380":14,"381":36,"383":18,"39":83,"391":27,"396":5,"397":22,"40":41,"409":90,"41":48,"414":29,"415":87,"419":9,"42":76,"426":1,"43":47,"430":46,"433":5,"434":1,"44":8,"45":29,"46":199,"48":34,"49":74,"5":847,"51":58,"52":131,"53":62,"56":17,"570":1,"6":131,"63":29,"7":612,"79":26,"8":252,"80":57,"9":346,"all_client":90658,"all_tv_clinet":14964,"insert_time":"2014-08-20T03:46:05.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75942,"10":29,"107":473,"11":729,"12":86,"13":356,"14":122,"15":210,"155":8,"156":34,"158":41,"159":12,"16":120,"160":23,"161":206,"167":47,"168":9,"17":283,"18":938,"19":453,"20":156,"209":37,"21":630,"210":27,"211":11,"214":18,"215":223,"221":282,"223":722,"224":55,"225":371,"23":276,"24":1270,"25":493,"257":70,"26":80,"268":6,"27":103,"273":72,"276":44,"279":15,"28":552,"281":14,"282":32,"291":45,"292":132,"30":29,"302":7,"31":39,"314":1,"317":4,"32":15,"33":57,"34":78,"347":29,"35":39,"352":613,"36":147,"37":26,"38":411,"380":14,"381":36,"383":17,"39":81,"391":29,"396":4,"397":23,"40":40,"409":92,"41":47,"414":31,"415":83,"419":8,"42":80,"426":2,"43":43,"430":48,"433":4,"434":1,"44":7,"45":31,"46":200,"48":31,"49":77,"5":851,"51":54,"52":132,"53":63,"56":15,"6":124,"63":28,"7":626,"79":23,"8":261,"80":60,"9":352,"all_client":90970,"all_tv_clinet":15028,"insert_time":"2014-08-20T03:47:06.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76137,"10":31,"107":464,"11":717,"12":91,"13":344,"14":113,"15":213,"155":9,"156":32,"158":36,"159":12,"16":127,"160":25,"161":216,"167":44,"168":9,"17":289,"18":962,"19":458,"20":158,"209":37,"21":633,"210":26,"211":10,"214":18,"215":227,"221":284,"223":741,"224":57,"225":375,"23":270,"24":1243,"25":500,"257":69,"26":75,"268":6,"27":98,"273":76,"276":43,"279":16,"28":550,"281":13,"282":33,"291":46,"292":140,"30":26,"302":5,"31":38,"314":1,"317":5,"32":14,"33":57,"34":78,"347":32,"35":40,"352":618,"36":154,"37":25,"38":421,"380":14,"381":35,"383":20,"39":85,"391":28,"396":4,"397":23,"40":41,"409":91,"41":41,"414":35,"415":85,"419":9,"42":76,"426":2,"43":39,"430":46,"433":4,"434":1,"44":7,"45":30,"46":205,"48":29,"49":81,"5":867,"51":53,"52":132,"53":58,"56":15,"6":122,"63":28,"7":616,"79":24,"8":279,"80":61,"9":339,"all_client":91212,"all_tv_clinet":15075,"insert_time":"2014-08-20T03:48:07.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76348,"10":31,"107":456,"11":717,"12":96,"13":334,"14":103,"15":217,"155":8,"156":28,"158":36,"159":12,"16":125,"160":26,"161":226,"167":46,"168":8,"17":285,"18":992,"19":463,"20":158,"209":35,"21":639,"210":25,"211":10,"214":19,"215":233,"221":283,"223":745,"224":57,"225":367,"23":257,"24":1234,"25":515,"257":71,"26":73,"268":6,"27":94,"273":75,"276":44,"279":16,"28":528,"281":12,"282":36,"291":47,"292":144,"30":24,"302":5,"31":37,"314":2,"317":7,"32":17,"33":53,"34":81,"347":32,"35":41,"352":613,"36":157,"37":25,"38":409,"380":14,"381":37,"383":24,"39":87,"391":27,"396":4,"397":23,"40":39,"409":94,"41":45,"414":35,"415":79,"419":10,"42":79,"426":2,"43":36,"430":48,"433":4,"434":1,"44":8,"45":31,"46":214,"48":28,"49":84,"5":868,"51":53,"52":136,"53":58,"56":13,"6":123,"63":29,"7":616,"79":26,"8":286,"80":63,"9":345,"all_client":91452,"all_tv_clinet":15104,"insert_time":"2014-08-20T03:49:07.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76476,"10":29,"107":457,"11":710,"12":99,"13":308,"14":102,"15":213,"155":8,"156":23,"158":38,"159":16,"16":126,"160":27,"161":238,"167":45,"168":6,"17":290,"18":999,"19":469,"20":152,"209":35,"21":643,"210":27,"211":10,"214":19,"215":238,"221":281,"223":777,"224":53,"225":369,"23":270,"24":1226,"25":520,"257":69,"26":69,"268":5,"27":87,"273":80,"276":46,"279":17,"28":522,"281":11,"282":36,"291":47,"292":151,"30":25,"302":5,"31":34,"314":2,"317":7,"32":17,"33":48,"34":86,"347":37,"35":37,"352":626,"36":160,"37":30,"38":405,"380":15,"381":43,"383":28,"39":86,"391":24,"396":4,"397":23,"40":42,"409":93,"41":44,"414":36,"415":81,"419":10,"42":78,"426":4,"43":33,"430":45,"433":5,"434":1,"44":10,"45":36,"46":215,"48":29,"49":85,"5":874,"51":54,"52":136,"53":58,"56":13,"6":122,"63":33,"7":601,"79":24,"8":306,"80":66,"9":353,"all_client":91668,"all_tv_clinet":15192,"insert_time":"2014-08-20T03:50:08.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76660,"10":29,"107":471,"11":706,"12":102,"13":312,"14":99,"15":211,"155":7,"156":19,"158":37,"159":14,"16":127,"160":25,"161":245,"167":45,"168":6,"17":297,"18":1013,"19":466,"20":162,"209":34,"21":653,"210":26,"211":10,"214":19,"215":241,"221":276,"223":785,"224":52,"225":371,"23":280,"24":1227,"25":527,"257":72,"26":63,"268":5,"27":81,"273":82,"276":47,"279":17,"28":524,"281":11,"282":40,"291":47,"292":157,"30":27,"302":5,"31":34,"314":2,"317":8,"32":22,"33":43,"34":87,"347":36,"35":37,"352":624,"36":156,"37":28,"38":407,"380":13,"381":42,"383":30,"39":90,"391":25,"396":4,"397":23,"40":39,"409":98,"41":46,"414":39,"415":95,"419":11,"42":80,"426":4,"43":29,"430":39,"433":4,"434":1,"44":9,"45":34,"46":232,"48":25,"49":85,"5":863,"51":53,"52":137,"53":56,"56":14,"6":121,"63":34,"7":578,"79":25,"8":318,"80":71,"9":369,"all_client":91952,"all_tv_clinet":15292,"insert_time":"2014-08-20T03:51:09.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76855,"10":27,"107":478,"11":711,"12":105,"13":310,"14":94,"15":220,"155":8,"156":16,"158":36,"159":15,"16":132,"160":32,"161":241,"167":45,"168":6,"17":306,"18":1017,"19":473,"20":163,"209":35,"21":664,"210":26,"211":10,"214":18,"215":252,"221":275,"223":794,"224":52,"225":371,"23":285,"24":1237,"25":523,"257":73,"26":60,"268":4,"27":79,"273":86,"276":51,"279":21,"28":524,"281":11,"282":39,"291":46,"292":163,"30":26,"302":5,"31":32,"314":2,"317":7,"32":22,"33":42,"34":88,"347":38,"35":37,"352":620,"36":155,"37":30,"38":410,"380":13,"381":44,"383":29,"39":89,"391":26,"396":4,"397":22,"40":39,"409":97,"41":44,"414":38,"415":102,"419":11,"42":81,"426":5,"43":33,"430":39,"433":4,"434":1,"44":8,"45":33,"46":231,"48":25,"49":86,"5":854,"51":59,"52":139,"53":56,"56":14,"6":122,"63":32,"7":557,"79":27,"8":333,"80":74,"9":388,"all_client":92262,"all_tv_clinet":15407,"insert_time":"2014-08-20T03:52:09.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77135,"10":27,"107":483,"11":713,"12":105,"13":308,"14":97,"15":225,"155":8,"156":15,"158":31,"159":17,"16":134,"160":33,"161":244,"167":46,"168":5,"17":318,"18":1021,"19":475,"20":166,"209":31,"21":665,"210":25,"211":11,"214":18,"215":250,"221":270,"223":797,"224":50,"225":378,"23":291,"24":1256,"25":537,"257":74,"26":59,"268":4,"27":72,"273":84,"276":49,"279":23,"28":530,"281":11,"282":41,"291":46,"292":172,"30":27,"302":5,"31":32,"314":2,"317":7,"32":21,"33":43,"34":89,"347":37,"35":37,"352":622,"36":150,"37":30,"38":398,"380":12,"381":47,"383":28,"39":90,"391":22,"396":5,"397":22,"40":39,"409":93,"41":43,"414":39,"415":100,"419":10,"42":85,"426":4,"43":34,"430":38,"433":4,"434":1,"44":7,"45":32,"46":236,"48":26,"49":85,"5":824,"51":57,"52":142,"53":57,"56":11,"6":127,"63":33,"7":541,"79":30,"8":357,"80":75,"9":409,"all_client":92615,"all_tv_clinet":15480,"insert_time":"2014-08-20T03:53:10.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77340,"10":26,"107":478,"11":731,"12":113,"13":293,"14":100,"15":229,"155":6,"156":15,"158":30,"159":21,"16":137,"160":31,"161":257,"167":44,"168":5,"17":322,"18":1014,"19":484,"20":168,"209":29,"21":660,"210":26,"211":10,"214":17,"215":242,"221":273,"223":814,"224":50,"225":382,"23":304,"24":1252,"25":543,"257":72,"26":63,"268":4,"27":66,"273":89,"276":48,"279":23,"28":533,"281":12,"282":45,"291":45,"292":179,"30":28,"302":5,"306":1,"31":38,"314":2,"317":7,"32":18,"33":46,"34":88,"347":37,"35":37,"352":632,"36":146,"37":35,"38":394,"380":11,"381":56,"383":25,"39":87,"391":22,"396":6,"397":23,"40":41,"409":88,"41":40,"414":39,"415":100,"419":11,"42":92,"426":4,"43":29,"430":36,"433":4,"434":1,"44":8,"45":29,"46":245,"48":30,"49":85,"5":804,"51":53,"52":143,"53":56,"56":10,"6":141,"63":34,"7":531,"79":29,"8":378,"80":83,"9":414,"all_client":92927,"all_tv_clinet":15587,"insert_time":"2014-08-20T03:54:11.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77535,"10":27,"107":485,"11":738,"12":116,"13":293,"14":104,"15":227,"155":5,"156":16,"158":28,"159":22,"16":137,"160":29,"161":269,"167":42,"168":5,"17":337,"18":1034,"19":487,"20":155,"209":30,"21":641,"210":28,"211":10,"214":17,"215":227,"221":269,"223":816,"224":47,"225":391,"23":307,"24":1248,"25":550,"257":71,"26":60,"268":4,"27":62,"273":97,"276":51,"279":24,"28":549,"281":12,"282":48,"291":42,"292":177,"30":26,"302":5,"306":1,"31":37,"314":2,"317":8,"32":21,"33":46,"34":89,"347":36,"35":39,"352":636,"36":149,"37":41,"38":399,"380":11,"381":55,"383":25,"39":93,"391":18,"396":6,"397":22,"40":39,"409":87,"41":40,"414":42,"415":102,"419":13,"42":94,"426":4,"43":29,"430":38,"433":5,"434":1,"44":9,"45":29,"46":258,"48":30,"49":89,"5":785,"51":50,"52":145,"53":56,"56":10,"6":149,"63":36,"7":513,"79":32,"8":391,"80":87,"9":423,"all_client":93220,"all_tv_clinet":15685,"insert_time":"2014-08-20T03:55:11.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77760,"10":27,"107":500,"11":743,"12":117,"13":279,"14":107,"15":222,"155":8,"156":24,"158":26,"159":23,"16":144,"160":24,"161":271,"167":42,"168":5,"17":337,"18":1043,"19":506,"20":148,"209":32,"21":620,"210":29,"211":6,"214":17,"215":216,"221":262,"223":833,"224":48,"225":394,"23":311,"24":1256,"25":546,"257":75,"26":60,"268":4,"27":61,"273":103,"276":52,"279":25,"28":576,"281":12,"282":49,"291":41,"292":167,"30":24,"302":5,"306":2,"31":37,"314":2,"317":8,"32":19,"33":44,"34":89,"347":36,"35":38,"352":638,"36":145,"37":40,"38":403,"380":11,"381":59,"383":25,"39":93,"391":20,"396":7,"397":20,"40":40,"409":85,"41":36,"414":43,"415":104,"419":11,"42":94,"426":4,"43":29,"430":37,"433":4,"434":1,"44":13,"45":29,"46":261,"48":29,"49":92,"5":796,"51":46,"52":148,"53":53,"56":9,"570":1,"6":166,"63":38,"7":501,"79":34,"8":410,"80":90,"9":438,"all_client":93558,"all_tv_clinet":15798,"insert_time":"2014-08-20T03:56:12.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77953,"10":29,"107":509,"11":742,"12":122,"13":280,"14":104,"15":211,"155":10,"156":27,"158":23,"159":23,"16":150,"160":23,"161":265,"167":39,"168":6,"17":332,"18":1048,"19":530,"20":143,"209":30,"21":599,"210":30,"211":6,"214":18,"215":209,"221":261,"223":856,"224":46,"225":403,"23":327,"24":1258,"25":539,"257":74,"26":62,"268":4,"27":62,"273":104,"276":54,"279":24,"28":594,"281":12,"282":49,"291":41,"292":149,"30":25,"302":6,"306":2,"31":39,"314":2,"317":8,"32":16,"33":43,"34":90,"347":36,"35":35,"352":632,"36":146,"37":43,"38":402,"380":10,"381":58,"383":25,"39":97,"391":21,"396":7,"397":21,"40":39,"409":94,"41":37,"414":41,"415":104,"419":9,"42":96,"426":4,"43":27,"430":36,"433":4,"434":1,"44":12,"45":27,"46":265,"48":34,"49":94,"5":806,"51":45,"52":153,"53":56,"56":8,"570":2,"6":163,"63":46,"7":494,"79":34,"8":434,"80":90,"9":452,"all_client":93851,"all_tv_clinet":15898,"insert_time":"2014-08-20T03:57:13.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78108,"10":30,"107":523,"11":757,"12":127,"13":285,"14":104,"15":186,"155":9,"156":29,"158":19,"159":24,"16":164,"160":23,"161":256,"167":37,"168":8,"17":312,"18":1032,"19":544,"20":149,"209":30,"21":582,"210":33,"211":7,"214":18,"215":207,"221":270,"223":868,"224":41,"225":425,"23":334,"24":1260,"25":527,"257":72,"26":61,"268":4,"27":60,"273":100,"276":52,"279":22,"28":604,"281":13,"282":50,"291":42,"292":141,"30":25,"302":6,"306":3,"31":36,"314":2,"317":8,"32":15,"33":47,"34":91,"347":37,"35":31,"352":640,"36":140,"37":47,"38":405,"380":9,"381":62,"383":29,"39":96,"391":21,"396":7,"397":22,"40":41,"409":99,"41":40,"414":41,"415":99,"419":7,"42":103,"426":4,"43":27,"430":33,"433":3,"434":1,"44":12,"45":31,"46":269,"48":36,"49":100,"5":824,"51":44,"52":154,"53":55,"56":7,"570":2,"6":197,"63":47,"7":473,"79":34,"8":460,"80":94,"9":472,"all_client":94137,"all_tv_clinet":16029,"insert_time":"2014-08-20T03:58:14.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78383,"10":29,"107":537,"11":711,"12":128,"13":301,"14":115,"15":184,"155":10,"156":30,"158":19,"159":24,"16":171,"160":23,"161":243,"167":42,"168":8,"17":307,"18":1021,"19":556,"20":148,"209":31,"21":566,"210":33,"211":6,"214":20,"215":204,"221":271,"223":851,"224":35,"225":452,"23":332,"24":1260,"25":495,"257":67,"26":55,"268":3,"27":52,"273":89,"276":53,"279":21,"28":634,"281":13,"282":53,"291":40,"292":147,"30":26,"302":6,"306":2,"31":37,"314":3,"317":8,"32":12,"33":50,"34":93,"347":39,"35":28,"352":648,"36":142,"37":57,"38":398,"380":8,"381":60,"383":31,"39":97,"391":18,"396":6,"397":22,"40":38,"409":99,"41":42,"414":40,"415":93,"419":8,"42":105,"426":4,"43":25,"430":28,"433":3,"434":1,"44":12,"45":31,"46":270,"48":37,"49":108,"5":849,"51":42,"52":153,"53":59,"56":9,"570":4,"6":217,"63":49,"7":471,"79":39,"8":486,"80":98,"9":470,"all_client":94454,"all_tv_clinet":16071,"insert_time":"2014-08-20T03:59:15.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78672,"10":30,"107":547,"11":645,"12":132,"13":326,"14":119,"15":177,"155":9,"156":33,"158":19,"159":23,"16":176,"160":24,"161":233,"167":46,"168":7,"17":304,"18":1020,"19":566,"20":140,"209":34,"21":551,"210":35,"211":11,"214":22,"215":205,"221":285,"223":837,"224":32,"225":470,"23":324,"24":1237,"25":471,"257":74,"26":54,"268":3,"27":48,"273":80,"276":58,"279":23,"28":629,"281":13,"282":52,"291":42,"292":157,"30":27,"302":6,"306":2,"31":36,"314":3,"317":7,"32":15,"33":48,"34":97,"347":43,"35":28,"352":660,"36":141,"37":60,"38":394,"380":6,"381":65,"383":32,"39":104,"391":19,"396":7,"397":22,"40":37,"409":104,"41":46,"414":41,"415":79,"419":10,"42":113,"426":4,"43":28,"430":28,"433":3,"434":1,"44":13,"45":29,"46":282,"48":36,"49":114,"5":894,"51":39,"52":148,"53":56,"56":8,"570":3,"6":245,"63":46,"7":464,"79":43,"8":501,"80":101,"9":482,"all_client":94815,"all_tv_clinet":16143,"insert_time":"2014-08-20T04:00:16.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78905,"10":31,"107":539,"11":604,"12":137,"13":336,"14":119,"15":175,"155":10,"156":34,"158":22,"159":23,"16":187,"160":26,"161":228,"167":53,"168":7,"17":303,"18":1007,"19":580,"20":143,"209":34,"21":552,"210":31,"211":12,"214":22,"215":207,"221":280,"223":833,"224":31,"225":484,"23":321,"24":1219,"25":453,"257":73,"26":57,"268":1,"27":43,"273":77,"276":64,"279":21,"28":613,"281":11,"282":52,"291":39,"292":174,"30":28,"302":5,"306":2,"31":37,"314":3,"317":6,"32":14,"33":43,"34":98,"347":46,"35":28,"352":663,"36":143,"37":61,"38":406,"380":5,"381":64,"383":33,"39":107,"391":22,"396":8,"397":22,"40":41,"409":106,"41":47,"414":40,"415":72,"419":9,"42":117,"426":5,"43":30,"430":33,"433":3,"434":1,"44":13,"45":30,"46":297,"48":39,"49":118,"5":942,"51":38,"52":122,"53":59,"56":10,"570":3,"6":248,"63":46,"7":448,"79":47,"8":535,"80":104,"9":491,"all_client":95111,"all_tv_clinet":16206,"insert_time":"2014-08-20T04:01:16.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79103,"10":32,"107":544,"11":554,"12":142,"13":332,"14":113,"15":181,"155":8,"156":32,"158":20,"159":22,"16":188,"160":24,"161":233,"167":57,"168":7,"17":301,"18":1005,"19":584,"20":151,"209":32,"21":544,"210":30,"211":12,"214":22,"215":213,"221":279,"223":840,"224":31,"225":510,"23":316,"24":1208,"25":443,"257":73,"26":61,"268":1,"27":38,"273":81,"276":65,"279":23,"28":577,"281":11,"282":56,"291":40,"292":173,"30":24,"302":5,"306":2,"31":38,"314":3,"317":6,"32":16,"33":44,"34":98,"347":46,"35":32,"352":663,"36":141,"37":63,"38":425,"380":5,"381":69,"383":37,"39":105,"391":22,"396":7,"397":21,"40":44,"409":106,"41":49,"414":41,"415":72,"419":7,"42":121,"426":5,"43":31,"430":34,"433":1,"434":1,"44":12,"45":28,"46":316,"48":38,"49":121,"5":1015,"51":41,"52":108,"53":62,"56":11,"570":2,"6":244,"63":47,"7":427,"79":54,"8":577,"80":109,"9":503,"all_client":95411,"all_tv_clinet":16308,"insert_time":"2014-08-20T04:02:17.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79294,"10":28,"107":540,"11":526,"12":146,"13":327,"14":111,"15":176,"155":9,"156":30,"158":23,"159":20,"16":191,"160":23,"161":231,"167":60,"168":8,"17":303,"18":1018,"19":548,"20":153,"209":28,"21":550,"210":28,"211":12,"214":21,"215":217,"221":278,"223":844,"224":33,"225":525,"23":315,"24":1229,"25":442,"257":73,"26":59,"268":1,"27":34,"273":86,"276":68,"279":21,"28":570,"281":11,"282":56,"291":38,"292":175,"30":23,"302":7,"306":2,"31":38,"314":3,"317":5,"32":18,"33":48,"34":98,"347":48,"35":32,"352":676,"36":147,"37":66,"38":445,"380":5,"381":67,"383":39,"39":106,"391":24,"396":6,"397":21,"40":47,"409":108,"41":49,"414":43,"415":60,"419":7,"42":122,"426":5,"43":34,"430":38,"433":1,"434":1,"44":10,"45":33,"46":328,"48":39,"49":121,"5":1087,"51":39,"52":97,"53":61,"56":12,"570":3,"6":237,"63":49,"7":422,"79":52,"8":593,"80":117,"9":530,"all_client":95748,"all_tv_clinet":16454,"insert_time":"2014-08-20T04:03:18.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79404,"10":28,"107":560,"11":504,"12":151,"13":334,"14":117,"15":161,"155":8,"156":30,"158":22,"159":20,"16":187,"160":20,"161":242,"167":57,"168":7,"17":302,"18":1050,"19":514,"20":150,"209":28,"21":548,"210":27,"211":13,"214":22,"215":213,"221":288,"223":857,"224":36,"225":525,"23":319,"24":1242,"25":432,"257":78,"26":59,"268":1,"27":34,"273":85,"276":71,"279":23,"28":565,"281":12,"282":55,"291":37,"292":176,"30":24,"302":8,"306":3,"31":35,"314":4,"317":5,"32":15,"33":53,"34":94,"347":52,"35":36,"352":687,"36":144,"37":70,"38":445,"380":6,"381":67,"383":36,"39":108,"391":22,"396":5,"397":22,"40":53,"409":108,"41":47,"414":44,"415":61,"419":7,"42":128,"426":5,"43":33,"430":38,"433":2,"434":1,"44":12,"45":39,"46":323,"48":35,"49":121,"5":1139,"51":41,"52":90,"53":59,"56":12,"570":3,"6":240,"63":51,"7":407,"79":50,"8":611,"80":128,"9":550,"all_client":95993,"all_tv_clinet":16589,"insert_time":"2014-08-20T04:04:19.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79682,"10":25,"107":558,"11":487,"12":152,"13":340,"14":122,"15":154,"155":8,"156":29,"158":21,"159":19,"16":184,"160":20,"161":252,"167":57,"168":7,"17":299,"18":1043,"19":470,"20":161,"209":29,"21":537,"210":26,"211":12,"214":20,"215":214,"221":291,"223":869,"224":34,"225":521,"23":328,"24":1267,"25":423,"257":78,"26":65,"268":2,"27":34,"273":88,"276":72,"279":21,"28":577,"281":12,"282":55,"291":39,"292":182,"30":25,"302":9,"306":3,"31":38,"314":4,"317":5,"32":13,"33":54,"34":88,"347":50,"35":42,"352":681,"36":150,"37":73,"38":444,"380":5,"381":67,"383":35,"39":110,"391":24,"396":6,"397":21,"40":58,"409":108,"41":50,"414":47,"415":62,"419":7,"42":127,"426":4,"43":35,"430":42,"433":3,"434":1,"44":11,"45":44,"46":328,"48":34,"49":109,"5":1183,"51":38,"52":89,"53":61,"56":11,"570":2,"6":236,"63":48,"7":393,"79":50,"8":615,"80":134,"9":582,"all_client":96345,"all_tv_clinet":16663,"insert_time":"2014-08-20T04:05:19.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79852,"10":27,"107":560,"11":478,"12":153,"13":344,"14":118,"15":148,"155":8,"156":30,"158":20,"159":18,"16":176,"160":21,"161":258,"167":56,"168":7,"17":297,"18":1053,"19":462,"20":166,"209":33,"21":525,"210":26,"211":12,"214":20,"215":228,"221":289,"223":868,"224":35,"225":531,"23":324,"24":1280,"25":421,"257":81,"26":72,"268":1,"27":32,"273":90,"276":75,"279":20,"28":588,"281":12,"282":54,"291":39,"292":185,"30":27,"302":9,"306":3,"31":40,"314":4,"317":4,"32":16,"33":52,"34":85,"347":47,"35":44,"352":685,"36":151,"37":73,"38":449,"380":4,"381":69,"383":37,"39":110,"391":26,"396":6,"397":18,"40":61,"409":108,"41":51,"414":45,"415":63,"419":5,"42":123,"426":5,"43":32,"430":45,"433":3,"434":1,"44":11,"45":44,"46":332,"48":34,"49":98,"5":1219,"51":34,"52":87,"53":61,"56":9,"570":2,"6":236,"63":47,"7":374,"79":49,"8":623,"80":142,"9":594,"all_client":96590,"all_tv_clinet":16738,"insert_time":"2014-08-20T04:06:20.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79972,"10":26,"107":571,"11":462,"12":155,"13":370,"14":118,"15":151,"155":8,"156":32,"158":20,"159":17,"16":165,"160":20,"161":260,"167":55,"168":7,"17":301,"18":1055,"19":454,"20":169,"209":33,"21":523,"210":27,"211":14,"214":20,"215":239,"221":288,"223":861,"224":36,"225":516,"23":323,"24":1248,"25":429,"257":86,"26":74,"268":1,"27":29,"273":93,"276":76,"279":20,"28":603,"281":13,"282":54,"291":39,"292":185,"30":25,"302":9,"306":3,"31":42,"314":3,"317":3,"32":21,"33":54,"34":80,"347":42,"35":47,"352":687,"36":152,"37":73,"38":474,"380":5,"381":67,"383":44,"39":112,"391":28,"396":7,"397":17,"40":66,"409":109,"41":56,"414":45,"415":70,"419":6,"42":125,"426":4,"43":29,"430":43,"433":3,"434":1,"44":11,"45":39,"46":332,"48":33,"49":85,"5":1253,"51":28,"52":85,"53":62,"56":10,"570":3,"6":234,"63":50,"7":362,"79":47,"8":632,"80":153,"9":614,"all_client":96803,"all_tv_clinet":16831,"insert_time":"2014-08-20T04:07:21.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80189,"10":25,"107":573,"11":443,"12":155,"13":399,"14":118,"15":146,"155":8,"156":30,"158":19,"159":17,"16":158,"160":20,"161":255,"167":53,"168":7,"17":311,"18":1067,"19":439,"20":163,"209":33,"21":516,"210":27,"211":15,"214":21,"215":244,"221":295,"223":852,"224":38,"225":501,"23":325,"24":1262,"25":434,"257":93,"26":78,"27":32,"273":96,"276":76,"279":22,"28":613,"281":12,"282":50,"291":41,"292":187,"30":27,"302":9,"306":3,"31":43,"314":3,"317":3,"32":25,"33":55,"34":76,"347":41,"35":52,"352":672,"36":148,"37":73,"38":489,"380":5,"381":64,"383":43,"39":111,"391":26,"396":8,"397":17,"40":66,"409":107,"41":59,"414":45,"415":64,"419":6,"42":121,"426":4,"43":26,"430":47,"433":3,"434":1,"44":11,"45":38,"46":337,"48":33,"49":78,"5":1296,"51":25,"52":80,"53":63,"56":12,"570":4,"6":233,"63":48,"7":352,"79":44,"8":637,"80":157,"9":614,"all_client":97062,"all_tv_clinet":16873,"insert_time":"2014-08-20T04:08:21.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80395,"10":23,"107":573,"11":427,"12":153,"13":399,"14":123,"15":144,"155":6,"156":30,"158":21,"159":16,"16":146,"160":19,"161":253,"167":53,"168":8,"17":313,"18":1066,"19":435,"20":162,"209":35,"21":516,"210":24,"211":15,"214":21,"215":250,"221":292,"223":851,"224":37,"225":519,"23":332,"24":1278,"25":444,"257":92,"26":78,"27":34,"273":97,"276":76,"279":24,"28":614,"281":11,"282":51,"291":40,"292":181,"30":25,"302":9,"306":3,"31":51,"314":3,"317":3,"32":28,"33":53,"34":71,"347":32,"35":56,"352":659,"36":147,"37":75,"38":495,"380":5,"381":68,"383":41,"39":110,"391":25,"396":6,"397":15,"40":69,"409":101,"41":59,"414":45,"415":63,"419":6,"42":117,"426":4,"43":27,"430":53,"433":3,"44":12,"45":37,"46":329,"48":31,"49":72,"5":1334,"51":27,"52":76,"53":64,"56":14,"570":5,"6":228,"63":51,"7":337,"79":43,"8":648,"80":170,"9":638,"all_client":97320,"all_tv_clinet":16925,"insert_time":"2014-08-20T04:09:22.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80557,"10":22,"107":563,"11":416,"12":150,"13":395,"14":125,"15":138,"155":6,"156":25,"158":22,"159":16,"16":141,"160":22,"161":256,"167":50,"168":10,"17":327,"18":1052,"19":433,"20":163,"209":34,"21":521,"210":23,"211":15,"214":20,"215":250,"221":289,"223":875,"224":39,"225":531,"23":323,"24":1322,"25":451,"257":88,"26":77,"268":1,"27":34,"273":108,"276":76,"279":24,"28":614,"281":11,"282":55,"291":41,"292":169,"30":25,"302":9,"306":2,"31":53,"314":3,"317":1,"32":29,"33":53,"34":63,"347":26,"35":54,"352":647,"36":145,"37":68,"38":494,"380":5,"381":68,"383":41,"389":1,"39":108,"391":27,"396":6,"397":12,"40":75,"409":97,"41":63,"414":44,"415":59,"419":5,"42":112,"426":4,"43":31,"430":53,"433":3,"44":11,"45":36,"46":323,"48":26,"49":71,"5":1378,"51":24,"52":73,"53":64,"56":15,"570":6,"6":232,"63":53,"7":328,"79":43,"8":646,"80":176,"9":653,"all_client":97524,"all_tv_clinet":16967,"insert_time":"2014-08-20T04:10:23.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80757,"10":24,"107":575,"11":401,"12":152,"13":394,"14":126,"15":132,"155":6,"156":25,"158":22,"159":16,"16":129,"160":23,"161":259,"167":48,"168":11,"17":327,"18":1069,"19":440,"20":163,"209":40,"21":531,"210":24,"211":15,"214":20,"215":255,"221":299,"223":874,"224":39,"225":532,"23":328,"24":1349,"25":452,"257":89,"26":75,"268":1,"27":34,"273":110,"276":77,"279":21,"28":632,"281":11,"282":52,"291":40,"292":146,"30":26,"302":10,"306":2,"31":48,"314":4,"317":1,"32":27,"33":53,"34":62,"347":25,"35":45,"352":629,"36":140,"37":59,"38":508,"380":5,"381":67,"383":41,"389":1,"39":112,"391":29,"396":6,"397":11,"40":78,"409":95,"41":64,"414":42,"415":56,"419":5,"42":116,"426":5,"43":34,"430":56,"433":4,"434":1,"44":13,"45":37,"46":321,"48":28,"49":71,"5":1405,"51":28,"52":70,"53":65,"56":14,"570":5,"6":227,"63":54,"7":319,"79":40,"8":637,"80":188,"9":669,"all_client":97803,"all_tv_clinet":17046,"insert_time":"2014-08-20T04:11:24.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80998,"10":26,"107":570,"11":401,"12":150,"13":393,"14":139,"15":132,"155":6,"156":24,"158":23,"159":19,"16":127,"160":23,"161":259,"167":48,"168":13,"17":326,"18":1079,"19":441,"20":160,"209":40,"21":539,"210":24,"211":14,"214":21,"215":261,"221":296,"223":884,"224":39,"225":513,"23":332,"24":1356,"25":458,"257":93,"26":73,"268":2,"27":35,"273":103,"276":77,"279":24,"28":639,"281":10,"282":51,"291":39,"292":140,"30":25,"302":12,"306":2,"31":39,"314":4,"317":1,"32":26,"33":52,"34":62,"347":22,"35":40,"352":622,"36":147,"37":55,"38":515,"380":5,"381":65,"383":42,"389":1,"39":109,"391":27,"396":7,"397":10,"40":82,"409":93,"41":63,"414":40,"415":57,"419":5,"42":116,"426":5,"43":32,"430":56,"433":4,"434":1,"44":11,"45":37,"46":323,"48":28,"49":75,"5":1453,"51":28,"52":70,"53":61,"56":13,"570":5,"6":225,"63":54,"7":307,"79":38,"8":629,"80":196,"9":681,"all_client":98098,"all_tv_clinet":17100,"insert_time":"2014-08-20T04:12:24.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81217,"10":23,"107":573,"11":391,"12":153,"13":398,"14":135,"15":127,"155":6,"156":23,"158":22,"159":19,"16":126,"160":23,"161":239,"167":49,"168":13,"17":331,"18":1092,"19":454,"20":164,"209":46,"21":539,"210":21,"211":16,"214":20,"215":271,"221":294,"223":884,"224":40,"225":521,"23":329,"24":1359,"25":460,"257":91,"26":71,"268":2,"27":36,"273":96,"276":78,"279":23,"28":641,"281":10,"282":51,"291":38,"292":139,"30":25,"302":12,"306":2,"31":41,"314":5,"317":1,"32":22,"33":50,"34":62,"347":22,"35":36,"352":627,"36":156,"37":56,"38":507,"380":7,"381":69,"383":44,"39":110,"391":28,"396":4,"397":11,"40":81,"409":93,"41":61,"414":36,"415":66,"419":5,"42":118,"426":5,"43":34,"430":60,"433":4,"434":1,"44":12,"45":35,"46":327,"48":28,"49":79,"5":1503,"51":30,"52":69,"53":68,"56":15,"570":4,"6":212,"63":55,"7":300,"79":39,"8":614,"80":201,"9":691,"all_client":98397,"all_tv_clinet":17180,"insert_time":"2014-08-20T04:13:25.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81446,"10":21,"107":561,"11":375,"12":153,"13":410,"14":140,"15":125,"155":5,"156":22,"158":23,"159":18,"16":133,"160":22,"161":237,"167":49,"168":13,"17":332,"18":1101,"19":464,"20":160,"209":45,"21":545,"210":22,"211":15,"214":20,"215":269,"221":296,"223":890,"224":44,"225":525,"23":311,"24":1358,"25":468,"257":89,"26":79,"268":2,"27":34,"273":86,"276":78,"279":25,"28":644,"281":11,"282":55,"291":37,"292":141,"30":25,"302":10,"306":1,"31":42,"314":4,"317":1,"32":23,"33":47,"34":61,"347":21,"35":33,"352":616,"36":158,"37":63,"38":524,"380":7,"381":72,"383":46,"39":109,"391":27,"396":3,"397":10,"40":83,"409":91,"41":63,"414":30,"415":68,"419":5,"42":120,"426":6,"43":31,"430":61,"433":4,"434":1,"44":14,"45":29,"46":331,"48":27,"49":79,"5":1528,"51":29,"52":65,"53":63,"56":15,"570":4,"6":201,"63":55,"7":291,"79":35,"8":617,"80":208,"9":698,"all_client":98654,"all_tv_clinet":17208,"insert_time":"2014-08-20T04:14:26.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81673,"10":20,"107":548,"11":366,"12":152,"13":409,"14":134,"15":125,"155":4,"156":22,"158":23,"159":16,"16":129,"160":22,"161":234,"167":50,"168":14,"17":339,"18":1123,"19":478,"20":163,"209":46,"21":551,"210":23,"211":14,"214":19,"215":275,"221":307,"223":899,"224":47,"225":524,"23":301,"24":1345,"25":463,"257":83,"26":80,"268":3,"27":33,"273":83,"276":80,"279":25,"28":650,"281":12,"282":56,"291":38,"292":145,"30":25,"302":9,"306":1,"31":39,"314":4,"32":23,"33":48,"34":56,"347":20,"35":32,"352":608,"36":163,"37":63,"38":528,"380":7,"381":72,"383":48,"39":105,"391":27,"396":3,"397":10,"40":79,"409":90,"41":65,"414":28,"415":69,"419":6,"42":121,"426":5,"43":31,"430":62,"433":4,"434":1,"44":13,"45":28,"46":332,"48":28,"49":77,"5":1568,"51":32,"52":59,"53":62,"56":13,"570":2,"6":197,"63":54,"7":286,"79":33,"8":619,"80":215,"9":700,"all_client":98916,"all_tv_clinet":17243,"insert_time":"2014-08-20T04:15:27.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81997,"10":22,"107":551,"11":352,"12":147,"13":412,"14":136,"15":125,"155":4,"156":20,"158":22,"159":15,"16":125,"160":20,"161":234,"167":50,"168":14,"17":333,"18":1120,"19":490,"20":165,"209":48,"21":544,"210":23,"211":12,"214":19,"215":277,"221":314,"223":901,"224":48,"225":521,"23":296,"24":1335,"25":473,"257":82,"26":79,"268":5,"27":33,"273":81,"276":83,"279":24,"28":655,"281":12,"282":57,"291":39,"292":149,"30":23,"302":10,"306":1,"31":36,"314":3,"32":22,"33":52,"34":54,"347":22,"35":29,"352":606,"36":164,"37":66,"38":529,"380":6,"381":71,"383":46,"39":107,"391":28,"396":3,"397":10,"40":77,"409":90,"41":64,"414":29,"415":72,"419":5,"42":127,"426":3,"43":29,"430":64,"433":3,"434":1,"44":14,"45":27,"46":342,"48":31,"49":71,"5":1582,"51":35,"52":54,"53":51,"56":13,"570":2,"6":191,"63":55,"7":280,"79":31,"8":622,"80":220,"9":713,"all_client":99250,"all_tv_clinet":17253,"insert_time":"2014-08-20T04:16:27.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82175,"10":23,"107":562,"11":356,"12":149,"13":418,"14":128,"15":120,"155":5,"156":22,"158":27,"159":13,"16":131,"160":22,"161":235,"167":47,"168":13,"17":335,"18":1139,"19":492,"20":165,"209":52,"21":544,"210":23,"211":12,"214":19,"215":282,"221":301,"223":899,"224":45,"225":519,"23":284,"24":1326,"25":472,"257":78,"26":81,"268":5,"27":31,"273":74,"276":84,"279":24,"28":657,"281":12,"282":57,"291":40,"292":153,"30":20,"302":10,"306":1,"31":37,"314":2,"32":24,"33":56,"34":52,"347":17,"35":29,"352":612,"36":167,"37":70,"38":527,"380":6,"381":70,"383":45,"39":105,"391":27,"396":3,"397":10,"40":78,"409":89,"41":66,"414":29,"415":74,"419":3,"42":132,"426":3,"43":28,"430":68,"433":3,"434":1,"44":13,"45":26,"46":344,"48":32,"49":68,"5":1635,"51":35,"52":52,"53":45,"56":13,"570":2,"6":181,"63":57,"7":289,"79":34,"8":631,"80":227,"9":716,"all_client":99515,"all_tv_clinet":17340,"insert_time":"2014-08-20T04:17:28.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82469,"10":22,"107":587,"11":348,"12":150,"13":420,"14":131,"15":119,"155":4,"156":22,"158":25,"159":15,"16":131,"160":25,"161":239,"167":47,"168":12,"17":330,"18":1155,"19":482,"20":168,"209":57,"21":545,"210":24,"211":11,"214":18,"215":281,"221":296,"223":905,"224":45,"225":513,"23":280,"24":1343,"25":465,"257":74,"26":86,"268":5,"27":30,"273":69,"276":84,"279":23,"28":655,"281":11,"282":56,"291":40,"292":151,"30":18,"302":11,"306":1,"31":35,"314":2,"32":22,"33":60,"34":48,"347":16,"35":33,"352":623,"36":171,"37":71,"38":534,"380":6,"381":68,"383":47,"39":106,"391":27,"396":3,"397":9,"40":78,"409":89,"41":68,"414":25,"415":77,"419":3,"42":135,"426":4,"43":28,"430":70,"433":3,"434":1,"44":14,"45":28,"46":334,"48":31,"49":63,"5":1667,"51":34,"52":44,"53":49,"56":13,"570":2,"6":174,"63":58,"7":287,"79":35,"8":643,"80":232,"9":711,"all_client":99879,"all_tv_clinet":17410,"insert_time":"2014-08-20T04:18:29.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82700,"10":20,"107":597,"11":347,"12":147,"13":429,"14":130,"15":116,"155":4,"156":22,"158":25,"159":15,"16":135,"160":28,"161":243,"167":46,"168":12,"17":332,"18":1160,"19":484,"20":172,"209":60,"21":546,"210":24,"211":11,"214":18,"215":285,"221":294,"223":906,"224":45,"225":502,"23":288,"24":1354,"25":471,"257":70,"26":90,"268":4,"27":30,"273":71,"276":84,"279":23,"28":651,"281":11,"282":56,"291":40,"292":150,"30":20,"302":11,"306":1,"31":30,"314":2,"32":23,"33":65,"34":51,"347":12,"35":36,"352":624,"36":170,"37":73,"38":559,"380":6,"381":70,"383":45,"39":105,"391":27,"396":4,"397":9,"40":78,"409":88,"41":67,"414":19,"415":76,"419":3,"42":129,"426":5,"43":27,"430":76,"433":3,"434":1,"44":14,"45":24,"46":315,"48":31,"49":59,"5":1704,"51":33,"52":45,"53":49,"56":11,"570":1,"6":175,"63":57,"7":283,"79":35,"8":641,"80":234,"9":723,"all_client":100197,"all_tv_clinet":17497,"insert_time":"2014-08-20T04:19:30.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82875,"10":19,"107":590,"11":354,"12":145,"13":426,"14":135,"15":116,"155":4,"156":24,"158":24,"159":14,"16":131,"160":28,"161":240,"167":43,"168":12,"17":332,"18":1156,"19":488,"20":172,"209":64,"21":540,"210":24,"211":11,"214":19,"215":284,"221":305,"223":917,"224":45,"225":492,"23":297,"24":1359,"25":473,"257":70,"26":97,"268":5,"27":29,"273":68,"276":84,"279":24,"28":656,"281":11,"282":56,"291":41,"292":150,"30":20,"302":12,"306":1,"31":27,"314":2,"317":1,"32":23,"33":65,"34":52,"347":11,"35":37,"352":639,"36":176,"37":74,"38":562,"380":6,"381":74,"383":50,"39":107,"391":28,"396":3,"397":11,"40":78,"409":85,"41":66,"414":20,"415":80,"419":4,"42":132,"426":5,"43":24,"430":76,"433":2,"434":1,"44":16,"45":26,"46":287,"48":35,"49":55,"5":1713,"51":37,"52":42,"53":50,"56":9,"6":184,"63":59,"7":279,"79":32,"8":647,"80":233,"9":746,"all_client":100453,"all_tv_clinet":17578,"insert_time":"2014-08-20T04:20:30.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83105,"10":19,"107":592,"11":367,"12":138,"13":438,"14":138,"15":116,"155":4,"156":25,"158":25,"159":12,"16":136,"160":27,"161":234,"167":42,"168":12,"17":336,"18":1131,"19":495,"20":180,"209":72,"21":555,"210":24,"211":10,"214":19,"215":271,"221":311,"223":927,"224":42,"225":462,"23":296,"24":1348,"25":492,"257":72,"26":91,"268":5,"27":29,"273":71,"276":84,"279":22,"28":672,"281":11,"282":58,"291":42,"292":157,"30":20,"302":12,"306":1,"31":25,"314":2,"317":1,"32":25,"33":74,"34":49,"347":10,"35":36,"352":643,"36":171,"37":77,"38":545,"380":7,"381":75,"383":52,"39":104,"391":31,"396":2,"397":11,"40":83,"409":86,"41":64,"414":19,"415":83,"419":4,"42":135,"426":3,"43":28,"430":76,"433":2,"434":1,"44":14,"45":24,"46":272,"48":36,"49":52,"5":1737,"51":38,"52":43,"53":51,"56":10,"6":196,"63":65,"7":272,"79":32,"8":653,"80":234,"9":762,"all_client":100763,"all_tv_clinet":17658,"insert_time":"2014-08-20T04:21:31.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83290,"10":22,"107":588,"11":366,"12":132,"13":439,"14":138,"15":115,"155":5,"156":25,"158":25,"159":12,"16":131,"160":31,"161":232,"167":42,"168":12,"17":337,"18":1121,"19":501,"20":184,"209":75,"21":558,"210":25,"211":10,"214":21,"215":260,"221":312,"223":936,"224":51,"225":464,"23":295,"24":1368,"25":501,"257":77,"26":93,"268":5,"27":27,"273":71,"276":82,"279":23,"28":686,"281":11,"282":60,"291":41,"292":159,"30":20,"302":11,"306":2,"31":25,"314":1,"317":2,"32":24,"33":81,"34":46,"347":7,"35":34,"352":643,"36":171,"37":76,"38":553,"380":7,"381":75,"383":49,"389":1,"39":105,"391":32,"396":4,"397":11,"40":82,"409":79,"41":65,"414":19,"415":84,"419":5,"42":135,"426":2,"43":26,"430":79,"433":2,"434":1,"44":17,"45":27,"46":260,"48":39,"49":46,"5":1732,"51":42,"52":38,"53":53,"56":9,"6":206,"63":66,"7":284,"79":29,"8":663,"80":231,"9":770,"all_client":101030,"all_tv_clinet":17740,"insert_time":"2014-08-20T04:22:32.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83442,"10":19,"107":570,"11":366,"12":114,"13":454,"14":143,"15":119,"155":4,"156":25,"158":25,"159":12,"16":132,"160":32,"161":233,"167":42,"168":12,"17":338,"18":1114,"19":501,"20":180,"209":79,"21":556,"210":24,"211":10,"214":19,"215":250,"221":310,"223":941,"224":54,"225":478,"23":288,"24":1367,"25":506,"257":74,"26":87,"268":5,"27":27,"273":71,"276":83,"279":25,"28":699,"281":12,"282":64,"291":40,"292":167,"30":20,"302":10,"306":2,"31":24,"314":2,"317":2,"32":21,"33":84,"34":46,"347":9,"35":32,"352":644,"36":166,"37":82,"38":576,"380":8,"381":77,"383":51,"389":1,"39":105,"391":33,"396":4,"397":12,"40":84,"409":72,"41":68,"414":19,"415":83,"419":5,"42":133,"426":2,"43":24,"430":82,"433":2,"434":1,"44":15,"45":24,"46":249,"48":37,"49":46,"5":1771,"51":42,"52":36,"53":55,"56":9,"6":205,"63":67,"7":284,"79":31,"8":672,"80":231,"9":775,"all_client":101248,"all_tv_clinet":17806,"insert_time":"2014-08-20T04:23:33.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83559,"10":20,"107":559,"11":369,"12":108,"13":461,"14":152,"15":115,"155":4,"156":26,"158":29,"159":14,"16":136,"160":35,"161":231,"167":43,"168":13,"17":335,"18":1125,"19":504,"20":184,"209":82,"21":547,"210":24,"211":10,"214":19,"215":241,"221":306,"223":945,"224":54,"225":515,"23":296,"24":1379,"25":520,"257":70,"26":90,"268":6,"27":25,"273":72,"276":85,"279":24,"28":694,"281":10,"282":72,"291":39,"292":162,"30":20,"302":12,"306":2,"31":25,"314":2,"317":5,"32":20,"33":84,"34":43,"347":9,"35":29,"352":646,"36":162,"37":83,"38":598,"380":8,"381":81,"383":49,"389":1,"39":105,"391":35,"396":6,"397":12,"40":80,"409":68,"41":67,"414":19,"415":84,"419":5,"42":130,"426":3,"43":23,"430":85,"433":2,"434":1,"44":16,"45":26,"46":241,"48":44,"49":47,"5":1802,"51":43,"52":30,"53":53,"56":9,"6":209,"63":66,"7":281,"79":32,"8":682,"80":230,"9":765,"all_client":101489,"all_tv_clinet":17930,"insert_time":"2014-08-20T04:24:33.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83740,"10":18,"107":548,"11":370,"12":97,"13":469,"14":158,"15":115,"155":5,"156":28,"158":30,"159":14,"16":136,"160":33,"161":235,"167":45,"168":13,"17":330,"18":1133,"19":496,"20":181,"209":82,"21":543,"210":25,"211":8,"214":18,"215":226,"221":315,"223":963,"224":55,"225":504,"23":302,"24":1398,"25":510,"257":70,"26":90,"268":7,"27":26,"273":75,"276":81,"279":21,"28":703,"281":10,"282":78,"291":40,"292":161,"30":20,"302":13,"306":2,"31":29,"314":2,"317":5,"32":21,"33":84,"34":44,"347":11,"35":26,"352":653,"36":163,"37":83,"38":602,"380":8,"381":84,"383":54,"389":1,"39":101,"391":38,"396":8,"397":14,"40":82,"409":67,"41":66,"414":20,"415":76,"419":7,"42":130,"426":3,"43":21,"430":83,"433":2,"434":1,"44":16,"45":26,"46":241,"48":41,"49":46,"5":1834,"51":44,"52":29,"53":52,"56":8,"6":206,"63":66,"7":279,"79":32,"8":691,"80":236,"9":767,"all_client":101743,"all_tv_clinet":18003,"insert_time":"2014-08-20T04:25:34.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83838,"10":19,"107":559,"11":369,"12":92,"13":472,"14":158,"15":114,"155":5,"156":30,"158":31,"159":12,"16":136,"160":34,"161":233,"167":45,"168":14,"17":336,"18":1141,"19":485,"20":183,"209":77,"21":541,"210":25,"211":6,"214":17,"215":221,"221":318,"223":974,"224":55,"225":502,"23":310,"24":1410,"25":520,"257":69,"26":87,"268":8,"27":27,"273":86,"276":79,"279":22,"28":722,"281":11,"282":81,"291":39,"292":158,"30":20,"302":13,"306":2,"31":29,"314":2,"317":4,"32":20,"33":85,"34":39,"347":10,"35":26,"352":645,"36":163,"37":80,"38":589,"380":7,"381":84,"383":55,"389":1,"39":95,"391":44,"396":8,"397":14,"40":84,"409":71,"41":69,"414":18,"415":77,"419":7,"42":135,"426":4,"43":23,"430":83,"433":1,"434":1,"44":15,"45":23,"46":232,"48":44,"49":41,"5":1862,"51":49,"52":29,"53":45,"56":10,"6":212,"63":65,"7":281,"79":29,"8":690,"80":238,"9":778,"all_client":101922,"all_tv_clinet":18084,"insert_time":"2014-08-20T04:26:35.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84046,"10":20,"107":543,"11":376,"12":90,"13":477,"14":163,"15":119,"155":5,"156":29,"158":32,"159":11,"16":139,"160":32,"161":230,"167":46,"168":14,"17":337,"18":1120,"19":468,"20":187,"209":74,"21":539,"210":26,"211":4,"214":15,"215":224,"221":313,"223":982,"224":50,"225":515,"23":316,"24":1432,"25":519,"257":69,"26":78,"268":10,"27":25,"273":88,"276":73,"279":23,"28":728,"281":11,"282":84,"291":39,"292":154,"30":20,"302":13,"306":2,"31":31,"314":3,"317":4,"32":23,"33":83,"34":38,"347":11,"35":26,"352":636,"36":157,"37":77,"38":591,"380":7,"381":86,"383":60,"389":1,"39":91,"391":46,"396":7,"397":14,"40":89,"409":75,"41":70,"414":18,"415":80,"419":8,"42":131,"426":2,"43":22,"430":85,"433":1,"434":1,"44":14,"45":24,"46":222,"48":46,"49":38,"5":1863,"51":57,"52":31,"53":46,"56":11,"6":220,"63":64,"7":278,"79":30,"8":694,"80":244,"9":797,"all_client":102163,"all_tv_clinet":18117,"insert_time":"2014-08-20T04:27:36.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84287,"10":19,"107":534,"11":376,"12":87,"13":474,"14":165,"15":125,"155":6,"156":29,"158":35,"159":15,"16":146,"160":31,"161":224,"167":45,"168":15,"17":342,"18":1108,"19":439,"20":192,"209":78,"21":549,"210":27,"211":4,"214":14,"215":227,"221":306,"223":997,"224":45,"225":529,"23":314,"24":1434,"25":521,"257":66,"26":75,"268":9,"27":24,"273":88,"276":71,"279":21,"28":723,"281":13,"282":88,"291":38,"292":152,"30":23,"302":12,"306":2,"31":27,"314":4,"317":3,"32":16,"33":84,"34":40,"347":11,"35":25,"352":648,"36":157,"37":68,"38":590,"380":7,"381":89,"383":60,"39":86,"391":47,"396":7,"397":14,"40":96,"409":76,"41":76,"414":19,"415":86,"419":8,"42":132,"426":1,"43":22,"430":84,"433":2,"44":16,"45":26,"46":218,"48":44,"49":38,"5":1871,"51":59,"52":33,"53":45,"56":11,"6":232,"63":64,"7":266,"79":27,"8":701,"80":249,"9":813,"all_client":102442,"all_tv_clinet":18155,"insert_time":"2014-08-20T04:28:36.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84409,"10":19,"107":540,"11":379,"12":86,"13":472,"14":174,"15":127,"155":6,"156":29,"158":34,"159":15,"16":151,"160":30,"161":216,"167":46,"168":15,"17":346,"18":1082,"19":426,"20":196,"209":84,"21":560,"210":26,"211":5,"214":14,"215":226,"221":312,"223":1003,"224":47,"225":544,"23":309,"24":1432,"25":531,"257":63,"26":72,"268":9,"27":26,"273":82,"276":71,"279":23,"28":712,"281":12,"282":91,"291":38,"292":158,"30":29,"302":12,"306":2,"31":27,"314":6,"317":3,"32":13,"33":84,"34":39,"347":10,"35":26,"352":651,"36":161,"37":61,"38":584,"380":7,"381":94,"383":62,"39":81,"391":47,"396":7,"397":14,"40":101,"409":82,"41":72,"414":23,"415":91,"419":8,"42":132,"43":21,"430":82,"433":2,"44":17,"45":30,"46":217,"48":40,"49":37,"5":1869,"51":61,"52":35,"53":48,"56":10,"6":230,"63":64,"7":264,"79":27,"8":713,"80":252,"9":836,"all_client":102632,"all_tv_clinet":18223,"insert_time":"2014-08-20T04:29:37.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84580,"10":22,"107":539,"11":373,"12":87,"13":482,"14":185,"15":132,"155":8,"156":29,"158":34,"159":14,"16":154,"160":30,"161":214,"167":46,"168":15,"17":352,"18":1056,"19":419,"20":200,"209":83,"21":563,"210":27,"211":5,"214":13,"215":228,"221":317,"223":1036,"224":44,"225":548,"23":293,"24":1448,"25":536,"257":65,"26":68,"268":9,"27":29,"273":80,"276":76,"279":21,"28":695,"281":11,"282":94,"291":38,"292":166,"30":33,"302":11,"306":2,"31":30,"314":5,"317":3,"32":11,"33":86,"34":40,"347":9,"35":22,"352":671,"36":160,"37":56,"38":590,"380":7,"381":94,"383":59,"39":79,"391":48,"396":8,"397":13,"40":103,"409":83,"41":78,"414":25,"415":91,"419":7,"42":134,"426":1,"43":24,"430":82,"433":2,"44":19,"45":27,"46":216,"48":46,"49":38,"5":1854,"51":61,"52":34,"53":44,"56":8,"6":227,"63":65,"7":257,"79":26,"8":718,"80":253,"9":862,"all_client":102886,"all_tv_clinet":18306,"insert_time":"2014-08-20T04:30:38.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84686,"10":22,"107":545,"11":372,"12":87,"13":498,"14":187,"15":131,"155":8,"156":27,"158":35,"159":17,"16":153,"160":30,"161":225,"167":47,"168":15,"17":356,"18":1041,"19":407,"20":194,"209":90,"21":555,"210":27,"211":7,"214":13,"215":223,"221":321,"223":1059,"224":43,"225":558,"23":278,"24":1455,"25":548,"257":64,"26":66,"268":9,"27":30,"273":72,"276":76,"279":20,"28":687,"281":11,"282":94,"291":38,"292":175,"30":29,"302":11,"306":2,"31":33,"314":6,"317":3,"32":11,"33":83,"34":38,"347":8,"35":24,"352":673,"36":157,"37":60,"38":591,"380":8,"381":90,"383":59,"389":1,"39":88,"391":46,"396":7,"397":13,"40":98,"409":88,"41":73,"414":27,"415":96,"419":8,"42":130,"426":1,"43":26,"430":84,"433":2,"44":15,"45":25,"46":222,"48":48,"49":38,"5":1852,"51":66,"52":32,"53":40,"56":10,"6":207,"63":64,"7":269,"79":27,"8":735,"80":254,"9":893,"all_client":103073,"all_tv_clinet":18387,"insert_time":"2014-08-20T04:31:39.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84822,"10":24,"107":545,"11":381,"12":84,"13":517,"14":185,"15":138,"155":9,"156":25,"158":38,"159":19,"16":155,"160":34,"161":223,"167":46,"168":15,"17":348,"18":1027,"19":408,"20":198,"209":89,"21":565,"210":26,"211":7,"214":13,"215":224,"221":332,"223":1030,"224":42,"225":534,"23":282,"24":1471,"25":551,"257":71,"26":67,"268":10,"27":35,"273":72,"276":80,"279":17,"28":685,"281":12,"282":88,"291":37,"292":177,"30":25,"302":11,"306":3,"31":38,"314":6,"317":3,"32":10,"33":90,"34":38,"347":8,"35":25,"352":676,"36":164,"37":63,"38":567,"380":8,"381":96,"383":59,"389":1,"39":87,"391":49,"396":7,"397":15,"40":93,"409":88,"41":72,"414":31,"415":94,"419":9,"42":125,"426":1,"43":29,"430":88,"433":2,"434":1,"44":15,"45":27,"46":225,"48":43,"49":37,"5":1853,"51":69,"52":26,"53":43,"56":9,"570":1,"6":205,"63":63,"7":262,"79":28,"8":744,"80":252,"9":921,"all_client":103263,"all_tv_clinet":18441,"insert_time":"2014-08-20T04:32:40.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84939,"10":23,"107":550,"11":379,"12":88,"13":533,"14":175,"15":144,"155":8,"156":25,"158":37,"159":19,"16":150,"160":31,"161":226,"167":44,"168":15,"17":338,"18":1024,"19":404,"20":200,"209":102,"21":566,"210":26,"211":10,"214":12,"215":219,"221":330,"223":997,"224":44,"225":531,"23":277,"24":1471,"25":554,"257":77,"26":68,"268":10,"27":37,"273":74,"276":83,"279":20,"28":694,"281":12,"282":89,"291":37,"292":175,"30":22,"302":11,"306":3,"31":42,"314":6,"317":3,"32":14,"33":92,"34":35,"347":8,"35":27,"352":668,"36":169,"37":72,"38":571,"380":8,"381":100,"383":57,"389":1,"39":90,"391":52,"396":5,"397":15,"40":86,"409":89,"41":68,"414":36,"415":88,"419":10,"42":128,"426":1,"43":28,"430":90,"433":2,"434":1,"44":16,"45":26,"46":222,"48":42,"49":32,"5":1868,"51":69,"52":26,"53":47,"56":10,"570":2,"6":200,"63":61,"7":280,"79":29,"8":746,"80":254,"9":943,"all_client":103438,"all_tv_clinet":18499,"insert_time":"2014-08-20T04:33:40.946Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85075,"10":26,"107":563,"11":381,"12":105,"13":544,"14":170,"15":149,"155":8,"156":25,"158":39,"159":21,"16":149,"160":26,"161":229,"167":43,"168":15,"17":328,"18":1033,"19":405,"20":214,"209":107,"21":574,"210":24,"211":11,"214":13,"215":220,"221":326,"223":943,"224":42,"225":506,"23":261,"24":1496,"25":558,"257":79,"26":73,"268":11,"27":39,"273":77,"276":91,"279":19,"28":713,"281":12,"282":87,"291":37,"292":173,"30":25,"302":12,"306":3,"31":36,"314":6,"317":3,"32":18,"33":93,"34":32,"347":8,"35":24,"352":654,"36":171,"37":75,"38":556,"380":7,"381":99,"383":63,"39":86,"391":53,"396":5,"397":14,"40":79,"409":90,"41":63,"414":36,"415":81,"419":9,"42":131,"426":2,"43":28,"430":93,"433":3,"434":1,"44":19,"45":28,"46":220,"48":41,"49":31,"5":1885,"51":75,"52":25,"53":49,"56":10,"570":2,"6":214,"63":64,"7":281,"79":32,"8":723,"80":252,"9":933,"all_client":103583,"all_tv_clinet":18508,"insert_time":"2014-08-20T04:34:41.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85269,"10":27,"107":553,"11":369,"12":115,"13":555,"14":169,"15":151,"155":9,"156":21,"158":42,"159":23,"16":145,"160":28,"161":234,"167":42,"168":14,"17":315,"18":1035,"19":397,"20":216,"209":113,"21":574,"210":24,"211":14,"214":13,"215":221,"221":326,"223":929,"224":42,"225":495,"23":264,"24":1506,"25":557,"257":80,"26":77,"268":11,"27":39,"273":79,"276":95,"279":15,"28":727,"281":11,"282":84,"291":39,"292":179,"30":26,"302":12,"306":3,"31":39,"314":7,"317":3,"32":20,"33":95,"34":31,"347":7,"35":25,"352":665,"36":171,"37":76,"38":539,"380":7,"381":93,"383":66,"39":86,"391":51,"396":5,"397":13,"40":74,"409":91,"41":62,"414":35,"415":77,"419":9,"42":135,"426":2,"43":28,"430":95,"433":4,"434":1,"44":18,"45":26,"46":223,"48":47,"49":29,"5":1897,"51":76,"52":28,"53":46,"56":11,"570":1,"6":228,"63":68,"7":287,"79":34,"8":706,"80":253,"9":922,"all_client":103796,"all_tv_clinet":18527,"insert_time":"2014-08-20T04:35:42.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85363,"10":28,"107":570,"11":362,"12":130,"13":556,"14":175,"15":153,"155":9,"156":19,"158":43,"159":23,"16":145,"160":28,"161":229,"167":41,"168":12,"17":303,"18":1054,"19":400,"20":211,"209":114,"21":570,"210":24,"211":14,"214":13,"215":221,"221":322,"223":932,"224":45,"225":495,"23":262,"24":1485,"25":573,"257":77,"26":87,"268":9,"27":40,"273":82,"276":95,"279":16,"28":740,"281":11,"282":79,"291":40,"292":183,"30":26,"302":12,"306":3,"31":40,"314":8,"317":2,"32":18,"33":95,"34":32,"347":9,"35":23,"352":664,"36":176,"37":79,"38":531,"380":8,"381":95,"383":62,"39":91,"391":52,"396":6,"397":13,"40":70,"409":90,"41":67,"414":30,"415":77,"419":10,"42":137,"426":2,"43":31,"430":97,"433":4,"434":1,"44":17,"45":24,"46":224,"48":46,"49":30,"5":1905,"51":73,"52":27,"53":46,"56":11,"6":251,"63":72,"7":289,"79":37,"8":690,"80":254,"9":922,"all_client":103962,"all_tv_clinet":18599,"insert_time":"2014-08-20T04:36:43.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85455,"10":27,"107":570,"11":371,"12":144,"13":568,"14":187,"15":149,"155":9,"156":18,"158":42,"159":24,"16":142,"160":28,"161":222,"167":42,"168":10,"17":278,"18":1044,"19":394,"20":205,"209":119,"21":555,"210":24,"211":14,"214":12,"215":223,"221":321,"223":930,"224":45,"225":490,"23":266,"24":1446,"25":589,"257":71,"26":88,"268":10,"27":45,"273":83,"276":98,"279":16,"28":753,"281":10,"282":78,"291":41,"292":184,"30":24,"302":12,"306":3,"31":39,"314":8,"317":2,"32":19,"33":97,"34":34,"347":9,"35":23,"352":664,"36":177,"37":81,"38":526,"380":8,"381":98,"383":61,"39":98,"391":51,"396":7,"397":13,"40":68,"409":88,"41":67,"414":28,"415":73,"419":10,"42":142,"426":3,"43":30,"430":91,"433":4,"434":1,"44":17,"45":24,"46":227,"48":42,"49":31,"5":1931,"51":76,"52":28,"53":54,"56":10,"6":265,"63":74,"7":294,"79":35,"8":686,"80":257,"9":916,"all_client":104066,"all_tv_clinet":18611,"insert_time":"2014-08-20T04:37:44.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85581,"10":26,"107":565,"11":367,"12":159,"13":562,"14":184,"15":140,"155":9,"156":16,"158":41,"159":26,"16":147,"160":25,"161":228,"167":42,"168":9,"17":261,"18":1048,"19":388,"20":203,"209":128,"21":552,"210":25,"211":15,"214":13,"215":227,"221":324,"223":950,"224":45,"225":504,"23":271,"24":1401,"25":597,"257":67,"26":84,"268":9,"27":42,"273":79,"276":98,"279":16,"28":752,"281":9,"282":78,"291":41,"292":186,"30":25,"302":12,"306":3,"31":38,"314":6,"317":2,"32":20,"33":93,"34":36,"347":10,"35":23,"352":668,"36":180,"37":81,"38":527,"380":9,"381":99,"383":57,"39":99,"391":49,"396":8,"397":12,"40":66,"409":79,"41":65,"414":29,"415":77,"419":10,"42":146,"426":3,"43":26,"430":90,"433":2,"434":1,"44":16,"45":21,"46":230,"48":42,"49":31,"5":1982,"51":77,"52":29,"53":61,"56":11,"6":281,"63":72,"7":295,"79":38,"8":679,"80":261,"9":899,"all_client":104216,"all_tv_clinet":18635,"insert_time":"2014-08-20T04:38:44.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85613,"10":23,"107":556,"11":370,"12":169,"13":565,"14":181,"15":140,"155":8,"156":14,"158":42,"159":27,"16":148,"160":24,"161":234,"167":38,"168":7,"17":251,"18":1062,"19":393,"20":191,"209":125,"21":550,"210":25,"211":16,"214":13,"215":237,"221":334,"223":945,"224":51,"225":495,"23":277,"24":1395,"25":602,"257":65,"26":89,"268":10,"27":43,"273":85,"276":99,"279":16,"28":765,"281":8,"282":77,"291":42,"292":180,"30":23,"302":12,"306":4,"31":38,"314":5,"317":2,"32":21,"33":86,"34":37,"347":9,"35":23,"352":666,"36":177,"37":80,"38":530,"380":8,"381":104,"383":53,"39":94,"391":49,"396":8,"397":11,"40":69,"409":71,"41":56,"414":29,"415":72,"419":12,"42":144,"426":4,"43":27,"430":94,"433":2,"434":1,"44":15,"45":21,"46":246,"48":43,"49":30,"5":2031,"51":77,"52":29,"53":64,"56":10,"6":284,"63":70,"7":296,"79":37,"8":678,"80":263,"9":877,"all_client":104292,"all_tv_clinet":18679,"insert_time":"2014-08-20T04:39:45.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85734,"10":24,"107":555,"11":359,"12":167,"13":580,"14":178,"15":142,"155":8,"156":13,"158":41,"159":25,"16":145,"160":24,"161":236,"167":37,"168":7,"17":239,"18":1056,"19":398,"20":183,"209":125,"21":554,"210":28,"211":15,"214":13,"215":237,"221":325,"223":957,"224":59,"225":503,"23":278,"24":1359,"25":607,"257":65,"26":91,"268":10,"27":41,"273":85,"276":98,"279":16,"28":749,"281":8,"282":75,"291":42,"292":172,"30":23,"302":11,"306":4,"31":39,"314":7,"317":2,"32":18,"33":81,"34":31,"347":10,"35":25,"352":658,"36":182,"37":80,"38":519,"380":8,"381":104,"383":50,"389":1,"39":93,"391":47,"396":4,"397":12,"40":62,"409":71,"41":53,"414":32,"415":72,"419":14,"42":144,"426":4,"43":32,"430":89,"431":1,"433":1,"434":1,"44":16,"45":22,"46":250,"48":46,"49":29,"5":2103,"51":79,"52":29,"53":65,"56":12,"6":281,"63":73,"7":299,"79":37,"8":687,"80":262,"9":869,"all_client":104407,"all_tv_clinet":18673,"insert_time":"2014-08-20T04:40:46.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85845,"10":26,"107":571,"11":360,"12":170,"13":587,"14":172,"15":143,"155":7,"156":12,"158":40,"159":26,"16":141,"160":21,"161":235,"167":34,"168":7,"17":225,"18":1040,"19":400,"20":180,"209":121,"21":554,"210":30,"211":17,"214":13,"215":239,"221":309,"223":937,"224":66,"225":509,"23":269,"24":1349,"25":621,"257":69,"26":95,"268":8,"27":38,"273":86,"276":98,"279":14,"28":720,"281":8,"282":76,"291":43,"292":156,"30":19,"302":10,"306":4,"31":38,"314":6,"317":2,"32":18,"33":82,"34":30,"347":11,"35":24,"352":665,"36":188,"37":78,"38":507,"380":8,"381":103,"383":51,"389":1,"39":93,"391":46,"396":4,"397":12,"40":56,"409":67,"41":54,"414":32,"415":74,"419":14,"42":147,"426":4,"43":30,"430":86,"431":1,"433":2,"434":1,"44":14,"45":22,"46":257,"48":45,"49":28,"5":2203,"51":77,"52":27,"53":63,"56":14,"6":281,"63":72,"7":307,"79":35,"8":695,"80":263,"9":846,"all_client":104504,"all_tv_clinet":18659,"insert_time":"2014-08-20T04:41:47.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85925,"10":26,"107":576,"11":357,"12":174,"13":597,"14":172,"15":133,"155":7,"156":11,"158":38,"159":27,"16":141,"160":20,"161":234,"167":33,"168":7,"17":213,"18":1027,"19":403,"20":179,"209":124,"21":534,"210":30,"211":20,"214":13,"215":235,"221":302,"223":942,"224":65,"225":501,"23":269,"24":1339,"25":630,"257":70,"26":101,"268":7,"27":39,"273":75,"276":99,"279":16,"28":704,"281":8,"282":75,"291":43,"292":146,"30":20,"302":10,"306":4,"31":35,"314":6,"32":17,"33":82,"34":31,"347":11,"35":22,"352":680,"36":193,"37":77,"38":511,"380":8,"381":103,"383":50,"39":101,"391":45,"396":5,"397":12,"40":52,"409":71,"41":52,"414":31,"415":74,"419":13,"42":136,"426":5,"43":28,"430":85,"431":1,"433":2,"434":1,"44":16,"45":23,"46":266,"48":38,"49":26,"5":2269,"51":76,"52":28,"53":67,"56":15,"6":282,"63":75,"7":311,"79":37,"8":699,"80":255,"9":829,"all_client":104573,"all_tv_clinet":18648,"insert_time":"2014-08-20T04:42:47.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85967,"10":27,"107":575,"11":355,"12":175,"13":600,"14":169,"15":123,"155":6,"156":10,"158":34,"159":28,"16":143,"160":20,"161":234,"167":33,"168":7,"17":202,"18":1026,"19":416,"20":184,"209":123,"21":536,"210":28,"211":20,"214":13,"215":235,"221":296,"223":933,"224":65,"225":492,"23":271,"24":1316,"25":604,"257":73,"26":104,"268":7,"27":38,"273":70,"276":100,"279":20,"28":700,"281":9,"282":72,"291":45,"292":146,"30":20,"302":11,"306":4,"31":35,"314":5,"32":18,"33":79,"34":32,"347":10,"35":21,"352":694,"36":205,"37":81,"38":515,"380":9,"381":102,"383":50,"39":102,"391":45,"396":5,"397":12,"40":53,"409":75,"41":53,"414":28,"415":73,"419":12,"42":128,"426":5,"43":27,"430":84,"433":1,"434":1,"44":16,"45":22,"46":276,"48":35,"49":26,"5":2341,"51":77,"52":25,"53":67,"56":15,"6":280,"63":70,"7":305,"79":38,"8":706,"80":253,"9":815,"all_client":104612,"all_tv_clinet":18645,"insert_time":"2014-08-20T04:43:48.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85911,"10":29,"107":585,"11":368,"12":184,"13":607,"14":172,"15":109,"155":8,"156":10,"158":31,"159":27,"16":141,"160":21,"161":233,"167":33,"168":7,"17":184,"18":1022,"19":430,"20":179,"209":123,"21":537,"210":28,"211":19,"214":13,"215":240,"221":297,"223":939,"224":73,"225":478,"23":290,"24":1311,"25":562,"257":75,"26":102,"268":7,"27":40,"273":67,"276":103,"279":21,"28":711,"281":10,"282":68,"291":43,"292":147,"30":23,"302":12,"306":3,"31":36,"314":7,"32":18,"33":82,"34":32,"347":9,"35":22,"352":696,"36":208,"37":84,"38":531,"380":10,"381":100,"383":52,"39":103,"391":43,"396":6,"397":13,"40":56,"409":84,"41":54,"414":27,"415":78,"419":9,"42":116,"426":5,"43":30,"430":82,"433":1,"44":15,"45":23,"46":288,"48":34,"49":26,"5":2399,"51":78,"52":31,"53":70,"56":11,"6":276,"63":71,"7":309,"79":35,"8":706,"80":249,"9":798,"all_client":104646,"all_tv_clinet":18735,"insert_time":"2014-08-20T04:44:49.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85964,"10":28,"107":593,"11":390,"12":193,"13":597,"14":171,"15":102,"155":8,"156":8,"158":28,"159":29,"16":147,"160":21,"161":227,"167":32,"168":7,"17":181,"18":1026,"19":429,"20":170,"209":120,"21":546,"210":27,"211":19,"214":12,"215":238,"221":306,"223":942,"224":84,"225":470,"23":295,"24":1315,"25":530,"257":76,"26":100,"268":9,"27":41,"273":62,"276":107,"279":24,"28":715,"281":10,"282":66,"291":40,"292":142,"30":22,"302":13,"306":3,"31":35,"314":6,"32":16,"33":84,"34":32,"347":9,"35":24,"352":685,"36":205,"37":84,"38":537,"380":10,"381":99,"383":51,"39":104,"391":45,"396":7,"397":14,"40":63,"409":84,"41":54,"414":31,"415":74,"419":8,"42":113,"426":4,"43":28,"430":78,"433":1,"44":15,"45":26,"46":283,"48":33,"49":26,"5":2432,"51":76,"52":32,"53":73,"56":10,"570":1,"6":278,"63":73,"7":320,"79":35,"8":714,"80":244,"9":776,"all_client":104717,"all_tv_clinet":18753,"insert_time":"2014-08-20T04:45:50.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85971,"10":28,"107":601,"11":401,"12":198,"13":593,"14":169,"15":103,"155":9,"156":9,"158":27,"159":31,"16":148,"160":21,"161":216,"167":30,"168":6,"17":174,"18":1017,"19":436,"20":167,"209":125,"21":530,"210":27,"211":19,"214":14,"215":244,"221":310,"223":931,"224":96,"225":476,"23":299,"24":1296,"25":506,"257":73,"26":101,"268":7,"27":40,"273":57,"276":106,"279":22,"28":721,"281":7,"282":67,"291":38,"292":147,"30":26,"302":14,"306":4,"31":34,"314":7,"32":14,"33":87,"34":34,"347":11,"35":26,"352":697,"36":197,"37":82,"38":527,"380":10,"381":102,"383":50,"39":112,"391":44,"396":7,"397":14,"40":66,"409":81,"41":55,"414":31,"415":72,"419":7,"42":107,"426":4,"43":28,"430":75,"433":2,"44":14,"45":25,"46":290,"48":32,"49":28,"5":2490,"51":75,"52":30,"53":73,"56":9,"570":3,"6":280,"63":73,"7":325,"79":36,"8":721,"80":235,"9":759,"all_client":104739,"all_tv_clinet":18768,"insert_time":"2014-08-20T04:46:51.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86065,"10":30,"107":608,"11":405,"12":195,"13":588,"14":164,"15":106,"155":7,"156":9,"158":32,"159":30,"16":155,"160":22,"161":220,"167":29,"168":6,"17":175,"18":1004,"19":437,"20":165,"209":125,"21":531,"210":26,"211":19,"214":14,"215":240,"221":327,"223":931,"224":102,"225":459,"23":296,"24":1291,"25":491,"257":75,"26":99,"268":6,"27":34,"273":58,"276":105,"279":21,"28":733,"281":7,"282":69,"291":36,"292":146,"30":26,"302":14,"306":4,"31":33,"314":8,"32":14,"33":83,"34":36,"347":10,"35":25,"352":693,"36":189,"37":81,"38":528,"380":9,"381":100,"383":51,"39":115,"391":43,"396":7,"397":15,"40":68,"409":76,"41":57,"414":34,"415":71,"419":7,"42":92,"426":4,"43":28,"430":70,"433":8,"44":15,"45":24,"46":292,"48":31,"49":30,"5":2542,"51":78,"52":33,"53":68,"56":8,"570":6,"6":282,"63":62,"7":329,"79":37,"8":725,"80":226,"9":745,"all_client":104825,"all_tv_clinet":18760,"insert_time":"2014-08-20T04:47:51.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86038,"10":30,"107":615,"11":414,"12":189,"13":587,"14":156,"15":108,"155":8,"156":10,"158":35,"159":30,"16":156,"160":21,"161":217,"167":28,"168":5,"17":171,"18":1016,"19":444,"20":172,"209":119,"21":537,"210":27,"211":20,"214":17,"215":246,"221":328,"223":932,"224":107,"225":451,"23":301,"24":1305,"25":473,"257":72,"26":100,"268":6,"27":32,"273":57,"276":100,"279":18,"28":741,"281":8,"282":67,"291":33,"292":145,"30":25,"302":15,"306":5,"31":31,"314":7,"32":14,"33":84,"34":34,"347":9,"35":25,"352":697,"36":189,"37":75,"38":534,"380":9,"381":98,"383":51,"39":110,"391":43,"396":6,"397":15,"40":69,"409":79,"41":56,"414":37,"415":72,"419":7,"42":84,"426":4,"43":28,"430":63,"433":9,"44":13,"45":23,"46":298,"48":32,"49":29,"5":2585,"51":81,"52":28,"53":67,"56":8,"570":7,"6":281,"63":63,"7":333,"79":36,"8":741,"80":222,"9":742,"all_client":104865,"all_tv_clinet":18827,"insert_time":"2014-08-20T04:48:52.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86106,"10":31,"107":622,"11":420,"12":187,"13":560,"14":150,"15":110,"155":7,"156":9,"158":38,"159":29,"16":160,"160":22,"161":213,"167":27,"168":5,"17":170,"18":1014,"19":437,"20":180,"209":110,"21":531,"210":26,"211":22,"214":18,"215":253,"221":328,"223":948,"224":110,"225":459,"23":302,"24":1303,"25":456,"257":72,"26":98,"268":6,"27":31,"273":55,"276":98,"279":18,"28":752,"281":8,"282":68,"291":32,"292":146,"30":28,"302":16,"306":4,"31":31,"314":8,"32":13,"33":81,"34":29,"347":8,"35":25,"352":702,"36":186,"37":74,"38":552,"380":9,"381":100,"383":49,"39":116,"391":41,"396":7,"397":15,"40":69,"409":81,"41":53,"414":40,"415":75,"419":8,"42":74,"426":3,"43":28,"430":60,"433":9,"44":17,"45":22,"46":291,"48":34,"49":29,"5":2617,"51":82,"52":28,"53":67,"56":7,"570":5,"6":283,"63":63,"7":342,"79":37,"8":747,"80":220,"9":733,"all_client":104965,"all_tv_clinet":18859,"insert_time":"2014-08-20T04:49:53.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86059,"10":32,"107":618,"11":421,"12":190,"13":521,"14":152,"15":112,"155":7,"156":9,"158":37,"159":30,"16":166,"160":20,"161":211,"167":30,"168":5,"17":175,"18":1011,"19":413,"20":185,"209":93,"21":534,"210":28,"211":22,"214":19,"215":267,"221":319,"223":953,"224":110,"225":447,"23":301,"24":1307,"25":445,"257":63,"26":95,"268":6,"27":33,"273":59,"276":98,"279":19,"28":769,"281":8,"282":66,"291":32,"292":147,"30":28,"302":16,"306":5,"31":30,"314":7,"32":14,"33":81,"34":30,"347":8,"35":26,"352":709,"36":198,"37":77,"38":547,"380":9,"381":101,"383":52,"39":122,"391":43,"396":7,"397":15,"40":73,"409":80,"41":55,"414":40,"415":76,"419":9,"42":68,"426":3,"43":30,"430":59,"433":5,"44":17,"45":21,"46":286,"48":33,"49":28,"5":2656,"51":88,"52":28,"53":64,"56":7,"570":4,"6":286,"63":70,"7":351,"79":33,"8":741,"80":211,"9":715,"all_client":104906,"all_tv_clinet":18847,"insert_time":"2014-08-20T04:50:54.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86112,"10":33,"107":633,"11":433,"12":190,"13":486,"14":145,"15":111,"155":7,"156":10,"158":39,"159":31,"16":167,"160":17,"161":204,"167":29,"168":5,"17":180,"18":1016,"19":382,"20":184,"209":87,"21":547,"210":27,"211":22,"214":18,"215":270,"221":309,"223":950,"224":112,"225":440,"23":306,"24":1332,"25":427,"257":63,"26":93,"268":5,"27":33,"273":65,"276":97,"279":20,"28":771,"281":8,"282":68,"291":32,"292":156,"30":31,"302":16,"306":5,"31":28,"314":8,"32":15,"33":79,"34":29,"347":8,"35":26,"352":729,"36":185,"37":78,"38":525,"380":9,"381":102,"383":57,"39":125,"391":42,"396":6,"397":18,"40":75,"409":75,"41":51,"414":40,"415":80,"419":10,"42":63,"426":2,"43":27,"430":59,"433":5,"434":1,"44":15,"45":19,"46":292,"48":32,"49":27,"5":2690,"51":90,"52":28,"53":60,"56":7,"570":4,"6":289,"63":70,"7":354,"79":30,"8":739,"80":196,"9":715,"all_client":104938,"all_tv_clinet":18826,"insert_time":"2014-08-20T04:51:55.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86089,"10":36,"107":624,"11":440,"12":189,"13":453,"14":136,"15":112,"155":7,"156":10,"158":36,"159":32,"16":163,"160":16,"161":216,"167":28,"168":4,"17":180,"18":1023,"19":350,"20":181,"209":80,"21":550,"210":28,"211":23,"214":19,"215":275,"221":304,"223":957,"224":118,"225":426,"23":314,"24":1366,"25":412,"257":68,"26":96,"268":6,"27":32,"273":66,"276":93,"279":20,"28":783,"281":9,"282":61,"291":33,"292":156,"30":32,"302":17,"306":5,"31":27,"314":6,"32":18,"33":85,"34":30,"347":9,"35":25,"352":745,"36":182,"37":79,"38":513,"380":8,"381":102,"383":56,"39":125,"391":42,"396":7,"397":18,"40":73,"409":68,"41":54,"414":40,"415":80,"419":10,"42":60,"426":1,"43":25,"430":57,"431":1,"433":5,"434":1,"44":15,"45":20,"46":297,"48":28,"49":28,"5":2732,"51":89,"52":28,"53":58,"56":7,"570":5,"6":299,"63":67,"7":357,"79":28,"8":737,"80":185,"9":689,"all_client":104895,"all_tv_clinet":18806,"insert_time":"2014-08-20T04:52:55.917Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86104,"10":37,"107":635,"11":446,"12":197,"13":442,"14":130,"15":125,"155":7,"156":10,"158":35,"159":31,"16":155,"160":15,"161":221,"167":28,"168":4,"17":177,"18":1033,"19":334,"20":180,"209":79,"21":541,"210":25,"211":23,"214":20,"215":279,"221":302,"223":966,"224":122,"225":419,"23":310,"24":1385,"25":400,"257":66,"26":101,"268":6,"27":33,"273":69,"276":94,"279":22,"28":785,"281":10,"282":57,"291":34,"292":155,"30":34,"302":19,"306":5,"31":27,"314":6,"32":18,"33":86,"34":31,"347":9,"35":25,"352":748,"36":182,"37":75,"38":519,"380":9,"381":101,"383":56,"39":126,"391":43,"396":8,"397":19,"40":79,"409":62,"41":55,"414":35,"415":77,"419":10,"42":55,"426":2,"43":25,"430":57,"431":1,"433":4,"434":1,"44":16,"45":20,"46":300,"48":26,"49":27,"5":2771,"51":89,"52":33,"53":59,"56":6,"570":6,"6":302,"63":66,"7":356,"79":25,"8":737,"80":171,"9":658,"all_client":104926,"all_tv_clinet":18822,"insert_time":"2014-08-20T04:53:56.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86093,"10":37,"107":622,"11":453,"12":198,"13":433,"14":126,"15":131,"155":7,"156":13,"158":35,"159":31,"16":146,"160":14,"161":219,"167":28,"168":4,"17":180,"18":1044,"19":319,"20":183,"209":73,"21":546,"210":25,"211":24,"214":21,"215":281,"221":315,"223":984,"224":128,"225":447,"23":306,"24":1378,"25":391,"257":64,"26":102,"268":6,"27":33,"273":77,"276":90,"279":21,"28":774,"281":10,"282":57,"291":33,"292":144,"30":35,"302":19,"306":5,"31":25,"314":5,"32":17,"33":86,"34":30,"347":10,"35":25,"352":748,"36":173,"37":71,"38":511,"380":9,"381":99,"383":51,"39":126,"391":45,"396":9,"397":20,"40":77,"409":62,"41":54,"414":36,"415":74,"419":15,"42":47,"426":2,"43":27,"430":53,"431":1,"433":4,"434":1,"44":15,"45":21,"46":301,"48":24,"49":28,"5":2824,"51":87,"52":35,"53":61,"56":6,"570":7,"6":304,"63":64,"7":348,"79":22,"8":736,"80":161,"9":629,"all_client":104891,"all_tv_clinet":18798,"insert_time":"2014-08-20T04:54:57.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86078,"10":37,"107":615,"11":448,"12":196,"13":434,"14":126,"15":140,"155":7,"156":15,"158":38,"159":30,"16":132,"160":16,"161":220,"167":29,"168":4,"17":187,"18":1045,"19":311,"20":190,"209":68,"21":549,"210":25,"211":25,"214":20,"215":285,"221":327,"223":993,"224":131,"225":461,"23":309,"24":1366,"25":383,"257":63,"26":100,"268":8,"27":33,"273":77,"276":90,"279":21,"28":771,"281":10,"282":56,"291":29,"292":133,"30":42,"302":19,"306":5,"31":26,"314":5,"32":14,"33":87,"34":26,"347":12,"35":25,"352":729,"36":174,"37":67,"38":510,"380":8,"381":98,"383":52,"39":126,"391":46,"396":10,"397":19,"40":77,"409":64,"41":54,"414":38,"415":76,"419":14,"42":45,"426":5,"43":31,"430":53,"433":5,"434":1,"44":15,"45":21,"46":288,"48":26,"49":26,"5":2867,"51":87,"52":34,"53":60,"56":7,"570":8,"6":303,"63":63,"7":344,"79":23,"8":735,"80":155,"9":607,"all_client":104863,"all_tv_clinet":18785,"insert_time":"2014-08-20T04:55:58.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86067,"10":37,"107":605,"11":454,"12":181,"13":427,"14":119,"15":152,"155":8,"156":16,"158":37,"159":28,"16":122,"160":21,"161":225,"167":28,"168":4,"17":193,"18":1058,"19":323,"20":186,"209":66,"21":558,"210":26,"211":27,"214":20,"215":272,"221":325,"223":1006,"224":128,"225":467,"23":307,"24":1360,"25":372,"257":69,"26":98,"268":10,"27":33,"273":83,"276":87,"279":19,"28":767,"281":10,"282":59,"291":27,"292":128,"30":45,"302":18,"306":7,"31":27,"314":6,"32":16,"33":87,"34":24,"347":12,"35":26,"352":721,"36":174,"37":60,"38":516,"380":7,"381":98,"383":45,"39":131,"391":46,"396":8,"397":19,"40":76,"409":69,"41":51,"414":41,"415":76,"419":16,"42":44,"426":5,"43":32,"430":52,"433":5,"434":1,"44":16,"45":25,"46":279,"48":29,"49":25,"5":2876,"51":89,"52":34,"53":63,"56":6,"570":6,"6":312,"63":59,"7":336,"79":22,"8":747,"80":148,"9":574,"all_client":104822,"all_tv_clinet":18755,"insert_time":"2014-08-20T04:56:59.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86029,"10":39,"107":612,"11":440,"12":167,"13":432,"14":116,"15":171,"155":7,"156":17,"158":37,"159":29,"16":113,"160":22,"161":229,"167":28,"168":4,"17":192,"18":1050,"19":339,"20":187,"209":64,"21":551,"210":28,"211":27,"214":20,"215":267,"221":339,"223":1005,"224":133,"225":461,"23":306,"24":1362,"25":373,"257":70,"26":90,"268":10,"27":32,"273":78,"276":83,"279":15,"28":769,"281":9,"282":58,"291":26,"292":122,"30":45,"302":19,"306":7,"31":26,"314":6,"32":15,"33":90,"34":30,"347":11,"35":26,"352":717,"36":164,"37":58,"38":523,"380":7,"381":98,"383":43,"39":140,"391":43,"396":8,"397":19,"40":74,"409":74,"41":54,"414":40,"415":78,"419":15,"42":42,"426":6,"43":33,"430":53,"433":5,"434":1,"44":17,"45":25,"46":280,"48":25,"49":25,"5":2910,"51":85,"52":33,"53":61,"56":6,"570":7,"6":319,"63":60,"7":342,"79":22,"8":750,"80":143,"9":545,"all_client":104783,"all_tv_clinet":18754,"insert_time":"2014-08-20T04:57:59.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85949,"10":42,"107":629,"11":445,"12":153,"13":413,"14":103,"15":181,"155":7,"156":17,"158":37,"159":30,"16":106,"160":18,"161":234,"167":25,"168":4,"17":194,"18":1017,"19":350,"20":180,"209":55,"21":538,"210":29,"211":28,"214":20,"215":260,"221":351,"223":1009,"224":139,"225":472,"23":313,"24":1346,"25":361,"257":70,"26":87,"268":9,"27":33,"273":81,"276":79,"279":14,"28":772,"281":9,"282":62,"291":25,"292":118,"30":49,"302":19,"306":7,"31":29,"314":7,"32":17,"33":93,"34":32,"347":11,"35":23,"352":721,"36":158,"37":58,"38":526,"380":7,"381":90,"383":45,"39":139,"391":43,"396":8,"397":20,"40":73,"409":76,"41":53,"414":38,"415":86,"419":17,"42":41,"426":6,"43":36,"430":56,"433":5,"434":1,"44":16,"45":23,"46":280,"48":22,"49":26,"5":2954,"51":82,"52":33,"53":60,"56":6,"570":8,"6":322,"63":57,"7":348,"79":23,"8":753,"80":139,"9":514,"all_client":104670,"all_tv_clinet":18721,"insert_time":"2014-08-20T04:59:00.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85857,"10":41,"107":632,"11":437,"12":142,"13":405,"14":101,"15":192,"155":7,"156":17,"158":38,"159":29,"16":105,"160":16,"161":229,"167":26,"168":3,"17":203,"18":960,"19":358,"20":178,"209":49,"21":524,"210":29,"211":28,"214":20,"215":260,"221":350,"223":1005,"224":148,"225":477,"23":322,"24":1357,"25":362,"257":66,"26":88,"268":9,"27":34,"273":77,"276":74,"279":15,"28":772,"281":9,"282":61,"291":24,"292":128,"30":49,"302":17,"306":7,"31":27,"314":8,"32":17,"33":97,"34":33,"347":11,"35":21,"352":711,"36":156,"37":57,"38":528,"380":8,"381":84,"383":52,"39":141,"391":40,"396":8,"397":19,"40":72,"409":80,"41":51,"414":39,"415":87,"419":18,"42":40,"426":5,"43":38,"430":53,"433":4,"434":1,"44":15,"45":23,"46":281,"48":22,"49":29,"5":2998,"51":76,"52":33,"53":57,"56":6,"570":8,"6":333,"63":63,"7":364,"79":25,"8":739,"80":139,"9":496,"all_client":104550,"all_tv_clinet":18693,"insert_time":"2014-08-20T05:00:01.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85797,"10":42,"107":625,"11":458,"12":128,"13":407,"14":104,"15":191,"155":7,"156":17,"158":41,"159":28,"16":106,"160":16,"161":212,"167":22,"168":3,"17":207,"18":925,"19":366,"20":180,"209":46,"21":526,"210":30,"211":29,"214":20,"215":268,"221":356,"223":975,"224":154,"225":480,"23":324,"24":1389,"25":366,"257":69,"26":83,"268":9,"27":35,"273":71,"276":71,"279":16,"28":764,"281":10,"282":61,"291":24,"292":129,"30":52,"302":16,"306":7,"31":28,"314":8,"32":15,"33":98,"34":35,"347":12,"35":22,"352":708,"36":166,"37":54,"38":531,"380":8,"381":75,"383":54,"39":144,"391":39,"396":8,"397":19,"40":71,"409":80,"41":48,"414":40,"415":89,"419":18,"42":39,"426":5,"43":36,"430":59,"433":6,"434":1,"44":13,"45":23,"46":277,"48":25,"49":30,"5":3029,"51":77,"52":29,"53":59,"56":6,"570":7,"6":335,"63":64,"7":383,"79":31,"8":703,"80":142,"9":466,"all_client":104477,"all_tv_clinet":18680,"insert_time":"2014-08-20T05:01:02.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85681,"10":40,"107":623,"11":485,"12":128,"13":408,"14":107,"15":190,"155":11,"156":20,"158":36,"159":27,"16":104,"160":17,"161":206,"167":19,"168":4,"17":216,"18":906,"19":364,"20":188,"209":47,"21":518,"210":30,"211":28,"214":20,"215":272,"221":358,"223":938,"224":159,"225":477,"23":311,"24":1407,"25":372,"257":68,"26":75,"268":9,"27":34,"273":67,"276":68,"279":19,"28":739,"281":11,"282":64,"291":23,"292":131,"30":52,"302":15,"306":9,"31":28,"314":8,"32":17,"33":95,"34":35,"347":11,"35":21,"352":700,"36":165,"37":49,"38":533,"380":8,"381":73,"383":52,"39":150,"391":35,"396":10,"397":19,"40":74,"409":81,"41":49,"414":42,"415":84,"419":17,"42":36,"426":4,"43":38,"430":60,"433":6,"434":1,"44":14,"45":23,"46":279,"48":28,"49":30,"5":3080,"51":72,"52":30,"53":58,"56":4,"570":6,"6":341,"63":61,"7":395,"79":33,"8":674,"80":145,"9":437,"all_client":104312,"all_tv_clinet":18631,"insert_time":"2014-08-20T05:02:03.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85588,"10":44,"107":624,"11":500,"12":132,"13":425,"14":112,"15":179,"155":11,"156":26,"158":40,"159":27,"16":102,"160":18,"161":199,"167":20,"168":4,"17":218,"18":892,"19":363,"20":192,"209":50,"21":497,"210":30,"211":28,"214":20,"215":273,"221":363,"223":911,"224":163,"225":480,"23":315,"24":1413,"25":370,"257":62,"26":69,"268":10,"27":33,"273":64,"276":65,"279":18,"28":733,"281":11,"282":61,"291":24,"292":136,"30":53,"302":15,"306":10,"31":26,"314":7,"32":18,"33":102,"34":38,"347":11,"35":19,"352":710,"36":165,"37":46,"38":530,"380":8,"381":74,"383":52,"39":151,"391":35,"396":10,"397":18,"40":79,"409":83,"41":49,"414":43,"415":78,"419":17,"42":33,"426":3,"43":40,"430":59,"433":5,"434":1,"44":15,"45":25,"46":278,"48":29,"49":35,"5":3096,"51":64,"52":27,"53":66,"56":4,"570":7,"6":350,"63":62,"7":395,"79":44,"8":658,"80":128,"9":420,"all_client":104206,"all_tv_clinet":18618,"insert_time":"2014-08-20T05:03:04.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85537,"10":43,"107":626,"11":515,"12":131,"13":417,"14":114,"15":175,"155":11,"156":26,"158":37,"159":27,"16":96,"160":18,"161":201,"167":20,"168":4,"17":223,"18":875,"19":363,"20":190,"209":51,"21":473,"210":30,"211":27,"214":19,"215":275,"221":341,"223":908,"224":171,"225":490,"23":313,"24":1419,"25":361,"257":63,"26":65,"268":10,"27":35,"273":61,"276":60,"279":16,"28":738,"281":9,"282":57,"291":23,"292":137,"30":54,"302":13,"306":10,"31":26,"314":8,"32":20,"33":105,"34":39,"347":11,"35":21,"352":708,"36":164,"37":45,"38":543,"380":8,"381":73,"383":51,"39":154,"391":34,"396":9,"397":17,"40":81,"409":83,"41":51,"414":40,"415":75,"419":17,"42":31,"426":4,"43":39,"430":60,"433":4,"434":1,"44":17,"45":29,"46":282,"48":37,"49":33,"5":3116,"51":63,"52":23,"53":64,"56":8,"570":8,"6":367,"63":60,"7":402,"79":45,"8":653,"80":121,"9":407,"all_client":104135,"all_tv_clinet":18598,"insert_time":"2014-08-20T05:04:04.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85434,"10":45,"107":620,"11":523,"12":130,"13":416,"14":113,"15":180,"155":12,"156":25,"158":39,"159":27,"16":97,"160":17,"161":197,"167":19,"168":4,"17":224,"18":880,"19":361,"20":189,"209":52,"21":477,"210":29,"211":25,"214":19,"215":267,"221":334,"223":919,"224":165,"225":485,"23":322,"24":1414,"25":368,"257":65,"26":68,"268":8,"27":36,"273":57,"276":62,"279":14,"28":758,"281":9,"282":59,"291":22,"292":143,"30":46,"302":11,"306":11,"31":24,"314":7,"32":18,"33":109,"34":46,"347":12,"35":23,"352":706,"36":162,"37":41,"38":542,"380":7,"381":71,"383":53,"39":155,"391":34,"396":10,"397":20,"40":82,"409":81,"41":50,"414":39,"415":72,"419":16,"42":32,"426":4,"43":42,"430":58,"433":5,"434":1,"44":15,"45":32,"46":287,"48":39,"49":32,"5":3035,"51":61,"52":22,"53":67,"56":7,"570":7,"6":384,"63":62,"7":421,"79":47,"8":652,"80":119,"9":395,"all_client":104003,"all_tv_clinet":18569,"insert_time":"2014-08-20T05:05:05.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85376,"10":43,"107":608,"11":523,"12":134,"13":413,"14":114,"15":182,"155":13,"156":23,"158":39,"159":28,"16":98,"160":16,"161":187,"167":19,"168":4,"17":230,"18":877,"19":370,"20":190,"209":51,"21":470,"210":26,"211":23,"214":19,"215":254,"221":342,"223":941,"224":169,"225":484,"23":318,"24":1400,"25":374,"257":68,"26":69,"268":8,"27":39,"273":55,"276":63,"279":13,"28":773,"281":9,"282":56,"291":22,"292":144,"30":43,"302":10,"306":9,"31":22,"314":7,"32":18,"33":115,"34":52,"347":12,"35":23,"352":707,"36":155,"37":36,"38":547,"380":7,"381":70,"383":53,"39":154,"391":32,"396":12,"397":22,"40":82,"409":80,"41":51,"414":37,"415":75,"419":14,"42":29,"426":5,"43":41,"430":57,"433":5,"434":2,"44":15,"45":34,"46":277,"48":41,"49":31,"5":2928,"51":65,"52":23,"53":65,"56":7,"570":6,"6":411,"63":66,"7":443,"79":42,"8":651,"80":123,"9":383,"all_client":103872,"all_tv_clinet":18496,"insert_time":"2014-08-20T05:06:06.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85284,"10":43,"107":596,"11":534,"12":138,"13":410,"14":118,"15":182,"155":13,"156":24,"158":36,"159":31,"16":101,"160":20,"161":183,"167":20,"168":4,"17":232,"18":876,"19":365,"20":192,"209":49,"21":471,"210":25,"211":22,"214":18,"215":241,"221":342,"223":964,"224":168,"225":482,"23":317,"24":1366,"25":390,"257":74,"26":72,"268":8,"27":39,"273":55,"276":64,"279":12,"28":777,"281":9,"282":53,"291":22,"292":145,"30":43,"302":9,"306":9,"31":24,"314":7,"32":19,"33":121,"34":56,"347":12,"35":25,"352":694,"36":160,"37":34,"38":553,"380":6,"381":70,"383":50,"39":153,"391":29,"396":12,"397":21,"40":88,"409":77,"41":50,"414":37,"415":76,"419":16,"42":27,"426":5,"43":44,"430":59,"433":5,"434":2,"44":13,"45":34,"46":272,"48":41,"49":38,"5":2808,"51":64,"52":24,"53":61,"56":6,"570":10,"6":435,"63":67,"7":465,"79":40,"8":658,"80":126,"9":374,"all_client":103716,"all_tv_clinet":18432,"insert_time":"2014-08-20T05:07:06.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85179,"10":46,"107":576,"11":539,"12":144,"13":410,"14":129,"15":182,"155":10,"156":25,"158":33,"159":33,"16":98,"160":19,"161":176,"167":21,"168":4,"17":240,"18":869,"19":357,"20":191,"209":49,"21":468,"210":25,"211":22,"214":19,"215":249,"221":337,"223":976,"224":174,"225":475,"23":322,"24":1334,"25":397,"257":75,"26":81,"268":8,"27":38,"273":58,"276":58,"279":11,"28":787,"281":7,"282":48,"291":24,"292":143,"30":44,"302":9,"306":9,"31":22,"314":9,"32":16,"33":124,"34":56,"347":11,"35":28,"352":708,"36":159,"37":36,"38":549,"380":6,"381":70,"383":51,"39":158,"391":24,"396":10,"397":23,"40":87,"409":73,"41":48,"414":40,"415":74,"419":15,"42":27,"426":4,"43":44,"430":61,"433":4,"434":1,"44":14,"45":37,"46":274,"48":40,"49":41,"5":2686,"51":60,"52":26,"53":60,"56":7,"570":10,"6":462,"63":69,"7":493,"79":44,"8":661,"80":122,"9":363,"all_client":103535,"all_tv_clinet":18356,"insert_time":"2014-08-20T05:08:07.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85092,"10":45,"107":567,"11":536,"12":148,"13":408,"14":134,"15":186,"155":10,"156":22,"158":32,"159":32,"16":104,"160":18,"161":179,"167":22,"168":4,"17":243,"18":858,"19":361,"20":186,"209":51,"21":472,"210":26,"211":25,"214":19,"215":249,"221":322,"223":972,"224":176,"225":473,"23":326,"24":1310,"25":413,"257":71,"26":84,"268":8,"27":37,"273":57,"276":52,"279":14,"28":800,"281":7,"282":44,"291":23,"292":137,"30":47,"302":11,"306":8,"31":25,"314":9,"32":18,"33":122,"34":54,"347":11,"35":30,"352":693,"36":150,"37":31,"38":557,"380":7,"381":75,"383":49,"39":153,"391":22,"396":7,"397":22,"40":89,"409":64,"41":49,"414":40,"415":71,"419":16,"42":26,"426":5,"43":48,"430":65,"433":4,"434":1,"44":14,"45":41,"46":277,"48":43,"49":40,"5":2572,"51":58,"52":24,"53":60,"56":7,"570":10,"6":479,"63":70,"7":503,"79":48,"8":662,"80":123,"9":364,"all_client":103329,"all_tv_clinet":18237,"insert_time":"2014-08-20T05:09:08.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84967,"10":44,"107":556,"11":548,"12":144,"13":409,"14":129,"15":192,"155":10,"156":21,"158":33,"159":31,"16":100,"160":16,"161":185,"167":22,"168":4,"17":242,"18":848,"19":356,"20":188,"209":51,"21":472,"210":24,"211":25,"214":19,"215":249,"221":319,"223":973,"224":180,"225":467,"23":331,"24":1307,"25":418,"257":66,"26":93,"268":8,"27":36,"273":52,"276":50,"279":13,"28":796,"281":9,"282":46,"291":22,"292":130,"30":49,"302":11,"306":9,"31":28,"314":9,"32":18,"33":122,"34":54,"347":10,"35":29,"352":705,"36":145,"37":30,"38":548,"380":6,"381":74,"383":51,"39":153,"391":20,"396":4,"397":22,"40":87,"409":64,"41":48,"414":39,"415":74,"419":16,"42":26,"426":6,"43":53,"430":64,"433":4,"434":1,"44":15,"45":42,"46":277,"48":46,"49":40,"5":2481,"51":55,"52":25,"53":60,"56":9,"570":6,"6":502,"63":75,"7":513,"79":47,"8":660,"80":127,"9":354,"all_client":103114,"all_tv_clinet":18147,"insert_time":"2014-08-20T05:10:09.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84836,"10":40,"107":559,"11":537,"12":135,"13":425,"14":130,"15":198,"155":9,"156":20,"158":36,"159":27,"16":100,"160":17,"161":180,"167":22,"168":4,"17":250,"18":846,"19":360,"20":192,"209":51,"21":469,"210":22,"211":26,"214":18,"215":248,"221":320,"223":974,"224":187,"225":449,"23":329,"24":1301,"25":425,"257":70,"26":94,"268":9,"27":34,"273":52,"276":48,"279":13,"28":798,"281":9,"282":46,"291":23,"292":123,"30":49,"302":11,"306":9,"31":31,"314":7,"32":21,"33":124,"34":53,"347":10,"35":27,"352":709,"36":148,"37":29,"38":569,"380":6,"381":79,"383":47,"39":156,"391":21,"396":3,"397":21,"40":88,"409":66,"41":50,"414":39,"415":70,"419":16,"42":27,"426":6,"43":54,"430":62,"433":4,"434":1,"44":11,"45":47,"46":268,"48":44,"49":47,"5":2392,"51":51,"52":24,"53":58,"56":10,"570":7,"6":523,"63":74,"7":509,"79":42,"8":647,"80":133,"9":356,"all_client":102917,"all_tv_clinet":18081,"insert_time":"2014-08-20T05:11:09.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84671,"10":38,"107":559,"11":543,"12":127,"13":420,"14":132,"15":206,"155":8,"156":20,"158":35,"159":27,"16":92,"160":17,"161":181,"167":22,"168":4,"17":249,"18":833,"19":365,"20":199,"209":49,"21":476,"210":21,"211":25,"214":17,"215":245,"221":316,"223":978,"224":193,"225":449,"23":334,"24":1288,"25":425,"257":66,"26":100,"268":7,"27":34,"273":52,"276":48,"279":12,"28":799,"281":10,"282":47,"291":23,"292":117,"30":50,"302":12,"306":9,"31":35,"314":7,"32":20,"33":131,"34":55,"347":12,"35":30,"352":707,"36":148,"37":29,"38":569,"380":5,"381":74,"383":45,"39":153,"391":21,"396":3,"397":23,"40":86,"409":73,"41":51,"414":38,"415":68,"419":17,"42":30,"426":4,"43":59,"430":61,"433":4,"434":1,"44":12,"45":51,"46":265,"48":42,"49":51,"5":2311,"51":48,"52":25,"53":56,"56":10,"570":5,"6":541,"63":71,"7":524,"79":49,"8":649,"80":130,"9":348,"all_client":102697,"all_tv_clinet":18026,"insert_time":"2014-08-20T05:12:15.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84598,"10":38,"107":550,"11":540,"12":117,"13":421,"14":137,"15":206,"155":9,"156":19,"158":31,"159":28,"16":94,"160":18,"161":178,"167":22,"168":6,"17":250,"18":837,"19":366,"20":197,"209":51,"21":485,"210":22,"211":26,"214":16,"215":247,"221":294,"223":975,"224":198,"225":444,"23":338,"24":1282,"25":411,"257":59,"26":109,"268":7,"27":34,"273":49,"276":44,"279":14,"28":789,"281":9,"282":49,"291":22,"292":111,"30":50,"302":13,"306":7,"31":34,"314":4,"32":23,"33":136,"34":57,"347":12,"35":33,"352":704,"36":148,"37":31,"38":555,"380":5,"381":77,"383":42,"39":151,"391":21,"396":2,"397":31,"40":80,"409":79,"41":51,"414":40,"415":65,"419":17,"42":35,"426":4,"43":60,"430":58,"433":4,"434":1,"44":11,"45":53,"46":267,"48":42,"49":51,"5":2230,"51":48,"52":28,"53":58,"56":11,"570":6,"6":563,"63":63,"7":529,"79":53,"8":653,"80":123,"9":342,"all_client":102508,"all_tv_clinet":17910,"insert_time":"2014-08-20T05:13:16.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84483,"10":36,"107":531,"11":536,"12":115,"13":415,"14":142,"15":197,"155":11,"156":19,"158":30,"159":27,"16":104,"160":17,"161":179,"167":23,"168":6,"17":254,"18":837,"19":355,"20":191,"209":49,"21":483,"210":22,"211":23,"214":16,"215":240,"221":293,"223":974,"224":199,"225":432,"23":353,"24":1273,"25":412,"257":61,"26":119,"268":7,"27":32,"273":48,"276":44,"279":15,"28":802,"281":10,"282":48,"291":21,"292":113,"30":50,"302":12,"306":7,"31":33,"314":4,"32":21,"33":136,"34":58,"347":10,"35":36,"352":707,"36":147,"37":28,"38":551,"380":5,"381":72,"383":43,"39":145,"391":22,"396":3,"397":31,"40":72,"409":81,"41":53,"414":41,"415":66,"419":17,"42":34,"426":5,"43":62,"430":56,"433":4,"434":1,"44":13,"45":51,"46":262,"48":46,"49":53,"5":2137,"51":46,"52":33,"53":62,"56":11,"570":6,"6":577,"63":65,"7":539,"79":51,"8":652,"80":120,"9":333,"all_client":102267,"all_tv_clinet":17784,"insert_time":"2014-08-20T05:14:17.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84312,"10":36,"107":529,"11":530,"12":112,"13":422,"14":144,"15":189,"155":10,"156":21,"158":28,"159":27,"16":109,"160":19,"161":180,"167":25,"168":8,"17":264,"18":825,"19":336,"20":192,"209":52,"21":489,"210":21,"211":23,"214":15,"215":239,"221":281,"223":979,"224":213,"225":423,"23":367,"24":1275,"25":414,"257":61,"26":124,"268":6,"27":30,"273":50,"276":43,"279":16,"28":804,"281":9,"282":49,"291":22,"292":106,"30":50,"302":10,"306":7,"31":34,"314":4,"32":24,"33":134,"34":55,"347":10,"35":40,"352":690,"36":145,"37":32,"38":542,"380":5,"381":69,"383":43,"39":141,"391":21,"396":2,"397":30,"40":64,"409":87,"41":50,"414":45,"415":68,"419":17,"42":36,"426":5,"43":63,"430":56,"433":4,"434":1,"44":14,"45":48,"46":253,"48":45,"49":54,"5":2025,"51":49,"52":40,"53":60,"56":9,"570":6,"6":598,"63":61,"7":536,"79":46,"8":655,"80":126,"9":337,"all_client":101975,"all_tv_clinet":17663,"insert_time":"2014-08-20T05:15:17.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84132,"10":36,"107":531,"11":536,"12":110,"13":426,"14":145,"15":189,"155":10,"156":20,"158":28,"159":25,"16":104,"160":19,"161":184,"167":25,"168":7,"17":275,"18":828,"19":310,"20":191,"209":54,"21":498,"210":21,"211":23,"214":16,"215":234,"221":290,"223":985,"224":220,"225":411,"23":368,"24":1271,"25":426,"257":60,"26":127,"268":6,"27":30,"273":47,"276":41,"279":14,"28":785,"281":10,"282":47,"291":23,"292":111,"30":50,"302":10,"306":7,"31":42,"314":6,"32":26,"33":135,"34":57,"347":10,"35":38,"352":679,"36":147,"37":30,"38":528,"380":6,"381":66,"383":42,"39":130,"391":23,"396":3,"397":31,"40":64,"409":93,"41":53,"414":45,"415":71,"419":15,"42":39,"426":5,"43":61,"430":58,"433":4,"434":1,"44":14,"45":47,"46":225,"48":45,"49":57,"5":1889,"51":47,"52":43,"53":60,"56":7,"570":5,"6":607,"63":59,"7":534,"79":43,"8":651,"80":126,"9":337,"all_client":101620,"all_tv_clinet":17488,"insert_time":"2014-08-20T05:16:18.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83930,"10":36,"107":538,"11":544,"12":112,"13":427,"14":144,"15":194,"155":8,"156":19,"158":29,"159":22,"16":106,"160":19,"161":190,"167":27,"168":7,"17":278,"18":829,"19":292,"20":190,"209":57,"21":509,"210":21,"211":23,"214":15,"215":233,"221":291,"223":1002,"224":228,"225":414,"23":359,"24":1283,"25":436,"257":58,"26":132,"268":7,"27":31,"273":46,"276":40,"279":13,"28":766,"281":11,"282":48,"291":23,"292":104,"30":52,"302":10,"306":8,"31":44,"314":6,"32":24,"33":130,"34":60,"347":10,"35":37,"352":685,"36":147,"37":34,"38":510,"380":6,"381":63,"383":41,"389":1,"39":129,"391":21,"396":2,"397":34,"40":62,"409":94,"41":57,"414":46,"415":77,"419":15,"42":44,"426":3,"43":68,"430":61,"433":2,"434":1,"44":13,"45":44,"46":217,"48":47,"49":59,"5":1785,"51":43,"52":46,"53":57,"56":7,"570":6,"6":622,"63":59,"7":541,"79":39,"8":632,"80":125,"9":334,"all_client":101351,"all_tv_clinet":17421,"insert_time":"2014-08-20T05:17:19.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83748,"10":35,"107":537,"11":552,"12":113,"13":434,"14":144,"15":195,"155":8,"156":19,"158":29,"159":21,"16":110,"160":20,"161":185,"167":28,"168":6,"17":281,"18":845,"19":286,"20":186,"209":61,"21":517,"210":19,"211":23,"214":13,"215":233,"221":293,"223":988,"224":232,"225":412,"23":371,"24":1296,"25":448,"257":58,"26":139,"268":7,"27":30,"273":41,"276":40,"279":14,"28":752,"281":11,"282":49,"291":24,"292":104,"30":50,"302":10,"306":9,"31":45,"314":6,"32":23,"33":125,"34":60,"347":9,"35":37,"352":676,"36":150,"37":42,"38":501,"380":5,"381":65,"383":41,"389":1,"39":123,"391":20,"396":2,"397":35,"40":56,"409":87,"41":58,"414":41,"415":82,"419":10,"42":48,"426":2,"43":70,"430":61,"433":2,"44":13,"45":48,"46":209,"48":42,"49":66,"5":1701,"51":45,"52":44,"53":59,"56":7,"570":6,"6":625,"63":62,"7":543,"79":33,"8":609,"80":130,"9":326,"all_client":101077,"all_tv_clinet":17329,"insert_time":"2014-08-20T05:18:20.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83588,"10":34,"107":533,"11":560,"12":117,"13":442,"14":149,"15":195,"155":7,"156":21,"158":32,"159":19,"16":109,"160":20,"161":180,"167":28,"168":6,"17":284,"18":839,"19":269,"20":178,"209":67,"21":517,"210":19,"211":23,"214":12,"215":234,"221":295,"223":997,"224":213,"225":406,"23":372,"24":1321,"25":454,"257":63,"26":142,"268":9,"27":30,"273":36,"276":42,"279":13,"28":764,"281":11,"282":49,"291":22,"292":101,"30":53,"302":8,"306":9,"31":46,"314":5,"32":22,"33":117,"34":60,"347":11,"35":39,"352":672,"36":145,"37":45,"38":510,"380":6,"381":58,"383":40,"389":1,"39":114,"391":23,"396":1,"397":34,"40":53,"409":80,"41":61,"414":44,"415":75,"419":9,"42":48,"426":3,"43":67,"430":61,"433":2,"44":12,"45":50,"46":206,"48":40,"49":74,"5":1644,"51":45,"52":43,"53":57,"56":8,"570":6,"6":631,"63":62,"7":540,"79":45,"8":592,"80":115,"9":323,"all_client":100837,"all_tv_clinet":17249,"insert_time":"2014-08-20T05:19:20.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83488,"10":34,"107":526,"11":565,"12":109,"13":442,"14":157,"15":194,"155":7,"156":22,"158":34,"159":17,"16":108,"160":17,"161":181,"167":29,"168":5,"17":287,"18":847,"19":264,"20":174,"209":67,"21":517,"210":18,"211":23,"214":12,"215":230,"221":287,"223":983,"224":190,"225":392,"23":382,"24":1355,"25":460,"257":66,"26":144,"268":9,"27":28,"273":33,"276":40,"279":16,"28":778,"281":11,"282":51,"291":21,"292":105,"30":52,"302":8,"306":7,"31":48,"314":6,"32":21,"33":117,"34":61,"347":12,"35":36,"352":681,"36":140,"37":54,"38":497,"380":7,"381":59,"383":40,"389":1,"39":109,"391":25,"396":1,"397":32,"40":51,"409":77,"41":63,"414":44,"415":72,"419":11,"42":46,"426":3,"43":67,"430":62,"433":2,"44":11,"45":46,"46":196,"48":38,"49":77,"5":1584,"51":43,"52":36,"53":58,"56":8,"570":6,"6":650,"63":58,"7":530,"79":50,"8":585,"80":112,"9":323,"all_client":100648,"all_tv_clinet":17160,"insert_time":"2014-08-20T05:20:21.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83302,"10":32,"107":529,"11":568,"12":107,"13":443,"14":161,"15":195,"155":7,"156":24,"158":33,"159":17,"16":104,"160":14,"161":183,"167":30,"168":5,"17":294,"18":843,"19":256,"20":178,"209":69,"21":505,"210":18,"211":24,"214":12,"215":239,"221":289,"223":996,"224":169,"225":392,"23":379,"24":1375,"25":461,"257":66,"26":147,"268":7,"27":29,"273":33,"276":40,"279":14,"28":787,"281":12,"282":50,"291":21,"292":107,"30":53,"302":9,"306":6,"31":49,"314":6,"32":19,"33":113,"34":58,"347":12,"35":37,"352":676,"36":145,"37":56,"38":494,"380":8,"381":61,"383":42,"389":1,"39":99,"391":27,"396":2,"397":32,"40":49,"409":72,"41":65,"414":43,"415":72,"419":12,"42":45,"426":5,"43":64,"430":62,"433":2,"44":12,"45":42,"46":184,"48":37,"49":80,"5":1550,"51":41,"52":33,"53":64,"56":9,"570":6,"6":619,"63":57,"7":522,"79":52,"8":577,"80":109,"9":334,"all_client":100390,"all_tv_clinet":17088,"insert_time":"2014-08-20T05:21:22.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83163,"10":30,"107":524,"11":554,"12":102,"13":457,"14":162,"15":202,"155":6,"156":23,"158":35,"159":15,"16":108,"160":13,"161":181,"167":29,"168":5,"17":296,"18":831,"19":252,"20":187,"209":74,"21":499,"210":21,"211":24,"214":9,"215":243,"221":288,"223":1012,"224":163,"225":386,"23":369,"24":1383,"25":471,"257":67,"26":150,"268":9,"27":29,"273":32,"276":40,"279":13,"28":799,"281":11,"282":49,"291":20,"292":109,"30":53,"302":9,"306":6,"31":49,"314":4,"32":17,"33":117,"34":56,"347":12,"35":38,"352":698,"36":143,"37":55,"38":499,"380":8,"381":64,"383":38,"389":1,"39":96,"391":27,"396":3,"397":32,"40":54,"409":65,"41":66,"414":44,"415":78,"419":12,"42":45,"426":3,"43":61,"430":61,"433":2,"44":11,"45":37,"46":178,"48":35,"49":78,"5":1525,"51":38,"52":31,"53":68,"56":7,"570":6,"6":559,"63":57,"7":530,"79":52,"8":577,"80":109,"9":344,"all_client":100203,"all_tv_clinet":17040,"insert_time":"2014-08-20T05:22:22.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83016,"10":29,"107":538,"11":533,"12":92,"13":465,"14":167,"15":218,"155":7,"156":22,"158":35,"159":15,"16":107,"160":12,"161":179,"167":27,"168":6,"17":302,"18":829,"19":246,"20":189,"209":78,"21":512,"210":22,"211":26,"214":6,"215":235,"221":282,"223":1022,"224":157,"225":385,"23":361,"24":1410,"25":466,"257":65,"26":153,"268":9,"27":29,"273":33,"276":42,"279":13,"28":793,"281":11,"282":50,"291":20,"292":112,"30":57,"302":9,"306":4,"31":52,"314":4,"32":15,"33":117,"34":59,"347":11,"35":36,"352":685,"36":139,"37":58,"38":500,"380":9,"381":67,"383":38,"389":1,"39":96,"391":31,"396":4,"397":31,"40":45,"409":62,"41":63,"414":42,"415":91,"419":9,"42":45,"426":3,"43":63,"430":58,"433":3,"44":12,"45":34,"46":181,"48":37,"49":83,"5":1518,"51":37,"52":29,"53":68,"56":8,"570":8,"6":486,"63":54,"7":532,"79":53,"8":586,"80":103,"9":352,"all_client":100014,"all_tv_clinet":16998,"insert_time":"2014-08-20T05:23:23.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82860,"10":27,"107":535,"11":508,"12":90,"13":466,"14":171,"15":223,"155":7,"156":23,"158":39,"159":15,"16":112,"160":13,"161":169,"167":26,"168":6,"17":312,"18":830,"19":240,"20":187,"209":79,"21":531,"210":23,"211":27,"214":4,"215":226,"221":275,"223":1037,"224":156,"225":395,"23":365,"24":1425,"25":471,"257":66,"26":154,"268":10,"27":26,"273":31,"276":42,"279":12,"28":759,"281":11,"282":51,"291":21,"292":116,"30":52,"302":10,"306":4,"31":55,"314":3,"32":18,"33":117,"34":58,"347":10,"35":35,"352":683,"36":142,"37":63,"38":493,"380":9,"381":57,"383":41,"389":2,"39":93,"391":34,"396":3,"397":30,"40":42,"409":61,"41":61,"414":47,"415":97,"419":7,"42":44,"426":2,"43":73,"430":55,"433":3,"44":10,"45":33,"46":180,"48":36,"49":87,"5":1490,"51":34,"52":31,"53":68,"56":8,"570":8,"6":438,"63":52,"7":529,"79":53,"8":587,"80":102,"9":367,"all_client":99789,"all_tv_clinet":16929,"insert_time":"2014-08-20T05:24:24.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82695,"10":23,"107":532,"11":497,"12":93,"13":469,"14":166,"15":224,"155":7,"156":21,"158":37,"159":15,"16":117,"160":11,"161":162,"167":26,"168":6,"17":319,"18":838,"19":238,"20":191,"209":77,"21":534,"210":22,"211":28,"214":4,"215":226,"221":266,"223":1051,"224":149,"225":406,"23":373,"24":1463,"25":476,"257":67,"26":157,"268":7,"27":25,"273":33,"276":40,"279":17,"28":712,"281":12,"282":50,"291":22,"292":119,"30":49,"302":9,"306":4,"31":57,"314":3,"32":20,"33":117,"34":54,"347":9,"35":36,"352":671,"36":143,"37":69,"38":487,"380":10,"381":52,"383":43,"389":2,"39":86,"391":39,"396":4,"397":28,"40":37,"409":57,"41":62,"414":45,"415":101,"419":7,"42":43,"426":2,"43":73,"430":49,"433":2,"44":12,"45":34,"46":180,"48":35,"49":85,"5":1431,"51":36,"52":31,"53":68,"56":7,"570":8,"6":399,"63":48,"7":533,"79":43,"8":588,"80":113,"9":384,"all_client":99528,"all_tv_clinet":16833,"insert_time":"2014-08-20T05:25:24.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82505,"10":21,"107":520,"11":484,"12":101,"13":479,"14":164,"15":228,"155":7,"156":20,"158":37,"159":16,"16":123,"160":12,"161":161,"167":30,"168":6,"17":314,"18":819,"19":236,"20":194,"209":76,"21":536,"210":25,"211":30,"214":3,"215":220,"221":259,"223":1040,"224":148,"225":420,"23":385,"24":1481,"25":476,"257":61,"26":164,"268":7,"27":27,"273":34,"276":37,"279":19,"28":677,"281":13,"282":53,"291":21,"292":121,"30":40,"302":9,"306":5,"31":55,"314":4,"32":21,"33":119,"34":52,"347":10,"35":38,"352":683,"36":143,"37":70,"38":490,"380":10,"381":50,"383":44,"389":2,"39":80,"391":35,"396":3,"397":30,"40":37,"409":60,"41":58,"414":43,"415":99,"419":8,"42":46,"426":3,"43":69,"430":50,"433":2,"44":14,"45":38,"46":175,"48":33,"49":82,"5":1404,"51":38,"52":30,"53":68,"56":8,"570":8,"6":362,"63":45,"7":542,"79":39,"8":591,"80":121,"9":400,"all_client":99276,"all_tv_clinet":16771,"insert_time":"2014-08-20T05:26:25.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82409,"10":20,"107":537,"11":487,"12":117,"13":485,"14":161,"15":237,"155":6,"156":19,"158":41,"159":17,"16":123,"160":11,"161":165,"167":30,"168":6,"17":311,"18":797,"19":237,"20":194,"209":74,"21":534,"210":24,"211":29,"214":3,"215":220,"221":262,"223":1012,"224":145,"225":418,"23":376,"24":1472,"25":478,"257":58,"26":169,"268":6,"27":28,"273":39,"276":35,"279":19,"28":653,"281":13,"282":54,"291":23,"292":122,"30":38,"302":8,"306":7,"31":52,"314":4,"32":21,"33":120,"34":50,"347":10,"35":38,"352":688,"36":145,"37":71,"38":466,"380":10,"381":51,"383":42,"389":2,"39":77,"391":31,"396":4,"397":31,"40":33,"409":66,"41":62,"414":41,"415":91,"419":8,"42":46,"426":2,"43":70,"430":50,"433":4,"44":9,"45":41,"46":168,"48":29,"49":80,"5":1388,"51":41,"52":29,"53":69,"56":7,"570":8,"6":331,"63":44,"7":552,"79":39,"8":597,"80":118,"9":381,"all_client":99046,"all_tv_clinet":16637,"insert_time":"2014-08-20T05:27:26.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82244,"10":20,"107":541,"11":474,"12":127,"13":498,"14":163,"15":242,"155":6,"156":18,"158":42,"159":17,"16":122,"160":12,"161":166,"167":32,"168":6,"17":302,"18":793,"19":249,"20":193,"209":78,"21":547,"210":24,"211":24,"214":5,"215":218,"221":255,"223":988,"224":152,"225":422,"23":373,"24":1459,"25":488,"257":63,"26":176,"268":6,"27":28,"273":34,"276":37,"279":17,"28":635,"281":13,"282":53,"291":22,"292":123,"30":35,"302":7,"306":8,"31":50,"314":4,"32":23,"33":116,"34":47,"347":10,"35":36,"352":677,"36":152,"37":77,"38":463,"380":9,"381":53,"383":39,"389":2,"39":77,"391":30,"396":3,"397":30,"40":33,"409":65,"41":64,"414":43,"415":84,"419":11,"42":49,"426":2,"43":73,"430":51,"433":5,"44":6,"45":42,"46":165,"48":29,"49":85,"5":1360,"51":42,"52":29,"53":74,"56":7,"570":7,"6":309,"63":45,"7":559,"79":40,"8":601,"80":119,"9":363,"all_client":98817,"all_tv_clinet":16573,"insert_time":"2014-08-20T05:28:26.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82147,"10":20,"107":544,"11":484,"12":136,"13":495,"14":163,"15":255,"155":5,"156":18,"158":42,"159":19,"16":128,"160":10,"161":166,"167":32,"168":7,"17":296,"18":789,"19":256,"20":198,"209":85,"21":549,"210":23,"211":20,"214":5,"215":222,"221":262,"223":939,"224":157,"225":430,"23":373,"24":1463,"25":488,"257":66,"26":181,"268":5,"27":26,"273":36,"276":36,"279":14,"28":615,"281":13,"282":53,"291":24,"292":117,"30":38,"302":7,"306":11,"31":51,"314":3,"32":21,"33":115,"34":46,"347":10,"35":38,"352":661,"36":149,"37":78,"38":451,"380":9,"381":53,"383":38,"389":2,"39":72,"391":29,"396":2,"397":30,"40":32,"409":65,"41":66,"414":45,"415":74,"419":10,"42":48,"426":1,"43":71,"430":48,"433":5,"44":7,"45":42,"46":162,"48":30,"49":88,"5":1333,"51":39,"52":30,"53":73,"56":5,"570":7,"6":303,"63":45,"7":573,"79":40,"8":595,"80":120,"9":348,"all_client":98631,"all_tv_clinet":16484,"insert_time":"2014-08-20T05:29:27.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81998,"10":21,"107":519,"11":486,"12":135,"13":505,"14":162,"15":271,"155":5,"156":19,"158":39,"159":16,"16":132,"160":8,"161":165,"167":34,"168":6,"17":277,"18":795,"19":271,"20":199,"209":88,"21":538,"210":22,"211":14,"214":4,"215":230,"221":262,"223":900,"224":153,"225":434,"23":377,"24":1445,"25":488,"257":68,"26":187,"268":5,"27":25,"273":32,"276":33,"279":14,"28":601,"281":13,"282":53,"291":24,"292":111,"30":42,"302":7,"306":11,"31":57,"314":5,"32":19,"33":115,"34":51,"347":10,"35":43,"352":665,"36":145,"37":79,"38":451,"380":8,"381":55,"383":38,"389":1,"39":73,"391":30,"396":1,"397":32,"40":33,"409":73,"41":72,"414":47,"415":81,"419":11,"42":50,"426":1,"43":70,"430":48,"433":4,"434":1,"44":9,"45":43,"46":162,"48":31,"49":87,"5":1313,"51":38,"52":29,"53":75,"56":5,"570":7,"6":290,"63":40,"7":588,"79":40,"8":575,"80":127,"9":339,"all_client":98411,"all_tv_clinet":16413,"insert_time":"2014-08-20T05:30:28.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81844,"10":24,"107":540,"11":501,"12":134,"13":506,"14":160,"15":291,"155":6,"156":17,"158":35,"159":15,"16":137,"160":8,"161":160,"167":36,"168":7,"17":263,"18":782,"19":278,"20":203,"209":91,"21":547,"210":23,"211":13,"214":3,"215":230,"221":269,"223":876,"224":155,"225":432,"23":384,"24":1408,"25":496,"257":70,"26":200,"268":5,"27":26,"273":35,"276":33,"279":11,"28":586,"281":11,"282":53,"291":26,"292":107,"30":42,"302":7,"306":11,"31":65,"314":6,"32":17,"33":114,"34":53,"347":10,"35":41,"352":659,"36":140,"37":82,"38":455,"380":8,"381":58,"383":39,"389":1,"39":77,"391":31,"396":1,"397":34,"40":31,"409":79,"41":72,"414":49,"415":79,"419":10,"42":48,"426":2,"43":72,"430":49,"433":3,"434":1,"44":10,"45":44,"46":156,"48":32,"49":77,"5":1280,"51":39,"52":33,"53":72,"56":4,"570":8,"6":266,"63":36,"7":602,"79":39,"8":544,"80":130,"9":320,"all_client":98175,"all_tv_clinet":16331,"insert_time":"2014-08-20T05:31:28.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81692,"10":23,"107":546,"11":510,"12":133,"13":508,"14":150,"15":297,"155":5,"156":15,"158":36,"159":15,"16":143,"160":8,"161":162,"167":36,"168":8,"17":254,"18":789,"19":281,"20":214,"209":99,"21":549,"210":22,"211":12,"214":4,"215":228,"221":271,"223":849,"224":170,"225":435,"23":370,"24":1368,"25":493,"257":70,"26":212,"268":4,"27":26,"273":39,"276":31,"279":12,"28":562,"281":12,"282":52,"291":24,"292":101,"30":45,"302":8,"306":10,"31":65,"314":7,"32":18,"33":115,"34":54,"347":7,"35":46,"352":666,"36":147,"37":85,"38":454,"380":8,"381":53,"383":38,"389":1,"39":76,"391":32,"396":2,"397":36,"40":33,"409":81,"41":78,"414":51,"415":77,"419":10,"42":47,"426":1,"43":73,"430":51,"433":3,"434":1,"44":14,"45":43,"46":158,"48":33,"49":74,"5":1270,"51":39,"52":33,"53":67,"56":6,"570":8,"6":249,"63":36,"7":620,"79":41,"8":505,"80":129,"9":311,"all_client":97955,"all_tv_clinet":16263,"insert_time":"2014-08-20T05:32:29.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81557,"10":21,"107":550,"11":518,"12":133,"13":515,"14":142,"15":301,"155":5,"156":15,"158":35,"159":15,"16":150,"160":8,"161":159,"167":36,"168":8,"17":247,"18":786,"19":289,"20":218,"209":103,"21":547,"210":22,"211":11,"214":4,"215":232,"221":280,"223":833,"224":179,"225":431,"23":376,"24":1341,"25":469,"257":70,"26":212,"268":4,"27":26,"273":38,"276":32,"279":13,"28":551,"281":12,"282":52,"291":26,"292":96,"30":47,"302":8,"306":10,"31":69,"314":7,"32":17,"33":118,"34":55,"347":7,"35":45,"352":663,"36":151,"37":84,"38":459,"380":8,"381":53,"383":39,"389":1,"39":80,"391":33,"396":2,"397":39,"40":36,"409":84,"41":79,"414":53,"415":69,"419":10,"42":53,"426":2,"43":79,"430":50,"433":3,"434":1,"44":14,"45":45,"46":157,"48":35,"49":72,"5":1256,"51":34,"52":34,"53":71,"56":7,"570":8,"6":223,"63":34,"7":628,"79":43,"8":490,"80":126,"9":305,"all_client":97764,"all_tv_clinet":16207,"insert_time":"2014-08-20T05:33:30.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81377,"10":20,"107":557,"11":520,"12":137,"13":504,"14":141,"15":299,"155":5,"156":14,"158":38,"159":14,"16":155,"160":4,"161":161,"167":36,"168":8,"17":232,"18":785,"19":289,"20":220,"209":103,"21":548,"210":21,"211":11,"214":4,"215":234,"221":276,"223":824,"224":189,"225":428,"23":373,"24":1335,"25":434,"257":69,"26":212,"268":4,"27":26,"273":41,"276":33,"279":12,"28":535,"281":14,"282":50,"291":23,"292":98,"30":54,"302":10,"306":11,"31":71,"314":7,"32":17,"33":118,"34":59,"347":7,"35":46,"352":672,"36":149,"37":86,"38":471,"380":8,"381":53,"383":40,"389":1,"39":86,"391":33,"396":2,"397":36,"40":35,"409":81,"41":83,"414":52,"415":61,"419":11,"42":55,"426":1,"43":75,"430":52,"433":3,"434":1,"44":14,"45":47,"46":171,"48":37,"49":71,"5":1262,"51":35,"52":31,"53":69,"56":9,"570":12,"6":210,"63":32,"7":639,"79":42,"8":471,"80":130,"9":300,"all_client":97542,"all_tv_clinet":16165,"insert_time":"2014-08-20T05:34:30.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81260,"10":15,"107":539,"11":513,"12":132,"13":506,"14":139,"15":298,"155":5,"156":15,"158":37,"159":12,"16":157,"160":7,"161":160,"167":37,"168":7,"17":221,"18":778,"19":289,"20":218,"209":106,"21":545,"210":19,"211":8,"214":3,"215":238,"221":276,"223":806,"224":196,"225":436,"23":388,"24":1313,"25":417,"257":67,"26":222,"268":5,"27":28,"273":42,"276":33,"279":10,"28":519,"281":14,"282":46,"291":24,"292":106,"30":58,"302":9,"306":12,"31":68,"314":6,"32":16,"33":122,"34":64,"347":7,"35":44,"352":676,"36":148,"37":92,"38":477,"380":8,"381":52,"383":40,"389":1,"39":87,"391":32,"396":3,"397":36,"40":35,"409":75,"41":80,"414":50,"415":57,"419":11,"42":57,"426":1,"43":73,"430":54,"433":3,"434":1,"44":14,"45":49,"46":178,"48":37,"49":65,"5":1264,"51":34,"52":29,"53":70,"56":8,"570":10,"6":200,"63":34,"7":638,"79":38,"8":446,"80":133,"9":301,"all_client":97315,"all_tv_clinet":16055,"insert_time":"2014-08-20T05:35:31.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81084,"10":16,"107":535,"11":494,"12":136,"13":491,"14":138,"15":297,"155":7,"156":13,"158":38,"159":12,"16":161,"160":7,"161":161,"167":36,"168":6,"17":211,"18":760,"19":299,"20":218,"209":107,"21":550,"210":18,"211":7,"214":3,"215":238,"221":266,"223":776,"224":210,"225":436,"23":402,"24":1297,"25":398,"257":67,"26":234,"268":5,"27":27,"273":44,"276":31,"279":9,"28":511,"281":15,"282":46,"291":25,"292":117,"30":56,"302":9,"306":13,"31":69,"314":4,"32":16,"33":128,"34":68,"347":8,"35":47,"352":681,"36":148,"37":92,"38":474,"380":8,"381":53,"383":37,"389":2,"39":86,"391":32,"396":3,"397":36,"40":35,"409":63,"41":80,"414":53,"415":53,"419":14,"42":60,"426":1,"43":75,"430":54,"433":3,"434":1,"44":15,"45":47,"46":183,"48":39,"49":64,"5":1259,"51":33,"52":24,"53":74,"56":8,"570":10,"6":188,"63":31,"7":641,"79":35,"8":425,"80":136,"9":297,"all_client":97030,"all_tv_clinet":15946,"insert_time":"2014-08-20T05:36:32.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80960,"10":17,"107":529,"11":480,"12":140,"13":491,"14":138,"15":296,"155":8,"156":14,"158":36,"159":13,"16":165,"160":6,"161":163,"167":37,"168":6,"17":209,"18":756,"19":298,"20":214,"209":110,"21":559,"210":18,"211":6,"214":3,"215":238,"221":265,"223":745,"224":213,"225":451,"23":411,"24":1272,"25":394,"257":62,"26":233,"268":7,"27":29,"273":42,"276":28,"279":10,"28":496,"281":15,"282":44,"291":27,"292":124,"30":56,"302":8,"306":12,"31":64,"314":4,"32":15,"33":128,"34":67,"347":8,"35":45,"352":680,"36":144,"37":93,"38":479,"380":8,"381":53,"383":35,"389":2,"39":84,"391":31,"396":3,"397":36,"40":35,"409":59,"41":79,"414":52,"415":54,"419":15,"42":60,"426":1,"43":80,"430":56,"433":3,"434":1,"44":14,"45":47,"46":196,"48":42,"49":64,"5":1247,"51":31,"52":31,"53":78,"56":7,"570":11,"6":184,"63":26,"7":636,"79":35,"8":406,"80":139,"9":301,"all_client":96823,"all_tv_clinet":15863,"insert_time":"2014-08-20T05:37:32.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80815,"10":16,"107":547,"11":480,"12":142,"13":497,"14":137,"15":276,"155":8,"156":14,"158":37,"159":14,"16":167,"160":5,"161":164,"167":39,"168":6,"17":198,"18":761,"19":299,"20":205,"209":110,"21":567,"210":20,"211":5,"214":3,"215":238,"221":266,"223":723,"224":227,"225":458,"23":402,"24":1238,"25":390,"257":63,"26":240,"268":8,"27":29,"273":39,"276":28,"279":9,"28":489,"281":14,"282":42,"291":27,"292":126,"30":62,"302":8,"306":12,"31":68,"314":2,"32":16,"33":132,"34":61,"347":8,"35":44,"352":680,"36":146,"37":89,"38":484,"380":7,"381":52,"383":34,"389":2,"39":74,"391":31,"396":3,"397":35,"40":39,"409":58,"41":82,"414":47,"415":47,"419":19,"42":67,"426":4,"43":85,"430":52,"433":4,"434":1,"44":12,"45":48,"46":193,"48":40,"49":60,"5":1220,"51":32,"52":30,"53":74,"56":9,"570":12,"6":178,"63":26,"7":632,"79":34,"8":386,"80":139,"9":314,"all_client":96582,"all_tv_clinet":15767,"insert_time":"2014-08-20T05:38:33.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80661,"10":16,"107":553,"11":480,"12":146,"13":499,"14":136,"15":244,"155":7,"156":14,"158":40,"159":14,"16":169,"160":7,"161":163,"167":40,"168":6,"17":186,"18":763,"19":311,"20":188,"209":117,"21":567,"210":20,"211":4,"214":3,"215":241,"221":269,"223":704,"224":229,"225":469,"23":401,"24":1235,"25":377,"257":65,"26":250,"268":9,"27":30,"273":38,"276":24,"279":12,"28":477,"281":14,"282":39,"291":24,"292":126,"30":65,"302":7,"306":13,"31":64,"314":3,"32":17,"33":132,"34":53,"347":9,"35":43,"352":659,"36":139,"37":88,"38":491,"380":7,"381":50,"383":36,"389":2,"39":75,"391":32,"396":2,"397":32,"40":41,"409":55,"41":80,"414":47,"415":41,"419":19,"42":74,"426":4,"43":82,"430":54,"433":4,"434":1,"44":11,"45":52,"46":196,"48":38,"49":56,"5":1193,"51":34,"52":29,"53":78,"56":10,"570":15,"6":174,"63":21,"7":632,"79":32,"8":354,"80":140,"9":322,"all_client":96295,"all_tv_clinet":15634,"insert_time":"2014-08-20T05:39:34.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80450,"10":13,"107":547,"11":481,"12":145,"13":504,"14":130,"15":227,"155":9,"156":14,"158":40,"159":15,"16":179,"160":8,"161":162,"167":41,"168":6,"17":177,"18":752,"19":309,"20":176,"209":125,"21":563,"210":22,"211":3,"214":3,"215":243,"221":268,"223":684,"224":239,"225":473,"23":393,"24":1244,"25":369,"257":58,"26":262,"268":10,"27":28,"273":37,"276":25,"279":12,"28":470,"281":13,"282":33,"291":23,"292":136,"30":62,"302":6,"306":13,"31":63,"314":4,"32":19,"33":135,"34":47,"347":8,"35":41,"352":659,"36":147,"37":85,"38":487,"380":8,"381":53,"383":33,"389":2,"39":74,"391":33,"396":2,"397":35,"40":37,"409":54,"41":83,"414":51,"415":40,"419":18,"42":75,"426":4,"43":85,"430":52,"433":4,"434":1,"44":11,"45":56,"46":202,"48":37,"49":52,"5":1164,"51":33,"52":28,"53":75,"56":10,"570":14,"6":170,"63":21,"7":634,"79":35,"8":334,"80":137,"9":338,"all_client":95992,"all_tv_clinet":15542,"insert_time":"2014-08-20T05:40:34.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80251,"10":14,"107":554,"11":498,"12":136,"13":472,"14":125,"15":207,"155":10,"156":13,"158":42,"159":16,"16":177,"160":6,"161":151,"167":41,"168":6,"17":174,"18":752,"19":314,"20":164,"209":127,"21":570,"210":22,"211":2,"214":2,"215":250,"221":254,"223":674,"224":238,"225":478,"23":401,"24":1257,"25":369,"257":63,"26":260,"268":12,"27":29,"273":38,"276":25,"279":13,"28":460,"281":11,"282":32,"291":22,"292":137,"30":63,"302":6,"306":13,"31":64,"314":4,"32":18,"33":133,"34":45,"347":10,"35":39,"352":656,"36":136,"37":87,"38":488,"380":8,"381":54,"383":29,"389":1,"39":75,"391":33,"396":1,"397":35,"40":34,"409":56,"41":80,"414":51,"415":39,"419":17,"42":77,"426":2,"43":86,"430":51,"433":4,"434":1,"44":10,"45":55,"46":199,"48":48,"49":51,"5":1168,"51":34,"52":30,"53":75,"56":10,"570":14,"6":167,"63":20,"7":637,"79":38,"8":314,"80":130,"9":345,"all_client":95710,"all_tv_clinet":15459,"insert_time":"2014-08-20T05:41:35.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80078,"10":15,"107":545,"11":513,"12":126,"13":453,"14":127,"15":196,"155":13,"156":13,"158":42,"159":15,"16":181,"160":4,"161":163,"167":42,"168":7,"17":174,"18":759,"19":328,"20":155,"209":120,"21":575,"210":23,"211":1,"214":2,"215":252,"221":248,"223":664,"224":241,"225":471,"23":405,"24":1253,"25":362,"257":64,"26":263,"268":12,"27":28,"273":35,"276":23,"279":12,"28":454,"281":11,"282":32,"291":22,"292":126,"30":62,"302":4,"306":13,"31":60,"314":4,"32":19,"33":135,"34":45,"347":10,"35":35,"352":668,"36":134,"37":91,"38":483,"380":8,"381":51,"383":32,"389":1,"39":77,"391":33,"396":3,"397":33,"40":35,"409":68,"41":83,"414":50,"415":38,"419":17,"42":75,"426":2,"43":82,"430":50,"433":4,"434":1,"44":9,"45":54,"46":201,"48":51,"49":50,"5":1160,"51":31,"52":31,"53":70,"56":10,"570":13,"6":167,"63":20,"7":639,"79":39,"8":299,"80":128,"9":363,"all_client":95489,"all_tv_clinet":15411,"insert_time":"2014-08-20T05:42:37.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79932,"10":13,"107":538,"11":520,"12":116,"13":446,"14":126,"15":182,"155":15,"156":13,"158":42,"159":18,"16":177,"160":4,"161":158,"167":42,"168":7,"17":178,"18":765,"19":333,"20":145,"209":109,"21":576,"210":22,"211":1,"214":2,"215":252,"221":246,"223":651,"224":253,"225":472,"23":406,"24":1256,"25":357,"257":66,"26":262,"268":10,"27":29,"273":37,"276":24,"279":12,"28":444,"281":10,"282":35,"291":20,"292":117,"30":62,"302":3,"306":13,"31":58,"314":3,"32":18,"33":140,"34":48,"347":10,"35":33,"352":672,"36":137,"37":95,"38":475,"380":7,"381":48,"383":34,"389":1,"39":73,"391":33,"396":3,"397":30,"40":35,"409":69,"41":85,"414":53,"415":34,"419":16,"42":74,"426":2,"43":86,"430":48,"433":4,"434":1,"44":11,"45":55,"46":205,"48":55,"49":50,"5":1146,"51":31,"52":31,"53":78,"56":11,"570":13,"6":165,"63":22,"7":645,"79":41,"8":284,"80":120,"9":372,"all_client":95277,"all_tv_clinet":15345,"insert_time":"2014-08-20T05:43:37.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79694,"10":14,"107":529,"11":524,"12":117,"13":433,"14":122,"15":165,"155":15,"156":12,"158":46,"159":18,"16":169,"160":6,"161":152,"167":45,"168":7,"17":181,"18":751,"19":343,"20":146,"209":98,"21":565,"210":21,"211":1,"214":2,"215":252,"221":265,"223":654,"224":255,"225":480,"23":392,"24":1274,"25":347,"257":66,"26":249,"268":9,"27":30,"273":34,"276":23,"279":11,"28":436,"281":10,"282":35,"291":21,"292":108,"30":62,"302":3,"306":13,"31":56,"314":4,"32":17,"33":143,"34":46,"347":8,"35":34,"352":669,"36":139,"37":96,"38":484,"380":8,"381":52,"383":31,"389":1,"39":80,"391":33,"396":2,"397":29,"40":36,"409":69,"41":85,"414":57,"415":33,"419":15,"42":75,"426":1,"43":84,"430":48,"433":4,"434":1,"44":13,"45":53,"46":219,"48":59,"49":45,"5":1139,"51":33,"52":31,"53":82,"56":9,"570":13,"6":160,"63":22,"7":652,"79":39,"8":269,"80":119,"9":381,"all_client":94983,"all_tv_clinet":15289,"insert_time":"2014-08-20T05:44:38.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79530,"10":15,"107":543,"11":530,"12":112,"13":427,"14":111,"15":157,"155":14,"156":12,"158":50,"159":20,"16":165,"160":9,"161":144,"167":43,"168":6,"17":187,"18":735,"19":339,"20":151,"209":93,"21":551,"210":19,"211":2,"214":2,"215":247,"221":264,"223":647,"224":267,"225":484,"23":363,"24":1289,"25":360,"257":70,"26":225,"268":9,"27":31,"273":33,"276":24,"279":11,"28":431,"281":9,"282":33,"291":20,"292":109,"30":65,"302":4,"306":14,"31":54,"314":5,"32":19,"33":138,"34":46,"347":7,"35":39,"352":681,"36":131,"37":99,"38":493,"380":8,"381":56,"383":29,"389":1,"39":76,"391":33,"396":2,"397":25,"40":37,"409":74,"41":78,"414":57,"415":35,"419":16,"42":80,"426":1,"43":81,"430":47,"433":4,"434":1,"44":13,"45":48,"46":229,"48":68,"49":43,"5":1140,"51":35,"52":33,"53":85,"56":9,"570":15,"6":151,"63":22,"7":650,"79":41,"8":257,"80":105,"9":399,"all_client":94772,"all_tv_clinet":15242,"insert_time":"2014-08-20T05:45:39.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79343,"10":17,"107":535,"11":533,"12":107,"13":425,"14":109,"15":151,"155":11,"156":11,"158":52,"159":17,"16":158,"160":9,"161":137,"167":42,"168":6,"17":199,"18":721,"19":346,"20":149,"209":89,"21":553,"210":19,"211":2,"214":3,"215":250,"221":262,"223":650,"224":268,"225":490,"23":349,"24":1308,"25":357,"257":69,"26":208,"268":9,"27":29,"273":34,"276":23,"279":11,"28":436,"281":9,"282":35,"291":20,"292":108,"30":71,"302":4,"306":14,"31":53,"314":5,"32":18,"33":129,"34":51,"347":8,"35":42,"352":676,"36":133,"37":97,"38":490,"380":8,"381":57,"383":27,"389":1,"39":77,"391":35,"396":2,"397":25,"40":38,"409":78,"41":77,"414":57,"415":39,"419":14,"42":81,"426":1,"43":79,"430":45,"433":5,"434":1,"44":12,"45":45,"46":232,"48":69,"49":44,"5":1124,"51":35,"52":30,"53":85,"56":9,"570":17,"6":145,"63":22,"7":660,"79":43,"8":244,"80":99,"9":419,"all_client":94541,"all_tv_clinet":15198,"insert_time":"2014-08-20T05:46:39.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79189,"10":17,"107":550,"11":541,"12":103,"13":414,"14":109,"15":141,"155":11,"156":12,"158":51,"159":16,"16":149,"160":8,"161":139,"167":44,"168":6,"17":205,"18":714,"19":342,"20":142,"209":84,"21":557,"210":18,"211":2,"214":4,"215":252,"221":259,"223":646,"224":276,"225":499,"23":342,"24":1332,"25":362,"257":70,"26":181,"268":8,"27":28,"273":33,"276":23,"279":11,"28":426,"281":11,"282":35,"291":18,"292":110,"30":77,"302":3,"306":14,"31":55,"314":4,"32":19,"33":126,"34":50,"347":9,"35":38,"352":672,"36":134,"37":93,"38":490,"380":8,"381":54,"383":28,"389":1,"39":76,"391":34,"396":1,"397":25,"40":39,"409":81,"41":67,"414":60,"415":38,"419":14,"42":88,"426":1,"43":69,"430":44,"433":5,"434":1,"44":13,"45":45,"46":240,"48":73,"49":44,"5":1106,"51":40,"52":29,"53":84,"56":7,"570":16,"6":143,"63":22,"7":656,"79":41,"8":219,"80":92,"9":441,"all_client":94319,"all_tv_clinet":15130,"insert_time":"2014-08-20T05:47:40.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78988,"10":18,"107":558,"11":552,"12":111,"13":404,"14":111,"15":130,"155":12,"156":14,"158":54,"159":16,"16":139,"160":7,"161":130,"167":48,"168":6,"17":213,"18":711,"19":346,"20":143,"209":80,"21":564,"210":19,"211":2,"214":4,"215":253,"221":271,"223":650,"224":284,"225":512,"23":326,"24":1365,"25":356,"257":68,"26":171,"268":8,"27":27,"273":33,"276":24,"279":9,"28":422,"281":11,"282":36,"291":18,"292":112,"30":75,"302":2,"306":14,"31":55,"314":2,"32":17,"33":121,"34":46,"347":9,"35":35,"352":661,"36":137,"37":82,"38":488,"380":9,"381":52,"383":28,"389":1,"39":76,"391":34,"396":1,"397":24,"40":40,"409":78,"41":66,"414":62,"415":35,"419":15,"42":89,"43":60,"430":44,"433":4,"44":13,"45":48,"46":248,"48":74,"49":42,"5":1094,"51":39,"52":27,"53":76,"56":5,"570":16,"6":137,"63":22,"7":648,"79":44,"8":213,"80":85,"9":452,"all_client":94081,"all_tv_clinet":15093,"insert_time":"2014-08-20T05:48:41.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78794,"10":16,"107":561,"11":567,"12":112,"13":387,"14":113,"15":128,"155":12,"156":15,"158":54,"159":18,"16":134,"160":9,"161":139,"167":45,"168":6,"17":216,"18":704,"19":347,"20":142,"209":79,"21":560,"210":17,"211":2,"214":4,"215":257,"221":276,"223":637,"224":286,"225":532,"23":318,"24":1369,"25":359,"257":63,"26":160,"268":8,"27":26,"273":36,"276":22,"279":8,"28":416,"281":10,"282":44,"291":17,"292":112,"30":81,"302":2,"306":13,"31":53,"314":2,"32":17,"33":118,"34":47,"347":8,"35":40,"352":641,"36":140,"37":72,"38":494,"380":10,"381":50,"383":31,"389":1,"39":77,"391":34,"396":1,"397":20,"40":37,"409":79,"41":67,"414":55,"415":34,"419":17,"42":89,"426":4,"43":58,"430":44,"433":5,"44":12,"45":47,"46":252,"48":77,"49":38,"5":1090,"51":38,"52":22,"53":72,"56":4,"570":14,"6":135,"63":25,"7":622,"79":41,"8":206,"80":84,"9":461,"all_client":93818,"all_tv_clinet":15024,"insert_time":"2014-08-20T05:49:41.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78607,"10":17,"107":563,"11":593,"12":121,"13":376,"14":116,"15":123,"155":13,"156":14,"158":55,"159":17,"16":126,"160":8,"161":140,"167":47,"168":7,"17":219,"18":695,"19":342,"20":138,"209":76,"21":561,"210":17,"211":2,"214":4,"215":262,"221":273,"223":620,"224":281,"225":554,"23":314,"24":1378,"25":355,"257":61,"26":157,"268":8,"27":27,"273":36,"276":21,"279":8,"28":418,"281":10,"282":45,"291":17,"292":114,"30":83,"302":2,"306":13,"31":51,"314":2,"32":16,"33":110,"34":56,"347":7,"35":38,"352":638,"36":145,"37":62,"38":499,"380":10,"381":50,"383":29,"389":1,"39":74,"391":35,"396":1,"397":18,"40":35,"409":82,"41":67,"414":50,"415":35,"419":15,"42":80,"426":7,"43":55,"430":44,"433":5,"44":9,"45":45,"46":252,"48":74,"49":35,"5":1092,"51":36,"52":24,"53":72,"56":3,"570":13,"6":131,"63":28,"7":600,"79":41,"8":197,"80":82,"9":465,"all_client":93570,"all_tv_clinet":14963,"insert_time":"2014-08-20T05:50:42.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78429,"10":15,"107":553,"11":597,"12":124,"13":366,"14":120,"15":118,"155":11,"156":14,"158":55,"159":17,"16":116,"160":10,"161":144,"167":47,"168":7,"17":223,"18":692,"19":340,"20":135,"209":71,"21":559,"210":18,"211":3,"214":5,"215":259,"221":269,"223":597,"224":285,"225":555,"23":305,"24":1396,"25":367,"257":61,"26":156,"268":7,"27":27,"273":41,"276":20,"279":6,"28":420,"281":12,"282":47,"291":15,"292":115,"30":85,"302":2,"306":13,"31":47,"314":2,"32":14,"33":112,"34":57,"347":8,"35":43,"352":624,"36":148,"37":59,"38":510,"380":8,"381":46,"383":29,"389":1,"39":75,"391":35,"397":17,"40":37,"409":83,"41":68,"414":43,"415":34,"419":12,"42":72,"426":10,"43":54,"430":44,"433":5,"44":9,"45":45,"46":253,"48":74,"49":32,"5":1096,"51":32,"52":25,"53":68,"56":4,"570":13,"6":132,"63":27,"7":575,"79":45,"8":199,"80":79,"9":466,"all_client":93320,"all_tv_clinet":14891,"insert_time":"2014-08-20T05:51:43.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78316,"10":18,"107":547,"11":607,"12":125,"13":348,"14":120,"15":118,"155":11,"156":14,"158":60,"159":19,"16":112,"160":9,"161":150,"167":46,"168":8,"17":229,"18":690,"19":348,"20":133,"209":67,"21":552,"210":18,"211":3,"214":5,"215":244,"221":260,"223":581,"224":288,"225":556,"23":289,"24":1374,"25":375,"257":62,"26":160,"268":6,"27":25,"273":45,"276":20,"279":6,"28":407,"281":14,"282":49,"291":14,"292":114,"30":83,"302":2,"306":13,"31":50,"314":2,"32":13,"33":114,"34":60,"347":8,"35":41,"352":640,"36":143,"37":56,"38":516,"380":9,"381":47,"383":31,"389":1,"39":74,"391":33,"397":18,"40":40,"409":85,"41":70,"414":42,"415":39,"419":11,"42":70,"426":11,"43":58,"430":45,"433":4,"44":11,"45":45,"46":243,"48":76,"49":32,"5":1099,"51":32,"52":27,"53":67,"56":5,"570":12,"6":134,"63":26,"7":564,"79":47,"8":187,"80":73,"9":468,"all_client":93139,"all_tv_clinet":14823,"insert_time":"2014-08-20T05:52:43.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78125,"10":19,"107":550,"11":612,"12":133,"13":351,"14":123,"15":114,"155":11,"156":16,"158":58,"159":19,"16":106,"160":9,"161":149,"167":48,"168":7,"17":239,"18":688,"19":358,"20":128,"209":62,"21":548,"210":18,"211":3,"214":5,"215":233,"221":261,"223":563,"224":286,"225":554,"23":280,"24":1343,"25":378,"257":62,"26":166,"268":6,"27":26,"273":48,"276":22,"279":5,"28":399,"281":16,"282":51,"291":15,"292":111,"30":86,"302":2,"306":15,"31":48,"314":3,"32":13,"33":114,"34":61,"347":10,"35":45,"352":647,"36":151,"37":47,"38":505,"380":10,"381":45,"383":37,"389":1,"39":72,"391":34,"397":17,"40":42,"409":83,"41":78,"414":39,"415":39,"419":12,"42":65,"426":12,"43":57,"430":45,"433":5,"44":11,"45":48,"46":242,"48":76,"49":29,"5":1113,"51":32,"52":32,"53":66,"56":6,"570":10,"6":131,"63":24,"7":548,"79":48,"8":192,"80":70,"9":469,"all_client":92911,"all_tv_clinet":14786,"insert_time":"2014-08-20T05:53:44.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77994,"10":17,"107":561,"11":612,"12":135,"13":348,"14":120,"15":107,"155":9,"156":13,"158":64,"159":20,"16":104,"160":8,"161":142,"167":47,"168":7,"17":242,"18":687,"19":358,"20":125,"209":63,"21":534,"210":20,"211":3,"214":5,"215":214,"221":268,"223":568,"224":287,"225":547,"23":275,"24":1313,"25":387,"257":60,"26":177,"268":6,"27":28,"273":50,"276":20,"279":4,"28":401,"281":16,"282":54,"291":16,"292":112,"30":87,"302":2,"306":15,"31":46,"314":4,"32":14,"33":117,"34":59,"347":10,"35":47,"352":656,"36":143,"37":43,"38":493,"380":10,"381":48,"383":38,"389":1,"39":77,"391":32,"396":2,"397":16,"40":48,"409":85,"41":78,"414":32,"415":40,"419":14,"42":60,"426":12,"43":51,"430":44,"433":5,"44":12,"45":49,"46":245,"48":81,"49":28,"5":1132,"51":33,"52":34,"53":67,"56":6,"570":10,"6":133,"63":23,"7":526,"79":47,"8":193,"80":66,"9":479,"all_client":92741,"all_tv_clinet":14747,"insert_time":"2014-08-20T05:54:45.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77839,"10":15,"107":580,"11":600,"12":139,"13":353,"14":116,"15":105,"155":9,"156":13,"158":67,"159":20,"16":100,"160":9,"161":136,"167":46,"168":6,"17":247,"18":688,"19":365,"20":119,"209":56,"21":522,"210":19,"211":4,"214":5,"215":201,"221":264,"223":552,"224":286,"225":550,"23":279,"24":1308,"25":383,"257":59,"26":174,"268":7,"27":29,"273":52,"276":19,"279":3,"28":401,"281":13,"282":53,"291":16,"292":114,"30":85,"302":2,"306":15,"31":42,"314":4,"32":14,"33":121,"34":62,"347":12,"35":52,"352":659,"36":143,"37":43,"38":488,"380":10,"381":46,"383":35,"389":1,"39":83,"391":30,"396":5,"397":16,"40":52,"409":86,"41":75,"414":30,"415":39,"419":14,"42":61,"426":12,"43":47,"430":44,"433":5,"44":12,"45":46,"46":240,"48":81,"49":29,"5":1135,"51":32,"52":29,"53":68,"56":6,"570":9,"6":129,"63":20,"7":512,"79":48,"8":191,"80":57,"9":488,"all_client":92506,"all_tv_clinet":14667,"insert_time":"2014-08-20T05:55:45.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77694,"10":13,"107":585,"11":609,"12":146,"13":360,"14":108,"15":105,"155":10,"156":12,"158":67,"159":20,"16":98,"160":10,"161":128,"167":47,"168":5,"17":251,"18":682,"19":371,"20":119,"209":48,"21":503,"210":16,"211":4,"214":5,"215":193,"221":263,"223":541,"224":292,"225":540,"23":280,"24":1305,"25":387,"257":62,"26":173,"268":7,"27":30,"273":56,"276":20,"279":3,"28":402,"281":11,"282":55,"291":17,"292":118,"30":84,"302":2,"306":14,"31":43,"314":3,"32":15,"33":121,"34":63,"347":15,"35":54,"352":670,"36":132,"37":42,"38":490,"380":9,"381":45,"383":36,"389":1,"39":83,"391":28,"396":6,"397":18,"40":54,"409":85,"41":76,"414":29,"415":43,"419":15,"42":55,"426":11,"43":48,"430":43,"433":5,"44":15,"45":38,"46":236,"48":83,"49":27,"5":1141,"51":28,"52":25,"53":70,"56":6,"570":8,"6":131,"63":19,"7":487,"79":50,"8":192,"80":51,"9":474,"all_client":92290,"all_tv_clinet":14596,"insert_time":"2014-08-20T05:56:46.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77595,"10":13,"107":569,"11":630,"12":163,"13":361,"14":108,"15":108,"155":10,"156":12,"158":67,"159":20,"16":100,"160":9,"161":117,"167":48,"168":5,"17":261,"18":665,"19":380,"20":115,"209":44,"21":492,"210":17,"211":4,"214":5,"215":192,"221":255,"223":544,"224":287,"225":557,"23":278,"24":1306,"25":387,"257":63,"26":176,"268":7,"27":34,"273":61,"276":20,"279":4,"28":401,"281":11,"282":54,"291":17,"292":117,"30":86,"302":2,"306":15,"31":41,"314":3,"32":17,"33":121,"34":68,"347":15,"35":55,"352":671,"36":128,"37":44,"38":498,"380":9,"381":41,"383":35,"389":1,"39":86,"391":27,"396":5,"397":21,"40":50,"409":85,"41":76,"414":29,"415":41,"419":16,"42":52,"426":9,"43":44,"430":43,"433":5,"44":19,"45":33,"46":225,"48":84,"49":27,"5":1144,"51":29,"52":27,"53":61,"56":6,"570":5,"6":125,"63":16,"7":470,"79":50,"8":193,"80":49,"9":426,"all_client":92117,"all_tv_clinet":14522,"insert_time":"2014-08-20T05:57:47.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77473,"10":12,"107":566,"11":643,"12":183,"13":365,"14":109,"15":111,"155":10,"156":13,"158":70,"159":19,"16":99,"160":9,"161":114,"167":50,"168":5,"17":269,"18":649,"19":375,"20":115,"209":45,"21":483,"210":18,"211":5,"214":5,"215":189,"221":259,"223":536,"224":288,"225":561,"23":278,"24":1314,"25":386,"257":63,"26":183,"268":7,"27":37,"273":61,"276":21,"279":3,"28":398,"281":12,"282":53,"291":17,"292":107,"30":87,"302":1,"306":16,"31":38,"314":3,"32":18,"33":123,"34":72,"347":15,"35":55,"352":670,"36":129,"37":38,"38":491,"380":9,"381":40,"383":42,"389":1,"39":84,"391":30,"396":4,"397":21,"40":46,"409":85,"41":75,"414":26,"415":37,"419":18,"42":50,"426":6,"43":47,"430":41,"433":4,"44":21,"45":30,"46":227,"48":83,"49":26,"5":1134,"51":29,"52":34,"53":60,"56":6,"570":5,"6":122,"63":17,"7":458,"79":48,"8":198,"80":49,"9":375,"all_client":91932,"all_tv_clinet":14459,"insert_time":"2014-08-20T05:58:47.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77329,"10":11,"107":553,"11":652,"12":200,"13":375,"14":113,"15":112,"155":10,"156":13,"158":70,"159":19,"16":102,"160":8,"161":124,"167":51,"168":4,"17":277,"18":622,"19":370,"20":112,"209":49,"21":488,"210":17,"211":5,"214":8,"215":185,"221":258,"223":541,"224":295,"225":576,"23":283,"24":1319,"25":399,"257":65,"26":187,"268":6,"27":42,"273":59,"276":20,"279":3,"28":390,"281":12,"282":55,"291":17,"292":102,"30":88,"302":1,"306":15,"31":44,"314":2,"32":22,"33":126,"34":74,"347":16,"35":57,"352":666,"36":128,"37":34,"38":482,"380":9,"381":45,"383":41,"389":1,"39":86,"391":31,"396":3,"397":21,"40":47,"409":84,"41":71,"414":26,"415":38,"419":17,"42":51,"426":4,"43":48,"430":44,"433":4,"44":20,"45":29,"46":224,"48":82,"49":25,"5":1095,"51":29,"52":33,"53":58,"56":6,"570":4,"6":125,"63":16,"7":441,"79":49,"8":190,"80":46,"9":329,"all_client":91735,"all_tv_clinet":14406,"insert_time":"2014-08-20T05:59:48.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77078,"10":10,"107":553,"11":650,"12":208,"13":386,"14":108,"15":118,"155":12,"156":14,"158":72,"159":21,"16":96,"160":8,"161":125,"167":48,"168":4,"17":283,"18":614,"19":369,"20":114,"209":54,"21":482,"210":17,"211":5,"214":8,"215":181,"221":261,"223":546,"224":297,"225":577,"23":285,"24":1300,"25":409,"257":61,"26":191,"268":6,"27":40,"273":58,"276":20,"279":2,"28":391,"281":12,"282":56,"291":18,"292":98,"30":86,"302":1,"306":14,"31":43,"314":3,"317":1,"32":23,"33":126,"34":76,"347":16,"35":57,"352":661,"36":134,"37":36,"38":482,"380":8,"381":45,"383":42,"389":1,"39":86,"391":30,"396":3,"397":21,"40":47,"409":79,"41":71,"414":23,"415":40,"419":19,"42":50,"426":3,"43":47,"430":40,"433":4,"44":19,"45":30,"46":225,"48":83,"49":28,"5":1056,"51":27,"52":33,"53":56,"56":8,"570":4,"6":131,"63":14,"7":428,"79":47,"8":198,"80":44,"9":314,"all_client":91429,"all_tv_clinet":14351,"insert_time":"2014-08-20T06:00:49.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76927,"10":12,"107":546,"11":664,"12":220,"13":389,"14":109,"15":112,"155":12,"156":14,"158":69,"159":23,"16":90,"160":6,"161":123,"167":48,"168":3,"17":286,"18":602,"19":374,"20":114,"209":53,"21":485,"210":16,"211":5,"214":9,"215":170,"221":270,"223":534,"224":296,"225":562,"23":278,"24":1271,"25":420,"257":62,"26":202,"268":7,"27":43,"273":57,"276":22,"279":3,"28":391,"281":14,"282":57,"291":18,"292":108,"30":85,"302":1,"306":14,"31":48,"314":3,"317":1,"32":26,"33":130,"34":75,"347":16,"35":56,"352":664,"36":135,"37":33,"38":493,"380":7,"381":46,"383":41,"389":1,"39":82,"391":26,"396":3,"397":25,"40":53,"409":75,"41":78,"414":23,"415":38,"419":22,"42":57,"426":3,"43":43,"430":41,"433":3,"44":19,"45":29,"46":226,"48":81,"49":29,"5":1022,"51":25,"52":39,"53":55,"56":10,"570":3,"6":143,"63":10,"7":404,"79":50,"8":200,"80":42,"9":296,"all_client":91226,"all_tv_clinet":14299,"insert_time":"2014-08-20T06:01:49.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76810,"10":11,"107":543,"11":662,"12":226,"13":390,"14":104,"15":121,"155":12,"156":14,"158":69,"159":21,"16":85,"160":8,"161":123,"167":48,"168":3,"17":284,"18":597,"19":369,"20":110,"209":58,"21":486,"210":17,"211":5,"214":9,"215":156,"221":270,"223":523,"224":304,"225":530,"23":289,"24":1237,"25":435,"257":65,"26":208,"268":7,"27":55,"273":60,"276":20,"279":4,"28":385,"281":14,"282":64,"291":18,"292":110,"30":82,"302":1,"306":14,"31":52,"314":3,"317":1,"32":26,"33":135,"34":78,"347":15,"35":54,"352":668,"36":136,"37":35,"38":480,"380":7,"381":46,"383":41,"39":80,"391":23,"396":3,"397":25,"40":52,"409":67,"41":83,"414":26,"415":43,"419":21,"42":61,"426":3,"43":44,"430":41,"433":2,"44":24,"45":27,"46":227,"48":77,"49":29,"5":998,"51":23,"52":41,"53":59,"56":10,"570":3,"6":153,"63":10,"7":389,"79":50,"8":205,"80":43,"9":286,"all_client":91041,"all_tv_clinet":14231,"insert_time":"2014-08-20T06:02:50.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76669,"10":11,"107":537,"11":677,"12":227,"13":388,"14":110,"15":112,"155":12,"156":14,"158":66,"159":18,"16":84,"160":8,"161":133,"167":49,"168":3,"17":289,"18":597,"19":365,"20":107,"209":60,"21":490,"210":15,"211":5,"214":9,"215":144,"221":275,"223":507,"224":305,"225":521,"23":298,"24":1210,"25":437,"257":67,"26":209,"268":7,"27":56,"273":59,"276":20,"279":4,"28":394,"281":14,"282":66,"291":18,"292":109,"30":82,"302":1,"306":16,"31":51,"314":3,"317":1,"32":25,"33":132,"34":81,"347":17,"35":52,"352":657,"36":135,"37":32,"38":494,"380":7,"381":46,"383":38,"39":79,"391":23,"396":3,"397":24,"40":50,"409":60,"41":91,"414":28,"415":43,"419":19,"42":61,"426":4,"43":46,"430":42,"433":2,"44":26,"45":27,"46":228,"48":76,"49":30,"5":982,"51":22,"52":39,"53":60,"56":13,"570":2,"6":159,"63":9,"7":374,"79":49,"8":204,"80":40,"9":278,"all_client":90838,"all_tv_clinet":14169,"insert_time":"2014-08-20T06:03:51.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76473,"10":13,"107":533,"11":683,"12":228,"13":401,"14":107,"15":116,"155":12,"156":14,"158":62,"159":18,"16":87,"160":8,"161":128,"167":49,"168":3,"17":294,"18":597,"19":361,"20":105,"209":59,"21":503,"210":14,"211":5,"214":12,"215":131,"221":271,"223":486,"224":306,"225":518,"23":297,"24":1194,"25":445,"257":65,"26":217,"268":7,"27":60,"273":60,"276":18,"279":3,"28":400,"281":15,"282":67,"291":20,"292":113,"30":80,"302":1,"306":17,"31":54,"314":4,"317":1,"32":26,"33":133,"34":82,"347":17,"35":57,"352":667,"36":137,"37":32,"38":494,"380":7,"381":51,"383":34,"39":76,"391":22,"396":2,"397":22,"40":49,"409":57,"41":89,"414":30,"415":46,"419":19,"42":56,"426":3,"43":48,"430":40,"433":2,"44":26,"45":28,"46":225,"48":77,"49":30,"5":961,"51":23,"52":43,"53":61,"56":14,"570":4,"6":164,"63":11,"7":364,"79":51,"8":206,"80":40,"9":275,"all_client":90636,"all_tv_clinet":14163,"insert_time":"2014-08-20T06:04:51.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76353,"10":14,"107":526,"11":683,"12":229,"13":398,"14":109,"15":111,"155":12,"156":14,"158":61,"159":20,"16":85,"160":8,"161":128,"167":50,"168":2,"17":300,"18":604,"19":353,"20":104,"209":62,"21":506,"210":13,"211":4,"214":11,"215":124,"221":270,"223":483,"224":293,"225":504,"23":288,"24":1184,"25":451,"257":62,"26":224,"268":7,"27":60,"273":60,"276":18,"279":3,"28":401,"281":15,"282":67,"291":19,"292":117,"30":76,"302":1,"306":18,"31":56,"314":4,"317":1,"32":24,"33":134,"34":86,"347":15,"35":59,"352":665,"36":132,"37":29,"38":489,"380":6,"381":52,"383":33,"39":74,"391":19,"396":2,"397":22,"40":50,"409":52,"41":93,"414":34,"415":45,"419":19,"42":57,"426":3,"43":50,"430":35,"433":2,"44":27,"45":26,"46":224,"48":76,"49":31,"5":953,"51":21,"52":46,"53":56,"56":15,"570":4,"6":165,"63":11,"7":364,"79":47,"8":207,"80":39,"9":274,"all_client":90433,"all_tv_clinet":14080,"insert_time":"2014-08-20T06:05:52.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76224,"10":15,"107":526,"11":675,"12":231,"13":397,"14":104,"15":111,"155":14,"156":14,"158":62,"159":20,"16":82,"160":9,"161":127,"167":49,"168":2,"17":299,"18":603,"19":351,"20":102,"209":66,"21":518,"210":14,"211":4,"214":11,"215":122,"221":261,"223":477,"224":267,"225":500,"23":290,"24":1166,"25":464,"257":64,"26":231,"268":9,"27":62,"273":58,"276":16,"279":4,"28":395,"281":15,"282":69,"291":19,"292":116,"30":72,"302":1,"306":18,"31":54,"314":5,"317":1,"32":22,"33":134,"34":83,"347":16,"35":55,"352":680,"36":131,"37":24,"38":474,"380":5,"381":51,"383":35,"389":2,"39":69,"391":19,"396":2,"397":21,"40":51,"409":44,"41":92,"414":35,"415":47,"419":20,"42":60,"426":3,"43":51,"430":34,"433":1,"44":30,"45":27,"46":225,"48":75,"49":33,"5":929,"51":21,"52":57,"53":57,"56":14,"570":6,"6":157,"63":12,"7":363,"79":43,"8":213,"80":38,"9":269,"all_client":90216,"all_tv_clinet":13992,"insert_time":"2014-08-20T06:06:53.976Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76109,"10":15,"107":525,"11":677,"12":234,"13":395,"14":108,"15":106,"155":15,"156":14,"158":63,"159":20,"16":82,"160":10,"161":128,"167":47,"168":3,"17":301,"18":601,"19":340,"20":106,"209":71,"21":522,"210":14,"211":4,"214":10,"215":122,"221":256,"223":458,"224":252,"225":485,"23":297,"24":1167,"25":474,"257":58,"26":226,"268":10,"27":63,"273":58,"276":15,"279":6,"28":401,"281":16,"282":69,"291":19,"292":122,"30":74,"302":1,"306":17,"31":53,"314":5,"317":1,"32":25,"33":139,"34":84,"347":15,"35":53,"352":664,"36":125,"37":26,"38":474,"380":5,"381":51,"383":34,"389":2,"39":64,"391":16,"396":1,"397":21,"40":54,"409":43,"41":91,"414":35,"415":49,"419":21,"42":62,"426":3,"43":52,"430":33,"433":1,"44":31,"45":26,"46":219,"48":74,"49":35,"5":926,"51":21,"52":58,"53":55,"56":16,"570":7,"6":150,"63":12,"7":362,"79":38,"8":218,"80":38,"9":278,"all_client":90052,"all_tv_clinet":13943,"insert_time":"2014-08-20T06:07:54.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76005,"10":15,"107":519,"11":666,"12":237,"13":404,"14":113,"15":104,"155":16,"156":14,"158":65,"159":20,"16":78,"160":9,"161":134,"167":41,"168":3,"17":309,"18":598,"19":322,"20":104,"209":73,"21":530,"210":14,"211":5,"214":10,"215":117,"221":254,"223":450,"224":243,"225":471,"23":298,"24":1142,"25":477,"257":54,"26":227,"268":10,"27":63,"273":58,"276":16,"279":6,"28":404,"281":16,"282":68,"291":21,"292":122,"30":75,"302":1,"306":15,"31":50,"314":5,"317":1,"32":25,"33":138,"34":83,"347":13,"35":56,"352":671,"36":126,"37":25,"38":472,"380":5,"381":53,"383":36,"389":2,"39":64,"391":17,"396":1,"397":19,"40":51,"409":43,"41":96,"414":37,"415":51,"419":21,"42":67,"426":3,"43":52,"430":33,"433":1,"44":32,"45":24,"46":210,"48":73,"49":35,"5":923,"51":22,"52":56,"53":59,"56":17,"570":8,"6":141,"63":14,"7":353,"79":33,"8":226,"80":41,"9":279,"all_client":89879,"all_tv_clinet":13874,"insert_time":"2014-08-20T06:08:55.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75832,"10":15,"107":513,"11":636,"12":226,"13":399,"14":114,"15":112,"155":14,"156":13,"158":62,"159":20,"16":77,"160":6,"161":133,"167":40,"168":3,"17":315,"18":604,"19":324,"20":100,"209":74,"21":538,"210":13,"211":5,"214":9,"215":116,"221":256,"223":463,"224":238,"225":469,"23":301,"24":1142,"25":480,"257":57,"26":225,"268":11,"27":61,"273":62,"276":19,"279":7,"28":409,"281":16,"282":61,"291":21,"292":119,"30":69,"302":1,"306":15,"31":51,"314":6,"317":1,"32":27,"33":145,"34":84,"347":12,"35":53,"352":658,"36":127,"37":23,"38":463,"380":5,"381":54,"383":34,"389":3,"39":66,"391":17,"396":1,"397":19,"40":59,"409":37,"41":103,"414":36,"415":51,"419":20,"42":69,"426":2,"43":55,"430":31,"433":1,"44":36,"45":22,"46":198,"48":75,"49":37,"5":933,"51":23,"52":56,"53":57,"56":19,"570":10,"6":131,"63":15,"7":365,"79":30,"8":228,"80":39,"9":274,"all_client":89676,"all_tv_clinet":13844,"insert_time":"2014-08-20T06:09:55.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75662,"10":14,"107":516,"11":604,"12":201,"13":415,"14":126,"15":112,"155":14,"156":12,"158":66,"159":18,"16":81,"160":7,"161":143,"167":39,"168":3,"17":324,"18":605,"19":311,"20":100,"209":79,"21":549,"210":13,"211":5,"214":10,"215":116,"221":244,"223":483,"224":233,"225":466,"23":302,"24":1135,"25":484,"257":60,"26":228,"268":10,"27":65,"273":71,"276":19,"279":7,"28":416,"281":14,"282":55,"291":22,"292":110,"30":66,"302":1,"306":14,"31":49,"314":7,"317":1,"32":26,"33":150,"34":84,"347":12,"35":60,"352":658,"36":131,"37":23,"38":450,"380":5,"381":52,"383":34,"389":3,"39":62,"391":20,"397":21,"40":60,"409":35,"41":101,"414":35,"415":53,"419":23,"42":71,"426":2,"43":55,"430":29,"433":1,"44":37,"45":20,"46":189,"48":74,"49":39,"5":938,"51":23,"52":57,"53":60,"56":19,"570":9,"6":127,"63":14,"7":370,"79":28,"8":229,"80":40,"9":254,"all_client":89490,"all_tv_clinet":13828,"insert_time":"2014-08-20T06:10:56.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75465,"10":16,"107":525,"11":558,"12":180,"13":439,"14":124,"15":116,"155":14,"156":12,"158":68,"159":16,"16":80,"160":6,"161":137,"167":39,"168":3,"17":331,"18":626,"19":305,"20":105,"209":79,"21":564,"210":12,"211":5,"214":13,"215":106,"221":235,"223":488,"224":238,"225":456,"23":296,"24":1122,"25":488,"257":54,"26":236,"268":11,"27":64,"273":79,"276":19,"279":9,"28":419,"281":14,"282":52,"291":21,"292":107,"30":57,"302":1,"306":14,"31":49,"314":8,"317":1,"32":25,"33":149,"34":87,"347":11,"35":67,"352":665,"36":134,"37":21,"38":459,"380":4,"381":48,"383":35,"389":4,"39":64,"391":21,"397":21,"40":59,"409":32,"41":97,"414":36,"415":54,"419":23,"42":74,"426":1,"43":57,"430":30,"433":1,"44":40,"45":19,"46":178,"48":74,"49":42,"5":935,"51":24,"52":65,"53":60,"56":18,"570":10,"6":123,"63":13,"7":379,"79":29,"8":230,"80":38,"9":230,"all_client":89268,"all_tv_clinet":13803,"insert_time":"2014-08-20T06:11:57.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75286,"10":14,"107":539,"11":516,"12":179,"13":445,"14":110,"15":112,"155":13,"156":10,"158":68,"159":15,"16":75,"160":7,"161":142,"167":40,"168":2,"17":348,"18":630,"19":300,"20":107,"209":76,"21":571,"210":12,"211":4,"214":13,"215":100,"221":237,"223":505,"224":237,"225":442,"23":294,"24":1102,"25":481,"257":54,"26":236,"268":10,"27":68,"273":83,"276":20,"279":11,"28":416,"281":13,"282":49,"291":24,"292":108,"30":51,"302":1,"306":11,"31":54,"314":10,"32":22,"33":145,"34":94,"347":10,"35":70,"352":670,"36":135,"37":23,"38":464,"380":5,"381":51,"383":34,"389":5,"39":62,"391":22,"396":2,"397":22,"40":61,"409":32,"41":92,"414":39,"415":56,"419":23,"42":76,"426":1,"43":56,"430":29,"433":1,"44":41,"45":18,"46":171,"48":71,"49":42,"5":934,"51":23,"52":65,"53":56,"56":17,"570":9,"6":128,"63":14,"7":386,"79":27,"8":228,"80":38,"9":222,"all_client":89043,"all_tv_clinet":13757,"insert_time":"2014-08-20T06:12:57.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75169,"10":16,"107":547,"11":494,"12":165,"13":442,"14":102,"15":116,"155":14,"156":10,"158":68,"159":15,"16":75,"160":7,"161":143,"167":41,"168":2,"17":362,"18":632,"19":297,"20":110,"209":74,"21":572,"210":12,"211":4,"214":13,"215":96,"221":240,"223":501,"224":237,"225":432,"23":300,"24":1103,"25":478,"257":57,"26":229,"268":9,"27":68,"273":83,"276":21,"279":12,"28":421,"281":13,"282":47,"291":24,"292":102,"30":47,"302":2,"306":10,"31":54,"314":10,"32":19,"33":141,"34":100,"347":14,"35":70,"352":669,"36":138,"37":20,"38":468,"380":4,"381":50,"383":32,"389":5,"39":61,"391":23,"396":2,"397":23,"40":61,"409":32,"41":94,"414":42,"415":55,"419":18,"42":75,"426":1,"43":60,"430":30,"433":1,"44":40,"45":14,"46":161,"48":76,"49":41,"5":941,"51":24,"52":67,"53":59,"56":18,"570":9,"6":123,"63":15,"7":406,"79":25,"8":232,"80":38,"9":213,"all_client":88908,"all_tv_clinet":13739,"insert_time":"2014-08-20T06:13:58.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75041,"10":14,"107":550,"11":465,"12":157,"13":455,"14":100,"15":118,"155":11,"156":10,"158":68,"159":14,"16":72,"160":5,"161":148,"167":41,"168":2,"17":368,"18":627,"19":297,"20":114,"209":77,"21":573,"210":13,"211":3,"214":14,"215":93,"221":235,"223":507,"224":238,"225":424,"23":299,"24":1132,"25":472,"257":60,"26":229,"268":9,"27":74,"273":73,"276":19,"279":12,"28":418,"281":13,"282":43,"291":25,"292":100,"30":42,"302":2,"306":10,"31":56,"314":10,"32":19,"33":135,"34":94,"347":15,"35":66,"352":681,"36":143,"37":21,"38":465,"380":3,"381":48,"383":34,"389":4,"39":62,"391":28,"396":2,"397":24,"40":60,"409":34,"41":97,"414":42,"415":49,"419":19,"42":73,"426":1,"43":61,"430":29,"433":1,"44":38,"45":13,"46":157,"48":79,"49":41,"5":943,"51":26,"52":76,"53":58,"56":20,"570":9,"6":119,"63":18,"7":404,"79":26,"8":236,"80":37,"9":209,"all_client":88771,"all_tv_clinet":13730,"insert_time":"2014-08-20T06:14:58.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74907,"10":13,"107":544,"11":457,"12":153,"13":466,"14":104,"15":124,"155":10,"156":12,"158":67,"159":15,"16":68,"160":4,"161":151,"167":37,"168":2,"17":356,"18":627,"19":290,"20":110,"209":78,"21":577,"210":12,"211":3,"214":16,"215":92,"221":220,"223":513,"224":250,"225":420,"23":301,"24":1117,"25":467,"257":63,"26":228,"268":10,"27":73,"273":66,"276":19,"279":13,"28":425,"281":13,"282":44,"291":25,"292":108,"30":38,"302":2,"306":10,"31":61,"314":7,"32":20,"33":131,"34":99,"347":15,"35":57,"352":677,"36":144,"37":20,"38":471,"380":4,"381":44,"383":32,"389":4,"39":60,"391":25,"397":24,"40":64,"409":31,"41":96,"414":41,"415":53,"419":20,"42":75,"426":1,"43":67,"430":30,"433":1,"44":37,"45":14,"46":154,"48":79,"49":43,"5":946,"51":27,"52":76,"53":54,"56":23,"570":9,"6":115,"63":20,"7":414,"79":26,"8":237,"80":37,"9":196,"all_client":88601,"all_tv_clinet":13694,"insert_time":"2014-08-20T06:15:59.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74791,"10":12,"107":538,"11":437,"12":148,"13":462,"14":111,"15":134,"155":10,"156":11,"158":66,"159":16,"16":66,"160":5,"161":151,"167":37,"168":1,"17":332,"18":641,"19":287,"20":110,"209":79,"21":587,"210":11,"211":3,"214":17,"215":88,"221":221,"223":516,"224":247,"225":401,"23":305,"24":1117,"25":464,"257":64,"26":225,"268":9,"27":70,"273":61,"276":21,"279":15,"28":418,"281":14,"282":41,"291":24,"292":111,"30":35,"302":2,"306":10,"31":61,"314":8,"32":20,"33":126,"34":99,"347":16,"35":53,"352":684,"36":139,"37":21,"38":477,"380":5,"381":46,"383":34,"389":4,"39":62,"391":27,"397":24,"40":64,"409":28,"41":94,"414":38,"415":54,"419":22,"42":74,"426":1,"43":67,"430":31,"433":2,"44":37,"45":15,"46":154,"48":82,"49":42,"5":942,"51":33,"52":77,"53":53,"56":24,"570":10,"6":115,"63":24,"7":413,"79":28,"8":242,"80":36,"9":187,"all_client":88437,"all_tv_clinet":13646,"insert_time":"2014-08-20T06:17:00.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74696,"10":13,"107":530,"11":420,"12":145,"13":454,"14":110,"15":138,"155":9,"156":11,"158":64,"159":18,"16":69,"160":5,"161":156,"167":35,"168":1,"17":314,"18":647,"19":284,"20":104,"209":80,"21":603,"210":13,"211":3,"214":17,"215":85,"221":226,"223":520,"224":244,"225":386,"23":310,"24":1110,"25":475,"257":62,"26":229,"268":8,"27":72,"273":57,"276":21,"279":18,"28":417,"281":14,"282":40,"291":24,"292":113,"30":34,"302":2,"306":8,"31":60,"314":8,"32":21,"33":123,"34":103,"347":15,"35":52,"352":683,"36":143,"37":20,"38":468,"380":5,"381":44,"383":34,"389":5,"39":60,"391":25,"396":1,"397":24,"40":65,"409":26,"41":93,"414":37,"415":53,"419":22,"42":76,"426":2,"43":69,"430":33,"433":2,"44":35,"45":17,"46":145,"48":81,"49":44,"5":947,"51":32,"52":78,"53":56,"56":21,"570":10,"6":115,"63":24,"7":420,"79":26,"8":241,"80":34,"9":181,"all_client":88293,"all_tv_clinet":13597,"insert_time":"2014-08-20T06:18:00.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74563,"10":15,"107":530,"11":396,"12":146,"13":450,"14":116,"15":141,"155":9,"156":10,"158":66,"159":18,"16":74,"160":7,"161":156,"167":33,"168":1,"17":291,"18":654,"19":275,"20":101,"209":79,"21":610,"210":14,"211":2,"214":16,"215":89,"221":223,"223":509,"224":250,"225":393,"23":308,"24":1105,"25":470,"257":59,"26":229,"268":8,"27":72,"273":57,"276":24,"279":17,"28":420,"281":14,"282":35,"291":24,"292":116,"30":33,"302":2,"306":8,"31":60,"314":9,"32":18,"33":121,"34":105,"347":15,"35":52,"352":688,"36":143,"37":20,"38":462,"380":5,"381":42,"383":33,"389":5,"39":64,"391":26,"396":2,"397":24,"40":62,"409":25,"41":92,"414":38,"415":57,"419":21,"42":81,"426":2,"43":68,"430":32,"433":2,"44":33,"45":16,"46":145,"48":84,"49":44,"5":956,"51":33,"52":80,"53":53,"56":21,"570":11,"6":114,"63":24,"7":417,"79":24,"8":241,"80":36,"9":180,"all_client":88124,"all_tv_clinet":13561,"insert_time":"2014-08-20T06:19:01.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74439,"10":15,"107":515,"11":378,"12":157,"13":454,"14":113,"15":142,"155":8,"156":13,"158":66,"159":16,"16":73,"160":8,"161":160,"167":31,"168":1,"17":275,"18":644,"19":267,"20":101,"209":84,"21":617,"210":15,"211":2,"214":16,"215":83,"221":218,"223":514,"224":246,"225":389,"23":312,"24":1100,"25":450,"257":55,"26":229,"268":7,"27":74,"273":58,"276":22,"279":14,"28":410,"281":14,"282":32,"291":24,"292":113,"30":29,"302":1,"306":7,"31":57,"314":9,"32":16,"33":120,"34":102,"347":14,"35":50,"352":691,"36":147,"37":19,"38":464,"380":6,"381":41,"383":30,"389":5,"39":69,"391":26,"396":2,"397":25,"40":57,"409":24,"41":93,"414":38,"415":58,"419":19,"42":85,"426":3,"43":69,"430":33,"433":2,"44":32,"45":19,"46":143,"48":89,"49":46,"5":943,"51":32,"52":87,"53":47,"56":20,"570":12,"6":108,"63":25,"7":423,"79":25,"8":248,"80":34,"9":180,"all_client":87898,"all_tv_clinet":13459,"insert_time":"2014-08-20T06:20:01.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74365,"10":14,"107":506,"11":355,"12":157,"13":467,"14":113,"15":139,"155":8,"156":14,"158":66,"159":16,"16":76,"160":9,"161":157,"167":27,"168":2,"17":272,"18":660,"19":264,"20":103,"209":85,"21":623,"210":14,"211":2,"214":15,"215":82,"221":217,"223":512,"224":249,"225":399,"23":313,"24":1100,"25":423,"257":56,"26":234,"268":5,"27":78,"273":64,"276":22,"279":16,"28":397,"281":14,"282":32,"291":24,"292":117,"30":24,"302":1,"306":7,"31":57,"314":10,"32":16,"33":119,"34":101,"347":13,"35":45,"352":668,"36":145,"37":18,"38":467,"380":6,"381":36,"383":27,"389":6,"39":69,"391":27,"396":1,"397":25,"40":50,"409":24,"41":94,"414":35,"415":57,"419":22,"42":88,"426":6,"43":70,"430":32,"433":2,"44":30,"45":22,"46":144,"48":89,"49":48,"5":932,"51":32,"52":85,"53":39,"56":22,"570":13,"6":103,"63":25,"7":417,"79":24,"8":249,"80":35,"9":173,"all_client":87733,"all_tv_clinet":13368,"insert_time":"2014-08-20T06:21:02.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74222,"10":16,"107":510,"11":361,"12":159,"13":473,"14":112,"15":135,"155":7,"156":15,"158":64,"159":15,"16":79,"160":9,"161":152,"167":29,"168":2,"17":267,"18":655,"19":264,"20":102,"209":86,"21":630,"210":14,"211":2,"214":15,"215":79,"221":222,"223":512,"224":251,"225":386,"23":314,"24":1103,"25":397,"257":53,"26":245,"268":3,"27":77,"273":66,"276":23,"279":15,"28":381,"281":15,"282":36,"291":23,"292":122,"30":24,"302":1,"306":7,"31":57,"314":9,"32":15,"33":120,"34":103,"347":13,"35":47,"352":659,"36":147,"37":19,"38":483,"380":5,"381":37,"383":29,"389":5,"39":75,"391":28,"397":25,"40":47,"409":23,"41":91,"414":32,"415":55,"419":23,"42":90,"426":6,"43":74,"430":33,"433":1,"44":32,"45":27,"46":138,"48":88,"49":56,"5":933,"51":31,"52":80,"53":43,"56":21,"570":13,"6":100,"63":26,"7":418,"79":24,"8":252,"80":33,"9":173,"all_client":87589,"all_tv_clinet":13367,"insert_time":"2014-08-20T06:22:03.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74127,"10":16,"107":508,"11":351,"12":160,"13":487,"14":110,"15":130,"155":7,"156":15,"158":61,"159":15,"16":76,"160":7,"161":148,"167":31,"168":2,"17":264,"18":648,"19":260,"20":107,"209":79,"21":638,"210":13,"211":2,"214":13,"215":73,"221":226,"223":516,"224":256,"225":384,"23":311,"24":1095,"25":387,"257":52,"26":243,"268":3,"27":81,"273":68,"276":24,"279":18,"28":380,"281":15,"282":39,"291":22,"292":125,"30":24,"302":1,"306":7,"31":61,"314":8,"32":12,"33":117,"34":105,"347":11,"35":45,"352":665,"36":144,"37":17,"38":465,"380":4,"381":35,"383":27,"389":5,"39":73,"391":28,"397":25,"40":41,"409":24,"41":91,"414":33,"415":49,"419":22,"42":92,"426":6,"43":73,"430":33,"44":36,"45":31,"46":131,"48":73,"49":56,"5":938,"51":35,"52":78,"53":41,"56":21,"570":13,"6":97,"63":28,"7":418,"79":25,"8":252,"80":31,"9":179,"all_client":87419,"all_tv_clinet":13292,"insert_time":"2014-08-20T06:23:03.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73954,"10":17,"107":503,"11":353,"12":163,"13":502,"14":115,"15":132,"155":8,"156":15,"158":60,"159":17,"16":76,"160":7,"161":141,"167":31,"168":3,"17":257,"18":638,"19":276,"20":101,"209":84,"21":646,"210":12,"211":3,"214":13,"215":70,"221":218,"223":516,"224":252,"225":390,"23":317,"24":1087,"25":366,"257":49,"26":246,"268":4,"27":80,"273":75,"276":25,"279":17,"28":375,"281":15,"282":40,"291":20,"292":131,"30":21,"302":2,"306":5,"31":62,"314":8,"32":12,"33":115,"34":95,"347":11,"35":43,"352":672,"36":146,"37":19,"38":471,"380":6,"381":33,"383":23,"389":5,"39":73,"391":28,"397":25,"40":39,"409":26,"41":90,"414":36,"415":50,"419":20,"42":91,"426":5,"43":70,"430":34,"434":1,"44":38,"45":31,"46":131,"48":64,"49":60,"5":940,"51":38,"52":81,"53":37,"56":21,"570":14,"6":94,"63":28,"7":416,"79":26,"8":254,"80":30,"9":184,"all_client":87244,"all_tv_clinet":13290,"insert_time":"2014-08-20T06:24:04.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73855,"10":16,"107":496,"11":348,"12":164,"13":502,"14":109,"15":131,"155":10,"156":17,"158":60,"159":18,"16":75,"160":6,"161":146,"167":32,"168":3,"17":252,"18":627,"19":286,"20":102,"209":86,"21":651,"210":12,"211":3,"214":14,"215":66,"221":212,"223":528,"224":249,"225":388,"23":313,"24":1078,"25":356,"257":48,"26":253,"268":4,"27":82,"273":86,"276":25,"279":19,"28":368,"281":16,"282":44,"291":20,"292":130,"30":20,"302":2,"306":4,"31":64,"314":8,"32":10,"33":115,"34":79,"347":11,"35":41,"352":663,"36":147,"37":19,"38":477,"380":7,"381":33,"383":24,"389":5,"39":71,"391":28,"397":23,"40":32,"409":26,"41":92,"414":39,"415":52,"419":21,"42":92,"426":5,"43":73,"430":32,"434":1,"44":38,"45":29,"46":129,"48":57,"49":59,"5":932,"51":41,"52":83,"53":33,"56":22,"570":18,"6":92,"63":28,"7":415,"79":26,"8":264,"80":30,"9":176,"all_client":87094,"all_tv_clinet":13239,"insert_time":"2014-08-20T06:25:05.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73740,"10":14,"107":480,"11":339,"12":168,"13":511,"14":108,"15":124,"155":10,"156":18,"158":60,"159":17,"16":78,"160":6,"161":152,"167":32,"168":3,"17":244,"18":623,"19":290,"20":106,"209":90,"21":641,"210":11,"211":3,"214":16,"215":59,"221":206,"223":539,"224":248,"225":377,"23":317,"24":1069,"25":345,"257":49,"26":263,"268":4,"27":83,"273":91,"276":25,"279":20,"28":364,"281":16,"282":43,"291":22,"292":123,"30":20,"302":2,"306":4,"31":68,"314":8,"32":10,"33":116,"34":67,"347":10,"35":39,"352":664,"36":143,"37":18,"38":485,"380":7,"381":31,"383":22,"389":5,"39":75,"391":28,"396":1,"397":24,"40":30,"409":28,"41":98,"414":41,"415":56,"419":22,"42":89,"426":4,"43":74,"430":32,"431":1,"434":1,"44":40,"45":31,"46":134,"48":52,"49":62,"5":924,"51":39,"52":87,"53":31,"56":24,"570":19,"6":94,"63":30,"7":419,"79":28,"8":267,"80":30,"9":164,"all_client":86945,"all_tv_clinet":13205,"insert_time":"2014-08-20T06:26:05.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73670,"10":14,"107":471,"11":339,"12":178,"13":509,"14":100,"15":113,"155":10,"156":18,"158":59,"159":16,"16":77,"160":5,"161":154,"167":31,"168":3,"17":236,"18":611,"19":287,"20":103,"209":82,"21":639,"210":10,"211":3,"214":16,"215":52,"221":207,"223":534,"224":249,"225":385,"23":311,"24":1072,"25":338,"257":56,"26":263,"268":4,"27":84,"273":95,"276":26,"279":16,"28":360,"281":16,"282":46,"291":24,"292":121,"30":18,"302":2,"306":3,"31":67,"314":6,"32":11,"33":119,"34":61,"347":10,"35":39,"352":676,"36":144,"37":20,"38":490,"380":5,"381":35,"383":24,"389":4,"39":74,"391":27,"396":1,"397":23,"40":31,"409":30,"41":97,"414":40,"415":58,"419":24,"42":89,"426":4,"43":76,"430":31,"431":1,"433":1,"434":2,"44":41,"45":33,"46":143,"48":51,"49":63,"5":918,"51":36,"52":84,"53":35,"56":25,"570":16,"6":97,"63":32,"7":438,"79":30,"8":270,"80":30,"9":155,"all_client":86853,"all_tv_clinet":13183,"insert_time":"2014-08-20T06:27:06.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73622,"10":15,"107":463,"11":320,"12":178,"13":521,"14":95,"15":109,"155":10,"156":16,"158":58,"159":16,"16":79,"160":5,"161":161,"167":31,"168":3,"17":228,"18":607,"19":293,"20":107,"209":81,"21":644,"210":10,"211":4,"214":16,"215":47,"221":206,"223":521,"224":246,"225":400,"23":317,"24":1087,"25":337,"257":54,"26":266,"268":4,"27":87,"273":86,"276":26,"279":15,"28":352,"281":14,"282":46,"291":22,"292":112,"30":19,"302":2,"306":3,"31":62,"314":6,"32":13,"33":118,"34":58,"347":10,"35":37,"352":673,"36":141,"37":21,"38":486,"380":5,"381":31,"383":26,"389":4,"39":77,"391":27,"396":1,"397":23,"40":33,"409":31,"41":88,"414":39,"415":59,"419":24,"42":86,"426":4,"43":73,"430":32,"431":1,"433":1,"434":2,"44":39,"45":34,"46":148,"48":45,"49":63,"5":908,"51":30,"52":81,"53":35,"56":26,"570":15,"6":93,"63":31,"7":443,"79":32,"8":269,"80":30,"9":147,"all_client":86722,"all_tv_clinet":13100,"insert_time":"2014-08-20T06:28:06.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73547,"10":15,"107":463,"11":316,"12":176,"13":526,"14":90,"15":109,"155":13,"156":15,"158":59,"159":17,"16":82,"160":4,"161":160,"167":31,"168":2,"17":226,"18":609,"19":293,"20":99,"209":81,"21":650,"210":9,"211":4,"214":16,"215":48,"221":198,"223":517,"224":243,"225":407,"23":305,"24":1083,"25":331,"257":49,"26":275,"268":4,"27":83,"273":78,"276":27,"279":13,"28":343,"281":12,"282":46,"291":21,"292":112,"30":19,"302":3,"306":4,"31":56,"314":5,"317":1,"32":15,"33":121,"34":54,"347":8,"35":39,"352":663,"36":145,"37":25,"38":490,"380":5,"381":33,"383":25,"389":4,"39":78,"391":28,"396":1,"397":23,"40":39,"409":29,"41":75,"414":38,"415":58,"419":22,"42":88,"426":4,"43":70,"430":33,"431":1,"433":1,"434":2,"44":39,"45":36,"46":151,"48":48,"49":66,"5":902,"51":29,"52":79,"53":37,"56":30,"570":15,"6":91,"63":31,"7":445,"79":30,"8":277,"80":30,"9":141,"all_client":86589,"all_tv_clinet":13042,"insert_time":"2014-08-20T06:29:07.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73488,"10":16,"107":464,"11":313,"12":178,"13":522,"14":81,"15":105,"155":13,"156":15,"158":59,"159":16,"16":86,"160":3,"161":166,"167":33,"168":2,"17":223,"18":608,"19":300,"20":99,"209":83,"21":652,"210":10,"211":5,"214":17,"215":50,"221":193,"223":521,"224":251,"225":408,"23":306,"24":1088,"25":320,"257":50,"26":277,"268":6,"27":83,"273":74,"276":26,"279":13,"28":340,"281":12,"282":45,"291":16,"292":109,"30":19,"302":4,"306":4,"31":55,"314":5,"317":1,"32":15,"33":121,"34":53,"347":8,"35":36,"352":659,"36":145,"37":29,"38":499,"380":5,"381":32,"383":24,"389":4,"39":80,"391":27,"396":1,"397":23,"40":42,"409":26,"41":74,"414":38,"415":57,"419":21,"42":91,"426":3,"43":65,"430":33,"431":1,"433":2,"434":2,"44":40,"45":39,"46":152,"48":47,"49":67,"5":891,"51":31,"52":78,"53":38,"56":31,"570":14,"6":90,"63":30,"7":449,"79":29,"8":278,"80":28,"9":133,"all_client":86514,"all_tv_clinet":13026,"insert_time":"2014-08-20T06:30:08.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73376,"10":16,"107":458,"11":299,"12":181,"13":527,"14":78,"15":102,"155":14,"156":14,"158":57,"159":17,"16":88,"160":3,"161":159,"167":34,"168":2,"17":221,"18":619,"19":297,"20":97,"209":88,"21":663,"210":10,"211":5,"214":17,"215":49,"221":195,"223":509,"224":246,"225":412,"23":297,"24":1098,"25":318,"257":53,"26":290,"268":7,"27":85,"273":70,"276":26,"279":12,"28":335,"281":12,"282":48,"291":16,"292":110,"30":20,"302":4,"306":4,"31":50,"314":6,"317":1,"32":14,"33":121,"34":52,"347":10,"35":35,"352":651,"36":139,"37":30,"38":508,"380":6,"381":30,"383":26,"389":4,"39":79,"391":27,"396":1,"397":22,"40":44,"409":25,"41":76,"414":40,"415":55,"419":22,"42":91,"426":4,"43":63,"430":32,"431":1,"433":2,"434":2,"44":40,"45":41,"46":149,"48":45,"49":72,"5":896,"51":32,"52":74,"53":39,"56":32,"570":13,"6":84,"63":29,"7":448,"79":29,"8":261,"80":27,"9":126,"all_client":86364,"all_tv_clinet":12988,"insert_time":"2014-08-20T06:31:08.589Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73254,"10":16,"107":459,"11":303,"12":178,"13":531,"14":74,"15":97,"155":13,"156":14,"158":58,"159":17,"16":92,"160":4,"161":159,"167":34,"168":3,"17":223,"18":622,"19":303,"20":95,"209":86,"21":660,"210":9,"211":5,"214":18,"215":51,"221":200,"223":514,"224":249,"225":426,"23":297,"24":1103,"25":311,"257":51,"26":289,"268":7,"27":91,"273":69,"276":25,"279":12,"28":333,"281":13,"282":49,"291":14,"292":111,"30":21,"302":3,"306":4,"31":45,"314":6,"317":1,"32":13,"33":125,"34":49,"347":13,"35":33,"352":652,"36":135,"37":33,"38":491,"380":6,"381":30,"383":27,"389":4,"39":83,"391":26,"396":1,"397":24,"40":50,"409":21,"41":76,"414":42,"415":53,"419":19,"42":90,"426":4,"43":57,"430":32,"433":3,"434":2,"44":41,"45":43,"46":151,"48":47,"49":69,"5":886,"51":31,"52":73,"53":38,"56":34,"570":11,"6":85,"63":30,"7":461,"79":29,"8":254,"80":27,"9":121,"all_client":86247,"all_tv_clinet":12993,"insert_time":"2014-08-20T06:32:09.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73173,"10":17,"107":462,"11":302,"12":180,"13":528,"14":75,"15":91,"155":13,"156":14,"158":56,"159":20,"16":91,"160":4,"161":159,"167":35,"168":3,"17":226,"18":619,"19":300,"20":98,"209":88,"21":657,"210":9,"211":5,"214":19,"215":53,"221":200,"223":514,"224":238,"225":434,"23":282,"24":1119,"25":320,"257":49,"26":288,"268":7,"27":90,"273":65,"276":24,"279":13,"28":326,"281":13,"282":49,"291":13,"292":111,"30":22,"302":4,"306":4,"31":40,"314":6,"317":1,"32":11,"33":124,"34":50,"347":12,"35":33,"352":632,"36":131,"37":32,"38":497,"380":6,"381":26,"383":30,"389":4,"39":82,"391":24,"396":1,"397":26,"40":48,"409":20,"41":70,"414":41,"415":48,"419":17,"42":89,"426":2,"43":54,"430":30,"433":3,"434":2,"44":42,"45":42,"46":156,"48":48,"49":71,"5":892,"51":34,"52":73,"53":38,"56":32,"570":11,"6":79,"63":30,"7":466,"79":29,"8":245,"80":26,"9":116,"all_client":86104,"all_tv_clinet":12931,"insert_time":"2014-08-20T06:33:09.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73105,"10":18,"107":464,"11":312,"12":183,"13":520,"14":76,"15":92,"155":15,"156":14,"158":56,"159":20,"16":94,"160":5,"161":160,"167":33,"168":4,"17":224,"18":623,"19":304,"20":99,"209":82,"21":661,"210":10,"211":4,"214":19,"215":49,"221":210,"223":511,"224":235,"225":436,"23":271,"24":1129,"25":327,"257":50,"26":253,"268":8,"27":88,"273":63,"276":25,"279":13,"28":322,"281":13,"282":50,"291":13,"292":111,"30":23,"302":3,"306":4,"31":43,"314":5,"317":1,"32":11,"33":127,"34":49,"347":10,"35":33,"352":633,"36":130,"37":33,"38":477,"380":5,"381":30,"383":26,"389":2,"39":83,"391":23,"396":2,"397":26,"40":51,"409":18,"41":67,"414":44,"415":47,"419":14,"42":93,"426":1,"43":49,"430":33,"433":3,"434":2,"44":45,"45":42,"46":162,"48":56,"49":69,"5":897,"51":35,"52":74,"53":39,"56":31,"570":11,"6":79,"63":31,"7":469,"79":30,"8":233,"80":24,"9":121,"all_client":86023,"all_tv_clinet":12918,"insert_time":"2014-08-20T06:34:10.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73037,"10":19,"107":457,"11":323,"12":180,"13":512,"14":72,"15":92,"155":14,"156":15,"158":54,"159":21,"16":92,"160":4,"161":159,"167":33,"168":6,"17":226,"18":620,"19":307,"20":102,"209":83,"21":674,"210":10,"211":4,"214":20,"215":50,"221":211,"223":520,"224":228,"225":454,"23":261,"24":1131,"25":333,"257":50,"26":222,"268":8,"27":79,"273":61,"276":26,"279":15,"28":321,"281":13,"282":47,"291":12,"292":115,"30":23,"302":3,"306":4,"31":44,"314":7,"317":1,"32":12,"33":129,"34":50,"347":10,"35":34,"352":627,"36":134,"37":35,"38":474,"380":5,"381":29,"383":24,"389":2,"39":88,"391":23,"396":2,"397":26,"40":51,"409":17,"41":66,"414":42,"415":45,"419":14,"42":94,"426":1,"43":49,"430":32,"433":2,"434":3,"44":40,"45":48,"46":162,"48":57,"49":70,"5":901,"51":36,"52":75,"53":38,"56":23,"570":10,"6":81,"63":31,"7":469,"79":29,"8":216,"80":24,"9":121,"all_client":85926,"all_tv_clinet":12889,"insert_time":"2014-08-20T06:35:10.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73013,"10":21,"107":453,"11":321,"12":177,"13":504,"14":72,"15":93,"155":14,"156":14,"158":51,"159":19,"16":92,"160":4,"161":159,"167":32,"168":6,"17":233,"18":613,"19":312,"20":101,"209":84,"21":685,"210":10,"211":4,"214":21,"215":50,"221":202,"223":528,"224":233,"225":455,"23":261,"24":1125,"25":331,"257":51,"26":195,"268":9,"27":66,"273":63,"276":26,"279":15,"28":326,"281":14,"282":48,"291":12,"292":114,"30":21,"302":2,"306":4,"31":41,"314":7,"317":1,"32":13,"33":135,"34":49,"347":14,"35":31,"352":634,"36":130,"37":39,"38":471,"380":5,"381":30,"383":25,"389":1,"39":92,"391":21,"396":2,"397":27,"40":52,"409":20,"41":71,"414":42,"415":47,"419":14,"42":93,"426":1,"43":46,"430":32,"433":2,"434":2,"44":36,"45":48,"46":169,"48":57,"49":72,"5":895,"51":34,"52":77,"53":37,"56":21,"570":8,"6":82,"63":32,"7":462,"79":29,"8":205,"80":24,"9":128,"all_client":85865,"all_tv_clinet":12852,"insert_time":"2014-08-20T06:36:13.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72933,"10":22,"107":447,"11":323,"12":167,"13":502,"14":74,"15":91,"155":16,"156":17,"158":47,"159":20,"16":88,"160":5,"161":153,"167":33,"168":8,"17":234,"18":608,"19":315,"20":96,"209":85,"21":686,"210":10,"211":4,"214":19,"215":50,"221":200,"223":527,"224":235,"225":459,"23":258,"24":1148,"25":340,"257":47,"26":171,"268":8,"27":59,"273":65,"276":26,"279":17,"28":320,"281":14,"282":48,"291":12,"292":119,"30":20,"302":2,"306":4,"31":42,"314":6,"317":1,"32":17,"33":134,"34":49,"347":14,"35":33,"352":643,"36":129,"37":42,"38":477,"380":6,"381":32,"383":25,"389":1,"39":92,"391":20,"396":1,"397":28,"40":54,"409":22,"41":71,"414":41,"415":45,"419":12,"42":95,"426":1,"43":46,"430":29,"433":2,"434":2,"44":34,"45":55,"46":168,"48":58,"49":79,"5":899,"51":35,"52":77,"53":42,"56":17,"570":9,"6":80,"63":33,"7":455,"79":25,"8":199,"80":24,"9":137,"all_client":85790,"all_tv_clinet":12857,"insert_time":"2014-08-20T06:37:13.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72829,"10":22,"107":451,"11":330,"12":154,"13":504,"14":76,"15":98,"155":16,"156":18,"158":44,"159":20,"16":88,"160":6,"161":145,"167":33,"168":7,"17":235,"18":609,"19":321,"20":101,"209":90,"21":692,"210":11,"211":4,"214":17,"215":55,"221":194,"223":505,"224":244,"225":452,"23":248,"24":1104,"25":362,"257":49,"26":158,"268":6,"27":54,"273":75,"276":28,"279":19,"28":326,"281":14,"282":50,"291":12,"292":122,"30":21,"302":2,"306":4,"31":40,"314":6,"32":18,"33":128,"34":40,"347":16,"35":30,"352":633,"36":131,"37":43,"38":478,"380":6,"381":35,"383":24,"389":2,"39":98,"391":23,"396":1,"397":26,"40":57,"409":25,"41":71,"414":44,"415":46,"419":13,"42":88,"43":43,"430":27,"433":2,"434":1,"44":33,"45":55,"46":176,"48":62,"49":79,"5":905,"51":33,"52":73,"53":41,"56":17,"570":10,"6":78,"63":31,"7":442,"79":29,"8":203,"80":24,"9":142,"all_client":85653,"all_tv_clinet":12824,"insert_time":"2014-08-20T06:38:14.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72736,"10":24,"107":449,"11":340,"12":159,"13":495,"14":73,"15":95,"155":16,"156":19,"158":49,"159":23,"16":92,"160":7,"161":158,"167":33,"168":7,"17":245,"18":606,"19":336,"20":104,"209":94,"21":695,"210":11,"211":4,"214":15,"215":63,"221":200,"223":492,"224":241,"225":451,"23":239,"24":1051,"25":370,"257":52,"26":142,"268":6,"27":47,"273":77,"276":28,"279":19,"28":335,"281":14,"282":51,"291":12,"292":114,"30":19,"302":2,"306":5,"31":40,"314":5,"32":20,"33":123,"34":39,"347":18,"35":27,"352":635,"36":137,"37":43,"38":477,"380":6,"381":35,"383":24,"389":2,"39":100,"391":26,"396":1,"397":27,"40":64,"409":29,"41":70,"414":44,"415":45,"419":11,"42":80,"426":1,"43":44,"430":27,"433":1,"434":1,"44":31,"45":58,"46":175,"48":63,"49":79,"5":922,"51":30,"52":70,"53":43,"56":16,"570":10,"6":78,"63":31,"7":442,"79":31,"8":203,"80":24,"9":143,"all_client":85566,"all_tv_clinet":12830,"insert_time":"2014-08-20T06:39:14.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72641,"10":21,"107":445,"11":350,"12":158,"13":481,"14":75,"15":102,"155":17,"156":18,"158":48,"159":26,"16":98,"160":8,"161":171,"167":32,"168":6,"17":244,"18":603,"19":342,"20":108,"209":88,"21":711,"210":10,"211":4,"214":14,"215":68,"221":202,"223":506,"224":241,"225":446,"23":241,"24":1001,"25":377,"257":55,"26":133,"268":6,"27":49,"273":81,"276":27,"279":18,"28":338,"281":13,"282":49,"291":12,"292":102,"30":20,"302":2,"306":5,"31":42,"314":5,"32":20,"33":117,"34":37,"347":21,"35":27,"352":633,"36":136,"37":43,"38":486,"380":5,"381":35,"383":25,"389":2,"39":103,"391":27,"396":1,"397":27,"40":72,"409":30,"41":72,"414":48,"415":45,"419":11,"42":69,"426":1,"43":42,"430":26,"431":1,"433":2,"434":1,"44":30,"45":59,"46":176,"48":67,"49":81,"5":916,"51":30,"52":65,"53":43,"56":16,"570":9,"6":80,"63":31,"7":433,"79":34,"8":200,"80":23,"9":154,"all_client":85472,"all_tv_clinet":12831,"insert_time":"2014-08-20T06:40:15.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72543,"10":21,"107":435,"11":381,"12":151,"13":442,"14":75,"15":99,"155":18,"156":17,"158":48,"159":27,"16":98,"160":11,"161":177,"167":31,"168":5,"17":245,"18":609,"19":353,"20":104,"209":79,"21":692,"210":8,"211":4,"214":14,"215":76,"221":208,"223":512,"224":256,"225":462,"23":238,"24":969,"25":387,"257":57,"26":126,"268":8,"27":49,"273":84,"276":27,"279":14,"28":342,"281":14,"282":52,"291":13,"292":99,"30":20,"302":2,"306":5,"31":39,"314":4,"32":21,"33":120,"34":38,"347":21,"35":29,"352":631,"36":139,"37":48,"38":483,"380":5,"381":36,"383":28,"389":1,"39":104,"391":28,"396":1,"397":26,"40":76,"409":32,"41":69,"414":47,"415":41,"419":10,"42":67,"426":1,"43":42,"430":25,"431":1,"433":2,"434":1,"44":24,"45":60,"46":180,"48":66,"49":82,"5":922,"51":28,"52":57,"53":45,"56":17,"570":10,"6":85,"63":32,"7":424,"79":33,"8":201,"80":23,"9":147,"all_client":85359,"all_tv_clinet":12816,"insert_time":"2014-08-20T06:41:16.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72463,"10":19,"107":442,"11":389,"12":141,"13":424,"14":81,"15":100,"155":19,"156":16,"158":43,"159":26,"16":93,"160":12,"161":177,"167":31,"168":5,"17":249,"18":618,"19":367,"20":107,"209":73,"21":677,"210":8,"211":4,"214":13,"215":82,"221":212,"223":515,"224":261,"225":479,"23":241,"24":960,"25":381,"257":57,"26":119,"268":8,"27":46,"273":88,"276":26,"279":13,"28":346,"281":13,"282":53,"291":14,"292":89,"30":21,"302":3,"306":5,"31":41,"314":6,"32":21,"33":113,"34":41,"347":21,"35":35,"352":624,"36":134,"37":49,"38":488,"380":4,"381":37,"383":29,"389":1,"39":105,"391":30,"396":1,"397":28,"40":82,"409":28,"41":71,"414":48,"415":48,"419":10,"42":59,"43":38,"430":27,"431":1,"433":2,"434":1,"44":23,"45":67,"46":180,"48":71,"49":81,"5":923,"51":34,"52":49,"53":43,"56":17,"570":10,"6":87,"63":30,"7":420,"79":36,"8":194,"80":23,"9":148,"all_client":85288,"all_tv_clinet":12825,"insert_time":"2014-08-20T06:42:16.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72335,"10":18,"107":429,"11":399,"12":121,"13":412,"14":80,"15":105,"155":21,"156":20,"158":39,"159":26,"16":89,"160":14,"161":173,"167":30,"168":5,"17":254,"18":622,"19":373,"20":113,"209":69,"21":660,"210":8,"211":4,"214":14,"215":90,"221":212,"223":515,"224":267,"225":481,"23":246,"24":958,"25":387,"257":59,"26":110,"268":10,"27":41,"273":87,"276":26,"279":13,"28":343,"281":15,"282":54,"291":14,"292":88,"30":22,"302":3,"306":4,"31":46,"314":6,"32":20,"33":113,"34":41,"347":22,"35":41,"352":620,"36":136,"37":47,"38":486,"380":3,"381":39,"383":28,"389":1,"39":106,"391":30,"397":28,"40":81,"409":24,"41":73,"414":45,"415":49,"419":13,"42":56,"43":38,"430":29,"433":1,"434":1,"44":22,"45":68,"46":182,"48":76,"49":83,"5":921,"51":36,"52":48,"53":39,"56":11,"570":12,"6":91,"63":27,"7":433,"79":40,"8":192,"80":21,"9":145,"all_client":85148,"all_tv_clinet":12813,"insert_time":"2014-08-20T06:43:17.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72308,"10":17,"107":434,"11":409,"12":116,"13":393,"14":82,"15":106,"155":21,"156":21,"158":38,"159":28,"16":91,"160":11,"161":165,"167":32,"168":5,"17":254,"18":615,"19":388,"20":112,"209":69,"21":636,"210":8,"211":4,"214":15,"215":93,"221":208,"223":518,"224":278,"225":488,"23":246,"24":968,"25":389,"257":59,"26":102,"268":10,"27":42,"273":84,"276":23,"279":14,"28":346,"281":13,"282":56,"291":14,"292":88,"30":19,"302":3,"306":4,"31":47,"314":6,"32":19,"33":112,"34":43,"347":23,"35":42,"352":628,"36":130,"37":46,"38":468,"380":3,"381":34,"383":27,"389":1,"39":101,"391":30,"397":29,"40":81,"409":24,"41":74,"414":37,"415":55,"419":12,"42":54,"43":40,"430":30,"433":1,"434":1,"44":24,"45":70,"46":188,"48":77,"49":83,"5":930,"51":40,"52":49,"53":43,"56":9,"570":12,"6":93,"63":26,"7":437,"79":42,"8":189,"80":20,"9":149,"all_client":85122,"all_tv_clinet":12814,"insert_time":"2014-08-20T06:44:18.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72274,"10":17,"107":452,"11":417,"12":106,"13":381,"14":83,"15":112,"155":20,"156":20,"158":37,"159":26,"16":91,"160":11,"161":169,"167":34,"168":5,"17":251,"18":609,"19":390,"20":113,"209":66,"21":603,"210":8,"211":4,"214":14,"215":93,"221":202,"223":520,"224":288,"225":489,"23":241,"24":984,"25":391,"257":59,"26":89,"268":9,"27":40,"273":75,"276":18,"279":17,"28":361,"281":12,"282":53,"291":14,"292":89,"30":18,"302":3,"306":4,"31":48,"314":5,"32":19,"33":107,"34":36,"347":24,"35":46,"352":640,"36":132,"37":43,"38":450,"380":3,"381":32,"383":28,"389":1,"39":97,"391":32,"397":28,"40":84,"409":22,"41":71,"414":34,"415":54,"419":14,"42":54,"426":1,"43":39,"430":31,"433":2,"44":24,"45":70,"46":186,"48":77,"49":88,"5":929,"51":41,"52":50,"53":46,"56":10,"570":12,"6":93,"63":26,"7":438,"79":42,"8":183,"80":21,"9":152,"all_client":85047,"all_tv_clinet":12773,"insert_time":"2014-08-20T06:45:18.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72215,"10":18,"107":459,"11":422,"12":104,"13":376,"14":82,"15":111,"155":21,"156":21,"158":36,"159":26,"16":93,"160":10,"161":164,"167":36,"168":4,"17":234,"18":600,"19":388,"20":117,"209":66,"21":573,"210":7,"211":4,"214":15,"215":94,"221":197,"223":509,"224":294,"225":488,"23":243,"24":1008,"25":401,"257":57,"26":85,"268":9,"27":39,"273":71,"276":19,"279":17,"28":371,"281":11,"282":44,"291":14,"292":87,"30":16,"302":3,"306":3,"31":49,"314":6,"32":17,"33":108,"34":34,"347":22,"35":46,"352":640,"36":136,"37":43,"38":453,"380":3,"381":33,"383":26,"389":1,"39":96,"391":34,"397":28,"40":93,"409":23,"41":72,"414":31,"415":57,"419":13,"42":53,"426":1,"43":40,"430":29,"433":2,"44":25,"45":65,"46":185,"48":73,"49":91,"5":929,"51":47,"52":53,"53":46,"56":11,"570":10,"6":94,"63":25,"7":436,"79":41,"8":178,"80":20,"9":150,"all_client":84950,"all_tv_clinet":12735,"insert_time":"2014-08-20T06:46:19.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72071,"10":18,"107":470,"11":420,"12":105,"13":368,"14":81,"15":114,"155":22,"156":20,"158":36,"159":27,"16":89,"160":11,"161":156,"167":36,"168":4,"17":228,"18":598,"19":391,"20":115,"209":64,"21":581,"210":8,"211":5,"214":15,"215":100,"221":201,"223":517,"224":294,"225":494,"23":253,"24":1030,"25":403,"257":59,"26":82,"268":9,"27":40,"273":68,"276":20,"279":15,"28":380,"281":13,"282":38,"291":15,"292":90,"30":15,"302":3,"306":3,"31":49,"314":5,"32":15,"33":105,"34":31,"347":21,"35":49,"352":640,"36":133,"37":47,"38":446,"380":3,"381":32,"383":30,"389":1,"39":87,"391":33,"396":1,"397":27,"40":95,"409":21,"41":76,"414":30,"415":56,"419":13,"42":51,"426":1,"43":40,"430":27,"433":2,"44":26,"45":49,"46":183,"48":78,"49":94,"5":922,"51":47,"52":51,"53":46,"56":10,"570":9,"6":94,"63":26,"7":436,"79":40,"8":178,"80":20,"9":149,"all_client":84820,"all_tv_clinet":12749,"insert_time":"2014-08-20T06:47:19.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71973,"10":19,"107":464,"11":424,"12":101,"13":365,"14":82,"15":112,"155":22,"156":20,"158":36,"159":28,"16":89,"160":10,"161":139,"167":36,"168":5,"17":207,"18":590,"19":381,"20":115,"209":66,"21":570,"210":8,"211":5,"214":15,"215":102,"221":208,"223":515,"224":299,"225":509,"23":256,"24":1033,"25":402,"257":60,"26":85,"268":10,"27":47,"273":71,"276":20,"279":13,"28":382,"281":14,"282":33,"291":16,"292":100,"30":14,"302":2,"306":3,"31":48,"314":5,"32":14,"33":111,"34":33,"347":23,"35":47,"352":652,"36":133,"37":48,"38":440,"380":3,"381":33,"383":32,"389":1,"39":80,"391":30,"396":2,"397":26,"40":96,"409":25,"41":78,"414":28,"415":59,"419":12,"42":52,"426":1,"43":37,"430":26,"433":2,"44":27,"45":42,"46":186,"48":82,"49":94,"5":939,"51":47,"52":50,"53":47,"56":8,"570":8,"6":96,"63":25,"7":434,"79":39,"8":175,"80":19,"9":147,"all_client":84718,"all_tv_clinet":12745,"insert_time":"2014-08-20T06:48:20.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71873,"10":17,"107":457,"11":433,"12":103,"13":362,"14":83,"15":112,"155":23,"156":18,"158":37,"159":30,"16":86,"160":10,"161":121,"167":37,"168":5,"17":197,"18":581,"19":378,"20":115,"209":64,"21":570,"210":8,"211":5,"214":15,"215":105,"221":202,"223":517,"224":306,"225":509,"23":260,"24":1052,"25":405,"257":61,"26":80,"268":11,"27":47,"273":69,"276":19,"279":12,"28":382,"281":15,"282":32,"291":18,"292":104,"30":14,"302":2,"306":3,"31":51,"314":5,"32":14,"33":116,"34":33,"347":27,"35":46,"352":644,"36":130,"37":48,"38":431,"380":2,"381":31,"383":35,"389":1,"39":75,"391":31,"396":2,"397":27,"40":98,"409":27,"41":75,"414":27,"415":58,"419":11,"42":55,"426":2,"43":40,"430":27,"433":2,"44":23,"45":39,"46":188,"48":83,"49":95,"5":930,"51":49,"52":50,"53":49,"56":9,"570":7,"6":99,"63":25,"7":440,"79":38,"8":174,"80":20,"9":141,"all_client":84595,"all_tv_clinet":12722,"insert_time":"2014-08-20T06:49:20.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71817,"10":16,"107":462,"11":427,"12":108,"13":365,"14":83,"15":115,"155":23,"156":20,"158":41,"159":29,"16":88,"160":9,"161":107,"167":37,"168":5,"17":188,"18":572,"19":371,"20":109,"209":59,"21":556,"210":8,"211":5,"214":15,"215":106,"221":205,"223":523,"224":311,"225":509,"23":261,"24":1080,"25":410,"257":61,"26":74,"268":13,"27":47,"273":66,"276":19,"279":14,"28":388,"281":16,"282":29,"291":19,"292":103,"30":15,"302":2,"306":1,"31":54,"314":5,"32":15,"33":114,"34":29,"347":31,"35":46,"352":645,"36":125,"37":49,"38":439,"380":2,"381":31,"383":35,"389":1,"39":71,"391":31,"396":1,"397":26,"40":97,"409":28,"41":82,"414":26,"415":60,"419":10,"42":57,"426":3,"43":42,"430":25,"433":2,"44":19,"45":38,"46":190,"48":81,"49":101,"5":903,"51":47,"52":52,"53":48,"56":9,"570":7,"6":103,"63":23,"7":439,"79":38,"8":174,"80":20,"9":150,"all_client":84531,"all_tv_clinet":12714,"insert_time":"2014-08-20T06:50:21.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71754,"10":16,"107":462,"11":423,"12":111,"13":353,"14":86,"15":118,"155":23,"156":19,"158":41,"159":30,"16":87,"160":9,"161":104,"167":42,"168":5,"17":182,"18":571,"19":382,"20":105,"209":56,"21":545,"210":7,"211":5,"214":15,"215":102,"221":207,"223":525,"224":312,"225":503,"23":259,"24":1081,"25":413,"257":64,"26":64,"268":12,"27":54,"273":69,"276":18,"279":14,"28":398,"281":16,"282":29,"291":19,"292":105,"30":18,"302":2,"306":1,"31":54,"314":6,"32":16,"33":121,"34":26,"347":31,"35":45,"352":657,"36":121,"37":53,"38":434,"380":2,"381":31,"383":34,"389":1,"39":66,"391":30,"396":3,"397":27,"40":93,"409":25,"41":80,"414":25,"415":60,"419":11,"42":56,"426":4,"43":39,"430":24,"433":2,"44":20,"45":41,"46":193,"48":78,"49":100,"5":860,"51":50,"52":51,"53":47,"56":9,"570":7,"6":109,"63":22,"7":440,"79":40,"8":179,"80":20,"9":158,"all_client":84437,"all_tv_clinet":12683,"insert_time":"2014-08-20T06:51:22.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71769,"10":17,"107":460,"11":426,"12":113,"13":355,"14":90,"15":123,"155":22,"156":19,"158":45,"159":30,"16":89,"160":8,"161":108,"167":43,"168":4,"17":177,"18":559,"19":381,"20":100,"209":55,"21":552,"210":7,"211":4,"214":17,"215":103,"221":217,"223":541,"224":289,"225":504,"23":267,"24":1077,"25":422,"257":65,"26":65,"268":12,"27":59,"273":72,"276":16,"279":15,"28":404,"281":16,"282":25,"291":19,"292":106,"30":19,"302":2,"306":1,"31":53,"314":6,"32":17,"33":117,"34":32,"347":33,"35":51,"352":660,"36":122,"37":55,"38":418,"380":2,"381":33,"383":34,"389":1,"39":65,"391":28,"396":3,"397":25,"40":93,"409":26,"41":87,"414":25,"415":65,"419":12,"42":54,"426":4,"43":37,"430":23,"433":2,"44":20,"45":39,"46":190,"48":75,"49":93,"5":824,"51":44,"52":52,"53":46,"56":7,"570":7,"6":116,"63":22,"7":434,"79":37,"8":192,"80":22,"9":160,"all_client":84452,"all_tv_clinet":12683,"insert_time":"2014-08-20T06:52:22.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71715,"10":18,"107":459,"11":423,"12":114,"13":357,"14":91,"15":120,"155":23,"156":18,"158":44,"159":29,"16":87,"160":8,"161":117,"167":42,"168":4,"17":182,"18":553,"19":389,"20":100,"209":53,"21":569,"210":7,"211":5,"214":20,"215":100,"221":212,"223":531,"224":262,"225":499,"23":275,"24":1062,"25":427,"257":67,"26":64,"268":13,"27":71,"273":73,"276":16,"279":14,"28":401,"281":16,"282":29,"291":20,"292":108,"30":20,"302":2,"306":1,"31":51,"314":6,"32":18,"33":114,"34":30,"347":33,"35":50,"352":673,"36":118,"37":56,"38":429,"380":2,"381":32,"383":29,"389":1,"39":62,"391":24,"396":3,"397":24,"40":94,"409":26,"41":85,"414":23,"415":63,"419":13,"42":57,"426":4,"43":37,"430":25,"433":3,"44":19,"45":38,"46":185,"48":71,"49":83,"5":816,"51":46,"52":50,"53":48,"56":8,"570":6,"6":120,"63":23,"7":436,"79":39,"8":203,"80":21,"9":162,"all_client":84389,"all_tv_clinet":12674,"insert_time":"2014-08-20T06:53:23.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71709,"10":19,"107":451,"11":420,"12":115,"13":378,"14":93,"15":121,"155":24,"156":18,"158":43,"159":31,"16":89,"160":7,"161":115,"167":41,"168":5,"17":175,"18":558,"19":388,"20":95,"209":50,"21":579,"210":7,"211":5,"214":22,"215":103,"221":212,"223":523,"224":221,"225":506,"23":280,"24":1056,"25":439,"257":66,"26":62,"268":11,"27":73,"273":75,"276":16,"279":15,"28":397,"281":16,"282":24,"291":21,"292":111,"30":20,"302":2,"306":1,"31":55,"314":4,"32":17,"33":113,"34":33,"347":34,"35":49,"352":661,"36":118,"37":54,"38":433,"380":1,"381":34,"383":29,"389":2,"39":58,"391":24,"396":3,"397":25,"40":94,"409":24,"41":89,"414":19,"415":65,"419":14,"42":58,"426":4,"43":35,"430":26,"433":3,"44":19,"45":38,"46":191,"48":71,"49":74,"5":793,"51":42,"52":49,"53":47,"56":7,"570":5,"6":119,"63":25,"7":440,"79":40,"8":211,"80":20,"9":164,"all_client":84341,"all_tv_clinet":12632,"insert_time":"2014-08-20T06:54:23.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71650,"10":20,"107":454,"11":416,"12":119,"13":376,"14":89,"15":121,"155":24,"156":19,"158":44,"159":30,"16":85,"160":7,"161":126,"167":40,"168":5,"17":172,"18":568,"19":386,"20":93,"209":50,"21":586,"210":7,"211":5,"214":23,"215":106,"221":217,"223":529,"224":196,"225":509,"23":284,"24":1040,"25":437,"257":65,"26":61,"268":11,"27":74,"273":76,"276":16,"279":14,"28":391,"281":15,"282":24,"291":22,"292":109,"30":24,"302":2,"306":1,"31":54,"314":4,"32":19,"33":113,"34":32,"347":33,"35":46,"352":657,"36":117,"37":53,"38":437,"380":1,"381":35,"383":30,"389":2,"39":62,"391":26,"396":4,"397":26,"40":93,"409":27,"41":90,"414":17,"415":62,"419":14,"42":59,"426":6,"43":33,"430":26,"433":3,"434":1,"44":22,"45":42,"46":189,"48":71,"49":68,"5":789,"51":40,"52":54,"53":50,"56":7,"570":3,"6":113,"63":26,"7":445,"79":41,"8":222,"80":21,"9":166,"all_client":84289,"all_tv_clinet":12639,"insert_time":"2014-08-20T06:55:24.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71612,"10":22,"107":447,"11":422,"12":120,"13":374,"14":84,"15":120,"155":25,"156":20,"158":44,"159":28,"16":85,"160":6,"161":136,"167":39,"168":5,"17":169,"18":579,"19":386,"20":90,"209":46,"21":597,"210":6,"211":6,"214":23,"215":102,"221":218,"223":528,"224":180,"225":500,"23":281,"24":1026,"25":437,"257":67,"26":57,"268":10,"27":73,"273":80,"276":18,"279":13,"28":387,"281":14,"282":19,"291":20,"292":103,"30":28,"302":2,"306":1,"31":60,"314":4,"32":22,"33":110,"34":37,"347":36,"35":42,"352":667,"36":118,"37":51,"38":457,"380":1,"381":39,"383":31,"389":2,"39":61,"391":27,"396":4,"397":27,"40":95,"409":28,"41":87,"414":16,"415":65,"419":15,"42":58,"426":7,"43":33,"430":22,"433":3,"434":1,"44":24,"45":43,"46":183,"48":66,"49":62,"5":780,"51":36,"52":56,"53":48,"56":7,"570":3,"6":110,"63":27,"7":455,"79":41,"8":226,"80":22,"9":163,"all_client":84233,"all_tv_clinet":12621,"insert_time":"2014-08-20T06:56:24.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71377,"10":23,"107":452,"11":422,"12":123,"13":367,"14":78,"15":119,"155":26,"156":20,"158":44,"159":28,"16":84,"160":6,"161":141,"167":38,"168":5,"17":169,"18":580,"19":382,"20":87,"209":48,"21":610,"210":8,"211":7,"214":22,"215":100,"221":221,"223":532,"224":172,"225":502,"23":279,"24":1009,"25":438,"257":63,"26":58,"268":8,"27":74,"273":79,"276":20,"279":12,"28":386,"281":14,"282":18,"291":20,"292":93,"30":27,"302":2,"306":1,"31":61,"314":4,"32":21,"33":116,"34":37,"347":33,"35":41,"352":650,"36":123,"37":51,"38":473,"380":1,"381":38,"383":34,"389":1,"39":59,"391":29,"396":3,"397":27,"40":96,"409":30,"41":87,"414":14,"415":64,"419":14,"42":56,"426":7,"43":36,"430":22,"433":3,"434":1,"44":28,"45":44,"46":177,"48":70,"49":58,"5":781,"51":38,"52":52,"53":46,"56":7,"570":3,"6":110,"63":26,"7":453,"79":39,"8":228,"80":20,"9":160,"all_client":83966,"all_tv_clinet":12589,"insert_time":"2014-08-20T06:57:25.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71410,"10":23,"107":452,"11":430,"12":129,"13":368,"14":73,"15":119,"155":23,"156":21,"158":42,"159":30,"16":87,"160":7,"161":145,"167":37,"168":6,"17":178,"18":554,"19":378,"20":90,"209":47,"21":616,"210":7,"211":8,"214":22,"215":90,"221":229,"223":538,"224":167,"225":508,"23":279,"24":1009,"25":440,"257":64,"26":57,"268":9,"27":77,"273":77,"276":20,"279":10,"28":388,"281":15,"282":16,"291":20,"292":87,"30":26,"302":2,"31":60,"314":3,"32":19,"33":115,"34":36,"347":32,"35":42,"352":647,"36":125,"37":54,"38":466,"380":1,"381":35,"383":34,"389":2,"39":53,"391":28,"396":3,"397":28,"40":90,"409":32,"41":84,"414":13,"415":62,"419":14,"42":59,"426":7,"43":42,"430":22,"431":1,"433":3,"434":1,"44":30,"45":45,"46":171,"48":73,"49":52,"5":766,"51":38,"52":56,"53":45,"56":7,"570":3,"6":118,"63":26,"7":451,"79":40,"8":229,"80":20,"9":158,"all_client":83971,"all_tv_clinet":12561,"insert_time":"2014-08-20T06:58:25.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71336,"10":21,"107":456,"11":428,"12":135,"13":368,"14":78,"15":112,"155":25,"156":17,"158":40,"159":30,"16":87,"160":9,"161":150,"167":38,"168":6,"17":180,"18":523,"19":355,"20":94,"209":46,"21":620,"210":7,"211":7,"214":21,"215":87,"221":231,"223":537,"224":159,"225":511,"23":286,"24":1020,"25":449,"257":64,"26":59,"268":8,"27":78,"273":78,"276":20,"279":10,"28":393,"281":16,"282":18,"291":21,"292":84,"30":27,"302":2,"31":64,"314":3,"32":18,"33":112,"34":41,"347":31,"35":48,"352":659,"36":123,"37":55,"38":475,"380":1,"381":37,"383":34,"389":3,"39":55,"391":29,"396":2,"397":29,"40":77,"409":31,"41":90,"414":13,"415":63,"419":14,"42":60,"426":7,"43":42,"430":19,"431":1,"433":2,"434":1,"44":30,"45":45,"46":164,"48":75,"49":50,"5":761,"51":39,"52":55,"53":43,"56":7,"570":4,"6":124,"63":26,"7":452,"79":36,"8":238,"80":20,"9":161,"all_client":83916,"all_tv_clinet":12580,"insert_time":"2014-08-20T06:59:26.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71463,"10":21,"107":458,"11":430,"12":133,"13":366,"14":74,"15":116,"155":25,"156":17,"158":39,"159":30,"16":91,"160":9,"161":142,"167":38,"168":7,"17":188,"18":511,"19":329,"20":95,"209":48,"21":614,"210":6,"211":7,"214":20,"215":81,"221":224,"223":545,"224":151,"225":516,"23":282,"24":1039,"25":450,"257":66,"26":54,"268":8,"27":80,"273":74,"276":21,"279":10,"28":396,"281":16,"282":19,"291":21,"292":81,"30":26,"302":2,"31":66,"314":4,"32":18,"33":115,"34":43,"347":30,"35":47,"352":657,"36":119,"37":51,"38":480,"380":2,"381":38,"383":35,"389":3,"39":58,"391":28,"396":2,"397":28,"40":72,"409":27,"41":89,"414":13,"415":61,"419":15,"42":62,"426":6,"43":42,"430":18,"431":1,"433":2,"434":1,"44":31,"45":45,"46":153,"48":73,"49":47,"5":751,"51":36,"52":57,"53":44,"56":8,"570":4,"6":125,"63":27,"7":454,"79":37,"8":236,"80":22,"9":159,"all_client":83981,"all_tv_clinet":12518,"insert_time":"2014-08-20T07:00:26.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71536,"10":20,"107":479,"11":446,"12":139,"13":365,"14":67,"15":119,"155":25,"156":13,"158":38,"159":35,"16":90,"160":9,"161":124,"167":36,"168":7,"17":190,"18":495,"19":315,"20":93,"209":55,"21":616,"210":6,"211":5,"214":21,"215":78,"221":223,"223":544,"224":138,"225":511,"23":282,"24":1061,"25":464,"257":61,"26":55,"268":7,"27":81,"273":72,"276":21,"279":9,"28":391,"281":19,"282":15,"291":22,"292":87,"30":25,"302":2,"31":63,"314":4,"32":19,"33":115,"34":45,"347":27,"35":47,"352":647,"36":127,"37":50,"38":472,"380":2,"381":42,"383":38,"389":4,"39":58,"391":27,"396":1,"397":28,"40":62,"409":27,"41":95,"414":11,"415":63,"419":17,"42":61,"426":6,"43":45,"430":16,"433":2,"434":1,"44":33,"45":49,"46":149,"48":75,"49":41,"5":735,"51":37,"52":58,"53":44,"56":8,"570":4,"6":121,"63":29,"7":456,"79":32,"8":241,"80":22,"9":162,"all_client":84030,"all_tv_clinet":12494,"insert_time":"2014-08-20T07:01:27.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71440,"10":21,"107":476,"11":442,"12":136,"13":361,"14":68,"15":122,"155":25,"156":12,"158":35,"159":38,"16":94,"160":9,"161":123,"167":35,"168":7,"17":193,"18":489,"19":310,"20":94,"209":57,"21":625,"210":6,"211":5,"214":22,"215":80,"221":234,"223":551,"224":125,"225":509,"23":288,"24":1079,"25":453,"257":59,"26":53,"268":6,"27":86,"273":69,"276":19,"279":9,"28":396,"281":20,"282":12,"291":21,"292":90,"30":27,"302":2,"31":64,"314":4,"32":16,"33":114,"34":46,"347":23,"35":44,"352":645,"36":121,"37":51,"38":465,"380":2,"381":40,"383":40,"389":4,"39":60,"391":23,"396":1,"397":28,"40":54,"409":25,"41":96,"414":12,"415":61,"419":17,"42":63,"426":5,"43":42,"430":16,"433":2,"44":34,"45":48,"46":143,"48":75,"49":38,"5":755,"51":38,"52":58,"53":43,"56":9,"570":4,"6":122,"63":30,"7":455,"79":28,"8":243,"80":25,"9":162,"all_client":83927,"all_tv_clinet":12487,"insert_time":"2014-08-20T07:02:27.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71423,"10":21,"107":454,"11":443,"12":138,"13":369,"14":66,"15":121,"155":25,"156":12,"158":34,"159":41,"16":91,"160":9,"161":125,"167":34,"168":7,"17":196,"18":480,"19":305,"20":98,"209":56,"21":630,"210":7,"211":5,"214":22,"215":76,"221":242,"223":553,"224":122,"225":515,"23":290,"24":1080,"25":451,"257":58,"26":50,"268":7,"27":85,"273":72,"276":19,"279":10,"28":400,"281":21,"282":10,"291":20,"292":97,"30":27,"302":2,"31":63,"314":3,"32":17,"33":115,"34":46,"347":22,"35":47,"352":630,"36":120,"37":50,"38":473,"380":3,"381":38,"383":38,"389":4,"39":62,"391":22,"396":1,"397":28,"40":49,"409":22,"41":99,"414":13,"415":62,"419":18,"42":66,"426":5,"43":40,"430":16,"433":2,"44":35,"45":48,"46":139,"48":76,"49":38,"5":752,"51":38,"52":66,"53":42,"56":9,"570":4,"6":126,"63":29,"7":461,"79":25,"8":239,"80":25,"9":160,"all_client":83905,"all_tv_clinet":12482,"insert_time":"2014-08-20T07:03:28.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71434,"10":21,"107":464,"11":446,"12":128,"13":378,"14":66,"15":124,"155":25,"156":12,"158":31,"159":41,"16":90,"160":8,"161":132,"167":33,"168":8,"17":202,"18":489,"19":298,"20":96,"209":56,"21":627,"210":8,"211":6,"214":21,"215":72,"221":237,"223":548,"224":113,"225":529,"23":293,"24":1072,"25":447,"257":58,"26":44,"268":7,"27":89,"273":70,"276":20,"279":10,"28":402,"281":19,"282":12,"291":20,"292":101,"30":30,"302":3,"31":64,"314":4,"32":16,"33":121,"34":48,"347":20,"35":50,"352":617,"36":111,"37":47,"38":468,"380":3,"381":35,"383":36,"389":5,"39":63,"391":21,"397":28,"40":47,"409":26,"41":98,"414":13,"415":59,"419":18,"42":69,"426":5,"43":39,"430":15,"433":2,"44":37,"45":53,"46":135,"48":77,"49":38,"5":761,"51":40,"52":65,"53":38,"56":11,"570":4,"6":121,"63":28,"7":458,"79":26,"8":242,"80":25,"9":159,"all_client":83906,"all_tv_clinet":12472,"insert_time":"2014-08-20T07:04:29.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71378,"10":19,"107":465,"11":456,"12":126,"13":379,"14":65,"15":126,"155":23,"156":13,"158":32,"159":41,"16":89,"160":8,"161":139,"167":34,"168":9,"17":208,"18":491,"19":298,"20":96,"209":59,"21":633,"210":9,"211":6,"214":19,"215":70,"221":228,"223":551,"224":105,"225":528,"23":294,"24":1057,"25":451,"257":65,"26":44,"268":7,"27":91,"273":75,"276":20,"279":10,"28":394,"281":19,"282":11,"291":19,"292":105,"30":31,"302":3,"31":65,"314":4,"32":16,"33":127,"34":50,"347":19,"35":48,"352":608,"36":109,"37":46,"38":479,"380":3,"381":34,"383":35,"389":5,"39":60,"391":22,"397":27,"40":46,"409":25,"41":98,"414":11,"415":57,"419":19,"42":69,"426":7,"43":38,"430":15,"433":2,"44":37,"45":55,"46":132,"48":73,"49":38,"5":768,"51":38,"52":68,"53":36,"56":13,"570":4,"6":120,"63":27,"7":449,"79":24,"8":245,"80":26,"9":159,"all_client":83855,"all_tv_clinet":12477,"insert_time":"2014-08-20T07:05:29.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71290,"10":17,"107":459,"11":459,"12":127,"13":375,"14":66,"15":127,"155":21,"156":15,"158":33,"159":39,"16":87,"160":10,"161":147,"167":35,"168":9,"17":209,"18":487,"19":291,"20":90,"209":64,"21":644,"210":7,"211":4,"214":18,"215":66,"221":226,"223":562,"224":99,"225":522,"23":289,"24":1043,"25":439,"257":63,"26":45,"268":5,"27":89,"273":78,"276":20,"279":9,"28":393,"281":19,"282":10,"291":19,"292":107,"30":32,"302":3,"31":62,"314":5,"32":16,"33":131,"34":54,"347":17,"35":49,"352":610,"36":107,"37":42,"38":483,"380":4,"381":34,"383":35,"389":5,"39":64,"391":21,"396":1,"397":27,"40":42,"409":30,"41":101,"414":10,"415":52,"419":20,"42":69,"426":7,"43":42,"430":16,"433":2,"44":40,"45":59,"46":129,"48":72,"49":38,"5":771,"51":41,"52":68,"53":41,"56":14,"570":3,"6":115,"63":28,"7":443,"79":24,"8":244,"80":26,"9":160,"all_client":83742,"all_tv_clinet":12452,"insert_time":"2014-08-20T07:06:30.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71321,"10":15,"107":454,"11":473,"12":126,"13":374,"14":66,"15":128,"155":19,"156":14,"158":32,"159":38,"16":86,"160":9,"161":157,"167":35,"168":9,"17":216,"18":478,"19":287,"20":92,"209":65,"21":643,"210":7,"211":4,"214":18,"215":64,"221":221,"223":563,"224":96,"225":521,"23":287,"24":1047,"25":420,"257":61,"26":44,"268":4,"27":93,"273":78,"276":20,"279":10,"28":393,"281":18,"282":9,"291":19,"292":107,"30":34,"302":4,"31":60,"314":5,"32":18,"33":134,"34":51,"347":15,"35":50,"352":613,"36":113,"37":39,"38":488,"380":5,"381":33,"383":30,"389":4,"39":63,"391":23,"396":1,"397":26,"40":42,"409":28,"41":101,"414":9,"415":53,"419":21,"42":69,"426":5,"43":39,"430":16,"433":2,"44":41,"45":60,"46":126,"48":76,"49":38,"5":776,"51":42,"52":68,"53":43,"56":13,"570":3,"6":116,"63":29,"7":424,"79":25,"8":243,"80":25,"9":159,"all_client":83742,"all_tv_clinet":12421,"insert_time":"2014-08-20T07:07:30.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71235,"10":14,"107":448,"11":478,"12":131,"13":372,"14":69,"15":121,"155":16,"156":13,"158":31,"159":39,"16":83,"160":9,"161":153,"167":37,"168":10,"17":219,"18":470,"19":285,"20":94,"209":72,"21":641,"210":7,"211":4,"214":18,"215":61,"221":225,"223":555,"224":91,"225":511,"23":289,"24":1037,"25":390,"257":58,"26":44,"268":5,"27":97,"273":72,"276":21,"279":8,"28":406,"281":18,"282":9,"291":19,"292":110,"30":35,"302":4,"31":50,"314":5,"32":17,"33":133,"34":50,"347":16,"35":50,"352":617,"36":113,"37":36,"38":480,"380":5,"381":34,"383":30,"389":5,"39":65,"391":24,"396":1,"397":26,"40":50,"409":30,"41":96,"414":9,"415":57,"419":21,"42":70,"426":4,"43":42,"430":16,"433":2,"44":42,"45":66,"46":135,"48":80,"49":37,"5":772,"51":44,"52":67,"53":44,"56":11,"570":4,"6":130,"63":30,"7":418,"79":23,"8":249,"80":25,"9":161,"all_client":83626,"all_tv_clinet":12391,"insert_time":"2014-08-20T07:08:31.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71206,"10":14,"107":454,"11":490,"12":137,"13":382,"14":67,"15":115,"155":16,"156":13,"158":29,"159":38,"16":86,"160":8,"161":157,"167":34,"168":10,"17":222,"18":469,"19":288,"20":94,"209":72,"21":642,"210":7,"211":3,"214":19,"215":58,"221":230,"223":541,"224":87,"225":497,"23":291,"24":1047,"25":363,"257":56,"26":44,"268":6,"27":95,"273":70,"276":20,"279":9,"28":413,"281":18,"282":9,"291":20,"292":103,"30":38,"302":4,"31":44,"314":5,"32":18,"33":132,"34":51,"347":13,"35":54,"352":631,"36":114,"37":32,"38":475,"380":5,"381":35,"383":28,"389":5,"39":63,"391":24,"396":2,"397":27,"40":56,"409":34,"41":96,"414":8,"415":56,"419":22,"42":70,"426":4,"43":45,"430":17,"433":3,"44":43,"45":68,"46":139,"48":82,"49":35,"5":773,"51":41,"52":66,"53":49,"56":12,"570":5,"6":138,"63":32,"7":408,"79":23,"8":255,"80":24,"9":159,"all_client":83612,"all_tv_clinet":12406,"insert_time":"2014-08-20T07:09:31.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71107,"10":14,"107":435,"11":473,"12":142,"13":398,"14":76,"15":108,"155":14,"156":13,"158":27,"159":38,"16":88,"160":8,"161":160,"167":35,"168":10,"17":222,"18":470,"19":284,"20":94,"209":75,"21":664,"210":8,"211":3,"214":20,"215":58,"221":222,"223":515,"224":89,"225":463,"23":299,"24":1052,"25":347,"257":53,"26":46,"268":6,"27":99,"273":68,"276":21,"279":8,"28":421,"281":18,"282":9,"291":21,"292":99,"30":36,"302":4,"31":45,"314":4,"32":16,"33":129,"34":55,"347":12,"35":56,"352":655,"36":107,"37":31,"38":459,"380":5,"381":36,"383":28,"389":5,"39":69,"391":25,"396":2,"397":28,"40":63,"409":35,"41":90,"414":7,"415":56,"419":23,"42":72,"426":4,"43":44,"430":17,"433":3,"44":39,"45":74,"46":139,"48":77,"49":38,"5":787,"51":38,"52":72,"53":54,"56":12,"570":4,"6":145,"63":31,"7":417,"79":23,"8":257,"80":25,"9":163,"all_client":83516,"all_tv_clinet":12409,"insert_time":"2014-08-20T07:10:32.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70949,"10":17,"107":428,"11":464,"12":137,"13":397,"14":82,"15":108,"155":15,"156":14,"158":24,"159":40,"16":89,"160":7,"161":166,"167":36,"168":11,"17":232,"18":469,"19":285,"20":93,"209":75,"21":667,"210":9,"211":2,"214":19,"215":56,"221":229,"223":506,"224":89,"225":466,"23":293,"24":1060,"25":338,"257":54,"26":46,"268":7,"27":97,"273":73,"276":20,"279":9,"28":429,"281":14,"282":9,"291":23,"292":85,"30":37,"302":3,"31":39,"314":4,"32":15,"33":122,"34":59,"347":13,"35":56,"352":660,"36":109,"37":31,"38":458,"380":5,"381":36,"383":28,"389":5,"39":68,"391":26,"396":2,"397":29,"40":62,"409":37,"41":80,"414":8,"415":54,"419":22,"42":74,"426":2,"43":42,"430":18,"433":3,"44":43,"45":80,"46":137,"48":71,"49":41,"5":781,"51":37,"52":74,"53":61,"56":13,"570":5,"6":149,"63":32,"7":417,"79":23,"8":251,"80":25,"9":163,"all_client":83348,"all_tv_clinet":12399,"insert_time":"2014-08-20T07:11:33.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70749,"10":17,"107":440,"11":453,"12":135,"13":397,"14":87,"15":103,"155":15,"156":14,"158":22,"159":43,"16":88,"160":6,"161":164,"167":37,"168":10,"17":234,"18":480,"19":271,"20":94,"209":76,"21":670,"210":10,"211":2,"214":19,"215":53,"221":225,"223":514,"224":82,"225":458,"23":296,"24":1075,"25":335,"257":57,"26":46,"268":7,"27":100,"273":69,"276":21,"279":8,"28":431,"281":14,"282":9,"291":23,"292":78,"30":38,"302":3,"31":38,"314":4,"32":14,"33":123,"34":59,"347":13,"35":57,"352":661,"36":112,"37":31,"38":450,"380":5,"381":35,"383":27,"389":5,"39":69,"391":26,"396":2,"397":27,"40":64,"409":46,"41":74,"414":9,"415":51,"419":23,"42":78,"426":2,"43":44,"430":17,"433":3,"44":42,"45":84,"46":137,"48":62,"49":41,"5":787,"51":38,"52":71,"53":59,"56":14,"570":5,"6":147,"63":32,"7":425,"79":22,"8":248,"80":26,"9":165,"all_client":83152,"all_tv_clinet":12403,"insert_time":"2014-08-20T07:12:33.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70348,"10":17,"107":438,"11":444,"12":121,"13":395,"14":93,"15":100,"155":15,"156":13,"158":19,"159":38,"16":87,"160":9,"161":158,"167":37,"168":10,"17":234,"18":477,"19":274,"20":89,"209":80,"21":683,"210":9,"211":2,"214":19,"215":53,"221":218,"223":519,"224":83,"225":455,"23":301,"24":1099,"25":321,"257":56,"26":46,"268":6,"27":102,"273":64,"276":23,"279":6,"28":433,"281":14,"282":8,"291":24,"292":69,"30":39,"302":3,"31":38,"314":4,"32":14,"33":121,"34":60,"347":15,"35":48,"352":651,"36":109,"37":34,"38":450,"380":4,"381":38,"383":27,"389":5,"39":70,"391":25,"396":3,"397":28,"40":66,"409":49,"41":75,"414":9,"415":50,"419":24,"42":79,"426":1,"43":50,"430":19,"433":4,"434":1,"44":44,"45":86,"46":143,"48":60,"49":43,"5":783,"51":37,"52":71,"53":63,"56":15,"570":6,"6":148,"63":32,"7":432,"79":22,"8":255,"80":24,"9":165,"all_client":82751,"all_tv_clinet":12403,"insert_time":"2014-08-20T07:13:34.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70355,"10":14,"107":433,"11":449,"12":116,"13":394,"14":96,"15":90,"155":15,"156":16,"158":18,"159":33,"16":88,"160":10,"161":142,"167":35,"168":10,"17":234,"18":468,"19":275,"20":92,"209":80,"21":691,"210":9,"211":2,"214":22,"215":56,"221":218,"223":521,"224":81,"225":442,"23":318,"24":1103,"25":318,"257":57,"26":46,"268":5,"27":104,"273":61,"276":23,"279":6,"28":430,"281":14,"282":8,"291":22,"292":68,"30":49,"302":1,"31":35,"314":4,"32":14,"33":119,"34":62,"347":13,"35":47,"352":647,"36":111,"37":30,"38":458,"380":4,"381":37,"383":25,"389":5,"39":73,"391":26,"396":3,"397":26,"40":72,"409":52,"41":72,"414":7,"415":47,"419":25,"42":77,"426":3,"43":53,"430":20,"433":4,"434":1,"44":46,"45":85,"46":155,"48":58,"49":41,"5":781,"51":37,"52":73,"53":61,"56":14,"570":4,"6":144,"63":33,"7":438,"79":24,"8":255,"80":21,"9":154,"all_client":82734,"all_tv_clinet":12379,"insert_time":"2014-08-20T07:14:34.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70472,"10":15,"107":422,"11":447,"12":106,"13":399,"14":98,"15":94,"155":16,"156":17,"158":17,"159":31,"16":90,"160":11,"161":133,"167":34,"168":10,"17":232,"18":463,"19":274,"20":91,"209":80,"21":694,"210":11,"211":2,"214":22,"215":57,"221":218,"223":526,"224":80,"225":438,"23":319,"24":1110,"25":306,"257":57,"26":45,"268":4,"27":105,"273":53,"276":22,"279":6,"28":425,"281":14,"282":6,"291":20,"292":66,"30":50,"302":1,"31":35,"314":4,"32":12,"33":113,"34":62,"347":10,"35":44,"352":656,"36":114,"37":28,"38":447,"380":4,"381":37,"383":27,"389":5,"39":72,"391":25,"396":3,"397":25,"40":73,"409":53,"41":71,"414":8,"415":46,"419":27,"42":77,"426":2,"43":57,"430":21,"433":3,"434":1,"44":47,"45":85,"46":151,"48":56,"49":40,"5":770,"51":36,"52":74,"53":66,"56":16,"570":7,"6":145,"63":33,"7":434,"79":25,"8":261,"80":20,"9":149,"all_client":82786,"all_tv_clinet":12314,"insert_time":"2014-08-20T07:15:35.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70399,"10":16,"107":421,"11":450,"12":102,"13":408,"14":106,"15":88,"155":15,"156":18,"158":18,"159":33,"16":89,"160":11,"161":126,"167":34,"168":10,"17":237,"18":462,"19":274,"20":96,"209":78,"21":695,"210":11,"211":2,"214":22,"215":57,"221":222,"223":525,"224":82,"225":428,"23":308,"24":1106,"25":296,"257":59,"26":44,"268":4,"27":105,"273":48,"276":21,"279":7,"28":423,"281":15,"282":6,"291":20,"292":64,"30":50,"302":1,"31":37,"314":4,"32":12,"33":119,"34":64,"347":10,"35":41,"352":668,"36":108,"37":23,"38":437,"380":4,"381":39,"383":25,"389":5,"39":76,"391":24,"396":2,"397":25,"40":73,"409":52,"41":68,"414":8,"415":44,"419":28,"42":75,"426":2,"43":54,"430":21,"433":3,"434":1,"44":48,"45":83,"46":153,"48":55,"49":42,"5":760,"51":33,"52":73,"53":68,"56":18,"570":7,"6":140,"63":32,"7":437,"79":24,"8":262,"80":20,"9":144,"all_client":82663,"all_tv_clinet":12264,"insert_time":"2014-08-20T07:16:35.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70532,"10":16,"107":424,"11":464,"12":96,"13":407,"14":113,"15":80,"155":14,"156":17,"158":21,"159":34,"16":86,"160":10,"161":123,"167":33,"168":11,"17":235,"18":471,"19":277,"20":95,"209":76,"21":717,"210":11,"214":22,"215":61,"221":223,"223":528,"224":80,"225":429,"23":293,"24":1129,"25":291,"257":55,"26":43,"268":3,"27":105,"273":44,"276":22,"279":8,"28":421,"281":18,"282":6,"291":23,"292":59,"30":50,"302":1,"31":36,"314":5,"32":13,"33":124,"34":66,"347":10,"35":31,"352":660,"36":100,"37":25,"38":436,"380":6,"381":36,"383":28,"389":4,"39":76,"391":23,"396":1,"397":25,"40":72,"409":58,"41":63,"414":7,"415":46,"419":27,"42":73,"426":2,"43":56,"430":24,"433":4,"434":1,"44":52,"45":83,"46":160,"48":51,"49":43,"5":758,"51":34,"52":72,"53":73,"56":21,"570":5,"6":136,"63":32,"7":440,"79":26,"8":271,"80":18,"9":141,"all_client":82831,"all_tv_clinet":12299,"insert_time":"2014-08-20T07:17:36.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70439,"10":16,"107":414,"11":472,"12":93,"13":406,"14":114,"15":83,"155":14,"156":15,"158":21,"159":32,"16":84,"160":10,"161":128,"167":34,"168":11,"17":242,"18":466,"19":282,"20":96,"209":73,"21":727,"210":10,"214":22,"215":63,"221":221,"223":527,"224":74,"225":417,"23":292,"24":1107,"25":286,"257":56,"26":45,"268":3,"27":105,"273":45,"276":20,"279":8,"28":409,"281":18,"282":5,"291":23,"292":57,"30":50,"302":1,"31":34,"314":4,"32":14,"33":127,"34":64,"347":10,"35":28,"352":667,"36":103,"37":29,"38":439,"380":6,"381":35,"383":29,"389":4,"39":73,"391":22,"396":1,"397":25,"40":73,"409":61,"41":61,"414":5,"415":46,"419":27,"42":78,"426":2,"43":60,"430":22,"433":4,"434":1,"44":53,"45":81,"46":164,"48":51,"49":45,"5":760,"51":34,"52":72,"53":74,"56":21,"570":5,"6":134,"63":32,"7":441,"79":28,"8":275,"80":18,"9":138,"all_client":82716,"all_tv_clinet":12277,"insert_time":"2014-08-20T07:18:36.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70260,"10":14,"107":414,"11":474,"12":90,"13":406,"14":113,"15":83,"155":13,"156":14,"158":21,"159":32,"16":81,"160":9,"161":130,"167":34,"168":12,"17":243,"18":463,"19":282,"20":99,"209":72,"21":716,"210":11,"214":23,"215":59,"221":222,"223":526,"224":73,"225":414,"23":282,"24":1090,"25":294,"257":56,"26":47,"268":3,"27":102,"273":48,"276":20,"279":8,"28":390,"281":17,"282":5,"291":24,"292":53,"30":50,"302":1,"31":34,"314":4,"32":13,"33":126,"34":62,"347":11,"35":28,"352":674,"36":100,"37":30,"38":439,"380":6,"381":31,"383":29,"389":4,"39":75,"391":23,"396":2,"397":25,"40":76,"409":63,"41":56,"414":6,"415":44,"419":26,"42":78,"426":2,"43":62,"430":23,"433":4,"434":1,"44":55,"45":87,"46":168,"48":51,"49":45,"5":755,"51":36,"52":75,"53":77,"56":24,"570":5,"6":136,"63":33,"7":443,"79":24,"8":268,"80":18,"9":131,"all_client":82481,"all_tv_clinet":12221,"insert_time":"2014-08-20T07:19:37.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70279,"10":14,"107":409,"11":470,"12":79,"13":416,"14":103,"15":91,"155":14,"156":14,"158":23,"159":28,"16":79,"160":8,"161":148,"167":31,"168":12,"17":249,"18":456,"19":292,"20":100,"209":77,"21":709,"210":14,"214":24,"215":60,"221":227,"223":537,"224":72,"225":393,"23":273,"24":1071,"25":308,"257":50,"26":48,"268":4,"27":104,"273":54,"276":19,"279":7,"28":371,"281":19,"282":6,"291":22,"292":56,"30":49,"302":1,"31":37,"314":5,"32":12,"33":124,"34":63,"347":10,"35":29,"352":683,"36":101,"37":30,"38":434,"380":6,"381":28,"383":31,"389":4,"39":73,"391":24,"396":2,"397":25,"40":74,"409":63,"41":54,"414":6,"415":47,"419":27,"42":80,"426":1,"43":65,"430":23,"433":3,"434":1,"44":57,"45":92,"46":163,"48":53,"49":45,"5":757,"51":41,"52":78,"53":73,"56":23,"570":5,"6":137,"63":33,"7":444,"79":21,"8":269,"80":18,"9":132,"all_client":82496,"all_tv_clinet":12217,"insert_time":"2014-08-20T07:20:37.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69429,"10":12,"107":408,"11":466,"12":76,"13":412,"14":96,"15":88,"155":14,"156":11,"158":26,"159":29,"16":82,"160":6,"161":149,"167":31,"168":12,"17":245,"18":462,"19":299,"20":98,"209":76,"21":711,"210":15,"214":22,"215":58,"221":215,"223":523,"224":71,"225":382,"23":264,"24":1043,"25":315,"257":46,"26":46,"268":4,"27":103,"273":55,"276":19,"279":6,"28":352,"281":19,"282":6,"291":21,"292":60,"30":47,"302":2,"31":37,"314":5,"32":10,"33":127,"34":66,"347":10,"35":29,"352":685,"36":103,"37":34,"38":436,"380":7,"381":25,"383":32,"389":4,"39":73,"391":26,"396":2,"397":25,"40":78,"409":56,"41":50,"414":6,"415":47,"419":26,"42":82,"426":1,"43":62,"430":23,"433":3,"434":1,"44":58,"45":92,"46":160,"48":52,"49":51,"5":754,"51":44,"52":79,"53":72,"56":21,"570":4,"6":140,"63":32,"7":436,"79":20,"8":269,"80":17,"9":127,"all_client":81531,"all_tv_clinet":12102,"insert_time":"2014-08-20T07:21:38.317Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68782,"10":10,"107":404,"11":459,"12":73,"13":404,"14":86,"15":93,"155":15,"156":10,"158":26,"159":27,"16":82,"160":5,"161":156,"167":30,"168":12,"17":241,"18":460,"19":300,"20":98,"209":79,"21":713,"210":16,"214":20,"215":61,"221":218,"223":519,"224":72,"225":378,"23":264,"24":1003,"25":323,"257":45,"26":43,"268":4,"27":108,"273":51,"276":19,"279":6,"28":341,"281":17,"282":7,"291":18,"292":62,"30":50,"302":3,"31":33,"314":5,"32":10,"33":125,"34":67,"347":9,"35":28,"352":668,"36":100,"37":40,"38":442,"380":7,"381":27,"383":32,"389":4,"39":72,"391":26,"396":3,"397":23,"40":77,"409":50,"41":47,"414":5,"415":46,"419":27,"42":79,"426":1,"43":66,"430":25,"433":3,"434":1,"44":60,"45":89,"46":158,"48":48,"49":52,"5":738,"51":43,"52":76,"53":71,"56":23,"570":4,"6":140,"63":31,"7":435,"79":19,"8":263,"80":16,"9":126,"all_client":80753,"all_tv_clinet":11971,"insert_time":"2014-08-20T07:22:38.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68670,"10":11,"107":400,"11":459,"12":73,"13":399,"14":78,"15":102,"155":15,"156":12,"158":27,"159":28,"16":86,"160":7,"161":164,"167":33,"168":13,"17":241,"18":473,"19":305,"20":101,"209":79,"21":705,"210":21,"214":16,"215":65,"221":223,"223":510,"224":72,"225":385,"23":263,"24":961,"25":324,"257":42,"26":42,"268":3,"27":105,"273":55,"276":18,"279":6,"28":330,"281":15,"282":5,"291":14,"292":69,"30":48,"302":3,"31":31,"314":4,"32":9,"33":123,"34":68,"347":7,"35":27,"352":657,"36":105,"37":47,"38":444,"380":6,"381":28,"383":29,"389":4,"39":75,"391":26,"396":4,"397":23,"40":80,"409":43,"41":47,"414":6,"415":46,"419":28,"42":81,"426":1,"43":65,"430":24,"433":4,"434":1,"44":60,"45":75,"46":154,"48":54,"49":56,"5":733,"51":42,"52":73,"53":72,"56":22,"570":4,"6":141,"63":31,"7":436,"79":21,"8":263,"80":16,"9":123,"all_client":80595,"all_tv_clinet":11925,"insert_time":"2014-08-20T07:23:39.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66014,"10":13,"107":385,"11":425,"12":72,"13":380,"14":73,"15":103,"155":17,"156":11,"158":26,"159":25,"16":83,"160":6,"161":158,"167":31,"168":12,"17":234,"18":462,"19":307,"20":96,"209":78,"21":685,"210":24,"214":15,"215":67,"221":222,"223":478,"224":67,"225":372,"23":249,"24":891,"25":314,"257":39,"26":40,"268":4,"27":101,"273":58,"276":17,"279":6,"28":306,"281":15,"282":4,"291":13,"292":64,"30":46,"302":3,"31":28,"314":4,"32":10,"33":119,"34":64,"347":7,"35":24,"352":604,"36":102,"37":46,"38":428,"380":6,"381":27,"383":28,"389":4,"39":80,"391":24,"396":4,"397":24,"40":77,"409":35,"41":45,"414":6,"415":47,"419":28,"42":79,"426":1,"43":58,"430":26,"433":4,"434":1,"44":60,"45":66,"46":154,"48":56,"49":59,"5":701,"51":40,"52":73,"53":66,"56":21,"570":4,"6":137,"63":31,"7":429,"79":17,"8":257,"80":13,"9":114,"all_client":77449,"all_tv_clinet":11435,"insert_time":"2014-08-20T07:24:40.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63670,"10":11,"107":361,"11":427,"12":69,"13":358,"14":71,"15":103,"155":18,"156":11,"158":24,"159":23,"16":77,"160":5,"161":153,"167":30,"168":12,"17":231,"18":446,"19":295,"20":90,"209":81,"21":663,"210":25,"214":13,"215":68,"221":216,"223":460,"224":62,"225":364,"23":231,"24":842,"25":312,"257":37,"26":37,"268":4,"27":89,"273":59,"276":18,"279":7,"28":289,"281":12,"282":4,"291":13,"292":62,"30":44,"302":3,"31":26,"314":3,"32":9,"33":118,"34":60,"347":7,"35":22,"352":564,"36":101,"37":49,"38":411,"380":6,"381":25,"383":24,"389":4,"39":76,"391":24,"396":4,"397":23,"40":75,"409":34,"41":40,"414":6,"415":45,"419":28,"42":70,"426":1,"43":54,"430":24,"433":4,"434":1,"44":58,"45":53,"46":148,"48":59,"49":57,"5":668,"51":39,"52":71,"53":64,"56":21,"570":4,"6":136,"63":30,"7":410,"79":20,"8":255,"80":11,"9":109,"all_client":74651,"all_tv_clinet":10981,"insert_time":"2014-08-20T07:25:40.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63750,"10":12,"107":364,"11":428,"12":70,"13":364,"14":75,"15":101,"155":18,"156":10,"158":24,"159":21,"16":78,"160":5,"161":147,"167":29,"168":11,"17":232,"18":442,"19":294,"20":89,"209":77,"21":659,"210":27,"214":13,"215":68,"221":206,"223":471,"224":62,"225":362,"23":226,"24":843,"25":320,"257":34,"26":39,"268":5,"27":77,"273":70,"276":18,"279":6,"28":284,"281":11,"282":6,"291":13,"292":58,"30":45,"302":3,"31":26,"314":3,"32":10,"33":119,"34":59,"347":8,"35":23,"352":577,"36":104,"37":53,"38":400,"380":7,"381":27,"383":22,"389":4,"39":78,"391":23,"396":4,"397":24,"40":74,"409":33,"41":40,"414":7,"415":48,"419":30,"42":74,"426":1,"43":50,"430":25,"433":4,"434":1,"44":61,"45":50,"46":151,"48":62,"49":59,"5":668,"51":44,"52":71,"53":60,"56":21,"570":4,"6":136,"63":28,"7":404,"79":22,"8":249,"80":11,"9":117,"all_client":74743,"all_tv_clinet":10993,"insert_time":"2014-08-20T07:26:41.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64042,"10":11,"107":370,"11":434,"12":71,"13":360,"14":73,"15":102,"155":18,"156":11,"158":24,"159":21,"16":75,"160":5,"161":147,"167":31,"168":11,"17":237,"18":440,"19":292,"20":92,"209":81,"21":659,"210":26,"214":14,"215":66,"221":205,"223":483,"224":66,"225":367,"23":229,"24":845,"25":328,"257":33,"26":40,"268":5,"27":71,"273":67,"276":18,"279":6,"28":279,"281":11,"282":6,"291":12,"292":55,"30":46,"302":3,"31":26,"314":4,"32":12,"33":121,"34":63,"347":8,"35":26,"352":572,"36":100,"37":55,"38":398,"380":5,"381":28,"383":23,"389":4,"39":81,"391":23,"396":4,"397":24,"40":74,"409":36,"41":43,"414":8,"415":48,"419":30,"42":64,"426":1,"43":53,"430":26,"433":5,"434":1,"44":63,"45":48,"46":152,"48":64,"49":64,"5":662,"51":42,"52":65,"53":60,"56":21,"570":4,"6":133,"63":27,"7":410,"79":24,"8":251,"80":12,"9":116,"all_client":75072,"all_tv_clinet":11030,"insert_time":"2014-08-20T07:27:41.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64280,"10":13,"107":376,"11":435,"12":75,"13":361,"14":71,"15":101,"155":19,"156":12,"158":23,"159":21,"16":77,"160":5,"161":140,"167":32,"168":11,"17":229,"18":440,"19":289,"20":93,"209":79,"21":659,"210":24,"214":14,"215":65,"221":196,"223":493,"224":73,"225":374,"23":235,"24":864,"25":328,"257":30,"26":43,"268":5,"27":68,"273":67,"276":18,"279":6,"28":276,"281":13,"282":6,"291":12,"292":55,"30":43,"302":2,"306":1,"31":26,"314":5,"317":1,"32":10,"33":120,"34":66,"347":9,"35":28,"352":570,"36":99,"37":58,"38":403,"380":4,"381":29,"383":22,"389":5,"39":84,"391":22,"396":2,"397":24,"40":74,"409":37,"41":39,"414":7,"415":49,"419":30,"42":60,"426":1,"43":56,"430":27,"433":5,"434":1,"44":65,"45":47,"46":154,"48":67,"49":66,"5":676,"51":43,"52":62,"53":59,"56":22,"570":4,"6":134,"63":27,"7":418,"79":23,"8":254,"80":13,"9":115,"all_client":75374,"all_tv_clinet":11094,"insert_time":"2014-08-20T07:28:42.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64388,"10":14,"107":390,"11":423,"12":74,"13":359,"14":72,"15":112,"155":19,"156":12,"158":25,"159":20,"16":78,"160":8,"161":136,"167":33,"168":10,"17":209,"18":453,"19":294,"20":97,"209":82,"21":659,"210":23,"214":13,"215":61,"221":191,"223":493,"224":81,"225":388,"23":227,"24":885,"25":337,"257":29,"26":52,"268":5,"27":61,"273":60,"276":21,"279":7,"28":267,"281":14,"282":7,"291":12,"292":55,"30":38,"302":2,"306":1,"31":24,"314":6,"317":1,"32":8,"33":120,"34":67,"347":8,"35":27,"352":553,"36":97,"37":61,"38":400,"380":4,"381":26,"383":23,"389":5,"39":83,"391":20,"396":3,"397":26,"40":73,"409":42,"41":38,"414":6,"415":46,"419":28,"42":56,"426":2,"43":57,"430":28,"433":4,"434":1,"44":65,"45":48,"46":156,"48":71,"49":65,"5":669,"51":39,"52":53,"53":61,"56":21,"570":7,"6":135,"63":28,"7":416,"79":24,"8":254,"80":14,"9":111,"all_client":75477,"all_tv_clinet":11089,"insert_time":"2014-08-20T07:29:43.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64705,"10":15,"107":392,"11":423,"12":76,"13":365,"14":76,"15":114,"155":19,"156":9,"158":25,"159":20,"16":79,"160":8,"161":128,"167":32,"168":11,"17":195,"18":460,"19":290,"20":99,"209":78,"21":657,"210":23,"214":11,"215":61,"221":193,"223":492,"224":93,"225":391,"23":220,"24":899,"25":342,"257":30,"26":56,"268":5,"27":58,"273":55,"276":23,"279":7,"28":270,"281":13,"282":9,"291":12,"292":53,"30":37,"302":2,"306":1,"31":25,"314":5,"317":1,"32":9,"33":126,"34":64,"347":7,"35":27,"352":559,"36":98,"37":63,"38":393,"380":4,"381":27,"383":24,"389":5,"39":88,"391":21,"396":3,"397":26,"40":70,"409":45,"41":39,"414":5,"415":45,"419":26,"42":48,"426":3,"43":59,"430":29,"433":4,"434":1,"44":61,"45":48,"46":160,"48":73,"49":65,"5":686,"51":40,"52":49,"53":61,"56":22,"570":6,"6":130,"63":28,"7":416,"79":24,"8":258,"80":14,"9":111,"all_client":75833,"all_tv_clinet":11128,"insert_time":"2014-08-20T07:30:43.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64868,"10":16,"107":388,"11":432,"12":78,"13":373,"14":79,"15":126,"155":19,"156":10,"158":24,"159":21,"16":80,"160":8,"161":130,"167":32,"168":11,"17":188,"18":472,"19":287,"20":104,"209":79,"21":672,"210":23,"214":12,"215":60,"221":196,"223":493,"224":100,"225":395,"23":222,"24":910,"25":340,"257":32,"26":62,"268":5,"27":51,"273":57,"276":24,"279":6,"28":273,"281":12,"282":9,"291":12,"292":52,"30":36,"302":2,"306":1,"31":26,"314":4,"317":1,"32":9,"33":127,"34":66,"347":7,"35":24,"352":559,"36":98,"37":64,"38":390,"380":4,"381":27,"383":24,"389":3,"39":89,"391":20,"396":2,"397":27,"40":69,"409":47,"41":40,"414":5,"415":42,"419":22,"42":48,"426":3,"43":60,"430":30,"433":4,"434":1,"44":59,"45":50,"46":157,"48":71,"49":65,"5":689,"51":39,"52":44,"53":61,"56":24,"570":6,"6":125,"63":28,"7":411,"79":24,"8":253,"80":13,"9":113,"all_client":76056,"all_tv_clinet":11188,"insert_time":"2014-08-20T07:31:44.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64918,"10":16,"107":385,"11":451,"12":79,"13":380,"14":80,"15":133,"155":18,"156":10,"158":25,"159":23,"16":77,"160":6,"161":134,"167":33,"168":11,"17":179,"18":486,"19":277,"20":106,"209":81,"21":676,"210":19,"214":11,"215":59,"221":191,"223":502,"224":105,"225":405,"23":218,"24":924,"25":346,"257":34,"26":62,"268":4,"27":49,"273":59,"276":22,"279":6,"28":279,"281":10,"282":9,"291":14,"292":48,"30":36,"302":2,"306":1,"31":30,"314":3,"317":1,"32":8,"33":128,"34":63,"347":6,"35":25,"352":558,"36":97,"37":60,"38":402,"380":4,"381":27,"383":24,"389":3,"39":91,"391":20,"396":2,"397":26,"40":71,"409":39,"41":41,"414":6,"415":39,"419":21,"42":48,"426":2,"43":60,"430":29,"433":5,"434":1,"44":58,"45":49,"46":151,"48":66,"49":68,"5":706,"51":45,"52":44,"53":56,"56":26,"570":5,"6":113,"63":28,"7":404,"79":25,"8":246,"80":12,"9":115,"all_client":76156,"all_tv_clinet":11238,"insert_time":"2014-08-20T07:32:44.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65139,"10":16,"107":384,"11":459,"12":83,"13":381,"14":80,"15":141,"155":17,"156":10,"158":24,"159":21,"16":78,"160":7,"161":137,"167":34,"168":11,"17":170,"18":502,"19":283,"20":105,"209":83,"21":676,"210":19,"214":12,"215":58,"221":189,"223":504,"224":108,"225":404,"23":222,"24":934,"25":352,"257":36,"26":72,"268":5,"27":45,"273":59,"276":22,"279":5,"28":278,"281":9,"282":10,"291":16,"292":51,"30":35,"302":3,"306":1,"31":33,"314":5,"317":1,"32":7,"33":117,"34":67,"347":7,"35":25,"352":564,"36":96,"37":57,"38":402,"380":5,"381":26,"383":24,"389":3,"39":79,"391":21,"396":1,"397":27,"40":70,"409":35,"41":42,"414":7,"415":41,"419":20,"42":46,"426":2,"43":61,"430":32,"433":5,"434":1,"44":63,"45":50,"46":149,"48":69,"49":75,"5":711,"51":48,"52":42,"53":55,"56":25,"570":4,"6":104,"63":28,"7":419,"79":25,"8":231,"80":12,"9":119,"all_client":76448,"all_tv_clinet":11309,"insert_time":"2014-08-20T07:33:45.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65346,"10":16,"107":388,"11":468,"12":87,"13":364,"14":83,"15":148,"155":16,"156":10,"158":24,"159":18,"16":79,"160":7,"161":136,"167":33,"168":10,"17":166,"18":509,"19":279,"20":109,"209":83,"21":654,"210":19,"214":12,"215":59,"221":188,"223":516,"224":112,"225":416,"23":222,"24":956,"25":361,"257":35,"26":72,"268":4,"27":45,"273":61,"276":21,"279":6,"28":284,"281":9,"282":9,"291":15,"292":54,"30":33,"302":3,"306":1,"31":32,"314":5,"317":1,"32":6,"33":114,"34":68,"347":7,"35":25,"352":575,"36":99,"37":56,"38":403,"380":5,"381":25,"383":23,"389":3,"39":73,"391":22,"396":1,"397":27,"40":76,"409":34,"41":45,"414":7,"415":42,"419":18,"42":48,"426":2,"43":63,"430":32,"433":5,"434":1,"44":63,"45":52,"46":151,"48":67,"49":77,"5":716,"51":49,"52":41,"53":53,"56":25,"570":4,"6":101,"63":28,"7":418,"79":28,"8":209,"80":12,"9":122,"all_client":76705,"all_tv_clinet":11359,"insert_time":"2014-08-20T07:34:45.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65404,"10":18,"107":386,"11":477,"12":93,"13":331,"14":88,"15":151,"155":16,"156":10,"158":23,"159":18,"16":78,"160":7,"161":141,"167":32,"168":10,"17":169,"18":504,"19":285,"20":106,"209":84,"21":614,"210":19,"214":12,"215":58,"221":179,"223":528,"224":121,"225":427,"23":238,"24":980,"25":382,"257":38,"26":74,"268":2,"27":48,"273":61,"276":20,"279":5,"28":281,"281":9,"282":9,"291":16,"292":57,"30":33,"302":3,"306":1,"31":35,"314":4,"317":1,"32":6,"33":117,"34":66,"347":8,"35":25,"352":586,"36":104,"37":58,"38":398,"380":5,"381":21,"383":24,"389":3,"39":67,"391":21,"396":2,"397":27,"40":79,"409":31,"41":43,"414":7,"415":50,"419":18,"42":54,"426":2,"43":65,"430":33,"433":5,"434":1,"44":65,"45":53,"46":149,"48":65,"49":80,"5":735,"51":45,"52":38,"53":51,"56":27,"570":4,"6":95,"63":28,"7":428,"79":28,"8":192,"80":9,"9":123,"all_client":76827,"all_tv_clinet":11423,"insert_time":"2014-08-20T07:35:46.873Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65619,"10":17,"107":385,"11":482,"12":93,"13":319,"14":85,"15":148,"155":16,"156":9,"158":23,"159":17,"16":80,"160":7,"161":137,"167":35,"168":8,"17":174,"18":505,"19":284,"20":107,"209":81,"21":595,"210":20,"214":14,"215":60,"221":181,"223":544,"224":129,"225":432,"23":243,"24":989,"25":386,"257":43,"26":75,"268":1,"27":48,"273":62,"276":19,"279":6,"28":288,"281":9,"282":9,"291":16,"292":60,"30":32,"302":1,"306":1,"31":37,"314":4,"317":1,"32":6,"33":119,"34":61,"347":8,"35":28,"352":567,"36":101,"37":61,"38":410,"380":6,"381":20,"383":24,"389":3,"39":64,"391":21,"396":2,"397":28,"40":80,"409":26,"41":46,"414":6,"415":51,"419":18,"42":62,"426":4,"43":66,"430":34,"433":6,"434":1,"44":68,"45":57,"46":149,"48":63,"49":82,"5":732,"51":41,"52":42,"53":49,"56":29,"570":4,"6":94,"63":26,"7":437,"79":33,"8":179,"80":9,"9":126,"all_client":77085,"all_tv_clinet":11466,"insert_time":"2014-08-20T07:36:47.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65840,"10":18,"107":396,"11":489,"12":98,"13":302,"14":81,"15":151,"155":15,"156":9,"158":24,"159":17,"16":81,"160":7,"161":136,"167":35,"168":8,"17":174,"18":504,"19":284,"20":114,"209":76,"21":580,"210":20,"214":14,"215":60,"221":177,"223":551,"224":135,"225":431,"23":253,"24":999,"25":395,"257":42,"26":77,"268":1,"27":45,"273":62,"276":19,"279":4,"28":285,"281":9,"282":9,"291":16,"292":59,"30":33,"302":1,"306":1,"31":44,"314":5,"317":1,"32":7,"33":115,"34":55,"347":6,"35":26,"352":567,"36":104,"37":60,"38":415,"380":6,"381":22,"383":24,"389":2,"39":60,"391":21,"396":3,"397":29,"40":84,"409":26,"41":47,"414":5,"415":55,"419":19,"42":60,"426":4,"43":72,"430":33,"433":6,"44":68,"45":60,"46":148,"48":64,"49":80,"5":723,"51":37,"52":42,"53":49,"56":29,"570":4,"6":98,"63":26,"7":435,"79":34,"8":175,"80":10,"9":127,"all_client":77329,"all_tv_clinet":11489,"insert_time":"2014-08-20T07:37:47.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65865,"10":21,"107":400,"11":501,"12":104,"13":294,"14":76,"15":152,"155":16,"156":9,"158":24,"159":16,"16":89,"160":5,"161":131,"167":34,"168":8,"17":178,"18":494,"19":292,"20":119,"209":71,"21":565,"210":20,"214":13,"215":56,"221":179,"223":552,"224":143,"225":426,"23":253,"24":1017,"25":397,"257":44,"26":71,"268":2,"27":40,"273":60,"276":19,"279":6,"28":283,"281":10,"282":8,"291":16,"292":58,"30":37,"302":1,"306":2,"31":48,"314":5,"317":1,"32":6,"33":114,"34":44,"347":7,"35":25,"352":562,"36":107,"37":62,"38":429,"380":6,"381":23,"383":21,"389":2,"39":63,"391":20,"396":1,"397":30,"40":89,"409":24,"41":50,"414":4,"415":57,"419":19,"42":63,"426":5,"43":75,"430":31,"433":6,"44":62,"45":66,"46":158,"48":67,"49":85,"5":687,"51":35,"52":43,"53":46,"56":27,"570":4,"6":105,"63":25,"7":442,"79":35,"8":172,"80":10,"9":125,"all_client":77370,"all_tv_clinet":11505,"insert_time":"2014-08-20T07:38:48.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66032,"10":21,"107":408,"11":513,"12":112,"13":280,"14":76,"15":156,"155":16,"156":10,"158":25,"159":16,"16":89,"160":5,"161":131,"167":34,"168":8,"17":178,"18":495,"19":300,"20":122,"209":68,"21":560,"210":19,"214":13,"215":56,"221":180,"223":543,"224":153,"225":429,"23":266,"24":1023,"25":390,"257":45,"26":73,"268":1,"27":40,"273":67,"276":18,"279":5,"28":282,"281":10,"282":7,"291":17,"292":54,"30":41,"302":1,"306":2,"31":54,"314":4,"317":1,"32":4,"33":116,"34":40,"347":8,"35":24,"352":565,"36":108,"37":61,"38":425,"380":5,"381":25,"383":22,"389":3,"39":63,"391":21,"396":1,"397":30,"40":91,"409":23,"41":48,"414":3,"415":58,"419":18,"42":68,"426":5,"43":74,"430":31,"433":5,"44":51,"45":69,"46":155,"48":72,"49":88,"5":672,"51":36,"52":42,"53":44,"56":27,"570":4,"6":114,"63":25,"7":455,"79":37,"8":172,"80":11,"9":128,"all_client":77596,"all_tv_clinet":11564,"insert_time":"2014-08-20T07:39:49.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66207,"10":21,"107":401,"11":514,"12":111,"13":286,"14":76,"15":157,"155":18,"156":9,"158":25,"159":16,"16":91,"160":5,"161":127,"167":34,"168":8,"17":171,"18":501,"19":309,"20":122,"209":68,"21":554,"210":19,"214":13,"215":57,"221":180,"223":528,"224":161,"225":429,"23":274,"24":1026,"25":391,"257":47,"26":79,"268":1,"27":51,"273":66,"276":17,"279":6,"28":286,"281":10,"282":6,"291":18,"292":55,"30":39,"302":1,"306":2,"31":55,"314":4,"317":2,"32":4,"33":117,"34":37,"347":9,"35":26,"352":559,"36":111,"37":61,"38":419,"380":5,"381":25,"383":23,"389":4,"39":59,"391":20,"396":1,"397":30,"40":90,"409":20,"41":46,"414":3,"415":60,"419":16,"42":69,"426":5,"43":75,"430":33,"433":6,"44":45,"45":70,"46":160,"48":72,"49":90,"5":657,"51":36,"52":43,"53":47,"56":27,"570":5,"6":121,"63":26,"7":471,"79":37,"8":175,"80":12,"9":131,"all_client":77812,"all_tv_clinet":11605,"insert_time":"2014-08-20T07:40:49.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66240,"10":21,"107":402,"11":527,"12":119,"13":286,"14":77,"15":151,"155":17,"156":10,"158":24,"159":16,"16":97,"160":7,"161":129,"167":36,"168":9,"17":172,"18":495,"19":307,"20":124,"209":73,"21":553,"210":18,"214":15,"215":57,"221":183,"223":514,"224":168,"225":428,"23":266,"24":1039,"25":386,"257":45,"26":79,"268":2,"27":52,"273":68,"276":18,"279":8,"28":293,"281":8,"282":5,"291":18,"292":60,"30":40,"302":1,"306":1,"31":60,"314":4,"317":3,"32":4,"33":120,"34":35,"347":9,"35":26,"352":544,"36":113,"37":58,"38":431,"380":5,"381":26,"383":25,"389":4,"39":57,"391":21,"396":1,"397":30,"40":89,"409":22,"41":43,"414":5,"415":57,"419":14,"42":66,"426":3,"43":70,"430":35,"433":6,"44":39,"45":72,"46":161,"48":70,"49":90,"5":627,"51":38,"52":47,"53":44,"56":22,"570":6,"6":131,"63":26,"7":477,"79":37,"8":176,"80":14,"9":136,"all_client":77863,"all_tv_clinet":11623,"insert_time":"2014-08-20T07:41:50.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66530,"10":21,"107":394,"11":517,"12":127,"13":281,"14":73,"15":149,"155":18,"156":12,"158":24,"159":16,"16":104,"160":8,"161":119,"167":35,"168":9,"17":167,"18":491,"19":305,"20":129,"209":72,"21":549,"210":17,"214":15,"215":58,"221":188,"223":525,"224":174,"225":425,"23":272,"24":1029,"25":388,"257":43,"26":83,"268":3,"27":56,"273":72,"276":18,"279":9,"28":304,"281":8,"282":4,"291":20,"292":64,"30":42,"302":1,"306":1,"31":55,"314":3,"317":3,"32":5,"33":124,"34":36,"347":9,"35":23,"352":551,"36":110,"37":62,"38":435,"380":4,"381":27,"383":24,"389":4,"39":57,"391":21,"396":1,"397":30,"40":93,"409":25,"41":43,"414":5,"415":56,"419":14,"42":67,"426":2,"43":60,"430":34,"433":6,"44":31,"45":74,"46":160,"48":66,"49":91,"5":617,"51":36,"52":57,"53":49,"56":20,"570":6,"6":130,"63":26,"7":481,"79":39,"8":177,"80":14,"9":136,"all_client":78168,"all_tv_clinet":11638,"insert_time":"2014-08-20T07:42:50.917Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66824,"10":21,"107":390,"11":522,"12":132,"13":281,"14":78,"15":144,"155":18,"156":13,"158":24,"159":15,"16":108,"160":7,"161":124,"167":33,"168":7,"17":164,"18":483,"19":311,"20":132,"209":66,"21":547,"210":17,"211":1,"214":15,"215":56,"221":199,"223":529,"224":177,"225":427,"23":275,"24":999,"25":391,"257":42,"26":79,"268":3,"27":56,"273":72,"276":16,"279":10,"28":312,"281":8,"282":5,"291":19,"292":73,"30":40,"302":1,"31":52,"314":3,"317":3,"32":5,"33":124,"34":34,"347":10,"35":22,"352":553,"36":113,"37":66,"38":442,"380":4,"381":30,"383":25,"389":4,"39":61,"391":22,"396":3,"397":30,"40":90,"409":27,"41":41,"414":6,"415":54,"419":13,"42":67,"426":2,"43":54,"430":32,"433":6,"44":28,"45":78,"46":154,"48":67,"49":94,"5":607,"51":32,"52":62,"53":44,"56":19,"570":5,"6":131,"63":27,"7":490,"79":39,"8":179,"80":15,"9":140,"all_client":78475,"all_tv_clinet":11651,"insert_time":"2014-08-20T07:43:51.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67024,"10":19,"107":378,"11":524,"12":137,"13":281,"14":77,"15":146,"155":20,"156":14,"158":26,"159":15,"16":102,"160":5,"161":136,"167":33,"168":7,"17":162,"18":482,"19":319,"20":131,"209":64,"21":565,"210":15,"211":1,"214":13,"215":56,"221":203,"223":534,"224":175,"225":442,"23":275,"24":944,"25":394,"257":41,"26":86,"268":5,"27":60,"273":74,"276":17,"279":7,"28":321,"281":8,"282":4,"291":19,"292":79,"30":42,"302":1,"31":54,"314":3,"317":3,"32":6,"33":125,"34":39,"347":8,"35":25,"352":550,"36":111,"37":65,"38":437,"380":4,"381":28,"383":26,"389":4,"39":58,"391":21,"396":4,"397":30,"40":93,"409":33,"41":40,"414":5,"415":55,"419":14,"42":68,"426":2,"43":54,"430":32,"433":6,"44":25,"45":78,"46":141,"48":70,"49":100,"5":605,"51":32,"52":65,"53":45,"56":17,"570":5,"6":132,"63":27,"7":487,"79":39,"8":179,"80":13,"9":142,"all_client":78688,"all_tv_clinet":11664,"insert_time":"2014-08-20T07:44:52.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67404,"10":20,"107":389,"11":525,"12":136,"13":284,"14":74,"15":152,"155":21,"156":14,"158":26,"159":15,"16":97,"160":6,"161":150,"167":33,"168":6,"17":161,"18":483,"19":326,"20":127,"209":62,"21":578,"210":16,"211":1,"214":12,"215":53,"221":209,"223":537,"224":174,"225":448,"23":269,"24":918,"25":400,"257":41,"26":89,"268":5,"27":61,"273":70,"276":17,"279":8,"28":328,"281":8,"282":4,"291":18,"292":88,"30":46,"302":1,"31":54,"314":4,"317":3,"32":5,"33":129,"34":40,"347":8,"35":22,"352":546,"36":119,"37":67,"38":445,"380":4,"381":28,"383":27,"389":4,"39":58,"391":24,"396":4,"397":30,"40":94,"409":33,"41":37,"414":5,"415":50,"419":13,"42":72,"426":2,"43":51,"430":29,"433":6,"44":25,"45":83,"46":133,"48":70,"49":97,"5":599,"51":31,"52":67,"53":41,"56":16,"570":6,"6":133,"63":28,"7":489,"79":38,"8":181,"80":13,"9":147,"all_client":79120,"all_tv_clinet":11716,"insert_time":"2014-08-20T07:45:52.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67653,"10":22,"107":387,"11":529,"12":143,"13":293,"14":73,"15":154,"155":20,"156":16,"158":27,"159":15,"16":96,"160":6,"161":158,"167":32,"168":6,"17":159,"18":484,"19":325,"20":127,"209":57,"21":596,"210":16,"211":1,"214":12,"215":46,"221":215,"223":543,"224":176,"225":448,"23":274,"24":899,"25":398,"257":39,"26":93,"268":5,"27":63,"273":66,"276":17,"279":9,"28":322,"281":8,"282":5,"291":18,"292":90,"30":53,"302":1,"31":57,"314":4,"317":2,"32":5,"33":127,"34":38,"347":9,"35":23,"352":550,"36":123,"37":67,"38":440,"380":4,"381":25,"383":28,"389":5,"39":61,"391":24,"396":2,"397":31,"40":99,"409":36,"41":36,"414":5,"415":51,"419":13,"42":75,"426":3,"43":46,"430":28,"433":6,"44":23,"45":88,"46":127,"48":75,"49":96,"5":613,"51":27,"52":75,"53":40,"56":16,"570":5,"6":138,"63":28,"7":487,"79":39,"8":183,"80":13,"9":144,"all_client":79435,"all_tv_clinet":11782,"insert_time":"2014-08-20T07:46:53.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67734,"10":19,"107":385,"11":530,"12":145,"13":293,"14":69,"15":157,"155":20,"156":18,"158":27,"159":14,"16":92,"160":6,"161":164,"167":32,"168":5,"17":150,"18":480,"19":303,"20":129,"209":54,"21":604,"210":16,"211":1,"214":12,"215":44,"221":216,"223":536,"224":176,"225":449,"23":286,"24":887,"25":405,"257":39,"26":94,"268":4,"27":62,"273":63,"276":17,"279":10,"28":327,"281":9,"282":5,"291":18,"292":87,"30":50,"302":1,"31":62,"314":3,"317":2,"32":5,"33":132,"34":35,"347":9,"35":24,"352":561,"36":134,"37":67,"38":431,"380":4,"381":26,"383":30,"389":5,"39":65,"391":25,"396":3,"397":32,"40":92,"409":39,"41":41,"414":7,"415":57,"419":13,"42":77,"426":3,"43":42,"430":26,"433":4,"44":22,"45":87,"46":122,"48":79,"49":97,"5":611,"51":24,"52":76,"53":40,"56":14,"570":5,"6":143,"63":28,"7":492,"79":40,"8":184,"80":14,"9":143,"all_client":79521,"all_tv_clinet":11787,"insert_time":"2014-08-20T07:47:53.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67853,"10":18,"107":383,"11":540,"12":141,"13":308,"14":66,"15":156,"155":21,"156":17,"158":28,"159":15,"16":98,"160":8,"161":162,"167":33,"168":5,"17":146,"18":472,"19":285,"20":127,"209":54,"21":623,"210":16,"211":1,"214":11,"215":45,"221":214,"223":538,"224":172,"225":450,"23":285,"24":886,"25":416,"257":38,"26":96,"268":4,"27":62,"273":63,"276":17,"279":9,"28":335,"281":9,"282":5,"291":17,"292":86,"30":48,"302":1,"31":62,"314":3,"317":2,"32":9,"33":132,"34":39,"347":9,"35":23,"352":573,"36":132,"37":67,"38":418,"380":6,"381":28,"383":32,"389":5,"39":69,"391":25,"396":3,"397":32,"40":80,"409":44,"41":39,"414":7,"415":52,"419":13,"42":77,"426":3,"43":43,"430":24,"433":5,"44":20,"45":84,"46":121,"48":82,"49":99,"5":606,"51":24,"52":80,"53":43,"56":15,"570":6,"6":146,"63":29,"7":498,"79":38,"8":188,"80":14,"9":145,"all_client":79677,"all_tv_clinet":11824,"insert_time":"2014-08-20T07:48:54.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67967,"10":14,"107":390,"11":541,"12":143,"13":316,"14":61,"15":157,"155":21,"156":15,"158":29,"159":15,"16":96,"160":9,"161":163,"167":34,"168":5,"17":145,"18":485,"19":261,"20":130,"209":52,"21":635,"210":17,"211":1,"214":11,"215":48,"221":215,"223":534,"224":173,"225":458,"23":281,"24":899,"25":422,"257":41,"26":97,"268":4,"27":68,"273":65,"276":18,"279":7,"28":340,"281":9,"282":6,"291":16,"292":85,"30":52,"302":1,"31":62,"314":3,"317":2,"32":10,"33":133,"34":42,"347":10,"35":25,"352":581,"36":133,"37":66,"38":422,"380":6,"381":27,"383":29,"389":5,"39":76,"391":25,"396":3,"397":31,"40":70,"409":44,"41":41,"414":5,"415":51,"419":14,"42":83,"426":3,"43":40,"430":21,"433":5,"44":21,"45":84,"46":117,"48":87,"49":92,"5":612,"51":23,"52":84,"53":44,"56":15,"570":6,"6":143,"63":29,"7":508,"79":39,"8":196,"80":14,"9":150,"all_client":79884,"all_tv_clinet":11917,"insert_time":"2014-08-20T07:49:55.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68025,"10":16,"107":402,"11":534,"12":137,"13":317,"14":61,"15":163,"155":22,"156":17,"158":29,"159":16,"16":100,"160":8,"161":158,"167":35,"168":5,"17":144,"18":476,"19":248,"20":133,"209":51,"21":632,"210":17,"211":1,"214":11,"215":47,"221":220,"223":538,"224":173,"225":474,"23":283,"24":911,"25":432,"257":39,"26":93,"268":2,"27":71,"273":69,"276":16,"279":7,"28":343,"281":8,"282":5,"291":16,"292":89,"30":57,"302":1,"31":62,"314":3,"317":2,"32":10,"33":129,"34":43,"347":12,"35":25,"352":574,"36":135,"37":64,"38":440,"380":6,"381":30,"383":28,"389":4,"39":75,"391":25,"396":2,"397":30,"40":66,"409":45,"41":40,"414":4,"415":51,"419":14,"42":84,"426":4,"43":36,"430":22,"433":5,"44":20,"45":85,"46":112,"48":87,"49":78,"5":631,"51":25,"52":84,"53":45,"56":14,"570":7,"6":138,"63":29,"7":522,"79":37,"8":200,"80":14,"9":150,"all_client":80000,"all_tv_clinet":11975,"insert_time":"2014-08-20T07:50:55.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68066,"10":17,"107":408,"11":507,"12":133,"13":329,"14":64,"15":172,"155":22,"156":18,"158":30,"159":15,"16":101,"160":8,"161":158,"167":35,"168":4,"17":147,"18":494,"19":242,"20":134,"209":48,"21":630,"210":17,"211":1,"214":11,"215":48,"221":224,"223":545,"224":175,"225":461,"23":288,"24":919,"25":437,"257":41,"26":94,"268":3,"27":73,"273":80,"276":17,"279":8,"28":347,"281":8,"282":4,"291":19,"292":88,"30":59,"302":1,"31":61,"314":3,"317":2,"32":8,"33":132,"34":45,"347":12,"35":27,"352":579,"36":138,"37":66,"38":448,"380":5,"381":32,"383":25,"389":4,"39":77,"391":26,"396":1,"397":32,"40":57,"409":44,"41":41,"414":4,"415":54,"419":17,"42":87,"426":3,"43":35,"430":22,"433":5,"44":21,"45":84,"46":114,"48":86,"49":69,"5":642,"51":26,"52":86,"53":45,"56":15,"570":6,"6":135,"63":27,"7":520,"79":35,"8":209,"80":15,"9":152,"all_client":80129,"all_tv_clinet":12063,"insert_time":"2014-08-20T07:51:56.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68217,"10":19,"107":412,"11":467,"12":118,"13":337,"14":70,"15":178,"155":23,"156":18,"158":30,"159":17,"16":100,"160":10,"161":148,"167":38,"168":4,"17":154,"18":505,"19":237,"20":135,"209":46,"21":630,"210":18,"211":1,"214":13,"215":52,"221":213,"223":559,"224":183,"225":457,"23":287,"24":928,"25":439,"257":43,"26":90,"268":3,"27":75,"273":86,"276":16,"279":8,"28":348,"281":7,"282":4,"291":19,"292":89,"30":56,"302":2,"31":60,"314":3,"317":2,"32":10,"33":131,"34":49,"347":10,"35":27,"352":601,"36":134,"37":66,"38":451,"380":5,"381":32,"383":28,"389":4,"39":76,"391":28,"396":1,"397":32,"40":53,"409":44,"41":44,"414":4,"415":60,"419":18,"42":86,"426":3,"43":36,"430":16,"433":4,"44":18,"45":84,"46":115,"48":86,"49":66,"5":635,"51":29,"52":80,"53":51,"56":15,"570":7,"6":135,"63":25,"7":527,"79":33,"8":211,"80":14,"9":156,"all_client":80314,"all_tv_clinet":12097,"insert_time":"2014-08-20T07:52:56.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68230,"10":16,"107":414,"11":426,"12":108,"13":339,"14":81,"15":179,"155":25,"156":16,"158":30,"159":16,"16":92,"160":12,"161":148,"167":37,"168":4,"17":157,"18":516,"19":230,"20":131,"209":43,"21":640,"210":19,"211":1,"214":13,"215":51,"221":213,"223":576,"224":181,"225":449,"23":280,"24":952,"25":425,"257":44,"26":95,"268":3,"27":77,"273":83,"276":17,"279":10,"28":359,"281":6,"282":4,"291":19,"292":82,"30":59,"302":2,"31":60,"314":5,"317":2,"32":9,"33":130,"34":56,"347":13,"35":28,"352":600,"36":135,"37":66,"38":471,"380":5,"381":34,"383":30,"389":4,"39":77,"391":28,"396":1,"397":33,"40":53,"409":46,"41":47,"414":6,"415":62,"419":21,"42":86,"426":3,"43":33,"430":15,"433":3,"44":16,"45":85,"46":111,"48":90,"49":66,"5":644,"51":28,"52":83,"53":53,"56":14,"570":5,"6":142,"63":26,"7":529,"79":35,"8":221,"80":13,"9":155,"all_client":80388,"all_tv_clinet":12158,"insert_time":"2014-08-20T07:53:57.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68348,"10":16,"107":422,"11":413,"12":101,"13":344,"14":89,"15":182,"155":24,"156":15,"158":33,"159":17,"16":92,"160":12,"161":148,"167":37,"168":5,"17":163,"18":511,"19":229,"20":134,"209":42,"21":641,"210":20,"211":1,"214":13,"215":56,"221":212,"223":581,"224":188,"225":449,"23":279,"24":939,"25":390,"257":50,"26":98,"268":3,"27":75,"273":83,"276":16,"279":10,"28":360,"281":6,"282":5,"291":19,"292":80,"30":63,"302":2,"31":60,"314":5,"317":1,"32":10,"33":131,"34":60,"347":14,"35":32,"352":613,"36":137,"37":67,"38":472,"380":4,"381":33,"383":33,"389":4,"39":77,"391":29,"396":1,"397":33,"40":50,"409":47,"41":49,"414":6,"415":63,"419":22,"42":85,"426":3,"43":33,"430":13,"433":3,"434":1,"44":15,"45":87,"46":114,"48":91,"49":64,"5":655,"51":30,"52":83,"53":54,"56":14,"570":5,"6":149,"63":26,"7":507,"79":34,"8":232,"80":13,"9":157,"all_client":80537,"all_tv_clinet":12189,"insert_time":"2014-08-20T07:54:57.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68514,"10":17,"107":429,"11":388,"12":94,"13":354,"14":85,"15":187,"155":24,"156":12,"158":33,"159":16,"16":89,"160":13,"161":144,"167":36,"168":5,"17":171,"18":516,"19":233,"20":135,"209":40,"21":645,"210":21,"211":1,"214":13,"215":61,"221":225,"223":602,"224":190,"225":456,"23":285,"24":945,"25":370,"257":49,"26":95,"268":3,"27":75,"273":82,"276":15,"279":12,"28":370,"281":6,"282":4,"291":19,"292":80,"30":65,"302":2,"31":61,"314":5,"317":1,"32":11,"33":134,"34":68,"347":15,"35":35,"352":599,"36":140,"37":63,"38":465,"380":5,"381":34,"383":32,"389":5,"39":78,"391":30,"396":1,"397":31,"40":52,"409":54,"41":49,"414":7,"415":68,"419":21,"42":83,"426":2,"43":34,"430":15,"433":4,"434":1,"44":17,"45":87,"46":112,"48":96,"49":63,"5":665,"51":30,"52":84,"53":54,"56":14,"570":4,"6":159,"63":25,"7":487,"79":35,"8":234,"80":13,"9":159,"all_client":80767,"all_tv_clinet":12253,"insert_time":"2014-08-20T07:55:58.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68596,"10":17,"107":432,"11":370,"12":94,"13":379,"14":83,"15":193,"155":24,"156":12,"158":34,"159":16,"16":89,"160":12,"161":154,"167":35,"168":5,"17":171,"18":517,"19":237,"20":133,"209":39,"21":643,"210":25,"211":1,"214":12,"215":59,"221":223,"223":603,"224":186,"225":469,"23":286,"24":941,"25":346,"257":49,"26":99,"268":4,"27":77,"273":83,"276":18,"279":15,"28":379,"281":6,"282":4,"291":18,"292":84,"30":65,"302":3,"31":57,"314":5,"317":1,"32":13,"33":124,"34":70,"347":14,"35":34,"352":582,"36":141,"37":57,"38":463,"380":5,"381":37,"383":34,"389":5,"39":81,"391":28,"396":1,"397":31,"40":55,"409":62,"41":51,"414":8,"415":67,"419":24,"42":84,"426":2,"43":32,"430":14,"433":5,"434":2,"44":18,"45":91,"46":114,"48":94,"49":61,"5":668,"51":33,"52":85,"53":52,"56":14,"570":6,"6":173,"63":24,"7":459,"79":31,"8":238,"80":13,"9":163,"all_client":80866,"all_tv_clinet":12270,"insert_time":"2014-08-20T07:56:59.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68725,"10":17,"107":439,"11":350,"12":95,"13":396,"14":79,"15":197,"155":24,"156":12,"158":36,"159":16,"16":89,"160":11,"161":162,"167":36,"168":4,"17":181,"18":509,"19":241,"20":138,"209":39,"21":659,"210":23,"211":1,"214":11,"215":60,"221":223,"223":606,"224":190,"225":464,"23":289,"24":958,"25":337,"257":46,"26":100,"268":6,"27":75,"273":80,"276":18,"279":15,"28":384,"281":6,"282":5,"291":17,"292":83,"30":64,"302":5,"31":52,"314":5,"317":1,"32":11,"33":117,"34":78,"347":11,"35":34,"352":575,"36":143,"37":50,"38":467,"380":5,"381":34,"383":37,"389":5,"39":82,"391":28,"396":1,"397":30,"40":54,"409":64,"41":49,"414":9,"415":68,"419":27,"42":85,"426":2,"43":33,"430":14,"433":5,"434":2,"44":17,"45":92,"46":112,"48":96,"49":57,"5":670,"51":34,"52":88,"53":54,"56":14,"570":6,"6":182,"63":25,"7":443,"79":31,"8":239,"80":13,"9":167,"all_client":81039,"all_tv_clinet":12314,"insert_time":"2014-08-20T07:57:59.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68815,"10":18,"107":447,"11":345,"12":100,"13":421,"14":81,"15":195,"155":26,"156":12,"158":35,"159":16,"16":90,"160":12,"161":172,"167":36,"168":4,"17":183,"18":503,"19":243,"20":144,"209":37,"21":664,"210":23,"211":1,"214":12,"215":61,"221":218,"223":616,"224":196,"225":467,"23":293,"24":951,"25":331,"257":46,"26":101,"268":6,"27":73,"273":73,"276":18,"279":13,"28":388,"281":6,"282":6,"291":17,"292":91,"30":65,"302":6,"31":56,"314":5,"317":1,"32":10,"33":117,"34":84,"347":12,"35":32,"352":570,"36":141,"37":49,"38":474,"380":5,"381":33,"383":36,"389":5,"39":83,"391":31,"396":1,"397":30,"40":56,"409":69,"41":50,"414":8,"415":62,"419":28,"42":87,"426":4,"43":35,"430":13,"433":4,"434":2,"44":16,"45":86,"46":112,"48":86,"49":56,"5":675,"51":35,"52":90,"53":53,"56":14,"570":5,"6":185,"63":25,"7":429,"79":29,"8":246,"80":12,"9":160,"all_client":81184,"all_tv_clinet":12369,"insert_time":"2014-08-20T07:59:00.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68821,"10":18,"107":462,"11":330,"12":93,"13":431,"14":85,"15":201,"155":26,"156":14,"158":36,"159":16,"16":91,"160":13,"161":186,"167":36,"168":4,"17":186,"18":501,"19":252,"20":149,"209":34,"21":665,"210":21,"211":1,"214":13,"215":66,"221":218,"223":635,"224":206,"225":451,"23":300,"24":935,"25":330,"257":46,"26":106,"268":6,"27":76,"273":69,"276":17,"279":13,"28":386,"281":6,"282":6,"291":17,"292":89,"30":62,"302":7,"31":53,"314":5,"317":1,"32":9,"33":112,"34":83,"347":7,"35":30,"352":571,"36":144,"37":42,"38":471,"380":5,"381":31,"383":35,"389":6,"39":85,"391":32,"396":1,"397":29,"40":59,"409":72,"41":53,"414":9,"415":64,"419":27,"42":89,"426":7,"43":34,"430":11,"433":5,"434":2,"44":19,"45":80,"46":119,"48":73,"49":56,"5":681,"51":36,"52":92,"53":56,"56":14,"570":6,"6":186,"63":23,"7":406,"79":27,"8":254,"80":12,"9":157,"all_client":81213,"all_tv_clinet":12392,"insert_time":"2014-08-20T08:00:00.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68955,"10":17,"107":457,"11":324,"12":83,"13":437,"14":84,"15":205,"155":26,"156":13,"158":34,"159":17,"16":95,"160":13,"161":205,"167":35,"168":5,"17":192,"18":497,"19":262,"20":149,"209":33,"21":669,"210":20,"211":1,"214":12,"215":68,"221":214,"223":644,"224":209,"225":445,"23":296,"24":938,"25":335,"257":49,"26":110,"268":4,"27":75,"273":66,"276":17,"279":14,"28":390,"281":6,"282":4,"291":17,"292":86,"30":65,"302":6,"31":50,"314":5,"317":1,"32":11,"33":111,"34":80,"347":7,"35":30,"352":570,"36":140,"37":41,"38":471,"380":6,"381":32,"383":33,"389":6,"39":91,"391":32,"396":1,"397":29,"40":60,"409":75,"41":52,"414":10,"415":65,"419":24,"42":94,"426":7,"43":31,"430":10,"433":4,"434":2,"44":19,"45":73,"46":118,"48":68,"49":55,"5":682,"51":37,"52":98,"53":56,"56":12,"570":7,"6":190,"63":23,"7":387,"79":25,"8":257,"80":14,"9":147,"all_client":81347,"all_tv_clinet":12392,"insert_time":"2014-08-20T08:01:02.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68977,"10":18,"107":459,"11":294,"12":78,"13":450,"14":86,"15":202,"155":27,"156":14,"158":31,"159":21,"16":95,"160":14,"161":214,"167":35,"168":6,"17":200,"18":496,"19":264,"20":149,"209":33,"21":681,"210":20,"211":1,"214":12,"215":64,"221":209,"223":657,"224":210,"225":430,"23":295,"24":965,"25":331,"257":46,"26":111,"268":5,"27":77,"273":67,"276":17,"279":14,"28":394,"281":6,"282":4,"291":17,"292":80,"30":68,"302":6,"31":47,"314":5,"317":1,"32":12,"33":107,"34":78,"347":6,"35":33,"352":573,"36":144,"37":37,"38":489,"380":7,"381":32,"383":36,"389":6,"39":97,"391":30,"396":2,"397":30,"40":60,"409":79,"41":51,"414":12,"415":64,"419":26,"42":95,"426":7,"43":30,"430":10,"433":4,"434":2,"44":19,"45":68,"46":125,"48":66,"49":55,"5":686,"51":41,"52":98,"53":55,"56":11,"570":8,"6":193,"63":23,"7":372,"79":23,"8":259,"80":15,"9":139,"all_client":81418,"all_tv_clinet":12441,"insert_time":"2014-08-20T08:02:02.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69027,"10":17,"107":458,"11":284,"12":86,"13":447,"14":89,"15":185,"155":25,"156":13,"158":23,"159":24,"16":97,"160":16,"161":218,"167":37,"168":6,"17":204,"18":488,"19":275,"20":154,"209":29,"21":684,"210":17,"211":1,"214":13,"215":68,"221":213,"223":663,"224":208,"225":427,"23":293,"24":994,"25":319,"257":48,"26":113,"268":7,"27":78,"273":62,"276":16,"279":12,"28":396,"281":6,"282":4,"291":17,"292":78,"30":69,"302":8,"31":45,"314":4,"317":1,"32":16,"33":103,"34":82,"347":8,"35":36,"352":591,"36":142,"37":35,"38":488,"380":8,"381":29,"383":37,"389":7,"39":95,"391":31,"396":2,"397":30,"40":61,"409":79,"41":51,"414":12,"415":61,"419":27,"42":97,"426":7,"43":31,"430":9,"433":4,"434":2,"44":19,"45":61,"46":124,"48":67,"49":50,"5":686,"51":46,"52":101,"53":49,"56":13,"570":7,"6":187,"63":24,"7":370,"79":25,"8":262,"80":15,"9":134,"all_client":81487,"all_tv_clinet":12460,"insert_time":"2014-08-20T08:03:03.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69077,"10":17,"107":450,"11":277,"12":88,"13":451,"14":90,"15":171,"155":23,"156":15,"158":19,"159":26,"16":88,"160":15,"161":214,"167":38,"168":5,"17":213,"18":489,"19":277,"20":151,"209":29,"21":685,"210":18,"211":1,"214":14,"215":71,"221":216,"223":679,"224":203,"225":431,"23":295,"24":993,"25":307,"257":45,"26":115,"268":8,"27":79,"273":64,"276":16,"279":12,"28":405,"281":7,"282":4,"291":16,"292":79,"30":72,"302":8,"31":47,"314":5,"317":1,"32":18,"33":104,"34":82,"347":8,"35":35,"352":603,"36":139,"37":33,"38":496,"380":10,"381":32,"383":36,"389":7,"39":99,"391":31,"396":2,"397":30,"40":60,"409":78,"41":53,"414":15,"415":62,"419":28,"42":98,"426":8,"43":30,"430":7,"433":4,"434":2,"44":24,"45":61,"46":132,"48":66,"49":46,"5":685,"51":48,"52":102,"53":46,"56":14,"570":6,"6":177,"63":24,"7":357,"79":27,"8":266,"80":13,"9":137,"all_client":81560,"all_tv_clinet":12483,"insert_time":"2014-08-20T08:04:03.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69172,"10":17,"107":458,"11":278,"12":90,"13":447,"14":92,"15":170,"155":20,"156":16,"158":17,"159":25,"16":84,"160":13,"161":200,"167":40,"168":4,"17":215,"18":493,"19":287,"20":151,"209":30,"21":696,"210":16,"214":14,"215":76,"221":217,"223":681,"224":201,"225":435,"23":287,"24":1022,"25":309,"257":44,"26":114,"268":6,"27":83,"273":74,"276":17,"279":11,"28":404,"281":7,"282":4,"291":16,"292":75,"30":69,"302":8,"31":41,"314":8,"317":1,"32":22,"33":107,"34":85,"347":9,"35":38,"352":607,"36":137,"37":36,"38":499,"380":11,"381":35,"383":38,"389":7,"39":100,"391":31,"396":1,"397":30,"40":60,"409":73,"41":56,"414":17,"415":63,"419":28,"42":97,"426":7,"43":28,"430":7,"433":3,"434":2,"44":26,"45":61,"46":137,"48":64,"49":50,"5":689,"51":49,"52":113,"53":46,"56":16,"570":5,"6":151,"63":25,"7":346,"79":30,"8":271,"80":12,"9":136,"all_client":81716,"all_tv_clinet":12544,"insert_time":"2014-08-20T08:05:04.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69183,"10":17,"107":459,"11":272,"12":88,"13":439,"14":92,"15":175,"155":21,"156":15,"158":17,"159":25,"16":85,"160":13,"161":174,"167":40,"168":5,"17":218,"18":506,"19":292,"20":148,"209":29,"21":723,"210":16,"214":14,"215":78,"221":214,"223":679,"224":203,"225":439,"23":266,"24":1034,"25":316,"257":40,"26":111,"268":6,"27":85,"273":82,"276":19,"279":11,"28":401,"281":8,"282":4,"291":15,"292":75,"30":69,"302":7,"31":43,"314":8,"317":1,"32":22,"33":105,"34":85,"347":8,"35":38,"352":604,"36":128,"37":36,"38":508,"380":11,"381":33,"383":36,"389":6,"39":102,"391":31,"396":3,"397":30,"40":66,"409":67,"41":55,"414":18,"415":65,"419":29,"42":96,"426":6,"43":31,"430":5,"433":4,"434":2,"44":27,"45":62,"46":143,"48":64,"49":49,"5":691,"51":51,"52":116,"53":47,"56":18,"570":3,"6":135,"63":26,"7":339,"79":31,"8":267,"80":12,"9":132,"all_client":81723,"all_tv_clinet":12540,"insert_time":"2014-08-20T08:06:05.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69233,"10":20,"107":460,"11":276,"12":85,"13":447,"14":90,"15":180,"155":20,"156":16,"158":18,"159":26,"16":90,"160":13,"161":161,"167":41,"168":5,"17":205,"18":518,"19":286,"20":149,"209":30,"21":738,"210":16,"214":14,"215":80,"221":210,"223":680,"224":203,"225":429,"23":255,"24":1040,"25":324,"257":39,"26":106,"268":6,"27":88,"273":84,"276":19,"279":12,"28":405,"281":8,"282":3,"291":16,"292":73,"30":75,"302":6,"31":41,"314":8,"317":1,"32":22,"33":105,"34":88,"347":10,"35":39,"352":601,"36":134,"37":33,"38":497,"380":10,"381":35,"383":37,"389":6,"39":101,"391":32,"396":3,"397":29,"40":66,"409":65,"41":52,"414":16,"415":65,"419":27,"42":97,"426":8,"43":32,"430":6,"433":4,"434":2,"44":30,"45":64,"46":152,"48":60,"49":47,"5":689,"51":52,"52":117,"53":47,"56":20,"570":3,"6":130,"63":26,"7":335,"79":30,"8":266,"80":14,"9":129,"all_client":81781,"all_tv_clinet":12548,"insert_time":"2014-08-20T08:07:05.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69323,"10":17,"107":460,"11":273,"12":85,"13":451,"14":92,"15":187,"155":20,"156":16,"158":21,"159":25,"16":94,"160":12,"161":154,"167":41,"168":6,"17":191,"18":521,"19":288,"20":154,"209":30,"21":743,"210":17,"214":14,"215":82,"221":206,"223":672,"224":188,"225":426,"23":253,"24":1044,"25":339,"257":40,"26":103,"268":6,"27":85,"273":91,"276":19,"279":12,"28":404,"281":8,"282":2,"291":17,"292":68,"30":79,"302":6,"31":42,"314":8,"32":25,"33":103,"34":91,"347":10,"35":40,"352":599,"36":134,"37":28,"38":506,"380":10,"381":34,"383":34,"389":5,"39":105,"391":30,"396":3,"397":28,"40":71,"409":58,"41":50,"414":16,"415":67,"419":25,"42":95,"426":9,"43":32,"430":6,"433":4,"434":2,"44":30,"45":64,"46":154,"48":60,"49":50,"5":705,"51":54,"52":119,"53":44,"56":23,"570":3,"6":118,"63":27,"7":338,"79":31,"8":269,"80":16,"9":134,"all_client":81894,"all_tv_clinet":12571,"insert_time":"2014-08-20T08:08:06.163Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69305,"10":16,"107":459,"11":274,"12":85,"13":457,"14":95,"15":199,"155":20,"156":15,"158":21,"159":25,"16":86,"160":12,"161":152,"167":42,"168":6,"17":182,"18":518,"19":297,"20":154,"209":32,"21":751,"210":16,"214":13,"215":81,"221":204,"223":658,"224":175,"225":411,"23":242,"24":1017,"25":359,"257":41,"26":101,"268":6,"27":84,"273":97,"276":20,"279":10,"28":403,"281":8,"282":4,"291":19,"292":62,"30":78,"302":5,"31":36,"314":8,"32":24,"33":108,"34":93,"347":10,"35":44,"352":594,"36":138,"37":28,"38":513,"380":10,"381":30,"383":34,"389":5,"39":107,"391":30,"396":1,"397":27,"40":76,"409":52,"41":51,"414":14,"415":71,"419":23,"42":99,"426":10,"43":31,"430":8,"433":4,"434":1,"44":31,"45":68,"46":158,"48":63,"49":54,"5":711,"51":54,"52":125,"53":51,"56":23,"570":3,"6":110,"63":27,"7":329,"79":32,"8":269,"80":16,"9":134,"all_client":81855,"all_tv_clinet":12550,"insert_time":"2014-08-20T08:09:06.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69390,"10":15,"107":463,"11":274,"12":81,"13":460,"14":100,"15":210,"155":20,"156":15,"158":20,"159":26,"16":78,"160":12,"161":147,"167":42,"168":6,"17":164,"18":520,"19":299,"20":155,"209":34,"21":767,"210":16,"214":13,"215":83,"221":211,"223":632,"224":164,"225":418,"23":235,"24":1016,"25":366,"257":41,"26":108,"268":6,"27":85,"273":100,"276":21,"279":11,"28":400,"281":8,"282":5,"291":18,"292":60,"30":75,"302":5,"31":36,"314":8,"32":22,"33":105,"34":93,"347":13,"35":44,"352":581,"36":146,"37":26,"38":521,"380":9,"381":29,"383":30,"389":5,"39":112,"391":31,"396":1,"397":27,"40":80,"409":44,"41":52,"414":14,"415":72,"419":24,"42":98,"426":10,"43":32,"430":7,"433":3,"434":1,"44":31,"45":69,"46":168,"48":63,"49":54,"5":713,"51":55,"52":123,"53":53,"56":23,"570":3,"6":110,"63":27,"7":325,"79":33,"8":275,"80":16,"9":132,"all_client":81944,"all_tv_clinet":12554,"insert_time":"2014-08-20T08:10:07.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69470,"10":10,"107":451,"11":278,"12":79,"13":460,"14":104,"15":218,"155":18,"156":17,"158":19,"159":26,"16":76,"160":15,"161":154,"167":44,"168":6,"17":155,"18":541,"19":304,"20":157,"209":32,"21":777,"210":17,"214":15,"215":83,"221":220,"223":627,"224":154,"225":407,"23":223,"24":996,"25":375,"257":42,"26":110,"268":7,"27":86,"273":102,"276":18,"279":10,"28":394,"281":9,"282":4,"291":18,"292":60,"30":76,"302":5,"31":35,"314":6,"32":20,"33":109,"34":96,"347":16,"35":46,"352":593,"36":149,"37":24,"38":518,"380":10,"381":29,"383":30,"389":5,"39":106,"391":30,"396":1,"397":28,"40":81,"409":39,"41":53,"414":15,"415":75,"419":25,"42":99,"426":9,"43":31,"430":6,"433":3,"434":1,"44":35,"45":71,"46":167,"48":64,"49":55,"5":718,"51":57,"52":123,"53":56,"56":18,"570":3,"6":115,"63":26,"7":330,"79":34,"8":271,"80":15,"9":135,"all_client":82050,"all_tv_clinet":12580,"insert_time":"2014-08-20T08:11:08.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69514,"10":8,"107":450,"11":274,"12":75,"13":462,"14":101,"15":221,"155":18,"156":17,"158":18,"159":27,"16":76,"160":15,"161":170,"167":45,"168":6,"17":149,"18":549,"19":315,"20":151,"209":31,"21":777,"210":17,"214":14,"215":85,"221":225,"223":652,"224":145,"225":419,"23":224,"24":953,"25":383,"257":41,"26":114,"268":7,"27":88,"273":105,"276":19,"279":8,"28":399,"281":9,"282":2,"291":17,"292":64,"30":76,"302":6,"31":34,"314":6,"32":20,"33":105,"34":96,"347":17,"35":47,"352":583,"36":147,"37":24,"38":511,"380":10,"381":30,"383":28,"389":5,"39":103,"391":29,"397":28,"40":78,"409":36,"41":53,"414":16,"415":68,"419":25,"42":99,"426":9,"43":35,"430":5,"433":4,"434":1,"44":37,"45":76,"46":162,"48":64,"49":52,"5":722,"51":55,"52":125,"53":54,"56":19,"570":3,"6":120,"63":25,"7":322,"79":35,"8":268,"80":14,"9":138,"all_client":82084,"all_tv_clinet":12570,"insert_time":"2014-08-20T08:12:08.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69670,"10":7,"107":438,"11":280,"12":77,"13":459,"14":102,"15":217,"155":18,"156":15,"158":18,"159":28,"16":78,"160":14,"161":187,"167":46,"168":6,"17":145,"18":555,"19":335,"20":149,"209":32,"21":779,"210":17,"214":14,"215":84,"221":222,"223":663,"224":138,"225":429,"23":216,"24":925,"25":396,"257":43,"26":107,"268":7,"27":91,"273":104,"276":20,"279":7,"28":405,"281":7,"282":3,"291":17,"292":67,"30":74,"302":5,"31":36,"314":8,"32":18,"33":107,"34":100,"347":20,"35":47,"352":582,"36":142,"37":27,"38":495,"380":10,"381":32,"383":28,"389":5,"39":105,"391":29,"397":28,"40":77,"409":39,"41":53,"414":15,"415":73,"419":24,"42":91,"426":9,"43":37,"430":6,"433":4,"434":1,"44":39,"45":76,"46":162,"48":64,"49":52,"5":723,"51":56,"52":119,"53":55,"56":20,"570":3,"6":120,"63":25,"7":328,"79":37,"8":270,"80":13,"9":134,"all_client":82260,"all_tv_clinet":12590,"insert_time":"2014-08-20T08:13:09.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69734,"10":8,"107":438,"11":283,"12":81,"13":446,"14":100,"15":218,"155":19,"156":16,"158":22,"159":27,"16":80,"160":13,"161":190,"167":48,"168":6,"17":143,"18":555,"19":342,"20":146,"209":30,"21":797,"210":17,"214":13,"215":84,"221":227,"223":669,"224":130,"225":436,"23":221,"24":914,"25":396,"257":44,"26":110,"268":7,"27":89,"273":95,"276":21,"279":5,"28":409,"281":7,"282":3,"291":17,"292":60,"30":66,"302":5,"31":35,"314":9,"317":1,"32":19,"33":110,"34":102,"347":17,"35":48,"352":584,"36":130,"37":31,"38":487,"380":10,"381":31,"383":31,"389":5,"39":103,"391":29,"396":1,"397":26,"40":80,"409":40,"41":60,"414":15,"415":71,"419":21,"42":85,"426":8,"43":41,"430":7,"433":4,"434":1,"44":41,"45":79,"46":163,"48":69,"49":49,"5":726,"51":56,"52":116,"53":59,"56":21,"570":3,"6":122,"63":27,"7":321,"79":37,"8":279,"80":13,"9":135,"all_client":82345,"all_tv_clinet":12611,"insert_time":"2014-08-20T08:14:10.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69795,"10":11,"107":443,"11":289,"12":83,"13":439,"14":103,"15":216,"155":17,"156":15,"158":24,"159":27,"16":84,"160":15,"161":194,"167":50,"168":6,"17":137,"18":554,"19":347,"20":147,"209":28,"21":799,"210":17,"214":12,"215":85,"221":231,"223":671,"224":126,"225":455,"23":219,"24":906,"25":396,"257":44,"26":112,"268":5,"27":88,"273":83,"276":23,"279":5,"28":400,"281":7,"282":3,"291":16,"292":58,"30":61,"302":5,"31":36,"314":9,"317":1,"32":20,"33":112,"34":109,"347":20,"35":52,"352":585,"36":129,"37":36,"38":463,"380":10,"381":32,"383":32,"389":5,"39":101,"391":28,"396":2,"397":26,"40":76,"409":38,"41":57,"414":15,"415":67,"419":22,"42":72,"426":6,"43":39,"430":8,"433":3,"434":1,"44":44,"45":79,"46":156,"48":69,"49":49,"5":739,"51":57,"52":116,"53":56,"56":20,"570":4,"6":126,"63":27,"7":333,"79":38,"8":280,"80":14,"9":142,"all_client":82412,"all_tv_clinet":12617,"insert_time":"2014-08-20T08:15:10.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69854,"10":11,"107":434,"11":288,"12":81,"13":442,"14":100,"15":209,"155":17,"156":14,"158":23,"159":25,"16":88,"160":16,"161":185,"167":52,"168":6,"17":131,"18":555,"19":353,"20":146,"209":28,"21":798,"210":17,"214":11,"215":89,"221":229,"223":689,"224":125,"225":460,"23":222,"24":926,"25":395,"257":44,"26":109,"268":4,"27":92,"273":87,"276":22,"279":6,"28":393,"281":8,"282":5,"291":16,"292":55,"30":53,"302":6,"31":37,"314":8,"317":1,"32":21,"33":112,"34":116,"347":21,"35":53,"352":594,"36":124,"37":38,"38":463,"380":11,"381":29,"383":31,"389":5,"39":103,"391":28,"396":2,"397":26,"40":73,"409":40,"41":65,"414":14,"415":62,"419":23,"42":67,"426":5,"43":41,"430":8,"433":3,"434":1,"44":47,"45":84,"46":152,"48":70,"49":47,"5":765,"51":57,"52":110,"53":55,"56":21,"570":4,"6":127,"63":27,"7":336,"79":38,"8":279,"80":14,"9":142,"all_client":82519,"all_tv_clinet":12665,"insert_time":"2014-08-20T08:16:11.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69982,"10":12,"107":431,"11":289,"12":85,"13":452,"14":97,"15":196,"155":19,"156":17,"158":23,"159":25,"16":92,"160":15,"161":177,"167":49,"168":6,"17":124,"18":553,"19":359,"20":144,"209":26,"21":799,"210":18,"211":1,"214":11,"215":96,"221":219,"223":689,"224":125,"225":455,"23":221,"24":932,"25":397,"257":43,"26":113,"268":4,"27":98,"273":85,"276":22,"279":11,"28":379,"281":9,"282":5,"291":14,"292":53,"30":47,"302":6,"306":1,"31":40,"314":9,"317":1,"32":23,"33":112,"34":122,"347":24,"35":52,"352":595,"36":127,"37":39,"38":447,"380":11,"381":26,"383":29,"389":6,"39":99,"391":24,"396":2,"397":27,"40":78,"409":43,"41":66,"414":15,"415":59,"419":22,"42":64,"426":4,"43":47,"430":8,"433":3,"434":1,"44":46,"45":87,"46":152,"48":72,"49":46,"5":772,"51":56,"52":103,"53":59,"56":22,"570":5,"6":132,"63":27,"7":341,"79":38,"8":280,"80":12,"9":146,"all_client":82647,"all_tv_clinet":12665,"insert_time":"2014-08-20T08:17:11.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69990,"10":11,"107":433,"11":297,"12":88,"13":462,"14":96,"15":184,"155":19,"156":16,"158":25,"159":24,"16":93,"160":12,"161":157,"167":48,"168":6,"17":120,"18":551,"19":360,"20":141,"209":26,"21":805,"210":20,"211":1,"214":11,"215":94,"221":211,"223":692,"224":129,"225":447,"23":217,"24":975,"25":395,"257":41,"26":115,"268":5,"27":101,"273":90,"276":20,"279":11,"28":360,"281":9,"282":7,"291":12,"292":49,"30":44,"302":5,"306":1,"31":34,"314":9,"317":1,"32":26,"33":112,"34":122,"347":27,"35":52,"352":615,"36":123,"37":39,"38":456,"380":12,"381":27,"383":30,"389":6,"39":95,"391":22,"396":1,"397":29,"40":76,"409":47,"41":59,"414":13,"415":57,"419":25,"42":58,"426":5,"43":54,"430":7,"433":3,"434":1,"44":48,"45":94,"46":155,"48":76,"49":43,"5":782,"51":57,"52":91,"53":66,"56":22,"570":4,"6":132,"63":28,"7":337,"79":40,"8":285,"80":12,"9":147,"all_client":82688,"all_tv_clinet":12698,"insert_time":"2014-08-20T08:18:12.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70103,"10":9,"107":437,"11":302,"12":90,"13":462,"14":99,"15":182,"155":18,"156":16,"158":25,"159":25,"16":87,"160":12,"161":151,"167":49,"168":6,"17":115,"18":554,"19":354,"20":142,"209":27,"21":813,"210":20,"211":1,"214":10,"215":96,"221":205,"223":698,"224":130,"225":455,"23":225,"24":975,"25":403,"257":40,"26":123,"268":7,"27":95,"273":88,"276":21,"279":11,"28":341,"281":9,"282":9,"291":12,"292":52,"30":38,"302":3,"306":1,"31":33,"314":10,"317":1,"32":27,"33":111,"34":125,"347":27,"35":47,"352":602,"36":112,"37":40,"38":463,"380":11,"381":26,"383":31,"389":6,"39":93,"391":20,"396":1,"397":29,"40":76,"409":45,"41":54,"414":15,"415":63,"419":25,"42":55,"426":4,"43":57,"430":8,"433":5,"434":1,"44":49,"45":97,"46":154,"48":72,"49":42,"5":783,"51":60,"52":87,"53":67,"56":24,"570":4,"6":139,"63":29,"7":334,"79":43,"8":290,"80":13,"9":151,"all_client":82807,"all_tv_clinet":12704,"insert_time":"2014-08-20T08:19:13.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70200,"10":9,"107":444,"11":301,"12":88,"13":465,"14":103,"15":182,"155":19,"156":16,"158":28,"159":25,"16":85,"160":13,"161":147,"167":49,"168":6,"17":107,"18":549,"19":350,"20":141,"209":27,"21":807,"210":21,"211":1,"214":10,"215":95,"221":211,"223":701,"224":133,"225":457,"23":221,"24":988,"25":399,"257":39,"26":125,"268":7,"27":84,"273":87,"276":21,"279":12,"28":340,"281":10,"282":10,"291":12,"292":53,"30":37,"302":4,"306":1,"31":34,"314":10,"317":1,"32":22,"33":116,"34":129,"347":26,"35":47,"352":614,"36":112,"37":40,"38":459,"380":11,"381":24,"383":33,"389":5,"39":87,"391":18,"397":31,"40":76,"409":46,"41":54,"414":16,"415":62,"419":25,"42":54,"426":6,"43":57,"430":10,"433":5,"434":1,"44":56,"45":100,"46":153,"48":74,"49":40,"5":795,"51":62,"52":83,"53":68,"56":22,"570":4,"6":145,"63":30,"7":336,"79":45,"8":290,"80":13,"9":149,"all_client":82936,"all_tv_clinet":12736,"insert_time":"2014-08-20T08:20:13.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70196,"10":7,"107":451,"11":315,"12":83,"13":472,"14":102,"15":186,"155":19,"156":16,"158":28,"159":25,"16":85,"160":13,"161":145,"167":50,"168":5,"17":103,"18":556,"19":350,"20":145,"209":26,"21":816,"210":22,"211":1,"214":10,"215":93,"221":209,"223":700,"224":137,"225":467,"23":230,"24":953,"25":398,"257":38,"26":129,"268":6,"27":72,"273":91,"276":20,"279":12,"28":330,"281":10,"282":15,"291":13,"292":49,"30":35,"302":4,"306":1,"31":33,"314":9,"317":1,"32":19,"33":117,"34":130,"347":28,"35":49,"352":609,"36":113,"37":45,"38":444,"380":10,"381":28,"383":29,"389":5,"39":82,"391":17,"397":31,"40":78,"409":49,"41":50,"414":16,"415":62,"419":26,"42":51,"426":6,"43":57,"430":10,"433":6,"434":1,"44":56,"45":104,"46":162,"48":72,"49":38,"5":806,"51":66,"52":72,"53":72,"56":24,"570":4,"6":143,"63":29,"7":332,"79":46,"8":295,"80":13,"9":148,"all_client":82932,"all_tv_clinet":12736,"insert_time":"2014-08-20T08:21:14.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70238,"10":8,"107":456,"11":318,"12":82,"13":484,"14":105,"15":200,"155":19,"156":15,"158":27,"159":24,"16":81,"160":12,"161":145,"167":51,"168":5,"17":99,"18":567,"19":353,"20":146,"209":24,"21":809,"210":25,"211":1,"214":11,"215":92,"221":212,"223":704,"224":137,"225":465,"23":232,"24":943,"25":404,"257":35,"26":133,"268":4,"27":68,"273":91,"276":18,"279":9,"28":320,"281":11,"282":19,"291":13,"292":47,"30":33,"302":4,"306":1,"31":33,"314":9,"317":1,"32":17,"33":119,"34":138,"347":29,"35":44,"352":616,"36":112,"37":49,"38":446,"380":10,"381":24,"383":29,"389":5,"39":80,"391":17,"397":32,"40":85,"409":49,"41":48,"414":16,"415":57,"419":24,"42":45,"426":7,"43":59,"430":11,"433":4,"434":1,"44":60,"45":102,"46":159,"48":77,"49":38,"5":812,"51":62,"52":76,"53":73,"56":24,"570":4,"6":149,"63":29,"7":328,"79":43,"8":296,"80":13,"9":153,"all_client":83014,"all_tv_clinet":12776,"insert_time":"2014-08-20T08:22:14.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70358,"10":10,"107":458,"11":333,"12":79,"13":487,"14":103,"15":209,"155":18,"156":15,"158":27,"159":24,"16":82,"160":13,"161":149,"167":51,"168":6,"17":98,"18":575,"19":345,"20":148,"209":23,"21":808,"210":24,"211":1,"214":11,"215":87,"221":207,"223":699,"224":143,"225":476,"23":230,"24":942,"25":410,"257":38,"26":134,"268":5,"27":65,"273":91,"276":17,"279":8,"28":307,"281":11,"282":20,"291":14,"292":43,"30":31,"302":2,"306":1,"31":35,"314":9,"317":1,"32":15,"33":118,"34":132,"347":29,"35":42,"352":599,"36":113,"37":52,"38":447,"380":11,"381":29,"383":26,"389":4,"39":80,"391":16,"397":34,"40":89,"409":50,"41":44,"414":14,"415":58,"419":24,"42":40,"426":7,"43":56,"430":10,"433":5,"434":1,"44":62,"45":105,"46":164,"48":80,"49":39,"5":813,"51":61,"52":77,"53":72,"56":24,"570":4,"6":145,"63":30,"7":324,"79":42,"8":295,"80":12,"9":158,"all_client":83133,"all_tv_clinet":12775,"insert_time":"2014-08-20T08:23:15.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70402,"10":10,"107":450,"11":341,"12":72,"13":491,"14":109,"15":207,"155":19,"156":16,"158":27,"159":22,"16":79,"160":16,"161":152,"167":51,"168":6,"17":99,"18":587,"19":345,"20":148,"209":20,"21":807,"210":24,"211":1,"214":11,"215":80,"221":207,"223":698,"224":147,"225":465,"23":246,"24":945,"25":419,"257":39,"26":134,"268":6,"27":66,"273":87,"276":19,"279":9,"28":303,"281":10,"282":23,"291":13,"292":47,"30":27,"302":2,"306":1,"31":35,"314":9,"317":1,"32":15,"33":121,"34":134,"347":30,"35":38,"352":595,"36":115,"37":51,"38":467,"380":10,"381":28,"383":24,"389":3,"39":80,"391":16,"397":33,"40":97,"409":49,"41":46,"414":13,"415":58,"419":24,"42":36,"426":8,"43":56,"430":10,"433":4,"434":1,"44":62,"45":110,"46":164,"48":79,"49":39,"5":809,"51":59,"52":79,"53":72,"56":24,"570":4,"6":146,"63":30,"7":309,"79":42,"8":298,"80":12,"9":162,"all_client":83212,"all_tv_clinet":12810,"insert_time":"2014-08-20T08:24:15.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70500,"10":11,"107":445,"11":348,"12":65,"13":495,"14":109,"15":197,"155":22,"156":16,"158":28,"159":21,"16":81,"160":17,"161":158,"167":54,"168":6,"17":94,"18":589,"19":346,"20":150,"209":22,"21":811,"210":25,"211":1,"214":10,"215":75,"221":204,"223":704,"224":152,"225":462,"23":245,"24":928,"25":426,"257":39,"26":138,"268":5,"27":68,"273":91,"276":17,"279":8,"28":298,"281":10,"282":27,"291":14,"292":43,"30":26,"302":4,"306":1,"31":36,"314":8,"317":1,"32":14,"33":122,"34":128,"347":29,"35":42,"352":591,"36":121,"37":47,"38":470,"380":10,"381":31,"383":26,"389":3,"39":80,"391":16,"397":33,"40":101,"409":47,"41":43,"414":15,"415":61,"419":26,"42":33,"426":9,"43":61,"430":10,"433":5,"434":1,"44":64,"45":118,"46":165,"48":77,"49":40,"5":811,"51":57,"52":75,"53":73,"56":24,"570":4,"6":139,"63":31,"7":301,"79":41,"8":294,"80":13,"9":172,"all_client":83325,"all_tv_clinet":12825,"insert_time":"2014-08-20T08:25:16.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70656,"10":7,"107":448,"11":348,"12":59,"13":492,"14":115,"15":187,"155":24,"156":15,"158":27,"159":21,"16":84,"160":18,"161":151,"167":56,"168":6,"17":94,"18":602,"19":353,"20":152,"209":26,"21":778,"210":28,"211":1,"214":9,"215":70,"221":214,"223":711,"224":166,"225":464,"23":255,"24":929,"25":441,"257":38,"26":140,"268":7,"27":64,"273":96,"276":15,"279":8,"28":290,"281":11,"282":29,"291":16,"292":42,"30":27,"302":4,"306":1,"31":37,"314":7,"32":16,"33":122,"34":112,"347":29,"35":40,"352":588,"36":123,"37":43,"38":472,"380":10,"381":29,"383":29,"389":3,"39":81,"391":17,"397":32,"40":101,"409":46,"41":46,"414":14,"415":60,"419":27,"42":33,"426":8,"43":65,"430":7,"433":5,"434":1,"44":63,"45":118,"46":164,"48":76,"49":42,"5":810,"51":58,"52":73,"53":71,"56":26,"570":4,"6":132,"63":31,"7":297,"79":43,"8":297,"80":15,"9":174,"all_client":83492,"all_tv_clinet":12836,"insert_time":"2014-08-20T08:26:16.990Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70662,"10":8,"107":454,"11":345,"12":57,"13":496,"14":127,"15":174,"155":23,"156":15,"158":27,"159":21,"16":84,"160":21,"161":164,"167":53,"168":6,"17":95,"18":605,"19":357,"20":154,"209":28,"21":750,"210":28,"211":1,"214":9,"215":73,"221":209,"223":720,"224":176,"225":465,"23":267,"24":907,"25":439,"257":40,"26":149,"268":8,"27":60,"273":95,"276":17,"279":8,"28":288,"281":11,"282":30,"291":16,"292":43,"30":25,"302":4,"306":1,"31":39,"314":7,"32":16,"33":116,"34":97,"347":28,"35":41,"352":593,"36":121,"37":43,"38":469,"380":10,"381":29,"383":29,"389":3,"39":72,"391":18,"397":31,"40":111,"409":47,"41":47,"414":16,"415":60,"419":24,"42":34,"426":9,"43":67,"430":7,"433":5,"44":66,"45":117,"46":169,"48":72,"49":40,"5":812,"51":58,"52":72,"53":77,"56":26,"570":5,"6":119,"63":29,"7":306,"79":44,"8":299,"80":14,"9":181,"all_client":83510,"all_tv_clinet":12848,"insert_time":"2014-08-20T08:27:17.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70779,"10":8,"107":465,"11":349,"12":55,"13":504,"14":134,"15":154,"155":25,"156":15,"158":26,"159":18,"16":80,"160":23,"161":174,"167":52,"168":8,"17":92,"18":604,"19":345,"20":159,"209":32,"21":730,"210":28,"211":1,"214":10,"215":74,"221":211,"223":705,"224":184,"225":472,"23":271,"24":915,"25":440,"257":40,"26":152,"268":7,"27":57,"273":90,"276":19,"279":10,"28":282,"281":10,"282":34,"291":16,"292":44,"30":26,"302":3,"306":1,"31":40,"314":6,"32":13,"33":113,"34":80,"347":29,"35":39,"352":599,"36":115,"37":44,"38":476,"380":10,"381":30,"383":27,"389":3,"39":70,"391":16,"397":32,"40":120,"409":48,"41":47,"414":16,"415":55,"419":23,"42":34,"426":10,"43":64,"430":7,"433":5,"44":67,"45":118,"46":173,"48":74,"49":41,"5":787,"51":63,"52":75,"53":77,"56":27,"570":7,"6":118,"63":29,"7":314,"79":49,"8":304,"80":14,"9":187,"all_client":83628,"all_tv_clinet":12849,"insert_time":"2014-08-20T08:28:18.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70884,"10":10,"107":472,"11":347,"12":57,"13":490,"14":132,"15":138,"155":28,"156":14,"158":25,"159":19,"16":79,"160":23,"161":171,"167":43,"168":10,"17":97,"18":604,"19":333,"20":160,"209":30,"21":713,"210":30,"214":12,"215":75,"221":223,"223":687,"224":193,"225":483,"23":277,"24":938,"25":451,"257":44,"26":154,"268":7,"27":59,"273":85,"276":19,"279":12,"28":281,"281":10,"282":38,"291":19,"292":45,"30":23,"302":4,"31":36,"314":7,"32":14,"33":113,"34":76,"347":31,"35":36,"352":613,"36":110,"37":49,"38":474,"380":10,"381":30,"383":26,"389":3,"39":71,"391":16,"396":2,"397":31,"40":127,"409":48,"41":41,"414":18,"415":56,"419":19,"42":33,"426":11,"43":67,"430":8,"433":6,"44":74,"45":113,"46":175,"48":70,"49":45,"5":759,"51":66,"52":77,"53":82,"56":26,"570":7,"6":124,"63":29,"7":317,"79":54,"8":290,"80":16,"9":193,"all_client":83747,"all_tv_clinet":12863,"insert_time":"2014-08-20T08:29:18.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70881,"10":10,"107":465,"11":354,"12":55,"13":463,"14":130,"15":122,"155":29,"156":12,"158":24,"159":19,"16":87,"160":21,"161":163,"167":41,"168":11,"17":101,"18":619,"19":313,"20":163,"209":32,"21":694,"210":28,"214":13,"215":74,"221":229,"223":676,"224":195,"225":485,"23":280,"24":972,"25":457,"257":49,"26":158,"268":6,"27":60,"273":86,"276":18,"279":15,"28":281,"281":10,"282":42,"291":22,"292":51,"30":19,"302":4,"31":41,"314":7,"32":15,"33":113,"34":71,"347":35,"35":37,"352":616,"36":108,"37":54,"38":468,"380":10,"381":31,"383":25,"389":3,"39":70,"391":17,"396":4,"397":33,"40":137,"409":54,"41":42,"414":15,"415":57,"419":20,"42":32,"426":14,"43":65,"430":8,"433":8,"44":70,"45":113,"46":176,"48":73,"49":48,"5":739,"51":63,"52":77,"53":76,"56":28,"570":6,"6":134,"63":30,"7":326,"79":57,"8":278,"80":17,"9":203,"all_client":83763,"all_tv_clinet":12882,"insert_time":"2014-08-20T08:30:19.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70981,"10":12,"107":451,"11":373,"12":55,"13":442,"14":121,"15":111,"155":29,"156":12,"158":25,"159":21,"16":90,"160":21,"161":143,"167":43,"168":11,"17":102,"18":634,"19":310,"20":161,"209":35,"21":685,"210":28,"214":13,"215":73,"221":237,"223":656,"224":198,"225":495,"23":294,"24":1003,"25":462,"257":47,"26":156,"268":6,"27":53,"273":86,"276":18,"279":16,"28":278,"281":10,"282":42,"291":21,"292":53,"30":19,"302":5,"31":45,"314":7,"32":17,"33":110,"34":64,"347":32,"35":40,"352":613,"36":113,"37":53,"38":477,"380":11,"381":32,"383":27,"389":2,"39":68,"391":18,"396":4,"397":34,"40":142,"409":60,"41":46,"414":18,"415":58,"419":17,"42":30,"426":14,"43":66,"430":6,"433":8,"44":70,"45":114,"46":180,"48":77,"49":49,"5":727,"51":59,"52":78,"53":80,"56":27,"570":4,"6":141,"63":32,"7":341,"79":56,"8":264,"80":16,"9":208,"all_client":83892,"all_tv_clinet":12911,"insert_time":"2014-08-20T08:31:20.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71090,"10":14,"107":453,"11":374,"12":50,"13":432,"14":121,"15":105,"155":28,"156":12,"158":27,"159":21,"16":95,"160":19,"161":135,"167":44,"168":10,"17":103,"18":656,"19":297,"20":158,"209":38,"21":664,"210":30,"214":14,"215":75,"221":236,"223":646,"224":204,"225":492,"23":302,"24":1020,"25":470,"257":48,"26":161,"268":6,"27":54,"273":77,"276":21,"279":13,"28":281,"281":11,"282":42,"291":21,"292":56,"30":18,"302":4,"31":45,"314":8,"32":14,"33":112,"34":64,"347":32,"35":39,"352":613,"36":110,"37":55,"38":469,"380":12,"381":38,"383":28,"389":1,"39":66,"391":19,"396":4,"397":36,"40":150,"409":64,"41":45,"414":18,"415":57,"419":15,"42":27,"426":16,"43":69,"430":8,"433":9,"44":71,"45":112,"46":181,"48":81,"49":51,"5":703,"51":60,"52":78,"53":81,"56":28,"570":5,"6":152,"63":32,"7":350,"79":57,"8":248,"80":16,"9":203,"all_client":84000,"all_tv_clinet":12910,"insert_time":"2014-08-20T08:32:20.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71188,"10":15,"107":449,"11":377,"12":51,"13":424,"14":124,"15":100,"155":30,"156":12,"158":28,"159":20,"16":93,"160":18,"161":129,"167":43,"168":10,"17":103,"18":680,"19":285,"20":155,"209":39,"21":639,"210":31,"211":1,"214":14,"215":70,"221":249,"223":639,"224":209,"225":514,"23":298,"24":1026,"25":488,"257":44,"26":159,"268":6,"27":50,"273":76,"276":22,"279":17,"28":288,"281":10,"282":37,"291":21,"292":54,"30":19,"302":4,"306":1,"31":43,"314":9,"32":14,"33":111,"34":64,"347":33,"35":36,"352":620,"36":111,"37":55,"38":466,"380":12,"381":37,"383":28,"389":1,"39":64,"391":19,"396":3,"397":38,"40":144,"409":67,"41":47,"414":19,"415":56,"419":13,"42":23,"426":15,"43":75,"430":10,"433":10,"44":76,"45":104,"46":183,"48":82,"49":52,"5":691,"51":58,"52":83,"53":79,"56":26,"570":5,"6":147,"63":32,"7":359,"79":57,"8":233,"80":16,"9":204,"all_client":84089,"all_tv_clinet":12901,"insert_time":"2014-08-20T08:33:21.211Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71326,"10":15,"107":449,"11":394,"12":52,"13":419,"14":126,"15":93,"155":30,"156":11,"158":30,"159":21,"16":88,"160":17,"161":131,"167":40,"168":10,"17":106,"18":702,"19":286,"20":153,"209":39,"21":623,"210":31,"211":1,"214":15,"215":70,"221":252,"223":638,"224":210,"225":522,"23":302,"24":1029,"25":490,"257":44,"26":160,"268":6,"27":48,"273":77,"276":23,"279":16,"28":299,"281":10,"282":31,"291":20,"292":52,"30":17,"302":4,"306":1,"31":46,"314":9,"32":12,"33":113,"34":63,"347":33,"35":39,"352":625,"36":116,"37":55,"38":464,"380":13,"381":41,"383":28,"389":2,"39":61,"391":18,"396":4,"397":38,"40":138,"409":68,"41":49,"414":16,"415":53,"419":10,"42":26,"426":18,"43":78,"430":11,"433":9,"44":81,"45":93,"46":182,"48":86,"49":57,"5":678,"51":59,"52":87,"53":76,"56":26,"570":5,"6":155,"63":30,"7":366,"79":58,"8":226,"80":16,"9":196,"all_client":84262,"all_tv_clinet":12936,"insert_time":"2014-08-20T08:34:21.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71466,"10":16,"107":455,"11":418,"12":52,"13":414,"14":133,"15":89,"155":32,"156":9,"158":28,"159":21,"16":81,"160":18,"161":139,"167":39,"168":10,"17":103,"18":709,"19":291,"20":153,"209":41,"21":612,"210":34,"211":1,"214":14,"215":70,"221":242,"223":641,"224":211,"225":529,"23":307,"24":1032,"25":492,"257":40,"26":160,"268":6,"27":46,"273":82,"276":24,"279":16,"28":310,"281":8,"282":25,"291":19,"292":60,"30":16,"302":6,"306":1,"31":44,"314":8,"32":10,"33":112,"34":64,"347":33,"35":42,"352":636,"36":118,"37":56,"38":470,"380":12,"381":43,"383":28,"389":2,"39":61,"391":18,"396":4,"397":39,"40":142,"409":72,"41":46,"414":15,"415":57,"419":10,"42":26,"426":17,"43":82,"430":11,"433":9,"44":77,"45":83,"46":180,"48":87,"49":59,"5":660,"51":59,"52":85,"53":74,"56":26,"570":6,"6":157,"63":27,"7":360,"79":58,"8":217,"80":16,"9":201,"all_client":84440,"all_tv_clinet":12974,"insert_time":"2014-08-20T08:35:22.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71560,"10":15,"107":455,"11":421,"12":55,"13":404,"14":135,"15":84,"155":31,"156":9,"158":29,"159":22,"16":80,"160":17,"161":141,"167":40,"168":11,"17":98,"18":704,"19":287,"20":155,"209":40,"21":596,"210":36,"211":3,"214":16,"215":75,"221":244,"223":652,"224":215,"225":543,"23":312,"24":1038,"25":487,"257":39,"26":166,"268":7,"27":42,"273":84,"276":24,"279":15,"28":308,"281":9,"282":24,"291":20,"292":71,"30":14,"302":6,"31":46,"314":6,"32":11,"33":113,"34":57,"347":32,"35":42,"352":633,"36":113,"37":53,"38":470,"380":11,"381":42,"383":27,"389":2,"39":62,"391":19,"396":4,"397":40,"40":142,"409":75,"41":48,"414":15,"415":58,"419":12,"42":26,"426":16,"43":81,"430":13,"433":8,"44":77,"45":78,"46":172,"48":90,"49":65,"5":641,"51":58,"52":90,"53":77,"56":27,"570":6,"6":161,"63":25,"7":353,"79":58,"8":210,"80":17,"9":196,"all_client":84517,"all_tv_clinet":12957,"insert_time":"2014-08-20T08:36:22.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71652,"10":17,"107":460,"11":424,"12":53,"13":398,"14":142,"15":88,"155":33,"156":10,"158":34,"159":20,"16":80,"160":17,"161":144,"167":39,"168":10,"17":99,"18":687,"19":290,"20":159,"209":36,"21":598,"210":38,"211":3,"214":17,"215":74,"221":238,"223":658,"224":215,"225":548,"23":321,"24":1048,"25":486,"257":42,"26":164,"268":7,"27":41,"273":89,"276":24,"279":18,"28":315,"281":10,"282":22,"291":18,"292":75,"30":13,"302":6,"31":45,"314":8,"32":9,"33":115,"34":53,"347":32,"35":45,"352":641,"36":108,"37":58,"38":462,"380":11,"381":42,"383":26,"389":2,"39":62,"391":18,"396":4,"397":40,"40":145,"409":76,"41":46,"414":17,"415":58,"419":14,"42":27,"426":13,"43":84,"430":14,"433":8,"44":80,"45":71,"46":166,"48":88,"49":72,"5":629,"51":56,"52":91,"53":76,"56":27,"570":6,"6":166,"63":27,"7":352,"79":57,"8":207,"80":16,"9":196,"all_client":84646,"all_tv_clinet":12994,"insert_time":"2014-08-20T08:37:23.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71644,"10":16,"107":448,"11":422,"12":57,"13":385,"14":144,"15":86,"155":33,"156":11,"158":36,"159":18,"16":78,"160":17,"161":156,"167":42,"168":9,"17":92,"18":666,"19":280,"20":164,"209":34,"21":601,"210":41,"211":3,"214":16,"215":75,"221":243,"223":662,"224":220,"225":552,"23":321,"24":1058,"25":490,"257":44,"26":165,"268":6,"27":40,"273":94,"276":25,"279":19,"28":324,"281":9,"282":22,"291":21,"292":87,"30":13,"302":5,"31":48,"314":7,"32":8,"33":122,"34":51,"347":30,"35":47,"352":634,"36":107,"37":59,"38":461,"380":11,"381":42,"383":24,"389":2,"39":58,"391":18,"396":3,"397":38,"40":143,"409":65,"41":51,"414":18,"415":60,"419":14,"42":35,"426":13,"43":87,"430":13,"433":9,"44":83,"45":65,"46":153,"48":85,"49":79,"5":607,"51":54,"52":93,"53":77,"56":27,"570":7,"6":181,"63":25,"7":355,"79":56,"8":208,"80":18,"9":194,"all_client":84639,"all_tv_clinet":12995,"insert_time":"2014-08-20T08:38:24.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71722,"10":15,"107":445,"11":428,"12":62,"13":374,"14":141,"15":88,"155":34,"156":13,"158":37,"159":17,"16":80,"160":19,"161":169,"167":45,"168":8,"17":93,"18":650,"19":273,"20":165,"209":35,"21":599,"210":41,"211":3,"214":16,"215":75,"221":244,"223":637,"224":224,"225":553,"23":325,"24":1046,"25":492,"257":50,"26":167,"268":5,"27":39,"273":94,"276":26,"279":19,"28":321,"281":9,"282":17,"291":21,"292":104,"30":13,"302":5,"31":50,"314":7,"32":7,"33":126,"34":44,"347":25,"35":50,"352":623,"36":104,"37":63,"38":469,"380":10,"381":44,"383":23,"389":3,"39":60,"391":16,"396":4,"397":40,"40":129,"409":53,"41":49,"414":18,"415":57,"419":17,"42":50,"426":13,"43":90,"430":12,"433":9,"44":83,"45":63,"46":151,"48":84,"49":85,"5":592,"51":52,"52":94,"53":84,"56":28,"570":7,"6":192,"63":23,"7":339,"79":56,"8":206,"80":19,"9":198,"all_client":84679,"all_tv_clinet":12957,"insert_time":"2014-08-20T08:39:24.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71750,"10":15,"107":446,"11":437,"12":71,"13":359,"14":144,"15":81,"155":33,"156":14,"158":39,"159":16,"16":85,"160":19,"161":182,"167":44,"168":7,"17":93,"18":636,"19":278,"20":166,"209":36,"21":600,"210":41,"211":3,"214":16,"215":73,"221":237,"223":636,"224":228,"225":566,"23":321,"24":1018,"25":495,"257":51,"26":163,"268":5,"27":39,"273":98,"276":26,"279":18,"28":323,"281":11,"282":18,"291":21,"292":115,"30":12,"302":5,"31":53,"314":8,"32":8,"33":132,"34":44,"347":23,"35":50,"352":635,"36":109,"37":67,"38":486,"380":10,"381":42,"383":21,"389":3,"39":60,"391":16,"396":4,"397":39,"40":117,"409":50,"41":51,"414":15,"415":61,"419":18,"42":60,"426":13,"43":93,"430":13,"433":9,"44":83,"45":62,"46":149,"48":84,"49":94,"5":567,"51":45,"52":93,"53":79,"56":27,"570":7,"6":197,"63":23,"7":346,"79":58,"8":207,"80":19,"9":196,"all_client":84736,"all_tv_clinet":12986,"insert_time":"2014-08-20T08:40:25.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71783,"10":16,"107":453,"11":437,"12":73,"13":332,"14":148,"15":90,"155":33,"156":14,"158":38,"159":18,"16":86,"160":18,"161":174,"167":46,"168":7,"17":96,"18":631,"19":291,"20":168,"209":33,"21":607,"210":40,"211":3,"214":16,"215":72,"221":221,"223":635,"224":237,"225":575,"23":314,"24":1014,"25":505,"257":51,"26":167,"268":5,"27":37,"273":104,"276":27,"279":21,"28":325,"281":12,"282":17,"291":19,"292":133,"30":13,"302":5,"31":61,"314":8,"32":8,"33":137,"34":46,"347":19,"35":57,"352":635,"36":100,"37":71,"38":486,"380":10,"381":42,"383":23,"389":3,"39":58,"391":15,"396":5,"397":38,"40":101,"409":47,"41":51,"414":15,"415":63,"419":19,"42":64,"426":10,"43":92,"430":12,"433":10,"44":85,"45":61,"46":141,"48":72,"49":98,"5":550,"51":47,"52":94,"53":79,"56":27,"570":8,"6":197,"63":25,"7":356,"79":58,"8":206,"80":19,"9":200,"all_client":84789,"all_tv_clinet":13006,"insert_time":"2014-08-20T08:41:26.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71817,"10":17,"107":457,"11":447,"12":73,"13":323,"14":146,"15":87,"155":34,"156":14,"158":38,"159":21,"16":85,"160":19,"161":168,"167":44,"168":7,"17":99,"18":615,"19":299,"20":169,"209":34,"21":602,"210":40,"211":2,"214":18,"215":75,"221":221,"223":631,"224":238,"225":577,"23":312,"24":1007,"25":502,"257":49,"26":171,"268":5,"27":36,"273":109,"276":27,"279":21,"28":344,"281":11,"282":20,"291":20,"292":127,"30":13,"302":6,"31":66,"314":8,"32":7,"33":136,"34":42,"347":19,"35":62,"352":642,"36":101,"37":73,"38":503,"380":10,"381":41,"383":25,"389":3,"39":57,"391":16,"396":4,"397":36,"40":97,"409":53,"41":55,"414":15,"415":67,"419":18,"42":63,"426":9,"43":94,"430":14,"433":9,"44":86,"45":55,"46":136,"48":68,"49":97,"5":531,"51":43,"52":96,"53":78,"56":27,"570":9,"6":196,"63":22,"7":360,"79":60,"8":203,"80":18,"9":204,"all_client":84831,"all_tv_clinet":13014,"insert_time":"2014-08-20T08:42:26.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71947,"10":17,"107":446,"11":458,"12":76,"13":318,"14":143,"15":87,"155":34,"156":14,"158":37,"159":22,"16":84,"160":19,"161":168,"167":43,"168":7,"17":108,"18":599,"19":308,"20":165,"209":34,"21":594,"210":40,"211":2,"214":18,"215":78,"221":226,"223":629,"224":233,"225":571,"23":313,"24":1018,"25":481,"257":55,"26":179,"268":4,"27":32,"273":108,"276":27,"279":21,"28":344,"281":10,"282":22,"291":21,"292":112,"30":15,"302":6,"31":67,"314":8,"32":6,"33":139,"34":39,"347":18,"35":68,"352":661,"36":103,"37":71,"38":504,"380":8,"381":39,"383":27,"389":5,"39":57,"391":16,"396":4,"397":36,"40":94,"409":59,"41":52,"414":18,"415":69,"419":16,"42":73,"426":7,"43":91,"430":16,"433":8,"44":84,"45":51,"46":136,"48":59,"49":101,"5":525,"51":43,"52":99,"53":75,"56":26,"570":10,"6":197,"63":22,"7":364,"79":59,"8":198,"80":19,"9":206,"all_client":84946,"all_tv_clinet":12999,"insert_time":"2014-08-20T08:43:27.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72044,"10":17,"107":443,"11":468,"12":80,"13":304,"14":148,"15":81,"155":35,"156":13,"158":35,"159":22,"16":81,"160":20,"161":176,"167":45,"168":7,"17":109,"18":595,"19":323,"20":160,"209":37,"21":585,"210":39,"211":2,"214":18,"215":75,"221":229,"223":633,"224":234,"225":567,"23":304,"24":1049,"25":452,"257":57,"26":180,"268":5,"27":33,"273":101,"276":27,"279":18,"28":348,"281":12,"282":22,"291":20,"292":102,"30":14,"302":6,"31":69,"314":8,"32":6,"33":142,"34":37,"347":17,"35":72,"352":658,"36":108,"37":69,"38":506,"380":8,"381":38,"383":27,"389":6,"39":60,"391":16,"396":5,"397":34,"40":84,"409":62,"41":55,"414":18,"415":68,"419":23,"42":73,"426":6,"43":89,"430":17,"433":8,"44":74,"45":51,"46":130,"48":56,"49":106,"5":518,"51":45,"52":102,"53":74,"56":27,"570":11,"6":190,"63":21,"7":375,"79":58,"8":199,"80":20,"9":206,"all_client":85027,"all_tv_clinet":12983,"insert_time":"2014-08-20T08:44:28.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72127,"10":17,"107":439,"11":480,"12":87,"13":324,"14":140,"15":81,"155":36,"156":14,"158":36,"159":18,"16":81,"160":19,"161":177,"167":44,"168":8,"17":110,"18":587,"19":335,"20":165,"209":41,"21":589,"210":40,"211":2,"214":20,"215":74,"221":226,"223":627,"224":241,"225":564,"23":314,"24":1068,"25":417,"257":57,"26":175,"268":6,"27":34,"273":99,"276":27,"279":18,"28":353,"281":12,"282":21,"291":19,"292":94,"30":16,"302":6,"31":71,"314":9,"32":4,"33":146,"34":40,"347":17,"35":75,"352":661,"36":107,"37":67,"38":503,"380":7,"381":41,"383":27,"389":6,"39":58,"391":18,"396":4,"397":33,"40":80,"409":65,"41":55,"414":17,"415":68,"419":24,"42":68,"426":6,"43":92,"430":19,"433":7,"44":65,"45":47,"46":124,"48":55,"49":109,"5":503,"51":46,"52":97,"53":77,"56":27,"570":10,"6":183,"63":21,"7":400,"79":62,"8":196,"80":20,"9":213,"all_client":85135,"all_tv_clinet":13008,"insert_time":"2014-08-20T08:45:34.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72286,"10":17,"107":450,"11":491,"12":87,"13":319,"14":136,"15":84,"155":36,"156":15,"158":42,"159":17,"16":85,"160":23,"161":181,"167":43,"168":8,"17":116,"18":590,"19":343,"20":168,"209":40,"21":582,"210":39,"211":2,"214":21,"215":78,"221":225,"223":628,"224":244,"225":577,"23":312,"24":1076,"25":406,"257":56,"26":164,"268":6,"27":30,"273":95,"276":27,"279":18,"28":349,"281":12,"282":18,"291":20,"292":93,"30":12,"302":5,"31":65,"314":6,"32":6,"33":144,"34":39,"347":15,"35":74,"352":647,"36":112,"37":70,"38":501,"380":6,"381":42,"383":30,"389":6,"39":63,"391":19,"396":5,"397":34,"40":74,"409":63,"41":59,"414":15,"415":65,"419":25,"42":60,"426":6,"43":87,"430":21,"433":8,"44":55,"45":46,"46":124,"48":55,"49":112,"5":495,"51":46,"52":102,"53":81,"56":28,"570":11,"6":187,"63":19,"7":396,"79":58,"8":197,"80":18,"9":205,"all_client":85274,"all_tv_clinet":12988,"insert_time":"2014-08-20T08:46:34.788Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72379,"10":18,"107":453,"11":497,"12":82,"13":315,"14":128,"15":88,"155":36,"156":14,"158":45,"159":15,"16":87,"160":27,"161":186,"167":41,"168":9,"17":122,"18":590,"19":359,"20":173,"209":47,"21":578,"210":38,"211":2,"214":20,"215":83,"221":231,"223":642,"224":249,"225":596,"23":314,"24":1079,"25":389,"257":56,"26":146,"268":7,"27":31,"273":92,"276":30,"279":18,"28":354,"281":10,"282":18,"291":22,"292":88,"30":12,"302":5,"31":65,"314":7,"32":7,"33":148,"34":36,"347":15,"35":73,"352":645,"36":114,"37":68,"38":511,"380":5,"381":42,"383":34,"389":5,"39":65,"391":18,"396":5,"397":33,"40":68,"409":64,"41":58,"414":13,"415":61,"419":25,"42":51,"426":5,"43":83,"430":21,"433":6,"44":49,"45":45,"46":124,"48":53,"49":110,"5":481,"51":46,"52":101,"53":79,"56":25,"570":12,"6":189,"63":17,"7":397,"79":56,"8":201,"80":17,"9":201,"all_client":85375,"all_tv_clinet":12996,"insert_time":"2014-08-20T08:47:35.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72479,"10":19,"107":452,"11":492,"12":79,"13":307,"14":126,"15":91,"155":35,"156":12,"158":44,"159":15,"16":89,"160":27,"161":183,"167":41,"168":9,"17":130,"18":599,"19":371,"20":173,"209":46,"21":578,"210":37,"211":1,"214":19,"215":83,"221":229,"223":655,"224":247,"225":612,"23":327,"24":1090,"25":376,"257":56,"26":147,"268":6,"27":29,"273":92,"276":31,"279":18,"28":359,"281":10,"282":15,"291":22,"292":85,"30":11,"302":5,"31":63,"314":7,"32":11,"33":149,"34":34,"347":15,"35":76,"352":644,"36":116,"37":67,"38":514,"380":6,"381":40,"383":32,"389":6,"39":64,"391":17,"396":7,"397":34,"40":67,"409":68,"41":57,"414":14,"415":59,"419":26,"42":45,"426":4,"43":70,"430":21,"433":6,"44":45,"45":41,"46":118,"48":49,"49":116,"5":473,"51":44,"52":100,"53":75,"56":19,"570":14,"6":196,"63":17,"7":407,"79":54,"8":217,"80":17,"9":182,"all_client":85482,"all_tv_clinet":13003,"insert_time":"2014-08-20T08:48:35.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72534,"10":19,"107":451,"11":492,"12":79,"13":303,"14":129,"15":90,"155":37,"156":13,"158":43,"159":11,"16":90,"160":28,"161":181,"167":45,"168":9,"17":132,"18":599,"19":382,"20":173,"209":42,"21":585,"210":34,"214":19,"215":84,"221":234,"223":663,"224":250,"225":610,"23":331,"24":1103,"25":365,"257":55,"26":141,"268":7,"27":31,"273":93,"276":33,"279":20,"28":362,"281":9,"282":14,"291":21,"292":85,"30":11,"302":6,"31":69,"314":7,"32":11,"33":151,"34":36,"347":15,"35":76,"352":645,"36":122,"37":66,"38":514,"380":8,"381":38,"383":32,"389":6,"39":64,"391":16,"396":6,"397":33,"40":65,"409":71,"41":55,"414":14,"415":56,"419":27,"42":36,"426":3,"43":65,"430":23,"433":6,"44":40,"45":41,"46":120,"48":48,"49":116,"5":467,"51":45,"52":102,"53":66,"56":16,"570":13,"6":198,"63":15,"7":408,"79":58,"8":222,"80":16,"9":173,"all_client":85548,"all_tv_clinet":13014,"insert_time":"2014-08-20T08:49:36.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72512,"10":22,"107":454,"11":499,"12":77,"13":308,"14":130,"15":94,"155":37,"156":13,"158":44,"159":12,"16":91,"160":28,"161":176,"167":47,"168":8,"17":140,"18":597,"19":385,"20":171,"209":38,"21":595,"210":33,"211":1,"214":20,"215":85,"221":244,"223":652,"224":257,"225":593,"23":331,"24":1095,"25":357,"257":56,"26":142,"268":6,"27":30,"273":93,"276":33,"279":24,"28":370,"281":11,"282":13,"291":18,"292":91,"30":10,"302":6,"306":1,"31":64,"314":8,"32":14,"33":149,"34":39,"347":14,"35":76,"352":632,"36":121,"37":65,"38":520,"380":8,"381":37,"383":32,"389":6,"39":66,"391":16,"396":4,"397":34,"40":71,"409":66,"41":59,"414":12,"415":60,"419":26,"42":31,"426":2,"43":60,"430":22,"433":7,"44":40,"45":40,"46":124,"48":44,"49":122,"5":464,"51":45,"52":106,"53":68,"56":13,"570":12,"6":203,"63":15,"7":405,"79":56,"8":229,"80":17,"9":167,"all_client":85541,"all_tv_clinet":13029,"insert_time":"2014-08-20T08:50:37.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72523,"10":25,"107":460,"11":504,"12":80,"13":317,"14":135,"15":96,"155":39,"156":13,"158":43,"159":12,"16":95,"160":30,"161":180,"167":49,"168":7,"17":137,"18":586,"19":396,"20":171,"209":38,"21":611,"210":33,"211":1,"214":20,"215":87,"221":236,"223":644,"224":273,"225":575,"23":331,"24":1103,"25":350,"257":57,"26":144,"268":7,"27":30,"273":93,"276":33,"279":26,"28":374,"281":11,"282":14,"291":17,"292":95,"30":12,"302":6,"306":1,"31":62,"314":8,"32":15,"33":149,"34":34,"347":14,"35":73,"352":630,"36":128,"37":64,"38":514,"380":11,"381":39,"383":33,"389":5,"39":66,"391":13,"396":4,"397":35,"40":73,"409":55,"41":62,"414":11,"415":66,"419":27,"42":32,"426":2,"43":57,"430":20,"433":8,"44":37,"45":37,"46":121,"48":38,"49":125,"5":455,"51":44,"52":109,"53":63,"56":12,"570":12,"6":210,"63":16,"7":395,"79":54,"8":241,"80":18,"9":163,"all_client":85580,"all_tv_clinet":13057,"insert_time":"2014-08-20T08:51:37.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72660,"10":24,"107":464,"11":512,"12":75,"13":313,"14":138,"15":101,"155":36,"156":12,"158":45,"159":14,"16":95,"160":26,"161":184,"167":50,"168":7,"17":139,"18":582,"19":412,"20":169,"209":38,"21":622,"210":34,"211":1,"214":19,"215":83,"221":246,"223":639,"224":281,"225":548,"23":319,"24":1106,"25":355,"257":58,"26":146,"268":7,"27":28,"273":99,"276":35,"279":25,"28":374,"281":12,"282":14,"291":17,"292":100,"30":12,"302":5,"306":1,"31":62,"314":6,"32":15,"33":150,"34":37,"347":13,"35":80,"352":622,"36":125,"37":53,"38":512,"380":11,"381":38,"383":35,"389":5,"39":70,"391":16,"396":4,"397":36,"40":73,"409":46,"41":59,"414":8,"415":72,"419":29,"42":30,"426":3,"43":54,"430":20,"433":8,"44":34,"45":32,"46":120,"48":39,"49":125,"5":449,"51":47,"52":107,"53":66,"56":11,"570":12,"6":219,"63":12,"7":399,"79":53,"8":245,"80":15,"9":168,"all_client":85727,"all_tv_clinet":13067,"insert_time":"2014-08-20T08:52:38.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72792,"10":24,"107":486,"11":522,"12":76,"13":311,"14":138,"15":94,"155":37,"156":12,"158":46,"159":12,"16":99,"160":25,"161":187,"167":50,"168":7,"17":143,"18":583,"19":407,"20":167,"209":36,"21":628,"210":35,"214":19,"215":84,"221":244,"223":634,"224":288,"225":548,"23":318,"24":1068,"25":357,"257":52,"26":145,"268":7,"27":28,"273":106,"276":35,"279":24,"28":377,"281":13,"282":16,"291":17,"292":106,"30":15,"302":5,"306":1,"31":65,"314":5,"32":15,"33":146,"34":36,"347":13,"35":83,"352":620,"36":132,"37":49,"38":502,"380":11,"381":41,"383":32,"389":5,"39":74,"391":14,"396":5,"397":37,"40":72,"409":44,"41":66,"414":8,"415":68,"419":35,"42":29,"426":4,"43":54,"430":17,"433":8,"44":32,"45":29,"46":113,"48":37,"49":121,"5":449,"51":45,"52":107,"53":65,"56":10,"570":12,"6":217,"63":13,"7":403,"79":55,"8":249,"80":15,"9":173,"all_client":85859,"all_tv_clinet":13067,"insert_time":"2014-08-20T08:53:39.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72844,"10":24,"107":477,"11":506,"12":85,"13":305,"14":131,"15":96,"155":37,"156":11,"158":47,"159":11,"16":107,"160":26,"161":186,"167":51,"168":7,"17":145,"18":600,"19":398,"20":167,"209":35,"21":631,"210":36,"214":20,"215":85,"221":247,"223":647,"224":288,"225":546,"23":325,"24":1037,"25":379,"257":54,"26":151,"268":6,"27":25,"273":117,"276":37,"279":22,"28":377,"281":12,"282":16,"291":17,"292":121,"30":17,"302":5,"306":1,"31":70,"314":5,"32":16,"33":142,"34":36,"347":13,"35":84,"352":630,"36":138,"37":45,"38":501,"380":11,"381":39,"383":37,"389":6,"39":79,"391":15,"396":5,"397":37,"40":72,"409":41,"41":59,"414":7,"415":67,"419":40,"42":27,"426":6,"43":47,"430":16,"433":7,"44":30,"45":28,"46":116,"48":36,"49":123,"5":458,"51":46,"52":107,"53":65,"56":9,"570":11,"6":204,"63":13,"7":411,"79":56,"8":252,"80":14,"9":175,"all_client":85967,"all_tv_clinet":13123,"insert_time":"2014-08-20T08:54:39.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72900,"10":25,"107":471,"11":478,"12":94,"13":310,"14":113,"15":99,"155":37,"156":12,"158":48,"159":12,"16":117,"160":25,"161":179,"167":51,"168":7,"17":148,"18":616,"19":388,"20":162,"209":32,"21":636,"210":37,"214":20,"215":88,"221":239,"223":652,"224":285,"225":539,"23":335,"24":1012,"25":403,"257":53,"26":157,"268":5,"27":25,"273":123,"276":37,"279":23,"28":372,"281":12,"282":14,"291":17,"292":138,"30":21,"302":5,"306":1,"31":73,"314":5,"32":20,"33":138,"34":40,"347":14,"35":87,"352":617,"36":132,"37":44,"38":505,"380":13,"381":43,"383":35,"389":6,"39":82,"391":15,"396":5,"397":36,"40":71,"409":38,"41":62,"414":7,"415":69,"419":48,"42":23,"426":7,"43":47,"430":17,"433":7,"44":27,"45":24,"46":123,"48":36,"49":130,"5":459,"51":45,"52":110,"53":70,"56":8,"570":10,"6":181,"63":15,"7":415,"79":57,"8":253,"80":13,"9":192,"all_client":86047,"all_tv_clinet":13147,"insert_time":"2014-08-20T08:55:40.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72928,"10":23,"107":479,"11":451,"12":102,"13":300,"14":108,"15":105,"155":35,"156":11,"158":48,"159":10,"16":128,"160":24,"161":171,"167":50,"168":8,"17":150,"18":633,"19":402,"20":152,"209":33,"21":648,"210":35,"214":21,"215":87,"221":244,"223":655,"224":261,"225":534,"23":332,"24":988,"25":409,"257":59,"26":166,"268":5,"27":23,"273":130,"276":35,"279":27,"28":380,"281":11,"282":12,"291":16,"292":153,"30":28,"302":7,"306":1,"31":71,"314":9,"32":20,"33":132,"34":37,"347":16,"35":91,"352":621,"36":129,"37":46,"38":524,"380":13,"381":41,"383":38,"389":6,"39":93,"391":16,"396":5,"397":35,"40":75,"409":37,"41":58,"414":9,"415":69,"419":51,"42":22,"426":10,"43":41,"430":18,"433":6,"44":27,"45":21,"46":132,"48":35,"49":129,"5":481,"51":44,"52":111,"53":63,"56":9,"570":10,"6":159,"63":15,"7":421,"79":57,"8":259,"80":14,"9":200,"all_client":86144,"all_tv_clinet":13216,"insert_time":"2014-08-20T08:56:40.811Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73117,"10":24,"107":472,"11":424,"12":98,"13":290,"14":103,"15":112,"155":32,"156":12,"158":50,"159":10,"16":135,"160":26,"161":170,"167":52,"168":6,"17":152,"18":650,"19":422,"20":148,"209":35,"21":655,"210":35,"214":23,"215":90,"221":242,"223":656,"224":232,"225":536,"23":319,"24":992,"25":430,"257":62,"26":174,"268":5,"27":23,"273":124,"276":36,"279":30,"28":384,"281":12,"282":11,"291":18,"292":164,"30":33,"302":7,"306":1,"31":69,"314":11,"32":19,"33":131,"34":37,"347":14,"35":90,"352":633,"36":125,"37":42,"38":521,"380":12,"381":43,"383":38,"389":6,"39":99,"391":17,"396":4,"397":36,"40":77,"409":33,"41":52,"414":10,"415":69,"419":55,"42":21,"426":11,"43":37,"430":21,"433":6,"44":23,"45":21,"46":137,"48":36,"49":128,"5":489,"51":45,"52":110,"53":63,"56":10,"570":9,"6":139,"63":15,"7":435,"79":56,"8":267,"80":14,"9":208,"all_client":86378,"all_tv_clinet":13261,"insert_time":"2014-08-20T08:57:41.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73186,"10":23,"107":489,"11":412,"12":89,"13":291,"14":107,"15":107,"155":30,"156":14,"158":51,"159":14,"16":140,"160":27,"161":169,"167":49,"168":6,"17":153,"18":646,"19":450,"20":147,"209":35,"21":663,"210":35,"211":1,"214":23,"215":88,"221":243,"223":670,"224":206,"225":523,"23":321,"24":953,"25":434,"257":63,"26":180,"268":6,"27":24,"273":115,"276":37,"279":26,"28":388,"281":14,"282":12,"291":19,"292":165,"30":35,"302":8,"306":1,"31":65,"314":11,"32":21,"33":130,"34":36,"347":12,"35":90,"352":646,"36":123,"37":37,"38":524,"380":10,"381":43,"383":40,"389":6,"39":101,"391":14,"396":4,"397":36,"40":81,"409":32,"41":52,"414":12,"415":66,"419":55,"42":18,"426":8,"43":29,"430":23,"433":7,"44":21,"45":22,"46":136,"48":33,"49":130,"5":504,"51":41,"52":109,"53":62,"56":10,"570":9,"6":138,"63":15,"7":455,"79":58,"8":265,"80":14,"9":215,"all_client":86457,"all_tv_clinet":13271,"insert_time":"2014-08-20T08:58:41.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73293,"10":20,"107":492,"11":396,"12":84,"13":293,"14":101,"15":108,"155":27,"156":14,"158":52,"159":14,"16":151,"160":29,"161":165,"167":49,"168":6,"17":158,"18":621,"19":487,"20":141,"209":35,"21":683,"210":34,"211":1,"214":22,"215":93,"221":249,"223":681,"224":186,"225":519,"23":319,"24":929,"25":450,"257":62,"26":189,"268":6,"27":25,"273":104,"276":36,"279":29,"28":393,"281":18,"282":13,"291":19,"292":150,"30":37,"302":6,"31":57,"314":9,"32":22,"33":131,"34":33,"347":12,"35":95,"352":652,"36":125,"37":34,"38":528,"380":10,"381":40,"383":39,"389":7,"39":109,"391":13,"396":4,"397":37,"40":90,"409":28,"41":55,"414":13,"415":70,"419":58,"42":19,"426":10,"43":31,"430":25,"433":7,"44":21,"45":19,"46":149,"48":31,"49":134,"5":517,"51":38,"52":109,"53":61,"56":9,"570":8,"6":137,"63":17,"7":444,"79":57,"8":273,"80":16,"9":228,"all_client":86620,"all_tv_clinet":13327,"insert_time":"2014-08-20T08:59:42.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73338,"10":20,"107":514,"11":400,"12":84,"13":287,"14":102,"15":111,"155":29,"156":14,"158":51,"159":16,"16":152,"160":29,"161":160,"167":52,"168":6,"17":157,"18":597,"19":523,"20":137,"209":32,"21":700,"210":31,"211":1,"214":23,"215":95,"221":239,"223":689,"224":165,"225":514,"23":311,"24":929,"25":450,"257":63,"26":198,"268":8,"27":27,"273":99,"276":36,"279":31,"28":394,"281":18,"282":12,"291":21,"292":133,"30":44,"302":6,"31":51,"314":8,"32":23,"33":131,"34":32,"347":12,"35":98,"352":654,"36":130,"37":35,"38":523,"380":11,"381":38,"383":39,"389":7,"39":108,"391":14,"396":5,"397":36,"40":95,"409":26,"41":57,"414":14,"415":66,"419":59,"42":17,"426":10,"43":30,"430":25,"433":8,"44":23,"45":18,"46":161,"48":31,"49":137,"5":523,"51":39,"52":107,"53":64,"56":8,"570":7,"6":138,"63":16,"7":443,"79":56,"8":274,"80":17,"9":229,"all_client":86701,"all_tv_clinet":13363,"insert_time":"2014-08-20T09:00:43.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73378,"10":21,"107":520,"11":400,"12":86,"13":297,"14":103,"15":118,"155":33,"156":15,"158":50,"159":15,"16":152,"160":28,"161":158,"167":54,"168":7,"17":166,"18":578,"19":550,"20":136,"209":35,"21":717,"210":28,"211":1,"214":23,"215":97,"221":239,"223":688,"224":155,"225":519,"23":309,"24":901,"25":460,"257":63,"26":196,"268":9,"27":27,"273":97,"276":38,"279":30,"28":395,"281":17,"282":12,"291":21,"292":123,"30":52,"302":5,"306":1,"31":48,"314":8,"32":21,"33":135,"34":29,"347":12,"35":101,"352":658,"36":133,"37":32,"38":530,"380":13,"381":35,"383":39,"389":7,"39":111,"391":14,"396":6,"397":35,"40":96,"409":27,"41":57,"414":14,"415":72,"419":56,"42":16,"426":11,"43":32,"430":24,"433":8,"44":22,"45":20,"46":165,"48":31,"49":137,"5":531,"51":39,"52":106,"53":64,"56":10,"570":7,"6":149,"63":18,"7":440,"79":50,"8":273,"80":17,"9":220,"all_client":86802,"all_tv_clinet":13424,"insert_time":"2014-08-20T09:01:43.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73532,"10":23,"107":530,"11":397,"12":91,"13":298,"14":103,"15":121,"155":34,"156":17,"158":48,"159":17,"16":156,"160":23,"161":152,"167":56,"168":7,"17":162,"18":578,"19":573,"20":133,"209":31,"21":721,"210":23,"211":1,"214":25,"215":100,"221":244,"223":709,"224":148,"225":516,"23":321,"24":886,"25":465,"257":64,"26":194,"268":9,"27":32,"273":91,"276":38,"279":30,"28":385,"281":16,"282":10,"291":21,"292":117,"30":55,"302":4,"306":1,"31":45,"314":7,"32":24,"33":142,"34":31,"347":9,"35":96,"352":653,"36":142,"37":30,"38":529,"380":14,"381":36,"383":40,"389":7,"39":112,"391":18,"396":6,"397":34,"40":97,"409":35,"41":61,"414":18,"415":70,"419":49,"42":15,"426":11,"43":28,"430":22,"433":9,"44":22,"45":19,"46":176,"48":31,"49":143,"5":535,"51":40,"52":105,"53":58,"56":11,"570":7,"6":160,"63":17,"7":431,"79":46,"8":275,"80":14,"9":213,"all_client":87001,"all_tv_clinet":13469,"insert_time":"2014-08-20T09:02:44.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73649,"10":22,"107":542,"11":409,"12":100,"13":301,"14":106,"15":119,"155":36,"156":19,"158":44,"159":17,"16":154,"160":23,"161":146,"167":57,"168":8,"17":164,"18":588,"19":591,"20":135,"209":31,"21":736,"210":18,"211":2,"214":25,"215":102,"221":240,"223":702,"224":142,"225":516,"23":334,"24":867,"25":481,"257":63,"26":202,"268":8,"27":33,"273":89,"276":40,"279":32,"28":390,"281":15,"282":8,"291":22,"292":112,"30":61,"302":5,"306":1,"31":45,"314":6,"32":26,"33":144,"34":31,"347":9,"35":89,"352":661,"36":136,"37":26,"38":533,"380":13,"381":34,"383":44,"389":8,"39":114,"391":21,"396":5,"397":33,"40":100,"409":39,"41":62,"414":21,"415":68,"419":40,"42":13,"426":14,"43":30,"430":21,"433":8,"44":22,"45":21,"46":191,"48":32,"49":146,"5":541,"51":37,"52":94,"53":50,"56":10,"570":8,"6":169,"63":18,"7":411,"79":38,"8":279,"80":15,"9":215,"all_client":87198,"all_tv_clinet":13549,"insert_time":"2014-08-20T09:03:46.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73735,"10":19,"107":549,"11":423,"12":97,"13":312,"14":98,"15":116,"155":34,"156":19,"158":44,"159":17,"16":155,"160":26,"161":152,"167":57,"168":9,"17":166,"18":592,"19":602,"20":140,"209":34,"21":736,"210":17,"211":2,"214":24,"215":107,"221":239,"223":713,"224":141,"225":519,"23":340,"24":865,"25":482,"257":59,"26":199,"268":9,"27":30,"273":87,"276":42,"279":33,"28":395,"281":14,"282":8,"291":22,"292":109,"30":67,"302":6,"306":1,"31":43,"314":8,"32":27,"33":152,"34":30,"347":10,"35":75,"352":654,"36":133,"37":22,"38":539,"380":12,"381":39,"383":43,"389":9,"39":115,"391":20,"396":5,"397":34,"40":109,"409":42,"41":61,"414":23,"415":67,"419":38,"42":14,"426":13,"43":31,"430":22,"433":8,"44":19,"45":22,"46":200,"48":35,"49":139,"5":540,"51":42,"52":87,"53":48,"56":9,"570":8,"6":165,"63":17,"7":399,"79":37,"8":288,"80":16,"9":223,"all_client":87354,"all_tv_clinet":13619,"insert_time":"2014-08-20T09:04:46.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73850,"10":19,"107":541,"11":426,"12":86,"13":328,"14":100,"15":119,"155":33,"156":19,"158":46,"159":16,"16":148,"160":29,"161":164,"167":57,"168":9,"17":169,"18":594,"19":620,"20":141,"209":33,"21":751,"210":17,"211":2,"214":22,"215":93,"221":242,"223":711,"224":133,"225":529,"23":356,"24":843,"25":485,"257":55,"26":202,"268":8,"27":30,"273":80,"276":46,"279":36,"28":401,"281":13,"282":11,"291":21,"292":99,"30":73,"302":6,"306":1,"31":42,"314":8,"32":25,"33":156,"34":28,"347":10,"35":66,"352":660,"36":137,"37":21,"38":536,"380":11,"381":39,"383":43,"389":10,"39":118,"391":24,"396":6,"397":34,"40":117,"409":46,"41":62,"414":28,"415":63,"419":36,"42":16,"426":12,"43":35,"430":21,"433":8,"44":22,"45":23,"46":200,"48":36,"49":133,"5":540,"51":43,"52":81,"53":46,"56":10,"570":7,"6":171,"63":18,"7":390,"79":34,"8":288,"80":15,"9":225,"all_client":87513,"all_tv_clinet":13663,"insert_time":"2014-08-20T09:05:47.357Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73890,"10":19,"107":545,"11":429,"12":81,"13":329,"14":107,"15":118,"155":33,"156":19,"158":44,"159":17,"16":149,"160":27,"161":169,"167":55,"168":10,"17":169,"18":604,"19":617,"20":143,"209":31,"21":763,"210":16,"211":2,"214":19,"215":88,"221":238,"223":714,"224":124,"225":540,"23":357,"24":853,"25":478,"257":55,"26":204,"268":8,"27":29,"273":75,"276":47,"279":39,"28":399,"281":13,"282":10,"291":19,"292":93,"30":77,"302":6,"306":1,"31":42,"314":7,"32":25,"33":162,"34":29,"347":10,"35":62,"352":659,"36":144,"37":17,"38":533,"380":11,"381":44,"383":37,"389":10,"39":119,"391":24,"396":8,"397":36,"40":116,"409":53,"41":61,"414":33,"415":63,"419":33,"42":16,"426":8,"43":38,"430":21,"433":8,"44":24,"45":23,"46":204,"48":35,"49":121,"5":540,"51":45,"52":79,"53":42,"56":9,"570":7,"6":179,"63":18,"7":384,"79":33,"8":291,"80":16,"9":238,"all_client":87589,"all_tv_clinet":13699,"insert_time":"2014-08-20T09:06:47.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74090,"10":18,"107":537,"11":419,"12":78,"13":345,"14":108,"15":115,"155":34,"156":19,"158":45,"159":16,"16":143,"160":29,"161":169,"167":55,"168":10,"17":176,"18":614,"19":622,"20":148,"209":29,"21":765,"210":14,"211":1,"214":20,"215":81,"221":233,"223":718,"224":113,"225":559,"23":370,"24":862,"25":480,"257":53,"26":202,"268":9,"27":31,"273":71,"276":49,"279":42,"28":406,"281":13,"282":10,"291":18,"292":94,"30":82,"302":5,"306":3,"31":43,"314":6,"32":22,"33":161,"34":29,"347":8,"35":61,"352":656,"36":140,"37":17,"38":541,"380":12,"381":44,"383":35,"389":10,"39":123,"391":27,"396":8,"397":37,"40":119,"409":55,"41":68,"414":32,"415":59,"419":33,"42":21,"426":8,"43":38,"430":23,"433":10,"44":29,"45":24,"46":206,"48":31,"49":105,"5":546,"51":44,"52":82,"53":38,"56":8,"570":7,"6":184,"63":17,"7":376,"79":37,"8":298,"80":16,"9":242,"all_client":87859,"all_tv_clinet":13769,"insert_time":"2014-08-20T09:07:48.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74159,"10":22,"107":532,"11":424,"12":79,"13":353,"14":107,"15":106,"155":34,"156":20,"158":51,"159":14,"16":143,"160":31,"161":178,"167":54,"168":10,"17":174,"18":628,"19":620,"20":146,"209":28,"21":755,"210":14,"211":1,"214":20,"215":80,"221":228,"223":717,"224":108,"225":542,"23":381,"24":871,"25":473,"257":55,"26":202,"268":10,"27":32,"273":73,"276":51,"279":40,"28":416,"281":12,"282":10,"291":17,"292":95,"30":88,"302":5,"306":4,"31":46,"314":6,"32":19,"33":162,"34":30,"347":8,"35":57,"352":656,"36":145,"37":13,"38":540,"380":11,"381":46,"383":36,"389":9,"39":122,"391":28,"396":7,"397":38,"40":122,"409":52,"41":64,"414":28,"415":60,"419":33,"42":21,"426":13,"43":40,"430":25,"433":10,"44":29,"45":22,"46":209,"48":35,"49":102,"5":556,"51":46,"52":78,"53":41,"56":7,"570":8,"6":192,"63":17,"7":376,"79":37,"8":297,"80":19,"9":247,"all_client":87978,"all_tv_clinet":13819,"insert_time":"2014-08-20T09:08:49.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74259,"10":23,"107":534,"11":427,"12":84,"13":360,"14":111,"15":99,"155":35,"156":20,"158":50,"159":10,"16":140,"160":29,"161":180,"167":53,"168":8,"17":178,"18":641,"19":622,"20":140,"209":28,"21":747,"210":14,"211":1,"214":18,"215":76,"221":231,"223":727,"224":100,"225":553,"23":391,"24":885,"25":476,"257":57,"26":200,"268":9,"27":32,"273":70,"276":53,"279":37,"28":412,"281":12,"282":9,"291":17,"292":91,"30":91,"302":6,"306":4,"31":44,"314":6,"32":19,"33":166,"34":31,"347":8,"35":53,"352":656,"36":142,"37":13,"38":539,"380":13,"381":43,"383":39,"389":9,"39":119,"391":28,"396":8,"397":40,"40":124,"409":51,"41":60,"414":23,"415":62,"419":32,"42":24,"426":18,"43":42,"430":27,"433":10,"44":35,"45":22,"46":201,"48":34,"49":93,"5":546,"51":45,"52":77,"53":43,"56":8,"570":7,"6":194,"63":17,"7":361,"79":39,"8":296,"80":21,"9":250,"all_client":88088,"all_tv_clinet":13829,"insert_time":"2014-08-20T09:09:49.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74377,"10":23,"107":531,"11":422,"12":86,"13":354,"14":110,"15":105,"155":37,"156":19,"158":53,"159":10,"16":139,"160":28,"161":190,"167":52,"168":7,"17":182,"18":633,"19":636,"20":135,"209":27,"21":737,"210":13,"211":1,"214":19,"215":74,"221":234,"223":725,"224":95,"225":560,"23":400,"24":900,"25":480,"257":58,"26":197,"268":7,"27":30,"273":70,"276":56,"279":41,"28":412,"281":12,"282":10,"291":16,"292":89,"30":100,"302":7,"306":5,"31":46,"314":6,"32":22,"33":170,"34":32,"347":9,"35":50,"352":646,"36":144,"37":12,"38":527,"380":15,"381":39,"383":42,"389":8,"39":118,"391":25,"396":7,"397":41,"40":127,"409":53,"41":64,"414":26,"415":62,"419":32,"42":24,"426":18,"43":39,"430":25,"433":10,"44":36,"45":22,"46":204,"48":37,"49":90,"5":551,"51":44,"52":77,"53":40,"56":9,"570":7,"6":200,"63":16,"7":357,"79":41,"8":302,"80":22,"9":243,"all_client":88241,"all_tv_clinet":13864,"insert_time":"2014-08-20T09:10:51.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74525,"10":26,"107":522,"11":424,"12":93,"13":358,"14":106,"15":106,"155":40,"156":19,"158":52,"159":9,"16":138,"160":28,"161":197,"167":53,"168":7,"17":185,"18":618,"19":639,"20":130,"209":25,"21":738,"210":13,"211":1,"214":18,"215":76,"221":219,"223":738,"224":90,"225":577,"23":410,"24":904,"25":486,"257":58,"26":200,"268":6,"27":29,"273":70,"276":56,"279":40,"28":409,"281":11,"282":9,"291":15,"292":86,"30":107,"302":7,"306":5,"31":44,"314":6,"32":22,"33":175,"34":30,"347":11,"35":45,"352":640,"36":141,"37":11,"38":521,"380":16,"381":37,"383":42,"389":8,"39":120,"391":21,"396":7,"397":41,"40":125,"409":55,"41":64,"414":26,"415":62,"419":36,"42":27,"426":18,"43":41,"430":27,"433":10,"44":36,"45":22,"46":213,"48":37,"49":87,"5":544,"51":44,"52":77,"53":44,"56":10,"570":6,"6":203,"63":17,"7":345,"79":43,"8":300,"80":23,"9":230,"all_client":88388,"all_tv_clinet":13863,"insert_time":"2014-08-20T09:11:51.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74662,"10":28,"107":516,"11":442,"12":102,"13":370,"14":107,"15":100,"155":40,"156":19,"158":53,"159":10,"16":132,"160":28,"161":209,"167":53,"168":8,"17":183,"18":618,"19":646,"20":132,"209":24,"21":734,"210":12,"211":1,"214":19,"215":75,"221":216,"223":729,"224":87,"225":587,"23":411,"24":891,"25":480,"257":60,"26":198,"268":5,"27":30,"273":72,"276":54,"279":43,"28":416,"281":11,"282":12,"291":15,"292":83,"30":106,"302":7,"306":7,"31":46,"314":7,"32":22,"33":181,"34":31,"347":10,"35":44,"352":634,"36":133,"37":11,"38":511,"380":17,"381":39,"383":42,"389":8,"39":118,"391":19,"396":6,"397":41,"40":123,"409":57,"41":66,"414":28,"415":65,"419":37,"42":30,"426":16,"43":43,"430":27,"433":10,"44":37,"45":23,"46":218,"48":37,"49":85,"5":542,"51":47,"52":77,"53":49,"56":14,"570":7,"6":213,"63":19,"7":332,"79":39,"8":300,"80":25,"9":222,"all_client":88551,"all_tv_clinet":13889,"insert_time":"2014-08-20T09:12:52.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74828,"10":27,"107":518,"11":460,"12":107,"13":378,"14":107,"15":105,"155":40,"156":19,"158":54,"159":12,"16":133,"160":29,"161":214,"167":52,"168":8,"17":182,"18":618,"19":647,"20":131,"209":23,"21":737,"210":11,"211":2,"214":17,"215":75,"221":217,"223":714,"224":92,"225":590,"23":403,"24":889,"25":479,"257":60,"26":201,"268":5,"27":31,"273":66,"276":53,"279":45,"28":419,"281":8,"282":11,"291":15,"292":82,"30":110,"302":7,"306":7,"31":45,"314":7,"32":21,"33":176,"34":30,"347":12,"35":44,"352":633,"36":137,"37":12,"38":508,"380":18,"381":41,"383":38,"389":8,"39":119,"391":20,"396":6,"397":41,"40":120,"409":60,"41":64,"414":29,"415":65,"419":39,"42":34,"426":13,"43":45,"430":28,"433":9,"44":42,"45":27,"46":217,"48":37,"49":81,"5":553,"51":44,"52":75,"53":45,"56":13,"570":5,"6":223,"63":19,"7":322,"79":40,"8":303,"80":26,"9":223,"all_client":88755,"all_tv_clinet":13927,"insert_time":"2014-08-20T09:13:53.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74969,"10":24,"107":526,"11":453,"12":109,"13":393,"14":109,"15":104,"155":40,"156":20,"158":56,"159":11,"16":132,"160":28,"161":212,"167":55,"168":6,"17":175,"18":621,"19":643,"20":126,"209":22,"21":736,"210":10,"211":2,"214":17,"215":77,"221":220,"223":711,"224":91,"225":593,"23":415,"24":895,"25":476,"257":58,"26":203,"268":5,"27":28,"273":65,"276":55,"279":48,"28":412,"281":7,"282":11,"291":15,"292":83,"30":115,"302":7,"306":7,"31":44,"314":5,"32":25,"33":161,"34":32,"347":11,"35":43,"352":632,"36":137,"37":12,"38":503,"380":18,"381":44,"383":36,"389":8,"39":122,"391":21,"396":6,"397":42,"40":119,"409":61,"41":68,"414":30,"415":68,"419":45,"42":36,"426":12,"43":45,"430":28,"433":10,"44":45,"45":26,"46":210,"48":35,"49":81,"5":554,"51":47,"52":71,"53":44,"56":14,"570":4,"6":229,"63":19,"7":316,"79":39,"8":308,"80":26,"9":216,"all_client":88904,"all_tv_clinet":13935,"insert_time":"2014-08-20T09:14:53.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75025,"10":24,"107":518,"11":448,"12":118,"13":407,"14":104,"15":102,"155":45,"156":18,"158":56,"159":11,"16":130,"160":30,"161":199,"167":56,"168":5,"17":166,"18":607,"19":653,"20":126,"209":18,"21":729,"210":8,"211":3,"214":18,"215":75,"221":221,"223":720,"224":96,"225":604,"23":429,"24":922,"25":490,"257":59,"26":201,"268":5,"27":26,"273":62,"276":56,"279":50,"28":388,"281":8,"282":11,"291":15,"292":87,"30":114,"302":6,"306":7,"31":39,"314":5,"32":23,"33":148,"34":30,"347":12,"35":43,"352":649,"36":135,"37":12,"38":507,"380":18,"381":43,"383":36,"389":7,"39":124,"391":22,"396":5,"397":42,"40":120,"409":63,"41":69,"414":29,"415":73,"419":51,"42":41,"426":11,"43":42,"430":24,"433":11,"44":47,"45":26,"46":213,"48":37,"49":78,"5":564,"51":46,"52":70,"53":44,"56":16,"570":4,"6":235,"63":22,"7":318,"79":39,"8":316,"80":26,"9":211,"all_client":89022,"all_tv_clinet":13997,"insert_time":"2014-08-20T09:15:54.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75214,"10":25,"107":506,"11":450,"12":122,"13":425,"14":105,"15":98,"155":45,"156":18,"158":56,"159":12,"16":130,"160":31,"161":184,"167":58,"168":5,"17":149,"18":615,"19":634,"20":125,"209":19,"21":716,"210":6,"211":3,"214":18,"215":76,"221":222,"223":737,"224":104,"225":594,"23":440,"24":951,"25":485,"257":60,"26":202,"268":4,"27":27,"273":59,"276":59,"279":57,"28":364,"281":7,"282":9,"291":15,"292":88,"30":109,"302":6,"306":7,"31":38,"314":4,"32":23,"33":135,"34":30,"347":14,"35":40,"352":660,"36":132,"37":10,"38":493,"380":15,"381":43,"383":39,"389":6,"39":127,"391":22,"396":4,"397":41,"40":112,"409":70,"41":72,"414":34,"415":71,"419":64,"42":45,"426":13,"43":41,"430":23,"433":12,"44":47,"45":24,"46":213,"48":34,"49":85,"5":569,"51":45,"52":75,"53":45,"56":18,"570":5,"6":226,"63":23,"7":318,"79":35,"8":321,"80":26,"9":216,"all_client":89209,"all_tv_clinet":13995,"insert_time":"2014-08-20T09:16:55.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75354,"10":24,"107":497,"11":461,"12":126,"13":429,"14":110,"15":101,"155":50,"156":17,"158":58,"159":10,"16":125,"160":33,"161":186,"167":59,"168":5,"17":140,"18":630,"19":600,"20":128,"209":24,"21":690,"210":5,"211":3,"214":18,"215":80,"221":223,"223":723,"224":117,"225":602,"23":446,"24":972,"25":491,"257":60,"26":195,"268":3,"27":27,"273":61,"276":61,"279":60,"28":344,"281":7,"282":6,"291":16,"292":104,"30":116,"302":5,"306":7,"31":36,"314":5,"32":22,"33":122,"34":31,"347":15,"35":40,"352":675,"36":137,"37":12,"38":475,"380":15,"381":47,"383":35,"389":6,"39":127,"391":22,"396":3,"397":41,"40":98,"409":76,"41":74,"414":33,"415":73,"419":71,"42":46,"426":14,"43":39,"430":26,"433":12,"44":52,"45":24,"46":213,"48":36,"49":93,"5":580,"51":46,"52":80,"53":46,"56":20,"570":5,"6":227,"63":22,"7":315,"79":31,"8":321,"80":25,"9":223,"all_client":89396,"all_tv_clinet":14042,"insert_time":"2014-08-20T09:17:55.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75555,"10":23,"107":497,"11":476,"12":128,"13":431,"14":111,"15":103,"155":50,"156":17,"158":63,"159":11,"16":122,"160":32,"161":196,"167":61,"168":5,"17":137,"18":644,"19":573,"20":134,"209":25,"21":664,"210":5,"211":3,"214":18,"215":76,"221":229,"223":716,"224":137,"225":616,"23":452,"24":984,"25":505,"257":58,"26":197,"268":5,"27":28,"273":65,"276":63,"279":63,"28":336,"281":6,"282":6,"291":15,"292":102,"30":120,"302":6,"306":7,"31":33,"314":5,"32":24,"33":115,"34":32,"347":16,"35":39,"352":669,"36":142,"37":12,"38":454,"380":14,"381":50,"383":34,"389":5,"39":129,"391":23,"396":3,"397":41,"40":88,"409":74,"41":77,"414":38,"415":73,"419":75,"42":50,"426":13,"43":36,"430":27,"433":12,"44":53,"45":22,"46":215,"48":38,"49":97,"5":585,"51":49,"52":81,"53":40,"56":18,"570":5,"6":238,"63":24,"7":303,"79":28,"8":314,"80":23,"9":228,"all_client":89640,"all_tv_clinet":14085,"insert_time":"2014-08-20T09:18:56.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75745,"10":24,"107":498,"11":479,"12":126,"13":431,"14":114,"15":97,"155":51,"156":17,"158":63,"159":8,"16":115,"160":35,"161":206,"167":61,"168":5,"17":130,"18":664,"19":553,"20":141,"209":24,"21":644,"210":6,"211":3,"214":21,"215":75,"221":229,"223":712,"224":148,"225":628,"23":463,"24":1002,"25":514,"257":60,"26":198,"268":5,"27":28,"273":63,"276":64,"279":61,"28":330,"281":7,"282":6,"291":14,"292":109,"30":125,"302":6,"306":8,"31":31,"314":6,"32":21,"33":110,"34":32,"347":16,"35":37,"352":675,"36":140,"37":12,"38":440,"380":12,"381":55,"383":40,"389":5,"39":123,"391":20,"396":3,"397":42,"40":80,"409":76,"41":74,"414":38,"415":74,"419":76,"42":52,"426":10,"43":36,"430":29,"433":11,"44":52,"45":20,"46":216,"48":38,"49":98,"5":595,"51":52,"52":80,"53":42,"56":18,"570":5,"6":245,"63":25,"7":296,"79":25,"8":312,"80":25,"9":231,"all_client":89867,"all_tv_clinet":14122,"insert_time":"2014-08-20T09:19:56.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75955,"10":29,"107":490,"11":491,"12":117,"13":427,"14":115,"15":93,"155":53,"156":17,"158":63,"159":9,"16":115,"160":32,"161":215,"167":62,"168":4,"17":128,"18":679,"19":534,"20":138,"209":24,"21":612,"210":5,"211":3,"214":21,"215":78,"221":233,"223":713,"224":152,"225":634,"23":479,"24":1024,"25":515,"257":61,"26":201,"268":4,"27":27,"273":63,"276":65,"279":62,"28":316,"281":8,"282":6,"291":14,"292":116,"30":119,"302":6,"306":9,"31":32,"314":4,"32":20,"33":106,"34":30,"347":19,"35":34,"352":672,"36":132,"37":13,"38":432,"380":12,"381":55,"383":38,"389":5,"39":124,"391":17,"396":3,"397":44,"40":77,"409":77,"41":63,"414":36,"415":65,"419":79,"42":64,"426":9,"43":36,"430":30,"433":11,"44":51,"45":21,"46":225,"48":39,"49":99,"5":607,"51":48,"52":86,"53":42,"56":18,"570":4,"6":254,"63":25,"7":305,"79":24,"8":312,"80":28,"9":243,"all_client":90106,"all_tv_clinet":14151,"insert_time":"2014-08-20T09:20:57.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76147,"10":27,"107":495,"11":501,"12":102,"13":441,"14":107,"15":94,"155":58,"156":16,"158":64,"159":9,"16":119,"160":35,"161":225,"167":63,"168":4,"17":122,"18":685,"19":527,"20":137,"209":27,"21":597,"210":5,"211":5,"214":19,"215":78,"221":236,"223":718,"224":158,"225":629,"23":486,"24":1020,"25":506,"257":66,"26":213,"268":2,"27":25,"273":61,"276":62,"279":68,"28":311,"281":8,"282":8,"291":14,"292":126,"30":123,"302":6,"306":9,"31":32,"314":5,"32":23,"33":103,"34":28,"347":19,"35":34,"352":666,"36":130,"37":12,"38":435,"380":13,"381":56,"383":37,"389":5,"39":124,"391":16,"396":4,"397":43,"40":71,"409":78,"41":64,"414":35,"415":70,"419":83,"42":65,"426":8,"43":35,"430":32,"433":11,"44":51,"45":18,"46":223,"48":39,"49":95,"5":619,"51":51,"52":88,"53":43,"56":17,"570":5,"6":258,"63":25,"7":301,"79":23,"8":310,"80":30,"9":245,"all_client":90342,"all_tv_clinet":14195,"insert_time":"2014-08-20T09:21:58.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76333,"10":29,"107":506,"11":495,"12":100,"13":443,"14":108,"15":93,"155":60,"156":16,"158":65,"159":8,"16":121,"160":34,"161":230,"167":65,"168":4,"17":123,"18":678,"19":521,"20":126,"209":25,"21":585,"210":4,"211":5,"214":21,"215":77,"221":236,"223":720,"224":162,"225":627,"23":496,"24":1021,"25":508,"257":68,"26":225,"268":2,"27":25,"273":65,"276":63,"279":77,"28":297,"281":8,"282":7,"291":14,"292":136,"30":123,"302":7,"306":8,"31":28,"314":5,"32":25,"33":96,"34":28,"347":21,"35":33,"352":664,"36":127,"37":13,"38":430,"380":15,"381":58,"383":33,"389":4,"39":126,"391":17,"396":4,"397":43,"40":72,"409":77,"41":62,"414":37,"415":67,"419":86,"42":69,"426":7,"43":35,"430":32,"433":11,"44":49,"45":17,"46":221,"48":36,"49":100,"5":627,"51":52,"52":93,"53":41,"56":17,"570":5,"6":257,"63":25,"7":308,"79":23,"8":312,"80":31,"9":264,"all_client":90573,"all_tv_clinet":14240,"insert_time":"2014-08-20T09:22:59.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76469,"10":24,"107":513,"11":497,"12":91,"13":444,"14":111,"15":97,"155":62,"156":18,"158":62,"159":8,"16":129,"160":38,"161":231,"167":66,"168":4,"17":124,"18":691,"19":530,"20":122,"209":23,"21":588,"210":4,"211":8,"214":24,"215":76,"221":231,"223":719,"224":165,"225":622,"23":504,"24":1025,"25":510,"257":72,"26":222,"268":1,"27":25,"273":63,"276":65,"279":85,"28":291,"281":7,"282":10,"291":14,"292":151,"30":116,"302":7,"306":7,"31":27,"314":5,"32":21,"33":96,"34":28,"347":21,"35":31,"352":660,"36":127,"37":13,"38":435,"380":16,"381":55,"383":34,"389":4,"39":128,"391":16,"396":4,"397":42,"40":69,"409":64,"41":64,"414":40,"415":69,"419":96,"42":73,"426":5,"43":34,"430":30,"433":12,"44":51,"45":16,"46":219,"48":34,"49":104,"5":636,"51":53,"52":96,"53":43,"56":18,"570":5,"6":268,"63":25,"7":310,"79":24,"8":313,"80":30,"9":281,"all_client":90811,"all_tv_clinet":14342,"insert_time":"2014-08-20T09:24:00.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76507,"10":27,"107":513,"11":512,"12":81,"13":444,"14":112,"15":103,"155":62,"156":18,"158":57,"159":10,"16":131,"160":36,"161":231,"167":66,"168":4,"17":121,"18":711,"19":544,"20":118,"209":25,"21":596,"210":4,"211":9,"214":23,"215":73,"221":230,"223":716,"224":172,"225":630,"23":504,"24":1032,"25":509,"257":69,"26":214,"268":1,"27":25,"273":61,"276":65,"279":86,"28":286,"281":8,"282":10,"291":14,"292":167,"30":111,"302":7,"306":7,"31":27,"314":3,"32":20,"33":94,"34":27,"347":23,"35":29,"352":677,"36":129,"37":14,"38":425,"380":17,"381":54,"383":34,"389":5,"39":133,"391":16,"396":2,"397":43,"40":66,"409":56,"41":56,"414":41,"415":71,"419":99,"42":80,"426":5,"43":29,"430":30,"433":11,"44":51,"45":18,"46":222,"48":34,"49":108,"5":639,"51":54,"52":89,"53":44,"56":17,"570":4,"6":274,"63":24,"7":306,"79":24,"8":317,"80":29,"9":297,"all_client":90929,"all_tv_clinet":14422,"insert_time":"2014-08-20T09:25:00.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76684,"10":27,"107":504,"11":527,"12":77,"13":451,"14":111,"15":102,"155":64,"156":17,"158":53,"159":12,"16":130,"160":37,"161":237,"167":66,"168":4,"17":114,"18":718,"19":556,"20":115,"209":25,"21":592,"210":4,"211":9,"214":24,"215":74,"221":239,"223":727,"224":177,"225":631,"23":513,"24":1028,"25":513,"257":70,"26":185,"268":1,"27":21,"273":60,"276":63,"279":89,"28":282,"281":8,"282":10,"291":14,"292":173,"30":108,"302":8,"306":7,"31":28,"314":2,"32":21,"33":93,"34":29,"347":24,"35":27,"352":692,"36":131,"37":14,"38":430,"380":18,"381":53,"383":35,"389":5,"39":134,"391":16,"396":2,"397":42,"40":60,"409":50,"41":55,"414":42,"415":69,"419":100,"42":87,"426":7,"43":31,"430":31,"433":12,"44":50,"45":18,"46":222,"48":34,"49":110,"5":635,"51":52,"52":91,"53":44,"56":17,"570":3,"6":274,"63":27,"7":308,"79":24,"8":317,"80":26,"9":308,"all_client":91161,"all_tv_clinet":14477,"insert_time":"2014-08-20T09:26:01.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76846,"10":34,"107":503,"11":534,"12":75,"13":465,"14":110,"15":95,"155":66,"156":16,"158":50,"159":11,"16":136,"160":38,"161":225,"167":68,"168":4,"17":111,"18":720,"19":571,"20":116,"209":25,"21":586,"210":4,"211":9,"214":25,"215":74,"221":250,"223":752,"224":186,"225":628,"23":538,"24":1032,"25":509,"257":70,"26":159,"268":1,"27":21,"273":62,"276":62,"279":92,"28":276,"281":7,"282":8,"291":14,"292":180,"30":105,"302":10,"306":7,"31":28,"314":3,"32":22,"33":93,"34":26,"347":26,"35":27,"352":709,"36":131,"37":12,"38":429,"380":18,"381":53,"383":31,"389":5,"39":131,"391":15,"396":2,"397":43,"40":60,"409":51,"41":56,"414":39,"415":64,"419":102,"42":94,"426":8,"43":28,"430":29,"433":10,"44":52,"45":19,"46":212,"48":30,"49":107,"5":645,"51":52,"52":97,"53":42,"56":18,"570":5,"6":273,"63":27,"7":301,"79":25,"8":317,"80":27,"9":314,"all_client":91394,"all_tv_clinet":14548,"insert_time":"2014-08-20T09:27:02.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77013,"10":36,"107":507,"11":523,"12":72,"13":460,"14":106,"15":85,"155":67,"156":18,"158":47,"159":13,"16":133,"160":38,"161":209,"167":67,"168":3,"17":116,"18":733,"19":594,"20":116,"209":26,"21":582,"210":5,"211":10,"214":26,"215":80,"221":247,"223":759,"224":192,"225":620,"23":545,"24":1048,"25":515,"257":67,"26":135,"268":1,"27":21,"273":62,"276":63,"279":106,"28":271,"281":5,"282":7,"291":14,"292":169,"30":105,"302":11,"306":8,"31":26,"314":3,"32":19,"33":86,"34":26,"347":28,"35":26,"352":723,"36":135,"37":8,"38":427,"380":18,"381":55,"383":33,"389":6,"39":132,"391":13,"396":2,"397":41,"40":62,"409":55,"41":56,"414":34,"415":65,"419":108,"42":103,"426":8,"43":30,"430":27,"433":9,"434":1,"44":54,"45":17,"46":196,"48":33,"49":104,"5":662,"51":49,"52":101,"53":41,"56":20,"570":6,"6":266,"63":26,"7":300,"79":25,"8":307,"80":28,"9":329,"all_client":91585,"all_tv_clinet":14572,"insert_time":"2014-08-20T09:28:03.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77100,"10":36,"107":505,"11":524,"12":66,"13":466,"14":110,"15":73,"155":68,"156":18,"158":45,"159":16,"16":133,"160":39,"161":196,"167":69,"168":4,"17":125,"18":750,"19":606,"20":115,"209":28,"21":581,"210":6,"211":10,"214":26,"215":87,"221":250,"223":782,"224":200,"225":622,"23":559,"24":1052,"25":518,"257":63,"26":131,"268":1,"27":22,"273":61,"276":63,"279":109,"28":264,"281":4,"282":6,"291":15,"292":164,"30":106,"302":11,"306":8,"31":30,"314":3,"32":17,"33":85,"34":22,"347":29,"35":28,"352":726,"36":129,"37":10,"38":417,"380":20,"381":58,"383":37,"389":6,"39":131,"391":13,"396":2,"397":37,"40":59,"409":62,"41":62,"414":33,"415":64,"419":117,"42":109,"426":8,"43":35,"430":21,"433":7,"434":1,"44":55,"45":17,"46":183,"48":34,"49":106,"5":673,"51":52,"52":105,"53":39,"56":21,"570":7,"6":270,"63":26,"7":303,"79":27,"8":285,"80":27,"9":339,"all_client":91760,"all_tv_clinet":14660,"insert_time":"2014-08-20T09:29:04.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77298,"10":35,"107":501,"11":521,"12":66,"13":477,"14":105,"15":72,"155":68,"156":19,"158":43,"159":19,"16":124,"160":37,"161":187,"167":69,"168":4,"17":128,"18":753,"19":618,"20":115,"209":25,"21":592,"210":5,"211":9,"214":27,"215":91,"221":252,"223":797,"224":198,"225":639,"23":559,"24":1056,"25":525,"257":67,"26":119,"268":3,"27":26,"273":58,"276":62,"279":115,"28":258,"281":5,"282":6,"291":17,"292":134,"30":105,"302":10,"306":8,"31":34,"314":3,"32":14,"33":84,"34":24,"347":28,"35":27,"352":707,"36":132,"37":10,"38":426,"380":20,"381":63,"383":40,"389":6,"39":137,"391":14,"396":1,"397":34,"40":61,"409":71,"41":61,"414":32,"415":62,"419":121,"42":116,"426":6,"43":33,"430":19,"433":8,"434":1,"44":56,"45":17,"46":167,"48":37,"49":102,"5":682,"51":54,"52":106,"53":42,"56":21,"570":8,"6":271,"63":28,"7":315,"79":27,"8":256,"80":28,"9":350,"all_client":91989,"all_tv_clinet":14691,"insert_time":"2014-08-20T09:30:04.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77453,"10":38,"107":500,"11":522,"12":63,"13":480,"14":103,"15":75,"155":66,"156":18,"158":42,"159":19,"16":123,"160":38,"161":185,"167":68,"168":4,"17":139,"18":761,"19":621,"20":108,"209":24,"21":605,"210":5,"211":10,"214":27,"215":97,"221":258,"223":830,"224":199,"225":641,"23":563,"24":1043,"25":526,"257":69,"26":108,"268":3,"27":26,"273":64,"276":65,"279":111,"28":250,"281":5,"282":7,"291":17,"292":131,"30":103,"302":10,"306":7,"31":33,"314":4,"32":15,"33":83,"34":21,"347":33,"35":23,"352":703,"36":129,"37":14,"38":431,"380":18,"381":69,"383":41,"389":6,"39":133,"391":15,"397":29,"40":61,"409":73,"41":59,"414":24,"415":63,"419":124,"42":121,"426":13,"43":32,"430":18,"433":8,"434":1,"44":56,"45":18,"46":163,"48":36,"49":101,"5":676,"51":59,"52":107,"53":48,"56":20,"570":8,"6":278,"63":28,"7":316,"79":27,"8":233,"80":28,"9":366,"all_client":92195,"all_tv_clinet":14742,"insert_time":"2014-08-20T09:31:05.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77580,"10":43,"107":519,"11":531,"12":55,"13":481,"14":102,"15":81,"155":67,"156":17,"158":35,"159":19,"16":123,"160":38,"161":188,"167":66,"168":4,"17":142,"18":763,"19":605,"20":109,"209":21,"21":622,"210":6,"211":10,"214":28,"215":95,"221":247,"223":839,"224":194,"225":659,"23":572,"24":1045,"25":521,"257":68,"26":103,"268":3,"27":26,"273":62,"276":70,"279":115,"28":252,"281":4,"282":8,"291":18,"292":126,"30":89,"302":10,"306":5,"31":33,"314":5,"32":12,"33":81,"34":24,"347":37,"35":20,"352":704,"36":125,"37":16,"38":439,"380":16,"381":68,"383":46,"389":6,"39":134,"391":15,"397":32,"40":59,"409":80,"41":57,"414":20,"415":66,"419":123,"42":130,"426":16,"43":32,"430":17,"433":8,"434":1,"44":55,"45":20,"46":163,"48":41,"49":101,"5":685,"51":63,"52":112,"53":51,"56":20,"570":7,"6":268,"63":27,"7":313,"79":26,"8":224,"80":29,"9":380,"all_client":92393,"all_tv_clinet":14813,"insert_time":"2014-08-20T09:32:06.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77678,"10":46,"107":536,"11":546,"12":53,"13":499,"14":96,"15":85,"155":68,"156":16,"158":37,"159":18,"16":126,"160":44,"161":195,"167":64,"168":4,"17":149,"18":775,"19":570,"20":110,"209":23,"21":637,"210":7,"211":10,"214":28,"215":96,"221":247,"223":883,"224":198,"225":663,"23":587,"24":1070,"25":493,"257":68,"26":94,"268":4,"27":26,"273":63,"276":72,"279":125,"28":254,"281":3,"282":14,"291":16,"292":135,"30":76,"302":10,"306":5,"31":32,"314":3,"32":13,"33":76,"34":28,"347":39,"35":20,"352":693,"36":120,"37":14,"38":441,"380":15,"381":69,"383":43,"389":6,"39":129,"391":16,"397":33,"40":59,"409":84,"41":53,"414":20,"415":73,"419":119,"42":133,"426":21,"43":33,"430":17,"433":8,"434":1,"44":51,"45":19,"46":160,"48":43,"49":104,"5":694,"51":66,"52":110,"53":52,"56":21,"570":7,"6":254,"63":26,"7":321,"79":25,"8":213,"80":26,"9":384,"all_client":92609,"all_tv_clinet":14931,"insert_time":"2014-08-20T09:33:06.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77890,"10":47,"107":532,"11":547,"12":51,"13":516,"14":88,"15":97,"155":70,"156":13,"158":38,"159":18,"16":127,"160":43,"161":199,"167":63,"168":5,"17":156,"18":776,"19":550,"20":107,"209":25,"21":659,"210":8,"211":10,"214":29,"215":94,"221":249,"223":926,"224":198,"225":676,"23":602,"24":1076,"25":461,"257":69,"26":89,"268":5,"27":25,"273":60,"276":75,"279":134,"28":263,"281":3,"282":16,"291":16,"292":143,"30":68,"302":10,"306":5,"31":35,"314":3,"32":12,"33":78,"34":32,"347":41,"35":19,"352":700,"36":122,"37":15,"38":436,"380":13,"381":66,"383":46,"389":6,"39":130,"391":16,"396":1,"397":31,"40":57,"409":86,"41":54,"414":24,"415":72,"419":108,"42":131,"426":19,"43":31,"430":15,"433":10,"434":1,"44":53,"45":20,"46":154,"48":40,"49":111,"5":709,"51":66,"52":112,"53":52,"56":21,"570":7,"6":243,"63":26,"7":315,"79":28,"8":201,"80":25,"9":388,"all_client":92908,"all_tv_clinet":15018,"insert_time":"2014-08-20T09:34:07.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78041,"10":47,"107":523,"11":553,"12":49,"13":517,"14":82,"15":110,"155":70,"156":13,"158":38,"159":18,"16":126,"160":41,"161":199,"167":59,"168":4,"17":163,"18":783,"19":539,"20":106,"209":28,"21":660,"210":7,"211":9,"214":30,"215":91,"221":251,"223":964,"224":201,"225":684,"23":624,"24":1078,"25":422,"257":69,"26":84,"268":5,"27":29,"273":57,"276":79,"279":139,"28":274,"281":4,"282":18,"291":15,"292":151,"30":65,"302":10,"306":5,"31":38,"314":3,"32":12,"33":77,"34":35,"347":44,"35":20,"352":699,"36":123,"37":18,"38":432,"380":15,"381":66,"383":48,"389":6,"39":128,"391":15,"396":1,"397":29,"40":50,"409":85,"41":54,"414":23,"415":72,"419":98,"42":135,"426":21,"43":33,"430":16,"431":1,"433":11,"434":1,"44":54,"45":19,"46":142,"48":43,"49":111,"5":727,"51":67,"52":109,"53":52,"56":20,"570":8,"6":238,"63":27,"7":322,"79":26,"8":196,"80":24,"9":384,"all_client":93112,"all_tv_clinet":15071,"insert_time":"2014-08-20T09:35:08.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78220,"10":47,"107":512,"11":546,"12":45,"13":509,"14":78,"15":119,"155":69,"156":16,"158":35,"159":19,"16":129,"160":39,"161":202,"167":59,"168":4,"17":166,"18":780,"19":532,"20":106,"209":25,"21":666,"210":8,"211":10,"214":30,"215":98,"221":244,"223":991,"224":202,"225":692,"23":636,"24":1086,"25":399,"257":68,"26":77,"268":8,"27":30,"273":53,"276":81,"279":145,"28":286,"281":5,"282":17,"291":15,"292":158,"30":61,"302":9,"306":5,"31":40,"314":3,"32":13,"33":70,"34":38,"347":48,"35":15,"352":696,"36":122,"37":22,"38":430,"380":15,"381":70,"383":51,"389":6,"39":125,"391":18,"396":2,"397":27,"40":49,"409":83,"41":55,"414":24,"415":75,"419":88,"42":131,"426":23,"43":38,"430":16,"431":1,"433":10,"434":1,"44":56,"45":19,"46":142,"48":41,"49":106,"5":739,"51":62,"52":113,"53":49,"56":19,"570":7,"6":237,"63":24,"7":319,"79":33,"8":185,"80":23,"9":395,"all_client":93311,"all_tv_clinet":15091,"insert_time":"2014-08-20T09:36:08.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78427,"10":46,"107":518,"11":513,"12":56,"13":516,"14":81,"15":121,"155":68,"156":19,"158":35,"159":20,"16":132,"160":37,"161":202,"167":59,"168":4,"17":169,"18":773,"19":521,"20":114,"209":21,"21":680,"210":8,"211":8,"214":31,"215":104,"221":245,"223":1021,"224":205,"225":673,"23":656,"24":1096,"25":385,"257":66,"26":72,"268":7,"27":31,"273":48,"276":84,"279":145,"28":288,"281":5,"282":17,"291":15,"292":157,"30":57,"302":10,"306":7,"31":41,"314":2,"32":15,"33":71,"34":42,"347":50,"35":18,"352":704,"36":124,"37":22,"38":423,"380":12,"381":71,"383":52,"389":7,"39":126,"391":19,"396":1,"397":26,"40":49,"409":81,"41":56,"414":24,"415":73,"419":89,"42":131,"426":26,"43":37,"430":18,"431":1,"433":11,"434":1,"44":53,"45":19,"46":136,"48":41,"49":109,"5":740,"51":60,"52":115,"53":49,"56":19,"570":5,"6":240,"63":25,"7":324,"79":36,"8":170,"80":23,"9":414,"all_client":93574,"all_tv_clinet":15147,"insert_time":"2014-08-20T09:37:09.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78638,"10":53,"107":515,"11":462,"12":55,"13":516,"14":85,"15":126,"155":70,"156":23,"158":33,"159":20,"16":135,"160":37,"161":210,"167":60,"168":4,"17":176,"18":766,"19":526,"20":117,"209":18,"21":693,"210":8,"211":9,"214":28,"215":110,"221":247,"223":1077,"224":207,"225":658,"23":656,"24":1119,"25":373,"257":68,"26":65,"268":8,"27":34,"273":48,"276":87,"279":155,"28":296,"281":4,"282":19,"291":16,"292":161,"30":51,"302":11,"306":7,"31":44,"314":2,"32":18,"33":70,"34":37,"347":48,"35":19,"352":694,"36":125,"37":22,"38":416,"380":12,"381":79,"383":49,"389":8,"39":130,"391":20,"396":1,"397":25,"40":47,"409":82,"41":59,"414":27,"415":66,"419":86,"42":137,"426":23,"43":34,"430":16,"433":10,"434":1,"44":54,"45":21,"46":136,"48":42,"49":112,"5":732,"51":57,"52":118,"53":47,"56":22,"570":5,"6":248,"63":28,"7":329,"79":37,"8":164,"80":22,"9":425,"all_client":93866,"all_tv_clinet":15228,"insert_time":"2014-08-20T09:38:10.211Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78714,"10":58,"107":497,"11":417,"12":58,"13":516,"14":88,"15":130,"155":71,"156":26,"158":35,"159":18,"16":133,"160":39,"161":211,"167":61,"168":4,"17":194,"18":754,"19":529,"20":118,"209":19,"21":692,"210":8,"211":9,"214":28,"215":117,"221":250,"223":1123,"224":212,"225":677,"23":663,"24":1122,"25":356,"257":67,"26":66,"268":8,"27":35,"273":45,"276":94,"279":161,"28":313,"281":5,"282":25,"291":17,"292":163,"30":50,"302":12,"306":7,"31":49,"314":2,"32":22,"33":71,"34":33,"347":47,"35":18,"352":702,"36":134,"37":27,"38":436,"380":13,"381":81,"383":52,"389":8,"39":127,"391":21,"396":1,"397":21,"40":48,"409":82,"41":58,"414":25,"415":64,"419":83,"42":137,"426":24,"43":33,"430":14,"433":9,"434":1,"44":53,"45":23,"46":136,"48":41,"49":109,"5":734,"51":59,"52":121,"53":48,"56":22,"570":6,"6":249,"63":29,"7":334,"79":34,"8":146,"80":23,"9":434,"all_client":94059,"all_tv_clinet":15345,"insert_time":"2014-08-20T09:39:10.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78899,"10":58,"107":489,"11":392,"12":61,"13":513,"14":90,"15":131,"155":71,"156":25,"158":38,"159":17,"16":133,"160":41,"161":209,"167":61,"168":4,"17":205,"18":751,"19":533,"20":118,"209":21,"21":715,"210":8,"211":10,"214":26,"215":116,"221":244,"223":1155,"224":218,"225":675,"23":671,"24":1140,"25":344,"257":64,"26":60,"268":8,"27":35,"273":44,"276":97,"279":166,"28":321,"281":5,"282":28,"291":18,"292":161,"30":48,"302":11,"306":7,"31":54,"314":1,"32":23,"33":71,"34":36,"347":47,"35":15,"352":695,"36":133,"37":27,"38":434,"380":13,"381":82,"383":53,"389":8,"39":128,"391":23,"396":1,"397":19,"40":46,"409":80,"41":61,"414":27,"415":58,"419":84,"42":141,"426":22,"43":32,"430":13,"433":9,"434":1,"44":53,"45":25,"46":133,"48":42,"49":101,"5":735,"51":55,"52":122,"53":50,"56":24,"570":7,"6":260,"63":30,"7":354,"79":33,"8":138,"80":22,"9":438,"all_client":94314,"all_tv_clinet":15415,"insert_time":"2014-08-20T09:40:11.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79029,"10":58,"107":473,"11":359,"12":64,"13":523,"14":90,"15":139,"155":72,"156":23,"158":43,"159":16,"16":132,"160":37,"161":198,"167":64,"168":3,"17":215,"18":748,"19":550,"20":122,"209":21,"21":732,"210":8,"211":8,"214":27,"215":114,"221":242,"223":1169,"224":224,"225":681,"23":685,"24":1134,"25":332,"257":59,"26":60,"268":8,"27":38,"273":46,"276":100,"279":176,"28":326,"281":5,"282":35,"291":16,"292":172,"30":48,"302":13,"306":7,"31":49,"314":1,"32":23,"33":70,"34":38,"347":45,"35":11,"352":686,"36":135,"37":27,"38":426,"380":13,"381":80,"383":52,"389":8,"39":130,"391":19,"396":1,"397":19,"40":45,"409":71,"41":61,"414":27,"415":65,"419":87,"42":143,"426":20,"43":29,"430":13,"433":9,"434":1,"44":55,"45":26,"46":131,"48":44,"49":92,"5":740,"51":54,"52":122,"53":51,"56":25,"570":7,"6":262,"63":35,"7":378,"79":33,"8":132,"80":22,"9":462,"all_client":94519,"all_tv_clinet":15490,"insert_time":"2014-08-20T09:41:12.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79104,"10":57,"107":459,"11":343,"12":60,"13":533,"14":85,"15":138,"155":72,"156":23,"158":43,"159":16,"16":127,"160":37,"161":191,"167":63,"168":3,"17":220,"18":772,"19":566,"20":121,"209":20,"21":747,"210":9,"211":13,"214":27,"215":113,"221":248,"223":1186,"224":231,"225":681,"23":685,"24":1129,"25":319,"257":57,"26":58,"268":7,"27":42,"273":46,"276":103,"279":183,"28":336,"281":5,"282":37,"291":16,"292":178,"30":48,"302":13,"306":7,"31":50,"314":2,"32":21,"33":66,"34":40,"347":44,"35":11,"352":686,"36":136,"37":28,"38":428,"380":13,"381":77,"383":59,"389":8,"39":128,"391":19,"396":1,"397":18,"40":45,"409":64,"41":61,"414":29,"415":75,"419":90,"42":149,"426":18,"43":29,"430":15,"433":9,"434":1,"44":54,"45":27,"46":132,"48":42,"49":83,"5":751,"51":49,"52":120,"53":51,"56":26,"570":7,"6":259,"63":37,"7":395,"79":35,"8":129,"80":22,"9":473,"all_client":94689,"all_tv_clinet":15585,"insert_time":"2014-08-20T09:42:13.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79251,"10":62,"107":455,"11":338,"12":57,"13":535,"14":82,"15":141,"155":72,"156":25,"158":43,"159":15,"16":124,"160":38,"161":185,"167":61,"168":3,"17":226,"18":787,"19":592,"20":123,"209":23,"21":760,"210":8,"211":13,"214":28,"215":115,"221":256,"223":1196,"224":227,"225":673,"23":683,"24":1129,"25":295,"257":57,"26":54,"268":7,"27":43,"273":46,"276":104,"279":189,"28":351,"281":5,"282":40,"291":16,"292":185,"30":46,"302":15,"306":7,"31":49,"314":4,"32":20,"33":62,"34":44,"347":40,"35":13,"352":693,"36":133,"37":27,"38":432,"380":13,"381":77,"383":58,"389":9,"39":122,"391":21,"396":1,"397":15,"40":40,"409":64,"41":69,"414":33,"415":82,"419":95,"42":148,"426":14,"43":32,"430":15,"433":10,"434":1,"44":57,"45":26,"46":130,"48":44,"49":78,"5":753,"51":48,"52":121,"53":55,"56":26,"570":6,"6":258,"63":39,"7":406,"79":33,"8":126,"80":21,"9":485,"all_client":94934,"all_tv_clinet":15683,"insert_time":"2014-08-20T09:43:13.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79458,"10":64,"107":451,"11":330,"12":62,"13":538,"14":79,"15":141,"155":72,"156":26,"158":44,"159":15,"16":117,"160":40,"161":187,"167":63,"168":3,"17":231,"18":801,"19":605,"20":125,"209":23,"21":768,"210":7,"211":13,"214":30,"215":115,"221":259,"223":1223,"224":229,"225":689,"23":684,"24":1135,"25":285,"257":58,"26":51,"268":8,"27":40,"273":43,"276":110,"279":196,"28":366,"281":5,"282":44,"291":17,"292":178,"30":41,"302":15,"306":7,"31":51,"314":4,"32":23,"33":64,"34":42,"347":36,"35":13,"352":684,"36":137,"37":27,"38":424,"380":12,"381":83,"383":57,"389":9,"39":110,"391":23,"396":1,"397":15,"40":38,"409":63,"41":71,"414":37,"415":84,"419":95,"42":143,"426":12,"43":34,"430":16,"433":12,"434":1,"44":60,"45":27,"46":130,"48":43,"49":76,"5":756,"51":42,"52":125,"53":47,"56":25,"570":5,"6":261,"63":41,"7":420,"79":33,"8":114,"80":22,"9":495,"all_client":95234,"all_tv_clinet":15776,"insert_time":"2014-08-20T09:44:14.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79592,"10":67,"107":457,"11":324,"12":62,"13":537,"14":80,"15":139,"155":74,"156":27,"158":43,"159":15,"16":119,"160":40,"161":192,"167":57,"168":3,"17":234,"18":797,"19":626,"20":126,"209":22,"21":782,"210":7,"211":14,"214":29,"215":111,"221":253,"223":1239,"224":229,"225":681,"23":687,"24":1141,"25":274,"257":57,"26":53,"268":6,"27":41,"273":39,"276":110,"279":196,"28":371,"281":4,"282":45,"291":17,"292":169,"30":42,"302":16,"306":7,"31":50,"314":4,"32":27,"33":61,"34":42,"347":33,"35":13,"352":679,"36":133,"37":27,"38":433,"380":12,"381":88,"383":58,"389":9,"39":100,"391":22,"396":1,"397":12,"40":38,"409":60,"41":78,"414":39,"415":80,"419":101,"42":141,"426":9,"43":31,"430":20,"433":12,"434":1,"44":62,"45":28,"46":133,"48":39,"49":77,"5":751,"51":42,"52":129,"53":49,"56":23,"570":5,"6":270,"63":43,"7":440,"79":33,"8":108,"80":19,"9":491,"all_client":95409,"all_tv_clinet":15817,"insert_time":"2014-08-20T09:45:15.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79723,"10":67,"107":461,"11":316,"12":61,"13":550,"14":80,"15":144,"155":73,"156":26,"158":42,"159":14,"16":116,"160":38,"161":198,"167":56,"168":3,"17":239,"18":813,"19":622,"20":127,"209":22,"21":791,"210":7,"211":12,"214":27,"215":112,"221":245,"223":1262,"224":225,"225":648,"23":688,"24":1148,"25":264,"257":61,"26":56,"268":6,"27":40,"273":40,"276":113,"279":199,"28":377,"281":5,"282":48,"291":17,"292":161,"30":40,"302":16,"306":7,"31":47,"314":4,"32":25,"33":61,"34":42,"347":31,"35":12,"352":692,"36":136,"37":26,"38":442,"380":14,"381":94,"383":58,"389":9,"39":99,"391":23,"396":1,"397":13,"40":38,"409":65,"41":85,"414":30,"415":76,"419":106,"42":138,"426":12,"43":32,"430":24,"433":12,"434":1,"44":62,"45":32,"46":133,"48":37,"49":76,"5":750,"51":43,"52":133,"53":43,"56":23,"570":5,"6":276,"63":47,"7":461,"79":33,"8":104,"80":21,"9":471,"all_client":95604,"all_tv_clinet":15881,"insert_time":"2014-08-20T09:46:15.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80003,"10":68,"107":470,"11":315,"12":64,"13":560,"14":81,"15":146,"155":67,"156":28,"158":46,"159":13,"16":110,"160":37,"161":206,"167":57,"168":3,"17":243,"18":818,"19":631,"20":127,"209":28,"21":806,"210":6,"211":12,"214":27,"215":109,"221":249,"223":1257,"224":236,"225":609,"23":690,"24":1122,"25":261,"257":60,"26":56,"268":4,"27":39,"273":43,"276":117,"279":206,"28":389,"281":5,"282":49,"291":17,"292":171,"30":39,"302":16,"306":7,"31":42,"314":4,"32":23,"33":61,"34":44,"347":30,"35":11,"352":694,"36":130,"37":24,"38":453,"380":14,"381":89,"383":58,"389":10,"39":96,"391":23,"396":2,"397":13,"40":41,"409":67,"41":88,"414":29,"415":81,"419":109,"42":124,"426":12,"43":29,"430":26,"433":12,"434":1,"44":59,"45":33,"46":128,"48":39,"49":72,"5":738,"51":43,"52":136,"53":47,"56":28,"570":6,"6":279,"63":48,"7":481,"79":32,"8":105,"80":20,"9":465,"all_client":95922,"all_tv_clinet":15919,"insert_time":"2014-08-20T09:47:16.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80237,"10":71,"107":465,"11":308,"12":66,"13":563,"14":84,"15":158,"155":63,"156":29,"158":52,"159":11,"16":107,"160":41,"161":209,"167":55,"168":4,"17":248,"18":807,"19":644,"20":125,"209":29,"21":817,"210":6,"211":11,"214":25,"215":108,"221":245,"223":1261,"224":246,"225":582,"23":701,"24":1111,"25":261,"257":63,"26":55,"268":3,"27":38,"273":51,"276":119,"279":212,"28":407,"281":6,"282":53,"291":19,"292":180,"30":36,"302":16,"306":7,"31":45,"314":4,"32":24,"33":62,"34":39,"347":28,"35":10,"352":701,"36":135,"37":25,"38":450,"380":14,"381":87,"383":59,"389":11,"39":91,"391":23,"396":2,"397":11,"40":42,"409":71,"41":96,"414":29,"415":84,"419":113,"42":111,"426":12,"43":29,"430":25,"433":14,"434":1,"44":54,"45":34,"46":129,"48":41,"49":70,"5":742,"51":42,"52":137,"53":43,"56":28,"570":6,"6":286,"63":49,"7":490,"79":34,"8":108,"80":23,"9":467,"all_client":96246,"all_tv_clinet":16009,"insert_time":"2014-08-20T09:48:17.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80437,"10":73,"107":477,"11":294,"12":65,"13":556,"14":87,"15":171,"155":63,"156":29,"158":56,"159":11,"16":105,"160":43,"161":215,"167":55,"168":4,"17":253,"18":796,"19":651,"20":124,"209":27,"21":826,"210":7,"211":11,"214":23,"215":109,"221":247,"223":1271,"224":250,"225":570,"23":706,"24":1095,"25":267,"257":65,"26":51,"268":3,"27":38,"273":54,"276":118,"279":212,"28":407,"281":5,"282":56,"291":21,"292":179,"30":38,"302":15,"306":6,"31":49,"314":5,"32":24,"33":62,"34":35,"347":25,"35":10,"352":704,"36":137,"37":23,"38":441,"380":14,"381":91,"383":59,"389":12,"39":91,"391":22,"396":2,"397":11,"40":40,"409":70,"41":106,"414":30,"415":87,"419":120,"42":97,"426":11,"43":27,"430":27,"433":13,"44":48,"45":35,"46":129,"48":41,"49":68,"5":750,"51":42,"52":143,"53":43,"56":26,"570":6,"6":289,"63":51,"7":505,"79":36,"8":106,"80":22,"9":485,"all_client":96512,"all_tv_clinet":16075,"insert_time":"2014-08-20T09:49:18.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80662,"10":75,"107":479,"11":291,"12":67,"13":548,"14":88,"15":169,"155":63,"156":27,"158":56,"159":14,"16":104,"160":45,"161":220,"167":56,"168":4,"17":264,"18":785,"19":656,"20":123,"209":27,"21":817,"210":7,"211":11,"214":22,"215":111,"221":237,"223":1296,"224":256,"225":555,"23":710,"24":1099,"25":278,"257":65,"26":54,"268":3,"27":34,"273":56,"276":125,"279":216,"28":409,"281":5,"282":59,"291":23,"292":171,"30":37,"302":17,"306":6,"31":49,"314":5,"32":22,"33":57,"34":39,"347":23,"35":9,"352":711,"36":139,"37":18,"38":425,"380":14,"381":90,"383":63,"389":12,"39":92,"391":24,"396":2,"397":12,"40":39,"409":68,"41":113,"414":31,"415":95,"419":127,"42":86,"426":9,"43":29,"430":29,"433":14,"44":47,"45":33,"46":131,"48":42,"49":68,"5":751,"51":42,"52":146,"53":46,"56":25,"570":5,"6":285,"63":54,"7":513,"79":39,"8":105,"80":25,"9":490,"all_client":96795,"all_tv_clinet":16133,"insert_time":"2014-08-20T09:50:18.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80846,"10":76,"107":480,"11":290,"12":76,"13":540,"14":90,"15":168,"155":61,"156":25,"158":56,"159":15,"16":98,"160":46,"161":227,"167":60,"168":3,"17":269,"18":799,"19":669,"20":123,"209":32,"21":827,"210":8,"211":10,"214":24,"215":115,"221":244,"223":1313,"224":253,"225":551,"23":694,"24":1121,"25":281,"257":70,"26":50,"268":3,"27":31,"273":56,"276":130,"279":219,"28":421,"281":7,"282":64,"291":24,"292":169,"30":35,"302":19,"306":7,"31":45,"314":6,"32":18,"33":61,"34":38,"347":22,"35":7,"352":704,"36":138,"37":16,"38":422,"380":14,"381":95,"383":62,"389":12,"39":89,"391":24,"396":2,"397":12,"40":38,"409":64,"41":123,"414":27,"415":103,"419":129,"42":73,"426":11,"43":32,"430":30,"433":15,"44":41,"45":31,"46":133,"48":41,"49":66,"5":758,"51":42,"52":147,"53":49,"56":24,"570":7,"6":267,"63":55,"7":530,"79":38,"8":103,"80":27,"9":494,"all_client":97080,"all_tv_clinet":16234,"insert_time":"2014-08-20T09:51:19.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81062,"10":77,"107":475,"11":284,"12":81,"13":534,"14":93,"15":169,"155":61,"156":23,"158":57,"159":15,"16":93,"160":48,"161":220,"167":56,"168":3,"17":281,"18":799,"19":677,"20":123,"209":30,"21":828,"210":10,"211":9,"214":27,"215":112,"221":250,"223":1335,"224":238,"225":552,"23":686,"24":1139,"25":281,"257":69,"26":53,"268":3,"27":31,"273":56,"276":136,"279":222,"28":432,"281":7,"282":70,"291":26,"292":171,"30":35,"302":21,"306":7,"31":38,"314":7,"32":20,"33":65,"34":36,"347":21,"35":6,"352":693,"36":138,"37":14,"38":426,"380":15,"381":98,"383":61,"389":13,"39":88,"391":23,"396":2,"397":13,"40":41,"409":59,"41":137,"414":25,"415":101,"419":137,"42":65,"426":12,"43":35,"430":32,"433":14,"44":38,"45":34,"46":141,"48":40,"49":62,"5":760,"51":41,"52":134,"53":50,"56":24,"570":8,"6":244,"63":56,"7":557,"79":35,"8":100,"80":27,"9":498,"all_client":97351,"all_tv_clinet":16289,"insert_time":"2014-08-20T09:52:20.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81280,"10":77,"107":500,"11":282,"12":76,"13":520,"14":93,"15":175,"155":60,"156":25,"158":58,"159":15,"16":93,"160":45,"161":225,"167":58,"168":3,"17":292,"18":817,"19":683,"20":125,"209":28,"21":829,"210":10,"211":8,"214":28,"215":115,"221":244,"223":1347,"224":225,"225":544,"23":662,"24":1152,"25":272,"257":67,"26":60,"268":3,"27":31,"273":59,"276":142,"279":226,"28":441,"281":7,"282":69,"291":26,"292":171,"30":36,"302":20,"306":8,"31":41,"314":7,"32":23,"33":63,"34":35,"347":20,"35":8,"352":698,"36":133,"37":15,"38":421,"380":16,"381":106,"383":64,"389":13,"39":94,"391":23,"397":14,"40":44,"409":55,"41":145,"414":19,"415":100,"419":145,"42":59,"426":16,"43":34,"430":33,"433":14,"44":37,"45":36,"46":134,"48":40,"49":59,"5":772,"51":41,"52":119,"53":50,"56":21,"570":7,"6":232,"63":55,"7":581,"79":33,"8":98,"80":28,"9":506,"all_client":97639,"all_tv_clinet":16359,"insert_time":"2014-08-20T09:53:21.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81521,"10":77,"107":519,"11":286,"12":71,"13":524,"14":92,"15":200,"155":59,"156":25,"158":59,"159":16,"16":94,"160":44,"161":228,"167":59,"168":3,"17":305,"18":829,"19":702,"20":133,"209":25,"21":835,"210":8,"211":7,"214":28,"215":111,"221":230,"223":1360,"224":216,"225":531,"23":646,"24":1136,"25":273,"257":65,"26":62,"268":5,"27":28,"273":63,"276":150,"279":232,"28":448,"281":6,"282":72,"291":27,"292":176,"30":35,"302":21,"306":9,"31":43,"314":7,"32":24,"33":59,"34":35,"347":21,"35":8,"352":714,"36":133,"37":12,"38":429,"380":16,"381":107,"383":61,"389":13,"39":90,"391":22,"397":13,"40":47,"409":50,"41":157,"414":20,"415":92,"419":151,"42":57,"426":20,"43":33,"430":35,"433":14,"44":37,"45":36,"46":130,"48":43,"49":56,"5":773,"51":43,"52":104,"53":49,"56":18,"570":7,"6":213,"63":57,"7":599,"79":31,"8":95,"80":28,"9":514,"all_client":97967,"all_tv_clinet":16446,"insert_time":"2014-08-20T09:54:21.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81753,"10":76,"107":520,"11":295,"12":66,"13":531,"14":89,"15":211,"155":62,"156":26,"158":55,"159":17,"16":84,"160":42,"161":227,"167":67,"168":3,"17":315,"18":834,"19":712,"20":140,"209":22,"21":845,"210":5,"211":9,"214":31,"215":115,"221":224,"223":1365,"224":208,"225":512,"23":646,"24":1128,"25":276,"257":67,"26":60,"268":5,"27":28,"273":64,"276":147,"279":236,"28":454,"281":7,"282":70,"291":26,"292":178,"30":36,"302":22,"306":10,"31":40,"314":7,"32":26,"33":61,"34":34,"347":22,"35":10,"352":730,"36":135,"37":14,"38":422,"380":16,"381":110,"383":64,"389":10,"39":86,"391":23,"397":15,"40":47,"409":48,"41":170,"414":20,"415":97,"419":154,"42":49,"426":22,"43":34,"430":37,"433":14,"44":37,"45":34,"46":132,"48":41,"49":53,"5":786,"51":42,"52":103,"53":49,"56":18,"570":7,"6":202,"63":54,"7":630,"79":37,"8":93,"80":31,"9":525,"all_client":98312,"all_tv_clinet":16559,"insert_time":"2014-08-20T09:55:22.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81950,"10":73,"107":534,"11":306,"12":59,"13":524,"14":87,"15":209,"155":61,"156":28,"158":56,"159":18,"16":88,"160":45,"161":228,"167":73,"168":3,"17":334,"18":851,"19":709,"20":139,"209":23,"21":856,"210":5,"211":13,"214":32,"215":116,"221":226,"223":1370,"224":194,"225":501,"23":639,"24":1125,"25":272,"257":65,"26":56,"268":5,"27":30,"273":63,"276":141,"279":241,"28":465,"281":7,"282":65,"291":26,"292":183,"30":34,"302":23,"306":10,"31":46,"314":7,"32":23,"33":67,"34":34,"347":21,"35":12,"352":727,"36":134,"37":18,"38":427,"380":18,"381":113,"383":67,"389":10,"39":88,"391":22,"396":1,"397":17,"40":45,"409":47,"41":167,"414":23,"415":94,"419":152,"42":49,"426":20,"43":36,"430":38,"433":14,"44":34,"45":32,"46":137,"48":41,"49":51,"5":791,"51":41,"52":98,"53":48,"56":16,"570":8,"6":198,"63":52,"7":646,"79":41,"8":91,"80":30,"9":525,"all_client":98578,"all_tv_clinet":16628,"insert_time":"2014-08-20T09:56:23.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82122,"10":78,"107":536,"11":320,"12":56,"13":517,"14":85,"15":193,"155":59,"156":28,"158":52,"159":19,"16":94,"160":43,"161":214,"167":77,"168":3,"17":352,"18":857,"19":684,"20":139,"209":22,"21":869,"210":5,"211":10,"214":34,"215":121,"221":246,"223":1391,"224":180,"225":483,"23":629,"24":1152,"25":268,"257":67,"26":56,"268":3,"27":30,"273":67,"276":130,"279":245,"28":479,"281":8,"282":58,"291":29,"292":191,"30":33,"302":23,"306":9,"31":53,"314":7,"32":21,"33":69,"34":36,"347":20,"35":16,"352":730,"36":140,"37":19,"38":431,"380":21,"381":113,"383":72,"389":11,"39":85,"391":21,"396":1,"397":16,"40":44,"409":46,"41":169,"414":24,"415":101,"419":157,"42":45,"426":21,"43":31,"430":42,"433":14,"44":33,"45":35,"46":138,"48":42,"49":52,"5":804,"51":40,"52":101,"53":53,"56":15,"570":6,"6":199,"63":52,"7":662,"79":44,"8":87,"80":31,"9":536,"all_client":98872,"all_tv_clinet":16750,"insert_time":"2014-08-20T09:57:23.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82337,"10":83,"107":531,"11":329,"12":55,"13":517,"14":91,"15":177,"155":56,"156":26,"158":53,"159":19,"16":96,"160":47,"161":216,"167":84,"168":3,"17":372,"18":848,"19":659,"20":137,"209":22,"21":868,"210":5,"211":10,"214":39,"215":123,"221":262,"223":1401,"224":165,"225":490,"23":618,"24":1156,"25":273,"257":69,"26":60,"268":3,"27":31,"273":69,"276":133,"279":251,"28":470,"281":8,"282":56,"291":32,"292":192,"30":32,"302":23,"306":8,"31":61,"314":6,"32":20,"33":75,"34":33,"347":19,"35":17,"352":730,"36":146,"37":27,"38":443,"380":22,"381":116,"383":74,"389":11,"39":88,"391":20,"396":1,"397":17,"40":45,"409":46,"41":167,"414":19,"415":99,"419":157,"42":47,"426":27,"43":30,"430":44,"433":13,"44":30,"45":32,"46":137,"48":39,"49":50,"5":828,"51":43,"52":98,"53":58,"56":13,"570":8,"6":196,"63":53,"7":648,"79":41,"8":84,"80":30,"9":563,"all_client":99176,"all_tv_clinet":16839,"insert_time":"2014-08-20T09:58:24.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82557,"10":85,"107":521,"11":325,"12":51,"13":525,"14":87,"15":174,"155":56,"156":26,"158":53,"159":20,"16":107,"160":45,"161":211,"167":86,"168":3,"17":384,"18":844,"19":646,"20":140,"209":22,"21":879,"210":5,"211":12,"214":39,"215":125,"221":268,"223":1426,"224":152,"225":498,"23":590,"24":1186,"25":273,"257":68,"26":56,"268":4,"27":30,"273":67,"276":139,"279":252,"28":458,"281":8,"282":55,"291":33,"292":188,"30":34,"302":23,"306":8,"31":82,"314":5,"32":20,"33":77,"34":30,"347":19,"35":21,"352":736,"36":147,"37":34,"38":458,"380":22,"381":122,"383":72,"389":11,"39":89,"391":19,"396":1,"397":17,"40":46,"409":47,"41":167,"414":17,"415":95,"419":156,"42":48,"426":30,"43":29,"430":43,"433":11,"44":31,"45":32,"46":143,"48":43,"49":47,"5":846,"51":46,"52":100,"53":54,"56":13,"570":12,"6":200,"63":52,"7":627,"79":43,"8":84,"80":31,"9":580,"all_client":99499,"all_tv_clinet":16942,"insert_time":"2014-08-20T09:59:25.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82833,"10":84,"107":530,"11":324,"12":51,"13":540,"14":89,"15":166,"155":57,"156":26,"158":54,"159":20,"16":105,"160":52,"161":211,"167":86,"168":3,"17":392,"18":835,"19":639,"20":137,"209":24,"21":873,"210":4,"211":13,"214":44,"215":131,"221":270,"223":1456,"224":146,"225":499,"23":582,"24":1186,"25":278,"257":73,"26":58,"268":5,"27":32,"273":68,"276":144,"279":260,"28":442,"281":10,"282":51,"291":31,"292":176,"30":34,"302":25,"306":7,"31":104,"314":5,"32":25,"33":78,"34":26,"347":18,"35":23,"352":723,"36":153,"37":39,"38":446,"380":26,"381":125,"383":69,"389":10,"39":95,"391":23,"396":1,"397":17,"40":44,"409":45,"41":159,"414":17,"415":92,"419":152,"42":48,"426":31,"43":32,"430":42,"433":9,"44":28,"45":29,"46":143,"48":46,"49":43,"5":877,"51":43,"52":99,"53":57,"56":13,"570":14,"6":217,"63":54,"7":594,"79":37,"8":81,"80":33,"9":592,"all_client":99833,"all_tv_clinet":17000,"insert_time":"2014-08-20T10:00:26.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83064,"10":89,"107":539,"11":327,"12":52,"13":548,"14":96,"15":165,"155":56,"156":29,"158":49,"159":22,"16":106,"160":53,"161":210,"167":89,"168":3,"17":391,"18":834,"19":647,"20":133,"209":24,"21":851,"210":4,"211":13,"214":43,"215":140,"221":270,"223":1483,"224":135,"225":495,"23":573,"24":1197,"25":282,"257":73,"26":70,"268":6,"27":32,"273":62,"276":149,"279":258,"28":422,"281":14,"282":50,"291":29,"292":174,"30":27,"302":27,"306":6,"31":115,"314":6,"32":25,"33":82,"34":26,"347":18,"35":25,"352":713,"36":151,"37":48,"38":449,"380":26,"381":123,"383":76,"389":9,"39":96,"391":22,"396":2,"397":19,"40":43,"409":42,"41":162,"414":19,"415":90,"419":149,"42":44,"426":29,"43":32,"430":39,"433":9,"44":26,"45":30,"46":147,"48":47,"49":42,"5":902,"51":44,"52":90,"53":57,"56":15,"570":14,"6":220,"63":59,"7":581,"79":41,"8":80,"80":32,"9":575,"all_client":100102,"all_tv_clinet":17038,"insert_time":"2014-08-20T10:01:27.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83264,"10":91,"107":549,"11":328,"12":52,"13":553,"14":100,"15":169,"155":55,"156":29,"158":51,"159":18,"16":102,"160":56,"161":222,"167":86,"168":3,"17":369,"18":837,"19":655,"20":129,"209":25,"21":849,"210":5,"211":13,"214":44,"215":151,"221":261,"223":1493,"224":123,"225":497,"23":564,"24":1199,"25":284,"257":75,"26":70,"268":5,"27":32,"273":65,"276":159,"279":262,"28":406,"281":19,"282":49,"291":27,"292":184,"30":26,"302":27,"306":6,"31":119,"314":7,"32":28,"33":83,"34":27,"347":19,"35":30,"352":714,"36":155,"37":49,"38":449,"380":26,"381":124,"383":76,"389":8,"39":95,"391":23,"396":2,"397":19,"40":43,"409":41,"41":168,"414":27,"415":104,"419":148,"42":45,"426":26,"43":32,"430":40,"433":9,"44":23,"45":30,"46":143,"48":54,"49":43,"5":906,"51":42,"52":82,"53":57,"56":11,"570":14,"6":225,"63":64,"7":579,"79":48,"8":82,"80":36,"9":578,"all_client":100391,"all_tv_clinet":17127,"insert_time":"2014-08-20T10:02:27.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83480,"10":91,"107":569,"11":328,"12":55,"13":565,"14":111,"15":179,"155":57,"156":32,"158":54,"159":18,"16":97,"160":54,"161":238,"167":92,"168":3,"17":338,"18":847,"19":664,"20":127,"209":23,"21":855,"210":6,"211":13,"214":44,"215":158,"221":274,"223":1510,"224":115,"225":480,"23":554,"24":1197,"25":283,"257":76,"26":70,"268":5,"27":33,"273":79,"276":169,"279":258,"28":385,"281":21,"282":45,"291":27,"292":193,"30":24,"302":27,"306":3,"31":130,"314":8,"32":32,"33":83,"34":25,"347":19,"35":34,"352":711,"36":165,"37":52,"38":450,"380":26,"381":120,"383":78,"389":8,"39":95,"391":22,"396":3,"397":21,"40":45,"409":44,"41":164,"414":28,"415":106,"419":142,"42":47,"426":24,"43":35,"430":41,"433":9,"44":23,"45":34,"46":150,"48":55,"49":41,"5":902,"51":45,"52":79,"53":54,"56":11,"570":16,"6":236,"63":61,"7":589,"79":49,"8":83,"80":37,"9":567,"all_client":100725,"all_tv_clinet":17245,"insert_time":"2014-08-20T10:03:28.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83755,"10":88,"107":573,"11":328,"12":55,"13":558,"14":124,"15":199,"155":54,"156":33,"158":59,"159":15,"16":96,"160":53,"161":238,"167":97,"168":3,"17":322,"18":846,"19":668,"20":121,"209":24,"21":858,"210":7,"211":15,"214":43,"215":174,"221":273,"223":1518,"224":108,"225":466,"23":555,"24":1179,"25":275,"257":73,"26":71,"268":5,"27":31,"273":88,"276":173,"279":264,"28":381,"281":24,"282":44,"291":26,"292":203,"30":25,"302":26,"306":3,"31":139,"314":8,"32":39,"33":84,"34":25,"347":18,"35":38,"352":718,"36":173,"37":50,"38":466,"380":29,"381":126,"383":78,"389":6,"39":99,"391":20,"396":3,"397":21,"40":51,"409":49,"41":159,"414":28,"415":109,"419":135,"42":52,"426":24,"43":34,"430":42,"433":10,"44":20,"45":35,"46":161,"48":61,"49":42,"5":890,"51":46,"52":73,"53":54,"56":9,"570":15,"6":243,"63":60,"7":601,"79":47,"8":81,"80":41,"9":562,"all_client":101091,"all_tv_clinet":17336,"insert_time":"2014-08-20T10:04:29.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83861,"10":91,"107":575,"11":325,"12":50,"13":568,"14":130,"15":215,"155":57,"156":33,"158":61,"159":17,"16":91,"160":53,"161":248,"167":102,"168":3,"17":299,"18":870,"19":677,"20":119,"209":21,"21":867,"210":8,"211":14,"214":45,"215":191,"221":278,"223":1533,"224":104,"225":471,"23":566,"24":1184,"25":274,"257":77,"26":76,"268":6,"27":30,"273":97,"276":178,"279":270,"28":385,"281":27,"282":48,"291":26,"292":211,"30":25,"302":27,"306":2,"31":142,"314":8,"32":40,"33":87,"34":27,"347":16,"35":39,"352":713,"36":170,"37":51,"38":455,"380":28,"381":125,"383":81,"389":5,"39":101,"391":23,"396":3,"397":21,"40":53,"409":51,"41":147,"414":27,"415":106,"419":130,"42":51,"426":24,"43":34,"430":41,"433":10,"44":19,"45":39,"46":166,"48":62,"49":39,"5":883,"51":49,"52":65,"53":66,"56":9,"570":13,"6":238,"63":56,"7":625,"79":44,"8":85,"80":40,"9":543,"all_client":101336,"all_tv_clinet":17475,"insert_time":"2014-08-20T10:05:30.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84080,"10":90,"107":567,"11":312,"12":52,"13":565,"14":138,"15":229,"155":57,"156":36,"158":64,"159":16,"16":89,"160":49,"161":246,"167":105,"168":2,"17":284,"18":885,"19":671,"20":116,"209":21,"21":862,"210":9,"211":16,"214":45,"215":210,"221":275,"223":1533,"224":95,"225":483,"23":573,"24":1205,"25":279,"257":75,"26":79,"268":5,"27":28,"273":99,"276":183,"279":271,"28":376,"281":25,"282":45,"291":25,"292":208,"30":25,"302":28,"306":2,"31":149,"314":8,"32":37,"33":91,"34":29,"347":15,"35":41,"352":713,"36":168,"37":53,"38":479,"380":29,"381":125,"383":81,"389":5,"39":99,"391":20,"396":3,"397":21,"40":57,"409":54,"41":129,"414":29,"415":98,"419":129,"42":51,"426":22,"43":30,"430":39,"433":9,"44":17,"45":39,"46":178,"48":62,"49":46,"5":872,"51":49,"52":61,"53":67,"56":8,"570":13,"6":247,"63":56,"7":629,"79":45,"8":96,"80":39,"9":532,"all_client":101602,"all_tv_clinet":17522,"insert_time":"2014-08-20T10:06:32.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84348,"10":86,"107":559,"11":305,"12":52,"13":558,"14":143,"15":238,"155":60,"156":39,"158":65,"159":16,"16":88,"160":49,"161":250,"167":109,"168":2,"17":267,"18":917,"19":673,"20":120,"209":23,"21":857,"210":10,"211":17,"214":45,"215":234,"221":279,"223":1543,"224":91,"225":491,"23":572,"24":1223,"25":284,"257":78,"26":77,"268":5,"27":28,"273":109,"276":188,"279":272,"28":375,"281":25,"282":46,"291":23,"292":192,"30":23,"302":29,"306":2,"31":153,"314":8,"32":33,"33":90,"34":28,"347":15,"35":43,"352":711,"36":168,"37":57,"38":490,"380":28,"381":129,"383":83,"389":4,"39":96,"391":18,"396":3,"397":20,"40":61,"409":59,"41":123,"414":32,"415":99,"419":121,"42":51,"426":20,"43":32,"430":40,"433":10,"44":17,"45":38,"46":173,"48":64,"49":50,"5":877,"51":49,"52":60,"53":67,"56":7,"570":15,"6":253,"63":63,"7":632,"79":45,"8":100,"80":41,"9":518,"all_client":101979,"all_tv_clinet":17631,"insert_time":"2014-08-20T10:07:34.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84557,"10":86,"107":562,"11":302,"12":53,"13":559,"14":156,"15":242,"155":64,"156":40,"158":64,"159":16,"16":94,"160":49,"161":262,"167":111,"168":2,"17":265,"18":927,"19":670,"20":117,"209":23,"21":869,"210":9,"211":15,"214":46,"215":249,"221":271,"223":1570,"224":86,"225":505,"23":569,"24":1220,"25":290,"257":73,"26":74,"268":5,"27":29,"273":113,"276":191,"279":270,"28":370,"281":26,"282":46,"291":22,"292":184,"30":26,"302":29,"306":3,"31":160,"314":8,"32":34,"33":90,"34":28,"347":14,"35":43,"352":696,"36":168,"37":59,"38":493,"380":28,"381":130,"383":86,"389":4,"39":98,"391":17,"396":4,"397":19,"40":61,"409":66,"41":113,"414":32,"415":89,"419":117,"42":52,"426":21,"43":32,"430":37,"433":11,"44":17,"45":34,"46":169,"48":65,"49":48,"5":880,"51":52,"52":60,"53":67,"56":8,"570":16,"6":253,"63":68,"7":631,"79":42,"8":103,"80":43,"9":516,"all_client":102263,"all_tv_clinet":17706,"insert_time":"2014-08-20T10:08:35.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84740,"10":84,"107":560,"11":316,"12":60,"13":558,"14":155,"15":255,"155":70,"156":40,"158":64,"159":19,"16":102,"160":52,"161":268,"167":116,"168":2,"17":262,"18":930,"19":676,"20":110,"209":23,"21":851,"210":9,"211":17,"214":46,"215":259,"221":266,"223":1580,"224":85,"225":498,"23":568,"24":1229,"25":283,"257":70,"26":74,"268":5,"27":31,"273":118,"276":191,"279":278,"28":374,"281":26,"282":48,"291":24,"292":179,"30":28,"302":29,"306":3,"31":161,"314":6,"32":32,"33":89,"34":31,"347":15,"35":48,"352":695,"36":156,"37":62,"38":486,"380":28,"381":139,"383":93,"389":5,"39":101,"391":13,"396":4,"397":21,"40":64,"409":62,"41":114,"414":36,"415":90,"419":120,"42":56,"426":18,"43":31,"430":34,"433":11,"44":19,"45":31,"46":171,"48":62,"49":45,"5":875,"51":56,"52":59,"53":66,"56":8,"570":16,"6":250,"63":74,"7":639,"79":39,"8":109,"80":43,"9":521,"all_client":102535,"all_tv_clinet":17795,"insert_time":"2014-08-20T10:09:36.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84914,"10":85,"107":559,"11":311,"12":64,"13":572,"14":155,"15":259,"155":73,"156":38,"158":65,"159":18,"16":114,"160":52,"161":262,"167":119,"168":2,"17":260,"18":945,"19":667,"20":112,"209":26,"21":849,"210":10,"211":18,"214":46,"215":255,"221":275,"223":1599,"224":82,"225":494,"23":572,"24":1259,"25":277,"257":76,"26":75,"268":4,"27":29,"273":124,"276":194,"279":278,"28":375,"281":24,"282":51,"291":24,"292":186,"30":27,"302":31,"306":3,"31":170,"314":5,"317":1,"32":29,"33":86,"34":30,"347":14,"35":53,"352":694,"36":154,"37":65,"38":494,"380":29,"381":141,"383":98,"389":5,"39":97,"391":15,"396":4,"397":18,"40":58,"409":63,"41":117,"414":39,"415":95,"419":120,"42":55,"426":18,"43":29,"430":30,"433":11,"44":18,"45":32,"46":176,"48":63,"49":49,"5":874,"51":56,"52":57,"53":69,"56":7,"570":13,"6":250,"63":79,"7":643,"79":37,"8":111,"80":43,"9":521,"all_client":102844,"all_tv_clinet":17930,"insert_time":"2014-08-20T10:10:37.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85031,"10":85,"107":556,"11":324,"12":70,"13":578,"14":155,"15":266,"155":78,"156":37,"158":67,"159":19,"16":118,"160":54,"161":248,"167":119,"168":2,"17":262,"18":945,"19":634,"20":116,"209":25,"21":845,"210":11,"211":21,"214":46,"215":260,"221":274,"223":1609,"224":76,"225":492,"23":561,"24":1253,"25":275,"257":78,"26":73,"268":3,"27":29,"273":132,"276":194,"279":285,"28":380,"281":26,"282":54,"291":23,"292":198,"30":26,"302":34,"306":3,"31":175,"314":5,"317":1,"32":28,"33":89,"34":35,"347":13,"35":62,"352":700,"36":154,"37":72,"38":491,"380":29,"381":139,"383":102,"389":5,"39":94,"391":15,"396":3,"397":21,"40":59,"409":67,"41":120,"414":41,"415":91,"419":126,"42":53,"426":17,"43":25,"430":29,"433":12,"44":19,"45":37,"46":180,"48":64,"49":47,"5":875,"51":56,"52":56,"53":71,"56":7,"570":10,"6":255,"63":77,"7":658,"79":40,"8":121,"80":42,"9":513,"all_client":103051,"all_tv_clinet":18020,"insert_time":"2014-08-20T10:11:38.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85211,"10":87,"107":570,"11":349,"12":81,"13":581,"14":159,"15":263,"155":80,"156":39,"158":69,"159":18,"16":132,"160":49,"161":230,"167":119,"168":2,"17":257,"18":946,"19":619,"20":117,"209":23,"21":845,"210":11,"211":27,"214":46,"215":269,"221":286,"223":1633,"224":71,"225":496,"23":553,"24":1252,"25":277,"257":77,"26":64,"268":3,"27":27,"273":140,"276":193,"279":284,"28":378,"281":28,"282":55,"291":20,"292":198,"30":25,"302":32,"306":3,"31":175,"314":6,"317":1,"32":32,"33":90,"34":39,"347":11,"35":61,"352":704,"36":144,"37":73,"38":486,"380":30,"381":141,"383":102,"389":4,"39":88,"391":17,"396":4,"397":21,"40":62,"409":75,"41":125,"414":40,"415":85,"419":129,"42":57,"426":19,"43":27,"430":29,"433":12,"44":16,"45":38,"46":178,"48":67,"49":51,"5":893,"51":59,"52":55,"53":74,"56":7,"570":11,"6":259,"63":77,"7":662,"79":37,"8":120,"80":39,"9":493,"all_client":103319,"all_tv_clinet":18108,"insert_time":"2014-08-20T10:12:39.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85463,"10":88,"107":567,"11":360,"12":83,"13":579,"14":166,"15":271,"155":82,"156":42,"158":69,"159":20,"16":141,"160":46,"161":224,"167":117,"168":2,"17":266,"18":961,"19":594,"20":112,"209":20,"21":849,"210":10,"211":26,"214":46,"215":265,"221":284,"223":1651,"224":74,"225":495,"23":551,"24":1266,"25":282,"257":83,"26":65,"268":3,"27":27,"273":130,"276":196,"279":291,"28":371,"281":31,"282":61,"291":19,"292":197,"30":26,"302":30,"306":3,"31":171,"314":6,"317":1,"32":33,"33":91,"34":41,"347":9,"35":61,"352":704,"36":150,"37":72,"38":480,"380":30,"381":139,"383":105,"389":4,"39":86,"391":15,"396":4,"397":23,"40":61,"409":75,"41":120,"414":37,"415":82,"419":123,"42":59,"426":21,"43":26,"430":27,"433":13,"44":16,"45":39,"46":169,"48":65,"49":54,"5":914,"51":58,"52":55,"53":73,"56":6,"570":13,"6":259,"63":82,"7":667,"79":40,"8":127,"80":35,"9":474,"all_client":103620,"all_tv_clinet":18157,"insert_time":"2014-08-20T10:13:40.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85699,"10":91,"107":582,"11":367,"12":89,"13":566,"14":169,"15":285,"155":82,"156":38,"158":64,"159":20,"16":153,"160":43,"161":229,"167":117,"168":2,"17":266,"18":975,"19":571,"20":109,"209":22,"21":860,"210":10,"211":27,"214":46,"215":268,"221":287,"223":1662,"224":79,"225":492,"23":554,"24":1285,"25":278,"257":84,"26":63,"268":3,"27":29,"273":122,"276":196,"279":289,"28":364,"281":32,"282":63,"291":18,"292":189,"30":24,"302":32,"306":3,"31":170,"314":5,"317":1,"32":36,"33":95,"34":38,"347":9,"35":62,"352":714,"36":151,"37":75,"38":488,"380":29,"381":145,"383":106,"389":4,"39":83,"391":14,"396":4,"397":24,"40":57,"409":71,"41":118,"414":37,"415":83,"419":127,"42":59,"426":19,"43":23,"430":32,"433":13,"44":13,"45":37,"46":166,"48":60,"49":56,"5":930,"51":56,"52":55,"53":70,"56":6,"570":12,"6":270,"63":83,"7":676,"79":41,"8":131,"80":34,"9":438,"all_client":103924,"all_tv_clinet":18225,"insert_time":"2014-08-20T10:14:41.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85950,"10":88,"107":579,"11":369,"12":97,"13":559,"14":172,"15":291,"155":83,"156":33,"158":65,"159":19,"16":172,"160":44,"161":232,"167":122,"168":1,"17":271,"18":988,"19":555,"20":107,"209":27,"21":860,"210":8,"211":27,"214":45,"215":232,"221":292,"223":1678,"224":82,"225":533,"23":557,"24":1300,"25":276,"257":86,"26":60,"268":4,"27":28,"273":112,"276":194,"279":292,"28":359,"281":32,"282":66,"291":20,"292":181,"30":26,"302":30,"306":3,"31":162,"314":6,"317":1,"32":32,"33":97,"34":39,"347":8,"35":63,"352":695,"36":152,"37":71,"38":493,"380":28,"381":150,"383":110,"389":5,"39":80,"391":15,"396":5,"397":24,"40":53,"409":67,"41":117,"414":37,"415":87,"419":129,"42":59,"426":21,"43":24,"430":33,"433":13,"44":12,"45":39,"46":177,"48":61,"49":50,"5":942,"51":57,"52":54,"53":72,"56":6,"570":11,"6":271,"63":89,"7":673,"79":42,"8":132,"80":36,"9":417,"all_client":104224,"all_tv_clinet":18274,"insert_time":"2014-08-20T10:15:41.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86239,"10":88,"107":600,"11":379,"12":101,"13":564,"14":185,"15":293,"155":85,"156":30,"158":67,"159":23,"16":182,"160":43,"161":240,"167":123,"17":263,"18":995,"19":547,"20":105,"209":26,"21":860,"210":7,"211":27,"214":46,"215":221,"221":303,"223":1683,"224":79,"225":550,"23":565,"24":1308,"25":274,"257":82,"26":69,"268":4,"27":28,"273":115,"276":191,"279":291,"28":351,"281":31,"282":67,"291":21,"292":181,"30":25,"302":30,"306":3,"31":154,"314":4,"317":1,"32":37,"33":98,"34":41,"347":7,"35":61,"352":687,"36":149,"37":72,"38":491,"380":28,"381":150,"383":114,"389":6,"39":81,"391":20,"396":4,"397":24,"40":52,"409":63,"41":111,"414":41,"415":86,"419":126,"42":65,"426":18,"43":27,"430":33,"433":13,"44":12,"45":40,"46":176,"48":62,"49":47,"5":938,"51":56,"52":52,"53":65,"56":7,"570":11,"6":278,"63":91,"7":681,"79":41,"8":128,"80":37,"9":388,"all_client":104564,"all_tv_clinet":18325,"insert_time":"2014-08-20T10:16:42.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86518,"10":90,"107":597,"11":385,"12":108,"13":563,"14":190,"15":296,"155":85,"156":32,"158":68,"159":23,"16":197,"160":43,"161":248,"167":127,"17":263,"18":997,"19":545,"20":101,"209":28,"21":859,"210":7,"211":25,"214":46,"215":233,"221":312,"223":1690,"224":72,"225":552,"23":574,"24":1341,"25":267,"257":83,"26":71,"268":6,"27":26,"273":108,"276":194,"279":294,"28":350,"281":36,"282":67,"291":24,"292":188,"30":25,"302":31,"306":3,"31":158,"314":5,"317":1,"32":38,"33":95,"34":40,"347":6,"35":55,"352":682,"36":150,"37":73,"38":479,"380":28,"381":154,"383":118,"389":5,"39":81,"391":24,"396":3,"397":25,"40":51,"409":62,"41":111,"414":38,"415":81,"419":123,"42":66,"426":16,"43":25,"430":32,"433":11,"44":9,"45":42,"46":173,"48":59,"49":52,"5":931,"51":56,"52":55,"53":61,"56":6,"570":10,"6":285,"63":91,"7":684,"79":39,"8":133,"80":40,"9":363,"all_client":104913,"all_tv_clinet":18395,"insert_time":"2014-08-20T10:17:43.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86776,"10":87,"107":603,"11":394,"12":112,"13":576,"14":206,"15":294,"155":88,"156":31,"158":69,"159":23,"16":203,"160":42,"161":245,"167":130,"17":272,"18":1029,"19":558,"20":95,"209":27,"21":871,"210":9,"211":20,"214":46,"215":285,"221":315,"223":1643,"224":72,"225":524,"23":561,"24":1369,"25":269,"257":81,"26":75,"268":5,"27":24,"273":108,"276":201,"279":285,"28":350,"281":37,"282":71,"291":25,"292":198,"30":24,"302":33,"306":3,"31":149,"314":4,"317":1,"32":37,"33":97,"34":39,"347":7,"35":60,"352":684,"36":146,"37":78,"38":481,"380":30,"381":151,"383":123,"389":5,"39":76,"391":28,"396":4,"397":24,"40":48,"409":58,"41":102,"414":37,"415":88,"419":128,"42":68,"426":19,"43":26,"430":34,"433":11,"44":9,"45":43,"46":174,"48":60,"49":55,"5":924,"51":60,"52":52,"53":64,"56":6,"570":9,"6":292,"63":94,"7":689,"79":40,"8":136,"80":40,"9":356,"all_client":105310,"all_tv_clinet":18534,"insert_time":"2014-08-20T10:18:44.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86990,"10":87,"107":601,"11":406,"12":108,"13":593,"14":218,"15":293,"155":91,"156":28,"158":70,"159":22,"16":210,"160":43,"161":241,"167":129,"17":268,"18":1051,"19":558,"20":97,"209":29,"21":867,"210":9,"211":19,"214":46,"215":318,"221":320,"223":1571,"224":74,"225":517,"23":567,"24":1366,"25":269,"257":78,"26":75,"268":5,"27":26,"273":116,"276":204,"279":271,"28":358,"281":42,"282":75,"291":24,"292":206,"30":24,"302":35,"306":4,"31":134,"314":4,"317":1,"32":32,"33":99,"34":38,"347":10,"35":65,"352":685,"36":158,"37":82,"38":485,"380":31,"381":151,"383":123,"389":5,"39":76,"391":28,"396":5,"397":22,"40":44,"409":57,"41":101,"414":36,"415":98,"419":131,"42":70,"426":20,"43":27,"430":31,"433":11,"44":10,"45":45,"46":178,"48":63,"49":53,"5":933,"51":64,"52":48,"53":63,"56":7,"570":9,"6":294,"63":102,"7":701,"79":37,"8":137,"80":37,"9":358,"all_client":105618,"all_tv_clinet":18628,"insert_time":"2014-08-20T10:19:45.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87177,"10":79,"107":623,"11":409,"12":106,"13":606,"14":224,"15":301,"155":97,"156":31,"158":73,"159":18,"16":219,"160":50,"161":245,"167":131,"17":276,"18":1095,"19":571,"20":93,"209":28,"21":850,"210":10,"211":20,"214":50,"215":323,"221":325,"223":1542,"224":73,"225":514,"23":573,"24":1338,"25":270,"257":81,"26":78,"268":6,"27":25,"273":124,"276":208,"279":248,"28":352,"281":43,"282":84,"291":22,"292":207,"30":23,"302":36,"306":4,"31":124,"314":6,"317":1,"32":35,"33":104,"34":42,"347":11,"35":66,"352":700,"36":154,"37":84,"38":479,"380":31,"381":152,"383":121,"389":5,"39":81,"391":31,"396":5,"397":20,"40":42,"409":52,"41":100,"414":37,"415":108,"419":134,"42":70,"426":20,"43":29,"430":34,"433":12,"44":10,"45":46,"46":183,"48":71,"49":51,"5":946,"51":67,"52":47,"53":65,"56":6,"570":9,"6":299,"63":104,"7":716,"79":36,"8":136,"80":36,"9":354,"all_client":105953,"all_tv_clinet":18776,"insert_time":"2014-08-20T10:20:46.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87447,"10":76,"107":629,"11":420,"12":106,"13":622,"14":228,"15":306,"155":99,"156":35,"158":75,"159":18,"16":231,"160":49,"161":250,"167":133,"17":276,"18":1108,"19":588,"20":92,"209":28,"21":844,"210":11,"211":22,"214":52,"215":344,"221":320,"223":1509,"224":72,"225":523,"23":578,"24":1316,"25":270,"257":78,"26":79,"268":6,"27":26,"273":125,"276":205,"279":233,"28":358,"281":43,"282":84,"291":22,"292":215,"30":23,"302":37,"306":4,"31":114,"314":6,"317":1,"32":34,"33":110,"34":40,"347":12,"35":68,"352":708,"36":157,"37":85,"38":477,"380":31,"381":154,"383":115,"389":5,"39":91,"391":28,"396":1,"397":20,"40":40,"409":53,"41":95,"414":39,"415":121,"419":136,"42":70,"426":21,"43":29,"430":34,"433":12,"44":10,"45":48,"46":174,"48":77,"49":52,"5":942,"51":62,"52":48,"53":66,"56":9,"570":10,"6":300,"63":110,"7":740,"79":36,"8":133,"80":35,"9":355,"all_client":106329,"all_tv_clinet":18882,"insert_time":"2014-08-20T10:21:47.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87686,"10":74,"107":636,"11":424,"12":129,"13":641,"14":225,"15":306,"155":99,"156":36,"158":83,"159":18,"16":243,"160":50,"161":259,"167":138,"17":277,"18":1127,"19":604,"20":95,"209":27,"21":838,"210":12,"211":24,"214":52,"215":348,"221":330,"223":1466,"224":71,"225":526,"23":586,"24":1268,"25":272,"257":75,"26":75,"268":4,"27":24,"273":128,"276":212,"279":238,"28":360,"281":41,"282":85,"291":20,"292":219,"30":23,"302":35,"306":4,"31":105,"314":7,"317":1,"32":38,"33":108,"34":40,"347":9,"35":63,"352":707,"36":163,"37":86,"38":471,"380":30,"381":158,"383":123,"389":4,"39":89,"391":31,"396":2,"397":18,"40":40,"409":57,"41":87,"414":38,"415":115,"419":139,"42":75,"426":22,"43":34,"430":38,"433":12,"44":10,"45":55,"46":173,"48":76,"49":61,"5":940,"51":63,"52":46,"53":72,"56":9,"570":10,"6":302,"63":117,"7":748,"79":34,"8":133,"80":37,"9":347,"all_client":106656,"all_tv_clinet":18970,"insert_time":"2014-08-20T10:22:48.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87954,"10":80,"107":627,"11":416,"12":143,"13":645,"14":223,"15":305,"155":103,"156":34,"158":83,"159":21,"16":248,"160":47,"161":267,"167":143,"17":282,"18":1152,"19":624,"20":94,"209":28,"21":828,"210":12,"211":24,"214":55,"215":348,"221":324,"223":1456,"224":67,"225":535,"23":594,"24":1252,"25":278,"257":78,"26":75,"268":5,"27":25,"273":136,"276":212,"279":232,"28":349,"281":38,"282":87,"291":21,"292":216,"30":23,"302":33,"306":4,"31":97,"314":7,"317":1,"32":34,"33":108,"34":43,"347":10,"35":61,"352":707,"36":171,"37":93,"38":477,"380":28,"381":166,"383":124,"389":4,"39":90,"391":28,"396":2,"397":21,"40":41,"409":58,"41":89,"414":41,"415":114,"419":143,"42":75,"426":24,"43":34,"430":37,"433":12,"44":9,"45":59,"46":181,"48":77,"49":64,"5":941,"51":64,"52":45,"53":70,"56":10,"570":8,"6":295,"63":121,"7":765,"79":30,"8":132,"80":36,"9":354,"all_client":107027,"all_tv_clinet":19073,"insert_time":"2014-08-20T10:23:48.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88257,"10":79,"107":628,"11":404,"12":148,"13":645,"14":223,"15":311,"155":104,"156":32,"158":81,"159":23,"16":253,"160":51,"161":277,"167":147,"17":280,"18":1188,"19":625,"20":98,"209":27,"21":836,"210":15,"211":21,"214":53,"215":353,"221":333,"223":1453,"224":68,"225":528,"23":597,"24":1237,"25":292,"257":81,"26":79,"268":8,"27":23,"273":142,"276":211,"279":233,"28":348,"281":40,"282":90,"291":20,"292":218,"30":25,"302":32,"306":4,"31":92,"314":7,"317":1,"32":37,"33":108,"34":41,"347":10,"35":57,"352":695,"36":179,"37":91,"38":474,"380":24,"381":165,"383":120,"389":4,"39":84,"391":27,"396":2,"397":21,"40":39,"409":60,"41":92,"414":48,"415":111,"419":144,"42":81,"426":21,"43":35,"430":34,"433":12,"44":9,"45":60,"46":181,"48":77,"49":66,"5":937,"51":64,"52":41,"53":79,"56":8,"570":10,"6":300,"63":125,"7":784,"79":34,"8":135,"80":34,"9":357,"all_client":107438,"all_tv_clinet":19181,"insert_time":"2014-08-20T10:24:49.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88529,"10":74,"107":637,"11":399,"12":159,"13":643,"14":222,"15":315,"155":105,"156":32,"158":79,"159":26,"16":243,"160":57,"161":270,"167":153,"17":293,"18":1221,"19":631,"20":100,"209":31,"21":819,"210":16,"211":22,"214":51,"215":365,"221":331,"223":1435,"224":68,"225":526,"23":602,"24":1247,"25":300,"257":82,"26":75,"268":9,"27":23,"273":139,"276":204,"279":230,"28":347,"281":40,"282":93,"291":19,"292":223,"30":24,"302":31,"306":4,"31":95,"314":6,"317":1,"32":34,"33":106,"34":45,"347":10,"35":51,"352":694,"36":177,"37":83,"38":468,"380":22,"381":173,"383":121,"389":4,"39":82,"391":26,"396":4,"397":22,"40":38,"409":64,"41":94,"414":54,"415":106,"419":151,"42":82,"426":17,"43":33,"430":32,"433":11,"44":11,"45":55,"46":183,"48":77,"49":71,"5":924,"51":61,"52":42,"53":81,"56":9,"570":13,"6":302,"63":120,"7":801,"79":34,"8":130,"80":37,"9":365,"all_client":107766,"all_tv_clinet":19237,"insert_time":"2014-08-20T10:25:51.357Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88791,"10":73,"107":637,"11":411,"12":164,"13":640,"14":226,"15":324,"155":105,"156":32,"158":75,"159":28,"16":237,"160":58,"161":262,"167":157,"17":303,"18":1246,"19":643,"20":107,"209":34,"21":797,"210":16,"211":22,"214":52,"215":379,"221":326,"223":1425,"224":65,"225":530,"23":598,"24":1242,"25":298,"257":80,"26":74,"268":11,"27":24,"273":134,"276":204,"279":226,"28":350,"281":36,"282":98,"291":21,"292":232,"30":23,"302":30,"306":4,"31":87,"314":6,"317":1,"32":35,"33":99,"34":39,"347":11,"35":48,"352":714,"36":195,"37":78,"38":472,"380":21,"381":187,"383":123,"389":4,"39":84,"391":25,"396":6,"397":19,"40":39,"409":68,"41":89,"414":57,"415":101,"419":164,"42":86,"426":18,"43":33,"430":36,"433":10,"44":12,"45":52,"46":189,"48":75,"49":69,"5":938,"51":58,"52":40,"53":84,"56":8,"570":16,"6":321,"63":125,"7":792,"79":40,"8":128,"80":40,"9":370,"all_client":108162,"all_tv_clinet":19371,"insert_time":"2014-08-20T10:26:52.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89053,"10":76,"107":655,"11":422,"12":164,"13":651,"14":234,"15":339,"155":106,"156":36,"158":70,"159":27,"16":216,"160":57,"161":249,"167":160,"168":1,"17":302,"18":1262,"19":664,"20":115,"209":33,"21":773,"210":17,"211":25,"214":49,"215":395,"221":322,"223":1418,"224":59,"225":523,"23":616,"24":1239,"25":291,"257":84,"26":71,"268":11,"27":27,"273":142,"276":204,"279":225,"28":342,"281":37,"282":104,"291":19,"292":214,"30":23,"302":30,"306":4,"31":84,"314":6,"317":1,"32":37,"33":97,"34":43,"347":11,"35":49,"352":714,"36":214,"37":74,"38":477,"380":19,"381":190,"383":127,"389":4,"39":88,"391":24,"396":7,"397":22,"40":38,"409":70,"41":88,"414":55,"415":99,"419":164,"42":85,"426":17,"43":32,"430":38,"433":10,"44":11,"45":45,"46":192,"48":75,"49":70,"5":965,"51":58,"52":43,"53":85,"56":7,"570":14,"6":329,"63":126,"7":800,"79":46,"8":120,"80":40,"9":378,"all_client":108544,"all_tv_clinet":19491,"insert_time":"2014-08-20T10:27:53.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89366,"10":81,"107":659,"11":417,"12":161,"13":668,"14":242,"15":353,"155":108,"156":36,"158":66,"159":27,"16":217,"160":49,"161":228,"167":161,"168":2,"17":307,"18":1265,"19":686,"20":116,"209":33,"21":745,"210":17,"211":25,"214":49,"215":408,"221":313,"223":1415,"224":55,"225":532,"23":626,"24":1255,"25":280,"257":85,"26":74,"268":12,"27":32,"273":138,"276":204,"279":223,"28":333,"281":36,"282":106,"291":20,"292":195,"30":24,"302":29,"306":4,"31":80,"314":6,"317":1,"32":35,"33":95,"34":44,"347":12,"35":50,"352":711,"36":224,"37":72,"38":476,"380":17,"381":198,"383":128,"389":4,"39":85,"391":22,"396":7,"397":26,"40":39,"409":64,"41":88,"414":59,"415":98,"419":169,"42":83,"426":19,"43":32,"430":40,"433":10,"44":9,"45":43,"46":194,"48":76,"49":69,"5":982,"51":57,"52":44,"53":87,"56":9,"570":10,"6":336,"63":133,"7":803,"79":47,"8":115,"80":46,"9":388,"all_client":108925,"all_tv_clinet":19559,"insert_time":"2014-08-20T10:28:53.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89628,"10":81,"107":659,"11":422,"12":143,"13":691,"14":238,"15":360,"155":109,"156":36,"158":65,"159":24,"16":215,"160":48,"161":225,"167":163,"168":2,"17":304,"18":1291,"19":705,"20":121,"209":30,"21":724,"210":17,"211":24,"214":50,"215":415,"221":319,"223":1415,"224":57,"225":523,"23":623,"24":1254,"25":281,"257":89,"26":76,"268":11,"27":30,"273":135,"276":206,"279":220,"28":319,"281":38,"282":102,"291":21,"292":182,"30":24,"302":29,"306":4,"31":85,"314":7,"317":2,"32":36,"33":97,"34":46,"347":12,"35":47,"352":706,"36":229,"37":72,"38":472,"380":17,"381":200,"383":129,"389":3,"39":82,"391":20,"396":6,"397":24,"40":39,"409":62,"41":89,"414":64,"415":104,"419":169,"42":79,"426":18,"43":31,"430":40,"433":10,"44":9,"45":41,"46":194,"48":68,"49":65,"5":978,"51":55,"52":44,"53":91,"56":9,"570":11,"6":356,"63":145,"7":827,"79":48,"8":114,"80":50,"9":399,"all_client":109249,"all_tv_clinet":19621,"insert_time":"2014-08-20T10:29:54.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89897,"10":91,"107":655,"11":423,"12":131,"13":698,"14":230,"15":380,"155":113,"156":36,"158":54,"159":27,"16":228,"160":48,"161":224,"167":167,"168":2,"17":311,"18":1307,"19":727,"20":129,"209":31,"21":723,"210":18,"211":24,"214":49,"215":415,"221":311,"223":1409,"224":57,"225":532,"23":626,"24":1277,"25":281,"257":87,"26":79,"268":10,"27":31,"273":122,"276":207,"279":220,"28":318,"281":39,"282":95,"291":21,"292":168,"30":23,"302":31,"306":5,"31":88,"314":7,"317":1,"32":40,"33":98,"34":43,"347":12,"35":43,"352":709,"36":236,"37":70,"38":458,"380":17,"381":211,"383":131,"389":4,"39":83,"391":20,"396":5,"397":27,"40":40,"409":59,"41":85,"414":64,"415":103,"419":175,"42":73,"426":18,"43":31,"430":45,"433":10,"44":11,"45":41,"46":189,"48":72,"49":62,"5":998,"51":53,"52":49,"53":93,"56":10,"570":12,"6":365,"63":149,"7":829,"79":51,"8":112,"80":49,"9":397,"all_client":109635,"all_tv_clinet":19738,"insert_time":"2014-08-20T10:30:55.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90135,"10":84,"107":652,"11":424,"12":123,"13":702,"14":209,"15":380,"155":110,"156":38,"158":54,"159":27,"16":237,"160":49,"161":220,"167":164,"168":2,"17":308,"18":1314,"19":744,"20":136,"209":31,"21":715,"210":23,"211":24,"214":48,"215":430,"221":302,"223":1422,"224":57,"225":537,"23":625,"24":1284,"25":280,"257":88,"26":90,"268":10,"27":30,"273":123,"276":211,"279":221,"28":310,"281":41,"282":88,"291":20,"292":165,"30":25,"302":34,"306":4,"31":87,"314":8,"317":1,"32":41,"33":93,"34":43,"347":13,"35":44,"352":716,"36":241,"37":66,"38":471,"380":16,"381":217,"383":128,"389":3,"39":83,"391":26,"396":5,"397":28,"40":39,"409":57,"41":83,"414":66,"415":106,"419":182,"42":66,"426":16,"43":30,"430":47,"433":9,"44":11,"45":40,"46":187,"48":74,"49":57,"5":1011,"51":52,"52":48,"53":87,"56":9,"570":11,"6":380,"63":145,"7":838,"79":55,"8":110,"80":48,"9":406,"all_client":109950,"all_tv_clinet":19815,"insert_time":"2014-08-20T10:31:56.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90440,"10":86,"107":669,"11":429,"12":117,"13":707,"14":209,"15":381,"155":109,"156":37,"158":54,"159":26,"16":247,"160":52,"161":207,"167":165,"168":2,"17":309,"18":1330,"19":742,"20":143,"209":32,"21":712,"210":23,"211":23,"214":48,"215":439,"221":305,"223":1450,"224":58,"225":514,"23":623,"24":1313,"25":274,"257":91,"26":93,"268":9,"27":29,"273":119,"276":225,"279":228,"28":305,"281":38,"282":85,"291":20,"292":159,"30":25,"302":38,"306":3,"31":88,"314":10,"317":1,"32":38,"33":90,"34":46,"347":13,"35":43,"352":709,"36":232,"37":66,"38":470,"380":15,"381":215,"383":127,"389":2,"39":83,"391":32,"396":4,"397":29,"40":39,"409":59,"41":84,"414":68,"415":105,"419":171,"42":62,"426":15,"43":32,"430":49,"433":10,"44":12,"45":39,"46":188,"48":71,"49":55,"5":1016,"51":56,"52":49,"53":89,"56":7,"570":6,"6":390,"63":155,"7":834,"79":60,"8":109,"80":43,"9":391,"all_client":110319,"all_tv_clinet":19879,"insert_time":"2014-08-20T10:32:57.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90639,"10":87,"107":663,"11":435,"12":113,"13":709,"14":214,"15":373,"155":110,"156":38,"158":62,"159":23,"16":257,"160":51,"161":211,"167":172,"168":1,"17":311,"18":1338,"19":754,"20":146,"209":31,"21":707,"210":24,"211":21,"214":47,"215":438,"221":306,"223":1496,"224":60,"225":539,"23":621,"24":1343,"25":266,"257":92,"26":91,"268":9,"27":35,"273":121,"276":227,"279":234,"28":308,"281":36,"282":87,"291":21,"292":155,"30":26,"302":43,"306":2,"31":90,"314":9,"317":1,"32":34,"33":91,"34":45,"347":13,"35":44,"352":710,"36":236,"37":67,"38":469,"380":15,"381":219,"383":125,"389":2,"39":81,"391":39,"396":4,"397":22,"40":39,"409":57,"41":85,"414":64,"415":107,"419":160,"42":55,"426":16,"43":33,"430":49,"433":10,"44":12,"45":40,"46":199,"48":62,"49":56,"5":1018,"51":53,"52":45,"53":94,"56":9,"570":15,"6":390,"63":154,"7":825,"79":50,"8":105,"80":50,"9":388,"all_client":110649,"all_tv_clinet":20010,"insert_time":"2014-08-20T10:33:57.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90947,"10":85,"107":656,"11":440,"12":121,"13":717,"14":220,"15":370,"155":111,"156":35,"158":59,"159":22,"16":263,"160":51,"161":219,"167":176,"168":1,"17":308,"18":1362,"19":755,"20":150,"209":36,"21":715,"210":25,"211":20,"214":48,"215":445,"221":306,"223":1544,"224":61,"225":544,"23":609,"24":1380,"25":260,"257":86,"26":87,"268":10,"27":33,"273":120,"276":236,"279":239,"28":304,"281":34,"282":85,"291":23,"292":153,"30":26,"302":46,"306":2,"31":91,"314":9,"317":1,"32":32,"33":86,"34":47,"347":12,"35":39,"352":732,"36":235,"37":61,"38":468,"380":18,"381":220,"383":111,"389":1,"39":85,"391":37,"396":3,"397":19,"40":42,"409":53,"41":86,"414":59,"415":99,"419":149,"42":55,"426":16,"43":29,"430":54,"433":9,"44":13,"45":37,"46":198,"48":61,"49":55,"5":1018,"51":53,"52":44,"53":100,"56":12,"570":16,"6":400,"63":162,"7":790,"79":52,"8":102,"80":54,"9":399,"all_client":111069,"all_tv_clinet":20122,"insert_time":"2014-08-20T10:34:58.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91243,"10":88,"107":652,"11":434,"12":129,"13":727,"14":216,"15":375,"155":110,"156":34,"158":60,"159":19,"16":273,"160":51,"161":219,"167":179,"168":1,"17":311,"18":1390,"19":757,"20":156,"209":34,"21":723,"210":26,"211":18,"214":48,"215":450,"221":317,"223":1587,"224":66,"225":533,"23":605,"24":1350,"25":262,"257":84,"26":91,"268":10,"27":34,"273":125,"276":242,"279":253,"28":300,"281":34,"282":85,"291":23,"292":149,"30":27,"302":49,"306":1,"31":79,"314":8,"317":1,"32":34,"33":87,"34":47,"347":10,"35":39,"352":728,"36":229,"37":56,"38":480,"380":17,"381":220,"383":110,"389":1,"39":87,"391":39,"396":3,"397":17,"40":42,"409":56,"41":90,"414":59,"415":90,"419":142,"42":55,"426":14,"43":27,"430":63,"433":9,"44":20,"45":36,"46":193,"48":59,"49":58,"5":1036,"51":46,"52":44,"53":116,"56":11,"570":22,"6":396,"63":155,"7":775,"79":53,"8":97,"80":53,"9":397,"all_client":111456,"all_tv_clinet":20213,"insert_time":"2014-08-20T10:35:59.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91565,"10":88,"107":646,"11":438,"12":127,"13":731,"14":221,"15":379,"155":106,"156":30,"158":61,"159":17,"16":286,"160":53,"161":226,"167":180,"168":1,"17":320,"18":1398,"19":735,"20":157,"209":37,"21":718,"210":27,"211":17,"214":48,"215":459,"221":319,"223":1611,"224":65,"225":531,"23":601,"24":1342,"25":258,"257":90,"26":98,"268":10,"27":35,"273":129,"276":252,"279":250,"28":287,"281":35,"282":91,"291":22,"292":155,"30":27,"302":49,"306":1,"31":76,"314":8,"317":1,"32":39,"33":86,"34":47,"347":9,"35":38,"352":732,"36":226,"37":53,"38":483,"380":17,"381":216,"383":107,"389":1,"39":83,"391":42,"396":5,"397":15,"40":43,"409":60,"41":87,"414":57,"415":97,"419":138,"42":53,"426":11,"43":30,"430":64,"431":1,"433":9,"44":22,"45":36,"46":182,"48":64,"49":58,"5":1061,"51":45,"52":42,"53":123,"56":10,"570":20,"6":399,"63":156,"7":775,"79":55,"8":96,"80":55,"9":400,"all_client":111862,"all_tv_clinet":20297,"insert_time":"2014-08-20T10:37:00.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91859,"10":89,"107":648,"11":463,"12":123,"13":737,"14":225,"15":387,"155":106,"156":31,"158":60,"159":15,"16":291,"160":51,"161":234,"167":182,"168":1,"17":325,"18":1415,"19":716,"20":149,"209":31,"21":711,"210":27,"211":17,"214":46,"215":462,"221":332,"223":1642,"224":67,"225":531,"23":595,"24":1308,"25":256,"257":97,"26":101,"268":9,"27":37,"273":132,"276":260,"279":260,"28":289,"281":33,"282":96,"291":22,"292":171,"30":28,"302":50,"306":1,"31":73,"314":9,"317":1,"32":45,"33":86,"34":47,"347":10,"35":41,"352":742,"36":229,"37":50,"38":484,"380":17,"381":221,"383":96,"389":2,"39":82,"391":43,"396":4,"397":11,"40":47,"409":61,"41":82,"414":53,"415":99,"419":132,"42":51,"426":8,"43":30,"430":64,"431":1,"433":9,"44":20,"45":34,"46":185,"48":67,"49":58,"5":1052,"51":47,"52":44,"53":122,"56":10,"570":25,"6":399,"63":153,"7":776,"79":53,"8":90,"80":57,"9":389,"all_client":112229,"all_tv_clinet":20370,"insert_time":"2014-08-20T10:38:01.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92153,"10":90,"107":666,"11":486,"12":125,"13":746,"14":230,"15":384,"155":104,"156":27,"158":62,"159":13,"16":295,"160":52,"161":245,"167":183,"168":1,"17":330,"18":1410,"19":697,"20":147,"209":35,"21":687,"210":27,"211":22,"214":45,"215":474,"221":329,"223":1651,"224":62,"225":547,"23":601,"24":1299,"25":247,"257":97,"26":114,"268":11,"27":35,"273":139,"276":270,"279":274,"28":284,"281":33,"282":96,"291":22,"292":183,"30":27,"302":53,"306":1,"31":64,"314":7,"317":1,"32":41,"33":84,"34":47,"347":9,"35":41,"352":752,"36":238,"37":51,"38":478,"380":18,"381":224,"383":91,"389":3,"39":75,"391":46,"396":4,"397":12,"40":50,"409":62,"41":79,"414":48,"415":101,"419":136,"42":46,"426":8,"43":34,"430":61,"431":1,"433":9,"44":19,"45":34,"46":183,"48":74,"49":56,"5":1064,"51":43,"52":44,"53":112,"56":12,"570":23,"6":406,"63":154,"7":781,"79":55,"8":91,"80":59,"9":383,"all_client":112625,"all_tv_clinet":20472,"insert_time":"2014-08-20T10:39:02.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92396,"10":93,"107":653,"11":500,"12":124,"13":742,"14":230,"15":388,"155":102,"156":24,"158":67,"159":12,"16":303,"160":49,"161":237,"167":184,"168":1,"17":329,"18":1415,"19":695,"20":147,"209":34,"21":689,"210":28,"211":23,"214":46,"215":481,"221":326,"223":1696,"224":62,"225":571,"23":597,"24":1282,"25":247,"257":96,"26":124,"268":11,"27":33,"273":144,"276":276,"279":280,"28":280,"281":33,"282":100,"291":21,"292":190,"30":26,"302":54,"306":1,"31":65,"314":7,"317":1,"32":32,"33":83,"34":46,"347":8,"35":41,"352":768,"36":254,"37":49,"38":471,"380":17,"381":222,"383":87,"389":2,"39":69,"391":45,"396":3,"397":16,"40":53,"409":62,"41":78,"414":47,"415":99,"419":137,"42":46,"426":6,"43":36,"430":64,"433":9,"44":18,"45":31,"46":182,"48":77,"49":54,"5":1071,"51":44,"52":48,"53":103,"56":12,"570":22,"6":416,"63":152,"7":793,"79":57,"8":90,"80":57,"9":374,"all_client":112966,"all_tv_clinet":20570,"insert_time":"2014-08-20T10:40:03.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92740,"10":98,"107":657,"11":500,"12":129,"13":730,"14":228,"15":403,"155":101,"156":22,"158":70,"159":12,"16":301,"160":49,"161":248,"167":186,"168":1,"17":333,"18":1423,"19":668,"20":148,"209":35,"21":663,"210":28,"211":22,"214":46,"215":481,"221":321,"223":1724,"224":63,"225":565,"23":585,"24":1289,"25":244,"257":100,"26":130,"268":11,"27":37,"273":150,"276":279,"279":293,"28":277,"281":34,"282":106,"291":23,"292":198,"30":26,"302":55,"306":1,"31":65,"314":7,"317":1,"32":34,"33":87,"34":46,"347":10,"35":43,"352":777,"36":245,"37":49,"38":474,"380":19,"381":224,"383":86,"389":2,"39":71,"391":42,"396":4,"397":16,"40":51,"409":65,"41":79,"414":47,"415":98,"419":135,"42":45,"426":5,"43":39,"430":62,"433":9,"44":18,"45":34,"46":191,"48":75,"49":46,"5":1080,"51":45,"52":47,"53":100,"56":11,"570":22,"6":413,"63":157,"7":785,"79":61,"8":88,"80":58,"9":369,"all_client":113370,"all_tv_clinet":20630,"insert_time":"2014-08-20T10:41:04.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93059,"10":101,"107":647,"11":508,"12":138,"13":718,"14":230,"15":396,"155":99,"156":23,"158":71,"159":12,"16":305,"160":49,"161":238,"167":185,"168":1,"17":336,"18":1441,"19":666,"20":143,"209":33,"21":643,"210":29,"211":21,"214":45,"215":486,"221":315,"223":1738,"224":59,"225":577,"23":593,"24":1293,"25":234,"257":103,"26":129,"268":9,"27":41,"273":156,"276":287,"279":298,"28":274,"281":35,"282":109,"291":21,"292":195,"30":30,"302":55,"306":1,"31":72,"314":6,"317":2,"32":35,"33":92,"34":41,"347":10,"35":43,"352":783,"36":242,"37":44,"38":501,"380":19,"381":225,"383":81,"389":2,"39":77,"391":38,"396":4,"397":15,"40":51,"409":67,"41":78,"414":45,"415":94,"419":135,"42":48,"426":5,"43":41,"430":59,"433":9,"44":17,"45":32,"46":191,"48":76,"49":46,"5":1076,"51":47,"52":47,"53":100,"56":10,"570":23,"6":419,"63":155,"7":794,"79":68,"8":87,"80":54,"9":365,"all_client":113746,"all_tv_clinet":20687,"insert_time":"2014-08-20T10:42:05.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93314,"10":103,"107":667,"11":519,"12":142,"13":686,"14":234,"15":367,"155":98,"156":22,"158":76,"159":13,"16":315,"160":48,"161":231,"167":185,"168":1,"17":343,"18":1456,"19":674,"20":146,"209":33,"21":631,"210":29,"211":20,"214":43,"215":499,"221":325,"223":1772,"224":58,"225":586,"23":599,"24":1294,"25":222,"257":103,"26":132,"268":9,"27":42,"273":151,"276":285,"279":303,"28":260,"281":36,"282":116,"291":21,"292":199,"30":32,"302":56,"306":1,"31":70,"314":6,"317":2,"32":35,"33":91,"34":42,"347":12,"35":42,"352":772,"36":241,"37":42,"38":508,"380":21,"381":228,"383":79,"389":2,"39":76,"391":42,"396":5,"397":13,"40":54,"409":64,"41":83,"414":46,"415":89,"419":142,"42":47,"426":8,"43":38,"430":58,"433":11,"44":13,"45":31,"46":186,"48":72,"49":47,"5":1074,"51":47,"52":41,"53":97,"56":11,"570":22,"6":423,"63":156,"7":794,"79":71,"8":77,"80":55,"9":368,"all_client":114051,"all_tv_clinet":20737,"insert_time":"2014-08-20T10:43:06.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93567,"10":106,"107":661,"11":532,"12":144,"13":658,"14":239,"15":343,"155":95,"156":22,"158":79,"159":12,"16":322,"160":49,"161":221,"167":183,"168":1,"17":352,"18":1458,"19":694,"20":140,"209":35,"21":635,"210":31,"211":20,"214":40,"215":509,"221":332,"223":1820,"224":60,"225":567,"23":602,"24":1295,"25":218,"257":104,"26":136,"268":9,"27":40,"273":148,"276":290,"279":308,"28":255,"281":37,"282":118,"291":19,"292":186,"30":31,"302":57,"306":1,"31":67,"314":5,"317":3,"32":34,"33":90,"34":48,"347":11,"35":42,"352":786,"36":238,"37":37,"38":517,"380":20,"381":238,"383":83,"389":2,"39":74,"391":40,"396":6,"397":12,"40":54,"409":61,"41":79,"414":43,"415":87,"419":146,"42":46,"426":9,"43":33,"430":64,"433":11,"44":14,"45":34,"46":197,"48":69,"49":48,"5":1091,"51":51,"52":39,"53":99,"56":13,"570":20,"6":438,"63":153,"7":805,"79":67,"8":75,"80":53,"9":369,"all_client":114402,"all_tv_clinet":20835,"insert_time":"2014-08-20T10:44:06.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93870,"10":110,"107":662,"11":544,"12":136,"13":631,"14":239,"15":317,"155":95,"156":25,"158":84,"159":12,"16":334,"160":48,"161":215,"167":183,"168":1,"17":355,"18":1471,"19":730,"20":143,"209":34,"21":651,"210":33,"211":19,"214":41,"215":526,"221":347,"223":1846,"224":61,"225":575,"23":600,"24":1315,"25":218,"257":97,"26":142,"268":11,"27":42,"273":133,"276":296,"279":314,"28":253,"281":37,"282":127,"291":19,"292":170,"30":30,"302":58,"306":1,"31":65,"314":5,"317":3,"32":29,"33":92,"34":48,"347":11,"35":44,"352":782,"36":237,"37":32,"38":522,"380":20,"381":238,"383":80,"389":1,"39":77,"391":45,"396":6,"397":13,"40":58,"409":56,"41":84,"414":36,"415":84,"419":152,"42":43,"426":9,"43":31,"430":66,"433":12,"44":16,"45":36,"46":204,"48":71,"49":46,"5":1095,"51":51,"52":38,"53":102,"56":15,"570":17,"6":436,"63":150,"7":817,"79":60,"8":79,"80":54,"9":375,"all_client":114844,"all_tv_clinet":20974,"insert_time":"2014-08-20T10:45:07.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94191,"10":111,"107":663,"11":551,"12":140,"13":597,"14":243,"15":308,"155":94,"156":27,"158":84,"159":11,"16":347,"160":49,"161":214,"167":185,"168":1,"17":359,"18":1475,"19":746,"20":137,"209":38,"21":667,"210":37,"211":18,"214":41,"215":535,"221":347,"223":1855,"224":61,"225":579,"23":601,"24":1343,"25":212,"257":99,"26":160,"268":12,"27":40,"273":129,"276":297,"279":320,"28":249,"281":38,"282":124,"291":19,"292":148,"30":30,"302":58,"306":1,"31":68,"314":6,"317":3,"32":33,"33":105,"34":46,"347":11,"35":44,"352":778,"36":225,"37":32,"38":522,"380":20,"381":244,"383":79,"389":1,"39":77,"391":44,"396":5,"397":16,"40":63,"409":55,"41":79,"414":33,"415":86,"419":157,"42":40,"426":8,"43":30,"430":68,"433":12,"44":18,"45":35,"46":200,"48":72,"49":42,"5":1099,"51":55,"52":37,"53":101,"56":19,"570":14,"6":437,"63":156,"7":837,"79":64,"8":76,"80":55,"9":373,"all_client":115271,"all_tv_clinet":21080,"insert_time":"2014-08-20T10:46:08.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94519,"10":109,"107":688,"11":582,"12":143,"13":579,"14":244,"15":295,"155":87,"156":28,"158":84,"159":12,"16":364,"160":48,"161":212,"167":190,"168":1,"17":351,"18":1475,"19":726,"20":141,"209":43,"21":678,"210":35,"211":19,"214":41,"215":536,"221":345,"223":1874,"224":64,"225":595,"23":605,"24":1334,"25":209,"257":102,"26":164,"268":12,"27":38,"273":135,"276":300,"279":326,"28":241,"281":36,"282":128,"291":20,"292":137,"30":29,"302":59,"306":1,"31":67,"314":9,"317":3,"32":41,"33":105,"34":44,"347":10,"35":46,"352":778,"36":225,"37":31,"38":521,"380":20,"381":247,"383":76,"389":1,"39":75,"391":47,"396":5,"397":17,"40":64,"409":53,"41":76,"414":30,"415":82,"419":159,"42":40,"426":10,"43":26,"430":65,"433":13,"44":22,"45":35,"46":199,"48":73,"49":41,"5":1118,"51":52,"52":41,"53":105,"56":19,"570":13,"6":436,"63":159,"7":845,"79":64,"8":75,"80":53,"9":356,"all_client":115676,"all_tv_clinet":21157,"insert_time":"2014-08-20T10:47:10.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94791,"10":112,"107":713,"11":598,"12":147,"13":560,"14":238,"15":286,"155":76,"156":27,"158":84,"159":13,"16":378,"160":48,"161":216,"167":194,"168":1,"17":337,"18":1486,"19":695,"20":143,"209":43,"21":705,"210":35,"211":19,"214":40,"215":531,"221":356,"223":1882,"224":66,"225":602,"23":604,"24":1332,"25":210,"257":100,"26":158,"268":11,"27":40,"273":144,"276":306,"279":334,"28":236,"281":34,"282":129,"291":21,"292":134,"30":34,"302":61,"306":1,"31":67,"314":10,"317":3,"32":48,"33":106,"34":44,"347":10,"35":47,"352":776,"36":227,"37":29,"38":527,"380":20,"381":251,"383":74,"389":1,"39":73,"391":53,"396":5,"397":19,"40":63,"409":53,"41":74,"414":35,"415":75,"419":158,"42":36,"426":9,"43":20,"430":68,"433":13,"44":20,"45":35,"46":192,"48":74,"49":41,"5":1128,"51":54,"52":39,"53":94,"56":19,"570":11,"6":429,"63":162,"7":865,"79":71,"8":79,"80":52,"9":352,"all_client":116022,"all_tv_clinet":21231,"insert_time":"2014-08-20T10:48:11.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95089,"10":111,"107":713,"11":625,"12":155,"13":549,"14":224,"15":283,"155":71,"156":30,"158":74,"159":14,"16":384,"160":53,"161":222,"167":198,"168":1,"17":317,"18":1500,"19":653,"20":144,"209":44,"21":709,"210":33,"211":17,"214":41,"215":541,"221":357,"223":1913,"224":67,"225":605,"23":595,"24":1358,"25":210,"257":105,"26":156,"268":9,"27":42,"273":153,"276":309,"279":341,"28":235,"281":32,"282":131,"291":21,"292":134,"30":35,"302":61,"306":1,"31":62,"314":12,"317":3,"32":41,"33":110,"34":42,"347":10,"35":49,"352":787,"36":222,"37":29,"38":533,"380":19,"381":258,"383":70,"389":1,"39":81,"391":53,"396":4,"397":19,"40":60,"409":55,"41":70,"414":35,"415":76,"419":158,"42":36,"426":12,"43":24,"430":65,"433":15,"44":22,"45":34,"46":188,"48":74,"49":44,"5":1138,"51":56,"52":37,"53":102,"56":19,"570":13,"6":426,"63":164,"7":874,"79":81,"8":81,"80":50,"9":356,"all_client":116435,"all_tv_clinet":21346,"insert_time":"2014-08-20T10:49:12.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95402,"10":113,"107":721,"11":631,"12":159,"13":531,"14":207,"15":283,"155":70,"156":30,"158":77,"159":16,"16":398,"160":55,"161":227,"167":201,"168":1,"17":309,"18":1503,"19":633,"20":147,"209":43,"21":725,"210":32,"211":16,"214":38,"215":551,"221":357,"223":1919,"224":62,"225":608,"23":590,"24":1372,"25":208,"257":105,"26":154,"268":10,"27":42,"273":160,"276":312,"279":342,"28":242,"281":32,"282":140,"291":23,"292":129,"30":37,"302":61,"306":1,"31":62,"314":10,"317":3,"32":47,"33":113,"34":41,"347":10,"35":46,"352":786,"36":221,"37":27,"38":531,"380":19,"381":257,"383":73,"389":1,"39":82,"391":55,"396":4,"397":18,"40":64,"409":56,"41":75,"414":38,"415":81,"419":155,"42":35,"426":11,"43":24,"430":65,"433":15,"44":22,"45":34,"46":186,"48":74,"49":48,"5":1159,"51":55,"52":40,"53":98,"56":20,"570":13,"6":387,"63":163,"7":899,"79":84,"8":78,"80":50,"9":364,"all_client":116824,"all_tv_clinet":21422,"insert_time":"2014-08-20T10:50:13.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95665,"10":115,"107":716,"11":667,"12":166,"13":518,"14":202,"15":281,"155":65,"156":32,"158":75,"159":17,"16":401,"160":55,"161":233,"167":200,"168":1,"17":305,"18":1494,"19":638,"20":145,"209":41,"21":744,"210":31,"211":14,"214":37,"215":556,"221":361,"223":1928,"224":62,"225":609,"23":587,"24":1396,"25":210,"257":107,"26":164,"268":11,"27":44,"273":161,"276":317,"279":345,"28":245,"281":31,"282":143,"291":24,"292":131,"30":36,"302":61,"306":1,"31":64,"314":11,"317":3,"32":52,"33":116,"34":40,"347":9,"35":43,"352":797,"36":219,"37":26,"38":533,"380":19,"381":261,"383":73,"389":1,"39":83,"391":49,"396":5,"397":19,"40":67,"409":55,"41":78,"414":40,"415":82,"419":160,"42":36,"426":10,"43":24,"430":59,"433":12,"44":24,"45":32,"46":193,"48":74,"49":49,"5":1130,"51":56,"52":38,"53":102,"56":21,"570":14,"6":359,"63":168,"7":895,"79":85,"8":74,"80":50,"9":369,"all_client":117167,"all_tv_clinet":21502,"insert_time":"2014-08-20T10:51:14.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95966,"10":117,"107":731,"11":707,"12":169,"13":509,"14":194,"15":284,"155":56,"156":32,"158":86,"159":17,"16":413,"160":51,"161":240,"167":205,"168":1,"17":303,"18":1482,"19":661,"20":148,"209":42,"21":773,"210":32,"211":18,"214":36,"215":573,"221":376,"223":1958,"224":57,"225":612,"23":577,"24":1391,"25":213,"257":103,"26":169,"268":11,"27":44,"273":162,"276":321,"279":351,"28":247,"281":31,"282":146,"291":25,"292":134,"30":37,"302":63,"306":1,"31":71,"314":11,"317":3,"32":66,"33":115,"34":38,"347":10,"35":45,"352":774,"36":215,"37":25,"38":542,"380":19,"381":259,"383":70,"389":1,"39":87,"391":50,"396":3,"397":20,"40":68,"409":54,"41":78,"414":40,"415":79,"419":162,"42":35,"426":8,"43":25,"430":56,"433":16,"44":24,"45":29,"46":195,"48":72,"49":51,"5":1085,"51":55,"52":39,"53":99,"56":17,"570":14,"6":327,"63":167,"7":908,"79":80,"8":74,"80":50,"9":378,"all_client":117584,"all_tv_clinet":21618,"insert_time":"2014-08-20T10:52:15.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96275,"10":117,"107":729,"11":738,"12":179,"13":501,"14":188,"15":295,"155":56,"156":34,"158":88,"159":17,"16":408,"160":57,"161":249,"167":207,"168":1,"17":297,"18":1454,"19":688,"20":150,"209":44,"21":777,"210":31,"211":24,"214":36,"215":571,"221":401,"223":1984,"224":52,"225":625,"23":580,"24":1397,"25":212,"257":102,"26":184,"268":12,"27":44,"273":159,"276":323,"279":354,"28":241,"281":31,"282":152,"291":25,"292":136,"30":37,"302":63,"306":1,"31":75,"314":12,"317":3,"32":64,"33":120,"34":41,"347":14,"35":47,"352":757,"36":212,"37":26,"38":549,"380":18,"381":254,"383":67,"389":1,"39":87,"391":44,"396":2,"397":21,"40":70,"409":56,"41":74,"414":39,"415":77,"419":168,"42":36,"426":7,"43":27,"430":54,"433":16,"44":22,"45":29,"46":199,"48":73,"49":53,"5":1048,"51":52,"52":42,"53":98,"56":16,"570":21,"6":308,"63":166,"7":920,"79":85,"8":76,"80":49,"9":397,"all_client":118018,"all_tv_clinet":21743,"insert_time":"2014-08-20T10:53:16.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96585,"10":116,"107":734,"11":748,"12":179,"13":494,"14":181,"15":299,"155":52,"156":34,"158":87,"159":18,"16":392,"160":53,"161":257,"167":209,"168":1,"17":288,"18":1424,"19":713,"20":152,"209":47,"21":782,"210":32,"211":30,"214":35,"215":575,"221":419,"223":2013,"224":47,"225":624,"23":580,"24":1378,"25":208,"257":104,"26":185,"268":11,"27":43,"273":165,"276":326,"279":355,"28":235,"281":30,"282":154,"291":24,"292":148,"30":35,"302":62,"306":1,"31":86,"314":11,"317":3,"32":68,"33":121,"34":39,"347":15,"35":51,"352":750,"36":213,"37":29,"38":544,"380":18,"381":253,"383":70,"389":1,"39":87,"391":44,"396":3,"397":21,"40":69,"409":59,"41":75,"414":37,"415":84,"419":167,"42":33,"426":8,"43":29,"430":51,"433":14,"44":21,"45":26,"46":195,"48":74,"49":53,"5":1044,"51":53,"52":47,"53":91,"56":16,"570":23,"6":302,"63":166,"7":950,"79":89,"8":72,"80":49,"9":412,"all_client":118400,"all_tv_clinet":21815,"insert_time":"2014-08-20T10:54:17.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96877,"10":123,"107":759,"11":772,"12":172,"13":494,"14":183,"15":312,"155":49,"156":35,"158":85,"159":20,"16":351,"160":53,"161":285,"167":210,"168":1,"17":279,"18":1428,"19":746,"20":150,"209":50,"21":799,"210":33,"211":34,"214":35,"215":583,"221":414,"223":2035,"224":48,"225":620,"23":577,"24":1346,"25":201,"257":99,"26":199,"268":11,"27":43,"273":165,"276":327,"279":359,"28":234,"281":31,"282":165,"291":26,"292":152,"30":36,"302":61,"306":1,"31":98,"314":10,"317":3,"32":62,"33":119,"34":35,"347":16,"35":52,"352":753,"36":209,"37":29,"38":550,"380":17,"381":250,"383":73,"389":1,"39":86,"391":41,"396":3,"397":22,"40":69,"409":58,"41":81,"414":37,"415":82,"419":168,"42":36,"426":8,"43":33,"430":66,"433":6,"44":21,"45":26,"46":204,"48":79,"49":51,"5":1027,"51":48,"52":47,"53":86,"56":15,"570":22,"6":311,"63":172,"7":956,"79":88,"8":72,"80":48,"9":411,"all_client":118825,"all_tv_clinet":21948,"insert_time":"2014-08-20T10:55:18.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97143,"10":128,"107":764,"11":800,"12":165,"13":499,"14":182,"15":327,"155":48,"156":33,"158":85,"159":20,"16":329,"160":48,"161":280,"167":205,"168":1,"17":273,"18":1401,"19":765,"20":151,"209":48,"21":813,"210":32,"211":39,"214":36,"215":572,"221":407,"223":2047,"224":46,"225":614,"23":580,"24":1343,"25":205,"257":107,"26":208,"268":10,"27":44,"273":167,"276":334,"279":364,"28":237,"281":28,"282":168,"291":27,"292":160,"30":37,"302":63,"306":1,"31":100,"314":8,"317":2,"32":59,"33":120,"34":33,"347":13,"35":52,"352":758,"36":210,"37":32,"38":548,"380":17,"381":253,"383":80,"389":1,"39":87,"391":44,"396":5,"397":22,"40":70,"409":57,"41":81,"414":33,"415":85,"419":174,"42":36,"426":13,"43":33,"430":73,"433":5,"44":23,"45":28,"46":200,"48":78,"49":50,"5":1044,"51":52,"52":48,"53":91,"56":15,"570":20,"6":306,"63":172,"7":963,"79":91,"8":68,"80":48,"9":423,"all_client":119208,"all_tv_clinet":22065,"insert_time":"2014-08-20T10:56:19.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97377,"10":125,"107":759,"11":839,"12":158,"13":486,"14":172,"15":349,"155":47,"156":28,"158":85,"159":21,"16":327,"160":48,"161":290,"167":200,"168":1,"17":262,"18":1373,"19":764,"20":148,"209":54,"21":826,"210":34,"211":41,"214":35,"215":572,"221":419,"223":2054,"224":47,"225":597,"23":573,"24":1349,"25":206,"257":108,"26":210,"268":12,"27":44,"273":169,"276":340,"279":365,"28":243,"281":30,"282":178,"291":27,"292":168,"30":36,"302":63,"306":1,"31":97,"314":10,"317":2,"32":60,"33":116,"34":31,"347":13,"35":53,"352":795,"36":210,"37":32,"38":552,"380":19,"381":256,"383":85,"389":1,"39":90,"391":50,"396":5,"397":21,"40":71,"409":56,"41":82,"414":32,"415":81,"419":174,"42":30,"426":21,"43":30,"430":73,"433":6,"44":19,"45":29,"46":200,"48":92,"49":52,"5":1065,"51":51,"52":41,"53":87,"56":14,"570":17,"6":315,"63":168,"7":977,"79":92,"8":69,"80":48,"9":434,"all_client":119584,"all_tv_clinet":22207,"insert_time":"2014-08-20T10:57:20.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97560,"10":126,"107":783,"11":873,"12":149,"13":469,"14":156,"15":365,"155":43,"156":25,"158":85,"159":22,"16":345,"160":49,"161":273,"167":204,"168":1,"17":259,"18":1345,"19":734,"20":148,"209":58,"21":839,"210":39,"211":43,"214":33,"215":560,"221":438,"223":2070,"224":47,"225":604,"23":572,"24":1350,"25":217,"257":110,"26":210,"268":12,"27":47,"273":167,"276":346,"279":376,"28":255,"281":29,"282":191,"291":28,"292":178,"30":35,"302":63,"306":1,"31":95,"314":9,"317":2,"32":55,"33":117,"34":31,"347":18,"35":52,"352":786,"36":207,"37":31,"38":560,"380":19,"381":268,"383":83,"389":1,"39":91,"391":51,"396":5,"397":21,"40":69,"409":56,"41":79,"414":36,"415":77,"419":179,"42":31,"426":26,"43":32,"430":84,"433":7,"44":18,"45":29,"46":200,"48":89,"49":54,"5":1104,"51":51,"52":40,"53":89,"56":12,"570":17,"6":325,"63":167,"7":978,"79":99,"8":67,"80":46,"9":442,"all_client":119937,"all_tv_clinet":22377,"insert_time":"2014-08-20T10:58:20.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97902,"10":125,"107":801,"11":924,"12":138,"13":463,"14":154,"15":369,"155":46,"156":23,"158":81,"159":21,"16":358,"160":46,"161":289,"167":213,"168":1,"17":266,"18":1322,"19":723,"20":149,"209":57,"21":830,"210":39,"211":45,"214":30,"215":541,"221":438,"223":2098,"224":49,"225":609,"23":557,"24":1356,"25":237,"257":112,"26":203,"268":12,"27":45,"273":157,"276":348,"279":382,"28":248,"281":30,"282":206,"291":26,"292":174,"30":38,"302":64,"306":1,"31":95,"314":9,"317":2,"32":59,"33":116,"34":31,"347":19,"35":52,"352":807,"36":205,"37":34,"38":564,"380":18,"381":270,"383":80,"389":1,"39":96,"391":55,"396":2,"397":22,"40":63,"409":57,"41":82,"414":43,"415":79,"419":183,"42":31,"426":24,"43":31,"430":88,"433":8,"44":15,"45":29,"46":197,"48":92,"49":56,"5":1158,"51":45,"52":40,"53":88,"56":10,"570":17,"6":332,"63":158,"7":972,"79":107,"8":63,"80":44,"9":450,"all_client":120445,"all_tv_clinet":22543,"insert_time":"2014-08-20T10:59:22.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98246,"10":129,"107":803,"11":962,"12":128,"13":463,"14":152,"15":384,"155":52,"156":20,"158":84,"159":19,"16":374,"160":49,"161":292,"167":219,"168":1,"17":260,"18":1309,"19":707,"20":150,"209":54,"21":822,"210":39,"211":48,"214":31,"215":519,"221":432,"223":2117,"224":47,"225":605,"23":538,"24":1364,"25":241,"257":113,"26":199,"268":11,"27":42,"273":155,"276":351,"279":385,"28":243,"281":32,"282":215,"291":29,"292":167,"30":39,"302":66,"306":1,"31":95,"314":8,"317":1,"32":63,"33":120,"34":32,"347":18,"35":45,"352":820,"36":200,"37":33,"38":556,"380":19,"381":281,"383":80,"389":1,"39":93,"391":60,"396":2,"397":25,"40":62,"409":55,"41":78,"414":45,"415":84,"419":189,"42":34,"426":22,"43":30,"430":92,"433":7,"44":17,"45":28,"46":195,"48":92,"49":53,"5":1262,"51":50,"52":43,"53":92,"56":11,"570":17,"6":334,"63":138,"7":982,"79":115,"8":64,"80":38,"9":428,"all_client":120917,"all_tv_clinet":22671,"insert_time":"2014-08-20T11:00:23.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98363,"10":131,"107":785,"11":1021,"12":117,"13":458,"14":153,"15":395,"155":61,"156":22,"158":84,"159":21,"16":398,"160":45,"161":311,"167":211,"168":1,"17":269,"18":1317,"19":715,"20":152,"209":47,"21":803,"210":41,"211":51,"214":34,"215":513,"221":413,"223":2143,"224":48,"225":582,"23":510,"24":1335,"25":240,"257":117,"26":187,"268":10,"27":41,"273":149,"276":347,"279":385,"28":232,"281":35,"282":224,"291":30,"292":156,"30":40,"302":70,"306":1,"31":80,"314":8,"317":1,"32":75,"33":124,"34":35,"347":17,"35":43,"352":836,"36":200,"37":31,"38":545,"380":19,"381":282,"383":83,"389":1,"39":89,"391":64,"396":3,"397":27,"40":58,"409":58,"41":77,"414":52,"415":80,"419":179,"42":34,"426":24,"43":29,"430":100,"433":7,"44":16,"45":29,"46":189,"48":90,"49":49,"5":1579,"51":48,"52":43,"53":83,"56":9,"570":21,"6":342,"63":123,"7":957,"79":127,"8":58,"80":29,"9":390,"all_client":121257,"all_tv_clinet":22894,"insert_time":"2014-08-20T11:01:24.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98594,"10":134,"107":779,"11":1048,"12":106,"13":466,"14":150,"15":403,"155":72,"156":21,"158":83,"159":23,"16":406,"160":44,"161":336,"167":214,"168":1,"17":270,"18":1329,"19":726,"20":150,"209":49,"21":790,"210":40,"211":56,"214":36,"215":493,"221":409,"223":2143,"224":49,"225":565,"23":489,"24":1266,"25":233,"257":118,"26":182,"268":9,"27":43,"273":156,"276":343,"279":380,"28":233,"281":36,"282":240,"291":33,"292":153,"30":37,"302":69,"306":1,"31":75,"314":5,"317":1,"32":83,"33":119,"34":31,"347":21,"35":38,"352":845,"36":203,"37":30,"38":541,"380":21,"381":282,"383":79,"389":1,"39":90,"391":72,"396":11,"397":27,"40":55,"409":53,"41":74,"414":64,"415":84,"419":166,"42":29,"426":24,"43":32,"430":112,"433":7,"44":16,"45":25,"46":181,"48":88,"49":47,"5":1935,"51":46,"52":36,"53":82,"56":8,"570":16,"6":347,"63":113,"7":927,"79":135,"8":54,"80":23,"9":365,"all_client":121725,"all_tv_clinet":23131,"insert_time":"2014-08-20T11:02:25.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98844,"10":138,"107":782,"11":1067,"12":99,"13":470,"14":146,"15":404,"155":73,"156":24,"158":86,"159":23,"16":403,"160":40,"161":343,"167":211,"168":1,"17":278,"18":1346,"19":730,"20":152,"209":47,"21":778,"210":43,"211":59,"214":37,"215":488,"221":398,"223":2142,"224":52,"225":576,"23":454,"24":1211,"25":232,"257":118,"26":164,"268":7,"27":43,"273":163,"276":338,"279":382,"28":220,"281":39,"282":269,"291":36,"292":144,"30":35,"302":69,"306":1,"31":68,"314":5,"317":1,"32":78,"33":126,"34":31,"347":20,"35":35,"352":829,"36":205,"37":28,"38":522,"380":20,"381":280,"383":76,"389":1,"39":84,"391":74,"396":13,"397":26,"40":54,"409":53,"41":70,"414":69,"415":86,"419":154,"42":29,"426":21,"43":31,"430":118,"433":8,"44":16,"45":23,"46":176,"48":86,"49":44,"5":2292,"51":44,"52":33,"53":80,"56":7,"570":16,"6":351,"63":99,"7":885,"79":144,"8":43,"80":24,"9":357,"all_client":122140,"all_tv_clinet":23296,"insert_time":"2014-08-20T11:03:26.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99036,"10":136,"107":798,"11":1087,"12":101,"13":481,"14":153,"15":414,"155":78,"156":25,"158":84,"159":21,"16":402,"160":39,"161":352,"167":212,"168":1,"17":273,"18":1348,"19":726,"20":155,"209":45,"21":752,"210":45,"211":59,"214":37,"215":480,"221":404,"223":2151,"224":55,"225":571,"23":449,"24":1181,"25":234,"257":114,"26":156,"268":7,"27":42,"273":167,"276":343,"279":387,"28":215,"281":41,"282":291,"291":38,"292":146,"30":35,"302":68,"306":1,"31":67,"314":5,"317":1,"32":67,"33":123,"34":34,"347":21,"35":33,"352":821,"36":198,"37":28,"38":524,"380":20,"381":286,"383":73,"389":1,"39":84,"391":81,"396":17,"397":26,"40":55,"409":50,"41":67,"414":84,"415":94,"419":148,"42":31,"426":20,"43":35,"430":119,"433":7,"44":15,"45":19,"46":162,"48":85,"49":39,"5":2511,"51":41,"52":33,"53":88,"56":7,"570":13,"6":356,"63":88,"7":832,"79":151,"8":38,"80":27,"9":364,"all_client":122525,"all_tv_clinet":23489,"insert_time":"2014-08-20T11:04:27.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99312,"10":137,"107":827,"11":1134,"12":94,"13":479,"14":150,"15":416,"155":79,"156":25,"158":85,"159":19,"16":412,"160":37,"161":351,"167":208,"168":1,"17":271,"18":1373,"19":737,"20":150,"209":44,"21":738,"210":45,"211":57,"214":39,"215":470,"221":405,"223":2162,"224":54,"225":564,"23":433,"24":1166,"25":237,"257":118,"26":148,"268":6,"27":40,"273":172,"276":343,"279":391,"28":211,"281":42,"282":307,"291":42,"292":163,"30":33,"302":68,"306":2,"31":65,"314":5,"317":1,"32":64,"33":130,"34":34,"347":20,"35":33,"352":795,"36":201,"37":26,"38":517,"380":20,"381":289,"383":72,"389":1,"39":84,"391":85,"396":13,"397":27,"40":55,"409":47,"41":69,"414":99,"415":94,"419":147,"42":31,"426":16,"43":35,"430":123,"433":6,"44":16,"45":21,"46":157,"48":83,"49":35,"5":2668,"51":40,"52":27,"53":85,"56":9,"570":13,"6":363,"63":85,"7":801,"79":158,"8":36,"80":23,"9":356,"all_client":122977,"all_tv_clinet":23665,"insert_time":"2014-08-20T11:05:28.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99515,"10":132,"107":836,"11":1132,"12":88,"13":481,"14":143,"15":421,"155":84,"156":23,"158":86,"159":17,"16":416,"160":37,"161":356,"167":211,"168":1,"17":270,"18":1381,"19":757,"20":157,"209":43,"21":738,"210":48,"211":56,"214":38,"215":450,"221":406,"223":2147,"224":59,"225":568,"23":446,"24":1148,"25":236,"257":120,"26":143,"268":6,"27":38,"273":167,"276":339,"279":393,"28":217,"281":43,"282":328,"291":44,"292":164,"30":34,"302":66,"306":2,"31":62,"314":4,"317":1,"32":67,"33":133,"34":34,"347":18,"35":33,"352":792,"36":218,"37":26,"38":526,"380":22,"381":287,"383":69,"389":1,"39":84,"391":95,"396":13,"397":27,"40":55,"409":46,"41":70,"414":104,"415":97,"419":141,"42":31,"426":14,"43":36,"430":127,"433":5,"44":19,"45":19,"46":146,"48":82,"49":33,"5":2789,"51":41,"52":26,"53":94,"56":9,"570":14,"6":368,"63":79,"7":773,"79":160,"8":33,"80":23,"9":358,"all_client":123335,"all_tv_clinet":23820,"insert_time":"2014-08-20T11:06:29.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99750,"10":133,"107":849,"11":1139,"12":83,"13":500,"14":143,"15":418,"155":84,"156":24,"158":86,"159":18,"16":421,"160":35,"161":344,"167":213,"168":1,"17":266,"18":1387,"19":773,"20":160,"209":40,"21":729,"210":57,"211":54,"214":40,"215":444,"221":405,"223":2133,"224":56,"225":570,"23":439,"24":1131,"25":226,"257":121,"26":142,"268":6,"27":38,"273":171,"276":334,"279":391,"28":221,"281":43,"282":335,"291":46,"292":170,"30":32,"302":67,"306":2,"31":63,"314":5,"317":1,"32":69,"33":132,"34":31,"347":17,"35":31,"352":787,"36":223,"37":24,"38":524,"380":24,"381":288,"383":68,"389":1,"39":82,"391":95,"396":17,"397":28,"40":54,"409":42,"41":65,"414":113,"415":94,"419":141,"42":28,"426":12,"43":34,"430":131,"433":4,"44":19,"45":18,"46":145,"48":82,"49":34,"5":2894,"51":40,"52":28,"53":95,"56":9,"570":14,"6":353,"63":77,"7":786,"79":165,"8":36,"80":26,"9":358,"all_client":123677,"all_tv_clinet":23927,"insert_time":"2014-08-20T11:07:30.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100038,"10":126,"107":842,"11":1139,"12":89,"13":495,"14":145,"15":415,"155":88,"156":26,"158":89,"159":19,"16":432,"160":38,"161":326,"167":212,"168":1,"17":268,"18":1383,"19":780,"20":164,"209":37,"21":723,"210":61,"211":53,"214":44,"215":442,"221":406,"223":2129,"224":56,"225":576,"23":423,"24":1117,"25":230,"257":124,"26":134,"268":6,"27":37,"273":177,"276":321,"279":395,"28":221,"281":45,"282":350,"291":46,"292":179,"30":32,"302":67,"306":2,"31":66,"314":6,"317":1,"32":68,"33":135,"34":29,"347":17,"35":29,"352":777,"36":230,"37":22,"38":534,"380":25,"381":290,"383":68,"389":1,"39":85,"391":100,"396":18,"397":30,"40":55,"409":41,"41":71,"414":117,"415":94,"419":134,"42":29,"426":13,"43":34,"430":137,"433":4,"44":18,"45":19,"46":142,"48":80,"49":35,"5":3000,"51":39,"52":33,"53":93,"56":8,"570":15,"6":328,"63":71,"7":781,"79":166,"8":35,"80":25,"9":370,"all_client":124066,"all_tv_clinet":24028,"insert_time":"2014-08-20T11:08:31.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100267,"10":123,"107":833,"11":1156,"12":92,"13":498,"14":149,"15":420,"155":89,"156":28,"158":86,"159":22,"16":440,"160":39,"161":309,"167":214,"168":1,"17":266,"18":1400,"19":776,"20":162,"209":37,"21":726,"210":62,"211":56,"214":41,"215":440,"221":406,"223":2148,"224":56,"225":574,"23":422,"24":1116,"25":234,"257":121,"26":130,"268":5,"27":35,"273":177,"276":310,"279":394,"28":223,"281":45,"282":359,"291":48,"292":185,"30":30,"302":61,"306":2,"31":65,"314":4,"317":1,"32":68,"33":136,"34":28,"347":17,"35":29,"352":784,"36":230,"37":20,"38":541,"380":24,"381":290,"383":72,"389":2,"39":84,"391":105,"396":18,"397":31,"40":54,"409":40,"41":73,"414":112,"415":87,"419":128,"42":31,"426":19,"43":36,"430":141,"433":3,"44":14,"45":22,"46":153,"48":79,"49":32,"5":3105,"51":42,"52":31,"53":91,"56":8,"570":14,"6":305,"63":71,"7":787,"79":168,"8":34,"80":27,"9":367,"all_client":124436,"all_tv_clinet":24169,"insert_time":"2014-08-20T11:09:32.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100544,"10":123,"107":823,"11":1146,"12":95,"13":503,"14":155,"15":414,"155":93,"156":32,"158":85,"159":24,"16":440,"160":40,"161":289,"167":207,"168":1,"17":272,"18":1420,"19":778,"20":156,"209":37,"21":732,"210":66,"211":55,"214":43,"215":441,"221":415,"223":2164,"224":65,"225":573,"23":434,"24":1111,"25":244,"257":115,"26":130,"268":4,"27":36,"273":180,"276":304,"279":395,"28":228,"281":45,"282":373,"291":48,"292":188,"30":32,"302":61,"306":2,"31":63,"314":4,"317":1,"32":68,"33":137,"34":29,"347":14,"35":31,"352":784,"36":226,"37":19,"38":532,"380":26,"381":290,"383":75,"389":3,"39":85,"391":107,"396":13,"397":35,"40":51,"409":43,"41":78,"414":101,"415":88,"419":122,"42":30,"426":27,"43":37,"430":142,"433":2,"44":12,"45":27,"46":152,"48":76,"49":30,"5":3182,"51":43,"52":35,"53":92,"56":8,"570":10,"6":286,"63":68,"7":793,"79":166,"8":36,"80":27,"9":365,"all_client":124832,"all_tv_clinet":24288,"insert_time":"2014-08-20T11:10:33.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100743,"10":123,"107":802,"11":1149,"12":95,"13":511,"14":155,"15":419,"155":94,"156":32,"158":86,"159":24,"16":425,"160":36,"161":270,"167":196,"168":1,"17":273,"18":1441,"19":785,"20":152,"209":35,"21":738,"210":76,"211":54,"214":45,"215":441,"221":422,"223":2162,"224":65,"225":561,"23":443,"24":1116,"25":249,"257":115,"26":139,"268":2,"27":38,"273":183,"276":288,"279":404,"28":232,"281":47,"282":386,"291":51,"292":187,"30":31,"302":61,"306":2,"31":64,"314":3,"317":1,"32":65,"33":143,"34":32,"347":13,"35":31,"352":784,"36":223,"37":17,"38":540,"380":26,"381":285,"383":74,"389":3,"39":85,"391":111,"396":12,"397":36,"40":51,"409":44,"41":76,"414":101,"415":91,"419":118,"42":31,"426":32,"43":39,"430":147,"433":2,"44":13,"45":29,"46":150,"48":68,"49":29,"5":3274,"51":42,"52":38,"53":92,"56":9,"570":8,"6":290,"63":63,"7":805,"79":168,"8":39,"80":29,"9":371,"all_client":125182,"all_tv_clinet":24439,"insert_time":"2014-08-20T11:11:34.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100987,"10":126,"107":770,"11":1153,"12":90,"13":512,"14":160,"15":396,"155":95,"156":31,"158":87,"159":25,"16":410,"160":39,"161":266,"167":194,"168":1,"17":280,"18":1465,"19":798,"20":152,"209":32,"21":734,"210":86,"211":49,"214":47,"215":443,"221":424,"223":2164,"224":67,"225":560,"23":450,"24":1099,"25":249,"257":117,"26":144,"268":2,"27":40,"273":189,"276":272,"279":404,"28":234,"281":48,"282":398,"291":58,"292":195,"30":32,"302":61,"306":2,"31":64,"314":3,"317":1,"32":62,"33":147,"34":32,"347":13,"35":29,"352":784,"36":219,"37":16,"38":525,"380":27,"381":290,"383":75,"389":2,"39":89,"391":112,"396":14,"397":33,"40":48,"409":41,"41":76,"414":104,"415":89,"419":111,"42":33,"426":29,"43":41,"430":153,"433":3,"44":13,"45":29,"46":147,"48":69,"49":28,"5":3354,"51":37,"52":35,"53":104,"56":8,"570":8,"6":303,"63":59,"7":822,"79":171,"8":36,"80":31,"9":355,"all_client":125511,"all_tv_clinet":24524,"insert_time":"2014-08-20T11:12:35.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101280,"10":127,"107":743,"11":1179,"12":96,"13":499,"14":163,"15":387,"155":95,"156":34,"158":86,"159":27,"16":384,"160":37,"161":284,"167":196,"168":1,"17":285,"18":1481,"19":805,"20":151,"209":29,"21":721,"210":90,"211":47,"214":48,"215":449,"221":416,"223":2177,"224":65,"225":565,"23":444,"24":1076,"25":246,"257":110,"26":136,"268":6,"27":38,"273":181,"276":258,"279":406,"28":246,"281":48,"282":410,"291":63,"292":189,"30":32,"302":57,"306":2,"31":59,"314":6,"317":1,"32":59,"33":151,"34":34,"347":15,"35":27,"352":797,"36":225,"37":18,"38":538,"380":25,"381":294,"383":79,"389":2,"39":98,"391":117,"396":13,"397":31,"40":48,"409":45,"41":74,"414":107,"415":89,"419":113,"42":32,"426":26,"43":41,"430":150,"433":3,"44":20,"45":26,"46":150,"48":62,"49":25,"5":3432,"51":35,"52":42,"53":112,"56":9,"570":9,"6":314,"63":57,"7":857,"79":171,"8":37,"80":33,"9":335,"all_client":125938,"all_tv_clinet":24658,"insert_time":"2014-08-20T11:13:36.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101641,"10":129,"107":734,"11":1208,"12":105,"13":497,"14":165,"15":370,"155":97,"156":40,"158":90,"159":26,"16":361,"160":38,"161":291,"167":193,"168":1,"17":294,"18":1489,"19":823,"20":159,"209":29,"21":720,"210":91,"211":45,"214":47,"215":441,"221":407,"223":2203,"224":66,"225":560,"23":443,"24":1068,"25":246,"257":112,"26":129,"268":5,"27":39,"273":158,"276":259,"279":407,"28":245,"281":48,"282":413,"291":64,"292":172,"30":35,"302":59,"306":2,"31":62,"314":5,"317":1,"32":53,"33":159,"34":34,"347":14,"35":33,"352":803,"36":240,"37":19,"38":541,"380":27,"381":295,"383":75,"389":2,"39":101,"391":120,"396":12,"397":32,"40":45,"409":49,"41":73,"414":113,"415":84,"419":108,"42":33,"426":23,"43":40,"430":148,"433":3,"44":24,"45":26,"46":153,"48":63,"49":19,"5":3506,"51":34,"52":41,"53":113,"56":10,"570":11,"6":331,"63":55,"7":870,"79":176,"8":39,"80":32,"9":298,"all_client":126412,"all_tv_clinet":24771,"insert_time":"2014-08-20T11:14:37.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101918,"10":138,"107":733,"11":1227,"12":109,"13":513,"14":166,"15":372,"155":93,"156":42,"158":89,"159":29,"16":346,"160":42,"161":300,"167":189,"168":1,"17":309,"18":1491,"19":830,"20":156,"209":31,"21":710,"210":88,"211":47,"214":47,"215":435,"221":397,"223":2221,"224":66,"225":546,"23":441,"24":1065,"25":249,"257":113,"26":129,"268":5,"27":41,"273":145,"276":250,"279":413,"28":242,"281":52,"282":414,"291":67,"292":158,"30":35,"302":57,"306":2,"31":61,"314":6,"317":1,"32":45,"33":154,"34":34,"347":14,"35":35,"352":807,"36":247,"37":20,"38":544,"380":30,"381":300,"383":71,"389":2,"39":100,"391":123,"396":12,"397":33,"40":47,"409":55,"41":73,"414":111,"415":92,"419":103,"42":32,"426":23,"43":38,"430":156,"433":4,"44":23,"45":30,"46":155,"48":61,"49":21,"5":3562,"51":35,"52":41,"53":104,"56":9,"570":9,"6":331,"63":56,"7":902,"79":173,"8":41,"80":31,"9":276,"all_client":126792,"all_tv_clinet":24874,"insert_time":"2014-08-20T11:15:38.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102201,"10":138,"107":730,"11":1244,"12":109,"13":514,"14":172,"15":378,"155":94,"156":42,"158":90,"159":29,"16":330,"160":45,"161":306,"167":180,"168":1,"17":308,"18":1486,"19":860,"20":153,"209":32,"21":712,"210":89,"211":59,"214":48,"215":440,"221":397,"223":2243,"224":60,"225":549,"23":430,"24":1047,"25":254,"257":116,"26":123,"268":5,"27":41,"273":138,"276":251,"279":418,"28":245,"281":52,"282":416,"291":67,"292":150,"30":36,"302":61,"306":2,"31":60,"314":4,"317":1,"32":48,"33":152,"34":33,"347":14,"35":36,"352":806,"36":244,"37":20,"38":540,"380":31,"381":309,"383":71,"389":2,"39":94,"391":126,"396":12,"397":31,"40":47,"409":57,"41":71,"414":105,"415":90,"419":101,"42":34,"426":25,"43":35,"430":160,"433":3,"44":21,"45":31,"46":157,"48":63,"49":21,"5":3639,"51":36,"52":40,"53":96,"56":7,"570":9,"6":340,"63":55,"7":899,"79":178,"8":39,"80":28,"9":261,"all_client":127173,"all_tv_clinet":24972,"insert_time":"2014-08-20T11:16:39.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102515,"10":141,"107":730,"11":1271,"12":112,"13":518,"14":165,"15":386,"155":96,"156":37,"158":91,"159":29,"16":302,"160":48,"161":305,"167":167,"17":305,"18":1480,"19":864,"20":155,"209":31,"21":700,"210":89,"211":67,"214":50,"215":439,"221":396,"223":2267,"224":64,"225":553,"23":428,"24":1052,"25":256,"257":117,"26":127,"268":5,"27":42,"273":134,"276":249,"279":427,"28":250,"281":51,"282":417,"291":68,"292":146,"30":34,"302":61,"306":2,"31":57,"314":5,"317":1,"32":49,"33":154,"34":31,"347":16,"35":34,"352":815,"36":240,"37":22,"38":538,"380":31,"381":306,"383":73,"389":1,"39":91,"391":126,"396":11,"397":32,"40":51,"409":53,"41":70,"414":102,"415":89,"419":99,"42":34,"426":29,"43":37,"430":164,"433":3,"44":21,"45":31,"46":157,"48":64,"49":24,"5":3697,"51":38,"52":46,"53":99,"56":7,"570":9,"6":352,"63":53,"7":922,"79":173,"8":39,"80":28,"9":245,"all_client":127608,"all_tv_clinet":25093,"insert_time":"2014-08-20T11:17:40.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102845,"10":134,"107":729,"11":1294,"12":115,"13":522,"14":167,"15":386,"155":96,"156":38,"158":88,"159":27,"16":289,"160":49,"161":305,"167":152,"168":1,"17":309,"18":1489,"19":865,"20":151,"209":32,"21":697,"210":91,"211":66,"214":52,"215":449,"221":382,"223":2297,"224":62,"225":554,"23":431,"24":1069,"25":262,"257":115,"26":131,"268":5,"27":40,"273":137,"276":260,"279":426,"28":253,"281":50,"282":428,"291":67,"292":141,"30":35,"302":62,"306":2,"31":54,"314":4,"317":1,"32":48,"33":158,"34":30,"347":16,"35":34,"352":817,"36":246,"37":21,"38":544,"380":25,"381":304,"383":80,"389":1,"39":96,"391":126,"396":12,"397":36,"40":50,"409":46,"41":71,"414":100,"415":85,"419":93,"42":33,"426":33,"43":36,"430":169,"433":3,"44":23,"45":25,"46":152,"48":64,"49":26,"5":3761,"51":34,"52":51,"53":103,"56":7,"570":9,"6":346,"63":49,"7":922,"79":181,"8":38,"80":31,"9":223,"all_client":128064,"all_tv_clinet":25219,"insert_time":"2014-08-20T11:18:41.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103196,"10":140,"107":747,"11":1294,"12":112,"13":530,"14":170,"15":395,"155":95,"156":40,"158":78,"159":27,"16":272,"160":51,"161":287,"167":148,"168":1,"17":316,"18":1499,"19":870,"20":156,"209":32,"21":702,"210":92,"211":65,"214":53,"215":458,"221":379,"223":2316,"224":64,"225":541,"23":445,"24":1066,"25":254,"257":118,"26":132,"268":6,"27":42,"273":145,"276":260,"279":428,"28":262,"281":52,"282":421,"291":68,"292":141,"30":34,"302":57,"306":2,"31":48,"314":5,"32":51,"33":160,"34":31,"347":14,"35":37,"352":806,"36":230,"37":20,"38":559,"380":25,"381":293,"383":85,"389":1,"39":93,"391":123,"396":10,"397":34,"40":49,"409":42,"41":67,"414":103,"415":86,"419":89,"42":33,"426":29,"43":37,"430":170,"431":1,"433":4,"44":24,"45":22,"46":156,"48":62,"49":30,"5":3802,"51":35,"52":50,"53":114,"56":6,"570":13,"6":327,"63":52,"7":937,"79":179,"8":36,"80":30,"9":223,"all_client":128492,"all_tv_clinet":25296,"insert_time":"2014-08-20T11:19:42.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103596,"10":140,"107":739,"11":1304,"12":110,"13":527,"14":172,"15":400,"155":98,"156":41,"158":70,"159":29,"16":262,"160":52,"161":271,"167":141,"168":1,"17":318,"18":1506,"19":872,"20":155,"209":35,"21":704,"210":94,"211":67,"214":53,"215":468,"221":377,"223":2324,"224":69,"225":554,"23":451,"24":1111,"25":255,"257":117,"26":133,"268":6,"27":43,"273":152,"276":265,"279":425,"28":269,"281":51,"282":408,"291":70,"292":141,"30":32,"302":55,"306":2,"31":48,"314":5,"32":57,"33":163,"34":29,"347":15,"35":37,"352":806,"36":240,"37":19,"38":542,"380":25,"381":292,"383":89,"389":1,"39":88,"391":124,"396":11,"397":28,"40":49,"409":39,"41":74,"414":108,"415":82,"419":90,"42":33,"426":25,"43":35,"430":172,"431":1,"433":4,"44":24,"45":23,"46":159,"48":60,"49":31,"5":3856,"51":38,"52":48,"53":108,"56":5,"570":17,"6":280,"63":55,"7":941,"79":178,"8":36,"80":34,"9":224,"all_client":128983,"all_tv_clinet":25387,"insert_time":"2014-08-20T11:20:43.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103923,"10":146,"107":761,"11":1300,"12":101,"13":531,"14":177,"15":399,"155":101,"156":45,"158":66,"159":29,"16":235,"160":54,"161":256,"167":136,"168":1,"17":312,"18":1525,"19":869,"20":159,"209":37,"21":694,"210":95,"211":71,"214":53,"215":476,"221":387,"223":2338,"224":75,"225":549,"23":456,"24":1117,"25":274,"257":126,"26":128,"268":6,"27":41,"273":164,"276":260,"279":430,"28":269,"281":50,"282":406,"291":71,"292":141,"30":30,"302":58,"306":2,"31":52,"314":5,"32":61,"33":168,"34":28,"347":16,"35":37,"352":792,"36":238,"37":21,"38":543,"380":26,"381":289,"383":89,"389":1,"39":86,"391":124,"396":13,"397":24,"40":51,"409":46,"41":77,"414":114,"415":86,"419":86,"42":34,"426":23,"43":40,"430":173,"431":1,"433":4,"44":28,"45":25,"46":156,"48":58,"49":30,"5":3914,"51":34,"52":45,"53":106,"56":5,"570":18,"6":262,"63":54,"7":943,"79":178,"8":38,"80":36,"9":221,"all_client":129429,"all_tv_clinet":25506,"insert_time":"2014-08-20T11:21:44.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104202,"10":149,"107":767,"11":1312,"12":111,"13":537,"14":179,"15":408,"155":103,"156":47,"158":69,"159":30,"16":214,"160":54,"161":254,"167":135,"168":1,"17":300,"18":1527,"19":877,"20":168,"209":38,"21":687,"210":97,"211":74,"214":52,"215":480,"221":387,"223":2321,"224":75,"225":555,"23":452,"24":1133,"25":289,"257":124,"26":126,"268":6,"27":39,"273":169,"276":254,"279":424,"28":275,"281":49,"282":424,"291":75,"292":147,"30":30,"302":59,"306":2,"31":57,"314":4,"32":49,"33":171,"34":28,"347":16,"35":30,"352":804,"36":231,"37":22,"38":543,"380":23,"381":288,"383":84,"389":1,"39":83,"391":126,"396":16,"397":25,"40":53,"409":43,"41":78,"414":115,"415":86,"419":83,"42":34,"426":23,"43":42,"430":177,"433":4,"44":26,"45":24,"46":164,"48":60,"49":32,"5":4002,"51":35,"52":43,"53":108,"56":6,"570":17,"6":249,"63":52,"7":945,"79":178,"8":38,"80":36,"9":222,"all_client":129863,"all_tv_clinet":25661,"insert_time":"2014-08-20T11:22:45.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104561,"10":149,"107":769,"11":1308,"12":117,"13":537,"14":187,"15":410,"155":107,"156":51,"158":72,"159":29,"16":200,"160":54,"161":243,"167":132,"168":1,"17":290,"18":1516,"19":890,"20":193,"209":32,"21":685,"210":96,"211":69,"214":53,"215":480,"221":390,"223":2255,"224":79,"225":574,"23":440,"24":1112,"25":298,"257":123,"26":119,"268":7,"27":38,"273":172,"276":258,"279":398,"28":281,"281":52,"282":434,"291":79,"292":153,"30":29,"302":62,"306":2,"31":56,"314":5,"32":47,"33":166,"34":30,"347":15,"35":31,"352":815,"36":221,"37":22,"38":545,"380":24,"381":290,"383":83,"389":1,"39":83,"391":131,"396":14,"397":26,"40":54,"409":43,"41":79,"414":118,"415":92,"419":83,"42":32,"426":24,"43":44,"430":181,"433":4,"44":25,"45":23,"46":159,"48":64,"49":32,"5":4149,"51":34,"52":40,"53":107,"56":6,"570":15,"6":235,"63":52,"7":963,"79":182,"8":38,"80":36,"9":232,"all_client":130337,"all_tv_clinet":25776,"insert_time":"2014-08-20T11:23:46.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104972,"10":139,"107":760,"11":1340,"12":122,"13":541,"14":187,"15":412,"155":111,"156":52,"158":77,"159":27,"16":194,"160":54,"161":245,"167":124,"17":282,"18":1488,"19":906,"20":212,"209":31,"21":683,"210":93,"211":69,"214":53,"215":477,"221":392,"223":2109,"224":82,"225":594,"23":425,"24":1099,"25":299,"257":130,"26":118,"268":7,"27":40,"273":178,"276":261,"279":370,"28":289,"281":55,"282":444,"291":81,"292":152,"30":29,"302":64,"306":2,"31":59,"314":5,"32":50,"33":173,"34":31,"347":15,"35":32,"352":815,"36":222,"37":23,"38":548,"380":26,"381":289,"383":85,"389":1,"39":85,"391":135,"396":16,"397":28,"40":54,"409":50,"41":87,"414":120,"415":109,"419":76,"42":30,"426":29,"43":47,"430":184,"433":5,"44":22,"45":26,"46":162,"48":64,"49":31,"5":4323,"51":34,"52":41,"53":101,"56":6,"570":15,"6":221,"63":50,"7":962,"79":189,"8":39,"80":40,"9":242,"all_client":130868,"all_tv_clinet":25896,"insert_time":"2014-08-20T11:24:48.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105303,"10":129,"107":784,"11":1369,"12":127,"13":560,"14":200,"15":412,"155":112,"156":48,"158":81,"159":29,"16":194,"160":54,"161":271,"167":124,"17":264,"18":1465,"19":871,"20":233,"209":34,"21":670,"210":96,"211":63,"214":54,"215":473,"221":394,"223":1987,"224":86,"225":598,"23":419,"24":1096,"25":312,"257":129,"26":116,"268":10,"27":42,"273":189,"276":265,"279":342,"28":297,"281":57,"282":457,"291":79,"292":160,"30":28,"302":63,"306":3,"31":62,"314":5,"32":53,"33":182,"34":34,"347":16,"35":33,"352":816,"36":227,"37":24,"38":534,"380":25,"381":288,"383":89,"389":1,"39":86,"391":141,"396":17,"397":28,"40":58,"409":56,"41":79,"414":128,"415":124,"419":74,"42":29,"426":28,"43":49,"430":187,"433":7,"44":28,"45":27,"46":153,"48":66,"49":25,"5":4459,"51":32,"52":40,"53":93,"56":4,"570":12,"6":226,"63":47,"7":920,"79":200,"8":40,"80":43,"9":266,"all_client":131310,"all_tv_clinet":26007,"insert_time":"2014-08-20T11:25:49.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105625,"10":123,"107":788,"11":1393,"12":122,"13":571,"14":208,"15":422,"155":114,"156":45,"158":84,"159":29,"16":206,"160":53,"161":284,"167":123,"17":253,"18":1477,"19":848,"20":233,"209":38,"21":656,"210":97,"211":59,"214":54,"215":473,"221":393,"223":1849,"224":94,"225":597,"23":436,"24":1086,"25":318,"257":127,"26":117,"268":11,"27":43,"273":204,"276":268,"279":326,"28":313,"281":58,"282":474,"291":81,"292":160,"30":29,"302":60,"306":3,"31":65,"314":7,"32":53,"33":194,"34":32,"347":16,"35":31,"352":814,"36":227,"37":24,"38":542,"380":23,"381":284,"383":91,"39":88,"391":146,"396":18,"397":27,"40":57,"409":64,"41":75,"414":130,"415":137,"419":72,"42":30,"426":26,"43":49,"430":191,"433":8,"44":26,"45":28,"46":163,"48":71,"49":25,"5":4616,"51":36,"52":40,"53":100,"56":5,"570":15,"6":245,"63":46,"7":861,"79":207,"8":43,"80":47,"9":279,"all_client":131799,"all_tv_clinet":26174,"insert_time":"2014-08-20T11:26:50.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105894,"10":118,"107":786,"11":1427,"12":110,"13":584,"14":212,"15":425,"155":113,"156":50,"158":85,"159":28,"16":201,"160":53,"161":294,"167":123,"17":241,"18":1542,"19":806,"20":221,"209":42,"21":651,"210":100,"211":56,"214":54,"215":468,"221":397,"223":1775,"224":101,"225":594,"23":439,"24":1072,"25":330,"257":140,"26":114,"268":11,"27":41,"273":210,"276":273,"279":302,"28":323,"281":59,"282":488,"291":81,"292":175,"30":31,"302":60,"306":4,"31":70,"314":7,"32":53,"33":196,"34":34,"347":17,"35":30,"352":804,"36":223,"37":25,"38":540,"380":25,"381":280,"383":87,"39":87,"391":150,"396":15,"397":31,"40":61,"409":67,"41":74,"414":135,"415":157,"419":75,"42":28,"426":26,"43":51,"430":193,"433":10,"44":30,"45":26,"46":159,"48":68,"49":33,"5":4756,"51":35,"52":40,"53":109,"56":6,"570":16,"6":271,"63":47,"7":790,"79":209,"8":48,"80":45,"9":294,"all_client":132237,"all_tv_clinet":26343,"insert_time":"2014-08-20T11:27:51.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106239,"10":123,"107":782,"11":1429,"12":100,"13":587,"14":216,"15":426,"155":116,"156":53,"158":83,"159":23,"16":205,"160":54,"161":301,"167":123,"17":237,"18":1595,"19":792,"20":206,"209":37,"21":661,"210":95,"211":53,"214":54,"215":462,"221":396,"223":1721,"224":107,"225":601,"23":438,"24":1085,"25":335,"257":147,"26":117,"268":9,"27":37,"273":202,"276":268,"279":295,"28":344,"281":61,"282":491,"291":84,"292":180,"30":34,"302":59,"306":4,"31":81,"314":7,"32":55,"33":197,"34":36,"347":18,"35":32,"352":808,"36":218,"37":24,"38":548,"380":27,"381":269,"383":83,"39":90,"391":150,"396":16,"397":30,"40":61,"409":74,"41":85,"414":150,"415":156,"419":72,"42":31,"426":23,"43":50,"430":194,"433":9,"44":27,"45":26,"46":157,"48":69,"49":38,"5":4909,"51":36,"52":45,"53":105,"56":6,"570":16,"6":306,"63":47,"7":745,"79":194,"8":47,"80":48,"9":303,"all_client":132785,"all_tv_clinet":26546,"insert_time":"2014-08-20T11:28:52.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106458,"10":125,"107":786,"11":1344,"12":93,"13":609,"14":229,"15":431,"155":123,"156":53,"158":86,"159":20,"16":191,"160":55,"161":330,"167":124,"17":232,"18":1640,"19":794,"20":183,"209":44,"21":672,"210":93,"211":52,"214":55,"215":456,"221":396,"223":1657,"224":113,"225":619,"23":441,"24":1084,"25":339,"257":150,"26":116,"268":11,"27":35,"273":193,"276":269,"279":296,"28":356,"281":60,"282":494,"291":87,"292":165,"30":33,"302":58,"306":4,"31":86,"314":7,"32":55,"33":206,"34":35,"347":20,"35":35,"352":821,"36":216,"37":23,"38":554,"380":27,"381":258,"383":82,"39":90,"391":156,"396":16,"397":34,"40":62,"409":81,"41":85,"414":156,"415":156,"419":65,"42":33,"426":24,"43":49,"430":195,"433":7,"44":29,"45":29,"46":158,"48":71,"49":46,"5":5099,"51":34,"52":43,"53":104,"56":5,"570":15,"6":332,"63":51,"7":703,"79":177,"8":50,"80":50,"9":312,"all_client":133196,"all_tv_clinet":26738,"insert_time":"2014-08-20T11:29:53.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106745,"10":129,"107":772,"11":1260,"12":94,"13":633,"14":243,"15":456,"155":127,"156":56,"158":84,"159":21,"16":190,"160":51,"161":338,"167":126,"168":1,"17":247,"18":1648,"19":830,"20":187,"209":44,"21":665,"210":88,"211":47,"214":57,"215":458,"221":407,"223":1606,"224":127,"225":655,"23":441,"24":1114,"25":366,"257":141,"26":120,"268":11,"27":36,"273":182,"276":276,"279":297,"28":381,"281":61,"282":490,"291":85,"292":150,"30":33,"302":54,"306":3,"31":84,"314":7,"32":52,"33":220,"34":34,"347":21,"35":34,"352":839,"36":213,"37":21,"38":558,"380":29,"381":268,"383":82,"389":1,"39":90,"391":163,"396":14,"397":39,"40":62,"409":78,"41":90,"414":148,"415":160,"419":64,"42":34,"426":27,"43":47,"430":196,"433":4,"44":31,"45":23,"46":166,"48":77,"49":44,"5":5149,"51":37,"52":44,"53":113,"56":5,"570":15,"6":366,"63":53,"7":670,"79":159,"8":50,"80":47,"9":310,"all_client":133671,"all_tv_clinet":26926,"insert_time":"2014-08-20T11:30:54.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107037,"10":130,"107":759,"11":1171,"12":89,"13":641,"14":236,"15":469,"155":126,"156":60,"158":83,"159":24,"16":190,"160":45,"161":319,"167":122,"168":1,"17":262,"18":1649,"19":849,"20":183,"209":49,"21":651,"210":91,"211":44,"214":57,"215":472,"221":405,"223":1560,"224":145,"225":720,"23":456,"24":1226,"25":425,"257":150,"26":124,"268":8,"27":38,"273":179,"276":277,"279":287,"28":437,"281":64,"282":486,"291":89,"292":142,"30":29,"302":61,"306":2,"31":90,"314":10,"32":49,"33":231,"34":31,"347":19,"35":31,"352":850,"36":214,"37":22,"38":579,"380":31,"381":273,"383":81,"389":1,"39":86,"391":164,"396":17,"397":44,"40":62,"409":83,"41":99,"414":141,"415":169,"419":65,"42":37,"426":26,"43":46,"430":208,"433":4,"434":3,"44":29,"45":24,"46":181,"48":77,"49":51,"5":5013,"51":41,"52":47,"53":117,"56":5,"570":13,"6":403,"63":55,"7":656,"79":142,"8":57,"80":48,"9":313,"all_client":134157,"all_tv_clinet":27120,"insert_time":"2014-08-20T11:31:55.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107311,"10":122,"107":746,"11":1126,"12":91,"13":634,"14":227,"15":468,"155":125,"156":60,"158":74,"159":30,"16":186,"160":44,"161":300,"167":120,"168":1,"17":278,"18":1630,"19":846,"20":193,"209":46,"21":646,"210":91,"211":42,"214":57,"215":479,"221":416,"223":1559,"224":166,"225":781,"23":460,"24":1352,"25":492,"257":154,"26":131,"268":8,"27":36,"273":184,"276":278,"279":268,"28":504,"281":65,"282":492,"291":88,"292":140,"30":32,"302":63,"306":2,"31":89,"314":10,"32":58,"33":229,"34":37,"347":16,"35":27,"352":862,"36":205,"37":25,"38":587,"380":33,"381":280,"383":79,"389":1,"39":83,"391":169,"396":23,"397":51,"40":64,"409":89,"41":104,"414":135,"415":173,"419":66,"42":39,"426":23,"43":42,"430":214,"433":6,"434":4,"44":30,"45":23,"46":193,"48":74,"49":53,"5":4816,"51":43,"52":48,"53":113,"56":4,"570":10,"6":444,"63":60,"7":653,"79":134,"8":60,"80":51,"9":318,"all_client":134594,"all_tv_clinet":27283,"insert_time":"2014-08-20T11:32:56.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107663,"10":107,"107":738,"11":1083,"12":102,"13":606,"14":205,"15":483,"155":124,"156":58,"158":77,"159":32,"16":189,"160":42,"161":293,"167":116,"168":1,"17":284,"18":1630,"19":837,"20":192,"209":43,"21":620,"210":92,"211":45,"214":57,"215":485,"221":417,"223":1531,"224":190,"225":833,"23":469,"24":1444,"25":540,"257":155,"26":128,"268":10,"27":37,"273":189,"276":274,"279":249,"28":575,"281":59,"282":498,"291":88,"292":132,"30":30,"302":61,"306":2,"31":88,"314":12,"32":60,"33":239,"34":38,"347":17,"35":34,"352":868,"36":202,"37":20,"38":590,"380":36,"381":271,"383":77,"389":1,"39":86,"391":162,"396":21,"397":52,"40":66,"409":93,"41":101,"414":140,"415":182,"419":66,"42":37,"426":16,"43":44,"430":222,"433":6,"434":4,"44":26,"45":30,"46":218,"48":73,"49":54,"5":4803,"51":44,"52":49,"53":112,"56":5,"570":10,"6":467,"63":65,"7":625,"79":123,"8":69,"80":57,"9":313,"all_client":135109,"all_tv_clinet":27446,"insert_time":"2014-08-20T11:33:58.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107841,"10":105,"107":729,"11":1049,"12":112,"13":593,"14":198,"15":483,"155":128,"156":54,"158":78,"159":36,"16":193,"160":40,"161":285,"167":118,"168":1,"17":295,"18":1627,"19":840,"20":201,"209":39,"21":610,"210":96,"211":41,"214":56,"215":494,"221":430,"223":1490,"224":227,"225":880,"23":488,"24":1501,"25":593,"257":157,"26":129,"268":9,"27":35,"273":192,"276":269,"279":229,"28":645,"281":60,"282":502,"291":85,"292":126,"30":31,"302":57,"306":3,"31":83,"314":10,"32":60,"33":233,"34":41,"347":16,"35":35,"352":878,"36":202,"37":19,"38":581,"380":39,"381":269,"383":74,"389":1,"39":92,"391":166,"396":18,"397":56,"40":71,"409":92,"41":100,"414":137,"415":171,"419":65,"42":37,"426":17,"43":45,"430":222,"433":7,"434":5,"44":26,"45":29,"46":230,"48":69,"49":53,"5":4807,"51":50,"52":52,"53":101,"56":4,"570":10,"6":483,"63":68,"7":594,"79":116,"8":73,"80":60,"9":310,"all_client":135457,"all_tv_clinet":27616,"insert_time":"2014-08-20T11:34:59.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108059,"10":105,"107":721,"11":1030,"12":121,"13":589,"14":200,"15":488,"155":129,"156":55,"158":75,"159":39,"16":198,"160":36,"161":280,"167":117,"168":1,"17":303,"18":1603,"19":837,"20":202,"209":39,"21":599,"210":97,"211":43,"214":57,"215":495,"221":445,"223":1463,"224":253,"225":911,"23":491,"24":1574,"25":659,"257":157,"26":126,"268":8,"27":36,"273":195,"276":262,"279":217,"28":730,"281":61,"282":502,"291":84,"292":126,"30":32,"302":53,"306":3,"31":81,"314":11,"32":50,"33":224,"34":42,"347":15,"35":39,"352":876,"36":203,"37":19,"38":582,"380":41,"381":262,"383":73,"389":1,"39":94,"391":164,"396":18,"397":62,"40":82,"409":93,"41":101,"414":134,"415":170,"419":59,"42":38,"426":19,"43":49,"430":230,"433":6,"434":6,"44":24,"45":30,"46":240,"48":70,"49":60,"5":4666,"51":53,"52":54,"53":105,"56":4,"570":8,"6":503,"63":71,"7":594,"79":114,"8":79,"80":62,"9":307,"all_client":135794,"all_tv_clinet":27735,"insert_time":"2014-08-20T11:36:00.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108230,"10":99,"107":737,"11":1031,"12":151,"13":586,"14":205,"15":480,"155":126,"156":52,"158":75,"159":45,"16":197,"160":34,"161":279,"167":121,"168":2,"17":309,"18":1555,"19":836,"20":205,"209":37,"21":592,"210":94,"211":43,"214":58,"215":489,"221":444,"223":1455,"224":298,"225":968,"23":505,"24":1643,"25":721,"257":159,"26":120,"268":7,"27":37,"273":193,"276":266,"279":220,"28":809,"281":61,"282":487,"291":83,"292":126,"30":33,"302":54,"306":4,"31":92,"314":11,"32":58,"33":209,"34":47,"347":19,"35":37,"352":909,"36":207,"37":22,"38":589,"380":40,"381":256,"383":69,"39":103,"391":165,"396":19,"397":63,"40":87,"409":91,"41":106,"414":131,"415":179,"419":61,"42":43,"426":21,"43":52,"430":234,"433":6,"434":6,"44":22,"45":32,"46":264,"48":70,"49":71,"5":4430,"51":58,"52":54,"53":107,"56":4,"570":7,"6":517,"63":70,"7":621,"79":104,"8":82,"80":62,"9":307,"all_client":136175,"all_tv_clinet":27945,"insert_time":"2014-08-20T11:37:01.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108434,"10":98,"107":769,"11":1048,"12":172,"13":583,"14":202,"15":484,"155":127,"156":51,"158":73,"159":51,"16":191,"160":37,"161":266,"167":118,"168":3,"17":322,"18":1471,"19":836,"20":210,"209":37,"21":609,"210":96,"211":50,"214":57,"215":495,"221":449,"223":1433,"224":324,"225":965,"23":518,"24":1715,"25":796,"257":160,"26":114,"268":9,"27":43,"273":197,"276":267,"279":203,"28":882,"281":58,"282":470,"291":82,"292":122,"30":36,"302":53,"306":5,"31":97,"314":10,"32":53,"33":203,"34":48,"347":20,"35":40,"352":917,"36":200,"37":27,"38":593,"380":42,"381":250,"383":75,"39":116,"391":169,"396":18,"397":65,"40":95,"409":91,"41":112,"414":126,"415":184,"419":61,"42":45,"426":26,"43":58,"430":236,"433":6,"434":4,"44":21,"45":34,"46":284,"48":73,"49":80,"5":4177,"51":60,"52":56,"53":108,"56":3,"570":10,"6":534,"63":71,"7":653,"79":100,"8":94,"80":61,"9":312,"all_client":136509,"all_tv_clinet":28075,"insert_time":"2014-08-20T11:38:02.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108664,"10":95,"107":777,"11":1081,"12":192,"13":588,"14":207,"15":459,"155":127,"156":49,"158":73,"159":55,"16":192,"160":34,"161":265,"167":117,"168":3,"17":340,"18":1418,"19":839,"20":207,"209":41,"21":605,"210":93,"211":52,"214":58,"215":496,"221":445,"223":1404,"224":360,"225":1003,"23":533,"24":1786,"25":854,"257":154,"26":115,"268":8,"27":42,"273":193,"276":258,"279":199,"28":945,"281":59,"282":464,"291":81,"292":125,"30":38,"302":50,"306":5,"31":97,"314":12,"32":60,"33":202,"34":50,"347":19,"35":40,"352":914,"36":193,"37":32,"38":611,"380":44,"381":247,"383":78,"39":121,"391":168,"396":17,"397":66,"40":100,"409":86,"41":108,"414":133,"415":177,"419":61,"42":50,"426":25,"43":60,"430":235,"433":6,"434":4,"44":23,"45":39,"46":300,"48":76,"49":94,"5":3954,"51":64,"52":59,"53":116,"56":3,"570":12,"6":543,"63":72,"7":700,"79":99,"8":106,"80":66,"9":312,"all_client":136902,"all_tv_clinet":28238,"insert_time":"2014-08-20T11:39:04.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108916,"10":95,"107":815,"11":1116,"12":209,"13":586,"14":210,"15":416,"155":125,"156":47,"158":76,"159":54,"16":195,"160":35,"161":258,"167":121,"168":4,"17":357,"18":1362,"19":841,"20":204,"209":43,"21":617,"210":90,"211":47,"214":59,"215":498,"221":435,"223":1376,"224":369,"225":1024,"23":547,"24":1886,"25":916,"257":144,"26":121,"268":9,"27":47,"273":193,"276":237,"279":194,"28":1015,"281":59,"282":452,"291":86,"292":126,"30":40,"302":50,"306":5,"31":91,"314":10,"32":55,"33":200,"34":51,"347":17,"35":41,"352":933,"36":191,"37":35,"38":618,"380":49,"381":239,"383":75,"39":128,"391":173,"396":16,"397":66,"40":107,"409":73,"41":112,"414":140,"415":185,"419":59,"42":52,"426":23,"43":60,"430":236,"433":6,"434":4,"44":24,"45":44,"46":309,"48":79,"49":103,"5":3757,"51":69,"52":62,"53":115,"56":4,"570":12,"6":558,"63":72,"7":730,"79":98,"8":115,"80":71,"9":310,"all_client":137304,"all_tv_clinet":28388,"insert_time":"2014-08-20T11:40:05.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109157,"10":96,"107":820,"11":1156,"12":218,"13":598,"14":215,"15":366,"155":115,"156":43,"158":74,"159":54,"16":201,"160":33,"161":253,"167":122,"168":6,"17":362,"18":1333,"19":800,"20":215,"209":48,"21":617,"210":84,"211":43,"214":58,"215":506,"221":451,"223":1358,"224":391,"225":1042,"23":569,"24":1958,"25":966,"257":138,"26":119,"268":9,"27":50,"273":194,"276":217,"279":182,"28":1068,"281":58,"282":451,"291":90,"292":137,"30":38,"302":46,"306":5,"31":88,"314":10,"32":57,"33":195,"34":51,"347":20,"35":44,"352":948,"36":199,"37":36,"38":636,"380":49,"381":236,"383":76,"39":130,"391":171,"396":15,"397":64,"40":111,"409":66,"41":108,"414":149,"415":187,"419":58,"42":56,"426":21,"43":58,"430":226,"433":6,"434":4,"44":23,"45":50,"46":321,"48":85,"49":112,"5":3610,"51":70,"52":57,"53":119,"56":4,"570":11,"6":560,"63":73,"7":751,"79":97,"8":123,"80":72,"9":306,"all_client":137649,"all_tv_clinet":28492,"insert_time":"2014-08-20T11:41:06.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109380,"10":93,"107":822,"11":1183,"12":235,"13":594,"14":210,"15":312,"155":104,"156":41,"158":74,"159":57,"16":203,"160":33,"161":240,"167":129,"168":7,"17":379,"18":1294,"19":759,"20":217,"209":44,"21":634,"210":87,"211":37,"214":59,"215":514,"221":455,"223":1356,"224":417,"225":1037,"23":570,"24":1986,"25":1016,"257":138,"26":123,"268":9,"27":54,"273":204,"276":195,"279":172,"28":1105,"281":66,"282":449,"291":91,"292":153,"30":41,"302":46,"306":5,"31":87,"314":13,"32":63,"33":194,"34":49,"347":21,"35":54,"352":967,"36":203,"37":38,"38":645,"380":50,"381":231,"383":74,"39":135,"391":166,"396":14,"397":67,"40":118,"409":57,"41":118,"414":152,"415":184,"419":58,"42":57,"426":20,"43":62,"430":210,"433":6,"434":4,"44":25,"45":54,"46":328,"48":83,"49":117,"5":3540,"51":71,"52":62,"53":115,"56":5,"570":11,"6":557,"63":71,"7":775,"79":99,"8":130,"80":72,"9":307,"all_client":137968,"all_tv_clinet":28588,"insert_time":"2014-08-20T11:42:07.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109652,"10":96,"107":813,"11":1206,"12":238,"13":594,"14":203,"15":287,"155":98,"156":32,"158":72,"159":60,"16":201,"160":31,"161":254,"167":128,"168":7,"17":383,"18":1266,"19":708,"20":221,"209":43,"21":645,"210":87,"211":34,"214":59,"215":522,"221":460,"223":1361,"224":434,"225":1067,"23":575,"24":2032,"25":1044,"257":134,"26":122,"268":11,"27":57,"273":199,"276":186,"279":167,"28":1149,"281":67,"282":447,"291":93,"292":174,"30":44,"302":43,"306":5,"31":90,"314":13,"32":62,"33":180,"34":52,"347":19,"35":55,"352":955,"36":210,"37":42,"38":658,"380":51,"381":227,"383":74,"39":138,"391":163,"396":17,"397":66,"40":124,"409":59,"41":116,"414":162,"415":179,"419":51,"42":65,"426":18,"43":61,"430":187,"433":6,"434":4,"44":24,"45":54,"46":338,"48":82,"49":124,"5":3469,"51":73,"52":64,"53":117,"56":5,"570":13,"6":543,"63":76,"7":787,"79":103,"8":138,"80":69,"9":309,"all_client":138303,"all_tv_clinet":28651,"insert_time":"2014-08-20T11:43:08.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110055,"10":91,"107":816,"11":1220,"12":243,"13":593,"14":199,"15":267,"155":99,"156":33,"158":70,"159":65,"16":202,"160":28,"161":265,"167":133,"168":7,"17":396,"18":1261,"19":690,"20":228,"209":44,"21":626,"210":88,"211":32,"214":58,"215":513,"221":443,"223":1345,"224":441,"225":1101,"23":590,"24":2085,"25":1076,"257":135,"26":123,"268":11,"27":58,"273":185,"276":177,"279":162,"28":1196,"281":68,"282":450,"291":92,"292":172,"30":42,"302":39,"306":8,"31":89,"314":12,"32":62,"33":186,"34":49,"347":22,"35":54,"352":948,"36":209,"37":43,"38":643,"380":54,"381":216,"383":75,"39":140,"391":163,"396":14,"397":62,"40":129,"409":67,"41":118,"414":162,"415":169,"419":45,"42":66,"426":19,"43":61,"430":174,"433":7,"434":4,"44":22,"45":57,"46":342,"48":88,"49":125,"5":3449,"51":73,"52":66,"53":118,"56":5,"570":13,"6":499,"63":76,"7":793,"79":102,"8":142,"80":70,"9":298,"all_client":138721,"all_tv_clinet":28666,"insert_time":"2014-08-20T11:44:09.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110282,"10":85,"107":806,"11":1223,"12":251,"13":570,"14":185,"15":244,"155":94,"156":31,"158":66,"159":65,"16":199,"160":27,"161":273,"167":138,"168":7,"17":403,"18":1277,"19":682,"20":235,"209":51,"21":625,"210":92,"211":32,"214":53,"215":514,"221":429,"223":1335,"224":462,"225":1125,"23":600,"24":2141,"25":1115,"257":141,"26":125,"268":11,"27":62,"273":166,"276":167,"279":161,"28":1241,"281":68,"282":456,"291":92,"292":146,"30":42,"302":37,"306":10,"31":88,"314":9,"32":63,"33":188,"34":52,"347":20,"35":52,"352":953,"36":204,"37":47,"38":639,"380":54,"381":206,"383":73,"39":146,"391":160,"396":13,"397":62,"40":132,"409":73,"41":121,"414":161,"415":179,"419":42,"42":70,"426":26,"43":66,"430":172,"433":8,"434":4,"44":20,"45":62,"46":348,"48":88,"49":129,"5":3415,"51":75,"52":65,"53":108,"56":5,"570":14,"6":453,"63":76,"7":804,"79":101,"8":144,"80":68,"9":297,"all_client":138997,"all_tv_clinet":28715,"insert_time":"2014-08-20T11:45:10.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110521,"10":80,"107":815,"11":1238,"12":259,"13":540,"14":181,"15":229,"155":91,"156":43,"158":65,"159":66,"16":200,"160":26,"161":277,"167":131,"168":7,"17":413,"18":1283,"19":682,"20":251,"209":53,"21":621,"210":92,"211":28,"214":47,"215":519,"221":440,"223":1318,"224":470,"225":1121,"23":617,"24":2166,"25":1148,"257":140,"26":126,"268":12,"27":62,"273":170,"276":164,"279":165,"28":1270,"281":69,"282":462,"291":82,"292":126,"30":44,"302":38,"306":10,"31":90,"314":10,"32":60,"33":187,"34":49,"347":20,"35":56,"352":964,"36":206,"37":50,"38":638,"380":56,"381":202,"383":78,"389":1,"39":145,"391":155,"396":12,"397":59,"40":136,"409":81,"41":124,"414":161,"415":178,"419":44,"42":69,"426":25,"43":65,"430":167,"431":1,"433":10,"434":4,"44":20,"45":59,"46":361,"48":87,"49":133,"5":3363,"51":75,"52":70,"53":112,"56":5,"570":13,"6":416,"63":75,"7":811,"79":94,"8":151,"80":68,"9":291,"all_client":139285,"all_tv_clinet":28764,"insert_time":"2014-08-20T11:46:11.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110833,"10":74,"107":816,"11":1234,"12":261,"13":527,"14":180,"15":217,"155":89,"156":42,"158":61,"159":70,"16":200,"160":25,"161":277,"167":131,"168":7,"17":414,"18":1280,"19":687,"20":246,"209":55,"21":631,"210":88,"211":25,"214":44,"215":518,"221":446,"223":1318,"224":480,"225":1132,"23":619,"24":2204,"25":1181,"257":144,"26":130,"268":12,"27":61,"273":167,"276":166,"279":166,"28":1294,"281":69,"282":460,"291":77,"292":109,"30":43,"302":40,"306":11,"31":88,"314":11,"32":60,"33":183,"34":50,"347":19,"35":58,"352":950,"36":203,"37":53,"38":638,"380":58,"381":203,"383":83,"389":1,"39":147,"391":146,"396":11,"397":63,"40":136,"409":87,"41":123,"414":162,"415":183,"419":43,"42":70,"426":26,"43":65,"430":169,"431":1,"433":11,"434":4,"44":21,"45":61,"46":360,"48":88,"49":138,"5":3322,"51":77,"52":66,"53":113,"56":5,"570":12,"6":411,"63":76,"7":826,"79":89,"8":155,"80":66,"9":287,"all_client":139639,"all_tv_clinet":28806,"insert_time":"2014-08-20T11:47:12.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111141,"10":72,"107":846,"11":1250,"12":251,"13":514,"14":179,"15":208,"155":89,"156":41,"158":61,"159":75,"16":199,"160":26,"161":268,"167":124,"168":7,"17":421,"18":1260,"19":696,"20":253,"209":52,"21":639,"210":88,"211":23,"214":45,"215":521,"221":444,"223":1328,"224":486,"225":1141,"23":644,"24":2218,"25":1196,"257":143,"26":127,"268":11,"27":63,"273":173,"276":159,"279":164,"28":1324,"281":70,"282":458,"291":78,"292":99,"30":41,"302":41,"306":10,"31":92,"314":12,"32":54,"33":182,"34":53,"347":18,"35":57,"352":959,"36":195,"37":56,"38":633,"380":59,"381":202,"383":82,"389":1,"39":149,"391":135,"396":10,"397":68,"40":139,"409":89,"41":119,"414":165,"415":185,"419":46,"42":66,"426":23,"43":73,"430":163,"433":10,"434":4,"44":21,"45":63,"46":372,"48":92,"49":146,"5":3260,"51":79,"52":61,"53":110,"56":4,"570":10,"6":406,"63":76,"7":813,"79":82,"8":159,"80":66,"9":290,"all_client":139976,"all_tv_clinet":28835,"insert_time":"2014-08-20T11:48:13.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111497,"10":74,"107":841,"11":1267,"12":245,"13":499,"14":181,"15":195,"155":83,"156":40,"158":61,"159":77,"16":196,"160":24,"161":271,"167":125,"168":6,"17":418,"18":1239,"19":698,"20":252,"209":50,"21":638,"210":88,"211":26,"214":43,"215":529,"221":443,"223":1310,"224":495,"225":1164,"23":645,"24":2235,"25":1219,"257":141,"26":134,"268":11,"27":67,"273":174,"276":157,"279":156,"28":1347,"281":69,"282":466,"291":77,"292":99,"30":41,"302":38,"306":10,"31":88,"314":11,"32":63,"33":186,"34":56,"347":17,"35":60,"352":941,"36":198,"37":59,"38":651,"380":60,"381":194,"383":81,"39":151,"391":142,"396":9,"397":70,"40":139,"409":98,"41":121,"414":157,"415":188,"419":46,"42":63,"426":27,"43":72,"430":161,"433":9,"434":5,"44":22,"45":62,"46":370,"48":93,"49":151,"5":3192,"51":84,"52":56,"53":106,"56":5,"570":10,"6":415,"63":75,"7":821,"79":84,"8":168,"80":62,"9":297,"all_client":140357,"all_tv_clinet":28860,"insert_time":"2014-08-20T11:49:14.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111800,"10":75,"107":837,"11":1286,"12":246,"13":481,"14":184,"15":190,"155":84,"156":41,"158":65,"159":76,"16":201,"160":22,"161":275,"167":125,"168":6,"17":430,"18":1216,"19":705,"20":247,"209":50,"21":639,"210":90,"211":30,"214":42,"215":532,"221":436,"223":1312,"224":506,"225":1155,"23":654,"24":2259,"25":1244,"257":142,"26":129,"268":12,"27":67,"273":175,"276":153,"279":154,"28":1371,"281":67,"282":465,"291":77,"292":87,"30":41,"302":37,"306":9,"31":85,"314":10,"32":59,"33":175,"34":56,"347":12,"35":62,"352":947,"36":195,"37":63,"38":651,"380":58,"381":192,"383":82,"39":150,"391":142,"396":10,"397":72,"40":143,"409":111,"41":126,"414":164,"415":191,"419":45,"42":66,"426":23,"43":75,"430":158,"433":9,"434":5,"44":23,"45":63,"46":374,"48":92,"49":153,"5":3093,"51":87,"52":56,"53":110,"56":3,"570":11,"6":422,"63":74,"7":826,"79":90,"8":169,"80":59,"9":305,"all_client":140674,"all_tv_clinet":28874,"insert_time":"2014-08-20T11:50:15.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112089,"10":74,"107":842,"11":1293,"12":248,"13":469,"14":190,"15":191,"155":85,"156":43,"158":64,"159":75,"16":198,"160":21,"161":290,"167":122,"168":7,"17":433,"18":1188,"19":702,"20":249,"209":51,"21":648,"210":89,"211":32,"214":42,"215":537,"221":423,"223":1331,"224":513,"225":1156,"23":655,"24":2255,"25":1258,"257":138,"26":133,"268":13,"27":68,"273":183,"276":153,"279":152,"28":1396,"281":68,"282":462,"291":75,"292":91,"30":42,"302":36,"306":7,"31":79,"314":11,"32":53,"33":180,"34":62,"347":13,"35":63,"352":946,"36":194,"37":65,"38":653,"380":61,"381":185,"383":82,"39":148,"391":137,"396":12,"397":74,"40":142,"409":116,"41":127,"414":159,"415":203,"419":45,"42":66,"426":22,"43":73,"430":158,"433":9,"434":5,"44":22,"45":61,"46":382,"48":94,"49":159,"5":2996,"51":85,"52":56,"53":121,"56":5,"570":12,"6":444,"63":75,"7":833,"79":85,"8":165,"80":58,"9":302,"all_client":140978,"all_tv_clinet":28889,"insert_time":"2014-08-20T11:51:17.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112309,"10":75,"107":850,"11":1276,"12":250,"13":470,"14":189,"15":193,"155":90,"156":40,"158":63,"159":80,"16":200,"160":21,"161":287,"167":119,"168":8,"17":437,"18":1171,"19":704,"20":254,"209":53,"21":669,"210":89,"211":44,"214":44,"215":535,"221":439,"223":1352,"224":523,"225":1136,"23":656,"24":2261,"25":1282,"257":141,"26":134,"268":13,"27":70,"273":190,"276":150,"279":149,"28":1423,"281":68,"282":459,"291":74,"292":88,"30":42,"302":33,"306":8,"31":79,"314":13,"32":57,"33":178,"34":61,"347":12,"35":59,"352":942,"36":199,"37":68,"38":650,"380":61,"381":182,"383":88,"39":144,"391":130,"396":10,"397":78,"40":145,"409":111,"41":127,"414":147,"415":209,"419":47,"42":70,"426":33,"43":73,"430":166,"433":10,"434":4,"44":26,"45":60,"46":389,"48":95,"49":163,"5":2928,"51":84,"52":58,"53":121,"56":8,"570":12,"6":448,"63":75,"7":837,"79":85,"8":160,"80":56,"9":299,"all_client":141268,"all_tv_clinet":28959,"insert_time":"2014-08-20T11:52:18.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112655,"10":76,"107":848,"11":1287,"12":256,"13":458,"14":180,"15":201,"155":92,"156":42,"158":62,"159":84,"16":194,"160":21,"161":286,"167":117,"168":12,"17":440,"18":1146,"19":724,"20":253,"209":57,"21":667,"210":93,"211":44,"214":44,"215":517,"221":437,"223":1362,"224":530,"225":1137,"23":654,"24":2260,"25":1289,"257":138,"26":135,"268":13,"27":75,"273":197,"276":153,"279":147,"28":1442,"281":65,"282":459,"291":75,"292":88,"30":40,"302":32,"306":7,"31":78,"314":12,"32":65,"33":175,"34":61,"347":12,"35":53,"352":957,"36":203,"37":69,"38":660,"380":61,"381":175,"383":86,"39":142,"391":127,"396":10,"397":77,"40":147,"409":106,"41":129,"414":141,"415":212,"419":49,"42":70,"426":41,"43":72,"430":179,"433":10,"434":4,"44":26,"45":61,"46":387,"48":92,"49":169,"5":2885,"51":86,"52":63,"53":126,"56":8,"570":14,"6":464,"63":73,"7":841,"79":78,"8":163,"80":57,"9":292,"all_client":141659,"all_tv_clinet":29004,"insert_time":"2014-08-20T11:53:19.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112988,"10":77,"107":845,"11":1310,"12":266,"13":462,"14":167,"15":210,"155":95,"156":43,"158":65,"159":86,"16":189,"160":21,"161":276,"167":115,"168":12,"17":444,"18":1144,"19":734,"20":255,"209":57,"21":670,"210":93,"211":44,"214":44,"215":512,"221":438,"223":1384,"224":543,"225":1149,"23":661,"24":2259,"25":1310,"257":138,"26":139,"268":13,"27":74,"273":195,"276":149,"279":142,"28":1457,"281":63,"282":462,"291":74,"292":99,"30":38,"302":33,"306":7,"31":82,"314":12,"32":67,"33":171,"34":60,"347":11,"35":56,"352":942,"36":203,"37":71,"38":662,"380":61,"381":171,"383":91,"39":146,"391":126,"396":11,"397":73,"40":149,"409":94,"41":129,"414":137,"415":208,"419":50,"42":71,"426":48,"43":78,"430":181,"433":12,"434":4,"44":27,"45":59,"46":378,"48":89,"49":174,"5":2871,"51":87,"52":64,"53":123,"56":8,"570":15,"6":450,"63":77,"7":828,"79":72,"8":163,"80":54,"9":292,"all_client":142059,"all_tv_clinet":29071,"insert_time":"2014-08-20T11:54:21.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113256,"10":75,"107":843,"11":1332,"12":252,"13":462,"14":155,"15":228,"155":102,"156":42,"158":66,"159":85,"16":184,"160":22,"161":271,"167":119,"168":12,"17":453,"18":1130,"19":744,"20":258,"209":61,"21":677,"210":92,"211":40,"214":44,"215":504,"221":440,"223":1402,"224":555,"225":1161,"23":659,"24":2275,"25":1319,"257":135,"26":131,"268":13,"27":75,"273":196,"276":149,"279":140,"28":1486,"281":61,"282":464,"291":76,"292":100,"30":39,"302":34,"306":8,"31":81,"314":11,"317":1,"32":60,"33":174,"34":56,"347":10,"35":59,"352":947,"36":207,"37":70,"38":663,"380":61,"381":172,"383":89,"39":148,"391":126,"396":12,"397":74,"40":151,"409":83,"41":126,"414":132,"415":206,"419":52,"42":72,"426":63,"43":77,"430":191,"433":10,"434":4,"44":29,"45":63,"46":375,"48":85,"49":178,"5":2870,"51":86,"52":63,"53":120,"56":7,"570":15,"6":465,"63":79,"7":807,"79":71,"8":167,"80":49,"9":290,"all_client":142434,"all_tv_clinet":29178,"insert_time":"2014-08-20T11:55:22.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113556,"10":79,"107":837,"11":1350,"12":235,"13":468,"14":146,"15":246,"155":109,"156":42,"158":64,"159":87,"16":188,"160":22,"161":274,"167":121,"168":12,"17":464,"18":1107,"19":742,"20":252,"209":61,"21":667,"210":91,"211":37,"214":46,"215":495,"221":427,"223":1408,"224":564,"225":1184,"23":668,"24":2275,"25":1342,"257":131,"26":146,"268":12,"27":74,"273":196,"276":149,"279":143,"28":1499,"281":59,"282":465,"291":73,"292":105,"30":41,"302":32,"306":9,"31":83,"314":13,"317":1,"32":53,"33":177,"34":59,"347":11,"35":62,"352":950,"36":211,"37":69,"38":667,"380":61,"381":172,"383":87,"39":150,"391":125,"396":15,"397":77,"40":155,"409":76,"41":121,"414":121,"415":207,"419":51,"42":74,"426":78,"43":79,"430":195,"433":10,"434":4,"44":30,"45":68,"46":379,"48":93,"49":181,"5":2799,"51":87,"52":65,"53":127,"56":8,"570":15,"6":477,"63":80,"7":799,"79":73,"8":172,"80":49,"9":311,"all_client":142827,"all_tv_clinet":29271,"insert_time":"2014-08-20T11:56:23.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113840,"10":78,"107":819,"11":1354,"12":217,"13":464,"14":143,"15":268,"155":115,"156":41,"158":56,"159":85,"16":185,"160":24,"161":289,"167":119,"168":14,"17":474,"18":1063,"19":703,"20":254,"209":64,"21":660,"210":87,"211":35,"214":50,"215":502,"221":447,"223":1418,"224":576,"225":1202,"23":673,"24":2303,"25":1371,"257":133,"26":142,"268":10,"27":74,"273":192,"276":151,"279":142,"28":1512,"281":53,"282":460,"291":75,"292":104,"30":42,"302":27,"306":9,"31":86,"314":12,"317":1,"32":52,"33":173,"34":64,"347":11,"35":62,"352":965,"36":208,"37":67,"38":666,"380":62,"381":172,"383":80,"39":156,"391":123,"396":14,"397":77,"40":157,"409":78,"41":125,"414":116,"415":210,"419":52,"42":79,"426":87,"43":82,"430":199,"433":9,"434":4,"44":34,"45":73,"46":387,"48":95,"49":184,"5":2735,"51":88,"52":66,"53":134,"56":8,"570":14,"6":455,"63":78,"7":826,"79":77,"8":173,"80":44,"9":329,"all_client":143168,"all_tv_clinet":29328,"insert_time":"2014-08-20T11:57:24.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114208,"10":82,"107":833,"11":1386,"12":193,"13":463,"14":137,"15":307,"155":117,"156":39,"158":55,"159":83,"16":183,"160":22,"161":293,"167":114,"168":13,"17":489,"18":1021,"19":655,"20":259,"209":66,"21":655,"210":90,"211":33,"214":51,"215":494,"221":454,"223":1424,"224":586,"225":1213,"23":684,"24":2350,"25":1390,"257":135,"26":146,"268":9,"27":75,"273":184,"276":150,"279":144,"28":1531,"281":54,"282":454,"291":78,"292":109,"30":42,"302":31,"306":8,"31":87,"314":15,"317":1,"32":58,"33":175,"34":66,"347":10,"35":71,"352":971,"36":213,"37":69,"38":678,"380":60,"381":168,"383":80,"39":160,"391":110,"396":16,"397":81,"40":154,"409":85,"41":127,"414":116,"415":204,"419":48,"42":81,"426":83,"43":81,"430":201,"433":6,"434":5,"44":30,"45":73,"46":396,"48":97,"49":190,"5":2653,"51":87,"52":69,"53":137,"56":8,"570":13,"6":413,"63":77,"7":856,"79":76,"8":172,"80":41,"9":331,"all_client":143591,"all_tv_clinet":29383,"insert_time":"2014-08-20T11:58:26.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114536,"10":83,"107":830,"11":1426,"12":180,"13":477,"14":135,"15":302,"155":120,"156":37,"158":53,"159":85,"16":177,"160":23,"161":304,"167":116,"168":13,"17":505,"18":997,"19":626,"20":270,"209":65,"21":657,"210":86,"211":33,"214":55,"215":496,"221":445,"223":1439,"224":591,"225":1235,"23":695,"24":2399,"25":1412,"257":137,"26":145,"268":9,"27":80,"273":164,"276":150,"279":148,"28":1551,"281":52,"282":438,"291":81,"292":117,"30":41,"302":29,"306":7,"31":87,"314":13,"317":1,"32":61,"33":180,"34":68,"347":9,"35":71,"352":966,"36":214,"37":72,"38":672,"380":63,"381":164,"383":80,"39":166,"391":104,"396":12,"397":84,"40":151,"409":86,"41":130,"414":118,"415":203,"419":45,"42":80,"426":85,"43":84,"430":206,"433":6,"434":5,"44":34,"45":74,"46":410,"48":102,"49":195,"5":2598,"51":88,"52":68,"53":140,"56":8,"570":13,"6":345,"63":75,"7":878,"79":78,"8":173,"80":38,"9":326,"all_client":143981,"all_tv_clinet":29445,"insert_time":"2014-08-20T11:59:27.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114801,"10":85,"107":820,"11":1460,"12":167,"13":478,"14":130,"15":300,"155":125,"156":36,"158":51,"159":85,"16":183,"160":23,"161":312,"167":121,"168":14,"17":511,"18":984,"19":622,"20":269,"209":70,"21":641,"210":86,"211":33,"214":54,"215":493,"221":435,"223":1442,"224":599,"225":1259,"23":698,"24":2428,"25":1425,"257":129,"26":147,"268":11,"27":86,"273":156,"276":149,"279":149,"28":1581,"281":53,"282":424,"291":83,"292":111,"30":43,"302":29,"306":7,"31":91,"314":12,"317":1,"32":58,"33":182,"34":69,"347":9,"35":72,"352":976,"36":216,"37":75,"38":662,"380":63,"381":166,"383":78,"39":164,"391":104,"396":15,"397":87,"40":152,"409":87,"41":132,"414":122,"415":205,"419":41,"42":81,"426":84,"43":84,"430":205,"433":4,"434":5,"44":38,"45":75,"46":417,"48":100,"49":194,"5":2587,"51":90,"52":72,"53":142,"56":9,"570":12,"6":324,"63":76,"7":886,"79":84,"8":178,"80":36,"9":312,"all_client":144332,"all_tv_clinet":29531,"insert_time":"2014-08-20T12:00:28.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115023,"10":83,"107":820,"11":1489,"12":168,"13":509,"14":124,"15":297,"155":126,"156":35,"158":53,"159":84,"16":186,"160":23,"161":310,"167":115,"168":17,"17":527,"18":956,"19":619,"20":279,"209":71,"21":640,"210":84,"211":30,"214":53,"215":489,"221":437,"223":1465,"224":605,"225":1273,"23":712,"24":2455,"25":1445,"257":127,"26":147,"268":11,"27":86,"273":147,"276":148,"279":147,"28":1608,"281":56,"282":412,"291":84,"292":96,"30":41,"302":29,"306":8,"31":97,"314":14,"317":1,"32":48,"33":185,"34":71,"347":10,"35":70,"352":978,"36":212,"37":74,"38":662,"380":66,"381":164,"383":76,"39":175,"391":104,"396":16,"397":88,"40":154,"409":87,"41":137,"414":129,"415":200,"419":43,"42":81,"426":79,"43":88,"430":207,"433":8,"434":5,"44":39,"45":74,"46":420,"48":101,"49":198,"5":2581,"51":87,"52":72,"53":138,"56":10,"570":12,"6":319,"63":76,"7":884,"79":83,"8":180,"80":36,"9":292,"all_client":144680,"all_tv_clinet":29657,"insert_time":"2014-08-20T12:01:29.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115338,"10":86,"107":818,"11":1512,"12":165,"13":511,"14":119,"15":303,"155":128,"156":36,"158":47,"159":85,"16":184,"160":25,"161":305,"167":114,"168":15,"17":524,"18":933,"19":613,"20":287,"209":68,"21":627,"210":81,"211":28,"214":54,"215":489,"221":428,"223":1472,"224":610,"225":1278,"23":704,"24":2451,"25":1455,"257":129,"26":145,"268":10,"27":87,"273":145,"276":147,"279":150,"28":1623,"281":56,"282":407,"291":84,"292":90,"30":41,"302":30,"306":9,"31":102,"314":15,"317":1,"32":51,"33":187,"34":76,"347":10,"35":70,"352":998,"36":210,"37":72,"38":665,"380":68,"381":167,"383":73,"39":179,"391":102,"396":15,"397":89,"40":155,"409":94,"41":141,"414":130,"415":201,"419":44,"42":81,"426":72,"43":85,"430":215,"433":8,"434":6,"44":35,"45":72,"46":425,"48":97,"49":199,"5":2598,"51":90,"52":72,"53":144,"56":12,"570":13,"6":318,"63":78,"7":903,"79":84,"8":190,"80":36,"9":267,"all_client":145061,"all_tv_clinet":29723,"insert_time":"2014-08-20T12:02:30.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115535,"10":81,"107":821,"11":1528,"12":159,"13":514,"14":132,"15":311,"155":132,"156":38,"158":47,"159":86,"16":183,"160":25,"161":307,"167":112,"168":13,"17":538,"18":904,"19":628,"20":296,"209":65,"21":632,"210":77,"211":28,"214":54,"215":488,"221":430,"223":1472,"224":617,"225":1286,"23":701,"24":2473,"25":1472,"257":131,"26":144,"268":10,"27":88,"273":152,"276":144,"279":150,"28":1650,"281":56,"282":402,"291":86,"292":80,"30":41,"302":30,"306":7,"31":106,"314":14,"317":1,"32":52,"33":194,"34":75,"347":10,"35":72,"352":1002,"36":219,"37":75,"38":648,"380":69,"381":162,"383":76,"39":185,"391":97,"396":14,"397":92,"40":157,"409":99,"41":140,"414":128,"415":192,"419":42,"42":83,"426":71,"43":87,"430":220,"433":9,"434":6,"44":39,"45":72,"46":437,"48":98,"49":202,"5":2593,"51":87,"52":71,"53":150,"56":11,"570":11,"6":309,"63":80,"7":920,"79":83,"8":193,"80":39,"9":249,"all_client":145397,"all_tv_clinet":29862,"insert_time":"2014-08-20T12:03:31.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115721,"10":82,"107":844,"11":1515,"12":164,"13":506,"14":141,"15":318,"155":136,"156":36,"158":35,"159":88,"16":175,"160":27,"161":302,"167":117,"168":13,"17":506,"18":920,"19":646,"20":300,"209":63,"21":622,"210":73,"211":27,"214":57,"215":496,"221":435,"223":1469,"224":620,"225":1280,"23":699,"24":2493,"25":1479,"257":139,"26":149,"268":11,"27":89,"273":150,"276":144,"279":146,"28":1660,"281":54,"282":397,"291":92,"292":85,"30":42,"302":30,"306":5,"31":108,"314":13,"317":1,"32":56,"33":193,"34":73,"347":12,"35":75,"352":1024,"36":221,"37":76,"38":649,"380":67,"381":161,"383":77,"39":187,"391":97,"396":14,"397":92,"40":161,"409":89,"41":139,"414":132,"415":195,"419":40,"42":86,"426":56,"43":89,"430":216,"433":9,"434":6,"44":38,"45":80,"46":453,"48":99,"49":207,"5":2627,"51":94,"52":74,"53":152,"56":9,"570":10,"6":310,"63":81,"7":914,"79":86,"8":197,"80":42,"9":252,"all_client":145737,"all_tv_clinet":30016,"insert_time":"2014-08-20T12:04:32.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115947,"10":79,"107":854,"11":1531,"12":163,"13":510,"14":143,"15":337,"155":137,"156":35,"158":33,"159":89,"16":178,"160":25,"161":297,"167":119,"168":13,"17":469,"18":931,"19":660,"20":299,"209":63,"21":645,"210":70,"211":24,"214":54,"215":493,"221":440,"223":1463,"224":610,"225":1287,"23":706,"24":2486,"25":1487,"257":148,"26":143,"268":10,"27":86,"273":150,"276":146,"279":145,"28":1669,"281":57,"282":382,"291":92,"292":87,"30":44,"302":31,"306":4,"31":106,"314":13,"317":1,"32":54,"33":198,"34":82,"347":10,"35":75,"352":1005,"36":223,"37":78,"38":645,"380":68,"381":165,"383":74,"39":192,"391":94,"396":12,"397":94,"40":162,"409":75,"41":143,"414":143,"415":192,"419":43,"42":89,"426":49,"43":93,"430":215,"433":9,"434":6,"44":43,"45":80,"46":466,"48":98,"49":209,"5":2625,"51":96,"52":78,"53":152,"56":8,"570":8,"6":322,"63":80,"7":914,"79":85,"8":206,"80":41,"9":266,"all_client":146056,"all_tv_clinet":30109,"insert_time":"2014-08-20T12:05:33.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116191,"10":78,"107":869,"11":1533,"12":169,"13":507,"14":134,"15":338,"155":142,"156":33,"158":31,"159":90,"16":187,"160":24,"161":296,"167":118,"168":13,"17":417,"18":938,"19":667,"20":298,"209":67,"21":637,"210":72,"211":22,"214":53,"215":502,"221":423,"223":1443,"224":581,"225":1290,"23":719,"24":2448,"25":1511,"257":159,"26":142,"268":9,"27":88,"273":153,"276":147,"279":142,"28":1690,"281":56,"282":367,"291":92,"292":97,"30":44,"302":32,"306":4,"31":107,"314":15,"317":1,"32":50,"33":195,"34":87,"347":10,"35":77,"352":1030,"36":230,"37":80,"38":627,"380":69,"381":167,"383":74,"39":190,"391":89,"396":11,"397":94,"40":162,"409":69,"41":142,"414":149,"415":191,"419":49,"42":91,"426":39,"43":95,"430":217,"433":9,"434":6,"44":45,"45":79,"46":455,"48":98,"49":212,"5":2684,"51":97,"52":82,"53":146,"56":7,"570":9,"6":314,"63":80,"7":920,"79":83,"8":209,"80":46,"9":291,"all_client":146342,"all_tv_clinet":30151,"insert_time":"2014-08-20T12:06:34.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116464,"10":80,"107":850,"11":1528,"12":169,"13":507,"14":126,"15":356,"155":142,"156":35,"158":39,"159":94,"16":188,"160":20,"161":304,"167":114,"168":14,"17":377,"18":936,"19":704,"20":301,"209":70,"21":624,"210":72,"211":21,"214":51,"215":509,"221":413,"223":1473,"224":554,"225":1314,"23":717,"24":2376,"25":1531,"257":160,"26":141,"268":9,"27":90,"273":149,"276":152,"279":141,"28":1705,"281":55,"282":357,"291":97,"292":98,"30":43,"302":30,"306":2,"31":104,"314":15,"317":1,"32":48,"33":194,"34":92,"347":9,"35":87,"352":1001,"36":237,"37":81,"38":642,"380":66,"381":168,"383":78,"39":197,"391":89,"396":9,"397":93,"40":164,"409":65,"41":152,"414":147,"415":183,"419":52,"42":89,"426":43,"43":95,"430":214,"433":9,"434":5,"44":45,"45":82,"46":461,"48":92,"49":212,"5":2787,"51":95,"52":83,"53":150,"56":6,"570":10,"6":306,"63":79,"7":905,"79":86,"8":204,"80":43,"9":315,"all_client":146692,"all_tv_clinet":30228,"insert_time":"2014-08-20T12:07:40.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116797,"10":82,"107":859,"11":1518,"12":173,"13":510,"14":121,"15":362,"155":143,"156":36,"158":41,"159":95,"16":187,"160":18,"161":300,"167":112,"168":14,"17":351,"18":934,"19":720,"20":299,"209":68,"21":646,"210":71,"211":18,"214":52,"215":514,"221":424,"223":1452,"224":510,"225":1279,"23":721,"24":2312,"25":1540,"257":159,"26":154,"268":10,"27":88,"273":150,"276":149,"279":138,"28":1745,"281":55,"282":364,"291":98,"292":99,"30":43,"302":30,"306":2,"31":97,"314":13,"317":1,"32":49,"33":195,"34":95,"347":11,"35":96,"352":984,"36":235,"37":77,"38":655,"380":64,"381":169,"383":86,"39":199,"391":87,"396":9,"397":91,"40":178,"409":64,"41":152,"414":133,"415":184,"419":55,"42":87,"426":55,"43":102,"430":212,"433":10,"434":4,"44":44,"45":86,"46":452,"48":96,"49":213,"5":2924,"51":92,"52":91,"53":154,"56":5,"570":11,"6":286,"63":79,"7":877,"79":86,"8":189,"80":39,"9":342,"all_client":147078,"all_tv_clinet":30281,"insert_time":"2014-08-20T12:08:42.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116967,"10":85,"107":861,"11":1520,"12":176,"13":510,"14":118,"15":373,"155":143,"156":35,"158":43,"159":93,"16":193,"160":19,"161":287,"167":112,"168":16,"17":337,"18":913,"19":745,"20":300,"209":69,"21":675,"210":72,"211":16,"214":52,"215":533,"221":422,"223":1468,"224":491,"225":1246,"23":747,"24":2283,"25":1458,"257":158,"26":156,"268":9,"27":91,"273":149,"276":144,"279":138,"28":1793,"281":53,"282":366,"291":99,"292":103,"30":47,"302":28,"306":2,"31":99,"314":13,"317":1,"32":51,"33":197,"34":98,"347":13,"35":102,"352":966,"36":244,"37":82,"38":658,"380":63,"381":170,"383":85,"39":206,"391":88,"396":5,"397":90,"40":184,"409":63,"41":164,"414":121,"415":182,"419":56,"42":90,"426":61,"43":106,"430":216,"433":10,"434":4,"44":44,"45":90,"46":443,"48":95,"49":222,"5":3048,"51":92,"52":90,"53":163,"56":5,"570":12,"6":273,"63":80,"7":854,"79":85,"8":177,"80":38,"9":371,"all_client":147384,"all_tv_clinet":30417,"insert_time":"2014-08-20T12:09:43.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117223,"10":82,"107":877,"11":1546,"12":172,"13":529,"14":114,"15":374,"155":143,"156":36,"158":46,"159":95,"16":199,"160":19,"161":263,"167":116,"168":15,"17":321,"18":900,"19":755,"20":296,"209":74,"21":679,"210":74,"211":15,"214":53,"215":544,"221":413,"223":1478,"224":481,"225":1190,"23":737,"24":2264,"25":1383,"257":162,"26":157,"268":8,"27":92,"273":149,"276":142,"279":142,"28":1866,"281":51,"282":364,"291":98,"292":104,"30":48,"302":28,"306":1,"31":104,"314":11,"317":1,"32":54,"33":202,"34":108,"347":17,"35":101,"352":958,"36":238,"37":80,"38":663,"380":61,"381":176,"383":81,"39":217,"391":85,"396":4,"397":89,"40":193,"409":63,"41":165,"414":109,"415":176,"419":56,"42":89,"426":75,"43":111,"430":212,"433":8,"434":4,"44":47,"45":95,"46":428,"48":93,"49":216,"5":3196,"51":94,"52":92,"53":167,"56":4,"570":13,"6":258,"63":76,"7":845,"79":80,"8":172,"80":39,"9":392,"all_client":147736,"all_tv_clinet":30513,"insert_time":"2014-08-20T12:10:44.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117513,"10":83,"107":882,"11":1547,"12":166,"13":530,"14":114,"15":354,"155":145,"156":37,"158":47,"159":95,"16":201,"160":18,"161":249,"167":123,"168":13,"17":315,"18":903,"19":773,"20":288,"209":76,"21":686,"210":79,"211":14,"214":56,"215":554,"221":428,"223":1498,"224":467,"225":1165,"23":722,"24":2278,"25":1304,"257":154,"26":158,"268":8,"27":99,"273":148,"276":139,"279":137,"28":1945,"281":47,"282":358,"291":98,"292":102,"30":45,"302":28,"306":1,"31":108,"314":14,"317":1,"32":53,"33":203,"34":114,"347":19,"35":95,"352":951,"36":234,"37":84,"38":665,"380":58,"381":182,"383":76,"389":1,"39":228,"391":79,"396":3,"397":88,"40":195,"409":65,"41":169,"414":103,"415":173,"419":55,"42":87,"426":79,"43":111,"430":214,"431":1,"433":7,"434":4,"44":50,"45":102,"46":412,"48":95,"49":201,"5":3284,"51":100,"52":84,"53":166,"56":5,"570":12,"6":257,"63":71,"7":853,"79":79,"8":169,"80":41,"9":409,"all_client":148099,"all_tv_clinet":30586,"insert_time":"2014-08-20T12:11:45.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117745,"10":82,"107":870,"11":1560,"12":165,"13":544,"14":120,"15":333,"155":143,"156":37,"158":47,"159":99,"16":201,"160":15,"161":245,"167":126,"168":14,"17":306,"18":922,"19":751,"20":283,"209":76,"21":676,"210":80,"211":12,"214":56,"215":555,"221":416,"223":1498,"224":467,"225":1164,"23":689,"24":2300,"25":1281,"257":150,"26":152,"268":11,"27":103,"273":151,"276":140,"279":137,"28":1999,"281":45,"282":346,"291":96,"292":105,"30":50,"302":27,"306":1,"31":113,"314":15,"317":1,"32":57,"33":205,"34":128,"347":20,"35":81,"352":966,"36":233,"37":82,"38":669,"380":56,"381":182,"383":71,"389":2,"39":230,"391":77,"396":3,"397":87,"40":200,"409":70,"41":170,"414":101,"415":177,"419":54,"42":78,"426":78,"43":109,"430":214,"431":1,"433":6,"434":4,"44":48,"45":102,"46":413,"48":90,"49":185,"5":3383,"51":105,"52":78,"53":173,"56":7,"570":13,"6":257,"63":69,"7":862,"79":82,"8":168,"80":41,"9":428,"all_client":148435,"all_tv_clinet":30690,"insert_time":"2014-08-20T12:12:46.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118007,"10":82,"107":877,"11":1583,"12":162,"13":537,"14":128,"15":316,"155":142,"156":38,"158":50,"159":103,"16":199,"160":15,"161":254,"167":124,"168":15,"17":295,"18":926,"19":692,"20":278,"209":68,"21":679,"210":81,"211":11,"214":58,"215":559,"221":422,"223":1484,"224":468,"225":1154,"23":662,"24":2316,"25":1254,"257":148,"26":150,"268":11,"27":114,"273":150,"276":135,"279":133,"28":2059,"281":44,"282":338,"291":92,"292":105,"30":51,"302":28,"306":1,"31":117,"314":19,"317":1,"32":49,"33":202,"34":126,"347":21,"35":75,"352":970,"36":233,"37":88,"38":650,"380":55,"381":179,"383":75,"389":2,"39":232,"391":77,"396":3,"397":85,"40":208,"409":79,"41":173,"414":95,"415":177,"419":56,"42":72,"426":82,"43":109,"430":221,"431":1,"433":6,"434":4,"44":51,"45":109,"46":401,"48":86,"49":173,"5":3452,"51":104,"52":73,"53":177,"56":7,"570":15,"6":267,"63":71,"7":879,"79":83,"8":162,"80":44,"9":446,"all_client":148740,"all_tv_clinet":30733,"insert_time":"2014-08-20T12:13:47.336Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118314,"10":83,"107":899,"11":1584,"12":157,"13":536,"14":131,"15":318,"155":144,"156":35,"158":51,"159":107,"16":201,"160":15,"161":268,"167":123,"168":16,"17":292,"18":915,"19":662,"20":278,"209":65,"21":671,"210":78,"211":12,"214":58,"215":552,"221":423,"223":1463,"224":471,"225":1153,"23":652,"24":2343,"25":1227,"257":143,"26":142,"268":12,"27":112,"273":144,"276":135,"279":130,"28":2114,"281":46,"282":332,"291":93,"292":102,"30":52,"302":28,"306":1,"31":119,"314":18,"317":1,"32":46,"33":204,"34":112,"347":24,"35":77,"352":977,"36":245,"37":87,"38":656,"380":55,"381":177,"383":75,"389":1,"39":228,"391":79,"396":3,"397":87,"40":215,"409":83,"41":171,"414":107,"415":174,"419":55,"42":71,"426":73,"43":114,"430":222,"431":1,"433":7,"434":4,"44":51,"45":116,"46":398,"48":82,"49":174,"5":3504,"51":109,"52":68,"53":190,"56":7,"570":14,"6":257,"63":69,"7":882,"79":85,"8":166,"80":44,"9":472,"all_client":149139,"all_tv_clinet":30825,"insert_time":"2014-08-20T12:14:48.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118615,"10":82,"107":903,"11":1577,"12":144,"13":533,"14":132,"15":330,"155":142,"156":33,"158":50,"159":101,"16":205,"160":14,"161":281,"167":121,"168":16,"17":311,"18":921,"19":631,"20":279,"209":65,"21":674,"210":79,"211":11,"214":60,"215":554,"221":434,"223":1406,"224":470,"225":1132,"23":656,"24":2378,"25":1233,"257":142,"26":141,"268":12,"27":98,"273":128,"276":130,"279":131,"28":2149,"281":45,"282":337,"291":95,"292":93,"30":50,"302":27,"306":1,"31":116,"314":17,"317":1,"32":44,"33":207,"34":94,"347":24,"35":74,"352":979,"36":245,"37":86,"38":677,"380":56,"381":173,"383":74,"389":2,"39":229,"391":76,"396":3,"397":87,"40":223,"409":86,"41":169,"414":112,"415":177,"419":59,"42":68,"426":71,"43":118,"430":227,"431":1,"433":8,"434":5,"44":52,"45":120,"46":393,"48":82,"49":166,"5":3542,"51":114,"52":66,"53":190,"56":9,"570":14,"6":258,"63":67,"7":900,"79":97,"8":160,"80":43,"9":486,"all_client":149499,"all_tv_clinet":30884,"insert_time":"2014-08-20T12:15:49.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118825,"10":82,"107":921,"11":1561,"12":141,"13":529,"14":137,"15":337,"155":149,"156":36,"158":52,"159":97,"16":220,"160":12,"161":293,"167":121,"168":19,"17":312,"18":956,"19":625,"20":283,"209":66,"21":680,"210":78,"211":8,"214":61,"215":548,"221":420,"223":1366,"224":470,"225":1111,"23":645,"24":2406,"25":1226,"257":145,"26":137,"268":12,"27":87,"273":122,"276":129,"279":135,"28":2170,"281":46,"282":336,"291":96,"292":86,"30":50,"302":26,"306":1,"31":112,"314":15,"317":1,"32":42,"33":213,"34":83,"347":27,"35":65,"352":992,"36":242,"37":80,"38":694,"380":55,"381":167,"383":70,"389":2,"39":226,"391":77,"396":3,"397":90,"40":224,"409":94,"41":169,"414":108,"415":174,"419":62,"42":66,"426":60,"43":117,"430":232,"431":1,"433":9,"434":5,"44":57,"45":126,"46":385,"48":83,"49":167,"5":3596,"51":117,"52":62,"53":194,"56":8,"570":12,"6":254,"63":68,"7":898,"79":105,"8":160,"80":42,"9":501,"all_client":149783,"all_tv_clinet":30958,"insert_time":"2014-08-20T12:16:50.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119123,"10":81,"107":937,"11":1531,"12":152,"13":536,"14":136,"15":339,"155":151,"156":33,"158":53,"159":90,"16":220,"160":14,"161":286,"167":118,"168":19,"17":317,"18":961,"19":615,"20":283,"209":65,"21":678,"210":79,"211":7,"214":61,"215":551,"221":423,"223":1359,"224":467,"225":1117,"23":644,"24":2433,"25":1218,"257":146,"26":130,"268":11,"27":84,"273":124,"276":128,"279":137,"28":2198,"281":44,"282":332,"291":97,"292":82,"30":46,"302":27,"31":112,"314":13,"317":1,"32":38,"33":217,"34":77,"347":30,"35":66,"352":986,"36":243,"37":75,"38":679,"380":57,"381":170,"383":71,"389":2,"39":211,"391":79,"396":4,"397":91,"40":230,"409":95,"41":162,"414":101,"415":174,"419":58,"42":67,"426":61,"43":108,"430":227,"433":10,"434":5,"44":58,"45":124,"46":382,"48":82,"49":165,"5":3648,"51":112,"52":61,"53":185,"56":9,"570":13,"6":249,"63":70,"7":906,"79":107,"8":156,"80":44,"9":529,"all_client":150103,"all_tv_clinet":30980,"insert_time":"2014-08-20T12:17:51.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119350,"10":82,"107":922,"11":1368,"12":179,"13":555,"14":143,"15":345,"155":154,"156":31,"158":57,"159":92,"16":223,"160":16,"161":289,"167":123,"168":19,"17":330,"18":984,"19":635,"20":290,"209":65,"21":677,"210":77,"211":8,"214":61,"215":557,"221":426,"223":1387,"224":468,"225":1120,"23":644,"24":2453,"25":1231,"257":146,"26":131,"268":10,"27":80,"273":127,"276":129,"279":133,"28":2220,"281":45,"282":333,"291":98,"292":77,"30":47,"302":28,"31":112,"314":14,"317":1,"32":45,"33":229,"34":72,"347":31,"35":68,"352":995,"36":239,"37":65,"38":691,"380":58,"381":169,"383":72,"39":196,"391":81,"396":4,"397":91,"40":222,"409":95,"41":149,"414":98,"415":169,"419":50,"42":64,"426":56,"43":97,"430":230,"433":10,"434":4,"44":55,"45":112,"46":381,"48":89,"49":171,"5":3712,"51":113,"52":64,"53":183,"56":8,"570":13,"6":234,"63":70,"7":939,"79":100,"8":155,"80":47,"9":537,"all_client":150425,"all_tv_clinet":31075,"insert_time":"2014-08-20T12:18:52.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119588,"10":76,"107":917,"11":1228,"12":196,"13":576,"14":149,"15":338,"155":153,"156":31,"158":58,"159":93,"16":221,"160":16,"161":300,"167":125,"168":17,"17":361,"18":990,"19":638,"20":293,"209":64,"21":697,"210":79,"211":7,"214":61,"215":557,"221":433,"223":1416,"224":486,"225":1127,"23":646,"24":2491,"25":1258,"257":150,"26":128,"268":9,"27":75,"273":135,"276":128,"279":128,"28":2132,"281":43,"282":336,"291":99,"292":78,"30":45,"302":25,"31":113,"314":13,"317":1,"32":48,"33":238,"34":68,"347":36,"35":64,"352":985,"36":245,"37":63,"38":711,"380":60,"381":172,"383":71,"39":184,"391":77,"396":5,"397":92,"40":205,"409":97,"41":136,"414":100,"415":173,"419":47,"42":65,"426":54,"43":88,"430":226,"433":10,"434":4,"44":53,"45":104,"46":372,"48":86,"49":170,"5":3786,"51":106,"52":64,"53":188,"56":9,"570":13,"6":224,"63":71,"7":957,"79":104,"8":162,"80":46,"9":553,"all_client":150716,"all_tv_clinet":31128,"insert_time":"2014-08-20T12:19:53.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119779,"10":77,"107":900,"11":1090,"12":202,"13":597,"14":156,"15":351,"155":153,"156":30,"158":58,"159":94,"16":218,"160":16,"161":309,"167":130,"168":17,"17":374,"18":1017,"19":679,"20":302,"209":55,"21":730,"210":79,"211":5,"214":60,"215":560,"221":429,"223":1436,"224":512,"225":1142,"23":676,"24":2512,"25":1273,"257":151,"26":118,"268":11,"27":70,"273":138,"276":128,"279":131,"28":2039,"281":43,"282":335,"291":97,"292":81,"30":40,"302":25,"31":111,"314":13,"317":1,"32":49,"33":247,"34":69,"347":40,"35":62,"352":1015,"36":247,"37":58,"38":727,"380":60,"381":168,"383":69,"39":176,"391":73,"396":6,"397":92,"40":188,"409":98,"41":134,"414":97,"415":175,"419":44,"42":65,"426":51,"43":83,"430":227,"431":1,"433":10,"434":4,"44":48,"45":96,"46":366,"48":99,"49":177,"5":3836,"51":108,"52":62,"53":190,"56":10,"570":15,"6":213,"63":74,"7":964,"79":104,"8":165,"80":48,"9":560,"all_client":151020,"all_tv_clinet":31241,"insert_time":"2014-08-20T12:20:55.458Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120048,"10":78,"107":898,"11":1011,"12":203,"13":610,"14":163,"15":347,"155":159,"156":30,"158":58,"159":100,"16":217,"160":14,"161":316,"167":129,"168":16,"17":404,"18":1017,"19":710,"20":309,"209":51,"21":735,"210":79,"211":5,"214":61,"215":566,"221":414,"223":1413,"224":536,"225":1186,"23":694,"24":2535,"25":1285,"257":155,"26":125,"268":12,"27":71,"273":143,"276":130,"279":129,"28":1922,"281":43,"282":330,"291":98,"292":78,"30":40,"302":24,"31":98,"314":13,"317":1,"32":45,"33":246,"34":64,"347":45,"35":59,"352":1006,"36":245,"37":54,"38":716,"380":60,"381":165,"383":76,"39":175,"391":73,"396":6,"397":93,"40":174,"409":101,"41":133,"414":99,"415":170,"419":38,"42":65,"426":46,"43":82,"430":230,"431":1,"433":10,"434":5,"44":46,"45":93,"46":375,"48":113,"49":177,"5":3887,"51":105,"52":60,"53":200,"56":13,"570":15,"6":212,"63":74,"7":954,"79":102,"8":178,"80":47,"9":577,"all_client":151319,"all_tv_clinet":31271,"insert_time":"2014-08-20T12:21:56.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120315,"10":76,"107":870,"11":962,"12":199,"13":639,"14":164,"15":337,"155":156,"156":28,"158":53,"159":99,"16":211,"160":20,"161":323,"167":128,"168":15,"17":408,"18":1049,"19":737,"20":309,"209":55,"21":741,"210":75,"211":5,"214":60,"215":577,"221":422,"223":1421,"224":564,"225":1228,"23":718,"24":2561,"25":1300,"257":151,"26":124,"268":11,"27":68,"273":148,"276":130,"279":119,"28":1838,"281":43,"282":322,"291":97,"292":78,"30":38,"302":23,"31":83,"314":14,"317":2,"32":45,"33":248,"34":61,"347":47,"35":63,"352":1004,"36":242,"37":54,"38":726,"380":58,"381":156,"383":72,"39":171,"391":73,"396":6,"397":95,"40":170,"409":101,"41":132,"414":112,"415":160,"419":33,"42":66,"426":35,"43":79,"430":228,"431":1,"433":11,"434":5,"44":49,"45":90,"46":378,"48":114,"49":172,"5":3923,"51":103,"52":64,"53":198,"56":15,"570":16,"6":207,"63":76,"7":941,"79":103,"8":194,"80":45,"9":601,"all_client":151657,"all_tv_clinet":31342,"insert_time":"2014-08-20T12:22:57.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120598,"10":80,"107":869,"11":901,"12":210,"13":656,"14":160,"15":334,"155":155,"156":29,"158":52,"159":94,"16":210,"160":19,"161":314,"167":129,"168":13,"17":419,"18":1062,"19":758,"20":314,"209":53,"21":726,"210":75,"211":5,"214":58,"215":589,"221":433,"223":1432,"224":605,"225":1245,"23":739,"24":2573,"25":1352,"257":158,"26":125,"268":10,"27":66,"273":156,"276":128,"279":107,"28":1773,"281":44,"282":309,"291":96,"292":72,"30":36,"302":23,"306":1,"31":73,"314":13,"317":2,"32":42,"33":246,"34":57,"347":51,"35":65,"352":1009,"36":240,"37":54,"38":713,"380":57,"381":147,"383":73,"389":1,"39":155,"391":75,"396":7,"397":95,"40":167,"409":102,"41":128,"414":123,"415":159,"419":30,"42":65,"426":26,"43":80,"430":233,"431":1,"433":10,"434":5,"44":46,"45":91,"46":378,"48":112,"49":171,"5":3973,"51":103,"52":72,"53":195,"56":16,"570":17,"6":210,"63":80,"7":919,"79":99,"8":202,"80":49,"9":628,"all_client":152030,"all_tv_clinet":31432,"insert_time":"2014-08-20T12:23:58.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120860,"10":79,"107":859,"11":865,"12":210,"13":676,"14":161,"15":323,"155":158,"156":33,"158":52,"159":82,"16":211,"160":18,"161":309,"167":132,"168":11,"17":428,"18":1084,"19":774,"20":327,"209":49,"21":725,"210":74,"211":5,"214":59,"215":591,"221":428,"223":1451,"224":629,"225":1269,"23":742,"24":2589,"25":1385,"257":154,"26":121,"268":8,"27":68,"273":158,"276":129,"279":108,"28":1715,"281":42,"282":293,"291":93,"292":68,"30":32,"302":24,"306":1,"31":70,"314":13,"317":2,"32":35,"33":244,"34":52,"347":54,"35":60,"352":1001,"36":243,"37":56,"38":730,"380":57,"381":146,"383":69,"389":1,"39":151,"391":75,"396":6,"397":95,"40":163,"409":102,"41":132,"414":126,"415":154,"419":33,"42":63,"426":23,"43":83,"430":236,"431":1,"433":10,"434":4,"44":43,"45":92,"46":377,"48":108,"49":164,"5":3990,"51":103,"52":78,"53":194,"56":21,"570":17,"6":208,"63":80,"7":907,"79":97,"8":211,"80":54,"9":642,"all_client":152338,"all_tv_clinet":31478,"insert_time":"2014-08-20T12:24:59.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121121,"10":80,"107":848,"11":806,"12":210,"13":657,"14":161,"15":331,"155":161,"156":33,"158":53,"159":74,"16":210,"160":17,"161":290,"167":132,"168":9,"17":444,"18":1094,"19":769,"20":329,"209":52,"21":727,"210":74,"211":4,"214":62,"215":597,"221":430,"223":1456,"224":631,"225":1294,"23":754,"24":2617,"25":1430,"257":160,"26":120,"268":7,"27":70,"273":159,"276":128,"279":103,"28":1697,"281":39,"282":278,"291":94,"292":68,"30":33,"302":25,"306":2,"31":72,"314":13,"317":1,"32":30,"33":251,"34":47,"347":56,"35":55,"352":1013,"36":243,"37":53,"38":724,"380":59,"381":141,"383":74,"389":2,"39":149,"391":77,"396":9,"397":95,"40":155,"409":100,"41":121,"414":129,"415":146,"419":36,"42":66,"426":23,"43":86,"430":239,"431":1,"433":9,"434":4,"44":41,"45":91,"46":389,"48":111,"49":172,"5":4014,"51":101,"52":81,"53":184,"56":23,"570":18,"6":207,"63":80,"7":906,"79":89,"8":219,"80":57,"9":645,"all_client":152647,"all_tv_clinet":31526,"insert_time":"2014-08-20T12:26:00.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121415,"10":78,"107":856,"11":767,"12":189,"13":639,"14":184,"15":318,"155":162,"156":36,"158":52,"159":60,"16":210,"160":20,"161":281,"167":135,"168":8,"17":465,"18":1115,"19":765,"20":325,"209":51,"21":714,"210":75,"211":2,"214":62,"215":602,"221":439,"223":1458,"224":649,"225":1321,"23":753,"24":2651,"25":1481,"257":164,"26":111,"268":8,"27":74,"273":156,"276":125,"279":99,"28":1662,"281":38,"282":262,"291":96,"292":69,"30":34,"302":22,"306":3,"31":70,"314":14,"317":1,"32":30,"33":250,"34":47,"347":58,"35":54,"352":1013,"36":240,"37":49,"38":722,"380":59,"381":139,"383":76,"389":1,"39":149,"391":76,"396":8,"397":96,"40":152,"409":97,"41":126,"414":128,"415":148,"419":36,"42":68,"426":31,"43":89,"430":237,"433":10,"434":4,"44":41,"45":92,"46":406,"48":110,"49":175,"5":4045,"51":101,"52":88,"53":177,"56":22,"570":19,"6":214,"63":80,"7":924,"79":81,"8":227,"80":60,"9":603,"all_client":153004,"all_tv_clinet":31589,"insert_time":"2014-08-20T12:27:01.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121687,"10":75,"107":874,"11":753,"12":167,"13":627,"14":188,"15":302,"155":168,"156":38,"158":48,"159":51,"16":210,"160":24,"161":287,"167":134,"168":6,"17":479,"18":1139,"19":755,"20":322,"209":46,"21":695,"210":74,"211":2,"214":63,"215":604,"221":441,"223":1487,"224":652,"225":1336,"23":770,"24":2682,"25":1520,"257":160,"26":113,"268":9,"27":76,"273":144,"276":122,"279":99,"28":1656,"281":37,"282":243,"291":97,"292":70,"30":32,"302":22,"306":3,"31":71,"314":13,"317":1,"32":27,"33":255,"34":48,"347":55,"35":56,"352":1000,"36":235,"37":50,"38":715,"380":61,"381":143,"383":80,"389":1,"39":146,"391":75,"396":8,"397":94,"40":148,"409":92,"41":124,"414":127,"415":145,"419":31,"42":72,"426":34,"43":93,"430":236,"433":9,"434":4,"44":36,"45":91,"46":426,"48":113,"49":181,"5":4090,"51":106,"52":85,"53":170,"56":21,"570":20,"6":209,"63":81,"7":931,"79":71,"8":231,"80":68,"9":541,"all_client":153309,"all_tv_clinet":31622,"insert_time":"2014-08-20T12:28:03.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121982,"10":73,"107":879,"11":724,"12":146,"13":618,"14":191,"15":281,"155":168,"156":41,"158":41,"159":44,"16":207,"160":25,"161":287,"167":136,"168":7,"17":503,"18":1187,"19":726,"20":314,"209":44,"21":687,"210":74,"211":2,"214":64,"215":606,"221":435,"223":1510,"224":675,"225":1352,"23":771,"24":2738,"25":1538,"257":168,"26":108,"268":8,"27":77,"273":137,"276":120,"279":95,"28":1663,"281":39,"282":222,"291":96,"292":66,"30":30,"302":24,"306":3,"31":70,"314":12,"317":1,"32":26,"33":259,"34":48,"347":49,"35":58,"352":1005,"36":242,"37":50,"38":705,"380":62,"381":143,"383":77,"389":1,"39":152,"391":72,"396":8,"397":91,"40":143,"409":90,"41":129,"414":130,"415":148,"419":24,"42":76,"426":37,"43":96,"430":237,"433":9,"434":3,"44":37,"45":91,"46":432,"48":114,"49":187,"5":4121,"51":100,"52":84,"53":170,"56":22,"570":18,"6":209,"63":82,"7":939,"79":68,"8":237,"80":67,"9":477,"all_client":153640,"all_tv_clinet":31658,"insert_time":"2014-08-20T12:29:04.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122170,"10":71,"107":904,"11":717,"12":138,"13":609,"14":200,"15":255,"155":170,"156":43,"158":38,"159":42,"16":212,"160":22,"161":292,"167":137,"168":7,"17":525,"18":1232,"19":682,"20":304,"209":43,"21":686,"210":75,"211":2,"214":64,"215":603,"221":448,"223":1502,"224":693,"225":1351,"23":778,"24":2761,"25":1567,"257":162,"26":110,"268":10,"27":79,"273":130,"276":115,"279":93,"28":1656,"281":40,"282":216,"291":97,"292":69,"30":30,"302":22,"306":2,"31":70,"314":12,"317":3,"32":25,"33":262,"34":46,"347":46,"35":62,"352":988,"36":235,"37":53,"38":719,"380":62,"381":147,"383":78,"389":1,"39":156,"391":72,"396":8,"397":90,"40":142,"409":93,"41":133,"414":128,"415":154,"419":22,"42":81,"426":41,"43":98,"430":236,"433":8,"434":3,"44":38,"45":96,"46":432,"48":113,"49":192,"5":4150,"51":103,"52":81,"53":159,"56":22,"570":20,"6":205,"63":83,"7":936,"79":65,"8":241,"80":69,"9":434,"all_client":153887,"all_tv_clinet":31717,"insert_time":"2014-08-20T12:30:05.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122380,"10":75,"107":879,"11":716,"12":128,"13":618,"14":199,"15":237,"155":170,"156":41,"158":38,"159":39,"16":222,"160":23,"161":288,"167":143,"168":7,"17":544,"18":1263,"19":649,"20":289,"209":43,"21":702,"210":75,"211":2,"214":63,"215":614,"221":442,"223":1493,"224":701,"225":1356,"23":774,"24":2795,"25":1566,"257":171,"26":115,"268":10,"27":79,"273":125,"276":113,"279":88,"28":1667,"281":41,"282":209,"291":97,"292":67,"30":28,"302":19,"306":2,"31":72,"314":16,"317":3,"32":25,"33":258,"34":50,"347":52,"35":67,"352":990,"36":246,"37":55,"38":741,"380":61,"381":146,"383":82,"389":1,"39":153,"391":69,"396":7,"397":90,"40":142,"409":99,"41":130,"414":129,"415":162,"419":20,"42":80,"426":48,"43":99,"430":216,"433":8,"434":3,"44":36,"45":99,"46":438,"48":117,"49":200,"5":4152,"51":104,"52":82,"53":153,"56":23,"570":18,"6":194,"63":86,"7":934,"79":59,"8":254,"80":67,"9":413,"all_client":154154,"all_tv_clinet":31774,"insert_time":"2014-08-20T12:31:07.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122654,"10":75,"107":874,"11":698,"12":122,"13":617,"14":196,"15":225,"155":173,"156":40,"158":36,"159":36,"16":227,"160":28,"161":282,"167":146,"168":8,"17":548,"18":1272,"19":636,"20":278,"209":42,"21":710,"210":76,"211":2,"214":63,"215":613,"221":438,"223":1490,"224":704,"225":1346,"23":778,"24":2818,"25":1569,"257":173,"26":117,"268":9,"27":81,"273":122,"276":107,"279":87,"28":1657,"281":39,"282":195,"291":98,"292":71,"30":34,"302":19,"306":2,"31":82,"314":17,"317":3,"32":28,"33":261,"34":55,"347":57,"35":73,"352":1007,"36":254,"37":64,"38":745,"380":62,"381":148,"383":81,"389":1,"39":151,"391":65,"396":9,"397":89,"40":144,"409":98,"41":127,"414":124,"415":172,"419":21,"42":83,"426":53,"43":100,"430":208,"433":8,"434":3,"44":36,"45":99,"46":442,"48":116,"49":203,"5":4191,"51":100,"52":83,"53":161,"56":26,"570":19,"6":185,"63":87,"7":935,"79":53,"8":267,"80":66,"9":427,"all_client":154520,"all_tv_clinet":31866,"insert_time":"2014-08-20T12:32:09.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122921,"10":76,"107":849,"11":703,"12":115,"13":623,"14":192,"15":218,"155":173,"156":38,"158":35,"159":34,"16":228,"160":30,"161":273,"167":148,"168":9,"17":549,"18":1276,"19":619,"20":283,"209":42,"21":714,"210":76,"211":1,"214":62,"215":612,"221":418,"223":1502,"224":704,"225":1350,"23":771,"24":2817,"25":1578,"257":168,"26":114,"268":8,"27":83,"273":121,"276":106,"279":82,"28":1651,"281":41,"282":190,"291":98,"292":72,"30":36,"302":21,"306":2,"31":90,"314":17,"317":3,"32":35,"33":268,"34":55,"347":60,"35":80,"352":1024,"36":254,"37":71,"38":740,"380":62,"381":147,"383":83,"389":1,"39":151,"391":64,"396":9,"397":89,"40":146,"409":93,"41":135,"414":123,"415":165,"419":24,"42":83,"426":57,"43":101,"430":190,"433":8,"434":2,"44":34,"45":97,"46":450,"48":124,"49":205,"5":4209,"51":104,"52":85,"53":167,"56":24,"570":20,"6":183,"63":88,"7":932,"79":53,"8":274,"80":65,"9":428,"all_client":154804,"all_tv_clinet":31883,"insert_time":"2014-08-20T12:33:10.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123230,"10":74,"107":841,"11":700,"12":110,"13":620,"14":186,"15":229,"155":162,"156":38,"158":37,"159":34,"16":220,"160":31,"161":269,"167":148,"168":9,"17":554,"18":1264,"19":625,"20":283,"209":49,"21":701,"210":78,"211":1,"214":64,"215":612,"221":425,"223":1496,"224":710,"225":1374,"23":770,"24":2834,"25":1590,"257":168,"26":120,"268":7,"27":80,"273":122,"276":102,"279":79,"28":1627,"281":40,"282":186,"291":96,"292":74,"30":39,"302":20,"306":2,"31":94,"314":14,"317":3,"32":37,"33":273,"34":56,"347":56,"35":80,"352":1018,"36":255,"37":73,"38":719,"380":63,"381":138,"383":86,"389":2,"39":155,"391":63,"396":10,"397":93,"40":153,"409":95,"41":146,"414":127,"415":170,"419":23,"42":83,"426":54,"43":106,"430":185,"433":7,"434":2,"44":36,"45":94,"46":456,"48":123,"49":205,"5":4223,"51":104,"52":86,"53":165,"56":26,"570":19,"6":178,"63":84,"7":927,"79":53,"8":272,"80":72,"9":461,"all_client":155153,"all_tv_clinet":31923,"insert_time":"2014-08-20T12:34:11.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123437,"10":72,"107":820,"11":706,"12":101,"13":623,"14":172,"15":231,"155":147,"156":41,"158":39,"159":33,"16":216,"160":30,"161":260,"167":145,"168":10,"17":559,"18":1251,"19":641,"20":279,"209":45,"21":690,"210":83,"211":2,"214":66,"215":624,"221":420,"223":1490,"224":728,"225":1389,"23":760,"24":2827,"25":1636,"257":158,"26":120,"268":9,"27":77,"273":120,"276":103,"279":78,"28":1627,"281":40,"282":178,"291":96,"292":71,"30":39,"302":20,"306":1,"31":92,"314":13,"317":3,"32":38,"33":274,"34":63,"347":56,"35":88,"352":1030,"36":262,"37":70,"38":717,"380":60,"381":137,"383":88,"389":2,"39":159,"391":63,"396":11,"397":96,"40":157,"409":88,"41":153,"414":131,"415":173,"419":22,"42":81,"426":48,"43":107,"430":175,"433":7,"434":2,"44":36,"45":95,"46":464,"48":120,"49":209,"5":4231,"51":100,"52":79,"53":160,"56":25,"570":20,"6":185,"63":83,"7":924,"79":51,"8":273,"80":75,"9":486,"all_client":155392,"all_tv_clinet":31955,"insert_time":"2014-08-20T12:35:12.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123703,"10":71,"107":818,"11":701,"12":102,"13":629,"14":159,"15":242,"155":135,"156":40,"158":41,"159":32,"16":205,"160":31,"161":268,"167":143,"168":9,"17":561,"18":1247,"19":650,"20":272,"209":48,"21":665,"210":84,"211":3,"214":64,"215":638,"221":420,"223":1464,"224":733,"225":1405,"23":750,"24":2812,"25":1668,"257":167,"26":126,"268":6,"27":76,"273":121,"276":102,"279":69,"28":1644,"281":37,"282":175,"291":97,"292":68,"30":39,"302":20,"306":1,"31":93,"314":11,"317":3,"32":33,"33":269,"34":68,"347":55,"35":87,"352":1016,"36":259,"37":71,"38":716,"380":59,"381":139,"383":93,"389":2,"39":166,"391":62,"396":12,"397":99,"40":164,"409":78,"41":155,"414":145,"415":176,"419":25,"42":82,"426":31,"43":103,"430":170,"433":7,"434":2,"44":38,"45":95,"46":467,"48":120,"49":211,"5":4234,"51":103,"52":76,"53":159,"56":26,"570":20,"6":194,"63":85,"7":922,"79":55,"8":274,"80":81,"9":511,"all_client":155683,"all_tv_clinet":31980,"insert_time":"2014-08-20T12:36:13.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123920,"10":72,"107":819,"11":711,"12":102,"13":631,"14":148,"15":259,"155":129,"156":37,"158":41,"159":33,"16":198,"160":27,"161":274,"167":138,"168":11,"17":559,"18":1222,"19":656,"20":266,"209":46,"21":659,"210":84,"211":3,"214":61,"215":643,"221":406,"223":1443,"224":738,"225":1415,"23":749,"24":2823,"25":1685,"257":171,"26":127,"268":7,"27":74,"273":127,"276":102,"279":72,"28":1674,"281":39,"282":170,"291":97,"292":67,"30":42,"302":20,"306":1,"31":95,"314":13,"317":3,"32":32,"33":265,"34":67,"347":57,"35":85,"352":1034,"36":260,"37":69,"38":713,"380":58,"381":136,"383":89,"389":1,"39":173,"391":59,"396":11,"397":98,"40":176,"409":73,"41":162,"414":154,"415":178,"419":26,"42":78,"426":25,"43":100,"430":165,"433":6,"434":2,"44":40,"45":98,"46":466,"48":120,"49":211,"5":4257,"51":98,"52":77,"53":160,"56":24,"570":19,"6":206,"63":85,"7":916,"79":52,"8":272,"80":81,"9":532,"all_client":155975,"all_tv_clinet":32055,"insert_time":"2014-08-20T12:37:14.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124052,"10":73,"107":841,"11":718,"12":98,"13":623,"14":141,"15":259,"155":119,"156":38,"158":41,"159":32,"16":192,"160":28,"161":276,"167":133,"168":11,"17":564,"18":1202,"19":665,"20":270,"209":48,"21":654,"210":83,"211":2,"214":57,"215":642,"221":395,"223":1428,"224":738,"225":1432,"23":754,"24":2838,"25":1703,"257":173,"26":133,"268":7,"27":76,"273":130,"276":98,"279":72,"28":1709,"281":41,"282":166,"291":96,"292":66,"30":41,"302":20,"31":105,"314":11,"317":3,"32":33,"33":270,"34":68,"347":56,"35":88,"352":1018,"36":261,"37":74,"38":709,"380":57,"381":137,"383":88,"39":176,"391":62,"396":10,"397":99,"40":182,"409":66,"41":154,"414":165,"415":169,"419":26,"42":83,"426":20,"43":98,"430":160,"433":7,"434":2,"44":34,"45":95,"46":469,"48":118,"49":217,"5":4245,"51":104,"52":83,"53":153,"56":23,"570":16,"6":208,"63":85,"7":921,"79":53,"8":268,"80":86,"9":550,"all_client":156163,"all_tv_clinet":32111,"insert_time":"2014-08-20T12:38:15.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124227,"10":78,"107":836,"11":719,"12":98,"13":629,"14":137,"15":263,"155":113,"156":37,"158":40,"159":31,"16":189,"160":30,"161":281,"167":133,"168":10,"17":571,"18":1182,"19":667,"20":266,"209":47,"21":656,"210":85,"211":2,"214":53,"215":640,"221":405,"223":1415,"224":749,"225":1432,"23":753,"24":2839,"25":1723,"257":171,"26":131,"268":8,"27":73,"273":131,"276":100,"279":70,"28":1732,"281":42,"282":154,"291":91,"292":65,"30":42,"302":19,"306":2,"31":105,"314":11,"317":3,"32":36,"33":269,"34":73,"347":54,"35":94,"352":1019,"36":260,"37":76,"38":705,"380":57,"381":141,"383":89,"39":181,"391":60,"396":8,"397":104,"40":188,"409":59,"41":158,"414":170,"415":166,"419":24,"42":88,"426":17,"43":98,"430":161,"433":7,"434":2,"44":38,"45":94,"46":470,"48":109,"49":221,"5":4248,"51":102,"52":85,"53":152,"56":23,"570":12,"6":209,"63":88,"7":920,"79":52,"8":260,"80":85,"9":576,"all_client":156394,"all_tv_clinet":32167,"insert_time":"2014-08-20T12:39:16.996Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124457,"10":82,"107":843,"11":737,"12":94,"13":621,"14":135,"15":271,"155":106,"156":35,"158":42,"159":30,"16":187,"160":29,"161":283,"167":130,"168":10,"17":577,"18":1185,"19":676,"20":260,"209":47,"21":657,"210":85,"211":2,"214":52,"215":642,"221":414,"223":1400,"224":764,"225":1431,"23":751,"24":2825,"25":1730,"257":170,"26":128,"268":10,"27":75,"273":133,"276":100,"279":66,"28":1750,"281":43,"282":147,"291":84,"292":74,"30":42,"302":19,"306":2,"31":102,"314":8,"317":3,"32":38,"33":265,"34":77,"347":53,"35":90,"352":1008,"36":255,"37":78,"38":704,"380":56,"381":142,"383":83,"39":188,"391":61,"396":9,"397":109,"40":194,"409":55,"41":159,"414":168,"415":165,"419":26,"42":91,"426":17,"43":97,"430":163,"433":7,"434":2,"44":40,"45":98,"46":475,"48":108,"49":223,"5":4252,"51":102,"52":88,"53":145,"56":22,"570":11,"6":200,"63":88,"7":917,"79":50,"8":257,"80":87,"9":581,"all_client":156650,"all_tv_clinet":32193,"insert_time":"2014-08-20T12:40:18.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124711,"10":84,"107":847,"11":755,"12":100,"13":603,"14":135,"15":269,"155":98,"156":33,"158":42,"159":30,"16":193,"160":28,"161":285,"167":133,"168":9,"17":580,"18":1191,"19":679,"20":262,"209":49,"21":650,"210":85,"211":2,"214":50,"215":645,"221":411,"223":1383,"224":765,"225":1429,"23":759,"24":2768,"25":1752,"257":162,"26":125,"268":10,"27":79,"273":128,"276":101,"279":67,"28":1785,"281":43,"282":146,"291":79,"292":80,"30":43,"302":18,"306":2,"31":105,"314":7,"317":3,"32":38,"33":267,"34":75,"347":53,"35":88,"352":1017,"36":252,"37":74,"38":723,"380":55,"381":140,"383":81,"39":193,"391":59,"396":10,"397":109,"40":195,"409":54,"41":154,"414":143,"415":173,"419":30,"42":90,"426":37,"43":97,"430":161,"433":7,"434":2,"44":40,"45":101,"46":478,"48":111,"49":229,"5":4234,"51":105,"52":80,"53":138,"56":22,"570":13,"6":210,"63":89,"7":908,"79":53,"8":258,"80":92,"9":588,"all_client":156924,"all_tv_clinet":32213,"insert_time":"2014-08-20T12:41:19.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124917,"10":84,"107":825,"11":765,"12":102,"13":580,"14":132,"15":276,"155":99,"156":37,"158":44,"159":31,"16":192,"160":30,"161":276,"167":137,"168":9,"17":575,"18":1208,"19":686,"20":266,"209":49,"21":640,"210":84,"211":2,"214":50,"215":644,"221":415,"223":1374,"224":775,"225":1459,"23":766,"24":2706,"25":1769,"257":163,"26":127,"268":9,"27":81,"273":135,"276":100,"279":73,"28":1813,"281":44,"282":137,"291":72,"292":82,"30":44,"302":18,"306":2,"31":101,"314":7,"317":3,"32":32,"33":273,"34":78,"347":55,"35":86,"352":1004,"36":246,"37":77,"38":732,"380":54,"381":139,"383":77,"39":194,"391":58,"396":10,"397":111,"40":197,"409":57,"41":157,"414":137,"415":166,"419":29,"42":95,"426":46,"43":96,"430":159,"433":7,"434":2,"44":38,"45":98,"46":479,"48":119,"49":235,"5":4253,"51":106,"52":73,"53":140,"56":20,"570":13,"6":210,"63":91,"7":919,"79":53,"8":260,"80":90,"9":597,"all_client":157183,"all_tv_clinet":32266,"insert_time":"2014-08-20T12:42:20.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125199,"10":86,"107":825,"11":759,"12":102,"13":566,"14":132,"15":280,"155":98,"156":38,"158":42,"159":32,"16":186,"160":29,"161":274,"167":136,"168":10,"17":571,"18":1207,"19":684,"20":272,"209":50,"21":639,"210":82,"211":2,"214":49,"215":640,"221":405,"223":1353,"224":783,"225":1462,"23":767,"24":2662,"25":1801,"257":162,"26":124,"268":9,"27":85,"273":134,"276":101,"279":75,"28":1849,"281":42,"282":137,"291":71,"292":86,"30":44,"302":18,"306":2,"31":99,"314":5,"317":3,"32":29,"33":276,"34":74,"347":55,"35":88,"352":1010,"36":234,"37":81,"38":738,"380":55,"381":130,"383":71,"39":198,"391":57,"396":10,"397":110,"40":199,"409":55,"41":159,"414":122,"415":168,"419":26,"42":94,"426":57,"43":92,"430":166,"433":8,"434":2,"44":36,"45":96,"46":481,"48":123,"49":239,"5":4276,"51":109,"52":72,"53":135,"56":16,"570":15,"6":219,"63":90,"7":927,"79":52,"8":268,"80":92,"9":605,"all_client":157484,"all_tv_clinet":32285,"insert_time":"2014-08-20T12:43:21.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125407,"10":84,"107":807,"11":756,"12":103,"13":543,"14":128,"15":279,"155":97,"156":37,"158":47,"159":30,"16":195,"160":28,"161":272,"167":136,"168":11,"17":568,"18":1208,"19":707,"20":267,"209":45,"21":626,"210":77,"211":2,"214":50,"215":641,"221":399,"223":1337,"224":790,"225":1479,"23":776,"24":2661,"25":1822,"257":158,"26":121,"268":7,"27":85,"273":128,"276":107,"279":72,"28":1869,"281":41,"282":139,"291":69,"292":85,"30":45,"302":18,"306":2,"31":88,"314":5,"317":3,"32":30,"33":267,"34":74,"347":55,"35":87,"352":1016,"36":244,"37":78,"38":735,"380":54,"381":129,"383":69,"39":200,"391":58,"396":7,"397":110,"40":203,"409":52,"41":170,"414":130,"415":153,"419":25,"42":90,"426":54,"43":92,"430":168,"433":8,"434":2,"44":34,"45":97,"46":494,"48":117,"49":243,"5":4283,"51":104,"52":71,"53":136,"56":17,"570":14,"6":209,"63":91,"7":945,"79":53,"8":268,"80":94,"9":616,"all_client":157703,"all_tv_clinet":32296,"insert_time":"2014-08-20T12:44:23.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125675,"10":78,"107":816,"11":751,"12":104,"13":523,"14":125,"15":279,"155":94,"156":28,"158":52,"159":34,"16":194,"160":28,"161":281,"167":140,"168":12,"17":571,"18":1212,"19":710,"20":272,"209":48,"21":610,"210":73,"211":5,"214":51,"215":641,"221":403,"223":1297,"224":793,"225":1467,"23":762,"24":2639,"25":1846,"257":166,"26":122,"268":6,"27":87,"273":117,"276":107,"279":73,"28":1879,"281":40,"282":136,"291":68,"292":90,"30":47,"302":19,"306":2,"31":86,"314":5,"317":3,"32":31,"33":258,"34":80,"347":52,"35":90,"352":1008,"36":250,"37":77,"38":732,"380":55,"381":133,"383":66,"39":202,"391":58,"396":7,"397":111,"40":208,"409":56,"41":169,"414":130,"415":150,"419":26,"42":92,"426":53,"43":93,"430":172,"433":8,"434":2,"44":38,"45":101,"46":506,"48":114,"49":244,"5":4291,"51":101,"52":73,"53":136,"56":18,"570":14,"6":206,"63":92,"7":952,"79":51,"8":270,"80":105,"9":621,"all_client":157969,"all_tv_clinet":32294,"insert_time":"2014-08-20T12:45:24.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125913,"10":74,"107":818,"11":736,"12":101,"13":524,"14":120,"15":287,"155":100,"156":25,"158":59,"159":39,"16":195,"160":28,"161":293,"167":142,"168":12,"17":575,"18":1216,"19":725,"20":269,"209":47,"21":603,"210":71,"211":5,"214":53,"215":649,"221":400,"223":1300,"224":795,"225":1470,"23":766,"24":2629,"25":1856,"257":165,"26":122,"268":6,"27":88,"273":112,"276":108,"279":72,"28":1893,"281":40,"282":135,"291":65,"292":97,"30":49,"302":21,"306":3,"31":84,"314":6,"317":3,"32":32,"33":253,"34":79,"347":46,"35":92,"352":1009,"36":254,"37":77,"38":702,"380":56,"381":134,"383":67,"39":199,"391":58,"396":5,"397":110,"40":208,"409":61,"41":169,"414":129,"415":145,"419":22,"42":94,"426":49,"43":96,"430":176,"433":7,"434":3,"44":36,"45":96,"46":520,"48":112,"49":246,"5":4297,"51":99,"52":78,"53":139,"56":18,"570":11,"6":198,"63":92,"7":963,"79":52,"8":276,"80":101,"9":623,"all_client":158253,"all_tv_clinet":32340,"insert_time":"2014-08-20T12:46:25.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126111,"10":75,"107":822,"11":734,"12":99,"13":518,"14":117,"15":306,"155":111,"156":25,"158":61,"159":43,"16":190,"160":28,"161":301,"167":143,"168":10,"17":544,"18":1228,"19":722,"20":278,"209":48,"21":599,"210":69,"211":5,"214":51,"215":639,"221":393,"223":1315,"224":797,"225":1459,"23":768,"24":2650,"25":1867,"257":164,"26":124,"268":6,"27":90,"273":107,"276":109,"279":70,"28":1912,"281":40,"282":134,"291":67,"292":107,"30":49,"302":21,"306":3,"31":88,"314":7,"317":2,"32":29,"33":252,"34":80,"347":46,"35":96,"352":1019,"36":261,"37":77,"38":698,"380":56,"381":135,"383":69,"39":200,"391":55,"396":5,"397":109,"40":208,"409":56,"41":168,"414":137,"415":139,"419":24,"42":96,"426":39,"43":99,"430":186,"433":8,"434":3,"44":35,"45":99,"46":520,"48":113,"49":241,"5":4312,"51":97,"52":79,"53":139,"56":18,"570":10,"6":190,"63":92,"7":981,"79":52,"8":281,"80":95,"9":615,"all_client":158545,"all_tv_clinet":32434,"insert_time":"2014-08-20T12:47:26.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126344,"10":78,"107":819,"11":741,"12":109,"13":510,"14":107,"15":330,"155":117,"156":23,"158":58,"159":43,"16":191,"160":25,"161":303,"167":141,"168":10,"17":498,"18":1247,"19":719,"20":288,"209":49,"21":597,"210":69,"211":5,"214":51,"215":621,"221":388,"223":1339,"224":796,"225":1459,"23":781,"24":2656,"25":1881,"257":163,"26":125,"268":6,"27":93,"273":103,"276":108,"279":67,"28":1924,"281":41,"282":132,"291":67,"292":103,"30":53,"302":20,"306":3,"31":96,"314":6,"317":2,"32":30,"33":236,"34":84,"347":39,"35":96,"352":1031,"36":260,"37":80,"38":700,"380":58,"381":134,"383":75,"39":203,"391":58,"396":7,"397":110,"40":211,"409":50,"41":175,"414":137,"415":134,"419":23,"42":96,"426":32,"43":99,"430":185,"433":9,"434":3,"44":35,"45":96,"46":517,"48":112,"49":241,"5":4303,"51":98,"52":80,"53":144,"56":16,"570":11,"6":191,"63":92,"7":967,"79":53,"8":282,"80":88,"9":634,"all_client":158820,"all_tv_clinet":32476,"insert_time":"2014-08-20T12:48:27.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126567,"10":75,"107":818,"11":749,"12":122,"13":502,"14":109,"15":349,"155":119,"156":20,"158":60,"159":42,"16":195,"160":24,"161":302,"167":140,"168":10,"17":458,"18":1263,"19":715,"20":293,"209":45,"21":598,"210":72,"211":5,"214":50,"215":622,"221":408,"223":1355,"224":796,"225":1475,"23":774,"24":2678,"25":1891,"257":163,"26":133,"268":6,"27":92,"273":105,"276":110,"279":62,"28":1938,"281":41,"282":133,"291":66,"292":96,"30":53,"302":19,"306":2,"31":103,"314":6,"317":2,"32":32,"33":228,"34":86,"347":32,"35":104,"352":1021,"36":259,"37":85,"38":702,"380":59,"381":133,"383":74,"39":204,"391":60,"396":8,"397":110,"40":213,"409":48,"41":174,"414":136,"415":133,"419":24,"42":100,"426":33,"43":102,"430":192,"433":9,"434":3,"44":35,"45":97,"46":517,"48":118,"49":244,"5":4117,"51":106,"52":82,"53":143,"56":18,"570":12,"6":208,"63":96,"7":952,"79":62,"8":281,"80":91,"9":685,"all_client":159059,"all_tv_clinet":32492,"insert_time":"2014-08-20T12:49:28.739Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126733,"10":78,"107":821,"11":778,"12":128,"13":499,"14":120,"15":351,"155":127,"156":21,"158":66,"159":37,"16":197,"160":25,"161":308,"167":137,"168":10,"17":422,"18":1261,"19":723,"20":287,"209":51,"21":617,"210":71,"211":5,"214":50,"215":634,"221":434,"223":1380,"224":800,"225":1479,"23":784,"24":2687,"25":1909,"257":167,"26":132,"268":6,"27":92,"273":115,"276":112,"279":66,"28":1960,"281":42,"282":127,"291":70,"292":83,"30":52,"302":19,"306":2,"31":105,"314":7,"317":2,"32":35,"33":221,"34":85,"347":31,"35":108,"352":1043,"36":259,"37":85,"38":713,"380":60,"381":132,"383":77,"39":204,"391":62,"396":7,"397":110,"40":214,"409":49,"41":171,"414":140,"415":133,"419":22,"42":101,"426":34,"43":104,"430":195,"433":8,"434":3,"44":38,"45":102,"46":520,"48":122,"49":244,"5":3871,"51":104,"52":81,"53":145,"56":21,"570":11,"6":220,"63":97,"7":935,"79":61,"8":288,"80":89,"9":752,"all_client":159296,"all_tv_clinet":32563,"insert_time":"2014-08-20T12:50:29.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126941,"10":78,"107":844,"11":797,"12":132,"13":516,"14":126,"15":355,"155":131,"156":29,"158":66,"159":38,"16":202,"160":24,"161":313,"167":133,"168":12,"17":397,"18":1268,"19":724,"20":282,"209":59,"21":611,"210":72,"211":4,"214":50,"215":649,"221":445,"223":1417,"224":801,"225":1484,"23":798,"24":2718,"25":1922,"257":177,"26":133,"268":10,"27":89,"273":112,"276":114,"279":70,"28":1973,"281":43,"282":126,"291":75,"292":77,"30":51,"302":18,"306":2,"31":110,"314":8,"317":2,"32":35,"33":210,"34":86,"347":31,"35":110,"352":1062,"36":258,"37":92,"38":727,"380":61,"381":131,"383":79,"389":1,"39":210,"391":66,"396":5,"397":110,"40":217,"409":48,"41":164,"414":143,"415":134,"419":25,"42":98,"426":30,"43":107,"430":203,"433":8,"434":3,"44":37,"45":107,"46":521,"48":122,"49":245,"5":3612,"51":103,"52":83,"53":134,"56":22,"570":10,"6":253,"63":95,"7":897,"79":63,"8":296,"80":79,"9":791,"all_client":159552,"all_tv_clinet":32611,"insert_time":"2014-08-20T12:51:31.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127160,"10":81,"107":853,"11":803,"12":133,"13":517,"14":125,"15":352,"155":141,"156":36,"158":67,"159":37,"16":201,"160":25,"161":305,"167":135,"168":11,"17":373,"18":1277,"19":731,"20":272,"209":60,"21":626,"210":74,"211":3,"214":50,"215":648,"221":450,"223":1463,"224":803,"225":1487,"23":813,"24":2732,"25":1925,"257":185,"26":138,"268":10,"27":89,"273":122,"276":113,"279":76,"28":1989,"281":42,"282":125,"291":77,"292":74,"30":49,"302":18,"306":2,"31":112,"314":10,"317":2,"32":38,"33":203,"34":85,"347":28,"35":108,"352":1055,"36":254,"37":94,"38":732,"380":61,"381":136,"383":84,"389":1,"39":215,"391":67,"396":4,"397":110,"40":224,"409":45,"41":167,"414":148,"415":130,"419":24,"42":99,"426":30,"43":112,"430":197,"433":11,"434":2,"44":37,"45":107,"46":525,"48":117,"49":247,"5":3445,"51":102,"52":84,"53":139,"56":20,"570":9,"6":274,"63":97,"7":865,"79":54,"8":303,"80":71,"9":834,"all_client":159796,"all_tv_clinet":32636,"insert_time":"2014-08-20T12:52:32.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127421,"10":86,"107":870,"11":819,"12":143,"13":510,"14":126,"15":376,"155":153,"156":38,"158":67,"159":39,"16":198,"160":23,"161":315,"167":135,"168":12,"17":353,"18":1243,"19":695,"20":274,"209":66,"21":618,"210":70,"211":3,"214":51,"215":626,"221":440,"223":1480,"224":819,"225":1512,"23":814,"24":2764,"25":1933,"257":192,"26":143,"268":10,"27":94,"273":122,"276":114,"279":86,"28":2010,"281":41,"282":130,"291":78,"292":84,"30":47,"302":18,"306":3,"31":99,"314":13,"317":2,"32":43,"33":194,"34":85,"347":27,"35":107,"352":1056,"36":256,"37":99,"38":735,"380":61,"381":133,"383":83,"389":1,"39":214,"391":69,"396":4,"397":112,"40":221,"409":45,"41":165,"414":150,"415":133,"419":23,"42":100,"426":30,"43":116,"430":192,"433":11,"434":2,"44":42,"45":109,"46":527,"48":113,"49":250,"5":3325,"51":102,"52":87,"53":136,"56":21,"570":12,"6":322,"63":100,"7":806,"79":56,"8":299,"80":62,"9":862,"all_client":160076,"all_tv_clinet":32655,"insert_time":"2014-08-20T12:53:33.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127607,"10":86,"107":887,"11":846,"12":146,"13":518,"14":118,"15":383,"155":157,"156":40,"158":68,"159":40,"16":194,"160":26,"161":320,"167":133,"168":14,"17":333,"18":1201,"19":668,"20":271,"209":59,"21":627,"210":69,"211":3,"214":52,"215":607,"221":449,"223":1490,"224":828,"225":1518,"23":817,"24":2764,"25":1955,"257":192,"26":151,"268":9,"27":91,"273":124,"276":116,"279":85,"28":2034,"281":41,"282":129,"291":79,"292":97,"30":49,"302":18,"306":2,"31":100,"314":14,"317":2,"32":50,"33":188,"34":86,"347":28,"35":112,"352":1049,"36":266,"37":102,"38":737,"380":62,"381":140,"383":81,"389":2,"39":219,"391":69,"396":6,"397":112,"40":226,"409":49,"41":163,"414":156,"415":138,"419":20,"42":101,"426":28,"43":122,"430":191,"433":13,"434":2,"44":43,"45":109,"46":535,"48":105,"49":256,"5":3213,"51":102,"52":87,"53":138,"56":22,"570":13,"6":356,"63":97,"7":778,"79":55,"8":305,"80":54,"9":889,"all_client":160302,"all_tv_clinet":32695,"insert_time":"2014-08-20T12:54:34.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127744,"10":85,"107":900,"11":872,"12":159,"13":517,"14":113,"15":396,"155":158,"156":43,"158":64,"159":42,"16":196,"160":25,"161":329,"167":134,"168":12,"17":320,"18":1167,"19":613,"20":282,"209":62,"21":630,"210":68,"211":6,"214":55,"215":583,"221":448,"223":1477,"224":834,"225":1537,"23":824,"24":2776,"25":1973,"257":181,"26":158,"268":11,"27":90,"273":128,"276":119,"279":85,"28":2043,"281":40,"282":133,"291":82,"292":106,"30":50,"302":18,"306":2,"31":97,"314":13,"317":2,"32":50,"33":185,"34":91,"347":28,"35":111,"352":1040,"36":270,"37":106,"38":730,"380":63,"381":147,"383":86,"389":2,"39":222,"391":74,"396":6,"397":109,"40":226,"409":52,"41":166,"414":160,"415":134,"419":23,"42":102,"426":29,"43":122,"430":189,"433":13,"434":2,"44":44,"45":108,"46":541,"48":105,"49":256,"5":3149,"51":99,"52":90,"53":142,"56":23,"570":13,"6":377,"63":94,"7":764,"79":57,"8":310,"80":54,"9":919,"all_client":160485,"all_tv_clinet":32741,"insert_time":"2014-08-20T12:55:35.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127933,"10":80,"107":907,"11":906,"12":166,"13":531,"14":106,"15":400,"155":159,"156":45,"158":64,"159":47,"16":194,"160":22,"161":317,"167":128,"168":13,"17":321,"18":1148,"19":592,"20":276,"209":56,"21":635,"210":69,"211":6,"214":55,"215":583,"221":460,"223":1469,"224":848,"225":1533,"23":832,"24":2795,"25":1971,"257":182,"26":165,"268":11,"27":96,"273":127,"276":119,"279":74,"28":2042,"281":34,"282":131,"291":87,"292":108,"30":53,"302":18,"306":2,"31":101,"314":10,"317":3,"32":47,"33":176,"34":97,"347":28,"35":114,"352":1031,"36":268,"37":108,"38":731,"380":64,"381":152,"383":87,"389":2,"39":227,"391":73,"396":6,"397":110,"40":229,"409":59,"41":169,"414":162,"415":125,"419":23,"42":106,"426":30,"43":119,"430":189,"433":13,"434":2,"44":42,"45":111,"46":564,"48":108,"49":264,"5":3084,"51":100,"52":95,"53":149,"56":23,"570":15,"6":392,"63":94,"7":749,"79":55,"8":315,"80":52,"9":931,"all_client":160720,"all_tv_clinet":32787,"insert_time":"2014-08-20T12:56:36.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128115,"10":82,"107":904,"11":927,"12":184,"13":545,"14":107,"15":353,"155":166,"156":48,"158":62,"159":49,"16":199,"160":20,"161":312,"167":125,"168":12,"17":328,"18":1126,"19":590,"20":289,"209":63,"21":648,"210":70,"211":6,"214":55,"215":583,"221":464,"223":1485,"224":851,"225":1473,"23":820,"24":2807,"25":1989,"257":181,"26":163,"268":10,"27":94,"273":119,"276":122,"279":70,"28":2058,"281":30,"282":127,"291":89,"292":119,"30":51,"302":19,"306":1,"31":101,"314":9,"317":3,"32":47,"33":175,"34":101,"347":30,"35":115,"352":1049,"36":276,"37":109,"38":734,"380":66,"381":151,"383":91,"389":2,"39":229,"391":72,"396":6,"397":109,"40":234,"409":60,"41":170,"414":159,"415":126,"419":23,"42":107,"426":30,"43":119,"430":191,"433":14,"434":2,"44":42,"45":111,"46":582,"48":108,"49":265,"5":3066,"51":101,"52":95,"53":151,"56":22,"570":17,"6":416,"63":88,"7":729,"79":55,"8":324,"80":51,"9":911,"all_client":160954,"all_tv_clinet":32839,"insert_time":"2014-08-20T12:57:37.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128363,"10":82,"107":904,"11":956,"12":198,"13":556,"14":115,"15":319,"155":170,"156":48,"158":64,"159":47,"16":201,"160":19,"161":296,"167":126,"168":11,"17":318,"18":1093,"19":627,"20":299,"209":66,"21":650,"210":74,"211":5,"214":59,"215":576,"221":460,"223":1547,"224":855,"225":1377,"23":786,"24":2792,"25":2004,"257":184,"26":168,"268":10,"27":93,"273":109,"276":124,"279":71,"28":2081,"281":30,"282":124,"291":90,"292":134,"30":51,"302":21,"306":2,"31":104,"314":10,"317":3,"32":52,"33":169,"34":109,"347":30,"35":122,"352":1063,"36":273,"37":107,"38":743,"380":63,"381":154,"383":88,"389":2,"39":234,"391":73,"396":9,"397":109,"40":237,"409":57,"41":173,"414":166,"415":135,"419":22,"42":114,"426":30,"43":119,"430":198,"433":15,"434":2,"44":40,"45":109,"46":597,"48":113,"49":266,"5":3049,"51":104,"52":99,"53":158,"56":24,"570":18,"6":447,"63":85,"7":698,"79":54,"8":310,"80":50,"9":837,"all_client":161198,"all_tv_clinet":32835,"insert_time":"2014-08-20T12:58:38.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128492,"10":83,"107":900,"11":981,"12":219,"13":569,"14":121,"15":284,"155":176,"156":57,"158":63,"159":51,"16":200,"160":19,"161":289,"167":131,"168":10,"17":324,"18":1051,"19":673,"20":320,"209":67,"21":666,"210":82,"211":5,"214":59,"215":574,"221":469,"223":1591,"224":835,"225":1302,"23":737,"24":2785,"25":2037,"257":179,"26":169,"268":11,"27":94,"273":99,"276":125,"279":72,"28":2112,"281":29,"282":121,"291":90,"292":146,"30":52,"302":21,"306":2,"31":111,"314":12,"317":2,"32":49,"33":165,"34":113,"347":33,"35":119,"352":1061,"36":281,"37":111,"38":754,"380":58,"381":157,"383":88,"389":2,"39":237,"391":76,"396":10,"397":111,"40":241,"409":55,"41":169,"414":168,"415":144,"419":23,"42":120,"426":26,"43":120,"430":203,"433":16,"434":2,"44":39,"45":109,"46":598,"48":116,"49":274,"5":3066,"51":107,"52":98,"53":152,"56":25,"570":17,"6":466,"63":81,"7":689,"79":53,"8":290,"80":47,"9":767,"all_client":161375,"all_tv_clinet":32883,"insert_time":"2014-08-20T12:59:39.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128589,"10":89,"107":872,"11":1011,"12":222,"13":575,"14":117,"15":271,"155":176,"156":63,"158":62,"159":53,"16":198,"160":19,"161":285,"167":141,"168":9,"17":324,"18":1047,"19":704,"20":329,"209":72,"21":671,"210":80,"211":6,"214":59,"215":582,"221":487,"223":1626,"224":798,"225":1271,"23":701,"24":2818,"25":2037,"257":197,"26":175,"268":10,"27":96,"273":101,"276":125,"279":73,"28":2078,"281":30,"282":122,"291":91,"292":147,"30":55,"302":22,"306":2,"31":112,"314":14,"317":2,"32":51,"33":158,"34":114,"347":38,"35":118,"352":1068,"36":274,"37":113,"38":768,"380":59,"381":163,"383":89,"389":2,"39":243,"391":79,"396":10,"397":110,"40":247,"409":52,"41":172,"414":172,"415":152,"419":23,"42":127,"426":27,"43":119,"430":202,"433":16,"434":2,"44":41,"45":109,"46":615,"48":120,"49":280,"5":3045,"51":106,"52":100,"53":149,"56":24,"570":17,"6":461,"63":80,"7":688,"79":52,"8":260,"80":45,"9":720,"all_client":161496,"all_tv_clinet":32907,"insert_time":"2014-08-20T13:00:41.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128658,"10":91,"107":859,"11":1053,"12":229,"13":584,"14":124,"15":258,"155":175,"156":71,"158":56,"159":58,"16":200,"160":25,"161":285,"167":143,"168":9,"17":332,"18":1037,"19":745,"20":336,"209":78,"21":680,"210":71,"211":6,"214":59,"215":592,"221":486,"223":1659,"224":740,"225":1246,"23":697,"24":2851,"25":2032,"257":194,"26":183,"268":10,"27":91,"273":102,"276":132,"279":77,"28":2011,"281":29,"282":115,"291":91,"292":151,"30":61,"302":24,"306":2,"31":114,"314":18,"317":2,"32":51,"33":146,"34":123,"347":43,"35":123,"352":1098,"36":277,"37":113,"38":774,"380":59,"381":162,"383":87,"389":3,"39":237,"391":80,"396":8,"397":110,"40":255,"409":45,"41":172,"414":174,"415":153,"419":20,"42":127,"426":28,"43":126,"430":205,"431":1,"433":15,"434":2,"44":40,"45":112,"46":642,"48":128,"49":267,"5":3058,"51":113,"52":103,"53":154,"56":22,"570":17,"6":467,"63":78,"7":691,"79":56,"8":254,"80":47,"9":700,"all_client":161698,"all_tv_clinet":33040,"insert_time":"2014-08-20T13:01:43.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128836,"10":94,"107":878,"11":1080,"12":242,"13":602,"14":137,"15":250,"155":172,"156":75,"158":60,"159":58,"16":210,"160":29,"161":287,"167":145,"168":13,"17":333,"18":1012,"19":777,"20":346,"209":86,"21":691,"210":56,"211":6,"214":58,"215":603,"221":478,"223":1664,"224":655,"225":1212,"23":682,"24":2916,"25":1987,"257":192,"26":196,"268":10,"27":79,"273":108,"276":130,"279":82,"28":1958,"281":32,"282":109,"291":100,"292":144,"30":59,"302":28,"306":3,"31":117,"314":17,"317":2,"32":50,"33":143,"34":135,"347":44,"35":117,"352":1082,"36":273,"37":113,"38":762,"380":61,"381":168,"383":88,"389":3,"39":247,"391":80,"396":10,"397":108,"40":273,"409":39,"41":179,"414":163,"415":143,"419":21,"42":123,"426":33,"43":127,"430":211,"431":1,"433":15,"434":1,"44":39,"45":119,"46":664,"48":133,"49":246,"5":3072,"51":118,"52":113,"53":157,"56":21,"570":17,"6":484,"63":78,"7":670,"79":56,"8":247,"80":51,"9":717,"all_client":161911,"all_tv_clinet":33075,"insert_time":"2014-08-20T13:02:45.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128995,"10":94,"107":894,"11":1099,"12":260,"13":614,"14":141,"15":241,"155":172,"156":77,"158":61,"159":60,"16":207,"160":31,"161":293,"167":143,"168":16,"17":337,"18":972,"19":785,"20":364,"209":91,"21":703,"210":52,"211":5,"214":59,"215":609,"221":471,"223":1672,"224":607,"225":1185,"23":671,"24":2940,"25":1953,"257":195,"26":210,"268":9,"27":75,"273":110,"276":129,"279":82,"28":1948,"281":31,"282":113,"291":103,"292":137,"30":58,"302":28,"306":2,"31":117,"314":15,"317":1,"32":40,"33":128,"34":135,"347":47,"35":126,"352":1126,"36":273,"37":113,"38":773,"380":62,"381":163,"383":83,"389":3,"39":252,"391":79,"396":10,"397":111,"40":274,"409":38,"41":174,"414":147,"415":145,"419":20,"42":117,"426":39,"43":126,"430":218,"431":1,"433":14,"44":42,"45":124,"46":647,"48":128,"49":225,"5":3073,"51":113,"52":115,"53":163,"56":22,"570":15,"6":514,"63":77,"7":662,"79":55,"8":239,"80":50,"9":744,"all_client":162082,"all_tv_clinet":33087,"insert_time":"2014-08-20T13:03:46.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129060,"10":101,"107":906,"11":1108,"12":266,"13":621,"14":150,"15":241,"155":177,"156":78,"158":61,"159":63,"16":206,"160":32,"161":309,"167":148,"168":16,"17":330,"18":957,"19":792,"20":379,"209":99,"21":705,"210":49,"211":5,"214":58,"215":630,"221":485,"223":1644,"224":560,"225":1185,"23":656,"24":2964,"25":1941,"257":202,"26":218,"268":10,"27":70,"273":113,"276":129,"279":77,"28":1946,"281":29,"282":115,"291":108,"292":120,"30":63,"302":24,"306":2,"31":120,"314":13,"317":1,"32":36,"33":122,"34":143,"347":48,"35":135,"352":1102,"36":277,"37":115,"38":778,"380":62,"381":163,"383":81,"389":3,"39":266,"391":77,"396":12,"397":111,"40":274,"409":43,"41":180,"414":131,"415":151,"419":22,"42":111,"426":40,"43":119,"430":216,"433":15,"44":44,"45":130,"46":605,"48":119,"49":214,"5":3143,"51":114,"52":104,"53":164,"56":23,"570":15,"6":522,"63":79,"7":666,"79":56,"8":237,"80":46,"9":762,"all_client":162218,"all_tv_clinet":33158,"insert_time":"2014-08-20T13:04:48.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129077,"10":107,"107":925,"11":1092,"12":261,"13":651,"14":175,"15":245,"155":180,"156":71,"158":55,"159":64,"16":205,"160":31,"161":324,"167":159,"168":15,"17":339,"18":928,"19":793,"20":394,"209":97,"21":713,"210":46,"211":6,"214":59,"215":651,"221":483,"223":1640,"224":527,"225":1179,"23":644,"24":2967,"25":1905,"257":207,"26":226,"268":10,"27":70,"273":116,"276":131,"279":77,"28":1932,"281":30,"282":116,"291":109,"292":108,"30":68,"302":24,"306":1,"31":123,"314":10,"317":1,"32":35,"33":118,"34":155,"347":49,"35":147,"352":1107,"36":268,"37":115,"38":777,"380":62,"381":164,"383":78,"389":3,"39":276,"391":81,"396":12,"397":113,"40":273,"409":48,"41":185,"414":122,"415":159,"419":21,"42":107,"426":41,"43":117,"430":218,"433":16,"44":48,"45":132,"46":572,"48":120,"49":210,"5":3223,"51":114,"52":99,"53":172,"56":19,"570":15,"6":521,"63":83,"7":671,"79":60,"8":233,"80":50,"9":746,"all_client":162322,"all_tv_clinet":33245,"insert_time":"2014-08-20T13:05:49.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129177,"10":103,"107":937,"11":1066,"12":230,"13":659,"14":198,"15":259,"155":177,"156":70,"158":57,"159":67,"16":209,"160":30,"161":315,"167":165,"168":15,"17":355,"18":911,"19":792,"20":398,"209":98,"21":718,"210":44,"211":6,"214":60,"215":663,"221":481,"223":1654,"224":484,"225":1175,"23":621,"24":2985,"25":1860,"257":203,"26":229,"268":11,"27":70,"273":117,"276":132,"279":76,"28":1935,"281":30,"282":110,"291":109,"292":103,"30":67,"302":24,"306":1,"31":127,"314":10,"317":1,"32":44,"33":118,"34":161,"347":48,"35":152,"352":1115,"36":258,"37":110,"38":784,"380":61,"381":171,"383":81,"389":2,"39":281,"391":80,"396":13,"397":114,"40":278,"409":50,"41":196,"414":121,"415":163,"419":20,"42":100,"426":39,"43":113,"430":216,"433":16,"44":53,"45":130,"46":543,"48":120,"49":217,"5":3348,"51":123,"52":91,"53":185,"56":16,"570":15,"6":496,"63":78,"7":659,"79":57,"8":226,"80":53,"9":736,"all_client":162445,"all_tv_clinet":33268,"insert_time":"2014-08-20T13:06:50.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129168,"10":100,"107":976,"11":1064,"12":199,"13":663,"14":217,"15":267,"155":177,"156":68,"158":56,"159":64,"16":209,"160":27,"161":309,"167":167,"168":16,"17":366,"18":879,"19":796,"20":403,"209":93,"21":737,"210":38,"211":6,"214":58,"215":661,"221":462,"223":1693,"224":459,"225":1186,"23":624,"24":3017,"25":1744,"257":192,"26":207,"268":11,"27":70,"273":121,"276":135,"279":72,"28":1948,"281":32,"282":110,"291":109,"292":100,"30":68,"302":24,"31":120,"314":8,"317":1,"32":47,"33":115,"34":147,"347":47,"35":158,"352":1090,"36":262,"37":112,"38":789,"380":61,"381":170,"383":82,"389":1,"39":286,"391":79,"396":11,"397":113,"40":283,"409":47,"41":205,"414":124,"415":161,"419":18,"42":96,"426":36,"43":113,"430":217,"433":14,"44":57,"45":123,"46":531,"48":123,"49":211,"5":3537,"51":119,"52":87,"53":190,"56":16,"570":14,"6":462,"63":79,"7":667,"79":55,"8":224,"80":55,"9":718,"all_client":162449,"all_tv_clinet":33281,"insert_time":"2014-08-20T13:07:51.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129169,"10":101,"107":996,"11":1047,"12":171,"13":660,"14":236,"15":283,"155":174,"156":66,"158":50,"159":63,"16":213,"160":29,"161":328,"167":174,"168":16,"17":371,"18":866,"19":757,"20":396,"209":87,"21":741,"210":39,"211":4,"214":59,"215":673,"221":458,"223":1732,"224":439,"225":1210,"23":625,"24":3060,"25":1619,"257":186,"26":194,"268":11,"27":72,"273":128,"276":134,"279":73,"28":1955,"281":30,"282":111,"291":110,"292":100,"30":66,"302":25,"31":124,"314":8,"317":1,"32":49,"33":112,"34":125,"347":45,"35":160,"352":1067,"36":259,"37":107,"38":794,"380":62,"381":169,"383":84,"389":1,"39":300,"391":77,"396":11,"397":113,"40":289,"409":53,"41":212,"414":126,"415":165,"419":18,"42":92,"426":34,"43":115,"430":214,"433":14,"44":57,"45":116,"46":523,"48":120,"49":205,"5":3682,"51":122,"52":86,"53":193,"56":15,"570":15,"6":429,"63":86,"7":661,"79":50,"8":226,"80":58,"9":719,"all_client":162470,"all_tv_clinet":33301,"insert_time":"2014-08-20T13:08:53.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129186,"10":105,"107":998,"11":1042,"12":153,"13":648,"14":247,"15":298,"155":178,"156":61,"158":49,"159":60,"16":219,"160":32,"161":343,"167":176,"168":17,"17":382,"18":865,"19":705,"20":378,"209":87,"21":746,"210":39,"211":4,"214":62,"215":678,"221":459,"223":1748,"224":414,"225":1259,"23":627,"24":3097,"25":1513,"257":188,"26":176,"268":11,"27":70,"273":130,"276":133,"279":71,"28":1955,"281":30,"282":112,"291":111,"292":102,"30":66,"302":25,"31":120,"314":7,"317":1,"32":50,"33":106,"34":113,"347":49,"35":147,"352":1058,"36":252,"37":94,"38":801,"380":63,"381":164,"383":87,"389":1,"39":304,"391":76,"396":7,"397":112,"40":303,"409":59,"41":230,"414":123,"415":154,"419":17,"42":95,"426":37,"43":111,"430":213,"433":14,"44":58,"45":106,"46":512,"48":114,"49":200,"5":3804,"51":133,"52":84,"53":193,"56":16,"570":16,"6":405,"63":86,"7":664,"79":49,"8":228,"80":59,"9":704,"all_client":162454,"all_tv_clinet":33268,"insert_time":"2014-08-20T13:09:54.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129170,"10":109,"107":1001,"11":1050,"12":144,"13":657,"14":267,"15":298,"155":179,"156":64,"158":48,"159":58,"16":215,"160":32,"161":344,"167":179,"168":16,"17":390,"18":855,"19":642,"20":352,"209":84,"21":774,"210":34,"211":4,"214":61,"215":669,"221":459,"223":1756,"224":389,"225":1297,"23":607,"24":3147,"25":1462,"257":194,"26":171,"268":11,"27":75,"273":125,"276":134,"279":71,"28":1926,"281":28,"282":115,"291":109,"292":107,"30":69,"302":26,"31":117,"314":8,"317":1,"32":46,"33":101,"34":103,"347":52,"35":122,"352":1060,"36":253,"37":83,"38":801,"380":69,"381":165,"383":93,"389":2,"39":311,"391":75,"396":7,"397":112,"40":300,"409":64,"41":232,"414":110,"415":150,"419":17,"42":101,"426":56,"43":108,"430":216,"433":15,"44":66,"45":92,"46":502,"48":112,"49":202,"5":3907,"51":128,"52":83,"53":199,"56":17,"570":15,"6":400,"63":83,"7":667,"79":47,"8":233,"80":60,"9":701,"all_client":162438,"all_tv_clinet":33268,"insert_time":"2014-08-20T13:10:56.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129211,"10":106,"107":972,"11":1053,"12":134,"13":658,"14":276,"15":289,"155":177,"156":67,"158":52,"159":60,"16":215,"160":33,"161":329,"167":176,"168":15,"17":401,"18":846,"19":637,"20":321,"209":83,"21":777,"210":34,"211":4,"214":60,"215":670,"221":449,"223":1742,"224":365,"225":1315,"23":587,"24":3163,"25":1402,"257":204,"26":161,"268":12,"27":82,"273":121,"276":136,"279":74,"28":1908,"281":29,"282":108,"291":110,"292":113,"30":68,"302":26,"306":1,"31":114,"314":10,"32":45,"33":101,"34":101,"347":57,"35":107,"352":1083,"36":257,"37":77,"38":812,"380":70,"381":159,"383":92,"389":2,"39":314,"391":76,"396":5,"397":106,"40":307,"409":63,"41":229,"414":94,"415":159,"419":16,"42":103,"426":77,"43":109,"430":217,"433":15,"44":68,"45":81,"46":488,"48":112,"49":206,"5":3985,"51":125,"52":79,"53":205,"56":16,"570":16,"6":389,"63":79,"7":677,"79":49,"8":252,"80":61,"9":714,"all_client":162411,"all_tv_clinet":33200,"insert_time":"2014-08-20T13:11:57.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129254,"10":109,"107":965,"11":1071,"12":124,"13":669,"14":293,"15":289,"155":173,"156":66,"158":59,"159":59,"16":214,"160":37,"161":310,"167":171,"168":12,"17":411,"18":828,"19":642,"20":300,"209":78,"21":783,"210":35,"211":5,"214":60,"215":673,"221":444,"223":1716,"224":342,"225":1347,"23":580,"24":3185,"25":1361,"257":207,"26":154,"268":11,"27":90,"273":111,"276":136,"279":79,"28":1893,"281":28,"282":115,"291":111,"292":122,"30":66,"302":27,"306":1,"31":117,"314":8,"317":1,"32":39,"33":99,"34":99,"347":58,"35":104,"352":1074,"36":261,"37":81,"38":812,"380":73,"381":153,"383":93,"389":2,"39":311,"391":76,"396":5,"397":98,"40":313,"409":61,"41":218,"414":75,"415":156,"419":15,"42":107,"426":95,"43":111,"430":220,"433":13,"44":68,"45":78,"46":482,"48":105,"49":199,"5":4057,"51":105,"52":79,"53":206,"56":13,"570":18,"6":384,"63":74,"7":698,"79":47,"8":264,"80":60,"9":723,"all_client":162424,"all_tv_clinet":33170,"insert_time":"2014-08-20T13:12:58.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129361,"10":110,"107":948,"11":1032,"12":120,"13":665,"14":303,"15":290,"155":173,"156":66,"158":65,"159":52,"16":217,"160":37,"161":304,"167":169,"168":11,"17":416,"18":801,"19":670,"20":295,"209":79,"21":772,"210":34,"211":5,"214":59,"215":678,"221":439,"223":1719,"224":329,"225":1360,"23":567,"24":3187,"25":1329,"257":205,"26":150,"268":10,"27":88,"273":102,"276":138,"279":81,"28":1921,"281":26,"282":120,"291":112,"292":132,"30":60,"302":25,"306":1,"31":117,"314":11,"317":1,"32":44,"33":95,"34":89,"347":57,"35":107,"352":1068,"36":260,"37":80,"38":812,"380":74,"381":153,"383":89,"389":3,"39":295,"391":74,"396":6,"397":91,"40":323,"409":58,"41":203,"414":78,"415":162,"419":17,"42":112,"426":99,"43":110,"430":218,"433":13,"44":66,"45":75,"46":473,"48":106,"49":203,"5":4131,"51":102,"52":75,"53":207,"56":12,"570":22,"6":384,"63":71,"7":699,"79":47,"8":274,"80":63,"9":732,"all_client":162494,"all_tv_clinet":33133,"insert_time":"2014-08-20T13:13:59.985Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129335,"10":110,"107":950,"11":979,"12":118,"13":672,"14":319,"15":309,"155":171,"156":67,"158":66,"159":50,"16":212,"160":42,"161":308,"167":170,"168":11,"17":419,"18":789,"19":693,"20":281,"209":76,"21":768,"210":35,"211":6,"214":60,"215":675,"221":454,"223":1711,"224":317,"225":1408,"23":553,"24":3178,"25":1295,"257":199,"26":146,"268":11,"27":88,"273":95,"276":137,"279":79,"28":1914,"281":24,"282":118,"291":108,"292":137,"30":56,"302":26,"306":1,"31":107,"314":12,"317":2,"32":47,"33":96,"34":85,"347":60,"35":104,"352":1064,"36":258,"37":77,"38":826,"380":76,"381":154,"383":86,"389":3,"39":274,"391":74,"396":7,"397":89,"40":323,"409":64,"41":195,"414":82,"415":160,"419":16,"42":116,"426":94,"43":108,"430":220,"433":12,"44":69,"45":74,"46":464,"48":105,"49":204,"5":4165,"51":92,"52":73,"53":213,"56":12,"570":22,"6":391,"63":68,"7":707,"79":49,"8":281,"80":61,"9":755,"all_client":162442,"all_tv_clinet":33107,"insert_time":"2014-08-20T13:15:01.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129307,"10":110,"107":997,"11":879,"12":119,"13":669,"14":328,"15":327,"155":172,"156":63,"158":69,"159":56,"16":208,"160":43,"161":317,"167":170,"168":11,"17":425,"18":767,"19":725,"20":272,"209":76,"21":778,"210":35,"211":6,"214":59,"215":672,"221":449,"223":1708,"224":307,"225":1443,"23":554,"24":3160,"25":1259,"257":202,"26":147,"268":12,"27":92,"273":92,"276":137,"279":76,"28":1904,"281":25,"282":125,"291":106,"292":141,"30":54,"302":25,"306":1,"31":103,"314":15,"317":1,"32":55,"33":100,"34":80,"347":63,"35":98,"352":1052,"36":247,"37":75,"38":834,"380":73,"381":165,"383":87,"389":3,"39":235,"391":72,"396":7,"397":91,"40":309,"409":60,"41":182,"414":93,"415":165,"419":16,"42":127,"426":87,"43":114,"430":218,"433":12,"44":67,"45":75,"46":461,"48":119,"49":203,"5":4204,"51":90,"52":76,"53":211,"56":12,"570":20,"6":401,"63":70,"7":715,"79":50,"8":295,"80":64,"9":756,"all_client":162407,"all_tv_clinet":33100,"insert_time":"2014-08-20T13:16:03.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129435,"10":110,"107":987,"11":839,"12":102,"13":682,"14":353,"15":348,"155":173,"156":58,"158":69,"159":58,"16":205,"160":50,"161":325,"167":173,"168":11,"17":431,"18":756,"19":758,"20":272,"209":69,"21":769,"210":33,"211":4,"214":60,"215":671,"221":451,"223":1707,"224":307,"225":1449,"23":563,"24":3093,"25":1207,"257":206,"26":148,"268":11,"27":95,"273":95,"276":134,"279":76,"28":1888,"281":24,"282":123,"291":108,"292":147,"30":52,"302":25,"306":1,"31":102,"314":13,"317":1,"32":49,"33":104,"34":77,"347":61,"35":100,"352":1064,"36":243,"37":74,"38":851,"380":73,"381":166,"383":91,"389":4,"39":217,"391":72,"396":7,"397":92,"40":286,"409":57,"41":169,"414":89,"415":165,"419":16,"42":140,"426":89,"43":120,"430":217,"433":11,"44":62,"45":76,"46":469,"48":126,"49":210,"5":4244,"51":88,"52":75,"53":227,"56":12,"570":18,"6":384,"63":67,"7":720,"79":47,"8":304,"80":63,"9":805,"all_client":162528,"all_tv_clinet":33093,"insert_time":"2014-08-20T13:17:04.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129517,"10":110,"107":1004,"11":829,"12":98,"13":682,"14":357,"15":370,"155":172,"156":52,"158":72,"159":59,"16":207,"160":51,"161":339,"167":176,"168":9,"17":427,"18":750,"19":781,"20":264,"209":63,"21":782,"210":32,"211":4,"214":59,"215":667,"221":452,"223":1732,"224":299,"225":1456,"23":593,"24":2965,"25":1160,"257":203,"26":152,"268":10,"27":103,"273":102,"276":135,"279":75,"28":1874,"281":24,"282":128,"291":105,"292":134,"30":51,"302":25,"306":1,"31":101,"314":13,"317":1,"32":49,"33":108,"34":81,"347":66,"35":105,"352":1053,"36":249,"37":73,"38":855,"380":75,"381":164,"383":88,"389":4,"39":201,"391":73,"396":6,"397":94,"40":259,"409":48,"41":154,"414":92,"415":160,"419":15,"42":144,"426":88,"43":123,"430":213,"433":11,"44":55,"45":78,"46":467,"48":122,"49":213,"5":4271,"51":87,"52":75,"53":240,"56":13,"570":19,"6":367,"63":67,"7":741,"79":43,"8":308,"80":61,"9":855,"all_client":162560,"all_tv_clinet":33043,"insert_time":"2014-08-20T13:18:05.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129652,"10":109,"107":1000,"11":810,"12":104,"13":687,"14":368,"15":377,"155":171,"156":48,"158":74,"159":59,"16":212,"160":53,"161":338,"167":177,"168":8,"17":436,"18":730,"19":804,"20":282,"209":58,"21":784,"210":35,"211":4,"214":57,"215":678,"221":452,"223":1721,"224":294,"225":1463,"23":611,"24":2859,"25":1144,"257":202,"26":148,"268":10,"27":104,"273":105,"276":131,"279":78,"28":1877,"281":23,"282":130,"291":106,"292":121,"30":48,"302":25,"306":1,"31":98,"314":14,"317":1,"32":47,"33":107,"34":79,"347":66,"35":104,"352":1072,"36":251,"37":79,"38":862,"380":78,"381":159,"383":91,"389":4,"39":194,"391":71,"396":6,"397":95,"40":239,"409":38,"41":146,"414":88,"415":153,"419":17,"42":141,"426":88,"43":131,"430":212,"433":10,"44":50,"45":84,"46":489,"48":128,"49":230,"5":4323,"51":80,"52":72,"53":240,"56":14,"570":19,"6":343,"63":66,"7":734,"79":43,"8":313,"80":58,"9":880,"all_client":162675,"all_tv_clinet":33023,"insert_time":"2014-08-20T13:19:06.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129772,"10":101,"107":994,"11":793,"12":107,"13":681,"14":372,"15":383,"155":171,"156":44,"158":75,"159":62,"16":204,"160":51,"161":336,"167":181,"168":8,"17":445,"18":718,"19":805,"20":282,"209":57,"21":784,"210":36,"211":4,"214":59,"215":692,"221":459,"223":1708,"224":288,"225":1500,"23":633,"24":2781,"25":1129,"257":208,"26":152,"268":9,"27":105,"273":100,"276":133,"279":81,"28":1859,"281":24,"282":128,"291":105,"292":113,"30":51,"302":25,"306":1,"31":93,"314":14,"317":1,"32":51,"33":111,"34":84,"347":73,"35":100,"352":1081,"36":257,"37":79,"38":857,"380":78,"381":160,"383":87,"389":4,"39":185,"391":71,"396":6,"397":97,"40":227,"409":39,"41":135,"414":90,"415":144,"419":19,"42":137,"426":97,"43":136,"430":199,"433":9,"44":51,"45":89,"46":503,"48":138,"49":243,"5":4350,"51":74,"52":66,"53":237,"56":10,"570":15,"6":308,"63":63,"7":727,"79":43,"8":326,"80":55,"9":920,"all_client":162748,"all_tv_clinet":32976,"insert_time":"2014-08-20T13:20:07.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129784,"10":94,"107":984,"11":795,"12":114,"13":681,"14":381,"15":386,"155":174,"156":38,"158":83,"159":58,"16":199,"160":55,"161":335,"167":181,"168":5,"17":440,"18":724,"19":817,"20":288,"209":53,"21":789,"210":35,"211":5,"214":59,"215":702,"221":467,"223":1689,"224":286,"225":1521,"23":645,"24":2737,"25":1147,"257":202,"26":150,"268":7,"27":102,"273":104,"276":131,"279":80,"28":1838,"281":25,"282":134,"291":105,"292":110,"30":51,"302":25,"306":1,"31":90,"314":13,"317":1,"32":47,"33":112,"34":82,"347":76,"35":97,"352":1098,"36":254,"37":80,"38":834,"380":77,"381":163,"383":84,"389":4,"39":174,"391":72,"396":5,"397":100,"40":213,"409":41,"41":128,"414":90,"415":138,"419":20,"42":141,"426":98,"43":133,"430":184,"433":10,"44":42,"45":92,"46":527,"48":146,"49":255,"5":4378,"51":72,"52":67,"53":230,"56":13,"570":16,"6":286,"63":63,"7":710,"79":43,"8":339,"80":57,"9":933,"all_client":162744,"all_tv_clinet":32960,"insert_time":"2014-08-20T13:21:09.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129819,"10":91,"107":992,"11":804,"12":116,"13":687,"14":355,"15":386,"155":172,"156":41,"158":84,"159":50,"16":192,"160":62,"161":333,"167":182,"168":4,"17":441,"18":717,"19":815,"20":294,"209":46,"21":801,"210":38,"211":5,"214":57,"215":712,"221":479,"223":1681,"224":277,"225":1512,"23":659,"24":2690,"25":1145,"257":208,"26":152,"268":5,"27":110,"273":109,"276":125,"279":72,"28":1834,"281":25,"282":136,"291":107,"292":113,"30":49,"302":24,"306":1,"31":94,"314":14,"317":1,"32":47,"33":115,"34":90,"347":75,"35":94,"352":1076,"36":257,"37":81,"38":820,"380":76,"381":164,"383":79,"389":4,"39":165,"391":70,"396":6,"397":100,"40":205,"409":44,"41":130,"414":91,"415":134,"419":18,"42":140,"426":100,"43":133,"430":167,"433":11,"44":40,"45":93,"46":552,"48":159,"49":258,"5":4417,"51":65,"52":63,"53":228,"56":14,"570":16,"6":274,"63":66,"7":693,"79":45,"8":349,"80":58,"9":955,"all_client":162755,"all_tv_clinet":32936,"insert_time":"2014-08-20T13:22:10.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129925,"10":84,"107":996,"11":834,"12":126,"13":666,"14":323,"15":407,"155":174,"156":41,"158":83,"159":41,"16":191,"160":68,"161":336,"167":185,"168":4,"17":444,"18":678,"19":806,"20":311,"209":47,"21":809,"210":38,"211":4,"214":57,"215":718,"221":480,"223":1694,"224":261,"225":1514,"23":669,"24":2655,"25":1145,"257":203,"26":153,"268":6,"27":109,"273":114,"276":119,"279":67,"28":1817,"281":25,"282":135,"291":106,"292":110,"30":49,"302":24,"306":1,"31":96,"314":14,"317":1,"32":47,"33":115,"34":103,"347":75,"35":100,"352":1060,"36":253,"37":85,"38":809,"380":75,"381":164,"383":78,"389":4,"39":161,"391":67,"396":6,"397":97,"40":199,"409":51,"41":121,"414":98,"415":134,"419":15,"42":141,"426":91,"43":132,"430":162,"433":9,"44":36,"45":95,"46":569,"48":150,"49":268,"5":4439,"51":64,"52":66,"53":231,"56":15,"570":14,"6":267,"63":65,"7":701,"79":45,"8":364,"80":61,"9":958,"all_client":162823,"all_tv_clinet":32898,"insert_time":"2014-08-20T13:23:11.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130011,"10":90,"107":1000,"11":850,"12":137,"13":668,"14":277,"15":422,"155":174,"156":41,"158":81,"159":38,"16":185,"160":74,"161":332,"167":193,"168":4,"17":448,"18":637,"19":805,"20":324,"209":48,"21":806,"210":37,"211":5,"214":58,"215":719,"221":499,"223":1687,"224":268,"225":1502,"23":683,"24":2629,"25":1141,"257":194,"26":157,"268":6,"27":111,"273":106,"276":111,"279":63,"28":1798,"281":24,"282":135,"291":106,"292":114,"30":47,"302":24,"306":1,"31":103,"314":16,"317":1,"32":48,"33":120,"34":102,"347":76,"35":100,"352":1047,"36":243,"37":87,"38":807,"380":74,"381":169,"383":79,"389":4,"39":143,"391":63,"396":5,"397":97,"40":191,"409":52,"41":124,"414":99,"415":132,"419":17,"42":142,"426":86,"43":138,"430":154,"433":8,"44":33,"45":90,"46":585,"48":144,"49":278,"5":4465,"51":66,"52":71,"53":225,"56":15,"570":14,"6":264,"63":66,"7":689,"79":46,"8":379,"80":59,"9":965,"all_client":162851,"all_tv_clinet":32840,"insert_time":"2014-08-20T13:24:12.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130039,"10":91,"107":1008,"11":874,"12":141,"13":673,"14":264,"15":432,"155":177,"156":41,"158":79,"159":35,"16":188,"160":75,"161":343,"167":199,"168":5,"17":451,"18":587,"19":754,"20":348,"209":44,"21":802,"210":40,"211":6,"214":60,"215":722,"221":487,"223":1677,"224":269,"225":1500,"23":701,"24":2626,"25":1140,"257":199,"26":169,"268":4,"27":108,"273":106,"276":104,"279":63,"28":1766,"281":26,"282":133,"291":108,"292":121,"30":48,"302":23,"306":1,"31":111,"314":15,"317":1,"32":44,"33":122,"34":105,"347":75,"35":98,"352":1051,"36":245,"37":87,"38":802,"380":73,"381":167,"383":80,"389":4,"39":134,"391":62,"396":5,"397":98,"40":184,"409":64,"41":129,"414":104,"415":147,"419":15,"42":141,"426":77,"43":134,"430":144,"433":8,"44":33,"45":93,"46":580,"48":135,"49":278,"5":4475,"51":65,"52":72,"53":223,"56":17,"570":11,"6":261,"63":60,"7":693,"79":43,"8":382,"80":60,"9":981,"all_client":162845,"all_tv_clinet":32806,"insert_time":"2014-08-20T13:25:14.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130051,"10":90,"107":994,"11":885,"12":155,"13":672,"14":256,"15":429,"155":173,"156":42,"158":79,"159":30,"16":191,"160":78,"161":336,"167":199,"168":4,"17":451,"18":567,"19":703,"20":353,"209":48,"21":803,"210":41,"211":7,"214":60,"215":724,"221":484,"223":1671,"224":268,"225":1512,"23":711,"24":2642,"25":1153,"257":227,"26":167,"268":4,"27":104,"273":104,"276":96,"279":64,"28":1703,"281":29,"282":129,"291":107,"292":127,"30":49,"302":25,"306":1,"31":116,"314":16,"317":1,"32":45,"33":122,"34":115,"347":75,"35":95,"352":1053,"36":246,"37":87,"38":798,"380":73,"381":154,"383":77,"389":3,"39":126,"391":65,"396":5,"397":99,"40":180,"409":69,"41":131,"414":101,"415":143,"419":17,"42":138,"426":79,"43":135,"430":132,"433":9,"44":30,"45":96,"46":588,"48":139,"49":288,"5":4497,"51":64,"52":75,"53":222,"56":19,"570":9,"6":259,"63":60,"7":695,"79":43,"8":394,"80":58,"9":988,"all_client":162827,"all_tv_clinet":32776,"insert_time":"2014-08-20T13:26:15.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130102,"10":96,"107":981,"11":895,"12":162,"13":664,"14":262,"15":429,"155":165,"156":41,"158":78,"159":32,"16":190,"160":78,"161":318,"167":203,"168":4,"17":449,"18":585,"19":661,"20":325,"209":52,"21":802,"210":43,"211":7,"214":61,"215":732,"221":494,"223":1646,"224":271,"225":1518,"23":716,"24":2657,"25":1166,"257":230,"26":171,"268":5,"27":106,"273":101,"276":94,"279":59,"28":1599,"281":29,"282":119,"291":106,"292":130,"30":50,"302":22,"306":1,"31":116,"314":15,"317":1,"32":43,"33":118,"34":123,"347":71,"35":92,"352":1025,"36":247,"37":88,"38":801,"380":73,"381":151,"383":78,"389":3,"39":125,"391":66,"396":5,"397":100,"40":175,"409":74,"41":133,"414":109,"415":140,"419":17,"42":132,"426":76,"43":140,"430":130,"433":9,"44":31,"45":100,"46":595,"48":133,"49":293,"5":4529,"51":64,"52":79,"53":225,"56":19,"570":8,"6":252,"63":56,"7":708,"79":45,"8":407,"80":56,"9":1008,"all_client":162791,"all_tv_clinet":32689,"insert_time":"2014-08-20T13:27:16.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130171,"10":98,"107":969,"11":883,"12":164,"13":662,"14":266,"15":430,"155":147,"156":38,"158":83,"159":30,"16":195,"160":81,"161":291,"167":204,"168":4,"17":453,"18":603,"19":660,"20":310,"209":59,"21":816,"210":43,"211":7,"214":60,"215":724,"221":486,"223":1646,"224":281,"225":1507,"23":716,"24":2660,"25":1177,"257":235,"26":172,"268":5,"27":105,"273":105,"276":94,"279":58,"28":1502,"281":30,"282":116,"291":102,"292":144,"30":49,"302":22,"306":1,"31":111,"314":14,"317":1,"32":42,"33":114,"34":127,"347":70,"35":100,"352":1018,"36":253,"37":91,"38":800,"380":75,"381":138,"383":87,"389":3,"39":127,"391":66,"396":6,"397":102,"40":173,"409":79,"41":133,"414":118,"415":133,"419":17,"42":134,"426":72,"43":136,"430":131,"433":9,"44":33,"45":107,"46":595,"48":133,"49":297,"5":4546,"51":64,"52":79,"53":225,"56":18,"570":7,"6":242,"63":51,"7":706,"79":49,"8":427,"80":56,"9":1031,"all_client":162810,"all_tv_clinet":32639,"insert_time":"2014-08-20T13:28:17.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130142,"10":103,"107":1002,"11":887,"12":175,"13":668,"14":271,"15":444,"155":137,"156":40,"158":83,"159":28,"16":198,"160":84,"161":281,"167":208,"168":4,"17":457,"18":642,"19":659,"20":294,"209":60,"21":798,"210":43,"211":8,"214":60,"215":709,"221":492,"223":1637,"224":275,"225":1496,"23":707,"24":2656,"25":1192,"257":222,"26":177,"268":4,"27":110,"273":103,"276":94,"279":58,"28":1435,"281":30,"282":111,"291":94,"292":146,"30":49,"302":20,"306":1,"31":113,"314":13,"317":1,"32":38,"33":118,"34":135,"347":69,"35":99,"352":993,"36":243,"37":90,"38":794,"380":78,"381":135,"383":89,"389":3,"39":126,"391":66,"396":6,"397":104,"40":178,"409":79,"41":131,"414":124,"415":131,"419":16,"42":134,"426":68,"43":135,"430":131,"433":9,"44":34,"45":110,"46":599,"48":136,"49":299,"5":4557,"51":64,"52":82,"53":223,"56":18,"570":8,"6":242,"63":50,"7":713,"79":47,"8":426,"80":58,"9":1018,"all_client":162727,"all_tv_clinet":32585,"insert_time":"2014-08-20T13:29:18.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130141,"10":104,"107":994,"11":897,"12":188,"13":671,"14":262,"15":447,"155":133,"156":38,"158":83,"159":27,"16":195,"160":84,"161":272,"167":207,"168":4,"17":459,"18":649,"19":675,"20":288,"209":59,"21":783,"210":40,"211":8,"214":57,"215":703,"221":487,"223":1661,"224":270,"225":1500,"23":712,"24":2649,"25":1203,"257":220,"26":180,"268":3,"27":105,"273":101,"276":97,"279":56,"28":1397,"281":32,"282":105,"291":92,"292":146,"30":53,"302":21,"31":114,"314":12,"317":1,"32":33,"33":118,"34":141,"347":57,"35":98,"352":1020,"36":249,"37":92,"38":771,"380":80,"381":134,"383":87,"389":3,"39":126,"391":65,"396":6,"397":103,"40":185,"409":81,"41":124,"414":128,"415":124,"419":16,"42":131,"426":65,"43":133,"430":131,"433":8,"44":33,"45":116,"46":604,"48":136,"49":309,"5":4553,"51":63,"52":82,"53":221,"56":18,"570":9,"6":246,"63":48,"7":703,"79":47,"8":417,"80":60,"9":981,"all_client":162640,"all_tv_clinet":32499,"insert_time":"2014-08-20T13:30:19.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130005,"10":104,"107":971,"11":901,"12":193,"13":662,"14":259,"15":446,"155":127,"156":36,"158":85,"159":27,"16":197,"160":89,"161":271,"167":205,"168":6,"17":459,"18":646,"19":697,"20":286,"209":56,"21":776,"210":38,"211":7,"214":52,"215":694,"221":491,"223":1691,"224":269,"225":1508,"23":706,"24":2641,"25":1204,"257":220,"26":184,"268":2,"27":109,"273":105,"276":97,"279":54,"28":1365,"281":33,"282":103,"291":86,"292":159,"30":48,"302":23,"31":108,"314":15,"317":1,"32":33,"33":123,"34":137,"347":52,"35":98,"352":1015,"36":244,"37":94,"38":788,"380":78,"381":139,"383":79,"389":3,"39":134,"391":69,"396":6,"397":103,"40":182,"409":90,"41":123,"414":127,"415":126,"419":18,"42":134,"426":65,"43":135,"430":133,"433":9,"44":35,"45":116,"46":611,"48":133,"49":315,"5":4568,"51":57,"52":87,"53":213,"56":20,"570":9,"6":253,"63":46,"7":704,"79":46,"8":417,"80":61,"9":919,"all_client":162464,"all_tv_clinet":32459,"insert_time":"2014-08-20T13:31:20.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130056,"10":109,"107":966,"11":922,"12":202,"13":663,"14":265,"15":434,"155":120,"156":37,"158":85,"159":30,"16":196,"160":89,"161":273,"167":203,"168":6,"17":468,"18":644,"19":706,"20":279,"209":57,"21":772,"210":33,"211":8,"214":49,"215":698,"221":479,"223":1720,"224":254,"225":1497,"23":715,"24":2618,"25":1211,"257":218,"26":186,"268":3,"27":107,"273":105,"276":102,"279":52,"28":1334,"281":35,"282":101,"291":85,"292":157,"30":48,"302":22,"306":1,"31":117,"314":16,"32":33,"33":124,"34":134,"347":48,"35":100,"352":1028,"36":250,"37":95,"38":798,"380":75,"381":136,"383":77,"389":2,"39":146,"391":68,"396":7,"397":103,"40":185,"409":82,"41":131,"414":130,"415":125,"419":18,"42":137,"426":60,"43":135,"430":137,"433":9,"44":35,"45":120,"46":614,"48":125,"49":321,"5":4579,"51":53,"52":88,"53":204,"56":21,"570":9,"6":270,"63":42,"7":708,"79":48,"8":417,"80":61,"9":877,"all_client":162518,"all_tv_clinet":32462,"insert_time":"2014-08-20T13:32:22.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130020,"10":107,"107":920,"11":936,"12":212,"13":656,"14":263,"15":427,"155":114,"156":38,"158":86,"159":28,"16":193,"160":87,"161":289,"167":206,"168":6,"17":471,"18":636,"19":732,"20":270,"209":63,"21":785,"210":34,"211":8,"214":47,"215":689,"221":454,"223":1722,"224":252,"225":1493,"23":735,"24":2619,"25":1215,"257":220,"26":189,"268":4,"27":109,"273":108,"276":97,"279":49,"28":1305,"281":32,"282":105,"291":82,"292":149,"30":51,"302":24,"306":2,"31":129,"314":15,"32":31,"33":120,"34":137,"347":40,"35":110,"352":1040,"36":251,"37":98,"38":801,"380":72,"381":144,"383":77,"389":2,"39":145,"391":63,"396":7,"397":106,"40":178,"409":76,"41":138,"414":119,"415":129,"419":21,"42":135,"426":68,"43":134,"430":142,"433":9,"44":37,"45":121,"46":617,"48":132,"49":316,"5":4585,"51":50,"52":89,"53":182,"56":20,"570":9,"6":280,"63":39,"7":718,"79":50,"8":421,"80":63,"9":870,"all_client":162475,"all_tv_clinet":32455,"insert_time":"2014-08-20T13:33:23.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129961,"10":111,"107":914,"11":955,"12":233,"13":649,"14":249,"15":445,"155":112,"156":40,"158":84,"159":27,"16":188,"160":86,"161":292,"167":205,"168":7,"17":473,"18":629,"19":739,"20":267,"209":60,"21":784,"210":30,"211":7,"214":44,"215":678,"221":453,"223":1712,"224":250,"225":1474,"23":744,"24":2618,"25":1213,"257":210,"26":189,"268":5,"27":106,"273":112,"276":98,"279":51,"28":1259,"281":33,"282":107,"291":82,"292":128,"30":54,"302":22,"306":2,"31":137,"314":12,"32":33,"33":121,"34":145,"347":39,"35":114,"352":1050,"36":250,"37":97,"38":808,"380":68,"381":143,"383":78,"389":2,"39":161,"391":61,"396":6,"397":108,"40":181,"409":62,"41":130,"414":113,"415":130,"419":20,"42":133,"426":72,"43":139,"430":150,"433":9,"44":37,"45":121,"46":617,"48":135,"49":316,"5":4575,"51":49,"52":90,"53":165,"56":22,"570":10,"6":279,"63":42,"7":721,"79":49,"8":409,"80":64,"9":874,"all_client":162338,"all_tv_clinet":32377,"insert_time":"2014-08-20T13:34:24.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130008,"10":110,"107":887,"11":959,"12":237,"13":656,"14":233,"15":447,"155":107,"156":40,"158":84,"159":28,"16":192,"160":86,"161":299,"167":205,"168":7,"17":467,"18":635,"19":728,"20":259,"209":62,"21":819,"210":31,"211":6,"214":40,"215":680,"221":453,"223":1687,"224":244,"225":1438,"23":747,"24":2641,"25":1221,"257":206,"26":187,"268":5,"27":112,"273":118,"276":104,"279":51,"28":1240,"281":32,"282":109,"291":82,"292":114,"30":55,"302":21,"306":2,"31":144,"314":11,"32":31,"33":121,"34":140,"347":36,"35":119,"352":1044,"36":250,"37":96,"38":806,"380":71,"381":145,"383":79,"389":4,"39":164,"391":61,"396":6,"397":109,"40":170,"409":63,"41":125,"414":108,"415":125,"419":19,"42":135,"426":69,"43":141,"430":164,"433":9,"44":37,"45":120,"46":622,"48":140,"49":316,"5":4588,"51":50,"52":87,"53":153,"56":21,"570":10,"6":287,"63":38,"7":717,"79":49,"8":409,"80":64,"9":882,"all_client":162336,"all_tv_clinet":32328,"insert_time":"2014-08-20T13:35:25.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129983,"10":111,"107":885,"11":974,"12":244,"13":682,"14":237,"15":463,"155":102,"156":38,"158":82,"159":31,"16":194,"160":85,"161":300,"167":203,"168":6,"17":436,"18":664,"19":711,"20":261,"209":62,"21":835,"210":29,"211":6,"214":39,"215":691,"221":449,"223":1552,"224":243,"225":1388,"23":750,"24":2643,"25":1221,"257":206,"26":187,"268":4,"27":112,"273":119,"276":111,"279":56,"28":1216,"281":33,"282":113,"291":82,"292":114,"30":54,"302":18,"306":2,"31":147,"314":11,"32":31,"33":123,"34":144,"347":34,"35":118,"352":1037,"36":246,"37":97,"38":829,"380":72,"381":145,"383":83,"389":5,"39":172,"391":56,"396":6,"397":108,"40":169,"409":63,"41":126,"414":113,"415":124,"419":11,"42":133,"426":61,"43":131,"430":166,"433":9,"44":37,"45":124,"46":627,"48":137,"49":314,"5":4605,"51":49,"52":87,"53":149,"56":24,"570":8,"6":298,"63":34,"7":716,"79":48,"8":417,"80":62,"9":916,"all_client":162249,"all_tv_clinet":32266,"insert_time":"2014-08-20T13:36:26.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129938,"10":107,"107":872,"11":992,"12":246,"13":678,"14":241,"15":485,"155":98,"156":40,"158":83,"159":32,"16":196,"160":92,"161":301,"167":200,"168":5,"17":402,"18":697,"19":713,"20":259,"209":55,"21":859,"210":27,"211":6,"214":38,"215":693,"221":443,"223":1428,"224":234,"225":1351,"23":755,"24":2656,"25":1230,"257":209,"26":190,"268":3,"27":114,"273":107,"276":116,"279":57,"28":1199,"281":32,"282":113,"291":81,"292":113,"30":58,"302":17,"306":2,"31":147,"314":10,"32":29,"33":121,"34":141,"347":32,"35":119,"352":1036,"36":250,"37":95,"38":839,"380":72,"381":151,"383":78,"389":6,"39":168,"391":57,"396":8,"397":110,"40":171,"409":65,"41":130,"414":106,"415":119,"419":9,"42":134,"426":59,"43":130,"430":175,"433":9,"44":32,"45":125,"46":640,"48":129,"49":325,"5":4627,"51":52,"52":85,"53":146,"56":23,"570":7,"6":305,"63":34,"7":709,"79":45,"8":426,"80":61,"9":942,"all_client":162152,"all_tv_clinet":32214,"insert_time":"2014-08-20T13:37:27.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129964,"10":107,"107":902,"11":1011,"12":257,"13":647,"14":240,"15":504,"155":97,"156":42,"158":77,"159":32,"16":198,"160":96,"161":300,"167":200,"168":4,"17":368,"18":725,"19":708,"20":262,"209":52,"21":867,"210":28,"211":6,"214":39,"215":694,"221":435,"223":1326,"224":229,"225":1295,"23":765,"24":2652,"25":1247,"257":201,"26":187,"268":3,"27":113,"273":105,"276":114,"279":57,"28":1179,"281":31,"282":115,"291":80,"292":107,"30":61,"302":18,"306":2,"31":157,"314":10,"32":33,"33":118,"34":143,"347":31,"35":125,"352":1040,"36":253,"37":91,"38":830,"380":72,"381":161,"383":76,"389":6,"39":161,"391":57,"396":8,"397":110,"40":176,"409":63,"41":133,"414":105,"415":114,"419":8,"42":135,"426":60,"43":125,"430":181,"433":9,"44":32,"45":130,"46":639,"48":121,"49":328,"5":4619,"51":54,"52":86,"53":145,"56":23,"570":7,"6":322,"63":33,"7":706,"79":47,"8":434,"80":61,"9":955,"all_client":162082,"all_tv_clinet":32118,"insert_time":"2014-08-20T13:38:28.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129910,"10":109,"107":880,"11":1037,"12":264,"13":625,"14":255,"15":516,"155":100,"156":45,"158":73,"159":31,"16":197,"160":98,"161":294,"167":201,"168":4,"17":363,"18":719,"19":702,"20":270,"209":51,"21":865,"210":25,"211":6,"214":38,"215":684,"221":434,"223":1253,"224":229,"225":1246,"23":771,"24":2668,"25":1253,"257":199,"26":191,"268":4,"27":108,"273":101,"276":119,"279":55,"28":1159,"281":29,"282":119,"291":82,"292":111,"30":57,"302":17,"306":2,"31":167,"314":10,"32":34,"33":115,"34":144,"347":31,"35":130,"352":1052,"36":251,"37":90,"38":831,"380":73,"381":159,"383":72,"389":6,"39":152,"391":57,"396":8,"397":109,"40":176,"409":58,"41":147,"414":105,"415":118,"419":6,"42":138,"426":55,"43":125,"430":191,"433":9,"44":30,"45":136,"46":639,"48":125,"49":336,"5":4618,"51":54,"52":88,"53":136,"56":24,"570":7,"6":321,"63":34,"7":707,"79":39,"8":437,"80":64,"9":985,"all_client":161968,"all_tv_clinet":32058,"insert_time":"2014-08-20T13:39:29.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129872,"10":113,"107":876,"11":1048,"12":279,"13":621,"14":260,"15":512,"155":107,"156":48,"158":69,"159":32,"16":181,"160":101,"161":291,"167":198,"168":4,"17":354,"18":692,"19":663,"20":264,"209":52,"21":872,"210":24,"211":6,"214":35,"215":687,"221":419,"223":1217,"224":223,"225":1210,"23":779,"24":2691,"25":1259,"257":197,"26":188,"268":4,"27":106,"273":97,"276":114,"279":56,"28":1138,"281":28,"282":118,"291":83,"292":114,"30":53,"302":17,"306":2,"31":174,"314":10,"32":31,"33":113,"34":150,"347":31,"35":136,"352":1038,"36":247,"37":88,"38":827,"380":72,"381":159,"383":74,"389":5,"39":148,"391":56,"396":7,"397":110,"40":181,"409":59,"41":157,"414":105,"415":114,"419":6,"42":137,"426":67,"43":130,"430":191,"433":10,"44":30,"45":138,"46":629,"48":136,"49":339,"5":4629,"51":56,"52":91,"53":141,"56":24,"570":8,"6":322,"63":37,"7":720,"79":39,"8":434,"80":66,"9":1010,"all_client":161856,"all_tv_clinet":31984,"insert_time":"2014-08-20T13:40:30.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129767,"10":111,"107":856,"11":1050,"12":294,"13":596,"14":255,"15":514,"155":113,"156":48,"158":63,"159":31,"16":164,"160":102,"161":289,"167":199,"168":4,"17":345,"18":684,"19":621,"20":261,"209":55,"21":877,"210":21,"211":7,"214":32,"215":673,"221":414,"223":1199,"224":211,"225":1178,"23":781,"24":2700,"25":1249,"257":195,"26":194,"268":3,"27":109,"273":94,"276":116,"279":56,"28":1140,"281":31,"282":122,"291":80,"292":128,"30":54,"302":18,"306":2,"31":174,"314":8,"32":30,"33":109,"34":157,"347":28,"35":139,"352":1046,"36":250,"37":89,"38":829,"380":72,"381":157,"383":70,"389":5,"39":150,"391":56,"396":8,"397":111,"40":178,"409":62,"41":156,"414":105,"415":123,"419":7,"42":135,"426":72,"43":129,"430":196,"433":9,"44":32,"45":142,"46":627,"48":142,"49":344,"5":4649,"51":56,"52":95,"53":146,"56":25,"570":8,"6":323,"63":38,"7":743,"79":38,"8":433,"80":66,"9":1041,"all_client":161714,"all_tv_clinet":31947,"insert_time":"2014-08-20T13:41:31.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129633,"10":107,"107":846,"11":1075,"12":305,"13":579,"14":248,"15":507,"155":117,"156":45,"158":61,"159":33,"16":157,"160":107,"161":288,"167":199,"168":3,"17":339,"18":684,"19":590,"20":257,"209":56,"21":896,"210":21,"211":6,"214":29,"215":665,"221":400,"223":1182,"224":203,"225":1136,"23":769,"24":2727,"25":1255,"257":208,"26":186,"268":3,"27":110,"273":93,"276":114,"279":55,"28":1149,"281":28,"282":122,"291":81,"292":132,"30":55,"302":18,"306":2,"31":180,"314":8,"32":25,"33":109,"34":158,"347":26,"35":145,"352":1073,"36":244,"37":91,"38":831,"380":73,"381":162,"383":72,"389":5,"39":158,"391":55,"396":10,"397":111,"40":177,"409":71,"41":158,"414":106,"415":123,"419":8,"42":139,"426":72,"43":131,"430":204,"433":9,"44":33,"45":142,"46":630,"48":145,"49":350,"5":4648,"51":54,"52":96,"53":153,"56":25,"570":8,"6":330,"63":37,"7":749,"79":34,"8":433,"80":65,"9":1029,"all_client":161576,"all_tv_clinet":31943,"insert_time":"2014-08-20T13:42:33.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129559,"10":106,"107":840,"11":1089,"12":303,"13":560,"14":242,"15":496,"155":123,"156":47,"158":59,"159":37,"16":153,"160":105,"161":288,"167":194,"168":3,"17":326,"18":706,"19":559,"20":253,"209":56,"21":903,"210":21,"211":6,"214":28,"215":663,"221":395,"223":1174,"224":192,"225":1108,"23":768,"24":2754,"25":1242,"257":216,"26":188,"268":3,"27":115,"273":93,"276":118,"279":57,"28":1150,"281":28,"282":123,"291":83,"292":133,"30":55,"302":18,"306":2,"31":178,"314":10,"32":25,"33":108,"34":162,"347":26,"35":143,"352":1071,"36":241,"37":92,"38":829,"380":72,"381":158,"383":75,"389":5,"39":167,"391":53,"396":8,"397":110,"40":166,"409":71,"41":161,"414":104,"415":123,"419":10,"42":137,"426":76,"43":130,"430":204,"433":6,"44":30,"45":145,"46":633,"48":151,"49":350,"5":4656,"51":51,"52":97,"53":150,"56":24,"570":7,"6":333,"63":36,"7":735,"79":32,"8":434,"80":60,"9":1037,"all_client":161422,"all_tv_clinet":31863,"insert_time":"2014-08-20T13:43:34.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129387,"10":112,"107":834,"11":1109,"12":289,"13":550,"14":257,"15":500,"155":126,"156":48,"158":60,"159":39,"16":157,"160":107,"161":286,"167":191,"168":4,"17":315,"18":713,"19":533,"20":259,"209":58,"21":911,"210":21,"211":6,"214":26,"215":644,"221":403,"223":1146,"224":192,"225":1068,"23":755,"24":2795,"25":1242,"257":217,"26":181,"268":4,"27":122,"273":92,"276":123,"279":60,"28":1169,"281":27,"282":122,"291":83,"292":135,"30":53,"302":20,"306":2,"31":182,"314":10,"32":24,"33":109,"34":164,"347":25,"35":149,"352":1065,"36":237,"37":93,"38":845,"380":74,"381":204,"383":76,"389":5,"39":174,"391":51,"396":9,"397":109,"40":158,"409":71,"41":165,"414":91,"415":122,"419":10,"42":138,"426":86,"43":133,"430":203,"433":5,"44":26,"45":144,"46":635,"48":153,"49":356,"5":4656,"51":51,"52":97,"53":147,"56":25,"570":8,"6":317,"63":34,"7":745,"79":33,"8":434,"80":54,"9":1031,"all_client":161286,"all_tv_clinet":31899,"insert_time":"2014-08-20T13:44:35.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129207,"10":111,"107":848,"11":1124,"12":253,"13":546,"14":274,"15":494,"155":130,"156":48,"158":66,"159":37,"16":156,"160":108,"161":277,"167":187,"168":4,"17":311,"18":725,"19":542,"20":253,"209":56,"21":887,"210":25,"211":6,"214":23,"215":632,"221":416,"223":1129,"224":189,"225":1032,"23":770,"24":2780,"25":1239,"257":225,"26":181,"268":5,"27":128,"273":85,"276":124,"279":58,"28":1184,"281":28,"282":125,"291":86,"292":144,"30":53,"302":19,"306":2,"31":197,"314":10,"32":30,"33":111,"34":163,"347":23,"35":151,"352":1052,"36":233,"37":93,"38":863,"380":75,"381":238,"383":79,"389":5,"39":178,"391":47,"396":9,"397":106,"40":148,"409":74,"41":166,"414":86,"415":122,"419":11,"42":133,"426":95,"43":128,"430":201,"433":4,"44":21,"45":141,"46":644,"48":153,"49":353,"5":4692,"51":48,"52":96,"53":142,"56":24,"570":11,"6":302,"63":33,"7":753,"79":38,"8":428,"80":42,"9":1035,"all_client":161119,"all_tv_clinet":31912,"insert_time":"2014-08-20T13:45:36.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128982,"10":112,"107":860,"11":1137,"12":219,"13":535,"14":273,"15":510,"155":135,"156":49,"158":69,"159":36,"16":153,"160":110,"161":285,"167":185,"168":5,"17":301,"18":733,"19":553,"20":256,"209":60,"21":858,"210":25,"211":8,"214":23,"215":623,"221":434,"223":1100,"224":190,"225":1003,"23":775,"24":2777,"25":1244,"257":224,"26":182,"268":5,"27":130,"273":88,"276":128,"279":55,"28":1203,"281":25,"282":128,"291":87,"292":146,"30":50,"302":21,"306":2,"31":201,"314":8,"32":31,"33":109,"34":163,"347":22,"35":153,"352":1040,"36":230,"37":97,"38":865,"380":74,"381":241,"383":81,"389":5,"39":177,"391":43,"396":9,"397":106,"40":153,"409":77,"41":169,"414":103,"415":125,"419":12,"42":137,"426":83,"43":128,"430":196,"433":4,"44":21,"45":141,"46":631,"48":149,"49":353,"5":4711,"51":46,"52":100,"53":139,"56":24,"570":12,"6":273,"63":37,"7":765,"79":38,"8":431,"80":37,"9":1047,"all_client":160889,"all_tv_clinet":31907,"insert_time":"2014-08-20T13:46:37.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128778,"10":112,"107":861,"11":1138,"12":201,"13":533,"14":247,"15":537,"155":141,"156":50,"158":75,"159":37,"16":153,"160":107,"161":292,"167":180,"168":5,"17":299,"18":727,"19":572,"20":245,"209":55,"21":852,"210":26,"211":7,"214":23,"215":612,"221":429,"223":1082,"224":191,"225":976,"23":785,"24":2741,"25":1236,"257":220,"26":185,"268":5,"27":133,"273":84,"276":128,"279":52,"28":1226,"281":25,"282":134,"291":91,"292":150,"30":48,"302":21,"306":1,"31":202,"314":8,"32":35,"33":113,"34":160,"347":22,"35":153,"352":1045,"36":234,"37":100,"38":865,"380":75,"381":225,"383":82,"389":6,"39":176,"391":43,"396":8,"397":108,"40":161,"409":81,"41":175,"414":118,"415":122,"419":14,"42":141,"426":79,"43":131,"430":196,"433":3,"44":25,"45":140,"46":629,"48":148,"49":354,"5":4680,"51":47,"52":103,"53":139,"56":25,"570":12,"6":279,"63":38,"7":777,"79":35,"8":425,"80":32,"9":1052,"all_client":160629,"all_tv_clinet":31851,"insert_time":"2014-08-20T13:47:38.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128586,"10":116,"107":867,"11":1156,"12":184,"13":536,"14":220,"15":577,"155":145,"156":56,"158":80,"159":35,"16":149,"160":102,"161":297,"167":171,"168":5,"17":308,"18":728,"19":594,"20":237,"209":52,"21":845,"210":25,"211":7,"214":23,"215":605,"221":429,"223":1076,"224":199,"225":958,"23":791,"24":2750,"25":1236,"257":223,"26":193,"268":4,"27":127,"273":93,"276":133,"279":53,"28":1224,"281":26,"282":136,"291":91,"292":128,"30":46,"302":23,"306":2,"31":209,"314":7,"32":40,"33":117,"34":160,"347":21,"35":155,"352":1050,"36":233,"37":109,"38":862,"380":78,"381":219,"383":84,"389":6,"39":167,"391":45,"396":8,"397":109,"40":167,"409":80,"41":172,"414":123,"415":113,"419":14,"42":143,"426":72,"43":133,"430":202,"433":4,"44":28,"45":140,"46":620,"48":151,"49":354,"5":4399,"51":48,"52":100,"53":141,"56":28,"570":13,"6":337,"63":39,"7":808,"79":33,"8":429,"80":32,"9":1094,"all_client":160343,"all_tv_clinet":31757,"insert_time":"2014-08-20T13:48:40.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128474,"10":114,"107":870,"11":1179,"12":188,"13":560,"14":198,"15":584,"155":150,"156":58,"158":83,"159":42,"16":147,"160":95,"161":296,"167":171,"168":3,"17":315,"18":732,"19":610,"20":234,"209":53,"21":858,"210":24,"211":6,"214":22,"215":605,"221":430,"223":1103,"224":196,"225":952,"23":805,"24":2750,"25":1248,"257":223,"26":204,"268":4,"27":121,"273":100,"276":138,"279":53,"28":1242,"281":26,"282":132,"291":91,"292":114,"30":48,"302":26,"306":2,"31":214,"314":7,"32":51,"33":123,"34":164,"347":19,"35":159,"352":1037,"36":234,"37":108,"38":860,"380":75,"381":221,"383":85,"389":6,"39":163,"391":43,"396":7,"397":110,"40":171,"409":73,"41":165,"414":113,"415":118,"419":16,"42":136,"426":62,"43":132,"430":212,"433":6,"44":31,"45":140,"46":619,"48":147,"49":355,"5":4060,"51":48,"52":97,"53":142,"56":31,"570":14,"6":377,"63":36,"7":826,"79":35,"8":428,"80":27,"9":1163,"all_client":160145,"all_tv_clinet":31671,"insert_time":"2014-08-20T13:49:41.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128376,"10":116,"107":862,"11":1207,"12":177,"13":569,"14":207,"15":538,"155":156,"156":61,"158":88,"159":41,"16":142,"160":90,"161":302,"167":168,"168":3,"17":327,"18":766,"19":621,"20":229,"209":50,"21":848,"210":24,"211":7,"214":20,"215":602,"221":424,"223":1116,"224":191,"225":957,"23":805,"24":2756,"25":1259,"257":224,"26":210,"268":5,"27":118,"273":103,"276":140,"279":55,"28":1250,"281":26,"282":130,"291":95,"292":107,"30":52,"302":28,"306":3,"31":219,"314":6,"32":51,"33":132,"34":165,"347":16,"35":168,"352":1048,"36":234,"37":106,"38":878,"380":70,"381":220,"383":91,"389":6,"39":165,"391":43,"396":9,"397":110,"40":177,"409":70,"41":151,"414":108,"415":122,"419":15,"42":126,"426":54,"43":136,"430":215,"433":6,"44":28,"45":137,"46":623,"48":153,"49":363,"5":3729,"51":47,"52":99,"53":131,"56":32,"570":15,"6":402,"63":40,"7":870,"79":36,"8":426,"80":25,"9":1235,"all_client":159959,"all_tv_clinet":31583,"insert_time":"2014-08-20T13:50:42.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128234,"10":125,"107":863,"11":1218,"12":189,"13":577,"14":214,"15":469,"155":154,"156":61,"158":92,"159":42,"16":152,"160":76,"161":301,"167":167,"168":3,"17":336,"18":812,"19":620,"20":225,"209":48,"21":862,"210":23,"211":8,"214":19,"215":597,"221":425,"223":1135,"224":177,"225":948,"23":805,"24":2799,"25":1273,"257":228,"26":210,"268":4,"27":113,"273":106,"276":143,"279":56,"28":1269,"281":25,"282":134,"291":96,"292":101,"30":55,"302":29,"306":5,"31":222,"314":7,"32":46,"33":131,"34":168,"347":17,"35":168,"352":1048,"36":231,"37":101,"38":879,"380":66,"381":221,"383":93,"389":6,"39":175,"391":47,"396":7,"397":112,"40":176,"409":72,"41":142,"414":102,"415":126,"419":15,"42":121,"426":55,"43":138,"430":212,"433":6,"44":30,"45":137,"46":631,"48":148,"49":357,"5":3528,"51":43,"52":103,"53":136,"56":31,"570":15,"6":372,"63":38,"7":906,"79":34,"8":433,"80":23,"9":1263,"all_client":159761,"all_tv_clinet":31527,"insert_time":"2014-08-20T13:51:43.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128048,"10":130,"107":859,"11":1222,"12":220,"13":576,"14":214,"15":450,"155":154,"156":63,"158":97,"159":41,"16":159,"160":66,"161":304,"167":168,"168":3,"17":335,"18":845,"19":625,"20":216,"209":49,"21":881,"210":28,"211":8,"214":18,"215":589,"221":430,"223":1143,"224":164,"225":938,"23":776,"24":2842,"25":1282,"257":231,"26":223,"268":4,"27":113,"273":104,"276":145,"279":57,"28":1266,"281":26,"282":141,"291":95,"292":101,"30":58,"302":29,"306":5,"31":233,"314":8,"32":46,"33":129,"34":159,"347":14,"35":180,"352":1049,"36":234,"37":103,"38":878,"380":64,"381":232,"383":95,"389":6,"39":187,"391":53,"396":8,"397":112,"40":167,"409":69,"41":144,"414":108,"415":125,"419":15,"42":126,"426":51,"43":135,"430":211,"433":5,"44":26,"45":139,"46":640,"48":150,"49":349,"5":3314,"51":44,"52":103,"53":129,"56":33,"570":16,"6":361,"63":39,"7":937,"79":32,"8":432,"80":22,"9":1305,"all_client":159558,"all_tv_clinet":31510,"insert_time":"2014-08-20T13:52:44.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127866,"10":137,"107":843,"11":1225,"12":244,"13":576,"14":214,"15":445,"155":155,"156":66,"158":97,"159":37,"16":169,"160":63,"161":310,"167":166,"168":3,"17":343,"18":845,"19":640,"20":215,"209":53,"21":893,"210":28,"211":8,"214":20,"215":580,"221":422,"223":1151,"224":164,"225":944,"23":716,"24":2880,"25":1264,"257":233,"26":238,"268":5,"27":112,"273":107,"276":149,"279":57,"28":1283,"281":26,"282":147,"291":94,"292":105,"30":64,"302":29,"306":5,"31":232,"314":9,"32":46,"33":127,"34":166,"347":14,"35":183,"352":1067,"36":236,"37":104,"38":890,"380":63,"381":234,"383":93,"389":5,"39":203,"391":53,"396":7,"397":111,"40":165,"409":67,"41":137,"414":103,"415":128,"419":14,"42":130,"426":48,"43":132,"430":223,"433":5,"44":28,"45":139,"46":636,"48":156,"49":320,"5":3152,"51":44,"52":104,"53":124,"56":33,"570":15,"6":324,"63":41,"7":964,"79":33,"8":434,"80":19,"9":1351,"all_client":159348,"all_tv_clinet":31482,"insert_time":"2014-08-20T13:53:46.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127745,"10":130,"107":859,"11":1228,"12":268,"13":583,"14":215,"15":416,"155":155,"156":74,"158":95,"159":37,"16":187,"160":60,"161":310,"167":163,"168":3,"17":345,"18":820,"19":636,"20":220,"209":55,"21":884,"210":28,"211":8,"214":20,"215":567,"221":420,"223":1167,"224":159,"225":939,"23":660,"24":2915,"25":1252,"257":230,"26":245,"268":5,"27":116,"273":115,"276":154,"279":56,"28":1320,"281":27,"282":150,"291":95,"292":110,"30":66,"302":32,"306":6,"31":216,"314":8,"32":48,"33":126,"34":166,"347":11,"35":191,"352":1040,"36":247,"37":109,"38":876,"380":63,"381":233,"383":87,"389":5,"39":222,"391":53,"396":8,"397":115,"40":156,"409":59,"41":137,"414":110,"415":125,"419":12,"42":139,"426":41,"43":123,"430":226,"433":5,"44":34,"45":140,"46":646,"48":160,"49":291,"5":3044,"51":48,"52":103,"53":124,"56":35,"570":15,"6":295,"63":42,"7":983,"79":34,"8":440,"80":18,"9":1383,"all_client":159142,"all_tv_clinet":31397,"insert_time":"2014-08-20T13:54:47.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127592,"10":130,"107":860,"11":1239,"12":289,"13":592,"14":210,"15":378,"155":155,"156":78,"158":93,"159":35,"16":200,"160":57,"161":317,"167":155,"168":3,"17":350,"18":799,"19":626,"20":220,"209":62,"21":824,"210":25,"211":10,"214":22,"215":557,"221":434,"223":1141,"224":159,"225":946,"23":645,"24":2940,"25":1267,"257":229,"26":243,"268":5,"27":121,"273":111,"276":161,"279":56,"28":1326,"281":25,"282":151,"291":95,"292":116,"30":73,"302":31,"306":6,"31":194,"314":9,"32":46,"33":124,"34":150,"347":10,"35":196,"352":1026,"36":244,"37":114,"38":880,"380":62,"381":233,"383":88,"389":4,"39":242,"391":53,"396":9,"397":115,"40":154,"409":60,"41":126,"414":100,"415":130,"419":12,"42":151,"426":39,"43":118,"430":236,"433":3,"44":35,"45":142,"46":653,"48":170,"49":280,"5":2956,"51":51,"52":104,"53":128,"56":38,"570":15,"6":272,"63":44,"7":1022,"79":35,"8":443,"80":20,"9":1426,"all_client":158921,"all_tv_clinet":31329,"insert_time":"2014-08-20T13:55:48.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127377,"10":123,"107":852,"11":1249,"12":316,"13":603,"14":203,"15":327,"155":157,"156":81,"158":95,"159":37,"16":218,"160":57,"161":295,"167":150,"168":4,"17":355,"18":778,"19":606,"20":237,"209":66,"21":755,"210":23,"211":10,"214":22,"215":548,"221":440,"223":1131,"224":152,"225":960,"23":635,"24":3000,"25":1274,"257":227,"26":249,"268":4,"27":111,"273":109,"276":162,"279":62,"28":1363,"281":25,"282":150,"291":99,"292":121,"30":78,"302":33,"306":6,"31":170,"314":9,"32":45,"33":127,"34":134,"347":14,"35":201,"352":1019,"36":243,"37":112,"38":888,"380":62,"381":236,"383":89,"389":4,"39":233,"391":52,"396":10,"397":114,"40":153,"409":58,"41":125,"414":102,"415":139,"419":11,"42":156,"426":38,"43":100,"430":240,"433":3,"44":41,"45":154,"46":669,"48":169,"49":263,"5":2826,"51":56,"52":107,"53":145,"56":36,"570":16,"6":264,"63":44,"7":1051,"79":40,"8":441,"80":21,"9":1470,"all_client":158635,"all_tv_clinet":31258,"insert_time":"2014-08-20T13:56:49.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127019,"10":123,"107":844,"11":1267,"12":334,"13":598,"14":194,"15":305,"155":161,"156":82,"158":98,"159":36,"16":240,"160":60,"161":284,"167":141,"168":4,"17":360,"18":786,"19":568,"20":247,"209":76,"21":686,"210":21,"211":9,"214":26,"215":530,"221":476,"223":1116,"224":149,"225":985,"23":613,"24":3054,"25":1286,"257":223,"26":247,"268":5,"27":105,"273":103,"276":166,"279":66,"28":1389,"281":24,"282":148,"291":101,"292":124,"30":81,"302":31,"306":7,"31":162,"314":11,"32":44,"33":124,"34":119,"347":16,"35":201,"352":1026,"36":253,"37":105,"38":888,"380":60,"381":240,"383":82,"389":5,"39":213,"391":49,"396":10,"397":111,"40":150,"409":63,"41":118,"414":109,"415":132,"419":35,"42":174,"426":29,"43":94,"430":248,"431":1,"433":3,"44":42,"45":161,"46":679,"48":152,"49":249,"5":2633,"51":59,"52":106,"53":148,"56":35,"570":18,"6":260,"63":46,"7":1074,"79":40,"8":453,"80":22,"9":1509,"all_client":158159,"all_tv_clinet":31140,"insert_time":"2014-08-20T13:57:51.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126687,"10":128,"107":856,"11":1280,"12":374,"13":616,"14":196,"15":281,"155":161,"156":83,"158":103,"159":30,"16":268,"160":58,"161":270,"167":135,"168":4,"17":349,"18":802,"19":534,"20":262,"209":84,"21":657,"210":21,"211":7,"214":27,"215":506,"221":483,"223":1157,"224":154,"225":1032,"23":595,"24":3117,"25":1241,"257":219,"26":232,"268":7,"27":96,"273":102,"276":166,"279":65,"28":1422,"281":23,"282":139,"291":104,"292":131,"30":83,"302":35,"306":7,"31":156,"314":10,"32":42,"33":124,"34":115,"347":16,"35":184,"352":1020,"36":257,"37":90,"38":884,"380":59,"381":236,"383":85,"389":5,"39":190,"391":54,"396":10,"397":109,"40":161,"409":68,"41":122,"414":112,"415":133,"419":41,"42":207,"426":29,"43":87,"430":260,"431":1,"433":3,"44":45,"45":171,"46":682,"48":148,"49":236,"5":2433,"51":63,"52":102,"53":155,"56":33,"570":20,"6":264,"63":57,"7":1106,"79":43,"8":469,"80":21,"9":1404,"all_client":157711,"all_tv_clinet":31024,"insert_time":"2014-08-20T13:58:52.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126502,"10":131,"107":857,"11":1278,"12":401,"13":633,"14":203,"15":252,"155":160,"156":87,"158":106,"159":28,"16":304,"160":58,"161":272,"167":129,"168":4,"17":329,"18":808,"19":523,"20":268,"209":89,"21":644,"210":22,"211":7,"214":30,"215":475,"221":479,"223":1193,"224":162,"225":1068,"23":591,"24":3166,"25":1178,"257":213,"26":217,"268":5,"27":97,"273":103,"276":170,"279":68,"28":1472,"281":25,"282":130,"291":102,"292":140,"30":78,"302":33,"306":8,"31":148,"314":12,"32":40,"33":124,"34":108,"347":15,"35":165,"352":1024,"36":264,"37":83,"38":850,"380":61,"381":227,"383":87,"389":5,"39":178,"391":53,"396":11,"397":108,"40":170,"409":68,"41":118,"414":114,"415":127,"419":40,"42":242,"426":26,"43":84,"430":264,"431":1,"433":3,"44":41,"45":175,"46":688,"48":145,"49":224,"5":2285,"51":63,"52":95,"53":155,"56":43,"570":21,"6":263,"63":60,"7":1158,"79":39,"8":450,"80":20,"9":1299,"all_client":157342,"all_tv_clinet":30840,"insert_time":"2014-08-20T13:59:53.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126143,"10":138,"107":867,"11":1311,"12":438,"13":647,"14":212,"15":239,"155":158,"156":90,"158":110,"159":30,"16":305,"160":57,"161":271,"167":124,"168":4,"17":311,"18":821,"19":500,"20":287,"209":95,"21":620,"210":25,"211":8,"214":35,"215":458,"221":523,"223":1210,"224":171,"225":1109,"23":563,"24":3226,"25":1114,"257":212,"26":200,"268":6,"27":86,"273":92,"276":166,"279":72,"28":1520,"281":24,"282":126,"291":104,"292":158,"30":78,"302":35,"306":6,"31":140,"314":13,"32":41,"33":121,"34":101,"347":18,"35":145,"352":1028,"36":271,"37":74,"38":812,"380":62,"381":230,"383":84,"389":5,"39":164,"391":55,"396":11,"397":101,"40":184,"409":74,"41":114,"414":115,"415":127,"419":41,"42":279,"426":23,"43":78,"430":253,"431":1,"433":3,"44":44,"45":164,"46":702,"48":145,"49":213,"5":2191,"51":62,"52":92,"53":162,"56":44,"570":23,"6":272,"63":63,"7":1206,"79":37,"8":411,"80":20,"9":1121,"all_client":156845,"all_tv_clinet":30702,"insert_time":"2014-08-20T14:00:54.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125757,"10":138,"107":862,"11":1334,"12":452,"13":641,"14":220,"15":227,"155":160,"156":93,"158":114,"159":32,"16":299,"160":58,"161":276,"167":120,"168":4,"17":302,"18":832,"19":493,"20":286,"209":99,"21":614,"210":27,"211":7,"214":37,"215":435,"221":560,"223":1180,"224":178,"225":1129,"23":556,"24":3214,"25":1088,"257":214,"26":194,"268":7,"27":82,"273":93,"276":162,"279":72,"28":1563,"281":25,"282":120,"291":105,"292":165,"30":76,"302":33,"306":7,"31":144,"314":14,"32":40,"33":123,"34":92,"347":19,"35":139,"352":1043,"36":280,"37":71,"38":794,"380":63,"381":228,"383":84,"389":3,"39":157,"391":59,"396":9,"397":102,"40":201,"409":81,"41":113,"414":114,"415":128,"419":42,"42":302,"426":22,"43":77,"430":242,"431":1,"433":4,"44":49,"45":148,"46":702,"48":138,"49":190,"5":2134,"51":58,"52":90,"53":165,"56":44,"570":26,"6":288,"63":62,"7":1241,"79":37,"8":370,"80":21,"9":1016,"all_client":156312,"all_tv_clinet":30555,"insert_time":"2014-08-20T14:01:55.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125405,"10":139,"107":891,"11":1347,"12":473,"13":645,"14":221,"15":221,"155":155,"156":93,"158":116,"159":33,"16":286,"160":55,"161":271,"167":115,"168":3,"17":295,"18":865,"19":474,"20":296,"209":108,"21":619,"210":28,"211":8,"214":44,"215":419,"221":585,"223":1152,"224":193,"225":1135,"23":532,"24":3183,"25":1058,"257":203,"26":181,"268":9,"27":74,"273":94,"276":157,"279":71,"28":1590,"281":26,"282":120,"291":107,"292":163,"30":74,"302":29,"306":8,"31":142,"314":13,"317":1,"32":44,"33":121,"34":90,"347":19,"35":125,"352":1039,"36":274,"37":69,"38":799,"380":66,"381":215,"383":85,"389":3,"39":147,"391":60,"396":6,"397":100,"40":213,"409":89,"41":109,"414":120,"415":129,"419":43,"42":323,"426":19,"43":82,"430":253,"431":1,"433":4,"44":54,"45":135,"46":718,"48":137,"49":163,"5":2098,"51":51,"52":87,"53":165,"56":46,"570":24,"6":305,"63":64,"7":1265,"79":43,"8":337,"80":21,"9":922,"all_client":155807,"all_tv_clinet":30402,"insert_time":"2014-08-20T14:02:56.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125058,"10":136,"107":887,"11":1370,"12":483,"13":662,"14":231,"15":210,"155":151,"156":94,"158":113,"159":38,"16":293,"160":55,"161":287,"167":111,"168":3,"17":295,"18":885,"19":452,"20":305,"209":113,"21":627,"210":32,"211":8,"214":49,"215":397,"221":598,"223":1105,"224":215,"225":1121,"23":516,"24":3131,"25":1045,"257":194,"26":179,"268":12,"27":80,"273":101,"276":155,"279":73,"28":1612,"281":26,"282":121,"291":107,"292":151,"30":66,"302":26,"306":8,"31":134,"314":14,"317":1,"32":43,"33":121,"34":81,"347":13,"35":121,"352":1034,"36":273,"37":61,"38":794,"380":65,"381":213,"383":93,"389":2,"39":151,"391":63,"396":6,"397":106,"40":233,"409":85,"41":108,"414":117,"415":128,"419":37,"42":349,"426":28,"43":79,"430":266,"431":1,"433":4,"44":55,"45":120,"46":695,"48":138,"49":152,"5":2046,"51":56,"52":84,"53":170,"56":51,"570":24,"6":314,"63":64,"7":1274,"79":44,"8":320,"80":20,"9":852,"all_client":155290,"all_tv_clinet":30232,"insert_time":"2014-08-20T14:03:58.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124727,"10":139,"107":869,"11":1380,"12":461,"13":670,"14":257,"15":208,"155":149,"156":98,"158":113,"159":36,"16":306,"160":56,"161":299,"167":108,"168":3,"17":304,"18":912,"19":421,"20":306,"209":115,"21":635,"210":34,"211":9,"214":56,"215":392,"221":607,"223":988,"224":240,"225":1133,"23":510,"24":3133,"25":1027,"257":186,"26":175,"268":13,"27":77,"273":114,"276":151,"279":72,"28":1617,"281":24,"282":119,"291":107,"292":146,"30":63,"302":24,"306":8,"31":117,"314":14,"317":1,"32":41,"33":116,"34":89,"347":13,"35":121,"352":1042,"36":272,"37":59,"38":773,"380":67,"381":224,"383":95,"389":2,"39":154,"391":66,"396":6,"397":111,"40":251,"409":83,"41":118,"414":115,"415":124,"419":39,"42":374,"426":44,"43":86,"430":269,"431":1,"433":4,"44":49,"45":109,"46":635,"48":128,"49":138,"5":2004,"51":54,"52":85,"53":167,"56":56,"570":20,"6":297,"63":59,"7":1321,"79":41,"8":303,"80":21,"9":812,"all_client":154787,"all_tv_clinet":30060,"insert_time":"2014-08-20T14:04:59.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124296,"10":137,"107":872,"11":1404,"12":416,"13":678,"14":278,"15":207,"155":150,"156":98,"158":115,"159":39,"16":330,"160":58,"161":305,"167":100,"168":3,"17":306,"18":954,"19":403,"20":302,"209":113,"21":636,"210":37,"211":9,"214":59,"215":380,"221":631,"223":923,"224":262,"225":1144,"23":509,"24":3155,"25":1004,"257":179,"26":162,"268":12,"27":79,"273":116,"276":148,"279":68,"28":1627,"281":23,"282":121,"291":103,"292":148,"30":60,"302":27,"306":10,"31":110,"314":13,"317":1,"32":39,"33":111,"34":92,"347":9,"35":117,"352":1042,"36":274,"37":63,"38":777,"380":68,"381":215,"383":101,"389":2,"39":146,"391":68,"396":6,"397":109,"40":270,"409":78,"41":119,"414":104,"415":126,"419":40,"42":395,"426":56,"43":81,"430":264,"431":2,"433":4,"44":48,"45":99,"46":551,"48":117,"49":137,"5":1980,"51":50,"52":84,"53":174,"56":59,"570":23,"6":289,"63":59,"7":1315,"79":40,"8":290,"80":21,"9":785,"all_client":154219,"all_tv_clinet":29923,"insert_time":"2014-08-20T14:06:00.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123905,"10":131,"107":876,"11":1408,"12":357,"13":675,"14":300,"15":200,"155":147,"156":97,"158":116,"159":40,"16":354,"160":57,"161":299,"167":99,"168":3,"17":316,"18":1018,"19":390,"20":302,"209":110,"21":655,"210":37,"211":10,"214":60,"215":362,"221":646,"223":892,"224":276,"225":1150,"23":511,"24":3147,"25":975,"257":169,"26":155,"268":9,"27":74,"273":124,"276":141,"279":70,"28":1636,"281":23,"282":121,"291":102,"292":152,"30":55,"302":28,"306":12,"31":108,"314":12,"317":1,"32":38,"33":110,"34":102,"347":12,"35":110,"352":1041,"36":275,"37":63,"38":765,"380":71,"381":214,"383":105,"389":2,"39":150,"391":69,"396":9,"397":110,"40":278,"409":71,"41":122,"414":102,"415":121,"419":39,"42":405,"426":62,"43":81,"430":269,"431":2,"433":4,"44":45,"45":95,"46":512,"48":107,"49":122,"5":1945,"51":50,"52":78,"53":159,"56":53,"570":20,"6":279,"63":62,"7":1281,"79":40,"8":272,"80":21,"9":756,"all_client":153612,"all_tv_clinet":29707,"insert_time":"2014-08-20T14:07:02.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123530,"10":126,"107":896,"11":1410,"12":317,"13":665,"14":297,"15":191,"155":148,"156":93,"158":113,"159":38,"16":354,"160":58,"161":292,"167":97,"168":4,"17":314,"18":1060,"19":365,"20":305,"209":104,"21":667,"210":38,"211":13,"214":60,"215":345,"221":668,"223":933,"224":283,"225":1137,"23":505,"24":3157,"25":950,"257":165,"26":140,"268":9,"27":72,"273":128,"276":133,"279":72,"28":1644,"281":22,"282":120,"291":100,"292":155,"30":54,"302":29,"306":12,"31":114,"314":11,"317":1,"32":41,"33":108,"34":109,"347":14,"35":100,"352":1047,"36":274,"37":70,"38":773,"380":71,"381":206,"383":98,"389":2,"39":147,"391":72,"396":8,"397":109,"40":285,"409":66,"41":126,"414":112,"415":119,"419":36,"42":404,"426":60,"43":69,"430":271,"431":2,"433":4,"44":45,"45":84,"46":499,"48":96,"49":119,"5":1914,"51":45,"52":75,"53":160,"56":53,"570":17,"6":286,"63":62,"7":1217,"79":41,"8":256,"80":21,"9":706,"all_client":153013,"all_tv_clinet":29483,"insert_time":"2014-08-20T14:08:03.500Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123141,"10":126,"107":869,"11":1416,"12":284,"13":669,"14":300,"15":178,"155":148,"156":91,"158":113,"159":42,"16":367,"160":57,"161":282,"167":98,"168":3,"17":307,"18":1086,"19":348,"20":313,"209":112,"21":664,"210":40,"211":12,"214":63,"215":327,"221":661,"223":942,"224":292,"225":1165,"23":499,"24":3159,"25":915,"257":163,"26":134,"268":12,"27":70,"273":129,"276":128,"279":70,"28":1640,"281":22,"282":120,"291":99,"292":167,"30":51,"302":27,"306":12,"31":116,"314":11,"317":1,"32":43,"33":103,"34":125,"347":12,"35":92,"352":1021,"36":273,"37":70,"38":787,"380":73,"381":204,"383":93,"389":2,"39":148,"391":74,"396":8,"397":104,"40":291,"409":57,"41":130,"414":122,"415":129,"419":37,"42":411,"426":53,"43":64,"430":270,"431":2,"433":4,"44":43,"45":75,"46":477,"48":89,"49":112,"5":1887,"51":43,"52":71,"53":158,"56":49,"570":17,"6":281,"63":59,"7":1174,"79":44,"8":242,"80":22,"9":653,"all_client":152359,"all_tv_clinet":29218,"insert_time":"2014-08-20T14:09:04.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122723,"10":121,"107":866,"11":1413,"12":262,"13":660,"14":283,"15":180,"155":147,"156":94,"158":110,"159":41,"16":380,"160":57,"161":274,"167":96,"168":3,"17":291,"18":1108,"19":341,"20":314,"209":107,"21":687,"210":39,"211":16,"214":67,"215":313,"221":665,"223":923,"224":295,"225":1161,"23":489,"24":3162,"25":897,"257":160,"26":127,"268":11,"27":67,"273":128,"276":127,"279":64,"28":1629,"281":22,"282":120,"291":97,"292":174,"30":57,"302":28,"306":13,"31":120,"314":11,"317":1,"32":47,"33":101,"34":124,"347":10,"35":90,"352":1022,"36":262,"37":74,"38":783,"380":72,"381":202,"383":98,"389":2,"39":146,"391":68,"396":6,"397":101,"40":297,"409":53,"41":136,"414":130,"415":124,"419":39,"42":416,"426":53,"43":62,"430":268,"431":2,"433":4,"44":42,"45":68,"46":471,"48":79,"49":104,"5":1886,"51":42,"52":69,"53":162,"56":47,"570":18,"6":273,"63":58,"7":1156,"79":43,"8":225,"80":22,"9":609,"all_client":151707,"all_tv_clinet":28984,"insert_time":"2014-08-20T14:10:05.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122262,"10":113,"107":846,"11":1416,"12":248,"13":676,"14":256,"15":189,"155":148,"156":99,"158":109,"159":44,"16":391,"160":58,"161":266,"167":94,"168":2,"17":278,"18":1141,"19":333,"20":310,"209":104,"21":696,"210":39,"211":17,"214":68,"215":306,"221":666,"223":910,"224":300,"225":1162,"23":480,"24":3154,"25":894,"257":159,"26":128,"268":12,"27":67,"273":130,"276":119,"279":60,"28":1620,"281":20,"282":125,"291":98,"292":177,"30":59,"302":28,"306":13,"31":117,"314":10,"317":1,"32":42,"33":101,"34":123,"347":11,"35":83,"352":1021,"36":264,"37":75,"38":780,"380":72,"381":195,"383":99,"389":1,"39":143,"391":71,"396":6,"397":99,"40":300,"409":54,"41":128,"414":129,"415":120,"419":37,"42":416,"426":51,"43":60,"430":265,"431":2,"433":4,"44":44,"45":68,"46":455,"48":81,"49":97,"5":1857,"51":42,"52":69,"53":156,"56":42,"570":21,"6":261,"63":60,"7":1142,"79":43,"8":216,"80":22,"9":584,"all_client":151030,"all_tv_clinet":28768,"insert_time":"2014-08-20T14:11:06.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121804,"10":104,"107":839,"11":1408,"12":232,"13":684,"14":243,"15":192,"155":142,"156":101,"158":109,"159":42,"16":395,"160":57,"161":258,"167":94,"168":2,"17":272,"18":1162,"19":321,"20":312,"209":104,"21":710,"210":38,"211":17,"214":69,"215":307,"221":678,"223":900,"224":300,"225":1159,"23":481,"24":3177,"25":889,"257":168,"26":137,"268":11,"27":67,"273":126,"276":117,"279":58,"28":1599,"281":20,"282":128,"291":94,"292":176,"30":63,"302":29,"306":14,"31":115,"314":11,"317":2,"32":40,"33":97,"34":121,"347":11,"35":83,"352":1011,"36":253,"37":75,"38":765,"380":71,"381":188,"383":98,"389":1,"39":138,"391":70,"396":6,"397":99,"40":304,"409":52,"41":120,"414":132,"415":114,"419":35,"42":418,"426":50,"43":58,"430":255,"431":2,"433":5,"44":39,"45":60,"46":447,"48":77,"49":86,"5":1824,"51":39,"52":69,"53":149,"56":39,"570":22,"6":244,"63":57,"7":1136,"79":41,"8":212,"80":22,"9":573,"all_client":150345,"all_tv_clinet":28541,"insert_time":"2014-08-20T14:12:07.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121415,"10":99,"107":843,"11":1423,"12":217,"13":673,"14":223,"15":185,"155":142,"156":101,"158":108,"159":47,"16":396,"160":58,"161":257,"167":93,"168":2,"17":269,"18":1189,"19":311,"20":301,"209":103,"21":702,"210":39,"211":16,"214":71,"215":310,"221":665,"223":867,"224":301,"225":1150,"23":472,"24":3169,"25":886,"257":174,"26":137,"268":10,"27":65,"273":124,"276":117,"279":50,"28":1592,"281":18,"282":131,"291":94,"292":179,"30":63,"302":29,"306":13,"31":111,"314":12,"317":2,"32":39,"33":98,"34":115,"347":10,"35":73,"352":1016,"36":245,"37":75,"38":753,"380":68,"381":175,"383":101,"39":139,"391":70,"396":4,"397":96,"40":307,"409":50,"41":111,"414":138,"415":119,"419":22,"42":411,"426":44,"43":56,"430":245,"431":2,"433":6,"44":37,"45":52,"46":429,"48":73,"49":80,"5":1784,"51":36,"52":68,"53":148,"56":34,"570":21,"6":244,"63":61,"7":1119,"79":38,"8":202,"80":21,"9":548,"all_client":149607,"all_tv_clinet":28192,"insert_time":"2014-08-20T14:13:09.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120993,"10":95,"107":851,"11":1425,"12":210,"13":667,"14":213,"15":179,"155":142,"156":104,"158":111,"159":50,"16":398,"160":55,"161":256,"167":94,"168":3,"17":266,"18":1183,"19":309,"20":299,"209":100,"21":701,"210":41,"211":16,"214":71,"215":309,"221":671,"223":823,"224":306,"225":1138,"23":470,"24":3183,"25":884,"257":176,"26":137,"268":9,"27":70,"273":118,"276":115,"279":47,"28":1587,"281":18,"282":126,"291":94,"292":180,"30":64,"302":27,"306":12,"31":109,"314":11,"317":2,"32":38,"33":93,"34":113,"347":8,"35":76,"352":1005,"36":242,"37":80,"38":759,"380":69,"381":173,"383":103,"39":134,"391":69,"396":4,"397":89,"40":315,"409":49,"41":113,"414":127,"415":129,"419":21,"42":409,"426":55,"43":55,"430":238,"431":2,"433":5,"44":32,"45":48,"46":416,"48":74,"49":77,"5":1747,"51":38,"52":64,"53":143,"56":33,"570":24,"6":247,"63":60,"7":1119,"79":35,"8":202,"80":19,"9":525,"all_client":148994,"all_tv_clinet":28001,"insert_time":"2014-08-20T14:14:10.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120609,"10":89,"107":864,"11":1417,"12":207,"13":660,"14":209,"15":169,"155":141,"156":103,"158":109,"159":43,"16":403,"160":55,"161":264,"167":91,"168":4,"17":268,"18":1189,"19":310,"20":301,"209":95,"21":701,"210":42,"211":14,"214":74,"215":302,"221":668,"223":778,"224":316,"225":1135,"23":450,"24":3226,"25":877,"257":174,"26":132,"268":9,"27":74,"273":113,"276":113,"279":43,"28":1572,"281":18,"282":126,"291":95,"292":179,"30":63,"302":25,"306":12,"31":108,"314":12,"317":2,"32":41,"33":91,"34":114,"347":8,"35":83,"352":997,"36":226,"37":81,"38":760,"380":67,"381":169,"383":113,"39":136,"391":69,"396":4,"397":83,"40":318,"409":51,"41":118,"414":118,"415":121,"419":23,"42":417,"426":62,"43":57,"430":236,"431":2,"433":6,"44":31,"45":43,"46":398,"48":77,"49":75,"5":1700,"51":37,"52":61,"53":130,"56":30,"570":26,"6":261,"63":55,"7":1124,"79":32,"8":194,"80":19,"9":508,"all_client":148425,"all_tv_clinet":27816,"insert_time":"2014-08-20T14:15:11.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120173,"10":85,"107":826,"11":1413,"12":198,"13":654,"14":200,"15":158,"155":139,"156":102,"158":111,"159":41,"16":406,"160":55,"161":255,"167":90,"168":4,"17":266,"18":1199,"19":307,"20":302,"209":97,"21":701,"210":42,"211":14,"214":74,"215":304,"221":652,"223":744,"224":327,"225":1131,"23":437,"24":3276,"25":863,"257":175,"26":134,"268":9,"27":75,"273":108,"276":112,"279":45,"28":1562,"281":17,"282":122,"291":93,"292":177,"30":64,"302":26,"306":12,"31":105,"314":12,"317":2,"32":41,"33":90,"34":109,"347":10,"35":84,"352":988,"36":226,"37":82,"38":772,"380":67,"381":177,"383":113,"39":131,"391":69,"396":3,"397":83,"40":329,"409":54,"41":117,"414":121,"415":119,"419":19,"42":411,"426":60,"43":56,"430":231,"431":1,"433":6,"44":30,"45":42,"46":364,"48":77,"49":69,"5":1692,"51":35,"52":63,"53":118,"56":27,"570":23,"6":265,"63":51,"7":1118,"79":32,"8":197,"80":21,"9":484,"all_client":147773,"all_tv_clinet":27600,"insert_time":"2014-08-20T14:16:12.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119920,"10":74,"107":800,"11":1418,"12":202,"13":655,"14":199,"15":148,"155":136,"156":102,"158":108,"159":43,"16":423,"160":60,"161":252,"167":86,"168":3,"17":269,"18":1220,"19":298,"20":295,"209":89,"21":693,"210":43,"211":14,"214":81,"215":298,"221":660,"223":728,"224":330,"225":1095,"23":433,"24":3321,"25":850,"257":173,"26":139,"268":8,"27":78,"273":106,"276":114,"279":45,"28":1545,"281":15,"282":126,"291":94,"292":180,"30":58,"302":24,"306":11,"31":109,"314":13,"317":2,"32":36,"33":88,"34":112,"347":8,"35":84,"352":964,"36":214,"37":90,"38":749,"380":67,"381":177,"383":113,"39":130,"391":67,"396":3,"397":90,"40":333,"409":55,"41":115,"414":122,"415":120,"419":20,"42":411,"426":55,"43":51,"430":207,"431":1,"433":8,"44":30,"45":41,"46":338,"48":74,"49":67,"5":1711,"51":38,"52":60,"53":99,"56":25,"570":18,"6":265,"63":47,"7":1110,"79":30,"8":194,"80":20,"9":456,"all_client":147299,"all_tv_clinet":27379,"insert_time":"2014-08-20T14:17:13.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119557,"10":71,"107":801,"11":1414,"12":206,"13":654,"14":198,"15":148,"155":134,"156":100,"158":110,"159":44,"16":432,"160":63,"161":247,"167":86,"168":3,"17":259,"18":1235,"19":292,"20":297,"209":89,"21":694,"210":42,"211":14,"214":75,"215":297,"221":649,"223":723,"224":336,"225":1035,"23":431,"24":3339,"25":853,"257":172,"26":143,"268":7,"27":80,"273":103,"276":116,"279":43,"28":1528,"281":14,"282":133,"291":94,"292":165,"30":60,"302":23,"306":10,"31":106,"314":13,"317":1,"32":38,"33":93,"34":114,"347":9,"35":78,"352":959,"36":212,"37":89,"38":746,"380":69,"381":177,"383":111,"39":126,"391":69,"396":4,"397":93,"40":344,"409":58,"41":109,"414":121,"415":120,"419":22,"42":408,"426":55,"43":51,"430":187,"433":7,"44":27,"45":39,"46":319,"48":72,"49":62,"5":1703,"51":37,"52":55,"53":94,"56":22,"570":15,"6":258,"63":51,"7":1121,"79":33,"8":196,"80":19,"9":436,"all_client":146767,"all_tv_clinet":27210,"insert_time":"2014-08-20T14:18:13.961Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119144,"10":69,"107":794,"11":1403,"12":206,"13":643,"14":196,"15":145,"155":132,"156":98,"158":107,"159":42,"16":423,"160":59,"161":239,"167":85,"168":4,"17":255,"18":1260,"19":287,"20":296,"209":88,"21":712,"210":42,"211":14,"214":73,"215":299,"221":654,"223":705,"224":344,"225":1004,"23":420,"24":3351,"25":852,"257":171,"26":142,"268":8,"27":84,"273":104,"276":114,"279":41,"28":1512,"281":15,"282":140,"291":90,"292":149,"30":57,"302":23,"306":10,"31":104,"314":12,"317":1,"32":41,"33":97,"34":117,"347":7,"35":80,"352":974,"36":207,"37":90,"38":735,"380":70,"381":173,"383":117,"39":122,"391":77,"396":4,"397":91,"40":350,"409":60,"41":109,"414":118,"415":126,"419":18,"42":406,"426":64,"43":49,"430":181,"433":6,"44":26,"45":35,"46":298,"48":76,"49":60,"5":1692,"51":39,"52":54,"53":98,"56":22,"570":11,"6":241,"63":54,"7":1118,"79":35,"8":193,"80":20,"9":414,"all_client":146197,"all_tv_clinet":27053,"insert_time":"2014-08-20T14:19:15.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118766,"10":67,"107":801,"11":1411,"12":201,"13":648,"14":197,"15":140,"155":124,"156":96,"158":109,"159":44,"16":422,"160":57,"161":223,"167":80,"168":4,"17":240,"18":1275,"19":278,"20":294,"209":86,"21":717,"210":45,"211":14,"214":74,"215":300,"221":661,"223":693,"224":358,"225":989,"23":418,"24":3363,"25":860,"257":171,"26":142,"268":8,"27":82,"273":114,"276":119,"279":47,"28":1503,"281":15,"282":144,"291":81,"292":138,"30":62,"302":24,"306":12,"31":100,"314":13,"32":41,"33":99,"34":122,"347":7,"35":80,"352":969,"36":199,"37":89,"38":746,"380":70,"381":177,"383":111,"39":117,"391":83,"396":4,"397":94,"40":357,"409":56,"41":103,"414":125,"415":118,"419":19,"42":397,"426":59,"43":51,"430":175,"433":6,"44":26,"45":33,"46":285,"48":71,"49":60,"5":1683,"51":41,"52":51,"53":99,"56":21,"570":7,"6":212,"63":55,"7":1116,"79":35,"8":192,"80":22,"9":401,"all_client":145714,"all_tv_clinet":26948,"insert_time":"2014-08-20T14:20:16.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118344,"10":64,"107":821,"11":1442,"12":197,"13":647,"14":201,"15":143,"155":114,"156":93,"158":106,"159":45,"16":419,"160":58,"161":220,"167":76,"168":4,"17":236,"18":1291,"19":281,"20":298,"209":84,"21":721,"210":45,"211":13,"214":74,"215":303,"221":667,"223":665,"224":360,"225":959,"23":415,"24":3359,"25":869,"257":173,"26":137,"268":7,"27":84,"273":115,"276":121,"279":50,"28":1496,"281":15,"282":144,"291":76,"292":134,"30":64,"302":26,"306":13,"31":104,"314":15,"32":41,"33":101,"34":119,"347":7,"35":79,"352":979,"36":201,"37":89,"38":738,"380":70,"381":177,"383":114,"389":1,"39":116,"391":94,"396":3,"397":97,"40":363,"409":52,"41":98,"414":138,"415":109,"419":20,"42":391,"426":50,"43":46,"430":165,"433":7,"44":25,"45":36,"46":277,"48":70,"49":54,"5":1698,"51":40,"52":53,"53":96,"56":20,"570":8,"6":202,"63":52,"7":1089,"79":32,"8":196,"80":25,"9":385,"all_client":145231,"all_tv_clinet":26887,"insert_time":"2014-08-20T14:21:17.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117878,"10":64,"107":815,"11":1463,"12":186,"13":644,"14":189,"15":140,"155":105,"156":77,"158":107,"159":46,"16":419,"160":60,"161":214,"167":75,"168":5,"17":239,"18":1286,"19":278,"20":294,"209":84,"21":718,"210":43,"211":13,"214":75,"215":297,"221":689,"223":665,"224":357,"225":949,"23":429,"24":3350,"25":864,"257":175,"26":134,"268":8,"27":87,"273":110,"276":117,"279":56,"28":1496,"281":15,"282":139,"291":71,"292":140,"30":63,"302":27,"306":14,"31":110,"314":17,"32":36,"33":100,"34":126,"347":8,"35":76,"352":989,"36":210,"37":95,"38":731,"380":72,"381":168,"383":114,"389":1,"39":113,"391":92,"396":3,"397":102,"40":369,"409":49,"41":93,"414":139,"415":109,"419":20,"42":386,"426":52,"43":46,"430":156,"433":7,"44":21,"45":35,"46":263,"48":73,"49":54,"5":1681,"51":37,"52":50,"53":91,"56":18,"570":10,"6":186,"63":50,"7":1093,"79":33,"8":190,"80":27,"9":377,"all_client":144647,"all_tv_clinet":26769,"insert_time":"2014-08-20T14:22:18.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117434,"10":61,"107":818,"11":1480,"12":173,"13":655,"14":169,"15":146,"155":96,"156":69,"158":107,"159":46,"16":418,"160":60,"161":211,"167":73,"168":5,"17":250,"18":1308,"19":275,"20":289,"209":84,"21":721,"210":42,"211":12,"214":75,"215":295,"221":691,"223":655,"224":360,"225":930,"23":433,"24":3358,"25":865,"257":177,"26":138,"268":7,"27":85,"273":112,"276":118,"279":57,"28":1499,"281":15,"282":133,"291":65,"292":130,"30":71,"302":23,"306":14,"31":109,"314":18,"32":37,"33":101,"34":125,"347":8,"35":76,"352":995,"36":203,"37":96,"38":728,"380":74,"381":160,"383":114,"389":1,"39":113,"391":91,"396":5,"397":96,"40":373,"409":51,"41":99,"414":142,"415":104,"419":18,"42":383,"426":50,"43":44,"430":149,"433":6,"44":20,"45":38,"46":254,"48":77,"49":48,"5":1653,"51":40,"52":51,"53":92,"56":15,"570":15,"6":181,"63":54,"7":1071,"79":35,"8":189,"80":31,"9":389,"all_client":144130,"all_tv_clinet":26696,"insert_time":"2014-08-20T14:23:19.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116967,"10":56,"107":801,"11":1499,"12":164,"13":655,"14":148,"15":154,"155":91,"156":61,"158":107,"159":46,"16":422,"160":65,"161":221,"167":69,"168":6,"17":255,"18":1326,"19":269,"20":295,"209":82,"21":727,"210":42,"211":12,"214":76,"215":298,"221":658,"223":643,"224":349,"225":950,"23":427,"24":3376,"25":879,"257":173,"26":148,"268":7,"27":91,"273":107,"276":120,"279":58,"28":1478,"281":13,"282":116,"291":65,"292":139,"30":74,"302":23,"306":12,"31":106,"314":15,"32":37,"33":103,"34":123,"347":7,"35":78,"352":991,"36":210,"37":97,"38":729,"380":72,"381":155,"383":119,"389":1,"39":113,"391":92,"396":4,"397":97,"40":381,"409":51,"41":109,"414":143,"415":97,"419":14,"42":379,"426":47,"43":44,"430":146,"433":7,"44":20,"45":39,"46":253,"48":79,"49":49,"5":1629,"51":40,"52":48,"53":86,"56":17,"570":16,"6":178,"63":51,"7":1017,"79":33,"8":197,"80":32,"9":394,"all_client":143565,"all_tv_clinet":26598,"insert_time":"2014-08-20T14:24:20.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116567,"10":49,"107":797,"11":1525,"12":151,"13":649,"14":141,"15":156,"155":89,"156":59,"158":105,"159":49,"16":434,"160":63,"161":223,"167":69,"168":6,"17":266,"18":1302,"19":275,"20":290,"209":79,"21":727,"210":43,"211":13,"214":77,"215":297,"221":640,"223":632,"224":343,"225":971,"23":438,"24":3413,"25":886,"257":174,"26":147,"268":8,"27":93,"273":101,"276":116,"279":59,"28":1424,"281":12,"282":106,"291":64,"292":144,"30":78,"302":24,"306":12,"31":104,"314":15,"32":39,"33":98,"34":116,"347":6,"35":80,"352":988,"36":200,"37":91,"38":733,"380":75,"381":153,"383":119,"389":1,"39":119,"391":93,"396":5,"397":99,"40":381,"409":51,"41":104,"414":142,"415":96,"419":12,"42":381,"426":42,"43":41,"430":140,"433":7,"44":24,"45":38,"46":253,"48":78,"49":50,"5":1652,"51":44,"52":50,"53":83,"56":15,"570":18,"6":168,"63":47,"7":960,"79":37,"8":195,"80":32,"9":386,"all_client":143047,"all_tv_clinet":26480,"insert_time":"2014-08-20T14:25:21.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116122,"10":46,"107":810,"11":1539,"12":145,"13":644,"14":139,"15":156,"155":86,"156":57,"158":96,"159":53,"16":437,"160":67,"161":226,"167":67,"168":6,"17":263,"18":1305,"19":276,"20":274,"209":76,"21":726,"210":47,"211":11,"214":77,"215":296,"221":648,"223":640,"224":334,"225":976,"23":451,"24":3431,"25":879,"257":172,"26":142,"268":8,"27":95,"273":100,"276":111,"279":63,"28":1367,"281":12,"282":106,"291":60,"292":145,"30":67,"302":25,"306":13,"31":104,"314":13,"32":39,"33":97,"34":111,"347":7,"35":86,"352":986,"36":203,"37":94,"38":724,"380":76,"381":150,"383":120,"389":1,"39":115,"391":96,"396":3,"397":99,"40":386,"409":51,"41":106,"414":148,"415":99,"419":14,"42":394,"426":38,"43":35,"430":136,"433":5,"44":26,"45":35,"46":256,"48":76,"49":53,"5":1634,"51":50,"52":50,"53":84,"56":16,"570":19,"6":162,"63":47,"7":915,"79":34,"8":197,"80":33,"9":387,"all_client":142502,"all_tv_clinet":26380,"insert_time":"2014-08-20T14:26:22.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115620,"10":52,"107":827,"11":1552,"12":144,"13":633,"14":136,"15":155,"155":84,"156":53,"158":89,"159":58,"16":440,"160":68,"161":232,"167":67,"168":6,"17":268,"18":1281,"19":275,"20":254,"209":78,"21":716,"210":47,"211":11,"214":77,"215":291,"221":655,"223":650,"224":329,"225":978,"23":454,"24":3459,"25":855,"257":180,"26":135,"268":9,"27":95,"273":97,"276":107,"279":61,"28":1298,"281":11,"282":103,"291":55,"292":132,"30":62,"302":23,"306":14,"31":109,"314":13,"32":39,"33":96,"34":105,"347":9,"35":93,"352":978,"36":203,"37":92,"38":713,"380":75,"381":146,"383":115,"389":2,"39":122,"391":100,"396":2,"397":98,"40":394,"409":57,"41":120,"414":151,"415":94,"419":13,"42":402,"426":36,"43":33,"430":139,"433":4,"44":29,"45":33,"46":260,"48":79,"49":53,"5":1635,"51":53,"52":50,"53":83,"56":15,"570":21,"6":152,"63":50,"7":878,"79":36,"8":197,"80":35,"9":380,"all_client":141868,"all_tv_clinet":26248,"insert_time":"2014-08-20T14:27:24.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115136,"10":53,"107":810,"11":1576,"12":146,"13":621,"14":128,"15":158,"155":77,"156":47,"158":82,"159":58,"16":447,"160":67,"161":225,"167":62,"168":5,"17":263,"18":1228,"19":278,"20":237,"209":83,"21":719,"210":44,"211":10,"214":77,"215":290,"221":666,"223":667,"224":330,"225":967,"23":448,"24":3474,"25":860,"257":189,"26":137,"268":9,"27":95,"273":93,"276":101,"279":58,"28":1245,"281":12,"282":102,"291":49,"292":117,"30":63,"302":23,"306":15,"31":104,"314":16,"32":38,"33":95,"34":106,"347":9,"35":100,"352":967,"36":199,"37":96,"38":725,"380":74,"381":144,"383":116,"389":2,"39":122,"391":98,"396":2,"397":100,"40":394,"409":62,"41":123,"414":147,"415":89,"419":17,"42":397,"426":35,"43":34,"430":139,"433":4,"44":27,"45":34,"46":267,"48":74,"49":51,"5":1628,"51":53,"52":52,"53":96,"56":14,"570":20,"6":154,"63":51,"7":847,"79":35,"8":210,"80":38,"9":384,"all_client":141236,"all_tv_clinet":26100,"insert_time":"2014-08-20T14:28:24.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114744,"10":53,"107":806,"11":1574,"12":159,"13":600,"14":131,"15":157,"155":70,"156":47,"158":82,"159":55,"16":457,"160":62,"161":221,"167":61,"168":5,"17":266,"18":1173,"19":277,"20":238,"209":82,"21":721,"210":47,"211":9,"214":74,"215":284,"221":676,"223":664,"224":338,"225":995,"23":457,"24":3504,"25":847,"257":188,"26":136,"268":8,"27":102,"273":92,"276":94,"279":52,"28":1209,"281":12,"282":98,"291":39,"292":109,"30":61,"302":24,"306":15,"31":105,"314":16,"32":36,"33":94,"34":105,"347":9,"35":103,"352":962,"36":189,"37":101,"38":728,"380":75,"381":140,"383":112,"389":2,"39":120,"391":101,"396":3,"397":105,"40":387,"409":67,"41":118,"414":141,"415":84,"419":16,"42":387,"426":34,"43":37,"430":144,"433":4,"44":28,"45":33,"46":267,"48":74,"49":48,"5":1633,"51":49,"52":50,"53":100,"56":15,"570":16,"6":145,"63":48,"7":800,"79":34,"8":214,"80":40,"9":389,"all_client":140683,"all_tv_clinet":25939,"insert_time":"2014-08-20T14:29:26.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114269,"10":54,"107":786,"11":1522,"12":172,"13":590,"14":133,"15":156,"155":64,"156":49,"158":87,"159":45,"16":464,"160":71,"161":213,"167":58,"168":5,"17":272,"18":1148,"19":295,"20":231,"209":81,"21":715,"210":46,"211":9,"214":75,"215":285,"221":664,"223":676,"224":342,"225":1022,"23":464,"24":3500,"25":836,"257":190,"26":142,"268":7,"27":107,"273":92,"276":90,"279":50,"28":1196,"281":12,"282":97,"291":33,"292":99,"30":63,"302":24,"306":15,"31":107,"314":17,"32":35,"33":92,"34":109,"347":10,"35":113,"352":970,"36":184,"37":101,"38":727,"380":70,"381":139,"383":116,"39":120,"391":107,"396":4,"397":105,"40":376,"409":72,"41":108,"414":141,"415":93,"419":17,"42":375,"426":35,"43":34,"430":143,"433":5,"44":27,"45":34,"46":271,"48":79,"49":49,"5":1638,"51":53,"52":52,"53":103,"56":13,"570":12,"6":142,"63":49,"7":768,"79":26,"8":221,"80":34,"9":391,"all_client":140103,"all_tv_clinet":25834,"insert_time":"2014-08-20T14:30:27.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113765,"10":54,"107":798,"11":1415,"12":170,"13":572,"14":143,"15":155,"155":58,"156":51,"158":82,"159":40,"16":492,"160":72,"161":220,"167":57,"168":5,"17":269,"18":1131,"19":315,"20":235,"209":78,"21":728,"210":46,"211":8,"214":76,"215":283,"221":656,"223":706,"224":354,"225":1026,"23":472,"24":3522,"25":834,"257":184,"26":147,"268":7,"27":110,"273":90,"276":88,"279":45,"28":1195,"281":13,"282":92,"291":28,"292":103,"30":66,"302":23,"306":15,"31":113,"314":14,"32":32,"33":92,"34":113,"347":10,"35":115,"352":976,"36":188,"37":98,"38":710,"380":71,"381":133,"383":122,"39":118,"391":101,"396":4,"397":103,"40":367,"409":71,"41":109,"414":146,"415":87,"419":17,"42":363,"426":34,"43":32,"430":145,"433":6,"44":25,"45":31,"46":280,"48":77,"49":54,"5":1603,"51":49,"52":55,"53":99,"56":13,"570":15,"6":149,"63":53,"7":731,"79":29,"8":215,"80":32,"9":393,"all_client":139487,"all_tv_clinet":25722,"insert_time":"2014-08-20T14:31:28.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113267,"10":54,"107":790,"11":1282,"12":162,"13":561,"14":155,"15":160,"155":50,"156":47,"158":83,"159":37,"16":499,"160":74,"161":222,"167":52,"168":6,"17":265,"18":1120,"19":334,"20":228,"209":80,"21":746,"210":42,"211":8,"214":79,"215":284,"221":653,"223":741,"224":350,"225":1024,"23":501,"24":3555,"25":832,"257":183,"26":155,"268":7,"27":108,"273":79,"276":82,"279":43,"28":1201,"281":14,"282":82,"291":28,"292":98,"30":67,"302":23,"306":17,"31":111,"314":12,"32":33,"33":97,"34":118,"347":10,"35":116,"352":993,"36":188,"37":96,"38":715,"380":72,"381":128,"383":127,"39":125,"391":103,"396":3,"397":107,"40":369,"409":72,"41":107,"414":146,"415":92,"419":17,"42":367,"426":34,"43":30,"430":146,"433":8,"44":31,"45":26,"46":277,"48":82,"49":53,"5":1556,"51":47,"52":53,"53":98,"56":12,"570":14,"6":157,"63":55,"7":690,"79":30,"8":209,"80":30,"9":399,"all_client":138891,"all_tv_clinet":25624,"insert_time":"2014-08-20T14:32:30.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112648,"10":51,"107":769,"11":1147,"12":141,"13":546,"14":167,"15":147,"155":51,"156":47,"158":77,"159":33,"16":525,"160":68,"161":233,"167":52,"168":8,"17":255,"18":1131,"19":357,"20":226,"209":73,"21":756,"210":42,"211":9,"214":82,"215":281,"221":658,"223":730,"224":350,"225":1032,"23":525,"24":3586,"25":831,"257":178,"26":154,"268":6,"27":107,"273":80,"276":80,"279":41,"28":1227,"281":15,"282":79,"291":26,"292":95,"30":71,"302":22,"306":19,"31":114,"314":13,"32":34,"33":99,"34":118,"347":11,"35":118,"352":996,"36":194,"37":97,"38":689,"380":74,"381":131,"383":122,"39":125,"391":117,"396":7,"397":99,"40":374,"409":65,"41":103,"414":147,"415":93,"419":15,"42":378,"426":34,"43":26,"430":153,"433":7,"44":30,"45":27,"46":280,"48":87,"49":57,"5":1497,"51":49,"52":53,"53":94,"56":13,"570":15,"6":179,"63":57,"7":675,"79":30,"8":214,"80":25,"9":402,"all_client":138171,"all_tv_clinet":25523,"insert_time":"2014-08-20T14:33:36.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112245,"10":50,"107":744,"11":1064,"12":128,"13":538,"14":183,"15":146,"155":48,"156":46,"158":73,"159":28,"16":530,"160":68,"161":226,"167":52,"168":9,"17":243,"18":1134,"19":371,"20":225,"209":71,"21":771,"210":43,"211":9,"214":85,"215":293,"221":630,"223":689,"224":355,"225":1056,"23":542,"24":3591,"25":821,"257":179,"26":155,"268":6,"27":114,"273":80,"276":76,"279":40,"28":1245,"281":15,"282":83,"291":25,"292":95,"30":74,"302":22,"306":20,"31":105,"314":11,"32":32,"33":98,"34":127,"347":13,"35":120,"352":1000,"36":198,"37":95,"38":680,"380":73,"381":134,"383":126,"39":123,"391":127,"396":9,"397":103,"40":367,"409":62,"41":100,"414":147,"415":96,"419":13,"42":384,"426":33,"43":27,"430":151,"433":7,"44":30,"45":28,"46":275,"48":85,"49":54,"5":1439,"51":49,"52":49,"53":93,"56":16,"570":12,"6":179,"63":57,"7":672,"79":22,"8":213,"80":23,"9":409,"all_client":137602,"all_tv_clinet":25357,"insert_time":"2014-08-20T14:34:38.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111715,"10":49,"107":737,"11":1009,"12":123,"13":516,"14":194,"15":143,"155":48,"156":44,"158":69,"159":28,"16":509,"160":67,"161":215,"167":49,"168":9,"17":233,"18":1166,"19":396,"20":224,"209":68,"21":779,"210":42,"211":10,"214":89,"215":296,"221":599,"223":684,"224":363,"225":1073,"23":550,"24":3586,"25":833,"257":174,"26":153,"268":7,"27":115,"273":82,"276":71,"279":42,"28":1248,"281":14,"282":83,"291":25,"292":99,"30":73,"302":20,"306":22,"31":102,"314":12,"317":1,"32":30,"33":91,"34":133,"347":15,"35":119,"352":984,"36":208,"37":95,"38":656,"380":73,"381":133,"383":129,"39":118,"391":136,"396":12,"397":113,"40":367,"409":64,"41":98,"414":143,"415":92,"419":12,"42":393,"426":35,"43":29,"430":148,"433":5,"44":30,"45":27,"46":271,"48":92,"49":53,"5":1364,"51":52,"52":51,"53":93,"56":15,"570":11,"6":187,"63":56,"7":643,"79":21,"8":213,"80":17,"9":416,"all_client":136901,"all_tv_clinet":25186,"insert_time":"2014-08-20T14:35:39.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111232,"10":47,"107":730,"11":966,"12":119,"13":499,"14":191,"15":151,"155":45,"156":45,"158":68,"159":30,"16":459,"160":61,"161":200,"167":46,"168":7,"17":215,"18":1151,"19":418,"20":217,"209":73,"21":765,"210":41,"211":12,"214":88,"215":309,"221":590,"223":677,"224":370,"225":1076,"23":544,"24":3572,"25":828,"257":177,"26":150,"268":7,"27":120,"273":82,"276":69,"279":43,"28":1257,"281":14,"282":86,"291":25,"292":99,"30":77,"302":20,"306":24,"31":103,"314":13,"317":1,"32":28,"33":93,"34":130,"347":18,"35":125,"352":967,"36":210,"37":96,"38":648,"380":74,"381":133,"383":130,"39":119,"391":135,"396":11,"397":124,"40":364,"409":65,"41":97,"414":137,"415":93,"419":12,"42":396,"426":39,"43":31,"430":147,"433":5,"44":30,"45":28,"46":277,"48":98,"49":52,"5":1330,"51":54,"52":52,"53":90,"56":16,"570":8,"6":205,"63":57,"7":610,"79":22,"8":217,"80":18,"9":421,"all_client":136221,"all_tv_clinet":24989,"insert_time":"2014-08-20T14:36:40.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110742,"10":50,"107":722,"11":919,"12":116,"13":469,"14":198,"15":151,"155":43,"156":47,"158":63,"159":32,"16":420,"160":63,"161":198,"167":49,"168":7,"17":199,"18":1171,"19":424,"20":210,"209":74,"21":760,"210":39,"211":14,"214":89,"215":315,"221":576,"223":672,"224":371,"225":1079,"23":524,"24":3593,"25":818,"257":175,"26":152,"268":7,"27":121,"273":78,"276":62,"279":46,"28":1261,"281":13,"282":89,"291":25,"292":99,"30":82,"302":17,"306":24,"31":103,"314":13,"317":1,"32":29,"33":98,"34":123,"347":17,"35":122,"352":946,"36":213,"37":95,"38":650,"380":76,"381":119,"383":129,"39":119,"391":139,"396":11,"397":123,"40":365,"409":65,"41":105,"414":137,"415":97,"419":12,"42":395,"426":40,"43":29,"430":156,"433":5,"44":30,"45":26,"46":280,"48":102,"49":58,"5":1273,"51":54,"52":54,"53":84,"56":14,"570":9,"6":228,"63":57,"7":581,"79":24,"8":217,"80":18,"9":416,"all_client":135525,"all_tv_clinet":24783,"insert_time":"2014-08-20T14:37:41.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110167,"10":52,"107":696,"11":880,"12":109,"13":454,"14":203,"15":142,"155":43,"156":50,"158":61,"159":32,"16":406,"160":63,"161":193,"167":48,"168":7,"17":191,"18":1170,"19":449,"20":219,"209":76,"21":762,"210":38,"211":14,"214":87,"215":312,"221":562,"223":681,"224":374,"225":1082,"23":483,"24":3582,"25":817,"257":183,"26":150,"268":9,"27":121,"273":77,"276":60,"279":44,"28":1268,"281":12,"282":90,"291":25,"292":95,"30":85,"302":17,"306":24,"31":102,"314":13,"317":1,"32":29,"33":99,"34":115,"347":16,"35":125,"352":942,"36":209,"37":93,"38":651,"380":80,"381":115,"383":128,"39":113,"391":141,"396":11,"397":125,"40":361,"409":62,"41":106,"414":130,"415":98,"419":10,"42":402,"426":44,"43":26,"430":163,"433":4,"44":34,"45":27,"46":284,"48":97,"49":60,"5":1240,"51":53,"52":56,"53":83,"56":15,"570":11,"6":241,"63":60,"7":552,"79":24,"8":221,"80":20,"9":409,"all_client":134766,"all_tv_clinet":24599,"insert_time":"2014-08-20T14:38:42.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109621,"10":56,"107":688,"11":841,"12":109,"13":427,"14":201,"15":132,"155":43,"156":48,"158":59,"159":33,"16":377,"160":57,"161":197,"167":46,"168":10,"17":179,"18":1173,"19":455,"20":234,"209":77,"21":766,"210":35,"211":14,"214":86,"215":303,"221":562,"223":681,"224":376,"225":1070,"23":475,"24":3587,"25":819,"257":179,"26":153,"268":10,"27":114,"273":77,"276":58,"279":46,"28":1268,"281":13,"282":91,"291":21,"292":88,"30":90,"302":16,"306":28,"31":106,"314":15,"317":1,"32":29,"33":98,"34":105,"347":14,"35":127,"352":946,"36":213,"37":91,"38":658,"380":81,"381":110,"383":122,"39":113,"391":145,"396":12,"397":128,"40":354,"409":60,"41":103,"414":137,"415":98,"419":10,"42":407,"426":39,"43":23,"430":165,"433":5,"44":35,"45":25,"46":283,"48":92,"49":59,"5":1214,"51":49,"52":57,"53":79,"56":17,"570":12,"6":232,"63":60,"7":541,"79":27,"8":228,"80":19,"9":404,"all_client":134037,"all_tv_clinet":24416,"insert_time":"2014-08-20T14:39:43.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109062,"10":50,"107":691,"11":790,"12":104,"13":403,"14":203,"15":124,"155":42,"156":51,"158":60,"159":32,"16":365,"160":53,"161":187,"167":45,"168":10,"17":173,"18":1188,"19":464,"20":235,"209":77,"21":753,"210":34,"211":14,"214":86,"215":298,"221":548,"223":678,"224":376,"225":1053,"23":461,"24":3563,"25":820,"257":177,"26":152,"268":11,"27":117,"273":81,"276":58,"279":45,"28":1265,"281":14,"282":93,"291":20,"292":84,"30":91,"302":16,"306":29,"31":103,"314":15,"317":1,"32":27,"33":98,"34":104,"347":15,"35":135,"352":928,"36":216,"37":89,"38":661,"380":80,"381":116,"383":132,"39":107,"391":147,"396":10,"397":131,"40":353,"409":56,"41":100,"414":139,"415":97,"419":10,"42":407,"426":41,"43":28,"430":164,"433":6,"44":34,"45":21,"46":286,"48":94,"49":59,"5":1187,"51":48,"52":57,"53":79,"56":17,"570":12,"6":237,"63":60,"7":542,"79":24,"8":227,"80":18,"9":391,"all_client":133255,"all_tv_clinet":24193,"insert_time":"2014-08-20T14:40:44.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108574,"10":47,"107":686,"11":735,"12":103,"13":389,"14":200,"15":120,"155":39,"156":51,"158":60,"159":30,"16":364,"160":48,"161":189,"167":45,"168":10,"17":153,"18":1180,"19":467,"20":233,"209":77,"21":752,"210":34,"211":14,"214":85,"215":297,"221":537,"223":674,"224":376,"225":1041,"23":463,"24":3561,"25":817,"257":178,"26":156,"268":9,"27":119,"273":82,"276":56,"279":44,"28":1261,"281":13,"282":96,"291":20,"292":77,"30":95,"302":17,"306":29,"31":100,"314":15,"317":1,"32":27,"33":95,"34":103,"347":14,"35":138,"352":909,"36":219,"37":91,"38":661,"380":81,"381":118,"383":136,"389":1,"39":104,"391":153,"396":7,"397":129,"40":359,"409":55,"41":96,"414":143,"415":101,"419":10,"42":401,"426":38,"43":33,"430":163,"433":6,"44":30,"45":20,"46":294,"48":92,"49":65,"5":1150,"51":53,"52":54,"53":84,"56":17,"570":12,"6":242,"63":60,"7":532,"79":25,"8":217,"80":16,"9":376,"all_client":132549,"all_tv_clinet":23975,"insert_time":"2014-08-20T14:41:45.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107969,"10":45,"107":658,"11":720,"12":96,"13":389,"14":193,"15":115,"155":40,"156":51,"158":59,"159":28,"16":365,"160":43,"161":190,"167":41,"168":8,"17":150,"18":1170,"19":455,"20":234,"209":78,"21":766,"210":33,"211":14,"214":83,"215":301,"221":538,"223":672,"224":384,"225":1020,"23":465,"24":3558,"25":800,"257":175,"26":156,"268":7,"27":120,"273":75,"276":54,"279":42,"28":1266,"281":13,"282":101,"291":20,"292":73,"30":93,"302":17,"306":30,"31":93,"314":14,"317":1,"32":26,"33":97,"34":104,"347":13,"35":140,"352":896,"36":212,"37":91,"38":643,"380":79,"381":116,"383":131,"389":2,"39":101,"391":159,"396":6,"397":122,"40":353,"409":59,"41":97,"414":133,"415":104,"419":11,"42":384,"426":36,"43":37,"430":160,"433":5,"44":29,"45":25,"46":297,"48":93,"49":67,"5":1121,"51":54,"52":51,"53":86,"56":18,"570":12,"6":257,"63":60,"7":502,"79":25,"8":211,"80":17,"9":371,"all_client":131694,"all_tv_clinet":23725,"insert_time":"2014-08-20T14:42:51.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107471,"10":49,"107":644,"11":694,"12":89,"13":383,"14":187,"15":110,"155":40,"156":53,"158":60,"159":26,"16":376,"160":39,"161":198,"167":40,"168":8,"17":156,"18":1182,"19":438,"20":240,"209":78,"21":778,"210":33,"211":13,"214":82,"215":306,"221":519,"223":668,"224":393,"225":981,"23":465,"24":3576,"25":761,"257":180,"26":156,"268":7,"27":123,"273":72,"276":51,"279":48,"28":1274,"281":14,"282":108,"291":20,"292":65,"30":93,"302":19,"306":31,"31":91,"314":14,"317":1,"32":23,"33":98,"34":107,"347":13,"35":130,"352":891,"36":212,"37":88,"38":628,"380":79,"381":124,"383":122,"389":2,"39":104,"391":164,"396":7,"397":112,"40":333,"409":58,"41":96,"414":123,"415":112,"419":11,"42":362,"426":32,"43":44,"430":152,"433":5,"44":32,"45":31,"46":302,"48":99,"49":68,"5":1120,"51":51,"52":50,"53":85,"56":18,"570":11,"6":253,"63":59,"7":467,"79":26,"8":215,"80":17,"9":352,"all_client":130991,"all_tv_clinet":23520,"insert_time":"2014-08-20T14:43:52.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106900,"10":49,"107":635,"11":693,"12":87,"13":388,"14":174,"15":105,"155":34,"156":54,"158":64,"159":22,"16":366,"160":40,"161":195,"167":40,"168":8,"17":156,"18":1207,"19":414,"20":244,"209":81,"21":794,"210":31,"211":12,"214":80,"215":312,"221":515,"223":657,"224":413,"225":943,"23":473,"24":3571,"25":731,"257":184,"26":155,"268":8,"27":131,"273":69,"276":53,"279":45,"28":1282,"281":16,"282":111,"291":19,"292":63,"30":94,"302":19,"306":31,"31":90,"314":14,"317":2,"32":23,"33":99,"34":110,"347":12,"35":123,"352":895,"36":203,"37":90,"38":628,"380":75,"381":122,"383":114,"389":1,"39":99,"391":162,"396":7,"397":101,"40":302,"409":58,"41":98,"414":110,"415":118,"419":11,"42":337,"426":29,"43":42,"430":153,"433":8,"44":34,"45":34,"46":312,"48":95,"49":78,"5":1120,"51":53,"52":50,"53":79,"56":18,"570":17,"6":254,"63":58,"7":471,"79":25,"8":212,"80":20,"9":325,"all_client":130259,"all_tv_clinet":23359,"insert_time":"2014-08-20T14:44:53.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106360,"10":53,"107":647,"11":699,"12":85,"13":379,"14":171,"15":94,"155":33,"156":54,"158":63,"159":21,"16":362,"160":36,"161":192,"167":38,"168":8,"17":147,"18":1214,"19":379,"20":242,"209":81,"21":799,"210":31,"211":11,"214":79,"215":311,"221":522,"223":654,"224":420,"225":906,"23":482,"24":3550,"25":719,"257":190,"26":160,"268":8,"27":137,"273":64,"276":53,"279":43,"28":1293,"281":17,"282":118,"291":18,"292":65,"30":98,"302":19,"306":30,"31":88,"314":15,"317":2,"32":24,"33":97,"34":113,"347":13,"35":109,"352":878,"36":206,"37":92,"38":610,"380":71,"381":121,"383":115,"389":1,"39":98,"391":163,"396":6,"397":97,"40":271,"409":53,"41":99,"414":104,"415":115,"419":13,"42":326,"426":30,"43":39,"430":154,"433":9,"44":35,"45":42,"46":313,"48":94,"49":91,"5":1126,"51":49,"52":50,"53":74,"56":14,"570":18,"6":239,"63":58,"7":450,"79":22,"8":212,"80":18,"9":292,"all_client":129484,"all_tv_clinet":23124,"insert_time":"2014-08-20T14:45:54.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105745,"10":56,"107":635,"11":705,"12":80,"13":378,"14":168,"15":92,"155":32,"156":57,"158":64,"159":20,"16":355,"160":34,"161":191,"167":39,"168":8,"17":140,"18":1211,"19":348,"20":241,"209":85,"21":803,"210":30,"211":12,"214":77,"215":320,"221":532,"223":641,"224":435,"225":881,"23":490,"24":3529,"25":709,"257":189,"26":159,"268":8,"27":137,"273":62,"276":51,"279":42,"28":1285,"281":16,"282":115,"291":19,"292":67,"30":96,"302":18,"306":29,"31":84,"314":15,"317":2,"32":22,"33":96,"34":113,"347":14,"35":102,"352":865,"36":206,"37":93,"38":597,"380":66,"381":121,"383":111,"389":1,"39":89,"391":160,"396":6,"397":95,"40":255,"409":58,"41":102,"414":95,"415":124,"419":13,"42":309,"426":29,"43":37,"430":154,"433":9,"44":35,"45":45,"46":315,"48":94,"49":100,"5":1126,"51":50,"52":56,"53":74,"56":15,"570":18,"6":239,"63":59,"7":439,"79":24,"8":213,"80":18,"9":270,"all_client":128669,"all_tv_clinet":22924,"insert_time":"2014-08-20T14:46:55.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105161,"10":53,"107":620,"11":710,"12":78,"13":374,"14":166,"15":88,"155":33,"156":59,"158":64,"159":20,"16":361,"160":33,"161":187,"167":38,"168":8,"17":141,"18":1204,"19":325,"20":239,"209":88,"21":826,"210":29,"211":12,"214":76,"215":322,"221":541,"223":636,"224":449,"225":877,"23":491,"24":3527,"25":709,"257":181,"26":155,"268":7,"27":136,"273":63,"276":54,"279":45,"28":1279,"281":16,"282":114,"291":19,"292":68,"30":100,"302":19,"306":28,"31":84,"314":13,"317":2,"32":23,"33":94,"34":117,"347":15,"35":98,"352":851,"36":207,"37":92,"38":585,"380":63,"381":123,"383":106,"389":2,"39":81,"391":160,"396":5,"397":91,"40":237,"409":62,"41":102,"414":98,"415":122,"419":14,"42":276,"426":25,"43":35,"430":150,"433":9,"44":35,"45":43,"46":318,"48":91,"49":104,"5":1137,"51":48,"52":56,"53":75,"56":15,"570":16,"6":221,"63":57,"7":417,"79":26,"8":211,"80":16,"9":257,"all_client":127914,"all_tv_clinet":22753,"insert_time":"2014-08-20T14:47:56.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104594,"10":53,"107":620,"11":697,"12":73,"13":367,"14":159,"15":90,"155":33,"156":56,"158":64,"159":21,"16":377,"160":28,"161":192,"167":35,"168":8,"17":136,"18":1198,"19":301,"20":239,"209":99,"21":836,"210":30,"211":12,"214":78,"215":331,"221":538,"223":634,"224":458,"225":879,"23":485,"24":3481,"25":712,"257":181,"26":155,"268":7,"27":134,"273":64,"276":52,"279":45,"28":1272,"281":15,"282":117,"291":20,"292":67,"30":98,"302":20,"306":25,"31":76,"314":11,"317":2,"32":22,"33":87,"34":124,"347":13,"35":92,"352":845,"36":214,"37":92,"38":571,"380":61,"381":131,"383":108,"389":1,"39":86,"391":157,"396":5,"397":87,"40":225,"409":61,"41":98,"414":88,"415":125,"419":12,"42":248,"426":24,"43":36,"430":143,"433":9,"44":33,"45":41,"46":314,"48":86,"49":112,"5":1153,"51":44,"52":58,"53":80,"56":18,"570":17,"6":217,"63":53,"7":415,"79":26,"8":208,"80":19,"9":241,"all_client":127175,"all_tv_clinet":22581,"insert_time":"2014-08-20T14:48:57.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104035,"10":49,"107":624,"11":685,"12":71,"13":362,"14":152,"15":85,"155":35,"156":55,"158":67,"159":22,"16":381,"160":30,"161":191,"167":32,"168":9,"17":140,"18":1202,"19":290,"20":233,"209":98,"21":822,"210":28,"211":11,"214":76,"215":336,"221":528,"223":641,"224":451,"225":856,"23":474,"24":3453,"25":706,"257":182,"26":153,"268":7,"27":142,"273":63,"276":53,"279":43,"28":1271,"281":15,"282":115,"291":21,"292":66,"30":103,"302":22,"306":24,"31":70,"314":12,"317":2,"32":22,"33":86,"34":128,"347":13,"35":90,"352":868,"36":211,"37":94,"38":579,"380":58,"381":127,"383":107,"389":1,"39":86,"391":154,"396":6,"397":85,"40":215,"409":64,"41":98,"414":80,"415":116,"419":12,"42":225,"426":25,"43":37,"430":137,"433":10,"44":33,"45":38,"46":319,"48":77,"49":121,"5":1162,"51":45,"52":57,"53":82,"56":21,"570":17,"6":214,"63":52,"7":407,"79":24,"8":202,"80":19,"9":224,"all_client":126442,"all_tv_clinet":22407,"insert_time":"2014-08-20T14:49:58.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103574,"10":50,"107":622,"11":682,"12":72,"13":350,"14":141,"15":86,"155":32,"156":56,"158":68,"159":24,"16":382,"160":31,"161":191,"167":33,"168":9,"17":137,"18":1213,"19":277,"20":229,"209":96,"21":791,"210":28,"211":9,"214":77,"215":345,"221":509,"223":650,"224":440,"225":852,"23":463,"24":3428,"25":725,"257":186,"26":159,"268":7,"27":145,"273":63,"276":49,"279":44,"28":1270,"281":15,"282":108,"291":20,"292":65,"30":106,"302":22,"306":24,"31":66,"314":12,"317":3,"32":24,"33":86,"34":133,"347":15,"35":94,"352":862,"36":209,"37":86,"38":580,"380":55,"381":123,"383":110,"39":85,"391":154,"396":6,"397":83,"40":198,"409":65,"41":91,"414":76,"415":113,"419":13,"42":205,"426":25,"43":37,"430":133,"433":10,"44":34,"45":33,"46":323,"48":76,"49":128,"5":1172,"51":41,"52":64,"53":84,"56":23,"570":16,"6":208,"63":53,"7":395,"79":25,"8":194,"80":20,"9":220,"all_client":125816,"all_tv_clinet":22242,"insert_time":"2014-08-20T14:50:59.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102997,"10":50,"107":606,"11":685,"12":73,"13":344,"14":137,"15":90,"155":35,"156":54,"158":70,"159":25,"16":389,"160":28,"161":182,"167":34,"168":9,"17":136,"18":1217,"19":261,"20":221,"209":91,"21":720,"210":30,"211":8,"214":76,"215":359,"221":500,"223":659,"224":434,"225":836,"23":462,"24":3410,"25":735,"257":187,"26":153,"268":6,"27":140,"273":62,"276":47,"279":44,"28":1275,"281":14,"282":103,"291":20,"292":67,"30":107,"302":22,"306":24,"31":62,"314":12,"317":3,"32":22,"33":92,"34":137,"347":16,"35":103,"352":861,"36":203,"37":75,"38":600,"380":54,"381":122,"383":108,"39":88,"391":155,"396":8,"397":77,"40":191,"409":67,"41":82,"414":69,"415":109,"419":12,"42":189,"426":21,"43":41,"430":127,"433":8,"44":34,"45":25,"46":338,"48":73,"49":133,"5":1181,"51":44,"52":64,"53":92,"56":23,"570":13,"6":208,"63":50,"7":387,"79":26,"8":183,"80":21,"9":210,"all_client":125053,"all_tv_clinet":22056,"insert_time":"2014-08-20T14:52:00.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102438,"10":43,"107":597,"11":707,"12":67,"13":345,"14":127,"15":90,"155":37,"156":55,"158":70,"159":25,"16":393,"160":27,"161":176,"167":35,"168":9,"17":130,"18":1228,"19":255,"20":215,"209":89,"21":651,"210":30,"211":7,"214":72,"215":366,"221":500,"223":670,"224":441,"225":837,"23":475,"24":3423,"25":743,"257":183,"26":143,"268":6,"27":137,"273":56,"276":46,"279":44,"28":1286,"281":14,"282":101,"291":19,"292":63,"30":102,"302":20,"306":24,"31":60,"314":13,"317":3,"32":21,"33":89,"34":139,"347":16,"35":99,"352":838,"36":190,"37":69,"38":596,"380":53,"381":120,"383":110,"39":88,"391":153,"396":6,"397":72,"40":166,"409":71,"41":73,"414":65,"415":112,"419":15,"42":161,"426":14,"43":48,"430":123,"433":9,"44":32,"45":19,"46":344,"48":68,"49":145,"5":1205,"51":44,"52":64,"53":92,"56":24,"570":12,"6":207,"63":46,"7":384,"79":27,"8":177,"80":21,"9":204,"all_client":124324,"all_tv_clinet":21886,"insert_time":"2014-08-20T14:53:01.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101842,"10":46,"107":574,"11":715,"12":63,"13":351,"14":122,"15":95,"155":40,"156":57,"158":72,"159":23,"16":407,"160":30,"161":170,"167":37,"168":9,"17":127,"18":1234,"19":249,"20":202,"209":89,"21":598,"210":26,"211":6,"214":70,"215":361,"221":496,"223":662,"224":435,"225":838,"23":476,"24":3417,"25":744,"257":181,"26":139,"268":5,"27":140,"273":56,"276":46,"279":44,"28":1295,"281":15,"282":103,"291":19,"292":62,"30":92,"302":20,"306":24,"31":55,"314":13,"317":3,"32":21,"33":88,"34":136,"347":16,"35":92,"352":844,"36":195,"37":69,"38":580,"380":54,"381":117,"383":109,"39":84,"391":152,"396":5,"397":68,"40":149,"409":69,"41":72,"414":57,"415":113,"419":12,"42":163,"426":11,"43":50,"430":114,"433":8,"44":34,"45":18,"46":357,"48":66,"49":145,"5":1222,"51":41,"52":50,"53":85,"56":27,"570":12,"6":200,"63":44,"7":362,"79":26,"8":168,"80":21,"9":195,"all_client":123516,"all_tv_clinet":21674,"insert_time":"2014-08-20T14:54:02.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101252,"10":40,"107":574,"11":723,"12":67,"13":350,"14":116,"15":97,"155":35,"156":58,"158":73,"159":25,"16":417,"160":31,"161":179,"167":36,"168":9,"17":123,"18":1239,"19":240,"20":194,"209":90,"21":567,"210":25,"211":6,"214":72,"215":368,"221":489,"223":667,"224":410,"225":814,"23":491,"24":3441,"25":758,"257":175,"26":135,"268":6,"27":143,"273":54,"276":44,"279":46,"28":1300,"281":15,"282":97,"291":20,"292":61,"30":89,"302":20,"306":24,"31":56,"314":12,"317":3,"32":20,"33":87,"34":133,"347":18,"35":87,"352":832,"36":199,"37":63,"38":584,"380":56,"381":111,"383":103,"39":73,"391":151,"396":5,"397":71,"40":132,"409":70,"41":67,"414":55,"415":107,"419":12,"42":164,"426":10,"43":53,"430":106,"433":8,"44":33,"45":15,"46":346,"48":59,"49":153,"5":1249,"51":43,"52":41,"53":81,"56":28,"570":12,"6":194,"63":41,"7":351,"79":26,"8":160,"80":21,"9":186,"all_client":122792,"all_tv_clinet":21540,"insert_time":"2014-08-20T14:55:02.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100683,"10":36,"107":570,"11":736,"12":71,"13":339,"14":107,"15":99,"155":34,"156":55,"158":76,"159":25,"16":430,"160":31,"161":185,"167":37,"168":7,"17":121,"18":1218,"19":232,"20":185,"209":87,"21":549,"210":25,"211":4,"214":72,"215":365,"221":485,"223":673,"224":385,"225":811,"23":489,"24":3446,"25":745,"257":163,"26":130,"268":6,"27":145,"273":57,"276":43,"279":52,"28":1307,"281":15,"282":92,"291":21,"292":60,"30":87,"302":20,"306":20,"31":57,"314":11,"317":3,"32":19,"33":82,"34":121,"347":18,"35":82,"352":829,"36":197,"37":58,"38":572,"380":58,"381":105,"383":105,"39":71,"391":152,"396":4,"397":71,"40":122,"409":68,"41":70,"414":58,"415":107,"419":10,"42":157,"426":9,"43":49,"430":99,"433":10,"44":36,"45":13,"46":355,"48":62,"49":157,"5":1271,"51":43,"52":41,"53":74,"56":27,"570":10,"6":196,"63":38,"7":326,"79":27,"8":153,"80":21,"9":186,"all_client":122041,"all_tv_clinet":21358,"insert_time":"2014-08-20T14:56:03.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100068,"10":36,"107":588,"11":745,"12":84,"13":337,"14":108,"15":99,"155":32,"156":51,"158":77,"159":25,"16":441,"160":30,"161":197,"167":36,"168":7,"17":126,"18":1175,"19":228,"20":177,"209":80,"21":526,"210":22,"211":5,"214":70,"215":368,"221":472,"223":673,"224":370,"225":801,"23":485,"24":3420,"25":749,"257":167,"26":124,"268":7,"27":148,"273":50,"276":40,"279":55,"28":1319,"281":15,"282":94,"291":20,"292":61,"30":86,"302":20,"306":17,"31":53,"314":11,"317":2,"32":20,"33":82,"34":118,"347":19,"35":80,"352":811,"36":192,"37":53,"38":589,"380":61,"381":108,"383":97,"39":70,"391":151,"396":4,"397":75,"40":120,"409":62,"41":66,"414":55,"415":113,"419":11,"42":144,"426":8,"43":50,"430":89,"433":8,"44":33,"45":13,"46":354,"48":65,"49":157,"5":1273,"51":42,"52":41,"53":76,"56":28,"570":5,"6":190,"63":34,"7":318,"79":29,"8":144,"80":21,"9":178,"all_client":121254,"all_tv_clinet":21186,"insert_time":"2014-08-20T14:57:04.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99444,"10":33,"107":576,"11":756,"12":79,"13":339,"14":105,"15":94,"155":31,"156":53,"158":82,"159":24,"16":450,"160":28,"161":202,"167":35,"168":8,"17":125,"18":1123,"19":230,"20":166,"209":72,"21":505,"210":22,"211":4,"214":65,"215":363,"221":487,"223":666,"224":347,"225":827,"23":466,"24":3413,"25":748,"257":167,"26":125,"268":6,"27":150,"273":47,"276":41,"279":55,"28":1320,"281":15,"282":95,"291":21,"292":57,"30":91,"302":21,"306":14,"31":51,"314":10,"317":2,"32":20,"33":77,"34":121,"347":16,"35":82,"352":790,"36":196,"37":49,"38":586,"380":62,"381":107,"383":93,"39":65,"391":144,"396":4,"397":73,"40":117,"409":56,"41":67,"414":54,"415":119,"419":12,"42":139,"426":9,"43":48,"430":87,"433":9,"44":34,"45":16,"46":368,"48":64,"49":159,"5":1287,"51":45,"52":44,"53":75,"56":27,"570":4,"6":184,"63":34,"7":325,"79":28,"8":140,"80":21,"9":177,"all_client":120490,"all_tv_clinet":21046,"insert_time":"2014-08-20T14:58:05.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98859,"10":32,"107":571,"11":778,"12":90,"13":337,"14":98,"15":92,"155":31,"156":52,"158":81,"159":25,"16":457,"160":27,"161":197,"167":34,"168":8,"17":121,"18":1070,"19":243,"20":155,"209":65,"21":490,"210":20,"211":4,"214":64,"215":366,"221":495,"223":656,"224":322,"225":824,"23":461,"24":3383,"25":761,"257":160,"26":118,"268":4,"27":153,"273":41,"276":44,"279":54,"28":1313,"281":15,"282":96,"291":19,"292":56,"30":90,"302":22,"306":14,"31":50,"314":11,"317":2,"32":23,"33":80,"34":122,"347":17,"35":96,"352":778,"36":197,"37":47,"38":582,"380":67,"381":111,"383":90,"39":62,"391":135,"396":5,"397":74,"40":107,"409":53,"41":69,"414":52,"415":125,"419":10,"42":127,"426":11,"43":52,"430":85,"433":10,"44":34,"45":19,"46":364,"48":60,"49":157,"5":1300,"51":48,"52":48,"53":81,"56":28,"570":4,"6":177,"63":31,"7":329,"79":28,"8":142,"80":22,"9":177,"all_client":119767,"all_tv_clinet":20908,"insert_time":"2014-08-20T14:59:06.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98304,"10":29,"107":580,"11":793,"12":85,"13":337,"14":96,"15":91,"155":33,"156":50,"158":81,"159":29,"16":455,"160":25,"161":192,"167":34,"168":8,"17":122,"18":1018,"19":244,"20":144,"209":65,"21":478,"210":20,"211":4,"214":60,"215":369,"221":477,"223":636,"224":304,"225":800,"23":454,"24":3345,"25":757,"257":152,"26":115,"268":5,"27":148,"273":38,"276":40,"279":50,"28":1294,"281":16,"282":101,"291":18,"292":58,"30":97,"302":21,"306":15,"31":49,"314":12,"317":1,"32":23,"33":83,"34":131,"347":14,"35":102,"352":785,"36":189,"37":46,"38":590,"380":68,"381":117,"383":86,"39":59,"391":128,"396":5,"397":74,"40":112,"409":48,"41":65,"414":53,"415":129,"419":10,"42":122,"426":9,"43":56,"430":85,"433":10,"44":34,"45":18,"46":366,"48":55,"49":161,"5":1341,"51":49,"52":48,"53":84,"56":34,"570":3,"6":178,"63":32,"7":329,"79":25,"8":140,"80":21,"9":170,"all_client":119036,"all_tv_clinet":20732,"insert_time":"2014-08-20T15:00:07.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97772,"10":29,"107":572,"11":800,"12":84,"13":324,"14":101,"15":92,"155":32,"156":50,"158":78,"159":32,"16":457,"160":27,"161":177,"167":36,"168":7,"17":120,"18":982,"19":243,"20":136,"209":62,"21":456,"210":19,"211":3,"214":59,"215":371,"221":466,"223":649,"224":283,"225":790,"23":446,"24":3342,"25":767,"257":141,"26":102,"268":4,"27":143,"273":39,"276":39,"279":49,"28":1288,"281":16,"282":104,"291":17,"292":57,"30":104,"302":21,"306":15,"31":45,"314":13,"317":1,"32":26,"33":84,"34":136,"347":14,"35":108,"352":776,"36":182,"37":43,"38":587,"380":68,"381":116,"383":89,"389":1,"39":59,"391":124,"396":4,"397":72,"40":115,"409":50,"41":68,"414":57,"415":127,"419":10,"42":117,"426":8,"43":58,"430":82,"433":13,"44":33,"45":16,"46":357,"48":56,"49":161,"5":1359,"51":46,"52":50,"53":75,"56":28,"570":4,"6":182,"63":33,"7":325,"79":24,"8":140,"80":19,"9":166,"all_client":118330,"all_tv_clinet":20558,"insert_time":"2014-08-20T15:01:08.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97119,"10":27,"107":594,"11":814,"12":83,"13":324,"14":101,"15":92,"155":35,"156":53,"158":76,"159":31,"16":453,"160":28,"161":176,"167":39,"168":8,"17":117,"18":977,"19":244,"20":131,"209":59,"21":433,"210":20,"211":4,"214":59,"215":379,"221":438,"223":633,"224":257,"225":792,"23":437,"24":3300,"25":785,"257":135,"26":107,"268":5,"27":125,"273":42,"276":34,"279":49,"28":1282,"281":15,"282":101,"291":17,"292":64,"30":99,"302":20,"306":15,"31":49,"314":13,"317":1,"32":30,"33":83,"34":138,"347":12,"35":106,"352":787,"36":173,"37":43,"38":578,"380":69,"381":115,"383":86,"389":1,"39":63,"391":120,"396":4,"397":62,"40":119,"409":47,"41":62,"414":52,"415":128,"419":9,"42":117,"426":14,"43":58,"430":80,"433":14,"44":33,"45":19,"46":356,"48":49,"49":168,"5":1368,"51":41,"52":53,"53":74,"56":24,"570":6,"6":177,"63":40,"7":332,"79":25,"8":144,"80":20,"9":176,"all_client":117566,"all_tv_clinet":20447,"insert_time":"2014-08-20T15:02:09.190Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96453,"10":26,"107":606,"11":835,"12":86,"13":322,"14":100,"15":96,"155":35,"156":57,"158":76,"159":31,"16":455,"160":27,"161":183,"167":37,"168":8,"17":114,"18":957,"19":254,"20":129,"209":54,"21":417,"210":22,"211":4,"214":60,"215":388,"221":420,"223":616,"224":239,"225":785,"23":422,"24":3223,"25":795,"257":130,"26":108,"268":5,"27":118,"273":43,"276":34,"279":48,"28":1281,"281":14,"282":104,"291":16,"292":70,"30":88,"302":20,"306":15,"31":48,"314":13,"32":25,"33":85,"34":151,"347":12,"35":105,"352":765,"36":167,"37":46,"38":555,"380":72,"381":116,"383":82,"389":1,"39":56,"391":113,"396":7,"397":61,"40":120,"409":42,"41":60,"414":47,"415":118,"419":10,"42":111,"426":20,"43":61,"430":80,"433":15,"44":37,"45":21,"46":351,"48":51,"49":165,"5":1378,"51":41,"52":50,"53":70,"56":19,"570":7,"6":182,"63":39,"7":331,"79":25,"8":152,"80":20,"9":192,"all_client":116721,"all_tv_clinet":20268,"insert_time":"2014-08-20T15:03:10.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95824,"10":29,"107":613,"11":847,"12":81,"13":319,"14":99,"15":100,"155":35,"156":59,"158":77,"159":27,"16":444,"160":27,"161":187,"167":40,"168":7,"17":112,"18":933,"19":250,"20":129,"209":53,"21":415,"210":20,"211":4,"214":62,"215":389,"221":424,"223":607,"224":218,"225":815,"23":426,"24":3151,"25":775,"257":127,"26":119,"268":5,"27":111,"273":42,"276":33,"279":48,"28":1290,"281":14,"282":103,"291":16,"292":71,"30":78,"302":17,"306":13,"31":57,"314":13,"32":22,"33":84,"34":155,"347":14,"35":102,"352":753,"36":161,"37":50,"38":539,"380":71,"381":117,"383":74,"39":59,"391":108,"396":7,"397":61,"40":118,"409":39,"41":56,"414":50,"415":115,"419":11,"42":112,"426":21,"43":63,"430":80,"433":14,"44":42,"45":18,"46":351,"48":53,"49":156,"5":1394,"51":46,"52":53,"53":68,"56":21,"570":7,"6":175,"63":38,"7":319,"79":25,"8":168,"80":21,"9":211,"all_client":115977,"all_tv_clinet":20153,"insert_time":"2014-08-20T15:04:10.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95228,"10":27,"107":610,"11":840,"12":100,"13":332,"14":101,"15":102,"155":35,"156":58,"158":76,"159":26,"16":448,"160":26,"161":184,"167":41,"168":7,"17":112,"18":901,"19":257,"20":125,"209":55,"21":401,"210":19,"211":5,"214":67,"215":397,"221":412,"223":610,"224":192,"225":825,"23":426,"24":3068,"25":740,"257":118,"26":135,"268":5,"27":106,"273":40,"276":31,"279":46,"28":1301,"281":10,"282":98,"291":16,"292":74,"30":73,"302":18,"306":15,"31":66,"314":13,"32":21,"33":84,"34":167,"347":13,"35":94,"352":756,"36":156,"37":52,"38":532,"380":71,"381":113,"383":74,"389":1,"39":63,"391":104,"396":8,"397":67,"40":117,"409":37,"41":57,"414":48,"415":110,"419":12,"42":112,"426":24,"43":61,"430":77,"433":13,"44":40,"45":14,"46":357,"48":56,"49":155,"5":1385,"51":47,"52":51,"53":63,"56":19,"570":6,"6":174,"63":33,"7":301,"79":24,"8":176,"80":21,"9":212,"all_client":115196,"all_tv_clinet":19968,"insert_time":"2014-08-20T15:05:11.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94602,"10":31,"107":599,"11":854,"12":92,"13":325,"14":99,"15":108,"155":33,"156":59,"158":76,"159":25,"16":448,"160":22,"161":173,"167":42,"168":7,"17":113,"18":880,"19":255,"20":127,"209":56,"21":388,"210":20,"211":7,"214":67,"215":405,"221":404,"223":613,"224":164,"225":855,"23":439,"24":3011,"25":712,"257":103,"26":152,"268":4,"27":97,"273":43,"276":28,"279":45,"28":1297,"281":9,"282":95,"291":16,"292":78,"30":64,"302":16,"306":15,"31":78,"314":13,"32":20,"33":81,"34":174,"347":10,"35":90,"352":746,"36":160,"37":50,"38":529,"380":71,"381":105,"383":75,"389":1,"39":64,"391":102,"396":7,"397":62,"40":114,"409":35,"41":57,"414":51,"415":112,"419":11,"42":115,"426":20,"43":66,"430":79,"433":12,"44":39,"45":12,"46":333,"48":55,"49":150,"5":1413,"51":44,"52":55,"53":64,"56":14,"570":8,"6":170,"63":35,"7":294,"79":26,"8":179,"80":22,"9":221,"all_client":114417,"all_tv_clinet":19815,"insert_time":"2014-08-20T15:06:12.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94006,"10":26,"107":615,"11":853,"12":91,"13":330,"14":104,"15":112,"155":34,"156":62,"158":74,"159":21,"16":459,"160":20,"161":164,"167":43,"168":7,"17":110,"18":869,"19":259,"20":123,"209":53,"21":381,"210":19,"211":7,"214":66,"215":406,"221":377,"223":607,"224":141,"225":840,"23":451,"24":2945,"25":700,"257":92,"26":147,"268":4,"27":93,"273":45,"276":30,"279":45,"28":1290,"281":10,"282":96,"291":16,"292":78,"30":54,"302":16,"306":15,"31":80,"314":10,"32":21,"33":78,"34":179,"347":10,"35":86,"352":739,"36":162,"37":48,"38":520,"380":71,"381":105,"383":72,"389":1,"39":62,"391":97,"396":5,"397":61,"40":117,"409":34,"41":62,"414":57,"415":112,"419":9,"42":112,"426":17,"43":72,"430":79,"433":11,"44":38,"45":12,"46":311,"48":58,"49":157,"5":1417,"51":43,"52":50,"53":62,"56":14,"570":10,"6":164,"63":33,"7":282,"79":26,"8":188,"80":22,"9":231,"all_client":113613,"all_tv_clinet":19607,"insert_time":"2014-08-20T15:07:13.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93362,"10":27,"107":614,"11":849,"12":71,"13":321,"14":106,"15":120,"155":33,"156":60,"158":74,"159":19,"16":453,"160":20,"161":157,"167":44,"168":8,"17":105,"18":864,"19":259,"20":121,"209":47,"21":380,"210":19,"211":8,"214":66,"215":402,"221":369,"223":603,"224":128,"225":848,"23":462,"24":2879,"25":701,"257":90,"26":146,"268":4,"27":93,"273":49,"276":29,"279":44,"28":1291,"281":9,"282":99,"291":16,"292":79,"30":53,"302":16,"306":14,"31":84,"314":11,"32":18,"33":76,"34":187,"347":9,"35":82,"352":713,"36":162,"37":46,"38":514,"380":70,"381":108,"383":65,"39":70,"391":93,"396":4,"397":59,"40":115,"409":32,"41":66,"414":57,"415":108,"419":10,"42":109,"426":13,"43":71,"430":78,"433":9,"44":39,"45":12,"46":289,"48":57,"49":157,"5":1431,"51":43,"52":51,"53":64,"56":16,"570":11,"6":152,"63":33,"7":276,"79":26,"8":194,"80":21,"9":234,"all_client":112776,"all_tv_clinet":19414,"insert_time":"2014-08-20T15:08:13.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92722,"10":22,"107":612,"11":845,"12":69,"13":321,"14":105,"15":124,"155":35,"156":58,"158":72,"159":19,"16":455,"160":20,"161":155,"167":44,"168":8,"17":90,"18":866,"19":261,"20":117,"209":48,"21":360,"210":21,"211":8,"214":65,"215":409,"221":346,"223":603,"224":118,"225":846,"23":468,"24":2824,"25":700,"257":87,"26":147,"268":4,"27":92,"273":45,"276":27,"279":45,"28":1287,"281":9,"282":98,"291":17,"292":74,"30":50,"302":16,"306":14,"31":86,"314":11,"32":20,"33":75,"34":185,"347":10,"35":80,"352":704,"36":162,"37":44,"38":515,"380":71,"381":110,"383":72,"389":1,"39":68,"391":89,"396":4,"397":59,"40":118,"409":32,"41":68,"414":52,"415":102,"419":11,"42":102,"426":17,"43":72,"430":77,"433":9,"44":39,"45":13,"46":277,"48":59,"49":157,"5":1433,"51":46,"52":55,"53":61,"56":15,"570":14,"6":144,"63":31,"7":282,"79":26,"8":197,"80":22,"9":240,"all_client":111985,"all_tv_clinet":19263,"insert_time":"2014-08-20T15:09:14.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92057,"10":23,"107":608,"11":834,"12":62,"13":318,"14":109,"15":125,"155":35,"156":55,"158":69,"159":17,"16":453,"160":21,"161":149,"167":44,"168":9,"17":82,"18":858,"19":267,"20":109,"209":47,"21":351,"210":21,"211":9,"214":65,"215":418,"221":330,"223":605,"224":109,"225":836,"23":474,"24":2773,"25":704,"257":88,"26":142,"268":6,"27":84,"273":46,"276":26,"279":42,"28":1277,"281":9,"282":101,"291":17,"292":70,"30":47,"302":15,"306":13,"31":89,"314":11,"32":22,"33":77,"34":169,"347":10,"35":76,"352":719,"36":172,"37":46,"38":513,"380":72,"381":110,"383":71,"389":1,"39":70,"391":89,"396":3,"397":57,"40":125,"409":32,"41":70,"414":42,"415":103,"419":12,"42":93,"426":24,"43":70,"430":75,"433":8,"44":35,"45":14,"46":272,"48":59,"49":156,"5":1431,"51":48,"52":59,"53":61,"56":14,"570":16,"6":138,"63":31,"7":275,"79":26,"8":206,"80":22,"9":253,"all_client":111176,"all_tv_clinet":19119,"insert_time":"2014-08-20T15:10:15.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91335,"10":24,"107":591,"11":824,"12":45,"13":309,"14":105,"15":114,"155":31,"156":52,"158":68,"159":17,"16":455,"160":19,"161":146,"167":44,"168":8,"17":83,"18":850,"19":266,"20":106,"209":50,"21":351,"210":21,"211":8,"214":65,"215":420,"221":310,"223":602,"224":106,"225":843,"23":459,"24":2728,"25":717,"257":82,"26":140,"268":6,"27":75,"273":42,"276":24,"279":44,"28":1278,"281":9,"282":99,"291":17,"292":68,"30":45,"302":14,"306":14,"31":92,"314":9,"32":23,"33":71,"34":143,"347":13,"35":79,"352":716,"36":174,"37":47,"38":503,"380":72,"381":115,"383":73,"389":1,"39":75,"391":86,"396":3,"397":56,"40":123,"409":31,"41":67,"414":49,"415":97,"419":10,"42":96,"426":20,"43":69,"430":72,"433":9,"44":33,"45":17,"46":264,"48":64,"49":160,"5":1456,"51":48,"52":58,"53":58,"56":13,"570":17,"6":128,"63":32,"7":274,"79":24,"8":208,"80":23,"9":268,"all_client":110268,"all_tv_clinet":18933,"insert_time":"2014-08-20T15:11:16.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90622,"10":24,"107":579,"11":822,"12":43,"13":309,"14":113,"15":105,"155":32,"156":53,"158":66,"159":18,"16":460,"160":17,"161":137,"167":44,"168":8,"17":79,"18":842,"19":259,"20":108,"209":53,"21":342,"210":20,"211":8,"214":64,"215":419,"221":303,"223":606,"224":101,"225":833,"23":444,"24":2671,"25":723,"257":81,"26":136,"268":6,"27":67,"273":39,"276":20,"279":44,"28":1276,"281":9,"282":96,"291":17,"292":68,"30":46,"302":14,"306":14,"31":93,"314":10,"32":23,"33":71,"34":129,"347":13,"35":81,"352":714,"36":176,"37":46,"38":495,"380":73,"381":111,"383":72,"389":1,"39":76,"391":81,"396":4,"397":57,"40":120,"409":33,"41":71,"414":52,"415":97,"419":9,"42":91,"426":17,"43":71,"430":76,"433":10,"44":29,"45":19,"46":266,"48":62,"49":158,"5":1451,"51":46,"52":59,"53":52,"56":14,"570":16,"6":124,"63":35,"7":260,"79":22,"8":218,"80":23,"9":290,"all_client":109377,"all_tv_clinet":18755,"insert_time":"2014-08-20T15:12:17.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89915,"10":25,"107":584,"11":828,"12":44,"13":297,"14":109,"15":97,"155":33,"156":51,"158":60,"159":17,"16":463,"160":15,"161":133,"167":44,"168":8,"17":79,"18":842,"19":258,"20":112,"209":54,"21":333,"210":20,"211":9,"214":64,"215":416,"221":304,"223":609,"224":93,"225":842,"23":435,"24":2624,"25":722,"257":80,"26":143,"268":6,"27":64,"273":36,"276":22,"279":42,"28":1271,"281":10,"282":90,"291":15,"292":65,"30":44,"302":13,"306":15,"31":91,"314":9,"32":24,"33":67,"34":123,"347":11,"35":83,"352":706,"36":171,"37":45,"38":478,"380":71,"381":110,"383":72,"389":1,"39":66,"391":75,"396":5,"397":57,"40":120,"409":31,"41":69,"414":58,"415":95,"419":8,"42":89,"426":14,"43":69,"430":79,"433":9,"44":30,"45":20,"46":252,"48":60,"49":157,"5":1450,"51":43,"52":61,"53":54,"56":14,"570":16,"6":112,"63":37,"7":251,"79":22,"8":206,"80":25,"9":295,"all_client":108466,"all_tv_clinet":18551,"insert_time":"2014-08-20T15:13:18.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89248,"10":25,"107":596,"11":837,"12":41,"13":293,"14":109,"15":98,"155":31,"156":51,"158":58,"159":17,"16":453,"160":16,"161":130,"167":41,"168":8,"17":78,"18":837,"19":254,"20":107,"209":58,"21":329,"210":20,"211":9,"214":62,"215":419,"221":301,"223":603,"224":92,"225":839,"23":431,"24":2573,"25":715,"257":75,"26":144,"268":6,"27":59,"273":34,"276":23,"279":39,"28":1268,"281":11,"282":87,"291":15,"292":61,"30":43,"302":12,"306":13,"31":87,"314":9,"32":24,"33":70,"34":123,"347":11,"35":81,"352":710,"36":168,"37":42,"38":461,"380":67,"381":108,"383":71,"389":1,"39":56,"391":69,"396":4,"397":59,"40":116,"409":30,"41":71,"414":57,"415":94,"419":8,"42":86,"426":15,"43":63,"430":76,"433":6,"44":28,"45":22,"46":236,"48":62,"49":154,"5":1440,"51":46,"52":58,"53":59,"56":14,"570":16,"6":106,"63":37,"7":238,"79":23,"8":202,"80":26,"9":308,"all_client":107587,"all_tv_clinet":18339,"insert_time":"2014-08-20T15:14:18.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88571,"10":23,"107":589,"11":834,"12":41,"13":286,"14":113,"15":102,"155":32,"156":49,"158":56,"159":15,"16":448,"160":17,"161":127,"167":38,"168":8,"17":75,"18":836,"19":250,"20":105,"209":50,"21":322,"210":18,"211":9,"214":61,"215":425,"221":300,"223":592,"224":82,"225":851,"23":428,"24":2533,"25":709,"257":66,"26":148,"268":5,"27":51,"273":34,"276":25,"279":38,"28":1258,"281":11,"282":86,"291":15,"292":62,"30":44,"302":12,"306":13,"31":92,"314":8,"32":26,"33":69,"34":114,"347":10,"35":79,"352":702,"36":166,"37":45,"38":442,"380":67,"381":112,"383":73,"389":1,"39":55,"391":62,"396":3,"397":58,"40":116,"409":28,"41":68,"414":54,"415":90,"419":7,"42":79,"426":16,"43":58,"430":74,"433":4,"44":27,"45":27,"46":229,"48":60,"49":153,"5":1437,"51":44,"52":56,"53":63,"56":13,"570":12,"6":108,"63":38,"7":229,"79":24,"8":202,"80":27,"9":309,"all_client":106699,"all_tv_clinet":18128,"insert_time":"2014-08-20T15:15:19.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87992,"10":21,"107":577,"11":827,"12":39,"13":293,"14":112,"15":104,"155":31,"156":48,"158":53,"159":15,"16":438,"160":17,"161":127,"167":38,"168":7,"17":77,"18":836,"19":247,"20":100,"209":50,"21":320,"210":19,"211":8,"214":60,"215":429,"221":310,"223":584,"224":75,"225":834,"23":436,"24":2489,"25":694,"257":66,"26":154,"268":5,"27":51,"273":36,"276":25,"279":38,"28":1251,"281":10,"282":86,"291":15,"292":66,"30":44,"302":10,"306":13,"31":94,"314":8,"32":25,"33":69,"34":109,"347":9,"35":81,"352":703,"36":168,"37":43,"38":439,"380":67,"381":109,"383":71,"389":2,"39":51,"391":61,"396":3,"397":59,"40":117,"409":27,"41":70,"414":52,"415":89,"419":6,"42":77,"426":16,"43":59,"430":74,"433":4,"44":24,"45":26,"46":223,"48":63,"49":151,"5":1448,"51":40,"52":56,"53":64,"56":13,"570":9,"6":106,"63":40,"7":222,"79":25,"8":195,"80":26,"9":301,"all_client":105971,"all_tv_clinet":17979,"insert_time":"2014-08-20T15:16:21.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87328,"10":21,"107":559,"11":821,"12":37,"13":292,"14":115,"15":103,"155":32,"156":48,"158":50,"159":14,"16":437,"160":16,"161":122,"167":37,"168":6,"17":72,"18":831,"19":251,"20":96,"209":49,"21":312,"210":19,"211":8,"214":60,"215":432,"221":299,"223":573,"224":72,"225":834,"23":436,"24":2442,"25":697,"257":65,"26":148,"268":7,"27":52,"273":40,"276":25,"279":37,"28":1238,"281":11,"282":83,"291":16,"292":67,"30":44,"302":10,"306":14,"31":96,"314":8,"32":23,"33":72,"34":98,"347":9,"35":82,"352":698,"36":166,"37":42,"38":426,"380":68,"381":111,"383":70,"389":2,"39":53,"391":61,"396":3,"397":58,"40":115,"409":29,"41":71,"414":46,"415":89,"419":7,"42":73,"426":19,"43":54,"430":76,"433":5,"44":22,"45":28,"46":227,"48":63,"49":150,"5":1453,"51":39,"52":58,"53":58,"56":10,"570":9,"6":103,"63":40,"7":229,"79":25,"8":190,"80":24,"9":295,"all_client":105131,"all_tv_clinet":17803,"insert_time":"2014-08-20T15:17:21.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86709,"10":24,"107":553,"11":819,"12":36,"13":288,"14":114,"15":98,"155":32,"156":45,"158":46,"159":10,"16":442,"160":17,"161":115,"167":38,"168":5,"17":72,"18":832,"19":258,"20":94,"209":49,"21":314,"210":18,"211":8,"214":58,"215":415,"221":304,"223":574,"224":71,"225":836,"23":437,"24":2412,"25":701,"257":67,"26":139,"268":7,"27":49,"273":39,"276":24,"279":37,"28":1239,"281":11,"282":84,"291":16,"292":68,"30":40,"302":9,"306":14,"31":96,"314":8,"32":20,"33":65,"34":90,"347":14,"35":78,"352":707,"36":169,"37":36,"38":431,"380":68,"381":109,"383":69,"389":2,"39":57,"391":55,"396":3,"397":59,"40":114,"409":25,"41":71,"414":43,"415":88,"419":5,"42":70,"426":21,"43":52,"430":85,"433":6,"44":22,"45":30,"46":227,"48":63,"49":149,"5":1430,"51":41,"52":56,"53":57,"56":11,"570":9,"6":94,"63":40,"7":227,"79":23,"8":183,"80":24,"9":290,"all_client":104379,"all_tv_clinet":17670,"insert_time":"2014-08-20T15:18:22.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86141,"10":22,"107":559,"11":825,"12":38,"13":286,"14":112,"15":96,"155":32,"156":43,"158":39,"159":9,"16":445,"160":16,"161":110,"167":39,"168":5,"17":75,"18":823,"19":262,"20":95,"209":50,"21":309,"210":18,"211":9,"214":58,"215":400,"221":290,"223":565,"224":69,"225":845,"23":435,"24":2376,"25":691,"257":66,"26":133,"268":7,"27":50,"273":38,"276":25,"279":40,"28":1239,"281":11,"282":83,"291":16,"292":73,"30":39,"302":9,"306":15,"31":97,"314":8,"32":21,"33":62,"34":80,"347":16,"35":79,"352":711,"36":166,"37":32,"38":420,"380":67,"381":110,"383":66,"389":3,"39":62,"391":54,"396":3,"397":59,"40":111,"409":27,"41":66,"414":38,"415":83,"419":5,"42":67,"426":22,"43":53,"430":87,"433":6,"44":25,"45":31,"46":231,"48":69,"49":150,"5":1416,"51":40,"52":56,"53":55,"56":10,"570":10,"6":94,"63":41,"7":217,"79":20,"8":184,"80":23,"9":290,"all_client":103674,"all_tv_clinet":17533,"insert_time":"2014-08-20T15:19:23.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85595,"10":22,"107":530,"11":826,"12":39,"13":282,"14":109,"15":95,"155":31,"156":44,"158":37,"159":7,"16":446,"160":16,"161":113,"167":40,"168":5,"17":72,"18":813,"19":268,"20":93,"209":46,"21":310,"210":17,"211":10,"214":58,"215":395,"221":288,"223":568,"224":61,"225":841,"23":431,"24":2382,"25":668,"257":64,"26":134,"268":8,"27":50,"273":38,"276":24,"279":38,"28":1230,"281":11,"282":81,"291":15,"292":72,"30":39,"302":10,"306":15,"31":94,"314":8,"32":20,"33":56,"34":78,"347":16,"35":82,"352":700,"36":170,"37":27,"38":424,"380":68,"381":112,"383":71,"389":3,"39":63,"391":56,"396":3,"397":56,"40":110,"409":28,"41":67,"414":41,"415":80,"419":6,"42":62,"426":18,"43":54,"430":85,"433":6,"44":26,"45":31,"46":228,"48":65,"49":144,"5":1405,"51":39,"52":55,"53":50,"56":9,"570":9,"6":90,"63":42,"7":205,"79":20,"8":189,"80":21,"9":289,"all_client":102968,"all_tv_clinet":17373,"insert_time":"2014-08-20T15:20:24.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84988,"10":21,"107":519,"11":810,"12":42,"13":280,"14":107,"15":90,"155":31,"156":45,"158":35,"159":8,"16":442,"160":16,"161":108,"167":39,"168":7,"17":71,"18":798,"19":261,"20":92,"209":45,"21":312,"210":17,"211":10,"214":57,"215":398,"221":300,"223":563,"224":56,"225":835,"23":423,"24":2384,"25":635,"257":70,"26":131,"268":10,"27":52,"273":37,"276":23,"279":37,"28":1224,"281":11,"282":83,"291":14,"292":71,"30":35,"302":10,"306":15,"31":98,"314":9,"32":20,"33":56,"34":69,"347":16,"35":83,"352":702,"36":168,"37":25,"38":421,"380":67,"381":114,"383":75,"389":3,"39":67,"391":55,"396":3,"397":54,"40":112,"409":29,"41":67,"414":44,"415":78,"419":7,"42":62,"426":15,"43":51,"430":82,"433":6,"44":24,"45":28,"46":229,"48":64,"49":139,"5":1407,"51":42,"52":53,"53":48,"56":6,"570":9,"6":83,"63":37,"7":202,"79":20,"8":192,"80":18,"9":285,"all_client":102212,"all_tv_clinet":17224,"insert_time":"2014-08-20T15:21:25.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84419,"10":22,"107":515,"11":813,"12":52,"13":277,"14":105,"15":84,"155":31,"156":46,"158":32,"159":9,"16":434,"160":13,"161":110,"167":36,"168":7,"17":76,"18":803,"19":255,"20":91,"209":45,"21":306,"210":19,"211":9,"214":58,"215":398,"221":300,"223":570,"224":54,"225":833,"23":418,"24":2407,"25":616,"257":73,"26":129,"268":11,"27":50,"273":40,"276":23,"279":37,"28":1211,"281":10,"282":79,"291":14,"292":65,"30":31,"302":10,"306":16,"31":93,"314":9,"32":19,"33":53,"34":68,"347":15,"35":84,"352":697,"36":167,"37":25,"38":421,"380":68,"381":112,"383":72,"389":1,"39":66,"391":50,"396":3,"397":54,"40":111,"409":30,"41":73,"414":46,"415":78,"419":8,"42":57,"426":13,"43":48,"430":82,"433":7,"44":22,"45":28,"46":239,"48":60,"49":133,"5":1403,"51":44,"52":48,"53":54,"56":6,"570":9,"6":83,"63":34,"7":197,"79":17,"8":190,"80":16,"9":286,"all_client":101561,"all_tv_clinet":17142,"insert_time":"2014-08-20T15:22:25.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83845,"10":22,"107":523,"11":808,"12":60,"13":266,"14":107,"15":81,"155":33,"156":46,"158":27,"159":9,"16":438,"160":12,"161":109,"167":35,"168":7,"17":79,"18":792,"19":245,"20":89,"209":47,"21":302,"210":19,"211":9,"214":58,"215":391,"221":300,"223":561,"224":58,"225":819,"23":418,"24":2402,"25":600,"257":73,"26":127,"268":10,"27":48,"273":41,"276":25,"279":35,"28":1210,"281":9,"282":82,"291":12,"292":61,"30":29,"302":10,"306":17,"31":98,"314":8,"32":16,"33":55,"34":65,"347":16,"35":79,"352":681,"36":164,"37":24,"38":431,"380":68,"381":106,"383":71,"389":1,"39":69,"391":47,"396":3,"397":56,"40":110,"409":29,"41":77,"414":42,"415":76,"419":9,"42":52,"426":10,"43":46,"430":81,"433":10,"44":21,"45":27,"46":246,"48":58,"49":125,"5":1394,"51":45,"52":47,"53":53,"56":6,"570":5,"6":84,"63":31,"7":198,"79":18,"8":186,"80":17,"9":283,"all_client":100850,"all_tv_clinet":17005,"insert_time":"2014-08-20T15:23:26.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83225,"10":23,"107":523,"11":802,"12":72,"13":264,"14":108,"15":80,"155":32,"156":46,"158":23,"159":11,"16":428,"160":12,"161":108,"167":33,"168":6,"17":89,"18":783,"19":242,"20":88,"209":43,"21":298,"210":19,"211":10,"214":55,"215":389,"221":295,"223":562,"224":65,"225":810,"23":406,"24":2410,"25":600,"257":69,"26":125,"268":11,"27":46,"273":41,"276":25,"279":34,"28":1190,"281":8,"282":82,"291":11,"292":58,"30":25,"302":9,"306":19,"31":101,"314":6,"32":17,"33":47,"34":66,"347":16,"35":81,"352":679,"36":163,"37":25,"38":421,"380":65,"381":104,"383":69,"389":1,"39":68,"391":42,"396":2,"397":57,"40":111,"409":31,"41":80,"414":44,"415":77,"419":8,"42":46,"426":9,"43":47,"430":83,"433":10,"44":21,"45":30,"46":246,"48":59,"49":118,"5":1388,"51":48,"52":43,"53":51,"56":6,"570":5,"6":84,"63":28,"7":194,"79":18,"8":178,"80":15,"9":269,"all_client":100090,"all_tv_clinet":16865,"insert_time":"2014-08-20T15:24:27.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82660,"10":24,"107":511,"11":772,"12":89,"13":254,"14":112,"15":81,"155":34,"156":46,"158":22,"159":12,"16":417,"160":12,"161":106,"167":31,"168":6,"17":99,"18":787,"19":243,"20":85,"209":43,"21":289,"210":18,"211":11,"214":48,"215":393,"221":292,"223":566,"224":65,"225":808,"23":404,"24":2427,"25":569,"257":66,"26":123,"268":11,"27":43,"273":40,"276":30,"279":33,"28":1185,"281":8,"282":81,"291":12,"292":56,"30":21,"302":10,"306":20,"31":101,"314":6,"32":16,"33":48,"34":65,"347":17,"35":84,"352":683,"36":159,"37":27,"38":422,"380":64,"381":106,"383":69,"389":1,"39":69,"391":41,"396":1,"397":55,"40":112,"409":31,"41":78,"414":52,"415":73,"419":9,"42":46,"426":6,"43":44,"430":86,"433":11,"44":20,"45":31,"46":242,"48":57,"49":108,"5":1345,"51":46,"52":43,"53":52,"56":6,"570":5,"6":82,"63":26,"7":203,"79":15,"8":176,"80":16,"9":248,"all_client":99378,"all_tv_clinet":16718,"insert_time":"2014-08-20T15:25:27.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82129,"10":22,"107":505,"11":718,"12":94,"13":250,"14":122,"15":83,"155":33,"156":43,"158":22,"159":12,"16":392,"160":12,"161":103,"167":35,"168":6,"17":105,"18":802,"19":249,"20":84,"209":44,"21":283,"210":17,"211":10,"214":41,"215":381,"221":290,"223":584,"224":61,"225":798,"23":395,"24":2439,"25":530,"257":67,"26":122,"268":10,"27":45,"273":39,"276":31,"279":31,"28":1207,"281":8,"282":79,"291":12,"292":55,"30":17,"302":11,"306":19,"31":100,"314":4,"32":18,"33":43,"34":61,"347":19,"35":86,"352":673,"36":163,"37":28,"38":420,"380":63,"381":112,"383":68,"389":1,"39":73,"391":39,"396":1,"397":53,"40":108,"409":31,"41":72,"414":59,"415":69,"419":8,"42":45,"426":4,"43":46,"430":86,"433":10,"44":24,"45":31,"46":244,"48":58,"49":100,"5":1322,"51":45,"52":41,"53":53,"56":6,"570":7,"6":92,"63":23,"7":200,"79":17,"8":170,"80":16,"9":229,"all_client":98688,"all_tv_clinet":16559,"insert_time":"2014-08-20T15:26:28.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81465,"10":22,"107":508,"11":683,"12":97,"13":252,"14":135,"15":73,"155":34,"156":40,"158":22,"159":11,"16":364,"160":11,"161":106,"167":36,"168":6,"17":117,"18":837,"19":260,"20":85,"209":43,"21":289,"210":16,"211":11,"214":37,"215":384,"221":293,"223":593,"224":54,"225":796,"23":387,"24":2461,"25":489,"257":71,"26":113,"268":9,"27":45,"273":38,"276":31,"279":29,"28":1205,"281":8,"282":82,"291":14,"292":55,"30":19,"302":13,"306":15,"31":102,"314":3,"32":19,"33":46,"34":58,"347":20,"35":83,"352":669,"36":160,"37":25,"38":423,"380":61,"381":112,"383":68,"389":1,"39":75,"391":38,"396":2,"397":49,"40":109,"409":30,"41":70,"414":56,"415":66,"419":7,"42":44,"426":4,"43":45,"430":83,"433":13,"44":24,"45":31,"46":253,"48":54,"49":96,"5":1289,"51":45,"52":40,"53":56,"56":6,"570":5,"6":96,"63":21,"7":193,"79":18,"8":177,"80":16,"9":212,"all_client":97937,"all_tv_clinet":16472,"insert_time":"2014-08-20T15:27:29.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80823,"10":22,"107":516,"11":662,"12":95,"13":252,"14":147,"15":68,"155":35,"156":39,"158":21,"159":11,"16":351,"160":11,"161":101,"167":37,"168":5,"17":129,"18":832,"19":265,"20":84,"209":43,"21":301,"210":15,"211":12,"214":37,"215":385,"221":294,"223":600,"224":49,"225":793,"23":376,"24":2471,"25":458,"257":68,"26":99,"268":7,"27":50,"273":37,"276":33,"279":29,"28":1187,"281":8,"282":82,"291":15,"292":55,"30":20,"302":13,"306":15,"31":104,"314":3,"32":20,"33":47,"34":60,"347":22,"35":75,"352":674,"36":158,"37":28,"38":419,"380":61,"381":112,"383":64,"389":3,"39":72,"391":38,"396":2,"397":50,"40":104,"409":29,"41":72,"414":57,"415":65,"419":7,"42":44,"426":4,"43":48,"430":75,"433":12,"44":19,"45":32,"46":247,"48":56,"49":90,"5":1258,"51":48,"52":38,"53":58,"56":6,"570":4,"6":105,"63":22,"7":188,"79":18,"8":180,"80":16,"9":202,"all_client":97174,"all_tv_clinet":16351,"insert_time":"2014-08-20T15:28:29.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80211,"10":19,"107":512,"11":646,"12":103,"13":251,"14":150,"15":61,"155":37,"156":36,"158":20,"159":11,"16":335,"160":14,"161":100,"167":37,"168":5,"17":143,"18":824,"19":273,"20":84,"209":40,"21":310,"210":13,"211":13,"214":35,"215":387,"221":306,"223":609,"224":46,"225":801,"23":356,"24":2510,"25":416,"257":64,"26":89,"268":8,"27":50,"273":37,"276":33,"279":28,"28":1138,"281":8,"282":79,"291":16,"292":53,"30":20,"302":14,"306":13,"31":106,"314":3,"32":20,"33":47,"34":60,"347":22,"35":65,"352":679,"36":156,"37":27,"38":404,"380":60,"381":110,"383":63,"389":3,"39":69,"391":39,"396":2,"397":51,"40":103,"409":30,"41":74,"414":59,"415":70,"419":7,"42":44,"426":3,"43":53,"430":70,"433":11,"44":16,"45":32,"46":254,"48":58,"49":88,"5":1201,"51":46,"52":38,"53":58,"56":8,"570":4,"6":112,"63":23,"7":191,"79":17,"8":184,"80":13,"9":198,"all_client":96415,"all_tv_clinet":16204,"insert_time":"2014-08-20T15:29:30.458Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79601,"10":16,"107":502,"11":631,"12":118,"13":250,"14":150,"15":56,"155":37,"156":36,"158":20,"159":11,"16":327,"160":14,"161":99,"167":36,"168":5,"17":144,"18":820,"19":277,"20":80,"209":37,"21":304,"210":12,"211":13,"214":35,"215":382,"221":316,"223":614,"224":41,"225":808,"23":340,"24":2550,"25":403,"257":64,"26":85,"268":8,"27":50,"273":36,"276":34,"279":29,"28":1075,"281":7,"282":76,"291":16,"292":56,"30":24,"302":14,"306":13,"31":106,"314":6,"32":20,"33":43,"34":61,"347":18,"35":62,"352":688,"36":158,"37":24,"38":399,"380":60,"381":115,"383":58,"389":3,"39":62,"391":37,"396":2,"397":50,"40":102,"409":29,"41":74,"414":62,"415":72,"419":8,"42":44,"426":3,"43":56,"430":67,"433":10,"44":15,"45":31,"46":255,"48":58,"49":83,"5":1165,"51":48,"52":33,"53":56,"56":9,"570":4,"6":111,"63":21,"7":195,"79":16,"8":196,"80":11,"9":188,"all_client":95666,"all_tv_clinet":16065,"insert_time":"2014-08-20T15:30:31.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79023,"10":14,"107":488,"11":637,"12":129,"13":246,"14":145,"15":55,"155":35,"156":35,"158":21,"159":13,"16":321,"160":14,"161":97,"167":36,"168":5,"17":150,"18":822,"19":277,"20":74,"209":34,"21":305,"210":10,"211":12,"214":31,"215":384,"221":306,"223":617,"224":44,"225":813,"23":334,"24":2572,"25":389,"257":64,"26":83,"268":7,"27":47,"273":35,"276":33,"279":30,"28":1016,"281":9,"282":76,"291":17,"292":53,"30":23,"302":16,"306":12,"31":108,"314":6,"32":19,"33":41,"34":63,"347":18,"35":57,"352":681,"36":165,"37":21,"38":394,"380":59,"381":114,"383":57,"389":3,"39":60,"391":36,"396":2,"397":48,"40":101,"409":30,"41":73,"414":57,"415":75,"419":8,"42":39,"426":2,"43":63,"430":66,"433":8,"44":15,"45":31,"46":261,"48":58,"49":79,"5":1141,"51":47,"52":29,"53":52,"56":9,"570":5,"6":107,"63":21,"7":187,"79":17,"8":194,"80":12,"9":180,"all_client":94928,"all_tv_clinet":15905,"insert_time":"2014-08-20T15:31:32.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78480,"10":14,"107":473,"11":652,"12":142,"13":240,"14":143,"15":51,"155":33,"156":32,"158":21,"159":11,"16":324,"160":14,"161":94,"167":35,"168":5,"17":158,"18":804,"19":268,"20":74,"209":33,"21":312,"210":10,"211":12,"214":33,"215":386,"221":286,"223":632,"224":44,"225":820,"23":316,"24":2596,"25":376,"257":66,"26":77,"268":5,"27":45,"273":34,"276":34,"279":30,"28":964,"281":10,"282":72,"291":16,"292":52,"30":23,"302":19,"306":11,"31":105,"314":6,"32":20,"33":43,"34":61,"347":16,"35":58,"352":688,"36":155,"37":21,"38":372,"380":57,"381":111,"383":56,"389":3,"39":59,"391":33,"396":2,"397":47,"40":99,"409":28,"41":76,"414":54,"415":63,"419":8,"42":38,"426":4,"43":63,"430":65,"433":8,"44":19,"45":30,"46":278,"48":56,"49":70,"5":1104,"51":50,"52":26,"53":53,"56":9,"570":5,"6":114,"63":24,"7":185,"79":16,"8":199,"80":13,"9":187,"all_client":94239,"all_tv_clinet":15759,"insert_time":"2014-08-20T15:32:32.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77891,"10":16,"107":473,"11":679,"12":154,"13":240,"14":138,"15":53,"155":33,"156":30,"158":22,"159":10,"16":325,"160":14,"161":92,"167":35,"168":5,"17":167,"18":801,"19":249,"20":74,"209":32,"21":311,"210":10,"211":11,"214":33,"215":395,"221":269,"223":631,"224":42,"225":809,"23":309,"24":2605,"25":368,"257":65,"26":73,"268":5,"27":45,"273":33,"276":36,"279":30,"28":919,"281":9,"282":70,"291":16,"292":48,"30":22,"302":19,"306":10,"31":105,"314":4,"32":18,"33":45,"34":64,"347":19,"35":60,"352":679,"36":158,"37":20,"38":370,"380":58,"381":111,"383":56,"389":3,"39":59,"391":33,"397":46,"40":104,"409":28,"41":78,"414":48,"415":66,"419":9,"42":38,"426":3,"43":63,"430":63,"433":7,"44":18,"45":27,"46":287,"48":54,"49":66,"5":1041,"51":48,"52":23,"53":54,"56":9,"570":5,"6":113,"63":26,"7":175,"79":15,"8":193,"80":14,"9":195,"all_client":93504,"all_tv_clinet":15613,"insert_time":"2014-08-20T15:33:33.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77326,"10":16,"107":480,"11":699,"12":158,"13":238,"14":132,"15":50,"155":34,"156":28,"158":22,"159":9,"16":323,"160":14,"161":91,"167":36,"168":8,"17":176,"18":786,"19":231,"20":73,"209":31,"21":300,"210":9,"211":11,"214":30,"215":397,"221":266,"223":623,"224":42,"225":809,"23":299,"24":2609,"25":354,"257":61,"26":73,"268":6,"27":45,"273":32,"276":37,"279":31,"28":878,"281":8,"282":73,"291":15,"292":46,"30":23,"302":18,"306":10,"31":109,"314":3,"32":17,"33":46,"34":63,"347":19,"35":66,"352":663,"36":153,"37":17,"38":359,"380":59,"381":103,"383":54,"389":3,"39":56,"391":30,"396":2,"397":46,"40":109,"409":26,"41":70,"414":45,"415":67,"419":8,"42":38,"426":3,"43":57,"430":60,"433":8,"44":19,"45":30,"46":296,"48":57,"49":58,"5":965,"51":49,"52":22,"53":52,"56":9,"570":5,"6":121,"63":25,"7":170,"79":17,"8":190,"80":15,"9":199,"all_client":92724,"all_tv_clinet":15398,"insert_time":"2014-08-20T15:34:33.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76827,"10":16,"107":477,"11":715,"12":153,"13":234,"14":121,"15":52,"155":34,"156":25,"158":22,"159":9,"16":325,"160":14,"161":90,"167":35,"168":8,"17":184,"18":803,"19":211,"20":69,"209":28,"21":299,"210":8,"211":11,"214":30,"215":391,"221":268,"223":603,"224":41,"225":793,"23":299,"24":2605,"25":323,"257":58,"26":66,"268":7,"27":46,"273":27,"276":34,"279":31,"28":855,"281":7,"282":73,"291":15,"292":47,"30":24,"302":17,"306":8,"31":117,"314":3,"32":16,"33":43,"34":64,"347":19,"35":69,"352":656,"36":152,"37":18,"38":349,"380":60,"381":104,"383":56,"389":3,"39":52,"391":31,"396":2,"397":42,"40":104,"409":25,"41":61,"414":42,"415":74,"419":7,"42":36,"426":4,"43":59,"430":58,"433":8,"44":18,"45":32,"46":296,"48":63,"49":59,"5":911,"51":51,"52":23,"53":49,"56":9,"570":4,"6":124,"63":23,"7":152,"79":19,"8":186,"80":16,"9":198,"all_client":92005,"all_tv_clinet":15178,"insert_time":"2014-08-20T15:35:34.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76184,"10":16,"107":483,"11":715,"12":154,"13":235,"14":122,"15":54,"155":31,"156":20,"158":21,"159":9,"16":314,"160":14,"161":86,"167":32,"168":8,"17":185,"18":808,"19":199,"20":64,"209":29,"21":296,"210":9,"211":12,"214":27,"215":389,"221":265,"223":600,"224":41,"225":759,"23":281,"24":2592,"25":297,"257":61,"26":58,"268":7,"27":47,"273":27,"276":35,"279":31,"28":827,"281":7,"282":73,"291":16,"292":49,"30":27,"302":13,"306":7,"31":122,"314":4,"32":16,"33":46,"34":66,"347":17,"35":76,"352":645,"36":147,"37":17,"38":339,"380":60,"381":104,"383":56,"389":3,"39":49,"391":30,"396":2,"397":38,"40":109,"409":25,"41":55,"414":39,"415":76,"419":5,"42":34,"426":4,"43":59,"430":53,"433":8,"44":21,"45":33,"46":294,"48":64,"49":58,"5":863,"51":52,"52":26,"53":50,"56":9,"570":4,"6":127,"63":25,"7":147,"79":21,"8":178,"80":16,"9":194,"all_client":91122,"all_tv_clinet":14938,"insert_time":"2014-08-20T15:36:35.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75567,"10":17,"107":483,"11":711,"12":160,"13":229,"14":119,"15":57,"155":32,"156":21,"158":22,"159":8,"16":315,"160":13,"161":87,"167":31,"168":7,"17":182,"18":815,"19":188,"20":65,"209":30,"21":294,"210":8,"211":13,"214":25,"215":389,"221":258,"223":617,"224":38,"225":725,"23":261,"24":2600,"25":274,"257":59,"26":53,"268":8,"27":47,"273":26,"276":34,"279":30,"28":789,"281":7,"282":72,"291":16,"292":51,"30":25,"302":13,"306":6,"31":123,"314":4,"32":17,"33":44,"34":67,"347":16,"35":75,"352":642,"36":146,"37":19,"38":343,"380":58,"381":98,"383":61,"389":2,"39":47,"391":29,"397":35,"40":111,"409":26,"41":48,"414":35,"415":77,"419":4,"42":33,"426":4,"43":53,"430":48,"433":9,"44":23,"45":33,"46":295,"48":61,"49":60,"5":823,"51":51,"52":30,"53":48,"56":9,"570":4,"6":131,"63":25,"7":143,"79":25,"8":180,"80":16,"9":186,"all_client":90314,"all_tv_clinet":14747,"insert_time":"2014-08-20T15:37:35.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74915,"10":18,"107":472,"11":717,"12":163,"13":230,"14":114,"15":53,"155":31,"156":16,"158":23,"159":10,"16":309,"160":12,"161":82,"167":30,"168":7,"17":188,"18":816,"19":181,"20":69,"209":31,"21":285,"210":8,"211":14,"214":25,"215":393,"221":250,"223":617,"224":37,"225":713,"23":256,"24":2602,"25":263,"257":59,"26":49,"268":8,"27":50,"273":27,"276":30,"279":30,"28":717,"281":7,"282":71,"291":15,"292":52,"30":26,"302":12,"306":4,"31":126,"314":5,"32":17,"33":43,"34":67,"347":16,"35":75,"352":625,"36":142,"37":14,"38":349,"380":54,"381":97,"383":59,"389":2,"39":44,"391":30,"397":32,"40":113,"409":27,"41":46,"414":35,"415":77,"419":4,"42":32,"426":4,"43":47,"430":46,"433":10,"434":1,"44":23,"45":29,"46":291,"48":63,"49":62,"5":767,"51":50,"52":31,"53":52,"56":8,"570":4,"6":133,"63":23,"7":142,"79":25,"8":177,"80":15,"9":187,"all_client":89428,"all_tv_clinet":14513,"insert_time":"2014-08-20T15:38:36.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74290,"10":18,"107":473,"11":715,"12":170,"13":231,"14":107,"15":57,"155":30,"156":15,"158":23,"159":12,"16":308,"160":11,"161":79,"167":30,"168":7,"17":193,"18":812,"19":165,"20":67,"209":28,"21":276,"210":7,"211":14,"214":24,"215":393,"221":250,"223":592,"224":31,"225":712,"23":260,"24":2601,"25":256,"257":57,"26":45,"268":6,"27":50,"273":27,"276":30,"279":28,"28":638,"281":7,"282":69,"291":15,"292":52,"30":24,"302":12,"306":3,"31":128,"314":6,"32":17,"33":44,"34":63,"347":15,"35":75,"352":625,"36":138,"37":17,"38":346,"380":51,"381":94,"383":59,"389":2,"39":45,"391":28,"396":1,"397":30,"40":110,"409":29,"41":41,"414":36,"415":79,"419":3,"42":31,"426":4,"43":43,"430":40,"433":10,"434":1,"44":20,"45":29,"46":288,"48":58,"49":63,"5":741,"51":49,"52":34,"53":57,"56":10,"570":4,"6":128,"63":20,"7":140,"79":23,"8":179,"80":12,"9":191,"all_client":88577,"all_tv_clinet":14287,"insert_time":"2014-08-20T15:39:37.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73678,"10":18,"107":455,"11":707,"12":172,"13":225,"14":105,"15":56,"155":29,"156":13,"158":21,"159":13,"16":309,"160":10,"161":81,"167":29,"168":7,"17":194,"18":806,"19":159,"20":65,"209":27,"21":264,"210":7,"211":15,"214":25,"215":399,"221":244,"223":600,"224":30,"225":709,"23":261,"24":2594,"25":240,"257":56,"26":46,"268":6,"27":50,"273":27,"276":32,"279":29,"28":564,"281":7,"282":66,"291":15,"292":53,"30":24,"302":10,"306":3,"31":125,"314":7,"32":18,"33":42,"34":58,"347":14,"35":79,"352":625,"36":145,"37":16,"38":348,"380":49,"381":96,"383":53,"389":2,"39":42,"391":25,"396":1,"397":28,"40":109,"409":28,"41":43,"414":31,"415":81,"419":4,"42":32,"426":4,"43":37,"430":36,"433":10,"434":1,"44":17,"45":28,"46":283,"48":53,"49":62,"5":719,"51":49,"52":30,"53":52,"56":10,"570":4,"6":123,"63":17,"7":137,"79":23,"8":176,"80":12,"9":192,"all_client":87731,"all_tv_clinet":14053,"insert_time":"2014-08-20T15:40:38.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73073,"10":20,"107":457,"11":709,"12":172,"13":218,"14":102,"15":53,"155":30,"156":11,"158":19,"159":12,"16":311,"160":8,"161":82,"167":28,"168":7,"17":195,"18":798,"19":162,"20":64,"209":29,"21":266,"210":8,"211":16,"214":23,"215":395,"221":249,"223":599,"224":29,"225":693,"23":258,"24":2591,"25":227,"257":55,"26":48,"268":5,"27":50,"273":26,"276":32,"279":30,"28":510,"281":7,"282":65,"291":15,"292":53,"30":22,"302":8,"306":3,"31":120,"314":7,"32":21,"33":43,"34":59,"347":13,"35":78,"352":621,"36":140,"37":16,"38":333,"380":44,"381":95,"383":51,"389":2,"39":40,"391":25,"396":1,"397":28,"40":110,"409":27,"41":41,"414":29,"415":77,"419":4,"42":30,"426":7,"43":36,"430":36,"433":9,"434":1,"44":13,"45":27,"46":289,"48":50,"49":60,"5":707,"51":50,"52":34,"53":52,"56":10,"570":3,"6":116,"63":16,"7":134,"79":24,"8":174,"80":12,"9":192,"all_client":86950,"all_tv_clinet":13877,"insert_time":"2014-08-20T15:41:38.845Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72480,"10":20,"107":445,"11":705,"12":176,"13":218,"14":100,"15":53,"155":29,"156":11,"158":17,"159":11,"16":308,"160":7,"161":83,"167":27,"168":7,"17":199,"18":782,"19":160,"20":62,"209":31,"21":272,"210":7,"211":16,"214":23,"215":401,"221":249,"223":587,"224":33,"225":689,"23":256,"24":2580,"25":220,"257":57,"26":51,"268":5,"27":51,"273":26,"276":34,"279":29,"28":473,"281":6,"282":62,"291":14,"292":54,"30":20,"302":8,"306":3,"31":120,"314":7,"32":23,"33":41,"34":55,"347":13,"35":76,"352":616,"36":137,"37":14,"38":339,"380":44,"381":90,"383":50,"389":2,"39":40,"391":23,"396":1,"397":23,"40":106,"409":24,"41":45,"414":22,"415":73,"419":5,"42":34,"426":9,"43":34,"430":37,"433":10,"434":1,"44":12,"45":27,"46":286,"48":47,"49":58,"5":674,"51":48,"52":35,"53":51,"56":9,"570":3,"6":112,"63":21,"7":123,"79":26,"8":168,"80":12,"9":194,"all_client":86177,"all_tv_clinet":13697,"insert_time":"2014-08-20T15:42:39.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71877,"10":17,"107":439,"11":713,"12":177,"13":215,"14":93,"15":54,"155":29,"156":8,"158":18,"159":9,"16":307,"160":7,"161":85,"167":28,"168":7,"17":210,"18":767,"19":154,"20":64,"209":29,"21":279,"210":8,"211":16,"214":20,"215":404,"221":249,"223":563,"224":34,"225":690,"23":254,"24":2574,"25":210,"257":61,"26":51,"268":5,"27":58,"273":26,"276":33,"279":24,"28":439,"281":5,"282":61,"291":13,"292":50,"30":19,"302":9,"306":3,"31":117,"314":6,"32":25,"33":40,"34":49,"347":12,"35":79,"352":606,"36":128,"37":12,"38":324,"380":43,"381":88,"383":50,"389":2,"39":38,"391":22,"396":1,"397":22,"40":102,"409":24,"41":41,"414":17,"415":69,"419":4,"42":32,"426":10,"43":33,"430":34,"433":10,"434":1,"44":11,"45":25,"46":288,"48":45,"49":56,"5":626,"51":47,"52":38,"53":52,"56":9,"570":3,"6":116,"63":21,"7":123,"79":31,"8":166,"80":12,"9":192,"all_client":85367,"all_tv_clinet":13490,"insert_time":"2014-08-20T15:43:39.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71235,"10":20,"107":435,"11":717,"12":169,"13":214,"14":90,"15":54,"155":29,"156":9,"158":16,"159":8,"16":312,"160":8,"161":87,"167":28,"168":7,"17":211,"18":761,"19":151,"20":60,"209":26,"21":275,"210":8,"211":14,"214":19,"215":403,"221":254,"223":553,"224":35,"225":692,"23":251,"24":2561,"25":210,"257":59,"26":51,"268":4,"27":58,"273":24,"276":33,"279":25,"28":408,"281":4,"282":59,"291":13,"292":51,"30":18,"302":9,"306":3,"31":115,"314":8,"32":26,"33":38,"34":50,"347":12,"35":78,"352":582,"36":133,"37":12,"38":325,"380":40,"381":89,"383":50,"389":2,"39":36,"391":22,"396":1,"397":22,"40":99,"409":25,"41":39,"414":14,"415":68,"419":4,"42":30,"426":8,"43":27,"430":32,"433":10,"434":1,"44":10,"45":24,"46":282,"48":44,"49":55,"5":594,"51":45,"52":40,"53":54,"56":9,"570":1,"6":111,"63":20,"7":127,"79":31,"8":159,"80":11,"9":191,"all_client":84547,"all_tv_clinet":13312,"insert_time":"2014-08-20T15:44:40.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70629,"10":20,"107":435,"11":729,"12":146,"13":217,"14":82,"15":55,"155":28,"156":8,"158":15,"159":7,"16":312,"160":8,"161":91,"167":28,"168":8,"17":217,"18":759,"19":148,"20":61,"209":25,"21":273,"210":8,"211":14,"214":19,"215":404,"221":249,"223":562,"224":37,"225":681,"23":249,"24":2560,"25":202,"257":58,"26":50,"268":3,"27":59,"273":22,"276":30,"279":26,"28":387,"281":5,"282":55,"291":12,"292":52,"30":18,"302":9,"306":2,"31":104,"314":8,"32":26,"33":38,"34":49,"347":12,"35":82,"352":577,"36":137,"37":14,"38":315,"380":37,"381":93,"383":50,"389":2,"39":31,"391":21,"396":1,"397":20,"40":97,"409":26,"41":38,"414":16,"415":61,"419":4,"42":29,"426":6,"43":24,"430":34,"433":9,"434":1,"44":8,"45":23,"46":278,"48":45,"49":55,"5":574,"51":44,"52":41,"53":54,"56":9,"570":1,"6":108,"63":20,"7":125,"79":33,"8":163,"80":12,"9":186,"all_client":83815,"all_tv_clinet":13186,"insert_time":"2014-08-20T15:45:41.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70052,"10":22,"107":426,"11":735,"12":126,"13":221,"14":78,"15":52,"155":28,"156":8,"158":14,"159":7,"16":318,"160":9,"161":91,"167":27,"168":8,"17":215,"18":758,"19":144,"20":55,"209":23,"21":262,"210":8,"211":14,"214":19,"215":405,"221":249,"223":553,"224":41,"225":688,"23":244,"24":2552,"25":199,"257":56,"26":57,"268":4,"27":62,"273":21,"276":31,"279":27,"28":375,"281":4,"282":54,"291":12,"292":49,"30":18,"302":8,"306":2,"31":98,"314":9,"32":26,"33":38,"34":50,"347":13,"35":78,"352":552,"36":138,"37":15,"38":330,"380":34,"381":96,"383":51,"389":3,"39":31,"391":22,"396":1,"397":17,"40":90,"409":25,"41":41,"414":17,"415":59,"419":3,"42":30,"426":6,"43":24,"430":32,"433":10,"434":1,"44":7,"45":25,"46":275,"48":45,"49":54,"5":567,"51":41,"52":43,"53":55,"56":10,"6":106,"63":21,"7":128,"79":33,"8":163,"80":12,"9":179,"all_client":83135,"all_tv_clinet":13083,"insert_time":"2014-08-20T15:46:41.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69412,"10":22,"107":415,"11":755,"12":115,"13":228,"14":78,"15":53,"155":27,"156":6,"158":12,"159":7,"16":322,"160":9,"161":85,"167":27,"168":9,"17":221,"18":740,"19":146,"20":55,"209":25,"21":259,"210":6,"211":14,"214":17,"215":407,"221":248,"223":539,"224":47,"225":667,"23":233,"24":2553,"25":198,"257":58,"26":58,"268":3,"27":60,"273":24,"276":31,"279":28,"28":359,"281":4,"282":55,"291":11,"292":46,"30":18,"302":8,"31":100,"314":7,"32":25,"33":36,"34":51,"347":14,"35":84,"352":544,"36":134,"37":16,"38":327,"380":28,"381":98,"383":51,"389":2,"39":30,"391":21,"396":1,"397":17,"40":81,"409":24,"41":39,"414":18,"415":64,"419":3,"42":30,"426":5,"43":24,"430":33,"433":10,"434":1,"44":9,"45":22,"46":273,"48":45,"49":56,"5":549,"51":40,"52":40,"53":55,"56":9,"6":102,"63":20,"7":133,"79":32,"8":163,"80":13,"9":186,"all_client":82385,"all_tv_clinet":12973,"insert_time":"2014-08-20T15:47:42.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68827,"10":24,"107":403,"11":750,"12":112,"13":219,"14":79,"15":49,"155":26,"156":6,"158":10,"159":7,"16":327,"160":10,"161":85,"167":26,"168":9,"17":220,"18":722,"19":145,"20":55,"209":27,"21":246,"210":7,"211":14,"214":14,"215":402,"221":244,"223":527,"224":49,"225":663,"23":222,"24":2545,"25":202,"257":59,"26":61,"268":3,"27":59,"273":22,"276":30,"279":27,"28":350,"281":4,"282":54,"291":10,"292":43,"30":15,"302":8,"31":91,"314":7,"32":24,"33":34,"34":53,"347":13,"35":86,"352":561,"36":132,"37":15,"38":324,"380":22,"381":97,"383":53,"389":2,"39":30,"391":20,"396":1,"397":18,"40":77,"409":22,"41":38,"414":18,"415":65,"419":3,"42":30,"426":5,"43":19,"430":33,"433":9,"434":1,"44":9,"45":22,"46":271,"48":48,"49":52,"5":548,"51":40,"52":42,"53":52,"56":8,"6":103,"63":21,"7":135,"79":36,"8":160,"80":14,"9":191,"all_client":81673,"all_tv_clinet":12846,"insert_time":"2014-08-20T15:48:42.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68278,"10":24,"107":397,"11":753,"12":107,"13":220,"14":79,"15":47,"155":26,"156":7,"158":10,"159":6,"16":330,"160":10,"161":83,"167":27,"168":9,"17":217,"18":700,"19":152,"20":57,"209":26,"21":241,"210":6,"211":14,"214":13,"215":398,"221":240,"223":519,"224":51,"225":659,"23":219,"24":2527,"25":205,"257":61,"26":65,"268":2,"27":54,"273":23,"276":27,"279":26,"28":336,"281":4,"282":57,"291":10,"292":43,"30":17,"302":7,"31":90,"314":7,"32":26,"33":33,"34":55,"347":10,"35":83,"352":554,"36":129,"37":18,"38":322,"380":19,"381":93,"383":50,"389":2,"39":31,"391":17,"396":2,"397":16,"40":74,"409":18,"41":37,"414":14,"415":69,"419":3,"42":33,"426":4,"43":18,"430":34,"433":11,"434":1,"44":9,"45":22,"46":275,"48":49,"49":55,"5":539,"51":40,"52":42,"53":53,"56":6,"6":92,"63":21,"7":142,"79":38,"8":160,"80":12,"9":198,"all_client":81015,"all_tv_clinet":12737,"insert_time":"2014-08-20T15:49:43.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67744,"10":23,"107":394,"11":736,"12":105,"13":225,"14":84,"15":45,"155":25,"156":9,"158":11,"159":7,"16":335,"160":10,"161":85,"167":28,"168":8,"17":215,"18":685,"19":160,"20":60,"209":23,"21":241,"210":7,"211":13,"214":12,"215":387,"221":233,"223":517,"224":49,"225":653,"23":216,"24":2505,"25":205,"257":60,"26":57,"268":2,"27":50,"273":23,"276":27,"279":28,"28":316,"281":4,"282":56,"291":10,"292":44,"30":19,"302":6,"31":89,"314":5,"32":25,"33":30,"34":52,"347":10,"35":85,"352":547,"36":130,"37":17,"38":317,"380":16,"381":92,"383":47,"389":2,"39":32,"391":17,"396":2,"397":15,"40":70,"409":15,"41":39,"414":14,"415":70,"419":3,"42":33,"426":3,"43":14,"430":33,"433":11,"434":1,"44":10,"45":23,"46":275,"48":51,"49":55,"5":535,"51":40,"52":42,"53":50,"56":6,"570":1,"6":90,"63":23,"7":139,"79":39,"8":160,"80":14,"9":206,"all_client":80352,"all_tv_clinet":12608,"insert_time":"2014-08-20T15:50:43.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67198,"10":21,"107":386,"11":736,"12":101,"13":219,"14":81,"15":44,"155":26,"156":9,"158":12,"159":7,"16":336,"160":11,"161":82,"167":29,"168":7,"17":217,"18":675,"19":162,"20":62,"209":22,"21":242,"210":6,"211":13,"214":12,"215":380,"221":230,"223":521,"224":51,"225":654,"23":217,"24":2489,"25":201,"257":62,"26":60,"268":2,"27":50,"273":24,"276":26,"279":29,"28":313,"281":4,"282":58,"291":10,"292":43,"30":21,"302":6,"31":91,"314":4,"32":24,"33":25,"34":52,"347":10,"35":82,"352":537,"36":125,"37":17,"38":310,"380":16,"381":86,"383":47,"389":2,"39":30,"391":15,"396":2,"397":13,"40":72,"409":13,"41":38,"414":11,"415":69,"419":3,"42":30,"426":4,"43":15,"430":31,"433":14,"434":1,"44":12,"45":26,"46":271,"48":61,"49":54,"5":533,"51":41,"52":41,"53":47,"56":6,"570":1,"6":87,"63":24,"7":138,"79":34,"8":164,"80":16,"9":209,"all_client":79721,"all_tv_clinet":12523,"insert_time":"2014-08-20T15:51:44.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66649,"10":19,"107":385,"11":737,"12":95,"13":216,"14":78,"15":43,"155":24,"156":8,"158":13,"159":7,"16":342,"160":11,"161":74,"167":28,"168":7,"17":213,"18":667,"19":157,"20":65,"209":23,"21":245,"210":6,"211":13,"214":12,"215":373,"221":229,"223":509,"224":52,"225":656,"23":212,"24":2474,"25":204,"257":61,"26":63,"268":2,"27":49,"273":24,"276":27,"279":30,"28":304,"281":4,"282":56,"291":9,"292":41,"30":21,"302":6,"31":96,"314":4,"32":23,"33":25,"34":51,"347":10,"35":77,"352":527,"36":129,"37":14,"38":303,"380":13,"381":86,"383":50,"389":2,"39":29,"391":15,"396":2,"397":12,"40":63,"409":13,"41":35,"414":10,"415":65,"419":3,"42":29,"426":6,"43":16,"430":30,"433":12,"434":1,"44":12,"45":26,"46":266,"48":62,"49":50,"5":534,"51":42,"52":39,"53":47,"56":7,"570":1,"6":88,"63":25,"7":140,"79":30,"8":160,"80":16,"9":214,"all_client":79053,"all_tv_clinet":12404,"insert_time":"2014-08-20T15:52:44.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66107,"10":19,"107":384,"11":738,"12":90,"13":215,"14":76,"15":45,"155":23,"156":7,"158":12,"159":8,"16":344,"160":12,"161":72,"167":29,"168":7,"17":211,"18":657,"19":152,"20":66,"209":22,"21":236,"210":5,"211":12,"214":11,"215":367,"221":222,"223":501,"224":52,"225":634,"23":221,"24":2461,"25":202,"257":62,"26":68,"268":2,"27":53,"273":23,"276":26,"279":30,"28":290,"281":4,"282":55,"291":7,"292":42,"30":17,"302":5,"31":95,"314":3,"32":24,"33":29,"34":55,"347":11,"35":70,"352":522,"36":124,"37":13,"38":303,"380":10,"381":88,"383":53,"389":2,"39":31,"391":15,"396":2,"397":11,"40":59,"409":13,"41":31,"414":10,"415":64,"419":3,"42":28,"426":7,"43":16,"430":31,"433":12,"434":1,"44":11,"45":27,"46":261,"48":64,"49":54,"5":538,"51":42,"52":40,"53":47,"56":6,"570":1,"6":87,"63":23,"7":139,"79":30,"8":154,"80":14,"9":217,"all_client":78395,"all_tv_clinet":12288,"insert_time":"2014-08-20T15:53:45.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65555,"10":21,"107":380,"11":735,"12":94,"13":212,"14":73,"15":45,"155":23,"156":8,"158":12,"159":8,"16":339,"160":10,"161":68,"167":30,"168":7,"17":200,"18":641,"19":155,"20":66,"209":18,"21":241,"210":5,"211":12,"214":11,"215":361,"221":216,"223":499,"224":57,"225":609,"23":214,"24":2446,"25":197,"257":61,"26":71,"268":2,"27":51,"273":23,"276":22,"279":30,"28":277,"281":4,"282":54,"291":7,"292":43,"30":18,"302":4,"31":96,"314":2,"32":22,"33":31,"34":54,"347":11,"35":64,"352":519,"36":124,"37":14,"38":308,"380":10,"381":88,"383":53,"389":2,"39":28,"391":15,"396":3,"397":12,"40":58,"409":12,"41":30,"414":9,"415":64,"419":2,"42":27,"426":7,"43":20,"430":30,"433":12,"434":1,"44":10,"45":27,"46":261,"48":67,"49":56,"5":517,"51":43,"52":39,"53":49,"56":5,"6":88,"63":25,"7":149,"79":29,"8":149,"80":15,"9":218,"all_client":77710,"all_tv_clinet":12155,"insert_time":"2014-08-20T15:54:45.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65015,"10":22,"107":380,"11":743,"12":85,"13":210,"14":74,"15":50,"155":25,"156":8,"158":14,"159":9,"16":350,"160":11,"161":73,"167":30,"168":6,"17":183,"18":642,"19":154,"20":63,"209":16,"21":240,"210":4,"211":12,"214":11,"215":357,"221":213,"223":475,"224":54,"225":578,"23":212,"24":2421,"25":197,"257":60,"26":77,"268":2,"27":53,"273":23,"276":19,"279":34,"28":267,"281":4,"282":55,"291":6,"292":45,"30":15,"302":4,"31":95,"314":2,"32":21,"33":30,"34":57,"347":9,"35":61,"352":520,"36":121,"37":14,"38":302,"380":10,"381":78,"383":54,"389":2,"39":28,"391":14,"396":3,"397":12,"40":57,"409":13,"41":32,"414":9,"415":58,"419":2,"42":28,"426":7,"43":21,"430":29,"433":12,"434":1,"44":10,"45":26,"46":260,"48":66,"49":60,"5":513,"51":44,"52":43,"53":47,"56":6,"570":1,"6":93,"63":26,"7":149,"79":29,"8":149,"80":15,"9":215,"all_client":77055,"all_tv_clinet":12040,"insert_time":"2014-08-20T15:55:46.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64472,"10":21,"107":372,"11":755,"12":85,"13":217,"14":69,"15":60,"155":23,"156":7,"158":14,"159":8,"16":352,"160":13,"161":76,"167":29,"168":7,"17":168,"18":650,"19":159,"20":61,"209":15,"21":241,"210":3,"211":12,"214":11,"215":357,"221":199,"223":460,"224":56,"225":556,"23":207,"24":2409,"25":192,"257":58,"26":79,"268":2,"27":53,"273":24,"276":20,"279":33,"28":264,"281":4,"282":53,"291":6,"292":42,"30":14,"302":3,"31":95,"314":2,"32":19,"33":28,"34":53,"347":9,"35":58,"352":511,"36":123,"37":16,"38":304,"380":10,"381":77,"383":57,"389":1,"39":27,"391":15,"396":4,"397":12,"40":57,"409":12,"41":30,"414":9,"415":53,"419":2,"42":29,"426":5,"43":24,"430":26,"433":11,"44":10,"45":26,"46":258,"48":63,"49":58,"5":511,"51":44,"52":43,"53":48,"56":7,"570":1,"6":94,"63":27,"7":150,"79":29,"8":147,"80":15,"9":202,"all_client":76403,"all_tv_clinet":11931,"insert_time":"2014-08-20T15:56:46.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63936,"10":20,"107":354,"11":772,"12":93,"13":229,"14":67,"15":62,"155":24,"156":7,"158":15,"159":8,"16":360,"160":16,"161":81,"167":27,"168":6,"17":152,"18":643,"19":166,"20":58,"209":17,"21":238,"210":4,"211":12,"214":10,"215":355,"221":191,"223":448,"224":57,"225":549,"23":208,"24":2390,"25":192,"257":53,"26":79,"268":3,"27":55,"273":26,"276":19,"279":35,"28":260,"281":4,"282":51,"291":8,"292":41,"30":11,"302":3,"31":96,"314":2,"32":15,"33":27,"34":55,"347":9,"35":50,"352":497,"36":121,"37":19,"38":312,"380":9,"381":76,"383":60,"389":1,"39":25,"391":17,"396":2,"397":10,"40":53,"409":10,"41":30,"414":11,"415":49,"419":2,"42":28,"426":5,"43":21,"430":26,"433":11,"44":9,"45":27,"46":249,"48":62,"49":58,"5":508,"51":44,"52":49,"53":45,"56":7,"570":1,"6":86,"63":24,"7":157,"79":29,"8":146,"80":17,"9":194,"all_client":75776,"all_tv_clinet":11840,"insert_time":"2014-08-20T15:57:47.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63307,"10":17,"107":348,"11":780,"12":94,"13":236,"14":64,"15":68,"155":22,"156":6,"158":14,"159":6,"16":365,"160":18,"161":76,"167":29,"168":5,"17":150,"18":622,"19":174,"20":56,"209":18,"21":239,"210":3,"211":10,"214":9,"215":350,"221":185,"223":426,"224":60,"225":513,"23":206,"24":2400,"25":195,"257":48,"26":79,"268":4,"27":52,"273":27,"276":18,"279":33,"28":250,"281":3,"282":49,"291":8,"292":43,"30":11,"302":3,"31":102,"314":3,"32":15,"33":28,"34":56,"347":8,"35":46,"352":495,"36":116,"37":22,"38":310,"380":9,"381":76,"383":61,"389":1,"39":27,"391":17,"396":1,"397":10,"40":55,"409":10,"41":33,"414":12,"415":49,"419":3,"42":29,"426":5,"43":20,"430":26,"433":11,"44":8,"45":27,"46":236,"48":57,"49":60,"5":512,"51":46,"52":50,"53":44,"56":8,"570":1,"6":78,"63":24,"7":164,"79":29,"8":143,"80":18,"9":184,"all_client":75044,"all_tv_clinet":11737,"insert_time":"2014-08-20T15:58:47.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62843,"10":17,"107":336,"11":783,"12":88,"13":246,"14":64,"15":68,"155":23,"156":5,"158":14,"159":7,"16":369,"160":17,"161":72,"167":29,"168":5,"17":149,"18":605,"19":170,"20":58,"209":19,"21":241,"210":4,"211":10,"214":9,"215":336,"221":186,"223":412,"224":62,"225":497,"23":205,"24":2405,"25":199,"257":49,"26":81,"268":4,"27":50,"273":25,"276":18,"279":36,"28":247,"281":4,"282":49,"291":8,"292":41,"30":12,"302":3,"31":104,"314":3,"32":11,"33":30,"34":51,"347":9,"35":42,"352":490,"36":111,"37":21,"38":311,"380":8,"381":77,"383":56,"389":1,"39":25,"391":16,"397":10,"40":50,"409":10,"41":34,"414":11,"415":51,"419":3,"42":29,"426":5,"43":20,"430":25,"433":12,"44":6,"45":28,"46":235,"48":58,"49":62,"5":505,"51":49,"52":51,"53":42,"56":8,"570":1,"6":76,"63":23,"7":170,"79":30,"8":134,"80":21,"9":184,"all_client":74489,"all_tv_clinet":11646,"insert_time":"2014-08-20T15:59:48.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62248,"10":21,"107":325,"11":787,"12":85,"13":243,"14":62,"15":67,"155":24,"156":4,"158":11,"159":7,"16":372,"160":16,"161":73,"167":29,"168":4,"17":144,"18":591,"19":175,"20":58,"209":21,"21":247,"210":4,"211":10,"214":8,"215":318,"221":183,"223":405,"224":60,"225":484,"23":208,"24":2382,"25":193,"257":49,"26":77,"268":4,"27":49,"273":25,"276":18,"279":35,"28":240,"281":4,"282":48,"291":7,"292":39,"30":13,"302":3,"31":102,"314":3,"32":10,"33":32,"34":43,"347":9,"35":38,"352":484,"36":107,"37":21,"38":308,"380":7,"381":76,"383":54,"389":1,"39":24,"391":16,"397":9,"40":48,"409":8,"41":34,"414":12,"415":49,"419":3,"42":30,"426":5,"43":20,"430":23,"433":11,"44":8,"45":30,"46":233,"48":57,"49":63,"5":509,"51":48,"52":50,"53":43,"56":8,"570":1,"6":75,"63":22,"7":179,"79":29,"8":125,"80":20,"9":184,"all_client":73751,"all_tv_clinet":11503,"insert_time":"2014-08-20T16:00:48.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61674,"10":22,"107":337,"11":785,"12":83,"13":243,"14":63,"15":69,"155":25,"156":3,"158":11,"159":8,"16":380,"160":18,"161":78,"167":30,"168":4,"17":146,"18":580,"19":170,"20":58,"209":19,"21":248,"210":4,"211":9,"214":8,"215":299,"221":177,"223":395,"224":58,"225":470,"23":211,"24":2314,"25":193,"257":49,"26":73,"268":3,"27":40,"273":22,"276":18,"279":35,"28":243,"281":4,"282":52,"291":9,"292":37,"30":11,"302":3,"306":1,"31":109,"314":2,"32":10,"33":32,"34":35,"347":8,"35":35,"352":471,"36":108,"37":23,"38":299,"380":8,"381":79,"383":52,"39":29,"391":15,"397":8,"40":50,"409":10,"41":30,"414":15,"415":49,"419":2,"42":30,"426":4,"43":20,"430":23,"433":12,"44":10,"45":30,"46":222,"48":57,"49":66,"5":508,"51":45,"52":47,"53":42,"56":6,"570":1,"6":73,"63":21,"7":181,"79":30,"8":119,"80":18,"9":183,"all_client":73019,"all_tv_clinet":11345,"insert_time":"2014-08-20T16:01:49.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61136,"10":24,"107":338,"11":780,"12":84,"13":238,"14":59,"15":69,"155":24,"156":3,"158":11,"159":6,"16":384,"160":16,"161":75,"167":31,"168":5,"17":141,"18":568,"19":170,"20":55,"209":20,"21":257,"210":4,"211":7,"214":10,"215":288,"221":179,"223":390,"224":58,"225":459,"23":214,"24":2268,"25":199,"257":49,"26":72,"268":4,"27":35,"273":20,"276":19,"279":34,"28":247,"281":4,"282":53,"291":9,"292":35,"30":11,"302":3,"306":1,"31":112,"314":3,"32":12,"33":31,"34":34,"347":8,"35":30,"352":468,"36":100,"37":23,"38":291,"380":9,"381":78,"383":50,"39":28,"391":15,"396":1,"397":8,"40":49,"409":8,"41":27,"414":15,"415":51,"419":2,"42":29,"426":4,"43":20,"430":25,"433":11,"44":9,"45":29,"46":221,"48":60,"49":68,"5":513,"51":45,"52":47,"53":41,"56":5,"570":1,"6":74,"63":21,"7":185,"79":31,"8":115,"80":17,"9":186,"all_client":72376,"all_tv_clinet":11240,"insert_time":"2014-08-20T16:02:49.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60532,"10":23,"107":349,"11":745,"12":92,"13":247,"14":65,"15":68,"155":23,"156":3,"158":12,"159":6,"16":384,"160":16,"161":75,"167":29,"168":5,"17":137,"18":554,"19":175,"20":54,"209":20,"21":274,"210":4,"211":7,"214":12,"215":278,"221":179,"223":395,"224":53,"225":436,"23":213,"24":2205,"25":202,"257":50,"26":69,"268":4,"27":33,"273":19,"276":19,"279":34,"28":252,"281":4,"282":55,"291":10,"292":33,"30":11,"302":3,"306":1,"31":119,"314":3,"32":11,"33":35,"34":33,"347":8,"35":26,"352":456,"36":100,"37":21,"38":282,"380":9,"381":79,"383":49,"39":32,"391":13,"396":1,"397":8,"40":47,"409":8,"41":26,"414":15,"415":53,"419":2,"42":27,"426":5,"43":19,"430":27,"433":11,"44":11,"45":30,"46":223,"48":71,"49":75,"5":512,"51":42,"52":49,"53":40,"56":5,"570":1,"6":73,"63":19,"7":187,"79":33,"8":113,"80":19,"9":181,"all_client":71678,"all_tv_clinet":11146,"insert_time":"2014-08-20T16:03:50.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59983,"10":22,"107":339,"11":675,"12":99,"13":255,"14":70,"15":70,"155":24,"156":3,"158":12,"159":6,"16":386,"160":12,"161":73,"167":29,"168":5,"17":142,"18":538,"19":175,"20":56,"209":19,"21":276,"210":5,"211":6,"214":14,"215":269,"221":181,"223":382,"224":53,"225":404,"23":218,"24":2155,"25":201,"257":52,"26":66,"268":4,"27":30,"273":19,"276":20,"279":35,"28":253,"281":4,"282":53,"291":10,"292":32,"30":12,"302":3,"306":1,"31":119,"314":2,"32":9,"33":38,"34":37,"347":6,"35":24,"352":453,"36":98,"37":20,"38":281,"380":9,"381":77,"383":47,"39":29,"391":13,"396":1,"397":7,"40":47,"409":9,"41":24,"414":14,"415":55,"419":2,"42":24,"426":5,"43":19,"430":28,"433":10,"44":9,"45":31,"46":236,"48":73,"49":77,"5":505,"51":47,"52":50,"53":38,"56":5,"6":82,"63":18,"7":194,"79":39,"8":111,"80":21,"9":183,"all_client":70977,"all_tv_clinet":10994,"insert_time":"2014-08-20T16:04:50.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59440,"10":20,"107":334,"11":613,"12":106,"13":257,"14":81,"15":68,"155":24,"156":3,"158":13,"159":6,"16":388,"160":11,"161":76,"167":29,"168":4,"17":138,"18":522,"19":178,"20":57,"209":18,"21":275,"210":4,"211":5,"214":15,"215":262,"221":186,"223":376,"224":53,"225":393,"23":216,"24":2097,"25":207,"257":50,"26":65,"268":5,"27":28,"273":17,"276":18,"279":36,"28":260,"281":4,"282":51,"291":12,"292":33,"30":13,"302":3,"306":1,"31":127,"314":2,"32":8,"33":36,"34":39,"347":7,"35":25,"352":437,"36":93,"37":21,"38":275,"380":9,"381":73,"383":45,"39":32,"391":13,"397":6,"40":49,"409":10,"41":23,"414":13,"415":51,"419":2,"42":26,"426":6,"43":18,"430":27,"433":10,"44":10,"45":30,"46":244,"48":72,"49":75,"5":486,"51":46,"52":53,"53":36,"56":3,"6":86,"63":18,"7":200,"79":40,"8":110,"80":20,"9":181,"all_client":70264,"all_tv_clinet":10824,"insert_time":"2014-08-20T16:05:51.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58852,"10":22,"107":344,"11":583,"12":111,"13":256,"14":90,"15":66,"155":22,"156":3,"158":13,"159":6,"16":384,"160":12,"161":78,"167":27,"168":4,"17":150,"18":508,"19":178,"20":54,"209":15,"21":273,"210":3,"211":2,"214":15,"215":248,"221":183,"223":349,"224":55,"225":387,"23":211,"24":2059,"25":206,"257":52,"26":59,"268":5,"27":27,"273":15,"276":21,"279":39,"28":267,"281":4,"282":45,"291":13,"292":31,"30":12,"302":3,"306":1,"31":133,"314":2,"32":6,"33":34,"34":42,"347":7,"35":25,"352":439,"36":90,"37":24,"38":277,"380":10,"381":72,"383":43,"39":26,"391":15,"397":6,"40":48,"409":10,"41":23,"414":13,"415":50,"419":2,"42":25,"426":6,"43":21,"430":30,"433":9,"44":11,"45":33,"46":246,"48":64,"49":71,"5":479,"51":49,"52":53,"53":30,"56":3,"6":84,"63":15,"7":200,"79":41,"8":103,"80":20,"9":176,"all_client":69529,"all_tv_clinet":10677,"insert_time":"2014-08-20T16:06:51.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58299,"10":22,"107":332,"11":558,"12":114,"13":260,"14":97,"15":59,"155":16,"156":3,"158":12,"159":5,"16":375,"160":14,"161":76,"167":27,"168":4,"17":153,"18":487,"19":178,"20":52,"209":15,"21":275,"210":2,"211":2,"214":16,"215":236,"221":175,"223":327,"224":51,"225":370,"23":213,"24":2012,"25":214,"257":49,"26":50,"268":6,"27":22,"273":15,"276":22,"279":39,"28":271,"281":4,"282":44,"291":12,"292":29,"30":13,"302":3,"31":139,"314":2,"32":8,"33":33,"34":40,"347":7,"35":24,"352":431,"36":90,"37":26,"38":273,"380":11,"381":70,"383":45,"39":25,"391":15,"397":6,"40":45,"409":13,"41":21,"414":12,"415":47,"419":3,"42":23,"426":5,"43":20,"430":32,"433":11,"44":10,"45":33,"46":244,"48":65,"49":73,"5":481,"51":48,"52":52,"53":30,"56":3,"6":84,"63":16,"7":199,"79":40,"8":101,"80":21,"9":182,"all_client":68789,"all_tv_clinet":10490,"insert_time":"2014-08-20T16:07:52.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57707,"10":23,"107":325,"11":539,"12":115,"13":256,"14":96,"15":57,"155":17,"156":3,"158":12,"159":5,"16":370,"160":15,"161":72,"167":24,"168":4,"17":151,"18":472,"19":174,"20":49,"209":15,"21":279,"210":2,"211":2,"214":17,"215":228,"221":170,"223":314,"224":47,"225":367,"23":212,"24":1924,"25":212,"257":51,"26":48,"268":7,"27":20,"273":16,"276":23,"279":41,"28":273,"281":4,"282":39,"291":12,"292":29,"30":13,"302":3,"31":135,"314":4,"32":10,"33":32,"34":40,"347":6,"35":23,"352":442,"36":93,"37":26,"38":258,"380":11,"381":66,"383":48,"39":22,"391":16,"396":1,"397":6,"40":46,"409":13,"41":20,"414":12,"415":39,"419":3,"42":23,"426":4,"43":19,"430":32,"433":11,"44":9,"45":35,"46":235,"48":62,"49":69,"5":479,"51":46,"52":53,"53":27,"56":4,"6":84,"63":13,"7":206,"79":37,"8":96,"80":23,"9":187,"all_client":67980,"all_tv_clinet":10273,"insert_time":"2014-08-20T16:08:52.858Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56918,"10":22,"107":313,"11":507,"12":114,"13":255,"14":93,"15":56,"155":16,"156":3,"158":12,"159":6,"16":380,"160":16,"161":65,"167":25,"168":4,"17":158,"18":465,"19":170,"20":48,"209":14,"21":276,"210":2,"211":1,"214":19,"215":220,"221":165,"223":314,"224":41,"225":354,"23":230,"24":1764,"25":202,"257":49,"26":49,"268":8,"27":19,"273":15,"276":23,"279":41,"28":269,"281":4,"282":36,"291":12,"292":28,"30":14,"302":3,"31":133,"314":4,"32":10,"33":26,"34":41,"347":7,"35":20,"352":440,"36":92,"37":25,"38":252,"380":13,"381":64,"383":51,"39":24,"391":18,"396":1,"397":6,"40":48,"409":13,"41":19,"414":12,"415":35,"419":3,"42":24,"426":4,"43":16,"430":36,"433":9,"44":7,"45":37,"46":233,"48":58,"49":70,"5":462,"51":45,"52":53,"53":23,"56":5,"570":1,"6":88,"63":14,"7":205,"79":34,"8":89,"80":25,"9":190,"all_client":66903,"all_tv_clinet":9985,"insert_time":"2014-08-20T16:09:54.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56146,"10":23,"107":310,"11":496,"12":114,"13":244,"14":95,"15":56,"155":13,"156":3,"158":13,"159":6,"16":385,"160":14,"161":69,"167":24,"168":4,"17":156,"18":449,"19":171,"20":48,"209":15,"21":269,"210":2,"211":1,"214":19,"215":215,"221":158,"223":310,"224":37,"225":339,"23":232,"24":1586,"25":194,"257":45,"26":42,"268":6,"27":19,"273":13,"276":22,"279":41,"28":267,"281":5,"282":33,"291":13,"292":24,"30":17,"302":3,"31":126,"314":4,"32":11,"33":24,"34":38,"347":8,"35":18,"352":430,"36":90,"37":24,"38":255,"380":14,"381":61,"383":53,"39":23,"391":18,"396":1,"397":7,"40":52,"409":14,"41":21,"414":12,"415":35,"419":5,"42":23,"426":4,"43":16,"430":36,"433":6,"44":8,"45":39,"46":229,"48":54,"49":73,"5":464,"51":44,"52":56,"53":21,"56":4,"570":1,"6":89,"63":15,"7":208,"79":32,"8":86,"80":25,"9":184,"all_client":65827,"all_tv_clinet":9681,"insert_time":"2014-08-20T16:10:54.717Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55427,"10":21,"107":292,"11":470,"12":115,"13":228,"14":101,"15":50,"155":12,"156":4,"158":14,"159":6,"16":393,"160":14,"161":68,"167":24,"168":3,"17":162,"18":445,"19":172,"20":47,"209":14,"21":273,"210":2,"211":1,"214":23,"215":207,"221":148,"223":306,"224":35,"225":321,"23":228,"24":1408,"25":182,"257":41,"26":41,"268":6,"27":19,"273":11,"276":23,"279":40,"28":270,"281":5,"282":32,"291":13,"292":22,"30":16,"302":3,"31":121,"314":3,"32":12,"33":23,"34":38,"347":6,"35":19,"352":423,"36":89,"37":27,"38":256,"380":16,"381":56,"383":56,"39":23,"391":18,"396":1,"397":8,"40":50,"409":13,"41":23,"414":12,"415":32,"419":5,"42":24,"426":5,"43":16,"430":38,"433":5,"44":10,"45":41,"46":225,"48":50,"49":74,"5":461,"51":42,"52":63,"53":20,"56":3,"570":1,"6":94,"63":19,"7":213,"79":31,"8":85,"80":21,"9":171,"all_client":64800,"all_tv_clinet":9373,"insert_time":"2014-08-20T16:11:55.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54884,"10":19,"107":290,"11":434,"12":114,"13":209,"14":111,"15":48,"155":12,"156":3,"158":15,"159":8,"16":403,"160":13,"161":68,"167":23,"168":3,"17":162,"18":444,"19":169,"20":48,"209":13,"21":274,"210":3,"211":1,"214":24,"215":201,"221":146,"223":298,"224":33,"225":316,"23":216,"24":1288,"25":179,"257":42,"26":44,"268":5,"27":19,"273":8,"276":24,"279":40,"28":270,"281":5,"282":29,"291":13,"292":22,"30":16,"302":3,"31":124,"314":3,"32":13,"33":22,"34":38,"347":6,"35":18,"352":426,"36":86,"37":28,"38":250,"380":18,"381":57,"383":54,"39":25,"391":18,"396":1,"397":8,"40":51,"409":14,"41":22,"414":10,"415":29,"419":6,"42":24,"426":4,"43":17,"430":37,"433":5,"44":11,"45":44,"46":231,"48":40,"49":79,"5":457,"51":43,"52":64,"53":19,"56":3,"6":93,"63":19,"7":222,"79":30,"8":83,"80":20,"9":153,"all_client":64037,"all_tv_clinet":9153,"insert_time":"2014-08-20T16:12:55.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54132,"10":16,"107":295,"11":371,"12":110,"13":198,"14":119,"15":46,"155":12,"156":3,"158":18,"159":10,"16":414,"160":11,"161":67,"167":22,"168":2,"17":169,"18":444,"19":164,"20":51,"209":9,"21":275,"210":3,"211":1,"214":27,"215":197,"221":141,"223":280,"224":28,"225":296,"23":221,"24":1192,"25":172,"257":44,"26":44,"268":4,"27":17,"273":9,"276":23,"279":37,"28":268,"281":4,"282":28,"291":12,"292":20,"30":13,"302":3,"31":126,"314":3,"32":14,"33":22,"34":39,"347":6,"35":18,"352":419,"36":85,"37":31,"38":252,"380":19,"381":53,"383":48,"39":25,"391":21,"396":1,"397":7,"40":49,"409":12,"41":23,"414":10,"415":29,"419":6,"42":24,"426":4,"43":15,"430":35,"433":6,"44":11,"45":43,"46":232,"48":39,"49":80,"5":448,"51":42,"52":69,"53":18,"56":3,"6":90,"63":16,"7":226,"79":26,"8":79,"80":20,"9":146,"all_client":63032,"all_tv_clinet":8900,"insert_time":"2014-08-20T16:13:56.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53437,"10":17,"107":296,"11":314,"12":103,"13":183,"14":123,"15":43,"155":12,"156":2,"158":21,"159":10,"16":404,"160":10,"161":64,"167":22,"168":2,"17":175,"18":437,"19":166,"20":52,"209":8,"21":263,"210":3,"211":1,"214":26,"215":185,"221":144,"223":278,"224":27,"225":277,"23":215,"24":1139,"25":166,"257":42,"26":42,"268":4,"27":13,"273":9,"276":23,"279":35,"28":273,"281":4,"282":24,"291":12,"292":20,"30":13,"302":3,"31":131,"314":3,"32":15,"33":21,"34":36,"347":6,"35":17,"352":418,"36":85,"37":30,"38":253,"380":21,"381":53,"383":43,"39":25,"391":24,"396":1,"397":6,"40":51,"409":12,"41":19,"414":9,"415":32,"419":6,"42":23,"426":3,"43":12,"430":35,"433":6,"44":15,"45":42,"46":238,"48":37,"49":83,"5":445,"51":41,"52":61,"53":17,"56":3,"6":87,"63":16,"7":230,"79":24,"8":77,"80":19,"9":128,"all_client":62101,"all_tv_clinet":8664,"insert_time":"2014-08-20T16:14:56.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52829,"10":18,"107":295,"11":278,"12":92,"13":171,"14":132,"15":41,"155":12,"156":2,"158":19,"159":9,"16":379,"160":6,"161":62,"167":22,"168":2,"17":188,"18":440,"19":167,"20":52,"209":8,"21":268,"210":3,"214":28,"215":174,"221":137,"223":279,"224":27,"225":274,"23":206,"24":1066,"25":165,"257":44,"26":37,"268":4,"27":12,"273":10,"276":23,"279":34,"28":270,"281":3,"282":24,"291":11,"292":19,"30":13,"302":3,"306":1,"31":137,"314":3,"32":17,"33":19,"34":36,"347":6,"35":17,"352":406,"36":83,"37":32,"38":253,"380":22,"381":50,"383":47,"39":26,"391":24,"396":1,"397":6,"40":51,"409":12,"41":20,"414":8,"415":29,"419":6,"42":23,"426":4,"43":14,"430":32,"433":6,"44":14,"45":43,"46":241,"48":39,"49":80,"5":440,"51":42,"52":64,"53":18,"56":3,"6":85,"63":17,"7":228,"79":26,"8":76,"80":20,"9":119,"all_client":61304,"all_tv_clinet":8475,"insert_time":"2014-08-20T16:15:57.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52255,"10":18,"107":295,"11":266,"12":90,"13":168,"14":135,"15":36,"155":12,"156":2,"158":20,"159":11,"16":358,"160":5,"161":58,"167":21,"168":2,"17":195,"18":445,"19":170,"20":51,"209":10,"21":267,"210":4,"214":26,"215":169,"221":129,"223":272,"224":31,"225":266,"23":197,"24":1028,"25":158,"257":44,"26":40,"268":3,"27":14,"273":9,"276":22,"279":32,"28":256,"281":5,"282":21,"291":11,"292":17,"30":13,"302":3,"306":1,"31":140,"314":3,"32":16,"33":19,"34":34,"347":6,"35":16,"352":411,"36":83,"37":31,"38":256,"380":22,"381":49,"383":49,"39":28,"391":24,"396":2,"397":5,"40":52,"409":12,"41":20,"414":13,"415":31,"419":6,"42":24,"426":5,"43":17,"430":32,"433":4,"44":16,"45":44,"46":239,"48":35,"49":80,"5":436,"51":44,"52":61,"53":17,"56":4,"6":75,"63":17,"7":225,"79":25,"8":69,"80":19,"9":113,"all_client":60590,"all_tv_clinet":8335,"insert_time":"2014-08-20T16:16:57.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51730,"10":17,"107":299,"11":261,"12":88,"13":164,"14":139,"15":37,"155":12,"156":2,"158":21,"159":11,"16":336,"160":8,"161":59,"167":21,"168":3,"17":211,"18":449,"19":170,"20":50,"209":14,"21":268,"210":4,"214":27,"215":159,"221":122,"223":267,"224":32,"225":254,"23":187,"24":974,"25":162,"257":42,"26":43,"268":3,"27":10,"273":9,"276":23,"279":34,"28":248,"281":5,"282":19,"291":9,"292":13,"30":13,"302":3,"306":1,"31":141,"314":3,"32":14,"33":19,"34":32,"347":8,"35":14,"352":401,"36":85,"37":30,"38":248,"380":23,"381":50,"383":50,"39":30,"391":24,"396":2,"397":6,"40":52,"409":13,"41":23,"414":14,"415":33,"419":6,"42":21,"426":5,"43":19,"430":32,"433":3,"434":1,"44":13,"45":44,"46":237,"48":34,"49":78,"5":427,"51":43,"52":58,"53":17,"56":6,"6":68,"63":15,"7":213,"79":25,"8":72,"80":18,"9":116,"all_client":59919,"all_tv_clinet":8189,"insert_time":"2014-08-20T16:17:57.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51139,"10":16,"107":291,"11":262,"12":90,"13":161,"14":141,"15":38,"155":10,"156":2,"158":20,"159":11,"16":319,"160":7,"161":61,"167":21,"168":3,"17":216,"18":452,"19":171,"20":50,"209":16,"21":265,"210":4,"214":30,"215":152,"221":124,"223":272,"224":32,"225":255,"23":180,"24":934,"25":158,"257":36,"26":42,"268":4,"27":11,"273":10,"276":24,"279":32,"28":239,"281":7,"282":17,"291":8,"292":15,"30":13,"302":3,"31":143,"314":4,"32":13,"33":17,"34":26,"347":11,"35":16,"352":417,"36":86,"37":31,"38":245,"380":23,"381":47,"383":53,"39":31,"391":25,"396":2,"397":5,"40":50,"409":12,"41":23,"414":14,"415":33,"419":7,"42":21,"426":5,"43":17,"430":30,"433":3,"434":1,"44":11,"45":40,"46":240,"48":30,"49":74,"5":420,"51":45,"52":50,"53":20,"56":7,"6":63,"63":15,"7":213,"79":25,"8":68,"80":18,"9":114,"all_client":59228,"all_tv_clinet":8089,"insert_time":"2014-08-20T16:18:58.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50648,"10":19,"107":281,"11":252,"12":86,"13":161,"14":140,"15":38,"155":9,"156":2,"158":19,"159":10,"16":303,"160":8,"161":57,"167":22,"168":3,"17":213,"18":471,"19":168,"20":52,"209":14,"21":260,"210":4,"214":30,"215":148,"221":128,"223":274,"224":33,"225":261,"23":172,"24":899,"25":152,"257":37,"26":48,"268":4,"27":10,"273":9,"276":24,"279":28,"28":233,"281":6,"282":17,"291":10,"292":15,"30":12,"302":3,"31":150,"314":4,"32":12,"33":16,"34":29,"347":11,"35":18,"352":411,"36":82,"37":31,"38":245,"380":24,"381":47,"383":54,"39":32,"391":26,"396":2,"397":5,"40":50,"409":12,"41":22,"414":9,"415":30,"419":7,"42":21,"426":6,"43":18,"430":28,"433":1,"434":1,"44":9,"45":36,"46":240,"48":27,"49":67,"5":417,"51":45,"52":45,"53":22,"56":7,"6":62,"63":15,"7":205,"79":24,"8":72,"80":19,"9":112,"all_client":58621,"all_tv_clinet":7973,"insert_time":"2014-08-20T16:19:58.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50133,"10":17,"107":279,"11":244,"12":81,"13":153,"14":138,"15":39,"155":8,"156":2,"158":17,"159":10,"16":290,"160":6,"161":57,"167":22,"168":3,"17":210,"18":473,"19":168,"20":50,"209":11,"21":256,"210":4,"214":28,"215":145,"221":128,"223":268,"224":33,"225":259,"23":174,"24":876,"25":149,"257":36,"26":52,"268":5,"27":11,"273":8,"276":23,"279":25,"28":227,"281":6,"282":17,"291":10,"292":15,"30":11,"302":3,"31":150,"314":4,"32":11,"33":15,"34":30,"347":11,"35":19,"352":402,"36":77,"37":31,"38":255,"380":25,"381":46,"383":50,"39":31,"391":26,"396":1,"397":5,"40":51,"409":10,"41":21,"414":7,"415":32,"419":6,"42":21,"426":7,"43":19,"430":30,"433":1,"434":1,"44":10,"45":37,"46":240,"48":28,"49":65,"5":413,"51":45,"52":42,"53":23,"56":7,"6":65,"63":16,"7":202,"79":22,"8":69,"80":19,"9":106,"all_client":57984,"all_tv_clinet":7851,"insert_time":"2014-08-20T16:20:59.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49628,"10":16,"107":282,"11":241,"12":77,"13":148,"14":129,"15":43,"155":7,"156":2,"158":17,"159":10,"16":287,"160":6,"161":53,"167":22,"168":3,"17":209,"18":472,"19":164,"20":51,"209":11,"21":257,"210":4,"214":26,"215":146,"221":130,"223":263,"224":32,"225":256,"23":178,"24":843,"25":148,"257":32,"26":55,"268":5,"27":9,"273":9,"276":23,"279":24,"28":223,"281":6,"282":19,"291":10,"292":14,"30":11,"302":3,"31":151,"314":5,"32":12,"33":16,"34":34,"347":12,"35":18,"352":391,"36":73,"37":34,"38":240,"380":24,"381":46,"383":47,"39":29,"391":26,"396":1,"397":5,"40":53,"409":10,"41":19,"414":6,"415":33,"419":6,"42":22,"426":6,"43":18,"430":31,"431":1,"433":1,"434":1,"44":11,"45":33,"46":236,"48":27,"49":63,"5":403,"51":43,"52":38,"53":22,"56":7,"6":74,"63":15,"7":194,"79":21,"8":65,"80":15,"9":102,"all_client":57344,"all_tv_clinet":7716,"insert_time":"2014-08-20T16:21:59.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49119,"10":15,"107":290,"11":235,"12":78,"13":145,"14":118,"15":48,"155":8,"156":2,"158":19,"159":10,"16":275,"160":6,"161":53,"167":24,"168":3,"17":210,"18":462,"19":154,"20":48,"209":12,"21":260,"210":4,"214":26,"215":150,"221":133,"223":252,"224":34,"225":250,"23":173,"24":824,"25":151,"257":33,"26":56,"268":5,"27":10,"273":11,"276":22,"279":22,"28":221,"281":6,"282":20,"291":9,"292":14,"30":12,"302":3,"31":153,"314":5,"32":13,"33":10,"34":33,"347":12,"35":16,"352":392,"36":75,"37":36,"38":231,"380":23,"381":43,"383":46,"39":27,"391":24,"396":1,"397":5,"40":57,"409":11,"41":21,"414":5,"415":33,"419":6,"42":22,"426":6,"43":18,"430":32,"431":1,"433":1,"434":1,"44":12,"45":28,"46":236,"48":26,"49":60,"5":391,"51":43,"52":37,"53":23,"56":6,"6":74,"63":15,"7":196,"79":20,"8":66,"80":13,"9":99,"all_client":56739,"all_tv_clinet":7620,"insert_time":"2014-08-20T16:22:59.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48623,"10":18,"107":280,"11":231,"12":80,"13":144,"14":113,"15":55,"155":8,"156":3,"158":18,"159":10,"16":264,"160":6,"161":50,"167":23,"168":2,"17":213,"18":465,"19":138,"20":52,"209":12,"21":268,"210":3,"214":28,"215":148,"221":127,"223":244,"224":34,"225":248,"23":169,"24":804,"25":152,"257":35,"26":55,"268":3,"27":10,"273":11,"276":22,"279":21,"28":213,"281":6,"282":22,"291":9,"292":13,"30":12,"302":3,"31":152,"314":5,"32":14,"33":10,"34":30,"347":13,"35":15,"352":385,"36":73,"37":37,"38":232,"380":22,"381":42,"383":46,"39":28,"391":24,"396":2,"397":5,"40":57,"409":11,"41":22,"414":5,"415":30,"419":6,"42":19,"426":6,"43":19,"430":31,"431":1,"433":1,"434":1,"44":13,"45":27,"46":235,"48":21,"49":56,"5":376,"51":41,"52":33,"53":23,"56":7,"6":78,"63":15,"7":196,"79":18,"8":66,"80":13,"9":96,"all_client":56126,"all_tv_clinet":7503,"insert_time":"2014-08-20T16:24:00.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48188,"10":19,"107":283,"11":231,"12":78,"13":136,"14":107,"15":60,"155":7,"156":3,"158":20,"159":10,"16":245,"160":8,"161":54,"167":23,"168":2,"17":212,"18":471,"19":132,"20":55,"209":11,"21":266,"210":3,"214":29,"215":154,"221":122,"223":231,"224":33,"225":238,"23":155,"24":780,"25":148,"257":36,"26":55,"268":3,"27":11,"273":11,"276":22,"279":22,"28":209,"281":7,"282":21,"291":8,"292":13,"30":12,"302":3,"31":149,"314":6,"32":12,"33":8,"34":29,"347":12,"35":16,"352":386,"36":74,"37":35,"38":225,"380":22,"381":39,"383":42,"39":28,"391":25,"396":2,"397":4,"40":59,"409":12,"41":21,"414":5,"415":28,"419":6,"42":17,"426":6,"43":22,"430":30,"433":1,"434":1,"44":14,"45":27,"46":230,"48":21,"49":53,"5":360,"51":40,"52":28,"53":22,"56":8,"6":78,"63":17,"7":201,"79":14,"8":66,"80":10,"9":103,"all_client":55561,"all_tv_clinet":7373,"insert_time":"2014-08-20T16:25:00.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47725,"10":20,"107":270,"11":235,"12":79,"13":135,"14":102,"15":63,"155":7,"156":3,"158":19,"159":10,"16":212,"160":8,"161":52,"167":22,"168":3,"17":211,"18":472,"19":126,"20":54,"209":13,"21":272,"210":3,"214":28,"215":150,"221":129,"223":223,"224":31,"225":232,"23":144,"24":771,"25":143,"257":33,"26":55,"268":2,"27":9,"273":9,"276":21,"279":22,"28":207,"281":7,"282":23,"291":8,"292":15,"30":12,"302":3,"31":145,"314":6,"32":12,"33":7,"34":26,"347":12,"35":16,"352":378,"36":75,"37":36,"38":222,"380":19,"381":41,"383":44,"39":29,"391":26,"396":2,"397":4,"40":55,"409":13,"41":20,"414":5,"415":28,"419":4,"42":18,"426":6,"43":22,"430":29,"433":1,"434":1,"44":14,"45":29,"46":233,"48":21,"49":45,"5":343,"51":39,"52":22,"53":22,"56":8,"6":83,"63":18,"7":196,"79":14,"8":65,"80":11,"9":108,"all_client":54966,"all_tv_clinet":7241,"insert_time":"2014-08-20T16:26:01.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47300,"10":19,"107":261,"11":242,"12":82,"13":140,"14":105,"15":62,"155":8,"156":3,"158":19,"159":9,"16":190,"160":8,"161":53,"167":21,"168":3,"17":213,"18":463,"19":121,"20":57,"209":13,"21":266,"210":3,"214":27,"215":141,"221":131,"223":214,"224":33,"225":222,"23":131,"24":744,"25":144,"257":31,"26":56,"268":2,"27":9,"273":8,"276":21,"279":21,"28":203,"281":7,"282":23,"291":8,"292":17,"30":12,"302":3,"31":147,"314":5,"32":11,"33":9,"34":26,"347":11,"35":15,"352":363,"36":69,"37":36,"38":223,"380":21,"381":42,"383":42,"39":27,"391":26,"396":2,"397":4,"40":55,"409":13,"41":20,"414":5,"415":25,"419":4,"42":18,"426":5,"43":23,"430":28,"433":1,"434":1,"44":15,"45":27,"46":230,"48":20,"49":39,"5":331,"51":36,"52":19,"53":21,"56":7,"6":80,"63":20,"7":194,"79":15,"8":66,"80":11,"9":111,"all_client":54388,"all_tv_clinet":7088,"insert_time":"2014-08-20T16:27:01.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46865,"10":20,"107":257,"11":250,"12":86,"13":137,"14":108,"15":63,"155":8,"156":3,"158":18,"159":9,"16":172,"160":8,"161":51,"167":21,"168":3,"17":212,"18":454,"19":119,"20":58,"209":14,"21":262,"210":3,"214":25,"215":134,"221":126,"223":211,"224":32,"225":216,"23":129,"24":728,"25":145,"257":31,"26":57,"268":1,"27":9,"273":9,"276":20,"279":21,"28":196,"281":7,"282":22,"291":8,"292":17,"30":10,"302":3,"31":143,"314":5,"32":12,"33":9,"34":24,"347":12,"35":13,"352":351,"36":66,"37":34,"38":222,"380":22,"381":42,"383":39,"39":28,"391":26,"396":2,"397":4,"40":57,"409":16,"41":22,"414":5,"415":28,"419":4,"42":17,"426":5,"43":21,"430":27,"433":1,"434":1,"44":15,"45":24,"46":234,"48":19,"49":33,"5":328,"51":34,"52":16,"53":22,"56":7,"6":81,"63":20,"7":187,"79":13,"8":68,"80":12,"9":105,"all_client":53834,"all_tv_clinet":6969,"insert_time":"2014-08-20T16:28:01.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46404,"10":18,"107":265,"11":239,"12":88,"13":133,"14":113,"15":62,"155":8,"156":3,"158":18,"159":9,"16":164,"160":8,"161":48,"167":20,"168":3,"17":212,"18":446,"19":116,"20":57,"209":12,"21":253,"210":3,"214":26,"215":130,"221":119,"223":204,"224":33,"225":227,"23":129,"24":713,"25":145,"257":30,"26":54,"268":2,"27":9,"273":10,"276":21,"279":20,"28":186,"281":7,"282":22,"291":8,"292":15,"30":12,"302":4,"31":141,"314":6,"32":13,"33":9,"34":23,"347":12,"35":13,"352":352,"36":65,"37":32,"38":230,"380":22,"381":36,"383":40,"39":27,"391":26,"396":2,"397":4,"40":61,"409":16,"41":23,"414":5,"415":26,"419":4,"42":16,"426":4,"43":23,"430":27,"433":1,"434":1,"44":16,"45":22,"46":231,"48":21,"49":29,"5":317,"51":33,"52":17,"53":21,"56":6,"6":81,"63":20,"7":184,"79":12,"8":71,"80":14,"9":100,"all_client":53283,"all_tv_clinet":6879,"insert_time":"2014-08-20T16:29:02.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45959,"10":17,"107":258,"11":238,"12":86,"13":133,"14":114,"15":70,"155":9,"156":3,"158":17,"159":9,"16":153,"160":6,"161":44,"167":22,"168":2,"17":207,"18":440,"19":105,"20":56,"209":12,"21":253,"210":3,"214":24,"215":127,"221":118,"223":204,"224":30,"225":226,"23":130,"24":696,"25":143,"257":29,"26":54,"268":2,"27":10,"273":11,"276":21,"279":18,"28":179,"281":7,"282":23,"291":8,"292":13,"30":12,"302":4,"31":146,"314":5,"32":13,"33":7,"34":25,"347":11,"35":14,"352":351,"36":66,"37":32,"38":230,"380":22,"381":33,"383":39,"39":24,"391":26,"396":2,"397":4,"40":62,"409":15,"41":21,"414":6,"415":30,"419":4,"42":15,"426":4,"43":21,"430":29,"433":1,"434":1,"44":16,"45":24,"46":227,"48":20,"49":29,"5":308,"51":34,"52":15,"53":21,"56":6,"6":78,"63":18,"7":182,"79":11,"8":71,"80":14,"9":95,"all_client":52733,"all_tv_clinet":6774,"insert_time":"2014-08-20T16:30:02.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45523,"10":17,"107":240,"11":241,"12":81,"13":130,"14":113,"15":74,"155":10,"156":3,"158":17,"159":10,"16":146,"160":6,"161":36,"167":22,"168":3,"17":202,"18":435,"19":104,"20":54,"209":11,"21":250,"210":1,"214":22,"215":128,"221":123,"223":202,"224":28,"225":225,"23":128,"24":674,"25":138,"257":26,"26":58,"268":3,"27":9,"273":12,"276":23,"279":16,"28":182,"281":7,"282":22,"291":8,"292":13,"30":11,"302":5,"31":148,"314":5,"32":15,"33":7,"34":25,"347":10,"35":13,"352":357,"36":66,"37":33,"38":226,"380":22,"381":33,"383":36,"39":23,"391":26,"396":2,"397":4,"40":61,"409":13,"41":24,"414":6,"415":29,"419":4,"42":13,"426":4,"43":18,"430":28,"433":1,"434":1,"44":16,"45":24,"46":228,"48":20,"49":28,"5":305,"51":32,"52":15,"53":20,"56":8,"6":82,"63":18,"7":178,"79":10,"8":74,"80":11,"9":93,"all_client":52207,"all_tv_clinet":6684,"insert_time":"2014-08-20T16:31:02.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45044,"10":15,"107":228,"11":249,"12":73,"13":126,"14":112,"15":81,"155":9,"156":3,"158":17,"159":9,"16":147,"160":6,"161":35,"167":20,"168":3,"17":199,"18":415,"19":98,"20":54,"209":11,"21":249,"210":2,"214":21,"215":131,"221":120,"223":195,"224":26,"225":226,"23":122,"24":659,"25":136,"257":25,"26":59,"268":2,"27":10,"273":12,"276":23,"279":16,"28":178,"281":6,"282":20,"291":8,"292":14,"30":10,"302":5,"31":155,"314":5,"32":15,"33":11,"34":27,"347":10,"35":13,"352":346,"36":63,"37":31,"38":228,"380":23,"381":31,"383":33,"39":23,"391":25,"396":2,"397":4,"40":60,"409":11,"41":23,"414":6,"415":29,"419":4,"42":11,"426":3,"43":16,"430":31,"433":1,"434":1,"44":17,"45":25,"46":228,"48":20,"49":26,"5":291,"51":29,"52":13,"53":22,"56":9,"570":1,"6":81,"63":16,"7":174,"79":13,"8":76,"80":10,"9":94,"all_client":51615,"all_tv_clinet":6571,"insert_time":"2014-08-20T16:32:03.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44617,"10":16,"107":227,"11":249,"12":68,"13":120,"14":111,"15":82,"155":11,"156":3,"158":16,"159":9,"16":145,"160":6,"161":38,"167":22,"168":3,"17":207,"18":390,"19":92,"20":54,"209":11,"21":253,"210":2,"214":21,"215":130,"221":116,"223":185,"224":26,"225":222,"23":118,"24":640,"25":133,"257":25,"26":57,"268":1,"27":10,"273":11,"276":22,"279":16,"28":177,"281":6,"282":18,"291":10,"292":14,"30":10,"302":5,"31":155,"314":5,"32":16,"33":13,"34":27,"347":9,"35":12,"352":345,"36":61,"37":31,"38":225,"380":24,"381":31,"383":34,"39":23,"391":20,"396":3,"397":4,"40":57,"409":11,"41":23,"414":6,"415":27,"419":3,"42":10,"426":3,"43":16,"430":25,"433":1,"434":1,"44":19,"45":24,"46":226,"48":19,"49":22,"5":284,"51":27,"52":13,"53":20,"56":9,"570":1,"6":84,"63":20,"7":170,"79":15,"8":79,"80":11,"9":91,"all_client":51080,"all_tv_clinet":6463,"insert_time":"2014-08-20T16:33:03.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44179,"10":16,"107":225,"11":243,"12":70,"13":120,"14":106,"15":84,"155":11,"156":3,"158":16,"159":9,"16":138,"160":6,"161":38,"167":23,"168":3,"17":206,"18":369,"19":89,"20":55,"209":10,"21":253,"210":2,"214":22,"215":129,"221":117,"223":181,"224":24,"225":210,"23":118,"24":630,"25":133,"257":25,"26":55,"268":1,"27":12,"273":10,"276":20,"279":15,"28":176,"281":5,"282":18,"291":10,"292":14,"30":10,"302":5,"31":155,"314":5,"32":15,"33":14,"34":28,"347":10,"35":10,"352":328,"36":62,"37":31,"38":219,"380":26,"381":28,"383":36,"39":25,"391":18,"396":3,"397":4,"40":53,"409":11,"41":24,"414":7,"415":27,"419":3,"42":10,"426":4,"43":17,"430":24,"433":1,"434":1,"44":19,"45":26,"46":226,"48":19,"49":18,"5":266,"51":30,"52":12,"53":20,"56":7,"570":1,"6":90,"63":20,"7":170,"79":15,"8":79,"80":11,"9":89,"all_client":50531,"all_tv_clinet":6352,"insert_time":"2014-08-20T16:34:03.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43752,"10":15,"107":222,"11":244,"12":73,"13":120,"14":102,"15":92,"155":10,"156":4,"158":14,"159":9,"16":134,"160":6,"161":40,"167":20,"168":4,"17":199,"18":360,"19":86,"20":57,"209":8,"21":248,"210":1,"214":22,"215":128,"221":116,"223":183,"224":21,"225":205,"23":113,"24":618,"25":139,"257":24,"26":57,"268":1,"27":14,"273":11,"276":21,"279":16,"28":174,"281":5,"282":16,"291":11,"292":14,"30":10,"302":6,"31":147,"314":4,"32":13,"33":13,"34":24,"347":7,"35":11,"352":322,"36":59,"37":30,"38":206,"380":26,"381":31,"383":32,"39":26,"391":17,"396":3,"397":3,"40":53,"409":10,"41":23,"414":7,"415":26,"419":3,"42":10,"426":4,"43":18,"430":21,"433":1,"434":1,"44":18,"45":25,"46":222,"48":17,"49":16,"5":253,"51":27,"52":14,"53":18,"56":8,"6":91,"63":19,"7":163,"79":16,"8":82,"80":10,"9":92,"all_client":49987,"all_tv_clinet":6235,"insert_time":"2014-08-20T16:35:04.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43327,"10":15,"107":217,"11":247,"12":72,"13":116,"14":96,"15":98,"155":11,"156":4,"158":13,"159":9,"16":128,"160":7,"161":41,"167":19,"168":4,"17":185,"18":358,"19":81,"20":58,"209":10,"21":243,"210":1,"214":22,"215":126,"221":119,"223":174,"224":24,"225":202,"23":107,"24":605,"25":136,"257":28,"26":61,"268":1,"27":15,"273":11,"276":20,"279":15,"28":166,"281":5,"282":16,"291":12,"292":14,"30":11,"302":6,"31":152,"314":4,"32":11,"33":13,"34":23,"347":6,"35":12,"352":308,"36":63,"37":29,"38":194,"380":27,"381":33,"383":29,"39":25,"391":16,"396":3,"397":2,"40":54,"409":10,"41":23,"414":8,"415":24,"419":3,"42":9,"426":4,"43":16,"430":18,"433":1,"434":1,"44":18,"45":24,"46":222,"48":18,"49":18,"5":253,"51":22,"52":14,"53":20,"56":9,"570":2,"6":90,"63":16,"7":158,"79":16,"8":80,"80":11,"9":95,"all_client":49463,"all_tv_clinet":6136,"insert_time":"2014-08-20T16:36:04.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42931,"10":15,"107":217,"11":252,"12":71,"13":115,"14":97,"15":100,"155":11,"156":4,"158":12,"159":9,"16":126,"160":8,"161":41,"167":18,"168":4,"17":172,"18":348,"19":78,"20":61,"209":12,"21":244,"210":1,"214":21,"215":128,"221":120,"223":173,"224":24,"225":197,"23":99,"24":599,"25":134,"257":27,"26":60,"268":1,"27":17,"273":11,"276":21,"279":14,"28":162,"281":5,"282":16,"291":12,"292":14,"30":12,"302":5,"31":152,"314":3,"32":10,"33":11,"34":21,"347":6,"35":10,"352":311,"36":57,"37":30,"38":191,"380":27,"381":32,"383":31,"39":27,"391":15,"396":3,"397":2,"40":55,"409":10,"41":20,"414":8,"415":27,"419":2,"42":9,"426":4,"43":15,"430":18,"433":1,"434":1,"44":19,"45":24,"46":216,"48":16,"49":17,"5":250,"51":22,"52":14,"53":19,"56":9,"570":2,"6":89,"63":17,"7":152,"79":17,"8":78,"80":11,"9":95,"all_client":48995,"all_tv_clinet":6064,"insert_time":"2014-08-20T16:37:04.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42541,"10":16,"107":216,"11":259,"12":71,"13":111,"14":99,"15":95,"155":12,"156":4,"158":12,"159":9,"16":117,"160":7,"161":35,"167":17,"168":4,"17":163,"18":339,"19":73,"20":62,"209":11,"21":242,"210":1,"214":21,"215":123,"221":116,"223":174,"224":26,"225":197,"23":100,"24":584,"25":131,"257":28,"26":59,"268":1,"27":18,"273":11,"276":21,"279":14,"28":164,"281":5,"282":17,"291":13,"292":13,"30":13,"302":4,"31":153,"314":3,"32":11,"33":12,"34":23,"347":6,"35":10,"352":304,"36":56,"37":31,"38":182,"380":28,"381":31,"383":27,"39":26,"391":16,"396":3,"397":3,"40":54,"409":12,"41":21,"414":7,"415":28,"419":2,"42":9,"426":5,"43":13,"430":16,"433":1,"434":1,"44":20,"45":24,"46":213,"48":15,"49":18,"5":246,"51":21,"52":14,"53":19,"56":8,"570":2,"6":83,"63":16,"7":152,"79":14,"8":69,"80":12,"9":92,"all_client":48501,"all_tv_clinet":5960,"insert_time":"2014-08-20T16:38:05.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42154,"10":15,"107":214,"11":257,"12":69,"13":108,"14":95,"15":93,"155":11,"156":4,"158":12,"159":6,"16":114,"160":6,"161":35,"167":16,"168":4,"17":156,"18":337,"19":74,"20":62,"209":12,"21":239,"210":1,"214":19,"215":118,"221":117,"223":171,"224":24,"225":192,"23":101,"24":570,"25":134,"257":27,"26":58,"268":1,"27":24,"273":11,"276":21,"279":15,"28":161,"281":4,"282":17,"291":14,"292":13,"30":13,"302":4,"31":150,"314":2,"32":9,"33":13,"34":24,"347":5,"35":10,"352":303,"36":55,"37":34,"38":186,"380":26,"381":29,"383":28,"39":28,"391":14,"396":2,"397":3,"40":52,"409":12,"41":20,"414":5,"415":26,"419":2,"42":9,"426":4,"43":13,"430":14,"433":1,"434":1,"44":18,"45":24,"46":209,"48":15,"49":15,"5":236,"51":19,"52":13,"53":16,"56":10,"570":2,"6":80,"63":16,"7":152,"79":14,"8":63,"80":11,"9":90,"all_client":48006,"all_tv_clinet":5852,"insert_time":"2014-08-20T16:39:05.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41717,"10":15,"107":205,"11":259,"12":67,"13":107,"14":94,"15":96,"155":12,"156":4,"158":11,"159":7,"16":109,"160":5,"161":36,"167":16,"168":5,"17":148,"18":326,"19":72,"20":65,"209":11,"21":234,"210":1,"214":19,"215":117,"221":119,"223":168,"224":28,"225":188,"23":96,"24":560,"25":130,"257":28,"26":56,"268":1,"27":26,"273":10,"276":19,"279":16,"28":153,"281":4,"282":16,"291":14,"292":14,"30":15,"302":4,"31":151,"314":2,"32":10,"33":11,"34":27,"347":4,"35":9,"352":307,"36":51,"37":28,"38":187,"380":25,"381":30,"383":27,"39":29,"391":14,"396":2,"397":3,"40":50,"409":12,"41":23,"414":5,"415":25,"419":2,"42":8,"426":4,"43":11,"430":15,"433":1,"434":1,"44":19,"45":25,"46":211,"48":15,"49":15,"5":227,"51":18,"52":14,"53":14,"56":10,"570":2,"6":74,"63":15,"7":149,"79":14,"8":60,"80":12,"9":88,"all_client":47479,"all_tv_clinet":5762,"insert_time":"2014-08-20T16:40:05.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41326,"10":16,"107":194,"11":254,"12":59,"13":105,"14":89,"15":100,"155":12,"156":4,"158":12,"159":7,"16":108,"160":5,"161":38,"167":15,"168":6,"17":139,"18":323,"19":72,"20":66,"209":14,"21":225,"210":1,"214":19,"215":115,"221":117,"223":169,"224":27,"225":188,"23":99,"24":557,"25":131,"257":25,"26":56,"268":2,"27":28,"273":9,"276":18,"279":15,"28":153,"281":4,"282":15,"291":12,"292":10,"30":13,"302":5,"306":1,"31":152,"314":2,"32":9,"33":12,"34":27,"347":5,"35":9,"352":304,"36":52,"37":22,"38":188,"380":26,"381":31,"383":28,"39":29,"391":14,"396":3,"397":3,"40":53,"409":11,"41":23,"414":5,"415":25,"419":2,"42":8,"426":4,"43":14,"430":14,"433":1,"434":1,"44":23,"45":25,"46":206,"48":17,"49":16,"5":222,"51":16,"52":14,"53":12,"56":12,"570":2,"6":72,"63":16,"7":148,"79":15,"8":52,"80":12,"9":87,"all_client":47022,"all_tv_clinet":5696,"insert_time":"2014-08-20T16:41:06.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40988,"10":17,"107":192,"11":249,"12":54,"13":107,"14":89,"15":110,"155":11,"156":3,"158":13,"159":7,"16":106,"160":4,"161":37,"167":16,"168":6,"17":135,"18":315,"19":73,"20":63,"209":13,"21":204,"210":1,"214":19,"215":117,"221":116,"223":167,"224":27,"225":192,"23":91,"24":545,"25":129,"257":22,"26":58,"268":2,"27":29,"273":9,"276":17,"279":17,"28":153,"281":4,"282":14,"291":12,"292":9,"30":14,"302":4,"306":1,"31":157,"314":2,"32":10,"33":12,"34":25,"347":6,"35":9,"352":314,"36":51,"37":17,"38":181,"380":26,"381":27,"383":27,"39":30,"391":13,"396":3,"397":3,"40":54,"409":13,"41":22,"414":5,"415":26,"419":4,"42":8,"426":4,"43":15,"430":12,"433":1,"434":1,"44":23,"45":25,"46":202,"48":17,"49":17,"5":212,"51":17,"52":13,"53":17,"56":12,"570":1,"6":74,"63":17,"7":145,"79":15,"8":52,"80":12,"9":81,"all_client":46611,"all_tv_clinet":5623,"insert_time":"2014-08-20T16:42:06.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40567,"10":16,"107":199,"11":240,"12":51,"13":102,"14":91,"15":112,"155":9,"156":3,"158":11,"159":7,"16":103,"160":5,"161":35,"167":14,"168":6,"17":131,"18":306,"19":69,"20":63,"209":12,"21":196,"210":1,"214":19,"215":115,"221":111,"223":161,"224":28,"225":198,"23":88,"24":540,"25":126,"257":22,"26":56,"268":2,"27":31,"273":10,"276":17,"279":18,"28":148,"281":3,"282":14,"291":13,"292":6,"30":13,"302":4,"306":1,"31":156,"314":1,"32":10,"33":15,"34":26,"347":5,"35":11,"352":309,"36":51,"37":17,"38":185,"380":26,"381":26,"383":25,"39":34,"391":12,"396":3,"397":3,"40":49,"409":13,"41":19,"414":5,"415":28,"419":4,"42":8,"426":4,"43":16,"430":11,"433":1,"434":1,"44":24,"45":27,"46":186,"48":17,"49":16,"5":214,"51":18,"52":12,"53":18,"56":12,"570":1,"6":72,"63":20,"7":140,"79":16,"8":54,"80":12,"9":82,"all_client":46108,"all_tv_clinet":5541,"insert_time":"2014-08-20T16:43:37.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40252,"10":15,"107":198,"11":255,"12":46,"13":103,"14":96,"15":106,"155":11,"156":4,"158":12,"159":6,"16":104,"160":4,"161":36,"167":14,"168":3,"17":129,"18":302,"19":71,"20":61,"209":11,"21":176,"210":1,"214":18,"215":118,"221":112,"223":166,"224":29,"225":194,"23":83,"24":520,"25":117,"257":23,"26":56,"268":2,"27":30,"273":9,"276":16,"279":15,"28":157,"281":3,"282":15,"291":13,"292":7,"30":12,"302":3,"306":2,"31":157,"314":1,"32":11,"33":17,"34":28,"347":5,"35":11,"352":299,"36":56,"37":14,"38":183,"380":26,"381":21,"383":26,"39":38,"391":13,"396":2,"397":3,"40":42,"409":12,"41":20,"414":4,"415":29,"419":4,"42":6,"426":3,"43":15,"430":9,"433":1,"434":1,"44":23,"45":27,"46":174,"48":18,"49":13,"5":214,"51":20,"52":13,"53":12,"56":13,"570":1,"6":76,"63":19,"7":144,"79":17,"8":56,"80":10,"9":81,"all_client":45724,"all_tv_clinet":5472,"insert_time":"2014-08-20T16:44:37.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39884,"10":14,"107":202,"11":254,"12":45,"13":99,"14":94,"15":105,"155":11,"156":4,"158":12,"159":6,"16":100,"160":3,"161":36,"167":14,"168":4,"17":120,"18":299,"19":73,"20":60,"209":13,"21":167,"210":1,"214":17,"215":116,"221":111,"223":163,"224":29,"225":196,"23":81,"24":507,"25":112,"257":21,"26":58,"268":2,"27":28,"273":10,"276":17,"279":15,"28":160,"281":3,"282":15,"291":13,"292":7,"30":14,"302":3,"306":2,"31":143,"314":1,"32":10,"33":16,"34":31,"347":5,"35":11,"352":284,"36":57,"37":12,"38":179,"380":25,"381":21,"383":27,"39":40,"391":13,"396":2,"397":3,"40":40,"409":12,"41":21,"414":4,"415":32,"419":4,"42":7,"426":2,"43":15,"430":9,"433":1,"434":1,"44":26,"45":28,"46":168,"48":17,"49":13,"5":213,"51":18,"52":16,"53":10,"56":14,"570":1,"6":73,"63":18,"7":141,"79":18,"8":52,"80":10,"9":81,"all_client":45265,"all_tv_clinet":5381,"insert_time":"2014-08-20T16:45:38.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39471,"10":14,"107":191,"11":259,"12":44,"13":96,"14":91,"15":107,"155":11,"156":4,"158":13,"159":5,"16":102,"160":3,"161":37,"167":15,"168":3,"17":114,"18":296,"19":67,"20":62,"209":12,"21":161,"210":1,"214":16,"215":112,"221":104,"223":162,"224":30,"225":205,"23":79,"24":496,"25":113,"257":20,"26":58,"268":2,"27":30,"273":9,"276":17,"279":15,"28":161,"281":3,"282":14,"291":13,"292":7,"30":14,"302":4,"306":2,"31":136,"314":1,"32":10,"33":18,"34":30,"347":5,"35":12,"352":285,"36":55,"37":11,"38":179,"380":21,"381":25,"383":25,"39":44,"391":14,"396":3,"397":3,"40":40,"409":12,"41":19,"414":4,"415":31,"419":4,"42":7,"426":2,"43":15,"430":10,"434":1,"44":26,"45":29,"46":162,"48":17,"49":11,"5":205,"51":20,"52":17,"53":12,"56":14,"570":1,"6":68,"63":18,"7":142,"79":16,"8":47,"80":9,"9":79,"all_client":44780,"all_tv_clinet":5309,"insert_time":"2014-08-20T16:46:38.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39126,"10":14,"107":180,"11":262,"12":42,"13":100,"14":85,"15":108,"155":10,"156":4,"158":14,"159":5,"16":102,"160":4,"161":34,"167":14,"168":3,"17":108,"18":294,"19":64,"20":59,"209":12,"21":152,"210":1,"214":15,"215":112,"221":105,"223":163,"224":30,"225":208,"23":78,"24":480,"25":102,"257":20,"26":63,"268":2,"27":30,"273":10,"276":16,"279":15,"28":157,"281":3,"282":13,"291":13,"292":6,"30":16,"302":3,"306":2,"31":126,"314":1,"32":10,"33":19,"34":32,"347":5,"35":14,"352":265,"36":56,"37":9,"38":177,"380":18,"381":25,"383":22,"39":46,"391":14,"396":3,"397":3,"40":36,"409":14,"41":19,"414":4,"415":34,"419":4,"42":8,"43":15,"430":11,"434":1,"44":27,"45":30,"46":157,"48":18,"49":10,"5":201,"51":22,"52":20,"53":13,"56":13,"570":1,"6":61,"63":19,"7":145,"79":15,"8":47,"80":8,"9":78,"all_client":44335,"all_tv_clinet":5209,"insert_time":"2014-08-20T16:47:39.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38759,"10":13,"107":184,"11":266,"12":36,"13":107,"14":78,"15":111,"155":9,"156":5,"158":14,"159":5,"16":98,"160":4,"161":33,"167":14,"168":3,"17":108,"18":298,"19":61,"20":59,"209":11,"21":152,"210":1,"214":16,"215":111,"221":101,"223":160,"224":29,"225":211,"23":78,"24":466,"25":100,"257":19,"26":66,"268":2,"27":28,"273":10,"276":13,"279":15,"28":145,"281":3,"282":13,"291":14,"292":6,"30":16,"302":3,"306":2,"31":121,"314":1,"32":9,"33":19,"34":27,"347":5,"35":15,"352":265,"36":56,"37":9,"38":183,"380":16,"381":27,"383":22,"39":46,"391":14,"396":3,"397":3,"40":36,"409":12,"41":21,"414":4,"415":31,"419":3,"42":7,"43":15,"430":12,"434":1,"44":25,"45":30,"46":158,"48":18,"49":9,"5":197,"51":21,"52":22,"53":13,"56":12,"570":1,"6":58,"63":18,"7":149,"79":14,"8":48,"80":7,"9":81,"all_client":43920,"all_tv_clinet":5161,"insert_time":"2014-08-20T16:48:39.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38399,"10":15,"107":180,"11":267,"12":33,"13":109,"14":73,"15":110,"155":9,"156":5,"158":13,"159":4,"16":104,"160":4,"161":33,"167":15,"168":3,"17":110,"18":302,"19":58,"20":58,"209":12,"21":154,"210":1,"214":14,"215":111,"221":96,"223":159,"224":32,"225":211,"23":76,"24":448,"25":96,"257":20,"26":67,"268":1,"27":26,"273":10,"276":12,"279":13,"28":140,"281":3,"282":14,"291":14,"292":7,"30":17,"302":2,"306":2,"31":115,"314":1,"32":10,"33":20,"34":23,"347":5,"35":15,"352":262,"36":58,"37":8,"38":181,"380":16,"381":29,"383":20,"39":46,"391":14,"396":3,"397":2,"40":37,"409":12,"41":19,"414":4,"415":28,"419":3,"42":7,"43":14,"430":12,"434":1,"44":26,"45":32,"46":156,"48":18,"49":8,"5":192,"51":19,"52":24,"53":13,"56":13,"570":1,"6":55,"63":18,"7":151,"79":12,"8":43,"80":7,"9":80,"all_client":43495,"all_tv_clinet":5096,"insert_time":"2014-08-20T16:49:39.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38000,"10":17,"107":184,"11":267,"12":30,"13":103,"14":71,"15":116,"155":9,"156":3,"158":12,"159":4,"16":100,"160":4,"161":34,"167":15,"168":3,"17":114,"18":295,"19":61,"20":56,"209":15,"21":150,"210":2,"214":15,"215":114,"221":92,"223":152,"224":30,"225":202,"23":79,"24":450,"25":96,"257":20,"26":60,"268":1,"27":26,"273":8,"276":11,"279":13,"28":136,"281":3,"282":12,"291":13,"292":6,"30":18,"302":2,"306":2,"31":109,"314":1,"32":9,"33":20,"34":19,"347":5,"35":16,"352":266,"36":59,"37":8,"38":181,"380":15,"381":33,"383":23,"39":49,"391":13,"396":2,"397":2,"40":35,"409":10,"41":21,"414":4,"415":29,"419":3,"42":7,"43":14,"430":12,"44":26,"45":34,"46":154,"48":17,"49":7,"5":190,"51":20,"52":22,"53":15,"56":13,"570":1,"6":52,"63":18,"7":147,"79":12,"8":37,"80":7,"9":78,"all_client":43041,"all_tv_clinet":5041,"insert_time":"2014-08-20T16:50:40.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37571,"10":17,"107":177,"11":275,"12":29,"13":105,"14":70,"15":109,"155":9,"156":2,"158":11,"159":4,"16":101,"160":5,"161":33,"167":14,"168":3,"17":110,"18":297,"19":60,"20":55,"209":15,"21":149,"210":2,"214":16,"215":116,"221":89,"223":155,"224":29,"225":205,"23":81,"24":439,"25":95,"257":19,"26":56,"268":1,"27":26,"273":7,"276":11,"279":12,"28":139,"281":3,"282":11,"291":12,"292":7,"30":17,"302":3,"306":2,"31":99,"314":1,"32":7,"33":21,"34":16,"347":4,"35":14,"352":260,"36":57,"37":7,"38":174,"380":12,"381":33,"383":25,"39":53,"391":13,"396":2,"397":2,"40":30,"409":10,"41":21,"414":4,"415":29,"419":4,"42":7,"43":14,"430":13,"44":26,"45":35,"46":139,"48":20,"49":7,"5":191,"51":20,"52":23,"53":18,"56":12,"570":1,"6":53,"63":17,"7":141,"79":12,"8":33,"80":6,"9":79,"all_client":42539,"all_tv_clinet":4968,"insert_time":"2014-08-20T16:51:40.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37204,"10":16,"107":181,"11":276,"12":28,"13":108,"14":67,"15":105,"155":8,"156":2,"158":12,"159":4,"16":95,"160":5,"161":32,"167":14,"168":3,"17":106,"18":293,"19":59,"20":55,"209":14,"21":142,"210":2,"214":15,"215":109,"221":92,"223":152,"224":32,"225":208,"23":83,"24":426,"25":91,"257":18,"26":54,"268":1,"27":28,"273":7,"276":10,"279":11,"28":140,"281":3,"282":10,"291":12,"292":7,"30":17,"302":3,"306":2,"31":89,"314":1,"32":6,"33":22,"34":16,"347":4,"35":12,"352":256,"36":49,"37":7,"38":165,"380":13,"381":32,"383":25,"39":54,"391":14,"396":1,"397":2,"40":26,"409":9,"41":20,"414":4,"415":28,"419":4,"42":7,"43":12,"430":11,"44":27,"45":36,"46":127,"48":20,"49":8,"5":187,"51":20,"52":25,"53":21,"56":11,"570":1,"6":50,"63":17,"7":132,"79":11,"8":29,"80":6,"9":83,"all_client":42062,"all_tv_clinet":4858,"insert_time":"2014-08-20T16:52:40.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36803,"10":16,"107":175,"11":272,"12":24,"13":102,"14":67,"15":100,"155":8,"156":3,"158":12,"159":5,"16":91,"160":5,"161":31,"167":15,"168":3,"17":102,"18":291,"19":62,"20":57,"209":15,"21":143,"210":3,"214":14,"215":108,"221":93,"223":151,"224":31,"225":207,"23":84,"24":410,"25":88,"257":20,"26":52,"27":31,"273":8,"276":10,"279":10,"28":137,"281":3,"282":11,"291":11,"292":8,"30":17,"302":3,"306":1,"31":80,"314":1,"32":7,"33":23,"34":17,"347":3,"35":11,"352":259,"36":50,"37":6,"38":159,"380":12,"381":28,"383":25,"39":51,"391":14,"396":1,"397":2,"40":23,"409":7,"41":22,"414":4,"415":28,"419":4,"42":7,"426":1,"43":11,"430":11,"434":1,"44":26,"45":37,"46":106,"48":21,"49":10,"5":191,"51":20,"52":24,"53":19,"56":12,"570":1,"6":46,"63":17,"7":125,"79":11,"8":28,"80":8,"9":87,"all_client":41570,"all_tv_clinet":4767,"insert_time":"2014-08-20T16:53:40.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36445,"10":18,"107":173,"11":269,"12":22,"13":99,"14":70,"15":100,"155":8,"156":3,"158":12,"159":5,"16":93,"160":4,"161":31,"167":15,"168":3,"17":96,"18":290,"19":60,"20":59,"209":14,"21":138,"210":3,"214":14,"215":109,"221":93,"223":152,"224":33,"225":203,"23":84,"24":399,"25":80,"257":22,"26":49,"27":29,"273":9,"276":10,"279":10,"28":134,"281":3,"282":11,"291":11,"292":8,"30":17,"302":3,"306":1,"31":74,"314":2,"32":7,"33":27,"34":15,"347":2,"35":11,"352":257,"36":48,"37":6,"38":145,"380":13,"381":26,"383":26,"39":51,"391":12,"396":1,"397":2,"40":23,"409":6,"41":20,"414":3,"415":31,"419":4,"42":6,"426":1,"43":10,"430":11,"434":1,"44":26,"45":38,"46":97,"48":22,"49":11,"5":192,"51":19,"52":24,"53":17,"56":12,"570":1,"6":43,"63":16,"7":119,"79":10,"8":23,"80":8,"9":90,"all_client":41123,"all_tv_clinet":4678,"insert_time":"2014-08-20T16:54:41.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36066,"10":17,"107":173,"11":275,"12":19,"13":97,"14":67,"15":100,"155":8,"156":3,"158":11,"159":5,"16":94,"160":4,"161":33,"167":15,"168":3,"17":94,"18":296,"19":59,"20":56,"209":13,"21":138,"210":3,"214":15,"215":110,"221":92,"223":154,"224":35,"225":200,"23":79,"24":384,"25":78,"257":20,"26":44,"27":31,"273":10,"276":10,"279":11,"28":136,"281":3,"282":11,"291":11,"292":8,"30":17,"302":3,"306":1,"31":62,"314":2,"32":6,"33":27,"34":16,"347":2,"35":11,"352":258,"36":50,"37":6,"38":145,"380":12,"381":24,"383":23,"39":54,"391":9,"396":2,"397":2,"40":22,"409":6,"41":21,"414":3,"415":31,"419":4,"42":6,"426":1,"43":10,"430":11,"434":1,"44":22,"45":35,"46":89,"48":22,"49":14,"5":191,"51":18,"52":21,"53":16,"56":12,"570":1,"6":45,"63":14,"7":113,"79":10,"8":27,"80":9,"9":91,"all_client":40689,"all_tv_clinet":4623,"insert_time":"2014-08-20T16:55:41.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35456,"10":16,"107":162,"11":274,"12":17,"13":95,"14":64,"15":100,"155":8,"156":3,"158":10,"159":4,"16":102,"160":3,"161":32,"167":15,"168":3,"17":91,"18":291,"19":58,"20":57,"209":12,"21":127,"210":3,"214":15,"215":109,"221":94,"223":151,"224":32,"225":201,"23":76,"24":368,"25":76,"257":20,"26":40,"27":34,"273":10,"276":7,"279":10,"28":130,"281":2,"282":11,"291":11,"292":8,"30":17,"302":4,"306":1,"31":56,"314":3,"32":6,"33":27,"34":15,"347":2,"35":11,"352":253,"36":52,"37":5,"38":133,"380":9,"381":20,"383":22,"39":49,"391":10,"396":2,"397":2,"40":18,"409":6,"41":24,"414":3,"415":30,"419":4,"42":6,"426":1,"43":11,"430":11,"434":1,"44":22,"45":31,"46":83,"48":19,"49":18,"5":185,"51":17,"52":20,"53":16,"56":14,"570":1,"6":49,"63":13,"7":110,"79":12,"8":28,"80":8,"9":86,"all_client":39954,"all_tv_clinet":4498,"insert_time":"2014-08-20T16:56:41.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35111,"10":17,"107":157,"11":277,"12":16,"13":101,"14":63,"15":95,"155":8,"156":3,"158":9,"159":4,"16":101,"160":3,"161":34,"167":12,"168":3,"17":90,"18":288,"19":57,"20":58,"209":13,"21":122,"210":1,"214":16,"215":108,"221":94,"223":145,"224":32,"225":198,"23":83,"24":360,"25":81,"257":19,"26":37,"27":33,"273":11,"276":8,"279":11,"28":127,"281":2,"282":12,"291":10,"292":8,"30":17,"302":4,"306":1,"31":56,"314":3,"32":6,"33":27,"34":14,"347":2,"35":10,"352":262,"36":53,"37":6,"38":134,"380":9,"381":19,"383":22,"39":50,"391":10,"396":2,"397":2,"40":17,"409":6,"41":23,"414":3,"415":28,"419":4,"42":4,"426":1,"43":10,"430":11,"434":1,"44":21,"45":31,"46":81,"48":19,"49":20,"5":182,"51":16,"52":19,"53":16,"56":13,"570":1,"6":49,"63":13,"7":106,"79":12,"8":28,"80":8,"9":76,"all_client":39566,"all_tv_clinet":4455,"insert_time":"2014-08-20T16:57:41.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34751,"10":19,"107":164,"11":274,"12":15,"13":106,"14":63,"15":98,"155":8,"156":3,"158":9,"159":4,"16":100,"160":3,"161":32,"167":11,"168":3,"17":86,"18":285,"19":61,"20":56,"209":13,"21":123,"210":1,"214":17,"215":107,"221":94,"223":148,"224":31,"225":190,"23":84,"24":346,"25":79,"257":20,"26":34,"27":33,"273":11,"276":9,"279":10,"28":117,"282":11,"291":10,"292":8,"30":18,"302":4,"306":1,"31":55,"314":3,"32":7,"33":27,"34":14,"347":2,"35":9,"352":260,"36":55,"37":8,"38":140,"380":8,"381":17,"383":27,"39":50,"391":11,"396":2,"397":2,"40":18,"409":6,"41":22,"414":4,"415":29,"419":3,"42":4,"426":1,"43":10,"430":14,"434":1,"44":20,"45":30,"46":78,"48":21,"49":20,"5":179,"51":14,"52":18,"53":16,"56":15,"570":1,"6":50,"63":13,"7":94,"79":13,"8":26,"80":7,"9":71,"all_client":39165,"all_tv_clinet":4414,"insert_time":"2014-08-20T16:58:42.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34380,"10":21,"107":168,"11":265,"12":14,"13":108,"14":58,"15":103,"155":7,"156":3,"158":8,"159":4,"16":103,"160":3,"161":29,"167":10,"168":3,"17":79,"18":276,"19":63,"20":55,"209":11,"21":122,"210":1,"214":17,"215":111,"221":90,"223":147,"224":29,"225":192,"23":83,"24":348,"25":78,"257":17,"26":31,"27":33,"273":11,"276":9,"279":12,"28":112,"282":11,"291":10,"292":9,"30":18,"302":4,"306":1,"31":51,"314":3,"32":7,"33":25,"34":16,"347":2,"35":8,"352":263,"36":55,"37":10,"38":140,"380":8,"381":15,"383":29,"39":51,"391":11,"396":2,"397":1,"40":18,"409":6,"41":18,"414":4,"415":30,"419":4,"42":4,"426":1,"43":10,"430":14,"434":1,"44":18,"45":28,"46":78,"48":21,"49":22,"5":178,"51":12,"52":16,"53":15,"56":15,"570":1,"6":51,"63":13,"7":92,"79":12,"8":25,"80":7,"9":68,"all_client":38746,"all_tv_clinet":4366,"insert_time":"2014-08-20T16:59:42.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34097,"10":21,"107":162,"11":252,"12":13,"13":110,"14":55,"15":107,"155":7,"156":3,"158":8,"159":4,"16":111,"160":2,"161":33,"167":10,"168":2,"17":78,"18":274,"19":64,"20":53,"209":13,"21":124,"210":2,"214":18,"215":110,"221":87,"223":150,"224":27,"225":191,"23":78,"24":343,"25":72,"257":19,"26":31,"27":36,"273":9,"276":9,"279":12,"28":106,"282":11,"291":8,"292":10,"30":16,"302":4,"306":1,"31":48,"314":3,"32":7,"33":24,"34":17,"347":2,"35":8,"352":257,"36":54,"37":9,"38":141,"380":8,"381":17,"383":28,"39":50,"391":10,"396":2,"397":1,"40":18,"409":5,"41":17,"414":4,"415":26,"419":5,"42":5,"426":1,"43":9,"430":14,"434":1,"44":16,"45":25,"46":80,"48":22,"49":22,"5":177,"51":12,"52":16,"53":14,"56":14,"570":1,"6":52,"63":13,"7":91,"79":12,"8":30,"80":7,"9":62,"all_client":38410,"all_tv_clinet":4313,"insert_time":"2014-08-20T17:00:42.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33780,"10":21,"107":153,"11":242,"12":13,"13":115,"14":53,"15":104,"155":7,"156":3,"158":7,"159":4,"16":109,"160":2,"161":33,"167":10,"168":2,"17":74,"18":265,"19":65,"20":51,"209":14,"21":123,"210":2,"214":18,"215":113,"221":85,"223":149,"224":25,"225":184,"23":80,"24":342,"25":74,"257":20,"26":28,"27":36,"273":9,"276":9,"279":11,"28":100,"282":11,"291":8,"292":10,"30":16,"302":4,"306":1,"31":47,"314":3,"32":5,"33":20,"34":17,"347":3,"35":9,"352":256,"36":56,"37":8,"38":135,"380":8,"381":14,"383":30,"39":47,"391":9,"396":2,"397":2,"40":16,"409":3,"41":19,"414":2,"415":29,"419":4,"42":5,"426":1,"43":8,"430":14,"434":1,"44":13,"45":24,"46":78,"48":24,"49":22,"5":173,"51":13,"52":16,"53":16,"56":15,"570":2,"6":55,"63":12,"7":91,"79":12,"8":31,"80":7,"9":62,"all_client":38024,"all_tv_clinet":4244,"insert_time":"2014-08-20T17:01:42.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33430,"10":17,"107":149,"11":241,"12":13,"13":112,"14":53,"15":105,"155":7,"156":3,"158":7,"159":4,"16":106,"160":2,"161":31,"167":11,"168":2,"17":68,"18":261,"19":62,"20":53,"209":15,"21":123,"210":2,"214":18,"215":110,"221":80,"223":139,"224":24,"225":180,"23":83,"24":338,"25":75,"257":21,"26":26,"27":36,"273":11,"276":9,"279":11,"28":100,"282":10,"291":7,"292":10,"30":17,"302":4,"306":1,"31":45,"314":3,"32":5,"33":19,"34":18,"347":3,"35":11,"352":249,"36":51,"37":9,"38":135,"380":7,"381":16,"383":29,"39":47,"391":10,"396":2,"397":2,"40":16,"409":3,"41":22,"415":30,"419":3,"42":5,"426":2,"43":10,"430":13,"434":1,"44":12,"45":21,"46":77,"48":24,"49":25,"5":173,"51":11,"52":13,"53":16,"56":14,"570":2,"6":54,"63":11,"7":91,"79":13,"8":30,"80":7,"9":57,"all_client":37604,"all_tv_clinet":4174,"insert_time":"2014-08-20T17:02:43.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33129,"10":16,"107":144,"11":237,"12":13,"13":108,"14":51,"15":105,"155":7,"156":3,"158":7,"159":4,"16":113,"160":2,"161":30,"167":10,"168":1,"17":61,"18":255,"19":62,"20":54,"209":14,"21":120,"210":2,"214":18,"215":112,"221":79,"223":127,"224":22,"225":179,"23":84,"24":336,"25":77,"257":20,"26":23,"27":36,"273":11,"276":9,"279":11,"28":98,"282":10,"291":7,"292":10,"30":18,"302":4,"306":1,"31":43,"314":3,"32":5,"33":19,"34":19,"347":3,"35":13,"352":241,"36":48,"37":8,"38":138,"380":7,"381":15,"383":27,"39":43,"391":10,"396":2,"397":2,"40":16,"409":2,"41":23,"415":32,"419":2,"42":6,"426":2,"43":10,"430":13,"434":1,"44":13,"45":18,"46":74,"48":24,"49":24,"5":167,"51":9,"52":13,"53":19,"56":14,"570":2,"6":56,"63":10,"7":96,"79":13,"8":31,"80":7,"9":56,"all_client":37239,"all_tv_clinet":4110,"insert_time":"2014-08-20T17:03:43.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32792,"10":15,"107":147,"11":237,"12":10,"13":104,"14":48,"15":105,"155":7,"156":3,"158":7,"159":4,"16":110,"160":2,"161":26,"167":11,"17":59,"18":264,"19":63,"20":54,"209":16,"21":116,"210":1,"214":17,"215":118,"221":75,"223":123,"224":19,"225":179,"23":84,"24":326,"25":78,"257":19,"26":23,"27":33,"273":11,"276":9,"279":12,"28":96,"282":10,"291":7,"292":10,"30":18,"302":4,"31":44,"314":4,"32":4,"33":19,"34":20,"347":3,"35":12,"352":244,"36":45,"37":7,"38":141,"380":6,"381":17,"383":24,"39":39,"391":10,"396":2,"397":2,"40":20,"409":2,"41":21,"415":33,"419":2,"42":8,"426":2,"43":10,"430":12,"434":1,"44":12,"45":16,"46":67,"48":24,"49":27,"5":161,"51":9,"52":13,"53":18,"56":12,"570":2,"6":54,"63":10,"7":98,"79":13,"8":31,"80":7,"9":58,"all_client":36858,"all_tv_clinet":4066,"insert_time":"2014-08-20T17:04:43.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32493,"10":14,"107":140,"11":239,"12":9,"13":103,"14":54,"15":109,"155":6,"156":3,"158":7,"159":4,"16":108,"160":2,"161":29,"167":11,"17":54,"18":263,"19":64,"20":52,"209":15,"21":118,"210":1,"214":16,"215":116,"221":78,"223":121,"224":19,"225":177,"23":83,"24":313,"25":80,"257":18,"26":24,"268":1,"27":32,"273":10,"276":9,"279":12,"28":93,"282":10,"291":7,"292":7,"30":18,"302":4,"31":43,"314":3,"32":3,"33":18,"34":20,"347":4,"35":11,"352":238,"36":42,"37":6,"38":140,"380":5,"381":17,"383":26,"39":36,"391":9,"396":1,"397":3,"40":21,"409":2,"41":20,"415":33,"419":1,"42":5,"426":2,"43":15,"430":12,"434":1,"44":11,"45":12,"46":65,"48":23,"49":29,"5":163,"51":8,"52":12,"53":18,"56":10,"570":2,"6":48,"63":10,"7":95,"79":13,"8":32,"80":7,"9":55,"all_client":36496,"all_tv_clinet":4003,"insert_time":"2014-08-20T17:05:43.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32225,"10":15,"107":136,"11":239,"12":9,"13":102,"14":53,"15":108,"155":5,"156":3,"158":7,"159":4,"16":109,"160":2,"161":30,"167":11,"17":49,"18":259,"19":62,"20":47,"209":16,"21":122,"210":1,"214":16,"215":114,"221":78,"223":119,"224":19,"225":177,"23":82,"24":303,"25":80,"257":18,"26":24,"268":1,"27":31,"273":12,"276":9,"279":10,"28":90,"282":9,"291":7,"292":7,"30":20,"302":4,"31":39,"314":1,"32":3,"33":15,"34":20,"347":5,"35":13,"352":233,"36":40,"37":6,"38":133,"380":6,"381":16,"383":27,"39":35,"391":9,"396":1,"397":3,"40":21,"409":2,"41":23,"415":33,"419":1,"42":5,"426":2,"43":15,"430":14,"434":1,"44":10,"45":12,"46":66,"48":22,"49":29,"5":158,"51":8,"52":11,"53":18,"56":10,"570":2,"6":45,"63":11,"7":94,"79":13,"8":33,"80":6,"9":57,"all_client":36171,"all_tv_clinet":3946,"insert_time":"2014-08-20T17:06:44.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31905,"10":14,"107":129,"11":228,"12":9,"13":102,"14":55,"15":107,"155":5,"156":2,"158":7,"159":5,"16":101,"160":2,"161":31,"167":10,"17":47,"18":260,"19":60,"20":48,"209":15,"21":124,"210":1,"214":16,"215":111,"221":79,"223":118,"224":18,"225":178,"23":81,"24":295,"25":82,"257":18,"26":23,"268":1,"27":30,"273":12,"276":8,"279":12,"28":92,"282":9,"291":7,"292":7,"30":20,"302":4,"31":37,"32":4,"33":17,"34":21,"347":6,"35":13,"352":235,"36":39,"37":6,"38":132,"380":6,"381":15,"383":28,"39":32,"391":7,"396":1,"397":3,"40":20,"409":2,"41":22,"415":33,"419":1,"42":6,"426":2,"43":17,"430":14,"433":1,"434":1,"44":10,"45":10,"46":61,"48":20,"49":27,"5":163,"51":7,"52":10,"53":18,"56":11,"570":2,"6":46,"63":12,"7":88,"79":13,"8":32,"80":6,"9":51,"all_client":35796,"all_tv_clinet":3891,"insert_time":"2014-08-20T17:07:44.557Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31624,"10":17,"107":133,"11":212,"12":9,"13":104,"14":56,"15":106,"155":5,"156":2,"158":7,"159":5,"16":92,"160":1,"161":29,"167":9,"17":45,"18":254,"19":60,"20":43,"209":16,"21":122,"210":2,"214":16,"215":108,"221":75,"223":119,"224":18,"225":180,"23":83,"24":293,"25":77,"257":18,"26":20,"268":1,"27":32,"273":11,"276":7,"279":12,"28":91,"282":9,"291":6,"292":9,"30":19,"302":4,"31":37,"32":4,"33":18,"34":20,"347":5,"35":15,"352":225,"36":38,"37":6,"38":131,"380":6,"381":16,"383":29,"39":30,"391":6,"396":1,"397":3,"40":20,"409":2,"41":23,"415":30,"419":1,"42":6,"426":1,"43":16,"430":14,"433":1,"434":1,"44":10,"45":10,"46":58,"48":21,"49":29,"5":157,"51":7,"52":10,"53":17,"56":11,"570":1,"6":49,"63":12,"7":87,"79":14,"8":32,"80":4,"9":52,"all_client":35447,"all_tv_clinet":3823,"insert_time":"2014-08-20T17:08:44.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31359,"10":17,"107":135,"11":205,"12":9,"13":105,"14":55,"15":101,"155":5,"156":2,"158":7,"159":6,"16":90,"160":1,"161":30,"167":9,"17":45,"18":249,"19":59,"20":42,"209":16,"21":118,"210":3,"214":16,"215":110,"221":70,"223":120,"224":18,"225":182,"23":81,"24":283,"25":77,"257":18,"26":19,"268":1,"27":33,"273":9,"276":7,"279":12,"28":87,"282":9,"291":6,"292":11,"30":16,"302":4,"31":32,"32":4,"33":17,"34":21,"347":5,"35":15,"352":224,"36":42,"37":6,"38":133,"380":6,"381":14,"383":29,"39":28,"391":6,"396":1,"397":3,"40":19,"409":3,"41":23,"415":29,"419":1,"42":7,"426":1,"43":16,"430":13,"433":1,"434":1,"44":10,"45":10,"46":57,"48":18,"49":29,"5":159,"51":5,"52":9,"53":16,"56":11,"570":1,"6":52,"63":12,"7":88,"79":14,"8":32,"80":4,"9":49,"all_client":35133,"all_tv_clinet":3774,"insert_time":"2014-08-20T17:09:45.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31058,"10":17,"107":143,"11":195,"12":8,"13":106,"14":59,"15":90,"155":5,"156":2,"158":7,"159":6,"16":90,"160":1,"161":30,"167":9,"17":46,"18":242,"19":59,"20":40,"209":18,"21":117,"210":5,"214":16,"215":111,"221":69,"223":119,"224":17,"225":175,"23":79,"24":288,"25":74,"257":15,"26":18,"268":1,"27":34,"273":8,"276":7,"279":11,"28":83,"281":1,"282":7,"291":6,"292":10,"30":15,"302":3,"31":30,"32":6,"33":18,"34":24,"347":2,"35":18,"352":225,"36":41,"37":7,"38":129,"380":6,"381":13,"383":28,"39":29,"391":6,"396":1,"397":5,"40":17,"409":3,"41":22,"415":29,"419":1,"42":6,"426":1,"43":15,"430":13,"434":1,"44":9,"45":9,"46":59,"48":18,"49":30,"5":158,"51":5,"52":9,"53":16,"56":9,"570":1,"6":55,"63":12,"7":86,"79":12,"8":30,"80":4,"9":43,"all_client":34781,"all_tv_clinet":3723,"insert_time":"2014-08-20T17:10:45.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30780,"10":16,"107":160,"11":192,"12":7,"13":110,"14":56,"15":77,"155":5,"156":2,"158":8,"159":7,"16":84,"160":1,"161":29,"167":9,"17":43,"18":243,"19":55,"20":41,"209":18,"21":120,"210":5,"214":16,"215":111,"221":65,"223":110,"224":17,"225":171,"23":79,"24":285,"25":74,"257":17,"26":15,"268":1,"27":35,"273":8,"276":7,"279":10,"28":79,"281":1,"282":8,"291":6,"292":12,"30":14,"302":3,"31":29,"32":5,"33":17,"34":27,"347":2,"35":18,"352":215,"36":42,"37":8,"38":129,"380":6,"381":13,"383":27,"39":26,"391":7,"396":1,"397":5,"40":17,"409":3,"41":20,"414":1,"415":29,"419":1,"42":8,"426":1,"43":16,"430":14,"44":8,"45":8,"46":58,"48":18,"49":26,"5":161,"51":6,"52":9,"53":13,"56":9,"570":1,"6":54,"63":12,"7":83,"79":12,"8":32,"80":5,"9":38,"all_client":34452,"all_tv_clinet":3672,"insert_time":"2014-08-20T17:11:45.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30497,"10":14,"107":158,"11":193,"12":7,"13":119,"14":60,"15":74,"155":6,"156":2,"158":7,"159":7,"16":81,"160":1,"161":28,"167":10,"17":39,"18":242,"19":50,"20":40,"209":18,"21":121,"210":5,"214":15,"215":111,"221":61,"223":105,"224":15,"225":168,"23":69,"24":280,"25":74,"257":18,"26":15,"268":1,"27":37,"273":8,"276":6,"279":9,"28":83,"281":1,"282":8,"291":5,"292":12,"30":13,"302":3,"31":26,"32":5,"33":14,"34":30,"347":2,"35":19,"352":208,"36":43,"37":7,"38":125,"380":6,"381":13,"383":25,"39":26,"391":8,"396":1,"397":5,"40":17,"409":3,"41":20,"414":1,"415":26,"419":1,"42":8,"426":1,"43":16,"430":14,"44":6,"45":7,"46":60,"48":17,"49":27,"5":163,"51":6,"52":9,"53":15,"56":9,"570":2,"6":54,"63":11,"7":83,"79":14,"8":33,"80":5,"9":35,"all_client":34122,"all_tv_clinet":3625,"insert_time":"2014-08-20T17:12:45.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30223,"10":13,"107":158,"11":189,"12":6,"13":117,"14":56,"15":74,"155":6,"156":2,"158":7,"159":7,"16":81,"160":1,"161":29,"167":11,"17":39,"18":235,"19":45,"20":45,"209":16,"21":117,"210":5,"214":14,"215":111,"221":60,"223":104,"224":15,"225":163,"23":68,"24":275,"25":75,"257":18,"26":15,"268":1,"27":42,"273":8,"276":6,"279":8,"28":83,"282":8,"291":5,"292":12,"30":12,"302":3,"31":25,"32":5,"33":14,"34":28,"347":2,"35":19,"352":199,"36":41,"37":7,"38":127,"380":7,"381":13,"383":23,"39":25,"391":9,"397":5,"40":17,"409":3,"41":22,"414":1,"415":26,"419":1,"42":9,"426":1,"43":15,"430":14,"44":6,"45":6,"46":61,"48":16,"49":26,"5":165,"51":6,"52":10,"53":16,"56":8,"570":1,"6":51,"63":11,"7":83,"79":14,"8":36,"80":5,"9":32,"all_client":33799,"all_tv_clinet":3576,"insert_time":"2014-08-20T17:13:46.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29938,"10":12,"107":165,"11":183,"12":5,"13":108,"14":57,"15":68,"155":7,"156":2,"158":6,"159":7,"16":83,"160":1,"161":34,"167":12,"17":37,"18":237,"19":40,"20":41,"209":18,"21":114,"210":4,"214":14,"215":104,"221":62,"223":103,"224":15,"225":160,"23":65,"24":271,"25":77,"257":15,"26":14,"268":1,"27":43,"273":7,"276":6,"279":8,"28":81,"282":7,"291":5,"292":11,"30":13,"302":3,"31":23,"32":5,"33":11,"34":28,"347":2,"35":17,"352":196,"36":43,"37":5,"38":122,"380":6,"381":12,"383":24,"39":23,"391":9,"397":6,"40":18,"409":4,"41":20,"414":1,"415":24,"419":1,"42":11,"426":1,"43":13,"430":12,"44":6,"45":6,"46":59,"48":16,"49":27,"5":168,"51":7,"52":11,"53":17,"56":7,"570":1,"6":50,"63":12,"7":80,"79":15,"8":35,"80":5,"9":32,"all_client":33455,"all_tv_clinet":3517,"insert_time":"2014-08-20T17:14:46.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29617,"10":13,"107":159,"11":185,"12":4,"13":105,"14":55,"15":63,"155":7,"156":2,"158":7,"159":7,"16":84,"160":1,"161":34,"167":13,"17":38,"18":237,"19":39,"20":38,"209":17,"21":113,"210":2,"214":14,"215":105,"221":62,"223":107,"224":16,"225":152,"23":68,"24":262,"25":78,"257":12,"26":14,"268":1,"27":39,"273":7,"276":6,"279":9,"28":77,"282":7,"291":6,"292":11,"30":15,"302":3,"31":21,"32":6,"33":9,"34":26,"347":2,"35":16,"352":195,"36":42,"37":4,"38":128,"380":6,"381":12,"383":24,"39":23,"391":9,"397":6,"40":21,"409":5,"41":17,"414":1,"415":24,"42":11,"426":1,"43":13,"430":11,"44":6,"45":6,"46":61,"48":17,"49":26,"5":167,"51":10,"52":11,"53":14,"56":6,"570":1,"6":46,"63":13,"7":79,"79":14,"8":35,"80":5,"9":30,"all_client":33091,"all_tv_clinet":3474,"insert_time":"2014-08-20T17:15:46.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29316,"10":13,"107":155,"11":184,"12":4,"13":110,"14":57,"15":62,"155":8,"156":2,"158":7,"159":7,"16":81,"160":2,"161":33,"167":13,"17":39,"18":231,"19":36,"20":37,"209":16,"21":111,"210":2,"214":14,"215":100,"221":63,"223":106,"224":14,"225":152,"23":65,"24":260,"25":83,"257":12,"26":11,"268":1,"27":37,"273":7,"276":6,"279":9,"28":76,"282":7,"291":6,"292":11,"30":15,"302":3,"31":20,"32":5,"33":9,"34":24,"347":2,"35":16,"352":200,"36":41,"37":3,"38":124,"380":6,"381":14,"383":23,"39":22,"391":8,"396":1,"397":6,"40":22,"409":7,"41":19,"414":1,"415":21,"419":1,"42":14,"426":1,"43":14,"430":11,"44":7,"45":6,"46":62,"48":16,"49":26,"5":159,"51":9,"52":11,"53":13,"56":6,"570":1,"6":44,"63":13,"7":82,"79":15,"8":37,"80":4,"9":32,"all_client":32762,"all_tv_clinet":3446,"insert_time":"2014-08-20T17:16:46.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29042,"10":13,"107":152,"11":178,"12":5,"13":111,"14":56,"15":60,"155":8,"156":2,"158":7,"159":7,"16":77,"160":2,"161":28,"167":13,"17":39,"18":225,"19":34,"20":36,"209":16,"21":110,"210":2,"214":14,"215":101,"221":62,"223":104,"224":13,"225":156,"23":69,"24":250,"25":82,"257":12,"26":12,"268":1,"27":36,"273":7,"276":6,"279":8,"28":79,"282":8,"291":6,"292":11,"30":13,"302":3,"31":19,"32":7,"33":9,"34":26,"347":2,"35":17,"352":196,"36":40,"37":6,"38":124,"380":6,"381":13,"383":22,"39":25,"391":7,"396":2,"397":6,"40":23,"409":7,"41":18,"414":1,"415":18,"419":1,"42":15,"426":1,"43":13,"430":10,"44":7,"45":6,"46":63,"48":14,"49":26,"5":163,"51":8,"52":10,"53":14,"56":5,"570":1,"6":44,"63":13,"7":82,"79":14,"8":38,"80":5,"9":30,"all_client":32453,"all_tv_clinet":3411,"insert_time":"2014-08-20T17:17:47.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28807,"10":12,"107":153,"11":169,"12":5,"13":112,"14":57,"15":54,"155":8,"156":2,"158":6,"159":7,"16":75,"160":2,"161":25,"167":13,"17":38,"18":215,"19":33,"20":38,"209":16,"21":106,"210":2,"214":14,"215":100,"221":62,"223":103,"224":14,"225":156,"23":66,"24":243,"25":80,"257":12,"26":10,"268":1,"27":36,"273":7,"276":6,"279":8,"28":80,"282":8,"291":6,"292":10,"30":12,"302":3,"31":18,"32":8,"33":8,"34":24,"347":2,"35":17,"352":203,"36":36,"37":6,"38":120,"380":6,"381":12,"383":22,"39":21,"391":7,"396":2,"397":6,"40":25,"409":6,"41":17,"414":1,"415":18,"419":1,"42":16,"426":1,"43":12,"430":10,"44":7,"45":6,"46":62,"48":12,"49":27,"5":159,"51":8,"52":10,"53":13,"56":5,"570":1,"6":45,"63":13,"7":82,"79":14,"8":40,"80":7,"9":27,"all_client":32155,"all_tv_clinet":3348,"insert_time":"2014-08-20T17:18:47.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28530,"10":13,"107":147,"11":163,"12":5,"13":106,"14":58,"15":44,"155":9,"156":2,"158":5,"159":6,"16":73,"160":2,"161":27,"167":13,"17":37,"18":216,"19":32,"20":40,"209":15,"21":103,"210":2,"214":14,"215":97,"221":65,"223":98,"224":14,"225":154,"23":72,"24":237,"25":75,"257":12,"26":10,"268":1,"27":39,"273":6,"276":6,"279":8,"28":81,"282":8,"291":6,"292":10,"30":14,"302":2,"31":16,"32":10,"33":8,"34":23,"347":2,"35":17,"352":201,"36":36,"37":6,"38":124,"380":7,"381":11,"383":22,"39":21,"391":8,"396":2,"397":6,"40":23,"409":6,"41":16,"414":1,"415":20,"42":17,"426":1,"43":12,"430":9,"44":7,"45":6,"46":58,"48":11,"49":28,"5":153,"51":6,"52":10,"53":12,"56":4,"570":1,"6":45,"63":14,"7":85,"79":12,"8":39,"80":5,"9":31,"all_client":31829,"all_tv_clinet":3299,"insert_time":"2014-08-20T17:19:47.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28290,"10":13,"107":149,"11":157,"12":4,"13":106,"14":55,"15":39,"155":9,"156":2,"158":5,"159":6,"16":75,"160":2,"161":25,"167":13,"17":39,"18":218,"19":34,"20":39,"209":14,"21":102,"210":2,"214":14,"215":95,"221":65,"223":104,"224":13,"225":152,"23":69,"24":235,"25":78,"257":12,"26":12,"268":2,"27":39,"273":6,"276":7,"279":8,"28":81,"282":8,"291":6,"292":9,"30":15,"302":2,"31":18,"32":10,"33":7,"34":22,"347":2,"35":18,"352":200,"36":35,"37":7,"38":121,"380":7,"381":12,"383":22,"39":19,"391":8,"396":1,"397":6,"40":23,"409":6,"41":16,"414":1,"415":21,"419":1,"42":16,"426":1,"43":9,"430":10,"44":8,"45":6,"46":55,"48":10,"49":27,"5":146,"51":6,"52":10,"53":13,"56":4,"570":1,"6":44,"63":14,"7":86,"79":12,"8":39,"80":6,"9":33,"all_client":31569,"all_tv_clinet":3279,"insert_time":"2014-08-20T17:20:47.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28016,"10":13,"107":148,"11":156,"12":4,"13":109,"14":55,"15":37,"155":10,"156":2,"158":5,"159":5,"16":68,"160":2,"161":24,"167":13,"17":40,"18":217,"19":34,"20":40,"209":14,"21":94,"210":2,"214":15,"215":89,"221":64,"223":98,"224":13,"225":161,"23":69,"24":233,"25":77,"257":16,"26":12,"268":2,"27":38,"273":5,"276":5,"279":8,"28":80,"282":11,"291":6,"292":7,"30":14,"302":2,"31":19,"314":1,"32":10,"33":7,"34":21,"347":2,"35":18,"352":200,"36":36,"37":10,"38":114,"380":8,"381":13,"383":20,"39":17,"391":7,"396":1,"397":6,"40":23,"409":5,"41":17,"414":1,"415":26,"419":1,"42":15,"426":1,"43":9,"430":11,"44":7,"45":6,"46":50,"48":9,"49":28,"5":136,"51":5,"52":10,"53":15,"56":4,"570":1,"6":39,"63":15,"7":84,"79":11,"8":39,"80":6,"9":35,"all_client":31252,"all_tv_clinet":3236,"insert_time":"2014-08-20T17:21:48.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27729,"10":12,"107":141,"11":159,"12":4,"13":112,"14":52,"15":40,"155":10,"156":2,"158":6,"159":5,"16":61,"160":2,"161":24,"167":13,"17":39,"18":213,"19":32,"20":39,"209":13,"21":94,"210":2,"214":15,"215":87,"221":64,"223":100,"224":11,"225":159,"23":70,"24":223,"25":76,"257":17,"26":11,"268":2,"27":37,"273":6,"276":5,"279":8,"28":79,"282":12,"291":6,"292":8,"30":13,"302":2,"31":17,"314":1,"32":8,"33":7,"34":23,"347":2,"35":20,"352":187,"36":37,"37":10,"38":123,"380":8,"381":13,"383":19,"39":14,"391":7,"396":1,"397":6,"40":23,"409":5,"41":16,"414":1,"415":25,"419":1,"42":17,"426":1,"43":9,"430":12,"44":7,"45":5,"46":51,"48":7,"49":29,"5":138,"51":5,"52":7,"53":16,"56":2,"570":2,"6":38,"63":15,"7":85,"79":11,"8":37,"80":6,"9":36,"all_client":30925,"all_tv_clinet":3196,"insert_time":"2014-08-20T17:22:48.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27475,"10":12,"107":137,"11":162,"12":3,"13":110,"14":54,"15":40,"155":10,"156":2,"158":5,"159":6,"16":57,"160":1,"161":20,"167":13,"17":39,"18":206,"19":29,"20":40,"209":12,"21":90,"210":2,"214":15,"215":88,"221":63,"223":102,"224":11,"225":163,"23":71,"24":227,"25":78,"257":15,"26":9,"268":1,"27":38,"273":6,"276":5,"279":8,"28":76,"282":12,"291":6,"292":8,"30":12,"302":2,"31":17,"314":1,"32":7,"33":7,"34":24,"347":2,"35":19,"352":190,"36":34,"37":10,"38":123,"380":8,"381":13,"383":17,"39":13,"391":7,"396":1,"397":6,"40":23,"409":5,"41":14,"414":1,"415":25,"42":17,"426":1,"43":8,"430":12,"433":1,"44":6,"45":6,"46":51,"48":7,"49":30,"5":135,"51":5,"52":6,"53":18,"56":2,"570":2,"6":39,"63":15,"7":82,"79":10,"8":37,"80":6,"9":37,"all_client":30641,"all_tv_clinet":3166,"insert_time":"2014-08-20T17:23:48.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27234,"10":11,"107":136,"11":160,"12":3,"13":112,"14":53,"15":40,"155":10,"156":2,"158":5,"159":6,"16":57,"160":1,"161":22,"167":13,"17":40,"18":204,"19":26,"20":41,"209":11,"21":87,"210":2,"214":14,"215":89,"221":65,"223":103,"224":11,"225":163,"23":70,"24":222,"25":78,"257":13,"26":9,"268":1,"27":39,"273":6,"276":5,"279":6,"28":79,"282":12,"291":6,"292":8,"30":11,"302":2,"31":16,"314":1,"32":7,"33":7,"34":24,"347":1,"35":20,"352":190,"36":32,"37":9,"38":125,"380":8,"381":16,"383":17,"39":13,"391":7,"396":1,"397":6,"40":24,"409":5,"41":13,"414":1,"415":23,"42":18,"426":1,"43":9,"430":13,"433":1,"44":5,"45":6,"46":51,"48":8,"49":28,"5":130,"51":5,"52":7,"53":15,"56":3,"570":2,"6":38,"63":15,"7":84,"79":8,"8":37,"80":5,"9":36,"all_client":30379,"all_tv_clinet":3145,"insert_time":"2014-08-20T17:24:48.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27017,"10":10,"107":128,"11":156,"12":3,"13":108,"14":51,"15":42,"155":10,"156":2,"158":4,"159":6,"16":54,"160":3,"161":20,"167":13,"17":38,"18":200,"19":25,"20":39,"209":11,"21":90,"210":3,"214":14,"215":88,"221":63,"223":101,"224":11,"225":161,"23":67,"24":208,"25":76,"257":17,"26":9,"268":1,"27":39,"273":5,"276":5,"279":6,"28":80,"282":12,"291":6,"292":7,"30":12,"302":2,"31":18,"314":1,"32":7,"33":5,"34":26,"347":1,"35":20,"352":196,"36":33,"37":10,"38":126,"380":8,"381":15,"383":17,"39":12,"391":5,"397":6,"40":24,"409":5,"41":11,"414":1,"415":22,"42":18,"426":1,"43":9,"430":12,"433":1,"44":2,"45":6,"46":50,"48":7,"49":29,"5":124,"51":5,"52":6,"53":14,"56":4,"570":2,"6":38,"63":15,"7":84,"79":7,"8":37,"80":5,"9":36,"all_client":30104,"all_tv_clinet":3087,"insert_time":"2014-08-20T17:25:48.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26787,"10":9,"107":124,"11":158,"12":3,"13":105,"14":53,"15":40,"155":10,"156":1,"158":4,"159":5,"16":51,"160":3,"161":22,"167":12,"17":40,"18":195,"19":26,"20":39,"209":12,"21":90,"210":3,"214":15,"215":89,"221":59,"223":98,"224":10,"225":162,"23":69,"24":209,"25":70,"257":15,"26":9,"268":1,"27":39,"273":5,"276":5,"279":6,"28":85,"282":12,"291":6,"292":7,"30":11,"302":2,"31":17,"32":6,"33":7,"34":23,"347":4,"35":19,"352":191,"36":37,"37":10,"38":120,"380":7,"381":15,"383":18,"39":12,"391":5,"397":6,"40":25,"409":5,"41":14,"414":1,"415":19,"419":1,"42":18,"426":1,"43":9,"430":12,"433":1,"44":4,"45":6,"46":51,"48":8,"49":30,"5":123,"51":4,"52":6,"53":12,"56":5,"570":2,"6":40,"63":15,"7":83,"79":6,"8":35,"80":5,"9":36,"all_client":29850,"all_tv_clinet":3063,"insert_time":"2014-08-20T17:26:49.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26538,"10":9,"107":119,"11":158,"12":3,"13":103,"14":55,"15":41,"155":9,"156":1,"158":3,"159":5,"16":47,"160":2,"161":23,"167":12,"17":38,"18":200,"19":29,"20":37,"209":12,"21":94,"210":3,"214":15,"215":88,"221":60,"223":92,"224":10,"225":158,"23":72,"24":201,"25":70,"257":14,"26":9,"268":3,"27":39,"273":6,"276":5,"279":6,"28":83,"282":10,"291":6,"292":7,"30":11,"302":2,"31":17,"32":5,"33":8,"34":24,"347":4,"35":19,"352":198,"36":36,"37":10,"38":127,"380":6,"381":15,"383":16,"39":13,"391":5,"397":6,"40":27,"409":7,"41":14,"414":1,"415":17,"419":2,"42":19,"426":1,"43":8,"430":10,"433":1,"44":4,"45":7,"46":52,"48":8,"49":29,"5":119,"51":2,"52":6,"53":11,"56":6,"570":1,"6":40,"63":14,"7":83,"79":6,"8":34,"80":5,"9":38,"all_client":29589,"all_tv_clinet":3051,"insert_time":"2014-08-20T17:27:49.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26299,"10":9,"107":121,"11":160,"12":2,"13":102,"14":54,"15":39,"155":9,"156":1,"158":3,"159":5,"16":44,"160":1,"161":23,"167":11,"17":38,"18":196,"19":29,"20":37,"209":11,"21":87,"210":2,"214":15,"215":92,"221":59,"223":90,"224":11,"225":161,"23":74,"24":197,"25":70,"257":15,"26":13,"268":3,"27":37,"273":7,"276":5,"279":5,"28":82,"282":10,"291":7,"292":7,"30":11,"302":2,"31":17,"32":5,"33":7,"34":26,"347":5,"35":20,"352":200,"36":37,"37":10,"38":123,"380":6,"381":15,"383":16,"39":11,"391":6,"397":4,"40":27,"409":7,"41":15,"414":1,"415":18,"419":2,"42":19,"426":1,"43":6,"430":10,"433":1,"44":4,"45":7,"46":50,"48":8,"49":29,"5":117,"51":2,"52":6,"53":14,"56":6,"570":1,"6":41,"63":12,"7":81,"79":6,"8":34,"80":5,"9":36,"all_client":29330,"all_tv_clinet":3031,"insert_time":"2014-08-20T17:28:49.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26076,"10":9,"107":115,"11":162,"12":2,"13":102,"14":54,"15":41,"155":9,"156":1,"158":3,"159":5,"16":40,"160":1,"161":21,"167":11,"17":37,"18":187,"19":30,"20":37,"209":8,"21":84,"210":2,"211":1,"214":15,"215":94,"221":60,"223":87,"224":11,"225":161,"23":73,"24":200,"25":70,"257":15,"26":13,"268":3,"27":36,"273":7,"276":5,"279":5,"28":84,"282":10,"291":7,"292":6,"30":10,"302":2,"31":18,"32":6,"33":6,"34":27,"347":5,"35":20,"352":198,"36":34,"37":9,"38":125,"380":6,"381":15,"383":16,"39":10,"391":6,"397":4,"40":27,"409":7,"41":15,"415":18,"419":2,"42":18,"426":1,"43":7,"430":10,"433":1,"44":4,"45":7,"46":51,"48":7,"49":28,"5":108,"51":1,"52":7,"53":15,"56":6,"570":1,"6":43,"63":12,"7":80,"79":7,"8":35,"80":5,"9":38,"all_client":29078,"all_tv_clinet":3002,"insert_time":"2014-08-20T17:29:49.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25853,"10":10,"107":118,"11":158,"12":2,"13":99,"14":50,"15":42,"155":8,"156":1,"158":3,"159":5,"16":36,"160":1,"161":19,"167":10,"17":36,"18":189,"19":34,"20":37,"209":10,"21":80,"210":2,"211":1,"214":15,"215":87,"221":63,"223":85,"224":10,"225":159,"23":76,"24":195,"25":69,"257":17,"26":14,"268":3,"27":35,"273":8,"276":5,"279":6,"28":82,"282":13,"291":7,"292":6,"30":10,"302":2,"31":19,"32":6,"33":6,"34":27,"347":5,"35":21,"352":197,"36":35,"37":8,"38":122,"380":5,"381":15,"383":14,"39":10,"391":7,"397":4,"40":26,"409":6,"41":16,"415":17,"419":1,"42":17,"426":1,"43":8,"430":10,"433":1,"44":6,"45":7,"46":46,"48":7,"49":28,"5":112,"51":1,"52":7,"53":14,"56":5,"570":1,"6":42,"63":11,"7":78,"79":7,"8":36,"80":5,"9":38,"all_client":28826,"all_tv_clinet":2973,"insert_time":"2014-08-20T17:30:49.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25640,"10":8,"107":119,"11":150,"12":1,"13":95,"14":49,"15":43,"155":8,"156":1,"158":3,"159":5,"16":34,"160":1,"161":20,"167":10,"17":33,"18":188,"19":32,"20":38,"209":10,"21":81,"210":1,"211":1,"214":15,"215":88,"221":62,"223":84,"224":9,"225":160,"23":75,"24":187,"25":68,"257":13,"26":14,"268":3,"27":38,"273":8,"276":5,"279":6,"28":75,"282":14,"291":8,"292":6,"30":9,"302":2,"31":20,"32":6,"33":7,"34":23,"347":5,"35":20,"352":198,"36":36,"37":9,"38":125,"380":4,"381":15,"383":12,"39":10,"391":8,"397":5,"40":26,"409":6,"41":16,"415":14,"419":1,"42":17,"426":1,"43":8,"430":10,"433":1,"44":7,"45":8,"46":44,"48":8,"49":27,"5":109,"51":1,"52":7,"53":15,"56":5,"570":1,"6":42,"63":10,"7":73,"79":7,"8":37,"80":5,"9":36,"all_client":28565,"all_tv_clinet":2925,"insert_time":"2014-08-20T17:31:50.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25416,"10":7,"107":119,"11":146,"12":1,"13":92,"14":46,"15":46,"155":8,"156":1,"158":4,"159":4,"16":32,"160":1,"161":22,"167":10,"17":33,"18":183,"19":32,"20":35,"209":9,"21":76,"210":1,"211":1,"214":15,"215":82,"221":63,"223":83,"224":10,"225":160,"23":72,"24":181,"25":66,"257":12,"26":17,"268":3,"27":39,"273":7,"276":4,"279":6,"28":71,"282":16,"291":8,"292":6,"30":10,"302":2,"31":19,"32":4,"33":6,"34":25,"347":5,"35":18,"352":197,"36":36,"37":7,"38":118,"380":4,"381":15,"383":10,"39":11,"391":7,"397":5,"40":27,"409":7,"41":17,"415":11,"419":1,"42":18,"426":1,"43":8,"430":9,"433":1,"44":9,"45":7,"46":40,"48":9,"49":26,"5":110,"51":2,"52":7,"53":16,"56":5,"570":1,"6":46,"63":8,"7":71,"79":7,"8":36,"80":4,"9":36,"all_client":28285,"all_tv_clinet":2869,"insert_time":"2014-08-20T17:32:50.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25198,"10":7,"107":118,"11":147,"12":1,"13":92,"14":42,"15":45,"155":8,"156":2,"158":4,"159":4,"16":30,"160":1,"161":20,"167":10,"17":33,"18":179,"19":34,"20":34,"209":8,"21":83,"210":3,"211":1,"214":14,"215":81,"221":62,"223":88,"224":11,"225":156,"23":70,"24":178,"25":65,"257":10,"26":18,"268":3,"27":39,"273":7,"276":4,"279":7,"28":68,"282":15,"291":8,"292":6,"30":10,"302":2,"31":17,"32":4,"33":6,"34":24,"347":6,"35":18,"352":186,"36":36,"37":7,"38":114,"380":4,"381":16,"383":11,"39":11,"391":6,"397":5,"40":25,"409":7,"41":15,"415":11,"419":1,"42":18,"426":1,"43":8,"430":12,"433":1,"44":9,"45":8,"46":40,"48":9,"49":28,"5":109,"51":1,"52":8,"53":18,"56":5,"570":1,"6":49,"63":8,"7":71,"79":7,"8":35,"80":3,"9":34,"all_client":28039,"all_tv_clinet":2841,"insert_time":"2014-08-20T17:33:50.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25011,"10":7,"107":114,"11":150,"12":1,"13":94,"14":41,"15":44,"155":8,"156":2,"158":4,"159":4,"16":29,"160":1,"161":24,"167":10,"17":34,"18":175,"19":35,"20":34,"209":9,"21":88,"210":3,"211":1,"214":13,"215":80,"221":63,"223":86,"224":12,"225":156,"23":69,"24":174,"25":61,"257":12,"26":20,"268":3,"27":36,"273":7,"276":4,"279":7,"28":70,"281":1,"282":15,"291":8,"292":6,"30":10,"302":2,"31":18,"32":4,"33":4,"34":20,"347":6,"35":14,"352":186,"36":35,"37":8,"38":108,"380":3,"381":18,"383":12,"39":11,"391":6,"397":5,"40":24,"409":7,"41":14,"415":10,"419":1,"42":17,"426":1,"43":9,"430":12,"433":1,"44":8,"45":9,"46":38,"48":9,"49":29,"5":106,"51":1,"52":8,"53":17,"56":5,"570":1,"6":48,"63":8,"7":70,"79":7,"8":35,"80":3,"9":36,"all_client":27830,"all_tv_clinet":2819,"insert_time":"2014-08-20T17:34:50.598Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24838,"10":7,"107":107,"11":147,"12":1,"13":91,"14":43,"15":43,"155":8,"156":2,"158":3,"159":4,"16":28,"160":1,"161":28,"167":10,"17":32,"18":172,"19":35,"20":34,"209":10,"21":89,"210":3,"211":1,"214":13,"215":83,"221":61,"223":83,"224":12,"225":149,"23":66,"24":173,"25":60,"257":14,"26":22,"268":3,"27":33,"273":7,"276":5,"279":7,"28":67,"281":1,"282":14,"291":8,"292":5,"30":10,"302":2,"31":18,"32":4,"33":3,"34":19,"347":6,"35":17,"352":186,"36":37,"37":8,"38":104,"380":3,"381":17,"383":13,"39":8,"391":6,"397":5,"40":19,"409":7,"41":15,"415":13,"419":1,"42":16,"426":1,"43":9,"430":12,"433":1,"44":7,"45":9,"46":40,"48":8,"49":33,"5":107,"51":1,"52":9,"53":19,"56":6,"570":1,"6":50,"63":8,"7":70,"79":7,"8":36,"80":2,"9":35,"all_client":27631,"all_tv_clinet":2793,"insert_time":"2014-08-20T17:35:50.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24642,"10":5,"107":110,"11":146,"12":2,"13":87,"14":42,"15":43,"155":8,"156":1,"158":3,"159":4,"16":29,"160":1,"161":25,"167":10,"17":33,"18":172,"19":37,"20":30,"209":10,"21":86,"210":3,"211":1,"214":13,"215":82,"221":60,"223":84,"224":14,"225":150,"23":68,"24":170,"25":58,"257":13,"26":23,"268":3,"27":29,"273":6,"276":5,"279":7,"28":68,"281":1,"282":13,"291":8,"292":4,"30":9,"302":2,"31":18,"32":4,"33":3,"34":19,"347":5,"35":17,"352":184,"36":34,"37":10,"38":104,"380":3,"381":16,"383":14,"39":7,"391":6,"397":5,"40":18,"409":7,"41":15,"415":14,"419":1,"42":17,"426":1,"43":8,"430":14,"433":1,"44":9,"45":8,"46":43,"48":8,"49":33,"5":103,"51":2,"52":10,"53":18,"56":6,"570":1,"6":51,"63":9,"7":62,"79":7,"8":33,"80":3,"9":35,"all_client":27406,"all_tv_clinet":2764,"insert_time":"2014-08-20T17:36:50.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24433,"10":4,"107":116,"11":148,"12":2,"13":87,"14":40,"15":42,"155":8,"156":2,"158":4,"159":4,"16":27,"160":1,"161":20,"167":8,"17":28,"18":167,"19":38,"20":28,"209":10,"21":84,"210":3,"211":1,"214":13,"215":80,"221":58,"223":81,"224":16,"225":148,"23":66,"24":175,"25":58,"257":13,"26":22,"268":3,"27":27,"273":7,"276":6,"279":7,"28":67,"282":12,"291":8,"292":4,"30":9,"302":2,"31":19,"32":5,"33":2,"34":22,"347":5,"35":16,"352":179,"36":35,"37":8,"38":104,"380":3,"381":12,"383":15,"39":6,"391":6,"397":5,"40":20,"409":6,"41":15,"415":14,"419":1,"42":18,"426":1,"43":7,"430":15,"433":1,"44":10,"45":8,"46":45,"48":8,"49":33,"5":102,"51":2,"52":11,"53":16,"56":6,"570":1,"6":52,"63":8,"7":56,"79":6,"8":31,"80":3,"9":36,"all_client":27161,"all_tv_clinet":2728,"insert_time":"2014-08-20T17:37:51.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24240,"10":3,"107":117,"11":150,"12":2,"13":90,"14":40,"15":43,"155":7,"156":2,"158":4,"159":4,"16":27,"160":1,"161":18,"167":8,"17":29,"18":165,"19":37,"20":28,"209":11,"21":77,"210":3,"211":1,"214":12,"215":79,"221":58,"223":80,"224":16,"225":142,"23":66,"24":171,"25":58,"257":13,"26":27,"268":3,"27":22,"273":7,"276":6,"279":7,"28":69,"282":13,"291":8,"292":5,"30":8,"302":2,"31":18,"32":5,"33":3,"34":19,"347":4,"35":16,"352":181,"36":34,"37":9,"38":106,"380":3,"381":12,"383":14,"39":7,"391":6,"397":5,"40":20,"409":6,"41":15,"415":15,"419":1,"42":17,"426":1,"43":6,"430":15,"433":1,"44":11,"45":7,"46":44,"48":10,"49":31,"5":95,"51":3,"52":10,"53":17,"56":6,"570":1,"6":50,"63":7,"7":53,"79":7,"8":26,"80":3,"9":38,"all_client":26937,"all_tv_clinet":2697,"insert_time":"2014-08-20T17:38:51.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24018,"10":2,"107":120,"11":146,"12":1,"13":86,"14":39,"15":41,"155":7,"156":2,"158":4,"159":4,"16":22,"160":2,"161":21,"167":8,"17":29,"18":165,"19":36,"20":28,"209":11,"21":78,"210":3,"211":1,"214":12,"215":79,"221":57,"223":78,"224":15,"225":141,"23":62,"24":174,"25":57,"257":14,"26":27,"268":3,"27":21,"273":7,"276":6,"279":6,"28":70,"282":14,"291":8,"292":6,"30":8,"302":2,"31":17,"32":4,"33":3,"34":18,"347":5,"35":16,"352":176,"36":35,"37":9,"38":99,"380":3,"381":11,"383":14,"39":7,"391":6,"397":5,"40":17,"409":5,"41":17,"415":15,"419":1,"42":16,"426":1,"43":6,"430":13,"433":1,"44":12,"45":9,"46":43,"48":10,"49":31,"5":91,"51":3,"52":11,"53":16,"56":6,"570":1,"6":52,"63":7,"7":51,"79":7,"8":25,"80":3,"9":40,"all_client":26679,"all_tv_clinet":2661,"insert_time":"2014-08-20T17:39:51.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23829,"10":2,"107":114,"11":146,"12":1,"13":84,"14":40,"15":39,"155":7,"156":1,"158":4,"159":2,"16":24,"160":2,"161":23,"167":8,"17":27,"18":159,"19":33,"20":31,"209":12,"21":80,"210":3,"211":1,"214":12,"215":76,"221":58,"223":78,"224":14,"225":140,"23":60,"24":171,"25":56,"257":14,"26":28,"268":3,"27":21,"273":8,"276":5,"279":6,"28":69,"281":1,"282":14,"291":8,"292":6,"30":8,"302":2,"31":17,"32":4,"33":4,"34":17,"347":5,"35":18,"352":182,"36":31,"37":9,"38":93,"380":3,"381":11,"383":12,"39":9,"391":6,"396":1,"397":5,"40":17,"409":5,"41":19,"415":15,"419":1,"42":16,"426":1,"43":6,"430":12,"433":1,"44":13,"45":9,"46":40,"48":9,"49":29,"5":89,"51":5,"52":12,"53":16,"56":5,"570":1,"6":51,"63":7,"7":54,"79":7,"8":24,"80":4,"9":39,"all_client":26464,"all_tv_clinet":2635,"insert_time":"2014-08-20T17:40:51.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23653,"10":1,"107":111,"11":149,"12":1,"13":85,"14":39,"15":33,"155":7,"158":4,"159":2,"16":24,"160":2,"161":25,"167":8,"17":27,"18":161,"19":33,"20":31,"209":13,"21":79,"210":3,"211":1,"214":11,"215":74,"221":54,"223":77,"224":14,"225":134,"23":59,"24":168,"25":56,"257":15,"26":27,"268":3,"27":19,"273":8,"276":5,"279":7,"28":68,"281":1,"282":12,"291":7,"292":6,"30":8,"302":1,"31":18,"314":1,"32":4,"33":3,"34":16,"347":5,"35":17,"352":181,"36":32,"37":10,"38":96,"380":3,"381":12,"383":10,"39":8,"391":6,"396":1,"397":6,"40":15,"409":6,"41":23,"415":14,"419":1,"42":16,"426":1,"43":6,"430":12,"433":1,"44":13,"45":10,"46":39,"48":8,"49":28,"5":90,"51":5,"52":13,"53":14,"56":5,"6":48,"63":8,"7":53,"79":7,"8":24,"80":4,"9":35,"all_client":26254,"all_tv_clinet":2601,"insert_time":"2014-08-20T17:41:52.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23461,"10":1,"107":109,"11":154,"12":1,"13":84,"14":37,"15":35,"155":7,"158":4,"159":2,"16":25,"160":1,"161":28,"167":8,"17":28,"18":162,"19":33,"20":33,"209":13,"21":77,"210":3,"211":1,"214":9,"215":73,"221":50,"223":75,"224":15,"225":132,"23":59,"24":164,"25":55,"257":16,"26":29,"268":2,"27":16,"273":8,"276":6,"279":7,"28":66,"281":1,"282":10,"291":7,"292":5,"30":7,"302":1,"31":18,"314":1,"32":4,"33":3,"34":17,"347":5,"35":16,"352":178,"36":30,"37":9,"38":93,"380":3,"381":14,"383":9,"39":8,"391":6,"396":1,"397":6,"40":15,"409":6,"41":23,"414":1,"415":14,"419":2,"42":16,"426":1,"43":6,"430":11,"433":1,"44":13,"45":10,"46":41,"48":9,"49":29,"5":89,"51":5,"52":10,"53":13,"56":5,"6":44,"63":8,"7":54,"79":8,"8":22,"80":3,"9":34,"all_client":26034,"all_tv_clinet":2573,"insert_time":"2014-08-20T17:42:52.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23214,"10":1,"107":109,"11":151,"12":1,"13":87,"14":37,"15":35,"155":7,"158":4,"159":2,"16":23,"160":1,"161":26,"167":8,"17":30,"18":162,"19":34,"20":32,"209":14,"21":74,"210":3,"211":1,"214":9,"215":67,"221":54,"223":75,"224":15,"225":131,"23":59,"24":163,"25":54,"257":18,"26":33,"268":2,"27":15,"273":7,"276":6,"279":7,"28":67,"281":1,"282":10,"291":7,"292":5,"30":7,"302":1,"31":17,"314":1,"32":3,"33":3,"34":14,"347":7,"35":16,"352":173,"36":32,"37":9,"38":93,"380":3,"381":15,"383":9,"39":9,"391":5,"396":1,"397":6,"40":16,"409":6,"41":24,"414":1,"415":13,"419":2,"42":16,"426":1,"43":6,"430":11,"433":1,"44":13,"45":10,"46":40,"48":8,"49":28,"5":86,"51":3,"52":10,"53":14,"56":5,"6":41,"63":8,"7":50,"79":8,"8":22,"80":5,"9":35,"all_client":25768,"all_tv_clinet":2554,"insert_time":"2014-08-20T17:43:52.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23026,"10":2,"107":114,"11":146,"12":1,"13":83,"14":37,"15":36,"155":7,"158":5,"159":2,"16":22,"160":1,"161":25,"167":7,"17":30,"18":160,"19":33,"20":34,"209":14,"21":71,"210":4,"211":1,"214":9,"215":66,"221":53,"223":74,"224":16,"225":126,"23":58,"24":157,"25":53,"257":18,"26":35,"268":1,"27":13,"273":7,"276":6,"279":7,"28":67,"281":1,"282":8,"291":7,"292":5,"30":6,"302":2,"31":17,"32":2,"33":3,"34":12,"347":6,"35":16,"352":176,"36":32,"37":9,"38":94,"380":3,"381":15,"383":7,"39":10,"391":4,"396":1,"397":6,"40":17,"409":7,"41":25,"414":1,"415":14,"419":2,"42":16,"426":1,"43":6,"430":11,"433":1,"44":12,"45":11,"46":41,"48":8,"49":29,"5":83,"51":3,"52":11,"53":14,"56":5,"6":38,"63":8,"7":49,"79":8,"8":24,"80":5,"9":34,"all_client":25553,"all_tv_clinet":2527,"insert_time":"2014-08-20T17:44:52.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22838,"10":2,"107":116,"11":146,"12":1,"13":82,"14":39,"15":35,"155":7,"158":5,"159":2,"16":22,"160":1,"161":22,"167":7,"17":29,"18":150,"19":32,"20":34,"209":13,"21":73,"210":4,"211":1,"214":10,"215":60,"221":48,"223":69,"224":17,"225":122,"23":55,"24":156,"25":55,"257":16,"26":38,"268":1,"27":13,"273":6,"276":6,"279":7,"28":65,"281":1,"282":8,"291":7,"292":5,"30":7,"302":1,"31":16,"314":1,"32":1,"33":2,"34":12,"347":7,"35":17,"352":175,"36":36,"37":9,"38":92,"380":3,"381":14,"383":7,"39":10,"391":4,"396":1,"397":6,"40":16,"409":8,"41":27,"414":1,"415":15,"419":2,"42":16,"426":1,"43":6,"430":10,"433":3,"44":10,"45":10,"46":39,"48":8,"49":29,"5":86,"51":3,"52":12,"53":13,"56":5,"6":37,"63":8,"7":51,"79":8,"8":23,"80":5,"9":37,"all_client":25336,"all_tv_clinet":2498,"insert_time":"2014-08-20T17:45:52.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22617,"10":2,"107":112,"11":145,"12":1,"13":80,"14":40,"15":32,"155":7,"158":5,"159":3,"16":22,"160":1,"161":21,"167":7,"17":28,"18":146,"19":30,"20":30,"209":14,"21":75,"210":4,"211":1,"214":9,"215":59,"221":47,"223":70,"224":17,"225":121,"23":57,"24":157,"25":54,"257":14,"26":36,"268":2,"27":15,"273":6,"276":6,"279":7,"28":64,"281":1,"282":8,"291":7,"292":5,"30":7,"302":1,"31":13,"314":1,"32":1,"33":2,"34":11,"347":5,"35":17,"352":166,"36":34,"37":8,"38":103,"380":3,"381":14,"383":7,"39":10,"391":3,"396":1,"397":6,"40":14,"409":7,"41":26,"414":1,"415":18,"419":2,"42":18,"426":1,"43":6,"430":10,"433":3,"44":10,"45":10,"46":38,"48":9,"49":30,"5":89,"51":3,"52":10,"53":12,"56":5,"6":36,"63":8,"7":48,"79":8,"8":24,"80":5,"9":40,"all_client":25089,"all_tv_clinet":2472,"insert_time":"2014-08-20T17:46:52.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22422,"10":2,"107":103,"11":142,"12":2,"13":81,"14":38,"15":33,"155":6,"158":5,"159":3,"16":20,"160":1,"161":22,"167":7,"17":28,"18":149,"19":30,"20":26,"209":15,"21":77,"210":4,"211":1,"214":9,"215":54,"221":50,"223":70,"224":17,"225":129,"23":57,"24":160,"25":48,"257":14,"26":36,"268":2,"27":16,"273":6,"276":6,"279":7,"28":63,"281":1,"282":6,"291":8,"292":5,"30":7,"31":12,"314":1,"32":1,"33":3,"34":14,"347":5,"35":17,"352":166,"36":34,"37":8,"38":103,"380":2,"381":15,"383":6,"39":10,"391":3,"396":1,"397":6,"40":14,"409":7,"41":25,"414":1,"415":17,"419":1,"42":18,"426":1,"43":6,"430":10,"433":3,"44":11,"45":10,"46":37,"48":9,"49":30,"5":90,"51":2,"52":9,"53":13,"56":4,"6":35,"63":7,"7":47,"79":8,"8":20,"80":5,"9":37,"all_client":24872,"all_tv_clinet":2450,"insert_time":"2014-08-20T17:47:53.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22238,"10":2,"107":104,"11":133,"12":3,"13":78,"14":35,"15":35,"155":5,"158":5,"159":3,"16":17,"160":1,"161":24,"167":7,"17":27,"18":150,"19":32,"20":23,"209":15,"21":76,"210":4,"211":1,"214":8,"215":53,"221":48,"223":72,"224":17,"225":128,"23":54,"24":162,"25":46,"257":15,"26":37,"268":1,"27":17,"273":6,"276":6,"279":7,"28":65,"281":1,"282":5,"291":8,"292":5,"30":6,"302":1,"31":12,"32":3,"33":3,"34":15,"347":5,"35":17,"352":169,"36":35,"37":7,"38":101,"380":3,"381":15,"383":6,"39":9,"391":3,"396":1,"397":6,"40":13,"409":7,"41":24,"414":1,"415":17,"419":1,"42":18,"426":1,"43":6,"430":10,"433":3,"44":10,"45":9,"46":35,"48":9,"49":30,"5":94,"51":2,"52":8,"53":12,"56":4,"6":37,"63":6,"7":52,"79":8,"8":19,"80":6,"9":35,"all_client":24673,"all_tv_clinet":2435,"insert_time":"2014-08-20T17:48:53.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22091,"10":2,"107":104,"11":126,"12":3,"13":81,"14":34,"15":36,"155":4,"158":5,"159":3,"16":15,"160":1,"161":22,"167":7,"17":30,"18":145,"19":31,"20":22,"209":15,"21":70,"210":4,"211":1,"214":8,"215":51,"221":50,"223":76,"224":17,"225":128,"23":58,"24":160,"25":44,"257":18,"26":38,"27":18,"273":6,"276":7,"279":7,"28":64,"281":1,"282":5,"291":6,"292":5,"30":5,"302":1,"31":12,"314":1,"32":3,"33":5,"34":16,"347":5,"35":16,"352":169,"36":35,"37":8,"38":91,"380":3,"381":15,"383":5,"39":9,"391":3,"396":1,"397":6,"40":13,"409":6,"41":22,"414":2,"415":17,"419":2,"42":17,"426":1,"43":8,"430":10,"433":3,"44":11,"45":8,"46":34,"48":9,"49":30,"5":92,"51":3,"52":8,"53":13,"56":5,"6":35,"63":7,"7":48,"79":8,"8":15,"80":5,"9":36,"all_client":24496,"all_tv_clinet":2405,"insert_time":"2014-08-20T17:49:53.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21901,"10":2,"107":106,"11":117,"12":3,"13":78,"14":31,"15":40,"155":4,"158":3,"159":4,"16":13,"160":2,"161":21,"167":7,"17":30,"18":143,"19":31,"20":22,"209":15,"21":73,"210":4,"211":1,"214":8,"215":49,"221":51,"223":79,"224":16,"225":126,"23":59,"24":158,"25":42,"257":15,"26":38,"27":16,"273":6,"276":7,"279":7,"28":60,"281":1,"282":4,"291":5,"292":5,"30":5,"302":1,"31":13,"314":1,"32":3,"33":5,"34":17,"347":5,"35":17,"352":163,"36":32,"37":8,"38":94,"380":3,"381":14,"383":4,"39":10,"391":4,"396":2,"397":6,"40":12,"409":6,"41":22,"414":2,"415":18,"419":2,"42":18,"426":1,"43":7,"430":11,"433":3,"44":11,"45":8,"46":35,"48":8,"49":29,"5":90,"51":3,"52":6,"53":13,"56":5,"6":32,"63":7,"7":49,"79":8,"8":14,"80":5,"9":37,"all_client":24272,"all_tv_clinet":2371,"insert_time":"2014-08-20T17:50:53.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21719,"10":2,"107":102,"11":113,"12":3,"13":82,"14":29,"15":42,"155":4,"158":3,"159":4,"16":15,"160":2,"161":22,"167":7,"17":31,"18":142,"19":31,"20":22,"209":14,"21":75,"210":4,"211":1,"214":7,"215":44,"221":49,"223":76,"224":17,"225":128,"23":59,"24":151,"25":41,"257":16,"26":38,"27":17,"273":6,"276":8,"279":5,"28":60,"281":1,"282":4,"291":4,"292":5,"30":5,"31":13,"314":1,"32":4,"33":5,"34":17,"347":5,"35":17,"352":156,"36":30,"37":8,"38":93,"380":3,"381":14,"383":4,"39":9,"391":4,"396":2,"397":6,"40":12,"409":6,"41":21,"414":1,"415":20,"419":2,"42":18,"426":2,"43":8,"430":9,"433":2,"44":11,"45":8,"46":35,"48":7,"49":28,"5":91,"51":4,"52":6,"53":12,"56":6,"6":31,"63":7,"7":51,"79":7,"8":14,"80":4,"9":36,"all_client":24060,"all_tv_clinet":2341,"insert_time":"2014-08-20T17:51:53.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21576,"10":2,"107":101,"11":112,"12":3,"13":82,"14":29,"15":43,"155":4,"158":3,"159":4,"16":15,"160":3,"161":20,"167":6,"17":30,"18":146,"19":30,"20":21,"209":12,"21":69,"210":4,"211":1,"214":6,"215":38,"221":52,"223":75,"224":18,"225":127,"23":60,"24":150,"25":39,"257":16,"26":39,"27":18,"273":6,"276":7,"279":5,"28":59,"281":1,"282":3,"291":4,"292":5,"30":5,"31":14,"314":1,"32":5,"33":5,"34":16,"347":5,"35":16,"352":151,"36":28,"37":7,"38":94,"380":4,"381":14,"383":5,"39":9,"391":4,"396":2,"397":6,"40":12,"409":6,"41":21,"414":1,"415":19,"419":2,"42":19,"426":2,"43":7,"430":9,"433":2,"44":10,"45":7,"46":35,"48":6,"49":27,"5":91,"51":5,"52":5,"53":11,"56":6,"6":31,"63":7,"7":50,"79":7,"8":14,"80":5,"9":38,"all_client":23890,"all_tv_clinet":2314,"insert_time":"2014-08-20T17:52:53.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21371,"10":3,"107":100,"11":107,"12":2,"13":80,"14":30,"15":44,"155":4,"158":3,"159":4,"16":14,"160":4,"161":18,"167":5,"17":33,"18":151,"19":34,"20":21,"209":11,"21":70,"210":5,"214":6,"215":29,"221":53,"223":74,"224":18,"225":129,"23":61,"24":148,"25":39,"257":16,"26":39,"27":19,"273":6,"276":7,"279":5,"28":59,"281":1,"282":3,"291":4,"292":4,"30":6,"302":1,"31":13,"314":1,"32":5,"33":4,"34":15,"347":4,"35":15,"352":154,"36":31,"37":7,"38":96,"380":5,"381":14,"383":5,"39":7,"391":4,"396":2,"397":6,"40":9,"409":3,"41":18,"415":18,"419":2,"42":20,"426":2,"43":8,"430":7,"433":2,"44":9,"45":8,"46":33,"48":6,"49":27,"5":87,"51":5,"52":4,"53":11,"56":6,"6":32,"63":9,"7":48,"79":8,"8":15,"80":5,"9":39,"all_client":23670,"all_tv_clinet":2299,"insert_time":"2014-08-20T17:53:54.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21182,"10":3,"107":101,"11":105,"12":3,"13":81,"14":30,"15":43,"155":4,"158":3,"159":4,"16":14,"160":4,"161":13,"167":5,"17":34,"18":150,"19":34,"20":20,"209":11,"21":68,"210":5,"214":6,"215":20,"221":52,"223":74,"224":18,"225":127,"23":62,"24":144,"25":40,"257":16,"26":40,"27":20,"273":6,"276":7,"279":6,"28":56,"281":1,"282":3,"291":4,"292":5,"30":5,"302":1,"31":13,"314":1,"32":4,"33":4,"34":12,"347":4,"35":15,"352":151,"36":33,"37":6,"38":94,"380":4,"381":16,"383":5,"39":8,"391":4,"396":2,"397":6,"40":10,"409":3,"41":17,"414":1,"415":16,"419":2,"42":20,"426":2,"43":8,"430":8,"433":2,"44":8,"45":8,"46":32,"48":7,"49":28,"5":86,"51":4,"52":4,"53":11,"56":5,"6":29,"63":9,"7":44,"79":7,"8":17,"80":5,"9":39,"all_client":23444,"all_tv_clinet":2262,"insert_time":"2014-08-20T17:54:54.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21032,"10":4,"107":96,"11":109,"12":3,"13":77,"14":29,"15":43,"155":5,"158":3,"159":4,"16":14,"160":4,"161":14,"167":5,"17":33,"18":151,"19":33,"20":21,"209":10,"21":66,"210":5,"214":6,"215":21,"221":51,"223":71,"224":18,"225":127,"23":66,"24":145,"25":39,"257":14,"26":40,"27":19,"273":5,"276":7,"279":6,"28":54,"281":1,"282":3,"291":4,"292":4,"30":4,"302":1,"31":13,"314":1,"32":4,"33":3,"34":11,"347":4,"35":15,"352":146,"36":33,"37":7,"38":90,"380":4,"381":14,"383":5,"39":9,"391":4,"396":1,"397":7,"40":9,"409":3,"41":18,"414":1,"415":14,"419":1,"42":20,"426":2,"43":8,"430":7,"433":2,"44":8,"45":8,"46":32,"48":7,"49":28,"5":86,"51":3,"52":4,"53":10,"56":5,"6":30,"63":8,"7":45,"79":6,"8":17,"80":6,"9":37,"all_client":23263,"all_tv_clinet":2231,"insert_time":"2014-08-20T17:55:55.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20861,"10":3,"107":95,"11":105,"12":3,"13":80,"14":28,"15":44,"155":5,"158":3,"159":5,"16":13,"160":4,"161":14,"167":5,"17":33,"18":150,"19":31,"20":21,"209":10,"21":64,"210":4,"211":1,"214":6,"215":21,"221":52,"223":70,"224":18,"225":131,"23":70,"24":141,"25":38,"257":14,"26":39,"27":19,"273":5,"276":7,"279":4,"28":54,"281":1,"282":3,"291":4,"292":4,"30":3,"302":1,"31":13,"314":1,"32":4,"33":3,"34":11,"347":5,"35":16,"352":141,"36":33,"37":7,"38":86,"380":4,"381":13,"383":6,"39":8,"391":4,"397":7,"40":9,"409":1,"41":18,"414":1,"415":11,"419":1,"42":20,"426":2,"43":8,"430":9,"433":2,"44":8,"45":8,"46":35,"48":7,"49":27,"5":89,"51":3,"52":4,"53":10,"56":7,"6":29,"63":5,"7":43,"79":6,"8":17,"80":7,"9":39,"all_client":23075,"all_tv_clinet":2214,"insert_time":"2014-08-20T17:56:55.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20708,"10":3,"107":94,"11":103,"12":2,"13":74,"14":28,"15":44,"155":5,"158":3,"159":5,"16":15,"160":4,"161":14,"167":4,"17":33,"18":150,"19":30,"20":21,"209":11,"21":62,"210":4,"211":1,"214":6,"215":21,"221":54,"223":69,"224":18,"225":130,"23":75,"24":142,"25":38,"257":13,"26":42,"27":18,"273":6,"276":6,"279":4,"28":52,"281":1,"282":3,"291":5,"292":4,"30":3,"302":2,"31":12,"314":1,"32":6,"33":4,"34":11,"347":5,"35":17,"352":137,"36":33,"37":7,"38":84,"380":4,"381":12,"383":6,"39":7,"391":4,"397":7,"40":10,"41":14,"414":2,"415":14,"419":1,"42":18,"426":2,"43":8,"430":8,"433":2,"44":8,"45":7,"46":37,"48":7,"49":28,"5":89,"51":3,"52":5,"53":10,"56":8,"6":31,"63":5,"7":43,"79":5,"8":17,"80":7,"9":35,"all_client":22911,"all_tv_clinet":2203,"insert_time":"2014-08-20T17:57:55.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20549,"10":2,"107":96,"11":95,"12":2,"13":75,"14":26,"15":43,"155":4,"158":2,"159":5,"16":15,"160":4,"161":15,"167":4,"17":29,"18":152,"19":30,"20":20,"209":10,"21":61,"210":4,"211":1,"214":5,"215":21,"221":57,"223":66,"224":17,"225":129,"23":72,"24":144,"25":38,"257":13,"26":43,"268":1,"27":18,"273":4,"276":6,"279":4,"28":52,"281":1,"282":4,"291":5,"292":5,"30":3,"302":2,"31":11,"314":1,"32":6,"33":4,"34":13,"347":5,"35":17,"352":139,"36":31,"37":7,"38":80,"380":4,"381":13,"383":5,"39":5,"391":4,"397":5,"40":9,"41":13,"414":2,"415":15,"419":1,"42":16,"426":2,"43":8,"430":8,"433":2,"44":7,"45":6,"46":37,"48":7,"49":28,"5":91,"51":3,"52":5,"53":11,"56":8,"6":31,"63":6,"7":43,"79":5,"8":17,"80":8,"9":30,"all_client":22723,"all_tv_clinet":2174,"insert_time":"2014-08-20T17:58:55.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20369,"10":2,"107":98,"11":89,"12":2,"13":74,"14":28,"15":43,"155":4,"158":3,"159":5,"16":15,"160":4,"161":17,"167":3,"17":27,"18":152,"19":29,"20":19,"209":9,"21":61,"210":4,"211":1,"214":5,"215":19,"221":55,"223":68,"224":17,"225":135,"23":71,"24":144,"25":39,"257":13,"26":45,"268":1,"27":18,"273":4,"276":6,"279":4,"28":54,"281":1,"282":5,"291":5,"292":6,"30":3,"302":2,"31":12,"314":1,"32":7,"33":5,"34":14,"347":4,"35":17,"352":135,"36":30,"37":7,"38":73,"380":4,"381":12,"383":5,"39":5,"391":4,"397":5,"40":10,"41":13,"414":2,"415":15,"419":1,"42":15,"426":2,"43":7,"430":7,"433":2,"44":7,"45":5,"46":36,"48":7,"49":28,"5":93,"51":3,"52":5,"53":9,"56":8,"6":29,"63":6,"7":44,"79":5,"8":17,"80":8,"9":28,"all_client":22530,"all_tv_clinet":2161,"insert_time":"2014-08-20T17:59:56.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20192,"10":2,"107":100,"11":88,"12":2,"13":72,"14":29,"15":45,"155":4,"158":2,"159":5,"16":13,"160":4,"161":16,"167":3,"17":26,"18":153,"19":28,"20":18,"209":11,"21":60,"210":5,"211":1,"214":5,"215":18,"221":55,"223":69,"224":17,"225":134,"23":72,"24":143,"25":38,"257":13,"26":45,"268":1,"27":18,"273":4,"276":6,"279":5,"28":50,"281":1,"282":5,"291":5,"292":6,"30":3,"302":2,"31":13,"314":1,"32":6,"33":6,"34":16,"347":6,"35":15,"352":132,"36":29,"37":6,"38":71,"380":4,"381":11,"383":5,"39":5,"391":3,"397":5,"40":10,"41":12,"414":2,"415":16,"419":1,"42":14,"426":1,"43":7,"430":7,"433":2,"44":9,"45":3,"46":35,"48":7,"49":29,"5":92,"51":4,"52":4,"53":10,"56":8,"6":31,"63":6,"7":40,"79":5,"8":17,"80":8,"9":28,"all_client":22336,"all_tv_clinet":2144,"insert_time":"2014-08-20T18:00:56.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20006,"10":2,"107":108,"11":89,"12":2,"13":72,"14":32,"15":44,"155":4,"158":2,"159":5,"16":13,"160":4,"161":15,"167":3,"17":26,"18":147,"19":27,"20":19,"209":11,"21":55,"210":5,"211":1,"214":5,"215":20,"221":55,"223":66,"224":17,"225":136,"23":69,"24":143,"25":37,"257":13,"26":45,"268":1,"27":18,"273":4,"276":5,"279":6,"28":49,"281":1,"282":5,"291":5,"292":5,"30":3,"302":2,"31":13,"314":1,"32":7,"33":6,"34":17,"347":6,"35":15,"352":124,"36":30,"37":6,"38":74,"380":4,"381":10,"383":5,"39":5,"391":2,"397":5,"40":11,"41":15,"414":2,"415":16,"419":1,"42":14,"426":1,"43":6,"430":7,"433":2,"44":9,"45":3,"46":34,"48":9,"49":29,"5":92,"51":4,"52":4,"53":10,"56":8,"6":31,"63":6,"7":38,"79":5,"8":17,"80":8,"9":29,"all_client":22143,"all_tv_clinet":2137,"insert_time":"2014-08-20T18:01:56.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19863,"10":1,"107":108,"11":91,"12":2,"13":72,"14":31,"15":42,"155":4,"158":1,"159":3,"16":15,"160":4,"161":12,"167":3,"17":25,"18":149,"19":24,"20":20,"209":9,"21":54,"210":5,"211":1,"214":5,"215":20,"221":54,"223":67,"224":15,"225":129,"23":68,"24":142,"25":43,"257":13,"26":42,"268":1,"27":20,"273":5,"276":5,"279":6,"28":46,"281":1,"282":7,"291":5,"292":5,"30":4,"302":2,"31":14,"314":1,"32":7,"33":5,"34":18,"347":6,"35":13,"352":131,"36":27,"37":4,"38":73,"380":4,"381":10,"383":5,"39":4,"391":2,"397":5,"40":11,"41":14,"414":2,"415":15,"419":1,"42":14,"426":1,"43":5,"430":7,"433":1,"44":9,"45":3,"46":36,"48":9,"49":30,"5":90,"51":3,"52":4,"53":11,"56":7,"6":32,"63":6,"7":38,"79":6,"8":17,"80":7,"9":27,"all_client":21979,"all_tv_clinet":2116,"insert_time":"2014-08-20T18:02:56.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19737,"10":1,"107":102,"11":94,"12":2,"13":73,"14":30,"15":40,"155":4,"158":1,"159":3,"16":14,"160":4,"161":12,"167":3,"17":25,"18":149,"19":20,"20":20,"209":9,"21":54,"210":4,"211":1,"214":5,"215":20,"221":54,"223":66,"224":15,"225":133,"23":70,"24":139,"25":41,"257":13,"26":41,"268":1,"27":20,"273":5,"276":5,"279":6,"28":46,"281":1,"282":7,"291":5,"292":5,"30":4,"302":2,"31":14,"314":1,"32":6,"33":4,"34":18,"347":6,"35":13,"352":124,"36":29,"37":5,"38":71,"380":4,"381":11,"383":4,"39":4,"391":2,"397":4,"40":10,"41":14,"414":2,"415":14,"419":1,"42":14,"426":1,"43":5,"430":7,"433":1,"44":9,"45":3,"46":34,"48":8,"49":30,"5":92,"51":4,"52":4,"53":11,"56":7,"6":28,"63":6,"7":37,"79":6,"8":18,"80":7,"9":28,"all_client":21827,"all_tv_clinet":2090,"insert_time":"2014-08-20T18:03:56.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19610,"10":1,"107":99,"11":89,"12":2,"13":72,"14":29,"15":37,"155":4,"158":1,"159":2,"16":14,"160":4,"161":13,"167":3,"17":24,"18":149,"19":19,"20":20,"209":9,"21":59,"210":4,"211":1,"214":5,"215":19,"221":51,"223":69,"224":15,"225":129,"23":70,"24":135,"25":41,"257":13,"26":41,"268":2,"27":21,"273":6,"276":5,"279":6,"28":45,"281":1,"282":10,"291":5,"292":5,"30":4,"302":2,"31":15,"314":1,"32":5,"33":3,"34":16,"347":6,"35":13,"352":118,"36":29,"37":5,"38":70,"380":3,"381":11,"383":4,"39":4,"391":2,"397":4,"40":10,"41":13,"414":2,"415":13,"419":1,"42":13,"426":1,"43":4,"430":8,"433":1,"44":8,"45":3,"46":34,"48":7,"49":30,"5":91,"51":6,"52":4,"53":10,"56":6,"6":30,"63":6,"7":35,"79":7,"8":18,"80":6,"9":28,"all_client":21669,"all_tv_clinet":2059,"insert_time":"2014-08-20T18:04:56.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19447,"10":1,"107":98,"11":89,"12":2,"13":68,"14":29,"15":37,"155":4,"156":1,"158":1,"159":1,"16":14,"160":4,"161":12,"167":3,"17":24,"18":148,"19":18,"20":20,"209":9,"21":59,"210":4,"211":1,"214":5,"215":18,"221":50,"223":66,"224":15,"225":126,"23":69,"24":139,"25":42,"257":14,"26":43,"268":2,"27":21,"273":6,"276":5,"279":6,"28":44,"281":1,"282":10,"291":4,"292":5,"30":4,"302":1,"31":15,"314":1,"32":5,"33":4,"34":17,"347":6,"35":13,"352":113,"36":30,"37":4,"38":63,"380":3,"381":10,"383":4,"39":3,"391":3,"397":4,"40":11,"41":11,"414":3,"415":13,"419":1,"42":13,"43":4,"430":8,"433":1,"44":8,"45":3,"46":30,"48":7,"49":30,"5":89,"51":7,"52":3,"53":10,"56":6,"6":31,"63":5,"7":38,"79":7,"8":18,"80":6,"9":25,"all_client":21476,"all_tv_clinet":2029,"insert_time":"2014-08-20T18:05:56.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19287,"10":1,"107":97,"11":88,"12":2,"13":65,"14":29,"15":36,"155":4,"156":1,"158":2,"159":1,"16":12,"160":4,"161":12,"167":3,"17":25,"18":149,"19":17,"20":20,"209":9,"21":60,"210":3,"211":1,"214":5,"215":18,"221":49,"223":65,"224":15,"225":123,"23":68,"24":137,"25":38,"257":16,"26":43,"268":2,"27":22,"273":5,"276":5,"279":6,"28":43,"281":1,"282":10,"291":4,"292":5,"30":4,"302":1,"31":15,"314":2,"32":4,"33":4,"34":15,"347":4,"35":13,"352":112,"36":29,"37":4,"38":65,"380":3,"381":10,"383":5,"39":4,"391":3,"397":4,"40":11,"41":10,"414":3,"415":11,"419":1,"42":13,"43":5,"430":8,"433":2,"44":9,"45":3,"46":30,"48":7,"49":30,"5":83,"51":8,"52":3,"53":9,"56":6,"6":30,"63":4,"7":43,"79":7,"8":19,"80":5,"9":24,"all_client":21293,"all_tv_clinet":2006,"insert_time":"2014-08-20T18:06:57.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19136,"10":1,"107":92,"11":90,"12":2,"13":62,"14":29,"15":36,"155":4,"156":1,"158":2,"159":1,"16":13,"160":4,"161":12,"167":3,"17":27,"18":146,"19":14,"20":20,"209":9,"21":59,"210":3,"211":1,"214":5,"215":16,"221":48,"223":65,"224":15,"225":122,"23":63,"24":138,"25":37,"257":15,"26":42,"268":2,"27":19,"273":5,"276":3,"279":7,"28":43,"281":2,"282":9,"291":5,"292":5,"30":5,"302":1,"31":16,"314":2,"32":3,"33":4,"34":16,"347":3,"35":13,"352":118,"36":28,"37":4,"38":65,"380":3,"381":10,"383":4,"39":4,"391":3,"397":3,"40":11,"41":10,"414":3,"415":11,"419":1,"42":13,"43":5,"430":7,"433":2,"44":9,"45":3,"46":32,"48":8,"49":30,"5":81,"51":8,"52":3,"53":10,"56":6,"6":32,"63":4,"7":44,"79":9,"8":20,"80":4,"9":21,"all_client":21125,"all_tv_clinet":1989,"insert_time":"2014-08-20T18:07:57.208Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18962,"10":1,"107":85,"11":89,"12":2,"13":65,"14":28,"15":38,"155":4,"156":1,"158":2,"159":3,"16":13,"160":4,"161":12,"167":3,"17":26,"18":144,"19":15,"20":20,"209":8,"21":62,"210":3,"211":1,"214":4,"215":15,"221":47,"223":63,"224":14,"225":116,"23":61,"24":138,"25":35,"257":15,"26":40,"268":2,"27":19,"273":5,"276":3,"279":7,"28":43,"281":2,"282":10,"291":5,"292":6,"30":4,"302":1,"31":14,"314":3,"32":3,"33":4,"34":16,"347":3,"35":12,"352":115,"36":28,"37":4,"38":67,"380":3,"381":11,"383":5,"39":5,"391":2,"397":3,"40":12,"41":11,"414":3,"415":12,"419":2,"42":13,"43":6,"430":6,"433":2,"44":10,"45":3,"46":31,"48":9,"49":30,"5":80,"51":8,"52":3,"53":11,"56":7,"6":32,"63":4,"7":43,"79":8,"8":20,"80":4,"9":21,"all_client":20935,"all_tv_clinet":1973,"insert_time":"2014-08-20T18:08:57.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18833,"10":1,"107":84,"11":88,"12":1,"13":62,"14":29,"15":39,"155":4,"156":1,"158":2,"159":3,"16":13,"160":4,"161":13,"167":3,"17":26,"18":148,"19":14,"20":20,"209":9,"21":66,"210":2,"211":1,"214":5,"215":15,"221":46,"223":63,"224":14,"225":119,"23":57,"24":138,"25":37,"257":14,"26":35,"268":2,"27":19,"273":5,"276":3,"279":7,"28":40,"281":2,"282":10,"291":5,"292":5,"30":4,"302":1,"31":15,"314":3,"32":2,"33":4,"34":16,"347":1,"35":11,"352":118,"36":27,"37":4,"38":64,"380":3,"381":11,"383":5,"39":5,"391":2,"397":3,"40":12,"41":10,"414":2,"415":11,"419":1,"42":13,"43":6,"430":6,"433":2,"44":11,"45":3,"46":32,"48":9,"49":29,"5":77,"51":8,"52":3,"53":11,"56":7,"6":30,"63":4,"7":43,"79":7,"8":22,"80":4,"9":21,"all_client":20790,"all_tv_clinet":1957,"insert_time":"2014-08-20T18:09:57.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18703,"107":91,"11":86,"12":2,"13":61,"14":31,"15":39,"155":4,"156":1,"158":2,"159":3,"16":11,"160":4,"161":11,"167":3,"17":27,"18":143,"19":13,"20":19,"209":9,"21":65,"210":2,"211":1,"214":5,"215":14,"221":40,"223":61,"224":14,"225":114,"23":54,"24":137,"25":38,"257":14,"26":32,"268":3,"27":19,"273":4,"276":2,"279":6,"28":40,"281":1,"282":10,"291":5,"292":5,"30":4,"302":1,"31":16,"314":3,"32":2,"33":4,"34":17,"347":1,"35":13,"352":117,"36":29,"37":3,"38":65,"380":3,"381":11,"383":5,"39":4,"391":2,"397":3,"40":11,"41":10,"414":2,"415":11,"419":1,"42":13,"43":5,"430":7,"433":2,"44":11,"45":3,"46":29,"48":10,"49":31,"5":75,"51":7,"52":3,"53":11,"56":7,"6":33,"63":4,"7":43,"79":7,"8":22,"80":4,"9":21,"all_client":20635,"all_tv_clinet":1932,"insert_time":"2014-08-20T18:10:57.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18583,"107":88,"11":86,"12":2,"13":60,"14":30,"15":41,"155":4,"158":2,"159":3,"16":11,"160":4,"161":11,"167":2,"17":27,"18":139,"19":13,"20":19,"209":9,"21":66,"210":3,"211":1,"214":5,"215":16,"221":39,"223":60,"224":14,"225":116,"23":53,"24":134,"25":37,"257":14,"26":29,"268":3,"27":19,"273":4,"276":2,"279":7,"28":40,"281":1,"282":9,"291":6,"292":5,"30":5,"302":1,"31":16,"314":3,"32":2,"33":5,"34":18,"347":2,"35":14,"352":111,"36":28,"37":4,"38":68,"380":3,"381":11,"383":4,"39":5,"391":2,"397":3,"40":12,"41":9,"414":2,"415":12,"419":1,"42":12,"43":6,"430":8,"433":2,"44":10,"45":3,"46":29,"48":10,"49":31,"5":70,"51":8,"52":3,"53":9,"56":6,"6":34,"63":4,"7":43,"79":7,"8":22,"80":4,"9":22,"all_client":20501,"all_tv_clinet":1918,"insert_time":"2014-08-20T18:11:57.919Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18452,"107":88,"11":87,"12":2,"13":56,"14":29,"15":40,"155":4,"158":1,"159":4,"16":11,"160":4,"161":10,"167":2,"17":25,"18":138,"19":11,"20":19,"209":7,"21":65,"210":2,"211":1,"214":5,"215":16,"221":41,"223":58,"224":13,"225":112,"23":53,"24":133,"25":36,"257":12,"26":26,"268":3,"27":19,"273":4,"276":2,"279":8,"28":40,"281":1,"282":9,"291":6,"292":6,"30":6,"31":15,"314":3,"32":3,"33":5,"34":17,"347":2,"35":14,"352":111,"36":29,"37":5,"38":70,"380":4,"381":11,"383":4,"39":3,"391":2,"397":3,"40":12,"41":9,"414":2,"415":11,"419":1,"42":12,"43":5,"430":8,"433":1,"44":9,"45":4,"46":28,"48":11,"49":31,"5":69,"51":11,"52":3,"53":8,"56":6,"6":37,"63":4,"7":44,"79":7,"8":20,"80":6,"9":22,"all_client":20349,"all_tv_clinet":1897,"insert_time":"2014-08-20T18:12:58.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18316,"107":81,"11":91,"12":1,"13":58,"14":28,"15":38,"155":4,"158":1,"159":4,"16":9,"160":3,"161":13,"167":2,"17":25,"18":134,"19":12,"20":19,"209":6,"21":66,"210":2,"211":1,"214":4,"215":16,"221":40,"223":58,"224":11,"225":119,"23":54,"24":131,"25":40,"257":10,"26":25,"268":2,"27":19,"273":4,"276":2,"279":9,"28":39,"281":1,"282":8,"291":6,"292":6,"30":6,"31":17,"314":3,"32":3,"33":6,"34":15,"347":2,"35":13,"352":110,"36":30,"37":5,"38":70,"380":4,"381":12,"383":4,"39":3,"391":2,"397":2,"40":12,"41":8,"414":2,"415":11,"419":1,"42":13,"43":5,"430":8,"433":1,"44":9,"45":4,"46":28,"48":11,"49":31,"5":72,"51":11,"52":2,"53":8,"56":5,"6":37,"63":4,"7":44,"79":7,"8":20,"80":4,"9":22,"all_client":20205,"all_tv_clinet":1889,"insert_time":"2014-08-20T18:13:58.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18190,"107":80,"11":91,"12":1,"13":60,"14":27,"15":37,"155":4,"159":4,"16":9,"160":3,"161":13,"167":3,"17":24,"18":132,"19":9,"20":19,"209":6,"21":65,"210":2,"211":1,"214":4,"215":14,"221":39,"223":57,"224":11,"225":119,"23":49,"24":124,"25":39,"257":10,"26":25,"268":2,"27":20,"273":4,"276":1,"279":9,"28":38,"281":1,"282":9,"291":6,"292":8,"30":6,"31":18,"314":3,"32":3,"33":5,"34":15,"347":2,"35":13,"352":113,"36":29,"37":4,"38":68,"380":4,"381":13,"383":4,"39":4,"391":2,"397":2,"40":12,"41":7,"414":2,"415":11,"419":1,"42":13,"43":7,"430":9,"433":1,"44":9,"45":4,"46":32,"48":11,"49":31,"5":73,"51":10,"52":2,"53":8,"56":4,"6":37,"63":4,"7":41,"79":7,"8":21,"80":3,"9":21,"all_client":20058,"all_tv_clinet":1868,"insert_time":"2014-08-20T18:14:58.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18050,"107":75,"11":90,"12":1,"13":62,"14":26,"15":39,"155":4,"159":4,"16":9,"160":3,"161":13,"167":3,"17":23,"18":133,"19":7,"20":15,"209":4,"21":63,"210":2,"211":1,"214":4,"215":12,"221":43,"223":55,"224":11,"225":123,"23":45,"24":123,"25":39,"257":9,"26":23,"268":2,"27":20,"273":3,"276":1,"279":9,"28":41,"281":1,"282":10,"291":6,"292":6,"30":6,"31":18,"314":3,"32":3,"33":5,"34":16,"347":2,"35":14,"352":115,"36":30,"37":3,"38":69,"380":3,"381":12,"383":4,"39":4,"391":2,"397":2,"40":12,"41":8,"414":1,"415":11,"419":1,"42":13,"426":1,"43":9,"430":9,"433":1,"44":7,"45":4,"46":31,"48":12,"49":30,"5":72,"51":8,"52":2,"53":8,"56":5,"6":32,"63":4,"7":40,"79":8,"8":24,"80":3,"9":19,"all_client":19899,"all_tv_clinet":1849,"insert_time":"2014-08-20T18:15:58.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17916,"107":72,"11":88,"12":1,"13":63,"14":28,"15":40,"155":4,"159":4,"16":9,"160":3,"161":14,"167":3,"17":18,"18":132,"19":7,"20":16,"209":4,"21":63,"210":2,"211":1,"214":4,"215":12,"221":45,"223":57,"224":11,"225":119,"23":45,"24":120,"25":41,"257":10,"26":22,"268":2,"27":20,"273":3,"276":1,"279":10,"28":43,"281":1,"282":10,"291":5,"292":7,"30":6,"31":18,"314":3,"32":2,"33":5,"34":15,"347":2,"35":14,"352":112,"36":29,"37":3,"38":69,"380":4,"381":13,"383":4,"39":4,"391":2,"397":2,"40":13,"41":10,"414":1,"415":14,"419":1,"42":13,"426":1,"43":8,"430":8,"44":7,"45":4,"46":32,"48":12,"49":29,"5":71,"51":8,"52":2,"53":7,"56":5,"6":31,"63":4,"7":40,"79":8,"8":24,"80":3,"9":19,"all_client":19758,"all_tv_clinet":1842,"insert_time":"2014-08-20T18:16:58.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17766,"107":74,"11":83,"12":1,"13":65,"14":30,"15":37,"155":4,"159":4,"16":11,"160":3,"161":15,"167":3,"17":13,"18":130,"19":7,"20":16,"209":3,"21":66,"210":2,"211":1,"214":4,"215":11,"221":42,"223":60,"224":10,"225":121,"23":46,"24":117,"25":37,"257":11,"26":20,"268":2,"27":21,"273":4,"276":1,"279":10,"28":43,"281":2,"282":9,"291":5,"292":7,"30":7,"31":18,"314":1,"32":2,"33":5,"34":15,"347":2,"35":15,"352":111,"36":31,"37":3,"38":67,"380":4,"381":13,"383":4,"39":4,"391":2,"396":1,"397":3,"40":14,"41":10,"414":1,"415":14,"419":2,"42":12,"426":1,"43":9,"430":8,"44":6,"45":4,"46":29,"48":11,"49":28,"5":70,"51":7,"52":2,"53":8,"56":6,"6":32,"63":4,"7":40,"79":9,"8":25,"80":3,"9":20,"all_client":19600,"all_tv_clinet":1834,"insert_time":"2014-08-20T18:17:58.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17624,"107":72,"11":83,"12":1,"13":65,"14":31,"15":40,"155":4,"159":4,"16":11,"160":3,"161":15,"167":3,"17":9,"18":125,"19":7,"20":17,"209":3,"21":65,"210":2,"211":1,"214":4,"215":11,"221":39,"223":61,"224":9,"225":120,"23":48,"24":116,"25":41,"257":12,"26":21,"268":2,"27":20,"273":4,"276":1,"279":9,"28":43,"281":2,"282":9,"291":5,"292":7,"30":7,"31":20,"314":1,"32":2,"33":5,"34":15,"347":1,"35":15,"352":111,"36":32,"37":2,"38":66,"380":4,"381":13,"383":4,"39":4,"391":2,"396":1,"397":3,"40":14,"41":10,"414":1,"415":14,"419":2,"42":12,"426":1,"43":9,"430":8,"44":6,"45":4,"46":29,"48":10,"49":28,"5":70,"51":7,"52":2,"53":8,"56":6,"6":34,"63":5,"7":37,"79":9,"8":25,"80":2,"9":21,"all_client":19451,"all_tv_clinet":1827,"insert_time":"2014-08-20T18:18:58.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17472,"107":77,"11":82,"12":1,"13":66,"14":30,"15":39,"155":4,"159":4,"16":10,"160":3,"161":14,"167":2,"17":10,"18":124,"19":7,"20":17,"209":3,"21":66,"210":2,"211":1,"214":4,"215":11,"221":38,"223":59,"224":8,"225":124,"23":49,"24":121,"25":44,"257":8,"26":22,"268":2,"27":17,"273":4,"276":1,"279":8,"28":42,"281":2,"282":8,"291":5,"292":7,"30":6,"31":21,"314":1,"32":2,"33":5,"34":16,"347":1,"35":14,"352":106,"36":32,"37":2,"38":64,"380":5,"381":11,"383":4,"39":5,"391":2,"396":1,"397":3,"40":13,"41":10,"414":1,"415":13,"419":2,"42":10,"426":1,"43":10,"430":8,"44":6,"45":6,"46":28,"48":10,"49":29,"5":73,"51":6,"52":2,"53":6,"56":6,"6":36,"63":5,"7":34,"79":9,"8":25,"80":2,"9":22,"all_client":19292,"all_tv_clinet":1820,"insert_time":"2014-08-20T18:19:59.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17355,"107":76,"11":82,"12":1,"13":61,"14":29,"15":39,"155":4,"159":4,"16":10,"160":3,"161":14,"167":3,"17":10,"18":119,"19":7,"20":16,"209":3,"21":66,"210":2,"214":4,"215":10,"221":40,"223":65,"224":7,"225":116,"23":46,"24":124,"25":43,"257":9,"26":23,"268":2,"27":15,"273":4,"276":1,"279":8,"28":43,"281":1,"282":7,"291":5,"292":6,"30":5,"31":20,"314":2,"32":3,"33":6,"34":14,"347":1,"35":15,"352":107,"36":30,"37":3,"38":70,"380":5,"381":9,"383":5,"39":4,"391":2,"396":1,"397":2,"40":12,"41":10,"414":1,"415":12,"419":1,"42":10,"426":1,"43":9,"430":8,"44":6,"45":6,"46":27,"48":11,"49":29,"5":74,"51":6,"52":2,"53":6,"56":6,"6":37,"63":7,"7":36,"79":10,"8":25,"80":2,"9":22,"all_client":19163,"all_tv_clinet":1808,"insert_time":"2014-08-20T18:20:59.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17240,"10":1,"107":78,"11":80,"12":1,"13":61,"14":30,"15":37,"155":4,"159":4,"16":10,"160":3,"161":15,"167":3,"17":8,"18":113,"19":7,"20":15,"209":3,"21":63,"210":2,"214":4,"215":11,"221":42,"223":66,"224":8,"225":117,"23":40,"24":125,"25":40,"257":8,"26":22,"268":2,"27":16,"273":4,"276":1,"279":10,"28":42,"281":1,"282":7,"291":5,"292":6,"30":5,"31":20,"314":3,"32":3,"33":6,"34":15,"347":1,"35":15,"352":109,"36":29,"37":3,"38":68,"380":5,"381":9,"383":5,"39":4,"391":2,"396":1,"397":2,"40":12,"41":10,"414":2,"415":11,"419":1,"42":10,"43":10,"430":8,"433":1,"44":4,"45":6,"46":26,"48":11,"49":28,"5":74,"51":5,"52":2,"53":5,"56":6,"6":36,"63":5,"7":35,"79":10,"8":24,"80":2,"9":22,"all_client":19026,"all_tv_clinet":1786,"insert_time":"2014-08-20T18:21:59.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17120,"10":1,"107":76,"11":75,"12":1,"13":60,"14":31,"15":38,"155":4,"159":4,"16":10,"160":3,"161":14,"167":4,"17":9,"18":111,"19":8,"20":15,"209":4,"21":63,"210":2,"214":4,"215":11,"221":40,"223":63,"224":9,"225":112,"23":38,"24":121,"25":38,"257":10,"26":23,"268":3,"27":16,"273":4,"276":1,"279":9,"28":42,"281":1,"282":7,"291":5,"292":6,"30":5,"31":18,"314":3,"32":3,"33":6,"34":14,"347":1,"35":15,"352":106,"36":27,"37":3,"38":69,"380":5,"381":8,"383":5,"39":5,"391":2,"396":1,"397":2,"40":12,"41":11,"414":2,"415":10,"419":1,"42":10,"43":11,"430":9,"433":1,"44":5,"45":6,"46":25,"48":11,"49":25,"5":70,"51":3,"52":2,"53":6,"56":6,"6":36,"63":5,"7":36,"79":7,"8":24,"80":2,"9":24,"all_client":18874,"all_tv_clinet":1754,"insert_time":"2014-08-20T18:22:59.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16998,"10":1,"107":76,"11":75,"12":1,"13":61,"14":33,"15":40,"155":4,"156":1,"159":4,"16":10,"160":4,"161":14,"167":3,"17":8,"18":109,"19":9,"20":16,"209":4,"21":67,"210":3,"214":5,"215":10,"221":39,"223":64,"224":10,"225":107,"23":36,"24":120,"25":37,"257":10,"26":22,"268":3,"27":18,"273":4,"276":1,"279":10,"28":38,"281":1,"282":7,"291":5,"292":7,"30":5,"31":16,"314":2,"32":3,"33":5,"34":13,"347":1,"35":15,"352":108,"36":26,"37":3,"38":67,"380":5,"381":8,"383":4,"39":5,"391":2,"396":1,"397":2,"40":10,"41":11,"414":2,"415":9,"419":1,"42":10,"43":10,"430":9,"433":1,"44":5,"45":6,"46":24,"48":10,"49":24,"5":68,"51":3,"52":2,"53":6,"56":6,"6":37,"63":6,"7":37,"79":6,"8":24,"80":2,"9":24,"all_client":18739,"all_tv_clinet":1741,"insert_time":"2014-08-20T18:23:59.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16863,"10":1,"107":77,"11":76,"12":1,"13":62,"14":34,"15":37,"155":4,"156":1,"159":3,"16":8,"160":4,"161":14,"167":3,"17":8,"18":103,"19":9,"20":17,"209":4,"21":68,"210":3,"214":3,"215":9,"221":34,"223":63,"224":10,"225":108,"23":36,"24":122,"25":36,"257":10,"26":24,"268":4,"27":18,"273":4,"276":1,"279":9,"28":37,"281":1,"282":7,"291":5,"292":7,"30":5,"31":14,"314":2,"32":3,"33":6,"34":13,"347":1,"35":15,"352":112,"36":24,"37":3,"38":66,"380":5,"381":7,"383":5,"39":6,"391":2,"396":1,"397":2,"40":12,"41":12,"414":2,"415":9,"419":1,"42":10,"43":10,"430":9,"433":2,"44":5,"45":6,"46":23,"48":11,"49":21,"5":68,"51":3,"52":2,"53":5,"56":6,"6":35,"63":6,"7":39,"79":6,"8":21,"80":2,"9":25,"all_client":18591,"all_tv_clinet":1728,"insert_time":"2014-08-20T18:24:59.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16723,"10":1,"107":76,"11":76,"12":1,"13":59,"14":34,"15":37,"155":4,"156":1,"159":3,"16":7,"160":4,"161":13,"167":4,"17":7,"18":105,"19":9,"20":17,"209":4,"21":65,"210":3,"214":3,"215":10,"221":34,"223":64,"224":10,"225":109,"23":36,"24":124,"25":37,"257":10,"26":24,"268":4,"27":19,"273":4,"276":1,"279":9,"28":39,"281":1,"282":7,"291":5,"292":7,"30":5,"31":14,"314":2,"32":5,"33":7,"34":13,"347":1,"35":15,"352":107,"36":23,"37":3,"38":63,"380":5,"381":8,"383":6,"39":5,"391":2,"396":1,"397":2,"40":12,"41":12,"414":3,"415":9,"419":1,"42":9,"43":10,"430":10,"433":2,"44":4,"45":6,"46":24,"48":9,"49":21,"5":67,"51":3,"52":2,"53":6,"56":6,"6":34,"63":6,"7":38,"79":6,"8":20,"80":2,"9":27,"all_client":18446,"all_tv_clinet":1723,"insert_time":"2014-08-20T18:25:59.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16597,"10":1,"107":80,"11":74,"12":1,"13":54,"14":36,"15":29,"155":4,"156":1,"159":3,"16":6,"160":3,"161":13,"167":3,"17":6,"18":102,"19":10,"20":15,"209":5,"21":62,"210":3,"211":1,"214":3,"215":11,"221":34,"223":63,"224":9,"225":113,"23":35,"24":127,"25":37,"257":10,"26":25,"268":4,"27":21,"273":4,"276":1,"279":9,"28":40,"281":1,"282":5,"291":5,"292":6,"30":5,"31":15,"314":2,"32":5,"33":6,"34":11,"347":1,"35":14,"352":102,"36":23,"37":2,"38":64,"380":5,"381":8,"383":5,"39":6,"391":2,"396":1,"397":2,"40":11,"41":12,"414":3,"415":9,"419":1,"42":9,"43":11,"430":9,"433":2,"44":4,"45":6,"46":22,"48":9,"49":23,"5":68,"51":4,"52":2,"53":6,"56":6,"6":35,"63":6,"7":37,"79":6,"8":17,"80":2,"9":27,"all_client":18298,"all_tv_clinet":1701,"insert_time":"2014-08-20T18:27:00.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16486,"10":1,"107":86,"11":75,"12":1,"13":58,"14":34,"15":25,"155":4,"156":1,"159":3,"16":6,"160":2,"161":11,"167":3,"17":5,"18":101,"19":10,"20":15,"209":6,"21":60,"210":3,"211":1,"214":3,"215":11,"221":33,"223":60,"224":8,"225":110,"23":34,"24":128,"25":38,"257":9,"26":23,"268":4,"27":21,"273":4,"276":1,"279":9,"28":39,"281":1,"282":3,"291":5,"292":6,"30":5,"31":15,"314":2,"32":4,"33":6,"34":10,"347":1,"35":14,"352":97,"36":22,"37":2,"38":65,"380":5,"381":7,"383":6,"39":6,"391":2,"396":1,"397":2,"40":13,"41":14,"414":3,"415":12,"419":1,"42":9,"43":11,"430":8,"433":2,"44":4,"45":6,"46":20,"48":9,"49":19,"5":66,"51":4,"52":2,"53":6,"56":7,"6":36,"63":6,"7":38,"79":6,"8":14,"80":2,"9":25,"all_client":18162,"all_tv_clinet":1676,"insert_time":"2014-08-20T18:28:00.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16367,"10":1,"107":89,"11":75,"12":1,"13":56,"14":36,"15":18,"155":4,"156":2,"159":3,"16":6,"160":2,"161":13,"167":2,"17":5,"18":100,"19":11,"20":15,"209":5,"21":59,"210":3,"211":1,"214":3,"215":8,"221":33,"223":61,"224":8,"225":109,"23":36,"24":123,"25":39,"257":10,"26":22,"268":3,"27":20,"273":4,"276":1,"279":9,"28":40,"281":1,"282":4,"291":5,"292":5,"30":4,"31":16,"314":3,"32":5,"33":5,"34":10,"347":2,"35":15,"352":98,"36":21,"37":2,"38":62,"380":5,"381":7,"383":5,"39":7,"391":2,"396":1,"397":2,"40":14,"41":12,"414":3,"415":12,"419":1,"42":9,"43":10,"430":6,"433":2,"44":4,"45":6,"46":20,"48":8,"49":19,"5":67,"51":4,"52":2,"53":6,"56":7,"6":35,"63":6,"7":39,"79":6,"8":14,"80":2,"9":22,"all_client":18026,"all_tv_clinet":1659,"insert_time":"2014-08-20T18:29:00.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16256,"10":1,"107":86,"11":81,"12":1,"13":57,"14":36,"15":17,"155":5,"156":2,"159":3,"16":6,"160":2,"161":13,"167":3,"17":5,"18":99,"19":10,"20":15,"209":5,"21":59,"210":3,"211":2,"214":3,"215":6,"221":30,"223":60,"224":8,"225":115,"23":39,"24":125,"25":38,"257":10,"26":23,"268":3,"27":20,"273":3,"279":7,"28":40,"281":1,"282":6,"291":4,"292":5,"30":2,"31":16,"314":3,"32":5,"33":5,"34":10,"347":2,"35":16,"352":97,"36":22,"37":2,"38":63,"380":5,"381":6,"383":5,"39":6,"391":2,"397":2,"40":14,"41":11,"414":3,"415":13,"419":1,"42":8,"43":12,"430":6,"433":2,"44":4,"45":5,"46":20,"48":7,"49":19,"5":66,"51":3,"52":2,"53":5,"56":7,"6":36,"63":6,"7":39,"79":5,"8":14,"80":2,"9":22,"all_client":17914,"all_tv_clinet":1658,"insert_time":"2014-08-20T18:30:00.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16154,"10":1,"107":83,"11":81,"12":1,"13":57,"14":35,"15":17,"155":5,"156":2,"159":3,"16":5,"160":2,"161":14,"167":3,"17":5,"18":102,"19":10,"20":14,"209":8,"21":58,"210":3,"211":2,"214":3,"215":6,"221":28,"223":62,"224":7,"225":107,"23":39,"24":128,"25":42,"257":10,"26":24,"268":2,"27":22,"273":3,"279":7,"28":40,"281":1,"282":6,"291":4,"292":5,"30":2,"31":12,"314":3,"32":5,"33":5,"34":10,"347":2,"35":17,"352":98,"36":20,"37":2,"38":60,"380":5,"381":6,"383":4,"39":6,"391":2,"397":2,"40":15,"41":11,"414":3,"415":12,"419":1,"42":5,"43":11,"430":5,"433":2,"44":4,"45":5,"46":21,"48":7,"49":16,"5":67,"51":3,"52":2,"53":6,"56":7,"6":36,"63":6,"7":39,"79":5,"8":13,"80":3,"9":22,"all_client":17799,"all_tv_clinet":1645,"insert_time":"2014-08-20T18:31:00.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16050,"10":2,"107":88,"11":80,"12":1,"13":58,"14":37,"15":16,"155":5,"156":1,"159":3,"16":7,"160":1,"161":14,"167":3,"17":5,"18":102,"19":10,"20":13,"209":7,"21":58,"210":3,"211":2,"214":3,"215":5,"221":30,"223":65,"224":7,"225":105,"23":39,"24":128,"25":40,"257":8,"26":26,"268":2,"27":23,"273":3,"279":7,"28":42,"281":1,"282":6,"291":4,"292":5,"30":2,"31":11,"314":3,"32":6,"33":4,"34":8,"347":2,"35":17,"352":93,"36":18,"37":2,"38":60,"380":5,"381":6,"383":4,"39":6,"391":2,"397":2,"40":15,"41":11,"414":2,"415":12,"419":2,"42":5,"43":11,"430":5,"433":2,"44":4,"45":5,"46":19,"48":7,"49":15,"5":67,"51":3,"52":2,"53":6,"56":7,"6":35,"63":6,"7":41,"79":5,"8":13,"80":3,"9":17,"all_client":17686,"all_tv_clinet":1636,"insert_time":"2014-08-20T18:32:00.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15936,"10":2,"107":92,"11":77,"12":1,"13":59,"14":35,"15":15,"155":5,"156":1,"159":3,"16":10,"160":1,"161":13,"167":3,"17":5,"18":100,"19":10,"20":13,"209":7,"21":58,"210":3,"211":2,"214":3,"215":6,"221":32,"223":67,"224":7,"225":103,"23":37,"24":126,"25":39,"257":8,"26":26,"268":2,"27":23,"273":4,"279":8,"28":39,"281":1,"282":5,"291":3,"292":4,"30":2,"31":11,"314":3,"32":6,"33":4,"34":9,"347":2,"35":17,"352":90,"36":18,"37":3,"38":63,"380":5,"381":6,"383":3,"39":7,"391":3,"397":2,"40":15,"41":11,"414":2,"415":11,"419":2,"42":5,"43":11,"430":5,"433":2,"44":4,"45":4,"46":21,"48":7,"49":14,"5":66,"51":3,"52":1,"53":7,"56":7,"6":34,"63":6,"7":41,"79":5,"8":13,"80":3,"9":18,"all_client":17566,"all_tv_clinet":1630,"insert_time":"2014-08-20T18:33:00.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15807,"10":2,"107":91,"11":77,"12":1,"13":58,"14":33,"15":14,"155":5,"156":1,"158":1,"159":3,"16":10,"160":1,"161":15,"167":3,"17":5,"18":98,"19":10,"20":12,"209":8,"21":59,"210":3,"211":2,"214":3,"215":6,"221":33,"223":65,"224":6,"225":100,"23":36,"24":126,"25":41,"257":7,"26":26,"268":1,"27":20,"273":4,"279":8,"28":40,"281":1,"282":5,"291":3,"292":4,"30":2,"31":11,"314":3,"32":6,"33":4,"34":9,"347":2,"35":16,"352":84,"36":17,"37":3,"38":67,"380":4,"381":8,"383":1,"39":6,"391":3,"397":2,"40":16,"41":9,"414":2,"415":11,"419":2,"42":5,"43":9,"430":5,"433":2,"44":4,"45":3,"46":22,"48":6,"49":12,"5":66,"51":3,"52":1,"53":8,"56":7,"6":34,"63":6,"7":40,"79":5,"8":12,"80":2,"9":19,"all_client":17413,"all_tv_clinet":1606,"insert_time":"2014-08-20T18:34:00.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15706,"10":3,"107":92,"11":74,"12":2,"13":57,"14":32,"15":11,"155":5,"156":1,"158":1,"159":3,"16":11,"160":1,"161":14,"167":3,"17":6,"18":91,"19":10,"20":12,"209":9,"21":57,"210":3,"211":2,"214":3,"215":7,"221":33,"223":65,"224":7,"225":99,"23":33,"24":122,"25":39,"257":8,"26":26,"268":1,"27":17,"273":4,"279":7,"28":42,"281":1,"282":7,"291":2,"292":4,"30":2,"31":11,"314":3,"32":5,"33":4,"34":10,"347":1,"35":15,"352":89,"36":16,"37":4,"38":71,"380":3,"381":8,"383":1,"39":6,"391":3,"397":2,"40":17,"41":9,"414":2,"415":11,"419":1,"42":5,"43":9,"430":5,"433":2,"44":4,"45":3,"46":23,"48":4,"49":8,"5":63,"51":3,"52":1,"53":8,"56":7,"6":34,"63":5,"7":41,"79":6,"8":11,"80":2,"9":23,"all_client":17294,"all_tv_clinet":1588,"insert_time":"2014-08-20T18:35:00.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15580,"10":3,"107":88,"11":72,"12":2,"13":57,"14":33,"15":11,"155":5,"156":1,"158":1,"159":3,"16":11,"160":1,"161":15,"167":3,"17":6,"18":87,"19":10,"20":11,"209":9,"21":58,"210":3,"211":2,"214":2,"215":5,"221":32,"223":65,"224":7,"225":97,"23":33,"24":120,"25":40,"257":8,"26":26,"268":1,"27":15,"273":5,"279":7,"28":43,"281":1,"282":7,"291":2,"292":4,"30":2,"31":11,"314":3,"32":4,"33":3,"34":9,"347":1,"35":14,"352":89,"36":17,"37":4,"38":72,"380":3,"381":9,"383":3,"39":6,"391":3,"397":2,"40":17,"41":12,"414":2,"415":10,"419":1,"42":5,"43":9,"430":5,"433":2,"44":4,"45":3,"46":23,"48":4,"49":8,"5":62,"51":3,"52":1,"53":7,"56":7,"6":35,"63":5,"7":41,"79":5,"8":12,"80":2,"9":26,"all_client":17158,"all_tv_clinet":1578,"insert_time":"2014-08-20T18:36:01.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15483,"10":3,"107":85,"11":71,"12":2,"13":53,"14":31,"15":10,"155":5,"156":1,"159":4,"16":10,"160":1,"161":14,"167":3,"17":6,"18":85,"19":10,"20":10,"209":9,"21":55,"210":3,"211":2,"214":2,"215":5,"221":30,"223":64,"224":7,"225":99,"23":34,"24":121,"25":41,"257":9,"26":28,"268":1,"27":13,"273":6,"279":7,"28":41,"281":2,"282":7,"291":2,"292":4,"30":2,"31":11,"314":2,"32":4,"33":3,"34":9,"347":1,"35":14,"352":83,"36":16,"37":4,"38":76,"380":4,"381":9,"383":4,"39":6,"391":2,"397":2,"40":18,"41":14,"414":2,"415":9,"419":1,"42":4,"426":1,"43":7,"430":5,"433":2,"44":4,"45":3,"46":23,"48":4,"49":9,"5":62,"51":2,"52":1,"53":7,"56":7,"6":33,"63":5,"7":41,"79":5,"8":14,"80":2,"9":26,"all_client":17042,"all_tv_clinet":1559,"insert_time":"2014-08-20T18:37:01.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15376,"10":3,"107":77,"11":71,"12":2,"13":56,"14":30,"15":10,"155":5,"156":1,"159":4,"16":10,"161":14,"167":3,"17":6,"18":88,"19":11,"20":10,"209":9,"21":57,"210":3,"211":2,"214":2,"215":5,"221":33,"223":62,"224":7,"225":101,"23":35,"24":120,"25":40,"257":9,"26":28,"268":1,"27":14,"273":6,"279":7,"28":38,"281":2,"282":5,"291":2,"292":4,"30":3,"31":11,"314":2,"32":4,"33":4,"34":9,"347":1,"35":14,"352":82,"36":16,"37":4,"38":73,"380":4,"381":8,"383":5,"39":6,"391":2,"397":2,"40":15,"41":16,"414":2,"415":9,"419":1,"42":4,"426":1,"43":7,"430":6,"433":2,"44":4,"45":2,"46":23,"48":4,"49":9,"5":61,"51":1,"52":1,"53":7,"56":8,"6":34,"63":5,"7":39,"79":5,"8":15,"80":2,"9":26,"all_client":16928,"all_tv_clinet":1552,"insert_time":"2014-08-20T18:38:01.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15250,"10":3,"107":82,"11":75,"12":2,"13":50,"14":32,"15":9,"155":5,"159":4,"16":8,"161":14,"167":3,"17":6,"18":94,"19":11,"20":10,"209":10,"21":56,"210":3,"211":2,"214":1,"215":5,"221":33,"223":60,"224":8,"225":99,"23":33,"24":119,"25":40,"257":9,"26":28,"268":1,"27":13,"273":7,"279":7,"28":37,"281":2,"282":5,"291":2,"292":4,"30":3,"31":9,"314":2,"32":4,"33":4,"34":8,"347":1,"35":14,"352":81,"36":16,"37":3,"38":68,"380":4,"381":7,"383":5,"39":6,"391":2,"397":2,"40":15,"409":1,"41":16,"414":2,"415":9,"42":4,"426":1,"43":7,"430":6,"433":2,"44":3,"45":2,"46":23,"48":3,"49":8,"5":60,"53":8,"56":8,"6":33,"63":5,"7":41,"79":5,"8":15,"80":2,"9":24,"all_client":16784,"all_tv_clinet":1534,"insert_time":"2014-08-20T18:39:01.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15154,"10":3,"107":84,"11":73,"12":2,"13":49,"14":30,"15":8,"155":5,"159":3,"16":8,"161":15,"167":3,"17":6,"18":94,"19":10,"20":9,"209":11,"21":57,"210":3,"211":2,"214":1,"215":5,"221":32,"223":60,"224":8,"225":102,"23":32,"24":115,"25":40,"257":9,"26":28,"268":1,"27":14,"273":7,"279":6,"28":37,"281":2,"282":5,"291":2,"292":4,"30":4,"31":8,"314":2,"32":4,"33":4,"34":6,"347":1,"35":14,"352":82,"36":16,"37":3,"38":65,"380":4,"381":7,"383":6,"39":6,"391":2,"397":2,"40":14,"409":1,"41":14,"414":2,"415":7,"42":4,"43":7,"430":6,"433":2,"44":3,"45":2,"46":24,"48":3,"49":8,"5":61,"51":1,"53":9,"56":8,"6":30,"63":5,"7":41,"79":6,"8":15,"80":2,"9":22,"all_client":16672,"all_tv_clinet":1518,"insert_time":"2014-08-20T18:40:01.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15053,"10":3,"107":84,"11":75,"12":2,"13":47,"14":29,"15":8,"155":5,"159":2,"16":6,"161":15,"167":3,"17":6,"18":94,"19":9,"20":8,"209":10,"21":56,"210":4,"211":2,"214":1,"215":6,"221":34,"223":57,"224":9,"225":99,"23":29,"24":115,"25":40,"257":10,"26":29,"268":1,"27":15,"273":7,"279":7,"28":37,"281":2,"282":5,"291":2,"292":5,"30":4,"31":6,"314":2,"32":4,"33":3,"34":6,"347":1,"35":14,"352":83,"36":18,"37":3,"38":62,"380":4,"381":8,"383":7,"39":5,"391":2,"397":2,"40":14,"409":1,"41":14,"414":2,"415":6,"42":4,"43":7,"430":6,"433":2,"44":3,"45":1,"46":23,"48":3,"49":9,"5":61,"51":1,"53":9,"56":8,"6":30,"63":5,"7":41,"79":5,"8":15,"80":2,"9":21,"all_client":16558,"all_tv_clinet":1505,"insert_time":"2014-08-20T18:41:01.641Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14921,"10":3,"107":87,"11":74,"12":2,"13":44,"14":30,"15":6,"155":5,"159":2,"16":7,"161":16,"167":3,"17":6,"18":91,"19":9,"20":6,"209":10,"21":54,"210":4,"211":2,"214":1,"215":7,"221":36,"223":59,"224":9,"225":101,"23":32,"24":120,"25":39,"257":9,"26":29,"268":1,"27":14,"273":7,"279":8,"28":37,"281":2,"282":5,"291":2,"292":5,"30":4,"31":6,"314":2,"32":2,"33":3,"34":6,"347":1,"35":13,"352":78,"36":20,"37":2,"38":60,"380":4,"381":8,"383":6,"39":5,"391":2,"397":1,"40":13,"409":1,"41":13,"414":1,"415":6,"419":1,"42":5,"43":6,"430":6,"433":2,"44":3,"45":1,"46":24,"48":3,"49":9,"5":66,"51":2,"53":9,"56":8,"6":30,"63":5,"7":40,"79":4,"8":15,"80":2,"9":21,"all_client":16424,"all_tv_clinet":1503,"insert_time":"2014-08-20T18:42:01.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14820,"10":3,"107":83,"11":73,"12":2,"13":43,"14":30,"15":6,"155":5,"159":2,"16":7,"161":14,"167":3,"17":6,"18":90,"19":9,"20":6,"209":11,"21":51,"210":4,"211":2,"214":1,"215":7,"221":34,"223":61,"224":9,"225":100,"23":34,"24":116,"25":36,"257":10,"26":30,"268":1,"27":12,"273":7,"279":8,"28":38,"281":1,"282":4,"291":2,"292":5,"30":4,"31":6,"314":2,"32":2,"33":3,"34":8,"347":1,"35":12,"352":82,"36":20,"37":2,"38":60,"380":4,"381":8,"383":6,"39":5,"391":2,"397":1,"40":12,"409":1,"41":15,"414":1,"415":5,"419":1,"42":5,"43":6,"430":6,"433":1,"44":3,"45":1,"46":25,"48":3,"49":10,"5":72,"51":2,"53":7,"56":8,"6":30,"63":5,"7":39,"79":3,"8":15,"80":2,"9":23,"all_client":16315,"all_tv_clinet":1495,"insert_time":"2014-08-20T18:43:01.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14734,"10":4,"107":82,"11":69,"12":2,"13":42,"14":28,"15":6,"155":5,"159":2,"16":8,"161":15,"167":4,"17":6,"18":87,"19":10,"20":3,"209":12,"21":51,"210":3,"211":2,"214":1,"215":7,"221":34,"223":58,"224":9,"225":97,"23":33,"24":114,"25":36,"257":9,"26":30,"268":1,"27":12,"273":8,"279":9,"28":39,"281":1,"282":4,"291":2,"292":5,"30":4,"31":6,"314":1,"32":2,"33":3,"34":8,"347":1,"35":15,"352":80,"36":23,"37":1,"38":62,"380":3,"381":7,"383":6,"39":6,"391":2,"40":12,"409":1,"41":15,"414":1,"415":5,"419":1,"42":5,"43":7,"430":6,"433":1,"44":3,"45":1,"46":25,"48":3,"49":9,"5":75,"51":3,"53":7,"56":8,"6":29,"63":5,"7":38,"79":3,"8":14,"80":2,"9":22,"all_client":16215,"all_tv_clinet":1481,"insert_time":"2014-08-20T18:44:01.976Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14647,"10":4,"107":78,"11":68,"12":2,"13":41,"14":27,"15":6,"155":5,"159":2,"16":7,"161":17,"167":4,"17":6,"18":86,"19":7,"20":3,"209":12,"21":49,"210":3,"211":2,"214":1,"215":7,"221":37,"223":56,"224":8,"225":96,"23":33,"24":113,"25":34,"257":11,"26":31,"268":1,"27":11,"273":8,"279":9,"28":35,"281":1,"282":2,"291":2,"292":5,"30":5,"31":6,"314":1,"32":2,"33":4,"34":8,"347":1,"35":15,"352":78,"36":23,"37":2,"38":61,"380":2,"381":7,"383":6,"39":6,"391":2,"40":12,"41":15,"414":2,"415":4,"419":1,"42":7,"43":6,"430":6,"433":1,"44":3,"45":1,"46":26,"48":3,"49":9,"5":77,"51":3,"53":7,"56":8,"6":29,"63":4,"7":39,"79":3,"8":14,"80":1,"9":22,"all_client":16109,"all_tv_clinet":1462,"insert_time":"2014-08-20T18:45:02.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14582,"10":4,"107":74,"11":67,"12":2,"13":40,"14":27,"15":5,"155":5,"159":2,"16":7,"161":17,"167":4,"17":6,"18":84,"19":6,"20":4,"209":11,"21":47,"210":3,"211":2,"214":1,"215":7,"221":38,"223":57,"224":8,"225":96,"23":31,"24":113,"25":32,"257":9,"26":32,"268":1,"27":10,"273":8,"279":9,"28":33,"281":2,"282":2,"291":2,"292":5,"30":5,"31":6,"314":1,"32":2,"33":3,"34":8,"347":1,"35":15,"352":77,"36":23,"37":2,"38":62,"380":2,"381":7,"383":6,"39":7,"391":2,"40":12,"41":14,"414":2,"415":4,"419":1,"42":8,"43":7,"430":6,"433":1,"44":2,"45":1,"46":24,"48":2,"49":9,"5":75,"51":3,"53":6,"56":9,"6":27,"63":4,"7":39,"79":3,"8":14,"80":1,"9":22,"all_client":16020,"all_tv_clinet":1438,"insert_time":"2014-08-20T18:46:02.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14501,"10":4,"107":71,"11":65,"12":1,"13":42,"14":28,"15":4,"155":5,"159":2,"16":7,"161":19,"167":4,"17":6,"18":84,"19":6,"20":4,"209":11,"21":46,"210":3,"211":2,"214":1,"215":9,"221":37,"223":55,"224":9,"225":100,"23":32,"24":114,"25":29,"257":9,"26":31,"27":7,"273":10,"279":7,"28":33,"281":2,"282":1,"291":2,"292":5,"30":5,"31":7,"314":1,"32":3,"33":4,"34":8,"347":1,"35":14,"352":77,"36":21,"37":2,"38":64,"380":1,"381":7,"383":6,"39":6,"391":2,"40":12,"41":14,"414":2,"415":4,"419":1,"42":7,"43":8,"430":6,"433":1,"44":2,"45":1,"46":24,"48":3,"49":9,"5":72,"51":3,"53":6,"56":8,"6":28,"63":4,"7":39,"79":3,"8":15,"80":1,"9":22,"all_client":15932,"all_tv_clinet":1431,"insert_time":"2014-08-20T18:47:02.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14379,"10":4,"107":72,"11":65,"12":1,"13":42,"14":28,"15":5,"155":5,"159":2,"16":8,"161":19,"167":4,"17":6,"18":85,"19":5,"20":4,"209":11,"21":44,"210":3,"211":2,"214":1,"215":10,"221":36,"223":58,"224":9,"225":100,"23":31,"24":111,"25":27,"257":9,"26":31,"27":7,"273":10,"279":6,"28":33,"281":2,"282":1,"291":2,"292":5,"30":5,"31":7,"314":1,"32":4,"33":4,"34":8,"347":1,"35":13,"352":78,"36":20,"37":2,"38":64,"380":1,"381":7,"383":6,"39":6,"391":2,"397":1,"40":12,"41":15,"414":2,"415":4,"419":1,"42":7,"43":8,"430":6,"433":1,"44":2,"45":1,"46":21,"48":3,"49":9,"5":67,"51":3,"53":6,"56":8,"6":27,"63":4,"7":39,"79":3,"8":14,"80":1,"9":21,"all_client":15798,"all_tv_clinet":1419,"insert_time":"2014-08-20T18:48:02.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14298,"10":4,"107":69,"11":63,"12":1,"13":38,"14":28,"15":3,"155":5,"159":2,"16":8,"161":19,"167":4,"17":6,"18":81,"19":4,"20":5,"209":10,"21":45,"210":3,"211":2,"214":1,"215":10,"221":35,"223":61,"224":9,"225":99,"23":34,"24":111,"25":28,"257":10,"26":31,"27":7,"273":10,"279":6,"28":31,"281":2,"282":1,"291":2,"292":5,"30":5,"31":7,"314":1,"32":4,"33":5,"34":8,"347":1,"35":13,"352":78,"36":18,"37":2,"38":61,"380":1,"381":7,"383":6,"39":6,"391":2,"397":1,"40":11,"41":15,"414":2,"415":3,"42":8,"43":6,"430":6,"44":2,"45":1,"46":20,"48":4,"49":9,"5":71,"51":4,"53":6,"56":7,"6":27,"63":4,"7":36,"79":3,"8":14,"80":1,"9":20,"all_client":15697,"all_tv_clinet":1399,"insert_time":"2014-08-20T18:49:02.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14216,"10":4,"107":74,"11":65,"12":1,"13":39,"14":26,"15":3,"155":5,"159":2,"16":9,"161":16,"167":4,"17":6,"18":78,"19":4,"20":5,"209":10,"21":46,"210":3,"211":2,"214":1,"215":10,"221":32,"223":65,"224":9,"225":98,"23":31,"24":115,"25":29,"257":8,"26":32,"27":6,"273":10,"279":6,"28":25,"282":2,"291":2,"292":5,"30":5,"31":7,"314":2,"32":5,"33":6,"34":8,"347":2,"35":12,"352":73,"36":18,"37":3,"38":60,"380":1,"381":6,"383":5,"39":6,"391":2,"397":1,"40":12,"41":13,"414":2,"415":3,"42":9,"43":7,"430":7,"44":2,"45":1,"46":20,"48":3,"49":9,"5":73,"51":4,"52":1,"53":6,"56":6,"6":28,"63":4,"7":33,"79":3,"8":15,"80":1,"9":19,"all_client":15607,"all_tv_clinet":1391,"insert_time":"2014-08-20T18:50:02.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14110,"10":4,"107":76,"11":63,"12":1,"13":39,"14":28,"15":3,"155":6,"159":2,"16":8,"161":15,"167":4,"17":6,"18":72,"19":4,"20":5,"209":9,"21":44,"210":3,"211":2,"214":2,"215":10,"221":31,"223":62,"224":9,"225":94,"23":32,"24":117,"25":30,"257":7,"26":31,"27":7,"273":9,"279":6,"28":24,"282":2,"291":2,"292":4,"30":5,"31":7,"314":2,"32":5,"33":6,"34":8,"347":2,"35":12,"352":74,"36":15,"37":3,"38":64,"380":1,"381":6,"383":5,"39":3,"391":2,"397":1,"40":13,"41":10,"414":2,"415":3,"42":9,"43":6,"430":7,"44":2,"45":1,"46":19,"48":3,"49":9,"5":76,"51":3,"52":1,"53":6,"56":6,"6":29,"63":4,"7":30,"79":3,"8":16,"80":1,"9":19,"all_client":15482,"all_tv_clinet":1372,"insert_time":"2014-08-20T18:51:02.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14020,"10":4,"107":79,"11":64,"12":1,"13":43,"14":29,"15":3,"155":6,"159":2,"16":8,"161":16,"167":4,"17":5,"18":75,"19":4,"20":5,"209":9,"21":45,"210":3,"211":2,"214":2,"215":10,"221":29,"223":60,"224":8,"225":95,"23":31,"24":115,"25":28,"257":9,"26":29,"27":8,"273":9,"279":6,"28":24,"282":2,"291":2,"292":4,"30":5,"31":7,"314":2,"32":5,"33":6,"34":8,"347":2,"35":12,"352":69,"36":16,"37":3,"38":61,"380":1,"381":6,"383":5,"39":3,"391":1,"397":1,"40":13,"41":13,"414":2,"415":4,"42":9,"43":6,"430":7,"44":2,"45":1,"46":19,"48":3,"49":8,"5":72,"51":2,"52":1,"53":6,"56":6,"6":26,"63":4,"7":32,"79":1,"8":18,"80":1,"9":17,"all_client":15384,"all_tv_clinet":1364,"insert_time":"2014-08-20T18:52:02.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13928,"10":3,"107":77,"11":66,"12":1,"13":42,"14":29,"15":3,"155":6,"159":2,"16":7,"161":15,"167":3,"17":5,"18":78,"19":4,"20":5,"209":9,"21":43,"210":3,"211":2,"214":2,"215":10,"221":28,"223":57,"224":7,"225":95,"23":31,"24":114,"25":27,"257":11,"26":30,"27":8,"273":10,"279":6,"28":21,"282":2,"291":2,"292":4,"30":5,"31":7,"314":2,"32":5,"33":6,"34":8,"347":1,"35":11,"352":71,"36":17,"37":2,"38":61,"380":1,"381":6,"383":5,"39":3,"391":1,"397":1,"40":13,"41":14,"414":2,"415":4,"419":1,"42":10,"43":7,"430":6,"44":2,"45":1,"46":18,"48":2,"49":8,"5":72,"51":2,"52":1,"53":5,"56":6,"6":26,"63":4,"7":32,"79":1,"8":18,"80":1,"9":17,"all_client":15282,"all_tv_clinet":1354,"insert_time":"2014-08-20T18:53:02.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13832,"10":3,"107":73,"11":65,"12":1,"13":44,"14":29,"15":3,"155":6,"159":2,"16":6,"161":14,"167":3,"17":5,"18":78,"19":4,"20":5,"209":9,"21":40,"210":3,"211":1,"214":2,"215":10,"221":30,"223":57,"224":7,"225":97,"23":32,"24":110,"25":29,"257":11,"26":31,"27":8,"273":9,"279":6,"28":21,"282":2,"291":2,"292":4,"30":6,"31":7,"314":2,"32":6,"33":6,"34":8,"347":1,"35":10,"352":73,"36":17,"37":2,"38":62,"380":1,"381":6,"383":3,"39":4,"391":1,"396":1,"397":1,"40":15,"41":13,"414":2,"415":4,"419":1,"42":10,"43":8,"430":6,"44":1,"45":1,"46":16,"48":2,"49":10,"5":67,"51":2,"52":1,"53":3,"56":6,"6":24,"63":4,"7":32,"79":1,"8":16,"80":1,"9":19,"all_client":15176,"all_tv_clinet":1344,"insert_time":"2014-08-20T18:54:03.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13750,"10":3,"107":72,"11":65,"12":2,"13":45,"14":29,"15":3,"155":6,"159":2,"16":5,"161":15,"167":3,"17":5,"18":82,"19":4,"20":4,"209":9,"21":43,"210":3,"211":1,"214":2,"215":10,"221":28,"223":56,"224":7,"225":94,"23":35,"24":106,"25":29,"257":11,"26":32,"27":7,"273":9,"279":6,"28":19,"282":2,"291":2,"292":4,"30":6,"31":8,"314":2,"32":6,"33":6,"34":8,"347":1,"35":12,"352":72,"36":17,"37":2,"38":62,"380":1,"381":6,"383":2,"39":4,"391":1,"396":1,"397":1,"40":16,"41":12,"414":4,"415":4,"419":1,"42":9,"43":8,"430":6,"44":2,"45":1,"46":15,"48":2,"49":8,"5":64,"51":2,"52":1,"53":3,"56":6,"6":25,"63":4,"7":33,"79":1,"8":16,"9":19,"all_client":15090,"all_tv_clinet":1340,"insert_time":"2014-08-20T18:55:03.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13654,"10":3,"107":71,"11":61,"12":2,"13":44,"14":29,"15":3,"155":6,"159":2,"16":5,"161":14,"167":3,"17":5,"18":81,"19":4,"20":4,"209":9,"21":43,"210":3,"211":1,"214":2,"215":9,"221":27,"223":63,"224":7,"225":92,"23":36,"24":108,"25":31,"257":10,"26":33,"27":7,"273":7,"279":6,"28":19,"282":2,"291":2,"292":4,"30":6,"31":8,"314":2,"32":5,"33":6,"34":9,"347":1,"35":12,"352":72,"36":16,"37":2,"38":57,"380":1,"381":6,"383":3,"39":4,"391":1,"396":1,"397":1,"40":15,"41":12,"414":4,"415":5,"419":1,"42":8,"43":7,"430":5,"44":2,"45":1,"46":15,"48":2,"49":8,"5":62,"51":2,"52":1,"53":4,"56":6,"6":26,"63":4,"7":33,"79":1,"8":16,"9":18,"all_client":14983,"all_tv_clinet":1329,"insert_time":"2014-08-20T18:56:03.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13592,"10":3,"107":68,"11":61,"12":3,"13":43,"14":29,"15":3,"155":6,"159":2,"16":5,"161":13,"167":3,"17":5,"18":79,"19":3,"20":4,"209":9,"21":43,"210":3,"211":1,"214":2,"215":9,"221":27,"223":63,"224":7,"225":90,"23":35,"24":107,"25":29,"257":11,"26":31,"27":8,"273":6,"279":5,"28":19,"281":1,"282":2,"291":2,"292":4,"30":4,"31":8,"314":1,"32":4,"33":6,"34":9,"347":1,"35":13,"352":72,"36":17,"37":2,"38":57,"380":1,"381":6,"383":3,"39":5,"391":1,"396":1,"397":1,"40":16,"41":12,"414":4,"415":5,"419":1,"42":9,"43":7,"430":3,"44":2,"45":1,"46":15,"48":2,"49":7,"5":62,"51":2,"52":1,"53":4,"56":6,"6":24,"63":4,"7":33,"79":1,"8":15,"9":20,"all_client":14904,"all_tv_clinet":1312,"insert_time":"2014-08-20T18:57:03.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13494,"10":3,"107":70,"11":62,"12":3,"13":44,"14":28,"15":3,"155":6,"159":2,"16":6,"161":14,"167":3,"17":5,"18":75,"19":3,"20":4,"209":9,"21":41,"210":3,"211":1,"214":2,"215":10,"221":27,"223":61,"224":6,"225":89,"23":33,"24":108,"25":28,"257":9,"26":30,"27":9,"273":6,"279":5,"28":20,"281":1,"282":3,"291":2,"292":4,"30":4,"31":8,"32":4,"33":5,"34":9,"347":1,"35":10,"352":75,"36":16,"37":2,"38":56,"380":1,"381":5,"383":3,"39":5,"391":1,"396":1,"397":1,"40":16,"41":10,"414":4,"415":5,"419":1,"42":11,"43":7,"430":3,"44":2,"45":1,"46":16,"48":1,"49":8,"5":67,"51":2,"52":1,"53":5,"56":6,"6":21,"63":4,"7":33,"79":1,"8":14,"9":20,"all_client":14798,"all_tv_clinet":1304,"insert_time":"2014-08-20T18:58:03.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13424,"10":3,"107":73,"11":65,"12":3,"13":44,"14":26,"15":3,"155":6,"159":2,"16":4,"161":14,"167":3,"17":5,"18":75,"19":3,"20":4,"209":7,"21":41,"210":3,"211":1,"214":2,"215":10,"221":25,"223":60,"224":7,"225":95,"23":31,"24":106,"25":29,"257":10,"26":26,"27":9,"273":4,"276":1,"279":5,"28":20,"281":1,"282":3,"291":2,"292":4,"30":4,"31":8,"32":4,"33":5,"34":9,"347":1,"35":9,"352":73,"36":20,"37":2,"38":54,"380":1,"381":5,"383":2,"39":5,"391":1,"396":1,"397":1,"40":17,"41":11,"414":4,"415":4,"419":1,"42":10,"43":7,"430":3,"44":2,"45":2,"46":16,"48":1,"49":8,"5":65,"51":2,"52":1,"53":5,"56":5,"6":20,"63":4,"7":32,"8":14,"9":18,"all_client":14716,"all_tv_clinet":1292,"insert_time":"2014-08-20T18:59:04.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13339,"10":3,"107":68,"11":64,"12":3,"13":44,"14":26,"15":3,"155":6,"158":1,"159":1,"16":4,"161":13,"167":3,"17":5,"18":78,"19":3,"20":4,"209":7,"21":43,"210":3,"211":1,"214":2,"215":9,"221":25,"223":58,"224":7,"225":93,"23":32,"24":108,"25":28,"257":9,"26":26,"27":9,"273":4,"276":1,"279":4,"28":21,"281":1,"282":3,"291":2,"292":4,"30":4,"31":7,"32":4,"33":5,"34":10,"347":1,"35":9,"352":73,"36":18,"37":1,"38":54,"380":1,"381":4,"383":2,"39":5,"391":2,"396":1,"397":1,"40":17,"41":11,"414":4,"415":4,"419":1,"42":10,"43":7,"430":4,"44":2,"45":2,"46":14,"48":2,"49":7,"5":65,"51":2,"52":1,"53":6,"56":5,"6":17,"63":4,"7":32,"8":15,"9":16,"all_client":14618,"all_tv_clinet":1279,"insert_time":"2014-08-20T19:00:04.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13251,"10":3,"107":68,"11":66,"12":3,"13":44,"14":26,"15":3,"155":7,"158":1,"159":1,"16":4,"161":12,"167":3,"17":5,"18":76,"19":3,"20":4,"209":6,"21":43,"210":3,"211":1,"214":2,"215":9,"221":25,"223":57,"224":7,"225":94,"23":32,"24":109,"25":28,"257":9,"26":23,"27":9,"273":4,"276":1,"279":4,"28":21,"282":3,"291":2,"292":4,"30":4,"31":7,"314":1,"32":5,"33":5,"34":10,"347":1,"35":8,"352":73,"36":19,"37":1,"38":54,"380":1,"381":4,"383":2,"39":8,"391":2,"396":1,"397":1,"40":17,"41":12,"414":5,"415":3,"419":1,"42":10,"43":8,"430":4,"44":2,"45":2,"46":14,"48":3,"49":6,"5":63,"51":2,"52":1,"53":6,"56":5,"6":17,"63":4,"7":34,"8":15,"9":16,"all_client":14533,"all_tv_clinet":1282,"insert_time":"2014-08-20T19:01:04.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13160,"10":3,"107":68,"11":67,"12":3,"13":44,"14":26,"15":3,"155":7,"158":1,"159":1,"16":4,"161":12,"167":3,"17":6,"18":79,"19":3,"20":4,"209":6,"21":43,"210":3,"211":1,"214":2,"215":9,"221":28,"223":54,"224":7,"225":94,"23":34,"24":108,"25":28,"257":8,"26":23,"27":8,"273":3,"276":1,"279":4,"28":22,"282":3,"291":2,"292":4,"30":4,"31":7,"314":1,"32":5,"33":3,"34":8,"347":1,"35":8,"352":72,"36":18,"37":1,"38":52,"380":1,"381":4,"383":3,"39":8,"391":2,"396":1,"397":1,"40":19,"41":12,"414":5,"415":3,"419":1,"42":10,"43":8,"430":4,"44":2,"45":2,"46":14,"48":3,"49":6,"5":62,"51":2,"52":1,"53":6,"56":6,"6":16,"63":4,"7":38,"8":16,"9":16,"all_client":14445,"all_tv_clinet":1285,"insert_time":"2014-08-20T19:02:04.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13072,"10":3,"107":70,"11":64,"12":3,"13":44,"14":25,"15":3,"155":7,"158":1,"159":1,"16":4,"160":1,"161":11,"167":4,"17":6,"18":81,"19":4,"20":4,"209":6,"21":41,"210":3,"214":1,"215":9,"221":24,"223":52,"224":7,"225":92,"23":35,"24":111,"25":29,"257":7,"26":21,"27":8,"273":2,"276":1,"279":4,"28":22,"282":3,"291":2,"292":4,"30":4,"31":7,"314":1,"32":5,"33":3,"34":8,"347":1,"35":8,"352":73,"36":18,"37":1,"38":51,"380":1,"381":4,"383":3,"39":8,"391":2,"396":1,"397":1,"40":18,"41":11,"414":5,"415":3,"419":1,"42":10,"43":8,"430":4,"44":3,"45":2,"46":14,"48":3,"49":7,"5":61,"51":1,"52":1,"53":7,"56":6,"6":16,"63":3,"7":38,"8":15,"9":18,"all_client":14347,"all_tv_clinet":1275,"insert_time":"2014-08-20T19:03:04.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12980,"10":3,"107":67,"11":63,"12":3,"13":43,"14":24,"15":3,"155":7,"158":1,"159":1,"16":4,"160":1,"161":11,"167":4,"17":6,"18":83,"19":3,"20":5,"209":4,"21":40,"210":3,"214":1,"215":8,"221":25,"223":49,"224":7,"225":85,"23":35,"24":107,"25":31,"257":8,"26":19,"27":8,"273":2,"276":1,"279":4,"28":23,"282":3,"291":2,"292":4,"30":5,"31":7,"314":1,"32":6,"33":3,"34":8,"347":1,"35":9,"352":79,"36":18,"37":1,"38":49,"380":1,"381":5,"383":3,"39":6,"391":2,"396":1,"397":1,"40":16,"41":9,"414":5,"415":1,"419":1,"42":10,"43":8,"430":4,"44":3,"45":2,"46":15,"48":2,"49":7,"5":63,"51":2,"52":1,"53":6,"56":6,"6":16,"63":3,"7":38,"8":15,"9":21,"all_client":14241,"all_tv_clinet":1261,"insert_time":"2014-08-20T19:04:04.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12892,"10":3,"107":66,"11":62,"12":3,"13":45,"14":22,"15":3,"155":7,"158":1,"159":1,"16":5,"160":1,"161":10,"167":4,"17":6,"18":87,"19":3,"20":5,"209":4,"21":42,"210":3,"214":1,"215":7,"221":26,"223":48,"224":8,"225":85,"23":33,"24":106,"25":28,"257":7,"26":20,"27":8,"273":5,"276":1,"279":3,"28":24,"282":3,"291":2,"292":4,"30":5,"31":7,"314":1,"32":6,"33":3,"34":8,"347":1,"35":9,"352":86,"36":17,"37":1,"38":52,"380":1,"381":5,"383":3,"39":6,"391":2,"396":1,"397":1,"40":14,"41":9,"414":5,"415":1,"419":1,"42":12,"43":8,"430":4,"44":3,"45":2,"46":15,"48":3,"49":8,"5":61,"51":2,"53":6,"56":5,"6":14,"63":3,"7":39,"8":14,"9":20,"all_client":14158,"all_tv_clinet":1266,"insert_time":"2014-08-20T19:05:04.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12833,"10":3,"107":63,"11":62,"12":3,"13":45,"14":21,"15":4,"155":7,"158":1,"159":1,"16":4,"160":1,"161":10,"167":4,"17":5,"18":89,"19":3,"20":5,"209":4,"21":41,"210":3,"211":1,"214":1,"215":7,"221":25,"223":49,"224":8,"225":83,"23":34,"24":105,"25":33,"257":7,"26":19,"27":8,"273":5,"276":1,"279":3,"28":23,"282":3,"291":2,"292":4,"30":5,"31":8,"314":1,"32":5,"33":3,"34":8,"347":1,"35":9,"352":87,"36":18,"37":1,"38":51,"380":1,"381":5,"383":4,"39":6,"391":2,"396":1,"397":1,"40":11,"41":9,"414":4,"415":1,"419":1,"42":12,"426":1,"43":7,"430":4,"44":4,"45":2,"46":15,"48":2,"49":9,"5":59,"51":3,"53":6,"56":4,"6":14,"63":3,"7":42,"8":16,"9":19,"all_client":14098,"all_tv_clinet":1265,"insert_time":"2014-08-20T19:06:04.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12749,"10":3,"107":66,"11":62,"12":2,"13":43,"14":21,"15":4,"155":7,"158":1,"159":1,"16":4,"160":1,"161":8,"167":4,"17":5,"18":90,"19":4,"20":5,"209":4,"21":43,"210":3,"211":1,"214":1,"215":7,"221":24,"223":49,"224":8,"225":84,"23":34,"24":108,"25":32,"257":7,"26":18,"27":8,"273":5,"276":1,"279":3,"28":23,"282":3,"291":2,"292":4,"30":5,"31":8,"314":1,"32":5,"33":2,"34":8,"347":1,"35":9,"352":88,"36":18,"37":1,"38":50,"380":1,"381":4,"383":4,"39":6,"391":2,"396":1,"397":1,"40":11,"41":11,"414":4,"415":1,"419":1,"42":12,"426":1,"43":7,"430":4,"44":5,"45":2,"46":14,"48":2,"49":10,"5":57,"51":3,"53":7,"56":4,"6":14,"63":3,"7":42,"8":16,"9":18,"all_client":14016,"all_tv_clinet":1267,"insert_time":"2014-08-20T19:07:04.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12662,"10":3,"107":69,"11":62,"12":2,"13":42,"14":20,"15":4,"155":7,"158":1,"159":1,"16":4,"160":1,"161":8,"167":4,"17":5,"18":87,"19":4,"20":5,"209":5,"21":39,"210":3,"211":1,"214":1,"215":7,"221":22,"223":45,"224":8,"225":83,"23":34,"24":106,"25":32,"257":7,"26":17,"27":9,"273":3,"276":1,"279":3,"28":22,"282":3,"291":2,"292":4,"30":5,"31":8,"32":4,"33":3,"34":8,"347":1,"35":10,"352":90,"36":17,"37":1,"38":57,"380":1,"381":3,"383":4,"39":6,"391":2,"396":1,"397":1,"40":11,"41":11,"414":4,"415":2,"419":1,"42":12,"426":1,"43":6,"430":4,"44":6,"45":1,"46":14,"48":1,"49":10,"5":60,"51":4,"53":7,"56":4,"6":12,"63":3,"7":41,"8":17,"9":19,"all_client":13921,"all_tv_clinet":1259,"insert_time":"2014-08-20T19:08:04.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12577,"10":3,"107":69,"11":62,"12":2,"13":40,"14":19,"15":4,"155":6,"158":1,"159":1,"16":5,"161":9,"167":4,"17":5,"18":86,"19":5,"20":5,"209":4,"21":39,"210":2,"211":1,"214":2,"215":7,"221":21,"223":46,"224":8,"225":84,"23":34,"24":110,"25":33,"257":8,"26":14,"27":8,"273":3,"276":1,"279":3,"28":22,"282":3,"291":2,"292":4,"30":5,"31":7,"32":4,"33":3,"34":7,"347":1,"35":9,"352":91,"36":17,"37":1,"38":56,"380":1,"381":3,"383":4,"39":7,"391":3,"396":1,"397":1,"40":9,"41":11,"414":4,"415":2,"419":1,"42":11,"426":1,"43":6,"430":3,"44":5,"45":1,"46":14,"48":1,"49":8,"5":58,"51":3,"53":6,"56":5,"6":15,"63":2,"7":41,"8":17,"9":19,"all_client":13826,"all_tv_clinet":1249,"insert_time":"2014-08-20T19:09:04.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12511,"10":3,"107":68,"11":62,"12":2,"13":43,"14":18,"15":4,"155":6,"158":1,"159":1,"16":5,"161":10,"167":4,"17":5,"18":89,"19":4,"20":5,"209":4,"21":41,"210":2,"211":1,"214":2,"215":6,"221":21,"223":43,"224":8,"225":83,"23":33,"24":110,"25":31,"257":7,"26":13,"27":8,"273":2,"276":1,"279":3,"28":23,"282":3,"291":2,"292":4,"30":5,"31":7,"32":3,"33":4,"34":8,"347":1,"35":10,"352":92,"36":15,"37":2,"38":54,"380":1,"381":3,"383":4,"39":8,"391":3,"396":1,"397":1,"40":8,"41":11,"414":4,"415":2,"419":2,"42":11,"426":1,"43":8,"430":3,"44":5,"45":1,"46":14,"48":1,"49":8,"5":57,"51":3,"53":6,"56":5,"6":16,"63":2,"7":43,"8":17,"9":18,"all_client":13760,"all_tv_clinet":1249,"insert_time":"2014-08-20T19:10:05.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12426,"10":1,"107":69,"11":60,"12":2,"13":44,"14":18,"15":4,"155":6,"158":1,"159":1,"16":5,"161":11,"167":4,"17":5,"18":90,"19":3,"20":5,"209":5,"21":39,"210":3,"211":1,"214":2,"215":6,"221":20,"223":43,"224":8,"225":87,"23":34,"24":103,"25":31,"257":8,"26":13,"27":9,"273":2,"276":1,"279":3,"28":23,"282":3,"291":2,"292":5,"30":5,"31":7,"32":3,"33":4,"34":9,"347":1,"35":9,"352":91,"36":15,"37":2,"38":51,"380":1,"381":3,"383":4,"39":8,"391":3,"396":1,"397":1,"40":7,"41":12,"414":4,"415":3,"419":2,"42":10,"426":1,"43":8,"430":3,"44":4,"45":1,"46":11,"48":4,"49":9,"5":56,"51":3,"53":6,"56":5,"6":16,"63":2,"7":43,"79":1,"8":17,"9":16,"all_client":13668,"all_tv_clinet":1242,"insert_time":"2014-08-20T19:11:05.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12340,"10":1,"107":67,"11":58,"12":1,"13":45,"14":18,"15":4,"155":6,"158":1,"159":1,"16":6,"161":10,"167":4,"17":5,"18":89,"19":3,"20":4,"209":4,"21":38,"210":3,"211":1,"214":2,"215":6,"221":21,"223":43,"224":7,"225":91,"23":33,"24":101,"25":35,"257":10,"26":13,"27":12,"273":2,"276":1,"279":3,"28":22,"282":3,"291":2,"292":5,"30":5,"31":6,"32":3,"33":4,"34":11,"347":1,"35":9,"352":94,"36":16,"37":2,"38":48,"380":1,"381":3,"383":5,"39":8,"391":3,"396":1,"397":1,"40":8,"41":13,"414":4,"415":4,"419":2,"42":9,"426":1,"43":8,"430":3,"44":4,"45":1,"46":10,"48":4,"49":9,"5":54,"51":3,"53":5,"56":5,"6":13,"63":2,"7":44,"79":1,"8":16,"9":15,"all_client":13580,"all_tv_clinet":1240,"insert_time":"2014-08-20T19:12:05.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12271,"10":1,"107":67,"11":59,"12":1,"13":38,"14":17,"15":4,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":5,"18":90,"19":5,"20":4,"209":4,"21":36,"210":3,"211":1,"214":2,"215":8,"221":23,"223":44,"224":7,"225":93,"23":33,"24":99,"25":35,"257":9,"26":12,"27":12,"273":2,"276":1,"279":3,"28":21,"282":4,"291":2,"292":5,"30":5,"31":6,"32":3,"33":5,"34":10,"347":1,"35":9,"352":90,"36":16,"37":2,"38":51,"380":1,"381":3,"383":5,"39":9,"391":3,"396":1,"397":2,"40":8,"41":12,"414":4,"415":5,"419":2,"42":8,"426":1,"43":7,"430":3,"44":4,"45":1,"46":8,"48":4,"49":9,"5":53,"51":3,"53":5,"56":5,"6":13,"63":2,"7":41,"79":1,"8":16,"9":14,"all_client":13497,"all_tv_clinet":1226,"insert_time":"2014-08-20T19:13:05.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12195,"10":2,"107":62,"11":57,"12":2,"13":36,"14":17,"15":4,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":5,"18":93,"19":5,"20":4,"209":3,"21":35,"210":3,"211":1,"214":2,"215":9,"221":24,"223":45,"224":8,"225":93,"23":37,"24":98,"25":35,"257":10,"26":10,"27":12,"273":3,"276":1,"279":3,"28":21,"282":4,"291":2,"292":5,"30":5,"31":5,"32":3,"33":5,"34":10,"347":1,"35":9,"352":85,"36":17,"37":2,"38":51,"380":1,"381":3,"383":5,"39":9,"391":3,"396":1,"397":2,"40":7,"41":14,"414":4,"415":5,"419":1,"42":8,"426":1,"43":7,"430":3,"44":4,"45":1,"46":9,"48":5,"49":10,"5":52,"51":2,"52":1,"53":5,"56":5,"6":13,"63":2,"7":39,"8":16,"9":13,"all_client":13415,"all_tv_clinet":1220,"insert_time":"2014-08-20T19:14:05.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12090,"10":2,"107":64,"11":59,"12":2,"13":36,"14":17,"15":4,"155":6,"158":1,"159":1,"16":4,"161":9,"167":4,"17":5,"18":89,"19":6,"20":5,"209":4,"21":36,"210":3,"211":1,"214":2,"215":9,"221":23,"223":45,"224":8,"225":90,"23":39,"24":98,"25":32,"257":9,"26":11,"27":12,"273":3,"276":1,"279":3,"28":21,"282":4,"291":2,"292":5,"30":5,"31":5,"32":3,"33":5,"34":9,"347":1,"35":9,"352":79,"36":17,"37":2,"38":52,"380":1,"381":3,"383":5,"39":9,"391":3,"396":1,"397":2,"40":7,"41":14,"414":4,"415":4,"419":1,"42":9,"426":1,"43":7,"430":2,"44":4,"45":1,"46":9,"48":6,"49":10,"5":50,"51":2,"52":1,"53":6,"56":5,"6":14,"63":1,"7":38,"8":15,"9":13,"all_client":13300,"all_tv_clinet":1210,"insert_time":"2014-08-20T19:15:05.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12017,"10":3,"107":60,"11":61,"12":2,"13":34,"14":18,"15":5,"155":6,"158":1,"159":1,"16":4,"161":10,"167":4,"17":5,"18":88,"19":6,"20":5,"209":4,"21":35,"210":3,"211":1,"214":2,"215":9,"221":25,"223":41,"224":8,"225":85,"23":37,"24":99,"25":32,"257":10,"26":11,"27":12,"273":3,"276":1,"279":2,"28":20,"282":5,"291":2,"292":5,"30":5,"31":5,"32":3,"33":5,"34":7,"347":1,"35":9,"352":83,"36":17,"37":2,"38":53,"380":2,"381":2,"383":5,"39":9,"391":3,"396":1,"397":2,"40":6,"41":14,"414":2,"415":4,"419":1,"42":9,"426":2,"43":7,"430":2,"44":4,"45":1,"46":9,"48":7,"49":10,"5":54,"51":2,"52":1,"53":6,"56":5,"6":14,"63":1,"7":38,"8":15,"9":13,"all_client":13223,"all_tv_clinet":1206,"insert_time":"2014-08-20T19:16:05.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11966,"10":3,"107":63,"11":62,"12":1,"13":32,"14":18,"15":5,"155":6,"158":1,"159":1,"16":3,"161":11,"167":4,"17":4,"18":89,"19":5,"20":5,"209":4,"21":33,"210":3,"211":1,"214":2,"215":8,"221":24,"223":42,"224":6,"225":86,"23":38,"24":100,"25":32,"257":10,"26":10,"27":12,"273":2,"276":1,"279":2,"28":20,"282":5,"291":2,"292":5,"30":5,"31":5,"32":3,"33":7,"34":7,"347":1,"35":8,"352":84,"36":19,"37":1,"38":54,"380":2,"381":2,"383":4,"39":11,"391":3,"396":1,"397":2,"40":6,"41":11,"414":2,"415":4,"419":1,"42":8,"426":2,"43":7,"430":1,"44":4,"45":2,"46":9,"48":6,"49":10,"5":56,"51":2,"53":6,"56":5,"6":13,"63":1,"7":39,"8":14,"9":14,"all_client":13169,"all_tv_clinet":1203,"insert_time":"2014-08-20T19:17:05.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11884,"10":3,"107":64,"11":63,"12":2,"13":31,"14":18,"15":4,"155":6,"158":1,"159":1,"16":4,"161":10,"167":4,"17":3,"18":89,"19":6,"20":5,"209":4,"21":35,"210":3,"211":1,"214":2,"215":7,"221":25,"223":41,"224":6,"225":88,"23":37,"24":95,"25":29,"257":9,"26":8,"27":11,"273":2,"276":1,"279":2,"28":20,"282":5,"291":2,"292":5,"30":5,"31":6,"32":3,"33":8,"34":6,"347":1,"35":8,"352":86,"36":19,"37":2,"38":51,"380":2,"381":3,"383":4,"39":10,"391":3,"397":2,"40":7,"41":12,"414":1,"415":4,"419":2,"42":8,"426":3,"43":7,"44":4,"45":2,"46":13,"48":6,"49":10,"5":55,"51":2,"52":1,"53":7,"56":5,"6":12,"63":1,"7":39,"8":14,"9":16,"all_client":13086,"all_tv_clinet":1202,"insert_time":"2014-08-20T19:18:05.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11820,"10":2,"107":67,"11":67,"12":1,"13":32,"14":18,"15":4,"155":6,"158":1,"159":1,"16":4,"161":8,"167":4,"17":3,"18":88,"19":6,"20":5,"209":4,"21":37,"210":4,"211":1,"214":2,"215":7,"221":26,"223":39,"224":6,"225":90,"23":37,"24":91,"25":30,"257":9,"26":9,"27":11,"273":2,"276":1,"279":2,"28":20,"282":5,"291":2,"292":5,"30":4,"31":6,"32":3,"33":8,"34":6,"347":1,"35":8,"352":81,"36":19,"37":3,"38":51,"380":2,"381":3,"383":4,"39":10,"391":3,"397":1,"40":7,"41":12,"414":2,"415":4,"419":2,"42":9,"426":2,"43":7,"44":4,"45":2,"46":12,"48":6,"49":10,"5":54,"51":2,"52":1,"53":7,"56":5,"6":13,"63":2,"7":38,"8":13,"9":18,"all_client":13022,"all_tv_clinet":1202,"insert_time":"2014-08-20T19:19:05.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11769,"10":2,"107":64,"11":68,"12":1,"13":37,"14":19,"15":4,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":3,"18":84,"19":6,"20":5,"209":3,"21":37,"210":3,"211":1,"214":2,"215":7,"221":24,"223":40,"224":7,"225":83,"23":37,"24":89,"25":33,"257":8,"26":9,"27":10,"273":2,"276":1,"279":2,"28":20,"282":5,"291":2,"292":5,"30":4,"31":7,"32":3,"33":7,"34":5,"347":1,"35":8,"352":80,"36":20,"37":3,"38":50,"380":2,"381":3,"383":4,"39":11,"391":3,"397":1,"40":8,"41":12,"414":2,"415":4,"419":2,"42":10,"426":2,"43":6,"44":4,"45":3,"46":12,"48":4,"49":11,"5":53,"51":2,"52":1,"53":7,"56":5,"6":13,"63":2,"7":39,"8":11,"9":18,"all_client":12960,"all_tv_clinet":1191,"insert_time":"2014-08-20T19:20:06.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11695,"10":2,"107":66,"11":65,"12":1,"13":37,"14":18,"15":4,"155":6,"158":1,"159":1,"16":4,"161":8,"167":4,"17":3,"18":83,"19":6,"20":5,"209":3,"21":38,"210":3,"211":1,"214":1,"215":6,"221":25,"223":42,"224":7,"225":83,"23":33,"24":86,"25":34,"257":9,"26":9,"27":10,"273":2,"276":1,"279":1,"28":19,"282":5,"291":2,"292":4,"30":4,"31":7,"32":3,"33":6,"34":7,"347":1,"35":7,"352":79,"36":20,"37":4,"38":51,"380":2,"381":2,"383":3,"39":11,"391":3,"397":1,"40":7,"41":12,"414":3,"415":3,"419":1,"42":9,"426":1,"43":6,"44":4,"45":3,"46":11,"48":4,"49":11,"5":55,"51":2,"52":2,"53":7,"56":5,"6":12,"63":2,"7":38,"8":11,"9":18,"all_client":12871,"all_tv_clinet":1176,"insert_time":"2014-08-20T19:21:06.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11647,"10":3,"107":67,"11":62,"12":1,"13":36,"14":18,"15":3,"155":6,"158":1,"159":1,"16":4,"161":7,"167":4,"17":3,"18":83,"19":6,"20":5,"209":3,"21":38,"210":3,"211":1,"214":1,"215":6,"221":24,"223":40,"224":6,"225":81,"23":34,"24":83,"25":34,"257":11,"26":9,"27":10,"273":2,"276":1,"279":1,"28":20,"282":5,"291":2,"292":4,"30":4,"31":7,"32":3,"33":6,"34":7,"347":1,"35":6,"352":86,"36":22,"37":6,"38":48,"380":3,"381":2,"383":3,"39":11,"391":3,"397":1,"40":8,"41":12,"414":3,"415":3,"42":9,"426":1,"43":5,"44":4,"45":3,"46":11,"48":4,"49":11,"5":55,"51":2,"52":2,"53":7,"56":5,"6":12,"63":1,"7":37,"8":10,"9":18,"all_client":12818,"all_tv_clinet":1171,"insert_time":"2014-08-20T19:22:06.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11562,"10":3,"107":64,"11":59,"12":1,"13":35,"14":18,"15":3,"155":6,"158":1,"159":1,"16":5,"161":7,"167":4,"17":3,"18":83,"19":6,"20":6,"209":4,"21":38,"210":3,"211":2,"214":1,"215":6,"221":26,"223":41,"224":6,"225":78,"23":34,"24":81,"25":33,"257":11,"26":7,"27":10,"273":2,"276":1,"279":2,"28":20,"282":5,"291":2,"292":3,"30":4,"31":7,"32":3,"33":6,"34":7,"347":1,"35":6,"352":88,"36":21,"37":6,"38":46,"380":3,"381":2,"383":3,"39":11,"391":3,"397":1,"40":7,"41":12,"414":3,"415":3,"42":8,"426":1,"43":7,"44":5,"45":3,"46":11,"48":3,"49":11,"5":55,"51":2,"52":3,"53":7,"56":5,"6":12,"63":1,"7":38,"8":10,"9":19,"all_client":12727,"all_tv_clinet":1165,"insert_time":"2014-08-20T19:23:06.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11500,"10":3,"107":65,"11":60,"12":1,"13":36,"14":17,"15":3,"155":6,"158":1,"159":1,"16":5,"161":7,"167":4,"17":3,"18":80,"19":5,"20":7,"209":4,"21":39,"210":3,"211":2,"214":1,"215":7,"221":26,"223":41,"224":7,"225":82,"23":35,"24":74,"25":30,"257":11,"26":7,"27":11,"273":2,"276":1,"279":3,"28":21,"282":5,"291":2,"292":3,"30":4,"31":6,"32":3,"33":6,"34":6,"347":1,"35":6,"352":80,"36":21,"37":6,"38":41,"380":3,"381":2,"383":2,"39":11,"391":3,"397":1,"40":7,"41":11,"414":2,"415":3,"42":8,"426":2,"43":7,"44":5,"45":3,"46":12,"48":3,"49":11,"5":57,"51":2,"52":3,"53":7,"56":5,"6":13,"63":1,"7":38,"8":11,"9":18,"all_client":12652,"all_tv_clinet":1152,"insert_time":"2014-08-20T19:24:06.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11413,"10":3,"107":67,"11":59,"12":1,"13":38,"14":16,"15":3,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":3,"18":82,"19":4,"20":7,"209":5,"21":41,"210":3,"211":2,"214":1,"215":7,"221":25,"223":42,"224":7,"225":85,"23":33,"24":75,"25":30,"257":10,"26":9,"27":11,"273":2,"276":1,"279":3,"28":19,"282":5,"291":2,"292":3,"30":3,"31":7,"32":3,"33":6,"34":7,"347":1,"35":6,"352":77,"36":20,"37":5,"38":43,"380":3,"381":2,"383":2,"39":10,"391":3,"397":1,"40":6,"41":13,"414":2,"415":2,"42":7,"426":2,"43":7,"430":1,"44":5,"45":3,"46":12,"48":3,"49":9,"5":58,"51":3,"52":3,"53":7,"56":5,"6":13,"63":1,"7":37,"8":10,"9":18,"all_client":12568,"all_tv_clinet":1155,"insert_time":"2014-08-20T19:25:06.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11353,"10":3,"107":63,"11":59,"12":1,"13":41,"14":15,"15":4,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":3,"18":79,"19":5,"20":6,"209":6,"21":42,"210":3,"211":2,"214":1,"215":7,"221":25,"223":43,"224":7,"225":84,"23":32,"24":72,"25":30,"257":9,"26":8,"27":11,"273":1,"276":1,"279":3,"28":17,"282":5,"291":2,"292":3,"30":3,"31":7,"32":3,"33":6,"34":7,"347":1,"35":6,"352":77,"36":21,"37":5,"38":44,"380":3,"381":2,"383":3,"39":10,"391":3,"397":1,"40":6,"41":13,"414":2,"415":2,"42":7,"426":2,"43":7,"430":1,"44":4,"45":3,"46":11,"48":3,"49":8,"5":59,"51":3,"52":3,"53":7,"56":5,"6":13,"63":1,"7":37,"8":11,"9":18,"all_client":12499,"all_tv_clinet":1146,"insert_time":"2014-08-20T19:26:06.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11289,"10":3,"107":64,"11":57,"12":1,"13":45,"14":16,"15":4,"155":6,"158":1,"159":1,"16":5,"161":9,"167":4,"17":3,"18":82,"19":5,"20":6,"209":7,"21":40,"210":3,"211":2,"214":1,"215":7,"221":24,"223":44,"224":5,"225":84,"23":31,"24":72,"25":30,"257":8,"26":7,"27":11,"273":1,"276":1,"279":4,"28":17,"282":5,"291":2,"292":2,"30":3,"31":7,"32":3,"33":6,"34":7,"347":1,"35":6,"352":77,"36":21,"37":4,"38":45,"380":4,"381":2,"383":3,"39":9,"391":2,"397":1,"40":5,"41":13,"414":3,"415":3,"42":5,"426":1,"43":7,"430":1,"44":4,"45":3,"46":11,"48":4,"49":8,"5":59,"51":2,"52":3,"53":7,"56":5,"6":13,"63":1,"7":37,"8":10,"9":18,"all_client":12433,"all_tv_clinet":1144,"insert_time":"2014-08-20T19:27:06.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11207,"10":3,"107":66,"11":57,"12":1,"13":46,"14":15,"15":4,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":3,"18":85,"19":4,"20":6,"209":6,"21":39,"210":3,"211":2,"214":1,"215":7,"221":26,"223":42,"224":5,"225":83,"23":28,"24":75,"25":30,"257":8,"26":7,"27":10,"273":1,"276":1,"279":3,"28":16,"282":5,"291":2,"292":2,"30":3,"31":7,"314":1,"32":3,"33":5,"34":7,"347":1,"35":7,"352":70,"36":21,"37":5,"38":43,"380":3,"381":2,"383":4,"39":9,"391":2,"397":1,"40":5,"41":13,"414":3,"415":3,"419":2,"42":5,"426":1,"43":7,"430":1,"44":2,"45":3,"46":11,"48":4,"49":9,"5":58,"51":2,"52":3,"53":7,"56":5,"6":14,"63":1,"7":37,"8":9,"9":18,"all_client":12341,"all_tv_clinet":1134,"insert_time":"2014-08-20T19:28:06.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11147,"10":3,"107":63,"11":57,"12":1,"13":44,"14":12,"15":3,"155":6,"158":1,"159":1,"16":5,"161":8,"167":4,"17":3,"18":86,"19":3,"20":6,"209":6,"21":37,"210":3,"211":2,"214":1,"215":7,"221":25,"223":41,"224":5,"225":83,"23":26,"24":74,"25":30,"257":9,"26":6,"27":11,"273":1,"276":1,"279":3,"28":16,"282":5,"291":2,"292":2,"30":3,"31":7,"314":1,"32":3,"33":5,"34":8,"347":1,"35":8,"352":75,"36":19,"37":5,"38":40,"380":3,"381":2,"383":4,"39":9,"391":3,"397":1,"40":5,"41":13,"414":3,"415":3,"419":3,"42":5,"426":1,"43":5,"430":1,"44":2,"45":4,"46":11,"48":3,"49":8,"5":59,"51":4,"52":3,"53":7,"56":5,"6":16,"63":1,"7":38,"8":9,"9":19,"all_client":12274,"all_tv_clinet":1127,"insert_time":"2014-08-20T19:29:06.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11085,"10":4,"107":59,"11":55,"13":46,"14":12,"15":3,"155":7,"158":1,"159":1,"16":6,"161":9,"167":4,"17":3,"18":87,"19":3,"20":6,"209":7,"21":37,"210":3,"211":2,"214":1,"215":8,"221":26,"223":37,"224":6,"225":81,"23":27,"24":73,"25":31,"257":8,"26":6,"27":10,"273":1,"276":1,"279":3,"28":17,"282":5,"291":2,"292":2,"30":3,"31":7,"314":1,"32":3,"33":4,"34":9,"347":1,"35":8,"352":80,"36":16,"37":5,"38":40,"380":3,"381":3,"383":4,"39":9,"391":3,"396":1,"397":1,"40":5,"41":13,"414":4,"415":3,"419":3,"42":5,"43":5,"430":1,"44":3,"45":4,"46":12,"48":3,"49":8,"5":57,"51":4,"52":3,"53":7,"56":5,"6":16,"63":1,"7":38,"8":8,"9":17,"all_client":12211,"all_tv_clinet":1126,"insert_time":"2014-08-20T19:30:06.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11015,"10":4,"107":54,"11":53,"13":43,"14":12,"15":3,"155":7,"158":1,"159":1,"16":6,"161":9,"167":4,"17":3,"18":90,"19":3,"20":6,"209":7,"21":36,"210":3,"211":2,"214":1,"215":8,"221":27,"223":37,"224":6,"225":81,"23":30,"24":67,"25":30,"257":7,"26":5,"27":10,"273":1,"276":1,"279":3,"28":18,"282":5,"291":2,"292":2,"30":3,"31":8,"314":1,"32":4,"33":4,"34":9,"347":1,"35":7,"352":81,"36":16,"37":7,"38":40,"380":2,"381":3,"383":4,"39":10,"391":3,"396":1,"397":1,"40":4,"41":12,"414":3,"415":3,"419":3,"42":5,"43":5,"430":1,"431":1,"44":3,"45":4,"46":12,"48":3,"49":7,"5":58,"51":4,"52":3,"53":7,"56":6,"6":16,"63":1,"7":38,"8":9,"9":18,"all_client":12134,"all_tv_clinet":1119,"insert_time":"2014-08-20T19:31:07.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10963,"10":4,"107":48,"11":52,"13":44,"14":12,"15":3,"155":7,"158":1,"159":1,"16":5,"161":9,"167":3,"17":3,"18":91,"19":3,"20":6,"209":8,"21":33,"210":3,"211":2,"215":8,"221":28,"223":34,"224":5,"225":77,"23":31,"24":65,"25":33,"257":7,"26":6,"27":11,"273":1,"279":3,"28":20,"282":5,"291":2,"292":3,"30":2,"31":8,"314":1,"32":4,"33":4,"34":8,"347":1,"35":8,"352":78,"36":16,"37":7,"38":38,"380":2,"381":3,"383":3,"39":10,"391":2,"396":1,"397":1,"40":4,"41":11,"414":3,"415":3,"419":3,"42":5,"43":5,"430":1,"431":1,"44":3,"45":5,"46":11,"48":3,"49":9,"5":62,"51":4,"52":3,"53":7,"56":6,"6":14,"63":1,"7":37,"79":1,"8":9,"9":16,"all_client":12064,"all_tv_clinet":1101,"insert_time":"2014-08-20T19:32:07.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10891,"10":3,"107":53,"11":53,"13":43,"14":12,"15":3,"155":7,"158":1,"159":1,"16":4,"160":1,"161":9,"167":3,"17":2,"18":93,"19":3,"20":6,"209":8,"21":34,"210":3,"211":2,"215":8,"221":29,"223":33,"224":5,"225":73,"23":31,"24":65,"25":34,"257":7,"26":6,"27":12,"273":1,"279":3,"28":20,"282":5,"291":1,"292":2,"30":1,"31":7,"314":1,"32":5,"33":5,"34":7,"347":1,"35":9,"352":77,"36":15,"37":7,"38":38,"380":1,"381":2,"383":3,"39":10,"391":2,"397":1,"40":4,"41":10,"414":2,"415":3,"419":3,"42":5,"426":1,"43":6,"430":1,"431":1,"44":3,"45":6,"46":10,"48":3,"49":9,"5":63,"51":4,"52":3,"53":5,"56":6,"6":14,"63":1,"7":36,"79":1,"8":9,"9":16,"all_client":11987,"all_tv_clinet":1096,"insert_time":"2014-08-20T19:33:07.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10846,"10":3,"107":51,"11":51,"13":44,"14":15,"15":3,"155":7,"158":1,"159":1,"16":5,"160":1,"161":9,"167":3,"17":2,"18":91,"19":3,"20":6,"209":8,"21":31,"210":2,"211":2,"215":7,"221":27,"223":32,"224":4,"225":70,"23":30,"24":66,"25":33,"257":7,"26":8,"27":12,"273":1,"279":3,"28":20,"282":4,"291":1,"292":2,"30":1,"31":7,"314":1,"32":4,"33":6,"34":6,"347":1,"35":9,"352":76,"36":14,"37":7,"38":39,"380":1,"381":2,"383":3,"39":9,"391":2,"397":1,"40":5,"41":10,"414":2,"415":3,"419":3,"42":5,"426":1,"43":7,"431":1,"44":3,"45":7,"46":13,"48":3,"49":10,"5":61,"51":4,"52":3,"53":5,"56":5,"6":14,"63":1,"7":37,"79":1,"8":8,"9":14,"all_client":11927,"all_tv_clinet":1081,"insert_time":"2014-08-20T19:34:07.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10801,"10":3,"107":53,"11":50,"13":44,"14":16,"15":3,"155":7,"158":1,"159":1,"16":5,"160":1,"161":9,"167":3,"17":2,"18":84,"19":3,"20":6,"209":8,"21":31,"210":2,"211":2,"214":1,"215":7,"221":27,"223":31,"224":4,"225":66,"23":27,"24":66,"25":34,"257":7,"26":9,"27":11,"273":1,"279":3,"28":19,"282":4,"291":1,"292":2,"30":1,"31":7,"314":1,"32":5,"33":6,"34":6,"347":1,"35":9,"352":70,"36":13,"37":7,"38":38,"380":1,"381":2,"383":2,"39":8,"391":3,"397":1,"40":5,"41":10,"414":3,"415":3,"419":3,"42":5,"426":1,"43":7,"431":1,"44":3,"45":7,"46":12,"48":3,"49":9,"5":60,"51":4,"52":5,"53":5,"56":5,"6":14,"63":1,"7":38,"79":1,"8":8,"9":12,"all_client":11861,"all_tv_clinet":1060,"insert_time":"2014-08-20T19:35:07.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10748,"10":3,"107":52,"11":50,"13":47,"14":17,"15":3,"155":7,"158":1,"159":1,"16":6,"160":1,"161":11,"167":3,"17":2,"18":88,"19":2,"20":4,"209":7,"21":32,"210":2,"211":2,"214":1,"215":7,"221":27,"223":33,"224":5,"225":66,"23":26,"24":66,"25":34,"257":6,"26":9,"27":11,"273":1,"279":3,"28":19,"282":4,"291":1,"292":2,"30":1,"31":6,"314":1,"32":5,"33":6,"34":5,"35":9,"352":69,"36":13,"37":8,"38":37,"380":1,"381":2,"383":2,"39":7,"391":3,"397":1,"40":5,"41":9,"414":3,"415":3,"419":3,"42":5,"426":1,"43":7,"431":1,"44":3,"45":7,"46":10,"48":2,"49":9,"5":60,"51":4,"52":6,"53":5,"56":5,"6":13,"63":1,"7":37,"79":1,"8":9,"9":11,"all_client":11806,"all_tv_clinet":1058,"insert_time":"2014-08-20T19:36:07.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10699,"10":3,"107":53,"11":49,"13":42,"14":17,"15":3,"155":7,"158":1,"159":1,"16":6,"160":1,"161":11,"167":3,"17":2,"18":84,"19":2,"20":4,"209":8,"21":31,"210":2,"211":2,"214":1,"215":6,"221":28,"223":32,"224":5,"225":72,"23":27,"24":66,"25":35,"257":6,"26":9,"27":11,"273":1,"279":4,"28":19,"282":3,"291":1,"292":2,"30":1,"31":6,"32":5,"33":5,"34":3,"35":9,"352":67,"36":16,"37":8,"38":36,"380":1,"381":2,"383":2,"39":7,"391":3,"397":1,"40":5,"41":9,"414":3,"415":5,"419":2,"42":5,"426":1,"43":5,"431":1,"44":3,"45":7,"46":10,"48":1,"49":10,"5":59,"51":3,"52":6,"53":5,"56":5,"6":12,"63":1,"7":38,"79":1,"8":10,"9":10,"all_client":11748,"all_tv_clinet":1049,"insert_time":"2014-08-20T19:37:07.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10632,"10":3,"107":54,"11":47,"13":45,"14":17,"15":3,"155":7,"158":1,"159":1,"16":7,"160":1,"161":12,"167":3,"17":2,"18":83,"19":2,"20":4,"209":7,"21":34,"210":2,"211":2,"214":1,"215":7,"221":29,"223":31,"224":5,"225":72,"23":24,"24":65,"25":32,"257":6,"26":9,"27":11,"273":1,"279":4,"28":19,"282":3,"291":1,"292":2,"30":1,"31":5,"32":5,"33":5,"34":4,"35":9,"352":65,"36":15,"37":9,"38":35,"380":1,"381":2,"383":2,"39":6,"391":3,"397":1,"40":5,"41":10,"414":3,"415":3,"419":2,"42":5,"426":1,"43":5,"431":1,"44":3,"45":8,"46":11,"48":1,"49":10,"5":61,"51":2,"52":7,"53":4,"56":5,"6":12,"63":1,"7":37,"79":1,"8":10,"9":10,"all_client":11677,"all_tv_clinet":1045,"insert_time":"2014-08-20T19:38:07.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10580,"10":3,"107":54,"11":44,"13":46,"14":16,"15":3,"155":7,"158":1,"159":1,"16":7,"160":1,"161":12,"167":3,"17":2,"18":81,"19":2,"20":4,"209":6,"21":33,"210":2,"211":2,"214":1,"215":7,"221":29,"223":33,"224":5,"225":69,"23":26,"24":65,"25":31,"257":6,"26":10,"27":9,"273":1,"279":4,"28":18,"282":3,"291":1,"292":3,"30":1,"31":5,"32":5,"33":5,"34":4,"35":9,"352":70,"36":15,"37":9,"38":37,"380":1,"381":2,"383":2,"39":6,"391":3,"397":1,"40":5,"41":11,"414":3,"415":3,"419":2,"42":5,"426":2,"43":5,"431":1,"44":4,"45":8,"46":12,"48":1,"49":11,"5":59,"51":1,"52":7,"53":4,"56":5,"6":12,"63":1,"7":36,"79":1,"8":9,"9":12,"all_client":11626,"all_tv_clinet":1046,"insert_time":"2014-08-20T19:39:07.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10538,"10":3,"107":55,"11":45,"13":49,"14":16,"15":3,"155":7,"158":1,"159":1,"16":7,"160":1,"161":11,"167":3,"17":1,"18":82,"19":2,"20":3,"209":6,"21":33,"210":2,"211":2,"214":1,"215":8,"221":25,"223":37,"224":5,"225":67,"23":24,"24":66,"25":30,"257":6,"26":8,"27":8,"273":1,"279":4,"28":15,"282":3,"291":1,"292":3,"30":1,"31":6,"32":5,"33":5,"34":4,"35":9,"352":74,"36":12,"37":8,"38":38,"380":1,"381":2,"383":3,"39":6,"391":3,"397":1,"40":5,"41":10,"414":4,"415":1,"419":2,"42":5,"426":1,"43":5,"431":1,"44":4,"45":8,"46":12,"48":1,"49":11,"5":63,"51":1,"52":7,"53":4,"56":5,"6":11,"63":1,"7":35,"79":1,"8":8,"9":12,"all_client":11579,"all_tv_clinet":1041,"insert_time":"2014-08-20T19:40:07.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10479,"10":3,"107":52,"11":44,"13":47,"14":17,"15":3,"155":7,"158":1,"159":1,"16":7,"160":1,"161":11,"167":3,"17":1,"18":83,"19":2,"20":3,"209":5,"21":36,"210":2,"211":2,"214":1,"215":8,"221":27,"223":40,"224":5,"225":66,"23":23,"24":66,"25":28,"257":6,"26":7,"27":7,"273":1,"279":3,"28":15,"282":1,"291":1,"292":3,"30":1,"31":6,"32":5,"33":5,"34":4,"35":9,"352":71,"36":12,"37":8,"38":36,"380":1,"381":3,"383":3,"39":5,"391":3,"397":1,"40":5,"41":10,"414":4,"415":2,"419":2,"42":5,"426":1,"43":6,"431":1,"44":4,"45":8,"46":12,"48":1,"49":11,"5":62,"51":1,"52":7,"53":4,"56":4,"6":12,"63":1,"7":34,"79":1,"8":8,"9":12,"all_client":11509,"all_tv_clinet":1030,"insert_time":"2014-08-20T19:41:07.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10430,"10":3,"107":48,"11":41,"13":45,"14":17,"15":3,"155":7,"158":1,"159":1,"16":6,"160":1,"161":10,"167":3,"17":1,"18":83,"19":2,"20":3,"209":5,"21":36,"210":2,"211":2,"214":1,"215":8,"221":24,"223":41,"224":6,"225":67,"23":19,"24":67,"25":26,"257":7,"26":7,"27":7,"273":1,"279":3,"28":15,"282":1,"291":1,"292":3,"30":1,"31":6,"32":5,"33":5,"34":5,"35":9,"352":71,"36":12,"37":8,"38":34,"380":1,"381":3,"383":3,"39":3,"391":4,"397":1,"40":4,"41":9,"414":4,"415":2,"419":2,"42":6,"426":1,"43":6,"431":1,"44":4,"45":8,"46":11,"48":2,"49":11,"5":63,"51":1,"52":7,"53":4,"56":4,"6":16,"63":1,"7":32,"8":9,"80":2,"9":11,"all_client":11446,"all_tv_clinet":1016,"insert_time":"2014-08-20T19:42:08.064Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10403,"10":3,"107":49,"11":39,"13":47,"14":17,"15":3,"155":7,"158":1,"159":1,"16":6,"160":1,"161":8,"167":3,"17":1,"18":84,"19":2,"20":3,"209":4,"21":36,"210":2,"211":2,"214":1,"215":8,"221":26,"223":42,"224":6,"225":65,"23":20,"24":68,"25":25,"257":7,"26":8,"27":7,"273":1,"279":3,"28":14,"282":1,"291":1,"292":3,"30":1,"31":6,"32":5,"33":5,"34":6,"35":9,"352":67,"36":12,"37":7,"38":34,"380":1,"381":3,"383":2,"39":2,"391":4,"397":1,"40":4,"41":9,"414":5,"415":2,"419":2,"42":7,"426":1,"43":6,"431":1,"44":4,"45":8,"46":11,"48":2,"49":11,"5":59,"51":1,"52":7,"53":4,"56":3,"6":16,"63":1,"7":33,"8":10,"80":2,"9":12,"all_client":11414,"all_tv_clinet":1011,"insert_time":"2014-08-20T19:43:08.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10353,"10":3,"107":50,"11":39,"13":46,"14":17,"15":3,"155":7,"158":1,"159":1,"16":6,"160":1,"161":8,"167":3,"17":1,"18":87,"19":2,"20":3,"209":4,"21":38,"210":2,"211":2,"214":1,"215":7,"221":24,"223":42,"224":6,"225":67,"23":19,"24":63,"25":23,"257":7,"26":9,"27":7,"273":1,"279":3,"28":14,"282":1,"291":1,"292":3,"30":1,"31":6,"32":5,"33":5,"34":6,"35":9,"352":69,"36":12,"37":7,"38":36,"380":1,"381":3,"383":2,"39":2,"391":5,"397":1,"40":4,"41":8,"414":6,"415":3,"419":1,"42":7,"426":1,"43":6,"431":1,"44":5,"45":8,"46":11,"48":2,"49":11,"5":57,"52":7,"53":4,"56":2,"6":16,"63":1,"7":32,"8":10,"80":2,"9":12,"all_client":11362,"all_tv_clinet":1009,"insert_time":"2014-08-20T19:44:08.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10306,"10":4,"107":56,"11":38,"13":46,"14":17,"15":4,"155":7,"158":1,"159":1,"16":7,"161":8,"167":2,"17":1,"18":84,"19":2,"20":3,"209":4,"21":39,"210":2,"211":1,"214":1,"215":7,"221":25,"223":38,"224":6,"225":69,"23":20,"24":62,"25":23,"257":6,"26":9,"27":6,"273":1,"279":3,"28":14,"282":1,"291":1,"292":3,"30":1,"31":6,"32":5,"33":6,"34":6,"35":9,"352":72,"36":12,"37":7,"38":33,"380":1,"381":3,"383":2,"39":2,"391":4,"397":1,"40":4,"41":7,"414":6,"415":3,"419":1,"42":7,"426":1,"43":5,"431":1,"44":5,"45":8,"46":11,"48":2,"49":11,"5":57,"52":7,"53":4,"56":2,"6":14,"63":1,"7":35,"8":10,"80":1,"9":12,"all_client":11313,"all_tv_clinet":1007,"insert_time":"2014-08-20T19:45:08.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10249,"10":3,"107":59,"11":41,"13":44,"14":16,"15":5,"155":7,"158":1,"159":1,"16":8,"161":8,"167":2,"17":1,"18":83,"19":2,"20":3,"209":4,"21":39,"210":2,"211":1,"214":1,"215":6,"221":25,"223":38,"224":6,"225":68,"23":21,"24":63,"25":23,"257":6,"26":9,"27":6,"273":2,"279":3,"28":15,"282":1,"291":1,"292":3,"30":1,"31":5,"32":5,"33":6,"34":7,"35":8,"352":70,"36":12,"37":7,"38":31,"380":1,"381":3,"383":3,"39":3,"391":4,"397":1,"40":3,"41":7,"414":5,"415":3,"42":6,"426":2,"43":5,"431":1,"44":6,"45":8,"46":12,"48":3,"49":10,"5":56,"52":7,"53":4,"56":2,"6":14,"63":1,"7":36,"8":10,"80":1,"9":13,"all_client":11258,"all_tv_clinet":1009,"insert_time":"2014-08-20T19:46:08.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10206,"10":2,"107":56,"11":42,"13":46,"14":15,"15":5,"155":6,"158":1,"159":1,"16":8,"161":7,"167":2,"17":1,"18":83,"19":1,"20":3,"209":4,"21":36,"210":2,"211":1,"214":1,"215":7,"221":26,"223":38,"224":6,"225":70,"23":23,"24":62,"25":23,"257":7,"26":9,"27":6,"273":2,"279":3,"28":15,"282":2,"291":1,"292":3,"30":1,"31":5,"32":4,"33":6,"34":7,"35":8,"352":69,"36":12,"37":7,"38":34,"380":1,"381":3,"383":3,"39":3,"391":3,"397":1,"40":3,"41":5,"414":4,"415":2,"42":6,"426":2,"43":5,"431":1,"44":6,"45":8,"46":12,"48":3,"49":8,"5":55,"52":7,"53":5,"56":2,"570":1,"6":13,"63":1,"7":35,"8":10,"80":1,"9":12,"all_client":11206,"all_tv_clinet":1000,"insert_time":"2014-08-20T19:47:08.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10174,"10":1,"107":58,"11":43,"13":44,"14":14,"15":5,"155":6,"158":1,"159":1,"16":8,"161":7,"167":2,"17":1,"18":81,"19":1,"20":3,"209":4,"21":39,"210":2,"211":1,"214":1,"215":7,"221":25,"223":40,"224":6,"225":69,"23":24,"24":62,"25":23,"257":8,"26":9,"27":6,"273":2,"279":2,"28":15,"282":2,"291":1,"292":2,"30":1,"31":6,"32":4,"33":6,"34":7,"35":8,"352":65,"36":11,"37":7,"38":34,"380":1,"381":3,"383":3,"39":4,"391":3,"397":1,"40":3,"41":5,"414":5,"415":3,"42":6,"426":1,"43":4,"44":6,"45":8,"46":13,"48":3,"49":8,"5":55,"52":7,"53":5,"56":2,"570":1,"6":13,"63":1,"7":33,"8":10,"80":1,"9":12,"all_client":11169,"all_tv_clinet":995,"insert_time":"2014-08-20T19:48:08.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10152,"10":1,"107":58,"11":42,"13":43,"14":14,"15":5,"155":6,"158":1,"159":1,"16":7,"161":6,"167":2,"17":1,"18":83,"19":1,"20":3,"209":5,"21":37,"210":2,"211":1,"214":1,"215":7,"221":24,"223":38,"224":6,"225":72,"23":24,"24":60,"25":23,"257":8,"26":10,"27":7,"273":2,"279":2,"28":16,"282":2,"291":1,"292":2,"30":1,"31":6,"32":4,"33":6,"34":7,"35":8,"352":64,"36":11,"37":7,"38":36,"380":1,"381":3,"383":2,"39":5,"391":3,"397":1,"40":3,"41":5,"414":6,"415":4,"42":6,"43":4,"44":6,"45":8,"46":13,"48":3,"49":8,"5":54,"52":7,"53":4,"56":2,"570":1,"6":13,"63":1,"7":31,"8":10,"80":1,"9":11,"all_client":11142,"all_tv_clinet":990,"insert_time":"2014-08-20T19:49:08.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10103,"10":3,"107":60,"11":36,"13":41,"14":13,"15":5,"155":7,"158":1,"159":1,"16":7,"161":7,"167":2,"17":1,"18":81,"19":1,"20":3,"209":5,"21":41,"210":1,"211":1,"214":1,"215":7,"221":20,"223":38,"224":6,"225":74,"23":22,"24":59,"25":23,"257":8,"26":12,"27":7,"273":2,"279":2,"28":16,"282":2,"291":1,"292":2,"30":1,"31":6,"32":3,"33":6,"34":7,"35":7,"352":67,"36":10,"37":6,"38":37,"380":1,"381":3,"383":2,"39":5,"391":4,"397":1,"40":3,"41":5,"414":6,"415":4,"42":7,"43":4,"44":5,"45":8,"46":13,"48":3,"49":8,"5":54,"52":5,"53":4,"56":2,"6":13,"63":1,"7":33,"8":11,"80":1,"9":10,"all_client":11088,"all_tv_clinet":985,"insert_time":"2014-08-20T19:50:08.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10053,"10":4,"107":55,"11":38,"13":41,"14":13,"15":5,"155":7,"158":1,"159":1,"16":7,"161":9,"167":2,"17":1,"18":79,"19":1,"20":2,"209":5,"21":41,"211":1,"214":1,"215":7,"221":21,"223":36,"224":7,"225":73,"23":21,"24":59,"25":21,"257":8,"26":12,"27":7,"273":2,"279":2,"28":15,"282":2,"291":1,"292":2,"30":1,"31":6,"32":2,"33":6,"34":7,"35":8,"352":68,"36":11,"37":6,"38":37,"380":1,"381":3,"383":2,"39":5,"391":4,"397":1,"40":3,"41":5,"414":6,"415":4,"42":7,"43":4,"44":5,"45":8,"46":13,"48":4,"49":8,"5":54,"52":4,"53":4,"56":2,"6":13,"63":1,"7":34,"8":11,"80":1,"9":9,"all_client":11031,"all_tv_clinet":978,"insert_time":"2014-08-20T19:51:08.917Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10008,"10":4,"107":55,"11":36,"13":41,"14":13,"15":5,"155":7,"158":1,"159":1,"16":7,"161":9,"167":2,"17":1,"18":79,"19":1,"20":2,"209":6,"21":41,"211":1,"214":1,"215":8,"221":21,"223":31,"224":7,"225":71,"23":22,"24":58,"25":21,"257":8,"26":12,"27":7,"273":2,"279":2,"28":14,"282":3,"291":1,"292":2,"30":1,"31":4,"32":2,"33":6,"34":7,"35":8,"352":67,"36":11,"37":6,"38":38,"380":1,"381":3,"383":1,"39":5,"391":4,"397":1,"40":3,"41":5,"414":6,"415":4,"42":7,"426":1,"43":4,"44":5,"45":8,"46":17,"48":4,"49":8,"5":58,"51":1,"52":4,"53":4,"56":2,"6":13,"63":1,"7":37,"8":11,"80":1,"9":9,"all_client":10989,"all_tv_clinet":981,"insert_time":"2014-08-20T19:52:09.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9957,"10":5,"107":54,"11":33,"13":41,"14":13,"15":5,"155":6,"158":1,"159":1,"16":6,"161":7,"167":2,"17":1,"18":79,"19":2,"20":2,"209":6,"21":40,"211":1,"214":1,"215":10,"221":23,"223":32,"224":7,"225":73,"23":22,"24":57,"25":21,"257":8,"26":12,"27":7,"273":2,"279":2,"28":12,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":5,"34":7,"35":8,"352":64,"36":10,"37":5,"38":36,"380":1,"381":3,"383":1,"39":5,"391":4,"397":1,"40":3,"41":5,"414":5,"415":4,"42":7,"426":2,"43":4,"44":5,"45":8,"46":17,"48":6,"49":8,"5":58,"51":1,"52":4,"53":4,"56":2,"6":12,"63":1,"7":36,"8":11,"80":1,"9":9,"all_client":10925,"all_tv_clinet":968,"insert_time":"2014-08-20T19:53:09.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9916,"10":5,"107":52,"11":33,"13":40,"14":12,"15":5,"155":6,"158":1,"159":1,"16":6,"161":7,"167":3,"17":1,"18":83,"19":2,"20":2,"209":6,"21":42,"211":1,"214":1,"215":10,"221":23,"223":31,"224":8,"225":75,"23":20,"24":56,"25":21,"257":8,"26":12,"27":7,"273":2,"279":2,"28":12,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":5,"34":6,"35":8,"352":65,"36":10,"37":5,"38":36,"380":1,"381":3,"383":1,"39":4,"391":3,"397":1,"40":2,"41":5,"414":4,"415":4,"42":8,"426":3,"43":4,"44":5,"45":8,"46":17,"48":6,"49":9,"5":60,"51":1,"52":4,"53":4,"56":2,"6":10,"63":1,"7":35,"8":10,"80":1,"9":10,"all_client":10884,"all_tv_clinet":968,"insert_time":"2014-08-20T19:54:09.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9884,"10":5,"107":50,"11":31,"13":40,"14":12,"15":5,"155":6,"158":1,"159":1,"16":6,"161":8,"167":3,"17":1,"18":82,"19":2,"20":2,"209":7,"21":45,"211":1,"214":1,"215":10,"221":24,"223":33,"224":8,"225":76,"23":18,"24":55,"25":22,"257":8,"26":13,"27":6,"273":2,"279":2,"28":13,"282":1,"291":1,"292":2,"30":1,"31":5,"32":2,"33":3,"34":7,"35":7,"352":66,"36":10,"37":5,"38":35,"380":1,"381":3,"383":1,"39":2,"391":3,"397":1,"40":2,"41":5,"414":5,"415":3,"42":8,"426":2,"43":4,"44":5,"45":8,"46":16,"48":6,"49":9,"5":61,"52":3,"53":4,"56":2,"6":10,"63":1,"7":35,"8":10,"80":1,"9":10,"all_client":10849,"all_tv_clinet":965,"insert_time":"2014-08-20T19:55:09.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9845,"10":4,"107":51,"11":32,"13":39,"14":13,"15":5,"155":6,"158":1,"159":1,"16":6,"161":8,"167":3,"17":1,"18":82,"19":2,"20":2,"209":6,"21":42,"211":1,"214":1,"215":10,"221":23,"223":34,"224":7,"225":75,"23":16,"24":57,"25":23,"257":7,"26":13,"27":6,"273":2,"279":2,"28":13,"282":1,"291":1,"292":2,"30":1,"31":5,"32":2,"33":3,"34":7,"35":6,"352":63,"36":10,"37":5,"38":35,"380":1,"381":3,"383":1,"39":3,"391":3,"397":1,"40":2,"41":4,"414":5,"415":5,"42":8,"426":2,"43":4,"44":5,"45":7,"46":15,"48":5,"49":10,"5":61,"52":3,"53":4,"56":2,"6":11,"63":1,"7":35,"8":10,"80":1,"9":10,"all_client":10802,"all_tv_clinet":957,"insert_time":"2014-08-20T19:56:09.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9792,"10":4,"107":46,"11":32,"13":38,"14":13,"15":5,"155":5,"158":3,"159":1,"16":6,"161":9,"167":3,"17":1,"18":82,"19":2,"20":2,"209":6,"21":44,"211":1,"214":1,"215":9,"221":23,"223":33,"224":8,"225":75,"23":16,"24":57,"25":23,"257":7,"26":12,"27":6,"273":2,"279":2,"28":13,"282":1,"291":1,"292":2,"30":1,"31":4,"32":2,"33":3,"34":7,"347":1,"35":4,"352":63,"36":9,"37":5,"38":38,"380":1,"381":3,"383":1,"39":3,"391":3,"397":1,"40":2,"41":4,"414":6,"415":5,"42":8,"426":2,"43":4,"44":4,"45":6,"46":15,"48":4,"49":10,"5":60,"52":3,"53":4,"56":2,"6":12,"63":1,"7":34,"8":11,"80":1,"9":9,"all_client":10742,"all_tv_clinet":950,"insert_time":"2014-08-20T19:57:09.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9713,"10":6,"107":45,"11":31,"13":35,"14":13,"15":4,"155":5,"158":3,"159":1,"16":7,"161":10,"167":3,"17":1,"18":84,"19":2,"20":3,"209":5,"21":43,"211":1,"214":1,"215":9,"221":23,"223":33,"224":8,"225":77,"23":15,"24":57,"25":22,"257":7,"26":9,"27":7,"273":2,"279":2,"28":14,"282":1,"291":1,"292":2,"30":1,"31":3,"32":2,"33":4,"34":7,"347":1,"35":5,"352":65,"36":10,"37":5,"38":36,"380":1,"381":3,"383":1,"39":4,"391":3,"397":1,"40":2,"41":5,"414":6,"415":6,"42":7,"426":2,"43":4,"44":4,"45":6,"46":13,"48":4,"49":10,"5":62,"52":3,"53":4,"56":2,"6":12,"7":35,"8":10,"80":1,"9":10,"all_client":10665,"all_tv_clinet":952,"insert_time":"2014-08-20T19:58:09.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9656,"10":6,"107":45,"11":30,"13":37,"14":12,"15":4,"155":5,"158":3,"159":1,"16":7,"161":10,"167":3,"17":1,"18":84,"19":2,"20":3,"209":6,"21":42,"211":1,"214":1,"215":8,"221":23,"223":35,"224":8,"225":72,"23":15,"24":56,"25":22,"257":8,"26":9,"27":7,"273":2,"279":2,"28":14,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":4,"34":7,"347":1,"35":5,"352":68,"36":11,"37":5,"38":35,"380":1,"381":2,"383":1,"39":3,"391":3,"397":1,"40":2,"41":5,"414":6,"415":6,"42":7,"426":2,"43":5,"44":4,"45":6,"46":13,"48":4,"49":9,"5":60,"52":3,"53":4,"56":2,"6":12,"7":34,"8":10,"80":1,"9":10,"all_client":10603,"all_tv_clinet":947,"insert_time":"2014-08-20T19:59:09.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9617,"10":7,"107":46,"11":29,"13":38,"14":12,"15":4,"155":5,"158":2,"159":1,"16":8,"161":10,"167":3,"17":1,"18":83,"19":2,"20":3,"209":6,"21":41,"211":1,"214":1,"215":7,"221":21,"223":34,"224":8,"225":73,"23":15,"24":54,"25":21,"257":8,"26":9,"27":7,"273":3,"279":3,"28":14,"282":2,"291":1,"292":3,"30":1,"31":3,"32":2,"33":4,"34":7,"347":1,"35":5,"352":70,"36":11,"37":5,"38":36,"380":1,"381":2,"383":1,"39":3,"391":3,"397":1,"40":3,"41":5,"414":6,"415":6,"42":8,"426":2,"43":5,"44":4,"45":6,"46":13,"48":2,"49":9,"5":59,"52":3,"53":4,"56":2,"6":12,"7":34,"8":7,"80":1,"9":9,"all_client":10559,"all_tv_clinet":942,"insert_time":"2014-08-20T20:00:09.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9584,"10":7,"107":45,"11":29,"13":39,"14":12,"15":5,"155":4,"158":2,"159":2,"16":7,"161":10,"167":3,"17":1,"18":85,"19":2,"20":3,"209":6,"21":42,"214":1,"215":6,"221":20,"223":35,"224":9,"225":71,"23":16,"24":54,"25":21,"257":8,"26":10,"27":7,"273":4,"279":4,"28":12,"282":2,"291":1,"292":3,"30":2,"31":4,"32":2,"33":3,"34":6,"347":1,"35":5,"352":68,"36":11,"37":5,"38":38,"380":1,"381":2,"383":1,"39":2,"391":3,"397":1,"40":3,"41":5,"414":6,"415":5,"42":8,"426":2,"43":5,"44":4,"45":6,"46":13,"48":2,"49":9,"5":59,"52":3,"53":4,"56":2,"6":12,"7":34,"8":7,"80":1,"9":8,"all_client":10525,"all_tv_clinet":941,"insert_time":"2014-08-20T20:01:09.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9533,"10":7,"107":46,"11":28,"13":41,"14":12,"15":4,"155":4,"158":2,"159":2,"16":4,"161":11,"167":3,"17":1,"18":85,"19":2,"20":3,"209":6,"21":41,"210":1,"214":1,"215":6,"221":18,"223":33,"224":9,"225":74,"23":15,"24":55,"25":23,"257":8,"26":10,"27":7,"273":4,"279":4,"28":12,"282":2,"291":1,"292":3,"30":2,"31":4,"32":2,"33":3,"34":6,"347":1,"35":5,"352":67,"36":9,"37":5,"38":37,"380":1,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":5,"414":6,"415":6,"42":8,"426":2,"43":5,"44":4,"45":6,"46":13,"48":2,"49":9,"5":62,"52":3,"53":5,"56":2,"6":13,"7":33,"8":7,"80":1,"9":9,"all_client":10474,"all_tv_clinet":941,"insert_time":"2014-08-20T20:02:09.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9509,"10":6,"107":42,"11":30,"13":40,"14":12,"15":4,"155":4,"158":2,"159":2,"16":3,"161":10,"167":3,"17":1,"18":86,"19":2,"20":3,"209":8,"21":40,"210":1,"214":1,"215":6,"221":19,"223":31,"224":7,"225":71,"23":14,"24":53,"25":23,"257":8,"26":11,"27":7,"273":4,"279":5,"28":13,"282":2,"291":1,"292":3,"31":4,"32":2,"33":3,"34":7,"347":1,"35":5,"352":65,"36":11,"37":5,"38":39,"380":1,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":5,"414":6,"415":6,"42":8,"426":2,"43":5,"44":5,"45":6,"46":12,"48":2,"49":9,"5":63,"52":3,"53":5,"56":2,"6":12,"7":33,"8":7,"80":1,"9":10,"all_client":10442,"all_tv_clinet":933,"insert_time":"2014-08-20T20:03:09.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9469,"10":4,"107":45,"11":32,"13":39,"14":12,"15":4,"155":4,"156":1,"158":2,"159":2,"16":3,"161":10,"167":3,"17":1,"18":86,"19":2,"20":3,"209":9,"21":40,"210":1,"214":1,"215":7,"221":18,"223":30,"224":6,"225":69,"23":14,"24":53,"25":22,"257":7,"26":11,"27":7,"273":3,"279":4,"28":14,"282":2,"291":1,"292":3,"31":4,"32":2,"33":3,"34":7,"35":5,"352":69,"36":11,"37":5,"38":38,"380":1,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":4,"414":6,"415":6,"42":8,"426":2,"43":5,"44":6,"45":6,"46":12,"48":2,"49":8,"5":63,"52":4,"53":5,"56":2,"6":12,"63":1,"7":34,"8":7,"80":1,"9":10,"all_client":10403,"all_tv_clinet":934,"insert_time":"2014-08-20T20:04:10.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9434,"10":4,"107":47,"11":31,"13":36,"14":12,"15":4,"155":3,"156":1,"158":2,"159":2,"16":4,"161":10,"167":3,"17":1,"18":86,"19":2,"20":4,"209":9,"21":38,"210":1,"214":1,"215":7,"221":18,"223":29,"224":6,"225":69,"23":15,"24":52,"25":21,"257":7,"26":12,"27":7,"273":3,"279":4,"28":14,"282":2,"291":1,"292":3,"31":3,"32":2,"33":3,"34":7,"35":5,"352":69,"36":12,"37":5,"38":35,"380":1,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":5,"414":6,"415":6,"42":8,"426":2,"43":5,"44":6,"45":6,"46":12,"48":1,"49":7,"5":62,"52":4,"53":4,"56":3,"6":12,"63":1,"7":37,"8":6,"80":1,"9":11,"all_client":10362,"all_tv_clinet":928,"insert_time":"2014-08-20T20:05:10.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9392,"10":5,"107":48,"11":32,"13":36,"14":12,"15":4,"155":3,"156":1,"158":1,"159":2,"16":4,"161":10,"167":3,"17":1,"18":86,"19":2,"20":4,"209":9,"21":37,"210":1,"211":1,"214":1,"215":8,"221":16,"223":29,"224":6,"225":69,"23":15,"24":53,"25":21,"257":7,"26":12,"27":8,"273":3,"279":4,"28":14,"282":2,"291":1,"292":3,"31":3,"32":2,"33":3,"34":7,"35":6,"352":66,"36":11,"37":5,"38":37,"380":1,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":5,"414":6,"415":5,"42":8,"426":2,"43":5,"44":6,"45":7,"46":11,"48":2,"49":6,"5":63,"52":4,"53":4,"56":3,"6":13,"63":1,"7":38,"8":6,"80":1,"9":11,"all_client":10324,"all_tv_clinet":932,"insert_time":"2014-08-20T20:06:10.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9362,"10":5,"107":47,"11":30,"13":34,"14":12,"15":5,"155":3,"156":1,"158":1,"159":2,"16":4,"161":9,"167":3,"17":1,"18":83,"19":2,"20":4,"209":7,"21":36,"210":1,"211":1,"214":1,"215":8,"221":15,"223":30,"224":6,"225":72,"23":16,"24":52,"25":22,"257":7,"26":12,"27":8,"273":3,"279":4,"28":14,"282":2,"291":1,"292":3,"31":2,"32":2,"33":3,"34":8,"35":6,"352":65,"36":11,"37":5,"38":35,"380":2,"381":1,"383":1,"39":1,"391":3,"397":1,"40":3,"41":5,"414":6,"415":5,"42":9,"426":2,"43":6,"44":4,"45":5,"46":11,"48":2,"49":7,"5":62,"52":4,"53":4,"56":3,"6":12,"63":1,"7":34,"8":6,"9":12,"all_client":10278,"all_tv_clinet":916,"insert_time":"2014-08-20T20:07:10.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9334,"10":5,"107":45,"11":32,"13":33,"14":12,"15":5,"155":3,"156":1,"158":1,"159":2,"16":3,"161":9,"167":3,"17":1,"18":81,"19":2,"20":4,"209":7,"21":35,"210":1,"211":1,"214":1,"215":8,"221":16,"223":31,"224":6,"225":67,"23":16,"24":54,"25":22,"257":6,"26":12,"27":9,"273":3,"279":4,"28":15,"282":2,"291":1,"292":4,"31":2,"32":2,"33":3,"34":7,"35":6,"352":67,"36":10,"37":5,"38":35,"380":2,"381":1,"383":1,"39":1,"391":2,"397":1,"40":3,"41":5,"414":6,"415":4,"42":9,"426":1,"43":6,"44":4,"45":5,"46":11,"48":2,"49":6,"5":64,"52":4,"53":4,"56":3,"6":14,"63":1,"7":36,"8":6,"9":12,"all_client":10248,"all_tv_clinet":914,"insert_time":"2014-08-20T20:08:10.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9290,"10":4,"107":46,"11":32,"13":33,"14":12,"15":5,"155":3,"156":1,"158":1,"159":2,"16":2,"161":7,"167":2,"17":1,"18":83,"19":2,"20":4,"209":6,"21":35,"210":1,"211":1,"214":2,"215":8,"221":17,"223":32,"224":7,"225":67,"23":17,"24":53,"25":22,"257":5,"26":12,"27":8,"273":3,"279":4,"28":16,"282":2,"291":1,"292":4,"31":2,"32":2,"33":3,"34":8,"35":6,"352":63,"36":12,"37":5,"38":32,"380":2,"381":1,"383":1,"39":1,"391":2,"397":1,"40":3,"41":6,"414":6,"415":4,"42":8,"426":1,"43":6,"44":3,"45":6,"46":12,"48":1,"49":6,"5":66,"52":4,"53":4,"56":3,"6":14,"63":1,"7":35,"8":5,"9":12,"all_client":10200,"all_tv_clinet":910,"insert_time":"2014-08-20T20:09:10.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9260,"10":4,"107":45,"11":33,"13":35,"14":12,"15":4,"155":3,"156":1,"158":1,"159":2,"16":2,"161":7,"167":2,"17":1,"18":79,"19":2,"20":4,"209":5,"21":36,"210":1,"211":1,"214":2,"215":11,"221":17,"223":32,"224":7,"225":67,"23":16,"24":56,"25":22,"257":5,"26":11,"27":8,"273":3,"279":4,"28":16,"282":2,"291":1,"292":4,"31":2,"32":2,"33":4,"34":8,"35":6,"352":60,"36":10,"37":5,"38":33,"380":1,"381":1,"383":1,"39":2,"391":2,"397":1,"40":3,"41":6,"414":6,"415":4,"42":8,"426":1,"43":5,"44":3,"45":6,"46":10,"49":5,"5":62,"52":4,"53":4,"56":3,"6":14,"63":1,"7":35,"8":5,"9":13,"all_client":10160,"all_tv_clinet":900,"insert_time":"2014-08-20T20:10:10.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9189,"10":3,"107":44,"11":30,"13":34,"14":12,"15":3,"155":3,"156":1,"158":1,"159":2,"16":3,"161":8,"167":2,"17":1,"18":81,"19":2,"20":4,"209":5,"21":37,"210":1,"211":1,"214":2,"215":10,"221":16,"223":32,"224":7,"225":67,"23":18,"24":55,"25":26,"257":5,"26":10,"27":8,"273":3,"279":4,"28":16,"282":2,"291":1,"292":4,"31":3,"32":2,"33":4,"34":12,"35":6,"352":59,"36":10,"37":5,"38":30,"380":1,"381":1,"383":1,"39":2,"391":2,"397":1,"40":3,"41":6,"414":6,"415":4,"42":8,"426":1,"43":4,"44":3,"45":6,"46":10,"49":5,"5":64,"52":4,"53":4,"56":3,"6":14,"63":1,"7":35,"8":5,"9":13,"all_client":10091,"all_tv_clinet":902,"insert_time":"2014-08-20T20:11:10.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9139,"10":3,"107":45,"11":30,"13":34,"14":13,"15":3,"155":3,"156":1,"158":1,"159":2,"16":2,"161":8,"167":2,"17":1,"18":78,"19":2,"20":4,"209":4,"21":38,"210":1,"211":1,"214":2,"215":10,"221":17,"223":31,"224":7,"225":69,"23":19,"24":58,"25":25,"257":5,"26":10,"27":8,"273":3,"279":4,"28":16,"282":2,"291":1,"292":3,"31":3,"32":3,"33":5,"34":13,"35":6,"352":56,"36":11,"37":5,"38":33,"380":1,"381":2,"383":1,"39":2,"391":2,"397":1,"40":3,"41":6,"414":4,"415":4,"42":8,"426":3,"43":4,"44":3,"45":6,"46":10,"49":6,"5":62,"51":1,"52":4,"53":5,"56":3,"6":14,"63":1,"7":31,"8":4,"9":13,"all_client":10044,"all_tv_clinet":905,"insert_time":"2014-08-20T20:12:10.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9092,"10":3,"107":41,"11":31,"13":34,"14":12,"15":3,"155":3,"156":1,"158":1,"159":1,"16":2,"161":9,"167":2,"17":1,"18":76,"19":1,"20":4,"209":4,"21":36,"210":1,"211":1,"214":2,"215":10,"221":19,"223":30,"224":7,"225":70,"23":17,"24":57,"25":23,"257":5,"26":10,"27":9,"273":2,"279":4,"28":15,"282":2,"291":2,"292":3,"31":3,"32":3,"33":5,"34":14,"35":5,"352":53,"36":13,"37":4,"38":31,"380":1,"381":2,"383":1,"39":2,"391":2,"397":1,"40":3,"409":1,"41":7,"414":2,"415":3,"42":8,"426":4,"43":5,"44":3,"45":7,"46":12,"49":6,"5":62,"51":2,"52":4,"53":6,"56":3,"6":13,"63":1,"7":31,"8":4,"9":13,"all_client":9986,"all_tv_clinet":894,"insert_time":"2014-08-20T20:13:10.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9068,"10":2,"107":41,"11":32,"13":34,"14":12,"15":3,"155":3,"156":1,"158":1,"159":1,"16":2,"161":8,"167":3,"17":1,"18":76,"19":1,"20":4,"209":4,"21":36,"210":1,"211":1,"214":2,"215":11,"221":20,"223":29,"224":6,"225":69,"23":20,"24":57,"25":22,"257":5,"26":8,"268":1,"27":10,"273":2,"279":4,"28":15,"282":1,"291":2,"292":3,"31":3,"32":3,"33":5,"34":13,"35":5,"352":52,"36":13,"37":4,"38":33,"380":1,"381":2,"383":1,"39":3,"391":2,"397":1,"40":4,"409":1,"41":7,"414":2,"415":3,"42":7,"426":4,"43":5,"44":3,"45":6,"46":12,"49":6,"5":63,"51":2,"52":4,"53":5,"56":3,"6":12,"63":1,"7":31,"8":4,"9":14,"all_client":9962,"all_tv_clinet":894,"insert_time":"2014-08-20T20:14:10.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9031,"10":2,"107":41,"11":34,"13":34,"14":10,"15":3,"155":3,"156":1,"158":2,"159":1,"16":2,"161":8,"167":3,"17":1,"18":77,"19":1,"20":4,"209":4,"21":33,"210":1,"211":1,"214":2,"215":11,"221":20,"223":30,"224":6,"225":64,"23":22,"24":56,"25":21,"257":5,"26":7,"268":1,"27":11,"273":1,"279":4,"28":14,"282":1,"291":2,"292":3,"31":3,"32":4,"33":5,"34":12,"35":5,"352":52,"36":13,"37":3,"38":35,"380":1,"381":1,"383":2,"39":3,"391":2,"397":1,"40":4,"409":1,"41":7,"414":4,"415":3,"42":9,"426":2,"43":5,"44":2,"45":6,"46":12,"49":5,"5":61,"51":2,"52":5,"53":4,"56":3,"6":12,"63":1,"7":29,"8":3,"9":15,"all_client":9915,"all_tv_clinet":884,"insert_time":"2014-08-20T20:15:11.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8986,"10":2,"107":43,"11":33,"13":30,"14":10,"15":1,"155":3,"156":1,"158":2,"159":1,"16":2,"161":11,"167":3,"17":1,"18":76,"19":1,"20":4,"209":4,"21":32,"210":1,"211":1,"214":2,"215":12,"221":20,"223":30,"224":4,"225":60,"23":22,"24":57,"25":22,"257":6,"26":7,"268":1,"27":11,"273":2,"279":4,"28":13,"282":1,"291":2,"292":3,"31":3,"32":4,"33":4,"34":13,"35":5,"352":51,"36":13,"37":4,"38":33,"380":1,"381":1,"383":2,"39":2,"391":2,"397":1,"40":5,"41":8,"414":6,"415":3,"42":9,"43":5,"44":2,"45":5,"46":11,"49":4,"5":59,"51":2,"52":5,"53":4,"56":3,"6":12,"63":1,"7":28,"8":3,"9":17,"all_client":9858,"all_tv_clinet":872,"insert_time":"2014-08-20T20:16:11.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8941,"10":3,"107":41,"11":30,"13":31,"14":10,"15":1,"155":3,"156":1,"158":1,"159":1,"16":2,"161":12,"167":2,"17":1,"18":77,"19":1,"20":4,"209":4,"21":32,"210":2,"211":1,"214":2,"215":10,"221":21,"223":30,"224":4,"225":61,"23":22,"24":56,"25":20,"257":6,"26":7,"268":1,"27":11,"273":2,"279":4,"28":13,"282":1,"291":2,"292":3,"31":3,"314":1,"32":4,"33":4,"34":13,"35":5,"352":55,"36":13,"37":3,"38":31,"380":2,"381":1,"383":2,"39":2,"391":1,"397":2,"40":5,"41":7,"414":6,"415":2,"419":1,"42":8,"43":5,"44":2,"45":5,"46":11,"49":3,"5":59,"51":2,"52":5,"53":4,"56":3,"6":11,"63":1,"7":27,"8":3,"9":18,"all_client":9807,"all_tv_clinet":866,"insert_time":"2014-08-20T20:17:11.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8886,"10":3,"107":44,"11":29,"13":31,"14":10,"15":1,"155":3,"156":1,"159":1,"16":2,"161":11,"167":2,"17":1,"18":75,"19":1,"20":4,"209":4,"21":31,"210":2,"211":1,"214":2,"215":10,"221":21,"223":30,"224":4,"225":60,"23":22,"24":57,"25":21,"257":6,"26":8,"268":1,"27":11,"273":2,"279":4,"28":13,"282":1,"291":2,"292":3,"31":3,"314":1,"32":4,"33":4,"34":12,"35":4,"352":58,"36":12,"37":3,"38":35,"380":2,"381":1,"383":2,"39":2,"391":1,"397":2,"40":5,"41":7,"414":7,"415":2,"419":1,"42":6,"43":5,"44":2,"45":4,"46":11,"49":3,"5":60,"51":2,"52":5,"53":4,"56":3,"6":11,"63":1,"7":28,"8":3,"9":18,"all_client":9755,"all_tv_clinet":869,"insert_time":"2014-08-20T20:18:11.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8852,"10":3,"107":39,"11":29,"13":30,"14":10,"15":1,"155":3,"156":1,"159":1,"16":2,"161":10,"167":2,"17":1,"18":76,"19":2,"20":4,"209":4,"21":32,"210":2,"211":1,"214":2,"215":11,"221":21,"223":32,"224":4,"225":59,"23":20,"24":60,"25":23,"257":6,"26":9,"268":1,"27":12,"273":2,"279":4,"28":13,"282":1,"291":2,"292":2,"31":3,"314":1,"32":4,"33":4,"34":9,"35":4,"352":58,"36":12,"37":2,"38":36,"380":1,"381":1,"383":2,"39":3,"391":1,"397":2,"40":4,"41":7,"414":8,"415":2,"419":1,"42":4,"43":5,"44":2,"45":4,"46":10,"49":4,"5":62,"51":2,"52":5,"53":4,"56":3,"6":11,"63":1,"7":27,"8":4,"9":18,"all_client":9720,"all_tv_clinet":868,"insert_time":"2014-08-20T20:19:11.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8808,"10":2,"107":37,"11":29,"13":27,"14":11,"15":1,"155":3,"156":1,"159":1,"16":2,"161":10,"167":2,"17":2,"18":76,"19":2,"20":4,"209":4,"21":34,"210":2,"211":1,"214":2,"215":10,"221":21,"223":30,"224":4,"225":58,"23":22,"24":59,"25":23,"257":6,"26":9,"268":1,"27":11,"273":2,"279":4,"28":12,"282":1,"291":2,"292":2,"31":3,"314":1,"32":4,"33":4,"34":10,"35":5,"352":59,"36":12,"37":3,"38":35,"381":1,"383":2,"39":3,"391":1,"397":2,"40":3,"41":7,"414":8,"415":2,"419":1,"42":4,"43":5,"44":2,"45":4,"46":11,"49":4,"5":61,"51":2,"52":5,"53":5,"56":2,"6":11,"63":1,"7":24,"8":4,"9":19,"all_client":9668,"all_tv_clinet":860,"insert_time":"2014-08-20T20:20:11.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8762,"10":3,"107":35,"11":30,"13":25,"14":11,"15":1,"155":3,"156":1,"16":2,"161":10,"167":2,"17":2,"18":76,"19":3,"20":4,"209":4,"21":39,"210":1,"211":1,"214":2,"215":10,"221":23,"223":31,"224":4,"225":62,"23":22,"24":59,"25":24,"257":6,"26":10,"268":1,"27":11,"279":4,"28":12,"282":1,"291":3,"292":2,"31":3,"32":5,"33":4,"34":9,"35":5,"352":63,"36":13,"37":4,"38":32,"381":2,"383":2,"39":3,"391":1,"397":2,"40":4,"41":8,"414":6,"415":2,"419":1,"42":4,"426":1,"43":5,"44":2,"45":4,"46":11,"49":4,"5":60,"51":2,"52":4,"53":5,"56":2,"6":9,"63":1,"7":26,"8":4,"9":20,"all_client":9635,"all_tv_clinet":873,"insert_time":"2014-08-20T20:21:11.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8728,"10":3,"107":35,"11":30,"13":24,"14":11,"15":1,"155":3,"156":1,"16":2,"161":10,"167":2,"17":3,"18":74,"19":3,"20":5,"209":4,"21":39,"210":1,"211":1,"214":2,"215":9,"221":24,"223":33,"224":4,"225":62,"23":22,"24":58,"25":25,"257":6,"26":8,"268":1,"27":11,"279":4,"28":12,"282":1,"291":3,"292":2,"31":3,"314":1,"32":5,"33":5,"34":8,"347":1,"35":6,"352":64,"36":11,"37":4,"38":31,"381":1,"383":2,"39":1,"391":1,"397":1,"40":4,"41":8,"414":5,"415":2,"419":1,"42":4,"426":2,"43":5,"44":2,"45":4,"46":11,"49":4,"5":62,"51":2,"52":3,"53":4,"56":2,"6":9,"63":1,"7":26,"8":3,"9":19,"all_client":9595,"all_tv_clinet":867,"insert_time":"2014-08-20T20:22:11.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8678,"10":4,"107":33,"11":31,"13":22,"14":10,"15":1,"155":3,"156":1,"16":2,"161":10,"167":2,"17":3,"18":71,"19":3,"20":5,"209":4,"21":36,"210":1,"211":1,"214":2,"215":9,"221":23,"223":33,"224":5,"225":64,"23":18,"24":60,"25":22,"257":7,"26":8,"268":1,"27":11,"279":4,"28":12,"282":2,"291":3,"292":1,"30":1,"31":3,"314":1,"32":5,"33":5,"34":8,"347":2,"35":6,"352":65,"36":11,"37":4,"38":31,"381":2,"383":2,"39":1,"391":1,"397":1,"40":4,"41":8,"414":5,"415":2,"419":1,"42":4,"426":2,"43":5,"44":1,"45":4,"46":11,"49":4,"5":63,"51":2,"52":3,"53":3,"56":2,"6":8,"63":1,"7":25,"8":3,"80":1,"9":22,"all_client":9539,"all_tv_clinet":861,"insert_time":"2014-08-20T20:23:11.598Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8643,"10":4,"107":32,"11":32,"13":22,"14":10,"15":3,"155":3,"156":1,"16":2,"161":11,"167":2,"17":3,"18":68,"19":3,"20":5,"209":4,"21":36,"210":1,"211":1,"214":1,"215":10,"221":21,"223":34,"224":5,"225":67,"23":18,"24":58,"25":25,"257":7,"26":9,"268":1,"27":12,"279":4,"28":14,"282":2,"291":3,"292":1,"30":1,"31":3,"314":1,"32":4,"33":5,"34":8,"347":2,"35":5,"352":63,"36":11,"37":4,"38":28,"381":1,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":4,"415":2,"419":1,"42":4,"426":4,"43":5,"45":4,"46":11,"48":1,"49":4,"5":63,"51":2,"52":3,"53":3,"56":2,"6":8,"63":1,"7":26,"79":1,"8":3,"80":1,"9":22,"all_client":9505,"all_tv_clinet":862,"insert_time":"2014-08-20T20:24:11.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8616,"10":4,"107":34,"11":34,"13":25,"14":11,"15":3,"155":3,"16":2,"161":11,"167":2,"17":4,"18":67,"19":3,"20":5,"209":4,"21":37,"210":1,"211":1,"214":1,"215":10,"221":20,"223":33,"224":5,"225":68,"23":18,"24":57,"25":23,"257":8,"26":9,"27":12,"279":4,"28":14,"282":2,"291":3,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":8,"347":2,"35":5,"352":60,"36":10,"37":3,"38":28,"381":2,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":6,"415":2,"419":2,"42":4,"426":3,"43":4,"45":4,"46":11,"48":1,"49":6,"5":65,"51":2,"52":2,"53":3,"56":2,"6":8,"63":1,"7":27,"79":1,"8":4,"80":1,"9":23,"all_client":9484,"all_tv_clinet":868,"insert_time":"2014-08-20T20:25:11.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8580,"10":3,"107":37,"11":34,"13":28,"14":11,"15":3,"155":3,"16":2,"161":11,"167":1,"17":4,"18":66,"19":3,"20":5,"209":4,"21":36,"210":2,"211":1,"214":1,"215":10,"221":21,"223":33,"224":7,"225":71,"23":18,"24":56,"25":23,"257":8,"26":9,"27":12,"279":4,"28":14,"282":1,"291":3,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":8,"347":1,"35":5,"352":57,"36":10,"37":3,"38":28,"381":2,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":6,"415":2,"419":2,"42":4,"426":3,"43":4,"45":3,"46":10,"48":1,"49":6,"5":64,"51":2,"52":2,"53":3,"56":2,"6":8,"63":1,"7":26,"79":1,"8":4,"9":24,"all_client":9447,"all_tv_clinet":867,"insert_time":"2014-08-20T20:26:11.811Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8551,"10":2,"107":40,"11":34,"13":28,"14":11,"15":4,"155":3,"16":3,"161":11,"167":1,"17":4,"18":66,"19":3,"20":5,"209":4,"21":36,"210":2,"214":2,"215":10,"221":19,"223":36,"224":6,"225":67,"23":18,"24":56,"25":22,"257":8,"26":10,"27":11,"273":1,"279":5,"28":14,"282":1,"291":3,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":8,"347":1,"35":6,"352":58,"36":10,"37":3,"38":25,"381":2,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":6,"415":3,"419":2,"42":4,"426":3,"43":4,"45":4,"46":9,"49":6,"5":65,"51":2,"52":2,"53":4,"56":2,"6":8,"63":1,"7":22,"79":1,"8":4,"9":23,"all_client":9415,"all_tv_clinet":864,"insert_time":"2014-08-20T20:27:11.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8529,"10":2,"107":42,"11":33,"13":27,"14":13,"15":4,"155":3,"16":3,"161":11,"167":1,"17":4,"18":67,"19":3,"20":5,"209":4,"21":38,"210":3,"214":2,"215":9,"221":20,"223":37,"224":6,"225":68,"23":17,"24":57,"25":23,"257":7,"26":11,"27":9,"273":1,"279":5,"28":15,"282":1,"291":2,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":8,"347":1,"35":6,"352":56,"36":11,"37":3,"38":26,"381":2,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":5,"415":3,"419":1,"42":4,"426":4,"43":4,"45":4,"46":9,"49":5,"5":68,"51":1,"52":2,"53":4,"6":8,"63":1,"7":24,"79":1,"8":2,"9":23,"all_client":9398,"all_tv_clinet":869,"insert_time":"2014-08-20T20:28:11.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8503,"10":2,"107":43,"11":33,"13":28,"14":14,"15":4,"155":3,"16":3,"161":10,"167":1,"17":4,"18":69,"19":3,"20":5,"209":4,"21":37,"210":3,"214":2,"215":9,"221":21,"223":35,"224":6,"225":68,"23":18,"24":56,"25":22,"257":7,"26":11,"27":9,"273":1,"279":5,"28":14,"282":1,"291":2,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":7,"347":1,"35":5,"352":56,"36":11,"37":3,"38":24,"381":2,"383":2,"39":3,"391":1,"397":1,"40":3,"41":7,"414":5,"415":2,"42":3,"426":4,"43":4,"45":4,"46":9,"49":6,"5":66,"51":1,"52":2,"53":5,"6":8,"63":1,"7":24,"79":2,"8":2,"9":20,"all_client":9364,"all_tv_clinet":861,"insert_time":"2014-08-20T20:29:12.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8478,"10":3,"107":43,"11":33,"13":29,"14":13,"15":4,"155":3,"16":3,"161":11,"167":1,"17":4,"18":70,"19":3,"20":5,"209":4,"21":36,"210":3,"214":2,"215":8,"221":21,"223":35,"224":7,"225":67,"23":19,"24":56,"25":22,"257":7,"26":10,"27":9,"273":1,"279":4,"28":14,"282":1,"291":2,"292":1,"30":1,"31":2,"314":1,"32":4,"33":5,"34":7,"347":1,"35":6,"352":55,"36":10,"37":2,"38":25,"381":2,"383":2,"39":3,"391":1,"397":1,"40":3,"41":6,"414":5,"415":2,"42":3,"426":3,"43":4,"430":1,"45":4,"46":8,"49":6,"5":63,"52":2,"53":6,"6":8,"63":1,"7":24,"79":1,"8":3,"9":20,"all_client":9333,"all_tv_clinet":855,"insert_time":"2014-08-20T20:30:12.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8445,"10":3,"107":44,"11":33,"13":26,"14":12,"15":4,"155":3,"16":3,"161":10,"167":1,"17":4,"18":69,"19":3,"20":5,"209":4,"21":38,"210":3,"214":3,"215":7,"221":22,"223":36,"224":7,"225":67,"23":20,"24":51,"25":23,"257":7,"26":11,"27":9,"273":1,"279":4,"28":14,"282":1,"291":2,"292":1,"30":1,"31":2,"32":4,"33":4,"34":7,"347":1,"35":6,"352":56,"36":9,"37":2,"38":26,"381":2,"383":2,"39":3,"391":3,"397":1,"40":3,"41":6,"414":5,"415":2,"42":3,"426":3,"43":4,"430":1,"45":3,"46":8,"49":4,"5":63,"52":2,"53":6,"6":9,"63":1,"7":25,"79":1,"8":3,"9":20,"all_client":9297,"all_tv_clinet":852,"insert_time":"2014-08-20T20:31:12.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8440,"10":3,"107":44,"11":33,"13":27,"14":12,"15":4,"155":3,"16":3,"161":9,"167":1,"17":4,"18":70,"19":3,"20":5,"209":4,"21":37,"210":2,"214":3,"215":8,"221":21,"223":34,"224":5,"225":68,"23":21,"24":52,"25":24,"257":6,"26":11,"27":9,"273":1,"279":4,"28":14,"282":1,"291":2,"292":1,"30":1,"31":2,"32":4,"33":4,"34":8,"347":1,"35":5,"352":54,"36":10,"37":2,"38":28,"381":1,"383":2,"39":3,"391":2,"397":1,"40":3,"41":6,"414":5,"415":2,"42":3,"426":3,"43":3,"430":1,"45":4,"46":8,"49":3,"5":62,"52":2,"53":6,"6":9,"63":1,"7":25,"79":1,"8":3,"9":18,"all_client":9285,"all_tv_clinet":845,"insert_time":"2014-08-20T20:32:12.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8421,"10":3,"107":45,"11":31,"13":28,"14":12,"15":4,"155":3,"16":2,"161":7,"167":1,"17":4,"18":71,"19":3,"20":4,"209":4,"21":39,"210":2,"214":2,"215":9,"221":21,"223":34,"224":3,"225":70,"23":22,"24":52,"25":27,"257":6,"26":11,"27":9,"273":1,"279":3,"28":13,"282":1,"291":2,"292":1,"30":2,"31":2,"32":3,"33":4,"34":7,"347":1,"35":4,"352":54,"36":11,"37":2,"38":24,"381":2,"383":1,"39":3,"391":2,"397":1,"40":2,"41":6,"414":4,"415":2,"42":3,"426":4,"43":4,"430":1,"44":2,"45":4,"46":8,"49":3,"5":62,"52":2,"53":6,"6":9,"63":1,"7":25,"79":2,"8":3,"9":17,"all_client":9264,"all_tv_clinet":843,"insert_time":"2014-08-20T20:33:12.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8393,"10":3,"107":44,"11":33,"13":30,"14":12,"15":4,"155":3,"16":2,"161":7,"167":1,"17":4,"18":73,"19":3,"20":4,"209":4,"21":37,"210":1,"214":2,"215":9,"221":19,"223":33,"224":3,"225":74,"23":24,"24":54,"25":26,"257":7,"26":9,"27":9,"273":1,"279":4,"28":14,"282":1,"291":3,"292":1,"30":2,"31":2,"32":3,"33":3,"34":7,"35":3,"352":54,"36":10,"37":2,"38":23,"381":2,"383":1,"39":3,"391":2,"397":1,"40":2,"41":6,"414":4,"415":2,"42":3,"426":4,"43":4,"430":1,"44":3,"45":4,"46":8,"49":3,"5":60,"52":2,"53":7,"6":11,"63":1,"7":24,"79":2,"8":3,"9":18,"all_client":9241,"all_tv_clinet":848,"insert_time":"2014-08-20T20:34:12.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8362,"10":4,"107":46,"11":34,"13":30,"14":12,"15":4,"155":3,"16":2,"161":7,"167":1,"17":4,"18":70,"19":3,"20":4,"209":3,"21":37,"210":1,"214":2,"215":9,"221":19,"223":33,"224":3,"225":71,"23":24,"24":52,"25":26,"257":7,"26":9,"27":9,"273":1,"279":4,"28":14,"282":1,"291":3,"292":1,"30":2,"31":2,"32":3,"33":3,"34":5,"35":4,"352":56,"36":10,"37":2,"38":23,"381":2,"383":1,"39":3,"391":2,"397":1,"40":2,"41":6,"414":4,"415":2,"42":3,"426":4,"43":4,"430":1,"44":4,"45":4,"46":8,"49":5,"5":60,"52":2,"53":8,"6":13,"63":1,"7":24,"79":1,"8":3,"9":17,"all_client":9210,"all_tv_clinet":848,"insert_time":"2014-08-20T20:35:12.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8332,"10":3,"107":45,"11":33,"13":35,"14":12,"15":4,"155":3,"16":1,"161":8,"167":1,"17":4,"18":70,"19":3,"20":4,"209":3,"21":37,"210":1,"214":2,"215":9,"221":19,"223":32,"224":3,"225":72,"23":25,"24":53,"25":25,"257":7,"26":8,"268":1,"27":8,"273":1,"279":4,"28":13,"282":1,"291":3,"292":1,"30":2,"31":2,"32":3,"33":3,"34":5,"35":4,"352":52,"36":9,"37":2,"38":22,"381":1,"383":2,"39":3,"391":2,"397":1,"40":2,"41":8,"414":5,"415":2,"42":3,"426":3,"43":3,"430":1,"44":4,"45":4,"46":9,"49":5,"5":61,"51":1,"52":2,"53":7,"6":13,"63":1,"7":24,"79":1,"8":3,"9":17,"all_client":9178,"all_tv_clinet":846,"insert_time":"2014-08-20T20:36:12.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8314,"10":3,"107":48,"11":33,"13":33,"14":11,"15":4,"155":3,"16":1,"161":8,"167":1,"17":4,"18":69,"19":3,"20":3,"209":3,"21":37,"210":1,"214":2,"215":9,"221":19,"223":30,"224":3,"225":72,"23":26,"24":49,"25":25,"257":6,"26":8,"268":1,"27":8,"273":1,"279":4,"28":16,"282":1,"291":3,"292":1,"30":2,"31":2,"314":1,"32":3,"33":3,"34":6,"35":4,"352":50,"36":10,"37":2,"38":22,"381":1,"383":3,"39":4,"391":2,"397":1,"40":2,"41":8,"414":5,"415":2,"42":3,"426":3,"43":3,"430":1,"44":4,"45":4,"46":11,"49":6,"5":59,"51":1,"52":2,"53":7,"6":13,"63":1,"7":24,"79":1,"8":3,"9":17,"all_client":9159,"all_tv_clinet":845,"insert_time":"2014-08-20T20:37:12.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8296,"10":3,"107":47,"11":32,"13":33,"14":9,"15":4,"155":3,"16":1,"161":8,"167":1,"17":4,"18":68,"19":3,"20":2,"209":4,"21":38,"210":1,"214":2,"215":9,"221":20,"223":30,"224":3,"225":71,"23":26,"24":49,"25":26,"257":6,"26":8,"268":1,"27":7,"273":1,"279":4,"28":17,"282":1,"291":3,"292":1,"30":2,"31":2,"314":1,"32":4,"33":3,"34":6,"347":1,"35":3,"352":50,"36":10,"37":2,"38":24,"381":1,"383":3,"39":5,"391":2,"397":1,"40":2,"41":7,"414":5,"415":2,"42":3,"426":3,"43":3,"430":1,"44":4,"45":4,"46":11,"49":6,"5":59,"51":1,"52":3,"53":8,"6":15,"63":1,"7":24,"79":1,"8":3,"9":16,"all_client":9144,"all_tv_clinet":848,"insert_time":"2014-08-20T20:38:12.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8257,"10":3,"107":46,"11":32,"13":32,"14":9,"15":4,"155":3,"16":1,"161":7,"167":1,"17":4,"18":67,"19":3,"20":2,"209":4,"21":36,"210":1,"214":2,"215":9,"221":25,"223":31,"224":3,"225":72,"23":26,"24":53,"25":26,"257":6,"26":7,"268":1,"27":6,"273":1,"279":4,"28":17,"282":1,"291":3,"292":1,"30":2,"31":2,"314":1,"32":4,"33":3,"34":6,"347":1,"35":3,"352":51,"36":11,"37":2,"38":24,"381":1,"383":3,"39":6,"391":2,"397":1,"40":2,"41":5,"414":6,"415":1,"42":3,"426":3,"43":4,"44":4,"45":4,"46":11,"49":6,"5":58,"52":3,"53":7,"6":15,"63":1,"7":24,"79":1,"8":3,"9":17,"all_client":9107,"all_tv_clinet":850,"insert_time":"2014-08-20T20:39:12.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8214,"10":3,"107":46,"11":32,"13":33,"14":9,"15":4,"155":3,"16":1,"161":7,"167":1,"17":4,"18":68,"19":3,"20":2,"209":4,"21":37,"210":1,"214":2,"215":8,"221":25,"223":32,"224":2,"225":71,"23":26,"24":51,"25":24,"257":5,"26":8,"27":7,"273":1,"279":4,"28":15,"291":3,"292":1,"30":1,"31":2,"314":1,"32":5,"33":3,"34":6,"347":1,"35":3,"352":52,"36":12,"37":3,"38":23,"381":1,"383":3,"39":6,"391":2,"397":1,"40":2,"41":6,"414":6,"415":1,"42":3,"426":3,"43":4,"44":4,"45":4,"46":10,"49":5,"5":57,"52":3,"53":7,"6":15,"63":1,"7":24,"79":1,"8":3,"9":17,"all_client":9058,"all_tv_clinet":844,"insert_time":"2014-08-20T20:40:13.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8166,"10":3,"107":44,"11":32,"13":34,"14":9,"15":3,"155":3,"16":1,"161":7,"167":1,"17":4,"18":70,"19":3,"20":2,"209":3,"21":37,"210":1,"214":2,"215":9,"221":25,"223":37,"224":2,"225":71,"23":24,"24":51,"25":24,"257":6,"26":9,"27":6,"273":2,"279":4,"28":15,"291":3,"292":1,"30":1,"31":2,"314":1,"32":4,"33":3,"34":6,"347":1,"35":4,"352":51,"36":9,"37":3,"38":22,"381":1,"383":4,"39":7,"391":2,"397":1,"40":2,"41":6,"414":6,"415":1,"42":3,"426":3,"43":4,"44":3,"45":4,"46":11,"49":5,"5":58,"52":3,"53":6,"6":11,"63":1,"7":25,"79":1,"8":3,"9":21,"all_client":9013,"all_tv_clinet":847,"insert_time":"2014-08-20T20:41:13.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8149,"10":3,"107":44,"11":32,"13":32,"14":9,"15":2,"155":3,"161":8,"167":1,"17":4,"18":68,"19":2,"20":2,"209":3,"21":36,"210":1,"211":1,"214":2,"215":9,"221":23,"223":37,"224":3,"225":73,"23":22,"24":52,"25":24,"257":6,"26":8,"27":6,"273":2,"279":5,"28":16,"291":3,"292":1,"30":1,"31":3,"314":1,"32":5,"33":3,"34":6,"347":1,"35":4,"352":52,"36":9,"37":3,"38":24,"381":1,"383":4,"39":7,"391":2,"397":1,"40":2,"41":6,"414":6,"415":1,"42":3,"426":3,"43":3,"44":3,"45":4,"46":11,"48":1,"49":6,"5":58,"52":4,"53":6,"6":11,"63":1,"7":24,"79":1,"8":3,"9":23,"all_client":8999,"all_tv_clinet":850,"insert_time":"2014-08-20T20:42:13.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8138,"10":3,"107":44,"11":31,"13":32,"14":9,"15":2,"155":3,"161":9,"167":1,"17":4,"18":67,"19":1,"20":2,"209":3,"21":32,"210":1,"211":1,"214":2,"215":9,"221":23,"223":37,"224":3,"225":70,"23":23,"24":54,"25":24,"257":6,"26":8,"27":6,"273":3,"279":5,"28":15,"282":1,"291":3,"292":1,"30":1,"31":3,"314":1,"32":5,"33":2,"34":6,"347":2,"35":4,"352":57,"36":9,"37":2,"38":24,"381":1,"383":4,"39":7,"391":3,"397":1,"40":2,"41":6,"414":6,"415":1,"42":3,"426":4,"43":3,"44":3,"45":4,"46":10,"48":1,"49":6,"5":60,"52":4,"53":6,"6":10,"63":1,"7":25,"79":1,"8":3,"9":24,"all_client":8991,"all_tv_clinet":853,"insert_time":"2014-08-20T20:43:13.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8100,"10":2,"107":43,"11":33,"13":30,"14":9,"15":2,"155":3,"161":9,"167":1,"17":4,"18":69,"19":1,"20":2,"209":3,"21":30,"210":1,"211":1,"214":2,"215":7,"221":24,"223":40,"224":3,"225":70,"23":23,"24":54,"25":24,"257":8,"26":7,"268":1,"27":6,"273":3,"279":5,"28":15,"282":2,"291":3,"292":1,"30":1,"31":2,"314":1,"32":5,"33":2,"34":7,"347":1,"35":4,"352":56,"36":9,"37":2,"38":24,"381":1,"383":4,"39":6,"391":3,"397":1,"40":2,"41":7,"414":6,"415":1,"42":3,"426":4,"43":3,"44":3,"45":4,"46":8,"48":1,"49":6,"5":59,"52":4,"53":5,"6":11,"63":1,"7":27,"79":1,"8":3,"9":23,"all_client":8952,"all_tv_clinet":852,"insert_time":"2014-08-20T20:44:13.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8068,"10":2,"107":39,"11":35,"13":30,"14":9,"15":1,"155":3,"16":1,"161":8,"167":1,"17":4,"18":67,"19":1,"20":2,"209":3,"21":29,"210":1,"211":1,"214":2,"215":7,"221":25,"223":39,"224":2,"225":68,"23":22,"24":50,"25":25,"257":7,"26":9,"268":1,"27":5,"273":3,"279":5,"28":14,"282":3,"291":3,"292":1,"30":1,"31":1,"314":1,"32":5,"33":3,"34":7,"347":1,"35":5,"352":53,"36":10,"37":2,"38":24,"381":1,"383":4,"39":5,"391":3,"397":1,"40":2,"41":7,"414":7,"415":1,"42":4,"426":3,"43":3,"44":3,"45":4,"46":8,"49":7,"5":62,"52":4,"53":5,"6":11,"63":1,"7":27,"79":1,"8":2,"9":22,"all_client":8907,"all_tv_clinet":839,"insert_time":"2014-08-20T20:45:13.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8053,"10":2,"107":40,"11":35,"13":28,"14":9,"15":1,"155":3,"16":1,"161":9,"167":1,"17":4,"18":68,"19":1,"20":2,"209":2,"21":28,"210":1,"211":1,"214":1,"215":7,"221":24,"223":37,"224":1,"225":68,"23":21,"24":49,"25":25,"257":6,"26":10,"268":1,"27":5,"273":2,"279":5,"28":12,"282":3,"291":3,"292":1,"30":1,"31":1,"314":1,"32":3,"33":4,"34":6,"347":1,"35":5,"352":49,"36":12,"37":2,"38":26,"381":1,"383":5,"39":4,"391":3,"397":1,"40":3,"41":7,"414":8,"415":2,"42":4,"426":1,"43":3,"44":3,"45":4,"46":8,"49":7,"5":64,"52":4,"53":4,"6":10,"63":1,"7":29,"79":1,"8":2,"9":21,"all_client":8881,"all_tv_clinet":828,"insert_time":"2014-08-20T20:46:13.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8018,"10":2,"107":43,"11":34,"13":27,"14":9,"15":1,"155":3,"16":1,"161":10,"167":1,"17":4,"18":67,"19":1,"20":1,"209":2,"21":29,"210":1,"211":1,"214":2,"215":7,"221":23,"223":37,"224":1,"225":69,"23":20,"24":49,"25":25,"257":4,"26":9,"268":1,"27":5,"273":2,"279":5,"28":12,"282":3,"291":3,"292":1,"30":1,"31":1,"314":1,"32":3,"33":4,"34":5,"347":1,"35":4,"352":50,"36":9,"37":2,"38":25,"381":1,"383":4,"39":3,"391":2,"397":1,"40":3,"41":7,"414":8,"415":2,"42":4,"426":1,"43":3,"44":3,"45":4,"46":8,"49":7,"5":64,"52":4,"53":3,"6":12,"63":2,"7":30,"79":1,"8":3,"9":21,"all_client":8840,"all_tv_clinet":822,"insert_time":"2014-08-20T20:47:13.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7991,"10":2,"107":42,"11":34,"13":27,"14":9,"155":3,"16":1,"161":12,"167":1,"17":4,"18":68,"19":1,"20":1,"209":2,"21":28,"210":1,"211":1,"214":2,"215":5,"221":24,"223":35,"224":1,"225":69,"23":18,"24":49,"25":24,"257":5,"26":9,"268":1,"27":5,"273":2,"279":5,"28":12,"282":4,"291":3,"292":1,"30":2,"31":1,"314":1,"32":3,"33":4,"34":4,"347":1,"35":4,"352":50,"36":8,"37":2,"38":25,"381":1,"383":4,"39":3,"391":2,"397":1,"40":3,"41":7,"414":8,"415":2,"42":4,"426":1,"43":3,"44":3,"45":4,"46":9,"48":1,"49":7,"5":64,"51":1,"52":4,"53":3,"6":13,"63":2,"7":30,"79":1,"8":2,"9":20,"all_client":8810,"all_tv_clinet":819,"insert_time":"2014-08-20T20:48:13.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7973,"10":2,"107":41,"11":35,"13":27,"14":8,"155":3,"16":1,"161":12,"167":1,"17":4,"18":68,"19":1,"20":1,"209":4,"21":26,"210":1,"211":1,"214":2,"215":5,"221":25,"223":33,"224":2,"225":71,"23":17,"24":49,"25":24,"257":5,"26":9,"268":1,"27":5,"273":2,"279":4,"28":12,"282":4,"291":3,"292":1,"30":2,"302":1,"31":1,"314":1,"32":3,"33":3,"34":4,"35":4,"352":50,"36":8,"37":2,"38":24,"381":1,"383":3,"39":3,"391":1,"397":1,"40":3,"41":7,"414":7,"415":2,"42":4,"426":2,"43":3,"44":3,"45":4,"46":10,"48":1,"49":6,"5":64,"51":1,"52":4,"53":3,"6":12,"63":2,"7":30,"79":1,"8":2,"9":19,"all_client":8785,"all_tv_clinet":812,"insert_time":"2014-08-20T20:49:13.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7939,"10":2,"107":41,"11":34,"13":27,"14":8,"155":3,"16":1,"161":11,"167":1,"17":4,"18":71,"19":1,"20":2,"209":5,"21":26,"210":1,"211":1,"214":2,"215":5,"221":24,"223":32,"224":2,"225":70,"23":17,"24":49,"25":24,"257":5,"26":8,"268":1,"27":4,"273":3,"279":4,"28":11,"282":4,"291":3,"292":1,"30":2,"302":1,"31":1,"314":1,"32":3,"33":3,"34":3,"35":3,"352":50,"36":9,"37":3,"38":26,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":7,"414":7,"415":3,"42":4,"426":2,"43":3,"430":1,"44":3,"45":4,"46":10,"48":2,"49":6,"5":65,"51":1,"52":4,"53":3,"6":13,"63":1,"7":30,"79":1,"8":2,"9":20,"all_client":8756,"all_tv_clinet":817,"insert_time":"2014-08-20T20:50:13.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7924,"10":3,"107":40,"11":35,"13":25,"14":7,"155":3,"16":1,"161":11,"167":1,"17":4,"18":68,"19":1,"20":2,"209":5,"21":25,"210":1,"211":1,"214":2,"215":5,"221":23,"223":34,"224":2,"225":71,"23":17,"24":47,"25":23,"257":5,"26":7,"268":1,"27":4,"273":3,"279":3,"28":10,"282":4,"291":3,"292":1,"30":2,"302":1,"31":1,"314":1,"32":3,"33":4,"34":3,"35":3,"352":49,"36":9,"37":3,"38":27,"381":1,"383":5,"39":2,"391":1,"397":1,"40":3,"409":1,"41":7,"414":6,"415":3,"42":4,"426":2,"43":3,"430":1,"44":3,"45":4,"46":9,"48":2,"49":6,"5":68,"51":1,"52":4,"53":3,"6":13,"63":1,"7":30,"79":1,"8":2,"9":21,"all_client":8736,"all_tv_clinet":812,"insert_time":"2014-08-20T20:51:14.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7911,"10":3,"107":39,"11":36,"13":27,"14":7,"155":3,"16":1,"160":1,"161":11,"167":1,"17":4,"18":68,"19":1,"20":2,"209":4,"21":28,"210":1,"211":1,"214":2,"215":6,"221":25,"223":34,"224":2,"225":73,"23":17,"24":46,"25":22,"257":5,"26":9,"268":1,"27":2,"273":3,"279":3,"28":11,"282":3,"291":3,"292":1,"30":2,"31":2,"314":1,"32":3,"33":3,"34":2,"35":4,"352":41,"36":9,"37":3,"38":26,"381":1,"383":4,"39":2,"391":1,"397":1,"40":2,"409":1,"41":5,"414":7,"415":3,"42":4,"426":2,"43":3,"430":1,"44":4,"45":4,"46":8,"48":2,"49":6,"5":67,"51":1,"52":4,"53":3,"6":14,"63":1,"7":30,"79":1,"8":2,"9":21,"all_client":8718,"all_tv_clinet":807,"insert_time":"2014-08-20T20:52:14.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7889,"10":3,"107":38,"11":38,"13":27,"14":7,"155":3,"16":1,"160":1,"161":13,"167":1,"17":4,"18":65,"19":1,"20":2,"209":4,"21":30,"210":1,"211":1,"214":2,"215":6,"221":27,"223":34,"224":2,"225":71,"23":14,"24":48,"25":25,"257":5,"26":9,"268":1,"27":2,"273":3,"279":3,"28":10,"282":2,"291":3,"292":1,"30":3,"31":2,"314":1,"32":4,"33":3,"34":2,"35":4,"352":44,"36":9,"37":2,"38":25,"381":1,"383":4,"39":3,"391":1,"397":1,"40":2,"409":1,"41":5,"414":7,"415":3,"42":4,"426":2,"43":4,"44":4,"45":3,"46":9,"48":1,"49":6,"5":67,"51":2,"52":4,"53":3,"6":12,"63":1,"7":31,"79":1,"8":2,"9":22,"all_client":8702,"all_tv_clinet":813,"insert_time":"2014-08-20T20:53:14.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7871,"10":3,"107":34,"11":40,"13":26,"14":7,"155":3,"16":1,"160":1,"161":12,"167":1,"17":4,"18":63,"19":1,"20":2,"209":4,"21":31,"210":1,"211":1,"214":2,"215":6,"221":28,"223":33,"224":2,"225":71,"23":15,"24":46,"25":27,"257":5,"26":9,"268":1,"27":2,"273":3,"279":3,"28":10,"282":2,"291":2,"292":1,"30":3,"31":2,"314":1,"32":3,"33":3,"34":2,"35":4,"352":47,"36":8,"37":1,"38":24,"381":1,"383":3,"39":3,"391":1,"397":1,"40":3,"41":5,"414":8,"415":3,"42":4,"426":2,"43":4,"44":4,"45":2,"46":9,"48":1,"49":6,"5":66,"51":2,"52":4,"53":3,"6":12,"63":1,"7":32,"8":3,"9":21,"all_client":8676,"all_tv_clinet":805,"insert_time":"2014-08-20T20:54:14.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7816,"10":3,"107":32,"11":42,"13":26,"14":7,"155":3,"16":1,"161":10,"167":1,"17":4,"18":61,"19":1,"20":2,"209":4,"21":32,"210":1,"211":1,"214":2,"215":6,"221":28,"223":34,"224":2,"225":69,"23":14,"24":45,"25":27,"257":5,"26":9,"268":1,"27":2,"273":3,"279":3,"28":11,"282":2,"291":2,"292":1,"30":3,"31":1,"314":1,"32":3,"33":3,"34":2,"35":3,"352":49,"36":6,"37":1,"38":27,"381":1,"383":3,"39":3,"391":1,"397":1,"40":3,"41":7,"414":8,"415":4,"42":4,"426":2,"43":4,"44":3,"45":2,"46":10,"48":1,"49":6,"5":68,"51":2,"52":5,"53":4,"6":12,"63":1,"7":35,"8":3,"9":21,"all_client":8626,"all_tv_clinet":810,"insert_time":"2014-08-20T20:55:14.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7817,"10":3,"107":34,"11":41,"13":27,"14":7,"155":3,"16":2,"161":10,"167":1,"17":4,"18":57,"19":1,"20":2,"209":4,"21":32,"210":1,"211":1,"214":2,"215":6,"221":27,"223":32,"224":2,"225":70,"23":14,"24":43,"25":27,"257":4,"26":8,"268":1,"27":2,"273":3,"279":2,"28":10,"282":2,"291":2,"292":1,"30":3,"31":1,"314":1,"32":3,"33":3,"34":4,"35":3,"352":47,"36":5,"37":2,"38":27,"381":1,"383":2,"39":2,"391":1,"397":1,"40":3,"41":7,"414":8,"415":4,"42":4,"426":2,"43":3,"44":3,"45":2,"46":10,"48":1,"49":7,"5":70,"51":3,"52":5,"53":4,"6":11,"63":1,"7":36,"8":4,"9":23,"all_client":8622,"all_tv_clinet":805,"insert_time":"2014-08-20T20:56:14.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7788,"10":2,"107":37,"11":39,"13":27,"14":7,"155":3,"16":2,"161":9,"167":1,"17":4,"18":58,"19":1,"20":2,"209":4,"21":33,"210":1,"211":1,"214":2,"215":6,"221":24,"223":33,"224":3,"225":66,"23":13,"24":42,"25":29,"257":3,"26":7,"268":1,"27":2,"273":3,"279":2,"28":10,"282":2,"291":2,"292":1,"30":3,"31":1,"314":1,"32":3,"33":2,"34":5,"35":3,"352":49,"36":7,"37":2,"38":26,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":7,"414":7,"415":4,"42":4,"426":2,"43":3,"44":3,"45":2,"46":10,"48":1,"49":7,"5":69,"51":3,"52":4,"53":4,"56":1,"6":12,"63":1,"7":37,"8":4,"9":23,"all_client":8591,"all_tv_clinet":803,"insert_time":"2014-08-20T20:57:14.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7771,"10":2,"107":34,"11":38,"13":27,"14":7,"155":3,"16":2,"161":10,"167":1,"17":4,"18":57,"19":1,"20":2,"209":4,"21":35,"210":1,"211":1,"214":2,"215":5,"221":23,"223":32,"224":3,"225":68,"23":13,"24":43,"25":29,"257":3,"26":8,"268":1,"27":2,"273":3,"279":2,"28":10,"282":3,"291":2,"292":1,"30":3,"31":1,"314":1,"32":3,"33":2,"34":6,"35":3,"352":49,"36":6,"37":2,"38":27,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":7,"414":7,"415":4,"42":4,"426":2,"43":3,"44":3,"45":3,"46":10,"48":1,"49":7,"5":72,"51":3,"52":3,"53":4,"56":1,"6":11,"63":1,"7":37,"8":4,"9":23,"all_client":8577,"all_tv_clinet":806,"insert_time":"2014-08-20T20:58:14.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7736,"10":2,"107":33,"11":41,"13":27,"14":7,"155":3,"16":2,"161":10,"167":1,"17":4,"18":56,"19":1,"20":2,"209":4,"21":33,"210":1,"211":1,"214":2,"215":5,"221":22,"223":31,"224":4,"225":66,"23":12,"24":45,"25":28,"257":3,"26":8,"268":1,"27":2,"273":3,"279":2,"28":11,"282":3,"291":2,"292":1,"30":2,"31":2,"314":1,"32":3,"33":2,"34":5,"35":3,"352":46,"36":6,"37":1,"38":29,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":7,"414":7,"415":5,"42":4,"426":3,"43":3,"44":3,"45":3,"46":10,"48":1,"49":7,"5":76,"51":3,"52":4,"53":4,"56":1,"6":13,"63":1,"7":37,"8":4,"9":20,"all_client":8542,"all_tv_clinet":806,"insert_time":"2014-08-20T20:59:14.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7722,"10":2,"107":32,"11":41,"13":26,"14":7,"155":3,"16":2,"161":10,"167":1,"17":4,"18":57,"19":1,"20":2,"209":4,"21":31,"210":1,"211":1,"214":3,"215":5,"221":21,"223":29,"224":4,"225":67,"23":12,"24":45,"25":28,"257":3,"26":9,"268":1,"27":1,"273":3,"279":2,"28":11,"282":3,"291":2,"292":1,"30":2,"31":2,"314":1,"32":3,"33":2,"34":5,"35":3,"352":49,"36":6,"37":1,"38":29,"380":1,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":6,"414":8,"415":5,"42":3,"426":2,"43":3,"430":1,"44":3,"45":3,"46":12,"48":1,"49":7,"5":76,"51":3,"52":5,"53":6,"56":1,"6":13,"63":1,"7":37,"8":4,"9":17,"all_client":8529,"all_tv_clinet":807,"insert_time":"2014-08-20T21:00:14.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7722,"10":2,"107":33,"11":36,"13":26,"14":8,"155":3,"16":2,"161":10,"167":2,"17":4,"18":56,"19":1,"20":2,"209":4,"21":31,"210":1,"211":1,"214":3,"215":5,"221":22,"223":26,"224":4,"225":69,"23":11,"24":47,"25":28,"257":3,"26":9,"27":1,"273":3,"279":2,"28":11,"282":3,"291":2,"292":1,"30":2,"31":2,"314":1,"32":5,"33":2,"34":5,"347":1,"35":4,"352":49,"36":7,"37":1,"38":26,"380":1,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":5,"414":8,"415":5,"42":3,"426":2,"43":3,"430":1,"44":4,"45":3,"46":13,"48":1,"49":8,"5":70,"51":3,"52":5,"53":5,"56":1,"6":13,"63":1,"7":37,"8":5,"9":15,"all_client":8522,"all_tv_clinet":800,"insert_time":"2014-08-20T21:01:14.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7706,"10":3,"107":33,"11":29,"13":27,"14":10,"155":2,"16":2,"161":10,"167":2,"17":4,"18":58,"19":1,"20":2,"209":4,"21":31,"210":1,"211":1,"214":3,"215":5,"221":21,"223":24,"224":4,"225":71,"23":13,"24":47,"25":27,"257":3,"26":10,"27":2,"273":2,"279":2,"28":11,"282":3,"291":2,"292":1,"30":2,"31":2,"314":1,"32":5,"33":2,"34":6,"347":1,"35":4,"352":47,"36":6,"37":1,"38":27,"380":1,"381":1,"383":3,"39":2,"391":1,"397":1,"40":3,"41":5,"414":8,"415":4,"42":3,"426":2,"43":3,"430":1,"44":5,"45":3,"46":15,"48":1,"49":8,"5":69,"51":4,"52":5,"53":4,"56":1,"6":13,"63":1,"7":39,"8":7,"9":14,"all_client":8508,"all_tv_clinet":802,"insert_time":"2014-08-20T21:02:14.985Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7683,"10":3,"107":37,"11":29,"13":26,"14":10,"155":2,"16":2,"161":10,"167":2,"17":4,"18":57,"19":1,"20":2,"209":4,"21":30,"210":1,"211":1,"214":3,"215":5,"221":21,"223":23,"224":4,"225":73,"23":14,"24":44,"25":29,"257":3,"26":10,"27":2,"273":3,"279":2,"28":11,"282":3,"291":2,"292":1,"30":1,"31":2,"314":1,"32":5,"33":2,"34":6,"347":1,"35":4,"352":46,"36":5,"38":27,"380":1,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":6,"414":8,"415":4,"42":4,"426":2,"43":3,"430":1,"44":4,"45":4,"46":15,"48":1,"49":9,"5":69,"51":4,"52":4,"53":3,"56":1,"6":13,"63":1,"7":39,"8":7,"9":14,"all_client":8486,"all_tv_clinet":803,"insert_time":"2014-08-20T21:03:15.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7681,"10":3,"107":38,"11":29,"13":27,"14":10,"155":2,"16":2,"161":10,"167":2,"17":4,"18":57,"19":1,"20":2,"209":4,"21":29,"210":1,"211":1,"214":3,"215":6,"221":21,"223":25,"224":4,"225":70,"23":13,"24":44,"25":29,"257":3,"26":10,"27":2,"273":3,"279":2,"28":8,"282":3,"291":1,"292":1,"30":1,"31":3,"314":1,"32":5,"33":2,"34":7,"347":1,"35":4,"352":48,"36":5,"37":1,"38":26,"380":1,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":6,"414":7,"415":3,"42":4,"426":2,"43":4,"430":1,"44":3,"45":4,"46":15,"48":1,"49":9,"5":66,"51":3,"52":4,"53":3,"56":1,"6":15,"63":1,"7":42,"8":7,"9":15,"all_client":8484,"all_tv_clinet":803,"insert_time":"2014-08-20T21:04:15.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7673,"10":2,"107":35,"11":30,"13":25,"14":9,"155":2,"156":1,"16":2,"161":10,"167":2,"17":4,"18":57,"19":1,"20":2,"209":3,"21":31,"210":1,"211":1,"214":3,"215":6,"221":20,"223":27,"224":3,"225":72,"23":14,"24":43,"25":28,"257":3,"26":11,"27":3,"273":2,"279":2,"28":8,"282":3,"291":1,"292":1,"30":1,"31":3,"314":1,"32":4,"33":2,"34":8,"347":1,"35":4,"352":48,"36":5,"37":2,"38":27,"380":2,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":6,"414":6,"415":3,"42":2,"426":1,"43":4,"430":1,"44":3,"45":4,"46":15,"48":1,"49":9,"5":66,"51":2,"52":3,"53":3,"56":1,"6":15,"63":1,"7":43,"8":6,"9":14,"all_client":8470,"all_tv_clinet":797,"insert_time":"2014-08-20T21:05:15.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7668,"10":2,"107":29,"11":30,"13":26,"14":10,"155":2,"156":1,"16":2,"161":11,"167":2,"17":4,"18":61,"19":1,"20":2,"209":3,"21":33,"210":1,"214":3,"215":5,"221":19,"223":27,"224":3,"225":70,"23":14,"24":47,"25":28,"257":3,"26":11,"27":3,"273":2,"279":2,"28":8,"282":3,"291":1,"292":1,"30":2,"31":3,"314":1,"32":4,"33":2,"34":8,"35":4,"352":54,"36":6,"37":2,"38":26,"380":2,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":6,"414":6,"415":3,"42":2,"426":1,"43":5,"430":1,"44":3,"45":4,"46":15,"48":1,"49":9,"5":65,"51":2,"52":3,"53":2,"56":1,"6":16,"63":1,"7":41,"8":6,"9":15,"all_client":8472,"all_tv_clinet":804,"insert_time":"2014-08-20T21:06:15.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7655,"10":2,"107":28,"11":32,"13":25,"14":10,"155":2,"156":1,"16":2,"161":12,"167":2,"17":4,"18":63,"19":1,"20":2,"209":3,"21":33,"210":1,"214":3,"215":6,"221":19,"223":26,"224":3,"225":73,"23":15,"24":47,"25":29,"257":3,"26":11,"27":3,"273":2,"279":2,"28":8,"282":3,"291":1,"292":1,"30":2,"31":3,"314":1,"32":4,"33":2,"34":8,"35":3,"352":52,"36":7,"37":1,"38":27,"380":2,"381":1,"383":4,"39":2,"391":1,"397":1,"40":3,"41":6,"414":6,"415":3,"42":3,"426":1,"43":6,"430":1,"44":3,"45":3,"46":12,"48":1,"49":9,"5":65,"51":2,"52":4,"53":2,"56":1,"6":15,"63":1,"7":37,"8":6,"9":16,"all_client":8460,"all_tv_clinet":805,"insert_time":"2014-08-20T21:07:15.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7647,"10":3,"107":27,"11":33,"13":24,"14":10,"155":2,"16":2,"161":11,"167":2,"17":4,"18":63,"19":1,"20":3,"209":4,"21":34,"210":1,"214":3,"215":6,"221":17,"223":25,"224":2,"225":74,"23":15,"24":46,"25":28,"257":3,"26":10,"27":4,"273":2,"279":1,"28":8,"282":3,"291":1,"292":2,"30":2,"31":2,"314":1,"32":4,"33":2,"34":8,"35":3,"352":55,"36":7,"37":2,"38":30,"380":2,"381":1,"383":4,"39":3,"391":1,"397":1,"40":3,"41":6,"414":6,"415":3,"42":3,"426":1,"43":6,"430":1,"44":3,"45":3,"46":13,"48":1,"49":9,"5":65,"51":1,"52":4,"53":2,"56":1,"6":16,"63":1,"7":34,"8":6,"9":16,"all_client":8453,"all_tv_clinet":806,"insert_time":"2014-08-20T21:08:15.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7632,"10":3,"107":29,"11":34,"13":24,"14":10,"155":2,"16":1,"161":12,"167":2,"17":4,"18":61,"19":1,"20":3,"209":5,"21":32,"210":1,"214":4,"215":4,"221":17,"223":26,"224":3,"225":78,"23":15,"24":47,"25":29,"257":4,"26":10,"27":4,"273":2,"279":1,"28":8,"282":4,"291":1,"292":2,"30":1,"31":2,"314":1,"32":4,"33":1,"34":8,"35":4,"352":52,"36":8,"37":2,"38":33,"380":2,"381":1,"383":3,"39":3,"391":1,"397":1,"40":3,"41":6,"414":6,"415":3,"42":3,"426":1,"43":6,"430":1,"44":4,"45":3,"46":12,"48":1,"49":8,"5":64,"51":1,"52":4,"53":3,"56":1,"6":16,"63":1,"7":32,"8":7,"9":17,"all_client":8445,"all_tv_clinet":813,"insert_time":"2014-08-20T21:09:15.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7631,"10":4,"107":29,"11":33,"13":22,"14":12,"155":2,"16":2,"161":12,"167":1,"17":4,"18":60,"19":1,"20":3,"209":5,"21":30,"210":1,"214":4,"215":4,"221":17,"223":29,"224":2,"225":79,"23":14,"24":48,"25":25,"257":4,"26":9,"27":4,"273":2,"279":2,"28":8,"282":4,"291":1,"292":2,"30":1,"31":2,"314":1,"32":4,"33":1,"34":8,"35":4,"352":53,"36":8,"37":2,"38":35,"380":2,"381":1,"383":3,"39":3,"391":2,"397":1,"40":3,"41":6,"414":6,"415":3,"42":3,"43":6,"430":1,"44":4,"45":3,"46":12,"48":1,"49":7,"5":64,"51":1,"52":4,"53":2,"56":1,"6":14,"63":1,"7":31,"8":10,"9":18,"all_client":8442,"all_tv_clinet":811,"insert_time":"2014-08-20T21:10:15.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7623,"10":3,"107":31,"11":31,"13":21,"14":12,"155":2,"16":2,"161":12,"167":1,"17":4,"18":63,"19":1,"20":3,"209":5,"21":30,"210":1,"214":4,"215":4,"221":18,"223":30,"224":2,"225":81,"23":15,"24":48,"25":26,"257":4,"26":8,"27":4,"273":2,"279":2,"28":8,"282":4,"291":1,"292":2,"30":1,"31":2,"314":1,"32":4,"33":1,"34":8,"35":4,"352":49,"36":8,"37":2,"38":33,"380":2,"381":1,"383":3,"39":3,"391":2,"397":1,"40":3,"41":6,"414":6,"415":3,"42":3,"43":6,"44":4,"45":3,"46":9,"48":1,"49":7,"5":65,"51":1,"52":4,"53":2,"56":1,"6":14,"63":1,"7":29,"8":10,"9":19,"all_client":8430,"all_tv_clinet":807,"insert_time":"2014-08-20T21:11:15.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7619,"10":3,"107":29,"11":31,"13":22,"14":12,"155":2,"16":3,"161":12,"167":1,"17":4,"18":63,"19":1,"20":3,"209":6,"21":27,"210":1,"214":4,"215":6,"221":19,"223":30,"224":2,"225":80,"23":15,"24":46,"25":26,"257":4,"26":8,"27":5,"273":2,"279":2,"28":9,"282":4,"291":1,"292":2,"30":1,"31":2,"314":1,"32":3,"33":1,"34":8,"347":1,"35":5,"352":47,"36":7,"37":1,"38":35,"380":2,"381":1,"383":4,"39":3,"391":2,"397":1,"40":3,"409":1,"41":8,"414":4,"415":3,"42":3,"426":1,"43":6,"44":4,"45":3,"46":9,"48":1,"49":10,"5":63,"51":1,"52":4,"53":2,"6":13,"63":1,"7":29,"8":10,"9":22,"all_client":8430,"all_tv_clinet":811,"insert_time":"2014-08-20T21:12:15.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7603,"10":3,"107":27,"11":34,"13":24,"14":13,"155":2,"16":4,"161":13,"167":1,"17":4,"18":62,"19":1,"20":4,"209":6,"21":27,"210":1,"214":4,"215":6,"221":17,"223":33,"224":2,"225":81,"23":14,"24":48,"25":23,"257":5,"26":8,"27":6,"273":2,"279":1,"28":9,"282":3,"291":1,"292":2,"30":1,"31":2,"314":1,"32":2,"33":2,"34":8,"347":1,"35":5,"352":43,"36":6,"37":1,"38":35,"380":2,"381":1,"383":4,"39":3,"391":2,"397":1,"40":4,"409":1,"41":8,"414":3,"415":4,"42":2,"426":2,"43":5,"44":4,"45":3,"46":8,"48":1,"49":10,"5":63,"51":1,"52":5,"53":4,"6":12,"63":1,"7":29,"8":10,"9":21,"all_client":8415,"all_tv_clinet":812,"insert_time":"2014-08-20T21:13:15.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7602,"10":3,"107":28,"11":33,"13":24,"14":13,"155":2,"16":4,"161":13,"167":1,"17":4,"18":64,"19":1,"20":3,"209":6,"21":29,"210":1,"214":4,"215":6,"221":16,"223":33,"224":2,"225":80,"23":13,"24":49,"25":23,"257":5,"26":8,"27":7,"273":2,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":2,"314":1,"32":2,"33":2,"34":7,"347":1,"35":5,"352":47,"36":6,"37":1,"38":38,"380":1,"381":1,"383":5,"39":2,"391":2,"397":1,"40":4,"409":1,"41":8,"414":3,"415":3,"42":2,"426":2,"43":5,"44":4,"45":3,"46":9,"48":2,"49":10,"5":63,"51":1,"52":5,"53":4,"6":12,"63":1,"7":30,"8":9,"9":23,"all_client":8425,"all_tv_clinet":823,"insert_time":"2014-08-20T21:14:15.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7578,"10":3,"107":27,"11":38,"13":25,"14":12,"15":1,"155":2,"16":4,"161":13,"167":1,"17":3,"18":62,"19":1,"20":3,"209":7,"21":30,"210":1,"214":4,"215":7,"221":16,"223":34,"224":1,"225":81,"23":14,"24":51,"25":21,"257":6,"26":11,"27":7,"273":3,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":2,"314":1,"32":1,"33":2,"34":6,"347":1,"35":5,"352":43,"36":7,"37":1,"38":38,"381":1,"383":5,"39":2,"391":2,"397":1,"40":4,"41":8,"414":4,"415":3,"42":3,"426":2,"43":6,"44":4,"45":4,"46":9,"48":2,"49":10,"5":63,"51":1,"52":5,"53":3,"6":9,"63":1,"7":30,"8":10,"9":27,"all_client":8411,"all_tv_clinet":833,"insert_time":"2014-08-20T21:15:15.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7566,"10":3,"107":27,"11":41,"13":22,"14":12,"15":1,"155":2,"16":3,"161":11,"17":2,"18":62,"19":1,"20":3,"209":9,"21":27,"210":1,"214":4,"215":7,"221":19,"223":35,"224":1,"225":81,"23":15,"24":47,"25":23,"257":5,"26":11,"268":1,"27":7,"273":3,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":1,"314":1,"32":2,"33":2,"34":7,"35":5,"352":44,"36":8,"37":1,"38":39,"381":1,"383":5,"39":2,"391":2,"397":1,"40":3,"41":7,"414":4,"415":3,"42":5,"426":2,"43":6,"44":4,"45":3,"46":10,"48":2,"49":10,"5":63,"51":1,"52":5,"53":3,"6":9,"63":1,"7":29,"8":9,"9":28,"all_client":8398,"all_tv_clinet":832,"insert_time":"2014-08-20T21:16:16.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7542,"10":2,"107":25,"11":43,"13":20,"14":12,"15":1,"155":2,"16":3,"161":10,"17":2,"18":61,"19":1,"20":2,"209":10,"21":32,"210":1,"214":5,"215":9,"221":19,"223":33,"224":1,"225":82,"23":16,"24":48,"25":23,"257":5,"26":11,"268":1,"27":7,"273":3,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":1,"314":1,"32":2,"33":2,"34":7,"35":5,"352":46,"36":8,"37":1,"38":39,"381":1,"383":3,"39":3,"391":2,"397":1,"40":3,"41":7,"414":4,"415":5,"42":5,"426":2,"43":6,"433":1,"44":4,"45":3,"46":10,"48":2,"49":10,"5":63,"51":1,"52":5,"53":3,"6":10,"63":1,"7":29,"8":9,"9":29,"all_client":8384,"all_tv_clinet":842,"insert_time":"2014-08-20T21:17:16.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7545,"10":2,"107":28,"11":45,"13":19,"14":12,"15":1,"155":2,"16":3,"161":11,"17":2,"18":64,"19":1,"20":2,"209":8,"21":30,"210":1,"214":5,"215":9,"221":19,"223":33,"224":1,"225":80,"23":16,"24":49,"25":22,"257":6,"26":11,"268":1,"27":7,"273":2,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":1,"314":1,"32":3,"33":2,"34":6,"35":5,"352":47,"36":8,"37":1,"38":39,"381":1,"383":2,"39":3,"391":2,"397":1,"40":3,"41":6,"414":3,"415":5,"42":4,"426":2,"43":5,"433":1,"44":4,"45":3,"46":10,"48":1,"49":10,"5":67,"51":1,"52":5,"53":3,"6":10,"63":1,"7":29,"8":8,"9":27,"all_client":8385,"all_tv_clinet":840,"insert_time":"2014-08-20T21:18:16.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7543,"10":2,"107":29,"11":45,"13":18,"14":10,"15":2,"155":2,"16":3,"161":11,"17":2,"18":64,"19":1,"20":2,"209":8,"21":30,"210":1,"214":5,"215":10,"221":19,"223":36,"224":1,"225":78,"23":17,"24":48,"25":22,"257":6,"26":9,"268":1,"27":7,"273":1,"279":2,"28":9,"282":3,"291":1,"292":2,"30":1,"31":2,"314":2,"32":2,"33":2,"34":5,"35":6,"352":48,"36":8,"38":39,"381":1,"383":2,"39":3,"391":3,"40":3,"41":6,"414":3,"415":5,"42":3,"426":2,"43":5,"433":1,"44":4,"45":4,"46":10,"48":2,"49":10,"5":69,"51":1,"52":5,"53":3,"6":10,"63":1,"7":29,"8":9,"9":27,"all_client":8386,"all_tv_clinet":843,"insert_time":"2014-08-20T21:19:16.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7546,"10":2,"107":23,"11":42,"13":20,"14":8,"15":2,"155":2,"16":4,"161":11,"17":2,"18":65,"19":1,"20":2,"209":7,"21":29,"210":1,"214":5,"215":8,"221":20,"223":37,"224":1,"225":78,"23":15,"24":49,"25":20,"257":5,"26":9,"268":1,"27":7,"273":1,"279":2,"28":8,"282":3,"291":1,"292":2,"30":1,"31":2,"314":2,"32":2,"33":3,"34":5,"35":7,"352":51,"36":9,"38":41,"381":1,"383":2,"39":2,"391":3,"40":4,"41":6,"414":3,"415":4,"42":3,"426":2,"43":4,"433":1,"44":4,"45":4,"46":10,"48":2,"49":11,"5":71,"51":1,"52":5,"53":3,"6":10,"63":1,"7":30,"8":9,"9":28,"all_client":8386,"all_tv_clinet":840,"insert_time":"2014-08-20T21:20:16.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7538,"10":1,"107":25,"11":41,"13":21,"14":7,"15":2,"155":2,"16":3,"161":11,"17":2,"18":66,"19":1,"20":2,"209":7,"21":29,"210":1,"214":5,"215":6,"221":21,"223":35,"224":3,"225":80,"23":16,"24":49,"25":19,"257":5,"26":9,"268":1,"27":8,"279":2,"28":7,"282":2,"291":1,"292":2,"30":1,"31":2,"314":1,"32":2,"33":3,"34":5,"35":7,"352":51,"36":9,"38":38,"381":1,"383":2,"39":2,"391":3,"40":4,"41":7,"414":2,"415":4,"42":4,"426":3,"43":4,"433":1,"44":4,"45":4,"46":10,"48":2,"49":11,"5":71,"51":1,"52":5,"53":3,"6":13,"63":1,"7":32,"8":9,"9":27,"all_client":8379,"all_tv_clinet":841,"insert_time":"2014-08-20T21:21:16.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7527,"10":1,"107":26,"11":42,"13":23,"14":7,"15":2,"155":2,"16":3,"161":12,"17":2,"18":69,"19":1,"20":2,"209":7,"21":30,"210":1,"214":5,"215":7,"221":19,"223":35,"224":3,"225":80,"23":17,"24":47,"25":21,"257":4,"26":9,"268":1,"27":8,"279":2,"28":6,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":3,"34":6,"35":7,"352":50,"36":10,"38":37,"381":1,"383":2,"39":2,"391":3,"40":4,"41":7,"414":2,"415":3,"419":1,"42":4,"426":3,"43":5,"433":1,"44":3,"45":5,"46":10,"48":2,"49":12,"5":69,"51":1,"52":5,"53":3,"6":13,"63":1,"7":31,"8":9,"9":28,"all_client":8375,"all_tv_clinet":848,"insert_time":"2014-08-20T21:22:16.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7521,"10":1,"107":27,"11":43,"13":23,"14":7,"15":3,"155":2,"16":3,"161":13,"17":2,"18":67,"19":1,"20":3,"209":7,"21":31,"210":1,"214":5,"215":7,"221":18,"223":38,"224":4,"225":76,"23":17,"24":47,"25":22,"257":3,"26":9,"268":1,"27":8,"279":2,"28":6,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":6,"35":8,"352":52,"36":10,"38":38,"381":1,"383":2,"39":2,"391":4,"40":4,"41":6,"414":2,"415":3,"419":1,"42":4,"426":3,"43":6,"433":1,"44":3,"45":5,"46":9,"48":2,"49":11,"5":67,"52":5,"53":3,"6":13,"63":1,"7":30,"8":9,"9":29,"all_client":8371,"all_tv_clinet":850,"insert_time":"2014-08-20T21:23:16.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7526,"10":2,"107":27,"11":42,"13":24,"14":7,"15":3,"155":2,"16":2,"161":13,"17":2,"18":67,"19":1,"20":3,"209":7,"21":31,"210":1,"214":4,"215":6,"221":18,"223":38,"224":5,"225":74,"23":17,"24":46,"25":21,"257":4,"26":9,"268":2,"27":8,"279":2,"28":6,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":6,"35":8,"352":51,"36":10,"38":41,"381":1,"383":2,"39":4,"391":4,"40":4,"41":5,"414":2,"415":3,"419":1,"42":4,"426":3,"43":5,"433":1,"44":3,"45":5,"46":9,"48":2,"49":10,"5":69,"52":5,"53":3,"6":15,"63":1,"7":30,"8":9,"9":29,"all_client":8378,"all_tv_clinet":852,"insert_time":"2014-08-20T21:24:16.555Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7521,"10":1,"107":27,"11":41,"13":25,"14":9,"15":2,"155":2,"16":2,"161":12,"17":2,"18":69,"19":1,"20":3,"209":8,"21":33,"210":1,"214":4,"215":6,"221":20,"223":40,"224":5,"225":75,"23":17,"24":46,"25":20,"257":4,"26":9,"268":2,"27":8,"273":1,"279":2,"28":7,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":5,"35":8,"352":45,"36":11,"38":39,"381":1,"383":2,"39":5,"391":4,"40":5,"41":5,"414":2,"415":3,"419":1,"42":3,"426":3,"43":5,"433":1,"44":3,"45":5,"46":9,"48":2,"49":10,"5":70,"52":5,"53":3,"6":16,"63":1,"7":28,"8":10,"9":30,"all_client":8378,"all_tv_clinet":857,"insert_time":"2014-08-20T21:25:16.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7509,"10":1,"107":29,"11":41,"13":25,"14":10,"15":3,"155":2,"16":2,"161":12,"17":2,"18":68,"19":1,"20":3,"209":8,"21":32,"210":1,"214":4,"215":6,"221":19,"223":42,"224":5,"225":74,"23":18,"24":45,"25":18,"257":4,"26":10,"268":2,"27":9,"273":1,"279":2,"28":7,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":6,"35":8,"352":44,"36":11,"38":38,"380":1,"381":1,"383":2,"39":5,"391":4,"40":5,"41":6,"414":2,"415":3,"419":1,"42":3,"426":3,"43":5,"433":1,"44":3,"45":5,"46":8,"48":2,"49":10,"5":67,"52":6,"53":3,"6":15,"63":1,"7":28,"8":11,"9":29,"all_client":8365,"all_tv_clinet":856,"insert_time":"2014-08-20T21:26:16.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7518,"10":1,"107":28,"11":42,"13":25,"14":11,"15":3,"155":2,"16":1,"161":13,"17":2,"18":66,"19":1,"20":3,"209":9,"21":32,"210":2,"214":4,"215":6,"221":18,"223":43,"224":6,"225":72,"23":17,"24":47,"25":18,"257":2,"26":10,"268":1,"27":9,"273":1,"279":2,"28":8,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":6,"35":10,"352":47,"36":10,"38":37,"380":1,"381":1,"383":3,"39":4,"391":4,"40":5,"41":6,"414":3,"415":3,"419":1,"42":3,"426":2,"43":6,"433":1,"44":4,"45":5,"46":7,"48":2,"49":7,"5":64,"52":5,"53":2,"56":1,"6":16,"63":1,"7":30,"8":12,"9":28,"all_client":8373,"all_tv_clinet":855,"insert_time":"2014-08-20T21:27:16.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7507,"10":1,"107":29,"11":42,"13":25,"14":11,"15":4,"155":2,"156":1,"16":1,"161":13,"17":2,"18":67,"19":1,"20":3,"209":9,"21":31,"210":2,"214":4,"215":7,"221":17,"223":41,"224":6,"225":71,"23":17,"24":49,"25":18,"257":2,"26":10,"268":1,"27":9,"273":1,"279":2,"28":7,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":3,"34":7,"35":11,"352":45,"36":9,"38":39,"380":1,"381":1,"383":3,"39":5,"391":3,"40":5,"41":7,"414":3,"415":2,"42":5,"426":2,"43":7,"433":1,"44":4,"45":5,"46":7,"48":3,"49":7,"5":65,"52":5,"53":2,"56":1,"6":17,"63":1,"7":32,"8":12,"9":26,"all_client":8369,"all_tv_clinet":862,"insert_time":"2014-08-20T21:28:16.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7502,"10":1,"107":33,"11":42,"13":25,"14":11,"15":3,"155":2,"156":1,"159":1,"16":1,"161":12,"17":2,"18":67,"19":1,"20":3,"209":9,"21":33,"210":2,"214":4,"215":8,"221":19,"223":42,"224":6,"225":72,"23":16,"24":54,"25":19,"257":2,"26":9,"268":1,"27":9,"273":1,"279":2,"28":6,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":4,"34":8,"35":10,"352":40,"36":9,"38":35,"380":1,"381":1,"383":3,"39":5,"391":3,"40":5,"41":7,"414":3,"415":2,"42":5,"426":2,"43":7,"433":1,"44":4,"45":5,"46":7,"48":3,"49":7,"5":65,"52":5,"53":2,"56":1,"6":18,"63":1,"7":31,"8":12,"9":25,"all_client":8368,"all_tv_clinet":866,"insert_time":"2014-08-20T21:29:16.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7511,"10":1,"107":34,"11":46,"13":24,"14":11,"15":2,"155":2,"156":1,"159":1,"16":1,"161":11,"17":2,"18":67,"19":2,"20":3,"209":8,"21":35,"210":2,"214":4,"215":9,"221":18,"223":40,"224":5,"225":71,"23":16,"24":50,"25":17,"257":3,"26":7,"268":1,"27":9,"273":1,"279":2,"28":6,"281":1,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":4,"34":9,"35":7,"352":39,"36":10,"38":34,"380":1,"381":1,"383":2,"39":5,"391":3,"40":5,"41":7,"414":4,"415":3,"42":5,"426":1,"43":7,"433":1,"44":4,"45":5,"46":8,"48":4,"49":8,"5":66,"52":6,"53":3,"56":1,"6":21,"63":1,"7":33,"8":13,"9":21,"all_client":8376,"all_tv_clinet":865,"insert_time":"2014-08-20T21:30:16.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7527,"10":1,"107":37,"11":47,"13":26,"14":11,"15":2,"155":2,"156":1,"159":1,"16":1,"161":11,"17":2,"18":73,"19":2,"20":3,"209":8,"21":35,"210":2,"214":4,"215":9,"221":17,"223":38,"224":5,"225":71,"23":17,"24":52,"25":16,"257":3,"26":7,"27":10,"273":1,"279":2,"28":6,"281":1,"282":2,"291":1,"292":1,"30":1,"31":2,"32":2,"33":5,"34":7,"347":1,"35":8,"352":41,"36":10,"38":32,"380":1,"381":1,"383":3,"39":5,"391":4,"40":4,"41":6,"414":4,"415":5,"42":5,"426":1,"43":6,"433":1,"44":4,"45":5,"46":8,"48":4,"49":9,"5":61,"52":5,"53":3,"56":1,"6":22,"63":1,"7":33,"8":14,"9":22,"all_client":8402,"all_tv_clinet":875,"insert_time":"2014-08-20T21:31:17.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7523,"10":2,"107":37,"11":44,"13":25,"14":12,"15":2,"155":2,"156":1,"159":1,"16":2,"161":12,"17":2,"18":76,"19":2,"20":3,"209":8,"21":33,"210":2,"214":4,"215":10,"221":17,"223":40,"224":5,"225":73,"23":18,"24":52,"25":16,"257":3,"26":8,"27":10,"273":1,"279":2,"28":6,"281":1,"282":2,"291":1,"292":1,"30":1,"31":2,"32":2,"33":5,"34":5,"347":1,"35":7,"352":43,"36":10,"38":33,"380":1,"381":1,"383":3,"39":5,"391":4,"40":4,"41":6,"414":4,"415":5,"42":5,"426":1,"43":6,"433":1,"44":4,"45":6,"46":8,"48":4,"49":9,"5":58,"52":5,"53":3,"56":1,"6":22,"63":1,"7":34,"8":16,"9":23,"all_client":8408,"all_tv_clinet":885,"insert_time":"2014-08-20T21:32:17.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7522,"10":2,"107":40,"11":45,"13":24,"14":13,"15":2,"155":3,"156":1,"159":1,"16":2,"161":14,"17":2,"18":81,"19":1,"20":3,"209":8,"21":34,"210":2,"214":4,"215":10,"221":19,"223":41,"224":6,"225":74,"23":19,"24":54,"25":18,"257":3,"26":8,"27":10,"273":1,"279":2,"28":6,"281":1,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":5,"34":5,"347":1,"35":7,"352":44,"36":9,"38":32,"380":1,"381":1,"383":3,"39":5,"391":4,"40":4,"41":6,"414":4,"415":5,"42":4,"426":1,"43":6,"433":1,"44":4,"45":6,"46":6,"48":4,"49":10,"5":55,"52":5,"53":3,"56":1,"6":26,"63":1,"7":34,"8":16,"9":22,"all_client":8427,"all_tv_clinet":905,"insert_time":"2014-08-20T21:33:17.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7519,"10":2,"107":38,"11":45,"13":23,"14":12,"15":2,"155":3,"156":1,"159":1,"16":2,"161":15,"167":2,"17":2,"18":77,"19":1,"20":3,"209":9,"21":34,"210":2,"214":4,"215":9,"221":20,"223":39,"224":6,"225":79,"23":21,"24":58,"25":18,"257":3,"26":9,"27":11,"273":1,"279":2,"28":7,"281":1,"282":2,"291":1,"292":1,"30":1,"31":3,"32":2,"33":4,"34":4,"35":7,"352":46,"36":9,"38":32,"380":1,"381":2,"383":3,"39":4,"391":4,"40":4,"41":5,"414":4,"415":5,"42":3,"426":1,"43":6,"433":1,"44":4,"45":5,"46":6,"48":3,"49":11,"5":54,"51":1,"52":5,"53":3,"56":1,"570":1,"6":27,"63":1,"7":35,"8":20,"9":24,"all_client":8437,"all_tv_clinet":918,"insert_time":"2014-08-20T21:34:17.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7556,"10":2,"107":42,"11":49,"13":21,"14":13,"15":2,"155":3,"156":1,"159":1,"16":3,"161":15,"167":2,"17":2,"18":75,"19":1,"20":3,"209":8,"21":35,"210":2,"214":4,"215":8,"221":19,"223":37,"224":6,"225":78,"23":21,"24":56,"25":19,"257":3,"26":9,"27":12,"273":1,"279":2,"28":7,"282":2,"291":1,"292":1,"30":1,"31":3,"32":3,"33":3,"34":4,"35":7,"352":44,"36":8,"38":31,"380":1,"381":2,"383":3,"39":3,"391":4,"40":3,"41":6,"414":4,"415":8,"42":3,"426":1,"43":6,"433":1,"44":4,"45":5,"46":6,"48":3,"49":12,"5":56,"51":1,"52":5,"53":3,"56":1,"570":1,"6":27,"63":1,"7":34,"8":22,"9":24,"all_client":8476,"all_tv_clinet":920,"insert_time":"2014-08-20T21:35:17.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7572,"10":2,"107":43,"11":51,"13":21,"14":13,"15":2,"155":2,"156":1,"159":1,"16":5,"161":15,"167":3,"17":2,"18":76,"19":1,"20":3,"209":8,"21":35,"210":1,"214":3,"215":9,"221":21,"223":33,"224":5,"225":81,"23":20,"24":59,"25":19,"257":2,"26":11,"27":11,"273":2,"279":2,"28":7,"282":1,"291":1,"292":2,"30":1,"31":2,"32":3,"33":3,"34":5,"35":8,"352":44,"36":8,"37":2,"38":34,"380":1,"381":2,"383":4,"39":3,"391":5,"40":4,"41":6,"414":4,"415":9,"42":3,"426":1,"43":6,"433":1,"44":4,"45":6,"46":6,"48":3,"49":12,"5":57,"51":1,"52":4,"53":3,"56":1,"570":1,"6":28,"63":1,"7":35,"8":21,"9":25,"all_client":8513,"all_tv_clinet":941,"insert_time":"2014-08-20T21:36:17.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7598,"10":2,"107":42,"11":52,"13":22,"14":12,"15":2,"155":2,"156":1,"159":1,"16":6,"161":13,"167":3,"17":2,"18":79,"19":1,"20":2,"209":9,"21":35,"210":1,"214":3,"215":8,"221":22,"223":31,"224":5,"225":85,"23":19,"24":64,"25":22,"257":2,"26":11,"268":1,"27":11,"273":2,"279":2,"28":6,"282":2,"291":1,"292":2,"30":1,"31":3,"32":3,"33":3,"34":4,"35":8,"352":40,"36":9,"37":3,"38":35,"380":1,"381":2,"383":3,"39":3,"391":5,"40":3,"41":6,"414":4,"415":9,"42":3,"426":1,"43":7,"433":1,"44":4,"45":6,"46":5,"48":3,"49":13,"5":56,"51":2,"52":4,"53":2,"56":1,"570":1,"6":28,"7":35,"8":22,"9":27,"all_client":8550,"all_tv_clinet":952,"insert_time":"2014-08-20T21:37:17.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7592,"10":3,"107":37,"11":57,"13":24,"14":11,"15":2,"155":3,"156":1,"16":6,"161":13,"167":3,"17":2,"18":77,"19":1,"20":2,"209":9,"21":32,"210":1,"214":3,"215":10,"221":23,"223":33,"224":5,"225":84,"23":20,"24":66,"25":23,"257":2,"26":11,"268":1,"27":12,"273":2,"279":2,"28":5,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":3,"34":4,"35":8,"352":41,"36":9,"37":3,"38":37,"380":1,"381":2,"383":3,"39":3,"391":5,"40":3,"41":5,"414":4,"415":9,"42":3,"426":1,"43":7,"433":1,"44":4,"45":6,"46":5,"48":3,"49":13,"5":56,"51":3,"52":3,"53":2,"56":1,"570":1,"6":31,"7":33,"8":23,"9":28,"all_client":8553,"all_tv_clinet":961,"insert_time":"2014-08-20T21:38:17.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7607,"10":3,"107":38,"11":58,"13":24,"14":11,"15":2,"155":3,"156":1,"16":6,"161":13,"167":2,"17":2,"18":79,"19":1,"20":2,"209":9,"21":31,"210":1,"214":3,"215":10,"221":23,"223":35,"224":5,"225":88,"23":24,"24":70,"25":23,"257":2,"26":11,"268":1,"27":12,"273":2,"279":2,"28":5,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":3,"34":4,"35":9,"352":40,"36":8,"37":2,"38":37,"380":1,"381":2,"383":2,"39":4,"391":6,"40":4,"41":5,"414":2,"415":9,"42":3,"426":2,"43":7,"433":1,"44":4,"45":6,"46":5,"48":3,"49":13,"5":56,"51":3,"52":3,"53":1,"570":1,"6":27,"7":31,"8":23,"9":29,"all_client":8576,"all_tv_clinet":969,"insert_time":"2014-08-20T21:39:17.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7629,"10":3,"107":37,"11":57,"13":23,"14":11,"15":2,"155":3,"16":6,"161":15,"167":2,"17":2,"18":80,"19":1,"20":3,"209":9,"21":31,"210":1,"214":3,"215":10,"221":22,"223":37,"224":5,"225":81,"23":25,"24":70,"25":24,"257":1,"26":11,"268":1,"27":12,"273":2,"279":2,"28":5,"282":2,"291":1,"292":2,"30":1,"31":3,"32":2,"33":3,"34":4,"347":1,"35":9,"352":47,"36":8,"37":3,"38":36,"380":1,"381":2,"383":2,"39":4,"391":6,"397":1,"40":3,"41":5,"414":2,"415":10,"42":3,"426":2,"43":7,"433":1,"44":4,"45":6,"46":3,"48":3,"49":12,"5":59,"51":3,"52":2,"570":1,"6":27,"7":30,"8":26,"9":29,"all_client":8602,"all_tv_clinet":973,"insert_time":"2014-08-20T21:40:17.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7653,"10":3,"107":35,"11":58,"12":1,"13":21,"14":11,"15":2,"155":2,"16":5,"161":15,"167":2,"17":2,"18":81,"19":1,"20":3,"209":9,"21":31,"210":1,"214":3,"215":10,"221":22,"223":37,"224":4,"225":81,"23":24,"24":70,"25":25,"257":1,"26":12,"268":1,"27":12,"273":2,"279":2,"28":5,"282":2,"292":2,"30":1,"31":3,"32":2,"33":4,"34":4,"347":1,"35":8,"352":49,"36":9,"37":4,"38":37,"380":1,"381":2,"383":2,"39":4,"391":7,"397":1,"40":3,"41":5,"414":2,"415":8,"42":3,"426":2,"43":8,"433":1,"44":5,"45":5,"46":3,"48":3,"49":13,"5":60,"51":3,"52":2,"6":26,"7":31,"8":27,"9":29,"all_client":8629,"all_tv_clinet":976,"insert_time":"2014-08-20T21:41:17.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7643,"10":3,"107":35,"11":62,"12":1,"13":21,"14":11,"15":2,"155":2,"16":5,"161":15,"167":2,"17":2,"18":79,"19":1,"20":3,"209":8,"21":31,"210":1,"214":3,"215":10,"221":23,"223":35,"224":3,"225":80,"23":24,"24":70,"25":26,"257":2,"26":13,"268":1,"27":11,"273":2,"279":2,"28":4,"282":2,"292":1,"30":1,"31":4,"32":2,"33":4,"34":4,"347":1,"35":9,"352":51,"36":10,"37":4,"38":36,"380":1,"381":2,"383":2,"39":3,"391":7,"397":1,"40":3,"41":5,"414":2,"415":9,"42":3,"426":2,"43":8,"433":1,"44":4,"45":4,"46":2,"48":3,"49":12,"5":63,"51":3,"52":3,"53":2,"6":26,"7":30,"79":1,"8":27,"9":30,"all_client":8624,"all_tv_clinet":981,"insert_time":"2014-08-20T21:42:18.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7675,"10":3,"107":37,"11":63,"12":2,"13":22,"14":11,"15":3,"155":2,"16":5,"161":11,"167":2,"17":2,"18":80,"19":1,"20":3,"209":10,"21":31,"210":1,"214":3,"215":8,"221":22,"223":39,"224":3,"225":85,"23":25,"24":68,"25":25,"257":2,"26":14,"268":1,"27":11,"273":2,"279":2,"28":4,"282":2,"292":2,"30":2,"31":4,"32":2,"33":4,"34":4,"347":1,"35":10,"352":51,"36":10,"37":3,"38":37,"380":1,"381":2,"383":2,"39":4,"391":7,"397":1,"40":5,"41":5,"414":2,"415":7,"42":3,"426":2,"43":6,"433":1,"44":4,"45":3,"46":2,"48":3,"49":13,"5":63,"51":3,"52":3,"53":2,"570":1,"6":28,"63":1,"7":26,"79":1,"8":27,"9":30,"all_client":8668,"all_tv_clinet":993,"insert_time":"2014-08-20T21:43:18.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7668,"10":2,"107":36,"11":62,"12":1,"13":22,"14":11,"15":3,"155":2,"16":4,"161":10,"167":2,"17":2,"18":83,"19":1,"20":3,"209":10,"21":31,"210":1,"214":3,"215":9,"221":22,"223":38,"224":3,"225":83,"23":29,"24":70,"25":25,"257":3,"26":13,"268":1,"27":11,"273":2,"279":2,"28":4,"282":2,"292":2,"30":2,"31":3,"32":2,"33":4,"34":4,"347":1,"35":10,"352":51,"36":10,"37":3,"38":39,"380":1,"381":2,"383":2,"39":4,"391":7,"397":1,"40":5,"41":4,"414":2,"415":7,"42":3,"426":2,"43":6,"433":1,"44":5,"45":3,"46":2,"48":3,"49":11,"5":63,"51":3,"52":3,"53":2,"570":1,"6":29,"63":1,"7":26,"79":1,"8":28,"9":29,"all_client":8662,"all_tv_clinet":994,"insert_time":"2014-08-20T21:44:18.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7673,"10":2,"107":37,"11":64,"12":1,"13":23,"14":9,"15":3,"155":2,"16":4,"161":10,"167":2,"17":2,"18":86,"19":1,"20":3,"209":10,"21":32,"210":1,"214":3,"215":9,"221":22,"223":38,"224":3,"225":83,"23":27,"24":72,"25":23,"257":3,"26":12,"268":1,"27":11,"273":2,"279":2,"28":4,"282":2,"292":2,"30":2,"31":4,"32":2,"33":4,"34":5,"347":1,"35":10,"352":50,"36":10,"37":3,"38":40,"380":1,"381":2,"383":2,"39":5,"391":6,"397":1,"40":4,"41":4,"414":2,"415":6,"42":2,"426":2,"43":5,"433":1,"44":5,"45":3,"46":3,"48":5,"49":11,"5":60,"51":3,"52":2,"53":2,"570":1,"6":31,"63":2,"7":27,"79":1,"8":27,"9":31,"all_client":8672,"all_tv_clinet":999,"insert_time":"2014-08-20T21:45:18.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7688,"10":2,"107":36,"11":67,"12":1,"13":22,"14":8,"15":2,"155":2,"156":1,"16":4,"161":12,"167":3,"17":2,"18":88,"19":1,"20":3,"209":10,"21":33,"210":1,"214":4,"215":9,"221":21,"223":37,"224":3,"225":79,"23":26,"24":76,"25":22,"257":5,"26":14,"268":1,"27":12,"273":2,"279":2,"28":5,"282":2,"292":2,"30":2,"31":4,"32":2,"33":4,"34":5,"347":1,"35":10,"352":49,"36":7,"37":4,"38":40,"380":1,"381":2,"383":2,"39":5,"391":5,"397":1,"40":4,"41":4,"414":2,"415":7,"42":1,"426":2,"43":5,"433":1,"44":5,"45":4,"46":3,"48":5,"49":10,"5":57,"51":3,"52":3,"53":2,"570":1,"6":32,"63":2,"7":29,"79":1,"8":25,"9":32,"all_client":8692,"all_tv_clinet":1004,"insert_time":"2014-08-20T21:46:18.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7694,"10":1,"107":35,"11":70,"12":1,"13":22,"14":8,"15":2,"155":1,"156":1,"16":5,"161":12,"167":3,"17":2,"18":91,"19":2,"20":3,"209":8,"21":34,"210":1,"214":4,"215":7,"221":21,"223":37,"224":3,"225":80,"23":24,"24":76,"25":23,"257":4,"26":13,"268":1,"27":13,"273":2,"279":2,"28":6,"282":3,"292":2,"30":2,"31":4,"32":2,"33":4,"34":4,"347":1,"35":10,"352":51,"36":8,"37":3,"38":39,"380":1,"381":2,"383":2,"39":5,"391":5,"397":1,"40":4,"41":5,"414":2,"415":7,"42":2,"426":2,"43":5,"433":1,"44":5,"45":4,"46":3,"48":4,"49":11,"5":63,"51":3,"52":3,"53":2,"570":1,"6":32,"63":2,"7":30,"79":1,"8":24,"9":30,"all_client":8707,"all_tv_clinet":1013,"insert_time":"2014-08-20T21:47:18.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7725,"10":1,"107":31,"11":70,"12":1,"13":24,"14":8,"15":2,"155":1,"156":1,"16":4,"161":11,"167":3,"17":2,"18":87,"19":2,"20":3,"209":6,"21":35,"210":1,"214":4,"215":8,"221":20,"223":38,"224":2,"225":81,"23":29,"24":75,"25":24,"257":7,"26":13,"268":1,"27":12,"273":2,"279":3,"28":6,"282":4,"292":2,"30":2,"31":4,"32":2,"33":4,"34":3,"347":1,"35":10,"352":52,"36":8,"37":3,"38":39,"380":1,"381":2,"383":2,"39":4,"391":6,"397":1,"40":4,"41":5,"414":2,"415":6,"42":2,"426":2,"43":5,"433":1,"44":5,"45":4,"46":3,"48":4,"49":11,"5":61,"51":3,"52":3,"53":2,"570":1,"6":32,"63":1,"7":32,"79":1,"8":25,"9":32,"all_client":8740,"all_tv_clinet":1015,"insert_time":"2014-08-20T21:48:18.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7744,"10":1,"107":31,"11":72,"12":2,"13":24,"14":7,"15":3,"155":1,"156":1,"16":4,"161":11,"167":3,"17":2,"18":80,"19":2,"20":3,"209":5,"21":40,"210":1,"214":3,"215":8,"221":23,"223":39,"224":3,"225":81,"23":29,"24":74,"25":24,"257":9,"26":14,"27":13,"273":2,"279":3,"28":7,"282":4,"292":2,"30":2,"31":4,"32":2,"33":4,"34":3,"347":1,"35":11,"352":50,"36":8,"37":3,"38":40,"380":1,"381":2,"383":2,"39":5,"391":6,"397":1,"40":3,"41":5,"414":2,"415":6,"42":4,"426":2,"43":5,"433":1,"44":5,"45":3,"46":4,"48":4,"49":10,"5":67,"51":3,"52":4,"53":2,"570":1,"6":31,"63":1,"7":34,"79":1,"8":26,"9":33,"all_client":8777,"all_tv_clinet":1033,"insert_time":"2014-08-20T21:49:18.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7757,"10":1,"107":34,"11":71,"12":2,"13":25,"14":8,"15":3,"155":1,"156":1,"16":4,"161":12,"167":3,"17":2,"18":75,"19":1,"20":3,"209":5,"21":38,"210":1,"214":3,"215":8,"221":23,"223":41,"224":4,"225":84,"23":34,"24":73,"25":21,"257":9,"26":13,"27":13,"273":2,"279":3,"28":8,"282":4,"292":1,"30":2,"31":4,"32":2,"33":4,"34":2,"347":1,"35":11,"352":46,"36":6,"37":3,"38":41,"380":1,"381":2,"383":2,"39":5,"391":6,"397":1,"40":3,"409":1,"41":5,"414":2,"415":5,"42":4,"426":2,"43":4,"44":4,"45":2,"46":4,"48":4,"49":12,"5":76,"51":4,"52":4,"53":2,"570":1,"6":31,"63":1,"7":35,"79":1,"8":26,"9":33,"all_client":8796,"all_tv_clinet":1039,"insert_time":"2014-08-20T21:50:18.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7751,"10":1,"107":38,"11":74,"12":2,"13":28,"14":8,"15":3,"155":1,"156":1,"16":3,"161":13,"167":3,"17":2,"18":76,"19":1,"20":3,"209":5,"21":39,"210":1,"214":3,"215":6,"221":23,"223":40,"224":4,"225":84,"23":38,"24":69,"25":21,"257":9,"26":13,"27":12,"273":1,"279":3,"28":8,"282":3,"292":1,"30":2,"31":4,"32":3,"33":4,"34":3,"347":1,"35":11,"352":43,"36":6,"37":3,"38":40,"380":1,"381":3,"383":2,"39":5,"391":5,"397":1,"40":3,"409":1,"41":5,"414":2,"415":4,"42":4,"426":2,"43":4,"44":4,"45":1,"46":4,"48":3,"49":12,"5":81,"51":4,"52":4,"53":2,"570":1,"6":32,"63":2,"7":35,"79":1,"8":27,"9":32,"all_client":8798,"all_tv_clinet":1047,"insert_time":"2014-08-20T21:51:19.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7763,"10":1,"107":40,"11":77,"12":2,"13":26,"14":8,"15":2,"155":1,"156":1,"16":4,"161":14,"167":4,"17":2,"18":82,"19":1,"20":3,"209":5,"21":39,"210":1,"214":3,"215":8,"221":23,"223":42,"224":3,"225":81,"23":40,"24":71,"25":19,"257":9,"26":13,"27":13,"273":1,"279":3,"28":8,"282":2,"292":1,"30":1,"31":3,"32":3,"33":4,"34":3,"347":2,"35":11,"352":46,"36":5,"37":5,"38":42,"380":1,"381":3,"383":2,"39":5,"391":4,"397":1,"40":3,"409":1,"41":5,"414":1,"415":4,"42":2,"426":2,"43":3,"44":5,"45":1,"46":3,"48":3,"49":12,"5":85,"51":3,"52":3,"53":2,"570":1,"6":32,"63":2,"7":36,"79":1,"8":27,"9":32,"all_client":8826,"all_tv_clinet":1063,"insert_time":"2014-08-20T21:52:19.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7808,"10":1,"107":36,"11":77,"12":2,"13":25,"14":7,"15":2,"155":1,"156":1,"16":4,"161":15,"167":4,"17":2,"18":83,"19":1,"20":3,"209":6,"21":39,"210":1,"214":3,"215":7,"221":21,"223":44,"224":2,"225":80,"23":46,"24":67,"25":20,"257":10,"26":14,"27":14,"273":1,"276":1,"279":3,"28":7,"282":2,"292":1,"30":1,"31":3,"32":3,"33":5,"34":3,"347":2,"35":11,"352":50,"36":6,"37":6,"38":38,"380":2,"381":4,"383":2,"39":5,"391":4,"397":1,"40":3,"409":1,"41":4,"414":1,"415":4,"42":3,"426":2,"43":3,"44":5,"45":1,"46":3,"48":3,"49":11,"5":88,"51":3,"52":3,"53":3,"570":1,"6":32,"63":2,"7":37,"79":1,"8":29,"9":34,"all_client":8884,"all_tv_clinet":1076,"insert_time":"2014-08-20T21:53:19.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7852,"10":1,"107":33,"11":80,"12":2,"13":24,"14":8,"15":2,"155":1,"156":1,"16":6,"161":14,"167":5,"17":2,"18":81,"19":1,"20":3,"209":6,"21":38,"210":1,"214":3,"215":7,"221":22,"223":40,"224":3,"225":76,"23":43,"24":64,"25":20,"257":9,"26":15,"27":14,"273":2,"276":1,"279":2,"28":7,"282":3,"292":1,"30":1,"31":5,"32":2,"33":5,"34":2,"347":2,"35":12,"352":52,"36":7,"37":7,"38":38,"380":2,"381":4,"383":2,"39":6,"391":4,"397":1,"40":3,"409":1,"41":5,"415":4,"42":3,"426":2,"43":3,"433":1,"44":5,"45":1,"46":5,"48":3,"49":11,"5":90,"51":4,"52":3,"53":3,"570":1,"6":35,"63":2,"7":38,"79":1,"8":30,"9":35,"all_client":8934,"all_tv_clinet":1082,"insert_time":"2014-08-20T21:54:19.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7873,"10":1,"107":33,"11":77,"12":2,"13":22,"14":8,"15":2,"155":1,"156":1,"16":6,"161":14,"167":3,"17":3,"18":82,"19":1,"20":3,"209":4,"21":35,"210":1,"214":3,"215":8,"221":23,"223":39,"224":3,"225":79,"23":45,"24":68,"25":23,"257":9,"26":15,"27":11,"273":2,"276":1,"279":2,"28":6,"282":3,"292":1,"30":1,"31":5,"32":2,"33":5,"34":3,"347":1,"35":12,"352":55,"36":9,"37":6,"38":39,"380":2,"381":3,"383":2,"39":5,"391":4,"397":1,"40":3,"409":1,"41":6,"415":5,"42":4,"426":2,"43":4,"433":1,"44":5,"45":3,"46":8,"48":3,"49":11,"5":92,"51":4,"52":3,"53":3,"570":1,"6":38,"63":2,"7":38,"79":1,"8":29,"9":37,"all_client":8972,"all_tv_clinet":1099,"insert_time":"2014-08-20T21:55:19.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7901,"10":1,"107":34,"11":77,"12":2,"13":21,"14":7,"15":2,"155":1,"156":1,"16":5,"161":14,"167":4,"17":3,"18":86,"19":1,"20":3,"209":5,"21":37,"210":1,"214":3,"215":7,"221":24,"223":37,"224":3,"225":77,"23":46,"24":73,"25":22,"257":9,"26":14,"27":6,"273":2,"276":1,"279":2,"28":7,"282":4,"292":1,"30":1,"31":6,"32":2,"33":4,"34":3,"35":14,"352":57,"36":11,"37":5,"38":41,"380":2,"381":3,"383":3,"39":5,"391":4,"397":1,"40":3,"409":1,"41":6,"415":5,"42":4,"426":2,"43":4,"433":1,"44":6,"45":2,"46":8,"48":3,"49":16,"5":93,"51":4,"52":3,"53":3,"570":1,"6":39,"63":2,"7":37,"79":1,"8":31,"9":37,"all_client":9018,"all_tv_clinet":1117,"insert_time":"2014-08-20T21:56:19.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7921,"10":1,"107":33,"11":81,"12":2,"13":21,"14":7,"15":2,"155":1,"156":1,"16":4,"161":15,"167":4,"17":3,"18":87,"19":1,"20":3,"209":4,"21":38,"210":1,"214":3,"215":7,"221":24,"223":36,"224":3,"225":77,"23":46,"24":76,"25":25,"257":9,"26":16,"27":5,"273":1,"276":1,"279":2,"28":10,"282":5,"292":1,"30":1,"31":4,"314":1,"32":2,"33":4,"34":3,"35":14,"352":51,"36":11,"37":5,"38":43,"380":2,"381":3,"383":2,"39":5,"391":4,"397":1,"40":3,"409":1,"41":6,"415":5,"42":5,"426":2,"43":4,"433":1,"44":6,"45":2,"46":8,"48":3,"49":16,"5":98,"51":4,"52":4,"53":3,"570":1,"6":38,"63":1,"7":38,"79":1,"8":30,"9":37,"all_client":9050,"all_tv_clinet":1129,"insert_time":"2014-08-20T21:57:19.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7960,"10":1,"107":33,"11":84,"12":2,"13":20,"14":7,"15":2,"155":1,"156":1,"16":4,"161":17,"167":5,"17":2,"18":91,"19":1,"20":3,"209":4,"21":44,"210":1,"214":2,"215":7,"221":24,"223":35,"224":4,"225":77,"23":47,"24":74,"25":24,"257":9,"26":18,"27":4,"273":1,"276":2,"279":2,"28":11,"282":5,"292":1,"30":1,"31":4,"314":1,"32":2,"33":2,"34":2,"35":15,"352":48,"36":12,"37":4,"38":43,"380":2,"381":3,"383":2,"39":5,"391":4,"397":1,"40":2,"409":1,"41":4,"415":4,"42":5,"426":1,"43":4,"433":1,"44":5,"45":4,"46":8,"48":2,"49":16,"5":97,"51":4,"52":6,"53":4,"6":38,"63":1,"7":37,"79":1,"8":32,"9":35,"all_client":9093,"all_tv_clinet":1133,"insert_time":"2014-08-20T21:58:19.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7997,"10":1,"107":34,"11":85,"12":3,"13":25,"14":7,"15":2,"155":2,"156":1,"16":4,"161":17,"167":5,"17":3,"18":93,"19":1,"20":2,"209":4,"21":42,"210":1,"214":2,"215":7,"221":23,"223":37,"224":4,"225":76,"23":45,"24":75,"25":24,"257":9,"26":17,"27":3,"273":1,"276":2,"279":2,"28":11,"282":5,"292":1,"31":5,"314":1,"32":2,"33":2,"34":2,"35":15,"352":47,"36":12,"37":4,"38":43,"380":1,"381":3,"383":3,"39":5,"391":5,"397":1,"40":3,"409":1,"41":4,"415":4,"42":4,"426":1,"43":3,"433":1,"44":5,"45":4,"46":7,"48":2,"49":17,"5":91,"51":5,"52":6,"53":3,"6":41,"63":1,"7":38,"79":1,"8":33,"9":35,"all_client":9134,"all_tv_clinet":1137,"insert_time":"2014-08-20T21:59:19.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8056,"10":1,"107":36,"11":88,"12":5,"13":26,"14":7,"15":2,"155":2,"156":1,"16":5,"161":19,"167":5,"17":4,"18":94,"19":4,"20":2,"209":4,"21":41,"210":1,"214":2,"215":8,"221":24,"223":38,"224":4,"225":76,"23":44,"24":76,"25":22,"257":9,"26":19,"27":1,"273":1,"276":2,"279":2,"28":11,"282":5,"292":1,"31":6,"32":2,"33":1,"34":2,"35":15,"352":46,"36":12,"37":3,"38":41,"380":1,"381":3,"383":3,"39":4,"391":5,"397":1,"40":3,"409":1,"41":5,"415":4,"42":4,"426":1,"43":3,"433":1,"44":5,"45":4,"46":8,"48":1,"49":17,"5":87,"51":5,"52":7,"53":3,"6":43,"63":1,"7":38,"79":1,"8":30,"9":37,"all_client":9202,"all_tv_clinet":1146,"insert_time":"2014-08-20T22:00:19.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8100,"10":1,"107":38,"11":89,"12":6,"13":30,"14":7,"15":2,"155":2,"16":6,"161":19,"167":5,"17":4,"18":101,"19":4,"20":1,"209":4,"21":37,"210":2,"214":2,"215":8,"221":26,"223":36,"224":4,"225":70,"23":43,"24":80,"25":21,"257":10,"26":20,"27":1,"276":2,"279":2,"28":11,"282":5,"292":2,"31":6,"32":2,"33":2,"34":2,"35":18,"352":52,"36":13,"37":3,"38":36,"380":1,"381":3,"383":3,"39":4,"391":5,"397":1,"40":4,"409":1,"41":4,"415":4,"42":4,"426":1,"43":3,"433":1,"44":4,"45":4,"46":8,"48":1,"49":17,"5":84,"51":5,"52":7,"53":3,"6":38,"63":1,"7":41,"8":27,"9":39,"all_client":9253,"all_tv_clinet":1153,"insert_time":"2014-08-20T22:01:19.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8149,"10":1,"107":41,"11":95,"12":8,"13":31,"14":7,"155":1,"16":6,"160":1,"161":18,"167":7,"17":4,"18":105,"19":5,"20":3,"209":4,"21":36,"210":3,"214":2,"215":7,"221":28,"223":35,"224":4,"225":72,"23":37,"24":84,"25":21,"257":10,"26":19,"27":2,"276":2,"279":2,"28":13,"282":5,"292":2,"302":1,"31":6,"314":1,"32":2,"33":2,"34":2,"35":16,"352":55,"36":14,"37":3,"38":34,"380":1,"381":3,"383":2,"39":4,"391":5,"397":1,"40":4,"409":1,"41":5,"415":4,"42":4,"426":1,"43":3,"433":1,"44":4,"45":4,"46":8,"48":1,"49":17,"5":88,"51":5,"52":8,"53":3,"6":34,"63":1,"7":46,"8":23,"9":37,"all_client":9324,"all_tv_clinet":1175,"insert_time":"2014-08-20T22:02:20.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8183,"10":1,"107":40,"11":98,"12":7,"13":30,"14":7,"155":1,"16":7,"160":1,"161":17,"167":7,"17":5,"18":109,"19":4,"20":4,"209":4,"21":39,"210":4,"214":2,"215":7,"221":32,"223":33,"224":4,"225":71,"23":35,"24":88,"25":22,"257":9,"26":19,"27":3,"276":4,"279":2,"28":14,"282":5,"292":2,"302":1,"31":6,"314":1,"32":2,"33":3,"34":2,"35":17,"352":52,"36":14,"37":3,"38":33,"380":1,"381":3,"383":2,"39":4,"391":5,"397":1,"40":3,"409":1,"41":4,"415":4,"42":4,"43":3,"433":1,"44":4,"45":5,"46":8,"48":2,"49":18,"5":99,"51":6,"52":9,"53":3,"6":30,"63":1,"7":44,"8":25,"9":37,"all_client":9381,"all_tv_clinet":1198,"insert_time":"2014-08-20T22:03:20.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8247,"10":1,"107":39,"11":96,"12":5,"13":31,"14":7,"155":1,"16":8,"160":1,"161":15,"167":7,"17":5,"18":110,"19":5,"20":7,"209":3,"21":40,"210":5,"214":2,"215":6,"221":32,"223":34,"224":4,"225":69,"23":35,"24":87,"25":22,"257":9,"26":19,"27":3,"273":1,"276":2,"279":2,"28":15,"281":1,"282":6,"292":2,"30":1,"302":1,"31":6,"314":1,"32":2,"33":3,"34":2,"347":1,"35":17,"352":50,"36":13,"37":3,"38":29,"380":1,"381":3,"383":3,"39":4,"391":5,"397":1,"40":3,"409":2,"41":4,"415":4,"42":4,"43":4,"433":1,"44":4,"45":6,"46":8,"48":3,"49":18,"5":102,"51":7,"52":10,"53":4,"6":30,"63":1,"7":42,"8":22,"9":41,"all_client":9450,"all_tv_clinet":1203,"insert_time":"2014-08-20T22:04:20.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8301,"10":1,"107":41,"11":91,"12":4,"13":31,"14":7,"15":2,"155":1,"16":7,"161":16,"167":6,"17":6,"18":115,"19":9,"20":7,"209":3,"21":42,"210":5,"214":2,"215":5,"221":32,"223":28,"224":5,"225":72,"23":29,"24":88,"25":22,"257":8,"26":19,"27":3,"273":1,"276":3,"279":2,"28":15,"281":1,"282":6,"292":2,"30":1,"302":1,"31":7,"314":1,"32":2,"33":3,"34":2,"347":4,"35":21,"352":53,"36":14,"37":4,"38":29,"380":1,"381":6,"383":3,"39":3,"391":3,"397":1,"40":3,"409":2,"41":4,"415":4,"42":4,"43":4,"433":1,"44":3,"45":7,"46":8,"48":3,"49":17,"5":101,"51":6,"52":10,"53":4,"6":27,"63":1,"7":44,"8":22,"9":43,"all_client":9515,"all_tv_clinet":1214,"insert_time":"2014-08-20T22:05:20.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8334,"10":1,"107":41,"11":93,"12":4,"13":31,"14":8,"15":2,"155":1,"16":6,"161":15,"167":7,"17":6,"18":119,"19":9,"20":7,"209":3,"21":43,"210":5,"214":1,"215":5,"221":30,"223":26,"224":5,"225":72,"23":29,"24":88,"25":22,"257":9,"26":20,"27":5,"273":2,"276":3,"279":2,"28":17,"281":1,"282":6,"292":2,"30":1,"302":1,"31":5,"314":1,"32":2,"33":2,"34":3,"347":4,"35":21,"352":55,"36":16,"37":4,"38":29,"380":1,"381":6,"383":3,"39":3,"391":3,"397":1,"40":3,"409":2,"41":4,"415":5,"42":4,"43":3,"433":1,"44":3,"45":7,"46":10,"48":3,"49":17,"5":104,"51":6,"52":9,"53":4,"6":25,"63":1,"7":47,"8":25,"9":44,"all_client":9568,"all_tv_clinet":1234,"insert_time":"2014-08-20T22:06:20.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8373,"10":1,"107":40,"11":95,"12":4,"13":38,"14":8,"15":2,"155":1,"16":5,"160":1,"161":18,"167":8,"17":5,"18":126,"19":10,"20":6,"209":3,"21":45,"210":5,"214":1,"215":5,"221":30,"223":24,"224":5,"225":73,"23":31,"24":89,"25":24,"257":9,"26":20,"27":6,"273":2,"276":3,"279":2,"28":17,"281":3,"282":6,"292":3,"30":1,"302":1,"31":6,"314":2,"32":3,"33":2,"34":3,"347":4,"35":19,"352":56,"36":15,"37":2,"38":29,"380":1,"381":5,"383":2,"39":3,"391":2,"397":2,"40":3,"409":2,"41":6,"415":5,"42":3,"426":1,"43":3,"433":1,"44":3,"45":7,"46":10,"48":2,"49":17,"5":105,"51":6,"52":9,"53":2,"6":23,"63":2,"7":47,"8":27,"9":44,"all_client":9633,"all_tv_clinet":1260,"insert_time":"2014-08-20T22:07:20.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8428,"10":1,"107":40,"11":91,"12":3,"13":39,"14":10,"15":3,"155":1,"16":5,"160":1,"161":17,"167":9,"17":5,"18":128,"19":12,"20":6,"209":2,"21":44,"210":5,"214":1,"215":5,"221":29,"223":26,"224":6,"225":75,"23":29,"24":92,"25":29,"257":9,"26":20,"27":6,"273":3,"276":3,"279":3,"28":15,"281":3,"282":7,"292":3,"30":1,"302":1,"31":5,"314":1,"32":3,"33":2,"34":3,"347":4,"35":20,"352":54,"36":14,"37":1,"38":34,"380":1,"381":5,"383":3,"39":3,"391":2,"397":2,"40":5,"409":2,"41":6,"415":5,"42":4,"426":1,"43":3,"433":1,"44":3,"45":7,"46":10,"48":4,"49":17,"5":115,"51":6,"52":9,"53":3,"6":20,"63":2,"7":49,"79":1,"8":27,"9":43,"all_client":9716,"all_tv_clinet":1288,"insert_time":"2014-08-20T22:08:20.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8473,"10":1,"107":38,"11":89,"12":3,"13":40,"14":10,"15":5,"155":1,"16":3,"160":1,"161":17,"167":9,"17":7,"18":134,"19":12,"20":6,"209":2,"21":47,"210":5,"214":1,"215":5,"221":28,"223":26,"224":7,"225":75,"23":26,"24":94,"25":29,"257":9,"26":19,"268":1,"27":6,"273":3,"276":5,"279":3,"28":15,"281":3,"282":7,"292":3,"30":1,"302":1,"31":5,"314":1,"32":2,"33":3,"34":3,"347":4,"35":20,"352":57,"36":13,"37":1,"38":37,"380":1,"381":4,"383":3,"39":3,"391":1,"397":2,"40":5,"409":3,"41":7,"415":4,"42":4,"426":1,"43":3,"433":1,"44":3,"45":7,"46":8,"48":4,"49":16,"5":122,"51":6,"52":12,"53":3,"6":18,"63":2,"7":52,"79":1,"8":30,"9":47,"all_client":9789,"all_tv_clinet":1316,"insert_time":"2014-08-20T22:09:20.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8544,"10":1,"107":38,"11":90,"12":3,"13":36,"14":11,"15":9,"155":1,"159":1,"16":3,"161":14,"167":9,"17":11,"18":134,"19":11,"20":6,"209":4,"21":49,"210":5,"215":5,"221":30,"223":26,"224":7,"225":71,"23":24,"24":97,"25":30,"257":10,"26":18,"268":1,"27":7,"273":4,"276":10,"279":3,"28":14,"281":4,"282":7,"292":3,"302":1,"31":4,"32":3,"33":3,"34":3,"347":4,"35":20,"352":59,"36":14,"37":1,"38":38,"380":1,"381":4,"383":4,"39":3,"391":1,"397":3,"40":6,"409":3,"41":6,"415":2,"42":4,"426":1,"43":2,"433":1,"44":3,"45":7,"46":9,"48":4,"49":16,"5":124,"51":6,"52":12,"53":3,"6":18,"63":2,"7":53,"79":1,"8":29,"9":42,"all_client":9871,"all_tv_clinet":1327,"insert_time":"2014-08-20T22:10:20.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8583,"10":1,"107":41,"11":94,"12":4,"13":35,"14":11,"15":9,"155":1,"159":1,"16":3,"161":15,"167":9,"17":13,"18":138,"19":12,"20":6,"209":5,"21":51,"210":4,"215":6,"221":30,"223":25,"224":7,"225":65,"23":23,"24":96,"25":32,"257":10,"26":18,"268":1,"27":7,"273":5,"276":13,"279":3,"28":15,"281":3,"282":7,"292":4,"302":1,"31":4,"32":4,"33":3,"34":4,"347":4,"35":20,"352":60,"36":14,"37":1,"38":39,"380":1,"381":2,"383":3,"39":3,"391":1,"397":3,"40":3,"409":3,"41":6,"415":2,"42":4,"426":1,"43":2,"433":1,"44":3,"45":7,"46":10,"48":4,"49":16,"5":128,"51":8,"52":15,"53":2,"6":18,"63":3,"7":52,"79":2,"8":29,"80":1,"9":38,"all_client":9931,"all_tv_clinet":1348,"insert_time":"2014-08-20T22:11:21.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8656,"10":1,"107":41,"11":94,"12":6,"13":32,"14":10,"15":10,"155":2,"159":1,"16":3,"160":1,"161":15,"167":10,"17":14,"18":147,"19":14,"20":7,"209":6,"21":55,"210":4,"214":1,"215":6,"221":31,"223":25,"224":7,"225":66,"23":22,"24":98,"25":34,"257":9,"26":20,"268":1,"27":7,"273":5,"276":15,"279":4,"28":15,"281":3,"282":7,"292":5,"302":1,"31":3,"32":5,"33":2,"34":3,"347":4,"35":17,"352":59,"36":14,"37":1,"38":38,"380":1,"381":2,"383":3,"39":3,"391":1,"397":3,"40":3,"409":2,"41":6,"415":2,"42":4,"426":1,"43":2,"433":1,"44":3,"45":9,"46":9,"48":3,"49":15,"5":133,"51":9,"52":15,"53":3,"6":21,"63":5,"7":52,"79":2,"8":28,"80":1,"9":32,"all_client":10031,"all_tv_clinet":1375,"insert_time":"2014-08-20T22:12:21.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8717,"10":1,"107":40,"11":95,"12":7,"13":33,"14":11,"15":11,"155":2,"159":1,"16":3,"160":1,"161":14,"167":11,"17":15,"18":152,"19":14,"20":6,"209":6,"21":57,"210":3,"214":1,"215":6,"221":31,"223":25,"224":6,"225":67,"23":22,"24":103,"25":33,"257":8,"26":20,"268":1,"27":7,"273":5,"276":15,"279":4,"28":13,"281":2,"282":8,"292":4,"302":1,"31":4,"314":1,"32":6,"33":2,"34":3,"347":5,"35":16,"352":63,"36":14,"37":1,"38":40,"380":1,"381":2,"383":3,"39":3,"391":1,"397":3,"40":3,"409":2,"41":5,"415":2,"42":4,"426":1,"43":2,"433":1,"44":3,"45":9,"46":10,"48":2,"49":14,"5":133,"51":8,"52":17,"53":3,"6":22,"63":5,"7":52,"79":2,"8":29,"80":1,"9":33,"all_client":10113,"all_tv_clinet":1396,"insert_time":"2014-08-20T22:13:21.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8786,"10":1,"107":40,"11":99,"12":9,"13":37,"14":11,"15":11,"155":2,"159":1,"16":3,"160":1,"161":14,"167":12,"17":16,"18":153,"19":15,"20":6,"209":6,"21":60,"210":3,"214":1,"215":7,"221":30,"223":24,"224":5,"225":66,"23":18,"24":106,"25":34,"257":8,"26":20,"268":1,"27":8,"273":5,"276":18,"279":4,"28":14,"281":2,"282":8,"292":5,"302":1,"31":3,"314":1,"32":5,"33":2,"34":3,"347":6,"35":13,"352":60,"36":14,"37":1,"38":41,"380":1,"381":2,"383":4,"39":3,"391":2,"397":3,"40":4,"409":2,"41":5,"415":4,"42":5,"426":1,"43":2,"433":1,"44":3,"45":9,"46":13,"48":2,"49":12,"5":133,"51":7,"52":16,"53":3,"6":22,"63":5,"7":57,"79":2,"8":31,"80":1,"9":31,"all_client":10206,"all_tv_clinet":1420,"insert_time":"2014-08-20T22:14:21.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8872,"10":1,"107":40,"11":100,"12":10,"13":38,"14":11,"15":12,"155":1,"156":1,"159":1,"16":5,"160":1,"161":13,"167":12,"17":16,"18":146,"19":16,"20":6,"209":7,"21":62,"210":4,"214":1,"215":8,"221":30,"223":25,"224":7,"225":65,"23":19,"24":112,"25":35,"257":7,"26":17,"268":1,"27":9,"273":5,"276":17,"279":4,"28":13,"281":2,"282":8,"292":4,"302":1,"31":4,"314":1,"32":5,"33":2,"34":3,"347":6,"35":13,"352":59,"36":14,"37":1,"38":46,"380":1,"381":2,"383":4,"39":3,"391":2,"397":3,"40":5,"409":2,"41":4,"415":3,"42":5,"426":1,"43":2,"433":1,"44":3,"45":9,"46":13,"48":2,"49":11,"5":135,"51":7,"52":17,"53":1,"6":25,"63":5,"7":60,"79":2,"8":32,"80":1,"9":31,"all_client":10311,"all_tv_clinet":1439,"insert_time":"2014-08-20T22:15:21.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8949,"10":1,"107":38,"11":101,"12":8,"13":41,"14":11,"15":10,"155":1,"156":1,"158":1,"16":6,"160":1,"161":15,"167":12,"17":20,"18":146,"19":19,"20":9,"209":7,"21":63,"210":4,"214":1,"215":8,"221":32,"223":25,"224":9,"225":63,"23":19,"24":110,"25":39,"257":4,"26":17,"268":1,"27":10,"273":4,"276":18,"279":4,"28":13,"281":1,"282":6,"292":4,"302":1,"31":5,"314":1,"32":4,"33":1,"34":4,"347":6,"35":13,"352":60,"36":13,"37":1,"38":48,"380":1,"381":2,"383":3,"39":3,"391":2,"397":2,"40":6,"409":1,"41":4,"415":3,"42":5,"426":1,"43":2,"433":1,"44":3,"45":9,"46":12,"48":2,"49":12,"5":131,"51":7,"52":17,"53":2,"6":26,"63":5,"7":62,"79":2,"8":33,"80":2,"9":30,"all_client":10400,"all_tv_clinet":1451,"insert_time":"2014-08-20T22:16:21.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9018,"10":1,"107":37,"11":100,"12":13,"13":39,"14":9,"15":10,"155":1,"156":1,"158":1,"16":6,"160":1,"161":16,"167":12,"17":20,"18":150,"19":19,"20":11,"209":7,"21":67,"210":4,"214":1,"215":10,"221":34,"223":29,"224":8,"225":61,"23":21,"24":107,"25":42,"257":6,"26":17,"268":1,"27":10,"273":6,"276":18,"279":4,"28":12,"281":1,"282":4,"292":3,"302":2,"31":5,"314":1,"32":4,"33":1,"34":4,"347":5,"35":12,"352":56,"36":15,"37":1,"38":47,"381":2,"383":2,"39":3,"391":2,"397":2,"40":8,"409":1,"41":5,"415":4,"42":5,"426":1,"43":2,"433":1,"44":3,"45":10,"46":15,"48":1,"49":12,"5":135,"51":7,"52":19,"53":2,"6":28,"63":5,"7":58,"79":2,"8":33,"80":2,"9":31,"all_client":10492,"all_tv_clinet":1474,"insert_time":"2014-08-20T22:17:21.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9089,"10":1,"107":37,"11":100,"12":13,"13":40,"14":9,"15":10,"155":1,"156":1,"158":1,"16":6,"160":1,"161":17,"167":12,"17":22,"18":160,"19":20,"20":12,"209":8,"21":69,"210":4,"214":1,"215":10,"221":35,"223":32,"224":7,"225":59,"23":20,"24":111,"25":43,"257":5,"26":18,"268":1,"27":10,"273":7,"276":19,"279":4,"28":12,"281":1,"282":2,"291":2,"292":3,"302":2,"31":5,"314":1,"32":4,"33":1,"34":7,"347":5,"35":12,"352":54,"36":18,"37":1,"38":42,"381":2,"383":2,"39":2,"391":2,"397":2,"40":9,"409":1,"41":6,"415":4,"42":5,"43":2,"433":1,"44":3,"45":9,"46":15,"48":1,"49":12,"5":137,"51":5,"52":19,"53":2,"6":30,"63":6,"7":55,"79":2,"8":36,"80":2,"9":30,"all_client":10589,"all_tv_clinet":1500,"insert_time":"2014-08-20T22:18:21.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9175,"10":1,"107":38,"11":100,"12":20,"13":47,"14":9,"15":10,"155":1,"156":1,"158":1,"16":6,"160":1,"161":18,"167":12,"17":22,"18":159,"19":20,"20":12,"209":9,"21":69,"210":4,"214":1,"215":10,"221":36,"223":32,"224":7,"225":59,"23":25,"24":111,"25":43,"257":7,"26":16,"268":1,"27":10,"273":7,"276":19,"279":4,"28":10,"281":1,"282":2,"291":2,"292":3,"302":2,"31":3,"314":1,"32":4,"33":1,"34":7,"347":5,"35":12,"352":56,"36":19,"37":1,"38":44,"381":2,"383":2,"39":2,"391":1,"397":2,"40":10,"409":1,"41":7,"415":4,"42":5,"43":4,"433":1,"44":3,"45":8,"46":16,"48":1,"49":10,"5":144,"51":6,"52":19,"53":2,"6":29,"63":6,"7":56,"79":2,"8":37,"80":2,"9":33,"all_client":10711,"all_tv_clinet":1536,"insert_time":"2014-08-20T22:19:21.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9304,"10":1,"107":39,"11":99,"12":22,"13":46,"14":9,"15":11,"155":1,"156":1,"158":1,"16":6,"160":1,"161":16,"167":13,"17":24,"18":159,"19":18,"20":12,"209":12,"21":70,"210":4,"214":1,"215":11,"221":31,"223":33,"224":7,"225":55,"23":28,"24":115,"25":44,"257":8,"26":17,"268":1,"27":11,"273":7,"276":17,"279":4,"28":11,"281":1,"282":1,"291":2,"292":3,"302":2,"31":2,"314":1,"32":4,"33":1,"34":7,"347":6,"35":9,"352":60,"36":19,"37":1,"38":45,"381":2,"383":3,"39":3,"391":1,"397":2,"40":10,"409":1,"41":5,"415":4,"42":5,"43":4,"433":1,"44":3,"45":8,"46":17,"48":1,"49":9,"5":150,"51":6,"52":18,"53":2,"6":31,"63":6,"7":56,"79":2,"8":38,"80":2,"9":34,"all_client":10858,"all_tv_clinet":1554,"insert_time":"2014-08-20T22:20:22.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9399,"10":1,"107":42,"11":98,"12":23,"13":47,"14":8,"15":12,"155":1,"158":1,"16":6,"160":1,"161":15,"167":13,"17":24,"18":163,"19":19,"20":13,"209":11,"21":70,"210":4,"214":1,"215":11,"221":33,"223":31,"224":7,"225":54,"23":29,"24":119,"25":42,"257":9,"26":18,"268":1,"27":11,"273":7,"276":18,"279":4,"28":11,"281":1,"282":1,"291":1,"292":3,"302":2,"31":2,"314":1,"32":4,"33":1,"34":8,"347":6,"35":9,"352":61,"36":18,"38":44,"381":2,"383":3,"39":3,"391":1,"397":2,"40":10,"409":1,"41":8,"415":4,"419":1,"42":5,"43":4,"430":1,"433":1,"44":3,"45":9,"46":16,"48":1,"49":9,"5":158,"51":6,"52":19,"53":2,"570":1,"6":27,"63":6,"7":57,"79":2,"8":36,"80":2,"9":40,"all_client":10979,"all_tv_clinet":1580,"insert_time":"2014-08-20T22:21:22.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9485,"10":1,"107":47,"11":98,"12":23,"13":48,"14":8,"15":13,"155":1,"159":1,"16":4,"160":1,"161":15,"167":13,"17":23,"18":165,"19":21,"20":15,"209":10,"21":69,"210":4,"214":1,"215":12,"221":33,"223":36,"224":7,"225":53,"23":29,"24":128,"25":41,"257":8,"26":16,"268":1,"27":11,"273":8,"276":18,"279":4,"28":15,"281":1,"282":2,"291":1,"292":3,"302":2,"31":2,"314":1,"32":3,"33":1,"34":8,"347":6,"35":7,"352":62,"36":17,"38":45,"381":2,"383":3,"39":2,"391":1,"397":2,"40":11,"409":1,"41":10,"415":4,"419":1,"42":5,"43":6,"430":1,"433":1,"44":2,"45":9,"46":13,"48":3,"49":9,"5":163,"51":8,"52":19,"53":2,"570":1,"6":27,"63":7,"7":57,"79":2,"8":35,"80":3,"9":43,"all_client":11100,"all_tv_clinet":1615,"insert_time":"2014-08-20T22:22:22.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9587,"10":1,"107":58,"11":103,"12":23,"13":47,"14":8,"15":14,"155":1,"159":1,"16":4,"160":1,"161":17,"167":15,"17":22,"18":167,"19":21,"20":17,"209":9,"21":67,"210":4,"214":1,"215":13,"221":33,"223":38,"224":7,"225":49,"23":30,"24":127,"25":41,"257":8,"26":16,"268":1,"27":11,"273":8,"276":18,"279":3,"28":17,"281":1,"282":2,"291":1,"292":2,"302":2,"31":2,"314":1,"32":3,"33":1,"34":9,"347":7,"35":6,"352":58,"36":18,"38":42,"381":2,"383":4,"39":1,"391":1,"397":2,"40":13,"409":1,"41":9,"415":3,"419":1,"42":4,"43":8,"430":1,"433":1,"44":2,"45":9,"46":13,"48":3,"49":10,"5":168,"51":8,"52":18,"53":3,"570":1,"6":24,"63":7,"7":60,"79":2,"8":35,"80":3,"9":47,"all_client":11227,"all_tv_clinet":1640,"insert_time":"2014-08-20T22:23:22.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9679,"10":1,"107":62,"11":100,"12":23,"13":51,"14":9,"15":12,"155":1,"159":1,"16":4,"160":1,"161":17,"167":15,"17":24,"18":168,"19":22,"20":18,"209":8,"21":65,"210":4,"215":13,"221":35,"223":37,"224":8,"225":43,"23":31,"24":135,"25":40,"257":9,"26":16,"27":11,"273":8,"276":18,"279":2,"28":18,"281":1,"282":2,"291":1,"292":2,"302":3,"31":2,"314":1,"32":3,"33":1,"34":9,"347":8,"35":7,"352":57,"36":17,"38":42,"381":2,"383":3,"39":1,"391":2,"397":2,"40":15,"409":1,"41":9,"415":3,"419":1,"42":4,"43":8,"430":1,"433":1,"44":2,"45":9,"46":14,"48":3,"49":10,"5":171,"51":9,"52":18,"53":3,"570":1,"6":22,"63":7,"7":59,"79":2,"8":32,"80":4,"9":50,"all_client":11334,"all_tv_clinet":1655,"insert_time":"2014-08-20T22:24:22.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9760,"10":1,"107":61,"11":106,"12":24,"13":50,"14":10,"15":12,"155":2,"159":1,"16":4,"160":1,"161":17,"167":16,"17":26,"18":177,"19":23,"20":18,"209":8,"21":64,"210":4,"215":12,"221":38,"223":37,"224":9,"225":48,"23":34,"24":134,"25":43,"257":9,"26":16,"27":11,"273":8,"276":14,"279":1,"28":16,"281":3,"282":1,"291":1,"292":2,"302":3,"31":2,"314":1,"32":2,"33":1,"34":9,"347":9,"35":7,"352":60,"36":16,"38":42,"381":3,"383":3,"39":1,"391":3,"397":2,"40":17,"409":1,"41":8,"415":3,"419":1,"42":4,"43":10,"430":1,"433":1,"44":2,"45":8,"46":15,"48":3,"49":10,"5":182,"51":8,"52":15,"53":5,"570":1,"6":25,"63":8,"7":58,"79":2,"8":31,"80":4,"9":50,"all_client":11459,"all_tv_clinet":1699,"insert_time":"2014-08-20T22:25:22.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9859,"107":59,"11":108,"12":27,"13":49,"14":10,"15":12,"155":3,"159":1,"16":3,"160":1,"161":16,"167":17,"17":24,"18":182,"19":25,"20":19,"209":9,"21":68,"210":4,"215":12,"221":39,"223":37,"224":9,"225":46,"23":38,"24":143,"25":46,"257":10,"26":15,"27":8,"273":8,"276":14,"279":1,"28":15,"281":4,"282":1,"291":1,"292":1,"302":4,"31":3,"314":1,"32":2,"33":1,"34":10,"347":9,"35":8,"352":61,"36":14,"37":1,"38":43,"381":3,"383":4,"39":2,"391":3,"397":2,"40":18,"409":1,"41":8,"415":3,"419":1,"42":3,"43":8,"430":1,"433":1,"44":2,"45":9,"46":12,"48":3,"49":11,"5":186,"51":9,"52":15,"53":5,"570":1,"6":27,"63":8,"7":62,"79":2,"8":30,"80":4,"9":51,"all_client":11596,"all_tv_clinet":1737,"insert_time":"2014-08-20T22:26:23.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10007,"107":59,"11":112,"12":28,"13":49,"14":9,"15":15,"155":4,"159":1,"16":4,"160":1,"161":17,"167":19,"17":25,"18":184,"19":24,"20":19,"209":10,"21":68,"210":5,"215":13,"221":37,"223":39,"224":10,"225":47,"23":40,"24":141,"25":44,"257":11,"26":15,"27":7,"273":9,"276":14,"279":1,"28":15,"281":4,"282":1,"291":2,"292":2,"30":1,"302":4,"31":3,"314":1,"32":2,"33":1,"34":8,"347":9,"35":7,"352":59,"36":14,"37":2,"38":42,"381":3,"383":4,"39":2,"391":3,"397":2,"40":18,"409":1,"41":8,"415":3,"419":1,"42":5,"43":8,"44":2,"45":9,"46":13,"48":5,"49":12,"5":199,"51":9,"52":12,"53":5,"570":1,"6":29,"63":8,"7":62,"79":3,"8":28,"80":4,"9":49,"all_client":11773,"all_tv_clinet":1766,"insert_time":"2014-08-20T22:27:23.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10166,"107":59,"11":109,"12":29,"13":46,"14":9,"15":15,"155":4,"16":5,"160":2,"161":18,"167":21,"17":25,"18":182,"19":23,"20":21,"209":9,"21":66,"210":5,"215":13,"221":38,"223":40,"224":11,"225":46,"23":41,"24":146,"25":44,"257":11,"26":15,"27":7,"273":9,"276":13,"279":2,"28":15,"281":2,"282":1,"291":2,"292":2,"30":1,"302":4,"306":1,"31":3,"314":2,"32":2,"33":1,"34":6,"347":8,"35":7,"352":54,"36":15,"37":2,"38":45,"381":3,"383":4,"39":2,"391":4,"397":2,"40":16,"409":1,"41":8,"415":3,"419":1,"42":4,"43":7,"44":3,"45":9,"46":14,"48":5,"49":15,"5":201,"51":10,"52":11,"53":5,"570":1,"6":31,"63":9,"7":63,"79":4,"8":30,"80":4,"9":54,"all_client":11947,"all_tv_clinet":1781,"insert_time":"2014-08-20T22:28:23.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10276,"107":61,"11":106,"12":30,"13":49,"14":10,"15":14,"155":4,"16":5,"160":2,"161":17,"167":21,"17":27,"18":185,"19":26,"20":22,"209":8,"21":66,"210":5,"215":14,"221":42,"223":37,"224":11,"225":47,"23":41,"24":147,"25":48,"257":11,"26":15,"27":7,"273":7,"276":13,"279":2,"28":15,"281":2,"282":1,"291":2,"292":3,"30":2,"302":4,"306":1,"31":3,"314":2,"32":2,"33":1,"34":4,"347":8,"35":9,"352":59,"36":13,"37":2,"38":47,"381":3,"383":3,"39":1,"391":4,"397":2,"40":18,"409":1,"41":7,"415":2,"419":1,"42":5,"43":8,"44":3,"45":9,"46":13,"48":5,"49":15,"5":202,"51":10,"52":11,"53":6,"570":1,"6":34,"63":9,"7":65,"79":5,"8":31,"80":4,"9":54,"all_client":12088,"all_tv_clinet":1812,"insert_time":"2014-08-20T22:29:23.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10387,"107":54,"11":115,"12":33,"13":53,"14":10,"15":14,"155":4,"16":4,"160":2,"161":17,"167":23,"17":24,"18":186,"19":32,"20":19,"209":6,"21":64,"210":4,"215":15,"221":38,"223":41,"224":12,"225":51,"23":44,"24":152,"25":52,"257":9,"26":15,"27":7,"273":7,"276":9,"279":2,"28":18,"281":2,"282":2,"291":2,"292":3,"30":2,"302":4,"306":1,"31":4,"314":2,"32":2,"33":1,"34":3,"347":8,"35":9,"352":61,"36":13,"37":2,"38":49,"381":3,"383":4,"39":1,"391":4,"397":2,"40":18,"409":1,"41":7,"415":5,"419":1,"42":3,"43":10,"44":3,"45":10,"46":12,"48":5,"49":15,"5":201,"51":10,"52":12,"53":6,"570":1,"6":38,"63":9,"7":72,"79":5,"8":31,"80":5,"9":57,"all_client":12244,"all_tv_clinet":1857,"insert_time":"2014-08-20T22:30:23.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10505,"107":55,"11":117,"12":33,"13":56,"14":9,"15":14,"155":4,"159":1,"16":4,"160":1,"161":18,"167":24,"17":24,"18":201,"19":34,"20":18,"209":5,"21":63,"210":4,"215":16,"221":38,"223":39,"224":11,"225":52,"23":41,"24":152,"25":52,"257":8,"26":15,"27":8,"273":7,"276":9,"279":2,"28":18,"281":3,"282":2,"291":2,"292":5,"30":2,"302":4,"306":2,"31":5,"314":1,"32":2,"33":1,"34":3,"347":8,"35":10,"352":57,"36":14,"37":2,"38":51,"381":5,"383":4,"39":2,"391":4,"397":2,"40":18,"409":1,"41":7,"415":6,"419":1,"42":4,"43":10,"44":3,"45":9,"46":12,"48":4,"49":15,"5":208,"51":11,"52":13,"53":5,"570":1,"6":38,"63":9,"7":73,"79":5,"8":30,"80":5,"9":63,"all_client":12400,"all_tv_clinet":1895,"insert_time":"2014-08-20T22:31:23.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10620,"107":61,"11":117,"12":28,"13":56,"14":8,"15":17,"155":5,"159":1,"16":4,"160":1,"161":18,"167":25,"17":23,"18":209,"19":28,"20":20,"209":7,"21":69,"210":4,"215":15,"221":40,"223":43,"224":12,"225":52,"23":48,"24":155,"25":50,"257":9,"26":15,"27":7,"273":10,"276":12,"279":2,"28":20,"281":3,"282":1,"291":3,"292":5,"30":1,"302":3,"306":2,"31":5,"314":1,"32":3,"33":1,"34":3,"347":6,"35":8,"352":58,"36":12,"37":3,"38":55,"381":6,"383":3,"39":2,"391":4,"397":2,"40":20,"409":1,"41":8,"415":6,"419":1,"42":5,"43":11,"44":3,"45":8,"46":14,"48":4,"49":16,"5":210,"51":10,"52":12,"53":5,"570":1,"6":37,"63":10,"7":74,"79":3,"8":33,"80":5,"9":63,"all_client":12561,"all_tv_clinet":1941,"insert_time":"2014-08-20T22:32:23.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10779,"107":66,"11":120,"12":29,"13":60,"14":10,"15":17,"155":5,"159":1,"16":5,"160":1,"161":19,"167":25,"17":23,"18":213,"19":26,"20":19,"209":8,"21":69,"210":3,"215":15,"221":40,"223":45,"224":10,"225":51,"23":49,"24":165,"25":51,"257":10,"26":13,"268":1,"27":5,"273":11,"276":13,"279":3,"28":18,"281":4,"291":3,"292":4,"30":1,"302":3,"306":2,"31":5,"314":1,"32":3,"33":1,"34":2,"347":6,"35":8,"352":64,"36":12,"37":3,"38":50,"381":6,"383":3,"39":2,"391":4,"397":2,"40":22,"409":1,"41":6,"415":3,"419":1,"42":5,"43":11,"44":5,"45":8,"46":16,"48":2,"49":17,"5":226,"51":10,"52":11,"53":4,"570":1,"6":39,"63":11,"7":77,"79":4,"8":32,"80":5,"9":60,"all_client":12764,"all_tv_clinet":1985,"insert_time":"2014-08-20T22:33:23.975Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10904,"10":1,"107":65,"11":124,"12":27,"13":61,"14":10,"15":18,"155":6,"159":1,"16":6,"160":2,"161":19,"167":26,"17":22,"18":219,"19":25,"20":19,"209":8,"21":69,"210":3,"215":16,"221":38,"223":50,"224":10,"225":53,"23":51,"24":171,"25":49,"257":13,"26":14,"268":1,"27":4,"273":11,"276":16,"279":3,"28":15,"281":5,"291":3,"292":3,"30":1,"302":3,"31":7,"314":1,"32":3,"33":1,"34":2,"347":6,"35":7,"352":61,"36":10,"37":3,"38":50,"381":7,"383":3,"39":2,"391":4,"397":2,"40":22,"409":1,"41":6,"415":4,"419":1,"42":5,"43":10,"44":5,"45":7,"46":16,"48":1,"49":16,"5":240,"51":9,"52":12,"53":5,"570":1,"6":40,"63":12,"7":77,"79":4,"8":31,"80":5,"9":60,"all_client":12924,"all_tv_clinet":2020,"insert_time":"2014-08-20T22:34:24.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11063,"10":1,"107":64,"11":126,"12":25,"13":63,"14":10,"15":17,"155":6,"159":1,"16":6,"160":3,"161":22,"167":26,"17":22,"18":226,"19":25,"20":19,"209":8,"21":64,"210":3,"215":16,"221":37,"223":53,"224":11,"225":64,"23":48,"24":167,"25":48,"257":13,"26":15,"268":1,"27":3,"273":10,"276":17,"279":3,"28":18,"281":6,"291":5,"292":4,"30":1,"302":3,"31":6,"32":2,"33":1,"34":3,"347":5,"35":7,"352":63,"36":12,"37":4,"38":49,"381":5,"383":3,"39":2,"391":4,"397":2,"40":23,"409":1,"41":7,"415":5,"419":1,"42":5,"43":10,"433":1,"44":5,"45":6,"46":17,"48":1,"49":15,"5":251,"51":8,"52":11,"53":4,"570":1,"6":42,"63":13,"7":74,"79":4,"8":32,"80":5,"9":67,"all_client":13120,"all_tv_clinet":2057,"insert_time":"2014-08-20T22:35:24.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11191,"10":1,"107":70,"11":129,"12":20,"13":62,"14":11,"15":16,"155":6,"159":1,"16":7,"160":3,"161":25,"167":26,"17":21,"18":246,"19":22,"20":19,"209":9,"21":61,"210":3,"215":16,"221":35,"223":55,"224":11,"225":70,"23":52,"24":165,"25":47,"257":12,"26":18,"27":4,"273":10,"276":20,"279":4,"28":19,"281":6,"291":4,"292":4,"30":1,"302":3,"31":6,"32":2,"33":1,"34":3,"347":5,"35":6,"352":60,"36":14,"37":5,"38":50,"381":5,"383":3,"39":3,"391":4,"397":2,"40":21,"409":1,"41":7,"415":6,"419":1,"42":7,"43":9,"433":1,"44":5,"45":7,"46":17,"48":2,"49":15,"5":266,"51":7,"52":8,"53":4,"570":1,"6":42,"63":14,"7":68,"79":3,"8":34,"80":6,"9":71,"all_client":13297,"all_tv_clinet":2106,"insert_time":"2014-08-20T22:36:24.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11290,"107":70,"11":129,"12":19,"13":63,"14":13,"15":17,"155":6,"159":2,"16":8,"160":3,"161":26,"167":24,"17":18,"18":250,"19":22,"20":20,"209":8,"21":63,"210":3,"215":17,"221":35,"223":65,"224":12,"225":69,"23":56,"24":163,"25":50,"257":12,"26":17,"27":3,"273":11,"276":20,"279":4,"28":22,"281":6,"291":4,"292":6,"30":1,"302":3,"31":9,"32":2,"33":1,"34":3,"347":3,"35":6,"352":61,"36":18,"37":6,"38":53,"381":5,"383":3,"39":4,"391":4,"397":2,"40":21,"409":2,"41":7,"415":5,"419":1,"42":8,"43":6,"433":1,"44":5,"45":7,"46":18,"48":2,"49":16,"5":275,"51":5,"52":6,"53":6,"570":2,"6":42,"63":17,"7":70,"79":4,"8":37,"80":6,"9":77,"all_client":13456,"all_tv_clinet":2166,"insert_time":"2014-08-20T22:37:24.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11423,"107":70,"11":126,"12":18,"13":63,"14":14,"15":19,"155":5,"159":3,"16":10,"160":2,"161":30,"167":23,"17":17,"18":254,"19":27,"20":20,"209":7,"21":63,"210":3,"215":17,"221":34,"223":72,"224":12,"225":67,"23":60,"24":163,"25":52,"257":13,"26":16,"27":3,"273":12,"276":22,"279":4,"28":22,"281":6,"291":5,"292":5,"30":2,"302":3,"31":10,"32":2,"33":1,"34":3,"347":3,"35":6,"352":67,"36":21,"37":6,"38":56,"381":5,"383":4,"39":6,"391":4,"397":2,"40":17,"409":2,"41":6,"415":7,"419":1,"42":8,"43":7,"44":5,"45":7,"46":18,"48":2,"49":15,"5":273,"51":4,"52":5,"53":6,"570":2,"6":48,"63":18,"7":77,"79":4,"8":41,"80":8,"9":78,"all_client":13642,"all_tv_clinet":2219,"insert_time":"2014-08-20T22:38:24.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11577,"107":69,"11":117,"12":18,"13":71,"14":14,"15":20,"155":5,"159":3,"16":10,"160":1,"161":29,"167":23,"17":15,"18":261,"19":30,"20":20,"209":8,"21":63,"210":2,"215":17,"221":36,"223":77,"224":12,"225":64,"23":63,"24":161,"25":55,"257":14,"26":15,"27":3,"273":13,"276":22,"279":4,"28":26,"281":7,"291":5,"292":5,"30":2,"302":3,"31":12,"32":2,"33":1,"34":3,"347":2,"35":7,"352":73,"36":19,"37":6,"38":61,"380":1,"381":5,"383":5,"39":8,"391":4,"396":1,"397":3,"40":12,"409":2,"41":8,"415":7,"42":7,"43":8,"430":2,"44":6,"45":7,"46":17,"48":2,"49":14,"5":273,"51":5,"52":5,"53":6,"570":2,"6":51,"63":20,"7":82,"79":3,"8":46,"80":7,"9":85,"all_client":13850,"all_tv_clinet":2273,"insert_time":"2014-08-20T22:39:24.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11715,"107":65,"11":108,"12":18,"13":71,"14":15,"15":20,"155":5,"159":3,"16":11,"160":1,"161":30,"167":22,"17":13,"18":262,"19":33,"20":21,"209":8,"21":70,"210":2,"215":18,"221":37,"223":89,"224":12,"225":70,"23":65,"24":163,"25":55,"257":15,"26":15,"27":3,"273":13,"276":23,"279":4,"28":27,"281":7,"291":5,"292":4,"30":2,"302":3,"31":11,"32":2,"33":1,"34":3,"347":2,"35":7,"352":75,"36":20,"37":7,"38":59,"380":2,"381":6,"383":5,"39":7,"391":5,"396":1,"397":3,"40":12,"409":3,"41":8,"414":1,"415":7,"42":8,"43":8,"430":2,"44":7,"45":8,"46":18,"48":1,"49":14,"5":284,"51":5,"52":4,"53":5,"570":1,"6":51,"63":19,"7":85,"79":2,"8":45,"80":7,"9":90,"all_client":14034,"all_tv_clinet":2319,"insert_time":"2014-08-20T22:40:24.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11876,"10":1,"107":66,"11":101,"12":18,"13":72,"14":15,"15":20,"155":5,"156":1,"159":3,"16":11,"160":2,"161":30,"167":21,"17":14,"18":268,"19":36,"20":18,"209":8,"21":80,"210":2,"215":18,"221":41,"223":100,"224":11,"225":76,"23":71,"24":162,"25":53,"257":15,"26":15,"27":4,"273":15,"276":23,"279":4,"28":25,"281":7,"291":4,"292":4,"30":2,"302":3,"31":13,"32":2,"33":2,"34":3,"347":1,"35":9,"352":71,"36":20,"37":7,"38":58,"380":2,"381":6,"383":5,"39":7,"391":5,"396":1,"397":3,"40":11,"409":4,"41":7,"414":2,"415":4,"42":9,"43":10,"430":2,"44":7,"45":8,"46":16,"48":1,"49":13,"5":280,"51":5,"52":4,"53":6,"570":1,"6":49,"63":21,"7":92,"79":2,"8":42,"80":7,"9":96,"all_client":14235,"all_tv_clinet":2359,"insert_time":"2014-08-20T22:41:25.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12046,"10":1,"107":65,"11":99,"12":20,"13":66,"14":13,"15":24,"155":5,"156":2,"159":3,"16":10,"160":2,"161":31,"167":22,"17":14,"18":265,"19":38,"20":16,"209":9,"21":84,"210":3,"215":18,"221":43,"223":106,"224":12,"225":79,"23":68,"24":166,"25":54,"257":15,"26":13,"27":5,"273":15,"276":22,"279":4,"28":25,"281":7,"291":5,"292":4,"30":4,"302":2,"31":13,"32":2,"33":2,"34":4,"347":1,"35":8,"352":73,"36":21,"37":10,"38":62,"380":4,"381":5,"383":4,"39":8,"391":5,"397":3,"40":11,"409":4,"41":8,"414":2,"415":4,"42":10,"43":9,"430":2,"44":7,"45":7,"46":15,"48":1,"49":17,"5":290,"51":4,"52":4,"53":7,"570":1,"6":44,"63":21,"7":91,"79":4,"8":43,"80":8,"9":99,"all_client":14443,"all_tv_clinet":2397,"insert_time":"2014-08-20T22:42:25.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12205,"10":1,"107":63,"11":96,"12":23,"13":68,"14":14,"15":25,"155":5,"156":2,"159":2,"16":13,"160":3,"161":34,"167":24,"17":13,"18":276,"19":39,"20":15,"209":10,"21":82,"210":3,"215":20,"221":44,"223":104,"224":12,"225":79,"23":69,"24":167,"25":58,"257":15,"26":13,"27":5,"273":13,"276":24,"279":5,"28":23,"281":6,"291":5,"292":6,"30":5,"302":2,"31":12,"314":1,"32":2,"33":2,"34":5,"347":1,"35":9,"352":72,"36":21,"37":10,"38":60,"380":4,"381":4,"383":5,"39":8,"391":5,"397":3,"40":11,"409":2,"41":9,"414":2,"415":4,"42":10,"43":9,"430":2,"44":7,"45":7,"46":16,"48":3,"49":18,"5":305,"51":4,"52":3,"53":4,"570":1,"6":46,"63":20,"7":97,"79":5,"8":42,"80":8,"9":91,"all_client":14641,"all_tv_clinet":2436,"insert_time":"2014-08-20T22:43:25.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12357,"10":1,"107":65,"11":97,"12":23,"13":70,"14":15,"15":26,"155":5,"156":2,"159":1,"16":16,"160":7,"161":36,"167":25,"17":14,"18":273,"19":45,"20":14,"209":11,"21":87,"210":4,"215":21,"221":48,"223":109,"224":12,"225":85,"23":70,"24":172,"25":59,"257":15,"26":13,"27":5,"273":8,"276":25,"279":6,"28":24,"281":5,"291":5,"292":6,"30":5,"302":2,"31":11,"314":1,"32":1,"33":2,"34":5,"35":9,"352":72,"36":22,"37":11,"38":63,"380":4,"381":4,"383":5,"39":8,"391":5,"397":3,"40":13,"409":2,"41":11,"414":3,"415":5,"42":9,"43":9,"430":2,"44":7,"45":7,"46":19,"48":3,"49":18,"5":313,"51":4,"52":4,"53":4,"570":1,"6":47,"63":21,"7":104,"79":5,"8":47,"80":7,"9":87,"all_client":14867,"all_tv_clinet":2510,"insert_time":"2014-08-20T22:44:25.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12500,"10":1,"107":69,"11":100,"12":28,"13":72,"14":14,"15":25,"155":5,"156":1,"159":1,"16":19,"160":7,"161":36,"167":26,"17":14,"18":274,"19":47,"20":15,"209":11,"21":92,"210":4,"214":1,"215":21,"221":45,"223":113,"224":13,"225":93,"23":72,"24":179,"25":59,"257":16,"26":12,"27":5,"273":9,"276":25,"279":5,"28":28,"281":5,"291":5,"292":6,"30":4,"302":2,"31":10,"314":1,"32":1,"33":2,"34":6,"35":11,"352":73,"36":23,"37":10,"38":59,"380":4,"381":4,"383":5,"39":8,"391":5,"397":3,"40":13,"409":2,"41":10,"414":3,"415":5,"42":9,"43":12,"430":2,"44":9,"45":6,"46":21,"48":4,"49":18,"5":320,"51":2,"52":4,"53":5,"570":1,"6":47,"63":20,"7":105,"79":5,"8":48,"80":8,"9":84,"all_client":15067,"all_tv_clinet":2567,"insert_time":"2014-08-20T22:45:25.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12678,"10":1,"107":73,"11":102,"12":31,"13":70,"14":12,"15":24,"155":5,"156":1,"158":1,"16":20,"160":6,"161":34,"167":25,"17":15,"18":273,"19":49,"20":16,"209":12,"21":93,"210":4,"214":1,"215":21,"221":45,"223":112,"224":14,"225":95,"23":74,"24":181,"25":58,"257":17,"26":14,"27":5,"273":10,"276":27,"279":4,"28":32,"281":5,"291":5,"292":6,"30":6,"302":3,"31":11,"314":1,"32":1,"33":2,"34":7,"35":9,"352":79,"36":22,"37":11,"38":63,"380":3,"381":4,"383":5,"39":9,"391":6,"397":3,"40":12,"409":3,"41":11,"414":4,"415":5,"419":1,"42":10,"43":10,"430":2,"44":10,"45":4,"46":21,"48":3,"49":18,"5":319,"51":2,"52":4,"53":7,"570":1,"6":52,"63":20,"7":106,"79":5,"8":52,"80":10,"9":86,"all_client":15294,"all_tv_clinet":2616,"insert_time":"2014-08-20T22:46:25.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12833,"10":1,"107":72,"11":106,"12":33,"13":69,"14":11,"15":23,"155":5,"156":1,"158":1,"16":24,"160":4,"161":34,"167":25,"17":15,"18":281,"19":54,"20":16,"209":11,"21":97,"210":5,"214":1,"215":21,"221":44,"223":110,"224":15,"225":96,"23":80,"24":186,"25":54,"257":18,"26":14,"27":4,"273":12,"276":31,"279":3,"28":33,"281":6,"291":5,"292":6,"30":5,"302":3,"31":11,"314":1,"32":1,"33":2,"34":7,"347":1,"35":10,"352":86,"36":22,"37":12,"38":64,"380":3,"381":4,"383":6,"39":7,"391":6,"397":3,"40":7,"409":3,"41":10,"414":5,"415":6,"419":1,"42":10,"43":12,"430":2,"44":10,"45":4,"46":19,"48":3,"49":20,"5":313,"51":2,"52":4,"53":6,"570":1,"6":54,"63":20,"7":110,"79":5,"8":50,"80":11,"9":91,"all_client":15493,"all_tv_clinet":2660,"insert_time":"2014-08-20T22:47:25.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13001,"10":1,"107":71,"11":104,"12":34,"13":70,"14":12,"15":23,"155":6,"156":1,"158":3,"16":25,"160":4,"161":32,"167":25,"17":16,"18":276,"19":60,"20":17,"209":10,"21":106,"210":5,"215":22,"221":46,"223":115,"224":15,"225":95,"23":89,"24":183,"25":53,"257":18,"26":14,"27":4,"273":11,"276":33,"279":3,"28":35,"281":6,"291":5,"292":6,"30":5,"302":3,"31":11,"314":1,"32":1,"33":2,"34":7,"347":1,"35":10,"352":91,"36":22,"37":13,"38":69,"380":1,"381":4,"383":7,"39":7,"391":5,"397":3,"40":7,"409":5,"41":9,"414":5,"415":6,"419":1,"42":10,"43":12,"430":2,"44":11,"45":4,"46":17,"48":3,"49":20,"5":315,"51":3,"52":3,"53":4,"56":1,"570":1,"6":60,"63":22,"7":117,"79":4,"8":50,"80":9,"9":95,"all_client":15714,"all_tv_clinet":2713,"insert_time":"2014-08-20T22:48:26.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13181,"10":1,"107":71,"11":102,"12":36,"13":71,"14":13,"15":25,"155":6,"156":1,"158":3,"16":22,"160":5,"161":32,"167":23,"17":17,"18":272,"19":63,"20":20,"209":9,"21":104,"210":5,"215":23,"221":47,"223":119,"224":15,"225":100,"23":96,"24":185,"25":56,"257":19,"26":9,"27":4,"273":11,"276":35,"279":3,"28":38,"281":5,"291":5,"292":4,"30":4,"302":3,"306":1,"31":9,"314":2,"32":1,"33":2,"34":7,"347":1,"35":12,"352":94,"36":21,"37":13,"38":66,"380":1,"381":4,"383":7,"39":5,"391":5,"397":3,"40":7,"409":6,"41":8,"414":5,"415":7,"419":1,"42":11,"43":14,"430":2,"44":12,"45":4,"46":18,"48":4,"49":17,"5":326,"51":2,"52":3,"53":3,"56":1,"570":1,"6":64,"63":23,"7":124,"79":5,"8":51,"80":8,"9":96,"all_client":15940,"all_tv_clinet":2759,"insert_time":"2014-08-20T22:49:26.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13343,"10":1,"107":73,"11":111,"12":40,"13":77,"14":12,"15":26,"155":6,"156":1,"158":3,"16":23,"160":3,"161":32,"167":24,"17":17,"18":277,"19":66,"20":21,"209":9,"21":108,"210":6,"215":24,"221":51,"223":120,"224":15,"225":102,"23":97,"24":185,"25":55,"257":22,"26":8,"27":4,"273":13,"276":35,"279":3,"28":39,"281":4,"291":5,"292":5,"30":3,"302":3,"306":1,"31":10,"314":2,"32":2,"33":3,"34":7,"347":1,"35":12,"352":91,"36":21,"37":11,"38":62,"380":1,"381":4,"383":6,"39":5,"391":5,"397":3,"40":7,"409":6,"41":9,"414":5,"415":7,"419":1,"42":11,"43":13,"430":2,"44":13,"45":3,"46":18,"48":5,"49":16,"5":335,"51":2,"52":3,"53":3,"56":2,"570":1,"6":62,"63":23,"7":125,"79":5,"8":56,"80":8,"9":94,"all_client":16154,"all_tv_clinet":2811,"insert_time":"2014-08-20T22:50:26.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13538,"10":1,"107":73,"11":113,"12":42,"13":76,"14":10,"15":28,"155":4,"156":1,"158":3,"16":26,"160":5,"161":32,"167":23,"17":18,"18":296,"19":67,"20":22,"209":8,"21":110,"210":7,"215":27,"221":54,"223":119,"224":14,"225":114,"23":98,"24":185,"25":56,"257":21,"26":8,"27":3,"273":14,"276":39,"279":3,"28":41,"281":4,"291":5,"292":5,"30":4,"302":3,"306":1,"31":11,"314":2,"32":3,"33":3,"34":7,"35":11,"352":88,"36":22,"37":12,"38":60,"380":1,"381":4,"383":5,"39":7,"391":5,"397":3,"40":7,"409":7,"41":10,"414":7,"415":7,"419":1,"42":12,"43":14,"430":1,"44":14,"45":3,"46":19,"48":5,"49":14,"5":343,"51":2,"52":3,"53":4,"56":2,"570":1,"6":65,"63":22,"7":125,"79":5,"8":57,"80":8,"9":97,"all_client":16420,"all_tv_clinet":2882,"insert_time":"2014-08-20T22:51:26.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13694,"10":1,"107":76,"11":120,"12":46,"13":76,"14":8,"15":27,"155":4,"156":1,"158":2,"16":31,"160":6,"161":34,"167":23,"17":16,"18":307,"19":68,"20":22,"209":8,"21":115,"210":7,"215":27,"221":56,"223":118,"224":13,"225":127,"23":98,"24":185,"25":58,"257":20,"26":8,"27":4,"273":16,"276":40,"279":4,"28":42,"281":4,"282":1,"291":5,"292":5,"30":3,"302":2,"306":1,"31":11,"32":3,"33":4,"34":10,"35":10,"352":87,"36":19,"37":12,"38":59,"380":1,"381":4,"383":5,"39":7,"391":4,"397":3,"40":7,"409":6,"41":9,"414":8,"415":9,"419":1,"42":12,"43":14,"430":1,"44":16,"45":3,"46":20,"48":4,"49":12,"5":344,"51":3,"52":3,"53":6,"56":2,"570":1,"6":70,"63":23,"7":123,"79":5,"8":62,"80":10,"9":96,"all_client":16638,"all_tv_clinet":2944,"insert_time":"2014-08-20T22:52:26.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13886,"10":1,"107":78,"11":119,"12":48,"13":78,"14":9,"15":26,"155":3,"156":1,"158":2,"16":32,"160":4,"161":36,"167":24,"17":17,"18":311,"19":66,"20":25,"209":9,"21":114,"210":5,"215":28,"221":55,"223":112,"224":15,"225":134,"23":104,"24":192,"25":63,"257":21,"26":8,"27":3,"273":17,"276":40,"279":5,"28":41,"281":4,"282":2,"291":5,"292":5,"30":5,"302":4,"306":1,"31":11,"32":3,"33":3,"34":10,"35":10,"352":90,"36":20,"37":13,"38":60,"380":1,"381":6,"383":5,"39":7,"391":4,"397":3,"40":7,"409":6,"41":8,"414":9,"415":9,"419":1,"42":13,"43":11,"430":1,"44":17,"45":3,"46":21,"48":5,"49":10,"5":361,"51":3,"52":3,"53":7,"56":1,"570":1,"6":72,"63":23,"7":117,"79":6,"8":67,"80":10,"9":96,"all_client":16892,"all_tv_clinet":3006,"insert_time":"2014-08-20T22:53:26.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14051,"10":2,"107":77,"11":122,"12":49,"13":82,"14":11,"15":24,"155":3,"156":1,"158":2,"16":32,"160":4,"161":37,"167":24,"17":19,"18":322,"19":67,"20":25,"209":9,"21":114,"210":5,"215":25,"221":58,"223":114,"224":14,"225":148,"23":100,"24":194,"25":64,"257":22,"26":8,"27":3,"273":20,"276":42,"279":5,"28":40,"281":4,"282":3,"291":6,"292":6,"30":4,"302":3,"306":1,"31":11,"32":3,"33":3,"34":11,"35":10,"352":97,"36":25,"37":13,"38":61,"381":6,"383":4,"39":6,"391":5,"396":1,"397":3,"40":6,"409":5,"41":7,"414":10,"415":11,"419":1,"42":12,"43":9,"430":1,"44":17,"45":3,"46":23,"48":5,"49":10,"5":369,"51":4,"52":3,"53":8,"56":1,"570":1,"6":76,"63":23,"7":115,"79":6,"8":69,"80":10,"9":96,"all_client":17126,"all_tv_clinet":3075,"insert_time":"2014-08-20T22:54:27.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14234,"10":2,"107":80,"11":126,"12":51,"13":82,"14":12,"15":26,"155":3,"156":1,"158":3,"16":36,"160":4,"161":42,"167":25,"17":18,"18":326,"19":64,"20":25,"209":9,"21":115,"210":6,"215":27,"221":57,"223":119,"224":15,"225":153,"23":102,"24":197,"25":64,"257":23,"26":8,"27":2,"273":23,"276":48,"279":6,"28":38,"281":4,"282":2,"291":6,"292":6,"30":4,"302":4,"306":1,"31":11,"32":3,"33":3,"34":10,"35":10,"352":101,"36":30,"37":13,"38":64,"381":6,"383":4,"39":6,"391":5,"396":1,"397":3,"40":5,"409":5,"41":9,"414":12,"415":10,"419":1,"42":12,"43":10,"430":1,"44":17,"45":4,"46":20,"48":5,"49":11,"5":381,"51":5,"52":3,"53":7,"56":1,"570":1,"6":76,"63":23,"7":103,"79":5,"8":78,"80":10,"9":108,"all_client":17392,"all_tv_clinet":3158,"insert_time":"2014-08-20T22:55:27.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14468,"10":1,"107":86,"11":130,"12":50,"13":86,"14":12,"15":24,"155":3,"156":2,"158":3,"16":37,"160":5,"161":47,"167":26,"17":19,"18":324,"19":67,"20":27,"209":9,"21":113,"210":7,"215":28,"221":60,"223":124,"224":15,"225":160,"23":102,"24":201,"25":66,"257":23,"26":9,"27":3,"273":26,"276":54,"279":7,"28":37,"281":4,"282":2,"291":6,"292":6,"30":3,"302":6,"306":1,"31":11,"32":3,"33":1,"34":9,"35":10,"352":100,"36":30,"37":11,"38":68,"381":6,"383":4,"39":6,"391":6,"396":1,"397":3,"40":5,"409":5,"41":9,"414":10,"415":10,"419":1,"42":11,"43":10,"430":1,"44":18,"45":4,"46":19,"48":5,"49":12,"5":380,"51":6,"52":2,"53":8,"56":1,"570":1,"6":76,"63":23,"7":100,"79":5,"8":86,"80":11,"9":111,"all_client":17688,"all_tv_clinet":3220,"insert_time":"2014-08-20T22:56:27.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14649,"10":1,"107":87,"11":138,"12":48,"13":89,"14":14,"15":20,"155":4,"156":2,"158":2,"16":38,"160":6,"161":45,"167":27,"17":20,"18":331,"19":69,"20":29,"209":9,"21":110,"210":7,"215":26,"221":61,"223":124,"224":15,"225":164,"23":107,"24":211,"25":66,"257":24,"26":9,"27":3,"273":27,"276":62,"279":7,"28":37,"281":4,"282":4,"291":5,"292":6,"30":3,"302":7,"306":1,"31":10,"32":2,"33":2,"34":10,"35":9,"352":101,"36":28,"37":10,"38":70,"381":7,"383":5,"39":7,"391":6,"396":1,"397":3,"40":5,"409":6,"41":11,"414":8,"415":11,"419":1,"42":10,"43":10,"430":1,"44":20,"45":4,"46":17,"48":4,"49":12,"5":378,"51":6,"52":2,"53":8,"56":1,"570":1,"6":82,"63":25,"7":101,"79":7,"8":96,"80":14,"9":119,"all_client":17949,"all_tv_clinet":3300,"insert_time":"2014-08-20T22:57:27.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14840,"10":1,"107":87,"11":149,"12":50,"13":93,"14":12,"15":19,"155":3,"156":2,"158":2,"16":38,"160":7,"161":49,"167":27,"17":23,"18":338,"19":69,"20":32,"209":7,"21":108,"210":6,"215":26,"221":60,"223":123,"224":13,"225":169,"23":111,"24":213,"25":69,"257":26,"26":8,"27":3,"273":26,"276":67,"279":5,"28":42,"281":4,"282":4,"291":5,"292":6,"30":4,"302":7,"306":1,"31":11,"314":1,"32":3,"33":3,"34":8,"35":9,"352":97,"36":29,"37":8,"38":72,"381":8,"383":5,"39":7,"391":5,"396":1,"397":4,"40":4,"409":6,"41":13,"414":5,"415":9,"419":1,"42":9,"43":10,"430":1,"44":20,"45":4,"46":18,"48":5,"49":11,"5":381,"51":7,"52":3,"53":10,"56":1,"570":2,"6":87,"63":25,"7":102,"79":8,"8":107,"80":15,"9":116,"all_client":18205,"all_tv_clinet":3365,"insert_time":"2014-08-20T22:58:27.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15060,"10":2,"107":85,"11":153,"12":54,"13":96,"14":10,"15":21,"155":5,"156":2,"158":2,"16":38,"160":6,"161":49,"167":28,"17":23,"18":354,"19":69,"20":34,"209":7,"21":109,"210":6,"215":25,"221":55,"223":128,"224":13,"225":178,"23":119,"24":215,"25":68,"257":28,"26":8,"268":1,"27":4,"273":26,"276":71,"279":4,"28":47,"281":5,"282":4,"291":5,"292":8,"30":4,"302":7,"306":1,"31":10,"314":1,"32":3,"33":5,"34":8,"35":9,"352":97,"36":29,"37":9,"38":77,"381":10,"383":4,"39":8,"391":4,"396":1,"397":4,"40":4,"409":6,"41":12,"414":5,"415":11,"419":1,"42":8,"43":11,"430":1,"433":1,"44":17,"45":4,"46":19,"48":4,"49":13,"5":395,"51":7,"52":2,"53":9,"56":1,"570":2,"6":85,"63":27,"7":98,"79":9,"8":118,"80":15,"9":109,"all_client":18510,"all_tv_clinet":3450,"insert_time":"2014-08-20T22:59:27.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15241,"10":3,"107":89,"11":161,"12":55,"13":100,"14":8,"15":19,"155":5,"156":2,"158":2,"16":38,"160":6,"161":49,"167":27,"17":23,"18":362,"19":74,"20":36,"209":8,"21":108,"210":6,"215":27,"221":56,"223":132,"224":14,"225":183,"23":122,"24":213,"25":68,"257":28,"26":8,"268":1,"27":5,"273":25,"276":82,"279":3,"28":49,"281":5,"282":3,"291":6,"292":7,"30":4,"302":8,"306":1,"31":10,"314":3,"32":3,"33":5,"34":6,"347":1,"35":9,"352":95,"36":29,"37":8,"38":78,"381":11,"383":4,"39":9,"391":4,"397":4,"40":4,"409":7,"41":13,"414":6,"415":11,"419":1,"42":8,"43":10,"430":1,"433":1,"44":15,"45":4,"46":18,"48":3,"49":13,"5":415,"51":7,"52":2,"53":10,"56":1,"570":1,"6":80,"63":29,"7":106,"79":9,"8":120,"80":15,"9":102,"all_client":18763,"all_tv_clinet":3522,"insert_time":"2014-08-20T23:00:28.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15453,"10":4,"107":91,"11":161,"12":51,"13":104,"14":9,"15":22,"155":5,"156":2,"158":2,"16":36,"160":6,"161":45,"167":27,"17":23,"18":373,"19":80,"20":36,"209":8,"21":104,"210":6,"215":26,"221":51,"223":134,"224":14,"225":187,"23":119,"24":215,"25":64,"257":26,"26":12,"268":1,"27":5,"273":24,"276":98,"279":3,"28":50,"281":6,"282":3,"291":7,"292":10,"30":5,"302":10,"306":1,"31":9,"314":2,"32":3,"33":6,"34":8,"347":1,"35":8,"352":96,"36":29,"37":8,"38":85,"381":11,"383":5,"39":9,"391":5,"397":3,"40":4,"409":7,"41":13,"414":5,"415":13,"419":1,"42":7,"43":10,"430":1,"433":1,"44":16,"45":5,"46":21,"48":1,"49":15,"5":422,"51":9,"52":1,"53":7,"56":1,"6":76,"63":28,"7":111,"79":10,"8":126,"80":15,"9":101,"all_client":19034,"all_tv_clinet":3581,"insert_time":"2014-08-20T23:01:28.500Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15683,"10":6,"107":88,"11":162,"12":46,"13":108,"14":10,"15":20,"155":4,"156":1,"158":2,"159":1,"16":39,"160":7,"161":50,"167":22,"17":24,"18":375,"19":81,"20":36,"209":7,"21":104,"210":6,"215":28,"221":52,"223":135,"224":13,"225":197,"23":123,"24":221,"25":58,"257":26,"26":17,"27":4,"273":25,"276":109,"279":3,"28":51,"281":8,"282":3,"291":7,"292":10,"30":6,"302":12,"306":1,"31":8,"314":2,"32":3,"33":6,"34":7,"347":1,"35":7,"352":97,"36":29,"37":8,"38":85,"381":10,"383":4,"39":8,"391":4,"397":4,"40":4,"409":6,"41":14,"414":4,"415":13,"419":1,"42":9,"426":1,"43":8,"430":1,"433":1,"44":16,"45":5,"46":22,"48":1,"49":16,"5":437,"51":11,"52":2,"53":9,"56":1,"6":78,"63":27,"7":117,"79":8,"8":140,"80":15,"9":102,"all_client":19343,"all_tv_clinet":3660,"insert_time":"2014-08-20T23:02:28.671Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15857,"10":6,"107":89,"11":163,"12":45,"13":108,"14":11,"15":21,"155":4,"156":2,"158":2,"159":1,"16":46,"160":6,"161":49,"167":16,"168":1,"17":25,"18":379,"19":76,"20":37,"209":6,"21":107,"210":6,"215":29,"221":56,"223":142,"224":14,"225":207,"23":121,"24":228,"25":55,"257":22,"26":16,"27":4,"273":27,"276":122,"279":3,"28":50,"281":8,"282":4,"291":8,"292":10,"30":5,"302":12,"306":1,"31":9,"314":2,"32":3,"33":6,"34":8,"347":1,"35":6,"352":95,"36":28,"37":9,"38":87,"381":9,"383":4,"39":9,"391":4,"397":4,"40":3,"409":7,"41":14,"414":4,"415":11,"419":2,"42":9,"426":1,"43":9,"430":1,"433":1,"44":12,"45":5,"46":24,"48":1,"49":14,"5":449,"51":13,"52":2,"53":7,"56":2,"570":1,"6":83,"63":28,"7":117,"79":9,"8":145,"80":15,"9":111,"all_client":19591,"all_tv_clinet":3734,"insert_time":"2014-08-20T23:03:28.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16092,"10":5,"107":89,"11":169,"12":44,"13":105,"14":13,"15":23,"155":4,"156":2,"158":1,"159":1,"16":52,"160":7,"161":47,"167":15,"168":1,"17":26,"18":376,"19":81,"20":38,"209":5,"21":110,"210":6,"215":28,"221":57,"223":143,"224":15,"225":217,"23":119,"24":230,"25":54,"257":21,"26":16,"268":1,"27":4,"273":30,"276":129,"279":3,"28":48,"281":8,"282":5,"291":9,"292":10,"30":4,"302":15,"306":1,"31":9,"314":3,"32":3,"33":5,"34":7,"347":2,"35":7,"352":99,"36":26,"37":10,"38":84,"381":9,"383":4,"39":10,"391":4,"397":4,"40":3,"409":7,"41":15,"414":4,"415":13,"419":2,"42":11,"426":1,"43":8,"430":1,"433":1,"44":11,"45":4,"46":26,"48":2,"49":14,"5":458,"51":14,"52":2,"53":8,"56":2,"570":1,"6":88,"63":28,"7":111,"79":9,"8":157,"80":14,"9":116,"all_client":19896,"all_tv_clinet":3804,"insert_time":"2014-08-20T23:04:29.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16359,"10":4,"107":88,"11":171,"12":41,"13":108,"14":13,"15":24,"155":4,"156":2,"158":1,"159":1,"16":54,"160":6,"161":46,"167":13,"168":1,"17":29,"18":374,"19":84,"20":39,"209":5,"21":120,"210":5,"215":28,"221":59,"223":139,"224":14,"225":220,"23":114,"24":228,"25":48,"257":21,"26":15,"268":1,"27":5,"273":31,"276":139,"279":3,"28":39,"281":9,"282":5,"291":10,"292":10,"30":4,"302":15,"306":1,"31":10,"314":3,"32":3,"33":5,"34":8,"347":2,"35":8,"352":99,"36":28,"37":12,"38":94,"381":9,"383":5,"39":12,"391":3,"397":4,"40":3,"409":7,"41":15,"414":5,"415":13,"419":2,"42":10,"426":1,"43":8,"430":2,"433":1,"44":9,"45":4,"46":27,"48":2,"49":12,"5":466,"51":14,"52":5,"53":8,"56":2,"570":1,"6":98,"63":31,"7":110,"79":10,"8":162,"80":14,"9":127,"all_client":20224,"all_tv_clinet":3865,"insert_time":"2014-08-20T23:05:29.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16576,"10":3,"107":91,"11":168,"12":34,"13":110,"14":13,"15":25,"155":4,"156":2,"158":1,"159":1,"16":56,"160":6,"161":46,"167":14,"17":28,"18":373,"19":86,"20":34,"209":5,"21":128,"210":4,"215":28,"221":63,"223":144,"224":16,"225":228,"23":119,"24":226,"25":45,"257":20,"26":19,"268":1,"27":8,"273":31,"276":146,"279":3,"28":34,"281":9,"282":3,"291":10,"292":11,"30":4,"302":16,"306":1,"31":10,"314":3,"32":5,"33":5,"34":7,"347":4,"35":11,"352":101,"36":30,"37":12,"38":96,"381":10,"383":5,"39":11,"391":3,"397":4,"40":3,"409":7,"41":16,"414":5,"415":14,"419":2,"42":10,"426":1,"43":7,"430":2,"433":1,"44":10,"45":3,"46":26,"48":3,"49":15,"5":471,"51":15,"52":7,"53":8,"56":1,"570":1,"6":112,"63":33,"7":108,"79":7,"8":163,"80":15,"9":129,"all_client":20505,"all_tv_clinet":3929,"insert_time":"2014-08-20T23:06:29.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16777,"10":4,"107":93,"11":172,"12":31,"13":110,"14":13,"15":28,"155":3,"156":2,"158":1,"159":1,"16":55,"160":7,"161":47,"167":14,"17":29,"18":380,"19":86,"20":35,"209":6,"21":129,"210":5,"215":29,"221":66,"223":155,"224":16,"225":232,"23":116,"24":231,"25":44,"257":20,"26":19,"27":9,"273":32,"276":150,"279":2,"28":30,"281":11,"282":4,"291":12,"292":12,"30":5,"302":18,"306":1,"31":10,"314":2,"32":4,"33":6,"34":5,"347":4,"35":12,"352":98,"36":35,"37":12,"38":97,"381":9,"383":5,"39":12,"391":5,"397":4,"40":3,"409":7,"41":17,"414":5,"415":14,"419":2,"42":12,"426":1,"43":8,"430":2,"433":1,"44":9,"45":4,"46":30,"48":3,"49":18,"5":474,"51":15,"52":8,"53":8,"56":1,"570":1,"6":118,"63":30,"7":109,"79":6,"8":165,"80":16,"9":130,"all_client":20779,"all_tv_clinet":4002,"insert_time":"2014-08-20T23:07:29.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16963,"10":3,"107":93,"11":174,"12":34,"13":110,"14":18,"15":32,"155":3,"156":3,"158":1,"16":55,"160":8,"161":43,"167":14,"17":29,"18":383,"19":90,"20":39,"209":7,"21":138,"210":8,"215":29,"221":71,"223":156,"224":16,"225":241,"23":114,"24":237,"25":45,"257":20,"26":17,"27":8,"273":34,"276":153,"279":2,"28":29,"281":11,"282":6,"291":12,"292":14,"30":5,"302":17,"306":1,"31":11,"314":2,"32":7,"33":6,"34":5,"347":4,"35":12,"352":101,"36":34,"37":13,"38":97,"381":11,"383":5,"39":13,"391":5,"397":4,"40":4,"409":8,"41":19,"414":6,"415":12,"419":2,"42":12,"43":6,"430":1,"433":1,"44":9,"45":3,"46":31,"48":5,"49":19,"5":483,"51":18,"52":6,"53":7,"56":1,"570":1,"6":134,"63":32,"7":110,"79":6,"8":167,"80":17,"9":134,"all_client":21070,"all_tv_clinet":4107,"insert_time":"2014-08-20T23:08:29.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17156,"10":3,"107":90,"11":175,"12":31,"13":113,"14":20,"15":30,"155":4,"156":3,"158":1,"159":1,"16":57,"160":8,"161":43,"167":16,"17":31,"18":386,"19":89,"20":41,"209":8,"21":142,"210":10,"215":30,"221":68,"223":162,"224":17,"225":237,"23":119,"24":242,"25":40,"257":20,"26":16,"27":7,"273":35,"276":156,"279":3,"28":29,"281":11,"282":6,"291":11,"292":14,"30":5,"302":17,"306":1,"31":11,"314":2,"32":9,"33":7,"34":5,"347":4,"35":10,"352":108,"36":32,"37":17,"38":103,"381":11,"383":4,"39":10,"391":5,"397":4,"40":6,"409":8,"41":17,"414":6,"415":10,"419":2,"42":13,"43":6,"430":1,"433":1,"44":8,"45":3,"46":33,"48":6,"49":21,"5":490,"51":18,"52":6,"53":6,"56":1,"570":1,"6":143,"63":33,"7":113,"79":5,"8":176,"80":16,"9":137,"all_client":21332,"all_tv_clinet":4176,"insert_time":"2014-08-20T23:09:30.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17369,"10":4,"107":94,"11":181,"12":31,"13":115,"14":19,"15":27,"155":4,"156":3,"158":1,"159":1,"16":60,"160":8,"161":46,"167":18,"17":32,"18":394,"19":90,"20":39,"209":8,"21":139,"210":10,"215":32,"221":71,"223":156,"224":17,"225":235,"23":127,"24":248,"25":34,"257":21,"26":16,"27":6,"273":35,"276":159,"279":3,"28":28,"281":9,"282":8,"291":11,"292":14,"30":5,"302":17,"306":1,"31":11,"314":2,"32":10,"33":7,"34":5,"347":5,"35":9,"352":115,"36":30,"37":17,"38":111,"381":12,"383":4,"39":11,"391":6,"397":4,"40":8,"409":8,"41":17,"414":7,"415":10,"419":2,"42":11,"43":5,"430":1,"433":1,"44":8,"45":2,"46":31,"48":6,"49":21,"5":498,"51":17,"52":6,"53":5,"56":2,"570":1,"6":156,"63":36,"7":108,"79":5,"8":179,"80":18,"9":141,"all_client":21615,"all_tv_clinet":4246,"insert_time":"2014-08-20T23:10:30.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17545,"10":4,"107":99,"11":175,"12":34,"13":123,"14":18,"15":28,"155":4,"156":2,"158":1,"159":1,"16":59,"160":8,"161":48,"167":17,"17":31,"18":394,"19":94,"20":37,"209":8,"21":141,"210":12,"215":32,"221":71,"223":166,"224":18,"225":236,"23":131,"24":256,"25":38,"257":22,"26":15,"27":6,"273":39,"276":155,"279":3,"28":27,"281":9,"282":9,"291":11,"292":15,"30":8,"302":17,"306":1,"31":12,"314":3,"32":8,"33":7,"34":7,"347":5,"35":8,"352":118,"36":32,"37":16,"38":114,"381":11,"383":4,"39":11,"391":7,"397":4,"40":9,"409":8,"41":16,"414":7,"415":12,"419":2,"42":12,"43":5,"430":1,"433":1,"44":9,"45":2,"46":28,"48":9,"49":22,"5":517,"51":18,"52":7,"53":5,"56":2,"570":1,"6":167,"63":37,"7":105,"79":4,"8":179,"80":17,"9":145,"all_client":21882,"all_tv_clinet":4337,"insert_time":"2014-08-20T23:11:30.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17782,"10":3,"107":103,"11":180,"12":35,"13":123,"14":18,"15":27,"155":6,"156":2,"158":1,"159":1,"16":59,"160":8,"161":48,"167":16,"17":31,"18":404,"19":97,"20":39,"209":7,"21":150,"210":12,"215":32,"221":78,"223":167,"224":18,"225":235,"23":129,"24":272,"25":41,"257":22,"26":16,"27":7,"273":41,"276":159,"279":4,"28":29,"281":9,"282":9,"291":10,"292":14,"30":8,"302":17,"306":1,"31":12,"314":3,"32":6,"33":7,"34":7,"347":7,"35":10,"352":115,"36":31,"37":16,"38":120,"381":11,"383":6,"39":12,"391":7,"397":4,"40":8,"409":7,"41":16,"414":8,"415":12,"419":2,"42":11,"43":5,"430":2,"433":1,"44":9,"45":2,"46":28,"48":9,"49":21,"5":524,"51":17,"52":5,"53":5,"56":2,"570":1,"6":172,"63":38,"7":101,"79":4,"8":177,"80":18,"9":152,"all_client":22201,"all_tv_clinet":4419,"insert_time":"2014-08-20T23:12:30.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17984,"10":3,"107":101,"11":185,"12":38,"13":126,"14":21,"15":27,"155":6,"156":3,"158":1,"159":1,"16":60,"160":8,"161":47,"167":14,"17":27,"18":412,"19":101,"20":40,"209":7,"21":162,"210":13,"215":35,"221":79,"223":173,"224":19,"225":231,"23":135,"24":264,"25":43,"257":23,"26":16,"27":6,"273":41,"276":161,"279":4,"28":31,"281":9,"282":10,"291":10,"292":18,"30":10,"302":15,"306":1,"31":13,"314":3,"317":1,"32":6,"33":7,"34":8,"347":7,"35":9,"352":116,"36":28,"37":18,"38":120,"381":10,"383":5,"39":9,"391":6,"397":4,"40":8,"409":7,"41":17,"414":8,"415":12,"419":2,"42":12,"43":5,"430":2,"433":1,"44":7,"45":4,"46":32,"48":10,"49":19,"5":521,"51":19,"52":5,"53":4,"56":2,"570":1,"6":174,"63":38,"7":106,"79":6,"8":181,"80":17,"9":159,"all_client":22470,"all_tv_clinet":4486,"insert_time":"2014-08-20T23:13:30.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18183,"10":4,"107":94,"11":190,"12":43,"13":122,"14":19,"15":30,"155":6,"156":3,"158":1,"159":1,"16":56,"160":8,"161":48,"167":15,"17":26,"18":417,"19":103,"20":41,"209":7,"21":172,"210":13,"215":36,"221":83,"223":179,"224":20,"225":231,"23":138,"24":270,"25":39,"257":23,"26":18,"268":1,"27":6,"273":35,"276":160,"279":5,"28":31,"281":8,"282":9,"291":9,"292":18,"30":10,"302":15,"306":1,"31":14,"314":3,"317":1,"32":6,"33":8,"34":7,"347":7,"35":9,"352":114,"36":29,"37":16,"38":115,"381":11,"383":7,"39":9,"391":8,"397":3,"40":8,"409":7,"41":19,"414":9,"415":11,"419":2,"42":12,"43":6,"430":3,"433":1,"44":6,"45":4,"46":33,"48":10,"49":21,"5":529,"51":18,"52":5,"53":4,"56":2,"570":2,"6":174,"63":39,"7":102,"79":6,"8":183,"80":17,"9":175,"all_client":22722,"all_tv_clinet":4539,"insert_time":"2014-08-20T23:14:31.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18407,"10":4,"107":108,"11":189,"12":48,"13":121,"14":20,"15":32,"155":7,"156":3,"158":2,"159":1,"16":46,"160":8,"161":50,"167":14,"17":26,"18":423,"19":104,"20":42,"209":7,"21":163,"210":14,"215":37,"221":80,"223":177,"224":19,"225":232,"23":142,"24":274,"25":43,"257":25,"26":21,"268":1,"27":5,"273":31,"276":154,"279":6,"28":31,"281":9,"282":10,"291":9,"292":18,"30":10,"302":14,"306":1,"31":15,"314":2,"317":1,"32":5,"33":10,"34":9,"347":6,"35":9,"352":123,"36":34,"37":15,"38":112,"381":9,"383":7,"39":9,"391":8,"397":3,"40":7,"409":7,"41":21,"414":10,"415":10,"419":2,"42":11,"43":6,"430":3,"433":1,"44":6,"45":5,"46":31,"48":12,"49":22,"5":543,"51":19,"52":5,"53":6,"56":3,"570":2,"6":173,"63":40,"7":97,"79":5,"8":187,"80":17,"9":182,"all_client":22998,"all_tv_clinet":4591,"insert_time":"2014-08-20T23:15:31.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18648,"10":5,"107":114,"11":188,"12":47,"13":116,"14":20,"15":33,"155":7,"156":3,"158":2,"159":1,"16":44,"160":8,"161":49,"167":17,"17":26,"18":434,"19":101,"20":46,"209":7,"21":159,"210":15,"214":1,"215":36,"221":79,"223":180,"224":16,"225":230,"23":143,"24":282,"25":43,"257":27,"26":20,"268":2,"27":6,"273":29,"276":148,"279":6,"28":31,"281":10,"282":12,"291":8,"292":17,"30":10,"302":14,"31":15,"314":2,"317":2,"32":8,"33":11,"34":8,"347":6,"35":9,"352":124,"36":35,"37":15,"38":110,"381":9,"383":8,"39":10,"391":9,"397":3,"40":7,"409":7,"41":21,"414":11,"415":10,"419":3,"42":11,"43":6,"430":3,"433":1,"44":5,"45":5,"46":36,"48":13,"49":23,"5":564,"51":18,"52":5,"53":7,"56":4,"570":2,"6":174,"63":41,"7":92,"79":5,"8":196,"80":17,"9":185,"all_client":23296,"all_tv_clinet":4648,"insert_time":"2014-08-20T23:16:31.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18828,"10":5,"107":125,"11":194,"12":47,"13":123,"14":21,"15":32,"155":8,"156":3,"158":4,"159":1,"16":44,"160":8,"161":50,"167":17,"17":25,"18":443,"19":100,"20":50,"209":6,"21":161,"210":14,"214":1,"215":35,"221":79,"223":180,"224":15,"225":230,"23":142,"24":276,"25":42,"257":27,"26":19,"268":2,"27":7,"273":31,"276":150,"279":5,"28":30,"281":11,"282":15,"291":7,"292":17,"30":8,"302":13,"31":15,"314":2,"317":2,"32":12,"33":11,"34":10,"347":6,"35":12,"352":126,"36":40,"37":16,"38":109,"381":10,"383":9,"39":8,"391":8,"397":3,"40":7,"409":6,"41":20,"414":12,"415":11,"419":3,"42":11,"43":6,"430":3,"433":1,"44":6,"45":6,"46":37,"48":13,"49":24,"5":589,"51":21,"52":5,"53":7,"56":5,"570":2,"6":169,"63":42,"7":90,"79":5,"8":201,"80":14,"9":193,"all_client":23559,"all_tv_clinet":4731,"insert_time":"2014-08-20T23:17:31.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19036,"10":5,"107":125,"11":194,"12":45,"13":125,"14":23,"15":30,"155":8,"156":3,"158":4,"159":1,"16":44,"160":8,"161":53,"167":17,"17":19,"18":454,"19":96,"20":53,"209":6,"21":171,"210":14,"214":1,"215":35,"221":81,"223":185,"224":13,"225":231,"23":144,"24":274,"25":42,"257":29,"26":17,"268":2,"27":6,"273":34,"276":147,"279":5,"28":30,"281":11,"282":16,"291":7,"292":16,"30":6,"302":13,"31":14,"314":2,"317":2,"32":10,"33":12,"34":10,"347":7,"35":12,"352":130,"36":43,"37":14,"38":107,"381":11,"383":9,"39":9,"391":8,"396":1,"397":3,"40":8,"409":6,"41":19,"414":14,"415":14,"419":3,"42":13,"43":7,"430":3,"433":1,"44":7,"45":7,"46":38,"48":14,"49":24,"5":605,"51":21,"52":6,"53":7,"56":5,"570":1,"6":174,"63":43,"7":90,"79":6,"8":197,"80":14,"9":198,"all_client":23828,"all_tv_clinet":4792,"insert_time":"2014-08-20T23:18:31.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19207,"10":5,"107":127,"11":201,"12":50,"13":127,"14":23,"15":30,"155":9,"156":3,"158":5,"159":1,"16":43,"160":8,"161":55,"167":18,"17":18,"18":459,"19":101,"20":55,"209":6,"21":174,"210":13,"214":1,"215":36,"221":85,"223":189,"224":12,"225":236,"23":152,"24":278,"25":40,"257":32,"26":19,"268":1,"27":6,"273":38,"276":148,"279":6,"28":30,"281":12,"282":17,"291":6,"292":17,"30":6,"302":14,"31":16,"314":2,"317":2,"32":9,"33":10,"34":10,"347":7,"35":17,"352":134,"36":40,"37":13,"38":107,"381":11,"383":8,"39":10,"391":9,"396":1,"397":3,"40":10,"409":10,"41":17,"414":16,"415":16,"419":3,"42":14,"43":7,"430":3,"433":2,"44":6,"45":7,"46":34,"48":17,"49":23,"5":605,"51":21,"52":7,"53":7,"56":5,"570":1,"6":188,"63":43,"7":87,"79":5,"8":200,"80":12,"9":212,"all_client":24106,"all_tv_clinet":4899,"insert_time":"2014-08-20T23:19:32.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19418,"10":6,"107":115,"11":205,"12":51,"13":125,"14":26,"15":32,"155":10,"156":3,"158":5,"159":1,"16":47,"160":10,"161":58,"167":19,"17":17,"18":463,"19":108,"20":53,"209":6,"21":180,"210":13,"214":1,"215":38,"221":88,"223":190,"224":14,"225":236,"23":151,"24":285,"25":42,"257":30,"26":18,"268":1,"27":9,"273":38,"276":149,"279":7,"28":27,"281":12,"282":18,"291":5,"292":18,"30":9,"302":14,"31":15,"314":1,"317":2,"32":10,"33":10,"34":9,"347":7,"35":19,"352":135,"36":40,"37":14,"38":107,"381":12,"383":6,"39":11,"391":9,"396":1,"397":3,"40":11,"409":10,"41":18,"414":16,"415":15,"419":3,"42":16,"43":7,"430":3,"433":1,"44":5,"45":7,"46":36,"48":17,"49":20,"5":606,"51":23,"52":6,"53":9,"56":6,"570":1,"6":197,"63":43,"7":80,"79":6,"8":208,"80":12,"9":216,"all_client":24380,"all_tv_clinet":4962,"insert_time":"2014-08-20T23:20:32.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19734,"10":6,"107":114,"11":205,"12":56,"13":131,"14":27,"15":33,"155":11,"156":3,"158":5,"159":2,"16":48,"160":10,"161":58,"167":22,"17":16,"18":462,"19":106,"20":56,"209":6,"21":182,"210":13,"214":1,"215":37,"221":88,"223":190,"224":13,"225":225,"23":153,"24":285,"25":41,"257":29,"26":20,"268":1,"27":9,"273":39,"276":147,"279":8,"28":27,"281":12,"282":17,"291":6,"292":18,"30":10,"302":14,"31":16,"314":1,"317":2,"32":9,"33":10,"34":10,"347":7,"35":19,"352":134,"36":38,"37":15,"38":114,"381":12,"383":6,"39":14,"391":11,"396":1,"397":3,"40":11,"409":12,"41":18,"414":16,"415":14,"419":3,"42":15,"43":7,"430":4,"433":1,"44":6,"45":7,"46":35,"48":18,"49":18,"5":612,"51":25,"52":5,"53":9,"56":5,"570":1,"6":199,"63":43,"7":79,"79":10,"8":215,"80":9,"9":230,"all_client":24745,"all_tv_clinet":5011,"insert_time":"2014-08-20T23:21:32.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19944,"10":4,"107":112,"11":203,"12":60,"13":127,"14":26,"15":35,"155":11,"156":4,"158":5,"159":4,"16":55,"160":10,"161":55,"167":22,"17":17,"18":469,"19":115,"20":58,"209":8,"21":187,"210":13,"214":1,"215":42,"221":88,"223":193,"224":13,"225":218,"23":152,"24":286,"25":44,"257":31,"26":21,"268":1,"27":10,"273":42,"276":145,"279":8,"28":31,"281":12,"282":17,"291":6,"292":19,"30":10,"302":13,"31":14,"314":1,"317":2,"32":8,"33":9,"34":9,"347":7,"35":18,"352":138,"36":38,"37":17,"38":120,"381":11,"383":6,"39":16,"391":10,"396":2,"397":3,"40":12,"409":14,"41":19,"414":17,"415":11,"419":2,"42":15,"43":7,"430":5,"433":1,"44":5,"45":8,"46":32,"48":17,"49":19,"5":621,"51":26,"52":7,"53":10,"56":5,"570":1,"6":190,"63":46,"7":77,"79":10,"8":216,"80":8,"9":241,"all_client":25018,"all_tv_clinet":5074,"insert_time":"2014-08-20T23:22:32.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20154,"10":4,"107":114,"11":214,"12":62,"13":130,"14":23,"15":37,"155":12,"156":4,"158":5,"159":4,"16":55,"160":9,"161":57,"167":20,"17":17,"18":473,"19":112,"20":58,"209":9,"21":183,"210":13,"214":2,"215":40,"221":90,"223":188,"224":11,"225":215,"23":157,"24":275,"25":48,"257":33,"26":22,"268":1,"27":10,"273":43,"276":144,"279":9,"28":34,"281":12,"282":17,"291":7,"292":24,"30":10,"302":12,"31":17,"314":1,"317":2,"32":5,"33":9,"34":10,"347":7,"35":20,"352":142,"36":37,"37":17,"38":126,"381":12,"383":6,"39":16,"391":10,"396":2,"397":4,"40":12,"409":16,"41":19,"414":17,"415":10,"419":2,"42":15,"43":8,"430":5,"433":1,"44":6,"45":9,"46":32,"48":17,"49":22,"5":624,"51":24,"52":7,"53":8,"56":4,"570":2,"6":195,"63":47,"7":72,"79":13,"8":218,"80":7,"9":254,"all_client":25282,"all_tv_clinet":5128,"insert_time":"2014-08-20T23:23:33.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20356,"10":5,"107":111,"11":223,"12":69,"13":128,"14":24,"15":39,"155":11,"156":5,"158":5,"159":3,"16":55,"160":9,"161":55,"167":22,"17":19,"18":486,"19":116,"20":58,"209":9,"21":180,"210":13,"214":2,"215":41,"221":91,"223":189,"224":12,"225":214,"23":159,"24":264,"25":49,"257":36,"26":21,"268":1,"27":10,"273":47,"276":146,"279":8,"28":37,"281":11,"282":17,"291":7,"292":24,"30":10,"302":13,"31":17,"314":1,"317":2,"32":5,"33":8,"34":9,"347":7,"35":21,"352":149,"36":36,"37":16,"38":127,"381":11,"383":7,"39":15,"391":10,"396":2,"397":6,"40":12,"409":18,"41":17,"414":17,"415":11,"419":2,"42":15,"43":7,"430":7,"433":1,"44":5,"45":10,"46":32,"48":16,"49":23,"5":645,"51":24,"52":7,"53":11,"56":6,"570":3,"6":201,"63":49,"7":71,"79":12,"8":221,"80":7,"9":252,"all_client":25561,"all_tv_clinet":5205,"insert_time":"2014-08-20T23:24:33.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20534,"10":5,"107":114,"11":226,"12":72,"13":132,"14":24,"15":43,"155":12,"156":4,"158":6,"159":4,"16":53,"160":9,"161":49,"167":24,"17":19,"18":503,"19":112,"20":64,"209":9,"21":184,"210":13,"214":2,"215":40,"221":95,"223":191,"224":13,"225":207,"23":160,"24":277,"25":55,"257":34,"26":21,"268":1,"27":10,"273":47,"276":145,"279":8,"28":41,"281":11,"282":15,"291":6,"292":29,"30":11,"302":14,"31":14,"314":2,"317":2,"32":6,"33":9,"34":9,"347":8,"35":20,"352":159,"36":40,"37":16,"38":126,"381":11,"383":7,"39":12,"391":11,"396":2,"397":7,"40":12,"409":18,"41":15,"414":17,"415":12,"419":2,"42":15,"43":7,"430":7,"433":1,"44":6,"45":9,"46":31,"48":15,"49":22,"5":662,"51":23,"52":8,"53":11,"56":8,"570":3,"6":210,"63":51,"7":66,"79":13,"8":222,"80":6,"9":237,"all_client":25818,"all_tv_clinet":5284,"insert_time":"2014-08-20T23:25:33.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20716,"10":5,"107":120,"11":228,"12":74,"13":131,"14":27,"15":47,"155":13,"156":4,"158":6,"159":4,"16":58,"160":9,"161":49,"167":25,"17":20,"18":509,"19":119,"20":63,"209":10,"21":188,"210":13,"214":2,"215":41,"221":93,"223":193,"224":15,"225":214,"23":159,"24":283,"25":58,"257":36,"26":20,"268":1,"27":9,"273":48,"276":145,"279":8,"28":46,"281":9,"282":12,"291":6,"292":31,"30":11,"302":14,"31":12,"314":3,"317":2,"32":6,"33":10,"34":12,"347":9,"35":20,"352":162,"36":39,"37":18,"38":124,"381":10,"383":7,"39":13,"391":14,"396":2,"397":7,"40":13,"409":17,"41":14,"414":18,"415":15,"419":2,"42":14,"43":7,"430":7,"433":1,"44":5,"45":7,"46":33,"48":15,"49":19,"5":673,"51":22,"52":8,"53":12,"56":9,"570":1,"6":217,"63":51,"7":76,"79":11,"8":222,"80":7,"9":216,"all_client":26074,"all_tv_clinet":5358,"insert_time":"2014-08-20T23:26:33.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20943,"10":5,"107":123,"11":234,"12":76,"13":126,"14":27,"15":46,"155":12,"156":4,"158":7,"159":4,"16":58,"160":9,"161":45,"167":23,"17":18,"18":520,"19":117,"20":65,"209":11,"21":195,"210":13,"214":2,"215":43,"221":93,"223":198,"224":15,"225":218,"23":164,"24":294,"25":58,"257":36,"26":22,"268":1,"27":8,"273":46,"276":143,"279":9,"28":50,"281":9,"282":12,"291":6,"292":33,"30":11,"302":14,"31":10,"314":3,"317":2,"32":6,"33":10,"34":12,"347":10,"35":20,"352":168,"36":42,"37":19,"38":122,"381":10,"383":6,"39":13,"391":14,"396":1,"397":6,"40":17,"409":16,"41":14,"414":18,"415":17,"419":3,"42":13,"43":9,"430":5,"433":1,"44":5,"45":8,"46":32,"48":15,"49":17,"5":684,"51":21,"52":8,"53":11,"56":9,"570":2,"6":218,"63":48,"7":82,"79":10,"8":219,"80":7,"9":205,"all_client":26354,"all_tv_clinet":5411,"insert_time":"2014-08-20T23:27:34.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21133,"10":5,"107":120,"11":245,"12":83,"13":118,"14":26,"15":42,"155":12,"156":3,"158":7,"159":4,"16":60,"160":9,"161":51,"167":23,"17":21,"18":523,"19":118,"20":69,"209":10,"21":197,"210":13,"214":2,"215":46,"221":105,"223":205,"224":14,"225":216,"23":172,"24":288,"25":55,"257":36,"26":21,"268":1,"27":8,"273":46,"276":141,"279":9,"28":55,"281":9,"282":12,"291":6,"292":30,"30":9,"302":14,"31":10,"314":3,"317":2,"32":8,"33":12,"34":13,"347":10,"35":21,"352":166,"36":42,"37":20,"38":121,"381":13,"383":7,"39":15,"391":15,"396":1,"397":6,"40":16,"409":13,"41":15,"414":17,"415":17,"419":3,"42":13,"43":9,"430":7,"44":7,"45":8,"46":34,"48":16,"49":14,"5":706,"51":20,"52":8,"53":15,"56":8,"570":2,"6":224,"63":46,"7":86,"79":10,"8":213,"80":7,"9":207,"all_client":26618,"all_tv_clinet":5485,"insert_time":"2014-08-20T23:28:34.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21340,"10":4,"107":123,"11":252,"12":85,"13":112,"14":28,"15":40,"155":12,"156":4,"158":7,"159":4,"16":64,"160":9,"161":57,"167":24,"17":21,"18":531,"19":124,"20":72,"209":9,"21":192,"210":13,"214":1,"215":44,"221":105,"223":209,"224":12,"225":224,"23":175,"24":299,"25":54,"257":36,"26":23,"268":1,"27":9,"273":44,"276":137,"279":9,"28":62,"281":9,"282":12,"291":6,"292":28,"30":8,"302":14,"31":11,"314":3,"317":2,"32":6,"33":12,"34":13,"347":10,"35":21,"352":168,"36":41,"37":19,"38":123,"381":11,"383":8,"39":15,"391":15,"396":1,"397":6,"40":15,"409":13,"41":16,"414":16,"415":17,"419":3,"42":13,"43":11,"430":7,"44":7,"45":8,"46":32,"48":17,"49":14,"5":708,"51":17,"52":8,"53":15,"56":7,"570":2,"6":242,"63":46,"7":84,"79":10,"8":213,"80":7,"9":208,"all_client":26889,"all_tv_clinet":5549,"insert_time":"2014-08-20T23:29:34.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21557,"10":3,"107":123,"11":241,"12":83,"13":107,"14":26,"15":45,"155":12,"156":4,"158":6,"159":4,"16":68,"160":10,"161":62,"167":24,"17":26,"18":543,"19":129,"20":71,"209":10,"21":194,"210":16,"214":1,"215":44,"221":106,"223":212,"224":11,"225":224,"23":177,"24":310,"25":50,"257":33,"26":23,"268":1,"27":9,"273":42,"276":138,"279":7,"28":66,"281":9,"282":12,"291":5,"292":28,"30":8,"302":14,"31":11,"314":3,"317":2,"32":7,"33":12,"34":11,"347":11,"35":25,"352":172,"36":45,"37":19,"38":126,"381":13,"383":8,"39":17,"391":15,"396":2,"397":7,"40":13,"409":16,"41":17,"414":12,"415":15,"419":1,"42":13,"43":10,"430":6,"44":7,"45":6,"46":34,"48":15,"49":16,"5":718,"51":15,"52":8,"53":17,"56":7,"570":2,"6":251,"63":49,"7":87,"79":9,"8":214,"80":7,"9":209,"all_client":27174,"all_tv_clinet":5617,"insert_time":"2014-08-20T23:30:34.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21766,"10":4,"107":135,"11":220,"12":81,"13":111,"14":27,"15":45,"155":14,"156":4,"158":5,"159":4,"16":66,"160":8,"161":60,"167":24,"17":26,"18":550,"19":138,"20":69,"209":8,"21":195,"210":16,"214":2,"215":45,"221":101,"223":207,"224":11,"225":228,"23":174,"24":325,"25":57,"257":34,"26":22,"268":1,"27":8,"273":39,"276":136,"279":7,"28":69,"281":10,"282":9,"291":5,"292":25,"30":9,"302":14,"31":12,"314":3,"317":2,"32":6,"33":15,"34":12,"347":10,"35":26,"352":175,"36":45,"37":20,"38":125,"381":15,"383":7,"39":16,"391":16,"396":1,"397":6,"40":13,"409":16,"41":17,"414":12,"415":15,"42":14,"43":10,"430":7,"434":1,"44":6,"45":5,"46":32,"48":18,"49":21,"5":739,"51":14,"52":9,"53":16,"56":6,"570":2,"6":258,"63":46,"7":97,"79":11,"8":216,"80":7,"9":216,"all_client":27450,"all_tv_clinet":5684,"insert_time":"2014-08-20T23:31:34.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21967,"10":4,"107":137,"11":211,"12":81,"13":117,"14":25,"15":47,"155":14,"156":2,"158":5,"159":4,"16":71,"160":8,"161":63,"167":25,"17":27,"18":553,"19":135,"20":71,"209":10,"21":199,"210":16,"214":2,"215":42,"221":98,"223":209,"224":9,"225":227,"23":176,"24":326,"25":59,"257":34,"26":28,"27":8,"273":39,"276":135,"279":5,"28":75,"281":11,"282":7,"291":4,"292":28,"30":8,"302":14,"31":11,"314":2,"317":1,"32":6,"33":14,"34":11,"347":13,"35":25,"352":169,"36":47,"37":17,"38":126,"381":15,"383":7,"39":17,"391":17,"396":1,"397":7,"40":14,"409":17,"41":16,"414":14,"415":17,"42":15,"43":8,"430":8,"434":1,"44":7,"45":5,"46":32,"48":18,"49":17,"5":742,"51":13,"52":10,"53":18,"56":5,"570":2,"6":271,"63":45,"7":106,"79":12,"8":224,"80":8,"9":228,"all_client":27715,"all_tv_clinet":5748,"insert_time":"2014-08-20T23:32:35.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22166,"10":4,"107":138,"11":210,"12":81,"13":118,"14":23,"15":50,"155":14,"156":1,"158":5,"159":3,"16":77,"160":8,"161":60,"167":24,"17":27,"18":552,"19":139,"20":71,"209":7,"21":193,"210":16,"214":2,"215":42,"221":99,"223":206,"224":8,"225":232,"23":177,"24":336,"25":61,"257":35,"26":27,"27":8,"273":42,"276":132,"279":4,"28":84,"281":10,"282":7,"291":5,"292":34,"30":8,"302":13,"31":12,"314":2,"317":1,"32":4,"33":15,"34":13,"347":13,"35":29,"352":165,"36":49,"37":17,"38":124,"381":16,"383":6,"39":16,"391":16,"397":8,"40":13,"409":16,"41":17,"414":13,"415":15,"42":14,"426":1,"43":7,"430":7,"434":1,"44":7,"45":6,"46":31,"48":18,"49":15,"5":743,"51":13,"52":13,"53":19,"56":5,"570":1,"6":288,"63":44,"7":110,"79":11,"8":226,"80":9,"9":242,"all_client":27970,"all_tv_clinet":5804,"insert_time":"2014-08-20T23:33:35.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22408,"10":5,"107":137,"11":213,"12":82,"13":115,"14":26,"15":53,"155":14,"156":1,"158":5,"159":2,"16":81,"160":8,"161":58,"167":24,"17":33,"18":550,"19":135,"20":73,"209":7,"21":197,"210":15,"214":2,"215":42,"221":103,"223":208,"224":8,"225":230,"23":176,"24":328,"25":64,"257":36,"26":28,"268":1,"27":8,"273":45,"276":136,"279":4,"28":90,"281":10,"282":6,"291":5,"292":35,"30":7,"302":13,"31":11,"314":2,"317":1,"32":3,"33":14,"34":13,"347":15,"35":31,"352":155,"36":52,"37":16,"38":124,"381":15,"383":6,"39":18,"391":15,"397":9,"40":10,"409":13,"41":18,"414":15,"415":15,"42":13,"426":3,"43":7,"430":6,"434":1,"44":7,"45":6,"46":30,"48":19,"49":12,"5":745,"51":12,"52":13,"53":20,"56":4,"570":2,"6":301,"63":43,"7":118,"79":13,"8":225,"80":10,"9":257,"all_client":28265,"all_tv_clinet":5857,"insert_time":"2014-08-20T23:34:35.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22667,"10":5,"107":137,"11":213,"12":82,"13":118,"14":28,"15":56,"155":14,"156":2,"158":3,"159":2,"16":81,"160":7,"161":55,"167":24,"168":1,"17":35,"18":548,"19":137,"20":75,"209":7,"21":198,"210":15,"214":2,"215":47,"221":100,"223":202,"224":8,"225":213,"23":175,"24":343,"25":67,"257":34,"26":25,"268":2,"27":9,"273":48,"276":137,"279":3,"28":94,"281":10,"282":5,"291":6,"292":35,"30":7,"302":13,"31":12,"314":2,"317":1,"32":2,"33":16,"34":12,"347":15,"35":31,"352":165,"36":52,"37":17,"38":125,"381":15,"383":7,"39":23,"391":17,"397":9,"40":10,"409":15,"41":17,"414":14,"415":14,"42":16,"426":2,"43":7,"430":6,"434":1,"44":6,"45":5,"46":31,"48":18,"49":13,"5":745,"51":11,"52":14,"53":19,"56":5,"570":2,"6":310,"63":40,"7":121,"79":14,"8":222,"80":9,"9":275,"all_client":28578,"all_tv_clinet":5911,"insert_time":"2014-08-20T23:35:35.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22903,"10":5,"107":143,"11":225,"12":85,"13":122,"14":27,"15":59,"155":15,"156":3,"158":4,"159":3,"16":75,"160":7,"161":53,"167":23,"168":1,"17":37,"18":531,"19":143,"20":76,"209":7,"21":205,"210":15,"214":2,"215":48,"221":101,"223":196,"224":9,"225":195,"23":169,"24":347,"25":71,"257":34,"26":24,"268":2,"27":11,"273":51,"276":136,"279":3,"28":107,"281":12,"282":4,"291":6,"292":35,"30":7,"302":13,"31":15,"314":2,"317":2,"32":1,"33":14,"34":10,"347":13,"35":28,"352":170,"36":51,"37":17,"38":128,"381":15,"383":5,"39":27,"391":18,"397":9,"40":9,"409":21,"41":17,"414":15,"415":16,"42":17,"426":2,"43":7,"430":6,"434":1,"44":5,"45":5,"46":33,"48":19,"49":14,"5":727,"51":10,"52":15,"53":19,"56":5,"570":2,"6":326,"63":41,"7":133,"79":15,"8":223,"80":9,"9":299,"all_client":28886,"all_tv_clinet":5983,"insert_time":"2014-08-20T23:36:36.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23184,"10":4,"107":142,"11":229,"12":90,"13":122,"14":27,"15":58,"155":15,"156":3,"158":4,"159":3,"16":76,"160":8,"161":59,"167":24,"168":1,"17":38,"18":538,"19":147,"20":71,"209":8,"21":210,"210":16,"214":2,"215":48,"221":100,"223":193,"224":8,"225":192,"23":174,"24":346,"25":71,"257":35,"26":21,"268":2,"27":11,"273":52,"276":136,"279":4,"28":113,"281":12,"282":4,"291":6,"292":37,"30":8,"302":13,"31":15,"314":2,"317":1,"32":2,"33":13,"34":9,"347":11,"35":28,"352":172,"36":51,"37":17,"38":127,"381":16,"383":6,"39":25,"391":19,"397":9,"40":8,"409":22,"41":18,"414":11,"415":15,"42":17,"426":4,"43":7,"430":8,"434":1,"44":5,"45":5,"46":34,"48":17,"49":15,"5":717,"51":10,"52":14,"53":19,"56":5,"570":2,"6":334,"63":39,"7":139,"79":16,"8":220,"80":10,"9":310,"all_client":29210,"all_tv_clinet":6026,"insert_time":"2014-08-20T23:37:36.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23420,"10":4,"107":146,"11":232,"12":93,"13":130,"14":29,"15":61,"155":13,"156":4,"158":5,"159":3,"16":76,"160":8,"161":54,"167":23,"17":39,"18":539,"19":155,"20":72,"209":8,"21":210,"210":17,"214":2,"215":46,"221":102,"223":189,"224":8,"225":190,"23":185,"24":341,"25":71,"257":40,"26":18,"268":2,"27":10,"273":54,"276":138,"279":5,"28":115,"281":13,"282":4,"291":5,"292":38,"30":8,"302":13,"31":16,"314":2,"317":1,"32":3,"33":14,"34":10,"347":10,"35":30,"352":170,"36":50,"37":19,"38":125,"381":19,"383":4,"39":27,"391":19,"397":9,"40":8,"409":22,"41":19,"414":11,"415":13,"419":1,"42":16,"426":4,"43":7,"430":9,"434":1,"44":5,"45":5,"46":38,"48":19,"49":13,"5":708,"51":10,"52":15,"53":21,"56":5,"570":2,"6":339,"63":40,"7":146,"79":15,"8":219,"80":11,"9":319,"all_client":29507,"all_tv_clinet":6087,"insert_time":"2014-08-20T23:38:36.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23635,"10":4,"107":147,"11":233,"12":97,"13":133,"14":30,"15":62,"155":14,"156":4,"158":5,"159":4,"16":78,"160":9,"161":58,"167":25,"17":39,"18":544,"19":158,"20":75,"209":9,"21":212,"210":17,"214":2,"215":46,"221":104,"223":184,"224":10,"225":193,"23":189,"24":342,"25":70,"257":40,"26":18,"268":3,"27":10,"273":55,"276":131,"279":7,"28":114,"281":14,"282":6,"291":5,"292":36,"30":8,"302":14,"31":17,"314":2,"317":1,"32":3,"33":16,"34":10,"347":10,"35":29,"352":172,"36":52,"37":20,"38":119,"381":18,"383":4,"39":27,"391":18,"397":8,"40":9,"409":23,"41":19,"414":10,"415":15,"419":1,"42":18,"426":5,"43":6,"430":9,"434":1,"44":6,"45":4,"46":40,"48":20,"49":13,"5":706,"51":9,"52":14,"53":18,"56":5,"570":2,"6":352,"63":40,"7":148,"79":15,"8":219,"80":13,"9":334,"all_client":29793,"all_tv_clinet":6158,"insert_time":"2014-08-20T23:39:36.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23870,"10":5,"107":153,"11":238,"12":97,"13":135,"14":34,"15":63,"155":13,"156":5,"158":6,"159":4,"16":69,"160":9,"161":59,"167":24,"17":42,"18":541,"19":157,"20":76,"209":8,"21":213,"210":17,"214":2,"215":47,"221":107,"223":185,"224":10,"225":184,"23":189,"24":349,"25":70,"257":39,"26":19,"268":2,"27":12,"273":59,"276":129,"279":8,"28":113,"281":14,"282":7,"291":5,"292":35,"30":6,"302":14,"31":17,"314":2,"317":1,"32":3,"33":16,"34":11,"347":10,"35":29,"352":171,"36":51,"37":19,"38":121,"381":18,"383":5,"39":26,"391":16,"397":8,"40":10,"409":23,"41":20,"414":8,"415":11,"419":1,"42":15,"426":6,"43":7,"430":7,"434":1,"44":6,"45":3,"46":42,"48":23,"49":15,"5":690,"51":10,"52":13,"53":18,"56":5,"570":3,"6":361,"63":43,"7":154,"79":15,"8":217,"80":14,"9":336,"all_client":30044,"all_tv_clinet":6174,"insert_time":"2014-08-20T23:40:37.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24079,"10":6,"107":164,"11":235,"12":95,"13":133,"14":34,"15":66,"155":14,"156":5,"158":7,"159":4,"16":64,"160":9,"161":69,"167":24,"17":46,"18":550,"19":157,"20":75,"209":7,"21":231,"210":17,"214":3,"215":42,"221":112,"223":193,"224":11,"225":184,"23":195,"24":351,"25":69,"257":37,"26":19,"268":2,"27":12,"273":61,"276":128,"279":8,"28":115,"281":14,"282":10,"291":5,"292":36,"30":6,"302":16,"31":15,"314":2,"317":1,"32":3,"33":16,"34":13,"347":9,"35":26,"352":167,"36":52,"37":21,"38":121,"381":17,"383":6,"39":26,"391":16,"397":8,"40":10,"409":23,"41":20,"414":9,"415":13,"419":1,"42":14,"426":5,"43":7,"430":7,"434":1,"44":7,"45":3,"46":40,"48":22,"49":19,"5":697,"51":8,"52":11,"53":17,"56":4,"570":3,"6":370,"63":44,"7":159,"79":16,"8":216,"80":15,"9":345,"all_client":30345,"all_tv_clinet":6266,"insert_time":"2014-08-20T23:41:37.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24306,"10":6,"107":160,"11":240,"12":98,"13":136,"14":36,"15":69,"155":15,"156":5,"158":8,"159":4,"16":59,"160":10,"161":65,"167":24,"17":50,"18":546,"19":161,"20":77,"209":8,"21":241,"210":15,"214":3,"215":41,"221":113,"223":192,"224":10,"225":180,"23":197,"24":354,"25":71,"257":37,"26":20,"268":2,"27":12,"273":58,"276":127,"279":6,"28":115,"281":17,"282":12,"291":5,"292":33,"30":6,"302":16,"31":13,"314":2,"32":4,"33":17,"34":15,"347":7,"35":22,"352":167,"36":54,"37":20,"38":121,"381":18,"383":6,"39":25,"391":15,"396":1,"397":9,"40":11,"409":18,"41":20,"414":9,"415":12,"419":2,"42":13,"426":4,"43":8,"430":8,"434":1,"44":7,"45":3,"46":41,"48":23,"49":21,"5":692,"51":6,"52":10,"53":19,"56":5,"570":3,"6":378,"63":42,"7":164,"79":17,"8":207,"80":14,"9":363,"all_client":30603,"all_tv_clinet":6297,"insert_time":"2014-08-20T23:42:37.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24514,"10":7,"107":155,"11":238,"12":106,"13":141,"14":35,"15":75,"155":15,"156":5,"158":9,"159":4,"16":58,"160":10,"161":70,"167":23,"17":51,"18":533,"19":160,"20":78,"209":10,"21":243,"210":16,"214":3,"215":42,"221":112,"223":191,"224":10,"225":175,"23":190,"24":366,"25":75,"257":39,"26":19,"268":2,"27":12,"273":56,"276":129,"279":6,"28":114,"281":16,"282":16,"291":4,"292":34,"30":5,"302":16,"31":13,"314":2,"32":4,"33":18,"34":15,"347":7,"35":22,"352":175,"36":57,"37":23,"38":124,"381":18,"383":7,"39":27,"391":14,"396":1,"397":9,"40":13,"409":17,"41":18,"414":11,"415":16,"419":2,"42":13,"426":4,"43":8,"430":6,"434":1,"44":6,"45":5,"46":41,"48":23,"49":21,"5":701,"51":5,"52":8,"53":18,"56":5,"570":4,"6":382,"63":43,"7":166,"79":18,"8":207,"80":13,"9":378,"all_client":30877,"all_tv_clinet":6363,"insert_time":"2014-08-20T23:43:38.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24728,"10":6,"107":153,"11":239,"12":111,"13":139,"14":36,"15":73,"155":15,"156":5,"158":10,"159":5,"16":54,"160":10,"161":76,"167":23,"17":53,"18":531,"19":165,"20":78,"209":13,"21":239,"210":16,"214":3,"215":45,"221":109,"223":191,"224":12,"225":170,"23":187,"24":374,"25":77,"257":46,"26":19,"268":2,"27":13,"273":53,"276":129,"279":6,"28":118,"281":16,"282":17,"291":5,"292":37,"30":5,"302":16,"31":14,"314":2,"32":5,"33":18,"34":15,"347":6,"35":21,"352":181,"36":56,"37":23,"38":118,"381":16,"383":5,"39":30,"391":13,"396":1,"397":9,"40":11,"409":16,"41":20,"414":11,"415":15,"419":3,"42":13,"426":3,"43":10,"430":7,"434":1,"44":7,"45":5,"46":45,"48":23,"49":19,"5":697,"51":5,"52":9,"53":18,"56":5,"570":4,"6":389,"63":46,"7":172,"79":18,"8":203,"80":12,"9":388,"all_client":31136,"all_tv_clinet":6408,"insert_time":"2014-08-20T23:44:38.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24941,"10":7,"107":157,"11":238,"12":112,"13":145,"14":34,"15":73,"155":15,"156":5,"158":10,"159":6,"16":54,"160":10,"161":79,"167":23,"168":1,"17":54,"18":535,"19":159,"20":79,"209":12,"21":244,"210":18,"214":3,"215":45,"221":109,"223":193,"224":14,"225":171,"23":186,"24":372,"25":79,"257":47,"26":16,"268":2,"27":13,"273":52,"276":126,"279":6,"28":119,"281":15,"282":18,"291":5,"292":39,"30":5,"302":15,"31":11,"314":2,"32":5,"33":15,"34":14,"347":5,"35":20,"352":179,"36":55,"37":25,"38":118,"381":19,"383":5,"39":35,"391":13,"397":10,"40":10,"409":16,"41":21,"414":13,"415":18,"419":2,"42":13,"426":3,"43":10,"430":7,"434":1,"44":7,"45":5,"46":48,"48":25,"49":20,"5":697,"51":5,"52":8,"53":16,"56":4,"570":4,"6":390,"63":46,"7":185,"79":18,"8":205,"80":12,"9":385,"all_client":31386,"all_tv_clinet":6445,"insert_time":"2014-08-20T23:45:38.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25169,"10":8,"107":165,"11":244,"12":112,"13":145,"14":36,"15":76,"155":14,"156":5,"158":10,"159":8,"16":50,"160":9,"161":82,"167":21,"168":1,"17":55,"18":539,"19":158,"20":76,"209":12,"21":249,"210":16,"214":2,"215":46,"221":111,"223":194,"224":16,"225":186,"23":180,"24":368,"25":75,"257":46,"26":17,"268":2,"27":11,"273":51,"276":127,"279":5,"28":126,"281":14,"282":22,"291":5,"292":38,"30":5,"302":16,"31":10,"314":3,"32":6,"33":12,"34":14,"347":6,"35":19,"352":176,"36":55,"37":23,"38":108,"381":17,"383":5,"39":39,"391":12,"397":12,"40":10,"409":16,"41":20,"414":14,"415":20,"419":2,"42":13,"426":3,"43":9,"430":8,"434":1,"44":7,"45":5,"46":50,"48":22,"49":19,"5":696,"51":5,"52":8,"53":18,"56":3,"570":2,"6":390,"63":48,"7":193,"79":16,"8":202,"80":12,"9":380,"all_client":31632,"all_tv_clinet":6463,"insert_time":"2014-08-20T23:46:39.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25413,"10":8,"107":157,"11":246,"12":118,"13":143,"14":37,"15":72,"155":14,"156":4,"158":8,"159":9,"16":47,"160":10,"161":82,"167":21,"168":1,"17":55,"18":538,"19":161,"20":74,"209":13,"21":261,"210":16,"214":3,"215":50,"221":117,"223":199,"224":16,"225":185,"23":180,"24":377,"25":77,"257":42,"26":15,"268":2,"27":11,"273":49,"276":126,"279":5,"28":128,"281":14,"282":24,"291":5,"292":39,"30":6,"302":19,"31":11,"314":3,"317":2,"32":5,"33":11,"34":14,"347":6,"35":17,"352":182,"36":56,"37":24,"38":110,"381":21,"383":4,"39":41,"391":12,"397":13,"40":12,"409":21,"41":19,"414":11,"415":19,"42":14,"426":3,"43":10,"430":7,"434":1,"44":6,"45":6,"46":53,"48":20,"49":19,"5":698,"51":5,"52":5,"53":15,"56":3,"570":2,"6":391,"63":45,"7":200,"79":17,"8":199,"80":12,"9":381,"all_client":31923,"all_tv_clinet":6510,"insert_time":"2014-08-20T23:47:39.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25681,"10":10,"107":168,"11":241,"12":116,"13":140,"14":39,"15":74,"155":13,"156":4,"158":6,"159":10,"16":44,"160":11,"161":78,"167":21,"168":1,"17":58,"18":538,"19":171,"20":77,"209":13,"21":267,"210":15,"214":3,"215":50,"221":115,"223":202,"224":19,"225":183,"23":178,"24":379,"25":82,"257":43,"26":15,"268":2,"27":13,"273":53,"276":127,"279":5,"28":133,"281":15,"282":24,"291":4,"292":39,"30":6,"302":19,"31":12,"314":3,"317":3,"32":5,"33":13,"34":15,"347":4,"35":16,"352":178,"36":53,"37":28,"38":109,"381":23,"383":5,"39":45,"391":12,"397":14,"40":12,"409":24,"41":21,"414":8,"415":17,"42":14,"426":3,"43":10,"430":7,"434":1,"44":6,"45":5,"46":51,"48":19,"49":18,"5":713,"51":5,"52":6,"53":15,"56":3,"570":1,"6":378,"63":44,"7":196,"79":17,"8":196,"80":12,"9":389,"all_client":32234,"all_tv_clinet":6553,"insert_time":"2014-08-20T23:48:39.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25932,"10":10,"107":174,"11":247,"12":117,"13":133,"14":36,"15":79,"155":13,"156":4,"158":5,"159":11,"16":40,"160":11,"161":84,"167":22,"168":1,"17":58,"18":531,"19":175,"20":76,"209":15,"21":264,"210":15,"214":3,"215":49,"221":113,"223":206,"224":25,"225":178,"23":177,"24":380,"25":83,"257":44,"26":17,"268":3,"27":12,"273":55,"276":128,"279":5,"28":135,"281":17,"282":27,"291":4,"292":44,"30":6,"302":19,"31":12,"314":2,"317":3,"32":4,"33":15,"34":14,"347":4,"35":16,"352":196,"36":48,"37":31,"38":105,"381":23,"383":4,"39":45,"391":13,"397":14,"40":10,"409":26,"41":23,"414":9,"415":17,"42":17,"426":2,"43":12,"430":7,"44":7,"45":6,"46":53,"48":20,"49":16,"5":715,"51":5,"52":9,"53":14,"56":3,"570":1,"6":379,"63":40,"7":200,"79":17,"8":181,"80":13,"9":390,"all_client":32524,"all_tv_clinet":6592,"insert_time":"2014-08-20T23:49:39.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26154,"10":11,"107":174,"11":257,"12":118,"13":137,"14":38,"15":83,"155":13,"156":4,"158":5,"159":12,"16":38,"160":13,"161":83,"167":21,"168":1,"17":56,"18":532,"19":184,"20":77,"209":15,"21":272,"210":14,"214":2,"215":49,"221":116,"223":200,"224":25,"225":182,"23":175,"24":375,"25":80,"257":47,"26":19,"268":2,"27":12,"273":60,"276":126,"279":4,"28":138,"281":18,"282":30,"291":4,"292":50,"30":6,"302":19,"31":12,"314":2,"317":3,"32":5,"33":14,"34":13,"347":5,"35":13,"352":200,"36":51,"37":32,"38":111,"381":24,"383":4,"39":43,"391":13,"397":14,"40":10,"409":22,"41":25,"414":9,"415":17,"419":1,"42":20,"426":2,"43":10,"430":9,"44":6,"45":6,"46":60,"48":22,"49":17,"5":700,"51":5,"52":9,"53":12,"56":2,"570":1,"6":386,"63":40,"7":196,"79":17,"8":175,"80":16,"9":393,"all_client":32798,"all_tv_clinet":6644,"insert_time":"2014-08-20T23:50:40.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26379,"10":12,"107":166,"11":262,"12":125,"13":145,"14":40,"15":88,"155":14,"156":4,"158":5,"159":13,"16":37,"160":15,"161":81,"167":22,"168":1,"17":53,"18":540,"19":188,"20":81,"209":16,"21":277,"210":14,"214":2,"215":49,"221":119,"223":210,"224":24,"225":181,"23":180,"24":366,"25":84,"257":49,"26":21,"268":3,"27":13,"273":60,"276":120,"279":4,"28":148,"281":18,"282":32,"291":4,"292":50,"30":5,"302":20,"31":12,"314":2,"317":2,"32":7,"33":14,"34":13,"347":6,"35":13,"352":209,"36":56,"37":29,"38":110,"381":24,"383":5,"39":42,"391":13,"397":13,"40":10,"409":25,"41":25,"414":10,"415":18,"419":1,"42":19,"426":1,"43":11,"430":11,"44":5,"45":6,"46":64,"48":19,"49":17,"5":701,"51":5,"52":9,"53":11,"56":2,"570":1,"6":378,"63":40,"7":187,"79":18,"8":164,"80":17,"9":394,"all_client":33079,"all_tv_clinet":6700,"insert_time":"2014-08-20T23:51:40.359Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26603,"10":12,"107":170,"11":264,"12":137,"13":142,"14":37,"15":94,"155":16,"156":4,"158":5,"159":14,"16":37,"160":15,"161":79,"167":23,"168":1,"17":50,"18":536,"19":191,"20":84,"209":15,"21":284,"210":15,"214":2,"215":51,"221":126,"223":207,"224":26,"225":178,"23":185,"24":363,"25":82,"257":51,"26":21,"268":3,"27":11,"273":62,"276":118,"279":6,"28":157,"281":18,"282":30,"291":4,"292":53,"30":4,"302":20,"31":16,"314":1,"317":2,"32":8,"33":14,"34":12,"347":4,"35":11,"352":196,"36":58,"37":30,"38":114,"381":23,"383":10,"39":43,"391":12,"396":1,"397":14,"40":13,"409":26,"41":26,"414":10,"415":15,"419":2,"42":19,"43":10,"430":11,"44":6,"45":5,"46":67,"48":17,"49":18,"5":684,"51":4,"52":9,"53":12,"56":2,"570":1,"6":391,"63":43,"7":180,"79":20,"8":151,"80":17,"9":406,"all_client":33340,"all_tv_clinet":6737,"insert_time":"2014-08-20T23:52:40.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26908,"10":11,"107":176,"11":266,"12":138,"13":145,"14":39,"15":95,"155":16,"156":3,"158":5,"159":13,"16":40,"160":14,"161":82,"167":24,"168":1,"17":50,"18":538,"19":196,"20":89,"209":18,"21":265,"210":15,"214":2,"215":53,"221":139,"223":205,"224":30,"225":166,"23":177,"24":358,"25":81,"257":49,"26":20,"268":5,"27":10,"273":63,"276":117,"279":6,"28":151,"281":18,"282":32,"291":4,"292":52,"30":4,"302":20,"31":19,"314":1,"317":2,"32":9,"33":15,"34":11,"347":4,"35":11,"352":197,"36":63,"37":28,"38":109,"381":23,"383":11,"39":39,"391":12,"396":1,"397":14,"40":13,"409":29,"41":25,"414":9,"415":14,"419":2,"42":19,"43":9,"430":11,"44":6,"45":5,"46":71,"48":21,"49":17,"5":678,"51":8,"52":10,"53":14,"56":2,"570":2,"6":387,"63":41,"7":181,"79":20,"8":138,"80":18,"9":405,"all_client":33633,"all_tv_clinet":6725,"insert_time":"2014-08-20T23:53:40.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27138,"10":11,"107":174,"11":263,"12":141,"13":145,"14":40,"15":90,"155":17,"156":4,"158":5,"159":13,"16":40,"160":15,"161":83,"167":24,"168":2,"17":49,"18":544,"19":200,"20":88,"209":17,"21":261,"210":15,"214":1,"215":56,"221":141,"223":199,"224":31,"225":165,"23":183,"24":363,"25":83,"257":48,"26":21,"268":5,"27":11,"273":65,"276":120,"279":7,"28":160,"281":18,"282":32,"291":3,"292":55,"30":5,"302":21,"31":20,"314":1,"317":2,"32":9,"33":16,"34":13,"347":4,"35":10,"352":203,"36":65,"37":27,"38":115,"381":23,"383":10,"39":39,"391":11,"396":1,"397":15,"40":13,"409":31,"41":25,"414":10,"415":13,"419":2,"42":18,"43":11,"430":12,"44":6,"45":6,"46":69,"48":21,"49":18,"5":686,"51":8,"52":11,"53":15,"56":2,"570":2,"6":390,"63":42,"7":187,"79":20,"8":129,"80":18,"9":407,"all_client":33928,"all_tv_clinet":6790,"insert_time":"2014-08-20T23:54:41.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27343,"10":9,"107":180,"11":265,"12":148,"13":153,"14":38,"15":76,"155":17,"156":4,"158":5,"159":13,"16":43,"160":15,"161":92,"167":22,"168":2,"17":49,"18":553,"19":200,"20":91,"209":17,"21":253,"210":15,"214":1,"215":58,"221":140,"223":200,"224":31,"225":163,"23":187,"24":382,"25":87,"257":44,"26":20,"268":5,"27":12,"273":68,"276":117,"279":6,"28":158,"281":17,"282":34,"291":3,"292":54,"30":5,"302":21,"31":20,"314":1,"317":2,"32":12,"33":15,"34":14,"347":5,"35":9,"352":205,"36":70,"37":26,"38":121,"381":25,"383":6,"39":39,"391":14,"396":1,"397":12,"40":12,"409":32,"41":25,"414":13,"415":12,"419":3,"42":18,"43":11,"430":13,"44":7,"45":6,"46":77,"48":19,"49":16,"5":698,"51":11,"52":11,"53":20,"56":2,"570":3,"6":392,"63":41,"7":191,"79":21,"8":124,"80":19,"9":392,"all_client":34202,"all_tv_clinet":6859,"insert_time":"2014-08-20T23:55:41.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27608,"10":11,"107":192,"11":275,"12":154,"13":147,"14":31,"15":70,"155":19,"156":4,"158":6,"159":9,"16":49,"160":18,"161":96,"167":18,"168":2,"17":50,"18":556,"19":184,"20":90,"209":17,"21":257,"210":14,"214":1,"215":64,"221":135,"223":204,"224":31,"225":159,"23":180,"24":405,"25":88,"257":41,"26":23,"268":5,"27":12,"273":71,"276":118,"279":5,"28":166,"281":17,"282":34,"291":3,"292":51,"30":5,"302":21,"31":20,"314":2,"317":2,"32":13,"33":12,"34":17,"347":4,"35":11,"352":200,"36":75,"37":26,"38":128,"381":26,"383":7,"389":1,"39":45,"391":14,"396":1,"397":12,"40":12,"409":31,"41":24,"414":13,"415":13,"419":4,"42":17,"43":12,"430":15,"44":6,"45":5,"46":78,"48":18,"49":14,"5":694,"51":12,"52":11,"53":19,"56":2,"570":3,"6":402,"63":36,"7":202,"79":18,"8":121,"80":20,"9":376,"all_client":34510,"all_tv_clinet":6902,"insert_time":"2014-08-20T23:56:41.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27860,"10":10,"107":197,"11":282,"12":161,"13":151,"14":32,"15":65,"155":20,"156":3,"158":8,"159":7,"16":50,"160":19,"161":102,"167":20,"168":1,"17":54,"18":573,"19":170,"20":91,"209":18,"21":262,"210":14,"214":1,"215":67,"221":136,"223":204,"224":28,"225":164,"23":187,"24":419,"25":89,"257":39,"26":26,"268":5,"27":12,"273":71,"276":119,"279":6,"28":166,"281":17,"282":35,"291":3,"292":49,"30":5,"302":19,"31":23,"314":2,"317":2,"32":10,"33":10,"34":17,"347":5,"35":12,"352":200,"36":70,"37":26,"38":135,"381":23,"383":7,"389":2,"39":47,"391":14,"396":1,"397":12,"40":12,"409":27,"41":26,"414":18,"415":14,"419":5,"42":17,"43":9,"430":17,"44":8,"45":4,"46":81,"48":17,"49":14,"5":698,"51":11,"52":9,"53":25,"56":2,"570":3,"6":398,"63":38,"7":219,"79":17,"8":118,"80":20,"9":360,"all_client":34842,"all_tv_clinet":6982,"insert_time":"2014-08-20T23:57:42.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28091,"10":12,"107":194,"11":288,"12":167,"13":152,"14":36,"15":62,"155":20,"156":3,"158":9,"159":6,"16":45,"160":19,"161":113,"167":20,"168":1,"17":54,"18":565,"19":173,"20":98,"209":17,"21":267,"210":13,"214":1,"215":70,"221":134,"223":207,"224":26,"225":158,"23":195,"24":421,"25":92,"257":39,"26":28,"268":5,"27":11,"273":61,"276":118,"279":8,"28":181,"281":16,"282":37,"291":4,"292":55,"30":5,"302":19,"31":23,"314":2,"317":2,"32":10,"33":12,"34":21,"347":7,"35":12,"352":200,"36":72,"37":26,"38":130,"380":1,"381":21,"383":9,"389":3,"39":51,"391":10,"396":1,"397":13,"40":13,"409":25,"41":25,"414":20,"415":14,"419":5,"42":17,"43":11,"430":20,"44":9,"45":5,"46":80,"48":17,"49":15,"5":690,"51":12,"52":9,"53":25,"56":2,"570":4,"6":407,"63":38,"7":235,"79":15,"8":110,"80":20,"9":332,"all_client":35117,"all_tv_clinet":7026,"insert_time":"2014-08-20T23:58:42.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28325,"10":13,"107":196,"11":291,"12":163,"13":148,"14":35,"15":58,"155":20,"156":5,"158":10,"159":6,"16":41,"160":17,"161":112,"167":21,"168":1,"17":59,"18":579,"19":174,"20":99,"209":15,"21":268,"210":15,"214":1,"215":72,"221":132,"223":208,"224":26,"225":161,"23":205,"24":420,"25":96,"257":39,"26":31,"268":5,"27":11,"273":56,"276":117,"279":9,"28":185,"281":16,"282":39,"291":5,"292":55,"30":7,"302":19,"31":23,"314":2,"317":2,"32":10,"33":14,"34":21,"347":10,"35":11,"352":201,"36":73,"37":23,"38":126,"380":1,"381":20,"383":9,"389":2,"39":54,"391":11,"396":1,"397":13,"40":15,"409":24,"41":23,"414":20,"415":16,"419":5,"42":18,"43":12,"430":22,"44":9,"45":4,"46":86,"48":20,"49":18,"5":681,"51":12,"52":12,"53":25,"56":3,"570":4,"6":421,"63":37,"7":233,"79":15,"8":105,"80":20,"9":321,"all_client":35394,"all_tv_clinet":7069,"insert_time":"2014-08-20T23:59:42.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28578,"10":15,"107":199,"11":291,"12":167,"13":149,"14":35,"15":54,"155":22,"156":6,"158":9,"159":5,"16":39,"160":17,"161":115,"167":19,"168":2,"17":61,"18":577,"19":172,"20":102,"209":15,"21":273,"210":14,"214":1,"215":71,"221":131,"223":213,"224":24,"225":156,"23":203,"24":434,"25":93,"257":43,"26":30,"268":4,"27":8,"273":49,"276":119,"279":9,"28":184,"281":16,"282":38,"291":6,"292":60,"30":7,"302":18,"31":23,"314":2,"317":2,"32":12,"33":14,"34":24,"347":11,"35":12,"352":200,"36":75,"37":22,"38":124,"380":1,"381":22,"383":9,"389":2,"39":58,"391":12,"396":1,"397":14,"40":15,"409":22,"41":22,"414":23,"415":17,"419":6,"42":18,"43":12,"430":21,"44":9,"45":5,"46":89,"48":21,"49":17,"5":682,"51":13,"52":13,"53":24,"56":2,"570":4,"6":437,"63":36,"7":239,"79":14,"8":96,"80":20,"9":312,"all_client":35682,"all_tv_clinet":7104,"insert_time":"2014-08-21T00:00:43.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28847,"10":17,"107":207,"11":284,"12":169,"13":153,"14":35,"15":53,"155":22,"156":6,"158":8,"159":5,"16":41,"160":17,"161":113,"167":17,"168":2,"17":65,"18":580,"19":173,"20":101,"209":16,"21":268,"210":15,"215":76,"221":145,"223":215,"224":24,"225":159,"23":204,"24":438,"25":94,"257":40,"26":31,"268":4,"27":8,"273":52,"276":119,"279":8,"28":181,"281":16,"282":38,"291":6,"292":64,"30":7,"302":18,"31":19,"314":2,"317":2,"32":12,"33":14,"34":22,"347":14,"35":13,"352":195,"36":74,"37":21,"38":128,"380":1,"381":23,"383":8,"389":1,"39":61,"391":13,"396":1,"397":16,"40":19,"409":23,"41":22,"414":25,"415":14,"419":6,"42":17,"43":10,"430":22,"44":7,"45":8,"46":90,"48":24,"49":18,"5":676,"51":13,"52":12,"53":24,"56":2,"570":2,"6":446,"63":37,"7":242,"79":13,"8":95,"80":21,"9":311,"all_client":36000,"all_tv_clinet":7153,"insert_time":"2014-08-21T00:01:43.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29096,"10":16,"107":198,"11":283,"12":175,"13":161,"14":36,"15":55,"155":22,"156":6,"158":7,"159":4,"16":44,"160":17,"161":110,"167":15,"168":2,"17":68,"18":583,"19":180,"20":100,"209":14,"21":255,"210":13,"215":78,"221":146,"223":213,"224":24,"225":165,"23":206,"24":421,"25":92,"257":40,"26":31,"268":4,"27":6,"273":53,"276":120,"279":7,"28":180,"281":15,"282":41,"291":5,"292":74,"30":7,"302":17,"31":16,"314":4,"317":3,"32":10,"33":12,"34":27,"347":15,"35":13,"352":192,"36":71,"37":19,"38":134,"380":1,"381":22,"383":8,"389":1,"39":65,"391":14,"396":1,"397":16,"40":21,"409":23,"41":21,"414":23,"415":15,"419":6,"42":15,"43":9,"430":18,"44":7,"45":9,"46":89,"48":26,"49":20,"5":688,"51":17,"52":16,"53":28,"56":1,"570":2,"6":459,"63":35,"7":243,"79":13,"8":94,"80":24,"9":330,"all_client":36301,"all_tv_clinet":7205,"insert_time":"2014-08-21T00:02:44.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29338,"10":18,"107":205,"11":287,"12":170,"13":161,"14":39,"15":57,"155":22,"156":6,"158":7,"159":4,"16":45,"160":17,"161":106,"167":18,"17":78,"18":588,"19":192,"20":101,"209":18,"21":244,"210":13,"215":80,"221":147,"223":217,"224":22,"225":157,"23":215,"24":408,"25":95,"257":39,"26":29,"268":3,"27":6,"273":61,"276":121,"279":6,"28":172,"281":15,"282":41,"291":6,"292":81,"30":7,"302":18,"31":14,"314":4,"317":3,"32":10,"33":12,"34":31,"347":15,"35":10,"352":199,"36":67,"37":17,"38":143,"380":1,"381":21,"383":9,"389":1,"39":69,"391":15,"396":1,"397":15,"40":22,"409":28,"41":18,"414":24,"415":17,"419":6,"42":13,"43":8,"430":18,"44":7,"45":10,"46":93,"48":27,"49":20,"5":674,"51":15,"52":14,"53":28,"56":2,"570":3,"6":455,"63":32,"7":250,"79":14,"8":93,"80":24,"9":339,"all_client":36591,"all_tv_clinet":7253,"insert_time":"2014-08-21T00:03:44.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29614,"10":16,"107":202,"11":299,"12":167,"13":162,"14":38,"15":63,"155":24,"156":6,"158":7,"159":4,"16":46,"160":18,"161":109,"167":16,"17":79,"18":593,"19":194,"20":99,"209":18,"21":242,"210":13,"215":83,"221":149,"223":208,"224":22,"225":151,"23":216,"24":415,"25":102,"257":42,"26":32,"268":3,"27":6,"273":63,"276":123,"279":7,"28":163,"281":16,"282":41,"291":6,"292":82,"30":7,"302":18,"31":16,"314":4,"317":3,"32":10,"33":14,"34":33,"347":13,"35":10,"352":197,"36":66,"37":13,"38":149,"380":2,"381":20,"383":10,"389":1,"39":68,"391":14,"396":1,"397":14,"40":25,"409":28,"41":16,"414":24,"415":18,"419":5,"42":13,"43":8,"430":20,"44":7,"45":6,"46":96,"48":26,"49":20,"5":680,"51":16,"52":13,"53":27,"56":2,"570":2,"6":459,"63":32,"7":254,"79":14,"8":86,"80":25,"9":342,"all_client":36906,"all_tv_clinet":7292,"insert_time":"2014-08-21T00:04:44.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29896,"10":15,"107":208,"11":301,"12":165,"13":161,"14":36,"15":64,"155":24,"156":6,"158":8,"159":5,"16":44,"160":18,"161":114,"167":15,"17":81,"18":588,"19":196,"20":101,"209":19,"21":245,"210":13,"215":81,"221":143,"223":211,"224":20,"225":150,"23":223,"24":421,"25":102,"257":43,"26":28,"268":3,"27":7,"273":68,"276":126,"279":9,"28":163,"281":16,"282":40,"291":7,"292":80,"30":4,"302":19,"31":18,"314":3,"317":3,"32":8,"33":14,"34":33,"347":12,"35":12,"352":189,"36":67,"37":10,"38":149,"380":2,"381":19,"383":10,"389":1,"39":68,"391":12,"396":1,"397":14,"40":27,"409":29,"41":14,"414":24,"415":17,"419":4,"42":12,"43":9,"430":21,"44":8,"45":6,"46":101,"48":25,"49":19,"5":676,"51":17,"52":11,"53":28,"56":2,"570":2,"6":458,"63":34,"7":262,"79":14,"8":80,"80":23,"9":344,"all_client":37199,"all_tv_clinet":7303,"insert_time":"2014-08-21T00:05:45.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30129,"10":13,"107":200,"11":302,"12":167,"13":165,"14":37,"15":67,"155":24,"156":4,"158":8,"159":5,"16":46,"160":14,"161":119,"167":15,"17":81,"18":576,"19":204,"20":100,"209":20,"21":248,"210":11,"215":85,"221":156,"223":208,"224":18,"225":146,"23":235,"24":413,"25":99,"257":41,"26":30,"268":3,"27":7,"273":62,"276":123,"279":9,"28":161,"281":16,"282":40,"291":8,"292":75,"30":3,"302":19,"31":19,"314":3,"317":2,"32":7,"33":15,"34":30,"347":11,"35":19,"352":194,"36":73,"37":10,"38":146,"380":2,"381":21,"383":11,"389":1,"39":67,"391":14,"396":2,"397":14,"40":31,"409":36,"41":14,"414":24,"415":19,"419":3,"42":13,"43":10,"430":22,"44":7,"45":8,"46":104,"48":25,"49":18,"5":672,"51":18,"52":11,"53":28,"56":2,"570":2,"6":473,"63":33,"7":257,"79":15,"8":77,"80":26,"9":352,"all_client":37473,"all_tv_clinet":7344,"insert_time":"2014-08-21T00:06:45.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30370,"10":13,"107":196,"11":298,"12":169,"13":170,"14":37,"15":67,"155":24,"156":4,"158":8,"159":7,"16":47,"160":15,"161":124,"167":15,"17":83,"18":578,"19":208,"20":99,"209":19,"21":249,"210":11,"215":81,"221":162,"223":205,"224":19,"225":148,"23":240,"24":412,"25":92,"257":41,"26":29,"268":3,"27":7,"273":60,"276":123,"279":8,"28":162,"281":17,"282":41,"291":7,"292":70,"30":2,"302":19,"31":19,"314":3,"317":2,"32":6,"33":15,"34":32,"347":13,"35":19,"352":199,"36":73,"37":12,"38":147,"380":1,"381":23,"383":9,"389":1,"39":69,"391":16,"396":2,"397":14,"40":33,"409":38,"41":13,"414":24,"415":18,"419":3,"42":11,"43":14,"430":22,"44":8,"45":9,"46":105,"48":28,"49":19,"5":666,"51":18,"52":13,"53":26,"56":2,"570":3,"6":484,"63":31,"7":261,"79":16,"8":76,"80":26,"9":354,"all_client":37755,"all_tv_clinet":7385,"insert_time":"2014-08-21T00:07:45.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30619,"10":13,"107":198,"11":294,"12":166,"13":172,"14":38,"15":69,"155":25,"156":4,"158":9,"159":8,"16":44,"160":16,"161":128,"167":14,"168":1,"17":84,"18":567,"19":213,"20":100,"209":17,"21":250,"210":11,"215":86,"221":170,"223":215,"224":22,"225":150,"23":242,"24":419,"25":94,"257":41,"26":27,"268":3,"27":9,"273":60,"276":127,"279":8,"28":163,"281":19,"282":41,"291":7,"292":63,"30":3,"302":18,"31":16,"314":4,"317":1,"32":6,"33":15,"34":31,"347":14,"35":19,"352":196,"36":77,"37":12,"38":150,"380":1,"381":22,"383":8,"389":1,"39":71,"391":16,"396":2,"397":14,"40":38,"409":38,"41":10,"414":24,"415":18,"419":3,"42":10,"43":15,"430":24,"44":7,"45":10,"46":103,"48":27,"49":22,"5":660,"51":16,"52":12,"53":28,"56":2,"570":3,"6":491,"63":31,"7":268,"79":17,"8":76,"80":23,"9":346,"all_client":38045,"all_tv_clinet":7426,"insert_time":"2014-08-21T00:08:46.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30842,"10":9,"107":198,"11":304,"12":165,"13":164,"14":39,"15":73,"155":25,"156":7,"158":10,"159":9,"16":41,"160":15,"161":143,"167":14,"168":1,"17":87,"18":572,"19":227,"20":100,"209":14,"21":248,"210":9,"215":86,"221":174,"223":226,"224":22,"225":155,"23":244,"24":432,"25":95,"257":38,"26":26,"268":3,"27":13,"273":62,"276":128,"279":8,"28":159,"281":20,"282":40,"291":7,"292":56,"30":3,"302":18,"31":14,"314":4,"317":1,"32":7,"33":16,"34":31,"347":13,"35":18,"352":199,"36":75,"37":13,"38":144,"380":2,"381":23,"383":7,"389":1,"39":71,"391":17,"396":2,"397":14,"40":44,"409":40,"41":9,"414":25,"415":20,"419":2,"42":11,"43":16,"430":26,"44":7,"45":10,"46":97,"48":27,"49":24,"5":653,"51":16,"52":12,"53":26,"56":3,"570":3,"6":492,"63":29,"7":269,"79":18,"8":76,"80":20,"9":342,"all_client":38320,"all_tv_clinet":7478,"insert_time":"2014-08-21T00:09:46.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31042,"10":9,"107":198,"11":310,"12":166,"13":164,"14":39,"15":77,"155":23,"156":7,"158":10,"159":13,"16":44,"160":13,"161":144,"167":14,"168":1,"17":89,"18":584,"19":228,"20":98,"209":13,"21":246,"210":9,"215":84,"221":173,"223":230,"224":21,"225":165,"23":253,"24":441,"25":88,"257":37,"26":26,"268":3,"27":16,"273":65,"276":125,"279":5,"28":153,"281":22,"282":40,"291":7,"292":56,"30":4,"302":18,"31":16,"314":4,"317":1,"32":8,"33":16,"34":33,"347":10,"35":21,"352":198,"36":76,"37":16,"38":139,"380":3,"381":24,"383":7,"389":1,"39":72,"391":17,"396":3,"397":12,"40":52,"409":43,"41":9,"414":27,"415":22,"419":2,"42":12,"43":15,"430":27,"44":5,"45":10,"46":96,"48":26,"49":25,"5":642,"51":17,"52":11,"53":27,"56":3,"570":3,"6":495,"63":33,"7":278,"79":18,"8":76,"80":14,"9":339,"all_client":38577,"all_tv_clinet":7535,"insert_time":"2014-08-21T00:10:47.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31334,"10":10,"107":189,"11":310,"12":168,"13":166,"14":43,"15":79,"155":23,"156":8,"158":10,"159":16,"16":43,"160":11,"161":140,"167":14,"168":1,"17":96,"18":583,"19":232,"20":97,"209":12,"21":254,"210":9,"214":1,"215":86,"221":185,"223":228,"224":19,"225":172,"23":254,"24":454,"25":83,"257":34,"26":26,"268":3,"27":19,"273":64,"276":122,"279":4,"28":143,"281":21,"282":38,"291":7,"292":58,"30":5,"302":17,"31":15,"314":2,"317":2,"32":9,"33":16,"34":34,"347":9,"35":20,"352":198,"36":71,"37":16,"38":142,"380":3,"381":25,"383":7,"389":1,"39":72,"391":16,"396":3,"397":12,"40":62,"409":40,"41":9,"414":27,"415":22,"419":2,"42":11,"43":14,"430":26,"44":5,"45":11,"46":89,"48":25,"49":27,"5":644,"51":18,"52":12,"53":23,"56":6,"570":2,"6":497,"63":35,"7":277,"79":18,"8":76,"80":11,"9":342,"all_client":38895,"all_tv_clinet":7561,"insert_time":"2014-08-21T00:11:47.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31594,"10":10,"107":195,"11":290,"12":174,"13":171,"14":46,"15":79,"155":24,"156":9,"158":9,"159":18,"16":49,"160":11,"161":144,"167":14,"168":2,"17":100,"18":574,"19":242,"20":94,"209":13,"21":251,"210":8,"214":1,"215":90,"221":183,"223":224,"224":19,"225":166,"23":247,"24":458,"25":82,"257":37,"26":23,"268":3,"27":19,"273":62,"276":122,"279":4,"28":142,"281":21,"282":38,"291":7,"292":61,"30":6,"302":17,"31":16,"314":2,"317":2,"32":10,"33":17,"34":36,"347":10,"35":19,"352":198,"36":66,"37":19,"38":143,"380":3,"381":24,"383":8,"39":75,"391":16,"396":3,"397":12,"40":68,"409":34,"41":9,"414":27,"415":20,"419":2,"42":10,"43":13,"430":27,"44":5,"45":13,"46":88,"48":28,"49":27,"5":632,"51":18,"52":11,"53":22,"56":6,"570":1,"6":497,"63":37,"7":278,"79":18,"8":82,"80":11,"9":349,"all_client":39165,"all_tv_clinet":7571,"insert_time":"2014-08-21T00:12:47.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31838,"10":11,"107":193,"11":273,"12":177,"13":167,"14":47,"15":75,"155":24,"156":10,"158":9,"159":18,"16":47,"160":12,"161":143,"167":13,"168":2,"17":103,"18":587,"19":252,"20":92,"209":13,"21":250,"210":7,"214":2,"215":89,"221":178,"223":225,"224":19,"225":164,"23":253,"24":465,"25":80,"257":39,"26":24,"268":4,"27":20,"273":52,"276":121,"279":4,"28":139,"281":22,"282":37,"291":8,"292":64,"30":7,"302":16,"31":19,"314":1,"317":2,"32":12,"33":19,"34":36,"347":9,"35":17,"352":199,"36":68,"37":19,"38":141,"380":3,"381":22,"383":9,"39":74,"391":15,"396":2,"397":12,"40":71,"409":30,"41":10,"414":25,"415":18,"419":3,"42":13,"43":15,"430":28,"433":1,"44":5,"45":16,"46":85,"48":23,"49":27,"5":630,"51":17,"52":14,"53":24,"56":6,"570":1,"6":503,"63":40,"7":283,"79":17,"8":85,"80":9,"9":360,"all_client":39433,"all_tv_clinet":7595,"insert_time":"2014-08-21T00:13:48.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32028,"10":11,"107":198,"11":250,"12":184,"13":166,"14":45,"15":75,"155":26,"156":11,"158":9,"159":20,"16":46,"160":13,"161":146,"167":13,"168":1,"17":105,"18":583,"19":267,"20":94,"209":13,"21":249,"210":8,"214":2,"215":89,"221":173,"223":226,"224":19,"225":153,"23":257,"24":472,"25":78,"257":42,"26":28,"268":3,"27":23,"273":48,"276":123,"279":4,"28":139,"281":21,"282":36,"291":8,"292":71,"30":6,"302":15,"31":21,"314":1,"317":1,"32":12,"33":19,"34":35,"347":9,"35":19,"352":205,"36":67,"37":20,"38":144,"380":3,"381":25,"383":12,"39":78,"391":15,"396":2,"397":12,"40":70,"409":31,"41":13,"414":21,"415":19,"419":3,"42":14,"43":16,"430":29,"433":1,"44":5,"45":15,"46":85,"48":23,"49":25,"5":633,"51":19,"52":15,"53":26,"56":5,"570":1,"6":501,"63":39,"7":287,"79":18,"8":88,"80":9,"9":366,"all_client":39674,"all_tv_clinet":7646,"insert_time":"2014-08-21T00:14:48.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32277,"10":10,"107":208,"11":232,"12":189,"13":158,"14":49,"15":79,"155":23,"156":16,"158":8,"159":20,"16":43,"160":12,"161":132,"167":11,"168":1,"17":116,"18":582,"19":279,"20":95,"209":14,"21":250,"210":7,"214":2,"215":88,"221":173,"223":227,"224":25,"225":157,"23":266,"24":476,"25":86,"257":39,"26":30,"268":4,"27":23,"273":49,"276":118,"279":5,"28":131,"281":20,"282":36,"291":9,"292":73,"30":6,"302":15,"31":21,"314":1,"317":1,"32":11,"33":22,"34":39,"347":9,"35":18,"352":207,"36":66,"37":20,"38":142,"380":3,"381":28,"383":12,"39":80,"391":15,"396":2,"397":12,"40":69,"409":31,"41":14,"414":14,"415":18,"419":6,"42":16,"43":18,"430":29,"433":1,"44":5,"45":16,"46":83,"48":25,"49":25,"5":634,"51":19,"52":16,"53":26,"56":4,"570":1,"6":499,"63":41,"7":291,"79":16,"8":90,"80":9,"9":371,"all_client":39965,"all_tv_clinet":7688,"insert_time":"2014-08-21T00:15:48.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32530,"10":7,"107":207,"11":218,"12":191,"13":155,"14":52,"15":77,"155":23,"156":17,"158":8,"159":19,"16":44,"160":16,"161":128,"167":10,"168":1,"17":121,"18":574,"19":276,"20":100,"209":15,"21":250,"210":7,"214":2,"215":84,"221":179,"223":232,"224":25,"225":155,"23":267,"24":481,"25":94,"257":40,"26":28,"268":4,"27":24,"273":49,"276":116,"279":5,"28":130,"281":20,"282":36,"291":8,"292":82,"30":6,"302":13,"31":24,"314":2,"317":1,"32":9,"33":25,"34":38,"347":8,"35":19,"352":212,"36":60,"37":18,"38":142,"380":3,"381":28,"383":9,"39":83,"391":15,"396":3,"397":12,"40":72,"409":26,"41":16,"414":11,"415":19,"419":7,"42":18,"43":19,"430":28,"433":1,"44":6,"45":17,"46":85,"48":24,"49":28,"5":629,"51":19,"52":17,"53":24,"56":3,"570":1,"6":501,"63":40,"7":296,"79":17,"8":90,"80":9,"9":376,"all_client":40236,"all_tv_clinet":7706,"insert_time":"2014-08-21T00:16:49.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32791,"10":8,"107":212,"11":208,"12":191,"13":152,"14":58,"15":79,"155":17,"156":17,"158":9,"159":20,"16":44,"160":14,"161":134,"167":8,"168":2,"17":126,"18":572,"19":260,"20":101,"209":15,"21":256,"210":7,"214":1,"215":81,"221":179,"223":232,"224":25,"225":168,"23":256,"24":490,"25":102,"257":41,"26":25,"268":4,"27":23,"273":55,"276":114,"279":5,"28":136,"281":21,"282":35,"291":8,"292":85,"30":7,"302":11,"31":24,"314":1,"317":1,"32":11,"33":24,"34":41,"347":8,"35":21,"352":225,"36":58,"37":16,"38":140,"380":3,"381":27,"383":7,"389":1,"39":84,"391":16,"396":3,"397":10,"40":75,"409":28,"41":14,"414":9,"415":19,"419":8,"42":17,"43":18,"430":29,"433":1,"44":5,"45":19,"46":92,"48":22,"49":27,"5":629,"51":19,"52":15,"53":20,"56":4,"570":1,"6":505,"63":42,"7":300,"79":21,"8":94,"80":9,"9":391,"all_client":40559,"all_tv_clinet":7768,"insert_time":"2014-08-21T00:17:49.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33040,"10":8,"107":203,"11":206,"12":201,"13":153,"14":59,"15":80,"155":15,"156":17,"158":9,"159":21,"16":43,"160":14,"161":147,"167":8,"168":2,"17":126,"18":559,"19":238,"20":102,"209":14,"21":268,"210":5,"214":1,"215":82,"221":176,"223":240,"224":26,"225":169,"23":255,"24":503,"25":108,"257":42,"26":30,"268":3,"27":24,"273":58,"276":117,"279":4,"28":132,"281":21,"282":37,"291":7,"292":91,"30":6,"302":10,"31":22,"314":1,"317":2,"32":10,"33":23,"34":39,"347":8,"35":21,"352":233,"36":62,"37":18,"38":148,"380":3,"381":31,"383":8,"389":2,"39":87,"391":13,"396":2,"397":9,"40":77,"409":27,"41":15,"414":9,"415":18,"419":8,"42":15,"43":22,"430":32,"433":1,"44":4,"45":18,"46":92,"48":19,"49":25,"5":612,"51":21,"52":13,"53":19,"56":4,"570":2,"6":508,"63":42,"7":298,"79":21,"8":98,"80":8,"9":393,"all_client":40843,"all_tv_clinet":7803,"insert_time":"2014-08-21T00:18:49.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33313,"10":9,"107":195,"11":202,"12":207,"13":159,"14":62,"15":78,"155":15,"156":18,"158":11,"159":20,"16":44,"160":14,"161":154,"167":8,"168":2,"17":131,"18":564,"19":234,"20":99,"209":13,"21":269,"210":6,"214":1,"215":85,"221":177,"223":235,"224":26,"225":171,"23":253,"24":522,"25":111,"257":38,"26":30,"268":3,"27":29,"273":58,"276":114,"279":6,"28":135,"281":22,"282":38,"291":7,"292":92,"30":6,"302":12,"31":23,"314":2,"317":3,"32":10,"33":23,"34":38,"347":8,"35":22,"352":230,"36":63,"37":17,"38":150,"380":3,"381":32,"383":7,"389":2,"39":89,"391":12,"396":1,"397":9,"40":81,"409":28,"41":18,"414":11,"415":19,"419":6,"42":14,"43":22,"430":33,"433":1,"44":3,"45":18,"46":95,"48":18,"49":23,"5":599,"51":19,"52":12,"53":18,"56":4,"570":2,"6":500,"63":40,"7":308,"79":20,"8":99,"80":8,"9":401,"all_client":41162,"all_tv_clinet":7849,"insert_time":"2014-08-21T00:19:50.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33554,"10":8,"107":201,"11":195,"12":213,"13":155,"14":61,"15":83,"155":16,"156":19,"158":11,"159":20,"16":41,"160":15,"161":154,"167":8,"168":2,"17":136,"18":566,"19":231,"20":93,"209":14,"21":264,"210":7,"214":1,"215":88,"221":183,"223":241,"224":27,"225":179,"23":248,"24":536,"25":118,"257":36,"26":30,"268":3,"27":28,"273":60,"276":109,"279":5,"28":139,"281":23,"282":40,"291":7,"292":96,"30":6,"302":14,"31":22,"314":2,"317":4,"32":10,"33":25,"34":38,"347":10,"35":23,"352":220,"36":68,"37":20,"38":150,"380":3,"381":32,"383":6,"389":2,"39":91,"391":14,"396":1,"397":9,"40":83,"409":25,"41":16,"414":10,"415":14,"419":5,"42":14,"43":26,"430":33,"433":1,"44":3,"45":17,"46":93,"48":15,"49":23,"5":595,"51":20,"52":12,"53":17,"56":5,"570":3,"6":495,"63":40,"7":319,"79":17,"8":101,"80":8,"9":402,"all_client":41446,"all_tv_clinet":7892,"insert_time":"2014-08-21T00:20:50.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33758,"10":9,"107":203,"11":186,"12":212,"13":152,"14":64,"15":86,"155":16,"156":18,"158":12,"159":19,"16":42,"160":16,"161":163,"167":7,"168":2,"17":139,"18":565,"19":230,"20":93,"209":15,"21":277,"210":7,"214":1,"215":86,"221":185,"223":236,"224":26,"225":186,"23":246,"24":541,"25":126,"257":39,"26":28,"268":4,"27":27,"273":58,"276":105,"279":5,"28":140,"281":24,"282":40,"291":6,"292":96,"30":8,"302":14,"31":24,"314":2,"317":5,"32":12,"33":25,"34":40,"347":10,"35":21,"352":211,"36":64,"37":22,"38":150,"380":3,"381":34,"383":5,"389":2,"39":90,"391":13,"396":1,"397":9,"40":82,"409":25,"41":17,"414":9,"415":16,"419":2,"42":15,"43":26,"430":34,"433":1,"44":3,"45":17,"46":95,"48":17,"49":27,"5":598,"51":20,"52":13,"53":15,"56":5,"570":3,"6":487,"63":41,"7":319,"79":15,"8":98,"80":7,"9":406,"all_client":41674,"all_tv_clinet":7916,"insert_time":"2014-08-21T00:21:50.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33969,"10":12,"107":205,"11":192,"12":214,"13":149,"14":62,"15":88,"155":16,"156":16,"158":12,"159":19,"16":40,"160":18,"161":167,"167":6,"168":2,"17":146,"18":572,"19":229,"20":96,"209":15,"21":279,"210":4,"214":1,"215":88,"221":191,"223":238,"224":25,"225":196,"23":246,"24":555,"25":132,"257":45,"26":28,"268":4,"27":28,"273":65,"276":106,"279":5,"28":143,"281":23,"282":39,"291":6,"292":88,"30":8,"302":14,"31":26,"314":1,"317":5,"32":12,"33":26,"34":43,"347":9,"35":25,"352":211,"36":67,"37":25,"38":161,"380":3,"381":38,"383":7,"389":2,"39":93,"391":13,"396":1,"397":9,"40":87,"409":28,"41":16,"414":7,"415":18,"419":2,"42":15,"43":27,"430":34,"433":1,"44":2,"45":16,"46":93,"48":17,"49":25,"5":596,"51":19,"52":10,"53":14,"56":5,"570":3,"6":478,"63":38,"7":318,"79":14,"8":102,"80":7,"9":407,"all_client":41978,"all_tv_clinet":8009,"insert_time":"2014-08-21T00:22:51.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34205,"10":12,"107":204,"11":187,"12":216,"13":142,"14":64,"15":88,"155":16,"156":15,"158":12,"159":19,"16":40,"160":19,"161":167,"167":6,"168":2,"17":151,"18":569,"19":243,"20":105,"209":15,"21":277,"210":2,"215":88,"221":193,"223":240,"224":24,"225":182,"23":250,"24":558,"25":133,"257":43,"26":28,"268":3,"27":29,"273":66,"276":104,"279":5,"28":148,"281":23,"282":38,"291":6,"292":73,"30":8,"302":13,"31":26,"314":1,"317":5,"32":12,"33":30,"34":43,"347":8,"35":27,"352":216,"36":70,"37":28,"38":162,"380":3,"381":39,"383":6,"389":1,"39":94,"391":12,"396":1,"397":9,"40":87,"409":33,"41":19,"414":6,"415":20,"419":2,"42":15,"43":27,"430":35,"433":1,"44":3,"45":16,"46":97,"48":14,"49":24,"5":586,"51":14,"52":11,"53":15,"56":5,"570":3,"6":470,"63":37,"7":309,"79":13,"8":108,"80":7,"9":416,"all_client":42217,"all_tv_clinet":8012,"insert_time":"2014-08-21T00:23:51.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34432,"10":13,"107":199,"11":183,"12":217,"13":141,"14":64,"15":95,"155":16,"156":18,"158":14,"159":19,"16":35,"160":20,"161":171,"167":6,"168":3,"17":153,"18":577,"19":252,"20":102,"209":16,"21":271,"210":2,"215":87,"221":196,"223":250,"224":24,"225":179,"23":249,"24":569,"25":136,"257":40,"26":28,"268":2,"27":29,"273":70,"276":106,"279":5,"28":160,"281":21,"282":39,"291":5,"292":65,"30":5,"302":12,"31":27,"314":1,"317":5,"32":12,"33":32,"34":42,"347":8,"35":27,"352":218,"36":70,"37":27,"38":155,"380":3,"381":39,"383":5,"39":93,"391":15,"396":1,"397":9,"40":88,"409":36,"41":18,"414":5,"415":18,"419":3,"42":13,"426":1,"43":29,"430":34,"433":2,"44":5,"45":16,"46":100,"48":13,"49":23,"5":586,"51":13,"52":12,"53":15,"56":5,"570":3,"6":472,"63":36,"7":303,"79":13,"8":110,"80":8,"9":418,"all_client":42483,"all_tv_clinet":8051,"insert_time":"2014-08-21T00:24:51.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34626,"10":14,"107":196,"11":187,"12":221,"13":138,"14":69,"15":94,"155":16,"156":18,"158":14,"159":19,"16":39,"160":18,"161":179,"167":7,"168":3,"17":153,"18":583,"19":257,"20":103,"209":17,"21":273,"210":2,"214":2,"215":85,"221":188,"223":249,"224":23,"225":176,"23":251,"24":569,"25":136,"257":35,"26":28,"268":4,"27":26,"273":71,"276":106,"279":4,"28":167,"281":21,"282":37,"291":5,"292":64,"30":7,"302":12,"31":28,"314":1,"317":5,"32":11,"33":35,"34":41,"347":7,"35":28,"352":225,"36":70,"37":26,"38":160,"380":4,"381":37,"383":3,"39":93,"391":15,"396":1,"397":10,"40":92,"409":37,"41":19,"414":5,"415":18,"419":2,"42":14,"426":1,"43":31,"430":36,"433":2,"44":7,"45":16,"46":99,"48":16,"49":24,"5":590,"51":16,"52":14,"53":13,"56":5,"570":2,"6":462,"63":35,"7":291,"79":11,"8":112,"80":8,"9":428,"all_client":42718,"all_tv_clinet":8092,"insert_time":"2014-08-21T00:25:52.114Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34907,"10":14,"107":200,"11":190,"12":217,"13":135,"14":67,"15":95,"155":16,"156":17,"158":13,"159":20,"16":40,"160":17,"161":180,"167":7,"168":3,"17":155,"18":579,"19":263,"20":107,"209":16,"21":275,"210":3,"214":2,"215":85,"221":179,"223":243,"224":23,"225":176,"23":253,"24":591,"25":135,"257":35,"26":25,"268":5,"27":24,"273":71,"276":106,"279":5,"28":167,"281":22,"282":38,"291":6,"292":63,"30":6,"302":12,"31":30,"314":1,"317":5,"32":12,"33":35,"34":41,"347":7,"35":27,"352":234,"36":69,"37":27,"38":159,"380":4,"381":38,"383":3,"39":91,"391":17,"396":1,"397":11,"40":94,"409":40,"41":22,"414":4,"415":22,"419":2,"42":14,"426":1,"43":29,"430":36,"433":2,"44":7,"45":16,"46":98,"48":19,"49":21,"5":581,"51":15,"52":11,"53":12,"56":4,"570":1,"6":447,"63":34,"7":282,"79":12,"8":114,"80":7,"9":437,"all_client":43004,"all_tv_clinet":8097,"insert_time":"2014-08-21T00:26:52.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35183,"10":16,"107":203,"11":190,"12":221,"13":138,"14":72,"15":93,"155":15,"156":16,"158":11,"159":22,"16":45,"160":15,"161":176,"167":8,"168":3,"17":154,"18":579,"19":282,"20":110,"209":18,"21":277,"210":2,"214":2,"215":84,"221":167,"223":234,"224":25,"225":174,"23":255,"24":596,"25":141,"257":35,"26":27,"268":5,"27":22,"273":70,"276":105,"279":5,"28":166,"281":22,"282":37,"291":7,"292":64,"30":6,"302":14,"31":29,"314":1,"317":5,"32":10,"33":36,"34":43,"347":7,"35":31,"352":232,"36":79,"37":29,"38":164,"380":4,"381":36,"383":3,"39":95,"391":16,"396":1,"397":10,"40":94,"409":37,"41":25,"414":4,"415":25,"419":4,"42":14,"426":1,"43":31,"430":35,"433":2,"44":7,"45":12,"46":103,"48":19,"49":17,"5":576,"51":16,"52":11,"53":10,"56":5,"570":1,"6":439,"63":34,"7":289,"79":12,"8":115,"80":8,"9":455,"all_client":43344,"all_tv_clinet":8161,"insert_time":"2014-08-21T00:27:52.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35428,"10":16,"107":211,"11":199,"12":223,"13":137,"14":77,"15":93,"155":15,"156":16,"158":11,"159":22,"16":42,"160":14,"161":167,"167":8,"168":3,"17":152,"18":571,"19":298,"20":109,"209":16,"21":274,"210":2,"214":2,"215":87,"221":168,"223":226,"224":27,"225":175,"23":252,"24":594,"25":144,"257":41,"26":24,"268":4,"27":23,"273":66,"276":104,"279":5,"28":168,"281":23,"282":38,"291":8,"292":68,"30":7,"302":15,"31":31,"314":1,"317":5,"32":8,"33":37,"34":43,"347":7,"35":36,"352":236,"36":77,"37":28,"38":168,"380":3,"381":37,"383":3,"39":94,"391":16,"396":1,"397":8,"40":93,"409":38,"41":25,"414":4,"415":28,"419":4,"42":12,"426":1,"43":32,"430":33,"433":2,"44":5,"45":11,"46":106,"48":24,"49":19,"5":570,"51":15,"52":10,"53":11,"56":6,"570":2,"6":445,"63":36,"7":292,"79":13,"8":116,"80":9,"9":449,"all_client":43623,"all_tv_clinet":8195,"insert_time":"2014-08-21T00:28:53.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35654,"10":17,"107":212,"11":205,"12":222,"13":142,"14":81,"15":94,"155":16,"156":15,"158":11,"159":22,"16":38,"160":14,"161":164,"167":7,"168":3,"17":154,"18":558,"19":310,"20":108,"209":16,"21":272,"210":4,"214":2,"215":91,"221":178,"223":219,"224":28,"225":173,"23":251,"24":598,"25":149,"257":45,"26":27,"268":4,"27":24,"273":64,"276":100,"279":4,"28":168,"281":22,"282":37,"291":9,"292":70,"30":7,"302":15,"31":32,"314":2,"317":5,"32":7,"33":38,"34":44,"347":8,"35":36,"352":236,"36":77,"37":30,"38":169,"380":3,"381":37,"383":6,"39":93,"391":16,"396":2,"397":9,"40":95,"409":37,"41":26,"414":5,"415":27,"419":4,"42":11,"426":1,"43":33,"430":31,"433":2,"44":6,"45":11,"46":109,"48":25,"49":20,"5":550,"51":13,"52":9,"53":11,"56":6,"570":1,"6":445,"63":35,"7":306,"79":13,"8":119,"80":9,"9":437,"all_client":43871,"all_tv_clinet":8217,"insert_time":"2014-08-21T00:29:53.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35905,"10":16,"107":203,"11":215,"12":224,"13":142,"14":77,"15":90,"155":16,"156":14,"158":11,"159":21,"16":39,"160":16,"161":161,"167":6,"168":2,"17":160,"18":560,"19":322,"20":105,"209":16,"21":267,"210":3,"214":2,"215":90,"221":174,"223":211,"224":27,"225":174,"23":252,"24":593,"25":150,"257":43,"26":28,"268":4,"27":25,"273":59,"276":98,"279":5,"28":170,"281":22,"282":35,"291":9,"292":76,"30":8,"302":14,"306":2,"31":34,"314":2,"317":5,"32":7,"33":38,"34":45,"347":8,"35":36,"352":239,"36":82,"37":32,"38":176,"380":3,"381":39,"383":7,"39":97,"391":16,"396":4,"397":8,"40":95,"409":34,"41":29,"414":5,"415":26,"419":4,"42":14,"43":36,"430":31,"433":2,"44":7,"45":11,"46":114,"48":25,"49":19,"5":534,"51":12,"52":8,"53":11,"56":7,"570":1,"6":451,"63":35,"7":307,"79":11,"8":117,"80":9,"9":434,"all_client":44129,"all_tv_clinet":8224,"insert_time":"2014-08-21T00:30:54.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36166,"10":17,"107":213,"11":229,"12":233,"13":149,"14":73,"15":93,"155":16,"156":13,"158":11,"159":21,"16":37,"160":16,"161":152,"167":7,"168":2,"17":161,"18":556,"19":336,"20":104,"209":16,"21":271,"210":3,"214":1,"215":90,"221":170,"223":206,"224":26,"225":172,"23":251,"24":600,"25":157,"257":42,"26":29,"268":6,"27":24,"273":56,"276":95,"279":5,"28":174,"281":24,"282":37,"291":7,"292":81,"30":10,"302":14,"306":2,"31":31,"314":1,"317":6,"32":9,"33":39,"34":46,"347":8,"35":38,"352":237,"36":85,"37":34,"38":190,"380":3,"381":40,"383":7,"39":97,"391":14,"396":4,"397":8,"40":99,"409":36,"41":28,"414":5,"415":28,"419":5,"42":15,"426":1,"43":36,"430":30,"433":3,"44":8,"45":12,"46":113,"48":28,"49":18,"5":516,"51":11,"52":11,"53":11,"56":6,"570":1,"6":451,"63":33,"7":309,"79":12,"8":121,"80":10,"9":416,"all_client":44444,"all_tv_clinet":8278,"insert_time":"2014-08-21T00:31:54.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36390,"10":17,"107":226,"11":225,"12":233,"13":152,"14":72,"15":88,"155":16,"156":12,"158":13,"159":21,"16":40,"160":16,"161":154,"167":7,"168":2,"17":161,"18":557,"19":342,"20":98,"209":16,"21":273,"210":2,"214":2,"215":87,"221":164,"223":198,"224":28,"225":171,"23":265,"24":593,"25":158,"257":43,"26":36,"268":6,"27":24,"273":56,"276":94,"279":5,"28":183,"281":23,"282":38,"291":7,"292":93,"30":8,"302":13,"306":2,"31":35,"314":1,"317":7,"32":7,"33":40,"34":43,"347":8,"35":41,"352":231,"36":85,"37":32,"38":190,"380":4,"381":43,"383":10,"39":93,"391":11,"396":3,"397":8,"40":98,"409":41,"41":27,"414":6,"415":30,"419":5,"42":15,"426":1,"43":40,"430":27,"433":3,"44":9,"45":15,"46":113,"48":32,"49":17,"5":507,"51":12,"52":10,"53":10,"56":7,"570":2,"6":451,"63":35,"7":326,"79":13,"8":125,"80":10,"9":414,"all_client":44723,"all_tv_clinet":8333,"insert_time":"2014-08-21T00:32:54.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36672,"10":19,"107":231,"11":225,"12":236,"13":167,"14":71,"15":85,"155":15,"156":10,"158":13,"159":23,"16":43,"160":17,"161":152,"167":7,"168":2,"17":160,"18":550,"19":345,"20":97,"209":17,"21":270,"210":2,"214":2,"215":86,"221":157,"223":199,"224":29,"225":168,"23":262,"24":597,"25":158,"257":42,"26":39,"268":6,"27":22,"273":56,"276":91,"279":5,"28":190,"281":23,"282":37,"291":6,"292":94,"30":8,"302":11,"306":2,"31":35,"314":1,"317":7,"32":6,"33":44,"34":41,"347":8,"35":42,"352":237,"36":85,"37":30,"38":195,"380":4,"381":45,"383":10,"39":97,"391":12,"396":1,"397":8,"40":98,"409":44,"41":24,"414":6,"415":32,"419":5,"42":14,"426":1,"43":40,"430":27,"433":3,"44":14,"45":15,"46":114,"48":32,"49":17,"5":491,"51":12,"52":9,"53":13,"56":8,"570":2,"6":451,"63":35,"7":327,"79":15,"8":126,"80":9,"9":414,"all_client":45025,"all_tv_clinet":8353,"insert_time":"2014-08-21T00:33:55.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36916,"10":18,"107":239,"11":218,"12":240,"13":165,"14":74,"15":87,"155":14,"156":8,"158":13,"159":24,"16":44,"160":16,"161":155,"167":6,"168":2,"17":161,"18":546,"19":351,"20":99,"209":19,"21":266,"210":2,"214":3,"215":84,"221":168,"223":198,"224":26,"225":167,"23":255,"24":607,"25":157,"257":42,"26":40,"268":7,"27":18,"273":59,"276":89,"279":6,"28":195,"281":20,"282":38,"291":7,"292":94,"30":7,"302":11,"306":2,"31":35,"314":1,"317":6,"32":7,"33":45,"34":37,"347":8,"35":42,"352":236,"36":90,"37":29,"38":181,"380":4,"381":46,"383":10,"39":95,"391":12,"396":2,"397":7,"40":96,"409":44,"41":26,"414":6,"415":32,"419":4,"42":14,"426":1,"43":42,"430":25,"433":3,"44":15,"45":17,"46":119,"48":31,"49":19,"5":467,"51":14,"52":11,"53":16,"56":8,"570":2,"6":451,"63":33,"7":337,"79":14,"8":131,"80":9,"9":419,"all_client":45282,"all_tv_clinet":8366,"insert_time":"2014-08-21T00:34:56.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37186,"10":15,"107":242,"11":222,"12":238,"13":169,"14":79,"15":89,"155":14,"156":9,"158":14,"159":24,"16":45,"160":16,"161":161,"167":7,"168":2,"17":155,"18":556,"19":358,"20":100,"209":18,"21":268,"210":2,"214":3,"215":85,"221":166,"223":192,"224":24,"225":165,"23":247,"24":612,"25":162,"257":39,"26":42,"268":7,"27":14,"273":60,"276":90,"279":7,"28":195,"281":19,"282":37,"291":7,"292":90,"30":7,"302":11,"306":3,"31":40,"317":6,"32":8,"33":45,"34":37,"347":5,"35":46,"352":238,"36":91,"37":31,"38":185,"380":4,"381":47,"383":11,"39":96,"391":11,"396":2,"397":6,"40":95,"409":48,"41":26,"414":6,"415":34,"419":4,"42":13,"426":1,"43":39,"430":26,"433":3,"44":17,"45":19,"46":123,"48":32,"49":21,"5":449,"51":15,"52":13,"53":16,"56":8,"570":2,"6":457,"63":33,"7":340,"79":14,"8":130,"80":8,"9":415,"all_client":45589,"all_tv_clinet":8403,"insert_time":"2014-08-21T00:35:56.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37414,"10":14,"107":243,"11":227,"12":235,"13":170,"14":85,"15":90,"155":15,"156":8,"158":13,"159":23,"16":45,"160":17,"161":163,"167":7,"168":2,"17":142,"18":565,"19":371,"20":100,"209":17,"21":261,"210":2,"214":3,"215":86,"221":172,"223":193,"224":21,"225":175,"23":241,"24":624,"25":165,"257":39,"26":42,"268":7,"27":17,"273":62,"276":88,"279":7,"28":196,"281":20,"282":37,"291":7,"292":82,"30":6,"302":11,"306":3,"31":41,"317":6,"32":10,"33":44,"34":33,"347":6,"35":50,"352":237,"36":86,"37":31,"38":181,"380":6,"381":45,"383":11,"39":94,"391":11,"396":2,"397":6,"40":94,"409":53,"41":32,"414":5,"415":34,"419":3,"42":13,"426":2,"43":40,"430":26,"433":3,"44":17,"45":19,"46":125,"48":33,"49":23,"5":439,"51":17,"52":14,"53":15,"56":8,"570":2,"6":461,"63":34,"7":350,"79":15,"8":126,"80":8,"9":413,"all_client":45857,"all_tv_clinet":8443,"insert_time":"2014-08-21T00:36:57.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37707,"10":13,"107":229,"11":225,"12":230,"13":184,"14":88,"15":89,"155":16,"156":9,"158":13,"159":23,"16":43,"160":17,"161":166,"167":6,"168":2,"17":135,"18":560,"19":377,"20":109,"209":16,"21":259,"210":2,"214":2,"215":87,"221":167,"223":194,"224":21,"225":172,"23":245,"24":632,"25":161,"257":42,"26":48,"268":8,"27":17,"273":65,"276":87,"279":6,"28":204,"281":19,"282":36,"291":8,"292":78,"30":6,"302":11,"306":3,"31":44,"317":6,"32":11,"33":45,"34":31,"347":7,"35":48,"352":239,"36":89,"37":33,"38":189,"380":6,"381":45,"383":15,"39":91,"391":12,"396":1,"397":6,"40":94,"409":56,"41":30,"414":4,"415":35,"419":3,"42":14,"426":2,"43":44,"430":25,"433":3,"44":21,"45":22,"46":131,"48":34,"49":20,"5":431,"51":17,"52":17,"53":15,"56":8,"570":2,"6":457,"63":32,"7":351,"79":15,"8":125,"80":8,"9":413,"all_client":46184,"all_tv_clinet":8477,"insert_time":"2014-08-21T00:37:57.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37996,"10":14,"107":231,"11":231,"12":234,"13":177,"14":87,"15":88,"155":16,"156":10,"158":15,"159":22,"16":48,"160":16,"161":173,"167":6,"168":2,"17":130,"18":555,"19":383,"20":108,"209":16,"21":253,"210":2,"214":2,"215":83,"221":172,"223":196,"224":20,"225":176,"23":242,"24":646,"25":166,"257":39,"26":52,"268":7,"27":18,"273":61,"276":86,"279":5,"28":206,"281":19,"282":35,"291":9,"292":73,"30":7,"302":11,"306":3,"31":42,"317":5,"32":10,"33":43,"34":30,"347":8,"35":46,"352":234,"36":89,"37":32,"38":191,"380":6,"381":47,"383":18,"39":90,"391":16,"396":1,"397":5,"40":99,"409":56,"41":31,"414":4,"415":32,"419":4,"42":15,"426":2,"43":41,"430":24,"433":3,"44":23,"45":21,"46":131,"48":34,"49":22,"5":429,"51":15,"52":16,"53":17,"56":8,"570":3,"6":460,"63":32,"7":358,"79":16,"8":129,"80":9,"9":406,"all_client":46500,"all_tv_clinet":8504,"insert_time":"2014-08-21T00:38:58.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38185,"10":14,"107":235,"11":235,"12":233,"13":180,"14":87,"15":88,"155":17,"156":9,"158":15,"159":23,"16":52,"160":17,"161":177,"167":8,"168":2,"17":136,"18":546,"19":375,"20":109,"209":17,"21":254,"210":2,"214":2,"215":82,"221":171,"223":197,"224":23,"225":169,"23":234,"24":649,"25":169,"257":42,"26":55,"268":6,"27":18,"273":62,"276":85,"279":5,"28":208,"281":20,"282":36,"291":8,"292":72,"30":8,"302":11,"306":3,"31":42,"317":5,"32":10,"33":42,"34":34,"347":9,"35":46,"352":245,"36":96,"37":30,"38":201,"380":6,"381":50,"383":21,"39":89,"391":16,"396":1,"397":5,"40":100,"409":53,"41":32,"414":5,"415":31,"419":4,"42":14,"426":2,"43":40,"430":21,"433":3,"44":23,"45":21,"46":135,"48":36,"49":20,"5":419,"51":17,"52":16,"53":19,"56":12,"570":3,"6":454,"63":29,"7":367,"79":16,"8":133,"80":9,"9":403,"all_client":46736,"all_tv_clinet":8551,"insert_time":"2014-08-21T00:39:58.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38437,"10":15,"107":239,"11":230,"12":228,"13":189,"14":89,"15":88,"155":17,"156":9,"158":15,"159":23,"16":49,"160":17,"161":179,"167":9,"168":2,"17":135,"18":545,"19":361,"20":112,"209":17,"21":262,"210":2,"214":2,"215":82,"221":170,"223":197,"224":25,"225":173,"23":237,"24":661,"25":174,"257":42,"26":56,"268":5,"27":18,"273":63,"276":82,"279":5,"28":212,"281":21,"282":35,"291":8,"292":78,"30":8,"302":11,"306":3,"31":33,"317":4,"32":11,"33":42,"34":34,"347":6,"35":42,"352":254,"36":93,"37":31,"38":201,"380":6,"381":51,"383":20,"39":87,"391":16,"396":1,"397":5,"40":102,"409":47,"41":32,"414":5,"415":32,"419":4,"42":14,"426":2,"43":37,"430":22,"433":3,"44":23,"45":20,"46":135,"48":35,"49":20,"5":413,"51":16,"52":19,"53":20,"56":13,"570":3,"6":430,"63":32,"7":371,"79":18,"8":133,"80":9,"9":411,"all_client":46995,"all_tv_clinet":8558,"insert_time":"2014-08-21T00:40:59.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38646,"10":17,"107":236,"11":237,"12":224,"13":191,"14":91,"15":92,"155":16,"156":9,"158":17,"159":23,"16":48,"160":16,"161":188,"167":11,"168":1,"17":133,"18":555,"19":342,"20":111,"209":14,"21":265,"210":2,"214":2,"215":80,"221":171,"223":195,"224":29,"225":165,"23":233,"24":657,"25":175,"257":41,"26":63,"268":5,"27":16,"273":68,"276":84,"279":5,"28":218,"281":23,"282":37,"291":8,"292":86,"30":8,"302":12,"306":3,"31":33,"317":5,"32":11,"33":41,"34":33,"347":6,"35":41,"352":266,"36":91,"37":33,"38":210,"380":6,"381":54,"383":17,"39":87,"391":15,"396":1,"397":4,"40":103,"409":45,"41":33,"414":6,"415":31,"419":4,"42":14,"426":2,"43":37,"430":22,"433":3,"44":23,"45":20,"46":133,"48":35,"49":19,"5":408,"51":16,"52":18,"53":20,"56":14,"570":3,"6":418,"63":30,"7":377,"79":18,"8":135,"80":9,"9":413,"all_client":47232,"all_tv_clinet":8586,"insert_time":"2014-08-21T00:41:59.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38832,"10":17,"107":230,"11":249,"12":226,"13":188,"14":95,"15":83,"155":18,"156":8,"158":18,"159":23,"16":50,"160":14,"161":182,"167":10,"168":1,"17":137,"18":559,"19":325,"20":109,"209":13,"21":269,"210":1,"214":2,"215":80,"221":164,"223":191,"224":30,"225":159,"23":231,"24":667,"25":177,"257":40,"26":64,"268":5,"27":14,"273":67,"276":85,"279":5,"28":228,"281":23,"282":35,"291":8,"292":92,"30":8,"302":10,"306":4,"31":31,"317":5,"32":12,"33":38,"34":35,"347":6,"35":38,"352":277,"36":90,"37":34,"38":218,"380":6,"381":53,"383":19,"39":89,"391":18,"396":1,"397":3,"40":102,"409":46,"41":32,"414":7,"415":34,"419":3,"42":14,"426":2,"43":36,"430":20,"433":4,"44":22,"45":19,"46":137,"48":36,"49":21,"5":413,"51":15,"52":21,"53":27,"56":12,"570":3,"6":405,"63":29,"7":391,"79":18,"8":143,"80":9,"9":414,"all_client":47454,"all_tv_clinet":8622,"insert_time":"2014-08-21T00:42:59.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39062,"10":16,"107":233,"11":258,"12":221,"13":187,"14":90,"15":84,"155":19,"156":7,"158":19,"159":23,"16":51,"160":14,"161":181,"167":10,"168":1,"17":141,"18":570,"19":317,"20":110,"209":12,"21":281,"210":1,"214":2,"215":78,"221":162,"223":203,"224":32,"225":156,"23":229,"24":676,"25":172,"257":41,"26":69,"268":3,"27":14,"273":59,"276":84,"279":4,"28":232,"281":23,"282":37,"291":9,"292":99,"30":5,"302":8,"306":4,"31":33,"317":5,"32":13,"33":39,"34":38,"347":6,"35":39,"352":276,"36":91,"37":33,"38":222,"380":6,"381":51,"383":19,"39":88,"391":18,"396":2,"397":5,"40":101,"409":44,"41":33,"414":8,"415":29,"419":3,"42":14,"426":1,"43":35,"430":18,"433":4,"44":21,"45":18,"46":134,"48":42,"49":19,"5":404,"51":16,"52":20,"53":31,"56":10,"570":3,"6":402,"63":28,"7":399,"79":17,"8":145,"80":9,"9":418,"all_client":47719,"all_tv_clinet":8657,"insert_time":"2014-08-21T00:44:00.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39320,"10":16,"107":228,"11":261,"12":207,"13":195,"14":94,"15":81,"155":18,"156":7,"158":20,"159":23,"16":54,"160":17,"161":179,"167":10,"168":1,"17":142,"18":566,"19":309,"20":110,"209":10,"21":283,"210":1,"214":2,"215":75,"221":164,"223":208,"224":35,"225":158,"23":224,"24":669,"25":171,"257":40,"26":72,"268":4,"27":14,"273":52,"276":83,"279":5,"28":236,"281":23,"282":39,"291":9,"292":110,"30":6,"302":8,"306":4,"31":32,"317":5,"32":14,"33":40,"34":40,"347":6,"35":43,"352":279,"36":90,"37":34,"38":220,"380":6,"381":49,"383":20,"39":88,"391":17,"396":2,"397":5,"40":98,"409":43,"41":40,"414":8,"415":28,"419":2,"42":16,"426":1,"43":35,"430":18,"433":4,"44":20,"45":14,"46":134,"48":40,"49":20,"5":411,"51":18,"52":20,"53":33,"56":8,"570":2,"6":395,"63":29,"7":401,"79":18,"8":144,"80":9,"9":411,"all_client":47973,"all_tv_clinet":8653,"insert_time":"2014-08-21T00:45:00.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39515,"10":16,"107":236,"11":267,"12":180,"13":207,"14":94,"15":83,"155":18,"156":5,"158":19,"159":24,"16":55,"160":17,"161":184,"167":10,"168":1,"17":138,"18":580,"19":309,"20":117,"209":10,"21":289,"210":1,"214":2,"215":76,"221":163,"223":209,"224":41,"225":165,"23":218,"24":661,"25":176,"257":37,"26":73,"268":4,"27":15,"273":50,"276":85,"279":4,"28":246,"281":22,"282":39,"291":9,"292":117,"30":7,"302":8,"306":4,"31":29,"317":5,"32":15,"33":41,"34":45,"347":6,"35":44,"352":278,"36":92,"37":34,"38":223,"380":6,"381":44,"383":21,"39":84,"391":15,"396":2,"397":6,"40":100,"409":45,"41":41,"414":9,"415":24,"419":1,"42":16,"426":1,"43":38,"430":18,"433":1,"44":21,"45":16,"46":127,"48":44,"49":21,"5":407,"51":17,"52":17,"53":30,"56":7,"570":2,"6":388,"63":29,"7":403,"79":20,"8":136,"80":9,"9":411,"all_client":48195,"all_tv_clinet":8680,"insert_time":"2014-08-21T00:46:01.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39740,"10":18,"107":240,"11":271,"12":160,"13":219,"14":99,"15":74,"155":20,"156":5,"158":19,"159":23,"16":56,"160":20,"161":190,"167":10,"168":1,"17":138,"18":578,"19":317,"20":114,"209":10,"21":281,"210":1,"214":2,"215":74,"221":163,"223":224,"224":43,"225":173,"23":220,"24":655,"25":179,"257":35,"26":75,"268":4,"27":13,"273":51,"276":85,"279":5,"28":258,"281":22,"282":36,"291":8,"292":121,"30":9,"302":7,"306":4,"31":30,"317":5,"32":16,"33":41,"34":49,"347":7,"35":47,"352":287,"36":87,"37":33,"38":233,"380":8,"381":47,"383":20,"39":81,"391":15,"396":1,"397":7,"40":101,"409":47,"41":41,"414":10,"415":24,"419":1,"42":14,"43":36,"430":18,"433":1,"44":23,"45":14,"46":121,"48":41,"49":23,"5":416,"51":17,"52":19,"53":25,"56":8,"570":1,"6":383,"63":29,"7":402,"79":23,"8":129,"80":8,"9":414,"all_client":48473,"all_tv_clinet":8733,"insert_time":"2014-08-21T00:47:01.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39947,"10":19,"107":239,"11":269,"12":155,"13":223,"14":99,"15":72,"155":20,"156":5,"158":16,"159":23,"16":58,"160":20,"161":192,"167":10,"168":1,"17":137,"18":574,"19":334,"20":113,"209":11,"21":283,"210":1,"211":1,"214":2,"215":76,"221":154,"223":234,"224":43,"225":177,"23":217,"24":636,"25":181,"257":39,"26":78,"268":4,"27":14,"273":47,"276":84,"279":6,"28":264,"281":22,"282":37,"291":9,"292":124,"30":9,"302":7,"306":4,"31":29,"317":5,"32":15,"33":41,"34":56,"347":7,"35":55,"352":294,"36":84,"37":29,"38":238,"380":8,"381":44,"383":23,"39":77,"391":17,"396":1,"397":8,"40":96,"409":48,"41":42,"414":8,"415":23,"419":1,"42":14,"43":35,"430":18,"433":1,"44":25,"45":16,"46":130,"48":43,"49":24,"5":416,"51":21,"52":20,"53":25,"56":8,"570":1,"6":378,"63":29,"7":394,"79":26,"8":126,"80":8,"9":424,"all_client":48721,"all_tv_clinet":8774,"insert_time":"2014-08-21T00:48:01.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40200,"10":17,"107":248,"11":268,"12":160,"13":233,"14":95,"15":73,"155":20,"156":6,"158":18,"159":22,"16":57,"160":19,"161":198,"167":11,"168":1,"17":138,"18":575,"19":342,"20":113,"209":14,"21":276,"210":1,"211":2,"214":2,"215":78,"221":156,"223":241,"224":43,"225":174,"23":218,"24":630,"25":168,"257":45,"26":85,"268":4,"27":14,"273":48,"276":84,"279":5,"28":270,"281":21,"282":38,"291":9,"292":130,"30":9,"302":6,"306":4,"31":28,"317":5,"32":14,"33":42,"34":55,"347":6,"35":57,"352":304,"36":84,"37":27,"38":235,"380":8,"381":49,"383":24,"39":73,"391":18,"396":1,"397":8,"40":86,"409":43,"41":47,"414":7,"415":26,"419":2,"42":14,"43":30,"430":17,"433":1,"44":25,"45":17,"46":128,"48":43,"49":27,"5":424,"51":23,"52":19,"53":27,"56":10,"570":1,"6":364,"63":28,"7":364,"79":26,"8":125,"80":8,"9":422,"all_client":48981,"all_tv_clinet":8781,"insert_time":"2014-08-21T00:49:02.286Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40425,"10":11,"107":248,"11":264,"12":153,"13":233,"14":87,"15":76,"155":20,"156":7,"158":18,"159":23,"16":57,"160":19,"161":205,"167":11,"168":1,"17":141,"18":582,"19":349,"20":110,"209":16,"21":288,"210":1,"211":2,"214":2,"215":80,"221":159,"223":248,"224":46,"225":175,"23":226,"24":622,"25":164,"257":48,"26":93,"268":4,"27":13,"273":50,"276":83,"279":5,"28":266,"281":23,"282":38,"291":10,"292":131,"30":12,"302":6,"306":4,"31":27,"317":3,"32":13,"33":43,"34":61,"347":6,"35":56,"352":300,"36":88,"37":27,"38":235,"380":7,"381":48,"383":25,"39":77,"391":18,"396":1,"397":8,"40":78,"409":44,"41":49,"414":7,"415":28,"419":4,"42":15,"43":30,"430":17,"44":26,"45":21,"46":135,"48":41,"49":29,"5":424,"51":23,"52":13,"53":27,"56":10,"570":1,"6":374,"63":27,"7":335,"79":27,"8":124,"80":9,"9":438,"all_client":49254,"all_tv_clinet":8829,"insert_time":"2014-08-21T00:50:02.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40670,"10":10,"107":251,"11":267,"12":152,"13":235,"14":82,"15":75,"155":21,"156":9,"158":15,"159":23,"16":60,"160":20,"161":205,"167":11,"168":1,"17":144,"18":581,"19":349,"20":109,"209":16,"21":293,"210":1,"211":1,"214":2,"215":78,"221":168,"223":253,"224":46,"225":172,"23":231,"24":629,"25":163,"257":44,"26":94,"268":4,"27":15,"273":52,"276":78,"279":7,"28":254,"281":23,"282":38,"291":9,"292":134,"30":11,"302":6,"306":4,"31":25,"317":3,"32":12,"33":43,"34":66,"347":6,"35":55,"352":298,"36":85,"37":24,"38":247,"380":6,"381":50,"383":24,"39":77,"391":21,"396":1,"397":7,"40":77,"409":47,"41":47,"414":7,"415":29,"419":4,"42":15,"43":31,"430":16,"44":27,"45":22,"46":140,"48":40,"49":30,"5":435,"51":22,"52":15,"53":24,"56":10,"570":1,"6":377,"63":26,"7":326,"79":25,"8":118,"80":9,"9":437,"all_client":49523,"all_tv_clinet":8853,"insert_time":"2014-08-21T00:51:03.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40853,"10":12,"107":251,"11":266,"12":152,"13":232,"14":80,"15":73,"155":22,"156":10,"158":14,"159":24,"16":62,"160":19,"161":211,"167":11,"168":1,"17":141,"18":586,"19":356,"20":109,"209":15,"21":300,"210":1,"211":1,"214":3,"215":80,"221":178,"223":246,"224":47,"225":176,"23":232,"24":639,"25":161,"257":48,"26":94,"268":4,"27":14,"273":51,"276":78,"279":7,"28":243,"281":23,"282":36,"291":9,"292":122,"30":11,"302":7,"306":4,"31":25,"314":1,"317":3,"32":13,"33":39,"34":68,"347":6,"35":56,"352":300,"36":90,"37":22,"38":254,"380":6,"381":49,"383":24,"39":76,"391":21,"396":1,"397":7,"40":76,"409":55,"41":46,"414":6,"415":30,"419":5,"42":14,"426":1,"43":31,"430":15,"44":28,"45":22,"46":150,"48":39,"49":31,"5":436,"51":22,"52":15,"53":24,"56":10,"570":1,"6":386,"63":26,"7":317,"79":24,"8":121,"80":10,"9":441,"all_client":49758,"all_tv_clinet":8905,"insert_time":"2014-08-21T00:52:03.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41086,"10":13,"107":258,"11":263,"12":155,"13":235,"14":83,"15":69,"155":22,"156":10,"158":13,"159":24,"16":66,"160":19,"161":210,"167":11,"168":2,"17":141,"18":573,"19":366,"20":104,"209":13,"21":303,"210":1,"211":1,"214":3,"215":79,"221":182,"223":260,"224":51,"225":181,"23":230,"24":633,"25":160,"257":45,"26":97,"268":2,"27":14,"273":54,"276":74,"279":6,"28":230,"281":24,"282":35,"291":11,"292":120,"30":10,"302":7,"306":4,"31":29,"314":1,"317":4,"32":13,"33":42,"34":73,"347":7,"35":52,"352":292,"36":90,"37":22,"38":260,"380":6,"381":48,"383":26,"39":74,"391":19,"396":1,"397":7,"40":72,"409":52,"41":46,"414":7,"415":27,"419":7,"42":15,"426":1,"43":32,"430":16,"433":1,"44":32,"45":22,"46":155,"48":35,"49":28,"5":439,"51":22,"52":14,"53":25,"56":11,"570":1,"6":385,"63":26,"7":309,"79":24,"8":123,"80":14,"9":447,"all_client":50007,"all_tv_clinet":8921,"insert_time":"2014-08-21T00:53:03.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41353,"10":12,"107":266,"11":269,"12":155,"13":239,"14":85,"15":70,"155":24,"156":10,"158":12,"159":27,"16":64,"160":18,"161":211,"167":12,"168":2,"17":140,"18":567,"19":373,"20":101,"209":14,"21":306,"210":1,"211":1,"214":3,"215":85,"221":184,"223":265,"224":54,"225":184,"23":229,"24":642,"25":157,"257":50,"26":100,"268":2,"27":17,"273":57,"276":73,"279":4,"28":224,"281":25,"282":27,"291":11,"292":115,"30":10,"302":7,"306":4,"31":27,"314":2,"317":4,"32":13,"33":44,"34":76,"347":7,"35":49,"352":291,"36":98,"37":24,"38":270,"380":6,"381":46,"383":27,"39":73,"391":19,"396":3,"397":8,"40":68,"409":44,"41":52,"414":7,"415":29,"419":7,"42":14,"426":1,"43":34,"430":14,"433":2,"44":34,"45":21,"46":157,"48":30,"49":25,"5":442,"51":23,"52":13,"53":25,"56":12,"6":376,"63":25,"7":314,"79":21,"8":117,"80":14,"9":450,"all_client":50319,"all_tv_clinet":8966,"insert_time":"2014-08-21T00:54:04.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41625,"10":12,"107":260,"11":272,"12":155,"13":240,"14":84,"15":74,"155":26,"156":10,"158":13,"159":28,"16":60,"160":18,"161":210,"167":12,"168":2,"17":134,"18":561,"19":386,"20":94,"209":15,"21":311,"210":1,"211":1,"214":4,"215":84,"221":181,"223":274,"224":56,"225":186,"23":230,"24":635,"25":158,"257":47,"26":99,"268":2,"27":19,"273":64,"276":69,"279":3,"28":224,"281":25,"282":25,"291":13,"292":124,"30":9,"302":7,"306":4,"31":26,"314":1,"317":4,"32":13,"33":47,"34":78,"347":7,"35":44,"352":296,"36":99,"37":23,"38":267,"380":5,"381":47,"383":27,"39":66,"391":19,"396":3,"397":7,"40":68,"409":38,"41":56,"414":6,"415":29,"419":7,"42":16,"43":40,"430":14,"433":3,"44":35,"45":22,"46":156,"48":23,"49":23,"5":461,"51":26,"52":15,"53":29,"56":13,"6":359,"63":24,"7":312,"79":20,"8":122,"80":14,"9":446,"all_client":50602,"all_tv_clinet":8977,"insert_time":"2014-08-21T00:55:04.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41893,"10":12,"107":257,"11":276,"12":156,"13":245,"14":79,"15":77,"155":26,"156":13,"158":15,"159":26,"16":63,"160":17,"161":208,"167":12,"168":2,"17":134,"18":548,"19":398,"20":90,"209":16,"21":313,"210":1,"211":1,"214":4,"215":84,"221":173,"223":290,"224":63,"225":187,"23":233,"24":620,"25":158,"257":48,"26":102,"268":2,"27":18,"273":69,"276":66,"279":5,"28":232,"281":24,"282":22,"291":12,"292":130,"30":10,"302":7,"306":5,"31":26,"314":2,"317":3,"32":12,"33":45,"34":77,"347":7,"35":47,"352":304,"36":102,"37":21,"38":273,"380":5,"381":49,"383":24,"39":59,"391":18,"396":3,"397":7,"40":63,"409":39,"41":61,"414":5,"415":31,"419":6,"42":19,"43":40,"430":14,"433":3,"44":34,"45":24,"46":162,"48":21,"49":22,"5":473,"51":27,"52":13,"53":32,"56":13,"6":347,"63":22,"7":305,"79":19,"8":125,"80":13,"9":436,"all_client":50895,"all_tv_clinet":9002,"insert_time":"2014-08-21T00:56:05.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42178,"10":14,"107":268,"11":272,"12":153,"13":247,"14":74,"15":80,"155":25,"156":16,"158":16,"159":21,"16":66,"160":17,"161":204,"167":14,"168":2,"17":133,"18":550,"19":418,"20":91,"209":20,"21":312,"210":1,"211":2,"214":4,"215":85,"221":172,"223":297,"224":68,"225":186,"23":242,"24":608,"25":158,"257":46,"26":101,"268":3,"27":20,"273":69,"276":64,"279":4,"28":235,"281":23,"282":21,"291":12,"292":136,"30":13,"302":6,"306":5,"31":24,"314":2,"317":2,"32":11,"33":45,"34":80,"347":8,"35":45,"352":321,"36":98,"37":23,"38":281,"380":5,"381":50,"383":19,"39":55,"391":19,"396":2,"397":7,"40":55,"409":39,"41":61,"414":5,"415":34,"419":5,"42":20,"43":39,"430":12,"433":3,"44":31,"45":23,"46":170,"48":19,"49":22,"5":473,"51":29,"52":16,"53":35,"56":12,"6":339,"63":22,"7":295,"79":19,"8":129,"80":11,"9":423,"all_client":51210,"all_tv_clinet":9032,"insert_time":"2014-08-21T00:57:05.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42456,"10":12,"107":275,"11":274,"12":154,"13":249,"14":74,"15":81,"155":25,"156":16,"158":13,"159":19,"16":66,"160":17,"161":203,"167":14,"168":2,"17":136,"18":549,"19":437,"20":90,"209":20,"21":329,"210":2,"211":2,"214":3,"215":84,"221":169,"223":302,"224":67,"225":187,"23":255,"24":584,"25":166,"257":47,"26":108,"268":3,"27":22,"273":59,"276":64,"279":4,"28":225,"281":23,"282":21,"291":12,"292":142,"30":13,"302":6,"306":4,"31":25,"314":4,"317":2,"32":10,"33":47,"34":85,"347":8,"35":46,"352":325,"36":100,"37":26,"38":281,"380":5,"381":53,"383":18,"39":52,"391":18,"396":3,"397":6,"40":49,"409":36,"41":56,"414":5,"415":36,"419":5,"42":22,"43":43,"430":12,"433":3,"44":32,"45":23,"46":171,"48":19,"49":22,"5":473,"51":29,"52":18,"53":36,"56":14,"6":335,"63":21,"7":293,"79":21,"8":130,"80":9,"9":405,"all_client":51517,"all_tv_clinet":9061,"insert_time":"2014-08-21T00:58:06.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42787,"10":13,"107":276,"11":273,"12":162,"13":258,"14":77,"15":86,"155":27,"156":15,"158":11,"159":18,"16":60,"160":18,"161":200,"167":16,"168":3,"17":139,"18":545,"19":442,"20":90,"209":22,"21":330,"210":2,"211":2,"214":4,"215":89,"221":172,"223":321,"224":69,"225":181,"23":258,"24":585,"25":164,"257":47,"26":110,"268":4,"27":22,"273":53,"276":59,"279":4,"28":220,"281":23,"282":20,"291":12,"292":148,"30":13,"302":6,"306":3,"31":24,"314":4,"317":2,"32":11,"33":45,"34":89,"347":8,"35":44,"352":321,"36":97,"37":28,"38":280,"380":4,"381":51,"383":16,"389":1,"39":47,"391":19,"396":3,"397":6,"40":44,"409":36,"41":47,"414":5,"415":36,"419":6,"42":23,"43":43,"430":12,"433":3,"44":32,"45":25,"46":171,"48":17,"49":19,"5":470,"51":29,"52":21,"53":38,"56":16,"6":323,"63":22,"7":292,"79":26,"8":130,"80":7,"9":381,"all_client":51833,"all_tv_clinet":9046,"insert_time":"2014-08-21T00:59:06.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43087,"10":14,"107":287,"11":266,"12":164,"13":267,"14":76,"15":79,"155":28,"156":15,"158":10,"159":17,"16":62,"160":18,"161":195,"167":15,"168":3,"17":144,"18":543,"19":455,"20":91,"209":22,"21":336,"210":3,"211":2,"214":4,"215":90,"221":169,"223":339,"224":68,"225":190,"23":251,"24":572,"25":169,"257":45,"26":109,"268":3,"27":23,"273":51,"276":55,"279":5,"28":219,"281":23,"282":19,"291":13,"292":151,"30":12,"302":7,"306":3,"31":27,"314":3,"317":2,"32":12,"33":45,"34":86,"347":10,"35":46,"352":310,"36":95,"37":32,"38":278,"380":4,"381":48,"383":18,"389":1,"39":41,"391":21,"396":3,"397":5,"40":41,"409":38,"41":47,"414":5,"415":37,"419":6,"42":23,"43":43,"430":12,"433":3,"44":33,"45":27,"46":174,"48":17,"49":22,"5":472,"51":27,"52":19,"53":41,"56":16,"570":1,"6":310,"63":23,"7":284,"79":28,"8":141,"80":8,"9":367,"all_client":52141,"all_tv_clinet":9054,"insert_time":"2014-08-21T01:00:06.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43321,"10":17,"107":283,"11":277,"12":160,"13":274,"14":75,"15":82,"155":27,"156":18,"158":10,"159":16,"16":66,"160":18,"161":187,"167":17,"168":4,"17":147,"18":546,"19":466,"20":88,"209":19,"21":329,"210":5,"211":2,"214":4,"215":93,"221":169,"223":351,"224":66,"225":189,"23":253,"24":581,"25":181,"257":48,"26":113,"268":4,"27":22,"273":44,"276":56,"279":5,"28":214,"281":23,"282":19,"291":13,"292":161,"30":12,"302":7,"306":2,"31":27,"314":2,"317":2,"32":13,"33":43,"34":85,"347":11,"35":48,"352":317,"36":98,"37":37,"38":279,"380":4,"381":49,"383":16,"389":1,"39":39,"391":20,"396":2,"397":5,"40":41,"409":40,"41":48,"414":5,"415":37,"419":6,"42":22,"43":39,"430":12,"433":3,"44":32,"45":27,"46":170,"48":14,"49":19,"5":468,"51":26,"52":22,"53":39,"56":15,"570":1,"6":296,"63":22,"7":277,"79":27,"8":144,"80":8,"9":353,"all_client":52395,"all_tv_clinet":9074,"insert_time":"2014-08-21T01:01:07.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43534,"10":15,"107":288,"11":286,"12":156,"13":268,"14":73,"15":81,"155":27,"156":19,"158":12,"159":16,"16":65,"160":18,"161":184,"167":17,"168":4,"17":152,"18":557,"19":475,"20":88,"209":18,"21":324,"210":8,"211":2,"214":5,"215":97,"221":161,"223":366,"224":66,"225":190,"23":237,"24":603,"25":190,"257":47,"26":114,"268":4,"27":22,"273":45,"276":50,"279":4,"28":215,"281":23,"282":13,"291":13,"292":162,"30":10,"302":8,"306":2,"31":26,"314":2,"317":4,"32":11,"33":46,"34":89,"347":10,"35":48,"352":338,"36":98,"37":35,"38":294,"380":4,"381":47,"383":16,"389":1,"39":41,"391":21,"396":3,"397":5,"40":33,"409":40,"41":50,"414":5,"415":37,"419":5,"42":23,"43":41,"430":11,"433":3,"44":32,"45":27,"46":182,"48":17,"49":17,"5":467,"51":23,"52":21,"53":37,"56":15,"570":1,"6":286,"63":20,"7":280,"79":26,"8":148,"80":6,"9":330,"all_client":52656,"all_tv_clinet":9122,"insert_time":"2014-08-21T01:02:07.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43829,"10":14,"107":280,"11":291,"12":159,"13":273,"14":66,"15":84,"155":26,"156":20,"158":12,"159":16,"16":64,"160":20,"161":186,"167":18,"168":4,"17":150,"18":576,"19":482,"20":84,"209":19,"21":322,"210":8,"211":2,"214":6,"215":99,"221":163,"223":377,"224":63,"225":188,"23":220,"24":600,"25":196,"257":49,"26":115,"268":4,"27":20,"273":46,"276":49,"279":3,"28":210,"281":23,"282":11,"291":13,"292":153,"30":9,"302":7,"306":2,"31":25,"314":2,"317":5,"32":11,"33":46,"34":90,"347":12,"35":47,"352":365,"36":99,"37":36,"38":300,"380":4,"381":46,"383":16,"389":1,"39":43,"391":20,"396":3,"397":5,"40":31,"409":40,"41":50,"414":4,"415":33,"419":5,"42":23,"43":41,"430":9,"433":3,"44":30,"45":28,"46":183,"48":17,"49":14,"5":477,"51":24,"52":21,"53":37,"56":15,"570":1,"6":288,"63":20,"7":284,"79":26,"8":158,"80":7,"9":308,"all_client":52984,"all_tv_clinet":9155,"insert_time":"2014-08-21T01:03:08.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44091,"10":13,"107":287,"11":281,"12":165,"13":278,"14":61,"15":87,"155":25,"156":20,"158":13,"159":15,"16":66,"160":19,"161":185,"167":17,"168":4,"17":160,"18":593,"19":479,"20":83,"209":19,"21":316,"210":8,"211":1,"214":7,"215":102,"221":161,"223":393,"224":59,"225":187,"23":216,"24":614,"25":201,"257":48,"26":113,"268":3,"27":18,"273":50,"276":48,"279":4,"28":209,"281":23,"282":10,"291":12,"292":137,"30":8,"302":6,"306":1,"31":26,"314":2,"317":6,"32":11,"33":48,"34":93,"347":14,"35":49,"352":368,"36":95,"37":36,"38":302,"380":5,"381":43,"383":18,"389":1,"39":48,"391":20,"396":3,"397":5,"40":30,"409":47,"41":50,"414":4,"415":32,"419":5,"42":23,"43":42,"430":9,"433":3,"44":27,"45":28,"46":189,"48":18,"49":16,"5":485,"51":22,"52":20,"53":38,"56":13,"570":1,"6":280,"63":22,"7":287,"79":29,"8":161,"80":7,"9":295,"all_client":53292,"all_tv_clinet":9201,"insert_time":"2014-08-21T01:04:08.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44336,"10":11,"107":288,"11":280,"12":172,"13":284,"14":57,"15":98,"155":24,"156":24,"158":17,"159":13,"16":67,"160":18,"161":191,"167":17,"168":3,"17":165,"18":605,"19":486,"20":81,"209":16,"21":307,"210":9,"211":1,"214":7,"215":103,"221":164,"223":398,"224":65,"225":192,"23":212,"24":611,"25":201,"257":48,"26":109,"268":3,"27":18,"273":54,"276":48,"279":5,"28":214,"281":22,"282":11,"291":11,"292":119,"30":8,"302":6,"306":1,"31":24,"314":2,"317":7,"32":10,"33":50,"34":98,"347":15,"35":45,"352":375,"36":90,"37":36,"38":302,"380":6,"381":43,"383":18,"389":1,"39":46,"391":19,"396":2,"397":5,"40":28,"409":52,"41":49,"414":3,"415":33,"419":5,"42":26,"43":42,"430":9,"433":3,"44":25,"45":29,"46":191,"48":20,"49":18,"5":488,"51":23,"52":19,"53":41,"56":13,"570":2,"6":274,"63":22,"7":282,"79":29,"8":163,"80":8,"9":276,"all_client":53567,"all_tv_clinet":9231,"insert_time":"2014-08-21T01:05:09.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44602,"10":10,"107":287,"11":292,"12":172,"13":284,"14":61,"15":98,"155":24,"156":23,"158":17,"159":14,"16":68,"160":17,"161":194,"167":15,"168":3,"17":168,"18":619,"19":477,"20":72,"209":18,"21":311,"210":11,"214":6,"215":108,"221":169,"223":398,"224":64,"225":199,"23":213,"24":623,"25":212,"257":51,"26":101,"268":3,"27":18,"273":56,"276":48,"279":5,"28":220,"281":22,"282":11,"291":11,"292":119,"30":8,"302":4,"306":1,"31":26,"314":3,"317":6,"32":10,"33":52,"34":98,"347":16,"35":45,"352":387,"36":88,"37":35,"38":296,"380":6,"381":42,"383":18,"389":1,"39":41,"391":17,"396":1,"397":5,"40":30,"409":52,"41":50,"414":3,"415":34,"419":4,"42":25,"43":48,"430":9,"433":3,"44":21,"45":31,"46":199,"48":23,"49":17,"5":483,"51":21,"52":20,"53":40,"56":13,"570":4,"6":264,"63":22,"7":284,"79":32,"8":165,"80":11,"9":262,"all_client":53890,"all_tv_clinet":9288,"insert_time":"2014-08-21T01:06:09.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44954,"10":10,"107":282,"11":295,"12":170,"13":282,"14":60,"15":101,"155":24,"156":23,"158":16,"159":12,"16":68,"160":17,"161":195,"167":14,"168":3,"17":172,"18":621,"19":480,"20":70,"209":20,"21":312,"210":14,"214":7,"215":108,"221":167,"223":387,"224":64,"225":202,"23":207,"24":616,"25":209,"257":52,"26":90,"268":4,"27":18,"273":59,"276":44,"279":5,"28":232,"281":22,"282":12,"291":11,"292":120,"30":10,"302":4,"306":1,"31":26,"314":3,"317":6,"32":8,"33":52,"34":94,"347":18,"35":43,"352":395,"36":93,"37":41,"38":290,"380":6,"381":44,"383":20,"389":1,"39":37,"391":18,"396":1,"397":5,"40":30,"409":47,"41":50,"414":3,"415":34,"419":3,"42":25,"43":45,"430":8,"433":3,"44":18,"45":33,"46":202,"48":25,"49":16,"5":487,"51":20,"52":16,"53":39,"56":13,"570":4,"6":263,"63":24,"7":285,"79":36,"8":170,"80":12,"9":242,"all_client":54220,"all_tv_clinet":9266,"insert_time":"2014-08-21T01:07:10.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45150,"10":11,"107":287,"11":285,"12":167,"13":298,"14":64,"15":104,"155":23,"156":22,"158":20,"159":12,"16":70,"160":18,"161":196,"167":16,"168":3,"17":176,"18":624,"19":484,"20":69,"209":21,"21":310,"210":14,"214":7,"215":113,"221":162,"223":381,"224":61,"225":203,"23":204,"24":628,"25":211,"257":54,"26":85,"268":4,"27":18,"273":60,"276":42,"279":4,"28":244,"281":24,"282":14,"291":11,"292":128,"30":11,"302":4,"306":1,"31":25,"314":3,"317":6,"32":7,"33":53,"34":93,"347":20,"35":42,"352":396,"36":95,"37":42,"38":295,"380":6,"381":44,"383":22,"389":1,"39":36,"391":17,"396":1,"397":4,"40":33,"409":43,"41":51,"414":3,"415":32,"419":3,"42":22,"43":45,"430":8,"433":4,"44":16,"45":33,"46":206,"48":28,"49":17,"5":488,"51":19,"52":16,"53":40,"56":11,"570":5,"6":247,"63":26,"7":300,"79":36,"8":170,"80":12,"9":227,"all_client":54467,"all_tv_clinet":9317,"insert_time":"2014-08-21T01:08:10.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45372,"10":9,"107":292,"11":267,"12":159,"13":293,"14":69,"15":105,"155":25,"156":24,"158":23,"159":12,"16":71,"160":15,"161":193,"167":15,"168":3,"17":181,"18":632,"19":485,"20":74,"209":21,"21":310,"210":15,"211":1,"214":7,"215":118,"221":162,"223":388,"224":57,"225":210,"23":205,"24":633,"25":208,"257":57,"26":79,"268":6,"27":17,"273":61,"276":43,"279":3,"28":253,"281":24,"282":15,"291":11,"292":125,"30":11,"302":3,"306":1,"31":25,"314":4,"317":6,"32":6,"33":50,"34":94,"347":22,"35":44,"352":402,"36":96,"37":45,"38":305,"380":6,"381":43,"383":22,"389":1,"39":36,"391":14,"396":1,"397":5,"40":32,"409":44,"41":51,"414":3,"415":30,"419":3,"42":21,"43":43,"430":8,"433":4,"44":15,"45":34,"46":202,"48":32,"49":17,"5":491,"51":22,"52":19,"53":42,"56":11,"570":4,"6":247,"63":25,"7":298,"79":36,"8":168,"80":11,"9":220,"all_client":54723,"all_tv_clinet":9351,"insert_time":"2014-08-21T01:09:10.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45571,"10":10,"107":293,"11":262,"12":153,"13":286,"14":73,"15":101,"155":26,"156":24,"158":23,"159":13,"16":73,"160":15,"161":193,"167":16,"168":3,"17":183,"18":639,"19":491,"20":69,"209":21,"21":307,"210":16,"211":4,"214":7,"215":119,"221":159,"223":406,"224":52,"225":207,"23":207,"24":643,"25":217,"257":55,"26":74,"268":7,"27":18,"273":62,"276":45,"279":4,"28":254,"281":24,"282":17,"291":11,"292":123,"30":12,"302":3,"306":1,"31":26,"314":4,"317":5,"32":9,"33":48,"34":95,"347":22,"35":41,"352":400,"36":90,"37":48,"38":322,"380":6,"381":43,"383":20,"389":1,"39":37,"391":14,"396":1,"397":5,"40":32,"409":43,"41":51,"414":3,"415":31,"419":4,"42":21,"43":43,"430":8,"433":4,"44":16,"45":33,"46":204,"48":33,"49":16,"5":492,"51":22,"52":21,"53":43,"56":10,"570":4,"6":244,"63":25,"7":296,"79":35,"8":170,"80":10,"9":211,"all_client":54954,"all_tv_clinet":9383,"insert_time":"2014-08-21T01:10:11.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45854,"10":8,"107":298,"11":262,"12":135,"13":274,"14":75,"15":101,"155":28,"156":24,"158":26,"159":14,"16":80,"160":16,"161":185,"167":17,"168":2,"17":190,"18":645,"19":489,"20":70,"209":22,"21":307,"210":17,"211":4,"214":7,"215":122,"221":155,"223":407,"224":48,"225":213,"23":198,"24":643,"25":221,"257":55,"26":70,"268":7,"27":18,"273":63,"276":43,"279":3,"28":259,"281":26,"282":17,"291":11,"292":126,"30":11,"302":3,"306":1,"31":28,"314":4,"317":5,"32":8,"33":47,"34":92,"347":25,"35":42,"352":407,"36":90,"37":49,"38":329,"380":6,"381":45,"383":19,"39":37,"391":13,"396":1,"397":7,"40":30,"409":40,"41":49,"414":4,"415":32,"419":3,"42":23,"43":43,"430":7,"433":4,"44":15,"45":32,"46":203,"48":33,"49":15,"5":498,"51":22,"52":25,"53":40,"56":10,"570":4,"6":243,"63":25,"7":288,"79":34,"8":170,"80":10,"9":204,"all_client":55230,"all_tv_clinet":9376,"insert_time":"2014-08-21T01:11:11.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46101,"10":8,"107":300,"11":259,"12":128,"13":276,"14":72,"15":102,"155":28,"156":24,"158":28,"159":14,"16":81,"160":16,"161":174,"167":18,"168":2,"17":189,"18":655,"19":483,"20":72,"209":23,"21":303,"210":16,"211":4,"214":7,"215":117,"221":158,"223":409,"224":45,"225":217,"23":204,"24":658,"25":228,"257":56,"26":68,"268":6,"27":18,"273":61,"276":40,"279":4,"28":263,"281":27,"282":19,"291":11,"292":128,"30":10,"302":3,"306":1,"31":27,"314":4,"317":5,"32":9,"33":49,"34":91,"347":22,"35":45,"352":405,"36":87,"37":50,"38":333,"380":6,"381":44,"383":17,"39":37,"391":12,"396":1,"397":8,"40":29,"409":41,"41":51,"414":3,"415":34,"419":3,"42":21,"43":40,"430":6,"433":4,"44":13,"45":34,"46":208,"48":35,"49":16,"5":502,"51":24,"52":27,"53":43,"56":7,"570":4,"6":246,"63":26,"7":287,"79":33,"8":168,"80":11,"9":201,"all_client":55503,"all_tv_clinet":9402,"insert_time":"2014-08-21T01:12:12.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46413,"10":9,"107":301,"11":258,"12":119,"13":258,"14":71,"15":98,"155":28,"156":22,"158":28,"159":14,"16":85,"160":16,"161":163,"167":18,"168":2,"17":180,"18":664,"19":486,"20":75,"209":23,"21":313,"210":20,"211":2,"214":8,"215":111,"221":165,"223":419,"224":43,"225":219,"23":193,"24":662,"25":224,"257":57,"26":69,"268":5,"27":17,"273":60,"276":36,"279":3,"28":266,"281":28,"282":23,"291":11,"292":128,"30":8,"302":3,"306":1,"31":27,"314":4,"317":5,"32":9,"33":49,"34":87,"347":21,"35":42,"352":418,"36":87,"37":54,"38":331,"380":5,"381":41,"383":16,"39":34,"391":12,"396":1,"397":8,"40":26,"409":43,"41":52,"414":3,"415":33,"419":3,"42":20,"43":42,"430":6,"433":4,"44":14,"45":36,"46":207,"48":38,"49":15,"5":502,"51":26,"52":32,"53":46,"56":7,"570":5,"6":244,"63":24,"7":292,"79":33,"8":165,"80":11,"9":197,"all_client":55802,"all_tv_clinet":9389,"insert_time":"2014-08-21T01:13:12.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46629,"10":10,"107":307,"11":264,"12":110,"13":241,"14":72,"15":108,"155":27,"156":23,"158":28,"159":16,"16":82,"160":16,"161":168,"167":19,"168":2,"17":168,"18":666,"19":482,"20":69,"209":20,"21":315,"210":20,"211":2,"214":8,"215":103,"221":166,"223":428,"224":41,"225":225,"23":201,"24":665,"25":228,"257":53,"26":64,"268":5,"27":17,"273":53,"276":36,"279":3,"28":275,"281":28,"282":28,"291":11,"292":133,"30":8,"302":3,"306":1,"31":29,"314":4,"317":4,"32":10,"33":51,"34":84,"347":23,"35":44,"352":409,"36":85,"37":55,"38":335,"380":5,"381":40,"383":15,"39":35,"391":15,"397":6,"40":26,"409":46,"41":56,"414":2,"415":31,"419":3,"42":22,"43":43,"430":5,"433":3,"44":13,"45":35,"46":211,"48":42,"49":16,"5":502,"51":28,"52":35,"53":48,"56":7,"570":5,"6":244,"63":25,"7":302,"79":33,"8":163,"80":12,"9":200,"all_client":56054,"all_tv_clinet":9425,"insert_time":"2014-08-21T01:14:13.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46832,"10":12,"107":306,"11":279,"12":102,"13":246,"14":76,"15":110,"155":28,"156":23,"158":30,"159":16,"16":86,"160":16,"161":175,"167":19,"168":2,"17":154,"18":673,"19":467,"20":68,"209":17,"21":313,"210":21,"211":2,"214":8,"215":101,"221":166,"223":428,"224":44,"225":230,"23":195,"24":681,"25":226,"257":53,"26":61,"268":5,"27":17,"273":51,"276":34,"279":5,"28":278,"281":26,"282":33,"291":11,"292":135,"30":8,"302":3,"306":1,"31":30,"314":4,"317":4,"32":10,"33":49,"34":86,"347":24,"35":47,"352":405,"36":83,"37":55,"38":343,"380":5,"381":38,"383":18,"39":37,"391":16,"397":6,"40":25,"409":50,"41":61,"414":2,"415":30,"419":3,"42":25,"43":43,"430":5,"431":1,"433":3,"44":11,"45":35,"46":211,"48":43,"49":12,"5":503,"51":26,"52":35,"53":49,"56":7,"570":5,"6":240,"63":25,"7":296,"79":32,"8":166,"80":12,"9":194,"all_client":56283,"all_tv_clinet":9451,"insert_time":"2014-08-21T01:15:13.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47065,"10":12,"107":301,"11":282,"12":99,"13":247,"14":76,"15":110,"155":28,"156":25,"158":31,"159":16,"16":88,"160":16,"161":184,"167":20,"168":2,"17":145,"18":684,"19":436,"20":63,"209":17,"21":306,"210":21,"211":2,"214":7,"215":99,"221":173,"223":426,"224":42,"225":233,"23":204,"24":692,"25":227,"257":53,"26":60,"268":6,"27":16,"273":46,"276":33,"279":6,"28":290,"281":23,"282":38,"291":11,"292":141,"30":9,"302":3,"306":1,"31":26,"314":5,"317":4,"32":7,"33":49,"34":89,"347":25,"35":48,"352":404,"36":76,"37":51,"38":346,"380":5,"381":39,"383":19,"39":37,"391":17,"397":6,"40":26,"409":53,"41":61,"414":2,"415":30,"419":4,"42":24,"43":43,"430":4,"431":1,"433":3,"44":8,"45":31,"46":216,"48":46,"49":11,"5":504,"51":24,"52":39,"53":51,"56":6,"570":7,"6":241,"63":24,"7":293,"79":29,"8":165,"80":16,"9":189,"all_client":56519,"all_tv_clinet":9454,"insert_time":"2014-08-21T01:16:14.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47266,"10":12,"107":301,"11":291,"12":97,"13":254,"14":75,"15":107,"155":28,"156":23,"158":33,"159":14,"16":91,"160":17,"161":187,"167":18,"168":3,"17":143,"18":692,"19":404,"20":65,"209":15,"21":305,"210":22,"211":2,"214":7,"215":99,"221":170,"223":433,"224":44,"225":242,"23":208,"24":717,"25":229,"257":51,"26":57,"268":5,"27":16,"273":48,"276":32,"279":6,"28":299,"281":23,"282":41,"291":11,"292":148,"30":9,"302":2,"306":1,"31":25,"314":5,"317":4,"32":8,"33":44,"34":87,"347":23,"35":49,"352":410,"36":73,"37":50,"38":338,"380":5,"381":39,"383":16,"39":34,"391":18,"397":8,"40":27,"409":55,"41":65,"414":4,"415":31,"419":5,"42":21,"43":47,"430":4,"431":1,"433":3,"44":8,"45":31,"46":218,"48":46,"49":11,"5":491,"51":27,"52":38,"53":53,"56":7,"570":6,"6":237,"63":24,"7":291,"79":27,"8":167,"80":19,"9":188,"all_client":56751,"all_tv_clinet":9485,"insert_time":"2014-08-21T01:17:14.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47433,"10":13,"107":294,"11":286,"12":95,"13":257,"14":75,"15":107,"155":28,"156":22,"158":33,"159":13,"16":94,"160":16,"161":195,"167":18,"168":3,"17":144,"18":690,"19":393,"20":65,"209":16,"21":307,"210":22,"211":1,"214":8,"215":96,"221":177,"223":440,"224":51,"225":247,"23":224,"24":733,"25":232,"257":50,"26":56,"268":5,"27":15,"273":54,"276":31,"279":4,"28":305,"281":24,"282":48,"291":12,"292":136,"30":10,"302":2,"31":23,"314":5,"317":4,"32":7,"33":45,"34":89,"347":22,"35":48,"352":408,"36":77,"37":49,"38":335,"380":7,"381":35,"383":17,"39":33,"391":18,"397":8,"40":27,"409":60,"41":68,"414":4,"415":37,"419":5,"42":24,"43":47,"430":4,"431":1,"433":3,"44":7,"45":27,"46":222,"48":52,"49":9,"5":479,"51":28,"52":42,"53":50,"56":6,"570":5,"6":232,"63":25,"7":296,"79":24,"8":164,"80":17,"9":180,"all_client":56955,"all_tv_clinet":9522,"insert_time":"2014-08-21T01:18:15.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47629,"10":13,"107":304,"11":290,"12":92,"13":258,"14":74,"15":108,"155":30,"156":21,"158":34,"159":12,"16":96,"160":16,"161":209,"167":19,"168":3,"17":141,"18":685,"19":375,"20":62,"209":16,"21":311,"210":21,"211":1,"214":9,"215":90,"221":165,"223":449,"224":56,"225":248,"23":229,"24":755,"25":238,"257":48,"26":52,"268":5,"27":14,"273":57,"276":29,"279":3,"28":318,"281":24,"282":52,"291":11,"292":119,"30":11,"302":1,"306":1,"31":23,"314":4,"317":4,"32":7,"33":47,"34":80,"347":21,"35":49,"352":405,"36":74,"37":48,"38":339,"380":9,"381":33,"383":19,"39":35,"391":18,"397":8,"40":27,"409":65,"41":73,"414":5,"415":35,"419":5,"42":29,"43":47,"430":4,"431":1,"433":3,"44":7,"45":26,"46":224,"48":54,"49":11,"5":478,"51":30,"52":45,"53":48,"56":5,"570":6,"6":224,"63":25,"7":299,"79":24,"8":166,"80":15,"9":177,"all_client":57185,"all_tv_clinet":9556,"insert_time":"2014-08-21T01:19:15.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47838,"10":12,"107":295,"11":287,"12":89,"13":271,"14":73,"15":104,"155":31,"156":20,"158":35,"159":12,"16":97,"160":14,"161":222,"167":21,"168":3,"17":138,"18":684,"19":374,"20":63,"209":18,"21":323,"210":20,"211":1,"214":9,"215":90,"221":162,"223":453,"224":56,"225":260,"23":226,"24":781,"25":240,"257":49,"26":56,"268":5,"27":14,"273":60,"276":29,"279":4,"28":330,"281":23,"282":54,"291":11,"292":107,"30":11,"302":1,"306":1,"31":23,"314":4,"317":5,"32":5,"33":45,"34":71,"347":23,"35":48,"352":401,"36":76,"37":52,"38":336,"380":9,"381":33,"383":21,"39":34,"391":18,"397":8,"40":29,"409":62,"41":76,"414":3,"415":38,"419":4,"42":30,"43":48,"430":4,"431":1,"433":2,"44":7,"45":21,"46":217,"48":54,"49":11,"5":458,"51":34,"52":46,"53":52,"56":6,"570":6,"6":216,"63":24,"7":311,"79":20,"8":171,"80":17,"9":172,"all_client":57429,"all_tv_clinet":9591,"insert_time":"2014-08-21T01:20:16.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48031,"10":11,"107":304,"11":298,"12":84,"13":277,"14":75,"15":106,"155":32,"156":19,"158":35,"159":12,"16":94,"160":15,"161":225,"167":22,"168":2,"17":135,"18":699,"19":374,"20":64,"209":19,"21":323,"210":22,"211":1,"214":11,"215":82,"221":166,"223":461,"224":51,"225":272,"23":230,"24":792,"25":242,"257":46,"26":56,"268":4,"27":13,"273":62,"276":28,"279":4,"28":350,"281":23,"282":54,"291":10,"292":105,"30":10,"302":1,"306":1,"31":22,"314":1,"317":5,"32":5,"33":42,"34":59,"347":23,"35":49,"352":400,"36":78,"37":53,"38":328,"380":11,"381":32,"383":24,"389":1,"39":32,"391":18,"397":9,"40":30,"409":57,"41":79,"414":3,"415":32,"419":4,"42":37,"43":53,"430":6,"431":1,"433":3,"44":9,"45":21,"46":212,"48":58,"49":12,"5":442,"51":36,"52":45,"53":53,"56":8,"570":6,"6":213,"63":27,"7":316,"79":16,"8":179,"80":17,"9":170,"all_client":57690,"all_tv_clinet":9659,"insert_time":"2014-08-21T01:21:16.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48204,"10":12,"107":304,"11":293,"12":82,"13":282,"14":78,"15":100,"155":33,"156":18,"158":35,"159":12,"16":95,"160":16,"161":224,"167":22,"168":1,"17":135,"18":702,"19":385,"20":63,"209":19,"21":326,"210":20,"211":1,"214":11,"215":83,"221":168,"223":471,"224":51,"225":287,"23":235,"24":784,"25":241,"257":49,"26":59,"268":4,"27":13,"273":60,"276":29,"279":4,"28":365,"281":23,"282":53,"291":10,"292":109,"30":7,"302":1,"306":1,"31":22,"314":1,"317":4,"32":5,"33":42,"34":52,"347":22,"35":49,"352":401,"36":84,"37":55,"38":326,"380":11,"381":34,"383":20,"389":1,"39":31,"391":18,"397":9,"40":29,"409":52,"41":78,"414":2,"415":32,"419":2,"42":40,"43":53,"430":6,"431":1,"433":3,"44":9,"45":17,"46":205,"48":54,"49":11,"5":434,"51":38,"52":48,"53":54,"56":8,"570":6,"6":217,"63":30,"7":320,"79":16,"8":179,"80":15,"9":168,"all_client":57894,"all_tv_clinet":9690,"insert_time":"2014-08-21T01:22:17.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48436,"10":13,"107":311,"11":293,"12":85,"13":293,"14":84,"15":95,"155":33,"156":17,"158":36,"159":10,"16":98,"160":17,"161":235,"167":22,"17":132,"18":698,"19":396,"20":68,"209":19,"21":325,"210":20,"211":2,"214":11,"215":79,"221":169,"223":478,"224":52,"225":299,"23":238,"24":765,"25":241,"257":50,"26":64,"268":4,"27":12,"273":62,"276":29,"279":5,"28":376,"281":23,"282":54,"291":10,"292":109,"30":8,"302":1,"306":1,"31":21,"314":1,"317":3,"32":6,"33":34,"34":42,"347":22,"35":51,"352":405,"36":90,"37":54,"38":322,"380":11,"381":35,"383":20,"389":1,"39":33,"391":19,"397":9,"40":28,"409":49,"41":75,"414":2,"415":33,"419":1,"42":43,"43":50,"430":6,"431":1,"433":3,"44":9,"45":19,"46":198,"48":61,"49":12,"5":430,"51":38,"52":49,"53":55,"56":8,"570":6,"6":217,"63":30,"7":328,"79":15,"8":176,"80":14,"9":158,"all_client":58171,"all_tv_clinet":9735,"insert_time":"2014-08-21T01:23:17.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48648,"10":14,"107":314,"11":293,"12":90,"13":293,"14":86,"15":90,"155":32,"156":18,"158":36,"159":11,"16":102,"160":14,"161":242,"167":21,"17":133,"18":694,"19":413,"20":68,"209":16,"21":334,"210":20,"211":2,"214":11,"215":79,"221":171,"223":485,"224":51,"225":290,"23":236,"24":745,"25":242,"257":55,"26":63,"268":4,"27":12,"273":66,"276":29,"279":6,"28":385,"281":21,"282":55,"291":11,"292":120,"30":7,"302":1,"306":1,"31":22,"314":2,"317":3,"32":6,"33":32,"34":41,"347":22,"35":50,"352":406,"36":94,"37":54,"38":317,"380":11,"381":35,"383":20,"389":1,"39":36,"391":18,"397":9,"40":27,"409":42,"41":74,"414":2,"415":34,"419":1,"42":44,"43":49,"430":5,"431":1,"433":3,"44":9,"45":22,"46":195,"48":58,"49":12,"5":434,"51":37,"52":48,"53":57,"56":6,"570":7,"6":212,"63":30,"7":328,"79":15,"8":183,"80":14,"9":157,"all_client":58415,"all_tv_clinet":9767,"insert_time":"2014-08-21T01:24:18.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48858,"10":14,"107":305,"11":300,"12":92,"13":295,"14":89,"15":87,"155":32,"156":18,"158":36,"159":12,"16":101,"160":14,"161":244,"167":23,"17":128,"18":699,"19":427,"20":69,"209":16,"21":333,"210":20,"211":3,"214":11,"215":75,"221":175,"223":480,"224":52,"225":302,"23":232,"24":750,"25":242,"257":52,"26":62,"268":4,"27":13,"273":66,"276":28,"279":7,"28":397,"281":21,"282":57,"291":10,"292":123,"30":7,"302":1,"306":1,"31":24,"314":5,"317":3,"32":6,"33":31,"34":38,"347":24,"35":50,"352":407,"36":97,"37":52,"38":321,"380":11,"381":34,"383":20,"389":2,"39":34,"391":19,"397":9,"40":29,"409":45,"41":77,"414":3,"415":33,"419":1,"42":44,"43":49,"430":4,"431":1,"433":3,"44":10,"45":23,"46":195,"48":60,"49":14,"5":427,"51":35,"52":48,"53":55,"56":6,"570":7,"6":211,"63":29,"7":325,"79":13,"8":187,"80":14,"9":157,"all_client":58675,"all_tv_clinet":9817,"insert_time":"2014-08-21T01:25:18.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49106,"10":13,"107":311,"11":302,"12":83,"13":295,"14":87,"15":91,"155":32,"156":19,"158":36,"159":12,"16":100,"160":13,"161":226,"167":22,"17":132,"18":694,"19":438,"20":69,"209":15,"21":328,"210":20,"211":2,"214":11,"215":74,"221":174,"223":481,"224":54,"225":295,"23":240,"24":753,"25":246,"257":51,"26":59,"268":6,"27":12,"273":68,"276":27,"279":7,"28":408,"281":21,"282":59,"291":10,"292":130,"30":5,"302":1,"306":1,"31":26,"314":6,"317":3,"32":6,"33":29,"34":38,"347":24,"35":50,"352":413,"36":99,"37":53,"38":323,"380":12,"381":34,"383":22,"389":3,"39":35,"391":22,"397":10,"40":30,"409":48,"41":80,"414":3,"415":36,"419":1,"42":46,"43":49,"430":4,"431":1,"433":3,"44":9,"45":22,"46":195,"48":52,"49":16,"5":428,"51":30,"52":53,"53":54,"56":7,"570":7,"6":212,"63":29,"7":330,"79":11,"8":184,"80":13,"9":154,"all_client":58954,"all_tv_clinet":9848,"insert_time":"2014-08-21T01:26:19.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49296,"10":14,"107":316,"11":301,"12":75,"13":295,"14":89,"15":93,"155":33,"156":20,"158":34,"159":13,"16":100,"160":12,"161":207,"167":23,"17":137,"18":697,"19":450,"20":72,"209":15,"21":314,"210":20,"211":2,"214":11,"215":70,"221":171,"223":489,"224":55,"225":299,"23":248,"24":755,"25":254,"257":47,"26":64,"268":7,"27":12,"273":68,"276":27,"279":7,"28":416,"281":21,"282":63,"291":11,"292":132,"30":7,"302":1,"306":1,"31":28,"314":6,"317":3,"32":6,"33":29,"34":36,"347":23,"35":49,"352":412,"36":99,"37":55,"38":322,"380":12,"381":33,"383":21,"389":3,"39":36,"391":22,"396":1,"397":10,"40":27,"409":47,"41":78,"414":3,"415":36,"42":48,"43":54,"430":4,"431":1,"433":3,"44":9,"45":20,"46":193,"48":53,"49":15,"5":438,"51":31,"52":57,"53":49,"56":7,"570":8,"6":209,"63":29,"7":337,"79":12,"8":185,"80":13,"9":150,"all_client":59186,"all_tv_clinet":9890,"insert_time":"2014-08-21T01:27:19.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49514,"10":10,"107":326,"11":304,"12":73,"13":296,"14":88,"15":95,"155":35,"156":21,"158":32,"159":14,"16":100,"160":11,"161":196,"167":25,"17":136,"18":693,"19":454,"20":73,"209":17,"21":303,"210":19,"211":2,"214":12,"215":71,"221":186,"223":495,"224":57,"225":289,"23":250,"24":755,"25":254,"257":48,"26":67,"268":7,"27":11,"273":66,"276":25,"279":8,"28":424,"281":21,"282":62,"291":12,"292":139,"30":9,"302":2,"306":1,"31":27,"314":6,"317":2,"32":6,"33":28,"34":35,"347":25,"35":47,"352":411,"36":98,"37":54,"38":313,"380":12,"381":32,"383":23,"389":3,"39":37,"391":22,"396":1,"397":10,"40":27,"409":48,"41":80,"414":3,"415":37,"42":48,"43":53,"430":5,"431":1,"433":3,"44":7,"45":21,"46":196,"48":53,"49":15,"5":449,"51":35,"52":60,"53":41,"56":7,"570":6,"6":202,"63":29,"7":343,"79":12,"8":192,"80":14,"9":144,"all_client":59431,"all_tv_clinet":9917,"insert_time":"2014-08-21T01:28:19.946Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49755,"10":13,"107":330,"11":306,"12":72,"13":290,"14":86,"15":99,"155":35,"156":23,"158":31,"159":14,"16":95,"160":9,"161":185,"167":26,"17":141,"18":689,"19":458,"20":69,"209":16,"21":298,"210":19,"211":2,"214":12,"215":77,"221":191,"223":488,"224":59,"225":280,"23":253,"24":760,"25":259,"257":47,"26":67,"268":8,"27":11,"273":60,"276":25,"279":8,"28":436,"281":22,"282":59,"291":11,"292":141,"30":11,"302":2,"306":1,"31":27,"314":6,"317":1,"32":7,"33":26,"34":36,"347":24,"35":43,"352":423,"36":100,"37":53,"38":296,"380":12,"381":32,"383":24,"389":3,"39":38,"391":21,"396":1,"397":9,"40":29,"409":48,"41":83,"414":3,"415":39,"42":50,"43":48,"430":6,"431":1,"433":3,"44":7,"45":23,"46":196,"48":51,"49":14,"5":450,"51":37,"52":61,"53":38,"56":8,"570":6,"6":198,"63":30,"7":351,"79":13,"8":192,"80":14,"9":138,"all_client":59668,"all_tv_clinet":9913,"insert_time":"2014-08-21T01:29:20.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50037,"10":13,"107":339,"11":309,"12":70,"13":291,"14":86,"15":99,"155":36,"156":24,"158":32,"159":11,"16":92,"160":8,"161":182,"167":27,"168":1,"17":148,"18":686,"19":460,"20":72,"209":16,"21":295,"210":18,"211":2,"214":12,"215":84,"221":194,"223":491,"224":61,"225":271,"23":250,"24":767,"25":261,"257":49,"26":70,"268":8,"27":12,"273":58,"276":27,"279":8,"28":435,"281":22,"282":49,"291":10,"292":138,"30":14,"302":2,"306":1,"31":30,"314":9,"317":1,"32":8,"33":26,"34":31,"347":22,"35":41,"352":416,"36":101,"37":51,"38":297,"380":12,"381":34,"383":25,"389":3,"39":32,"391":19,"396":1,"397":9,"40":30,"409":48,"41":86,"414":3,"415":38,"419":1,"42":54,"426":1,"43":45,"430":6,"431":1,"433":3,"44":8,"45":23,"46":199,"48":49,"49":16,"5":455,"51":37,"52":61,"53":38,"56":8,"570":8,"6":197,"63":29,"7":356,"79":13,"8":195,"80":14,"9":134,"all_client":59972,"all_tv_clinet":9935,"insert_time":"2014-08-21T01:30:21.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50265,"10":15,"107":331,"11":318,"12":75,"13":292,"14":87,"15":99,"155":36,"156":25,"158":32,"159":14,"16":90,"160":9,"161":183,"167":25,"168":1,"17":153,"18":674,"19":451,"20":73,"209":15,"21":296,"210":20,"211":2,"214":12,"215":83,"221":192,"223":503,"224":64,"225":276,"23":255,"24":778,"25":264,"257":51,"26":72,"268":8,"27":13,"273":52,"276":27,"279":8,"28":438,"281":21,"282":41,"291":11,"292":144,"30":17,"302":2,"31":32,"314":10,"317":1,"32":7,"33":28,"34":31,"347":19,"35":36,"352":432,"36":111,"37":55,"38":293,"380":12,"381":31,"383":26,"389":3,"39":31,"391":18,"396":1,"397":9,"40":31,"409":45,"41":82,"414":4,"415":39,"419":1,"42":56,"426":2,"43":44,"430":7,"431":1,"433":3,"44":10,"45":23,"46":195,"48":46,"49":14,"5":450,"51":39,"52":59,"53":38,"56":9,"570":9,"6":196,"63":26,"7":355,"79":13,"8":197,"80":13,"9":134,"all_client":60240,"all_tv_clinet":9975,"insert_time":"2014-08-21T01:31:21.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50544,"10":15,"107":335,"11":325,"12":76,"13":301,"14":83,"15":102,"155":36,"156":24,"158":35,"159":14,"16":87,"160":8,"161":172,"167":23,"168":1,"17":146,"18":666,"19":448,"20":73,"209":16,"21":300,"210":20,"211":2,"214":12,"215":82,"221":196,"223":507,"224":64,"225":278,"23":258,"24":798,"25":260,"257":54,"26":71,"268":7,"27":14,"273":53,"276":26,"279":12,"28":444,"281":21,"282":38,"291":12,"292":148,"30":18,"302":2,"31":29,"314":10,"317":1,"32":9,"33":29,"34":31,"347":15,"35":39,"352":415,"36":109,"37":55,"38":292,"380":12,"381":32,"383":26,"389":3,"39":29,"391":19,"396":1,"397":10,"40":34,"409":44,"41":79,"414":4,"415":37,"419":1,"42":60,"426":2,"43":43,"430":7,"431":1,"433":4,"44":12,"45":25,"46":197,"48":43,"49":15,"5":446,"51":42,"52":61,"53":37,"56":8,"570":8,"6":193,"63":27,"7":351,"79":14,"8":199,"80":13,"9":127,"all_client":60527,"all_tv_clinet":9983,"insert_time":"2014-08-21T01:32:21.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50818,"10":16,"107":342,"11":330,"12":76,"13":302,"14":76,"15":102,"155":37,"156":22,"158":37,"159":14,"16":88,"160":9,"161":172,"167":22,"168":1,"17":152,"18":663,"19":462,"20":64,"209":18,"21":305,"210":22,"211":2,"214":12,"215":89,"221":190,"223":503,"224":72,"225":282,"23":267,"24":820,"25":251,"257":56,"26":72,"268":6,"27":17,"273":53,"276":26,"279":12,"28":444,"281":21,"282":34,"291":12,"292":140,"30":18,"302":3,"31":29,"314":10,"317":1,"32":11,"33":26,"34":33,"347":13,"35":37,"352":431,"36":107,"37":52,"38":298,"380":12,"381":32,"383":27,"389":3,"39":29,"391":19,"397":11,"40":35,"409":41,"41":76,"414":4,"415":37,"419":1,"42":64,"426":2,"43":34,"430":7,"431":1,"433":4,"44":18,"45":26,"46":199,"48":43,"49":15,"5":452,"51":44,"52":61,"53":34,"56":6,"570":6,"6":190,"63":29,"7":342,"79":13,"8":198,"80":13,"9":127,"all_client":60855,"all_tv_clinet":10037,"insert_time":"2014-08-21T01:33:22.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51039,"10":16,"107":338,"11":337,"12":72,"13":299,"14":76,"15":98,"155":37,"156":23,"158":39,"159":13,"16":91,"160":10,"161":174,"167":20,"168":1,"17":152,"18":666,"19":461,"20":64,"209":16,"21":315,"210":22,"211":2,"214":12,"215":90,"221":180,"223":505,"224":79,"225":284,"23":261,"24":832,"25":245,"257":58,"26":73,"268":5,"27":18,"273":60,"276":26,"279":13,"28":448,"281":21,"282":28,"291":12,"292":128,"30":21,"302":3,"306":1,"31":32,"314":10,"317":2,"32":11,"33":27,"34":34,"347":12,"35":36,"352":435,"36":104,"37":48,"38":308,"380":12,"381":31,"383":28,"389":3,"39":30,"391":19,"397":11,"40":36,"409":37,"41":79,"414":1,"415":36,"419":2,"42":65,"426":1,"43":33,"430":9,"431":1,"433":4,"44":18,"45":26,"46":201,"48":37,"49":15,"5":459,"51":43,"52":62,"53":34,"56":5,"570":6,"6":186,"63":29,"7":338,"79":13,"8":196,"80":15,"9":127,"all_client":61091,"all_tv_clinet":10052,"insert_time":"2014-08-21T01:34:23.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51310,"10":16,"107":343,"11":348,"12":63,"13":302,"14":79,"15":95,"155":37,"156":24,"158":37,"159":14,"16":92,"160":10,"161":173,"167":18,"168":1,"17":157,"18":669,"19":465,"20":67,"209":16,"21":311,"210":21,"211":1,"214":12,"215":89,"221":177,"223":505,"224":80,"225":289,"23":258,"24":842,"25":243,"257":59,"26":75,"268":4,"27":20,"273":63,"276":26,"279":10,"28":446,"281":22,"282":27,"291":13,"292":118,"30":22,"302":3,"306":1,"31":33,"314":10,"317":2,"32":11,"33":31,"34":32,"347":10,"35":33,"352":440,"36":107,"37":46,"38":305,"380":12,"381":30,"383":28,"389":3,"39":27,"391":19,"397":10,"40":35,"409":32,"41":79,"414":1,"415":39,"419":4,"42":63,"426":3,"43":34,"430":10,"431":1,"433":3,"44":20,"45":26,"46":210,"48":37,"49":16,"5":462,"51":45,"52":62,"53":35,"56":5,"570":7,"6":185,"63":30,"7":335,"79":13,"8":194,"80":15,"9":130,"all_client":61393,"all_tv_clinet":10083,"insert_time":"2014-08-21T01:35:23.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51495,"10":17,"107":343,"11":354,"12":58,"13":311,"14":84,"15":94,"155":37,"156":23,"158":39,"159":13,"16":95,"160":11,"161":169,"167":19,"17":158,"18":667,"19":466,"20":68,"209":15,"21":311,"210":19,"211":1,"214":12,"215":91,"221":187,"223":513,"224":86,"225":290,"23":264,"24":848,"25":242,"257":53,"26":73,"268":4,"27":24,"273":71,"276":28,"279":11,"28":451,"281":24,"282":26,"291":13,"292":115,"30":23,"302":3,"306":1,"31":32,"314":8,"317":3,"32":11,"33":33,"34":33,"347":10,"35":32,"352":433,"36":111,"37":38,"38":299,"380":13,"381":29,"383":28,"389":3,"39":25,"391":18,"397":10,"40":35,"409":34,"41":84,"414":1,"415":47,"419":4,"42":60,"426":3,"43":32,"430":10,"431":1,"433":1,"44":20,"45":27,"46":215,"48":36,"49":18,"5":466,"51":47,"52":62,"53":35,"56":6,"570":9,"6":180,"63":32,"7":336,"79":14,"8":192,"80":15,"9":132,"all_client":61643,"all_tv_clinet":10148,"insert_time":"2014-08-21T01:36:24.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51783,"10":18,"107":338,"11":350,"12":57,"13":315,"14":82,"15":92,"155":38,"156":23,"158":39,"159":12,"16":96,"160":12,"161":169,"167":19,"17":157,"18":659,"19":471,"20":66,"209":16,"21":322,"210":19,"211":1,"214":12,"215":97,"221":188,"223":523,"224":86,"225":280,"23":269,"24":852,"25":242,"257":52,"26":71,"268":4,"27":23,"273":71,"276":28,"279":12,"28":461,"281":23,"282":23,"291":13,"292":115,"30":26,"302":3,"31":37,"314":7,"317":3,"32":12,"33":33,"34":30,"347":10,"35":32,"352":420,"36":110,"37":37,"38":303,"380":14,"381":32,"383":24,"389":3,"39":27,"391":17,"397":11,"40":36,"409":39,"41":82,"415":50,"419":5,"42":62,"426":4,"43":32,"430":8,"431":1,"433":1,"44":20,"45":29,"46":218,"48":34,"49":19,"5":480,"51":49,"52":61,"53":36,"56":6,"570":9,"6":178,"63":31,"7":333,"79":16,"8":177,"80":14,"9":132,"all_client":61952,"all_tv_clinet":10169,"insert_time":"2014-08-21T01:37:24.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52038,"10":17,"107":340,"11":346,"12":56,"13":325,"14":83,"15":87,"155":39,"156":23,"158":37,"159":12,"16":95,"160":12,"161":171,"167":19,"17":161,"18":661,"19":479,"20":65,"209":17,"21":321,"210":18,"211":1,"214":12,"215":96,"221":192,"223":521,"224":86,"225":280,"23":272,"24":838,"25":238,"257":51,"26":74,"268":3,"27":24,"273":71,"276":29,"279":11,"28":468,"281":23,"282":19,"291":12,"292":119,"30":28,"302":3,"31":38,"314":7,"317":3,"32":13,"33":35,"34":29,"347":7,"35":35,"352":424,"36":105,"37":33,"38":303,"380":14,"381":33,"383":23,"389":3,"39":29,"391":15,"397":12,"40":31,"409":39,"41":79,"414":1,"415":49,"419":4,"42":62,"426":3,"43":33,"430":7,"431":1,"433":1,"44":21,"45":31,"46":216,"48":33,"49":26,"5":484,"51":49,"52":63,"53":37,"56":6,"570":8,"6":180,"63":31,"7":338,"79":15,"8":171,"80":12,"9":133,"all_client":62218,"all_tv_clinet":10180,"insert_time":"2014-08-21T01:38:25.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52271,"10":17,"107":344,"11":342,"12":58,"13":324,"14":86,"15":87,"155":39,"156":21,"158":39,"159":12,"16":92,"160":12,"161":174,"167":17,"17":169,"18":659,"19":488,"20":65,"209":17,"21":333,"210":18,"211":1,"214":11,"215":96,"221":193,"223":523,"224":85,"225":272,"23":274,"24":827,"25":237,"257":49,"26":77,"268":4,"27":25,"273":68,"276":28,"279":11,"28":471,"281":23,"282":16,"291":12,"292":124,"30":29,"302":3,"306":1,"31":38,"314":9,"317":3,"32":13,"33":30,"34":31,"347":6,"35":43,"352":429,"36":101,"37":34,"38":302,"380":14,"381":32,"383":25,"389":3,"39":32,"391":16,"397":13,"40":30,"409":40,"41":74,"414":1,"415":48,"419":3,"42":64,"426":3,"43":36,"430":7,"431":1,"433":1,"44":22,"45":32,"46":224,"48":30,"49":28,"5":487,"51":43,"52":65,"53":39,"56":5,"570":8,"6":182,"63":30,"7":344,"79":16,"8":154,"80":10,"9":132,"all_client":62477,"all_tv_clinet":10206,"insert_time":"2014-08-21T01:39:25.513Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52430,"10":16,"107":359,"11":354,"12":53,"13":323,"14":89,"15":88,"155":38,"156":22,"158":42,"159":12,"16":92,"160":12,"161":180,"167":17,"168":1,"17":171,"18":666,"19":471,"20":63,"209":17,"21":328,"210":18,"211":2,"214":10,"215":93,"221":190,"223":524,"224":83,"225":276,"23":283,"24":796,"25":237,"257":47,"26":75,"268":6,"27":27,"273":73,"276":29,"279":10,"28":478,"281":23,"282":15,"291":11,"292":134,"30":29,"302":3,"306":1,"31":37,"314":9,"317":6,"32":12,"33":32,"34":32,"347":6,"35":44,"352":431,"36":95,"37":34,"38":304,"380":14,"381":32,"383":26,"389":3,"39":30,"391":16,"397":13,"40":26,"409":46,"41":74,"414":1,"415":49,"419":2,"42":65,"426":3,"43":34,"430":6,"431":1,"44":24,"45":32,"46":228,"48":30,"49":33,"5":501,"51":42,"52":63,"53":37,"56":6,"570":7,"6":185,"63":31,"7":339,"79":18,"8":152,"80":10,"9":132,"all_client":62670,"all_tv_clinet":10240,"insert_time":"2014-08-21T01:40:26.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52651,"10":14,"107":347,"11":356,"12":51,"13":329,"14":88,"15":82,"155":39,"156":21,"158":41,"159":12,"16":96,"160":12,"161":185,"167":18,"168":1,"17":179,"18":659,"19":440,"20":59,"209":16,"21":340,"210":18,"211":2,"214":10,"215":92,"221":191,"223":536,"224":86,"225":269,"23":284,"24":798,"25":239,"257":47,"26":78,"268":7,"27":32,"273":75,"276":28,"279":10,"28":459,"281":25,"282":13,"291":12,"292":140,"30":26,"302":3,"306":1,"31":42,"314":8,"317":5,"32":11,"33":31,"34":28,"347":4,"35":47,"352":436,"36":95,"37":33,"38":311,"380":14,"381":30,"383":27,"389":2,"39":33,"391":16,"397":13,"40":28,"409":50,"41":71,"414":1,"415":50,"419":2,"42":63,"426":4,"43":32,"430":6,"431":1,"44":24,"45":34,"46":236,"48":31,"49":34,"5":513,"51":42,"52":66,"53":40,"56":5,"570":7,"6":184,"63":31,"7":347,"79":20,"8":158,"80":10,"9":127,"all_client":62920,"all_tv_clinet":10269,"insert_time":"2014-08-21T01:41:26.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52858,"10":12,"107":343,"11":360,"12":50,"13":332,"14":81,"15":81,"155":40,"156":22,"158":38,"159":13,"16":97,"160":13,"161":184,"167":19,"168":1,"17":185,"18":664,"19":414,"20":62,"209":17,"21":335,"210":16,"211":2,"214":10,"215":97,"221":191,"223":537,"224":90,"225":270,"23":288,"24":795,"25":243,"257":46,"26":83,"268":4,"27":38,"273":79,"276":27,"279":12,"28":432,"281":23,"282":11,"291":11,"292":153,"30":24,"302":3,"306":1,"31":45,"314":8,"317":5,"32":12,"33":32,"34":30,"347":4,"35":50,"352":429,"36":98,"37":33,"38":311,"380":14,"381":29,"383":28,"389":2,"39":37,"391":15,"397":13,"40":29,"409":58,"41":71,"414":1,"415":52,"419":2,"42":65,"426":3,"43":31,"430":6,"431":1,"44":21,"45":35,"46":236,"48":35,"49":37,"5":525,"51":38,"52":64,"53":39,"56":5,"570":8,"6":187,"63":28,"7":344,"79":21,"8":158,"80":10,"9":129,"all_client":63141,"all_tv_clinet":10283,"insert_time":"2014-08-21T01:42:27.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53017,"10":13,"107":351,"11":358,"12":51,"13":324,"14":77,"15":79,"155":40,"156":21,"158":38,"159":13,"16":100,"160":14,"161":178,"167":15,"168":2,"17":187,"18":655,"19":395,"20":65,"209":17,"21":350,"210":15,"211":2,"214":11,"215":100,"221":207,"223":551,"224":88,"225":262,"23":295,"24":811,"25":252,"257":49,"26":86,"268":4,"27":40,"273":77,"276":28,"279":11,"28":399,"281":22,"282":13,"291":11,"292":159,"30":27,"302":3,"306":1,"31":45,"314":7,"317":4,"32":12,"33":34,"34":29,"347":4,"35":60,"352":430,"36":104,"37":35,"38":311,"380":15,"381":29,"383":27,"389":2,"39":47,"391":13,"397":12,"40":30,"409":64,"41":65,"414":1,"415":51,"419":1,"42":67,"426":2,"43":29,"430":6,"431":1,"44":21,"45":34,"46":239,"48":36,"49":39,"5":529,"51":36,"52":65,"53":44,"56":5,"570":8,"6":177,"63":31,"7":352,"79":21,"8":146,"80":10,"9":123,"all_client":63337,"all_tv_clinet":10320,"insert_time":"2014-08-21T01:43:27.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53229,"10":15,"107":358,"11":354,"12":48,"13":322,"14":71,"15":77,"155":40,"156":18,"158":36,"159":12,"16":103,"160":14,"161":167,"167":16,"168":2,"17":187,"18":657,"19":388,"20":71,"209":15,"21":358,"210":16,"211":2,"214":11,"215":100,"221":213,"223":549,"224":88,"225":256,"23":284,"24":820,"25":265,"257":50,"26":89,"268":5,"27":42,"273":72,"276":27,"279":10,"28":366,"281":18,"282":14,"291":11,"292":158,"30":29,"302":3,"306":1,"31":46,"314":7,"317":5,"32":13,"33":33,"34":32,"347":4,"35":67,"352":427,"36":108,"37":35,"38":315,"380":14,"381":29,"383":24,"389":2,"39":56,"391":16,"397":13,"40":29,"409":63,"41":67,"415":50,"419":1,"42":69,"426":4,"43":26,"430":6,"431":1,"44":21,"45":34,"46":239,"48":37,"49":39,"5":530,"51":39,"52":69,"53":49,"56":6,"570":7,"6":175,"63":31,"7":358,"79":23,"8":145,"80":10,"9":118,"all_client":63549,"all_tv_clinet":10320,"insert_time":"2014-08-21T01:44:28.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53394,"10":15,"107":358,"11":359,"12":51,"13":325,"14":71,"15":72,"155":40,"156":19,"158":33,"159":12,"16":101,"160":16,"161":170,"167":16,"168":2,"17":189,"18":659,"19":380,"20":68,"209":12,"21":368,"210":16,"211":2,"214":11,"215":99,"221":215,"223":559,"224":83,"225":257,"23":283,"24":818,"25":270,"257":52,"26":94,"268":5,"27":44,"273":68,"276":25,"279":11,"28":352,"281":19,"282":15,"291":11,"292":160,"30":30,"302":2,"306":1,"31":48,"314":5,"317":5,"32":12,"33":34,"34":29,"347":6,"35":72,"352":439,"36":101,"37":36,"38":319,"380":14,"381":32,"383":25,"389":2,"39":64,"391":17,"397":14,"40":34,"409":64,"41":70,"414":2,"415":54,"419":1,"42":69,"426":4,"43":22,"430":6,"431":1,"434":1,"44":24,"45":36,"46":234,"48":36,"49":39,"5":534,"51":41,"52":69,"53":50,"56":6,"570":5,"6":173,"63":30,"7":354,"79":24,"8":144,"80":9,"9":116,"all_client":63758,"all_tv_clinet":10364,"insert_time":"2014-08-21T01:45:28.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53596,"10":15,"107":339,"11":362,"12":56,"13":332,"14":70,"15":74,"155":40,"156":20,"158":33,"159":12,"16":97,"160":17,"161":167,"167":16,"168":1,"17":192,"18":657,"19":376,"20":64,"209":13,"21":381,"210":16,"211":2,"214":10,"215":99,"221":213,"223":565,"224":76,"225":259,"23":280,"24":815,"25":270,"257":49,"26":96,"268":5,"27":47,"273":69,"276":24,"279":12,"28":343,"281":18,"282":14,"291":12,"292":161,"30":32,"302":1,"306":1,"31":48,"314":5,"317":5,"32":12,"33":38,"34":28,"347":6,"35":70,"352":443,"36":101,"37":39,"38":314,"380":14,"381":34,"383":24,"389":1,"39":65,"391":20,"397":14,"40":37,"409":64,"41":73,"414":2,"415":57,"419":1,"42":72,"426":5,"43":23,"430":5,"431":1,"434":1,"44":26,"45":35,"46":225,"48":39,"49":41,"5":538,"51":42,"52":66,"53":54,"56":7,"570":6,"6":171,"63":29,"7":364,"79":23,"8":142,"80":9,"9":112,"all_client":63970,"all_tv_clinet":10374,"insert_time":"2014-08-21T01:46:29.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53700,"10":15,"107":347,"11":353,"12":57,"13":325,"14":72,"15":77,"155":40,"156":21,"158":33,"159":11,"16":94,"160":18,"161":178,"167":16,"168":1,"17":196,"18":654,"19":376,"20":64,"209":15,"21":386,"210":16,"211":2,"214":10,"215":98,"221":216,"223":573,"224":68,"225":271,"23":284,"24":799,"25":278,"257":52,"26":97,"268":5,"27":53,"273":69,"276":24,"279":15,"28":335,"281":18,"282":10,"291":12,"292":159,"30":33,"302":1,"306":1,"31":50,"314":4,"317":5,"32":11,"33":39,"34":26,"347":7,"35":70,"352":455,"36":96,"37":43,"38":305,"380":14,"381":35,"383":25,"389":1,"39":68,"391":20,"397":14,"40":40,"409":64,"41":74,"414":5,"415":59,"419":1,"42":72,"426":4,"43":25,"430":4,"431":1,"434":1,"44":27,"45":38,"46":215,"48":46,"49":44,"5":541,"51":42,"52":57,"53":55,"56":7,"570":6,"6":174,"63":29,"7":366,"79":26,"8":138,"80":7,"9":104,"all_client":64108,"all_tv_clinet":10408,"insert_time":"2014-08-21T01:47:29.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53902,"10":14,"107":349,"11":349,"12":57,"13":324,"14":74,"15":82,"155":38,"156":21,"158":35,"159":10,"16":90,"160":19,"161":183,"167":17,"168":1,"17":202,"18":651,"19":375,"20":66,"209":17,"21":404,"210":17,"211":2,"214":10,"215":95,"221":212,"223":572,"224":62,"225":256,"23":286,"24":810,"25":282,"257":56,"26":98,"268":5,"27":57,"273":70,"276":24,"279":16,"28":329,"281":18,"282":10,"291":12,"292":149,"30":32,"302":1,"31":51,"314":4,"317":5,"32":12,"33":39,"34":25,"347":6,"35":68,"352":463,"36":96,"37":42,"38":302,"380":13,"381":35,"383":25,"389":1,"39":70,"391":24,"397":14,"40":38,"409":63,"41":76,"414":6,"415":58,"419":3,"42":70,"426":4,"43":22,"430":3,"431":1,"433":1,"434":1,"44":27,"45":39,"46":212,"48":43,"49":48,"5":556,"51":45,"52":49,"53":61,"56":9,"570":6,"6":175,"63":26,"7":370,"79":25,"8":138,"80":7,"9":98,"all_client":64336,"all_tv_clinet":10434,"insert_time":"2014-08-21T01:48:31.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54058,"10":14,"107":363,"11":343,"12":54,"13":326,"14":72,"15":81,"155":34,"156":23,"158":32,"159":10,"16":93,"160":22,"161":191,"167":18,"168":1,"17":204,"18":642,"19":390,"20":70,"209":17,"21":407,"210":17,"211":2,"214":10,"215":96,"221":216,"223":577,"224":62,"225":253,"23":279,"24":791,"25":290,"257":58,"26":103,"268":5,"27":58,"273":75,"276":24,"279":14,"28":319,"281":18,"282":10,"291":11,"292":138,"30":31,"302":2,"31":51,"314":4,"317":5,"32":12,"33":41,"34":23,"347":6,"35":73,"352":466,"36":95,"37":43,"38":310,"380":13,"381":36,"383":27,"389":1,"39":75,"391":24,"397":13,"40":40,"409":63,"41":73,"414":6,"415":58,"419":3,"42":68,"426":5,"43":23,"430":3,"431":1,"433":1,"434":1,"44":28,"45":44,"46":200,"48":46,"49":47,"5":568,"51":44,"52":47,"53":63,"56":10,"570":6,"6":176,"63":23,"7":374,"79":25,"8":151,"80":7,"9":99,"all_client":64545,"all_tv_clinet":10487,"insert_time":"2014-08-21T01:49:31.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54191,"10":12,"107":365,"11":330,"12":51,"13":330,"14":69,"15":82,"155":30,"156":24,"158":30,"159":8,"16":90,"160":23,"161":197,"167":19,"168":1,"17":208,"18":644,"19":398,"20":63,"209":18,"21":411,"210":16,"211":2,"214":9,"215":97,"221":220,"223":598,"224":69,"225":255,"23":273,"24":783,"25":300,"257":58,"26":106,"268":4,"27":60,"273":74,"276":23,"279":12,"28":308,"281":18,"282":11,"291":11,"292":133,"30":32,"302":2,"31":47,"314":4,"317":7,"32":11,"33":41,"34":25,"347":5,"35":76,"352":474,"36":94,"37":41,"38":312,"380":13,"381":38,"383":26,"389":1,"39":78,"391":24,"397":13,"40":43,"409":64,"41":75,"414":7,"415":57,"419":3,"42":70,"426":5,"43":25,"430":3,"431":1,"433":1,"434":1,"44":30,"45":42,"46":203,"48":40,"49":46,"5":568,"51":40,"52":46,"53":61,"56":12,"570":6,"6":179,"63":21,"7":379,"79":25,"8":154,"80":7,"9":101,"all_client":64713,"all_tv_clinet":10522,"insert_time":"2014-08-21T01:50:32.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54370,"10":12,"107":370,"11":310,"12":48,"13":334,"14":70,"15":84,"155":30,"156":24,"158":29,"159":8,"16":93,"160":25,"161":201,"167":17,"168":1,"17":206,"18":651,"19":403,"20":65,"209":16,"21":413,"210":18,"211":2,"214":10,"215":102,"221":226,"223":603,"224":68,"225":256,"23":264,"24":775,"25":316,"257":59,"26":101,"268":6,"27":62,"273":76,"276":24,"279":9,"28":300,"281":16,"282":12,"291":11,"292":133,"30":34,"302":2,"31":44,"314":4,"317":7,"32":12,"33":41,"34":24,"347":5,"35":76,"352":471,"36":91,"37":44,"38":318,"380":13,"381":36,"383":23,"389":1,"39":82,"391":23,"397":12,"40":45,"409":65,"41":77,"414":6,"415":60,"419":2,"42":70,"426":6,"43":28,"430":3,"431":1,"433":1,"434":1,"44":30,"45":43,"46":206,"48":41,"49":49,"5":576,"51":39,"52":40,"53":61,"56":12,"570":6,"6":177,"63":22,"7":383,"79":27,"8":159,"80":8,"9":102,"all_client":64938,"all_tv_clinet":10568,"insert_time":"2014-08-21T01:51:32.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54569,"10":10,"107":376,"11":296,"12":53,"13":343,"14":68,"15":91,"155":29,"156":25,"158":31,"159":8,"16":89,"160":25,"161":196,"167":17,"17":210,"18":655,"19":412,"20":61,"209":15,"21":418,"210":19,"211":2,"214":10,"215":103,"221":224,"223":608,"224":66,"225":253,"23":262,"24":779,"25":321,"257":56,"26":93,"268":8,"27":63,"273":78,"276":21,"279":10,"28":286,"281":15,"282":11,"291":11,"292":134,"30":37,"302":2,"31":39,"314":4,"317":7,"32":16,"33":39,"34":23,"347":5,"35":76,"352":460,"36":95,"37":45,"38":306,"380":14,"381":34,"383":22,"389":1,"39":87,"391":23,"397":12,"40":47,"409":65,"41":80,"414":6,"415":63,"419":1,"42":71,"426":5,"43":30,"430":4,"431":1,"433":2,"434":1,"44":33,"45":39,"46":216,"48":40,"49":50,"5":583,"51":36,"52":41,"53":65,"56":12,"570":6,"6":173,"63":23,"7":388,"79":29,"8":164,"80":8,"9":97,"all_client":65156,"all_tv_clinet":10587,"insert_time":"2014-08-21T01:52:33.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54753,"10":9,"107":383,"11":278,"12":56,"13":351,"14":70,"15":96,"155":27,"156":25,"158":31,"159":11,"16":82,"160":27,"161":195,"167":17,"17":211,"18":656,"19":416,"20":65,"209":13,"21":423,"210":21,"211":2,"214":10,"215":103,"221":212,"223":608,"224":68,"225":256,"23":250,"24":781,"25":323,"257":55,"26":86,"268":9,"27":62,"273":76,"276":22,"279":8,"28":286,"281":15,"282":9,"291":10,"292":132,"30":37,"302":2,"31":40,"314":5,"317":7,"32":18,"33":37,"34":31,"347":5,"35":69,"352":471,"36":94,"37":49,"38":319,"380":12,"381":37,"383":23,"389":1,"39":85,"391":21,"397":11,"40":52,"409":62,"41":77,"414":7,"415":62,"419":2,"42":73,"426":5,"43":28,"430":4,"431":1,"433":3,"434":1,"44":32,"45":31,"46":216,"48":40,"49":55,"5":578,"51":36,"52":44,"53":64,"56":15,"570":6,"6":170,"63":23,"7":382,"79":31,"8":167,"80":6,"9":94,"all_client":65340,"all_tv_clinet":10587,"insert_time":"2014-08-21T01:53:33.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54921,"10":8,"107":379,"11":266,"12":58,"13":352,"14":65,"15":104,"155":27,"156":25,"158":30,"159":11,"16":78,"160":28,"161":199,"167":19,"17":211,"18":664,"19":433,"20":66,"209":13,"21":432,"210":18,"211":2,"214":10,"215":101,"221":212,"223":610,"224":71,"225":255,"23":251,"24":755,"25":319,"257":53,"26":84,"268":7,"27":57,"273":79,"276":23,"279":9,"28":282,"281":15,"282":9,"291":12,"292":136,"30":38,"302":2,"31":35,"314":6,"317":7,"32":18,"33":35,"34":36,"347":5,"35":73,"352":479,"36":91,"37":49,"38":315,"380":12,"381":39,"383":21,"389":1,"39":84,"391":20,"396":1,"397":11,"40":59,"409":52,"41":75,"414":10,"415":63,"419":1,"42":70,"426":3,"43":29,"430":4,"431":1,"433":3,"434":1,"44":36,"45":29,"46":226,"48":41,"49":54,"5":579,"51":39,"52":47,"53":62,"56":15,"570":5,"6":166,"63":22,"7":387,"79":33,"8":175,"80":7,"9":90,"all_client":65521,"all_tv_clinet":10600,"insert_time":"2014-08-21T01:54:34.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55175,"10":8,"107":382,"11":255,"12":59,"13":349,"14":65,"15":106,"155":26,"156":22,"158":30,"159":11,"16":77,"160":28,"161":199,"167":20,"17":206,"18":664,"19":447,"20":69,"209":14,"21":434,"210":16,"211":2,"214":10,"215":105,"221":204,"223":621,"224":72,"225":265,"23":248,"24":750,"25":321,"257":61,"26":82,"268":5,"27":56,"273":80,"276":23,"279":9,"28":282,"281":16,"282":8,"291":12,"292":139,"30":35,"302":2,"31":30,"314":7,"317":7,"32":17,"33":34,"34":40,"347":5,"35":76,"352":485,"36":94,"37":46,"38":316,"380":12,"381":38,"383":21,"389":1,"39":84,"391":21,"396":2,"397":11,"40":62,"409":45,"41":74,"414":11,"415":66,"419":1,"42":65,"426":2,"43":29,"430":3,"431":1,"433":3,"434":1,"44":36,"45":27,"46":230,"48":41,"49":56,"5":588,"51":36,"52":48,"53":62,"56":15,"570":6,"6":158,"63":20,"7":399,"79":33,"8":175,"80":8,"9":85,"all_client":65803,"all_tv_clinet":10628,"insert_time":"2014-08-21T01:55:34.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55323,"10":12,"107":379,"11":249,"12":61,"13":352,"14":63,"15":108,"155":27,"156":20,"158":31,"159":11,"16":74,"160":27,"161":195,"167":20,"17":207,"18":663,"19":453,"20":68,"209":13,"21":443,"210":13,"211":2,"214":10,"215":106,"221":204,"223":635,"224":75,"225":269,"23":251,"24":746,"25":330,"257":63,"26":77,"268":6,"27":56,"273":83,"276":21,"279":9,"28":291,"281":16,"282":9,"291":12,"292":139,"30":36,"302":3,"306":1,"31":28,"314":7,"317":7,"32":16,"33":37,"34":41,"347":4,"35":75,"352":492,"36":97,"37":46,"38":319,"380":10,"381":45,"383":20,"389":1,"39":87,"391":17,"396":2,"397":10,"40":62,"409":40,"41":73,"414":14,"415":62,"419":1,"42":60,"426":3,"43":27,"430":3,"433":2,"434":1,"44":40,"45":25,"46":230,"48":46,"49":58,"5":592,"51":37,"52":48,"53":61,"56":14,"570":6,"6":156,"63":20,"7":408,"79":32,"8":175,"80":11,"9":84,"all_client":66014,"all_tv_clinet":10691,"insert_time":"2014-08-21T01:56:35.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55559,"10":12,"107":374,"11":252,"12":64,"13":353,"14":60,"15":103,"155":29,"156":21,"158":31,"159":10,"16":73,"160":27,"161":193,"167":23,"17":214,"18":661,"19":442,"20":72,"209":13,"21":440,"210":12,"211":2,"214":10,"215":105,"221":202,"223":634,"224":75,"225":272,"23":262,"24":739,"25":339,"257":63,"26":73,"268":6,"27":54,"273":80,"276":21,"279":6,"28":286,"281":18,"282":10,"291":12,"292":139,"30":34,"302":4,"306":1,"31":29,"314":6,"317":7,"32":14,"33":38,"34":44,"347":4,"35":75,"352":497,"36":98,"37":44,"38":311,"380":10,"381":45,"383":21,"389":1,"39":86,"391":19,"396":1,"397":10,"40":63,"409":39,"41":67,"414":18,"415":61,"419":1,"42":57,"426":2,"43":27,"430":3,"433":2,"434":1,"44":40,"45":25,"46":227,"48":46,"49":56,"5":597,"51":36,"52":52,"53":63,"56":15,"570":6,"6":150,"63":17,"7":411,"79":31,"8":177,"80":11,"9":90,"all_client":66236,"all_tv_clinet":10677,"insert_time":"2014-08-21T01:57:36.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55743,"10":13,"107":383,"11":251,"12":71,"13":358,"14":61,"15":96,"155":33,"156":21,"158":31,"159":11,"16":72,"160":28,"161":186,"167":23,"17":214,"18":651,"19":431,"20":76,"209":14,"21":445,"210":10,"211":2,"214":10,"215":100,"221":208,"223":608,"224":77,"225":277,"23":259,"24":786,"25":349,"257":62,"26":68,"268":6,"27":55,"273":76,"276":20,"279":5,"28":289,"281":19,"282":9,"291":12,"292":132,"30":32,"302":4,"306":1,"31":33,"314":5,"317":7,"32":12,"33":39,"34":43,"347":4,"35":73,"352":498,"36":94,"37":45,"38":314,"380":11,"381":45,"383":21,"389":1,"39":95,"391":18,"396":1,"397":9,"40":62,"409":43,"41":65,"414":22,"415":63,"419":2,"42":57,"426":3,"43":26,"430":3,"433":2,"434":1,"44":40,"45":23,"46":219,"48":49,"49":57,"5":593,"51":34,"52":53,"53":63,"56":17,"570":6,"6":153,"63":16,"7":419,"79":31,"8":175,"80":11,"9":87,"all_client":66451,"all_tv_clinet":10708,"insert_time":"2014-08-21T01:58:37.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55947,"10":13,"107":376,"11":247,"12":81,"13":358,"14":65,"15":97,"155":33,"156":22,"158":32,"159":13,"16":78,"160":28,"161":174,"167":26,"17":217,"18":641,"19":424,"20":74,"209":18,"21":432,"210":10,"211":2,"214":11,"215":104,"221":210,"223":589,"224":75,"225":283,"23":263,"24":825,"25":349,"257":55,"26":68,"268":7,"27":58,"273":67,"276":20,"279":6,"28":294,"281":21,"282":9,"291":12,"292":129,"30":32,"302":2,"306":1,"31":32,"314":5,"317":6,"32":14,"33":38,"34":43,"347":4,"35":68,"352":504,"36":97,"37":47,"38":322,"380":11,"381":48,"383":22,"389":1,"39":97,"391":19,"396":1,"397":10,"40":68,"409":44,"41":67,"414":21,"415":67,"419":1,"42":51,"426":3,"43":25,"430":4,"433":2,"434":1,"44":43,"45":22,"46":214,"48":51,"49":57,"5":597,"51":34,"52":57,"53":61,"56":17,"570":5,"6":153,"63":15,"7":422,"79":36,"8":180,"80":9,"9":88,"all_client":66702,"all_tv_clinet":10755,"insert_time":"2014-08-21T01:59:37.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56168,"10":14,"107":397,"11":254,"12":86,"13":354,"14":59,"15":118,"155":33,"156":22,"158":31,"159":13,"16":77,"160":28,"161":166,"167":27,"17":217,"18":617,"19":417,"20":76,"209":22,"21":439,"210":11,"211":2,"214":11,"215":98,"221":207,"223":573,"224":76,"225":284,"23":277,"24":848,"25":345,"257":56,"26":70,"268":6,"27":58,"273":63,"276":20,"279":6,"28":292,"281":25,"282":10,"291":12,"292":120,"30":32,"302":1,"306":1,"31":31,"314":3,"317":4,"32":15,"33":41,"34":42,"347":5,"35":63,"352":487,"36":95,"37":53,"38":336,"380":11,"381":49,"383":21,"39":103,"391":19,"396":2,"397":10,"40":66,"409":45,"41":70,"414":17,"415":65,"419":2,"42":48,"426":5,"43":28,"430":7,"433":1,"44":47,"45":21,"46":197,"48":53,"49":60,"5":597,"51":35,"52":61,"53":64,"56":16,"570":4,"6":150,"63":16,"7":437,"79":37,"8":185,"80":8,"9":85,"all_client":66956,"all_tv_clinet":10788,"insert_time":"2014-08-21T02:00:38.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56369,"10":15,"107":402,"11":247,"12":87,"13":347,"14":63,"15":123,"155":38,"156":24,"158":32,"159":13,"16":80,"160":27,"161":170,"167":27,"17":227,"18":611,"19":403,"20":78,"209":20,"21":443,"210":11,"211":2,"214":10,"215":101,"221":206,"223":553,"224":77,"225":281,"23":283,"24":850,"25":343,"257":56,"26":72,"268":6,"27":59,"273":62,"276":20,"279":8,"28":293,"281":25,"282":10,"291":12,"292":119,"30":30,"302":2,"306":1,"31":30,"314":3,"317":4,"32":17,"33":39,"34":43,"347":5,"35":66,"352":506,"36":100,"37":52,"38":339,"380":9,"381":48,"383":22,"39":106,"391":19,"396":4,"397":10,"40":67,"409":43,"41":70,"414":19,"415":63,"419":2,"42":49,"426":3,"43":29,"430":7,"433":2,"44":50,"45":21,"46":185,"48":50,"49":61,"5":598,"51":34,"52":62,"53":66,"56":15,"570":3,"6":153,"63":17,"7":441,"79":38,"8":188,"80":8,"9":87,"all_client":67191,"all_tv_clinet":10822,"insert_time":"2014-08-21T02:01:38.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56576,"10":14,"107":403,"11":246,"12":90,"13":334,"14":66,"15":135,"155":37,"156":22,"158":31,"159":13,"16":80,"160":27,"161":172,"167":27,"17":227,"18":617,"19":391,"20":77,"209":17,"21":449,"210":11,"211":2,"214":10,"215":100,"221":205,"223":534,"224":77,"225":270,"23":277,"24":856,"25":348,"257":62,"26":78,"268":6,"27":59,"273":65,"276":20,"279":9,"28":303,"281":26,"282":10,"291":13,"292":120,"30":31,"302":3,"306":1,"31":29,"314":3,"317":4,"32":19,"33":37,"34":46,"347":5,"35":69,"352":509,"36":100,"37":53,"38":342,"380":8,"381":44,"383":22,"39":111,"391":21,"396":4,"397":10,"40":63,"409":40,"41":76,"414":21,"415":62,"419":2,"42":48,"426":3,"43":28,"430":9,"433":2,"44":47,"45":22,"46":171,"48":43,"49":55,"5":613,"51":30,"52":65,"53":68,"56":16,"570":3,"6":150,"63":18,"7":436,"79":37,"8":191,"80":8,"9":94,"all_client":67404,"all_tv_clinet":10828,"insert_time":"2014-08-21T02:02:39.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56746,"10":14,"107":407,"11":236,"12":93,"13":331,"14":71,"15":144,"155":37,"156":20,"158":31,"159":13,"16":82,"160":26,"161":176,"167":28,"17":223,"18":623,"19":391,"20":79,"209":19,"21":458,"210":10,"211":2,"214":11,"215":100,"221":204,"223":519,"224":76,"225":255,"23":278,"24":882,"25":339,"257":60,"26":86,"268":6,"27":60,"273":64,"276":19,"279":11,"28":303,"281":25,"282":9,"291":13,"292":126,"30":34,"302":3,"306":1,"31":28,"314":4,"317":4,"32":16,"33":35,"34":47,"347":6,"35":76,"352":527,"36":99,"37":53,"38":350,"380":7,"381":42,"383":19,"39":115,"391":22,"396":4,"397":9,"40":56,"409":39,"41":72,"414":20,"415":61,"419":3,"42":49,"426":3,"43":25,"430":12,"433":2,"44":43,"45":20,"46":159,"48":48,"49":51,"5":615,"51":28,"52":69,"53":68,"56":18,"570":3,"6":150,"63":17,"7":430,"79":35,"8":194,"80":9,"9":101,"all_client":67607,"all_tv_clinet":10861,"insert_time":"2014-08-21T02:03:39.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56959,"10":14,"107":402,"11":235,"12":93,"13":321,"14":75,"15":166,"155":35,"156":21,"158":29,"159":13,"16":80,"160":25,"161":181,"167":26,"17":210,"18":622,"19":386,"20":76,"209":22,"21":456,"210":11,"211":3,"214":12,"215":98,"221":198,"223":520,"224":78,"225":268,"23":274,"24":887,"25":337,"257":60,"26":83,"268":6,"27":64,"273":65,"276":20,"279":11,"28":313,"281":29,"282":9,"291":13,"292":132,"30":29,"302":2,"306":1,"31":29,"314":5,"317":5,"32":15,"33":37,"34":47,"347":6,"35":75,"352":536,"36":105,"37":50,"38":345,"380":7,"381":39,"383":17,"39":121,"391":19,"396":3,"397":9,"40":52,"409":40,"41":72,"414":18,"415":60,"419":4,"42":48,"426":3,"43":26,"430":15,"433":1,"44":38,"45":19,"46":150,"48":47,"49":47,"5":621,"51":31,"52":72,"53":66,"56":19,"570":3,"6":144,"63":15,"7":430,"79":37,"8":196,"80":11,"9":114,"all_client":67839,"all_tv_clinet":10880,"insert_time":"2014-08-21T02:04:40.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57178,"10":14,"107":406,"11":240,"12":89,"13":323,"14":76,"15":168,"155":38,"156":22,"158":29,"159":12,"16":79,"160":24,"161":179,"167":26,"17":203,"18":623,"19":385,"20":81,"209":34,"21":456,"210":10,"211":3,"214":12,"215":99,"221":192,"223":514,"224":81,"225":263,"23":276,"24":869,"25":335,"257":60,"26":85,"268":5,"27":66,"273":70,"276":19,"279":11,"28":317,"281":29,"282":11,"291":15,"292":140,"30":28,"302":2,"306":1,"31":29,"314":6,"317":4,"32":14,"33":38,"34":45,"347":6,"35":75,"352":536,"36":104,"37":59,"38":346,"380":8,"381":42,"383":16,"39":124,"391":20,"396":3,"397":10,"40":48,"409":42,"41":72,"414":17,"415":59,"419":4,"42":49,"426":2,"43":28,"430":14,"433":1,"44":33,"45":20,"46":146,"48":48,"49":45,"5":618,"51":30,"52":72,"53":64,"56":19,"570":3,"6":143,"63":14,"7":424,"79":37,"8":192,"80":13,"9":123,"all_client":68063,"all_tv_clinet":10885,"insert_time":"2014-08-21T02:05:40.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57381,"10":15,"107":417,"11":244,"12":91,"13":311,"14":82,"15":166,"155":38,"156":22,"158":29,"159":12,"16":77,"160":23,"161":181,"167":25,"17":196,"18":617,"19":379,"20":75,"209":40,"21":451,"210":10,"211":3,"214":13,"215":98,"221":187,"223":509,"224":81,"225":271,"23":279,"24":877,"25":340,"257":61,"26":84,"268":6,"27":70,"273":68,"276":21,"279":12,"28":332,"281":28,"282":10,"291":16,"292":144,"30":27,"302":1,"306":1,"31":26,"314":8,"317":4,"32":15,"33":40,"34":41,"347":7,"35":76,"352":532,"36":102,"37":59,"38":346,"380":8,"381":39,"383":17,"39":132,"391":19,"396":2,"397":11,"40":48,"409":44,"41":72,"414":18,"415":60,"419":6,"42":50,"426":2,"43":27,"430":14,"433":1,"44":26,"45":22,"46":146,"48":48,"49":42,"5":616,"51":33,"52":75,"53":62,"56":19,"570":3,"6":144,"63":13,"7":438,"79":37,"8":193,"80":14,"9":126,"all_client":68304,"all_tv_clinet":10923,"insert_time":"2014-08-21T02:06:41.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57607,"10":13,"107":408,"11":249,"12":84,"13":312,"14":90,"15":160,"155":38,"156":22,"158":29,"159":12,"16":80,"160":22,"161":180,"167":25,"17":192,"18":621,"19":373,"20":73,"209":41,"21":462,"210":10,"211":2,"214":13,"215":97,"221":183,"223":501,"224":80,"225":277,"23":279,"24":902,"25":338,"257":63,"26":86,"268":6,"27":71,"273":75,"276":20,"279":14,"28":339,"281":28,"282":9,"291":15,"292":148,"30":24,"302":1,"306":1,"31":24,"314":8,"317":4,"32":13,"33":38,"34":43,"347":7,"35":72,"352":527,"36":101,"37":60,"38":344,"380":7,"381":38,"383":18,"39":137,"391":17,"396":3,"397":11,"40":46,"409":47,"41":72,"414":21,"415":59,"419":6,"42":51,"426":2,"43":28,"430":16,"433":2,"44":21,"45":20,"46":143,"48":46,"49":43,"5":604,"51":36,"52":79,"53":57,"56":19,"570":3,"6":144,"63":13,"7":439,"79":37,"8":198,"80":14,"9":137,"all_client":68550,"all_tv_clinet":10943,"insert_time":"2014-08-21T02:07:41.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57749,"10":13,"107":399,"11":256,"12":75,"13":304,"14":97,"15":160,"155":39,"156":25,"158":30,"159":12,"16":83,"160":22,"161":181,"167":26,"17":179,"18":631,"19":373,"20":70,"209":41,"21":458,"210":11,"211":1,"214":13,"215":95,"221":185,"223":509,"224":87,"225":275,"23":277,"24":922,"25":342,"257":63,"26":85,"268":6,"27":72,"273":76,"276":19,"279":14,"28":347,"281":29,"282":9,"291":14,"292":143,"30":23,"302":2,"306":1,"31":22,"314":7,"317":4,"32":13,"33":36,"34":46,"347":7,"35":68,"352":526,"36":103,"37":58,"38":347,"380":7,"381":38,"383":22,"39":137,"391":21,"396":4,"397":11,"40":43,"409":51,"41":72,"414":21,"415":62,"419":6,"42":52,"426":2,"43":30,"430":17,"433":4,"44":18,"45":20,"46":140,"48":46,"49":40,"5":580,"51":36,"52":82,"53":53,"56":19,"570":3,"6":149,"63":13,"7":440,"79":37,"8":201,"80":11,"9":143,"all_client":68711,"all_tv_clinet":10962,"insert_time":"2014-08-21T02:08:42.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57978,"10":13,"107":404,"11":256,"12":66,"13":307,"14":95,"15":151,"155":38,"156":26,"158":32,"159":11,"16":87,"160":20,"161":177,"167":27,"17":171,"18":647,"19":375,"20":75,"209":34,"21":458,"210":12,"211":1,"214":14,"215":96,"221":183,"223":505,"224":90,"225":271,"23":272,"24":945,"25":344,"257":62,"26":85,"268":5,"27":72,"273":75,"276":18,"279":13,"28":349,"281":29,"282":9,"291":11,"292":141,"30":25,"302":3,"306":1,"31":23,"314":5,"317":5,"32":13,"33":35,"34":45,"347":6,"35":67,"352":533,"36":96,"37":57,"38":342,"380":5,"381":36,"383":22,"39":138,"391":21,"396":4,"397":11,"40":43,"409":52,"41":69,"414":23,"415":60,"419":9,"42":51,"426":1,"43":35,"430":19,"433":5,"44":18,"45":21,"46":137,"48":43,"49":39,"5":555,"51":35,"52":87,"53":52,"56":19,"570":4,"6":149,"63":13,"7":453,"79":39,"8":204,"80":10,"9":143,"all_client":68931,"all_tv_clinet":10953,"insert_time":"2014-08-21T02:09:42.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58159,"10":13,"107":408,"11":255,"12":63,"13":306,"14":101,"15":143,"155":38,"156":26,"158":30,"159":12,"16":87,"160":20,"161":182,"167":28,"17":170,"18":658,"19":367,"20":78,"209":35,"21":457,"210":13,"211":1,"214":14,"215":99,"221":184,"223":497,"224":92,"225":274,"23":274,"24":951,"25":356,"257":60,"26":90,"268":4,"27":73,"273":79,"276":17,"279":12,"28":350,"281":27,"282":9,"291":12,"292":142,"30":27,"302":4,"306":1,"31":23,"314":4,"317":6,"32":12,"33":32,"34":45,"347":6,"35":57,"352":528,"36":97,"37":56,"38":345,"380":5,"381":35,"383":20,"39":139,"391":22,"396":4,"397":11,"40":47,"409":55,"41":72,"414":22,"415":56,"419":8,"42":52,"426":1,"43":40,"430":19,"433":5,"44":18,"45":23,"46":129,"48":48,"49":39,"5":535,"51":33,"52":87,"53":49,"56":19,"570":4,"6":156,"63":14,"7":464,"79":39,"8":210,"80":10,"9":134,"all_client":69133,"all_tv_clinet":10974,"insert_time":"2014-08-21T02:10:43.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58306,"10":12,"107":410,"11":261,"12":59,"13":310,"14":100,"15":137,"155":37,"156":27,"158":30,"159":13,"16":88,"160":19,"161":176,"167":28,"17":172,"18":667,"19":379,"20":77,"209":35,"21":454,"210":15,"211":1,"214":15,"215":102,"221":187,"223":489,"224":89,"225":267,"23":282,"24":938,"25":354,"257":62,"26":88,"268":3,"27":75,"273":86,"276":18,"279":12,"28":355,"281":25,"282":8,"291":11,"292":139,"30":27,"302":4,"306":1,"31":23,"314":4,"317":6,"32":11,"33":30,"34":42,"347":6,"35":56,"352":532,"36":99,"37":56,"38":356,"380":5,"381":33,"383":19,"39":143,"391":22,"396":4,"397":12,"40":51,"409":60,"41":70,"414":23,"415":56,"419":8,"42":53,"426":1,"43":40,"430":19,"433":5,"44":19,"45":22,"46":131,"48":50,"49":36,"5":538,"51":36,"52":87,"53":49,"56":20,"570":4,"6":158,"63":12,"7":482,"79":36,"8":211,"80":10,"9":125,"all_client":69321,"all_tv_clinet":11015,"insert_time":"2014-08-21T02:11:43.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58414,"10":12,"107":408,"11":264,"12":57,"13":314,"14":102,"15":137,"155":38,"156":27,"158":27,"159":12,"16":89,"160":20,"161":173,"167":27,"17":160,"18":673,"19":399,"20":72,"209":38,"21":463,"210":14,"211":1,"214":16,"215":101,"221":197,"223":491,"224":88,"225":269,"23":292,"24":929,"25":355,"257":64,"26":89,"268":3,"27":73,"273":88,"276":18,"279":13,"28":355,"281":25,"282":8,"291":11,"292":143,"30":22,"302":4,"306":1,"31":26,"314":3,"317":6,"32":11,"33":27,"34":41,"347":6,"35":51,"352":537,"36":108,"37":57,"38":360,"380":5,"381":31,"383":15,"39":148,"391":22,"396":4,"397":13,"40":52,"409":63,"41":74,"414":24,"415":57,"419":6,"42":59,"426":1,"43":39,"430":20,"433":5,"44":20,"45":24,"46":132,"48":48,"49":33,"5":519,"51":35,"52":84,"53":45,"56":20,"570":3,"6":161,"63":13,"7":485,"79":31,"8":219,"80":10,"9":116,"all_client":69465,"all_tv_clinet":11051,"insert_time":"2014-08-21T02:12:44.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58623,"10":11,"107":411,"11":264,"12":53,"13":326,"14":103,"15":137,"155":38,"156":26,"158":25,"159":11,"16":92,"160":20,"161":166,"167":26,"17":159,"18":690,"19":419,"20":73,"209":39,"21":462,"210":15,"211":1,"214":16,"215":105,"221":194,"223":499,"224":92,"225":275,"23":299,"24":938,"25":356,"257":61,"26":88,"268":3,"27":64,"273":86,"276":18,"279":13,"28":351,"281":25,"282":8,"291":11,"292":141,"30":20,"302":3,"306":1,"31":25,"314":3,"317":6,"32":13,"33":29,"34":40,"347":6,"35":47,"352":538,"36":101,"37":56,"38":358,"380":4,"381":27,"383":17,"39":152,"391":21,"396":5,"397":13,"40":55,"409":63,"41":75,"414":27,"415":51,"419":4,"42":62,"426":1,"43":40,"430":20,"433":5,"44":19,"45":24,"46":133,"48":49,"49":33,"5":518,"51":39,"52":80,"53":47,"56":20,"570":4,"6":164,"63":14,"7":490,"79":30,"8":222,"80":10,"9":109,"all_client":69726,"all_tv_clinet":11103,"insert_time":"2014-08-21T02:13:44.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58827,"10":11,"107":410,"11":270,"12":51,"13":333,"14":105,"15":140,"155":40,"156":23,"158":25,"159":10,"16":86,"160":20,"161":165,"167":26,"17":154,"18":690,"19":430,"20":72,"209":40,"21":467,"210":15,"211":1,"214":16,"215":108,"221":194,"223":500,"224":98,"225":281,"23":296,"24":946,"25":362,"257":61,"26":87,"268":4,"27":50,"273":80,"276":18,"279":14,"28":359,"281":25,"282":7,"291":13,"292":136,"30":17,"302":3,"306":1,"31":27,"314":3,"317":6,"32":14,"33":32,"34":41,"347":6,"35":43,"352":541,"36":102,"37":61,"38":365,"380":4,"381":28,"383":19,"39":157,"391":20,"396":5,"397":13,"40":58,"409":57,"41":73,"414":25,"415":47,"419":4,"42":61,"426":2,"43":39,"430":24,"433":4,"44":18,"45":26,"46":126,"48":51,"49":34,"5":512,"51":37,"52":81,"53":46,"56":19,"570":5,"6":165,"63":14,"7":487,"79":29,"8":228,"80":12,"9":100,"all_client":69958,"all_tv_clinet":11131,"insert_time":"2014-08-21T02:14:45.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59027,"10":13,"107":420,"11":262,"12":46,"13":332,"14":109,"15":136,"155":41,"156":23,"158":26,"159":10,"16":89,"160":19,"161":180,"167":26,"17":147,"18":696,"19":433,"20":73,"209":45,"21":465,"210":15,"211":1,"214":16,"215":110,"221":190,"223":491,"224":96,"225":281,"23":299,"24":934,"25":364,"257":61,"26":87,"268":4,"27":44,"273":76,"276":17,"279":13,"28":361,"281":24,"282":7,"291":13,"292":126,"30":18,"302":3,"306":1,"31":27,"314":3,"317":5,"32":15,"33":31,"34":39,"347":5,"35":41,"352":525,"36":104,"37":62,"38":377,"380":5,"381":31,"383":19,"39":156,"391":21,"396":5,"397":14,"40":57,"409":54,"41":72,"414":24,"415":50,"419":4,"42":61,"426":1,"43":47,"430":24,"433":4,"44":16,"45":29,"46":125,"48":51,"49":33,"5":515,"51":39,"52":82,"53":45,"56":19,"570":5,"6":167,"63":14,"7":498,"79":29,"8":234,"80":12,"9":104,"all_client":70170,"all_tv_clinet":11143,"insert_time":"2014-08-21T02:15:45.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59192,"10":12,"107":422,"11":266,"12":42,"13":344,"14":106,"15":140,"155":40,"156":24,"158":29,"159":10,"16":89,"160":19,"161":179,"167":25,"17":147,"18":696,"19":444,"20":74,"209":43,"21":458,"210":14,"211":1,"214":15,"215":108,"221":189,"223":486,"224":103,"225":276,"23":290,"24":951,"25":353,"257":63,"26":89,"268":4,"27":43,"273":77,"276":17,"279":11,"28":365,"281":21,"282":7,"291":14,"292":120,"30":18,"302":3,"306":2,"31":29,"314":4,"317":5,"32":16,"33":30,"34":38,"347":5,"35":41,"352":530,"36":110,"37":65,"38":373,"380":4,"381":31,"383":20,"39":156,"391":21,"396":3,"397":14,"40":51,"409":52,"41":69,"414":22,"415":56,"419":6,"42":62,"426":1,"43":47,"430":25,"433":4,"44":17,"45":31,"46":130,"48":52,"49":34,"5":519,"51":44,"52":84,"53":39,"56":18,"570":5,"6":171,"63":15,"7":511,"79":29,"8":239,"80":12,"9":98,"all_client":70379,"all_tv_clinet":11187,"insert_time":"2014-08-21T02:16:46.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59344,"10":12,"107":424,"11":266,"12":39,"13":345,"14":106,"15":146,"155":39,"156":27,"158":32,"159":13,"16":93,"160":20,"161":185,"167":24,"17":145,"18":684,"19":437,"20":73,"209":43,"21":448,"210":13,"211":1,"214":15,"215":103,"221":191,"223":487,"224":101,"225":281,"23":301,"24":978,"25":335,"257":61,"26":88,"268":3,"27":42,"273":76,"276":17,"279":12,"28":366,"281":22,"282":7,"291":14,"292":124,"30":22,"302":3,"306":2,"31":29,"314":4,"317":5,"32":17,"33":31,"34":43,"347":5,"35":45,"352":545,"36":106,"37":65,"38":372,"380":4,"381":28,"383":19,"39":144,"391":21,"396":4,"397":13,"40":48,"409":55,"41":69,"414":18,"415":56,"419":7,"42":64,"426":1,"43":54,"430":26,"433":4,"44":15,"45":30,"46":135,"48":48,"49":34,"5":526,"51":47,"52":87,"53":37,"56":18,"570":5,"6":172,"63":15,"7":510,"79":27,"8":241,"80":12,"9":98,"all_client":70569,"all_tv_clinet":11225,"insert_time":"2014-08-21T02:17:46.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59565,"10":12,"107":417,"11":261,"12":40,"13":345,"14":109,"15":157,"155":40,"156":27,"158":33,"159":13,"16":94,"160":20,"161":180,"167":25,"17":145,"18":669,"19":446,"20":73,"209":41,"21":438,"210":14,"211":1,"214":15,"215":104,"221":199,"223":500,"224":105,"225":291,"23":300,"24":981,"25":338,"257":57,"26":86,"268":3,"27":39,"273":75,"276":16,"279":14,"28":368,"281":23,"282":6,"291":14,"292":117,"30":22,"302":3,"306":3,"31":29,"314":4,"317":5,"32":17,"33":31,"34":45,"347":4,"35":44,"352":562,"36":109,"37":66,"38":377,"380":4,"381":28,"383":20,"39":128,"391":19,"396":4,"397":13,"40":50,"409":51,"41":74,"414":16,"415":52,"419":8,"42":68,"426":1,"43":57,"430":23,"433":4,"434":1,"44":14,"45":31,"46":136,"48":48,"49":28,"5":525,"51":49,"52":86,"53":36,"56":21,"570":5,"6":172,"63":15,"7":486,"79":27,"8":243,"80":14,"9":108,"all_client":70802,"all_tv_clinet":11237,"insert_time":"2014-08-21T02:18:47.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59785,"10":11,"107":416,"11":264,"12":39,"13":351,"14":109,"15":163,"155":38,"156":27,"158":31,"159":13,"16":98,"160":17,"161":185,"167":25,"168":1,"17":150,"18":667,"19":457,"20":76,"209":41,"21":420,"210":15,"211":1,"214":15,"215":102,"221":205,"223":502,"224":110,"225":294,"23":302,"24":969,"25":332,"257":64,"26":88,"268":3,"27":37,"273":79,"276":16,"279":13,"28":366,"281":23,"282":6,"291":13,"292":118,"30":23,"302":4,"306":3,"31":29,"314":3,"317":5,"32":17,"33":30,"34":45,"347":4,"35":50,"352":565,"36":109,"37":67,"38":394,"380":4,"381":26,"383":20,"39":117,"391":23,"396":4,"397":12,"40":52,"409":52,"41":78,"414":15,"415":52,"419":9,"42":70,"426":1,"43":60,"430":23,"433":4,"434":1,"44":14,"45":32,"46":139,"48":50,"49":28,"5":539,"51":46,"52":88,"53":32,"56":22,"570":4,"6":177,"63":13,"7":466,"79":27,"8":245,"80":12,"9":116,"all_client":71078,"all_tv_clinet":11293,"insert_time":"2014-08-21T02:19:47.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59948,"10":9,"107":418,"11":268,"12":40,"13":359,"14":110,"15":163,"155":39,"156":27,"158":29,"159":13,"16":101,"160":19,"161":182,"167":25,"168":1,"17":151,"18":659,"19":463,"20":80,"209":44,"21":418,"210":15,"211":1,"214":15,"215":104,"221":203,"223":501,"224":114,"225":304,"23":314,"24":977,"25":318,"257":64,"26":87,"268":3,"27":37,"273":84,"276":18,"279":12,"28":364,"281":22,"282":5,"291":12,"292":120,"30":22,"302":4,"306":2,"31":35,"314":3,"317":6,"32":18,"33":30,"34":43,"347":4,"35":53,"352":566,"36":113,"37":67,"38":380,"380":5,"381":24,"383":21,"39":109,"391":24,"396":4,"397":12,"40":54,"409":52,"41":76,"414":14,"415":51,"419":7,"42":70,"426":1,"43":63,"430":21,"433":5,"434":1,"44":14,"45":33,"46":134,"48":51,"49":30,"5":540,"51":49,"52":89,"53":30,"56":24,"570":4,"6":180,"63":14,"7":456,"79":25,"8":254,"80":12,"9":116,"all_client":71275,"all_tv_clinet":11327,"insert_time":"2014-08-21T02:20:48.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60163,"10":8,"107":420,"11":262,"12":40,"13":365,"14":104,"15":161,"155":40,"156":27,"158":28,"159":13,"16":96,"160":19,"161":187,"167":22,"168":1,"17":149,"18":662,"19":458,"20":79,"209":45,"21":403,"210":17,"214":14,"215":104,"221":200,"223":495,"224":118,"225":311,"23":323,"24":980,"25":313,"257":61,"26":86,"268":3,"27":33,"273":88,"276":18,"279":12,"28":355,"281":20,"282":5,"291":13,"292":124,"30":22,"302":5,"306":1,"31":37,"314":5,"317":6,"32":19,"33":31,"34":45,"347":5,"35":54,"352":564,"36":111,"37":70,"38":392,"380":6,"381":26,"383":22,"39":104,"391":24,"396":4,"397":12,"40":55,"409":56,"41":72,"414":13,"415":51,"419":6,"42":72,"426":3,"43":64,"430":22,"433":6,"434":1,"44":14,"45":34,"46":139,"48":49,"49":29,"5":553,"51":47,"52":93,"53":27,"56":24,"570":4,"6":189,"63":14,"7":455,"79":25,"8":258,"80":13,"9":111,"all_client":71509,"all_tv_clinet":11346,"insert_time":"2014-08-21T02:21:49.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60380,"10":9,"107":426,"11":263,"12":41,"13":375,"14":98,"15":170,"155":40,"156":26,"158":33,"159":14,"16":97,"160":18,"161":186,"167":22,"168":2,"17":148,"18":661,"19":455,"20":77,"209":49,"21":400,"210":16,"214":14,"215":100,"221":214,"223":507,"224":120,"225":314,"23":326,"24":971,"25":302,"257":59,"26":86,"268":5,"27":31,"273":86,"276":18,"279":14,"28":355,"281":22,"282":5,"291":15,"292":126,"30":23,"302":5,"31":39,"314":4,"317":8,"32":19,"33":34,"34":49,"347":6,"35":53,"352":566,"36":109,"37":67,"38":389,"380":6,"381":25,"383":20,"39":99,"391":24,"396":4,"397":12,"40":58,"409":55,"41":70,"414":13,"415":53,"419":6,"42":75,"426":3,"43":66,"430":24,"433":6,"434":1,"44":15,"45":33,"46":139,"48":43,"49":25,"5":557,"51":46,"52":91,"53":24,"56":24,"570":7,"6":192,"63":15,"7":448,"79":23,"8":257,"80":13,"9":104,"all_client":71743,"all_tv_clinet":11363,"insert_time":"2014-08-21T02:22:49.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60595,"10":9,"107":432,"11":265,"12":43,"13":377,"14":92,"15":174,"155":40,"156":25,"158":33,"159":14,"16":99,"160":17,"161":184,"167":21,"168":2,"17":153,"18":664,"19":457,"20":78,"209":48,"21":402,"210":15,"214":14,"215":100,"221":221,"223":511,"224":125,"225":312,"23":337,"24":976,"25":293,"257":63,"26":86,"268":5,"27":30,"273":86,"276":18,"279":16,"28":346,"281":22,"282":4,"291":16,"292":125,"30":23,"302":5,"31":41,"314":4,"317":8,"32":20,"33":40,"34":45,"347":6,"35":51,"352":559,"36":110,"37":64,"38":388,"380":8,"381":23,"383":19,"39":95,"391":27,"396":4,"397":12,"40":56,"409":59,"41":70,"414":15,"415":46,"419":8,"42":76,"426":3,"43":67,"430":25,"433":5,"434":1,"44":12,"45":34,"46":133,"48":43,"49":28,"5":558,"51":47,"52":95,"53":23,"56":24,"570":7,"6":193,"63":16,"7":450,"79":23,"8":256,"80":14,"9":101,"all_client":71985,"all_tv_clinet":11390,"insert_time":"2014-08-21T02:23:50.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60739,"10":8,"107":432,"11":273,"12":41,"13":379,"14":91,"15":176,"155":39,"156":24,"158":32,"159":15,"16":100,"160":18,"161":182,"167":25,"168":2,"17":157,"18":664,"19":449,"20":78,"209":45,"21":417,"210":13,"211":1,"214":14,"215":97,"221":228,"223":525,"224":136,"225":317,"23":340,"24":987,"25":292,"257":62,"26":84,"268":5,"27":30,"273":89,"276":18,"279":16,"28":357,"281":23,"282":3,"291":17,"292":127,"30":22,"302":4,"31":46,"314":4,"317":8,"32":21,"33":43,"34":42,"347":8,"35":54,"352":561,"36":120,"37":56,"38":358,"380":8,"381":21,"383":19,"39":89,"391":26,"396":4,"397":12,"40":63,"409":67,"41":70,"414":15,"415":53,"419":9,"42":74,"426":1,"43":66,"430":26,"433":6,"44":11,"45":33,"46":140,"48":40,"49":28,"5":549,"51":49,"52":98,"53":23,"56":24,"570":10,"6":195,"63":17,"7":443,"79":22,"8":261,"80":13,"9":94,"all_client":72193,"all_tv_clinet":11454,"insert_time":"2014-08-21T02:24:50.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60873,"10":8,"107":430,"11":287,"12":46,"13":377,"14":88,"15":188,"155":40,"156":22,"158":33,"159":15,"16":97,"160":18,"161":186,"167":24,"168":1,"17":160,"18":650,"19":423,"20":84,"209":46,"21":419,"210":12,"211":1,"214":15,"215":99,"221":228,"223":532,"224":137,"225":318,"23":348,"24":1011,"25":301,"257":63,"26":87,"268":4,"27":34,"273":101,"276":18,"279":16,"28":364,"281":24,"282":3,"291":19,"292":128,"30":24,"302":4,"306":1,"31":42,"314":3,"317":7,"32":19,"33":43,"34":37,"347":10,"35":57,"352":561,"36":119,"37":53,"38":351,"380":8,"381":21,"383":20,"39":87,"391":24,"396":4,"397":12,"40":62,"409":67,"41":68,"414":15,"415":49,"419":8,"42":74,"426":2,"43":65,"430":28,"433":6,"44":12,"45":33,"46":141,"48":40,"49":29,"5":559,"51":48,"52":100,"53":25,"56":20,"570":9,"6":197,"63":17,"7":432,"79":23,"8":259,"80":12,"9":88,"all_client":72373,"all_tv_clinet":11500,"insert_time":"2014-08-21T02:25:51.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61034,"10":7,"107":439,"11":299,"12":46,"13":376,"14":87,"15":190,"155":41,"156":19,"158":33,"159":17,"16":93,"160":17,"161":187,"167":26,"17":161,"18":656,"19":412,"20":84,"209":49,"21":425,"210":12,"211":1,"214":14,"215":103,"221":229,"223":539,"224":136,"225":313,"23":355,"24":1017,"25":295,"257":64,"26":90,"268":5,"27":34,"273":102,"276":19,"279":15,"28":375,"281":23,"282":4,"291":18,"292":134,"30":24,"302":4,"306":2,"31":42,"314":3,"317":8,"32":17,"33":39,"34":37,"347":10,"35":56,"352":564,"36":126,"37":51,"38":345,"380":8,"381":22,"383":20,"39":85,"391":25,"396":5,"397":12,"40":64,"409":67,"41":71,"414":19,"415":47,"419":7,"42":74,"426":2,"43":64,"430":29,"433":5,"44":14,"45":35,"46":146,"48":40,"49":28,"5":550,"51":44,"52":102,"53":26,"56":17,"570":9,"6":191,"63":18,"7":421,"79":23,"8":265,"80":12,"9":91,"all_client":72581,"all_tv_clinet":11547,"insert_time":"2014-08-21T02:26:51.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61217,"10":8,"107":440,"11":302,"12":45,"13":384,"14":92,"15":193,"155":40,"156":20,"158":31,"159":15,"16":85,"160":17,"161":185,"167":23,"17":165,"18":641,"19":404,"20":88,"209":49,"21":426,"210":10,"211":1,"214":11,"215":101,"221":225,"223":549,"224":137,"225":312,"23":353,"24":1013,"25":287,"257":65,"26":91,"268":5,"27":36,"273":97,"276":22,"279":14,"28":382,"281":24,"282":4,"291":19,"292":141,"30":25,"302":4,"306":2,"31":41,"314":4,"317":9,"32":16,"33":41,"34":37,"347":10,"35":56,"352":579,"36":122,"37":51,"38":339,"380":8,"381":22,"383":19,"39":80,"391":26,"396":7,"397":12,"40":69,"409":70,"41":78,"414":19,"415":43,"419":7,"42":73,"426":2,"43":59,"430":30,"433":4,"44":15,"45":36,"46":141,"48":37,"49":27,"5":562,"51":47,"52":106,"53":32,"56":16,"570":7,"6":190,"63":22,"7":412,"79":23,"8":266,"80":12,"9":96,"all_client":72780,"all_tv_clinet":11563,"insert_time":"2014-08-21T02:27:52.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61422,"10":7,"107":434,"11":311,"12":42,"13":383,"14":98,"15":201,"155":38,"156":20,"158":27,"159":15,"16":82,"160":15,"161":183,"167":21,"168":1,"17":171,"18":632,"19":409,"20":90,"209":48,"21":440,"210":10,"211":2,"214":11,"215":100,"221":220,"223":558,"224":141,"225":320,"23":360,"24":1006,"25":285,"257":66,"26":89,"268":4,"27":37,"273":88,"276":22,"279":14,"28":382,"281":25,"282":5,"291":20,"292":127,"30":25,"302":4,"306":1,"31":44,"314":5,"317":7,"32":14,"33":42,"34":35,"347":9,"35":62,"352":575,"36":121,"37":47,"38":345,"380":9,"381":22,"383":23,"39":89,"391":25,"396":7,"397":12,"40":70,"409":76,"41":76,"414":19,"415":43,"419":9,"42":73,"426":2,"43":52,"430":30,"433":4,"44":14,"45":36,"46":138,"48":38,"49":26,"5":578,"51":47,"52":107,"53":32,"56":16,"570":7,"6":189,"63":23,"7":404,"79":22,"8":268,"80":12,"9":106,"all_client":73022,"all_tv_clinet":11600,"insert_time":"2014-08-21T02:28:52.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61625,"10":8,"107":426,"11":305,"12":42,"13":388,"14":107,"15":198,"155":38,"156":20,"158":25,"159":14,"16":83,"160":16,"161":177,"167":23,"168":1,"17":169,"18":626,"19":412,"20":97,"209":48,"21":439,"210":10,"211":2,"214":11,"215":95,"221":229,"223":575,"224":145,"225":327,"23":359,"24":1011,"25":285,"257":70,"26":95,"268":5,"27":37,"273":84,"276":21,"279":15,"28":384,"281":27,"282":5,"291":19,"292":125,"30":26,"302":4,"306":1,"31":43,"314":5,"317":7,"32":14,"33":44,"34":34,"347":10,"35":65,"352":575,"36":116,"37":45,"38":334,"380":11,"381":18,"383":23,"39":92,"391":25,"396":7,"397":14,"40":74,"409":78,"41":76,"414":21,"415":43,"419":9,"42":73,"426":3,"43":48,"430":30,"433":5,"44":16,"45":32,"46":137,"48":38,"49":21,"5":583,"51":45,"52":101,"53":31,"56":15,"570":7,"6":191,"63":24,"7":400,"79":23,"8":268,"80":15,"9":105,"all_client":73248,"all_tv_clinet":11623,"insert_time":"2014-08-21T02:29:53.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61780,"10":11,"107":442,"11":314,"12":41,"13":386,"14":108,"15":209,"155":37,"156":22,"158":25,"159":14,"16":88,"160":15,"161":173,"167":22,"168":1,"17":174,"18":623,"19":417,"20":98,"209":52,"21":436,"210":9,"211":2,"214":11,"215":88,"221":231,"223":572,"224":141,"225":321,"23":366,"24":1015,"25":290,"257":68,"26":97,"268":7,"27":38,"273":85,"276":21,"279":15,"28":380,"281":27,"282":6,"291":19,"292":111,"30":26,"302":4,"306":1,"31":41,"314":4,"317":6,"32":14,"33":39,"34":32,"347":8,"35":67,"352":567,"36":114,"37":43,"38":332,"380":12,"381":19,"383":24,"39":99,"391":25,"396":7,"397":14,"40":77,"409":85,"41":82,"414":21,"415":43,"419":9,"42":73,"426":4,"43":45,"430":31,"433":5,"44":14,"45":30,"46":134,"48":41,"49":22,"5":587,"51":40,"52":89,"53":33,"56":16,"570":9,"6":197,"63":24,"7":394,"79":23,"8":272,"80":15,"9":105,"all_client":73426,"all_tv_clinet":11646,"insert_time":"2014-08-21T02:30:53.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61920,"10":14,"107":434,"11":316,"12":47,"13":386,"14":110,"15":222,"155":37,"156":22,"158":25,"159":14,"16":94,"160":17,"161":169,"167":23,"168":1,"17":182,"18":607,"19":425,"20":97,"209":52,"21":445,"210":7,"211":3,"214":10,"215":90,"221":236,"223":568,"224":127,"225":331,"23":360,"24":1002,"25":306,"257":68,"26":102,"268":7,"27":41,"273":80,"276":22,"279":13,"28":389,"281":27,"282":7,"291":21,"292":109,"30":27,"302":4,"306":1,"31":43,"314":4,"317":6,"32":16,"33":41,"34":32,"347":10,"35":73,"352":577,"36":119,"37":42,"38":335,"380":14,"381":19,"383":23,"39":103,"391":23,"396":6,"397":14,"40":73,"409":87,"41":83,"414":22,"415":43,"419":9,"42":72,"426":5,"43":48,"430":27,"433":6,"44":15,"45":29,"46":139,"48":41,"49":22,"5":585,"51":44,"52":81,"53":35,"56":15,"570":8,"6":198,"63":23,"7":388,"79":23,"8":269,"80":16,"9":104,"all_client":73627,"all_tv_clinet":11707,"insert_time":"2014-08-21T02:31:54.371Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62116,"10":13,"107":434,"11":314,"12":46,"13":406,"14":109,"15":224,"155":37,"156":25,"158":22,"159":14,"16":104,"160":15,"161":171,"167":23,"168":1,"17":185,"18":589,"19":433,"20":103,"209":50,"21":458,"210":7,"211":3,"214":10,"215":90,"221":236,"223":564,"224":106,"225":327,"23":340,"24":1014,"25":309,"257":66,"26":102,"268":7,"27":42,"273":79,"276":22,"279":13,"28":388,"281":26,"282":9,"291":22,"292":104,"30":30,"302":4,"306":1,"31":41,"314":4,"317":6,"32":18,"33":40,"34":30,"347":11,"35":79,"352":571,"36":127,"37":41,"38":340,"380":13,"381":21,"383":23,"389":2,"39":108,"391":22,"396":3,"397":13,"40":64,"409":90,"41":87,"414":21,"415":49,"419":11,"42":74,"426":4,"43":54,"430":25,"433":6,"44":17,"45":30,"46":148,"48":41,"49":24,"5":597,"51":45,"52":68,"53":33,"56":12,"570":7,"6":201,"63":23,"7":386,"79":24,"8":257,"80":15,"9":105,"all_client":73844,"all_tv_clinet":11728,"insert_time":"2014-08-21T02:32:54.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62275,"10":11,"107":428,"11":311,"12":45,"13":409,"14":114,"15":224,"155":37,"156":23,"158":23,"159":15,"16":104,"160":13,"161":170,"167":23,"168":3,"17":194,"18":579,"19":437,"20":106,"209":47,"21":477,"210":5,"211":3,"214":12,"215":97,"221":231,"223":560,"224":95,"225":315,"23":316,"24":1035,"25":314,"257":67,"26":102,"268":8,"27":44,"273":81,"276":19,"279":13,"28":389,"281":25,"282":12,"291":24,"292":100,"30":32,"302":4,"306":1,"31":43,"314":6,"317":5,"32":16,"33":43,"34":30,"347":14,"35":81,"352":570,"36":129,"37":40,"38":346,"380":14,"381":20,"383":26,"389":3,"39":106,"391":23,"396":4,"397":13,"40":59,"409":92,"41":83,"414":23,"415":50,"419":12,"42":75,"426":4,"43":61,"430":24,"433":6,"44":18,"45":32,"46":146,"48":36,"49":23,"5":603,"51":49,"52":62,"53":36,"56":12,"570":7,"6":211,"63":23,"7":384,"79":24,"8":247,"80":16,"9":105,"all_client":74027,"all_tv_clinet":11752,"insert_time":"2014-08-21T02:33:55.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62456,"10":10,"107":424,"11":301,"12":41,"13":409,"14":117,"15":221,"155":35,"156":23,"158":24,"159":15,"16":104,"160":13,"161":170,"167":25,"168":3,"17":191,"18":571,"19":438,"20":106,"209":50,"21":486,"210":5,"211":2,"214":10,"215":97,"221":236,"223":560,"224":85,"225":307,"23":310,"24":1057,"25":321,"257":66,"26":104,"268":8,"27":45,"273":83,"276":19,"279":12,"28":390,"281":24,"282":12,"291":25,"292":104,"30":33,"302":4,"306":1,"31":44,"314":6,"317":5,"32":16,"33":45,"34":30,"347":14,"35":85,"352":577,"36":132,"37":45,"38":334,"380":16,"381":21,"383":24,"389":4,"39":110,"391":20,"396":4,"397":14,"40":53,"409":90,"41":85,"414":23,"415":53,"419":13,"42":77,"426":3,"43":61,"430":25,"433":5,"44":19,"45":32,"46":144,"48":39,"49":23,"5":608,"51":49,"52":63,"53":34,"56":11,"570":7,"6":216,"63":24,"7":385,"79":22,"8":231,"80":15,"9":106,"all_client":74215,"all_tv_clinet":11759,"insert_time":"2014-08-21T02:34:56.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62603,"10":9,"107":431,"11":299,"12":41,"13":410,"14":116,"15":226,"155":37,"156":22,"158":25,"159":15,"16":110,"160":13,"161":172,"167":25,"168":4,"17":192,"18":573,"19":435,"20":105,"209":51,"21":498,"210":5,"211":2,"214":10,"215":88,"221":240,"223":564,"224":80,"225":302,"23":302,"24":1062,"25":324,"257":65,"26":108,"268":9,"27":49,"273":84,"276":20,"279":12,"28":393,"281":27,"282":11,"291":25,"292":106,"30":34,"302":4,"306":1,"31":42,"314":6,"317":5,"32":15,"33":46,"34":29,"347":15,"35":83,"352":568,"36":127,"37":46,"38":335,"380":18,"381":23,"383":24,"389":3,"39":113,"391":18,"396":5,"397":12,"40":53,"409":83,"41":86,"414":25,"415":51,"419":13,"42":80,"426":3,"43":64,"430":24,"433":5,"44":22,"45":29,"46":156,"48":41,"49":20,"5":612,"51":49,"52":65,"53":33,"56":10,"570":5,"6":220,"63":25,"7":379,"79":20,"8":218,"80":17,"9":105,"all_client":74385,"all_tv_clinet":11782,"insert_time":"2014-08-21T02:35:56.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62732,"10":8,"107":433,"11":302,"12":43,"13":411,"14":121,"15":227,"155":37,"156":23,"158":25,"159":13,"16":116,"160":14,"161":175,"167":26,"168":3,"17":196,"18":583,"19":441,"20":110,"209":53,"21":520,"210":5,"211":2,"214":11,"215":77,"221":240,"223":571,"224":71,"225":312,"23":291,"24":1030,"25":331,"257":70,"26":113,"268":8,"27":54,"273":84,"276":19,"279":11,"28":384,"281":26,"282":10,"291":24,"292":115,"30":37,"302":5,"306":1,"31":36,"314":8,"317":5,"32":16,"33":44,"34":29,"347":16,"35":87,"352":566,"36":127,"37":44,"38":338,"380":18,"381":23,"383":23,"389":3,"39":116,"391":21,"396":4,"397":12,"40":50,"409":77,"41":88,"414":26,"415":53,"419":12,"42":79,"426":2,"43":64,"430":24,"433":4,"44":23,"45":25,"46":162,"48":44,"49":21,"5":628,"51":49,"52":62,"53":33,"56":9,"570":4,"6":222,"63":25,"7":374,"79":19,"8":213,"80":19,"9":106,"all_client":74567,"all_tv_clinet":11835,"insert_time":"2014-08-21T02:36:57.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62911,"10":7,"107":439,"11":296,"12":42,"13":414,"14":116,"15":232,"155":36,"156":21,"158":23,"159":10,"16":117,"160":16,"161":183,"167":26,"168":3,"17":195,"18":600,"19":445,"20":107,"209":51,"21":526,"210":5,"211":2,"214":11,"215":79,"221":234,"223":586,"224":69,"225":322,"23":290,"24":990,"25":348,"257":75,"26":109,"268":8,"27":60,"273":80,"276":18,"279":12,"28":365,"281":26,"282":11,"291":24,"292":121,"30":40,"302":6,"306":1,"31":32,"314":9,"317":6,"32":18,"33":42,"34":29,"347":18,"35":82,"352":565,"36":124,"37":44,"38":332,"380":18,"381":22,"383":24,"389":3,"39":117,"391":23,"396":4,"397":13,"40":49,"409":68,"41":88,"414":27,"415":55,"419":11,"42":87,"426":2,"43":69,"430":25,"433":3,"44":22,"45":23,"46":162,"48":50,"49":22,"5":628,"51":49,"52":60,"53":34,"56":9,"570":4,"6":224,"63":21,"7":376,"79":20,"8":214,"80":19,"9":109,"all_client":74763,"all_tv_clinet":11852,"insert_time":"2014-08-21T02:37:57.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63074,"10":9,"107":438,"11":306,"12":39,"13":411,"14":111,"15":237,"155":36,"156":22,"158":21,"159":10,"16":127,"160":16,"161":181,"167":28,"168":3,"17":189,"18":613,"19":450,"20":108,"209":49,"21":536,"210":4,"211":3,"214":11,"215":85,"221":230,"223":590,"224":65,"225":319,"23":292,"24":959,"25":355,"257":75,"26":108,"268":8,"27":63,"273":87,"276":18,"279":12,"28":349,"281":26,"282":13,"291":24,"292":127,"30":40,"302":6,"306":1,"31":32,"314":10,"317":3,"32":17,"33":43,"34":30,"347":20,"35":83,"352":571,"36":125,"37":44,"38":317,"380":17,"381":23,"383":24,"389":2,"39":127,"391":27,"396":5,"397":13,"40":49,"409":64,"41":84,"414":28,"415":55,"419":11,"42":90,"426":2,"43":68,"430":25,"433":5,"44":18,"45":21,"46":166,"48":53,"49":24,"5":638,"51":48,"52":59,"53":39,"56":9,"570":5,"6":216,"63":17,"7":377,"79":19,"8":208,"80":18,"9":108,"all_client":74941,"all_tv_clinet":11867,"insert_time":"2014-08-21T02:38:58.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63255,"10":9,"107":429,"11":305,"12":39,"13":421,"14":101,"15":237,"155":36,"156":23,"158":21,"159":10,"16":136,"160":19,"161":181,"167":30,"168":2,"17":192,"18":618,"19":455,"20":105,"209":47,"21":545,"210":4,"211":3,"214":12,"215":97,"221":231,"223":606,"224":63,"225":329,"23":291,"24":935,"25":358,"257":69,"26":104,"268":8,"27":64,"273":88,"276":17,"279":12,"28":340,"281":27,"282":13,"291":23,"292":128,"30":37,"302":6,"306":1,"31":34,"314":9,"317":3,"32":15,"33":42,"34":32,"347":22,"35":84,"352":570,"36":121,"37":47,"38":332,"380":18,"381":25,"383":21,"389":1,"39":135,"391":25,"396":3,"397":15,"40":44,"409":58,"41":86,"414":30,"415":54,"419":11,"42":95,"426":2,"43":68,"430":24,"433":5,"44":19,"45":19,"46":171,"48":56,"49":25,"5":658,"51":46,"52":56,"53":35,"56":9,"570":5,"6":200,"63":15,"7":378,"79":23,"8":204,"80":15,"9":114,"all_client":75161,"all_tv_clinet":11906,"insert_time":"2014-08-21T02:39:58.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63452,"10":9,"107":426,"11":305,"12":44,"13":434,"14":103,"15":231,"155":33,"156":26,"158":24,"159":11,"16":149,"160":19,"161":184,"167":31,"168":2,"17":185,"18":621,"19":462,"20":106,"209":42,"21":558,"210":4,"211":3,"214":12,"215":101,"221":236,"223":599,"224":59,"225":351,"23":287,"24":923,"25":357,"257":69,"26":93,"268":8,"27":65,"273":84,"276":18,"279":10,"28":330,"281":26,"282":11,"291":21,"292":126,"30":34,"302":6,"306":1,"31":35,"314":9,"317":2,"32":12,"33":41,"34":35,"347":24,"35":88,"352":569,"36":124,"37":49,"38":330,"380":18,"381":25,"383":22,"389":1,"39":143,"391":26,"396":3,"397":15,"40":44,"409":58,"41":86,"414":30,"415":56,"419":11,"42":95,"426":2,"43":67,"430":22,"433":5,"44":21,"45":17,"46":173,"48":56,"49":24,"5":664,"51":48,"52":56,"53":34,"56":9,"570":5,"6":182,"63":14,"7":391,"79":24,"8":200,"80":13,"9":107,"all_client":75376,"all_tv_clinet":11924,"insert_time":"2014-08-21T02:40:59.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63616,"10":8,"107":431,"11":315,"12":45,"13":438,"14":108,"15":224,"155":35,"156":27,"158":25,"159":8,"16":150,"160":19,"161":188,"167":31,"168":1,"17":175,"18":628,"19":469,"20":104,"209":39,"21":565,"210":4,"211":3,"214":12,"215":105,"221":243,"223":603,"224":60,"225":351,"23":288,"24":908,"25":368,"257":69,"26":86,"268":6,"27":72,"273":86,"276":18,"279":10,"28":322,"281":23,"282":10,"291":21,"292":122,"30":31,"302":6,"306":1,"31":35,"314":9,"317":2,"32":12,"33":39,"34":38,"347":24,"35":87,"352":575,"36":123,"37":56,"38":326,"380":18,"381":25,"383":24,"389":1,"39":144,"391":24,"396":3,"397":17,"40":43,"409":61,"41":86,"414":28,"415":55,"419":12,"42":93,"426":2,"43":71,"430":22,"433":4,"44":23,"45":17,"46":175,"48":57,"49":23,"5":670,"51":46,"52":57,"53":38,"56":9,"570":6,"6":169,"63":13,"7":389,"79":24,"8":196,"80":12,"9":110,"all_client":75570,"all_tv_clinet":11954,"insert_time":"2014-08-21T02:41:59.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63856,"10":9,"107":435,"11":327,"12":42,"13":438,"14":109,"15":210,"155":35,"156":26,"158":26,"159":9,"16":159,"160":21,"161":187,"167":32,"168":1,"17":171,"18":626,"19":480,"20":106,"209":35,"21":573,"210":4,"211":3,"214":12,"215":104,"221":237,"223":607,"224":54,"225":345,"23":291,"24":896,"25":376,"257":71,"26":83,"268":6,"27":79,"273":83,"276":18,"279":11,"28":313,"281":22,"282":9,"291":23,"292":122,"30":32,"302":6,"306":1,"31":36,"314":9,"317":2,"32":12,"33":41,"34":44,"347":23,"35":90,"352":586,"36":130,"37":57,"38":317,"380":18,"381":26,"383":26,"389":1,"39":145,"391":26,"396":4,"397":16,"40":40,"409":61,"41":86,"414":25,"415":57,"419":13,"42":95,"426":3,"43":71,"430":21,"433":5,"44":25,"45":15,"46":178,"48":61,"49":23,"5":683,"51":46,"52":56,"53":41,"56":8,"570":5,"6":166,"63":12,"7":396,"79":22,"8":184,"80":12,"9":109,"all_client":75849,"all_tv_clinet":11993,"insert_time":"2014-08-21T02:43:00.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63994,"10":10,"107":441,"11":336,"12":41,"13":436,"14":113,"15":192,"155":38,"156":23,"158":27,"159":9,"16":166,"160":24,"161":181,"167":32,"168":1,"17":164,"18":620,"19":500,"20":109,"209":34,"21":570,"210":4,"211":3,"214":12,"215":105,"221":231,"223":618,"224":51,"225":332,"23":295,"24":903,"25":369,"257":71,"26":84,"268":5,"27":78,"273":79,"276":20,"279":11,"28":316,"281":22,"282":10,"291":25,"292":119,"30":31,"302":6,"306":1,"31":36,"314":9,"317":3,"32":13,"33":41,"34":47,"347":21,"35":89,"352":589,"36":134,"37":59,"38":324,"380":17,"381":29,"383":26,"389":1,"39":144,"391":28,"396":4,"397":16,"40":43,"409":63,"41":86,"414":26,"415":59,"419":13,"42":94,"426":3,"43":68,"430":21,"433":4,"44":23,"45":13,"46":179,"48":59,"49":23,"5":683,"51":49,"52":59,"53":41,"56":8,"570":5,"6":161,"63":14,"7":408,"79":20,"8":180,"80":12,"9":111,"all_client":76020,"all_tv_clinet":12026,"insert_time":"2014-08-21T02:44:00.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64179,"10":10,"107":436,"11":330,"12":40,"13":435,"14":121,"15":173,"155":38,"156":22,"158":27,"159":9,"16":175,"160":27,"161":176,"167":32,"168":1,"17":167,"18":624,"19":512,"20":110,"209":31,"21":568,"210":4,"211":3,"214":12,"215":104,"221":238,"223":626,"224":48,"225":337,"23":292,"24":903,"25":370,"257":73,"26":84,"268":5,"27":73,"273":70,"276":20,"279":12,"28":312,"281":23,"282":9,"291":25,"292":118,"30":31,"302":6,"306":1,"31":38,"314":9,"317":2,"32":14,"33":40,"34":48,"347":21,"35":91,"352":583,"36":132,"37":61,"38":326,"380":17,"381":28,"383":30,"389":1,"39":142,"391":30,"396":4,"397":18,"40":51,"409":64,"41":86,"414":29,"415":61,"419":9,"42":97,"426":3,"43":60,"430":22,"433":5,"44":21,"45":13,"46":182,"48":61,"49":24,"5":696,"51":47,"52":60,"53":46,"56":9,"570":4,"6":161,"63":14,"7":419,"79":20,"8":175,"80":11,"9":112,"all_client":76239,"all_tv_clinet":12060,"insert_time":"2014-08-21T02:45:01.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64343,"10":10,"107":438,"11":320,"12":39,"13":442,"14":124,"15":155,"155":37,"156":21,"158":27,"159":10,"16":169,"160":25,"161":178,"167":35,"168":1,"17":175,"18":619,"19":520,"20":109,"209":30,"21":579,"210":5,"211":3,"214":12,"215":104,"221":236,"223":627,"224":49,"225":338,"23":298,"24":897,"25":368,"257":77,"26":79,"268":6,"27":75,"273":70,"276":19,"279":10,"28":308,"281":22,"282":8,"291":24,"292":122,"30":33,"302":6,"306":1,"31":41,"314":9,"317":2,"32":15,"33":41,"34":47,"347":22,"35":81,"352":576,"36":136,"37":65,"38":330,"380":17,"381":28,"383":29,"389":1,"39":146,"391":29,"396":5,"397":17,"40":55,"409":72,"41":92,"414":29,"415":61,"419":9,"42":101,"426":3,"43":55,"430":24,"433":5,"44":22,"45":13,"46":175,"48":61,"49":24,"5":708,"51":49,"52":62,"53":47,"56":10,"570":5,"6":153,"63":13,"7":414,"79":21,"8":174,"80":11,"9":119,"all_client":76427,"all_tv_clinet":12084,"insert_time":"2014-08-21T02:46:01.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64474,"10":10,"107":445,"11":314,"12":35,"13":443,"14":123,"15":152,"155":35,"156":20,"158":30,"159":9,"16":157,"160":24,"161":179,"167":35,"168":1,"17":182,"18":620,"19":517,"20":112,"209":32,"21":576,"210":5,"211":3,"214":13,"215":105,"221":238,"223":642,"224":48,"225":337,"23":302,"24":890,"25":370,"257":79,"26":77,"268":6,"27":76,"273":72,"276":19,"279":11,"28":309,"281":22,"282":6,"291":25,"292":130,"30":33,"302":5,"306":1,"31":46,"314":9,"317":2,"32":14,"33":42,"34":46,"347":25,"35":73,"352":580,"36":139,"37":70,"38":322,"380":19,"381":26,"383":27,"39":151,"391":29,"396":5,"397":17,"40":58,"409":73,"41":100,"414":30,"415":62,"419":10,"42":108,"426":3,"43":51,"430":23,"433":6,"44":23,"45":16,"46":166,"48":64,"49":26,"5":715,"51":52,"52":67,"53":50,"56":10,"570":5,"6":154,"63":13,"7":426,"79":21,"8":164,"80":11,"9":120,"all_client":76618,"all_tv_clinet":12144,"insert_time":"2014-08-21T02:47:02.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64610,"10":10,"107":445,"11":308,"12":40,"13":449,"14":119,"15":151,"155":35,"156":18,"158":32,"159":9,"16":154,"160":24,"161":191,"167":34,"168":2,"17":188,"18":621,"19":495,"20":110,"209":31,"21":584,"210":5,"211":3,"214":13,"215":108,"221":238,"223":649,"224":43,"225":350,"23":313,"24":874,"25":380,"257":79,"26":72,"268":6,"27":76,"273":75,"276":20,"279":9,"28":313,"281":22,"282":6,"291":25,"292":141,"30":33,"302":5,"306":1,"31":49,"314":9,"317":3,"32":16,"33":43,"34":48,"347":28,"35":68,"352":569,"36":138,"37":73,"38":334,"380":19,"381":25,"383":26,"39":151,"391":30,"396":4,"397":16,"40":62,"409":76,"41":106,"414":29,"415":61,"419":10,"42":111,"426":3,"43":50,"430":27,"433":5,"44":23,"45":17,"46":152,"48":66,"49":27,"5":722,"51":52,"52":72,"53":48,"56":10,"570":6,"6":154,"63":13,"7":435,"79":23,"8":162,"80":11,"9":124,"all_client":76825,"all_tv_clinet":12215,"insert_time":"2014-08-21T02:48:02.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64795,"10":12,"107":434,"11":304,"12":39,"13":456,"14":113,"15":154,"155":35,"156":17,"158":35,"159":9,"16":156,"160":22,"161":207,"167":33,"168":2,"17":188,"18":625,"19":459,"20":110,"209":31,"21":585,"210":5,"211":3,"214":13,"215":111,"221":236,"223":654,"224":38,"225":349,"23":318,"24":847,"25":380,"257":80,"26":80,"268":4,"27":76,"273":76,"276":21,"279":9,"28":311,"281":22,"282":7,"291":25,"292":148,"30":30,"302":5,"306":1,"31":48,"314":8,"317":3,"32":16,"33":42,"34":51,"347":28,"35":63,"352":579,"36":136,"37":72,"38":328,"380":18,"381":28,"383":24,"39":153,"391":30,"396":3,"397":16,"40":66,"409":79,"41":110,"414":31,"415":55,"419":10,"42":108,"426":3,"43":51,"430":29,"433":4,"44":22,"45":15,"46":143,"48":68,"49":29,"5":735,"51":52,"52":77,"53":51,"56":11,"570":6,"6":152,"63":13,"7":439,"79":22,"8":169,"80":11,"9":120,"all_client":76997,"all_tv_clinet":12202,"insert_time":"2014-08-21T02:49:03.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64908,"10":11,"107":427,"11":297,"12":42,"13":459,"14":112,"15":157,"155":36,"156":17,"158":35,"159":9,"16":155,"160":21,"161":223,"167":35,"168":3,"17":192,"18":630,"19":429,"20":107,"209":32,"21":599,"210":6,"211":3,"214":13,"215":117,"221":237,"223":651,"224":40,"225":344,"23":332,"24":830,"25":381,"257":85,"26":83,"268":3,"27":76,"273":78,"276":21,"279":10,"28":314,"281":23,"282":7,"291":24,"292":155,"30":30,"302":5,"31":51,"314":7,"317":3,"32":16,"33":41,"34":56,"347":31,"35":58,"352":580,"36":137,"37":73,"38":334,"380":18,"381":29,"383":22,"39":158,"391":28,"396":4,"397":16,"40":70,"409":82,"41":107,"414":32,"415":53,"419":11,"42":97,"426":2,"43":47,"430":31,"433":4,"44":27,"45":12,"46":132,"48":65,"49":31,"5":752,"51":45,"52":79,"53":52,"56":11,"570":6,"6":156,"63":14,"7":444,"79":19,"8":177,"80":11,"9":125,"all_client":77160,"all_tv_clinet":12252,"insert_time":"2014-08-21T02:50:04.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65081,"10":11,"107":420,"11":286,"12":40,"13":464,"14":110,"15":170,"155":37,"156":15,"158":36,"159":9,"16":165,"160":22,"161":222,"167":34,"168":3,"17":200,"18":626,"19":417,"20":110,"209":28,"21":600,"210":6,"211":2,"214":14,"215":121,"221":238,"223":653,"224":44,"225":357,"23":332,"24":821,"25":383,"257":82,"26":82,"268":3,"27":75,"273":82,"276":22,"279":12,"28":316,"281":19,"282":9,"291":24,"292":158,"30":31,"302":5,"31":56,"314":7,"317":3,"32":16,"33":39,"34":58,"347":31,"35":55,"352":575,"36":135,"37":76,"38":347,"380":17,"381":29,"383":23,"39":160,"391":29,"396":3,"397":17,"40":71,"409":85,"41":101,"414":33,"415":51,"419":13,"42":90,"426":2,"43":42,"430":30,"433":3,"44":27,"45":13,"46":127,"48":67,"49":36,"5":760,"51":43,"52":81,"53":55,"56":12,"570":5,"6":163,"63":15,"7":443,"79":18,"8":179,"80":13,"9":127,"all_client":77378,"all_tv_clinet":12297,"insert_time":"2014-08-21T02:51:04.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65267,"10":9,"107":434,"11":276,"12":40,"13":446,"14":112,"15":171,"155":37,"156":15,"158":36,"159":11,"16":165,"160":22,"161":217,"167":32,"168":4,"17":201,"18":639,"19":406,"20":108,"209":30,"21":607,"210":5,"211":1,"214":15,"215":124,"221":244,"223":641,"224":44,"225":361,"23":334,"24":826,"25":391,"257":85,"26":85,"268":5,"27":75,"273":84,"276":21,"279":13,"28":319,"281":18,"282":9,"291":24,"292":159,"30":29,"302":5,"306":1,"31":61,"314":7,"317":3,"32":16,"33":42,"34":58,"347":32,"35":52,"352":569,"36":138,"37":77,"38":347,"380":16,"381":30,"383":21,"39":162,"391":31,"396":3,"397":17,"40":67,"409":88,"41":99,"414":32,"415":55,"419":13,"42":85,"426":2,"43":40,"430":30,"433":3,"44":29,"45":13,"46":122,"48":64,"49":40,"5":770,"51":41,"52":85,"53":55,"56":10,"570":5,"6":164,"63":15,"7":448,"79":17,"8":177,"80":13,"9":124,"all_client":77591,"all_tv_clinet":12324,"insert_time":"2014-08-21T02:52:05.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65407,"10":8,"107":420,"11":265,"12":42,"13":433,"14":114,"15":167,"155":37,"156":15,"158":36,"159":10,"16":162,"160":24,"161":212,"167":34,"168":3,"17":209,"18":625,"19":396,"20":108,"209":35,"21":617,"210":6,"211":1,"214":16,"215":120,"221":255,"223":640,"224":43,"225":360,"23":327,"24":844,"25":391,"257":81,"26":88,"268":5,"27":74,"273":80,"276":20,"279":12,"28":317,"281":18,"282":9,"291":24,"292":157,"30":30,"302":5,"306":1,"31":60,"314":7,"317":3,"32":18,"33":42,"34":61,"347":24,"35":48,"352":583,"36":132,"37":80,"38":353,"380":17,"381":30,"383":21,"39":160,"391":32,"396":3,"397":17,"40":72,"409":88,"41":96,"414":32,"415":56,"419":13,"42":81,"426":2,"43":38,"430":31,"433":2,"44":30,"45":12,"46":119,"48":62,"49":41,"5":777,"51":39,"52":90,"53":50,"56":10,"570":5,"6":169,"63":15,"7":468,"79":17,"8":180,"80":14,"9":123,"all_client":77726,"all_tv_clinet":12319,"insert_time":"2014-08-21T02:53:05.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65532,"10":9,"107":421,"11":265,"12":41,"13":412,"14":120,"15":165,"155":35,"156":15,"158":35,"159":11,"16":161,"160":22,"161":214,"167":35,"168":3,"17":214,"18":624,"19":401,"20":108,"209":37,"21":613,"210":6,"211":1,"214":16,"215":120,"221":258,"223":648,"224":44,"225":357,"23":328,"24":862,"25":400,"257":81,"26":88,"268":5,"27":73,"273":85,"276":20,"279":14,"28":318,"281":14,"282":9,"291":26,"292":159,"30":30,"302":5,"306":1,"31":61,"314":5,"317":5,"32":18,"33":41,"34":60,"347":19,"35":42,"352":588,"36":132,"37":79,"38":357,"380":18,"381":33,"383":21,"39":159,"391":34,"396":2,"397":17,"40":78,"409":87,"41":99,"414":29,"415":52,"419":11,"42":78,"426":2,"43":38,"430":32,"433":2,"44":30,"45":10,"46":117,"48":66,"49":42,"5":789,"51":43,"52":90,"53":51,"56":11,"570":3,"6":174,"63":16,"7":470,"79":18,"8":187,"80":16,"9":119,"all_client":77912,"all_tv_clinet":12380,"insert_time":"2014-08-21T02:54:06.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65684,"10":10,"107":433,"11":262,"12":42,"13":405,"14":119,"15":171,"155":36,"156":15,"158":37,"159":11,"16":163,"160":21,"161":219,"167":34,"168":4,"17":222,"18":615,"19":409,"20":108,"209":38,"21":606,"210":5,"211":1,"214":16,"215":117,"221":258,"223":640,"224":46,"225":359,"23":330,"24":863,"25":405,"257":78,"26":90,"268":4,"27":70,"273":91,"276":20,"279":13,"28":323,"281":12,"282":10,"291":28,"292":146,"30":30,"302":5,"31":65,"314":4,"317":5,"32":16,"33":35,"34":59,"347":14,"35":46,"352":587,"36":123,"37":81,"38":359,"380":18,"381":32,"383":24,"39":157,"391":32,"396":3,"397":17,"40":82,"409":87,"41":92,"414":29,"415":52,"419":11,"42":78,"426":1,"43":37,"430":35,"433":3,"44":32,"45":10,"46":118,"48":68,"49":46,"5":786,"51":40,"52":91,"53":54,"56":9,"570":3,"6":179,"63":20,"7":473,"79":18,"8":192,"80":16,"9":127,"all_client":78090,"all_tv_clinet":12406,"insert_time":"2014-08-21T02:55:06.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65854,"10":10,"107":422,"11":267,"12":42,"13":407,"14":118,"15":169,"155":36,"156":15,"158":37,"159":11,"16":163,"160":21,"161":222,"167":36,"168":4,"17":225,"18":625,"19":416,"20":108,"209":39,"21":611,"210":5,"211":1,"214":15,"215":118,"221":254,"223":646,"224":50,"225":350,"23":330,"24":875,"25":415,"257":80,"26":92,"268":5,"27":68,"273":99,"276":20,"279":12,"28":327,"281":11,"282":11,"291":28,"292":135,"30":28,"302":5,"31":65,"314":4,"317":4,"32":14,"33":33,"34":60,"347":12,"35":45,"352":592,"36":118,"37":78,"38":359,"380":19,"381":30,"383":22,"39":160,"391":33,"396":4,"397":16,"40":84,"409":90,"41":93,"414":28,"415":48,"419":11,"42":76,"426":2,"43":35,"430":37,"433":3,"44":29,"45":12,"46":118,"48":69,"49":45,"5":788,"51":38,"52":90,"53":58,"56":10,"570":3,"6":179,"63":20,"7":477,"79":15,"8":198,"80":19,"9":122,"all_client":78303,"all_tv_clinet":12449,"insert_time":"2014-08-21T02:56:07.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66011,"10":10,"107":427,"11":263,"12":49,"13":385,"14":105,"15":183,"155":37,"156":14,"158":38,"159":11,"16":173,"160":21,"161":213,"167":35,"168":4,"17":233,"18":626,"19":418,"20":114,"209":40,"21":613,"210":5,"211":1,"214":15,"215":118,"221":248,"223":636,"224":51,"225":359,"23":335,"24":904,"25":423,"257":78,"26":97,"268":5,"27":73,"273":102,"276":20,"279":10,"28":333,"281":10,"282":12,"291":27,"292":132,"30":29,"302":5,"31":65,"314":4,"317":4,"32":16,"33":34,"34":60,"347":9,"35":39,"352":591,"36":117,"37":78,"38":367,"380":18,"381":28,"383":19,"39":161,"391":32,"396":4,"397":16,"40":86,"409":91,"41":84,"414":29,"415":48,"419":11,"42":73,"426":2,"43":28,"430":37,"433":3,"44":23,"45":12,"46":116,"48":67,"49":50,"5":764,"51":37,"52":92,"53":63,"56":12,"570":4,"6":183,"63":19,"7":489,"79":17,"8":201,"80":19,"9":124,"all_client":78497,"all_tv_clinet":12486,"insert_time":"2014-08-21T02:57:07.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66217,"10":11,"107":424,"11":264,"12":49,"13":388,"14":99,"15":200,"155":37,"156":14,"158":37,"159":11,"16":180,"160":19,"161":202,"167":35,"168":4,"17":237,"18":620,"19":424,"20":123,"209":43,"21":615,"210":5,"211":1,"214":15,"215":116,"221":251,"223":629,"224":53,"225":356,"23":324,"24":915,"25":423,"257":79,"26":100,"268":7,"27":76,"273":96,"276":20,"279":10,"28":339,"281":10,"282":10,"291":27,"292":134,"30":29,"302":6,"31":59,"314":4,"317":4,"32":18,"33":32,"34":59,"347":8,"35":40,"352":594,"36":114,"37":81,"38":368,"380":18,"381":25,"383":21,"39":166,"391":34,"396":4,"397":17,"40":85,"409":86,"41":85,"414":30,"415":50,"419":15,"42":66,"426":2,"43":32,"430":37,"433":2,"44":23,"45":12,"46":114,"48":67,"49":49,"5":735,"51":37,"52":93,"53":64,"56":11,"570":3,"6":180,"63":19,"7":513,"79":17,"8":202,"80":20,"9":118,"all_client":78717,"all_tv_clinet":12500,"insert_time":"2014-08-21T02:58:08.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66438,"10":9,"107":422,"11":267,"12":49,"13":384,"14":99,"15":207,"155":36,"156":13,"158":41,"159":13,"16":186,"160":19,"161":191,"167":32,"168":4,"17":247,"18":613,"19":431,"20":127,"209":42,"21":623,"210":5,"214":16,"215":121,"221":246,"223":623,"224":58,"225":350,"23":334,"24":917,"25":420,"257":73,"26":97,"268":6,"27":79,"273":91,"276":20,"279":11,"28":342,"281":12,"282":9,"291":28,"292":136,"30":30,"302":7,"31":60,"314":4,"317":4,"32":20,"33":31,"34":56,"347":7,"35":36,"352":597,"36":113,"37":82,"38":371,"380":17,"381":28,"383":21,"39":168,"391":35,"396":4,"397":17,"40":85,"409":81,"41":83,"414":29,"415":56,"419":16,"42":68,"426":3,"43":34,"430":36,"433":2,"44":24,"45":14,"46":113,"48":68,"49":46,"5":711,"51":35,"52":91,"53":65,"56":13,"570":3,"6":180,"63":19,"7":520,"79":15,"8":213,"80":21,"9":113,"all_client":78952,"all_tv_clinet":12514,"insert_time":"2014-08-21T02:59:09.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66605,"10":7,"107":418,"11":266,"12":54,"13":379,"14":98,"15":205,"155":37,"156":13,"158":40,"159":14,"16":186,"160":20,"161":185,"167":32,"168":4,"17":259,"18":601,"19":445,"20":126,"209":46,"21":627,"210":5,"211":2,"214":16,"215":118,"221":243,"223":624,"224":65,"225":344,"23":350,"24":926,"25":424,"257":71,"26":98,"268":6,"27":82,"273":89,"276":20,"279":10,"28":346,"281":13,"282":8,"291":28,"292":142,"30":25,"302":7,"31":54,"314":3,"317":4,"32":18,"33":35,"34":54,"347":7,"35":35,"352":598,"36":102,"37":81,"38":374,"380":16,"381":28,"383":21,"39":173,"391":32,"396":5,"397":16,"40":84,"409":78,"41":81,"414":30,"415":52,"419":17,"42":70,"426":3,"43":39,"430":36,"433":2,"44":25,"45":15,"46":113,"48":66,"49":49,"5":700,"51":29,"52":90,"53":68,"56":14,"570":4,"6":177,"63":18,"7":537,"79":14,"8":213,"80":23,"9":108,"all_client":79140,"all_tv_clinet":12535,"insert_time":"2014-08-21T03:00:09.686Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66832,"10":9,"107":405,"11":271,"12":54,"13":373,"14":94,"15":213,"155":37,"156":13,"158":40,"159":13,"16":185,"160":25,"161":180,"167":33,"168":4,"17":273,"18":581,"19":443,"20":120,"209":51,"21":630,"210":5,"211":2,"214":16,"215":123,"221":251,"223":645,"224":66,"225":337,"23":341,"24":933,"25":418,"257":72,"26":106,"268":8,"27":84,"273":86,"276":21,"279":10,"28":343,"281":15,"282":8,"291":29,"292":142,"30":22,"302":6,"31":53,"314":3,"317":4,"32":17,"33":37,"34":59,"347":8,"35":35,"352":598,"36":104,"37":85,"38":382,"380":16,"381":29,"383":22,"39":174,"391":31,"396":6,"397":16,"40":91,"409":80,"41":81,"414":30,"415":50,"419":17,"42":71,"426":4,"43":42,"430":35,"433":2,"44":27,"45":17,"46":114,"48":63,"49":45,"5":683,"51":32,"52":90,"53":67,"56":14,"570":4,"6":185,"63":19,"7":544,"79":15,"8":219,"80":25,"9":110,"all_client":79423,"all_tv_clinet":12591,"insert_time":"2014-08-21T03:01:10.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66997,"10":8,"107":411,"11":276,"12":51,"13":371,"14":90,"15":212,"155":39,"156":12,"158":40,"159":13,"16":180,"160":25,"161":176,"167":33,"168":4,"17":275,"18":589,"19":444,"20":115,"209":54,"21":636,"210":5,"211":2,"214":15,"215":121,"221":254,"223":654,"224":66,"225":334,"23":338,"24":957,"25":418,"257":75,"26":108,"268":9,"27":84,"273":85,"276":21,"279":10,"28":347,"281":15,"282":8,"291":30,"292":143,"30":26,"302":7,"31":50,"314":3,"317":4,"32":16,"33":38,"34":64,"347":7,"35":34,"352":594,"36":108,"37":88,"38":386,"380":15,"381":31,"383":22,"39":176,"391":30,"396":7,"397":17,"40":94,"409":77,"41":74,"414":29,"415":40,"419":17,"42":72,"426":4,"43":44,"430":34,"433":2,"44":25,"45":17,"46":115,"48":62,"49":49,"5":672,"51":31,"52":92,"53":66,"56":16,"570":5,"6":191,"63":18,"7":554,"79":15,"8":217,"80":26,"9":108,"all_client":79639,"all_tv_clinet":12642,"insert_time":"2014-08-21T03:02:10.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67161,"10":9,"107":418,"11":284,"12":46,"13":383,"14":86,"15":220,"155":38,"156":12,"158":39,"159":13,"16":174,"160":24,"161":179,"167":32,"168":4,"17":286,"18":593,"19":441,"20":113,"209":54,"21":641,"210":5,"211":2,"214":15,"215":117,"221":257,"223":642,"224":67,"225":340,"23":345,"24":986,"25":413,"257":76,"26":109,"268":8,"27":77,"273":81,"276":22,"279":11,"28":349,"281":16,"282":8,"291":31,"292":137,"30":24,"302":7,"31":52,"314":3,"317":4,"32":17,"33":40,"34":68,"347":8,"35":32,"352":603,"36":116,"37":90,"38":385,"380":14,"381":31,"383":20,"39":180,"391":29,"396":7,"397":18,"40":95,"409":74,"41":69,"414":31,"415":43,"419":17,"42":71,"426":4,"43":42,"430":34,"433":2,"44":27,"45":16,"46":115,"48":65,"49":49,"5":666,"51":35,"52":91,"53":65,"56":17,"570":4,"6":192,"63":20,"7":551,"79":15,"8":219,"80":26,"9":115,"all_client":79882,"all_tv_clinet":12721,"insert_time":"2014-08-21T03:03:11.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67350,"10":11,"107":425,"11":286,"12":49,"13":395,"14":85,"15":221,"155":38,"156":13,"158":39,"159":15,"16":168,"160":23,"161":183,"167":33,"168":4,"17":290,"18":608,"19":449,"20":113,"209":53,"21":641,"210":7,"211":2,"214":15,"215":124,"221":254,"223":639,"224":70,"225":348,"23":345,"24":993,"25":403,"257":72,"26":112,"268":7,"27":72,"273":84,"276":23,"279":13,"28":349,"281":17,"282":6,"291":30,"292":140,"30":24,"302":7,"31":56,"314":3,"317":5,"32":16,"33":39,"34":67,"347":6,"35":33,"352":605,"36":121,"37":90,"38":379,"380":14,"381":28,"383":22,"39":171,"391":26,"396":7,"397":17,"40":100,"409":72,"41":67,"414":28,"415":43,"419":16,"42":71,"426":4,"43":44,"430":36,"433":2,"44":25,"45":16,"46":117,"48":67,"49":50,"5":656,"51":34,"52":94,"53":72,"56":18,"570":4,"6":193,"63":22,"7":551,"79":14,"8":217,"80":26,"9":127,"all_client":80139,"all_tv_clinet":12789,"insert_time":"2014-08-21T03:04:11.851Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67553,"10":12,"107":435,"11":289,"12":49,"13":404,"14":85,"15":220,"155":38,"156":13,"158":39,"159":15,"16":169,"160":27,"161":183,"167":33,"168":3,"17":297,"18":618,"19":457,"20":118,"209":54,"21":636,"210":8,"211":4,"214":15,"215":126,"221":250,"223":642,"224":72,"225":354,"23":356,"24":987,"25":394,"257":65,"26":115,"268":5,"27":69,"273":85,"276":23,"279":12,"28":358,"281":15,"282":8,"291":30,"292":140,"30":21,"302":6,"31":59,"314":3,"317":7,"32":16,"33":40,"34":64,"347":6,"35":29,"352":584,"36":124,"37":92,"38":382,"380":15,"381":27,"383":23,"39":146,"391":25,"396":8,"397":17,"40":100,"409":69,"41":69,"414":25,"415":45,"419":16,"42":73,"426":5,"43":49,"430":37,"433":2,"44":23,"45":15,"46":121,"48":67,"49":57,"5":634,"51":35,"52":99,"53":72,"56":18,"570":5,"6":193,"63":23,"7":562,"79":15,"8":213,"80":26,"9":137,"all_client":80379,"all_tv_clinet":12826,"insert_time":"2014-08-21T03:05:12.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67728,"10":13,"107":434,"11":291,"12":49,"13":400,"14":82,"15":230,"155":38,"156":13,"158":39,"159":19,"16":172,"160":24,"161":187,"167":36,"168":3,"17":302,"18":640,"19":463,"20":118,"209":55,"21":622,"210":7,"211":4,"214":15,"215":127,"221":247,"223":629,"224":79,"225":343,"23":354,"24":993,"25":392,"257":64,"26":120,"268":7,"27":66,"273":84,"276":22,"279":12,"28":363,"281":16,"282":13,"291":28,"292":137,"30":19,"302":6,"31":58,"314":3,"317":5,"32":17,"33":37,"34":68,"347":5,"35":31,"352":598,"36":125,"37":95,"38":385,"380":14,"381":27,"383":20,"39":127,"391":26,"396":6,"397":17,"40":99,"409":68,"41":64,"414":25,"415":45,"419":16,"42":78,"426":5,"43":49,"430":38,"433":3,"44":19,"45":15,"46":121,"48":68,"49":57,"5":614,"51":34,"52":108,"53":70,"56":17,"570":5,"6":194,"63":23,"7":572,"79":16,"8":217,"80":28,"9":145,"all_client":80582,"all_tv_clinet":12854,"insert_time":"2014-08-21T03:06:12.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67952,"10":12,"107":449,"11":294,"12":56,"13":403,"14":79,"15":230,"155":37,"156":13,"158":39,"159":21,"16":182,"160":23,"161":190,"167":36,"168":3,"17":311,"18":649,"19":469,"20":117,"209":55,"21":590,"210":7,"211":4,"214":15,"215":130,"221":252,"223":615,"224":82,"225":339,"23":353,"24":1000,"25":377,"257":62,"26":120,"268":6,"27":60,"273":91,"276":22,"279":9,"28":370,"281":16,"282":12,"291":28,"292":140,"30":21,"302":6,"31":55,"314":3,"317":5,"32":17,"33":38,"34":76,"347":5,"35":26,"352":610,"36":122,"37":96,"38":382,"380":11,"381":27,"383":21,"39":114,"391":26,"396":6,"397":17,"40":103,"409":69,"41":64,"414":26,"415":44,"419":15,"42":83,"426":5,"43":50,"430":38,"433":3,"44":18,"45":13,"46":126,"48":68,"49":58,"5":612,"51":35,"52":111,"53":68,"56":19,"570":5,"6":196,"63":24,"7":583,"79":17,"8":215,"80":27,"9":151,"all_client":80850,"all_tv_clinet":12898,"insert_time":"2014-08-21T03:07:13.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68144,"10":12,"107":444,"11":294,"12":58,"13":410,"14":77,"15":230,"155":38,"156":14,"158":39,"159":22,"16":183,"160":25,"161":190,"167":37,"168":3,"17":315,"18":657,"19":465,"20":115,"209":56,"21":586,"210":8,"211":4,"214":16,"215":132,"221":254,"223":617,"224":87,"225":338,"23":354,"24":1005,"25":368,"257":59,"26":127,"268":6,"27":59,"273":92,"276":22,"279":9,"28":371,"281":16,"282":12,"291":27,"292":139,"30":23,"302":6,"31":52,"314":3,"317":5,"32":19,"33":37,"34":81,"347":5,"35":27,"352":604,"36":127,"37":95,"38":376,"380":8,"381":26,"383":19,"39":100,"391":27,"396":6,"397":17,"40":107,"409":69,"41":63,"414":27,"415":47,"419":14,"42":80,"426":5,"43":48,"430":36,"433":3,"44":18,"45":15,"46":131,"48":69,"49":60,"5":595,"51":35,"52":111,"53":66,"56":25,"570":5,"6":192,"63":25,"7":596,"79":19,"8":212,"80":30,"9":160,"all_client":81062,"all_tv_clinet":12918,"insert_time":"2014-08-21T03:08:14.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68319,"10":11,"107":439,"11":298,"12":57,"13":411,"14":84,"15":237,"155":38,"156":16,"158":39,"159":21,"16":180,"160":24,"161":195,"167":37,"168":3,"17":317,"18":658,"19":466,"20":116,"209":56,"21":561,"210":8,"211":5,"214":17,"215":144,"221":255,"223":609,"224":92,"225":346,"23":355,"24":1029,"25":364,"257":62,"26":128,"268":5,"27":56,"273":92,"276":23,"279":8,"28":375,"281":16,"282":13,"291":27,"292":134,"30":23,"302":6,"31":46,"314":3,"317":5,"32":17,"33":36,"34":80,"347":6,"35":28,"352":608,"36":132,"37":100,"38":377,"380":7,"381":28,"383":20,"39":96,"391":27,"396":5,"397":18,"40":110,"409":68,"41":65,"414":26,"415":50,"419":14,"42":81,"426":5,"43":47,"430":37,"433":4,"44":17,"45":13,"46":135,"48":69,"49":65,"5":582,"51":33,"52":108,"53":67,"56":25,"570":5,"6":184,"63":27,"7":613,"79":18,"8":214,"80":29,"9":163,"all_client":81288,"all_tv_clinet":12969,"insert_time":"2014-08-21T03:09:14.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68533,"10":9,"107":435,"11":298,"12":47,"13":420,"14":87,"15":238,"155":38,"156":19,"158":42,"159":18,"16":178,"160":23,"161":189,"167":36,"168":3,"17":321,"18":666,"19":472,"20":115,"209":59,"21":537,"210":10,"211":5,"214":18,"215":145,"221":252,"223":606,"224":95,"225":358,"23":359,"24":1052,"25":365,"257":61,"26":132,"268":5,"27":51,"273":90,"276":25,"279":8,"28":377,"281":15,"282":17,"291":26,"292":123,"30":20,"302":5,"31":41,"314":2,"317":5,"32":17,"33":37,"34":85,"347":6,"35":28,"352":613,"36":127,"37":96,"38":380,"380":7,"381":28,"383":21,"39":90,"391":27,"396":4,"397":18,"40":108,"409":64,"41":64,"414":27,"415":49,"419":14,"42":83,"426":5,"43":52,"430":35,"433":5,"44":17,"45":15,"46":141,"48":72,"49":65,"5":581,"51":33,"52":108,"53":71,"56":30,"570":5,"6":171,"63":29,"7":622,"79":19,"8":214,"80":31,"9":164,"all_client":81529,"all_tv_clinet":12996,"insert_time":"2014-08-21T03:10:15.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68707,"10":6,"107":438,"11":300,"12":47,"13":431,"14":88,"15":230,"155":39,"156":19,"158":42,"159":17,"16":184,"160":21,"161":199,"167":35,"168":3,"17":322,"18":663,"19":470,"20":118,"209":62,"21":516,"210":11,"211":5,"214":20,"215":147,"221":257,"223":605,"224":94,"225":368,"23":351,"24":1047,"25":362,"257":64,"26":129,"268":4,"27":48,"273":92,"276":26,"279":7,"28":389,"281":15,"282":19,"291":26,"292":116,"30":26,"302":5,"31":38,"314":3,"317":4,"32":18,"33":38,"34":84,"347":5,"35":27,"352":594,"36":124,"37":87,"38":385,"380":7,"381":30,"383":22,"39":87,"391":28,"396":2,"397":19,"40":108,"409":64,"41":60,"414":27,"415":52,"419":13,"42":87,"426":5,"43":57,"430":32,"433":5,"44":17,"45":14,"46":141,"48":73,"49":68,"5":592,"51":33,"52":107,"53":71,"56":31,"570":5,"6":152,"63":29,"7":641,"79":19,"8":219,"80":30,"9":161,"all_client":81705,"all_tv_clinet":12998,"insert_time":"2014-08-21T03:11:15.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68745,"10":6,"107":445,"11":303,"12":42,"13":437,"14":88,"15":212,"155":39,"156":19,"158":41,"159":17,"16":190,"160":24,"161":201,"167":34,"168":3,"17":329,"18":684,"19":445,"20":118,"209":62,"21":519,"210":12,"211":5,"214":20,"215":150,"221":258,"223":617,"224":96,"225":374,"23":351,"24":1075,"25":354,"257":64,"26":129,"268":4,"27":46,"273":95,"276":26,"279":9,"28":390,"281":14,"282":23,"291":26,"292":107,"30":26,"302":5,"31":41,"314":3,"317":4,"32":19,"33":39,"34":84,"347":5,"35":26,"352":597,"36":128,"37":80,"38":397,"380":7,"381":31,"383":23,"39":85,"391":26,"396":2,"397":19,"40":108,"409":65,"41":57,"414":27,"415":49,"419":14,"42":85,"426":7,"43":61,"430":29,"433":6,"44":18,"45":14,"46":142,"48":74,"49":75,"5":606,"51":32,"52":107,"53":64,"56":31,"570":5,"6":148,"63":28,"7":645,"79":22,"8":217,"80":32,"9":157,"all_client":81820,"all_tv_clinet":13075,"insert_time":"2014-08-21T03:12:16.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68894,"10":7,"107":435,"11":310,"12":39,"13":445,"14":91,"15":210,"155":39,"156":19,"158":40,"159":16,"16":202,"160":23,"161":202,"167":36,"168":3,"17":335,"18":700,"19":425,"20":124,"209":64,"21":519,"210":11,"211":5,"214":20,"215":155,"221":258,"223":632,"224":101,"225":369,"23":352,"24":1080,"25":351,"257":65,"26":136,"268":6,"27":45,"273":97,"276":26,"279":9,"28":398,"281":14,"282":25,"291":26,"292":110,"30":30,"302":5,"306":1,"31":42,"314":3,"317":3,"32":18,"33":37,"34":85,"347":6,"35":24,"352":594,"36":133,"37":71,"38":401,"380":8,"381":32,"383":22,"39":83,"391":25,"396":1,"397":19,"40":112,"409":60,"41":54,"414":24,"415":49,"419":13,"42":86,"426":7,"43":66,"430":26,"433":6,"44":18,"45":13,"46":148,"48":71,"49":74,"5":623,"51":31,"52":111,"53":60,"56":28,"570":5,"6":140,"63":27,"7":648,"79":24,"8":217,"80":37,"9":160,"all_client":82050,"all_tv_clinet":13156,"insert_time":"2014-08-21T03:13:16.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69073,"10":7,"107":434,"11":321,"12":39,"13":454,"14":96,"15":209,"155":37,"156":19,"158":41,"159":16,"16":204,"160":22,"161":196,"167":35,"168":3,"17":330,"18":711,"19":408,"20":122,"209":62,"21":515,"210":11,"211":5,"214":20,"215":161,"221":266,"223":642,"224":101,"225":366,"23":354,"24":1093,"25":344,"257":70,"26":143,"268":5,"27":46,"273":97,"276":26,"279":8,"28":403,"281":14,"282":26,"291":26,"292":111,"30":28,"302":6,"306":1,"31":39,"314":3,"317":3,"32":18,"33":35,"34":82,"347":6,"35":29,"352":600,"36":134,"37":62,"38":399,"380":6,"381":34,"383":22,"39":83,"391":25,"396":1,"397":19,"40":115,"409":59,"41":55,"414":23,"415":50,"419":13,"42":86,"426":7,"43":66,"430":28,"433":6,"44":17,"45":13,"46":158,"48":68,"49":75,"5":621,"51":30,"52":107,"53":60,"56":27,"570":5,"6":138,"63":28,"7":646,"79":24,"8":216,"80":37,"9":168,"all_client":82273,"all_tv_clinet":13200,"insert_time":"2014-08-21T03:14:17.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69245,"10":8,"107":436,"11":330,"12":41,"13":454,"14":92,"15":204,"155":38,"156":18,"158":40,"159":15,"16":202,"160":23,"161":195,"167":36,"168":3,"17":332,"18":712,"19":401,"20":120,"209":63,"21":517,"210":10,"211":4,"214":20,"215":168,"221":272,"223":661,"224":104,"225":360,"23":353,"24":1091,"25":344,"257":74,"26":143,"268":7,"27":47,"273":95,"276":26,"279":7,"28":410,"281":14,"282":25,"291":26,"292":116,"30":29,"302":7,"306":1,"31":37,"314":3,"317":3,"32":21,"33":38,"34":86,"347":6,"35":32,"352":606,"36":132,"37":55,"38":391,"380":5,"381":34,"383":22,"39":84,"391":26,"396":2,"397":18,"40":118,"409":58,"41":55,"414":22,"415":48,"419":14,"42":86,"426":5,"43":70,"430":28,"433":5,"44":17,"45":12,"46":158,"48":64,"49":68,"5":637,"51":32,"52":95,"53":61,"56":29,"570":2,"6":135,"63":31,"7":649,"79":22,"8":221,"80":37,"9":170,"all_client":82489,"all_tv_clinet":13244,"insert_time":"2014-08-21T03:15:18.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69488,"10":9,"107":441,"11":331,"12":39,"13":445,"14":94,"15":196,"155":39,"156":17,"158":40,"159":17,"16":208,"160":24,"161":187,"167":36,"168":4,"17":332,"18":718,"19":392,"20":120,"209":60,"21":516,"210":12,"211":5,"214":18,"215":169,"221":270,"223":654,"224":103,"225":371,"23":351,"24":1111,"25":349,"257":78,"26":147,"268":7,"27":47,"273":95,"276":26,"279":7,"28":411,"281":14,"282":24,"291":27,"292":111,"30":29,"302":7,"306":1,"31":34,"314":4,"317":3,"32":21,"33":36,"34":79,"347":6,"35":33,"352":613,"36":134,"37":49,"38":393,"380":5,"381":33,"383":21,"39":82,"391":27,"396":3,"397":18,"40":121,"409":61,"41":53,"414":22,"415":48,"419":15,"42":85,"426":6,"43":69,"430":28,"433":5,"44":16,"45":12,"46":157,"48":60,"49":64,"5":648,"51":33,"52":82,"53":55,"56":28,"570":2,"6":135,"63":31,"7":649,"79":23,"8":228,"80":38,"9":175,"all_client":82740,"all_tv_clinet":13252,"insert_time":"2014-08-21T03:16:18.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69659,"10":10,"107":446,"11":334,"12":41,"13":447,"14":94,"15":199,"155":41,"156":17,"158":43,"159":16,"16":210,"160":24,"161":192,"167":36,"168":5,"17":346,"18":726,"19":391,"20":117,"209":62,"21":516,"210":10,"211":5,"214":16,"215":175,"221":275,"223":657,"224":108,"225":361,"23":353,"24":1111,"25":352,"257":76,"26":145,"268":7,"27":46,"273":93,"276":26,"279":7,"28":412,"281":15,"282":24,"291":29,"292":111,"30":28,"302":5,"306":1,"31":31,"314":6,"317":2,"32":23,"33":36,"34":71,"347":6,"35":35,"352":620,"36":130,"37":46,"38":413,"380":5,"381":29,"383":19,"39":75,"391":27,"396":2,"397":18,"40":127,"409":59,"41":51,"414":24,"415":49,"419":13,"42":83,"426":5,"43":74,"430":28,"433":5,"44":17,"45":12,"46":164,"48":52,"49":55,"5":665,"51":33,"52":73,"53":50,"56":32,"570":2,"6":133,"63":30,"7":658,"79":22,"8":229,"80":39,"9":169,"all_client":82967,"all_tv_clinet":13308,"insert_time":"2014-08-21T03:17:19.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69842,"10":11,"107":453,"11":335,"12":40,"13":448,"14":95,"15":209,"155":41,"156":17,"158":44,"159":15,"16":198,"160":24,"161":193,"167":35,"168":5,"17":337,"18":730,"19":384,"20":121,"209":62,"21":524,"210":10,"211":7,"214":15,"215":182,"221":269,"223":645,"224":107,"225":362,"23":355,"24":1108,"25":361,"257":79,"26":148,"268":6,"27":46,"273":90,"276":26,"279":6,"28":420,"281":15,"282":25,"291":28,"292":115,"30":30,"302":4,"306":2,"31":27,"314":6,"317":2,"32":20,"33":38,"34":65,"347":5,"35":35,"352":629,"36":128,"37":45,"38":416,"380":5,"381":30,"383":20,"39":72,"391":27,"396":3,"397":18,"40":124,"409":59,"41":47,"414":23,"415":54,"419":12,"42":83,"426":5,"43":74,"430":30,"433":2,"44":16,"45":12,"46":173,"48":49,"49":57,"5":676,"51":38,"52":67,"53":51,"56":34,"570":2,"6":136,"63":30,"7":668,"79":23,"8":235,"80":38,"9":181,"all_client":83214,"all_tv_clinet":13372,"insert_time":"2014-08-21T03:18:20.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70003,"10":12,"107":455,"11":346,"12":40,"13":444,"14":91,"15":203,"155":41,"156":18,"158":44,"159":15,"16":188,"160":23,"161":196,"167":35,"168":5,"17":331,"18":744,"19":381,"20":123,"209":64,"21":534,"210":13,"211":7,"214":15,"215":180,"221":272,"223":645,"224":111,"225":365,"23":359,"24":1112,"25":371,"257":71,"26":148,"268":6,"27":50,"273":89,"276":24,"279":7,"28":420,"281":16,"282":26,"291":27,"292":118,"30":34,"302":5,"306":2,"31":21,"314":6,"317":4,"32":21,"33":40,"34":55,"347":5,"35":39,"352":629,"36":128,"37":42,"38":415,"380":6,"381":32,"383":19,"39":66,"391":26,"396":4,"397":18,"40":130,"409":58,"41":47,"414":22,"415":54,"419":12,"42":86,"426":4,"43":75,"430":29,"433":2,"44":16,"45":14,"46":175,"48":48,"49":58,"5":689,"51":36,"52":63,"53":50,"56":35,"570":2,"6":138,"63":31,"7":670,"79":22,"8":240,"80":42,"9":183,"all_client":83436,"all_tv_clinet":13433,"insert_time":"2014-08-21T03:19:20.641Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70219,"10":8,"107":455,"11":352,"12":42,"13":446,"14":89,"15":206,"155":39,"156":19,"158":46,"159":15,"16":179,"160":23,"161":202,"167":34,"168":5,"17":308,"18":761,"19":381,"20":122,"209":67,"21":546,"210":15,"211":6,"214":15,"215":184,"221":267,"223":643,"224":108,"225":359,"23":350,"24":1135,"25":365,"257":72,"26":150,"268":6,"27":54,"273":93,"276":22,"279":7,"28":420,"281":16,"282":29,"291":29,"292":124,"30":32,"302":5,"306":2,"31":24,"314":6,"317":3,"32":21,"33":42,"34":51,"347":5,"35":44,"352":635,"36":129,"37":39,"38":395,"380":6,"381":30,"383":18,"39":67,"391":23,"396":4,"397":17,"40":125,"409":62,"41":48,"414":21,"415":50,"419":12,"42":89,"426":2,"43":75,"430":27,"433":2,"44":16,"45":16,"46":177,"48":51,"49":57,"5":702,"51":38,"52":62,"53":47,"56":40,"570":3,"6":145,"63":31,"7":665,"79":23,"8":241,"80":41,"9":190,"all_client":83689,"all_tv_clinet":13470,"insert_time":"2014-08-21T03:20:21.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70396,"10":8,"107":447,"11":360,"12":42,"13":450,"14":87,"15":208,"155":38,"156":22,"158":48,"159":16,"16":176,"160":23,"161":201,"167":32,"168":6,"17":285,"18":779,"19":388,"20":124,"209":63,"21":559,"210":17,"211":6,"214":15,"215":184,"221":271,"223":649,"224":113,"225":358,"23":326,"24":1126,"25":377,"257":71,"26":155,"268":6,"27":55,"273":97,"276":22,"279":6,"28":428,"281":15,"282":29,"291":29,"292":125,"30":31,"302":5,"306":2,"31":25,"314":6,"317":3,"32":22,"33":44,"34":47,"347":5,"35":44,"352":627,"36":124,"37":35,"38":394,"380":6,"381":29,"383":17,"39":64,"391":22,"396":3,"397":17,"40":123,"409":63,"41":46,"414":22,"415":51,"419":14,"42":88,"426":2,"43":81,"430":24,"433":3,"44":15,"45":14,"46":179,"48":51,"49":53,"5":704,"51":37,"52":61,"53":47,"56":43,"570":5,"6":147,"63":33,"7":662,"79":27,"8":250,"80":39,"9":197,"all_client":83891,"all_tv_clinet":13495,"insert_time":"2014-08-21T03:21:22.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70561,"10":9,"107":458,"11":373,"12":46,"13":450,"14":85,"15":217,"155":37,"156":21,"158":47,"159":16,"16":188,"160":22,"161":206,"167":29,"168":6,"17":272,"18":787,"19":379,"20":127,"209":65,"21":570,"210":16,"211":7,"214":15,"215":188,"221":265,"223":641,"224":111,"225":342,"23":318,"24":1125,"25":370,"257":73,"26":151,"268":7,"27":60,"273":104,"276":21,"279":8,"28":446,"281":15,"282":31,"291":30,"292":125,"30":32,"302":4,"306":2,"31":25,"314":6,"317":3,"32":22,"33":45,"34":45,"347":5,"35":40,"352":625,"36":128,"37":33,"38":395,"380":6,"381":28,"383":18,"39":64,"391":23,"396":3,"397":17,"40":121,"409":65,"41":48,"414":22,"415":51,"419":13,"42":87,"426":2,"43":79,"430":24,"433":2,"44":13,"45":12,"46":185,"48":51,"49":49,"5":717,"51":35,"52":64,"53":45,"56":42,"570":6,"6":150,"63":33,"7":659,"79":28,"8":248,"80":41,"9":198,"all_client":84099,"all_tv_clinet":13538,"insert_time":"2014-08-21T03:22:22.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70728,"10":7,"107":461,"11":367,"12":43,"13":457,"14":84,"15":220,"155":33,"156":21,"158":46,"159":19,"16":193,"160":18,"161":206,"167":30,"168":6,"17":261,"18":794,"19":378,"20":127,"209":65,"21":584,"210":16,"211":7,"214":15,"215":195,"221":263,"223":631,"224":111,"225":342,"23":311,"24":1118,"25":367,"257":76,"26":152,"268":8,"27":64,"273":102,"276":21,"279":10,"28":444,"281":16,"282":32,"291":30,"292":128,"30":35,"302":4,"306":2,"31":24,"314":5,"317":4,"32":21,"33":47,"34":44,"347":7,"35":41,"352":631,"36":128,"37":34,"38":404,"380":6,"381":26,"383":17,"39":62,"391":22,"396":3,"397":17,"40":116,"409":65,"41":49,"414":20,"415":51,"419":13,"42":89,"426":3,"43":82,"430":24,"433":2,"44":15,"45":15,"46":186,"48":52,"49":43,"5":730,"51":36,"52":62,"53":44,"56":44,"570":6,"6":150,"63":32,"7":645,"79":30,"8":251,"80":45,"9":212,"all_client":84303,"all_tv_clinet":13575,"insert_time":"2014-08-21T03:23:23.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70911,"10":4,"107":466,"11":364,"12":43,"13":464,"14":93,"15":217,"155":31,"156":23,"158":45,"159":19,"16":199,"160":18,"161":209,"167":28,"168":7,"17":252,"18":804,"19":382,"20":125,"209":67,"21":596,"210":19,"211":6,"214":13,"215":197,"221":266,"223":623,"224":110,"225":334,"23":307,"24":1144,"25":367,"257":79,"26":155,"268":8,"27":67,"273":100,"276":23,"279":13,"28":454,"281":17,"282":35,"291":30,"292":128,"30":34,"302":4,"306":2,"31":24,"314":5,"317":4,"32":23,"33":45,"34":38,"347":8,"35":42,"352":628,"36":131,"37":30,"38":393,"380":5,"381":27,"383":18,"39":63,"391":23,"396":3,"397":19,"40":106,"409":61,"41":45,"414":21,"415":51,"419":12,"42":89,"426":3,"43":84,"430":24,"433":2,"44":16,"45":16,"46":194,"48":48,"49":39,"5":733,"51":39,"52":65,"53":41,"56":43,"570":3,"6":153,"63":33,"7":643,"79":31,"8":257,"80":49,"9":204,"all_client":84536,"all_tv_clinet":13625,"insert_time":"2014-08-21T03:24:24.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71073,"10":5,"107":481,"11":357,"12":43,"13":468,"14":93,"15":224,"155":32,"156":21,"158":43,"159":20,"16":205,"160":18,"161":214,"167":27,"168":6,"17":256,"18":810,"19":381,"20":129,"209":72,"21":601,"210":21,"211":5,"214":13,"215":195,"221":268,"223":647,"224":112,"225":322,"23":300,"24":1157,"25":375,"257":82,"26":146,"268":7,"27":70,"273":106,"276":24,"279":13,"28":460,"281":17,"282":33,"291":29,"292":119,"30":34,"302":4,"306":2,"31":22,"314":6,"317":5,"32":23,"33":45,"34":42,"347":8,"35":42,"352":621,"36":128,"37":29,"38":392,"380":5,"381":28,"383":16,"39":62,"391":24,"396":3,"397":19,"40":89,"409":57,"41":44,"414":21,"415":53,"419":12,"42":90,"426":2,"43":84,"430":25,"433":2,"44":14,"45":17,"46":192,"48":47,"49":40,"5":740,"51":43,"52":66,"53":41,"56":46,"570":3,"6":152,"63":36,"7":643,"79":31,"8":264,"80":49,"9":189,"all_client":84752,"all_tv_clinet":13679,"insert_time":"2014-08-21T03:25:24.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71251,"10":4,"107":475,"11":364,"12":46,"13":469,"14":93,"15":221,"155":30,"156":23,"158":43,"159":19,"16":215,"160":17,"161":214,"167":28,"168":7,"17":262,"18":820,"19":388,"20":129,"209":73,"21":605,"210":22,"211":4,"214":13,"215":192,"221":265,"223":640,"224":112,"225":336,"23":296,"24":1174,"25":382,"257":83,"26":136,"268":7,"27":70,"273":107,"276":23,"279":13,"28":466,"281":18,"282":31,"291":29,"292":106,"30":33,"302":5,"306":2,"31":25,"314":5,"317":4,"32":24,"33":43,"34":42,"347":9,"35":40,"352":619,"36":129,"37":29,"38":395,"380":5,"381":30,"383":17,"39":62,"391":23,"396":3,"397":17,"40":73,"409":60,"41":43,"414":22,"415":54,"419":12,"42":92,"426":1,"43":87,"430":35,"433":3,"44":15,"45":15,"46":193,"48":44,"49":38,"5":754,"51":46,"52":74,"53":40,"56":48,"570":3,"6":159,"63":36,"7":644,"79":33,"8":262,"80":47,"9":185,"all_client":85000,"all_tv_clinet":13749,"insert_time":"2014-08-21T03:26:25.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71457,"10":4,"107":464,"11":366,"12":46,"13":477,"14":95,"15":229,"155":29,"156":24,"158":43,"159":19,"16":218,"160":14,"161":207,"167":26,"168":7,"17":274,"18":832,"19":404,"20":127,"209":77,"21":603,"210":23,"211":5,"214":12,"215":190,"221":270,"223":625,"224":113,"225":335,"23":294,"24":1157,"25":384,"257":82,"26":126,"268":7,"27":72,"273":105,"276":23,"279":13,"28":463,"281":19,"282":26,"291":29,"292":99,"30":33,"302":5,"306":2,"31":24,"314":5,"317":4,"32":25,"33":39,"34":45,"347":9,"35":40,"352":616,"36":133,"37":28,"38":393,"380":5,"381":29,"383":17,"39":65,"391":23,"396":3,"397":19,"40":75,"409":63,"41":43,"414":20,"415":56,"419":8,"42":93,"426":1,"43":87,"430":38,"433":3,"44":19,"45":14,"46":192,"48":46,"49":35,"5":785,"51":47,"52":77,"53":40,"56":50,"570":4,"6":156,"63":36,"7":657,"79":32,"8":267,"80":44,"9":185,"all_client":85249,"all_tv_clinet":13792,"insert_time":"2014-08-21T03:27:25.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71705,"10":6,"107":463,"11":364,"12":47,"13":485,"14":104,"15":238,"155":27,"156":25,"158":44,"159":18,"16":204,"160":14,"161":198,"167":27,"168":6,"17":275,"18":863,"19":417,"20":119,"209":74,"21":617,"210":20,"211":6,"214":11,"215":186,"221":261,"223":593,"224":111,"225":337,"23":295,"24":1147,"25":394,"257":80,"26":119,"268":9,"27":72,"273":97,"276":21,"279":14,"28":474,"281":20,"282":25,"291":31,"292":106,"30":35,"302":5,"306":2,"31":25,"314":4,"317":4,"32":27,"33":38,"34":43,"347":12,"35":43,"352":609,"36":135,"37":27,"38":386,"380":5,"381":28,"383":17,"39":65,"391":23,"396":4,"397":19,"40":68,"409":66,"41":45,"414":25,"415":58,"419":9,"42":94,"426":2,"43":91,"430":38,"433":3,"44":20,"45":14,"46":199,"48":43,"49":37,"5":791,"51":48,"52":83,"53":42,"56":52,"570":4,"6":159,"63":35,"7":666,"79":31,"8":270,"80":42,"9":188,"all_client":85548,"all_tv_clinet":13843,"insert_time":"2014-08-21T03:28:26.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71870,"10":5,"107":481,"11":354,"12":54,"13":478,"14":103,"15":249,"155":25,"156":25,"158":44,"159":18,"16":193,"160":12,"161":202,"167":27,"168":6,"17":279,"18":886,"19":431,"20":121,"209":69,"21":623,"210":19,"211":6,"214":12,"215":187,"221":262,"223":585,"224":110,"225":337,"23":303,"24":1156,"25":400,"257":83,"26":110,"268":9,"27":74,"273":89,"276":19,"279":14,"28":479,"281":20,"282":24,"291":32,"292":112,"30":33,"302":5,"306":2,"31":24,"314":4,"317":4,"32":25,"33":38,"34":45,"347":12,"35":46,"352":593,"36":131,"37":30,"38":391,"380":5,"381":26,"383":18,"39":65,"391":21,"396":5,"397":19,"40":66,"409":68,"41":46,"414":32,"415":55,"419":9,"42":94,"426":3,"43":86,"430":38,"433":3,"44":18,"45":16,"46":210,"48":39,"49":40,"5":813,"51":48,"52":84,"53":37,"56":54,"570":4,"6":154,"63":36,"7":664,"79":34,"8":273,"80":38,"9":195,"all_client":85796,"all_tv_clinet":13926,"insert_time":"2014-08-21T03:29:27.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72020,"10":4,"107":472,"11":353,"12":57,"13":484,"14":106,"15":250,"155":27,"156":22,"158":44,"159":17,"16":196,"160":12,"161":198,"167":28,"168":3,"17":275,"18":914,"19":436,"20":123,"209":61,"21":628,"210":21,"211":6,"214":12,"215":186,"221":257,"223":587,"224":109,"225":330,"23":294,"24":1164,"25":406,"257":82,"26":98,"268":8,"27":77,"273":78,"276":19,"279":14,"28":484,"281":21,"282":22,"291":32,"292":115,"30":32,"302":3,"306":2,"31":23,"314":4,"317":4,"32":27,"33":40,"34":44,"347":14,"35":49,"352":596,"36":128,"37":29,"38":393,"380":5,"381":26,"383":21,"39":64,"391":20,"396":7,"397":18,"40":66,"409":70,"41":46,"414":34,"415":55,"419":9,"42":97,"426":3,"43":83,"430":38,"433":4,"44":17,"45":16,"46":208,"48":40,"49":40,"5":830,"51":50,"52":91,"53":43,"56":55,"570":4,"6":159,"63":36,"7":675,"79":34,"8":273,"80":40,"9":198,"all_client":86015,"all_tv_clinet":13995,"insert_time":"2014-08-21T03:30:27.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72253,"10":3,"107":469,"11":360,"12":60,"13":493,"14":108,"15":248,"155":28,"156":21,"158":44,"159":18,"16":185,"160":11,"161":193,"167":24,"168":3,"17":280,"18":940,"19":441,"20":123,"209":58,"21":620,"210":20,"211":6,"214":12,"215":193,"221":250,"223":577,"224":110,"225":337,"23":295,"24":1181,"25":415,"257":81,"26":99,"268":6,"27":77,"273":77,"276":21,"279":14,"28":484,"281":20,"282":25,"291":33,"292":125,"30":31,"302":4,"306":2,"31":24,"314":4,"317":4,"32":25,"33":43,"34":46,"347":16,"35":51,"352":600,"36":132,"37":29,"38":393,"380":5,"381":26,"383":21,"39":61,"391":19,"396":6,"397":18,"40":63,"409":68,"41":44,"414":32,"415":56,"419":10,"42":101,"426":3,"43":86,"430":41,"433":4,"44":13,"45":16,"46":204,"48":39,"49":38,"5":833,"51":51,"52":91,"53":47,"56":55,"570":4,"6":154,"63":34,"7":675,"79":36,"8":266,"80":39,"9":204,"all_client":86308,"all_tv_clinet":14055,"insert_time":"2014-08-21T03:31:28.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72421,"10":4,"107":470,"11":331,"12":60,"13":493,"14":109,"15":244,"155":30,"156":22,"158":45,"159":17,"16":179,"160":12,"161":189,"167":24,"168":3,"17":293,"18":957,"19":448,"20":128,"209":56,"21":624,"210":20,"211":7,"214":13,"215":187,"221":255,"223":592,"224":114,"225":335,"23":290,"24":1191,"25":413,"257":83,"26":93,"268":5,"27":78,"273":79,"276":22,"279":13,"28":491,"281":19,"282":27,"291":33,"292":124,"30":30,"302":6,"306":2,"31":27,"314":4,"317":4,"32":24,"33":43,"34":50,"347":16,"35":51,"352":603,"36":141,"37":26,"38":384,"380":5,"381":28,"383":22,"39":63,"391":19,"396":9,"397":18,"40":58,"409":69,"41":41,"414":34,"415":58,"419":10,"42":106,"426":3,"43":92,"430":39,"433":4,"44":13,"45":18,"46":205,"48":34,"49":41,"5":823,"51":52,"52":101,"53":49,"56":55,"570":4,"6":156,"63":34,"7":688,"79":34,"8":255,"80":40,"9":219,"all_client":86553,"all_tv_clinet":14132,"insert_time":"2014-08-21T03:32:29.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72674,"10":4,"107":472,"11":309,"12":68,"13":488,"14":108,"15":246,"155":29,"156":22,"158":48,"159":16,"16":160,"160":13,"161":196,"167":24,"168":3,"17":296,"18":980,"19":450,"20":134,"209":57,"21":624,"210":21,"211":8,"214":13,"215":189,"221":260,"223":586,"224":115,"225":340,"23":283,"24":1194,"25":421,"257":83,"26":90,"268":4,"27":80,"273":79,"276":21,"279":14,"28":475,"281":17,"282":27,"291":33,"292":136,"30":30,"302":6,"306":1,"31":29,"314":5,"317":3,"32":25,"33":44,"34":58,"347":15,"35":51,"352":615,"36":142,"37":25,"38":378,"380":6,"381":29,"383":21,"39":58,"391":20,"396":8,"397":19,"40":57,"409":70,"41":44,"414":31,"415":60,"419":10,"42":103,"426":3,"43":89,"430":41,"433":3,"44":12,"45":19,"46":204,"48":31,"49":46,"5":826,"51":51,"52":107,"53":52,"56":53,"570":5,"6":150,"63":35,"7":696,"79":35,"8":233,"80":43,"9":240,"all_client":86847,"all_tv_clinet":14173,"insert_time":"2014-08-21T03:33:29.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72811,"10":3,"107":481,"11":296,"12":72,"13":482,"14":102,"15":235,"155":30,"156":22,"158":48,"159":16,"16":153,"160":15,"161":197,"167":26,"168":3,"17":305,"18":993,"19":447,"20":146,"209":54,"21":648,"210":23,"211":7,"214":13,"215":190,"221":260,"223":595,"224":114,"225":320,"23":276,"24":1196,"25":430,"257":81,"26":88,"268":3,"27":86,"273":79,"276":21,"279":15,"28":464,"281":19,"282":23,"291":32,"292":139,"30":26,"302":7,"306":1,"31":30,"314":5,"317":2,"32":25,"33":47,"34":62,"347":14,"35":53,"352":627,"36":143,"37":26,"38":386,"380":6,"381":31,"383":23,"39":57,"391":18,"396":6,"397":19,"40":50,"409":71,"41":42,"414":37,"415":61,"419":9,"42":104,"426":3,"43":84,"430":43,"433":3,"44":13,"45":22,"46":207,"48":30,"49":58,"5":839,"51":53,"52":105,"53":52,"56":53,"570":5,"6":160,"63":35,"7":703,"79":35,"8":217,"80":45,"9":261,"all_client":87073,"all_tv_clinet":14262,"insert_time":"2014-08-21T03:34:30.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72980,"10":3,"107":485,"11":288,"12":76,"13":496,"14":100,"15":238,"155":31,"156":20,"158":48,"159":15,"16":148,"160":13,"161":198,"167":25,"168":4,"17":304,"18":1003,"19":444,"20":148,"209":49,"21":658,"210":23,"211":7,"214":14,"215":189,"221":256,"223":616,"224":115,"225":319,"23":277,"24":1196,"25":440,"257":76,"26":79,"268":3,"27":87,"273":77,"276":21,"279":15,"28":448,"281":19,"282":23,"291":31,"292":136,"30":27,"302":7,"306":1,"31":30,"314":4,"317":4,"32":21,"33":48,"34":66,"347":17,"35":54,"352":608,"36":142,"37":24,"38":401,"380":7,"381":32,"383":24,"39":60,"391":19,"396":4,"397":19,"40":52,"409":71,"41":42,"414":39,"415":64,"419":9,"42":114,"426":2,"43":72,"430":40,"433":3,"44":13,"45":24,"46":206,"48":32,"49":65,"5":842,"51":50,"52":105,"53":51,"56":52,"570":4,"6":161,"63":35,"7":696,"79":37,"8":215,"80":48,"9":286,"all_client":87290,"all_tv_clinet":14310,"insert_time":"2014-08-21T03:35:31.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73160,"10":3,"107":485,"11":285,"12":78,"13":507,"14":99,"15":241,"155":31,"156":19,"158":46,"159":14,"16":141,"160":14,"161":201,"167":26,"168":4,"17":304,"18":987,"19":452,"20":148,"209":46,"21":669,"210":23,"211":8,"214":14,"215":181,"221":259,"223":631,"224":122,"225":321,"23":280,"24":1192,"25":440,"257":80,"26":69,"268":4,"27":91,"273":81,"276":19,"279":17,"28":435,"281":21,"282":24,"291":33,"292":142,"30":27,"302":7,"306":1,"31":27,"314":3,"317":6,"32":16,"33":43,"34":69,"347":20,"35":56,"352":605,"36":143,"37":22,"38":393,"380":7,"381":30,"383":25,"39":63,"391":15,"396":4,"397":19,"40":52,"409":69,"41":41,"414":39,"415":63,"419":9,"42":119,"426":2,"43":67,"430":41,"433":3,"44":12,"45":23,"46":199,"48":31,"49":66,"5":843,"51":52,"52":110,"53":53,"56":51,"570":5,"6":167,"63":29,"7":697,"79":38,"8":219,"80":52,"9":326,"all_client":87526,"all_tv_clinet":14366,"insert_time":"2014-08-21T03:36:31.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73321,"10":3,"107":481,"11":285,"12":78,"13":505,"14":104,"15":257,"155":32,"156":21,"158":48,"159":16,"16":137,"160":13,"161":203,"167":24,"168":5,"17":293,"18":977,"19":450,"20":142,"209":46,"21":670,"210":23,"211":9,"214":16,"215":188,"221":255,"223":635,"224":125,"225":327,"23":282,"24":1201,"25":452,"257":83,"26":67,"268":3,"27":93,"273":80,"276":20,"279":18,"28":420,"281":21,"282":26,"291":33,"292":148,"30":27,"302":8,"31":29,"314":4,"317":7,"32":17,"33":46,"34":71,"347":20,"35":58,"352":598,"36":142,"37":20,"38":394,"380":7,"381":30,"383":25,"39":63,"391":17,"396":4,"397":20,"40":51,"409":66,"41":40,"414":40,"415":71,"419":8,"42":119,"426":2,"43":68,"430":44,"433":3,"44":13,"45":21,"46":199,"48":32,"49":67,"5":843,"51":52,"52":111,"53":53,"56":53,"570":5,"6":171,"63":27,"7":706,"79":36,"8":213,"80":50,"9":348,"all_client":87755,"all_tv_clinet":14434,"insert_time":"2014-08-21T03:37:32.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73574,"10":9,"107":473,"11":285,"12":77,"13":504,"14":107,"15":264,"155":30,"156":22,"158":49,"159":15,"16":130,"160":13,"161":208,"167":25,"168":4,"17":287,"18":963,"19":453,"20":145,"209":47,"21":665,"210":23,"211":9,"214":16,"215":193,"221":252,"223":639,"224":112,"225":314,"23":289,"24":1210,"25":462,"257":82,"26":70,"268":3,"27":97,"273":81,"276":22,"279":15,"28":405,"281":22,"282":27,"291":33,"292":152,"30":27,"302":8,"31":31,"314":4,"317":7,"32":15,"33":47,"34":70,"347":22,"35":59,"352":605,"36":147,"37":21,"38":390,"380":6,"381":28,"383":28,"39":63,"391":17,"396":3,"397":20,"40":48,"409":59,"41":40,"414":42,"415":77,"419":9,"42":123,"426":3,"43":60,"430":44,"433":3,"44":13,"45":20,"46":190,"48":34,"49":76,"5":851,"51":50,"52":125,"53":56,"56":50,"570":6,"6":177,"63":28,"7":698,"79":36,"8":210,"80":53,"9":368,"all_client":88044,"all_tv_clinet":14470,"insert_time":"2014-08-21T03:38:32.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73750,"10":10,"107":484,"11":277,"12":75,"13":517,"14":102,"15":271,"155":32,"156":22,"158":48,"159":17,"16":128,"160":14,"161":208,"167":27,"168":3,"17":279,"18":971,"19":442,"20":144,"209":49,"21":675,"210":23,"211":9,"214":19,"215":200,"221":259,"223":644,"224":105,"225":313,"23":290,"24":1226,"25":466,"257":81,"26":69,"268":3,"27":98,"273":88,"276":23,"279":13,"28":400,"281":23,"282":26,"291":34,"292":143,"30":28,"302":8,"31":31,"314":5,"317":7,"32":14,"33":47,"34":69,"347":22,"35":57,"352":602,"36":148,"37":24,"38":389,"380":6,"381":31,"383":29,"39":63,"391":20,"396":4,"397":18,"40":46,"409":58,"41":46,"414":50,"415":86,"419":9,"42":126,"426":3,"43":60,"430":44,"433":3,"44":13,"45":23,"46":185,"48":39,"49":80,"5":864,"51":53,"52":126,"53":53,"56":44,"570":7,"6":179,"63":30,"7":698,"79":34,"8":206,"80":51,"9":372,"all_client":88310,"all_tv_clinet":14560,"insert_time":"2014-08-21T03:39:33.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73919,"10":10,"107":485,"11":264,"12":77,"13":510,"14":100,"15":273,"155":32,"156":22,"158":46,"159":16,"16":121,"160":14,"161":210,"167":28,"168":2,"17":275,"18":964,"19":423,"20":147,"209":46,"21":693,"210":23,"211":9,"214":20,"215":208,"221":276,"223":647,"224":90,"225":335,"23":302,"24":1257,"25":464,"257":79,"26":70,"268":4,"27":100,"273":98,"276":26,"279":12,"28":390,"281":23,"282":24,"291":34,"292":131,"30":29,"302":7,"31":31,"314":5,"317":7,"32":13,"33":49,"34":74,"347":22,"35":60,"352":604,"36":148,"37":26,"38":390,"380":6,"381":30,"383":32,"39":67,"391":21,"396":4,"397":18,"40":44,"409":57,"41":47,"414":53,"415":87,"419":10,"42":113,"426":2,"43":56,"430":43,"433":3,"44":14,"45":24,"46":176,"48":38,"49":83,"5":874,"51":54,"52":127,"53":60,"56":39,"570":6,"6":175,"63":31,"7":697,"79":34,"8":213,"80":53,"9":400,"all_client":88555,"all_tv_clinet":14636,"insert_time":"2014-08-21T03:40:34.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74110,"10":9,"107":498,"11":264,"12":78,"13":509,"14":103,"15":270,"155":32,"156":21,"158":44,"159":18,"16":114,"160":16,"161":209,"167":28,"168":2,"17":279,"18":969,"19":398,"20":139,"209":44,"21":700,"210":24,"211":9,"214":19,"215":210,"221":289,"223":669,"224":86,"225":336,"23":312,"24":1280,"25":471,"257":80,"26":62,"268":3,"27":101,"273":100,"276":26,"279":13,"28":382,"281":24,"282":23,"291":34,"292":126,"30":25,"302":8,"31":29,"314":6,"317":6,"32":14,"33":53,"34":72,"347":23,"35":59,"352":617,"36":151,"37":28,"38":379,"380":6,"381":34,"383":32,"39":69,"391":22,"396":3,"397":18,"40":46,"409":64,"41":44,"414":54,"415":87,"419":8,"42":103,"426":2,"43":56,"430":43,"433":3,"44":13,"45":22,"46":170,"48":36,"49":86,"5":875,"51":58,"52":132,"53":59,"56":35,"570":6,"6":176,"63":32,"7":705,"79":35,"8":212,"80":55,"9":424,"all_client":88828,"all_tv_clinet":14718,"insert_time":"2014-08-21T03:41:34.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74269,"10":11,"107":512,"11":273,"12":81,"13":501,"14":109,"15":269,"155":30,"156":22,"158":45,"159":19,"16":108,"160":16,"161":205,"167":26,"168":3,"17":276,"18":968,"19":375,"20":138,"209":39,"21":716,"210":24,"211":9,"214":19,"215":219,"221":298,"223":684,"224":76,"225":342,"23":323,"24":1305,"25":475,"257":80,"26":57,"268":3,"27":102,"273":94,"276":29,"279":13,"28":377,"281":24,"282":24,"291":34,"292":122,"30":25,"302":8,"31":29,"314":7,"317":6,"32":13,"33":52,"34":71,"347":23,"35":61,"352":610,"36":161,"37":28,"38":379,"380":7,"381":34,"383":32,"39":72,"391":22,"396":2,"397":18,"40":46,"409":65,"41":42,"414":50,"415":89,"419":8,"42":99,"426":2,"43":57,"430":43,"433":3,"434":1,"44":12,"45":22,"46":168,"48":33,"49":89,"5":887,"51":56,"52":135,"53":57,"56":37,"570":5,"6":179,"63":31,"7":707,"79":35,"8":203,"80":55,"9":449,"all_client":89069,"all_tv_clinet":14800,"insert_time":"2014-08-21T03:42:35.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74450,"10":12,"107":519,"11":268,"12":82,"13":510,"14":114,"15":262,"155":32,"156":21,"158":47,"159":22,"16":109,"160":19,"161":199,"167":26,"168":2,"17":280,"18":979,"19":373,"20":133,"209":37,"21":725,"210":24,"211":8,"214":20,"215":221,"221":302,"223":698,"224":71,"225":348,"23":335,"24":1317,"25":483,"257":78,"26":57,"268":3,"27":99,"273":85,"276":32,"279":16,"28":369,"281":24,"282":23,"291":33,"292":123,"30":25,"302":8,"31":32,"314":4,"317":5,"32":13,"33":54,"34":76,"347":27,"35":55,"352":620,"36":166,"37":28,"38":369,"380":5,"381":37,"383":29,"39":74,"391":21,"396":3,"397":19,"40":46,"409":69,"41":47,"414":48,"415":89,"419":6,"42":94,"426":2,"43":54,"430":45,"433":3,"434":1,"44":12,"45":21,"46":172,"48":33,"49":90,"5":887,"51":56,"52":140,"53":52,"56":35,"570":5,"6":177,"63":30,"7":704,"79":39,"8":205,"80":56,"9":454,"all_client":89332,"all_tv_clinet":14882,"insert_time":"2014-08-21T03:43:36.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74645,"10":11,"107":522,"11":264,"12":87,"13":489,"14":118,"15":261,"155":31,"156":21,"158":48,"159":20,"16":112,"160":19,"161":203,"167":25,"168":2,"17":291,"18":993,"19":368,"20":137,"209":39,"21":731,"210":24,"211":9,"214":19,"215":227,"221":310,"223":691,"224":65,"225":343,"23":328,"24":1314,"25":491,"257":81,"26":59,"268":3,"27":99,"273":79,"276":32,"279":15,"28":363,"281":22,"282":22,"291":32,"292":126,"30":26,"302":7,"31":33,"314":4,"317":4,"32":13,"33":55,"34":75,"347":27,"35":51,"352":633,"36":169,"37":26,"38":365,"380":5,"381":37,"383":29,"39":71,"391":25,"396":3,"397":19,"40":40,"409":72,"41":50,"414":48,"415":92,"419":5,"42":94,"426":5,"43":51,"430":43,"433":2,"434":1,"44":14,"45":24,"46":178,"48":37,"49":93,"5":906,"51":57,"52":142,"53":55,"56":33,"570":4,"6":176,"63":30,"7":713,"79":37,"8":210,"80":56,"9":466,"all_client":89602,"all_tv_clinet":14957,"insert_time":"2014-08-21T03:44:36.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74889,"10":15,"107":520,"11":271,"12":91,"13":471,"14":128,"15":250,"155":32,"156":20,"158":49,"159":21,"16":108,"160":17,"161":213,"167":25,"168":2,"17":303,"18":995,"19":380,"20":139,"209":38,"21":732,"210":24,"211":8,"214":21,"215":227,"221":312,"223":700,"224":62,"225":341,"23":327,"24":1286,"25":492,"257":78,"26":55,"268":4,"27":100,"273":76,"276":33,"279":15,"28":361,"281":22,"282":24,"291":34,"292":139,"30":27,"302":6,"31":33,"314":3,"317":4,"32":16,"33":54,"34":79,"347":25,"35":51,"352":626,"36":172,"37":27,"38":351,"380":5,"381":35,"383":34,"39":75,"391":26,"396":3,"397":18,"40":38,"409":75,"41":48,"414":46,"415":92,"419":5,"42":94,"426":5,"43":48,"430":43,"433":2,"434":1,"44":13,"45":26,"46":187,"48":41,"49":96,"5":922,"51":57,"52":142,"53":54,"56":31,"570":3,"6":172,"63":29,"7":702,"79":36,"8":218,"80":59,"9":471,"all_client":89876,"all_tv_clinet":14987,"insert_time":"2014-08-21T03:45:37.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75088,"10":16,"107":521,"11":278,"12":90,"13":452,"14":132,"15":239,"155":30,"156":17,"158":51,"159":21,"16":107,"160":19,"161":211,"167":27,"168":3,"17":310,"18":983,"19":386,"20":143,"209":39,"21":738,"210":25,"211":9,"214":21,"215":231,"221":302,"223":717,"224":63,"225":329,"23":330,"24":1288,"25":504,"257":84,"26":52,"268":5,"27":97,"273":76,"276":34,"279":12,"28":361,"281":20,"282":28,"291":35,"292":144,"30":25,"302":6,"31":31,"314":3,"317":4,"32":16,"33":55,"34":75,"347":27,"35":50,"352":632,"36":178,"37":26,"38":356,"380":6,"381":37,"383":33,"39":79,"391":26,"396":3,"397":18,"40":36,"409":72,"41":45,"414":48,"415":93,"419":5,"42":95,"426":5,"43":50,"430":44,"433":2,"434":1,"44":14,"45":29,"46":196,"48":41,"49":101,"5":921,"51":52,"52":141,"53":57,"56":30,"570":3,"6":172,"63":31,"7":693,"79":40,"8":217,"80":61,"9":483,"all_client":90132,"all_tv_clinet":15044,"insert_time":"2014-08-21T03:46:38.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75266,"10":18,"107":515,"11":286,"12":89,"13":439,"14":125,"15":238,"155":28,"156":15,"158":50,"159":20,"16":109,"160":21,"161":210,"167":27,"168":3,"17":317,"18":983,"19":387,"20":146,"209":35,"21":736,"210":25,"211":9,"214":21,"215":233,"221":301,"223":721,"224":60,"225":336,"23":335,"24":1278,"25":518,"257":85,"26":50,"268":4,"27":97,"273":77,"276":37,"279":12,"28":365,"281":19,"282":34,"291":34,"292":148,"30":23,"302":6,"31":30,"314":1,"317":4,"32":15,"33":55,"34":74,"347":24,"35":50,"352":642,"36":184,"37":27,"38":376,"380":6,"381":38,"383":32,"39":84,"391":24,"396":3,"397":17,"40":36,"409":70,"41":46,"414":49,"415":95,"419":5,"42":95,"426":5,"43":50,"430":46,"433":2,"434":1,"44":14,"45":28,"46":205,"48":35,"49":98,"5":926,"51":52,"52":143,"53":51,"56":25,"570":4,"6":176,"63":33,"7":686,"79":46,"8":234,"80":61,"9":505,"all_client":90399,"all_tv_clinet":15133,"insert_time":"2014-08-21T03:47:38.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75473,"10":15,"107":515,"11":293,"12":86,"13":426,"14":110,"15":232,"155":28,"156":13,"158":40,"159":23,"16":107,"160":22,"161":213,"167":27,"168":3,"17":321,"18":997,"19":393,"20":146,"209":36,"21":749,"210":24,"211":9,"214":21,"215":235,"221":308,"223":714,"224":58,"225":347,"23":330,"24":1270,"25":517,"257":83,"26":54,"268":5,"27":92,"273":81,"276":37,"279":12,"28":376,"281":19,"282":37,"291":34,"292":151,"30":25,"302":7,"31":30,"314":1,"317":4,"32":13,"33":54,"34":72,"347":25,"35":49,"352":623,"36":184,"37":31,"38":379,"380":6,"381":40,"383":31,"39":85,"391":24,"396":3,"397":18,"40":37,"409":73,"41":44,"414":54,"415":96,"419":5,"42":97,"426":5,"43":47,"430":47,"433":2,"434":1,"44":14,"45":27,"46":199,"48":34,"49":102,"5":930,"51":53,"52":144,"53":52,"56":23,"570":4,"6":172,"63":34,"7":680,"79":51,"8":254,"80":66,"9":514,"all_client":90647,"all_tv_clinet":15174,"insert_time":"2014-08-21T03:48:39.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75686,"10":16,"107":533,"11":294,"12":87,"13":420,"14":104,"15":234,"155":27,"156":13,"158":39,"159":22,"16":110,"160":22,"161":218,"167":27,"168":1,"17":325,"18":993,"19":399,"20":150,"209":34,"21":748,"210":24,"211":8,"214":21,"215":233,"221":312,"223":708,"224":53,"225":351,"23":329,"24":1265,"25":524,"257":79,"26":56,"268":5,"27":84,"273":89,"276":38,"279":13,"28":385,"281":20,"282":44,"291":33,"292":152,"30":26,"302":8,"31":33,"314":1,"317":4,"32":14,"33":47,"34":73,"347":27,"35":51,"352":623,"36":184,"37":33,"38":389,"380":6,"381":40,"383":30,"39":88,"391":22,"396":3,"397":18,"40":38,"409":73,"41":40,"414":54,"415":95,"419":6,"42":91,"426":6,"43":44,"430":39,"433":2,"434":1,"44":14,"45":29,"46":198,"48":32,"49":104,"5":946,"51":57,"52":143,"53":54,"56":22,"570":4,"6":171,"63":36,"7":667,"79":51,"8":273,"80":68,"9":550,"all_client":90956,"all_tv_clinet":15270,"insert_time":"2014-08-21T03:49:40.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75964,"10":16,"107":535,"11":295,"12":88,"13":415,"14":109,"15":234,"155":27,"156":12,"158":37,"159":22,"16":110,"160":21,"161":218,"167":25,"168":1,"17":333,"18":990,"19":407,"20":160,"209":34,"21":751,"210":26,"211":8,"214":21,"215":241,"221":328,"223":697,"224":54,"225":346,"23":322,"24":1277,"25":526,"257":84,"26":60,"268":4,"27":79,"273":89,"276":38,"279":14,"28":387,"281":19,"282":52,"291":33,"292":155,"30":25,"302":9,"31":30,"314":1,"317":4,"32":15,"33":46,"34":74,"347":28,"35":49,"352":612,"36":177,"37":36,"38":385,"380":5,"381":40,"383":33,"39":92,"391":22,"396":3,"397":20,"40":36,"409":74,"41":40,"414":56,"415":99,"419":6,"42":89,"426":6,"43":45,"430":35,"433":2,"434":1,"44":13,"45":29,"46":197,"48":32,"49":108,"5":941,"51":56,"52":146,"53":55,"56":21,"570":4,"6":159,"63":43,"7":644,"79":47,"8":281,"80":71,"9":578,"all_client":91284,"all_tv_clinet":15320,"insert_time":"2014-08-21T03:50:40.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76178,"10":20,"107":530,"11":294,"12":90,"13":415,"14":111,"15":250,"155":28,"156":13,"158":37,"159":21,"16":110,"160":21,"161":225,"167":24,"168":1,"17":338,"18":985,"19":411,"20":155,"209":34,"21":743,"210":26,"211":8,"214":21,"215":243,"221":333,"223":698,"224":51,"225":354,"23":317,"24":1284,"25":524,"257":92,"26":63,"268":3,"27":73,"273":88,"276":37,"279":15,"28":391,"281":18,"282":51,"291":35,"292":160,"30":25,"302":9,"31":29,"314":4,"317":4,"32":14,"33":49,"34":79,"347":30,"35":50,"352":610,"36":172,"37":40,"38":385,"380":5,"381":43,"383":32,"39":97,"391":21,"396":3,"397":21,"40":37,"409":68,"41":40,"414":60,"415":97,"419":7,"42":91,"426":6,"43":43,"430":29,"433":1,"434":1,"44":12,"45":28,"46":199,"48":33,"49":105,"5":920,"51":56,"52":143,"53":55,"56":19,"570":4,"6":152,"63":51,"7":630,"79":45,"8":303,"80":72,"9":596,"all_client":91544,"all_tv_clinet":15366,"insert_time":"2014-08-21T03:51:41.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76429,"10":24,"107":516,"11":309,"12":91,"13":400,"14":113,"15":259,"155":26,"156":14,"158":38,"159":21,"16":113,"160":20,"161":227,"167":26,"168":1,"17":344,"18":1005,"19":413,"20":153,"209":35,"21":749,"210":25,"211":9,"214":22,"215":249,"221":343,"223":699,"224":48,"225":360,"23":317,"24":1291,"25":514,"257":97,"26":67,"268":4,"27":68,"273":94,"276":37,"279":18,"28":408,"281":17,"282":56,"291":33,"292":163,"30":25,"302":8,"306":1,"31":27,"314":3,"317":4,"32":15,"33":50,"34":75,"347":34,"35":51,"352":602,"36":170,"37":41,"38":383,"380":5,"381":45,"383":33,"39":100,"391":22,"396":3,"397":21,"40":37,"409":63,"41":39,"414":63,"415":100,"419":7,"42":90,"426":6,"43":37,"430":26,"433":1,"434":1,"44":10,"45":24,"46":208,"48":33,"49":108,"5":880,"51":56,"52":144,"53":56,"56":18,"570":4,"6":145,"63":52,"7":621,"79":43,"8":333,"80":74,"9":618,"all_client":91880,"all_tv_clinet":15451,"insert_time":"2014-08-21T03:52:42.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76694,"10":24,"107":519,"11":300,"12":98,"13":380,"14":117,"15":270,"155":26,"156":13,"158":35,"159":23,"16":113,"160":21,"161":234,"167":27,"168":1,"17":347,"18":1012,"19":422,"20":152,"209":33,"21":754,"210":24,"211":11,"214":23,"215":248,"221":347,"223":709,"224":44,"225":362,"23":319,"24":1300,"25":499,"257":97,"26":63,"268":4,"27":68,"273":94,"276":38,"279":19,"28":416,"281":18,"282":56,"291":30,"292":167,"30":26,"302":7,"306":1,"31":26,"314":3,"317":3,"32":16,"33":47,"34":80,"347":37,"35":53,"352":603,"36":171,"37":41,"38":391,"380":6,"381":46,"383":32,"39":99,"391":21,"396":4,"397":21,"40":38,"409":56,"41":45,"414":62,"415":97,"419":6,"42":95,"426":6,"43":34,"430":27,"433":1,"434":1,"44":12,"45":23,"46":215,"48":34,"49":113,"5":853,"51":58,"52":141,"53":54,"56":17,"570":4,"6":153,"63":52,"7":598,"79":43,"8":366,"80":75,"9":627,"all_client":92211,"all_tv_clinet":15517,"insert_time":"2014-08-21T03:53:43.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76904,"10":23,"107":538,"11":309,"12":99,"13":367,"14":113,"15":282,"155":27,"156":14,"158":36,"159":23,"16":118,"160":20,"161":247,"167":29,"168":1,"17":350,"18":1033,"19":428,"20":156,"209":31,"21":736,"210":23,"211":13,"214":25,"215":245,"221":346,"223":713,"224":44,"225":354,"23":322,"24":1291,"25":482,"257":93,"26":59,"268":4,"27":64,"273":101,"276":38,"279":18,"28":434,"281":15,"282":57,"291":28,"292":169,"30":28,"302":7,"306":1,"31":23,"314":3,"317":3,"32":17,"33":46,"34":79,"347":38,"35":54,"352":608,"36":175,"37":43,"38":419,"380":5,"381":46,"383":34,"39":100,"391":21,"396":4,"397":23,"40":37,"409":53,"41":42,"414":62,"415":102,"419":5,"42":102,"426":8,"43":31,"430":26,"433":2,"434":1,"44":14,"45":23,"46":225,"48":38,"49":116,"5":824,"51":60,"52":147,"53":57,"56":15,"570":3,"6":164,"63":56,"7":584,"79":42,"8":382,"80":76,"9":639,"all_client":92535,"all_tv_clinet":15631,"insert_time":"2014-08-21T03:54:43.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77084,"10":22,"107":521,"11":312,"12":100,"13":368,"14":113,"15":283,"155":27,"156":14,"158":32,"159":26,"16":119,"160":20,"161":259,"167":30,"168":2,"17":360,"18":1035,"19":443,"20":156,"209":33,"21":715,"210":23,"211":14,"214":26,"215":240,"221":344,"223":725,"224":44,"225":363,"23":326,"24":1268,"25":457,"257":91,"26":60,"268":4,"27":64,"273":99,"276":37,"279":17,"28":462,"281":16,"282":60,"291":26,"292":157,"30":26,"302":6,"31":24,"314":4,"317":5,"32":16,"33":46,"34":80,"347":41,"35":57,"352":610,"36":175,"37":42,"38":431,"380":5,"381":46,"383":36,"39":98,"391":19,"396":4,"397":23,"40":39,"409":50,"41":42,"414":63,"415":97,"419":5,"42":103,"426":8,"43":33,"430":26,"433":3,"434":1,"44":16,"45":22,"46":235,"48":40,"49":126,"5":807,"51":59,"52":145,"53":56,"56":13,"570":3,"6":171,"63":58,"7":572,"79":39,"8":414,"80":86,"9":655,"all_client":92778,"all_tv_clinet":15694,"insert_time":"2014-08-21T03:55:44.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77300,"10":23,"107":520,"11":325,"12":108,"13":368,"14":113,"15":261,"155":28,"156":14,"158":32,"159":25,"16":123,"160":22,"161":254,"167":31,"168":2,"17":372,"18":1042,"19":449,"20":155,"209":29,"21":685,"210":23,"211":13,"214":26,"215":238,"221":343,"223":737,"224":43,"225":370,"23":333,"24":1222,"25":444,"257":96,"26":63,"268":4,"27":61,"273":101,"276":38,"279":15,"28":477,"281":16,"282":63,"291":26,"292":143,"30":26,"302":7,"31":26,"314":3,"317":5,"32":14,"33":45,"34":81,"347":45,"35":61,"352":609,"36":180,"37":45,"38":443,"380":4,"381":48,"383":39,"39":97,"391":20,"396":3,"397":23,"40":39,"409":55,"41":47,"414":65,"415":101,"419":6,"42":106,"426":7,"43":35,"430":26,"433":4,"434":1,"44":15,"45":21,"46":242,"48":42,"49":128,"5":824,"51":59,"52":145,"53":60,"56":12,"570":3,"6":187,"63":59,"7":548,"79":37,"8":448,"80":91,"9":659,"all_client":93072,"all_tv_clinet":15772,"insert_time":"2014-08-21T03:56:45.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77531,"10":22,"107":507,"11":326,"12":113,"13":357,"14":112,"15":232,"155":26,"156":16,"158":34,"159":25,"16":127,"160":24,"161":253,"167":33,"168":2,"17":370,"18":1039,"19":471,"20":157,"209":30,"21":660,"210":22,"211":12,"214":27,"215":236,"221":323,"223":752,"224":40,"225":383,"23":340,"24":1218,"25":431,"257":99,"26":62,"268":4,"27":57,"273":106,"276":39,"279":15,"28":493,"281":14,"282":70,"291":25,"292":131,"30":24,"302":7,"31":30,"314":4,"317":4,"32":14,"33":45,"34":88,"347":46,"35":59,"352":632,"36":179,"37":48,"38":439,"380":4,"381":50,"383":40,"39":99,"391":18,"396":3,"397":22,"40":40,"409":58,"41":50,"414":71,"415":99,"419":8,"42":106,"426":7,"43":32,"430":28,"433":5,"434":1,"44":14,"45":20,"46":251,"48":35,"49":135,"5":827,"51":59,"52":144,"53":65,"56":11,"570":4,"6":207,"63":58,"7":530,"79":39,"8":471,"80":90,"9":668,"all_client":93354,"all_tv_clinet":15823,"insert_time":"2014-08-21T03:57:45.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77799,"10":25,"107":517,"11":331,"12":116,"13":350,"14":116,"15":207,"155":27,"156":17,"158":41,"159":18,"16":133,"160":27,"161":240,"167":34,"168":2,"17":367,"18":1033,"19":478,"20":156,"209":32,"21":628,"210":24,"211":11,"214":30,"215":230,"221":313,"223":765,"224":39,"225":413,"23":340,"24":1234,"25":429,"257":98,"26":62,"268":3,"27":53,"273":99,"276":40,"279":14,"28":499,"281":13,"282":71,"291":24,"292":134,"30":30,"302":8,"31":32,"314":4,"317":3,"32":16,"33":42,"34":93,"347":50,"35":56,"352":634,"36":192,"37":51,"38":453,"380":5,"381":46,"383":41,"39":98,"391":20,"396":3,"397":21,"40":40,"409":62,"41":50,"414":73,"415":101,"419":8,"42":112,"426":7,"43":25,"430":29,"433":4,"434":1,"44":10,"45":20,"46":253,"48":37,"49":134,"5":831,"51":57,"52":143,"53":68,"56":12,"570":4,"6":231,"63":56,"7":518,"79":38,"8":498,"80":92,"9":648,"all_client":93692,"all_tv_clinet":15893,"insert_time":"2014-08-21T03:58:46.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78001,"10":29,"107":522,"11":342,"12":117,"13":340,"14":113,"15":192,"155":28,"156":18,"158":39,"159":18,"16":143,"160":27,"161":230,"167":34,"168":2,"17":357,"18":1018,"19":502,"20":146,"209":33,"21":618,"210":25,"211":11,"214":31,"215":229,"221":309,"223":789,"224":42,"225":420,"23":340,"24":1251,"25":419,"257":95,"26":60,"268":3,"27":50,"273":94,"276":44,"279":15,"28":505,"281":13,"282":69,"291":23,"292":135,"30":33,"302":7,"31":37,"314":4,"317":3,"32":19,"33":46,"34":98,"347":54,"35":52,"352":635,"36":191,"37":55,"38":450,"380":4,"381":46,"383":38,"39":96,"391":19,"396":2,"397":21,"40":41,"409":63,"41":45,"414":73,"415":93,"419":7,"42":117,"426":7,"43":23,"430":30,"433":3,"434":1,"44":7,"45":18,"46":269,"48":35,"49":138,"5":861,"51":50,"52":142,"53":68,"56":11,"570":4,"6":260,"63":57,"7":498,"79":42,"8":524,"80":96,"9":602,"all_client":93936,"all_tv_clinet":15935,"insert_time":"2014-08-21T03:59:47.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78201,"10":33,"107":520,"11":344,"12":122,"13":331,"14":111,"15":184,"155":29,"156":19,"158":38,"159":16,"16":137,"160":31,"161":233,"167":34,"168":2,"17":350,"18":1011,"19":518,"20":146,"209":33,"21":597,"210":27,"211":10,"214":31,"215":227,"221":306,"223":811,"224":42,"225":428,"23":339,"24":1256,"25":409,"257":97,"26":60,"268":5,"27":52,"273":87,"276":44,"279":15,"28":516,"281":13,"282":69,"291":24,"292":136,"30":32,"302":7,"306":1,"31":35,"314":4,"317":3,"32":20,"33":48,"34":95,"347":59,"35":50,"352":633,"36":195,"37":53,"38":457,"380":4,"381":51,"383":36,"39":100,"391":18,"396":1,"397":21,"40":43,"409":61,"41":49,"414":74,"415":97,"419":10,"42":128,"426":7,"43":25,"430":33,"433":3,"44":6,"45":17,"46":285,"48":37,"49":141,"5":891,"51":49,"52":137,"53":73,"56":12,"570":4,"6":274,"63":55,"7":490,"79":44,"8":527,"80":97,"9":597,"all_client":94233,"all_tv_clinet":16032,"insert_time":"2014-08-21T04:00:48.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78433,"10":33,"107":494,"11":354,"12":123,"13":333,"14":110,"15":178,"155":29,"156":18,"158":34,"159":19,"16":140,"160":29,"161":230,"167":31,"168":2,"17":337,"18":1036,"19":530,"20":149,"209":30,"21":580,"210":25,"211":8,"214":31,"215":233,"221":317,"223":810,"224":44,"225":443,"23":334,"24":1257,"25":409,"257":95,"26":53,"268":6,"27":52,"273":86,"276":48,"279":15,"28":514,"281":13,"282":65,"291":26,"292":134,"30":30,"302":6,"306":2,"31":34,"314":5,"317":2,"32":17,"33":45,"34":94,"347":66,"35":45,"352":628,"36":199,"37":54,"38":460,"380":3,"381":59,"383":33,"39":97,"391":20,"396":1,"397":21,"40":46,"409":62,"41":47,"414":74,"415":95,"419":11,"42":137,"426":7,"43":26,"430":36,"433":3,"44":5,"45":20,"46":295,"48":41,"49":148,"5":948,"51":44,"52":124,"53":68,"56":9,"570":4,"6":280,"63":55,"7":474,"79":45,"8":547,"80":105,"9":616,"all_client":94563,"all_tv_clinet":16130,"insert_time":"2014-08-21T04:01:48.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78649,"10":31,"107":477,"11":333,"12":126,"13":337,"14":113,"15":178,"155":27,"156":17,"158":35,"159":21,"16":140,"160":32,"161":240,"167":30,"168":2,"17":333,"18":1048,"19":535,"20":152,"209":29,"21":563,"210":26,"211":8,"214":31,"215":231,"221":320,"223":788,"224":41,"225":448,"23":317,"24":1266,"25":410,"257":98,"26":54,"268":6,"27":50,"273":85,"276":48,"279":13,"28":520,"281":13,"282":68,"291":29,"292":133,"30":27,"302":9,"306":2,"31":33,"314":5,"317":2,"32":16,"33":45,"34":92,"347":64,"35":43,"352":639,"36":194,"37":61,"38":463,"380":4,"381":64,"383":34,"39":97,"391":20,"396":1,"397":21,"40":56,"409":63,"41":47,"414":76,"415":94,"419":12,"42":139,"426":6,"43":29,"430":38,"433":3,"44":4,"45":18,"46":296,"48":41,"49":145,"5":997,"51":47,"52":115,"53":67,"56":8,"570":4,"6":273,"63":56,"7":460,"79":47,"8":559,"80":114,"9":657,"all_client":94858,"all_tv_clinet":16209,"insert_time":"2014-08-21T04:02:49.535Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78831,"10":28,"107":469,"11":321,"12":134,"13":342,"14":120,"15":166,"155":28,"156":18,"158":37,"159":22,"16":144,"160":28,"161":246,"167":28,"168":2,"17":342,"18":1046,"19":540,"20":163,"209":29,"21":553,"210":24,"211":8,"214":30,"215":236,"221":320,"223":779,"224":44,"225":449,"23":315,"24":1295,"25":414,"257":96,"26":52,"268":5,"27":44,"273":90,"276":49,"279":18,"28":523,"281":13,"282":66,"291":29,"292":141,"30":23,"302":9,"306":2,"31":33,"314":5,"317":2,"32":17,"33":45,"34":90,"347":62,"35":43,"352":645,"36":178,"37":63,"38":488,"380":4,"381":68,"383":34,"39":97,"391":23,"396":1,"397":20,"40":59,"409":65,"41":46,"414":76,"415":92,"419":11,"42":142,"426":6,"43":30,"430":39,"433":2,"44":5,"45":19,"46":295,"48":38,"49":135,"5":1043,"51":46,"52":109,"53":61,"56":10,"570":2,"6":267,"63":55,"7":438,"79":47,"8":579,"80":125,"9":678,"all_client":95149,"all_tv_clinet":16318,"insert_time":"2014-08-21T04:03:50.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79057,"10":28,"107":483,"11":310,"12":141,"13":356,"14":124,"15":170,"155":28,"156":18,"158":33,"159":24,"16":136,"160":27,"161":249,"167":28,"168":2,"17":350,"18":1054,"19":512,"20":163,"209":25,"21":543,"210":23,"211":9,"214":30,"215":236,"221":324,"223":770,"224":40,"225":458,"23":319,"24":1332,"25":414,"257":89,"26":55,"268":5,"27":42,"273":90,"276":49,"279":22,"28":526,"281":14,"282":61,"291":31,"292":143,"30":21,"302":9,"306":1,"31":30,"314":4,"317":1,"32":20,"33":45,"34":89,"347":62,"35":43,"352":652,"36":183,"37":65,"38":499,"380":4,"381":66,"383":34,"39":94,"391":22,"396":2,"397":20,"40":60,"409":67,"41":46,"414":73,"415":94,"419":11,"42":145,"426":5,"43":27,"430":42,"433":2,"44":8,"45":19,"46":300,"48":37,"49":123,"5":1078,"51":48,"52":110,"53":53,"56":12,"570":2,"6":261,"63":56,"7":430,"79":53,"8":590,"80":132,"9":688,"all_client":95481,"all_tv_clinet":16424,"insert_time":"2014-08-21T04:04:51.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79222,"10":25,"107":484,"11":313,"12":138,"13":356,"14":129,"15":172,"155":29,"156":19,"158":35,"159":24,"16":133,"160":23,"161":255,"167":28,"168":2,"17":348,"18":1061,"19":484,"20":166,"209":25,"21":528,"210":22,"211":10,"214":29,"215":243,"221":340,"223":757,"224":43,"225":457,"23":323,"24":1375,"25":414,"257":94,"26":58,"268":6,"27":36,"273":94,"276":51,"279":23,"28":521,"281":15,"282":64,"291":29,"292":146,"30":19,"302":9,"306":1,"31":30,"314":4,"317":1,"32":18,"33":44,"34":77,"347":56,"35":46,"352":669,"36":185,"37":69,"38":498,"380":5,"381":65,"383":30,"39":92,"391":24,"396":2,"397":17,"40":61,"409":68,"41":47,"414":70,"415":94,"419":10,"42":146,"426":4,"43":28,"430":44,"433":2,"44":9,"45":24,"46":299,"48":33,"49":112,"5":1096,"51":45,"52":103,"53":55,"56":12,"570":1,"6":267,"63":56,"7":418,"79":51,"8":610,"80":148,"9":718,"all_client":95741,"all_tv_clinet":16519,"insert_time":"2014-08-21T04:05:51.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79433,"10":27,"107":495,"11":312,"12":138,"13":356,"14":129,"15":162,"155":28,"156":15,"158":38,"159":22,"16":137,"160":22,"161":254,"167":29,"168":3,"17":350,"18":1061,"19":446,"20":165,"209":26,"21":529,"210":21,"211":9,"214":29,"215":247,"221":354,"223":745,"224":43,"225":460,"23":320,"24":1419,"25":421,"257":95,"26":54,"268":5,"27":34,"273":100,"276":55,"279":24,"28":511,"281":15,"282":70,"291":29,"292":155,"30":20,"302":9,"306":1,"31":32,"314":3,"317":1,"32":19,"33":49,"34":72,"347":50,"35":43,"352":667,"36":194,"37":70,"38":517,"380":5,"381":65,"383":32,"39":94,"391":24,"396":3,"397":15,"40":65,"409":69,"41":51,"414":62,"415":89,"419":8,"42":147,"426":6,"43":30,"430":45,"433":1,"44":10,"45":27,"46":303,"48":31,"49":99,"5":1128,"51":49,"52":99,"53":61,"56":12,"570":3,"6":258,"63":55,"7":407,"79":47,"8":622,"80":151,"9":747,"all_client":96059,"all_tv_clinet":16626,"insert_time":"2014-08-21T04:06:52.466Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79676,"10":27,"107":512,"11":318,"12":140,"13":353,"14":127,"15":160,"155":28,"156":11,"158":41,"159":20,"16":130,"160":24,"161":259,"167":29,"168":3,"17":365,"18":1049,"19":428,"20":168,"209":27,"21":526,"210":20,"211":10,"214":29,"215":255,"221":353,"223":755,"224":46,"225":471,"23":320,"24":1448,"25":428,"257":96,"26":57,"268":3,"27":31,"273":101,"276":54,"279":27,"28":502,"281":15,"282":71,"291":28,"292":170,"30":20,"302":9,"306":1,"31":32,"314":3,"317":1,"32":22,"33":53,"34":65,"347":46,"35":45,"352":653,"36":188,"37":70,"38":513,"380":5,"381":66,"383":32,"39":96,"391":24,"396":4,"397":14,"40":71,"409":62,"41":54,"414":55,"415":85,"419":7,"42":145,"426":9,"43":30,"430":50,"433":1,"44":10,"45":28,"46":297,"48":38,"49":86,"5":1168,"51":41,"52":95,"53":63,"56":12,"570":3,"6":261,"63":55,"7":394,"79":42,"8":635,"80":158,"9":758,"all_client":96386,"all_tv_clinet":16710,"insert_time":"2014-08-21T04:07:53.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79860,"10":28,"107":525,"11":323,"12":140,"13":354,"14":125,"15":160,"155":30,"156":12,"158":41,"159":20,"16":124,"160":21,"161":263,"167":27,"168":3,"17":368,"18":1047,"19":425,"20":172,"209":28,"21":510,"210":20,"211":9,"214":30,"215":262,"221":358,"223":762,"224":45,"225":477,"23":316,"24":1481,"25":428,"257":95,"26":56,"268":3,"27":30,"273":101,"276":55,"279":28,"28":511,"281":15,"282":73,"291":28,"292":179,"30":21,"302":9,"306":1,"31":35,"314":4,"317":1,"32":22,"33":57,"34":61,"347":42,"35":46,"352":656,"36":180,"37":62,"38":528,"380":5,"381":71,"383":36,"39":99,"391":23,"396":4,"397":13,"40":76,"409":52,"41":53,"414":47,"415":88,"419":5,"42":144,"426":8,"43":26,"430":51,"433":1,"44":8,"45":26,"46":297,"48":37,"49":80,"5":1197,"51":36,"52":87,"53":63,"56":12,"570":3,"6":251,"63":54,"7":380,"79":38,"8":641,"80":160,"9":773,"all_client":96638,"all_tv_clinet":16778,"insert_time":"2014-08-21T04:08:53.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80070,"10":27,"107":530,"11":321,"12":137,"13":358,"14":122,"15":162,"155":30,"156":12,"158":41,"159":19,"16":123,"160":22,"161":268,"167":26,"168":2,"17":368,"18":1048,"19":410,"20":169,"209":29,"21":513,"210":23,"211":9,"214":31,"215":262,"221":360,"223":767,"224":44,"225":481,"23":318,"24":1504,"25":435,"257":99,"26":59,"268":3,"27":30,"273":104,"276":57,"279":30,"28":515,"281":15,"282":74,"291":27,"292":179,"30":23,"302":9,"306":1,"31":31,"314":4,"317":1,"32":24,"33":55,"34":57,"347":38,"35":46,"352":650,"36":179,"37":59,"38":541,"380":5,"381":76,"383":36,"39":95,"391":22,"396":6,"397":13,"40":76,"409":49,"41":55,"414":42,"415":89,"419":5,"42":142,"426":8,"43":27,"430":54,"433":1,"44":9,"45":23,"46":307,"48":36,"49":72,"5":1232,"51":39,"52":86,"53":59,"56":12,"570":2,"6":240,"63":57,"7":361,"79":39,"8":643,"80":169,"9":813,"all_client":96951,"all_tv_clinet":16881,"insert_time":"2014-08-21T04:09:54.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80205,"10":27,"107":548,"11":316,"12":138,"13":353,"14":130,"15":154,"155":27,"156":12,"158":40,"159":21,"16":136,"160":23,"161":278,"167":27,"168":2,"17":371,"18":1059,"19":416,"20":172,"209":29,"21":520,"210":23,"211":9,"214":32,"215":266,"221":375,"223":768,"224":45,"225":470,"23":322,"24":1522,"25":438,"257":99,"26":55,"268":4,"27":27,"273":105,"276":60,"279":31,"28":520,"281":15,"282":73,"291":29,"292":159,"30":23,"302":8,"306":1,"31":33,"314":4,"32":21,"33":54,"34":53,"347":31,"35":48,"352":646,"36":187,"37":54,"38":541,"380":4,"381":80,"383":40,"39":97,"391":21,"396":5,"397":13,"40":79,"409":53,"41":63,"414":38,"415":89,"419":5,"42":143,"426":6,"43":27,"430":61,"433":1,"44":11,"45":24,"46":317,"48":34,"49":69,"5":1254,"51":38,"52":87,"53":58,"56":13,"570":2,"6":236,"63":54,"7":339,"79":38,"8":652,"80":171,"9":833,"all_client":97210,"all_tv_clinet":17005,"insert_time":"2014-08-21T04:10:55.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80430,"10":29,"107":554,"11":313,"12":139,"13":362,"14":128,"15":149,"155":23,"156":12,"158":40,"159":22,"16":136,"160":24,"161":287,"167":28,"168":2,"17":365,"18":1062,"19":412,"20":163,"209":28,"21":516,"210":23,"211":9,"214":31,"215":274,"221":370,"223":767,"224":49,"225":470,"23":318,"24":1526,"25":430,"257":95,"26":60,"268":6,"27":29,"273":103,"276":61,"279":31,"28":527,"281":15,"282":72,"291":30,"292":142,"30":21,"302":9,"306":1,"31":33,"314":4,"32":19,"33":58,"34":52,"347":31,"35":41,"352":640,"36":187,"37":52,"38":535,"380":3,"381":80,"383":44,"39":94,"391":20,"396":5,"397":14,"40":79,"409":60,"41":60,"414":36,"415":89,"419":5,"42":145,"426":7,"43":31,"430":64,"433":1,"44":12,"45":24,"46":326,"48":37,"49":68,"5":1304,"51":40,"52":84,"53":56,"56":15,"570":2,"6":235,"63":50,"7":325,"79":36,"8":651,"80":182,"9":848,"all_client":97477,"all_tv_clinet":17047,"insert_time":"2014-08-21T04:11:56.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80668,"10":27,"107":562,"11":311,"12":139,"13":376,"14":132,"15":153,"155":22,"156":11,"158":40,"159":24,"16":141,"160":24,"161":284,"167":26,"168":2,"17":367,"18":1057,"19":419,"20":167,"209":32,"21":518,"210":22,"211":9,"214":31,"215":283,"221":369,"223":761,"224":49,"225":479,"23":319,"24":1515,"25":444,"257":92,"26":61,"268":7,"27":29,"273":91,"276":62,"279":29,"28":540,"281":16,"282":71,"291":31,"292":132,"30":19,"302":10,"306":1,"31":35,"314":4,"32":20,"33":63,"34":48,"347":30,"35":40,"352":634,"36":192,"37":52,"38":529,"380":3,"381":84,"383":46,"389":1,"39":93,"391":20,"396":5,"397":12,"40":83,"409":61,"41":60,"414":34,"415":92,"419":4,"42":142,"426":5,"43":29,"430":65,"433":1,"44":13,"45":22,"46":327,"48":40,"49":69,"5":1337,"51":37,"52":81,"53":61,"56":16,"570":1,"6":232,"63":48,"7":328,"79":38,"8":646,"80":180,"9":865,"all_client":97802,"all_tv_clinet":17134,"insert_time":"2014-08-21T04:12:57.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80894,"10":24,"107":568,"11":323,"12":137,"13":382,"14":139,"15":155,"155":21,"156":12,"158":41,"159":23,"16":139,"160":22,"161":269,"167":26,"168":3,"17":373,"18":1062,"19":433,"20":171,"209":31,"21":522,"210":22,"211":10,"214":31,"215":286,"221":383,"223":769,"224":50,"225":478,"23":311,"24":1493,"25":449,"257":87,"26":63,"268":6,"27":29,"273":87,"276":66,"279":29,"28":545,"281":15,"282":69,"291":30,"292":133,"30":20,"302":10,"306":2,"31":38,"314":5,"32":18,"33":68,"34":45,"347":26,"35":41,"352":636,"36":187,"37":56,"38":533,"380":3,"381":80,"383":48,"389":1,"39":99,"391":21,"396":5,"397":11,"40":85,"409":65,"41":62,"414":32,"415":95,"419":4,"42":149,"426":5,"43":30,"430":61,"433":1,"44":13,"45":19,"46":336,"48":44,"49":68,"5":1366,"51":42,"52":80,"53":63,"56":16,"570":1,"6":221,"63":45,"7":323,"79":37,"8":636,"80":184,"9":862,"all_client":98109,"all_tv_clinet":17215,"insert_time":"2014-08-21T04:13:58.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81264,"10":20,"107":570,"11":320,"12":134,"13":390,"14":139,"15":160,"155":23,"156":11,"158":43,"159":25,"16":141,"160":22,"161":256,"167":26,"168":3,"17":366,"18":1063,"19":450,"20":175,"209":32,"21":519,"210":23,"211":10,"214":31,"215":285,"221":379,"223":768,"224":47,"225":475,"23":303,"24":1468,"25":452,"257":88,"26":63,"268":5,"27":26,"273":81,"276":65,"279":30,"28":543,"281":16,"282":70,"291":32,"292":136,"30":22,"302":10,"306":2,"31":46,"314":5,"32":14,"33":67,"34":44,"347":25,"35":38,"352":642,"36":184,"37":58,"38":535,"380":3,"381":78,"383":48,"389":1,"39":96,"391":23,"396":5,"397":11,"40":84,"409":68,"41":63,"414":32,"415":92,"419":3,"42":151,"426":3,"43":29,"430":59,"433":1,"44":13,"45":17,"46":342,"48":44,"49":65,"5":1405,"51":43,"52":76,"53":67,"56":16,"570":1,"6":216,"63":47,"7":315,"79":31,"8":638,"80":188,"9":864,"all_client":98478,"all_tv_clinet":17214,"insert_time":"2014-08-21T04:14:58.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81513,"10":20,"107":561,"11":330,"12":135,"13":390,"14":141,"15":158,"155":22,"156":12,"158":43,"159":25,"16":144,"160":24,"161":245,"167":25,"168":2,"17":363,"18":1083,"19":461,"20":181,"209":34,"21":513,"210":22,"211":7,"214":27,"215":287,"221":382,"223":766,"224":45,"225":470,"23":297,"24":1453,"25":453,"257":90,"26":63,"268":5,"27":25,"273":81,"276":68,"279":29,"28":548,"281":17,"282":70,"291":34,"292":140,"30":21,"302":10,"306":2,"31":48,"314":3,"32":16,"33":65,"34":46,"347":25,"35":39,"352":637,"36":193,"37":57,"38":515,"380":2,"381":77,"383":50,"389":1,"39":95,"391":19,"396":6,"397":11,"40":90,"409":69,"41":64,"414":31,"415":93,"419":5,"42":154,"426":3,"43":32,"430":63,"44":13,"45":17,"46":337,"48":42,"49":61,"5":1465,"51":46,"52":72,"53":70,"56":14,"570":2,"6":212,"63":49,"7":308,"79":29,"8":635,"80":189,"9":868,"all_client":98775,"all_tv_clinet":17262,"insert_time":"2014-08-21T04:15:59.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81719,"10":20,"107":571,"11":327,"12":137,"13":381,"14":140,"15":160,"155":23,"156":12,"158":40,"159":25,"16":138,"160":27,"161":238,"167":25,"168":2,"17":347,"18":1099,"19":457,"20":184,"209":33,"21":512,"210":22,"211":6,"214":26,"215":287,"221":372,"223":735,"224":43,"225":470,"23":300,"24":1487,"25":449,"257":89,"26":67,"268":4,"27":25,"273":78,"276":67,"279":28,"28":557,"281":17,"282":65,"291":36,"292":147,"30":21,"302":9,"306":2,"31":36,"314":2,"32":19,"33":70,"34":43,"347":21,"35":41,"352":639,"36":196,"37":61,"38":507,"380":2,"381":78,"383":50,"389":1,"39":97,"391":22,"396":8,"397":11,"40":95,"409":63,"41":65,"414":31,"415":89,"419":5,"42":156,"426":3,"43":30,"430":67,"433":1,"44":14,"45":18,"46":335,"48":41,"49":54,"5":1513,"51":46,"52":68,"53":67,"56":16,"570":2,"6":209,"63":52,"7":297,"79":28,"8":642,"80":194,"9":880,"all_client":99011,"all_tv_clinet":17292,"insert_time":"2014-08-21T04:17:00.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81994,"10":21,"107":556,"11":336,"12":132,"13":377,"14":139,"15":157,"155":23,"156":13,"158":37,"159":26,"16":150,"160":27,"161":234,"167":25,"168":2,"17":340,"18":1118,"19":461,"20":181,"209":31,"21":514,"210":23,"211":5,"214":26,"215":288,"221":359,"223":731,"224":46,"225":479,"23":303,"24":1477,"25":466,"257":90,"26":66,"268":3,"27":24,"273":77,"276":68,"279":28,"28":562,"281":17,"282":59,"291":35,"292":156,"30":19,"302":9,"306":2,"31":31,"314":1,"32":23,"33":75,"34":42,"347":20,"35":43,"352":629,"36":193,"37":61,"38":514,"380":2,"381":78,"383":51,"389":1,"39":96,"391":22,"396":8,"397":12,"40":93,"409":66,"41":65,"414":30,"415":92,"419":5,"42":157,"426":4,"43":29,"430":69,"433":1,"44":15,"45":15,"46":341,"48":41,"49":50,"5":1544,"51":44,"52":63,"53":66,"56":16,"570":3,"6":204,"63":54,"7":293,"79":29,"8":638,"80":190,"9":890,"all_client":99321,"all_tv_clinet":17327,"insert_time":"2014-08-21T04:18:01.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82232,"10":23,"107":551,"11":348,"12":127,"13":381,"14":141,"15":160,"155":24,"156":12,"158":34,"159":25,"16":151,"160":27,"161":235,"167":26,"168":2,"17":336,"18":1140,"19":460,"20":186,"209":28,"21":532,"210":22,"211":4,"214":24,"215":294,"221":353,"223":727,"224":45,"225":483,"23":304,"24":1476,"25":475,"257":89,"26":71,"268":4,"27":23,"273":77,"276":72,"279":25,"28":568,"281":15,"282":56,"291":36,"292":154,"30":16,"302":10,"306":2,"31":30,"314":1,"32":23,"33":78,"34":41,"347":23,"35":39,"352":625,"36":190,"37":60,"38":522,"380":2,"381":82,"383":50,"389":1,"39":96,"391":22,"396":5,"397":12,"40":97,"409":64,"41":70,"414":26,"415":94,"419":3,"42":157,"426":6,"43":31,"430":71,"433":1,"44":16,"45":14,"46":340,"48":45,"49":46,"5":1585,"51":47,"52":61,"53":67,"56":16,"570":2,"6":194,"63":57,"7":295,"79":28,"8":645,"80":192,"9":890,"all_client":99668,"all_tv_clinet":17436,"insert_time":"2014-08-21T04:19:01.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82450,"10":24,"107":550,"11":350,"12":123,"13":385,"14":138,"15":164,"155":25,"156":12,"158":33,"159":27,"16":155,"160":29,"161":236,"167":27,"168":2,"17":339,"18":1152,"19":464,"20":196,"209":32,"21":537,"210":22,"211":4,"214":23,"215":293,"221":353,"223":739,"224":46,"225":482,"23":300,"24":1463,"25":482,"257":93,"26":67,"268":4,"27":25,"273":83,"276":71,"279":22,"28":560,"281":15,"282":58,"291":37,"292":158,"30":16,"302":10,"306":2,"31":29,"314":1,"32":22,"33":77,"34":39,"347":21,"35":36,"352":620,"36":181,"37":55,"38":524,"380":2,"381":83,"383":51,"389":1,"39":92,"391":22,"396":3,"397":12,"40":103,"409":67,"41":66,"414":22,"415":92,"419":2,"42":162,"426":6,"43":33,"430":70,"44":14,"45":14,"46":320,"48":45,"49":42,"5":1636,"51":47,"52":59,"53":61,"56":16,"570":2,"6":184,"63":59,"7":300,"79":29,"8":652,"80":188,"9":893,"all_client":99933,"all_tv_clinet":17483,"insert_time":"2014-08-21T04:20:02.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82698,"10":22,"107":565,"11":354,"12":119,"13":397,"14":136,"15":159,"155":26,"156":11,"158":32,"159":25,"16":147,"160":28,"161":233,"167":27,"168":2,"17":330,"18":1171,"19":469,"20":195,"209":31,"21":534,"210":23,"211":4,"214":23,"215":296,"221":352,"223":734,"224":46,"225":483,"23":304,"24":1480,"25":482,"257":88,"26":69,"268":4,"27":26,"273":86,"276":74,"279":23,"28":566,"281":15,"282":59,"291":37,"292":159,"30":15,"302":10,"306":2,"31":26,"32":22,"33":77,"34":37,"347":21,"35":41,"352":614,"36":188,"37":56,"38":518,"380":3,"381":84,"383":53,"389":1,"39":95,"391":24,"396":3,"397":13,"40":102,"409":64,"41":72,"414":25,"415":96,"419":2,"42":160,"426":4,"43":38,"430":73,"44":12,"45":14,"46":292,"48":45,"49":41,"5":1682,"51":48,"52":61,"53":63,"56":12,"570":1,"6":183,"63":59,"7":302,"79":33,"8":655,"80":190,"9":894,"all_client":100270,"all_tv_clinet":17572,"insert_time":"2014-08-21T04:21:03.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82889,"10":20,"107":550,"11":353,"12":111,"13":394,"14":131,"15":155,"155":27,"156":12,"158":33,"159":23,"16":155,"160":32,"161":244,"167":27,"168":2,"17":325,"18":1177,"19":473,"20":204,"209":32,"21":536,"210":23,"211":4,"214":21,"215":289,"221":339,"223":738,"224":46,"225":488,"23":294,"24":1486,"25":477,"257":84,"26":68,"268":5,"27":26,"273":88,"276":75,"279":21,"28":569,"281":15,"282":63,"291":37,"292":160,"30":19,"302":10,"306":2,"31":25,"32":20,"33":76,"34":36,"347":22,"35":43,"352":624,"36":189,"37":57,"38":529,"380":3,"381":87,"383":55,"389":1,"39":92,"391":24,"396":4,"397":13,"40":104,"409":62,"41":72,"414":29,"415":93,"419":1,"42":167,"426":3,"43":36,"430":76,"44":12,"45":14,"46":278,"48":45,"49":41,"5":1723,"51":49,"52":63,"53":58,"56":12,"570":2,"6":186,"63":60,"7":300,"79":33,"8":670,"80":191,"9":898,"all_client":100530,"all_tv_clinet":17641,"insert_time":"2014-08-21T04:22:04.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83139,"10":20,"107":559,"11":358,"12":102,"13":401,"14":130,"15":157,"155":27,"156":11,"158":35,"159":21,"16":149,"160":32,"161":248,"167":29,"168":2,"17":322,"18":1184,"19":474,"20":200,"209":35,"21":533,"210":22,"211":4,"214":19,"215":280,"221":333,"223":717,"224":45,"225":491,"23":293,"24":1482,"25":484,"257":81,"26":70,"268":4,"27":25,"273":96,"276":74,"279":23,"28":579,"281":15,"282":67,"291":38,"292":159,"30":18,"302":10,"306":2,"31":25,"317":1,"32":18,"33":76,"34":35,"347":20,"35":40,"352":632,"36":186,"37":56,"38":516,"380":3,"381":87,"383":54,"39":91,"391":24,"396":5,"397":13,"40":103,"409":55,"41":69,"414":34,"415":96,"419":2,"42":171,"426":2,"43":38,"430":77,"44":12,"45":14,"46":266,"48":44,"49":42,"5":1761,"51":47,"52":62,"53":63,"56":12,"570":2,"6":203,"63":60,"7":289,"79":35,"8":682,"80":187,"9":911,"all_client":100820,"all_tv_clinet":17681,"insert_time":"2014-08-21T04:23:04.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83355,"10":20,"107":539,"11":367,"12":93,"13":409,"14":141,"15":156,"155":27,"156":14,"158":36,"159":18,"16":149,"160":32,"161":255,"167":29,"168":2,"17":328,"18":1171,"19":477,"20":202,"209":37,"21":534,"210":22,"211":2,"214":19,"215":281,"221":351,"223":705,"224":43,"225":497,"23":286,"24":1499,"25":487,"257":81,"26":73,"268":5,"27":26,"273":97,"276":77,"279":21,"28":583,"281":14,"282":71,"291":38,"292":158,"30":19,"302":10,"306":2,"31":24,"317":2,"32":19,"33":77,"34":31,"347":20,"35":38,"352":641,"36":183,"37":54,"38":526,"380":2,"381":95,"383":53,"39":95,"391":25,"396":6,"397":13,"40":105,"409":49,"41":68,"414":37,"415":94,"419":2,"42":175,"426":1,"43":40,"430":81,"44":11,"45":13,"46":249,"48":42,"49":42,"5":1781,"51":54,"52":57,"53":60,"56":12,"570":3,"6":216,"63":61,"7":287,"79":33,"8":687,"80":187,"9":918,"all_client":101127,"all_tv_clinet":17772,"insert_time":"2014-08-21T04:24:05.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83607,"10":18,"107":554,"11":390,"12":82,"13":421,"14":143,"15":159,"155":27,"156":15,"158":37,"159":16,"16":145,"160":30,"161":254,"167":29,"168":2,"17":333,"18":1159,"19":474,"20":203,"209":40,"21":531,"210":22,"211":4,"214":21,"215":274,"221":358,"223":692,"224":43,"225":482,"23":295,"24":1517,"25":505,"257":80,"26":68,"268":5,"27":26,"273":104,"276":76,"279":22,"28":577,"281":14,"282":76,"291":38,"292":147,"30":18,"302":9,"306":1,"31":24,"317":2,"32":17,"33":75,"34":34,"347":18,"35":37,"352":628,"36":177,"37":58,"38":533,"380":2,"381":94,"383":51,"39":94,"391":27,"396":6,"397":13,"40":108,"409":49,"41":74,"414":36,"415":92,"419":2,"42":173,"426":1,"43":41,"430":85,"44":13,"45":14,"46":241,"48":45,"49":41,"5":1789,"51":58,"52":55,"53":62,"56":12,"570":2,"6":222,"63":59,"7":292,"79":37,"8":691,"80":194,"9":916,"all_client":101437,"all_tv_clinet":17830,"insert_time":"2014-08-21T04:25:06.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83801,"10":16,"107":553,"11":400,"12":77,"13":434,"14":145,"15":160,"155":27,"156":14,"158":34,"159":11,"16":142,"160":28,"161":250,"167":29,"168":2,"17":326,"18":1166,"19":478,"20":202,"209":43,"21":537,"210":22,"211":4,"214":22,"215":276,"221":346,"223":676,"224":47,"225":467,"23":297,"24":1552,"25":513,"257":82,"26":64,"268":6,"27":26,"273":110,"276":79,"279":24,"28":586,"281":10,"282":77,"291":38,"292":135,"30":16,"302":9,"306":1,"31":23,"314":1,"317":2,"32":15,"33":78,"34":34,"347":17,"35":36,"352":639,"36":173,"37":54,"38":540,"380":3,"381":96,"383":53,"39":90,"391":28,"396":7,"397":12,"40":108,"409":50,"41":76,"414":39,"415":94,"419":2,"42":174,"43":40,"430":87,"44":16,"45":14,"46":239,"48":49,"49":41,"5":1793,"51":61,"52":54,"53":61,"56":13,"570":3,"6":225,"63":58,"7":281,"79":33,"8":711,"80":199,"9":918,"all_client":101700,"all_tv_clinet":17899,"insert_time":"2014-08-21T04:26:07.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83895,"10":16,"107":553,"11":411,"12":74,"13":436,"14":152,"15":161,"155":29,"156":12,"158":35,"159":10,"16":138,"160":30,"161":245,"167":31,"168":2,"17":333,"18":1141,"19":484,"20":203,"209":43,"21":538,"210":23,"211":4,"214":21,"215":272,"221":344,"223":682,"224":51,"225":468,"23":302,"24":1596,"25":526,"257":78,"26":60,"268":9,"27":25,"273":112,"276":77,"279":24,"28":590,"281":10,"282":79,"291":37,"292":125,"30":16,"302":10,"306":1,"31":27,"314":1,"317":2,"32":14,"33":82,"34":34,"347":18,"35":34,"352":629,"36":177,"37":49,"38":537,"380":3,"381":98,"383":52,"39":87,"391":33,"396":7,"397":12,"40":111,"409":52,"41":71,"414":42,"415":89,"419":2,"42":170,"43":37,"430":89,"44":15,"45":16,"46":242,"48":49,"49":35,"5":1789,"51":60,"52":51,"53":58,"56":11,"570":3,"6":220,"63":55,"7":288,"79":32,"8":715,"80":199,"9":933,"all_client":101844,"all_tv_clinet":17949,"insert_time":"2014-08-21T04:27:07.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84059,"10":17,"107":552,"11":420,"12":65,"13":447,"14":157,"15":151,"155":31,"156":12,"158":32,"159":14,"16":132,"160":33,"161":237,"167":32,"168":2,"17":342,"18":1125,"19":485,"20":209,"209":47,"21":535,"210":24,"211":4,"214":21,"215":273,"221":342,"223":699,"224":50,"225":465,"23":296,"24":1617,"25":524,"257":79,"26":59,"268":10,"27":24,"273":109,"276":72,"279":24,"28":586,"281":9,"282":86,"291":38,"292":119,"30":17,"302":10,"306":1,"31":33,"314":1,"317":2,"32":14,"33":83,"34":35,"347":18,"35":33,"352":644,"36":173,"37":45,"38":522,"380":3,"381":101,"383":51,"39":82,"391":34,"396":8,"397":13,"40":112,"409":55,"41":75,"414":39,"415":89,"419":2,"42":170,"43":35,"430":90,"44":12,"45":14,"46":242,"48":48,"49":34,"5":1811,"51":65,"52":49,"53":54,"56":11,"570":3,"6":225,"63":53,"7":286,"79":29,"8":725,"80":205,"9":948,"all_client":102070,"all_tv_clinet":18011,"insert_time":"2014-08-21T04:28:08.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84186,"10":16,"107":561,"11":430,"12":66,"13":455,"14":160,"15":158,"155":30,"156":13,"158":35,"159":14,"16":131,"160":36,"161":226,"167":32,"168":2,"17":348,"18":1110,"19":487,"20":207,"209":52,"21":540,"210":26,"211":3,"214":22,"215":271,"221":344,"223":696,"224":51,"225":458,"23":297,"24":1638,"25":534,"257":79,"26":60,"268":10,"27":24,"273":101,"276":69,"279":26,"28":565,"281":12,"282":88,"291":36,"292":123,"30":19,"302":10,"306":1,"31":36,"314":1,"317":2,"32":14,"33":84,"34":35,"347":18,"35":29,"352":643,"36":177,"37":48,"38":519,"380":3,"381":104,"383":56,"39":79,"391":32,"396":9,"397":14,"40":113,"409":54,"41":81,"414":40,"415":88,"419":2,"42":167,"43":31,"430":90,"44":12,"45":13,"46":234,"48":51,"49":32,"5":1808,"51":63,"52":50,"53":51,"56":9,"570":3,"6":230,"63":51,"7":284,"79":28,"8":746,"80":204,"9":975,"all_client":102271,"all_tv_clinet":18085,"insert_time":"2014-08-21T04:29:09.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84313,"10":17,"107":572,"11":450,"12":66,"13":466,"14":155,"15":158,"155":31,"156":15,"158":34,"159":15,"16":127,"160":37,"161":221,"167":34,"168":2,"17":344,"18":1104,"19":470,"20":208,"209":54,"21":546,"210":26,"211":3,"214":21,"215":270,"221":361,"223":677,"224":49,"225":461,"23":299,"24":1644,"25":541,"257":77,"26":61,"268":8,"27":25,"273":93,"276":67,"279":25,"28":554,"281":13,"282":92,"291":36,"292":135,"30":20,"302":11,"306":1,"31":38,"314":1,"317":2,"32":10,"33":85,"34":34,"347":18,"35":31,"352":638,"36":173,"37":47,"38":521,"380":2,"381":103,"383":55,"39":75,"391":40,"396":9,"397":13,"40":118,"409":59,"41":86,"414":40,"415":97,"419":3,"42":162,"426":1,"43":26,"430":92,"433":1,"44":13,"45":14,"46":232,"48":51,"49":37,"5":1812,"51":63,"52":48,"53":51,"56":9,"570":2,"6":232,"63":48,"7":278,"79":27,"8":762,"80":205,"9":1024,"all_client":102497,"all_tv_clinet":18184,"insert_time":"2014-08-21T04:30:10.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84425,"10":15,"107":577,"11":462,"12":60,"13":478,"14":152,"15":164,"155":31,"156":13,"158":36,"159":15,"16":132,"160":37,"161":225,"167":37,"168":2,"17":341,"18":1089,"19":447,"20":212,"209":62,"21":544,"210":25,"211":3,"214":21,"215":269,"221":368,"223":658,"224":49,"225":496,"23":298,"24":1681,"25":564,"257":73,"26":62,"268":8,"27":27,"273":90,"276":65,"279":28,"28":524,"281":14,"282":92,"291":37,"292":141,"30":21,"302":12,"31":38,"314":1,"317":2,"32":8,"33":84,"34":34,"347":17,"35":33,"352":636,"36":175,"37":49,"38":530,"380":2,"381":104,"383":56,"39":76,"391":42,"396":8,"397":13,"40":111,"409":63,"41":86,"414":42,"415":95,"419":5,"42":147,"426":1,"43":29,"430":91,"433":1,"44":14,"45":14,"46":232,"48":48,"49":40,"5":1784,"51":64,"52":44,"53":49,"56":9,"570":3,"6":234,"63":49,"7":287,"79":25,"8":766,"80":207,"9":1072,"all_client":102702,"all_tv_clinet":18277,"insert_time":"2014-08-21T04:31:10.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84565,"10":22,"107":577,"11":486,"12":64,"13":477,"14":147,"15":165,"155":31,"156":12,"158":33,"159":17,"16":126,"160":38,"161":231,"167":36,"168":1,"17":331,"18":1066,"19":432,"20":210,"209":70,"21":525,"210":26,"211":3,"214":22,"215":278,"221":367,"223":641,"224":51,"225":512,"23":285,"24":1656,"25":574,"257":72,"26":67,"268":9,"27":28,"273":89,"276":66,"279":24,"28":510,"281":14,"282":91,"291":37,"292":149,"30":20,"302":13,"306":1,"31":47,"314":1,"317":2,"32":9,"33":83,"34":33,"347":15,"35":34,"352":639,"36":179,"37":51,"38":532,"380":2,"381":105,"383":54,"39":84,"391":43,"396":7,"397":14,"40":104,"409":66,"41":84,"414":44,"415":93,"419":6,"42":148,"426":2,"43":30,"430":95,"433":2,"44":13,"45":14,"46":239,"48":49,"49":39,"5":1776,"51":62,"52":44,"53":51,"56":9,"570":2,"6":225,"63":51,"7":293,"79":24,"8":774,"80":204,"9":1108,"all_client":102852,"all_tv_clinet":18287,"insert_time":"2014-08-21T04:32:11.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84649,"10":24,"107":574,"11":501,"12":73,"13":483,"14":142,"15":174,"155":31,"156":11,"158":34,"159":20,"16":127,"160":35,"161":232,"167":38,"168":1,"17":319,"18":1056,"19":423,"20":211,"209":73,"21":528,"210":28,"211":3,"214":22,"215":276,"221":367,"223":629,"224":46,"225":511,"23":282,"24":1650,"25":588,"257":79,"26":67,"268":9,"27":29,"273":92,"276":66,"279":24,"28":501,"281":14,"282":85,"291":38,"292":156,"30":21,"302":13,"306":1,"31":54,"314":1,"317":2,"32":10,"33":85,"34":30,"347":13,"35":31,"352":651,"36":196,"37":53,"38":549,"380":6,"381":103,"383":56,"389":1,"39":80,"391":44,"396":5,"397":15,"40":89,"409":69,"41":77,"414":46,"415":91,"419":7,"42":155,"426":1,"43":30,"430":102,"433":2,"44":11,"45":15,"46":245,"48":45,"49":39,"5":1777,"51":65,"52":43,"53":52,"56":10,"570":2,"6":209,"63":49,"7":304,"79":23,"8":773,"80":205,"9":1121,"all_client":102998,"all_tv_clinet":18349,"insert_time":"2014-08-21T04:33:12.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84786,"10":27,"107":588,"11":514,"12":83,"13":487,"14":144,"15":176,"155":30,"156":11,"158":33,"159":20,"16":129,"160":35,"161":240,"167":37,"168":1,"17":315,"18":1050,"19":414,"20":208,"209":78,"21":511,"210":28,"211":5,"214":22,"215":274,"221":359,"223":637,"224":42,"225":496,"23":282,"24":1624,"25":596,"257":79,"26":72,"268":9,"27":30,"273":93,"276":63,"279":22,"28":493,"281":15,"282":78,"291":37,"292":161,"30":22,"302":14,"306":1,"31":65,"314":1,"317":2,"32":14,"33":94,"34":34,"347":11,"35":30,"352":652,"36":210,"37":56,"38":549,"380":6,"381":99,"383":55,"389":1,"39":76,"391":46,"396":6,"397":13,"40":83,"409":68,"41":69,"414":48,"415":90,"419":7,"42":160,"426":1,"43":31,"430":99,"433":2,"44":11,"45":17,"46":243,"48":46,"49":40,"5":1794,"51":63,"52":43,"53":51,"56":10,"570":1,"6":226,"63":53,"7":299,"79":24,"8":759,"80":202,"9":1114,"all_client":103145,"all_tv_clinet":18359,"insert_time":"2014-08-21T04:34:13.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84842,"10":27,"107":583,"11":532,"12":90,"13":503,"14":150,"15":170,"155":31,"156":9,"158":32,"159":22,"16":130,"160":29,"161":249,"167":37,"168":1,"17":296,"18":1050,"19":411,"20":207,"209":74,"21":525,"210":28,"211":6,"214":22,"215":267,"221":365,"223":638,"224":41,"225":504,"23":281,"24":1616,"25":601,"257":79,"26":80,"268":8,"27":29,"273":94,"276":63,"279":22,"28":489,"281":14,"282":74,"291":38,"292":161,"30":24,"302":13,"306":1,"31":64,"314":1,"317":1,"32":15,"33":92,"34":38,"347":12,"35":28,"352":660,"36":232,"37":58,"38":561,"380":7,"381":99,"383":57,"389":1,"39":79,"391":46,"396":8,"397":13,"40":73,"409":71,"41":70,"414":46,"415":87,"419":8,"42":166,"43":29,"430":103,"433":2,"434":1,"44":8,"45":19,"46":240,"48":48,"49":37,"5":1805,"51":66,"52":40,"53":49,"56":10,"570":1,"6":227,"63":55,"7":297,"79":28,"8":738,"80":203,"9":1130,"all_client":103287,"all_tv_clinet":18445,"insert_time":"2014-08-21T04:35:13.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84930,"10":33,"107":589,"11":541,"12":100,"13":514,"14":154,"15":164,"155":30,"156":9,"158":34,"159":25,"16":134,"160":28,"161":250,"167":36,"168":2,"17":276,"18":1067,"19":406,"20":210,"209":85,"21":524,"210":26,"211":7,"214":22,"215":258,"221":364,"223":641,"224":43,"225":495,"23":284,"24":1598,"25":610,"257":76,"26":82,"268":7,"27":28,"273":92,"276":65,"279":22,"28":491,"281":14,"282":75,"291":38,"292":158,"30":25,"302":12,"306":1,"31":62,"314":1,"317":1,"32":18,"33":91,"34":36,"347":10,"35":26,"352":677,"36":226,"37":57,"38":555,"380":6,"381":101,"383":52,"39":80,"391":41,"396":7,"397":14,"40":70,"409":71,"41":67,"414":50,"415":86,"419":9,"42":169,"426":1,"43":25,"430":106,"433":2,"434":1,"44":9,"45":22,"46":231,"48":54,"49":32,"5":1818,"51":67,"52":40,"53":52,"56":10,"570":1,"6":225,"63":63,"7":305,"79":33,"8":722,"80":198,"9":1128,"all_client":103403,"all_tv_clinet":18473,"insert_time":"2014-08-21T04:36:14.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84928,"10":34,"107":580,"11":550,"12":110,"13":514,"14":162,"15":163,"155":31,"156":9,"158":35,"159":25,"16":133,"160":28,"161":258,"167":37,"168":2,"17":254,"18":1103,"19":400,"20":207,"209":87,"21":514,"210":27,"211":8,"214":22,"215":258,"221":372,"223":632,"224":48,"225":508,"23":295,"24":1588,"25":619,"257":76,"26":83,"268":7,"27":27,"273":95,"276":68,"279":23,"28":490,"281":13,"282":73,"291":36,"292":161,"30":24,"302":13,"306":1,"31":56,"314":1,"317":1,"32":18,"33":87,"34":37,"347":14,"35":26,"352":683,"36":229,"37":56,"38":548,"380":6,"381":106,"383":47,"39":86,"391":43,"396":5,"397":16,"40":63,"409":65,"41":65,"414":47,"415":88,"419":9,"42":171,"426":3,"43":24,"430":107,"433":2,"434":1,"44":9,"45":30,"46":235,"48":54,"49":31,"5":1839,"51":67,"52":36,"53":43,"56":11,"570":1,"6":230,"63":63,"7":314,"79":36,"8":722,"80":200,"9":1123,"all_client":103485,"all_tv_clinet":18557,"insert_time":"2014-08-21T04:37:15.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85007,"10":33,"107":579,"11":559,"12":116,"13":518,"14":163,"15":165,"155":30,"156":8,"158":37,"159":26,"16":134,"160":25,"161":259,"167":36,"168":2,"17":231,"18":1121,"19":402,"20":200,"209":89,"21":522,"210":28,"211":8,"214":22,"215":264,"221":366,"223":642,"224":53,"225":501,"23":302,"24":1569,"25":619,"257":77,"26":81,"268":8,"27":25,"273":95,"276":70,"279":22,"28":479,"281":13,"282":71,"291":37,"292":163,"30":24,"302":13,"31":56,"314":1,"317":1,"32":19,"33":85,"34":36,"347":17,"35":24,"352":704,"36":227,"37":57,"38":537,"380":5,"381":106,"383":44,"39":81,"391":42,"396":5,"397":16,"40":58,"409":60,"41":67,"414":45,"415":92,"419":7,"42":164,"426":4,"43":26,"430":109,"433":2,"434":2,"44":12,"45":31,"46":238,"48":54,"49":31,"5":1864,"51":70,"52":36,"53":37,"56":11,"570":1,"6":241,"63":64,"7":324,"79":39,"8":710,"80":198,"9":1106,"all_client":103580,"all_tv_clinet":18573,"insert_time":"2014-08-21T04:38:15.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85053,"10":31,"107":591,"11":544,"12":117,"13":517,"14":165,"15":166,"155":29,"156":4,"158":34,"159":23,"16":134,"160":25,"161":266,"167":36,"168":2,"17":223,"18":1148,"19":396,"20":189,"209":92,"21":516,"210":28,"211":7,"214":22,"215":270,"221":358,"223":639,"224":54,"225":490,"23":304,"24":1550,"25":626,"257":76,"26":80,"268":7,"27":29,"273":92,"276":73,"279":22,"28":471,"281":13,"282":71,"291":39,"292":157,"30":22,"302":12,"31":49,"314":1,"317":1,"32":20,"33":87,"34":36,"347":18,"35":25,"352":722,"36":232,"37":59,"38":531,"380":6,"381":105,"383":46,"39":85,"391":44,"396":6,"397":13,"40":57,"409":53,"41":67,"414":40,"415":90,"419":7,"42":164,"426":4,"43":24,"430":109,"433":2,"434":2,"44":12,"45":34,"46":241,"48":54,"49":31,"5":1917,"51":72,"52":38,"53":40,"56":11,"570":4,"6":243,"63":64,"7":336,"79":42,"8":722,"80":200,"9":1099,"all_client":103678,"all_tv_clinet":18625,"insert_time":"2014-08-21T04:39:16.788Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85043,"10":32,"107":600,"11":544,"12":124,"13":526,"14":168,"15":171,"155":29,"156":5,"158":31,"159":25,"16":136,"160":26,"161":266,"167":32,"168":2,"17":213,"18":1158,"19":394,"20":188,"209":92,"21":513,"210":28,"211":9,"214":22,"215":265,"221":356,"223":629,"224":58,"225":479,"23":307,"24":1532,"25":644,"257":77,"26":79,"268":7,"27":28,"273":95,"276":76,"279":24,"28":470,"281":13,"282":68,"291":40,"292":140,"30":20,"302":12,"31":45,"317":1,"32":19,"33":92,"34":37,"347":15,"35":24,"352":723,"36":230,"37":58,"38":530,"380":6,"381":108,"383":49,"39":86,"391":44,"396":7,"397":11,"40":54,"409":54,"41":66,"414":43,"415":93,"419":7,"42":162,"426":4,"43":24,"430":107,"433":2,"434":2,"44":13,"45":35,"46":243,"48":52,"49":29,"5":1977,"51":73,"52":41,"53":44,"56":11,"570":4,"6":228,"63":66,"7":339,"79":39,"8":720,"80":191,"9":1075,"all_client":103679,"all_tv_clinet":18636,"insert_time":"2014-08-21T04:40:17.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85114,"10":33,"107":583,"11":545,"12":131,"13":530,"14":168,"15":173,"155":29,"156":5,"158":31,"159":23,"16":134,"160":26,"161":276,"167":33,"168":2,"17":200,"18":1155,"19":392,"20":185,"209":91,"21":527,"210":27,"211":10,"214":22,"215":273,"221":366,"223":612,"224":67,"225":494,"23":304,"24":1541,"25":630,"257":79,"26":79,"268":7,"27":27,"273":92,"276":75,"279":22,"28":480,"281":14,"282":68,"291":40,"292":128,"30":19,"302":12,"306":1,"31":45,"317":1,"32":18,"33":92,"34":38,"347":15,"35":24,"352":716,"36":222,"37":57,"38":517,"380":7,"381":104,"383":49,"39":92,"391":44,"396":5,"397":12,"40":51,"409":55,"41":61,"414":48,"415":88,"419":8,"42":161,"426":3,"43":23,"430":107,"433":2,"434":2,"44":12,"45":35,"46":244,"48":52,"49":32,"5":2040,"51":71,"52":33,"53":52,"56":12,"570":4,"6":220,"63":67,"7":348,"79":38,"8":726,"80":192,"9":1049,"all_client":103769,"all_tv_clinet":18655,"insert_time":"2014-08-21T04:41:18.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85100,"10":33,"107":576,"11":556,"12":145,"13":528,"14":166,"15":169,"155":28,"156":5,"158":32,"159":23,"16":129,"160":24,"161":270,"167":33,"168":1,"17":189,"18":1155,"19":390,"20":187,"209":88,"21":530,"210":29,"211":9,"214":22,"215":276,"221":358,"223":596,"224":73,"225":499,"23":321,"24":1542,"25":611,"257":83,"26":81,"268":8,"27":27,"273":92,"276":73,"279":20,"28":485,"281":14,"282":67,"291":37,"292":116,"30":18,"302":12,"306":1,"31":45,"317":1,"32":17,"33":97,"34":40,"347":17,"35":22,"352":701,"36":223,"37":53,"38":527,"380":7,"381":103,"383":48,"39":93,"391":47,"396":4,"397":14,"40":50,"409":58,"41":63,"414":48,"415":86,"419":9,"42":161,"426":2,"43":24,"430":102,"433":2,"434":2,"44":10,"45":33,"46":241,"48":56,"49":34,"5":2103,"51":73,"52":29,"53":58,"56":12,"570":3,"6":215,"63":63,"7":357,"79":37,"8":725,"80":193,"9":1029,"all_client":103764,"all_tv_clinet":18664,"insert_time":"2014-08-21T04:42:18.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85198,"10":32,"107":575,"11":557,"12":152,"13":522,"14":164,"15":152,"155":28,"156":5,"158":31,"159":23,"16":123,"160":22,"161":249,"167":33,"168":1,"17":179,"18":1152,"19":399,"20":189,"209":84,"21":528,"210":30,"211":10,"214":22,"215":272,"221":349,"223":593,"224":82,"225":492,"23":320,"24":1552,"25":562,"257":85,"26":84,"268":8,"27":27,"273":86,"276":76,"279":20,"28":503,"281":13,"282":69,"291":36,"292":120,"30":17,"302":10,"306":2,"31":45,"317":1,"32":19,"33":97,"34":36,"347":18,"35":20,"352":715,"36":226,"37":54,"38":514,"380":7,"381":101,"383":49,"39":91,"391":47,"396":4,"397":17,"40":51,"409":57,"41":58,"414":49,"415":87,"419":11,"42":148,"426":2,"43":25,"430":103,"433":2,"434":2,"44":10,"45":33,"46":250,"48":52,"49":33,"5":2172,"51":74,"52":30,"53":61,"56":11,"570":3,"6":223,"63":61,"7":359,"79":40,"8":735,"80":193,"9":1014,"all_client":103848,"all_tv_clinet":18650,"insert_time":"2014-08-21T04:43:19.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85251,"10":30,"107":569,"11":551,"12":157,"13":512,"14":164,"15":139,"155":30,"156":8,"158":31,"159":25,"16":127,"160":19,"161":236,"167":32,"168":1,"17":173,"18":1149,"19":402,"20":192,"209":85,"21":516,"210":30,"211":10,"214":21,"215":272,"221":339,"223":605,"224":84,"225":489,"23":330,"24":1552,"25":543,"257":86,"26":85,"268":7,"27":28,"273":82,"276":77,"279":18,"28":517,"281":13,"282":72,"291":34,"292":124,"30":18,"302":11,"306":2,"31":48,"314":1,"317":1,"32":16,"33":98,"34":36,"347":19,"35":19,"352":713,"36":229,"37":54,"38":509,"380":7,"381":105,"383":48,"39":89,"391":48,"396":4,"397":13,"40":54,"409":61,"41":54,"414":54,"415":96,"419":11,"42":138,"426":2,"43":24,"430":102,"433":2,"434":2,"44":9,"45":34,"46":248,"48":54,"49":32,"5":2229,"51":77,"52":29,"53":64,"56":10,"570":4,"6":224,"63":59,"7":361,"79":42,"8":739,"80":189,"9":986,"all_client":103895,"all_tv_clinet":18644,"insert_time":"2014-08-21T04:44:20.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85321,"10":28,"107":576,"11":563,"12":162,"13":507,"14":163,"15":131,"155":29,"156":8,"158":33,"159":27,"16":118,"160":16,"161":224,"167":35,"168":1,"17":171,"18":1148,"19":419,"20":190,"209":82,"21":520,"210":28,"211":12,"214":22,"215":281,"221":330,"223":605,"224":98,"225":490,"23":326,"24":1515,"25":519,"257":88,"26":83,"268":9,"27":27,"273":81,"276":75,"279":17,"28":520,"281":11,"282":72,"291":30,"292":141,"30":19,"302":11,"306":4,"31":46,"314":2,"317":1,"32":16,"33":96,"34":35,"347":18,"35":20,"352":715,"36":224,"37":56,"38":510,"380":7,"381":103,"383":51,"39":90,"391":49,"396":4,"397":14,"40":57,"409":64,"41":49,"414":55,"415":98,"419":7,"42":124,"426":2,"43":25,"430":99,"433":6,"434":2,"44":8,"45":33,"46":254,"48":50,"49":34,"5":2298,"51":75,"52":31,"53":61,"56":10,"570":6,"6":222,"63":52,"7":360,"79":40,"8":746,"80":190,"9":954,"all_client":103955,"all_tv_clinet":18634,"insert_time":"2014-08-21T04:45:21.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85349,"10":31,"107":580,"11":576,"12":165,"13":505,"14":167,"15":125,"155":28,"156":10,"158":31,"159":27,"16":122,"160":12,"161":227,"167":38,"17":162,"18":1146,"19":432,"20":192,"209":85,"21":525,"210":24,"211":13,"214":22,"215":288,"221":342,"223":602,"224":108,"225":484,"23":328,"24":1501,"25":498,"257":91,"26":80,"268":9,"27":27,"273":77,"276":76,"279":16,"28":530,"281":10,"282":68,"291":29,"292":144,"30":20,"302":11,"306":4,"31":39,"314":2,"317":1,"32":15,"33":98,"34":32,"347":17,"35":20,"352":705,"36":225,"37":56,"38":518,"380":8,"381":104,"383":50,"39":95,"391":50,"396":4,"397":15,"40":59,"409":68,"41":48,"414":55,"415":96,"419":7,"42":117,"426":2,"43":24,"430":96,"433":7,"434":2,"44":9,"45":30,"46":247,"48":47,"49":35,"5":2378,"51":73,"52":31,"53":64,"56":10,"570":7,"6":208,"63":46,"7":368,"79":36,"8":754,"80":191,"9":918,"all_client":104024,"all_tv_clinet":18675,"insert_time":"2014-08-21T04:46:22.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85421,"10":33,"107":595,"11":575,"12":170,"13":493,"14":169,"15":119,"155":28,"156":10,"158":30,"159":28,"16":126,"160":17,"161":231,"167":38,"17":152,"18":1152,"19":430,"20":188,"209":88,"21":536,"210":23,"211":12,"214":22,"215":283,"221":339,"223":585,"224":114,"225":481,"23":331,"24":1491,"25":468,"257":93,"26":75,"268":10,"27":27,"273":75,"276":75,"279":14,"28":518,"281":9,"282":66,"291":26,"292":148,"30":23,"302":11,"306":5,"31":38,"314":2,"317":1,"32":19,"33":101,"34":34,"347":16,"35":22,"352":705,"36":234,"37":56,"38":520,"380":9,"381":101,"383":49,"39":102,"391":53,"396":2,"397":15,"40":62,"409":68,"41":47,"414":55,"415":101,"419":7,"42":112,"426":3,"43":27,"430":88,"433":7,"434":2,"44":7,"45":29,"46":250,"48":42,"49":37,"5":2432,"51":75,"52":31,"53":63,"56":7,"570":6,"6":204,"63":46,"7":374,"79":31,"8":760,"80":187,"9":895,"all_client":104087,"all_tv_clinet":18666,"insert_time":"2014-08-21T04:47:22.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85426,"10":35,"107":602,"11":576,"12":178,"13":472,"14":157,"15":121,"155":26,"156":9,"158":33,"159":28,"16":131,"160":19,"161":231,"167":38,"17":153,"18":1171,"19":421,"20":193,"209":92,"21":528,"210":24,"211":12,"214":23,"215":287,"221":333,"223":588,"224":124,"225":472,"23":332,"24":1488,"25":451,"257":88,"26":70,"268":9,"27":27,"273":78,"276":76,"279":15,"28":515,"281":9,"282":66,"291":24,"292":151,"30":24,"302":10,"306":5,"31":34,"314":2,"317":1,"32":17,"33":97,"34":35,"347":16,"35":21,"352":707,"36":227,"37":57,"38":502,"380":9,"381":100,"383":49,"39":103,"391":53,"396":2,"397":16,"40":65,"409":69,"41":47,"414":57,"415":100,"419":11,"42":102,"426":3,"43":27,"430":79,"433":5,"434":2,"44":7,"45":26,"46":257,"48":41,"49":36,"5":2487,"51":79,"52":31,"53":64,"56":8,"570":5,"6":202,"63":51,"7":382,"79":34,"8":757,"80":179,"9":867,"all_client":104069,"all_tv_clinet":18643,"insert_time":"2014-08-21T04:48:23.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85414,"10":34,"107":615,"11":567,"12":183,"13":452,"14":141,"15":124,"155":26,"156":8,"158":33,"159":30,"16":140,"160":18,"161":232,"167":38,"17":157,"18":1186,"19":417,"20":189,"209":93,"21":517,"210":25,"211":12,"214":24,"215":293,"221":328,"223":585,"224":132,"225":445,"23":338,"24":1487,"25":435,"257":81,"26":71,"268":9,"27":27,"273":75,"276":73,"279":14,"28":510,"281":9,"282":69,"291":26,"292":149,"30":28,"302":11,"306":5,"31":30,"314":2,"317":1,"32":17,"33":97,"34":39,"347":17,"35":20,"352":723,"36":219,"37":57,"38":511,"380":9,"381":98,"383":48,"39":102,"391":52,"396":2,"397":19,"40":64,"409":70,"41":51,"414":58,"415":99,"419":10,"42":94,"426":3,"43":32,"430":73,"433":4,"434":2,"44":9,"45":26,"46":265,"48":38,"49":39,"5":2526,"51":79,"52":31,"53":64,"56":8,"570":5,"6":201,"63":53,"7":385,"79":36,"8":762,"80":174,"9":845,"all_client":104044,"all_tv_clinet":18630,"insert_time":"2014-08-21T04:49:24.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85403,"10":32,"107":620,"11":563,"12":192,"13":429,"14":131,"15":123,"155":25,"156":9,"158":34,"159":31,"16":145,"160":18,"161":226,"167":39,"17":159,"18":1194,"19":417,"20":192,"209":91,"21":521,"210":25,"211":13,"214":25,"215":301,"221":321,"223":576,"224":132,"225":431,"23":341,"24":1517,"25":421,"257":73,"26":75,"268":10,"27":28,"273":75,"276":74,"279":15,"28":512,"281":7,"282":70,"291":24,"292":150,"30":33,"302":11,"306":3,"31":30,"314":2,"317":1,"32":19,"33":95,"34":38,"347":18,"35":23,"352":716,"36":209,"37":58,"38":528,"380":9,"381":100,"383":51,"39":103,"391":51,"396":3,"397":19,"40":64,"409":64,"41":49,"414":58,"415":98,"419":11,"42":83,"426":2,"43":34,"430":69,"433":5,"434":2,"44":8,"45":25,"46":265,"48":38,"49":38,"5":2555,"51":78,"52":30,"53":59,"56":8,"570":6,"6":201,"63":50,"7":388,"79":36,"8":773,"80":176,"9":832,"all_client":104035,"all_tv_clinet":18632,"insert_time":"2014-08-21T04:50:24.975Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85444,"10":34,"107":627,"11":570,"12":195,"13":414,"14":130,"15":127,"155":26,"156":11,"158":35,"159":31,"16":147,"160":18,"161":230,"167":38,"17":159,"18":1192,"19":410,"20":188,"209":83,"21":524,"210":24,"211":13,"214":26,"215":304,"221":312,"223":573,"224":136,"225":440,"23":337,"24":1551,"25":413,"257":75,"26":80,"268":9,"27":23,"273":73,"276":74,"279":14,"28":505,"281":6,"282":74,"291":24,"292":161,"30":33,"302":11,"306":3,"31":28,"314":3,"317":1,"32":20,"33":94,"34":41,"347":17,"35":22,"352":698,"36":210,"37":59,"38":522,"380":9,"381":99,"383":51,"39":103,"391":49,"396":3,"397":18,"40":62,"409":57,"41":50,"414":56,"415":101,"419":11,"42":77,"426":2,"43":39,"430":65,"433":4,"434":2,"44":9,"45":27,"46":270,"48":37,"49":37,"5":2574,"51":75,"52":31,"53":55,"56":6,"570":4,"6":203,"63":55,"7":391,"79":35,"8":776,"80":172,"9":812,"all_client":104069,"all_tv_clinet":18625,"insert_time":"2014-08-21T04:51:25.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85432,"10":35,"107":638,"11":566,"12":195,"13":400,"14":127,"15":138,"155":24,"156":11,"158":34,"159":31,"16":148,"160":18,"161":220,"167":37,"17":163,"18":1187,"19":389,"20":194,"209":78,"21":532,"210":26,"211":14,"214":25,"215":308,"221":307,"223":582,"224":140,"225":447,"23":332,"24":1551,"25":404,"257":77,"26":78,"268":9,"27":21,"273":73,"276":71,"279":16,"28":513,"281":6,"282":74,"291":22,"292":168,"30":33,"302":11,"306":3,"31":31,"314":3,"317":1,"32":22,"33":90,"34":41,"347":16,"35":22,"352":702,"36":205,"37":61,"38":508,"380":10,"381":103,"383":54,"39":107,"391":47,"396":3,"397":18,"40":64,"409":54,"41":48,"414":57,"415":102,"419":14,"42":73,"426":1,"43":36,"430":62,"433":4,"434":2,"44":9,"45":27,"46":272,"48":39,"49":34,"5":2606,"51":72,"52":29,"53":56,"56":6,"570":4,"6":204,"63":58,"7":391,"79":30,"8":778,"80":168,"9":786,"all_client":104038,"all_tv_clinet":18606,"insert_time":"2014-08-21T04:52:26.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85413,"10":38,"107":635,"11":577,"12":190,"13":390,"14":129,"15":137,"155":23,"156":9,"158":34,"159":35,"16":153,"160":16,"161":228,"167":35,"17":166,"18":1188,"19":363,"20":188,"209":71,"21":529,"210":26,"211":15,"214":25,"215":312,"221":304,"223":584,"224":139,"225":455,"23":340,"24":1566,"25":385,"257":77,"26":79,"268":9,"27":20,"273":76,"276":73,"279":14,"28":521,"281":6,"282":73,"291":19,"292":166,"30":37,"302":11,"306":3,"31":31,"314":2,"317":1,"32":21,"33":85,"34":41,"347":13,"35":22,"352":712,"36":207,"37":61,"38":487,"380":9,"381":100,"383":55,"39":105,"391":46,"396":2,"397":18,"40":67,"409":55,"41":48,"414":56,"415":102,"419":15,"42":69,"426":1,"43":41,"430":59,"433":4,"434":2,"44":10,"45":26,"46":275,"48":37,"49":34,"5":2643,"51":74,"52":26,"53":61,"56":4,"570":4,"6":206,"63":60,"7":387,"79":29,"8":784,"80":160,"9":756,"all_client":103995,"all_tv_clinet":18582,"insert_time":"2014-08-21T04:53:27.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85403,"10":37,"107":638,"11":583,"12":184,"13":389,"14":135,"15":138,"155":23,"156":10,"158":33,"159":35,"16":150,"160":16,"161":243,"167":38,"17":167,"18":1169,"19":351,"20":189,"209":65,"21":530,"210":25,"211":15,"214":23,"215":315,"221":312,"223":591,"224":138,"225":452,"23":335,"24":1559,"25":380,"257":79,"26":82,"268":9,"27":21,"273":85,"276":68,"279":16,"28":523,"281":7,"282":74,"291":17,"292":147,"30":42,"302":11,"306":4,"31":30,"314":2,"32":21,"33":90,"34":40,"347":12,"35":21,"352":723,"36":200,"37":57,"38":494,"380":8,"381":96,"383":56,"39":108,"391":45,"396":3,"397":22,"40":70,"409":57,"41":45,"414":53,"415":101,"419":13,"42":63,"426":1,"43":41,"430":57,"433":4,"434":2,"44":11,"45":27,"46":273,"48":38,"49":33,"5":2699,"51":73,"52":25,"53":54,"56":4,"570":4,"6":207,"63":55,"7":389,"79":27,"8":785,"80":154,"9":722,"all_client":103971,"all_tv_clinet":18568,"insert_time":"2014-08-21T04:54:27.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85368,"10":36,"107":644,"11":588,"12":178,"13":400,"14":130,"15":135,"155":21,"156":12,"158":35,"159":33,"16":152,"160":16,"161":249,"167":38,"17":169,"18":1168,"19":347,"20":190,"209":62,"21":539,"210":23,"211":16,"214":23,"215":320,"221":317,"223":589,"224":140,"225":439,"23":332,"24":1539,"25":374,"257":75,"26":84,"268":9,"27":19,"273":93,"276":66,"279":15,"28":530,"281":7,"282":74,"291":16,"292":134,"30":44,"302":11,"306":6,"31":28,"314":2,"32":20,"33":90,"34":41,"347":12,"35":23,"352":705,"36":191,"37":53,"38":505,"380":8,"381":89,"383":61,"39":112,"391":43,"396":2,"397":22,"40":71,"409":62,"41":46,"414":50,"415":103,"419":17,"42":63,"426":2,"43":38,"430":53,"433":4,"434":2,"44":11,"45":28,"46":270,"48":36,"49":37,"5":2741,"51":73,"52":29,"53":51,"56":6,"570":5,"6":212,"63":52,"7":377,"79":29,"8":797,"80":146,"9":689,"all_client":103912,"all_tv_clinet":18544,"insert_time":"2014-08-21T04:55:28.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85366,"10":37,"107":661,"11":586,"12":172,"13":403,"14":119,"15":143,"155":20,"156":13,"158":34,"159":32,"16":152,"160":15,"161":235,"167":39,"17":173,"18":1163,"19":356,"20":185,"209":59,"21":548,"210":22,"211":17,"214":22,"215":317,"221":317,"223":596,"224":149,"225":443,"23":336,"24":1534,"25":367,"257":76,"26":77,"268":9,"27":20,"273":101,"276":61,"279":14,"28":529,"281":8,"282":78,"291":16,"292":125,"30":43,"302":11,"306":6,"31":25,"314":3,"32":18,"33":89,"34":38,"347":11,"35":22,"352":701,"36":184,"37":49,"38":514,"380":6,"381":87,"383":59,"39":109,"391":43,"396":3,"397":22,"40":70,"409":68,"41":42,"414":51,"415":95,"419":19,"42":57,"426":2,"43":35,"430":55,"433":4,"434":1,"44":9,"45":28,"46":270,"48":35,"49":36,"5":2797,"51":72,"52":30,"53":49,"56":6,"570":6,"6":208,"63":51,"7":380,"79":29,"8":796,"80":143,"9":662,"all_client":103894,"all_tv_clinet":18528,"insert_time":"2014-08-21T04:56:29.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85405,"10":38,"107":643,"11":590,"12":166,"13":401,"14":114,"15":145,"155":18,"156":11,"158":32,"159":35,"16":155,"160":19,"161":224,"167":37,"17":182,"18":1154,"19":360,"20":183,"209":58,"21":544,"210":22,"211":17,"214":22,"215":313,"221":319,"223":601,"224":155,"225":438,"23":342,"24":1539,"25":367,"257":78,"26":68,"268":9,"27":17,"273":97,"276":59,"279":14,"28":528,"281":9,"282":79,"291":15,"292":122,"30":41,"302":11,"306":5,"31":26,"314":3,"32":17,"33":94,"34":40,"347":13,"35":24,"352":692,"36":177,"37":49,"38":521,"380":6,"381":88,"383":57,"39":113,"391":48,"396":3,"397":19,"40":73,"409":69,"41":43,"414":54,"415":93,"419":21,"42":61,"426":1,"43":38,"430":56,"433":3,"434":1,"44":10,"45":29,"46":273,"48":34,"49":37,"5":2815,"51":68,"52":30,"53":52,"56":5,"570":5,"6":203,"63":52,"7":386,"79":28,"8":791,"80":139,"9":641,"all_client":103902,"all_tv_clinet":18497,"insert_time":"2014-08-21T04:57:30.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85312,"10":38,"107":643,"11":594,"12":156,"13":403,"14":111,"15":147,"155":19,"156":11,"158":30,"159":35,"16":155,"160":18,"161":217,"167":35,"168":1,"17":191,"18":1138,"19":367,"20":186,"209":56,"21":549,"210":23,"211":17,"214":22,"215":313,"221":322,"223":605,"224":157,"225":452,"23":347,"24":1557,"25":358,"257":80,"26":66,"268":9,"27":16,"273":88,"276":57,"279":13,"28":531,"281":9,"282":77,"291":13,"292":122,"30":38,"302":9,"306":7,"31":27,"314":5,"32":18,"33":95,"34":38,"347":13,"35":21,"352":694,"36":174,"37":48,"38":525,"380":6,"381":87,"383":56,"39":114,"391":50,"396":2,"397":18,"40":74,"409":73,"41":44,"414":57,"415":89,"419":21,"42":54,"426":1,"43":38,"430":56,"433":6,"434":1,"44":9,"45":27,"46":275,"48":36,"49":38,"5":2837,"51":67,"52":31,"53":48,"56":5,"570":4,"6":207,"63":50,"7":387,"79":28,"8":790,"80":136,"9":621,"all_client":103821,"all_tv_clinet":18509,"insert_time":"2014-08-21T04:58:30.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85222,"10":37,"107":652,"11":582,"12":142,"13":415,"14":109,"15":156,"155":18,"156":10,"158":28,"159":37,"16":157,"160":18,"161":216,"167":35,"168":1,"17":193,"18":1094,"19":367,"20":185,"209":52,"21":539,"210":24,"211":17,"214":22,"215":315,"221":327,"223":616,"224":160,"225":451,"23":353,"24":1591,"25":371,"257":87,"26":63,"268":9,"27":18,"273":77,"276":54,"279":12,"28":516,"281":8,"282":76,"291":14,"292":116,"30":39,"302":9,"306":7,"31":28,"314":6,"32":18,"33":95,"34":35,"347":13,"35":20,"352":687,"36":168,"37":39,"38":538,"380":6,"381":85,"383":59,"39":115,"391":50,"396":2,"397":19,"40":72,"409":78,"41":43,"414":59,"415":91,"419":20,"42":52,"426":2,"43":39,"430":56,"433":5,"434":1,"44":8,"45":29,"46":282,"48":43,"49":38,"5":2880,"51":69,"52":29,"53":45,"56":5,"570":4,"6":216,"63":50,"7":392,"79":30,"8":772,"80":138,"9":597,"all_client":103745,"all_tv_clinet":18523,"insert_time":"2014-08-21T04:59:31.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85177,"10":36,"107":656,"11":556,"12":130,"13":425,"14":107,"15":166,"155":17,"156":13,"158":30,"159":37,"16":160,"160":17,"161":208,"167":31,"168":1,"17":203,"18":1046,"19":376,"20":185,"209":50,"21":526,"210":25,"211":17,"214":23,"215":315,"221":330,"223":631,"224":164,"225":449,"23":361,"24":1608,"25":367,"257":85,"26":59,"268":9,"27":17,"273":72,"276":53,"279":11,"28":519,"281":8,"282":80,"291":14,"292":122,"30":41,"302":8,"306":7,"31":30,"314":7,"32":19,"33":96,"34":32,"347":14,"35":23,"352":678,"36":168,"37":36,"38":535,"380":5,"381":78,"383":62,"39":123,"391":47,"396":4,"397":19,"40":76,"409":77,"41":49,"414":59,"415":88,"419":19,"42":48,"426":2,"43":41,"430":56,"433":6,"434":1,"44":12,"45":29,"46":282,"48":42,"49":38,"5":2917,"51":67,"52":29,"53":43,"56":5,"570":4,"6":211,"63":51,"7":400,"79":34,"8":733,"80":142,"9":573,"all_client":103658,"all_tv_clinet":18481,"insert_time":"2014-08-21T05:00:32.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85123,"10":36,"107":646,"11":530,"12":123,"13":432,"14":111,"15":178,"155":17,"156":13,"158":32,"159":40,"16":160,"160":17,"161":205,"167":31,"168":1,"17":213,"18":994,"19":381,"20":185,"209":48,"21":512,"210":23,"211":17,"214":24,"215":316,"221":329,"223":649,"224":172,"225":442,"23":371,"24":1645,"25":375,"257":86,"26":60,"268":8,"27":19,"273":68,"276":53,"279":11,"28":508,"281":8,"282":81,"291":15,"292":117,"30":41,"302":7,"306":5,"31":28,"314":7,"32":19,"33":101,"34":34,"347":14,"35":25,"352":673,"36":169,"37":38,"38":532,"380":3,"381":77,"383":63,"39":123,"391":47,"396":4,"397":18,"40":81,"409":78,"41":49,"414":55,"415":90,"419":16,"42":43,"426":2,"43":40,"430":57,"433":4,"434":1,"44":12,"45":28,"46":284,"48":43,"49":37,"5":2970,"51":64,"52":28,"53":45,"56":4,"570":4,"6":213,"63":53,"7":418,"79":39,"8":690,"80":142,"9":537,"all_client":103580,"all_tv_clinet":18457,"insert_time":"2014-08-21T05:01:33.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85017,"10":36,"107":639,"11":522,"12":125,"13":428,"14":110,"15":180,"155":16,"156":16,"158":33,"159":42,"16":167,"160":16,"161":205,"167":32,"168":1,"17":216,"18":967,"19":371,"20":184,"209":43,"21":513,"210":21,"211":18,"214":25,"215":313,"221":330,"223":655,"224":184,"225":430,"23":375,"24":1676,"25":385,"257":85,"26":53,"268":10,"27":19,"273":67,"276":52,"279":10,"28":513,"281":8,"282":75,"291":15,"292":120,"30":41,"302":7,"306":5,"31":26,"314":8,"32":18,"33":105,"34":35,"347":13,"35":23,"352":682,"36":173,"37":37,"38":509,"380":2,"381":74,"383":57,"39":129,"391":45,"396":5,"397":17,"40":88,"409":76,"41":49,"414":52,"415":89,"419":14,"42":39,"426":1,"43":37,"430":59,"433":4,"434":1,"44":14,"45":27,"46":282,"48":37,"49":34,"5":3002,"51":62,"52":31,"53":44,"56":5,"570":2,"6":216,"63":55,"7":422,"79":40,"8":657,"80":140,"9":504,"all_client":103412,"all_tv_clinet":18395,"insert_time":"2014-08-21T05:02:33.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84906,"10":35,"107":630,"11":499,"12":118,"13":423,"14":114,"15":185,"155":16,"156":16,"158":31,"159":45,"16":166,"160":15,"161":207,"167":30,"168":1,"17":228,"18":949,"19":369,"20":185,"209":42,"21":508,"210":21,"211":19,"214":24,"215":310,"221":322,"223":652,"224":190,"225":425,"23":372,"24":1684,"25":399,"257":82,"26":53,"268":10,"27":20,"273":66,"276":48,"279":9,"28":521,"281":8,"282":70,"291":16,"292":119,"30":47,"302":6,"306":5,"31":27,"314":8,"32":16,"33":104,"34":39,"347":11,"35":23,"352":676,"36":175,"37":36,"38":519,"380":2,"381":73,"383":53,"39":128,"391":46,"396":3,"397":16,"40":87,"409":77,"41":47,"414":47,"415":93,"419":14,"42":34,"426":4,"43":39,"430":61,"433":4,"434":1,"44":14,"45":27,"46":273,"48":37,"49":34,"5":3040,"51":60,"52":31,"53":39,"56":6,"570":4,"6":216,"63":56,"7":430,"79":43,"8":657,"80":142,"9":474,"all_client":103262,"all_tv_clinet":18356,"insert_time":"2014-08-21T05:03:34.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84745,"10":34,"107":619,"11":495,"12":113,"13":442,"14":112,"15":187,"155":16,"156":15,"158":30,"159":45,"16":164,"160":16,"161":197,"167":28,"168":2,"17":233,"18":936,"19":378,"20":185,"209":41,"21":503,"210":22,"211":21,"214":22,"215":302,"221":314,"223":663,"224":196,"225":422,"23":363,"24":1631,"25":400,"257":78,"26":52,"268":12,"27":21,"273":68,"276":47,"279":8,"28":536,"281":8,"282":69,"291":15,"292":121,"30":46,"302":3,"306":5,"31":28,"314":9,"32":18,"33":103,"34":43,"347":10,"35":23,"352":685,"36":176,"37":35,"38":517,"380":1,"381":73,"383":53,"39":129,"391":49,"396":4,"397":16,"40":87,"409":78,"41":47,"414":45,"415":88,"419":18,"42":34,"426":6,"43":38,"430":59,"431":1,"433":4,"434":1,"44":14,"45":28,"46":271,"48":35,"49":36,"5":3062,"51":59,"52":28,"53":37,"56":8,"570":4,"6":212,"63":54,"7":429,"79":41,"8":672,"80":143,"9":467,"all_client":103059,"all_tv_clinet":18314,"insert_time":"2014-08-21T05:04:36.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84675,"10":34,"107":613,"11":483,"12":112,"13":442,"14":114,"15":193,"155":15,"156":17,"158":29,"159":45,"16":165,"160":17,"161":191,"167":28,"168":2,"17":237,"18":923,"19":386,"20":190,"209":41,"21":495,"210":22,"211":21,"214":21,"215":291,"221":319,"223":669,"224":201,"225":404,"23":365,"24":1579,"25":419,"257":77,"26":60,"268":12,"27":20,"273":67,"276":40,"279":8,"28":553,"281":7,"282":69,"291":15,"292":130,"30":47,"302":2,"306":7,"31":30,"314":9,"32":16,"33":111,"34":46,"347":9,"35":22,"352":696,"36":181,"37":34,"38":526,"380":1,"381":72,"383":53,"39":135,"391":49,"396":3,"397":16,"40":86,"409":73,"41":46,"414":40,"415":89,"419":19,"42":33,"426":6,"43":39,"430":60,"431":1,"433":5,"434":1,"44":14,"45":25,"46":267,"48":37,"49":42,"5":3005,"51":57,"52":28,"53":46,"56":8,"570":4,"6":221,"63":56,"7":440,"79":43,"8":687,"80":139,"9":467,"all_client":102965,"all_tv_clinet":18290,"insert_time":"2014-08-21T05:05:37.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84538,"10":33,"107":618,"11":482,"12":117,"13":440,"14":117,"15":195,"155":14,"156":19,"158":28,"159":47,"16":161,"160":18,"161":189,"167":28,"168":2,"17":239,"18":919,"19":386,"20":189,"209":50,"21":496,"210":21,"211":21,"214":20,"215":280,"221":305,"223":671,"224":210,"225":415,"23":365,"24":1557,"25":422,"257":78,"26":66,"268":8,"27":18,"273":68,"276":36,"279":11,"28":558,"281":7,"282":66,"291":14,"292":134,"30":47,"302":2,"306":8,"31":32,"314":8,"32":16,"33":116,"34":46,"347":9,"35":24,"352":703,"36":194,"37":32,"38":524,"380":1,"381":70,"383":51,"39":137,"391":44,"396":3,"397":18,"40":83,"409":66,"41":46,"414":43,"415":90,"419":20,"42":33,"426":5,"43":38,"430":58,"431":1,"433":5,"434":1,"44":12,"45":30,"46":263,"48":38,"49":41,"5":2904,"51":60,"52":25,"53":48,"56":9,"570":4,"6":225,"63":58,"7":449,"79":40,"8":694,"80":137,"9":464,"all_client":102751,"all_tv_clinet":18213,"insert_time":"2014-08-21T05:06:37.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84397,"10":34,"107":608,"11":495,"12":126,"13":438,"14":120,"15":200,"155":16,"156":20,"158":29,"159":48,"16":158,"160":18,"161":180,"167":27,"168":2,"17":245,"18":917,"19":393,"20":191,"209":57,"21":499,"210":24,"211":20,"214":19,"215":277,"221":314,"223":682,"224":218,"225":418,"23":365,"24":1553,"25":421,"257":78,"26":72,"268":9,"27":21,"273":64,"276":35,"279":13,"28":565,"281":8,"282":64,"291":13,"292":140,"30":48,"302":3,"306":7,"31":34,"314":8,"32":15,"33":119,"34":44,"347":9,"35":27,"352":696,"36":199,"37":32,"38":523,"380":1,"381":70,"383":47,"39":133,"391":41,"396":3,"397":17,"40":84,"409":55,"41":45,"414":45,"415":86,"419":17,"42":31,"426":4,"43":39,"430":59,"431":1,"433":5,"434":1,"44":13,"45":29,"46":253,"48":39,"49":43,"5":2741,"51":55,"52":25,"53":51,"56":7,"570":5,"6":235,"63":61,"7":464,"79":40,"8":700,"80":135,"9":468,"all_client":102523,"all_tv_clinet":18126,"insert_time":"2014-08-21T05:07:38.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84293,"10":33,"107":601,"11":488,"12":135,"13":443,"14":118,"15":206,"155":16,"156":18,"158":28,"159":49,"16":151,"160":18,"161":178,"167":27,"168":2,"17":245,"18":904,"19":391,"20":196,"209":61,"21":499,"210":26,"211":20,"214":19,"215":278,"221":312,"223":682,"224":218,"225":420,"23":365,"24":1558,"25":429,"257":82,"26":74,"268":8,"27":21,"273":66,"276":34,"279":13,"28":567,"281":9,"282":60,"291":13,"292":145,"30":49,"302":3,"306":6,"31":34,"314":7,"32":15,"33":121,"34":48,"347":9,"35":32,"352":682,"36":192,"37":30,"38":524,"380":3,"381":67,"383":47,"39":136,"391":40,"396":3,"397":17,"40":87,"409":44,"41":45,"414":47,"415":88,"419":18,"42":30,"426":4,"43":37,"430":63,"431":1,"433":5,"434":1,"44":12,"45":33,"46":242,"48":37,"49":46,"5":2629,"51":57,"52":22,"53":47,"56":5,"570":5,"6":254,"63":63,"7":478,"79":43,"8":697,"80":142,"9":460,"all_client":102326,"all_tv_clinet":18033,"insert_time":"2014-08-21T05:08:39.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84236,"10":31,"107":607,"11":470,"12":143,"13":441,"14":126,"15":210,"155":15,"156":17,"158":28,"159":46,"16":151,"160":15,"161":170,"167":23,"168":2,"17":246,"18":893,"19":387,"20":198,"209":61,"21":503,"210":25,"211":19,"214":19,"215":272,"221":316,"223":699,"224":221,"225":411,"23":364,"24":1549,"25":426,"257":75,"26":79,"268":9,"27":23,"273":63,"276":34,"279":13,"28":580,"281":9,"282":57,"291":12,"292":141,"30":51,"302":2,"306":6,"31":36,"314":8,"32":14,"33":129,"34":52,"347":11,"35":30,"352":679,"36":191,"37":33,"38":523,"380":3,"381":66,"383":46,"39":134,"391":38,"396":3,"397":21,"40":88,"409":43,"41":43,"414":46,"415":84,"419":18,"42":29,"426":2,"43":38,"430":64,"431":1,"433":4,"434":1,"44":10,"45":31,"46":237,"48":36,"49":49,"5":2542,"51":55,"52":21,"53":50,"56":6,"570":7,"6":263,"63":58,"7":489,"79":42,"8":698,"80":143,"9":449,"all_client":102158,"all_tv_clinet":17922,"insert_time":"2014-08-21T05:09:40.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84165,"10":32,"107":607,"11":464,"12":146,"13":441,"14":126,"15":215,"155":12,"156":14,"158":27,"159":46,"16":145,"160":13,"161":173,"167":22,"168":2,"17":250,"18":898,"19":389,"20":202,"209":60,"21":512,"210":25,"211":19,"214":18,"215":272,"221":301,"223":684,"224":218,"225":412,"23":366,"24":1530,"25":440,"257":77,"26":87,"268":7,"27":22,"273":60,"276":34,"279":13,"28":592,"281":9,"282":58,"291":12,"292":135,"30":46,"302":2,"306":6,"31":38,"314":8,"32":14,"33":133,"34":53,"347":11,"35":32,"352":669,"36":193,"37":33,"38":520,"380":4,"381":64,"383":47,"39":132,"391":38,"396":3,"397":22,"40":86,"409":42,"41":44,"414":46,"415":83,"419":15,"42":28,"426":2,"43":35,"430":65,"433":4,"434":2,"44":10,"45":32,"46":233,"48":33,"49":52,"5":2439,"51":53,"52":22,"53":50,"56":6,"570":7,"6":282,"63":60,"7":505,"79":43,"8":703,"80":141,"9":445,"all_client":101988,"all_tv_clinet":17823,"insert_time":"2014-08-21T05:10:41.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84055,"10":32,"107":611,"11":480,"12":147,"13":441,"14":120,"15":214,"155":12,"156":13,"158":27,"159":43,"16":145,"160":12,"161":175,"167":23,"168":2,"17":258,"18":906,"19":388,"20":205,"209":64,"21":494,"210":25,"211":19,"214":17,"215":271,"221":293,"223":683,"224":223,"225":422,"23":377,"24":1514,"25":436,"257":75,"26":96,"268":7,"27":23,"273":57,"276":32,"279":13,"28":602,"281":10,"282":56,"291":12,"292":128,"30":46,"302":2,"306":6,"31":39,"314":8,"32":14,"33":137,"34":56,"347":10,"35":33,"352":675,"36":191,"37":31,"38":525,"380":3,"381":66,"383":46,"39":135,"391":33,"396":3,"397":22,"40":77,"409":47,"41":48,"414":47,"415":87,"419":17,"42":28,"426":2,"43":37,"430":66,"433":4,"434":3,"44":10,"45":33,"46":225,"48":35,"49":60,"5":2346,"51":51,"52":22,"53":47,"56":7,"570":8,"6":284,"63":58,"7":521,"79":42,"8":704,"80":142,"9":437,"all_client":101834,"all_tv_clinet":17779,"insert_time":"2014-08-21T05:11:41.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84006,"10":32,"107":599,"11":503,"12":135,"13":438,"14":116,"15":209,"155":12,"156":12,"158":26,"159":44,"16":145,"160":11,"161":186,"167":25,"168":1,"17":267,"18":928,"19":387,"20":203,"209":67,"21":508,"210":25,"211":19,"214":18,"215":277,"221":292,"223":687,"224":228,"225":408,"23":369,"24":1503,"25":442,"257":73,"26":99,"268":7,"27":21,"273":60,"276":30,"279":12,"28":612,"281":11,"282":54,"291":13,"292":123,"30":43,"302":2,"306":6,"31":41,"314":7,"32":14,"33":139,"34":55,"347":9,"35":33,"352":677,"36":181,"37":32,"38":538,"380":3,"381":62,"383":47,"39":130,"391":34,"396":3,"397":22,"40":70,"409":53,"41":47,"414":44,"415":88,"419":16,"42":33,"426":3,"43":36,"430":66,"433":5,"434":3,"44":11,"45":33,"46":222,"48":35,"49":67,"5":2243,"51":50,"52":23,"53":49,"56":7,"570":8,"6":280,"63":57,"7":527,"79":41,"8":696,"80":142,"9":432,"all_client":101708,"all_tv_clinet":17702,"insert_time":"2014-08-21T05:12:42.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83930,"10":30,"107":594,"11":503,"12":127,"13":447,"14":117,"15":190,"155":12,"156":11,"158":27,"159":48,"16":149,"160":11,"161":192,"167":23,"168":1,"17":274,"18":943,"19":398,"20":202,"209":69,"21":513,"210":25,"211":18,"214":17,"215":279,"221":288,"223":706,"224":224,"225":410,"23":368,"24":1484,"25":439,"257":79,"26":92,"268":8,"27":21,"273":64,"276":32,"279":11,"28":611,"281":11,"282":56,"291":13,"292":119,"30":44,"302":2,"306":6,"31":42,"314":7,"32":17,"33":138,"34":60,"347":9,"35":39,"352":678,"36":173,"37":31,"38":533,"380":2,"381":58,"383":45,"39":123,"391":36,"396":4,"397":21,"40":66,"409":56,"41":44,"414":47,"415":82,"419":14,"42":34,"426":4,"43":40,"430":66,"433":5,"434":3,"44":13,"45":37,"46":211,"48":39,"49":76,"5":2165,"51":52,"52":23,"53":49,"56":7,"570":7,"6":268,"63":56,"7":530,"79":39,"8":693,"80":143,"9":432,"all_client":101555,"all_tv_clinet":17625,"insert_time":"2014-08-21T05:13:43.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83792,"10":29,"107":594,"11":533,"12":124,"13":449,"14":124,"15":187,"155":12,"156":13,"158":28,"159":49,"16":147,"160":11,"161":199,"167":21,"168":1,"17":279,"18":961,"19":397,"20":199,"209":73,"21":516,"210":25,"211":19,"214":17,"215":273,"221":292,"223":698,"224":223,"225":395,"23":361,"24":1451,"25":441,"257":71,"26":96,"268":7,"27":20,"273":67,"276":34,"279":13,"28":614,"281":11,"282":57,"291":12,"292":110,"30":42,"302":1,"306":5,"31":47,"314":7,"317":1,"32":19,"33":141,"34":61,"347":9,"35":39,"352":673,"36":182,"37":30,"38":530,"380":2,"381":53,"383":44,"389":1,"39":119,"391":35,"396":4,"397":21,"40":66,"409":60,"41":47,"414":47,"415":82,"419":15,"42":34,"426":4,"43":42,"430":66,"433":4,"434":3,"44":13,"45":38,"46":195,"48":39,"49":79,"5":2054,"51":48,"52":22,"53":52,"56":8,"570":8,"6":250,"63":54,"7":533,"79":35,"8":693,"80":143,"9":429,"all_client":101274,"all_tv_clinet":17482,"insert_time":"2014-08-21T05:14:43.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83616,"10":34,"107":576,"11":534,"12":127,"13":453,"14":134,"15":184,"155":13,"156":13,"158":26,"159":49,"16":142,"160":12,"161":211,"167":20,"168":1,"17":284,"18":961,"19":377,"20":209,"209":74,"21":519,"210":24,"211":18,"214":15,"215":264,"221":301,"223":696,"224":227,"225":382,"23":361,"24":1454,"25":443,"257":72,"26":106,"268":6,"27":21,"273":64,"276":34,"279":17,"28":621,"281":10,"282":56,"291":12,"292":107,"30":41,"302":1,"306":5,"31":52,"314":7,"317":1,"32":20,"33":143,"34":58,"347":9,"35":40,"352":674,"36":184,"37":27,"38":536,"380":1,"381":54,"383":44,"389":1,"39":117,"391":36,"396":3,"397":21,"40":64,"409":67,"41":51,"414":48,"415":76,"419":14,"42":33,"426":5,"43":43,"430":67,"433":3,"434":3,"44":12,"45":40,"46":185,"48":39,"49":83,"5":1921,"51":48,"52":23,"53":56,"56":8,"570":11,"6":233,"63":50,"7":541,"79":33,"8":686,"80":138,"9":438,"all_client":100974,"all_tv_clinet":17358,"insert_time":"2014-08-21T05:15:44.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83506,"10":34,"107":565,"11":550,"12":134,"13":451,"14":124,"15":185,"155":13,"156":13,"158":26,"159":49,"16":137,"160":12,"161":222,"167":21,"168":1,"17":293,"18":973,"19":360,"20":213,"209":71,"21":531,"210":24,"211":17,"214":16,"215":259,"221":296,"223":697,"224":234,"225":385,"23":361,"24":1465,"25":446,"257":70,"26":112,"268":4,"27":22,"273":63,"276":34,"279":19,"28":626,"281":10,"282":56,"291":14,"292":107,"30":41,"302":1,"306":4,"31":52,"314":5,"317":1,"32":24,"33":146,"34":58,"347":12,"35":36,"352":663,"36":179,"37":30,"38":541,"380":2,"381":51,"383":43,"389":1,"39":114,"391":36,"396":3,"397":23,"40":62,"409":74,"41":49,"414":49,"415":80,"419":14,"42":36,"426":4,"43":45,"430":68,"433":3,"434":3,"44":14,"45":40,"46":178,"48":38,"49":87,"5":1802,"51":44,"52":21,"53":54,"56":8,"570":9,"6":216,"63":48,"7":534,"79":32,"8":655,"80":141,"9":437,"all_client":100732,"all_tv_clinet":17226,"insert_time":"2014-08-21T05:16:45.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83371,"10":37,"107":554,"11":555,"12":133,"13":446,"14":123,"15":177,"155":12,"156":13,"158":26,"159":48,"16":126,"160":11,"161":226,"167":22,"168":1,"17":293,"18":999,"19":345,"20":212,"209":73,"21":540,"210":24,"211":18,"214":15,"215":256,"221":305,"223":704,"224":240,"225":390,"23":364,"24":1488,"25":444,"257":75,"26":115,"268":7,"27":22,"273":62,"276":30,"279":19,"28":627,"281":11,"282":56,"291":15,"292":102,"30":42,"302":1,"306":4,"31":49,"314":5,"32":24,"33":149,"34":60,"347":10,"35":37,"352":643,"36":180,"37":30,"38":542,"380":3,"381":51,"383":45,"389":1,"39":109,"391":35,"396":3,"397":22,"40":61,"409":73,"41":53,"414":48,"415":77,"419":11,"42":38,"426":4,"43":43,"430":70,"433":3,"434":3,"44":16,"45":41,"46":165,"48":39,"49":91,"5":1684,"51":45,"52":24,"53":55,"56":7,"570":11,"6":194,"63":47,"7":544,"79":29,"8":640,"80":139,"9":438,"all_client":100470,"all_tv_clinet":17099,"insert_time":"2014-08-21T05:17:45.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83193,"10":35,"107":555,"11":570,"12":135,"13":452,"14":121,"15":175,"155":12,"156":14,"158":27,"159":46,"16":119,"160":11,"161":222,"167":25,"168":1,"17":294,"18":993,"19":334,"20":213,"209":80,"21":545,"210":23,"211":18,"214":14,"215":258,"221":300,"223":702,"224":230,"225":392,"23":369,"24":1508,"25":450,"257":71,"26":123,"268":9,"27":22,"273":59,"276":30,"279":16,"28":642,"281":14,"282":57,"291":15,"292":103,"30":43,"302":1,"306":2,"31":45,"314":5,"32":23,"33":150,"34":62,"347":11,"35":40,"352":636,"36":179,"37":29,"38":526,"380":3,"381":49,"383":47,"389":2,"39":105,"391":35,"396":3,"397":23,"40":62,"409":68,"41":52,"414":51,"415":83,"419":12,"42":37,"426":2,"43":40,"430":68,"433":2,"434":3,"44":17,"45":40,"46":148,"48":38,"49":90,"5":1587,"51":46,"52":24,"53":57,"56":7,"570":9,"6":186,"63":46,"7":560,"79":28,"8":634,"80":138,"9":432,"all_client":100183,"all_tv_clinet":16990,"insert_time":"2014-08-21T05:18:46.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83029,"10":35,"107":555,"11":564,"12":138,"13":456,"14":121,"15":174,"155":12,"156":17,"158":31,"159":41,"16":115,"160":11,"161":228,"167":23,"168":1,"17":292,"18":989,"19":329,"20":214,"209":79,"21":537,"210":20,"211":20,"214":13,"215":260,"221":300,"223":707,"224":214,"225":396,"23":376,"24":1514,"25":451,"257":65,"26":122,"268":9,"27":22,"273":58,"276":28,"279":14,"28":643,"281":15,"282":52,"291":15,"292":106,"30":42,"302":1,"306":2,"31":48,"314":5,"32":20,"33":152,"34":68,"347":11,"35":41,"352":637,"36":177,"37":32,"38":526,"380":4,"381":47,"383":45,"389":3,"39":96,"391":37,"396":3,"397":24,"40":64,"409":61,"41":55,"414":51,"415":85,"419":12,"42":39,"426":2,"43":36,"430":66,"433":3,"434":2,"44":19,"45":36,"46":145,"48":40,"49":89,"5":1512,"51":46,"52":24,"53":57,"56":8,"570":11,"6":171,"63":45,"7":570,"79":29,"8":640,"80":138,"9":427,"all_client":99915,"all_tv_clinet":16886,"insert_time":"2014-08-21T05:19:47.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82835,"10":32,"107":551,"11":577,"12":133,"13":462,"14":123,"15":175,"155":12,"156":17,"158":33,"159":36,"16":106,"160":13,"161":231,"167":25,"168":1,"17":295,"18":995,"19":318,"20":208,"209":80,"21":543,"210":19,"211":19,"214":13,"215":257,"221":291,"223":706,"224":194,"225":382,"23":385,"24":1533,"25":444,"257":64,"26":136,"268":8,"27":23,"273":54,"276":26,"279":14,"28":645,"281":16,"282":49,"291":12,"292":112,"30":45,"302":1,"306":2,"31":54,"314":7,"32":21,"33":145,"34":69,"347":12,"35":45,"352":631,"36":176,"37":38,"38":508,"380":4,"381":46,"383":48,"389":2,"39":85,"391":41,"396":2,"397":21,"40":59,"409":54,"41":62,"414":55,"415":81,"419":12,"42":40,"426":2,"43":45,"430":66,"433":4,"434":2,"44":18,"45":34,"46":137,"48":40,"49":96,"5":1448,"51":48,"52":22,"53":54,"56":8,"570":14,"6":157,"63":43,"7":578,"79":30,"8":632,"80":131,"9":422,"all_client":99600,"all_tv_clinet":16765,"insert_time":"2014-08-21T05:20:47.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82694,"10":30,"107":558,"11":598,"12":133,"13":462,"14":121,"15":176,"155":12,"156":17,"158":35,"159":38,"16":100,"160":12,"161":239,"167":27,"168":1,"17":292,"18":1003,"19":308,"20":201,"209":80,"21":554,"210":19,"211":19,"214":11,"215":260,"221":287,"223":705,"224":185,"225":384,"23":391,"24":1553,"25":441,"257":66,"26":136,"268":10,"27":25,"273":55,"276":25,"279":13,"28":648,"281":16,"282":51,"291":13,"292":112,"30":48,"302":1,"306":3,"31":56,"314":6,"32":21,"33":138,"34":72,"347":12,"35":46,"352":634,"36":167,"37":38,"38":506,"380":4,"381":46,"383":50,"389":2,"39":79,"391":41,"396":2,"397":22,"40":61,"409":50,"41":61,"414":57,"415":68,"419":12,"42":42,"426":6,"43":47,"430":66,"433":4,"434":2,"44":18,"45":33,"46":134,"48":40,"49":99,"5":1379,"51":44,"52":23,"53":54,"56":9,"570":15,"6":144,"63":42,"7":558,"79":30,"8":629,"80":130,"9":424,"all_client":99391,"all_tv_clinet":16697,"insert_time":"2014-08-21T05:21:48.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82571,"10":31,"107":558,"11":614,"12":131,"13":461,"14":121,"15":179,"155":12,"156":16,"158":37,"159":34,"16":99,"160":12,"161":223,"167":27,"168":2,"17":286,"18":1006,"19":300,"20":202,"209":83,"21":552,"210":19,"211":18,"214":11,"215":253,"221":279,"223":686,"224":173,"225":388,"23":393,"24":1565,"25":444,"257":64,"26":145,"268":11,"27":27,"273":53,"276":25,"279":14,"28":655,"281":15,"282":51,"291":13,"292":111,"30":50,"302":1,"306":3,"31":57,"314":7,"32":20,"33":137,"34":77,"347":12,"35":44,"352":629,"36":165,"37":37,"38":506,"380":4,"381":46,"383":51,"389":2,"39":77,"391":39,"396":3,"397":21,"40":58,"409":49,"41":62,"414":54,"415":71,"419":14,"42":41,"426":6,"43":45,"430":66,"433":4,"434":2,"44":19,"45":31,"46":130,"48":39,"49":102,"5":1318,"51":43,"52":25,"53":59,"56":8,"570":14,"6":142,"63":42,"7":561,"79":31,"8":630,"80":126,"9":426,"all_client":99176,"all_tv_clinet":16605,"insert_time":"2014-08-21T05:22:49.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82374,"10":30,"107":563,"11":619,"12":124,"13":466,"14":118,"15":179,"155":12,"156":11,"158":39,"159":32,"16":101,"160":10,"161":216,"167":27,"168":2,"17":283,"18":1019,"19":294,"20":197,"209":85,"21":561,"210":19,"211":18,"214":11,"215":250,"221":277,"223":656,"224":170,"225":386,"23":379,"24":1577,"25":454,"257":60,"26":146,"268":11,"27":28,"273":52,"276":26,"279":14,"28":662,"281":16,"282":52,"291":12,"292":114,"30":47,"302":1,"306":3,"31":55,"314":6,"32":19,"33":128,"34":81,"347":12,"35":45,"352":633,"36":164,"37":37,"38":509,"380":5,"381":43,"383":54,"389":2,"39":75,"391":37,"396":3,"397":24,"40":54,"409":44,"41":62,"414":50,"415":72,"419":15,"42":45,"426":9,"43":44,"430":66,"433":5,"434":3,"44":20,"45":35,"46":127,"48":39,"49":102,"5":1285,"51":39,"52":24,"53":56,"56":9,"570":11,"6":142,"63":41,"7":556,"79":33,"8":637,"80":125,"9":422,"all_client":98907,"all_tv_clinet":16533,"insert_time":"2014-08-21T05:23:50.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82210,"10":29,"107":555,"11":627,"12":116,"13":460,"14":119,"15":182,"155":12,"156":11,"158":40,"159":27,"16":108,"160":9,"161":213,"167":26,"168":2,"17":286,"18":1032,"19":290,"20":195,"209":88,"21":558,"210":19,"211":18,"214":10,"215":248,"221":276,"223":616,"224":165,"225":378,"23":375,"24":1563,"25":462,"257":60,"26":148,"268":10,"27":28,"273":50,"276":28,"279":14,"28":666,"281":16,"282":53,"291":12,"292":115,"30":42,"302":1,"306":3,"31":58,"314":6,"32":21,"33":128,"34":84,"347":12,"35":49,"352":633,"36":167,"37":39,"38":525,"380":5,"381":44,"383":48,"389":2,"39":72,"391":37,"396":4,"397":23,"40":53,"409":39,"41":65,"414":44,"415":81,"419":17,"42":50,"426":10,"43":44,"430":65,"433":6,"434":3,"44":16,"45":37,"46":128,"48":42,"49":103,"5":1246,"51":34,"52":22,"53":61,"56":9,"570":12,"6":136,"63":40,"7":559,"79":33,"8":637,"80":130,"9":428,"all_client":98678,"all_tv_clinet":16468,"insert_time":"2014-08-21T05:24:50.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81968,"10":25,"107":569,"11":618,"12":118,"13":453,"14":122,"15":178,"155":12,"156":12,"158":42,"159":26,"16":108,"160":11,"161":218,"167":26,"168":2,"17":294,"18":1038,"19":280,"20":192,"209":84,"21":555,"210":19,"211":19,"214":10,"215":249,"221":286,"223":595,"224":162,"225":379,"23":379,"24":1565,"25":462,"257":55,"26":153,"268":11,"27":30,"273":49,"276":27,"279":14,"28":679,"281":15,"282":54,"291":12,"292":115,"30":41,"302":1,"306":4,"31":62,"314":6,"32":23,"33":126,"34":81,"347":11,"35":49,"352":617,"36":158,"37":39,"38":526,"380":3,"381":43,"383":51,"389":1,"39":68,"391":36,"396":5,"397":21,"40":50,"409":37,"41":66,"414":47,"415":79,"419":15,"42":49,"426":9,"43":43,"430":64,"433":6,"434":2,"44":17,"45":37,"46":122,"48":41,"49":103,"5":1218,"51":36,"52":20,"53":64,"56":10,"570":14,"6":136,"63":38,"7":568,"79":34,"8":637,"80":125,"9":418,"all_client":98367,"all_tv_clinet":16399,"insert_time":"2014-08-21T05:25:51.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81835,"10":24,"107":568,"11":611,"12":124,"13":448,"14":124,"15":174,"155":12,"156":13,"158":40,"159":25,"16":113,"160":12,"161":206,"167":26,"168":2,"17":294,"18":1043,"19":262,"20":196,"209":82,"21":545,"210":19,"211":18,"214":10,"215":252,"221":269,"223":580,"224":157,"225":387,"23":374,"24":1559,"25":461,"257":57,"26":160,"268":11,"27":30,"273":49,"276":26,"279":15,"28":691,"281":16,"282":55,"291":13,"292":114,"30":38,"302":1,"306":3,"31":62,"314":6,"32":24,"33":128,"34":75,"347":12,"35":45,"352":609,"36":159,"37":43,"38":517,"380":3,"381":43,"383":50,"389":1,"39":66,"391":37,"396":5,"397":23,"40":49,"409":40,"41":65,"414":50,"415":80,"419":16,"42":47,"426":5,"43":44,"430":59,"433":6,"434":2,"44":17,"45":40,"46":127,"48":42,"49":108,"5":1189,"51":37,"52":19,"53":61,"56":9,"570":14,"6":126,"63":38,"7":573,"79":34,"8":640,"80":126,"9":416,"all_client":98131,"all_tv_clinet":16296,"insert_time":"2014-08-21T05:26:52.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81641,"10":24,"107":573,"11":616,"12":135,"13":460,"14":120,"15":171,"155":11,"156":13,"158":43,"159":24,"16":112,"160":12,"161":200,"167":27,"168":2,"17":298,"18":1056,"19":263,"20":194,"209":79,"21":546,"210":21,"211":17,"214":9,"215":251,"221":269,"223":574,"224":158,"225":385,"23":375,"24":1564,"25":454,"257":63,"26":163,"268":10,"27":31,"273":50,"276":26,"279":13,"28":683,"281":16,"282":58,"291":14,"292":106,"30":34,"302":1,"306":3,"31":61,"314":5,"32":23,"33":131,"34":74,"347":10,"35":44,"352":615,"36":166,"37":41,"38":512,"380":4,"381":41,"383":45,"389":1,"39":63,"391":36,"396":4,"397":25,"40":46,"409":44,"41":64,"414":49,"415":74,"419":16,"42":44,"426":5,"43":42,"430":58,"433":6,"434":2,"44":19,"45":35,"46":127,"48":41,"49":108,"5":1144,"51":41,"52":19,"53":65,"56":8,"570":13,"6":122,"63":37,"7":566,"79":33,"8":641,"80":126,"9":416,"all_client":97880,"all_tv_clinet":16239,"insert_time":"2014-08-21T05:27:52.845Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81462,"10":22,"107":582,"11":622,"12":138,"13":458,"14":120,"15":172,"155":9,"156":13,"158":40,"159":21,"16":112,"160":12,"161":203,"167":27,"168":2,"17":291,"18":1052,"19":272,"20":191,"209":80,"21":551,"210":21,"211":16,"214":9,"215":254,"221":259,"223":567,"224":156,"225":391,"23":381,"24":1557,"25":452,"257":66,"26":164,"268":9,"27":28,"273":55,"276":27,"279":13,"28":669,"281":16,"282":56,"291":14,"292":101,"30":30,"302":1,"306":3,"31":64,"314":5,"32":23,"33":129,"34":74,"347":10,"35":45,"352":625,"36":164,"37":39,"38":501,"380":4,"381":40,"383":46,"389":1,"39":63,"391":37,"396":5,"397":28,"40":45,"409":46,"41":68,"414":50,"415":71,"419":19,"42":48,"426":5,"43":46,"430":60,"433":5,"434":2,"44":16,"45":36,"46":127,"48":38,"49":101,"5":1117,"51":39,"52":20,"53":62,"56":7,"570":14,"6":122,"63":34,"7":554,"79":35,"8":628,"80":127,"9":408,"all_client":97620,"all_tv_clinet":16158,"insert_time":"2014-08-21T05:28:53.460Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81321,"10":21,"107":596,"11":629,"12":145,"13":454,"14":115,"15":177,"155":8,"156":14,"158":40,"159":19,"16":117,"160":14,"161":204,"167":28,"168":2,"17":279,"18":1052,"19":295,"20":191,"209":81,"21":550,"210":21,"211":15,"214":9,"215":254,"221":262,"223":555,"224":157,"225":409,"23":390,"24":1528,"25":448,"257":68,"26":174,"268":10,"27":29,"273":57,"276":27,"279":12,"28":636,"281":16,"282":61,"291":14,"292":94,"30":30,"302":1,"306":4,"31":64,"314":5,"317":1,"32":23,"33":131,"34":76,"347":10,"35":48,"352":628,"36":162,"37":40,"38":499,"380":4,"381":41,"383":46,"389":1,"39":60,"391":40,"396":5,"397":30,"40":47,"409":53,"41":70,"414":53,"415":69,"419":19,"42":52,"426":5,"43":51,"430":57,"433":4,"434":1,"44":15,"45":41,"46":124,"48":37,"49":95,"5":1079,"51":34,"52":22,"53":69,"56":7,"570":14,"6":119,"63":31,"7":548,"79":37,"8":589,"80":127,"9":403,"all_client":97419,"all_tv_clinet":16098,"insert_time":"2014-08-21T05:29:54.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81164,"10":21,"107":585,"11":640,"12":154,"13":452,"14":112,"15":182,"155":9,"156":13,"158":41,"159":19,"16":119,"160":15,"161":187,"167":28,"168":2,"17":263,"18":1039,"19":307,"20":198,"209":81,"21":550,"210":20,"211":15,"214":9,"215":256,"221":256,"223":552,"224":154,"225":425,"23":392,"24":1535,"25":456,"257":66,"26":184,"268":10,"27":30,"273":59,"276":27,"279":13,"28":637,"281":16,"282":62,"291":14,"292":88,"30":35,"302":2,"306":4,"31":64,"314":5,"317":1,"32":23,"33":131,"34":76,"347":10,"35":49,"352":631,"36":165,"37":41,"38":498,"380":4,"381":40,"383":48,"389":1,"39":59,"391":40,"396":6,"397":33,"40":45,"409":56,"41":70,"414":55,"415":69,"419":19,"42":54,"426":4,"43":56,"430":56,"433":4,"434":1,"44":17,"45":44,"46":120,"48":34,"49":96,"5":1056,"51":28,"52":22,"53":71,"56":8,"570":13,"6":118,"63":31,"7":550,"79":35,"8":541,"80":124,"9":385,"all_client":97205,"all_tv_clinet":16041,"insert_time":"2014-08-21T05:30:54.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81017,"10":23,"107":585,"11":644,"12":169,"13":467,"14":111,"15":184,"155":7,"156":13,"158":42,"159":18,"16":117,"160":12,"161":172,"167":29,"168":2,"17":251,"18":1026,"19":314,"20":192,"209":82,"21":558,"210":19,"211":14,"214":9,"215":257,"221":263,"223":553,"224":159,"225":437,"23":382,"24":1513,"25":459,"257":67,"26":188,"268":9,"27":30,"273":59,"276":27,"279":13,"28":638,"281":15,"282":63,"291":13,"292":88,"30":37,"302":2,"306":5,"31":68,"314":5,"317":1,"32":24,"33":131,"34":72,"347":9,"35":49,"352":629,"36":161,"37":41,"38":487,"380":4,"381":41,"383":44,"389":1,"39":55,"391":41,"396":4,"397":33,"40":44,"409":62,"41":73,"414":51,"415":70,"419":18,"42":55,"426":5,"43":55,"430":54,"433":4,"434":1,"44":15,"45":50,"46":113,"48":34,"49":96,"5":1034,"51":26,"52":20,"53":70,"56":10,"570":11,"6":119,"63":29,"7":562,"79":35,"8":504,"80":122,"9":358,"all_client":96954,"all_tv_clinet":15937,"insert_time":"2014-08-21T05:31:55.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80827,"10":24,"107":593,"11":644,"12":172,"13":474,"14":108,"15":183,"155":7,"156":14,"158":42,"159":18,"16":119,"160":12,"161":161,"167":28,"168":2,"17":240,"18":1008,"19":322,"20":190,"209":87,"21":564,"210":20,"211":14,"214":8,"215":257,"221":271,"223":536,"224":166,"225":450,"23":378,"24":1523,"25":452,"257":64,"26":188,"268":9,"27":29,"273":56,"276":27,"279":15,"28":642,"281":13,"282":56,"291":15,"292":87,"30":38,"302":2,"306":5,"31":65,"314":4,"317":1,"32":22,"33":134,"34":70,"347":8,"35":49,"352":623,"36":163,"37":43,"38":489,"380":4,"381":42,"383":44,"389":1,"39":54,"391":41,"396":4,"397":32,"40":44,"409":64,"41":72,"414":47,"415":70,"419":18,"42":57,"426":6,"43":56,"430":52,"433":3,"434":1,"44":16,"45":46,"46":115,"48":30,"49":96,"5":1008,"51":26,"52":22,"53":64,"56":12,"570":13,"6":118,"63":28,"7":571,"79":37,"8":474,"80":122,"9":337,"all_client":96678,"all_tv_clinet":15851,"insert_time":"2014-08-21T05:32:56.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80621,"10":23,"107":590,"11":651,"12":174,"13":479,"14":104,"15":195,"155":8,"156":13,"158":43,"159":17,"16":121,"160":12,"161":155,"167":27,"168":3,"17":231,"18":1000,"19":322,"20":186,"209":87,"21":555,"210":22,"211":14,"214":9,"215":256,"221":274,"223":530,"224":173,"225":457,"23":384,"24":1527,"25":456,"257":64,"26":186,"268":7,"27":29,"273":54,"276":26,"279":16,"28":641,"281":12,"282":57,"291":15,"292":97,"30":37,"302":2,"306":6,"31":68,"314":5,"317":1,"32":22,"33":138,"34":69,"347":9,"35":50,"352":613,"36":159,"37":46,"38":486,"380":3,"381":41,"383":43,"389":1,"39":54,"391":40,"396":4,"397":33,"40":46,"409":59,"41":74,"414":47,"415":76,"419":17,"42":57,"426":5,"43":52,"430":48,"433":3,"434":1,"44":17,"45":43,"46":120,"48":31,"49":91,"5":993,"51":29,"52":21,"53":61,"56":13,"570":12,"6":110,"63":27,"7":583,"79":36,"8":447,"80":121,"9":322,"all_client":96415,"all_tv_clinet":15794,"insert_time":"2014-08-21T05:33:57.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80437,"10":20,"107":578,"11":650,"12":181,"13":477,"14":103,"15":199,"155":10,"156":12,"158":47,"159":18,"16":125,"160":13,"161":154,"167":28,"168":3,"17":216,"18":989,"19":321,"20":178,"209":91,"21":543,"210":22,"211":14,"214":9,"215":258,"221":275,"223":524,"224":180,"225":467,"23":385,"24":1526,"25":457,"257":61,"26":196,"268":9,"27":28,"273":51,"276":26,"279":16,"28":647,"281":13,"282":56,"291":15,"292":104,"30":37,"302":2,"306":6,"31":66,"314":4,"317":1,"32":24,"33":139,"34":66,"347":9,"35":47,"352":619,"36":156,"37":45,"38":500,"380":3,"381":38,"383":42,"389":1,"39":54,"391":43,"396":3,"397":31,"40":45,"409":54,"41":78,"414":48,"415":73,"419":18,"42":62,"426":4,"43":49,"430":46,"433":3,"434":1,"44":21,"45":47,"46":128,"48":32,"49":79,"5":982,"51":26,"52":20,"53":58,"56":12,"570":13,"6":105,"63":30,"7":588,"79":36,"8":420,"80":118,"9":319,"all_client":96183,"all_tv_clinet":15746,"insert_time":"2014-08-21T05:34:57.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80249,"10":21,"107":588,"11":646,"12":189,"13":480,"14":101,"15":199,"155":9,"156":11,"158":48,"159":18,"16":132,"160":12,"161":159,"167":29,"168":3,"17":209,"18":980,"19":323,"20":177,"209":92,"21":546,"210":22,"211":12,"214":10,"215":260,"221":272,"223":532,"224":182,"225":458,"23":380,"24":1537,"25":442,"257":61,"26":195,"268":10,"27":30,"273":49,"276":25,"279":16,"28":654,"281":13,"282":53,"291":14,"292":111,"30":37,"302":2,"306":6,"31":68,"314":5,"317":1,"32":26,"33":136,"34":67,"347":9,"35":47,"352":613,"36":151,"37":48,"38":514,"380":3,"381":37,"383":43,"39":53,"391":44,"396":2,"397":32,"40":43,"409":50,"41":80,"414":52,"415":70,"419":18,"42":63,"426":5,"43":50,"430":49,"433":4,"434":1,"44":23,"45":51,"46":136,"48":29,"49":61,"5":971,"51":29,"52":21,"53":57,"56":9,"570":11,"6":100,"63":32,"7":578,"79":37,"8":408,"80":119,"9":315,"all_client":95975,"all_tv_clinet":15726,"insert_time":"2014-08-21T05:35:58.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80088,"10":20,"107":592,"11":637,"12":187,"13":486,"14":105,"15":201,"155":9,"156":11,"158":49,"159":17,"16":132,"160":13,"161":163,"167":29,"168":3,"17":205,"18":970,"19":321,"20":176,"209":92,"21":543,"210":20,"211":10,"214":9,"215":265,"221":272,"223":535,"224":192,"225":455,"23":369,"24":1531,"25":417,"257":66,"26":192,"268":12,"27":30,"273":51,"276":26,"279":16,"28":663,"281":13,"282":53,"291":12,"292":114,"30":37,"302":3,"306":6,"31":68,"314":5,"317":1,"32":28,"33":138,"34":74,"347":10,"35":46,"352":613,"36":155,"37":50,"38":505,"380":3,"381":39,"383":42,"39":50,"391":47,"396":4,"397":32,"40":45,"409":47,"41":82,"414":51,"415":68,"419":18,"42":66,"426":5,"43":51,"430":49,"433":4,"434":1,"44":24,"45":47,"46":148,"48":32,"49":52,"5":954,"51":28,"52":22,"53":51,"56":9,"570":9,"6":103,"63":30,"7":571,"79":38,"8":400,"80":119,"9":312,"all_client":95764,"all_tv_clinet":15676,"insert_time":"2014-08-21T05:36:59.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79978,"10":16,"107":596,"11":630,"12":186,"13":485,"14":105,"15":201,"155":9,"156":11,"158":49,"159":19,"16":138,"160":12,"161":159,"167":29,"168":3,"17":202,"18":961,"19":314,"20":174,"209":92,"21":542,"210":20,"211":8,"214":9,"215":268,"221":271,"223":515,"224":195,"225":447,"23":366,"24":1526,"25":396,"257":63,"26":192,"268":12,"27":31,"273":52,"276":27,"279":15,"28":660,"281":13,"282":50,"291":12,"292":117,"30":39,"302":3,"306":6,"31":63,"314":5,"317":1,"32":28,"33":133,"34":75,"347":12,"35":44,"352":628,"36":155,"37":52,"38":499,"380":3,"381":39,"383":42,"389":1,"39":54,"391":47,"396":4,"397":34,"40":44,"409":46,"41":83,"414":52,"415":70,"419":16,"42":64,"426":6,"43":52,"430":53,"433":4,"434":1,"44":24,"45":48,"46":157,"48":33,"49":51,"5":947,"51":28,"52":23,"53":55,"56":9,"570":7,"6":94,"63":26,"7":571,"79":36,"8":383,"80":119,"9":321,"all_client":95566,"all_tv_clinet":15588,"insert_time":"2014-08-21T05:37:59.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79783,"10":18,"107":588,"11":622,"12":180,"13":495,"14":100,"15":201,"155":9,"156":11,"158":47,"159":19,"16":140,"160":14,"161":161,"167":29,"168":3,"17":195,"18":949,"19":309,"20":174,"209":92,"21":547,"210":21,"211":8,"214":9,"215":269,"221":273,"223":503,"224":203,"225":441,"23":365,"24":1518,"25":372,"257":61,"26":201,"268":12,"27":29,"273":51,"276":27,"279":15,"28":656,"281":11,"282":46,"291":11,"292":119,"30":40,"302":3,"306":6,"31":65,"314":4,"317":2,"32":31,"33":131,"34":74,"347":13,"35":40,"352":633,"36":154,"37":57,"38":495,"380":2,"381":41,"383":42,"389":1,"39":54,"391":47,"396":4,"397":35,"40":44,"409":46,"41":83,"414":50,"415":68,"419":17,"42":65,"426":7,"43":50,"430":58,"433":3,"434":1,"44":20,"45":51,"46":165,"48":37,"49":47,"5":946,"51":29,"52":23,"53":61,"56":10,"570":5,"6":94,"63":26,"7":569,"79":34,"8":352,"80":117,"9":340,"all_client":95299,"all_tv_clinet":15516,"insert_time":"2014-08-21T05:39:00.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79612,"10":19,"107":578,"11":626,"12":175,"13":502,"14":108,"15":187,"155":9,"156":11,"158":41,"159":18,"16":149,"160":14,"161":158,"167":30,"168":3,"17":185,"18":930,"19":317,"20":169,"209":94,"21":550,"210":21,"211":7,"214":9,"215":262,"221":270,"223":514,"224":205,"225":450,"23":367,"24":1487,"25":363,"257":61,"26":213,"268":11,"27":31,"273":54,"276":28,"279":16,"28":650,"281":11,"282":42,"291":9,"292":120,"30":45,"302":2,"306":7,"31":64,"314":4,"317":2,"32":29,"33":130,"34":65,"347":10,"35":40,"352":629,"36":156,"37":56,"38":505,"380":2,"381":39,"383":41,"389":1,"39":56,"391":49,"396":4,"397":37,"40":48,"409":46,"41":85,"414":49,"415":71,"419":17,"42":64,"426":6,"43":52,"430":59,"433":5,"434":1,"44":19,"45":53,"46":168,"48":33,"49":41,"5":936,"51":30,"52":24,"53":59,"56":11,"570":4,"6":95,"63":24,"7":575,"79":36,"8":332,"80":117,"9":340,"all_client":95059,"all_tv_clinet":15447,"insert_time":"2014-08-21T05:40:00.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79408,"10":17,"107":567,"11":631,"12":162,"13":494,"14":116,"15":171,"155":10,"156":11,"158":41,"159":18,"16":158,"160":14,"161":154,"167":31,"168":3,"17":179,"18":926,"19":321,"20":161,"209":101,"21":546,"210":20,"211":6,"214":9,"215":260,"221":268,"223":509,"224":201,"225":459,"23":368,"24":1468,"25":354,"257":63,"26":210,"268":10,"27":31,"273":55,"276":27,"279":16,"28":629,"281":11,"282":42,"291":9,"292":125,"30":48,"302":2,"306":7,"31":61,"314":4,"317":2,"32":29,"33":130,"34":57,"347":10,"35":42,"352":619,"36":160,"37":57,"38":511,"380":2,"381":43,"383":41,"389":1,"39":54,"391":49,"396":3,"397":40,"40":51,"409":44,"41":85,"414":52,"415":71,"419":15,"42":68,"426":6,"43":53,"430":58,"433":5,"434":1,"44":19,"45":55,"46":175,"48":34,"49":40,"5":945,"51":31,"52":27,"53":58,"56":13,"570":3,"6":101,"63":20,"7":579,"79":39,"8":312,"80":116,"9":335,"all_client":94773,"all_tv_clinet":15365,"insert_time":"2014-08-21T05:41:01.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79238,"10":18,"107":542,"11":633,"12":151,"13":465,"14":115,"15":153,"155":10,"156":11,"158":40,"159":17,"16":165,"160":12,"161":158,"167":32,"168":3,"17":185,"18":918,"19":324,"20":162,"209":105,"21":541,"210":20,"211":9,"214":11,"215":256,"221":265,"223":507,"224":208,"225":467,"23":370,"24":1433,"25":347,"257":63,"26":217,"268":11,"27":33,"273":56,"276":25,"279":17,"28":624,"281":11,"282":39,"291":7,"292":119,"30":46,"302":2,"306":7,"31":58,"314":4,"317":2,"32":28,"33":130,"34":51,"347":10,"35":41,"352":618,"36":167,"37":58,"38":512,"380":2,"381":46,"383":38,"389":1,"39":56,"391":46,"396":3,"397":41,"40":54,"409":45,"41":83,"414":53,"415":73,"419":14,"42":70,"426":7,"43":57,"430":56,"433":5,"434":1,"44":18,"45":59,"46":178,"48":36,"49":42,"5":958,"51":29,"52":29,"53":60,"56":12,"570":3,"6":102,"63":21,"7":586,"79":38,"8":292,"80":122,"9":347,"all_client":94530,"all_tv_clinet":15292,"insert_time":"2014-08-21T05:42:32.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79260,"10":18,"107":536,"11":600,"12":137,"13":424,"14":106,"15":136,"155":10,"156":12,"158":40,"159":16,"16":179,"160":12,"161":163,"167":30,"168":3,"17":202,"18":922,"19":336,"20":158,"209":105,"21":531,"210":21,"211":9,"214":9,"215":257,"221":264,"223":499,"224":218,"225":471,"23":364,"24":1390,"25":351,"257":60,"26":229,"268":10,"27":32,"273":51,"276":24,"279":20,"28":638,"281":11,"282":38,"291":7,"292":108,"30":45,"306":8,"31":51,"314":4,"317":2,"32":29,"33":133,"34":50,"347":10,"35":37,"352":645,"36":172,"37":58,"38":509,"380":3,"381":46,"383":36,"389":1,"39":56,"391":46,"396":2,"397":41,"40":53,"409":57,"41":78,"414":53,"415":74,"419":13,"42":67,"426":7,"43":58,"430":55,"433":4,"434":1,"44":18,"45":59,"46":184,"48":41,"49":38,"5":952,"51":27,"52":29,"53":69,"56":12,"570":4,"6":105,"63":21,"7":606,"79":41,"8":283,"80":116,"9":353,"all_client":94479,"all_tv_clinet":15219,"insert_time":"2014-08-21T05:43:33.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79083,"10":19,"107":535,"11":567,"12":128,"13":426,"14":107,"15":130,"155":11,"156":12,"158":42,"159":16,"16":177,"160":14,"161":164,"167":30,"168":3,"17":207,"18":912,"19":346,"20":156,"209":105,"21":525,"210":21,"211":9,"214":9,"215":253,"221":262,"223":512,"224":231,"225":479,"23":354,"24":1369,"25":347,"257":59,"26":236,"268":9,"27":29,"273":49,"276":23,"279":21,"28":647,"281":12,"282":36,"291":9,"292":117,"30":44,"306":8,"31":50,"314":4,"317":2,"32":27,"33":135,"34":47,"347":9,"35":36,"352":636,"36":166,"37":59,"38":514,"380":2,"381":46,"383":35,"389":1,"39":55,"391":45,"396":3,"397":41,"40":50,"409":58,"41":83,"414":56,"415":77,"419":13,"42":66,"426":7,"43":53,"430":51,"433":4,"434":1,"44":18,"45":69,"46":186,"48":47,"49":32,"5":938,"51":29,"52":30,"53":67,"56":10,"570":4,"6":103,"63":20,"7":611,"79":44,"8":271,"80":111,"9":367,"all_client":94249,"all_tv_clinet":15166,"insert_time":"2014-08-21T05:44:34.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78887,"10":20,"107":534,"11":523,"12":128,"13":397,"14":106,"15":121,"155":11,"156":12,"158":44,"159":15,"16":177,"160":15,"161":156,"167":31,"168":3,"17":224,"18":895,"19":352,"20":154,"209":93,"21":529,"210":20,"211":10,"214":10,"215":256,"221":276,"223":520,"224":232,"225":488,"23":358,"24":1357,"25":339,"257":62,"26":241,"268":10,"27":31,"273":48,"276":23,"279":23,"28":652,"281":12,"282":40,"291":9,"292":122,"30":45,"306":8,"31":46,"314":5,"317":1,"32":24,"33":140,"34":43,"347":12,"35":38,"352":634,"36":168,"37":60,"38":517,"380":2,"381":46,"383":34,"389":1,"39":54,"391":46,"396":5,"397":37,"40":53,"409":52,"41":77,"414":57,"415":81,"419":14,"42":69,"426":8,"43":57,"430":53,"433":4,"434":1,"44":20,"45":72,"46":188,"48":51,"49":31,"5":940,"51":28,"52":29,"53":69,"56":9,"570":4,"6":101,"63":20,"7":628,"79":47,"8":269,"80":102,"9":375,"all_client":94041,"all_tv_clinet":15154,"insert_time":"2014-08-21T05:45:35.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78795,"10":20,"107":541,"11":501,"12":124,"13":379,"14":105,"15":114,"155":12,"156":12,"158":47,"159":14,"16":179,"160":15,"161":156,"167":30,"168":3,"17":245,"18":870,"19":350,"20":151,"209":83,"21":533,"210":21,"211":11,"214":10,"215":258,"221":277,"223":522,"224":235,"225":474,"23":355,"24":1337,"25":340,"257":60,"26":246,"268":9,"27":32,"273":45,"276":22,"279":22,"28":657,"281":12,"282":38,"291":10,"292":123,"30":46,"306":6,"31":46,"314":4,"317":1,"32":23,"33":137,"34":48,"347":14,"35":33,"352":639,"36":161,"37":62,"38":521,"380":2,"381":44,"383":35,"389":1,"39":51,"391":49,"396":9,"397":35,"40":51,"409":53,"41":69,"414":57,"415":81,"419":13,"42":69,"426":6,"43":55,"430":52,"433":5,"434":1,"44":18,"45":74,"46":190,"48":56,"49":31,"5":937,"51":28,"52":29,"53":72,"56":7,"570":4,"6":103,"63":20,"7":637,"79":46,"8":254,"80":99,"9":399,"all_client":93878,"all_tv_clinet":15083,"insert_time":"2014-08-21T05:46:36.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78622,"10":17,"107":537,"11":481,"12":120,"13":361,"14":108,"15":103,"155":12,"156":12,"158":46,"159":14,"16":188,"160":14,"161":164,"167":30,"168":2,"17":249,"18":858,"19":355,"20":144,"209":67,"21":531,"210":22,"211":11,"214":10,"215":256,"221":281,"223":517,"224":237,"225":471,"23":359,"24":1333,"25":337,"257":58,"26":252,"268":8,"27":32,"273":40,"276":21,"279":22,"28":664,"281":11,"282":39,"291":10,"292":122,"30":45,"306":6,"31":46,"314":4,"317":1,"32":25,"33":130,"34":56,"347":15,"35":32,"352":643,"36":161,"37":62,"38":513,"380":2,"381":43,"383":37,"389":1,"39":50,"391":53,"396":10,"397":34,"40":52,"409":55,"41":61,"414":56,"415":80,"419":14,"42":72,"426":4,"43":48,"430":48,"431":1,"433":5,"434":2,"44":18,"45":70,"46":192,"48":58,"49":31,"5":949,"51":25,"52":27,"53":74,"56":6,"570":5,"6":107,"63":21,"7":638,"79":47,"8":246,"80":92,"9":409,"all_client":93630,"all_tv_clinet":15008,"insert_time":"2014-08-21T05:47:36.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78425,"10":15,"107":530,"11":464,"12":118,"13":357,"14":111,"15":96,"155":12,"156":14,"158":47,"159":15,"16":197,"160":12,"161":163,"167":28,"168":2,"17":255,"18":863,"19":355,"20":142,"209":66,"21":529,"210":23,"211":11,"214":12,"215":254,"221":275,"223":511,"224":244,"225":476,"23":367,"24":1357,"25":337,"257":55,"26":238,"268":8,"27":33,"273":41,"276":21,"279":20,"28":676,"281":11,"282":40,"291":11,"292":122,"30":44,"306":6,"31":45,"314":2,"317":1,"32":24,"33":129,"34":64,"347":14,"35":35,"352":650,"36":166,"37":65,"38":514,"380":1,"381":42,"383":38,"389":1,"39":49,"391":53,"396":8,"397":34,"40":50,"409":56,"41":54,"414":56,"415":75,"419":14,"42":77,"426":2,"43":48,"430":42,"431":1,"433":5,"434":2,"44":16,"45":64,"46":189,"48":62,"49":32,"5":958,"51":22,"52":27,"53":73,"56":7,"570":4,"6":106,"63":19,"7":635,"79":46,"8":232,"80":89,"9":403,"all_client":93410,"all_tv_clinet":14985,"insert_time":"2014-08-21T05:48:37.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78282,"10":16,"107":530,"11":444,"12":123,"13":358,"14":110,"15":90,"155":13,"156":14,"158":47,"159":15,"16":193,"160":12,"161":167,"167":28,"168":2,"17":257,"18":862,"19":355,"20":138,"209":64,"21":524,"210":22,"211":11,"214":12,"215":254,"221":270,"223":515,"224":245,"225":469,"23":375,"24":1359,"25":333,"257":57,"26":214,"268":7,"27":34,"273":43,"276":20,"279":17,"28":677,"281":13,"282":41,"291":10,"292":124,"30":44,"302":1,"306":6,"31":44,"314":2,"317":1,"32":24,"33":126,"34":68,"347":15,"35":36,"352":656,"36":168,"37":65,"38":528,"380":1,"381":42,"383":36,"389":1,"39":48,"391":50,"396":6,"397":34,"40":47,"409":59,"41":54,"414":56,"415":77,"419":14,"42":75,"426":2,"43":44,"430":43,"431":1,"433":3,"434":2,"44":16,"45":63,"46":191,"48":62,"49":32,"5":949,"51":24,"52":26,"53":70,"56":8,"570":6,"6":105,"63":20,"7":623,"79":47,"8":228,"80":85,"9":405,"all_client":93205,"all_tv_clinet":14923,"insert_time":"2014-08-21T05:49:38.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78134,"10":20,"107":521,"11":435,"12":141,"13":346,"14":108,"15":81,"155":13,"156":14,"158":48,"159":15,"16":189,"160":12,"161":162,"167":27,"168":2,"17":266,"18":848,"19":361,"20":139,"209":62,"21":519,"210":22,"211":9,"214":12,"215":251,"221":267,"223":510,"224":248,"225":468,"23":374,"24":1359,"25":335,"257":51,"26":193,"268":8,"27":36,"273":43,"276":20,"279":15,"28":677,"281":14,"282":42,"291":9,"292":127,"30":49,"302":1,"306":6,"31":45,"314":3,"32":24,"33":129,"34":73,"347":15,"35":35,"352":659,"36":168,"37":59,"38":542,"380":1,"381":40,"383":33,"39":44,"391":53,"396":6,"397":32,"40":45,"409":58,"41":57,"414":50,"415":77,"419":15,"42":68,"426":4,"43":49,"430":42,"431":1,"433":3,"434":2,"44":16,"45":60,"46":197,"48":59,"49":33,"5":945,"51":25,"52":27,"53":68,"56":8,"570":5,"6":105,"63":22,"7":605,"79":43,"8":223,"80":86,"9":407,"all_client":92975,"all_tv_clinet":14841,"insert_time":"2014-08-21T05:50:39.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78000,"10":20,"107":507,"11":422,"12":146,"13":334,"14":110,"15":77,"155":14,"156":15,"158":49,"159":15,"16":184,"160":11,"161":170,"167":28,"168":2,"17":269,"18":852,"19":369,"20":133,"209":59,"21":523,"210":22,"211":10,"214":11,"215":246,"221":264,"223":516,"224":250,"225":481,"23":358,"24":1366,"25":339,"257":51,"26":178,"268":9,"27":34,"273":46,"276":16,"279":15,"28":684,"281":15,"282":46,"291":11,"292":127,"30":50,"302":1,"306":6,"31":42,"314":3,"32":23,"33":133,"34":74,"347":15,"35":34,"352":664,"36":164,"37":54,"38":546,"380":1,"381":39,"383":31,"39":45,"391":54,"396":5,"397":31,"40":45,"409":58,"41":54,"414":46,"415":74,"419":12,"42":59,"426":3,"43":49,"430":42,"431":1,"433":2,"434":2,"44":18,"45":63,"46":196,"48":57,"49":32,"5":945,"51":26,"52":24,"53":70,"56":6,"570":6,"6":100,"63":22,"7":584,"79":43,"8":224,"80":79,"9":412,"all_client":92773,"all_tv_clinet":14773,"insert_time":"2014-08-21T05:51:39.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77851,"10":18,"107":511,"11":412,"12":150,"13":313,"14":105,"15":75,"155":13,"156":15,"158":48,"159":16,"16":181,"160":13,"161":166,"167":33,"168":1,"17":269,"18":851,"19":365,"20":133,"209":56,"21":529,"210":21,"211":8,"214":11,"215":236,"221":264,"223":507,"224":256,"225":483,"23":342,"24":1378,"25":351,"257":51,"26":172,"268":9,"27":29,"273":45,"276":15,"279":14,"28":685,"281":18,"282":49,"291":11,"292":130,"30":52,"306":5,"31":38,"314":3,"32":23,"33":130,"34":76,"347":15,"35":36,"352":666,"36":170,"37":48,"38":544,"380":1,"381":38,"383":27,"39":42,"391":50,"396":5,"397":32,"40":47,"409":59,"41":55,"414":44,"415":70,"419":10,"42":58,"426":5,"43":51,"430":42,"431":1,"433":2,"434":2,"44":17,"45":63,"46":193,"48":64,"49":31,"5":944,"51":26,"52":25,"53":72,"56":7,"570":6,"6":104,"63":22,"7":552,"79":44,"8":222,"80":76,"9":414,"all_client":92538,"all_tv_clinet":14687,"insert_time":"2014-08-21T05:52:40.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77698,"10":17,"107":508,"11":394,"12":152,"13":308,"14":102,"15":72,"155":13,"156":15,"158":49,"159":16,"16":183,"160":12,"161":166,"167":35,"168":2,"17":276,"18":840,"19":365,"20":130,"209":56,"21":527,"210":20,"211":8,"214":11,"215":227,"221":269,"223":520,"224":259,"225":487,"23":316,"24":1387,"25":356,"257":51,"26":155,"268":9,"27":29,"273":47,"276":15,"279":14,"28":695,"281":17,"282":48,"291":10,"292":131,"30":52,"306":6,"31":42,"314":5,"317":1,"32":21,"33":129,"34":72,"347":14,"35":36,"352":669,"36":165,"37":43,"38":550,"380":1,"381":38,"383":26,"39":41,"391":52,"396":5,"397":32,"40":49,"409":59,"41":57,"414":39,"415":67,"419":14,"42":60,"426":5,"43":50,"430":45,"431":1,"433":2,"434":1,"44":19,"45":64,"46":190,"48":67,"49":29,"5":955,"51":28,"52":21,"53":65,"56":7,"570":6,"6":99,"63":20,"7":526,"79":46,"8":221,"80":72,"9":431,"all_client":92332,"all_tv_clinet":14634,"insert_time":"2014-08-21T05:53:40.975Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77585,"10":16,"107":502,"11":386,"12":155,"13":312,"14":90,"15":76,"155":12,"156":14,"158":50,"159":15,"16":184,"160":14,"161":170,"167":35,"168":2,"17":285,"18":825,"19":364,"20":127,"209":57,"21":526,"210":20,"211":8,"214":9,"215":221,"221":264,"223":525,"224":262,"225":481,"23":297,"24":1383,"25":365,"257":51,"26":155,"268":10,"27":31,"273":47,"276":16,"279":12,"28":692,"281":15,"282":48,"291":9,"292":129,"30":52,"306":7,"31":41,"314":5,"317":1,"32":20,"33":131,"34":75,"347":15,"35":37,"352":681,"36":157,"37":42,"38":540,"380":2,"381":40,"383":25,"39":38,"391":51,"396":4,"397":31,"40":52,"409":58,"41":63,"414":36,"415":67,"419":16,"42":56,"426":6,"43":48,"430":45,"431":1,"433":1,"434":1,"44":22,"45":64,"46":196,"48":69,"49":28,"5":958,"51":25,"52":19,"53":59,"56":7,"570":7,"6":96,"63":20,"7":508,"79":46,"8":217,"80":66,"9":444,"all_client":92148,"all_tv_clinet":14563,"insert_time":"2014-08-21T05:54:41.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77102,"10":15,"107":506,"11":361,"12":159,"13":299,"14":85,"15":74,"155":13,"156":16,"158":53,"159":15,"16":184,"160":14,"161":168,"167":38,"168":2,"17":292,"18":816,"19":371,"20":124,"209":51,"21":513,"210":20,"211":9,"214":9,"215":218,"221":261,"223":525,"224":259,"225":477,"23":288,"24":1367,"25":382,"257":55,"26":154,"268":11,"27":35,"273":53,"276":15,"279":11,"28":688,"281":15,"282":48,"291":9,"292":123,"30":52,"306":6,"31":39,"314":5,"317":1,"32":20,"33":125,"34":79,"347":13,"35":34,"352":660,"36":151,"37":40,"38":526,"380":3,"381":41,"383":27,"39":39,"391":46,"396":5,"397":31,"40":51,"409":61,"41":59,"414":31,"415":65,"419":19,"42":54,"426":4,"43":49,"430":40,"431":1,"434":1,"44":24,"45":59,"46":199,"48":68,"49":29,"5":964,"51":27,"52":20,"53":60,"56":6,"570":7,"6":94,"63":21,"7":493,"79":47,"8":215,"80":62,"9":451,"all_client":91527,"all_tv_clinet":14425,"insert_time":"2014-08-21T05:55:42.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76962,"10":14,"107":493,"11":338,"12":176,"13":305,"14":87,"15":81,"155":13,"156":16,"158":49,"159":16,"16":186,"160":15,"161":163,"167":39,"168":2,"17":304,"18":806,"19":378,"20":119,"209":47,"21":509,"210":20,"211":9,"214":8,"215":213,"221":265,"223":537,"224":256,"225":494,"23":277,"24":1366,"25":400,"257":56,"26":154,"268":11,"27":33,"273":58,"276":15,"279":11,"28":694,"281":14,"282":51,"291":10,"292":116,"30":59,"306":6,"31":36,"314":3,"317":1,"32":18,"33":126,"34":77,"347":16,"35":33,"352":668,"36":155,"37":34,"38":522,"380":3,"381":38,"383":27,"39":42,"391":45,"396":6,"397":28,"40":47,"409":63,"41":61,"414":28,"415":68,"419":19,"42":54,"426":5,"43":46,"430":39,"431":1,"434":1,"44":27,"45":53,"46":201,"48":69,"49":27,"5":966,"51":28,"52":21,"53":55,"56":7,"570":9,"6":92,"63":21,"7":478,"79":47,"8":210,"80":61,"9":422,"all_client":91355,"all_tv_clinet":14393,"insert_time":"2014-08-21T05:56:42.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76850,"10":14,"107":500,"11":335,"12":187,"13":302,"14":89,"15":84,"155":13,"156":16,"158":51,"159":16,"16":187,"160":14,"161":168,"167":38,"168":2,"17":312,"18":779,"19":380,"20":119,"209":45,"21":487,"210":21,"211":9,"214":7,"215":209,"221":260,"223":537,"224":253,"225":485,"23":273,"24":1367,"25":419,"257":59,"26":157,"268":11,"27":37,"273":60,"276":15,"279":12,"28":700,"281":14,"282":52,"291":11,"292":109,"30":64,"306":5,"31":36,"314":4,"317":1,"32":18,"33":127,"34":70,"347":16,"35":32,"352":652,"36":154,"37":29,"38":519,"380":3,"381":39,"383":26,"39":45,"391":45,"396":6,"397":27,"40":41,"409":64,"41":64,"414":26,"415":66,"419":20,"42":57,"426":6,"43":49,"430":34,"431":1,"434":1,"44":28,"45":44,"46":196,"48":69,"49":30,"5":979,"51":27,"52":23,"53":51,"56":8,"570":9,"6":96,"63":22,"7":470,"79":47,"8":218,"80":59,"9":390,"all_client":91178,"all_tv_clinet":14328,"insert_time":"2014-08-21T05:57:43.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76718,"10":16,"107":490,"11":339,"12":201,"13":308,"14":88,"15":88,"155":14,"156":15,"158":49,"159":16,"16":187,"160":15,"161":165,"167":38,"168":3,"17":324,"18":745,"19":385,"20":120,"209":46,"21":480,"210":21,"211":9,"214":7,"215":201,"221":261,"223":553,"224":249,"225":466,"23":266,"24":1341,"25":442,"257":57,"26":164,"268":12,"27":41,"273":58,"276":14,"279":12,"28":705,"281":14,"282":52,"291":10,"292":112,"30":64,"306":5,"31":33,"314":5,"317":1,"32":19,"33":133,"34":64,"347":17,"35":32,"352":653,"36":163,"37":25,"38":519,"380":3,"381":35,"383":33,"39":47,"391":46,"396":5,"397":26,"40":40,"409":60,"41":72,"414":27,"415":62,"419":19,"42":57,"426":6,"43":49,"430":32,"431":1,"434":1,"44":29,"45":42,"46":204,"48":69,"49":29,"5":968,"51":28,"52":26,"53":48,"56":9,"570":9,"6":96,"63":22,"7":461,"79":49,"8":229,"80":59,"9":353,"all_client":91001,"all_tv_clinet":14283,"insert_time":"2014-08-21T05:58:44.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76592,"10":18,"107":507,"11":364,"12":209,"13":304,"14":85,"15":91,"155":14,"156":17,"158":50,"159":20,"16":184,"160":12,"161":163,"167":41,"168":3,"17":332,"18":714,"19":380,"20":127,"209":46,"21":460,"210":19,"211":8,"214":7,"215":199,"221":246,"223":572,"224":258,"225":446,"23":263,"24":1334,"25":457,"257":63,"26":173,"268":11,"27":46,"273":54,"276":13,"279":12,"28":685,"281":15,"282":53,"291":10,"292":111,"30":64,"302":1,"306":2,"31":36,"314":4,"317":1,"32":20,"33":141,"34":65,"347":20,"35":35,"352":658,"36":163,"37":26,"38":535,"380":3,"381":32,"383":35,"389":2,"39":47,"391":44,"396":4,"397":27,"40":42,"409":59,"41":79,"414":26,"415":61,"419":19,"42":54,"426":8,"43":50,"430":29,"431":1,"434":1,"44":32,"45":36,"46":208,"48":71,"49":30,"5":930,"51":29,"52":29,"53":46,"56":10,"570":7,"6":102,"63":22,"7":455,"79":50,"8":238,"80":55,"9":320,"all_client":90852,"all_tv_clinet":14260,"insert_time":"2014-08-21T05:59:44.717Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76486,"10":21,"107":514,"11":376,"12":220,"13":313,"14":88,"15":88,"155":14,"156":16,"158":49,"159":22,"16":187,"160":11,"161":162,"167":39,"168":3,"17":345,"18":697,"19":386,"20":123,"209":47,"21":438,"210":18,"211":7,"214":8,"215":190,"221":244,"223":578,"224":258,"225":429,"23":252,"24":1303,"25":461,"257":63,"26":179,"268":12,"27":51,"273":54,"276":15,"279":13,"28":657,"281":17,"282":53,"291":9,"292":123,"30":65,"302":1,"306":2,"31":36,"314":4,"317":1,"32":17,"33":142,"34":65,"347":22,"35":36,"352":666,"36":161,"37":25,"38":536,"380":3,"381":30,"383":38,"389":2,"39":45,"391":41,"396":4,"397":27,"40":44,"409":55,"41":87,"414":25,"415":65,"419":20,"42":51,"426":6,"43":56,"430":29,"431":1,"434":1,"44":31,"45":34,"46":208,"48":71,"49":29,"5":883,"51":32,"52":29,"53":46,"56":11,"570":6,"6":114,"63":22,"7":433,"79":52,"8":247,"80":53,"9":306,"all_client":90655,"all_tv_clinet":14169,"insert_time":"2014-08-21T06:00:45.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76343,"10":19,"107":509,"11":371,"12":224,"13":320,"14":86,"15":93,"155":13,"156":16,"158":51,"159":24,"16":187,"160":10,"161":162,"167":40,"168":3,"17":354,"18":685,"19":391,"20":129,"209":44,"21":440,"210":17,"211":7,"214":8,"215":176,"221":247,"223":567,"224":260,"225":416,"23":258,"24":1297,"25":461,"257":65,"26":181,"268":14,"27":54,"273":52,"276":16,"279":15,"28":649,"281":16,"282":54,"291":10,"292":122,"30":68,"302":1,"306":2,"31":34,"314":4,"317":1,"32":20,"33":145,"34":69,"347":24,"35":35,"352":653,"36":151,"37":22,"38":540,"380":4,"381":34,"383":32,"389":2,"39":44,"391":46,"396":3,"397":24,"40":44,"409":48,"41":98,"414":21,"415":69,"419":19,"42":54,"426":8,"43":53,"430":30,"431":1,"434":1,"44":38,"45":32,"46":214,"48":73,"49":30,"5":858,"51":33,"52":30,"53":43,"56":12,"570":5,"6":115,"63":22,"7":411,"79":51,"8":255,"80":51,"9":292,"all_client":90445,"all_tv_clinet":14102,"insert_time":"2014-08-21T06:01:46.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76301,"10":21,"107":512,"11":378,"12":223,"13":330,"14":90,"15":90,"155":13,"156":18,"158":52,"159":24,"16":196,"160":11,"161":159,"167":42,"168":3,"17":356,"18":683,"19":389,"20":127,"209":45,"21":450,"210":18,"211":7,"214":8,"215":164,"221":250,"223":546,"224":256,"225":407,"23":255,"24":1277,"25":467,"257":69,"26":176,"268":14,"27":56,"273":49,"276":16,"279":15,"28":653,"281":16,"282":57,"291":9,"292":131,"30":69,"306":2,"31":34,"314":3,"317":1,"32":18,"33":139,"34":69,"347":24,"35":35,"352":660,"36":149,"37":25,"38":527,"380":4,"381":37,"383":28,"389":1,"39":46,"391":49,"396":3,"397":21,"40":45,"409":44,"41":97,"414":21,"415":68,"419":20,"42":51,"426":7,"43":57,"430":28,"431":1,"433":1,"434":1,"44":45,"45":29,"46":212,"48":81,"49":27,"5":834,"51":38,"52":30,"53":48,"56":13,"570":6,"6":112,"63":23,"7":403,"79":51,"8":256,"80":49,"9":289,"all_client":90360,"all_tv_clinet":14059,"insert_time":"2014-08-21T06:02:47.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76177,"10":21,"107":509,"11":382,"12":231,"13":338,"14":91,"15":91,"155":13,"156":16,"158":55,"159":26,"16":184,"160":12,"161":156,"167":43,"168":3,"17":360,"18":684,"19":394,"20":126,"209":45,"21":453,"210":15,"211":7,"214":8,"215":151,"221":248,"223":540,"224":248,"225":399,"23":251,"24":1252,"25":479,"257":72,"26":182,"268":12,"27":55,"273":49,"276":15,"279":13,"28":645,"281":16,"282":60,"291":12,"292":133,"30":72,"306":1,"31":37,"314":3,"317":1,"32":20,"33":143,"34":66,"347":25,"35":36,"352":657,"36":149,"37":24,"38":529,"380":4,"381":37,"383":29,"389":1,"39":42,"391":50,"396":4,"397":20,"40":48,"409":39,"41":100,"414":19,"415":67,"419":20,"42":51,"426":5,"43":59,"430":25,"431":1,"433":1,"434":1,"44":53,"45":28,"46":211,"48":79,"49":28,"5":813,"51":38,"52":34,"53":50,"56":12,"570":6,"6":103,"63":23,"7":393,"79":47,"8":255,"80":44,"9":288,"all_client":90163,"all_tv_clinet":13986,"insert_time":"2014-08-21T06:03:47.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76024,"10":22,"107":505,"11":384,"12":245,"13":334,"14":95,"15":87,"155":14,"156":17,"158":55,"159":26,"16":175,"160":10,"161":161,"167":43,"168":2,"17":366,"18":673,"19":395,"20":127,"209":45,"21":449,"210":15,"211":8,"214":8,"215":146,"221":253,"223":533,"224":253,"225":397,"23":247,"24":1247,"25":476,"257":72,"26":188,"268":12,"27":59,"273":49,"276":13,"279":12,"28":647,"281":16,"282":60,"291":13,"292":134,"30":69,"306":1,"31":35,"314":4,"317":1,"32":20,"33":147,"34":67,"347":24,"35":40,"352":663,"36":159,"37":21,"38":518,"380":4,"381":35,"383":32,"389":1,"39":43,"391":47,"396":5,"397":21,"40":47,"409":37,"41":103,"414":20,"415":64,"419":17,"42":46,"426":5,"43":60,"430":25,"433":2,"434":1,"44":60,"45":26,"46":208,"48":81,"49":26,"5":789,"51":38,"52":35,"53":46,"56":14,"570":6,"6":103,"63":24,"7":382,"79":47,"8":256,"80":45,"9":292,"all_client":89974,"all_tv_clinet":13950,"insert_time":"2014-08-21T06:04:48.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75892,"10":23,"107":504,"11":391,"12":251,"13":337,"14":96,"15":89,"155":14,"156":17,"158":57,"159":25,"16":162,"160":10,"161":165,"167":42,"168":2,"17":371,"18":670,"19":399,"20":126,"209":45,"21":451,"210":14,"211":8,"214":8,"215":135,"221":242,"223":540,"224":251,"225":391,"23":248,"24":1231,"25":475,"257":72,"26":192,"268":10,"27":62,"273":46,"276":13,"279":13,"28":651,"281":16,"282":61,"291":13,"292":135,"30":71,"306":1,"31":36,"314":4,"317":1,"32":21,"33":150,"34":68,"347":26,"35":37,"352":665,"36":160,"37":19,"38":510,"380":4,"381":41,"383":30,"39":42,"391":42,"396":3,"397":20,"40":48,"409":35,"41":104,"414":22,"415":65,"419":15,"42":48,"426":4,"43":59,"430":21,"433":2,"434":1,"44":62,"45":28,"46":216,"48":80,"49":29,"5":776,"51":36,"52":38,"53":43,"56":15,"570":6,"6":99,"63":24,"7":390,"79":43,"8":260,"80":44,"9":292,"all_client":89822,"all_tv_clinet":13930,"insert_time":"2014-08-21T06:05:49.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75750,"10":23,"107":494,"11":401,"12":254,"13":352,"14":92,"15":92,"155":14,"156":18,"158":57,"159":20,"16":151,"160":9,"161":165,"167":43,"168":2,"17":372,"18":665,"19":399,"20":129,"209":45,"21":460,"210":11,"211":6,"214":7,"215":131,"221":237,"223":545,"224":235,"225":382,"23":252,"24":1230,"25":487,"257":71,"26":189,"268":9,"27":60,"273":50,"276":13,"279":11,"28":652,"281":16,"282":59,"291":14,"292":138,"30":71,"306":1,"31":37,"314":4,"317":1,"32":20,"33":152,"34":73,"347":24,"35":37,"352":666,"36":158,"37":22,"38":491,"380":3,"381":39,"383":26,"39":41,"391":38,"396":3,"397":21,"40":45,"409":33,"41":106,"414":22,"415":63,"419":13,"42":49,"426":4,"43":55,"430":20,"433":1,"434":1,"44":61,"45":22,"46":215,"48":85,"49":29,"5":762,"51":34,"52":44,"53":42,"56":15,"570":5,"6":102,"63":25,"7":369,"79":41,"8":264,"80":43,"9":276,"all_client":89586,"all_tv_clinet":13836,"insert_time":"2014-08-21T06:06:50.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75576,"10":22,"107":492,"11":401,"12":254,"13":359,"14":93,"15":89,"155":14,"156":19,"158":60,"159":22,"16":147,"160":8,"161":170,"167":46,"168":1,"17":370,"18":650,"19":399,"20":127,"209":45,"21":467,"210":11,"211":7,"214":6,"215":126,"221":237,"223":549,"224":225,"225":365,"23":250,"24":1220,"25":492,"257":70,"26":187,"268":11,"27":61,"273":52,"276":13,"279":11,"28":651,"281":17,"282":59,"291":13,"292":140,"30":71,"306":1,"31":37,"314":4,"317":1,"32":21,"33":151,"34":70,"347":24,"35":39,"352":670,"36":158,"37":22,"38":488,"380":2,"381":39,"383":26,"389":1,"39":42,"391":35,"396":3,"397":22,"40":44,"409":36,"41":106,"414":23,"415":65,"419":15,"42":53,"426":2,"43":55,"430":20,"433":2,"434":1,"44":60,"45":20,"46":206,"48":81,"49":28,"5":755,"51":33,"52":47,"53":43,"56":16,"570":5,"6":108,"63":25,"7":371,"79":38,"8":271,"80":47,"9":265,"all_client":89372,"all_tv_clinet":13796,"insert_time":"2014-08-21T06:07:52.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75387,"10":20,"107":477,"11":408,"12":251,"13":369,"14":96,"15":89,"155":13,"156":16,"158":58,"159":22,"16":143,"160":8,"161":172,"167":47,"168":1,"17":369,"18":648,"19":385,"20":129,"209":46,"21":485,"210":12,"211":7,"214":7,"215":121,"221":239,"223":554,"224":204,"225":358,"23":245,"24":1214,"25":496,"257":66,"26":187,"268":12,"27":63,"273":56,"276":14,"279":10,"28":662,"281":17,"282":58,"291":14,"292":132,"30":75,"31":36,"314":4,"317":1,"32":24,"33":153,"34":71,"347":23,"35":40,"352":662,"36":159,"37":23,"38":477,"380":2,"381":39,"383":30,"389":1,"39":48,"391":37,"396":3,"397":22,"40":44,"409":37,"41":109,"414":21,"415":62,"419":16,"42":59,"426":1,"43":54,"430":19,"433":2,"434":1,"44":59,"45":16,"46":188,"48":82,"49":30,"5":736,"51":32,"52":54,"53":43,"56":15,"570":7,"6":102,"63":25,"7":364,"79":38,"8":276,"80":47,"9":258,"all_client":89114,"all_tv_clinet":13727,"insert_time":"2014-08-21T06:08:52.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75284,"10":20,"107":500,"11":415,"12":228,"13":369,"14":105,"15":91,"155":16,"156":14,"158":59,"159":22,"16":138,"160":9,"161":169,"167":43,"168":1,"17":372,"18":642,"19":353,"20":128,"209":51,"21":486,"210":11,"211":7,"214":7,"215":109,"221":240,"223":567,"224":192,"225":361,"23":250,"24":1221,"25":497,"257":65,"26":185,"268":12,"27":62,"273":63,"276":13,"279":11,"28":674,"281":17,"282":59,"291":14,"292":122,"30":68,"302":1,"31":36,"314":4,"317":1,"32":25,"33":153,"34":67,"347":26,"35":42,"352":656,"36":162,"37":23,"38":482,"380":2,"381":41,"383":30,"389":2,"39":45,"391":36,"396":3,"397":22,"40":49,"409":36,"41":111,"414":23,"415":59,"419":20,"42":62,"426":2,"43":57,"430":17,"433":2,"434":1,"44":58,"45":18,"46":173,"48":79,"49":32,"5":736,"51":30,"52":58,"53":44,"56":16,"570":7,"6":100,"63":26,"7":373,"79":35,"8":278,"80":46,"9":242,"all_client":88991,"all_tv_clinet":13707,"insert_time":"2014-08-21T06:09:53.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75116,"10":22,"107":494,"11":423,"12":205,"13":383,"14":108,"15":92,"155":16,"156":13,"158":60,"159":23,"16":128,"160":9,"161":178,"167":41,"168":1,"17":372,"18":640,"19":323,"20":133,"209":54,"21":488,"210":11,"211":7,"214":7,"215":110,"221":240,"223":571,"224":181,"225":355,"23":256,"24":1192,"25":494,"257":66,"26":187,"268":12,"27":67,"273":79,"276":13,"279":10,"28":677,"281":17,"282":57,"291":15,"292":113,"30":63,"302":1,"306":1,"31":38,"314":4,"317":1,"32":23,"33":157,"34":67,"347":27,"35":39,"352":650,"36":167,"37":23,"38":478,"380":2,"381":41,"383":29,"389":2,"39":49,"391":36,"396":3,"397":20,"40":44,"409":39,"41":110,"414":24,"415":53,"419":21,"42":63,"426":2,"43":56,"430":21,"433":1,"434":1,"44":58,"45":20,"46":162,"48":85,"49":32,"5":740,"51":34,"52":63,"53":47,"56":16,"570":7,"6":100,"63":25,"7":375,"79":33,"8":281,"80":45,"9":231,"all_client":88769,"all_tv_clinet":13653,"insert_time":"2014-08-21T06:10:54.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75008,"10":23,"107":501,"11":433,"12":179,"13":388,"14":113,"15":91,"155":17,"156":12,"158":60,"159":19,"16":120,"160":10,"161":191,"167":38,"168":1,"17":379,"18":645,"19":300,"20":130,"209":58,"21":497,"210":10,"211":7,"214":7,"215":107,"221":251,"223":594,"224":171,"225":338,"23":262,"24":1158,"25":500,"257":68,"26":184,"268":12,"27":65,"273":88,"276":17,"279":10,"28":677,"281":17,"282":51,"291":15,"292":110,"30":49,"302":1,"306":2,"31":41,"314":5,"32":24,"33":155,"34":71,"347":31,"35":33,"352":650,"36":172,"37":22,"38":470,"380":2,"381":38,"383":31,"389":2,"39":49,"391":31,"396":3,"397":22,"40":46,"409":43,"41":111,"414":24,"415":53,"419":23,"42":66,"426":2,"43":55,"430":21,"433":2,"434":1,"44":60,"45":19,"46":161,"48":90,"49":29,"5":742,"51":34,"52":64,"53":45,"56":18,"570":7,"6":102,"63":27,"7":386,"79":29,"8":291,"80":43,"9":207,"all_client":88637,"all_tv_clinet":13629,"insert_time":"2014-08-21T06:11:54.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74815,"10":24,"107":504,"11":428,"12":166,"13":396,"14":113,"15":90,"155":15,"156":14,"158":60,"159":16,"16":116,"160":11,"161":203,"167":36,"168":1,"17":385,"18":640,"19":288,"20":129,"209":58,"21":503,"210":10,"211":7,"214":7,"215":101,"221":254,"223":603,"224":162,"225":327,"23":270,"24":1145,"25":498,"257":68,"26":185,"268":12,"27":67,"273":92,"276":16,"279":9,"28":680,"281":17,"282":49,"291":15,"292":110,"30":45,"302":1,"306":2,"31":41,"314":5,"32":23,"33":153,"34":70,"347":31,"35":30,"352":650,"36":169,"37":22,"38":481,"380":2,"381":38,"383":34,"389":1,"39":49,"391":33,"396":4,"397":21,"40":49,"409":41,"41":114,"414":23,"415":56,"419":25,"42":67,"426":1,"43":54,"430":23,"433":2,"434":1,"44":59,"45":19,"46":152,"48":92,"49":28,"5":745,"51":34,"52":64,"53":41,"56":19,"570":9,"6":98,"63":30,"7":395,"79":30,"8":290,"80":42,"9":204,"all_client":88427,"all_tv_clinet":13612,"insert_time":"2014-08-21T06:12:55.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74665,"10":21,"107":502,"11":433,"12":159,"13":398,"14":107,"15":90,"155":15,"156":18,"158":57,"159":13,"16":112,"160":11,"161":201,"167":36,"168":1,"17":395,"18":643,"19":273,"20":131,"209":63,"21":501,"210":9,"211":7,"214":7,"215":94,"221":258,"223":602,"224":159,"225":331,"23":271,"24":1143,"25":495,"257":63,"26":187,"268":8,"27":65,"273":97,"276":16,"279":11,"28":674,"281":17,"282":45,"291":13,"292":115,"30":41,"302":1,"306":2,"31":42,"314":5,"32":22,"33":143,"34":70,"347":31,"35":27,"352":656,"36":168,"37":23,"38":482,"380":2,"381":34,"383":36,"389":1,"39":48,"391":33,"396":5,"397":17,"40":51,"409":38,"41":113,"414":22,"415":57,"419":28,"42":66,"43":57,"430":24,"433":1,"434":1,"44":60,"45":22,"46":150,"48":94,"49":29,"5":753,"51":30,"52":70,"53":46,"56":17,"570":13,"6":96,"63":30,"7":397,"79":27,"8":293,"80":41,"9":185,"all_client":88232,"all_tv_clinet":13567,"insert_time":"2014-08-21T06:13:56.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74573,"10":18,"107":490,"11":437,"12":152,"13":414,"14":101,"15":90,"155":15,"156":19,"158":55,"159":13,"16":110,"160":11,"161":197,"167":36,"168":1,"17":392,"18":641,"19":262,"20":140,"209":64,"21":506,"210":8,"211":7,"214":7,"215":92,"221":252,"223":612,"224":167,"225":334,"23":276,"24":1144,"25":493,"257":64,"26":189,"268":8,"27":66,"273":93,"276":15,"279":11,"28":648,"281":19,"282":46,"291":14,"292":120,"30":39,"302":1,"306":2,"31":41,"314":5,"32":23,"33":139,"34":71,"347":33,"35":25,"352":638,"36":167,"37":23,"38":472,"380":2,"381":36,"383":36,"389":1,"39":50,"391":29,"396":5,"397":17,"40":48,"409":40,"41":113,"414":21,"415":57,"419":26,"42":66,"426":1,"43":61,"430":25,"431":1,"433":1,"434":1,"44":65,"45":21,"46":149,"48":95,"49":29,"5":756,"51":30,"52":72,"53":52,"56":14,"570":13,"6":96,"63":30,"7":392,"79":28,"8":293,"80":42,"9":178,"all_client":88093,"all_tv_clinet":13520,"insert_time":"2014-08-21T06:14:56.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74470,"10":17,"107":493,"11":435,"12":142,"13":403,"14":96,"15":89,"155":15,"156":19,"158":55,"159":13,"16":111,"160":12,"161":210,"167":35,"168":1,"17":368,"18":656,"19":257,"20":146,"209":74,"21":504,"210":8,"211":6,"214":7,"215":85,"221":254,"223":620,"224":168,"225":332,"23":272,"24":1127,"25":501,"257":64,"26":187,"268":8,"27":67,"273":87,"276":15,"279":11,"28":638,"281":19,"282":43,"291":14,"292":122,"30":37,"302":1,"306":1,"31":43,"314":6,"32":21,"33":134,"34":72,"347":34,"35":24,"352":642,"36":168,"37":23,"38":462,"380":2,"381":38,"383":33,"389":1,"39":50,"391":27,"396":4,"397":15,"40":48,"409":40,"41":114,"414":21,"415":58,"419":28,"42":64,"426":1,"43":60,"430":27,"431":1,"433":1,"434":1,"44":68,"45":22,"46":146,"48":95,"49":32,"5":756,"51":29,"52":77,"53":54,"56":13,"570":14,"6":92,"63":30,"7":405,"79":26,"8":285,"80":41,"9":173,"all_client":87936,"all_tv_clinet":13466,"insert_time":"2014-08-21T06:15:57.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74391,"10":18,"107":497,"11":434,"12":135,"13":421,"14":92,"15":91,"155":15,"156":19,"158":54,"159":13,"16":114,"160":14,"161":212,"167":36,"168":1,"17":340,"18":674,"19":261,"20":144,"209":76,"21":511,"210":8,"211":4,"214":7,"215":80,"221":254,"223":619,"224":166,"225":318,"23":276,"24":1119,"25":507,"257":62,"26":184,"268":6,"27":72,"273":78,"276":15,"279":11,"28":638,"281":17,"282":45,"291":14,"292":125,"30":35,"302":1,"306":1,"31":47,"314":6,"32":21,"33":131,"34":71,"347":38,"35":24,"352":634,"36":171,"37":21,"38":467,"380":2,"381":35,"383":36,"389":1,"39":50,"391":26,"396":3,"397":16,"40":46,"409":37,"41":113,"414":19,"415":61,"419":31,"42":66,"426":1,"43":62,"430":28,"431":1,"433":1,"434":1,"44":64,"45":20,"46":143,"48":93,"49":32,"5":767,"51":26,"52":73,"53":52,"56":15,"570":14,"6":86,"63":30,"7":415,"79":21,"8":284,"80":41,"9":159,"all_client":87827,"all_tv_clinet":13436,"insert_time":"2014-08-21T06:16:57.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74232,"10":19,"107":496,"11":434,"12":134,"13":429,"14":95,"15":90,"155":14,"156":19,"158":55,"159":12,"16":114,"160":14,"161":208,"167":36,"168":1,"17":314,"18":669,"19":251,"20":140,"209":76,"21":529,"210":8,"211":4,"214":7,"215":80,"221":254,"223":629,"224":169,"225":318,"23":282,"24":1119,"25":523,"257":61,"26":186,"268":7,"27":73,"273":80,"276":16,"279":12,"28":621,"281":16,"282":43,"291":13,"292":128,"30":33,"302":1,"306":1,"31":46,"314":6,"317":1,"32":21,"33":128,"34":72,"347":39,"35":25,"352":614,"36":165,"37":21,"38":475,"380":4,"381":33,"383":34,"389":1,"39":47,"391":28,"396":4,"397":15,"40":40,"409":33,"41":113,"414":18,"415":64,"419":32,"42":66,"43":64,"430":28,"431":1,"433":1,"434":1,"44":64,"45":25,"46":143,"48":88,"49":33,"5":762,"51":26,"52":74,"53":52,"56":18,"570":13,"6":86,"63":31,"7":426,"79":18,"8":281,"80":40,"9":154,"all_client":87639,"all_tv_clinet":13407,"insert_time":"2014-08-21T06:17:58.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74114,"10":18,"107":487,"11":437,"12":128,"13":429,"14":92,"15":89,"155":15,"156":16,"158":55,"159":15,"16":111,"160":13,"161":212,"167":33,"168":1,"17":298,"18":671,"19":249,"20":144,"209":69,"21":549,"210":8,"211":4,"214":6,"215":78,"221":246,"223":640,"224":171,"225":312,"23":281,"24":1126,"25":520,"257":55,"26":186,"268":7,"27":73,"273":74,"276":17,"279":12,"28":632,"281":15,"282":43,"291":13,"292":124,"30":32,"302":1,"306":2,"31":48,"314":5,"317":1,"32":26,"33":126,"34":74,"347":37,"35":24,"352":607,"36":162,"37":18,"38":473,"380":4,"381":34,"383":34,"389":1,"39":45,"391":31,"396":5,"397":13,"40":34,"409":35,"41":116,"414":17,"415":64,"419":33,"42":65,"426":1,"43":60,"430":28,"431":1,"433":1,"434":1,"44":63,"45":24,"46":144,"48":88,"49":31,"5":753,"51":26,"52":77,"53":54,"56":19,"570":12,"6":85,"63":30,"7":431,"79":16,"8":280,"80":40,"9":151,"all_client":87471,"all_tv_clinet":13357,"insert_time":"2014-08-21T06:18:59.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73964,"10":17,"107":480,"11":440,"12":128,"13":432,"14":95,"15":89,"155":13,"156":16,"158":51,"159":18,"16":111,"160":11,"161":206,"167":32,"168":1,"17":288,"18":673,"19":245,"20":140,"209":69,"21":556,"210":7,"211":4,"214":6,"215":77,"221":254,"223":655,"224":171,"225":324,"23":280,"24":1133,"25":514,"257":54,"26":189,"268":6,"27":73,"273":73,"276":18,"279":12,"28":640,"281":16,"282":41,"291":13,"292":125,"30":30,"302":1,"306":3,"31":47,"314":5,"317":1,"32":23,"33":127,"34":69,"347":35,"35":24,"352":593,"36":154,"37":20,"38":474,"380":4,"381":34,"383":33,"389":1,"39":49,"391":29,"396":7,"397":14,"40":32,"409":35,"41":117,"414":17,"415":65,"419":30,"42":61,"426":1,"43":61,"430":28,"431":1,"433":1,"44":64,"45":28,"46":144,"48":91,"49":31,"5":750,"51":29,"52":77,"53":51,"56":18,"570":10,"6":85,"63":31,"7":437,"79":17,"8":282,"80":40,"9":144,"all_client":87315,"all_tv_clinet":13351,"insert_time":"2014-08-21T06:19:59.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73821,"10":17,"107":482,"11":446,"12":130,"13":431,"14":93,"15":87,"155":13,"156":14,"158":51,"159":19,"16":110,"160":10,"161":209,"167":31,"168":1,"17":278,"18":663,"19":247,"20":140,"209":67,"21":560,"210":6,"211":4,"214":6,"215":73,"221":251,"223":650,"224":179,"225":331,"23":277,"24":1117,"25":519,"257":58,"26":192,"268":5,"27":73,"273":79,"276":19,"279":10,"28":636,"281":16,"282":43,"291":13,"292":128,"30":28,"302":1,"306":3,"31":50,"314":5,"317":1,"32":23,"33":119,"34":72,"347":35,"35":20,"352":592,"36":147,"37":19,"38":471,"380":4,"381":33,"383":32,"389":1,"39":48,"391":29,"396":7,"397":15,"40":34,"409":32,"41":117,"414":17,"415":63,"419":31,"42":59,"426":1,"43":59,"430":29,"431":1,"433":1,"44":63,"45":29,"46":144,"48":91,"49":30,"5":748,"51":27,"52":80,"53":50,"56":18,"570":9,"6":86,"63":31,"7":441,"79":16,"8":280,"80":37,"9":144,"all_client":87128,"all_tv_clinet":13307,"insert_time":"2014-08-21T06:21:00.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73694,"10":18,"107":479,"11":453,"12":133,"13":434,"14":96,"15":84,"155":13,"156":14,"158":48,"159":20,"16":107,"160":10,"161":195,"167":31,"17":269,"18":652,"19":251,"20":134,"209":70,"21":568,"210":6,"211":4,"214":6,"215":67,"221":250,"223":662,"224":179,"225":346,"23":280,"24":1127,"25":488,"257":59,"26":189,"268":6,"27":74,"273":83,"276":20,"279":11,"28":634,"281":16,"282":39,"291":13,"292":129,"30":30,"302":1,"306":2,"31":57,"314":5,"317":1,"32":20,"33":120,"34":75,"347":33,"35":22,"352":595,"36":148,"37":21,"38":482,"380":4,"381":32,"383":30,"389":1,"39":52,"391":25,"396":7,"397":20,"40":31,"409":29,"41":118,"414":17,"415":60,"419":29,"42":61,"426":1,"43":58,"430":27,"431":1,"433":1,"44":62,"45":33,"46":146,"48":85,"49":31,"5":740,"51":27,"52":84,"53":44,"56":19,"570":7,"6":89,"63":30,"7":444,"79":18,"8":278,"80":37,"9":141,"all_client":86992,"all_tv_clinet":13298,"insert_time":"2014-08-21T06:22:01.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73580,"10":19,"107":475,"11":464,"12":142,"13":435,"14":92,"15":83,"155":13,"156":14,"158":48,"159":20,"16":107,"160":10,"161":188,"167":32,"17":265,"18":644,"19":262,"20":138,"209":70,"21":581,"210":6,"211":4,"214":6,"215":63,"221":248,"223":671,"224":187,"225":339,"23":283,"24":1146,"25":459,"257":60,"26":191,"268":6,"27":75,"273":89,"276":20,"279":12,"28":609,"281":16,"282":40,"291":13,"292":135,"30":29,"302":1,"306":1,"31":57,"314":5,"317":1,"32":19,"33":119,"34":77,"347":30,"35":19,"352":599,"36":146,"37":19,"38":493,"380":4,"381":28,"383":32,"389":1,"39":54,"391":26,"396":4,"397":21,"40":31,"409":30,"41":116,"414":18,"415":61,"419":26,"42":65,"426":1,"43":63,"430":26,"431":1,"433":1,"434":1,"44":55,"45":33,"46":145,"48":76,"49":33,"5":733,"51":30,"52":88,"53":40,"56":18,"570":9,"6":88,"63":28,"7":451,"79":17,"8":278,"80":38,"9":143,"all_client":86888,"all_tv_clinet":13308,"insert_time":"2014-08-21T06:23:01.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73486,"10":18,"107":463,"11":465,"12":140,"13":428,"14":95,"15":82,"155":12,"156":14,"158":46,"159":18,"16":111,"160":10,"161":185,"167":33,"17":257,"18":637,"19":269,"20":137,"209":72,"21":575,"210":6,"211":4,"214":7,"215":55,"221":257,"223":672,"224":195,"225":348,"23":295,"24":1164,"25":424,"257":59,"26":186,"268":6,"27":79,"273":89,"276":19,"279":12,"28":590,"281":16,"282":40,"291":13,"292":139,"30":27,"302":1,"306":1,"31":62,"314":6,"317":1,"32":23,"33":120,"34":79,"347":29,"35":21,"352":601,"36":145,"37":15,"38":492,"380":5,"381":26,"383":31,"389":1,"39":59,"391":27,"396":2,"397":22,"40":29,"409":31,"41":111,"414":18,"415":63,"419":24,"42":66,"426":1,"43":65,"430":26,"431":1,"433":1,"434":1,"44":54,"45":37,"46":142,"48":65,"49":35,"5":732,"51":31,"52":88,"53":38,"56":21,"570":10,"6":85,"63":28,"7":458,"79":21,"8":284,"80":39,"9":146,"all_client":86775,"all_tv_clinet":13289,"insert_time":"2014-08-21T06:24:02.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73402,"10":18,"107":447,"11":464,"12":140,"13":422,"14":95,"15":81,"155":12,"156":17,"158":48,"159":17,"16":111,"160":11,"161":178,"167":33,"17":255,"18":631,"19":283,"20":137,"209":70,"21":587,"210":6,"211":4,"214":7,"215":50,"221":253,"223":673,"224":199,"225":352,"23":299,"24":1149,"25":409,"257":59,"26":184,"268":5,"27":78,"273":96,"276":20,"279":12,"28":550,"281":16,"282":41,"291":11,"292":133,"30":23,"302":1,"306":1,"31":65,"314":7,"317":1,"32":24,"33":122,"34":75,"347":28,"35":20,"352":590,"36":143,"37":16,"38":486,"380":6,"381":25,"383":31,"389":1,"39":62,"391":28,"396":2,"397":22,"40":30,"409":31,"41":110,"414":18,"415":66,"419":25,"42":66,"43":66,"430":26,"433":1,"434":1,"44":53,"45":40,"46":139,"48":65,"49":39,"5":742,"51":31,"52":89,"53":42,"56":20,"570":11,"6":83,"63":26,"7":454,"79":20,"8":286,"80":39,"9":143,"all_client":86606,"all_tv_clinet":13204,"insert_time":"2014-08-21T06:25:02.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73285,"10":18,"107":444,"11":469,"12":138,"13":422,"14":94,"15":82,"155":12,"156":15,"158":47,"159":17,"16":108,"160":11,"161":176,"167":33,"17":240,"18":627,"19":286,"20":135,"209":75,"21":597,"210":5,"211":4,"214":7,"215":48,"221":247,"223":678,"224":198,"225":355,"23":296,"24":1132,"25":398,"257":56,"26":187,"268":5,"27":78,"273":104,"276":19,"279":11,"28":534,"281":16,"282":42,"291":11,"292":120,"30":24,"302":1,"306":1,"31":68,"314":8,"317":1,"32":23,"33":123,"34":72,"347":27,"35":19,"352":592,"36":138,"37":16,"38":489,"380":6,"381":26,"383":28,"389":1,"39":62,"391":27,"396":2,"397":23,"40":32,"409":34,"41":102,"414":20,"415":64,"419":25,"42":64,"43":68,"430":25,"433":1,"434":1,"44":55,"45":40,"46":137,"48":62,"49":41,"5":760,"51":31,"52":94,"53":42,"56":20,"570":11,"6":86,"63":27,"7":468,"79":22,"8":287,"80":38,"9":140,"all_client":86456,"all_tv_clinet":13171,"insert_time":"2014-08-21T06:26:03.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73236,"10":19,"107":447,"11":472,"12":142,"13":428,"14":89,"15":89,"155":14,"156":14,"158":49,"159":18,"16":102,"160":10,"161":175,"167":30,"17":227,"18":624,"19":299,"20":137,"209":77,"21":594,"210":4,"211":4,"214":8,"215":45,"221":255,"223":686,"224":204,"225":358,"23":289,"24":1123,"25":387,"257":55,"26":189,"268":5,"27":79,"273":106,"276":18,"279":11,"28":512,"281":17,"282":44,"291":11,"292":109,"30":27,"302":1,"306":1,"31":65,"314":10,"317":1,"32":21,"33":121,"34":55,"347":26,"35":18,"352":592,"36":134,"37":17,"38":471,"380":7,"381":23,"383":25,"389":1,"39":61,"391":27,"396":2,"397":23,"40":37,"409":36,"41":99,"414":22,"415":64,"419":24,"42":62,"43":68,"430":25,"434":1,"44":61,"45":40,"46":143,"48":59,"49":44,"5":764,"51":29,"52":94,"53":43,"56":19,"570":11,"6":85,"63":26,"7":475,"79":22,"8":290,"80":38,"9":139,"all_client":86360,"all_tv_clinet":13124,"insert_time":"2014-08-21T06:27:03.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73160,"10":21,"107":446,"11":467,"12":146,"13":433,"14":84,"15":88,"155":14,"156":13,"158":48,"159":19,"16":103,"160":9,"161":180,"167":30,"17":219,"18":619,"19":304,"20":141,"209":78,"21":593,"210":4,"211":4,"214":8,"215":46,"221":252,"223":682,"224":201,"225":367,"23":281,"24":1121,"25":376,"257":59,"26":194,"268":6,"27":78,"273":99,"276":17,"279":9,"28":497,"281":17,"282":45,"291":12,"292":109,"30":24,"302":1,"306":1,"31":59,"314":9,"317":1,"32":25,"33":122,"34":50,"347":23,"35":18,"352":598,"36":131,"37":18,"38":474,"380":7,"381":25,"383":22,"389":2,"39":62,"391":26,"396":2,"397":24,"40":41,"409":38,"41":90,"414":24,"415":63,"419":19,"42":62,"43":69,"430":25,"434":1,"44":62,"45":40,"46":145,"48":58,"49":45,"5":766,"51":29,"52":96,"53":40,"56":17,"570":12,"6":84,"63":26,"7":493,"79":22,"8":287,"80":37,"9":138,"all_client":86252,"all_tv_clinet":13092,"insert_time":"2014-08-21T06:28:04.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73099,"10":19,"107":442,"11":467,"12":154,"13":434,"14":79,"15":82,"155":13,"156":13,"158":49,"159":18,"16":102,"160":10,"161":191,"167":30,"17":215,"18":623,"19":315,"20":142,"209":77,"21":596,"210":4,"211":4,"214":8,"215":45,"221":247,"223":682,"224":203,"225":379,"23":286,"24":1132,"25":384,"257":58,"26":198,"268":5,"27":79,"273":86,"276":18,"279":7,"28":473,"281":16,"282":45,"291":12,"292":107,"30":24,"302":1,"306":1,"31":58,"314":11,"317":1,"32":26,"33":119,"34":48,"347":22,"35":17,"352":603,"36":133,"37":22,"38":455,"380":7,"381":27,"383":23,"389":2,"39":66,"391":26,"396":2,"397":23,"40":47,"409":34,"41":88,"414":24,"415":56,"419":18,"42":66,"43":65,"430":25,"434":1,"44":62,"45":43,"46":141,"48":52,"49":48,"5":772,"51":27,"52":96,"53":41,"56":18,"570":13,"6":83,"63":26,"7":502,"79":22,"8":284,"80":35,"9":141,"all_client":86195,"all_tv_clinet":13096,"insert_time":"2014-08-21T06:29:05.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73058,"10":17,"107":448,"11":460,"12":162,"13":435,"14":75,"15":76,"155":12,"156":16,"158":50,"159":19,"16":101,"160":11,"161":190,"167":32,"17":207,"18":618,"19":316,"20":142,"209":77,"21":591,"210":4,"211":5,"214":8,"215":44,"221":239,"223":687,"224":203,"225":388,"23":291,"24":1132,"25":373,"257":58,"26":202,"268":6,"27":81,"273":78,"276":18,"279":7,"28":467,"281":16,"282":45,"291":12,"292":110,"30":25,"302":1,"306":1,"31":55,"314":10,"317":1,"32":27,"33":123,"34":48,"347":23,"35":17,"352":613,"36":132,"37":27,"38":460,"380":5,"381":29,"383":23,"389":2,"39":70,"391":24,"396":1,"397":21,"40":50,"409":35,"41":82,"414":24,"415":58,"419":16,"42":67,"43":62,"430":25,"434":1,"44":64,"45":43,"46":143,"48":49,"49":48,"5":771,"51":26,"52":97,"53":39,"56":18,"570":12,"6":81,"63":26,"7":495,"79":22,"8":274,"80":33,"9":145,"all_client":86131,"all_tv_clinet":13073,"insert_time":"2014-08-21T06:30:05.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72927,"10":16,"107":454,"11":458,"12":159,"13":442,"14":71,"15":75,"155":12,"156":16,"158":49,"159":19,"16":96,"160":10,"161":191,"167":32,"17":207,"18":606,"19":320,"20":144,"209":77,"21":598,"210":4,"211":4,"214":9,"215":43,"221":243,"223":694,"224":211,"225":400,"23":296,"24":1133,"25":370,"257":55,"26":203,"268":6,"27":83,"273":76,"276":18,"279":8,"28":456,"281":16,"282":44,"291":12,"292":113,"30":25,"302":1,"31":52,"314":10,"317":1,"32":24,"33":126,"34":45,"347":23,"35":17,"352":612,"36":138,"37":25,"38":462,"380":5,"381":27,"383":23,"389":2,"39":69,"391":24,"396":2,"397":20,"40":49,"409":34,"41":80,"414":24,"415":59,"419":16,"42":67,"43":55,"430":24,"434":1,"44":62,"45":46,"46":147,"48":46,"49":47,"5":767,"51":27,"52":99,"53":35,"56":19,"570":12,"6":79,"63":28,"7":493,"79":24,"8":271,"80":34,"9":148,"all_client":86002,"all_tv_clinet":13075,"insert_time":"2014-08-21T06:31:06.133Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72850,"10":19,"107":456,"11":461,"12":166,"13":444,"14":68,"15":69,"155":12,"156":17,"158":45,"159":19,"16":90,"160":10,"161":193,"167":32,"17":208,"18":593,"19":323,"20":139,"209":73,"21":598,"210":4,"211":5,"214":9,"215":41,"221":234,"223":699,"224":210,"225":401,"23":304,"24":1125,"25":363,"257":56,"26":205,"268":7,"27":82,"273":75,"276":18,"279":9,"28":441,"281":15,"282":45,"291":12,"292":118,"30":26,"302":2,"31":49,"314":10,"317":1,"32":23,"33":131,"34":47,"347":22,"35":15,"352":616,"36":144,"37":25,"38":458,"380":5,"381":27,"383":24,"389":2,"39":64,"391":26,"396":3,"397":22,"40":48,"409":31,"41":72,"414":26,"415":64,"419":14,"42":70,"43":50,"430":26,"434":1,"44":66,"45":47,"46":147,"48":51,"49":48,"5":764,"51":25,"52":100,"53":39,"56":21,"570":10,"6":77,"63":28,"7":503,"79":30,"8":260,"80":35,"9":142,"all_client":85900,"all_tv_clinet":13050,"insert_time":"2014-08-21T06:32:06.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72785,"10":20,"107":467,"11":466,"12":161,"13":443,"14":66,"15":63,"155":12,"156":17,"158":44,"159":18,"16":93,"160":10,"161":193,"167":30,"17":212,"18":593,"19":324,"20":132,"209":76,"21":601,"210":4,"211":5,"214":13,"215":41,"221":239,"223":710,"224":217,"225":403,"23":306,"24":1122,"25":357,"257":55,"26":207,"268":6,"27":85,"273":72,"276":17,"279":11,"28":422,"281":16,"282":47,"291":11,"292":121,"30":22,"302":2,"31":50,"314":9,"317":1,"32":22,"33":134,"34":42,"347":18,"35":13,"352":619,"36":140,"37":26,"38":451,"380":5,"381":25,"383":22,"389":3,"39":62,"391":24,"396":3,"397":21,"40":53,"409":26,"41":72,"414":27,"415":65,"419":15,"42":68,"43":49,"430":26,"434":1,"44":65,"45":54,"46":150,"48":52,"49":49,"5":755,"51":26,"52":103,"53":40,"56":20,"570":10,"6":75,"63":27,"7":516,"79":30,"8":256,"80":34,"9":137,"all_client":85828,"all_tv_clinet":13043,"insert_time":"2014-08-21T06:33:07.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72750,"10":16,"107":464,"11":466,"12":168,"13":433,"14":66,"15":61,"155":11,"156":17,"158":43,"159":20,"16":88,"160":10,"161":192,"167":28,"17":209,"18":598,"19":324,"20":126,"209":74,"21":612,"210":5,"211":6,"214":13,"215":37,"221":240,"223":715,"224":218,"225":404,"23":301,"24":1148,"25":351,"257":54,"26":204,"268":6,"27":78,"273":73,"276":17,"279":12,"28":409,"281":16,"282":48,"291":11,"292":120,"30":20,"302":2,"31":51,"314":8,"317":1,"32":19,"33":135,"34":39,"347":21,"35":13,"352":616,"36":134,"37":30,"38":460,"380":4,"381":22,"383":25,"389":3,"39":61,"391":21,"396":3,"397":21,"40":60,"409":25,"41":69,"414":28,"415":64,"419":13,"42":68,"43":43,"430":25,"434":1,"44":63,"45":54,"46":155,"48":57,"49":53,"5":759,"51":27,"52":102,"53":41,"56":21,"570":12,"6":69,"63":27,"7":517,"79":30,"8":243,"80":34,"9":133,"all_client":85764,"all_tv_clinet":13014,"insert_time":"2014-08-21T06:34:07.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72606,"10":15,"107":470,"11":461,"12":164,"13":434,"14":67,"15":61,"155":12,"156":18,"158":42,"159":22,"16":89,"160":11,"161":186,"167":28,"17":210,"18":597,"19":325,"20":128,"209":73,"21":606,"210":5,"211":6,"214":13,"215":36,"221":241,"223":716,"224":219,"225":399,"23":296,"24":1168,"25":353,"257":54,"26":200,"268":5,"27":75,"273":72,"276":18,"279":10,"28":393,"281":16,"282":48,"291":10,"292":124,"30":21,"302":2,"31":45,"314":6,"317":1,"32":18,"33":135,"34":39,"347":25,"35":13,"352":624,"36":131,"37":31,"38":463,"380":3,"381":19,"383":24,"389":3,"39":59,"391":21,"396":3,"397":22,"40":58,"409":26,"41":67,"414":23,"415":65,"419":13,"42":71,"426":2,"43":40,"430":27,"434":1,"44":57,"45":59,"46":156,"48":59,"49":58,"5":765,"51":29,"52":105,"53":42,"56":18,"570":12,"6":66,"63":27,"7":522,"79":29,"8":236,"80":30,"9":128,"all_client":85601,"all_tv_clinet":12995,"insert_time":"2014-08-21T06:35:08.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72531,"10":15,"107":471,"11":462,"12":169,"13":435,"14":67,"15":60,"155":11,"156":18,"158":43,"159":22,"16":88,"160":11,"161":180,"167":30,"17":206,"18":604,"19":321,"20":128,"209":73,"21":611,"210":5,"211":5,"214":11,"215":38,"221":243,"223":721,"224":221,"225":391,"23":298,"24":1183,"25":359,"257":49,"26":179,"268":5,"27":70,"273":76,"276":19,"279":11,"28":383,"281":15,"282":47,"291":10,"292":127,"30":22,"302":2,"31":41,"314":5,"32":16,"33":136,"34":38,"347":28,"35":14,"352":618,"36":134,"37":31,"38":469,"380":3,"381":20,"383":22,"389":3,"39":59,"391":24,"396":3,"397":21,"40":63,"409":24,"41":69,"414":21,"415":67,"419":13,"42":70,"426":3,"43":43,"430":27,"434":1,"44":49,"45":59,"46":154,"48":59,"49":65,"5":773,"51":31,"52":106,"53":44,"56":16,"570":12,"6":63,"63":27,"7":519,"79":29,"8":227,"80":30,"9":132,"all_client":85527,"all_tv_clinet":12996,"insert_time":"2014-08-21T06:36:39.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72559,"10":19,"107":483,"11":477,"12":164,"13":426,"14":68,"15":60,"155":13,"156":18,"158":39,"159":20,"16":90,"160":12,"161":179,"167":32,"17":209,"18":584,"19":320,"20":133,"209":77,"21":621,"210":6,"211":5,"214":9,"215":40,"221":239,"223":736,"224":222,"225":405,"23":294,"24":1172,"25":370,"257":48,"26":150,"268":5,"27":64,"273":80,"276":19,"279":9,"28":380,"281":16,"282":46,"291":10,"292":129,"30":22,"302":2,"31":37,"314":5,"32":17,"33":129,"34":38,"347":28,"35":17,"352":625,"36":140,"37":29,"38":465,"380":3,"381":22,"383":22,"389":3,"39":64,"391":26,"396":1,"397":23,"40":66,"409":26,"41":74,"414":21,"415":71,"419":10,"42":71,"426":3,"43":42,"430":27,"434":1,"44":41,"45":62,"46":166,"48":60,"49":76,"5":781,"51":34,"52":114,"53":48,"56":15,"570":11,"6":66,"63":26,"7":492,"79":30,"8":226,"80":30,"9":133,"all_client":85598,"all_tv_clinet":13039,"insert_time":"2014-08-21T06:37:40.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72523,"10":22,"107":478,"11":472,"12":156,"13":447,"14":63,"15":58,"155":13,"156":16,"158":39,"159":20,"16":84,"160":11,"161":193,"167":32,"17":213,"18":576,"19":328,"20":141,"209":77,"21":629,"210":6,"211":5,"214":9,"215":43,"221":227,"223":742,"224":225,"225":435,"23":297,"24":1134,"25":379,"257":48,"26":141,"268":5,"27":62,"273":84,"276":19,"279":9,"28":380,"281":17,"282":45,"291":10,"292":115,"30":18,"302":2,"31":39,"314":4,"317":1,"32":15,"33":129,"34":37,"347":28,"35":21,"352":606,"36":136,"37":27,"38":456,"380":3,"381":27,"383":24,"389":3,"39":58,"391":26,"397":23,"40":68,"409":28,"41":77,"414":25,"415":70,"419":10,"42":70,"426":3,"43":41,"430":25,"434":1,"44":38,"45":62,"46":167,"48":64,"49":84,"5":787,"51":32,"52":109,"53":52,"56":14,"570":10,"6":69,"63":26,"7":475,"79":30,"8":220,"80":30,"9":137,"all_client":85535,"all_tv_clinet":13012,"insert_time":"2014-08-21T06:38:40.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72459,"10":21,"107":491,"11":473,"12":145,"13":461,"14":64,"15":62,"155":14,"156":15,"158":34,"159":21,"16":86,"160":10,"161":195,"167":31,"17":215,"18":573,"19":332,"20":142,"209":75,"21":629,"210":6,"211":5,"214":9,"215":46,"221":228,"223":762,"224":220,"225":440,"23":300,"24":1100,"25":389,"257":50,"26":127,"268":5,"27":60,"273":92,"276":19,"279":10,"28":377,"281":15,"282":45,"291":10,"292":107,"30":18,"302":2,"31":36,"314":5,"317":1,"32":15,"33":122,"34":36,"347":29,"35":28,"352":606,"36":130,"37":25,"38":444,"380":3,"381":27,"383":21,"389":3,"39":56,"391":26,"396":2,"397":23,"40":71,"409":26,"41":79,"414":27,"415":65,"419":9,"42":66,"426":3,"43":35,"430":25,"434":1,"44":31,"45":62,"46":175,"48":65,"49":82,"5":813,"51":32,"52":104,"53":53,"56":10,"570":11,"6":72,"63":25,"7":471,"79":31,"8":222,"80":30,"9":140,"all_client":85464,"all_tv_clinet":13005,"insert_time":"2014-08-21T06:39:43.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72428,"10":22,"107":489,"11":493,"12":139,"13":472,"14":67,"15":61,"155":13,"156":14,"158":36,"159":22,"16":86,"160":10,"161":206,"167":31,"168":2,"17":218,"18":576,"19":333,"20":142,"209":79,"21":626,"210":5,"211":4,"214":9,"215":49,"221":226,"223":742,"224":220,"225":450,"23":297,"24":1061,"25":403,"257":49,"26":114,"268":4,"27":60,"273":98,"276":18,"279":10,"28":369,"281":16,"282":44,"291":10,"292":103,"30":18,"302":2,"31":38,"314":6,"317":1,"32":16,"33":119,"34":35,"347":27,"35":31,"352":600,"36":135,"37":29,"38":431,"380":3,"381":29,"383":20,"389":3,"39":63,"391":28,"396":2,"397":24,"40":73,"409":28,"41":79,"414":26,"415":68,"419":9,"42":63,"426":3,"43":35,"430":25,"434":1,"44":30,"45":65,"46":175,"48":65,"49":80,"5":806,"51":32,"52":94,"53":53,"56":10,"570":10,"6":79,"63":25,"7":467,"79":35,"8":219,"80":30,"9":141,"all_client":85412,"all_tv_clinet":12984,"insert_time":"2014-08-21T06:40:44.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72399,"10":21,"107":486,"11":513,"12":135,"13":453,"14":62,"15":64,"155":13,"156":16,"158":33,"159":23,"16":88,"160":8,"161":204,"167":30,"168":2,"17":219,"18":576,"19":337,"20":137,"209":77,"21":641,"210":4,"211":4,"214":8,"215":53,"221":221,"223":728,"224":215,"225":457,"23":294,"24":1037,"25":411,"257":51,"26":105,"268":7,"27":61,"273":97,"276":15,"279":9,"28":364,"281":16,"282":44,"291":12,"292":103,"30":15,"302":2,"31":41,"314":6,"317":1,"32":19,"33":119,"34":34,"347":26,"35":38,"352":607,"36":134,"37":29,"38":439,"380":4,"381":30,"383":21,"389":3,"39":65,"391":28,"396":2,"397":24,"40":80,"409":27,"41":77,"414":22,"415":66,"419":9,"42":59,"426":3,"43":32,"430":25,"434":1,"44":26,"45":67,"46":176,"48":68,"49":82,"5":814,"51":33,"52":83,"53":50,"56":11,"570":9,"6":82,"63":26,"7":458,"79":35,"8":220,"80":30,"9":139,"all_client":85350,"all_tv_clinet":12951,"insert_time":"2014-08-21T06:41:44.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72277,"10":22,"107":479,"11":503,"12":128,"13":435,"14":64,"15":66,"155":14,"156":17,"158":32,"159":21,"16":86,"160":9,"161":217,"167":34,"168":2,"17":226,"18":585,"19":338,"20":139,"209":72,"21":651,"210":4,"211":5,"214":8,"215":56,"221":216,"223":722,"224":220,"225":457,"23":279,"24":1039,"25":416,"257":49,"26":104,"268":8,"27":59,"273":88,"276":15,"279":7,"28":360,"281":14,"282":46,"291":13,"292":108,"30":15,"302":2,"31":41,"314":5,"317":1,"32":21,"33":114,"34":33,"347":25,"35":41,"352":610,"36":136,"37":32,"38":448,"380":4,"381":29,"383":23,"389":3,"39":64,"391":29,"396":1,"397":24,"40":86,"409":27,"41":75,"414":23,"415":65,"419":9,"42":58,"426":3,"43":28,"430":26,"434":1,"44":25,"45":64,"46":175,"48":69,"49":86,"5":832,"51":35,"52":76,"53":51,"56":12,"570":9,"6":84,"63":28,"7":464,"79":34,"8":214,"80":30,"9":138,"all_client":85238,"all_tv_clinet":12961,"insert_time":"2014-08-21T06:42:45.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72219,"10":21,"107":473,"11":488,"12":122,"13":418,"14":71,"15":68,"155":14,"156":16,"158":32,"159":22,"16":81,"160":8,"161":223,"167":33,"168":3,"17":227,"18":586,"19":351,"20":142,"209":69,"21":624,"210":4,"211":5,"214":9,"215":61,"221":218,"223":710,"224":225,"225":457,"23":269,"24":1054,"25":415,"257":52,"26":94,"268":9,"27":55,"273":75,"276":15,"279":8,"28":359,"281":14,"282":47,"291":14,"292":108,"30":15,"302":2,"31":40,"314":6,"317":1,"32":23,"33":112,"34":29,"347":26,"35":42,"352":624,"36":132,"37":34,"38":455,"380":4,"381":29,"383":21,"389":3,"39":65,"391":30,"396":3,"397":24,"40":91,"409":24,"41":77,"414":24,"415":63,"419":9,"42":52,"426":3,"43":27,"430":27,"434":1,"44":25,"45":64,"46":183,"48":76,"49":88,"5":844,"51":39,"52":69,"53":48,"56":11,"570":9,"6":86,"63":27,"7":471,"79":30,"8":208,"80":30,"9":140,"all_client":85154,"all_tv_clinet":12935,"insert_time":"2014-08-21T06:43:45.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72206,"10":19,"107":467,"11":451,"12":115,"13":407,"14":80,"15":70,"155":16,"156":16,"158":30,"159":24,"16":81,"160":8,"161":227,"167":33,"168":3,"17":222,"18":575,"19":358,"20":137,"209":67,"21":605,"210":3,"211":5,"214":10,"215":66,"221":216,"223":726,"224":229,"225":460,"23":265,"24":1062,"25":415,"257":55,"26":92,"268":10,"27":52,"273":69,"276":14,"279":7,"28":369,"281":14,"282":46,"291":15,"292":109,"30":16,"302":1,"31":41,"314":6,"32":22,"33":105,"34":27,"347":27,"35":48,"352":623,"36":136,"37":34,"38":466,"380":4,"381":28,"383":19,"389":3,"39":68,"391":31,"396":3,"397":24,"40":91,"409":22,"41":80,"414":26,"415":62,"419":9,"42":52,"426":2,"43":28,"430":28,"433":1,"434":1,"44":25,"45":67,"46":190,"48":74,"49":84,"5":845,"51":39,"52":71,"53":47,"56":10,"570":9,"6":92,"63":27,"7":489,"79":32,"8":202,"80":31,"9":133,"all_client":85127,"all_tv_clinet":12921,"insert_time":"2014-08-21T06:44:46.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72137,"10":17,"107":460,"11":433,"12":110,"13":396,"14":89,"15":75,"155":18,"156":16,"158":29,"159":26,"16":84,"160":8,"161":225,"167":33,"168":3,"17":214,"18":575,"19":355,"20":132,"209":62,"21":574,"210":3,"211":5,"214":12,"215":63,"221":219,"223":740,"224":243,"225":467,"23":271,"24":1062,"25":425,"257":57,"26":85,"268":10,"27":53,"273":72,"276":12,"279":6,"28":375,"281":18,"282":42,"291":14,"292":112,"30":15,"302":1,"31":41,"314":6,"32":21,"33":105,"34":31,"347":28,"35":48,"352":626,"36":129,"37":36,"38":473,"380":3,"381":29,"383":17,"389":3,"39":66,"391":32,"396":3,"397":25,"40":94,"409":20,"41":79,"414":26,"415":65,"419":9,"42":52,"426":3,"43":27,"430":28,"433":1,"434":1,"44":23,"45":70,"46":190,"48":79,"49":83,"5":853,"51":37,"52":71,"53":48,"56":9,"570":7,"6":92,"63":23,"7":492,"79":33,"8":199,"80":31,"9":134,"all_client":85054,"all_tv_clinet":12917,"insert_time":"2014-08-21T06:45:47.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72033,"10":17,"107":467,"11":429,"12":106,"13":387,"14":84,"15":84,"155":18,"156":16,"158":29,"159":24,"16":82,"160":9,"161":220,"167":35,"168":2,"17":201,"18":574,"19":362,"20":128,"209":62,"21":567,"210":4,"211":5,"214":11,"215":69,"221":219,"223":750,"224":242,"225":470,"23":273,"24":1080,"25":425,"257":52,"26":74,"268":8,"27":49,"273":73,"276":12,"279":5,"28":384,"281":18,"282":40,"291":12,"292":117,"30":17,"302":1,"31":45,"314":6,"32":22,"33":105,"34":33,"347":27,"35":52,"352":624,"36":128,"37":36,"38":471,"380":2,"381":30,"383":17,"389":3,"39":62,"391":31,"396":2,"397":25,"40":95,"409":20,"41":85,"414":26,"415":64,"419":9,"42":50,"426":3,"43":31,"430":26,"433":1,"434":1,"44":22,"45":62,"46":195,"48":79,"49":84,"5":861,"51":36,"52":72,"53":50,"56":9,"570":6,"6":96,"63":24,"7":493,"79":30,"8":197,"80":29,"9":137,"all_client":84960,"all_tv_clinet":12927,"insert_time":"2014-08-21T06:46:47.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71996,"10":17,"107":468,"11":432,"12":109,"13":373,"14":77,"15":88,"155":16,"156":19,"158":23,"159":23,"16":81,"160":9,"161":211,"167":37,"168":2,"17":191,"18":572,"19":362,"20":128,"209":58,"21":553,"210":4,"211":5,"214":12,"215":72,"221":226,"223":760,"224":251,"225":471,"23":267,"24":1082,"25":427,"257":50,"26":67,"268":8,"27":49,"273":73,"276":14,"279":5,"28":390,"281":17,"282":37,"291":10,"292":124,"30":23,"302":1,"31":48,"314":6,"32":24,"33":105,"34":34,"347":26,"35":51,"352":622,"36":126,"37":40,"38":460,"380":3,"381":29,"383":18,"389":3,"39":60,"391":28,"396":2,"397":24,"40":101,"409":19,"41":89,"414":23,"415":61,"419":10,"42":46,"426":2,"43":35,"430":25,"433":1,"434":2,"44":21,"45":52,"46":203,"48":78,"49":94,"5":868,"51":35,"52":72,"53":51,"56":11,"570":8,"6":103,"63":24,"7":501,"79":29,"8":188,"80":29,"9":135,"all_client":84915,"all_tv_clinet":12919,"insert_time":"2014-08-21T06:47:48.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71971,"10":16,"107":482,"11":434,"12":111,"13":359,"14":72,"15":86,"155":15,"156":19,"158":23,"159":23,"16":82,"160":9,"161":186,"167":37,"168":2,"17":182,"18":570,"19":362,"20":129,"209":56,"21":549,"210":4,"211":4,"214":11,"215":76,"221":228,"223":755,"224":252,"225":467,"23":263,"24":1102,"25":433,"257":50,"26":66,"268":8,"27":49,"273":74,"276":15,"279":5,"28":382,"281":15,"282":35,"291":10,"292":128,"30":24,"302":2,"31":48,"314":6,"32":22,"33":101,"34":31,"347":29,"35":48,"352":623,"36":128,"37":44,"38":460,"380":3,"381":31,"383":20,"389":3,"39":60,"391":27,"396":2,"397":24,"40":107,"409":19,"41":99,"414":17,"415":62,"419":11,"42":43,"426":2,"43":35,"430":24,"433":1,"434":2,"44":22,"45":52,"46":212,"48":82,"49":93,"5":868,"51":33,"52":70,"53":53,"56":11,"570":8,"6":109,"63":24,"7":487,"79":32,"8":185,"80":28,"9":132,"all_client":84866,"all_tv_clinet":12895,"insert_time":"2014-08-21T06:48:48.909Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71728,"10":13,"107":478,"11":445,"12":109,"13":354,"14":65,"15":91,"155":15,"156":19,"158":23,"159":23,"16":84,"160":8,"161":175,"167":34,"168":2,"17":179,"18":573,"19":358,"20":134,"209":55,"21":537,"210":4,"211":4,"214":11,"215":73,"221":226,"223":764,"224":247,"225":456,"23":248,"24":1110,"25":445,"257":49,"26":68,"268":9,"27":55,"273":78,"276":15,"279":2,"28":378,"281":14,"282":31,"291":10,"292":132,"30":26,"302":3,"31":50,"314":7,"32":20,"33":90,"34":28,"347":29,"35":46,"352":624,"36":133,"37":43,"38":452,"380":3,"381":32,"383":20,"389":2,"39":58,"391":24,"396":2,"397":24,"40":104,"409":15,"41":100,"414":16,"415":61,"419":11,"42":47,"426":3,"43":34,"430":25,"434":2,"44":20,"45":50,"46":213,"48":83,"49":94,"5":868,"51":33,"52":71,"53":55,"56":9,"570":8,"6":108,"63":23,"7":495,"79":35,"8":180,"80":26,"9":129,"all_client":84565,"all_tv_clinet":12837,"insert_time":"2014-08-21T06:49:49.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71744,"10":12,"107":467,"11":456,"12":118,"13":345,"14":65,"15":90,"155":16,"156":20,"158":24,"159":23,"16":87,"160":8,"161":158,"167":36,"168":4,"17":176,"18":573,"19":353,"20":129,"209":51,"21":527,"210":4,"211":5,"214":9,"215":75,"221":231,"223":767,"224":245,"225":451,"23":246,"24":1122,"25":446,"257":51,"26":68,"268":7,"27":59,"273":78,"276":14,"279":2,"28":375,"281":13,"282":31,"291":8,"292":130,"30":31,"302":3,"31":54,"314":7,"32":19,"33":90,"34":31,"347":30,"35":49,"352":618,"36":132,"37":45,"38":458,"380":3,"381":34,"383":19,"389":2,"39":55,"391":25,"396":2,"397":24,"40":104,"409":12,"41":100,"414":16,"415":67,"419":11,"42":50,"426":4,"43":32,"430":24,"434":1,"44":22,"45":44,"46":218,"48":84,"49":96,"5":849,"51":36,"52":75,"53":50,"56":8,"570":8,"6":106,"63":22,"7":502,"79":35,"8":182,"80":26,"9":130,"all_client":84564,"all_tv_clinet":12820,"insert_time":"2014-08-21T06:50:50.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71620,"10":10,"107":473,"11":463,"12":121,"13":338,"14":64,"15":87,"155":17,"156":19,"158":25,"159":27,"16":88,"160":8,"161":152,"167":34,"168":5,"17":174,"18":562,"19":353,"20":138,"209":50,"21":525,"210":4,"211":5,"214":9,"215":76,"221":233,"223":765,"224":248,"225":453,"23":245,"24":1125,"25":438,"257":50,"26":64,"268":7,"27":61,"273":77,"276":15,"279":1,"28":377,"281":15,"282":31,"291":8,"292":132,"30":31,"302":4,"31":59,"314":7,"32":19,"33":92,"34":29,"347":30,"35":50,"352":612,"36":128,"37":43,"38":465,"380":3,"381":33,"383":22,"389":2,"39":53,"391":25,"396":1,"397":22,"40":103,"409":12,"41":102,"414":16,"415":63,"419":12,"42":55,"426":5,"43":31,"430":23,"434":1,"44":21,"45":46,"46":214,"48":87,"49":94,"5":805,"51":34,"52":80,"53":48,"56":8,"570":8,"6":111,"63":23,"7":523,"79":37,"8":189,"80":25,"9":131,"all_client":84429,"all_tv_clinet":12809,"insert_time":"2014-08-21T06:51:50.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71544,"10":10,"107":469,"11":466,"12":125,"13":338,"14":66,"15":86,"155":18,"156":18,"158":25,"159":29,"16":88,"160":10,"161":146,"167":34,"168":4,"17":168,"18":553,"19":361,"20":140,"209":50,"21":532,"210":4,"211":6,"214":9,"215":75,"221":230,"223":776,"224":249,"225":467,"23":239,"24":1134,"25":440,"257":53,"26":59,"268":7,"27":60,"273":74,"276":16,"279":3,"28":379,"281":15,"282":29,"291":8,"292":125,"30":33,"302":5,"31":59,"314":7,"32":20,"33":92,"34":27,"347":29,"35":52,"352":610,"36":121,"37":43,"38":464,"380":3,"381":30,"383":22,"389":2,"39":51,"391":25,"396":1,"397":22,"40":106,"409":14,"41":106,"414":15,"415":62,"419":12,"42":55,"426":4,"43":32,"430":21,"434":2,"44":19,"45":45,"46":218,"48":90,"49":90,"5":772,"51":31,"52":83,"53":44,"56":8,"570":8,"6":112,"63":22,"7":529,"79":36,"8":197,"80":26,"9":131,"all_client":84345,"all_tv_clinet":12801,"insert_time":"2014-08-21T06:52:51.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71472,"10":10,"107":462,"11":470,"12":124,"13":329,"14":67,"15":82,"155":19,"156":16,"158":27,"159":27,"16":85,"160":11,"161":156,"167":32,"168":3,"17":162,"18":547,"19":370,"20":144,"209":48,"21":539,"210":4,"211":6,"214":9,"215":77,"221":233,"223":794,"224":237,"225":482,"23":244,"24":1121,"25":435,"257":51,"26":60,"268":6,"27":61,"273":80,"276":16,"279":3,"28":384,"281":15,"282":29,"291":10,"292":117,"30":37,"302":7,"31":56,"314":6,"32":19,"33":91,"34":26,"347":28,"35":52,"352":617,"36":120,"37":47,"38":456,"380":2,"381":29,"383":20,"389":2,"39":50,"391":25,"396":2,"397":22,"40":112,"409":17,"41":105,"414":13,"415":63,"419":13,"42":60,"426":3,"43":37,"430":20,"434":2,"44":21,"45":39,"46":218,"48":91,"49":80,"5":752,"51":32,"52":89,"53":44,"56":8,"570":8,"6":113,"63":22,"7":517,"79":36,"8":198,"80":27,"9":138,"all_client":84268,"all_tv_clinet":12796,"insert_time":"2014-08-21T06:53:51.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71490,"10":12,"107":458,"11":458,"12":126,"13":341,"14":66,"15":79,"155":19,"156":16,"158":27,"159":26,"16":85,"160":14,"161":168,"167":32,"168":4,"17":167,"18":541,"19":372,"20":146,"209":45,"21":547,"210":4,"211":6,"214":10,"215":76,"221":232,"223":788,"224":210,"225":474,"23":250,"24":1107,"25":434,"257":50,"26":60,"268":7,"27":66,"273":85,"276":15,"279":3,"28":381,"281":15,"282":29,"291":10,"292":102,"30":39,"302":7,"31":57,"314":5,"32":19,"33":90,"34":29,"347":25,"35":53,"352":619,"36":119,"37":48,"38":458,"380":2,"381":28,"383":22,"389":2,"39":50,"391":24,"396":2,"397":24,"40":115,"409":18,"41":105,"414":13,"415":60,"419":13,"42":64,"426":2,"43":38,"430":18,"434":2,"44":22,"45":38,"46":218,"48":94,"49":78,"5":749,"51":32,"52":95,"53":41,"56":7,"570":6,"6":115,"63":20,"7":503,"79":35,"8":207,"80":26,"9":139,"all_client":84248,"all_tv_clinet":12758,"insert_time":"2014-08-21T06:54:52.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71446,"10":12,"107":455,"11":449,"12":129,"13":344,"14":69,"15":79,"155":19,"156":15,"158":29,"159":26,"16":87,"160":13,"161":176,"167":31,"168":3,"17":170,"18":528,"19":371,"20":148,"209":40,"21":558,"210":3,"211":6,"214":10,"215":71,"221":232,"223":793,"224":186,"225":490,"23":259,"24":1093,"25":434,"257":50,"26":61,"268":7,"27":65,"273":88,"276":14,"279":2,"28":374,"281":15,"282":29,"291":9,"292":103,"30":44,"302":9,"31":61,"314":5,"32":20,"33":92,"34":29,"347":25,"35":52,"352":633,"36":118,"37":48,"38":452,"380":3,"381":29,"383":23,"389":2,"39":49,"391":26,"396":1,"397":23,"40":119,"409":15,"41":106,"414":12,"415":60,"419":13,"42":68,"426":4,"43":33,"430":18,"434":2,"44":24,"45":41,"46":212,"48":100,"49":74,"5":739,"51":32,"52":94,"53":40,"56":8,"570":7,"6":124,"63":20,"7":509,"79":33,"8":214,"80":27,"9":138,"all_client":84221,"all_tv_clinet":12775,"insert_time":"2014-08-21T06:55:53.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71370,"10":11,"107":470,"11":449,"12":129,"13":352,"14":68,"15":81,"155":19,"156":15,"158":29,"159":26,"16":85,"160":11,"161":179,"167":30,"168":4,"17":176,"18":525,"19":368,"20":148,"209":39,"21":560,"210":3,"211":6,"214":11,"215":62,"221":232,"223":791,"224":166,"225":493,"23":262,"24":1094,"25":430,"257":50,"26":62,"268":7,"27":67,"273":86,"276":13,"279":3,"28":369,"281":16,"282":29,"291":9,"292":102,"30":45,"302":8,"31":62,"314":5,"32":21,"33":93,"34":27,"347":24,"35":54,"352":631,"36":111,"37":47,"38":459,"380":4,"381":25,"383":24,"389":3,"39":50,"391":29,"396":1,"397":23,"40":114,"409":20,"41":106,"414":11,"415":55,"419":12,"42":70,"426":4,"43":32,"430":16,"434":2,"44":24,"45":47,"46":194,"48":97,"49":66,"5":742,"51":34,"52":97,"53":37,"56":8,"570":7,"6":129,"63":20,"7":513,"79":34,"8":219,"80":27,"9":140,"all_client":84130,"all_tv_clinet":12760,"insert_time":"2014-08-21T06:56:54.555Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71331,"10":10,"107":465,"11":452,"12":133,"13":359,"14":61,"15":82,"155":20,"156":13,"158":30,"159":26,"16":82,"160":11,"161":185,"167":29,"168":4,"17":185,"18":500,"19":352,"20":145,"209":39,"21":561,"210":3,"211":6,"214":10,"215":56,"221":234,"223":816,"224":155,"225":494,"23":266,"24":1095,"25":432,"257":51,"26":59,"268":5,"27":69,"273":84,"276":18,"279":5,"28":372,"281":16,"282":27,"291":8,"292":103,"30":48,"302":8,"31":59,"314":5,"32":20,"33":97,"34":27,"347":25,"35":56,"352":621,"36":112,"37":48,"38":459,"380":4,"381":29,"383":22,"389":3,"39":54,"391":28,"396":1,"397":24,"40":115,"409":21,"41":112,"414":10,"415":56,"419":11,"42":69,"426":3,"43":33,"430":15,"431":1,"434":2,"44":23,"45":51,"46":171,"48":100,"49":62,"5":749,"51":34,"52":99,"53":39,"56":8,"570":7,"6":125,"63":20,"7":508,"79":32,"8":224,"80":28,"9":146,"all_client":84083,"all_tv_clinet":12752,"insert_time":"2014-08-21T06:57:55.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71278,"10":9,"107":464,"11":456,"12":129,"13":362,"14":58,"15":89,"155":20,"156":13,"158":31,"159":27,"16":82,"160":10,"161":192,"167":30,"168":4,"17":186,"18":492,"19":329,"20":141,"209":39,"21":579,"210":3,"211":6,"214":9,"215":53,"221":232,"223":819,"224":143,"225":497,"23":276,"24":1107,"25":438,"257":52,"26":58,"268":4,"27":70,"273":81,"276":19,"279":6,"28":368,"281":17,"282":26,"291":9,"292":106,"30":47,"302":7,"31":58,"314":4,"32":22,"33":101,"34":27,"347":28,"35":57,"352":618,"36":111,"37":50,"38":461,"380":4,"381":28,"383":21,"389":3,"39":53,"391":27,"396":2,"397":25,"40":115,"409":22,"41":112,"414":11,"415":58,"419":10,"42":70,"426":3,"43":35,"430":15,"431":1,"434":2,"44":24,"45":51,"46":163,"48":102,"49":58,"5":757,"51":37,"52":100,"53":38,"56":10,"570":7,"6":126,"63":20,"7":500,"79":33,"8":233,"80":29,"9":142,"all_client":84057,"all_tv_clinet":12779,"insert_time":"2014-08-21T06:58:55.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71187,"10":9,"107":464,"11":470,"12":122,"13":362,"14":59,"15":92,"155":20,"156":13,"158":34,"159":25,"16":79,"160":10,"161":189,"167":31,"168":4,"17":193,"18":471,"19":303,"20":138,"209":37,"21":589,"210":3,"211":6,"214":9,"215":54,"221":225,"223":825,"224":135,"225":486,"23":277,"24":1123,"25":429,"257":58,"26":56,"268":4,"27":71,"273":74,"276":20,"279":5,"28":367,"281":17,"282":25,"291":9,"292":111,"30":47,"302":8,"31":60,"314":4,"32":20,"33":101,"34":26,"347":27,"35":55,"352":609,"36":117,"37":53,"38":463,"380":3,"381":32,"383":20,"389":3,"39":54,"391":26,"396":4,"397":25,"40":116,"409":20,"41":118,"414":10,"415":60,"419":10,"42":71,"426":3,"43":34,"430":15,"431":1,"434":2,"44":30,"45":55,"46":155,"48":106,"49":53,"5":750,"51":40,"52":103,"53":39,"56":12,"570":7,"6":127,"63":20,"7":496,"79":30,"8":236,"80":28,"9":142,"all_client":83936,"all_tv_clinet":12749,"insert_time":"2014-08-21T06:59:56.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71187,"10":10,"107":476,"11":472,"12":111,"13":363,"14":62,"15":94,"155":19,"156":12,"158":34,"159":24,"16":82,"160":9,"161":182,"167":28,"168":4,"17":193,"18":454,"19":285,"20":138,"209":35,"21":600,"210":3,"211":6,"214":9,"215":46,"221":226,"223":831,"224":134,"225":488,"23":267,"24":1145,"25":428,"257":51,"26":54,"268":4,"27":74,"273":71,"276":21,"279":5,"28":363,"281":17,"282":24,"291":9,"292":112,"30":48,"302":8,"31":62,"314":4,"32":22,"33":100,"34":25,"347":21,"35":58,"352":602,"36":116,"37":52,"38":454,"380":3,"381":31,"383":23,"389":3,"39":56,"391":25,"396":6,"397":26,"40":117,"409":24,"41":115,"414":6,"415":57,"419":11,"42":70,"426":3,"43":36,"430":15,"431":1,"434":2,"44":29,"45":57,"46":151,"48":102,"49":51,"5":745,"51":41,"52":104,"53":38,"56":14,"570":7,"6":125,"63":20,"7":493,"79":29,"8":240,"80":28,"9":142,"all_client":83880,"all_tv_clinet":12693,"insert_time":"2014-08-21T07:00:57.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71120,"10":9,"107":476,"11":473,"12":109,"13":357,"14":65,"15":89,"155":18,"156":13,"158":32,"159":23,"16":80,"160":9,"161":164,"167":27,"168":5,"17":197,"18":450,"19":278,"20":137,"209":34,"21":605,"210":3,"211":6,"214":10,"215":40,"221":230,"223":830,"224":129,"225":475,"23":265,"24":1153,"25":440,"257":54,"26":48,"268":5,"27":76,"273":67,"276":22,"279":6,"28":363,"281":15,"282":25,"291":9,"292":115,"30":45,"302":7,"31":63,"314":3,"32":21,"33":99,"34":30,"347":19,"35":59,"352":616,"36":118,"37":53,"38":454,"380":3,"381":30,"383":23,"389":3,"39":57,"391":27,"396":5,"397":27,"40":115,"409":23,"41":114,"414":5,"415":59,"419":12,"42":72,"426":3,"43":38,"430":16,"431":1,"434":2,"44":30,"45":59,"46":150,"48":101,"49":47,"5":756,"51":44,"52":108,"53":39,"56":16,"570":6,"6":119,"63":19,"7":498,"79":28,"8":241,"80":27,"9":146,"all_client":83812,"all_tv_clinet":12692,"insert_time":"2014-08-21T07:01:57.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71071,"10":11,"107":460,"11":471,"12":112,"13":350,"14":70,"15":87,"155":18,"156":11,"158":30,"159":28,"16":76,"160":9,"161":157,"167":25,"168":5,"17":201,"18":443,"19":264,"20":137,"209":30,"21":612,"210":4,"211":6,"214":10,"215":40,"221":225,"223":842,"224":127,"225":457,"23":263,"24":1174,"25":447,"257":56,"26":44,"268":4,"27":77,"273":68,"276":21,"279":10,"28":356,"281":15,"282":24,"291":10,"292":117,"30":45,"302":7,"31":63,"314":4,"32":23,"33":101,"34":30,"347":19,"35":59,"352":613,"36":115,"37":51,"38":455,"380":3,"381":32,"383":24,"389":2,"39":61,"391":25,"396":3,"397":26,"40":118,"409":21,"41":119,"414":5,"415":62,"419":12,"42":71,"426":3,"43":36,"430":15,"431":1,"434":1,"44":30,"45":59,"46":147,"48":102,"49":48,"5":748,"51":48,"52":109,"53":38,"56":18,"570":5,"6":121,"63":21,"7":508,"79":26,"8":243,"80":27,"9":144,"all_client":83742,"all_tv_clinet":12671,"insert_time":"2014-08-21T07:02:58.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71003,"10":12,"107":441,"11":483,"12":117,"13":346,"14":76,"15":84,"155":18,"156":10,"158":30,"159":28,"16":77,"160":9,"161":156,"167":25,"168":4,"17":202,"18":436,"19":257,"20":135,"209":32,"21":616,"210":4,"211":5,"214":10,"215":42,"221":232,"223":838,"224":117,"225":443,"23":262,"24":1196,"25":450,"257":55,"26":43,"268":5,"27":79,"273":68,"276":20,"279":12,"28":356,"281":14,"282":24,"291":10,"292":116,"30":42,"302":8,"31":63,"314":4,"32":27,"33":99,"34":33,"347":19,"35":56,"352":622,"36":119,"37":51,"38":448,"380":3,"381":29,"383":20,"389":2,"39":63,"391":26,"396":3,"397":26,"40":121,"409":19,"41":115,"414":6,"415":64,"419":11,"42":69,"426":2,"43":38,"430":15,"431":1,"434":1,"44":30,"45":62,"46":138,"48":101,"49":48,"5":744,"51":48,"52":114,"53":39,"56":17,"570":6,"6":120,"63":21,"7":517,"79":27,"8":251,"80":28,"9":139,"all_client":83673,"all_tv_clinet":12670,"insert_time":"2014-08-21T07:03:58.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70965,"10":12,"107":453,"11":498,"12":116,"13":342,"14":76,"15":78,"155":18,"156":9,"158":30,"159":26,"16":78,"160":10,"161":158,"167":25,"168":5,"17":205,"18":428,"19":250,"20":138,"209":33,"21":628,"210":4,"211":5,"214":9,"215":40,"221":232,"223":833,"224":112,"225":438,"23":262,"24":1211,"25":445,"257":56,"26":44,"268":5,"27":82,"273":67,"276":19,"279":12,"28":351,"281":14,"282":23,"291":10,"292":116,"30":43,"302":6,"31":63,"314":4,"32":27,"33":97,"34":38,"347":16,"35":55,"352":615,"36":120,"37":53,"38":445,"380":3,"381":31,"383":23,"389":2,"39":68,"391":26,"396":3,"397":25,"40":109,"409":18,"41":113,"414":8,"415":63,"419":15,"42":71,"426":3,"43":39,"430":17,"431":1,"434":1,"44":28,"45":60,"46":135,"48":100,"49":44,"5":742,"51":49,"52":118,"53":35,"56":17,"570":5,"6":113,"63":21,"7":515,"79":25,"8":256,"80":25,"9":134,"all_client":83614,"all_tv_clinet":12649,"insert_time":"2014-08-21T07:04:59.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70952,"10":11,"107":464,"11":502,"12":112,"13":343,"14":78,"15":78,"155":17,"156":8,"158":30,"159":27,"16":78,"160":11,"161":164,"167":24,"168":5,"17":208,"18":428,"19":245,"20":136,"209":39,"21":647,"210":4,"211":6,"214":9,"215":42,"221":230,"223":837,"224":102,"225":424,"23":253,"24":1197,"25":434,"257":52,"26":45,"268":8,"27":81,"273":65,"276":18,"279":13,"28":352,"281":15,"282":20,"291":10,"292":119,"30":44,"302":6,"31":63,"314":4,"32":29,"33":101,"34":44,"347":14,"35":56,"352":609,"36":119,"37":51,"38":459,"380":3,"381":32,"383":24,"389":2,"39":70,"391":26,"396":3,"397":25,"40":94,"409":19,"41":112,"414":7,"415":63,"419":15,"42":70,"426":3,"43":41,"430":19,"431":1,"434":1,"44":27,"45":62,"46":133,"48":103,"49":41,"5":748,"51":45,"52":119,"53":42,"56":16,"570":4,"6":110,"63":20,"7":513,"79":24,"8":262,"80":27,"9":136,"all_client":83604,"all_tv_clinet":12652,"insert_time":"2014-08-21T07:05:59.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70952,"10":11,"107":462,"11":505,"12":113,"13":349,"14":79,"15":78,"155":16,"156":8,"158":29,"159":28,"16":76,"160":9,"161":179,"167":25,"168":5,"17":217,"18":428,"19":240,"20":135,"209":48,"21":657,"210":4,"211":6,"214":8,"215":45,"221":223,"223":838,"224":96,"225":419,"23":255,"24":1173,"25":426,"257":50,"26":45,"268":7,"27":80,"273":68,"276":18,"279":12,"28":356,"281":16,"282":20,"291":10,"292":116,"30":46,"302":6,"31":64,"314":4,"32":29,"33":104,"34":48,"347":13,"35":58,"352":605,"36":119,"37":45,"38":472,"380":3,"381":31,"383":23,"389":2,"39":67,"391":29,"396":2,"397":24,"40":78,"409":24,"41":112,"414":6,"415":63,"419":16,"42":71,"426":5,"43":41,"430":20,"431":1,"434":1,"44":28,"45":63,"46":135,"48":107,"49":37,"5":750,"51":44,"52":123,"53":44,"56":16,"570":4,"6":112,"63":21,"7":495,"79":21,"8":261,"80":28,"9":135,"all_client":83596,"all_tv_clinet":12644,"insert_time":"2014-08-21T07:07:00.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70899,"10":10,"107":467,"11":505,"12":116,"13":363,"14":79,"15":70,"155":16,"156":9,"158":28,"159":29,"16":80,"160":8,"161":197,"167":24,"168":5,"17":228,"18":425,"19":245,"20":137,"209":47,"21":663,"210":4,"211":6,"214":8,"215":44,"221":220,"223":828,"224":92,"225":414,"23":264,"24":1154,"25":402,"257":50,"26":43,"268":6,"27":83,"273":74,"276":18,"279":12,"28":363,"281":16,"282":19,"291":10,"292":106,"30":51,"302":6,"31":59,"314":4,"32":29,"33":107,"34":48,"347":11,"35":60,"352":608,"36":123,"37":44,"38":476,"380":3,"381":32,"383":24,"389":2,"39":67,"391":29,"396":2,"397":25,"40":66,"409":32,"41":114,"414":5,"415":65,"419":15,"42":71,"426":3,"43":40,"430":20,"431":1,"434":1,"44":30,"45":66,"46":132,"48":110,"49":36,"5":758,"51":46,"52":121,"53":48,"56":16,"570":4,"6":112,"63":22,"7":483,"79":22,"8":262,"80":29,"9":144,"all_client":83570,"all_tv_clinet":12671,"insert_time":"2014-08-21T07:08:00.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70912,"10":11,"107":473,"11":506,"12":122,"13":369,"14":79,"15":68,"155":15,"156":10,"158":26,"159":29,"16":82,"160":8,"161":204,"167":26,"168":5,"17":228,"18":432,"19":252,"20":136,"209":48,"21":678,"210":3,"211":6,"214":8,"215":43,"221":216,"223":798,"224":87,"225":414,"23":268,"24":1146,"25":378,"257":48,"26":41,"268":5,"27":84,"273":78,"276":18,"279":12,"28":368,"281":15,"282":21,"291":10,"292":101,"30":53,"302":6,"31":54,"314":5,"32":27,"33":104,"34":54,"347":11,"35":60,"352":619,"36":129,"37":37,"38":486,"380":3,"381":35,"383":17,"389":2,"39":63,"391":30,"396":2,"397":25,"40":60,"409":35,"41":107,"414":5,"415":66,"419":16,"42":73,"426":3,"43":44,"430":21,"431":1,"434":2,"44":31,"45":70,"46":141,"48":102,"49":34,"5":764,"51":44,"52":123,"53":53,"56":18,"570":6,"6":117,"63":22,"7":475,"79":23,"8":260,"80":29,"9":142,"all_client":83596,"all_tv_clinet":12684,"insert_time":"2014-08-21T07:09:01.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70943,"10":10,"107":468,"11":514,"12":121,"13":369,"14":84,"15":64,"155":14,"156":8,"158":27,"159":29,"16":88,"160":9,"161":202,"167":25,"168":5,"17":230,"18":432,"19":264,"20":135,"209":43,"21":674,"210":3,"211":4,"214":9,"215":43,"221":212,"223":755,"224":87,"225":406,"23":269,"24":1160,"25":364,"257":52,"26":40,"268":5,"27":88,"273":81,"276":19,"279":11,"28":359,"281":14,"282":23,"291":10,"292":100,"30":54,"302":6,"31":52,"314":5,"32":25,"33":97,"34":57,"347":13,"35":56,"352":630,"36":131,"37":33,"38":473,"380":3,"381":36,"383":16,"389":2,"39":64,"391":30,"396":2,"397":24,"40":50,"409":38,"41":98,"414":5,"415":63,"419":16,"42":76,"426":1,"43":43,"430":21,"431":1,"434":2,"44":31,"45":73,"46":141,"48":88,"49":31,"5":775,"51":45,"52":125,"53":56,"56":18,"570":6,"6":123,"63":24,"7":467,"79":21,"8":271,"80":30,"9":138,"all_client":83558,"all_tv_clinet":12615,"insert_time":"2014-08-21T07:10:02.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70880,"10":13,"107":467,"11":512,"12":112,"13":373,"14":90,"15":64,"155":11,"156":8,"158":24,"159":29,"16":79,"160":9,"161":202,"167":23,"168":5,"17":233,"18":425,"19":266,"20":135,"209":44,"21":685,"210":4,"211":3,"214":9,"215":45,"221":219,"223":747,"224":87,"225":398,"23":274,"24":1172,"25":340,"257":50,"26":41,"268":5,"27":89,"273":77,"276":19,"279":9,"28":356,"281":13,"282":21,"291":10,"292":97,"30":53,"302":5,"31":47,"314":3,"32":23,"33":94,"34":60,"347":13,"35":53,"352":645,"36":140,"37":31,"38":474,"380":2,"381":34,"383":16,"389":2,"39":67,"391":29,"396":3,"397":24,"40":46,"409":40,"41":89,"414":6,"415":60,"419":18,"42":82,"43":46,"430":23,"431":1,"434":2,"44":37,"45":73,"46":139,"48":81,"49":32,"5":773,"51":41,"52":128,"53":57,"56":21,"570":6,"6":130,"63":26,"7":481,"79":22,"8":276,"80":30,"9":140,"all_client":83498,"all_tv_clinet":12618,"insert_time":"2014-08-21T07:11:02.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70836,"10":13,"107":452,"11":505,"12":105,"13":382,"14":95,"15":63,"155":9,"156":8,"158":23,"159":32,"16":79,"160":8,"161":201,"167":23,"168":5,"17":235,"18":424,"19":268,"20":137,"209":47,"21":686,"210":4,"211":3,"214":10,"215":45,"221":219,"223":751,"224":83,"225":394,"23":275,"24":1193,"25":325,"257":50,"26":41,"268":5,"27":92,"273":83,"276":17,"279":7,"28":360,"281":13,"282":17,"291":10,"292":93,"30":54,"302":5,"31":46,"314":1,"32":23,"33":90,"34":63,"347":11,"35":50,"352":642,"36":137,"37":29,"38":471,"380":2,"381":34,"383":19,"389":2,"39":68,"391":26,"396":2,"397":24,"40":48,"409":46,"41":89,"414":6,"415":55,"419":18,"42":82,"43":44,"430":23,"431":1,"433":1,"434":1,"44":39,"45":77,"46":143,"48":66,"49":32,"5":769,"51":37,"52":125,"53":59,"56":20,"570":6,"6":140,"63":26,"7":501,"79":23,"8":283,"80":30,"9":138,"all_client":83453,"all_tv_clinet":12617,"insert_time":"2014-08-21T07:12:03.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70824,"10":14,"107":447,"11":494,"12":100,"13":398,"14":99,"15":61,"155":7,"156":10,"158":22,"159":34,"16":78,"160":9,"161":198,"167":23,"168":6,"17":236,"18":426,"19":266,"20":141,"209":48,"21":686,"210":4,"211":3,"214":9,"215":45,"221":228,"223":762,"224":82,"225":398,"23":273,"24":1208,"25":325,"257":50,"26":42,"268":4,"27":86,"273":83,"276":17,"279":8,"28":357,"281":12,"282":17,"291":10,"292":87,"30":52,"302":5,"31":45,"314":2,"32":21,"33":92,"34":69,"347":9,"35":50,"352":638,"36":134,"37":30,"38":469,"380":2,"381":32,"383":21,"389":2,"39":67,"391":24,"396":2,"397":24,"40":49,"409":48,"41":89,"414":7,"415":56,"419":16,"42":84,"426":1,"43":44,"430":23,"431":1,"433":1,"434":1,"44":44,"45":76,"46":141,"48":66,"49":34,"5":763,"51":38,"52":121,"53":59,"56":21,"570":6,"6":142,"63":27,"7":506,"79":25,"8":282,"80":31,"9":135,"all_client":83464,"all_tv_clinet":12640,"insert_time":"2014-08-21T07:13:03.919Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70724,"10":13,"107":454,"11":491,"12":97,"13":395,"14":99,"15":60,"155":9,"156":10,"158":21,"159":33,"16":80,"160":8,"161":186,"167":23,"168":6,"17":240,"18":429,"19":275,"20":141,"209":49,"21":696,"210":4,"211":3,"214":10,"215":48,"221":231,"223":769,"224":82,"225":391,"23":278,"24":1223,"25":320,"257":45,"26":42,"268":4,"27":88,"273":82,"276":16,"279":8,"28":359,"281":12,"282":17,"291":9,"292":81,"30":50,"302":5,"31":40,"314":2,"32":19,"33":93,"34":75,"347":8,"35":51,"352":634,"36":128,"37":29,"38":467,"380":2,"381":28,"383":20,"389":2,"39":65,"391":25,"396":2,"397":22,"40":57,"409":52,"41":82,"414":6,"415":56,"419":16,"42":83,"426":1,"43":41,"430":23,"431":1,"433":1,"44":46,"45":79,"46":141,"48":64,"49":33,"5":766,"51":40,"52":121,"53":63,"56":21,"570":8,"6":141,"63":25,"7":507,"79":24,"8":282,"80":32,"9":134,"all_client":83374,"all_tv_clinet":12650,"insert_time":"2014-08-21T07:14:04.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70703,"10":13,"107":454,"11":492,"12":89,"13":398,"14":99,"15":55,"155":10,"156":10,"158":22,"159":30,"16":80,"160":8,"161":179,"167":23,"168":6,"17":248,"18":442,"19":276,"20":139,"209":49,"21":704,"210":4,"211":3,"214":12,"215":49,"221":230,"223":771,"224":77,"225":396,"23":272,"24":1221,"25":316,"257":45,"26":37,"268":4,"27":88,"273":75,"276":16,"279":9,"28":357,"281":12,"282":17,"291":11,"292":78,"30":47,"302":3,"31":42,"314":2,"32":18,"33":97,"34":78,"347":7,"35":49,"352":630,"36":132,"37":28,"38":475,"380":2,"381":25,"383":22,"389":2,"39":67,"391":26,"396":3,"397":23,"40":60,"409":54,"41":78,"414":6,"415":58,"419":15,"42":90,"426":1,"43":39,"430":24,"431":1,"433":1,"44":47,"45":76,"46":138,"48":58,"49":35,"5":767,"51":42,"52":124,"53":67,"56":19,"570":8,"6":138,"63":26,"7":513,"79":24,"8":281,"80":33,"9":134,"all_client":83364,"all_tv_clinet":12661,"insert_time":"2014-08-21T07:15:04.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70624,"10":11,"107":459,"11":493,"12":86,"13":395,"14":101,"15":55,"155":9,"156":8,"158":23,"159":25,"16":83,"160":6,"161":171,"167":24,"168":6,"17":252,"18":450,"19":283,"20":132,"209":47,"21":712,"210":4,"211":2,"214":11,"215":48,"221":228,"223":784,"224":72,"225":387,"23":276,"24":1222,"25":313,"257":44,"26":37,"268":4,"27":89,"273":73,"276":16,"279":10,"28":358,"281":12,"282":17,"291":11,"292":77,"30":48,"302":3,"31":43,"314":2,"32":18,"33":96,"34":82,"347":6,"35":47,"352":643,"36":126,"37":26,"38":480,"380":2,"381":23,"383":21,"389":2,"39":68,"391":23,"396":3,"397":22,"40":63,"409":58,"41":70,"414":6,"415":61,"419":16,"42":87,"426":2,"43":36,"430":24,"431":1,"433":1,"44":49,"45":79,"46":135,"48":53,"49":33,"5":771,"51":39,"52":123,"53":72,"56":21,"570":9,"6":136,"63":26,"7":518,"79":24,"8":280,"80":32,"9":134,"all_client":83293,"all_tv_clinet":12669,"insert_time":"2014-08-21T07:16:05.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70645,"10":11,"107":472,"11":489,"12":84,"13":399,"14":100,"15":57,"155":8,"156":8,"158":22,"159":23,"16":81,"160":6,"161":164,"167":25,"168":6,"17":255,"18":447,"19":285,"20":132,"209":50,"21":715,"210":4,"211":2,"214":13,"215":45,"221":218,"223":779,"224":72,"225":395,"23":269,"24":1229,"25":301,"257":47,"26":38,"268":4,"27":87,"273":69,"276":15,"279":10,"28":363,"281":11,"282":18,"291":11,"292":68,"30":49,"302":3,"31":42,"314":2,"317":1,"32":18,"33":97,"34":82,"347":6,"35":45,"352":635,"36":125,"37":27,"38":485,"380":2,"381":24,"383":19,"389":2,"39":66,"391":25,"396":3,"397":22,"40":64,"409":59,"41":67,"414":7,"415":64,"419":16,"42":87,"426":4,"43":34,"430":24,"431":1,"433":2,"44":49,"45":83,"46":138,"48":48,"49":34,"5":783,"51":39,"52":126,"53":69,"56":22,"570":8,"6":136,"63":27,"7":524,"79":25,"8":276,"80":30,"9":132,"all_client":83310,"all_tv_clinet":12665,"insert_time":"2014-08-21T07:17:06.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70683,"10":11,"107":473,"11":497,"12":79,"13":393,"14":97,"15":59,"155":8,"156":9,"158":20,"159":21,"16":84,"160":5,"161":160,"167":26,"168":6,"17":266,"18":438,"19":289,"20":130,"209":47,"21":725,"210":4,"211":2,"214":12,"215":44,"221":223,"223":765,"224":70,"225":394,"23":267,"24":1232,"25":304,"257":47,"26":40,"268":3,"27":85,"273":71,"276":15,"279":9,"28":362,"281":10,"282":21,"291":11,"292":71,"30":49,"302":3,"31":39,"314":3,"317":1,"32":16,"33":97,"34":85,"347":7,"35":43,"352":615,"36":124,"37":27,"38":478,"380":2,"381":24,"383":21,"389":2,"39":68,"391":28,"396":2,"397":22,"40":65,"409":61,"41":69,"414":6,"415":64,"419":16,"42":91,"426":5,"43":33,"430":22,"431":1,"433":2,"44":51,"45":84,"46":138,"48":46,"49":33,"5":777,"51":39,"52":126,"53":72,"56":24,"570":7,"6":140,"63":27,"7":528,"79":25,"8":275,"80":30,"9":119,"all_client":83320,"all_tv_clinet":12637,"insert_time":"2014-08-21T07:18:06.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70736,"10":11,"107":465,"11":496,"12":76,"13":396,"14":101,"15":58,"155":9,"156":9,"158":22,"159":20,"16":84,"160":5,"161":156,"167":26,"168":5,"17":267,"18":454,"19":291,"20":127,"209":52,"21":732,"210":4,"211":2,"214":12,"215":44,"221":218,"223":753,"224":70,"225":398,"23":274,"24":1221,"25":299,"257":48,"26":38,"268":3,"27":86,"273":71,"276":15,"279":7,"28":342,"281":9,"282":21,"291":11,"292":69,"30":48,"302":3,"31":42,"314":4,"317":1,"32":15,"33":98,"34":88,"347":6,"35":40,"352":587,"36":127,"37":29,"38":470,"380":1,"381":24,"383":25,"389":2,"39":68,"391":29,"396":2,"397":21,"40":64,"409":62,"41":63,"414":6,"415":65,"419":15,"42":93,"426":4,"43":36,"430":20,"431":1,"433":2,"44":53,"45":82,"46":141,"48":48,"49":35,"5":792,"51":39,"52":123,"53":71,"56":22,"570":6,"6":143,"63":27,"7":530,"79":29,"8":284,"80":28,"9":112,"all_client":83339,"all_tv_clinet":12603,"insert_time":"2014-08-21T07:19:07.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70748,"10":11,"107":460,"11":501,"12":72,"13":402,"14":107,"15":61,"155":9,"156":12,"158":22,"159":20,"16":84,"160":5,"161":160,"167":26,"168":5,"17":270,"18":452,"19":284,"20":125,"209":53,"21":727,"210":4,"211":2,"214":12,"215":48,"221":214,"223":749,"224":68,"225":408,"23":279,"24":1237,"25":296,"257":42,"26":38,"268":3,"27":84,"273":69,"276":15,"279":6,"28":314,"281":9,"282":21,"291":11,"292":74,"30":46,"302":4,"31":43,"314":4,"32":14,"33":97,"34":86,"347":6,"35":38,"352":583,"36":124,"37":29,"38":469,"380":1,"381":25,"383":25,"389":2,"39":69,"391":29,"396":2,"397":21,"40":63,"409":60,"41":62,"414":5,"415":64,"419":15,"42":95,"426":4,"43":36,"430":20,"431":1,"433":2,"44":50,"45":81,"46":150,"48":49,"49":34,"5":794,"51":42,"52":124,"53":73,"56":23,"570":6,"6":141,"63":27,"7":540,"79":28,"8":283,"80":26,"9":102,"all_client":83336,"all_tv_clinet":12588,"insert_time":"2014-08-21T07:20:08.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70830,"10":11,"107":458,"11":495,"12":66,"13":400,"14":104,"15":67,"155":9,"156":12,"158":23,"159":19,"16":84,"160":6,"161":166,"167":26,"168":4,"17":267,"18":454,"19":286,"20":128,"209":53,"21":728,"210":5,"211":2,"214":13,"215":50,"221":210,"223":748,"224":65,"225":406,"23":277,"24":1239,"25":301,"257":42,"26":36,"268":2,"27":86,"273":69,"276":15,"279":6,"28":300,"281":10,"282":17,"291":10,"292":71,"30":45,"302":4,"31":40,"314":3,"32":13,"33":96,"34":90,"347":4,"35":36,"352":589,"36":124,"37":30,"38":472,"380":1,"381":25,"383":24,"389":2,"39":67,"391":26,"396":3,"397":21,"40":65,"409":59,"41":60,"414":5,"415":64,"419":15,"42":93,"426":4,"43":39,"430":20,"431":1,"433":2,"44":53,"45":83,"46":147,"48":52,"49":36,"5":803,"51":42,"52":124,"53":71,"56":23,"570":5,"6":142,"63":28,"7":541,"79":28,"8":289,"80":26,"9":102,"all_client":83413,"all_tv_clinet":12583,"insert_time":"2014-08-21T07:21:09.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70824,"10":11,"107":476,"11":500,"12":63,"13":407,"14":98,"15":74,"155":9,"156":14,"158":19,"159":19,"16":82,"160":6,"161":167,"167":27,"168":4,"17":270,"18":446,"19":290,"20":124,"209":57,"21":731,"210":6,"211":2,"214":13,"215":48,"221":211,"223":742,"224":60,"225":429,"23":283,"24":1231,"25":312,"257":39,"26":35,"268":3,"27":89,"273":70,"276":14,"279":6,"28":292,"281":10,"282":14,"291":9,"292":67,"30":45,"302":4,"31":37,"314":3,"32":11,"33":97,"34":85,"347":4,"35":38,"352":586,"36":116,"37":32,"38":478,"380":1,"381":27,"383":26,"389":2,"39":68,"391":25,"396":2,"397":20,"40":70,"409":52,"41":60,"414":5,"415":66,"419":15,"42":94,"426":4,"43":40,"430":22,"433":2,"44":54,"45":79,"46":144,"48":52,"49":36,"5":793,"51":44,"52":125,"53":69,"56":22,"570":5,"6":136,"63":28,"7":549,"79":28,"8":287,"80":27,"9":105,"all_client":83423,"all_tv_clinet":12599,"insert_time":"2014-08-21T07:22:10.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70912,"10":10,"107":461,"11":501,"12":60,"13":408,"14":91,"15":78,"155":9,"156":12,"158":18,"159":18,"16":81,"160":5,"161":174,"167":26,"168":4,"17":278,"18":449,"19":294,"20":112,"209":52,"21":719,"210":8,"211":2,"214":13,"215":49,"221":214,"223":747,"224":61,"225":428,"23":277,"24":1197,"25":322,"257":38,"26":34,"268":3,"27":90,"273":72,"276":15,"279":6,"28":284,"281":10,"282":14,"291":9,"292":66,"30":45,"302":3,"31":38,"314":3,"32":11,"33":99,"34":86,"347":4,"35":37,"352":583,"36":114,"37":33,"38":473,"380":2,"381":26,"383":29,"389":2,"39":69,"391":22,"396":2,"397":21,"40":71,"409":45,"41":63,"414":5,"415":66,"419":16,"42":95,"426":4,"43":44,"430":21,"433":2,"44":57,"45":75,"46":146,"48":53,"49":41,"5":789,"51":41,"52":124,"53":72,"56":22,"570":4,"6":139,"63":29,"7":549,"79":27,"8":289,"80":28,"9":109,"all_client":83459,"all_tv_clinet":12547,"insert_time":"2014-08-21T07:23:10.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70934,"10":10,"107":466,"11":510,"12":62,"13":410,"14":81,"15":87,"155":10,"156":12,"158":19,"159":21,"16":88,"160":4,"161":175,"167":25,"168":4,"17":279,"18":443,"19":299,"20":109,"209":50,"21":725,"210":9,"211":2,"214":13,"215":50,"221":223,"223":753,"224":60,"225":439,"23":272,"24":1165,"25":345,"257":39,"26":33,"268":4,"27":89,"273":74,"276":15,"279":5,"28":280,"281":9,"282":13,"291":7,"292":64,"30":47,"302":2,"31":42,"314":5,"32":11,"33":99,"34":87,"347":5,"35":35,"352":587,"36":108,"37":33,"38":473,"380":2,"381":25,"383":29,"389":2,"39":69,"391":23,"396":2,"397":21,"40":74,"409":40,"41":54,"414":5,"415":63,"419":17,"42":94,"426":3,"43":44,"430":21,"431":1,"433":2,"44":57,"45":66,"46":152,"48":58,"49":45,"5":794,"51":40,"52":127,"53":71,"56":23,"570":4,"6":136,"63":30,"7":538,"79":26,"8":291,"80":27,"9":109,"all_client":83505,"all_tv_clinet":12571,"insert_time":"2014-08-21T07:24:11.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70881,"10":10,"107":449,"11":517,"12":64,"13":412,"14":75,"15":94,"155":10,"156":11,"158":18,"159":23,"16":93,"160":4,"161":186,"167":26,"168":5,"17":279,"18":448,"19":303,"20":112,"209":49,"21":746,"210":9,"211":2,"214":12,"215":48,"221":221,"223":760,"224":61,"225":439,"23":263,"24":1139,"25":367,"257":40,"26":30,"268":5,"27":87,"273":74,"276":15,"279":6,"28":275,"281":7,"282":11,"291":7,"292":60,"30":48,"302":2,"31":41,"314":4,"32":10,"33":105,"34":91,"347":5,"35":32,"352":608,"36":110,"37":35,"38":475,"380":2,"381":24,"383":25,"389":2,"39":72,"391":23,"396":2,"397":21,"40":82,"409":41,"41":56,"414":4,"415":63,"419":18,"42":95,"426":3,"43":46,"430":22,"431":1,"433":2,"44":58,"45":54,"46":156,"48":62,"49":50,"5":803,"51":42,"52":129,"53":72,"56":22,"570":4,"6":126,"63":30,"7":541,"79":27,"8":295,"80":28,"9":110,"all_client":83532,"all_tv_clinet":12651,"insert_time":"2014-08-21T07:25:11.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70865,"10":12,"107":444,"11":494,"12":71,"13":410,"14":75,"15":102,"155":11,"156":10,"158":20,"159":23,"16":97,"160":4,"161":180,"167":26,"168":4,"17":283,"18":438,"19":309,"20":113,"209":51,"21":754,"210":9,"211":3,"214":12,"215":53,"221":224,"223":772,"224":60,"225":446,"23":251,"24":1121,"25":376,"257":44,"26":32,"268":6,"27":78,"273":78,"276":16,"279":5,"28":270,"281":5,"282":11,"291":7,"292":52,"30":49,"302":5,"31":38,"314":4,"32":11,"33":105,"34":95,"347":5,"35":30,"352":623,"36":107,"37":37,"38":492,"380":1,"381":24,"383":24,"389":2,"39":76,"391":23,"396":2,"397":22,"40":88,"409":43,"41":55,"414":4,"415":62,"419":16,"42":96,"426":3,"43":44,"430":22,"431":1,"433":2,"44":60,"45":52,"46":154,"48":64,"49":55,"5":816,"51":41,"52":127,"53":65,"56":24,"570":4,"6":117,"63":29,"7":548,"79":28,"8":291,"80":30,"9":107,"all_client":83550,"all_tv_clinet":12685,"insert_time":"2014-08-21T07:26:12.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70826,"10":11,"107":430,"11":459,"12":84,"13":416,"14":77,"15":103,"155":11,"156":10,"158":19,"159":23,"16":92,"160":4,"161":169,"167":23,"168":4,"17":286,"18":446,"19":309,"20":113,"209":51,"21":759,"210":9,"211":3,"214":12,"215":58,"221":225,"223":784,"224":58,"225":456,"23":256,"24":1147,"25":388,"257":41,"26":31,"268":6,"27":75,"273":75,"276":16,"279":6,"28":274,"281":4,"282":11,"291":7,"292":52,"30":45,"302":5,"31":37,"314":4,"32":12,"33":102,"34":92,"347":5,"35":31,"352":623,"36":105,"37":36,"38":486,"380":1,"381":23,"383":27,"389":2,"39":77,"391":21,"396":2,"397":22,"40":95,"409":47,"41":54,"414":5,"415":61,"419":14,"42":100,"426":4,"43":45,"430":23,"433":2,"44":60,"45":50,"46":154,"48":63,"49":58,"5":834,"51":44,"52":115,"53":62,"56":23,"570":4,"6":113,"63":28,"7":548,"79":26,"8":287,"80":27,"9":112,"all_client":83535,"all_tv_clinet":12709,"insert_time":"2014-08-21T07:27:12.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70779,"10":13,"107":440,"11":405,"12":100,"13":426,"14":76,"15":108,"155":12,"156":10,"158":24,"159":22,"16":96,"160":4,"161":156,"167":24,"168":5,"17":286,"18":457,"19":313,"20":120,"209":60,"21":755,"210":9,"211":3,"214":13,"215":59,"221":230,"223":789,"224":56,"225":448,"23":250,"24":1170,"25":396,"257":39,"26":32,"268":6,"27":69,"273":77,"276":16,"279":6,"28":270,"281":5,"282":11,"291":7,"292":51,"30":40,"302":5,"31":34,"314":5,"32":12,"33":102,"34":93,"347":5,"35":32,"352":624,"36":107,"37":37,"38":479,"380":1,"381":23,"383":24,"389":2,"39":76,"391":20,"396":2,"397":21,"40":96,"409":50,"41":53,"414":5,"415":61,"419":14,"42":100,"426":4,"43":47,"430":22,"433":2,"44":61,"45":49,"46":160,"48":65,"49":58,"5":839,"51":42,"52":105,"53":60,"56":21,"570":4,"6":104,"63":29,"7":560,"79":27,"8":290,"80":27,"9":118,"all_client":83520,"all_tv_clinet":12741,"insert_time":"2014-08-21T07:28:13.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70843,"10":12,"107":428,"11":375,"12":104,"13":431,"14":75,"15":110,"155":13,"156":10,"158":24,"159":23,"16":94,"160":5,"161":155,"167":26,"168":5,"17":279,"18":471,"19":309,"20":131,"209":62,"21":744,"210":8,"211":3,"214":14,"215":57,"221":245,"223":786,"224":57,"225":442,"23":244,"24":1177,"25":419,"257":41,"26":36,"268":7,"27":65,"273":77,"276":16,"279":6,"28":262,"281":6,"282":11,"291":7,"292":52,"30":32,"302":6,"31":34,"314":5,"32":14,"33":103,"34":95,"347":5,"35":30,"352":613,"36":104,"37":37,"38":465,"380":1,"381":22,"383":23,"389":2,"39":85,"391":19,"396":2,"397":22,"40":97,"409":54,"41":51,"414":5,"415":62,"419":14,"42":92,"426":4,"43":48,"430":23,"433":1,"44":61,"45":50,"46":164,"48":70,"49":67,"5":844,"51":45,"52":89,"53":58,"56":21,"570":4,"6":97,"63":31,"7":572,"79":31,"8":302,"80":27,"9":123,"all_client":83593,"all_tv_clinet":12750,"insert_time":"2014-08-21T07:29:14.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70805,"10":10,"107":435,"11":358,"12":103,"13":441,"14":74,"15":120,"155":15,"156":9,"158":25,"159":22,"16":97,"160":5,"161":159,"167":26,"168":4,"17":268,"18":484,"19":307,"20":136,"209":59,"21":739,"210":7,"211":3,"214":14,"215":58,"221":252,"223":795,"224":63,"225":441,"23":237,"24":1169,"25":435,"257":41,"26":46,"268":7,"27":62,"273":75,"276":17,"279":4,"28":268,"281":7,"282":8,"291":7,"292":54,"30":32,"302":6,"31":37,"314":4,"32":12,"33":107,"34":99,"347":5,"35":28,"352":628,"36":104,"37":37,"38":455,"380":2,"381":21,"383":26,"389":2,"39":84,"391":18,"396":1,"397":22,"40":95,"409":53,"41":45,"414":4,"415":64,"419":13,"42":80,"426":2,"43":52,"430":25,"433":1,"44":64,"45":49,"46":163,"48":72,"49":68,"5":846,"51":46,"52":81,"53":53,"56":21,"570":4,"6":90,"63":32,"7":579,"79":32,"8":306,"80":25,"9":133,"all_client":83599,"all_tv_clinet":12794,"insert_time":"2014-08-21T07:30:14.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70828,"10":8,"107":440,"11":333,"12":104,"13":445,"14":80,"15":127,"155":17,"156":9,"158":22,"159":22,"16":96,"160":5,"161":174,"167":28,"168":3,"17":246,"18":486,"19":313,"20":138,"209":57,"21":740,"210":7,"211":3,"214":13,"215":62,"221":247,"223":801,"224":66,"225":432,"23":237,"24":1164,"25":443,"257":40,"26":52,"268":8,"27":61,"273":72,"276":17,"279":6,"28":273,"281":11,"282":8,"291":6,"292":59,"30":30,"302":7,"31":40,"314":4,"32":10,"33":108,"34":105,"347":5,"35":26,"352":626,"36":109,"37":42,"38":453,"380":2,"381":21,"383":24,"389":2,"39":85,"391":18,"396":1,"397":23,"40":97,"409":48,"41":47,"414":4,"415":66,"419":14,"42":67,"426":4,"43":56,"430":24,"433":1,"44":67,"45":55,"46":165,"48":76,"49":78,"5":843,"51":39,"52":74,"53":52,"56":22,"570":4,"6":86,"63":32,"7":570,"79":29,"8":298,"80":26,"9":140,"all_client":83634,"all_tv_clinet":12806,"insert_time":"2014-08-21T07:31:15.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70844,"10":7,"107":439,"11":324,"12":108,"13":459,"14":83,"15":136,"155":19,"156":8,"158":23,"159":21,"16":94,"160":6,"161":186,"167":28,"168":3,"17":232,"18":492,"19":312,"20":138,"209":55,"21":730,"210":7,"211":3,"214":12,"215":61,"221":244,"223":816,"224":76,"225":442,"23":229,"24":1145,"25":443,"257":37,"26":55,"268":8,"27":60,"273":71,"276":17,"279":6,"28":276,"281":12,"282":8,"291":5,"292":63,"30":31,"302":5,"31":44,"314":3,"32":12,"33":112,"34":104,"347":6,"35":24,"352":617,"36":114,"37":46,"38":456,"380":2,"381":22,"383":22,"389":2,"39":80,"391":16,"396":2,"397":22,"40":97,"409":44,"41":45,"414":3,"415":71,"419":14,"42":64,"426":3,"43":57,"430":24,"433":1,"44":73,"45":57,"46":166,"48":71,"49":81,"5":840,"51":36,"52":77,"53":51,"56":23,"570":5,"6":82,"63":32,"7":568,"79":27,"8":289,"80":28,"9":149,"all_client":83663,"all_tv_clinet":12819,"insert_time":"2014-08-21T07:32:16.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70828,"10":6,"107":441,"11":312,"12":109,"13":477,"14":80,"15":144,"155":17,"156":8,"158":23,"159":21,"16":94,"160":6,"161":197,"167":28,"168":3,"17":225,"18":496,"19":313,"20":130,"209":56,"21":701,"210":7,"211":3,"214":11,"215":63,"221":243,"223":814,"224":87,"225":438,"23":234,"24":1135,"25":449,"257":40,"26":61,"268":7,"27":57,"273":71,"276":19,"279":7,"28":282,"281":12,"282":8,"291":5,"292":66,"30":29,"302":5,"31":45,"314":4,"32":12,"33":115,"34":107,"347":6,"35":26,"352":611,"36":110,"37":45,"38":457,"380":2,"381":25,"383":24,"389":2,"39":82,"391":16,"396":3,"397":22,"40":102,"409":34,"41":44,"414":4,"415":73,"419":20,"42":61,"426":3,"43":61,"430":22,"433":1,"44":76,"45":56,"46":170,"48":71,"49":82,"5":845,"51":34,"52":73,"53":49,"56":21,"570":5,"6":82,"63":31,"7":568,"79":26,"8":280,"80":28,"9":162,"all_client":83666,"all_tv_clinet":12838,"insert_time":"2014-08-21T07:33:16.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70849,"10":5,"107":463,"11":313,"12":110,"13":476,"14":75,"15":150,"155":18,"156":8,"158":26,"159":20,"16":99,"160":8,"161":199,"167":26,"168":3,"17":225,"18":483,"19":321,"20":126,"209":57,"21":676,"210":7,"211":3,"214":12,"215":64,"221":241,"223":812,"224":99,"225":448,"23":241,"24":1122,"25":454,"257":44,"26":69,"268":7,"27":57,"273":72,"276":19,"279":4,"28":284,"281":11,"282":8,"291":5,"292":70,"30":28,"302":6,"31":45,"314":4,"32":12,"33":116,"34":97,"347":10,"35":24,"352":624,"36":109,"37":48,"38":450,"380":3,"381":24,"383":25,"389":2,"39":78,"391":19,"396":3,"397":24,"40":105,"409":28,"41":44,"414":3,"415":75,"419":20,"42":62,"426":2,"43":65,"430":22,"433":2,"44":76,"45":59,"46":176,"48":71,"49":83,"5":846,"51":35,"52":74,"53":47,"56":21,"570":4,"6":80,"63":30,"7":563,"79":27,"8":263,"80":26,"9":165,"all_client":83714,"all_tv_clinet":12865,"insert_time":"2014-08-21T07:34:17.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70921,"10":6,"107":458,"11":288,"12":110,"13":485,"14":72,"15":154,"155":18,"156":8,"158":26,"159":20,"16":102,"160":8,"161":199,"167":26,"168":3,"17":215,"18":483,"19":321,"20":119,"209":56,"21":645,"210":9,"211":3,"214":13,"215":69,"221":236,"223":817,"224":114,"225":448,"23":251,"24":1138,"25":464,"257":43,"26":70,"268":7,"27":56,"273":70,"276":19,"279":5,"28":287,"281":11,"282":7,"291":5,"292":75,"30":27,"302":6,"31":46,"314":4,"32":12,"33":106,"34":96,"347":10,"35":25,"352":624,"36":116,"37":50,"38":444,"380":3,"381":22,"383":25,"389":2,"39":73,"391":20,"396":4,"397":21,"40":107,"409":24,"41":43,"414":4,"415":67,"419":21,"42":70,"426":3,"43":65,"430":24,"433":4,"44":75,"45":65,"46":181,"48":72,"49":74,"5":841,"51":35,"52":78,"53":46,"56":21,"570":5,"6":83,"63":30,"7":558,"79":27,"8":250,"80":25,"9":168,"all_client":83762,"all_tv_clinet":12841,"insert_time":"2014-08-21T07:35:18.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70934,"10":7,"107":452,"11":275,"12":114,"13":485,"14":72,"15":147,"155":21,"156":11,"158":27,"159":18,"16":105,"160":9,"161":202,"167":26,"168":3,"17":218,"18":476,"19":328,"20":114,"209":55,"21":622,"210":9,"211":3,"214":14,"215":68,"221":236,"223":821,"224":116,"225":456,"23":259,"24":1154,"25":463,"257":36,"26":67,"268":7,"27":56,"273":76,"276":18,"279":5,"28":290,"281":8,"282":8,"291":6,"292":73,"30":28,"302":6,"31":49,"314":3,"32":10,"33":102,"34":99,"347":10,"35":26,"352":618,"36":122,"37":55,"38":454,"380":3,"381":22,"383":24,"389":2,"39":66,"391":20,"396":5,"397":22,"40":108,"409":19,"41":43,"414":4,"415":68,"419":20,"42":76,"426":3,"43":60,"430":24,"433":4,"44":76,"45":70,"46":181,"48":76,"49":72,"5":849,"51":34,"52":79,"53":46,"56":22,"570":5,"6":83,"63":30,"7":550,"79":28,"8":239,"80":25,"9":160,"all_client":83770,"all_tv_clinet":12836,"insert_time":"2014-08-21T07:36:18.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70989,"10":7,"107":450,"11":262,"12":114,"13":487,"14":72,"15":143,"155":22,"156":11,"158":28,"159":19,"16":106,"160":8,"161":202,"167":26,"168":3,"17":226,"18":477,"19":331,"20":114,"209":56,"21":595,"210":9,"211":3,"214":14,"215":68,"221":237,"223":826,"224":125,"225":470,"23":260,"24":1171,"25":459,"257":38,"26":72,"268":7,"27":55,"273":73,"276":16,"279":5,"28":299,"281":8,"282":8,"291":6,"292":70,"30":26,"302":7,"31":49,"314":3,"317":1,"32":10,"33":107,"34":97,"347":12,"35":26,"352":613,"36":120,"37":54,"38":448,"380":2,"381":24,"383":25,"389":3,"39":67,"391":19,"396":5,"397":22,"40":108,"409":15,"41":43,"414":4,"415":72,"419":21,"42":79,"426":3,"43":56,"430":24,"433":4,"44":70,"45":74,"46":177,"48":75,"49":74,"5":859,"51":35,"52":77,"53":45,"56":24,"570":5,"6":84,"63":29,"7":545,"79":29,"8":228,"80":26,"9":156,"all_client":83828,"all_tv_clinet":12839,"insert_time":"2014-08-21T07:37:19.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70986,"10":8,"107":442,"11":266,"12":120,"13":468,"14":74,"15":140,"155":20,"156":11,"158":29,"159":20,"16":112,"160":10,"161":202,"167":27,"168":3,"17":232,"18":477,"19":335,"20":112,"209":49,"21":577,"210":8,"211":4,"214":14,"215":66,"221":237,"223":834,"224":137,"225":474,"23":270,"24":1166,"25":466,"257":38,"26":70,"268":7,"27":54,"273":78,"276":15,"279":5,"28":308,"281":7,"282":8,"291":7,"292":65,"30":26,"302":7,"31":49,"314":3,"317":2,"32":6,"33":106,"34":92,"347":13,"35":28,"352":626,"36":118,"37":54,"38":438,"380":3,"381":26,"383":28,"389":3,"39":67,"391":20,"396":3,"397":22,"40":113,"409":16,"41":42,"414":6,"415":79,"419":20,"42":84,"426":3,"43":60,"430":25,"433":4,"44":60,"45":70,"46":180,"48":81,"49":73,"5":859,"51":34,"52":81,"53":45,"56":27,"570":3,"6":89,"63":27,"7":526,"79":28,"8":222,"80":27,"9":154,"all_client":83836,"all_tv_clinet":12850,"insert_time":"2014-08-21T07:38:19.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71022,"10":9,"107":440,"11":267,"12":122,"13":441,"14":71,"15":134,"155":19,"156":11,"158":27,"159":20,"16":122,"160":10,"161":191,"167":28,"168":2,"17":228,"18":472,"19":340,"20":111,"209":51,"21":562,"210":8,"211":4,"214":14,"215":68,"221":244,"223":840,"224":146,"225":479,"23":272,"24":1186,"25":470,"257":40,"26":78,"268":7,"27":56,"273":83,"276":15,"279":7,"28":316,"281":7,"282":7,"291":5,"292":63,"30":25,"302":7,"31":49,"314":3,"317":2,"32":6,"33":107,"34":82,"347":12,"35":28,"352":625,"36":119,"37":55,"38":428,"380":4,"381":25,"383":29,"389":2,"39":68,"391":20,"396":3,"397":22,"40":116,"409":15,"41":44,"414":4,"415":78,"419":20,"42":83,"426":5,"43":65,"430":25,"433":3,"44":44,"45":74,"46":183,"48":83,"49":76,"5":834,"51":33,"52":86,"53":44,"56":27,"570":3,"6":98,"63":25,"7":517,"79":29,"8":217,"80":27,"9":155,"all_client":83849,"all_tv_clinet":12827,"insert_time":"2014-08-21T07:39:21.045Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71036,"10":9,"107":443,"11":263,"12":122,"13":422,"14":73,"15":134,"155":21,"156":11,"158":26,"159":20,"16":121,"160":10,"161":181,"167":28,"168":2,"17":218,"18":483,"19":341,"20":118,"209":49,"21":551,"210":9,"211":4,"214":15,"215":66,"221":243,"223":844,"224":153,"225":487,"23":278,"24":1204,"25":473,"257":38,"26":80,"268":5,"27":60,"273":81,"276":16,"279":8,"28":325,"281":8,"282":7,"291":7,"292":62,"30":24,"302":6,"31":52,"314":3,"317":2,"32":6,"33":105,"34":74,"347":11,"35":26,"352":620,"36":121,"37":56,"38":444,"380":3,"381":23,"383":30,"389":3,"39":68,"391":21,"396":3,"397":22,"40":117,"409":13,"41":42,"414":4,"415":76,"419":23,"42":81,"426":5,"43":64,"430":25,"433":3,"44":41,"45":75,"46":178,"48":84,"49":77,"5":804,"51":32,"52":89,"53":42,"56":28,"570":4,"6":106,"63":24,"7":517,"79":29,"8":218,"80":27,"9":163,"all_client":83869,"all_tv_clinet":12833,"insert_time":"2014-08-21T07:40:21.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71058,"10":7,"107":456,"11":262,"12":126,"13":397,"14":77,"15":135,"155":22,"156":10,"158":26,"159":19,"16":116,"160":12,"161":174,"167":29,"168":3,"17":216,"18":489,"19":339,"20":123,"209":47,"21":528,"210":8,"211":3,"214":15,"215":65,"221":257,"223":835,"224":156,"225":499,"23":283,"24":1197,"25":483,"257":40,"26":85,"268":4,"27":55,"273":83,"276":15,"279":8,"28":330,"281":9,"282":9,"291":8,"292":64,"30":24,"302":7,"31":56,"314":3,"317":2,"32":5,"33":104,"34":66,"347":11,"35":26,"352":626,"36":122,"37":56,"38":452,"380":3,"381":24,"383":26,"389":3,"39":63,"391":21,"396":3,"397":22,"40":125,"409":11,"41":42,"414":3,"415":76,"419":23,"42":87,"426":5,"43":62,"430":25,"433":3,"44":38,"45":78,"46":176,"48":83,"49":77,"5":763,"51":29,"52":91,"53":43,"56":24,"570":5,"6":118,"63":24,"7":515,"79":29,"8":220,"80":29,"9":168,"all_client":83879,"all_tv_clinet":12821,"insert_time":"2014-08-21T07:41:22.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71052,"10":9,"107":464,"11":265,"12":133,"13":375,"14":84,"15":149,"155":23,"156":10,"158":26,"159":20,"16":115,"160":13,"161":171,"167":30,"168":4,"17":220,"18":492,"19":342,"20":120,"209":48,"21":520,"210":8,"211":3,"214":14,"215":67,"221":270,"223":799,"224":153,"225":499,"23":292,"24":1185,"25":485,"257":41,"26":86,"268":3,"27":61,"273":86,"276":13,"279":8,"28":335,"281":9,"282":12,"291":9,"292":66,"30":25,"302":6,"31":58,"314":6,"317":2,"32":4,"33":112,"34":67,"347":11,"35":27,"352":643,"36":132,"37":59,"38":446,"380":2,"381":26,"383":23,"389":3,"39":63,"391":22,"396":3,"397":23,"40":132,"409":17,"41":39,"414":4,"415":81,"419":21,"42":91,"426":5,"43":59,"430":24,"433":3,"44":35,"45":82,"46":163,"48":86,"49":70,"5":746,"51":27,"52":94,"53":42,"56":24,"570":5,"6":122,"63":23,"7":526,"79":32,"8":214,"80":30,"9":174,"all_client":83923,"all_tv_clinet":12871,"insert_time":"2014-08-21T07:42:22.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71029,"10":9,"107":472,"11":270,"12":141,"13":358,"14":87,"15":159,"155":23,"156":11,"158":28,"159":18,"16":112,"160":15,"161":163,"167":31,"168":4,"17":218,"18":494,"19":342,"20":120,"209":45,"21":515,"210":8,"211":3,"214":13,"215":66,"221":275,"223":763,"224":154,"225":514,"23":304,"24":1180,"25":487,"257":40,"26":84,"268":4,"27":66,"273":92,"276":13,"279":9,"28":331,"281":7,"282":12,"291":9,"292":66,"30":27,"302":6,"31":60,"314":5,"317":1,"32":6,"33":115,"34":62,"347":13,"35":24,"352":650,"36":140,"37":57,"38":441,"380":2,"381":24,"383":24,"389":3,"39":62,"391":22,"396":3,"397":25,"40":130,"409":23,"41":39,"414":4,"415":79,"419":13,"42":94,"426":6,"43":55,"430":24,"433":3,"44":33,"45":83,"46":156,"48":88,"49":76,"5":732,"51":25,"52":96,"53":44,"56":19,"570":5,"6":125,"63":23,"7":529,"79":31,"8":215,"80":31,"9":180,"all_client":83897,"all_tv_clinet":12868,"insert_time":"2014-08-21T07:43:23.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70973,"10":8,"107":480,"11":276,"12":146,"13":352,"14":94,"15":164,"155":24,"156":11,"158":29,"159":18,"16":109,"160":16,"161":161,"167":32,"168":4,"17":217,"18":485,"19":343,"20":122,"209":40,"21":509,"210":8,"211":3,"214":14,"215":61,"221":280,"223":731,"224":153,"225":531,"23":314,"24":1168,"25":487,"257":40,"26":91,"268":4,"27":73,"273":89,"276":12,"279":10,"28":331,"281":7,"282":9,"291":8,"292":71,"30":33,"302":6,"31":55,"314":5,"317":1,"32":8,"33":112,"34":58,"347":12,"35":24,"352":653,"36":138,"37":59,"38":450,"380":1,"381":24,"383":25,"389":4,"39":63,"391":21,"396":3,"397":25,"40":136,"409":28,"41":42,"414":5,"415":83,"419":13,"42":99,"426":6,"43":47,"430":23,"433":3,"44":35,"45":86,"46":130,"48":89,"49":76,"5":725,"51":31,"52":98,"53":42,"56":19,"570":7,"6":138,"63":23,"7":552,"79":35,"8":214,"80":31,"9":182,"all_client":83886,"all_tv_clinet":12913,"insert_time":"2014-08-21T07:44:23.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71009,"10":12,"107":485,"11":288,"12":145,"13":344,"14":102,"15":166,"155":25,"156":9,"158":33,"159":17,"16":106,"160":18,"161":179,"167":34,"168":4,"17":218,"18":489,"19":349,"20":116,"209":37,"21":497,"210":8,"211":3,"214":14,"215":56,"221":273,"223":703,"224":151,"225":545,"23":317,"24":1136,"25":498,"257":43,"26":96,"268":4,"27":73,"273":81,"276":11,"279":10,"28":335,"281":7,"282":8,"291":9,"292":78,"30":41,"302":7,"31":56,"314":4,"317":1,"32":8,"33":113,"34":58,"347":13,"35":21,"352":632,"36":135,"37":56,"38":458,"380":1,"381":24,"383":25,"389":5,"39":62,"391":20,"396":3,"397":26,"40":133,"409":27,"41":42,"414":5,"415":76,"419":14,"42":101,"426":6,"43":46,"430":22,"431":1,"433":3,"44":37,"45":85,"46":128,"48":94,"49":84,"5":717,"51":30,"52":98,"53":44,"56":19,"570":7,"6":147,"63":23,"7":568,"79":36,"8":216,"80":32,"9":184,"all_client":83935,"all_tv_clinet":12926,"insert_time":"2014-08-21T07:45:24.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71027,"10":13,"107":497,"11":295,"12":145,"13":333,"14":105,"15":172,"155":24,"156":10,"158":34,"159":17,"16":109,"160":18,"161":198,"167":33,"168":3,"17":211,"18":487,"19":344,"20":115,"209":38,"21":494,"210":9,"211":3,"214":14,"215":53,"221":276,"223":666,"224":149,"225":555,"23":329,"24":1089,"25":501,"257":40,"26":100,"268":4,"27":73,"273":80,"276":11,"279":10,"28":339,"281":8,"282":8,"291":9,"292":82,"30":44,"302":7,"31":59,"314":4,"317":1,"32":12,"33":114,"34":56,"347":14,"35":21,"352":612,"36":133,"37":54,"38":458,"380":1,"381":22,"383":24,"389":4,"39":66,"391":19,"396":3,"397":26,"40":146,"409":30,"41":40,"414":5,"415":77,"419":14,"42":101,"426":6,"43":45,"430":19,"431":1,"433":4,"44":36,"45":86,"46":127,"48":99,"49":87,"5":711,"51":32,"52":103,"53":43,"56":17,"570":6,"6":155,"63":22,"7":573,"79":41,"8":216,"80":32,"9":185,"all_client":83943,"all_tv_clinet":12916,"insert_time":"2014-08-21T07:46:25.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71041,"10":16,"107":494,"11":293,"12":146,"13":329,"14":101,"15":177,"155":25,"156":10,"158":35,"159":18,"16":109,"160":15,"161":217,"167":34,"168":3,"17":212,"18":483,"19":328,"20":114,"209":33,"21":500,"210":9,"211":2,"214":14,"215":55,"221":271,"223":645,"224":151,"225":563,"23":341,"24":1065,"25":508,"257":36,"26":100,"268":5,"27":74,"273":74,"276":11,"279":9,"28":342,"281":8,"282":8,"291":9,"292":93,"30":45,"302":6,"31":62,"314":5,"317":1,"32":11,"33":117,"34":51,"347":14,"35":21,"352":594,"36":133,"37":55,"38":467,"380":1,"381":22,"383":23,"389":4,"39":68,"391":22,"396":4,"397":25,"40":157,"409":33,"41":40,"414":5,"415":73,"419":16,"42":104,"426":6,"43":43,"430":18,"431":1,"433":4,"44":30,"45":90,"46":123,"48":106,"49":85,"5":701,"51":34,"52":105,"53":46,"56":14,"570":6,"6":154,"63":19,"7":579,"79":41,"8":217,"80":32,"9":186,"all_client":83945,"all_tv_clinet":12904,"insert_time":"2014-08-21T07:47:25.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71050,"10":12,"107":518,"11":294,"12":153,"13":328,"14":88,"15":178,"155":24,"156":11,"158":36,"159":22,"16":107,"160":16,"161":232,"167":33,"168":3,"17":209,"18":477,"19":296,"20":112,"209":32,"21":502,"210":8,"211":2,"214":14,"215":59,"221":276,"223":619,"224":156,"225":558,"23":346,"24":1041,"25":508,"257":40,"26":99,"268":6,"27":77,"273":75,"276":11,"279":11,"28":343,"281":8,"282":9,"291":8,"292":95,"30":45,"302":6,"31":63,"314":5,"317":1,"32":15,"33":121,"34":47,"347":14,"35":25,"352":588,"36":134,"37":56,"38":471,"380":1,"381":24,"383":22,"389":4,"39":71,"391":20,"396":4,"397":24,"40":165,"409":41,"41":43,"414":5,"415":78,"419":15,"42":104,"426":4,"43":38,"430":17,"431":1,"433":4,"44":29,"45":89,"46":121,"48":109,"49":74,"5":698,"51":35,"52":107,"53":46,"56":12,"570":6,"6":156,"63":20,"7":595,"79":43,"8":218,"80":33,"9":182,"all_client":83951,"all_tv_clinet":12901,"insert_time":"2014-08-21T07:48:26.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71107,"10":14,"107":495,"11":286,"12":158,"13":334,"14":76,"15":173,"155":26,"156":9,"158":34,"159":24,"16":104,"160":18,"161":238,"167":35,"168":3,"17":209,"18":480,"19":283,"20":107,"209":31,"21":509,"210":8,"211":2,"214":14,"215":61,"221":278,"223":612,"224":159,"225":545,"23":348,"24":1014,"25":510,"257":38,"26":109,"268":6,"27":80,"273":77,"276":12,"279":12,"28":342,"281":8,"282":10,"291":8,"292":104,"30":47,"302":6,"31":65,"314":5,"317":1,"32":14,"33":126,"34":47,"347":18,"35":27,"352":587,"36":137,"37":57,"38":478,"380":1,"381":23,"383":25,"389":4,"39":69,"391":22,"396":4,"397":25,"40":166,"409":46,"41":44,"414":5,"415":80,"419":16,"42":113,"426":4,"43":36,"430":18,"431":1,"433":4,"44":29,"45":95,"46":120,"48":109,"49":64,"5":698,"51":35,"52":109,"53":48,"56":12,"570":6,"6":159,"63":20,"7":600,"79":42,"8":224,"80":33,"9":181,"all_client":84015,"all_tv_clinet":12908,"insert_time":"2014-08-21T07:49:26.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71126,"10":15,"107":499,"11":294,"12":157,"13":342,"14":74,"15":169,"155":26,"156":10,"158":34,"159":25,"16":104,"160":17,"161":243,"167":34,"168":3,"17":196,"18":484,"19":274,"20":104,"209":31,"21":525,"210":8,"211":2,"214":13,"215":63,"221":271,"223":591,"224":160,"225":506,"23":346,"24":1014,"25":503,"257":38,"26":121,"268":5,"27":86,"273":78,"276":12,"279":14,"28":338,"281":8,"282":10,"291":8,"292":105,"30":47,"302":6,"31":64,"314":5,"317":1,"32":15,"33":127,"34":46,"347":20,"35":26,"352":606,"36":132,"37":54,"38":480,"380":1,"381":21,"383":26,"389":4,"39":67,"391":23,"396":3,"397":25,"40":163,"409":44,"41":46,"414":5,"415":77,"419":16,"42":113,"426":4,"43":34,"430":16,"431":1,"433":3,"44":25,"45":96,"46":116,"48":119,"49":57,"5":700,"51":29,"52":110,"53":52,"56":11,"570":6,"6":157,"63":20,"7":602,"79":40,"8":228,"80":32,"9":176,"all_client":83983,"all_tv_clinet":12857,"insert_time":"2014-08-21T07:50:27.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71147,"10":15,"107":507,"11":295,"12":140,"13":353,"14":80,"15":172,"155":30,"156":10,"158":34,"159":26,"16":106,"160":17,"161":240,"167":35,"168":3,"17":192,"18":486,"19":269,"20":100,"209":31,"21":523,"210":7,"211":2,"214":12,"215":60,"221":275,"223":580,"224":161,"225":485,"23":351,"24":1010,"25":477,"257":35,"26":128,"268":4,"27":91,"273":84,"276":11,"279":13,"28":326,"281":6,"282":8,"291":8,"292":106,"30":49,"302":6,"31":60,"314":5,"317":1,"32":13,"33":129,"34":44,"347":22,"35":27,"352":614,"36":132,"37":52,"38":484,"380":1,"381":21,"383":26,"389":4,"39":62,"391":22,"396":2,"397":23,"40":167,"409":45,"41":46,"414":6,"415":80,"419":19,"42":114,"426":5,"43":34,"430":17,"431":1,"433":3,"44":24,"45":98,"46":112,"48":122,"49":57,"5":695,"51":29,"52":113,"53":54,"56":9,"570":6,"6":162,"63":21,"7":616,"79":38,"8":237,"80":31,"9":175,"all_client":83986,"all_tv_clinet":12839,"insert_time":"2014-08-21T07:51:28.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71148,"10":16,"107":491,"11":288,"12":131,"13":361,"14":80,"15":176,"155":29,"156":10,"158":34,"159":26,"16":106,"160":15,"161":227,"167":36,"168":4,"17":195,"18":486,"19":259,"20":105,"209":32,"21":531,"210":7,"211":2,"214":14,"215":65,"221":280,"223":570,"224":161,"225":477,"23":361,"24":1012,"25":453,"257":35,"26":130,"268":5,"27":91,"273":89,"276":13,"279":10,"28":331,"281":6,"282":7,"291":8,"292":102,"30":47,"302":4,"31":57,"314":5,"317":1,"32":15,"33":137,"34":42,"347":21,"35":30,"352":613,"36":133,"37":51,"38":482,"380":2,"381":23,"383":27,"389":5,"39":59,"391":23,"396":3,"397":24,"40":169,"409":46,"41":44,"414":6,"415":79,"419":16,"42":113,"426":6,"43":34,"430":18,"431":1,"433":3,"44":23,"45":98,"46":108,"48":122,"49":50,"5":692,"51":30,"52":112,"53":56,"56":9,"570":6,"6":174,"63":21,"7":630,"79":39,"8":239,"80":31,"9":170,"all_client":83964,"all_tv_clinet":12816,"insert_time":"2014-08-21T07:52:28.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71078,"10":14,"107":497,"11":294,"12":110,"13":380,"14":85,"15":187,"155":30,"156":8,"158":35,"159":25,"16":108,"160":16,"161":207,"167":36,"168":3,"17":198,"18":489,"19":251,"20":111,"209":31,"21":529,"210":7,"211":3,"214":14,"215":66,"221":274,"223":562,"224":167,"225":468,"23":368,"24":1049,"25":415,"257":38,"26":132,"268":6,"27":96,"273":95,"276":13,"279":8,"28":332,"281":6,"282":8,"291":7,"292":99,"30":47,"302":5,"31":56,"314":5,"32":15,"33":137,"34":45,"347":21,"35":35,"352":615,"36":136,"37":52,"38":488,"380":2,"381":22,"383":28,"389":5,"39":54,"391":24,"396":3,"397":25,"40":150,"409":47,"41":42,"414":6,"415":77,"419":16,"42":115,"426":7,"43":35,"430":15,"431":1,"433":3,"44":24,"45":98,"46":105,"48":126,"49":50,"5":697,"51":28,"52":110,"53":61,"56":8,"570":6,"6":169,"63":21,"7":629,"79":40,"8":245,"80":31,"9":167,"all_client":83904,"all_tv_clinet":12826,"insert_time":"2014-08-21T07:53:30.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71119,"10":12,"107":493,"11":296,"12":101,"13":398,"14":89,"15":190,"155":31,"156":8,"158":32,"159":24,"16":103,"160":16,"161":194,"167":35,"168":3,"17":198,"18":489,"19":246,"20":106,"209":30,"21":527,"210":7,"211":2,"214":14,"215":69,"221":278,"223":564,"224":169,"225":467,"23":366,"24":1083,"25":391,"257":34,"26":129,"268":7,"27":98,"273":99,"276":13,"279":9,"28":337,"281":7,"282":8,"291":8,"292":95,"30":46,"302":5,"31":59,"314":5,"32":13,"33":137,"34":55,"347":21,"35":35,"352":609,"36":139,"37":52,"38":487,"380":2,"381":23,"383":26,"389":5,"39":56,"391":24,"396":3,"397":25,"40":129,"409":50,"41":43,"414":6,"415":73,"419":15,"42":121,"426":6,"43":30,"430":15,"431":1,"433":3,"44":22,"45":99,"46":102,"48":127,"49":49,"5":700,"51":32,"52":111,"53":61,"56":10,"570":6,"6":156,"63":20,"7":635,"79":39,"8":248,"80":31,"9":166,"all_client":83927,"all_tv_clinet":12808,"insert_time":"2014-08-21T07:54:41.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71304,"10":11,"107":511,"11":294,"12":96,"13":405,"14":89,"15":202,"155":32,"156":8,"158":34,"159":24,"16":101,"160":16,"161":191,"167":37,"168":2,"17":204,"18":491,"19":251,"20":104,"209":28,"21":526,"210":7,"211":2,"214":16,"215":64,"221":273,"223":551,"224":166,"225":444,"23":367,"24":1089,"25":375,"257":36,"26":131,"268":8,"27":99,"273":101,"276":14,"279":10,"28":346,"281":8,"282":9,"291":8,"292":85,"30":48,"302":5,"31":57,"314":5,"32":15,"33":142,"34":60,"347":19,"35":36,"352":611,"36":139,"37":56,"38":478,"380":2,"381":24,"383":29,"389":5,"39":56,"391":23,"396":4,"397":25,"40":108,"409":54,"41":42,"414":7,"415":75,"419":14,"42":122,"426":6,"43":31,"430":15,"431":1,"433":4,"44":23,"45":101,"46":102,"48":132,"49":48,"5":709,"51":32,"52":112,"53":61,"56":10,"570":8,"6":134,"63":20,"7":653,"79":37,"8":260,"80":33,"9":164,"all_client":84127,"all_tv_clinet":12823,"insert_time":"2014-08-21T07:55:42.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71312,"10":14,"107":518,"11":292,"12":88,"13":417,"14":88,"15":213,"155":33,"156":7,"158":33,"159":21,"16":100,"160":17,"161":195,"167":36,"168":2,"17":201,"18":494,"19":247,"20":102,"209":25,"21":528,"210":8,"211":2,"214":17,"215":59,"221":272,"223":532,"224":165,"225":433,"23":373,"24":1116,"25":358,"257":40,"26":128,"268":7,"27":98,"273":106,"276":15,"279":10,"28":352,"281":8,"282":11,"291":9,"292":80,"30":50,"302":6,"31":54,"314":4,"32":18,"33":141,"34":60,"347":18,"35":39,"352":615,"36":138,"37":54,"38":486,"380":2,"381":22,"383":29,"389":5,"39":59,"391":22,"396":4,"397":27,"40":101,"409":56,"41":44,"414":8,"415":74,"419":13,"42":124,"426":6,"43":33,"430":14,"431":1,"433":4,"44":21,"45":101,"46":103,"48":132,"49":44,"5":710,"51":29,"52":113,"53":53,"56":8,"570":8,"6":130,"63":21,"7":634,"79":35,"8":271,"80":33,"9":167,"all_client":84126,"all_tv_clinet":12814,"insert_time":"2014-08-21T07:56:42.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71380,"10":16,"107":517,"11":294,"12":83,"13":413,"14":82,"15":219,"155":32,"156":6,"158":35,"159":22,"16":98,"160":18,"161":191,"167":35,"168":2,"17":203,"18":492,"19":258,"20":107,"209":26,"21":526,"210":9,"211":2,"214":17,"215":56,"221":278,"223":530,"224":175,"225":430,"23":373,"24":1141,"25":352,"257":42,"26":126,"268":8,"27":101,"273":102,"276":15,"279":11,"28":352,"281":8,"282":12,"291":9,"292":72,"30":56,"302":7,"31":54,"314":3,"32":20,"33":136,"34":59,"347":17,"35":42,"352":624,"36":135,"37":53,"38":478,"380":1,"381":26,"383":28,"389":4,"39":57,"391":23,"396":3,"397":27,"40":96,"409":58,"41":44,"414":7,"415":73,"419":15,"42":122,"426":5,"43":35,"430":12,"431":1,"433":4,"44":21,"45":102,"46":108,"48":132,"49":40,"5":708,"51":34,"52":111,"53":50,"56":8,"570":9,"6":130,"63":21,"7":598,"79":31,"8":274,"80":34,"9":170,"all_client":84182,"all_tv_clinet":12802,"insert_time":"2014-08-21T07:57:43.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71391,"10":16,"107":515,"11":300,"12":81,"13":417,"14":83,"15":218,"155":33,"156":5,"158":31,"159":21,"16":103,"160":21,"161":198,"167":35,"168":3,"17":204,"18":478,"19":265,"20":104,"209":23,"21":536,"210":10,"211":2,"214":19,"215":57,"221":284,"223":537,"224":182,"225":428,"23":381,"24":1154,"25":345,"257":43,"26":133,"268":8,"27":105,"273":97,"276":16,"279":10,"28":358,"281":8,"282":11,"291":9,"292":76,"30":56,"302":7,"31":49,"314":4,"32":21,"33":124,"34":65,"347":14,"35":44,"352":624,"36":133,"37":56,"38":487,"380":1,"381":29,"383":30,"389":5,"39":54,"391":21,"396":3,"397":27,"40":86,"409":61,"41":45,"414":10,"415":72,"419":15,"42":121,"426":5,"43":39,"430":12,"433":4,"44":18,"45":94,"46":116,"48":126,"49":40,"5":716,"51":34,"52":112,"53":50,"56":8,"570":10,"6":129,"63":21,"7":555,"79":27,"8":279,"80":33,"9":170,"all_client":84216,"all_tv_clinet":12825,"insert_time":"2014-08-21T07:58:43.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71402,"10":16,"107":510,"11":292,"12":80,"13":409,"14":87,"15":220,"155":33,"156":7,"158":29,"159":22,"16":106,"160":19,"161":220,"167":34,"168":3,"17":205,"18":472,"19":280,"20":101,"209":22,"21":524,"210":10,"211":2,"214":18,"215":60,"221":285,"223":543,"224":184,"225":440,"23":385,"24":1163,"25":335,"257":45,"26":133,"268":9,"27":111,"273":82,"276":15,"279":11,"28":359,"281":8,"282":11,"291":8,"292":73,"30":55,"302":7,"31":47,"314":4,"32":25,"33":118,"34":64,"347":12,"35":46,"352":632,"36":136,"37":51,"38":492,"380":1,"381":26,"383":31,"389":5,"39":56,"391":23,"396":4,"397":27,"40":81,"409":59,"41":45,"414":10,"415":75,"419":18,"42":123,"426":5,"43":41,"430":12,"433":4,"44":18,"45":86,"46":119,"48":105,"49":43,"5":730,"51":41,"52":110,"53":53,"56":7,"570":9,"6":141,"63":22,"7":534,"79":28,"8":282,"80":33,"9":167,"all_client":84246,"all_tv_clinet":12844,"insert_time":"2014-08-21T07:59:44.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71460,"10":15,"107":513,"11":297,"12":79,"13":420,"14":83,"15":233,"155":33,"156":9,"158":29,"159":21,"16":102,"160":19,"161":227,"167":34,"168":5,"17":206,"18":474,"19":286,"20":108,"209":19,"21":530,"210":12,"211":2,"214":18,"215":60,"221":283,"223":531,"224":183,"225":444,"23":390,"24":1135,"25":338,"257":46,"26":137,"268":9,"27":111,"273":78,"276":15,"279":9,"28":364,"281":8,"282":9,"291":8,"292":76,"30":57,"302":7,"31":48,"314":4,"32":27,"33":113,"34":69,"347":11,"35":46,"352":621,"36":136,"37":49,"38":489,"380":1,"381":26,"383":33,"389":5,"39":56,"391":21,"396":5,"397":27,"40":81,"409":65,"41":42,"414":10,"415":76,"419":18,"42":122,"426":6,"43":44,"430":12,"433":4,"44":17,"45":78,"46":119,"48":90,"49":45,"5":740,"51":38,"52":111,"53":56,"56":8,"570":9,"6":138,"63":24,"7":513,"79":25,"8":287,"80":33,"9":157,"all_client":84287,"all_tv_clinet":12827,"insert_time":"2014-08-21T08:00:45.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71473,"10":13,"107":518,"11":295,"12":74,"13":420,"14":80,"15":239,"155":32,"156":9,"158":26,"159":21,"16":104,"160":17,"161":236,"167":34,"168":5,"17":206,"18":477,"19":302,"20":114,"209":20,"21":537,"210":13,"211":2,"214":17,"215":64,"221":291,"223":529,"224":183,"225":448,"23":386,"24":1145,"25":339,"257":45,"26":139,"268":8,"27":112,"273":79,"276":15,"279":8,"28":364,"281":7,"282":6,"291":8,"292":79,"30":57,"302":7,"31":45,"314":4,"32":25,"33":107,"34":66,"347":9,"35":48,"352":617,"36":138,"37":40,"38":494,"380":1,"381":28,"383":33,"389":5,"39":57,"391":21,"396":4,"397":28,"40":82,"409":67,"41":44,"414":9,"415":76,"419":20,"42":119,"426":6,"43":43,"430":12,"433":3,"44":18,"45":77,"46":118,"48":84,"49":44,"5":735,"51":38,"52":111,"53":53,"56":9,"570":8,"6":136,"63":25,"7":499,"79":22,"8":293,"80":34,"9":156,"all_client":84314,"all_tv_clinet":12841,"insert_time":"2014-08-21T08:01:45.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71489,"10":11,"107":533,"11":309,"12":71,"13":438,"14":79,"15":232,"155":29,"156":10,"158":25,"159":20,"16":99,"160":16,"161":247,"167":34,"168":5,"17":205,"18":481,"19":310,"20":119,"209":22,"21":537,"210":12,"211":2,"214":19,"215":66,"221":296,"223":528,"224":180,"225":462,"23":381,"24":1139,"25":337,"257":45,"26":148,"268":8,"27":119,"273":80,"276":15,"279":8,"28":368,"281":6,"282":5,"291":8,"292":86,"30":58,"302":6,"31":41,"314":4,"317":1,"32":25,"33":104,"34":69,"347":9,"35":51,"352":615,"36":131,"37":39,"38":486,"380":1,"381":28,"383":33,"389":5,"39":59,"391":20,"396":3,"397":28,"40":81,"409":68,"41":42,"414":10,"415":79,"419":22,"42":120,"426":6,"43":38,"430":10,"433":2,"44":18,"45":73,"46":114,"48":75,"49":40,"5":746,"51":34,"52":107,"53":48,"56":9,"570":7,"6":132,"63":25,"7":473,"79":22,"8":300,"80":35,"9":148,"all_client":84339,"all_tv_clinet":12850,"insert_time":"2014-08-21T08:02:46.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71568,"10":12,"107":534,"11":315,"12":72,"13":444,"14":78,"15":223,"155":26,"156":11,"158":24,"159":17,"16":98,"160":15,"161":251,"167":34,"168":4,"17":206,"18":487,"19":315,"20":117,"209":22,"21":543,"210":12,"211":2,"214":20,"215":69,"221":298,"223":530,"224":185,"225":460,"23":385,"24":1138,"25":338,"257":44,"26":141,"268":8,"27":117,"273":81,"276":16,"279":7,"28":374,"281":6,"282":5,"291":8,"292":88,"30":55,"302":6,"31":37,"314":5,"317":1,"32":23,"33":103,"34":68,"347":9,"35":53,"352":620,"36":129,"37":37,"38":494,"380":1,"381":28,"383":35,"389":5,"39":59,"391":19,"396":4,"397":29,"40":88,"409":64,"41":44,"414":12,"415":78,"419":21,"42":124,"426":7,"43":39,"430":9,"433":2,"44":20,"45":73,"46":116,"48":70,"49":40,"5":748,"51":35,"52":107,"53":46,"56":9,"570":5,"6":119,"63":24,"7":469,"79":27,"8":307,"80":36,"9":152,"all_client":84459,"all_tv_clinet":12891,"insert_time":"2014-08-21T08:03:46.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71551,"10":12,"107":536,"11":318,"12":74,"13":450,"14":81,"15":222,"155":23,"156":14,"158":24,"159":17,"16":98,"160":15,"161":234,"167":34,"168":3,"17":202,"18":504,"19":317,"20":117,"209":23,"21":545,"210":12,"211":2,"214":19,"215":71,"221":295,"223":528,"224":189,"225":461,"23":391,"24":1145,"25":348,"257":43,"26":139,"268":11,"27":113,"273":82,"276":16,"279":9,"28":377,"281":6,"282":5,"291":9,"292":91,"30":56,"302":7,"31":34,"314":5,"317":1,"32":22,"33":102,"34":67,"347":7,"35":55,"352":622,"36":132,"37":36,"38":500,"380":1,"381":28,"383":34,"389":5,"39":63,"391":18,"396":4,"397":28,"40":85,"409":60,"41":40,"414":13,"415":80,"419":20,"42":128,"426":8,"43":38,"430":10,"433":2,"44":22,"45":71,"46":116,"48":68,"49":37,"5":748,"51":34,"52":107,"53":47,"56":11,"570":5,"6":111,"63":23,"7":463,"79":25,"8":313,"80":34,"9":151,"all_client":84473,"all_tv_clinet":12922,"insert_time":"2014-08-21T08:04:47.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71526,"10":12,"107":524,"11":322,"12":72,"13":445,"14":80,"15":223,"155":22,"156":12,"158":24,"159":17,"16":97,"160":13,"161":198,"167":34,"168":3,"17":204,"18":514,"19":331,"20":115,"209":25,"21":554,"210":10,"211":2,"214":18,"215":73,"221":292,"223":516,"224":190,"225":463,"23":395,"24":1139,"25":367,"257":45,"26":126,"268":10,"27":113,"273":93,"276":17,"279":10,"28":386,"281":6,"282":4,"291":10,"292":83,"30":52,"302":8,"31":32,"314":6,"317":1,"32":25,"33":105,"34":70,"347":8,"35":58,"352":609,"36":127,"37":35,"38":497,"380":1,"381":28,"383":33,"389":5,"39":61,"391":18,"396":5,"397":29,"40":88,"409":60,"41":44,"414":11,"415":80,"419":20,"42":131,"426":7,"43":33,"430":10,"433":2,"44":24,"45":72,"46":120,"48":64,"49":36,"5":757,"51":37,"52":110,"53":48,"56":11,"570":5,"6":95,"63":23,"7":471,"79":27,"8":316,"80":33,"9":159,"all_client":84442,"all_tv_clinet":12916,"insert_time":"2014-08-21T08:05:47.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71585,"10":13,"107":517,"11":320,"12":73,"13":445,"14":82,"15":221,"155":20,"156":14,"158":23,"159":16,"16":100,"160":14,"161":185,"167":35,"168":3,"17":196,"18":529,"19":337,"20":110,"209":26,"21":547,"210":10,"211":2,"214":19,"215":80,"221":289,"223":512,"224":190,"225":482,"23":381,"24":1121,"25":379,"257":46,"26":112,"268":10,"27":116,"273":100,"276":17,"279":11,"28":394,"281":6,"282":4,"291":10,"292":82,"30":51,"302":8,"31":29,"314":5,"317":1,"32":24,"33":101,"34":76,"347":10,"35":59,"352":614,"36":128,"37":36,"38":493,"380":1,"381":27,"383":31,"389":4,"39":62,"391":18,"396":5,"397":29,"40":97,"409":54,"41":47,"414":10,"415":79,"419":19,"42":134,"426":7,"43":30,"430":9,"433":2,"44":24,"45":74,"46":123,"48":59,"49":32,"5":777,"51":39,"52":108,"53":45,"56":11,"570":5,"6":87,"63":24,"7":455,"79":30,"8":319,"80":33,"9":168,"all_client":84497,"all_tv_clinet":12912,"insert_time":"2014-08-21T08:06:48.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71560,"10":14,"107":511,"11":325,"12":77,"13":437,"14":84,"15":228,"155":19,"156":14,"158":22,"159":15,"16":99,"160":13,"161":179,"167":34,"168":4,"17":183,"18":527,"19":344,"20":104,"209":26,"21":548,"210":10,"211":2,"214":17,"215":81,"221":290,"223":510,"224":195,"225":495,"23":356,"24":1115,"25":389,"257":44,"26":99,"268":10,"27":117,"273":103,"276":18,"279":11,"28":404,"281":6,"282":3,"291":9,"292":83,"30":50,"302":8,"31":28,"314":7,"317":1,"32":25,"33":98,"34":78,"347":13,"35":58,"352":609,"36":132,"37":36,"38":496,"381":26,"383":33,"389":4,"39":62,"391":19,"396":5,"397":29,"40":100,"409":51,"41":47,"414":11,"415":78,"419":19,"42":138,"426":6,"43":31,"430":9,"433":1,"44":26,"45":75,"46":133,"48":60,"49":29,"5":774,"51":44,"52":111,"53":47,"56":13,"570":4,"6":81,"63":24,"7":439,"79":32,"8":323,"80":30,"9":173,"all_client":84460,"all_tv_clinet":12900,"insert_time":"2014-08-21T08:07:49.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71568,"10":14,"107":507,"11":314,"12":74,"13":442,"14":80,"15":235,"155":19,"156":13,"158":21,"159":18,"16":101,"160":12,"161":179,"167":34,"168":4,"17":172,"18":528,"19":344,"20":102,"209":29,"21":559,"210":11,"211":2,"214":17,"215":83,"221":292,"223":515,"224":190,"225":488,"23":344,"24":1105,"25":393,"257":43,"26":103,"268":11,"27":118,"273":103,"276":18,"279":11,"28":407,"281":6,"282":4,"291":8,"292":83,"30":51,"302":8,"31":26,"314":7,"317":1,"32":23,"33":96,"34":81,"347":14,"35":59,"352":622,"36":137,"37":38,"38":497,"381":27,"383":31,"389":4,"39":63,"391":18,"396":4,"397":29,"40":103,"409":49,"41":44,"414":11,"415":79,"419":19,"42":140,"426":5,"43":33,"430":10,"431":1,"433":1,"44":30,"45":75,"46":131,"48":63,"49":28,"5":774,"51":47,"52":111,"53":40,"56":14,"570":4,"6":84,"63":25,"7":420,"79":33,"8":331,"80":30,"9":173,"all_client":84468,"all_tv_clinet":12900,"insert_time":"2014-08-21T08:08:49.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71616,"10":15,"107":505,"11":314,"12":74,"13":447,"14":79,"15":237,"155":21,"156":12,"158":17,"159":17,"16":103,"160":9,"161":169,"167":32,"168":4,"17":166,"18":539,"19":351,"20":102,"209":29,"21":557,"210":10,"211":2,"214":16,"215":79,"221":293,"223":517,"224":176,"225":482,"23":327,"24":1107,"25":406,"257":46,"26":100,"268":11,"27":122,"273":104,"276":18,"279":10,"28":410,"281":7,"282":4,"291":8,"292":80,"30":52,"302":8,"31":27,"314":8,"317":1,"32":21,"33":100,"34":82,"347":15,"35":62,"352":621,"36":135,"37":37,"38":506,"381":28,"383":31,"389":4,"39":69,"391":18,"396":4,"397":31,"40":106,"409":43,"41":46,"414":13,"415":82,"419":20,"42":142,"426":4,"43":32,"430":9,"431":1,"433":1,"44":32,"45":74,"46":132,"48":66,"49":28,"5":778,"51":48,"52":108,"53":38,"56":13,"570":4,"6":84,"63":25,"7":415,"79":32,"8":334,"80":30,"9":166,"all_client":84516,"all_tv_clinet":12900,"insert_time":"2014-08-21T08:09:50.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71605,"10":16,"107":492,"11":322,"12":70,"13":458,"14":79,"15":247,"155":21,"156":12,"158":16,"159":16,"16":101,"160":9,"161":167,"167":33,"168":4,"17":160,"18":546,"19":352,"20":101,"209":29,"21":565,"210":10,"211":2,"214":17,"215":78,"221":293,"223":515,"224":169,"225":494,"23":318,"24":1095,"25":403,"257":46,"26":101,"268":10,"27":128,"273":106,"276":19,"279":9,"28":414,"281":6,"282":4,"291":9,"292":75,"30":49,"302":8,"31":28,"314":7,"317":1,"32":21,"33":99,"34":81,"347":14,"35":66,"352":621,"36":130,"37":36,"38":516,"381":25,"383":26,"389":4,"39":68,"391":18,"396":3,"397":31,"40":109,"409":39,"41":41,"414":15,"415":84,"419":21,"42":140,"426":3,"43":29,"430":10,"431":1,"433":1,"44":36,"45":75,"46":134,"48":69,"49":29,"5":779,"51":45,"52":109,"53":44,"56":14,"570":2,"6":87,"63":25,"7":416,"79":34,"8":333,"80":32,"9":163,"all_client":84513,"all_tv_clinet":12908,"insert_time":"2014-08-21T08:10:50.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71585,"10":14,"107":486,"11":336,"12":68,"13":471,"14":78,"15":248,"155":20,"156":12,"158":17,"159":16,"16":108,"160":9,"161":164,"167":31,"168":4,"17":152,"18":554,"19":348,"20":100,"209":30,"21":568,"210":12,"211":1,"214":17,"215":81,"221":292,"223":510,"224":159,"225":488,"23":308,"24":1092,"25":407,"257":44,"26":104,"268":9,"27":123,"273":110,"276":20,"279":10,"28":414,"281":6,"282":4,"291":9,"292":67,"30":49,"302":7,"306":1,"31":29,"314":6,"317":1,"32":21,"33":103,"34":84,"347":16,"35":71,"352":624,"36":124,"37":38,"38":505,"381":28,"383":25,"389":3,"39":66,"391":15,"396":3,"397":30,"40":106,"409":39,"41":43,"414":15,"415":91,"419":21,"42":138,"426":3,"43":32,"430":10,"431":1,"433":1,"44":41,"45":75,"46":141,"48":70,"49":28,"5":777,"51":47,"52":108,"53":48,"56":13,"570":2,"6":88,"63":24,"7":415,"79":37,"8":334,"80":31,"9":152,"all_client":84486,"all_tv_clinet":12901,"insert_time":"2014-08-21T08:11:51.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71564,"10":13,"107":488,"11":331,"12":68,"13":483,"14":78,"15":250,"155":20,"156":12,"158":18,"159":18,"16":114,"160":9,"161":173,"167":32,"168":5,"17":145,"18":568,"19":350,"20":104,"209":27,"21":579,"210":13,"211":1,"214":18,"215":82,"221":284,"223":514,"224":151,"225":487,"23":296,"24":1093,"25":411,"257":47,"26":106,"268":8,"27":124,"273":113,"276":20,"279":9,"28":417,"281":6,"282":5,"291":10,"292":59,"30":48,"302":6,"306":1,"31":29,"314":4,"317":1,"32":20,"33":105,"34":87,"347":14,"35":76,"352":622,"36":125,"37":38,"38":514,"381":27,"383":27,"389":3,"39":67,"391":16,"396":2,"397":32,"40":108,"409":41,"41":46,"414":16,"415":97,"419":18,"42":137,"426":3,"43":33,"430":10,"431":1,"433":1,"44":40,"45":75,"46":148,"48":70,"49":26,"5":776,"51":52,"52":111,"53":47,"56":14,"570":2,"6":83,"63":23,"7":403,"79":36,"8":337,"80":30,"9":144,"all_client":84515,"all_tv_clinet":12951,"insert_time":"2014-08-21T08:12:52.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71574,"10":12,"107":497,"11":332,"12":71,"13":494,"14":82,"15":244,"155":18,"156":14,"158":21,"159":17,"16":111,"160":9,"161":180,"167":33,"168":5,"17":140,"18":572,"19":353,"20":106,"209":27,"21":573,"210":14,"211":1,"214":18,"215":86,"221":283,"223":515,"224":144,"225":482,"23":288,"24":1064,"25":419,"257":49,"26":108,"268":8,"27":128,"273":109,"276":20,"279":7,"28":424,"281":8,"282":5,"291":10,"292":56,"30":46,"302":6,"306":1,"31":27,"314":3,"317":1,"32":20,"33":106,"34":87,"347":14,"35":78,"352":618,"36":124,"37":38,"38":520,"381":28,"383":28,"389":3,"39":67,"391":16,"396":1,"397":33,"40":107,"409":48,"41":56,"414":16,"415":104,"419":20,"42":130,"426":4,"43":33,"430":10,"431":1,"433":1,"44":42,"45":80,"46":149,"48":76,"49":23,"5":781,"51":53,"52":110,"53":45,"56":13,"570":2,"6":77,"63":24,"7":397,"79":39,"8":339,"80":29,"9":140,"all_client":84545,"all_tv_clinet":12971,"insert_time":"2014-08-21T08:13:52.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71609,"10":13,"107":490,"11":331,"12":73,"13":490,"14":87,"15":247,"155":18,"156":15,"158":21,"159":19,"16":112,"160":10,"161":193,"167":34,"168":5,"17":133,"18":574,"19":350,"20":107,"209":23,"21":580,"210":14,"211":1,"214":18,"215":90,"221":279,"223":515,"224":136,"225":491,"23":289,"24":1040,"25":424,"257":52,"26":109,"268":6,"27":131,"273":102,"276":22,"279":5,"28":425,"281":9,"282":6,"291":10,"292":53,"30":40,"302":6,"31":29,"314":3,"317":1,"32":18,"33":106,"34":87,"347":16,"35":80,"352":611,"36":134,"37":40,"38":500,"381":28,"383":28,"389":3,"39":70,"391":16,"396":1,"397":33,"40":110,"409":52,"41":60,"414":19,"415":101,"419":20,"42":116,"426":3,"43":34,"430":11,"431":1,"433":1,"44":42,"45":80,"46":151,"48":81,"49":24,"5":779,"51":51,"52":115,"53":46,"56":14,"570":3,"6":73,"63":24,"7":403,"79":35,"8":344,"80":30,"9":133,"all_client":84567,"all_tv_clinet":12958,"insert_time":"2014-08-21T08:14:53.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71645,"10":12,"107":490,"11":327,"12":79,"13":494,"14":86,"15":253,"155":20,"156":16,"158":21,"159":17,"16":110,"160":10,"161":198,"167":34,"168":5,"17":129,"18":580,"19":353,"20":109,"209":27,"21":584,"210":15,"211":1,"214":16,"215":92,"221":275,"223":512,"224":132,"225":496,"23":302,"24":1040,"25":431,"257":53,"26":109,"268":6,"27":132,"273":92,"276":20,"279":6,"28":422,"281":9,"282":6,"291":10,"292":49,"30":37,"302":6,"306":1,"31":28,"314":3,"317":1,"32":22,"33":103,"34":89,"347":17,"35":81,"352":614,"36":138,"37":40,"38":492,"381":26,"383":30,"389":3,"39":73,"391":15,"396":1,"397":33,"40":110,"409":55,"41":65,"414":20,"415":102,"419":21,"42":101,"426":2,"43":36,"430":12,"433":1,"44":41,"45":79,"46":147,"48":83,"49":26,"5":783,"51":52,"52":112,"53":51,"56":17,"570":3,"6":66,"63":24,"7":405,"79":36,"8":344,"80":30,"9":131,"all_client":84633,"all_tv_clinet":12988,"insert_time":"2014-08-21T08:15:53.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71645,"10":13,"107":496,"11":330,"12":84,"13":495,"14":82,"15":251,"155":23,"156":17,"158":22,"159":16,"16":110,"160":9,"161":196,"167":35,"168":5,"17":132,"18":596,"19":352,"20":113,"209":26,"21":582,"210":14,"211":1,"214":15,"215":93,"221":267,"223":513,"224":131,"225":504,"23":299,"24":1050,"25":442,"257":55,"26":109,"268":7,"27":133,"273":86,"276":22,"279":7,"28":400,"281":10,"282":7,"291":9,"292":45,"30":37,"302":6,"306":1,"31":26,"314":3,"317":1,"32":23,"33":106,"34":92,"347":17,"35":82,"352":617,"36":143,"37":43,"38":482,"380":1,"381":27,"383":33,"389":4,"39":69,"391":16,"396":2,"397":34,"40":112,"409":57,"41":69,"414":19,"415":101,"419":21,"42":92,"426":3,"43":40,"430":11,"433":2,"44":41,"45":82,"46":146,"48":85,"49":28,"5":788,"51":53,"52":101,"53":48,"56":17,"570":3,"6":64,"63":23,"7":406,"79":36,"8":349,"80":30,"9":120,"all_client":84661,"all_tv_clinet":13016,"insert_time":"2014-08-21T08:16:54.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71674,"10":11,"107":496,"11":338,"12":87,"13":497,"14":79,"15":237,"155":23,"156":18,"158":22,"159":17,"16":111,"160":8,"161":181,"167":35,"168":6,"17":127,"18":615,"19":355,"20":115,"209":25,"21":586,"210":14,"214":15,"215":94,"221":253,"223":508,"224":129,"225":504,"23":299,"24":1051,"25":447,"257":51,"26":113,"268":6,"27":143,"273":82,"276":21,"279":7,"28":375,"281":10,"282":6,"291":9,"292":46,"30":35,"302":6,"306":1,"31":29,"314":3,"317":1,"32":24,"33":114,"34":87,"347":21,"35":79,"352":618,"36":144,"37":50,"38":484,"380":1,"381":28,"383":32,"389":4,"39":63,"391":14,"396":2,"397":33,"40":122,"409":57,"41":70,"414":18,"415":102,"419":22,"42":79,"426":4,"43":37,"430":10,"433":2,"44":42,"45":89,"46":147,"48":89,"49":26,"5":794,"51":56,"52":87,"53":50,"56":18,"570":2,"6":65,"63":23,"7":416,"79":37,"8":346,"80":28,"9":117,"all_client":84674,"all_tv_clinet":13000,"insert_time":"2014-08-21T08:17:54.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71727,"10":10,"107":499,"11":338,"12":91,"13":502,"14":80,"15":230,"155":24,"156":16,"158":22,"159":17,"16":115,"160":7,"161":180,"167":36,"168":5,"17":120,"18":618,"19":358,"20":116,"209":21,"21":587,"210":14,"214":14,"215":93,"221":251,"223":506,"224":131,"225":517,"23":293,"24":1057,"25":463,"257":50,"26":112,"268":6,"27":146,"273":78,"276":23,"279":7,"28":342,"281":10,"282":7,"291":9,"292":46,"30":34,"302":4,"31":31,"314":3,"317":1,"32":22,"33":117,"34":88,"347":20,"35":72,"352":618,"36":147,"37":52,"38":486,"380":1,"381":26,"383":31,"389":3,"39":59,"391":14,"396":2,"397":33,"40":126,"409":59,"41":60,"414":15,"415":96,"419":22,"42":73,"426":6,"43":38,"430":10,"433":2,"44":44,"45":90,"46":148,"48":94,"49":27,"5":802,"51":57,"52":84,"53":52,"56":20,"570":2,"6":71,"63":24,"7":433,"79":39,"8":356,"80":29,"9":122,"all_client":84759,"all_tv_clinet":13032,"insert_time":"2014-08-21T08:18:55.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71779,"10":10,"107":495,"11":349,"12":92,"13":505,"14":77,"15":213,"155":24,"156":16,"158":25,"159":19,"16":113,"160":8,"161":180,"167":38,"168":5,"17":126,"18":624,"19":352,"20":119,"209":25,"21":602,"210":13,"214":14,"215":92,"221":245,"223":505,"224":132,"225":526,"23":285,"24":1073,"25":465,"257":54,"26":111,"268":6,"27":146,"273":82,"276":23,"279":9,"28":329,"281":9,"282":9,"291":9,"292":45,"30":34,"302":4,"31":33,"314":3,"317":1,"32":21,"33":119,"34":95,"347":18,"35":65,"352":617,"36":141,"37":51,"38":489,"380":1,"381":28,"383":31,"389":3,"39":56,"391":13,"396":2,"397":32,"40":129,"409":60,"41":50,"414":15,"415":103,"419":19,"42":68,"426":6,"43":39,"430":11,"44":46,"45":90,"46":153,"48":98,"49":28,"5":802,"51":59,"52":83,"53":54,"56":20,"570":2,"6":74,"63":25,"7":434,"79":40,"8":353,"80":29,"9":125,"all_client":84850,"all_tv_clinet":13071,"insert_time":"2014-08-21T08:19:56.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71752,"10":14,"107":488,"11":348,"12":96,"13":512,"14":80,"15":221,"155":25,"156":17,"158":26,"159":18,"16":110,"160":8,"161":181,"167":37,"168":5,"17":116,"18":619,"19":350,"20":117,"209":23,"21":604,"210":13,"211":1,"214":14,"215":93,"221":245,"223":501,"224":130,"225":527,"23":282,"24":1073,"25":464,"257":54,"26":112,"268":6,"27":127,"273":81,"276":22,"279":9,"28":318,"281":11,"282":10,"291":9,"292":40,"30":31,"302":4,"31":36,"314":3,"317":1,"32":22,"33":119,"34":99,"347":21,"35":55,"352":624,"36":147,"37":51,"38":492,"380":1,"381":26,"383":33,"389":5,"39":58,"391":12,"396":3,"397":33,"40":133,"409":57,"41":47,"414":14,"415":103,"419":18,"42":70,"426":7,"43":45,"430":10,"44":48,"45":93,"46":157,"48":95,"49":25,"5":807,"51":61,"52":82,"53":56,"56":24,"570":2,"6":72,"63":25,"7":441,"79":41,"8":364,"80":30,"9":126,"all_client":84838,"all_tv_clinet":13086,"insert_time":"2014-08-21T08:20:57.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71802,"10":16,"107":500,"11":352,"12":100,"13":521,"14":81,"15":214,"155":28,"156":17,"158":27,"159":17,"16":108,"160":10,"161":176,"167":38,"168":5,"17":117,"18":615,"19":352,"20":117,"209":24,"21":600,"210":14,"211":1,"214":12,"215":98,"221":245,"223":495,"224":136,"225":540,"23":273,"24":1089,"25":461,"257":54,"26":116,"268":4,"27":113,"273":78,"276":21,"279":8,"28":325,"281":9,"282":12,"291":9,"292":40,"30":27,"302":4,"31":36,"314":3,"317":1,"32":21,"33":120,"34":104,"347":22,"35":50,"352":637,"36":148,"37":53,"38":477,"380":1,"381":22,"383":36,"389":6,"39":55,"391":13,"396":3,"397":33,"40":137,"409":53,"41":46,"414":14,"415":101,"419":17,"42":68,"426":9,"43":47,"430":10,"44":49,"45":92,"46":156,"48":96,"49":25,"5":816,"51":61,"52":81,"53":56,"56":25,"570":2,"6":68,"63":24,"7":443,"79":40,"8":362,"80":29,"9":125,"all_client":84914,"all_tv_clinet":13112,"insert_time":"2014-08-21T08:21:57.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71869,"10":16,"107":491,"11":351,"12":100,"13":528,"14":80,"15":211,"155":28,"156":16,"158":26,"159":17,"16":110,"160":10,"161":178,"167":43,"168":6,"17":117,"18":609,"19":352,"20":116,"209":21,"21":618,"210":15,"211":1,"214":12,"215":102,"221":242,"223":496,"224":141,"225":543,"23":275,"24":1093,"25":458,"257":53,"26":118,"268":5,"27":102,"273":78,"276":21,"279":8,"28":323,"281":9,"282":13,"291":9,"292":41,"30":25,"302":4,"31":33,"314":3,"317":1,"32":21,"33":120,"34":104,"347":22,"35":50,"352":649,"36":139,"37":55,"38":464,"380":1,"381":21,"383":35,"389":6,"39":57,"391":14,"396":4,"397":34,"40":139,"409":44,"41":42,"414":13,"415":98,"419":17,"42":63,"426":8,"43":51,"430":9,"44":51,"45":91,"46":159,"48":101,"49":28,"5":819,"51":61,"52":80,"53":52,"56":26,"570":2,"6":67,"63":23,"7":454,"79":39,"8":363,"80":28,"9":125,"all_client":84986,"all_tv_clinet":13117,"insert_time":"2014-08-21T08:22:58.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71953,"10":15,"107":481,"11":345,"12":93,"13":532,"14":77,"15":216,"155":32,"156":19,"158":28,"159":16,"16":108,"160":9,"161":180,"167":46,"168":6,"17":114,"18":605,"19":350,"20":115,"209":27,"21":613,"210":16,"211":1,"214":10,"215":97,"221":259,"223":500,"224":144,"225":554,"23":281,"24":1102,"25":467,"257":52,"26":118,"268":5,"27":91,"273":80,"276":22,"279":7,"28":324,"281":9,"282":15,"291":8,"292":40,"30":24,"302":4,"31":33,"314":3,"32":21,"33":124,"34":103,"347":23,"35":42,"352":637,"36":143,"37":57,"38":448,"380":1,"381":21,"383":35,"389":6,"39":60,"391":13,"396":4,"397":34,"40":139,"409":40,"41":40,"414":10,"415":98,"419":16,"42":53,"426":10,"43":50,"430":9,"44":50,"45":89,"46":161,"48":105,"49":30,"5":822,"51":67,"52":81,"53":48,"56":28,"570":3,"6":64,"63":23,"7":449,"79":40,"8":361,"80":29,"9":129,"all_client":85062,"all_tv_clinet":13109,"insert_time":"2014-08-21T08:23:59.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71922,"10":14,"107":481,"11":347,"12":83,"13":535,"14":77,"15":218,"155":32,"156":19,"158":30,"159":15,"16":106,"160":11,"161":179,"167":46,"168":5,"17":115,"18":605,"19":350,"20":112,"209":27,"21":612,"210":15,"211":1,"214":13,"215":96,"221":264,"223":506,"224":154,"225":563,"23":287,"24":1109,"25":468,"257":47,"26":115,"268":4,"27":87,"273":79,"276":22,"279":7,"28":313,"281":8,"282":18,"291":7,"292":39,"30":23,"302":4,"31":33,"314":3,"32":21,"33":125,"34":101,"347":23,"35":40,"352":635,"36":138,"37":58,"38":454,"380":2,"381":20,"383":32,"389":5,"39":58,"391":13,"396":4,"397":35,"40":142,"409":39,"41":36,"414":9,"415":98,"419":14,"42":52,"426":11,"43":52,"430":8,"44":52,"45":85,"46":167,"48":110,"49":28,"5":820,"51":68,"52":80,"53":46,"56":31,"570":4,"6":62,"63":23,"7":432,"79":43,"8":356,"80":29,"9":132,"all_client":85019,"all_tv_clinet":13097,"insert_time":"2014-08-21T08:24:59.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71945,"10":12,"107":501,"11":347,"12":70,"13":533,"14":78,"15":210,"155":34,"156":19,"158":30,"159":16,"16":105,"160":11,"161":184,"167":45,"168":4,"17":114,"18":615,"19":357,"20":109,"209":26,"21":587,"210":17,"211":1,"214":11,"215":92,"221":262,"223":517,"224":157,"225":573,"23":290,"24":1091,"25":474,"257":47,"26":114,"268":3,"27":81,"273":84,"276":21,"279":7,"28":306,"281":8,"282":21,"291":7,"292":41,"30":20,"302":3,"31":37,"314":5,"32":22,"33":132,"34":102,"347":24,"35":42,"352":633,"36":139,"37":60,"38":468,"380":2,"381":20,"383":30,"389":5,"39":58,"391":13,"396":3,"397":36,"40":147,"409":41,"41":34,"414":10,"415":101,"419":15,"42":46,"426":11,"43":54,"430":8,"433":1,"44":54,"45":80,"46":168,"48":108,"49":30,"5":820,"51":75,"52":81,"53":49,"56":30,"570":4,"6":59,"63":22,"7":431,"79":42,"8":357,"80":29,"9":131,"all_client":85069,"all_tv_clinet":13124,"insert_time":"2014-08-21T08:26:00.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71983,"10":14,"107":499,"11":353,"12":67,"13":545,"14":84,"15":199,"155":34,"156":17,"158":30,"159":18,"16":106,"160":11,"161":188,"167":45,"168":4,"17":113,"18":617,"19":351,"20":110,"209":29,"21":565,"210":20,"211":1,"214":11,"215":96,"221":262,"223":519,"224":159,"225":575,"23":284,"24":1065,"25":483,"257":52,"26":119,"268":4,"27":72,"273":86,"276":19,"279":6,"28":304,"281":8,"282":22,"291":9,"292":41,"30":18,"302":3,"31":36,"314":5,"32":17,"33":134,"34":98,"347":25,"35":43,"352":620,"36":138,"37":62,"38":467,"380":3,"381":21,"383":31,"389":5,"39":52,"391":12,"396":3,"397":36,"40":150,"409":44,"41":35,"414":9,"415":104,"419":13,"42":45,"426":11,"43":55,"430":10,"433":1,"434":1,"44":56,"45":83,"46":173,"48":104,"49":36,"5":827,"51":71,"52":80,"53":49,"56":30,"570":6,"6":56,"63":24,"7":429,"79":45,"8":360,"80":27,"9":132,"all_client":85094,"all_tv_clinet":13111,"insert_time":"2014-08-21T08:27:01.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72066,"10":16,"107":500,"11":352,"12":69,"13":565,"14":83,"15":185,"155":34,"156":17,"158":31,"159":17,"16":106,"160":12,"161":192,"167":46,"168":4,"17":113,"18":631,"19":339,"20":114,"209":30,"21":540,"210":20,"211":1,"214":8,"215":93,"221":263,"223":519,"224":171,"225":572,"23":280,"24":1067,"25":478,"257":50,"26":116,"268":5,"27":66,"273":87,"276":19,"279":8,"28":293,"281":9,"282":24,"291":8,"292":41,"30":17,"302":4,"31":34,"314":5,"32":22,"33":137,"34":83,"347":27,"35":44,"352":609,"36":139,"37":63,"38":455,"380":4,"381":23,"383":29,"389":5,"39":51,"391":12,"396":2,"397":35,"40":145,"409":48,"41":41,"414":10,"415":104,"419":13,"42":39,"426":10,"43":56,"430":9,"433":1,"434":1,"44":60,"45":83,"46":180,"48":101,"49":39,"5":809,"51":74,"52":81,"53":52,"56":29,"570":6,"6":55,"63":24,"7":418,"79":49,"8":361,"80":27,"9":137,"all_client":85122,"all_tv_clinet":13056,"insert_time":"2014-08-21T08:28:01.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72113,"10":17,"107":487,"11":336,"12":69,"13":563,"14":94,"15":167,"155":33,"156":16,"158":30,"159":22,"16":114,"160":14,"161":203,"167":47,"168":5,"17":115,"18":635,"19":326,"20":119,"209":33,"21":534,"210":20,"211":1,"214":7,"215":91,"221":267,"223":528,"224":171,"225":576,"23":283,"24":1077,"25":478,"257":48,"26":118,"268":5,"27":60,"273":84,"276":20,"279":8,"28":301,"281":9,"282":24,"291":9,"292":38,"30":17,"302":4,"31":33,"314":5,"32":20,"33":136,"34":75,"347":31,"35":46,"352":614,"36":143,"37":60,"38":453,"380":4,"381":24,"383":21,"389":4,"39":54,"391":11,"396":2,"397":36,"40":146,"409":60,"41":46,"414":10,"415":104,"419":12,"42":39,"426":8,"43":56,"430":10,"433":1,"434":1,"44":63,"45":87,"46":184,"48":102,"49":41,"5":797,"51":71,"52":81,"53":51,"56":31,"570":6,"6":57,"63":25,"7":416,"79":51,"8":357,"80":27,"9":140,"all_client":85188,"all_tv_clinet":13075,"insert_time":"2014-08-21T08:29:02.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72217,"10":17,"107":485,"11":326,"12":63,"13":534,"14":101,"15":153,"155":34,"156":15,"158":34,"159":23,"16":115,"160":15,"161":190,"167":44,"168":6,"17":118,"18":656,"19":315,"20":114,"209":35,"21":528,"210":21,"211":1,"214":7,"215":92,"221":261,"223":541,"224":175,"225":576,"23":293,"24":1103,"25":481,"257":48,"26":118,"268":3,"27":57,"273":75,"276":20,"279":7,"28":309,"281":10,"282":26,"291":9,"292":41,"30":20,"302":3,"31":35,"314":5,"32":23,"33":129,"34":67,"347":31,"35":46,"352":607,"36":147,"37":61,"38":462,"380":5,"381":26,"383":22,"389":4,"39":49,"391":11,"396":3,"397":34,"40":153,"409":62,"41":48,"414":10,"415":106,"419":14,"42":39,"426":10,"43":61,"430":8,"433":2,"44":63,"45":87,"46":184,"48":102,"49":45,"5":768,"51":75,"52":85,"53":47,"56":30,"570":7,"6":64,"63":25,"7":417,"79":53,"8":340,"80":28,"9":151,"all_client":85286,"all_tv_clinet":13069,"insert_time":"2014-08-21T08:30:02.892Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72284,"10":17,"107":480,"11":321,"12":63,"13":506,"14":111,"15":148,"155":36,"156":13,"158":34,"159":23,"16":119,"160":14,"161":178,"167":43,"168":5,"17":124,"18":662,"19":307,"20":114,"209":34,"21":513,"210":21,"211":1,"214":9,"215":88,"221":255,"223":540,"224":177,"225":584,"23":296,"24":1133,"25":481,"257":49,"26":121,"268":3,"27":56,"273":73,"276":20,"279":9,"28":321,"281":9,"282":25,"291":9,"292":43,"30":19,"302":3,"31":39,"314":6,"32":26,"33":130,"34":64,"347":31,"35":49,"352":599,"36":149,"37":60,"38":465,"380":5,"381":26,"383":22,"389":4,"39":52,"391":11,"396":4,"397":35,"40":161,"409":65,"41":49,"414":11,"415":106,"419":14,"42":38,"426":9,"43":63,"430":9,"433":3,"44":62,"45":88,"46":183,"48":105,"49":51,"5":746,"51":77,"52":85,"53":45,"56":29,"570":7,"6":66,"63":25,"7":420,"79":57,"8":331,"80":30,"9":163,"all_client":85369,"all_tv_clinet":13085,"insert_time":"2014-08-21T08:31:03.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72292,"10":17,"107":479,"11":312,"12":60,"13":476,"14":116,"15":146,"155":37,"156":11,"158":33,"159":20,"16":124,"160":17,"161":166,"167":41,"168":4,"17":126,"18":676,"19":305,"20":114,"209":34,"21":514,"210":22,"211":1,"214":9,"215":84,"221":243,"223":550,"224":186,"225":592,"23":295,"24":1166,"25":485,"257":50,"26":118,"268":1,"27":55,"273":70,"276":24,"279":8,"28":327,"281":9,"282":25,"291":12,"292":45,"30":18,"302":3,"31":40,"314":6,"32":25,"33":124,"34":59,"347":33,"35":48,"352":621,"36":147,"37":63,"38":466,"380":5,"381":31,"383":25,"389":3,"39":53,"391":13,"396":4,"397":36,"40":169,"409":72,"41":54,"414":13,"415":102,"419":14,"42":39,"426":9,"43":63,"430":11,"433":3,"44":62,"45":86,"46":188,"48":106,"49":56,"5":715,"51":85,"52":86,"53":45,"56":28,"570":7,"6":73,"63":25,"7":411,"79":59,"8":320,"80":30,"9":174,"all_client":85425,"all_tv_clinet":13133,"insert_time":"2014-08-21T08:32:04.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72315,"10":18,"107":473,"11":303,"12":59,"13":451,"14":123,"15":146,"155":36,"156":9,"158":35,"159":19,"16":124,"160":18,"161":164,"167":39,"168":5,"17":131,"18":683,"19":306,"20":122,"209":38,"21":514,"210":21,"211":1,"214":8,"215":85,"221":239,"223":547,"224":193,"225":603,"23":289,"24":1178,"25":486,"257":51,"26":115,"268":2,"27":52,"273":74,"276":25,"279":9,"28":338,"281":10,"282":24,"291":16,"292":43,"30":20,"302":3,"31":38,"314":5,"32":25,"33":126,"34":60,"347":31,"35":48,"352":626,"36":149,"37":62,"38":480,"380":3,"381":28,"383":24,"389":3,"39":56,"391":13,"396":4,"397":35,"40":163,"409":73,"41":54,"414":17,"415":106,"419":14,"42":35,"426":6,"43":64,"430":11,"433":3,"44":65,"45":79,"46":192,"48":100,"49":62,"5":702,"51":87,"52":87,"53":52,"56":30,"570":7,"6":68,"63":23,"7":402,"79":56,"8":304,"80":28,"9":183,"all_client":85452,"all_tv_clinet":13137,"insert_time":"2014-08-21T08:33:05.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72402,"10":19,"107":482,"11":312,"12":60,"13":441,"14":116,"15":138,"155":35,"156":9,"158":38,"159":20,"16":108,"160":21,"161":166,"167":38,"168":5,"17":131,"18":673,"19":302,"20":124,"209":40,"21":513,"210":21,"211":1,"214":7,"215":85,"221":244,"223":555,"224":191,"225":621,"23":297,"24":1182,"25":486,"257":50,"26":117,"268":1,"27":52,"273":77,"276":26,"279":9,"28":343,"281":10,"282":22,"291":16,"292":46,"30":20,"302":3,"31":40,"314":6,"32":25,"33":120,"34":56,"347":32,"35":52,"352":624,"36":145,"37":61,"38":486,"380":4,"381":28,"383":25,"389":3,"39":55,"391":12,"396":3,"397":37,"40":166,"409":75,"41":49,"414":17,"415":110,"419":15,"42":35,"426":6,"43":65,"430":10,"433":2,"44":64,"45":72,"46":193,"48":103,"49":65,"5":682,"51":84,"52":92,"53":59,"56":30,"570":7,"6":71,"63":23,"7":401,"79":57,"8":285,"80":26,"9":186,"all_client":85539,"all_tv_clinet":13137,"insert_time":"2014-08-21T08:34:05.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72508,"10":19,"107":505,"11":316,"12":64,"13":430,"14":110,"15":137,"155":35,"156":10,"158":38,"159":18,"16":95,"160":22,"161":164,"167":34,"168":4,"17":128,"18":684,"19":303,"20":133,"209":39,"21":499,"210":23,"211":1,"214":8,"215":93,"221":244,"223":558,"224":201,"225":628,"23":293,"24":1174,"25":487,"257":52,"26":114,"268":1,"27":51,"273":78,"276":26,"279":11,"28":349,"281":9,"282":19,"291":17,"292":46,"30":20,"302":3,"306":1,"31":39,"314":5,"32":24,"33":125,"34":54,"347":29,"35":51,"352":640,"36":143,"37":61,"38":481,"380":4,"381":25,"383":25,"389":3,"39":57,"391":10,"396":2,"397":38,"40":167,"409":73,"41":51,"414":20,"415":111,"419":16,"42":34,"426":6,"43":64,"430":11,"433":2,"44":65,"45":71,"46":192,"48":105,"49":72,"5":667,"51":86,"52":94,"53":62,"56":33,"570":8,"6":67,"63":22,"7":403,"79":56,"8":282,"80":28,"9":188,"all_client":85674,"all_tv_clinet":13166,"insert_time":"2014-08-21T08:35:06.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72599,"10":20,"107":510,"11":337,"12":69,"13":426,"14":108,"15":132,"155":35,"156":10,"158":38,"159":17,"16":88,"160":22,"161":166,"167":35,"168":4,"17":129,"18":692,"19":305,"20":135,"209":38,"21":501,"210":23,"211":1,"214":8,"215":94,"221":230,"223":541,"224":203,"225":646,"23":286,"24":1156,"25":492,"257":52,"26":118,"268":1,"27":50,"273":80,"276":27,"279":12,"28":363,"281":8,"282":17,"291":17,"292":46,"30":20,"302":4,"306":1,"31":38,"314":4,"32":23,"33":130,"34":48,"347":24,"35":61,"352":634,"36":142,"37":67,"38":476,"380":4,"381":22,"383":29,"389":4,"39":57,"391":9,"397":38,"40":169,"409":76,"41":49,"414":21,"415":112,"419":16,"42":38,"426":8,"43":62,"430":11,"433":2,"44":66,"45":67,"46":183,"48":113,"49":74,"5":636,"51":85,"52":95,"53":66,"56":35,"570":8,"6":71,"63":20,"7":401,"79":58,"8":271,"80":31,"9":189,"all_client":85755,"all_tv_clinet":13156,"insert_time":"2014-08-21T08:36:07.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72691,"10":20,"107":510,"11":357,"12":65,"13":415,"14":103,"15":130,"155":35,"156":9,"158":39,"159":16,"16":83,"160":24,"161":165,"167":32,"168":6,"17":118,"18":729,"19":314,"20":131,"209":41,"21":490,"210":23,"211":1,"214":8,"215":95,"221":228,"223":526,"224":204,"225":640,"23":289,"24":1168,"25":498,"257":55,"26":117,"268":1,"27":46,"273":80,"276":28,"279":13,"28":362,"281":9,"282":15,"291":17,"292":49,"30":20,"302":4,"306":1,"31":43,"314":6,"32":22,"33":135,"34":41,"347":23,"35":62,"352":638,"36":139,"37":65,"38":470,"380":2,"381":23,"383":29,"389":4,"39":57,"391":9,"396":1,"397":39,"40":168,"409":68,"41":46,"414":21,"415":114,"419":15,"42":43,"426":10,"43":61,"430":11,"433":2,"44":65,"45":60,"46":179,"48":108,"49":76,"5":614,"51":80,"52":99,"53":72,"56":33,"570":8,"6":71,"63":20,"7":398,"79":56,"8":272,"80":30,"9":196,"all_client":85824,"all_tv_clinet":13133,"insert_time":"2014-08-21T08:37:07.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72702,"10":21,"107":520,"11":366,"12":66,"13":414,"14":103,"15":124,"155":34,"156":7,"158":38,"159":15,"16":84,"160":23,"161":169,"167":31,"168":6,"17":114,"18":742,"19":307,"20":135,"209":37,"21":496,"210":23,"211":1,"214":8,"215":95,"221":228,"223":522,"224":206,"225":627,"23":297,"24":1172,"25":502,"257":55,"26":123,"268":1,"27":42,"273":82,"276":28,"279":11,"28":372,"281":9,"282":14,"291":17,"292":58,"30":20,"302":4,"306":1,"31":44,"314":6,"32":21,"33":140,"34":40,"347":21,"35":65,"352":627,"36":135,"37":68,"38":456,"380":2,"381":23,"383":29,"389":5,"39":55,"391":8,"396":1,"397":39,"40":167,"409":60,"41":45,"414":19,"415":109,"419":15,"42":47,"426":10,"43":61,"430":11,"433":3,"44":65,"45":54,"46":162,"48":107,"49":81,"5":603,"51":72,"52":101,"53":74,"56":34,"570":8,"6":75,"63":19,"7":409,"79":58,"8":268,"80":29,"9":201,"all_client":85824,"all_tv_clinet":13122,"insert_time":"2014-08-21T08:38:08.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72689,"10":21,"107":531,"11":382,"12":64,"13":390,"14":97,"15":131,"155":35,"156":10,"158":38,"159":14,"16":79,"160":29,"161":168,"167":31,"168":6,"17":110,"18":732,"19":311,"20":137,"209":35,"21":502,"210":22,"211":1,"214":8,"215":95,"221":215,"223":536,"224":206,"225":627,"23":302,"24":1198,"25":510,"257":51,"26":125,"27":39,"273":81,"276":31,"279":10,"28":377,"281":9,"282":14,"291":16,"292":71,"30":18,"302":4,"306":1,"31":44,"314":6,"32":22,"33":142,"34":39,"347":20,"35":70,"352":643,"36":136,"37":70,"38":450,"380":2,"381":23,"383":31,"389":5,"39":52,"391":8,"396":1,"397":39,"40":171,"409":51,"41":46,"414":20,"415":108,"419":13,"42":52,"426":9,"43":62,"430":10,"431":1,"433":3,"44":68,"45":51,"46":160,"48":105,"49":80,"5":575,"51":62,"52":100,"53":67,"56":34,"570":8,"6":74,"63":19,"7":417,"79":59,"8":263,"80":28,"9":198,"all_client":85826,"all_tv_clinet":13137,"insert_time":"2014-08-21T08:39:08.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72709,"10":17,"107":532,"11":378,"12":60,"13":376,"14":99,"15":131,"155":34,"156":11,"158":38,"159":16,"16":82,"160":32,"161":188,"167":31,"168":6,"17":105,"18":745,"19":305,"20":139,"209":35,"21":519,"210":24,"211":1,"214":8,"215":89,"221":216,"223":541,"224":209,"225":608,"23":305,"24":1187,"25":497,"257":51,"26":127,"27":38,"273":85,"276":30,"279":9,"28":383,"281":9,"282":13,"291":17,"292":82,"30":18,"302":5,"306":1,"31":49,"314":6,"32":21,"33":148,"34":35,"347":19,"35":73,"352":624,"36":139,"37":74,"38":454,"380":2,"381":21,"383":33,"389":5,"39":52,"391":8,"396":1,"397":39,"40":173,"409":50,"41":51,"414":21,"415":111,"419":12,"42":52,"426":7,"43":67,"430":10,"431":1,"433":4,"44":69,"45":50,"46":150,"48":98,"49":83,"5":562,"51":58,"52":104,"53":70,"56":35,"570":9,"6":83,"63":21,"7":417,"79":57,"8":259,"80":29,"9":198,"all_client":85855,"all_tv_clinet":13146,"insert_time":"2014-08-21T08:40:09.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72792,"10":19,"107":539,"11":393,"12":58,"13":379,"14":97,"15":131,"155":35,"156":12,"158":36,"159":18,"16":83,"160":32,"161":204,"167":30,"168":6,"17":108,"18":753,"19":305,"20":141,"209":34,"21":522,"210":25,"211":1,"214":8,"215":85,"221":214,"223":531,"224":216,"225":582,"23":304,"24":1162,"25":478,"257":51,"26":129,"268":1,"27":36,"273":94,"276":30,"279":9,"28":394,"281":9,"282":12,"291":18,"292":91,"30":18,"302":4,"306":1,"31":52,"314":6,"32":21,"33":150,"34":34,"347":18,"35":76,"352":636,"36":139,"37":75,"38":453,"380":2,"381":19,"383":33,"389":5,"39":56,"391":8,"396":1,"397":37,"40":173,"409":49,"41":53,"414":21,"415":113,"419":14,"42":67,"426":7,"43":68,"430":10,"431":1,"433":3,"44":69,"45":46,"46":142,"48":83,"49":86,"5":547,"51":50,"52":105,"53":70,"56":35,"570":11,"6":84,"63":21,"7":419,"79":56,"8":255,"80":30,"9":191,"all_client":85930,"all_tv_clinet":13138,"insert_time":"2014-08-21T08:41:10.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72848,"10":19,"107":531,"11":388,"12":55,"13":375,"14":90,"15":128,"155":34,"156":11,"158":34,"159":17,"16":85,"160":33,"161":222,"167":31,"168":6,"17":108,"18":778,"19":305,"20":138,"209":34,"21":538,"210":25,"211":1,"214":8,"215":85,"221":218,"223":529,"224":222,"225":551,"23":304,"24":1173,"25":440,"257":50,"26":129,"268":1,"27":34,"273":98,"276":29,"279":8,"28":399,"281":9,"282":14,"291":19,"292":102,"30":17,"302":4,"306":1,"31":54,"314":5,"32":20,"33":151,"34":34,"347":19,"35":81,"352":640,"36":134,"37":76,"38":463,"380":2,"381":20,"383":31,"389":5,"39":57,"391":9,"396":1,"397":37,"40":168,"409":48,"41":56,"414":19,"415":114,"419":15,"42":67,"426":6,"43":68,"430":10,"431":1,"433":3,"44":67,"45":44,"46":137,"48":73,"49":92,"5":535,"51":53,"52":108,"53":77,"56":36,"570":11,"6":83,"63":21,"7":425,"79":56,"8":250,"80":29,"9":195,"all_client":85984,"all_tv_clinet":13136,"insert_time":"2014-08-21T08:42:10.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72943,"10":18,"107":531,"11":396,"12":55,"13":376,"14":88,"15":128,"155":34,"156":11,"158":34,"159":16,"16":81,"160":33,"161":210,"167":32,"168":6,"17":109,"18":778,"19":315,"20":130,"209":35,"21":542,"210":25,"211":1,"214":9,"215":87,"221":218,"223":524,"224":229,"225":531,"23":322,"24":1186,"25":414,"257":53,"26":129,"268":2,"27":34,"273":95,"276":32,"279":8,"28":399,"281":8,"282":14,"291":19,"292":111,"30":18,"302":3,"306":1,"31":55,"314":4,"32":20,"33":148,"34":32,"347":18,"35":82,"352":653,"36":134,"37":76,"38":480,"380":2,"381":22,"383":34,"389":5,"39":54,"391":10,"396":1,"397":36,"40":154,"409":49,"41":54,"414":18,"415":114,"419":14,"42":70,"426":5,"43":70,"430":10,"431":1,"433":3,"44":69,"45":42,"46":131,"48":66,"49":97,"5":514,"51":54,"52":106,"53":77,"56":38,"570":11,"6":73,"63":19,"7":426,"79":55,"8":246,"80":29,"9":199,"all_client":86053,"all_tv_clinet":13110,"insert_time":"2014-08-21T08:43:11.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73009,"10":20,"107":525,"11":403,"12":58,"13":381,"14":87,"15":129,"155":33,"156":11,"158":35,"159":14,"16":80,"160":35,"161":204,"167":34,"168":6,"17":117,"18":785,"19":327,"20":130,"209":35,"21":550,"210":25,"211":1,"214":9,"215":91,"221":227,"223":532,"224":241,"225":512,"23":323,"24":1194,"25":402,"257":49,"26":132,"268":2,"27":35,"273":100,"276":31,"279":8,"28":398,"281":8,"282":14,"291":19,"292":116,"30":19,"302":3,"306":1,"31":56,"314":4,"32":20,"33":150,"34":34,"347":17,"35":87,"352":639,"36":130,"37":74,"38":490,"380":2,"381":23,"383":35,"389":5,"39":55,"391":10,"396":2,"397":35,"40":143,"409":49,"41":46,"414":15,"415":115,"419":15,"42":71,"426":6,"43":74,"430":11,"431":1,"433":3,"44":68,"45":39,"46":125,"48":65,"49":99,"5":501,"51":54,"52":109,"53":80,"56":41,"570":8,"6":73,"63":18,"7":417,"79":58,"8":242,"80":30,"9":194,"all_client":86138,"all_tv_clinet":13129,"insert_time":"2014-08-21T08:44:12.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73101,"10":19,"107":530,"11":402,"12":57,"13":372,"14":88,"15":127,"155":35,"156":12,"158":35,"159":15,"16":79,"160":33,"161":193,"167":36,"168":7,"17":125,"18":796,"19":345,"20":130,"209":34,"21":545,"210":23,"211":1,"214":10,"215":89,"221":226,"223":537,"224":243,"225":504,"23":322,"24":1220,"25":379,"257":52,"26":134,"268":3,"27":37,"273":98,"276":32,"279":8,"28":396,"281":8,"282":12,"291":19,"292":113,"30":21,"302":3,"306":1,"31":59,"314":4,"32":19,"33":149,"34":34,"347":16,"35":89,"352":644,"36":132,"37":77,"38":501,"380":3,"381":24,"383":32,"389":5,"39":56,"391":9,"396":4,"397":35,"40":128,"409":53,"41":48,"414":13,"415":110,"419":18,"42":68,"426":5,"43":75,"430":13,"431":1,"433":3,"44":56,"45":36,"46":125,"48":65,"49":107,"5":485,"51":52,"52":113,"53":80,"56":39,"570":8,"6":77,"63":17,"7":417,"79":61,"8":241,"80":30,"9":195,"all_client":86238,"all_tv_clinet":13137,"insert_time":"2014-08-21T08:45:12.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73165,"10":20,"107":527,"11":396,"12":55,"13":365,"14":88,"15":129,"155":33,"156":14,"158":37,"159":14,"16":76,"160":33,"161":192,"167":38,"168":7,"17":131,"18":799,"19":360,"20":129,"209":33,"21":542,"210":21,"211":1,"214":11,"215":88,"221":232,"223":548,"224":248,"225":507,"23":325,"24":1240,"25":361,"257":52,"26":135,"268":4,"27":36,"273":89,"276":34,"279":6,"28":407,"281":8,"282":14,"291":21,"292":106,"30":21,"302":3,"306":1,"31":58,"314":4,"32":20,"33":147,"34":35,"347":15,"35":90,"352":646,"36":134,"37":81,"38":517,"380":3,"381":26,"383":35,"389":5,"39":54,"391":11,"396":4,"397":33,"40":114,"409":52,"41":47,"414":10,"415":107,"419":21,"42":61,"426":5,"43":72,"430":13,"431":1,"433":2,"44":51,"45":36,"46":124,"48":62,"49":106,"5":481,"51":54,"52":114,"53":73,"56":37,"570":8,"6":74,"63":16,"7":426,"79":62,"8":244,"80":30,"9":200,"all_client":86323,"all_tv_clinet":13158,"insert_time":"2014-08-21T08:46:13.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73271,"10":20,"107":524,"11":396,"12":57,"13":355,"14":86,"15":124,"155":33,"156":15,"158":37,"159":16,"16":76,"160":35,"161":194,"167":38,"168":7,"17":140,"18":806,"19":370,"20":128,"209":33,"21":553,"210":21,"211":1,"214":12,"215":88,"221":237,"223":549,"224":253,"225":510,"23":339,"24":1271,"25":351,"257":56,"26":130,"268":3,"27":37,"273":82,"276":33,"279":7,"28":402,"281":8,"282":15,"291":22,"292":97,"30":18,"302":5,"306":1,"31":56,"314":4,"317":1,"32":21,"33":151,"34":33,"347":14,"35":88,"352":641,"36":140,"37":87,"38":522,"380":3,"381":24,"383":35,"389":5,"39":53,"391":11,"396":4,"397":34,"40":106,"409":56,"41":51,"414":9,"415":105,"419":19,"42":54,"426":3,"43":76,"430":10,"431":1,"433":2,"44":41,"45":31,"46":125,"48":61,"49":108,"5":479,"51":51,"52":112,"53":62,"56":36,"570":9,"6":68,"63":16,"7":429,"79":64,"8":245,"80":28,"9":204,"all_client":86450,"all_tv_clinet":13179,"insert_time":"2014-08-21T08:47:13.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73358,"10":20,"107":537,"11":405,"12":61,"13":361,"14":79,"15":121,"155":33,"156":18,"158":39,"159":15,"16":79,"160":36,"161":205,"167":36,"168":7,"17":151,"18":802,"19":382,"20":118,"209":30,"21":553,"210":24,"211":1,"214":11,"215":87,"221":241,"223":546,"224":253,"225":516,"23":343,"24":1276,"25":347,"257":55,"26":125,"268":2,"27":36,"273":77,"276":32,"279":9,"28":410,"281":8,"282":13,"291":21,"292":87,"30":17,"302":5,"306":1,"31":57,"314":4,"317":1,"32":24,"33":150,"34":32,"347":15,"35":86,"352":634,"36":147,"37":86,"38":529,"380":3,"381":24,"383":33,"389":5,"39":53,"391":11,"396":4,"397":34,"40":104,"409":60,"41":50,"414":9,"415":101,"419":18,"42":46,"426":4,"43":69,"430":10,"431":1,"433":2,"44":37,"45":28,"46":124,"48":59,"49":107,"5":473,"51":49,"52":116,"53":63,"56":34,"570":9,"6":69,"63":17,"7":422,"79":64,"8":241,"80":28,"9":203,"all_client":86538,"all_tv_clinet":13180,"insert_time":"2014-08-21T08:48:14.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73358,"10":17,"107":530,"11":404,"12":64,"13":361,"14":75,"15":120,"155":35,"156":20,"158":40,"159":15,"16":85,"160":37,"161":210,"167":36,"168":7,"17":158,"18":789,"19":394,"20":122,"209":32,"21":552,"210":24,"211":1,"214":9,"215":87,"221":246,"223":562,"224":254,"225":520,"23":350,"24":1292,"25":334,"257":55,"26":122,"268":3,"27":36,"273":77,"276":31,"279":9,"28":413,"281":8,"282":11,"291":21,"292":81,"30":18,"302":6,"306":1,"31":60,"314":4,"317":1,"32":23,"33":149,"34":32,"347":14,"35":84,"352":642,"36":146,"37":88,"38":535,"380":3,"381":26,"383":31,"389":6,"39":52,"391":11,"396":4,"397":32,"40":99,"409":63,"41":50,"414":9,"415":100,"419":19,"42":43,"426":4,"43":64,"430":10,"431":1,"433":2,"44":40,"45":28,"46":119,"48":59,"49":113,"5":469,"51":50,"52":120,"53":55,"56":30,"570":9,"6":73,"63":15,"7":431,"79":64,"8":241,"80":28,"9":207,"all_client":86590,"all_tv_clinet":13232,"insert_time":"2014-08-21T08:49:15.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73463,"10":17,"107":528,"11":401,"12":58,"13":367,"14":73,"15":116,"155":35,"156":20,"158":41,"159":13,"16":86,"160":38,"161":216,"167":36,"168":7,"17":162,"18":784,"19":395,"20":122,"209":31,"21":558,"210":24,"211":1,"214":9,"215":88,"221":249,"223":575,"224":253,"225":510,"23":354,"24":1251,"25":334,"257":58,"26":126,"268":3,"27":34,"273":73,"276":32,"279":11,"28":421,"281":8,"282":10,"291":20,"292":88,"30":16,"302":5,"31":60,"314":4,"317":1,"32":22,"33":146,"34":31,"347":11,"35":85,"352":654,"36":143,"37":88,"38":524,"380":3,"381":25,"383":35,"389":7,"39":53,"391":13,"396":4,"397":32,"40":96,"409":59,"41":52,"414":8,"415":104,"419":21,"42":35,"426":4,"43":56,"430":11,"431":1,"433":2,"44":39,"45":26,"46":123,"48":58,"49":122,"5":466,"51":48,"52":119,"53":55,"56":28,"570":9,"6":64,"63":17,"7":427,"79":63,"8":247,"80":28,"9":214,"all_client":86663,"all_tv_clinet":13200,"insert_time":"2014-08-21T08:50:16.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73476,"10":18,"107":530,"11":408,"12":64,"13":365,"14":78,"15":116,"155":35,"156":23,"158":34,"159":12,"16":86,"160":39,"161":223,"167":35,"168":6,"17":167,"18":778,"19":408,"20":123,"209":29,"21":561,"210":26,"211":1,"214":9,"215":89,"221":251,"223":568,"224":249,"225":495,"23":352,"24":1236,"25":332,"257":55,"26":133,"268":3,"27":32,"273":74,"276":31,"279":13,"28":426,"281":8,"282":8,"291":20,"292":90,"30":14,"302":5,"31":59,"314":5,"317":1,"32":21,"33":147,"34":33,"347":9,"35":88,"352":647,"36":131,"37":88,"38":545,"380":3,"381":29,"383":35,"389":7,"39":55,"391":14,"396":4,"397":32,"40":89,"409":50,"41":59,"414":9,"415":107,"419":24,"42":30,"426":3,"43":50,"430":13,"431":1,"433":2,"44":38,"45":25,"46":123,"48":57,"49":127,"5":453,"51":50,"52":117,"53":49,"56":26,"570":8,"6":61,"63":15,"7":431,"79":67,"8":253,"80":27,"9":220,"all_client":86671,"all_tv_clinet":13195,"insert_time":"2014-08-21T08:51:16.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73518,"10":21,"107":527,"11":416,"12":62,"13":371,"14":75,"15":113,"155":32,"156":23,"158":35,"159":11,"16":88,"160":37,"161":221,"167":35,"168":5,"17":170,"18":769,"19":422,"20":122,"209":24,"21":575,"210":26,"211":1,"214":9,"215":91,"221":261,"223":560,"224":254,"225":480,"23":353,"24":1213,"25":340,"257":56,"26":137,"268":2,"27":31,"273":71,"276":29,"279":12,"28":437,"281":10,"282":7,"291":20,"292":98,"30":15,"302":6,"31":58,"314":5,"317":1,"32":18,"33":151,"34":33,"347":9,"35":86,"352":650,"36":127,"37":88,"38":556,"380":3,"381":33,"383":36,"389":7,"39":66,"391":14,"396":4,"397":31,"40":88,"409":43,"41":65,"414":10,"415":107,"419":27,"42":28,"426":3,"43":41,"430":13,"431":1,"433":2,"44":34,"45":23,"46":126,"48":56,"49":130,"5":455,"51":49,"52":115,"53":54,"56":22,"570":8,"6":59,"63":14,"7":435,"79":69,"8":259,"80":25,"9":222,"all_client":86750,"all_tv_clinet":13232,"insert_time":"2014-08-21T08:52:17.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73555,"10":24,"107":515,"11":408,"12":60,"13":373,"14":74,"15":112,"155":30,"156":23,"158":37,"159":11,"16":94,"160":32,"161":228,"167":35,"168":4,"17":175,"18":766,"19":412,"20":113,"209":25,"21":578,"210":25,"211":1,"214":10,"215":91,"221":266,"223":560,"224":259,"225":474,"23":351,"24":1190,"25":339,"257":56,"26":143,"268":2,"27":31,"273":77,"276":30,"279":12,"28":442,"281":9,"282":7,"291":19,"292":105,"30":16,"302":7,"31":62,"314":5,"317":1,"32":20,"33":146,"34":33,"347":11,"35":88,"352":643,"36":127,"37":81,"38":560,"380":3,"381":32,"383":35,"389":7,"39":71,"391":13,"396":3,"397":30,"40":88,"409":41,"41":64,"414":10,"415":103,"419":37,"42":25,"426":3,"43":43,"430":13,"431":1,"433":2,"44":30,"45":20,"46":129,"48":54,"49":127,"5":453,"51":53,"52":116,"53":59,"56":20,"570":8,"6":55,"63":14,"7":432,"79":66,"8":269,"80":23,"9":230,"all_client":86765,"all_tv_clinet":13210,"insert_time":"2014-08-21T08:53:18.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73604,"10":24,"107":515,"11":410,"12":58,"13":375,"14":73,"15":109,"155":30,"156":22,"158":43,"159":12,"16":95,"160":29,"161":227,"167":34,"168":3,"17":173,"18":770,"19":404,"20":114,"209":24,"21":588,"210":24,"211":1,"214":10,"215":91,"221":265,"223":564,"224":255,"225":475,"23":353,"24":1145,"25":355,"257":60,"26":138,"268":3,"27":30,"273":83,"276":33,"279":11,"28":445,"281":10,"282":6,"291":18,"292":115,"30":20,"302":7,"31":63,"314":5,"317":1,"32":22,"33":138,"34":33,"347":10,"35":86,"352":638,"36":134,"37":67,"38":565,"380":2,"381":30,"383":36,"389":7,"39":74,"391":14,"396":4,"397":30,"40":90,"409":44,"41":66,"414":9,"415":99,"419":46,"42":24,"426":1,"43":43,"430":15,"431":1,"433":2,"44":29,"45":17,"46":132,"48":53,"49":129,"5":461,"51":54,"52":118,"53":56,"56":18,"570":8,"6":55,"63":13,"7":432,"79":62,"8":275,"80":20,"9":226,"all_client":86810,"all_tv_clinet":13206,"insert_time":"2014-08-21T08:54:18.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73662,"10":22,"107":514,"11":403,"12":61,"13":371,"14":72,"15":113,"155":31,"156":23,"158":44,"159":13,"16":99,"160":27,"161":227,"167":32,"168":2,"17":169,"18":772,"19":380,"20":121,"209":23,"21":595,"210":26,"211":1,"214":10,"215":93,"221":259,"223":587,"224":257,"225":472,"23":345,"24":1100,"25":366,"257":56,"26":144,"268":3,"27":27,"273":99,"276":35,"279":10,"28":456,"281":10,"282":6,"291":18,"292":132,"30":20,"302":7,"31":56,"314":5,"317":1,"32":23,"33":128,"34":37,"347":10,"35":84,"352":656,"36":130,"37":58,"38":564,"380":2,"381":31,"383":36,"389":7,"39":82,"391":15,"396":3,"397":31,"40":96,"409":41,"41":69,"414":10,"415":97,"419":48,"42":23,"426":1,"43":47,"430":15,"431":1,"433":3,"44":27,"45":18,"46":134,"48":52,"49":128,"5":470,"51":57,"52":117,"53":50,"56":13,"570":8,"6":54,"63":13,"7":444,"79":62,"8":278,"80":20,"9":232,"all_client":86902,"all_tv_clinet":13240,"insert_time":"2014-08-21T08:55:19.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73692,"10":21,"107":504,"11":404,"12":62,"13":371,"14":71,"15":118,"155":31,"156":23,"158":44,"159":14,"16":105,"160":25,"161":214,"167":31,"168":2,"17":171,"18":768,"19":388,"20":120,"209":24,"21":588,"210":26,"211":1,"214":11,"215":97,"221":260,"223":602,"224":266,"225":479,"23":344,"24":1114,"25":370,"257":57,"26":138,"268":4,"27":27,"273":105,"276":33,"279":9,"28":464,"281":11,"282":6,"291":20,"292":141,"30":25,"302":9,"306":1,"31":51,"314":5,"317":1,"32":27,"33":127,"34":38,"347":8,"35":82,"352":650,"36":132,"37":54,"38":556,"380":2,"381":30,"383":37,"389":7,"39":88,"391":14,"396":4,"397":29,"40":98,"409":38,"41":71,"414":11,"415":96,"419":50,"42":21,"426":1,"43":44,"430":15,"431":1,"433":2,"44":27,"45":19,"46":133,"48":50,"49":128,"5":473,"51":56,"52":117,"53":49,"56":12,"570":10,"6":58,"63":13,"7":440,"79":61,"8":281,"80":19,"9":235,"all_client":86982,"all_tv_clinet":13290,"insert_time":"2014-08-21T08:56:19.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73810,"10":20,"107":499,"11":391,"12":61,"13":363,"14":72,"15":120,"155":25,"156":22,"158":43,"159":15,"16":102,"160":27,"161":214,"167":30,"168":1,"17":185,"18":744,"19":400,"20":122,"209":25,"21":591,"210":27,"211":1,"214":11,"215":101,"221":266,"223":611,"224":266,"225":484,"23":346,"24":1097,"25":380,"257":54,"26":138,"268":4,"27":24,"273":104,"276":34,"279":7,"28":470,"281":12,"282":7,"291":20,"292":143,"30":27,"302":8,"306":1,"31":48,"314":5,"317":1,"32":28,"33":124,"34":39,"347":8,"35":80,"352":643,"36":127,"37":49,"38":559,"380":2,"381":31,"383":37,"389":7,"39":89,"391":13,"396":4,"397":29,"40":102,"409":34,"41":68,"414":8,"415":95,"419":54,"42":21,"426":2,"43":41,"430":15,"431":1,"433":2,"44":26,"45":18,"46":139,"48":49,"49":129,"5":492,"51":51,"52":114,"53":46,"56":12,"570":9,"6":64,"63":13,"7":444,"79":63,"8":280,"80":18,"9":231,"all_client":87089,"all_tv_clinet":13279,"insert_time":"2014-08-21T08:57:20.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73880,"10":20,"107":492,"11":398,"12":58,"13":363,"14":74,"15":121,"155":24,"156":24,"158":47,"159":15,"16":104,"160":25,"161":214,"167":29,"168":1,"17":189,"18":728,"19":418,"20":121,"209":27,"21":588,"210":28,"211":1,"214":11,"215":102,"221":268,"223":621,"224":251,"225":496,"23":346,"24":1081,"25":391,"257":54,"26":138,"268":4,"27":23,"273":90,"276":34,"279":9,"28":477,"281":13,"282":6,"291":19,"292":156,"30":32,"302":8,"306":1,"31":48,"314":3,"317":1,"32":30,"33":125,"34":42,"347":7,"35":81,"352":640,"36":123,"37":47,"38":557,"380":2,"381":30,"383":31,"389":7,"39":91,"391":12,"396":5,"397":27,"40":105,"409":31,"41":64,"414":6,"415":93,"419":59,"42":22,"426":4,"43":38,"430":15,"431":1,"433":2,"434":1,"44":25,"45":18,"46":145,"48":47,"49":126,"5":509,"51":47,"52":112,"53":45,"56":12,"570":9,"6":71,"63":14,"7":443,"79":64,"8":283,"80":17,"9":223,"all_client":87180,"all_tv_clinet":13300,"insert_time":"2014-08-21T08:58:20.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73953,"10":21,"107":494,"11":400,"12":57,"13":354,"14":76,"15":127,"155":21,"156":24,"158":47,"159":16,"16":109,"160":25,"161":207,"167":32,"168":2,"17":190,"18":712,"19":431,"20":125,"209":30,"21":597,"210":29,"211":1,"214":11,"215":100,"221":263,"223":633,"224":221,"225":503,"23":332,"24":1060,"25":412,"257":52,"26":135,"268":5,"27":23,"273":85,"276":32,"279":9,"28":474,"281":13,"282":7,"291":20,"292":164,"30":32,"302":9,"31":44,"314":4,"32":29,"33":125,"34":42,"347":7,"35":82,"352":639,"36":121,"37":44,"38":557,"380":3,"381":32,"383":28,"389":7,"39":92,"391":11,"396":5,"397":26,"40":113,"409":26,"41":67,"414":4,"415":98,"419":62,"42":22,"426":4,"43":37,"430":13,"433":3,"434":1,"44":29,"45":18,"46":154,"48":45,"49":125,"5":526,"51":49,"52":115,"53":43,"56":12,"570":11,"6":77,"63":14,"7":456,"79":68,"8":290,"80":17,"9":207,"all_client":87279,"all_tv_clinet":13326,"insert_time":"2014-08-21T08:59:21.589Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73974,"10":22,"107":510,"11":408,"12":63,"13":343,"14":76,"15":134,"155":20,"156":25,"158":44,"159":15,"16":111,"160":26,"161":213,"167":34,"168":2,"17":194,"18":692,"19":449,"20":131,"209":28,"21":595,"210":32,"211":1,"214":11,"215":99,"221":261,"223":654,"224":198,"225":520,"23":336,"24":1049,"25":411,"257":54,"26":140,"268":6,"27":23,"273":86,"276":31,"279":9,"28":458,"281":13,"282":7,"291":21,"292":150,"30":36,"302":8,"31":41,"314":4,"32":30,"33":124,"34":38,"347":6,"35":86,"352":638,"36":124,"37":40,"38":556,"380":3,"381":33,"383":32,"389":7,"39":98,"391":10,"396":5,"397":27,"40":113,"409":28,"41":66,"414":5,"415":98,"419":63,"42":23,"426":3,"43":38,"430":14,"433":3,"434":1,"44":27,"45":19,"46":154,"48":43,"49":122,"5":535,"51":53,"52":117,"53":41,"56":13,"570":10,"6":79,"63":13,"7":450,"79":70,"8":289,"80":19,"9":195,"all_client":87329,"all_tv_clinet":13355,"insert_time":"2014-08-21T09:00:22.190Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74076,"10":19,"107":498,"11":415,"12":63,"13":347,"14":85,"15":128,"155":18,"156":25,"158":45,"159":15,"16":112,"160":23,"161":199,"167":37,"168":1,"17":203,"18":670,"19":468,"20":135,"209":30,"21":599,"210":28,"211":1,"214":11,"215":100,"221":263,"223":660,"224":178,"225":514,"23":330,"24":1032,"25":439,"257":54,"26":139,"268":6,"27":23,"273":87,"276":33,"279":8,"28":468,"281":13,"282":7,"291":21,"292":139,"30":36,"302":7,"31":43,"314":6,"32":34,"33":123,"34":34,"347":7,"35":92,"352":644,"36":121,"37":39,"38":549,"380":4,"381":36,"383":33,"389":8,"39":98,"391":9,"396":4,"397":28,"40":111,"409":31,"41":66,"414":5,"415":101,"419":66,"42":23,"426":3,"43":42,"430":14,"433":3,"44":24,"45":19,"46":159,"48":43,"49":124,"5":539,"51":52,"52":116,"53":46,"56":13,"570":9,"6":88,"63":15,"7":456,"79":70,"8":287,"80":20,"9":181,"all_client":87446,"all_tv_clinet":13370,"insert_time":"2014-08-21T09:01:22.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74159,"10":19,"107":497,"11":416,"12":69,"13":345,"14":86,"15":131,"155":22,"156":27,"158":43,"159":14,"16":112,"160":23,"161":203,"167":38,"168":2,"17":203,"18":659,"19":498,"20":137,"209":31,"21":597,"210":28,"211":1,"214":12,"215":102,"221":262,"223":651,"224":166,"225":526,"23":337,"24":1033,"25":442,"257":52,"26":139,"268":6,"27":24,"273":78,"276":33,"279":8,"28":474,"281":13,"282":7,"291":22,"292":125,"30":37,"302":7,"31":43,"314":5,"32":36,"33":128,"34":32,"347":7,"35":96,"352":649,"36":122,"37":35,"38":558,"380":4,"381":37,"383":34,"389":8,"39":102,"391":10,"396":4,"397":29,"40":108,"409":36,"41":67,"414":6,"415":102,"419":54,"42":22,"426":5,"43":40,"430":13,"433":1,"44":24,"45":17,"46":161,"48":40,"49":125,"5":549,"51":55,"52":108,"53":44,"56":14,"570":8,"6":92,"63":14,"7":443,"79":69,"8":287,"80":20,"9":179,"all_client":87558,"all_tv_clinet":13399,"insert_time":"2014-08-21T09:02:23.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74260,"10":20,"107":471,"11":423,"12":72,"13":348,"14":89,"15":124,"155":26,"156":30,"158":45,"159":14,"16":111,"160":26,"161":199,"167":39,"168":3,"17":206,"18":653,"19":505,"20":136,"209":31,"21":617,"210":25,"211":1,"214":11,"215":104,"221":259,"223":660,"224":161,"225":529,"23":346,"24":1031,"25":448,"257":48,"26":137,"268":8,"27":24,"273":72,"276":36,"279":9,"28":475,"281":11,"282":7,"291":21,"292":122,"30":41,"302":8,"31":47,"314":5,"32":35,"33":133,"34":32,"347":8,"35":84,"352":651,"36":119,"37":38,"38":558,"380":4,"381":38,"383":38,"389":8,"39":103,"391":8,"396":2,"397":29,"40":108,"409":44,"41":68,"414":6,"415":100,"419":42,"42":20,"426":6,"43":41,"430":12,"433":2,"44":22,"45":16,"46":167,"48":41,"49":118,"5":547,"51":52,"52":107,"53":45,"56":13,"570":8,"6":98,"63":14,"7":440,"79":61,"8":292,"80":20,"9":191,"all_client":87683,"all_tv_clinet":13423,"insert_time":"2014-08-21T09:03:24.332Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74373,"10":22,"107":460,"11":429,"12":76,"13":347,"14":98,"15":129,"155":25,"156":30,"158":46,"159":14,"16":110,"160":28,"161":203,"167":39,"168":4,"17":207,"18":646,"19":521,"20":140,"209":30,"21":623,"210":24,"211":1,"214":11,"215":104,"221":251,"223":636,"224":153,"225":540,"23":343,"24":1039,"25":448,"257":46,"26":137,"268":10,"27":24,"273":71,"276":43,"279":11,"28":471,"281":9,"282":7,"291":22,"292":121,"30":42,"302":6,"31":43,"314":3,"32":34,"33":136,"34":34,"347":9,"35":73,"352":663,"36":121,"37":32,"38":559,"380":4,"381":39,"383":39,"389":8,"39":106,"391":9,"396":2,"397":30,"40":106,"409":47,"41":71,"414":8,"415":100,"419":33,"42":22,"426":5,"43":35,"430":13,"433":3,"44":22,"45":16,"46":171,"48":38,"49":105,"5":561,"51":52,"52":101,"53":40,"56":13,"570":8,"6":99,"63":15,"7":425,"79":59,"8":297,"80":22,"9":193,"all_client":87794,"all_tv_clinet":13421,"insert_time":"2014-08-21T09:04:25.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74454,"10":21,"107":466,"11":432,"12":76,"13":355,"14":98,"15":130,"155":27,"156":33,"158":49,"159":15,"16":117,"160":27,"161":201,"167":39,"168":6,"17":211,"18":646,"19":525,"20":140,"209":30,"21":626,"210":23,"211":1,"214":11,"215":102,"221":241,"223":643,"224":146,"225":550,"23":352,"24":1037,"25":443,"257":46,"26":132,"268":9,"27":26,"273":67,"276":43,"279":11,"28":468,"281":7,"282":6,"291":22,"292":114,"30":45,"302":7,"31":41,"314":3,"32":31,"33":145,"34":36,"347":9,"35":64,"352":665,"36":124,"37":28,"38":569,"380":4,"381":39,"383":39,"389":8,"39":105,"391":10,"396":1,"397":30,"40":102,"409":48,"41":69,"414":7,"415":95,"419":31,"42":24,"426":5,"43":36,"430":13,"433":3,"44":25,"45":17,"46":178,"48":39,"49":92,"5":555,"51":60,"52":91,"53":38,"56":15,"570":8,"6":104,"63":18,"7":416,"79":48,"8":297,"80":24,"9":205,"all_client":87890,"all_tv_clinet":13436,"insert_time":"2014-08-21T09:05:25.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74554,"10":18,"107":471,"11":416,"12":70,"13":371,"14":97,"15":133,"155":29,"156":33,"158":50,"159":19,"16":124,"160":28,"161":204,"167":38,"168":6,"17":216,"18":651,"19":531,"20":136,"209":30,"21":621,"210":22,"211":1,"214":14,"215":98,"221":238,"223":643,"224":140,"225":549,"23":359,"24":1029,"25":442,"257":47,"26":136,"268":9,"27":24,"273":64,"276":45,"279":12,"28":473,"281":7,"282":5,"291":21,"292":114,"30":46,"302":7,"31":37,"314":3,"32":30,"33":149,"34":37,"347":9,"35":55,"352":657,"36":125,"37":25,"38":573,"380":5,"381":40,"383":38,"389":7,"39":105,"391":11,"396":1,"397":29,"40":104,"409":48,"41":69,"414":10,"415":95,"419":31,"42":26,"426":5,"43":36,"430":13,"433":3,"44":29,"45":18,"46":179,"48":38,"49":85,"5":558,"51":58,"52":84,"53":35,"56":14,"570":9,"6":111,"63":19,"7":415,"79":44,"8":299,"80":26,"9":218,"all_client":88006,"all_tv_clinet":13452,"insert_time":"2014-08-21T09:06:26.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74588,"10":15,"107":493,"11":408,"12":72,"13":374,"14":100,"15":133,"155":30,"156":33,"158":51,"159":17,"16":123,"160":29,"161":205,"167":39,"168":6,"17":214,"18":667,"19":543,"20":126,"209":31,"21":607,"210":22,"211":1,"214":14,"215":93,"221":239,"223":627,"224":129,"225":544,"23":375,"24":1032,"25":440,"257":50,"26":133,"268":9,"27":23,"273":61,"276":46,"279":12,"28":471,"281":6,"282":3,"291":18,"292":104,"30":45,"302":7,"31":38,"314":3,"32":30,"33":156,"34":36,"347":10,"35":46,"352":656,"36":126,"37":22,"38":583,"380":6,"381":44,"383":40,"389":6,"39":104,"391":13,"396":1,"397":28,"40":110,"409":51,"41":66,"414":11,"415":98,"419":28,"42":27,"426":6,"43":35,"430":13,"433":2,"44":33,"45":18,"46":186,"48":42,"49":82,"5":549,"51":59,"52":82,"53":34,"56":13,"570":9,"6":119,"63":18,"7":411,"79":42,"8":304,"80":29,"9":228,"all_client":88061,"all_tv_clinet":13473,"insert_time":"2014-08-21T09:07:26.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74673,"10":14,"107":491,"11":416,"12":66,"13":378,"14":104,"15":134,"155":32,"156":30,"158":57,"159":17,"16":123,"160":32,"161":208,"167":39,"168":6,"17":212,"18":669,"19":543,"20":112,"209":31,"21":615,"210":19,"211":1,"214":14,"215":94,"221":232,"223":618,"224":127,"225":537,"23":383,"24":1037,"25":438,"257":51,"26":134,"268":8,"27":23,"273":62,"276":49,"279":12,"28":474,"281":8,"282":5,"291":16,"292":100,"30":46,"302":7,"306":2,"31":38,"314":3,"32":32,"33":158,"34":34,"347":11,"35":44,"352":639,"36":129,"37":24,"38":585,"380":6,"381":48,"383":41,"389":3,"39":107,"391":14,"396":1,"397":28,"40":112,"409":47,"41":63,"414":12,"415":101,"419":26,"42":28,"426":5,"43":33,"430":15,"433":3,"44":33,"45":16,"46":190,"48":42,"49":80,"5":542,"51":63,"52":80,"53":34,"56":12,"570":8,"6":120,"63":17,"7":408,"79":39,"8":310,"80":27,"9":225,"all_client":88135,"all_tv_clinet":13462,"insert_time":"2014-08-21T09:08:27.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74724,"10":15,"107":497,"11":411,"12":66,"13":385,"14":105,"15":133,"155":33,"156":30,"158":59,"159":16,"16":123,"160":33,"161":205,"167":40,"168":5,"17":201,"18":689,"19":545,"20":109,"209":32,"21":594,"210":18,"211":1,"214":15,"215":89,"221":235,"223":617,"224":118,"225":527,"23":387,"24":1049,"25":443,"257":56,"26":138,"268":8,"27":24,"273":62,"276":53,"279":8,"28":472,"281":8,"282":6,"291":17,"292":98,"30":45,"302":7,"306":2,"31":36,"314":4,"32":35,"33":163,"34":33,"347":13,"35":44,"352":650,"36":135,"37":23,"38":596,"380":6,"381":50,"383":38,"389":1,"39":108,"391":14,"396":1,"397":28,"40":114,"409":44,"41":62,"414":14,"415":102,"419":29,"42":30,"426":5,"43":32,"430":15,"433":4,"44":42,"45":16,"46":193,"48":40,"49":79,"5":556,"51":61,"52":75,"53":35,"56":10,"570":8,"6":121,"63":17,"7":403,"79":38,"8":305,"80":27,"9":231,"all_client":88239,"all_tv_clinet":13515,"insert_time":"2014-08-21T09:09:28.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74467,"10":15,"107":487,"11":410,"12":64,"13":389,"14":104,"15":135,"155":36,"156":30,"158":56,"159":18,"16":122,"160":32,"161":210,"167":42,"168":5,"17":197,"18":695,"19":555,"20":108,"209":32,"21":602,"210":18,"211":1,"214":15,"215":92,"221":234,"223":618,"224":111,"225":525,"23":404,"24":1050,"25":442,"257":58,"26":136,"268":8,"27":24,"273":58,"276":51,"279":4,"28":471,"281":9,"282":6,"291":16,"292":94,"30":44,"302":9,"306":2,"31":34,"314":5,"32":31,"33":163,"34":28,"347":14,"35":40,"352":653,"36":125,"37":23,"38":590,"380":6,"381":48,"383":42,"389":1,"39":109,"391":15,"396":2,"397":30,"40":113,"409":43,"41":62,"414":15,"415":100,"419":27,"42":35,"426":4,"43":31,"430":16,"433":5,"44":42,"45":16,"46":194,"48":43,"49":78,"5":559,"51":61,"52":73,"53":30,"56":13,"570":8,"6":116,"63":18,"7":407,"79":39,"8":304,"80":27,"9":227,"all_client":87976,"all_tv_clinet":13509,"insert_time":"2014-08-21T09:10:28.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74063,"10":15,"107":500,"11":410,"12":64,"13":387,"14":108,"15":136,"155":35,"156":31,"158":54,"159":18,"16":123,"160":29,"161":206,"167":41,"168":5,"17":192,"18":706,"19":551,"20":104,"209":32,"21":626,"210":16,"211":2,"214":15,"215":91,"221":228,"223":616,"224":107,"225":520,"23":413,"24":1046,"25":449,"257":60,"26":133,"268":9,"27":26,"273":57,"276":52,"279":5,"28":467,"281":9,"282":7,"291":16,"292":94,"30":45,"302":9,"306":2,"31":35,"314":5,"32":31,"33":161,"34":26,"347":13,"35":42,"352":670,"36":124,"37":21,"38":587,"380":8,"381":50,"383":42,"389":1,"39":109,"391":14,"396":2,"397":31,"40":115,"409":44,"41":60,"414":17,"415":104,"419":28,"42":41,"426":4,"43":32,"430":17,"433":5,"44":40,"45":15,"46":192,"48":45,"49":75,"5":568,"51":57,"52":72,"53":35,"56":13,"570":10,"6":114,"63":18,"7":412,"79":36,"8":302,"80":27,"9":214,"all_client":87614,"all_tv_clinet":13551,"insert_time":"2014-08-21T09:11:29.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74034,"10":17,"107":508,"11":415,"12":64,"13":385,"14":112,"15":130,"155":35,"156":29,"158":53,"159":19,"16":123,"160":27,"161":207,"167":41,"168":5,"17":187,"18":721,"19":565,"20":101,"209":29,"21":635,"210":14,"211":2,"214":14,"215":90,"221":224,"223":613,"224":104,"225":516,"23":403,"24":1047,"25":444,"257":60,"26":134,"268":11,"27":24,"273":59,"276":57,"279":4,"28":469,"281":9,"282":5,"291":16,"292":87,"30":43,"302":8,"306":2,"31":39,"314":6,"317":1,"32":28,"33":162,"34":25,"347":16,"35":38,"352":675,"36":131,"37":21,"38":574,"380":9,"381":53,"383":41,"389":1,"39":112,"391":15,"396":2,"397":31,"40":113,"409":47,"41":61,"414":15,"415":103,"419":28,"42":41,"426":3,"43":33,"430":19,"433":6,"44":47,"45":16,"46":192,"48":41,"49":70,"5":565,"51":59,"52":71,"53":34,"56":13,"570":10,"6":114,"63":19,"7":411,"79":36,"8":305,"80":27,"9":204,"all_client":87584,"all_tv_clinet":13550,"insert_time":"2014-08-21T09:12:29.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74332,"10":18,"107":506,"11":405,"12":64,"13":383,"14":108,"15":128,"155":36,"156":27,"158":55,"159":18,"16":128,"160":29,"161":204,"167":41,"168":5,"17":175,"18":725,"19":574,"20":103,"209":28,"21":638,"210":14,"211":3,"214":13,"215":88,"221":227,"223":616,"224":101,"225":518,"23":407,"24":1051,"25":435,"257":59,"26":133,"268":11,"27":22,"273":60,"276":57,"279":4,"28":464,"281":9,"282":7,"291":15,"292":81,"30":42,"302":8,"306":3,"31":39,"314":6,"317":1,"32":27,"33":167,"34":27,"347":18,"35":36,"352":674,"36":132,"37":21,"38":577,"380":8,"381":50,"383":41,"389":2,"39":115,"391":14,"396":2,"397":30,"40":116,"409":50,"41":59,"414":15,"415":105,"419":31,"42":41,"426":3,"43":32,"430":19,"433":6,"44":45,"45":16,"46":187,"48":43,"49":68,"5":558,"51":59,"52":68,"53":30,"56":13,"570":10,"6":117,"63":19,"7":407,"79":35,"8":301,"80":25,"9":199,"all_client":87842,"all_tv_clinet":13510,"insert_time":"2014-08-21T09:13:30.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74366,"10":19,"107":503,"11":412,"12":65,"13":387,"14":107,"15":123,"155":36,"156":28,"158":56,"159":17,"16":129,"160":27,"161":196,"167":41,"168":4,"17":172,"18":729,"19":583,"20":100,"209":27,"21":628,"210":14,"211":3,"214":13,"215":80,"221":231,"223":609,"224":91,"225":522,"23":413,"24":1054,"25":438,"257":59,"26":128,"268":12,"27":24,"273":58,"276":61,"279":5,"28":461,"281":9,"282":7,"291":14,"292":80,"30":44,"302":7,"306":3,"31":40,"314":6,"317":1,"32":26,"33":160,"34":27,"347":19,"35":35,"352":665,"36":131,"37":19,"38":572,"380":8,"381":51,"383":40,"389":3,"39":116,"391":14,"396":2,"397":30,"40":112,"409":49,"41":62,"414":16,"415":103,"419":37,"42":42,"426":3,"43":34,"430":18,"433":6,"44":47,"45":15,"46":191,"48":43,"49":68,"5":567,"51":59,"52":62,"53":28,"56":14,"570":8,"6":117,"63":19,"7":401,"79":36,"8":302,"80":25,"9":195,"all_client":87839,"all_tv_clinet":13473,"insert_time":"2014-08-21T09:14:30.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74313,"10":16,"107":512,"11":414,"12":64,"13":395,"14":105,"15":132,"155":39,"156":28,"158":58,"159":16,"16":123,"160":28,"161":186,"167":41,"168":4,"17":161,"18":743,"19":593,"20":102,"209":24,"21":634,"210":14,"211":3,"214":12,"215":77,"221":231,"223":614,"224":86,"225":530,"23":420,"24":1056,"25":440,"257":63,"26":128,"268":12,"27":22,"273":52,"276":62,"279":7,"28":444,"281":8,"282":7,"291":11,"292":80,"30":48,"302":7,"306":4,"31":36,"314":5,"317":1,"32":25,"33":148,"34":29,"347":20,"35":33,"352":664,"36":127,"37":20,"38":565,"380":8,"381":49,"383":40,"389":3,"39":117,"391":16,"396":2,"397":28,"40":104,"409":54,"41":63,"414":13,"415":103,"419":47,"42":44,"426":2,"43":35,"430":18,"433":7,"44":52,"45":14,"46":202,"48":42,"49":73,"5":578,"51":60,"52":70,"53":31,"56":13,"570":7,"6":116,"63":21,"7":404,"79":37,"8":304,"80":27,"9":188,"all_client":87834,"all_tv_clinet":13521,"insert_time":"2014-08-21T09:15:31.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74346,"10":18,"107":521,"11":420,"12":61,"13":415,"14":107,"15":135,"155":43,"156":30,"158":58,"159":17,"16":122,"160":29,"161":193,"167":42,"168":5,"17":157,"18":761,"19":591,"20":97,"209":25,"21":629,"210":11,"211":3,"214":12,"215":74,"221":226,"223":618,"224":83,"225":529,"23":433,"24":1080,"25":441,"257":62,"26":129,"268":11,"27":22,"273":50,"276":65,"279":7,"28":416,"281":7,"282":7,"291":9,"292":80,"30":48,"302":6,"306":3,"31":36,"314":6,"317":1,"32":26,"33":142,"34":27,"347":21,"35":31,"352":652,"36":129,"37":19,"38":561,"380":8,"381":49,"383":38,"389":4,"39":121,"391":16,"396":2,"397":29,"40":91,"409":56,"41":69,"414":14,"415":99,"419":52,"42":49,"426":2,"43":33,"430":17,"433":7,"44":53,"45":13,"46":204,"48":40,"49":76,"5":577,"51":57,"52":71,"53":33,"56":16,"570":7,"6":119,"63":21,"7":399,"79":38,"8":301,"80":28,"9":187,"all_client":87901,"all_tv_clinet":13555,"insert_time":"2014-08-21T09:16:32.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74405,"10":17,"107":521,"11":420,"12":58,"13":420,"14":106,"15":138,"155":44,"156":29,"158":58,"159":17,"16":118,"160":31,"161":193,"167":44,"168":5,"17":158,"18":767,"19":576,"20":98,"209":27,"21":612,"210":10,"211":3,"214":12,"215":78,"221":225,"223":604,"224":85,"225":538,"23":440,"24":1089,"25":444,"257":60,"26":130,"268":11,"27":21,"273":47,"276":65,"279":5,"28":386,"281":6,"282":8,"291":10,"292":85,"30":50,"302":7,"306":3,"31":36,"314":6,"317":1,"32":26,"33":138,"34":27,"347":22,"35":32,"352":658,"36":129,"37":20,"38":545,"380":8,"381":49,"383":34,"389":4,"39":120,"391":15,"396":2,"397":29,"40":84,"409":57,"41":72,"414":15,"415":96,"419":57,"42":50,"426":3,"43":33,"430":17,"433":7,"44":53,"45":13,"46":203,"48":42,"49":77,"5":585,"51":58,"52":77,"53":36,"56":15,"570":6,"6":125,"63":22,"7":408,"79":37,"8":296,"80":29,"9":191,"all_client":87949,"all_tv_clinet":13544,"insert_time":"2014-08-21T09:17:32.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74416,"10":19,"107":512,"11":421,"12":57,"13":428,"14":111,"15":133,"155":45,"156":28,"158":56,"159":14,"16":117,"160":29,"161":196,"167":45,"168":5,"17":153,"18":777,"19":557,"20":102,"209":29,"21":602,"210":9,"211":3,"214":12,"215":75,"221":229,"223":587,"224":85,"225":550,"23":446,"24":1091,"25":449,"257":60,"26":135,"268":8,"27":21,"273":49,"276":65,"279":7,"28":369,"281":5,"282":9,"291":9,"292":92,"30":48,"302":7,"306":3,"31":33,"314":6,"317":1,"32":27,"33":133,"34":26,"347":22,"35":31,"352":658,"36":134,"37":18,"38":531,"380":8,"381":49,"383":35,"389":4,"39":119,"391":14,"396":2,"397":30,"40":81,"409":58,"41":72,"414":14,"415":96,"419":64,"42":55,"426":3,"43":35,"430":17,"433":7,"44":57,"45":14,"46":206,"48":42,"49":81,"5":593,"51":59,"52":76,"53":37,"56":16,"570":5,"6":128,"63":23,"7":401,"79":36,"8":299,"80":27,"9":194,"all_client":87952,"all_tv_clinet":13536,"insert_time":"2014-08-21T09:18:33.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73540,"10":21,"107":501,"11":425,"12":60,"13":433,"14":108,"15":130,"155":46,"156":24,"158":55,"159":16,"16":111,"160":30,"161":204,"167":45,"168":5,"17":150,"18":785,"19":512,"20":107,"209":29,"21":585,"210":8,"211":3,"214":12,"215":77,"221":233,"223":553,"224":80,"225":541,"23":458,"24":1093,"25":444,"257":63,"26":129,"268":9,"27":21,"273":46,"276":67,"279":7,"28":356,"281":5,"282":9,"291":9,"292":93,"30":46,"302":7,"306":3,"31":29,"314":5,"317":1,"32":25,"33":125,"34":25,"347":25,"35":31,"352":649,"36":134,"37":16,"38":522,"380":8,"381":52,"383":35,"389":5,"39":115,"391":13,"396":2,"397":32,"40":73,"409":59,"41":73,"414":14,"415":94,"419":69,"42":57,"426":3,"43":36,"430":16,"433":7,"44":57,"45":14,"46":198,"48":37,"49":85,"5":604,"51":62,"52":78,"53":42,"56":17,"570":6,"6":132,"63":24,"7":393,"79":37,"8":297,"80":24,"9":196,"all_client":86947,"all_tv_clinet":13407,"insert_time":"2014-08-21T09:19:33.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72802,"10":19,"107":500,"11":439,"12":57,"13":437,"14":110,"15":131,"155":45,"156":23,"158":55,"159":18,"16":113,"160":31,"161":214,"167":45,"168":5,"17":148,"18":785,"19":492,"20":103,"209":30,"21":574,"210":8,"211":3,"214":10,"215":74,"221":228,"223":550,"224":82,"225":536,"23":461,"24":1079,"25":448,"257":59,"26":134,"268":9,"27":20,"273":44,"276":68,"279":9,"28":337,"281":5,"282":7,"291":10,"292":97,"30":47,"302":7,"306":3,"31":26,"314":5,"317":1,"32":26,"33":121,"34":25,"347":24,"35":29,"352":640,"36":131,"37":15,"38":505,"380":8,"381":55,"383":36,"389":6,"39":112,"391":13,"396":2,"397":32,"40":72,"409":60,"41":65,"414":15,"415":93,"419":71,"42":60,"426":3,"43":35,"430":18,"433":8,"44":61,"45":11,"46":196,"48":33,"49":83,"5":608,"51":62,"52":78,"53":37,"56":18,"570":6,"6":128,"63":21,"7":381,"79":36,"8":301,"80":21,"9":195,"all_client":86099,"all_tv_clinet":13297,"insert_time":"2014-08-21T09:20:34.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72616,"10":19,"107":490,"11":438,"12":57,"13":443,"14":111,"15":130,"155":46,"156":23,"158":57,"159":17,"16":115,"160":30,"161":225,"167":47,"168":5,"17":136,"18":789,"19":480,"20":107,"209":32,"21":570,"210":8,"211":3,"214":10,"215":78,"221":222,"223":548,"224":83,"225":531,"23":470,"24":1097,"25":444,"257":57,"26":132,"268":10,"27":21,"273":47,"276":68,"279":8,"28":326,"281":4,"282":6,"291":10,"292":100,"30":51,"302":7,"306":3,"31":27,"314":5,"317":2,"32":23,"33":117,"34":27,"347":25,"35":28,"352":631,"36":132,"37":16,"38":490,"380":8,"381":54,"383":38,"389":6,"39":110,"391":13,"396":2,"397":33,"40":69,"409":63,"41":61,"414":16,"415":92,"419":72,"42":61,"426":4,"43":32,"430":19,"433":8,"44":61,"45":12,"46":197,"48":31,"49":84,"5":614,"51":63,"52":78,"53":36,"56":18,"570":7,"6":128,"63":21,"7":361,"79":34,"8":304,"80":23,"9":211,"all_client":85894,"all_tv_clinet":13278,"insert_time":"2014-08-21T09:21:35.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69155,"10":20,"107":460,"11":421,"12":49,"13":423,"14":108,"15":124,"155":43,"156":23,"158":51,"159":17,"16":111,"160":27,"161":220,"167":47,"168":5,"17":118,"18":763,"19":456,"20":92,"209":30,"21":521,"210":7,"211":3,"214":9,"215":75,"221":204,"223":514,"224":82,"225":496,"23":450,"24":1051,"25":433,"257":53,"26":123,"268":11,"27":19,"273":47,"276":61,"279":7,"28":293,"281":4,"282":6,"291":11,"292":104,"30":51,"302":5,"306":3,"31":23,"314":4,"317":2,"32":22,"33":99,"34":27,"347":25,"35":26,"352":599,"36":129,"37":16,"38":457,"380":9,"381":44,"383":35,"389":6,"39":101,"391":11,"396":1,"397":30,"40":59,"409":58,"41":54,"414":15,"415":85,"419":74,"42":58,"426":5,"43":30,"430":18,"433":7,"44":59,"45":11,"46":185,"48":29,"49":79,"5":592,"51":61,"52":77,"53":37,"56":17,"570":6,"6":122,"63":19,"7":333,"79":32,"8":289,"80":21,"9":209,"all_client":81713,"all_tv_clinet":12558,"insert_time":"2014-08-21T09:22:35.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65932,"10":19,"107":445,"11":404,"12":44,"13":408,"14":108,"15":120,"155":40,"156":22,"158":44,"159":18,"16":102,"160":27,"161":214,"167":47,"168":3,"17":110,"18":736,"19":443,"20":86,"209":27,"21":483,"210":7,"211":2,"214":9,"215":73,"221":192,"223":499,"224":79,"225":469,"23":438,"24":1004,"25":413,"257":51,"26":117,"268":11,"27":19,"273":44,"276":64,"279":7,"28":263,"281":3,"282":6,"291":10,"292":107,"30":52,"302":5,"306":4,"31":22,"314":4,"317":2,"32":19,"33":88,"34":31,"347":26,"35":19,"352":574,"36":125,"37":13,"38":420,"380":6,"381":41,"383":35,"389":6,"39":95,"391":10,"396":1,"397":27,"40":52,"409":52,"41":54,"414":16,"415":80,"419":74,"42":56,"426":5,"43":26,"430":18,"433":7,"44":57,"45":10,"46":175,"48":27,"49":75,"5":566,"51":60,"52":76,"53":35,"56":17,"570":6,"6":116,"63":19,"7":313,"79":25,"8":276,"80":23,"9":223,"all_client":77933,"all_tv_clinet":12001,"insert_time":"2014-08-21T09:23:36.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65628,"10":22,"107":436,"11":400,"12":43,"13":409,"14":109,"15":117,"155":42,"156":25,"158":39,"159":20,"16":98,"160":29,"161":222,"167":47,"168":3,"17":108,"18":726,"19":443,"20":79,"209":25,"21":464,"210":6,"211":2,"214":9,"215":73,"221":189,"223":491,"224":85,"225":477,"23":449,"24":1011,"25":419,"257":53,"26":118,"268":10,"27":19,"273":44,"276":61,"279":8,"28":244,"281":3,"282":7,"291":12,"292":118,"30":51,"302":4,"306":4,"31":24,"314":4,"317":2,"32":23,"33":75,"34":32,"347":28,"35":19,"352":579,"36":118,"37":12,"38":408,"380":6,"381":41,"383":37,"389":7,"39":92,"391":8,"396":1,"397":26,"40":47,"409":48,"41":53,"414":16,"415":77,"419":77,"42":56,"426":5,"43":25,"430":19,"433":7,"44":58,"45":10,"46":168,"48":27,"49":74,"5":573,"51":60,"52":78,"53":36,"56":18,"570":6,"6":120,"63":18,"7":313,"79":23,"8":274,"80":24,"9":229,"all_client":77582,"all_tv_clinet":11954,"insert_time":"2014-08-21T09:24:37.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66201,"10":21,"107":437,"11":403,"12":45,"13":408,"14":108,"15":108,"155":41,"156":25,"158":35,"159":20,"16":100,"160":29,"161":215,"167":47,"168":3,"17":112,"18":722,"19":457,"20":79,"209":27,"21":470,"210":6,"211":2,"214":9,"215":71,"221":193,"223":505,"224":85,"225":487,"23":455,"24":1026,"25":418,"257":55,"26":117,"268":6,"27":19,"273":47,"276":60,"279":8,"28":237,"281":4,"282":8,"291":12,"292":124,"30":50,"302":4,"306":4,"31":25,"314":4,"317":2,"32":24,"33":71,"34":34,"347":32,"35":21,"352":581,"36":118,"37":12,"38":393,"380":5,"381":47,"383":35,"389":8,"39":89,"391":7,"396":1,"397":28,"40":48,"409":44,"41":51,"414":16,"415":77,"419":79,"42":63,"426":5,"43":25,"430":19,"433":7,"44":58,"45":10,"46":166,"48":29,"49":75,"5":575,"51":58,"52":82,"53":40,"56":18,"570":6,"6":117,"63":17,"7":311,"79":23,"8":278,"80":28,"9":250,"all_client":78237,"all_tv_clinet":12036,"insert_time":"2014-08-21T09:25:37.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66739,"10":19,"107":441,"11":397,"12":43,"13":402,"14":117,"15":102,"155":42,"156":27,"158":32,"159":22,"16":103,"160":30,"161":209,"167":48,"168":3,"17":117,"18":713,"19":477,"20":76,"209":26,"21":472,"210":5,"211":1,"214":11,"215":75,"221":195,"223":508,"224":86,"225":490,"23":469,"24":1040,"25":418,"257":54,"26":112,"268":6,"27":19,"273":47,"276":53,"279":7,"28":240,"281":4,"282":8,"291":15,"292":129,"30":49,"302":3,"306":4,"31":26,"314":4,"317":2,"32":27,"33":73,"34":34,"347":35,"35":21,"352":569,"36":123,"37":12,"38":395,"380":4,"381":49,"383":36,"389":8,"39":91,"391":8,"396":1,"397":28,"40":49,"409":42,"41":54,"414":17,"415":76,"419":81,"42":69,"426":5,"43":23,"430":19,"433":8,"44":62,"45":11,"46":169,"48":29,"49":74,"5":575,"51":63,"52":85,"53":39,"56":16,"570":6,"6":114,"63":18,"7":300,"79":26,"8":277,"80":31,"9":268,"all_client":78857,"all_tv_clinet":12118,"insert_time":"2014-08-21T09:26:38.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66676,"10":19,"107":451,"11":359,"12":43,"13":413,"14":123,"15":91,"155":42,"156":29,"158":31,"159":23,"16":101,"160":30,"161":194,"167":49,"168":3,"17":119,"18":716,"19":481,"20":75,"209":24,"21":479,"210":4,"211":1,"214":14,"215":81,"221":195,"223":512,"224":87,"225":486,"23":474,"24":1055,"25":430,"257":57,"26":99,"268":6,"27":19,"273":43,"276":52,"279":8,"28":239,"281":4,"282":8,"291":15,"292":138,"30":48,"302":3,"306":5,"31":20,"314":4,"317":2,"32":27,"33":72,"34":35,"347":34,"35":21,"352":558,"36":126,"37":11,"38":375,"380":5,"381":49,"383":37,"389":8,"39":92,"391":8,"396":1,"397":28,"40":48,"409":37,"41":53,"414":17,"415":80,"419":81,"42":73,"426":6,"43":21,"430":17,"433":8,"44":59,"45":11,"46":172,"48":28,"49":73,"5":573,"51":63,"52":85,"53":39,"56":18,"570":6,"6":117,"63":16,"7":289,"79":28,"8":279,"80":32,"9":287,"all_client":78783,"all_tv_clinet":12107,"insert_time":"2014-08-21T09:27:39.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67124,"10":20,"107":451,"11":325,"12":47,"13":425,"14":127,"15":79,"155":42,"156":31,"158":27,"159":24,"16":103,"160":30,"161":182,"167":49,"168":3,"17":125,"18":724,"19":501,"20":76,"209":24,"21":489,"210":4,"211":1,"214":12,"215":83,"221":200,"223":514,"224":89,"225":486,"23":491,"24":1064,"25":435,"257":57,"26":92,"268":7,"27":20,"273":45,"276":48,"279":8,"28":231,"281":5,"282":8,"291":16,"292":139,"30":50,"302":3,"306":5,"31":20,"314":4,"317":2,"32":25,"33":74,"34":35,"347":32,"35":18,"352":541,"36":129,"37":12,"38":372,"380":6,"381":48,"383":36,"389":8,"39":94,"391":10,"396":1,"397":25,"40":39,"409":36,"41":50,"414":18,"415":80,"419":83,"42":79,"426":7,"43":21,"430":17,"433":10,"44":63,"45":11,"46":163,"48":28,"49":76,"5":578,"51":70,"52":92,"53":34,"56":18,"570":6,"6":121,"63":18,"7":288,"79":32,"8":274,"80":30,"9":303,"all_client":79278,"all_tv_clinet":12154,"insert_time":"2014-08-21T09:28:39.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67595,"10":21,"107":453,"11":300,"12":48,"13":439,"14":133,"15":80,"155":44,"156":29,"158":26,"159":25,"16":103,"160":28,"161":178,"167":51,"168":2,"17":129,"18":744,"19":506,"20":76,"209":24,"21":489,"210":5,"211":1,"214":12,"215":76,"221":208,"223":515,"224":88,"225":483,"23":502,"24":1070,"25":423,"257":60,"26":88,"268":7,"27":20,"273":43,"276":48,"279":9,"28":233,"281":5,"282":8,"291":14,"292":133,"30":53,"302":4,"306":4,"31":28,"314":4,"317":2,"32":22,"33":74,"34":36,"347":31,"35":17,"352":536,"36":132,"37":14,"38":379,"380":6,"381":52,"383":36,"389":8,"39":99,"391":11,"396":1,"397":27,"40":37,"409":38,"41":53,"414":19,"415":79,"419":87,"42":83,"426":6,"43":23,"430":17,"433":10,"44":63,"45":11,"46":154,"48":26,"49":81,"5":569,"51":73,"52":93,"53":38,"56":15,"570":5,"6":122,"63":19,"7":288,"79":31,"8":253,"80":32,"9":309,"all_client":79784,"all_tv_clinet":12189,"insert_time":"2014-08-21T09:29:40.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67975,"10":19,"107":456,"11":277,"12":43,"13":457,"14":147,"15":80,"155":47,"156":22,"158":26,"159":26,"16":100,"160":31,"161":171,"167":50,"168":2,"17":138,"18":738,"19":530,"20":80,"209":23,"21":503,"210":5,"211":1,"214":12,"215":77,"221":206,"223":527,"224":88,"225":482,"23":509,"24":1068,"25":420,"257":63,"26":88,"268":7,"27":21,"273":47,"276":51,"279":9,"28":232,"281":6,"282":10,"291":15,"292":122,"30":56,"302":4,"306":4,"31":32,"314":4,"317":1,"32":20,"33":74,"34":33,"347":31,"35":20,"352":528,"36":140,"37":14,"38":387,"380":6,"381":50,"383":41,"389":8,"39":100,"391":12,"396":1,"397":26,"40":36,"409":42,"41":52,"414":21,"415":77,"419":91,"42":87,"426":5,"43":25,"430":16,"433":10,"44":60,"45":10,"46":140,"48":26,"49":81,"5":572,"51":74,"52":92,"53":41,"56":14,"570":5,"6":122,"63":20,"7":293,"79":30,"8":232,"80":33,"9":313,"all_client":80219,"all_tv_clinet":12244,"insert_time":"2014-08-21T09:30:40.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68315,"10":18,"107":458,"11":268,"12":37,"13":460,"14":154,"15":83,"155":49,"156":21,"158":26,"159":27,"16":107,"160":33,"161":163,"167":49,"168":2,"17":152,"18":744,"19":538,"20":85,"209":24,"21":522,"210":5,"211":1,"214":14,"215":70,"221":211,"223":526,"224":88,"225":484,"23":523,"24":1095,"25":412,"257":66,"26":81,"268":7,"27":20,"273":47,"276":52,"279":10,"28":240,"281":6,"282":13,"291":14,"292":116,"30":54,"302":4,"306":4,"31":33,"314":4,"317":1,"32":18,"33":70,"34":34,"347":32,"35":21,"352":529,"36":143,"37":16,"38":395,"380":6,"381":52,"383":41,"389":8,"39":106,"391":13,"396":1,"397":25,"40":38,"409":43,"41":53,"414":22,"415":80,"419":95,"42":89,"426":5,"43":22,"430":16,"433":9,"44":65,"45":12,"46":121,"48":26,"49":87,"5":584,"51":71,"52":95,"53":41,"56":14,"570":3,"6":120,"63":21,"7":294,"79":29,"8":214,"80":36,"9":324,"all_client":80675,"all_tv_clinet":12360,"insert_time":"2014-08-21T09:31:41.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68662,"10":19,"107":474,"11":264,"12":36,"13":471,"14":155,"15":88,"155":48,"156":17,"158":29,"159":24,"16":104,"160":33,"161":168,"167":48,"168":1,"17":159,"18":753,"19":538,"20":84,"209":24,"21":513,"210":5,"211":1,"214":15,"215":71,"221":212,"223":537,"224":87,"225":502,"23":529,"24":1144,"25":378,"257":65,"26":75,"268":8,"27":20,"273":46,"276":54,"279":8,"28":248,"281":8,"282":16,"291":13,"292":113,"30":50,"302":4,"306":4,"31":36,"314":4,"317":1,"32":19,"33":63,"34":36,"347":32,"35":20,"352":531,"36":145,"37":17,"38":384,"380":6,"381":54,"383":41,"389":7,"39":106,"391":13,"396":1,"397":24,"40":35,"409":43,"41":55,"414":23,"415":81,"419":92,"42":89,"426":7,"43":25,"430":16,"433":8,"44":64,"45":14,"46":112,"48":29,"49":89,"5":600,"51":74,"52":102,"53":41,"56":15,"570":2,"6":124,"63":24,"7":294,"79":31,"8":202,"80":36,"9":326,"all_client":81118,"all_tv_clinet":12456,"insert_time":"2014-08-21T09:32:42.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68998,"10":19,"107":468,"11":262,"12":38,"13":475,"14":153,"15":96,"155":47,"156":17,"158":26,"159":23,"16":98,"160":35,"161":178,"167":44,"168":1,"17":172,"18":764,"19":522,"20":77,"209":27,"21":515,"210":4,"211":1,"214":16,"215":73,"221":211,"223":551,"224":95,"225":507,"23":550,"24":1164,"25":353,"257":66,"26":73,"268":8,"27":20,"273":44,"276":57,"279":8,"28":259,"281":9,"282":16,"291":13,"292":110,"30":45,"302":6,"306":4,"31":32,"314":3,"317":1,"32":17,"33":64,"34":38,"347":31,"35":22,"352":538,"36":146,"37":18,"38":394,"380":6,"381":56,"383":40,"389":7,"39":105,"391":15,"396":2,"397":24,"40":34,"409":49,"41":54,"414":23,"415":77,"419":82,"42":89,"426":7,"43":27,"430":14,"433":8,"44":66,"45":15,"46":106,"48":36,"49":93,"5":610,"51":74,"52":100,"53":47,"56":18,"570":1,"6":124,"63":24,"7":289,"79":35,"8":197,"80":37,"9":335,"all_client":81548,"all_tv_clinet":12550,"insert_time":"2014-08-21T09:33:42.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69309,"10":18,"107":463,"11":260,"12":42,"13":484,"14":156,"15":105,"155":47,"156":16,"158":28,"159":21,"16":96,"160":37,"161":184,"167":41,"168":1,"17":178,"18":764,"19":488,"20":70,"209":30,"21":525,"210":4,"214":16,"215":75,"221":212,"223":552,"224":97,"225":512,"23":567,"24":1189,"25":335,"257":61,"26":76,"268":9,"27":20,"273":42,"276":64,"279":9,"28":265,"281":9,"282":18,"291":14,"292":110,"30":43,"302":6,"306":4,"31":36,"314":3,"317":1,"32":21,"33":68,"34":38,"347":27,"35":22,"352":532,"36":156,"37":20,"38":389,"380":6,"381":58,"383":40,"389":7,"39":109,"391":14,"396":2,"397":22,"40":31,"409":58,"41":51,"414":25,"415":77,"419":75,"42":91,"426":4,"43":28,"430":15,"433":8,"44":64,"45":15,"46":111,"48":40,"49":96,"5":616,"51":77,"52":95,"53":44,"56":18,"570":1,"6":127,"63":23,"7":283,"79":38,"8":192,"80":38,"9":343,"all_client":81927,"all_tv_clinet":12618,"insert_time":"2014-08-21T09:34:43.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69026,"10":18,"107":464,"11":246,"12":42,"13":485,"14":153,"15":111,"155":47,"156":17,"158":30,"159":24,"16":102,"160":40,"161":181,"167":42,"168":1,"17":186,"18":764,"19":472,"20":69,"209":30,"21":541,"210":5,"214":16,"215":77,"221":209,"223":552,"224":95,"225":518,"23":576,"24":1202,"25":321,"257":61,"26":71,"268":8,"27":17,"273":42,"276":67,"279":8,"28":265,"281":10,"282":20,"291":14,"292":124,"30":37,"302":6,"306":4,"31":37,"314":3,"317":1,"32":22,"33":65,"34":40,"347":28,"35":23,"352":523,"36":156,"37":21,"38":394,"380":6,"381":60,"383":42,"389":8,"39":109,"391":15,"396":2,"397":21,"40":30,"409":59,"41":46,"414":25,"415":79,"419":72,"42":98,"426":4,"43":28,"430":16,"431":1,"433":7,"44":65,"45":16,"46":109,"48":46,"49":93,"5":625,"51":76,"52":97,"53":47,"56":20,"570":1,"6":127,"63":25,"7":287,"79":39,"8":191,"80":37,"9":358,"all_client":81716,"all_tv_clinet":12690,"insert_time":"2014-08-21T09:35:43.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68802,"10":19,"107":467,"11":244,"12":40,"13":483,"14":153,"15":116,"155":47,"156":17,"158":31,"159":26,"16":102,"160":39,"161":182,"167":41,"168":2,"17":191,"18":769,"19":470,"20":68,"209":31,"21":550,"210":5,"214":16,"215":76,"221":218,"223":557,"224":95,"225":512,"23":579,"24":1225,"25":306,"257":60,"26":72,"268":7,"27":16,"273":40,"276":68,"279":9,"28":269,"281":10,"282":19,"291":15,"292":128,"30":33,"302":6,"306":4,"31":38,"314":4,"317":1,"32":22,"33":64,"34":36,"347":26,"35":26,"352":520,"36":159,"37":24,"38":396,"380":8,"381":59,"383":46,"389":8,"39":111,"391":13,"396":2,"397":20,"40":30,"409":62,"41":47,"414":27,"415":81,"419":67,"42":109,"426":4,"43":26,"430":15,"431":1,"433":7,"44":63,"45":18,"46":110,"48":42,"49":95,"5":624,"51":80,"52":95,"53":46,"56":19,"570":1,"6":123,"63":25,"7":296,"79":37,"8":189,"80":39,"9":371,"all_client":81567,"all_tv_clinet":12765,"insert_time":"2014-08-21T09:36:44.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69321,"10":21,"107":473,"11":237,"12":38,"13":493,"14":154,"15":122,"155":48,"156":19,"158":31,"159":28,"16":96,"160":36,"161":186,"167":38,"168":2,"17":193,"18":780,"19":456,"20":72,"209":29,"21":552,"210":5,"211":1,"214":15,"215":74,"221":220,"223":559,"224":92,"225":513,"23":587,"24":1250,"25":296,"257":60,"26":64,"268":7,"27":16,"273":40,"276":75,"279":9,"28":274,"281":10,"282":21,"291":13,"292":140,"30":33,"302":6,"306":4,"31":37,"314":3,"317":1,"32":24,"33":59,"34":35,"347":26,"35":25,"352":522,"36":159,"37":25,"38":399,"380":8,"381":60,"383":45,"389":8,"39":109,"391":14,"396":4,"397":18,"40":30,"409":63,"41":45,"414":25,"415":79,"419":65,"42":114,"426":4,"43":29,"430":14,"431":1,"433":8,"44":66,"45":18,"46":112,"48":43,"49":101,"5":632,"51":77,"52":98,"53":47,"56":21,"570":1,"6":120,"63":24,"7":298,"79":38,"8":176,"80":39,"9":380,"all_client":82158,"all_tv_clinet":12837,"insert_time":"2014-08-21T09:37:44.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69871,"10":22,"107":476,"11":236,"12":39,"13":492,"14":154,"15":122,"155":48,"156":20,"158":29,"159":27,"16":98,"160":34,"161":186,"167":36,"168":2,"17":195,"18":779,"19":461,"20":72,"209":28,"21":550,"210":5,"211":1,"214":16,"215":77,"221":210,"223":548,"224":93,"225":513,"23":586,"24":1252,"25":286,"257":60,"26":62,"268":7,"27":17,"273":41,"276":74,"279":9,"28":277,"281":11,"282":22,"291":14,"292":143,"30":31,"302":6,"306":4,"31":38,"314":3,"317":1,"32":25,"33":57,"34":33,"347":26,"35":25,"352":521,"36":159,"37":25,"38":397,"380":8,"381":58,"383":44,"389":8,"39":112,"391":14,"396":5,"397":17,"40":30,"409":62,"41":43,"414":25,"415":78,"419":63,"42":113,"426":4,"43":32,"430":14,"431":1,"433":8,"44":64,"45":20,"46":110,"48":45,"49":101,"5":630,"51":77,"52":103,"53":48,"56":21,"570":1,"6":120,"63":22,"7":300,"79":38,"8":160,"80":38,"9":388,"all_client":82677,"all_tv_clinet":12806,"insert_time":"2014-08-21T09:38:45.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70013,"10":25,"107":482,"11":236,"12":43,"13":493,"14":160,"15":124,"155":48,"156":20,"158":26,"159":27,"16":97,"160":37,"161":191,"167":34,"168":1,"17":198,"18":783,"19":457,"20":71,"209":27,"21":551,"210":5,"211":1,"214":16,"215":76,"221":208,"223":539,"224":88,"225":509,"23":600,"24":1269,"25":274,"257":56,"26":62,"268":7,"27":17,"273":40,"276":76,"279":11,"28":285,"281":11,"282":24,"291":15,"292":150,"30":31,"302":6,"306":3,"31":33,"314":3,"317":1,"32":24,"33":60,"34":31,"347":26,"35":23,"352":510,"36":152,"37":25,"38":395,"380":9,"381":58,"383":45,"389":7,"39":113,"391":15,"396":5,"397":16,"40":31,"409":58,"41":44,"414":25,"415":79,"419":66,"42":116,"426":5,"43":32,"430":13,"431":1,"433":8,"44":64,"45":21,"46":105,"48":42,"49":96,"5":634,"51":79,"52":105,"53":49,"56":22,"570":1,"6":117,"63":22,"7":300,"79":40,"8":149,"80":33,"9":396,"all_client":82827,"all_tv_clinet":12814,"insert_time":"2014-08-21T09:39:45.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69931,"10":24,"107":462,"11":222,"12":44,"13":494,"14":157,"15":138,"155":47,"156":22,"158":27,"159":24,"16":98,"160":44,"161":195,"167":34,"168":1,"17":206,"18":788,"19":471,"20":70,"209":28,"21":556,"210":5,"214":18,"215":80,"221":202,"223":517,"224":89,"225":518,"23":613,"24":1279,"25":275,"257":55,"26":63,"268":6,"27":17,"273":41,"276":78,"279":13,"28":287,"281":11,"282":22,"291":15,"292":154,"30":25,"302":6,"306":2,"31":36,"314":3,"317":1,"32":22,"33":60,"34":32,"347":22,"35":24,"352":544,"36":148,"37":28,"38":400,"380":9,"381":58,"383":45,"389":7,"39":112,"391":16,"396":3,"397":13,"40":31,"409":55,"41":46,"414":24,"415":82,"419":68,"42":123,"426":6,"43":32,"430":11,"431":1,"433":9,"44":64,"45":25,"46":99,"48":40,"49":86,"5":645,"51":76,"52":105,"53":55,"56":22,"570":1,"6":120,"63":25,"7":322,"79":40,"8":143,"80":25,"9":426,"all_client":82864,"all_tv_clinet":12933,"insert_time":"2014-08-21T09:40:46.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70589,"10":23,"107":455,"11":218,"12":48,"13":494,"14":156,"15":142,"155":49,"156":23,"158":29,"159":25,"16":91,"160":43,"161":198,"167":32,"168":1,"17":216,"18":789,"19":483,"20":71,"209":27,"21":566,"210":4,"214":18,"215":83,"221":205,"223":514,"224":86,"225":520,"23":615,"24":1281,"25":275,"257":56,"26":59,"268":6,"27":19,"273":40,"276":84,"279":13,"28":283,"281":11,"282":28,"291":13,"292":165,"30":22,"302":5,"306":3,"31":37,"314":3,"317":1,"32":21,"33":59,"34":32,"347":21,"35":23,"352":542,"36":149,"37":27,"38":401,"380":9,"381":57,"383":44,"389":6,"39":112,"391":15,"396":3,"397":13,"40":34,"409":55,"41":46,"414":22,"415":77,"419":68,"42":129,"426":7,"43":31,"430":10,"431":1,"433":10,"44":65,"45":23,"46":102,"48":39,"49":79,"5":653,"51":69,"52":104,"53":55,"56":23,"570":1,"6":120,"63":25,"7":330,"79":39,"8":141,"80":25,"9":443,"all_client":83577,"all_tv_clinet":12988,"insert_time":"2014-08-21T09:41:47.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70823,"10":23,"107":447,"11":221,"12":49,"13":493,"14":158,"15":141,"155":50,"156":25,"158":30,"159":25,"16":89,"160":44,"161":199,"167":34,"168":1,"17":218,"18":795,"19":497,"20":72,"209":27,"21":560,"210":4,"214":18,"215":84,"221":199,"223":507,"224":86,"225":517,"23":615,"24":1275,"25":264,"257":59,"26":55,"268":5,"27":20,"273":38,"276":84,"279":14,"28":288,"281":10,"282":30,"291":13,"292":168,"30":22,"302":5,"306":3,"31":37,"314":3,"317":2,"32":20,"33":59,"34":32,"347":21,"35":23,"352":553,"36":153,"37":30,"38":405,"380":9,"381":56,"383":45,"389":7,"39":110,"391":14,"396":3,"397":13,"40":35,"409":55,"41":45,"414":21,"415":78,"419":70,"42":133,"426":7,"43":31,"430":11,"433":10,"44":60,"45":26,"46":100,"48":39,"49":78,"5":645,"51":60,"52":106,"53":55,"56":22,"570":1,"6":121,"63":26,"7":338,"79":38,"8":137,"80":26,"9":456,"all_client":83829,"all_tv_clinet":13006,"insert_time":"2014-08-21T09:42:48.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71165,"10":22,"107":463,"11":223,"12":48,"13":495,"14":157,"15":142,"155":48,"156":25,"158":29,"159":24,"16":90,"160":48,"161":189,"167":36,"168":1,"17":221,"18":795,"19":519,"20":68,"209":26,"21":575,"210":4,"214":20,"215":86,"221":195,"223":492,"224":85,"225":503,"23":633,"24":1273,"25":253,"257":64,"26":53,"268":5,"27":22,"273":36,"276":85,"279":14,"28":295,"281":9,"282":32,"291":11,"292":155,"30":21,"302":5,"306":3,"31":39,"314":3,"317":2,"32":17,"33":57,"34":33,"347":18,"35":24,"352":550,"36":143,"37":33,"38":402,"380":9,"381":57,"383":52,"389":7,"39":104,"391":14,"396":2,"397":11,"40":34,"409":51,"41":47,"414":23,"415":77,"419":72,"42":139,"426":9,"43":36,"430":14,"433":9,"44":63,"45":27,"46":105,"48":44,"49":72,"5":637,"51":57,"52":110,"53":56,"56":23,"570":1,"6":119,"63":23,"7":352,"79":38,"8":127,"80":27,"9":472,"all_client":84204,"all_tv_clinet":13039,"insert_time":"2014-08-21T09:43:48.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70734,"10":26,"107":466,"11":226,"12":48,"13":503,"14":147,"15":152,"155":50,"156":26,"158":30,"159":22,"16":91,"160":46,"161":176,"167":40,"168":1,"17":224,"18":802,"19":549,"20":68,"209":23,"21":589,"210":4,"211":3,"214":22,"215":87,"221":199,"223":493,"224":79,"225":470,"23":651,"24":1245,"25":244,"257":64,"26":54,"268":5,"27":24,"273":35,"276":84,"279":14,"28":304,"281":9,"282":38,"291":12,"292":143,"30":23,"302":5,"306":3,"31":45,"314":3,"317":2,"32":16,"33":54,"34":33,"347":15,"35":25,"352":554,"36":137,"37":35,"38":413,"380":11,"381":53,"383":53,"389":9,"39":100,"391":14,"396":2,"397":12,"40":34,"409":49,"41":47,"414":21,"415":79,"419":80,"42":137,"426":7,"43":32,"430":17,"433":9,"44":63,"45":27,"46":104,"48":44,"49":67,"5":637,"51":50,"52":108,"53":60,"56":25,"570":3,"6":117,"63":23,"7":358,"79":38,"8":116,"80":26,"9":467,"all_client":83784,"all_tv_clinet":13050,"insert_time":"2014-08-21T09:44:49.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70261,"10":28,"107":453,"11":213,"12":47,"13":495,"14":137,"15":169,"155":53,"156":24,"158":29,"159":19,"16":92,"160":46,"161":168,"167":39,"168":1,"17":222,"18":798,"19":575,"20":69,"209":23,"21":595,"210":4,"211":3,"214":22,"215":90,"221":198,"223":483,"224":77,"225":473,"23":651,"24":1223,"25":233,"257":57,"26":53,"268":6,"27":23,"273":33,"276":87,"279":11,"28":320,"281":9,"282":40,"291":14,"292":136,"30":25,"302":6,"306":3,"31":44,"314":3,"317":2,"32":17,"33":56,"34":36,"347":14,"35":25,"352":542,"36":136,"37":36,"38":408,"380":11,"381":56,"383":54,"389":8,"39":95,"391":13,"396":2,"397":12,"40":33,"409":49,"41":50,"414":19,"415":78,"419":88,"42":141,"426":9,"43":29,"430":20,"433":9,"44":65,"45":26,"46":104,"48":41,"49":58,"5":631,"51":50,"52":109,"53":56,"56":25,"570":3,"6":120,"63":23,"7":373,"79":38,"8":113,"80":26,"9":461,"all_client":83253,"all_tv_clinet":12992,"insert_time":"2014-08-21T09:45:49.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70036,"10":28,"107":452,"11":210,"12":49,"13":500,"14":134,"15":186,"155":53,"156":23,"158":32,"159":17,"16":88,"160":47,"161":172,"167":43,"168":1,"17":231,"18":801,"19":588,"20":67,"209":23,"21":593,"210":5,"211":4,"214":22,"215":87,"221":198,"223":486,"224":76,"225":463,"23":654,"24":1183,"25":233,"257":54,"26":50,"268":7,"27":21,"273":35,"276":89,"279":11,"28":330,"281":9,"282":44,"291":12,"292":131,"30":26,"302":6,"306":3,"31":44,"314":3,"317":2,"32":18,"33":57,"34":37,"347":12,"35":25,"352":536,"36":140,"37":37,"38":412,"380":11,"381":55,"383":57,"389":8,"39":90,"391":11,"396":3,"397":11,"40":30,"409":52,"41":53,"414":15,"415":82,"419":92,"42":132,"426":8,"43":27,"430":20,"433":10,"44":55,"45":26,"46":103,"48":42,"49":56,"5":645,"51":50,"52":111,"53":59,"56":23,"570":3,"6":122,"63":25,"7":397,"79":36,"8":108,"80":28,"9":438,"all_client":83030,"all_tv_clinet":12994,"insert_time":"2014-08-21T09:46:50.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66879,"10":30,"107":443,"11":191,"12":49,"13":470,"14":129,"15":188,"155":50,"156":21,"158":33,"159":13,"16":79,"160":46,"161":163,"167":44,"168":1,"17":234,"18":744,"19":567,"20":63,"209":22,"21":574,"210":5,"211":5,"214":19,"215":85,"221":187,"223":444,"224":74,"225":420,"23":615,"24":1094,"25":211,"257":52,"26":50,"268":6,"27":22,"273":34,"276":87,"279":13,"28":338,"281":10,"282":44,"291":11,"292":116,"30":21,"302":6,"306":3,"31":37,"314":3,"317":1,"32":21,"33":54,"34":36,"347":10,"35":22,"352":507,"36":129,"37":38,"38":394,"380":11,"381":54,"383":55,"389":8,"39":85,"391":10,"396":4,"397":10,"40":28,"409":45,"41":55,"414":14,"415":77,"419":92,"42":119,"426":7,"43":25,"430":20,"431":1,"433":10,"44":48,"45":25,"46":97,"48":37,"49":54,"5":635,"51":44,"52":110,"53":60,"56":22,"570":3,"6":119,"63":25,"7":391,"79":37,"8":92,"80":26,"9":425,"all_client":79237,"all_tv_clinet":12358,"insert_time":"2014-08-21T09:48:21.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65177,"10":28,"107":418,"11":180,"12":51,"13":445,"14":118,"15":203,"155":48,"156":23,"158":33,"159":11,"16":75,"160":44,"161":157,"167":44,"17":231,"18":723,"19":560,"20":65,"209":20,"21":560,"210":6,"211":5,"214":17,"215":83,"221":180,"223":453,"224":78,"225":377,"23":578,"24":1017,"25":202,"257":52,"26":51,"268":7,"27":22,"273":41,"276":93,"279":9,"28":359,"281":9,"282":45,"291":9,"292":123,"30":19,"302":7,"306":3,"31":39,"314":2,"317":1,"32":19,"33":55,"34":32,"347":6,"35":19,"352":491,"36":127,"37":39,"38":375,"380":10,"381":49,"383":50,"389":9,"39":76,"391":11,"396":4,"397":10,"40":25,"409":43,"41":63,"414":17,"415":71,"419":99,"42":104,"426":5,"43":25,"430":17,"431":1,"433":10,"44":45,"45":24,"46":96,"48":41,"49":48,"5":632,"51":39,"52":115,"53":62,"56":23,"570":3,"6":123,"63":25,"7":392,"79":35,"8":89,"80":26,"9":407,"all_client":77188,"all_tv_clinet":12011,"insert_time":"2014-08-21T09:49:22.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65311,"10":30,"107":411,"11":183,"12":54,"13":423,"14":129,"15":209,"155":43,"156":21,"158":36,"159":15,"16":77,"160":43,"161":166,"167":42,"17":235,"18":740,"19":567,"20":63,"209":20,"21":566,"210":9,"211":5,"214":18,"215":86,"221":176,"223":461,"224":78,"225":382,"23":562,"24":1017,"25":196,"257":55,"26":53,"268":5,"27":19,"273":42,"276":94,"279":9,"28":373,"281":8,"282":47,"291":9,"292":120,"30":20,"302":8,"306":3,"31":43,"314":2,"317":1,"32":14,"33":62,"34":32,"347":5,"35":20,"352":494,"36":127,"37":40,"38":373,"380":12,"381":49,"383":50,"389":9,"39":75,"391":9,"396":3,"397":12,"40":25,"409":43,"41":76,"414":19,"415":69,"419":101,"42":87,"426":3,"43":20,"430":18,"431":1,"433":10,"44":40,"45":28,"46":100,"48":41,"49":43,"5":642,"51":37,"52":113,"53":67,"56":25,"570":3,"6":122,"63":27,"7":408,"79":32,"8":86,"80":28,"9":410,"all_client":77395,"all_tv_clinet":12084,"insert_time":"2014-08-21T09:50:23.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65880,"10":30,"107":427,"11":184,"12":53,"13":415,"14":134,"15":206,"155":42,"156":20,"158":38,"159":17,"16":79,"160":42,"161":168,"167":42,"17":238,"18":755,"19":575,"20":68,"209":22,"21":574,"210":10,"211":5,"214":18,"215":88,"221":181,"223":476,"224":79,"225":380,"23":554,"24":1015,"25":201,"257":58,"26":48,"268":5,"27":17,"273":41,"276":99,"279":8,"28":382,"281":8,"282":48,"291":10,"292":124,"30":20,"302":9,"306":3,"31":42,"314":2,"317":1,"32":16,"33":65,"34":32,"347":4,"35":18,"352":500,"36":128,"37":40,"38":368,"380":12,"381":48,"383":51,"389":9,"39":76,"391":11,"396":3,"397":11,"40":25,"409":43,"41":85,"414":17,"415":69,"419":101,"42":82,"426":5,"43":17,"430":20,"433":9,"44":41,"45":31,"46":102,"48":40,"49":44,"5":649,"51":35,"52":114,"53":68,"56":25,"570":1,"6":120,"63":27,"7":426,"79":31,"8":86,"80":31,"9":418,"all_client":78095,"all_tv_clinet":12215,"insert_time":"2014-08-21T09:51:23.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66216,"10":31,"107":429,"11":196,"12":53,"13":408,"14":132,"15":207,"155":44,"156":16,"158":41,"159":14,"16":77,"160":45,"161":171,"167":43,"17":240,"18":753,"19":586,"20":67,"209":25,"21":593,"210":9,"211":6,"214":18,"215":95,"221":185,"223":479,"224":79,"225":381,"23":543,"24":1019,"25":197,"257":61,"26":45,"268":4,"27":17,"273":42,"276":98,"279":8,"28":390,"281":8,"282":51,"291":11,"292":120,"30":21,"302":9,"306":3,"31":39,"314":4,"317":1,"32":20,"33":64,"34":32,"347":5,"35":18,"352":508,"36":129,"37":37,"38":368,"380":11,"381":53,"383":52,"389":9,"39":75,"391":15,"396":3,"397":11,"40":25,"409":45,"41":91,"414":13,"415":68,"419":99,"42":77,"426":5,"43":20,"430":23,"433":8,"44":39,"45":32,"46":100,"48":39,"49":48,"5":653,"51":32,"52":109,"53":71,"56":25,"570":1,"6":113,"63":28,"7":442,"79":30,"8":87,"80":33,"9":427,"all_client":78523,"all_tv_clinet":12307,"insert_time":"2014-08-21T09:52:24.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65650,"10":30,"107":427,"11":207,"12":51,"13":407,"14":126,"15":204,"155":40,"156":17,"158":39,"159":14,"16":73,"160":50,"161":171,"167":43,"17":244,"18":755,"19":585,"20":66,"209":26,"21":595,"210":7,"211":6,"214":18,"215":96,"221":188,"223":480,"224":80,"225":363,"23":554,"24":984,"25":190,"257":63,"26":47,"268":4,"27":15,"273":42,"276":96,"279":7,"28":383,"281":10,"282":52,"291":12,"292":121,"30":20,"302":8,"306":3,"31":38,"314":4,"317":1,"32":19,"33":60,"34":32,"347":7,"35":17,"352":501,"36":128,"37":37,"38":357,"380":11,"381":52,"383":52,"389":9,"39":70,"391":15,"396":4,"397":9,"40":24,"409":42,"41":95,"414":11,"415":65,"419":105,"42":69,"426":6,"43":19,"430":24,"433":8,"44":38,"45":32,"46":98,"48":40,"49":43,"5":640,"51":32,"52":100,"53":68,"56":24,"570":1,"6":111,"63":27,"7":453,"79":29,"8":78,"80":32,"9":425,"all_client":77831,"all_tv_clinet":12181,"insert_time":"2014-08-21T09:53:25.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66160,"10":33,"107":425,"11":227,"12":53,"13":403,"14":114,"15":221,"155":38,"156":20,"158":38,"159":15,"16":75,"160":50,"161":174,"167":44,"17":260,"18":758,"19":594,"20":65,"209":30,"21":619,"210":7,"211":6,"214":20,"215":97,"221":190,"223":466,"224":73,"225":364,"23":548,"24":985,"25":189,"257":63,"26":48,"268":4,"27":15,"273":45,"276":96,"279":8,"28":383,"281":11,"282":53,"291":12,"292":128,"30":20,"302":8,"306":3,"31":38,"314":4,"317":1,"32":20,"33":63,"34":32,"347":9,"35":18,"352":514,"36":120,"37":36,"38":366,"380":11,"381":58,"383":49,"389":9,"39":67,"391":15,"396":4,"397":10,"40":24,"409":39,"41":101,"414":11,"415":59,"419":110,"42":68,"426":4,"43":18,"430":28,"433":8,"44":38,"45":34,"46":94,"48":40,"49":46,"5":644,"51":31,"52":96,"53":68,"56":23,"570":1,"6":108,"63":29,"7":469,"79":29,"8":81,"80":31,"9":435,"all_client":78469,"all_tv_clinet":12309,"insert_time":"2014-08-21T09:54:25.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66643,"10":32,"107":415,"11":231,"12":54,"13":394,"14":108,"15":238,"155":38,"156":20,"158":38,"159":16,"16":71,"160":51,"161":174,"167":46,"17":268,"18":753,"19":613,"20":67,"209":29,"21":632,"210":7,"211":6,"214":20,"215":99,"221":187,"223":469,"224":70,"225":373,"23":545,"24":986,"25":192,"257":62,"26":49,"268":4,"27":16,"273":44,"276":101,"279":11,"28":395,"281":11,"282":52,"291":12,"292":137,"30":22,"302":8,"306":4,"31":39,"314":4,"317":1,"32":20,"33":68,"34":24,"347":11,"35":17,"352":521,"36":122,"37":34,"38":360,"380":11,"381":62,"383":50,"389":8,"39":65,"391":16,"396":4,"397":9,"40":23,"409":36,"41":102,"414":11,"415":59,"419":114,"42":63,"426":4,"43":21,"430":28,"433":8,"44":39,"45":34,"46":90,"48":43,"49":43,"5":647,"51":34,"52":90,"53":63,"56":21,"570":1,"6":105,"63":30,"7":487,"79":30,"8":79,"80":30,"9":453,"all_client":79047,"all_tv_clinet":12404,"insert_time":"2014-08-21T09:55:26.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67108,"10":31,"107":419,"11":255,"12":44,"13":386,"14":102,"15":237,"155":35,"156":22,"158":37,"159":14,"16":76,"160":50,"161":168,"167":50,"168":1,"17":288,"18":753,"19":617,"20":67,"209":28,"21":641,"210":5,"211":6,"214":20,"215":106,"221":205,"223":458,"224":69,"225":381,"23":543,"24":988,"25":199,"257":62,"26":48,"268":8,"27":17,"273":45,"276":95,"279":13,"28":393,"281":9,"282":46,"291":17,"292":146,"30":23,"302":8,"306":3,"31":42,"314":4,"317":1,"32":23,"33":72,"34":23,"347":11,"35":17,"352":519,"36":122,"37":32,"38":352,"380":11,"381":65,"383":52,"389":7,"39":65,"391":17,"396":3,"397":8,"40":24,"409":37,"41":101,"414":11,"415":62,"419":118,"42":63,"426":2,"43":22,"430":29,"433":8,"44":36,"45":37,"46":91,"48":43,"49":40,"5":671,"51":38,"52":88,"53":61,"56":19,"570":2,"6":110,"63":32,"7":494,"79":29,"8":84,"80":33,"9":471,"all_client":79644,"all_tv_clinet":12536,"insert_time":"2014-08-21T09:56:26.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67656,"10":31,"107":401,"11":266,"12":45,"13":388,"14":103,"15":228,"155":34,"156":25,"158":36,"159":13,"16":72,"160":52,"161":170,"167":53,"168":1,"17":298,"18":759,"19":594,"20":67,"209":27,"21":634,"210":4,"211":7,"214":21,"215":112,"221":208,"223":466,"224":66,"225":379,"23":533,"24":986,"25":209,"257":70,"26":53,"268":8,"27":16,"273":52,"276":94,"279":14,"28":378,"281":9,"282":40,"291":18,"292":149,"30":22,"302":9,"306":3,"31":43,"314":5,"317":1,"32":23,"33":73,"34":24,"347":10,"35":18,"352":522,"36":126,"37":34,"38":352,"380":10,"381":65,"383":56,"389":5,"39":61,"391":17,"396":1,"397":8,"40":25,"409":38,"41":102,"414":11,"415":64,"419":123,"42":55,"426":2,"43":22,"430":32,"433":9,"44":33,"45":35,"46":89,"48":40,"49":40,"5":697,"51":35,"52":81,"53":67,"56":17,"570":2,"6":113,"63":34,"7":513,"79":30,"8":90,"80":34,"9":494,"all_client":80260,"all_tv_clinet":12604,"insert_time":"2014-08-21T09:57:27.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68146,"10":33,"107":408,"11":275,"12":43,"13":390,"14":103,"15":211,"155":34,"156":26,"158":36,"159":15,"16":74,"160":53,"161":166,"167":56,"168":1,"17":316,"18":764,"19":577,"20":68,"209":24,"21":641,"210":4,"211":7,"214":24,"215":114,"221":212,"223":469,"224":65,"225":371,"23":521,"24":997,"25":213,"257":74,"26":57,"268":7,"27":18,"273":55,"276":90,"279":14,"28":366,"281":9,"282":37,"291":19,"292":157,"30":22,"302":10,"306":4,"31":49,"314":5,"317":1,"32":23,"33":74,"34":27,"347":10,"35":17,"352":517,"36":129,"37":36,"38":366,"380":13,"381":63,"383":58,"389":4,"39":65,"391":18,"396":2,"397":9,"40":26,"409":37,"41":117,"414":11,"415":67,"419":124,"42":52,"426":3,"43":23,"430":35,"433":9,"44":29,"45":40,"46":93,"48":36,"49":34,"5":722,"51":38,"52":82,"53":69,"56":14,"570":2,"6":122,"63":38,"7":518,"79":31,"8":90,"80":34,"9":508,"all_client":80886,"all_tv_clinet":12740,"insert_time":"2014-08-21T09:58:28.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68558,"10":33,"107":416,"11":279,"12":46,"13":392,"14":97,"15":202,"155":35,"156":27,"158":36,"159":17,"16":77,"160":49,"161":166,"167":62,"168":1,"17":330,"18":763,"19":564,"20":70,"209":26,"21":647,"210":4,"211":6,"214":26,"215":112,"221":205,"223":479,"224":60,"225":371,"23":494,"24":1008,"25":209,"257":75,"26":57,"268":5,"27":17,"273":58,"276":92,"279":16,"28":363,"281":9,"282":37,"291":17,"292":152,"30":22,"302":11,"306":4,"31":62,"314":5,"317":1,"32":21,"33":74,"34":31,"347":10,"35":16,"352":529,"36":136,"37":34,"38":366,"380":15,"381":65,"383":60,"389":3,"39":68,"391":20,"396":2,"397":7,"40":32,"409":37,"41":126,"414":12,"415":62,"419":132,"42":53,"426":5,"43":20,"430":36,"433":8,"44":27,"45":35,"46":94,"48":36,"49":34,"5":757,"51":42,"52":84,"53":69,"56":13,"570":4,"6":145,"63":39,"7":522,"79":32,"8":86,"80":38,"9":528,"all_client":81435,"all_tv_clinet":12877,"insert_time":"2014-08-21T09:59:29.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69013,"10":34,"107":430,"11":283,"12":47,"13":393,"14":98,"15":188,"155":36,"156":27,"158":39,"159":17,"16":76,"160":49,"161":163,"167":65,"168":1,"17":340,"18":772,"19":554,"20":64,"209":23,"21":649,"210":4,"211":6,"214":28,"215":116,"221":201,"223":501,"224":61,"225":368,"23":477,"24":1052,"25":210,"257":79,"26":59,"268":7,"27":20,"273":57,"276":92,"279":18,"28":378,"281":10,"282":38,"291":16,"292":143,"30":22,"302":11,"306":4,"31":71,"314":4,"317":1,"32":21,"33":73,"34":31,"347":11,"35":14,"352":533,"36":138,"37":40,"38":375,"380":14,"381":68,"383":64,"389":3,"39":67,"391":21,"396":1,"397":6,"40":33,"409":34,"41":132,"414":13,"415":66,"419":134,"42":57,"426":3,"43":23,"430":41,"433":9,"44":25,"45":30,"46":101,"48":36,"49":34,"5":775,"51":41,"52":82,"53":68,"56":11,"570":5,"6":155,"63":43,"7":513,"79":33,"8":80,"80":42,"9":526,"all_client":82040,"all_tv_clinet":13027,"insert_time":"2014-08-21T10:00:30.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69212,"10":36,"107":445,"11":291,"12":50,"13":392,"14":100,"15":190,"155":37,"156":29,"158":36,"159":18,"16":76,"160":50,"161":168,"167":63,"168":3,"17":338,"18":782,"19":559,"20":70,"209":25,"21":670,"210":6,"211":6,"214":30,"215":123,"221":205,"223":505,"224":61,"225":360,"23":453,"24":1062,"25":213,"257":75,"26":62,"268":7,"27":19,"273":55,"276":97,"279":18,"28":378,"281":15,"282":35,"291":19,"292":129,"30":21,"302":13,"306":3,"31":70,"314":5,"317":1,"32":24,"33":74,"34":30,"347":9,"35":13,"352":547,"36":145,"37":45,"38":375,"380":16,"381":77,"383":62,"389":3,"39":68,"391":19,"397":7,"40":37,"409":36,"41":149,"414":17,"415":69,"419":134,"42":52,"426":4,"43":23,"430":43,"433":9,"44":24,"45":32,"46":102,"48":38,"49":33,"5":766,"51":43,"52":80,"53":66,"56":10,"570":5,"6":170,"63":46,"7":507,"79":37,"8":77,"80":40,"9":523,"all_client":82372,"all_tv_clinet":13160,"insert_time":"2014-08-21T10:01:30.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69626,"10":34,"107":437,"11":314,"12":53,"13":406,"14":101,"15":187,"155":38,"156":25,"158":38,"159":20,"16":77,"160":55,"161":180,"167":63,"168":3,"17":320,"18":791,"19":572,"20":70,"209":27,"21":676,"210":8,"211":6,"214":34,"215":139,"221":217,"223":521,"224":62,"225":362,"23":442,"24":1083,"25":207,"257":74,"26":66,"268":8,"27":19,"273":59,"276":102,"279":20,"28":359,"281":16,"282":29,"291":20,"292":135,"30":20,"302":13,"306":3,"31":67,"314":5,"317":1,"32":27,"33":75,"34":35,"347":10,"35":13,"352":554,"36":147,"37":47,"38":384,"380":16,"381":80,"383":62,"389":3,"39":67,"391":21,"397":8,"40":40,"409":42,"41":157,"414":21,"415":68,"419":123,"42":50,"426":4,"43":25,"430":46,"433":9,"44":24,"45":30,"46":108,"48":40,"49":30,"5":745,"51":39,"52":71,"53":63,"56":9,"570":4,"6":175,"63":47,"7":501,"79":39,"8":78,"80":39,"9":515,"all_client":82901,"all_tv_clinet":13275,"insert_time":"2014-08-21T10:02:31.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70159,"10":32,"107":434,"11":320,"12":57,"13":414,"14":112,"15":182,"155":41,"156":26,"158":39,"159":22,"16":84,"160":56,"161":188,"167":60,"168":4,"17":303,"18":795,"19":585,"20":73,"209":28,"21":676,"210":9,"211":7,"214":34,"215":139,"221":224,"223":533,"224":61,"225":349,"23":448,"24":1064,"25":209,"257":77,"26":73,"268":6,"27":19,"273":67,"276":109,"279":20,"28":332,"281":19,"282":32,"291":21,"292":142,"30":20,"302":12,"306":3,"31":79,"314":5,"317":1,"32":27,"33":75,"34":37,"347":10,"35":14,"352":551,"36":162,"37":50,"38":394,"380":18,"381":83,"383":61,"389":3,"39":71,"391":20,"397":10,"40":42,"409":42,"41":156,"414":23,"415":71,"419":110,"42":50,"426":5,"43":27,"430":45,"433":11,"44":24,"45":30,"46":110,"48":39,"49":29,"5":732,"51":39,"52":67,"53":60,"56":9,"570":4,"6":175,"63":50,"7":505,"79":40,"8":83,"80":37,"9":521,"all_client":83526,"all_tv_clinet":13367,"insert_time":"2014-08-21T10:03:31.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70550,"10":29,"107":458,"11":316,"12":55,"13":422,"14":118,"15":190,"155":42,"156":26,"158":42,"159":23,"16":92,"160":56,"161":207,"167":63,"168":3,"17":287,"18":820,"19":592,"20":70,"209":30,"21":661,"210":10,"211":8,"214":33,"215":153,"221":235,"223":537,"224":61,"225":339,"23":456,"24":1073,"25":220,"257":79,"26":73,"268":6,"27":16,"273":73,"276":112,"279":21,"28":326,"281":20,"282":32,"291":19,"292":143,"30":18,"302":14,"306":3,"31":90,"314":5,"32":29,"33":74,"34":38,"347":10,"35":16,"352":561,"36":166,"37":54,"38":401,"380":18,"381":78,"383":65,"389":1,"39":70,"391":20,"396":1,"397":10,"40":45,"409":45,"41":136,"414":24,"415":77,"419":105,"42":51,"426":5,"43":26,"430":46,"433":11,"434":1,"44":23,"45":28,"46":112,"48":40,"49":28,"5":719,"51":37,"52":63,"53":58,"56":7,"570":5,"6":186,"63":51,"7":519,"79":43,"8":90,"80":40,"9":515,"all_client":84075,"all_tv_clinet":13525,"insert_time":"2014-08-21T10:04:32.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70962,"10":27,"107":464,"11":305,"12":51,"13":429,"14":119,"15":186,"155":43,"156":28,"158":45,"159":22,"16":93,"160":52,"161":208,"167":65,"168":3,"17":266,"18":846,"19":595,"20":66,"209":33,"21":665,"210":10,"211":9,"214":35,"215":164,"221":232,"223":544,"224":59,"225":347,"23":454,"24":1082,"25":222,"257":82,"26":76,"268":6,"27":13,"273":76,"276":116,"279":21,"28":325,"281":22,"282":32,"291":15,"292":151,"30":19,"302":15,"306":3,"31":91,"314":5,"32":26,"33":74,"34":35,"347":9,"35":22,"352":566,"36":165,"37":58,"38":412,"380":16,"381":80,"383":65,"389":2,"39":65,"391":20,"396":3,"397":13,"40":45,"409":47,"41":125,"414":25,"415":83,"419":102,"42":52,"426":6,"43":24,"430":44,"433":13,"434":1,"44":23,"45":29,"46":115,"48":35,"49":31,"5":721,"51":41,"52":59,"53":58,"56":7,"570":3,"6":194,"63":53,"7":530,"79":41,"8":94,"80":41,"9":529,"all_client":84601,"all_tv_clinet":13639,"insert_time":"2014-08-21T10:05:33.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71521,"10":29,"107":470,"11":302,"12":48,"13":438,"14":126,"15":196,"155":44,"156":29,"158":51,"159":22,"16":97,"160":53,"161":211,"167":70,"168":2,"17":253,"18":869,"19":606,"20":66,"209":32,"21":668,"210":10,"211":11,"214":35,"215":182,"221":223,"223":572,"224":61,"225":346,"23":446,"24":1101,"25":223,"257":82,"26":78,"268":6,"27":13,"273":81,"276":118,"279":23,"28":322,"281":24,"282":36,"291":13,"292":149,"30":19,"302":15,"306":3,"31":88,"314":5,"32":26,"33":81,"34":35,"347":10,"35":24,"352":577,"36":162,"37":62,"38":401,"380":16,"381":87,"383":63,"389":2,"39":64,"391":18,"396":6,"397":12,"40":45,"409":45,"41":112,"414":27,"415":82,"419":103,"42":55,"426":6,"43":24,"430":45,"433":14,"434":1,"44":23,"45":29,"46":114,"48":35,"49":30,"5":710,"51":43,"52":56,"53":56,"56":8,"570":2,"6":195,"63":59,"7":529,"79":40,"8":97,"80":39,"9":523,"all_client":85281,"all_tv_clinet":13760,"insert_time":"2014-08-21T10:06:33.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71959,"10":29,"107":479,"11":302,"12":52,"13":452,"14":127,"15":197,"155":51,"156":28,"158":51,"159":21,"16":100,"160":53,"161":217,"167":71,"168":2,"17":250,"18":884,"19":618,"20":64,"209":31,"21":671,"210":10,"211":11,"214":33,"215":185,"221":212,"223":580,"224":59,"225":353,"23":449,"24":1116,"25":224,"257":87,"26":73,"268":6,"27":14,"273":82,"276":119,"279":22,"28":320,"281":25,"282":37,"291":14,"292":146,"30":17,"302":16,"306":2,"31":87,"314":4,"32":27,"33":79,"34":40,"347":11,"35":26,"352":578,"36":161,"37":62,"38":405,"380":15,"381":93,"383":61,"389":2,"39":70,"391":17,"396":5,"397":12,"40":42,"409":46,"41":107,"414":30,"415":87,"419":98,"42":51,"426":6,"43":22,"430":45,"433":14,"44":24,"45":33,"46":113,"48":33,"49":30,"5":720,"51":46,"52":53,"53":54,"56":10,"570":1,"6":206,"63":64,"7":533,"79":36,"8":102,"80":38,"9":530,"all_client":85850,"all_tv_clinet":13891,"insert_time":"2014-08-21T10:07:34.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72467,"10":29,"107":484,"11":304,"12":54,"13":449,"14":128,"15":195,"155":55,"156":29,"158":56,"159":20,"16":103,"160":53,"161":227,"167":71,"168":2,"17":242,"18":899,"19":615,"20":66,"209":27,"21":671,"210":10,"211":12,"214":33,"215":189,"221":223,"223":594,"224":61,"225":350,"23":455,"24":1117,"25":222,"257":84,"26":72,"268":5,"27":17,"273":88,"276":120,"279":22,"28":322,"281":26,"282":41,"291":14,"292":138,"30":21,"302":19,"306":2,"31":95,"314":4,"32":26,"33":80,"34":42,"347":11,"35":41,"352":589,"36":161,"37":60,"38":409,"380":15,"381":98,"383":62,"389":1,"39":74,"391":18,"396":5,"397":11,"40":42,"409":44,"41":98,"414":31,"415":94,"419":103,"42":52,"426":6,"43":21,"430":43,"433":13,"44":23,"45":36,"46":114,"48":36,"49":32,"5":718,"51":42,"52":59,"53":53,"56":9,"570":3,"6":208,"63":67,"7":545,"79":33,"8":109,"80":38,"9":516,"all_client":86493,"all_tv_clinet":14026,"insert_time":"2014-08-21T10:08:35.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72997,"10":32,"107":499,"11":300,"12":58,"13":452,"14":126,"15":196,"155":54,"156":30,"158":60,"159":22,"16":115,"160":52,"161":240,"167":70,"168":2,"17":232,"18":904,"19":614,"20":70,"209":25,"21":685,"210":11,"211":12,"214":33,"215":190,"221":220,"223":586,"224":57,"225":336,"23":466,"24":1126,"25":212,"257":80,"26":70,"268":4,"27":18,"273":89,"276":123,"279":21,"28":329,"281":26,"282":45,"291":14,"292":132,"30":20,"302":21,"306":2,"31":96,"314":4,"32":22,"33":79,"34":41,"347":11,"35":43,"352":583,"36":168,"37":63,"38":424,"380":15,"381":97,"383":65,"39":73,"391":21,"396":3,"397":11,"40":42,"409":43,"41":98,"414":30,"415":98,"419":103,"42":51,"426":7,"43":22,"430":41,"433":13,"44":19,"45":40,"46":113,"48":41,"49":34,"5":731,"51":43,"52":59,"53":54,"56":9,"570":3,"6":213,"63":67,"7":552,"79":31,"8":115,"80":41,"9":515,"all_client":87125,"all_tv_clinet":14128,"insert_time":"2014-08-21T10:09:35.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73406,"10":33,"107":489,"11":287,"12":56,"13":456,"14":126,"15":201,"155":55,"156":31,"158":67,"159":23,"16":117,"160":53,"161":241,"167":74,"168":2,"17":225,"18":908,"19":606,"20":62,"209":26,"21":686,"210":12,"211":12,"214":35,"215":196,"221":220,"223":603,"224":59,"225":355,"23":466,"24":1126,"25":210,"257":82,"26":71,"268":4,"27":19,"273":86,"276":125,"279":20,"28":333,"281":26,"282":50,"291":14,"292":135,"30":21,"302":22,"306":2,"31":100,"314":4,"32":18,"33":73,"34":40,"347":11,"35":42,"352":588,"36":169,"37":63,"38":416,"380":16,"381":95,"383":67,"389":1,"39":73,"391":21,"396":3,"397":10,"40":42,"409":42,"41":100,"414":30,"415":98,"419":102,"42":53,"426":7,"43":26,"430":39,"433":14,"44":21,"45":39,"46":117,"48":40,"49":37,"5":745,"51":45,"52":58,"53":57,"56":7,"570":5,"6":215,"63":70,"7":558,"79":26,"8":120,"80":39,"9":516,"all_client":87612,"all_tv_clinet":14206,"insert_time":"2014-08-21T10:10:36.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73767,"10":28,"107":498,"11":291,"12":65,"13":458,"14":137,"15":201,"155":58,"156":29,"158":68,"159":22,"16":122,"160":52,"161":243,"167":76,"168":2,"17":220,"18":911,"19":593,"20":64,"209":25,"21":683,"210":13,"211":13,"214":35,"215":206,"221":225,"223":626,"224":56,"225":356,"23":466,"24":1133,"25":211,"257":83,"26":70,"268":4,"27":21,"273":84,"276":129,"279":17,"28":326,"281":26,"282":53,"291":13,"292":147,"30":18,"302":20,"306":2,"31":100,"314":4,"32":18,"33":74,"34":37,"347":12,"35":46,"352":599,"36":166,"37":62,"38":417,"380":17,"381":92,"383":74,"389":1,"39":73,"391":17,"396":3,"397":8,"40":42,"409":41,"41":99,"414":30,"415":88,"419":102,"42":50,"426":6,"43":27,"430":40,"433":14,"44":19,"45":39,"46":117,"48":45,"49":36,"5":748,"51":46,"52":57,"53":61,"56":8,"570":8,"6":214,"63":74,"7":554,"79":25,"8":122,"80":35,"9":526,"all_client":88059,"all_tv_clinet":14292,"insert_time":"2014-08-21T10:11:37.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74076,"10":24,"107":493,"11":291,"12":68,"13":467,"14":144,"15":209,"155":59,"156":31,"158":72,"159":23,"16":130,"160":53,"161":241,"167":77,"168":2,"17":217,"18":927,"19":587,"20":64,"209":28,"21":689,"210":13,"211":11,"214":37,"215":216,"221":232,"223":641,"224":56,"225":366,"23":471,"24":1158,"25":206,"257":84,"26":71,"268":5,"27":21,"273":86,"276":127,"279":16,"28":325,"281":27,"282":54,"291":12,"292":158,"30":17,"302":20,"306":2,"31":102,"314":5,"32":17,"33":72,"34":32,"347":12,"35":49,"352":599,"36":162,"37":60,"38":414,"380":16,"381":91,"383":84,"389":1,"39":74,"391":15,"396":3,"397":9,"40":42,"409":42,"41":101,"414":29,"415":79,"419":104,"42":52,"426":7,"43":25,"430":38,"433":13,"44":19,"45":38,"46":126,"48":44,"49":36,"5":763,"51":49,"52":52,"53":62,"56":8,"570":9,"6":211,"63":73,"7":564,"79":22,"8":125,"80":32,"9":519,"all_client":88505,"all_tv_clinet":14429,"insert_time":"2014-08-21T10:12:38.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74552,"10":25,"107":500,"11":284,"12":75,"13":481,"14":146,"15":211,"155":60,"156":28,"158":69,"159":26,"16":137,"160":56,"161":228,"167":77,"168":2,"17":205,"18":947,"19":572,"20":66,"209":27,"21":702,"210":12,"211":17,"214":37,"215":224,"221":242,"223":641,"224":55,"225":371,"23":474,"24":1195,"25":201,"257":85,"26":72,"268":4,"27":20,"273":82,"276":127,"279":15,"28":326,"281":28,"282":55,"291":12,"292":161,"30":20,"302":20,"306":2,"31":99,"314":6,"32":17,"33":72,"34":32,"347":14,"35":51,"352":596,"36":161,"37":61,"38":410,"380":17,"381":83,"383":86,"389":1,"39":71,"391":16,"396":4,"397":11,"40":40,"409":50,"41":96,"414":27,"415":88,"419":106,"42":52,"426":6,"43":23,"430":33,"433":13,"44":19,"45":36,"46":126,"48":44,"49":38,"5":778,"51":46,"52":51,"53":58,"56":8,"570":7,"6":221,"63":75,"7":582,"79":21,"8":131,"80":26,"9":494,"all_client":89077,"all_tv_clinet":14525,"insert_time":"2014-08-21T10:13:38.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74748,"10":26,"107":507,"11":280,"12":86,"13":494,"14":149,"15":215,"155":61,"156":27,"158":68,"159":26,"16":145,"160":58,"161":218,"167":76,"168":2,"17":203,"18":998,"19":548,"20":66,"209":27,"21":713,"210":12,"211":24,"214":35,"215":236,"221":250,"223":643,"224":50,"225":378,"23":478,"24":1249,"25":193,"257":95,"26":71,"268":4,"27":20,"273":75,"276":131,"279":16,"28":337,"281":30,"282":55,"291":13,"292":152,"30":23,"302":21,"306":2,"31":102,"314":6,"32":18,"33":74,"34":33,"347":15,"35":46,"352":593,"36":164,"37":62,"38":399,"380":17,"381":82,"383":86,"39":71,"391":15,"396":5,"397":11,"40":35,"409":53,"41":92,"414":26,"415":88,"419":111,"42":53,"426":6,"43":25,"430":33,"433":12,"44":18,"45":38,"46":135,"48":47,"49":40,"5":787,"51":46,"52":45,"53":54,"56":7,"570":7,"6":225,"63":78,"7":611,"79":20,"8":130,"80":28,"9":458,"all_client":89441,"all_tv_clinet":14693,"insert_time":"2014-08-21T10:14:39.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75121,"10":27,"107":518,"11":281,"12":102,"13":509,"14":159,"15":212,"155":62,"156":26,"158":68,"159":27,"16":154,"160":57,"161":204,"167":77,"168":2,"17":200,"18":999,"19":549,"20":68,"209":33,"21":713,"210":12,"211":31,"214":35,"215":245,"221":257,"223":655,"224":48,"225":377,"23":482,"24":1281,"25":193,"257":88,"26":75,"268":4,"27":19,"273":67,"276":138,"279":16,"28":348,"281":31,"282":57,"291":13,"292":140,"30":21,"302":21,"306":1,"31":104,"314":6,"32":23,"33":77,"34":35,"347":14,"35":43,"352":595,"36":161,"37":65,"38":407,"380":18,"381":90,"383":89,"39":75,"391":17,"396":5,"397":10,"40":34,"409":56,"41":90,"414":25,"415":86,"419":113,"42":53,"426":6,"43":26,"430":30,"433":10,"434":1,"44":16,"45":39,"46":138,"48":53,"49":43,"5":794,"51":47,"52":40,"53":58,"56":7,"570":6,"6":234,"63":82,"7":609,"79":21,"8":125,"80":27,"9":427,"all_client":89953,"all_tv_clinet":14832,"insert_time":"2014-08-21T10:15:39.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75524,"10":25,"107":521,"11":278,"12":114,"13":523,"14":167,"15":194,"155":63,"156":26,"158":68,"159":27,"16":159,"160":58,"161":210,"167":81,"168":2,"17":195,"18":1032,"19":545,"20":67,"209":35,"21":728,"210":12,"211":32,"214":36,"215":255,"221":255,"223":678,"224":45,"225":379,"23":493,"24":1278,"25":190,"257":94,"26":74,"268":4,"27":22,"273":68,"276":143,"279":14,"28":344,"281":31,"282":58,"291":12,"292":140,"30":20,"302":20,"306":1,"31":104,"314":4,"32":27,"33":78,"34":36,"347":13,"35":44,"352":595,"36":162,"37":68,"38":404,"380":18,"381":95,"383":81,"39":74,"391":17,"396":4,"397":12,"40":36,"409":50,"41":88,"414":21,"415":83,"419":120,"42":62,"426":6,"43":29,"430":29,"433":10,"434":1,"44":14,"45":41,"46":144,"48":57,"49":47,"5":801,"51":48,"52":40,"53":56,"56":6,"570":7,"6":235,"63":90,"7":610,"79":21,"8":117,"80":28,"9":399,"all_client":90472,"all_tv_clinet":14948,"insert_time":"2014-08-21T10:16:40.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75773,"10":27,"107":521,"11":266,"12":125,"13":538,"14":174,"15":198,"155":63,"156":27,"158":68,"159":31,"16":176,"160":58,"161":209,"167":81,"168":2,"17":192,"18":1034,"19":537,"20":70,"209":36,"21":740,"210":12,"211":33,"214":35,"215":254,"221":256,"223":717,"224":49,"225":378,"23":492,"24":1279,"25":189,"257":96,"26":75,"268":5,"27":22,"273":72,"276":144,"279":15,"28":348,"281":30,"282":64,"291":13,"292":138,"30":17,"302":22,"306":1,"31":104,"314":5,"32":28,"33":79,"34":32,"347":10,"35":42,"352":594,"36":170,"37":69,"38":416,"380":20,"381":96,"383":87,"39":72,"391":18,"396":2,"397":12,"40":34,"409":46,"41":90,"414":23,"415":83,"419":126,"42":62,"426":7,"43":28,"430":28,"433":7,"434":1,"44":10,"45":44,"46":148,"48":52,"49":45,"5":807,"51":47,"52":39,"53":55,"56":7,"570":3,"6":248,"63":97,"7":624,"79":24,"8":116,"80":28,"9":368,"all_client":90855,"all_tv_clinet":15082,"insert_time":"2014-08-21T10:17:41.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76110,"10":25,"107":541,"11":271,"12":130,"13":544,"14":177,"15":203,"155":62,"156":23,"158":69,"159":31,"16":194,"160":58,"161":210,"167":85,"168":2,"17":195,"18":1037,"19":531,"20":69,"209":36,"21":740,"210":11,"211":33,"214":35,"215":261,"221":262,"223":727,"224":51,"225":379,"23":499,"24":1266,"25":186,"257":101,"26":78,"268":5,"27":21,"273":80,"276":146,"279":15,"28":352,"281":29,"282":68,"291":14,"292":137,"30":18,"302":23,"306":1,"31":97,"314":4,"32":23,"33":76,"34":34,"347":12,"35":43,"352":590,"36":172,"37":66,"38":414,"380":20,"381":100,"383":92,"39":76,"391":18,"396":1,"397":13,"40":33,"409":40,"41":92,"414":25,"415":83,"419":128,"42":61,"426":7,"43":28,"430":23,"433":8,"434":1,"44":10,"45":45,"46":149,"48":53,"49":47,"5":822,"51":48,"52":36,"53":57,"56":6,"570":3,"6":250,"63":105,"7":626,"79":25,"8":119,"80":29,"9":351,"all_client":91302,"all_tv_clinet":15192,"insert_time":"2014-08-21T10:18:42.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76444,"10":28,"107":527,"11":273,"12":132,"13":543,"14":181,"15":225,"155":63,"156":25,"158":70,"159":29,"16":196,"160":57,"161":220,"167":84,"168":2,"17":195,"18":1059,"19":542,"20":68,"209":31,"21":730,"210":11,"211":34,"214":33,"215":254,"221":277,"223":730,"224":49,"225":377,"23":494,"24":1268,"25":192,"257":102,"26":79,"268":6,"27":26,"273":85,"276":152,"279":17,"28":354,"281":28,"282":73,"291":13,"292":150,"30":15,"302":23,"306":1,"31":80,"314":4,"32":21,"33":80,"34":41,"347":15,"35":42,"352":593,"36":172,"37":67,"38":427,"380":20,"381":105,"383":93,"39":78,"391":20,"396":1,"397":13,"40":30,"409":35,"41":85,"414":24,"415":82,"419":128,"42":54,"426":7,"43":31,"430":25,"433":7,"434":1,"44":10,"45":48,"46":141,"48":55,"49":41,"5":826,"51":46,"52":37,"53":59,"56":8,"570":2,"6":253,"63":109,"7":627,"79":27,"8":120,"80":31,"9":337,"all_client":91725,"all_tv_clinet":15281,"insert_time":"2014-08-21T10:19:42.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76807,"10":29,"107":546,"11":284,"12":135,"13":554,"14":180,"15":233,"155":63,"156":27,"158":70,"159":30,"16":197,"160":56,"161":233,"167":85,"168":3,"17":207,"18":1072,"19":552,"20":66,"209":30,"21":717,"210":9,"211":34,"214":33,"215":256,"221":271,"223":732,"224":48,"225":393,"23":493,"24":1226,"25":190,"257":97,"26":85,"268":5,"27":22,"273":93,"276":159,"279":14,"28":355,"281":28,"282":74,"291":11,"292":157,"30":12,"302":26,"306":1,"31":73,"314":5,"32":22,"33":81,"34":41,"347":14,"35":44,"352":602,"36":177,"37":72,"38":413,"380":19,"381":98,"383":95,"39":78,"391":20,"396":1,"397":14,"40":32,"409":32,"41":83,"414":30,"415":85,"419":132,"42":55,"426":7,"43":32,"430":25,"433":7,"434":1,"44":11,"45":48,"46":139,"48":54,"49":39,"5":835,"51":47,"52":38,"53":62,"56":6,"570":2,"6":259,"63":108,"7":627,"79":29,"8":125,"80":31,"9":331,"all_client":92181,"all_tv_clinet":15374,"insert_time":"2014-08-21T10:20:43.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77173,"10":30,"107":531,"11":282,"12":137,"13":558,"14":188,"15":237,"155":62,"156":29,"158":69,"159":32,"16":187,"160":59,"161":248,"167":87,"168":2,"17":213,"18":1098,"19":568,"20":62,"209":29,"21":716,"210":9,"211":35,"214":32,"215":268,"221":271,"223":711,"224":47,"225":408,"23":489,"24":1205,"25":191,"257":91,"26":89,"268":4,"27":22,"273":104,"276":165,"279":12,"28":356,"281":27,"282":78,"291":9,"292":159,"30":11,"302":26,"306":1,"31":71,"314":5,"32":20,"33":81,"34":40,"347":13,"35":52,"352":626,"36":180,"37":75,"38":421,"380":19,"381":95,"383":92,"39":76,"391":18,"396":1,"397":12,"40":33,"409":32,"41":78,"414":28,"415":90,"419":138,"42":56,"426":8,"43":31,"430":22,"433":7,"434":1,"44":13,"45":51,"46":134,"48":56,"49":32,"5":831,"51":48,"52":42,"53":59,"56":6,"570":4,"6":274,"63":108,"7":640,"79":30,"8":123,"80":33,"9":329,"all_client":92651,"all_tv_clinet":15478,"insert_time":"2014-08-21T10:21:44.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77440,"10":33,"107":535,"11":292,"12":146,"13":562,"14":185,"15":225,"155":61,"156":29,"158":71,"159":31,"16":183,"160":59,"161":245,"167":87,"168":2,"17":214,"18":1130,"19":577,"20":60,"209":28,"21":711,"210":10,"211":35,"214":31,"215":295,"221":282,"223":707,"224":46,"225":420,"23":496,"24":1196,"25":191,"257":87,"26":91,"268":5,"27":23,"273":101,"276":162,"279":11,"28":362,"281":28,"282":78,"291":9,"292":166,"30":11,"302":25,"306":1,"31":71,"314":5,"32":25,"33":83,"34":32,"347":10,"35":54,"352":634,"36":179,"37":80,"38":430,"380":19,"381":95,"383":97,"39":75,"391":17,"396":1,"397":12,"40":30,"409":32,"41":76,"414":28,"415":92,"419":143,"42":56,"426":8,"43":30,"430":23,"433":5,"434":1,"44":14,"45":48,"46":137,"48":54,"49":31,"5":830,"51":51,"52":44,"53":60,"56":6,"570":7,"6":282,"63":107,"7":640,"79":31,"8":121,"80":33,"9":320,"all_client":93034,"all_tv_clinet":15594,"insert_time":"2014-08-21T10:22:45.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77711,"10":35,"107":532,"11":301,"12":137,"13":568,"14":189,"15":216,"155":64,"156":29,"158":67,"159":30,"16":177,"160":60,"161":251,"167":92,"168":2,"17":219,"18":1158,"19":580,"20":58,"209":26,"21":720,"210":13,"211":34,"214":32,"215":303,"221":285,"223":698,"224":44,"225":417,"23":503,"24":1199,"25":193,"257":84,"26":86,"268":5,"27":23,"273":105,"276":161,"279":14,"28":360,"281":28,"282":80,"291":8,"292":173,"30":12,"302":25,"306":1,"31":65,"314":5,"32":25,"33":85,"34":31,"347":10,"35":57,"352":646,"36":188,"37":82,"38":420,"380":18,"381":98,"383":98,"39":72,"391":19,"396":1,"397":14,"40":27,"409":32,"41":71,"414":29,"415":95,"419":144,"42":55,"426":8,"43":29,"430":26,"433":5,"434":1,"44":16,"45":50,"46":137,"48":57,"49":31,"5":834,"51":52,"52":40,"53":68,"56":7,"570":6,"6":296,"63":107,"7":647,"79":33,"8":115,"80":34,"9":311,"all_client":93405,"all_tv_clinet":15694,"insert_time":"2014-08-21T10:23:46.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78026,"10":34,"107":516,"11":313,"12":131,"13":571,"14":202,"15":211,"155":65,"156":32,"158":69,"159":31,"16":176,"160":58,"161":256,"167":95,"168":2,"17":224,"18":1167,"19":585,"20":57,"209":26,"21":724,"210":13,"211":34,"214":33,"215":314,"221":293,"223":700,"224":39,"225":412,"23":503,"24":1175,"25":198,"257":90,"26":86,"268":3,"27":21,"273":110,"276":160,"279":15,"28":365,"281":29,"282":87,"291":8,"292":170,"30":11,"302":26,"306":1,"31":66,"314":5,"32":29,"33":86,"34":34,"347":8,"35":64,"352":647,"36":186,"37":80,"38":424,"380":18,"381":106,"383":98,"39":73,"391":22,"396":3,"397":14,"40":26,"409":38,"41":66,"414":31,"415":95,"419":141,"42":58,"426":7,"43":32,"430":26,"433":5,"434":1,"44":17,"45":53,"46":142,"48":61,"49":32,"5":854,"51":47,"52":39,"53":69,"56":6,"570":5,"6":314,"63":110,"7":658,"79":34,"8":110,"80":34,"9":309,"all_client":93850,"all_tv_clinet":15824,"insert_time":"2014-08-21T10:24:47.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78489,"10":38,"107":520,"11":310,"12":128,"13":578,"14":205,"15":222,"155":64,"156":33,"158":72,"159":29,"16":181,"160":55,"161":260,"167":95,"168":2,"17":236,"18":1163,"19":592,"20":60,"209":29,"21":713,"210":13,"211":33,"214":33,"215":325,"221":288,"223":711,"224":41,"225":415,"23":518,"24":1145,"25":195,"257":94,"26":87,"268":2,"27":22,"273":116,"276":158,"279":15,"28":362,"281":30,"282":92,"291":8,"292":173,"30":10,"302":27,"306":1,"31":70,"314":5,"32":29,"33":84,"34":31,"347":7,"35":66,"352":661,"36":182,"37":74,"38":428,"380":17,"381":110,"383":97,"39":68,"391":21,"396":6,"397":14,"40":26,"409":38,"41":64,"414":30,"415":98,"419":144,"42":56,"426":8,"43":28,"430":28,"433":6,"434":1,"44":15,"45":50,"46":143,"48":67,"49":30,"5":861,"51":47,"52":37,"53":71,"56":7,"570":6,"6":325,"63":115,"7":664,"79":34,"8":112,"80":34,"9":311,"all_client":94414,"all_tv_clinet":15925,"insert_time":"2014-08-21T10:25:48.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78926,"10":37,"107":538,"11":327,"12":126,"13":588,"14":207,"15":246,"155":64,"156":37,"158":67,"159":29,"16":177,"160":51,"161":255,"167":99,"168":2,"17":254,"18":1163,"19":612,"20":60,"209":31,"21":691,"210":13,"211":33,"214":34,"215":336,"221":292,"223":705,"224":41,"225":408,"23":528,"24":1114,"25":193,"257":90,"26":88,"268":2,"27":20,"273":118,"276":160,"279":14,"28":340,"281":30,"282":92,"291":8,"292":167,"30":10,"302":27,"306":1,"31":70,"314":5,"32":33,"33":84,"34":28,"347":10,"35":54,"352":669,"36":184,"37":73,"38":434,"380":15,"381":111,"383":99,"39":58,"391":20,"396":6,"397":14,"40":30,"409":40,"41":63,"414":27,"415":95,"419":151,"42":60,"426":10,"43":28,"430":30,"433":6,"434":1,"44":16,"45":47,"46":148,"48":68,"49":29,"5":873,"51":52,"52":35,"53":76,"56":6,"570":6,"6":340,"63":117,"7":671,"79":29,"8":106,"80":37,"9":319,"all_client":94934,"all_tv_clinet":16008,"insert_time":"2014-08-21T10:26:48.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79430,"10":36,"107":565,"11":338,"12":122,"13":591,"14":212,"15":264,"155":69,"156":35,"158":66,"159":30,"16":184,"160":50,"161":238,"167":99,"168":2,"17":259,"18":1195,"19":625,"20":59,"209":28,"21":660,"210":16,"211":33,"214":34,"215":345,"221":293,"223":721,"224":40,"225":406,"23":528,"24":1115,"25":194,"257":93,"26":83,"268":2,"27":21,"273":118,"276":158,"279":13,"28":319,"281":31,"282":99,"291":9,"292":161,"30":12,"302":28,"306":1,"31":59,"314":5,"32":38,"33":85,"34":29,"347":11,"35":53,"352":667,"36":186,"37":70,"38":430,"380":14,"381":106,"383":101,"389":1,"39":59,"391":20,"396":6,"397":16,"40":31,"409":39,"41":60,"414":27,"415":98,"419":151,"42":59,"426":7,"43":28,"430":31,"433":7,"434":1,"44":17,"45":42,"46":139,"48":66,"49":34,"5":876,"51":52,"52":36,"53":74,"56":6,"570":6,"6":347,"63":116,"7":686,"79":30,"8":102,"80":39,"9":324,"all_client":95517,"all_tv_clinet":16087,"insert_time":"2014-08-21T10:27:49.635Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79774,"10":32,"107":566,"11":362,"12":124,"13":586,"14":219,"15":283,"155":71,"156":34,"158":62,"159":34,"16":191,"160":50,"161":222,"167":105,"168":2,"17":265,"18":1217,"19":651,"20":62,"209":31,"21":636,"210":18,"211":33,"214":33,"215":364,"221":283,"223":719,"224":41,"225":410,"23":518,"24":1147,"25":192,"257":99,"26":85,"268":4,"27":18,"273":118,"276":161,"279":11,"28":305,"281":31,"282":105,"291":9,"292":143,"30":12,"302":30,"306":1,"31":64,"314":6,"32":41,"33":86,"34":34,"347":10,"35":65,"352":669,"36":181,"37":69,"38":441,"380":13,"381":107,"383":99,"389":1,"39":58,"391":29,"396":5,"397":15,"40":30,"409":39,"41":59,"414":29,"415":108,"419":162,"42":57,"426":7,"43":31,"430":35,"433":6,"434":1,"44":19,"45":39,"46":141,"48":64,"49":35,"5":896,"51":47,"52":36,"53":82,"56":7,"570":3,"6":359,"63":118,"7":701,"79":34,"8":96,"80":38,"9":330,"all_client":96071,"all_tv_clinet":16297,"insert_time":"2014-08-21T10:28:50.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80087,"10":29,"107":560,"11":390,"12":122,"13":594,"14":224,"15":292,"155":72,"156":35,"158":63,"159":32,"16":195,"160":51,"161":218,"167":113,"168":2,"17":268,"18":1230,"19":663,"20":70,"209":31,"21":628,"210":19,"211":34,"214":33,"215":363,"221":288,"223":693,"224":39,"225":421,"23":504,"24":1190,"25":194,"257":102,"26":83,"268":3,"27":17,"273":111,"276":158,"279":12,"28":305,"281":31,"282":102,"291":9,"292":124,"30":18,"302":30,"306":1,"31":63,"314":6,"32":43,"33":88,"34":35,"347":11,"35":73,"352":673,"36":183,"37":65,"38":462,"380":14,"381":114,"383":97,"389":1,"39":62,"391":28,"396":5,"397":15,"40":30,"409":42,"41":66,"414":33,"415":103,"419":168,"42":49,"426":7,"43":38,"430":35,"433":6,"434":1,"44":29,"45":41,"46":131,"48":65,"49":31,"5":908,"51":42,"52":36,"53":77,"56":7,"570":3,"6":369,"63":125,"7":712,"79":36,"8":86,"80":41,"9":326,"all_client":96534,"all_tv_clinet":16447,"insert_time":"2014-08-21T10:29:51.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80474,"10":31,"107":557,"11":421,"12":112,"13":597,"14":226,"15":295,"155":71,"156":36,"158":53,"159":34,"16":204,"160":53,"161":209,"167":116,"168":2,"17":275,"18":1251,"19":665,"20":73,"209":27,"21":626,"210":22,"211":37,"214":34,"215":370,"221":279,"223":689,"224":38,"225":425,"23":494,"24":1218,"25":196,"257":106,"26":80,"268":4,"27":18,"273":99,"276":157,"279":14,"28":303,"281":30,"282":93,"291":9,"292":114,"30":19,"302":31,"306":2,"31":62,"314":6,"32":48,"33":87,"34":38,"347":11,"35":72,"352":687,"36":187,"37":61,"38":465,"380":13,"381":122,"383":91,"389":1,"39":63,"391":31,"396":7,"397":15,"40":29,"409":41,"41":67,"414":33,"415":106,"419":171,"42":44,"426":11,"43":39,"430":37,"433":5,"44":31,"45":38,"46":128,"48":64,"49":31,"5":922,"51":39,"52":38,"53":82,"56":7,"570":4,"6":384,"63":127,"7":725,"79":44,"8":87,"80":39,"9":326,"all_client":97055,"all_tv_clinet":16581,"insert_time":"2014-08-21T10:30:52.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80769,"10":30,"107":567,"11":454,"12":98,"13":609,"14":229,"15":304,"155":71,"156":36,"158":53,"159":34,"16":220,"160":56,"161":207,"167":117,"168":3,"17":278,"18":1246,"19":682,"20":82,"209":26,"21":604,"210":25,"211":36,"214":34,"215":380,"221":280,"223":686,"224":34,"225":420,"23":503,"24":1246,"25":193,"257":100,"26":83,"268":5,"27":19,"273":102,"276":163,"279":14,"28":297,"281":31,"282":81,"291":11,"292":110,"30":20,"302":32,"306":2,"31":67,"314":5,"32":45,"33":85,"34":35,"347":14,"35":71,"352":695,"36":192,"37":60,"38":478,"380":13,"381":127,"383":90,"39":66,"391":32,"396":5,"397":15,"40":32,"409":39,"41":76,"414":34,"415":107,"419":173,"42":45,"426":10,"43":38,"430":37,"433":7,"44":32,"45":41,"46":136,"48":63,"49":31,"5":925,"51":43,"52":35,"53":77,"56":4,"570":4,"6":399,"63":133,"7":719,"79":51,"8":84,"80":41,"9":326,"all_client":97519,"all_tv_clinet":16750,"insert_time":"2014-08-21T10:31:52.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81121,"10":30,"107":576,"11":472,"12":100,"13":608,"14":218,"15":320,"155":71,"156":37,"158":55,"159":34,"16":220,"160":55,"161":203,"167":114,"168":4,"17":281,"18":1241,"19":698,"20":85,"209":24,"21":581,"210":26,"211":37,"214":34,"215":386,"221":290,"223":688,"224":37,"225":438,"23":518,"24":1251,"25":193,"257":102,"26":91,"268":6,"27":20,"273":100,"276":168,"279":12,"28":283,"281":30,"282":77,"291":13,"292":107,"30":19,"302":30,"306":2,"31":69,"314":5,"32":46,"33":78,"34":35,"347":12,"35":71,"352":691,"36":198,"37":56,"38":480,"380":12,"381":137,"383":95,"39":71,"391":34,"396":5,"397":14,"40":34,"409":38,"41":73,"414":33,"415":106,"419":169,"42":44,"426":9,"43":37,"430":41,"433":7,"44":29,"45":41,"46":134,"48":61,"49":33,"5":934,"51":41,"52":33,"53":76,"56":5,"570":5,"6":404,"63":136,"7":736,"79":53,"8":81,"80":41,"9":334,"all_client":97983,"all_tv_clinet":16862,"insert_time":"2014-08-21T10:32:54.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81492,"10":29,"107":579,"11":493,"12":103,"13":615,"14":210,"15":330,"155":74,"156":37,"158":60,"159":34,"16":231,"160":55,"161":201,"167":113,"168":4,"17":280,"18":1234,"19":702,"20":86,"209":24,"21":569,"210":28,"211":38,"214":34,"215":401,"221":305,"223":685,"224":39,"225":453,"23":525,"24":1248,"25":194,"257":98,"26":99,"268":7,"27":23,"273":106,"276":182,"279":16,"28":277,"281":27,"282":79,"291":12,"292":100,"30":19,"302":31,"306":2,"31":64,"314":5,"32":43,"33":80,"34":34,"347":11,"35":70,"352":704,"36":205,"37":57,"38":485,"380":13,"381":142,"383":96,"39":72,"391":31,"396":5,"397":15,"40":31,"409":34,"41":74,"414":33,"415":117,"419":159,"42":41,"426":7,"43":36,"430":41,"433":8,"44":29,"45":39,"46":133,"48":56,"49":33,"5":940,"51":43,"52":32,"53":83,"56":6,"570":7,"6":415,"63":139,"7":743,"79":54,"8":76,"80":41,"9":336,"all_client":98501,"all_tv_clinet":17009,"insert_time":"2014-08-21T10:33:54.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81778,"10":30,"107":594,"11":520,"12":108,"13":633,"14":208,"15":332,"155":75,"156":37,"158":59,"159":34,"16":234,"160":53,"161":218,"167":115,"168":3,"17":280,"18":1236,"19":712,"20":89,"209":23,"21":570,"210":27,"211":38,"214":35,"215":409,"221":311,"223":680,"224":41,"225":466,"23":540,"24":1226,"25":198,"257":92,"26":96,"268":6,"27":25,"273":115,"276":179,"279":17,"28":269,"281":27,"282":81,"291":14,"292":102,"30":20,"302":31,"306":2,"31":58,"314":6,"32":45,"33":84,"34":36,"347":11,"35":67,"352":716,"36":207,"37":55,"38":478,"380":12,"381":146,"383":97,"39":75,"391":35,"396":5,"397":13,"40":34,"409":35,"41":72,"414":33,"415":129,"419":153,"42":40,"426":8,"43":32,"430":42,"433":8,"44":31,"45":36,"46":126,"48":51,"49":30,"5":937,"51":46,"52":36,"53":86,"56":6,"570":10,"6":409,"63":145,"7":752,"79":58,"8":74,"80":40,"9":339,"all_client":98932,"all_tv_clinet":17154,"insert_time":"2014-08-21T10:34:55.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82170,"10":28,"107":579,"11":534,"12":117,"13":639,"14":210,"15":330,"155":75,"156":34,"158":59,"159":37,"16":240,"160":54,"161":230,"167":118,"168":3,"17":286,"18":1254,"19":702,"20":96,"209":22,"21":558,"210":25,"211":38,"214":35,"215":422,"221":305,"223":669,"224":40,"225":465,"23":549,"24":1216,"25":197,"257":97,"26":98,"268":6,"27":30,"273":121,"276":183,"279":18,"28":265,"281":28,"282":84,"291":13,"292":115,"30":21,"302":32,"306":2,"31":57,"314":6,"32":40,"33":88,"34":34,"347":12,"35":63,"352":725,"36":207,"37":52,"38":471,"380":13,"381":147,"383":86,"39":78,"391":45,"396":6,"397":13,"40":31,"409":37,"41":68,"414":29,"415":136,"419":143,"42":39,"426":8,"43":32,"430":41,"433":9,"44":28,"45":35,"46":126,"48":49,"49":31,"5":935,"51":48,"52":42,"53":92,"56":7,"570":10,"6":406,"63":147,"7":762,"79":62,"8":74,"80":40,"9":345,"all_client":99404,"all_tv_clinet":17234,"insert_time":"2014-08-21T10:35:56.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82531,"10":26,"107":581,"11":556,"12":122,"13":662,"14":209,"15":332,"155":75,"156":33,"158":65,"159":35,"16":233,"160":53,"161":249,"167":123,"168":3,"17":286,"18":1267,"19":687,"20":97,"209":22,"21":564,"210":24,"211":38,"214":37,"215":420,"221":303,"223":659,"224":38,"225":463,"23":558,"24":1212,"25":192,"257":98,"26":103,"268":6,"27":27,"273":131,"276":185,"279":21,"28":260,"281":26,"282":87,"291":16,"292":130,"30":21,"302":32,"306":3,"31":60,"314":6,"32":42,"33":90,"34":35,"347":13,"35":57,"352":701,"36":201,"37":48,"38":469,"380":13,"381":150,"383":82,"39":79,"391":46,"396":6,"397":14,"40":33,"409":38,"41":65,"414":29,"415":130,"419":140,"42":39,"426":7,"43":33,"430":43,"433":9,"44":27,"45":34,"46":140,"48":50,"49":27,"5":935,"51":50,"52":44,"53":99,"56":6,"570":8,"6":414,"63":155,"7":751,"79":63,"8":75,"80":40,"9":357,"all_client":99854,"all_tv_clinet":17323,"insert_time":"2014-08-21T10:36:57.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82911,"10":27,"107":589,"11":560,"12":127,"13":658,"14":204,"15":329,"155":76,"156":34,"158":65,"159":34,"16":237,"160":54,"161":259,"167":125,"168":3,"17":290,"18":1278,"19":667,"20":90,"209":21,"21":552,"210":23,"211":37,"214":38,"215":419,"221":303,"223":668,"224":41,"225":462,"23":563,"24":1216,"25":190,"257":102,"26":109,"268":7,"27":26,"273":130,"276":187,"279":21,"28":254,"281":26,"282":91,"291":16,"292":143,"30":22,"302":32,"306":3,"31":60,"314":6,"32":42,"33":93,"34":32,"347":12,"35":59,"352":680,"36":202,"37":45,"38":470,"380":15,"381":159,"383":77,"39":77,"391":45,"396":6,"397":16,"40":35,"409":44,"41":67,"414":29,"415":121,"419":140,"42":39,"426":6,"43":30,"430":42,"433":9,"44":27,"45":34,"46":140,"48":54,"49":27,"5":940,"51":52,"52":42,"53":103,"56":7,"570":6,"6":434,"63":157,"7":748,"79":63,"8":72,"80":42,"9":365,"all_client":100290,"all_tv_clinet":17379,"insert_time":"2014-08-21T10:37:57.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83185,"10":27,"107":608,"11":583,"12":130,"13":665,"14":213,"15":328,"155":78,"156":34,"158":67,"159":31,"16":246,"160":51,"161":264,"167":130,"168":3,"17":291,"18":1269,"19":643,"20":92,"209":18,"21":547,"210":24,"211":36,"214":38,"215":416,"221":311,"223":656,"224":40,"225":484,"23":564,"24":1201,"25":190,"257":105,"26":116,"268":7,"27":28,"273":139,"276":183,"279":22,"28":259,"281":27,"282":94,"291":15,"292":147,"30":22,"302":33,"306":3,"31":62,"314":6,"32":43,"33":103,"34":35,"347":11,"35":62,"352":676,"36":192,"37":44,"38":469,"380":15,"381":168,"383":76,"39":76,"391":46,"396":6,"397":15,"40":35,"409":41,"41":66,"414":31,"415":129,"419":140,"42":34,"426":4,"43":31,"430":41,"433":7,"44":29,"45":33,"46":141,"48":56,"49":28,"5":971,"51":51,"52":44,"53":101,"56":6,"570":7,"6":456,"63":159,"7":714,"79":65,"8":71,"80":41,"9":377,"all_client":100677,"all_tv_clinet":17492,"insert_time":"2014-08-21T10:38:58.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83520,"10":27,"107":643,"11":598,"12":134,"13":648,"14":221,"15":327,"155":81,"156":33,"158":68,"159":26,"16":245,"160":52,"161":264,"167":135,"168":3,"17":291,"18":1262,"19":636,"20":92,"209":18,"21":556,"210":25,"211":35,"214":39,"215":411,"221":307,"223":656,"224":42,"225":510,"23":567,"24":1198,"25":197,"257":102,"26":116,"268":4,"27":29,"273":142,"276":184,"279":23,"28":256,"281":27,"282":96,"291":15,"292":151,"30":22,"302":33,"306":1,"31":62,"314":5,"32":42,"33":104,"34":41,"347":11,"35":62,"352":676,"36":189,"37":45,"38":470,"380":15,"381":168,"383":75,"39":75,"391":47,"396":6,"397":13,"40":38,"409":44,"41":63,"414":31,"415":131,"419":138,"42":32,"426":4,"43":33,"430":44,"433":5,"44":30,"45":31,"46":143,"48":54,"49":30,"5":985,"51":49,"52":51,"53":100,"56":7,"570":9,"6":462,"63":165,"7":701,"79":64,"8":68,"80":41,"9":388,"all_client":101115,"all_tv_clinet":17595,"insert_time":"2014-08-21T10:39:59.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83851,"10":30,"107":654,"11":613,"12":140,"13":656,"14":224,"15":333,"155":79,"156":31,"158":69,"159":23,"16":248,"160":54,"161":261,"167":136,"168":3,"17":288,"18":1275,"19":627,"20":93,"209":18,"21":568,"210":26,"211":32,"214":39,"215":418,"221":299,"223":662,"224":41,"225":514,"23":555,"24":1197,"25":192,"257":98,"26":114,"268":5,"27":29,"273":152,"276":192,"279":22,"28":248,"281":26,"282":98,"291":14,"292":155,"30":22,"302":32,"306":1,"31":63,"314":5,"32":44,"33":103,"34":41,"347":9,"35":62,"352":676,"36":188,"37":45,"38":489,"380":14,"381":172,"383":71,"39":75,"391":43,"396":6,"397":14,"40":39,"409":46,"41":65,"414":33,"415":133,"419":138,"42":30,"426":4,"43":34,"430":44,"433":5,"44":31,"45":33,"46":146,"48":57,"49":31,"5":994,"51":48,"52":53,"53":90,"56":6,"570":9,"6":460,"63":173,"7":695,"79":59,"8":65,"80":39,"9":391,"all_client":101528,"all_tv_clinet":17677,"insert_time":"2014-08-21T10:41:00.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84148,"10":30,"107":659,"11":630,"12":141,"13":625,"14":226,"15":322,"155":80,"156":31,"158":73,"159":23,"16":267,"160":55,"161":260,"167":139,"168":3,"17":280,"18":1295,"19":624,"20":98,"209":20,"21":579,"210":27,"211":32,"214":38,"215":430,"221":301,"223":651,"224":44,"225":515,"23":561,"24":1197,"25":195,"257":94,"26":120,"268":5,"27":27,"273":158,"276":196,"279":25,"28":248,"281":26,"282":98,"291":15,"292":167,"30":23,"302":32,"306":1,"31":67,"314":6,"32":44,"33":104,"34":42,"347":8,"35":61,"352":679,"36":192,"37":41,"38":485,"380":14,"381":171,"383":72,"39":76,"391":42,"396":6,"397":14,"40":39,"409":48,"41":68,"414":29,"415":133,"419":135,"42":31,"426":3,"43":35,"430":45,"433":5,"44":29,"45":33,"46":147,"48":58,"49":34,"5":999,"51":46,"52":51,"53":91,"56":7,"570":6,"6":456,"63":175,"7":708,"79":56,"8":66,"80":39,"9":405,"all_client":101935,"all_tv_clinet":17787,"insert_time":"2014-08-21T10:42:00.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84445,"10":35,"107":663,"11":642,"12":148,"13":598,"14":227,"15":305,"155":77,"156":34,"158":73,"159":23,"16":285,"160":53,"161":250,"167":139,"168":3,"17":282,"18":1301,"19":634,"20":103,"209":19,"21":570,"210":28,"211":31,"214":37,"215":434,"221":292,"223":644,"224":44,"225":517,"23":565,"24":1210,"25":196,"257":96,"26":125,"268":5,"27":29,"273":165,"276":199,"279":24,"28":242,"281":26,"282":102,"291":14,"292":184,"30":24,"302":33,"31":66,"314":6,"32":40,"33":107,"34":43,"347":8,"35":64,"352":689,"36":195,"37":41,"38":488,"380":15,"381":173,"383":71,"39":76,"391":42,"396":6,"397":14,"40":40,"409":46,"41":66,"414":25,"415":133,"419":139,"42":33,"426":3,"43":32,"430":50,"433":5,"44":27,"45":34,"46":150,"48":57,"49":36,"5":987,"51":49,"52":49,"53":89,"56":7,"570":4,"6":452,"63":178,"7":731,"79":57,"8":66,"80":38,"9":403,"all_client":102305,"all_tv_clinet":17860,"insert_time":"2014-08-21T10:43:01.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84780,"10":38,"107":683,"11":653,"12":154,"13":553,"14":227,"15":267,"155":75,"156":33,"158":77,"159":21,"16":302,"160":54,"161":243,"167":142,"168":3,"17":285,"18":1281,"19":635,"20":106,"209":20,"21":570,"210":30,"211":26,"214":36,"215":451,"221":299,"223":650,"224":42,"225":517,"23":554,"24":1215,"25":198,"257":95,"26":144,"268":4,"27":31,"273":150,"276":206,"279":25,"28":235,"281":24,"282":104,"291":14,"292":189,"30":27,"302":34,"31":62,"314":7,"32":38,"33":108,"34":43,"347":8,"35":61,"352":691,"36":208,"37":37,"38":485,"380":15,"381":178,"383":71,"39":72,"391":46,"396":5,"397":12,"40":38,"409":41,"41":63,"414":25,"415":140,"419":136,"42":35,"426":4,"43":31,"430":47,"433":4,"44":29,"45":37,"46":153,"48":55,"49":35,"5":989,"51":50,"52":49,"53":102,"56":7,"570":2,"6":466,"63":177,"7":732,"79":54,"8":66,"80":40,"9":428,"all_client":102684,"all_tv_clinet":17904,"insert_time":"2014-08-21T10:44:02.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85062,"10":41,"107":703,"11":661,"12":155,"13":535,"14":229,"15":250,"155":77,"156":32,"158":78,"159":22,"16":312,"160":54,"161":238,"167":140,"168":3,"17":293,"18":1272,"19":644,"20":98,"209":22,"21":560,"210":30,"211":25,"214":36,"215":466,"221":291,"223":659,"224":40,"225":516,"23":558,"24":1222,"25":196,"257":98,"26":145,"268":5,"27":33,"273":146,"276":208,"279":24,"28":234,"281":23,"282":108,"291":16,"292":186,"30":29,"302":34,"31":67,"314":6,"32":40,"33":100,"34":43,"347":9,"35":59,"352":711,"36":217,"37":39,"38":485,"380":16,"381":180,"383":72,"39":73,"391":47,"396":6,"397":11,"40":39,"409":39,"41":62,"414":26,"415":140,"419":137,"42":37,"426":4,"43":28,"430":50,"433":5,"44":32,"45":39,"46":149,"48":54,"49":33,"5":996,"51":51,"52":46,"53":100,"56":8,"570":3,"6":475,"63":175,"7":738,"79":58,"8":61,"80":40,"9":437,"all_client":103052,"all_tv_clinet":17990,"insert_time":"2014-08-21T10:45:03.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85453,"10":42,"107":720,"11":665,"12":160,"13":515,"14":230,"15":242,"155":77,"156":33,"158":77,"159":20,"16":325,"160":58,"161":242,"167":141,"168":4,"17":298,"18":1261,"19":658,"20":102,"209":27,"21":582,"210":32,"211":23,"214":35,"215":474,"221":294,"223":676,"224":40,"225":523,"23":542,"24":1250,"25":191,"257":99,"26":146,"268":6,"27":32,"273":136,"276":207,"279":25,"28":231,"281":24,"282":103,"291":18,"292":166,"30":29,"302":36,"31":74,"314":6,"32":43,"33":104,"34":40,"347":10,"35":67,"352":706,"36":217,"37":38,"38":479,"380":16,"381":183,"383":70,"39":73,"391":48,"396":6,"397":12,"40":40,"409":36,"41":61,"414":25,"415":142,"419":142,"42":38,"426":4,"43":29,"430":51,"433":5,"44":33,"45":35,"46":153,"48":52,"49":33,"5":1002,"51":53,"52":43,"53":95,"56":7,"570":1,"6":485,"63":178,"7":751,"79":57,"8":59,"80":39,"9":431,"all_client":103542,"all_tv_clinet":18089,"insert_time":"2014-08-21T10:46:04.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85830,"10":45,"107":732,"11":681,"12":166,"13":499,"14":230,"15":228,"155":76,"156":32,"158":78,"159":22,"16":331,"160":59,"161":251,"167":142,"168":4,"17":302,"18":1281,"19":644,"20":107,"209":30,"21":576,"210":31,"211":21,"214":36,"215":482,"221":296,"223":696,"224":39,"225":511,"23":542,"24":1260,"25":198,"257":100,"26":148,"268":8,"27":33,"273":132,"276":210,"279":25,"28":226,"281":24,"282":107,"291":19,"292":151,"30":27,"302":37,"31":71,"314":5,"32":47,"33":103,"34":37,"347":11,"35":67,"352":717,"36":208,"37":37,"38":477,"380":15,"381":188,"383":65,"39":74,"391":48,"396":6,"397":13,"40":39,"409":36,"41":66,"414":27,"415":142,"419":148,"42":37,"426":6,"43":29,"430":50,"433":5,"434":1,"44":30,"45":36,"46":144,"48":52,"49":36,"5":1017,"51":49,"52":42,"53":101,"56":7,"570":1,"6":487,"63":179,"7":760,"79":61,"8":64,"80":37,"9":404,"all_client":103987,"all_tv_clinet":18157,"insert_time":"2014-08-21T10:47:04.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86211,"10":47,"107":723,"11":688,"12":173,"13":497,"14":213,"15":239,"155":71,"156":33,"158":77,"159":23,"16":348,"160":59,"161":258,"167":141,"168":3,"17":298,"18":1304,"19":620,"20":103,"209":31,"21":583,"210":30,"211":20,"214":38,"215":494,"221":305,"223":719,"224":39,"225":509,"23":541,"24":1295,"25":204,"257":99,"26":145,"268":8,"27":32,"273":131,"276":217,"279":24,"28":227,"281":25,"282":108,"291":19,"292":140,"30":28,"302":39,"31":66,"314":6,"32":45,"33":106,"34":34,"347":12,"35":62,"352":724,"36":198,"37":33,"38":498,"380":15,"381":192,"383":62,"39":78,"391":52,"396":6,"397":15,"40":38,"409":34,"41":65,"414":31,"415":146,"419":151,"42":37,"426":6,"43":29,"430":48,"433":4,"434":1,"44":28,"45":34,"46":143,"48":54,"49":38,"5":1010,"51":48,"52":40,"53":99,"56":6,"570":1,"6":481,"63":177,"7":774,"79":66,"8":63,"80":38,"9":383,"all_client":104456,"all_tv_clinet":18245,"insert_time":"2014-08-21T10:48:05.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86598,"10":48,"107":725,"11":696,"12":183,"13":479,"14":203,"15":239,"155":67,"156":33,"158":75,"159":24,"16":359,"160":57,"161":255,"167":139,"168":3,"17":289,"18":1319,"19":594,"20":111,"209":32,"21":585,"210":28,"211":17,"214":38,"215":501,"221":305,"223":743,"224":41,"225":508,"23":542,"24":1306,"25":210,"257":101,"26":148,"268":9,"27":32,"273":134,"276":226,"279":23,"28":227,"281":26,"282":115,"291":18,"292":141,"30":30,"302":39,"31":64,"314":6,"32":41,"33":103,"34":32,"347":13,"35":59,"352":727,"36":194,"37":32,"38":497,"380":14,"381":201,"383":60,"39":78,"391":57,"396":6,"397":14,"40":40,"409":39,"41":69,"414":35,"415":143,"419":155,"42":35,"426":6,"43":28,"430":48,"433":3,"434":1,"44":27,"45":34,"46":141,"48":55,"49":37,"5":1020,"51":52,"52":37,"53":108,"56":6,"570":1,"6":471,"63":179,"7":790,"79":73,"8":65,"80":37,"9":379,"all_client":104933,"all_tv_clinet":18335,"insert_time":"2014-08-21T10:49:06.357Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86927,"10":49,"107":721,"11":717,"12":194,"13":451,"14":190,"15":237,"155":59,"156":36,"158":78,"159":23,"16":374,"160":55,"161":255,"167":137,"168":3,"17":274,"18":1333,"19":583,"20":115,"209":35,"21":621,"210":27,"211":17,"214":39,"215":507,"221":308,"223":762,"224":39,"225":503,"23":539,"24":1346,"25":216,"257":110,"26":147,"268":7,"27":31,"273":141,"276":227,"279":23,"28":226,"281":27,"282":119,"291":18,"292":137,"30":28,"302":40,"306":1,"31":67,"314":7,"32":36,"33":107,"34":31,"347":14,"35":57,"352":744,"36":193,"37":31,"38":491,"380":13,"381":202,"383":57,"39":78,"391":59,"396":6,"397":16,"40":38,"409":42,"41":67,"414":34,"415":139,"419":158,"42":35,"426":6,"43":30,"430":44,"433":2,"44":24,"45":35,"46":140,"48":57,"49":36,"5":1034,"51":56,"52":35,"53":107,"56":8,"570":1,"6":456,"63":179,"7":799,"79":79,"8":60,"80":34,"9":392,"all_client":105388,"all_tv_clinet":18461,"insert_time":"2014-08-21T10:50:07.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87296,"10":50,"107":716,"11":729,"12":200,"13":449,"14":190,"15":235,"155":57,"156":36,"158":78,"159":23,"16":374,"160":53,"161":268,"167":139,"168":3,"17":263,"18":1344,"19":587,"20":120,"209":33,"21":637,"210":28,"211":13,"214":37,"215":505,"221":306,"223":765,"224":42,"225":495,"23":553,"24":1354,"25":209,"257":110,"26":145,"268":8,"27":32,"273":139,"276":229,"279":23,"28":227,"281":28,"282":130,"291":18,"292":133,"30":28,"302":39,"306":1,"31":62,"314":7,"32":34,"33":114,"34":31,"347":12,"35":51,"352":728,"36":196,"37":31,"38":490,"380":12,"381":197,"383":59,"39":76,"391":61,"396":5,"397":18,"40":41,"409":41,"41":69,"414":35,"415":132,"419":160,"42":33,"426":5,"43":32,"430":43,"433":3,"44":23,"45":34,"46":139,"48":53,"49":36,"5":1025,"51":57,"52":39,"53":112,"56":9,"570":2,"6":431,"63":185,"7":823,"79":84,"8":61,"80":31,"9":402,"all_client":105801,"all_tv_clinet":18505,"insert_time":"2014-08-21T10:51:08.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87684,"10":56,"107":734,"11":747,"12":215,"13":442,"14":188,"15":235,"155":56,"156":33,"158":68,"159":23,"16":372,"160":55,"161":264,"167":144,"168":3,"17":260,"18":1344,"19":623,"20":123,"209":34,"21":651,"210":28,"211":13,"214":37,"215":511,"221":316,"223":780,"224":42,"225":507,"23":571,"24":1356,"25":215,"257":104,"26":153,"268":8,"27":34,"273":147,"276":233,"279":23,"28":223,"281":28,"282":135,"291":16,"292":130,"30":30,"302":39,"306":1,"31":59,"314":6,"32":38,"33":119,"34":34,"347":11,"35":52,"352":736,"36":187,"37":31,"38":497,"380":13,"381":193,"383":67,"39":76,"391":61,"396":5,"397":16,"40":41,"409":40,"41":66,"414":37,"415":136,"419":166,"42":31,"426":5,"43":29,"430":41,"433":3,"44":21,"45":32,"46":134,"48":57,"49":37,"5":988,"51":53,"52":44,"53":106,"56":9,"570":3,"6":392,"63":187,"7":816,"79":91,"8":61,"80":30,"9":417,"all_client":106308,"all_tv_clinet":18624,"insert_time":"2014-08-21T10:52:09.045Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88040,"10":58,"107":760,"11":752,"12":232,"13":437,"14":190,"15":238,"155":51,"156":33,"158":64,"159":24,"16":382,"160":55,"161":272,"167":143,"168":3,"17":254,"18":1345,"19":659,"20":121,"209":29,"21":668,"210":29,"211":13,"214":36,"215":509,"221":324,"223":785,"224":47,"225":509,"23":575,"24":1341,"25":208,"257":97,"26":152,"268":9,"27":35,"273":150,"276":233,"279":26,"28":223,"281":29,"282":134,"291":16,"292":141,"30":31,"302":39,"306":1,"31":68,"314":6,"32":45,"33":128,"34":34,"347":8,"35":57,"352":727,"36":190,"37":37,"38":500,"380":15,"381":194,"383":70,"39":75,"391":59,"396":5,"397":17,"40":40,"409":42,"41":65,"414":36,"415":141,"419":165,"42":33,"426":7,"43":31,"430":40,"433":3,"44":22,"45":29,"46":145,"48":51,"49":39,"5":955,"51":50,"52":41,"53":98,"56":9,"570":5,"6":342,"63":190,"7":833,"79":96,"8":62,"80":29,"9":438,"all_client":106774,"all_tv_clinet":18734,"insert_time":"2014-08-21T10:53:09.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88328,"10":60,"107":763,"11":770,"12":230,"13":433,"14":201,"15":242,"155":47,"156":34,"158":64,"159":25,"16":371,"160":53,"161":263,"167":139,"168":3,"17":246,"18":1333,"19":699,"20":119,"209":30,"21":668,"210":27,"211":12,"214":36,"215":511,"221":331,"223":813,"224":45,"225":510,"23":582,"24":1330,"25":204,"257":96,"26":162,"268":9,"27":38,"273":152,"276":240,"279":26,"28":224,"281":29,"282":138,"291":17,"292":152,"30":34,"302":39,"306":1,"31":71,"314":6,"32":54,"33":138,"34":34,"347":9,"35":56,"352":719,"36":186,"37":37,"38":502,"380":16,"381":193,"383":75,"39":71,"391":57,"396":6,"397":17,"40":40,"409":48,"41":66,"414":41,"415":139,"419":167,"42":35,"426":9,"43":33,"430":38,"433":2,"44":20,"45":30,"46":151,"48":51,"49":39,"5":944,"51":57,"52":41,"53":100,"56":9,"570":6,"6":331,"63":191,"7":847,"79":97,"8":64,"80":30,"9":442,"all_client":107194,"all_tv_clinet":18866,"insert_time":"2014-08-21T10:54:11.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88710,"10":69,"107":738,"11":778,"12":224,"13":426,"14":202,"15":253,"155":49,"156":33,"158":70,"159":25,"16":360,"160":50,"161":253,"167":141,"168":3,"17":244,"18":1324,"19":707,"20":117,"209":30,"21":678,"210":27,"211":11,"214":38,"215":515,"221":338,"223":828,"224":42,"225":514,"23":584,"24":1304,"25":203,"257":103,"26":160,"268":9,"27":39,"273":160,"276":248,"279":28,"28":222,"281":29,"282":149,"291":19,"292":158,"30":35,"302":41,"306":1,"31":72,"314":7,"32":55,"33":138,"34":34,"347":9,"35":52,"352":724,"36":189,"37":35,"38":520,"380":16,"381":195,"383":76,"39":72,"391":54,"396":6,"397":18,"40":41,"409":49,"41":70,"414":47,"415":136,"419":166,"42":35,"426":11,"43":33,"430":42,"433":3,"44":21,"45":33,"46":155,"48":48,"49":41,"5":939,"51":60,"52":36,"53":97,"56":10,"570":7,"6":328,"63":188,"7":868,"79":101,"8":62,"80":30,"9":455,"all_client":107673,"all_tv_clinet":18963,"insert_time":"2014-08-21T10:55:11.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89046,"10":68,"107":726,"11":786,"12":211,"13":426,"14":197,"15":275,"155":46,"156":29,"158":71,"159":27,"16":339,"160":51,"161":229,"167":143,"168":3,"17":251,"18":1306,"19":746,"20":121,"209":34,"21":681,"210":27,"211":11,"214":41,"215":513,"221":339,"223":837,"224":40,"225":514,"23":597,"24":1298,"25":200,"257":107,"26":168,"268":10,"27":39,"273":163,"276":251,"279":32,"28":219,"281":29,"282":156,"291":20,"292":166,"30":36,"302":42,"306":1,"31":70,"314":6,"32":51,"33":139,"34":37,"347":9,"35":46,"352":745,"36":189,"37":32,"38":527,"380":16,"381":194,"383":74,"39":69,"391":59,"396":7,"397":19,"40":44,"409":48,"41":72,"414":50,"415":134,"419":166,"42":36,"426":8,"43":31,"430":49,"433":3,"44":21,"45":33,"46":159,"48":47,"49":46,"5":952,"51":57,"52":36,"53":89,"56":14,"570":7,"6":340,"63":187,"7":873,"79":103,"8":62,"80":29,"9":475,"all_client":108128,"all_tv_clinet":19082,"insert_time":"2014-08-21T10:56:12.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89421,"10":67,"107":719,"11":802,"12":207,"13":416,"14":183,"15":296,"155":46,"156":27,"158":74,"159":28,"16":336,"160":51,"161":228,"167":147,"168":3,"17":249,"18":1281,"19":723,"20":122,"209":35,"21":694,"210":27,"211":10,"214":39,"215":508,"221":347,"223":854,"224":44,"225":522,"23":580,"24":1310,"25":201,"257":104,"26":173,"268":10,"27":40,"273":177,"276":254,"279":37,"28":225,"281":30,"282":160,"291":19,"292":175,"30":36,"302":44,"306":2,"31":72,"314":6,"32":47,"33":138,"34":38,"347":6,"35":45,"352":744,"36":190,"37":32,"38":536,"380":16,"381":193,"383":77,"39":69,"391":57,"396":7,"397":16,"40":48,"409":51,"41":75,"414":52,"415":138,"419":166,"42":38,"426":9,"43":26,"430":50,"433":3,"44":19,"45":35,"46":160,"48":47,"49":49,"5":959,"51":57,"52":37,"53":94,"56":13,"570":7,"6":343,"63":192,"7":877,"79":105,"8":61,"80":30,"9":497,"all_client":108610,"all_tv_clinet":19189,"insert_time":"2014-08-21T10:57:14.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89868,"10":60,"107":731,"11":822,"12":191,"13":416,"14":178,"15":302,"155":49,"156":25,"158":78,"159":27,"16":329,"160":53,"161":230,"167":151,"168":3,"17":245,"18":1255,"19":704,"20":128,"209":32,"21":707,"210":30,"211":10,"214":35,"215":501,"221":359,"223":867,"224":45,"225":517,"23":573,"24":1328,"25":219,"257":109,"26":183,"268":11,"27":40,"273":165,"276":254,"279":39,"28":226,"281":30,"282":163,"291":17,"292":180,"30":34,"302":43,"306":2,"31":75,"314":6,"32":45,"33":137,"34":41,"347":4,"35":41,"352":751,"36":183,"37":33,"38":534,"380":13,"381":198,"383":77,"39":69,"391":58,"396":8,"397":15,"40":48,"409":46,"41":73,"414":58,"415":148,"419":173,"42":38,"426":8,"43":28,"430":50,"431":1,"433":5,"44":17,"45":32,"46":168,"48":48,"49":47,"5":1019,"51":54,"52":40,"53":94,"56":13,"570":6,"6":340,"63":194,"7":896,"79":111,"8":57,"80":28,"9":511,"all_client":109203,"all_tv_clinet":19335,"insert_time":"2014-08-21T10:58:15.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90238,"10":62,"107":740,"11":850,"12":181,"13":409,"14":165,"15":322,"155":50,"156":24,"158":83,"159":27,"16":334,"160":52,"161":254,"167":152,"168":3,"17":247,"18":1240,"19":675,"20":129,"209":34,"21":708,"210":35,"211":10,"214":33,"215":479,"221":362,"223":879,"224":44,"225":516,"23":554,"24":1312,"25":223,"257":106,"26":183,"268":12,"27":42,"273":158,"276":259,"279":37,"28":226,"281":30,"282":178,"291":19,"292":189,"30":32,"302":45,"306":2,"31":73,"314":5,"32":47,"33":137,"34":40,"347":2,"35":41,"352":749,"36":193,"37":35,"38":538,"380":13,"381":200,"383":83,"389":1,"39":76,"391":64,"396":8,"397":14,"40":51,"409":42,"41":72,"414":62,"415":142,"419":173,"42":37,"426":9,"43":33,"430":56,"431":1,"433":5,"44":14,"45":31,"46":175,"48":45,"49":42,"5":1076,"51":58,"52":38,"53":103,"56":12,"570":6,"6":345,"63":192,"7":916,"79":123,"8":60,"80":27,"9":515,"all_client":109724,"all_tv_clinet":19486,"insert_time":"2014-08-21T10:59:16.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90646,"10":69,"107":737,"11":875,"12":166,"13":399,"14":160,"15":338,"155":58,"156":26,"158":83,"159":28,"16":330,"160":52,"161":274,"167":154,"168":3,"17":263,"18":1239,"19":664,"20":128,"209":32,"21":701,"210":38,"211":9,"214":33,"215":475,"221":368,"223":898,"224":45,"225":524,"23":539,"24":1312,"25":223,"257":104,"26":185,"268":10,"27":43,"273":147,"276":265,"279":39,"28":222,"281":30,"282":185,"291":21,"292":170,"30":29,"302":46,"306":1,"31":70,"314":6,"32":50,"33":131,"34":39,"347":3,"35":49,"352":740,"36":202,"37":36,"38":541,"380":13,"381":203,"383":88,"389":1,"39":79,"391":68,"396":9,"397":17,"40":47,"409":39,"41":65,"414":67,"415":141,"419":179,"42":37,"426":10,"43":33,"430":65,"431":1,"433":3,"44":17,"45":27,"46":170,"48":46,"49":38,"5":1182,"51":58,"52":42,"53":109,"56":9,"570":4,"6":350,"63":181,"7":930,"79":127,"8":60,"80":26,"9":482,"all_client":110276,"all_tv_clinet":19630,"insert_time":"2014-08-21T11:00:17.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91071,"10":73,"107":726,"11":875,"12":154,"13":398,"14":154,"15":360,"155":66,"156":26,"158":87,"159":26,"16":340,"160":50,"161":284,"167":152,"168":2,"17":281,"18":1272,"19":648,"20":132,"209":31,"21":690,"210":41,"211":9,"214":33,"215":470,"221":376,"223":900,"224":47,"225":530,"23":524,"24":1292,"25":219,"257":108,"26":184,"268":11,"27":39,"273":140,"276":266,"279":45,"28":228,"281":29,"282":190,"291":25,"292":159,"30":29,"302":44,"306":1,"31":68,"314":7,"32":43,"33":131,"34":38,"347":5,"35":53,"352":736,"36":202,"37":37,"38":534,"380":13,"381":199,"383":90,"389":1,"39":81,"391":74,"396":8,"397":20,"40":45,"409":41,"41":65,"414":76,"415":142,"419":178,"42":35,"426":19,"43":31,"430":75,"431":1,"433":3,"44":18,"45":26,"46":161,"48":47,"49":38,"5":1481,"51":57,"52":39,"53":113,"56":12,"570":5,"6":357,"63":157,"7":926,"79":129,"8":59,"80":27,"9":444,"all_client":110984,"all_tv_clinet":19913,"insert_time":"2014-08-21T11:01:18.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91373,"10":75,"107":686,"11":885,"12":143,"13":407,"14":152,"15":364,"155":70,"156":25,"158":88,"159":25,"16":347,"160":46,"161":291,"167":158,"168":2,"17":287,"18":1291,"19":648,"20":142,"209":27,"21":700,"210":44,"211":11,"214":33,"215":462,"221":392,"223":900,"224":48,"225":523,"23":487,"24":1252,"25":218,"257":122,"26":178,"268":10,"27":36,"273":147,"276":250,"279":46,"28":227,"281":30,"282":202,"291":28,"292":151,"30":30,"302":44,"306":1,"31":62,"314":7,"32":43,"33":136,"34":36,"347":5,"35":52,"352":736,"36":200,"37":34,"38":520,"380":14,"381":203,"383":90,"39":79,"391":81,"396":7,"397":24,"40":44,"409":44,"41":60,"414":79,"415":143,"419":163,"42":36,"426":29,"43":33,"430":80,"431":1,"433":4,"44":19,"45":24,"46":145,"48":48,"49":31,"5":1911,"51":51,"52":33,"53":115,"56":12,"570":6,"6":352,"63":131,"7":898,"79":128,"8":50,"80":27,"9":415,"all_client":111545,"all_tv_clinet":20172,"insert_time":"2014-08-21T11:02:19.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91658,"10":73,"107":697,"11":864,"12":142,"13":414,"14":156,"15":350,"155":72,"156":24,"158":91,"159":27,"16":348,"160":47,"161":301,"167":165,"168":1,"17":296,"18":1325,"19":670,"20":143,"209":29,"21":682,"210":43,"211":15,"214":33,"215":449,"221":404,"223":880,"224":48,"225":493,"23":473,"24":1221,"25":223,"257":123,"26":169,"268":9,"27":32,"273":149,"276":241,"279":51,"28":229,"281":33,"282":217,"291":35,"292":143,"30":30,"302":46,"306":1,"31":59,"314":7,"32":43,"33":143,"34":36,"347":5,"35":60,"352":746,"36":210,"37":35,"38":514,"380":14,"381":207,"383":84,"39":78,"391":89,"396":6,"397":26,"40":44,"409":45,"41":60,"414":81,"415":140,"419":151,"42":35,"426":31,"43":31,"430":92,"431":1,"433":5,"44":16,"45":21,"46":144,"48":52,"49":29,"5":2248,"51":47,"52":26,"53":101,"56":14,"570":7,"6":346,"63":102,"7":854,"79":133,"8":52,"80":27,"9":420,"all_client":112082,"all_tv_clinet":20424,"insert_time":"2014-08-21T11:03:20.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92025,"10":73,"107":705,"11":856,"12":130,"13":425,"14":154,"15":314,"155":72,"156":23,"158":90,"159":30,"16":363,"160":51,"161":321,"167":165,"168":1,"17":301,"18":1350,"19":687,"20":146,"209":28,"21":658,"210":44,"211":21,"214":32,"215":445,"221":402,"223":881,"224":52,"225":468,"23":460,"24":1202,"25":226,"257":119,"26":167,"268":10,"27":32,"273":153,"276":244,"279":52,"28":227,"281":33,"282":240,"291":39,"292":139,"30":31,"302":45,"306":1,"31":53,"314":5,"32":43,"33":144,"34":34,"347":5,"35":55,"352":729,"36":217,"37":34,"38":507,"380":14,"381":215,"383":81,"39":79,"391":95,"396":8,"397":27,"40":40,"409":43,"41":63,"414":86,"415":128,"419":142,"42":35,"426":26,"43":32,"430":98,"431":1,"433":5,"44":19,"45":20,"46":137,"48":52,"49":31,"5":2509,"51":43,"52":25,"53":103,"56":12,"570":8,"6":341,"63":88,"7":822,"79":136,"8":54,"80":27,"9":445,"all_client":112649,"all_tv_clinet":20624,"insert_time":"2014-08-21T11:04:21.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92293,"10":69,"107":710,"11":876,"12":113,"13":435,"14":156,"15":292,"155":75,"156":25,"158":85,"159":28,"16":375,"160":52,"161":321,"167":164,"168":1,"17":305,"18":1382,"19":696,"20":145,"209":32,"21":637,"210":45,"211":25,"214":30,"215":426,"221":409,"223":871,"224":55,"225":497,"23":471,"24":1170,"25":231,"257":112,"26":167,"268":10,"27":33,"273":154,"276":243,"279":54,"28":226,"281":33,"282":259,"291":40,"292":130,"30":34,"302":46,"306":1,"31":57,"314":6,"32":49,"33":146,"34":34,"347":5,"35":52,"352":734,"36":220,"37":37,"38":517,"380":14,"381":225,"383":76,"39":79,"391":98,"396":12,"397":28,"40":39,"409":41,"41":67,"414":93,"415":121,"419":129,"42":39,"426":21,"43":30,"430":103,"431":1,"433":7,"434":1,"44":19,"45":22,"46":130,"48":54,"49":32,"5":2692,"51":41,"52":23,"53":102,"56":15,"570":10,"6":326,"63":83,"7":806,"79":142,"8":56,"80":25,"9":449,"all_client":113147,"all_tv_clinet":20854,"insert_time":"2014-08-21T11:05:22.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92722,"10":66,"107":703,"11":869,"12":110,"13":440,"14":152,"15":281,"155":73,"156":26,"158":85,"159":27,"16":379,"160":51,"161":322,"167":163,"168":1,"17":308,"18":1412,"19":702,"20":140,"209":34,"21":635,"210":46,"211":27,"214":31,"215":416,"221":399,"223":869,"224":55,"225":494,"23":479,"24":1151,"25":233,"257":107,"26":168,"268":9,"27":34,"273":150,"276":240,"279":55,"28":229,"281":33,"282":280,"291":42,"292":131,"30":34,"302":43,"306":1,"31":53,"314":6,"32":47,"33":153,"34":35,"347":5,"35":62,"352":730,"36":211,"37":35,"38":514,"380":14,"381":224,"383":71,"39":79,"391":99,"396":13,"397":31,"40":39,"409":40,"41":64,"414":95,"415":120,"419":126,"42":41,"426":20,"43":33,"430":111,"431":1,"433":8,"434":1,"44":21,"45":22,"46":129,"48":51,"49":33,"5":2815,"51":42,"52":26,"53":106,"56":17,"570":10,"6":317,"63":79,"7":793,"79":147,"8":55,"80":24,"9":465,"all_client":113690,"all_tv_clinet":20968,"insert_time":"2014-08-21T11:06:22.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92992,"10":69,"107":687,"11":869,"12":105,"13":446,"14":157,"15":273,"155":72,"156":29,"158":88,"159":27,"16":387,"160":47,"161":322,"167":160,"168":1,"17":309,"18":1441,"19":723,"20":134,"209":37,"21":631,"210":48,"211":33,"214":31,"215":419,"221":402,"223":870,"224":58,"225":472,"23":484,"24":1153,"25":237,"257":115,"26":169,"268":9,"27":35,"273":154,"276":237,"279":57,"28":224,"281":33,"282":292,"291":45,"292":136,"30":36,"302":42,"306":1,"31":53,"314":4,"32":43,"33":157,"34":30,"347":7,"35":61,"352":722,"36":208,"37":37,"38":513,"380":14,"381":233,"383":65,"39":79,"391":106,"396":11,"397":32,"40":38,"409":40,"41":57,"414":98,"415":129,"419":125,"42":40,"426":15,"43":33,"430":114,"431":1,"433":8,"434":1,"44":19,"45":23,"46":120,"48":47,"49":34,"5":2975,"51":44,"52":29,"53":100,"56":18,"570":10,"6":314,"63":75,"7":795,"79":146,"8":54,"80":22,"9":468,"all_client":114165,"all_tv_clinet":21173,"insert_time":"2014-08-21T11:07:23.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93238,"10":74,"107":697,"11":854,"12":100,"13":444,"14":148,"15":268,"155":74,"156":30,"158":85,"159":26,"16":389,"160":41,"161":300,"167":153,"168":2,"17":309,"18":1466,"19":726,"20":136,"209":36,"21":636,"210":55,"211":36,"214":31,"215":424,"221":397,"223":866,"224":57,"225":466,"23":490,"24":1155,"25":248,"257":113,"26":165,"268":8,"27":36,"273":158,"276":243,"279":55,"28":230,"281":35,"282":293,"291":45,"292":148,"30":35,"302":38,"306":1,"31":49,"314":7,"32":37,"33":160,"34":30,"347":9,"35":60,"352":707,"36":209,"37":36,"38":506,"380":14,"381":238,"383":66,"39":75,"391":115,"396":11,"397":33,"40":40,"409":36,"41":53,"414":107,"415":127,"419":129,"42":36,"426":17,"43":30,"430":118,"431":1,"433":8,"434":1,"44":19,"45":21,"46":122,"48":53,"49":34,"5":3107,"51":48,"52":33,"53":91,"56":19,"570":10,"6":313,"63":73,"7":799,"79":144,"8":54,"80":22,"9":461,"all_client":114548,"all_tv_clinet":21310,"insert_time":"2014-08-21T11:08:24.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93493,"10":72,"107":690,"11":852,"12":99,"13":442,"14":147,"15":262,"155":75,"156":30,"158":80,"159":26,"16":401,"160":40,"161":283,"167":145,"168":2,"17":308,"18":1492,"19":738,"20":132,"209":35,"21":639,"210":60,"211":37,"214":30,"215":434,"221":403,"223":863,"224":58,"225":457,"23":496,"24":1149,"25":250,"257":130,"26":172,"268":8,"27":38,"273":173,"276":242,"279":54,"28":221,"281":36,"282":307,"291":44,"292":151,"30":35,"302":37,"306":1,"31":56,"314":6,"32":45,"33":154,"34":28,"347":10,"35":51,"352":702,"36":213,"37":34,"38":506,"380":14,"381":237,"383":65,"39":78,"391":120,"396":11,"397":32,"40":40,"409":40,"41":55,"414":109,"415":133,"419":130,"42":35,"426":15,"43":31,"430":122,"431":1,"433":7,"434":1,"44":18,"45":24,"46":120,"48":52,"49":36,"5":3201,"51":53,"52":35,"53":85,"56":18,"570":11,"6":316,"63":73,"7":797,"79":144,"8":55,"80":25,"9":449,"all_client":114962,"all_tv_clinet":21469,"insert_time":"2014-08-21T11:09:25.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93829,"10":68,"107":704,"11":837,"12":95,"13":430,"14":149,"15":266,"155":76,"156":28,"158":81,"159":23,"16":398,"160":40,"161":268,"167":140,"168":2,"17":305,"18":1508,"19":745,"20":131,"209":36,"21":646,"210":63,"211":40,"214":33,"215":434,"221":393,"223":879,"224":67,"225":457,"23":503,"24":1148,"25":251,"257":133,"26":171,"268":6,"27":38,"273":172,"276":236,"279":51,"28":218,"281":36,"282":317,"291":48,"292":145,"30":34,"302":37,"306":1,"31":56,"314":6,"32":49,"33":154,"34":27,"347":10,"35":47,"352":695,"36":211,"37":34,"38":520,"380":14,"381":236,"383":65,"39":79,"391":124,"396":12,"397":35,"40":42,"409":42,"41":61,"414":113,"415":122,"419":127,"42":37,"426":18,"43":29,"430":124,"433":7,"434":1,"44":18,"45":24,"46":126,"48":52,"49":37,"5":3292,"51":53,"52":36,"53":83,"56":19,"570":11,"6":318,"63":74,"7":811,"79":147,"8":54,"80":25,"9":434,"all_client":115427,"all_tv_clinet":21598,"insert_time":"2014-08-21T11:10:27.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94130,"10":68,"107":692,"11":840,"12":93,"13":439,"14":156,"15":258,"155":75,"156":30,"158":82,"159":23,"16":389,"160":39,"161":261,"167":139,"168":1,"17":313,"18":1526,"19":764,"20":128,"209":34,"21":647,"210":67,"211":40,"214":34,"215":434,"221":384,"223":895,"224":67,"225":467,"23":502,"24":1129,"25":244,"257":130,"26":172,"268":7,"27":35,"273":179,"276":229,"279":50,"28":216,"281":36,"282":325,"291":48,"292":145,"30":34,"302":37,"306":1,"31":58,"314":6,"32":47,"33":157,"34":31,"347":9,"35":46,"352":680,"36":203,"37":36,"38":516,"380":14,"381":233,"383":63,"39":76,"391":130,"396":11,"397":34,"40":42,"409":42,"41":62,"414":112,"415":127,"419":117,"42":34,"426":24,"43":30,"430":123,"433":7,"434":1,"44":20,"45":27,"46":133,"48":56,"49":37,"5":3425,"51":55,"52":36,"53":86,"56":18,"570":13,"6":312,"63":77,"7":829,"79":148,"8":50,"80":28,"9":413,"all_client":115868,"all_tv_clinet":21738,"insert_time":"2014-08-21T11:11:28.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94502,"10":65,"107":684,"11":832,"12":94,"13":457,"14":160,"15":258,"155":79,"156":32,"158":83,"159":24,"16":361,"160":37,"161":264,"167":136,"168":1,"17":313,"18":1561,"19":767,"20":130,"209":32,"21":656,"210":66,"211":38,"214":36,"215":439,"221":377,"223":923,"224":67,"225":468,"23":501,"24":1097,"25":247,"257":128,"26":173,"268":8,"27":33,"273":187,"276":219,"279":53,"28":213,"281":35,"282":331,"291":54,"292":146,"30":34,"302":37,"306":1,"31":49,"314":6,"32":40,"33":161,"34":31,"347":9,"35":45,"352":665,"36":201,"37":37,"38":513,"380":14,"381":235,"383":64,"39":75,"391":132,"396":10,"397":35,"40":44,"409":40,"41":62,"414":109,"415":131,"419":111,"42":35,"426":27,"43":34,"430":124,"433":7,"434":1,"44":22,"45":26,"46":148,"48":55,"49":35,"5":3568,"51":50,"52":32,"53":96,"56":18,"570":14,"6":285,"63":75,"7":836,"79":155,"8":51,"80":29,"9":384,"all_client":116365,"all_tv_clinet":21863,"insert_time":"2014-08-21T11:12:29.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94829,"10":68,"107":675,"11":844,"12":96,"13":460,"14":170,"15":259,"155":82,"156":30,"158":81,"159":24,"16":327,"160":41,"161":266,"167":132,"168":2,"17":331,"18":1584,"19":773,"20":129,"209":30,"21":654,"210":72,"211":41,"214":35,"215":435,"221":367,"223":956,"224":63,"225":469,"23":498,"24":1104,"25":243,"257":127,"26":179,"268":7,"27":33,"273":178,"276":210,"279":52,"28":208,"281":39,"282":335,"291":57,"292":146,"30":34,"302":37,"306":1,"31":46,"314":6,"32":38,"33":162,"34":30,"347":11,"35":48,"352":683,"36":198,"37":38,"38":499,"380":14,"381":237,"383":65,"39":72,"391":133,"396":10,"397":33,"40":45,"409":46,"41":60,"414":106,"415":135,"419":114,"42":34,"426":28,"43":33,"430":123,"431":1,"433":6,"434":1,"44":22,"45":25,"46":148,"48":56,"49":31,"5":3684,"51":48,"52":34,"53":98,"56":18,"570":14,"6":278,"63":75,"7":848,"79":155,"8":52,"80":32,"9":357,"all_client":116843,"all_tv_clinet":22014,"insert_time":"2014-08-21T11:13:30.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95223,"10":67,"107":665,"11":859,"12":99,"13":465,"14":162,"15":263,"155":86,"156":29,"158":78,"159":24,"16":304,"160":42,"161":284,"167":130,"168":2,"17":346,"18":1599,"19":777,"20":126,"209":28,"21":646,"210":72,"211":40,"214":35,"215":442,"221":372,"223":973,"224":63,"225":463,"23":491,"24":1090,"25":239,"257":125,"26":180,"268":5,"27":35,"273":169,"276":207,"279":55,"28":209,"281":38,"282":347,"291":61,"292":138,"30":37,"302":39,"306":1,"31":41,"314":4,"32":36,"33":165,"34":30,"347":11,"35":50,"352":709,"36":206,"37":41,"38":489,"380":14,"381":232,"383":70,"39":70,"391":134,"396":11,"397":37,"40":45,"409":54,"41":59,"414":106,"415":135,"419":119,"42":34,"426":23,"43":34,"430":132,"431":1,"433":6,"434":1,"44":21,"45":29,"46":146,"48":53,"49":34,"5":3764,"51":46,"52":35,"53":108,"56":14,"570":13,"6":273,"63":71,"7":867,"79":166,"8":52,"80":29,"9":309,"all_client":117359,"all_tv_clinet":22136,"insert_time":"2014-08-21T11:14:31.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95643,"10":65,"107":673,"11":863,"12":97,"13":458,"14":167,"15":280,"155":89,"156":31,"158":69,"159":26,"16":280,"160":42,"161":291,"167":128,"168":2,"17":361,"18":1615,"19":780,"20":124,"209":26,"21":637,"210":70,"211":44,"214":37,"215":450,"221":381,"223":999,"224":61,"225":461,"23":496,"24":1083,"25":245,"257":123,"26":179,"268":4,"27":33,"273":157,"276":201,"279":55,"28":220,"281":39,"282":353,"291":61,"292":134,"30":38,"302":37,"306":1,"31":41,"314":5,"32":39,"33":167,"34":30,"347":11,"35":50,"352":701,"36":208,"37":41,"38":489,"380":14,"381":239,"383":67,"39":72,"391":134,"396":12,"397":34,"40":46,"409":60,"41":59,"414":115,"415":133,"419":109,"42":34,"426":21,"43":32,"430":134,"431":1,"433":5,"434":1,"44":18,"45":34,"46":148,"48":54,"49":34,"5":3855,"51":42,"52":38,"53":106,"56":15,"570":16,"6":278,"63":65,"7":883,"79":168,"8":48,"80":31,"9":279,"all_client":117925,"all_tv_clinet":22282,"insert_time":"2014-08-21T11:15:31.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96015,"10":58,"107":717,"11":814,"12":95,"13":454,"14":176,"15":292,"155":89,"156":34,"158":66,"159":28,"16":264,"160":39,"161":300,"167":123,"168":2,"17":370,"18":1623,"19":786,"20":126,"209":33,"21":629,"210":66,"211":43,"214":39,"215":450,"221":393,"223":990,"224":58,"225":484,"23":498,"24":1060,"25":261,"257":116,"26":173,"268":4,"27":35,"273":149,"276":201,"279":57,"28":226,"281":39,"282":353,"291":63,"292":122,"30":36,"302":37,"306":1,"31":41,"314":5,"32":43,"33":177,"34":34,"347":12,"35":53,"352":712,"36":206,"37":40,"38":485,"380":13,"381":252,"383":67,"39":70,"391":137,"396":10,"397":32,"40":46,"409":68,"41":59,"414":113,"415":138,"419":102,"42":38,"426":21,"43":35,"430":143,"433":5,"434":1,"44":15,"45":37,"46":155,"48":52,"49":34,"5":3882,"51":42,"52":36,"53":120,"56":14,"570":18,"6":278,"63":64,"7":909,"79":170,"8":48,"80":35,"9":273,"all_client":118427,"all_tv_clinet":22412,"insert_time":"2014-08-21T11:16:32.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96357,"10":55,"107":756,"11":771,"12":98,"13":466,"14":189,"15":286,"155":91,"156":35,"158":61,"159":30,"16":250,"160":38,"161":300,"167":111,"168":2,"17":380,"18":1640,"19":801,"20":133,"209":36,"21":624,"210":63,"211":42,"214":41,"215":454,"221":372,"223":957,"224":59,"225":499,"23":490,"24":1057,"25":261,"257":120,"26":162,"268":4,"27":35,"273":147,"276":214,"279":61,"28":233,"281":39,"282":359,"291":68,"292":111,"30":36,"302":39,"306":1,"31":47,"314":5,"32":46,"33":174,"34":36,"347":10,"35":53,"352":700,"36":209,"37":40,"38":488,"380":16,"381":252,"383":69,"39":76,"391":140,"396":10,"397":34,"40":47,"409":74,"41":60,"414":117,"415":142,"419":96,"42":36,"426":19,"43":31,"430":149,"433":5,"434":1,"44":14,"45":33,"46":151,"48":49,"49":34,"5":3951,"51":42,"52":34,"53":134,"56":13,"570":17,"6":282,"63":64,"7":944,"79":174,"8":48,"80":43,"9":258,"all_client":118901,"all_tv_clinet":22544,"insert_time":"2014-08-21T11:17:33.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96710,"10":56,"107":798,"11":744,"12":119,"13":483,"14":197,"15":292,"155":90,"156":40,"158":59,"159":32,"16":240,"160":38,"161":302,"167":104,"17":382,"18":1648,"19":816,"20":137,"209":36,"21":628,"210":62,"211":41,"214":42,"215":458,"221":372,"223":934,"224":59,"225":513,"23":474,"24":1055,"25":262,"257":121,"26":154,"268":4,"27":39,"273":148,"276":212,"279":60,"28":237,"281":45,"282":362,"291":71,"292":106,"30":37,"302":39,"306":1,"31":45,"314":5,"32":48,"33":180,"34":37,"347":10,"35":53,"352":719,"36":212,"37":38,"38":472,"380":15,"381":261,"383":67,"39":75,"391":142,"396":8,"397":35,"40":47,"409":66,"41":62,"414":121,"415":143,"419":98,"42":36,"426":17,"43":28,"430":156,"431":1,"433":10,"434":1,"44":15,"45":32,"46":141,"48":50,"49":38,"5":4024,"51":40,"52":34,"53":145,"56":12,"570":16,"6":279,"63":65,"7":970,"79":172,"8":48,"80":50,"9":249,"all_client":119447,"all_tv_clinet":22737,"insert_time":"2014-08-21T11:18:34.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97073,"10":54,"107":798,"11":721,"12":135,"13":495,"14":200,"15":287,"155":92,"156":40,"158":65,"159":34,"16":221,"160":39,"161":303,"167":102,"17":384,"18":1685,"19":826,"20":136,"209":31,"21":630,"210":63,"211":42,"214":43,"215":465,"221":362,"223":903,"224":54,"225":505,"23":467,"24":1058,"25":264,"257":125,"26":149,"268":3,"27":40,"273":155,"276":214,"279":56,"28":244,"281":45,"282":373,"291":71,"292":109,"30":39,"302":39,"306":1,"31":45,"314":4,"32":48,"33":172,"34":36,"347":10,"35":54,"352":731,"36":212,"37":39,"38":480,"380":15,"381":274,"383":69,"39":73,"391":153,"396":6,"397":37,"40":46,"409":55,"41":65,"414":130,"415":139,"419":99,"42":35,"426":19,"43":27,"430":155,"431":1,"433":11,"434":1,"44":18,"45":32,"46":135,"48":46,"49":40,"5":4147,"51":40,"52":34,"53":145,"56":11,"570":14,"6":257,"63":59,"7":1002,"79":170,"8":47,"80":51,"9":238,"all_client":119967,"all_tv_clinet":22894,"insert_time":"2014-08-21T11:19:35.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97410,"10":57,"107":776,"11":705,"12":138,"13":494,"14":212,"15":289,"155":96,"156":44,"158":74,"159":33,"16":217,"160":41,"161":285,"167":100,"17":383,"18":1701,"19":834,"20":140,"209":27,"21":630,"210":70,"211":42,"214":43,"215":472,"221":362,"223":891,"224":53,"225":497,"23":452,"24":1046,"25":263,"257":123,"26":145,"268":4,"27":41,"273":165,"276":212,"279":58,"28":248,"281":47,"282":374,"291":71,"292":115,"30":39,"302":38,"306":1,"31":41,"314":5,"32":49,"33":168,"34":36,"347":11,"35":57,"352":733,"36":205,"37":40,"38":488,"380":15,"381":272,"383":72,"39":72,"391":152,"396":4,"397":36,"40":46,"409":45,"41":65,"414":131,"415":135,"419":115,"42":36,"426":21,"43":28,"430":162,"431":1,"433":14,"434":1,"44":19,"45":33,"46":141,"48":53,"49":38,"5":4303,"51":41,"52":39,"53":152,"56":14,"570":13,"6":248,"63":65,"7":1027,"79":155,"8":45,"80":50,"9":231,"all_client":120481,"all_tv_clinet":23071,"insert_time":"2014-08-21T11:20:36.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97729,"10":59,"107":761,"11":697,"12":140,"13":493,"14":223,"15":287,"155":100,"156":40,"158":77,"159":34,"16":214,"160":43,"161":274,"167":98,"17":387,"18":1712,"19":851,"20":139,"209":27,"21":624,"210":74,"211":41,"214":42,"215":471,"221":356,"223":882,"224":52,"225":487,"23":452,"24":1045,"25":261,"257":120,"26":148,"268":5,"27":43,"273":176,"276":213,"279":57,"28":252,"281":47,"282":380,"291":72,"292":122,"30":37,"302":39,"306":1,"31":52,"314":5,"32":53,"33":168,"34":34,"347":12,"35":52,"352":742,"36":208,"37":41,"38":478,"380":15,"381":258,"383":82,"39":74,"391":154,"396":6,"397":36,"40":46,"409":47,"41":67,"414":128,"415":139,"419":119,"42":37,"426":21,"43":25,"430":163,"431":1,"433":10,"434":1,"44":16,"45":31,"46":145,"48":51,"49":37,"5":4409,"51":47,"52":37,"53":146,"56":14,"570":14,"6":231,"63":66,"7":1044,"79":156,"8":46,"80":50,"9":235,"all_client":120933,"all_tv_clinet":23204,"insert_time":"2014-08-21T11:21:37.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98040,"10":61,"107":753,"11":709,"12":148,"13":506,"14":233,"15":288,"155":101,"156":42,"158":79,"159":32,"16":224,"160":42,"161":267,"167":93,"17":376,"18":1721,"19":861,"20":145,"209":26,"21":626,"210":76,"211":37,"214":42,"215":475,"221":352,"223":870,"224":50,"225":487,"23":456,"24":1048,"25":264,"257":116,"26":147,"268":6,"27":42,"273":188,"276":213,"279":55,"28":255,"281":47,"282":391,"291":72,"292":125,"30":38,"302":42,"306":2,"31":63,"314":4,"32":46,"33":169,"34":31,"347":12,"35":55,"352":745,"36":205,"37":39,"38":491,"380":14,"381":253,"383":80,"39":76,"391":154,"396":6,"397":35,"40":46,"409":44,"41":65,"414":114,"415":141,"419":118,"42":40,"426":31,"43":26,"430":165,"431":1,"433":10,"434":1,"44":24,"45":31,"46":146,"48":57,"49":40,"5":4491,"51":49,"52":43,"53":151,"56":14,"570":15,"6":222,"63":66,"7":1056,"79":155,"8":46,"80":53,"9":224,"all_client":121432,"all_tv_clinet":23392,"insert_time":"2014-08-21T11:22:39.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98279,"10":62,"107":738,"11":720,"12":141,"13":515,"14":246,"15":282,"155":105,"156":40,"158":79,"159":31,"16":216,"160":40,"161":271,"167":92,"17":354,"18":1744,"19":870,"20":143,"209":27,"21":626,"210":78,"211":35,"214":43,"215":473,"221":352,"223":862,"224":52,"225":493,"23":456,"24":1060,"25":268,"257":118,"26":150,"268":6,"27":41,"273":199,"276":216,"279":58,"28":264,"281":50,"282":401,"291":72,"292":126,"30":37,"302":40,"306":2,"31":68,"314":3,"32":43,"33":168,"34":28,"347":12,"35":51,"352":728,"36":212,"37":37,"38":497,"380":15,"381":250,"383":82,"39":78,"391":155,"396":6,"397":34,"40":44,"409":44,"41":64,"414":112,"415":147,"419":119,"42":43,"426":31,"43":29,"430":170,"433":9,"434":1,"44":26,"45":32,"46":149,"48":54,"49":42,"5":4585,"51":48,"52":41,"53":151,"56":12,"570":16,"6":209,"63":64,"7":1060,"79":159,"8":48,"80":57,"9":223,"all_client":121829,"all_tv_clinet":23550,"insert_time":"2014-08-21T11:23:40.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98614,"10":59,"107":757,"11":728,"12":145,"13":532,"14":247,"15":265,"155":106,"156":41,"158":83,"159":33,"16":215,"160":38,"161":297,"167":89,"17":329,"18":1765,"19":861,"20":144,"209":28,"21":623,"210":82,"211":33,"214":44,"215":465,"221":353,"223":857,"224":54,"225":492,"23":451,"24":1052,"25":259,"257":121,"26":147,"268":5,"27":42,"273":197,"276":218,"279":58,"28":266,"281":49,"282":404,"291":75,"292":134,"30":39,"302":38,"306":2,"31":69,"314":3,"32":43,"33":173,"34":28,"347":12,"35":57,"352":738,"36":211,"37":35,"38":500,"380":16,"381":258,"383":86,"39":80,"391":155,"396":6,"397":37,"40":43,"409":46,"41":59,"414":111,"415":144,"419":116,"42":43,"426":37,"43":29,"430":174,"433":9,"434":1,"44":28,"45":35,"46":145,"48":53,"49":44,"5":4668,"51":46,"52":40,"53":149,"56":13,"570":16,"6":203,"63":66,"7":1048,"79":157,"8":47,"80":61,"9":217,"all_client":122291,"all_tv_clinet":23677,"insert_time":"2014-08-21T11:24:41.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98960,"10":60,"107":749,"11":729,"12":151,"13":538,"14":249,"15":254,"155":109,"156":44,"158":83,"159":31,"16":205,"160":39,"161":308,"167":89,"17":308,"18":1797,"19":822,"20":150,"209":28,"21":633,"210":81,"211":31,"214":44,"215":460,"221":370,"223":848,"224":56,"225":501,"23":467,"24":1057,"25":265,"257":123,"26":145,"268":4,"27":42,"273":201,"276":215,"279":57,"28":277,"281":49,"282":415,"291":78,"292":151,"30":39,"302":38,"306":1,"31":63,"314":5,"32":47,"33":177,"34":29,"347":12,"35":56,"352":750,"36":209,"37":34,"38":504,"380":17,"381":247,"383":95,"39":77,"391":154,"396":5,"397":38,"40":40,"409":47,"41":59,"414":113,"415":148,"419":113,"42":43,"426":34,"43":28,"430":174,"433":8,"434":1,"44":27,"45":39,"46":149,"48":57,"49":45,"5":4792,"51":46,"52":39,"53":133,"56":14,"570":17,"6":196,"63":66,"7":1017,"79":157,"8":52,"80":66,"9":221,"all_client":122811,"all_tv_clinet":23851,"insert_time":"2014-08-21T11:25:42.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99350,"10":53,"107":757,"11":749,"12":152,"13":541,"14":247,"15":245,"155":109,"156":45,"158":83,"159":30,"16":201,"160":42,"161":339,"167":86,"17":299,"18":1833,"19":775,"20":151,"209":31,"21":632,"210":80,"211":32,"214":44,"215":454,"221":364,"223":858,"224":58,"225":505,"23":468,"24":1044,"25":264,"257":123,"26":146,"268":4,"27":42,"273":208,"276":215,"279":50,"28":284,"281":47,"282":424,"291":81,"292":160,"30":42,"302":37,"306":1,"31":61,"314":5,"32":46,"33":182,"34":29,"347":11,"35":56,"352":754,"36":195,"37":30,"38":511,"380":17,"381":238,"383":102,"39":74,"391":158,"396":4,"397":39,"40":42,"409":53,"41":58,"414":116,"415":152,"419":107,"42":42,"426":34,"43":28,"430":172,"433":6,"434":1,"44":26,"45":42,"46":153,"48":58,"49":46,"5":4908,"51":47,"52":43,"53":131,"56":15,"570":17,"6":204,"63":63,"7":954,"79":158,"8":54,"80":69,"9":231,"all_client":123327,"all_tv_clinet":23977,"insert_time":"2014-08-21T11:26:43.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99771,"10":54,"107":747,"11":767,"12":144,"13":556,"14":247,"15":246,"155":109,"156":43,"158":84,"159":24,"16":203,"160":43,"161":333,"167":86,"17":292,"18":1856,"19":743,"20":152,"209":32,"21":631,"210":79,"211":28,"214":45,"215":454,"221":373,"223":876,"224":65,"225":524,"23":467,"24":1037,"25":259,"257":126,"26":144,"268":5,"27":41,"273":212,"276":214,"279":48,"28":294,"281":46,"282":428,"291":82,"292":169,"30":44,"302":36,"306":1,"31":62,"314":6,"32":42,"33":175,"34":24,"347":11,"35":58,"352":748,"36":186,"37":31,"38":519,"380":20,"381":233,"383":102,"39":73,"391":157,"396":11,"397":41,"40":41,"409":61,"41":57,"414":115,"415":154,"419":105,"42":40,"426":37,"43":29,"430":175,"433":7,"434":1,"44":26,"45":40,"46":150,"48":57,"49":46,"5":5042,"51":47,"52":42,"53":139,"56":15,"570":15,"6":225,"63":62,"7":900,"79":158,"8":56,"80":67,"9":233,"all_client":123901,"all_tv_clinet":24130,"insert_time":"2014-08-21T11:27:44.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100067,"10":52,"107":733,"11":814,"12":132,"13":558,"14":243,"15":261,"155":109,"156":40,"158":88,"159":21,"16":188,"160":45,"161":338,"167":82,"17":287,"18":1871,"19":740,"20":163,"209":33,"21":625,"210":73,"211":30,"214":45,"215":458,"221":380,"223":909,"224":67,"225":524,"23":459,"24":1038,"25":255,"257":123,"26":143,"268":5,"27":39,"273":198,"276":216,"279":46,"28":298,"281":41,"282":433,"291":87,"292":180,"30":43,"302":33,"306":1,"31":67,"314":8,"32":49,"33":179,"34":29,"347":13,"35":58,"352":756,"36":187,"37":31,"38":519,"380":20,"381":236,"383":102,"389":1,"39":79,"391":156,"396":16,"397":45,"40":41,"409":66,"41":59,"414":123,"415":163,"419":108,"42":42,"426":34,"43":28,"430":167,"433":7,"434":1,"44":23,"45":35,"46":152,"48":53,"49":49,"5":5147,"51":48,"52":44,"53":136,"56":13,"570":17,"6":237,"63":60,"7":835,"79":154,"8":61,"80":66,"9":229,"all_client":124363,"all_tv_clinet":24296,"insert_time":"2014-08-21T11:28:45.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100374,"10":54,"107":740,"11":827,"12":122,"13":572,"14":242,"15":268,"155":110,"156":43,"158":89,"159":21,"16":180,"160":43,"161":334,"167":79,"17":282,"18":1881,"19":749,"20":164,"209":35,"21":627,"210":67,"211":27,"214":49,"215":467,"221":385,"223":913,"224":69,"225":534,"23":460,"24":1028,"25":271,"257":126,"26":138,"268":5,"27":41,"273":180,"276":213,"279":42,"28":303,"281":40,"282":435,"291":89,"292":177,"30":41,"302":34,"306":1,"31":66,"314":9,"32":48,"33":191,"34":34,"347":13,"35":54,"352":777,"36":193,"37":32,"38":515,"380":21,"381":231,"383":94,"389":1,"39":83,"391":158,"396":17,"397":46,"40":39,"409":75,"41":59,"414":112,"415":164,"419":105,"42":41,"426":48,"43":28,"430":170,"433":8,"434":1,"44":22,"45":35,"46":151,"48":54,"49":51,"5":5280,"51":46,"52":43,"53":133,"56":11,"570":17,"6":251,"63":59,"7":785,"79":136,"8":63,"80":67,"9":232,"all_client":124840,"all_tv_clinet":24466,"insert_time":"2014-08-21T11:29:47.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100734,"10":51,"107":735,"11":843,"12":122,"13":574,"14":228,"15":280,"155":111,"156":40,"158":90,"159":23,"16":170,"160":41,"161":342,"167":79,"17":278,"18":1881,"19":763,"20":166,"209":37,"21":628,"210":67,"211":25,"214":50,"215":474,"221":387,"223":909,"224":75,"225":558,"23":463,"24":1046,"25":268,"257":120,"26":132,"268":5,"27":43,"273":167,"276":212,"279":40,"28":315,"281":42,"282":439,"291":89,"292":162,"30":39,"302":36,"306":1,"31":66,"314":8,"32":50,"33":203,"34":35,"347":12,"35":50,"352":811,"36":209,"37":34,"38":521,"380":23,"381":232,"383":84,"39":80,"391":161,"396":17,"397":40,"40":40,"409":79,"41":60,"414":107,"415":162,"419":100,"42":42,"426":50,"43":29,"430":170,"433":6,"434":1,"44":27,"45":36,"46":149,"48":58,"49":52,"5":5313,"51":47,"52":47,"53":126,"56":11,"570":19,"6":281,"63":61,"7":754,"79":125,"8":67,"80":66,"9":230,"all_client":125331,"all_tv_clinet":24597,"insert_time":"2014-08-21T11:30:48.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101044,"10":52,"107":722,"11":881,"12":121,"13":583,"14":215,"15":285,"155":113,"156":37,"158":90,"159":26,"16":167,"160":38,"161":325,"167":80,"17":277,"18":1867,"19":788,"20":166,"209":35,"21":629,"210":67,"211":24,"214":49,"215":480,"221":395,"223":935,"224":78,"225":560,"23":475,"24":1134,"25":292,"257":122,"26":131,"268":7,"27":42,"273":163,"276":215,"279":44,"28":343,"281":42,"282":443,"291":90,"292":137,"30":38,"302":37,"306":1,"31":71,"314":6,"32":52,"33":213,"34":36,"347":15,"35":46,"352":848,"36":211,"37":36,"38":518,"380":25,"381":232,"383":80,"39":75,"391":162,"396":16,"397":41,"40":39,"409":96,"41":62,"414":90,"415":152,"419":100,"42":43,"426":57,"43":31,"430":171,"433":5,"434":1,"44":28,"45":38,"46":154,"48":64,"49":49,"5":5157,"51":46,"52":46,"53":148,"56":12,"570":17,"6":327,"63":64,"7":744,"79":113,"8":75,"80":75,"9":238,"all_client":125810,"all_tv_clinet":24766,"insert_time":"2014-08-21T11:31:49.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101336,"10":53,"107":706,"11":899,"12":121,"13":609,"14":207,"15":297,"155":114,"156":39,"158":87,"159":24,"16":167,"160":36,"161":309,"167":82,"168":1,"17":296,"18":1811,"19":808,"20":170,"209":33,"21":604,"210":73,"211":22,"214":49,"215":478,"221":396,"223":964,"224":76,"225":591,"23":475,"24":1213,"25":301,"257":129,"26":128,"268":7,"27":43,"273":165,"276":220,"279":43,"28":360,"281":42,"282":451,"291":96,"292":122,"30":37,"302":39,"306":2,"31":79,"314":6,"32":55,"33":213,"34":35,"347":16,"35":46,"352":888,"36":208,"37":40,"38":524,"380":27,"381":232,"383":83,"39":76,"391":160,"396":16,"397":49,"40":40,"409":99,"41":67,"414":97,"415":162,"419":105,"42":47,"426":44,"43":36,"430":174,"433":4,"434":1,"44":31,"45":37,"46":167,"48":62,"49":51,"5":5003,"51":51,"52":47,"53":147,"56":13,"570":16,"6":354,"63":66,"7":742,"79":105,"8":89,"80":76,"9":254,"all_client":126271,"all_tv_clinet":24935,"insert_time":"2014-08-21T11:32:50.229Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101652,"10":52,"107":699,"11":905,"12":117,"13":623,"14":211,"15":312,"155":113,"156":40,"158":90,"159":24,"16":171,"160":37,"161":309,"167":85,"168":1,"17":300,"18":1791,"19":806,"20":187,"209":34,"21":598,"210":75,"211":20,"214":49,"215":487,"221":393,"223":992,"224":77,"225":613,"23":476,"24":1275,"25":315,"257":131,"26":123,"268":7,"27":43,"273":168,"276":220,"279":48,"28":387,"281":44,"282":457,"291":97,"292":113,"30":38,"302":39,"306":3,"31":79,"314":5,"32":50,"33":215,"34":43,"347":16,"35":43,"352":883,"36":214,"37":41,"38":526,"380":30,"381":234,"383":82,"39":82,"391":161,"396":13,"397":54,"40":41,"409":96,"41":67,"414":107,"415":170,"419":109,"42":47,"426":36,"43":38,"430":183,"433":3,"434":2,"44":32,"45":39,"46":182,"48":60,"49":57,"5":4915,"51":50,"52":52,"53":148,"56":13,"570":16,"6":368,"63":68,"7":740,"79":96,"8":99,"80":76,"9":264,"all_client":126792,"all_tv_clinet":25140,"insert_time":"2014-08-21T11:33:51.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101952,"10":53,"107":688,"11":919,"12":123,"13":629,"14":210,"15":306,"155":113,"156":45,"158":88,"159":34,"16":175,"160":38,"161":306,"167":85,"168":1,"17":303,"18":1781,"19":797,"20":188,"209":30,"21":582,"210":74,"211":19,"214":49,"215":501,"221":381,"223":1005,"224":105,"225":638,"23":473,"24":1294,"25":320,"257":137,"26":118,"268":6,"27":45,"273":175,"276":218,"279":44,"28":419,"281":44,"282":454,"291":97,"292":112,"30":40,"302":38,"306":3,"31":80,"314":5,"32":51,"33":217,"34":44,"347":13,"35":37,"352":894,"36":217,"37":42,"38":531,"380":31,"381":229,"383":81,"39":79,"391":163,"396":12,"397":57,"40":43,"409":98,"41":74,"414":110,"415":177,"419":115,"42":48,"426":28,"43":42,"430":188,"433":3,"434":2,"44":32,"45":42,"46":196,"48":63,"49":62,"5":4919,"51":49,"52":51,"53":141,"56":11,"570":17,"6":377,"63":66,"7":739,"79":84,"8":106,"80":71,"9":262,"all_client":127254,"all_tv_clinet":25302,"insert_time":"2014-08-21T11:34:52.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102353,"10":53,"107":680,"11":926,"12":139,"13":611,"14":210,"15":324,"155":116,"156":52,"158":88,"159":39,"16":172,"160":35,"161":304,"167":84,"168":2,"17":307,"18":1761,"19":799,"20":204,"209":27,"21":584,"210":75,"211":22,"214":49,"215":511,"221":370,"223":1002,"224":110,"225":657,"23":483,"24":1380,"25":329,"257":125,"26":124,"268":5,"27":43,"273":173,"276":218,"279":43,"28":449,"281":46,"282":458,"291":98,"292":100,"30":42,"302":36,"306":3,"31":86,"314":3,"32":59,"33":213,"34":43,"347":13,"35":38,"352":890,"36":213,"37":42,"38":546,"380":32,"381":233,"383":77,"39":77,"391":161,"396":12,"397":58,"40":44,"409":97,"41":79,"414":113,"415":175,"419":117,"42":49,"426":25,"43":44,"430":191,"433":4,"434":2,"44":30,"45":42,"46":208,"48":66,"49":70,"5":4759,"51":51,"52":52,"53":140,"56":10,"570":14,"6":406,"63":65,"7":755,"79":76,"8":112,"80":72,"9":263,"all_client":127748,"all_tv_clinet":25395,"insert_time":"2014-08-21T11:35:53.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102666,"10":58,"107":679,"11":946,"12":151,"13":599,"14":208,"15":322,"155":118,"156":53,"158":81,"159":46,"16":171,"160":31,"161":293,"167":86,"168":3,"17":320,"18":1710,"19":810,"20":208,"209":22,"21":597,"210":72,"211":22,"214":49,"215":527,"221":374,"223":1025,"224":126,"225":682,"23":498,"24":1442,"25":348,"257":133,"26":127,"268":5,"27":44,"273":172,"276":223,"279":42,"28":483,"281":44,"282":461,"291":96,"292":91,"30":44,"302":38,"306":3,"31":84,"314":5,"32":70,"33":209,"34":38,"347":14,"35":41,"352":887,"36":202,"37":46,"38":581,"380":30,"381":227,"383":81,"39":89,"391":163,"396":11,"397":61,"40":45,"409":99,"41":76,"414":103,"415":170,"419":120,"42":52,"426":26,"43":41,"430":191,"433":6,"434":1,"44":27,"45":43,"46":217,"48":69,"49":88,"5":4537,"51":50,"52":50,"53":138,"56":13,"570":13,"6":452,"63":62,"7":792,"79":75,"8":123,"80":75,"9":265,"all_client":128207,"all_tv_clinet":25541,"insert_time":"2014-08-21T11:36:54.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102994,"10":58,"107":689,"11":951,"12":174,"13":585,"14":213,"15":330,"155":123,"156":52,"158":75,"159":49,"16":174,"160":31,"161":286,"167":87,"168":3,"17":340,"18":1638,"19":804,"20":217,"209":24,"21":623,"210":76,"211":24,"214":53,"215":533,"221":371,"223":1071,"224":140,"225":715,"23":518,"24":1525,"25":367,"257":139,"26":132,"268":6,"27":45,"273":174,"276":218,"279":48,"28":517,"281":42,"282":451,"291":98,"292":93,"30":45,"302":38,"306":3,"31":79,"314":7,"32":70,"33":203,"34":35,"347":13,"35":50,"352":884,"36":209,"37":52,"38":593,"380":31,"381":225,"383":78,"39":95,"391":162,"396":9,"397":66,"40":47,"409":103,"41":74,"414":106,"415":170,"419":125,"42":54,"426":20,"43":45,"430":189,"433":6,"434":1,"44":28,"45":48,"46":225,"48":67,"49":96,"5":4273,"51":53,"52":55,"53":133,"56":11,"570":12,"6":491,"63":62,"7":843,"79":73,"8":132,"80":75,"9":269,"all_client":128709,"all_tv_clinet":25715,"insert_time":"2014-08-21T11:37:55.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103375,"10":61,"107":670,"11":968,"12":193,"13":590,"14":218,"15":349,"155":120,"156":52,"158":70,"159":51,"16":180,"160":31,"161":280,"167":87,"168":3,"17":348,"18":1569,"19":807,"20":218,"209":27,"21":629,"210":77,"211":26,"214":52,"215":544,"221":399,"223":1142,"224":148,"225":762,"23":541,"24":1566,"25":375,"257":139,"26":133,"268":7,"27":51,"273":175,"276":212,"279":53,"28":550,"281":39,"282":441,"291":98,"292":94,"30":46,"302":37,"306":4,"31":78,"314":10,"32":70,"33":196,"34":37,"347":13,"35":51,"352":877,"36":213,"37":53,"38":602,"380":31,"381":217,"383":74,"39":97,"391":167,"396":8,"397":62,"40":57,"409":103,"41":75,"414":103,"415":178,"419":123,"42":51,"426":24,"43":45,"430":193,"433":6,"434":1,"44":28,"45":49,"46":236,"48":65,"49":112,"5":4024,"51":55,"52":59,"53":136,"56":13,"570":15,"6":507,"63":66,"7":867,"79":72,"8":140,"80":78,"9":273,"all_client":129217,"all_tv_clinet":25842,"insert_time":"2014-08-21T11:38:56.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103605,"10":60,"107":681,"11":971,"12":204,"13":594,"14":216,"15":372,"155":118,"156":58,"158":70,"159":60,"16":187,"160":30,"161":267,"167":91,"168":3,"17":349,"18":1502,"19":808,"20":216,"209":25,"21":643,"210":74,"211":30,"214":55,"215":553,"221":404,"223":1170,"224":159,"225":799,"23":554,"24":1603,"25":394,"257":139,"26":138,"268":7,"27":54,"273":169,"276":202,"279":50,"28":578,"281":43,"282":437,"291":101,"292":98,"30":47,"302":36,"306":6,"31":77,"314":13,"32":74,"33":196,"34":43,"347":14,"35":60,"352":892,"36":225,"37":54,"38":593,"380":31,"381":218,"383":70,"39":102,"391":170,"396":7,"397":60,"40":60,"409":92,"41":85,"414":90,"415":183,"419":119,"42":56,"426":36,"43":53,"430":198,"433":7,"434":1,"44":26,"45":51,"46":247,"48":81,"49":129,"5":3791,"51":56,"52":65,"53":139,"56":14,"570":19,"6":512,"63":63,"7":888,"79":72,"8":145,"80":76,"9":284,"all_client":129567,"all_tv_clinet":25962,"insert_time":"2014-08-21T11:39:57.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104035,"10":62,"107":691,"11":970,"12":225,"13":595,"14":222,"15":381,"155":106,"156":56,"158":70,"159":64,"16":190,"160":28,"161":260,"167":96,"168":4,"17":360,"18":1461,"19":777,"20":221,"209":24,"21":671,"210":73,"211":29,"214":56,"215":556,"221":408,"223":1189,"224":163,"225":809,"23":582,"24":1618,"25":410,"257":138,"26":147,"268":7,"27":62,"273":172,"276":177,"279":49,"28":622,"281":45,"282":436,"291":99,"292":110,"30":50,"302":36,"306":8,"31":76,"314":12,"32":80,"33":192,"34":54,"347":13,"35":61,"352":894,"36":224,"37":54,"38":593,"380":32,"381":208,"383":72,"39":109,"391":168,"396":7,"397":54,"40":65,"409":77,"41":86,"414":78,"415":179,"419":114,"42":58,"426":50,"43":53,"430":194,"433":8,"434":1,"44":31,"45":55,"46":249,"48":82,"49":138,"5":3627,"51":59,"52":65,"53":136,"56":14,"570":21,"6":505,"63":67,"7":901,"79":69,"8":162,"80":81,"9":290,"all_client":130038,"all_tv_clinet":26003,"insert_time":"2014-08-21T11:40:59.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104375,"10":61,"107":694,"11":983,"12":233,"13":577,"14":216,"15":400,"155":96,"156":53,"158":73,"159":70,"16":199,"160":27,"161":260,"167":101,"168":4,"17":366,"18":1420,"19":751,"20":221,"209":24,"21":681,"210":74,"211":26,"214":55,"215":562,"221":409,"223":1179,"224":168,"225":810,"23":610,"24":1671,"25":425,"257":143,"26":144,"268":9,"27":70,"273":187,"276":161,"279":46,"28":650,"281":48,"282":445,"291":99,"292":120,"30":47,"302":35,"306":6,"31":70,"314":12,"32":85,"33":192,"34":56,"347":14,"35":65,"352":886,"36":225,"37":57,"38":592,"380":35,"381":204,"383":73,"39":119,"391":169,"396":6,"397":56,"40":67,"409":70,"41":88,"414":83,"415":181,"419":103,"42":64,"426":48,"43":55,"430":187,"433":8,"434":1,"44":29,"45":59,"46":255,"48":84,"49":144,"5":3545,"51":59,"52":65,"53":140,"56":13,"570":21,"6":483,"63":69,"7":917,"79":65,"8":174,"80":78,"9":300,"all_client":130455,"all_tv_clinet":26080,"insert_time":"2014-08-21T11:42:00.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104715,"10":57,"107":707,"11":978,"12":251,"13":566,"14":206,"15":396,"155":94,"156":50,"158":76,"159":68,"16":199,"160":29,"161":276,"167":103,"168":5,"17":375,"18":1417,"19":716,"20":229,"209":24,"21":699,"210":74,"211":26,"214":55,"215":564,"221":418,"223":1178,"224":168,"225":807,"23":614,"24":1733,"25":439,"257":141,"26":140,"268":9,"27":72,"273":196,"276":153,"279":47,"28":667,"281":49,"282":455,"291":99,"292":128,"30":47,"302":31,"306":4,"31":75,"314":11,"317":1,"32":87,"33":190,"34":59,"347":16,"35":73,"352":883,"36":225,"37":56,"38":590,"380":35,"381":191,"383":70,"39":121,"391":167,"396":5,"397":59,"40":71,"409":64,"41":92,"414":90,"415":185,"419":93,"42":60,"426":43,"43":63,"430":179,"433":8,"434":1,"44":30,"45":60,"46":260,"48":87,"49":141,"5":3448,"51":58,"52":68,"53":130,"56":11,"570":21,"6":471,"63":71,"7":924,"79":60,"8":189,"80":80,"9":310,"all_client":130832,"all_tv_clinet":26117,"insert_time":"2014-08-21T11:43:01.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105061,"10":60,"107":706,"11":973,"12":258,"13":565,"14":194,"15":365,"155":89,"156":50,"158":76,"159":69,"16":196,"160":31,"161":292,"167":102,"168":6,"17":388,"18":1385,"19":700,"20":222,"209":26,"21":700,"210":75,"211":26,"214":55,"215":567,"221":428,"223":1180,"224":173,"225":829,"23":616,"24":1799,"25":446,"257":141,"26":139,"268":9,"27":76,"273":183,"276":146,"279":52,"28":684,"281":52,"282":452,"291":97,"292":135,"30":49,"302":31,"306":4,"31":73,"314":11,"317":1,"32":82,"33":186,"34":58,"347":16,"35":75,"352":879,"36":223,"37":56,"38":588,"380":36,"381":192,"383":66,"39":122,"391":170,"396":5,"397":65,"40":74,"409":61,"41":94,"414":106,"415":190,"419":89,"42":58,"426":36,"43":63,"430":169,"433":8,"434":1,"44":24,"45":61,"46":264,"48":91,"49":148,"5":3407,"51":59,"52":70,"53":132,"56":13,"570":20,"6":458,"63":73,"7":918,"79":63,"8":198,"80":79,"9":328,"all_client":131217,"all_tv_clinet":26156,"insert_time":"2014-08-21T11:44:02.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105400,"10":64,"107":719,"11":981,"12":271,"13":555,"14":185,"15":332,"155":81,"156":49,"158":77,"159":72,"16":200,"160":32,"161":309,"167":101,"168":5,"17":402,"18":1368,"19":702,"20":226,"209":27,"21":705,"210":74,"211":28,"214":55,"215":569,"221":448,"223":1194,"224":179,"225":834,"23":624,"24":1818,"25":447,"257":141,"26":151,"268":9,"27":81,"273":170,"276":140,"279":49,"28":718,"281":55,"282":448,"291":94,"292":136,"30":49,"302":33,"306":4,"31":72,"314":10,"317":1,"32":72,"33":188,"34":61,"347":13,"35":78,"352":881,"36":228,"37":56,"38":585,"380":37,"381":195,"383":65,"39":129,"391":172,"396":6,"397":68,"40":71,"409":57,"41":95,"414":108,"415":196,"419":82,"42":59,"426":36,"43":69,"430":165,"433":7,"434":1,"44":25,"45":66,"46":271,"48":88,"49":154,"5":3302,"51":61,"52":72,"53":128,"56":14,"570":16,"6":481,"63":75,"7":918,"79":65,"8":205,"80":80,"9":324,"all_client":131619,"all_tv_clinet":26219,"insert_time":"2014-08-21T11:45:03.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105786,"10":70,"107":709,"11":969,"12":279,"13":547,"14":188,"15":309,"155":78,"156":48,"158":76,"159":74,"16":198,"160":32,"161":305,"167":98,"168":5,"17":413,"18":1345,"19":711,"20":230,"209":25,"21":710,"210":75,"211":26,"214":50,"215":561,"221":439,"223":1214,"224":181,"225":847,"23":637,"24":1871,"25":444,"257":146,"26":156,"268":9,"27":82,"273":160,"276":138,"279":52,"28":745,"281":55,"282":452,"291":94,"292":127,"30":51,"302":33,"306":2,"31":74,"314":7,"317":1,"32":67,"33":183,"34":63,"347":11,"35":83,"352":894,"36":225,"37":58,"38":581,"380":37,"381":189,"383":69,"389":1,"39":131,"391":172,"396":8,"397":70,"40":76,"409":67,"41":94,"414":116,"415":200,"419":80,"42":64,"426":33,"43":70,"430":161,"433":7,"434":1,"44":25,"45":70,"46":285,"48":84,"49":164,"5":3258,"51":59,"52":72,"53":130,"56":13,"570":14,"6":477,"63":75,"7":919,"79":65,"8":214,"80":83,"9":314,"all_client":132066,"all_tv_clinet":26280,"insert_time":"2014-08-21T11:46:04.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106102,"10":65,"107":709,"11":969,"12":278,"13":524,"14":187,"15":313,"155":75,"156":48,"158":73,"159":77,"16":197,"160":31,"161":312,"167":94,"168":5,"17":426,"18":1315,"19":741,"20":239,"209":25,"21":728,"210":74,"211":24,"214":47,"215":560,"221":446,"223":1219,"224":180,"225":852,"23":650,"24":1859,"25":448,"257":148,"26":160,"268":9,"27":81,"273":163,"276":136,"279":51,"28":765,"281":56,"282":453,"291":92,"292":106,"30":52,"302":35,"306":2,"31":75,"314":8,"317":1,"32":59,"33":180,"34":62,"347":10,"35":85,"352":887,"36":221,"37":63,"38":604,"380":38,"381":190,"383":72,"389":2,"39":131,"391":171,"396":9,"397":73,"40":74,"409":80,"41":92,"414":122,"415":206,"419":78,"42":67,"426":34,"43":68,"430":160,"433":7,"434":1,"44":26,"45":66,"46":301,"48":83,"49":168,"5":3186,"51":57,"52":72,"53":125,"56":14,"570":14,"6":476,"63":76,"7":930,"79":66,"8":224,"80":87,"9":309,"all_client":132411,"all_tv_clinet":26309,"insert_time":"2014-08-21T11:47:06.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106420,"10":64,"107":736,"11":976,"12":268,"13":526,"14":187,"15":310,"155":75,"156":49,"158":68,"159":80,"16":190,"160":34,"161":298,"167":92,"168":5,"17":437,"18":1295,"19":754,"20":240,"209":25,"21":740,"210":67,"211":23,"214":45,"215":566,"221":449,"223":1239,"224":178,"225":856,"23":659,"24":1893,"25":448,"257":148,"26":162,"268":9,"27":90,"273":168,"276":129,"279":49,"28":795,"281":56,"282":450,"291":90,"292":95,"30":57,"302":36,"306":5,"31":78,"314":8,"317":1,"32":63,"33":172,"34":66,"347":10,"35":87,"352":878,"36":215,"37":66,"38":619,"380":40,"381":187,"383":73,"389":2,"39":137,"391":165,"396":8,"397":73,"40":75,"409":86,"41":94,"414":120,"415":203,"419":80,"42":67,"426":31,"43":70,"430":153,"433":8,"434":1,"44":30,"45":64,"46":305,"48":80,"49":174,"5":3136,"51":59,"52":72,"53":124,"56":11,"570":14,"6":453,"63":75,"7":946,"79":65,"8":240,"80":88,"9":305,"all_client":132808,"all_tv_clinet":26388,"insert_time":"2014-08-21T11:48:07.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106812,"10":58,"107":744,"11":990,"12":258,"13":501,"14":185,"15":300,"155":76,"156":51,"158":67,"159":84,"16":199,"160":32,"161":310,"167":92,"168":4,"17":449,"18":1259,"19":774,"20":252,"209":28,"21":744,"210":68,"211":24,"214":46,"215":575,"221":443,"223":1250,"224":178,"225":854,"23":667,"24":1915,"25":457,"257":149,"26":168,"268":9,"27":93,"273":166,"276":134,"279":42,"28":811,"281":60,"282":453,"291":85,"292":84,"30":59,"302":35,"306":7,"31":82,"314":9,"317":1,"32":68,"33":169,"34":70,"347":11,"35":86,"352":904,"36":210,"37":67,"38":612,"380":39,"381":192,"383":75,"389":2,"39":137,"391":167,"396":9,"397":73,"40":72,"409":90,"41":94,"414":129,"415":201,"419":79,"42":69,"426":30,"43":73,"430":150,"433":8,"434":1,"44":28,"45":58,"46":297,"48":81,"49":184,"5":3081,"51":58,"52":68,"53":123,"56":10,"570":14,"6":418,"63":74,"7":967,"79":62,"8":244,"80":87,"9":322,"all_client":133256,"all_tv_clinet":26444,"insert_time":"2014-08-21T11:49:08.317Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107069,"10":58,"107":748,"11":1001,"12":257,"13":483,"14":185,"15":311,"155":78,"156":50,"158":67,"159":86,"16":196,"160":30,"161":309,"167":95,"168":4,"17":469,"18":1222,"19":770,"20":248,"209":32,"21":758,"210":67,"211":25,"214":46,"215":572,"221":431,"223":1239,"224":182,"225":857,"23":672,"24":1944,"25":461,"257":157,"26":170,"268":10,"27":97,"273":171,"276":136,"279":39,"28":818,"281":59,"282":458,"291":83,"292":74,"30":61,"302":34,"306":7,"31":82,"314":9,"317":1,"32":67,"33":170,"34":68,"347":12,"35":88,"352":926,"36":209,"37":66,"38":611,"380":41,"381":180,"383":75,"389":2,"39":133,"391":161,"396":7,"397":78,"40":74,"409":91,"41":100,"414":131,"415":200,"419":79,"42":68,"426":33,"43":75,"430":149,"433":8,"434":1,"44":26,"45":63,"46":296,"48":79,"49":185,"5":3030,"51":64,"52":68,"53":113,"56":10,"570":16,"6":397,"63":75,"7":1019,"79":61,"8":245,"80":89,"9":330,"all_client":133557,"all_tv_clinet":26488,"insert_time":"2014-08-21T11:50:09.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107475,"10":65,"107":747,"11":1023,"12":261,"13":471,"14":183,"15":310,"155":79,"156":50,"158":64,"159":88,"16":198,"160":27,"161":310,"167":97,"168":4,"17":479,"18":1198,"19":763,"20":251,"209":32,"21":769,"210":66,"211":26,"214":45,"215":577,"221":421,"223":1220,"224":184,"225":863,"23":686,"24":1971,"25":471,"257":157,"26":165,"268":10,"27":99,"273":170,"276":129,"279":36,"28":840,"281":59,"282":454,"291":83,"292":72,"30":58,"302":32,"306":8,"31":81,"314":7,"317":1,"32":68,"33":164,"34":74,"347":13,"35":91,"352":939,"36":221,"37":70,"38":598,"380":41,"381":182,"383":75,"389":2,"39":140,"391":158,"396":9,"397":81,"40":72,"409":96,"41":99,"414":135,"415":187,"419":76,"42":71,"426":31,"43":78,"430":157,"433":7,"434":1,"44":24,"45":64,"46":306,"48":79,"49":183,"5":2971,"51":64,"52":70,"53":113,"56":9,"570":17,"6":391,"63":77,"7":1034,"79":61,"8":255,"80":90,"9":332,"all_client":134011,"all_tv_clinet":26536,"insert_time":"2014-08-21T11:51:10.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107946,"10":71,"107":737,"11":1034,"12":251,"13":465,"14":189,"15":299,"155":79,"156":49,"158":62,"159":87,"16":200,"160":30,"161":306,"167":97,"168":4,"17":492,"18":1187,"19":769,"20":257,"209":31,"21":758,"210":63,"211":23,"214":43,"215":574,"221":424,"223":1220,"224":185,"225":889,"23":700,"24":1982,"25":479,"257":154,"26":166,"268":10,"27":101,"273":172,"276":124,"279":37,"28":858,"281":59,"282":451,"291":83,"292":73,"30":56,"302":34,"306":10,"31":85,"314":9,"317":1,"32":65,"33":169,"34":76,"347":13,"35":93,"352":932,"36":211,"37":66,"38":611,"380":43,"381":177,"383":72,"389":1,"39":149,"391":153,"396":9,"397":80,"40":71,"409":94,"41":95,"414":133,"415":179,"419":79,"42":70,"426":35,"43":76,"430":162,"433":6,"434":1,"44":25,"45":68,"46":319,"48":83,"49":188,"5":2933,"51":73,"52":73,"53":121,"56":9,"570":18,"6":398,"63":76,"7":1018,"79":60,"8":264,"80":91,"9":329,"all_client":134532,"all_tv_clinet":26586,"insert_time":"2014-08-21T11:52:11.645Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108282,"10":71,"107":748,"11":1042,"12":255,"13":445,"14":190,"15":306,"155":83,"156":47,"158":60,"159":89,"16":201,"160":30,"161":307,"167":99,"168":5,"17":490,"18":1180,"19":751,"20":273,"209":30,"21":753,"210":61,"211":22,"214":43,"215":558,"221":445,"223":1224,"224":192,"225":908,"23":716,"24":1990,"25":489,"257":141,"26":166,"268":8,"27":104,"273":173,"276":119,"279":40,"28":874,"281":61,"282":450,"291":84,"292":71,"30":56,"302":30,"306":12,"31":91,"314":11,"317":1,"32":69,"33":169,"34":76,"347":11,"35":91,"352":931,"36":207,"37":63,"38":608,"380":43,"381":180,"383":72,"389":1,"39":150,"391":150,"396":8,"397":81,"40":71,"409":86,"41":88,"414":131,"415":173,"419":75,"42":68,"426":34,"43":77,"430":173,"431":1,"433":6,"434":1,"44":25,"45":67,"46":320,"48":92,"49":197,"5":2916,"51":70,"52":75,"53":126,"56":9,"570":18,"6":409,"63":76,"7":1011,"79":57,"8":269,"80":90,"9":321,"all_client":134919,"all_tv_clinet":26637,"insert_time":"2014-08-21T11:53:13.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108634,"10":70,"107":733,"11":1051,"12":266,"13":446,"14":183,"15":312,"155":87,"156":46,"158":63,"159":88,"16":202,"160":30,"161":299,"167":95,"168":7,"17":491,"18":1178,"19":755,"20":277,"209":31,"21":754,"210":58,"211":21,"214":42,"215":551,"221":434,"223":1230,"224":205,"225":900,"23":721,"24":2020,"25":498,"257":144,"26":165,"268":8,"27":102,"273":183,"276":120,"279":40,"28":886,"281":61,"282":443,"291":87,"292":73,"30":55,"302":31,"306":13,"31":101,"314":13,"317":1,"32":71,"33":168,"34":79,"347":11,"35":96,"352":939,"36":201,"37":65,"38":618,"380":44,"381":173,"383":66,"389":1,"39":151,"391":143,"396":6,"397":86,"40":73,"409":73,"41":93,"414":129,"415":179,"419":75,"42":73,"426":37,"43":80,"430":176,"431":1,"433":6,"434":1,"44":24,"45":68,"46":327,"48":87,"49":204,"5":2877,"51":69,"52":75,"53":124,"56":10,"570":18,"6":409,"63":75,"7":1018,"79":57,"8":277,"80":92,"9":327,"all_client":135356,"all_tv_clinet":26722,"insert_time":"2014-08-21T11:54:14.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108866,"10":74,"107":740,"11":1047,"12":265,"13":456,"14":170,"15":330,"155":89,"156":47,"158":64,"159":89,"16":193,"160":26,"161":279,"167":96,"168":8,"17":489,"18":1175,"19":761,"20":279,"209":28,"21":755,"210":56,"211":20,"214":41,"215":540,"221":445,"223":1246,"224":207,"225":904,"23":732,"24":2043,"25":495,"257":150,"26":164,"268":8,"27":105,"273":188,"276":117,"279":43,"28":909,"281":60,"282":447,"291":84,"292":76,"30":56,"302":32,"306":13,"31":106,"314":12,"317":1,"32":71,"33":168,"34":82,"347":11,"35":97,"352":959,"36":207,"37":68,"38":624,"380":44,"381":157,"383":68,"389":1,"39":159,"391":139,"396":7,"397":89,"40":76,"409":67,"41":98,"414":131,"415":177,"419":74,"42":75,"426":39,"43":77,"430":182,"431":1,"433":9,"434":1,"44":24,"45":68,"46":321,"48":82,"49":211,"5":2843,"51":73,"52":72,"53":129,"56":10,"570":16,"6":416,"63":76,"7":1022,"79":54,"8":280,"80":90,"9":331,"all_client":135702,"all_tv_clinet":26836,"insert_time":"2014-08-21T11:55:15.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109252,"10":76,"107":731,"11":1059,"12":248,"13":453,"14":154,"15":330,"155":91,"156":50,"158":61,"159":89,"16":192,"160":23,"161":264,"167":95,"168":7,"17":500,"18":1144,"19":769,"20":283,"209":30,"21":760,"210":57,"211":18,"214":46,"215":528,"221":455,"223":1260,"224":215,"225":925,"23":736,"24":2076,"25":498,"257":155,"26":165,"268":7,"27":105,"273":195,"276":116,"279":42,"28":927,"281":55,"282":445,"291":84,"292":73,"30":58,"302":31,"306":13,"31":111,"314":11,"317":1,"32":65,"33":160,"34":86,"347":12,"35":99,"352":970,"36":211,"37":71,"38":636,"380":44,"381":153,"383":65,"389":1,"39":162,"391":133,"396":10,"397":93,"40":76,"409":59,"41":97,"414":131,"415":170,"419":72,"42":81,"426":39,"43":83,"430":192,"431":1,"433":10,"434":1,"44":23,"45":71,"46":314,"48":80,"49":217,"5":2794,"51":75,"52":76,"53":130,"56":13,"570":16,"6":400,"63":77,"7":1039,"79":57,"8":286,"80":82,"9":333,"all_client":136135,"all_tv_clinet":26883,"insert_time":"2014-08-21T11:56:16.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109620,"10":76,"107":739,"11":1082,"12":213,"13":455,"14":158,"15":299,"155":96,"156":47,"158":60,"159":90,"16":194,"160":23,"161":262,"167":92,"168":7,"17":521,"18":1116,"19":735,"20":289,"209":31,"21":770,"210":69,"211":19,"214":47,"215":520,"221":468,"223":1265,"224":217,"225":950,"23":735,"24":2120,"25":503,"257":158,"26":158,"268":6,"27":107,"273":197,"276":117,"279":43,"28":935,"281":53,"282":441,"291":86,"292":82,"30":56,"302":31,"306":8,"31":117,"314":13,"317":1,"32":62,"33":162,"34":92,"347":12,"35":97,"352":968,"36":213,"37":70,"38":642,"380":47,"381":152,"383":69,"389":1,"39":166,"391":128,"396":13,"397":93,"40":77,"409":65,"41":103,"414":130,"415":159,"419":67,"42":81,"426":43,"43":86,"430":198,"431":1,"433":12,"434":1,"44":24,"45":71,"46":312,"48":88,"49":220,"5":2715,"51":70,"52":77,"53":137,"56":12,"570":15,"6":402,"63":80,"7":1065,"79":58,"8":290,"80":78,"9":348,"all_client":136569,"all_tv_clinet":26949,"insert_time":"2014-08-21T11:57:17.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109945,"10":78,"107":750,"11":1104,"12":199,"13":459,"14":155,"15":262,"155":100,"156":44,"158":55,"159":88,"16":190,"160":26,"161":274,"167":92,"168":7,"17":557,"18":1082,"19":693,"20":293,"209":38,"21":779,"210":72,"211":20,"214":48,"215":518,"221":467,"223":1285,"224":213,"225":971,"23":738,"24":2188,"25":516,"257":160,"26":159,"268":6,"27":111,"273":187,"276":117,"279":40,"28":957,"281":51,"282":432,"291":87,"292":93,"30":56,"302":30,"306":8,"31":117,"314":12,"317":1,"32":63,"33":165,"34":97,"347":9,"35":101,"352":984,"36":221,"37":71,"38":653,"380":48,"381":155,"383":67,"389":1,"39":169,"391":122,"396":9,"397":93,"40":85,"409":67,"41":97,"414":132,"415":160,"419":64,"42":82,"426":45,"43":88,"430":205,"431":1,"433":12,"434":1,"44":25,"45":74,"46":316,"48":87,"49":218,"5":2633,"51":73,"52":77,"53":133,"56":11,"570":14,"6":395,"63":79,"7":1078,"79":62,"8":297,"80":70,"9":359,"all_client":136998,"all_tv_clinet":27053,"insert_time":"2014-08-21T11:58:18.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110340,"10":80,"107":757,"11":1114,"12":192,"13":467,"14":151,"15":241,"155":101,"156":41,"158":53,"159":93,"16":191,"160":27,"161":286,"167":93,"168":8,"17":577,"18":1055,"19":661,"20":297,"209":40,"21":765,"210":79,"211":19,"214":50,"215":516,"221":469,"223":1311,"224":211,"225":970,"23":745,"24":2233,"25":515,"257":163,"26":163,"268":7,"27":114,"273":165,"276":116,"279":42,"28":979,"281":45,"282":419,"291":83,"292":99,"30":58,"302":29,"306":10,"31":120,"314":13,"317":1,"32":63,"33":168,"34":97,"347":9,"35":108,"352":1005,"36":229,"37":70,"38":652,"380":48,"381":156,"383":65,"389":2,"39":175,"391":116,"396":12,"397":94,"40":85,"409":70,"41":94,"414":134,"415":152,"419":61,"42":87,"426":47,"43":91,"430":212,"433":12,"434":1,"44":25,"45":75,"46":319,"48":86,"49":222,"5":2572,"51":76,"52":73,"53":141,"56":11,"570":15,"6":366,"63":84,"7":1100,"79":64,"8":296,"80":61,"9":356,"all_client":137431,"all_tv_clinet":27091,"insert_time":"2014-08-21T11:59:19.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110718,"10":79,"107":750,"11":1121,"12":185,"13":486,"14":144,"15":232,"155":102,"156":39,"158":50,"159":92,"16":192,"160":23,"161":291,"167":100,"168":8,"17":596,"18":1053,"19":646,"20":304,"209":39,"21":791,"210":76,"211":21,"214":53,"215":502,"221":452,"223":1349,"224":211,"225":1001,"23":750,"24":2274,"25":521,"257":164,"26":167,"268":5,"27":120,"273":146,"276":114,"279":42,"28":978,"281":45,"282":406,"291":85,"292":102,"30":59,"302":26,"306":9,"31":126,"314":12,"317":1,"32":60,"33":171,"34":107,"347":8,"35":110,"352":996,"36":230,"37":68,"38":639,"380":47,"381":163,"383":71,"389":2,"39":176,"391":119,"396":12,"397":96,"40":87,"409":71,"41":98,"414":130,"415":149,"419":55,"42":87,"426":53,"43":93,"430":214,"433":10,"434":1,"44":25,"45":75,"46":333,"48":83,"49":230,"5":2559,"51":75,"52":73,"53":141,"56":12,"570":17,"6":346,"63":84,"7":1136,"79":62,"8":305,"80":59,"9":319,"all_client":137915,"all_tv_clinet":27197,"insert_time":"2014-08-21T12:00:20.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111111,"10":83,"107":747,"11":1135,"12":187,"13":481,"14":145,"15":221,"155":105,"156":34,"158":50,"159":92,"16":184,"160":25,"161":288,"167":102,"168":8,"17":609,"18":1034,"19":644,"20":308,"209":38,"21":799,"210":71,"211":21,"214":53,"215":500,"221":432,"223":1358,"224":209,"225":1012,"23":747,"24":2314,"25":524,"257":160,"26":166,"268":5,"27":121,"273":141,"276":113,"279":42,"28":987,"281":47,"282":402,"291":86,"292":94,"30":58,"302":25,"306":8,"31":131,"314":12,"317":1,"32":58,"33":171,"34":116,"347":10,"35":111,"352":989,"36":223,"37":70,"38":643,"380":47,"381":167,"383":69,"389":2,"39":178,"391":109,"396":12,"397":97,"40":91,"409":75,"41":101,"414":118,"415":138,"419":56,"42":89,"426":63,"43":94,"430":214,"433":10,"434":1,"44":27,"45":75,"46":344,"48":91,"49":236,"5":2550,"51":75,"52":79,"53":140,"56":11,"570":19,"6":334,"63":87,"7":1142,"79":64,"8":313,"80":55,"9":313,"all_client":138347,"all_tv_clinet":27236,"insert_time":"2014-08-21T12:01:22.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111459,"10":88,"107":740,"11":1138,"12":171,"13":520,"14":138,"15":196,"155":110,"156":32,"158":45,"159":92,"16":179,"160":25,"161":283,"167":109,"168":7,"17":619,"18":1019,"19":661,"20":313,"209":35,"21":815,"210":60,"211":22,"214":53,"215":494,"221":442,"223":1389,"224":203,"225":1031,"23":744,"24":2342,"25":523,"257":155,"26":162,"268":5,"27":120,"273":132,"276":112,"279":39,"28":990,"281":48,"282":400,"291":86,"292":94,"30":56,"302":27,"306":7,"31":144,"314":11,"317":1,"32":54,"33":182,"34":121,"347":9,"35":116,"352":972,"36":219,"37":70,"38":659,"380":48,"381":174,"383":70,"389":1,"39":179,"391":106,"396":14,"397":98,"40":93,"409":76,"41":105,"414":121,"415":138,"419":58,"42":88,"426":63,"43":98,"430":212,"433":11,"434":1,"44":29,"45":75,"46":338,"48":93,"49":244,"5":2560,"51":77,"52":82,"53":138,"56":12,"570":17,"6":331,"63":86,"7":1099,"79":65,"8":328,"80":55,"9":308,"all_client":138779,"all_tv_clinet":27320,"insert_time":"2014-08-21T12:02:23.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111679,"10":88,"107":741,"11":1153,"12":166,"13":530,"14":138,"15":188,"155":113,"156":32,"158":41,"159":94,"16":178,"160":27,"161":287,"167":106,"168":7,"17":650,"18":1008,"19":693,"20":304,"209":33,"21":815,"210":58,"211":21,"214":53,"215":491,"221":453,"223":1409,"224":202,"225":1023,"23":742,"24":2352,"25":530,"257":150,"26":174,"268":6,"27":116,"273":142,"276":116,"279":38,"28":995,"281":50,"282":384,"291":85,"292":83,"30":57,"302":32,"306":6,"31":141,"314":11,"317":1,"32":54,"33":195,"34":127,"347":9,"35":118,"352":1004,"36":219,"37":72,"38":670,"380":47,"381":178,"383":67,"389":1,"39":175,"391":98,"396":14,"397":99,"40":96,"409":82,"41":101,"414":130,"415":141,"419":65,"42":91,"426":56,"43":102,"430":219,"433":12,"434":1,"44":33,"45":79,"46":343,"48":96,"49":249,"5":2566,"51":76,"52":82,"53":139,"56":11,"570":15,"6":328,"63":85,"7":1085,"79":64,"8":331,"80":54,"9":313,"all_client":139184,"all_tv_clinet":27505,"insert_time":"2014-08-21T12:03:24.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111972,"10":88,"107":729,"11":1171,"12":163,"13":541,"14":138,"15":181,"155":113,"156":30,"158":37,"159":95,"16":183,"160":26,"161":302,"167":103,"168":9,"17":628,"18":1015,"19":704,"20":310,"209":35,"21":817,"210":57,"211":19,"214":56,"215":491,"221":469,"223":1426,"224":198,"225":1029,"23":755,"24":2336,"25":527,"257":153,"26":179,"268":8,"27":117,"273":138,"276":116,"279":35,"28":1003,"281":48,"282":380,"291":86,"292":83,"30":58,"302":31,"306":6,"31":131,"314":13,"317":1,"32":53,"33":200,"34":126,"347":10,"35":122,"352":986,"36":223,"37":73,"38":691,"380":50,"381":182,"383":62,"389":1,"39":180,"391":94,"396":14,"397":98,"40":93,"409":81,"41":101,"414":131,"415":136,"419":64,"42":94,"426":47,"43":104,"430":223,"433":12,"434":1,"44":34,"45":80,"46":335,"48":92,"49":248,"5":2599,"51":76,"52":84,"53":141,"56":11,"570":14,"6":325,"63":85,"7":1088,"79":68,"8":334,"80":53,"9":325,"all_client":139583,"all_tv_clinet":27611,"insert_time":"2014-08-21T12:04:25.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112289,"10":85,"107":734,"11":1169,"12":158,"13":540,"14":135,"15":180,"155":114,"156":27,"158":34,"159":93,"16":188,"160":24,"161":316,"167":105,"168":9,"17":567,"18":1053,"19":738,"20":312,"209":38,"21":816,"210":56,"211":18,"214":55,"215":508,"221":470,"223":1423,"224":195,"225":1024,"23":753,"24":2339,"25":524,"257":152,"26":190,"268":9,"27":115,"273":138,"276":118,"279":32,"28":1016,"281":48,"282":366,"291":86,"292":82,"30":59,"302":32,"306":6,"31":132,"314":14,"317":1,"32":52,"33":201,"34":137,"347":12,"35":126,"352":988,"36":225,"37":77,"38":694,"380":50,"381":177,"383":60,"39":177,"391":90,"396":11,"397":98,"40":93,"409":69,"41":95,"414":128,"415":139,"419":68,"42":90,"426":45,"43":98,"430":226,"433":10,"434":1,"44":33,"45":79,"46":334,"48":92,"49":252,"5":2652,"51":74,"52":88,"53":138,"56":10,"570":14,"6":322,"63":82,"7":1080,"79":71,"8":337,"80":53,"9":357,"all_client":139990,"all_tv_clinet":27701,"insert_time":"2014-08-21T12:05:26.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112524,"10":81,"107":734,"11":1101,"12":169,"13":548,"14":137,"15":178,"155":115,"156":25,"158":35,"159":97,"16":192,"160":23,"161":322,"167":111,"168":10,"17":500,"18":1102,"19":761,"20":308,"209":39,"21":818,"210":53,"211":18,"214":55,"215":519,"221":478,"223":1445,"224":195,"225":1021,"23":765,"24":2328,"25":512,"257":154,"26":194,"268":8,"27":125,"273":146,"276":115,"279":34,"28":1047,"281":47,"282":359,"291":86,"292":85,"30":59,"302":33,"306":6,"31":131,"314":14,"317":1,"32":55,"33":199,"34":141,"347":12,"35":127,"352":969,"36":228,"37":84,"38":698,"380":51,"381":182,"383":62,"39":184,"391":91,"396":10,"397":96,"40":91,"409":63,"41":94,"414":127,"415":133,"419":66,"42":94,"426":42,"43":98,"430":226,"433":10,"434":1,"44":32,"45":78,"46":333,"48":94,"49":254,"5":2737,"51":77,"52":90,"53":130,"56":8,"570":18,"6":310,"63":82,"7":1077,"79":72,"8":341,"80":54,"9":379,"all_client":140363,"all_tv_clinet":27839,"insert_time":"2014-08-21T12:06:27.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112813,"10":79,"107":749,"11":987,"12":167,"13":573,"14":161,"15":172,"155":118,"156":23,"158":38,"159":98,"16":195,"160":23,"161":313,"167":112,"168":10,"17":448,"18":1129,"19":792,"20":287,"209":43,"21":831,"210":54,"211":17,"214":57,"215":529,"221":495,"223":1494,"224":190,"225":989,"23":774,"24":2299,"25":479,"257":156,"26":199,"268":8,"27":129,"273":149,"276":114,"279":28,"28":1071,"281":47,"282":353,"291":85,"292":84,"30":61,"302":32,"306":5,"31":139,"314":15,"32":53,"33":206,"34":143,"347":13,"35":135,"352":959,"36":230,"37":86,"38":706,"380":51,"381":182,"383":65,"39":190,"391":84,"396":10,"397":100,"40":90,"409":57,"41":97,"414":135,"415":127,"419":67,"42":96,"426":36,"43":97,"430":224,"433":10,"434":1,"44":29,"45":80,"46":334,"48":96,"49":256,"5":2870,"51":78,"52":93,"53":130,"56":8,"570":17,"6":290,"63":80,"7":1078,"79":72,"8":349,"80":50,"9":403,"all_client":140776,"all_tv_clinet":27963,"insert_time":"2014-08-21T12:07:28.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113089,"10":78,"107":768,"11":878,"12":168,"13":580,"14":163,"15":174,"155":118,"156":23,"158":41,"159":98,"16":195,"160":22,"161":300,"167":116,"168":10,"17":416,"18":1161,"19":811,"20":273,"209":47,"21":825,"210":51,"211":16,"214":58,"215":547,"221":484,"223":1534,"224":188,"225":930,"23":801,"24":2260,"25":462,"257":161,"26":206,"268":9,"27":134,"273":155,"276":113,"279":27,"28":1096,"281":46,"282":342,"291":88,"292":86,"30":65,"302":31,"306":3,"31":144,"314":13,"32":54,"33":211,"34":149,"347":14,"35":148,"352":999,"36":241,"37":84,"38":702,"380":49,"381":184,"383":67,"39":203,"391":79,"396":10,"397":100,"40":101,"409":58,"41":102,"414":142,"415":120,"419":63,"42":93,"426":31,"43":99,"430":222,"433":10,"434":1,"44":28,"45":83,"46":329,"48":99,"49":261,"5":3009,"51":79,"52":99,"53":129,"56":7,"570":17,"6":282,"63":79,"7":1084,"79":71,"8":337,"80":45,"9":412,"all_client":141190,"all_tv_clinet":28101,"insert_time":"2014-08-21T12:08:29.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113369,"10":78,"107":801,"11":764,"12":176,"13":588,"14":165,"15":179,"155":119,"156":21,"158":41,"159":100,"16":194,"160":24,"161":285,"167":118,"168":10,"17":392,"18":1194,"19":840,"20":268,"209":52,"21":849,"210":44,"211":17,"214":60,"215":555,"221":475,"223":1548,"224":184,"225":891,"23":811,"24":2218,"25":447,"257":157,"26":216,"268":10,"27":135,"273":157,"276":111,"279":27,"28":1127,"281":43,"282":336,"291":89,"292":87,"30":65,"302":28,"306":3,"31":147,"314":14,"32":55,"33":209,"34":163,"347":16,"35":149,"352":1014,"36":237,"37":78,"38":716,"380":45,"381":178,"383":65,"39":205,"391":74,"396":9,"397":102,"40":106,"409":60,"41":116,"414":140,"415":120,"419":63,"42":85,"426":28,"43":109,"430":220,"433":10,"434":1,"44":33,"45":84,"46":312,"48":104,"49":263,"5":3154,"51":91,"52":100,"53":139,"56":7,"570":17,"6":271,"63":78,"7":1077,"79":76,"8":319,"80":46,"9":430,"all_client":141603,"all_tv_clinet":28234,"insert_time":"2014-08-21T12:09:30.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113651,"10":80,"107":825,"11":717,"12":189,"13":605,"14":156,"15":195,"155":121,"156":20,"158":44,"159":101,"16":196,"160":22,"161":275,"167":129,"168":10,"17":371,"18":1227,"19":839,"20":266,"209":56,"21":854,"210":47,"211":18,"214":64,"215":564,"221":473,"223":1544,"224":177,"225":865,"23":790,"24":2180,"25":455,"257":162,"26":204,"268":9,"27":141,"273":153,"276":110,"279":27,"28":1167,"281":43,"282":329,"291":91,"292":88,"30":76,"302":29,"306":2,"31":156,"314":10,"32":60,"33":211,"34":169,"347":20,"35":146,"352":1013,"36":245,"37":74,"38":710,"380":44,"381":181,"383":71,"39":205,"391":76,"396":9,"397":104,"40":114,"409":64,"41":130,"414":144,"415":125,"419":61,"42":78,"426":25,"43":107,"430":215,"433":10,"434":1,"44":37,"45":85,"46":298,"48":99,"49":261,"5":3274,"51":93,"52":101,"53":140,"56":9,"570":17,"6":259,"63":78,"7":1076,"79":74,"8":291,"80":46,"9":426,"all_client":141999,"all_tv_clinet":28348,"insert_time":"2014-08-21T12:10:31.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113907,"10":80,"107":846,"11":677,"12":201,"13":620,"14":157,"15":196,"155":122,"156":17,"158":44,"159":101,"16":197,"160":21,"161":262,"167":133,"168":10,"17":355,"18":1243,"19":852,"20":276,"209":57,"21":870,"210":47,"211":19,"214":66,"215":566,"221":478,"223":1542,"224":172,"225":864,"23":749,"24":2180,"25":450,"257":165,"26":214,"268":9,"27":152,"273":152,"276":111,"279":30,"28":1201,"281":43,"282":322,"291":92,"292":89,"30":83,"302":28,"306":2,"31":163,"314":12,"32":62,"33":211,"34":174,"347":22,"35":140,"352":1008,"36":250,"37":71,"38":701,"380":40,"381":181,"383":70,"39":201,"391":75,"396":8,"397":106,"40":119,"409":64,"41":137,"414":149,"415":131,"419":64,"42":76,"426":23,"43":113,"430":219,"433":10,"434":1,"44":40,"45":86,"46":295,"48":90,"49":242,"5":3389,"51":102,"52":98,"53":139,"56":9,"570":16,"6":259,"63":72,"7":1069,"79":74,"8":272,"80":47,"9":423,"all_client":142393,"all_tv_clinet":28486,"insert_time":"2014-08-21T12:11:33.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114199,"10":83,"107":854,"11":635,"12":208,"13":642,"14":159,"15":193,"155":121,"156":16,"158":45,"159":100,"16":201,"160":21,"161":264,"167":136,"168":8,"17":348,"18":1244,"19":827,"20":291,"209":57,"21":859,"210":49,"211":20,"214":66,"215":564,"221":480,"223":1545,"224":167,"225":872,"23":711,"24":2197,"25":448,"257":166,"26":215,"268":8,"27":157,"273":158,"276":111,"279":29,"28":1218,"281":45,"282":322,"291":93,"292":96,"30":92,"302":24,"306":2,"31":183,"314":12,"32":59,"33":216,"34":185,"347":23,"35":132,"352":1013,"36":258,"37":68,"38":710,"380":40,"381":184,"383":67,"39":194,"391":74,"396":8,"397":106,"40":125,"409":63,"41":138,"414":159,"415":145,"419":62,"42":69,"426":22,"43":117,"430":225,"433":11,"434":1,"44":39,"45":84,"46":290,"48":89,"49":226,"5":3464,"51":105,"52":95,"53":139,"56":10,"570":16,"6":260,"63":72,"7":1062,"79":74,"8":267,"80":47,"9":411,"all_client":142785,"all_tv_clinet":28586,"insert_time":"2014-08-21T12:12:34.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114468,"10":75,"107":835,"11":604,"12":218,"13":664,"14":162,"15":188,"155":120,"156":21,"158":40,"159":104,"16":195,"160":22,"161":262,"167":147,"168":7,"17":349,"18":1242,"19":803,"20":302,"209":55,"21":885,"210":50,"211":20,"214":64,"215":564,"221":473,"223":1544,"224":169,"225":881,"23":695,"24":2213,"25":447,"257":166,"26":212,"268":7,"27":154,"273":161,"276":109,"279":32,"28":1235,"281":47,"282":319,"291":94,"292":101,"30":96,"302":21,"306":2,"31":191,"314":11,"32":60,"33":220,"34":197,"347":23,"35":125,"352":1025,"36":264,"37":66,"38":702,"380":38,"381":192,"383":66,"39":180,"391":72,"396":6,"397":105,"40":131,"409":64,"41":132,"414":163,"415":165,"419":61,"42":65,"426":19,"43":123,"430":227,"433":12,"434":1,"44":43,"45":81,"46":285,"48":90,"49":216,"5":3571,"51":104,"52":93,"53":131,"56":10,"570":15,"6":275,"63":70,"7":1058,"79":80,"8":255,"80":44,"9":408,"all_client":143179,"all_tv_clinet":28711,"insert_time":"2014-08-21T12:13:35.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114709,"10":70,"107":849,"11":581,"12":237,"13":667,"14":174,"15":195,"155":120,"156":28,"158":38,"159":105,"16":203,"160":27,"161":280,"167":146,"168":7,"17":348,"18":1234,"19":753,"20":317,"209":59,"21":892,"210":49,"211":20,"214":63,"215":572,"221":472,"223":1551,"224":169,"225":891,"23":690,"24":2263,"25":457,"257":160,"26":203,"268":9,"27":142,"273":150,"276":111,"279":31,"28":1233,"281":46,"282":311,"291":96,"292":103,"30":94,"302":21,"306":2,"31":192,"314":10,"32":62,"33":228,"34":207,"347":26,"35":115,"352":1000,"36":256,"37":66,"38":707,"380":37,"381":196,"383":62,"39":178,"391":71,"396":5,"397":105,"40":140,"409":69,"41":145,"414":163,"415":175,"419":55,"42":67,"426":20,"43":126,"430":231,"433":13,"434":1,"44":43,"45":83,"46":281,"48":84,"49":207,"5":3653,"51":102,"52":88,"53":124,"56":10,"570":13,"6":272,"63":69,"7":1046,"79":78,"8":254,"80":41,"9":404,"all_client":143528,"all_tv_clinet":28819,"insert_time":"2014-08-21T12:14:36.317Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114955,"10":67,"107":860,"11":572,"12":242,"13":668,"14":176,"15":199,"155":120,"156":28,"158":40,"159":109,"16":216,"160":23,"161":290,"167":150,"168":6,"17":356,"18":1222,"19":721,"20":325,"209":64,"21":900,"210":49,"211":17,"214":63,"215":584,"221":472,"223":1574,"224":165,"225":902,"23":691,"24":2272,"25":461,"257":167,"26":194,"268":11,"27":129,"273":133,"276":111,"279":33,"28":1218,"281":47,"282":304,"291":96,"292":98,"30":92,"302":21,"306":1,"31":195,"314":13,"32":63,"33":236,"34":210,"347":30,"35":114,"352":987,"36":256,"37":64,"38":697,"380":37,"381":194,"383":58,"389":1,"39":171,"391":69,"396":4,"397":104,"40":150,"409":70,"41":154,"414":160,"415":182,"419":52,"42":66,"426":22,"43":128,"430":236,"433":14,"434":1,"44":40,"45":86,"46":289,"48":83,"49":196,"5":3723,"51":107,"52":83,"53":128,"56":12,"570":13,"6":261,"63":67,"7":1059,"79":82,"8":248,"80":40,"9":390,"all_client":143859,"all_tv_clinet":28904,"insert_time":"2014-08-21T12:15:37.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115270,"10":67,"107":889,"11":574,"12":226,"13":681,"14":187,"15":201,"155":126,"156":30,"158":42,"159":105,"16":225,"160":23,"161":294,"167":151,"168":5,"17":353,"18":1215,"19":706,"20":332,"209":62,"21":883,"210":49,"211":16,"214":67,"215":586,"221":467,"223":1601,"224":162,"225":904,"23":682,"24":2294,"25":458,"257":163,"26":193,"268":12,"27":121,"273":121,"276":109,"279":31,"28":1150,"281":46,"282":297,"291":97,"292":98,"30":85,"302":22,"306":1,"31":185,"314":14,"32":71,"33":241,"34":195,"347":35,"35":115,"352":1002,"36":261,"37":63,"38":694,"380":35,"381":191,"383":58,"389":1,"39":167,"391":70,"396":3,"397":104,"40":161,"409":75,"41":171,"414":154,"415":181,"419":50,"42":70,"426":27,"43":132,"430":235,"431":1,"433":14,"434":2,"44":42,"45":96,"46":286,"48":85,"49":193,"5":3781,"51":110,"52":80,"53":125,"56":12,"570":12,"6":269,"63":67,"7":1091,"79":77,"8":248,"80":41,"9":380,"all_client":144252,"all_tv_clinet":28982,"insert_time":"2014-08-21T12:16:38.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115548,"10":72,"107":889,"11":565,"12":218,"13":703,"14":190,"15":195,"155":127,"156":32,"158":44,"159":107,"16":231,"160":18,"161":311,"167":153,"168":5,"17":357,"18":1202,"19":702,"20":333,"209":64,"21":858,"210":47,"211":15,"214":68,"215":588,"221":455,"223":1645,"224":166,"225":917,"23":678,"24":2297,"25":464,"257":166,"26":189,"268":12,"27":119,"273":129,"276":103,"279":33,"28":1102,"281":47,"282":299,"291":97,"292":94,"30":83,"302":20,"306":1,"31":168,"314":15,"32":73,"33":250,"34":169,"347":42,"35":115,"352":1004,"36":274,"37":65,"38":674,"380":35,"381":190,"383":58,"389":1,"39":170,"391":68,"396":3,"397":104,"40":154,"409":81,"41":167,"414":134,"415":188,"419":44,"42":74,"426":33,"43":126,"430":237,"431":1,"433":14,"434":2,"44":51,"45":106,"46":282,"48":87,"49":195,"5":3870,"51":109,"52":79,"53":138,"56":12,"570":11,"6":273,"63":67,"7":1109,"79":77,"8":251,"80":42,"9":359,"all_client":144609,"all_tv_clinet":29061,"insert_time":"2014-08-21T12:17:39.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115824,"10":75,"107":893,"11":558,"12":226,"13":722,"14":193,"15":196,"155":126,"156":33,"158":48,"159":109,"16":226,"160":18,"161":335,"167":152,"168":4,"17":368,"18":1204,"19":721,"20":341,"209":67,"21":830,"210":46,"211":20,"214":67,"215":593,"221":444,"223":1661,"224":167,"225":907,"23":681,"24":2295,"25":457,"257":167,"26":182,"268":13,"27":117,"273":143,"276":102,"279":27,"28":1064,"281":45,"282":302,"291":100,"292":94,"30":84,"302":19,"31":155,"314":13,"32":66,"33":258,"34":156,"347":54,"35":116,"352":1019,"36":276,"37":65,"38":699,"380":36,"381":190,"383":58,"389":1,"39":166,"391":68,"396":3,"397":107,"40":142,"409":86,"41":159,"414":130,"415":191,"419":40,"42":75,"426":34,"43":112,"430":235,"431":1,"433":13,"434":2,"44":54,"45":102,"46":273,"48":90,"49":207,"5":3948,"51":101,"52":78,"53":141,"56":12,"570":8,"6":277,"63":66,"7":1124,"79":78,"8":252,"80":43,"9":360,"all_client":145006,"all_tv_clinet":29182,"insert_time":"2014-08-21T12:18:40.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116095,"10":75,"107":894,"11":532,"12":231,"13":731,"14":185,"15":200,"155":123,"156":36,"158":49,"159":112,"16":222,"160":14,"161":366,"167":153,"168":4,"17":375,"18":1230,"19":760,"20":344,"209":69,"21":803,"210":48,"211":22,"214":65,"215":598,"221":425,"223":1666,"224":156,"225":940,"23":692,"24":2277,"25":445,"257":166,"26":177,"268":15,"27":117,"273":148,"276":99,"279":30,"28":1038,"281":44,"282":304,"291":99,"292":89,"30":81,"302":19,"31":135,"314":13,"32":65,"33":259,"34":152,"347":68,"35":113,"352":1028,"36":280,"37":64,"38":715,"380":35,"381":192,"383":61,"389":1,"39":163,"391":69,"396":3,"397":106,"40":125,"409":90,"41":139,"414":125,"415":192,"419":39,"42":78,"426":37,"43":100,"430":233,"433":13,"434":2,"44":52,"45":96,"46":266,"48":82,"49":203,"5":4029,"51":95,"52":77,"53":132,"56":13,"570":8,"6":284,"63":66,"7":1138,"79":81,"8":255,"80":47,"9":368,"all_client":145350,"all_tv_clinet":29255,"insert_time":"2014-08-21T12:19:41.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116374,"10":73,"107":883,"11":547,"12":232,"13":731,"14":186,"15":200,"155":123,"156":34,"158":50,"159":114,"16":225,"160":15,"161":384,"167":160,"168":4,"17":387,"18":1255,"19":785,"20":347,"209":69,"21":776,"210":45,"211":25,"214":68,"215":598,"221":421,"223":1629,"224":159,"225":980,"23":680,"24":2230,"25":441,"257":181,"26":170,"268":15,"27":110,"273":150,"276":101,"279":31,"28":1043,"281":43,"282":307,"291":97,"292":87,"30":75,"302":19,"31":126,"314":11,"32":66,"33":259,"34":144,"347":76,"35":113,"352":1037,"36":280,"37":59,"38":725,"380":35,"381":190,"383":70,"389":1,"39":157,"391":69,"396":2,"397":106,"40":116,"409":98,"41":135,"414":124,"415":191,"419":38,"42":78,"426":32,"43":99,"430":236,"433":13,"434":2,"44":44,"45":86,"46":262,"48":77,"49":205,"5":4092,"51":95,"52":80,"53":129,"56":13,"570":8,"6":285,"63":70,"7":1145,"79":81,"8":253,"80":45,"9":380,"all_client":145697,"all_tv_clinet":29323,"insert_time":"2014-08-21T12:20:42.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116696,"10":71,"107":888,"11":529,"12":238,"13":717,"14":184,"15":213,"155":122,"156":35,"158":50,"159":117,"16":225,"160":15,"161":379,"167":163,"168":4,"17":402,"18":1287,"19":815,"20":341,"209":68,"21":759,"210":45,"211":25,"214":68,"215":598,"221":418,"223":1603,"224":161,"225":1005,"23":693,"24":2233,"25":458,"257":180,"26":165,"268":15,"27":108,"273":154,"276":104,"279":34,"28":1031,"281":43,"282":302,"291":96,"292":82,"30":71,"302":21,"31":118,"314":9,"32":68,"33":249,"34":133,"347":80,"35":109,"352":1013,"36":275,"37":67,"38":737,"380":36,"381":193,"383":71,"39":149,"391":65,"396":1,"397":107,"40":107,"409":98,"41":134,"414":117,"415":194,"419":44,"42":79,"426":33,"43":93,"430":237,"433":15,"434":2,"44":37,"45":84,"46":251,"48":68,"49":200,"5":4129,"51":93,"52":81,"53":124,"56":11,"570":10,"6":287,"63":70,"7":1169,"79":85,"8":260,"80":50,"9":383,"all_client":146056,"all_tv_clinet":29360,"insert_time":"2014-08-21T12:21:44.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116959,"10":70,"107":885,"11":527,"12":248,"13":729,"14":183,"15":207,"155":120,"156":37,"158":53,"159":117,"16":225,"160":15,"161":350,"167":165,"168":4,"17":413,"18":1287,"19":846,"20":343,"209":62,"21":739,"210":44,"211":23,"214":67,"215":607,"221":418,"223":1588,"224":158,"225":1026,"23":706,"24":2250,"25":475,"257":168,"26":171,"268":16,"27":109,"273":165,"276":105,"279":37,"28":1031,"281":44,"282":295,"291":95,"292":79,"30":65,"302":21,"31":108,"314":10,"32":69,"33":240,"34":130,"347":88,"35":103,"352":1039,"36":266,"37":69,"38":737,"380":34,"381":191,"383":67,"389":1,"39":147,"391":61,"396":2,"397":108,"40":109,"409":100,"41":129,"414":115,"415":194,"419":41,"42":82,"426":29,"43":95,"430":241,"433":16,"434":2,"44":37,"45":78,"46":256,"48":74,"49":200,"5":4187,"51":87,"52":78,"53":130,"56":11,"570":10,"6":293,"63":71,"7":1172,"79":85,"8":256,"80":50,"9":378,"all_client":146423,"all_tv_clinet":29464,"insert_time":"2014-08-21T12:22:45.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117206,"10":70,"107":873,"11":516,"12":260,"13":730,"14":171,"15":211,"155":124,"156":37,"158":60,"159":108,"16":231,"160":16,"161":316,"167":161,"168":4,"17":415,"18":1323,"19":848,"20":347,"209":57,"21":731,"210":42,"211":24,"214":68,"215":611,"221":429,"223":1586,"224":155,"225":1040,"23":740,"24":2299,"25":482,"257":171,"26":165,"268":16,"27":106,"273":175,"276":108,"279":39,"28":1009,"281":45,"282":281,"291":96,"292":75,"30":61,"302":21,"306":1,"31":106,"314":12,"32":70,"33":239,"34":124,"347":87,"35":101,"352":1034,"36":250,"37":70,"38":727,"380":34,"381":196,"383":61,"389":2,"39":145,"391":62,"396":3,"397":108,"40":103,"409":96,"41":119,"414":117,"415":192,"419":36,"42":88,"426":28,"43":91,"430":245,"433":16,"434":2,"44":38,"45":79,"46":265,"48":82,"49":199,"5":4206,"51":86,"52":83,"53":131,"56":10,"570":10,"6":296,"63":72,"7":1177,"79":80,"8":258,"80":51,"9":376,"all_client":146723,"all_tv_clinet":29517,"insert_time":"2014-08-21T12:23:45.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117477,"10":69,"107":859,"11":531,"12":270,"13":721,"14":159,"15":216,"155":130,"156":38,"158":65,"159":99,"16":233,"160":18,"161":293,"167":165,"168":3,"17":412,"18":1335,"19":860,"20":353,"209":54,"21":714,"210":43,"211":23,"214":67,"215":618,"221":439,"223":1587,"224":149,"225":1066,"23":769,"24":2340,"25":485,"257":173,"26":166,"268":14,"27":100,"273":170,"276":107,"279":40,"28":993,"281":43,"282":265,"291":96,"292":77,"30":64,"302":21,"306":1,"31":104,"314":11,"32":71,"33":235,"34":124,"347":87,"35":103,"352":1004,"36":255,"37":64,"38":726,"380":32,"381":192,"383":65,"389":3,"39":140,"391":64,"396":3,"397":110,"40":100,"409":94,"41":117,"414":117,"415":193,"419":34,"42":95,"426":31,"43":94,"430":244,"433":14,"434":2,"44":41,"45":74,"46":271,"48":86,"49":201,"5":4225,"51":90,"52":81,"53":127,"56":13,"570":8,"6":291,"63":74,"7":1177,"79":82,"8":257,"80":48,"9":382,"all_client":147046,"all_tv_clinet":29569,"insert_time":"2014-08-21T12:24:46.903Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117755,"10":69,"107":868,"11":529,"12":245,"13":734,"14":161,"15":230,"155":133,"156":38,"158":67,"159":87,"16":222,"160":19,"161":281,"167":160,"168":3,"17":426,"18":1334,"19":848,"20":354,"209":51,"21":718,"210":43,"211":24,"214":66,"215":625,"221":437,"223":1580,"224":150,"225":1083,"23":797,"24":2372,"25":481,"257":174,"26":160,"268":13,"27":104,"273":174,"276":110,"279":42,"28":987,"281":43,"282":250,"291":97,"292":73,"30":62,"302":20,"306":1,"31":107,"314":12,"32":71,"33":241,"34":118,"347":83,"35":99,"352":990,"36":251,"37":62,"38":735,"380":33,"381":200,"383":70,"389":2,"39":135,"391":64,"396":3,"397":111,"40":102,"409":94,"41":113,"414":120,"415":188,"419":30,"42":96,"426":28,"43":99,"430":244,"433":15,"434":2,"44":38,"45":76,"46":282,"48":92,"49":203,"5":4227,"51":91,"52":82,"53":121,"56":18,"570":11,"6":289,"63":73,"7":1169,"79":77,"8":269,"80":49,"9":372,"all_client":147357,"all_tv_clinet":29602,"insert_time":"2014-08-21T12:26:18.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118513,"10":62,"107":868,"11":524,"12":198,"13":733,"14":167,"15":232,"155":134,"156":42,"158":66,"159":72,"16":230,"160":26,"161":271,"167":162,"168":3,"17":438,"18":1356,"19":863,"20":351,"209":46,"21":723,"210":47,"211":23,"214":65,"215":629,"221":428,"223":1549,"224":154,"225":1108,"23":830,"24":2421,"25":502,"257":176,"26":160,"268":11,"27":109,"273":170,"276":108,"279":36,"28":990,"281":44,"282":237,"291":95,"292":72,"30":57,"302":23,"31":102,"314":10,"32":63,"33":253,"34":116,"347":83,"35":98,"352":966,"36":259,"37":65,"38":751,"380":34,"381":199,"383":74,"389":2,"39":131,"391":65,"396":2,"397":105,"40":97,"409":94,"41":104,"414":123,"415":187,"419":26,"42":101,"426":29,"43":101,"430":247,"433":16,"434":2,"44":39,"45":75,"46":293,"48":99,"49":207,"5":4272,"51":91,"52":84,"53":112,"56":25,"570":17,"6":286,"63":73,"7":1170,"79":65,"8":299,"80":55,"9":351,"all_client":148242,"all_tv_clinet":29729,"insert_time":"2014-08-21T12:27:19.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118832,"10":63,"107":873,"11":523,"12":188,"13":746,"14":170,"15":230,"155":137,"156":44,"158":66,"159":60,"16":235,"160":28,"161":295,"167":164,"168":4,"17":446,"18":1372,"19":829,"20":347,"209":42,"21":730,"210":46,"211":25,"214":62,"215":633,"221":441,"223":1525,"224":156,"225":1107,"23":845,"24":2463,"25":489,"257":174,"26":157,"268":11,"27":112,"273":158,"276":101,"279":32,"28":983,"281":42,"282":229,"291":96,"292":69,"30":55,"302":25,"31":100,"314":9,"32":52,"33":260,"34":109,"347":81,"35":96,"352":970,"36":264,"37":66,"38":756,"380":35,"381":195,"383":76,"389":2,"39":133,"391":63,"396":2,"397":103,"40":95,"409":92,"41":109,"414":129,"415":197,"419":28,"42":109,"426":27,"43":105,"430":246,"433":13,"434":3,"44":40,"45":73,"46":289,"48":102,"49":213,"5":4300,"51":84,"52":85,"53":121,"56":27,"570":24,"6":267,"63":76,"7":1163,"79":66,"8":314,"80":56,"9":325,"all_client":148610,"all_tv_clinet":29778,"insert_time":"2014-08-21T12:28:21.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119078,"10":60,"107":883,"11":506,"12":176,"13":745,"14":171,"15":230,"155":136,"156":45,"158":62,"159":60,"16":239,"160":22,"161":311,"167":168,"168":4,"17":457,"18":1400,"19":779,"20":335,"209":45,"21":740,"210":47,"211":25,"214":63,"215":635,"221":441,"223":1519,"224":158,"225":1103,"23":856,"24":2515,"25":497,"257":180,"26":154,"268":10,"27":111,"273":137,"276":96,"279":31,"28":967,"281":42,"282":219,"291":95,"292":74,"30":55,"302":24,"306":1,"31":101,"314":11,"32":57,"33":263,"34":106,"347":76,"35":92,"352":957,"36":265,"37":68,"38":787,"380":37,"381":193,"383":70,"389":2,"39":137,"391":62,"396":3,"397":100,"40":92,"409":91,"41":114,"414":127,"415":205,"419":29,"42":112,"426":27,"43":105,"430":247,"433":14,"434":3,"44":39,"45":71,"46":291,"48":106,"49":222,"5":4330,"51":81,"52":83,"53":126,"56":29,"570":24,"6":238,"63":76,"7":1182,"79":59,"8":326,"80":58,"9":323,"all_client":148924,"all_tv_clinet":29846,"insert_time":"2014-08-21T12:29:22.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119278,"10":63,"107":884,"11":476,"12":166,"13":744,"14":174,"15":231,"155":135,"156":52,"158":53,"159":53,"16":239,"160":25,"161":324,"167":169,"168":5,"17":458,"18":1391,"19":730,"20":329,"209":43,"21":749,"210":48,"211":25,"214":62,"215":636,"221":444,"223":1562,"224":158,"225":1109,"23":873,"24":2594,"25":491,"257":181,"26":161,"268":9,"27":114,"273":128,"276":92,"279":30,"28":963,"281":41,"282":212,"291":97,"292":79,"30":60,"302":22,"306":1,"31":96,"314":11,"317":1,"32":59,"33":268,"34":106,"347":81,"35":94,"352":945,"36":261,"37":67,"38":784,"380":37,"381":195,"383":67,"389":2,"39":145,"391":58,"396":4,"397":104,"40":93,"409":101,"41":108,"414":133,"415":220,"419":26,"42":115,"426":27,"43":109,"430":240,"433":12,"434":3,"44":37,"45":78,"46":287,"48":105,"49":232,"5":4342,"51":82,"52":89,"53":124,"56":30,"570":25,"6":228,"63":72,"7":1176,"79":57,"8":334,"80":61,"9":327,"all_client":149221,"all_tv_clinet":29943,"insert_time":"2014-08-21T12:30:23.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119536,"10":67,"107":891,"11":466,"12":156,"13":729,"14":180,"15":235,"155":137,"156":50,"158":46,"159":51,"16":240,"160":24,"161":308,"167":168,"168":4,"17":465,"18":1399,"19":707,"20":321,"209":43,"21":771,"210":49,"211":25,"214":64,"215":636,"221":459,"223":1555,"224":158,"225":1135,"23":875,"24":2655,"25":496,"257":181,"26":164,"268":10,"27":113,"273":123,"276":92,"279":36,"28":957,"281":41,"282":203,"291":99,"292":76,"30":64,"302":20,"306":1,"31":93,"314":10,"317":1,"32":63,"33":264,"34":104,"347":82,"35":99,"352":948,"36":263,"37":66,"38":788,"380":37,"381":190,"383":65,"389":2,"39":146,"391":57,"396":4,"397":105,"40":92,"409":103,"41":104,"414":140,"415":222,"419":27,"42":115,"426":25,"43":110,"430":226,"433":11,"434":2,"44":36,"45":79,"46":277,"48":95,"49":243,"5":4387,"51":86,"52":89,"53":131,"56":30,"570":26,"6":215,"63":71,"7":1192,"79":57,"8":351,"80":60,"9":327,"all_client":149597,"all_tv_clinet":30061,"insert_time":"2014-08-21T12:31:24.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119802,"10":64,"107":883,"11":479,"12":153,"13":714,"14":186,"15":243,"155":133,"156":51,"158":45,"159":46,"16":235,"160":28,"161":309,"167":170,"168":5,"17":473,"18":1408,"19":710,"20":313,"209":47,"21":781,"210":51,"211":25,"214":66,"215":646,"221":457,"223":1553,"224":157,"225":1157,"23":877,"24":2683,"25":500,"257":182,"26":162,"268":11,"27":113,"273":124,"276":88,"279":42,"28":969,"281":42,"282":192,"291":102,"292":80,"30":59,"302":20,"31":98,"314":8,"317":1,"32":64,"33":265,"34":105,"347":79,"35":102,"352":950,"36":261,"37":68,"38":781,"380":37,"381":188,"383":70,"389":2,"39":144,"391":52,"396":2,"397":109,"40":93,"409":102,"41":105,"414":149,"415":218,"419":23,"42":116,"426":23,"43":109,"430":211,"433":10,"434":2,"44":38,"45":81,"46":282,"48":97,"49":248,"5":4398,"51":84,"52":86,"53":132,"56":29,"570":29,"6":210,"63":71,"7":1180,"79":61,"8":366,"80":59,"9":345,"all_client":149979,"all_tv_clinet":30177,"insert_time":"2014-08-21T12:32:25.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120118,"10":67,"107":887,"11":483,"12":138,"13":718,"14":179,"15":242,"155":132,"156":53,"158":40,"159":41,"16":236,"160":28,"161":304,"167":169,"168":4,"17":475,"18":1425,"19":696,"20":297,"209":52,"21":783,"210":51,"211":24,"214":64,"215":646,"221":445,"223":1550,"224":159,"225":1160,"23":882,"24":2708,"25":504,"257":181,"26":177,"268":11,"27":115,"273":125,"276":88,"279":41,"28":987,"281":41,"282":178,"291":103,"292":79,"30":58,"302":21,"31":96,"314":8,"317":1,"32":66,"33":266,"34":99,"347":77,"35":103,"352":964,"36":248,"37":71,"38":787,"380":40,"381":180,"383":73,"389":2,"39":151,"391":49,"396":2,"397":111,"40":89,"409":99,"41":105,"414":155,"415":209,"419":26,"42":120,"426":23,"43":116,"430":190,"433":12,"434":2,"44":33,"45":84,"46":280,"48":99,"49":253,"5":4411,"51":83,"52":86,"53":129,"56":31,"570":28,"6":212,"63":76,"7":1185,"79":64,"8":373,"80":60,"9":380,"all_client":150372,"all_tv_clinet":30254,"insert_time":"2014-08-21T12:33:27.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120397,"10":64,"107":877,"11":472,"12":129,"13":717,"14":175,"15":249,"155":124,"156":51,"158":42,"159":39,"16":239,"160":29,"161":306,"167":168,"168":5,"17":479,"18":1431,"19":699,"20":287,"209":49,"21":796,"210":52,"211":23,"214":64,"215":651,"221":433,"223":1544,"224":161,"225":1154,"23":903,"24":2720,"25":500,"257":176,"26":175,"268":10,"27":125,"273":122,"276":88,"279":42,"28":1003,"281":42,"282":165,"291":104,"292":84,"30":58,"302":20,"31":105,"314":9,"317":1,"32":68,"33":264,"34":105,"347":76,"35":109,"352":959,"36":249,"37":72,"38":784,"380":40,"381":175,"383":81,"389":3,"39":154,"391":50,"396":4,"397":110,"40":86,"409":103,"41":107,"414":159,"415":209,"419":24,"42":123,"426":25,"43":119,"430":182,"433":11,"434":2,"44":33,"45":89,"46":286,"48":103,"49":263,"5":4405,"51":77,"52":85,"53":128,"56":29,"570":27,"6":213,"63":77,"7":1188,"79":60,"8":378,"80":60,"9":422,"all_client":150734,"all_tv_clinet":30337,"insert_time":"2014-08-21T12:34:28.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120547,"10":67,"107":898,"11":452,"12":122,"13":709,"14":174,"15":246,"155":117,"156":54,"158":42,"159":39,"16":238,"160":27,"161":302,"167":170,"168":5,"17":491,"18":1430,"19":719,"20":291,"209":48,"21":802,"210":54,"211":21,"214":66,"215":664,"221":428,"223":1512,"224":162,"225":1148,"23":920,"24":2704,"25":496,"257":178,"26":174,"268":11,"27":128,"273":127,"276":86,"279":41,"28":1024,"281":44,"282":164,"291":103,"292":76,"30":58,"302":19,"306":1,"31":111,"314":9,"317":1,"32":66,"33":265,"34":102,"347":80,"35":107,"352":970,"36":257,"37":73,"38":775,"380":40,"381":169,"383":82,"389":3,"39":156,"391":50,"396":4,"397":111,"40":86,"409":93,"41":102,"414":156,"415":204,"419":23,"42":121,"426":31,"43":117,"430":176,"433":11,"434":1,"44":34,"45":88,"46":285,"48":109,"49":269,"5":4405,"51":81,"52":86,"53":129,"56":29,"570":26,"6":218,"63":78,"7":1185,"79":62,"8":383,"80":59,"9":465,"all_client":150942,"all_tv_clinet":30395,"insert_time":"2014-08-21T12:35:30.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120766,"10":67,"107":907,"11":456,"12":114,"13":692,"14":176,"15":243,"155":108,"156":55,"158":43,"159":35,"16":234,"160":29,"161":299,"167":171,"168":6,"17":500,"18":1418,"19":735,"20":281,"209":46,"21":818,"210":56,"211":18,"214":63,"215":670,"221":436,"223":1500,"224":159,"225":1170,"23":913,"24":2709,"25":492,"257":172,"26":173,"268":12,"27":129,"273":134,"276":86,"279":41,"28":1032,"281":43,"282":160,"291":104,"292":77,"30":54,"302":20,"306":1,"31":114,"314":11,"317":1,"32":64,"33":267,"34":108,"347":81,"35":111,"352":975,"36":258,"37":71,"38":765,"380":40,"381":170,"383":84,"389":3,"39":157,"391":53,"396":4,"397":113,"40":86,"409":83,"41":104,"414":157,"415":198,"419":22,"42":121,"426":30,"43":113,"430":170,"433":10,"434":1,"44":33,"45":92,"46":280,"48":108,"49":278,"5":4404,"51":81,"52":87,"53":129,"56":27,"570":25,"6":226,"63":80,"7":1176,"79":62,"8":391,"80":60,"9":504,"all_client":151211,"all_tv_clinet":30445,"insert_time":"2014-08-21T12:36:31.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121054,"10":67,"107":914,"11":461,"12":106,"13":684,"14":178,"15":249,"155":103,"156":56,"158":43,"159":31,"16":238,"160":26,"161":291,"167":177,"168":5,"17":500,"18":1406,"19":745,"20":290,"209":48,"21":818,"210":57,"211":18,"214":57,"215":677,"221":421,"223":1491,"224":165,"225":1174,"23":915,"24":2713,"25":499,"257":167,"26":172,"268":13,"27":132,"273":134,"276":83,"279":33,"28":1045,"281":41,"282":159,"291":105,"292":71,"30":51,"302":20,"306":1,"31":116,"314":13,"317":1,"32":54,"33":267,"34":108,"347":81,"35":112,"352":985,"36":253,"37":77,"38":775,"380":41,"381":169,"383":84,"389":3,"39":156,"391":53,"396":4,"397":112,"40":81,"409":71,"41":100,"414":159,"415":191,"419":23,"42":123,"426":27,"43":106,"430":169,"433":11,"434":1,"44":31,"45":91,"46":279,"48":105,"49":282,"5":4414,"51":75,"52":89,"53":129,"56":26,"570":25,"6":236,"63":81,"7":1163,"79":67,"8":399,"80":66,"9":518,"all_client":151506,"all_tv_clinet":30452,"insert_time":"2014-08-21T12:37:33.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121329,"10":65,"107":924,"11":459,"12":111,"13":678,"14":180,"15":243,"155":98,"156":55,"158":50,"159":29,"16":239,"160":25,"161":279,"167":179,"168":7,"17":493,"18":1393,"19":750,"20":274,"209":48,"21":821,"210":56,"211":19,"214":55,"215":673,"221":429,"223":1470,"224":165,"225":1172,"23":913,"24":2729,"25":520,"257":172,"26":175,"268":12,"27":135,"273":130,"276":82,"279":31,"28":1051,"281":40,"282":153,"291":103,"292":71,"30":52,"302":20,"31":114,"314":13,"317":1,"32":52,"33":270,"34":109,"347":80,"35":109,"352":1001,"36":261,"37":78,"38":776,"380":43,"381":164,"383":80,"389":6,"39":162,"391":56,"396":5,"397":116,"40":83,"409":64,"41":99,"414":169,"415":184,"419":27,"42":126,"426":19,"43":108,"430":168,"433":11,"434":1,"44":32,"45":92,"46":275,"48":101,"49":281,"5":4429,"51":71,"52":90,"53":128,"56":27,"570":23,"6":243,"63":80,"7":1171,"79":68,"8":401,"80":68,"9":525,"all_client":151817,"all_tv_clinet":30488,"insert_time":"2014-08-21T12:38:34.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121345,"10":66,"107":915,"11":457,"12":113,"13":680,"14":174,"15":233,"155":95,"156":55,"158":52,"159":30,"16":238,"160":26,"161":291,"167":180,"168":7,"17":495,"18":1368,"19":761,"20":272,"209":51,"21":815,"210":53,"211":21,"214":55,"215":669,"221":425,"223":1458,"224":167,"225":1152,"23":913,"24":2721,"25":526,"257":174,"26":177,"268":14,"27":132,"273":128,"276":83,"279":29,"28":1059,"281":42,"282":148,"291":99,"292":71,"30":51,"302":20,"31":118,"314":15,"317":1,"32":56,"33":270,"34":113,"347":79,"35":106,"352":1015,"36":273,"37":77,"38":782,"380":42,"381":162,"383":80,"389":5,"39":162,"391":56,"396":6,"397":116,"40":87,"409":58,"41":103,"414":169,"415":190,"419":25,"42":129,"426":19,"43":105,"430":165,"433":12,"434":1,"44":32,"45":90,"46":279,"48":107,"49":282,"5":4436,"51":70,"52":92,"53":128,"56":27,"570":22,"6":245,"63":81,"7":1178,"79":64,"8":403,"80":67,"9":551,"all_client":151857,"all_tv_clinet":30512,"insert_time":"2014-08-21T12:39:35.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121652,"10":65,"107":907,"11":445,"12":108,"13":677,"14":169,"15":233,"155":93,"156":53,"158":55,"159":29,"16":233,"160":25,"161":305,"167":175,"168":8,"17":501,"18":1372,"19":770,"20":277,"209":55,"21":805,"210":55,"211":21,"214":52,"215":670,"221":428,"223":1459,"224":168,"225":1148,"23":920,"24":2669,"25":541,"257":180,"26":178,"268":16,"27":131,"273":132,"276":85,"279":29,"28":1079,"281":40,"282":141,"291":97,"292":77,"30":50,"302":18,"306":1,"31":121,"314":18,"317":1,"32":60,"33":266,"34":120,"347":74,"35":111,"352":1023,"36":270,"37":78,"38":764,"380":42,"381":161,"383":78,"389":5,"39":169,"391":52,"396":9,"397":118,"40":85,"409":62,"41":104,"414":165,"415":194,"419":22,"42":133,"426":17,"43":105,"430":162,"433":11,"434":1,"44":34,"45":93,"46":277,"48":104,"49":284,"5":4436,"51":74,"52":98,"53":129,"56":26,"570":19,"6":250,"63":82,"7":1172,"79":67,"8":402,"80":68,"9":573,"all_client":152186,"all_tv_clinet":30534,"insert_time":"2014-08-21T12:40:36.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121872,"10":64,"107":906,"11":455,"12":109,"13":664,"14":167,"15":231,"155":89,"156":53,"158":55,"159":32,"16":236,"160":22,"161":306,"167":163,"168":7,"17":508,"18":1361,"19":784,"20":281,"209":54,"21":812,"210":53,"211":22,"214":49,"215":659,"221":424,"223":1440,"224":174,"225":1145,"23":928,"24":2663,"25":530,"257":186,"26":170,"268":17,"27":132,"273":143,"276":89,"279":24,"28":1085,"281":37,"282":139,"291":93,"292":75,"30":51,"302":18,"306":2,"31":124,"314":20,"317":1,"32":62,"33":264,"34":126,"347":75,"35":114,"352":1034,"36":267,"37":84,"38":762,"380":42,"381":161,"383":80,"389":5,"39":174,"391":51,"396":10,"397":120,"40":86,"409":64,"41":100,"414":161,"415":200,"419":25,"42":129,"426":17,"43":101,"430":165,"433":11,"434":1,"44":33,"45":93,"46":281,"48":100,"49":288,"5":4443,"51":71,"52":94,"53":125,"56":25,"570":18,"6":251,"63":83,"7":1170,"79":68,"8":397,"80":69,"9":606,"all_client":152430,"all_tv_clinet":30558,"insert_time":"2014-08-21T12:41:38.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122140,"10":63,"107":893,"11":458,"12":116,"13":636,"14":169,"15":234,"155":89,"156":52,"158":57,"159":32,"16":245,"160":23,"161":309,"167":162,"168":7,"17":498,"18":1353,"19":780,"20":289,"209":54,"21":820,"210":52,"211":22,"214":48,"215":660,"221":419,"223":1443,"224":178,"225":1145,"23":934,"24":2657,"25":531,"257":187,"26":162,"268":17,"27":136,"273":152,"276":90,"279":22,"28":1105,"281":36,"282":136,"291":87,"292":84,"30":50,"302":20,"306":2,"31":127,"314":20,"32":54,"33":262,"34":123,"347":75,"35":115,"352":1044,"36":267,"37":86,"38":750,"380":41,"381":168,"383":78,"389":6,"39":176,"391":48,"396":11,"397":121,"40":84,"409":68,"41":101,"414":155,"415":197,"419":23,"42":132,"426":17,"43":101,"430":163,"433":10,"434":1,"44":37,"45":95,"46":289,"48":98,"49":296,"5":4428,"51":70,"52":93,"53":117,"56":26,"570":19,"6":259,"63":80,"7":1168,"79":72,"8":402,"80":70,"9":618,"all_client":152715,"all_tv_clinet":30575,"insert_time":"2014-08-21T12:42:39.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122341,"10":62,"107":890,"11":459,"12":127,"13":605,"14":166,"15":235,"155":88,"156":44,"158":57,"159":31,"16":246,"160":24,"161":298,"167":162,"168":7,"17":496,"18":1339,"19":795,"20":291,"209":56,"21":821,"210":51,"211":22,"214":46,"215":664,"221":419,"223":1437,"224":176,"225":1164,"23":934,"24":2674,"25":530,"257":183,"26":159,"268":16,"27":137,"273":150,"276":90,"279":24,"28":1124,"281":35,"282":137,"291":85,"292":86,"30":53,"302":21,"306":2,"31":123,"314":20,"32":54,"33":260,"34":130,"347":74,"35":116,"352":1054,"36":268,"37":81,"38":754,"380":39,"381":164,"383":81,"389":6,"39":184,"391":48,"396":9,"397":120,"40":81,"409":68,"41":109,"414":154,"415":197,"419":21,"42":131,"426":19,"43":103,"430":174,"433":10,"434":1,"44":40,"45":94,"46":302,"48":105,"49":298,"5":4443,"51":69,"52":93,"53":115,"56":26,"570":19,"6":270,"63":81,"7":1179,"79":74,"8":403,"80":69,"9":632,"all_client":153024,"all_tv_clinet":30683,"insert_time":"2014-08-21T12:43:40.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122567,"10":61,"107":879,"11":449,"12":138,"13":582,"14":164,"15":240,"155":87,"156":42,"158":59,"159":30,"16":250,"160":23,"161":283,"167":166,"168":7,"17":501,"18":1296,"19":808,"20":296,"209":62,"21":829,"210":53,"211":21,"214":46,"215":666,"221":409,"223":1438,"224":183,"225":1154,"23":938,"24":2689,"25":549,"257":177,"26":162,"268":15,"27":135,"273":131,"276":91,"279":25,"28":1133,"281":34,"282":137,"291":83,"292":93,"30":51,"302":22,"306":1,"31":125,"314":20,"32":51,"33":261,"34":131,"347":69,"35":120,"352":1063,"36":273,"37":81,"38":770,"380":38,"381":162,"383":81,"389":6,"39":186,"391":46,"396":9,"397":121,"40":82,"409":72,"41":108,"414":150,"415":192,"419":20,"42":132,"426":23,"43":104,"430":181,"433":9,"44":39,"45":92,"46":306,"48":107,"49":299,"5":4461,"51":71,"52":92,"53":114,"56":28,"570":18,"6":258,"63":84,"7":1194,"79":74,"8":404,"80":65,"9":658,"all_client":153305,"all_tv_clinet":30738,"insert_time":"2014-08-21T12:44:41.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122819,"10":59,"107":905,"11":458,"12":147,"13":566,"14":156,"15":234,"155":84,"156":32,"158":57,"159":34,"16":257,"160":23,"161":274,"167":167,"168":7,"17":500,"18":1270,"19":820,"20":295,"209":63,"21":827,"210":53,"211":21,"214":45,"215":667,"221":390,"223":1427,"224":184,"225":1163,"23":938,"24":2683,"25":566,"257":179,"26":162,"268":16,"27":136,"273":120,"276":90,"279":25,"28":1140,"281":37,"282":138,"291":86,"292":92,"30":52,"302":22,"306":1,"31":123,"314":20,"32":47,"33":258,"34":134,"347":64,"35":125,"352":1058,"36":271,"37":82,"38":769,"380":38,"381":162,"383":83,"389":6,"39":193,"391":47,"396":8,"397":122,"40":84,"409":71,"41":114,"414":143,"415":195,"419":19,"42":130,"426":30,"43":113,"430":179,"433":9,"44":37,"45":93,"46":309,"48":105,"49":297,"5":4471,"51":71,"52":94,"53":111,"56":28,"570":16,"6":249,"63":83,"7":1205,"79":75,"8":408,"80":71,"9":675,"all_client":153582,"all_tv_clinet":30763,"insert_time":"2014-08-21T12:45:42.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123100,"10":59,"107":908,"11":445,"12":148,"13":544,"14":151,"15":234,"155":84,"156":29,"158":63,"159":34,"16":264,"160":20,"161":266,"167":165,"168":8,"17":509,"18":1252,"19":828,"20":301,"209":62,"21":830,"210":51,"211":21,"214":43,"215":676,"221":389,"223":1441,"224":193,"225":1151,"23":942,"24":2688,"25":577,"257":182,"26":163,"268":17,"27":138,"273":106,"276":90,"279":21,"28":1151,"281":39,"282":140,"291":85,"292":94,"30":50,"302":22,"306":1,"31":126,"314":23,"32":46,"33":250,"34":134,"347":57,"35":125,"352":1056,"36":267,"37":81,"38":784,"380":38,"381":161,"383":86,"389":6,"39":193,"391":47,"396":8,"397":120,"40":85,"409":69,"41":119,"414":138,"415":202,"419":21,"42":132,"426":32,"43":116,"430":182,"433":9,"44":36,"45":93,"46":305,"48":106,"49":304,"5":4480,"51":71,"52":95,"53":108,"56":27,"570":15,"6":236,"63":83,"7":1192,"79":73,"8":409,"80":75,"9":684,"all_client":153880,"all_tv_clinet":30780,"insert_time":"2014-08-21T12:46:43.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123405,"10":58,"107":913,"11":438,"12":147,"13":536,"14":150,"15":241,"155":83,"156":27,"158":60,"159":35,"16":259,"160":21,"161":274,"167":160,"168":8,"17":485,"18":1237,"19":819,"20":305,"209":63,"21":836,"210":51,"211":21,"214":45,"215":684,"221":411,"223":1459,"224":200,"225":1153,"23":944,"24":2696,"25":577,"257":175,"26":160,"268":15,"27":138,"273":102,"276":91,"279":19,"28":1164,"281":40,"282":136,"291":82,"292":103,"30":48,"302":23,"306":1,"31":119,"314":24,"32":44,"33":242,"34":133,"347":51,"35":130,"352":1051,"36":270,"37":80,"38":790,"380":38,"381":161,"383":87,"389":6,"39":191,"391":46,"396":9,"397":121,"40":84,"409":63,"41":125,"414":136,"415":206,"419":19,"42":131,"426":34,"43":116,"430":184,"433":9,"44":35,"45":94,"46":307,"48":111,"49":305,"5":4492,"51":69,"52":92,"53":107,"56":24,"570":16,"6":242,"63":84,"7":1196,"79":69,"8":406,"80":77,"9":687,"all_client":154211,"all_tv_clinet":30806,"insert_time":"2014-08-21T12:47:44.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123667,"10":57,"107":897,"11":442,"12":155,"13":538,"14":148,"15":245,"155":87,"156":30,"158":61,"159":32,"16":263,"160":21,"161":276,"167":159,"168":9,"17":447,"18":1257,"19":809,"20":320,"209":67,"21":838,"210":50,"211":21,"214":47,"215":688,"221":422,"223":1477,"224":203,"225":1151,"23":943,"24":2703,"25":594,"257":176,"26":157,"268":15,"27":141,"273":101,"276":94,"279":17,"28":1175,"281":39,"282":136,"291":81,"292":109,"30":48,"302":22,"306":1,"31":126,"314":26,"32":54,"33":232,"34":128,"347":47,"35":128,"352":1045,"36":265,"37":79,"38":788,"380":39,"381":158,"383":92,"389":7,"39":195,"391":46,"396":8,"397":121,"40":85,"409":60,"41":130,"414":136,"415":208,"419":22,"42":134,"426":34,"43":113,"430":189,"433":9,"44":37,"45":95,"46":312,"48":118,"49":312,"5":4363,"51":74,"52":87,"53":103,"56":24,"570":16,"6":261,"63":83,"7":1180,"79":70,"8":396,"80":75,"9":707,"all_client":154453,"all_tv_clinet":30786,"insert_time":"2014-08-21T12:48:45.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123905,"10":55,"107":876,"11":460,"12":151,"13":545,"14":146,"15":250,"155":94,"156":31,"158":60,"159":35,"16":267,"160":22,"161":276,"167":159,"168":11,"17":400,"18":1288,"19":802,"20":336,"209":71,"21":845,"210":47,"211":21,"214":52,"215":685,"221":437,"223":1474,"224":203,"225":1169,"23":938,"24":2742,"25":603,"257":172,"26":166,"268":15,"27":135,"273":103,"276":105,"279":20,"28":1193,"281":37,"282":138,"291":82,"292":106,"30":49,"302":21,"306":1,"31":124,"314":24,"32":56,"33":231,"34":129,"347":47,"35":129,"352":1049,"36":266,"37":81,"38":786,"380":41,"381":158,"383":89,"389":6,"39":199,"391":46,"396":7,"397":121,"40":91,"409":57,"41":123,"414":138,"415":226,"419":22,"42":131,"426":32,"43":123,"430":193,"433":8,"44":35,"45":98,"46":308,"48":118,"49":318,"5":4084,"51":74,"52":85,"53":103,"56":25,"570":16,"6":307,"63":83,"7":1212,"79":72,"8":397,"80":75,"9":750,"all_client":154692,"all_tv_clinet":30787,"insert_time":"2014-08-21T12:49:46.438Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124149,"10":55,"107":864,"11":485,"12":159,"13":541,"14":155,"15":258,"155":97,"156":31,"158":60,"159":32,"16":274,"160":22,"161":285,"167":159,"168":11,"17":378,"18":1303,"19":800,"20":344,"209":76,"21":885,"210":50,"211":21,"214":54,"215":686,"221":464,"223":1490,"224":207,"225":1174,"23":946,"24":2735,"25":605,"257":178,"26":174,"268":14,"27":139,"273":115,"276":105,"279":25,"28":1209,"281":39,"282":138,"291":83,"292":92,"30":51,"302":21,"306":1,"31":120,"314":25,"32":58,"33":216,"34":131,"347":44,"35":130,"352":1044,"36":262,"37":79,"38":787,"380":42,"381":157,"383":86,"389":2,"39":208,"391":49,"396":7,"397":121,"40":89,"409":58,"41":128,"414":135,"415":233,"419":28,"42":129,"426":28,"43":119,"430":197,"433":13,"44":38,"45":106,"46":314,"48":123,"49":317,"5":3787,"51":76,"52":88,"53":100,"56":28,"570":15,"6":332,"63":83,"7":1232,"79":75,"8":405,"80":71,"9":825,"all_client":154979,"all_tv_clinet":30830,"insert_time":"2014-08-21T12:50:47.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124416,"10":58,"107":885,"11":502,"12":156,"13":545,"14":166,"15":263,"155":105,"156":31,"158":61,"159":30,"16":271,"160":22,"161":280,"167":155,"168":12,"17":361,"18":1302,"19":813,"20":337,"209":81,"21":896,"210":50,"211":21,"214":51,"215":679,"221":469,"223":1507,"224":208,"225":1173,"23":958,"24":2766,"25":609,"257":191,"26":185,"268":15,"27":142,"273":116,"276":105,"279":29,"28":1210,"281":38,"282":135,"291":86,"292":82,"30":54,"302":20,"306":1,"31":118,"314":26,"317":1,"32":55,"33":208,"34":136,"347":45,"35":131,"352":1053,"36":269,"37":78,"38":788,"380":44,"381":159,"383":88,"389":2,"39":212,"391":47,"396":6,"397":123,"40":91,"409":58,"41":122,"414":144,"415":241,"419":28,"42":127,"426":19,"43":120,"430":202,"433":13,"44":37,"45":106,"46":321,"48":122,"49":315,"5":3550,"51":78,"52":94,"53":98,"56":28,"570":15,"6":364,"63":84,"7":1255,"79":77,"8":404,"80":57,"9":852,"all_client":155259,"all_tv_clinet":30843,"insert_time":"2014-08-21T12:51:49.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124483,"10":56,"107":878,"11":517,"12":151,"13":557,"14":169,"15":264,"155":107,"156":29,"158":63,"159":34,"16":269,"160":27,"161":291,"167":155,"168":12,"17":335,"18":1303,"19":800,"20":330,"209":83,"21":909,"210":53,"211":19,"214":50,"215":671,"221":462,"223":1523,"224":217,"225":1165,"23":959,"24":2782,"25":599,"257":195,"26":186,"268":15,"27":146,"273":123,"276":104,"279":36,"28":1229,"281":38,"282":137,"291":87,"292":76,"30":54,"302":20,"306":2,"31":119,"314":26,"317":1,"32":52,"33":201,"34":142,"347":45,"35":138,"352":1077,"36":268,"37":81,"38":798,"380":44,"381":165,"383":86,"389":3,"39":223,"391":51,"396":7,"397":125,"40":90,"409":61,"41":122,"414":144,"415":234,"419":29,"42":113,"426":21,"43":120,"430":201,"433":13,"44":38,"45":112,"46":326,"48":128,"49":321,"5":3393,"51":78,"52":95,"53":99,"56":30,"570":17,"6":374,"63":82,"7":1285,"79":80,"8":408,"80":51,"9":877,"all_client":155364,"all_tv_clinet":30881,"insert_time":"2014-08-21T12:52:50.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124664,"10":59,"107":882,"11":546,"12":154,"13":563,"14":167,"15":264,"155":107,"156":30,"158":66,"159":32,"16":263,"160":26,"161":289,"167":157,"168":12,"17":326,"18":1301,"19":771,"20":317,"209":84,"21":916,"210":52,"211":20,"214":51,"215":660,"221":457,"223":1536,"224":223,"225":1129,"23":964,"24":2795,"25":610,"257":201,"26":194,"268":15,"27":145,"273":125,"276":105,"279":34,"28":1233,"281":38,"282":136,"291":88,"292":71,"30":51,"302":21,"306":2,"31":124,"314":25,"317":1,"32":48,"33":191,"34":149,"347":46,"35":144,"352":1082,"36":262,"37":80,"38":808,"380":46,"381":172,"383":87,"389":3,"39":222,"391":53,"396":8,"397":124,"40":91,"409":66,"41":125,"414":154,"415":244,"419":24,"42":105,"426":20,"43":117,"430":205,"433":11,"44":39,"45":109,"46":339,"48":127,"49":324,"5":3262,"51":79,"52":103,"53":104,"56":33,"570":18,"6":390,"63":85,"7":1341,"79":75,"8":418,"80":44,"9":878,"all_client":155557,"all_tv_clinet":30893,"insert_time":"2014-08-21T12:53:51.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124900,"10":56,"107":868,"11":564,"12":158,"13":571,"14":158,"15":266,"155":112,"156":28,"158":68,"159":33,"16":270,"160":26,"161":305,"167":154,"168":10,"17":323,"18":1266,"19":728,"20":317,"209":86,"21":928,"210":54,"211":17,"214":56,"215":644,"221":449,"223":1562,"224":225,"225":1066,"23":975,"24":2805,"25":636,"257":194,"26":199,"268":11,"27":152,"273":133,"276":109,"279":34,"28":1245,"281":38,"282":140,"291":88,"292":75,"30":52,"302":23,"306":2,"31":117,"314":24,"317":1,"32":47,"33":178,"34":154,"347":48,"35":156,"352":1079,"36":262,"37":76,"38":821,"380":47,"381":178,"383":81,"389":4,"39":231,"391":53,"396":10,"397":124,"40":88,"409":69,"41":127,"414":159,"415":251,"419":24,"42":98,"426":26,"43":118,"430":203,"431":1,"433":11,"44":42,"45":104,"46":349,"48":133,"49":331,"5":3183,"51":79,"52":108,"53":114,"56":35,"570":18,"6":398,"63":85,"7":1371,"79":73,"8":422,"80":39,"9":886,"all_client":155815,"all_tv_clinet":30915,"insert_time":"2014-08-21T12:54:56.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125211,"10":60,"107":854,"11":572,"12":166,"13":578,"14":149,"15":260,"155":112,"156":28,"158":65,"159":35,"16":265,"160":27,"161":324,"167":147,"168":11,"17":317,"18":1225,"19":697,"20":322,"209":86,"21":937,"210":54,"211":14,"214":57,"215":637,"221":450,"223":1606,"224":224,"225":1056,"23":976,"24":2794,"25":649,"257":195,"26":209,"268":11,"27":159,"273":134,"276":112,"279":37,"28":1257,"281":40,"282":136,"291":88,"292":84,"30":50,"302":24,"306":1,"31":116,"314":24,"317":1,"32":45,"33":170,"34":150,"347":49,"35":159,"352":1071,"36":253,"37":69,"38":851,"380":48,"381":185,"383":78,"389":4,"39":234,"391":52,"396":12,"397":125,"40":93,"409":69,"41":125,"414":164,"415":253,"419":25,"42":98,"426":34,"43":122,"430":204,"431":1,"433":11,"44":41,"45":103,"46":363,"48":129,"49":341,"5":3110,"51":81,"52":116,"53":126,"56":37,"570":19,"6":410,"63":82,"7":1377,"79":63,"8":417,"80":38,"9":905,"all_client":156155,"all_tv_clinet":30944,"insert_time":"2014-08-21T12:55:57.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125430,"10":60,"107":856,"11":567,"12":173,"13":590,"14":136,"15":254,"155":114,"156":28,"158":63,"159":36,"16":261,"160":31,"161":323,"167":149,"168":10,"17":322,"18":1161,"19":674,"20":331,"209":87,"21":948,"210":52,"211":15,"214":55,"215":637,"221":449,"223":1619,"224":237,"225":1030,"23":983,"24":2802,"25":665,"257":188,"26":216,"268":11,"27":169,"273":132,"276":113,"279":41,"28":1284,"281":38,"282":135,"291":90,"292":88,"30":51,"302":26,"306":1,"31":119,"314":25,"317":2,"32":48,"33":167,"34":157,"347":51,"35":163,"352":1064,"36":255,"37":59,"38":869,"380":48,"381":187,"383":87,"389":4,"39":241,"391":52,"396":11,"397":126,"40":98,"409":68,"41":125,"414":161,"415":237,"419":25,"42":94,"426":37,"43":124,"430":206,"431":1,"433":11,"44":40,"45":107,"46":379,"48":130,"49":342,"5":3059,"51":80,"52":123,"53":139,"56":39,"570":19,"6":445,"63":75,"7":1396,"79":59,"8":408,"80":38,"9":918,"all_client":156449,"all_tv_clinet":31019,"insert_time":"2014-08-21T12:56:58.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125566,"10":67,"107":860,"11":560,"12":176,"13":592,"14":140,"15":263,"155":116,"156":28,"158":63,"159":40,"16":260,"160":26,"161":305,"167":157,"168":11,"17":318,"18":1108,"19":690,"20":345,"209":93,"21":951,"210":51,"211":14,"214":55,"215":623,"221":453,"223":1639,"224":243,"225":1007,"23":948,"24":2816,"25":681,"257":192,"26":224,"268":10,"27":173,"273":130,"276":114,"279":44,"28":1316,"281":37,"282":133,"291":91,"292":103,"30":55,"302":23,"306":1,"31":109,"314":30,"317":2,"32":53,"33":156,"34":159,"347":54,"35":165,"352":1068,"36":251,"37":61,"38":872,"380":47,"381":190,"383":89,"389":4,"39":246,"391":57,"396":10,"397":127,"40":102,"409":74,"41":126,"414":156,"415":234,"419":27,"42":94,"426":40,"43":126,"430":205,"431":1,"433":13,"44":39,"45":107,"46":389,"48":127,"49":345,"5":3042,"51":76,"52":120,"53":131,"56":39,"570":20,"6":455,"63":73,"7":1429,"79":54,"8":377,"80":38,"9":882,"all_client":156602,"all_tv_clinet":31036,"insert_time":"2014-08-21T12:57:59.783Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125774,"10":61,"107":854,"11":567,"12":193,"13":602,"14":142,"15":270,"155":119,"156":29,"158":57,"159":42,"16":264,"160":29,"161":287,"167":161,"168":11,"17":328,"18":1077,"19":703,"20":364,"209":98,"21":953,"210":49,"211":14,"214":60,"215":615,"221":451,"223":1654,"224":250,"225":1001,"23":920,"24":2855,"25":694,"257":193,"26":237,"268":10,"27":176,"273":115,"276":116,"279":39,"28":1325,"281":37,"282":132,"291":92,"292":116,"30":56,"302":21,"306":1,"31":107,"314":31,"317":2,"32":52,"33":151,"34":164,"347":58,"35":170,"352":1070,"36":258,"37":57,"38":885,"380":46,"381":190,"383":88,"389":4,"39":268,"391":58,"396":10,"397":127,"40":100,"409":74,"41":127,"414":159,"415":230,"419":24,"42":93,"426":34,"43":130,"430":205,"431":1,"433":14,"44":44,"45":103,"46":395,"48":130,"49":347,"5":3019,"51":79,"52":122,"53":125,"56":39,"570":19,"6":467,"63":70,"7":1451,"79":46,"8":345,"80":39,"9":814,"all_client":156855,"all_tv_clinet":31081,"insert_time":"2014-08-21T12:59:00.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125984,"10":58,"107":849,"11":563,"12":209,"13":612,"14":137,"15":280,"155":120,"156":30,"158":64,"159":42,"16":257,"160":29,"161":282,"167":164,"168":11,"17":336,"18":1042,"19":733,"20":373,"209":101,"21":957,"210":51,"211":11,"214":62,"215":617,"221":451,"223":1687,"224":258,"225":994,"23":852,"24":2881,"25":706,"257":178,"26":251,"268":9,"27":180,"273":107,"276":119,"279":37,"28":1338,"281":34,"282":123,"291":97,"292":126,"30":60,"302":20,"306":1,"31":107,"314":29,"317":2,"32":54,"33":153,"34":170,"347":58,"35":173,"352":1107,"36":256,"37":58,"38":900,"380":45,"381":184,"383":91,"389":6,"39":275,"391":60,"396":8,"397":127,"40":106,"409":69,"41":128,"414":149,"415":222,"419":22,"42":91,"426":39,"43":135,"430":204,"431":1,"433":17,"44":45,"45":103,"46":395,"48":124,"49":350,"5":3016,"51":81,"52":121,"53":128,"56":36,"570":18,"6":466,"63":67,"7":1443,"79":48,"8":311,"80":41,"9":748,"all_client":157070,"all_tv_clinet":31086,"insert_time":"2014-08-21T13:00:02.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126172,"10":56,"107":845,"11":573,"12":235,"13":620,"14":133,"15":277,"155":120,"156":30,"158":64,"159":39,"16":255,"160":31,"161":278,"167":161,"168":10,"17":337,"18":1027,"19":748,"20":366,"209":94,"21":970,"210":51,"211":12,"214":64,"215":617,"221":438,"223":1744,"224":254,"225":998,"23":810,"24":2930,"25":666,"257":174,"26":251,"268":8,"27":182,"273":103,"276":123,"279":37,"28":1341,"281":34,"282":118,"291":102,"292":141,"30":63,"302":21,"306":1,"31":114,"314":28,"317":2,"32":57,"33":149,"34":177,"347":64,"35":170,"352":1113,"36":262,"37":58,"38":922,"380":44,"381":180,"383":90,"389":8,"39":289,"391":60,"396":8,"397":128,"40":115,"409":62,"41":122,"414":135,"415":216,"419":21,"42":94,"426":47,"43":137,"430":202,"431":1,"433":17,"44":47,"45":100,"46":408,"48":129,"49":359,"5":3033,"51":78,"52":120,"53":127,"56":35,"570":16,"6":481,"63":66,"7":1347,"79":45,"8":306,"80":43,"9":715,"all_client":157271,"all_tv_clinet":31099,"insert_time":"2014-08-21T13:01:03.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126348,"10":54,"107":867,"11":582,"12":269,"13":636,"14":127,"15":278,"155":119,"156":29,"158":63,"159":45,"16":268,"160":33,"161":270,"167":160,"168":10,"17":352,"18":1021,"19":779,"20":372,"209":92,"21":996,"210":49,"211":12,"214":64,"215":628,"221":424,"223":1781,"224":238,"225":1003,"23":770,"24":2905,"25":633,"257":171,"26":246,"268":7,"27":175,"273":96,"276":120,"279":32,"28":1380,"281":34,"282":121,"291":101,"292":153,"30":64,"302":23,"306":1,"31":118,"314":31,"317":2,"32":56,"33":142,"34":185,"347":68,"35":182,"352":1105,"36":271,"37":59,"38":902,"380":42,"381":180,"383":87,"389":8,"39":303,"391":58,"396":8,"397":129,"40":123,"409":54,"41":120,"414":113,"415":229,"419":20,"42":104,"426":70,"43":145,"430":207,"431":2,"433":16,"44":47,"45":100,"46":409,"48":130,"49":343,"5":3051,"51":79,"52":119,"53":124,"56":36,"570":15,"6":483,"63":67,"7":1241,"79":40,"8":299,"80":43,"9":728,"all_client":157494,"all_tv_clinet":31146,"insert_time":"2014-08-21T13:02:05.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126510,"10":54,"107":892,"11":589,"12":306,"13":655,"14":131,"15":271,"155":120,"156":30,"158":60,"159":56,"16":284,"160":32,"161":275,"167":156,"168":10,"17":349,"18":1013,"19":807,"20":395,"209":93,"21":1016,"210":47,"211":12,"214":65,"215":635,"221":438,"223":1789,"224":223,"225":994,"23":738,"24":2847,"25":595,"257":173,"26":248,"268":8,"27":162,"273":98,"276":119,"279":29,"28":1403,"281":34,"282":124,"291":103,"292":154,"30":66,"302":22,"306":1,"31":131,"314":31,"317":2,"32":58,"33":143,"34":204,"347":73,"35":194,"352":1097,"36":278,"37":59,"38":891,"380":40,"381":183,"383":79,"389":10,"39":305,"391":59,"396":8,"397":127,"40":137,"409":54,"41":131,"414":98,"415":237,"419":18,"42":111,"426":83,"43":151,"430":208,"431":2,"433":17,"44":49,"45":104,"46":390,"48":139,"49":320,"5":3090,"51":79,"52":122,"53":120,"56":38,"570":14,"6":483,"63":65,"7":1111,"79":40,"8":297,"80":43,"9":752,"all_client":157706,"all_tv_clinet":31196,"insert_time":"2014-08-21T13:03:06.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126536,"10":50,"107":915,"11":596,"12":334,"13":671,"14":147,"15":266,"155":121,"156":29,"158":54,"159":56,"16":284,"160":30,"161":286,"167":157,"168":13,"17":345,"18":1010,"19":817,"20":408,"209":90,"21":1037,"210":44,"211":12,"214":69,"215":644,"221":465,"223":1763,"224":210,"225":1018,"23":721,"24":2767,"25":558,"257":169,"26":250,"268":8,"27":146,"273":103,"276":119,"279":26,"28":1427,"281":34,"282":128,"291":102,"292":149,"30":69,"302":22,"306":1,"31":142,"314":27,"317":2,"32":49,"33":144,"34":231,"347":78,"35":219,"352":1116,"36":279,"37":61,"38":855,"380":42,"381":179,"383":84,"389":11,"39":293,"391":63,"396":7,"397":127,"40":154,"409":58,"41":142,"414":90,"415":251,"419":14,"42":112,"426":86,"43":156,"430":203,"431":2,"433":15,"44":53,"45":109,"46":361,"48":140,"49":292,"5":3149,"51":89,"52":112,"53":123,"56":38,"570":14,"6":493,"63":64,"7":1041,"79":43,"8":293,"80":44,"9":797,"all_client":157823,"all_tv_clinet":31287,"insert_time":"2014-08-21T13:04:07.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126594,"10":52,"107":906,"11":605,"12":346,"13":681,"14":157,"15":264,"155":120,"156":30,"158":54,"159":61,"16":293,"160":25,"161":308,"167":162,"168":12,"17":345,"18":1015,"19":823,"20":410,"209":87,"21":1027,"210":42,"211":12,"214":68,"215":654,"221":477,"223":1726,"224":199,"225":1020,"23":702,"24":2693,"25":548,"257":169,"26":252,"268":9,"27":137,"273":107,"276":121,"279":26,"28":1455,"281":33,"282":134,"291":106,"292":140,"30":73,"302":21,"31":147,"314":25,"317":2,"32":54,"33":142,"34":233,"347":86,"35":231,"352":1134,"36":275,"37":66,"38":850,"380":40,"381":184,"383":85,"389":11,"39":262,"391":64,"396":9,"397":126,"40":159,"409":62,"41":149,"414":91,"415":256,"419":12,"42":119,"426":79,"43":157,"430":206,"431":1,"433":16,"44":54,"45":113,"46":337,"48":133,"49":278,"5":3237,"51":89,"52":104,"53":125,"56":39,"570":14,"6":522,"63":67,"7":981,"79":42,"8":306,"80":46,"9":824,"all_client":157945,"all_tv_clinet":31351,"insert_time":"2014-08-21T13:05:08.201Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126647,"10":50,"107":898,"11":604,"12":314,"13":692,"14":159,"15":259,"155":122,"156":28,"158":51,"159":62,"16":298,"160":23,"161":325,"167":167,"168":13,"17":355,"18":1018,"19":831,"20":405,"209":86,"21":981,"210":42,"211":12,"214":69,"215":661,"221":487,"223":1717,"224":193,"225":1063,"23":683,"24":2667,"25":536,"257":173,"26":245,"268":12,"27":124,"273":103,"276":122,"279":27,"28":1466,"281":31,"282":131,"291":104,"292":120,"30":75,"302":21,"306":2,"31":153,"314":24,"317":2,"32":57,"33":138,"34":245,"347":90,"35":251,"352":1122,"36":271,"37":73,"38":841,"380":39,"381":189,"383":86,"389":11,"39":240,"391":67,"396":8,"397":126,"40":161,"409":69,"41":148,"414":96,"415":274,"419":16,"42":136,"426":70,"43":149,"430":208,"431":1,"433":15,"44":56,"45":112,"46":333,"48":123,"49":274,"5":3371,"51":89,"52":100,"53":128,"56":34,"570":14,"6":518,"63":64,"7":940,"79":41,"8":323,"80":50,"9":844,"all_client":158064,"all_tv_clinet":31417,"insert_time":"2014-08-21T13:06:09.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126706,"10":49,"107":900,"11":610,"12":276,"13":691,"14":160,"15":258,"155":127,"156":29,"158":50,"159":63,"16":305,"160":25,"161":340,"167":167,"168":12,"17":356,"18":1035,"19":831,"20":410,"209":88,"21":923,"210":42,"211":12,"214":70,"215":668,"221":494,"223":1719,"224":188,"225":1094,"23":667,"24":2629,"25":534,"257":178,"26":236,"268":10,"27":116,"273":105,"276":120,"279":27,"28":1488,"281":27,"282":133,"291":102,"292":106,"30":75,"302":21,"306":2,"31":164,"314":26,"317":2,"32":52,"33":135,"34":249,"347":98,"35":266,"352":1124,"36":267,"37":78,"38":830,"380":41,"381":195,"383":81,"389":9,"39":233,"391":66,"396":8,"397":124,"40":162,"409":66,"41":153,"414":99,"415":270,"419":17,"42":139,"426":64,"43":140,"430":213,"431":1,"433":14,"44":54,"45":116,"46":324,"48":118,"49":263,"5":3487,"51":95,"52":97,"53":135,"56":33,"570":14,"6":511,"63":65,"7":902,"79":40,"8":345,"80":53,"9":885,"all_client":158197,"all_tv_clinet":31491,"insert_time":"2014-08-21T13:07:10.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126729,"10":50,"107":904,"11":591,"12":236,"13":706,"14":168,"15":228,"155":131,"156":35,"158":51,"159":64,"16":305,"160":27,"161":333,"167":171,"168":12,"17":370,"18":1055,"19":839,"20":408,"209":88,"21":891,"210":40,"211":13,"214":71,"215":669,"221":499,"223":1677,"224":187,"225":1115,"23":651,"24":2596,"25":535,"257":183,"26":213,"268":10,"27":108,"273":108,"276":117,"279":27,"28":1500,"281":28,"282":131,"291":101,"292":102,"30":79,"302":21,"306":2,"31":159,"314":24,"317":2,"32":56,"33":135,"34":256,"347":100,"35":278,"352":1119,"36":263,"37":83,"38":824,"380":39,"381":199,"383":74,"389":9,"39":219,"391":68,"396":8,"397":126,"40":158,"409":69,"41":159,"414":102,"415":268,"419":18,"42":148,"426":58,"43":130,"430":210,"431":1,"433":14,"44":60,"45":117,"46":323,"48":110,"49":254,"5":3625,"51":104,"52":93,"53":138,"56":28,"570":12,"6":519,"63":68,"7":865,"79":42,"8":358,"80":56,"9":927,"all_client":158250,"all_tv_clinet":31521,"insert_time":"2014-08-21T13:08:11.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126851,"10":50,"107":902,"11":571,"12":216,"13":703,"14":181,"15":206,"155":135,"156":39,"158":47,"159":61,"16":326,"160":28,"161":325,"167":171,"168":11,"17":373,"18":1062,"19":818,"20":399,"209":86,"21":871,"210":37,"211":14,"214":70,"215":670,"221":486,"223":1678,"224":187,"225":1110,"23":658,"24":2588,"25":530,"257":186,"26":196,"268":10,"27":111,"273":111,"276":114,"279":25,"28":1499,"281":25,"282":138,"291":101,"292":106,"30":82,"302":22,"306":2,"31":142,"314":22,"317":2,"32":62,"33":136,"34":254,"347":104,"35":276,"352":1100,"36":260,"37":83,"38":827,"380":40,"381":202,"383":71,"389":8,"39":217,"391":69,"396":8,"397":124,"40":159,"409":67,"41":159,"414":104,"415":251,"419":15,"42":155,"426":51,"43":123,"430":207,"431":1,"433":14,"434":1,"44":60,"45":116,"46":311,"48":106,"49":253,"5":3740,"51":112,"52":85,"53":157,"56":26,"570":11,"6":525,"63":66,"7":828,"79":41,"8":395,"80":53,"9":939,"all_client":158326,"all_tv_clinet":31475,"insert_time":"2014-08-21T13:09:12.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126996,"10":50,"107":918,"11":540,"12":200,"13":709,"14":184,"15":186,"155":134,"156":40,"158":46,"159":59,"16":334,"160":29,"161":332,"167":175,"168":11,"17":387,"18":1082,"19":780,"20":385,"209":87,"21":830,"210":34,"211":14,"214":70,"215":676,"221":493,"223":1648,"224":190,"225":1135,"23":665,"24":2563,"25":524,"257":179,"26":181,"268":11,"27":111,"273":119,"276":113,"279":25,"28":1505,"281":25,"282":147,"291":101,"292":115,"30":80,"302":21,"306":2,"31":124,"314":22,"317":2,"32":64,"33":130,"34":246,"347":108,"35":292,"352":1088,"36":260,"37":90,"38":834,"380":40,"381":195,"383":74,"389":9,"39":212,"391":69,"396":9,"397":118,"40":153,"409":75,"41":165,"414":117,"415":236,"419":16,"42":164,"426":44,"43":116,"430":209,"433":13,"434":1,"44":64,"45":107,"46":298,"48":102,"49":250,"5":3849,"51":108,"52":86,"53":164,"56":24,"570":12,"6":511,"63":68,"7":814,"79":41,"8":413,"80":55,"9":964,"all_client":158466,"all_tv_clinet":31470,"insert_time":"2014-08-21T13:10:14.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127032,"10":55,"107":930,"11":534,"12":190,"13":709,"14":192,"15":190,"155":132,"156":41,"158":47,"159":60,"16":335,"160":27,"161":351,"167":182,"168":11,"17":383,"18":1077,"19":736,"20":369,"209":90,"21":820,"210":31,"211":13,"214":69,"215":681,"221":483,"223":1635,"224":190,"225":1152,"23":667,"24":2554,"25":516,"257":183,"26":170,"268":13,"27":122,"273":120,"276":111,"279":29,"28":1501,"281":23,"282":144,"291":104,"292":129,"30":75,"302":21,"306":2,"31":114,"314":22,"317":2,"32":68,"33":126,"34":228,"347":113,"35":308,"352":1080,"36":271,"37":94,"38":845,"380":40,"381":195,"383":76,"389":8,"39":209,"391":66,"396":11,"397":110,"40":154,"409":79,"41":169,"414":126,"415":231,"419":14,"42":169,"426":39,"43":119,"430":213,"433":13,"434":1,"44":67,"45":99,"46":286,"48":97,"49":246,"5":3959,"51":102,"52":89,"53":169,"56":19,"570":12,"6":469,"63":66,"7":803,"79":41,"8":430,"80":57,"9":955,"all_client":158510,"all_tv_clinet":31478,"insert_time":"2014-08-21T13:11:15.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126984,"10":58,"107":937,"11":542,"12":179,"13":711,"14":191,"15":203,"155":131,"156":36,"158":52,"159":62,"16":336,"160":28,"161":361,"167":179,"168":11,"17":390,"18":1058,"19":701,"20":343,"209":89,"21":799,"210":32,"211":11,"214":69,"215":670,"221":480,"223":1612,"224":186,"225":1164,"23":658,"24":2556,"25":533,"257":201,"26":159,"268":14,"27":134,"273":123,"276":114,"279":32,"28":1500,"281":23,"282":147,"291":103,"292":139,"30":69,"302":22,"306":1,"31":119,"314":22,"317":2,"32":71,"33":116,"34":202,"347":119,"35":298,"352":1062,"36":271,"37":100,"38":878,"380":42,"381":197,"383":82,"389":8,"39":214,"391":65,"396":11,"397":104,"40":161,"409":85,"41":179,"414":132,"415":228,"419":12,"42":172,"426":38,"43":122,"430":217,"433":12,"44":66,"45":97,"46":278,"48":103,"49":236,"5":4050,"51":105,"52":87,"53":174,"56":15,"570":12,"6":449,"63":65,"7":825,"79":40,"8":433,"80":63,"9":943,"all_client":158515,"all_tv_clinet":31531,"insert_time":"2014-08-21T13:12:16.581Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127001,"10":58,"107":944,"11":547,"12":172,"13":732,"14":193,"15":214,"155":129,"156":37,"158":53,"159":62,"16":335,"160":30,"161":346,"167":182,"168":10,"17":386,"18":1031,"19":693,"20":333,"209":90,"21":797,"210":34,"211":11,"214":68,"215":674,"221":485,"223":1595,"224":181,"225":1189,"23":640,"24":2589,"25":556,"257":207,"26":156,"268":14,"27":145,"273":108,"276":112,"279":30,"28":1438,"281":21,"282":153,"291":105,"292":148,"30":68,"302":21,"306":1,"31":128,"314":20,"317":2,"32":83,"33":112,"34":177,"347":117,"35":270,"352":1047,"36":279,"37":110,"38":865,"380":41,"381":195,"383":87,"389":7,"39":208,"391":66,"396":9,"397":101,"40":157,"409":86,"41":183,"414":126,"415":216,"419":14,"42":174,"426":40,"43":129,"430":216,"433":12,"44":69,"45":91,"46":278,"48":103,"49":242,"5":4121,"51":97,"52":86,"53":170,"56":13,"570":14,"6":429,"63":60,"7":860,"79":42,"8":455,"80":69,"9":910,"all_client":158510,"all_tv_clinet":31509,"insert_time":"2014-08-21T13:13:17.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127003,"10":54,"107":939,"11":557,"12":169,"13":721,"14":192,"15":224,"155":135,"156":36,"158":61,"159":61,"16":333,"160":29,"161":322,"167":183,"168":7,"17":379,"18":1009,"19":701,"20":316,"209":82,"21":770,"210":35,"211":12,"214":68,"215":672,"221":492,"223":1566,"224":178,"225":1226,"23":634,"24":2658,"25":575,"257":209,"26":158,"268":17,"27":151,"273":101,"276":115,"279":30,"28":1346,"281":21,"282":156,"291":104,"292":157,"30":68,"302":20,"306":1,"31":125,"314":19,"317":2,"32":95,"33":112,"34":163,"347":118,"35":235,"352":1037,"36":285,"37":111,"38":869,"380":41,"381":200,"383":84,"389":8,"39":203,"391":64,"396":9,"397":99,"40":152,"409":88,"41":190,"414":133,"415":216,"419":16,"42":178,"426":39,"43":132,"430":211,"433":11,"44":69,"45":89,"46":282,"48":109,"49":244,"5":4206,"51":90,"52":83,"53":175,"56":15,"570":14,"6":419,"63":59,"7":870,"79":42,"8":487,"80":72,"9":890,"all_client":158513,"all_tv_clinet":31510,"insert_time":"2014-08-21T13:14:18.886Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127044,"10":54,"107":925,"11":554,"12":173,"13":723,"14":204,"15":239,"155":132,"156":39,"158":70,"159":59,"16":333,"160":30,"161":313,"167":181,"168":6,"17":383,"18":986,"19":704,"20":310,"209":77,"21":758,"210":36,"211":11,"214":68,"215":669,"221":479,"223":1542,"224":181,"225":1261,"23":635,"24":2675,"25":606,"257":205,"26":158,"268":16,"27":163,"273":94,"276":116,"279":30,"28":1289,"281":21,"282":153,"291":106,"292":163,"30":65,"302":20,"31":122,"314":20,"317":2,"32":85,"33":109,"34":163,"347":123,"35":222,"352":1017,"36":297,"37":117,"38":864,"380":41,"381":194,"383":80,"389":8,"39":202,"391":65,"396":9,"397":88,"40":144,"409":84,"41":181,"414":136,"415":211,"419":16,"42":191,"426":44,"43":138,"430":211,"433":12,"44":72,"45":84,"46":287,"48":111,"49":246,"5":4258,"51":88,"52":81,"53":174,"56":15,"570":16,"6":402,"63":57,"7":894,"79":41,"8":513,"80":73,"9":895,"all_client":158562,"all_tv_clinet":31518,"insert_time":"2014-08-21T13:15:19.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127147,"10":50,"107":911,"11":564,"12":158,"13":724,"14":208,"15":250,"155":131,"156":39,"158":73,"159":57,"16":341,"160":36,"161":305,"167":180,"168":6,"17":381,"18":954,"19":721,"20":302,"209":76,"21":750,"210":34,"211":10,"214":67,"215":660,"221":484,"223":1509,"224":189,"225":1265,"23":640,"24":2722,"25":610,"257":211,"26":155,"268":19,"27":175,"273":95,"276":119,"279":33,"28":1247,"281":23,"282":158,"291":105,"292":159,"30":63,"302":18,"31":122,"314":18,"317":2,"32":80,"33":109,"34":157,"347":123,"35":209,"352":1020,"36":295,"37":112,"38":903,"380":42,"381":198,"383":71,"389":8,"39":195,"391":62,"396":10,"397":89,"40":132,"409":82,"41":168,"414":142,"415":215,"419":15,"42":193,"426":41,"43":147,"430":215,"433":13,"44":74,"45":83,"46":290,"48":118,"49":251,"5":4300,"51":87,"52":79,"53":176,"56":15,"570":15,"6":395,"63":56,"7":932,"79":39,"8":524,"80":75,"9":881,"all_client":158712,"all_tv_clinet":31565,"insert_time":"2014-08-21T13:16:21.502Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127161,"10":56,"107":912,"11":539,"12":150,"13":737,"14":217,"15":260,"155":134,"156":33,"158":74,"159":58,"16":341,"160":43,"161":287,"167":179,"168":5,"17":390,"18":933,"19":722,"20":303,"209":71,"21":775,"210":32,"211":11,"214":66,"215":656,"221":497,"223":1479,"224":196,"225":1273,"23":654,"24":2753,"25":611,"257":211,"26":149,"268":17,"27":182,"273":101,"276":121,"279":30,"28":1193,"281":23,"282":160,"291":106,"292":164,"30":63,"302":19,"306":1,"31":118,"314":15,"317":2,"32":75,"33":109,"34":155,"347":120,"35":203,"352":1029,"36":289,"37":110,"38":910,"380":45,"381":200,"383":77,"389":7,"39":188,"391":63,"396":9,"397":90,"40":131,"409":80,"41":151,"414":139,"415":220,"419":13,"42":200,"426":45,"43":146,"430":211,"433":13,"44":75,"45":80,"46":290,"48":121,"49":243,"5":4338,"51":83,"52":78,"53":176,"56":14,"570":14,"6":393,"63":55,"7":938,"79":38,"8":548,"80":77,"9":868,"all_client":158740,"all_tv_clinet":31579,"insert_time":"2014-08-21T13:17:22.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127181,"10":52,"107":910,"11":525,"12":137,"13":740,"14":214,"15":258,"155":135,"156":30,"158":74,"159":58,"16":343,"160":48,"161":286,"167":179,"168":6,"17":387,"18":918,"19":717,"20":306,"209":69,"21":783,"210":38,"211":14,"214":67,"215":664,"221":523,"223":1453,"224":204,"225":1271,"23":668,"24":2808,"25":606,"257":198,"26":144,"268":18,"27":192,"273":100,"276":120,"279":32,"28":1169,"281":23,"282":161,"291":104,"292":163,"30":61,"302":19,"306":1,"31":120,"314":15,"317":1,"32":78,"33":111,"34":145,"347":115,"35":198,"352":1057,"36":301,"37":107,"38":901,"380":44,"381":198,"383":79,"389":7,"39":182,"391":59,"396":9,"397":91,"40":122,"409":73,"41":152,"414":133,"415":228,"419":10,"42":197,"426":51,"43":147,"430":213,"433":13,"44":75,"45":81,"46":290,"48":126,"49":241,"5":4357,"51":80,"52":85,"53":172,"56":13,"570":12,"6":378,"63":56,"7":946,"79":37,"8":557,"80":75,"9":878,"all_client":158793,"all_tv_clinet":31612,"insert_time":"2014-08-21T13:18:23.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127253,"10":50,"107":901,"11":498,"12":132,"13":734,"14":220,"15":265,"155":138,"156":28,"158":77,"159":57,"16":340,"160":51,"161":298,"167":178,"168":6,"17":385,"18":887,"19":727,"20":316,"209":67,"21":779,"210":38,"211":17,"214":68,"215":676,"221":519,"223":1443,"224":203,"225":1294,"23":690,"24":2846,"25":617,"257":199,"26":148,"268":18,"27":192,"273":98,"276":120,"279":35,"28":1141,"281":22,"282":156,"291":100,"292":153,"30":62,"302":19,"306":2,"31":121,"314":13,"317":1,"32":82,"33":111,"34":136,"347":119,"35":190,"352":1057,"36":301,"37":110,"38":893,"380":43,"381":190,"383":81,"389":7,"39":186,"391":59,"396":7,"397":89,"40":116,"409":70,"41":139,"414":130,"415":238,"419":10,"42":200,"426":56,"43":146,"430":211,"433":14,"44":66,"45":83,"46":296,"48":130,"49":232,"5":4412,"51":82,"52":92,"53":162,"56":13,"570":11,"6":360,"63":52,"7":952,"79":34,"8":568,"80":74,"9":918,"all_client":158926,"all_tv_clinet":31673,"insert_time":"2014-08-21T13:19:25.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127223,"10":45,"107":884,"11":469,"12":124,"13":733,"14":231,"15":283,"155":140,"156":29,"158":85,"159":44,"16":339,"160":59,"161":306,"167":180,"168":8,"17":386,"18":867,"19":730,"20":324,"209":70,"21":784,"210":39,"211":16,"214":69,"215":696,"221":499,"223":1392,"224":207,"225":1290,"23":726,"24":2893,"25":626,"257":202,"26":148,"268":17,"27":195,"273":99,"276":118,"279":32,"28":1120,"281":22,"282":156,"291":99,"292":138,"30":60,"302":20,"306":2,"31":123,"314":13,"317":1,"32":82,"33":109,"34":131,"347":120,"35":188,"352":1065,"36":297,"37":107,"38":896,"380":45,"381":178,"383":80,"389":6,"39":194,"391":57,"396":8,"397":88,"40":113,"409":65,"41":139,"414":127,"415":245,"419":8,"42":194,"426":64,"43":141,"430":196,"433":14,"434":1,"44":68,"45":79,"46":295,"48":129,"49":243,"5":4424,"51":77,"52":102,"53":146,"56":11,"570":8,"6":330,"63":52,"7":950,"79":40,"8":592,"80":67,"9":951,"all_client":158883,"all_tv_clinet":31660,"insert_time":"2014-08-21T13:20:26.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127294,"10":45,"107":903,"11":457,"12":127,"13":740,"14":241,"15":310,"155":139,"156":30,"158":92,"159":40,"16":336,"160":62,"161":309,"167":178,"168":9,"17":385,"18":874,"19":722,"20":328,"209":67,"21":797,"210":37,"211":17,"214":71,"215":693,"221":503,"223":1307,"224":210,"225":1298,"23":745,"24":2929,"25":629,"257":199,"26":150,"268":15,"27":194,"273":103,"276":114,"279":36,"28":1118,"281":22,"282":155,"291":99,"292":122,"30":56,"302":21,"306":3,"31":119,"314":17,"317":1,"32":81,"33":106,"34":123,"347":115,"35":181,"352":1070,"36":278,"37":107,"38":897,"380":45,"381":184,"383":75,"389":6,"39":198,"391":57,"396":7,"397":85,"40":111,"409":64,"41":125,"414":134,"415":254,"419":8,"42":195,"426":61,"43":146,"430":178,"433":13,"434":1,"44":63,"45":84,"46":289,"48":128,"49":253,"5":4456,"51":69,"52":93,"53":134,"56":15,"570":7,"6":313,"63":54,"7":954,"79":43,"8":597,"80":61,"9":981,"all_client":158967,"all_tv_clinet":31673,"insert_time":"2014-08-21T13:21:27.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127324,"10":43,"107":930,"11":449,"12":133,"13":752,"14":247,"15":327,"155":138,"156":29,"158":99,"159":33,"16":341,"160":65,"161":307,"167":183,"168":9,"17":389,"18":871,"19":723,"20":324,"209":65,"21":799,"210":37,"211":16,"214":70,"215":702,"221":520,"223":1224,"224":212,"225":1298,"23":759,"24":2943,"25":629,"257":196,"26":153,"268":16,"27":196,"273":99,"276":112,"279":38,"28":1107,"281":20,"282":156,"291":98,"292":115,"30":52,"302":19,"306":3,"31":123,"314":17,"317":1,"32":78,"33":108,"34":122,"347":112,"35":169,"352":1086,"36":289,"37":102,"38":895,"380":47,"381":184,"383":75,"389":6,"39":202,"391":52,"396":7,"397":82,"40":109,"409":69,"41":123,"414":139,"415":261,"419":4,"42":192,"426":57,"43":151,"430":158,"433":13,"434":1,"44":61,"45":85,"46":298,"48":128,"49":265,"5":4464,"51":67,"52":97,"53":131,"56":14,"570":6,"6":284,"63":57,"7":985,"79":41,"8":603,"80":62,"9":1006,"all_client":159058,"all_tv_clinet":31734,"insert_time":"2014-08-21T13:22:28.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127311,"10":44,"107":990,"11":444,"12":146,"13":755,"14":252,"15":310,"155":136,"156":28,"158":95,"159":34,"16":350,"160":64,"161":298,"167":182,"168":9,"17":393,"18":860,"19":721,"20":327,"209":64,"21":809,"210":37,"211":16,"214":72,"215":711,"221":512,"223":1148,"224":219,"225":1311,"23":764,"24":2960,"25":640,"257":199,"26":155,"268":13,"27":193,"273":102,"276":107,"279":46,"28":1092,"281":20,"282":160,"291":101,"292":110,"30":51,"302":18,"306":3,"31":121,"314":17,"317":1,"32":75,"33":109,"34":124,"347":106,"35":159,"352":1088,"36":289,"37":103,"38":887,"380":48,"381":179,"383":77,"389":5,"39":206,"391":52,"396":7,"397":83,"40":108,"409":66,"41":118,"414":145,"415":265,"419":5,"42":192,"426":52,"43":154,"430":152,"433":13,"434":1,"44":56,"45":92,"46":314,"48":126,"49":272,"5":4464,"51":70,"52":94,"53":128,"56":14,"570":4,"6":274,"63":59,"7":1001,"79":35,"8":604,"80":63,"9":1037,"all_client":159096,"all_tv_clinet":31785,"insert_time":"2014-08-21T13:23:30.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127372,"10":42,"107":1002,"11":443,"12":173,"13":750,"14":249,"15":288,"155":134,"156":32,"158":93,"159":32,"16":357,"160":71,"161":298,"167":177,"168":10,"17":397,"18":859,"19":716,"20":322,"209":64,"21":818,"210":37,"211":17,"214":74,"215":720,"221":523,"223":1092,"224":215,"225":1321,"23":785,"24":2980,"25":634,"257":194,"26":162,"268":12,"27":194,"273":103,"276":101,"279":49,"28":1074,"281":19,"282":165,"291":102,"292":110,"30":55,"302":17,"306":2,"31":116,"314":17,"317":1,"32":72,"33":112,"34":127,"347":104,"35":154,"352":1077,"36":288,"37":98,"38":884,"380":49,"381":174,"383":80,"389":5,"39":201,"391":54,"396":6,"397":82,"40":104,"409":68,"41":118,"414":141,"415":264,"419":7,"42":196,"426":53,"43":149,"430":137,"433":14,"434":1,"44":45,"45":95,"46":316,"48":126,"49":276,"5":4464,"51":64,"52":98,"53":132,"56":17,"570":3,"6":272,"63":56,"7":1021,"79":35,"8":607,"80":67,"9":1061,"all_client":159164,"all_tv_clinet":31792,"insert_time":"2014-08-21T13:24:31.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127443,"10":43,"107":996,"11":454,"12":180,"13":741,"14":247,"15":268,"155":134,"156":32,"158":91,"159":29,"16":356,"160":72,"161":308,"167":173,"168":10,"17":390,"18":859,"19":683,"20":323,"209":69,"21":827,"210":38,"211":19,"214":75,"215":723,"221":522,"223":1051,"224":216,"225":1325,"23":787,"24":2975,"25":647,"257":202,"26":157,"268":10,"27":192,"273":106,"276":97,"279":53,"28":1060,"281":19,"282":166,"291":104,"292":115,"30":55,"302":16,"306":2,"31":113,"314":18,"317":1,"32":74,"33":112,"34":135,"347":102,"35":155,"352":1102,"36":286,"37":97,"38":883,"380":50,"381":162,"383":79,"389":5,"39":205,"391":54,"396":6,"397":83,"40":99,"409":68,"41":117,"414":144,"415":265,"419":7,"42":195,"426":55,"43":149,"430":133,"433":15,"434":1,"44":43,"45":96,"46":317,"48":120,"49":285,"5":4483,"51":62,"52":103,"53":131,"56":18,"570":5,"6":275,"63":57,"7":1023,"79":36,"8":611,"80":66,"9":1078,"all_client":159239,"all_tv_clinet":31796,"insert_time":"2014-08-21T13:25:32.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127539,"10":43,"107":997,"11":463,"12":185,"13":751,"14":252,"15":279,"155":136,"156":32,"158":83,"159":28,"16":340,"160":72,"161":314,"167":172,"168":12,"17":392,"18":862,"19":636,"20":317,"209":66,"21":827,"210":38,"211":21,"214":75,"215":719,"221":511,"223":1004,"224":223,"225":1299,"23":803,"24":2960,"25":658,"257":198,"26":164,"268":10,"27":193,"273":103,"276":93,"279":54,"28":1054,"281":19,"282":164,"291":104,"292":122,"30":53,"302":15,"306":2,"31":114,"314":16,"317":1,"32":70,"33":116,"34":134,"347":103,"35":151,"352":1105,"36":286,"37":94,"38":885,"380":49,"381":155,"383":78,"389":6,"39":208,"391":53,"396":4,"397":82,"40":96,"409":75,"41":119,"414":146,"415":271,"419":9,"42":200,"426":55,"43":150,"430":130,"431":1,"433":15,"434":1,"44":41,"45":95,"46":319,"48":117,"49":288,"5":4490,"51":58,"52":106,"53":135,"56":18,"570":5,"6":290,"63":55,"7":1022,"79":34,"8":612,"80":70,"9":1071,"all_client":159261,"all_tv_clinet":31722,"insert_time":"2014-08-21T13:26:33.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127632,"10":45,"107":988,"11":456,"12":197,"13":750,"14":249,"15":287,"155":134,"156":32,"158":83,"159":25,"16":306,"160":73,"161":319,"167":169,"168":11,"17":399,"18":865,"19":619,"20":313,"209":66,"21":829,"210":37,"211":20,"214":77,"215":707,"221":490,"223":971,"224":232,"225":1298,"23":807,"24":2959,"25":664,"257":192,"26":164,"268":9,"27":200,"273":101,"276":91,"279":57,"28":1059,"281":20,"282":159,"291":105,"292":133,"30":54,"302":14,"306":3,"31":115,"314":14,"317":1,"32":71,"33":117,"34":138,"347":99,"35":144,"352":1117,"36":289,"37":101,"38":874,"380":49,"381":148,"383":77,"389":5,"39":198,"391":57,"396":5,"397":83,"40":92,"409":76,"41":112,"414":152,"415":265,"419":9,"42":194,"426":53,"43":151,"430":130,"431":1,"433":15,"434":1,"44":40,"45":108,"46":314,"48":116,"49":299,"5":4489,"51":57,"52":103,"53":122,"56":17,"570":5,"6":295,"63":58,"7":1043,"79":36,"8":612,"80":71,"9":1078,"all_client":159286,"all_tv_clinet":31654,"insert_time":"2014-08-21T13:27:35.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127680,"10":46,"107":972,"11":452,"12":202,"13":748,"14":246,"15":286,"155":125,"156":32,"158":80,"159":25,"16":279,"160":75,"161":312,"167":165,"168":11,"17":415,"18":865,"19":603,"20":319,"209":65,"21":834,"210":36,"211":20,"214":77,"215":716,"221":484,"223":959,"224":230,"225":1301,"23":814,"24":2953,"25":661,"257":189,"26":169,"268":7,"27":200,"273":102,"276":96,"279":54,"28":1083,"281":21,"282":152,"291":103,"292":142,"30":52,"302":14,"306":3,"31":118,"314":13,"317":2,"32":70,"33":119,"34":136,"347":83,"35":147,"352":1132,"36":285,"37":99,"38":886,"380":51,"381":143,"383":74,"389":5,"39":198,"391":60,"396":6,"397":82,"40":101,"409":74,"41":111,"414":160,"415":261,"419":8,"42":179,"426":51,"43":155,"430":130,"431":1,"433":14,"434":1,"44":35,"45":110,"46":318,"48":114,"49":294,"5":4508,"51":55,"52":105,"53":118,"56":19,"570":6,"6":299,"63":55,"7":1064,"79":37,"8":613,"80":72,"9":1063,"all_client":159315,"all_tv_clinet":31635,"insert_time":"2014-08-21T13:28:36.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127811,"10":49,"107":967,"11":438,"12":218,"13":745,"14":225,"15":303,"155":109,"156":37,"158":80,"159":25,"16":262,"160":76,"161":302,"167":161,"168":11,"17":414,"18":869,"19":612,"20":312,"209":69,"21":841,"210":32,"211":20,"214":79,"215":712,"221":480,"223":944,"224":234,"225":1321,"23":809,"24":2940,"25":674,"257":184,"26":172,"268":7,"27":204,"273":100,"276":96,"279":49,"28":1098,"281":24,"282":143,"291":103,"292":145,"30":49,"302":14,"306":3,"31":119,"314":14,"317":2,"32":75,"33":119,"34":143,"347":74,"35":142,"352":1121,"36":288,"37":100,"38":893,"380":52,"381":140,"383":76,"389":5,"39":201,"391":61,"396":6,"397":85,"40":106,"409":71,"41":116,"414":161,"415":260,"419":10,"42":163,"426":48,"43":155,"430":132,"431":1,"433":14,"434":1,"44":34,"45":114,"46":318,"48":116,"49":299,"5":4530,"51":52,"52":107,"53":117,"56":20,"570":6,"6":308,"63":52,"7":1078,"79":38,"8":605,"80":68,"9":1026,"all_client":159414,"all_tv_clinet":31603,"insert_time":"2014-08-21T13:29:38.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127844,"10":58,"107":950,"11":446,"12":240,"13":731,"14":210,"15":309,"155":104,"156":37,"158":79,"159":23,"16":238,"160":74,"161":298,"167":163,"168":13,"17":420,"18":864,"19":603,"20":312,"209":79,"21":854,"210":37,"211":19,"214":76,"215":725,"221":480,"223":908,"224":245,"225":1314,"23":816,"24":2932,"25":667,"257":186,"26":175,"268":8,"27":203,"273":92,"276":93,"279":42,"28":1119,"281":26,"282":139,"291":100,"292":153,"30":51,"302":13,"306":2,"31":120,"314":15,"317":2,"32":71,"33":116,"34":144,"347":64,"35":144,"352":1126,"36":286,"37":96,"38":899,"380":52,"381":141,"383":78,"389":5,"39":206,"391":58,"396":7,"397":83,"40":114,"409":76,"41":129,"414":154,"415":262,"419":10,"42":144,"426":51,"43":157,"430":128,"431":1,"433":15,"434":1,"44":36,"45":113,"46":316,"48":122,"49":308,"5":4534,"51":49,"52":107,"53":118,"56":24,"570":6,"6":320,"63":50,"7":1096,"79":36,"8":602,"80":68,"9":992,"all_client":159422,"all_tv_clinet":31578,"insert_time":"2014-08-21T13:30:39.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127842,"10":64,"107":950,"11":435,"12":262,"13":721,"14":204,"15":320,"155":97,"156":40,"158":77,"159":22,"16":224,"160":74,"161":300,"167":168,"168":15,"17":417,"18":854,"19":623,"20":317,"209":78,"21":854,"210":35,"211":21,"214":71,"215":726,"221":492,"223":881,"224":250,"225":1309,"23":821,"24":2933,"25":665,"257":192,"26":183,"268":7,"27":207,"273":89,"276":91,"279":42,"28":1141,"281":27,"282":133,"291":97,"292":158,"30":55,"302":15,"306":2,"31":119,"314":14,"317":1,"32":70,"33":114,"34":146,"347":62,"35":139,"352":1133,"36":293,"37":98,"38":893,"380":53,"381":139,"383":79,"389":5,"39":207,"391":56,"396":8,"397":81,"40":121,"409":75,"41":135,"414":142,"415":260,"419":12,"42":132,"426":59,"43":157,"430":127,"431":1,"433":17,"434":1,"44":36,"45":111,"46":319,"48":124,"49":314,"5":4548,"51":49,"52":104,"53":115,"56":26,"570":3,"6":330,"63":50,"7":1103,"79":41,"8":592,"80":67,"9":958,"all_client":159440,"all_tv_clinet":31598,"insert_time":"2014-08-21T13:31:40.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127859,"10":65,"107":956,"11":425,"12":271,"13":717,"14":203,"15":327,"155":89,"156":41,"158":80,"159":19,"16":204,"160":79,"161":298,"167":171,"168":16,"17":419,"18":827,"19":630,"20":320,"209":90,"21":855,"210":34,"211":23,"214":65,"215":742,"221":489,"223":865,"224":253,"225":1319,"23":828,"24":2949,"25":670,"257":192,"26":188,"268":8,"27":211,"273":93,"276":91,"279":41,"28":1152,"281":29,"282":130,"291":96,"292":165,"30":56,"302":15,"306":2,"31":115,"314":13,"317":1,"32":66,"33":111,"34":146,"347":56,"35":138,"352":1141,"36":280,"37":100,"38":873,"380":56,"381":134,"383":86,"389":5,"39":203,"391":56,"396":10,"397":78,"40":126,"409":71,"41":134,"414":141,"415":238,"419":11,"42":127,"426":62,"43":158,"430":133,"431":1,"433":18,"434":1,"44":42,"45":114,"46":321,"48":125,"49":324,"5":4556,"51":47,"52":102,"53":105,"56":26,"570":5,"6":335,"63":49,"7":1119,"79":42,"8":590,"80":70,"9":925,"all_client":159453,"all_tv_clinet":31594,"insert_time":"2014-08-21T13:32:41.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127857,"10":70,"107":974,"11":411,"12":271,"13":710,"14":206,"15":312,"155":86,"156":42,"158":81,"159":18,"16":197,"160":84,"161":295,"167":168,"168":18,"17":429,"18":809,"19":650,"20":312,"209":96,"21":864,"210":31,"211":22,"214":60,"215":734,"221":520,"223":861,"224":251,"225":1325,"23":831,"24":2976,"25":667,"257":193,"26":186,"268":7,"27":209,"273":98,"276":99,"279":41,"28":1165,"281":26,"282":129,"291":91,"292":158,"30":59,"302":14,"306":2,"31":112,"314":13,"317":1,"32":69,"33":113,"34":149,"347":53,"35":147,"352":1133,"36":276,"37":98,"38":845,"380":57,"381":124,"383":89,"389":6,"39":210,"391":53,"396":11,"397":77,"40":128,"409":72,"41":127,"414":139,"415":220,"419":11,"42":124,"426":62,"43":158,"430":143,"431":1,"433":18,"44":42,"45":115,"46":325,"48":122,"49":338,"5":4553,"51":45,"52":101,"53":103,"56":28,"570":5,"6":333,"63":48,"7":1112,"79":42,"8":583,"80":71,"9":918,"all_client":159438,"all_tv_clinet":31581,"insert_time":"2014-08-21T13:33:42.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127822,"10":73,"107":971,"11":407,"12":275,"13":702,"14":207,"15":293,"155":80,"156":45,"158":76,"159":18,"16":191,"160":89,"161":303,"167":171,"168":18,"17":430,"18":798,"19":660,"20":306,"209":105,"21":846,"210":29,"211":23,"214":55,"215":719,"221":517,"223":862,"224":257,"225":1330,"23":829,"24":2949,"25":672,"257":192,"26":189,"268":6,"27":209,"273":97,"276":104,"279":46,"28":1154,"281":25,"282":124,"291":89,"292":149,"30":61,"302":15,"306":2,"31":113,"314":14,"317":1,"32":73,"33":105,"34":155,"347":46,"35":145,"352":1129,"36":267,"37":96,"38":854,"380":57,"381":122,"383":98,"389":7,"39":214,"391":54,"396":11,"397":78,"40":141,"409":68,"41":138,"414":143,"415":202,"419":10,"42":116,"426":54,"43":162,"430":154,"431":2,"433":19,"44":43,"45":114,"46":328,"48":129,"49":345,"5":4549,"51":43,"52":98,"53":97,"56":29,"570":5,"6":343,"63":46,"7":1103,"79":40,"8":591,"80":71,"9":958,"all_client":159370,"all_tv_clinet":31548,"insert_time":"2014-08-21T13:34:43.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127782,"10":81,"107":962,"11":430,"12":277,"13":695,"14":216,"15":267,"155":80,"156":42,"158":78,"159":17,"16":183,"160":92,"161":315,"167":173,"168":19,"17":414,"18":791,"19":668,"20":309,"209":103,"21":851,"210":27,"211":25,"214":51,"215":713,"221":500,"223":863,"224":254,"225":1326,"23":833,"24":2950,"25":673,"257":190,"26":192,"268":8,"27":201,"273":99,"276":104,"279":48,"28":1172,"281":25,"282":135,"291":84,"292":124,"30":62,"302":18,"306":2,"31":114,"314":15,"317":1,"32":75,"33":102,"34":160,"347":41,"35":147,"352":1142,"36":277,"37":95,"38":857,"380":57,"381":130,"383":96,"389":8,"39":217,"391":56,"396":11,"397":77,"40":154,"409":64,"41":140,"414":145,"415":193,"419":10,"42":106,"426":53,"43":158,"430":154,"431":2,"433":19,"44":43,"45":113,"46":322,"48":131,"49":346,"5":4537,"51":43,"52":96,"53":86,"56":30,"570":5,"6":351,"63":42,"7":1094,"79":40,"8":595,"80":70,"9":1001,"all_client":159345,"all_tv_clinet":31563,"insert_time":"2014-08-21T13:35:44.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127723,"10":84,"107":967,"11":441,"12":277,"13":696,"14":209,"15":257,"155":78,"156":42,"158":80,"159":19,"16":170,"160":87,"161":312,"167":176,"168":17,"17":394,"18":810,"19":671,"20":303,"209":99,"21":857,"210":27,"211":26,"214":51,"215":717,"221":483,"223":872,"224":260,"225":1343,"23":826,"24":2935,"25":671,"257":192,"26":194,"268":8,"27":197,"273":93,"276":105,"279":48,"28":1168,"281":24,"282":138,"291":84,"292":117,"30":57,"302":21,"306":2,"31":117,"314":15,"317":1,"32":78,"33":102,"34":166,"347":36,"35":149,"352":1141,"36":276,"37":95,"38":871,"380":57,"381":138,"383":90,"389":7,"39":217,"391":55,"396":10,"397":78,"40":154,"409":65,"41":137,"414":136,"415":181,"419":9,"42":96,"426":56,"43":158,"430":166,"431":2,"433":19,"44":42,"45":110,"46":324,"48":134,"49":342,"5":4525,"51":48,"52":96,"53":88,"56":33,"570":6,"6":367,"63":43,"7":1083,"79":43,"8":587,"80":71,"9":1019,"all_client":159267,"all_tv_clinet":31544,"insert_time":"2014-08-21T13:36:45.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127614,"10":88,"107":941,"11":441,"12":279,"13":685,"14":202,"15":252,"155":76,"156":45,"158":83,"159":17,"16":167,"160":88,"161":316,"167":174,"168":16,"17":360,"18":840,"19":667,"20":298,"209":86,"21":869,"210":27,"211":25,"214":53,"215":724,"221":484,"223":870,"224":272,"225":1345,"23":820,"24":2945,"25":673,"257":191,"26":194,"268":8,"27":197,"273":91,"276":105,"279":47,"28":1170,"281":24,"282":142,"291":84,"292":115,"30":57,"302":23,"306":3,"31":117,"314":15,"317":1,"32":75,"33":101,"34":168,"347":32,"35":154,"352":1135,"36":270,"37":92,"38":845,"380":56,"381":143,"383":83,"389":6,"39":224,"391":54,"396":12,"397":77,"40":156,"409":69,"41":135,"414":135,"415":173,"419":9,"42":93,"426":58,"43":159,"430":174,"431":1,"433":19,"44":46,"45":110,"46":323,"48":135,"49":345,"5":4528,"51":47,"52":97,"53":97,"56":38,"570":6,"6":370,"63":43,"7":1073,"79":40,"8":586,"80":69,"9":1042,"all_client":159129,"all_tv_clinet":31515,"insert_time":"2014-08-21T13:37:46.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127549,"10":93,"107":896,"11":439,"12":281,"13":666,"14":202,"15":260,"155":72,"156":51,"158":83,"159":16,"16":161,"160":90,"161":318,"167":172,"168":16,"17":348,"18":860,"19":663,"20":291,"209":76,"21":875,"210":26,"211":22,"214":50,"215":725,"221":483,"223":872,"224":275,"225":1351,"23":826,"24":2975,"25":676,"257":189,"26":192,"268":8,"27":195,"273":88,"276":111,"279":48,"28":1191,"281":22,"282":141,"291":82,"292":115,"30":58,"302":23,"306":3,"31":107,"314":13,"317":1,"32":72,"33":99,"34":168,"347":32,"35":155,"352":1120,"36":263,"37":85,"38":856,"380":54,"381":144,"383":81,"389":7,"39":228,"391":56,"396":11,"397":78,"40":155,"409":69,"41":142,"414":128,"415":175,"419":8,"42":85,"426":64,"43":164,"430":178,"431":1,"433":18,"44":45,"45":111,"46":333,"48":140,"49":349,"5":4507,"51":48,"52":101,"53":89,"56":42,"570":5,"6":375,"63":40,"7":1068,"79":41,"8":580,"80":57,"9":1063,"all_client":159036,"all_tv_clinet":31487,"insert_time":"2014-08-21T13:38:48.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127514,"10":91,"107":871,"11":458,"12":288,"13":630,"14":196,"15":273,"155":70,"156":53,"158":83,"159":15,"16":160,"160":92,"161":325,"167":170,"168":16,"17":331,"18":884,"19":670,"20":289,"209":74,"21":887,"210":24,"211":19,"214":48,"215":720,"221":482,"223":851,"224":287,"225":1317,"23":831,"24":3011,"25":687,"257":195,"26":191,"268":9,"27":195,"273":83,"276":112,"279":45,"28":1202,"281":26,"282":145,"291":81,"292":110,"30":60,"302":21,"306":3,"31":102,"314":12,"317":1,"32":68,"33":104,"34":170,"347":34,"35":153,"352":1122,"36":276,"37":73,"38":856,"380":55,"381":147,"383":79,"389":7,"39":226,"391":54,"396":10,"397":77,"40":155,"409":68,"41":142,"414":134,"415":169,"419":8,"42":83,"426":60,"43":164,"430":185,"431":1,"433":16,"44":42,"45":109,"46":335,"48":142,"49":352,"5":4516,"51":48,"52":109,"53":91,"56":42,"570":5,"6":364,"63":41,"7":1061,"79":39,"8":577,"80":56,"9":1075,"all_client":159010,"all_tv_clinet":31496,"insert_time":"2014-08-21T13:39:49.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127502,"10":86,"107":842,"11":450,"12":293,"13":604,"14":191,"15":281,"155":71,"156":52,"158":75,"159":21,"16":167,"160":96,"161":322,"167":169,"168":15,"17":310,"18":881,"19":651,"20":282,"209":69,"21":907,"210":24,"211":21,"214":46,"215":714,"221":474,"223":839,"224":297,"225":1250,"23":842,"24":3049,"25":699,"257":199,"26":194,"268":9,"27":193,"273":77,"276":112,"279":46,"28":1228,"281":27,"282":145,"291":83,"292":107,"30":59,"302":23,"306":3,"31":96,"314":10,"317":1,"32":73,"33":103,"34":169,"347":28,"35":154,"352":1113,"36":273,"37":69,"38":851,"380":54,"381":146,"383":80,"389":7,"39":233,"391":54,"396":9,"397":80,"40":144,"409":67,"41":145,"414":126,"415":161,"419":9,"42":86,"426":68,"43":169,"430":181,"431":1,"433":17,"44":45,"45":104,"46":337,"48":143,"49":358,"5":4548,"51":47,"52":109,"53":89,"56":48,"570":7,"6":359,"63":41,"7":1072,"79":40,"8":568,"80":56,"9":1085,"all_client":158930,"all_tv_clinet":31428,"insert_time":"2014-08-21T13:40:51.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127428,"10":84,"107":812,"11":462,"12":294,"13":591,"14":178,"15":291,"155":76,"156":50,"158":63,"159":21,"16":170,"160":101,"161":329,"167":172,"168":15,"17":289,"18":875,"19":623,"20":282,"209":73,"21":905,"210":23,"211":22,"214":42,"215":706,"221":477,"223":835,"224":310,"225":1200,"23":854,"24":3052,"25":727,"257":204,"26":199,"268":9,"27":194,"273":73,"276":115,"279":47,"28":1234,"281":26,"282":144,"291":81,"292":106,"30":59,"302":22,"306":4,"31":96,"314":10,"317":1,"32":72,"33":104,"34":167,"347":24,"35":156,"352":1123,"36":270,"37":63,"38":860,"380":51,"381":141,"383":79,"389":7,"39":234,"391":51,"396":9,"397":79,"40":149,"409":70,"41":144,"414":125,"415":159,"419":8,"42":85,"426":68,"43":174,"430":195,"431":1,"433":18,"44":48,"45":103,"46":345,"48":143,"49":367,"5":4561,"51":49,"52":109,"53":94,"56":48,"570":8,"6":357,"63":43,"7":1063,"79":40,"8":524,"80":62,"9":1104,"all_client":158810,"all_tv_clinet":31382,"insert_time":"2014-08-21T13:41:52.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127433,"10":95,"107":812,"11":445,"12":303,"13":571,"14":173,"15":304,"155":78,"156":52,"158":57,"159":23,"16":174,"160":109,"161":327,"167":169,"168":14,"17":271,"18":868,"19":597,"20":290,"209":74,"21":917,"210":24,"211":20,"214":41,"215":695,"221":480,"223":824,"224":311,"225":1132,"23":849,"24":3054,"25":740,"257":202,"26":202,"268":11,"27":197,"273":72,"276":116,"279":47,"28":1247,"281":26,"282":136,"291":82,"292":108,"30":52,"302":23,"306":4,"31":96,"314":10,"317":1,"32":72,"33":99,"34":171,"347":22,"35":162,"352":1109,"36":259,"37":60,"38":862,"380":49,"381":139,"383":82,"389":6,"39":243,"391":51,"396":11,"397":79,"40":156,"409":72,"41":150,"414":122,"415":157,"419":8,"42":83,"426":72,"43":169,"430":197,"431":1,"433":20,"44":48,"45":104,"46":359,"48":152,"49":376,"5":4568,"51":53,"52":106,"53":101,"56":48,"570":7,"6":361,"63":43,"7":1082,"79":39,"8":471,"80":60,"9":1129,"all_client":158748,"all_tv_clinet":31315,"insert_time":"2014-08-21T13:42:54.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127375,"10":96,"107":807,"11":455,"12":314,"13":561,"14":169,"15":311,"155":84,"156":51,"158":56,"159":20,"16":182,"160":105,"161":320,"167":168,"168":14,"17":262,"18":873,"19":575,"20":286,"209":68,"21":933,"210":24,"211":21,"214":37,"215":687,"221":485,"223":819,"224":319,"225":1080,"23":859,"24":3074,"25":754,"257":194,"26":197,"268":10,"27":199,"273":65,"276":122,"279":44,"28":1264,"281":22,"282":131,"291":81,"292":120,"30":52,"302":23,"306":4,"31":99,"314":12,"317":1,"32":76,"33":94,"34":172,"347":22,"35":170,"352":1106,"36":262,"37":59,"38":849,"380":48,"381":136,"383":84,"389":7,"39":242,"391":44,"396":11,"397":78,"40":158,"409":80,"41":156,"414":113,"415":161,"419":9,"42":81,"426":80,"43":169,"430":193,"433":19,"44":48,"45":103,"46":380,"48":160,"49":384,"5":4577,"51":54,"52":109,"53":106,"56":47,"570":7,"6":369,"63":43,"7":1072,"79":35,"8":415,"80":58,"9":1151,"all_client":158681,"all_tv_clinet":31306,"insert_time":"2014-08-21T13:43:55.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127229,"10":94,"107":802,"11":450,"12":284,"13":555,"14":171,"15":310,"155":83,"156":49,"158":55,"159":19,"16":180,"160":109,"161":296,"167":157,"168":15,"17":257,"18":900,"19":578,"20":291,"209":70,"21":939,"210":25,"211":22,"214":37,"215":667,"221":476,"223":825,"224":318,"225":1065,"23":851,"24":3071,"25":770,"257":190,"26":195,"268":11,"27":200,"273":58,"276":129,"279":42,"28":1276,"281":22,"282":135,"291":81,"292":132,"30":54,"302":21,"306":4,"31":105,"314":10,"317":1,"32":78,"33":89,"34":181,"347":23,"35":174,"352":1110,"36":266,"37":54,"38":861,"380":47,"381":128,"383":91,"389":8,"39":244,"391":42,"396":11,"397":79,"40":156,"409":83,"41":162,"414":105,"415":155,"419":9,"42":78,"426":90,"43":171,"430":195,"433":18,"44":47,"45":102,"46":381,"48":164,"49":384,"5":4573,"51":53,"52":114,"53":112,"56":46,"570":7,"6":340,"63":46,"7":1077,"79":35,"8":381,"80":54,"9":1161,"all_client":158471,"all_tv_clinet":31242,"insert_time":"2014-08-21T13:44:56.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127053,"10":87,"107":796,"11":458,"12":249,"13":551,"14":168,"15":329,"155":86,"156":49,"158":56,"159":15,"16":185,"160":109,"161":284,"167":153,"168":14,"17":257,"18":920,"19":581,"20":285,"209":65,"21":952,"210":23,"211":22,"214":36,"215":667,"221":452,"223":824,"224":323,"225":1032,"23":853,"24":3074,"25":770,"257":197,"26":199,"268":8,"27":206,"273":61,"276":130,"279":40,"28":1292,"281":20,"282":138,"291":82,"292":132,"30":56,"302":22,"306":4,"31":104,"314":8,"317":1,"32":74,"33":90,"34":185,"347":24,"35":176,"352":1085,"36":263,"37":58,"38":878,"380":47,"381":125,"383":103,"389":9,"39":244,"391":41,"396":9,"397":77,"40":155,"409":81,"41":163,"414":99,"415":162,"419":9,"42":86,"426":100,"43":175,"430":196,"433":18,"44":50,"45":99,"46":390,"48":163,"49":388,"5":4562,"51":51,"52":122,"53":111,"56":43,"570":7,"6":326,"63":47,"7":1076,"79":34,"8":357,"80":51,"9":1174,"all_client":158261,"all_tv_clinet":31208,"insert_time":"2014-08-21T13:45:57.796Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126934,"10":84,"107":794,"11":452,"12":213,"13":562,"14":159,"15":346,"155":88,"156":51,"158":67,"159":16,"16":194,"160":102,"161":281,"167":151,"168":14,"17":259,"18":935,"19":579,"20":284,"209":70,"21":965,"210":24,"211":20,"214":40,"215":648,"221":454,"223":828,"224":331,"225":993,"23":846,"24":3080,"25":769,"257":202,"26":205,"268":8,"27":214,"273":62,"276":131,"279":38,"28":1312,"281":21,"282":137,"291":83,"292":126,"30":58,"302":22,"306":3,"31":98,"314":7,"32":75,"33":92,"34":189,"347":25,"35":181,"352":1089,"36":262,"37":58,"38":906,"380":52,"381":125,"383":104,"389":9,"39":245,"391":41,"396":9,"397":75,"40":157,"409":81,"41":161,"414":98,"415":167,"419":11,"42":88,"426":99,"43":175,"430":206,"433":17,"44":48,"45":103,"46":392,"48":176,"49":390,"5":4546,"51":48,"52":121,"53":112,"56":43,"570":6,"6":308,"63":46,"7":1080,"79":31,"8":332,"80":42,"9":1185,"all_client":158166,"all_tv_clinet":31232,"insert_time":"2014-08-21T13:46:58.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126801,"10":90,"107":797,"11":452,"12":200,"13":580,"14":157,"15":334,"155":87,"156":52,"158":66,"159":20,"16":214,"160":95,"161":275,"167":151,"168":14,"17":260,"18":946,"19":580,"20":278,"209":69,"21":972,"210":24,"211":21,"214":41,"215":617,"221":451,"223":819,"224":329,"225":1000,"23":856,"24":3102,"25":776,"257":195,"26":209,"268":8,"27":216,"273":69,"276":129,"279":40,"28":1325,"281":22,"282":137,"291":79,"292":116,"30":60,"302":22,"306":2,"31":104,"314":7,"32":76,"33":88,"34":190,"347":23,"35":180,"352":1124,"36":263,"37":56,"38":897,"380":51,"381":127,"383":99,"389":10,"39":247,"391":41,"396":9,"397":75,"40":166,"409":74,"41":147,"414":95,"415":165,"419":11,"42":88,"426":103,"43":177,"430":207,"433":16,"44":45,"45":102,"46":397,"48":175,"49":394,"5":4433,"51":47,"52":119,"53":116,"56":43,"570":6,"6":310,"63":49,"7":1090,"79":29,"8":320,"80":34,"9":1250,"all_client":158030,"all_tv_clinet":31229,"insert_time":"2014-08-21T13:47:59.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126749,"10":81,"107":789,"11":459,"12":187,"13":591,"14":163,"15":314,"155":92,"156":55,"158":68,"159":26,"16":237,"160":86,"161":269,"167":152,"168":13,"17":267,"18":966,"19":589,"20":257,"209":70,"21":970,"210":22,"211":23,"214":41,"215":610,"221":451,"223":822,"224":330,"225":996,"23":868,"24":3147,"25":789,"257":187,"26":214,"268":8,"27":217,"273":73,"276":132,"279":36,"28":1325,"281":23,"282":136,"291":79,"292":106,"30":61,"302":22,"306":3,"31":106,"314":7,"32":76,"33":89,"34":187,"347":23,"35":187,"352":1115,"36":272,"37":55,"38":891,"380":54,"381":132,"383":99,"389":11,"39":248,"391":43,"396":8,"397":76,"40":168,"409":69,"41":144,"414":93,"415":162,"419":11,"42":87,"426":94,"43":179,"430":209,"433":15,"44":44,"45":99,"46":398,"48":177,"49":396,"5":4192,"51":49,"52":117,"53":115,"56":44,"570":7,"6":322,"63":49,"7":1119,"79":27,"8":310,"80":30,"9":1316,"all_client":157892,"all_tv_clinet":31143,"insert_time":"2014-08-21T13:49:00.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126631,"10":85,"107":811,"11":476,"12":177,"13":593,"14":166,"15":298,"155":94,"156":57,"158":71,"159":30,"16":262,"160":81,"161":261,"167":157,"168":12,"17":266,"18":979,"19":602,"20":253,"209":74,"21":964,"210":21,"211":22,"214":40,"215":621,"221":453,"223":847,"224":330,"225":977,"23":881,"24":3182,"25":805,"257":185,"26":219,"268":7,"27":219,"273":79,"276":134,"279":38,"28":1325,"281":26,"282":138,"291":79,"292":100,"30":66,"302":21,"306":2,"31":109,"314":6,"32":66,"33":92,"34":190,"347":24,"35":189,"352":1104,"36":270,"37":60,"38":876,"380":51,"381":134,"383":106,"389":11,"39":254,"391":47,"396":8,"397":77,"40":175,"409":60,"41":132,"414":94,"415":159,"419":10,"42":86,"426":87,"43":180,"430":214,"431":1,"433":14,"44":44,"45":102,"46":413,"48":179,"49":405,"5":3877,"51":52,"52":121,"53":109,"56":44,"570":9,"6":343,"63":50,"7":1157,"79":29,"8":301,"80":29,"9":1378,"all_client":157745,"all_tv_clinet":31114,"insert_time":"2014-08-21T13:50:01.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126526,"10":83,"107":816,"11":468,"12":168,"13":594,"14":174,"15":304,"155":96,"156":57,"158":75,"159":30,"16":290,"160":71,"161":265,"167":151,"168":12,"17":259,"18":994,"19":607,"20":254,"209":68,"21":963,"210":21,"211":21,"214":41,"215":646,"221":455,"223":865,"224":318,"225":936,"23":877,"24":3234,"25":811,"257":178,"26":226,"268":6,"27":227,"273":76,"276":135,"279":37,"28":1342,"281":27,"282":138,"291":79,"292":92,"30":68,"302":22,"306":2,"31":114,"314":8,"32":66,"33":93,"34":186,"347":24,"35":196,"352":1091,"36":263,"37":61,"38":880,"380":47,"381":133,"383":103,"389":11,"39":263,"391":44,"396":8,"397":75,"40":177,"409":57,"41":128,"414":91,"415":160,"419":10,"42":82,"426":81,"43":174,"430":222,"431":1,"433":12,"44":46,"45":106,"46":415,"48":173,"49":409,"5":3639,"51":50,"52":116,"53":111,"56":40,"570":9,"6":356,"63":50,"7":1177,"79":31,"8":303,"80":29,"9":1421,"all_client":157547,"all_tv_clinet":31021,"insert_time":"2014-08-21T13:51:03.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126379,"10":84,"107":817,"11":463,"12":179,"13":600,"14":174,"15":301,"155":98,"156":53,"158":80,"159":26,"16":294,"160":69,"161":272,"167":153,"168":12,"17":257,"18":1004,"19":607,"20":257,"209":67,"21":963,"210":19,"211":21,"214":40,"215":634,"221":454,"223":895,"224":296,"225":917,"23":867,"24":3258,"25":816,"257":174,"26":229,"268":4,"27":231,"273":74,"276":137,"279":35,"28":1334,"281":29,"282":137,"291":84,"292":89,"30":69,"302":23,"306":1,"31":124,"314":6,"32":68,"33":90,"34":194,"347":24,"35":197,"352":1097,"36":276,"37":67,"38":878,"380":40,"381":140,"383":102,"389":11,"39":269,"391":46,"396":6,"397":76,"40":178,"409":64,"41":125,"414":88,"415":154,"419":9,"42":79,"426":77,"43":177,"430":219,"431":1,"433":11,"44":48,"45":110,"46":418,"48":173,"49":398,"5":3448,"51":48,"52":112,"53":110,"56":41,"570":10,"6":359,"63":51,"7":1225,"79":38,"8":293,"80":26,"9":1442,"all_client":157319,"all_tv_clinet":30940,"insert_time":"2014-08-21T13:52:04.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126247,"10":82,"107":804,"11":480,"12":193,"13":607,"14":191,"15":314,"155":101,"156":55,"158":84,"159":23,"16":304,"160":64,"161":284,"167":149,"168":13,"17":251,"18":1024,"19":604,"20":253,"209":64,"21":968,"210":20,"211":21,"214":40,"215":623,"221":452,"223":892,"224":267,"225":920,"23":861,"24":3313,"25":821,"257":177,"26":236,"268":5,"27":237,"273":74,"276":141,"279":32,"28":1344,"281":30,"282":136,"291":87,"292":88,"30":66,"302":23,"306":1,"31":124,"314":5,"32":68,"33":93,"34":197,"347":25,"35":203,"352":1077,"36":279,"37":66,"38":892,"380":39,"381":137,"383":100,"389":11,"39":266,"391":47,"396":5,"397":77,"40":175,"409":64,"41":116,"414":87,"415":165,"419":9,"42":78,"426":72,"43":175,"430":221,"431":1,"433":12,"44":48,"45":115,"46":418,"48":175,"49":374,"5":3260,"51":51,"52":113,"53":114,"56":40,"570":8,"6":349,"63":51,"7":1251,"79":40,"8":295,"80":27,"9":1464,"all_client":157145,"all_tv_clinet":30898,"insert_time":"2014-08-21T13:53:05.946Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126117,"10":76,"107":822,"11":498,"12":218,"13":624,"14":186,"15":326,"155":100,"156":58,"158":82,"159":22,"16":304,"160":63,"161":297,"167":151,"168":13,"17":252,"18":1055,"19":603,"20":251,"209":63,"21":975,"210":21,"211":20,"214":39,"215":606,"221":453,"223":874,"224":249,"225":897,"23":818,"24":3325,"25":836,"257":178,"26":243,"268":6,"27":248,"273":74,"276":144,"279":32,"28":1352,"281":28,"282":134,"291":89,"292":83,"30":65,"302":27,"306":2,"31":120,"314":5,"32":68,"33":98,"34":198,"347":26,"35":219,"352":1075,"36":274,"37":74,"38":890,"380":34,"381":137,"383":98,"389":12,"39":253,"391":47,"396":5,"397":76,"40":163,"409":67,"41":107,"414":90,"415":160,"419":9,"42":83,"426":60,"43":174,"430":229,"431":1,"433":10,"44":45,"45":122,"46":422,"48":173,"49":341,"5":3116,"51":52,"52":114,"53":118,"56":42,"570":8,"6":326,"63":52,"7":1257,"79":43,"8":297,"80":26,"9":1491,"all_client":156906,"all_tv_clinet":30789,"insert_time":"2014-08-21T13:54:07.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125934,"10":77,"107":825,"11":509,"12":244,"13":630,"14":187,"15":344,"155":102,"156":62,"158":85,"159":27,"16":315,"160":60,"161":295,"167":154,"168":14,"17":254,"18":1063,"19":608,"20":254,"209":66,"21":981,"210":20,"211":18,"214":36,"215":596,"221":442,"223":896,"224":235,"225":860,"23":759,"24":3346,"25":847,"257":182,"26":254,"268":5,"27":259,"273":74,"276":145,"279":33,"28":1371,"281":25,"282":134,"291":92,"292":82,"30":66,"302":26,"306":2,"31":121,"314":5,"32":72,"33":103,"34":207,"347":25,"35":227,"352":1080,"36":263,"37":86,"38":895,"380":34,"381":135,"383":100,"389":12,"39":226,"391":48,"396":5,"397":75,"40":160,"409":62,"41":106,"414":96,"415":161,"419":10,"42":89,"426":51,"43":156,"430":235,"431":1,"433":10,"44":47,"45":130,"46":431,"48":172,"49":317,"5":2991,"51":48,"52":114,"53":127,"56":43,"570":7,"6":285,"63":52,"7":1265,"79":39,"8":311,"80":25,"9":1512,"all_client":156667,"all_tv_clinet":30733,"insert_time":"2014-08-21T13:55:08.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125723,"10":81,"107":842,"11":515,"12":262,"13":644,"14":162,"15":358,"155":108,"156":64,"158":89,"159":30,"16":331,"160":62,"161":291,"167":154,"168":15,"17":254,"18":1067,"19":609,"20":261,"209":58,"21":936,"210":19,"211":18,"214":35,"215":574,"221":443,"223":899,"224":226,"225":854,"23":712,"24":3355,"25":866,"257":183,"26":260,"268":7,"27":273,"273":78,"276":152,"279":36,"28":1400,"281":26,"282":127,"291":94,"292":79,"30":69,"302":28,"306":3,"31":131,"314":6,"32":73,"33":104,"34":207,"347":26,"35":237,"352":1084,"36":267,"37":94,"38":900,"380":31,"381":133,"383":100,"389":12,"39":201,"391":48,"396":5,"397":74,"40":158,"409":63,"41":94,"414":100,"415":156,"419":11,"42":93,"426":45,"43":145,"430":245,"431":1,"433":9,"44":52,"45":140,"46":423,"48":162,"49":310,"5":2839,"51":46,"52":113,"53":134,"56":45,"570":6,"6":258,"63":53,"7":1267,"79":39,"8":312,"80":24,"9":1557,"all_client":156365,"all_tv_clinet":30642,"insert_time":"2014-08-21T13:56:09.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125528,"10":85,"107":837,"11":522,"12":286,"13":646,"14":149,"15":369,"155":116,"156":68,"158":92,"159":29,"16":343,"160":63,"161":278,"167":151,"168":15,"17":264,"18":1039,"19":591,"20":271,"209":62,"21":881,"210":18,"211":17,"214":34,"215":555,"221":437,"223":917,"224":222,"225":847,"23":696,"24":3405,"25":852,"257":182,"26":264,"268":7,"27":256,"273":84,"276":151,"279":38,"28":1425,"281":25,"282":125,"291":94,"292":84,"30":71,"302":30,"306":3,"31":144,"314":8,"32":72,"33":113,"34":216,"347":28,"35":247,"352":1090,"36":267,"37":101,"38":905,"380":31,"381":138,"383":98,"389":11,"39":194,"391":46,"396":5,"397":72,"40":155,"409":70,"41":88,"414":105,"415":159,"419":11,"42":109,"426":35,"43":123,"430":250,"431":1,"433":8,"44":54,"45":142,"46":397,"48":148,"49":301,"5":2689,"51":49,"52":113,"53":139,"56":44,"570":6,"6":246,"63":54,"7":1305,"79":37,"8":322,"80":23,"9":1589,"all_client":156082,"all_tv_clinet":30554,"insert_time":"2014-08-21T13:57:10.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125323,"10":93,"107":849,"11":519,"12":321,"13":654,"14":150,"15":380,"155":118,"156":68,"158":99,"159":29,"16":353,"160":65,"161":272,"167":148,"168":15,"17":259,"18":1021,"19":572,"20":281,"209":63,"21":816,"210":17,"211":15,"214":36,"215":530,"221":430,"223":935,"224":221,"225":844,"23":669,"24":3454,"25":821,"257":184,"26":242,"268":7,"27":231,"273":81,"276":154,"279":35,"28":1453,"281":27,"282":113,"291":93,"292":97,"30":75,"302":30,"306":3,"31":159,"314":11,"32":66,"33":114,"34":215,"347":28,"35":265,"352":1076,"36":274,"37":117,"38":881,"380":32,"381":149,"383":98,"389":11,"39":182,"391":48,"396":3,"397":74,"40":159,"409":76,"41":83,"414":113,"415":162,"419":11,"42":119,"426":33,"43":118,"430":248,"431":1,"433":9,"44":55,"45":144,"46":390,"48":139,"49":291,"5":2526,"51":54,"52":107,"53":140,"56":47,"570":6,"6":247,"63":56,"7":1338,"79":37,"8":334,"80":23,"9":1585,"all_client":155719,"all_tv_clinet":30396,"insert_time":"2014-08-21T13:58:11.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124973,"10":89,"107":836,"11":538,"12":360,"13":656,"14":139,"15":401,"155":122,"156":71,"158":101,"159":26,"16":371,"160":65,"161":266,"167":144,"168":15,"17":250,"18":1000,"19":547,"20":301,"209":60,"21":785,"210":16,"211":11,"214":40,"215":516,"221":416,"223":997,"224":227,"225":840,"23":645,"24":3500,"25":806,"257":179,"26":218,"268":9,"27":198,"273":75,"276":158,"279":35,"28":1470,"281":29,"282":109,"291":93,"292":118,"30":80,"302":31,"306":2,"31":171,"314":10,"32":69,"33":119,"34":204,"347":34,"35":277,"352":1075,"36":275,"37":123,"38":864,"380":31,"381":161,"383":94,"389":8,"39":178,"391":47,"396":4,"397":77,"40":165,"409":81,"41":82,"414":120,"415":163,"419":13,"42":147,"426":31,"43":107,"430":248,"431":1,"433":11,"44":60,"45":151,"46":378,"48":128,"49":280,"5":2338,"51":52,"52":97,"53":142,"56":48,"570":6,"6":269,"63":58,"7":1374,"79":37,"8":357,"80":22,"9":1485,"all_client":155206,"all_tv_clinet":30233,"insert_time":"2014-08-21T13:59:12.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124706,"10":93,"107":824,"11":545,"12":396,"13":680,"14":157,"15":431,"155":122,"156":70,"158":105,"159":25,"16":383,"160":65,"161":256,"167":134,"168":17,"17":235,"18":994,"19":522,"20":314,"209":61,"21":751,"210":16,"211":10,"214":42,"215":498,"221":420,"223":1034,"224":230,"225":839,"23":626,"24":3535,"25":773,"257":186,"26":199,"268":8,"27":191,"273":72,"276":171,"279":35,"28":1486,"281":30,"282":107,"291":93,"292":138,"30":81,"302":33,"306":3,"31":175,"314":9,"32":76,"33":119,"34":173,"347":36,"35":289,"352":1069,"36":273,"37":138,"38":844,"380":27,"381":165,"383":91,"389":8,"39":167,"391":44,"396":3,"397":76,"40":169,"409":87,"41":80,"414":119,"415":169,"419":14,"42":148,"426":31,"43":97,"430":248,"431":1,"433":10,"44":62,"45":156,"46":392,"48":132,"49":268,"5":2214,"51":50,"52":97,"53":140,"56":52,"570":7,"6":276,"63":60,"7":1410,"79":38,"8":377,"80":25,"9":1337,"all_client":154790,"all_tv_clinet":30084,"insert_time":"2014-08-21T14:00:44.332Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124778,"10":100,"107":802,"11":562,"12":433,"13":689,"14":179,"15":458,"155":125,"156":69,"158":111,"159":25,"16":418,"160":60,"161":254,"167":119,"168":15,"17":223,"18":999,"19":492,"20":340,"209":65,"21":699,"210":18,"211":11,"214":49,"215":467,"221":459,"223":1067,"224":249,"225":857,"23":628,"24":3521,"25":767,"257":188,"26":174,"268":6,"27":169,"273":73,"276":175,"279":32,"28":1523,"281":29,"282":98,"291":99,"292":149,"30":71,"302":35,"306":5,"31":184,"314":10,"317":2,"32":81,"33":126,"34":142,"347":34,"35":311,"352":1060,"36":276,"37":151,"38":815,"380":27,"381":164,"383":94,"389":5,"39":162,"391":42,"396":4,"397":71,"40":187,"409":88,"41":82,"414":128,"415":165,"419":15,"42":145,"426":20,"43":92,"430":266,"431":1,"433":9,"44":62,"45":159,"46":362,"48":127,"49":234,"5":2142,"51":49,"52":93,"53":145,"56":60,"570":13,"6":256,"63":63,"7":1477,"79":38,"8":417,"80":26,"9":1164,"all_client":154780,"all_tv_clinet":30002,"insert_time":"2014-08-21T14:01:46.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124416,"10":105,"107":785,"11":566,"12":433,"13":701,"14":187,"15":488,"155":124,"156":71,"158":113,"159":25,"16":426,"160":54,"161":253,"167":114,"168":13,"17":212,"18":1000,"19":477,"20":334,"209":72,"21":680,"210":16,"211":8,"214":52,"215":438,"221":462,"223":1081,"224":251,"225":866,"23":631,"24":3482,"25":776,"257":190,"26":165,"268":6,"27":156,"273":75,"276":173,"279":33,"28":1576,"281":28,"282":99,"291":102,"292":149,"30":65,"302":35,"306":5,"31":190,"314":12,"317":2,"32":84,"33":126,"34":141,"347":32,"35":324,"352":1087,"36":269,"37":161,"38":803,"380":28,"381":161,"383":101,"389":5,"39":160,"391":39,"396":5,"397":73,"40":207,"409":83,"41":80,"414":130,"415":163,"419":14,"42":136,"426":20,"43":88,"430":275,"431":1,"433":11,"44":67,"45":145,"46":347,"48":132,"49":219,"5":2118,"51":56,"52":85,"53":144,"56":60,"570":14,"6":239,"63":61,"7":1484,"79":37,"8":435,"80":28,"9":1095,"all_client":154346,"all_tv_clinet":29930,"insert_time":"2014-08-21T14:02:47.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124032,"10":105,"107":759,"11":572,"12":403,"13":700,"14":187,"15":487,"155":126,"156":71,"158":112,"159":27,"16":440,"160":52,"161":256,"167":109,"168":12,"17":218,"18":1020,"19":473,"20":334,"209":80,"21":677,"210":22,"211":7,"214":57,"215":424,"221":467,"223":1076,"224":256,"225":890,"23":595,"24":3444,"25":791,"257":187,"26":155,"268":6,"27":149,"273":81,"276":170,"279":31,"28":1596,"281":27,"282":96,"291":101,"292":138,"30":66,"302":36,"306":7,"31":200,"314":10,"317":2,"32":75,"33":125,"34":136,"347":35,"35":321,"352":1110,"36":264,"37":157,"38":802,"380":28,"381":159,"383":109,"389":4,"39":162,"391":39,"396":5,"397":75,"40":225,"409":87,"41":82,"414":131,"415":168,"419":13,"42":127,"426":21,"43":86,"430":277,"431":1,"433":11,"44":71,"45":123,"46":339,"48":128,"49":201,"5":2097,"51":56,"52":83,"53":144,"56":60,"570":17,"6":236,"63":64,"7":1486,"79":39,"8":442,"80":29,"9":1058,"all_client":153847,"all_tv_clinet":29815,"insert_time":"2014-08-21T14:03:49.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123803,"10":106,"107":788,"11":577,"12":376,"13":741,"14":200,"15":447,"155":126,"156":75,"158":113,"159":26,"16":449,"160":57,"161":259,"167":107,"168":13,"17":228,"18":1045,"19":466,"20":331,"209":81,"21":666,"210":29,"211":6,"214":63,"215":402,"221":460,"223":983,"224":275,"225":914,"23":577,"24":3410,"25":805,"257":189,"26":152,"268":6,"27":144,"273":86,"276":165,"279":32,"28":1618,"281":27,"282":101,"291":101,"292":132,"30":66,"302":35,"306":8,"31":214,"314":9,"317":2,"32":74,"33":122,"34":122,"347":37,"35":290,"352":1110,"36":258,"37":161,"38":787,"380":29,"381":164,"383":118,"389":3,"39":169,"391":42,"396":5,"397":84,"40":235,"409":80,"41":87,"414":132,"415":167,"419":14,"42":130,"426":27,"43":88,"430":281,"431":1,"433":10,"44":77,"45":103,"46":336,"48":119,"49":179,"5":2060,"51":59,"52":86,"53":142,"56":65,"570":12,"6":233,"63":65,"7":1504,"79":35,"8":442,"80":31,"9":1045,"all_client":153511,"all_tv_clinet":29708,"insert_time":"2014-08-21T14:04:50.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123436,"10":108,"107":806,"11":566,"12":347,"13":772,"14":224,"15":386,"155":125,"156":74,"158":115,"159":27,"16":470,"160":59,"161":269,"167":108,"168":10,"17":237,"18":1079,"19":451,"20":340,"209":79,"21":645,"210":32,"211":6,"214":66,"215":385,"221":465,"223":873,"224":290,"225":916,"23":553,"24":3421,"25":804,"257":183,"26":145,"268":6,"27":139,"273":91,"276":164,"279":32,"28":1618,"281":25,"282":97,"291":103,"292":139,"30":61,"302":36,"306":8,"31":220,"314":8,"317":2,"32":67,"33":125,"34":113,"347":39,"35":261,"352":1095,"36":262,"37":161,"38":773,"380":32,"381":163,"383":132,"389":1,"39":172,"391":49,"396":4,"397":82,"40":241,"409":75,"41":91,"414":136,"415":171,"419":12,"42":146,"426":30,"43":83,"430":279,"433":10,"44":70,"45":91,"46":323,"48":111,"49":159,"5":2083,"51":60,"52":82,"53":137,"56":65,"570":13,"6":218,"63":66,"7":1517,"79":34,"8":468,"80":33,"9":1031,"all_client":152987,"all_tv_clinet":29551,"insert_time":"2014-08-21T14:05:51.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123033,"10":108,"107":818,"11":542,"12":314,"13":787,"14":223,"15":338,"155":126,"156":78,"158":110,"159":28,"16":480,"160":59,"161":270,"167":113,"168":9,"17":242,"18":1091,"19":443,"20":349,"209":82,"21":613,"210":31,"211":6,"214":73,"215":374,"221":481,"223":835,"224":308,"225":930,"23":549,"24":3436,"25":820,"257":184,"26":144,"268":7,"27":133,"273":91,"276":159,"279":31,"28":1603,"281":24,"282":102,"291":103,"292":137,"30":58,"302":38,"306":6,"31":210,"314":7,"317":2,"32":63,"33":122,"34":116,"347":39,"35":232,"352":1074,"36":262,"37":171,"38":783,"380":31,"381":158,"383":135,"389":1,"39":172,"391":56,"396":5,"397":75,"40":248,"409":68,"41":96,"414":138,"415":168,"419":11,"42":155,"426":33,"43":77,"430":274,"433":9,"44":67,"45":86,"46":315,"48":112,"49":147,"5":2083,"51":60,"52":75,"53":132,"56":60,"570":14,"6":210,"63":67,"7":1510,"79":35,"8":481,"80":33,"9":1020,"all_client":152417,"all_tv_clinet":29384,"insert_time":"2014-08-21T14:06:53.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122588,"10":106,"107":830,"11":498,"12":282,"13":797,"14":206,"15":312,"155":127,"156":78,"158":111,"159":28,"16":492,"160":58,"161":279,"167":108,"168":8,"17":254,"18":1124,"19":433,"20":348,"209":85,"21":592,"210":37,"211":5,"214":80,"215":365,"221":496,"223":846,"224":334,"225":930,"23":565,"24":3456,"25":841,"257":180,"26":141,"268":8,"27":129,"273":94,"276":153,"279":31,"28":1504,"281":24,"282":102,"291":99,"292":134,"30":53,"302":39,"306":6,"31":198,"314":7,"317":2,"32":61,"33":119,"34":110,"347":36,"35":210,"352":1082,"36":265,"37":178,"38":800,"380":33,"381":154,"383":124,"389":1,"39":169,"391":57,"396":5,"397":70,"40":268,"409":66,"41":97,"414":138,"415":168,"419":11,"42":167,"426":31,"43":78,"430":262,"433":11,"44":67,"45":78,"46":315,"48":112,"49":131,"5":2103,"51":59,"52":72,"53":125,"56":48,"570":17,"6":207,"63":66,"7":1485,"79":37,"8":477,"80":35,"9":998,"all_client":151806,"all_tv_clinet":29218,"insert_time":"2014-08-21T14:07:54.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122137,"10":108,"107":840,"11":463,"12":255,"13":786,"14":188,"15":292,"155":125,"156":76,"158":112,"159":30,"16":499,"160":56,"161":265,"167":107,"168":7,"17":255,"18":1148,"19":408,"20":345,"209":97,"21":582,"210":39,"211":4,"214":82,"215":364,"221":497,"223":891,"224":348,"225":926,"23":577,"24":3509,"25":866,"257":187,"26":133,"268":7,"27":124,"273":94,"276":145,"279":29,"28":1390,"281":24,"282":102,"291":101,"292":134,"30":56,"302":38,"306":7,"31":180,"314":7,"317":3,"32":63,"33":126,"34":107,"347":34,"35":197,"352":1068,"36":263,"37":178,"38":806,"380":34,"381":152,"383":119,"389":1,"39":170,"391":61,"396":7,"397":71,"40":281,"409":66,"41":98,"414":146,"415":164,"419":11,"42":174,"426":28,"43":75,"430":251,"433":10,"44":68,"45":75,"46":323,"48":109,"49":126,"5":2096,"51":55,"52":67,"53":123,"56":44,"570":17,"6":207,"63":64,"7":1463,"79":38,"8":474,"80":31,"9":967,"all_client":151153,"all_tv_clinet":29016,"insert_time":"2014-08-21T14:08:55.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121800,"10":110,"107":843,"11":462,"12":230,"13":778,"14":184,"15":277,"155":124,"156":75,"158":111,"159":28,"16":508,"160":60,"161":257,"167":104,"168":7,"17":243,"18":1173,"19":384,"20":333,"209":101,"21":569,"210":40,"211":4,"214":81,"215":353,"221":499,"223":880,"224":370,"225":930,"23":588,"24":3503,"25":884,"257":184,"26":132,"268":6,"27":128,"273":95,"276":145,"279":28,"28":1286,"281":23,"282":103,"291":101,"292":136,"30":52,"302":37,"306":8,"31":164,"314":6,"317":3,"32":67,"33":128,"34":113,"347":30,"35":191,"352":1066,"36":275,"37":182,"38":816,"380":36,"381":152,"383":116,"39":174,"391":60,"396":7,"397":76,"40":293,"409":63,"41":94,"414":153,"415":169,"419":10,"42":171,"426":26,"43":72,"430":245,"433":10,"44":66,"45":73,"46":329,"48":106,"49":117,"5":2110,"51":52,"52":61,"53":113,"56":43,"570":17,"6":212,"63":63,"7":1452,"79":38,"8":476,"80":31,"9":905,"all_client":150589,"all_tv_clinet":28789,"insert_time":"2014-08-21T14:09:56.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121400,"10":110,"107":826,"11":439,"12":223,"13":770,"14":187,"15":274,"155":125,"156":77,"158":106,"159":26,"16":518,"160":60,"161":246,"167":103,"168":7,"17":236,"18":1182,"19":359,"20":323,"209":101,"21":561,"210":43,"211":5,"214":78,"215":345,"221":498,"223":879,"224":388,"225":934,"23":584,"24":3531,"25":906,"257":179,"26":124,"268":5,"27":129,"273":97,"276":141,"279":27,"28":1199,"281":20,"282":103,"291":103,"292":145,"30":51,"302":36,"306":8,"31":162,"314":5,"317":3,"32":70,"33":124,"34":121,"347":26,"35":188,"352":1061,"36":266,"37":177,"38":824,"380":37,"381":149,"383":114,"39":178,"391":58,"396":7,"397":85,"40":305,"409":60,"41":97,"414":156,"415":166,"419":9,"42":156,"426":26,"43":65,"430":243,"433":7,"44":66,"45":74,"46":329,"48":99,"49":109,"5":2089,"51":50,"52":60,"53":100,"56":40,"570":16,"6":208,"63":60,"7":1455,"79":36,"8":480,"80":32,"9":873,"all_client":149938,"all_tv_clinet":28538,"insert_time":"2014-08-21T14:10:57.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120958,"10":99,"107":819,"11":435,"12":204,"13":762,"14":182,"15":268,"155":124,"156":75,"158":108,"159":24,"16":524,"160":59,"161":252,"167":97,"168":6,"17":232,"18":1194,"19":347,"20":312,"209":107,"21":534,"210":44,"211":5,"214":81,"215":332,"221":490,"223":874,"224":397,"225":960,"23":587,"24":3524,"25":926,"257":185,"26":134,"268":5,"27":133,"273":102,"276":140,"279":26,"28":1141,"281":19,"282":105,"291":100,"292":154,"30":49,"302":38,"306":9,"31":161,"314":6,"317":3,"32":70,"33":123,"34":121,"347":27,"35":177,"352":1052,"36":256,"37":171,"38":831,"380":38,"381":147,"383":113,"39":177,"391":56,"396":7,"397":91,"40":312,"409":59,"41":99,"414":160,"415":158,"419":12,"42":142,"426":24,"43":62,"430":246,"433":7,"44":66,"45":65,"46":326,"48":94,"49":99,"5":2054,"51":50,"52":62,"53":93,"56":40,"570":14,"6":209,"63":59,"7":1451,"79":35,"8":482,"80":32,"9":816,"all_client":149237,"all_tv_clinet":28279,"insert_time":"2014-08-21T14:11:58.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120572,"10":94,"107":823,"11":440,"12":201,"13":765,"14":186,"15":258,"155":122,"156":76,"158":109,"159":22,"16":518,"160":64,"161":259,"167":98,"168":6,"17":229,"18":1202,"19":338,"20":308,"209":107,"21":522,"210":45,"211":5,"214":85,"215":327,"221":483,"223":853,"224":398,"225":952,"23":604,"24":3512,"25":933,"257":179,"26":144,"268":4,"27":128,"273":101,"276":136,"279":29,"28":1081,"281":18,"282":105,"291":100,"292":162,"30":50,"302":36,"306":10,"31":162,"314":6,"317":3,"32":74,"33":123,"34":127,"347":25,"35":161,"352":1054,"36":248,"37":175,"38":818,"380":39,"381":151,"383":115,"389":1,"39":173,"391":55,"396":7,"397":89,"40":321,"409":58,"41":98,"414":166,"415":157,"419":10,"42":139,"426":26,"43":60,"430":246,"433":7,"44":71,"45":61,"46":316,"48":92,"49":95,"5":2022,"51":47,"52":57,"53":86,"56":37,"570":15,"6":203,"63":57,"7":1421,"79":33,"8":469,"80":31,"9":787,"all_client":148593,"all_tv_clinet":28021,"insert_time":"2014-08-21T14:12:59.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119730,"10":88,"107":806,"11":441,"12":201,"13":758,"14":182,"15":234,"155":119,"156":76,"158":111,"159":22,"16":521,"160":68,"161":260,"167":98,"168":6,"17":233,"18":1191,"19":330,"20":306,"209":110,"21":514,"210":46,"211":5,"214":86,"215":324,"221":480,"223":825,"224":414,"225":950,"23":606,"24":3482,"25":919,"257":176,"26":139,"268":5,"27":129,"273":92,"276":122,"279":29,"28":1038,"281":20,"282":107,"291":99,"292":161,"30":44,"302":37,"306":10,"31":161,"314":7,"317":3,"32":72,"33":118,"34":128,"347":22,"35":144,"352":1063,"36":245,"37":176,"38":802,"380":38,"381":152,"383":112,"389":2,"39":163,"391":56,"396":6,"397":74,"40":325,"409":60,"41":100,"414":168,"415":159,"419":9,"42":127,"426":28,"43":66,"430":240,"433":8,"44":66,"45":54,"46":320,"48":86,"49":87,"5":1973,"51":44,"52":57,"53":92,"56":32,"570":15,"6":200,"63":57,"7":1402,"79":33,"8":461,"80":32,"9":751,"all_client":147346,"all_tv_clinet":27616,"insert_time":"2014-08-21T14:14:00.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119350,"10":84,"107":812,"11":446,"12":214,"13":756,"14":179,"15":222,"155":120,"156":75,"158":112,"159":23,"16":531,"160":68,"161":254,"167":99,"168":7,"17":231,"18":1205,"19":329,"20":316,"209":107,"21":520,"210":45,"211":5,"214":88,"215":328,"221":478,"223":791,"224":427,"225":954,"23":602,"24":3526,"25":938,"257":175,"26":138,"268":4,"27":126,"273":83,"276":121,"279":28,"28":992,"281":21,"282":105,"291":99,"292":152,"30":48,"302":34,"306":12,"31":161,"314":7,"317":4,"32":79,"33":122,"34":135,"347":20,"35":129,"352":1058,"36":244,"37":173,"38":780,"380":39,"381":164,"383":115,"389":3,"39":152,"391":57,"396":6,"397":67,"40":328,"409":60,"41":96,"414":168,"415":155,"419":8,"42":115,"426":29,"43":64,"430":236,"433":8,"44":58,"45":51,"46":322,"48":83,"49":84,"5":1957,"51":45,"52":57,"53":95,"56":30,"570":18,"6":195,"63":57,"7":1356,"79":34,"8":463,"80":33,"9":743,"all_client":146843,"all_tv_clinet":27493,"insert_time":"2014-08-21T14:15:01.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119004,"10":81,"107":794,"11":449,"12":231,"13":762,"14":178,"15":212,"155":119,"156":77,"158":109,"159":27,"16":539,"160":69,"161":253,"167":97,"168":7,"17":236,"18":1241,"19":326,"20":306,"209":107,"21":514,"210":47,"211":5,"214":88,"215":330,"221":491,"223":745,"224":437,"225":966,"23":592,"24":3542,"25":948,"257":172,"26":138,"268":4,"27":129,"273":77,"276":117,"279":30,"28":951,"281":20,"282":107,"291":99,"292":156,"30":50,"302":34,"306":12,"31":162,"314":7,"317":4,"32":77,"33":126,"34":133,"347":21,"35":111,"352":1054,"36":244,"37":179,"38":783,"380":41,"381":156,"383":116,"389":4,"39":135,"391":56,"396":6,"397":63,"40":331,"409":60,"41":93,"414":167,"415":154,"419":8,"42":117,"426":26,"43":64,"430":227,"433":9,"44":46,"45":52,"46":330,"48":79,"49":80,"5":1956,"51":48,"52":57,"53":99,"56":24,"570":20,"6":197,"63":56,"7":1314,"79":34,"8":462,"80":33,"9":696,"all_client":146342,"all_tv_clinet":27338,"insert_time":"2014-08-21T14:16:02.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118623,"10":78,"107":783,"11":447,"12":259,"13":758,"14":177,"15":197,"155":118,"156":73,"158":109,"159":29,"16":536,"160":67,"161":258,"167":95,"168":6,"17":233,"18":1265,"19":314,"20":299,"209":104,"21":507,"210":49,"211":6,"214":87,"215":328,"221":501,"223":709,"224":448,"225":969,"23":593,"24":3574,"25":970,"257":167,"26":142,"268":4,"27":130,"273":75,"276":118,"279":28,"28":888,"281":19,"282":109,"291":99,"292":154,"30":52,"302":34,"306":12,"31":159,"314":8,"317":3,"32":78,"33":125,"34":136,"347":20,"35":108,"352":1042,"36":249,"37":182,"38":776,"380":43,"381":157,"383":112,"389":3,"39":127,"391":55,"396":5,"397":68,"40":333,"409":59,"41":85,"414":171,"415":150,"419":8,"42":118,"426":21,"43":57,"430":213,"433":7,"44":44,"45":50,"46":332,"48":79,"49":74,"5":1967,"51":51,"52":54,"53":101,"56":23,"570":22,"6":184,"63":55,"7":1243,"79":37,"8":462,"80":33,"9":643,"all_client":145732,"all_tv_clinet":27109,"insert_time":"2014-08-21T14:17:04.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118165,"10":79,"107":784,"11":445,"12":273,"13":760,"14":169,"15":181,"155":119,"156":74,"158":105,"159":31,"16":535,"160":68,"161":263,"167":92,"168":5,"17":241,"18":1288,"19":305,"20":295,"209":107,"21":506,"210":49,"211":6,"214":87,"215":330,"221":511,"223":684,"224":454,"225":978,"23":598,"24":3635,"25":988,"257":170,"26":140,"268":6,"27":127,"273":69,"276":115,"279":29,"28":803,"281":19,"282":112,"291":99,"292":145,"30":50,"302":33,"306":12,"31":158,"314":9,"317":2,"32":80,"33":126,"34":137,"347":20,"35":105,"352":1055,"36":243,"37":178,"38":743,"380":43,"381":157,"383":116,"389":2,"39":123,"391":53,"396":6,"397":74,"40":335,"409":55,"41":86,"414":172,"415":149,"419":7,"42":117,"426":18,"43":54,"430":193,"433":7,"44":40,"45":50,"46":324,"48":77,"49":75,"5":1998,"51":45,"52":56,"53":103,"56":21,"570":21,"6":189,"63":52,"7":1204,"79":39,"8":453,"80":35,"9":577,"all_client":145121,"all_tv_clinet":26956,"insert_time":"2014-08-21T14:18:05.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117720,"10":77,"107":788,"11":476,"12":279,"13":759,"14":169,"15":173,"155":118,"156":74,"158":107,"159":29,"16":534,"160":65,"161":270,"167":93,"168":5,"17":248,"18":1297,"19":304,"20":295,"209":109,"21":517,"210":48,"211":5,"214":88,"215":330,"221":513,"223":672,"224":461,"225":979,"23":604,"24":3658,"25":975,"257":164,"26":135,"268":7,"27":130,"273":69,"276":108,"279":35,"28":751,"281":18,"282":121,"291":98,"292":133,"30":54,"302":32,"306":12,"31":161,"314":9,"317":3,"32":81,"33":126,"34":146,"347":21,"35":103,"352":1074,"36":247,"37":177,"38":730,"380":42,"381":156,"383":118,"39":123,"391":55,"396":7,"397":72,"40":336,"409":57,"41":88,"414":178,"415":149,"419":9,"42":109,"426":18,"43":52,"430":177,"433":6,"44":38,"45":48,"46":309,"48":81,"49":69,"5":1988,"51":42,"52":55,"53":104,"56":20,"570":22,"6":187,"63":52,"7":1198,"79":37,"8":447,"80":38,"9":529,"all_client":144600,"all_tv_clinet":26880,"insert_time":"2014-08-21T14:19:36.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117528,"10":73,"107":803,"11":553,"12":271,"13":753,"14":179,"15":170,"155":117,"156":71,"158":109,"159":30,"16":538,"160":65,"161":258,"167":92,"168":9,"17":239,"18":1334,"19":307,"20":279,"209":108,"21":515,"210":44,"211":5,"214":87,"215":329,"221":521,"223":644,"224":466,"225":976,"23":615,"24":3732,"25":969,"257":161,"26":140,"268":7,"27":129,"273":73,"276":110,"279":36,"28":698,"281":15,"282":120,"291":91,"292":113,"30":56,"302":33,"306":13,"31":172,"314":7,"317":3,"32":80,"33":126,"34":143,"347":15,"35":101,"352":1084,"36":235,"37":179,"38":712,"380":46,"381":149,"383":130,"39":118,"391":57,"396":9,"397":76,"40":330,"409":61,"41":92,"414":184,"415":145,"419":12,"42":106,"426":15,"43":54,"430":161,"433":5,"44":44,"45":42,"46":295,"48":82,"49":71,"5":1895,"51":36,"52":47,"53":103,"56":19,"570":23,"6":189,"63":47,"7":1211,"79":35,"8":445,"80":40,"9":510,"all_client":144325,"all_tv_clinet":26797,"insert_time":"2014-08-21T14:20:38.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117176,"10":70,"107":791,"11":579,"12":255,"13":750,"14":182,"15":175,"155":109,"156":68,"158":112,"159":30,"16":519,"160":64,"161":248,"167":89,"168":9,"17":228,"18":1357,"19":308,"20":278,"209":99,"21":513,"210":46,"211":5,"214":87,"215":336,"221":518,"223":637,"224":479,"225":977,"23":625,"24":3755,"25":959,"257":155,"26":145,"268":7,"27":129,"273":76,"276":111,"279":34,"28":670,"281":14,"282":116,"291":85,"292":110,"30":64,"302":33,"306":15,"31":178,"314":7,"317":2,"32":81,"33":124,"34":140,"347":13,"35":91,"352":1080,"36":234,"37":177,"38":708,"380":46,"381":151,"383":128,"39":119,"391":62,"396":11,"397":79,"40":327,"409":60,"41":98,"414":187,"415":140,"419":12,"42":124,"426":18,"43":55,"430":152,"433":6,"44":44,"45":39,"46":287,"48":77,"49":68,"5":1823,"51":37,"52":45,"53":100,"56":18,"570":21,"6":180,"63":49,"7":1223,"79":34,"8":427,"80":40,"9":496,"all_client":143815,"all_tv_clinet":26639,"insert_time":"2014-08-21T14:22:10.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116161,"10":59,"107":764,"11":640,"12":225,"13":757,"14":163,"15":182,"155":95,"156":64,"158":115,"159":26,"16":452,"160":64,"161":236,"167":89,"168":9,"17":220,"18":1406,"19":306,"20":266,"209":93,"21":520,"210":48,"211":7,"214":81,"215":347,"221":493,"223":638,"224":477,"225":962,"23":619,"24":3811,"25":884,"257":160,"26":154,"268":7,"27":135,"273":75,"276":113,"279":32,"28":638,"281":14,"282":110,"291":76,"292":109,"30":74,"302":33,"306":16,"31":180,"314":8,"317":2,"32":69,"33":130,"34":141,"347":12,"35":87,"352":1061,"36":231,"37":183,"38":684,"380":46,"381":149,"383":131,"39":119,"391":67,"396":11,"397":80,"40":328,"409":59,"41":100,"414":185,"415":133,"419":10,"42":131,"426":21,"43":54,"430":142,"433":5,"44":43,"45":36,"46":285,"48":69,"49":67,"5":1784,"51":38,"52":48,"53":108,"56":16,"570":20,"6":161,"63":47,"7":1208,"79":35,"8":380,"80":44,"9":461,"all_client":142434,"all_tv_clinet":26273,"insert_time":"2014-08-21T14:23:12.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115763,"10":59,"107":757,"11":670,"12":217,"13":763,"14":147,"15":179,"155":85,"156":57,"158":107,"159":28,"16":413,"160":65,"161":228,"167":89,"168":9,"17":217,"18":1438,"19":312,"20":262,"209":89,"21":524,"210":51,"211":6,"214":81,"215":356,"221":494,"223":630,"224":480,"225":964,"23":634,"24":3823,"25":835,"257":150,"26":154,"268":7,"27":136,"273":78,"276":115,"279":31,"28":633,"281":15,"282":102,"291":73,"292":109,"30":71,"302":31,"306":15,"31":177,"314":7,"317":2,"32":65,"33":128,"34":140,"347":13,"35":82,"352":1047,"36":233,"37":187,"38":692,"380":49,"381":147,"383":130,"39":122,"391":69,"396":10,"397":87,"40":330,"409":59,"41":96,"414":187,"415":138,"419":13,"42":126,"426":18,"43":59,"430":132,"433":5,"44":41,"45":39,"46":281,"48":72,"49":63,"5":1775,"51":36,"52":49,"53":108,"56":14,"570":17,"6":158,"63":47,"7":1211,"79":39,"8":364,"80":44,"9":439,"all_client":141899,"all_tv_clinet":26136,"insert_time":"2014-08-21T14:24:43.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115646,"10":59,"107":751,"11":695,"12":203,"13":760,"14":127,"15":171,"155":73,"156":50,"158":98,"159":29,"16":378,"160":69,"161":245,"167":87,"168":10,"17":210,"18":1445,"19":312,"20":271,"209":94,"21":527,"210":50,"211":6,"214":80,"215":354,"221":486,"223":618,"224":490,"225":969,"23":648,"24":3855,"25":845,"257":147,"26":154,"268":9,"27":134,"273":79,"276":112,"279":27,"28":630,"281":16,"282":95,"291":65,"292":114,"30":74,"302":30,"306":15,"31":181,"314":8,"317":2,"32":60,"33":123,"34":124,"347":13,"35":86,"352":1034,"36":240,"37":189,"38":657,"380":52,"381":141,"383":130,"39":127,"391":72,"396":10,"397":88,"40":334,"409":62,"41":90,"414":188,"415":135,"419":10,"42":111,"426":15,"43":60,"430":125,"433":4,"44":42,"45":37,"46":278,"48":68,"49":54,"5":1791,"51":39,"52":56,"53":101,"56":13,"570":10,"6":160,"63":51,"7":1204,"79":38,"8":358,"80":42,"9":447,"all_client":141672,"all_tv_clinet":26026,"insert_time":"2014-08-21T14:25:45.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115259,"10":60,"107":750,"11":720,"12":193,"13":764,"14":117,"15":173,"155":67,"156":51,"158":92,"159":30,"16":358,"160":70,"161":254,"167":84,"168":8,"17":203,"18":1432,"19":317,"20":275,"209":98,"21":518,"210":52,"211":5,"214":82,"215":360,"221":496,"223":604,"224":501,"225":977,"23":650,"24":3878,"25":823,"257":145,"26":157,"268":9,"27":138,"273":76,"276":106,"279":27,"28":611,"281":16,"282":93,"291":64,"292":112,"30":81,"302":29,"306":17,"31":179,"314":8,"317":2,"32":55,"33":118,"34":118,"347":12,"35":85,"352":996,"36":233,"37":194,"38":662,"380":52,"381":136,"383":129,"39":129,"391":73,"396":10,"397":82,"40":342,"409":65,"41":87,"414":193,"415":130,"419":8,"42":110,"426":13,"43":55,"430":171,"433":4,"44":42,"45":33,"46":278,"48":64,"49":52,"5":1812,"51":37,"52":58,"53":93,"56":12,"570":10,"6":161,"63":52,"7":1191,"79":36,"8":366,"80":44,"9":443,"all_client":141237,"all_tv_clinet":25978,"insert_time":"2014-08-21T14:26:46.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114823,"10":62,"107":745,"11":735,"12":191,"13":764,"14":120,"15":171,"155":64,"156":51,"158":83,"159":32,"16":347,"160":74,"161":249,"167":81,"168":7,"17":194,"18":1380,"19":319,"20":272,"209":100,"21":516,"210":55,"211":5,"214":82,"215":361,"221":512,"223":589,"224":497,"225":987,"23":661,"24":3881,"25":809,"257":143,"26":161,"268":8,"27":142,"273":73,"276":100,"279":25,"28":596,"281":15,"282":91,"291":60,"292":108,"30":83,"302":28,"306":17,"31":179,"314":9,"317":2,"32":48,"33":120,"34":119,"347":13,"35":86,"352":993,"36":227,"37":197,"38":655,"380":55,"381":126,"383":129,"389":1,"39":127,"391":73,"396":9,"397":75,"40":344,"409":70,"41":81,"414":188,"415":123,"419":8,"42":108,"426":10,"43":50,"430":173,"433":7,"44":40,"45":31,"46":262,"48":68,"49":54,"5":1817,"51":40,"52":59,"53":94,"56":12,"570":15,"6":156,"63":51,"7":1192,"79":35,"8":361,"80":42,"9":446,"all_client":140649,"all_tv_clinet":25826,"insert_time":"2014-08-21T14:27:48.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114484,"10":61,"107":741,"11":753,"12":187,"13":744,"14":121,"15":173,"155":61,"156":49,"158":81,"159":31,"16":359,"160":68,"161":243,"167":78,"168":6,"17":184,"18":1315,"19":320,"20":268,"209":104,"21":522,"210":54,"211":3,"214":86,"215":364,"221":516,"223":594,"224":474,"225":994,"23":681,"24":3898,"25":819,"257":142,"26":161,"268":8,"27":138,"273":70,"276":94,"279":25,"28":576,"281":13,"282":88,"291":56,"292":107,"30":79,"302":28,"306":18,"31":175,"314":11,"317":2,"32":46,"33":120,"34":115,"347":14,"35":84,"352":1015,"36":219,"37":196,"38":644,"380":52,"381":123,"383":125,"389":1,"39":128,"391":73,"396":9,"397":79,"40":348,"409":68,"41":77,"414":183,"415":122,"419":7,"42":107,"426":8,"43":48,"430":175,"433":6,"44":39,"45":28,"46":253,"48":67,"49":55,"5":1824,"51":44,"52":58,"53":87,"56":11,"570":15,"6":150,"63":52,"7":1188,"79":32,"8":359,"80":44,"9":442,"all_client":140167,"all_tv_clinet":25683,"insert_time":"2014-08-21T14:28:49.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114040,"10":55,"107":723,"11":753,"12":178,"13":715,"14":122,"15":176,"155":60,"156":52,"158":78,"159":24,"16":381,"160":66,"161":243,"167":74,"168":6,"17":179,"18":1262,"19":322,"20":267,"209":104,"21":511,"210":55,"211":3,"214":84,"215":359,"221":519,"223":602,"224":453,"225":1010,"23":693,"24":3924,"25":841,"257":140,"26":163,"268":7,"27":143,"273":64,"276":93,"279":24,"28":552,"281":12,"282":89,"291":52,"292":107,"30":72,"302":27,"306":16,"31":175,"314":11,"317":2,"32":40,"33":115,"34":114,"347":12,"35":92,"352":1025,"36":216,"37":203,"38":641,"380":54,"381":117,"383":125,"39":124,"391":71,"396":9,"397":83,"40":355,"409":67,"41":77,"414":176,"415":113,"419":7,"42":116,"426":11,"43":46,"430":176,"433":6,"44":34,"45":30,"46":251,"48":68,"49":57,"5":1815,"51":45,"52":55,"53":82,"56":10,"570":14,"6":154,"63":50,"7":1193,"79":30,"8":356,"80":43,"9":446,"all_client":139607,"all_tv_clinet":25567,"insert_time":"2014-08-21T14:29:50.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113525,"10":53,"107":720,"11":771,"12":181,"13":685,"14":128,"15":172,"155":59,"156":47,"158":74,"159":25,"16":391,"160":61,"161":243,"167":69,"168":6,"17":175,"18":1219,"19":324,"20":263,"209":106,"21":512,"210":56,"211":3,"214":85,"215":352,"221":540,"223":598,"224":452,"225":1017,"23":688,"24":3949,"25":866,"257":146,"26":162,"268":6,"27":143,"273":59,"276":94,"279":22,"28":534,"281":13,"282":88,"291":45,"292":109,"30":75,"302":25,"306":16,"31":175,"314":10,"317":2,"32":40,"33":110,"34":117,"347":13,"35":96,"352":1001,"36":212,"37":203,"38":629,"380":53,"381":112,"383":123,"39":123,"391":72,"396":7,"397":88,"40":353,"409":69,"41":85,"414":178,"415":112,"419":6,"42":118,"426":10,"43":43,"430":178,"433":6,"44":35,"45":29,"46":248,"48":73,"49":59,"5":1750,"51":45,"52":57,"53":86,"56":13,"570":9,"6":158,"63":52,"7":1199,"79":30,"8":360,"80":40,"9":460,"all_client":138999,"all_tv_clinet":25474,"insert_time":"2014-08-21T14:30:51.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113080,"10":57,"107":727,"11":807,"12":175,"13":667,"14":140,"15":160,"155":50,"156":43,"158":74,"159":24,"16":394,"160":63,"161":247,"167":66,"168":6,"17":176,"18":1195,"19":330,"20":261,"209":109,"21":511,"210":56,"211":3,"214":82,"215":342,"221":538,"223":595,"224":452,"225":1025,"23":684,"24":3942,"25":872,"257":150,"26":160,"268":6,"27":144,"273":56,"276":91,"279":23,"28":525,"281":13,"282":87,"291":37,"292":104,"30":75,"302":28,"306":17,"31":173,"314":9,"317":2,"32":39,"33":106,"34":123,"347":13,"35":97,"352":987,"36":215,"37":201,"38":625,"380":52,"381":105,"383":122,"39":121,"391":74,"396":6,"397":97,"40":353,"409":68,"41":83,"414":176,"415":114,"419":7,"42":115,"426":11,"43":38,"430":179,"433":6,"44":33,"45":27,"46":255,"48":74,"49":57,"5":1659,"51":47,"52":54,"53":84,"56":14,"570":7,"6":160,"63":50,"7":1229,"79":27,"8":363,"80":34,"9":466,"all_client":138426,"all_tv_clinet":25346,"insert_time":"2014-08-21T14:31:52.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112082,"10":55,"107":721,"11":818,"12":154,"13":651,"14":148,"15":147,"155":38,"156":37,"158":72,"159":22,"16":400,"160":63,"161":245,"167":64,"168":6,"17":168,"18":1152,"19":343,"20":254,"209":106,"21":496,"210":54,"211":4,"214":87,"215":341,"221":537,"223":580,"224":458,"225":1027,"23":686,"24":3916,"25":890,"257":148,"26":166,"268":6,"27":142,"273":52,"276":90,"279":27,"28":516,"281":13,"282":88,"291":27,"292":95,"30":78,"302":26,"306":17,"31":169,"314":9,"317":2,"32":42,"33":102,"34":122,"347":13,"35":92,"352":971,"36":212,"37":198,"38":616,"380":53,"381":99,"383":113,"389":1,"39":116,"391":86,"396":3,"397":104,"40":354,"409":63,"41":79,"414":177,"415":110,"419":7,"42":116,"426":11,"43":40,"430":169,"433":4,"44":34,"45":23,"46":257,"48":74,"49":61,"5":1571,"51":48,"52":54,"53":87,"56":15,"570":5,"6":149,"63":47,"7":1239,"79":27,"8":357,"80":26,"9":482,"all_client":137122,"all_tv_clinet":25040,"insert_time":"2014-08-21T14:32:53.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112449,"10":54,"107":711,"11":845,"12":144,"13":639,"14":144,"15":145,"155":38,"156":43,"158":72,"159":19,"16":423,"160":62,"161":252,"167":64,"168":7,"17":166,"18":1160,"19":358,"20":241,"209":109,"21":497,"210":53,"211":5,"214":87,"215":343,"221":527,"223":572,"224":464,"225":1034,"23":694,"24":3946,"25":919,"257":148,"26":164,"268":8,"27":145,"273":53,"276":90,"279":26,"28":511,"281":15,"282":86,"291":24,"292":98,"30":79,"302":26,"306":17,"31":169,"314":9,"317":2,"32":43,"33":105,"34":119,"347":11,"35":94,"352":982,"36":214,"37":199,"38":630,"380":51,"381":101,"383":110,"389":2,"39":123,"391":92,"396":3,"397":110,"40":355,"409":56,"41":79,"414":176,"415":110,"419":7,"42":118,"426":16,"43":41,"430":165,"433":4,"44":35,"45":26,"46":249,"48":72,"49":62,"5":1528,"51":47,"52":55,"53":87,"56":16,"570":5,"6":154,"63":48,"7":1258,"79":27,"8":359,"80":24,"9":493,"all_client":137617,"all_tv_clinet":25168,"insert_time":"2014-08-21T14:33:54.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111942,"10":47,"107":707,"11":856,"12":132,"13":632,"14":133,"15":139,"155":37,"156":47,"158":71,"159":19,"16":435,"160":62,"161":239,"167":63,"168":7,"17":158,"18":1153,"19":362,"20":236,"209":110,"21":482,"210":51,"211":6,"214":85,"215":352,"221":482,"223":550,"224":477,"225":1032,"23":698,"24":3968,"25":949,"257":150,"26":169,"268":8,"27":147,"273":58,"276":86,"279":27,"28":510,"281":15,"282":81,"291":23,"292":96,"30":78,"302":29,"306":15,"31":166,"314":9,"317":2,"32":45,"33":106,"34":131,"347":12,"35":94,"352":971,"36":216,"37":201,"38":639,"380":52,"381":107,"383":123,"389":2,"39":122,"391":101,"396":3,"397":115,"40":357,"409":56,"41":80,"414":177,"415":103,"419":9,"42":122,"426":22,"43":43,"430":162,"433":4,"44":31,"45":26,"46":245,"48":69,"49":65,"5":1476,"51":42,"52":54,"53":92,"56":18,"570":7,"6":152,"63":47,"7":1243,"79":28,"8":356,"80":24,"9":507,"all_client":137045,"all_tv_clinet":25103,"insert_time":"2014-08-21T14:34:55.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110965,"10":38,"107":714,"11":870,"12":122,"13":614,"14":129,"15":141,"155":30,"156":50,"158":67,"159":19,"16":433,"160":61,"161":242,"167":62,"168":6,"17":152,"18":1141,"19":359,"20":230,"209":114,"21":473,"210":50,"211":5,"214":85,"215":356,"221":457,"223":545,"224":485,"225":1029,"23":692,"24":3970,"25":959,"257":154,"26":166,"268":8,"27":152,"273":58,"276":85,"279":32,"28":498,"281":14,"282":72,"291":24,"292":89,"30":74,"302":26,"306":16,"31":156,"314":9,"317":2,"32":46,"33":102,"34":129,"347":15,"35":88,"352":941,"36":216,"37":201,"38":637,"380":52,"381":107,"383":122,"389":1,"39":128,"391":112,"396":3,"397":116,"40":354,"409":58,"41":82,"414":170,"415":102,"419":6,"42":115,"426":30,"43":41,"430":149,"433":4,"44":29,"45":26,"46":243,"48":66,"49":61,"5":1418,"51":42,"52":56,"53":91,"56":21,"570":8,"6":167,"63":46,"7":1233,"79":26,"8":348,"80":22,"9":503,"all_client":135833,"all_tv_clinet":24868,"insert_time":"2014-08-21T14:35:56.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110473,"10":41,"107":697,"11":889,"12":118,"13":599,"14":131,"15":139,"155":28,"156":46,"158":67,"159":21,"16":427,"160":61,"161":228,"167":60,"168":6,"17":151,"18":1145,"19":346,"20":226,"209":119,"21":469,"210":48,"211":5,"214":87,"215":347,"221":447,"223":550,"224":497,"225":1003,"23":686,"24":3987,"25":968,"257":151,"26":164,"268":9,"27":155,"273":56,"276":81,"279":35,"28":486,"281":14,"282":71,"291":23,"292":85,"30":75,"302":27,"306":18,"31":148,"314":9,"317":2,"32":45,"33":99,"34":131,"347":12,"35":84,"352":949,"36":220,"37":203,"38":642,"380":50,"381":104,"383":118,"389":1,"39":123,"391":116,"396":4,"397":120,"40":349,"409":58,"41":82,"414":147,"415":100,"419":6,"42":116,"426":51,"43":40,"430":149,"433":3,"44":28,"45":26,"46":245,"48":64,"49":60,"5":1362,"51":46,"52":59,"53":91,"56":23,"570":7,"6":166,"63":46,"7":1223,"79":25,"8":346,"80":21,"9":505,"all_client":135186,"all_tv_clinet":24713,"insert_time":"2014-08-21T14:36:57.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109480,"10":39,"107":689,"11":905,"12":109,"13":582,"14":131,"15":136,"155":29,"156":45,"158":62,"159":22,"16":424,"160":62,"161":221,"167":58,"168":7,"17":140,"18":1103,"19":358,"20":220,"209":114,"21":442,"210":45,"211":5,"214":87,"215":350,"221":442,"223":553,"224":499,"225":995,"23":689,"24":4000,"25":973,"257":151,"26":160,"268":9,"27":150,"273":54,"276":80,"279":39,"28":480,"281":15,"282":75,"291":22,"292":80,"30":74,"302":25,"306":20,"31":142,"314":8,"317":2,"32":43,"33":98,"34":130,"347":12,"35":83,"352":932,"36":216,"37":203,"38":642,"380":51,"381":108,"383":109,"389":1,"39":122,"391":121,"396":5,"397":119,"40":347,"409":61,"41":84,"414":132,"415":100,"419":6,"42":114,"426":66,"43":38,"430":153,"433":4,"44":26,"45":25,"46":225,"48":63,"49":59,"5":1311,"51":47,"52":63,"53":89,"56":22,"570":6,"6":173,"63":47,"7":1192,"79":24,"8":345,"80":19,"9":506,"all_client":133944,"all_tv_clinet":24464,"insert_time":"2014-08-21T14:37:58.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108963,"10":42,"107":652,"11":925,"12":101,"13":552,"14":126,"15":132,"155":32,"156":42,"158":63,"159":22,"16":428,"160":62,"161":213,"167":60,"168":7,"17":131,"18":1098,"19":357,"20":217,"209":110,"21":447,"210":44,"211":6,"214":88,"215":351,"221":450,"223":565,"224":504,"225":969,"23":695,"24":4025,"25":988,"257":156,"26":157,"268":8,"27":142,"273":53,"276":76,"279":37,"28":468,"281":14,"282":76,"291":19,"292":76,"30":73,"302":25,"306":20,"31":129,"314":7,"317":2,"32":42,"33":90,"34":141,"347":11,"35":83,"352":925,"36":218,"37":199,"38":652,"380":51,"381":106,"383":107,"389":1,"39":123,"391":124,"396":5,"397":117,"40":344,"409":60,"41":84,"414":129,"415":103,"419":7,"42":116,"426":73,"43":35,"430":155,"433":5,"44":28,"45":27,"46":218,"48":65,"49":59,"5":1279,"51":47,"52":61,"53":93,"56":24,"570":8,"6":175,"63":47,"7":1159,"79":23,"8":339,"80":21,"9":513,"all_client":133297,"all_tv_clinet":24334,"insert_time":"2014-08-21T14:38:59.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108399,"10":37,"107":659,"11":933,"12":95,"13":531,"14":124,"15":131,"155":32,"156":44,"158":62,"159":21,"16":431,"160":58,"161":207,"167":57,"168":7,"17":127,"18":1093,"19":359,"20":217,"209":109,"21":465,"210":44,"211":6,"214":88,"215":355,"221":439,"223":572,"224":499,"225":951,"23":687,"24":4040,"25":996,"257":153,"26":139,"268":8,"27":141,"273":50,"276":74,"279":36,"28":462,"281":12,"282":75,"291":21,"292":77,"30":80,"302":24,"306":21,"31":120,"314":5,"317":2,"32":42,"33":86,"34":144,"347":12,"35":85,"352":911,"36":224,"37":200,"38":647,"380":52,"381":109,"383":106,"389":1,"39":124,"391":124,"396":4,"397":115,"40":340,"409":62,"41":84,"414":130,"415":94,"419":7,"42":117,"426":72,"43":36,"430":156,"433":5,"44":32,"45":26,"46":207,"48":65,"49":58,"5":1231,"51":49,"52":62,"53":89,"56":24,"570":11,"6":188,"63":47,"7":1104,"79":22,"8":341,"80":20,"9":521,"all_client":132561,"all_tv_clinet":24162,"insert_time":"2014-08-21T14:40:00.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107885,"10":38,"107":654,"11":943,"12":87,"13":510,"14":118,"15":130,"155":32,"156":43,"158":58,"159":19,"16":437,"160":57,"161":197,"167":55,"168":8,"17":121,"18":1094,"19":352,"20":222,"209":105,"21":466,"210":45,"211":5,"214":89,"215":353,"221":434,"223":568,"224":496,"225":948,"23":675,"24":4052,"25":1002,"257":155,"26":134,"268":6,"27":140,"273":50,"276":71,"279":38,"28":448,"281":11,"282":75,"291":21,"292":74,"30":78,"302":21,"306":20,"31":115,"314":5,"317":2,"32":40,"33":86,"34":147,"347":13,"35":83,"352":876,"36":221,"37":197,"38":634,"380":52,"381":111,"383":102,"389":1,"39":121,"391":126,"396":3,"397":108,"40":339,"409":62,"41":84,"414":126,"415":91,"419":11,"42":112,"426":74,"43":38,"430":151,"433":4,"44":32,"45":28,"46":208,"48":65,"49":55,"5":1196,"51":46,"52":66,"53":97,"56":26,"570":15,"6":199,"63":49,"7":1080,"79":21,"8":335,"80":19,"9":519,"all_client":131831,"all_tv_clinet":23946,"insert_time":"2014-08-21T14:41:01.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107311,"10":38,"107":650,"11":940,"12":80,"13":478,"14":113,"15":125,"155":32,"156":42,"158":59,"159":20,"16":435,"160":51,"161":197,"167":56,"168":9,"17":113,"18":1084,"19":351,"20":225,"209":107,"21":487,"210":43,"211":3,"214":85,"215":351,"221":429,"223":580,"224":490,"225":966,"23":682,"24":4040,"25":998,"257":147,"26":129,"268":8,"27":145,"273":46,"276":69,"279":35,"28":434,"281":12,"282":77,"291":22,"292":71,"30":82,"302":21,"306":20,"31":113,"314":5,"317":2,"32":45,"33":90,"34":142,"347":13,"35":86,"352":852,"36":218,"37":198,"38":618,"380":52,"381":109,"383":101,"389":1,"39":117,"391":127,"396":3,"397":106,"40":343,"409":64,"41":82,"414":116,"415":85,"419":14,"42":110,"426":75,"43":40,"430":139,"433":5,"44":29,"45":28,"46":210,"48":64,"49":56,"5":1167,"51":49,"52":71,"53":92,"56":27,"570":16,"6":205,"63":46,"7":1076,"79":30,"8":314,"80":22,"9":516,"all_client":131077,"all_tv_clinet":23766,"insert_time":"2014-08-21T14:42:02.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106723,"10":37,"107":625,"11":946,"12":75,"13":462,"14":108,"15":122,"155":33,"156":41,"158":55,"159":21,"16":442,"160":49,"161":191,"167":55,"168":10,"17":113,"18":1074,"19":346,"20":234,"209":104,"21":497,"210":40,"211":3,"214":84,"215":355,"221":419,"223":578,"224":493,"225":998,"23":681,"24":4034,"25":999,"257":145,"26":132,"268":10,"27":142,"273":46,"276":69,"279":32,"28":415,"281":13,"282":82,"291":20,"292":71,"30":75,"302":21,"306":20,"31":114,"314":5,"317":2,"32":42,"33":91,"34":142,"347":12,"35":84,"352":832,"36":203,"37":195,"38":609,"380":55,"381":111,"383":95,"39":111,"391":123,"396":4,"397":96,"40":338,"409":68,"41":79,"414":110,"415":88,"419":15,"42":113,"426":72,"43":36,"430":142,"433":5,"44":28,"45":28,"46":209,"48":66,"49":58,"5":1157,"51":48,"52":68,"53":99,"56":27,"570":16,"6":210,"63":47,"7":1077,"79":32,"8":302,"80":21,"9":511,"all_client":130336,"all_tv_clinet":23613,"insert_time":"2014-08-21T14:43:03.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106133,"10":39,"107":622,"11":944,"12":73,"13":457,"14":108,"15":117,"155":33,"156":41,"158":55,"159":21,"16":437,"160":48,"161":194,"167":58,"168":10,"17":110,"18":1072,"19":333,"20":232,"209":105,"21":501,"210":39,"211":2,"214":81,"215":360,"221":418,"223":569,"224":503,"225":973,"23":684,"24":4046,"25":997,"257":145,"26":133,"268":11,"27":146,"273":42,"276":68,"279":30,"28":389,"281":14,"282":85,"291":20,"292":65,"30":77,"302":19,"306":20,"31":116,"314":3,"317":2,"32":44,"33":87,"34":126,"347":10,"35":84,"352":838,"36":202,"37":195,"38":604,"380":56,"381":105,"383":97,"39":114,"391":127,"396":3,"397":89,"40":315,"409":71,"41":84,"414":104,"415":85,"419":12,"42":110,"426":66,"43":43,"430":143,"433":7,"44":30,"45":26,"46":209,"48":65,"49":68,"5":1170,"51":46,"52":67,"53":101,"56":26,"570":17,"6":206,"63":46,"7":1064,"79":30,"8":301,"80":21,"9":509,"all_client":129623,"all_tv_clinet":23490,"insert_time":"2014-08-21T14:44:04.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105609,"10":39,"107":625,"11":953,"12":71,"13":447,"14":104,"15":114,"155":34,"156":44,"158":50,"159":19,"16":441,"160":47,"161":184,"167":54,"168":9,"17":102,"18":1058,"19":314,"20":238,"209":102,"21":509,"210":34,"211":2,"214":76,"215":353,"221":419,"223":555,"224":513,"225":937,"23":685,"24":4025,"25":1003,"257":137,"26":129,"268":10,"27":147,"273":44,"276":65,"279":30,"28":386,"281":14,"282":87,"291":20,"292":64,"30":83,"302":20,"306":20,"31":118,"314":3,"317":2,"32":45,"33":90,"34":115,"347":9,"35":89,"352":832,"36":203,"37":196,"38":616,"380":54,"381":108,"383":97,"39":107,"391":117,"396":3,"397":91,"40":282,"409":73,"41":78,"414":96,"415":91,"419":11,"42":108,"426":66,"43":42,"430":137,"433":7,"44":30,"45":25,"46":205,"48":59,"49":73,"5":1185,"51":46,"52":61,"53":102,"56":24,"570":22,"6":208,"63":49,"7":1063,"79":29,"8":295,"80":20,"9":504,"all_client":128911,"all_tv_clinet":23302,"insert_time":"2014-08-21T14:45:05.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105086,"10":41,"107":616,"11":963,"12":71,"13":450,"14":104,"15":110,"155":32,"156":43,"158":46,"159":20,"16":435,"160":48,"161":180,"167":52,"168":8,"17":101,"18":1047,"19":294,"20":240,"209":102,"21":509,"210":33,"211":2,"214":80,"215":357,"221":423,"223":544,"224":509,"225":888,"23":682,"24":4030,"25":1007,"257":136,"26":135,"268":8,"27":143,"273":46,"276":66,"279":30,"28":384,"281":13,"282":93,"291":18,"292":61,"30":90,"302":21,"306":19,"31":121,"314":3,"317":2,"32":44,"33":90,"34":98,"347":9,"35":92,"352":821,"36":195,"37":195,"38":607,"380":50,"381":111,"383":99,"39":100,"391":116,"396":2,"397":89,"40":263,"409":73,"41":80,"414":88,"415":94,"419":11,"42":105,"426":62,"43":47,"430":131,"433":8,"44":29,"45":30,"46":202,"48":52,"49":75,"5":1181,"51":47,"52":62,"53":97,"56":24,"570":25,"6":210,"63":50,"7":1044,"79":27,"8":302,"80":20,"9":504,"all_client":128203,"all_tv_clinet":23117,"insert_time":"2014-08-21T14:46:06.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104533,"10":42,"107":607,"11":992,"12":69,"13":443,"14":96,"15":108,"155":34,"156":41,"158":44,"159":20,"16":438,"160":47,"161":180,"167":51,"168":7,"17":94,"18":1048,"19":276,"20":242,"209":102,"21":501,"210":32,"211":1,"214":79,"215":358,"221":420,"223":533,"224":510,"225":861,"23":678,"24":4000,"25":1011,"257":134,"26":132,"268":8,"27":141,"273":43,"276":68,"279":32,"28":372,"281":14,"282":95,"291":18,"292":61,"30":97,"302":20,"306":21,"31":122,"314":3,"317":2,"32":45,"33":94,"34":82,"347":7,"35":96,"352":826,"36":198,"37":196,"38":601,"380":48,"381":118,"383":98,"39":100,"391":116,"396":3,"397":86,"40":239,"409":70,"41":80,"414":90,"415":103,"419":10,"42":100,"426":57,"43":47,"430":127,"433":7,"44":28,"45":33,"46":195,"48":49,"49":80,"5":1194,"51":49,"52":64,"53":98,"56":24,"570":25,"6":208,"63":51,"7":1040,"79":25,"8":305,"80":21,"9":508,"all_client":127522,"all_tv_clinet":22989,"insert_time":"2014-08-21T14:47:07.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103974,"10":42,"107":587,"11":996,"12":68,"13":430,"14":96,"15":103,"155":33,"156":41,"158":44,"159":20,"16":441,"160":43,"161":176,"167":54,"168":8,"17":91,"18":1043,"19":266,"20":246,"209":104,"21":504,"210":33,"211":1,"214":79,"215":363,"221":419,"223":524,"224":515,"225":828,"23":663,"24":3980,"25":1011,"257":132,"26":129,"268":6,"27":137,"273":50,"276":65,"279":32,"28":369,"281":14,"282":100,"291":16,"292":58,"30":97,"302":21,"306":22,"31":126,"314":3,"317":2,"32":41,"33":94,"34":80,"347":6,"35":97,"352":853,"36":197,"37":202,"38":592,"380":48,"381":124,"383":100,"39":99,"391":123,"396":3,"397":86,"40":229,"409":67,"41":81,"414":91,"415":100,"419":11,"42":98,"426":48,"43":46,"430":125,"433":8,"44":26,"45":32,"46":189,"48":45,"49":80,"5":1180,"51":46,"52":63,"53":99,"56":25,"570":17,"6":205,"63":50,"7":1024,"79":23,"8":305,"80":20,"9":514,"all_client":126797,"all_tv_clinet":22823,"insert_time":"2014-08-21T14:48:38.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103541,"10":47,"107":580,"11":1007,"12":69,"13":427,"14":98,"15":108,"155":33,"156":43,"158":48,"159":20,"16":444,"160":41,"161":177,"167":54,"168":8,"17":86,"18":1044,"19":267,"20":240,"209":105,"21":503,"210":34,"211":1,"214":80,"215":367,"221":423,"223":530,"224":493,"225":787,"23":667,"24":3976,"25":1039,"257":132,"26":127,"268":6,"27":133,"273":49,"276":65,"279":37,"28":375,"281":13,"282":102,"291":16,"292":60,"30":90,"302":18,"306":22,"31":120,"314":3,"317":3,"32":43,"33":93,"34":89,"347":7,"35":99,"352":856,"36":195,"37":188,"38":577,"380":47,"381":128,"383":98,"39":100,"391":130,"396":4,"397":83,"40":220,"409":64,"41":76,"414":94,"415":91,"419":12,"42":91,"426":42,"43":42,"430":113,"433":9,"44":23,"45":30,"46":186,"48":47,"49":81,"5":1177,"51":41,"52":70,"53":102,"56":27,"570":13,"6":209,"63":48,"7":1015,"79":23,"8":301,"80":20,"9":508,"all_client":126270,"all_tv_clinet":22729,"insert_time":"2014-08-21T14:49:39.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102960,"10":45,"107":575,"11":1027,"12":74,"13":424,"14":96,"15":107,"155":34,"156":42,"158":48,"159":19,"16":436,"160":38,"161":181,"167":52,"168":7,"17":85,"18":1046,"19":269,"20":231,"209":100,"21":485,"210":35,"211":2,"214":79,"215":376,"221":424,"223":535,"224":484,"225":772,"23":671,"24":3971,"25":1039,"257":130,"26":129,"268":6,"27":131,"273":50,"276":63,"279":35,"28":377,"281":13,"282":102,"291":15,"292":62,"30":79,"302":17,"306":20,"31":120,"314":4,"317":4,"32":41,"33":91,"34":98,"347":6,"35":99,"352":847,"36":197,"37":173,"38":567,"380":47,"381":131,"383":88,"39":91,"391":133,"396":4,"397":77,"40":208,"409":64,"41":75,"414":92,"415":88,"419":11,"42":88,"426":35,"43":43,"430":109,"433":9,"44":22,"45":29,"46":188,"48":43,"49":81,"5":1167,"51":41,"52":76,"53":99,"56":29,"570":12,"6":203,"63":46,"7":1014,"79":26,"8":306,"80":19,"9":505,"all_client":125544,"all_tv_clinet":22584,"insert_time":"2014-08-21T14:50:40.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102360,"10":40,"107":582,"11":1042,"12":76,"13":421,"14":97,"15":105,"155":33,"156":42,"158":49,"159":22,"16":432,"160":36,"161":170,"167":51,"168":6,"17":83,"18":1050,"19":258,"20":233,"209":99,"21":486,"210":34,"211":2,"214":77,"215":374,"221":405,"223":536,"224":474,"225":761,"23":679,"24":3968,"25":1000,"257":122,"26":129,"268":6,"27":135,"273":51,"276":64,"279":34,"28":383,"281":13,"282":103,"291":13,"292":62,"30":66,"302":15,"306":20,"31":116,"314":4,"317":3,"32":42,"33":90,"34":93,"347":6,"35":101,"352":843,"36":197,"37":154,"38":566,"380":46,"381":134,"383":92,"39":92,"391":136,"396":4,"397":73,"40":203,"409":64,"41":66,"414":83,"415":92,"419":12,"42":92,"426":32,"43":44,"430":107,"433":10,"44":23,"45":28,"46":197,"48":43,"49":83,"5":1147,"51":41,"52":79,"53":98,"56":28,"570":13,"6":196,"63":42,"7":1015,"79":25,"8":311,"80":20,"9":508,"all_client":124793,"all_tv_clinet":22433,"insert_time":"2014-08-21T14:52:12.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100990,"10":34,"107":585,"11":1064,"12":71,"13":414,"14":96,"15":99,"155":34,"156":43,"158":48,"159":24,"16":433,"160":33,"161":171,"167":49,"168":5,"17":78,"18":1033,"19":252,"20":237,"209":94,"21":460,"210":32,"211":2,"214":74,"215":395,"221":364,"223":549,"224":462,"225":745,"23":695,"24":3983,"25":948,"257":121,"26":120,"268":6,"27":138,"273":49,"276":59,"279":33,"28":387,"281":13,"282":99,"291":13,"292":59,"30":58,"302":17,"306":17,"31":117,"314":3,"317":3,"32":37,"33":95,"34":88,"347":6,"35":101,"352":834,"36":196,"37":136,"38":551,"380":42,"381":134,"383":97,"39":88,"391":138,"396":3,"397":65,"40":186,"409":62,"41":59,"414":71,"415":92,"419":10,"42":91,"426":23,"43":38,"430":104,"433":10,"44":22,"45":26,"46":206,"48":49,"49":88,"5":1130,"51":45,"52":73,"53":98,"56":26,"570":11,"6":183,"63":34,"7":970,"79":29,"8":316,"80":19,"9":520,"all_client":123110,"all_tv_clinet":22120,"insert_time":"2014-08-21T14:53:13.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100475,"10":30,"107":622,"11":1086,"12":71,"13":408,"14":94,"15":99,"155":34,"156":42,"158":50,"159":27,"16":432,"160":33,"161":173,"167":49,"168":6,"17":77,"18":1020,"19":246,"20":229,"209":97,"21":450,"210":31,"211":2,"214":76,"215":400,"221":352,"223":562,"224":440,"225":718,"23":702,"24":3997,"25":922,"257":117,"26":111,"268":7,"27":135,"273":54,"276":57,"279":31,"28":386,"281":12,"282":95,"291":12,"292":59,"30":57,"302":17,"306":18,"31":121,"314":4,"317":3,"32":38,"33":96,"34":87,"347":6,"35":106,"352":825,"36":196,"37":127,"38":538,"380":44,"381":130,"383":98,"39":84,"391":140,"396":3,"397":61,"40":175,"409":60,"41":56,"414":72,"415":89,"419":8,"42":92,"426":20,"43":37,"430":98,"433":9,"44":24,"45":25,"46":205,"48":48,"49":93,"5":1131,"51":48,"52":68,"53":103,"56":26,"570":12,"6":167,"63":34,"7":937,"79":29,"8":311,"80":17,"9":528,"all_client":122449,"all_tv_clinet":21974,"insert_time":"2014-08-21T14:54:14.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99909,"10":28,"107":608,"11":1089,"12":68,"13":397,"14":94,"15":100,"155":34,"156":43,"158":50,"159":27,"16":431,"160":31,"161":178,"167":51,"168":5,"17":72,"18":1022,"19":237,"20":215,"209":99,"21":437,"210":31,"211":2,"214":75,"215":403,"221":362,"223":564,"224":413,"225":701,"23":681,"24":3984,"25":916,"257":111,"26":109,"268":7,"27":136,"273":56,"276":56,"279":30,"28":381,"281":12,"282":93,"291":11,"292":59,"30":60,"302":17,"306":18,"31":131,"314":4,"317":3,"32":37,"33":97,"34":88,"347":7,"35":103,"352":821,"36":204,"37":121,"38":547,"380":43,"381":140,"383":94,"39":82,"391":140,"396":2,"397":58,"40":156,"409":54,"41":56,"414":73,"415":90,"419":9,"42":83,"426":17,"43":38,"430":95,"433":9,"44":24,"45":25,"46":212,"48":47,"49":93,"5":1136,"51":48,"52":66,"53":105,"56":26,"570":11,"6":161,"63":30,"7":897,"79":30,"8":309,"80":19,"9":552,"all_client":121706,"all_tv_clinet":21797,"insert_time":"2014-08-21T14:55:15.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99402,"10":29,"107":607,"11":1099,"12":60,"13":394,"14":91,"15":111,"155":37,"156":43,"158":53,"159":26,"16":436,"160":32,"161":174,"167":48,"168":6,"17":75,"18":1016,"19":236,"20":207,"209":97,"21":421,"210":33,"211":1,"214":76,"215":402,"221":355,"223":578,"224":391,"225":678,"23":670,"24":3969,"25":900,"257":105,"26":99,"268":6,"27":140,"273":56,"276":56,"279":32,"28":388,"281":13,"282":95,"291":12,"292":61,"30":60,"302":16,"306":18,"31":133,"314":4,"317":3,"32":39,"33":97,"34":86,"347":5,"35":101,"352":836,"36":199,"37":120,"38":556,"380":44,"381":143,"383":88,"39":77,"391":139,"396":2,"397":55,"40":143,"409":52,"41":56,"414":74,"415":97,"419":10,"42":84,"426":13,"43":39,"430":97,"433":9,"44":25,"45":25,"46":227,"48":41,"49":97,"5":1146,"51":50,"52":62,"53":104,"56":28,"570":14,"6":159,"63":27,"7":862,"79":30,"8":307,"80":19,"9":569,"all_client":121103,"all_tv_clinet":21701,"insert_time":"2014-08-21T14:56:16.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98891,"10":29,"107":609,"11":1115,"12":65,"13":399,"14":86,"15":116,"155":36,"156":43,"158":56,"159":25,"16":443,"160":33,"161":168,"167":50,"168":6,"17":73,"18":980,"19":237,"20":194,"209":93,"21":401,"210":31,"211":1,"214":77,"215":408,"221":359,"223":578,"224":374,"225":681,"23":670,"24":3958,"25":894,"257":98,"26":95,"268":4,"27":136,"273":56,"276":59,"279":35,"28":393,"281":13,"282":94,"291":12,"292":62,"30":58,"302":17,"306":17,"31":137,"314":5,"317":3,"32":39,"33":101,"34":86,"347":6,"35":98,"352":827,"36":197,"37":117,"38":554,"380":45,"381":140,"383":86,"39":77,"391":140,"396":2,"397":55,"40":140,"409":47,"41":58,"414":70,"415":103,"419":12,"42":82,"426":11,"43":39,"430":96,"433":8,"44":25,"45":25,"46":229,"48":45,"49":105,"5":1159,"51":44,"52":62,"53":103,"56":25,"570":14,"6":161,"63":26,"7":805,"79":29,"8":306,"80":21,"9":583,"all_client":120476,"all_tv_clinet":21585,"insert_time":"2014-08-21T14:57:17.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98377,"10":26,"107":616,"11":1153,"12":70,"13":396,"14":84,"15":117,"155":35,"156":43,"158":53,"159":24,"16":454,"160":36,"161":166,"167":46,"168":6,"17":74,"18":963,"19":248,"20":187,"209":87,"21":392,"210":31,"211":1,"214":78,"215":409,"221":365,"223":574,"224":353,"225":677,"23":682,"24":3928,"25":889,"257":96,"26":97,"268":5,"27":124,"273":52,"276":60,"279":36,"28":393,"281":13,"282":97,"291":13,"292":64,"30":53,"302":17,"306":14,"31":132,"314":5,"317":3,"32":40,"33":101,"34":81,"347":6,"35":97,"352":823,"36":193,"37":125,"38":530,"380":50,"381":131,"383":87,"39":73,"391":139,"396":1,"397":54,"40":141,"409":46,"41":59,"414":69,"415":105,"419":12,"42":82,"426":10,"43":36,"430":95,"433":7,"44":28,"45":22,"46":228,"48":39,"49":116,"5":1184,"51":43,"52":58,"53":98,"56":27,"570":12,"6":152,"63":25,"7":757,"79":26,"8":310,"80":23,"9":560,"all_client":119815,"all_tv_clinet":21438,"insert_time":"2014-08-21T14:58:18.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97817,"10":27,"107":606,"11":1170,"12":76,"13":406,"14":78,"15":116,"155":35,"156":45,"158":52,"159":21,"16":454,"160":35,"161":175,"167":49,"168":4,"17":74,"18":944,"19":263,"20":178,"209":86,"21":391,"210":30,"211":3,"214":76,"215":414,"221":367,"223":555,"224":315,"225":703,"23":691,"24":3924,"25":923,"257":94,"26":89,"268":5,"27":104,"273":51,"276":60,"279":36,"28":398,"281":14,"282":103,"291":12,"292":60,"30":46,"302":19,"306":14,"31":132,"314":4,"317":3,"32":34,"33":102,"34":72,"347":7,"35":101,"352":813,"36":189,"37":124,"38":529,"380":54,"381":131,"383":86,"39":72,"391":130,"396":3,"397":55,"40":139,"409":44,"41":60,"414":67,"415":105,"419":12,"42":76,"426":11,"43":39,"430":94,"433":7,"44":32,"45":21,"46":215,"48":46,"49":119,"5":1212,"51":40,"52":53,"53":85,"56":25,"570":7,"6":156,"63":24,"7":732,"79":28,"8":318,"80":24,"9":494,"all_client":119134,"all_tv_clinet":21317,"insert_time":"2014-08-21T14:59:19.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97344,"10":24,"107":605,"11":1199,"12":76,"13":409,"14":77,"15":121,"155":37,"156":48,"158":53,"159":19,"16":467,"160":36,"161":184,"167":49,"168":4,"17":74,"18":924,"19":286,"20":174,"209":82,"21":402,"210":30,"211":3,"214":77,"215":421,"221":364,"223":554,"224":291,"225":707,"23":694,"24":3856,"25":975,"257":88,"26":88,"268":4,"27":89,"273":45,"276":58,"279":33,"28":398,"281":14,"282":101,"291":10,"292":62,"30":47,"302":18,"306":13,"31":129,"314":4,"317":3,"32":30,"33":98,"34":70,"347":9,"35":101,"352":798,"36":183,"37":123,"38":526,"380":57,"381":124,"383":84,"39":72,"391":115,"396":3,"397":57,"40":136,"409":41,"41":56,"414":72,"415":106,"419":14,"42":69,"426":9,"43":37,"430":93,"433":7,"44":33,"45":23,"46":220,"48":42,"49":127,"5":1232,"51":41,"52":50,"53":79,"56":30,"570":5,"6":160,"63":27,"7":700,"79":30,"8":332,"80":23,"9":422,"all_client":118536,"all_tv_clinet":21192,"insert_time":"2014-08-21T15:00:20.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97615,"10":25,"107":611,"11":1221,"12":81,"13":415,"14":76,"15":126,"155":36,"156":49,"158":58,"159":18,"16":476,"160":37,"161":188,"167":48,"168":4,"17":72,"18":907,"19":315,"20":175,"209":82,"21":409,"210":30,"211":3,"214":78,"215":426,"221":363,"223":570,"224":285,"225":707,"23":689,"24":3764,"25":1018,"257":85,"26":85,"268":4,"27":82,"273":44,"276":57,"279":33,"28":415,"281":14,"282":108,"291":10,"292":60,"30":42,"302":16,"306":12,"31":119,"314":4,"317":3,"32":29,"33":98,"34":68,"347":11,"35":100,"352":801,"36":181,"37":122,"38":532,"380":59,"381":125,"383":85,"39":73,"391":106,"396":3,"397":58,"40":139,"409":40,"41":57,"414":71,"415":109,"419":15,"42":72,"426":11,"43":38,"430":95,"433":7,"44":39,"45":23,"46":218,"48":41,"49":137,"5":1260,"51":43,"52":47,"53":73,"56":26,"570":5,"6":175,"63":27,"7":687,"79":30,"8":336,"80":23,"9":390,"all_client":118855,"all_tv_clinet":21240,"insert_time":"2014-08-21T15:01:51.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95751,"10":30,"107":624,"11":1242,"12":75,"13":412,"14":80,"15":127,"155":30,"156":47,"158":58,"159":18,"16":480,"160":36,"161":183,"167":45,"168":4,"17":69,"18":849,"19":332,"20":173,"209":73,"21":402,"210":28,"211":2,"214":75,"215":442,"221":333,"223":576,"224":238,"225":738,"23":662,"24":3564,"25":1051,"257":82,"26":78,"268":3,"27":77,"273":40,"276":56,"279":32,"28":428,"281":16,"282":111,"291":13,"292":66,"30":34,"302":15,"306":10,"31":106,"314":5,"317":1,"32":31,"33":94,"34":71,"347":8,"35":100,"352":785,"36":162,"37":100,"38":524,"380":61,"381":115,"383":82,"39":75,"391":97,"397":53,"40":137,"409":40,"41":51,"414":67,"415":107,"419":12,"42":68,"426":8,"43":40,"430":94,"433":7,"44":37,"45":22,"46":207,"48":42,"49":150,"5":1266,"51":41,"52":50,"53":72,"56":20,"570":6,"6":184,"63":19,"7":628,"79":29,"8":303,"80":19,"9":362,"all_client":116468,"all_tv_clinet":20717,"insert_time":"2014-08-21T15:02:53.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95767,"10":30,"107":623,"11":1253,"12":71,"13":428,"14":77,"15":133,"155":28,"156":46,"158":57,"159":17,"16":486,"160":35,"161":185,"167":46,"168":4,"17":73,"18":843,"19":331,"20":176,"209":70,"21":406,"210":29,"211":2,"214":76,"215":445,"221":337,"223":580,"224":223,"225":746,"23":661,"24":3547,"25":1067,"257":78,"26":82,"268":3,"27":75,"273":39,"276":55,"279":33,"28":434,"281":16,"282":110,"291":13,"292":65,"30":32,"302":15,"306":12,"31":107,"314":5,"317":1,"32":34,"33":90,"34":72,"347":9,"35":100,"352":779,"36":155,"37":99,"38":522,"380":60,"381":118,"383":80,"39":74,"391":98,"396":1,"397":50,"40":136,"409":40,"41":50,"414":67,"415":112,"419":12,"42":66,"426":7,"43":41,"430":99,"433":7,"44":33,"45":22,"46":213,"48":40,"49":166,"5":1270,"51":41,"52":52,"53":71,"56":19,"570":5,"6":185,"63":21,"7":612,"79":28,"8":283,"80":19,"9":356,"all_client":116487,"all_tv_clinet":20720,"insert_time":"2014-08-21T15:04:24.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94131,"10":30,"107":602,"11":1188,"12":72,"13":422,"14":82,"15":137,"155":26,"156":45,"158":50,"159":20,"16":496,"160":32,"161":172,"167":47,"168":4,"17":74,"18":830,"19":325,"20":164,"209":69,"21":394,"210":27,"211":4,"214":76,"215":444,"221":325,"223":590,"224":182,"225":752,"23":663,"24":3393,"25":1079,"257":65,"26":97,"268":4,"27":68,"273":38,"276":51,"279":36,"28":446,"281":16,"282":106,"291":11,"292":65,"30":33,"302":16,"306":12,"31":110,"314":4,"317":1,"32":33,"33":87,"34":75,"347":14,"35":97,"352":764,"36":157,"37":95,"38":515,"380":60,"381":117,"383":72,"39":70,"391":97,"396":3,"397":47,"40":133,"409":34,"41":54,"414":66,"415":106,"419":11,"42":56,"426":9,"43":41,"430":97,"433":7,"44":35,"45":23,"46":201,"48":48,"49":172,"5":1281,"51":41,"52":59,"53":65,"56":17,"570":6,"6":194,"63":21,"7":516,"79":28,"8":256,"80":19,"9":374,"all_client":114399,"all_tv_clinet":20268,"insert_time":"2014-08-21T15:05:26.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93532,"10":30,"107":589,"11":1129,"12":65,"13":417,"14":89,"15":141,"155":27,"156":45,"158":50,"159":19,"16":488,"160":30,"161":160,"167":45,"168":4,"17":71,"18":818,"19":312,"20":157,"209":66,"21":395,"210":29,"211":5,"214":76,"215":442,"221":321,"223":612,"224":167,"225":765,"23":650,"24":3327,"25":1093,"257":65,"26":103,"268":3,"27":66,"273":38,"276":50,"279":37,"28":428,"281":16,"282":107,"291":13,"292":62,"30":30,"302":16,"306":13,"31":108,"314":4,"32":31,"33":78,"34":81,"347":13,"35":96,"352":753,"36":157,"37":91,"38":496,"380":60,"381":129,"383":70,"39":81,"391":94,"396":5,"397":48,"40":136,"409":34,"41":53,"414":55,"415":107,"419":10,"42":53,"426":20,"43":43,"430":99,"433":8,"44":38,"45":22,"46":193,"48":53,"49":173,"5":1297,"51":41,"52":58,"53":59,"56":16,"570":7,"6":195,"63":20,"7":464,"79":28,"8":236,"80":19,"9":395,"all_client":113540,"all_tv_clinet":20008,"insert_time":"2014-08-21T15:06:26.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92895,"10":30,"107":582,"11":1072,"12":63,"13":406,"14":90,"15":142,"155":28,"156":45,"158":53,"159":16,"16":475,"160":28,"161":153,"167":44,"168":4,"17":68,"18":831,"19":298,"20":158,"209":63,"21":407,"210":29,"211":6,"214":76,"215":440,"221":316,"223":621,"224":156,"225":769,"23":663,"24":3293,"25":1117,"257":62,"26":100,"268":3,"27":65,"273":38,"276":48,"279":40,"28":397,"281":15,"282":108,"291":12,"292":63,"30":27,"302":15,"306":13,"31":105,"314":6,"32":31,"33":77,"34":86,"347":13,"35":91,"352":768,"36":151,"37":88,"38":502,"380":60,"381":124,"383":74,"39":85,"391":93,"396":5,"397":49,"40":136,"409":33,"41":51,"414":56,"415":101,"419":9,"42":52,"426":18,"43":43,"430":93,"433":7,"44":38,"45":24,"46":176,"48":53,"49":176,"5":1312,"51":40,"52":57,"53":67,"56":14,"570":7,"6":201,"63":18,"7":443,"79":31,"8":218,"80":18,"9":391,"all_client":112734,"all_tv_clinet":19839,"insert_time":"2014-08-21T15:07:28.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92210,"10":26,"107":587,"11":1031,"12":63,"13":394,"14":92,"15":144,"155":29,"156":47,"158":54,"159":15,"16":471,"160":28,"161":152,"167":44,"168":4,"17":64,"18":823,"19":287,"20":154,"209":56,"21":403,"210":26,"211":7,"214":77,"215":444,"221":323,"223":614,"224":143,"225":776,"23":669,"24":3243,"25":1123,"257":59,"26":111,"268":3,"27":66,"273":40,"276":45,"279":41,"28":374,"281":16,"282":108,"291":12,"292":63,"30":22,"302":16,"306":14,"31":99,"314":8,"32":30,"33":77,"34":84,"347":12,"35":87,"352":759,"36":160,"37":91,"38":489,"380":61,"381":118,"383":70,"39":81,"391":85,"396":7,"397":45,"40":135,"409":29,"41":58,"414":57,"415":102,"419":8,"42":50,"426":16,"43":39,"430":95,"433":7,"44":39,"45":27,"46":164,"48":52,"49":176,"5":1323,"51":42,"52":57,"53":66,"56":17,"570":9,"6":190,"63":17,"7":420,"79":28,"8":204,"80":18,"9":374,"all_client":111795,"all_tv_clinet":19585,"insert_time":"2014-08-21T15:08:28.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91614,"10":25,"107":584,"11":991,"12":63,"13":394,"14":99,"15":143,"155":27,"156":46,"158":53,"159":14,"16":467,"160":26,"161":149,"167":43,"168":4,"17":56,"18":821,"19":278,"20":151,"209":55,"21":406,"210":26,"211":9,"214":75,"215":440,"221":319,"223":612,"224":131,"225":744,"23":682,"24":3189,"25":1131,"257":54,"26":115,"268":3,"27":61,"273":41,"276":44,"279":46,"28":353,"281":15,"282":108,"291":12,"292":63,"30":22,"302":14,"306":14,"31":93,"314":8,"32":31,"33":78,"34":86,"347":12,"35":79,"352":751,"36":157,"37":91,"38":484,"380":61,"381":116,"383":70,"39":82,"391":79,"396":7,"397":44,"40":136,"409":29,"41":56,"414":67,"415":102,"419":8,"42":51,"426":5,"43":38,"430":94,"433":8,"44":33,"45":32,"46":153,"48":46,"49":178,"5":1316,"51":41,"52":60,"53":65,"56":16,"570":11,"6":184,"63":17,"7":402,"79":26,"8":195,"80":17,"9":354,"all_client":110901,"all_tv_clinet":19287,"insert_time":"2014-08-21T15:09:29.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90988,"10":23,"107":578,"11":984,"12":56,"13":392,"14":101,"15":149,"155":26,"156":45,"158":54,"159":12,"16":468,"160":25,"161":143,"167":44,"168":4,"17":46,"18":828,"19":283,"20":148,"209":51,"21":410,"210":23,"211":12,"214":76,"215":442,"221":310,"223":599,"224":118,"225":756,"23":689,"24":3114,"25":1138,"257":51,"26":112,"268":3,"27":56,"273":37,"276":37,"279":44,"28":346,"281":15,"282":108,"291":11,"292":60,"30":22,"302":13,"306":15,"31":95,"314":8,"32":30,"33":81,"34":83,"347":14,"35":74,"352":737,"36":160,"37":90,"38":485,"380":60,"381":115,"383":67,"39":84,"391":76,"396":7,"397":44,"40":132,"409":31,"41":56,"414":64,"415":96,"419":8,"42":49,"426":5,"43":35,"430":96,"433":8,"44":32,"45":30,"46":158,"48":47,"49":171,"5":1306,"51":41,"52":62,"53":60,"56":16,"570":12,"6":172,"63":18,"7":390,"79":24,"8":188,"80":19,"9":344,"all_client":110045,"all_tv_clinet":19057,"insert_time":"2014-08-21T15:10:30.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90251,"10":22,"107":565,"11":976,"12":52,"13":386,"14":111,"15":153,"155":26,"156":43,"158":54,"159":11,"16":437,"160":25,"161":131,"167":43,"168":4,"17":42,"18":854,"19":286,"20":144,"209":46,"21":411,"210":25,"211":12,"214":78,"215":449,"221":308,"223":593,"224":109,"225":750,"23":681,"24":3023,"25":1128,"257":50,"26":118,"268":4,"27":53,"273":39,"276":36,"279":45,"28":345,"281":15,"282":105,"291":12,"292":59,"30":26,"302":13,"306":16,"31":92,"314":7,"32":25,"33":81,"34":78,"347":13,"35":68,"352":747,"36":155,"37":95,"38":469,"380":60,"381":114,"383":65,"39":91,"391":71,"396":5,"397":44,"40":133,"409":32,"41":51,"414":66,"415":99,"419":8,"42":44,"426":7,"43":30,"430":93,"433":8,"44":31,"45":30,"46":157,"48":50,"49":166,"5":1294,"51":35,"52":58,"53":60,"56":13,"570":12,"6":164,"63":18,"7":387,"79":24,"8":179,"80":19,"9":333,"all_client":109046,"all_tv_clinet":18795,"insert_time":"2014-08-21T15:11:31.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89663,"10":23,"107":550,"11":983,"12":50,"13":387,"14":110,"15":155,"155":27,"156":45,"158":52,"159":10,"16":398,"160":24,"161":124,"167":41,"168":5,"17":41,"18":874,"19":289,"20":149,"209":45,"21":407,"210":25,"211":12,"214":78,"215":460,"221":304,"223":592,"224":102,"225":743,"23":676,"24":2941,"25":1113,"257":46,"26":123,"268":6,"27":54,"273":40,"276":36,"279":43,"28":348,"281":15,"282":101,"291":12,"292":56,"30":25,"302":12,"306":16,"31":92,"314":6,"32":27,"33":81,"34":72,"347":12,"35":72,"352":749,"36":153,"37":98,"38":467,"380":62,"381":118,"383":63,"39":89,"391":69,"396":4,"397":41,"40":134,"409":27,"41":55,"414":61,"415":87,"419":7,"42":44,"426":8,"43":31,"430":93,"433":8,"44":33,"45":30,"46":156,"48":48,"49":160,"5":1299,"51":34,"52":53,"53":57,"56":12,"570":10,"6":150,"63":17,"7":385,"79":23,"8":169,"80":19,"9":316,"all_client":108232,"all_tv_clinet":18569,"insert_time":"2014-08-21T15:12:32.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89693,"10":24,"107":553,"11":1013,"12":50,"13":395,"14":114,"15":162,"155":26,"156":45,"158":49,"159":10,"16":363,"160":26,"161":120,"167":38,"168":5,"17":39,"18":871,"19":293,"20":153,"209":43,"21":409,"210":24,"211":13,"214":79,"215":465,"221":300,"223":588,"224":105,"225":742,"23":675,"24":2919,"25":1094,"257":51,"26":133,"268":7,"27":53,"273":38,"276":37,"279":44,"28":352,"281":16,"282":96,"291":12,"292":56,"30":24,"302":13,"306":17,"31":83,"314":8,"32":28,"33":82,"34":66,"347":11,"35":78,"352":729,"36":156,"37":98,"38":472,"380":63,"381":119,"383":62,"39":93,"391":65,"396":5,"397":41,"40":132,"409":26,"41":54,"414":62,"415":80,"419":8,"42":45,"426":9,"43":33,"430":95,"433":8,"434":1,"44":32,"45":33,"46":154,"48":51,"49":150,"5":1310,"51":38,"52":51,"53":59,"56":13,"570":12,"6":145,"63":17,"7":383,"79":23,"8":170,"80":19,"9":295,"all_client":108214,"all_tv_clinet":18521,"insert_time":"2014-08-21T15:13:33.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89414,"10":26,"107":536,"11":1032,"12":51,"13":389,"14":123,"15":158,"155":27,"156":45,"158":48,"159":10,"16":348,"160":26,"161":119,"167":36,"168":5,"17":39,"18":847,"19":293,"20":152,"209":44,"21":415,"210":24,"211":13,"214":80,"215":454,"221":302,"223":583,"224":97,"225":748,"23":677,"24":2906,"25":1053,"257":55,"26":134,"268":7,"27":51,"273":36,"276":37,"279":42,"28":369,"281":15,"282":96,"291":12,"292":55,"30":17,"302":13,"306":19,"31":75,"314":8,"32":28,"33":82,"34":66,"347":11,"35":79,"352":724,"36":154,"37":99,"38":472,"380":65,"381":120,"383":63,"39":97,"391":65,"396":5,"397":40,"40":126,"409":23,"41":55,"414":64,"415":79,"419":8,"42":47,"426":12,"43":32,"430":94,"433":9,"434":1,"44":28,"45":35,"46":147,"48":50,"49":154,"5":1306,"51":39,"52":53,"53":55,"56":11,"570":13,"6":145,"63":16,"7":384,"79":22,"8":166,"80":21,"9":283,"all_client":107809,"all_tv_clinet":18395,"insert_time":"2014-08-21T15:14:33.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88247,"10":27,"107":523,"11":1039,"12":51,"13":383,"14":124,"15":151,"155":26,"156":45,"158":45,"159":7,"16":326,"160":26,"161":115,"167":33,"168":5,"17":42,"18":829,"19":287,"20":146,"209":38,"21":400,"210":24,"211":13,"214":79,"215":441,"221":302,"223":577,"224":95,"225":770,"23":678,"24":2875,"25":1009,"257":55,"26":135,"268":8,"27":51,"273":36,"276":35,"279":41,"28":374,"281":16,"282":92,"291":12,"292":59,"30":18,"302":13,"306":19,"31":63,"314":9,"32":30,"33":81,"34":60,"347":12,"35":77,"352":698,"36":156,"37":97,"38":470,"380":66,"381":118,"383":64,"389":1,"39":98,"391":58,"396":4,"397":43,"40":121,"409":23,"41":54,"414":63,"415":76,"419":8,"42":47,"426":13,"43":29,"430":92,"433":9,"434":1,"44":23,"45":35,"46":141,"48":55,"49":149,"5":1290,"51":42,"52":47,"53":52,"56":10,"570":14,"6":148,"63":20,"7":371,"79":24,"8":159,"80":21,"9":276,"all_client":106360,"all_tv_clinet":18113,"insert_time":"2014-08-21T15:15:34.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87654,"10":29,"107":516,"11":1044,"12":47,"13":373,"14":132,"15":134,"155":26,"156":45,"158":42,"159":5,"16":319,"160":22,"161":114,"167":32,"168":5,"17":45,"18":804,"19":286,"20":141,"209":35,"21":397,"210":23,"211":13,"214":78,"215":428,"221":294,"223":569,"224":91,"225":778,"23":669,"24":2840,"25":971,"257":56,"26":130,"268":8,"27":53,"273":38,"276":34,"279":41,"28":377,"281":16,"282":92,"291":12,"292":58,"30":18,"302":14,"306":18,"31":66,"314":9,"32":25,"33":78,"34":59,"347":13,"35":76,"352":693,"36":152,"37":95,"38":465,"380":67,"381":118,"383":62,"389":2,"39":95,"391":57,"396":4,"397":46,"40":121,"409":26,"41":56,"414":60,"415":78,"419":7,"42":47,"426":13,"43":29,"430":96,"433":8,"44":22,"45":36,"46":155,"48":57,"49":146,"5":1295,"51":38,"52":44,"53":55,"56":9,"570":10,"6":149,"63":21,"7":359,"79":24,"8":159,"80":23,"9":279,"all_client":105570,"all_tv_clinet":17916,"insert_time":"2014-08-21T15:16:35.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86689,"10":30,"107":491,"11":1042,"12":38,"13":377,"14":134,"15":128,"155":25,"156":45,"158":38,"159":5,"16":309,"160":22,"161":112,"167":31,"168":4,"17":42,"18":793,"19":291,"20":137,"209":31,"21":386,"210":20,"211":12,"214":74,"215":421,"221":284,"223":568,"224":93,"225":773,"23":646,"24":2817,"25":937,"257":54,"26":123,"268":8,"27":53,"273":39,"276":30,"279":40,"28":356,"281":16,"282":90,"291":10,"292":60,"30":18,"302":12,"306":18,"31":60,"314":9,"32":25,"33":74,"34":58,"347":13,"35":79,"352":677,"36":149,"37":93,"38":463,"380":67,"381":115,"383":62,"389":2,"39":94,"391":52,"396":5,"397":49,"40":119,"409":30,"41":56,"414":57,"415":79,"419":8,"42":45,"426":15,"43":28,"430":100,"433":8,"44":25,"45":34,"46":156,"48":53,"49":146,"5":1301,"51":37,"52":40,"53":52,"56":8,"570":6,"6":148,"63":22,"7":342,"79":24,"8":158,"80":24,"9":278,"all_client":104317,"all_tv_clinet":17628,"insert_time":"2014-08-21T15:17:35.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86040,"10":30,"107":477,"11":1061,"12":41,"13":382,"14":138,"15":130,"155":25,"156":48,"158":37,"159":6,"16":302,"160":22,"161":111,"167":31,"168":4,"17":43,"18":788,"19":296,"20":131,"209":32,"21":389,"210":20,"211":12,"214":71,"215":416,"221":280,"223":562,"224":100,"225":781,"23":629,"24":2795,"25":914,"257":55,"26":110,"268":8,"27":62,"273":40,"276":28,"279":42,"28":338,"281":16,"282":93,"291":10,"292":60,"30":15,"302":11,"306":18,"31":56,"314":10,"32":27,"33":73,"34":57,"347":14,"35":81,"352":669,"36":141,"37":90,"38":449,"380":68,"381":116,"383":63,"389":1,"39":93,"391":52,"396":5,"397":48,"40":116,"409":32,"41":56,"414":61,"415":84,"419":7,"42":48,"426":13,"43":28,"430":99,"433":7,"44":28,"45":30,"46":148,"48":54,"49":146,"5":1305,"51":39,"52":41,"53":55,"56":7,"570":4,"6":151,"63":20,"7":334,"79":22,"8":154,"80":25,"9":273,"all_client":103550,"all_tv_clinet":17510,"insert_time":"2014-08-21T15:18:36.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85488,"10":32,"107":483,"11":1065,"12":38,"13":389,"14":138,"15":127,"155":27,"156":46,"158":36,"159":7,"16":292,"160":22,"161":110,"167":30,"168":4,"17":45,"18":788,"19":295,"20":123,"209":33,"21":394,"210":21,"211":11,"214":65,"215":412,"221":273,"223":574,"224":105,"225":789,"23":621,"24":2816,"25":891,"257":57,"26":101,"268":7,"27":64,"273":43,"276":28,"279":40,"28":318,"281":16,"282":91,"291":10,"292":59,"30":15,"302":9,"306":19,"31":50,"314":9,"32":27,"33":65,"34":55,"347":13,"35":74,"352":655,"36":143,"37":82,"38":425,"380":69,"381":117,"383":66,"39":95,"391":51,"396":3,"397":46,"40":115,"409":34,"41":54,"414":61,"415":79,"419":7,"42":48,"426":11,"43":28,"430":103,"433":7,"44":26,"45":28,"46":148,"48":57,"49":145,"5":1315,"51":38,"52":42,"53":58,"56":7,"570":4,"6":144,"63":23,"7":324,"79":20,"8":147,"80":22,"9":276,"all_client":102883,"all_tv_clinet":17395,"insert_time":"2014-08-21T15:19:37.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84883,"10":32,"107":480,"11":1053,"12":36,"13":395,"14":136,"15":119,"155":26,"156":47,"158":35,"159":9,"16":282,"160":20,"161":103,"167":28,"168":4,"17":46,"18":789,"19":297,"20":118,"209":30,"21":407,"210":21,"211":11,"214":56,"215":413,"221":281,"223":568,"224":99,"225":797,"23":621,"24":2831,"25":886,"257":63,"26":100,"268":6,"27":68,"273":44,"276":28,"279":42,"28":306,"281":16,"282":89,"291":10,"292":58,"30":14,"302":9,"306":20,"31":51,"314":10,"32":25,"33":58,"34":52,"347":14,"35":78,"352":643,"36":135,"37":73,"38":421,"380":67,"381":118,"383":66,"39":89,"391":51,"396":2,"397":41,"40":114,"409":35,"41":57,"414":69,"415":77,"419":6,"42":55,"426":5,"43":27,"430":101,"433":7,"44":27,"45":29,"46":158,"48":58,"49":137,"5":1318,"51":38,"52":39,"53":61,"56":7,"570":5,"6":131,"63":24,"7":317,"79":18,"8":146,"80":20,"9":293,"all_client":102205,"all_tv_clinet":17322,"insert_time":"2014-08-21T15:20:38.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84320,"10":32,"107":465,"11":1037,"12":37,"13":393,"14":132,"15":116,"155":26,"156":46,"158":32,"159":10,"16":270,"160":19,"161":96,"167":27,"168":4,"17":50,"18":784,"19":308,"20":112,"209":28,"21":392,"210":20,"211":11,"214":52,"215":414,"221":273,"223":553,"224":93,"225":778,"23":630,"24":2822,"25":887,"257":65,"26":97,"268":7,"27":69,"273":44,"276":27,"279":39,"28":302,"281":16,"282":86,"291":10,"292":59,"30":13,"302":9,"306":20,"31":45,"314":11,"32":28,"33":56,"34":50,"347":12,"35":79,"352":635,"36":138,"37":67,"38":421,"380":68,"381":116,"383":67,"39":86,"391":50,"396":2,"397":38,"40":111,"409":34,"41":64,"414":73,"415":75,"419":7,"42":55,"426":5,"43":26,"430":99,"433":5,"44":23,"45":29,"46":156,"48":62,"49":137,"5":1306,"51":41,"52":39,"53":61,"56":6,"570":6,"6":125,"63":22,"7":314,"79":19,"8":145,"80":20,"9":298,"all_client":101464,"all_tv_clinet":17144,"insert_time":"2014-08-21T15:21:39.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83726,"10":31,"107":459,"11":1045,"12":39,"13":381,"14":129,"15":114,"155":24,"156":48,"158":24,"159":11,"16":259,"160":21,"161":97,"167":26,"168":6,"17":52,"18":779,"19":307,"20":109,"209":28,"21":385,"210":18,"211":10,"214":48,"215":414,"221":267,"223":521,"224":91,"225":775,"23":636,"24":2815,"25":888,"257":66,"26":95,"268":7,"27":69,"273":43,"276":27,"279":39,"28":293,"281":15,"282":84,"291":10,"292":56,"30":14,"302":8,"306":20,"31":45,"314":11,"32":29,"33":55,"34":51,"347":13,"35":79,"352":633,"36":144,"37":61,"38":427,"380":69,"381":115,"383":71,"39":82,"391":50,"396":2,"397":40,"40":109,"409":30,"41":70,"414":73,"415":73,"419":8,"42":55,"426":4,"43":26,"430":98,"433":5,"44":20,"45":27,"46":150,"48":61,"49":136,"5":1298,"51":40,"52":39,"53":60,"56":6,"570":7,"6":123,"63":21,"7":309,"79":17,"8":141,"80":18,"9":302,"all_client":100732,"all_tv_clinet":17006,"insert_time":"2014-08-21T15:22:40.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83142,"10":31,"107":450,"11":1054,"12":44,"13":365,"14":129,"15":115,"155":24,"156":47,"158":23,"159":10,"16":253,"160":19,"161":101,"167":24,"168":5,"17":58,"18":767,"19":298,"20":109,"209":28,"21":379,"210":18,"211":11,"214":43,"215":421,"221":256,"223":474,"224":85,"225":765,"23":625,"24":2860,"25":889,"257":63,"26":97,"268":6,"27":67,"273":43,"276":26,"279":39,"28":281,"281":14,"282":83,"291":9,"292":57,"30":11,"302":8,"306":21,"31":43,"314":12,"32":28,"33":51,"34":52,"347":12,"35":81,"352":612,"36":141,"37":56,"38":423,"380":68,"381":114,"383":71,"39":76,"391":47,"396":3,"397":39,"40":111,"409":28,"41":73,"414":69,"415":65,"419":8,"42":57,"426":3,"43":25,"430":102,"433":5,"44":19,"45":24,"46":147,"48":63,"49":124,"5":1298,"51":39,"52":39,"53":55,"56":8,"570":5,"6":119,"63":20,"7":295,"79":16,"8":143,"80":18,"9":304,"all_client":99958,"all_tv_clinet":16816,"insert_time":"2014-08-21T15:23:41.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82463,"10":30,"107":463,"11":1071,"12":49,"13":346,"14":124,"15":112,"155":24,"156":45,"158":26,"159":12,"16":258,"160":19,"161":98,"167":22,"168":5,"17":62,"18":756,"19":294,"20":104,"209":26,"21":381,"210":18,"211":13,"214":38,"215":420,"221":258,"223":457,"224":84,"225":767,"23":610,"24":2874,"25":861,"257":68,"26":98,"268":5,"27":63,"273":43,"276":25,"279":35,"28":274,"281":14,"282":83,"291":8,"292":55,"30":10,"302":7,"306":18,"31":41,"314":12,"32":26,"33":48,"34":51,"347":12,"35":79,"352":610,"36":142,"37":53,"38":421,"380":66,"381":110,"383":75,"39":75,"391":45,"396":4,"397":39,"40":112,"409":28,"41":69,"414":67,"415":57,"419":9,"42":55,"426":5,"43":26,"430":100,"433":5,"44":17,"45":26,"46":151,"48":62,"49":117,"5":1295,"51":42,"52":46,"53":54,"56":7,"570":5,"6":117,"63":20,"7":290,"79":16,"8":141,"80":15,"9":294,"all_client":99153,"all_tv_clinet":16690,"insert_time":"2014-08-21T15:24:42.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81887,"10":31,"107":455,"11":1068,"12":62,"13":338,"14":122,"15":107,"155":22,"156":44,"158":24,"159":12,"16":257,"160":19,"161":94,"167":21,"168":4,"17":72,"18":773,"19":286,"20":100,"209":25,"21":369,"210":17,"211":14,"214":33,"215":424,"221":249,"223":454,"224":81,"225":767,"23":586,"24":2893,"25":813,"257":67,"26":99,"268":6,"27":61,"273":45,"276":25,"279":32,"28":266,"281":15,"282":83,"291":10,"292":50,"30":10,"302":7,"306":17,"31":41,"314":12,"32":23,"33":49,"34":52,"347":13,"35":78,"352":606,"36":136,"37":46,"38":415,"380":64,"381":109,"383":74,"39":77,"391":41,"396":4,"397":39,"40":115,"409":28,"41":71,"414":69,"415":57,"419":10,"42":53,"426":8,"43":24,"430":94,"433":5,"44":17,"45":30,"46":150,"48":58,"49":117,"5":1280,"51":41,"52":46,"53":54,"56":7,"570":5,"6":119,"63":20,"7":294,"79":17,"8":134,"80":17,"9":276,"all_client":98411,"all_tv_clinet":16524,"insert_time":"2014-08-21T15:25:43.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81308,"10":30,"107":461,"11":1079,"12":67,"13":332,"14":125,"15":109,"155":22,"156":39,"158":24,"159":13,"16":259,"160":19,"161":85,"167":25,"168":3,"17":83,"18":759,"19":277,"20":95,"209":25,"21":375,"210":16,"211":14,"214":32,"215":418,"221":242,"223":467,"224":79,"225":742,"23":590,"24":2914,"25":738,"257":62,"26":98,"268":6,"27":63,"273":46,"276":25,"279":24,"28":263,"281":16,"282":87,"291":8,"292":48,"30":9,"302":7,"306":14,"31":40,"314":12,"32":23,"33":44,"34":56,"347":13,"35":81,"352":599,"36":134,"37":45,"38":400,"380":65,"381":115,"383":76,"39":78,"391":39,"396":5,"397":38,"40":114,"409":27,"41":73,"414":66,"415":52,"419":14,"42":48,"426":8,"43":24,"430":87,"433":5,"44":17,"45":31,"46":154,"48":57,"49":112,"5":1267,"51":41,"52":50,"53":55,"56":7,"570":3,"6":118,"63":20,"7":295,"79":17,"8":136,"80":16,"9":249,"all_client":97668,"all_tv_clinet":16360,"insert_time":"2014-08-21T15:26:44.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80712,"10":27,"107":461,"11":1073,"12":74,"13":322,"14":132,"15":108,"155":22,"156":37,"158":25,"159":13,"16":256,"160":20,"161":82,"167":23,"168":4,"17":87,"18":765,"19":273,"20":91,"209":24,"21":377,"210":15,"211":14,"214":33,"215":416,"221":243,"223":480,"224":77,"225":709,"23":590,"24":2925,"25":665,"257":62,"26":97,"268":6,"27":64,"273":48,"276":25,"279":23,"28":251,"281":15,"282":86,"291":8,"292":48,"30":12,"302":7,"306":13,"31":36,"314":10,"32":21,"33":45,"34":60,"347":13,"35":86,"352":590,"36":141,"37":45,"38":382,"380":67,"381":111,"383":78,"39":80,"391":37,"396":4,"397":38,"40":115,"409":25,"41":76,"414":67,"415":57,"419":12,"42":45,"426":6,"43":28,"430":79,"433":5,"44":17,"45":32,"46":160,"48":55,"49":109,"5":1275,"51":44,"52":62,"53":54,"56":6,"570":3,"6":118,"63":18,"7":291,"79":17,"8":141,"80":16,"9":232,"all_client":96949,"all_tv_clinet":16237,"insert_time":"2014-08-21T15:27:44.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80167,"10":29,"107":461,"11":1085,"12":82,"13":326,"14":137,"15":104,"155":23,"156":33,"158":24,"159":12,"16":258,"160":18,"161":78,"167":23,"168":3,"17":89,"18":765,"19":272,"20":89,"209":22,"21":380,"210":15,"211":14,"214":32,"215":415,"221":249,"223":477,"224":77,"225":669,"23":581,"24":2920,"25":616,"257":58,"26":94,"268":6,"27":67,"273":45,"276":25,"279":21,"28":251,"281":15,"282":87,"291":8,"292":50,"30":9,"302":7,"306":12,"31":33,"314":10,"32":23,"33":41,"34":69,"347":12,"35":87,"352":601,"36":141,"37":41,"38":384,"380":69,"381":116,"383":72,"39":74,"391":36,"396":4,"397":36,"40":109,"409":24,"41":71,"414":67,"415":55,"419":14,"42":43,"426":6,"43":31,"430":77,"433":5,"44":17,"45":30,"46":159,"48":53,"49":104,"5":1267,"51":45,"52":62,"53":56,"56":7,"570":2,"6":118,"63":17,"7":279,"79":16,"8":144,"80":12,"9":217,"all_client":96256,"all_tv_clinet":16089,"insert_time":"2014-08-21T15:28:45.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79516,"10":28,"107":453,"11":1088,"12":92,"13":325,"14":136,"15":101,"155":24,"156":32,"158":24,"159":11,"16":259,"160":18,"161":85,"167":24,"168":4,"17":93,"18":776,"19":265,"20":86,"209":20,"21":397,"210":14,"211":13,"214":31,"215":415,"221":245,"223":484,"224":75,"225":649,"23":541,"24":2924,"25":567,"257":57,"26":85,"268":8,"27":66,"273":41,"276":26,"279":20,"28":260,"281":14,"282":87,"291":9,"292":53,"30":10,"302":6,"306":10,"31":35,"314":11,"32":23,"33":39,"34":72,"347":12,"35":88,"352":611,"36":142,"37":38,"38":374,"380":68,"381":119,"383":69,"39":70,"391":35,"396":4,"397":35,"40":106,"409":23,"41":67,"414":68,"415":59,"419":11,"42":49,"426":6,"43":29,"430":68,"433":5,"44":18,"45":32,"46":157,"48":50,"49":100,"5":1268,"51":46,"52":63,"53":56,"56":7,"570":2,"6":121,"63":18,"7":264,"79":16,"8":146,"80":11,"9":204,"all_client":95482,"all_tv_clinet":15966,"insert_time":"2014-08-21T15:29:45.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78972,"10":28,"107":449,"11":1086,"12":98,"13":329,"14":136,"15":95,"155":25,"156":33,"158":23,"159":11,"16":260,"160":17,"161":84,"167":23,"168":4,"17":94,"18":790,"19":265,"20":89,"209":18,"21":412,"210":14,"211":13,"214":28,"215":420,"221":228,"223":480,"224":71,"225":618,"23":505,"24":2926,"25":531,"257":57,"26":81,"268":7,"27":68,"273":41,"276":29,"279":21,"28":254,"281":13,"282":83,"291":10,"292":48,"30":8,"302":5,"306":10,"31":35,"314":12,"32":24,"33":44,"34":73,"347":12,"35":78,"352":608,"36":146,"37":36,"38":372,"380":66,"381":122,"383":66,"39":64,"391":33,"396":4,"397":34,"40":107,"409":22,"41":65,"414":67,"415":59,"419":10,"42":49,"426":7,"43":27,"430":65,"433":4,"44":19,"45":36,"46":159,"48":48,"49":100,"5":1269,"51":44,"52":64,"53":57,"56":6,"570":2,"6":125,"63":17,"7":271,"79":16,"8":143,"80":10,"9":195,"all_client":94802,"all_tv_clinet":15830,"insert_time":"2014-08-21T15:30:46.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78422,"10":27,"107":439,"11":1078,"12":108,"13":335,"14":137,"15":87,"155":22,"156":33,"158":22,"159":11,"16":265,"160":16,"161":83,"167":22,"168":4,"17":101,"18":786,"19":256,"20":88,"209":18,"21":416,"210":13,"211":14,"214":25,"215":423,"221":226,"223":483,"224":65,"225":620,"23":490,"24":2923,"25":504,"257":57,"26":73,"268":7,"27":67,"273":40,"276":30,"279":21,"28":243,"281":10,"282":81,"291":11,"292":49,"30":9,"302":5,"306":10,"31":36,"314":12,"317":1,"32":24,"33":44,"34":70,"347":13,"35":80,"352":595,"36":146,"37":33,"38":369,"380":66,"381":123,"383":65,"39":61,"391":30,"396":3,"397":35,"40":103,"409":22,"41":64,"414":64,"415":65,"419":9,"42":53,"426":5,"43":27,"430":60,"433":4,"44":21,"45":39,"46":153,"48":49,"49":97,"5":1264,"51":44,"52":67,"53":57,"56":6,"570":3,"6":123,"63":15,"7":262,"79":18,"8":145,"80":9,"9":191,"all_client":94120,"all_tv_clinet":15698,"insert_time":"2014-08-21T15:31:47.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77749,"10":27,"107":425,"11":1075,"12":114,"13":327,"14":140,"15":85,"155":23,"156":32,"158":21,"159":11,"16":261,"160":16,"161":78,"167":20,"168":4,"17":103,"18":793,"19":254,"20":86,"209":16,"21":414,"210":13,"211":14,"214":26,"215":425,"221":219,"223":476,"224":68,"225":630,"23":481,"24":2920,"25":468,"257":57,"26":72,"268":7,"27":67,"273":36,"276":31,"279":20,"28":240,"281":10,"282":81,"291":11,"292":52,"30":11,"302":5,"306":7,"31":36,"314":12,"317":1,"32":24,"33":43,"34":67,"347":13,"35":74,"352":596,"36":152,"37":31,"38":355,"380":65,"381":120,"383":62,"39":58,"391":33,"396":1,"397":34,"40":101,"409":25,"41":68,"414":57,"415":64,"419":8,"42":53,"426":7,"43":26,"430":59,"433":3,"44":20,"45":40,"46":152,"48":49,"49":84,"5":1259,"51":45,"52":58,"53":56,"56":5,"570":2,"6":127,"63":11,"7":260,"79":18,"8":148,"80":9,"9":185,"all_client":93297,"all_tv_clinet":15548,"insert_time":"2014-08-21T15:32:48.254Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77114,"10":26,"107":418,"11":1081,"12":119,"13":325,"14":140,"15":88,"155":23,"156":33,"158":22,"159":9,"16":259,"160":14,"161":72,"167":19,"168":4,"17":108,"18":793,"19":244,"20":79,"209":17,"21":410,"210":13,"211":14,"214":25,"215":423,"221":226,"223":469,"224":65,"225":635,"23":473,"24":2905,"25":423,"257":54,"26":70,"268":8,"27":67,"273":36,"276":31,"279":20,"28":239,"281":10,"282":83,"291":10,"292":53,"30":12,"302":4,"306":7,"31":34,"314":12,"317":1,"32":23,"33":41,"34":72,"347":13,"35":76,"352":592,"36":146,"37":28,"38":340,"380":66,"381":123,"383":60,"39":53,"391":33,"396":1,"397":33,"40":98,"409":26,"41":68,"414":51,"415":65,"419":9,"42":57,"426":6,"43":27,"430":55,"433":3,"44":21,"45":40,"46":143,"48":48,"49":84,"5":1242,"51":50,"52":50,"53":62,"56":7,"570":4,"6":124,"63":10,"7":252,"79":17,"8":148,"80":9,"9":184,"all_client":92499,"all_tv_clinet":15385,"insert_time":"2014-08-21T15:33:48.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76516,"10":27,"107":407,"11":1082,"12":123,"13":322,"14":141,"15":83,"155":23,"156":29,"158":22,"159":9,"16":261,"160":14,"161":71,"167":19,"168":4,"17":115,"18":788,"19":227,"20":79,"209":18,"21":402,"210":13,"211":13,"214":25,"215":421,"221":235,"223":471,"224":63,"225":638,"23":466,"24":2893,"25":373,"257":55,"26":66,"268":7,"27":69,"273":35,"276":32,"279":18,"28":237,"281":10,"282":83,"291":10,"292":53,"30":13,"302":4,"306":6,"31":36,"314":12,"317":1,"32":21,"33":38,"34":73,"347":14,"35":75,"352":591,"36":141,"37":26,"38":332,"380":66,"381":127,"383":56,"39":49,"391":35,"396":2,"397":30,"40":93,"409":26,"41":64,"414":50,"415":68,"419":8,"42":55,"426":6,"43":25,"430":51,"433":4,"44":20,"45":41,"46":144,"48":48,"49":80,"5":1225,"51":44,"52":46,"53":62,"56":7,"570":7,"6":135,"63":9,"7":245,"79":17,"8":145,"80":8,"9":178,"all_client":91727,"all_tv_clinet":15211,"insert_time":"2014-08-21T15:34:49.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75953,"10":27,"107":402,"11":1085,"12":127,"13":324,"14":144,"15":74,"155":22,"156":29,"158":22,"159":8,"16":268,"160":13,"161":69,"167":21,"168":4,"17":117,"18":780,"19":212,"20":79,"209":21,"21":394,"210":13,"211":13,"214":20,"215":420,"221":235,"223":469,"224":61,"225":613,"23":450,"24":2870,"25":326,"257":55,"26":64,"268":6,"27":68,"273":32,"276":30,"279":18,"28":234,"281":9,"282":79,"291":11,"292":49,"30":13,"302":3,"306":6,"31":39,"314":11,"317":1,"32":21,"33":41,"34":76,"347":16,"35":78,"352":595,"36":139,"37":22,"38":342,"380":65,"381":118,"383":57,"39":47,"391":35,"396":2,"397":30,"40":94,"409":23,"41":57,"414":44,"415":72,"419":8,"42":54,"426":9,"43":25,"430":47,"433":4,"44":21,"45":41,"46":147,"48":48,"49":81,"5":1196,"51":44,"52":43,"53":58,"56":8,"570":8,"6":138,"63":11,"7":244,"79":22,"8":142,"80":9,"9":175,"all_client":90970,"all_tv_clinet":15017,"insert_time":"2014-08-21T15:35:50.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75371,"10":28,"107":404,"11":1093,"12":124,"13":318,"14":144,"15":73,"155":21,"156":27,"158":19,"159":8,"16":258,"160":14,"161":70,"167":21,"168":3,"17":121,"18":767,"19":199,"20":76,"209":19,"21":382,"210":12,"211":12,"214":19,"215":423,"221":229,"223":481,"224":59,"225":613,"23":453,"24":2850,"25":289,"257":56,"26":61,"268":6,"27":66,"273":30,"276":29,"279":17,"28":230,"281":10,"282":78,"291":11,"292":47,"30":15,"302":3,"306":5,"31":39,"314":10,"317":1,"32":22,"33":41,"34":74,"347":14,"35":82,"352":592,"36":133,"37":22,"38":329,"380":64,"381":108,"383":56,"389":1,"39":48,"391":33,"396":2,"397":26,"40":95,"409":21,"41":53,"414":44,"415":77,"419":7,"42":55,"426":9,"43":26,"430":46,"433":4,"44":21,"45":41,"46":140,"48":49,"49":85,"5":1178,"51":42,"52":45,"53":57,"56":7,"570":7,"6":156,"63":12,"7":232,"79":24,"8":142,"80":10,"9":172,"all_client":90218,"all_tv_clinet":14847,"insert_time":"2014-08-21T15:36:50.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74738,"10":25,"107":406,"11":1098,"12":127,"13":312,"14":149,"15":70,"155":21,"156":29,"158":17,"159":8,"16":262,"160":15,"161":68,"167":21,"168":2,"17":124,"18":772,"19":189,"20":76,"209":16,"21":383,"210":11,"211":13,"214":18,"215":421,"221":231,"223":484,"224":59,"225":607,"23":434,"24":2852,"25":275,"257":52,"26":61,"268":6,"27":67,"273":29,"276":30,"279":16,"28":230,"281":10,"282":73,"291":11,"292":48,"30":15,"302":4,"306":5,"31":37,"314":9,"317":1,"32":20,"33":44,"34":69,"347":12,"35":81,"352":595,"36":130,"37":22,"38":320,"380":65,"381":105,"383":54,"389":1,"39":45,"391":32,"396":3,"397":26,"40":92,"409":20,"41":50,"414":41,"415":80,"419":6,"42":57,"426":10,"43":22,"430":44,"433":4,"44":21,"45":37,"46":141,"48":51,"49":85,"5":1108,"51":45,"52":43,"53":58,"56":7,"570":8,"6":154,"63":13,"7":222,"79":26,"8":146,"80":9,"9":177,"all_client":89438,"all_tv_clinet":14700,"insert_time":"2014-08-21T15:37:51.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74143,"10":23,"107":419,"11":1090,"12":130,"13":315,"14":141,"15":68,"155":22,"156":27,"158":16,"159":8,"16":264,"160":15,"161":63,"167":21,"168":2,"17":132,"18":767,"19":180,"20":76,"209":17,"21":383,"210":12,"211":13,"214":17,"215":423,"221":219,"223":485,"224":57,"225":619,"23":399,"24":2845,"25":254,"257":50,"26":60,"268":5,"27":68,"273":33,"276":31,"279":15,"28":224,"281":11,"282":67,"291":11,"292":44,"30":14,"302":4,"306":3,"31":38,"314":8,"317":1,"32":19,"33":40,"34":71,"347":10,"35":86,"352":588,"36":132,"37":22,"38":309,"380":63,"381":100,"383":57,"389":1,"39":42,"391":33,"396":2,"397":27,"40":90,"409":18,"41":45,"414":36,"415":85,"419":5,"42":55,"426":11,"43":25,"430":41,"433":4,"44":18,"45":38,"46":141,"48":50,"49":86,"5":1070,"51":44,"52":45,"53":56,"56":7,"570":7,"6":156,"63":11,"7":220,"79":27,"8":144,"80":8,"9":183,"all_client":88680,"all_tv_clinet":14537,"insert_time":"2014-08-21T15:38:51.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73589,"10":26,"107":414,"11":1085,"12":136,"13":311,"14":135,"15":66,"155":22,"156":26,"158":17,"159":8,"16":267,"160":13,"161":61,"167":21,"168":2,"17":135,"18":764,"19":171,"20":71,"209":17,"21":384,"210":12,"211":14,"214":17,"215":422,"221":213,"223":482,"224":56,"225":621,"23":363,"24":2850,"25":237,"257":47,"26":59,"268":5,"27":73,"273":33,"276":31,"279":13,"28":221,"281":11,"282":66,"291":10,"292":42,"30":13,"302":4,"306":2,"31":38,"314":5,"317":1,"32":20,"33":35,"34":68,"347":11,"35":84,"352":591,"36":126,"37":23,"38":315,"380":61,"381":100,"383":53,"389":1,"39":38,"391":33,"396":2,"397":24,"40":91,"409":17,"41":44,"414":34,"415":82,"419":4,"42":56,"426":9,"43":22,"430":41,"433":4,"44":19,"45":31,"46":139,"48":51,"49":84,"5":1040,"51":40,"52":43,"53":58,"56":6,"570":8,"6":163,"63":12,"7":214,"79":29,"8":137,"80":8,"9":178,"all_client":87951,"all_tv_clinet":14362,"insert_time":"2014-08-21T15:39:52.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72939,"10":28,"107":399,"11":1071,"12":144,"13":313,"14":128,"15":69,"155":21,"156":25,"158":15,"159":7,"16":265,"160":11,"161":56,"167":22,"168":3,"17":140,"18":761,"19":165,"20":70,"209":17,"21":391,"210":12,"211":15,"214":16,"215":428,"221":203,"223":473,"224":52,"225":622,"23":352,"24":2831,"25":235,"257":50,"26":59,"268":5,"27":70,"273":34,"276":31,"279":15,"28":213,"281":10,"282":63,"291":9,"292":39,"30":13,"302":4,"306":1,"31":40,"314":5,"32":21,"33":34,"34":64,"347":10,"35":82,"352":594,"36":130,"37":23,"38":313,"380":52,"381":97,"383":57,"389":1,"39":38,"391":38,"396":1,"397":23,"40":88,"409":18,"41":43,"414":31,"415":86,"419":3,"42":59,"426":10,"43":20,"430":44,"433":3,"44":16,"45":29,"46":134,"48":49,"49":83,"5":1005,"51":45,"52":43,"53":59,"56":6,"570":8,"6":164,"63":13,"7":211,"79":29,"8":138,"80":9,"9":177,"all_client":87161,"all_tv_clinet":14222,"insert_time":"2014-08-21T15:40:52.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72290,"10":27,"107":380,"11":1077,"12":150,"13":318,"14":112,"15":69,"155":21,"156":24,"158":16,"159":7,"16":270,"160":14,"161":55,"167":21,"168":3,"17":148,"18":757,"19":164,"20":67,"209":17,"21":378,"210":13,"211":15,"214":15,"215":427,"221":198,"223":470,"224":52,"225":623,"23":346,"24":2815,"25":234,"257":48,"26":57,"268":7,"27":68,"273":34,"276":31,"279":12,"28":209,"281":10,"282":65,"291":9,"292":38,"30":12,"302":4,"306":1,"31":42,"314":5,"32":19,"33":35,"34":59,"347":11,"35":79,"352":590,"36":128,"37":23,"38":312,"380":49,"381":100,"383":55,"389":1,"39":37,"391":38,"396":1,"397":20,"40":89,"409":22,"41":38,"414":30,"415":81,"419":5,"42":57,"426":9,"43":21,"430":43,"433":2,"44":15,"45":28,"46":133,"48":48,"49":86,"5":971,"51":44,"52":44,"53":61,"56":6,"570":9,"6":161,"63":13,"7":213,"79":28,"8":142,"80":10,"9":184,"all_client":86395,"all_tv_clinet":14105,"insert_time":"2014-08-21T15:41:53.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71692,"10":22,"107":374,"11":1083,"12":160,"13":316,"14":112,"15":66,"155":20,"156":20,"158":14,"159":7,"16":270,"160":16,"161":58,"167":22,"168":3,"17":147,"18":752,"19":164,"20":66,"209":21,"21":374,"210":14,"211":15,"214":15,"215":427,"221":204,"223":460,"224":55,"225":625,"23":337,"24":2801,"25":228,"257":47,"26":53,"268":8,"27":67,"273":33,"276":30,"279":12,"28":209,"281":10,"282":65,"291":8,"292":35,"30":11,"302":4,"306":1,"31":42,"314":7,"32":20,"33":37,"34":59,"347":10,"35":79,"352":576,"36":132,"37":21,"38":320,"380":44,"381":108,"383":52,"389":1,"39":36,"391":37,"396":1,"397":18,"40":83,"409":23,"41":33,"414":24,"415":90,"419":6,"42":56,"426":7,"43":22,"430":40,"433":3,"44":14,"45":29,"46":127,"48":46,"49":85,"5":937,"51":40,"52":44,"53":60,"56":4,"570":10,"6":154,"63":13,"7":210,"79":29,"8":140,"80":14,"9":184,"all_client":85680,"all_tv_clinet":13988,"insert_time":"2014-08-21T15:42:54.466Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71151,"10":20,"107":371,"11":1094,"12":169,"13":311,"14":108,"15":63,"155":20,"156":18,"158":13,"159":7,"16":276,"160":17,"161":61,"167":21,"168":3,"17":146,"18":758,"19":165,"20":62,"209":23,"21":375,"210":15,"211":13,"214":14,"215":424,"221":197,"223":459,"224":53,"225":623,"23":329,"24":2794,"25":226,"257":46,"26":50,"268":9,"27":66,"273":34,"276":31,"279":11,"28":207,"281":10,"282":65,"291":7,"292":38,"30":13,"302":4,"306":1,"31":38,"314":7,"32":20,"33":34,"34":61,"347":13,"35":81,"352":574,"36":131,"37":19,"38":323,"380":42,"381":110,"383":50,"389":1,"39":35,"391":35,"396":1,"397":17,"40":80,"409":23,"41":34,"414":23,"415":92,"419":7,"42":54,"426":7,"43":22,"430":40,"433":3,"44":16,"45":27,"46":121,"48":47,"49":81,"5":892,"51":39,"52":41,"53":61,"56":4,"570":9,"6":143,"63":13,"7":218,"79":30,"8":134,"80":16,"9":182,"all_client":85042,"all_tv_clinet":13891,"insert_time":"2014-08-21T15:43:55.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70615,"10":21,"107":378,"11":1092,"12":175,"13":305,"14":108,"15":64,"155":17,"156":17,"158":14,"159":6,"16":279,"160":17,"161":57,"167":21,"168":3,"17":145,"18":747,"19":164,"20":61,"209":24,"21":378,"210":16,"211":12,"214":14,"215":426,"221":200,"223":471,"224":54,"225":624,"23":324,"24":2780,"25":228,"257":47,"26":49,"268":7,"27":66,"273":34,"276":31,"279":11,"28":196,"281":9,"282":64,"291":7,"292":38,"30":13,"302":4,"306":1,"31":40,"314":7,"32":19,"33":34,"34":58,"347":15,"35":81,"352":566,"36":129,"37":19,"38":320,"380":41,"381":111,"383":48,"389":1,"39":31,"391":38,"396":1,"397":15,"40":76,"409":20,"41":36,"414":24,"415":85,"419":6,"42":54,"426":6,"43":21,"430":37,"433":4,"44":16,"45":26,"46":113,"48":46,"49":82,"5":848,"51":39,"52":41,"53":63,"56":4,"570":8,"6":139,"63":12,"7":221,"79":29,"8":125,"80":20,"9":174,"all_client":84383,"all_tv_clinet":13768,"insert_time":"2014-08-21T15:44:55.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70070,"10":24,"107":383,"11":1100,"12":175,"13":303,"14":106,"15":63,"155":17,"156":15,"158":15,"159":6,"16":277,"160":17,"161":58,"167":22,"168":3,"17":146,"18":747,"19":165,"20":60,"209":21,"21":364,"210":16,"211":12,"214":14,"215":428,"221":193,"223":478,"224":55,"225":593,"23":318,"24":2765,"25":222,"257":44,"26":44,"268":7,"27":65,"273":32,"276":31,"279":12,"28":187,"281":9,"282":61,"291":7,"292":37,"30":14,"302":4,"306":1,"31":43,"314":7,"32":18,"33":32,"34":59,"347":14,"35":76,"352":569,"36":130,"37":18,"38":313,"380":40,"381":117,"383":47,"389":1,"39":30,"391":34,"396":2,"397":15,"40":70,"409":20,"41":32,"414":22,"415":80,"419":6,"42":53,"426":7,"43":22,"430":35,"433":4,"44":11,"45":26,"46":112,"48":48,"49":80,"5":805,"51":38,"52":41,"53":63,"56":4,"570":8,"6":143,"63":14,"7":225,"79":30,"8":119,"80":18,"9":170,"all_client":83677,"all_tv_clinet":13607,"insert_time":"2014-08-21T15:45:56.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69519,"10":25,"107":378,"11":1101,"12":178,"13":296,"14":103,"15":65,"155":18,"156":14,"158":15,"159":6,"16":270,"160":18,"161":62,"167":21,"168":3,"17":146,"18":735,"19":161,"20":63,"209":18,"21":346,"210":17,"211":13,"214":12,"215":430,"221":200,"223":494,"224":56,"225":592,"23":311,"24":2763,"25":227,"257":45,"26":46,"268":5,"27":63,"273":28,"276":33,"279":10,"28":184,"281":9,"282":61,"291":7,"292":38,"30":15,"302":4,"306":2,"31":45,"314":7,"32":18,"33":32,"34":60,"347":12,"35":76,"352":553,"36":130,"37":19,"38":313,"380":37,"381":117,"383":45,"389":1,"39":33,"391":32,"396":2,"397":16,"40":67,"409":18,"41":32,"414":24,"415":80,"419":6,"42":49,"426":6,"43":20,"430":36,"433":5,"44":12,"45":26,"46":112,"48":50,"49":82,"5":760,"51":38,"52":45,"53":65,"56":4,"570":7,"6":140,"63":15,"7":228,"79":28,"8":117,"80":17,"9":162,"all_client":83025,"all_tv_clinet":13506,"insert_time":"2014-08-21T15:46:56.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68994,"10":24,"107":379,"11":1096,"12":187,"13":298,"14":98,"15":65,"155":18,"156":14,"158":14,"159":6,"16":267,"160":19,"161":59,"167":21,"168":3,"17":151,"18":721,"19":162,"20":63,"209":19,"21":332,"210":17,"211":14,"214":13,"215":426,"221":196,"223":488,"224":57,"225":587,"23":308,"24":2740,"25":223,"257":48,"26":46,"268":4,"27":62,"273":28,"276":33,"279":12,"28":182,"281":9,"282":59,"291":6,"292":38,"30":15,"302":4,"306":2,"31":44,"314":7,"32":18,"33":34,"34":61,"347":11,"35":78,"352":541,"36":130,"37":19,"38":308,"380":34,"381":117,"383":46,"389":1,"39":35,"391":29,"396":2,"397":17,"40":59,"409":18,"41":28,"414":22,"415":82,"419":5,"42":49,"426":5,"43":20,"430":39,"433":5,"44":12,"45":23,"46":107,"48":50,"49":81,"5":714,"51":41,"52":42,"53":62,"56":4,"570":7,"6":134,"63":15,"7":232,"79":29,"8":116,"80":14,"9":169,"all_client":82343,"all_tv_clinet":13349,"insert_time":"2014-08-21T15:47:57.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68449,"10":24,"107":379,"11":1096,"12":193,"13":290,"14":98,"15":60,"155":18,"156":15,"158":13,"159":5,"16":265,"160":19,"161":59,"167":21,"168":3,"17":148,"18":709,"19":161,"20":64,"209":22,"21":311,"210":18,"211":13,"214":13,"215":430,"221":193,"223":461,"224":59,"225":592,"23":311,"24":2713,"25":226,"257":51,"26":47,"268":4,"27":65,"273":27,"276":33,"279":9,"28":182,"281":9,"282":60,"291":6,"292":40,"30":14,"302":4,"306":2,"31":43,"314":7,"32":20,"33":36,"34":62,"347":10,"35":78,"352":542,"36":134,"37":21,"38":301,"380":25,"381":116,"383":52,"389":1,"39":35,"391":31,"396":3,"397":14,"40":58,"409":17,"41":27,"414":23,"415":80,"419":4,"42":47,"426":4,"43":18,"430":38,"433":6,"44":14,"45":24,"46":105,"48":51,"49":77,"5":684,"51":39,"52":41,"53":60,"56":5,"570":6,"6":127,"63":14,"7":225,"79":27,"8":112,"80":17,"9":176,"all_client":81661,"all_tv_clinet":13212,"insert_time":"2014-08-21T15:48:57.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67831,"10":23,"107":385,"11":1104,"12":189,"13":284,"14":99,"15":59,"155":19,"156":15,"158":13,"159":5,"16":267,"160":16,"161":56,"167":24,"168":4,"17":146,"18":712,"19":159,"20":66,"209":22,"21":292,"210":17,"211":13,"214":13,"215":419,"221":188,"223":423,"224":59,"225":598,"23":299,"24":2700,"25":232,"257":52,"26":51,"268":6,"27":64,"273":26,"276":33,"279":8,"28":182,"281":8,"282":61,"291":5,"292":37,"30":16,"302":3,"306":1,"31":43,"314":6,"32":20,"33":32,"34":62,"347":11,"35":74,"352":526,"36":134,"37":21,"38":295,"380":19,"381":114,"383":53,"389":1,"39":35,"391":34,"396":4,"397":15,"40":52,"409":17,"41":25,"414":21,"415":78,"419":4,"42":43,"426":3,"43":20,"430":35,"433":6,"44":16,"45":26,"46":100,"48":47,"49":80,"5":654,"51":39,"52":43,"53":58,"56":5,"570":4,"6":126,"63":13,"7":209,"79":26,"8":113,"80":17,"9":185,"all_client":80868,"all_tv_clinet":13037,"insert_time":"2014-08-21T15:49:58.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67265,"10":24,"107":384,"11":1117,"12":194,"13":282,"14":102,"15":56,"155":18,"156":12,"158":13,"159":5,"16":268,"160":15,"161":58,"167":23,"168":4,"17":148,"18":710,"19":163,"20":65,"209":22,"21":285,"210":16,"211":13,"214":11,"215":422,"221":190,"223":384,"224":60,"225":582,"23":296,"24":2688,"25":226,"257":53,"26":51,"268":6,"27":65,"273":25,"276":32,"279":8,"28":180,"281":8,"282":60,"291":5,"292":34,"30":18,"302":3,"306":1,"31":42,"314":6,"32":21,"33":35,"34":62,"347":11,"35":72,"352":528,"36":127,"37":18,"38":300,"380":18,"381":116,"383":53,"389":1,"39":38,"391":32,"396":5,"397":14,"40":52,"409":17,"41":29,"414":21,"415":74,"419":4,"42":39,"426":3,"43":21,"430":35,"433":5,"44":15,"45":27,"46":90,"48":48,"49":81,"5":630,"51":41,"52":40,"53":58,"56":5,"570":5,"6":128,"63":15,"7":204,"79":25,"8":116,"80":18,"9":188,"all_client":80203,"all_tv_clinet":12938,"insert_time":"2014-08-21T15:50:58.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66725,"10":26,"107":376,"11":1124,"12":208,"13":275,"14":100,"15":56,"155":18,"156":10,"158":14,"159":5,"16":262,"160":16,"161":59,"167":24,"168":4,"17":154,"18":693,"19":162,"20":66,"209":22,"21":270,"210":16,"211":13,"214":11,"215":425,"221":191,"223":370,"224":62,"225":563,"23":297,"24":2672,"25":225,"257":49,"26":54,"268":6,"27":62,"273":27,"276":30,"279":8,"28":173,"281":7,"282":62,"291":5,"292":31,"30":17,"302":3,"31":43,"314":6,"317":1,"32":19,"33":33,"34":61,"347":12,"35":71,"352":537,"36":117,"37":17,"38":296,"380":15,"381":109,"383":52,"389":1,"39":38,"391":32,"396":4,"397":14,"40":47,"409":17,"41":27,"414":17,"415":71,"419":4,"42":40,"426":3,"43":24,"430":35,"433":5,"44":17,"45":24,"46":87,"48":49,"49":84,"5":594,"51":38,"52":38,"53":57,"56":6,"570":6,"6":128,"63":15,"7":208,"79":25,"8":116,"80":19,"9":187,"all_client":79514,"all_tv_clinet":12789,"insert_time":"2014-08-21T15:51:59.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66177,"10":26,"107":365,"11":1124,"12":209,"13":282,"14":102,"15":60,"155":18,"156":9,"158":15,"159":5,"16":256,"160":15,"161":60,"167":23,"168":3,"17":160,"18":678,"19":161,"20":66,"209":22,"21":269,"210":17,"211":14,"214":11,"215":436,"221":190,"223":349,"224":60,"225":539,"23":289,"24":2651,"25":225,"257":47,"26":52,"268":5,"27":63,"273":25,"276":30,"279":8,"28":170,"281":8,"282":62,"291":4,"292":32,"30":16,"302":2,"31":45,"314":6,"317":1,"32":18,"33":33,"34":61,"347":12,"35":68,"352":533,"36":113,"37":18,"38":296,"380":13,"381":101,"383":54,"389":2,"39":39,"391":29,"396":4,"397":14,"40":42,"409":17,"41":27,"414":16,"415":68,"419":4,"42":42,"426":4,"43":24,"430":32,"433":5,"44":17,"45":24,"46":85,"48":51,"49":81,"5":569,"51":36,"52":40,"53":54,"56":7,"570":5,"6":132,"63":17,"7":208,"79":24,"8":116,"80":19,"9":190,"all_client":78826,"all_tv_clinet":12649,"insert_time":"2014-08-21T15:52:59.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65646,"10":26,"107":361,"11":1112,"12":218,"13":283,"14":99,"15":59,"155":17,"156":8,"158":15,"159":5,"16":255,"160":16,"161":60,"167":22,"168":2,"17":160,"18":676,"19":160,"20":66,"209":22,"21":259,"210":17,"211":15,"214":11,"215":446,"221":189,"223":329,"224":64,"225":516,"23":292,"24":2649,"25":232,"257":42,"26":54,"268":5,"27":61,"273":25,"276":30,"279":8,"28":167,"281":8,"282":58,"291":4,"292":30,"30":17,"302":3,"31":42,"314":5,"317":1,"32":18,"33":29,"34":62,"347":10,"35":62,"352":527,"36":118,"37":18,"38":288,"380":9,"381":100,"383":52,"389":2,"39":40,"391":27,"396":4,"397":13,"40":40,"409":17,"41":26,"414":14,"415":68,"419":4,"42":42,"426":5,"43":24,"430":31,"433":5,"44":19,"45":26,"46":80,"48":48,"49":81,"5":554,"51":33,"52":41,"53":53,"56":7,"570":5,"6":132,"63":16,"7":211,"79":25,"8":112,"80":18,"9":200,"all_client":78183,"all_tv_clinet":12537,"insert_time":"2014-08-21T15:54:00.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65077,"10":25,"107":356,"11":1098,"12":221,"13":282,"14":95,"15":61,"155":17,"156":9,"158":13,"159":4,"16":255,"160":18,"161":59,"167":21,"168":2,"17":147,"18":671,"19":159,"20":68,"209":22,"21":251,"210":17,"211":14,"214":11,"215":446,"221":187,"223":330,"224":63,"225":508,"23":292,"24":2652,"25":237,"257":44,"26":55,"268":5,"27":60,"273":24,"276":29,"279":8,"28":166,"281":8,"282":57,"291":5,"292":34,"30":16,"302":4,"31":39,"314":5,"317":1,"32":17,"33":29,"34":64,"347":10,"35":58,"352":538,"36":115,"37":18,"38":285,"380":7,"381":96,"383":55,"389":2,"39":38,"391":28,"396":5,"397":12,"40":40,"409":15,"41":28,"414":14,"415":70,"419":5,"42":38,"426":5,"43":22,"430":28,"433":5,"44":20,"45":24,"46":77,"48":46,"49":82,"5":543,"51":34,"52":44,"53":52,"56":9,"570":4,"6":131,"63":16,"7":204,"79":26,"8":109,"80":18,"9":200,"all_client":77534,"all_tv_clinet":12457,"insert_time":"2014-08-21T15:55:00.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64530,"10":27,"107":352,"11":1086,"12":226,"13":285,"14":86,"15":62,"155":18,"156":9,"158":12,"159":4,"16":253,"160":16,"161":54,"167":19,"168":2,"17":131,"18":677,"19":168,"20":62,"209":22,"21":250,"210":17,"211":10,"214":10,"215":441,"221":190,"223":314,"224":64,"225":477,"23":305,"24":2640,"25":237,"257":43,"26":56,"268":4,"27":55,"273":23,"276":29,"279":9,"28":170,"281":8,"282":54,"291":5,"292":35,"30":18,"302":4,"31":38,"314":5,"317":1,"32":17,"33":30,"34":66,"347":8,"35":54,"352":539,"36":114,"37":16,"38":282,"380":7,"381":97,"383":52,"389":2,"39":35,"391":29,"396":5,"397":12,"40":36,"409":15,"41":27,"414":13,"415":67,"419":7,"42":39,"426":5,"43":22,"430":27,"433":5,"44":19,"45":25,"46":76,"48":44,"49":82,"5":537,"51":32,"52":45,"53":53,"56":8,"570":3,"6":125,"63":16,"7":201,"79":28,"8":110,"80":18,"9":205,"all_client":76868,"all_tv_clinet":12338,"insert_time":"2014-08-21T15:56:01.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64016,"10":29,"107":348,"11":1091,"12":240,"13":281,"14":79,"15":67,"155":17,"156":8,"158":11,"159":4,"16":246,"160":20,"161":54,"167":21,"168":2,"17":116,"18":683,"19":170,"20":64,"209":19,"21":232,"210":16,"211":10,"214":11,"215":432,"221":185,"223":304,"224":61,"225":460,"23":313,"24":2641,"25":245,"257":45,"26":53,"268":4,"27":52,"273":23,"276":26,"279":11,"28":172,"281":7,"282":54,"291":5,"292":37,"30":16,"302":5,"31":36,"314":5,"317":1,"32":17,"33":30,"34":71,"347":8,"35":50,"352":530,"36":115,"37":16,"38":293,"380":7,"381":94,"383":53,"389":2,"39":33,"391":28,"396":5,"397":11,"40":37,"409":16,"41":28,"414":13,"415":64,"419":7,"42":38,"426":4,"43":22,"430":26,"433":7,"44":19,"45":28,"46":70,"48":48,"49":81,"5":527,"51":32,"52":44,"53":51,"56":9,"570":2,"6":120,"63":18,"7":188,"79":26,"8":111,"80":18,"9":197,"all_client":76262,"all_tv_clinet":12246,"insert_time":"2014-08-21T15:57:01.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63499,"10":29,"107":338,"11":1093,"12":250,"13":285,"14":81,"15":70,"155":17,"156":8,"158":11,"159":5,"16":245,"160":19,"161":55,"167":21,"168":2,"17":114,"18":666,"19":176,"20":65,"209":16,"21":219,"210":15,"211":10,"214":12,"215":424,"221":179,"223":291,"224":65,"225":449,"23":310,"24":2611,"25":251,"257":47,"26":50,"268":4,"27":53,"273":21,"276":26,"279":11,"28":172,"281":8,"282":54,"291":5,"292":39,"30":16,"302":3,"31":37,"314":5,"317":1,"32":16,"33":28,"34":71,"347":7,"35":48,"352":510,"36":113,"37":18,"38":288,"380":6,"381":94,"383":50,"389":2,"39":35,"391":27,"396":4,"397":11,"40":37,"409":15,"41":28,"414":14,"415":66,"419":6,"42":41,"426":4,"43":19,"430":25,"433":7,"44":20,"45":27,"46":71,"48":51,"49":79,"5":523,"51":35,"52":47,"53":44,"56":9,"570":2,"6":113,"63":19,"7":191,"79":25,"8":112,"80":17,"9":184,"all_client":75612,"all_tv_clinet":12113,"insert_time":"2014-08-21T15:58:02.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62927,"10":29,"107":338,"11":1102,"12":274,"13":288,"14":81,"15":70,"155":17,"156":8,"158":13,"159":5,"16":249,"160":20,"161":52,"167":21,"168":2,"17":107,"18":633,"19":180,"20":62,"209":18,"21":206,"210":14,"211":9,"214":12,"215":413,"221":172,"223":266,"224":65,"225":438,"23":321,"24":2556,"25":254,"257":45,"26":50,"268":4,"27":54,"273":19,"276":26,"279":11,"28":172,"281":8,"282":58,"291":5,"292":44,"30":12,"302":4,"31":36,"314":6,"317":1,"32":15,"33":30,"34":75,"347":6,"35":44,"352":501,"36":114,"37":20,"38":290,"380":5,"381":96,"383":49,"389":2,"39":36,"391":24,"396":3,"397":10,"40":37,"409":13,"41":27,"414":15,"415":68,"419":7,"42":45,"426":3,"43":19,"430":21,"433":7,"44":20,"45":29,"46":72,"48":49,"49":83,"5":520,"51":36,"52":47,"53":43,"56":11,"570":2,"6":112,"63":19,"7":185,"79":25,"8":116,"80":17,"9":175,"all_client":74920,"all_tv_clinet":11993,"insert_time":"2014-08-21T15:59:02.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62103,"10":27,"107":328,"11":1091,"12":273,"13":281,"14":80,"15":69,"155":17,"156":8,"158":13,"159":5,"16":245,"160":20,"161":51,"167":21,"168":2,"17":105,"18":627,"19":177,"20":62,"209":18,"21":200,"210":14,"211":9,"214":11,"215":412,"221":167,"223":246,"224":65,"225":433,"23":318,"24":2539,"25":248,"257":44,"26":49,"268":4,"27":53,"273":19,"276":26,"279":10,"28":171,"281":7,"282":58,"291":5,"292":44,"30":12,"302":4,"31":35,"314":5,"317":1,"32":15,"33":30,"34":73,"347":6,"35":44,"352":491,"36":111,"37":19,"38":285,"380":5,"381":94,"383":49,"389":2,"39":36,"391":24,"396":3,"397":10,"40":37,"409":13,"41":27,"414":14,"415":67,"419":7,"42":45,"426":2,"43":19,"430":21,"433":7,"44":20,"45":29,"46":70,"48":49,"49":82,"5":512,"51":34,"52":46,"53":42,"56":11,"570":2,"6":109,"63":19,"7":183,"79":25,"8":114,"80":17,"9":174,"all_client":73926,"all_tv_clinet":11823,"insert_time":"2014-08-21T16:00:03.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61563,"10":28,"107":326,"11":1100,"12":252,"13":277,"14":78,"15":76,"155":17,"156":8,"158":12,"159":5,"16":242,"160":21,"161":50,"167":21,"168":2,"17":111,"18":613,"19":184,"20":65,"209":18,"21":199,"210":14,"211":9,"214":11,"215":402,"221":167,"223":232,"224":58,"225":421,"23":316,"24":2492,"25":239,"257":47,"26":50,"268":4,"27":49,"273":18,"276":25,"279":10,"28":174,"281":7,"282":66,"291":5,"292":44,"30":11,"302":4,"31":39,"314":4,"317":1,"32":16,"33":33,"34":74,"347":6,"35":42,"352":481,"36":108,"37":19,"38":301,"380":5,"381":94,"383":52,"389":2,"39":35,"391":24,"396":3,"397":12,"40":38,"409":13,"41":28,"414":14,"415":64,"419":9,"42":42,"426":2,"43":18,"430":21,"433":6,"44":18,"45":28,"46":68,"48":50,"49":83,"5":505,"51":35,"52":49,"53":39,"56":11,"570":2,"6":102,"63":18,"7":189,"79":25,"8":118,"80":18,"9":177,"all_client":73284,"all_tv_clinet":11721,"insert_time":"2014-08-21T16:01:03.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61018,"10":31,"107":323,"11":1105,"12":225,"13":281,"14":84,"15":70,"155":15,"156":8,"158":12,"159":5,"16":225,"160":23,"161":51,"167":23,"168":2,"17":123,"18":598,"19":193,"20":68,"209":17,"21":193,"210":14,"211":9,"214":11,"215":396,"221":166,"223":239,"224":57,"225":402,"23":309,"24":2476,"25":245,"257":50,"26":51,"268":5,"27":48,"273":15,"276":22,"279":11,"28":171,"281":7,"282":71,"291":5,"292":45,"30":11,"302":5,"31":38,"314":4,"317":1,"32":16,"33":32,"34":72,"347":6,"35":38,"352":476,"36":102,"37":18,"38":294,"380":6,"381":93,"383":55,"389":2,"39":33,"391":24,"396":4,"397":13,"40":37,"409":12,"41":25,"414":14,"415":59,"419":8,"42":43,"426":2,"43":18,"430":20,"433":7,"44":19,"45":30,"46":72,"48":50,"49":85,"5":494,"51":34,"52":48,"53":37,"56":13,"570":2,"6":104,"63":18,"7":178,"79":23,"8":122,"80":20,"9":163,"all_client":72618,"all_tv_clinet":11600,"insert_time":"2014-08-21T16:02:04.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60614,"10":28,"107":319,"11":1115,"12":198,"13":290,"14":86,"15":71,"155":14,"156":9,"158":13,"159":4,"16":207,"160":21,"161":52,"167":24,"168":2,"17":127,"18":584,"19":208,"20":70,"209":18,"21":199,"210":13,"211":9,"214":11,"215":378,"221":170,"223":244,"224":54,"225":405,"23":313,"24":2400,"25":238,"257":56,"26":54,"268":5,"27":44,"273":13,"276":21,"279":13,"28":165,"281":7,"282":79,"291":5,"292":46,"30":9,"302":5,"31":39,"314":4,"317":1,"32":13,"33":31,"34":69,"347":8,"35":34,"352":473,"36":101,"37":22,"38":290,"380":7,"381":86,"383":55,"389":3,"39":36,"391":21,"396":4,"397":15,"40":33,"409":10,"41":21,"414":14,"415":55,"419":8,"42":47,"426":1,"43":16,"430":24,"433":7,"44":18,"45":33,"46":70,"48":52,"49":85,"5":500,"51":35,"52":49,"53":36,"56":12,"570":2,"6":104,"63":15,"7":168,"79":23,"8":132,"80":22,"9":163,"all_client":72097,"all_tv_clinet":11483,"insert_time":"2014-08-21T16:03:04.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60123,"10":28,"107":313,"11":1114,"12":189,"13":293,"14":82,"15":69,"155":14,"156":8,"158":13,"159":4,"16":189,"160":24,"161":48,"167":23,"168":2,"17":125,"18":582,"19":211,"20":65,"209":20,"21":199,"210":11,"211":9,"214":11,"215":363,"221":176,"223":250,"224":54,"225":385,"23":318,"24":2350,"25":248,"257":53,"26":53,"268":6,"27":40,"273":11,"276":20,"279":12,"28":159,"281":7,"282":79,"291":4,"292":43,"30":9,"302":5,"31":34,"314":5,"317":1,"32":14,"33":33,"34":70,"347":9,"35":33,"352":477,"36":104,"37":21,"38":284,"380":7,"381":88,"383":54,"389":3,"39":39,"391":21,"396":4,"397":16,"40":31,"409":10,"41":17,"414":14,"415":53,"419":6,"42":48,"426":2,"43":18,"430":27,"433":8,"44":18,"45":36,"46":70,"48":48,"49":88,"5":504,"51":35,"52":45,"53":35,"56":12,"570":2,"6":103,"63":13,"7":160,"79":22,"8":135,"80":18,"9":160,"all_client":71469,"all_tv_clinet":11346,"insert_time":"2014-08-21T16:04:05.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59516,"10":27,"107":313,"11":1110,"12":180,"13":296,"14":78,"15":67,"155":13,"156":8,"158":11,"159":5,"16":183,"160":25,"161":49,"167":21,"168":2,"17":120,"18":582,"19":219,"20":66,"209":19,"21":202,"210":10,"211":8,"214":10,"215":344,"221":180,"223":250,"224":54,"225":364,"23":318,"24":2275,"25":244,"257":53,"26":51,"268":6,"27":38,"273":11,"276":21,"279":13,"28":158,"281":7,"282":80,"291":4,"292":37,"30":10,"302":5,"306":2,"31":37,"314":5,"317":1,"32":13,"33":33,"34":64,"347":9,"35":34,"352":466,"36":101,"37":21,"38":272,"380":6,"381":84,"383":53,"389":3,"39":40,"391":24,"396":3,"397":16,"40":35,"409":9,"41":20,"414":13,"415":48,"419":7,"42":52,"426":3,"43":17,"430":31,"433":8,"44":18,"45":40,"46":67,"48":53,"49":87,"5":504,"51":37,"52":43,"53":34,"56":10,"570":2,"6":104,"63":12,"7":157,"79":24,"8":134,"80":17,"9":159,"all_client":70695,"all_tv_clinet":11179,"insert_time":"2014-08-21T16:05:05.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58836,"10":27,"107":311,"11":1111,"12":166,"13":288,"14":77,"15":69,"155":11,"156":7,"158":11,"159":5,"16":182,"160":25,"161":52,"167":19,"168":2,"17":125,"18":568,"19":219,"20":63,"209":19,"21":205,"210":8,"211":7,"214":12,"215":309,"221":174,"223":261,"224":53,"225":334,"23":315,"24":2205,"25":250,"257":49,"26":47,"268":5,"27":34,"273":12,"276":22,"279":13,"28":158,"281":7,"282":71,"291":5,"292":36,"30":10,"302":5,"306":2,"31":43,"314":5,"317":1,"32":12,"33":34,"34":61,"347":8,"35":32,"352":465,"36":105,"37":20,"38":259,"380":6,"381":87,"383":55,"389":2,"39":42,"391":25,"396":3,"397":19,"40":35,"409":6,"41":18,"414":12,"415":47,"419":8,"42":53,"426":5,"43":19,"430":31,"433":7,"44":16,"45":40,"46":67,"48":53,"49":93,"5":487,"51":39,"52":44,"53":34,"56":12,"570":3,"6":95,"63":15,"7":153,"79":23,"8":134,"80":16,"9":160,"all_client":69811,"all_tv_clinet":10975,"insert_time":"2014-08-21T16:06:06.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58361,"10":27,"107":304,"11":1110,"12":169,"13":284,"14":79,"15":65,"155":10,"156":7,"158":11,"159":5,"16":176,"160":24,"161":53,"167":19,"168":2,"17":127,"18":560,"19":223,"20":63,"209":20,"21":198,"210":8,"211":7,"214":12,"215":282,"221":174,"223":259,"224":50,"225":316,"23":317,"24":2089,"25":250,"257":53,"26":44,"268":5,"27":29,"273":13,"276":23,"279":13,"28":161,"281":7,"282":65,"291":5,"292":35,"30":10,"302":5,"306":2,"31":43,"314":4,"32":13,"33":34,"34":60,"347":7,"35":28,"352":462,"36":104,"37":20,"38":253,"380":7,"381":80,"383":53,"389":1,"39":41,"391":25,"396":3,"397":18,"40":35,"409":6,"41":23,"414":12,"415":44,"419":8,"42":51,"426":5,"43":19,"430":32,"433":7,"44":17,"45":42,"46":65,"48":49,"49":94,"5":496,"51":39,"52":42,"53":39,"56":14,"570":2,"6":88,"63":16,"7":148,"79":23,"8":130,"80":17,"9":155,"all_client":69105,"all_tv_clinet":10744,"insert_time":"2014-08-21T16:07:06.581Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57739,"10":23,"107":304,"11":1104,"12":176,"13":276,"14":73,"15":62,"155":10,"156":7,"158":10,"159":5,"16":163,"160":25,"161":50,"167":19,"168":2,"17":129,"18":554,"19":221,"20":63,"209":18,"21":194,"210":8,"211":6,"214":14,"215":259,"221":171,"223":252,"224":47,"225":302,"23":314,"24":1895,"25":244,"257":52,"26":39,"268":5,"27":29,"273":13,"276":20,"279":13,"28":156,"281":7,"282":60,"291":6,"292":32,"30":10,"302":5,"306":2,"31":46,"314":4,"32":12,"33":37,"34":60,"347":9,"35":28,"352":445,"36":104,"37":23,"38":256,"380":7,"381":81,"383":51,"389":1,"39":39,"391":26,"396":4,"397":16,"40":34,"409":6,"41":19,"414":13,"415":42,"419":7,"42":50,"426":4,"43":19,"430":36,"433":7,"44":15,"45":43,"46":68,"48":49,"49":91,"5":487,"51":37,"52":42,"53":35,"56":14,"570":2,"6":89,"63":16,"7":147,"79":24,"8":134,"80":18,"9":149,"all_client":68134,"all_tv_clinet":10395,"insert_time":"2014-08-21T16:08:07.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56399,"10":22,"107":290,"11":1098,"12":163,"13":262,"14":75,"15":58,"155":10,"156":6,"158":10,"159":6,"16":156,"160":24,"161":49,"167":19,"168":2,"17":131,"18":533,"19":219,"20":61,"209":16,"21":198,"210":7,"211":6,"214":14,"215":235,"221":170,"223":250,"224":42,"225":294,"23":304,"24":1635,"25":238,"257":51,"26":35,"268":5,"27":27,"273":12,"276":20,"279":12,"28":157,"281":7,"282":53,"291":4,"292":27,"30":10,"302":6,"306":2,"31":46,"314":4,"32":11,"33":40,"34":57,"347":10,"35":27,"352":426,"36":101,"37":24,"38":241,"380":7,"381":80,"383":50,"389":1,"39":38,"391":27,"396":5,"397":15,"40":33,"409":6,"41":17,"414":11,"415":41,"419":7,"42":48,"426":6,"43":19,"430":36,"433":7,"44":15,"45":46,"46":73,"48":50,"49":88,"5":471,"51":36,"52":44,"53":31,"56":13,"570":2,"6":87,"63":14,"7":138,"79":22,"8":132,"80":20,"9":141,"all_client":66294,"all_tv_clinet":9895,"insert_time":"2014-08-21T16:09:07.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55717,"10":21,"107":288,"11":1081,"12":162,"13":261,"14":73,"15":56,"155":10,"156":5,"158":11,"159":7,"16":152,"160":23,"161":47,"167":20,"168":2,"17":127,"18":526,"19":220,"20":60,"209":16,"21":188,"210":7,"211":6,"214":15,"215":219,"221":161,"223":245,"224":38,"225":284,"23":293,"24":1474,"25":234,"257":50,"26":32,"268":5,"27":25,"273":13,"276":19,"279":11,"28":152,"281":7,"282":56,"291":4,"292":24,"30":9,"302":6,"306":3,"31":50,"314":4,"32":11,"33":37,"34":54,"347":10,"35":28,"352":417,"36":97,"37":25,"38":236,"380":6,"381":79,"383":49,"389":1,"39":38,"391":23,"396":5,"397":15,"40":35,"409":6,"41":17,"414":10,"415":38,"419":7,"42":50,"426":6,"43":15,"430":39,"433":7,"44":13,"45":46,"46":75,"48":52,"49":87,"5":473,"51":35,"52":48,"53":31,"56":13,"570":2,"6":93,"63":13,"7":142,"79":20,"8":134,"80":21,"9":137,"all_client":65315,"all_tv_clinet":9598,"insert_time":"2014-08-21T16:10:08.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55021,"10":18,"107":286,"11":1005,"12":164,"13":254,"14":80,"15":57,"155":11,"156":5,"158":11,"159":7,"16":153,"160":23,"161":49,"167":21,"168":2,"17":134,"18":520,"19":220,"20":61,"209":14,"21":187,"210":7,"211":4,"214":17,"215":211,"221":159,"223":243,"224":38,"225":287,"23":290,"24":1395,"25":234,"257":51,"26":35,"268":5,"27":22,"273":12,"276":19,"279":12,"28":150,"281":7,"282":49,"291":5,"292":22,"30":7,"302":6,"306":3,"31":46,"314":3,"32":12,"33":36,"34":55,"347":9,"35":27,"352":405,"36":94,"37":25,"38":229,"380":7,"381":72,"383":50,"39":40,"391":21,"396":3,"397":15,"40":33,"409":5,"41":15,"414":10,"415":37,"419":6,"42":49,"426":7,"43":15,"430":39,"433":7,"44":12,"45":48,"46":75,"48":47,"49":87,"5":466,"51":34,"52":50,"53":27,"56":12,"570":2,"6":97,"63":12,"7":151,"79":19,"8":137,"80":22,"9":128,"all_client":64391,"all_tv_clinet":9370,"insert_time":"2014-08-21T16:11:08.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55236,"10":19,"107":284,"11":935,"12":182,"13":241,"14":85,"15":58,"155":14,"156":5,"158":12,"159":7,"16":153,"160":23,"161":52,"167":22,"168":2,"17":138,"18":522,"19":228,"20":60,"209":17,"21":189,"210":7,"211":3,"214":19,"215":210,"221":169,"223":250,"224":40,"225":280,"23":291,"24":1383,"25":240,"257":50,"26":33,"268":6,"27":22,"273":11,"276":19,"279":13,"28":154,"281":6,"282":48,"291":5,"292":24,"30":7,"302":6,"306":3,"31":49,"314":3,"32":11,"33":35,"34":55,"347":8,"35":26,"352":418,"36":93,"37":23,"38":240,"380":7,"381":71,"383":50,"39":45,"391":21,"396":2,"397":14,"40":34,"409":5,"41":15,"414":11,"415":42,"419":6,"42":50,"426":5,"43":13,"430":42,"433":7,"44":10,"45":51,"46":72,"48":43,"49":91,"5":475,"51":35,"52":57,"53":26,"56":11,"570":1,"6":108,"63":12,"7":160,"79":19,"8":136,"80":23,"9":129,"all_client":64643,"all_tv_clinet":9407,"insert_time":"2014-08-21T16:12:09.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54532,"10":20,"107":277,"11":861,"12":198,"13":230,"14":92,"15":61,"155":13,"156":5,"158":12,"159":5,"16":153,"160":19,"161":54,"167":23,"168":2,"17":145,"18":518,"19":227,"20":63,"209":16,"21":192,"210":7,"211":3,"214":21,"215":202,"221":175,"223":244,"224":39,"225":270,"23":287,"24":1306,"25":245,"257":51,"26":34,"268":6,"27":22,"273":13,"276":19,"279":13,"28":153,"281":6,"282":48,"291":3,"292":19,"30":6,"302":6,"306":3,"31":52,"314":4,"32":9,"33":33,"34":56,"347":8,"35":23,"352":420,"36":95,"37":27,"38":233,"380":9,"381":68,"383":47,"39":45,"391":22,"396":2,"397":14,"40":32,"409":6,"41":14,"414":10,"415":42,"419":5,"42":51,"426":5,"43":12,"430":40,"433":7,"44":9,"45":55,"46":70,"48":40,"49":91,"5":484,"51":37,"52":58,"53":22,"56":11,"570":1,"6":104,"63":13,"7":155,"79":21,"8":137,"80":24,"9":126,"all_client":63768,"all_tv_clinet":9236,"insert_time":"2014-08-21T16:13:09.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53942,"10":19,"107":274,"11":811,"12":203,"13":218,"14":94,"15":61,"155":12,"156":4,"158":12,"159":5,"16":148,"160":15,"161":56,"167":23,"168":1,"17":150,"18":513,"19":229,"20":61,"209":15,"21":187,"210":7,"211":3,"214":22,"215":192,"221":170,"223":238,"224":37,"225":256,"23":285,"24":1215,"25":246,"257":47,"26":29,"268":5,"27":21,"273":12,"276":20,"279":13,"28":148,"281":6,"282":47,"291":3,"292":15,"30":7,"302":6,"306":3,"31":53,"314":4,"32":12,"33":35,"34":54,"347":9,"35":24,"352":411,"36":96,"37":29,"38":233,"380":11,"381":68,"383":47,"39":46,"391":24,"396":3,"397":14,"40":32,"409":5,"41":15,"414":9,"415":40,"419":6,"42":53,"426":4,"43":13,"430":40,"433":7,"44":9,"45":54,"46":73,"48":35,"49":88,"5":485,"51":36,"52":62,"53":22,"56":10,"570":1,"6":99,"63":13,"7":155,"79":23,"8":131,"80":27,"9":126,"all_client":62952,"all_tv_clinet":9010,"insert_time":"2014-08-21T16:14:09.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53421,"10":19,"107":268,"11":772,"12":215,"13":220,"14":97,"15":60,"155":12,"156":4,"158":12,"159":5,"16":139,"160":15,"161":58,"167":23,"168":1,"17":148,"18":510,"19":226,"20":60,"209":14,"21":185,"210":6,"211":3,"214":22,"215":184,"221":171,"223":238,"224":37,"225":254,"23":279,"24":1135,"25":249,"257":48,"26":30,"268":4,"27":20,"273":12,"276":20,"279":11,"28":142,"281":6,"282":48,"291":3,"292":13,"30":10,"302":6,"306":3,"31":53,"314":3,"32":13,"33":35,"34":55,"347":12,"35":24,"352":405,"36":101,"37":30,"38":223,"380":12,"381":61,"383":49,"39":43,"391":25,"396":3,"397":13,"40":32,"409":7,"41":15,"414":10,"415":39,"419":6,"42":53,"426":3,"43":13,"430":37,"433":6,"44":9,"45":56,"46":69,"48":30,"49":87,"5":485,"51":37,"52":59,"53":23,"56":10,"570":2,"6":96,"63":13,"7":155,"79":22,"8":134,"80":27,"9":132,"all_client":62265,"all_tv_clinet":8844,"insert_time":"2014-08-21T16:15:10.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52868,"10":20,"107":260,"11":736,"12":218,"13":220,"14":92,"15":60,"155":12,"156":4,"158":15,"159":6,"16":138,"160":13,"161":54,"167":21,"168":2,"17":148,"18":517,"19":223,"20":59,"209":14,"21":187,"210":5,"211":3,"214":21,"215":175,"221":169,"223":236,"224":38,"225":247,"23":266,"24":1087,"25":254,"257":45,"26":33,"268":4,"27":20,"273":15,"276":22,"279":12,"28":146,"281":6,"282":46,"291":3,"292":13,"30":18,"302":6,"306":3,"31":51,"314":3,"32":12,"33":33,"34":53,"347":12,"35":22,"352":396,"36":97,"37":32,"38":218,"380":12,"381":57,"383":48,"39":42,"391":24,"396":4,"397":13,"40":34,"409":7,"41":16,"414":10,"415":40,"419":6,"42":49,"426":2,"43":13,"430":38,"433":7,"44":10,"45":57,"46":72,"48":28,"49":87,"5":469,"51":38,"52":56,"53":25,"56":11,"570":2,"6":96,"63":14,"7":160,"79":20,"8":134,"80":27,"9":130,"all_client":61567,"all_tv_clinet":8699,"insert_time":"2014-08-21T16:16:10.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52300,"10":19,"107":262,"11":714,"12":218,"13":213,"14":97,"15":60,"155":13,"156":4,"158":15,"159":6,"16":147,"160":12,"161":50,"167":19,"168":2,"17":149,"18":522,"19":219,"20":53,"209":15,"21":187,"210":4,"211":2,"214":20,"215":174,"221":164,"223":235,"224":37,"225":246,"23":246,"24":1058,"25":260,"257":44,"26":36,"268":4,"27":20,"273":15,"276":22,"279":13,"28":149,"281":6,"282":37,"291":4,"292":10,"30":24,"302":5,"306":3,"31":50,"314":4,"32":10,"33":26,"34":50,"347":12,"35":22,"352":395,"36":96,"37":30,"38":207,"380":13,"381":53,"383":48,"39":43,"391":23,"396":4,"397":13,"40":32,"409":7,"41":16,"414":11,"415":40,"419":6,"42":48,"426":2,"43":14,"430":37,"433":7,"44":12,"45":54,"46":73,"48":27,"49":84,"5":463,"51":37,"52":49,"53":26,"56":12,"570":2,"6":102,"63":17,"7":162,"79":18,"8":134,"80":27,"9":121,"all_client":60873,"all_tv_clinet":8573,"insert_time":"2014-08-21T16:17:11.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51775,"10":19,"107":266,"11":687,"12":214,"13":204,"14":99,"15":58,"155":14,"156":5,"158":15,"159":6,"16":148,"160":12,"161":48,"167":18,"168":1,"17":152,"18":531,"19":216,"20":54,"209":16,"21":186,"210":4,"211":2,"214":21,"215":174,"221":169,"223":221,"224":37,"225":234,"23":234,"24":1023,"25":268,"257":43,"26":39,"268":5,"27":21,"273":15,"276":22,"279":13,"28":146,"281":6,"282":37,"291":4,"292":9,"30":23,"302":5,"306":3,"31":50,"314":4,"32":10,"33":22,"34":53,"347":12,"35":21,"352":392,"36":89,"37":31,"38":207,"380":15,"381":50,"383":44,"39":43,"391":23,"396":4,"397":13,"40":35,"409":6,"41":17,"414":10,"415":43,"419":6,"42":46,"426":2,"43":12,"430":37,"433":8,"44":11,"45":46,"46":72,"48":26,"49":77,"5":469,"51":33,"52":45,"53":28,"56":12,"570":1,"6":98,"63":16,"7":167,"79":16,"8":133,"80":26,"9":109,"all_client":60212,"all_tv_clinet":8437,"insert_time":"2014-08-21T16:18:11.641Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51203,"10":18,"107":270,"11":633,"12":215,"13":193,"14":97,"15":64,"155":14,"156":5,"158":18,"159":5,"16":145,"160":11,"161":47,"167":18,"168":1,"17":155,"18":530,"19":219,"20":52,"209":16,"21":184,"210":4,"211":2,"214":21,"215":175,"221":171,"223":220,"224":34,"225":219,"23":216,"24":982,"25":271,"257":39,"26":39,"268":5,"27":21,"273":13,"276":20,"279":16,"28":152,"281":6,"282":36,"291":4,"292":8,"30":18,"302":5,"306":3,"31":50,"314":4,"32":14,"33":19,"34":53,"347":11,"35":22,"352":378,"36":89,"37":29,"38":207,"380":16,"381":48,"383":43,"39":46,"391":23,"396":4,"397":14,"40":36,"409":6,"41":15,"414":11,"415":41,"419":6,"42":45,"426":2,"43":12,"430":37,"433":8,"44":12,"45":45,"46":73,"48":27,"49":70,"5":458,"51":31,"52":43,"53":25,"56":13,"570":1,"6":100,"63":15,"7":169,"79":14,"8":131,"80":26,"9":101,"all_client":59456,"all_tv_clinet":8253,"insert_time":"2014-08-21T16:19:12.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50707,"10":18,"107":261,"11":532,"12":216,"13":179,"14":101,"15":70,"155":14,"156":5,"158":17,"159":4,"16":139,"160":11,"161":44,"167":18,"168":2,"17":158,"18":523,"19":221,"20":49,"209":17,"21":189,"210":4,"211":2,"214":22,"215":171,"221":172,"223":220,"224":35,"225":214,"23":205,"24":943,"25":269,"257":39,"26":42,"268":5,"27":22,"273":14,"276":20,"279":16,"28":150,"281":7,"282":37,"291":4,"292":8,"30":14,"302":5,"306":3,"31":48,"314":3,"32":15,"33":19,"34":53,"347":10,"35":22,"352":369,"36":88,"37":33,"38":210,"380":15,"381":43,"383":45,"39":47,"391":23,"396":4,"397":14,"40":38,"409":6,"41":17,"414":11,"415":42,"419":5,"42":41,"426":2,"43":17,"430":36,"433":8,"44":10,"45":43,"46":68,"48":26,"49":67,"5":451,"51":33,"52":36,"53":25,"56":15,"570":1,"6":97,"63":14,"7":170,"79":13,"8":130,"80":24,"9":98,"all_client":58743,"all_tv_clinet":8036,"insert_time":"2014-08-21T16:20:12.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50146,"10":20,"107":273,"11":446,"12":221,"13":165,"14":105,"15":71,"155":14,"156":5,"158":17,"159":4,"16":132,"160":11,"161":38,"167":19,"168":2,"17":158,"18":519,"19":215,"20":47,"209":16,"21":195,"210":4,"214":22,"215":173,"221":169,"223":221,"224":36,"225":209,"23":203,"24":912,"25":262,"257":37,"26":46,"268":4,"27":23,"273":12,"276":20,"279":16,"28":142,"281":6,"282":33,"291":4,"292":6,"30":12,"302":5,"306":3,"31":46,"314":3,"32":20,"33":19,"34":52,"347":8,"35":21,"352":360,"36":86,"37":35,"38":213,"380":15,"381":42,"383":44,"39":44,"391":23,"396":5,"397":12,"40":39,"409":6,"41":22,"414":12,"415":38,"419":6,"42":40,"426":1,"43":19,"430":39,"431":1,"433":7,"44":9,"45":39,"46":66,"48":28,"49":65,"5":448,"51":35,"52":35,"53":22,"56":16,"570":1,"6":93,"63":13,"7":170,"79":12,"8":121,"80":22,"9":98,"all_client":57990,"all_tv_clinet":7844,"insert_time":"2014-08-21T16:21:12.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49578,"10":21,"107":259,"11":376,"12":227,"13":160,"14":105,"15":68,"155":14,"156":5,"158":15,"159":6,"16":127,"160":11,"161":40,"167":19,"168":2,"17":159,"18":509,"19":212,"20":47,"209":14,"21":194,"210":4,"214":22,"215":171,"221":166,"223":215,"224":35,"225":205,"23":197,"24":905,"25":252,"257":36,"26":48,"268":4,"27":22,"273":11,"276":20,"279":13,"28":137,"281":6,"282":30,"291":4,"292":6,"30":12,"302":4,"306":3,"31":47,"314":3,"32":18,"33":19,"34":52,"347":9,"35":22,"352":358,"36":88,"37":33,"38":207,"380":15,"381":41,"383":42,"39":40,"391":23,"396":5,"397":10,"40":39,"409":6,"41":21,"414":12,"415":39,"419":5,"42":39,"426":1,"43":23,"430":37,"431":1,"433":5,"44":12,"45":35,"46":64,"48":30,"49":63,"5":439,"51":34,"52":36,"53":17,"56":16,"570":1,"6":94,"63":14,"7":172,"79":14,"8":118,"80":21,"9":101,"all_client":57237,"all_tv_clinet":7659,"insert_time":"2014-08-21T16:22:13.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49002,"10":21,"107":256,"11":335,"12":234,"13":156,"14":104,"15":71,"155":14,"156":6,"158":16,"159":6,"16":117,"160":11,"161":44,"167":21,"168":2,"17":160,"18":499,"19":204,"20":48,"209":13,"21":190,"210":4,"211":1,"214":21,"215":169,"221":164,"223":212,"224":36,"225":208,"23":187,"24":899,"25":253,"257":35,"26":47,"268":4,"27":23,"273":11,"276":20,"279":13,"28":133,"281":5,"282":26,"291":4,"292":5,"30":14,"302":4,"306":3,"31":50,"314":3,"32":21,"33":20,"34":48,"347":9,"35":20,"352":358,"36":86,"37":31,"38":198,"380":13,"381":40,"383":42,"39":37,"391":24,"396":4,"397":10,"40":41,"409":7,"41":21,"414":12,"415":41,"419":6,"42":36,"426":1,"43":22,"430":42,"431":1,"433":5,"44":14,"45":30,"46":61,"48":27,"49":62,"5":432,"51":33,"52":30,"53":16,"56":17,"570":1,"6":96,"63":13,"7":169,"79":14,"8":110,"80":18,"9":108,"all_client":56531,"all_tv_clinet":7529,"insert_time":"2014-08-21T16:23:14.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48515,"10":24,"107":260,"11":310,"12":235,"13":148,"14":102,"15":80,"155":15,"156":6,"158":15,"159":7,"16":110,"160":10,"161":42,"167":23,"168":2,"17":161,"18":489,"19":183,"20":49,"209":14,"21":186,"210":4,"211":1,"214":22,"215":166,"221":160,"223":206,"224":37,"225":206,"23":182,"24":883,"25":259,"257":34,"26":49,"268":5,"27":22,"273":12,"276":19,"279":13,"28":122,"281":5,"282":26,"291":5,"292":5,"30":14,"302":4,"306":3,"31":52,"314":3,"32":21,"33":19,"34":46,"347":9,"35":20,"352":355,"36":78,"37":32,"38":199,"380":13,"381":38,"383":41,"39":33,"391":24,"396":2,"397":8,"40":45,"409":9,"41":18,"414":11,"415":41,"419":4,"42":35,"43":23,"430":40,"433":5,"44":14,"45":27,"46":59,"48":24,"49":57,"5":426,"51":33,"52":28,"53":14,"56":16,"570":1,"6":102,"63":15,"7":160,"79":15,"8":106,"80":17,"9":111,"all_client":55899,"all_tv_clinet":7384,"insert_time":"2014-08-21T16:24:14.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48020,"10":26,"107":264,"11":298,"12":238,"13":152,"14":104,"15":79,"155":16,"156":6,"158":15,"159":9,"16":103,"160":10,"161":38,"167":23,"168":2,"17":161,"18":489,"19":172,"20":51,"209":14,"21":185,"210":4,"211":1,"214":22,"215":157,"221":149,"223":200,"224":35,"225":205,"23":172,"24":868,"25":260,"257":30,"26":52,"268":5,"27":23,"273":11,"276":20,"279":13,"28":119,"281":5,"282":26,"291":5,"292":6,"30":13,"302":5,"306":2,"31":55,"314":3,"32":18,"33":19,"34":43,"347":9,"35":15,"352":356,"36":80,"37":35,"38":197,"380":14,"381":38,"383":42,"39":32,"391":21,"396":3,"397":7,"40":48,"409":9,"41":18,"414":11,"415":43,"419":4,"42":34,"43":22,"430":42,"433":5,"44":17,"45":26,"46":53,"48":21,"49":55,"5":420,"51":34,"52":26,"53":16,"56":17,"570":1,"6":94,"63":13,"7":158,"79":14,"8":100,"80":16,"9":116,"all_client":55303,"all_tv_clinet":7283,"insert_time":"2014-08-21T16:25:15.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47587,"10":28,"107":267,"11":285,"12":235,"13":143,"14":100,"15":78,"155":16,"156":5,"158":15,"159":9,"16":100,"160":11,"161":39,"167":23,"168":2,"17":162,"18":476,"19":162,"20":54,"209":15,"21":180,"210":4,"211":1,"214":23,"215":153,"221":152,"223":192,"224":36,"225":198,"23":166,"24":848,"25":264,"257":30,"26":48,"268":5,"27":25,"273":9,"276":20,"279":13,"28":110,"281":5,"282":26,"291":5,"292":5,"30":14,"302":5,"306":2,"31":52,"314":3,"32":16,"33":19,"34":41,"347":10,"35":16,"352":365,"36":80,"37":35,"38":194,"380":15,"381":38,"383":40,"39":32,"391":19,"396":3,"397":6,"40":48,"409":8,"41":19,"414":12,"415":40,"419":3,"42":35,"426":1,"43":21,"430":41,"433":5,"44":19,"45":25,"46":51,"48":21,"49":54,"5":410,"51":35,"52":25,"53":19,"56":18,"570":2,"6":90,"63":13,"7":163,"79":11,"8":95,"80":14,"9":121,"all_client":54754,"all_tv_clinet":7167,"insert_time":"2014-08-21T16:26:15.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47106,"10":27,"107":269,"11":272,"12":231,"13":140,"14":98,"15":82,"155":16,"156":4,"158":14,"159":9,"16":103,"160":12,"161":40,"167":23,"168":2,"17":163,"18":468,"19":156,"20":57,"209":15,"21":174,"210":5,"211":2,"214":24,"215":153,"221":147,"223":181,"224":40,"225":197,"23":150,"24":824,"25":268,"257":27,"26":46,"268":5,"27":24,"273":8,"276":20,"279":12,"28":111,"281":5,"282":24,"291":4,"292":5,"30":14,"302":5,"306":2,"31":52,"314":3,"32":16,"33":17,"34":36,"347":9,"35":16,"352":353,"36":80,"37":34,"38":195,"380":15,"381":40,"383":37,"39":31,"391":19,"396":3,"397":6,"40":48,"409":7,"41":18,"414":12,"415":40,"419":4,"42":35,"426":3,"43":17,"430":43,"433":5,"44":21,"45":25,"46":50,"48":21,"49":50,"5":412,"51":33,"52":19,"53":23,"56":18,"570":2,"6":92,"63":13,"7":162,"79":10,"8":89,"80":11,"9":119,"all_client":54148,"all_tv_clinet":7042,"insert_time":"2014-08-21T16:27:15.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46576,"10":26,"107":269,"11":265,"12":221,"13":140,"14":97,"15":84,"155":13,"156":3,"158":15,"159":8,"16":102,"160":12,"161":43,"167":23,"168":2,"17":165,"18":473,"19":153,"20":56,"209":16,"21":170,"210":5,"211":3,"214":22,"215":150,"221":144,"223":174,"224":41,"225":206,"23":152,"24":804,"25":270,"257":23,"26":45,"268":5,"27":25,"273":8,"276":19,"279":12,"28":110,"281":5,"282":23,"291":4,"292":4,"30":12,"302":5,"306":2,"31":49,"314":2,"32":17,"33":16,"34":35,"347":9,"35":15,"352":338,"36":77,"37":33,"38":199,"380":16,"381":38,"383":36,"39":27,"391":18,"396":3,"397":6,"40":48,"409":8,"41":19,"414":11,"415":41,"419":4,"42":34,"426":3,"43":17,"430":42,"433":5,"44":20,"45":25,"46":53,"48":20,"49":45,"5":401,"51":33,"52":14,"53":25,"56":18,"570":2,"6":91,"63":13,"7":160,"79":9,"8":84,"80":11,"9":122,"all_client":53517,"all_tv_clinet":6941,"insert_time":"2014-08-21T16:28:16.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46043,"10":27,"107":274,"11":256,"12":225,"13":141,"14":94,"15":86,"155":12,"156":3,"158":16,"159":8,"16":96,"160":11,"161":39,"167":23,"168":2,"17":166,"18":471,"19":149,"20":52,"209":16,"21":171,"210":5,"211":3,"214":22,"215":148,"221":136,"223":163,"224":41,"225":199,"23":147,"24":784,"25":273,"257":18,"26":48,"268":5,"27":23,"273":8,"276":19,"279":12,"28":109,"281":5,"282":25,"291":4,"292":5,"30":9,"302":6,"306":2,"31":51,"314":2,"32":16,"33":16,"34":34,"347":10,"35":13,"352":344,"36":74,"37":34,"38":201,"380":16,"381":37,"383":35,"39":29,"391":18,"396":3,"397":6,"40":47,"409":7,"41":19,"414":10,"415":42,"419":4,"42":32,"426":2,"43":16,"430":40,"433":5,"44":20,"45":21,"46":52,"48":20,"49":38,"5":392,"51":32,"52":11,"53":26,"56":16,"570":2,"6":88,"63":15,"7":158,"79":10,"8":78,"80":11,"9":130,"all_client":52883,"all_tv_clinet":6840,"insert_time":"2014-08-21T16:29:16.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45593,"10":26,"107":265,"11":250,"12":228,"13":135,"14":92,"15":89,"155":11,"156":4,"158":15,"159":8,"16":87,"160":10,"161":40,"167":24,"168":2,"17":168,"18":470,"19":133,"20":49,"209":15,"21":177,"210":4,"211":3,"214":24,"215":151,"221":127,"223":153,"224":43,"225":191,"23":142,"24":767,"25":273,"257":21,"26":46,"268":5,"27":22,"273":9,"276":19,"279":11,"28":105,"281":4,"282":25,"291":4,"292":5,"30":6,"302":6,"306":2,"31":52,"314":2,"32":16,"33":16,"34":33,"347":10,"35":13,"352":350,"36":76,"37":35,"38":198,"380":17,"381":36,"383":37,"39":30,"391":17,"396":3,"397":6,"40":49,"409":7,"41":21,"414":8,"415":41,"419":5,"42":27,"426":1,"43":15,"430":39,"433":6,"44":21,"45":21,"46":53,"48":19,"49":37,"5":381,"51":31,"52":10,"53":25,"56":16,"570":1,"6":83,"63":15,"7":165,"79":11,"8":73,"80":14,"9":134,"all_client":52335,"all_tv_clinet":6742,"insert_time":"2014-08-21T16:30:16.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45197,"10":24,"107":269,"11":243,"12":234,"13":136,"14":86,"15":85,"155":12,"156":4,"158":15,"159":8,"16":79,"160":10,"161":39,"167":23,"168":1,"17":168,"18":458,"19":119,"20":51,"209":15,"21":180,"210":4,"211":3,"214":25,"215":150,"221":125,"223":146,"224":48,"225":183,"23":137,"24":750,"25":269,"257":22,"26":46,"268":4,"27":22,"273":8,"276":17,"279":14,"28":104,"281":4,"282":22,"291":4,"292":5,"30":7,"302":6,"306":2,"31":52,"314":2,"32":15,"33":15,"34":35,"347":10,"35":11,"352":338,"36":76,"37":36,"38":189,"380":15,"381":33,"383":39,"39":32,"391":19,"396":3,"397":7,"40":49,"409":8,"41":19,"414":8,"415":39,"419":5,"42":27,"426":1,"43":11,"430":38,"433":6,"44":19,"45":19,"46":52,"48":19,"49":36,"5":377,"51":31,"52":10,"53":25,"56":16,"570":2,"6":80,"63":14,"7":161,"79":12,"8":70,"80":11,"9":130,"all_client":51805,"all_tv_clinet":6608,"insert_time":"2014-08-21T16:31:17.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44766,"10":22,"107":270,"11":234,"12":234,"13":128,"14":82,"15":90,"155":11,"156":4,"158":14,"159":9,"16":75,"160":10,"161":42,"167":24,"168":1,"17":166,"18":437,"19":98,"20":54,"209":16,"21":176,"210":4,"211":3,"214":24,"215":150,"221":121,"223":141,"224":50,"225":183,"23":134,"24":729,"25":268,"257":23,"26":48,"268":5,"27":23,"273":8,"276":17,"279":13,"28":103,"281":4,"282":21,"291":4,"292":5,"30":6,"302":6,"306":2,"31":50,"314":1,"32":16,"33":15,"34":33,"347":6,"35":12,"352":341,"36":74,"37":38,"38":191,"380":15,"381":32,"383":39,"39":29,"391":19,"396":3,"397":7,"40":50,"409":8,"41":17,"414":8,"415":38,"419":5,"42":26,"426":1,"43":11,"430":37,"433":6,"44":21,"45":20,"46":53,"48":21,"49":34,"5":363,"51":31,"52":11,"53":29,"56":13,"570":2,"6":84,"63":14,"7":166,"79":13,"8":65,"80":11,"9":127,"all_client":51264,"all_tv_clinet":6498,"insert_time":"2014-08-21T16:32:17.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44356,"10":20,"107":270,"11":231,"12":236,"13":126,"14":83,"15":89,"155":11,"156":3,"158":15,"159":9,"16":72,"160":9,"161":39,"167":24,"168":3,"17":168,"18":409,"19":91,"20":53,"209":16,"21":174,"210":4,"211":2,"214":24,"215":151,"221":123,"223":142,"224":54,"225":180,"23":135,"24":712,"25":272,"257":23,"26":47,"268":5,"27":21,"273":8,"276":17,"279":13,"28":102,"281":4,"282":21,"291":4,"292":6,"30":6,"302":5,"306":1,"31":46,"32":15,"33":15,"34":33,"347":6,"35":12,"352":351,"36":75,"37":37,"38":188,"380":15,"381":33,"383":34,"39":29,"391":20,"396":3,"397":8,"40":50,"409":7,"41":17,"414":8,"415":37,"419":5,"42":26,"426":2,"43":12,"430":34,"433":6,"44":22,"45":21,"46":49,"48":24,"49":32,"5":347,"51":30,"52":13,"53":31,"56":12,"570":3,"6":85,"63":15,"7":158,"79":12,"8":63,"80":12,"9":118,"all_client":50760,"all_tv_clinet":6404,"insert_time":"2014-08-21T16:33:18.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43921,"10":20,"107":271,"11":228,"12":225,"13":122,"14":87,"15":92,"155":12,"156":2,"158":14,"159":9,"16":74,"160":9,"161":40,"167":24,"168":3,"17":158,"18":379,"19":83,"20":50,"209":16,"21":171,"210":4,"211":2,"214":22,"215":151,"221":124,"223":140,"224":51,"225":171,"23":131,"24":703,"25":278,"257":27,"26":51,"268":5,"27":21,"273":8,"276":18,"279":11,"28":103,"281":4,"282":24,"291":5,"292":5,"30":5,"302":5,"31":45,"32":18,"33":12,"34":32,"347":7,"35":9,"352":344,"36":72,"37":41,"38":182,"380":17,"381":30,"383":33,"39":26,"391":21,"396":3,"397":7,"40":54,"409":6,"41":19,"414":5,"415":35,"419":8,"42":27,"426":2,"43":11,"430":33,"433":6,"44":23,"45":21,"46":49,"48":24,"49":30,"5":332,"51":28,"52":17,"53":29,"56":12,"570":2,"6":83,"63":16,"7":156,"79":14,"8":57,"80":12,"9":122,"all_client":50211,"all_tv_clinet":6290,"insert_time":"2014-08-21T16:34:18.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43492,"10":20,"107":273,"11":229,"12":211,"13":117,"14":89,"15":100,"155":12,"156":2,"158":16,"159":8,"16":72,"160":8,"161":40,"167":24,"168":3,"17":153,"18":362,"19":79,"20":52,"209":15,"21":171,"210":4,"211":2,"214":22,"215":156,"221":127,"223":139,"224":50,"225":168,"23":129,"24":690,"25":273,"257":27,"26":49,"268":4,"27":23,"273":11,"276":18,"279":12,"28":102,"281":4,"282":24,"291":5,"292":6,"30":4,"302":5,"31":40,"32":18,"33":10,"34":33,"347":5,"35":9,"352":336,"36":70,"37":40,"38":175,"380":17,"381":31,"383":31,"39":26,"391":22,"396":3,"397":7,"40":52,"409":6,"41":22,"414":3,"415":35,"419":6,"42":26,"426":2,"43":10,"430":29,"433":6,"44":24,"45":22,"46":47,"48":24,"49":30,"5":313,"51":28,"52":18,"53":28,"56":12,"570":2,"6":87,"63":17,"7":165,"79":13,"8":53,"80":12,"9":118,"all_client":49685,"all_tv_clinet":6193,"insert_time":"2014-08-21T16:35:18.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43124,"10":21,"107":256,"11":228,"12":195,"13":118,"14":82,"15":106,"155":11,"156":2,"158":15,"159":8,"16":73,"160":10,"161":39,"167":24,"168":3,"17":147,"18":346,"19":75,"20":51,"209":18,"21":161,"210":4,"211":2,"214":22,"215":159,"221":125,"223":135,"224":49,"225":178,"23":128,"24":681,"25":266,"257":27,"26":50,"268":4,"27":23,"273":11,"276":18,"279":12,"28":105,"281":4,"282":24,"291":4,"292":4,"30":5,"302":5,"31":39,"32":17,"33":11,"34":29,"347":5,"35":10,"352":324,"36":69,"37":40,"38":168,"380":17,"381":28,"383":33,"39":27,"391":24,"396":3,"397":7,"40":53,"409":6,"41":20,"414":3,"415":35,"419":5,"42":29,"426":2,"43":9,"430":29,"433":6,"434":1,"44":23,"45":21,"46":50,"48":24,"49":26,"5":302,"51":28,"52":19,"53":28,"56":12,"570":2,"6":87,"63":17,"7":163,"79":14,"8":47,"80":10,"9":123,"all_client":49203,"all_tv_clinet":6079,"insert_time":"2014-08-21T16:36:19.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42724,"10":22,"107":249,"11":233,"12":179,"13":115,"14":78,"15":105,"155":9,"156":1,"158":14,"159":8,"16":76,"160":9,"161":37,"167":22,"168":3,"17":137,"18":343,"19":75,"20":49,"209":19,"21":163,"210":4,"211":2,"214":22,"215":155,"221":119,"223":135,"224":51,"225":181,"23":129,"24":675,"25":266,"257":27,"26":48,"268":4,"27":24,"273":11,"276":18,"279":13,"28":104,"281":4,"282":24,"291":5,"292":4,"30":5,"302":5,"31":41,"32":18,"33":11,"34":29,"347":5,"35":9,"352":328,"36":70,"37":38,"38":168,"380":17,"381":26,"383":28,"39":30,"391":25,"396":2,"397":7,"40":53,"409":6,"41":20,"414":3,"415":28,"419":4,"42":27,"426":2,"43":9,"430":25,"433":5,"434":1,"44":24,"45":20,"46":51,"48":22,"49":27,"5":291,"51":28,"52":20,"53":28,"56":11,"570":2,"6":96,"63":20,"7":156,"79":16,"8":46,"80":10,"9":127,"all_client":48735,"all_tv_clinet":6011,"insert_time":"2014-08-21T16:37:19.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42283,"10":23,"107":241,"11":233,"12":174,"13":119,"14":78,"15":99,"155":8,"156":1,"158":14,"159":8,"16":75,"160":9,"161":34,"167":21,"168":3,"17":130,"18":344,"19":71,"20":43,"209":20,"21":161,"210":4,"211":2,"214":22,"215":153,"221":117,"223":127,"224":52,"225":177,"23":128,"24":667,"25":265,"257":25,"26":48,"268":5,"27":22,"273":10,"276":18,"279":12,"28":104,"281":4,"282":26,"291":5,"292":4,"30":7,"302":5,"31":40,"32":17,"33":11,"34":29,"347":5,"35":8,"352":325,"36":68,"37":36,"38":178,"380":18,"381":24,"383":29,"39":29,"391":25,"396":1,"397":7,"40":54,"409":6,"41":20,"414":2,"415":27,"419":4,"42":26,"426":2,"43":8,"430":23,"433":5,"434":1,"44":22,"45":21,"46":52,"48":22,"49":27,"5":279,"51":30,"52":19,"53":28,"56":10,"570":2,"6":98,"63":19,"7":157,"79":16,"8":43,"80":10,"9":135,"all_client":48219,"all_tv_clinet":5936,"insert_time":"2014-08-21T16:38:19.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41904,"10":24,"107":229,"11":238,"12":173,"13":115,"14":77,"15":94,"155":8,"156":1,"158":15,"159":8,"16":67,"160":7,"161":33,"167":20,"168":3,"17":118,"18":348,"19":70,"20":43,"209":21,"21":162,"210":4,"211":2,"214":22,"215":145,"221":117,"223":123,"224":52,"225":175,"23":124,"24":655,"25":258,"257":27,"26":51,"268":4,"27":24,"273":10,"276":18,"279":12,"28":102,"281":3,"282":25,"291":5,"292":5,"30":6,"302":5,"31":38,"32":20,"33":11,"34":28,"347":5,"35":8,"352":321,"36":73,"37":34,"38":172,"380":17,"381":20,"383":27,"39":28,"391":24,"396":1,"397":6,"40":50,"409":6,"41":20,"414":1,"415":26,"419":3,"42":25,"426":1,"43":8,"430":20,"433":5,"434":1,"44":24,"45":23,"46":50,"48":21,"49":25,"5":271,"51":29,"52":18,"53":28,"56":9,"570":2,"6":97,"63":20,"7":163,"79":16,"8":43,"80":10,"9":139,"all_client":47739,"all_tv_clinet":5835,"insert_time":"2014-08-21T16:39:20.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41480,"10":22,"107":232,"11":237,"12":169,"13":101,"14":77,"15":95,"155":8,"156":3,"158":14,"159":8,"16":63,"160":8,"161":35,"167":20,"168":3,"17":106,"18":344,"19":67,"20":43,"209":19,"21":162,"210":4,"211":2,"214":23,"215":145,"221":116,"223":123,"224":53,"225":169,"23":121,"24":649,"25":239,"257":25,"26":53,"268":4,"27":25,"273":10,"276":18,"279":11,"28":109,"281":3,"282":21,"291":6,"292":6,"30":3,"302":5,"31":35,"32":17,"33":15,"34":27,"347":4,"35":8,"352":318,"36":70,"37":29,"38":168,"380":16,"381":18,"383":27,"39":30,"391":24,"396":1,"397":6,"40":45,"409":7,"41":18,"414":1,"415":26,"419":3,"42":24,"426":1,"43":8,"430":19,"433":5,"434":1,"44":23,"45":25,"46":56,"48":22,"49":24,"5":258,"51":31,"52":17,"53":27,"56":9,"570":2,"6":94,"63":21,"7":161,"79":16,"8":42,"80":10,"9":151,"all_client":47219,"all_tv_clinet":5739,"insert_time":"2014-08-21T16:40:20.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41080,"10":22,"107":231,"11":239,"12":167,"13":95,"14":73,"15":93,"155":8,"156":3,"158":14,"159":8,"16":61,"160":8,"161":30,"167":20,"168":3,"17":107,"18":331,"19":66,"20":41,"209":18,"21":161,"210":4,"211":2,"214":23,"215":139,"221":116,"223":119,"224":55,"225":161,"23":120,"24":640,"25":218,"257":25,"26":52,"268":3,"27":28,"273":9,"276":18,"279":11,"28":111,"281":4,"282":20,"291":6,"292":7,"30":2,"302":5,"31":31,"32":18,"33":15,"34":25,"347":5,"35":8,"352":319,"36":71,"37":23,"38":158,"380":17,"381":19,"383":26,"39":29,"391":25,"396":1,"397":6,"40":41,"409":7,"41":17,"414":1,"415":25,"419":4,"42":23,"426":1,"43":5,"430":18,"433":5,"434":1,"44":22,"45":25,"46":63,"48":21,"49":23,"5":246,"51":32,"52":25,"53":31,"56":9,"570":2,"6":91,"63":22,"7":154,"79":16,"8":42,"80":8,"9":156,"all_client":46709,"all_tv_clinet":5629,"insert_time":"2014-08-21T16:41:20.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40702,"10":22,"107":223,"11":237,"12":164,"13":95,"14":73,"15":90,"155":8,"156":3,"158":12,"159":6,"16":60,"160":8,"161":34,"167":19,"168":3,"17":108,"18":324,"19":68,"20":42,"209":18,"21":159,"210":4,"211":2,"214":22,"215":137,"221":112,"223":115,"224":57,"225":155,"23":118,"24":637,"25":203,"257":24,"26":50,"268":3,"27":31,"273":11,"276":16,"279":11,"28":112,"281":4,"282":18,"291":6,"292":9,"30":3,"302":5,"31":29,"32":21,"33":16,"34":23,"347":5,"35":8,"352":320,"36":66,"37":21,"38":151,"380":17,"381":21,"383":23,"39":27,"391":26,"396":1,"397":6,"40":37,"409":8,"41":15,"414":1,"415":28,"419":5,"42":23,"43":3,"430":16,"433":5,"434":1,"44":25,"45":26,"46":61,"48":20,"49":22,"5":233,"51":30,"52":28,"53":33,"56":7,"570":2,"6":92,"63":23,"7":148,"79":19,"8":45,"80":7,"9":169,"all_client":46256,"all_tv_clinet":5554,"insert_time":"2014-08-21T16:42:21.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40350,"10":19,"107":226,"11":235,"12":155,"13":99,"14":73,"15":93,"155":8,"156":2,"158":14,"159":6,"16":57,"160":8,"161":32,"167":19,"168":3,"17":100,"18":321,"19":66,"20":40,"209":18,"21":155,"210":4,"211":2,"214":22,"215":135,"221":116,"223":113,"224":57,"225":159,"23":114,"24":640,"25":189,"257":22,"26":49,"268":3,"27":30,"273":11,"276":15,"279":11,"28":110,"281":3,"282":18,"291":6,"292":10,"30":3,"302":5,"31":26,"32":24,"33":17,"34":22,"347":4,"35":7,"352":308,"36":63,"37":19,"38":154,"380":16,"381":19,"383":23,"39":26,"391":27,"397":6,"40":38,"409":9,"41":12,"414":1,"415":29,"419":4,"42":22,"43":4,"430":16,"433":4,"434":1,"44":24,"45":27,"46":61,"48":19,"49":20,"5":236,"51":30,"52":30,"53":32,"56":7,"570":2,"6":86,"63":21,"7":144,"79":18,"8":43,"80":7,"9":169,"all_client":45823,"all_tv_clinet":5473,"insert_time":"2014-08-21T16:43:21.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39974,"10":20,"107":226,"11":241,"12":136,"13":96,"14":70,"15":90,"155":8,"156":2,"158":14,"159":6,"16":58,"160":8,"161":31,"167":19,"168":3,"17":100,"18":319,"19":66,"20":41,"209":19,"21":153,"210":5,"211":2,"214":21,"215":136,"221":113,"223":115,"224":56,"225":166,"23":115,"24":643,"25":182,"257":22,"26":48,"268":3,"27":29,"273":11,"276":13,"279":11,"28":112,"281":3,"282":17,"291":5,"292":10,"30":3,"302":5,"31":27,"32":25,"33":21,"34":21,"347":4,"35":7,"352":288,"36":60,"37":19,"38":148,"380":16,"381":19,"383":21,"39":26,"391":30,"396":1,"397":7,"40":38,"409":8,"41":11,"415":30,"419":4,"42":21,"426":1,"43":5,"430":15,"433":4,"434":1,"44":23,"45":26,"46":60,"48":18,"49":17,"5":223,"51":31,"52":26,"53":35,"56":7,"570":2,"6":85,"63":19,"7":139,"79":19,"8":43,"80":7,"9":165,"all_client":45369,"all_tv_clinet":5395,"insert_time":"2014-08-21T16:44:21.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39603,"10":20,"107":220,"11":247,"12":121,"13":98,"14":65,"15":93,"155":8,"156":2,"158":15,"159":6,"16":59,"160":8,"161":27,"167":18,"168":3,"17":93,"18":321,"19":65,"20":39,"209":18,"21":148,"210":6,"211":2,"214":20,"215":138,"221":120,"223":117,"224":56,"225":167,"23":114,"24":639,"25":177,"257":21,"26":51,"268":3,"27":25,"273":8,"276":12,"279":10,"28":111,"281":3,"282":17,"291":5,"292":9,"30":3,"302":5,"31":27,"32":26,"33":20,"34":22,"347":4,"35":7,"352":281,"36":60,"37":18,"38":137,"380":15,"381":22,"383":19,"39":27,"391":29,"396":1,"397":8,"40":39,"409":9,"41":11,"415":28,"419":4,"42":18,"426":2,"43":6,"430":15,"433":3,"434":1,"44":24,"45":25,"46":66,"48":14,"49":17,"5":220,"51":31,"52":28,"53":35,"56":5,"570":2,"6":83,"63":17,"7":137,"79":20,"8":42,"80":5,"9":160,"all_client":44926,"all_tv_clinet":5323,"insert_time":"2014-08-21T16:45:21.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39221,"10":21,"107":212,"11":244,"12":114,"13":99,"14":66,"15":98,"155":7,"156":2,"158":14,"159":6,"16":59,"160":9,"161":27,"167":16,"168":3,"17":87,"18":315,"19":67,"20":38,"209":17,"21":144,"210":6,"211":2,"214":21,"215":137,"221":117,"223":120,"224":55,"225":168,"23":106,"24":636,"25":165,"257":22,"26":49,"268":3,"27":23,"273":7,"276":12,"279":10,"28":110,"281":3,"282":17,"291":6,"292":8,"30":3,"302":4,"31":27,"32":27,"33":20,"34":23,"347":3,"35":7,"352":282,"36":57,"37":18,"38":137,"380":14,"381":22,"383":18,"39":25,"391":28,"396":1,"397":7,"40":37,"409":10,"41":12,"414":1,"415":25,"419":4,"42":15,"426":2,"43":8,"430":14,"433":3,"434":1,"44":23,"45":28,"46":65,"48":14,"49":17,"5":218,"51":32,"52":27,"53":30,"56":5,"570":2,"6":74,"63":15,"7":135,"79":19,"8":40,"80":5,"9":155,"all_client":44448,"all_tv_clinet":5227,"insert_time":"2014-08-21T16:46:22.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38851,"10":23,"107":203,"11":245,"12":104,"13":98,"14":66,"15":99,"155":7,"156":2,"158":12,"159":6,"16":58,"160":7,"161":25,"167":16,"168":3,"17":80,"18":312,"19":63,"20":36,"209":14,"21":143,"210":6,"211":2,"214":22,"215":135,"221":113,"223":122,"224":54,"225":170,"23":102,"24":630,"25":162,"257":21,"26":48,"268":3,"27":20,"273":8,"276":12,"279":10,"28":110,"281":3,"282":14,"291":6,"292":9,"30":3,"302":4,"31":25,"32":29,"33":20,"34":23,"347":3,"35":6,"352":285,"36":54,"37":17,"38":136,"380":12,"381":21,"383":18,"39":27,"391":26,"396":1,"397":6,"40":35,"409":10,"41":12,"414":1,"415":26,"419":4,"42":15,"426":2,"43":10,"430":13,"433":4,"434":1,"44":24,"45":29,"46":60,"48":16,"49":16,"5":213,"51":30,"52":26,"53":25,"56":4,"570":2,"6":74,"63":18,"7":144,"79":17,"8":38,"80":7,"9":150,"all_client":43997,"all_tv_clinet":5146,"insert_time":"2014-08-21T16:47:22.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38535,"10":22,"107":202,"11":244,"12":93,"13":96,"14":63,"15":103,"155":7,"156":2,"158":9,"159":6,"16":55,"160":8,"161":27,"167":17,"168":3,"17":77,"18":314,"19":63,"20":33,"209":13,"21":140,"210":5,"211":2,"214":22,"215":137,"221":106,"223":127,"224":50,"225":171,"23":96,"24":623,"25":151,"257":23,"26":47,"268":3,"27":19,"273":8,"276":10,"279":11,"28":110,"281":3,"282":14,"291":6,"292":8,"30":3,"302":4,"31":22,"32":28,"33":20,"34":24,"347":3,"35":6,"352":277,"36":52,"37":16,"38":140,"380":12,"381":21,"383":19,"39":27,"391":26,"396":1,"397":6,"40":34,"409":10,"41":12,"414":1,"415":24,"419":4,"42":15,"426":2,"43":10,"430":13,"433":4,"434":1,"44":24,"45":29,"46":58,"48":17,"49":16,"5":200,"51":30,"52":24,"53":26,"56":4,"570":1,"6":72,"63":17,"7":145,"79":16,"8":40,"80":7,"9":144,"all_client":43591,"all_tv_clinet":5056,"insert_time":"2014-08-21T16:48:22.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38183,"10":21,"107":209,"11":247,"12":87,"13":95,"14":61,"15":103,"155":7,"156":2,"158":6,"159":6,"16":50,"160":7,"161":29,"167":17,"168":2,"17":77,"18":317,"19":62,"20":33,"209":13,"21":138,"210":5,"211":1,"214":22,"215":134,"221":107,"223":126,"224":52,"225":175,"23":91,"24":629,"25":139,"257":23,"26":47,"268":3,"27":22,"273":9,"276":10,"279":10,"28":106,"281":3,"282":13,"291":6,"292":8,"30":3,"302":4,"31":19,"314":1,"32":25,"33":18,"34":23,"347":2,"35":7,"352":259,"36":53,"37":13,"38":137,"380":11,"381":18,"383":20,"39":25,"391":26,"396":1,"397":5,"40":30,"409":9,"41":12,"415":23,"419":3,"42":14,"426":3,"43":11,"430":12,"433":4,"434":1,"44":22,"45":28,"46":60,"48":16,"49":17,"5":190,"51":29,"52":25,"53":26,"56":4,"570":1,"6":71,"63":15,"7":145,"79":17,"8":39,"80":7,"9":144,"all_client":43161,"all_tv_clinet":4978,"insert_time":"2014-08-21T16:49:23.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37795,"10":21,"107":206,"11":247,"12":81,"13":95,"14":64,"15":100,"155":7,"156":2,"158":6,"159":6,"16":47,"160":7,"161":28,"167":15,"168":2,"17":76,"18":313,"19":63,"20":33,"209":13,"21":138,"210":5,"211":1,"214":21,"215":137,"221":106,"223":129,"224":49,"225":168,"23":91,"24":626,"25":129,"257":25,"26":48,"268":3,"27":24,"273":9,"276":10,"279":10,"28":103,"281":3,"282":12,"291":6,"292":7,"30":3,"302":4,"31":16,"314":1,"32":26,"33":16,"34":25,"347":4,"35":6,"352":265,"36":53,"37":14,"38":133,"380":9,"381":18,"383":20,"39":26,"391":25,"397":5,"40":26,"409":7,"41":11,"414":1,"415":25,"419":2,"42":13,"426":3,"43":11,"430":12,"433":1,"434":1,"44":21,"45":28,"46":62,"48":16,"49":14,"5":191,"51":27,"52":27,"53":26,"56":5,"570":1,"6":66,"63":12,"7":144,"79":18,"8":40,"80":5,"9":144,"all_client":42716,"all_tv_clinet":4921,"insert_time":"2014-08-21T16:50:23.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37457,"10":21,"107":215,"11":252,"12":80,"13":89,"14":61,"15":92,"155":7,"156":2,"158":6,"159":5,"16":46,"160":7,"161":25,"167":15,"168":2,"17":77,"18":309,"19":61,"20":32,"209":12,"21":137,"210":5,"211":1,"214":21,"215":140,"221":109,"223":124,"224":48,"225":165,"23":91,"24":616,"25":120,"257":24,"26":45,"268":3,"27":24,"273":12,"276":9,"279":11,"28":101,"281":3,"282":12,"291":7,"292":8,"30":3,"302":3,"31":13,"314":1,"32":23,"33":15,"34":21,"347":4,"35":6,"352":259,"36":48,"37":12,"38":130,"380":9,"381":16,"383":22,"39":29,"391":25,"397":5,"40":23,"409":6,"41":13,"414":1,"415":26,"419":1,"42":14,"426":3,"43":11,"430":10,"433":1,"44":20,"45":27,"46":63,"48":16,"49":15,"5":187,"51":26,"52":26,"53":27,"56":5,"570":1,"6":64,"63":10,"7":137,"79":17,"8":40,"80":5,"9":144,"all_client":42292,"all_tv_clinet":4835,"insert_time":"2014-08-21T16:51:23.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37026,"10":20,"107":208,"11":258,"12":71,"13":89,"14":59,"15":90,"155":7,"156":2,"158":7,"159":4,"16":51,"160":5,"161":28,"167":15,"168":2,"17":78,"18":308,"19":62,"20":31,"209":12,"21":132,"210":5,"211":1,"214":22,"215":145,"221":109,"223":126,"224":49,"225":166,"23":90,"24":601,"25":119,"257":23,"26":44,"268":3,"27":24,"273":14,"276":9,"279":10,"28":99,"281":3,"282":12,"291":6,"292":8,"30":3,"302":4,"31":12,"314":1,"32":25,"33":14,"34":22,"347":4,"35":6,"352":255,"36":47,"37":12,"38":130,"380":8,"381":15,"383":22,"39":30,"391":24,"397":5,"40":19,"409":5,"41":15,"414":1,"415":29,"419":1,"42":14,"426":2,"43":10,"430":10,"433":1,"44":20,"45":28,"46":59,"48":15,"49":15,"5":183,"51":27,"52":25,"53":28,"56":5,"570":1,"6":63,"63":14,"7":139,"79":18,"8":40,"80":5,"9":140,"all_client":41824,"all_tv_clinet":4798,"insert_time":"2014-08-21T16:52:24.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36709,"10":19,"107":201,"11":251,"12":64,"13":86,"14":62,"15":88,"155":8,"156":2,"158":7,"159":5,"16":55,"160":6,"161":27,"167":16,"168":2,"17":79,"18":307,"19":63,"20":28,"209":11,"21":134,"210":5,"214":22,"215":146,"221":108,"223":126,"224":47,"225":169,"23":88,"24":601,"25":112,"257":22,"26":44,"268":4,"27":24,"273":14,"276":9,"279":10,"28":95,"281":3,"282":14,"291":6,"292":7,"30":4,"302":5,"31":12,"314":1,"32":25,"33":15,"34":21,"347":4,"35":6,"352":245,"36":51,"37":12,"38":129,"380":6,"381":15,"383":25,"39":30,"391":23,"397":5,"40":16,"409":5,"41":14,"414":2,"415":30,"419":1,"42":13,"426":1,"43":11,"430":10,"433":1,"44":18,"45":27,"46":60,"48":13,"49":15,"5":177,"51":26,"52":25,"53":27,"56":4,"570":1,"6":61,"63":13,"7":142,"79":17,"8":40,"80":4,"9":142,"all_client":41456,"all_tv_clinet":4747,"insert_time":"2014-08-21T16:53:24.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36293,"10":19,"107":188,"11":251,"12":61,"13":88,"14":63,"15":92,"155":8,"156":2,"158":6,"159":5,"16":54,"160":6,"161":29,"167":16,"168":2,"17":80,"18":302,"19":62,"20":28,"209":11,"21":131,"210":4,"214":22,"215":146,"221":108,"223":127,"224":42,"225":167,"23":91,"24":595,"25":107,"257":23,"26":46,"268":4,"27":24,"273":15,"276":9,"279":11,"28":93,"281":2,"282":12,"291":6,"292":6,"30":4,"302":5,"31":11,"314":1,"32":27,"33":17,"34":22,"347":4,"35":7,"352":247,"36":52,"37":11,"38":133,"380":6,"381":13,"383":26,"39":29,"391":23,"397":5,"40":15,"409":4,"41":13,"414":2,"415":30,"419":1,"42":12,"426":1,"43":10,"430":9,"44":17,"45":25,"46":59,"48":14,"49":14,"5":172,"51":22,"52":25,"53":25,"56":3,"570":1,"6":54,"63":12,"7":145,"79":18,"8":39,"80":4,"9":138,"all_client":40984,"all_tv_clinet":4691,"insert_time":"2014-08-21T16:54:24.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35946,"10":18,"107":187,"11":249,"12":56,"13":92,"14":58,"15":93,"155":8,"156":2,"158":5,"159":5,"16":55,"160":5,"161":27,"167":16,"168":2,"17":77,"18":304,"19":62,"20":25,"209":10,"21":127,"210":4,"214":22,"215":140,"221":104,"223":131,"224":37,"225":171,"23":90,"24":579,"25":101,"257":24,"26":47,"268":4,"27":29,"273":14,"276":8,"279":10,"28":90,"281":2,"282":9,"291":5,"292":5,"30":4,"302":5,"31":10,"314":1,"32":25,"33":17,"34":20,"347":5,"35":8,"352":249,"36":51,"37":12,"38":129,"380":6,"381":13,"383":25,"39":28,"391":24,"397":5,"40":15,"409":4,"41":14,"414":2,"415":27,"419":1,"42":12,"426":1,"43":10,"430":9,"44":17,"45":25,"46":57,"48":14,"49":13,"5":169,"51":21,"52":22,"53":27,"56":3,"570":1,"6":51,"63":12,"7":143,"79":18,"8":41,"80":4,"9":136,"all_client":40561,"all_tv_clinet":4615,"insert_time":"2014-08-21T16:55:25.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35583,"10":18,"107":186,"11":249,"12":50,"13":93,"14":50,"15":97,"155":8,"156":2,"158":6,"159":5,"16":56,"160":5,"161":27,"167":16,"168":2,"17":75,"18":306,"19":62,"20":27,"209":10,"21":126,"210":4,"214":22,"215":138,"221":97,"223":130,"224":37,"225":166,"23":89,"24":576,"25":102,"257":24,"26":47,"268":4,"27":29,"273":12,"276":6,"279":11,"28":87,"281":1,"282":7,"291":5,"292":7,"30":5,"302":5,"31":13,"314":1,"32":23,"33":17,"34":20,"347":5,"35":8,"352":252,"36":50,"37":12,"38":128,"380":5,"381":12,"383":24,"39":26,"391":24,"397":4,"40":15,"409":4,"41":12,"414":2,"415":27,"419":1,"42":12,"426":1,"43":9,"430":9,"44":15,"45":24,"46":53,"48":15,"49":13,"5":172,"51":20,"52":19,"53":25,"56":4,"570":1,"6":48,"63":12,"7":145,"79":20,"8":40,"80":3,"9":132,"all_client":40147,"all_tv_clinet":4564,"insert_time":"2014-08-21T16:56:25.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35243,"10":17,"107":186,"11":242,"12":46,"13":96,"14":48,"15":101,"155":7,"156":2,"158":6,"159":5,"16":57,"160":5,"161":27,"167":15,"168":2,"17":69,"18":313,"19":64,"20":26,"209":11,"21":129,"210":3,"214":22,"215":135,"221":99,"223":125,"224":38,"225":171,"23":88,"24":567,"25":100,"257":23,"26":39,"268":4,"27":31,"273":11,"276":7,"279":9,"28":88,"281":1,"282":7,"291":4,"292":6,"30":7,"302":5,"306":1,"31":14,"314":1,"32":23,"33":16,"34":18,"347":6,"35":8,"352":245,"36":48,"37":13,"38":131,"380":4,"381":12,"383":21,"39":27,"391":23,"397":3,"40":12,"409":4,"41":13,"414":2,"415":29,"419":1,"42":12,"426":1,"43":10,"430":9,"44":13,"45":21,"46":52,"48":15,"49":14,"5":169,"51":19,"52":16,"53":25,"56":6,"570":1,"6":49,"63":12,"7":144,"79":19,"8":39,"80":3,"9":129,"all_client":39760,"all_tv_clinet":4517,"insert_time":"2014-08-21T16:57:25.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34924,"10":17,"107":188,"11":238,"12":40,"13":97,"14":47,"15":103,"155":7,"156":2,"158":6,"159":4,"16":60,"160":5,"161":25,"167":15,"168":2,"17":71,"18":305,"19":63,"20":24,"209":13,"21":128,"210":3,"214":21,"215":134,"221":96,"223":120,"224":37,"225":164,"23":87,"24":563,"25":102,"257":22,"26":40,"268":4,"27":29,"273":10,"276":8,"279":10,"28":83,"281":1,"282":7,"291":4,"292":8,"30":8,"302":5,"306":1,"31":14,"314":1,"32":22,"33":15,"34":18,"347":6,"35":8,"352":254,"36":50,"37":15,"38":135,"380":3,"381":13,"383":18,"39":27,"391":23,"397":3,"40":9,"409":4,"41":14,"414":2,"415":28,"42":12,"426":1,"43":12,"430":8,"44":13,"45":18,"46":50,"48":15,"49":18,"5":164,"51":17,"52":13,"53":24,"56":7,"570":1,"6":48,"63":10,"7":145,"79":18,"8":39,"80":4,"9":125,"all_client":39395,"all_tv_clinet":4471,"insert_time":"2014-08-21T16:58:25.766Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34625,"10":16,"107":182,"11":238,"12":34,"13":99,"14":49,"15":102,"155":6,"156":2,"158":6,"159":4,"16":64,"160":5,"161":26,"167":15,"168":2,"17":68,"18":302,"19":64,"20":22,"209":13,"21":120,"210":3,"214":21,"215":129,"221":98,"223":118,"224":32,"225":164,"23":89,"24":550,"25":105,"257":23,"26":36,"268":5,"27":28,"273":10,"276":7,"279":11,"28":78,"281":1,"282":7,"291":4,"292":7,"30":7,"302":5,"306":1,"31":14,"314":1,"32":22,"33":14,"34":17,"347":4,"35":9,"352":256,"36":50,"37":14,"38":137,"380":3,"381":13,"383":19,"39":28,"391":21,"397":3,"40":9,"409":4,"41":16,"414":2,"415":30,"419":1,"42":11,"426":1,"43":10,"430":8,"44":13,"45":16,"46":52,"48":16,"49":21,"5":169,"51":15,"52":12,"53":22,"56":8,"570":1,"6":43,"63":10,"7":145,"79":18,"8":41,"80":4,"9":127,"all_client":39053,"all_tv_clinet":4428,"insert_time":"2014-08-21T16:59:26.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34279,"10":16,"107":189,"11":235,"12":31,"13":98,"14":51,"15":103,"155":6,"156":2,"158":5,"159":4,"16":64,"160":5,"161":24,"167":15,"168":2,"17":63,"18":296,"19":65,"20":23,"209":11,"21":117,"210":3,"214":20,"215":127,"221":98,"223":113,"224":32,"225":161,"23":87,"24":551,"25":99,"257":24,"26":34,"268":5,"27":27,"273":10,"276":7,"279":10,"28":75,"281":1,"282":7,"291":4,"292":7,"30":6,"302":5,"306":1,"31":15,"314":1,"32":20,"33":12,"34":15,"347":3,"35":9,"352":257,"36":48,"37":12,"38":134,"380":4,"381":12,"383":17,"39":26,"391":20,"397":3,"40":9,"409":3,"41":13,"414":2,"415":29,"419":1,"42":11,"426":1,"43":9,"430":8,"44":13,"45":13,"46":50,"48":21,"49":20,"5":169,"51":14,"52":12,"53":22,"56":9,"570":1,"6":43,"63":10,"7":143,"79":18,"8":45,"80":4,"9":123,"all_client":38642,"all_tv_clinet":4363,"insert_time":"2014-08-21T17:00:26.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33981,"10":16,"107":182,"11":232,"12":28,"13":97,"14":51,"15":102,"155":6,"156":2,"158":5,"159":4,"16":66,"160":5,"161":21,"167":15,"168":2,"17":60,"18":284,"19":66,"20":22,"209":12,"21":119,"210":3,"214":20,"215":128,"221":95,"223":110,"224":30,"225":152,"23":87,"24":546,"25":98,"257":22,"26":32,"268":5,"27":29,"273":8,"276":6,"279":10,"28":78,"281":1,"282":7,"291":4,"292":6,"30":5,"302":5,"306":1,"31":13,"314":1,"32":19,"33":13,"34":16,"347":3,"35":9,"352":262,"36":47,"37":11,"38":138,"380":5,"381":9,"383":16,"39":25,"391":18,"397":3,"40":10,"409":2,"41":12,"414":2,"415":27,"419":1,"42":11,"426":1,"43":9,"430":9,"44":15,"45":11,"46":50,"48":22,"49":17,"5":167,"51":16,"52":12,"53":23,"56":9,"570":1,"6":46,"63":9,"7":139,"79":18,"8":44,"80":4,"9":122,"all_client":38283,"all_tv_clinet":4302,"insert_time":"2014-08-21T17:01:26.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33718,"10":16,"107":177,"11":226,"12":27,"13":93,"14":49,"15":103,"155":6,"156":2,"158":5,"159":4,"16":67,"160":5,"161":24,"167":14,"168":2,"17":58,"18":286,"19":66,"20":21,"209":15,"21":119,"210":2,"214":20,"215":132,"221":94,"223":110,"224":32,"225":152,"23":91,"24":544,"25":91,"257":22,"26":29,"268":5,"27":28,"273":8,"276":8,"279":10,"28":79,"281":1,"282":6,"291":4,"292":5,"30":4,"302":5,"306":1,"31":13,"314":2,"32":17,"33":13,"34":14,"347":2,"35":9,"352":255,"36":49,"37":11,"38":137,"380":5,"381":10,"383":16,"39":23,"391":18,"397":3,"40":11,"409":2,"41":12,"414":2,"415":26,"419":1,"42":10,"426":2,"43":7,"430":8,"44":15,"45":9,"46":48,"48":24,"49":14,"5":163,"51":15,"52":12,"53":23,"56":9,"570":1,"6":46,"63":10,"7":133,"79":17,"8":42,"80":4,"9":123,"all_client":37972,"all_tv_clinet":4254,"insert_time":"2014-08-21T17:02:26.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33364,"10":17,"107":174,"11":224,"12":21,"13":96,"14":49,"15":106,"155":5,"156":2,"158":4,"159":4,"16":69,"160":5,"161":24,"167":15,"168":2,"17":57,"18":281,"19":68,"20":20,"209":16,"21":117,"210":2,"214":19,"215":132,"221":99,"223":110,"224":31,"225":151,"23":92,"24":532,"25":88,"257":23,"26":27,"268":5,"27":30,"273":8,"276":8,"279":8,"28":79,"281":1,"282":6,"291":4,"292":3,"30":4,"302":5,"306":1,"31":12,"314":2,"32":15,"33":12,"34":13,"347":2,"35":12,"352":247,"36":51,"37":11,"38":135,"380":5,"381":8,"383":19,"39":22,"391":16,"397":3,"40":12,"409":2,"41":12,"414":2,"415":26,"419":1,"42":10,"426":2,"43":10,"430":7,"44":14,"45":10,"46":50,"48":25,"49":14,"5":159,"51":15,"52":11,"53":22,"56":9,"570":1,"6":44,"63":10,"7":132,"79":18,"8":41,"80":3,"9":110,"all_client":37565,"all_tv_clinet":4201,"insert_time":"2014-08-21T17:03:26.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33019,"10":16,"107":174,"11":228,"12":18,"13":96,"14":50,"15":106,"155":5,"156":3,"158":5,"159":3,"16":66,"160":5,"161":23,"167":14,"168":2,"17":55,"18":281,"19":71,"20":18,"209":15,"21":118,"210":2,"214":19,"215":131,"221":102,"223":102,"224":31,"225":151,"23":89,"24":523,"25":87,"257":24,"26":26,"268":5,"27":28,"273":7,"276":7,"279":7,"28":77,"281":1,"282":5,"291":2,"292":2,"30":5,"302":5,"306":1,"31":9,"314":2,"32":15,"33":12,"34":12,"347":3,"35":12,"352":249,"36":49,"37":11,"38":128,"380":5,"381":10,"383":21,"39":22,"391":16,"397":4,"40":12,"409":1,"41":10,"414":2,"415":28,"419":1,"42":10,"426":2,"43":10,"430":6,"44":13,"45":9,"46":54,"48":24,"49":15,"5":154,"51":14,"52":9,"53":22,"56":8,"570":1,"6":42,"63":9,"7":126,"79":18,"8":39,"80":3,"9":111,"all_client":37163,"all_tv_clinet":4144,"insert_time":"2014-08-21T17:04:27.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32734,"10":15,"107":178,"11":227,"12":16,"13":98,"14":51,"15":103,"155":5,"156":3,"158":5,"159":3,"16":62,"160":5,"161":19,"167":14,"168":2,"17":53,"18":280,"19":69,"20":17,"209":13,"21":114,"210":3,"214":19,"215":127,"221":94,"223":104,"224":31,"225":155,"23":88,"24":519,"25":86,"257":25,"26":22,"268":5,"27":31,"273":7,"276":6,"279":8,"28":80,"281":1,"282":5,"291":2,"292":2,"30":6,"302":3,"306":1,"31":8,"314":1,"32":17,"33":12,"34":12,"347":3,"35":12,"352":241,"36":47,"37":11,"38":126,"380":5,"381":9,"383":21,"39":20,"391":17,"397":4,"40":15,"409":1,"41":10,"414":2,"415":27,"419":1,"42":10,"426":1,"43":10,"430":6,"44":13,"45":8,"46":53,"48":24,"49":17,"5":154,"51":13,"52":9,"53":20,"56":8,"570":1,"6":40,"63":9,"7":121,"79":19,"8":39,"80":3,"9":109,"all_client":36825,"all_tv_clinet":4091,"insert_time":"2014-08-21T17:05:27.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32422,"10":14,"107":173,"11":225,"12":14,"13":97,"14":55,"15":101,"155":5,"156":3,"158":5,"159":3,"16":58,"160":5,"161":17,"167":11,"168":1,"17":49,"18":282,"19":65,"20":16,"209":12,"21":118,"210":3,"214":19,"215":126,"221":83,"223":101,"224":27,"225":153,"23":91,"24":499,"25":87,"257":24,"26":24,"268":5,"27":30,"273":7,"276":5,"279":8,"28":83,"281":1,"282":5,"291":3,"292":3,"30":6,"302":3,"306":1,"31":7,"314":1,"32":18,"33":12,"34":13,"347":3,"35":11,"352":238,"36":47,"37":10,"38":130,"380":5,"381":10,"383":25,"39":21,"391":17,"397":3,"40":14,"409":1,"41":12,"414":2,"415":22,"419":2,"42":8,"43":12,"430":7,"44":12,"45":8,"46":52,"48":22,"49":18,"5":148,"51":14,"52":8,"53":18,"56":8,"570":1,"6":38,"63":10,"7":117,"79":18,"8":40,"80":5,"9":106,"all_client":36442,"all_tv_clinet":4020,"insert_time":"2014-08-21T17:06:27.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32135,"10":13,"107":169,"11":223,"12":14,"13":99,"14":54,"15":92,"155":5,"156":3,"158":5,"159":3,"16":57,"160":6,"161":16,"167":11,"168":1,"17":48,"18":282,"19":61,"20":16,"209":12,"21":114,"210":3,"214":18,"215":126,"221":84,"223":99,"224":28,"225":154,"23":95,"24":493,"25":86,"257":22,"26":27,"268":5,"27":32,"273":6,"276":5,"279":8,"28":83,"281":1,"282":5,"291":4,"292":2,"30":6,"302":2,"306":1,"31":8,"314":1,"32":19,"33":12,"34":13,"347":2,"35":11,"352":229,"36":44,"37":9,"38":137,"380":5,"381":10,"383":26,"39":18,"391":16,"397":3,"40":14,"409":1,"41":10,"414":2,"415":20,"419":2,"42":8,"43":11,"430":7,"44":11,"45":7,"46":45,"48":20,"49":17,"5":143,"51":13,"52":8,"53":20,"56":9,"570":1,"6":38,"63":11,"7":119,"79":18,"8":40,"80":5,"9":105,"all_client":36102,"all_tv_clinet":3967,"insert_time":"2014-08-21T17:07:28.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31844,"10":13,"107":172,"11":227,"12":13,"13":100,"14":60,"15":80,"155":5,"156":3,"158":5,"159":3,"16":56,"160":6,"161":18,"167":11,"168":1,"17":48,"18":281,"19":57,"20":20,"209":10,"21":110,"210":2,"214":17,"215":122,"221":81,"223":98,"224":23,"225":153,"23":97,"24":483,"25":81,"257":21,"26":25,"268":4,"27":33,"273":6,"276":6,"279":7,"28":83,"281":1,"282":5,"291":4,"292":2,"30":5,"302":2,"306":1,"31":8,"314":1,"32":19,"33":10,"34":13,"347":2,"35":11,"352":229,"36":48,"37":8,"38":137,"380":5,"381":9,"383":25,"39":16,"391":17,"397":3,"40":13,"409":1,"41":10,"414":2,"415":21,"419":2,"42":7,"43":12,"430":6,"433":1,"44":11,"45":6,"46":44,"48":21,"49":20,"5":142,"51":13,"52":8,"53":22,"56":10,"570":1,"6":38,"63":10,"7":120,"79":17,"8":40,"80":4,"9":102,"all_client":35770,"all_tv_clinet":3926,"insert_time":"2014-08-21T17:08:29.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31493,"10":11,"107":170,"11":220,"12":13,"13":97,"14":63,"15":75,"155":4,"156":3,"158":5,"159":3,"16":54,"160":6,"161":19,"167":9,"168":1,"17":47,"18":286,"19":57,"20":19,"209":10,"21":109,"210":3,"214":17,"215":119,"221":75,"223":97,"224":21,"225":151,"23":98,"24":466,"25":82,"257":23,"26":22,"268":4,"27":37,"273":5,"276":6,"279":6,"28":84,"281":2,"282":5,"291":4,"292":4,"30":4,"302":2,"31":8,"314":2,"32":19,"33":10,"34":14,"347":2,"35":13,"352":235,"36":49,"37":8,"38":140,"380":4,"381":10,"383":25,"39":16,"391":17,"397":4,"40":14,"409":1,"41":10,"414":2,"415":21,"419":2,"42":9,"43":9,"430":6,"433":1,"44":10,"45":8,"46":40,"48":19,"49":20,"5":140,"51":12,"52":7,"53":22,"56":10,"570":1,"6":38,"63":9,"7":120,"79":16,"8":40,"80":2,"9":103,"all_client":35379,"all_tv_clinet":3886,"insert_time":"2014-08-21T17:09:29.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31220,"10":12,"107":170,"11":215,"12":13,"13":95,"14":64,"15":69,"155":4,"156":4,"158":4,"159":4,"16":51,"160":5,"161":19,"167":9,"168":1,"17":50,"18":285,"19":58,"20":20,"209":11,"21":108,"210":3,"214":16,"215":113,"221":74,"223":98,"224":21,"225":149,"23":101,"24":455,"25":79,"257":22,"26":21,"268":4,"27":37,"273":4,"276":6,"279":8,"28":85,"281":2,"282":6,"291":4,"292":4,"30":4,"302":2,"31":7,"314":1,"32":18,"33":9,"34":14,"347":3,"35":11,"352":232,"36":50,"37":9,"38":131,"380":5,"381":8,"383":23,"39":18,"391":17,"397":4,"40":15,"409":1,"41":11,"414":2,"415":18,"419":2,"42":10,"426":1,"43":9,"430":5,"433":1,"44":10,"45":9,"46":39,"48":19,"49":21,"5":140,"51":14,"52":7,"53":22,"56":10,"570":1,"6":36,"63":11,"7":121,"79":16,"8":40,"80":2,"9":97,"all_client":35059,"all_tv_clinet":3839,"insert_time":"2014-08-21T17:10:29.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30921,"10":11,"107":162,"11":218,"12":12,"13":93,"14":64,"15":65,"155":4,"156":4,"158":3,"159":3,"16":48,"160":5,"161":19,"167":10,"168":1,"17":50,"18":284,"19":54,"20":19,"209":13,"21":110,"210":4,"214":15,"215":115,"221":76,"223":98,"224":22,"225":147,"23":102,"24":437,"25":78,"257":22,"26":22,"268":4,"27":37,"273":4,"276":5,"279":8,"28":85,"281":2,"282":5,"291":4,"292":4,"30":4,"302":1,"31":7,"314":2,"32":18,"33":10,"34":17,"347":3,"35":11,"352":224,"36":50,"37":10,"38":130,"380":5,"381":8,"383":22,"39":18,"391":16,"397":4,"40":16,"409":3,"41":8,"414":2,"415":20,"419":2,"42":12,"426":1,"43":8,"430":6,"433":1,"44":10,"45":9,"46":41,"48":17,"49":23,"5":134,"51":14,"52":7,"53":22,"56":7,"570":1,"6":37,"63":11,"7":119,"79":17,"8":43,"80":2,"9":85,"all_client":34707,"all_tv_clinet":3786,"insert_time":"2014-08-21T17:11:30.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30617,"10":11,"107":155,"11":214,"12":12,"13":96,"14":62,"15":62,"155":4,"156":4,"158":4,"159":4,"16":48,"160":6,"161":18,"167":9,"168":1,"17":49,"18":278,"19":48,"20":20,"209":15,"21":110,"210":5,"214":16,"215":111,"221":67,"223":101,"224":25,"225":133,"23":101,"24":427,"25":79,"257":21,"26":20,"268":4,"27":42,"273":4,"276":4,"279":9,"28":80,"281":2,"282":5,"291":4,"292":3,"30":6,"302":1,"31":8,"314":2,"32":19,"33":12,"34":19,"347":2,"35":12,"352":223,"36":52,"37":11,"38":132,"380":6,"381":9,"383":21,"39":18,"391":15,"397":4,"40":18,"409":3,"41":8,"414":2,"415":20,"419":2,"42":11,"426":1,"43":9,"430":5,"433":1,"44":10,"45":9,"46":38,"48":15,"49":25,"5":136,"51":14,"52":7,"53":24,"56":8,"570":1,"6":38,"63":11,"7":118,"79":16,"8":44,"80":2,"9":76,"all_client":34354,"all_tv_clinet":3737,"insert_time":"2014-08-21T17:12:30.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30333,"10":11,"107":148,"11":220,"12":11,"13":94,"14":64,"15":64,"155":4,"156":3,"158":3,"159":4,"16":44,"160":7,"161":18,"167":9,"168":1,"17":44,"18":278,"19":45,"20":20,"209":15,"21":113,"210":5,"214":15,"215":110,"221":63,"223":100,"224":24,"225":127,"23":102,"24":413,"25":77,"257":20,"26":18,"268":4,"27":43,"273":6,"276":4,"279":10,"28":74,"281":2,"282":4,"291":5,"292":3,"30":8,"302":1,"31":8,"314":3,"32":18,"33":13,"34":19,"347":2,"35":13,"352":220,"36":52,"37":11,"38":134,"380":5,"381":10,"383":22,"39":17,"391":15,"397":4,"40":19,"409":4,"41":7,"414":2,"415":20,"419":2,"42":11,"426":1,"43":10,"430":5,"433":1,"44":9,"45":9,"46":37,"48":14,"49":25,"5":139,"51":13,"52":7,"53":21,"56":9,"570":1,"6":37,"63":10,"7":115,"79":18,"8":41,"80":2,"9":74,"all_client":34020,"all_tv_clinet":3687,"insert_time":"2014-08-21T17:13:30.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30029,"10":12,"107":151,"11":216,"12":11,"13":93,"14":65,"15":65,"155":4,"156":3,"158":3,"159":4,"16":40,"160":8,"161":19,"167":9,"168":1,"17":41,"18":265,"19":46,"20":19,"209":15,"21":118,"210":5,"214":14,"215":107,"221":61,"223":90,"224":24,"225":129,"23":100,"24":399,"25":75,"257":19,"26":18,"268":4,"27":46,"273":6,"276":5,"279":10,"28":76,"281":2,"282":3,"291":5,"292":3,"30":9,"302":1,"31":10,"314":3,"32":15,"33":12,"34":17,"347":2,"35":16,"352":214,"36":49,"37":12,"38":135,"380":5,"381":10,"383":23,"39":15,"391":16,"397":4,"40":20,"409":4,"41":8,"414":2,"415":18,"419":3,"42":13,"426":1,"43":10,"430":4,"433":1,"44":9,"45":9,"46":37,"48":14,"49":23,"5":136,"51":13,"52":6,"53":20,"56":9,"6":36,"63":10,"7":124,"79":17,"8":39,"80":1,"9":71,"all_client":33664,"all_tv_clinet":3635,"insert_time":"2014-08-21T17:14:30.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29777,"10":12,"107":155,"11":215,"12":11,"13":97,"14":65,"15":64,"155":4,"156":3,"158":2,"159":4,"16":36,"160":8,"161":19,"167":9,"168":1,"17":40,"18":264,"19":43,"20":19,"209":12,"21":118,"210":5,"214":13,"215":103,"221":56,"223":88,"224":25,"225":130,"23":101,"24":397,"25":75,"257":19,"26":19,"268":4,"27":45,"273":6,"276":7,"279":10,"28":74,"281":2,"282":3,"291":5,"292":3,"30":9,"302":1,"31":11,"314":3,"32":15,"33":13,"34":16,"347":2,"35":16,"352":210,"36":46,"37":11,"38":130,"380":5,"381":8,"383":23,"39":15,"391":16,"397":4,"40":22,"409":6,"41":8,"414":2,"415":19,"419":3,"42":16,"426":1,"43":9,"430":3,"433":1,"44":9,"45":9,"46":40,"48":11,"49":21,"5":136,"51":13,"52":7,"53":21,"56":8,"6":37,"63":10,"7":120,"79":18,"8":39,"80":1,"9":70,"all_client":33382,"all_tv_clinet":3605,"insert_time":"2014-08-21T17:15:31.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29504,"10":11,"107":150,"11":202,"12":10,"13":101,"14":71,"15":64,"155":5,"156":3,"158":2,"159":4,"16":32,"160":8,"161":17,"167":9,"168":1,"17":35,"18":259,"19":41,"20":19,"209":11,"21":114,"210":5,"214":13,"215":98,"221":48,"223":92,"224":21,"225":136,"23":99,"24":397,"25":77,"257":19,"26":18,"268":4,"27":42,"273":5,"276":7,"279":10,"28":75,"281":2,"282":3,"291":5,"292":5,"30":9,"302":1,"31":11,"314":2,"32":15,"33":12,"34":16,"347":1,"35":16,"352":211,"36":45,"37":11,"38":131,"380":5,"381":6,"383":25,"39":13,"391":17,"397":4,"40":23,"409":6,"41":9,"414":2,"415":20,"419":3,"42":16,"43":10,"430":3,"433":1,"44":8,"45":9,"46":40,"48":11,"49":22,"5":135,"51":12,"52":7,"53":21,"56":8,"6":37,"63":9,"7":122,"79":18,"8":40,"80":1,"9":68,"all_client":33066,"all_tv_clinet":3562,"insert_time":"2014-08-21T17:16:31.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29235,"10":14,"107":149,"11":188,"12":8,"13":102,"14":73,"15":60,"155":5,"156":3,"158":2,"159":4,"16":31,"160":8,"161":14,"167":9,"168":1,"17":34,"18":263,"19":41,"20":16,"209":11,"21":106,"210":5,"214":13,"215":98,"221":46,"223":94,"224":20,"225":129,"23":95,"24":385,"25":78,"257":18,"26":19,"268":4,"27":36,"273":6,"276":6,"279":9,"28":73,"281":2,"282":4,"291":5,"292":5,"30":8,"302":1,"31":13,"314":2,"32":15,"33":11,"34":18,"347":1,"35":16,"352":207,"36":46,"37":11,"38":131,"380":5,"381":5,"383":24,"39":13,"391":17,"397":4,"40":23,"409":5,"41":8,"414":1,"415":17,"419":4,"42":18,"43":11,"430":4,"44":8,"45":9,"46":42,"48":11,"49":23,"5":136,"51":12,"52":7,"53":19,"56":8,"6":39,"63":8,"7":118,"79":14,"8":40,"80":1,"9":61,"all_client":32722,"all_tv_clinet":3487,"insert_time":"2014-08-21T17:17:31.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28995,"10":15,"107":135,"11":182,"12":8,"13":97,"14":75,"15":58,"155":7,"156":3,"158":2,"159":4,"16":27,"160":7,"161":13,"167":9,"168":1,"17":33,"18":254,"19":40,"20":16,"209":11,"21":104,"210":5,"214":12,"215":98,"221":46,"223":97,"224":19,"225":127,"23":97,"24":373,"25":79,"257":17,"26":19,"268":4,"27":34,"273":5,"276":7,"279":7,"28":72,"281":2,"282":5,"291":5,"292":6,"30":7,"302":1,"31":14,"314":2,"32":13,"33":10,"34":19,"347":1,"35":15,"352":198,"36":46,"37":13,"38":127,"380":5,"381":8,"383":23,"39":13,"391":16,"397":4,"40":23,"409":5,"41":7,"414":2,"415":15,"419":4,"42":18,"43":12,"430":4,"44":8,"45":8,"46":43,"48":10,"49":23,"5":135,"51":10,"52":6,"53":19,"56":7,"6":39,"63":9,"7":122,"79":14,"8":41,"80":1,"9":55,"all_client":32407,"all_tv_clinet":3412,"insert_time":"2014-08-21T17:18:31.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28720,"10":15,"107":143,"11":170,"12":8,"13":94,"14":76,"15":59,"155":7,"156":3,"158":3,"159":5,"16":25,"160":7,"161":14,"167":9,"17":34,"18":249,"19":35,"20":17,"209":12,"21":106,"210":5,"214":12,"215":100,"221":46,"223":93,"224":20,"225":124,"23":95,"24":366,"25":75,"257":16,"26":19,"268":4,"27":34,"273":5,"276":5,"279":6,"28":67,"281":2,"282":6,"291":4,"292":5,"30":6,"302":1,"31":14,"314":2,"32":13,"33":8,"34":22,"347":1,"35":15,"352":196,"36":43,"37":14,"38":120,"380":5,"381":8,"383":22,"39":12,"391":16,"397":4,"40":24,"409":5,"41":6,"414":2,"415":16,"419":4,"42":18,"43":11,"430":4,"44":8,"45":7,"46":40,"48":12,"49":22,"5":132,"51":9,"52":6,"53":17,"56":6,"6":41,"63":8,"7":130,"79":12,"8":39,"80":1,"9":55,"all_client":32077,"all_tv_clinet":3357,"insert_time":"2014-08-21T17:19:31.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28456,"10":13,"107":131,"11":170,"12":8,"13":93,"14":75,"15":61,"155":7,"156":3,"158":3,"159":5,"16":21,"160":8,"161":11,"167":8,"17":33,"18":244,"19":37,"20":15,"209":12,"21":107,"210":5,"214":12,"215":98,"221":49,"223":96,"224":19,"225":118,"23":94,"24":355,"25":76,"257":15,"26":18,"268":3,"27":35,"273":6,"276":7,"279":6,"28":68,"281":2,"282":5,"291":4,"292":5,"30":6,"302":1,"31":14,"314":2,"32":10,"33":10,"34":21,"347":1,"35":15,"352":198,"36":43,"37":15,"38":116,"380":6,"381":7,"383":22,"39":12,"391":15,"397":5,"40":26,"409":5,"41":7,"414":3,"415":19,"419":2,"42":16,"43":11,"430":4,"44":7,"45":7,"46":41,"48":14,"49":21,"5":132,"51":10,"52":6,"53":16,"56":7,"6":39,"63":9,"7":129,"79":12,"8":37,"80":1,"9":56,"all_client":31773,"all_tv_clinet":3317,"insert_time":"2014-08-21T17:20:32.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28196,"10":14,"107":132,"11":171,"12":7,"13":87,"14":79,"15":61,"155":7,"156":4,"158":3,"159":5,"16":20,"160":8,"161":11,"167":8,"17":33,"18":239,"19":35,"20":14,"209":13,"21":106,"210":5,"214":12,"215":96,"221":55,"223":100,"224":18,"225":122,"23":94,"24":350,"25":77,"257":14,"26":16,"268":3,"27":33,"273":6,"276":7,"279":7,"28":65,"281":2,"282":6,"291":4,"292":5,"30":5,"302":1,"31":12,"314":2,"32":11,"33":10,"34":22,"347":1,"35":17,"352":200,"36":47,"37":15,"38":115,"380":6,"381":8,"383":19,"39":10,"391":16,"396":1,"397":5,"40":27,"409":5,"41":5,"414":3,"415":22,"419":3,"42":19,"43":13,"430":4,"44":5,"45":7,"46":40,"48":14,"49":21,"5":131,"51":8,"52":6,"53":15,"56":7,"6":38,"63":8,"7":128,"79":9,"8":31,"9":53,"all_client":31495,"all_tv_clinet":3299,"insert_time":"2014-08-21T17:21:32.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27931,"10":15,"107":129,"11":174,"12":7,"13":82,"14":79,"15":62,"155":7,"156":4,"158":2,"159":5,"16":18,"160":8,"161":12,"167":7,"17":32,"18":236,"19":34,"20":14,"209":12,"21":104,"210":5,"214":12,"215":94,"221":64,"223":105,"224":19,"225":120,"23":93,"24":341,"25":78,"257":15,"26":15,"268":3,"27":34,"273":6,"276":7,"279":8,"28":69,"281":2,"282":6,"291":4,"292":5,"30":6,"302":1,"31":13,"314":2,"32":9,"33":12,"34":20,"347":1,"35":17,"352":197,"36":46,"37":15,"38":110,"380":7,"381":10,"383":17,"39":8,"391":14,"396":2,"397":4,"40":25,"409":5,"41":5,"414":2,"415":21,"419":3,"42":19,"426":1,"43":13,"430":4,"44":5,"45":6,"46":36,"48":14,"49":20,"5":130,"51":8,"52":6,"53":15,"56":7,"6":36,"63":9,"7":125,"79":8,"8":29,"9":52,"all_client":31194,"all_tv_clinet":3263,"insert_time":"2014-08-21T17:22:32.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27659,"10":13,"107":132,"11":182,"12":7,"13":82,"14":77,"15":65,"155":6,"156":4,"158":2,"159":6,"16":16,"160":8,"161":13,"167":7,"17":32,"18":233,"19":34,"20":14,"209":15,"21":100,"210":6,"214":12,"215":94,"221":65,"223":99,"224":18,"225":123,"23":91,"24":334,"25":74,"257":14,"26":15,"268":3,"27":33,"273":5,"276":5,"279":7,"28":70,"281":2,"282":6,"291":4,"292":5,"30":6,"302":1,"31":13,"314":2,"32":9,"33":9,"34":21,"347":1,"35":17,"352":201,"36":46,"37":15,"38":112,"380":6,"381":11,"383":17,"39":8,"391":14,"396":2,"397":4,"40":24,"409":5,"41":6,"414":2,"415":19,"419":3,"42":20,"426":1,"43":12,"430":4,"44":3,"45":6,"46":37,"48":10,"49":19,"5":132,"51":7,"52":6,"53":15,"56":7,"6":38,"63":9,"7":118,"79":8,"8":28,"9":53,"all_client":30899,"all_tv_clinet":3240,"insert_time":"2014-08-21T17:23:32.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27442,"10":12,"107":138,"11":183,"12":7,"13":85,"14":78,"15":63,"155":6,"156":3,"158":1,"159":6,"16":14,"160":7,"161":13,"167":6,"17":31,"18":226,"19":34,"20":15,"209":16,"21":99,"210":5,"214":12,"215":98,"221":66,"223":96,"224":17,"225":122,"23":90,"24":327,"25":70,"257":13,"26":14,"268":3,"27":31,"273":6,"276":5,"279":7,"28":69,"281":2,"282":6,"291":5,"292":4,"30":5,"302":1,"31":11,"314":2,"32":6,"33":7,"34":20,"347":1,"35":18,"352":197,"36":46,"37":16,"38":112,"380":6,"381":11,"383":16,"39":8,"391":12,"396":2,"397":4,"40":22,"409":4,"41":6,"414":2,"415":17,"419":3,"42":18,"426":1,"43":11,"430":4,"44":3,"45":6,"46":36,"48":12,"49":19,"5":127,"51":7,"52":5,"53":14,"56":7,"6":39,"63":9,"7":114,"79":7,"8":28,"9":52,"all_client":30627,"all_tv_clinet":3185,"insert_time":"2014-08-21T17:24:32.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27219,"10":12,"107":139,"11":178,"12":7,"13":84,"14":75,"15":61,"155":6,"156":3,"158":1,"159":6,"16":11,"160":6,"161":12,"167":6,"17":30,"18":224,"19":36,"20":15,"209":17,"21":93,"210":5,"214":13,"215":98,"221":64,"223":97,"224":16,"225":127,"23":87,"24":319,"25":69,"257":12,"26":13,"268":3,"27":31,"273":7,"276":5,"279":7,"28":70,"281":2,"282":6,"291":5,"292":4,"30":5,"302":1,"31":10,"314":1,"32":6,"33":6,"34":22,"347":1,"35":19,"352":202,"36":43,"37":16,"38":110,"380":6,"381":10,"383":17,"39":7,"391":12,"396":2,"397":4,"40":22,"409":4,"41":6,"414":2,"415":18,"419":3,"42":18,"426":1,"43":9,"430":3,"44":3,"45":6,"46":38,"48":12,"49":19,"5":124,"51":6,"52":5,"53":15,"56":7,"6":40,"63":8,"7":112,"79":5,"8":28,"9":46,"all_client":30361,"all_tv_clinet":3142,"insert_time":"2014-08-21T17:25:33.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27023,"10":13,"107":142,"11":171,"12":7,"13":84,"14":76,"15":60,"155":6,"156":4,"158":1,"159":6,"16":11,"160":6,"161":16,"167":6,"17":29,"18":225,"19":38,"20":14,"209":17,"21":92,"210":4,"214":14,"215":94,"221":59,"223":91,"224":15,"225":120,"23":84,"24":315,"25":67,"257":13,"26":12,"268":4,"27":32,"273":7,"276":5,"279":6,"28":71,"281":2,"282":6,"291":6,"292":5,"30":5,"302":1,"31":11,"314":1,"32":5,"33":6,"34":21,"347":1,"35":16,"352":199,"36":42,"37":15,"38":107,"380":6,"381":9,"383":17,"39":7,"391":12,"396":2,"397":4,"40":23,"409":4,"41":6,"414":2,"415":17,"419":3,"42":18,"426":1,"43":9,"430":4,"44":3,"45":6,"46":34,"48":12,"49":19,"5":121,"51":6,"52":5,"53":18,"56":8,"570":1,"6":40,"63":8,"7":108,"79":9,"8":24,"9":44,"all_client":30119,"all_tv_clinet":3096,"insert_time":"2014-08-21T17:26:33.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26783,"10":13,"107":138,"11":169,"12":7,"13":83,"14":74,"15":59,"155":6,"156":4,"158":2,"159":6,"16":12,"160":8,"161":20,"167":6,"17":29,"18":219,"19":39,"20":14,"209":17,"21":94,"210":3,"214":14,"215":94,"221":62,"223":90,"224":13,"225":118,"23":81,"24":306,"25":69,"257":13,"26":12,"268":4,"27":31,"273":8,"276":5,"279":5,"28":71,"281":1,"282":6,"291":6,"292":4,"30":5,"302":1,"31":11,"314":1,"32":6,"33":6,"34":20,"347":1,"35":14,"352":189,"36":40,"37":15,"38":103,"380":7,"381":10,"383":16,"39":6,"391":12,"396":2,"397":4,"40":24,"409":4,"41":6,"414":2,"415":19,"419":3,"42":18,"426":1,"43":10,"430":6,"44":4,"45":6,"46":38,"48":10,"49":18,"5":116,"51":6,"52":5,"53":16,"56":9,"570":1,"6":41,"63":8,"7":107,"79":6,"8":24,"9":45,"all_client":29840,"all_tv_clinet":3057,"insert_time":"2014-08-21T17:27:33.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26501,"10":13,"107":141,"11":168,"12":7,"13":84,"14":71,"15":61,"155":6,"156":4,"158":2,"159":6,"16":12,"160":8,"161":19,"167":6,"17":30,"18":214,"19":40,"20":15,"209":18,"21":92,"210":3,"214":14,"215":93,"221":64,"223":84,"224":13,"225":108,"23":79,"24":306,"25":67,"257":12,"26":12,"268":4,"27":30,"273":7,"276":5,"279":5,"28":67,"281":1,"282":6,"291":6,"292":4,"30":6,"302":1,"31":12,"314":1,"32":6,"33":5,"34":20,"347":1,"35":13,"352":193,"36":38,"37":16,"38":101,"380":7,"381":11,"383":16,"39":5,"391":12,"396":2,"397":4,"40":24,"409":4,"41":5,"414":2,"415":20,"419":2,"42":18,"426":1,"43":12,"430":6,"44":4,"45":5,"46":37,"48":10,"49":18,"5":116,"51":6,"52":5,"53":14,"56":9,"570":1,"6":41,"63":8,"7":106,"79":6,"8":24,"9":47,"all_client":29529,"all_tv_clinet":3028,"insert_time":"2014-08-21T17:28:34.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26250,"10":13,"107":136,"11":168,"12":7,"13":87,"14":70,"15":61,"155":6,"156":4,"158":2,"159":6,"16":14,"160":8,"161":16,"167":6,"17":28,"18":213,"19":41,"20":15,"209":18,"21":91,"210":3,"211":1,"214":14,"215":93,"221":67,"223":83,"224":12,"225":108,"23":80,"24":301,"25":67,"257":11,"26":13,"268":4,"27":31,"273":7,"276":4,"279":6,"28":67,"281":1,"282":5,"291":5,"292":5,"30":5,"302":1,"31":12,"314":1,"32":6,"33":5,"34":19,"347":1,"35":13,"352":193,"36":33,"37":16,"38":102,"380":7,"381":11,"383":14,"39":6,"391":12,"396":2,"397":4,"40":22,"409":4,"41":5,"414":3,"415":21,"419":2,"42":18,"426":1,"43":13,"430":7,"44":5,"45":3,"46":36,"48":12,"49":18,"5":117,"51":7,"52":5,"53":12,"56":8,"6":41,"63":7,"7":106,"79":4,"8":25,"9":47,"all_client":29260,"all_tv_clinet":3010,"insert_time":"2014-08-21T17:29:34.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26035,"10":10,"107":136,"11":167,"12":6,"13":84,"14":66,"15":60,"155":6,"156":3,"158":2,"159":6,"16":14,"160":8,"161":17,"167":5,"17":27,"18":212,"19":38,"20":14,"209":15,"21":89,"210":3,"211":1,"214":13,"215":90,"221":72,"223":82,"224":13,"225":100,"23":77,"24":298,"25":64,"257":9,"26":12,"268":4,"27":32,"273":7,"276":4,"279":6,"28":67,"281":1,"282":6,"291":5,"292":4,"30":5,"302":1,"31":10,"314":1,"32":6,"33":4,"34":22,"347":1,"35":13,"352":192,"36":34,"37":16,"38":102,"380":7,"381":12,"383":12,"39":6,"391":12,"396":2,"397":4,"40":23,"409":4,"41":6,"414":3,"415":20,"419":2,"42":19,"426":1,"43":12,"430":6,"44":6,"45":3,"46":35,"48":12,"49":18,"5":119,"51":7,"52":5,"53":12,"56":9,"6":40,"63":7,"7":105,"79":4,"8":25,"9":46,"all_client":29001,"all_tv_clinet":2966,"insert_time":"2014-08-21T17:30:34.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25846,"10":10,"107":143,"11":170,"12":6,"13":83,"14":62,"15":58,"155":5,"156":3,"158":2,"159":6,"16":13,"160":8,"161":16,"167":5,"17":26,"18":208,"19":40,"20":12,"209":14,"21":87,"210":3,"211":1,"214":13,"215":90,"221":69,"223":81,"224":13,"225":98,"23":77,"24":296,"25":66,"257":11,"26":13,"268":3,"27":27,"273":7,"276":4,"279":5,"28":62,"282":7,"291":5,"292":4,"30":5,"302":1,"31":10,"314":1,"32":6,"33":4,"34":20,"347":1,"35":13,"352":192,"36":34,"37":16,"38":102,"380":7,"381":11,"383":12,"39":6,"391":13,"396":2,"397":4,"40":22,"409":4,"41":7,"414":3,"415":15,"419":2,"42":19,"426":1,"43":12,"430":6,"44":7,"45":3,"46":35,"48":11,"49":19,"5":117,"51":7,"52":5,"53":13,"56":9,"6":40,"63":6,"7":93,"79":5,"8":27,"9":45,"all_client":28771,"all_tv_clinet":2925,"insert_time":"2014-08-21T17:31:34.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25649,"10":9,"107":145,"11":170,"12":6,"13":82,"14":58,"15":57,"155":5,"156":4,"158":2,"159":6,"16":11,"160":7,"161":16,"167":6,"17":24,"18":207,"19":39,"20":12,"209":11,"21":86,"210":3,"211":2,"214":13,"215":85,"221":69,"223":79,"224":16,"225":102,"23":75,"24":297,"25":64,"257":11,"26":12,"268":3,"27":28,"273":7,"276":5,"279":4,"28":59,"282":7,"291":4,"292":4,"30":5,"302":1,"31":7,"314":2,"32":7,"33":6,"34":19,"347":1,"35":13,"352":190,"36":33,"37":16,"38":99,"380":7,"381":12,"383":13,"39":5,"391":13,"396":2,"397":3,"40":22,"409":4,"41":5,"414":3,"415":15,"419":1,"42":19,"426":1,"43":12,"430":5,"44":6,"45":3,"46":38,"48":10,"49":19,"5":115,"51":7,"52":5,"53":10,"56":8,"6":42,"63":4,"7":86,"79":5,"8":29,"9":47,"all_client":28536,"all_tv_clinet":2887,"insert_time":"2014-08-21T17:32:34.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25387,"10":9,"107":146,"11":168,"12":6,"13":78,"14":57,"15":56,"155":5,"156":4,"158":2,"159":6,"16":10,"160":8,"161":15,"167":6,"17":24,"18":202,"19":39,"20":10,"209":11,"21":85,"210":3,"211":2,"214":12,"215":85,"221":64,"223":78,"224":18,"225":109,"23":73,"24":293,"25":63,"257":13,"26":13,"268":3,"27":30,"273":7,"276":5,"279":4,"28":56,"282":7,"291":4,"292":4,"30":6,"302":1,"31":6,"314":1,"32":8,"33":6,"34":19,"347":1,"35":13,"352":187,"36":33,"37":17,"38":102,"380":7,"381":13,"383":11,"39":5,"391":13,"396":2,"397":4,"40":23,"409":4,"41":5,"414":3,"415":14,"419":1,"42":20,"426":1,"43":12,"430":6,"44":6,"45":3,"46":38,"48":10,"49":19,"5":116,"51":7,"52":5,"53":8,"56":7,"6":41,"63":4,"7":81,"79":4,"8":30,"9":50,"all_client":28253,"all_tv_clinet":2866,"insert_time":"2014-08-21T17:33:34.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25158,"10":7,"107":141,"11":168,"12":6,"13":79,"14":53,"15":53,"155":6,"156":4,"158":2,"159":5,"16":11,"160":8,"161":16,"167":6,"17":23,"18":207,"19":38,"20":10,"209":12,"21":83,"210":4,"211":2,"214":12,"215":86,"221":60,"223":76,"224":18,"225":113,"23":72,"24":286,"25":66,"257":14,"26":12,"268":3,"27":29,"273":7,"276":4,"279":3,"28":55,"281":1,"282":8,"291":3,"292":3,"30":5,"302":1,"31":4,"314":1,"32":7,"33":6,"34":20,"347":1,"35":14,"352":187,"36":32,"37":16,"38":106,"380":5,"381":15,"383":9,"39":6,"391":13,"396":2,"397":4,"40":21,"409":4,"41":5,"414":3,"415":14,"419":1,"42":20,"426":1,"43":12,"430":7,"44":7,"45":4,"46":39,"48":9,"49":18,"5":113,"51":8,"52":5,"53":7,"56":7,"6":40,"63":4,"7":82,"79":3,"8":30,"9":48,"all_client":27999,"all_tv_clinet":2841,"insert_time":"2014-08-21T17:34:35.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24945,"10":7,"107":131,"11":167,"12":6,"13":79,"14":51,"15":53,"155":6,"156":4,"158":3,"159":5,"16":11,"160":8,"161":17,"167":6,"17":22,"18":207,"19":43,"20":10,"209":10,"21":84,"210":4,"211":2,"214":12,"215":86,"221":60,"223":80,"224":17,"225":113,"23":72,"24":281,"25":66,"257":13,"26":11,"268":4,"27":25,"273":7,"276":4,"279":2,"28":52,"281":1,"282":10,"291":5,"292":3,"30":7,"302":1,"31":4,"314":1,"32":7,"33":5,"34":18,"347":3,"35":14,"352":192,"36":31,"37":15,"38":104,"380":5,"381":14,"383":9,"39":6,"391":13,"396":2,"397":5,"40":18,"409":4,"41":4,"414":3,"415":15,"419":1,"42":21,"426":1,"43":12,"430":8,"44":7,"45":4,"46":38,"48":8,"49":18,"5":116,"51":7,"52":5,"53":9,"56":7,"6":44,"63":4,"7":79,"79":3,"8":32,"9":49,"all_client":27778,"all_tv_clinet":2833,"insert_time":"2014-08-21T17:35:35.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24742,"10":6,"107":132,"11":167,"12":7,"13":76,"14":52,"15":53,"155":6,"156":4,"158":3,"159":5,"16":11,"160":8,"161":18,"167":6,"17":22,"18":208,"19":43,"20":10,"209":11,"21":84,"210":4,"211":2,"214":13,"215":84,"221":62,"223":81,"224":17,"225":110,"23":73,"24":286,"25":67,"257":12,"26":11,"268":4,"27":19,"273":8,"276":4,"279":2,"28":51,"281":1,"282":10,"291":5,"292":3,"30":6,"302":1,"31":6,"314":1,"32":8,"33":4,"34":17,"347":3,"35":14,"352":193,"36":32,"37":14,"38":103,"380":5,"381":13,"383":9,"39":5,"391":14,"396":2,"397":5,"40":16,"409":4,"41":3,"414":4,"415":15,"419":1,"42":21,"426":1,"43":12,"430":8,"44":7,"45":4,"46":33,"48":8,"49":19,"5":115,"51":7,"52":5,"53":10,"56":7,"6":44,"63":3,"7":78,"79":4,"8":31,"9":49,"all_client":27567,"all_tv_clinet":2825,"insert_time":"2014-08-21T17:36:35.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24501,"10":6,"107":128,"11":170,"12":8,"13":75,"14":53,"15":53,"155":5,"156":4,"158":3,"159":6,"16":13,"160":8,"161":20,"167":6,"17":23,"18":204,"19":43,"20":10,"209":11,"21":86,"210":4,"211":2,"214":11,"215":84,"221":63,"223":82,"224":20,"225":110,"23":72,"24":290,"25":63,"257":11,"26":11,"268":4,"27":19,"273":8,"276":4,"279":2,"28":49,"281":1,"282":10,"291":5,"292":3,"30":5,"302":1,"31":7,"314":2,"32":7,"33":3,"34":15,"347":3,"35":12,"352":185,"36":33,"37":14,"38":105,"380":6,"381":13,"383":9,"39":4,"391":15,"396":2,"397":5,"40":14,"409":3,"41":4,"414":4,"415":14,"419":1,"42":23,"426":1,"43":10,"430":7,"44":7,"45":4,"46":33,"48":9,"49":19,"5":111,"51":7,"52":4,"53":10,"56":6,"6":44,"63":3,"7":72,"79":3,"8":30,"80":1,"9":50,"all_client":27304,"all_tv_clinet":2803,"insert_time":"2014-08-21T17:37:35.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24321,"10":6,"107":124,"11":173,"12":8,"13":73,"14":53,"15":52,"155":5,"156":4,"158":4,"159":6,"16":14,"160":8,"161":22,"167":6,"17":24,"18":192,"19":40,"20":11,"209":11,"21":85,"210":4,"211":1,"214":11,"215":81,"221":61,"223":85,"224":22,"225":107,"23":69,"24":287,"25":64,"257":12,"26":13,"268":3,"27":18,"273":6,"276":4,"279":2,"28":49,"281":1,"282":9,"291":5,"292":3,"30":4,"302":1,"31":6,"314":2,"32":8,"33":3,"34":14,"347":2,"35":11,"352":186,"36":37,"37":14,"38":103,"380":6,"381":13,"383":10,"39":4,"391":14,"396":2,"397":5,"40":13,"409":3,"41":5,"414":3,"415":14,"419":1,"42":24,"426":2,"43":11,"430":7,"44":6,"45":4,"46":31,"48":10,"49":21,"5":105,"51":7,"52":4,"53":9,"56":6,"6":41,"63":4,"7":73,"79":3,"8":29,"80":2,"9":49,"all_client":27091,"all_tv_clinet":2770,"insert_time":"2014-08-21T17:38:35.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24140,"10":5,"107":123,"11":177,"12":8,"13":78,"14":54,"15":49,"155":5,"156":4,"158":2,"159":6,"16":14,"160":8,"161":20,"167":7,"17":25,"18":181,"19":39,"20":8,"209":11,"21":84,"210":4,"211":1,"214":11,"215":79,"221":58,"223":83,"224":22,"225":109,"23":73,"24":279,"25":61,"257":14,"26":13,"268":3,"27":17,"273":5,"276":4,"279":2,"28":50,"281":1,"282":10,"291":5,"292":3,"30":4,"302":1,"31":7,"314":2,"32":7,"33":4,"34":15,"347":2,"35":12,"352":189,"36":35,"37":15,"38":97,"380":6,"381":14,"383":10,"39":4,"391":14,"396":1,"397":5,"40":13,"409":3,"41":6,"414":3,"415":15,"42":24,"426":2,"43":12,"430":7,"44":6,"45":4,"46":32,"48":11,"49":22,"5":105,"51":5,"52":4,"53":10,"56":6,"6":41,"63":4,"7":68,"79":2,"8":29,"80":2,"9":48,"all_client":26883,"all_tv_clinet":2743,"insert_time":"2014-08-21T17:39:35.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23952,"10":5,"107":130,"11":176,"12":8,"13":79,"14":53,"15":50,"155":5,"156":3,"158":2,"159":6,"16":12,"160":8,"161":17,"167":7,"17":24,"18":176,"19":39,"20":7,"209":11,"21":82,"210":4,"211":2,"214":11,"215":75,"221":56,"223":82,"224":20,"225":116,"23":70,"24":271,"25":58,"257":14,"26":14,"268":2,"27":17,"273":5,"276":4,"279":2,"28":49,"281":1,"282":11,"291":5,"292":3,"30":3,"302":1,"31":9,"314":1,"32":8,"33":4,"34":15,"347":2,"35":12,"352":182,"36":35,"37":16,"38":97,"380":6,"381":14,"383":9,"39":4,"391":14,"396":1,"397":5,"40":12,"409":3,"41":9,"414":4,"415":17,"42":25,"426":2,"43":12,"430":7,"44":5,"45":4,"46":29,"48":11,"49":22,"5":105,"51":4,"52":4,"53":11,"56":4,"6":44,"63":4,"7":64,"79":3,"8":31,"80":1,"9":48,"all_client":26667,"all_tv_clinet":2715,"insert_time":"2014-08-21T17:40:36.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23768,"10":6,"107":128,"11":177,"12":9,"13":78,"14":51,"15":51,"155":5,"156":2,"158":2,"159":5,"16":8,"160":8,"161":15,"167":7,"17":24,"18":173,"19":36,"20":7,"209":11,"21":88,"210":4,"211":2,"214":11,"215":62,"221":54,"223":78,"224":20,"225":119,"23":69,"24":268,"25":55,"257":12,"26":16,"268":2,"27":17,"273":6,"276":4,"279":2,"28":47,"281":1,"282":13,"291":5,"292":3,"30":2,"302":1,"31":8,"314":1,"32":8,"33":4,"34":16,"347":2,"35":13,"352":181,"36":36,"37":14,"38":95,"380":5,"381":15,"383":8,"39":6,"391":14,"396":1,"397":5,"40":11,"409":3,"41":10,"414":6,"415":15,"419":1,"42":25,"426":1,"43":12,"430":9,"44":3,"45":4,"46":29,"48":10,"49":21,"5":109,"51":4,"52":4,"53":11,"56":4,"6":42,"63":6,"7":64,"79":3,"8":29,"80":1,"9":45,"all_client":26446,"all_tv_clinet":2678,"insert_time":"2014-08-21T17:41:36.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23578,"10":5,"107":127,"11":175,"12":9,"13":75,"14":48,"15":49,"155":5,"156":2,"158":2,"159":5,"16":8,"160":8,"161":14,"167":7,"17":24,"18":175,"19":36,"20":5,"209":10,"21":92,"210":4,"211":2,"214":11,"215":56,"221":57,"223":80,"224":20,"225":121,"23":69,"24":261,"25":55,"257":12,"26":18,"268":2,"27":18,"273":6,"276":4,"279":2,"28":45,"281":1,"282":13,"291":5,"292":3,"30":2,"302":1,"31":9,"314":2,"32":9,"33":4,"34":16,"347":2,"35":13,"352":180,"36":33,"37":11,"38":86,"380":4,"381":16,"383":8,"39":6,"391":14,"397":6,"40":11,"409":3,"41":10,"414":6,"415":16,"419":1,"42":27,"426":1,"43":10,"430":9,"44":3,"45":4,"46":30,"48":10,"49":22,"5":109,"51":4,"52":5,"53":12,"56":4,"6":42,"63":6,"7":66,"79":4,"8":29,"80":1,"9":46,"all_client":26237,"all_tv_clinet":2659,"insert_time":"2014-08-21T17:42:36.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23371,"10":5,"107":122,"11":178,"12":9,"13":73,"14":47,"15":46,"155":6,"156":2,"158":2,"159":3,"16":8,"160":8,"161":14,"167":7,"17":22,"18":175,"19":37,"20":5,"209":10,"21":95,"210":4,"211":2,"214":11,"215":55,"221":55,"223":80,"224":21,"225":124,"23":70,"24":261,"25":55,"257":12,"26":17,"268":2,"27":18,"273":6,"276":5,"279":2,"28":43,"281":1,"282":11,"291":5,"292":3,"30":2,"302":1,"31":8,"314":2,"32":9,"33":4,"34":16,"347":2,"35":13,"352":173,"36":31,"37":10,"38":84,"380":4,"381":15,"383":8,"39":9,"391":13,"397":6,"40":10,"409":3,"41":9,"414":5,"415":15,"419":1,"42":26,"426":1,"43":10,"430":9,"44":4,"45":4,"46":29,"48":10,"49":24,"5":108,"51":4,"52":5,"53":11,"56":4,"6":42,"63":6,"7":64,"79":4,"8":27,"80":1,"9":46,"all_client":26000,"all_tv_clinet":2629,"insert_time":"2014-08-21T17:43:36.620Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23147,"10":6,"107":123,"11":175,"12":9,"13":73,"14":46,"15":46,"155":6,"156":1,"158":2,"159":3,"16":9,"160":8,"161":15,"167":5,"17":21,"18":172,"19":38,"20":4,"209":10,"21":90,"210":4,"211":2,"214":12,"215":53,"221":56,"223":83,"224":21,"225":120,"23":71,"24":257,"25":56,"257":12,"26":21,"27":18,"273":5,"276":4,"279":2,"28":42,"281":1,"282":11,"291":5,"292":4,"30":1,"302":1,"31":9,"314":2,"32":9,"33":4,"34":16,"347":3,"35":13,"352":168,"36":29,"37":10,"38":82,"380":4,"381":14,"383":9,"39":11,"391":11,"397":6,"40":9,"409":3,"41":8,"414":4,"415":12,"419":1,"42":24,"426":1,"43":10,"430":9,"44":5,"45":4,"46":28,"48":9,"49":25,"5":105,"51":4,"52":5,"53":13,"56":4,"6":41,"63":5,"7":64,"79":4,"8":29,"80":1,"9":47,"all_client":25745,"all_tv_clinet":2598,"insert_time":"2014-08-21T17:44:36.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22911,"10":6,"107":124,"11":175,"12":9,"13":70,"14":46,"15":46,"155":6,"156":2,"158":2,"159":1,"16":8,"160":9,"161":14,"167":5,"17":22,"18":170,"19":39,"20":4,"209":10,"21":87,"210":4,"211":2,"214":11,"215":52,"221":56,"223":81,"224":20,"225":120,"23":69,"24":257,"25":58,"257":11,"26":24,"27":19,"273":6,"276":4,"279":2,"28":42,"281":1,"282":10,"291":5,"292":4,"30":1,"302":1,"31":9,"314":2,"32":8,"33":3,"34":14,"347":4,"35":13,"352":164,"36":31,"37":10,"38":81,"380":3,"381":14,"383":11,"39":12,"391":11,"397":6,"40":8,"409":3,"41":8,"414":3,"415":11,"419":1,"42":22,"426":2,"43":9,"430":9,"44":4,"45":4,"46":30,"48":8,"49":25,"5":102,"51":4,"52":5,"53":14,"56":4,"6":40,"63":5,"7":68,"79":4,"8":29,"80":2,"9":47,"all_client":25493,"all_tv_clinet":2582,"insert_time":"2014-08-21T17:45:36.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22737,"10":6,"107":122,"11":179,"12":8,"13":69,"14":48,"15":43,"155":5,"156":3,"158":2,"159":1,"16":8,"160":10,"161":15,"167":5,"17":23,"18":170,"19":40,"20":4,"209":10,"21":88,"210":4,"211":2,"214":11,"215":46,"221":58,"223":79,"224":19,"225":120,"23":70,"24":255,"25":58,"257":10,"26":26,"27":20,"273":6,"276":3,"279":2,"28":40,"281":1,"282":9,"291":5,"292":4,"30":1,"302":1,"31":9,"314":2,"32":7,"33":3,"34":14,"347":5,"35":13,"352":164,"36":34,"37":10,"38":81,"380":3,"381":12,"383":11,"39":11,"391":11,"397":5,"40":8,"409":3,"41":8,"414":3,"415":10,"419":1,"42":21,"426":2,"43":9,"430":10,"44":4,"45":4,"46":31,"48":8,"49":23,"5":97,"51":4,"52":5,"53":14,"56":5,"6":40,"63":5,"7":66,"79":4,"8":29,"80":2,"9":46,"all_client":25303,"all_tv_clinet":2566,"insert_time":"2014-08-21T17:46:37.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22526,"10":7,"107":113,"11":178,"12":8,"13":65,"14":48,"15":44,"155":5,"156":3,"158":1,"159":1,"16":8,"160":9,"161":14,"167":5,"17":22,"18":165,"19":41,"20":4,"209":11,"21":87,"210":3,"211":2,"214":11,"215":44,"221":60,"223":77,"224":18,"225":124,"23":73,"24":250,"25":56,"257":11,"26":28,"27":20,"273":7,"276":3,"279":2,"28":43,"281":1,"282":8,"291":5,"292":4,"30":2,"302":1,"31":9,"314":2,"32":7,"33":2,"34":14,"347":5,"35":13,"352":171,"36":30,"37":11,"38":80,"380":3,"381":12,"383":9,"39":8,"391":11,"396":1,"397":4,"40":8,"409":3,"41":9,"414":3,"415":10,"419":1,"42":21,"426":2,"43":11,"430":10,"44":4,"45":5,"46":30,"48":10,"49":23,"5":97,"51":4,"52":5,"53":12,"56":6,"6":38,"63":4,"7":65,"79":5,"8":26,"80":2,"9":45,"all_client":25069,"all_tv_clinet":2543,"insert_time":"2014-08-21T17:47:37.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22325,"10":8,"107":115,"11":177,"12":8,"13":65,"14":43,"15":48,"155":5,"156":2,"158":2,"159":1,"16":8,"160":8,"161":16,"167":5,"17":24,"18":163,"19":39,"20":4,"209":13,"21":89,"210":3,"211":2,"214":11,"215":40,"221":58,"223":76,"224":18,"225":123,"23":75,"24":245,"25":51,"257":12,"26":31,"268":1,"27":21,"273":6,"276":3,"279":2,"28":41,"281":1,"282":7,"291":5,"292":4,"30":2,"31":12,"314":1,"32":5,"33":2,"34":15,"347":5,"35":12,"352":172,"36":30,"37":11,"38":84,"380":2,"381":11,"383":7,"39":7,"391":11,"396":1,"397":5,"40":8,"409":3,"41":9,"414":3,"415":8,"419":1,"42":21,"426":2,"43":11,"430":9,"44":4,"45":5,"46":27,"48":10,"49":23,"5":97,"51":3,"52":4,"53":11,"56":6,"6":37,"63":4,"7":61,"79":5,"8":28,"80":2,"9":43,"all_client":24844,"all_tv_clinet":2519,"insert_time":"2014-08-21T17:48:37.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22140,"10":8,"107":115,"11":178,"12":8,"13":62,"14":42,"15":49,"155":5,"156":2,"158":2,"159":1,"16":9,"160":8,"161":16,"167":5,"17":26,"18":168,"19":36,"20":3,"209":12,"21":85,"210":3,"211":2,"214":11,"215":37,"221":54,"223":79,"224":19,"225":123,"23":73,"24":239,"25":49,"257":13,"26":31,"268":1,"27":22,"273":6,"276":3,"279":2,"28":39,"281":1,"282":8,"291":5,"292":4,"30":2,"31":11,"314":1,"32":6,"33":2,"34":14,"347":4,"35":12,"352":166,"36":32,"37":11,"38":84,"380":1,"381":11,"383":7,"39":8,"391":9,"396":1,"397":5,"40":8,"409":3,"41":8,"414":3,"415":8,"419":1,"42":21,"426":2,"43":12,"430":9,"44":4,"45":4,"46":31,"48":10,"49":23,"5":97,"51":3,"52":4,"53":11,"56":6,"6":36,"63":4,"7":59,"79":5,"8":27,"80":2,"9":43,"all_client":24635,"all_tv_clinet":2495,"insert_time":"2014-08-21T17:49:37.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22000,"10":6,"107":121,"11":179,"12":8,"13":62,"14":39,"15":46,"155":5,"156":2,"158":1,"159":1,"16":9,"160":7,"161":14,"167":6,"17":28,"18":168,"19":36,"20":4,"209":12,"21":85,"210":3,"211":2,"214":11,"215":34,"221":49,"223":80,"224":20,"225":121,"23":71,"24":234,"25":50,"257":12,"26":31,"268":2,"27":21,"273":5,"276":3,"279":2,"28":41,"281":1,"282":9,"291":5,"292":5,"30":1,"31":12,"314":1,"32":5,"33":3,"34":15,"347":4,"35":12,"352":154,"36":32,"37":11,"38":83,"380":1,"381":12,"383":8,"39":8,"391":9,"397":5,"40":8,"409":3,"41":8,"414":3,"415":8,"419":1,"42":21,"426":2,"43":11,"430":9,"44":4,"45":3,"46":31,"48":10,"49":22,"5":95,"51":2,"52":4,"53":10,"56":6,"6":32,"63":4,"7":59,"79":4,"8":28,"80":2,"9":43,"all_client":24460,"all_tv_clinet":2460,"insert_time":"2014-08-21T17:50:38.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21858,"10":6,"107":116,"11":177,"12":8,"13":59,"14":39,"15":46,"155":5,"156":2,"158":1,"159":1,"16":8,"160":5,"161":13,"167":7,"17":27,"18":170,"19":36,"20":5,"209":12,"21":88,"210":3,"211":2,"214":12,"215":32,"221":48,"223":81,"224":20,"225":119,"23":72,"24":232,"25":48,"257":12,"26":31,"268":2,"27":21,"273":5,"276":2,"279":2,"28":42,"281":1,"282":7,"291":4,"292":5,"30":1,"31":11,"314":1,"32":6,"33":2,"34":16,"347":4,"35":10,"352":152,"36":31,"37":10,"38":86,"380":1,"381":11,"383":8,"39":8,"391":8,"397":3,"40":8,"409":4,"41":8,"414":2,"415":10,"419":1,"42":21,"426":2,"43":11,"430":8,"44":2,"45":3,"46":32,"48":11,"49":22,"5":95,"51":2,"52":4,"53":10,"56":6,"6":30,"63":4,"7":62,"79":4,"8":28,"80":2,"9":45,"all_client":24298,"all_tv_clinet":2440,"insert_time":"2014-08-21T17:51:38.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21707,"10":6,"107":112,"11":175,"12":8,"13":58,"14":37,"15":46,"155":5,"156":2,"158":1,"159":1,"16":8,"160":5,"161":13,"167":8,"17":25,"18":168,"19":36,"20":5,"209":12,"21":84,"210":3,"211":2,"214":12,"215":32,"221":47,"223":79,"224":20,"225":117,"23":74,"24":230,"25":47,"257":11,"26":34,"268":2,"27":23,"273":5,"276":2,"279":2,"28":40,"281":1,"282":7,"291":4,"292":5,"30":1,"31":10,"314":1,"32":6,"33":2,"34":17,"347":4,"35":10,"352":155,"36":31,"37":9,"38":86,"380":1,"381":13,"383":6,"39":8,"391":7,"397":4,"40":8,"409":4,"41":9,"414":2,"415":9,"419":1,"42":19,"426":2,"43":10,"430":7,"44":2,"45":3,"46":31,"48":11,"49":22,"5":95,"51":3,"52":4,"53":10,"56":6,"6":26,"63":4,"7":65,"79":4,"8":26,"80":2,"9":45,"all_client":24122,"all_tv_clinet":2415,"insert_time":"2014-08-21T17:52:38.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21523,"10":7,"107":110,"11":176,"12":7,"13":61,"14":38,"15":46,"155":5,"156":2,"158":2,"159":1,"16":7,"160":4,"161":12,"167":8,"17":25,"18":169,"19":37,"20":4,"209":11,"21":85,"210":3,"211":2,"214":12,"215":29,"221":48,"223":84,"224":20,"225":110,"23":75,"24":228,"25":46,"257":12,"26":34,"268":2,"27":23,"273":6,"276":2,"279":2,"28":40,"281":1,"282":7,"291":4,"292":5,"30":1,"31":10,"32":6,"33":2,"34":16,"347":5,"35":10,"352":159,"36":32,"37":9,"38":85,"380":1,"381":14,"383":7,"39":6,"391":6,"397":5,"40":8,"409":3,"41":9,"414":2,"415":9,"419":1,"42":17,"426":2,"43":14,"430":7,"44":2,"45":4,"46":31,"48":13,"49":22,"5":95,"51":3,"52":3,"53":10,"56":6,"6":22,"63":3,"7":64,"79":5,"8":26,"80":2,"9":47,"all_client":23939,"all_tv_clinet":2416,"insert_time":"2014-08-21T17:53:38.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21366,"10":7,"107":116,"11":174,"12":7,"13":64,"14":36,"15":46,"155":5,"156":2,"158":2,"159":1,"16":8,"160":5,"161":13,"167":8,"17":24,"18":174,"19":36,"20":4,"209":11,"21":81,"210":3,"211":2,"214":12,"215":28,"221":49,"223":87,"224":21,"225":106,"23":74,"24":219,"25":50,"257":12,"26":34,"268":2,"27":24,"273":6,"276":2,"279":2,"28":40,"281":1,"282":8,"291":5,"292":6,"30":1,"302":1,"31":10,"32":6,"33":2,"34":16,"347":4,"35":10,"352":152,"36":31,"37":8,"38":81,"380":1,"381":14,"383":7,"39":6,"391":6,"397":5,"40":7,"409":3,"41":9,"414":3,"415":9,"419":1,"42":16,"426":1,"43":14,"430":5,"44":2,"45":5,"46":31,"48":14,"49":23,"5":94,"51":3,"52":3,"53":10,"56":6,"6":21,"63":3,"7":60,"79":5,"8":24,"80":2,"9":49,"all_client":23767,"all_tv_clinet":2401,"insert_time":"2014-08-21T17:54:39.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21212,"10":7,"107":109,"11":175,"12":6,"13":64,"14":36,"15":47,"155":4,"156":2,"158":2,"159":1,"16":9,"160":5,"161":12,"167":7,"17":23,"18":174,"19":37,"20":4,"209":11,"21":85,"210":3,"211":2,"214":12,"215":28,"221":48,"223":87,"224":20,"225":98,"23":73,"24":210,"25":47,"257":12,"26":35,"268":2,"27":25,"273":6,"276":2,"279":2,"28":43,"281":1,"282":9,"291":5,"292":6,"30":1,"302":1,"31":11,"314":1,"32":6,"33":2,"34":15,"347":4,"35":11,"352":155,"36":33,"37":10,"38":88,"380":1,"381":12,"383":7,"39":6,"391":5,"397":5,"40":7,"409":3,"41":9,"414":3,"415":8,"419":1,"42":16,"426":1,"43":12,"430":6,"44":3,"45":6,"46":26,"48":14,"49":22,"5":91,"51":3,"52":3,"53":10,"56":6,"6":21,"63":3,"7":60,"79":5,"8":24,"80":3,"9":49,"all_client":23597,"all_tv_clinet":2385,"insert_time":"2014-08-21T17:55:39.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21041,"10":7,"107":105,"11":173,"12":6,"13":62,"14":35,"15":46,"155":4,"156":2,"158":1,"159":2,"16":11,"160":5,"161":10,"167":7,"17":21,"18":169,"19":37,"20":4,"209":11,"21":83,"210":3,"211":1,"214":12,"215":28,"221":48,"223":85,"224":22,"225":103,"23":74,"24":209,"25":47,"257":12,"26":33,"268":3,"27":25,"273":6,"276":2,"279":3,"28":45,"281":1,"282":8,"291":4,"292":7,"30":1,"302":1,"31":12,"314":1,"32":6,"33":3,"34":14,"347":2,"35":14,"352":158,"36":32,"37":10,"38":88,"380":1,"381":12,"383":8,"39":6,"391":3,"397":4,"40":7,"409":3,"41":8,"414":2,"415":11,"42":15,"426":1,"43":11,"430":6,"433":1,"44":4,"45":5,"46":23,"48":12,"49":23,"5":95,"51":4,"52":4,"53":10,"56":6,"6":24,"63":3,"7":60,"79":6,"8":25,"80":4,"9":46,"all_client":23418,"all_tv_clinet":2377,"insert_time":"2014-08-21T17:56:40.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20847,"10":7,"107":108,"11":174,"12":8,"13":61,"14":33,"15":46,"155":4,"156":2,"159":2,"16":11,"160":6,"161":11,"167":5,"17":21,"18":167,"19":38,"20":4,"209":11,"21":85,"210":3,"211":1,"214":10,"215":27,"221":45,"223":82,"224":23,"225":104,"23":75,"24":205,"25":46,"257":13,"26":32,"268":3,"27":26,"273":6,"276":1,"279":4,"28":47,"281":1,"282":7,"291":4,"292":7,"302":1,"31":12,"314":1,"32":6,"33":3,"34":14,"347":2,"35":15,"352":154,"36":33,"37":9,"38":88,"380":1,"381":11,"383":8,"39":8,"391":3,"397":4,"40":7,"409":3,"41":8,"414":2,"415":10,"42":14,"43":10,"430":6,"433":1,"44":4,"45":5,"46":21,"48":11,"49":21,"5":95,"51":3,"52":4,"53":12,"56":6,"6":26,"63":3,"7":60,"79":6,"8":24,"80":4,"9":43,"all_client":23205,"all_tv_clinet":2358,"insert_time":"2014-08-21T17:57:40.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20665,"10":7,"107":104,"11":175,"12":7,"13":61,"14":35,"15":45,"155":4,"156":2,"159":2,"16":12,"160":5,"161":13,"167":4,"17":21,"18":167,"19":37,"20":5,"209":12,"21":83,"210":3,"211":1,"214":11,"215":27,"221":44,"223":77,"224":23,"225":103,"23":77,"24":204,"25":46,"257":13,"26":34,"268":3,"27":26,"273":7,"276":1,"279":5,"28":47,"281":1,"282":7,"291":4,"292":7,"302":1,"31":12,"32":7,"33":3,"34":14,"347":2,"35":14,"352":155,"36":34,"37":8,"38":86,"380":1,"381":11,"383":8,"39":7,"391":3,"397":4,"40":9,"409":3,"41":7,"414":3,"415":9,"42":14,"43":10,"430":6,"433":1,"44":4,"45":4,"46":23,"48":10,"49":21,"5":97,"51":4,"52":5,"53":13,"56":6,"6":26,"63":3,"7":63,"79":6,"8":23,"80":4,"9":40,"all_client":23021,"all_tv_clinet":2356,"insert_time":"2014-08-21T17:58:40.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20497,"10":6,"107":98,"11":170,"12":7,"13":61,"14":32,"15":44,"155":4,"156":2,"159":2,"16":12,"160":6,"161":16,"167":4,"17":21,"18":172,"19":37,"20":5,"209":14,"21":79,"210":3,"211":1,"214":11,"215":24,"221":42,"223":74,"224":22,"225":102,"23":74,"24":196,"25":49,"257":13,"26":35,"268":2,"27":25,"273":7,"276":1,"279":5,"28":45,"281":1,"282":7,"291":4,"292":6,"30":1,"302":1,"31":12,"32":7,"33":2,"34":15,"347":3,"35":14,"352":153,"36":37,"37":8,"38":84,"380":1,"381":11,"383":8,"39":8,"391":3,"397":4,"40":9,"409":3,"41":6,"414":3,"415":9,"42":14,"43":10,"430":6,"433":1,"44":4,"45":4,"46":25,"48":11,"49":21,"5":96,"51":5,"52":3,"53":13,"56":6,"6":26,"63":4,"7":61,"79":6,"8":22,"80":4,"9":41,"all_client":22823,"all_tv_clinet":2326,"insert_time":"2014-08-21T17:59:40.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20355,"10":5,"107":94,"11":160,"12":7,"13":63,"14":33,"15":42,"155":4,"156":2,"158":1,"159":2,"16":12,"160":5,"161":17,"167":4,"17":22,"18":170,"19":36,"20":4,"209":13,"21":79,"210":3,"211":1,"214":11,"215":23,"221":39,"223":71,"224":22,"225":96,"23":73,"24":196,"25":49,"257":13,"26":37,"268":2,"27":25,"273":7,"276":1,"279":5,"28":47,"281":1,"282":7,"291":4,"292":6,"30":1,"302":1,"31":14,"32":7,"33":2,"34":15,"347":3,"35":13,"352":154,"36":36,"37":8,"38":90,"380":1,"381":12,"383":9,"39":9,"391":3,"397":4,"40":9,"409":3,"41":7,"414":3,"415":8,"42":14,"43":10,"430":7,"433":1,"44":4,"45":3,"46":29,"48":9,"49":20,"5":91,"51":5,"52":3,"53":12,"56":6,"6":27,"63":2,"7":61,"79":6,"8":21,"80":4,"9":42,"all_client":22658,"all_tv_clinet":2303,"insert_time":"2014-08-21T18:00:40.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20181,"10":5,"107":94,"11":152,"12":7,"13":62,"14":33,"15":41,"155":4,"156":2,"158":1,"159":2,"16":11,"160":5,"161":15,"167":4,"17":23,"18":167,"19":33,"20":5,"209":13,"21":78,"210":3,"211":1,"214":10,"215":22,"221":36,"223":73,"224":22,"225":89,"23":74,"24":196,"25":49,"257":13,"26":38,"268":2,"27":25,"273":8,"276":1,"279":5,"28":50,"281":1,"282":7,"291":4,"292":6,"30":2,"302":1,"31":14,"32":7,"33":3,"34":12,"347":3,"35":13,"352":153,"36":38,"37":8,"38":88,"380":1,"381":12,"383":10,"39":10,"391":4,"397":4,"40":8,"409":1,"41":7,"414":4,"415":8,"42":15,"43":10,"430":7,"433":1,"44":4,"45":3,"46":27,"48":8,"49":21,"5":94,"51":5,"52":2,"53":12,"56":6,"6":29,"63":2,"7":61,"79":6,"8":21,"80":4,"9":40,"all_client":22462,"all_tv_clinet":2281,"insert_time":"2014-08-21T18:01:41.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20014,"10":4,"107":86,"11":139,"12":7,"13":66,"14":34,"15":44,"155":4,"156":2,"158":1,"159":1,"16":11,"160":5,"161":12,"167":4,"17":23,"18":164,"19":31,"20":5,"209":13,"21":80,"210":3,"211":1,"214":11,"215":22,"221":38,"223":71,"224":22,"225":88,"23":70,"24":198,"25":45,"257":11,"26":39,"268":2,"27":28,"273":8,"276":1,"279":5,"28":53,"281":1,"282":6,"291":4,"292":6,"30":2,"302":1,"31":12,"32":7,"33":2,"34":13,"347":3,"35":11,"352":155,"36":35,"37":8,"38":94,"380":1,"381":12,"383":9,"39":11,"391":4,"397":4,"40":8,"409":1,"41":7,"414":4,"415":9,"42":16,"43":9,"430":7,"433":1,"44":3,"45":3,"46":27,"48":8,"49":21,"5":95,"51":7,"52":2,"53":12,"56":7,"6":28,"63":2,"7":60,"79":4,"8":21,"80":2,"9":40,"all_client":22271,"all_tv_clinet":2257,"insert_time":"2014-08-21T18:02:41.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19859,"10":4,"107":86,"11":139,"12":7,"13":66,"14":33,"15":43,"155":3,"156":2,"158":1,"159":2,"16":12,"160":5,"161":13,"167":4,"17":22,"18":160,"19":31,"20":4,"209":16,"21":82,"210":3,"211":1,"214":11,"215":22,"221":38,"223":69,"224":21,"225":87,"23":64,"24":195,"25":46,"257":11,"26":42,"268":2,"27":31,"273":9,"276":1,"279":5,"28":54,"281":1,"282":6,"291":4,"292":7,"30":2,"302":1,"31":12,"32":7,"33":2,"34":12,"347":3,"35":13,"352":151,"36":34,"37":8,"38":89,"380":1,"381":12,"383":9,"39":13,"391":4,"397":3,"40":8,"41":7,"414":4,"415":10,"42":16,"43":9,"430":6,"433":1,"44":3,"45":3,"46":27,"48":8,"49":22,"5":94,"51":7,"52":2,"53":10,"56":7,"6":24,"63":2,"7":58,"79":5,"8":22,"80":2,"9":38,"all_client":22095,"all_tv_clinet":2236,"insert_time":"2014-08-21T18:03:41.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19716,"10":5,"107":84,"11":132,"12":7,"13":71,"14":33,"15":43,"155":4,"156":2,"158":1,"159":2,"16":13,"160":5,"161":13,"167":4,"17":21,"18":162,"19":31,"20":3,"209":15,"21":84,"210":3,"214":10,"215":22,"221":38,"223":66,"224":21,"225":82,"23":61,"24":193,"25":48,"257":10,"26":45,"268":2,"27":32,"273":8,"276":1,"279":5,"28":54,"281":1,"282":7,"291":4,"292":7,"30":2,"302":1,"31":12,"32":7,"33":3,"34":12,"347":3,"35":14,"352":151,"36":35,"37":8,"38":90,"380":1,"381":11,"383":9,"39":13,"391":4,"397":3,"40":7,"41":6,"414":4,"415":10,"42":17,"43":9,"430":6,"433":1,"44":3,"45":3,"46":26,"48":8,"49":22,"5":94,"51":7,"52":2,"53":10,"56":7,"6":23,"63":2,"7":56,"79":5,"8":22,"80":2,"9":38,"all_client":21940,"all_tv_clinet":2224,"insert_time":"2014-08-21T18:04:41.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19551,"10":6,"107":88,"11":127,"12":7,"13":71,"14":34,"15":43,"155":4,"156":2,"158":1,"159":2,"16":14,"160":4,"161":13,"167":5,"17":22,"18":164,"19":32,"20":3,"209":16,"21":81,"210":3,"214":10,"215":21,"221":36,"223":67,"224":20,"225":76,"23":61,"24":192,"25":47,"257":10,"26":47,"268":2,"27":33,"273":8,"276":1,"279":5,"28":56,"281":1,"282":7,"291":4,"292":6,"30":1,"302":1,"31":11,"32":7,"33":3,"34":12,"347":1,"35":13,"352":146,"36":32,"37":8,"38":90,"380":1,"381":10,"383":8,"39":13,"391":3,"397":3,"40":7,"409":1,"41":6,"414":4,"415":9,"42":16,"43":8,"430":6,"433":1,"44":3,"45":3,"46":22,"48":6,"49":22,"5":93,"51":7,"52":2,"53":9,"56":7,"6":25,"63":2,"7":52,"79":5,"8":19,"80":1,"9":39,"all_client":21741,"all_tv_clinet":2190,"insert_time":"2014-08-21T18:05:41.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19390,"10":6,"107":88,"11":123,"12":7,"13":69,"14":35,"15":43,"155":4,"156":2,"158":1,"159":1,"16":14,"160":4,"161":12,"167":5,"17":22,"18":160,"19":32,"20":4,"209":16,"21":79,"210":3,"214":9,"215":20,"221":36,"223":67,"224":19,"225":84,"23":58,"24":191,"25":46,"257":9,"26":48,"268":2,"27":35,"273":8,"276":1,"279":5,"28":53,"281":1,"282":7,"291":4,"292":4,"30":2,"302":1,"31":11,"32":6,"33":2,"34":12,"347":1,"35":10,"352":138,"36":35,"37":8,"38":89,"380":2,"381":9,"383":8,"39":14,"391":3,"397":2,"40":9,"409":1,"41":5,"414":4,"415":8,"42":16,"426":1,"43":9,"430":7,"433":1,"44":3,"45":3,"46":23,"48":6,"49":22,"5":93,"51":9,"52":2,"53":9,"56":7,"6":26,"63":2,"7":52,"79":4,"8":19,"80":2,"9":40,"all_client":21563,"all_tv_clinet":2173,"insert_time":"2014-08-21T18:06:41.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19257,"10":6,"107":86,"11":117,"12":7,"13":68,"14":35,"15":43,"155":4,"156":2,"158":1,"159":2,"16":13,"160":4,"161":14,"167":5,"17":22,"18":157,"19":31,"20":4,"209":16,"21":77,"210":3,"214":9,"215":19,"221":36,"223":69,"224":19,"225":84,"23":58,"24":189,"25":43,"257":11,"26":49,"268":2,"27":33,"273":8,"276":1,"279":5,"28":49,"281":1,"282":6,"291":4,"292":4,"30":2,"302":1,"31":12,"32":5,"33":4,"34":12,"347":1,"35":11,"352":131,"36":35,"37":8,"38":83,"380":2,"381":9,"383":7,"39":14,"391":2,"396":1,"397":2,"40":8,"409":1,"41":4,"414":3,"415":7,"42":16,"426":2,"43":9,"430":8,"433":1,"44":3,"45":3,"46":24,"48":6,"49":21,"5":92,"51":9,"52":2,"53":9,"56":7,"6":26,"63":2,"7":52,"79":4,"8":18,"80":2,"9":42,"all_client":21396,"all_tv_clinet":2139,"insert_time":"2014-08-21T18:07:41.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19116,"10":4,"107":85,"11":115,"12":7,"13":65,"14":36,"15":42,"155":4,"156":2,"158":1,"159":2,"16":14,"160":4,"161":14,"167":5,"17":20,"18":155,"19":29,"20":4,"209":16,"21":74,"210":3,"214":10,"215":18,"221":34,"223":70,"224":18,"225":87,"23":59,"24":183,"25":42,"257":10,"26":50,"268":2,"27":36,"273":8,"276":1,"279":5,"28":43,"281":1,"282":7,"291":4,"292":3,"30":2,"302":1,"31":14,"32":5,"33":4,"34":14,"347":1,"35":11,"352":124,"36":36,"37":8,"38":80,"380":2,"381":9,"383":8,"39":13,"391":2,"396":1,"397":2,"40":9,"409":1,"41":4,"414":2,"415":6,"419":1,"42":15,"426":3,"43":9,"430":8,"433":1,"44":2,"45":3,"46":26,"48":7,"49":19,"5":89,"51":8,"52":2,"53":8,"56":7,"6":27,"63":2,"7":53,"79":3,"8":20,"80":2,"9":39,"all_client":21221,"all_tv_clinet":2105,"insert_time":"2014-08-21T18:08:42.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18938,"10":3,"107":87,"11":108,"12":9,"13":66,"14":35,"15":41,"155":4,"156":2,"159":2,"16":14,"160":7,"161":14,"167":5,"17":20,"18":152,"19":31,"20":3,"209":15,"21":73,"210":3,"214":10,"215":17,"221":32,"223":65,"224":18,"225":83,"23":59,"24":184,"25":41,"257":11,"26":51,"268":1,"27":37,"273":7,"276":1,"279":5,"28":43,"281":1,"282":7,"291":4,"292":3,"30":2,"302":1,"31":14,"32":6,"33":4,"34":15,"347":2,"35":11,"352":126,"36":36,"37":8,"38":78,"380":2,"381":9,"383":9,"39":13,"391":2,"396":1,"397":3,"40":8,"409":1,"41":4,"414":1,"415":7,"419":1,"42":15,"426":4,"43":9,"430":7,"433":1,"44":2,"45":4,"46":23,"48":7,"49":19,"5":88,"51":6,"52":2,"53":8,"56":7,"6":27,"63":2,"7":53,"79":3,"8":18,"80":1,"9":38,"all_client":21020,"all_tv_clinet":2082,"insert_time":"2014-08-21T18:09:42.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18783,"10":3,"107":83,"11":101,"12":9,"13":64,"14":33,"15":43,"155":3,"156":2,"159":3,"16":13,"160":7,"161":12,"167":5,"17":19,"18":148,"19":32,"20":2,"209":16,"21":72,"210":2,"214":9,"215":17,"221":33,"223":67,"224":16,"225":87,"23":59,"24":186,"25":43,"257":11,"26":46,"268":1,"27":39,"273":7,"276":1,"279":4,"28":43,"281":1,"282":8,"291":3,"292":3,"30":2,"302":1,"31":13,"32":6,"33":3,"34":16,"347":2,"35":9,"352":122,"36":33,"37":8,"38":74,"380":2,"381":8,"383":10,"39":15,"391":2,"396":1,"397":3,"40":7,"409":1,"41":4,"414":1,"415":7,"419":2,"42":16,"426":4,"43":10,"430":6,"433":1,"44":1,"45":4,"46":22,"48":7,"49":19,"5":87,"51":6,"52":1,"53":8,"56":7,"6":28,"63":2,"7":50,"79":3,"8":21,"80":1,"9":39,"all_client":20834,"all_tv_clinet":2051,"insert_time":"2014-08-21T18:10:42.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18622,"10":3,"107":82,"11":98,"12":8,"13":61,"14":32,"15":40,"155":3,"156":2,"159":3,"16":12,"160":8,"161":14,"167":7,"17":20,"18":147,"19":30,"20":2,"209":16,"21":75,"210":2,"214":9,"215":18,"221":32,"223":63,"224":15,"225":88,"23":58,"24":179,"25":43,"257":10,"26":45,"268":1,"27":38,"273":8,"276":1,"279":3,"28":41,"281":1,"282":8,"291":3,"292":5,"30":2,"302":1,"31":12,"32":6,"33":3,"34":18,"347":2,"35":10,"352":123,"36":36,"37":7,"38":71,"380":3,"381":7,"383":9,"39":14,"391":2,"396":2,"397":3,"40":6,"41":4,"414":1,"415":5,"419":3,"42":16,"426":4,"43":8,"430":6,"433":1,"44":1,"45":4,"46":23,"48":7,"49":18,"5":88,"51":6,"52":1,"53":9,"56":7,"6":28,"7":49,"79":4,"8":22,"80":1,"9":39,"all_client":20648,"all_tv_clinet":2026,"insert_time":"2014-08-21T18:11:42.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18460,"10":3,"107":84,"11":100,"12":8,"13":62,"14":31,"15":38,"155":3,"156":2,"159":3,"16":11,"160":7,"161":13,"167":7,"17":19,"18":146,"19":29,"20":2,"209":16,"21":75,"210":2,"214":8,"215":16,"221":33,"223":64,"224":15,"225":90,"23":56,"24":174,"25":43,"257":9,"26":43,"268":2,"27":39,"273":8,"279":3,"28":40,"281":1,"282":10,"291":3,"292":6,"30":3,"31":9,"32":5,"33":3,"34":18,"347":1,"35":10,"352":120,"36":37,"37":7,"38":71,"380":3,"381":7,"383":9,"39":13,"391":2,"396":2,"397":3,"40":6,"41":3,"414":1,"415":6,"419":3,"42":16,"426":4,"43":8,"430":8,"433":1,"44":1,"45":4,"46":22,"48":7,"49":19,"5":89,"51":6,"52":1,"53":14,"56":7,"6":31,"7":46,"79":4,"8":23,"80":2,"9":37,"all_client":20476,"all_tv_clinet":2016,"insert_time":"2014-08-21T18:12:42.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18335,"10":3,"107":87,"11":97,"12":8,"13":61,"14":31,"15":37,"155":2,"156":2,"159":2,"16":12,"160":7,"161":13,"167":7,"17":19,"18":146,"19":25,"20":2,"209":15,"21":76,"210":2,"214":8,"215":16,"221":31,"223":61,"224":15,"225":86,"23":53,"24":169,"25":41,"257":9,"26":43,"268":2,"27":39,"273":6,"279":4,"28":41,"281":1,"282":11,"291":3,"292":6,"30":4,"31":9,"32":4,"33":3,"34":19,"347":1,"35":10,"352":126,"36":34,"37":7,"38":69,"380":3,"381":7,"383":9,"39":13,"391":2,"396":1,"397":3,"40":6,"41":3,"414":2,"415":6,"419":3,"42":16,"426":3,"43":10,"430":9,"433":1,"44":1,"45":6,"46":22,"48":7,"49":19,"5":91,"51":7,"52":1,"53":14,"56":7,"6":32,"7":44,"79":4,"8":22,"80":2,"9":37,"all_client":20333,"all_tv_clinet":1998,"insert_time":"2014-08-21T18:13:42.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18215,"10":3,"107":85,"11":93,"12":9,"13":59,"14":30,"15":38,"155":2,"156":2,"159":4,"16":12,"160":6,"161":14,"167":7,"17":18,"18":142,"19":22,"20":2,"209":17,"21":78,"210":2,"214":8,"215":15,"221":28,"223":59,"224":14,"225":79,"23":56,"24":162,"25":40,"257":7,"26":43,"268":2,"27":36,"273":6,"279":4,"28":40,"282":11,"291":3,"292":5,"30":3,"31":7,"32":4,"33":3,"34":14,"347":1,"35":8,"352":122,"36":32,"37":8,"38":73,"380":3,"381":7,"383":9,"39":13,"391":2,"397":3,"40":8,"409":1,"41":3,"414":1,"415":7,"419":3,"42":17,"426":3,"43":11,"430":11,"433":2,"44":2,"45":7,"46":22,"48":7,"49":21,"5":89,"51":6,"52":1,"53":15,"56":8,"6":32,"7":41,"79":3,"8":23,"80":4,"9":34,"all_client":20172,"all_tv_clinet":1957,"insert_time":"2014-08-21T18:14:42.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18088,"10":3,"107":82,"11":90,"12":8,"13":58,"14":31,"15":37,"155":2,"156":2,"159":4,"16":11,"160":6,"161":14,"167":8,"17":18,"18":139,"19":23,"20":2,"209":16,"21":76,"210":2,"214":8,"215":15,"221":28,"223":57,"224":13,"225":85,"23":56,"24":165,"25":36,"257":5,"26":42,"268":1,"27":35,"273":5,"279":5,"28":39,"282":12,"291":3,"292":5,"30":3,"31":5,"32":4,"33":3,"34":15,"347":1,"35":9,"352":120,"36":33,"37":8,"38":71,"380":4,"381":7,"383":8,"39":11,"391":1,"397":3,"40":8,"409":1,"41":4,"414":1,"415":8,"419":3,"42":17,"426":3,"43":12,"430":11,"433":2,"44":2,"45":7,"46":22,"48":7,"49":20,"5":87,"51":7,"52":1,"53":13,"56":8,"6":31,"7":41,"79":3,"8":23,"80":5,"9":33,"all_client":20021,"all_tv_clinet":1933,"insert_time":"2014-08-21T18:15:43.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17956,"10":3,"107":78,"11":89,"12":8,"13":63,"14":33,"15":37,"155":2,"156":2,"159":5,"16":13,"160":6,"161":14,"167":8,"17":14,"18":134,"19":24,"20":2,"209":16,"21":76,"210":2,"214":8,"215":15,"221":26,"223":59,"224":14,"225":83,"23":55,"24":162,"25":37,"257":4,"26":41,"268":1,"27":36,"273":5,"279":6,"28":38,"282":11,"291":3,"292":5,"30":3,"31":4,"32":4,"33":3,"34":14,"347":1,"35":9,"352":115,"36":31,"37":8,"38":75,"380":4,"381":7,"383":8,"39":10,"391":1,"397":3,"40":8,"409":1,"41":4,"415":8,"419":4,"42":17,"426":3,"43":13,"430":11,"433":2,"44":2,"45":6,"46":24,"48":7,"49":22,"5":84,"51":8,"52":1,"53":12,"56":8,"6":32,"7":39,"79":3,"8":24,"80":5,"9":32,"all_client":19874,"all_tv_clinet":1918,"insert_time":"2014-08-21T18:16:43.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17789,"10":2,"107":80,"11":90,"12":8,"13":62,"14":33,"15":36,"155":1,"156":2,"159":5,"16":10,"160":6,"161":14,"167":8,"17":10,"18":134,"19":25,"20":3,"209":15,"21":72,"210":2,"214":8,"215":15,"221":29,"223":63,"224":13,"225":79,"23":58,"24":161,"25":37,"257":5,"26":39,"268":1,"27":36,"273":5,"279":6,"28":36,"282":11,"291":3,"292":5,"30":3,"31":4,"32":4,"33":4,"34":13,"347":1,"35":10,"352":115,"36":31,"37":10,"38":75,"380":4,"381":7,"383":8,"39":10,"391":1,"397":3,"40":8,"409":1,"41":3,"415":8,"419":5,"42":16,"426":3,"43":12,"430":10,"433":2,"434":1,"44":2,"45":6,"46":25,"48":7,"49":23,"5":84,"51":6,"52":1,"53":12,"56":8,"6":35,"7":36,"79":3,"8":24,"80":5,"9":33,"all_client":19699,"all_tv_clinet":1910,"insert_time":"2014-08-21T18:17:43.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17639,"10":2,"107":76,"11":91,"12":8,"13":58,"14":33,"15":38,"155":1,"156":2,"159":6,"16":10,"160":6,"161":14,"167":8,"17":10,"18":132,"19":23,"20":3,"209":14,"21":70,"210":2,"214":8,"215":14,"221":28,"223":64,"224":12,"225":76,"23":57,"24":157,"25":37,"257":5,"26":38,"268":1,"27":38,"273":5,"279":7,"28":35,"282":11,"291":3,"292":5,"30":3,"31":4,"32":4,"33":4,"34":13,"347":1,"35":10,"352":116,"36":32,"37":10,"38":77,"380":4,"381":7,"383":8,"39":9,"391":2,"397":3,"40":8,"409":1,"41":4,"415":8,"419":5,"42":16,"426":3,"43":12,"430":10,"433":2,"434":1,"44":2,"45":6,"46":24,"48":8,"49":23,"5":80,"51":9,"52":1,"53":11,"56":8,"6":36,"7":36,"79":2,"8":26,"80":5,"9":32,"all_client":19533,"all_tv_clinet":1894,"insert_time":"2014-08-21T18:18:43.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17535,"10":3,"107":73,"11":94,"12":8,"13":58,"14":33,"15":37,"155":1,"156":2,"159":6,"16":9,"160":6,"161":14,"167":8,"17":8,"18":133,"19":23,"20":3,"209":14,"21":67,"210":2,"214":8,"215":12,"221":27,"223":62,"224":10,"225":79,"23":58,"24":155,"25":39,"257":6,"26":37,"268":2,"27":39,"273":5,"279":7,"28":33,"282":11,"291":2,"292":4,"30":3,"31":4,"32":4,"33":4,"34":15,"347":1,"35":13,"352":111,"36":32,"37":11,"38":76,"380":4,"381":7,"383":8,"39":9,"391":2,"397":3,"40":8,"409":1,"41":5,"415":9,"419":5,"42":16,"426":3,"43":12,"430":10,"433":2,"434":1,"44":3,"45":6,"46":20,"48":8,"49":20,"5":79,"51":9,"52":1,"53":9,"56":9,"6":37,"7":38,"79":1,"8":26,"80":4,"9":32,"all_client":19414,"all_tv_clinet":1879,"insert_time":"2014-08-21T18:19:44.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17414,"10":3,"107":74,"11":94,"12":8,"13":58,"14":34,"15":34,"155":1,"156":2,"159":6,"16":7,"160":7,"161":16,"167":8,"17":8,"18":132,"19":21,"20":3,"209":12,"21":63,"210":2,"214":7,"215":12,"221":28,"223":61,"224":10,"225":77,"23":55,"24":152,"25":40,"257":6,"26":34,"268":2,"27":38,"273":5,"279":7,"28":32,"282":11,"291":2,"292":4,"30":2,"31":4,"32":3,"33":4,"34":16,"347":1,"35":16,"352":112,"36":32,"37":10,"38":77,"380":4,"381":6,"383":7,"39":9,"391":2,"396":1,"397":3,"40":10,"409":1,"41":5,"414":1,"415":9,"419":3,"42":16,"426":3,"43":11,"430":11,"433":2,"434":1,"44":4,"45":7,"46":17,"48":8,"49":20,"5":82,"51":9,"52":1,"53":9,"56":9,"6":38,"7":39,"79":1,"8":26,"80":4,"9":32,"all_client":19278,"all_tv_clinet":1864,"insert_time":"2014-08-21T18:20:44.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17271,"10":3,"107":75,"11":89,"12":7,"13":57,"14":36,"15":31,"155":1,"156":2,"159":6,"16":8,"160":7,"161":16,"167":8,"17":7,"18":132,"19":18,"20":2,"209":11,"21":64,"210":2,"214":7,"215":12,"221":29,"223":61,"224":9,"225":74,"23":56,"24":151,"25":42,"257":6,"26":34,"268":2,"27":40,"273":5,"279":7,"28":31,"282":10,"291":2,"292":3,"30":2,"31":4,"32":3,"33":4,"34":16,"347":1,"35":17,"352":109,"36":30,"37":10,"38":79,"380":4,"381":5,"383":7,"39":9,"391":2,"396":1,"397":3,"40":11,"409":1,"41":6,"414":1,"415":9,"419":3,"42":17,"426":3,"43":11,"430":10,"433":2,"434":1,"44":4,"45":7,"46":17,"48":8,"49":20,"5":82,"51":8,"52":1,"53":10,"56":9,"6":38,"7":37,"79":1,"8":26,"80":4,"9":32,"all_client":19119,"all_tv_clinet":1848,"insert_time":"2014-08-21T18:21:44.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17171,"10":3,"107":78,"11":89,"12":7,"13":53,"14":40,"15":27,"155":1,"156":2,"159":6,"16":8,"160":7,"161":15,"167":8,"17":6,"18":128,"19":17,"20":2,"209":10,"21":63,"210":2,"211":1,"214":7,"215":14,"221":32,"223":59,"224":9,"225":75,"23":59,"24":147,"25":41,"257":6,"26":34,"268":2,"27":42,"273":6,"279":6,"28":31,"282":10,"291":2,"292":5,"30":2,"31":4,"32":3,"33":3,"34":15,"347":1,"35":16,"352":111,"36":31,"37":10,"38":73,"380":4,"381":5,"383":6,"39":7,"391":2,"396":1,"397":3,"40":11,"409":1,"41":6,"414":2,"415":9,"419":2,"42":17,"426":3,"43":11,"430":10,"433":2,"434":1,"44":2,"45":7,"46":17,"48":8,"49":20,"5":82,"51":8,"52":1,"53":8,"56":8,"6":37,"7":37,"79":1,"8":27,"80":4,"9":31,"all_client":19001,"all_tv_clinet":1830,"insert_time":"2014-08-21T18:22:44.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17037,"10":4,"107":79,"11":88,"12":7,"13":53,"14":39,"15":25,"155":1,"156":2,"158":1,"159":5,"16":8,"160":7,"161":14,"167":6,"17":6,"18":125,"19":17,"20":2,"209":11,"21":60,"210":2,"211":1,"214":8,"215":14,"221":30,"223":59,"224":9,"225":77,"23":60,"24":142,"25":40,"257":7,"26":33,"268":2,"27":41,"273":5,"279":6,"28":31,"281":1,"282":9,"291":2,"292":5,"30":2,"31":4,"32":3,"33":4,"34":15,"347":1,"35":15,"352":109,"36":30,"37":10,"38":75,"380":4,"381":5,"383":6,"39":7,"391":2,"396":1,"397":2,"40":10,"409":1,"41":6,"414":2,"415":9,"419":2,"42":17,"426":2,"43":13,"430":10,"433":2,"434":1,"44":1,"45":7,"46":16,"48":8,"49":19,"5":81,"51":8,"52":1,"53":8,"56":8,"6":39,"63":1,"7":38,"79":1,"8":26,"80":4,"9":30,"all_client":18847,"all_tv_clinet":1810,"insert_time":"2014-08-21T18:23:44.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16886,"10":5,"107":78,"11":87,"12":7,"13":55,"14":39,"15":24,"155":1,"156":2,"158":1,"159":5,"16":8,"160":6,"161":13,"167":5,"17":6,"18":121,"19":18,"20":2,"209":11,"21":61,"210":2,"211":1,"214":8,"215":16,"221":30,"223":57,"224":10,"225":77,"23":60,"24":138,"25":40,"257":7,"26":34,"268":3,"27":38,"273":5,"279":5,"28":31,"281":1,"282":9,"291":2,"292":5,"30":2,"31":4,"32":3,"33":5,"34":15,"347":1,"35":14,"352":109,"36":27,"37":11,"38":72,"380":4,"381":6,"383":6,"39":7,"391":2,"396":1,"397":2,"40":10,"409":1,"41":6,"414":2,"415":9,"419":2,"42":16,"426":2,"43":13,"430":10,"433":2,"434":1,"44":1,"45":7,"46":17,"48":8,"49":19,"5":78,"51":8,"52":1,"53":9,"56":8,"6":38,"63":1,"7":38,"79":2,"8":27,"80":3,"9":30,"all_client":18680,"all_tv_clinet":1794,"insert_time":"2014-08-21T18:24:44.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16745,"10":5,"107":81,"11":85,"12":7,"13":58,"14":37,"15":24,"155":1,"156":2,"158":1,"159":5,"16":9,"160":6,"161":13,"167":6,"17":6,"18":120,"19":19,"20":2,"209":11,"21":59,"210":2,"211":1,"214":8,"215":14,"221":29,"223":54,"224":9,"225":77,"23":60,"24":140,"25":37,"257":8,"26":34,"268":3,"27":38,"273":3,"279":5,"28":32,"281":1,"282":9,"291":3,"292":4,"30":2,"31":3,"32":3,"33":5,"34":16,"347":1,"35":14,"352":111,"36":26,"37":9,"38":74,"380":4,"381":7,"383":5,"39":8,"391":2,"396":1,"397":1,"40":11,"409":1,"41":10,"414":2,"415":10,"419":2,"42":16,"426":2,"43":12,"430":11,"433":2,"434":1,"44":1,"45":7,"46":18,"48":9,"49":17,"5":75,"51":8,"52":1,"53":9,"56":8,"6":37,"63":1,"7":38,"79":2,"8":28,"80":3,"9":29,"all_client":18536,"all_tv_clinet":1791,"insert_time":"2014-08-21T18:25:44.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16625,"10":5,"107":78,"11":81,"12":7,"13":59,"14":38,"15":22,"155":1,"156":2,"158":1,"159":3,"16":10,"160":6,"161":17,"167":7,"17":5,"18":119,"19":19,"20":2,"209":12,"21":58,"210":2,"211":1,"214":8,"215":14,"221":31,"223":51,"224":9,"225":81,"23":61,"24":138,"25":33,"257":6,"26":36,"268":3,"27":38,"273":2,"279":5,"28":32,"281":1,"282":8,"291":3,"292":4,"30":2,"31":2,"32":3,"33":5,"34":16,"347":2,"35":14,"352":107,"36":24,"37":9,"38":75,"380":4,"381":7,"383":4,"39":8,"391":2,"397":1,"40":11,"409":1,"41":10,"414":2,"415":10,"419":2,"42":15,"426":2,"43":10,"430":10,"433":2,"44":1,"45":6,"46":17,"48":8,"49":15,"5":75,"51":8,"52":1,"53":9,"56":8,"6":38,"63":1,"7":37,"79":2,"8":28,"80":2,"9":28,"all_client":18388,"all_tv_clinet":1763,"insert_time":"2014-08-21T18:26:44.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16481,"10":4,"107":79,"11":82,"12":6,"13":58,"14":37,"15":21,"155":1,"156":3,"158":1,"159":3,"16":10,"160":6,"161":17,"167":7,"17":5,"18":119,"19":19,"20":2,"209":11,"21":54,"210":2,"211":1,"214":8,"215":14,"221":30,"223":52,"224":8,"225":76,"23":62,"24":134,"25":34,"257":7,"26":33,"268":3,"27":38,"273":2,"279":5,"28":32,"281":1,"282":6,"291":3,"292":4,"30":1,"31":3,"32":3,"33":5,"34":17,"347":2,"35":14,"352":110,"36":23,"37":9,"38":74,"380":4,"381":6,"383":4,"39":8,"391":2,"397":1,"40":12,"409":1,"41":8,"414":3,"415":10,"419":2,"42":15,"426":2,"43":9,"430":10,"433":3,"44":1,"45":6,"46":17,"48":8,"49":14,"5":73,"51":7,"52":1,"53":9,"56":8,"6":39,"63":1,"7":35,"79":1,"8":28,"80":2,"9":26,"all_client":18218,"all_tv_clinet":1737,"insert_time":"2014-08-21T18:27:45.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16384,"10":4,"107":78,"11":79,"12":6,"13":54,"14":37,"15":20,"155":1,"156":3,"158":1,"159":3,"16":9,"160":5,"161":16,"167":7,"17":3,"18":117,"19":19,"20":2,"209":11,"21":48,"210":2,"211":1,"214":8,"215":16,"221":29,"223":51,"224":8,"225":78,"23":59,"24":130,"25":34,"257":6,"26":35,"268":3,"27":38,"273":2,"279":4,"28":32,"281":1,"282":5,"291":3,"292":4,"30":1,"31":3,"32":3,"33":4,"34":15,"347":4,"35":14,"352":105,"36":23,"37":9,"38":76,"380":4,"381":6,"383":4,"39":8,"391":2,"397":1,"40":12,"409":1,"41":9,"414":3,"415":10,"419":3,"42":15,"426":2,"43":10,"430":9,"433":3,"44":1,"45":6,"46":14,"48":8,"49":15,"5":76,"51":7,"52":2,"53":10,"56":8,"6":40,"63":1,"7":36,"79":1,"8":27,"80":2,"9":25,"all_client":18094,"all_tv_clinet":1710,"insert_time":"2014-08-21T18:28:45.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16285,"10":4,"107":77,"11":72,"12":6,"13":51,"14":36,"15":16,"155":1,"156":3,"158":1,"159":3,"16":9,"160":5,"161":17,"167":6,"17":3,"18":115,"19":17,"20":2,"209":9,"21":47,"210":2,"211":1,"214":8,"215":17,"221":29,"223":53,"224":8,"225":79,"23":57,"24":134,"25":36,"257":6,"26":34,"268":3,"27":38,"273":2,"279":4,"28":32,"281":1,"282":5,"291":4,"292":5,"30":1,"31":4,"314":1,"32":4,"33":3,"34":15,"347":3,"35":14,"352":104,"36":22,"37":8,"38":72,"380":4,"381":5,"383":4,"39":9,"391":2,"397":1,"40":13,"409":1,"41":9,"414":3,"415":9,"419":3,"42":15,"426":2,"43":9,"430":9,"433":3,"44":1,"45":6,"46":13,"48":9,"49":12,"5":76,"51":6,"52":2,"53":10,"56":8,"6":44,"63":1,"7":36,"79":2,"8":27,"80":2,"9":25,"all_client":17975,"all_tv_clinet":1690,"insert_time":"2014-08-21T18:29:45.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16185,"10":5,"107":87,"11":69,"12":6,"13":49,"14":34,"15":16,"155":1,"156":3,"158":1,"159":2,"16":9,"160":5,"161":17,"167":6,"17":3,"18":111,"19":16,"20":2,"209":10,"21":48,"210":2,"211":1,"214":8,"215":18,"221":27,"223":55,"224":8,"225":76,"23":56,"24":128,"25":38,"257":8,"26":35,"268":2,"27":38,"273":2,"279":1,"28":29,"281":1,"282":5,"291":4,"292":4,"31":5,"314":1,"32":3,"33":3,"34":15,"347":3,"35":14,"352":97,"36":22,"37":10,"38":74,"380":4,"381":6,"383":4,"39":9,"391":2,"397":1,"40":12,"409":1,"41":10,"414":2,"415":9,"419":3,"42":15,"426":2,"43":10,"430":10,"433":2,"44":1,"45":6,"46":13,"48":9,"49":13,"5":72,"51":4,"52":2,"53":10,"56":8,"6":45,"63":1,"7":36,"79":2,"8":26,"80":2,"9":25,"all_client":17855,"all_tv_clinet":1670,"insert_time":"2014-08-21T18:30:45.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16067,"10":4,"107":90,"11":68,"12":6,"13":50,"14":33,"15":16,"155":1,"156":2,"158":1,"159":2,"16":9,"160":5,"161":16,"167":6,"17":3,"18":112,"19":16,"20":2,"209":11,"21":52,"210":2,"211":1,"214":8,"215":18,"221":26,"223":53,"224":8,"225":72,"23":56,"24":121,"25":36,"257":9,"26":31,"268":1,"27":36,"273":3,"279":1,"28":29,"281":1,"282":5,"291":4,"292":4,"31":7,"314":1,"32":3,"33":3,"34":15,"347":3,"35":14,"352":95,"36":22,"37":10,"38":74,"380":5,"381":6,"383":4,"39":9,"391":2,"397":1,"40":12,"409":1,"41":10,"414":2,"415":8,"419":2,"42":15,"426":3,"43":10,"430":10,"433":2,"44":1,"45":6,"46":13,"48":9,"49":14,"5":74,"51":5,"52":1,"53":11,"56":8,"6":45,"63":1,"7":36,"79":2,"8":26,"80":2,"9":25,"all_client":17725,"all_tv_clinet":1658,"insert_time":"2014-08-21T18:31:45.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15946,"10":4,"107":91,"11":69,"12":4,"13":50,"14":32,"15":14,"155":1,"156":2,"158":1,"159":2,"16":10,"160":4,"161":15,"167":5,"17":4,"18":111,"19":16,"20":2,"209":11,"21":54,"210":3,"211":1,"214":8,"215":19,"221":27,"223":55,"224":8,"225":70,"23":50,"24":122,"25":37,"257":9,"26":31,"268":1,"27":35,"273":3,"279":1,"28":29,"281":1,"282":5,"291":4,"292":3,"31":7,"314":1,"32":2,"33":3,"34":16,"347":3,"35":13,"352":97,"36":25,"37":7,"38":68,"380":5,"381":6,"383":4,"39":9,"391":2,"397":2,"40":12,"409":2,"41":10,"414":2,"415":8,"419":2,"42":15,"426":3,"43":11,"430":11,"433":2,"44":1,"45":7,"46":13,"48":8,"49":14,"5":73,"51":5,"52":1,"53":11,"56":8,"6":44,"63":1,"7":35,"79":2,"8":27,"80":1,"9":24,"all_client":17593,"all_tv_clinet":1647,"insert_time":"2014-08-21T18:32:45.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15814,"10":3,"107":83,"11":69,"12":3,"13":56,"14":30,"15":14,"155":1,"156":2,"158":1,"159":2,"16":11,"160":4,"161":15,"167":4,"17":4,"18":113,"19":15,"20":2,"209":11,"21":55,"210":3,"211":1,"214":7,"215":19,"221":27,"223":54,"224":7,"225":69,"23":49,"24":122,"25":37,"257":8,"26":29,"268":1,"27":32,"273":3,"279":2,"28":30,"281":1,"282":5,"291":4,"292":3,"302":1,"31":8,"314":1,"32":2,"33":3,"34":16,"347":3,"35":13,"352":96,"36":25,"37":9,"38":67,"380":5,"381":6,"383":4,"39":10,"391":2,"397":2,"40":13,"409":2,"41":10,"414":2,"415":6,"419":1,"42":15,"426":3,"43":11,"430":10,"433":2,"45":6,"46":15,"48":8,"49":14,"5":74,"51":5,"52":2,"53":11,"56":8,"6":44,"63":1,"7":36,"79":3,"8":27,"9":24,"all_client":17451,"all_tv_clinet":1637,"insert_time":"2014-08-21T18:33:45.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15661,"10":3,"107":80,"11":71,"12":3,"13":55,"14":31,"15":13,"155":1,"156":2,"158":1,"159":2,"16":10,"160":4,"161":13,"167":4,"17":4,"18":114,"19":15,"20":2,"209":11,"21":54,"210":3,"211":1,"214":7,"215":17,"221":26,"223":54,"224":7,"225":68,"23":50,"24":122,"25":40,"257":9,"26":30,"268":1,"27":28,"273":3,"279":2,"28":30,"281":1,"282":6,"291":4,"292":2,"302":1,"31":7,"314":1,"32":2,"33":3,"34":15,"347":3,"35":13,"352":98,"36":24,"37":10,"38":67,"380":5,"381":7,"383":4,"39":10,"391":2,"397":2,"40":13,"409":2,"41":9,"414":2,"415":5,"419":1,"42":15,"426":3,"43":11,"430":10,"433":2,"45":5,"46":14,"48":8,"49":12,"5":75,"51":6,"52":2,"53":10,"56":8,"6":45,"63":1,"7":37,"79":3,"8":27,"9":24,"all_client":17289,"all_tv_clinet":1628,"insert_time":"2014-08-21T18:34:46.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15549,"10":2,"107":77,"11":72,"12":3,"13":55,"14":31,"15":14,"155":1,"156":2,"158":1,"159":1,"16":8,"160":4,"161":14,"167":4,"17":3,"18":112,"19":17,"20":1,"209":11,"21":52,"210":3,"211":1,"214":7,"215":17,"221":25,"223":51,"224":8,"225":68,"23":48,"24":121,"25":39,"257":10,"26":31,"268":1,"27":27,"273":3,"279":2,"28":30,"281":1,"282":7,"291":4,"292":3,"302":1,"31":9,"314":1,"32":2,"33":3,"34":15,"347":3,"35":12,"352":92,"36":23,"37":10,"38":65,"380":4,"381":7,"383":4,"39":10,"391":2,"397":2,"40":13,"409":2,"41":9,"414":3,"415":5,"419":1,"42":14,"426":2,"43":12,"430":10,"433":2,"45":5,"46":14,"48":8,"49":11,"5":74,"51":6,"52":2,"53":9,"56":8,"6":45,"63":1,"7":38,"79":3,"8":26,"9":25,"all_client":17154,"all_tv_clinet":1605,"insert_time":"2014-08-21T18:35:46.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15445,"10":2,"107":84,"11":71,"12":3,"13":52,"14":31,"15":14,"155":1,"156":2,"158":2,"159":1,"16":7,"160":3,"161":15,"167":4,"17":3,"18":113,"19":16,"20":1,"209":11,"21":50,"210":3,"211":1,"214":7,"215":16,"221":25,"223":50,"224":8,"225":69,"23":49,"24":129,"25":36,"257":10,"26":35,"268":1,"27":25,"273":3,"276":1,"279":2,"28":29,"281":1,"282":8,"291":4,"292":3,"31":7,"314":1,"32":1,"33":2,"34":15,"347":3,"35":12,"352":90,"36":23,"37":7,"38":63,"380":4,"381":7,"383":4,"39":10,"391":2,"397":2,"40":12,"409":2,"41":8,"414":3,"415":6,"419":1,"42":13,"426":2,"43":14,"430":10,"433":2,"45":5,"46":15,"48":7,"49":10,"5":72,"51":6,"52":1,"53":9,"56":8,"6":45,"63":1,"7":36,"79":3,"8":25,"9":25,"all_client":17040,"all_tv_clinet":1595,"insert_time":"2014-08-21T18:36:46.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15349,"10":2,"107":88,"11":68,"12":3,"13":52,"14":29,"15":13,"155":1,"156":2,"158":2,"159":1,"16":8,"160":2,"161":18,"167":4,"17":2,"18":115,"19":15,"20":1,"209":10,"21":53,"210":3,"211":1,"214":7,"215":16,"221":26,"223":50,"224":8,"225":71,"23":47,"24":130,"25":33,"257":8,"26":34,"268":1,"27":23,"273":1,"276":1,"279":2,"28":31,"281":1,"282":8,"291":4,"292":3,"31":8,"314":1,"32":1,"33":2,"34":16,"347":3,"35":12,"352":90,"36":24,"37":7,"38":63,"380":4,"381":6,"383":4,"39":11,"391":2,"397":3,"40":12,"409":2,"41":8,"414":3,"415":6,"419":1,"42":12,"426":1,"43":13,"430":9,"433":2,"45":4,"46":15,"48":7,"49":9,"5":70,"51":5,"52":1,"53":9,"56":8,"6":47,"63":1,"7":34,"79":3,"8":26,"9":25,"all_client":16937,"all_tv_clinet":1588,"insert_time":"2014-08-21T18:37:46.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15212,"10":2,"107":86,"11":65,"12":3,"13":53,"14":30,"15":11,"155":1,"156":2,"158":2,"159":1,"16":9,"160":2,"161":11,"167":4,"17":2,"18":118,"19":14,"20":1,"209":11,"21":56,"210":3,"211":1,"214":7,"215":16,"221":25,"223":53,"224":9,"225":72,"23":49,"24":132,"25":34,"257":6,"26":34,"268":2,"27":23,"273":1,"276":1,"279":3,"28":27,"281":1,"282":8,"291":4,"292":2,"31":9,"314":1,"32":1,"33":1,"34":15,"347":3,"35":13,"352":90,"36":24,"37":7,"38":66,"380":4,"381":6,"383":5,"39":12,"391":2,"397":3,"40":13,"409":2,"41":8,"414":3,"415":5,"419":1,"42":11,"426":1,"43":14,"430":6,"433":2,"45":4,"46":14,"48":7,"49":8,"5":66,"51":4,"52":1,"53":11,"56":8,"6":44,"63":1,"7":32,"79":3,"8":26,"9":29,"all_client":16795,"all_tv_clinet":1583,"insert_time":"2014-08-21T18:38:46.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15118,"10":2,"107":80,"11":65,"12":3,"13":52,"14":29,"15":11,"155":1,"156":2,"158":1,"159":1,"16":9,"160":2,"161":10,"167":4,"17":2,"18":117,"19":13,"20":1,"209":11,"21":57,"210":3,"211":1,"214":7,"215":16,"221":24,"223":56,"224":10,"225":72,"23":49,"24":129,"25":32,"257":6,"26":34,"268":2,"27":23,"273":1,"276":1,"279":3,"28":26,"281":1,"282":8,"291":4,"292":2,"31":9,"314":1,"32":3,"33":2,"34":16,"347":3,"35":12,"352":92,"36":25,"37":7,"38":66,"380":4,"381":5,"383":6,"39":11,"391":1,"396":1,"397":3,"40":13,"409":2,"41":10,"414":3,"415":4,"419":1,"42":11,"426":1,"43":13,"430":6,"433":2,"45":4,"46":13,"48":7,"49":8,"5":64,"51":3,"52":1,"53":10,"56":8,"6":44,"63":1,"7":32,"79":3,"8":27,"9":28,"all_client":16687,"all_tv_clinet":1569,"insert_time":"2014-08-21T18:39:46.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15036,"10":2,"107":80,"11":66,"12":3,"13":51,"14":28,"15":10,"155":1,"156":2,"158":1,"159":1,"16":8,"160":2,"161":9,"167":4,"17":2,"18":116,"19":13,"20":1,"209":11,"21":59,"210":4,"211":1,"214":7,"215":16,"221":22,"223":53,"224":9,"225":70,"23":49,"24":128,"25":33,"257":6,"26":34,"268":1,"27":23,"273":1,"276":1,"279":3,"28":25,"281":1,"282":7,"291":4,"292":2,"31":9,"314":1,"32":3,"33":2,"34":16,"347":2,"35":11,"352":89,"36":25,"37":7,"38":64,"380":4,"381":5,"383":6,"39":12,"391":1,"396":1,"397":3,"40":13,"409":2,"41":11,"414":3,"415":4,"419":1,"42":10,"426":1,"43":12,"430":7,"433":2,"44":1,"45":5,"46":13,"48":7,"49":9,"5":62,"51":4,"52":1,"53":9,"56":8,"6":46,"63":1,"7":32,"79":3,"8":27,"9":29,"all_client":16590,"all_tv_clinet":1554,"insert_time":"2014-08-21T18:40:46.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14951,"10":1,"107":80,"11":67,"12":3,"13":53,"14":28,"15":10,"155":1,"156":2,"158":1,"159":1,"16":6,"160":2,"161":11,"167":4,"17":2,"18":116,"19":14,"20":3,"209":12,"21":59,"210":3,"211":1,"214":7,"215":15,"221":20,"223":51,"224":8,"225":69,"23":49,"24":126,"25":36,"257":7,"26":32,"268":1,"27":23,"273":1,"276":1,"279":3,"28":26,"281":1,"282":7,"291":4,"292":2,"31":8,"314":1,"32":3,"33":2,"34":17,"347":2,"35":10,"352":88,"36":27,"37":7,"38":67,"380":4,"381":5,"383":5,"39":11,"396":1,"397":3,"40":13,"409":2,"41":10,"414":4,"415":4,"419":1,"42":9,"426":1,"43":12,"430":7,"433":2,"44":1,"45":5,"46":13,"48":8,"49":10,"5":66,"51":4,"52":1,"53":10,"56":8,"6":45,"7":31,"79":3,"8":26,"9":29,"all_client":16506,"all_tv_clinet":1555,"insert_time":"2014-08-21T18:41:46.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14848,"10":1,"107":80,"11":72,"12":3,"13":55,"14":29,"15":10,"155":1,"156":1,"158":1,"159":1,"16":6,"160":2,"161":9,"167":4,"17":2,"18":115,"19":14,"20":3,"209":12,"21":56,"210":3,"211":1,"214":7,"215":15,"221":20,"223":50,"224":9,"225":68,"23":47,"24":123,"25":38,"257":7,"26":30,"268":1,"27":21,"273":1,"276":1,"279":3,"28":27,"281":1,"282":7,"291":4,"292":2,"31":8,"314":1,"32":3,"33":2,"34":17,"347":2,"35":10,"352":87,"36":29,"37":7,"38":69,"380":3,"381":5,"383":5,"39":9,"397":3,"40":13,"409":2,"41":8,"414":4,"415":4,"419":1,"42":9,"426":1,"43":13,"430":7,"433":2,"44":1,"45":5,"46":13,"48":8,"49":9,"5":70,"51":4,"52":1,"53":10,"56":8,"6":43,"7":31,"79":3,"8":23,"9":29,"all_client":16393,"all_tv_clinet":1545,"insert_time":"2014-08-21T18:42:46.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14752,"10":2,"107":77,"11":74,"12":3,"13":54,"14":29,"15":10,"155":1,"156":1,"158":1,"159":1,"16":5,"160":2,"161":8,"167":4,"17":2,"18":116,"19":14,"20":3,"209":12,"21":54,"210":2,"211":1,"214":7,"215":14,"221":21,"223":53,"224":10,"225":67,"23":48,"24":125,"25":39,"257":7,"26":30,"268":1,"27":22,"273":1,"276":1,"279":3,"28":27,"281":1,"282":7,"291":4,"292":2,"31":8,"314":1,"32":3,"33":2,"34":17,"347":2,"35":11,"352":87,"36":25,"37":6,"38":69,"380":3,"381":5,"383":5,"39":9,"397":2,"40":13,"409":2,"41":6,"414":5,"415":4,"419":1,"42":10,"426":1,"43":13,"430":5,"433":2,"44":1,"45":4,"46":13,"48":8,"49":9,"5":71,"51":4,"52":1,"53":10,"56":8,"6":40,"7":31,"79":2,"8":23,"9":28,"all_client":16288,"all_tv_clinet":1536,"insert_time":"2014-08-21T18:43:47.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14652,"10":2,"107":79,"11":74,"12":3,"13":53,"14":30,"15":9,"156":1,"158":1,"159":1,"16":5,"160":2,"161":7,"167":4,"17":2,"18":114,"19":13,"20":3,"209":12,"21":52,"210":2,"211":1,"214":7,"215":14,"221":23,"223":50,"224":10,"225":65,"23":47,"24":126,"25":36,"257":5,"26":32,"27":22,"273":1,"276":1,"279":3,"28":28,"282":7,"291":4,"292":2,"31":8,"32":3,"33":3,"34":17,"347":2,"35":11,"352":90,"36":26,"37":7,"38":63,"380":3,"381":5,"383":5,"39":7,"397":2,"40":12,"409":1,"41":6,"414":4,"415":4,"42":11,"426":2,"43":12,"430":5,"433":2,"44":1,"45":3,"46":13,"48":6,"49":9,"5":73,"51":4,"52":3,"53":10,"56":9,"6":37,"7":33,"79":1,"8":23,"9":26,"all_client":16167,"all_tv_clinet":1515,"insert_time":"2014-08-21T18:44:47.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14529,"10":2,"107":80,"11":73,"12":3,"13":52,"14":30,"15":9,"156":1,"158":1,"159":1,"16":5,"160":2,"161":7,"167":4,"17":2,"18":114,"19":13,"20":3,"209":12,"21":49,"210":2,"211":1,"214":8,"215":14,"221":24,"223":50,"224":10,"225":65,"23":48,"24":124,"25":35,"257":5,"26":32,"268":1,"27":21,"273":1,"276":1,"279":3,"28":28,"282":6,"291":4,"292":2,"31":8,"32":4,"33":3,"34":17,"347":2,"35":11,"352":83,"36":28,"37":7,"38":61,"380":2,"381":5,"383":5,"39":7,"397":2,"40":12,"409":2,"41":6,"414":5,"415":4,"42":11,"426":2,"43":11,"430":5,"433":2,"44":1,"45":3,"46":13,"48":7,"49":9,"5":73,"51":6,"52":3,"53":11,"56":9,"6":36,"7":33,"79":1,"8":26,"9":25,"all_client":16038,"all_tv_clinet":1509,"insert_time":"2014-08-21T18:45:47.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14449,"10":1,"107":80,"11":70,"12":3,"13":52,"14":31,"15":9,"156":1,"158":1,"159":1,"16":4,"160":2,"161":6,"167":4,"17":2,"18":113,"19":13,"20":3,"209":12,"21":50,"210":2,"214":8,"215":17,"221":23,"223":49,"224":10,"225":69,"23":47,"24":122,"25":34,"257":5,"26":31,"268":1,"27":20,"273":1,"276":1,"279":3,"28":26,"282":6,"291":5,"292":2,"31":8,"32":4,"33":3,"34":15,"347":3,"35":12,"352":84,"36":28,"37":8,"38":60,"380":2,"381":5,"383":4,"39":7,"397":2,"40":13,"409":2,"41":5,"414":5,"415":4,"42":10,"426":2,"43":10,"430":5,"433":2,"44":1,"45":3,"46":14,"48":7,"49":9,"5":68,"51":6,"52":3,"53":11,"56":9,"6":37,"7":31,"79":1,"8":26,"9":25,"all_client":15943,"all_tv_clinet":1494,"insert_time":"2014-08-21T18:46:47.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14362,"10":1,"107":79,"11":71,"12":3,"13":53,"14":31,"15":9,"156":1,"158":1,"159":1,"16":3,"160":2,"161":7,"167":4,"17":2,"18":115,"19":11,"20":3,"209":12,"21":51,"210":2,"214":8,"215":18,"221":23,"223":49,"224":12,"225":75,"23":47,"24":121,"25":32,"257":3,"26":31,"268":1,"27":18,"273":1,"276":1,"279":2,"28":26,"282":5,"291":5,"292":2,"31":8,"32":4,"33":3,"34":13,"347":3,"35":9,"352":77,"36":26,"37":10,"38":62,"380":2,"381":5,"383":4,"39":7,"397":2,"40":13,"409":2,"41":6,"414":6,"415":5,"42":12,"426":2,"43":9,"430":4,"433":2,"44":1,"45":3,"46":15,"48":8,"49":10,"5":70,"51":6,"52":2,"53":7,"56":9,"6":36,"7":31,"79":1,"8":27,"9":24,"all_client":15850,"all_tv_clinet":1488,"insert_time":"2014-08-21T18:47:47.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14288,"10":1,"107":75,"11":71,"12":3,"13":52,"14":32,"15":9,"156":1,"158":1,"159":1,"16":4,"160":2,"161":9,"167":4,"17":1,"18":117,"19":12,"20":3,"209":12,"21":54,"210":2,"214":8,"215":19,"221":22,"223":50,"224":14,"225":78,"23":46,"24":120,"25":30,"257":4,"26":31,"268":1,"27":18,"273":1,"279":2,"28":26,"282":5,"291":5,"292":2,"30":1,"31":7,"32":3,"33":3,"34":13,"347":3,"35":9,"352":75,"36":25,"37":10,"38":59,"380":2,"381":4,"383":4,"39":7,"397":2,"40":13,"409":2,"41":6,"414":6,"415":5,"42":12,"426":2,"43":9,"430":4,"433":2,"44":1,"45":3,"46":14,"48":8,"49":10,"5":68,"51":6,"52":2,"53":7,"56":9,"6":35,"7":31,"79":1,"8":25,"9":23,"all_client":15767,"all_tv_clinet":1479,"insert_time":"2014-08-21T18:48:47.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14186,"10":3,"107":76,"11":72,"12":2,"13":45,"14":31,"15":8,"156":1,"158":1,"159":1,"16":6,"160":2,"161":10,"167":4,"17":1,"18":117,"19":12,"20":3,"209":12,"21":50,"210":2,"214":8,"215":19,"221":24,"223":50,"224":15,"225":76,"23":45,"24":120,"25":30,"257":4,"26":32,"268":1,"27":18,"273":1,"279":2,"28":27,"282":5,"291":5,"292":2,"30":1,"31":8,"32":3,"33":3,"34":14,"347":3,"35":8,"352":76,"36":24,"37":9,"38":54,"380":2,"381":4,"383":5,"39":7,"391":1,"397":2,"40":13,"409":2,"41":6,"414":6,"415":6,"42":13,"426":2,"43":9,"430":3,"433":2,"44":1,"45":3,"46":14,"48":8,"49":10,"5":67,"51":6,"52":2,"53":7,"56":9,"6":32,"7":34,"79":1,"8":25,"9":22,"all_client":15656,"all_tv_clinet":1470,"insert_time":"2014-08-21T18:49:47.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14121,"10":3,"107":74,"11":69,"12":2,"13":48,"14":31,"15":9,"156":1,"158":1,"159":1,"16":5,"160":2,"161":11,"167":4,"17":1,"18":115,"19":12,"20":3,"209":12,"21":50,"210":2,"214":7,"215":18,"221":23,"223":51,"224":16,"225":78,"23":46,"24":120,"25":30,"257":4,"26":33,"268":2,"27":18,"273":1,"279":3,"28":29,"282":5,"291":5,"292":2,"30":1,"31":6,"32":3,"33":3,"34":14,"347":3,"35":9,"352":73,"36":23,"37":8,"38":54,"380":3,"381":4,"383":5,"39":7,"391":2,"397":2,"40":13,"409":2,"41":6,"414":6,"415":7,"42":12,"426":2,"43":10,"430":3,"433":2,"44":1,"45":3,"46":14,"48":7,"49":10,"5":66,"51":6,"52":2,"53":7,"56":9,"6":29,"7":32,"79":1,"8":24,"9":24,"all_client":15586,"all_tv_clinet":1465,"insert_time":"2014-08-21T18:50:47.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14015,"10":4,"107":72,"11":68,"12":1,"13":50,"14":29,"15":8,"156":1,"158":1,"159":1,"16":5,"161":11,"167":4,"17":1,"18":116,"19":13,"20":3,"209":12,"21":49,"210":2,"214":7,"215":18,"221":24,"223":53,"224":15,"225":73,"23":45,"24":113,"25":30,"257":4,"26":33,"268":2,"27":18,"273":1,"279":3,"28":29,"282":5,"291":5,"292":2,"30":1,"31":6,"32":3,"33":3,"34":13,"347":3,"35":9,"352":72,"36":21,"37":9,"38":56,"380":3,"381":4,"383":5,"39":6,"391":2,"397":2,"40":13,"409":2,"41":7,"414":6,"415":7,"42":11,"426":2,"43":8,"430":3,"433":2,"44":1,"45":3,"46":12,"48":7,"49":11,"5":69,"51":5,"52":2,"53":6,"56":10,"6":27,"7":30,"79":1,"8":24,"9":24,"all_client":15457,"all_tv_clinet":1442,"insert_time":"2014-08-21T18:51:47.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13915,"10":4,"107":75,"11":65,"13":54,"14":29,"15":7,"156":1,"158":1,"16":4,"161":12,"167":4,"17":1,"18":114,"19":13,"20":3,"209":12,"21":49,"210":2,"214":7,"215":16,"221":25,"223":58,"224":15,"225":71,"23":46,"24":113,"25":28,"257":2,"26":34,"268":2,"27":19,"273":1,"279":3,"28":29,"282":6,"291":5,"292":2,"30":1,"31":7,"32":3,"33":3,"34":12,"347":3,"35":10,"352":75,"36":21,"37":10,"38":56,"380":3,"381":3,"383":5,"39":6,"391":2,"397":2,"40":13,"409":2,"41":6,"414":6,"415":8,"42":10,"426":2,"43":9,"430":3,"433":2,"44":1,"45":3,"46":10,"48":7,"49":11,"5":67,"51":5,"52":2,"53":6,"56":10,"6":26,"7":30,"79":1,"8":23,"9":26,"all_client":15358,"all_tv_clinet":1443,"insert_time":"2014-08-21T18:52:48.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13803,"10":4,"107":73,"11":65,"13":54,"14":28,"15":7,"156":1,"158":1,"16":4,"161":12,"167":4,"17":1,"18":111,"19":13,"20":2,"209":10,"21":50,"210":2,"214":7,"215":15,"221":24,"223":60,"224":15,"225":75,"23":46,"24":117,"25":28,"257":2,"26":33,"268":2,"27":20,"273":1,"276":1,"279":3,"28":28,"282":6,"291":5,"292":2,"30":1,"31":7,"32":3,"33":3,"34":12,"347":3,"35":10,"352":73,"36":20,"37":10,"38":57,"380":3,"381":3,"383":5,"39":5,"391":2,"397":2,"40":13,"409":3,"41":5,"414":6,"415":8,"42":11,"426":2,"43":10,"430":2,"433":2,"44":1,"45":3,"46":10,"48":7,"49":11,"5":67,"51":5,"52":2,"53":6,"56":10,"6":25,"7":30,"79":1,"8":24,"80":1,"9":26,"all_client":15245,"all_tv_clinet":1442,"insert_time":"2014-08-21T18:53:48.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13721,"10":3,"107":76,"11":64,"13":56,"14":27,"15":7,"156":1,"158":2,"16":4,"161":13,"167":4,"17":1,"18":108,"19":12,"20":2,"209":10,"21":49,"210":2,"214":7,"215":12,"221":24,"223":61,"224":14,"225":75,"23":46,"24":114,"25":26,"257":2,"26":33,"268":2,"27":20,"273":1,"276":1,"279":3,"28":26,"282":7,"291":5,"292":2,"30":1,"31":8,"32":4,"33":3,"34":12,"347":3,"35":11,"352":67,"36":20,"37":10,"38":61,"380":3,"381":3,"383":5,"39":5,"391":2,"397":2,"40":13,"409":3,"41":5,"414":6,"415":7,"42":12,"426":2,"43":10,"430":2,"433":2,"44":1,"45":3,"46":10,"48":6,"49":12,"5":67,"51":5,"52":2,"53":5,"56":9,"6":24,"7":29,"79":1,"8":25,"80":1,"9":27,"all_client":15152,"all_tv_clinet":1431,"insert_time":"2014-08-21T18:54:48.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13639,"10":3,"107":74,"11":62,"13":51,"14":25,"15":7,"156":1,"158":2,"16":5,"161":14,"167":5,"17":1,"18":101,"19":13,"20":2,"209":11,"21":49,"210":2,"214":7,"215":12,"221":24,"223":63,"224":14,"225":79,"23":45,"24":110,"25":25,"257":3,"26":32,"268":1,"27":21,"273":1,"276":1,"279":3,"28":27,"282":8,"291":5,"292":3,"30":1,"31":7,"32":4,"33":3,"34":11,"347":3,"35":12,"352":70,"36":20,"37":9,"38":61,"380":3,"381":3,"383":4,"39":5,"391":1,"397":2,"40":13,"409":3,"41":7,"414":6,"415":7,"42":12,"426":2,"43":11,"430":2,"433":2,"44":1,"45":3,"46":9,"48":6,"49":12,"5":66,"51":5,"52":2,"53":6,"56":10,"6":24,"7":30,"79":1,"8":24,"80":1,"9":27,"all_client":15062,"all_tv_clinet":1423,"insert_time":"2014-08-21T18:55:48.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13542,"10":3,"107":71,"11":62,"13":49,"14":26,"15":7,"156":1,"158":2,"16":5,"161":14,"167":5,"17":1,"18":98,"19":13,"20":2,"209":11,"21":49,"210":2,"214":7,"215":12,"221":22,"223":61,"224":12,"225":80,"23":44,"24":105,"25":26,"257":3,"26":31,"268":1,"27":20,"273":1,"276":1,"279":2,"28":26,"282":8,"291":5,"292":3,"30":1,"31":8,"32":4,"33":3,"34":12,"347":3,"35":13,"352":68,"36":20,"37":9,"38":61,"380":3,"381":3,"383":4,"39":6,"391":1,"397":2,"40":12,"409":1,"41":7,"414":4,"415":7,"42":13,"426":4,"43":10,"430":2,"433":2,"44":1,"45":3,"46":10,"48":6,"49":12,"5":67,"51":5,"52":2,"53":7,"56":10,"6":22,"7":31,"79":1,"8":24,"9":27,"all_client":14944,"all_tv_clinet":1402,"insert_time":"2014-08-21T18:56:48.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13457,"10":2,"107":70,"11":66,"13":44,"14":24,"15":7,"156":1,"158":2,"16":4,"161":14,"167":5,"17":1,"18":96,"19":13,"20":2,"209":13,"21":48,"210":2,"214":7,"215":12,"221":22,"223":59,"224":12,"225":78,"23":41,"24":102,"25":27,"257":2,"26":33,"268":1,"27":19,"273":1,"276":1,"279":2,"28":26,"282":8,"291":5,"292":3,"30":1,"31":7,"32":4,"33":2,"34":11,"347":3,"35":13,"352":72,"36":20,"37":9,"38":62,"380":3,"381":3,"383":6,"39":6,"391":1,"397":1,"40":13,"409":1,"41":6,"414":4,"415":7,"42":13,"426":4,"43":10,"430":3,"433":2,"44":2,"45":3,"46":10,"48":5,"49":12,"5":66,"51":5,"52":2,"53":6,"56":10,"6":22,"7":32,"79":1,"8":23,"9":26,"all_client":14844,"all_tv_clinet":1387,"insert_time":"2014-08-21T18:57:48.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13358,"10":2,"107":69,"11":64,"13":42,"14":24,"15":8,"155":1,"156":1,"158":2,"16":5,"161":14,"167":5,"17":1,"18":97,"19":12,"20":2,"209":13,"21":47,"210":2,"214":7,"215":12,"221":22,"223":60,"224":12,"225":77,"23":41,"24":103,"25":27,"257":2,"26":35,"268":1,"27":18,"273":1,"276":1,"279":2,"28":25,"282":8,"291":5,"292":3,"30":1,"31":6,"32":4,"33":2,"34":11,"347":3,"35":13,"352":69,"36":21,"37":9,"38":58,"380":2,"381":3,"383":6,"39":6,"391":1,"397":1,"40":13,"409":1,"41":7,"414":4,"415":7,"42":13,"426":4,"43":10,"430":3,"433":2,"44":2,"45":3,"46":12,"48":5,"49":12,"5":64,"51":4,"52":3,"53":6,"56":10,"6":22,"7":34,"79":1,"8":22,"9":26,"all_client":14737,"all_tv_clinet":1379,"insert_time":"2014-08-21T18:58:48.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13253,"10":2,"107":70,"11":64,"13":40,"14":25,"15":8,"155":1,"156":1,"158":2,"16":6,"161":14,"167":5,"17":1,"18":96,"19":10,"20":3,"209":12,"21":48,"210":1,"214":8,"215":12,"221":23,"223":58,"224":12,"225":74,"23":41,"24":100,"25":27,"257":2,"26":38,"268":2,"27":18,"273":1,"276":1,"279":2,"28":25,"282":9,"291":5,"292":3,"30":1,"31":5,"32":4,"33":1,"34":11,"347":4,"35":13,"352":69,"36":20,"37":8,"38":57,"380":2,"381":3,"383":6,"39":5,"397":1,"40":13,"409":1,"41":7,"414":5,"415":7,"42":13,"426":3,"43":9,"430":3,"433":2,"44":2,"45":3,"46":13,"48":5,"49":13,"5":62,"51":3,"52":3,"53":5,"56":10,"6":24,"7":37,"79":1,"8":22,"9":26,"all_client":14625,"all_tv_clinet":1372,"insert_time":"2014-08-21T18:59:48.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13190,"10":2,"107":67,"11":63,"13":42,"14":25,"15":8,"155":1,"156":1,"158":2,"16":7,"161":14,"167":5,"17":1,"18":96,"19":9,"20":3,"209":11,"21":54,"210":1,"214":8,"215":12,"221":22,"223":55,"224":12,"225":69,"23":40,"24":97,"25":27,"257":2,"26":41,"268":1,"27":18,"273":1,"276":1,"279":2,"28":26,"282":9,"291":5,"292":3,"31":4,"32":4,"33":2,"34":11,"347":4,"35":13,"352":65,"36":22,"37":8,"38":57,"380":2,"381":3,"383":5,"39":5,"397":1,"40":12,"409":1,"41":6,"414":5,"415":8,"42":13,"426":3,"43":9,"430":4,"433":2,"44":2,"45":3,"46":13,"48":5,"49":14,"5":62,"51":3,"52":2,"53":5,"56":10,"6":24,"7":37,"79":1,"8":22,"9":27,"all_client":14552,"all_tv_clinet":1362,"insert_time":"2014-08-21T19:00:48.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13122,"10":2,"107":66,"11":61,"13":41,"14":24,"15":8,"155":1,"156":1,"158":2,"16":6,"161":14,"167":4,"17":1,"18":95,"19":9,"20":3,"209":11,"21":53,"210":1,"214":7,"215":12,"221":23,"223":54,"224":12,"225":66,"23":40,"24":98,"25":26,"257":2,"26":41,"268":1,"27":18,"273":1,"276":1,"279":2,"28":27,"282":8,"291":5,"292":3,"30":1,"31":4,"32":4,"33":2,"34":10,"347":2,"35":13,"352":66,"36":21,"37":8,"38":60,"380":2,"381":3,"383":6,"39":6,"397":1,"40":11,"409":1,"41":5,"414":5,"415":6,"42":13,"426":3,"43":9,"430":4,"433":2,"44":2,"45":3,"46":13,"48":5,"49":14,"5":63,"51":3,"52":1,"53":5,"56":10,"6":24,"7":38,"79":1,"8":22,"9":27,"all_client":14471,"all_tv_clinet":1349,"insert_time":"2014-08-21T19:01:48.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13033,"10":2,"107":64,"11":61,"13":41,"14":23,"15":8,"155":1,"156":1,"158":2,"16":5,"161":14,"167":4,"17":1,"18":93,"19":10,"20":3,"209":11,"21":56,"210":1,"214":7,"215":12,"221":23,"223":53,"224":12,"225":63,"23":45,"24":101,"25":25,"257":2,"26":40,"268":2,"27":17,"273":1,"276":1,"279":2,"28":27,"282":9,"291":5,"292":3,"30":1,"31":4,"32":4,"33":2,"34":9,"347":2,"35":13,"352":66,"36":23,"37":7,"38":56,"380":2,"381":3,"383":7,"39":6,"391":1,"397":1,"40":11,"409":1,"41":6,"414":5,"415":5,"42":14,"426":3,"43":8,"430":4,"433":1,"44":3,"45":3,"46":15,"48":5,"49":13,"5":62,"51":3,"52":1,"53":5,"56":10,"6":23,"7":40,"8":22,"9":27,"all_client":14381,"all_tv_clinet":1348,"insert_time":"2014-08-21T19:02:49.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12950,"10":2,"107":66,"11":61,"13":40,"14":23,"15":8,"155":1,"156":1,"158":3,"16":5,"161":13,"167":5,"17":1,"18":88,"19":9,"20":3,"209":9,"21":56,"210":1,"214":7,"215":12,"221":21,"223":52,"224":12,"225":61,"23":46,"24":100,"25":26,"257":2,"26":35,"268":2,"27":17,"273":1,"276":1,"279":2,"28":27,"282":8,"291":4,"292":3,"30":1,"31":5,"32":4,"33":2,"34":10,"347":2,"35":13,"352":70,"36":25,"37":7,"38":54,"380":2,"381":3,"383":6,"39":6,"391":1,"397":1,"40":10,"409":1,"41":7,"414":5,"415":6,"42":14,"426":3,"43":9,"430":4,"433":1,"44":4,"45":3,"46":15,"48":5,"49":14,"5":63,"51":2,"52":1,"53":5,"56":8,"6":22,"7":46,"8":23,"9":26,"all_client":14293,"all_tv_clinet":1343,"insert_time":"2014-08-21T19:03:49.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12854,"10":1,"107":65,"11":61,"13":41,"14":22,"15":7,"156":1,"158":3,"16":7,"161":12,"167":4,"17":1,"18":84,"19":9,"20":3,"209":9,"21":56,"210":2,"214":8,"215":11,"221":19,"223":51,"224":12,"225":63,"23":46,"24":100,"25":25,"257":4,"26":32,"268":2,"27":16,"273":1,"276":1,"279":3,"28":27,"282":7,"291":4,"292":3,"30":1,"31":5,"32":5,"33":2,"34":11,"347":2,"35":15,"352":67,"36":25,"37":7,"38":59,"380":2,"381":3,"383":5,"39":7,"391":1,"397":1,"40":9,"409":1,"41":7,"414":5,"415":8,"42":16,"426":3,"43":9,"430":4,"433":1,"44":4,"45":3,"46":15,"48":5,"49":14,"5":65,"51":2,"52":1,"53":5,"56":8,"6":19,"7":39,"8":24,"9":26,"all_client":14188,"all_tv_clinet":1334,"insert_time":"2014-08-21T19:04:49.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12789,"10":1,"107":66,"11":55,"13":40,"14":23,"15":7,"156":1,"158":3,"16":7,"161":12,"167":4,"17":1,"18":87,"19":8,"20":3,"209":9,"21":58,"210":3,"214":8,"215":11,"221":17,"223":51,"224":12,"225":59,"23":46,"24":100,"25":24,"257":4,"26":27,"268":2,"27":17,"273":1,"276":1,"279":4,"28":27,"282":8,"291":4,"292":3,"30":1,"31":4,"32":5,"33":2,"34":11,"347":2,"35":15,"352":63,"36":24,"37":6,"38":57,"380":2,"381":3,"383":5,"39":8,"391":1,"397":1,"40":8,"409":1,"41":9,"414":5,"415":7,"42":17,"426":3,"43":9,"430":5,"433":1,"44":4,"45":3,"46":15,"48":5,"49":14,"5":63,"51":1,"52":1,"53":5,"56":7,"6":19,"7":38,"8":25,"9":27,"all_client":14105,"all_tv_clinet":1316,"insert_time":"2014-08-21T19:05:49.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12696,"10":1,"107":62,"11":56,"13":38,"14":24,"15":7,"156":1,"158":2,"16":6,"161":11,"167":3,"17":1,"18":90,"19":8,"20":3,"209":9,"21":57,"210":4,"214":8,"215":11,"221":18,"223":55,"224":14,"225":62,"23":46,"24":98,"25":26,"257":4,"26":25,"268":2,"27":17,"273":1,"276":1,"279":4,"28":27,"282":9,"291":4,"292":3,"30":1,"31":3,"32":5,"33":1,"34":11,"347":2,"35":15,"352":63,"36":21,"37":6,"38":60,"380":2,"381":3,"383":6,"39":8,"391":1,"396":1,"397":1,"40":9,"409":1,"41":8,"414":4,"415":6,"42":17,"426":3,"43":9,"430":5,"433":1,"44":4,"45":3,"46":15,"48":5,"49":11,"5":65,"51":1,"52":1,"53":5,"56":8,"6":19,"7":37,"8":25,"9":26,"all_client":14012,"all_tv_clinet":1316,"insert_time":"2014-08-21T19:06:49.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12633,"10":1,"107":58,"11":56,"13":38,"14":23,"15":7,"156":1,"158":2,"16":3,"161":11,"167":2,"17":2,"18":89,"19":8,"20":3,"209":9,"21":58,"210":5,"214":7,"215":12,"221":16,"223":55,"224":14,"225":60,"23":44,"24":97,"25":27,"257":4,"26":24,"268":2,"27":18,"273":1,"276":1,"279":3,"28":24,"282":10,"291":4,"292":3,"30":1,"31":3,"32":5,"33":4,"34":11,"347":2,"35":14,"352":62,"36":19,"37":6,"38":61,"380":2,"381":3,"383":6,"39":7,"391":1,"396":1,"397":1,"40":9,"409":2,"41":8,"414":4,"415":6,"42":18,"426":3,"43":8,"430":5,"433":1,"44":4,"45":3,"46":15,"48":4,"49":12,"5":62,"51":1,"52":2,"53":5,"56":8,"6":18,"7":38,"8":25,"9":25,"all_client":13930,"all_tv_clinet":1297,"insert_time":"2014-08-21T19:07:49.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12573,"10":1,"107":57,"11":56,"13":39,"14":22,"15":8,"156":1,"158":2,"16":3,"161":12,"167":2,"168":1,"17":2,"18":87,"19":8,"20":3,"209":8,"21":55,"210":3,"214":7,"215":12,"221":16,"223":55,"224":14,"225":57,"23":43,"24":93,"25":29,"257":4,"26":24,"268":2,"27":16,"276":2,"279":2,"28":21,"282":10,"291":4,"292":3,"30":1,"31":4,"314":1,"32":5,"33":4,"34":11,"347":2,"35":13,"352":68,"36":20,"37":6,"38":56,"380":3,"381":2,"383":6,"39":7,"391":1,"396":1,"397":1,"40":8,"409":2,"41":9,"414":3,"415":6,"42":16,"426":4,"43":9,"430":5,"433":1,"44":4,"45":3,"46":15,"48":4,"49":11,"5":62,"51":2,"52":5,"53":6,"56":8,"6":17,"7":38,"8":25,"9":24,"all_client":13856,"all_tv_clinet":1283,"insert_time":"2014-08-21T19:08:49.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12492,"10":1,"107":56,"11":55,"13":38,"14":21,"15":8,"156":1,"158":1,"16":3,"161":12,"167":2,"168":1,"17":2,"18":86,"19":9,"20":3,"209":6,"21":54,"210":3,"214":7,"215":12,"221":14,"223":52,"224":14,"225":60,"23":43,"24":94,"25":26,"257":3,"26":23,"268":2,"27":17,"276":2,"279":2,"28":21,"282":10,"291":4,"292":3,"30":1,"31":5,"314":1,"32":5,"33":4,"34":9,"347":1,"35":13,"352":70,"36":21,"37":5,"38":54,"380":3,"381":2,"383":6,"39":10,"391":1,"396":1,"397":1,"40":8,"409":2,"41":8,"414":3,"415":7,"42":16,"426":4,"43":8,"430":5,"433":1,"44":4,"45":3,"46":13,"48":4,"49":11,"5":60,"51":2,"52":5,"53":6,"56":9,"6":16,"7":37,"8":26,"9":28,"all_client":13762,"all_tv_clinet":1270,"insert_time":"2014-08-21T19:09:49.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12387,"10":1,"107":57,"11":54,"13":40,"14":21,"15":8,"156":1,"158":1,"16":4,"161":11,"167":2,"168":1,"17":2,"18":86,"19":9,"20":3,"209":5,"21":51,"210":2,"214":6,"215":12,"221":17,"223":52,"224":14,"225":62,"23":41,"24":97,"25":25,"257":3,"26":23,"268":2,"27":17,"276":2,"279":2,"28":21,"282":11,"291":4,"292":3,"30":1,"31":6,"314":1,"32":5,"33":3,"34":9,"347":1,"35":13,"352":70,"36":22,"37":6,"38":53,"380":3,"381":3,"383":5,"39":11,"391":1,"396":1,"397":1,"40":8,"409":2,"41":8,"414":3,"415":7,"42":15,"426":4,"43":9,"430":5,"433":1,"44":4,"45":3,"46":12,"48":5,"49":9,"5":59,"51":2,"52":5,"53":5,"56":9,"6":17,"7":34,"8":26,"9":27,"all_client":13654,"all_tv_clinet":1267,"insert_time":"2014-08-21T19:10:49.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12316,"10":1,"107":58,"11":60,"13":40,"14":19,"15":8,"156":1,"158":1,"16":4,"161":11,"167":1,"168":1,"17":2,"18":85,"19":9,"20":3,"209":4,"21":52,"210":3,"214":6,"215":12,"221":18,"223":50,"224":13,"225":61,"23":40,"24":96,"25":25,"257":3,"26":20,"268":2,"27":16,"279":2,"28":21,"282":11,"291":4,"292":3,"30":1,"31":7,"32":4,"33":3,"34":8,"347":1,"35":13,"352":71,"36":19,"37":6,"38":55,"380":3,"381":3,"383":5,"39":12,"391":1,"396":1,"397":1,"40":9,"409":2,"41":7,"414":2,"415":7,"42":15,"426":5,"43":10,"430":5,"433":1,"44":4,"45":3,"46":12,"48":5,"49":9,"5":58,"51":2,"52":5,"53":4,"56":9,"6":16,"7":33,"8":25,"9":23,"all_client":13567,"all_tv_clinet":1251,"insert_time":"2014-08-21T19:11:49.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12244,"10":2,"107":58,"11":63,"13":38,"14":19,"15":8,"156":1,"158":1,"16":4,"161":12,"168":1,"17":2,"18":86,"19":9,"20":2,"209":5,"21":52,"210":3,"214":6,"215":12,"221":19,"223":51,"224":12,"225":60,"23":40,"24":95,"25":26,"257":4,"26":18,"268":2,"27":16,"279":2,"28":20,"282":11,"291":4,"292":3,"30":1,"31":7,"32":4,"33":5,"34":8,"347":1,"35":12,"352":68,"36":18,"37":6,"38":52,"380":3,"381":3,"383":6,"39":12,"391":1,"396":1,"397":1,"40":9,"409":2,"41":8,"414":2,"415":7,"42":15,"426":5,"43":11,"430":5,"433":1,"44":3,"45":2,"46":12,"48":5,"49":8,"5":57,"51":3,"52":5,"53":4,"56":10,"6":16,"7":34,"8":25,"9":20,"all_client":13489,"all_tv_clinet":1245,"insert_time":"2014-08-21T19:12:50.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12185,"10":2,"107":54,"11":62,"13":37,"14":18,"15":8,"156":1,"158":1,"16":4,"161":13,"168":1,"17":2,"18":86,"19":8,"20":1,"209":5,"21":55,"210":3,"214":6,"215":12,"221":19,"223":47,"224":12,"225":60,"23":40,"24":92,"25":26,"257":4,"26":19,"268":2,"27":15,"279":2,"28":20,"282":11,"291":4,"292":3,"30":1,"31":7,"32":4,"33":5,"34":9,"35":13,"352":70,"36":17,"37":5,"38":48,"380":2,"381":3,"383":6,"39":12,"391":1,"396":1,"397":1,"40":8,"409":1,"41":8,"414":2,"415":6,"42":15,"426":5,"43":11,"430":5,"433":1,"44":3,"45":2,"46":15,"48":5,"49":9,"5":60,"51":3,"52":4,"53":4,"56":10,"6":16,"7":34,"8":26,"9":20,"all_client":13418,"all_tv_clinet":1233,"insert_time":"2014-08-21T19:13:50.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12116,"10":2,"107":52,"11":62,"13":38,"14":18,"15":8,"156":1,"158":1,"16":4,"161":13,"17":2,"18":85,"19":7,"20":1,"209":5,"21":53,"210":3,"214":6,"215":13,"221":17,"223":47,"224":12,"225":59,"23":37,"24":87,"25":25,"257":5,"26":17,"268":2,"27":15,"279":2,"28":20,"282":11,"291":4,"292":3,"30":1,"31":4,"32":4,"33":5,"34":10,"35":13,"352":70,"36":17,"37":5,"38":44,"380":2,"381":4,"383":5,"39":13,"391":1,"397":1,"40":9,"409":1,"41":7,"414":3,"415":6,"42":15,"426":4,"43":11,"430":5,"433":1,"44":3,"45":2,"46":12,"48":6,"49":8,"5":62,"51":4,"52":4,"53":4,"56":10,"6":16,"7":31,"8":27,"9":21,"all_client":13324,"all_tv_clinet":1208,"insert_time":"2014-08-21T19:14:50.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12037,"107":55,"11":62,"13":39,"14":18,"15":8,"156":1,"158":2,"16":3,"161":12,"17":2,"18":85,"19":8,"20":1,"209":5,"21":49,"210":3,"214":6,"215":13,"221":17,"223":46,"224":12,"225":55,"23":38,"24":84,"25":24,"257":6,"26":16,"268":2,"27":16,"279":2,"28":19,"282":11,"291":4,"292":3,"30":1,"31":4,"32":4,"33":5,"34":10,"35":13,"352":68,"36":19,"37":5,"38":46,"380":2,"381":4,"383":3,"39":13,"391":1,"397":1,"40":9,"409":1,"41":7,"414":4,"415":7,"42":15,"426":4,"43":11,"430":5,"433":1,"44":3,"45":2,"46":12,"48":6,"49":9,"5":63,"51":4,"52":4,"53":4,"56":10,"6":16,"7":31,"8":26,"9":21,"all_client":13238,"all_tv_clinet":1201,"insert_time":"2014-08-21T19:15:50.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11976,"107":54,"11":60,"13":40,"14":17,"15":8,"156":1,"158":2,"16":2,"161":13,"167":1,"17":2,"18":84,"19":8,"20":1,"209":5,"21":47,"210":3,"214":6,"215":11,"221":17,"223":44,"224":12,"225":56,"23":38,"24":86,"25":25,"257":7,"26":15,"268":2,"27":16,"279":2,"28":17,"282":12,"291":4,"292":3,"30":1,"31":4,"32":4,"33":5,"34":10,"35":11,"352":67,"36":19,"37":6,"38":49,"380":2,"381":3,"383":3,"39":13,"391":1,"397":1,"40":11,"409":1,"41":7,"414":4,"415":8,"42":15,"426":4,"43":10,"430":5,"433":1,"44":3,"45":2,"46":11,"48":7,"49":8,"5":61,"51":4,"52":5,"53":4,"56":9,"6":16,"7":30,"8":27,"9":21,"all_client":13170,"all_tv_clinet":1194,"insert_time":"2014-08-21T19:16:50.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11915,"107":57,"11":59,"13":42,"14":15,"15":8,"156":1,"158":2,"16":2,"161":13,"167":1,"17":2,"18":85,"19":7,"20":1,"209":5,"21":46,"210":3,"214":6,"215":10,"221":17,"223":44,"224":11,"225":58,"23":35,"24":79,"25":21,"257":6,"26":14,"268":2,"27":16,"279":3,"28":16,"282":12,"291":4,"292":3,"30":1,"31":4,"32":3,"33":5,"34":9,"35":11,"352":65,"36":21,"37":5,"38":49,"380":2,"381":3,"383":3,"39":13,"391":2,"40":10,"409":1,"41":8,"414":4,"415":7,"42":15,"426":4,"43":10,"430":7,"433":1,"44":3,"45":2,"46":12,"48":7,"49":8,"5":60,"51":3,"52":5,"53":4,"56":8,"6":16,"7":29,"8":29,"9":19,"all_client":13089,"all_tv_clinet":1174,"insert_time":"2014-08-21T19:17:50.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11866,"107":57,"11":54,"13":41,"14":15,"15":9,"156":1,"158":2,"16":2,"161":12,"167":1,"17":2,"18":84,"19":7,"20":1,"209":4,"21":41,"210":3,"214":6,"215":9,"221":18,"223":44,"224":11,"225":57,"23":35,"24":75,"25":22,"257":6,"26":14,"268":2,"27":15,"279":3,"28":16,"282":11,"291":4,"292":3,"30":1,"31":4,"32":3,"33":5,"34":9,"35":10,"352":67,"36":23,"37":6,"38":45,"380":2,"381":3,"383":4,"39":13,"391":2,"40":10,"409":1,"41":8,"414":4,"415":6,"42":17,"426":4,"43":10,"430":7,"433":1,"44":2,"45":5,"46":12,"48":7,"49":8,"5":59,"51":3,"52":6,"53":3,"56":9,"6":15,"7":28,"8":28,"9":18,"all_client":13021,"all_tv_clinet":1155,"insert_time":"2014-08-21T19:18:50.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11796,"10":1,"107":59,"11":53,"13":41,"14":15,"15":9,"158":2,"16":2,"161":12,"167":1,"17":2,"18":84,"19":7,"20":1,"209":4,"21":41,"210":4,"211":1,"214":5,"215":9,"221":17,"223":44,"224":11,"225":58,"23":33,"24":73,"25":22,"257":6,"26":14,"268":2,"27":14,"279":3,"28":16,"282":10,"291":4,"292":3,"30":1,"31":4,"32":3,"33":3,"34":8,"35":11,"352":67,"36":23,"37":6,"38":42,"380":2,"381":3,"383":4,"39":13,"391":2,"40":10,"409":1,"41":8,"414":4,"415":4,"42":17,"426":4,"43":9,"430":7,"433":1,"44":2,"45":5,"46":13,"48":7,"49":7,"5":59,"51":3,"52":6,"53":3,"56":9,"6":15,"7":29,"8":27,"9":18,"all_client":12939,"all_tv_clinet":1143,"insert_time":"2014-08-21T19:19:50.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11718,"10":1,"107":58,"11":56,"13":41,"14":15,"15":9,"158":2,"16":2,"161":12,"167":1,"17":2,"18":84,"19":7,"20":1,"209":4,"21":41,"210":4,"211":1,"214":5,"215":8,"221":18,"223":40,"224":11,"225":57,"23":33,"24":72,"25":20,"257":6,"26":14,"268":2,"27":16,"279":2,"28":16,"282":9,"291":4,"292":3,"30":1,"31":4,"32":3,"33":3,"34":9,"35":11,"352":64,"36":22,"37":6,"38":44,"380":2,"381":3,"383":4,"39":13,"391":2,"40":10,"409":1,"41":8,"414":4,"415":5,"42":15,"426":4,"43":9,"430":7,"433":1,"44":2,"45":5,"46":12,"48":6,"49":9,"5":59,"51":3,"52":6,"53":3,"56":10,"6":14,"7":28,"8":26,"9":17,"all_client":12850,"all_tv_clinet":1132,"insert_time":"2014-08-21T19:20:50.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11660,"10":1,"107":62,"11":55,"13":42,"14":15,"15":9,"158":2,"16":2,"161":12,"167":1,"17":2,"18":84,"19":6,"20":1,"209":5,"21":41,"210":4,"211":1,"214":5,"215":8,"221":19,"223":42,"224":10,"225":54,"23":31,"24":73,"25":21,"257":6,"26":13,"268":2,"27":16,"273":1,"279":2,"28":16,"282":9,"291":4,"292":3,"30":1,"31":4,"32":3,"33":2,"34":9,"35":11,"352":66,"36":19,"37":6,"38":42,"380":2,"381":3,"383":2,"39":13,"391":2,"40":11,"409":1,"41":8,"414":5,"415":4,"42":14,"426":3,"43":11,"430":7,"433":1,"44":2,"45":7,"46":11,"48":6,"49":11,"5":59,"51":2,"52":6,"53":4,"56":10,"6":15,"7":27,"8":26,"9":16,"all_client":12792,"all_tv_clinet":1132,"insert_time":"2014-08-21T19:21:50.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11600,"10":1,"107":63,"11":53,"13":41,"14":16,"15":9,"158":3,"16":3,"161":11,"167":2,"17":2,"18":83,"19":6,"20":1,"209":5,"21":42,"210":3,"211":1,"214":5,"215":8,"221":18,"223":40,"224":11,"225":54,"23":32,"24":70,"25":22,"257":4,"26":13,"268":2,"27":16,"273":1,"279":2,"28":17,"282":9,"291":4,"292":3,"30":1,"31":4,"32":3,"33":3,"34":9,"35":12,"352":67,"36":19,"37":5,"38":42,"380":2,"381":3,"383":2,"39":13,"391":2,"40":11,"409":1,"41":4,"414":5,"415":4,"42":13,"426":3,"43":10,"430":7,"433":1,"44":3,"45":7,"46":10,"48":6,"49":12,"5":56,"51":3,"52":6,"53":3,"56":10,"6":14,"7":28,"8":25,"9":14,"all_client":12719,"all_tv_clinet":1119,"insert_time":"2014-08-21T19:22:51.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11523,"10":1,"107":58,"11":54,"13":42,"14":15,"15":9,"158":3,"16":3,"161":11,"167":2,"17":2,"18":83,"19":6,"20":1,"209":5,"21":41,"210":3,"211":1,"214":5,"215":8,"221":20,"223":41,"224":13,"225":57,"23":32,"24":69,"25":23,"257":5,"26":13,"268":1,"27":15,"273":1,"279":3,"28":17,"282":8,"291":4,"292":3,"30":1,"31":3,"32":3,"33":3,"34":8,"35":12,"352":66,"36":18,"37":6,"38":45,"380":2,"381":3,"383":2,"39":13,"391":3,"397":1,"40":10,"409":1,"41":5,"414":6,"415":5,"42":12,"426":1,"43":9,"430":7,"433":1,"44":3,"45":7,"46":9,"48":6,"49":13,"5":54,"51":3,"52":7,"53":3,"56":10,"6":15,"7":27,"8":23,"9":13,"all_client":12640,"all_tv_clinet":1117,"insert_time":"2014-08-21T19:23:51.176Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11445,"10":1,"107":56,"11":58,"13":41,"14":15,"15":8,"158":3,"16":3,"161":11,"167":2,"17":2,"18":84,"19":6,"20":1,"209":3,"21":42,"210":3,"211":1,"214":5,"215":8,"221":18,"223":41,"224":14,"225":57,"23":31,"24":67,"25":23,"257":5,"26":12,"268":1,"27":15,"273":1,"279":3,"28":17,"282":8,"291":4,"292":3,"30":1,"31":2,"32":3,"33":3,"34":9,"35":12,"352":66,"36":20,"37":6,"38":49,"380":2,"381":3,"383":2,"39":12,"391":3,"397":1,"40":10,"409":1,"41":6,"414":6,"415":5,"42":12,"426":1,"43":7,"430":6,"44":3,"45":7,"46":11,"48":6,"49":12,"5":54,"51":3,"52":11,"53":3,"56":10,"6":16,"7":28,"8":22,"9":13,"all_client":12565,"all_tv_clinet":1120,"insert_time":"2014-08-21T19:24:51.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11387,"10":1,"107":54,"11":60,"13":43,"14":15,"15":8,"158":3,"16":1,"161":10,"167":2,"17":2,"18":84,"19":6,"20":1,"209":3,"21":43,"210":3,"211":1,"214":5,"215":8,"221":17,"223":42,"224":15,"225":58,"23":32,"24":67,"25":23,"257":4,"26":13,"27":14,"273":1,"279":3,"28":15,"282":6,"291":4,"292":3,"30":1,"31":3,"32":3,"33":3,"34":8,"35":11,"352":64,"36":21,"37":7,"38":48,"380":2,"381":3,"383":2,"39":11,"391":3,"397":1,"40":10,"409":1,"41":8,"414":6,"415":5,"42":10,"426":1,"43":7,"430":6,"44":2,"45":7,"46":9,"48":5,"49":13,"5":55,"51":3,"52":11,"53":3,"56":11,"6":15,"7":29,"8":22,"9":13,"all_client":12500,"all_tv_clinet":1113,"insert_time":"2014-08-21T19:25:51.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11334,"10":1,"107":55,"11":60,"13":42,"14":15,"15":7,"155":1,"158":3,"16":2,"161":9,"167":2,"17":2,"18":83,"19":6,"20":2,"209":3,"21":41,"210":3,"211":1,"214":5,"215":8,"221":18,"223":44,"224":14,"225":55,"23":31,"24":65,"25":23,"257":4,"26":13,"27":13,"273":1,"279":3,"28":15,"282":6,"291":4,"292":3,"30":1,"31":2,"32":3,"33":4,"34":8,"35":10,"352":61,"36":19,"37":6,"38":45,"380":1,"381":3,"383":2,"39":11,"391":3,"40":10,"409":1,"41":7,"414":7,"415":5,"42":11,"426":1,"43":9,"430":6,"44":2,"45":7,"46":10,"48":5,"49":12,"5":53,"51":2,"52":12,"53":4,"56":11,"570":1,"6":14,"7":29,"8":23,"9":14,"all_client":12432,"all_tv_clinet":1098,"insert_time":"2014-08-21T19:26:51.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11279,"10":1,"107":53,"11":56,"13":42,"14":16,"15":7,"155":2,"158":3,"16":2,"161":7,"167":2,"17":2,"18":84,"19":5,"20":2,"209":3,"21":41,"210":3,"211":1,"214":5,"215":8,"221":19,"223":43,"224":14,"225":54,"23":30,"24":67,"25":24,"257":4,"26":13,"268":1,"27":14,"273":1,"279":3,"28":15,"282":6,"291":4,"292":3,"30":1,"31":3,"32":3,"33":4,"34":7,"35":11,"352":64,"36":22,"37":6,"38":48,"380":1,"381":3,"383":3,"39":11,"391":4,"40":10,"409":1,"41":7,"414":7,"415":5,"42":11,"426":1,"43":8,"430":6,"44":2,"45":6,"46":9,"48":5,"49":11,"5":52,"51":2,"52":11,"53":3,"56":11,"570":1,"6":14,"7":30,"8":22,"9":15,"all_client":12380,"all_tv_clinet":1101,"insert_time":"2014-08-21T19:27:51.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11200,"107":54,"11":53,"13":43,"14":16,"15":7,"155":2,"158":3,"16":1,"161":5,"167":1,"17":3,"18":84,"19":5,"20":2,"209":2,"21":43,"210":2,"211":1,"214":5,"215":8,"221":19,"223":45,"224":14,"225":53,"23":30,"24":62,"25":24,"257":4,"26":13,"268":2,"27":15,"273":1,"279":3,"28":15,"282":6,"291":4,"292":3,"30":1,"31":3,"32":3,"33":5,"34":8,"35":10,"352":60,"36":21,"37":5,"38":48,"380":1,"381":3,"383":3,"39":12,"391":4,"40":10,"409":1,"41":8,"414":7,"415":5,"42":8,"426":1,"43":8,"430":7,"44":2,"45":6,"46":8,"48":5,"49":11,"5":52,"51":2,"52":12,"53":3,"56":11,"570":1,"6":14,"63":1,"7":30,"8":22,"9":17,"all_client":12292,"all_tv_clinet":1092,"insert_time":"2014-08-21T19:28:51.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11113,"10":1,"107":56,"11":55,"13":38,"14":16,"15":6,"155":2,"158":3,"16":3,"161":5,"167":1,"17":3,"18":81,"19":5,"20":2,"209":1,"21":40,"210":2,"211":1,"214":5,"215":8,"221":21,"223":44,"224":14,"225":51,"23":31,"24":62,"25":22,"257":3,"26":14,"268":2,"27":13,"273":1,"279":3,"28":14,"282":6,"291":4,"292":3,"30":1,"31":3,"314":1,"32":4,"33":5,"34":10,"347":1,"35":9,"352":63,"36":19,"37":5,"38":48,"380":1,"381":3,"383":3,"39":10,"391":3,"397":1,"40":11,"409":2,"41":9,"414":5,"415":4,"42":8,"426":1,"43":6,"430":6,"44":2,"45":6,"46":8,"48":6,"49":12,"5":52,"51":3,"52":13,"53":4,"56":11,"6":13,"63":1,"7":31,"8":20,"9":18,"all_client":12197,"all_tv_clinet":1084,"insert_time":"2014-08-21T19:29:51.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11049,"10":1,"107":55,"11":56,"13":39,"14":16,"15":6,"155":2,"158":3,"16":3,"161":5,"167":1,"17":3,"18":82,"19":5,"20":2,"209":1,"21":38,"210":2,"211":1,"214":5,"215":8,"221":23,"223":42,"224":14,"225":50,"23":32,"24":58,"25":23,"257":4,"26":16,"268":2,"27":11,"273":1,"279":1,"28":14,"282":6,"291":3,"292":4,"30":1,"31":3,"314":1,"32":4,"33":5,"34":10,"347":1,"35":9,"352":58,"36":20,"37":5,"38":46,"380":1,"381":3,"383":2,"39":10,"391":3,"397":1,"40":10,"409":2,"41":9,"414":4,"415":4,"42":6,"426":1,"43":6,"430":5,"44":3,"45":7,"46":8,"48":6,"49":13,"5":53,"51":3,"52":12,"53":4,"56":12,"6":13,"63":1,"7":32,"8":19,"9":19,"all_client":12122,"all_tv_clinet":1073,"insert_time":"2014-08-21T19:30:51.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11002,"10":2,"107":54,"11":55,"13":40,"14":15,"15":5,"155":2,"158":3,"16":3,"161":5,"167":1,"17":3,"18":81,"19":5,"20":2,"209":1,"21":39,"210":2,"211":1,"214":5,"215":7,"221":24,"223":41,"224":14,"225":54,"23":34,"24":59,"25":23,"257":5,"26":15,"268":2,"27":11,"273":1,"279":1,"28":13,"282":7,"291":2,"292":4,"30":1,"31":3,"314":1,"32":4,"33":4,"34":10,"347":1,"35":9,"352":61,"36":20,"37":5,"38":49,"380":1,"381":3,"383":2,"39":9,"391":4,"397":1,"40":11,"409":2,"41":8,"414":4,"415":4,"42":7,"426":1,"43":6,"430":5,"44":4,"45":7,"46":8,"48":6,"49":13,"5":52,"51":3,"52":12,"53":4,"56":12,"6":13,"7":34,"8":18,"9":18,"all_client":12083,"all_tv_clinet":1081,"insert_time":"2014-08-21T19:31:51.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10932,"10":2,"107":53,"11":55,"13":41,"14":14,"15":6,"155":2,"158":3,"16":3,"161":5,"167":1,"17":3,"18":81,"19":6,"20":2,"209":1,"21":41,"210":2,"211":1,"214":4,"215":7,"221":25,"223":42,"224":12,"225":55,"23":34,"24":60,"25":23,"257":4,"26":14,"268":2,"27":11,"273":1,"279":1,"28":13,"282":6,"291":2,"292":4,"30":1,"31":3,"32":4,"33":4,"34":8,"347":1,"35":10,"352":62,"36":21,"37":5,"38":46,"380":1,"381":4,"383":2,"39":9,"391":4,"397":1,"40":10,"409":1,"41":7,"414":5,"415":4,"42":7,"426":1,"43":7,"430":5,"44":4,"45":7,"46":9,"48":6,"49":13,"5":51,"51":3,"52":13,"53":4,"56":12,"6":13,"7":35,"8":18,"9":17,"all_client":12012,"all_tv_clinet":1080,"insert_time":"2014-08-21T19:32:52.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10879,"10":2,"107":52,"11":53,"13":39,"14":14,"15":6,"155":1,"158":3,"16":4,"161":5,"167":1,"17":3,"18":82,"19":6,"20":2,"209":1,"21":43,"210":2,"211":1,"214":4,"215":7,"221":25,"223":41,"224":12,"225":57,"23":37,"24":59,"25":20,"257":4,"26":15,"268":1,"27":11,"279":1,"28":13,"282":6,"291":2,"292":4,"30":1,"31":3,"32":3,"33":4,"34":7,"347":2,"35":10,"352":62,"36":22,"37":5,"38":47,"380":1,"381":4,"383":3,"39":8,"391":4,"397":1,"40":9,"409":1,"41":8,"414":5,"415":3,"42":7,"426":1,"43":8,"430":5,"44":4,"45":7,"46":10,"48":6,"49":14,"5":50,"51":3,"52":13,"53":4,"56":12,"6":13,"7":34,"8":16,"9":18,"all_client":11956,"all_tv_clinet":1077,"insert_time":"2014-08-21T19:33:52.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10804,"10":2,"107":49,"11":53,"13":38,"14":14,"15":6,"155":1,"158":3,"16":5,"161":7,"167":1,"17":3,"18":83,"19":6,"20":2,"209":1,"21":46,"210":2,"211":1,"214":4,"215":7,"221":26,"223":40,"224":12,"225":60,"23":38,"24":61,"25":20,"257":4,"26":14,"268":1,"27":11,"279":1,"28":14,"282":5,"291":3,"292":4,"30":1,"31":2,"32":3,"33":4,"34":8,"347":2,"35":10,"352":61,"36":22,"37":7,"38":48,"380":1,"381":4,"383":3,"39":8,"391":4,"397":1,"40":6,"409":1,"41":8,"414":5,"415":3,"42":7,"426":1,"43":8,"430":4,"44":5,"45":7,"46":10,"48":6,"49":14,"5":50,"51":3,"52":14,"53":4,"56":12,"6":13,"7":31,"8":16,"9":18,"all_client":11887,"all_tv_clinet":1083,"insert_time":"2014-08-21T19:34:52.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10771,"10":2,"107":45,"11":50,"13":39,"14":14,"15":6,"155":1,"158":3,"16":5,"161":8,"167":1,"17":3,"18":82,"19":6,"20":2,"209":1,"21":48,"210":2,"211":1,"214":4,"215":7,"221":24,"223":42,"224":11,"225":59,"23":37,"24":62,"25":20,"257":5,"26":14,"268":1,"27":10,"279":1,"28":13,"282":5,"291":3,"292":4,"30":1,"31":2,"32":4,"33":4,"34":8,"347":2,"35":10,"352":62,"36":21,"37":7,"38":47,"381":4,"383":3,"39":8,"391":4,"397":2,"40":6,"409":2,"41":6,"414":4,"415":3,"42":7,"426":1,"43":8,"430":3,"44":5,"45":6,"46":8,"48":6,"49":13,"5":52,"51":3,"52":14,"53":4,"56":12,"6":13,"7":34,"8":16,"9":18,"all_client":11845,"all_tv_clinet":1074,"insert_time":"2014-08-21T19:35:52.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10714,"10":2,"107":45,"11":46,"13":38,"14":14,"15":6,"155":1,"158":3,"16":5,"161":8,"167":1,"17":3,"18":81,"19":7,"20":2,"209":1,"21":47,"210":2,"211":1,"214":4,"215":7,"221":22,"223":43,"224":11,"225":57,"23":37,"24":66,"25":19,"257":5,"26":15,"268":1,"27":9,"279":1,"28":12,"282":4,"291":3,"292":4,"30":1,"31":2,"314":1,"32":4,"33":4,"34":8,"347":2,"35":10,"352":63,"36":18,"37":8,"38":46,"381":4,"383":2,"39":8,"391":4,"397":2,"40":6,"409":2,"41":7,"414":3,"415":3,"42":7,"43":10,"430":3,"44":5,"45":6,"46":8,"48":6,"49":12,"5":53,"51":3,"52":14,"53":6,"56":12,"6":13,"7":34,"8":16,"9":18,"all_client":11781,"all_tv_clinet":1067,"insert_time":"2014-08-21T19:36:52.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10663,"10":2,"107":46,"11":46,"13":36,"14":14,"15":6,"155":1,"158":3,"16":5,"161":8,"167":1,"17":3,"18":80,"19":7,"20":2,"209":2,"21":44,"210":2,"214":5,"215":7,"221":24,"223":45,"224":10,"225":58,"23":34,"24":65,"25":15,"257":6,"26":14,"268":1,"27":9,"273":1,"279":1,"28":12,"282":4,"291":3,"292":4,"30":1,"31":2,"314":1,"32":4,"33":5,"34":8,"347":2,"35":10,"352":62,"36":18,"37":8,"38":44,"381":4,"383":2,"39":6,"391":4,"397":2,"40":5,"409":2,"41":8,"414":3,"415":3,"42":7,"426":1,"43":9,"430":3,"44":5,"45":7,"46":9,"48":6,"49":11,"5":54,"51":2,"52":15,"53":6,"56":12,"6":12,"7":34,"8":16,"9":19,"all_client":11721,"all_tv_clinet":1058,"insert_time":"2014-08-21T19:37:52.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10583,"10":2,"107":52,"11":46,"13":38,"14":15,"15":6,"155":1,"158":2,"16":4,"161":8,"167":1,"17":3,"18":81,"19":9,"20":3,"209":2,"21":44,"210":2,"214":5,"215":6,"221":23,"223":46,"224":9,"225":59,"23":35,"24":65,"25":15,"257":5,"26":14,"268":1,"27":8,"273":1,"279":1,"28":12,"282":4,"291":3,"292":4,"30":1,"31":3,"314":1,"32":3,"33":4,"34":7,"347":2,"35":10,"352":64,"36":18,"37":8,"38":44,"381":5,"383":1,"39":6,"391":4,"397":2,"40":4,"409":1,"41":7,"414":5,"415":4,"42":7,"426":1,"43":9,"430":3,"44":5,"45":7,"46":9,"48":6,"49":11,"5":53,"51":3,"52":15,"53":5,"56":12,"6":12,"7":34,"8":16,"9":18,"all_client":11648,"all_tv_clinet":1065,"insert_time":"2014-08-21T19:38:52.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10517,"10":2,"107":52,"11":47,"13":38,"14":14,"15":6,"155":1,"158":2,"16":5,"161":8,"167":1,"17":3,"18":79,"19":9,"20":3,"209":2,"21":45,"210":2,"214":5,"215":6,"221":21,"223":46,"224":9,"225":59,"23":34,"24":67,"25":14,"257":5,"26":13,"268":1,"27":9,"273":1,"279":2,"28":11,"282":4,"291":3,"292":4,"30":1,"31":3,"32":3,"33":3,"34":5,"347":2,"35":11,"352":63,"36":18,"37":7,"38":44,"381":6,"383":1,"39":6,"391":4,"397":2,"40":4,"409":1,"41":7,"414":6,"415":3,"42":8,"426":1,"43":8,"430":2,"44":5,"45":7,"46":8,"48":7,"49":11,"5":52,"51":4,"52":14,"53":4,"56":12,"6":11,"7":34,"8":16,"9":18,"all_client":11572,"all_tv_clinet":1055,"insert_time":"2014-08-21T19:39:52.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10444,"10":2,"107":52,"11":47,"13":40,"14":14,"15":6,"155":2,"158":2,"16":5,"161":7,"167":1,"17":3,"18":78,"19":8,"20":3,"209":2,"21":45,"210":2,"214":5,"215":6,"221":21,"223":43,"224":10,"225":57,"23":35,"24":65,"25":14,"257":5,"26":13,"268":1,"27":9,"279":2,"28":11,"282":4,"291":3,"292":4,"30":1,"31":4,"32":3,"33":2,"34":4,"347":2,"35":11,"352":65,"36":17,"37":7,"38":45,"381":6,"383":2,"39":6,"391":5,"397":2,"40":4,"409":1,"41":7,"414":7,"415":3,"42":8,"426":1,"43":8,"430":2,"44":5,"45":7,"46":7,"48":6,"49":11,"5":52,"51":4,"52":14,"53":4,"56":12,"6":11,"7":34,"8":15,"9":18,"all_client":11494,"all_tv_clinet":1050,"insert_time":"2014-08-21T19:40:52.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10414,"10":2,"107":53,"11":46,"13":37,"14":13,"15":6,"155":2,"158":2,"16":6,"161":5,"167":1,"17":3,"18":79,"19":7,"20":2,"209":2,"21":45,"210":2,"214":5,"215":6,"221":21,"223":42,"224":11,"225":58,"23":33,"24":67,"25":12,"257":5,"26":13,"268":1,"27":10,"279":2,"28":11,"282":4,"291":3,"292":4,"30":1,"31":4,"32":3,"33":2,"34":4,"347":2,"35":10,"352":58,"36":16,"37":7,"38":48,"381":7,"383":2,"39":6,"391":5,"397":2,"40":4,"409":1,"41":7,"414":6,"415":3,"42":9,"426":1,"43":7,"430":2,"44":5,"45":7,"46":7,"48":6,"49":11,"5":54,"51":4,"52":13,"53":4,"56":12,"6":11,"7":35,"8":14,"9":18,"all_client":11453,"all_tv_clinet":1039,"insert_time":"2014-08-21T19:41:52.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10351,"10":2,"107":55,"11":47,"13":37,"14":13,"15":6,"155":2,"158":2,"16":7,"161":5,"167":1,"17":3,"18":76,"19":7,"20":2,"209":2,"21":45,"210":2,"214":5,"215":5,"221":24,"223":41,"224":11,"225":57,"23":34,"24":66,"25":12,"257":5,"26":13,"268":1,"27":9,"279":2,"28":11,"282":4,"291":3,"292":4,"30":2,"31":4,"32":4,"33":2,"34":4,"347":2,"35":7,"352":57,"36":15,"37":8,"38":42,"381":7,"383":2,"39":6,"391":5,"397":2,"40":5,"409":1,"41":7,"414":6,"415":3,"42":9,"426":1,"43":6,"430":2,"44":5,"45":7,"46":7,"48":6,"49":11,"5":54,"51":4,"52":12,"53":3,"56":11,"6":11,"7":36,"8":14,"9":18,"all_client":11380,"all_tv_clinet":1029,"insert_time":"2014-08-21T19:42:52.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10293,"10":1,"107":56,"11":47,"13":37,"14":13,"15":6,"155":2,"158":2,"16":6,"161":5,"167":1,"17":3,"18":75,"19":7,"20":2,"209":2,"21":45,"210":2,"214":4,"215":5,"221":24,"223":42,"224":10,"225":52,"23":34,"24":66,"25":13,"257":6,"26":13,"268":1,"27":9,"279":2,"28":11,"282":4,"291":3,"292":4,"30":2,"31":4,"32":5,"33":1,"34":4,"347":1,"35":7,"352":57,"36":15,"37":9,"38":40,"381":7,"383":2,"39":6,"391":5,"397":2,"40":5,"409":1,"41":8,"414":6,"415":3,"42":9,"426":1,"43":6,"430":2,"44":3,"45":7,"46":7,"48":7,"49":12,"5":52,"51":4,"52":12,"53":2,"56":11,"6":11,"7":36,"8":14,"9":19,"all_client":11313,"all_tv_clinet":1020,"insert_time":"2014-08-21T19:43:52.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10252,"10":1,"107":54,"11":46,"13":38,"14":13,"15":6,"155":2,"158":2,"16":6,"161":5,"167":1,"17":3,"18":74,"19":7,"20":2,"209":2,"21":46,"210":2,"214":3,"215":4,"221":23,"223":40,"224":10,"225":52,"23":33,"24":67,"25":14,"257":6,"26":13,"268":1,"27":8,"279":2,"28":12,"282":4,"291":3,"292":4,"30":2,"31":3,"32":5,"33":1,"34":5,"347":1,"35":8,"352":60,"36":14,"37":9,"38":39,"381":7,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":9,"414":7,"415":3,"42":9,"426":1,"43":5,"430":1,"44":3,"45":7,"46":6,"48":7,"49":12,"5":53,"51":5,"52":13,"53":1,"56":11,"6":11,"7":35,"8":14,"9":19,"all_client":11268,"all_tv_clinet":1016,"insert_time":"2014-08-21T19:44:53.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10216,"10":1,"107":49,"11":47,"13":36,"14":12,"15":6,"155":2,"158":2,"16":5,"161":5,"167":1,"17":3,"18":74,"19":7,"20":2,"209":2,"21":47,"210":2,"214":4,"215":4,"221":23,"223":41,"224":9,"225":50,"23":33,"24":70,"25":15,"257":7,"26":12,"268":1,"27":7,"279":1,"28":11,"282":5,"291":3,"292":4,"30":2,"31":3,"314":1,"32":5,"33":1,"34":6,"347":1,"35":9,"352":62,"36":15,"37":9,"38":37,"381":7,"383":3,"39":6,"391":5,"397":1,"40":4,"409":1,"41":9,"414":6,"415":3,"42":9,"426":2,"43":5,"430":1,"44":3,"45":7,"46":5,"48":7,"49":11,"5":51,"51":4,"52":13,"53":1,"56":12,"6":10,"7":35,"8":14,"9":19,"all_client":11224,"all_tv_clinet":1008,"insert_time":"2014-08-21T19:45:53.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10159,"10":1,"107":46,"11":47,"13":34,"14":12,"15":6,"155":2,"158":2,"16":5,"161":6,"167":1,"17":3,"18":71,"19":6,"20":2,"209":2,"21":47,"210":2,"214":4,"215":4,"221":22,"223":41,"224":9,"225":49,"23":30,"24":72,"25":15,"257":6,"26":12,"268":1,"27":7,"279":1,"28":11,"282":5,"291":2,"292":4,"30":2,"31":4,"314":1,"32":5,"33":1,"34":6,"347":1,"35":9,"352":66,"36":15,"37":9,"38":37,"381":7,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":8,"414":6,"415":3,"42":9,"426":2,"43":5,"430":1,"44":3,"45":8,"46":5,"48":7,"49":14,"5":54,"51":4,"52":11,"53":2,"56":12,"6":10,"7":36,"8":12,"9":18,"all_client":11163,"all_tv_clinet":1004,"insert_time":"2014-08-21T19:46:53.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10104,"10":1,"107":43,"11":46,"13":32,"14":13,"15":6,"155":2,"158":2,"16":5,"161":6,"167":1,"17":3,"18":71,"19":6,"20":2,"209":2,"21":47,"210":2,"214":4,"215":4,"221":20,"223":41,"224":9,"225":50,"23":28,"24":69,"25":16,"257":9,"26":12,"268":1,"27":7,"279":1,"28":12,"281":1,"282":5,"291":2,"292":4,"30":2,"31":4,"314":1,"32":5,"33":1,"34":6,"35":8,"352":70,"36":13,"37":8,"38":38,"381":5,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":9,"414":5,"415":2,"42":9,"426":3,"43":6,"430":1,"44":3,"45":8,"46":6,"48":7,"49":14,"5":54,"51":3,"52":9,"53":2,"56":12,"6":9,"7":37,"8":12,"9":19,"all_client":11101,"all_tv_clinet":997,"insert_time":"2014-08-21T19:47:53.289Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10038,"10":1,"107":45,"11":46,"13":32,"14":13,"15":6,"155":2,"158":2,"16":4,"160":1,"161":6,"167":1,"17":3,"18":71,"19":5,"20":2,"209":2,"21":48,"210":2,"214":4,"215":4,"221":20,"223":40,"224":9,"225":50,"23":29,"24":66,"25":16,"257":8,"26":12,"268":2,"27":7,"279":1,"28":12,"281":1,"282":4,"291":2,"292":4,"30":2,"31":4,"314":1,"32":4,"33":1,"34":6,"35":8,"352":68,"36":13,"37":9,"38":38,"381":5,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":10,"414":6,"415":2,"419":1,"42":8,"426":2,"43":9,"430":1,"44":3,"45":8,"46":5,"48":7,"49":14,"5":56,"51":2,"52":10,"53":2,"56":10,"6":10,"7":36,"8":12,"9":19,"all_client":11034,"all_tv_clinet":996,"insert_time":"2014-08-21T19:48:53.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10002,"10":1,"107":43,"11":47,"13":33,"14":13,"15":6,"155":2,"158":1,"16":5,"160":1,"161":4,"167":1,"17":3,"18":72,"19":5,"20":2,"209":2,"21":48,"210":2,"214":3,"215":5,"221":20,"223":39,"224":9,"225":53,"23":29,"24":67,"25":16,"257":7,"26":11,"268":2,"27":7,"279":1,"28":12,"281":1,"282":4,"291":2,"292":4,"30":2,"31":4,"314":1,"32":4,"33":1,"34":6,"35":8,"352":66,"36":12,"37":8,"38":35,"381":5,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":11,"414":6,"415":1,"419":1,"42":8,"426":1,"43":8,"430":1,"44":3,"45":8,"46":5,"48":7,"49":13,"5":56,"51":2,"52":10,"53":2,"56":10,"6":10,"7":35,"8":13,"9":20,"all_client":10989,"all_tv_clinet":987,"insert_time":"2014-08-21T19:49:53.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9947,"10":1,"107":42,"11":47,"13":35,"14":12,"15":6,"155":2,"158":1,"16":5,"160":1,"161":4,"167":1,"17":3,"18":71,"19":6,"20":1,"209":3,"21":48,"210":2,"214":3,"215":6,"221":20,"223":39,"224":8,"225":53,"23":29,"24":68,"25":16,"257":5,"26":11,"268":2,"27":7,"279":1,"28":12,"281":1,"282":4,"291":2,"292":4,"30":2,"31":4,"314":1,"32":4,"33":1,"34":4,"35":8,"352":66,"36":14,"37":9,"38":34,"381":5,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":11,"414":6,"415":1,"419":1,"42":8,"426":1,"43":7,"430":1,"44":3,"45":8,"46":6,"48":8,"49":13,"5":55,"51":2,"52":10,"53":2,"56":10,"6":10,"7":35,"8":13,"9":20,"all_client":10933,"all_tv_clinet":986,"insert_time":"2014-08-21T19:50:53.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9915,"10":1,"107":40,"11":48,"13":34,"14":12,"15":6,"155":2,"158":1,"16":5,"161":5,"167":1,"17":3,"18":71,"19":6,"20":1,"209":3,"21":47,"210":2,"214":3,"215":5,"221":20,"223":39,"224":8,"225":54,"23":28,"24":70,"25":17,"257":5,"26":11,"268":2,"27":7,"279":1,"28":13,"281":1,"282":4,"291":2,"292":4,"30":2,"31":5,"314":1,"32":5,"33":1,"34":4,"35":8,"352":62,"36":12,"37":9,"38":33,"381":5,"383":3,"39":5,"391":4,"397":1,"40":5,"409":1,"41":10,"414":6,"415":1,"42":8,"426":1,"43":5,"430":1,"44":3,"45":10,"46":7,"48":8,"49":14,"5":54,"51":2,"52":10,"53":3,"56":10,"6":10,"7":34,"8":13,"80":1,"9":20,"all_client":10894,"all_tv_clinet":979,"insert_time":"2014-08-21T19:51:53.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9862,"10":1,"107":41,"11":48,"13":33,"14":12,"15":6,"155":2,"158":1,"16":6,"161":6,"167":1,"17":3,"18":71,"19":6,"20":1,"209":3,"21":47,"210":2,"214":3,"215":5,"221":21,"223":38,"224":9,"225":57,"23":27,"24":71,"25":17,"257":4,"26":11,"268":2,"27":7,"279":1,"28":14,"281":1,"282":4,"291":2,"292":4,"30":2,"302":1,"31":4,"314":1,"32":5,"33":1,"34":3,"35":7,"352":61,"36":12,"37":8,"38":32,"381":4,"383":3,"39":5,"391":4,"397":1,"40":5,"409":1,"41":9,"414":6,"415":1,"42":8,"426":1,"43":5,"430":1,"44":3,"45":10,"46":9,"48":7,"49":13,"5":54,"51":2,"52":10,"53":3,"56":10,"6":10,"7":33,"8":13,"80":1,"9":21,"all_client":10840,"all_tv_clinet":978,"insert_time":"2014-08-21T19:52:53.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9826,"10":1,"107":41,"11":48,"13":32,"14":12,"15":6,"155":2,"158":1,"16":6,"161":5,"167":1,"17":3,"18":71,"19":5,"20":1,"209":3,"21":48,"210":2,"214":3,"215":4,"221":20,"223":38,"224":9,"225":54,"23":29,"24":70,"25":17,"257":3,"26":10,"268":2,"27":7,"279":1,"28":13,"281":1,"282":4,"291":2,"292":4,"30":2,"302":1,"31":4,"314":1,"32":5,"33":1,"34":4,"35":7,"352":59,"36":12,"37":8,"38":32,"381":5,"383":3,"39":5,"391":4,"397":1,"40":5,"409":1,"41":9,"414":6,"415":1,"42":8,"426":1,"43":5,"430":1,"44":3,"45":10,"46":9,"48":7,"49":13,"5":54,"51":2,"52":9,"53":2,"56":10,"6":10,"7":33,"8":13,"80":1,"9":21,"all_client":10793,"all_tv_clinet":967,"insert_time":"2014-08-21T19:53:53.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9781,"10":1,"107":42,"11":49,"13":33,"14":11,"15":6,"155":2,"158":1,"16":7,"161":7,"167":1,"17":3,"18":71,"19":5,"20":1,"209":3,"21":47,"210":2,"214":3,"215":4,"221":20,"223":37,"224":9,"225":49,"23":31,"24":70,"25":16,"257":3,"26":9,"268":1,"27":7,"279":1,"28":13,"281":1,"282":4,"291":2,"292":5,"30":2,"302":1,"31":4,"32":4,"33":1,"34":5,"35":6,"352":62,"36":15,"37":8,"38":33,"381":5,"383":3,"39":5,"391":5,"397":1,"40":5,"409":1,"41":8,"414":6,"415":1,"42":8,"426":1,"43":6,"430":1,"44":3,"45":10,"46":9,"48":6,"49":12,"5":53,"51":2,"52":8,"53":2,"56":7,"6":12,"7":34,"8":13,"9":21,"all_client":10747,"all_tv_clinet":966,"insert_time":"2014-08-21T19:54:53.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9746,"10":1,"107":40,"11":46,"13":33,"14":11,"15":6,"155":1,"158":1,"16":7,"161":6,"167":1,"17":3,"18":72,"19":5,"20":1,"209":3,"21":47,"210":2,"214":3,"215":4,"221":17,"223":35,"224":9,"225":45,"23":29,"24":70,"25":17,"257":3,"26":9,"268":1,"27":6,"279":1,"28":13,"281":1,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":5,"33":1,"34":6,"35":6,"352":57,"36":16,"37":9,"38":37,"381":5,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":8,"414":6,"415":1,"42":8,"426":1,"43":6,"430":1,"44":4,"45":10,"46":9,"48":6,"49":12,"5":52,"51":2,"52":7,"53":1,"56":7,"6":11,"7":34,"8":12,"9":19,"all_client":10694,"all_tv_clinet":948,"insert_time":"2014-08-21T19:55:53.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9706,"10":1,"107":40,"11":46,"13":32,"14":11,"15":6,"155":1,"158":1,"16":7,"161":7,"167":1,"17":3,"18":72,"19":4,"20":1,"209":3,"21":45,"210":2,"214":3,"215":4,"221":20,"223":36,"224":9,"225":42,"23":29,"24":69,"25":18,"257":3,"26":10,"268":1,"27":5,"279":2,"28":13,"281":1,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":5,"33":1,"34":6,"35":6,"352":57,"36":16,"37":9,"38":38,"381":4,"383":3,"39":6,"391":5,"397":1,"40":5,"409":1,"41":7,"414":6,"415":1,"42":8,"426":1,"43":6,"430":1,"44":4,"45":10,"46":7,"48":5,"49":13,"5":51,"51":3,"52":6,"53":1,"56":7,"6":12,"7":34,"8":12,"9":22,"all_client":10653,"all_tv_clinet":947,"insert_time":"2014-08-21T19:56:53.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9675,"10":1,"107":41,"11":43,"13":33,"14":11,"15":5,"155":1,"158":1,"16":7,"160":1,"161":6,"167":1,"17":3,"18":74,"19":4,"20":1,"209":3,"21":44,"210":2,"214":3,"215":4,"221":18,"223":35,"224":9,"225":43,"23":28,"24":68,"25":18,"257":3,"26":10,"268":1,"27":5,"279":2,"28":13,"281":1,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":5,"33":1,"34":7,"35":4,"352":53,"36":15,"37":8,"38":40,"380":1,"381":3,"383":3,"39":8,"391":5,"397":1,"40":6,"409":1,"41":7,"414":6,"415":1,"42":8,"426":1,"43":6,"430":1,"44":4,"45":10,"46":8,"48":6,"49":11,"5":48,"51":3,"52":5,"53":1,"56":6,"6":11,"7":34,"8":13,"9":22,"all_client":10610,"all_tv_clinet":935,"insert_time":"2014-08-21T19:57:54.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9598,"10":2,"107":48,"11":43,"13":30,"14":10,"15":5,"155":1,"158":1,"16":8,"160":1,"161":6,"167":1,"17":3,"18":72,"19":4,"20":1,"209":3,"21":45,"210":2,"214":3,"215":4,"221":17,"223":34,"224":9,"225":45,"23":26,"24":71,"25":18,"257":3,"26":10,"268":1,"27":5,"279":2,"28":14,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":5,"33":1,"34":8,"35":4,"352":52,"36":15,"37":6,"38":45,"380":1,"381":3,"383":2,"39":8,"391":4,"397":1,"40":6,"409":1,"41":7,"414":6,"415":1,"42":8,"426":1,"43":5,"430":1,"44":4,"45":9,"46":9,"48":6,"49":11,"5":48,"51":3,"52":5,"53":2,"56":5,"6":13,"7":34,"8":12,"9":21,"all_client":10538,"all_tv_clinet":940,"insert_time":"2014-08-21T19:58:54.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9562,"10":2,"107":52,"11":45,"13":26,"14":10,"15":5,"155":1,"158":1,"16":9,"160":1,"161":5,"167":1,"17":3,"18":76,"19":4,"20":1,"209":3,"21":47,"210":2,"214":3,"215":4,"221":16,"223":31,"224":10,"225":49,"23":25,"24":70,"25":18,"257":3,"26":9,"268":1,"27":5,"279":3,"28":14,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":4,"33":1,"34":8,"35":4,"352":51,"36":16,"37":6,"38":44,"380":1,"381":3,"383":2,"39":8,"391":4,"397":1,"40":5,"409":1,"41":7,"414":5,"415":1,"42":9,"426":2,"43":4,"430":1,"44":4,"45":9,"46":10,"48":5,"49":9,"5":48,"51":2,"52":5,"53":2,"56":4,"6":13,"7":32,"8":13,"9":19,"all_client":10499,"all_tv_clinet":937,"insert_time":"2014-08-21T19:59:54.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9525,"10":2,"107":48,"11":47,"13":25,"14":9,"15":5,"155":1,"158":1,"16":9,"160":1,"161":3,"167":1,"17":3,"18":79,"19":5,"20":1,"209":3,"21":45,"210":2,"214":3,"215":4,"221":15,"223":31,"224":10,"225":47,"23":24,"24":67,"25":20,"257":3,"26":9,"268":1,"27":5,"279":3,"28":14,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":4,"33":1,"34":8,"35":4,"352":50,"36":15,"37":7,"38":47,"380":1,"381":3,"383":2,"39":7,"391":4,"397":1,"40":5,"409":1,"41":7,"414":5,"415":1,"42":9,"426":2,"43":4,"430":1,"44":4,"45":8,"46":10,"48":5,"49":10,"5":47,"51":2,"52":5,"53":3,"56":4,"6":15,"7":31,"8":14,"9":18,"all_client":10455,"all_tv_clinet":930,"insert_time":"2014-08-21T20:00:54.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9505,"10":1,"107":50,"11":45,"13":24,"14":9,"15":5,"158":1,"16":9,"160":1,"161":3,"167":1,"17":2,"18":81,"19":5,"20":1,"209":2,"21":48,"210":2,"214":3,"215":4,"221":15,"223":32,"224":10,"225":47,"23":23,"24":67,"25":19,"257":2,"26":8,"27":5,"273":1,"279":3,"28":14,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":3,"33":1,"34":8,"35":4,"352":50,"36":15,"37":7,"38":46,"380":1,"381":3,"383":2,"39":7,"391":4,"397":1,"40":6,"409":1,"41":7,"414":5,"415":1,"42":9,"426":2,"43":4,"430":1,"44":4,"45":6,"46":10,"48":5,"49":8,"5":49,"51":2,"52":5,"53":3,"56":3,"6":14,"7":31,"8":14,"9":17,"all_client":10426,"all_tv_clinet":921,"insert_time":"2014-08-21T20:01:54.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9474,"10":1,"107":49,"11":45,"13":25,"14":9,"15":5,"155":1,"158":1,"16":5,"160":1,"161":3,"167":1,"17":2,"18":79,"19":5,"20":1,"209":2,"21":46,"210":2,"214":3,"215":4,"221":13,"223":32,"224":9,"225":47,"23":24,"24":64,"25":19,"257":2,"26":7,"27":5,"273":1,"279":3,"28":14,"282":4,"291":3,"292":5,"30":2,"302":1,"31":4,"32":2,"33":1,"34":10,"35":5,"352":50,"36":16,"37":7,"38":45,"380":1,"381":3,"383":1,"39":7,"391":4,"396":1,"397":1,"40":6,"409":1,"41":7,"414":5,"415":2,"42":9,"426":2,"43":4,"44":4,"45":6,"46":11,"48":5,"49":8,"5":48,"51":1,"52":5,"53":3,"56":2,"6":15,"7":32,"8":14,"9":15,"all_client":10382,"all_tv_clinet":908,"insert_time":"2014-08-21T20:02:54.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9424,"10":1,"107":49,"11":43,"13":27,"14":9,"15":5,"155":1,"158":1,"16":5,"160":1,"161":3,"167":1,"17":2,"18":79,"19":6,"20":1,"209":2,"21":50,"210":1,"214":3,"215":4,"221":13,"223":31,"224":9,"225":46,"23":24,"24":61,"25":20,"257":2,"26":7,"27":6,"273":1,"279":3,"28":15,"282":2,"291":3,"292":5,"30":2,"302":1,"31":3,"32":2,"33":1,"34":11,"35":5,"352":49,"36":17,"37":7,"38":42,"380":1,"381":3,"383":1,"39":8,"391":4,"396":1,"397":1,"40":6,"409":1,"41":7,"414":4,"415":2,"42":9,"426":3,"43":4,"44":4,"45":6,"46":10,"48":4,"49":9,"5":48,"51":1,"52":5,"53":2,"56":2,"6":16,"7":32,"8":13,"9":16,"all_client":10329,"all_tv_clinet":905,"insert_time":"2014-08-21T20:03:54.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9404,"10":1,"107":45,"11":44,"13":27,"14":9,"15":5,"155":1,"158":1,"16":3,"161":3,"167":1,"17":2,"18":78,"19":6,"20":2,"209":2,"21":50,"210":1,"214":3,"215":4,"221":12,"223":29,"224":8,"225":48,"23":24,"24":60,"25":20,"257":2,"26":7,"27":6,"279":3,"28":15,"282":2,"291":3,"292":5,"30":2,"302":1,"31":3,"32":2,"33":1,"34":10,"35":5,"352":49,"36":16,"37":7,"38":41,"380":1,"381":4,"383":2,"39":7,"391":4,"396":1,"397":1,"40":8,"409":1,"41":6,"414":4,"415":2,"42":9,"426":3,"43":4,"44":4,"45":6,"46":10,"48":4,"49":9,"5":48,"51":1,"52":5,"53":3,"56":2,"6":16,"7":32,"8":13,"9":15,"all_client":10298,"all_tv_clinet":894,"insert_time":"2014-08-21T20:04:54.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9328,"107":44,"11":45,"13":26,"14":9,"15":5,"155":1,"158":1,"16":3,"161":3,"167":1,"17":2,"18":79,"19":6,"20":2,"209":2,"21":49,"210":1,"214":3,"215":4,"221":16,"223":29,"224":10,"225":47,"23":24,"24":63,"25":18,"257":2,"26":7,"27":6,"279":3,"28":14,"282":2,"291":3,"292":5,"30":2,"302":1,"31":3,"32":2,"33":1,"34":9,"35":5,"352":51,"36":15,"37":7,"38":43,"380":1,"381":4,"383":2,"39":8,"391":4,"396":1,"397":1,"40":8,"409":1,"41":7,"414":4,"415":2,"42":9,"426":3,"43":4,"44":4,"45":6,"46":12,"48":4,"49":9,"5":50,"51":1,"52":4,"53":3,"56":2,"6":16,"7":31,"8":12,"9":15,"all_client":10230,"all_tv_clinet":902,"insert_time":"2014-08-21T20:05:54.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9296,"107":46,"11":46,"13":22,"14":9,"15":5,"155":1,"158":1,"16":2,"161":3,"167":1,"17":2,"18":78,"19":6,"20":2,"209":2,"21":49,"210":1,"214":3,"215":4,"221":18,"223":32,"224":10,"225":48,"23":24,"24":66,"25":17,"257":2,"26":7,"27":6,"279":3,"28":14,"282":3,"291":3,"292":5,"30":2,"302":1,"31":3,"32":2,"33":2,"34":8,"35":5,"352":51,"36":15,"37":6,"38":44,"380":1,"381":4,"383":2,"39":9,"391":4,"396":1,"397":1,"40":7,"409":1,"41":8,"414":4,"415":1,"42":9,"426":3,"43":4,"44":4,"45":5,"46":12,"48":5,"49":8,"5":51,"51":1,"52":4,"53":3,"56":2,"6":15,"7":31,"8":11,"9":16,"all_client":10203,"all_tv_clinet":907,"insert_time":"2014-08-21T20:06:54.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9267,"107":42,"11":46,"13":22,"14":8,"15":5,"155":1,"158":1,"16":2,"161":3,"167":1,"17":2,"18":77,"19":6,"20":2,"209":2,"21":49,"210":1,"214":3,"215":4,"221":20,"223":32,"224":10,"225":47,"23":26,"24":64,"25":19,"257":2,"26":7,"27":6,"279":3,"28":13,"282":3,"291":3,"292":5,"30":2,"302":1,"31":3,"32":2,"33":2,"34":8,"35":4,"352":52,"36":15,"37":6,"38":41,"380":1,"381":4,"383":1,"39":10,"391":4,"396":1,"397":1,"40":9,"409":1,"41":8,"414":4,"415":2,"42":9,"426":3,"43":4,"44":4,"45":4,"46":12,"48":5,"49":7,"5":52,"52":4,"53":3,"56":2,"6":15,"7":30,"8":11,"9":17,"all_client":10168,"all_tv_clinet":901,"insert_time":"2014-08-21T20:07:54.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9214,"107":41,"11":46,"13":24,"14":8,"15":5,"155":1,"158":1,"16":2,"161":4,"167":1,"17":2,"18":74,"19":7,"20":2,"209":2,"21":49,"210":1,"214":3,"215":4,"221":16,"223":31,"224":10,"225":48,"23":28,"24":63,"25":20,"257":2,"26":8,"27":6,"279":3,"28":12,"282":3,"291":3,"292":5,"30":2,"302":1,"31":3,"314":1,"32":2,"33":2,"34":10,"35":4,"352":53,"36":15,"37":7,"38":38,"380":1,"381":4,"383":1,"39":10,"391":4,"396":1,"397":1,"40":9,"409":1,"41":10,"414":4,"415":2,"419":1,"42":9,"426":3,"43":5,"44":4,"45":3,"46":12,"48":4,"49":7,"5":52,"51":1,"52":4,"53":3,"56":2,"6":15,"7":28,"8":11,"9":18,"all_client":10117,"all_tv_clinet":903,"insert_time":"2014-08-21T20:08:54.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9153,"107":41,"11":44,"13":24,"14":8,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":2,"18":73,"19":7,"20":2,"209":2,"21":50,"210":1,"214":3,"215":4,"221":17,"223":32,"224":10,"225":47,"23":30,"24":61,"25":20,"257":2,"26":8,"27":6,"279":3,"28":12,"282":3,"291":3,"292":4,"30":2,"302":1,"31":3,"314":1,"32":2,"33":2,"34":9,"35":4,"352":53,"36":15,"37":7,"38":40,"380":1,"381":4,"383":1,"39":10,"391":4,"396":1,"397":1,"40":9,"409":1,"41":10,"414":4,"415":2,"419":1,"42":9,"426":3,"43":5,"44":4,"45":3,"46":13,"48":4,"49":8,"5":52,"51":2,"52":4,"53":3,"56":2,"6":15,"7":27,"8":10,"9":17,"all_client":10056,"all_tv_clinet":903,"insert_time":"2014-08-21T20:09:54.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9130,"107":39,"11":43,"13":24,"14":9,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":2,"18":74,"19":6,"20":2,"209":2,"21":51,"210":1,"214":3,"215":4,"221":15,"223":31,"224":10,"225":46,"23":32,"24":56,"25":18,"257":3,"26":8,"27":5,"279":3,"28":11,"282":3,"291":3,"292":4,"30":2,"302":1,"31":3,"314":1,"32":2,"33":2,"34":9,"35":4,"352":52,"36":15,"37":7,"38":39,"380":1,"381":4,"383":1,"39":10,"391":4,"396":1,"397":1,"40":8,"409":1,"41":11,"414":3,"415":2,"419":1,"42":9,"426":4,"43":5,"44":2,"45":3,"46":15,"48":4,"49":8,"5":52,"51":2,"52":4,"53":3,"56":2,"6":15,"7":28,"8":9,"9":17,"all_client":10020,"all_tv_clinet":890,"insert_time":"2014-08-21T20:10:55.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9110,"10":1,"107":38,"11":43,"13":20,"14":9,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":2,"18":75,"19":6,"20":2,"209":2,"21":49,"210":1,"214":3,"215":4,"221":13,"223":34,"224":10,"225":47,"23":31,"24":58,"25":19,"257":3,"26":8,"27":5,"279":3,"28":11,"282":2,"291":3,"292":4,"30":1,"302":1,"31":3,"32":2,"33":2,"34":9,"35":5,"352":48,"36":15,"37":6,"38":41,"380":1,"381":3,"383":1,"39":10,"391":4,"396":1,"40":10,"409":1,"41":12,"414":1,"415":3,"42":8,"426":5,"43":6,"44":2,"45":3,"46":14,"48":5,"49":8,"5":51,"51":2,"52":4,"53":3,"56":2,"570":1,"6":15,"7":27,"8":11,"9":19,"all_client":9997,"all_tv_clinet":887,"insert_time":"2014-08-21T20:11:55.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9060,"10":1,"107":38,"11":43,"13":19,"14":9,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":2,"18":76,"19":6,"20":2,"209":2,"21":48,"210":1,"214":3,"215":4,"221":14,"223":36,"224":10,"225":47,"23":30,"24":59,"25":19,"257":3,"26":8,"27":7,"279":4,"28":12,"282":2,"291":3,"292":4,"30":1,"302":1,"31":3,"32":2,"33":2,"34":8,"35":5,"352":46,"36":14,"37":6,"38":44,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":10,"409":1,"41":12,"414":1,"415":3,"42":7,"426":5,"43":6,"44":1,"45":3,"46":14,"48":5,"49":7,"5":53,"51":3,"52":3,"53":3,"56":2,"570":1,"6":14,"7":26,"8":12,"9":19,"all_client":9950,"all_tv_clinet":890,"insert_time":"2014-08-21T20:12:55.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9008,"10":1,"107":40,"11":41,"13":19,"14":9,"15":5,"155":1,"158":1,"16":2,"161":6,"167":2,"17":1,"18":74,"19":7,"20":2,"209":1,"21":44,"210":1,"214":3,"215":4,"221":15,"223":37,"224":10,"225":46,"23":30,"24":58,"25":19,"257":3,"26":8,"27":7,"279":5,"28":12,"282":2,"291":3,"292":4,"302":1,"31":3,"32":2,"33":2,"34":8,"35":5,"352":51,"36":14,"37":5,"38":45,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":10,"409":1,"41":12,"414":1,"415":3,"42":7,"426":5,"43":6,"44":1,"45":3,"46":15,"48":5,"49":7,"5":50,"51":2,"52":4,"53":3,"56":2,"570":1,"6":15,"7":28,"8":12,"9":21,"all_client":9901,"all_tv_clinet":893,"insert_time":"2014-08-21T20:13:55.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8977,"10":1,"107":43,"11":39,"13":19,"14":9,"15":5,"155":1,"158":1,"16":2,"161":5,"167":2,"17":1,"18":75,"19":7,"20":2,"209":1,"21":45,"210":1,"214":2,"215":4,"221":15,"223":38,"224":10,"225":43,"23":30,"24":58,"25":19,"257":3,"26":8,"27":8,"279":5,"28":11,"282":2,"291":2,"292":4,"302":1,"31":3,"32":2,"33":2,"34":8,"35":4,"352":50,"36":15,"37":5,"38":43,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":10,"409":1,"41":11,"414":2,"415":2,"42":5,"426":4,"43":4,"44":1,"45":3,"46":15,"48":5,"49":8,"5":50,"51":1,"52":4,"53":3,"56":2,"570":1,"6":15,"7":29,"8":11,"9":21,"all_client":9859,"all_tv_clinet":882,"insert_time":"2014-08-21T20:14:55.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8949,"10":1,"107":45,"11":38,"13":19,"14":9,"15":5,"155":1,"158":1,"16":1,"161":5,"167":2,"17":1,"18":76,"19":7,"20":2,"209":1,"21":43,"210":1,"214":2,"215":4,"221":14,"223":35,"224":11,"225":39,"23":29,"24":61,"25":18,"257":3,"26":8,"27":10,"273":1,"279":5,"28":8,"282":2,"291":2,"292":4,"302":1,"31":2,"32":2,"33":2,"34":7,"35":4,"352":50,"36":13,"37":6,"38":45,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":10,"409":1,"41":12,"414":2,"415":2,"42":5,"426":4,"43":3,"44":1,"45":3,"46":15,"48":5,"49":9,"5":47,"51":2,"52":4,"53":3,"56":2,"570":1,"6":15,"7":30,"8":13,"9":21,"all_client":9825,"all_tv_clinet":876,"insert_time":"2014-08-21T20:15:55.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8927,"10":2,"107":44,"11":38,"13":18,"14":9,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":1,"18":74,"19":6,"20":2,"209":1,"21":43,"210":1,"214":2,"215":4,"221":15,"223":38,"224":11,"225":43,"23":28,"24":60,"25":18,"257":2,"26":8,"27":10,"273":1,"279":5,"28":8,"282":2,"291":2,"292":4,"302":1,"31":2,"32":3,"33":1,"34":9,"35":4,"352":49,"36":13,"37":6,"38":46,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":9,"409":1,"41":11,"414":2,"415":2,"42":5,"426":4,"43":3,"44":1,"45":3,"46":14,"48":5,"49":9,"5":48,"51":3,"52":4,"53":3,"56":2,"570":1,"6":15,"7":29,"8":13,"9":23,"all_client":9806,"all_tv_clinet":879,"insert_time":"2014-08-21T20:16:55.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8889,"10":2,"107":44,"11":40,"13":20,"14":9,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":1,"18":73,"19":6,"20":2,"209":1,"21":44,"210":1,"214":2,"215":4,"221":15,"223":39,"224":12,"225":43,"23":28,"24":59,"25":17,"257":3,"26":8,"27":10,"273":1,"279":4,"28":9,"282":2,"291":2,"292":4,"31":2,"32":3,"33":1,"34":8,"35":4,"352":51,"36":13,"37":6,"38":43,"380":1,"381":4,"383":1,"39":9,"391":4,"396":1,"40":9,"409":1,"41":10,"414":2,"415":3,"42":6,"426":4,"43":3,"44":1,"45":3,"46":14,"48":5,"49":9,"5":47,"51":3,"52":6,"53":4,"56":2,"570":1,"6":15,"7":28,"8":14,"9":24,"all_client":9774,"all_tv_clinet":885,"insert_time":"2014-08-21T20:17:55.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8859,"10":2,"107":45,"11":39,"13":22,"14":11,"15":5,"155":1,"158":1,"16":2,"161":4,"167":2,"17":1,"18":73,"19":5,"20":2,"209":1,"21":44,"210":1,"214":2,"215":4,"221":12,"223":37,"224":10,"225":43,"23":26,"24":58,"25":18,"257":3,"26":7,"27":8,"273":2,"279":4,"28":9,"282":2,"291":2,"292":4,"30":1,"31":2,"32":3,"33":1,"34":8,"35":4,"352":49,"36":14,"37":6,"38":45,"381":3,"383":1,"39":9,"391":3,"40":9,"409":1,"41":9,"414":2,"415":3,"42":6,"426":3,"43":3,"44":1,"45":3,"46":15,"48":5,"49":8,"5":47,"51":3,"52":6,"53":4,"56":3,"570":1,"6":16,"7":27,"8":13,"9":24,"all_client":9732,"all_tv_clinet":873,"insert_time":"2014-08-21T20:18:55.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8803,"10":2,"107":50,"11":40,"12":1,"13":22,"14":11,"15":5,"155":1,"158":1,"16":2,"161":5,"167":2,"17":1,"18":73,"19":5,"20":2,"209":1,"21":41,"210":1,"214":2,"215":4,"221":11,"223":37,"224":11,"225":42,"23":26,"24":57,"25":19,"257":3,"26":7,"27":9,"273":2,"279":4,"28":8,"282":2,"291":2,"292":4,"30":1,"31":1,"32":3,"33":1,"34":7,"35":4,"352":49,"36":13,"37":7,"38":48,"381":3,"383":1,"39":9,"391":3,"40":9,"409":1,"41":10,"414":2,"415":3,"42":6,"426":3,"43":3,"44":2,"45":3,"46":14,"48":5,"49":8,"5":48,"51":3,"52":6,"53":3,"56":3,"570":1,"6":15,"7":26,"8":14,"80":1,"9":22,"all_client":9680,"all_tv_clinet":877,"insert_time":"2014-08-21T20:19:55.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8801,"10":2,"107":48,"11":40,"12":1,"13":20,"14":11,"15":5,"155":2,"158":1,"16":1,"161":5,"167":2,"17":1,"18":71,"19":5,"20":2,"209":2,"21":39,"210":1,"214":3,"215":4,"221":10,"223":37,"224":10,"225":44,"23":28,"24":58,"25":19,"257":3,"26":7,"27":9,"273":2,"279":3,"28":8,"282":2,"291":2,"292":5,"30":1,"31":1,"32":3,"33":1,"34":7,"347":1,"35":4,"352":47,"36":12,"37":7,"38":47,"381":3,"383":1,"39":10,"391":3,"397":1,"40":9,"409":1,"41":9,"414":4,"415":3,"42":6,"426":1,"43":2,"44":2,"45":3,"46":12,"48":5,"49":9,"5":47,"51":4,"52":5,"53":3,"56":3,"6":15,"7":26,"8":14,"80":1,"9":22,"all_client":9669,"all_tv_clinet":868,"insert_time":"2014-08-21T20:20:55.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8779,"10":2,"107":47,"11":41,"12":1,"13":20,"14":11,"15":5,"155":2,"158":1,"16":1,"161":6,"167":2,"17":1,"18":71,"19":5,"20":3,"209":2,"21":40,"210":1,"214":3,"215":4,"221":9,"223":38,"224":11,"225":43,"23":28,"24":56,"25":18,"257":3,"26":7,"268":1,"27":11,"273":2,"279":3,"28":7,"282":2,"291":2,"292":5,"30":1,"31":2,"32":3,"33":1,"34":7,"347":1,"35":4,"352":45,"36":11,"37":8,"38":45,"381":3,"383":1,"39":9,"391":3,"397":1,"40":7,"409":1,"41":8,"414":4,"415":4,"42":7,"426":1,"43":2,"44":2,"45":3,"46":10,"48":5,"49":10,"5":48,"51":4,"52":4,"53":3,"56":3,"6":15,"7":24,"8":14,"80":1,"9":26,"all_client":9645,"all_tv_clinet":866,"insert_time":"2014-08-21T20:21:55.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8751,"10":2,"107":42,"11":45,"12":1,"13":21,"14":12,"15":5,"155":2,"158":1,"16":2,"161":8,"167":1,"17":1,"18":71,"19":5,"20":3,"209":2,"21":40,"210":1,"214":3,"215":5,"221":9,"223":39,"224":11,"225":42,"23":27,"24":57,"25":18,"257":3,"26":6,"268":1,"27":11,"273":2,"279":3,"28":7,"282":2,"291":2,"292":5,"30":2,"31":2,"32":3,"33":2,"34":7,"347":1,"35":5,"352":46,"36":10,"37":8,"38":43,"381":3,"383":3,"39":5,"391":3,"397":1,"40":7,"409":1,"41":7,"414":6,"415":5,"42":7,"43":3,"44":2,"45":3,"46":9,"48":5,"49":9,"5":46,"51":3,"52":3,"53":2,"56":3,"6":15,"7":25,"8":14,"80":1,"9":27,"all_client":9616,"all_tv_clinet":865,"insert_time":"2014-08-21T20:22:55.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8704,"10":2,"107":44,"11":46,"12":1,"13":22,"14":11,"15":5,"155":2,"158":1,"16":2,"161":10,"167":1,"17":1,"18":70,"19":5,"20":3,"209":2,"21":37,"210":1,"214":3,"215":5,"221":9,"223":39,"224":11,"225":42,"23":26,"24":57,"25":16,"257":4,"26":6,"268":2,"27":11,"273":2,"279":3,"28":7,"282":2,"291":2,"292":5,"30":2,"31":2,"32":3,"33":2,"34":7,"347":1,"35":4,"352":48,"36":11,"37":8,"38":48,"381":3,"383":3,"39":5,"391":2,"397":1,"40":7,"409":1,"41":7,"414":6,"415":5,"42":7,"43":3,"44":1,"45":4,"46":9,"48":5,"49":9,"5":44,"51":3,"52":3,"53":2,"56":3,"6":14,"7":25,"8":14,"80":1,"9":26,"all_client":9571,"all_tv_clinet":867,"insert_time":"2014-08-21T20:23:56.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8671,"10":2,"107":41,"11":47,"12":1,"13":22,"14":12,"15":4,"155":1,"158":1,"16":2,"161":11,"17":1,"18":68,"19":5,"20":3,"209":3,"21":37,"210":1,"214":3,"215":5,"221":9,"223":40,"224":9,"225":44,"23":25,"24":54,"25":18,"257":3,"26":7,"268":2,"27":8,"273":2,"279":3,"28":7,"282":2,"291":2,"292":5,"30":2,"31":3,"32":3,"33":2,"34":7,"347":1,"35":5,"352":50,"36":12,"37":8,"38":48,"381":3,"383":3,"39":5,"391":2,"397":1,"40":7,"409":1,"41":6,"414":6,"415":4,"42":7,"43":4,"44":1,"45":4,"46":8,"48":6,"49":9,"5":46,"51":3,"52":3,"53":2,"56":3,"6":14,"7":26,"8":15,"80":1,"9":27,"all_client":9539,"all_tv_clinet":868,"insert_time":"2014-08-21T20:24:56.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8626,"10":2,"107":37,"11":47,"12":1,"13":22,"14":12,"15":4,"155":1,"158":1,"16":2,"161":11,"17":1,"18":68,"19":5,"20":3,"209":4,"21":36,"210":1,"214":3,"215":5,"221":8,"223":39,"224":8,"225":47,"23":25,"24":53,"25":17,"257":3,"26":9,"268":2,"27":8,"273":2,"279":2,"28":10,"282":2,"291":2,"292":6,"30":1,"31":4,"32":3,"33":2,"34":6,"347":1,"35":5,"352":49,"36":12,"37":8,"38":49,"381":3,"383":2,"39":6,"391":2,"397":1,"40":7,"409":1,"41":6,"414":5,"415":4,"42":7,"43":4,"44":1,"45":4,"46":8,"48":7,"49":10,"5":46,"51":3,"52":3,"53":2,"56":3,"6":14,"7":28,"8":15,"9":27,"all_client":9494,"all_tv_clinet":868,"insert_time":"2014-08-21T20:25:56.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8612,"10":1,"107":37,"11":45,"12":1,"13":21,"14":12,"15":3,"155":1,"158":1,"16":2,"161":12,"17":1,"18":68,"19":4,"20":3,"209":5,"21":37,"210":1,"214":3,"215":5,"221":9,"223":37,"224":8,"225":47,"23":25,"24":54,"25":18,"257":1,"26":10,"268":2,"27":8,"273":2,"279":2,"28":10,"282":2,"291":2,"292":6,"31":6,"32":3,"33":2,"34":5,"347":1,"35":5,"352":48,"36":13,"37":10,"38":46,"381":3,"383":2,"39":6,"391":2,"397":1,"40":7,"409":1,"41":5,"414":3,"415":5,"42":7,"426":2,"43":4,"44":1,"45":3,"46":8,"48":7,"49":10,"5":46,"51":3,"52":3,"53":2,"56":3,"6":13,"7":29,"8":14,"9":27,"all_client":9474,"all_tv_clinet":862,"insert_time":"2014-08-21T20:26:56.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8593,"10":1,"107":35,"11":45,"12":1,"13":20,"14":12,"15":3,"155":1,"158":1,"16":3,"161":11,"167":1,"17":1,"18":68,"19":4,"20":3,"209":5,"21":35,"210":1,"214":3,"215":5,"221":8,"223":37,"224":8,"225":51,"23":24,"24":58,"25":19,"257":1,"26":9,"268":2,"27":6,"273":2,"279":3,"28":10,"282":2,"291":2,"292":6,"31":5,"32":3,"33":2,"34":6,"347":1,"35":5,"352":48,"36":13,"37":10,"38":45,"381":3,"383":2,"39":6,"391":2,"397":1,"40":6,"409":1,"41":5,"414":4,"415":5,"42":7,"426":2,"43":4,"44":1,"45":3,"46":8,"48":6,"49":10,"5":45,"51":2,"52":3,"53":1,"56":3,"6":12,"7":29,"8":13,"9":26,"all_client":9448,"all_tv_clinet":855,"insert_time":"2014-08-21T20:27:56.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8563,"107":33,"11":45,"12":1,"13":20,"14":12,"15":3,"155":1,"158":1,"16":3,"161":9,"167":1,"17":1,"18":67,"19":4,"20":3,"209":4,"21":34,"210":1,"214":3,"215":4,"221":8,"223":36,"224":8,"225":51,"23":25,"24":57,"25":18,"257":1,"26":7,"268":2,"27":6,"273":2,"279":3,"28":9,"282":2,"291":2,"292":6,"31":4,"32":3,"33":2,"34":6,"347":1,"35":6,"352":51,"36":13,"37":10,"38":44,"381":3,"383":3,"39":7,"391":2,"397":1,"40":6,"409":1,"41":6,"414":4,"415":5,"42":7,"426":2,"43":4,"44":1,"45":3,"46":8,"48":6,"49":10,"5":49,"51":2,"52":4,"53":1,"56":3,"6":10,"7":28,"8":11,"9":27,"all_client":9410,"all_tv_clinet":847,"insert_time":"2014-08-21T20:28:56.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8525,"107":33,"11":42,"12":1,"13":20,"14":12,"15":3,"155":1,"16":3,"161":9,"167":1,"17":1,"18":67,"19":4,"20":3,"209":4,"21":34,"210":1,"214":3,"215":5,"221":8,"223":37,"224":8,"225":54,"23":25,"24":55,"25":17,"257":1,"26":8,"268":2,"27":7,"273":2,"279":3,"28":9,"282":2,"291":2,"292":7,"30":1,"31":4,"32":3,"33":2,"34":6,"347":1,"35":4,"352":51,"36":12,"37":10,"38":44,"381":3,"383":3,"39":7,"391":2,"397":1,"40":6,"409":1,"41":6,"414":4,"415":4,"42":7,"426":2,"43":4,"44":1,"45":3,"46":8,"48":6,"49":10,"5":50,"51":1,"52":5,"56":3,"6":10,"7":29,"8":10,"9":25,"all_client":9368,"all_tv_clinet":843,"insert_time":"2014-08-21T20:29:56.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8507,"107":35,"11":43,"12":1,"13":18,"14":11,"15":4,"155":1,"16":2,"161":9,"167":1,"17":1,"18":69,"19":4,"20":4,"209":4,"21":34,"210":1,"214":3,"215":5,"221":10,"223":36,"224":8,"225":56,"23":25,"24":54,"25":16,"257":1,"26":9,"268":2,"27":6,"273":2,"279":3,"28":9,"282":2,"291":2,"292":7,"30":1,"31":4,"32":3,"33":2,"34":6,"347":1,"35":4,"352":47,"36":13,"37":9,"38":43,"381":3,"383":3,"39":8,"391":2,"397":1,"40":6,"409":1,"41":6,"414":4,"415":4,"42":7,"426":2,"43":4,"44":1,"45":3,"46":10,"48":6,"49":10,"5":49,"52":5,"56":3,"6":11,"7":28,"8":9,"9":25,"all_client":9349,"all_tv_clinet":842,"insert_time":"2014-08-21T20:30:56.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8482,"107":36,"11":40,"13":19,"14":12,"15":4,"155":1,"16":1,"161":9,"167":1,"17":1,"18":68,"19":5,"20":4,"209":4,"21":35,"210":1,"214":3,"215":5,"221":9,"223":35,"224":8,"225":55,"23":25,"24":54,"25":15,"257":1,"26":9,"268":2,"27":7,"273":2,"279":3,"28":9,"281":1,"282":2,"291":2,"292":7,"30":1,"31":6,"32":3,"33":2,"34":7,"347":1,"35":4,"352":47,"36":14,"37":10,"38":39,"381":3,"383":3,"39":8,"391":2,"397":1,"40":6,"409":1,"41":5,"414":4,"415":5,"42":7,"426":2,"43":4,"45":3,"46":11,"48":6,"49":10,"5":48,"51":1,"52":5,"53":1,"56":3,"6":13,"7":30,"8":10,"9":24,"all_client":9327,"all_tv_clinet":845,"insert_time":"2014-08-21T20:31:56.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8443,"107":38,"11":41,"13":20,"14":13,"15":4,"155":1,"16":2,"161":10,"167":1,"17":1,"18":66,"19":5,"20":4,"209":2,"21":38,"210":1,"214":3,"215":4,"221":9,"223":33,"224":7,"225":52,"23":25,"24":53,"25":18,"257":1,"26":9,"268":2,"27":7,"273":2,"279":3,"28":9,"281":1,"282":2,"291":2,"292":7,"30":1,"31":6,"32":3,"33":3,"34":7,"347":2,"35":4,"352":47,"36":15,"37":9,"38":39,"381":3,"383":3,"39":7,"391":2,"397":1,"40":6,"409":1,"41":3,"414":4,"415":5,"42":7,"426":2,"43":4,"45":3,"46":11,"48":6,"49":10,"5":47,"51":2,"52":5,"53":1,"56":3,"6":12,"7":31,"8":10,"9":25,"all_client":9289,"all_tv_clinet":846,"insert_time":"2014-08-21T20:32:56.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8398,"107":40,"11":41,"13":20,"14":13,"15":4,"155":1,"16":2,"160":1,"161":9,"167":1,"17":1,"18":67,"19":5,"20":3,"209":2,"21":40,"210":1,"214":2,"215":4,"221":11,"223":31,"224":7,"225":51,"23":24,"24":52,"25":17,"257":1,"26":9,"268":1,"27":7,"273":1,"279":2,"28":9,"281":1,"282":2,"291":2,"292":7,"30":2,"31":6,"32":3,"33":3,"34":7,"347":2,"35":4,"352":49,"36":15,"37":10,"38":39,"381":3,"383":3,"39":6,"391":2,"396":1,"397":1,"40":5,"409":1,"41":3,"414":4,"415":5,"42":7,"426":2,"43":5,"430":1,"44":2,"45":3,"46":12,"48":7,"49":9,"5":51,"51":2,"52":5,"53":1,"56":3,"6":11,"7":31,"8":10,"9":24,"all_client":9250,"all_tv_clinet":852,"insert_time":"2014-08-21T20:33:56.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8388,"107":37,"11":42,"13":20,"14":13,"15":4,"155":2,"16":2,"160":1,"161":9,"167":1,"17":1,"18":67,"19":5,"20":3,"209":2,"21":40,"210":1,"214":2,"215":3,"221":11,"223":32,"224":7,"225":55,"23":24,"24":51,"25":16,"257":1,"26":9,"268":1,"27":6,"273":1,"279":1,"28":9,"281":1,"282":2,"291":2,"292":7,"30":2,"31":5,"32":3,"33":2,"34":6,"347":2,"35":4,"352":47,"36":15,"37":9,"38":37,"381":3,"383":4,"39":6,"391":2,"396":1,"397":1,"40":5,"409":1,"41":3,"414":5,"415":4,"42":7,"426":2,"43":6,"430":1,"44":2,"45":3,"46":12,"48":6,"49":9,"5":49,"51":2,"52":6,"53":1,"56":3,"6":10,"7":32,"8":10,"9":25,"all_client":9232,"all_tv_clinet":844,"insert_time":"2014-08-21T20:34:56.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8359,"10":1,"107":34,"11":41,"13":17,"14":14,"15":4,"155":2,"16":2,"160":1,"161":9,"167":1,"17":1,"18":67,"19":5,"20":3,"209":4,"21":37,"210":1,"214":1,"215":3,"221":11,"223":32,"224":6,"225":53,"23":22,"24":52,"25":16,"257":1,"26":10,"268":1,"27":6,"273":1,"279":1,"28":10,"281":1,"282":1,"291":2,"292":7,"30":2,"31":5,"32":4,"33":2,"34":6,"347":1,"35":5,"352":48,"36":16,"37":9,"38":37,"381":3,"383":5,"39":6,"391":2,"396":1,"397":1,"40":4,"409":1,"41":3,"414":5,"415":3,"42":8,"426":2,"43":6,"430":1,"44":2,"45":3,"46":12,"48":7,"49":9,"5":48,"51":2,"52":6,"53":1,"56":3,"6":12,"7":31,"8":10,"9":26,"all_client":9198,"all_tv_clinet":839,"insert_time":"2014-08-21T20:35:56.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8343,"10":1,"107":33,"11":40,"13":18,"14":15,"15":4,"155":2,"16":2,"161":8,"167":1,"17":1,"18":66,"19":5,"20":3,"209":4,"21":39,"210":1,"214":1,"215":3,"221":11,"223":31,"224":6,"225":55,"23":21,"24":54,"25":16,"257":1,"26":10,"268":1,"27":6,"279":1,"28":11,"281":1,"282":1,"291":2,"292":6,"30":2,"31":5,"32":4,"33":2,"34":6,"347":1,"35":7,"352":46,"36":16,"37":9,"38":36,"381":3,"383":5,"39":6,"391":1,"397":1,"40":4,"409":1,"41":3,"414":5,"415":3,"42":8,"426":2,"43":6,"430":1,"44":2,"45":3,"46":12,"48":7,"49":9,"5":48,"51":2,"52":6,"53":1,"56":3,"6":12,"7":32,"8":8,"80":1,"9":25,"all_client":9178,"all_tv_clinet":835,"insert_time":"2014-08-21T20:36:56.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8324,"10":1,"107":34,"11":40,"13":18,"14":15,"15":4,"155":2,"16":2,"161":7,"167":1,"17":1,"18":64,"19":5,"20":3,"209":4,"21":40,"210":1,"214":1,"215":3,"221":12,"223":31,"224":6,"225":53,"23":22,"24":55,"25":14,"257":1,"26":10,"268":1,"27":6,"279":2,"28":11,"281":1,"282":1,"291":2,"292":6,"30":2,"302":1,"31":6,"32":4,"33":2,"34":6,"347":1,"35":7,"352":49,"36":15,"37":9,"38":33,"381":2,"383":4,"39":6,"391":1,"397":1,"40":4,"409":1,"41":3,"414":4,"415":3,"42":8,"426":3,"43":6,"430":1,"44":3,"45":3,"46":12,"48":6,"49":9,"5":47,"51":3,"52":6,"53":1,"56":3,"6":12,"7":30,"8":8,"80":1,"9":25,"all_client":9155,"all_tv_clinet":831,"insert_time":"2014-08-21T20:37:57.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8298,"10":1,"107":32,"11":40,"13":19,"14":15,"15":4,"155":2,"16":2,"161":7,"167":1,"17":1,"18":63,"19":5,"20":3,"209":2,"21":42,"210":1,"214":1,"215":4,"221":12,"223":33,"224":6,"225":53,"23":24,"24":51,"25":14,"257":1,"26":11,"268":1,"27":5,"279":2,"28":11,"281":1,"282":1,"291":2,"292":6,"30":2,"302":1,"31":5,"32":4,"33":2,"34":5,"347":1,"35":7,"352":47,"36":14,"37":9,"38":35,"381":2,"383":5,"39":6,"391":1,"397":1,"40":4,"409":1,"41":5,"414":4,"415":4,"42":8,"426":3,"43":6,"430":1,"44":4,"45":3,"46":12,"48":5,"49":10,"5":49,"51":3,"52":5,"53":1,"56":3,"6":12,"7":30,"8":8,"80":1,"9":24,"all_client":9130,"all_tv_clinet":832,"insert_time":"2014-08-21T20:38:57.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8281,"10":1,"107":31,"11":40,"13":22,"14":14,"15":4,"155":2,"16":3,"161":8,"167":1,"18":63,"19":5,"20":3,"209":1,"21":43,"210":1,"214":2,"215":4,"221":11,"223":33,"224":6,"225":52,"23":26,"24":51,"25":14,"26":11,"268":1,"27":3,"279":2,"28":10,"281":1,"282":1,"291":2,"292":6,"30":2,"302":1,"31":5,"32":4,"33":2,"34":5,"347":1,"35":8,"352":49,"36":14,"37":11,"38":35,"381":2,"383":5,"39":5,"391":1,"396":1,"397":1,"40":4,"41":5,"414":4,"415":4,"42":8,"426":3,"43":6,"430":1,"44":4,"45":3,"46":10,"48":5,"49":10,"5":49,"51":3,"52":5,"53":1,"56":3,"6":12,"7":30,"8":8,"80":1,"9":24,"all_client":9114,"all_tv_clinet":833,"insert_time":"2014-08-21T20:39:57.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8244,"10":1,"107":32,"11":41,"13":22,"14":14,"15":4,"155":2,"16":3,"161":9,"167":1,"18":65,"19":5,"20":3,"209":1,"21":46,"210":1,"214":2,"215":4,"221":11,"223":31,"224":6,"225":50,"23":27,"24":53,"25":14,"26":11,"268":1,"27":2,"279":1,"28":10,"281":1,"282":2,"291":2,"292":6,"30":2,"302":1,"31":5,"32":4,"33":2,"34":5,"347":1,"35":8,"352":45,"36":14,"37":11,"38":35,"381":2,"383":4,"39":5,"391":1,"396":1,"397":1,"40":3,"41":4,"414":5,"415":5,"42":9,"426":2,"43":4,"430":1,"44":4,"45":3,"46":11,"48":5,"49":9,"5":49,"51":3,"52":5,"53":1,"56":3,"6":12,"7":29,"8":8,"80":1,"9":26,"all_client":9077,"all_tv_clinet":833,"insert_time":"2014-08-21T20:40:57.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8227,"10":1,"107":34,"11":42,"13":24,"14":12,"15":4,"155":2,"16":3,"161":8,"167":1,"18":65,"19":5,"20":3,"209":1,"21":44,"210":1,"214":2,"215":4,"221":11,"223":30,"224":6,"225":52,"23":28,"24":51,"25":14,"26":9,"268":1,"27":2,"279":1,"28":11,"281":1,"282":2,"291":2,"292":6,"30":2,"31":5,"32":4,"33":1,"34":5,"347":1,"35":8,"352":48,"36":14,"37":11,"38":35,"381":2,"383":3,"39":5,"391":1,"396":1,"397":1,"40":3,"41":4,"414":5,"415":5,"42":9,"426":2,"43":4,"430":1,"44":5,"45":4,"46":11,"48":5,"49":9,"5":50,"51":2,"52":5,"53":1,"56":3,"6":11,"7":30,"8":8,"80":1,"9":28,"all_client":9063,"all_tv_clinet":836,"insert_time":"2014-08-21T20:41:57.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8196,"10":1,"107":36,"11":44,"13":24,"14":12,"15":4,"155":2,"16":3,"161":8,"167":1,"18":64,"19":5,"20":3,"209":1,"21":45,"210":1,"214":2,"215":3,"221":11,"223":29,"224":6,"225":50,"23":29,"24":51,"25":13,"26":9,"268":1,"27":2,"28":11,"281":1,"282":2,"291":2,"292":6,"30":2,"31":5,"32":4,"33":1,"34":3,"347":1,"35":8,"352":51,"36":14,"37":10,"38":34,"381":2,"383":3,"39":6,"391":1,"397":1,"40":3,"409":1,"41":4,"414":5,"415":5,"42":8,"426":2,"43":3,"430":1,"44":4,"45":4,"46":12,"48":5,"49":9,"5":50,"51":2,"52":5,"53":1,"56":3,"6":12,"63":1,"7":29,"8":9,"9":28,"all_client":9030,"all_tv_clinet":834,"insert_time":"2014-08-21T20:42:57.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8186,"10":2,"107":39,"11":42,"13":23,"14":12,"15":4,"155":2,"16":3,"161":8,"167":1,"18":64,"19":5,"20":2,"209":1,"21":46,"210":1,"214":2,"215":4,"221":11,"223":31,"224":7,"225":47,"23":27,"24":49,"25":12,"257":1,"26":9,"268":1,"27":2,"28":12,"281":1,"282":1,"291":2,"292":6,"30":2,"31":6,"32":4,"33":2,"34":3,"347":1,"35":7,"352":48,"36":14,"37":10,"38":36,"381":2,"383":2,"39":6,"391":1,"397":1,"40":3,"409":1,"41":5,"414":5,"415":5,"42":7,"426":2,"43":3,"430":1,"44":4,"45":4,"46":11,"48":5,"49":9,"5":51,"51":3,"52":6,"53":2,"56":3,"6":12,"63":1,"7":28,"8":9,"9":29,"all_client":9020,"all_tv_clinet":834,"insert_time":"2014-08-21T20:43:57.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8152,"10":2,"107":36,"11":41,"13":25,"14":12,"15":4,"155":2,"16":3,"161":8,"167":1,"18":64,"19":5,"20":2,"209":1,"21":44,"210":1,"214":2,"215":5,"221":14,"223":31,"224":6,"225":46,"23":27,"24":46,"25":14,"257":1,"26":8,"268":1,"27":2,"28":12,"281":1,"282":1,"291":2,"292":5,"30":2,"31":6,"32":4,"33":2,"34":4,"35":7,"352":49,"36":12,"37":10,"38":37,"381":2,"383":2,"39":6,"391":1,"397":1,"40":3,"409":1,"41":4,"414":5,"415":5,"42":6,"426":2,"43":3,"430":1,"44":4,"45":4,"46":11,"48":5,"49":7,"5":51,"51":3,"52":7,"53":2,"56":3,"6":12,"63":1,"7":28,"8":9,"9":29,"all_client":8978,"all_tv_clinet":826,"insert_time":"2014-08-21T20:44:57.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8131,"10":2,"107":34,"11":38,"13":25,"14":12,"15":4,"155":2,"16":3,"161":8,"167":1,"17":1,"18":65,"19":5,"20":1,"209":1,"21":43,"210":1,"214":2,"215":5,"221":13,"223":31,"224":6,"225":48,"23":27,"24":46,"25":15,"257":1,"26":8,"268":1,"27":2,"28":12,"281":1,"282":1,"291":2,"292":5,"30":2,"31":5,"32":4,"33":2,"34":4,"35":7,"352":50,"36":13,"37":10,"38":35,"381":2,"383":2,"39":6,"391":1,"397":1,"40":3,"409":1,"41":4,"414":5,"415":5,"42":6,"426":2,"43":3,"430":1,"44":4,"45":5,"46":11,"48":4,"49":7,"5":50,"51":3,"52":6,"53":2,"56":3,"6":11,"63":1,"7":27,"8":9,"9":29,"all_client":8949,"all_tv_clinet":818,"insert_time":"2014-08-21T20:45:57.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8119,"10":2,"107":31,"11":39,"13":24,"14":13,"15":4,"155":2,"16":2,"161":8,"167":1,"17":1,"18":64,"19":5,"20":2,"209":1,"21":45,"210":1,"214":2,"215":5,"221":13,"223":30,"224":6,"225":50,"23":26,"24":46,"25":16,"257":1,"26":9,"268":1,"27":2,"28":11,"281":1,"282":1,"291":2,"292":5,"30":2,"31":5,"32":3,"33":1,"34":4,"35":7,"352":46,"36":12,"37":10,"38":36,"381":2,"383":2,"39":6,"391":1,"397":1,"40":4,"409":1,"41":4,"414":4,"415":4,"42":6,"426":3,"43":4,"430":1,"44":4,"45":5,"46":11,"48":3,"49":7,"5":47,"51":2,"52":7,"53":2,"56":3,"6":11,"63":1,"7":27,"8":10,"9":29,"all_client":8929,"all_tv_clinet":810,"insert_time":"2014-08-21T20:46:57.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8102,"10":2,"107":31,"11":40,"13":25,"14":11,"15":3,"155":2,"16":2,"160":1,"161":7,"167":1,"17":1,"18":62,"19":5,"20":2,"209":1,"21":43,"210":1,"214":2,"215":5,"221":13,"223":29,"224":6,"225":51,"23":25,"24":44,"25":15,"257":1,"26":9,"268":1,"27":3,"28":11,"281":1,"282":2,"291":2,"292":5,"30":2,"31":5,"32":3,"33":1,"34":3,"35":6,"352":48,"36":11,"37":10,"38":35,"381":2,"383":1,"39":6,"391":1,"397":1,"40":4,"409":1,"41":4,"414":4,"415":4,"42":6,"426":3,"43":4,"430":1,"44":5,"45":5,"46":11,"48":4,"49":7,"5":46,"51":2,"52":7,"53":2,"56":3,"6":12,"63":1,"7":30,"8":10,"9":29,"all_client":8907,"all_tv_clinet":805,"insert_time":"2014-08-21T20:47:57.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8065,"10":2,"107":31,"11":40,"13":24,"14":13,"15":3,"155":2,"158":1,"16":2,"160":1,"161":8,"167":1,"17":1,"18":62,"19":5,"20":2,"209":1,"21":41,"210":1,"214":2,"215":6,"221":12,"223":27,"224":6,"225":52,"23":25,"24":46,"25":15,"257":1,"26":9,"268":2,"27":2,"28":11,"281":1,"282":2,"291":2,"292":5,"30":2,"31":5,"32":3,"33":1,"34":3,"35":5,"352":46,"36":13,"37":10,"38":36,"381":2,"383":1,"39":6,"391":1,"397":1,"40":4,"409":1,"41":5,"414":4,"415":4,"42":7,"426":3,"43":3,"44":5,"45":5,"46":12,"48":4,"49":7,"5":47,"51":2,"52":8,"53":2,"56":3,"6":12,"63":1,"7":30,"8":10,"9":31,"all_client":8877,"all_tv_clinet":812,"insert_time":"2014-08-21T20:48:57.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8049,"10":2,"107":30,"11":40,"13":22,"14":13,"15":3,"155":2,"158":1,"16":2,"160":1,"161":8,"167":1,"17":1,"18":63,"19":5,"20":2,"209":1,"21":41,"210":1,"214":2,"215":6,"221":12,"223":27,"224":5,"225":51,"23":24,"24":47,"25":15,"257":1,"26":9,"268":2,"27":2,"28":10,"281":1,"282":2,"291":2,"292":5,"30":2,"31":5,"32":3,"33":1,"34":3,"35":5,"352":47,"36":14,"37":10,"38":36,"381":2,"383":1,"39":7,"391":1,"397":1,"40":3,"409":1,"41":6,"414":4,"415":4,"42":8,"426":3,"43":3,"44":5,"45":5,"46":12,"48":4,"49":7,"5":50,"51":2,"52":7,"53":2,"56":3,"6":13,"63":1,"7":32,"8":10,"9":31,"all_client":8865,"all_tv_clinet":816,"insert_time":"2014-08-21T20:49:58.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8021,"10":3,"107":30,"11":41,"13":17,"14":14,"15":3,"155":1,"158":1,"16":2,"160":1,"161":8,"167":1,"17":1,"18":63,"19":4,"20":2,"209":1,"21":40,"210":1,"214":2,"215":5,"221":12,"223":28,"224":4,"225":49,"23":25,"24":48,"25":15,"257":1,"26":9,"268":2,"27":2,"28":9,"281":1,"282":2,"291":2,"292":5,"30":1,"31":5,"32":3,"33":2,"34":3,"35":6,"352":47,"36":15,"37":10,"38":38,"381":2,"383":1,"39":7,"391":1,"397":1,"40":3,"409":1,"41":6,"414":3,"415":4,"42":8,"426":4,"43":3,"44":5,"45":5,"46":13,"48":3,"49":8,"5":51,"51":2,"52":7,"53":3,"56":3,"6":14,"63":1,"7":30,"8":10,"9":30,"all_client":8835,"all_tv_clinet":814,"insert_time":"2014-08-21T20:50:58.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7999,"10":3,"107":30,"11":41,"13":15,"14":14,"15":3,"155":1,"16":2,"160":1,"161":9,"167":1,"17":1,"18":62,"19":4,"20":2,"209":1,"21":40,"210":1,"214":2,"215":5,"221":11,"223":30,"224":4,"225":50,"23":24,"24":48,"25":14,"257":1,"26":9,"268":1,"27":2,"28":9,"281":1,"282":2,"291":2,"292":5,"31":5,"32":3,"33":2,"34":3,"35":5,"352":46,"36":13,"37":10,"38":38,"381":2,"383":1,"39":7,"391":1,"397":1,"40":3,"409":1,"41":6,"414":3,"415":4,"42":8,"426":4,"43":3,"44":5,"45":5,"46":15,"48":3,"49":7,"5":51,"51":3,"52":7,"53":3,"56":3,"6":15,"63":1,"7":31,"8":10,"9":30,"all_client":8808,"all_tv_clinet":809,"insert_time":"2014-08-21T20:51:58.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7975,"10":3,"107":31,"11":41,"13":17,"14":14,"15":3,"155":1,"16":2,"160":1,"161":9,"167":1,"17":2,"18":60,"19":4,"20":2,"209":1,"21":40,"210":1,"214":2,"215":5,"221":10,"223":30,"224":4,"225":47,"23":22,"24":49,"25":12,"257":1,"26":9,"268":1,"27":2,"28":8,"281":1,"282":2,"291":2,"292":5,"31":5,"32":3,"33":2,"34":3,"35":5,"352":46,"36":11,"37":10,"38":38,"381":2,"383":1,"39":7,"391":1,"397":1,"40":3,"409":1,"41":7,"414":2,"415":3,"42":8,"426":5,"43":3,"44":5,"45":5,"46":15,"48":3,"49":7,"5":53,"51":3,"52":7,"53":3,"56":3,"6":17,"63":1,"7":32,"79":1,"8":11,"9":31,"all_client":8784,"all_tv_clinet":809,"insert_time":"2014-08-21T20:52:58.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7946,"10":3,"107":32,"11":40,"13":17,"14":15,"15":3,"155":1,"16":2,"160":1,"161":9,"167":1,"17":2,"18":59,"19":4,"20":2,"209":1,"21":39,"210":1,"214":2,"215":6,"221":10,"223":30,"224":4,"225":49,"23":21,"24":49,"25":13,"257":1,"26":9,"268":1,"27":2,"279":1,"28":8,"281":1,"282":2,"291":2,"292":5,"31":5,"32":3,"33":3,"34":4,"35":5,"352":45,"36":12,"37":10,"38":39,"381":2,"383":1,"39":7,"391":1,"397":1,"40":3,"409":1,"41":6,"414":3,"415":3,"42":8,"426":4,"43":4,"44":5,"45":5,"46":14,"48":3,"49":7,"5":55,"51":3,"52":7,"53":2,"56":3,"6":17,"63":1,"7":31,"79":1,"8":10,"9":31,"all_client":8759,"all_tv_clinet":813,"insert_time":"2014-08-21T20:53:58.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7913,"10":3,"107":34,"11":40,"13":17,"14":15,"15":3,"155":1,"16":2,"160":1,"161":8,"167":1,"17":2,"18":59,"19":4,"20":2,"209":1,"21":37,"210":1,"214":2,"215":8,"221":10,"223":30,"224":4,"225":49,"23":21,"24":48,"25":13,"257":1,"26":9,"268":1,"27":2,"279":1,"28":8,"281":1,"282":2,"291":2,"292":5,"31":5,"32":3,"33":3,"34":4,"35":4,"352":46,"36":14,"37":10,"38":40,"381":2,"383":1,"39":8,"391":1,"397":1,"40":3,"409":1,"41":6,"414":3,"415":3,"42":8,"426":4,"43":4,"44":5,"45":5,"46":13,"48":3,"49":7,"5":54,"51":3,"52":7,"53":2,"56":3,"6":17,"63":1,"7":32,"79":1,"8":10,"9":31,"all_client":8729,"all_tv_clinet":816,"insert_time":"2014-08-21T20:54:58.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7894,"10":3,"107":32,"11":36,"13":18,"14":15,"15":3,"155":1,"16":2,"160":1,"161":7,"167":1,"17":2,"18":56,"19":4,"20":2,"209":1,"21":36,"210":1,"214":2,"215":8,"221":11,"223":30,"224":4,"225":50,"23":22,"24":50,"25":13,"257":1,"26":9,"268":1,"27":2,"279":1,"28":8,"281":1,"282":2,"291":2,"292":4,"31":5,"32":3,"33":3,"34":5,"35":4,"352":44,"36":14,"37":12,"38":40,"381":2,"383":2,"39":8,"391":2,"397":1,"40":3,"409":1,"41":5,"414":4,"415":3,"42":8,"426":3,"43":4,"44":6,"45":5,"46":13,"48":4,"49":5,"5":58,"51":3,"52":7,"53":1,"56":3,"6":17,"63":1,"7":31,"79":1,"8":10,"9":32,"all_client":8709,"all_tv_clinet":815,"insert_time":"2014-08-21T20:55:58.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7877,"10":3,"107":32,"11":35,"13":19,"14":15,"15":3,"155":1,"16":2,"160":1,"161":6,"167":1,"17":2,"18":55,"19":4,"20":2,"209":1,"21":36,"210":1,"214":2,"215":8,"221":11,"223":30,"224":4,"225":49,"23":23,"24":49,"25":12,"257":1,"26":8,"27":2,"28":9,"281":1,"282":2,"291":2,"292":4,"31":5,"32":3,"33":3,"34":6,"35":4,"352":42,"36":15,"37":11,"38":41,"381":2,"383":2,"39":9,"391":3,"397":1,"40":3,"409":1,"41":5,"414":4,"415":2,"42":8,"426":3,"43":5,"44":7,"45":4,"46":14,"48":4,"49":5,"5":59,"51":3,"52":5,"53":1,"56":3,"6":16,"63":1,"7":30,"79":1,"8":10,"9":33,"all_client":8687,"all_tv_clinet":810,"insert_time":"2014-08-21T20:56:58.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7853,"10":3,"107":33,"11":36,"13":20,"14":15,"15":3,"155":2,"16":2,"160":1,"161":5,"167":1,"17":2,"18":55,"19":7,"20":3,"209":1,"21":33,"210":1,"214":2,"215":7,"221":11,"223":28,"224":4,"225":51,"23":22,"24":49,"25":12,"257":1,"26":8,"27":2,"28":9,"281":1,"282":2,"291":2,"292":4,"31":7,"32":3,"33":3,"34":6,"35":4,"352":39,"36":14,"37":10,"38":39,"380":1,"381":2,"383":2,"39":9,"391":3,"397":1,"40":3,"409":1,"41":5,"414":4,"415":2,"42":8,"426":3,"43":5,"44":7,"45":4,"46":13,"48":4,"49":7,"5":61,"51":2,"52":4,"53":1,"56":3,"6":16,"63":1,"7":31,"79":1,"8":12,"9":34,"all_client":8666,"all_tv_clinet":813,"insert_time":"2014-08-21T20:57:58.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7834,"10":4,"107":34,"11":38,"13":20,"14":15,"15":3,"155":2,"16":2,"160":1,"161":6,"167":1,"17":2,"18":57,"19":7,"20":3,"209":1,"21":29,"210":1,"214":2,"215":7,"221":9,"223":26,"224":4,"225":53,"23":22,"24":47,"25":12,"257":1,"26":7,"27":2,"279":1,"28":9,"281":1,"282":2,"291":2,"292":4,"31":6,"32":3,"33":3,"34":6,"35":4,"352":39,"36":16,"37":9,"38":39,"380":1,"381":2,"383":1,"39":8,"391":2,"397":1,"40":3,"409":1,"41":6,"414":4,"415":2,"42":7,"426":3,"43":5,"44":8,"45":4,"46":15,"48":3,"49":6,"5":62,"51":3,"52":4,"53":1,"56":3,"6":15,"63":1,"7":31,"8":12,"9":33,"all_client":8643,"all_tv_clinet":809,"insert_time":"2014-08-21T20:58:58.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7813,"10":3,"107":34,"11":40,"13":23,"14":16,"15":3,"155":2,"16":2,"161":6,"167":1,"17":1,"18":60,"19":7,"20":3,"209":1,"21":29,"210":1,"214":2,"215":7,"221":7,"223":27,"224":4,"225":53,"23":23,"24":48,"25":13,"257":1,"26":6,"27":1,"279":1,"28":10,"281":1,"282":3,"291":2,"292":3,"31":6,"32":3,"33":2,"34":5,"35":3,"352":39,"36":16,"37":9,"38":39,"380":1,"381":2,"383":1,"39":9,"391":2,"397":1,"40":3,"409":1,"41":6,"414":4,"415":2,"419":1,"42":7,"426":3,"43":5,"44":8,"45":4,"46":15,"48":3,"49":7,"5":60,"51":3,"52":5,"53":2,"56":3,"6":15,"63":1,"7":35,"8":11,"9":29,"all_client":8628,"all_tv_clinet":815,"insert_time":"2014-08-21T20:59:58.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7782,"10":3,"107":33,"11":41,"13":24,"14":16,"15":3,"155":2,"16":2,"161":6,"167":2,"17":1,"18":59,"19":7,"20":3,"209":2,"21":29,"210":1,"214":2,"215":8,"221":9,"223":30,"224":5,"225":50,"23":23,"24":48,"25":13,"257":1,"26":5,"27":1,"279":1,"28":10,"281":1,"282":3,"291":2,"292":3,"31":6,"32":5,"33":2,"34":5,"35":3,"352":40,"36":15,"37":10,"38":41,"380":1,"381":2,"383":1,"39":9,"391":2,"397":1,"40":3,"409":1,"41":6,"414":3,"415":3,"419":1,"42":7,"426":3,"43":4,"44":9,"45":4,"46":14,"48":3,"49":8,"5":57,"51":2,"52":5,"53":2,"56":3,"6":15,"63":1,"7":38,"8":11,"9":29,"all_client":8606,"all_tv_clinet":824,"insert_time":"2014-08-21T21:00:59.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7779,"10":2,"107":34,"11":42,"12":1,"13":24,"14":16,"15":3,"155":2,"16":2,"161":6,"167":2,"17":1,"18":60,"19":7,"20":3,"209":2,"21":32,"210":1,"214":2,"215":8,"221":9,"223":32,"224":5,"225":50,"23":24,"24":51,"25":13,"257":1,"26":6,"27":1,"279":1,"28":10,"281":1,"282":3,"291":2,"292":3,"31":7,"32":4,"33":2,"34":5,"35":3,"352":41,"36":15,"37":10,"38":41,"380":1,"381":2,"383":1,"39":10,"391":2,"397":1,"40":4,"409":1,"41":4,"414":3,"415":3,"419":1,"42":7,"426":3,"43":4,"44":9,"45":4,"46":14,"48":3,"49":8,"5":57,"51":2,"52":5,"53":2,"56":3,"6":15,"63":1,"7":39,"8":11,"9":26,"all_client":8615,"all_tv_clinet":836,"insert_time":"2014-08-21T21:01:59.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7753,"10":2,"107":37,"11":40,"12":1,"13":24,"14":14,"15":3,"155":2,"16":2,"161":7,"167":2,"17":1,"18":61,"19":7,"20":4,"209":2,"21":32,"210":1,"214":2,"215":8,"221":11,"223":31,"224":5,"225":50,"23":23,"24":53,"25":12,"257":1,"26":7,"27":2,"279":2,"28":10,"282":3,"291":2,"292":3,"31":7,"32":4,"33":2,"34":5,"35":3,"352":42,"36":15,"37":10,"38":40,"380":1,"381":2,"383":1,"39":10,"391":2,"397":1,"40":5,"409":1,"41":4,"414":5,"415":3,"42":7,"426":1,"43":3,"44":9,"45":4,"46":14,"48":3,"49":8,"5":58,"51":3,"52":5,"53":2,"56":3,"6":15,"63":1,"7":38,"8":11,"9":27,"all_client":8595,"all_tv_clinet":842,"insert_time":"2014-08-21T21:02:59.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7732,"10":2,"107":35,"11":37,"12":1,"13":24,"14":14,"15":3,"155":2,"16":2,"161":7,"167":1,"17":1,"18":59,"19":7,"20":4,"209":2,"21":32,"210":2,"214":2,"215":9,"221":12,"223":32,"224":5,"225":51,"23":25,"24":52,"25":12,"257":1,"26":8,"268":1,"27":2,"279":2,"28":10,"282":3,"291":2,"292":3,"31":8,"32":3,"33":2,"34":5,"35":3,"352":42,"36":15,"37":10,"38":37,"380":1,"381":2,"383":1,"39":11,"391":2,"397":1,"40":5,"409":1,"41":4,"414":5,"415":4,"42":7,"426":1,"43":3,"44":9,"45":5,"46":13,"48":3,"49":8,"5":58,"51":4,"52":5,"53":2,"56":3,"6":15,"63":1,"7":36,"8":11,"9":27,"all_client":8572,"all_tv_clinet":840,"insert_time":"2014-08-21T21:03:59.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7725,"10":2,"107":35,"11":38,"12":1,"13":24,"14":15,"15":3,"155":2,"16":2,"161":7,"167":1,"17":1,"18":60,"19":8,"20":4,"209":3,"21":30,"210":2,"214":2,"215":10,"221":12,"223":31,"224":5,"225":50,"23":24,"24":53,"25":12,"257":1,"26":8,"268":1,"27":3,"279":2,"28":10,"282":3,"291":2,"292":3,"31":8,"32":3,"33":1,"34":6,"35":3,"352":40,"36":15,"37":10,"38":39,"380":1,"381":2,"383":2,"39":11,"391":2,"397":1,"40":5,"409":1,"41":3,"414":5,"415":5,"42":7,"426":1,"43":3,"44":8,"45":6,"46":13,"48":3,"49":8,"5":58,"51":3,"52":5,"53":2,"56":3,"6":14,"63":1,"7":37,"8":11,"9":26,"all_client":8567,"all_tv_clinet":842,"insert_time":"2014-08-21T21:04:59.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7712,"10":2,"107":34,"11":37,"12":1,"13":26,"14":13,"15":3,"155":2,"16":2,"161":9,"167":1,"17":1,"18":60,"19":8,"20":3,"209":4,"21":31,"210":2,"214":2,"215":9,"221":11,"223":32,"224":5,"225":50,"23":26,"24":53,"25":12,"257":2,"26":9,"268":1,"27":4,"279":2,"28":10,"282":2,"291":2,"292":3,"31":7,"32":4,"33":1,"34":7,"35":3,"352":37,"36":14,"37":11,"38":36,"380":1,"381":2,"383":1,"39":11,"391":2,"397":1,"40":5,"409":1,"41":2,"414":4,"415":5,"42":6,"426":2,"43":3,"44":7,"45":6,"46":13,"48":2,"49":7,"5":60,"51":3,"52":6,"53":2,"56":3,"6":13,"63":1,"7":37,"8":11,"9":25,"all_client":8548,"all_tv_clinet":836,"insert_time":"2014-08-21T21:05:59.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7734,"10":2,"107":33,"11":37,"12":1,"13":26,"14":15,"15":3,"155":2,"16":1,"161":8,"167":1,"17":1,"18":61,"19":7,"20":3,"209":4,"21":32,"210":2,"214":2,"215":6,"221":11,"223":33,"224":5,"225":50,"23":25,"24":55,"25":12,"257":2,"26":11,"268":1,"27":4,"279":2,"28":10,"282":2,"291":2,"292":3,"31":7,"32":3,"33":1,"34":8,"35":4,"352":35,"36":15,"37":10,"38":34,"380":1,"381":2,"383":1,"39":10,"391":2,"397":1,"40":7,"409":1,"41":2,"414":4,"415":5,"42":6,"426":2,"43":3,"44":8,"45":5,"46":13,"48":2,"49":7,"5":56,"51":3,"52":7,"53":2,"56":3,"6":12,"63":1,"7":36,"8":10,"9":22,"all_client":8560,"all_tv_clinet":826,"insert_time":"2014-08-21T21:06:59.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7722,"10":2,"107":34,"11":37,"12":1,"13":28,"14":15,"15":3,"155":2,"16":1,"161":8,"167":1,"17":1,"18":61,"19":7,"20":3,"209":5,"21":32,"210":2,"214":2,"215":6,"221":11,"223":35,"224":6,"225":50,"23":25,"24":53,"25":11,"257":2,"26":12,"268":1,"27":4,"279":2,"28":11,"282":2,"291":1,"292":3,"31":7,"32":3,"33":1,"34":8,"35":3,"352":36,"36":16,"37":10,"38":35,"380":1,"381":3,"39":9,"391":2,"397":1,"40":7,"409":1,"41":2,"414":4,"415":5,"42":6,"426":2,"43":3,"44":8,"45":5,"46":14,"48":2,"49":7,"5":57,"51":3,"52":6,"53":2,"56":3,"6":10,"63":1,"7":37,"8":9,"9":22,"all_client":8553,"all_tv_clinet":831,"insert_time":"2014-08-21T21:07:59.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7699,"10":1,"107":31,"11":39,"12":1,"13":25,"14":15,"15":3,"155":2,"16":1,"161":9,"167":2,"17":1,"18":63,"19":7,"20":3,"209":4,"21":32,"210":2,"214":2,"215":6,"221":10,"223":37,"224":7,"225":49,"23":25,"24":56,"25":11,"257":2,"26":12,"268":1,"27":5,"279":2,"28":11,"282":2,"291":1,"292":3,"31":6,"32":3,"33":1,"34":8,"347":1,"35":3,"352":37,"36":16,"37":9,"38":34,"380":1,"381":3,"39":9,"391":2,"397":1,"40":7,"409":1,"41":3,"414":5,"415":5,"42":6,"426":1,"43":4,"44":8,"45":5,"46":16,"48":2,"49":7,"5":55,"51":2,"52":6,"53":2,"56":3,"6":9,"63":1,"7":38,"8":10,"9":18,"all_client":8530,"all_tv_clinet":831,"insert_time":"2014-08-21T21:08:59.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7688,"10":1,"107":30,"11":40,"12":1,"13":24,"14":14,"15":4,"155":2,"16":1,"161":9,"167":2,"17":1,"18":63,"19":7,"20":3,"209":4,"21":31,"210":2,"214":2,"215":6,"221":10,"223":39,"224":6,"225":50,"23":26,"24":55,"25":11,"257":2,"26":12,"268":1,"27":5,"279":2,"28":11,"282":2,"291":1,"292":3,"31":6,"32":3,"33":1,"34":8,"347":1,"35":2,"352":37,"36":15,"37":9,"38":33,"380":1,"381":3,"39":7,"391":2,"397":1,"40":7,"409":1,"41":3,"414":5,"415":6,"42":6,"426":1,"43":5,"44":8,"45":4,"46":16,"48":3,"49":7,"5":58,"51":2,"52":5,"53":2,"56":3,"6":10,"63":1,"7":38,"8":11,"9":18,"all_client":8520,"all_tv_clinet":832,"insert_time":"2014-08-21T21:09:59.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7676,"107":30,"11":37,"12":1,"13":23,"14":15,"15":4,"155":2,"16":1,"161":8,"167":2,"17":1,"18":65,"19":7,"20":3,"209":4,"21":30,"210":2,"214":2,"215":5,"221":11,"223":39,"224":5,"225":49,"23":28,"24":52,"25":11,"257":2,"26":12,"268":1,"27":5,"279":2,"28":10,"282":2,"291":2,"292":3,"31":6,"32":3,"33":1,"34":10,"347":1,"35":2,"352":35,"36":14,"37":7,"38":33,"380":1,"381":4,"39":7,"391":2,"397":1,"40":8,"409":1,"41":3,"414":6,"415":6,"42":6,"426":1,"43":5,"44":7,"45":5,"46":16,"48":4,"49":7,"5":59,"51":1,"52":5,"53":2,"56":3,"6":10,"63":1,"7":40,"8":12,"80":1,"9":17,"all_client":8505,"all_tv_clinet":829,"insert_time":"2014-08-21T21:11:00.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7667,"107":31,"11":36,"12":1,"13":22,"14":14,"15":4,"155":2,"16":1,"161":6,"167":2,"17":1,"18":66,"19":7,"20":3,"209":4,"21":28,"210":2,"214":2,"215":5,"221":10,"223":40,"224":5,"225":48,"23":28,"24":50,"25":12,"257":2,"26":12,"268":1,"27":5,"279":2,"28":11,"282":2,"291":2,"292":2,"31":5,"32":3,"33":2,"34":10,"347":1,"35":3,"352":36,"36":14,"37":7,"38":31,"380":1,"381":4,"39":7,"391":2,"397":1,"40":8,"409":1,"41":3,"414":6,"415":6,"42":6,"426":1,"43":6,"44":7,"45":6,"46":17,"48":4,"49":7,"5":59,"51":1,"52":6,"53":2,"56":3,"6":10,"63":1,"7":39,"8":12,"80":1,"9":18,"all_client":8493,"all_tv_clinet":826,"insert_time":"2014-08-21T21:12:00.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7649,"107":32,"11":31,"12":1,"13":24,"14":12,"15":3,"155":2,"16":1,"161":6,"167":1,"17":1,"18":65,"19":5,"20":3,"209":5,"21":27,"210":3,"214":1,"215":5,"221":10,"223":38,"224":5,"225":49,"23":29,"24":48,"25":12,"257":2,"26":11,"268":1,"27":6,"276":1,"279":2,"28":11,"282":2,"291":2,"292":2,"31":5,"32":3,"33":2,"34":10,"35":3,"352":38,"36":13,"37":7,"38":30,"380":1,"381":4,"383":1,"39":7,"391":2,"397":1,"40":9,"409":1,"41":4,"414":5,"415":6,"42":6,"426":2,"43":6,"44":7,"45":6,"46":18,"48":3,"49":7,"5":57,"51":1,"52":8,"53":3,"56":3,"6":11,"63":1,"7":39,"8":13,"80":1,"9":19,"all_client":8471,"all_tv_clinet":822,"insert_time":"2014-08-21T21:13:00.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7621,"107":34,"11":28,"12":1,"13":28,"14":10,"15":3,"155":2,"16":1,"161":5,"167":1,"17":1,"18":64,"19":4,"20":3,"209":5,"21":26,"210":3,"214":1,"215":5,"221":11,"223":40,"224":5,"225":48,"23":29,"24":47,"25":12,"257":2,"26":11,"268":1,"27":6,"276":1,"279":1,"28":12,"282":2,"291":2,"292":1,"31":4,"32":2,"33":2,"34":10,"35":3,"352":41,"36":12,"37":7,"38":25,"380":1,"381":4,"383":1,"39":7,"391":3,"397":1,"40":9,"409":1,"41":5,"414":5,"415":6,"42":7,"426":1,"43":6,"44":7,"45":6,"46":18,"48":3,"49":7,"5":58,"51":1,"52":7,"53":3,"56":3,"6":10,"63":1,"7":39,"8":14,"80":1,"9":20,"all_client":8438,"all_tv_clinet":817,"insert_time":"2014-08-21T21:14:00.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7623,"107":33,"11":26,"12":1,"13":27,"14":10,"15":3,"155":2,"16":1,"161":4,"167":1,"17":1,"18":62,"19":4,"20":3,"209":5,"21":25,"210":3,"214":1,"215":5,"221":13,"223":38,"224":5,"225":48,"23":30,"24":48,"25":11,"257":2,"26":10,"268":1,"27":6,"276":1,"279":1,"28":13,"282":3,"291":2,"292":2,"31":5,"32":3,"33":2,"34":10,"35":2,"352":45,"36":10,"37":7,"38":26,"380":1,"381":4,"383":1,"39":7,"391":3,"397":1,"40":9,"409":1,"41":4,"414":6,"415":6,"42":7,"426":1,"43":6,"44":6,"45":6,"46":18,"48":3,"49":7,"5":60,"51":1,"52":7,"53":3,"56":3,"6":10,"63":1,"7":39,"8":15,"80":1,"9":19,"all_client":8440,"all_tv_clinet":817,"insert_time":"2014-08-21T21:15:00.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7631,"107":33,"11":29,"12":1,"13":27,"14":10,"15":3,"155":2,"16":1,"161":5,"167":1,"17":1,"18":63,"19":4,"20":3,"209":3,"21":26,"210":3,"214":1,"215":5,"221":13,"223":39,"224":6,"225":49,"23":29,"24":49,"25":9,"257":2,"26":9,"268":1,"27":6,"276":1,"279":1,"28":14,"282":3,"291":2,"292":3,"31":5,"32":3,"33":2,"34":10,"35":2,"352":44,"36":10,"37":7,"38":26,"380":1,"381":3,"383":1,"39":7,"391":3,"397":1,"40":9,"409":1,"41":4,"414":6,"415":6,"42":7,"426":1,"43":6,"44":6,"45":6,"46":16,"48":3,"49":7,"5":58,"51":1,"52":7,"53":2,"56":3,"6":11,"7":40,"8":16,"80":1,"9":17,"all_client":8447,"all_tv_clinet":816,"insert_time":"2014-08-21T21:16:00.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7633,"107":35,"11":29,"12":1,"13":26,"14":11,"15":3,"155":2,"16":1,"161":5,"167":1,"17":1,"18":63,"19":4,"20":2,"209":3,"21":24,"210":3,"214":1,"215":7,"221":14,"223":41,"224":6,"225":51,"23":25,"24":50,"25":9,"257":2,"26":9,"268":1,"27":6,"276":1,"279":1,"28":15,"282":2,"291":2,"292":3,"31":5,"32":4,"33":2,"34":11,"35":2,"352":42,"36":10,"37":7,"38":24,"380":1,"381":3,"383":1,"39":5,"391":3,"397":1,"40":9,"409":1,"41":3,"414":6,"415":7,"42":7,"426":1,"43":6,"44":5,"45":5,"46":16,"48":3,"49":8,"5":57,"51":1,"52":8,"53":1,"56":3,"6":11,"7":39,"8":17,"80":1,"9":17,"all_client":8446,"all_tv_clinet":813,"insert_time":"2014-08-21T21:17:00.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7609,"107":36,"11":29,"12":1,"13":28,"14":12,"15":3,"155":2,"16":2,"161":5,"167":1,"17":1,"18":64,"19":4,"20":3,"209":3,"21":24,"210":3,"214":1,"215":7,"221":12,"223":44,"224":6,"225":51,"23":23,"24":51,"25":11,"257":2,"26":9,"268":1,"27":6,"276":1,"279":1,"28":15,"282":1,"291":2,"292":3,"31":5,"32":4,"33":2,"34":12,"35":3,"352":42,"36":9,"37":6,"38":21,"380":1,"381":3,"383":1,"39":6,"391":3,"397":1,"40":9,"409":1,"41":3,"414":6,"415":7,"42":6,"426":1,"43":7,"44":5,"45":5,"46":15,"48":3,"49":8,"5":56,"51":1,"52":8,"53":1,"56":3,"6":11,"63":1,"7":38,"8":17,"80":1,"9":17,"all_client":8426,"all_tv_clinet":817,"insert_time":"2014-08-21T21:18:00.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7591,"107":37,"11":30,"12":1,"13":27,"14":12,"15":3,"155":3,"16":2,"161":4,"167":1,"17":1,"18":65,"19":4,"20":3,"209":3,"21":22,"210":3,"214":1,"215":6,"221":14,"223":44,"224":6,"225":50,"23":21,"24":52,"25":12,"257":1,"26":7,"268":1,"27":6,"276":1,"279":1,"28":15,"282":1,"291":2,"292":2,"31":5,"32":4,"33":2,"34":13,"35":3,"352":43,"36":8,"37":7,"38":22,"381":3,"383":2,"39":6,"391":3,"397":1,"40":8,"409":1,"41":2,"414":7,"415":7,"42":6,"43":7,"44":5,"45":5,"46":15,"48":3,"49":8,"5":62,"52":8,"53":1,"56":3,"6":12,"63":1,"7":38,"8":18,"80":1,"9":18,"all_client":8413,"all_tv_clinet":822,"insert_time":"2014-08-21T21:19:00.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7574,"107":38,"11":30,"12":1,"13":28,"14":12,"15":3,"155":3,"16":2,"161":4,"167":1,"17":1,"18":63,"19":4,"20":3,"209":3,"21":22,"210":3,"214":1,"215":7,"221":14,"223":46,"224":6,"225":50,"23":21,"24":52,"25":13,"257":1,"26":7,"268":1,"27":7,"276":1,"279":1,"28":14,"282":1,"291":2,"292":2,"31":5,"32":4,"33":2,"34":12,"35":3,"352":43,"36":9,"37":7,"38":22,"381":3,"383":2,"39":7,"391":3,"397":1,"40":8,"409":1,"41":2,"414":7,"415":6,"42":6,"43":7,"44":5,"45":5,"46":15,"48":3,"49":7,"5":62,"52":8,"53":1,"56":3,"6":12,"63":1,"7":38,"8":18,"9":18,"all_client":8398,"all_tv_clinet":824,"insert_time":"2014-08-21T21:20:00.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7593,"107":40,"11":29,"12":1,"13":27,"14":13,"15":3,"155":3,"16":2,"161":3,"167":1,"17":1,"18":63,"19":4,"20":2,"209":3,"21":23,"210":3,"214":1,"215":7,"221":12,"223":45,"224":6,"225":48,"23":20,"24":50,"25":13,"257":1,"26":7,"268":1,"27":8,"276":1,"279":1,"28":13,"282":1,"291":2,"292":2,"31":5,"32":3,"33":2,"34":11,"35":3,"352":42,"36":8,"37":8,"38":26,"381":3,"383":2,"39":7,"391":2,"397":1,"40":7,"409":1,"41":3,"414":7,"415":5,"42":6,"43":7,"44":4,"45":5,"46":14,"48":4,"49":7,"5":63,"52":8,"53":1,"56":3,"6":13,"63":1,"7":37,"8":22,"9":19,"all_client":8413,"all_tv_clinet":820,"insert_time":"2014-08-21T21:21:00.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7568,"107":40,"11":30,"13":27,"14":13,"15":3,"155":3,"16":1,"161":4,"167":1,"17":1,"18":61,"19":5,"20":2,"209":3,"21":23,"210":3,"214":1,"215":7,"221":14,"223":48,"224":6,"225":45,"23":19,"24":50,"25":14,"257":1,"26":7,"268":1,"27":8,"276":1,"279":1,"28":14,"282":1,"291":2,"292":2,"31":5,"32":3,"33":2,"34":11,"35":2,"352":46,"36":8,"37":9,"38":28,"381":3,"383":2,"39":7,"391":2,"397":1,"40":8,"409":1,"41":4,"414":8,"415":5,"42":6,"43":8,"44":4,"45":5,"46":13,"48":4,"49":7,"5":62,"51":1,"52":8,"53":1,"56":3,"6":11,"63":1,"7":37,"8":24,"9":19,"all_client":8399,"all_tv_clinet":831,"insert_time":"2014-08-21T21:22:00.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7587,"107":36,"11":29,"13":27,"14":12,"15":3,"155":3,"16":2,"161":4,"167":1,"17":1,"18":62,"19":5,"20":2,"209":3,"21":25,"210":3,"214":1,"215":7,"221":12,"223":46,"224":6,"225":48,"23":19,"24":49,"25":15,"257":1,"26":9,"268":1,"27":8,"276":1,"279":1,"28":16,"282":1,"291":2,"292":2,"31":5,"32":3,"33":3,"34":11,"35":2,"352":45,"36":7,"37":9,"38":28,"381":3,"383":2,"39":8,"391":2,"397":1,"40":8,"409":2,"41":4,"414":8,"415":5,"419":1,"42":6,"43":8,"44":4,"45":5,"46":12,"48":5,"49":6,"5":59,"51":1,"52":9,"53":1,"56":3,"6":11,"63":1,"7":39,"8":25,"9":18,"all_client":8420,"all_tv_clinet":833,"insert_time":"2014-08-21T21:23:00.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7579,"107":35,"11":28,"13":26,"14":11,"15":3,"155":3,"16":2,"161":4,"17":1,"18":63,"19":5,"20":2,"209":3,"21":29,"210":4,"214":1,"215":7,"221":13,"223":43,"224":6,"225":48,"23":20,"24":52,"25":16,"257":1,"26":8,"268":1,"27":9,"276":1,"279":1,"28":16,"282":1,"291":2,"292":2,"31":5,"32":3,"33":3,"34":11,"35":2,"352":44,"36":8,"37":9,"38":26,"381":3,"383":2,"39":8,"391":3,"397":1,"40":8,"409":2,"41":3,"414":8,"415":5,"419":1,"42":6,"43":8,"44":5,"45":5,"46":12,"48":5,"49":5,"5":57,"51":1,"52":9,"53":1,"56":3,"6":13,"63":1,"7":41,"8":27,"9":17,"all_client":8417,"all_tv_clinet":838,"insert_time":"2014-08-21T21:24:00.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7576,"107":35,"11":28,"13":27,"14":10,"15":3,"155":3,"16":2,"161":4,"17":1,"18":62,"19":5,"20":2,"209":3,"21":31,"210":3,"214":1,"215":7,"221":12,"223":40,"224":5,"225":50,"23":20,"24":52,"25":16,"257":1,"26":9,"268":1,"27":9,"276":1,"279":1,"28":16,"282":1,"291":2,"292":2,"31":5,"32":3,"33":3,"34":10,"347":1,"35":2,"352":44,"36":8,"37":10,"38":26,"381":2,"383":2,"39":8,"391":3,"397":1,"40":8,"409":2,"41":5,"414":8,"415":4,"419":1,"42":5,"43":9,"44":5,"45":5,"46":11,"48":5,"49":5,"5":59,"51":1,"52":7,"53":1,"56":3,"6":16,"63":1,"7":42,"8":26,"9":18,"all_client":8416,"all_tv_clinet":840,"insert_time":"2014-08-21T21:25:01.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7566,"107":37,"11":28,"13":25,"14":9,"15":3,"155":3,"16":2,"161":5,"17":1,"18":63,"19":5,"20":2,"209":2,"21":32,"210":3,"214":1,"215":6,"221":12,"223":42,"224":5,"225":48,"23":19,"24":55,"25":16,"257":3,"26":8,"268":1,"27":11,"276":1,"279":1,"28":15,"282":1,"291":2,"292":2,"31":6,"32":4,"33":3,"34":9,"347":1,"35":2,"352":49,"36":10,"37":10,"38":28,"381":2,"383":2,"39":8,"391":3,"397":1,"40":7,"409":2,"41":4,"414":8,"415":4,"419":1,"42":6,"43":9,"44":5,"45":5,"46":9,"48":4,"49":6,"5":57,"51":1,"52":7,"53":1,"56":2,"6":16,"63":1,"7":42,"8":24,"9":20,"all_client":8414,"all_tv_clinet":848,"insert_time":"2014-08-21T21:26:01.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7547,"107":35,"11":28,"12":1,"13":27,"14":9,"15":3,"155":3,"16":4,"161":7,"17":1,"18":63,"19":5,"20":2,"209":3,"21":32,"210":3,"214":1,"215":6,"221":12,"223":41,"224":5,"225":47,"23":19,"24":55,"25":20,"257":3,"26":8,"27":11,"276":1,"28":14,"282":1,"291":2,"292":2,"31":6,"32":4,"33":4,"34":9,"347":1,"35":2,"352":49,"36":10,"37":10,"38":25,"381":2,"383":2,"39":8,"391":3,"396":1,"397":1,"40":7,"409":2,"41":4,"414":8,"415":4,"419":1,"42":7,"43":9,"44":5,"45":5,"46":9,"48":3,"49":6,"5":58,"51":1,"52":7,"56":2,"6":15,"7":45,"8":21,"9":22,"all_client":8399,"all_tv_clinet":852,"insert_time":"2014-08-21T21:27:01.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7550,"107":35,"11":26,"12":1,"13":29,"14":10,"15":4,"155":3,"16":4,"161":8,"17":1,"18":63,"19":5,"20":3,"209":3,"21":33,"210":3,"214":2,"215":5,"221":11,"223":40,"224":5,"225":47,"23":19,"24":54,"25":20,"257":3,"26":8,"27":12,"276":1,"28":14,"282":1,"291":2,"292":2,"31":6,"32":4,"33":5,"34":9,"347":2,"35":2,"352":52,"36":10,"37":10,"38":23,"380":1,"381":2,"383":1,"39":9,"391":3,"396":1,"397":1,"40":6,"409":2,"41":3,"414":8,"415":4,"419":1,"42":7,"43":9,"44":4,"45":6,"46":8,"48":3,"49":6,"5":55,"51":1,"52":7,"56":2,"6":14,"7":48,"8":22,"80":1,"9":22,"all_client":8407,"all_tv_clinet":857,"insert_time":"2014-08-21T21:28:01.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7534,"107":34,"11":28,"12":1,"13":31,"14":11,"15":4,"155":3,"16":5,"161":8,"168":1,"17":1,"18":62,"19":5,"20":3,"209":4,"21":33,"210":3,"214":2,"215":4,"221":13,"223":40,"224":6,"225":49,"23":19,"24":58,"25":21,"257":2,"26":7,"27":13,"276":1,"28":14,"282":1,"291":2,"292":2,"31":7,"32":4,"33":5,"34":9,"347":2,"35":2,"352":51,"36":10,"37":9,"38":22,"380":1,"381":2,"383":1,"39":12,"391":3,"396":1,"397":1,"40":6,"409":2,"41":3,"414":8,"415":4,"42":6,"43":8,"430":1,"44":4,"45":6,"46":7,"48":4,"49":6,"5":56,"51":1,"52":6,"56":2,"6":15,"7":48,"8":22,"80":1,"9":22,"all_client":8405,"all_tv_clinet":871,"insert_time":"2014-08-21T21:29:01.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7538,"107":34,"11":28,"13":31,"14":11,"15":4,"155":4,"16":5,"161":6,"168":1,"17":1,"18":64,"19":5,"20":3,"209":4,"21":32,"210":3,"214":2,"215":3,"221":13,"223":41,"224":5,"225":50,"23":17,"24":59,"25":19,"257":2,"26":7,"27":13,"276":1,"28":14,"282":2,"291":2,"292":2,"30":1,"31":7,"32":4,"33":4,"34":8,"347":2,"35":2,"352":52,"36":11,"37":8,"38":25,"380":1,"381":2,"383":1,"39":12,"391":3,"396":1,"397":1,"40":6,"409":2,"41":3,"414":8,"415":5,"42":6,"43":6,"430":1,"44":4,"45":5,"46":7,"48":4,"49":6,"5":59,"51":1,"52":4,"56":2,"6":17,"7":49,"8":22,"80":1,"9":22,"all_client":8411,"all_tv_clinet":873,"insert_time":"2014-08-21T21:30:01.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7566,"107":35,"11":30,"13":30,"14":11,"15":3,"155":3,"16":5,"161":6,"168":1,"17":1,"18":65,"19":4,"20":3,"209":4,"21":32,"210":3,"214":1,"215":5,"221":12,"223":38,"224":5,"225":53,"23":16,"24":58,"25":21,"257":2,"26":6,"27":13,"276":1,"28":14,"282":2,"291":2,"292":2,"30":1,"31":7,"32":4,"33":3,"34":8,"347":2,"35":2,"352":46,"36":11,"37":8,"38":26,"380":1,"381":2,"383":1,"39":12,"391":3,"396":1,"397":1,"40":6,"409":2,"41":4,"414":8,"415":5,"42":6,"43":6,"430":1,"44":4,"45":5,"46":7,"48":4,"49":6,"5":61,"51":1,"52":4,"56":2,"6":21,"7":50,"8":21,"80":1,"9":25,"all_client":8442,"all_tv_clinet":876,"insert_time":"2014-08-21T21:31:01.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7566,"10":1,"107":37,"11":29,"13":26,"14":10,"15":3,"155":3,"16":4,"161":6,"168":1,"17":1,"18":69,"19":4,"20":2,"209":3,"21":31,"210":3,"214":1,"215":5,"221":13,"223":36,"224":3,"225":53,"23":16,"24":60,"25":23,"257":2,"26":5,"27":13,"276":1,"28":13,"282":2,"291":2,"292":2,"30":1,"31":7,"32":4,"33":2,"34":8,"347":2,"35":2,"352":44,"36":10,"37":8,"38":27,"380":1,"381":2,"383":1,"39":11,"391":3,"396":1,"397":1,"40":5,"409":2,"41":4,"414":8,"415":5,"42":6,"43":7,"430":1,"44":5,"45":5,"46":8,"48":4,"49":6,"5":59,"51":2,"52":4,"56":3,"6":23,"7":51,"8":21,"80":1,"9":26,"all_client":8440,"all_tv_clinet":874,"insert_time":"2014-08-21T21:32:01.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7591,"10":1,"107":38,"11":29,"13":25,"14":9,"15":3,"155":3,"16":3,"161":6,"167":1,"168":1,"17":1,"18":72,"19":5,"20":2,"209":3,"21":30,"210":2,"214":1,"215":5,"221":13,"223":35,"224":3,"225":53,"23":16,"24":59,"25":22,"257":2,"26":5,"268":1,"27":12,"276":1,"28":12,"282":2,"291":2,"292":2,"30":1,"31":7,"32":4,"33":2,"34":8,"347":2,"35":1,"352":43,"36":9,"37":8,"38":25,"380":1,"381":2,"383":1,"39":11,"391":3,"396":1,"397":1,"40":6,"409":2,"41":4,"414":8,"415":6,"42":6,"43":7,"430":2,"44":5,"45":5,"46":8,"48":4,"49":6,"5":61,"51":3,"52":4,"56":3,"6":24,"7":48,"8":22,"80":1,"9":28,"all_client":8464,"all_tv_clinet":873,"insert_time":"2014-08-21T21:33:01.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7586,"10":1,"107":38,"11":29,"13":24,"14":9,"15":3,"155":2,"16":3,"161":5,"167":1,"168":1,"17":1,"18":77,"19":5,"20":2,"209":3,"21":32,"210":2,"214":1,"215":5,"221":14,"223":37,"224":4,"225":52,"23":17,"24":57,"25":23,"257":2,"26":5,"268":2,"27":12,"276":1,"28":13,"282":2,"291":2,"292":2,"30":2,"31":7,"32":4,"33":2,"34":8,"347":3,"35":1,"352":44,"36":10,"37":8,"38":27,"380":1,"381":2,"383":1,"39":11,"391":3,"396":1,"40":7,"409":2,"41":4,"414":8,"415":7,"42":6,"43":8,"430":2,"44":5,"45":5,"46":8,"48":4,"49":6,"5":58,"51":3,"52":4,"56":3,"6":25,"63":1,"7":43,"8":22,"80":1,"9":27,"all_client":8469,"all_tv_clinet":883,"insert_time":"2014-08-21T21:34:01.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7583,"10":1,"107":38,"11":29,"13":23,"14":9,"15":3,"155":1,"16":3,"161":5,"167":1,"168":1,"17":1,"18":79,"19":5,"20":2,"209":3,"21":31,"210":2,"214":1,"215":5,"221":16,"223":37,"224":4,"225":53,"23":17,"24":59,"25":26,"257":3,"26":7,"268":3,"27":12,"276":1,"28":13,"282":2,"291":2,"292":1,"30":3,"31":6,"32":5,"33":2,"34":7,"347":3,"35":1,"352":42,"36":10,"37":8,"38":27,"380":1,"381":2,"383":1,"39":11,"391":3,"396":1,"40":6,"409":2,"41":4,"414":8,"415":7,"42":5,"43":8,"430":2,"44":4,"45":6,"46":8,"48":2,"49":7,"5":57,"51":3,"52":3,"53":1,"56":3,"6":25,"63":1,"7":38,"8":23,"80":1,"9":30,"all_client":8469,"all_tv_clinet":886,"insert_time":"2014-08-21T21:35:01.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7596,"10":1,"107":37,"11":29,"13":23,"14":10,"15":3,"155":1,"16":4,"161":5,"167":1,"168":1,"17":1,"18":81,"19":5,"20":2,"209":3,"21":31,"210":2,"214":1,"215":5,"221":16,"223":38,"224":4,"225":54,"23":18,"24":60,"25":26,"257":3,"26":8,"268":3,"27":13,"276":1,"28":13,"282":2,"291":2,"292":1,"30":4,"31":5,"32":5,"33":2,"34":8,"347":3,"35":1,"352":42,"36":9,"37":9,"38":26,"380":1,"381":3,"383":1,"39":11,"391":3,"396":1,"40":6,"409":2,"41":6,"414":8,"415":6,"42":5,"43":8,"430":2,"44":4,"45":6,"46":8,"48":2,"49":8,"5":57,"51":4,"52":3,"53":1,"56":3,"6":21,"63":2,"7":39,"8":22,"80":1,"9":31,"all_client":8493,"all_tv_clinet":897,"insert_time":"2014-08-21T21:36:01.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7611,"10":1,"107":38,"11":30,"13":23,"14":10,"15":3,"155":2,"16":4,"161":5,"167":1,"168":1,"17":1,"18":85,"19":5,"20":2,"209":2,"21":31,"210":3,"214":1,"215":5,"221":17,"223":38,"224":4,"225":54,"23":17,"24":64,"25":27,"257":3,"26":10,"268":2,"27":14,"276":1,"28":12,"282":2,"291":2,"292":1,"30":4,"31":6,"32":5,"33":2,"34":8,"347":2,"35":1,"352":43,"36":10,"37":9,"38":23,"380":1,"381":3,"383":1,"39":10,"391":3,"396":1,"40":5,"409":2,"41":5,"414":9,"415":6,"42":6,"43":6,"430":2,"44":4,"45":6,"46":8,"48":2,"49":9,"5":56,"51":5,"52":3,"53":1,"56":3,"570":1,"6":17,"63":3,"7":36,"8":22,"80":1,"9":30,"all_client":8512,"all_tv_clinet":901,"insert_time":"2014-08-21T21:37:01.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7635,"10":1,"107":33,"11":34,"13":26,"14":11,"15":3,"155":2,"16":4,"161":5,"167":1,"168":1,"17":1,"18":88,"19":6,"20":2,"209":2,"21":30,"210":3,"214":1,"215":5,"221":17,"223":40,"224":6,"225":56,"23":16,"24":62,"25":26,"257":3,"26":10,"268":2,"27":14,"276":1,"28":11,"282":2,"291":2,"292":1,"30":4,"31":5,"32":5,"33":2,"34":6,"347":2,"35":1,"352":44,"36":10,"37":10,"38":24,"380":1,"381":3,"383":1,"39":11,"391":3,"396":1,"40":5,"409":2,"41":6,"414":9,"415":6,"42":6,"43":6,"430":2,"44":4,"45":6,"46":8,"48":2,"49":10,"5":56,"51":7,"52":3,"53":1,"56":3,"570":1,"6":16,"63":3,"7":36,"8":21,"80":1,"9":31,"all_client":8547,"all_tv_clinet":912,"insert_time":"2014-08-21T21:38:02.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7647,"10":1,"107":32,"11":34,"13":26,"14":13,"15":3,"155":1,"16":5,"161":5,"167":1,"168":1,"17":1,"18":94,"19":6,"20":2,"209":2,"21":32,"210":3,"214":1,"215":4,"221":17,"223":40,"224":6,"225":54,"23":17,"24":66,"25":24,"257":3,"26":10,"268":2,"27":14,"276":1,"28":11,"282":2,"291":2,"292":1,"30":4,"31":5,"32":6,"33":2,"34":6,"347":2,"35":1,"352":46,"36":10,"37":10,"38":21,"380":1,"381":3,"383":1,"39":12,"391":3,"396":1,"40":4,"409":2,"41":5,"414":10,"415":6,"42":7,"43":7,"430":2,"44":4,"45":6,"46":8,"48":3,"49":9,"5":57,"51":7,"52":3,"53":1,"56":3,"570":1,"6":14,"63":3,"7":37,"8":20,"80":1,"9":33,"all_client":8571,"all_tv_clinet":924,"insert_time":"2014-08-21T21:39:02.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7667,"10":1,"107":30,"11":32,"13":24,"14":11,"15":3,"155":1,"16":5,"161":5,"167":1,"168":1,"17":1,"18":97,"19":6,"20":2,"209":2,"21":35,"210":3,"214":1,"215":6,"221":15,"223":42,"224":6,"225":51,"23":17,"24":67,"25":23,"257":3,"26":10,"268":2,"27":14,"276":1,"28":13,"282":4,"291":2,"292":1,"30":4,"31":4,"32":6,"33":1,"34":6,"35":2,"352":48,"36":11,"37":10,"38":22,"380":1,"381":3,"383":1,"39":13,"391":3,"396":1,"397":1,"40":4,"409":2,"41":4,"414":8,"415":6,"42":6,"426":1,"43":8,"430":2,"44":5,"45":6,"46":8,"48":4,"49":8,"5":59,"51":6,"52":3,"53":1,"56":3,"6":12,"63":3,"7":38,"8":22,"80":2,"9":36,"all_client":8599,"all_tv_clinet":932,"insert_time":"2014-08-21T21:40:02.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7676,"10":2,"107":35,"11":31,"13":23,"14":11,"15":3,"155":1,"16":5,"161":5,"167":1,"168":1,"17":1,"18":100,"19":5,"20":2,"209":2,"21":34,"210":3,"214":1,"215":6,"221":13,"223":42,"224":6,"225":48,"23":18,"24":68,"25":22,"257":2,"26":8,"268":2,"27":15,"276":1,"28":12,"282":4,"291":2,"292":1,"30":4,"31":4,"32":6,"33":1,"34":7,"35":2,"352":48,"36":11,"37":12,"38":24,"380":1,"381":3,"383":1,"39":12,"391":3,"396":1,"397":1,"40":4,"409":2,"41":4,"414":7,"415":6,"42":6,"426":2,"43":8,"430":2,"44":5,"45":6,"46":11,"48":5,"49":7,"5":57,"51":6,"52":2,"53":1,"56":3,"6":13,"63":3,"7":39,"8":23,"80":2,"9":34,"all_client":8611,"all_tv_clinet":935,"insert_time":"2014-08-21T21:41:02.254Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7691,"10":2,"107":36,"11":30,"13":23,"14":12,"15":3,"155":1,"16":4,"161":5,"167":1,"168":1,"17":1,"18":102,"19":5,"20":2,"209":2,"21":34,"210":3,"214":1,"215":6,"221":12,"223":43,"224":6,"225":46,"23":17,"24":65,"25":21,"257":2,"26":8,"268":2,"27":15,"276":1,"28":12,"282":4,"291":2,"292":1,"30":4,"31":4,"32":6,"33":1,"34":6,"35":2,"352":51,"36":12,"37":12,"38":25,"380":1,"381":4,"383":2,"39":13,"391":3,"397":1,"40":4,"409":2,"41":6,"414":6,"415":5,"42":5,"426":3,"43":8,"430":2,"44":5,"45":6,"46":12,"48":5,"49":7,"5":60,"51":6,"52":2,"53":2,"56":3,"6":13,"63":3,"7":39,"8":23,"80":2,"9":32,"all_client":8630,"all_tv_clinet":939,"insert_time":"2014-08-21T21:42:02.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7720,"10":2,"107":35,"11":27,"13":26,"14":13,"15":3,"155":1,"16":2,"161":6,"167":1,"168":1,"17":1,"18":102,"19":5,"20":1,"209":2,"21":34,"210":3,"214":1,"215":4,"221":12,"223":41,"224":6,"225":45,"23":18,"24":63,"25":21,"257":2,"26":7,"268":2,"27":14,"276":1,"28":11,"282":4,"291":2,"292":1,"30":3,"31":4,"32":6,"33":1,"34":6,"35":2,"352":51,"36":12,"37":12,"38":27,"380":1,"381":4,"383":2,"39":12,"391":3,"397":1,"40":4,"409":2,"41":8,"414":4,"415":5,"42":5,"426":5,"43":8,"430":2,"44":6,"45":6,"46":13,"48":5,"49":7,"5":62,"51":6,"52":2,"53":2,"56":3,"6":12,"63":3,"7":42,"8":24,"80":2,"9":30,"all_client":8655,"all_tv_clinet":935,"insert_time":"2014-08-21T21:43:02.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7737,"10":1,"107":32,"11":30,"13":28,"14":14,"15":4,"155":1,"16":3,"161":7,"167":1,"168":1,"17":1,"18":103,"19":6,"20":1,"209":4,"21":32,"210":3,"214":1,"215":5,"221":13,"223":43,"224":6,"225":43,"23":20,"24":65,"25":23,"257":2,"26":7,"268":2,"27":14,"276":1,"28":12,"282":4,"291":2,"292":2,"30":3,"31":3,"32":6,"33":1,"34":7,"35":2,"352":49,"36":12,"37":13,"38":28,"380":1,"381":3,"383":2,"39":11,"391":3,"397":2,"40":4,"409":2,"41":8,"414":4,"415":5,"42":5,"426":5,"43":8,"430":1,"44":7,"45":6,"46":11,"48":5,"49":6,"5":65,"51":5,"52":3,"53":4,"56":3,"6":11,"63":3,"7":42,"8":24,"80":2,"9":29,"all_client":8688,"all_tv_clinet":951,"insert_time":"2014-08-21T21:44:02.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7748,"10":1,"107":32,"11":31,"13":29,"14":14,"15":4,"155":1,"16":3,"161":9,"167":1,"168":1,"17":1,"18":101,"19":6,"20":1,"209":4,"21":34,"210":2,"214":1,"215":7,"221":13,"223":43,"224":7,"225":42,"23":20,"24":67,"25":22,"257":2,"26":7,"268":2,"27":16,"276":1,"28":12,"282":3,"291":2,"292":2,"30":3,"31":3,"32":7,"33":1,"34":7,"35":2,"352":52,"36":13,"37":14,"38":25,"380":1,"381":3,"383":2,"39":10,"391":3,"397":2,"40":4,"409":2,"41":7,"414":3,"415":5,"42":5,"426":5,"43":8,"430":1,"44":7,"45":4,"46":13,"48":5,"49":6,"5":67,"51":5,"52":3,"53":4,"56":3,"6":12,"63":3,"7":44,"8":23,"80":2,"9":29,"all_client":8710,"all_tv_clinet":962,"insert_time":"2014-08-21T21:45:02.542Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7767,"10":1,"107":34,"11":32,"13":29,"14":13,"15":4,"155":1,"16":3,"161":7,"167":1,"168":1,"17":1,"18":102,"19":6,"20":1,"209":4,"21":32,"210":2,"214":1,"215":7,"221":13,"223":42,"224":7,"225":43,"23":21,"24":71,"25":22,"257":2,"26":8,"268":2,"27":18,"276":1,"28":12,"282":3,"291":2,"292":2,"30":3,"31":3,"32":7,"33":1,"34":7,"35":1,"352":47,"36":15,"37":14,"38":26,"380":1,"381":3,"383":2,"39":9,"391":3,"397":2,"40":4,"409":2,"41":7,"414":3,"415":5,"42":6,"426":5,"43":7,"430":1,"44":6,"45":4,"46":15,"48":5,"49":7,"5":67,"51":5,"52":2,"53":3,"56":3,"6":11,"63":3,"7":47,"8":26,"80":2,"9":26,"all_client":8734,"all_tv_clinet":967,"insert_time":"2014-08-21T21:46:02.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7801,"10":1,"107":37,"11":35,"13":28,"14":13,"15":4,"155":1,"16":3,"161":7,"167":1,"168":1,"17":1,"18":104,"19":6,"20":1,"209":3,"21":34,"210":2,"214":1,"215":6,"221":11,"223":41,"224":7,"225":43,"23":22,"24":72,"25":22,"257":2,"26":8,"268":2,"27":17,"276":1,"28":13,"282":3,"291":2,"292":2,"30":3,"31":3,"32":6,"33":1,"34":7,"35":1,"352":49,"36":13,"37":13,"38":26,"380":1,"381":3,"383":2,"39":10,"391":2,"397":2,"40":4,"409":2,"41":7,"414":3,"415":4,"42":7,"426":5,"43":7,"430":1,"44":6,"45":4,"46":16,"48":5,"49":7,"5":70,"51":6,"52":2,"53":3,"56":3,"6":11,"63":3,"7":48,"8":27,"80":2,"9":24,"all_client":8777,"all_tv_clinet":976,"insert_time":"2014-08-21T21:47:02.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7823,"10":1,"107":34,"11":39,"13":26,"14":13,"15":4,"155":1,"159":1,"16":1,"161":7,"167":1,"168":1,"17":1,"18":109,"19":6,"20":1,"209":3,"21":37,"210":2,"214":1,"215":6,"221":10,"223":40,"224":7,"225":45,"23":22,"24":72,"25":22,"257":1,"26":8,"268":2,"27":16,"276":1,"28":13,"282":5,"291":2,"292":2,"30":3,"31":3,"32":6,"33":1,"34":6,"35":1,"352":53,"36":15,"37":13,"38":26,"380":1,"381":1,"383":2,"39":11,"391":2,"397":2,"40":4,"409":2,"41":8,"414":2,"415":4,"42":6,"426":5,"43":6,"44":6,"45":4,"46":14,"48":5,"49":7,"5":68,"51":5,"52":2,"53":5,"56":3,"6":10,"63":4,"7":48,"8":28,"80":2,"9":25,"all_client":8805,"all_tv_clinet":982,"insert_time":"2014-08-21T21:48:02.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7866,"10":1,"107":34,"11":40,"13":25,"14":12,"15":3,"159":1,"16":1,"161":7,"167":1,"168":1,"17":1,"18":113,"19":6,"20":1,"209":3,"21":37,"210":1,"214":1,"215":5,"221":11,"223":39,"224":6,"225":45,"23":24,"24":71,"25":22,"257":1,"26":8,"268":2,"27":17,"276":1,"28":13,"282":5,"291":2,"292":2,"30":3,"31":3,"32":6,"33":2,"34":6,"347":1,"35":2,"352":54,"36":15,"37":13,"38":27,"380":1,"381":1,"383":2,"39":11,"391":2,"397":2,"40":4,"409":1,"41":8,"414":2,"415":4,"42":6,"426":5,"43":6,"44":6,"45":4,"46":14,"48":5,"49":7,"5":66,"51":4,"52":2,"53":5,"56":3,"6":10,"63":4,"7":47,"8":28,"80":2,"9":23,"all_client":8846,"all_tv_clinet":980,"insert_time":"2014-08-21T21:49:02.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7908,"10":1,"107":33,"11":42,"13":28,"14":12,"15":3,"155":1,"159":1,"16":1,"161":6,"167":1,"168":1,"17":1,"18":114,"19":6,"20":1,"209":2,"21":38,"210":1,"214":1,"215":5,"221":11,"223":40,"224":6,"225":43,"23":26,"24":68,"25":22,"257":1,"26":7,"268":2,"27":17,"276":1,"28":13,"282":4,"291":2,"292":2,"30":3,"31":4,"32":6,"33":2,"34":6,"347":1,"35":1,"352":51,"36":15,"37":12,"38":34,"380":1,"381":1,"383":2,"39":13,"391":2,"397":2,"40":4,"409":1,"41":8,"414":2,"415":4,"42":5,"426":5,"43":5,"44":7,"45":5,"46":16,"48":5,"49":7,"5":64,"51":4,"52":2,"53":5,"56":3,"6":13,"63":4,"7":43,"8":27,"80":2,"9":23,"all_client":8892,"all_tv_clinet":984,"insert_time":"2014-08-21T21:50:02.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7939,"10":1,"107":30,"11":45,"13":28,"14":12,"15":3,"155":2,"16":1,"160":1,"161":7,"167":1,"168":1,"17":1,"18":116,"19":6,"20":1,"209":2,"21":39,"210":1,"214":1,"215":5,"221":11,"223":40,"224":6,"225":44,"23":26,"24":71,"25":21,"257":2,"26":8,"268":2,"27":17,"273":1,"276":1,"28":13,"282":3,"291":2,"292":3,"30":3,"31":5,"32":6,"33":2,"34":5,"347":1,"35":1,"352":51,"36":16,"37":13,"38":33,"380":1,"381":1,"383":2,"39":15,"391":3,"397":2,"40":4,"409":1,"41":7,"414":2,"415":4,"42":4,"426":5,"43":5,"44":7,"45":6,"46":16,"48":5,"49":7,"5":63,"51":4,"52":1,"53":5,"56":3,"6":15,"63":4,"7":42,"8":29,"80":2,"9":24,"all_client":8939,"all_tv_clinet":1000,"insert_time":"2014-08-21T21:51:03.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":7966,"10":3,"107":29,"11":47,"13":29,"14":13,"15":3,"155":2,"16":1,"160":1,"161":9,"167":1,"168":1,"17":1,"18":115,"19":5,"20":1,"209":3,"21":40,"210":1,"214":1,"215":6,"221":6,"223":41,"224":6,"225":44,"23":26,"24":72,"25":22,"257":2,"26":8,"268":2,"27":16,"273":1,"276":1,"28":12,"282":3,"291":2,"292":3,"30":3,"31":5,"32":6,"33":2,"34":5,"35":1,"352":51,"36":14,"37":13,"38":34,"380":1,"381":1,"383":2,"39":15,"391":3,"397":2,"40":4,"409":1,"41":7,"414":2,"415":4,"42":4,"426":5,"43":5,"44":8,"45":6,"46":15,"48":5,"49":7,"5":65,"51":4,"52":2,"53":5,"56":3,"6":15,"63":4,"7":45,"8":31,"80":2,"9":24,"all_client":8976,"all_tv_clinet":1010,"insert_time":"2014-08-21T21:52:03.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8011,"10":3,"107":32,"11":50,"13":33,"14":11,"15":2,"155":3,"16":1,"160":1,"161":10,"167":1,"168":1,"17":1,"18":114,"19":5,"20":1,"209":3,"21":40,"214":1,"215":5,"221":9,"223":43,"224":6,"225":45,"23":28,"24":75,"25":21,"257":2,"26":8,"268":2,"27":16,"273":1,"276":1,"28":12,"282":5,"291":2,"292":3,"30":3,"31":4,"32":6,"33":4,"34":4,"35":2,"352":49,"36":14,"37":11,"38":34,"380":1,"381":1,"383":2,"39":16,"391":3,"397":2,"40":4,"409":1,"41":6,"414":2,"415":4,"42":4,"426":5,"43":5,"44":7,"45":7,"46":16,"48":5,"49":7,"5":63,"51":4,"52":2,"53":4,"56":3,"6":14,"63":4,"7":44,"8":33,"80":2,"9":21,"all_client":9031,"all_tv_clinet":1020,"insert_time":"2014-08-21T21:53:03.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8037,"10":3,"107":34,"11":50,"13":32,"14":12,"15":2,"155":3,"16":2,"160":1,"161":9,"167":1,"168":1,"17":1,"18":111,"19":5,"20":1,"209":3,"21":37,"214":1,"215":5,"221":10,"223":45,"224":6,"225":47,"23":30,"24":74,"25":21,"257":2,"26":8,"268":2,"27":15,"273":1,"276":1,"28":12,"282":5,"291":2,"292":2,"30":3,"31":4,"32":7,"33":4,"34":4,"347":1,"35":2,"352":51,"36":13,"37":10,"38":37,"380":1,"381":1,"383":2,"39":16,"391":1,"397":3,"40":4,"409":1,"41":3,"414":2,"415":4,"42":6,"426":4,"43":4,"44":7,"45":8,"46":16,"48":6,"49":9,"5":63,"51":4,"52":2,"53":4,"56":3,"6":17,"63":5,"7":46,"8":35,"80":2,"9":21,"all_client":9070,"all_tv_clinet":1033,"insert_time":"2014-08-21T21:54:03.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8049,"10":3,"107":34,"11":53,"13":30,"14":13,"15":2,"155":3,"156":1,"158":1,"16":3,"160":1,"161":9,"167":1,"17":1,"18":110,"19":4,"20":1,"209":3,"21":38,"214":1,"215":5,"221":11,"223":46,"224":6,"225":50,"23":29,"24":78,"25":20,"257":2,"26":8,"268":2,"27":17,"273":1,"276":1,"28":12,"282":5,"291":2,"292":2,"30":3,"31":4,"32":7,"33":4,"34":4,"347":2,"35":4,"352":50,"36":13,"37":10,"38":36,"380":1,"383":2,"39":16,"391":1,"397":3,"40":4,"409":1,"41":3,"414":2,"415":4,"42":6,"426":3,"43":4,"44":6,"45":8,"46":15,"48":6,"49":9,"5":63,"51":3,"52":2,"53":4,"56":3,"6":18,"63":5,"7":48,"8":36,"80":1,"9":26,"all_client":9098,"all_tv_clinet":1049,"insert_time":"2014-08-21T21:55:03.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8088,"10":2,"107":36,"11":55,"13":28,"14":13,"15":2,"155":3,"156":1,"158":1,"16":4,"160":1,"161":9,"167":1,"17":2,"18":111,"19":4,"20":1,"209":4,"21":38,"214":1,"215":6,"221":9,"223":44,"224":6,"225":49,"23":31,"24":82,"25":21,"257":2,"26":9,"268":2,"27":17,"273":1,"276":1,"28":12,"282":3,"291":2,"292":2,"30":3,"31":6,"32":8,"33":4,"34":4,"347":2,"35":4,"352":52,"36":13,"37":10,"38":34,"380":1,"383":2,"39":16,"391":1,"397":3,"40":3,"409":1,"41":4,"414":1,"415":4,"42":6,"426":2,"43":4,"44":5,"45":8,"46":14,"48":6,"49":10,"5":63,"51":2,"52":2,"53":4,"56":3,"6":19,"63":5,"7":49,"8":37,"80":1,"9":31,"all_client":9151,"all_tv_clinet":1063,"insert_time":"2014-08-21T21:56:03.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8125,"10":3,"107":36,"11":55,"13":28,"14":11,"15":2,"155":3,"156":1,"158":1,"16":4,"160":1,"161":9,"167":1,"17":2,"18":113,"19":4,"20":1,"209":4,"21":38,"214":1,"215":5,"221":11,"223":42,"224":7,"225":50,"23":35,"24":83,"25":22,"257":2,"26":9,"268":2,"27":14,"273":1,"276":1,"28":12,"282":3,"291":1,"292":2,"30":2,"31":7,"32":8,"33":4,"34":6,"347":2,"35":4,"352":48,"36":13,"37":10,"38":31,"380":1,"383":1,"39":15,"391":1,"397":3,"40":3,"409":1,"41":4,"414":1,"415":5,"42":6,"426":2,"43":3,"433":1,"44":5,"45":8,"46":13,"48":5,"49":10,"5":62,"51":2,"52":5,"53":4,"56":3,"6":20,"63":5,"7":52,"8":35,"80":1,"9":32,"all_client":9189,"all_tv_clinet":1064,"insert_time":"2014-08-21T21:57:03.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8163,"10":3,"107":35,"11":57,"13":28,"14":10,"15":2,"155":3,"158":1,"16":6,"160":1,"161":12,"167":2,"17":3,"18":112,"19":3,"20":1,"209":4,"21":39,"214":1,"215":4,"221":8,"223":44,"224":7,"225":51,"23":38,"24":85,"25":23,"257":2,"26":9,"268":2,"27":12,"28":12,"282":3,"291":1,"292":2,"30":3,"31":8,"32":8,"33":4,"34":6,"347":1,"35":4,"352":47,"36":13,"37":8,"38":34,"380":1,"383":1,"39":14,"391":1,"397":2,"40":3,"409":1,"41":4,"415":5,"42":6,"43":3,"433":1,"44":4,"45":9,"46":12,"48":5,"49":11,"5":60,"51":2,"52":6,"53":4,"56":3,"6":23,"63":5,"7":55,"8":34,"80":1,"9":32,"all_client":9233,"all_tv_clinet":1070,"insert_time":"2014-08-21T21:58:03.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8182,"10":4,"107":32,"11":58,"12":1,"13":29,"14":10,"15":2,"155":3,"158":1,"16":5,"160":1,"161":12,"167":2,"17":3,"18":114,"19":4,"20":1,"209":4,"21":43,"214":1,"215":5,"221":9,"223":42,"224":10,"225":54,"23":39,"24":87,"25":23,"257":4,"26":9,"268":2,"27":10,"28":12,"282":3,"291":1,"292":1,"30":3,"31":7,"32":7,"33":3,"34":6,"347":1,"35":5,"352":50,"36":15,"37":8,"38":33,"380":1,"383":2,"39":15,"391":1,"397":2,"40":3,"409":1,"41":2,"415":5,"42":6,"43":2,"433":1,"44":3,"45":9,"46":12,"48":5,"49":11,"5":61,"51":3,"52":7,"53":4,"56":3,"6":22,"63":5,"7":55,"8":35,"80":1,"9":32,"all_client":9270,"all_tv_clinet":1088,"insert_time":"2014-08-21T21:59:03.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8238,"10":4,"107":33,"11":62,"12":3,"13":32,"14":9,"15":2,"155":3,"158":1,"16":4,"160":1,"161":14,"167":2,"17":3,"18":113,"19":4,"20":1,"209":4,"21":39,"214":1,"215":6,"221":9,"223":40,"224":9,"225":53,"23":39,"24":88,"25":24,"257":4,"26":10,"268":1,"27":8,"273":1,"28":12,"282":5,"291":1,"292":1,"30":3,"31":7,"32":7,"33":3,"34":6,"347":1,"35":5,"352":51,"36":16,"37":7,"38":35,"380":1,"383":2,"39":15,"391":2,"397":2,"40":3,"409":1,"41":2,"415":5,"42":6,"43":3,"433":1,"44":3,"45":9,"46":9,"48":6,"49":11,"5":60,"51":3,"52":6,"53":4,"56":3,"6":21,"63":3,"7":58,"8":36,"80":1,"9":33,"all_client":9334,"all_tv_clinet":1096,"insert_time":"2014-08-21T22:00:03.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8295,"10":4,"107":33,"11":62,"12":5,"13":32,"14":11,"15":2,"155":3,"158":1,"16":4,"160":1,"161":10,"167":3,"17":2,"18":113,"19":4,"20":3,"209":4,"21":43,"214":1,"215":6,"221":12,"223":37,"224":9,"225":55,"23":42,"24":89,"25":24,"257":4,"26":10,"268":1,"27":6,"273":1,"276":1,"28":11,"282":5,"291":1,"292":1,"30":3,"31":8,"32":7,"33":3,"34":6,"347":1,"35":7,"352":51,"36":15,"37":6,"38":37,"380":1,"381":1,"383":2,"39":15,"391":2,"397":2,"40":3,"409":1,"41":3,"415":5,"42":6,"43":3,"433":1,"44":3,"45":8,"46":11,"48":5,"49":13,"5":59,"51":3,"52":5,"53":5,"56":3,"6":25,"63":3,"7":59,"8":37,"80":1,"9":32,"all_client":9412,"all_tv_clinet":1117,"insert_time":"2014-08-21T22:01:03.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8334,"10":4,"107":36,"11":65,"12":6,"13":33,"14":11,"15":2,"155":3,"159":1,"16":5,"160":1,"161":9,"167":3,"17":2,"18":115,"19":4,"20":3,"209":4,"21":47,"210":1,"214":1,"215":7,"221":13,"223":35,"224":7,"225":53,"23":45,"24":94,"25":25,"257":4,"26":9,"268":1,"27":6,"273":2,"276":1,"28":11,"282":5,"291":1,"292":1,"30":3,"31":7,"32":5,"33":3,"34":6,"347":1,"35":7,"352":49,"36":15,"37":5,"38":36,"380":1,"381":1,"383":2,"39":12,"391":2,"397":2,"40":3,"409":1,"41":3,"415":5,"42":7,"43":3,"433":1,"44":3,"45":9,"46":11,"48":4,"49":13,"5":62,"51":4,"52":6,"53":4,"56":3,"6":27,"63":3,"7":61,"8":36,"80":2,"9":31,"all_client":9469,"all_tv_clinet":1135,"insert_time":"2014-08-21T22:02:04.042Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8371,"10":4,"107":36,"11":73,"12":5,"13":32,"14":11,"15":2,"155":3,"159":1,"16":5,"160":1,"161":8,"167":3,"17":2,"18":116,"19":4,"20":4,"209":5,"21":49,"210":1,"214":1,"215":6,"221":15,"223":35,"224":8,"225":54,"23":45,"24":95,"25":26,"257":4,"26":7,"268":2,"27":8,"273":3,"276":2,"28":11,"282":5,"291":1,"292":1,"30":3,"31":8,"32":4,"33":3,"34":6,"347":1,"35":9,"352":49,"36":18,"37":5,"38":39,"380":1,"381":1,"383":2,"39":12,"391":2,"397":2,"40":3,"409":1,"41":3,"415":4,"42":6,"43":2,"433":1,"44":3,"45":9,"46":12,"48":4,"49":13,"5":73,"51":4,"52":5,"53":4,"56":3,"6":29,"63":3,"7":61,"8":38,"80":2,"9":32,"all_client":9545,"all_tv_clinet":1174,"insert_time":"2014-08-21T22:03:04.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8430,"10":4,"107":38,"11":79,"12":5,"13":36,"14":11,"15":2,"155":3,"159":1,"16":6,"160":1,"161":8,"167":2,"17":2,"18":123,"19":5,"20":5,"209":5,"21":48,"210":1,"214":1,"215":4,"221":15,"223":33,"224":7,"225":51,"23":45,"24":95,"25":27,"257":4,"26":7,"268":2,"27":9,"273":3,"276":3,"28":12,"282":5,"291":1,"292":1,"30":2,"31":8,"32":4,"33":3,"34":6,"347":1,"35":9,"352":50,"36":17,"37":5,"38":40,"380":1,"383":2,"39":13,"391":2,"397":2,"40":3,"409":1,"41":4,"415":4,"42":6,"43":2,"433":1,"44":4,"45":8,"46":12,"48":4,"49":12,"5":74,"51":4,"52":5,"53":4,"56":3,"6":30,"63":4,"7":56,"8":40,"80":2,"9":35,"all_client":9623,"all_tv_clinet":1193,"insert_time":"2014-08-21T22:04:04.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8473,"10":5,"107":41,"11":81,"12":5,"13":35,"14":12,"15":2,"155":3,"159":1,"16":7,"160":1,"161":8,"167":2,"17":2,"18":128,"19":7,"20":5,"209":6,"21":45,"210":2,"214":1,"215":4,"221":14,"223":34,"224":7,"225":51,"23":46,"24":97,"25":24,"257":5,"26":8,"268":2,"27":10,"273":4,"276":3,"28":12,"282":5,"291":1,"292":1,"30":2,"31":8,"32":4,"33":2,"34":6,"347":1,"35":9,"352":55,"36":17,"37":5,"38":44,"380":1,"383":2,"39":13,"391":2,"397":2,"40":3,"409":1,"41":5,"415":3,"42":6,"43":2,"433":1,"44":4,"45":8,"46":13,"48":4,"49":11,"5":75,"51":4,"52":5,"53":4,"56":3,"6":28,"63":4,"7":57,"8":41,"80":3,"9":36,"all_client":9694,"all_tv_clinet":1221,"insert_time":"2014-08-21T22:05:04.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8534,"10":5,"107":42,"11":81,"12":6,"13":38,"14":12,"15":3,"155":2,"159":1,"16":7,"160":2,"161":8,"167":4,"17":6,"18":132,"19":9,"20":6,"209":5,"21":47,"210":3,"214":1,"215":5,"221":15,"223":36,"224":6,"225":52,"23":46,"24":104,"25":25,"257":5,"26":8,"268":2,"27":9,"273":4,"276":3,"28":14,"282":5,"291":1,"292":1,"30":1,"31":7,"32":4,"33":2,"34":6,"347":1,"35":9,"352":57,"36":15,"37":5,"38":43,"380":1,"383":1,"39":13,"391":3,"397":2,"40":3,"409":1,"41":5,"415":4,"42":6,"43":2,"433":1,"44":4,"45":9,"46":13,"48":5,"49":9,"5":75,"51":4,"52":5,"53":5,"56":3,"6":25,"63":4,"7":56,"8":38,"80":3,"9":37,"all_client":9782,"all_tv_clinet":1248,"insert_time":"2014-08-21T22:06:04.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8571,"10":5,"107":39,"11":82,"12":5,"13":40,"14":12,"15":5,"155":2,"159":1,"16":5,"160":2,"161":8,"167":5,"17":8,"18":137,"19":11,"20":6,"209":5,"21":48,"210":3,"214":1,"215":5,"221":13,"223":36,"224":6,"225":54,"23":47,"24":103,"25":26,"257":5,"26":9,"268":2,"27":9,"273":4,"276":3,"28":13,"281":1,"282":5,"291":3,"292":1,"30":1,"31":8,"32":3,"33":3,"34":6,"347":1,"35":9,"352":59,"36":14,"37":5,"38":43,"380":1,"383":1,"39":12,"391":3,"397":2,"40":3,"409":1,"41":6,"415":4,"42":6,"43":2,"433":1,"44":4,"45":9,"46":11,"48":5,"49":8,"5":78,"51":4,"52":6,"53":5,"56":3,"6":24,"63":4,"7":60,"8":37,"80":3,"9":40,"all_client":9841,"all_tv_clinet":1270,"insert_time":"2014-08-21T22:07:04.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8642,"10":5,"107":36,"11":82,"12":3,"13":43,"14":12,"15":5,"155":1,"159":1,"16":4,"160":2,"161":8,"167":6,"17":9,"18":148,"19":12,"20":6,"209":5,"21":50,"210":2,"214":1,"215":5,"221":13,"223":37,"224":6,"225":53,"23":45,"24":100,"25":26,"257":5,"26":9,"268":2,"27":8,"273":3,"276":4,"28":13,"281":2,"282":5,"291":3,"292":1,"30":1,"31":7,"32":3,"33":2,"34":6,"347":1,"35":9,"352":60,"36":15,"37":5,"38":44,"380":1,"383":1,"39":10,"391":3,"397":2,"40":3,"409":1,"41":6,"415":4,"42":7,"43":2,"433":1,"44":4,"45":9,"46":10,"48":5,"49":8,"5":81,"51":5,"52":6,"53":6,"56":3,"6":24,"63":4,"7":61,"8":38,"80":4,"9":43,"all_client":9928,"all_tv_clinet":1286,"insert_time":"2014-08-21T22:08:04.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8689,"10":5,"107":34,"11":83,"12":4,"13":41,"14":11,"15":5,"155":1,"159":1,"16":3,"160":2,"161":7,"167":8,"17":9,"18":153,"19":13,"20":8,"209":5,"21":51,"210":2,"214":1,"215":6,"221":17,"223":34,"224":6,"225":58,"23":44,"24":102,"25":25,"257":6,"26":9,"268":2,"27":7,"273":5,"276":4,"28":13,"281":4,"282":6,"291":3,"292":1,"30":1,"31":7,"32":3,"33":2,"34":5,"347":1,"35":12,"352":62,"36":14,"37":5,"38":47,"380":1,"383":1,"39":9,"391":3,"396":1,"397":2,"40":4,"41":6,"415":3,"42":7,"43":2,"433":1,"44":4,"45":9,"46":10,"48":4,"49":8,"5":87,"51":5,"52":6,"53":5,"56":3,"6":25,"63":5,"7":63,"8":38,"80":4,"9":44,"all_client":10007,"all_tv_clinet":1318,"insert_time":"2014-08-21T22:09:04.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8775,"10":5,"107":35,"11":85,"12":4,"13":42,"14":11,"15":3,"155":1,"159":1,"16":4,"160":2,"161":8,"167":8,"17":10,"18":159,"19":14,"20":9,"209":5,"21":50,"210":2,"214":1,"215":6,"221":16,"223":34,"224":6,"225":57,"23":43,"24":106,"25":27,"257":6,"26":10,"268":2,"27":7,"273":6,"276":4,"28":13,"281":4,"282":6,"291":2,"292":1,"30":1,"31":7,"32":2,"33":2,"34":6,"347":1,"35":10,"352":62,"36":13,"37":4,"38":51,"380":1,"383":1,"39":8,"391":3,"396":1,"397":2,"40":4,"41":4,"415":3,"42":7,"43":2,"433":1,"44":4,"45":9,"46":10,"48":4,"49":8,"5":92,"51":6,"52":4,"53":4,"56":3,"6":23,"63":5,"7":62,"8":40,"80":4,"9":40,"all_client":10104,"all_tv_clinet":1329,"insert_time":"2014-08-21T22:10:04.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8844,"10":5,"107":35,"11":88,"12":2,"13":41,"14":10,"15":3,"155":1,"159":1,"16":4,"160":2,"161":7,"167":10,"17":10,"18":160,"19":16,"20":10,"209":5,"21":50,"210":2,"214":1,"215":6,"221":16,"223":35,"224":7,"225":51,"23":40,"24":108,"25":29,"257":5,"26":11,"268":2,"27":8,"273":8,"276":5,"28":14,"281":4,"282":6,"291":2,"292":1,"30":1,"31":8,"32":2,"33":2,"34":6,"347":1,"35":11,"352":63,"36":12,"37":4,"38":50,"380":1,"381":1,"383":1,"39":8,"391":3,"396":1,"397":1,"40":4,"41":4,"415":4,"42":7,"43":2,"433":1,"44":4,"45":9,"46":12,"48":4,"49":9,"5":98,"51":6,"52":6,"53":3,"56":3,"6":24,"63":5,"7":67,"8":41,"80":4,"9":35,"all_client":10193,"all_tv_clinet":1349,"insert_time":"2014-08-21T22:11:04.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8927,"10":4,"107":38,"11":91,"12":1,"13":43,"14":12,"15":3,"155":1,"159":1,"16":5,"160":2,"161":7,"167":10,"17":9,"18":162,"19":15,"20":11,"209":5,"21":57,"210":2,"214":1,"215":4,"221":13,"223":35,"224":7,"225":49,"23":40,"24":104,"25":34,"257":5,"26":13,"268":2,"27":8,"273":9,"276":7,"28":14,"281":4,"282":7,"291":2,"292":2,"30":1,"31":8,"32":2,"33":2,"34":7,"347":1,"35":10,"352":62,"36":13,"37":4,"38":52,"380":1,"381":1,"383":1,"39":8,"391":3,"397":1,"40":3,"41":6,"415":4,"42":8,"43":2,"430":1,"433":1,"44":4,"45":10,"46":12,"48":4,"49":9,"5":101,"51":6,"52":7,"53":2,"56":3,"6":24,"63":5,"7":70,"8":40,"80":4,"9":35,"all_client":10304,"all_tv_clinet":1377,"insert_time":"2014-08-21T22:12:05.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8955,"10":4,"107":39,"11":95,"12":4,"13":47,"14":12,"15":5,"155":1,"158":1,"159":1,"16":6,"160":2,"161":8,"167":10,"17":10,"18":165,"19":15,"20":12,"209":5,"21":61,"210":2,"214":1,"215":4,"221":14,"223":33,"224":8,"225":50,"23":39,"24":105,"25":35,"257":5,"26":14,"268":2,"27":8,"273":9,"276":10,"28":14,"281":4,"282":7,"291":2,"292":3,"30":1,"31":8,"32":2,"33":1,"34":7,"347":1,"35":10,"352":60,"36":14,"37":4,"38":48,"380":1,"381":1,"383":1,"39":8,"391":3,"397":1,"40":3,"41":5,"415":5,"42":9,"43":2,"430":1,"433":1,"44":4,"45":10,"46":15,"48":4,"49":8,"5":102,"51":6,"52":8,"53":2,"56":3,"6":23,"63":5,"7":75,"79":1,"8":42,"80":4,"9":30,"all_client":10366,"all_tv_clinet":1411,"insert_time":"2014-08-21T22:13:05.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9061,"10":3,"107":40,"11":95,"12":7,"13":52,"14":12,"15":6,"155":1,"158":1,"159":1,"16":6,"160":2,"161":8,"167":10,"17":10,"18":163,"19":13,"20":13,"209":6,"21":57,"210":2,"214":1,"215":4,"221":16,"223":31,"224":8,"225":45,"23":37,"24":108,"25":36,"257":3,"26":14,"268":2,"27":9,"273":10,"276":11,"28":13,"281":4,"282":7,"291":2,"292":3,"30":1,"31":8,"32":2,"33":2,"34":7,"347":1,"35":10,"352":53,"36":15,"37":5,"38":51,"380":1,"381":1,"383":1,"39":7,"391":3,"397":1,"40":3,"41":5,"415":4,"42":9,"43":2,"430":1,"433":1,"44":5,"45":11,"46":17,"48":5,"49":8,"5":107,"51":6,"52":9,"53":2,"56":3,"6":21,"63":7,"7":75,"79":2,"8":42,"80":4,"9":33,"all_client":10484,"all_tv_clinet":1423,"insert_time":"2014-08-21T22:14:05.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9126,"10":3,"107":40,"11":102,"12":7,"13":57,"14":14,"15":8,"155":1,"158":2,"159":1,"16":6,"160":3,"161":9,"167":11,"17":11,"18":169,"19":13,"20":11,"209":6,"21":60,"210":2,"214":1,"215":6,"221":18,"223":31,"224":8,"225":45,"23":38,"24":109,"25":33,"257":4,"26":12,"268":2,"27":10,"273":8,"276":13,"28":13,"281":3,"282":7,"291":2,"292":3,"30":1,"302":1,"31":8,"32":3,"33":2,"34":6,"347":1,"35":8,"352":52,"36":16,"37":5,"38":53,"380":1,"381":1,"383":1,"39":6,"391":3,"397":1,"40":4,"41":6,"415":4,"42":9,"43":2,"433":1,"44":5,"45":11,"46":17,"48":5,"49":8,"5":108,"51":6,"52":9,"53":2,"56":3,"6":18,"63":7,"7":79,"79":2,"8":41,"80":4,"9":32,"all_client":10580,"all_tv_clinet":1454,"insert_time":"2014-08-21T22:15:05.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9186,"10":2,"107":45,"11":106,"12":7,"13":58,"14":14,"15":8,"155":1,"158":2,"159":1,"16":6,"160":3,"161":7,"167":11,"17":13,"18":176,"19":14,"20":11,"209":6,"21":61,"210":2,"214":1,"215":6,"221":19,"223":30,"224":9,"225":45,"23":37,"24":118,"25":36,"257":3,"26":13,"268":1,"27":10,"273":8,"276":13,"28":13,"281":3,"282":7,"291":2,"292":3,"30":1,"302":1,"31":11,"32":2,"33":3,"34":6,"347":1,"35":9,"352":54,"36":18,"37":5,"38":49,"380":1,"381":1,"383":1,"39":7,"391":4,"397":1,"40":4,"41":6,"415":3,"42":8,"43":2,"433":1,"44":5,"45":10,"46":16,"48":5,"49":8,"5":116,"51":6,"52":9,"53":2,"56":3,"6":17,"63":7,"7":76,"79":2,"8":44,"80":4,"9":35,"all_client":10681,"all_tv_clinet":1495,"insert_time":"2014-08-21T22:16:05.453Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9299,"10":2,"107":42,"11":107,"12":9,"13":55,"14":15,"15":10,"155":1,"158":2,"159":1,"16":6,"160":3,"161":9,"167":11,"17":13,"18":178,"19":16,"20":11,"209":7,"21":64,"210":2,"214":1,"215":6,"221":19,"223":33,"224":10,"225":46,"23":39,"24":119,"25":38,"257":2,"26":13,"268":1,"27":10,"273":11,"276":13,"28":13,"281":3,"282":7,"291":2,"292":3,"30":1,"302":1,"31":10,"32":2,"33":3,"34":6,"347":3,"35":9,"352":55,"36":18,"37":4,"38":47,"380":1,"381":1,"383":1,"39":6,"391":4,"397":1,"40":6,"41":5,"415":3,"42":7,"43":3,"433":1,"44":4,"45":10,"46":15,"48":5,"49":8,"5":118,"51":5,"52":8,"53":2,"56":3,"6":15,"63":7,"7":84,"79":3,"8":42,"80":3,"9":37,"all_client":10819,"all_tv_clinet":1520,"insert_time":"2014-08-21T22:17:05.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9356,"10":2,"107":40,"11":114,"12":9,"13":58,"14":15,"15":11,"155":1,"158":2,"159":1,"16":6,"160":4,"161":7,"167":12,"17":13,"18":179,"19":15,"20":11,"209":8,"21":70,"210":1,"214":1,"215":6,"221":20,"223":34,"224":10,"225":44,"23":39,"24":126,"25":39,"257":4,"26":12,"268":1,"27":10,"273":13,"276":13,"28":12,"281":3,"282":6,"291":2,"292":3,"30":1,"302":1,"31":10,"314":1,"32":2,"33":3,"34":9,"347":3,"35":8,"352":53,"36":16,"37":3,"38":47,"380":1,"381":1,"383":1,"39":5,"391":5,"40":7,"41":4,"415":3,"42":6,"43":4,"433":1,"44":4,"45":10,"46":14,"48":6,"49":8,"5":119,"51":5,"52":8,"53":2,"56":3,"6":13,"63":7,"7":84,"79":3,"8":42,"80":3,"9":39,"all_client":10898,"all_tv_clinet":1542,"insert_time":"2014-08-21T22:18:05.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9452,"10":2,"107":45,"11":117,"12":15,"13":55,"14":16,"15":11,"155":1,"158":2,"159":1,"16":7,"160":4,"161":7,"167":12,"17":13,"18":180,"19":13,"20":14,"209":9,"21":73,"210":1,"214":1,"215":8,"221":17,"223":34,"224":10,"225":41,"23":41,"24":132,"25":37,"257":4,"26":10,"268":2,"27":11,"273":15,"276":14,"28":12,"281":5,"282":5,"291":2,"292":3,"30":1,"302":1,"31":9,"314":1,"32":2,"33":3,"34":9,"347":3,"35":7,"352":55,"36":15,"37":3,"38":47,"381":3,"383":1,"39":4,"391":6,"40":9,"41":4,"415":4,"42":5,"43":4,"433":1,"44":4,"45":10,"46":15,"48":6,"49":7,"5":117,"51":6,"52":9,"53":2,"56":3,"6":14,"63":6,"7":88,"79":3,"8":43,"80":5,"9":37,"all_client":11026,"all_tv_clinet":1574,"insert_time":"2014-08-21T22:19:05.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9521,"10":2,"107":46,"11":119,"12":16,"13":56,"14":16,"15":12,"155":2,"158":2,"159":1,"16":8,"160":4,"161":6,"167":12,"17":13,"18":176,"19":15,"20":15,"209":11,"21":74,"210":1,"214":1,"215":8,"221":16,"223":37,"224":10,"225":41,"23":45,"24":135,"25":32,"257":4,"26":8,"268":2,"27":11,"273":15,"276":14,"28":13,"281":5,"282":5,"291":2,"292":4,"30":1,"302":1,"31":6,"314":1,"32":2,"33":3,"34":9,"347":3,"35":8,"352":62,"36":16,"37":3,"38":49,"381":3,"383":1,"39":5,"391":6,"40":9,"409":1,"41":4,"415":4,"42":5,"43":4,"433":1,"44":4,"45":10,"46":14,"48":6,"49":7,"5":124,"51":6,"52":10,"53":2,"56":3,"6":17,"63":6,"7":89,"79":2,"8":44,"80":5,"9":38,"all_client":11130,"all_tv_clinet":1609,"insert_time":"2014-08-21T22:20:05.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9593,"10":2,"107":45,"11":120,"12":18,"13":57,"14":15,"15":13,"155":3,"158":4,"159":1,"16":8,"160":2,"161":5,"167":12,"17":14,"18":181,"19":19,"20":15,"209":12,"21":76,"210":1,"214":1,"215":7,"221":15,"223":35,"224":11,"225":41,"23":48,"24":132,"25":32,"257":4,"26":8,"268":2,"27":11,"273":15,"276":15,"279":1,"28":13,"281":5,"282":4,"291":2,"292":4,"30":1,"31":6,"314":1,"32":2,"33":3,"34":9,"347":3,"35":9,"352":59,"36":13,"37":3,"38":52,"381":3,"383":1,"39":5,"391":6,"40":11,"409":1,"41":6,"415":3,"42":5,"43":4,"433":1,"44":4,"45":10,"46":15,"48":4,"49":7,"5":135,"51":6,"52":12,"53":3,"56":3,"6":18,"63":7,"7":90,"79":2,"8":45,"80":5,"9":38,"all_client":11233,"all_tv_clinet":1640,"insert_time":"2014-08-21T22:21:06.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9702,"10":2,"107":44,"11":121,"12":17,"13":65,"14":15,"15":15,"155":3,"158":4,"159":1,"16":6,"160":2,"161":8,"167":13,"17":12,"18":180,"19":18,"20":15,"209":11,"21":73,"210":1,"214":1,"215":7,"221":13,"223":38,"224":12,"225":44,"23":51,"24":132,"25":33,"257":4,"26":13,"268":2,"27":12,"273":17,"276":13,"279":1,"28":14,"281":5,"282":4,"291":3,"292":3,"30":1,"31":5,"314":1,"32":2,"33":3,"34":9,"347":3,"35":9,"352":54,"36":16,"37":5,"38":53,"381":3,"383":1,"39":7,"391":6,"397":1,"40":12,"409":2,"41":7,"415":4,"42":5,"43":4,"433":1,"44":4,"45":10,"46":14,"48":4,"49":7,"5":145,"51":5,"52":13,"53":3,"56":3,"6":19,"63":7,"7":89,"79":2,"8":45,"80":5,"9":40,"all_client":11379,"all_tv_clinet":1677,"insert_time":"2014-08-21T22:22:06.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9795,"10":2,"107":45,"11":122,"12":17,"13":68,"14":16,"15":16,"155":3,"158":4,"159":1,"16":4,"160":3,"161":9,"167":13,"17":15,"18":189,"19":19,"20":16,"209":10,"21":71,"210":1,"214":1,"215":9,"221":15,"223":39,"224":11,"225":41,"23":54,"24":130,"25":35,"257":4,"26":13,"268":2,"27":12,"273":16,"276":14,"279":1,"28":14,"281":5,"282":4,"291":3,"292":2,"30":1,"31":5,"314":1,"32":3,"33":3,"34":9,"347":2,"35":10,"352":56,"36":17,"37":5,"38":50,"381":3,"383":1,"39":7,"391":6,"397":1,"40":13,"409":2,"41":9,"415":4,"42":6,"43":5,"433":1,"44":3,"45":10,"46":12,"48":6,"49":7,"5":151,"51":5,"52":12,"53":3,"56":3,"570":1,"6":19,"63":7,"7":88,"79":1,"8":49,"80":5,"9":45,"all_client":11511,"all_tv_clinet":1716,"insert_time":"2014-08-21T22:23:06.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9913,"10":2,"107":47,"11":124,"12":17,"13":70,"14":16,"15":17,"155":3,"156":1,"158":3,"159":1,"16":3,"160":3,"161":9,"167":14,"17":16,"18":190,"19":19,"20":19,"209":9,"21":66,"210":1,"214":1,"215":10,"221":18,"223":39,"224":11,"225":40,"23":54,"24":138,"25":34,"257":4,"26":13,"268":2,"27":13,"273":16,"276":14,"28":14,"281":5,"282":4,"291":3,"292":3,"30":1,"306":1,"31":5,"32":3,"33":3,"34":9,"347":2,"35":11,"352":57,"36":17,"37":6,"38":47,"381":3,"383":2,"39":8,"391":7,"397":1,"40":14,"409":2,"41":8,"415":5,"42":7,"43":6,"44":3,"45":10,"46":12,"48":6,"49":7,"5":163,"51":5,"52":11,"53":3,"56":3,"570":1,"6":20,"63":6,"7":91,"79":1,"8":46,"80":6,"9":48,"all_client":11666,"all_tv_clinet":1753,"insert_time":"2014-08-21T22:24:06.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10008,"10":2,"107":45,"11":121,"12":18,"13":66,"14":17,"15":17,"155":3,"156":2,"158":3,"159":1,"16":4,"160":3,"161":9,"167":16,"17":18,"18":192,"19":19,"20":20,"209":9,"21":69,"210":2,"214":1,"215":10,"221":17,"223":40,"224":11,"225":38,"23":57,"24":140,"25":38,"257":5,"26":13,"268":2,"27":13,"273":18,"276":14,"28":14,"281":5,"282":3,"291":3,"292":3,"30":1,"306":1,"31":5,"32":2,"33":3,"34":11,"347":2,"35":12,"352":61,"36":18,"37":5,"38":48,"381":3,"383":2,"39":6,"391":7,"397":1,"40":14,"409":3,"41":7,"415":4,"42":7,"43":6,"44":3,"45":11,"46":15,"48":7,"49":8,"5":172,"51":7,"52":10,"53":2,"56":3,"570":1,"6":18,"63":7,"7":90,"79":1,"8":39,"80":7,"9":50,"all_client":11789,"all_tv_clinet":1781,"insert_time":"2014-08-21T22:25:06.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10149,"10":2,"107":44,"11":127,"12":20,"13":67,"14":16,"15":18,"155":3,"156":2,"158":2,"159":1,"16":4,"160":2,"161":12,"167":16,"17":18,"18":198,"19":21,"20":21,"209":6,"21":69,"210":2,"214":1,"215":11,"221":22,"223":41,"224":10,"225":37,"23":59,"24":140,"25":39,"257":5,"26":13,"268":2,"27":12,"273":18,"276":14,"28":12,"281":5,"282":3,"291":3,"292":3,"30":2,"306":1,"31":4,"32":1,"33":2,"34":13,"347":1,"35":11,"352":64,"36":19,"37":6,"38":47,"381":3,"383":3,"39":7,"391":7,"397":1,"40":15,"409":2,"41":8,"415":3,"42":8,"43":5,"44":4,"45":11,"46":17,"48":6,"49":7,"5":177,"51":7,"52":11,"53":2,"56":3,"6":22,"63":8,"7":93,"79":1,"8":38,"80":7,"9":49,"all_client":11966,"all_tv_clinet":1817,"insert_time":"2014-08-21T22:26:07.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10233,"10":2,"107":47,"11":131,"12":22,"13":65,"14":14,"15":20,"155":3,"156":3,"158":2,"159":1,"16":4,"160":2,"161":12,"167":16,"17":20,"18":201,"19":18,"20":22,"209":7,"21":63,"210":3,"214":1,"215":10,"221":21,"223":38,"224":8,"225":36,"23":60,"24":145,"25":46,"257":5,"26":13,"268":2,"27":12,"273":18,"276":15,"279":1,"28":12,"281":6,"282":3,"291":2,"292":5,"30":2,"31":4,"32":1,"33":2,"34":14,"347":1,"35":11,"352":67,"36":18,"37":5,"38":50,"381":3,"383":2,"39":7,"391":6,"397":1,"40":16,"409":2,"41":6,"415":3,"42":7,"43":5,"433":1,"44":4,"45":11,"46":18,"48":6,"49":8,"5":186,"51":7,"52":9,"53":4,"56":3,"6":23,"63":8,"7":90,"79":1,"8":38,"80":8,"9":51,"all_client":12079,"all_tv_clinet":1846,"insert_time":"2014-08-21T22:27:07.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10360,"10":2,"107":50,"11":133,"12":21,"13":66,"14":12,"15":22,"155":3,"156":3,"158":2,"159":1,"16":5,"160":2,"161":12,"167":17,"17":19,"18":208,"19":20,"20":22,"209":7,"21":63,"210":2,"214":1,"215":11,"221":23,"223":38,"224":6,"225":39,"23":61,"24":144,"25":47,"257":5,"26":13,"268":2,"27":13,"273":17,"276":16,"279":1,"28":13,"281":5,"282":3,"291":2,"292":5,"30":2,"302":1,"31":4,"32":2,"33":3,"34":12,"347":1,"35":11,"352":77,"36":19,"37":6,"38":50,"381":4,"383":2,"39":8,"391":6,"397":1,"40":16,"409":1,"41":6,"415":3,"42":8,"43":5,"433":1,"44":4,"45":11,"46":16,"48":6,"49":8,"5":186,"51":5,"52":9,"53":4,"56":3,"6":26,"63":8,"7":88,"79":1,"8":36,"80":8,"9":54,"all_client":12239,"all_tv_clinet":1879,"insert_time":"2014-08-21T22:28:07.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10504,"10":2,"107":54,"11":132,"12":24,"13":65,"14":13,"15":25,"155":3,"156":3,"158":2,"159":1,"16":6,"160":3,"161":10,"167":17,"17":19,"18":216,"19":26,"20":23,"209":6,"21":62,"210":2,"214":1,"215":9,"221":23,"223":34,"224":7,"225":39,"23":60,"24":143,"25":49,"257":6,"26":13,"268":3,"27":13,"273":14,"276":16,"279":2,"28":14,"281":5,"282":4,"291":2,"292":6,"30":2,"302":1,"31":5,"32":3,"33":3,"34":10,"347":1,"35":10,"352":75,"36":21,"37":5,"38":50,"381":4,"383":2,"39":8,"391":7,"397":1,"40":17,"409":1,"41":6,"415":3,"42":8,"43":5,"433":1,"44":5,"45":11,"46":14,"48":6,"49":9,"5":188,"51":5,"52":5,"53":4,"56":3,"6":29,"63":8,"7":93,"79":1,"8":37,"80":9,"9":55,"all_client":12412,"all_tv_clinet":1908,"insert_time":"2014-08-21T22:29:07.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10630,"10":2,"107":53,"11":129,"12":27,"13":66,"14":12,"15":23,"155":3,"156":3,"158":2,"159":1,"16":7,"160":2,"161":10,"167":17,"17":20,"18":223,"19":30,"20":26,"209":4,"21":65,"210":2,"214":3,"215":11,"221":27,"223":40,"224":7,"225":41,"23":67,"24":148,"25":53,"257":6,"26":12,"268":3,"27":8,"273":12,"276":15,"279":2,"28":13,"281":4,"282":3,"291":1,"292":8,"30":2,"302":1,"31":6,"32":2,"33":4,"34":10,"347":2,"35":8,"352":71,"36":22,"37":5,"38":50,"381":5,"383":3,"39":8,"391":8,"397":1,"40":19,"409":2,"41":8,"414":1,"415":3,"42":9,"43":5,"44":5,"45":11,"46":16,"48":7,"49":10,"5":184,"51":5,"52":5,"53":2,"56":3,"6":28,"63":7,"7":100,"79":1,"8":40,"80":8,"9":59,"all_client":12587,"all_tv_clinet":1957,"insert_time":"2014-08-21T22:30:07.460Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10777,"10":3,"107":52,"11":126,"12":27,"13":65,"14":11,"15":27,"155":3,"156":3,"158":2,"159":1,"16":9,"160":2,"161":9,"167":19,"17":23,"18":227,"19":32,"20":26,"209":4,"21":68,"210":2,"214":3,"215":13,"221":29,"223":40,"224":8,"225":43,"23":69,"24":150,"25":53,"257":6,"26":8,"268":3,"27":6,"273":11,"276":18,"279":2,"28":13,"281":4,"282":3,"291":2,"292":8,"30":2,"302":1,"31":6,"32":2,"33":4,"34":11,"347":2,"35":9,"352":71,"36":22,"37":5,"38":50,"381":5,"383":3,"39":7,"391":8,"397":1,"40":19,"409":2,"41":8,"414":1,"415":3,"42":9,"43":5,"44":5,"45":10,"46":16,"48":7,"49":12,"5":188,"51":5,"52":4,"53":3,"56":3,"6":31,"63":7,"7":109,"79":1,"8":39,"80":8,"9":60,"all_client":12774,"all_tv_clinet":1997,"insert_time":"2014-08-21T22:31:07.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10900,"10":2,"107":49,"11":121,"12":22,"13":70,"14":11,"15":29,"155":3,"156":3,"158":2,"159":1,"16":11,"160":2,"161":10,"167":19,"17":25,"18":227,"19":34,"20":29,"209":4,"21":68,"210":2,"214":3,"215":13,"221":30,"223":44,"224":8,"225":46,"23":73,"24":149,"25":57,"257":7,"26":8,"268":3,"27":5,"273":11,"276":19,"279":3,"28":13,"281":4,"282":3,"291":2,"292":9,"30":2,"302":1,"31":7,"32":2,"33":4,"34":11,"347":2,"35":9,"352":69,"36":26,"37":6,"38":51,"381":5,"383":3,"39":7,"391":7,"397":1,"40":22,"409":4,"41":10,"414":1,"415":4,"42":8,"43":5,"44":5,"45":11,"46":15,"48":5,"49":13,"5":193,"51":5,"52":4,"53":4,"56":3,"6":33,"63":8,"7":106,"79":2,"8":41,"80":8,"9":63,"all_client":12940,"all_tv_clinet":2040,"insert_time":"2014-08-21T22:32:07.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11008,"10":3,"107":54,"11":127,"12":20,"13":71,"14":13,"15":33,"155":3,"156":4,"158":2,"159":1,"16":12,"160":2,"161":11,"167":20,"17":22,"18":235,"19":38,"20":29,"209":3,"21":70,"210":2,"214":2,"215":11,"221":32,"223":44,"224":9,"225":49,"23":78,"24":143,"25":57,"257":5,"26":7,"268":3,"27":5,"273":10,"276":16,"279":3,"28":13,"281":4,"282":3,"291":2,"292":6,"30":2,"302":1,"31":7,"32":2,"33":4,"34":10,"347":2,"35":10,"352":73,"36":25,"37":6,"38":52,"381":6,"383":3,"39":7,"391":7,"396":1,"397":1,"40":21,"409":4,"41":10,"414":1,"415":5,"419":1,"42":8,"43":6,"44":5,"45":10,"46":13,"48":5,"49":12,"5":196,"51":5,"52":5,"53":3,"56":3,"6":33,"63":8,"7":106,"79":2,"8":38,"80":7,"9":63,"all_client":13074,"all_tv_clinet":2066,"insert_time":"2014-08-21T22:33:07.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11095,"10":3,"107":58,"11":126,"12":18,"13":72,"14":13,"15":33,"155":2,"156":4,"158":2,"159":1,"16":12,"160":2,"161":11,"167":21,"17":21,"18":240,"19":38,"20":28,"209":4,"21":72,"210":2,"214":2,"215":12,"221":33,"223":45,"224":10,"225":49,"23":75,"24":139,"25":60,"257":6,"26":7,"268":3,"27":4,"273":12,"276":18,"279":3,"28":13,"281":4,"282":3,"291":2,"292":6,"30":2,"302":1,"31":7,"32":2,"33":5,"34":10,"347":2,"35":11,"352":73,"36":26,"37":9,"38":55,"381":7,"383":3,"39":7,"391":5,"396":1,"397":1,"40":21,"409":4,"41":10,"414":1,"415":5,"419":1,"42":8,"43":7,"44":4,"45":10,"46":14,"48":4,"49":12,"5":207,"51":4,"52":4,"53":3,"56":3,"6":33,"63":9,"7":111,"79":3,"8":36,"80":7,"9":63,"all_client":13195,"all_tv_clinet":2100,"insert_time":"2014-08-21T22:34:07.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11204,"10":4,"107":61,"11":132,"12":17,"13":73,"14":13,"15":36,"155":3,"156":4,"158":2,"159":2,"16":12,"160":2,"161":11,"167":22,"17":18,"18":239,"19":40,"20":30,"209":5,"21":74,"210":2,"214":2,"215":14,"221":32,"223":48,"224":10,"225":51,"23":76,"24":142,"25":62,"257":5,"26":8,"268":3,"27":4,"273":13,"276":16,"279":3,"28":14,"281":4,"282":3,"291":2,"292":6,"30":2,"302":2,"31":6,"32":2,"33":6,"34":11,"347":2,"35":10,"352":78,"36":25,"37":10,"38":55,"381":7,"383":3,"39":6,"391":5,"396":1,"397":1,"40":21,"409":4,"41":9,"414":2,"415":4,"419":1,"42":11,"43":8,"430":1,"44":4,"45":10,"46":15,"48":4,"49":11,"5":219,"51":5,"52":4,"53":2,"56":3,"6":32,"63":9,"7":111,"79":2,"8":36,"80":9,"9":69,"all_client":13362,"all_tv_clinet":2158,"insert_time":"2014-08-21T22:35:08.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11337,"10":4,"107":60,"11":128,"12":16,"13":70,"14":12,"15":37,"155":4,"156":3,"158":2,"159":2,"16":12,"160":2,"161":11,"167":21,"17":16,"18":246,"19":42,"20":31,"209":6,"21":75,"210":3,"214":2,"215":12,"221":34,"223":54,"224":11,"225":50,"23":80,"24":138,"25":61,"257":5,"26":8,"268":3,"27":4,"273":14,"276":17,"279":3,"28":15,"281":5,"282":4,"291":2,"292":7,"30":2,"302":2,"31":4,"314":1,"317":1,"32":2,"33":6,"34":10,"347":2,"35":10,"352":79,"36":26,"37":10,"38":57,"381":6,"383":3,"39":6,"391":6,"397":1,"40":25,"409":5,"41":7,"414":3,"415":4,"42":14,"43":8,"430":1,"44":4,"45":10,"46":16,"48":3,"49":11,"5":233,"51":5,"52":3,"53":2,"56":4,"6":36,"63":11,"7":111,"79":2,"8":36,"80":9,"9":72,"all_client":13538,"all_tv_clinet":2201,"insert_time":"2014-08-21T22:36:08.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11490,"10":4,"107":60,"11":128,"12":14,"13":71,"14":12,"15":36,"155":4,"156":3,"158":3,"159":2,"16":14,"160":2,"161":10,"167":20,"17":16,"18":253,"19":44,"20":32,"209":7,"21":78,"210":3,"214":2,"215":10,"221":35,"223":58,"224":11,"225":53,"23":84,"24":142,"25":62,"257":5,"26":8,"268":3,"27":3,"273":15,"276":19,"279":3,"28":15,"281":5,"282":4,"291":2,"292":7,"30":3,"302":3,"31":5,"314":1,"317":1,"32":2,"33":6,"34":12,"347":2,"35":8,"352":75,"36":22,"37":10,"38":53,"380":1,"381":5,"383":3,"39":7,"391":6,"397":1,"40":25,"409":5,"41":7,"414":2,"415":4,"42":13,"43":8,"430":1,"44":3,"45":10,"46":16,"48":4,"49":11,"5":240,"51":4,"52":3,"53":2,"56":4,"6":37,"63":11,"7":111,"79":2,"8":36,"80":9,"9":79,"all_client":13725,"all_tv_clinet":2235,"insert_time":"2014-08-21T22:37:08.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11647,"10":5,"107":65,"11":130,"12":14,"13":72,"14":13,"15":34,"155":4,"156":3,"158":3,"159":2,"16":14,"160":2,"161":10,"167":20,"17":16,"18":256,"19":43,"20":32,"209":6,"21":79,"210":3,"214":2,"215":12,"221":36,"223":62,"224":11,"225":60,"23":84,"24":150,"25":62,"257":5,"26":6,"268":2,"27":3,"273":16,"276":19,"279":3,"28":16,"281":5,"282":3,"291":2,"292":7,"30":3,"302":3,"31":6,"314":1,"317":1,"33":5,"34":11,"347":2,"35":8,"352":80,"36":22,"37":9,"38":53,"380":1,"381":5,"383":3,"39":7,"391":7,"397":1,"40":26,"409":5,"41":6,"414":2,"415":5,"42":13,"43":9,"430":1,"44":4,"45":8,"46":15,"48":4,"49":11,"5":247,"51":4,"52":5,"53":3,"56":4,"6":37,"63":11,"7":110,"79":2,"8":34,"80":8,"9":80,"all_client":13921,"all_tv_clinet":2274,"insert_time":"2014-08-21T22:38:08.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11826,"10":4,"107":65,"11":134,"12":12,"13":70,"14":14,"15":33,"155":4,"156":2,"158":4,"159":2,"16":15,"160":2,"161":11,"167":20,"17":15,"18":259,"19":43,"20":33,"209":7,"21":79,"210":3,"214":2,"215":14,"221":36,"223":64,"224":10,"225":61,"23":87,"24":151,"25":64,"257":6,"26":5,"268":1,"27":3,"273":16,"276":19,"279":2,"28":17,"281":4,"282":3,"291":3,"292":7,"30":3,"302":3,"31":5,"314":2,"317":1,"33":5,"34":11,"347":2,"35":10,"352":87,"36":22,"37":9,"38":50,"380":1,"381":5,"383":5,"39":7,"391":7,"397":1,"40":25,"409":5,"41":8,"414":2,"415":5,"42":13,"43":10,"430":1,"44":6,"45":7,"46":15,"48":4,"49":12,"5":253,"51":4,"52":6,"53":3,"56":4,"6":43,"63":11,"7":111,"79":2,"8":36,"80":9,"9":85,"all_client":14148,"all_tv_clinet":2322,"insert_time":"2014-08-21T22:39:08.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11982,"10":4,"107":65,"11":136,"12":11,"13":71,"14":14,"15":29,"155":4,"156":2,"158":4,"159":2,"16":13,"160":2,"161":14,"167":22,"17":18,"18":260,"19":43,"20":31,"209":5,"21":84,"210":3,"214":2,"215":15,"221":36,"223":65,"224":9,"225":64,"23":92,"24":160,"25":65,"257":4,"26":5,"268":1,"27":3,"273":18,"276":19,"279":2,"28":16,"281":4,"282":3,"291":3,"292":7,"30":3,"302":3,"31":6,"314":2,"317":1,"33":4,"34":9,"347":2,"35":10,"352":90,"36":25,"37":9,"38":47,"380":1,"381":5,"383":5,"39":7,"391":7,"397":1,"40":23,"409":5,"41":9,"414":2,"415":5,"42":13,"43":10,"430":1,"44":8,"45":7,"46":16,"48":6,"49":12,"5":252,"51":3,"52":7,"53":5,"56":4,"6":46,"63":10,"7":113,"79":1,"8":44,"80":10,"9":86,"all_client":14347,"all_tv_clinet":2365,"insert_time":"2014-08-21T22:40:08.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12099,"10":3,"107":65,"11":139,"12":12,"13":71,"14":15,"15":31,"155":4,"156":2,"158":5,"159":1,"16":11,"160":4,"161":14,"167":22,"17":18,"18":265,"19":44,"20":30,"209":4,"21":92,"210":3,"214":2,"215":16,"221":41,"223":76,"224":10,"225":63,"23":94,"24":157,"25":64,"257":5,"26":7,"268":1,"27":3,"273":18,"276":20,"279":2,"28":14,"281":4,"282":3,"291":4,"292":5,"30":3,"302":4,"31":5,"314":2,"317":1,"33":4,"34":8,"347":2,"35":11,"352":89,"36":26,"37":11,"38":54,"380":1,"381":5,"383":5,"39":7,"391":7,"397":1,"40":21,"409":5,"41":9,"414":2,"415":6,"42":14,"43":9,"430":1,"44":7,"45":5,"46":14,"48":6,"49":13,"5":264,"51":2,"52":6,"53":5,"56":4,"6":51,"63":11,"7":114,"79":1,"8":46,"80":11,"9":93,"all_client":14529,"all_tv_clinet":2430,"insert_time":"2014-08-21T22:41:09.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12251,"10":3,"107":67,"11":144,"12":13,"13":73,"14":15,"15":33,"155":4,"156":3,"158":5,"159":1,"16":11,"160":5,"161":14,"167":22,"17":17,"18":269,"19":45,"20":31,"209":4,"21":94,"210":3,"214":2,"215":16,"221":40,"223":79,"224":9,"225":68,"23":97,"24":160,"25":68,"257":5,"26":7,"268":2,"27":4,"273":19,"276":20,"279":2,"28":15,"281":5,"282":4,"291":4,"292":6,"30":4,"302":4,"31":7,"314":1,"317":1,"33":4,"34":8,"347":3,"35":11,"352":89,"36":25,"37":11,"38":56,"380":2,"381":5,"383":3,"39":7,"391":7,"397":1,"40":15,"409":4,"41":9,"414":2,"415":6,"42":13,"43":9,"430":1,"44":5,"45":5,"46":14,"48":6,"49":13,"5":276,"51":1,"52":6,"53":5,"56":4,"6":50,"63":12,"7":115,"79":1,"8":49,"80":11,"9":96,"all_client":14736,"all_tv_clinet":2485,"insert_time":"2014-08-21T22:42:09.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12412,"10":2,"107":71,"11":144,"12":14,"13":70,"14":15,"15":33,"155":4,"156":3,"158":6,"159":1,"16":10,"160":5,"161":15,"167":20,"17":18,"18":280,"19":47,"20":33,"209":4,"21":97,"210":3,"214":2,"215":15,"221":42,"223":85,"224":9,"225":71,"23":104,"24":161,"25":71,"257":7,"26":6,"268":2,"27":4,"273":20,"276":20,"279":2,"28":17,"281":6,"282":3,"291":4,"292":5,"30":3,"302":4,"31":6,"314":1,"317":1,"33":5,"34":8,"347":3,"35":11,"352":83,"36":26,"37":10,"38":58,"380":2,"381":5,"383":2,"39":7,"391":7,"397":1,"40":15,"409":4,"41":11,"414":3,"415":6,"42":13,"43":9,"430":1,"44":5,"45":3,"46":13,"48":7,"49":13,"5":287,"51":3,"52":6,"53":4,"56":4,"6":49,"63":12,"7":111,"79":1,"8":52,"80":12,"9":91,"all_client":14941,"all_tv_clinet":2529,"insert_time":"2014-08-21T22:43:09.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12600,"10":2,"107":73,"11":153,"12":16,"13":68,"14":16,"15":37,"155":3,"156":3,"158":6,"159":1,"16":12,"160":5,"161":15,"167":21,"17":17,"18":287,"19":49,"20":34,"209":4,"21":98,"210":3,"214":2,"215":17,"221":46,"223":78,"224":9,"225":77,"23":104,"24":163,"25":70,"257":7,"26":6,"268":2,"27":3,"273":20,"276":21,"28":20,"281":6,"282":3,"291":4,"292":5,"30":3,"302":4,"31":6,"314":1,"317":1,"33":6,"34":7,"347":3,"35":9,"352":80,"36":29,"37":9,"38":59,"380":2,"381":6,"383":2,"39":6,"391":8,"397":1,"40":15,"409":4,"41":9,"414":3,"415":7,"42":12,"43":9,"430":1,"44":5,"45":3,"46":14,"48":8,"49":12,"5":302,"51":3,"52":6,"53":4,"56":4,"6":53,"63":12,"7":115,"79":1,"8":48,"80":13,"9":86,"all_client":15177,"all_tv_clinet":2577,"insert_time":"2014-08-21T22:44:09.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12776,"10":2,"107":73,"11":160,"12":18,"13":67,"14":15,"15":36,"155":3,"156":3,"158":6,"159":2,"16":12,"160":5,"161":15,"167":23,"17":17,"18":294,"19":53,"20":31,"209":4,"21":103,"210":2,"214":2,"215":17,"221":45,"223":73,"224":9,"225":87,"23":102,"24":163,"25":67,"257":10,"26":7,"268":2,"27":4,"273":19,"276":22,"28":18,"281":6,"282":4,"291":4,"292":4,"30":3,"302":4,"306":1,"31":7,"314":1,"317":1,"32":1,"33":6,"34":6,"347":3,"35":10,"352":81,"36":31,"37":9,"38":59,"380":2,"381":7,"383":3,"39":5,"391":9,"397":1,"40":14,"409":4,"41":9,"414":3,"415":4,"42":13,"426":1,"43":9,"430":1,"44":6,"45":3,"46":12,"48":8,"49":13,"5":306,"51":4,"52":6,"53":3,"56":4,"6":54,"63":11,"7":117,"79":2,"8":48,"80":13,"9":86,"all_client":15389,"all_tv_clinet":2613,"insert_time":"2014-08-21T22:45:09.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12943,"10":2,"107":70,"11":159,"12":20,"13":73,"14":14,"15":39,"155":3,"156":3,"158":6,"159":2,"16":11,"160":5,"161":14,"167":23,"17":14,"18":300,"19":54,"20":31,"209":4,"21":108,"210":2,"214":2,"215":18,"221":45,"223":75,"224":10,"225":91,"23":104,"24":171,"25":64,"257":13,"26":7,"268":3,"27":6,"273":15,"276":24,"28":17,"281":6,"282":5,"291":4,"292":6,"30":3,"302":4,"306":1,"31":6,"314":1,"317":1,"32":1,"33":6,"34":3,"347":3,"35":13,"352":80,"36":29,"37":7,"38":61,"380":2,"381":6,"383":3,"39":5,"391":10,"397":1,"40":14,"409":3,"41":8,"414":3,"415":4,"42":12,"426":1,"43":12,"430":1,"44":6,"45":2,"46":15,"48":9,"49":14,"5":319,"51":4,"52":5,"53":4,"56":4,"6":55,"63":13,"7":119,"79":2,"8":48,"80":13,"9":91,"all_client":15613,"all_tv_clinet":2670,"insert_time":"2014-08-21T22:46:09.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13124,"10":2,"107":70,"11":161,"12":19,"13":75,"14":13,"15":38,"155":5,"156":3,"158":6,"159":2,"16":11,"160":5,"161":18,"167":24,"17":17,"18":303,"19":55,"20":31,"209":4,"21":110,"210":2,"214":2,"215":19,"221":44,"223":79,"224":10,"225":95,"23":105,"24":173,"25":67,"257":13,"26":6,"268":3,"27":5,"273":14,"276":25,"28":15,"281":6,"282":5,"291":4,"292":6,"30":3,"302":4,"306":1,"31":6,"314":1,"317":1,"32":1,"33":5,"34":4,"347":3,"35":13,"352":76,"36":27,"37":8,"38":61,"380":2,"381":8,"383":3,"39":7,"391":10,"397":1,"40":12,"409":3,"41":8,"414":3,"415":4,"42":12,"426":1,"43":11,"44":6,"45":2,"46":15,"48":9,"49":14,"5":335,"51":3,"52":5,"53":3,"56":5,"6":59,"63":13,"7":119,"79":3,"8":52,"80":14,"9":93,"all_client":15843,"all_tv_clinet":2719,"insert_time":"2014-08-21T22:47:09.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13249,"10":4,"107":68,"11":167,"12":19,"13":75,"14":14,"15":38,"155":5,"156":2,"158":7,"159":1,"16":12,"160":6,"161":19,"167":22,"17":19,"18":306,"19":57,"20":32,"209":5,"21":108,"210":3,"214":2,"215":20,"221":51,"223":82,"224":10,"225":103,"23":108,"24":179,"25":63,"257":14,"26":7,"268":3,"27":4,"273":16,"276":25,"28":17,"281":5,"282":3,"291":4,"292":6,"30":3,"302":4,"306":1,"31":6,"314":2,"317":1,"32":1,"33":4,"34":4,"347":1,"35":12,"352":75,"36":31,"37":8,"38":64,"380":2,"381":8,"383":3,"39":6,"391":10,"397":1,"40":11,"409":3,"41":11,"414":4,"415":5,"42":10,"426":1,"43":11,"44":7,"45":3,"46":17,"48":9,"49":15,"5":343,"51":4,"52":4,"53":3,"56":5,"6":63,"63":14,"7":114,"79":2,"8":53,"80":13,"9":93,"all_client":16025,"all_tv_clinet":2776,"insert_time":"2014-08-21T22:48:10.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13431,"10":5,"107":73,"11":172,"12":19,"13":81,"14":17,"15":40,"155":6,"156":2,"158":6,"159":2,"16":14,"160":6,"161":20,"167":23,"17":20,"18":307,"19":61,"20":32,"209":5,"21":108,"210":3,"214":2,"215":21,"221":49,"223":86,"224":10,"225":106,"23":110,"24":178,"25":64,"257":16,"26":10,"268":2,"27":4,"273":19,"276":26,"28":18,"281":5,"282":3,"291":4,"292":5,"30":3,"302":4,"306":1,"31":8,"314":2,"317":1,"32":1,"33":5,"34":5,"347":1,"35":11,"352":78,"36":30,"37":9,"38":65,"380":2,"381":8,"383":3,"39":6,"391":10,"397":1,"40":12,"409":3,"41":9,"414":4,"415":5,"42":13,"426":1,"43":11,"44":7,"45":3,"46":16,"48":8,"49":15,"5":342,"51":4,"52":4,"53":2,"56":5,"6":62,"63":14,"7":116,"79":3,"8":49,"80":13,"9":96,"all_client":16262,"all_tv_clinet":2831,"insert_time":"2014-08-21T22:49:10.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13606,"10":4,"107":73,"11":183,"12":20,"13":79,"14":17,"15":38,"155":7,"156":2,"158":6,"159":2,"16":16,"160":7,"161":20,"167":25,"17":19,"18":307,"19":62,"20":33,"209":4,"21":111,"210":3,"214":2,"215":22,"221":52,"223":85,"224":11,"225":111,"23":110,"24":187,"25":64,"257":19,"26":10,"268":2,"27":4,"273":22,"276":30,"28":19,"281":5,"282":3,"291":4,"292":6,"30":3,"302":4,"306":1,"31":8,"314":2,"317":1,"32":1,"33":6,"34":5,"347":1,"35":10,"352":82,"36":28,"37":8,"38":66,"380":2,"381":8,"383":3,"39":6,"391":8,"397":1,"40":10,"409":3,"41":9,"414":5,"415":5,"42":12,"426":1,"43":11,"44":7,"45":3,"46":16,"48":8,"49":16,"5":344,"51":5,"52":5,"53":2,"56":4,"6":64,"63":15,"7":122,"79":3,"8":52,"80":16,"9":107,"all_client":16511,"all_tv_clinet":2905,"insert_time":"2014-08-21T22:50:10.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13787,"10":4,"107":78,"11":188,"12":21,"13":80,"14":17,"15":40,"155":7,"156":1,"158":6,"159":2,"16":18,"160":7,"161":19,"167":26,"17":22,"18":302,"19":63,"20":34,"209":5,"21":114,"210":2,"214":2,"215":25,"221":53,"223":90,"224":13,"225":119,"23":112,"24":187,"25":64,"257":20,"26":10,"268":1,"27":4,"273":25,"276":32,"28":22,"281":5,"282":3,"291":4,"292":6,"30":3,"302":4,"306":1,"31":7,"314":2,"317":1,"32":1,"33":6,"34":7,"347":1,"35":7,"352":81,"36":24,"37":9,"38":70,"380":2,"381":7,"383":3,"39":7,"391":6,"397":1,"40":10,"409":3,"41":8,"414":5,"415":6,"42":12,"43":10,"44":6,"45":4,"46":19,"48":7,"49":16,"5":346,"51":6,"52":5,"53":3,"56":5,"570":1,"6":61,"63":15,"7":120,"79":3,"8":52,"80":16,"9":113,"all_client":16742,"all_tv_clinet":2955,"insert_time":"2014-08-21T22:51:10.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13983,"10":4,"107":76,"11":194,"12":23,"13":86,"14":15,"15":38,"155":6,"156":2,"158":6,"159":2,"16":20,"160":7,"161":23,"167":26,"17":25,"18":318,"19":68,"20":33,"209":5,"21":117,"210":3,"214":2,"215":26,"221":53,"223":89,"224":14,"225":125,"23":111,"24":192,"25":61,"257":19,"26":10,"268":1,"27":3,"273":27,"276":34,"28":24,"281":5,"282":3,"291":4,"292":7,"30":3,"302":4,"306":1,"31":6,"314":3,"317":1,"32":1,"33":5,"34":9,"347":1,"35":7,"352":83,"36":24,"37":10,"38":71,"380":2,"381":6,"383":3,"39":8,"391":6,"397":1,"40":10,"409":4,"41":8,"414":4,"415":8,"42":11,"43":10,"44":7,"45":4,"46":21,"48":6,"49":16,"5":353,"51":8,"52":4,"53":4,"56":5,"570":1,"6":63,"63":13,"7":119,"79":3,"8":53,"80":17,"9":121,"all_client":17018,"all_tv_clinet":3035,"insert_time":"2014-08-21T22:52:10.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14179,"10":4,"107":74,"11":196,"12":25,"13":90,"14":17,"15":39,"155":7,"156":2,"158":6,"159":2,"16":17,"160":6,"161":22,"167":24,"17":27,"18":327,"19":67,"20":34,"209":7,"21":126,"210":3,"214":2,"215":25,"221":51,"223":91,"224":13,"225":131,"23":117,"24":194,"25":61,"257":19,"26":9,"268":1,"27":4,"273":26,"276":34,"28":27,"281":5,"282":3,"291":5,"292":7,"30":3,"302":5,"306":1,"31":6,"314":4,"317":1,"32":2,"33":6,"34":10,"347":1,"35":7,"352":85,"36":24,"37":11,"38":76,"380":2,"381":6,"383":4,"39":8,"391":7,"397":2,"40":9,"409":6,"41":9,"414":3,"415":8,"42":13,"43":12,"44":8,"45":4,"46":18,"48":6,"49":14,"5":361,"51":8,"52":4,"53":4,"56":5,"570":1,"6":60,"63":14,"7":112,"79":4,"8":55,"80":16,"9":129,"all_client":17280,"all_tv_clinet":3101,"insert_time":"2014-08-21T22:53:10.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14413,"10":3,"107":74,"11":197,"12":26,"13":91,"14":20,"15":44,"155":7,"156":2,"158":6,"159":2,"16":19,"160":5,"161":22,"167":25,"17":28,"18":337,"19":70,"20":35,"209":7,"21":129,"210":2,"214":2,"215":27,"221":46,"223":94,"224":10,"225":138,"23":117,"24":191,"25":58,"257":18,"26":9,"268":2,"27":4,"273":26,"276":35,"279":1,"28":28,"281":5,"282":3,"291":5,"292":7,"30":2,"302":5,"306":1,"31":8,"314":4,"317":1,"32":2,"33":6,"34":10,"347":1,"35":13,"352":89,"36":22,"37":13,"38":77,"380":2,"381":6,"383":5,"39":8,"391":6,"397":2,"40":8,"409":6,"41":5,"414":3,"415":10,"42":13,"43":11,"430":1,"44":8,"45":4,"46":19,"48":7,"49":15,"5":375,"51":8,"52":5,"53":4,"56":4,"570":1,"6":62,"63":13,"7":110,"79":4,"8":57,"80":16,"9":133,"all_client":17575,"all_tv_clinet":3162,"insert_time":"2014-08-21T22:54:10.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14600,"10":3,"107":73,"11":203,"12":27,"13":90,"14":21,"15":44,"155":9,"156":1,"158":6,"159":2,"16":18,"160":5,"161":26,"167":25,"17":30,"18":338,"19":66,"20":34,"209":7,"21":127,"210":2,"214":3,"215":30,"221":45,"223":103,"224":10,"225":144,"23":116,"24":195,"25":58,"257":19,"26":8,"268":2,"27":4,"273":26,"276":40,"279":1,"28":29,"281":5,"282":3,"291":5,"292":7,"30":2,"302":6,"306":1,"31":10,"314":4,"317":1,"32":2,"33":6,"34":9,"347":1,"35":14,"352":88,"36":24,"37":13,"38":77,"380":2,"381":7,"383":6,"39":6,"391":5,"397":2,"40":7,"409":6,"41":5,"414":3,"415":12,"42":12,"43":13,"430":1,"44":7,"45":5,"46":19,"48":6,"49":15,"5":373,"51":8,"52":5,"53":2,"56":5,"570":1,"6":63,"63":16,"7":103,"79":3,"8":62,"80":16,"9":148,"all_client":17812,"all_tv_clinet":3212,"insert_time":"2014-08-21T22:55:11.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14772,"10":5,"107":79,"11":209,"12":30,"13":97,"14":21,"15":42,"155":8,"156":1,"158":6,"159":2,"16":16,"160":5,"161":28,"167":25,"17":30,"18":346,"19":68,"20":34,"209":6,"21":129,"210":2,"214":3,"215":30,"221":45,"223":108,"224":10,"225":148,"23":114,"24":200,"25":56,"257":15,"26":8,"268":2,"27":3,"273":29,"276":43,"279":1,"28":28,"281":6,"282":2,"291":6,"292":7,"30":2,"302":6,"306":1,"31":10,"314":4,"317":1,"32":2,"33":6,"34":9,"347":1,"35":13,"352":90,"36":24,"37":12,"38":76,"380":2,"381":7,"383":6,"39":6,"391":6,"397":2,"40":6,"409":6,"41":5,"414":3,"415":14,"42":12,"43":14,"430":1,"44":6,"45":5,"46":19,"48":6,"49":17,"5":383,"51":7,"52":5,"53":2,"56":5,"570":1,"6":65,"63":15,"7":103,"79":1,"8":71,"80":15,"9":151,"all_client":18049,"all_tv_clinet":3277,"insert_time":"2014-08-21T22:56:11.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14969,"10":6,"107":75,"11":217,"12":31,"13":98,"14":19,"15":41,"155":9,"158":6,"159":2,"16":17,"160":5,"161":30,"167":26,"17":33,"18":349,"19":64,"20":35,"209":5,"21":123,"210":3,"214":3,"215":29,"221":43,"223":109,"224":11,"225":150,"23":119,"24":204,"25":56,"257":15,"26":9,"268":2,"27":3,"273":29,"276":49,"279":1,"28":32,"281":6,"282":5,"291":6,"292":7,"30":3,"302":6,"306":1,"31":10,"314":4,"317":1,"32":2,"33":6,"34":7,"347":1,"35":12,"352":93,"36":23,"37":9,"38":78,"380":2,"381":7,"383":6,"39":6,"391":5,"397":2,"40":6,"409":6,"41":9,"414":3,"415":12,"42":11,"43":16,"430":1,"44":6,"45":5,"46":17,"48":5,"49":15,"5":392,"51":7,"52":5,"53":3,"56":5,"570":1,"6":70,"63":17,"7":106,"8":80,"80":15,"9":156,"all_client":18304,"all_tv_clinet":3335,"insert_time":"2014-08-21T22:57:11.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15145,"10":5,"107":77,"11":225,"12":31,"13":105,"14":17,"15":37,"155":9,"156":1,"158":5,"159":3,"16":18,"160":5,"161":26,"167":27,"17":34,"18":358,"19":66,"20":40,"209":5,"21":128,"210":3,"214":3,"215":29,"221":44,"223":109,"224":10,"225":150,"23":114,"24":212,"25":55,"257":15,"26":9,"268":2,"27":3,"273":27,"276":50,"279":1,"28":36,"281":5,"282":5,"291":6,"292":7,"30":6,"302":6,"306":1,"31":10,"314":4,"317":1,"32":2,"33":5,"34":6,"347":1,"35":12,"352":95,"36":24,"37":8,"38":76,"380":2,"381":8,"383":6,"39":6,"391":5,"397":2,"40":7,"409":5,"41":9,"414":3,"415":12,"42":10,"43":18,"430":1,"44":6,"45":4,"46":17,"48":5,"49":14,"5":409,"51":7,"52":7,"53":2,"56":5,"570":1,"6":75,"63":20,"7":106,"8":97,"80":15,"9":153,"all_client":18556,"all_tv_clinet":3411,"insert_time":"2014-08-21T22:58:11.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15304,"10":4,"107":82,"11":238,"12":30,"13":107,"14":15,"15":34,"155":11,"156":1,"158":5,"159":3,"16":22,"160":5,"161":27,"167":28,"17":36,"18":363,"19":71,"20":41,"209":6,"21":127,"210":3,"214":3,"215":26,"221":46,"223":106,"224":10,"225":156,"23":122,"24":208,"25":56,"257":17,"26":9,"268":2,"27":3,"273":24,"276":54,"279":1,"28":38,"281":4,"282":6,"291":6,"292":7,"30":7,"302":6,"306":1,"31":10,"314":3,"317":1,"32":4,"33":6,"34":7,"347":1,"35":12,"352":95,"36":26,"37":7,"38":76,"380":2,"381":9,"383":7,"39":7,"391":6,"397":2,"40":6,"409":4,"41":8,"414":3,"415":10,"42":9,"43":16,"430":1,"434":1,"44":6,"45":5,"46":19,"48":5,"49":13,"5":421,"51":7,"52":6,"53":3,"56":6,"570":2,"6":83,"63":21,"7":102,"79":2,"8":103,"80":17,"9":143,"all_client":18784,"all_tv_clinet":3480,"insert_time":"2014-08-21T22:59:11.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15503,"10":5,"107":84,"11":252,"12":37,"13":115,"14":14,"15":28,"155":11,"156":2,"158":4,"159":4,"16":26,"160":6,"161":30,"167":28,"17":35,"18":375,"19":72,"20":43,"209":6,"21":131,"210":3,"214":3,"215":26,"221":44,"223":110,"224":11,"225":156,"23":121,"24":208,"25":53,"257":17,"26":9,"268":2,"27":3,"273":24,"276":62,"28":35,"281":4,"282":6,"291":8,"292":7,"30":6,"302":7,"306":1,"31":8,"314":2,"317":1,"32":4,"33":7,"34":7,"35":11,"352":96,"36":26,"37":7,"38":81,"380":2,"381":9,"383":5,"39":7,"391":6,"397":2,"40":5,"409":5,"41":10,"414":3,"415":10,"42":11,"43":13,"430":1,"434":1,"44":7,"45":5,"46":19,"48":5,"49":15,"5":430,"51":7,"52":6,"53":4,"56":7,"570":2,"6":86,"63":21,"7":97,"79":3,"8":122,"80":18,"9":135,"all_client":19066,"all_tv_clinet":3563,"insert_time":"2014-08-21T23:00:12.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15676,"10":5,"107":80,"11":259,"12":38,"13":123,"14":17,"15":29,"155":12,"156":2,"158":5,"159":2,"16":27,"160":6,"161":32,"167":21,"17":36,"18":390,"19":74,"20":42,"209":7,"21":130,"210":3,"214":2,"215":26,"221":44,"223":111,"224":10,"225":164,"23":117,"24":207,"25":49,"257":17,"26":9,"268":2,"27":4,"273":20,"276":78,"28":35,"281":5,"282":7,"291":9,"292":9,"30":5,"302":8,"306":1,"31":7,"314":2,"317":1,"32":5,"33":4,"34":7,"35":12,"352":101,"36":28,"37":7,"38":81,"380":2,"381":9,"383":5,"39":9,"391":6,"397":2,"40":3,"409":6,"41":10,"414":3,"415":11,"42":11,"426":1,"43":11,"430":1,"434":1,"44":9,"45":5,"46":18,"48":7,"49":15,"5":455,"51":8,"52":6,"53":4,"56":8,"570":2,"6":86,"63":21,"7":95,"79":4,"8":135,"80":19,"9":126,"all_client":19324,"all_tv_clinet":3648,"insert_time":"2014-08-21T23:01:12.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15901,"10":5,"107":82,"11":264,"12":36,"13":125,"14":17,"15":27,"155":12,"156":2,"158":5,"159":2,"16":29,"160":6,"161":33,"167":20,"17":38,"18":402,"19":73,"20":40,"209":8,"21":134,"210":3,"214":1,"215":27,"221":44,"223":115,"224":11,"225":174,"23":112,"24":196,"25":48,"257":18,"26":12,"268":2,"27":4,"273":21,"276":92,"279":1,"28":37,"281":5,"282":7,"291":9,"292":10,"30":4,"302":9,"306":1,"31":8,"314":2,"317":1,"32":4,"33":4,"34":7,"35":13,"352":106,"36":22,"37":9,"38":85,"380":2,"381":8,"383":5,"39":9,"391":5,"397":2,"40":3,"409":7,"41":12,"414":4,"415":12,"42":12,"426":1,"43":13,"430":1,"434":1,"44":9,"45":5,"46":17,"48":7,"49":14,"5":458,"51":10,"52":7,"53":5,"56":8,"570":2,"6":87,"63":24,"7":99,"79":2,"8":151,"80":21,"9":128,"all_client":19636,"all_tv_clinet":3735,"insert_time":"2014-08-21T23:02:12.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16086,"10":5,"107":75,"11":268,"12":30,"13":128,"14":16,"15":33,"155":12,"156":2,"158":5,"159":2,"16":29,"160":5,"161":34,"167":19,"17":43,"18":404,"19":76,"20":39,"209":8,"21":139,"210":1,"214":1,"215":27,"221":48,"223":116,"224":10,"225":185,"23":106,"24":197,"25":46,"257":17,"26":11,"268":2,"27":4,"273":22,"276":107,"279":1,"28":44,"281":5,"282":7,"291":9,"292":10,"30":4,"302":9,"31":10,"314":2,"32":4,"33":5,"34":6,"35":10,"352":106,"36":24,"37":10,"38":84,"380":2,"381":8,"383":5,"39":10,"391":5,"397":2,"40":5,"409":6,"41":13,"414":4,"415":11,"42":10,"426":1,"43":13,"430":3,"434":1,"44":7,"45":6,"46":18,"48":8,"49":9,"5":484,"51":9,"52":10,"53":2,"56":9,"570":2,"6":89,"63":24,"7":99,"79":3,"8":165,"80":21,"9":123,"all_client":19895,"all_tv_clinet":3809,"insert_time":"2014-08-21T23:03:12.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16292,"10":5,"107":77,"11":273,"12":28,"13":130,"14":13,"15":35,"155":12,"156":3,"158":5,"159":2,"16":34,"160":6,"161":32,"167":17,"17":44,"18":411,"19":80,"20":40,"209":8,"21":140,"210":1,"214":1,"215":28,"221":49,"223":110,"224":11,"225":188,"23":108,"24":190,"25":42,"257":18,"26":13,"268":2,"27":4,"273":27,"276":119,"279":1,"28":46,"281":4,"282":7,"291":11,"292":12,"30":3,"302":12,"31":11,"314":2,"32":5,"33":5,"34":7,"35":10,"352":106,"36":23,"37":10,"38":91,"380":2,"381":9,"383":5,"39":10,"391":7,"397":1,"40":5,"409":7,"41":14,"414":5,"415":11,"42":11,"43":12,"430":3,"434":1,"44":6,"45":7,"46":21,"48":6,"49":12,"5":497,"51":8,"52":10,"53":3,"56":10,"570":3,"6":84,"63":24,"7":98,"79":3,"8":170,"80":19,"9":127,"all_client":20175,"all_tv_clinet":3883,"insert_time":"2014-08-21T23:04:12.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16509,"10":5,"107":77,"11":273,"12":28,"13":136,"14":12,"15":35,"155":12,"156":3,"158":5,"159":2,"16":35,"160":6,"161":32,"167":18,"17":46,"18":428,"19":80,"20":40,"209":7,"21":146,"210":2,"214":1,"215":29,"221":54,"223":116,"224":13,"225":193,"23":110,"24":194,"25":41,"257":21,"26":14,"268":2,"27":5,"273":29,"276":128,"279":2,"28":45,"281":2,"282":7,"291":11,"292":12,"30":4,"302":12,"31":11,"314":1,"32":3,"33":5,"34":7,"35":10,"352":99,"36":24,"37":10,"38":94,"380":2,"381":7,"383":5,"39":9,"391":8,"397":1,"40":5,"409":8,"41":15,"414":5,"415":10,"419":1,"42":9,"43":13,"430":3,"44":7,"45":8,"46":23,"48":7,"49":13,"5":522,"51":9,"52":10,"53":4,"56":11,"570":2,"6":89,"63":25,"7":94,"79":5,"8":177,"80":17,"9":133,"all_client":20503,"all_tv_clinet":3994,"insert_time":"2014-08-21T23:05:13.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16709,"10":6,"107":81,"11":279,"12":26,"13":143,"14":13,"15":33,"155":12,"156":3,"158":7,"159":1,"16":39,"160":7,"161":34,"167":20,"17":45,"18":429,"19":88,"20":40,"209":6,"21":156,"210":4,"214":1,"215":29,"221":56,"223":115,"224":13,"225":190,"23":108,"24":192,"25":41,"257":21,"26":16,"268":2,"27":5,"273":32,"276":134,"279":2,"28":45,"281":3,"282":9,"291":10,"292":12,"30":4,"302":13,"31":10,"314":1,"32":3,"33":3,"34":8,"35":10,"352":102,"36":28,"37":10,"38":89,"380":2,"381":7,"383":5,"39":9,"391":9,"397":1,"40":5,"409":8,"41":14,"414":5,"415":12,"419":1,"42":8,"43":12,"430":4,"44":7,"45":11,"46":26,"48":7,"49":13,"5":527,"51":10,"52":10,"53":4,"56":11,"570":3,"6":95,"63":28,"7":96,"79":5,"8":183,"80":18,"9":136,"all_client":20790,"all_tv_clinet":4081,"insert_time":"2014-08-21T23:06:13.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16928,"10":5,"107":85,"11":279,"12":24,"13":142,"14":14,"15":32,"155":12,"156":3,"158":7,"159":1,"16":41,"160":7,"161":31,"167":21,"17":45,"18":434,"19":86,"20":36,"209":6,"21":165,"210":6,"214":1,"215":31,"221":58,"223":123,"224":13,"225":193,"23":109,"24":204,"25":38,"257":22,"26":16,"268":2,"27":6,"273":33,"276":135,"279":2,"28":48,"281":4,"282":10,"291":9,"292":14,"30":3,"302":12,"31":9,"314":1,"32":2,"33":5,"34":9,"35":9,"352":104,"36":29,"37":10,"38":90,"380":1,"381":7,"383":5,"39":11,"391":8,"397":1,"40":5,"409":8,"41":16,"414":5,"415":13,"419":1,"42":6,"43":10,"430":3,"433":1,"44":7,"45":11,"46":25,"48":7,"49":13,"5":537,"51":13,"52":9,"53":3,"56":10,"570":3,"6":102,"63":28,"7":98,"79":5,"8":186,"80":18,"9":142,"all_client":21082,"all_tv_clinet":4154,"insert_time":"2014-08-21T23:07:13.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17114,"10":5,"107":84,"11":277,"12":27,"13":135,"14":17,"15":36,"155":12,"156":3,"158":8,"159":1,"16":46,"160":8,"161":32,"167":21,"17":48,"18":435,"19":88,"20":36,"209":5,"21":167,"210":8,"214":1,"215":32,"221":64,"223":122,"224":13,"225":199,"23":116,"24":205,"25":40,"257":22,"26":16,"268":2,"27":9,"273":33,"276":140,"279":2,"28":50,"281":4,"282":11,"291":9,"292":15,"30":3,"302":12,"31":8,"314":1,"32":1,"33":6,"34":9,"347":1,"35":10,"352":103,"36":29,"37":13,"38":90,"380":1,"381":11,"383":5,"39":12,"391":9,"397":1,"40":6,"409":7,"41":17,"414":5,"415":12,"419":1,"42":6,"43":9,"430":3,"433":1,"44":7,"45":11,"46":26,"48":7,"49":13,"5":556,"51":15,"52":8,"53":3,"56":10,"570":3,"6":105,"63":27,"7":101,"79":4,"8":188,"80":18,"9":147,"all_client":21359,"all_tv_clinet":4245,"insert_time":"2014-08-21T23:08:13.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17342,"10":5,"107":95,"11":273,"12":30,"13":131,"14":17,"15":35,"155":12,"156":3,"158":8,"159":1,"16":45,"160":8,"161":30,"167":21,"17":54,"18":443,"19":86,"20":33,"209":5,"21":174,"210":8,"214":1,"215":33,"221":67,"223":128,"224":12,"225":196,"23":110,"24":211,"25":40,"257":21,"26":17,"268":2,"27":9,"273":34,"276":141,"279":2,"28":51,"281":4,"282":11,"291":10,"292":15,"30":3,"302":12,"31":9,"314":1,"32":1,"33":6,"34":10,"347":1,"35":13,"352":109,"36":31,"37":12,"38":90,"380":1,"381":11,"383":5,"39":13,"391":7,"397":1,"40":6,"409":7,"41":14,"414":4,"415":13,"419":1,"42":6,"43":9,"430":2,"433":1,"44":7,"45":10,"46":30,"48":7,"49":15,"5":563,"51":17,"52":8,"53":3,"56":10,"570":2,"6":111,"63":29,"7":99,"79":4,"8":189,"80":18,"9":152,"all_client":21647,"all_tv_clinet":4305,"insert_time":"2014-08-21T23:09:13.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17574,"10":5,"107":96,"11":276,"12":33,"13":133,"14":20,"15":39,"155":12,"156":3,"158":8,"159":2,"16":49,"160":8,"161":34,"167":21,"17":50,"18":444,"19":88,"20":32,"209":5,"21":181,"210":8,"214":1,"215":33,"221":74,"223":125,"224":12,"225":193,"23":119,"24":210,"25":41,"257":21,"26":17,"268":2,"27":11,"273":35,"276":141,"279":2,"28":50,"281":4,"282":11,"291":9,"292":16,"30":3,"302":13,"31":8,"314":2,"32":1,"33":6,"34":9,"347":1,"35":13,"352":112,"36":33,"37":14,"38":81,"380":1,"381":11,"383":4,"39":14,"391":7,"397":1,"40":7,"409":8,"41":14,"414":4,"415":13,"419":1,"42":6,"43":8,"430":2,"433":1,"44":7,"45":9,"46":32,"48":7,"49":16,"5":577,"51":18,"52":8,"53":4,"56":10,"570":2,"6":121,"63":28,"7":104,"79":4,"8":191,"80":19,"9":152,"all_client":21955,"all_tv_clinet":4381,"insert_time":"2014-08-21T23:10:14.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17793,"10":5,"107":92,"11":281,"12":37,"13":138,"14":23,"15":39,"155":12,"156":3,"158":6,"159":2,"16":47,"160":7,"161":35,"167":20,"17":50,"18":444,"19":83,"20":32,"209":6,"21":185,"210":8,"214":1,"215":33,"221":79,"223":131,"224":12,"225":195,"23":125,"24":209,"25":39,"257":20,"26":18,"268":1,"27":11,"273":36,"276":146,"279":3,"28":46,"281":4,"282":10,"291":8,"292":19,"30":3,"302":13,"31":9,"314":2,"32":1,"33":6,"34":9,"347":1,"35":13,"352":117,"36":34,"37":14,"38":85,"380":1,"381":14,"383":4,"39":14,"391":6,"40":9,"409":8,"41":15,"414":4,"415":13,"419":1,"42":8,"43":8,"430":3,"433":1,"44":8,"45":10,"46":33,"48":8,"49":16,"5":581,"51":15,"52":8,"53":3,"56":13,"570":1,"6":131,"63":32,"7":103,"79":4,"8":201,"80":19,"9":152,"all_client":22248,"all_tv_clinet":4455,"insert_time":"2014-08-21T23:11:14.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17990,"10":5,"107":95,"11":278,"12":41,"13":140,"14":24,"15":43,"155":12,"156":5,"158":6,"159":2,"16":47,"160":6,"161":37,"167":20,"17":52,"18":441,"19":80,"20":29,"209":5,"21":193,"210":8,"214":2,"215":34,"221":87,"223":134,"224":12,"225":189,"23":131,"24":211,"25":36,"257":23,"26":19,"268":1,"27":11,"273":36,"276":148,"279":3,"28":45,"281":4,"282":9,"291":8,"292":24,"30":3,"302":13,"306":1,"31":9,"314":2,"32":1,"33":6,"34":8,"347":2,"35":11,"352":118,"36":36,"37":15,"38":89,"380":1,"381":14,"383":4,"39":12,"391":7,"40":11,"409":7,"41":14,"414":5,"415":14,"419":1,"42":9,"43":8,"430":3,"433":1,"44":8,"45":8,"46":34,"48":8,"49":16,"5":594,"51":15,"52":6,"53":6,"56":13,"570":2,"6":137,"63":31,"7":106,"79":4,"8":199,"80":20,"9":157,"all_client":22515,"all_tv_clinet":4525,"insert_time":"2014-08-21T23:12:14.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18225,"10":6,"107":101,"11":274,"12":46,"13":141,"14":25,"15":46,"155":12,"156":5,"158":6,"159":2,"16":48,"160":7,"161":36,"167":20,"17":51,"18":451,"19":81,"20":29,"209":5,"21":193,"210":8,"214":2,"215":33,"221":87,"223":137,"224":14,"225":193,"23":132,"24":219,"25":38,"257":24,"26":19,"268":2,"27":11,"273":34,"276":151,"279":4,"28":44,"281":4,"282":10,"291":8,"292":27,"30":4,"302":13,"306":1,"31":12,"314":2,"32":2,"33":8,"34":8,"347":3,"35":12,"352":116,"36":41,"37":15,"38":94,"380":1,"381":13,"383":5,"39":9,"391":7,"40":10,"409":5,"41":14,"414":7,"415":13,"419":1,"42":9,"43":5,"430":3,"44":5,"45":12,"46":35,"48":7,"49":11,"5":597,"51":17,"52":5,"53":7,"56":13,"570":2,"6":145,"63":31,"7":104,"79":4,"8":195,"80":20,"9":158,"all_client":22812,"all_tv_clinet":4587,"insert_time":"2014-08-21T23:13:14.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18463,"10":4,"107":110,"11":254,"12":45,"13":148,"14":25,"15":45,"155":12,"156":5,"158":8,"159":2,"16":52,"160":8,"161":36,"167":19,"17":50,"18":463,"19":83,"20":29,"209":5,"21":201,"210":7,"214":2,"215":35,"221":84,"223":140,"224":15,"225":179,"23":140,"24":226,"25":37,"257":24,"26":19,"268":3,"27":12,"273":30,"276":151,"279":4,"28":46,"281":4,"282":10,"291":8,"292":29,"30":4,"302":14,"306":1,"31":12,"314":2,"32":3,"33":9,"34":6,"347":3,"35":12,"352":121,"36":42,"37":13,"38":97,"380":2,"381":13,"383":5,"39":9,"391":6,"40":9,"409":5,"41":13,"414":7,"415":14,"419":1,"42":10,"43":6,"430":3,"44":5,"45":12,"46":35,"48":9,"49":13,"5":607,"51":16,"52":4,"53":8,"56":13,"570":2,"6":157,"63":31,"7":98,"79":6,"8":197,"80":20,"9":163,"all_client":23110,"all_tv_clinet":4647,"insert_time":"2014-08-21T23:14:14.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18708,"10":3,"107":109,"11":230,"12":52,"13":153,"14":27,"15":47,"155":11,"156":5,"158":7,"159":3,"16":51,"160":8,"161":36,"167":20,"17":46,"18":466,"19":86,"20":31,"209":6,"21":203,"210":7,"214":2,"215":34,"221":80,"223":140,"224":16,"225":174,"23":144,"24":232,"25":33,"257":26,"26":19,"268":2,"27":11,"273":25,"276":148,"279":5,"28":46,"281":4,"282":9,"291":8,"292":29,"30":5,"302":15,"31":11,"314":1,"32":3,"33":10,"34":9,"347":2,"35":14,"352":118,"36":44,"37":14,"38":100,"380":2,"381":13,"383":6,"39":11,"391":6,"40":10,"409":5,"41":15,"414":6,"415":13,"419":1,"42":10,"43":4,"430":3,"44":7,"45":12,"46":37,"48":11,"49":14,"5":622,"51":18,"52":4,"53":8,"56":12,"570":2,"6":165,"63":33,"7":105,"79":7,"8":198,"80":21,"9":176,"all_client":23405,"all_tv_clinet":4697,"insert_time":"2014-08-21T23:15:15.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18922,"10":3,"107":110,"11":201,"12":61,"13":150,"14":30,"15":46,"155":11,"156":5,"158":7,"159":4,"16":49,"160":8,"161":35,"167":19,"17":44,"18":472,"19":95,"20":37,"209":6,"21":202,"210":9,"214":2,"215":34,"221":76,"223":154,"224":15,"225":170,"23":148,"24":233,"25":35,"257":29,"26":20,"268":1,"27":12,"273":23,"276":145,"279":5,"28":43,"281":3,"282":9,"291":6,"292":28,"30":4,"302":16,"31":12,"314":1,"32":4,"33":12,"34":9,"347":3,"35":18,"352":120,"36":43,"37":15,"38":101,"380":2,"381":15,"383":6,"39":12,"391":6,"40":10,"409":4,"41":12,"414":5,"415":14,"419":1,"42":10,"426":1,"43":4,"430":3,"44":8,"45":11,"46":39,"48":13,"49":15,"5":633,"51":19,"52":4,"53":10,"56":12,"570":2,"6":185,"63":33,"7":110,"79":9,"8":197,"80":21,"9":183,"all_client":23684,"all_tv_clinet":4762,"insert_time":"2014-08-21T23:16:15.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19148,"10":4,"107":105,"11":188,"12":70,"13":152,"14":29,"15":48,"155":12,"156":5,"158":7,"159":4,"16":51,"160":8,"161":34,"167":19,"17":40,"18":471,"19":101,"20":39,"209":5,"21":204,"210":9,"214":2,"215":35,"221":76,"223":156,"224":14,"225":182,"23":154,"24":245,"25":32,"257":29,"26":21,"268":1,"27":10,"273":25,"276":139,"279":4,"28":43,"281":3,"282":9,"291":6,"292":27,"30":4,"302":16,"31":14,"314":2,"32":5,"33":12,"34":10,"347":2,"35":18,"352":121,"36":46,"37":20,"38":101,"380":2,"381":16,"383":6,"39":13,"391":6,"397":1,"40":8,"409":7,"41":11,"414":5,"415":13,"419":1,"42":10,"426":2,"43":4,"430":3,"44":9,"45":10,"46":45,"48":12,"49":14,"5":634,"51":19,"52":6,"53":13,"56":12,"570":2,"6":190,"63":33,"7":109,"79":10,"8":200,"80":21,"9":196,"all_client":23980,"all_tv_clinet":4832,"insert_time":"2014-08-21T23:17:15.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19356,"10":4,"107":105,"11":178,"12":76,"13":159,"14":31,"15":50,"155":13,"156":4,"158":9,"159":4,"16":60,"160":8,"161":36,"167":22,"17":36,"18":461,"19":106,"20":43,"209":4,"21":199,"210":9,"214":2,"215":36,"221":79,"223":160,"224":13,"225":183,"23":158,"24":252,"25":35,"257":29,"26":21,"268":1,"27":10,"273":25,"276":141,"279":4,"28":42,"281":4,"282":9,"291":5,"292":25,"30":6,"302":16,"31":13,"314":3,"32":6,"33":14,"34":9,"347":2,"35":19,"352":128,"36":47,"37":21,"38":98,"380":1,"381":15,"383":5,"39":12,"391":7,"397":1,"40":10,"409":7,"41":8,"414":7,"415":12,"419":1,"42":10,"426":2,"43":5,"430":3,"44":8,"45":11,"46":41,"48":13,"49":15,"5":636,"51":19,"52":7,"53":14,"56":12,"570":2,"6":204,"63":35,"7":101,"79":11,"8":202,"80":21,"9":201,"all_client":24248,"all_tv_clinet":4892,"insert_time":"2014-08-21T23:18:15.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19591,"10":6,"107":103,"11":167,"12":76,"13":168,"14":35,"15":55,"155":13,"156":4,"158":8,"159":4,"16":64,"160":10,"161":37,"167":21,"17":37,"18":462,"19":108,"20":44,"209":4,"21":201,"210":10,"214":3,"215":37,"221":83,"223":165,"224":12,"225":190,"23":152,"24":255,"25":38,"257":31,"26":20,"268":1,"27":10,"273":29,"276":140,"279":4,"28":43,"281":4,"282":8,"291":5,"292":25,"30":6,"302":16,"31":14,"314":2,"32":4,"33":12,"34":8,"347":2,"35":20,"352":128,"36":47,"37":21,"38":105,"380":1,"381":15,"383":5,"39":11,"391":9,"397":1,"40":11,"409":7,"41":11,"414":7,"415":13,"419":1,"42":10,"426":1,"43":4,"430":3,"44":9,"45":10,"46":39,"48":12,"49":15,"5":638,"51":18,"52":8,"53":14,"56":12,"570":2,"6":210,"63":39,"7":96,"79":12,"8":208,"80":21,"9":215,"all_client":24556,"all_tv_clinet":4965,"insert_time":"2014-08-21T23:19:15.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19792,"10":8,"107":109,"11":161,"12":80,"13":169,"14":36,"15":59,"155":13,"156":4,"158":6,"159":4,"16":65,"160":9,"161":39,"167":22,"17":35,"18":476,"19":111,"20":44,"209":5,"21":195,"210":10,"214":3,"215":37,"221":79,"223":171,"224":12,"225":190,"23":152,"24":261,"25":39,"257":31,"26":23,"268":2,"27":10,"273":35,"276":140,"279":2,"28":42,"281":4,"282":10,"291":5,"292":27,"30":5,"302":16,"31":13,"314":2,"32":4,"33":13,"34":9,"347":2,"35":20,"352":130,"36":52,"37":19,"38":104,"380":1,"381":14,"383":6,"39":11,"391":13,"397":1,"40":13,"409":6,"41":11,"414":7,"415":16,"419":1,"42":13,"43":3,"430":6,"44":9,"45":11,"46":41,"48":14,"49":15,"5":648,"51":17,"52":5,"53":16,"56":12,"570":2,"6":204,"63":39,"7":90,"79":14,"8":206,"80":22,"9":223,"all_client":24826,"all_tv_clinet":5034,"insert_time":"2014-08-21T23:20:16.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20003,"10":9,"107":109,"11":153,"12":82,"13":169,"14":40,"15":64,"155":14,"156":4,"158":6,"159":4,"16":64,"160":10,"161":40,"167":21,"17":32,"18":492,"19":107,"20":42,"209":5,"21":196,"210":11,"214":3,"215":38,"221":78,"223":171,"224":14,"225":196,"23":158,"24":263,"25":37,"257":30,"26":27,"268":2,"27":9,"273":38,"276":138,"279":2,"28":40,"281":4,"282":10,"291":5,"292":25,"30":5,"302":16,"31":14,"314":1,"32":5,"33":14,"34":7,"347":2,"35":19,"352":131,"36":52,"37":19,"38":107,"380":1,"381":15,"383":6,"39":13,"391":13,"397":1,"40":12,"409":7,"41":13,"414":9,"415":18,"419":1,"42":15,"43":4,"430":6,"44":10,"45":12,"46":47,"48":15,"49":14,"5":658,"51":16,"52":5,"53":15,"56":12,"570":2,"6":208,"63":39,"7":92,"79":14,"8":209,"80":22,"9":231,"all_client":25112,"all_tv_clinet":5109,"insert_time":"2014-08-21T23:21:16.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20183,"10":11,"107":109,"11":150,"12":83,"13":166,"14":39,"15":70,"155":13,"156":4,"158":5,"159":5,"16":62,"160":9,"161":39,"167":21,"17":32,"18":499,"19":110,"20":43,"209":6,"21":198,"210":11,"214":3,"215":38,"221":84,"223":173,"224":16,"225":202,"23":161,"24":270,"25":35,"257":31,"26":31,"268":2,"27":9,"273":39,"276":137,"279":2,"28":38,"281":4,"282":11,"291":5,"292":25,"30":6,"302":16,"31":14,"314":1,"32":6,"33":15,"34":7,"347":2,"35":18,"352":134,"36":49,"37":21,"38":110,"380":1,"381":13,"383":7,"39":14,"391":13,"397":2,"40":12,"409":9,"41":12,"414":11,"415":17,"419":1,"42":17,"43":5,"430":7,"44":11,"45":12,"46":45,"48":15,"49":13,"5":668,"51":16,"52":6,"53":15,"56":12,"570":3,"6":209,"63":39,"7":95,"79":13,"8":215,"80":22,"9":240,"all_client":25373,"all_tv_clinet":5190,"insert_time":"2014-08-21T23:22:16.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20367,"10":8,"107":113,"11":143,"12":80,"13":161,"14":42,"15":72,"155":13,"156":4,"158":6,"159":5,"16":71,"160":11,"161":40,"167":22,"17":33,"18":512,"19":118,"20":45,"209":7,"21":198,"210":12,"214":3,"215":37,"221":85,"223":171,"224":16,"225":202,"23":168,"24":273,"25":33,"257":28,"26":34,"268":1,"27":9,"273":45,"276":137,"279":4,"28":35,"281":4,"282":12,"291":6,"292":24,"30":6,"302":15,"31":14,"314":1,"32":4,"33":15,"34":7,"347":2,"35":18,"352":139,"36":48,"37":22,"38":108,"380":1,"381":11,"383":6,"39":16,"391":12,"397":2,"40":11,"409":10,"41":11,"414":13,"415":13,"419":1,"42":15,"43":6,"430":6,"44":11,"45":11,"46":42,"48":17,"49":14,"5":677,"51":15,"52":6,"53":15,"56":11,"570":3,"6":214,"63":41,"7":99,"79":13,"8":219,"80":20,"9":237,"all_client":25608,"all_tv_clinet":5241,"insert_time":"2014-08-21T23:23:16.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20559,"10":7,"107":121,"11":141,"12":79,"13":155,"14":40,"15":69,"155":14,"156":6,"158":7,"159":5,"16":74,"160":11,"161":41,"167":20,"17":33,"18":516,"19":135,"20":47,"209":8,"21":196,"210":12,"214":3,"215":37,"221":80,"223":176,"224":16,"225":205,"23":168,"24":276,"25":34,"257":27,"26":32,"268":1,"27":11,"273":47,"276":142,"279":4,"28":37,"281":5,"282":13,"291":6,"292":28,"30":6,"302":15,"31":12,"314":1,"32":3,"33":16,"34":7,"347":2,"35":21,"352":142,"36":45,"37":23,"38":114,"380":1,"381":11,"383":6,"39":16,"391":12,"397":3,"40":10,"409":11,"41":9,"414":13,"415":12,"42":13,"43":5,"430":5,"44":9,"45":11,"46":42,"48":18,"49":12,"5":682,"51":15,"52":6,"53":16,"56":12,"570":2,"6":221,"63":39,"7":102,"79":14,"8":224,"80":20,"9":235,"all_client":25858,"all_tv_clinet":5299,"insert_time":"2014-08-21T23:24:17.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20826,"10":7,"107":118,"11":146,"12":82,"13":146,"14":42,"15":61,"155":14,"156":7,"158":8,"159":5,"16":76,"160":11,"161":43,"167":19,"17":33,"18":523,"19":140,"20":49,"209":7,"21":195,"210":13,"214":3,"215":36,"221":84,"223":180,"224":16,"225":207,"23":170,"24":271,"25":33,"257":23,"26":32,"268":1,"27":10,"273":51,"276":144,"279":4,"28":35,"281":5,"282":12,"291":6,"292":29,"30":7,"302":14,"31":11,"314":1,"32":3,"33":15,"34":7,"347":2,"35":21,"352":147,"36":50,"37":24,"38":110,"380":1,"381":11,"383":6,"39":17,"391":11,"397":5,"40":11,"409":12,"41":8,"414":13,"415":12,"419":2,"42":12,"43":6,"430":6,"44":8,"45":12,"46":45,"48":20,"49":12,"5":690,"51":19,"52":4,"53":15,"56":12,"570":3,"6":230,"63":38,"7":99,"79":15,"8":231,"80":19,"9":219,"all_client":26159,"all_tv_clinet":5333,"insert_time":"2014-08-21T23:25:17.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21066,"10":7,"107":120,"11":150,"12":88,"13":143,"14":41,"15":59,"155":13,"156":7,"158":7,"159":5,"16":75,"160":10,"161":40,"167":18,"17":28,"18":533,"19":141,"20":53,"209":6,"21":196,"210":13,"214":4,"215":33,"221":81,"223":191,"224":16,"225":209,"23":166,"24":274,"25":32,"257":22,"26":35,"268":1,"27":11,"273":52,"276":141,"279":3,"28":34,"281":5,"282":9,"291":7,"292":31,"30":8,"302":14,"31":11,"314":1,"32":3,"33":14,"34":7,"347":2,"35":24,"352":149,"36":50,"37":23,"38":112,"380":1,"381":11,"383":5,"39":17,"391":11,"397":5,"40":12,"409":16,"41":9,"414":15,"415":10,"419":3,"42":13,"43":7,"430":7,"44":9,"45":12,"46":45,"48":19,"49":11,"5":702,"51":20,"52":5,"53":15,"56":12,"570":3,"6":236,"63":39,"7":106,"79":14,"8":231,"80":22,"9":200,"all_client":26437,"all_tv_clinet":5371,"insert_time":"2014-08-21T23:26:17.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21296,"10":7,"107":121,"11":156,"12":95,"13":141,"14":40,"15":58,"155":12,"156":7,"158":8,"159":4,"16":76,"160":13,"161":40,"167":17,"17":28,"18":532,"19":139,"20":56,"209":6,"21":199,"210":14,"214":4,"215":31,"221":87,"223":193,"224":17,"225":215,"23":167,"24":269,"25":30,"257":22,"26":33,"268":2,"27":11,"273":53,"276":143,"279":3,"28":35,"281":5,"282":9,"291":8,"292":35,"30":6,"302":15,"31":12,"314":1,"32":3,"33":15,"34":7,"347":2,"35":27,"352":146,"36":51,"37":25,"38":112,"380":1,"381":11,"383":6,"39":20,"391":11,"397":5,"40":11,"409":16,"41":7,"414":14,"415":9,"419":3,"42":14,"43":7,"430":10,"433":1,"44":8,"45":13,"46":46,"48":18,"49":12,"5":723,"51":18,"52":5,"53":15,"56":12,"570":3,"6":247,"63":38,"7":120,"79":15,"8":233,"80":21,"9":187,"all_client":26739,"all_tv_clinet":5443,"insert_time":"2014-08-21T23:27:17.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21474,"10":7,"107":128,"11":161,"12":96,"13":143,"14":38,"15":63,"155":11,"156":7,"158":8,"159":2,"16":76,"160":12,"161":41,"167":19,"17":28,"18":547,"19":135,"20":59,"209":6,"21":204,"210":14,"214":4,"215":32,"221":89,"223":189,"224":16,"225":219,"23":171,"24":273,"25":33,"257":22,"26":31,"268":2,"27":11,"273":52,"276":140,"279":4,"28":36,"281":5,"282":9,"291":8,"292":36,"30":6,"302":16,"31":9,"314":1,"32":4,"33":15,"34":10,"347":3,"35":27,"352":145,"36":50,"37":25,"38":114,"380":1,"381":10,"383":5,"39":21,"391":11,"397":7,"40":11,"409":17,"41":5,"414":15,"415":11,"419":2,"42":17,"43":8,"430":10,"433":1,"44":8,"45":13,"46":44,"48":17,"49":12,"5":735,"51":16,"52":5,"53":15,"56":13,"570":2,"6":255,"63":37,"7":121,"79":16,"8":235,"80":22,"9":179,"all_client":26983,"all_tv_clinet":5509,"insert_time":"2014-08-21T23:28:17.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21713,"10":8,"107":130,"11":174,"12":97,"13":146,"14":36,"15":64,"155":10,"156":7,"158":8,"159":2,"16":67,"160":13,"161":46,"167":19,"17":26,"18":550,"19":136,"20":61,"209":6,"21":201,"210":14,"214":3,"215":34,"221":94,"223":184,"224":19,"225":216,"23":168,"24":286,"25":34,"257":27,"26":28,"268":2,"27":9,"273":47,"276":135,"279":5,"28":39,"281":5,"282":9,"291":8,"292":34,"30":6,"302":16,"31":9,"314":2,"32":4,"33":16,"34":10,"347":3,"35":28,"352":147,"36":48,"37":23,"38":120,"380":1,"381":9,"383":6,"39":22,"391":12,"397":7,"40":11,"409":17,"41":6,"414":13,"415":11,"419":2,"42":20,"43":9,"430":9,"433":1,"44":9,"45":13,"46":44,"48":16,"49":11,"5":746,"51":17,"52":5,"53":15,"56":12,"570":2,"6":260,"63":40,"7":123,"79":18,"8":240,"80":19,"9":186,"all_client":27284,"all_tv_clinet":5571,"insert_time":"2014-08-21T23:29:18.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21938,"10":8,"107":128,"11":178,"12":99,"13":145,"14":35,"15":66,"155":9,"156":6,"158":7,"159":2,"16":63,"160":14,"161":51,"167":19,"17":30,"18":560,"19":130,"20":62,"209":5,"21":200,"210":14,"214":4,"215":35,"221":95,"223":183,"224":21,"225":213,"23":171,"24":313,"25":39,"257":26,"26":28,"268":2,"27":9,"273":43,"276":133,"279":7,"28":47,"281":6,"282":9,"291":8,"292":34,"30":7,"302":15,"31":10,"314":2,"32":4,"33":13,"34":11,"347":4,"35":28,"352":147,"36":51,"37":22,"38":122,"380":1,"381":7,"383":6,"39":24,"391":13,"397":7,"40":12,"409":17,"41":6,"414":13,"415":12,"419":2,"42":20,"43":8,"430":10,"433":1,"44":9,"45":9,"46":43,"48":16,"49":12,"5":770,"51":17,"52":4,"53":16,"56":11,"570":2,"6":272,"63":39,"7":127,"79":17,"8":244,"80":21,"9":184,"all_client":27603,"all_tv_clinet":5665,"insert_time":"2014-08-21T23:30:18.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22200,"10":9,"107":128,"11":175,"12":102,"13":139,"14":36,"15":67,"155":9,"156":6,"158":7,"159":2,"16":63,"160":13,"161":53,"167":20,"17":30,"18":577,"19":131,"20":62,"209":4,"21":206,"210":12,"214":4,"215":35,"221":99,"223":186,"224":21,"225":209,"23":167,"24":325,"25":42,"257":26,"26":29,"268":2,"27":9,"273":46,"276":133,"279":6,"28":53,"281":7,"282":8,"291":9,"292":35,"30":7,"302":16,"31":11,"314":2,"32":4,"33":14,"34":10,"347":4,"35":30,"352":146,"36":46,"37":20,"38":123,"380":1,"381":8,"383":5,"39":29,"391":13,"397":7,"40":12,"409":22,"41":7,"414":12,"415":13,"419":2,"42":20,"43":9,"430":12,"433":1,"434":2,"44":11,"45":7,"46":44,"48":15,"49":13,"5":770,"51":18,"52":6,"53":18,"56":10,"570":1,"6":286,"63":42,"7":129,"79":17,"8":237,"80":21,"9":186,"all_client":27941,"all_tv_clinet":5741,"insert_time":"2014-08-21T23:31:18.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22409,"10":11,"107":131,"11":170,"12":103,"13":142,"14":36,"15":75,"155":10,"156":6,"158":6,"159":2,"16":60,"160":13,"161":54,"167":21,"17":28,"18":584,"19":132,"20":63,"209":4,"21":205,"210":12,"214":4,"215":30,"221":103,"223":190,"224":18,"225":205,"23":165,"24":318,"25":46,"257":22,"26":29,"268":2,"27":10,"273":43,"276":133,"279":7,"28":56,"281":7,"282":9,"291":8,"292":34,"30":7,"302":16,"31":12,"314":2,"32":4,"33":15,"34":10,"347":4,"35":33,"352":148,"36":47,"37":21,"38":134,"380":1,"381":9,"383":4,"39":29,"391":13,"397":7,"40":11,"409":23,"41":9,"414":11,"415":11,"419":2,"42":19,"43":11,"430":12,"433":1,"434":2,"44":11,"45":8,"46":43,"48":14,"49":15,"5":766,"51":15,"52":6,"53":18,"56":10,"570":1,"6":303,"63":41,"7":139,"79":20,"8":232,"80":18,"9":196,"all_client":28200,"all_tv_clinet":5791,"insert_time":"2014-08-21T23:32:18.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22617,"10":10,"107":127,"11":168,"12":105,"13":145,"14":35,"15":77,"155":10,"156":7,"158":4,"159":2,"16":56,"160":12,"161":50,"167":20,"17":30,"18":583,"19":136,"20":63,"209":4,"21":202,"210":12,"214":4,"215":29,"221":108,"223":194,"224":16,"225":210,"23":169,"24":314,"25":39,"257":22,"26":33,"268":2,"27":11,"273":44,"276":132,"279":7,"28":61,"281":8,"282":6,"291":9,"292":37,"30":7,"302":16,"31":12,"314":4,"32":5,"33":16,"34":9,"347":5,"35":33,"352":155,"36":48,"37":23,"38":138,"380":1,"381":12,"383":5,"39":28,"391":13,"397":7,"40":12,"409":25,"41":9,"414":11,"415":9,"419":3,"42":21,"43":11,"430":12,"433":1,"434":2,"44":11,"45":9,"46":43,"48":16,"49":15,"5":760,"51":15,"52":7,"53":18,"56":8,"570":2,"6":316,"63":38,"7":138,"79":19,"8":231,"80":15,"9":207,"all_client":28451,"all_tv_clinet":5834,"insert_time":"2014-08-21T23:33:19.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22842,"10":11,"107":131,"11":172,"12":107,"13":152,"14":34,"15":77,"155":10,"156":8,"158":2,"159":3,"16":61,"160":12,"161":46,"167":20,"17":29,"18":584,"19":138,"20":63,"209":4,"21":194,"210":12,"214":4,"215":27,"221":113,"223":200,"224":15,"225":210,"23":174,"24":324,"25":38,"257":22,"26":33,"268":2,"27":10,"273":41,"276":134,"279":7,"28":66,"281":8,"282":5,"291":9,"292":40,"30":7,"302":18,"31":14,"314":4,"32":3,"33":17,"34":8,"347":4,"35":33,"352":162,"36":52,"37":23,"38":146,"380":1,"381":14,"383":9,"39":27,"391":13,"397":7,"40":11,"409":28,"41":9,"414":9,"415":9,"419":2,"42":21,"43":10,"430":13,"433":1,"434":2,"44":10,"45":9,"46":43,"48":15,"49":14,"5":761,"51":14,"52":7,"53":17,"56":8,"570":1,"6":321,"63":40,"7":143,"79":21,"8":232,"80":15,"9":215,"all_client":28757,"all_tv_clinet":5915,"insert_time":"2014-08-21T23:34:19.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23084,"10":9,"107":135,"11":171,"12":105,"13":163,"14":35,"15":75,"155":12,"156":8,"158":2,"159":4,"16":62,"160":13,"161":48,"167":20,"17":28,"18":583,"19":136,"20":62,"209":3,"21":199,"210":13,"214":4,"215":31,"221":111,"223":200,"224":15,"225":199,"23":178,"24":328,"25":40,"257":21,"26":35,"268":4,"27":11,"273":41,"276":138,"279":7,"28":71,"281":10,"282":4,"291":8,"292":40,"30":7,"302":17,"31":12,"314":4,"32":3,"33":18,"34":7,"347":4,"35":33,"352":171,"36":54,"37":23,"38":145,"381":13,"383":10,"39":28,"391":14,"397":9,"40":11,"409":33,"41":8,"414":8,"415":9,"419":2,"42":20,"426":1,"43":7,"430":13,"433":1,"434":2,"44":9,"45":10,"46":43,"48":15,"49":13,"5":752,"51":16,"52":7,"53":20,"56":9,"570":1,"6":337,"63":38,"7":154,"79":19,"8":230,"80":15,"9":224,"all_client":29065,"all_tv_clinet":5981,"insert_time":"2014-08-21T23:35:19.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23285,"10":10,"107":139,"11":176,"12":107,"13":170,"14":36,"15":78,"155":14,"156":7,"158":2,"159":4,"16":65,"160":12,"161":51,"167":20,"17":31,"18":579,"19":141,"20":58,"209":4,"21":203,"210":14,"214":3,"215":29,"221":121,"223":201,"224":17,"225":191,"23":178,"24":327,"25":40,"257":20,"26":33,"268":4,"27":10,"273":44,"276":138,"279":7,"28":72,"281":10,"282":4,"291":7,"292":47,"30":8,"302":17,"31":12,"314":3,"32":1,"33":18,"34":8,"347":4,"35":32,"352":175,"36":57,"37":23,"38":142,"381":14,"383":10,"39":31,"391":16,"397":9,"40":10,"409":32,"41":10,"414":10,"415":10,"419":2,"42":21,"426":1,"43":8,"430":12,"433":1,"434":2,"44":10,"45":8,"46":42,"48":16,"49":13,"5":741,"51":14,"52":7,"53":20,"56":9,"570":2,"6":350,"63":39,"7":161,"79":22,"8":234,"80":15,"9":245,"all_client":29356,"all_tv_clinet":6071,"insert_time":"2014-08-21T23:36:19.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23515,"10":10,"107":142,"11":176,"12":106,"13":171,"14":42,"15":75,"155":15,"156":7,"158":3,"159":3,"16":67,"160":12,"161":53,"167":19,"17":32,"18":571,"19":150,"20":66,"209":5,"21":207,"210":15,"214":3,"215":30,"221":122,"223":197,"224":19,"225":182,"23":180,"24":318,"25":40,"257":19,"26":35,"268":4,"27":12,"273":47,"276":140,"279":7,"28":77,"281":9,"282":4,"291":7,"292":48,"30":8,"302":18,"31":12,"314":3,"32":4,"33":17,"34":7,"347":3,"35":34,"352":177,"36":54,"37":25,"38":146,"381":13,"383":11,"39":37,"391":16,"397":9,"40":10,"409":31,"41":12,"414":10,"415":10,"419":3,"42":23,"426":1,"43":9,"430":12,"433":1,"434":2,"44":10,"45":9,"46":47,"48":16,"49":12,"5":747,"51":14,"52":7,"53":19,"56":8,"570":2,"6":355,"63":38,"7":166,"79":21,"8":226,"80":15,"9":250,"all_client":29642,"all_tv_clinet":6127,"insert_time":"2014-08-21T23:37:20.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23746,"10":13,"107":140,"11":183,"12":108,"13":170,"14":43,"15":76,"155":13,"156":9,"158":4,"159":2,"16":66,"160":10,"161":57,"167":19,"17":31,"18":563,"19":156,"20":67,"209":4,"21":213,"210":15,"214":3,"215":28,"221":120,"223":202,"224":19,"225":173,"23":185,"24":315,"25":40,"257":16,"26":33,"268":2,"27":13,"273":49,"276":143,"279":6,"28":81,"281":8,"282":6,"291":8,"292":52,"30":7,"302":18,"31":12,"314":3,"32":4,"33":17,"34":6,"347":3,"35":32,"352":176,"36":54,"37":28,"38":149,"381":12,"383":11,"39":42,"391":17,"397":9,"40":12,"409":35,"41":14,"414":10,"415":12,"419":3,"42":24,"426":2,"43":9,"430":12,"433":1,"434":2,"44":9,"45":8,"46":45,"48":16,"49":13,"5":743,"51":12,"52":6,"53":17,"56":6,"570":2,"6":360,"63":39,"7":173,"79":21,"8":225,"80":17,"9":272,"all_client":29930,"all_tv_clinet":6184,"insert_time":"2014-08-21T23:38:20.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23995,"10":13,"107":144,"11":188,"12":109,"13":173,"14":43,"15":81,"155":13,"156":9,"158":4,"159":3,"16":67,"160":9,"161":66,"167":20,"17":29,"18":566,"19":156,"20":67,"209":4,"21":211,"210":15,"214":3,"215":30,"221":117,"223":196,"224":17,"225":169,"23":184,"24":318,"25":45,"257":17,"26":33,"268":3,"27":13,"273":51,"276":145,"279":5,"28":87,"281":8,"282":7,"291":6,"292":54,"30":7,"302":17,"31":13,"314":3,"32":5,"33":18,"34":5,"347":3,"35":31,"352":182,"36":50,"37":30,"38":157,"381":13,"383":9,"39":44,"391":17,"397":10,"40":12,"409":36,"41":14,"414":10,"415":16,"419":3,"42":23,"426":2,"43":9,"430":14,"433":1,"434":2,"44":9,"45":6,"46":47,"48":17,"49":12,"5":757,"51":13,"52":5,"53":17,"56":5,"570":2,"6":359,"63":39,"7":171,"79":20,"8":219,"80":18,"9":281,"all_client":30246,"all_tv_clinet":6251,"insert_time":"2014-08-21T23:39:20.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24200,"10":10,"107":147,"11":195,"12":108,"13":187,"14":37,"15":87,"155":13,"156":8,"158":6,"159":4,"16":67,"160":11,"161":69,"167":21,"17":27,"18":568,"19":156,"20":66,"209":5,"21":214,"210":14,"214":2,"215":32,"221":118,"223":200,"224":16,"225":171,"23":186,"24":322,"25":47,"257":18,"26":28,"268":3,"27":13,"273":52,"276":145,"279":6,"28":90,"281":8,"282":8,"291":6,"292":54,"30":7,"302":17,"31":12,"314":3,"32":8,"33":17,"34":4,"347":3,"35":26,"352":186,"36":56,"37":29,"38":157,"381":16,"383":7,"39":41,"391":18,"397":9,"40":14,"409":38,"41":13,"414":10,"415":16,"419":2,"42":21,"426":2,"43":9,"430":14,"433":1,"434":1,"44":9,"45":5,"46":48,"48":16,"49":14,"5":754,"51":13,"52":6,"53":15,"56":5,"570":2,"6":358,"63":38,"7":169,"79":21,"8":221,"80":19,"9":293,"all_client":30508,"all_tv_clinet":6308,"insert_time":"2014-08-21T23:40:21.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24413,"10":9,"107":151,"11":206,"12":111,"13":197,"14":36,"15":93,"155":13,"156":7,"158":6,"159":4,"16":63,"160":12,"161":69,"167":21,"17":30,"18":570,"19":158,"20":66,"209":5,"21":232,"210":14,"214":2,"215":33,"221":118,"223":194,"224":18,"225":176,"23":190,"24":323,"25":52,"257":20,"26":25,"268":3,"27":10,"273":54,"276":145,"279":5,"28":92,"281":7,"282":10,"291":5,"292":54,"30":7,"302":16,"31":13,"314":3,"32":8,"33":17,"34":5,"347":3,"35":24,"352":181,"36":58,"37":29,"38":157,"381":16,"383":8,"39":39,"391":18,"397":8,"40":12,"409":38,"41":12,"414":12,"415":16,"419":2,"42":19,"426":2,"43":10,"430":14,"433":1,"434":1,"44":11,"45":6,"46":50,"48":17,"49":13,"5":761,"51":13,"52":6,"53":14,"56":4,"570":2,"6":360,"63":39,"7":170,"79":21,"8":213,"80":19,"9":301,"all_client":30791,"all_tv_clinet":6378,"insert_time":"2014-08-21T23:41:21.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24627,"10":9,"107":147,"11":214,"12":116,"13":208,"14":36,"15":93,"155":13,"156":8,"158":6,"159":5,"16":62,"160":13,"161":70,"167":18,"17":29,"18":559,"19":163,"20":66,"209":4,"21":238,"210":14,"214":2,"215":35,"221":113,"223":198,"224":17,"225":167,"23":194,"24":325,"25":52,"257":21,"26":22,"268":3,"27":9,"273":58,"276":145,"279":4,"28":98,"281":6,"282":13,"291":6,"292":53,"30":7,"302":14,"31":14,"314":3,"32":10,"33":19,"34":4,"347":3,"35":22,"352":179,"36":61,"37":29,"38":155,"381":22,"383":8,"39":37,"391":18,"397":9,"40":12,"409":36,"41":11,"414":12,"415":17,"419":3,"42":18,"426":3,"43":10,"430":13,"434":1,"44":11,"45":7,"46":57,"48":18,"49":12,"5":758,"51":13,"52":7,"53":14,"56":4,"570":4,"6":368,"63":38,"7":176,"79":20,"8":210,"80":19,"9":311,"all_client":31056,"all_tv_clinet":6429,"insert_time":"2014-08-21T23:42:21.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24931,"10":11,"107":146,"11":212,"12":119,"13":203,"14":37,"15":94,"155":12,"156":9,"158":7,"159":6,"16":59,"160":12,"161":77,"167":18,"17":29,"18":554,"19":164,"20":65,"209":5,"21":230,"210":14,"214":2,"215":37,"221":108,"223":200,"224":21,"225":164,"23":198,"24":340,"25":54,"257":24,"26":23,"268":3,"27":9,"273":59,"276":141,"279":5,"28":109,"281":7,"282":15,"291":5,"292":49,"30":7,"302":14,"31":12,"314":3,"32":7,"33":20,"34":6,"347":3,"35":22,"352":176,"36":61,"37":28,"38":155,"381":25,"383":8,"39":37,"391":18,"397":9,"40":12,"409":32,"41":13,"414":11,"415":20,"419":3,"42":19,"426":3,"43":10,"430":14,"434":1,"44":13,"45":7,"46":53,"48":17,"49":13,"5":754,"51":12,"52":7,"53":14,"56":4,"570":5,"6":368,"63":38,"7":185,"79":17,"8":205,"80":19,"9":317,"all_client":31384,"all_tv_clinet":6453,"insert_time":"2014-08-21T23:43:21.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25141,"10":10,"107":144,"11":216,"12":121,"13":197,"14":39,"15":98,"155":12,"156":9,"158":7,"159":6,"16":56,"160":12,"161":86,"167":16,"17":31,"18":554,"19":169,"20":68,"209":6,"21":230,"210":16,"214":1,"215":40,"221":113,"223":205,"224":19,"225":157,"23":198,"24":354,"25":55,"257":22,"26":22,"268":2,"27":11,"273":53,"276":139,"279":4,"28":113,"281":7,"282":15,"291":5,"292":47,"30":7,"302":14,"31":10,"314":3,"32":7,"33":21,"34":7,"347":3,"35":22,"352":173,"36":61,"37":27,"38":150,"381":26,"383":8,"39":36,"391":17,"397":9,"40":12,"409":28,"41":15,"414":12,"415":20,"419":2,"42":17,"426":2,"43":9,"430":14,"434":1,"44":12,"45":5,"46":58,"48":19,"49":11,"5":757,"51":13,"52":6,"53":13,"56":4,"570":5,"6":369,"63":41,"7":184,"79":19,"8":207,"80":20,"9":335,"all_client":31637,"all_tv_clinet":6496,"insert_time":"2014-08-21T23:44:22.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25360,"10":10,"107":140,"11":222,"12":125,"13":201,"14":37,"15":101,"155":11,"156":8,"158":7,"159":5,"16":55,"160":13,"161":98,"167":15,"17":30,"18":553,"19":168,"20":71,"209":7,"21":230,"210":17,"214":1,"215":41,"221":119,"223":207,"224":23,"225":151,"23":204,"24":362,"25":56,"257":23,"26":24,"268":2,"27":11,"273":52,"276":137,"279":4,"28":113,"281":7,"282":15,"291":6,"292":45,"30":6,"302":13,"31":9,"314":3,"32":8,"33":19,"34":6,"347":6,"35":20,"352":179,"36":59,"37":26,"38":148,"381":25,"383":7,"39":40,"391":16,"397":8,"40":12,"409":29,"41":18,"414":12,"415":21,"419":2,"42":15,"426":2,"43":10,"430":13,"434":1,"44":12,"45":4,"46":61,"48":21,"49":11,"5":758,"51":13,"52":7,"53":16,"56":4,"570":5,"6":367,"63":42,"7":179,"79":19,"8":204,"80":19,"9":337,"all_client":31899,"all_tv_clinet":6539,"insert_time":"2014-08-21T23:45:22.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25584,"10":9,"107":146,"11":233,"12":129,"13":194,"14":41,"15":107,"155":11,"156":10,"158":7,"159":6,"16":55,"160":13,"161":103,"167":13,"17":33,"18":552,"19":169,"20":74,"209":8,"21":229,"210":18,"214":1,"215":43,"221":116,"223":203,"224":24,"225":144,"23":204,"24":373,"25":62,"257":25,"26":30,"268":2,"27":11,"273":48,"276":139,"279":4,"28":114,"281":6,"282":16,"291":8,"292":45,"30":6,"302":14,"31":10,"314":4,"32":9,"33":19,"34":6,"347":6,"35":17,"352":188,"36":53,"37":27,"38":147,"381":24,"383":6,"39":40,"391":17,"396":1,"397":8,"40":11,"409":31,"41":20,"414":12,"415":19,"419":2,"42":12,"426":2,"43":10,"430":13,"44":12,"45":4,"46":61,"48":21,"49":10,"5":757,"51":12,"52":11,"53":15,"56":5,"570":5,"6":371,"63":44,"7":171,"79":20,"8":204,"80":19,"9":340,"all_client":32178,"all_tv_clinet":6594,"insert_time":"2014-08-21T23:46:22.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25846,"10":8,"107":148,"11":235,"12":134,"13":193,"14":41,"15":108,"155":11,"156":10,"158":7,"159":6,"16":54,"160":13,"161":105,"167":13,"17":35,"18":536,"19":174,"20":77,"209":8,"21":237,"210":17,"214":1,"215":44,"221":120,"223":211,"224":27,"225":146,"23":202,"24":372,"25":65,"257":27,"26":29,"268":3,"27":10,"273":51,"276":140,"279":4,"28":120,"281":6,"282":17,"291":8,"292":47,"30":6,"302":15,"31":10,"314":3,"32":9,"33":19,"34":6,"347":7,"35":15,"352":188,"36":56,"37":27,"38":153,"381":24,"383":5,"39":42,"391":16,"396":1,"397":11,"40":12,"409":35,"41":22,"414":11,"415":17,"419":3,"42":14,"426":2,"43":11,"430":12,"44":12,"45":4,"46":60,"48":19,"49":11,"5":737,"51":12,"52":11,"53":18,"56":4,"570":5,"6":389,"63":46,"7":173,"79":23,"8":201,"80":17,"9":351,"all_client":32511,"all_tv_clinet":6665,"insert_time":"2014-08-21T23:47:22.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26111,"10":8,"107":154,"11":242,"12":138,"13":189,"14":43,"15":109,"155":11,"156":10,"158":8,"159":7,"16":53,"160":13,"161":106,"167":13,"17":36,"18":539,"19":177,"20":81,"209":7,"21":240,"210":17,"214":1,"215":42,"221":124,"223":218,"224":23,"225":149,"23":210,"24":374,"25":67,"257":27,"26":28,"268":3,"27":11,"273":53,"276":139,"279":3,"28":121,"281":6,"282":17,"291":8,"292":46,"30":6,"302":16,"31":8,"314":4,"32":9,"33":19,"34":7,"347":6,"35":16,"352":181,"36":58,"37":27,"38":156,"381":25,"383":5,"39":40,"391":15,"396":1,"397":12,"40":14,"409":34,"41":20,"414":10,"415":19,"419":3,"42":17,"426":2,"43":10,"430":12,"433":2,"44":14,"45":5,"46":61,"48":16,"49":10,"5":732,"51":11,"52":11,"53":19,"56":4,"570":4,"6":389,"63":46,"7":176,"79":22,"8":202,"80":17,"9":356,"all_client":32831,"all_tv_clinet":6720,"insert_time":"2014-08-21T23:48:23.314Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26353,"10":7,"107":154,"11":249,"12":135,"13":197,"14":43,"15":109,"155":13,"156":10,"158":10,"159":7,"16":49,"160":12,"161":107,"167":12,"168":1,"17":35,"18":531,"19":188,"20":80,"209":7,"21":246,"210":15,"214":1,"215":39,"221":127,"223":219,"224":22,"225":147,"23":209,"24":355,"25":70,"257":27,"26":26,"268":3,"27":12,"273":56,"276":137,"279":4,"28":126,"281":6,"282":21,"291":7,"292":51,"30":5,"302":15,"31":7,"314":3,"32":7,"33":18,"34":7,"347":6,"35":14,"352":186,"36":62,"37":30,"38":163,"381":25,"383":9,"39":40,"391":16,"396":1,"397":11,"40":14,"409":34,"41":20,"414":9,"415":19,"419":3,"42":18,"426":2,"43":10,"430":12,"433":2,"44":12,"45":5,"46":69,"48":16,"49":11,"5":742,"51":14,"52":10,"53":21,"56":4,"570":4,"6":387,"63":46,"7":184,"79":21,"8":199,"80":19,"9":365,"all_client":33132,"all_tv_clinet":6779,"insert_time":"2014-08-21T23:49:23.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26554,"10":10,"107":157,"11":257,"12":135,"13":194,"14":43,"15":110,"155":16,"156":11,"158":9,"159":9,"16":50,"160":13,"161":103,"167":13,"168":1,"17":32,"18":543,"19":200,"20":87,"209":6,"21":257,"210":14,"214":1,"215":40,"221":124,"223":222,"224":18,"225":136,"23":212,"24":365,"25":73,"257":25,"26":26,"268":4,"27":12,"273":63,"276":134,"279":5,"28":125,"281":6,"282":21,"291":8,"292":51,"30":8,"302":16,"31":9,"314":4,"32":8,"33":17,"34":8,"347":7,"35":16,"352":193,"36":61,"37":28,"38":165,"381":24,"383":9,"39":39,"391":14,"396":1,"397":10,"40":13,"409":36,"41":22,"414":9,"415":19,"419":3,"42":18,"426":1,"43":10,"430":12,"433":2,"44":10,"45":6,"46":71,"48":15,"49":10,"5":746,"51":15,"52":11,"53":20,"56":4,"570":4,"6":380,"63":47,"7":189,"79":19,"8":190,"80":19,"9":367,"all_client":33400,"all_tv_clinet":6846,"insert_time":"2014-08-21T23:50:24.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26767,"10":10,"107":155,"11":265,"12":140,"13":197,"14":46,"15":110,"155":16,"156":10,"158":9,"159":9,"16":48,"160":12,"161":93,"167":13,"168":1,"17":32,"18":551,"19":211,"20":85,"209":6,"21":258,"210":14,"214":1,"215":44,"221":129,"223":217,"224":18,"225":134,"23":211,"24":357,"25":78,"257":26,"26":29,"268":4,"27":13,"273":64,"276":132,"279":5,"28":127,"281":7,"282":23,"291":8,"292":53,"30":8,"302":17,"31":12,"314":4,"32":8,"33":16,"34":9,"347":6,"35":14,"352":200,"36":63,"37":28,"38":171,"381":24,"383":8,"39":41,"391":15,"396":1,"397":10,"40":13,"409":40,"41":23,"414":11,"415":19,"419":3,"42":16,"426":1,"43":10,"430":12,"433":2,"44":8,"45":5,"46":72,"48":15,"49":8,"5":756,"51":15,"52":12,"53":23,"56":4,"570":3,"6":378,"63":47,"7":200,"79":19,"8":175,"80":19,"9":367,"all_client":33669,"all_tv_clinet":6902,"insert_time":"2014-08-21T23:51:24.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26965,"10":10,"107":160,"11":270,"12":143,"13":194,"14":49,"15":101,"155":16,"156":10,"158":10,"159":9,"16":47,"160":12,"161":91,"167":13,"168":1,"17":32,"18":557,"19":214,"20":86,"209":7,"21":252,"210":15,"214":1,"215":48,"221":139,"223":217,"224":17,"225":133,"23":210,"24":350,"25":76,"257":27,"26":32,"268":4,"27":13,"273":66,"276":127,"279":6,"28":124,"281":9,"282":23,"291":8,"292":56,"30":8,"302":18,"31":14,"314":4,"32":10,"33":14,"34":8,"347":7,"35":14,"352":193,"36":62,"37":29,"38":165,"381":25,"383":9,"39":42,"391":15,"397":10,"40":12,"409":40,"41":23,"414":13,"415":18,"419":3,"42":17,"426":1,"43":8,"430":15,"433":2,"44":9,"45":5,"46":79,"48":15,"49":8,"5":760,"51":15,"52":9,"53":23,"56":3,"570":4,"6":380,"63":45,"7":210,"79":18,"8":165,"80":19,"9":371,"all_client":33887,"all_tv_clinet":6922,"insert_time":"2014-08-21T23:52:24.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27220,"10":11,"107":168,"11":268,"12":154,"13":197,"14":49,"15":92,"155":16,"156":10,"158":10,"159":8,"16":43,"160":10,"161":96,"167":13,"168":1,"17":31,"18":565,"19":216,"20":86,"209":7,"21":254,"210":15,"214":3,"215":49,"221":142,"223":210,"224":21,"225":135,"23":207,"24":347,"25":82,"257":30,"26":36,"268":4,"27":14,"273":69,"276":123,"279":6,"28":130,"281":9,"282":22,"291":8,"292":56,"30":7,"302":20,"31":12,"314":4,"32":12,"33":14,"34":9,"347":7,"35":12,"352":188,"36":64,"37":27,"38":161,"381":25,"383":10,"39":37,"391":15,"397":10,"40":12,"409":38,"41":25,"414":15,"415":18,"419":3,"42":15,"426":1,"43":8,"430":16,"433":2,"44":7,"45":5,"46":83,"48":17,"49":6,"5":772,"51":14,"52":12,"53":23,"56":3,"570":4,"6":373,"63":46,"7":213,"79":19,"8":158,"80":19,"9":372,"all_client":34176,"all_tv_clinet":6956,"insert_time":"2014-08-21T23:53:24.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27452,"10":11,"107":180,"11":275,"12":156,"13":197,"14":48,"15":86,"155":16,"156":10,"158":9,"159":8,"16":44,"160":10,"161":97,"167":13,"168":1,"17":31,"18":571,"19":212,"20":83,"209":8,"21":249,"210":15,"214":4,"215":53,"221":139,"223":203,"224":20,"225":140,"23":209,"24":354,"25":83,"257":32,"26":38,"268":4,"27":14,"273":70,"276":123,"279":6,"28":136,"281":9,"282":21,"291":7,"292":57,"30":6,"302":21,"31":9,"314":4,"317":1,"32":13,"33":15,"34":9,"347":7,"35":12,"352":186,"36":64,"37":31,"38":168,"381":25,"383":10,"39":33,"391":16,"397":10,"40":13,"409":40,"41":25,"414":15,"415":16,"419":3,"42":14,"426":1,"43":7,"430":16,"433":2,"44":7,"45":6,"46":83,"48":17,"49":7,"5":776,"51":13,"52":14,"53":22,"56":3,"570":2,"6":382,"63":45,"7":216,"79":20,"8":138,"80":18,"9":373,"all_client":34438,"all_tv_clinet":6986,"insert_time":"2014-08-21T23:54:25.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27632,"10":12,"107":187,"11":280,"12":161,"13":191,"14":38,"15":80,"155":17,"156":8,"158":11,"159":7,"16":47,"160":12,"161":100,"167":13,"17":30,"18":579,"19":193,"20":84,"209":10,"21":248,"210":16,"214":5,"215":58,"221":136,"223":212,"224":20,"225":146,"23":214,"24":363,"25":78,"257":33,"26":39,"268":4,"27":15,"273":75,"276":123,"279":6,"28":142,"281":9,"282":23,"291":7,"292":57,"30":7,"302":20,"31":9,"314":6,"317":1,"32":15,"33":15,"34":11,"347":6,"35":12,"352":191,"36":61,"37":31,"38":167,"381":24,"383":10,"39":37,"391":15,"397":11,"40":14,"409":41,"41":25,"414":17,"415":15,"419":3,"42":14,"426":1,"43":7,"430":17,"433":2,"44":9,"45":6,"46":91,"48":16,"49":7,"5":786,"51":14,"52":14,"53":23,"56":3,"570":2,"6":384,"63":46,"7":235,"79":19,"8":128,"80":18,"9":374,"all_client":34701,"all_tv_clinet":7069,"insert_time":"2014-08-21T23:55:25.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27855,"10":12,"107":190,"11":293,"12":164,"13":189,"14":36,"15":76,"155":17,"156":8,"158":12,"159":8,"16":49,"160":11,"161":106,"167":12,"17":28,"18":580,"19":185,"20":87,"209":12,"21":236,"210":17,"211":1,"214":5,"215":60,"221":134,"223":219,"224":19,"225":149,"23":209,"24":375,"25":79,"257":32,"26":39,"268":3,"27":14,"273":85,"276":125,"279":5,"28":154,"281":8,"282":22,"291":7,"292":52,"30":8,"302":20,"31":8,"314":5,"317":1,"32":14,"33":15,"34":13,"347":8,"35":13,"352":185,"36":64,"37":30,"38":170,"381":24,"383":11,"39":41,"391":14,"397":11,"40":15,"409":42,"41":22,"414":16,"415":17,"419":3,"42":16,"426":1,"43":7,"430":18,"433":3,"44":11,"45":7,"46":99,"48":19,"49":7,"5":783,"51":13,"52":15,"53":23,"56":3,"570":3,"6":392,"63":46,"7":230,"79":16,"8":122,"80":21,"9":357,"all_client":34961,"all_tv_clinet":7106,"insert_time":"2014-08-21T23:56:25.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28125,"10":14,"107":193,"11":298,"12":166,"13":193,"14":35,"15":67,"155":17,"156":8,"158":12,"159":8,"16":49,"160":10,"161":111,"167":15,"17":29,"18":586,"19":177,"20":93,"209":11,"21":231,"210":14,"211":1,"214":7,"215":62,"221":138,"223":230,"224":19,"225":154,"23":215,"24":361,"25":77,"257":34,"26":38,"268":3,"27":16,"273":89,"276":125,"279":5,"28":157,"281":8,"282":24,"291":7,"292":54,"30":8,"302":19,"31":8,"314":5,"317":1,"32":12,"33":15,"34":17,"347":7,"35":13,"352":182,"36":65,"37":30,"38":162,"381":23,"383":10,"39":45,"391":14,"396":1,"397":11,"40":16,"409":35,"41":21,"414":16,"415":19,"419":3,"42":18,"43":7,"430":20,"433":2,"44":12,"45":6,"46":107,"48":20,"49":8,"5":771,"51":15,"52":15,"53":22,"56":3,"570":5,"6":400,"63":47,"7":246,"79":16,"8":119,"80":21,"9":343,"all_client":35267,"all_tv_clinet":7142,"insert_time":"2014-08-21T23:57:26.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28382,"10":14,"107":195,"11":299,"12":177,"13":203,"14":35,"15":67,"155":18,"156":6,"158":10,"159":11,"16":45,"160":10,"161":116,"167":15,"168":1,"17":32,"18":591,"19":177,"20":95,"209":10,"21":233,"210":13,"211":1,"214":7,"215":64,"221":135,"223":218,"224":19,"225":158,"23":220,"24":382,"25":77,"257":32,"26":33,"268":3,"27":17,"273":90,"276":123,"279":4,"28":162,"281":8,"282":26,"291":7,"292":58,"30":8,"302":17,"31":7,"314":3,"317":1,"32":10,"33":16,"34":20,"347":10,"35":11,"352":187,"36":68,"37":29,"38":158,"381":23,"383":10,"39":50,"391":15,"396":1,"397":12,"40":18,"409":31,"41":22,"414":20,"415":18,"419":3,"42":20,"43":7,"430":19,"433":2,"44":10,"45":6,"46":109,"48":21,"49":8,"5":778,"51":14,"52":15,"53":20,"56":3,"570":4,"6":411,"63":47,"7":257,"79":15,"8":108,"80":21,"9":324,"all_client":35586,"all_tv_clinet":7204,"insert_time":"2014-08-21T23:58:26.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28652,"10":14,"107":201,"11":310,"12":179,"13":211,"14":34,"15":71,"155":19,"156":6,"158":11,"159":10,"16":45,"160":10,"161":127,"167":11,"168":1,"17":34,"18":603,"19":168,"20":97,"209":8,"21":226,"210":13,"211":1,"214":7,"215":67,"221":133,"223":214,"224":23,"225":157,"23":221,"24":398,"25":76,"257":31,"26":34,"268":2,"27":18,"273":76,"276":125,"279":4,"28":153,"281":8,"282":24,"291":7,"292":66,"30":8,"302":17,"31":7,"314":3,"317":1,"32":10,"33":16,"34":24,"347":9,"35":11,"352":191,"36":65,"37":29,"38":158,"381":23,"383":9,"39":55,"391":15,"396":1,"397":12,"40":17,"409":28,"41":21,"414":21,"415":19,"419":3,"42":20,"43":8,"430":19,"433":1,"44":9,"45":4,"46":110,"48":22,"49":11,"5":784,"51":13,"52":13,"53":20,"56":3,"570":5,"6":414,"63":47,"7":272,"79":13,"8":100,"80":21,"9":307,"all_client":35895,"all_tv_clinet":7243,"insert_time":"2014-08-21T23:59:26.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28988,"10":18,"107":203,"11":313,"12":180,"13":210,"14":30,"15":71,"155":19,"156":3,"158":12,"159":9,"16":41,"160":8,"161":132,"167":11,"168":2,"17":33,"18":595,"19":159,"20":100,"209":8,"21":233,"210":12,"211":1,"214":6,"215":72,"221":119,"223":211,"224":26,"225":156,"23":218,"24":409,"25":77,"257":32,"26":32,"268":1,"27":17,"273":68,"276":129,"279":5,"28":151,"281":9,"282":27,"291":8,"292":71,"30":8,"302":17,"31":7,"314":3,"317":1,"32":10,"33":16,"34":29,"347":12,"35":12,"352":197,"36":64,"37":23,"38":163,"381":25,"383":9,"39":59,"391":14,"396":1,"397":12,"40":17,"409":30,"41":19,"414":21,"415":18,"419":4,"42":19,"43":10,"430":18,"433":1,"44":9,"45":3,"46":114,"48":20,"49":11,"5":770,"51":13,"52":13,"53":20,"56":2,"570":5,"6":429,"63":50,"7":285,"79":12,"8":97,"80":23,"9":298,"all_client":36248,"all_tv_clinet":7260,"insert_time":"2014-08-22T00:00:27.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29257,"10":17,"107":205,"11":324,"12":185,"13":209,"14":29,"15":65,"155":19,"156":4,"158":11,"159":9,"16":45,"160":8,"161":128,"167":10,"168":3,"17":35,"18":588,"19":162,"20":106,"209":6,"21":238,"210":11,"211":1,"214":5,"215":75,"221":118,"223":223,"224":28,"225":152,"23":218,"24":431,"25":79,"257":31,"26":33,"268":1,"27":16,"273":61,"276":130,"279":6,"28":153,"281":8,"282":28,"291":8,"292":71,"30":9,"302":17,"31":8,"314":3,"317":1,"32":7,"33":16,"34":28,"347":12,"35":14,"352":198,"36":61,"37":20,"38":169,"381":27,"383":7,"39":58,"391":14,"396":1,"397":13,"40":17,"409":31,"41":20,"414":20,"415":19,"419":4,"42":17,"43":10,"430":19,"433":1,"44":8,"45":5,"46":116,"48":18,"49":10,"5":757,"51":12,"52":13,"53":19,"56":2,"570":5,"6":444,"63":49,"7":287,"79":12,"8":92,"80":24,"9":292,"all_client":36556,"all_tv_clinet":7299,"insert_time":"2014-08-22T00:01:27.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29571,"10":17,"107":208,"11":326,"12":189,"13":220,"14":29,"15":63,"155":20,"156":4,"158":10,"159":9,"16":45,"160":8,"161":121,"167":9,"168":3,"17":36,"18":574,"19":166,"20":112,"209":8,"21":250,"210":8,"211":1,"214":4,"215":71,"221":122,"223":234,"224":27,"225":145,"23":213,"24":441,"25":75,"257":31,"26":31,"268":2,"27":14,"273":61,"276":133,"279":6,"28":154,"281":8,"282":32,"291":6,"292":71,"30":9,"302":17,"31":10,"314":3,"317":2,"32":8,"33":15,"34":30,"347":13,"35":14,"352":203,"36":62,"37":19,"38":169,"381":29,"383":8,"39":63,"391":14,"396":1,"397":12,"40":18,"409":31,"41":19,"414":21,"415":24,"419":5,"42":16,"43":9,"430":25,"433":2,"44":7,"45":5,"46":121,"48":20,"49":9,"5":756,"51":13,"52":12,"53":16,"56":2,"570":5,"6":434,"63":45,"7":299,"79":9,"8":88,"80":23,"9":304,"all_client":36927,"all_tv_clinet":7356,"insert_time":"2014-08-22T00:02:27.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29816,"10":13,"107":216,"11":325,"12":198,"13":222,"14":33,"15":62,"155":20,"156":4,"158":11,"159":9,"16":44,"160":10,"161":119,"167":9,"168":4,"17":40,"18":581,"19":173,"20":111,"209":8,"21":259,"210":8,"211":1,"214":4,"215":69,"221":128,"223":254,"224":29,"225":150,"23":207,"24":437,"25":71,"257":27,"26":31,"268":2,"27":13,"273":63,"276":138,"279":5,"28":155,"281":7,"282":32,"291":7,"292":73,"30":11,"302":15,"31":10,"314":3,"317":2,"32":8,"33":15,"34":27,"347":14,"35":11,"352":202,"36":62,"37":21,"38":162,"381":25,"383":8,"39":65,"391":15,"396":1,"397":12,"40":19,"409":32,"41":21,"414":21,"415":25,"419":5,"42":16,"43":8,"430":25,"433":1,"44":7,"45":3,"46":124,"48":22,"49":10,"5":758,"51":13,"52":11,"53":19,"56":1,"570":5,"6":437,"63":44,"7":301,"79":9,"8":81,"80":23,"9":310,"all_client":37238,"all_tv_clinet":7422,"insert_time":"2014-08-22T00:03:27.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30071,"10":12,"107":210,"11":331,"12":197,"13":218,"14":35,"15":60,"155":21,"156":4,"158":9,"159":10,"16":44,"160":12,"161":130,"167":8,"168":4,"17":47,"18":573,"19":177,"20":114,"209":10,"21":259,"210":8,"211":1,"214":4,"215":69,"221":137,"223":254,"224":29,"225":146,"23":206,"24":429,"25":72,"257":30,"26":32,"268":2,"27":13,"273":69,"276":136,"279":4,"28":157,"281":8,"282":33,"291":10,"292":76,"30":11,"302":15,"31":9,"314":2,"317":2,"32":7,"33":14,"34":30,"347":15,"35":11,"352":196,"36":61,"37":21,"38":159,"381":22,"383":7,"39":69,"391":14,"396":1,"397":11,"40":18,"409":33,"41":22,"414":22,"415":26,"419":5,"42":14,"43":9,"430":24,"433":1,"44":6,"45":2,"46":126,"48":24,"49":11,"5":758,"51":16,"52":11,"53":23,"56":1,"570":6,"6":433,"63":44,"7":308,"79":11,"8":77,"80":19,"9":320,"all_client":37528,"all_tv_clinet":7457,"insert_time":"2014-08-22T00:04:28.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30362,"10":12,"107":208,"11":333,"12":192,"13":220,"14":37,"15":56,"155":20,"156":3,"158":9,"159":10,"16":41,"160":14,"161":137,"167":8,"168":4,"17":50,"18":579,"19":186,"20":112,"209":11,"21":257,"210":9,"211":1,"214":4,"215":69,"221":141,"223":243,"224":27,"225":141,"23":213,"24":403,"25":78,"257":30,"26":32,"268":1,"27":13,"273":78,"276":130,"279":4,"28":164,"281":7,"282":33,"291":10,"292":80,"30":12,"302":15,"31":8,"314":1,"317":2,"32":9,"33":15,"34":30,"347":14,"35":12,"352":205,"36":60,"37":21,"38":153,"381":21,"383":6,"39":68,"391":15,"396":1,"397":10,"40":23,"409":32,"41":19,"414":21,"415":26,"419":6,"42":12,"43":9,"430":22,"433":1,"44":6,"45":2,"46":129,"48":25,"49":11,"5":749,"51":15,"52":9,"53":27,"56":1,"570":6,"6":437,"63":44,"7":310,"79":10,"8":73,"80":20,"9":317,"all_client":37812,"all_tv_clinet":7450,"insert_time":"2014-08-22T00:05:28.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30614,"10":12,"107":201,"11":338,"12":192,"13":224,"14":40,"15":56,"155":20,"156":3,"158":9,"159":9,"16":39,"160":13,"161":132,"167":8,"168":3,"17":51,"18":580,"19":185,"20":113,"209":11,"21":253,"210":9,"211":1,"214":4,"215":70,"221":147,"223":229,"224":30,"225":144,"23":212,"24":418,"25":76,"257":30,"26":32,"268":1,"27":13,"273":76,"276":130,"279":4,"28":167,"281":6,"282":32,"291":10,"292":80,"30":11,"302":16,"31":10,"317":2,"32":9,"33":15,"34":28,"347":14,"35":12,"352":208,"36":57,"37":21,"38":157,"381":21,"383":6,"39":72,"391":16,"396":1,"397":9,"40":25,"409":32,"41":20,"414":23,"415":28,"419":5,"42":12,"43":11,"430":22,"433":1,"44":6,"45":2,"46":131,"48":25,"49":11,"5":745,"51":15,"52":8,"53":34,"56":1,"570":7,"6":435,"63":45,"7":306,"79":13,"8":73,"80":20,"9":326,"all_client":38094,"all_tv_clinet":7480,"insert_time":"2014-08-22T00:06:29.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30868,"10":12,"107":205,"11":335,"12":187,"13":229,"14":40,"15":60,"155":21,"156":3,"158":8,"159":9,"16":38,"160":12,"161":133,"167":8,"168":4,"17":53,"18":583,"19":198,"20":113,"209":12,"21":258,"210":9,"211":1,"214":4,"215":70,"221":150,"223":226,"224":28,"225":141,"23":213,"24":424,"25":74,"257":31,"26":33,"268":1,"27":13,"273":73,"276":130,"279":3,"28":169,"281":7,"282":31,"291":10,"292":76,"30":12,"302":15,"31":13,"317":3,"32":9,"33":17,"34":28,"347":11,"35":12,"352":203,"36":62,"37":20,"38":151,"381":21,"383":5,"39":75,"391":17,"396":1,"397":11,"40":25,"409":28,"41":20,"414":24,"415":29,"419":7,"42":13,"43":11,"430":21,"433":1,"44":6,"45":3,"46":129,"48":25,"49":11,"5":739,"51":16,"52":9,"53":34,"56":1,"570":7,"6":425,"63":43,"7":314,"79":14,"8":73,"80":22,"9":331,"all_client":38373,"all_tv_clinet":7505,"insert_time":"2014-08-22T00:07:29.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31085,"10":14,"107":212,"11":338,"12":187,"13":225,"14":43,"15":62,"155":20,"156":4,"158":7,"159":9,"16":39,"160":12,"161":136,"167":7,"168":5,"17":53,"18":592,"19":200,"20":111,"209":13,"21":249,"210":9,"211":1,"214":4,"215":68,"221":158,"223":218,"224":29,"225":144,"23":216,"24":430,"25":73,"257":33,"26":34,"268":1,"27":17,"273":71,"276":126,"279":3,"28":174,"281":7,"282":31,"291":10,"292":67,"30":12,"302":15,"31":13,"317":3,"32":10,"33":17,"34":31,"347":12,"35":13,"352":202,"36":68,"37":19,"38":156,"381":22,"383":6,"39":75,"391":20,"396":1,"397":12,"40":29,"409":35,"41":23,"414":23,"415":26,"419":6,"42":14,"426":1,"43":12,"430":20,"433":1,"44":6,"45":3,"46":126,"48":24,"49":11,"5":729,"51":15,"52":7,"53":34,"56":1,"570":6,"6":422,"63":42,"7":319,"79":17,"8":71,"80":23,"9":332,"all_client":38632,"all_tv_clinet":7547,"insert_time":"2014-08-22T00:08:29.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31347,"10":16,"107":218,"11":344,"12":183,"13":218,"14":39,"15":61,"155":20,"156":4,"158":6,"159":9,"16":37,"160":12,"161":140,"167":8,"168":5,"17":54,"18":593,"19":207,"20":110,"209":14,"21":243,"210":9,"211":1,"214":2,"215":68,"221":157,"223":217,"224":28,"225":138,"23":222,"24":429,"25":74,"257":35,"26":36,"268":2,"27":18,"273":71,"276":124,"279":4,"28":176,"281":7,"282":31,"291":9,"292":63,"30":12,"302":16,"31":14,"317":3,"32":10,"33":18,"34":36,"347":12,"35":13,"352":201,"36":73,"37":19,"38":148,"380":1,"381":23,"383":8,"39":77,"391":20,"396":1,"397":12,"40":30,"409":38,"41":24,"414":18,"415":29,"419":6,"42":14,"426":1,"43":11,"430":23,"433":1,"44":6,"45":5,"46":124,"48":24,"49":13,"5":736,"51":13,"52":10,"53":31,"56":2,"570":5,"6":424,"63":43,"7":326,"79":15,"8":64,"80":23,"9":336,"all_client":38921,"all_tv_clinet":7574,"insert_time":"2014-08-22T00:09:30.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31591,"10":19,"107":218,"11":332,"12":190,"13":216,"14":43,"15":58,"155":20,"156":6,"158":6,"159":13,"16":36,"160":12,"161":137,"167":8,"168":5,"17":56,"18":585,"19":216,"20":112,"209":13,"21":251,"210":9,"211":1,"214":2,"215":67,"221":151,"223":221,"224":27,"225":141,"23":224,"24":446,"25":71,"257":34,"26":34,"268":2,"27":19,"273":74,"276":119,"279":4,"28":178,"281":7,"282":32,"291":7,"292":57,"30":11,"302":16,"31":15,"314":1,"317":3,"32":11,"33":22,"34":36,"347":12,"35":13,"352":197,"36":79,"37":22,"38":154,"380":1,"381":23,"383":9,"39":77,"391":19,"396":1,"397":11,"40":37,"409":41,"41":22,"414":14,"415":30,"419":7,"42":16,"426":1,"43":11,"430":22,"433":1,"44":6,"45":8,"46":123,"48":23,"49":11,"5":739,"51":13,"52":13,"53":31,"56":2,"570":5,"6":429,"63":43,"7":319,"79":15,"8":64,"80":20,"9":330,"all_client":39199,"all_tv_clinet":7608,"insert_time":"2014-08-22T00:10:30.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31858,"10":24,"107":219,"11":316,"12":198,"13":215,"14":44,"15":59,"155":20,"156":7,"158":6,"159":16,"16":36,"160":12,"161":147,"167":8,"168":5,"17":64,"18":588,"19":228,"20":108,"209":13,"21":253,"210":7,"211":1,"214":2,"215":69,"221":148,"223":219,"224":25,"225":146,"23":224,"24":452,"25":67,"257":35,"26":32,"268":2,"27":21,"273":71,"276":119,"279":5,"28":183,"281":7,"282":32,"291":7,"292":56,"30":12,"302":15,"31":15,"314":1,"317":3,"32":9,"33":26,"34":40,"347":10,"35":14,"352":204,"36":76,"37":23,"38":146,"380":1,"381":23,"383":8,"39":75,"391":20,"396":1,"397":10,"40":39,"409":40,"41":20,"414":12,"415":35,"419":6,"42":16,"426":1,"43":12,"430":23,"434":1,"44":7,"45":8,"46":120,"48":22,"49":10,"5":747,"51":14,"52":14,"53":30,"56":2,"570":6,"6":430,"63":44,"7":324,"79":13,"8":63,"80":18,"9":336,"all_client":39519,"all_tv_clinet":7661,"insert_time":"2014-08-22T00:11:31.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32082,"10":20,"107":213,"11":297,"12":200,"13":207,"14":56,"15":58,"155":21,"156":8,"158":6,"159":18,"16":35,"160":13,"161":150,"167":8,"168":5,"17":71,"18":596,"19":234,"20":104,"209":16,"21":257,"210":6,"211":1,"214":3,"215":67,"221":153,"223":214,"224":25,"225":150,"23":224,"24":473,"25":71,"257":34,"26":31,"268":3,"27":18,"273":66,"276":118,"279":5,"28":187,"281":6,"282":29,"291":7,"292":58,"30":13,"302":15,"31":16,"314":1,"317":3,"32":8,"33":29,"34":40,"347":10,"35":16,"352":194,"36":76,"37":27,"38":157,"380":3,"381":20,"383":6,"39":78,"391":24,"396":1,"397":9,"40":44,"409":34,"41":19,"414":11,"415":31,"419":6,"42":18,"426":2,"43":9,"430":22,"433":1,"434":1,"44":6,"45":11,"46":119,"48":20,"49":11,"5":745,"51":14,"52":12,"53":26,"56":2,"570":5,"6":423,"63":43,"7":327,"79":14,"8":64,"80":17,"9":342,"all_client":39769,"all_tv_clinet":7687,"insert_time":"2014-08-22T00:12:31.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32332,"10":15,"107":209,"11":290,"12":209,"13":205,"14":52,"15":61,"155":19,"156":8,"158":7,"159":18,"16":33,"160":11,"161":147,"167":8,"168":4,"17":75,"18":602,"19":250,"20":101,"209":17,"21":262,"210":7,"211":1,"214":3,"215":66,"221":153,"223":212,"224":25,"225":155,"23":227,"24":487,"25":69,"257":35,"26":29,"268":3,"27":20,"273":55,"276":117,"279":4,"28":187,"281":6,"282":31,"291":7,"292":63,"30":14,"302":16,"31":16,"317":3,"32":8,"33":29,"34":39,"347":10,"35":17,"352":189,"36":76,"37":26,"38":165,"380":3,"381":23,"383":6,"39":80,"391":23,"396":1,"397":8,"40":47,"409":31,"41":20,"414":10,"415":32,"419":4,"42":21,"426":4,"43":11,"430":21,"433":1,"434":1,"44":6,"45":12,"46":117,"48":19,"49":12,"5":742,"51":14,"52":9,"53":24,"56":2,"570":5,"6":430,"63":43,"7":325,"79":15,"8":64,"80":18,"9":339,"all_client":40048,"all_tv_clinet":7716,"insert_time":"2014-08-22T00:13:31.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32583,"10":8,"107":216,"11":290,"12":203,"13":200,"14":59,"15":70,"155":19,"156":7,"158":8,"159":19,"16":32,"160":12,"161":140,"167":8,"168":4,"17":75,"18":600,"19":271,"20":102,"209":17,"21":265,"210":6,"211":1,"214":3,"215":70,"221":153,"223":204,"224":26,"225":159,"23":228,"24":490,"25":71,"257":35,"26":25,"268":3,"27":22,"273":48,"276":116,"279":4,"28":185,"281":7,"282":34,"291":7,"292":73,"30":15,"302":15,"31":17,"317":3,"32":5,"33":28,"34":40,"347":9,"35":18,"352":188,"36":76,"37":29,"38":171,"380":4,"381":23,"383":5,"39":82,"391":21,"396":1,"397":9,"40":54,"409":29,"41":19,"414":9,"415":31,"419":5,"42":20,"426":4,"43":12,"430":22,"433":1,"434":1,"44":5,"45":12,"46":112,"48":18,"49":10,"5":744,"51":15,"52":8,"53":22,"56":1,"570":4,"6":434,"63":44,"7":325,"79":16,"8":67,"80":18,"9":338,"all_client":40337,"all_tv_clinet":7754,"insert_time":"2014-08-22T00:14:32.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32834,"10":8,"107":217,"11":294,"12":203,"13":191,"14":56,"15":73,"155":18,"156":8,"158":8,"159":19,"16":34,"160":12,"161":137,"167":8,"168":4,"17":80,"18":593,"19":291,"20":103,"209":19,"21":266,"210":6,"211":1,"214":3,"215":73,"221":157,"223":195,"224":24,"225":155,"23":232,"24":495,"25":79,"257":37,"26":27,"268":3,"27":25,"273":43,"276":114,"279":4,"28":185,"281":7,"282":35,"291":7,"292":74,"30":16,"302":15,"31":19,"317":3,"32":5,"33":28,"34":45,"347":9,"35":20,"352":205,"36":74,"37":27,"38":172,"380":4,"381":27,"383":5,"39":80,"391":20,"397":10,"40":61,"409":27,"41":21,"414":9,"415":30,"419":5,"42":18,"426":3,"43":14,"430":23,"434":1,"44":6,"45":12,"46":109,"48":17,"49":11,"5":740,"51":14,"52":7,"53":25,"570":4,"6":436,"63":43,"7":319,"79":17,"8":67,"80":19,"9":338,"all_client":40637,"all_tv_clinet":7803,"insert_time":"2014-08-22T00:15:32.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33073,"10":9,"107":220,"11":302,"12":199,"13":190,"14":54,"15":69,"155":18,"156":5,"158":7,"159":20,"16":34,"160":13,"161":142,"167":10,"168":4,"17":85,"18":587,"19":286,"20":106,"209":16,"21":269,"210":7,"211":1,"214":3,"215":71,"221":160,"223":194,"224":24,"225":157,"23":224,"24":499,"25":79,"257":39,"26":28,"268":4,"27":25,"273":43,"276":115,"279":5,"28":192,"281":7,"282":38,"291":7,"292":79,"30":17,"302":15,"31":20,"317":3,"32":5,"33":29,"34":44,"347":9,"35":19,"352":214,"36":67,"37":30,"38":173,"380":4,"381":27,"383":5,"39":76,"391":20,"397":9,"40":65,"409":25,"41":23,"414":9,"415":31,"419":4,"42":19,"426":2,"43":14,"430":24,"434":2,"44":7,"45":12,"46":113,"48":16,"49":12,"5":723,"51":13,"52":7,"53":27,"56":1,"570":4,"6":446,"63":43,"7":325,"79":20,"8":70,"80":19,"9":347,"all_client":40928,"all_tv_clinet":7855,"insert_time":"2014-08-22T00:16:32.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33314,"10":6,"107":214,"11":319,"12":198,"13":185,"14":54,"15":61,"155":18,"156":6,"158":7,"159":20,"16":31,"160":13,"161":152,"167":11,"168":4,"17":91,"18":580,"19":270,"20":105,"209":18,"21":274,"210":6,"211":1,"214":3,"215":69,"221":164,"223":194,"224":27,"225":170,"23":226,"24":500,"25":78,"257":38,"26":31,"268":4,"27":24,"273":44,"276":118,"279":5,"28":194,"281":7,"282":38,"291":9,"292":80,"30":16,"302":15,"31":26,"317":2,"32":8,"33":28,"34":46,"347":9,"35":19,"352":231,"36":70,"37":33,"38":177,"380":6,"381":30,"383":6,"39":77,"391":20,"397":9,"40":67,"409":24,"41":23,"414":8,"415":30,"419":3,"42":20,"426":2,"43":15,"430":26,"434":1,"44":7,"45":13,"46":118,"48":16,"49":12,"5":708,"51":11,"52":7,"53":28,"56":1,"570":4,"6":453,"63":45,"7":323,"79":22,"8":69,"80":18,"9":348,"all_client":41231,"all_tv_clinet":7917,"insert_time":"2014-08-22T00:17:33.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33557,"10":9,"107":215,"11":335,"12":198,"13":187,"14":53,"15":60,"155":18,"156":6,"158":7,"159":22,"16":35,"160":11,"161":157,"167":11,"168":4,"17":95,"18":569,"19":257,"20":107,"209":17,"21":262,"210":6,"211":1,"214":3,"215":71,"221":161,"223":204,"224":28,"225":163,"23":225,"24":504,"25":84,"257":35,"26":32,"268":4,"27":23,"273":47,"276":117,"279":4,"28":194,"281":8,"282":38,"291":8,"292":83,"30":16,"302":15,"306":1,"31":27,"317":2,"32":9,"33":30,"34":49,"347":9,"35":16,"352":239,"36":71,"37":36,"38":183,"380":6,"381":31,"383":8,"39":78,"391":20,"397":9,"40":67,"409":23,"41":22,"414":6,"415":27,"419":4,"42":18,"426":2,"43":14,"430":27,"434":1,"44":9,"45":15,"46":123,"48":16,"49":12,"5":691,"51":11,"52":8,"53":28,"56":1,"570":5,"6":456,"63":45,"7":332,"79":27,"8":65,"80":15,"9":353,"all_client":41513,"all_tv_clinet":7956,"insert_time":"2014-08-22T00:18:33.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33811,"10":9,"107":214,"11":347,"12":198,"13":185,"14":56,"15":61,"155":17,"156":6,"158":7,"159":25,"16":32,"160":11,"161":167,"167":12,"168":4,"17":98,"18":563,"19":251,"20":106,"209":18,"21":255,"210":7,"211":1,"214":4,"215":71,"221":157,"223":215,"224":28,"225":174,"23":225,"24":515,"25":90,"257":35,"26":31,"268":4,"27":25,"273":50,"276":117,"279":3,"28":199,"281":8,"282":39,"291":7,"292":84,"30":14,"302":15,"306":1,"31":29,"317":2,"32":10,"33":30,"34":48,"347":8,"35":14,"352":238,"36":71,"37":33,"38":174,"380":6,"381":32,"383":7,"39":77,"391":20,"397":10,"40":72,"409":23,"41":18,"414":4,"415":28,"419":3,"42":19,"426":2,"43":18,"430":29,"434":1,"44":11,"45":16,"46":130,"48":14,"49":11,"5":681,"51":12,"52":8,"53":28,"56":1,"570":6,"6":444,"63":48,"7":337,"79":29,"8":61,"80":12,"9":359,"all_client":41806,"all_tv_clinet":7995,"insert_time":"2014-08-22T00:19:33.859Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34061,"10":9,"107":216,"11":348,"12":202,"13":168,"14":55,"15":72,"155":16,"156":7,"158":8,"159":26,"16":36,"160":11,"161":169,"167":14,"168":5,"17":109,"18":567,"19":245,"20":107,"209":18,"21":255,"210":6,"211":1,"214":4,"215":76,"221":163,"223":233,"224":26,"225":174,"23":221,"24":522,"25":94,"257":34,"26":35,"268":5,"27":26,"273":53,"276":112,"279":3,"28":201,"281":8,"282":36,"291":6,"292":87,"30":12,"302":15,"306":1,"31":29,"317":3,"32":9,"33":28,"34":48,"347":8,"35":13,"352":232,"36":65,"37":34,"38":172,"380":6,"381":32,"383":9,"39":78,"391":19,"396":1,"397":10,"40":75,"409":24,"41":18,"414":4,"415":24,"419":2,"42":18,"426":2,"43":22,"430":32,"434":1,"44":12,"45":15,"46":129,"48":14,"49":11,"5":683,"51":11,"52":7,"53":30,"56":1,"570":7,"6":431,"63":48,"7":342,"79":28,"8":58,"80":9,"9":359,"all_client":42091,"all_tv_clinet":8030,"insert_time":"2014-08-22T00:20:34.190Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34318,"10":9,"107":225,"11":347,"12":204,"13":162,"14":56,"15":74,"155":15,"156":7,"158":8,"159":26,"16":36,"160":14,"161":169,"167":17,"168":6,"17":111,"18":578,"19":242,"20":104,"209":18,"21":262,"210":6,"211":1,"214":4,"215":76,"221":174,"223":235,"224":23,"225":174,"23":224,"24":533,"25":102,"257":37,"26":35,"268":5,"27":27,"273":52,"276":111,"279":3,"28":204,"281":8,"282":37,"291":7,"292":86,"30":10,"302":15,"306":1,"31":31,"317":2,"32":9,"33":28,"34":45,"347":7,"35":11,"352":227,"36":63,"37":35,"38":168,"380":6,"381":29,"383":11,"39":79,"391":18,"396":1,"397":10,"40":76,"409":23,"41":16,"414":4,"415":22,"419":2,"42":19,"426":2,"43":23,"430":32,"434":1,"44":11,"45":17,"46":131,"48":11,"49":10,"5":695,"51":12,"52":8,"53":30,"56":1,"570":8,"6":421,"63":47,"7":344,"79":27,"8":58,"80":10,"9":355,"all_client":42394,"all_tv_clinet":8076,"insert_time":"2014-08-22T00:21:34.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34573,"10":9,"107":218,"11":341,"12":207,"13":163,"14":57,"15":74,"155":17,"156":7,"158":8,"159":25,"16":37,"160":14,"161":171,"167":18,"168":5,"17":109,"18":580,"19":249,"20":105,"209":18,"21":269,"210":7,"211":1,"214":4,"215":78,"221":172,"223":240,"224":21,"225":172,"23":225,"24":541,"25":105,"257":34,"26":36,"268":5,"27":31,"273":53,"276":109,"279":4,"28":211,"281":8,"282":39,"291":8,"292":78,"30":8,"302":15,"306":1,"31":31,"317":2,"32":8,"33":28,"34":45,"347":7,"35":11,"352":224,"36":64,"37":37,"38":172,"380":6,"381":31,"383":11,"39":78,"391":16,"396":1,"397":11,"40":75,"409":24,"41":18,"414":4,"415":23,"419":2,"42":17,"426":2,"43":24,"430":32,"434":1,"44":9,"45":19,"46":126,"48":11,"49":11,"5":697,"51":11,"52":10,"53":30,"56":1,"570":10,"6":410,"63":48,"7":351,"79":23,"8":56,"80":10,"9":354,"all_client":42672,"all_tv_clinet":8099,"insert_time":"2014-08-22T00:22:34.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34810,"10":7,"107":217,"11":336,"12":203,"13":172,"14":54,"15":70,"155":16,"156":7,"158":7,"159":25,"16":38,"160":15,"161":181,"167":18,"168":5,"17":114,"18":581,"19":250,"20":106,"209":20,"21":261,"210":5,"211":1,"214":4,"215":76,"221":179,"223":241,"224":24,"225":177,"23":221,"24":557,"25":110,"257":35,"26":37,"268":4,"27":36,"273":51,"276":109,"279":4,"28":221,"281":8,"282":41,"291":8,"292":66,"30":7,"302":14,"31":30,"317":2,"32":8,"33":27,"34":42,"347":6,"35":9,"352":222,"36":62,"37":39,"38":179,"380":6,"381":33,"383":10,"39":81,"391":15,"396":1,"397":12,"40":77,"409":25,"41":21,"414":5,"415":23,"419":2,"42":15,"426":2,"43":24,"430":32,"434":1,"44":9,"45":20,"46":132,"48":10,"49":11,"5":697,"51":11,"52":11,"53":28,"56":1,"570":10,"6":407,"63":46,"7":351,"79":24,"8":55,"80":10,"9":352,"all_client":42945,"all_tv_clinet":8135,"insert_time":"2014-08-22T00:23:35.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35007,"10":7,"107":213,"11":346,"12":203,"13":173,"14":58,"15":71,"155":16,"156":8,"158":8,"159":25,"16":39,"160":13,"161":183,"167":20,"168":5,"17":118,"18":575,"19":259,"20":102,"209":20,"21":269,"210":5,"211":1,"214":4,"215":77,"221":179,"223":247,"224":24,"225":176,"23":222,"24":568,"25":109,"257":34,"26":36,"268":5,"27":37,"273":53,"276":103,"279":4,"28":223,"281":8,"282":43,"291":8,"292":61,"30":7,"302":14,"31":31,"317":2,"32":8,"33":28,"34":44,"347":4,"35":12,"352":223,"36":69,"37":40,"38":173,"380":6,"381":36,"383":9,"39":78,"391":14,"396":1,"397":12,"40":79,"409":29,"41":23,"414":5,"415":25,"419":2,"42":16,"426":2,"43":25,"430":33,"434":1,"44":10,"45":20,"46":132,"48":12,"49":10,"5":696,"51":11,"52":14,"53":30,"56":2,"570":9,"6":413,"63":46,"7":341,"79":21,"8":53,"80":11,"9":352,"all_client":43199,"all_tv_clinet":8192,"insert_time":"2014-08-22T00:24:35.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35240,"10":8,"107":219,"11":355,"12":201,"13":172,"14":64,"15":72,"155":16,"156":8,"158":9,"159":26,"16":40,"160":13,"161":183,"167":22,"168":5,"17":121,"18":575,"19":258,"20":104,"209":24,"21":269,"210":8,"211":1,"214":4,"215":78,"221":180,"223":244,"224":24,"225":176,"23":224,"24":564,"25":117,"257":34,"26":33,"268":7,"27":37,"273":57,"276":103,"279":5,"28":240,"281":7,"282":41,"291":8,"292":61,"30":6,"302":13,"31":30,"317":2,"32":8,"33":29,"34":44,"347":3,"35":11,"352":231,"36":67,"37":41,"38":169,"380":6,"381":37,"383":9,"39":80,"391":15,"396":1,"397":13,"40":81,"409":33,"41":23,"414":6,"415":24,"419":2,"42":16,"426":1,"43":27,"430":33,"44":8,"45":21,"46":129,"48":11,"49":9,"5":692,"51":11,"52":14,"53":30,"56":2,"570":9,"6":418,"63":47,"7":335,"79":20,"8":51,"80":10,"9":351,"all_client":43486,"all_tv_clinet":8246,"insert_time":"2014-08-22T00:25:36.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35472,"10":9,"107":218,"11":363,"12":195,"13":173,"14":64,"15":77,"155":17,"156":7,"158":9,"159":26,"16":38,"160":12,"161":186,"167":22,"168":5,"17":120,"18":575,"19":271,"20":106,"209":22,"21":274,"210":7,"214":4,"215":75,"221":178,"223":237,"224":22,"225":175,"23":223,"24":565,"25":130,"257":33,"26":30,"268":8,"27":40,"273":58,"276":102,"279":5,"28":239,"281":7,"282":43,"291":10,"292":60,"30":8,"302":13,"31":35,"317":2,"32":9,"33":30,"34":47,"347":2,"35":10,"352":233,"36":66,"37":40,"38":174,"380":6,"381":35,"383":10,"39":80,"391":17,"396":1,"397":12,"40":82,"409":37,"41":23,"414":5,"415":25,"419":1,"42":16,"426":1,"43":28,"430":31,"44":7,"45":20,"46":129,"48":10,"49":10,"5":695,"51":12,"52":14,"53":32,"56":3,"570":9,"6":431,"63":46,"7":334,"79":18,"8":52,"80":10,"9":362,"all_client":43785,"all_tv_clinet":8313,"insert_time":"2014-08-22T00:26:36.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35696,"10":8,"107":219,"11":365,"12":199,"13":168,"14":64,"15":84,"155":16,"156":9,"158":10,"159":28,"16":42,"160":12,"161":186,"167":22,"168":4,"17":119,"18":571,"19":286,"20":107,"209":22,"21":269,"210":7,"214":4,"215":76,"221":176,"223":235,"224":24,"225":177,"23":223,"24":568,"25":130,"257":30,"26":28,"268":7,"27":43,"273":51,"276":99,"279":5,"28":235,"281":6,"282":39,"291":9,"292":63,"30":8,"302":12,"31":34,"317":2,"32":9,"33":32,"34":50,"347":4,"35":10,"352":247,"36":66,"37":41,"38":171,"380":6,"381":35,"383":10,"39":82,"391":16,"396":2,"397":10,"40":80,"409":35,"41":24,"414":6,"415":25,"419":2,"42":15,"426":1,"43":31,"430":32,"44":8,"45":21,"46":127,"48":10,"49":10,"5":681,"51":14,"52":13,"53":33,"56":3,"570":9,"6":444,"63":46,"7":332,"79":15,"8":52,"80":10,"9":358,"all_client":44025,"all_tv_clinet":8329,"insert_time":"2014-08-22T00:27:36.717Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35926,"10":10,"107":207,"11":366,"12":198,"13":174,"14":62,"15":85,"155":17,"156":8,"158":11,"159":27,"16":43,"160":15,"161":189,"167":18,"168":5,"17":114,"18":556,"19":313,"20":111,"209":18,"21":270,"210":11,"214":4,"215":80,"221":170,"223":229,"224":27,"225":182,"23":227,"24":569,"25":131,"257":33,"26":28,"268":6,"27":46,"273":47,"276":99,"279":3,"28":226,"281":8,"282":36,"291":8,"292":68,"30":10,"302":11,"31":35,"314":1,"317":2,"32":10,"33":31,"34":53,"347":4,"35":15,"352":247,"36":66,"37":41,"38":178,"380":6,"381":37,"383":9,"39":82,"391":17,"396":2,"397":10,"40":83,"409":33,"41":24,"414":6,"415":27,"419":2,"42":15,"43":30,"430":33,"433":1,"44":10,"45":22,"46":132,"48":9,"49":10,"5":659,"51":15,"52":15,"53":36,"56":4,"570":6,"6":455,"63":47,"7":343,"79":16,"8":50,"80":11,"9":369,"all_client":44311,"all_tv_clinet":8385,"insert_time":"2014-08-22T00:28:37.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36161,"10":9,"107":215,"11":375,"12":202,"13":181,"14":64,"15":86,"155":16,"156":9,"158":11,"159":27,"16":47,"160":17,"161":176,"167":14,"168":6,"17":117,"18":541,"19":339,"20":110,"209":18,"21":272,"210":14,"214":3,"215":85,"221":167,"223":228,"224":30,"225":181,"23":229,"24":574,"25":135,"257":30,"26":27,"268":6,"27":45,"273":40,"276":95,"279":3,"28":224,"281":8,"282":38,"291":7,"292":74,"30":13,"302":10,"31":36,"314":1,"317":2,"32":9,"33":31,"34":53,"347":5,"35":16,"352":254,"36":67,"37":43,"38":182,"380":6,"381":38,"383":10,"39":82,"391":18,"396":2,"397":9,"40":85,"409":30,"41":23,"414":6,"415":27,"419":2,"42":16,"43":28,"430":34,"433":1,"44":9,"45":22,"46":136,"48":9,"49":9,"5":650,"51":15,"52":16,"53":33,"56":3,"570":5,"6":463,"63":47,"7":342,"79":15,"8":46,"80":12,"9":369,"all_client":44596,"all_tv_clinet":8435,"insert_time":"2014-08-22T00:29:37.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36399,"10":13,"107":214,"11":380,"12":206,"13":186,"14":63,"15":90,"155":18,"156":4,"158":10,"159":27,"16":47,"160":17,"161":168,"167":12,"168":6,"17":121,"18":526,"19":360,"20":113,"209":16,"21":279,"210":14,"214":3,"215":91,"221":169,"223":209,"224":32,"225":182,"23":230,"24":578,"25":138,"257":33,"26":26,"268":5,"27":44,"273":40,"276":91,"279":3,"28":228,"281":8,"282":39,"291":7,"292":76,"30":13,"302":9,"31":38,"314":1,"317":2,"32":9,"33":30,"34":53,"347":5,"35":15,"352":254,"36":65,"37":42,"38":184,"380":6,"381":40,"383":10,"39":80,"391":20,"396":1,"397":10,"40":86,"409":29,"41":25,"414":7,"415":27,"419":2,"42":16,"43":31,"430":32,"433":1,"44":9,"45":22,"46":140,"48":11,"49":10,"5":635,"51":17,"52":16,"53":31,"56":5,"570":3,"6":465,"63":44,"7":349,"79":17,"8":47,"80":13,"9":379,"all_client":44877,"all_tv_clinet":8478,"insert_time":"2014-08-22T00:30:37.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36663,"10":13,"107":215,"11":387,"12":204,"13":187,"14":65,"15":91,"155":19,"156":5,"158":10,"159":25,"16":48,"160":16,"161":163,"167":11,"168":7,"17":125,"18":528,"19":370,"20":114,"209":16,"21":272,"210":16,"214":4,"215":92,"221":171,"223":204,"224":31,"225":182,"23":229,"24":577,"25":141,"257":32,"26":26,"268":3,"27":41,"273":36,"276":87,"279":4,"28":231,"281":9,"282":42,"291":8,"292":76,"30":12,"302":8,"31":39,"317":1,"32":8,"33":31,"34":55,"347":5,"35":20,"352":268,"36":70,"37":42,"38":181,"380":6,"381":40,"383":10,"39":78,"391":19,"396":1,"397":11,"40":89,"409":31,"41":22,"414":8,"415":27,"419":2,"42":17,"43":33,"430":31,"433":1,"44":9,"45":22,"46":136,"48":14,"49":8,"5":622,"51":19,"52":17,"53":31,"56":5,"570":3,"6":472,"63":43,"7":355,"79":16,"8":49,"80":12,"9":379,"all_client":45174,"all_tv_clinet":8511,"insert_time":"2014-08-22T00:31:38.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36947,"10":16,"107":216,"11":387,"12":208,"13":186,"14":63,"15":97,"155":19,"156":4,"158":13,"159":26,"16":50,"160":15,"161":162,"167":13,"168":8,"17":129,"18":524,"19":375,"20":113,"209":15,"21":275,"210":12,"214":4,"215":92,"221":175,"223":199,"224":30,"225":175,"23":231,"24":595,"25":142,"257":34,"26":29,"268":3,"27":36,"273":37,"276":85,"279":3,"28":239,"281":9,"282":40,"291":8,"292":75,"30":13,"302":6,"31":37,"314":1,"317":1,"32":7,"33":32,"34":59,"347":5,"35":24,"352":263,"36":73,"37":43,"38":187,"380":6,"381":40,"383":10,"39":76,"391":20,"396":1,"397":9,"40":91,"409":33,"41":25,"414":6,"415":30,"419":2,"42":18,"426":1,"43":37,"430":32,"433":1,"44":10,"45":23,"46":138,"48":15,"49":11,"5":607,"51":20,"52":18,"53":32,"56":5,"570":4,"6":470,"63":43,"7":362,"79":19,"8":50,"80":11,"9":390,"all_client":45531,"all_tv_clinet":8584,"insert_time":"2014-08-22T00:32:38.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37253,"10":13,"107":216,"11":373,"12":204,"13":190,"14":56,"15":93,"155":19,"156":5,"158":14,"159":27,"16":49,"160":15,"161":164,"167":12,"168":9,"17":129,"18":525,"19":376,"20":116,"209":13,"21":276,"210":12,"214":4,"215":91,"221":176,"223":198,"224":29,"225":174,"23":227,"24":614,"25":148,"257":40,"26":33,"268":3,"27":36,"273":40,"276":87,"279":3,"28":243,"281":9,"282":41,"291":7,"292":76,"30":14,"302":6,"31":37,"314":1,"317":2,"32":8,"33":34,"34":60,"347":6,"35":27,"352":263,"36":75,"37":42,"38":195,"380":6,"381":42,"383":9,"39":75,"391":23,"396":2,"397":9,"40":90,"409":32,"41":24,"414":5,"415":29,"419":1,"42":17,"426":1,"43":38,"430":31,"433":1,"44":11,"45":24,"46":136,"48":17,"49":10,"5":596,"51":22,"52":20,"53":31,"56":4,"570":3,"6":468,"63":39,"7":369,"79":21,"8":48,"80":11,"9":392,"all_client":45865,"all_tv_clinet":8612,"insert_time":"2014-08-22T00:33:38.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37519,"10":12,"107":222,"11":381,"12":202,"13":196,"14":58,"15":97,"155":18,"156":4,"158":13,"159":28,"16":49,"160":15,"161":163,"167":13,"168":9,"17":132,"18":531,"19":391,"20":107,"209":15,"21":282,"210":12,"214":4,"215":89,"221":184,"223":191,"224":31,"225":169,"23":228,"24":630,"25":146,"257":40,"26":35,"268":5,"27":35,"273":42,"276":86,"279":3,"28":248,"281":9,"282":42,"291":7,"292":76,"30":14,"302":6,"31":39,"314":1,"317":2,"32":9,"33":35,"34":56,"347":6,"35":29,"352":258,"36":71,"37":45,"38":195,"380":6,"381":46,"383":9,"39":76,"391":23,"396":2,"397":11,"40":92,"409":32,"41":25,"414":3,"415":30,"419":1,"42":17,"426":1,"43":36,"430":31,"433":1,"44":8,"45":24,"46":137,"48":19,"49":12,"5":577,"51":23,"52":20,"53":32,"56":4,"570":3,"6":466,"63":37,"7":372,"79":22,"8":46,"80":12,"9":393,"all_client":46184,"all_tv_clinet":8665,"insert_time":"2014-08-22T00:34:39.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37711,"10":11,"107":230,"11":389,"12":199,"13":200,"14":65,"15":96,"155":17,"156":4,"158":13,"159":30,"16":44,"160":15,"161":167,"167":13,"168":8,"17":126,"18":536,"19":399,"20":105,"209":17,"21":282,"210":10,"211":1,"214":4,"215":90,"221":195,"223":195,"224":26,"225":167,"23":229,"24":633,"25":154,"257":42,"26":40,"268":5,"27":31,"273":44,"276":88,"279":3,"28":251,"281":9,"282":41,"291":7,"292":75,"30":15,"302":5,"31":38,"314":1,"317":1,"32":9,"33":35,"34":48,"347":7,"35":29,"352":267,"36":74,"37":46,"38":199,"380":5,"381":45,"383":12,"39":76,"391":22,"396":1,"397":10,"40":93,"409":31,"41":28,"414":3,"415":34,"419":1,"42":16,"426":1,"43":35,"430":29,"433":1,"44":8,"45":26,"46":140,"48":15,"49":15,"5":571,"51":24,"52":20,"53":29,"56":4,"570":2,"6":476,"63":36,"7":383,"79":22,"8":50,"80":12,"9":385,"all_client":46452,"all_tv_clinet":8741,"insert_time":"2014-08-22T00:35:39.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37965,"10":9,"107":237,"11":382,"12":202,"13":200,"14":70,"15":100,"155":18,"156":4,"158":14,"159":31,"16":44,"160":15,"161":170,"167":12,"168":7,"17":121,"18":553,"19":399,"20":104,"209":18,"21":287,"210":11,"211":1,"214":4,"215":97,"221":197,"223":195,"224":25,"225":169,"23":226,"24":643,"25":157,"257":39,"26":42,"268":4,"27":31,"273":45,"276":85,"279":3,"28":256,"281":9,"282":41,"291":7,"292":77,"30":13,"302":4,"31":38,"314":1,"317":1,"32":11,"33":33,"34":40,"347":6,"35":30,"352":277,"36":71,"37":50,"38":198,"380":5,"381":46,"383":11,"39":74,"391":22,"396":1,"397":9,"40":95,"409":30,"41":26,"414":2,"415":35,"419":2,"42":17,"426":1,"43":36,"430":26,"433":1,"44":9,"45":26,"46":144,"48":16,"49":16,"5":551,"51":26,"52":22,"53":29,"56":3,"570":2,"6":480,"63":33,"7":390,"79":21,"8":52,"80":12,"9":372,"all_client":46742,"all_tv_clinet":8777,"insert_time":"2014-08-22T00:36:40.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38274,"10":9,"107":243,"11":381,"12":200,"13":198,"14":70,"15":102,"155":18,"156":4,"158":15,"159":31,"16":45,"160":13,"161":174,"167":13,"168":5,"17":119,"18":554,"19":402,"20":104,"209":18,"21":292,"210":14,"211":1,"214":4,"215":95,"221":194,"223":197,"224":25,"225":167,"23":217,"24":653,"25":163,"257":39,"26":42,"268":4,"27":31,"273":44,"276":82,"279":2,"28":254,"281":9,"282":41,"291":7,"292":75,"30":14,"302":2,"31":39,"314":1,"317":1,"32":13,"33":31,"34":39,"347":7,"35":30,"352":276,"36":70,"37":54,"38":203,"380":5,"381":49,"383":11,"39":75,"391":23,"396":1,"397":9,"40":95,"409":30,"41":29,"414":2,"415":33,"419":2,"42":17,"426":1,"43":37,"430":26,"433":2,"44":8,"45":26,"46":142,"48":19,"49":16,"5":537,"51":25,"52":22,"53":29,"56":2,"570":1,"6":482,"63":32,"7":392,"79":22,"8":54,"80":11,"9":364,"all_client":47055,"all_tv_clinet":8781,"insert_time":"2014-08-22T00:37:40.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38532,"10":9,"107":243,"11":384,"12":203,"13":199,"14":72,"15":105,"155":18,"156":4,"158":15,"159":29,"16":47,"160":12,"161":172,"167":13,"168":4,"17":117,"18":563,"19":396,"20":104,"209":16,"21":292,"210":12,"211":1,"214":4,"215":92,"221":191,"223":207,"224":25,"225":171,"23":215,"24":657,"25":168,"257":39,"26":43,"268":3,"27":32,"273":47,"276":78,"279":3,"28":251,"281":10,"282":41,"291":7,"292":77,"30":14,"302":6,"306":1,"31":42,"314":2,"317":1,"32":12,"33":31,"34":37,"347":7,"35":30,"352":279,"36":68,"37":55,"38":196,"380":5,"381":50,"383":11,"39":75,"391":25,"396":1,"397":9,"40":90,"409":30,"41":32,"414":3,"415":32,"419":2,"42":17,"426":1,"43":37,"430":25,"433":2,"44":8,"45":26,"46":144,"48":21,"49":18,"5":515,"51":23,"52":25,"53":27,"56":4,"570":1,"6":463,"63":32,"7":400,"79":23,"8":54,"80":11,"9":366,"all_client":47312,"all_tv_clinet":8780,"insert_time":"2014-08-22T00:38:40.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38879,"10":9,"107":246,"11":389,"12":203,"13":199,"14":71,"15":106,"155":16,"156":5,"158":15,"159":29,"16":45,"160":12,"161":170,"167":13,"168":3,"17":118,"18":573,"19":395,"20":105,"209":15,"21":293,"210":12,"211":1,"214":4,"215":86,"221":187,"223":218,"224":26,"225":171,"23":214,"24":662,"25":175,"257":35,"26":47,"268":3,"27":31,"273":48,"276":80,"279":3,"28":253,"281":11,"282":41,"291":6,"292":71,"30":18,"302":5,"306":1,"31":42,"314":3,"317":1,"32":11,"33":31,"34":39,"347":8,"35":31,"352":285,"36":68,"37":58,"38":196,"380":5,"381":47,"383":12,"39":73,"391":24,"396":2,"397":9,"40":91,"409":32,"41":34,"414":3,"415":32,"419":2,"42":20,"426":1,"43":35,"430":22,"433":2,"44":8,"45":26,"46":141,"48":24,"49":21,"5":505,"51":23,"52":25,"53":20,"56":5,"570":1,"6":451,"63":30,"7":402,"79":25,"8":54,"80":11,"9":372,"all_client":47681,"all_tv_clinet":8802,"insert_time":"2014-08-22T00:39:41.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39153,"10":12,"107":251,"11":382,"12":201,"13":215,"14":71,"15":106,"155":15,"156":5,"158":16,"159":30,"16":48,"160":12,"161":174,"167":13,"168":3,"17":118,"18":595,"19":378,"20":105,"209":14,"21":294,"210":8,"211":1,"214":4,"215":86,"221":184,"223":221,"224":26,"225":179,"23":206,"24":677,"25":184,"257":35,"26":53,"268":3,"27":29,"273":51,"276":80,"279":3,"28":255,"281":11,"282":43,"291":5,"292":71,"30":21,"302":5,"306":1,"31":38,"314":4,"317":1,"32":8,"33":30,"34":36,"347":9,"35":29,"352":288,"36":66,"37":64,"38":193,"380":5,"381":49,"383":12,"39":71,"391":24,"396":2,"397":9,"40":90,"409":29,"41":34,"414":3,"415":34,"419":2,"42":19,"426":1,"43":34,"430":19,"433":1,"44":8,"45":22,"46":140,"48":24,"49":23,"5":498,"51":26,"52":28,"53":22,"56":5,"570":1,"6":437,"63":33,"7":409,"79":25,"8":51,"80":10,"9":377,"all_client":47996,"all_tv_clinet":8843,"insert_time":"2014-08-22T00:40:41.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39420,"10":15,"107":249,"11":382,"12":201,"13":222,"14":72,"15":107,"155":15,"156":8,"158":17,"159":30,"16":47,"160":11,"161":175,"167":13,"168":3,"17":117,"18":598,"19":363,"20":102,"209":13,"21":302,"210":8,"211":2,"214":3,"215":85,"221":179,"223":229,"224":26,"225":183,"23":213,"24":682,"25":182,"257":34,"26":55,"268":3,"27":28,"273":62,"276":78,"279":3,"28":259,"281":12,"282":43,"291":4,"292":69,"30":22,"302":5,"306":1,"31":36,"314":4,"317":1,"32":7,"33":29,"34":33,"347":9,"35":29,"352":290,"36":71,"37":64,"38":198,"380":6,"381":50,"383":12,"39":70,"391":23,"396":2,"397":9,"40":90,"409":27,"41":35,"414":3,"415":35,"419":3,"42":17,"426":1,"43":38,"430":19,"433":1,"44":8,"45":22,"46":134,"48":25,"49":22,"5":491,"51":27,"52":29,"53":20,"56":5,"6":425,"63":31,"7":410,"79":26,"8":48,"80":11,"9":373,"all_client":48271,"all_tv_clinet":8851,"insert_time":"2014-08-22T00:41:41.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39629,"10":15,"107":241,"11":395,"12":206,"13":224,"14":75,"15":98,"155":14,"156":8,"158":15,"159":31,"16":46,"160":13,"161":171,"167":13,"168":3,"17":114,"18":602,"19":354,"20":102,"209":14,"21":292,"210":8,"211":2,"214":3,"215":85,"221":185,"223":237,"224":26,"225":186,"23":213,"24":684,"25":181,"257":37,"26":56,"268":3,"27":28,"273":62,"276":73,"279":5,"28":264,"281":12,"282":41,"291":6,"292":75,"30":22,"302":6,"306":1,"31":38,"314":2,"32":9,"33":28,"34":33,"347":7,"35":30,"352":287,"36":66,"37":66,"38":202,"380":6,"381":48,"383":13,"39":71,"391":24,"396":2,"397":9,"40":90,"409":25,"41":36,"414":3,"415":36,"419":5,"42":18,"426":1,"43":39,"430":19,"433":1,"44":8,"45":21,"46":135,"48":30,"49":23,"5":508,"51":27,"52":31,"53":30,"56":6,"6":417,"63":29,"7":408,"79":26,"8":50,"80":11,"9":378,"all_client":48528,"all_tv_clinet":8899,"insert_time":"2014-08-22T00:42:42.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39849,"10":13,"107":244,"11":388,"12":200,"13":228,"14":79,"15":91,"155":15,"156":10,"158":17,"159":32,"16":45,"160":12,"161":169,"167":12,"168":3,"17":117,"18":611,"19":343,"20":105,"209":12,"21":285,"210":9,"211":2,"214":2,"215":86,"221":176,"223":253,"224":33,"225":186,"23":209,"24":680,"25":184,"257":37,"26":66,"268":3,"27":26,"273":65,"276":74,"279":6,"28":262,"281":12,"282":38,"291":5,"292":72,"30":24,"302":6,"306":1,"31":37,"314":2,"32":11,"33":28,"34":35,"347":8,"35":30,"352":287,"36":65,"37":63,"38":214,"380":6,"381":47,"383":14,"39":72,"391":24,"396":2,"397":9,"40":85,"409":26,"41":33,"414":3,"415":39,"419":5,"42":18,"426":1,"43":42,"430":19,"433":1,"44":6,"45":21,"46":133,"48":31,"49":23,"5":503,"51":27,"52":29,"53":30,"56":6,"6":406,"63":28,"7":418,"79":26,"8":50,"80":11,"9":387,"all_client":48758,"all_tv_clinet":8909,"insert_time":"2014-08-22T00:43:42.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40112,"10":12,"107":250,"11":404,"12":185,"13":230,"14":78,"15":89,"155":15,"156":9,"158":16,"159":32,"16":43,"160":10,"161":168,"167":13,"168":3,"17":121,"18":622,"19":342,"20":107,"209":17,"21":286,"210":8,"211":2,"214":2,"215":88,"221":176,"223":265,"224":31,"225":183,"23":206,"24":682,"25":197,"257":38,"26":71,"268":4,"27":26,"273":58,"276":74,"279":6,"28":266,"281":12,"282":37,"291":5,"292":75,"30":26,"302":7,"306":1,"31":35,"314":2,"32":10,"33":27,"34":33,"347":8,"35":32,"352":291,"36":69,"37":66,"38":209,"380":6,"381":44,"383":14,"39":74,"391":24,"396":2,"397":7,"40":84,"409":29,"41":39,"414":4,"415":39,"419":4,"42":19,"43":44,"430":19,"433":1,"44":6,"45":19,"46":133,"48":34,"49":21,"5":501,"51":29,"52":30,"53":33,"56":7,"6":396,"63":30,"7":414,"79":24,"8":51,"80":12,"9":393,"all_client":49078,"all_tv_clinet":8966,"insert_time":"2014-08-22T00:44:43.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40357,"10":14,"107":252,"11":413,"12":168,"13":233,"14":75,"15":84,"155":15,"156":9,"158":16,"159":32,"16":43,"160":9,"161":171,"167":12,"168":3,"17":128,"18":636,"19":343,"20":111,"209":17,"21":289,"210":8,"211":2,"214":3,"215":89,"221":167,"223":270,"224":34,"225":190,"23":208,"24":664,"25":209,"257":43,"26":75,"268":3,"27":24,"273":56,"276":74,"279":5,"28":268,"281":10,"282":38,"291":4,"292":77,"30":27,"302":7,"306":1,"31":30,"314":2,"32":9,"33":29,"34":34,"347":8,"35":31,"352":288,"36":75,"37":63,"38":223,"380":7,"381":47,"383":12,"39":74,"391":24,"396":1,"397":7,"40":84,"409":32,"41":39,"414":5,"415":40,"419":2,"42":18,"43":45,"430":18,"433":1,"44":5,"45":19,"46":136,"48":33,"49":23,"5":505,"51":26,"52":30,"53":32,"56":7,"6":392,"63":31,"7":415,"79":23,"8":52,"80":12,"9":395,"all_client":49370,"all_tv_clinet":9013,"insert_time":"2014-08-22T00:45:43.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40605,"10":14,"107":248,"11":427,"12":154,"13":230,"14":75,"15":83,"155":16,"156":7,"158":15,"159":30,"16":41,"160":10,"161":169,"167":12,"168":3,"17":128,"18":640,"19":348,"20":112,"209":18,"21":281,"210":9,"211":2,"214":4,"215":87,"221":164,"223":285,"224":37,"225":191,"23":212,"24":655,"25":217,"257":46,"26":72,"268":3,"27":23,"273":54,"276":76,"279":4,"28":273,"281":10,"282":38,"291":4,"292":80,"30":29,"302":9,"306":1,"31":32,"314":2,"32":15,"33":30,"34":33,"347":6,"35":33,"352":292,"36":73,"37":57,"38":233,"380":7,"381":42,"383":12,"39":71,"391":25,"396":1,"397":6,"40":88,"409":35,"41":46,"414":5,"415":39,"419":3,"42":18,"43":41,"430":18,"433":1,"44":5,"45":19,"46":144,"48":36,"49":27,"5":507,"51":25,"52":29,"53":33,"56":7,"6":393,"63":29,"7":397,"79":24,"8":55,"80":12,"9":404,"all_client":49661,"all_tv_clinet":9056,"insert_time":"2014-08-22T00:46:43.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40894,"10":15,"107":261,"11":437,"12":146,"13":237,"14":73,"15":74,"155":17,"156":6,"158":13,"159":31,"16":41,"160":10,"161":174,"167":11,"168":4,"17":133,"18":631,"19":369,"20":117,"209":16,"21":288,"210":8,"211":2,"214":4,"215":85,"221":160,"223":297,"224":40,"225":195,"23":210,"24":645,"25":202,"257":47,"26":70,"268":3,"27":24,"273":57,"276":76,"279":5,"28":272,"281":11,"282":40,"291":3,"292":84,"30":28,"302":9,"306":1,"31":33,"314":2,"32":14,"33":31,"34":40,"347":6,"35":38,"352":300,"36":68,"37":51,"38":228,"380":7,"381":44,"383":12,"39":70,"391":26,"396":2,"397":6,"40":91,"409":37,"41":44,"414":5,"415":41,"419":3,"42":19,"43":36,"430":14,"433":1,"44":6,"45":21,"46":143,"48":40,"49":26,"5":518,"51":28,"52":28,"53":31,"56":7,"6":381,"63":32,"7":378,"79":25,"8":57,"80":13,"9":418,"all_client":49997,"all_tv_clinet":9103,"insert_time":"2014-08-22T00:47:44.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41148,"10":16,"107":279,"11":445,"12":138,"13":242,"14":70,"15":77,"155":17,"156":6,"158":13,"159":33,"16":43,"160":9,"161":179,"167":12,"168":4,"17":133,"18":626,"19":376,"20":116,"209":16,"21":286,"210":9,"211":2,"214":3,"215":87,"221":160,"223":311,"224":47,"225":187,"23":212,"24":663,"25":188,"257":44,"26":72,"268":2,"27":24,"273":53,"276":76,"279":4,"28":268,"281":13,"282":42,"291":2,"292":84,"30":27,"302":9,"306":1,"31":35,"314":2,"32":14,"33":28,"34":44,"347":7,"35":40,"352":303,"36":69,"37":51,"38":231,"380":6,"381":44,"383":12,"39":63,"391":25,"396":2,"397":6,"40":84,"409":38,"41":53,"414":5,"415":35,"419":4,"42":21,"43":32,"430":13,"433":1,"44":5,"45":20,"46":148,"48":40,"49":26,"5":530,"51":26,"52":29,"53":28,"56":7,"6":377,"63":33,"7":371,"79":26,"8":60,"80":12,"9":426,"all_client":50306,"all_tv_clinet":9158,"insert_time":"2014-08-22T00:48:44.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41366,"10":16,"107":273,"11":451,"12":136,"13":245,"14":69,"15":80,"155":17,"156":6,"158":13,"159":35,"16":44,"160":10,"161":182,"167":12,"168":4,"17":132,"18":622,"19":380,"20":113,"209":17,"21":304,"210":8,"211":2,"214":3,"215":84,"221":164,"223":315,"224":53,"225":190,"23":207,"24":673,"25":179,"257":45,"26":78,"268":2,"27":22,"273":56,"276":82,"279":6,"28":282,"281":12,"282":41,"291":2,"292":88,"30":31,"302":9,"306":1,"31":35,"314":2,"32":9,"33":30,"34":46,"347":8,"35":37,"352":292,"36":72,"37":47,"38":231,"380":6,"381":44,"383":13,"39":58,"391":24,"396":2,"397":5,"40":79,"409":42,"41":61,"414":4,"415":33,"419":3,"42":21,"43":31,"430":14,"433":1,"44":6,"45":23,"46":146,"48":38,"49":29,"5":528,"51":27,"52":26,"53":30,"56":7,"570":1,"6":371,"63":37,"7":351,"79":27,"8":63,"80":10,"9":427,"all_client":50559,"all_tv_clinet":9193,"insert_time":"2014-08-22T00:49:45.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41611,"10":15,"107":264,"11":459,"12":133,"13":244,"14":65,"15":83,"155":16,"156":7,"158":13,"159":35,"16":45,"160":10,"161":185,"167":11,"168":4,"17":138,"18":633,"19":376,"20":108,"209":19,"21":323,"210":7,"211":2,"214":3,"215":86,"221":161,"223":321,"224":54,"225":190,"23":203,"24":661,"25":182,"257":45,"26":79,"268":3,"27":24,"273":59,"276":84,"279":5,"28":297,"281":12,"282":39,"291":2,"292":89,"30":33,"302":9,"306":1,"31":35,"314":2,"32":10,"33":28,"34":51,"347":8,"35":39,"352":290,"36":73,"37":47,"38":237,"380":5,"381":41,"383":13,"39":51,"391":22,"396":2,"397":4,"40":66,"409":46,"41":62,"414":4,"415":29,"419":3,"42":21,"43":29,"430":14,"433":1,"44":7,"45":24,"46":154,"48":37,"49":29,"5":520,"51":25,"52":25,"53":30,"56":8,"570":1,"6":370,"63":36,"7":346,"79":29,"8":58,"80":9,"9":427,"all_client":50816,"all_tv_clinet":9205,"insert_time":"2014-08-22T00:50:45.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41907,"10":15,"107":267,"11":455,"12":131,"13":245,"14":66,"15":77,"155":17,"156":8,"158":13,"159":35,"16":46,"160":10,"161":190,"167":11,"168":3,"17":141,"18":625,"19":386,"20":102,"209":20,"21":328,"210":7,"211":2,"214":3,"215":83,"221":156,"223":331,"224":53,"225":186,"23":208,"24":654,"25":174,"257":45,"26":87,"268":3,"27":26,"273":61,"276":82,"279":5,"28":306,"281":13,"282":39,"291":3,"292":86,"30":30,"302":9,"306":2,"31":34,"314":2,"317":2,"32":9,"33":29,"34":52,"347":8,"35":40,"352":296,"36":76,"37":47,"38":234,"380":4,"381":44,"383":13,"39":48,"391":21,"396":2,"397":4,"40":59,"409":45,"41":65,"414":5,"415":37,"419":3,"42":20,"43":27,"430":15,"433":1,"44":9,"45":27,"46":145,"48":32,"49":28,"5":516,"51":27,"52":23,"53":32,"56":8,"570":1,"6":370,"63":36,"7":334,"79":30,"8":58,"80":9,"9":426,"all_client":51105,"all_tv_clinet":9198,"insert_time":"2014-08-22T00:51:45.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42157,"10":15,"107":271,"11":451,"12":133,"13":260,"14":65,"15":71,"155":19,"156":8,"158":10,"159":33,"16":49,"160":11,"161":189,"167":12,"168":2,"17":143,"18":624,"19":391,"20":100,"209":20,"21":328,"210":7,"211":2,"214":3,"215":84,"221":156,"223":329,"224":50,"225":187,"23":214,"24":666,"25":167,"257":47,"26":89,"268":3,"27":27,"273":60,"276":77,"279":4,"28":311,"281":13,"282":38,"291":3,"292":81,"30":29,"302":9,"306":3,"31":32,"314":2,"317":3,"32":10,"33":28,"34":54,"347":7,"35":40,"352":305,"36":78,"37":46,"38":244,"380":4,"381":45,"383":14,"39":47,"391":21,"396":2,"397":3,"40":52,"409":48,"41":62,"414":5,"415":34,"419":3,"42":19,"43":30,"430":14,"433":1,"44":12,"45":29,"46":149,"48":31,"49":30,"5":514,"51":28,"52":22,"53":32,"56":9,"570":2,"6":360,"63":36,"7":325,"79":31,"8":55,"80":9,"9":421,"all_client":51369,"all_tv_clinet":9212,"insert_time":"2014-08-22T00:52:46.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42405,"10":14,"107":270,"11":422,"12":134,"13":266,"14":70,"15":71,"155":20,"156":8,"158":10,"159":31,"16":50,"160":11,"161":190,"167":13,"168":2,"17":131,"18":634,"19":387,"20":92,"209":17,"21":326,"210":7,"211":2,"214":3,"215":83,"221":158,"223":327,"224":50,"225":171,"23":216,"24":676,"25":164,"257":53,"26":94,"268":4,"27":27,"273":58,"276":77,"279":4,"28":316,"281":13,"282":36,"291":3,"292":80,"30":27,"302":9,"306":3,"31":28,"314":2,"317":3,"32":9,"33":28,"34":54,"347":6,"35":36,"352":317,"36":80,"37":48,"38":250,"380":3,"381":48,"383":13,"39":43,"391":22,"396":2,"397":3,"40":50,"409":45,"41":66,"414":6,"415":36,"419":3,"42":20,"43":34,"430":12,"433":1,"44":13,"45":29,"46":158,"48":27,"49":32,"5":518,"51":27,"52":22,"53":36,"56":9,"570":2,"6":359,"63":34,"7":322,"79":31,"8":50,"80":10,"9":421,"all_client":51603,"all_tv_clinet":9198,"insert_time":"2014-08-22T00:53:46.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42697,"10":17,"107":269,"11":397,"12":136,"13":273,"14":66,"15":71,"155":19,"156":7,"158":11,"159":30,"16":50,"160":11,"161":187,"167":13,"168":2,"17":124,"18":659,"19":397,"20":87,"209":16,"21":329,"210":8,"211":2,"214":4,"215":87,"221":151,"223":345,"224":52,"225":176,"23":222,"24":677,"25":161,"257":48,"26":96,"268":4,"27":28,"273":58,"276":77,"279":5,"28":317,"281":14,"282":33,"291":2,"292":88,"30":26,"302":9,"306":3,"31":27,"314":3,"317":3,"32":9,"33":28,"34":58,"347":6,"35":37,"352":307,"36":86,"37":51,"38":258,"380":2,"381":49,"383":15,"39":41,"391":19,"396":2,"397":3,"40":50,"409":42,"41":67,"414":5,"415":37,"419":4,"42":22,"43":34,"430":8,"433":2,"44":12,"45":27,"46":164,"48":28,"49":30,"5":515,"51":27,"52":23,"53":38,"56":9,"570":3,"6":343,"63":34,"7":310,"79":34,"8":51,"80":11,"9":413,"all_client":51908,"all_tv_clinet":9211,"insert_time":"2014-08-22T00:54:47.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42978,"10":17,"107":264,"11":376,"12":135,"13":281,"14":67,"15":76,"155":19,"156":9,"158":11,"159":29,"16":48,"160":10,"161":187,"167":14,"168":2,"17":114,"18":659,"19":412,"20":88,"209":18,"21":324,"210":8,"211":2,"214":4,"215":90,"221":150,"223":360,"224":53,"225":175,"23":228,"24":668,"25":168,"257":49,"26":93,"268":4,"27":27,"273":69,"276":74,"279":4,"28":318,"281":12,"282":31,"291":2,"292":92,"30":25,"302":9,"306":3,"31":28,"314":3,"317":3,"32":8,"33":29,"34":58,"347":5,"35":40,"352":316,"36":82,"37":56,"38":260,"380":2,"381":48,"383":14,"39":38,"391":17,"396":2,"397":2,"40":46,"409":38,"41":69,"414":5,"415":39,"419":4,"42":25,"43":37,"430":7,"433":2,"44":13,"45":29,"46":170,"48":28,"49":27,"5":523,"51":27,"52":23,"53":40,"56":11,"570":3,"6":334,"63":35,"7":303,"79":32,"8":55,"80":11,"9":408,"all_client":52211,"all_tv_clinet":9233,"insert_time":"2014-08-22T00:55:47.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43277,"10":16,"107":266,"11":361,"12":139,"13":285,"14":67,"15":80,"155":19,"156":9,"158":12,"159":25,"16":51,"160":12,"161":195,"167":14,"168":2,"17":107,"18":660,"19":431,"20":88,"209":16,"21":328,"210":8,"211":2,"214":4,"215":93,"221":139,"223":369,"224":52,"225":189,"23":237,"24":655,"25":170,"257":46,"26":98,"268":4,"27":26,"273":72,"276":70,"279":5,"28":320,"281":12,"282":28,"291":2,"292":99,"30":28,"302":7,"306":3,"31":30,"314":4,"317":3,"32":8,"33":31,"34":63,"347":5,"35":42,"352":324,"36":79,"37":56,"38":256,"380":2,"381":48,"383":12,"39":34,"391":16,"396":2,"397":1,"40":43,"409":31,"41":64,"414":3,"415":36,"419":4,"42":26,"43":37,"430":7,"433":3,"44":14,"45":28,"46":170,"48":29,"49":21,"5":523,"51":26,"52":24,"53":39,"56":10,"570":3,"6":323,"63":34,"7":306,"79":35,"8":53,"80":12,"9":387,"all_client":52505,"all_tv_clinet":9228,"insert_time":"2014-08-22T00:56:48.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43592,"10":18,"107":263,"11":344,"12":145,"13":285,"14":67,"15":82,"155":20,"156":9,"158":12,"159":22,"16":52,"160":11,"161":194,"167":14,"168":2,"17":119,"18":652,"19":453,"20":94,"209":18,"21":334,"210":9,"211":2,"214":4,"215":97,"221":137,"223":387,"224":57,"225":191,"23":230,"24":645,"25":177,"257":47,"26":103,"268":4,"27":23,"273":76,"276":66,"279":4,"28":323,"281":15,"282":24,"291":2,"292":105,"30":27,"302":7,"306":3,"31":31,"314":3,"317":3,"32":8,"33":32,"34":65,"347":8,"35":39,"352":328,"36":76,"37":54,"38":262,"380":2,"381":48,"383":11,"39":32,"391":16,"396":1,"397":4,"40":44,"409":29,"41":62,"414":3,"415":34,"419":4,"42":27,"43":40,"430":7,"433":3,"44":16,"45":29,"46":169,"48":29,"49":20,"5":524,"51":26,"52":23,"53":40,"56":12,"570":3,"6":314,"63":32,"7":308,"79":36,"8":50,"80":12,"9":357,"all_client":52843,"all_tv_clinet":9251,"insert_time":"2014-08-22T00:57:48.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43870,"10":20,"107":263,"11":332,"12":159,"13":293,"14":66,"15":87,"155":18,"156":11,"158":12,"159":21,"16":53,"160":10,"161":195,"167":15,"168":2,"17":127,"18":629,"19":463,"20":86,"209":17,"21":341,"210":9,"211":2,"214":3,"215":101,"221":139,"223":398,"224":59,"225":190,"23":245,"24":658,"25":184,"257":54,"26":107,"268":5,"27":27,"273":64,"276":63,"279":4,"28":331,"281":14,"282":25,"291":2,"292":119,"30":28,"302":7,"306":3,"31":30,"314":2,"317":3,"32":9,"33":33,"34":63,"347":10,"35":41,"352":329,"36":73,"37":56,"38":262,"380":2,"381":46,"383":10,"39":33,"391":15,"396":1,"397":3,"40":41,"409":25,"41":57,"414":4,"415":32,"419":4,"42":30,"43":42,"430":6,"433":4,"44":14,"45":31,"46":172,"48":31,"49":19,"5":532,"51":24,"52":24,"53":41,"56":13,"570":4,"6":310,"63":31,"7":307,"79":37,"8":50,"80":13,"9":332,"all_client":53182,"all_tv_clinet":9312,"insert_time":"2014-08-22T00:58:49.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44142,"10":20,"107":265,"11":326,"12":166,"13":298,"14":65,"15":86,"155":18,"156":11,"158":11,"159":19,"16":56,"160":8,"161":186,"167":15,"168":4,"17":135,"18":629,"19":474,"20":81,"209":20,"21":344,"210":9,"211":2,"214":3,"215":104,"221":130,"223":421,"224":60,"225":187,"23":236,"24":655,"25":193,"257":54,"26":108,"268":4,"27":26,"273":57,"276":62,"279":4,"28":332,"281":14,"282":22,"291":3,"292":123,"30":28,"302":7,"306":3,"31":30,"314":2,"317":3,"32":9,"33":34,"34":60,"347":14,"35":43,"352":330,"36":73,"37":56,"38":269,"380":2,"381":42,"383":14,"39":33,"391":15,"396":1,"397":4,"40":38,"409":26,"41":58,"414":5,"415":30,"419":4,"42":32,"43":39,"430":4,"433":4,"44":11,"45":33,"46":167,"48":31,"49":18,"5":538,"51":25,"52":23,"53":42,"56":11,"570":4,"6":306,"63":31,"7":319,"79":37,"8":54,"80":11,"9":310,"all_client":53471,"all_tv_clinet":9329,"insert_time":"2014-08-22T00:59:49.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44378,"10":21,"107":261,"11":319,"12":167,"13":303,"14":63,"15":86,"155":18,"156":13,"158":11,"159":15,"16":55,"160":8,"161":186,"167":16,"168":5,"17":144,"18":628,"19":484,"20":76,"209":21,"21":345,"210":9,"211":2,"214":4,"215":106,"221":128,"223":432,"224":58,"225":194,"23":235,"24":660,"25":200,"257":52,"26":110,"268":4,"27":24,"273":53,"276":61,"279":4,"28":339,"281":12,"282":22,"291":2,"292":124,"30":29,"302":6,"306":4,"31":30,"314":2,"317":3,"32":11,"33":33,"34":56,"347":14,"35":43,"352":328,"36":68,"37":61,"38":272,"380":2,"381":41,"383":14,"39":31,"391":16,"396":1,"397":4,"40":36,"409":28,"41":59,"414":6,"415":29,"419":3,"42":31,"43":40,"430":3,"433":4,"44":13,"45":34,"46":173,"48":30,"49":18,"5":525,"51":24,"52":23,"53":42,"56":11,"570":4,"6":301,"63":30,"7":337,"79":37,"8":54,"80":10,"9":303,"all_client":53735,"all_tv_clinet":9357,"insert_time":"2014-08-22T01:00:50.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44673,"10":19,"107":266,"11":309,"12":169,"13":306,"14":66,"15":78,"155":19,"156":13,"158":12,"159":15,"16":57,"160":8,"161":191,"167":16,"168":6,"17":143,"18":629,"19":494,"20":73,"209":21,"21":342,"210":10,"211":2,"214":4,"215":113,"221":128,"223":450,"224":59,"225":203,"23":221,"24":659,"25":202,"257":59,"26":109,"268":4,"27":20,"273":55,"276":61,"279":5,"28":344,"281":12,"282":21,"291":3,"292":119,"30":27,"302":6,"306":4,"31":30,"314":2,"317":3,"32":10,"33":33,"34":54,"347":15,"35":48,"352":336,"36":71,"37":63,"38":273,"380":2,"381":41,"383":17,"39":26,"391":17,"396":1,"397":7,"40":34,"409":29,"41":55,"414":5,"415":33,"419":3,"42":27,"43":43,"430":3,"433":4,"44":14,"45":32,"46":171,"48":29,"49":15,"5":526,"51":27,"52":24,"53":43,"56":11,"570":3,"6":299,"63":30,"7":343,"79":37,"8":58,"80":10,"9":287,"all_client":54069,"all_tv_clinet":9396,"insert_time":"2014-08-22T01:01:50.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44952,"10":18,"107":271,"11":292,"12":173,"13":314,"14":67,"15":75,"155":19,"156":14,"158":14,"159":14,"16":55,"160":8,"161":194,"167":18,"168":6,"17":155,"18":625,"19":502,"20":70,"209":19,"21":335,"210":10,"211":1,"214":4,"215":114,"221":135,"223":461,"224":61,"225":201,"23":213,"24":671,"25":202,"257":55,"26":111,"268":6,"27":21,"273":49,"276":58,"279":7,"28":345,"281":13,"282":21,"291":3,"292":111,"30":28,"302":5,"306":4,"31":28,"314":1,"317":3,"32":9,"33":32,"34":55,"347":15,"35":50,"352":339,"36":72,"37":64,"38":284,"380":3,"381":40,"383":15,"39":25,"391":18,"396":1,"397":7,"40":35,"409":32,"41":53,"414":5,"415":39,"419":3,"42":25,"426":1,"43":44,"430":4,"433":4,"44":15,"45":32,"46":170,"48":28,"49":13,"5":535,"51":30,"52":21,"53":43,"56":11,"570":3,"6":292,"63":31,"7":357,"79":38,"8":64,"80":11,"9":275,"all_client":54395,"all_tv_clinet":9443,"insert_time":"2014-08-22T01:02:50.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45244,"10":15,"107":283,"11":283,"12":181,"13":314,"14":74,"15":69,"155":20,"156":16,"158":16,"159":11,"16":53,"160":10,"161":196,"167":18,"168":6,"17":161,"18":640,"19":515,"20":64,"209":17,"21":335,"210":15,"211":2,"214":4,"215":114,"221":142,"223":457,"224":63,"225":193,"23":200,"24":681,"25":211,"257":57,"26":103,"268":6,"27":21,"273":46,"276":55,"279":8,"28":342,"281":14,"282":19,"291":5,"292":104,"30":26,"302":6,"306":3,"31":29,"317":1,"32":10,"33":35,"34":58,"347":16,"35":56,"352":343,"36":77,"37":65,"38":288,"380":3,"381":41,"383":14,"39":25,"391":19,"396":1,"397":7,"40":35,"409":34,"41":54,"414":4,"415":41,"419":3,"42":25,"426":1,"43":42,"430":4,"433":4,"44":13,"45":36,"46":172,"48":25,"49":13,"5":533,"51":28,"52":24,"53":44,"56":13,"570":4,"6":289,"63":31,"7":366,"79":35,"8":73,"80":11,"9":270,"all_client":54753,"all_tv_clinet":9509,"insert_time":"2014-08-22T01:03:51.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45488,"10":15,"107":294,"11":273,"12":177,"13":301,"14":78,"15":73,"155":20,"156":13,"158":15,"159":12,"16":55,"160":12,"161":193,"167":17,"168":5,"17":165,"18":640,"19":517,"20":66,"209":16,"21":333,"210":18,"211":2,"214":5,"215":115,"221":142,"223":430,"224":64,"225":190,"23":195,"24":691,"25":214,"257":50,"26":103,"268":6,"27":23,"273":47,"276":55,"279":8,"28":332,"281":16,"282":18,"291":7,"292":98,"30":24,"302":6,"306":2,"31":30,"314":1,"317":1,"32":9,"33":37,"34":58,"347":18,"35":55,"352":356,"36":80,"37":69,"38":289,"380":3,"381":43,"383":13,"39":25,"391":20,"396":1,"397":7,"40":34,"409":35,"41":55,"414":4,"415":44,"419":3,"42":28,"426":1,"43":39,"430":4,"433":4,"44":14,"45":34,"46":176,"48":28,"49":14,"5":537,"51":26,"52":23,"53":43,"56":12,"570":4,"6":284,"63":30,"7":380,"79":34,"8":73,"80":11,"9":272,"all_client":55000,"all_tv_clinet":9512,"insert_time":"2014-08-22T01:04:51.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45832,"10":15,"107":302,"11":274,"12":177,"13":282,"14":78,"15":69,"155":22,"156":16,"158":16,"159":12,"16":52,"160":12,"161":204,"167":17,"168":5,"17":167,"18":655,"19":508,"20":65,"209":18,"21":329,"210":20,"211":2,"214":5,"215":113,"221":139,"223":423,"224":62,"225":206,"23":192,"24":693,"25":214,"257":47,"26":94,"268":4,"27":25,"273":47,"276":54,"279":7,"28":320,"281":16,"282":18,"291":7,"292":100,"30":21,"302":4,"306":1,"31":29,"314":1,"317":2,"32":10,"33":39,"34":60,"347":19,"35":55,"352":355,"36":77,"37":71,"38":284,"380":2,"381":44,"383":14,"39":24,"391":22,"396":1,"397":9,"40":31,"409":34,"41":56,"414":3,"415":40,"419":3,"42":28,"43":40,"430":2,"433":3,"44":13,"45":34,"46":182,"48":28,"49":17,"5":543,"51":27,"52":23,"53":45,"56":12,"570":4,"6":283,"63":31,"7":384,"79":32,"8":79,"80":10,"9":270,"all_client":55336,"all_tv_clinet":9504,"insert_time":"2014-08-22T01:05:52.415Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46100,"10":15,"107":301,"11":278,"12":177,"13":269,"14":76,"15":72,"155":22,"156":17,"158":16,"159":10,"16":54,"160":12,"161":210,"167":17,"168":5,"17":168,"18":654,"19":505,"20":62,"209":15,"21":328,"210":20,"211":1,"214":5,"215":113,"221":146,"223":423,"224":63,"225":203,"23":195,"24":689,"25":220,"257":48,"26":84,"268":5,"27":24,"273":49,"276":54,"279":7,"28":320,"281":16,"282":17,"291":6,"292":105,"30":22,"302":3,"31":27,"314":1,"317":1,"32":9,"33":38,"34":61,"347":20,"35":50,"352":352,"36":81,"37":72,"38":282,"380":2,"381":45,"383":15,"39":24,"391":20,"396":1,"397":10,"40":30,"409":32,"41":59,"414":3,"415":38,"419":3,"42":27,"43":44,"430":2,"433":3,"44":12,"45":33,"46":190,"48":32,"49":17,"5":546,"51":28,"52":23,"53":38,"56":10,"570":4,"6":285,"63":32,"7":394,"79":33,"8":83,"80":9,"9":268,"all_client":55610,"all_tv_clinet":9510,"insert_time":"2014-08-22T01:06:52.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46313,"10":15,"107":315,"11":278,"12":182,"13":265,"14":73,"15":70,"155":23,"156":17,"158":16,"159":10,"16":54,"160":14,"161":205,"167":19,"168":5,"17":170,"18":658,"19":513,"20":62,"209":16,"21":337,"210":22,"211":1,"214":3,"215":118,"221":145,"223":439,"224":64,"225":209,"23":188,"24":704,"25":226,"257":48,"26":74,"268":6,"27":25,"273":46,"276":53,"279":6,"28":319,"281":14,"282":14,"291":6,"292":111,"30":21,"302":3,"31":26,"314":1,"317":1,"32":9,"33":38,"34":61,"347":18,"35":56,"352":350,"36":78,"37":77,"38":282,"380":2,"381":42,"383":16,"39":26,"391":21,"396":1,"397":10,"40":28,"409":27,"41":57,"414":3,"415":38,"419":3,"42":24,"43":46,"430":2,"433":2,"44":12,"45":32,"46":192,"48":28,"49":18,"5":536,"51":31,"52":26,"53":39,"56":9,"570":4,"6":280,"63":29,"7":402,"79":33,"8":88,"80":9,"9":263,"all_client":55871,"all_tv_clinet":9558,"insert_time":"2014-08-22T01:07:53.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46605,"10":15,"107":317,"11":281,"12":175,"13":266,"14":76,"15":70,"155":23,"156":17,"158":15,"159":11,"16":53,"160":14,"161":204,"167":19,"168":4,"17":176,"18":666,"19":522,"20":63,"209":15,"21":332,"210":22,"211":1,"214":4,"215":122,"221":153,"223":442,"224":64,"225":204,"23":188,"24":720,"25":231,"257":48,"26":67,"268":6,"27":22,"273":48,"276":49,"279":6,"28":308,"281":14,"282":12,"291":6,"292":115,"30":19,"302":2,"31":27,"314":2,"317":2,"32":8,"33":32,"34":60,"347":19,"35":59,"352":363,"36":77,"37":77,"38":287,"380":2,"381":41,"383":17,"39":25,"391":18,"397":11,"40":26,"409":28,"41":55,"414":2,"415":43,"419":3,"42":25,"43":49,"430":2,"433":2,"44":11,"45":31,"46":194,"48":27,"49":16,"5":535,"51":29,"52":26,"53":38,"56":9,"570":5,"6":275,"63":28,"7":410,"79":33,"8":90,"80":7,"9":265,"all_client":56203,"all_tv_clinet":9598,"insert_time":"2014-08-22T01:08:53.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46903,"10":15,"107":321,"11":289,"12":151,"13":262,"14":77,"15":72,"155":21,"156":18,"158":16,"159":12,"16":52,"160":13,"161":207,"167":19,"168":4,"17":182,"18":660,"19":520,"20":59,"209":13,"21":329,"210":23,"211":1,"214":5,"215":126,"221":156,"223":440,"224":69,"225":202,"23":186,"24":722,"25":235,"257":49,"26":64,"268":5,"27":22,"273":49,"276":47,"279":6,"28":299,"281":14,"282":11,"291":7,"292":116,"30":19,"302":2,"31":28,"314":2,"317":3,"32":9,"33":30,"34":59,"347":19,"35":58,"352":363,"36":73,"37":76,"38":289,"380":2,"381":39,"383":16,"389":1,"39":28,"391":20,"396":1,"397":13,"40":24,"409":26,"41":53,"414":1,"415":43,"419":3,"42":28,"43":49,"430":2,"433":2,"44":9,"45":33,"46":196,"48":26,"49":17,"5":540,"51":30,"52":26,"53":41,"56":9,"570":4,"6":277,"63":31,"7":420,"79":33,"8":90,"80":7,"9":261,"all_client":56500,"all_tv_clinet":9597,"insert_time":"2014-08-22T01:09:54.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47112,"10":16,"107":324,"11":283,"12":135,"13":255,"14":79,"15":78,"155":21,"156":16,"158":16,"159":12,"16":51,"160":13,"161":210,"167":20,"168":5,"17":184,"18":651,"19":515,"20":56,"209":12,"21":332,"210":26,"211":1,"214":4,"215":128,"221":152,"223":443,"224":70,"225":211,"23":185,"24":722,"25":236,"257":48,"26":61,"268":5,"27":20,"273":51,"276":43,"279":7,"28":295,"281":15,"282":10,"291":7,"292":127,"30":20,"302":2,"31":25,"314":2,"317":3,"32":9,"33":29,"34":59,"347":21,"35":65,"352":366,"36":78,"37":78,"38":297,"380":2,"381":40,"383":16,"389":1,"39":26,"391":21,"396":2,"397":14,"40":25,"409":27,"41":53,"414":1,"415":44,"419":3,"42":31,"43":48,"430":2,"433":1,"44":9,"45":35,"46":196,"48":31,"49":18,"5":547,"51":33,"52":26,"53":39,"56":9,"570":4,"6":274,"63":34,"7":420,"79":32,"8":90,"80":7,"9":261,"all_client":56739,"all_tv_clinet":9627,"insert_time":"2014-08-22T01:10:54.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47339,"10":17,"107":320,"11":281,"12":131,"13":250,"14":85,"15":82,"155":20,"156":18,"158":16,"159":13,"16":51,"160":13,"161":202,"167":21,"168":3,"17":179,"18":651,"19":526,"20":54,"209":15,"21":336,"210":28,"211":1,"214":4,"215":134,"221":145,"223":455,"224":72,"225":210,"23":176,"24":723,"25":240,"257":56,"26":58,"268":5,"27":19,"273":50,"276":42,"279":5,"28":285,"281":15,"282":10,"291":7,"292":129,"30":19,"302":2,"31":26,"314":2,"317":3,"32":11,"33":29,"34":59,"347":21,"35":67,"352":365,"36":81,"37":81,"38":307,"380":3,"381":40,"383":15,"389":1,"39":26,"391":19,"396":2,"397":14,"40":25,"409":31,"41":53,"415":40,"419":2,"42":36,"426":1,"43":44,"430":2,"433":1,"44":8,"45":33,"46":186,"48":33,"49":19,"5":557,"51":30,"52":33,"53":39,"56":9,"570":4,"6":268,"63":34,"7":431,"79":35,"8":96,"80":7,"9":254,"all_client":56996,"all_tv_clinet":9657,"insert_time":"2014-08-22T01:11:55.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47532,"10":14,"107":319,"11":287,"12":124,"13":245,"14":81,"15":88,"155":20,"156":18,"158":17,"159":12,"16":48,"160":15,"161":197,"167":20,"168":3,"17":177,"18":642,"19":532,"20":53,"209":16,"21":332,"210":28,"211":1,"214":4,"215":125,"221":155,"223":458,"224":71,"225":221,"23":175,"24":731,"25":252,"257":59,"26":57,"268":6,"27":21,"273":53,"276":42,"279":7,"28":287,"281":15,"282":13,"291":7,"292":133,"30":18,"302":2,"31":27,"314":2,"317":4,"32":10,"33":27,"34":59,"347":21,"35":68,"352":388,"36":86,"37":80,"38":312,"380":5,"381":40,"383":15,"389":1,"39":24,"391":18,"396":1,"397":15,"40":26,"409":32,"41":52,"415":42,"419":1,"42":43,"426":1,"43":44,"430":2,"44":9,"45":36,"46":180,"48":31,"49":18,"5":565,"51":30,"52":36,"53":40,"56":8,"570":3,"6":262,"63":36,"7":420,"79":35,"8":101,"80":6,"9":252,"all_client":57247,"all_tv_clinet":9715,"insert_time":"2014-08-22T01:12:55.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47763,"10":13,"107":322,"11":312,"12":116,"13":253,"14":85,"15":90,"155":21,"156":19,"158":18,"159":10,"16":45,"160":15,"161":195,"167":20,"168":3,"17":175,"18":639,"19":533,"20":54,"209":18,"21":332,"210":29,"211":1,"214":3,"215":112,"221":157,"223":456,"224":73,"225":228,"23":180,"24":739,"25":252,"257":57,"26":55,"268":3,"27":18,"273":47,"276":43,"279":7,"28":283,"281":16,"282":19,"291":7,"292":132,"30":18,"302":2,"31":28,"314":3,"317":4,"32":9,"33":28,"34":62,"347":18,"35":74,"352":397,"36":86,"37":80,"38":314,"380":5,"381":44,"383":14,"389":1,"39":22,"391":17,"397":14,"40":27,"409":34,"41":57,"415":42,"419":1,"42":43,"426":1,"43":47,"430":2,"44":9,"45":35,"46":171,"48":33,"49":17,"5":568,"51":28,"52":37,"53":38,"56":8,"570":2,"6":251,"63":39,"7":416,"79":37,"8":108,"80":6,"9":246,"all_client":57511,"all_tv_clinet":9748,"insert_time":"2014-08-22T01:13:56.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47964,"10":13,"107":325,"11":332,"12":105,"13":268,"14":84,"15":85,"155":22,"156":18,"158":21,"159":11,"16":48,"160":16,"161":210,"167":21,"168":3,"17":167,"18":640,"19":511,"20":54,"209":17,"21":324,"210":28,"211":1,"214":3,"215":101,"221":168,"223":449,"224":74,"225":229,"23":180,"24":753,"25":260,"257":54,"26":58,"268":2,"27":17,"273":47,"276":42,"279":7,"28":278,"281":16,"282":23,"291":7,"292":136,"30":18,"302":2,"31":29,"314":3,"317":4,"32":13,"33":29,"34":61,"347":16,"35":74,"352":401,"36":86,"37":79,"38":307,"380":6,"381":40,"383":11,"389":1,"39":22,"391":18,"396":1,"397":14,"40":28,"409":37,"41":59,"414":1,"415":42,"419":1,"42":45,"43":47,"430":1,"44":8,"45":33,"46":172,"48":30,"49":19,"5":567,"51":29,"52":38,"53":39,"56":8,"570":3,"6":256,"63":40,"7":415,"79":37,"8":116,"80":7,"9":241,"all_client":57746,"all_tv_clinet":9782,"insert_time":"2014-08-22T01:14:56.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48201,"10":11,"107":326,"11":337,"12":96,"13":272,"14":84,"15":82,"155":22,"156":18,"158":20,"159":11,"16":52,"160":17,"161":218,"167":21,"168":3,"17":157,"18":628,"19":478,"20":56,"209":15,"21":317,"210":28,"211":1,"214":2,"215":92,"221":169,"223":453,"224":71,"225":237,"23":178,"24":790,"25":269,"257":55,"26":62,"268":2,"27":17,"273":45,"276":39,"279":5,"28":273,"281":18,"282":28,"291":7,"292":136,"30":19,"302":2,"31":30,"314":4,"317":4,"32":14,"33":29,"34":61,"347":18,"35":76,"352":405,"36":90,"37":80,"38":308,"380":6,"381":38,"383":8,"389":1,"39":22,"391":19,"396":1,"397":14,"40":28,"409":41,"41":56,"414":1,"415":43,"419":1,"42":47,"43":49,"430":1,"44":7,"45":33,"46":172,"48":32,"49":17,"5":573,"51":31,"52":39,"53":41,"56":6,"570":3,"6":260,"63":40,"7":420,"79":36,"8":117,"80":8,"9":231,"all_client":58001,"all_tv_clinet":9800,"insert_time":"2014-08-22T01:15:57.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48422,"10":10,"107":324,"11":342,"12":95,"13":286,"14":82,"15":80,"155":21,"156":18,"158":21,"159":11,"16":53,"160":16,"161":226,"167":21,"168":3,"17":154,"18":634,"19":448,"20":59,"209":14,"21":327,"210":28,"211":1,"214":2,"215":88,"221":171,"223":463,"224":74,"225":236,"23":188,"24":808,"25":280,"257":60,"26":61,"268":2,"27":15,"273":42,"276":39,"279":5,"28":269,"281":18,"282":31,"291":8,"292":140,"30":18,"302":2,"31":31,"314":4,"317":4,"32":12,"33":28,"34":61,"347":17,"35":78,"352":411,"36":91,"37":81,"38":307,"380":8,"381":35,"383":8,"389":1,"39":23,"391":19,"396":1,"397":14,"40":28,"409":42,"41":54,"414":1,"415":42,"419":1,"42":47,"43":48,"430":1,"44":7,"45":31,"46":177,"48":31,"49":17,"5":563,"51":32,"52":42,"53":45,"56":6,"570":3,"6":254,"63":40,"7":431,"79":32,"8":118,"80":9,"9":214,"all_client":58266,"all_tv_clinet":9844,"insert_time":"2014-08-22T01:16:57.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48642,"10":10,"107":320,"11":350,"12":93,"13":284,"14":79,"15":83,"155":21,"156":19,"158":22,"159":10,"16":54,"160":15,"161":237,"167":21,"168":3,"17":152,"18":638,"19":431,"20":62,"209":15,"21":327,"210":27,"211":1,"214":2,"215":87,"221":168,"223":475,"224":71,"225":241,"23":195,"24":831,"25":285,"257":59,"26":63,"268":2,"27":12,"273":46,"276":38,"279":5,"28":272,"281":18,"282":30,"291":8,"292":138,"30":18,"302":2,"31":29,"314":4,"317":4,"32":11,"33":29,"34":62,"347":18,"35":76,"352":406,"36":95,"37":84,"38":307,"380":8,"381":33,"383":10,"389":1,"39":24,"391":18,"396":1,"397":14,"40":30,"409":44,"41":54,"414":2,"415":43,"419":1,"42":50,"43":50,"430":1,"434":1,"44":9,"45":29,"46":179,"48":38,"49":18,"5":550,"51":33,"52":47,"53":47,"56":6,"570":4,"6":248,"63":40,"7":429,"79":29,"8":123,"80":9,"9":203,"all_client":58533,"all_tv_clinet":9891,"insert_time":"2014-08-22T01:17:57.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48876,"10":11,"107":322,"11":353,"12":91,"13":298,"14":81,"15":84,"155":23,"156":21,"158":26,"159":11,"16":60,"160":15,"161":253,"167":21,"168":4,"17":139,"18":633,"19":418,"20":63,"209":16,"21":333,"210":26,"211":1,"214":2,"215":87,"221":163,"223":478,"224":73,"225":237,"23":197,"24":860,"25":298,"257":60,"26":60,"268":2,"27":12,"273":51,"276":37,"279":6,"28":274,"281":18,"282":31,"291":8,"292":127,"30":16,"302":2,"31":26,"314":4,"317":4,"32":9,"33":31,"34":66,"347":18,"35":74,"352":409,"36":93,"37":89,"38":309,"380":8,"381":33,"383":13,"389":1,"39":25,"391":19,"396":1,"397":12,"40":28,"409":49,"41":53,"414":2,"415":39,"419":1,"42":51,"43":49,"430":1,"434":1,"44":10,"45":26,"46":178,"48":38,"49":18,"5":525,"51":32,"52":46,"53":48,"56":6,"570":5,"6":245,"63":41,"7":432,"79":26,"8":124,"80":9,"9":189,"all_client":58794,"all_tv_clinet":9918,"insert_time":"2014-08-22T01:18:59.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49083,"10":10,"107":313,"11":364,"12":86,"13":306,"14":89,"15":80,"155":22,"156":22,"158":27,"159":10,"16":61,"160":15,"161":257,"167":21,"168":4,"17":138,"18":648,"19":407,"20":60,"209":18,"21":341,"210":26,"211":1,"214":2,"215":84,"221":165,"223":491,"224":72,"225":240,"23":199,"24":890,"25":304,"257":58,"26":62,"268":2,"27":12,"273":56,"276":36,"279":6,"28":270,"281":19,"282":30,"291":8,"292":112,"30":17,"302":2,"31":25,"314":3,"317":4,"32":9,"33":32,"34":62,"347":18,"35":75,"352":405,"36":98,"37":90,"38":303,"380":7,"381":31,"383":14,"389":1,"39":24,"391":18,"396":1,"397":12,"40":28,"409":53,"41":59,"414":4,"415":40,"419":1,"42":52,"43":51,"430":1,"434":1,"44":8,"45":25,"46":177,"48":37,"49":18,"5":501,"51":33,"52":46,"53":48,"56":5,"570":5,"6":246,"63":42,"7":438,"79":25,"8":130,"80":9,"9":179,"all_client":59040,"all_tv_clinet":9957,"insert_time":"2014-08-22T01:19:59.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49379,"10":12,"107":309,"11":368,"12":86,"13":314,"14":91,"15":81,"155":22,"156":23,"158":27,"159":10,"16":60,"160":15,"161":253,"167":20,"168":4,"17":137,"18":649,"19":397,"20":57,"209":22,"21":343,"210":24,"211":1,"214":4,"215":82,"221":169,"223":485,"224":78,"225":245,"23":205,"24":920,"25":312,"257":56,"26":59,"268":2,"27":13,"273":57,"276":36,"279":5,"28":264,"281":18,"282":29,"291":8,"292":107,"30":17,"302":2,"31":24,"314":3,"317":4,"32":6,"33":32,"34":53,"347":19,"35":76,"352":415,"36":105,"37":92,"38":293,"380":7,"381":31,"383":15,"389":1,"39":22,"391":18,"396":1,"397":12,"40":25,"409":57,"41":62,"414":3,"415":43,"419":1,"42":53,"426":1,"43":54,"430":2,"44":7,"45":24,"46":178,"48":40,"49":18,"5":480,"51":34,"52":42,"53":50,"56":5,"570":4,"6":245,"63":41,"7":444,"79":27,"8":132,"80":8,"9":178,"all_client":59364,"all_tv_clinet":9985,"insert_time":"2014-08-22T01:21:00.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49650,"10":13,"107":310,"11":379,"12":81,"13":309,"14":95,"15":83,"155":22,"156":23,"158":25,"159":11,"16":61,"160":14,"161":256,"167":20,"168":4,"17":133,"18":664,"19":398,"20":54,"209":23,"21":349,"210":24,"211":1,"214":4,"215":84,"221":174,"223":481,"224":74,"225":248,"23":205,"24":940,"25":312,"257":54,"26":60,"268":2,"27":13,"273":66,"276":36,"279":6,"28":264,"281":18,"282":27,"291":8,"292":103,"30":18,"302":2,"31":21,"314":4,"317":4,"32":6,"33":30,"34":47,"347":17,"35":78,"352":432,"36":103,"37":94,"38":297,"380":7,"381":30,"383":13,"389":1,"39":23,"391":18,"396":1,"397":12,"40":24,"409":55,"41":62,"414":3,"415":45,"419":3,"42":50,"426":1,"43":59,"430":3,"44":8,"45":24,"46":179,"48":37,"49":18,"5":466,"51":33,"52":42,"53":49,"56":4,"570":4,"6":244,"63":41,"7":452,"79":26,"8":140,"80":9,"9":172,"all_client":59692,"all_tv_clinet":10042,"insert_time":"2014-08-22T01:22:00.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49904,"10":15,"107":306,"11":391,"12":72,"13":315,"14":94,"15":84,"155":24,"156":24,"158":25,"159":10,"16":59,"160":15,"161":257,"167":20,"168":4,"17":132,"18":662,"19":402,"20":55,"209":20,"21":344,"210":25,"211":1,"214":4,"215":81,"221":169,"223":481,"224":71,"225":253,"23":215,"24":949,"25":315,"257":52,"26":63,"268":3,"27":12,"273":67,"276":35,"279":8,"28":265,"281":18,"282":26,"291":8,"292":107,"30":20,"302":2,"31":22,"314":3,"317":4,"32":8,"33":28,"34":43,"347":18,"35":81,"352":428,"36":102,"37":91,"38":303,"380":7,"381":31,"383":16,"389":1,"39":23,"391":21,"396":1,"397":12,"40":24,"409":52,"41":64,"414":3,"415":48,"419":3,"42":50,"426":1,"43":57,"430":3,"44":9,"45":28,"46":185,"48":38,"49":16,"5":459,"51":31,"52":42,"53":47,"56":4,"570":4,"6":245,"63":43,"7":457,"79":25,"8":144,"80":9,"9":167,"all_client":59985,"all_tv_clinet":10081,"insert_time":"2014-08-22T01:23:00.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50108,"10":16,"107":310,"11":394,"12":68,"13":320,"14":94,"15":84,"155":24,"156":26,"158":25,"159":10,"16":63,"160":15,"161":260,"167":20,"168":5,"17":129,"18":661,"19":405,"20":58,"209":23,"21":352,"210":24,"211":1,"214":3,"215":77,"221":179,"223":490,"224":68,"225":256,"23":224,"24":943,"25":319,"257":52,"26":64,"268":3,"27":13,"273":69,"276":35,"279":7,"28":264,"281":18,"282":26,"291":8,"292":115,"30":20,"302":2,"31":23,"314":3,"317":3,"32":8,"33":27,"34":35,"347":18,"35":85,"352":437,"36":97,"37":89,"38":297,"380":7,"381":29,"383":19,"389":2,"39":23,"391":22,"397":12,"40":21,"409":48,"41":67,"414":3,"415":46,"419":4,"42":50,"426":1,"43":56,"430":3,"433":1,"44":7,"45":28,"46":191,"48":38,"49":20,"5":445,"51":35,"52":46,"53":38,"56":4,"570":5,"6":239,"63":43,"7":459,"79":22,"8":150,"80":10,"9":161,"all_client":60227,"all_tv_clinet":10119,"insert_time":"2014-08-22T01:24:01.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50268,"10":12,"107":312,"11":389,"12":63,"13":327,"14":93,"15":84,"155":26,"156":25,"158":27,"159":10,"16":66,"160":16,"161":251,"167":20,"168":5,"17":126,"18":667,"19":409,"20":61,"209":24,"21":359,"210":24,"211":1,"214":3,"215":75,"221":186,"223":488,"224":62,"225":271,"23":230,"24":965,"25":316,"257":51,"26":68,"268":4,"27":14,"273":69,"276":34,"279":8,"28":263,"281":18,"282":29,"291":9,"292":120,"30":18,"302":2,"31":24,"314":3,"317":2,"32":8,"33":28,"34":33,"347":17,"35":87,"352":430,"36":93,"37":92,"38":291,"380":7,"381":29,"383":21,"389":2,"39":24,"391":24,"397":11,"40":22,"409":40,"41":68,"414":5,"415":47,"419":4,"42":48,"426":1,"43":57,"430":2,"433":1,"44":8,"45":28,"46":197,"48":39,"49":20,"5":434,"51":36,"52":48,"53":35,"56":3,"570":5,"6":233,"63":43,"7":462,"79":20,"8":159,"80":10,"9":156,"all_client":60425,"all_tv_clinet":10157,"insert_time":"2014-08-22T01:25:01.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50495,"10":14,"107":314,"11":381,"12":58,"13":325,"14":95,"15":86,"155":27,"156":26,"158":27,"159":10,"16":68,"160":16,"161":237,"167":20,"168":5,"17":124,"18":670,"19":419,"20":61,"209":23,"21":371,"210":26,"211":1,"214":3,"215":66,"221":190,"223":486,"224":56,"225":280,"23":234,"24":970,"25":322,"257":52,"26":70,"268":4,"27":14,"273":73,"276":34,"279":6,"28":264,"281":19,"282":31,"291":9,"292":127,"30":15,"302":3,"31":30,"314":4,"317":1,"32":6,"33":25,"34":32,"347":17,"35":89,"352":422,"36":91,"37":88,"38":298,"380":7,"381":32,"383":22,"389":2,"39":25,"391":21,"397":12,"40":21,"409":39,"41":67,"414":5,"415":46,"419":4,"42":49,"426":1,"43":55,"430":2,"433":1,"44":8,"45":28,"46":198,"48":40,"49":20,"5":428,"51":37,"52":49,"53":35,"56":3,"570":4,"6":232,"63":42,"7":473,"79":17,"8":161,"80":10,"9":156,"all_client":60682,"all_tv_clinet":10187,"insert_time":"2014-08-22T01:26:02.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50734,"10":16,"107":327,"11":382,"12":54,"13":329,"14":96,"15":87,"155":27,"156":29,"158":27,"159":12,"16":72,"160":15,"161":219,"167":20,"168":5,"17":129,"18":664,"19":423,"20":64,"209":22,"21":360,"210":26,"211":1,"214":3,"215":67,"221":188,"223":484,"224":52,"225":278,"23":239,"24":999,"25":329,"257":52,"26":74,"268":5,"27":11,"273":73,"276":34,"279":6,"28":269,"281":19,"282":33,"291":9,"292":126,"30":13,"302":3,"31":33,"314":4,"317":1,"32":6,"33":24,"34":32,"347":18,"35":87,"352":409,"36":90,"37":87,"38":304,"380":7,"381":32,"383":23,"389":2,"39":26,"391":20,"397":11,"40":22,"409":36,"41":65,"414":4,"415":47,"419":3,"42":50,"426":1,"43":53,"430":1,"433":1,"44":8,"45":30,"46":194,"48":43,"49":19,"5":423,"51":37,"52":50,"53":35,"56":2,"570":4,"6":227,"63":41,"7":485,"79":15,"8":167,"80":10,"9":157,"all_client":60952,"all_tv_clinet":10218,"insert_time":"2014-08-22T01:27:02.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50978,"10":15,"107":319,"11":396,"12":53,"13":332,"14":93,"15":89,"155":27,"156":31,"158":26,"159":13,"16":71,"160":16,"161":201,"167":20,"168":5,"17":133,"18":654,"19":431,"20":66,"209":18,"21":358,"210":27,"211":1,"214":3,"215":70,"221":192,"223":480,"224":54,"225":278,"23":246,"24":1016,"25":337,"257":53,"26":77,"268":4,"27":11,"273":72,"276":34,"279":6,"28":267,"281":18,"282":33,"291":9,"292":128,"30":17,"302":3,"31":34,"314":3,"317":1,"32":5,"33":29,"34":32,"347":21,"35":83,"352":416,"36":91,"37":82,"38":296,"380":7,"381":32,"383":23,"389":2,"39":28,"391":20,"397":12,"40":22,"409":37,"41":66,"414":4,"415":49,"419":2,"42":57,"426":1,"43":52,"430":1,"433":1,"44":7,"45":32,"46":197,"48":44,"49":21,"5":419,"51":38,"52":53,"53":35,"56":2,"570":4,"6":223,"63":41,"7":488,"79":16,"8":173,"80":9,"9":153,"all_client":61245,"all_tv_clinet":10267,"insert_time":"2014-08-22T01:28:03.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51236,"10":15,"107":329,"11":399,"12":56,"13":328,"14":96,"15":88,"155":27,"156":31,"158":28,"159":15,"16":70,"160":15,"161":191,"167":19,"168":5,"17":132,"18":660,"19":437,"20":66,"209":20,"21":349,"210":29,"211":1,"214":3,"215":70,"221":201,"223":478,"224":57,"225":280,"23":250,"24":1019,"25":340,"257":54,"26":79,"268":4,"27":13,"273":62,"276":35,"279":6,"28":263,"281":19,"282":35,"291":9,"292":128,"30":25,"302":2,"31":36,"314":3,"317":1,"32":6,"33":28,"34":30,"347":22,"35":77,"352":417,"36":82,"37":86,"38":292,"380":7,"381":29,"383":22,"389":2,"39":28,"391":21,"397":11,"40":22,"409":38,"41":66,"414":3,"415":49,"419":2,"42":59,"426":1,"43":52,"430":1,"433":1,"44":8,"45":34,"46":197,"48":42,"49":20,"5":429,"51":39,"52":52,"53":34,"56":3,"570":4,"6":217,"63":41,"7":500,"79":21,"8":174,"80":9,"9":152,"all_client":61544,"all_tv_clinet":10308,"insert_time":"2014-08-22T01:29:03.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51457,"10":17,"107":325,"11":392,"12":54,"13":332,"14":96,"15":87,"155":26,"156":29,"158":29,"159":14,"16":74,"160":16,"161":194,"167":19,"168":4,"17":132,"18":659,"19":459,"20":69,"209":18,"21":340,"210":28,"211":2,"214":3,"215":73,"221":196,"223":470,"224":59,"225":288,"23":255,"24":1013,"25":348,"257":51,"26":83,"268":4,"27":13,"273":53,"276":36,"279":7,"28":258,"281":20,"282":34,"291":10,"292":130,"30":32,"302":2,"31":34,"314":3,"317":1,"32":4,"33":30,"34":31,"347":19,"35":70,"352":435,"36":76,"37":88,"38":284,"380":7,"381":29,"383":21,"389":2,"39":28,"391":21,"397":11,"40":25,"409":38,"41":76,"414":3,"415":46,"419":1,"42":57,"426":1,"43":53,"430":3,"433":1,"44":8,"45":39,"46":198,"48":37,"49":22,"5":424,"51":37,"52":48,"53":32,"56":3,"570":3,"6":218,"63":44,"7":512,"79":21,"8":178,"80":10,"9":148,"all_client":61790,"all_tv_clinet":10333,"insert_time":"2014-08-22T01:30:04.376Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51822,"10":17,"107":333,"11":395,"12":52,"13":331,"14":96,"15":91,"155":26,"156":28,"158":28,"159":13,"16":75,"160":15,"161":187,"167":19,"168":3,"17":131,"18":657,"19":472,"20":67,"209":20,"21":332,"210":28,"211":2,"214":3,"215":76,"221":189,"223":469,"224":59,"225":286,"23":255,"24":1012,"25":341,"257":51,"26":83,"268":4,"27":13,"273":55,"276":36,"279":8,"28":264,"281":20,"282":28,"291":11,"292":123,"30":31,"302":2,"306":1,"31":34,"314":3,"317":1,"32":5,"33":28,"34":31,"347":17,"35":66,"352":437,"36":77,"37":90,"38":290,"380":7,"381":30,"383":22,"389":2,"39":27,"391":20,"397":12,"40":23,"409":38,"41":80,"414":2,"415":45,"419":1,"42":58,"426":2,"43":49,"430":4,"433":2,"44":7,"45":41,"46":203,"48":39,"49":21,"5":430,"51":41,"52":46,"53":28,"56":3,"570":3,"6":218,"63":44,"7":524,"79":20,"8":180,"80":12,"9":149,"all_client":62172,"all_tv_clinet":10350,"insert_time":"2014-08-22T01:31:04.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52107,"10":17,"107":339,"11":407,"12":53,"13":330,"14":89,"15":91,"155":26,"156":28,"158":31,"159":12,"16":78,"160":13,"161":191,"167":20,"168":3,"17":132,"18":648,"19":478,"20":65,"209":20,"21":326,"210":27,"211":2,"214":5,"215":80,"221":185,"223":481,"224":63,"225":280,"23":254,"24":1032,"25":320,"257":53,"26":81,"268":4,"27":15,"273":55,"276":37,"279":8,"28":272,"281":21,"282":22,"291":11,"292":115,"30":33,"302":4,"306":1,"31":32,"314":2,"317":2,"32":6,"33":29,"34":26,"347":16,"35":61,"352":455,"36":76,"37":92,"38":293,"380":7,"381":32,"383":19,"389":2,"39":26,"391":19,"397":12,"40":23,"409":37,"41":79,"414":4,"415":43,"419":2,"42":60,"426":2,"43":48,"430":4,"433":2,"44":10,"45":41,"46":209,"48":38,"49":21,"5":437,"51":40,"52":47,"53":31,"56":2,"570":3,"6":213,"63":43,"7":517,"79":19,"8":185,"80":12,"9":156,"all_client":62500,"all_tv_clinet":10393,"insert_time":"2014-08-22T01:32:05.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52344,"10":18,"107":339,"11":431,"12":55,"13":330,"14":88,"15":93,"155":27,"156":26,"158":32,"159":11,"16":76,"160":15,"161":192,"167":20,"168":3,"17":133,"18":652,"19":483,"20":63,"209":19,"21":319,"210":27,"211":2,"214":5,"215":83,"221":184,"223":495,"224":68,"225":283,"23":254,"24":1019,"25":299,"257":56,"26":90,"268":3,"27":18,"273":59,"276":37,"279":7,"28":278,"281":21,"282":18,"291":11,"292":110,"30":35,"302":4,"306":1,"31":32,"314":2,"317":3,"32":7,"33":30,"34":25,"347":14,"35":60,"352":466,"36":80,"37":96,"38":294,"380":7,"381":32,"383":18,"389":2,"39":31,"391":24,"397":12,"40":22,"409":36,"41":84,"414":5,"415":47,"419":3,"42":60,"426":3,"43":45,"430":3,"433":1,"44":13,"45":39,"46":203,"48":35,"49":18,"5":446,"51":40,"52":48,"53":31,"56":2,"570":4,"6":212,"63":37,"7":507,"79":19,"8":187,"80":14,"9":153,"all_client":62788,"all_tv_clinet":10444,"insert_time":"2014-08-22T01:33:05.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52556,"10":18,"107":348,"11":451,"12":55,"13":325,"14":90,"15":91,"155":27,"156":26,"158":35,"159":12,"16":76,"160":16,"161":189,"167":20,"168":3,"17":141,"18":642,"19":501,"20":61,"209":16,"21":321,"210":25,"211":2,"214":5,"215":81,"221":168,"223":501,"224":75,"225":296,"23":257,"24":986,"25":289,"257":57,"26":90,"268":3,"27":26,"273":57,"276":37,"279":5,"28":282,"281":21,"282":19,"291":14,"292":106,"30":37,"302":4,"306":1,"31":33,"314":3,"317":3,"32":10,"33":32,"34":26,"347":11,"35":58,"352":465,"36":81,"37":84,"38":297,"380":7,"381":31,"383":19,"389":2,"39":33,"391":24,"397":13,"40":21,"409":32,"41":85,"414":4,"415":47,"419":3,"42":61,"426":3,"43":44,"430":3,"433":1,"44":14,"45":40,"46":207,"48":34,"49":18,"5":468,"51":36,"52":51,"53":31,"56":2,"570":4,"6":206,"63":34,"7":505,"79":20,"8":197,"80":14,"9":162,"all_client":63043,"all_tv_clinet":10487,"insert_time":"2014-08-22T01:34:06.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52727,"10":18,"107":361,"11":459,"12":50,"13":335,"14":92,"15":87,"155":27,"156":26,"158":31,"159":13,"16":73,"160":17,"161":187,"167":20,"168":3,"17":146,"18":641,"19":522,"20":63,"209":15,"21":326,"210":24,"211":2,"214":5,"215":80,"221":173,"223":496,"224":79,"225":295,"23":261,"24":955,"25":278,"257":56,"26":91,"268":3,"27":34,"273":60,"276":36,"279":5,"28":284,"281":22,"282":17,"291":15,"292":103,"30":38,"302":5,"306":1,"31":31,"314":3,"317":3,"32":10,"33":33,"34":25,"347":10,"35":62,"352":472,"36":82,"37":76,"38":292,"380":8,"381":31,"383":19,"389":2,"39":35,"391":22,"397":13,"40":22,"409":34,"41":85,"414":9,"415":47,"419":2,"42":59,"426":2,"43":43,"430":3,"433":2,"44":15,"45":42,"46":213,"48":31,"49":20,"5":489,"51":35,"52":51,"53":30,"56":2,"570":4,"6":202,"63":33,"7":495,"79":20,"8":202,"80":14,"9":166,"all_client":63258,"all_tv_clinet":10531,"insert_time":"2014-08-22T01:35:06.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52992,"10":18,"107":364,"11":459,"12":45,"13":334,"14":90,"15":89,"155":28,"156":23,"158":33,"159":14,"16":65,"160":15,"161":188,"167":19,"168":1,"17":142,"18":648,"19":547,"20":64,"209":19,"21":333,"210":21,"211":2,"214":5,"215":78,"221":183,"223":499,"224":85,"225":298,"23":268,"24":928,"25":276,"257":52,"26":85,"268":4,"27":42,"273":61,"276":35,"279":7,"28":291,"281":23,"282":16,"291":15,"292":105,"30":36,"302":5,"306":1,"31":33,"314":4,"317":3,"32":10,"33":34,"34":24,"347":10,"35":58,"352":464,"36":76,"37":68,"38":295,"380":7,"381":32,"383":19,"389":2,"39":37,"391":20,"396":1,"397":14,"40":22,"409":38,"41":85,"414":11,"415":43,"419":1,"42":60,"426":2,"43":41,"430":5,"433":2,"44":19,"45":45,"46":214,"48":31,"49":25,"5":500,"51":36,"52":52,"53":30,"56":3,"570":3,"6":192,"63":35,"7":503,"79":23,"8":200,"80":12,"9":164,"all_client":63559,"all_tv_clinet":10567,"insert_time":"2014-08-22T01:36:07.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53252,"10":19,"107":353,"11":467,"12":48,"13":340,"14":86,"15":90,"155":29,"156":20,"158":33,"159":18,"16":66,"160":17,"161":191,"167":18,"168":1,"17":147,"18":647,"19":548,"20":64,"209":20,"21":337,"210":19,"211":2,"214":4,"215":77,"221":183,"223":510,"224":81,"225":308,"23":268,"24":924,"25":274,"257":51,"26":85,"268":4,"27":46,"273":64,"276":34,"279":8,"28":295,"281":22,"282":15,"291":16,"292":108,"30":38,"302":5,"306":1,"31":38,"314":5,"317":5,"32":8,"33":35,"34":21,"347":8,"35":51,"352":461,"36":82,"37":65,"38":299,"380":7,"381":30,"383":18,"389":3,"39":37,"391":20,"396":1,"397":15,"40":22,"409":37,"41":84,"414":13,"415":43,"419":1,"42":62,"426":1,"43":42,"430":5,"433":1,"44":19,"45":47,"46":214,"48":30,"49":31,"5":508,"51":38,"52":54,"53":32,"56":3,"570":1,"6":188,"63":39,"7":494,"79":23,"8":197,"80":10,"9":166,"all_client":63867,"all_tv_clinet":10615,"insert_time":"2014-08-22T01:37:07.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53445,"10":18,"107":359,"11":466,"12":44,"13":344,"14":87,"15":92,"155":28,"156":21,"158":31,"159":18,"16":70,"160":18,"161":194,"167":17,"168":1,"17":147,"18":651,"19":554,"20":65,"209":18,"21":339,"210":21,"211":2,"214":4,"215":77,"221":182,"223":513,"224":81,"225":316,"23":263,"24":906,"25":274,"257":49,"26":83,"268":3,"27":46,"273":63,"276":35,"279":7,"28":299,"281":19,"282":14,"291":17,"292":108,"30":37,"302":4,"306":1,"31":37,"314":5,"317":5,"32":8,"33":35,"34":23,"347":8,"35":49,"352":464,"36":84,"37":62,"38":299,"380":8,"381":26,"383":21,"389":3,"39":32,"391":21,"396":2,"397":15,"40":24,"409":35,"41":81,"414":13,"415":43,"419":1,"42":59,"426":1,"43":42,"430":5,"44":18,"45":49,"46":209,"48":27,"49":30,"5":506,"51":41,"52":55,"53":31,"56":4,"6":185,"63":37,"7":497,"79":23,"8":203,"80":10,"9":164,"all_client":64051,"all_tv_clinet":10606,"insert_time":"2014-08-22T01:38:08.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53638,"10":18,"107":378,"11":470,"12":44,"13":341,"14":88,"15":87,"155":27,"156":19,"158":30,"159":17,"16":69,"160":20,"161":184,"167":19,"168":1,"17":144,"18":658,"19":558,"20":63,"209":17,"21":349,"210":20,"211":2,"214":4,"215":75,"221":189,"223":509,"224":83,"225":323,"23":270,"24":896,"25":273,"257":48,"26":85,"268":2,"27":50,"273":65,"276":34,"279":7,"28":290,"281":19,"282":14,"291":18,"292":110,"30":38,"302":4,"306":1,"31":36,"314":5,"317":3,"32":9,"33":37,"34":24,"347":7,"35":47,"352":465,"36":85,"37":63,"38":302,"380":8,"381":29,"383":19,"389":3,"39":33,"391":19,"396":2,"397":15,"40":23,"409":37,"41":79,"414":11,"415":46,"419":1,"42":62,"426":3,"43":45,"430":6,"44":22,"45":52,"46":207,"48":26,"49":29,"5":505,"51":40,"52":55,"53":33,"56":4,"6":189,"63":40,"7":500,"79":23,"8":206,"80":11,"9":165,"all_client":64299,"all_tv_clinet":10661,"insert_time":"2014-08-22T01:39:08.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53800,"10":18,"107":382,"11":469,"12":41,"13":337,"14":85,"15":86,"155":27,"156":19,"158":33,"159":19,"16":71,"160":17,"161":188,"167":18,"168":1,"17":144,"18":662,"19":556,"20":66,"209":17,"21":351,"210":20,"211":2,"214":4,"215":74,"221":196,"223":506,"224":84,"225":309,"23":280,"24":895,"25":263,"257":49,"26":82,"268":1,"27":52,"273":67,"276":34,"279":7,"28":302,"281":20,"282":13,"291":19,"292":113,"30":41,"302":5,"306":1,"31":33,"314":5,"317":3,"32":11,"33":35,"34":23,"347":8,"35":53,"352":469,"36":86,"37":59,"38":294,"380":9,"381":27,"383":22,"389":3,"39":35,"391":18,"396":2,"397":15,"40":22,"409":40,"41":77,"414":13,"415":46,"419":2,"42":62,"426":3,"43":44,"430":6,"44":21,"45":53,"46":200,"48":23,"49":29,"5":505,"51":44,"52":57,"53":29,"56":4,"570":1,"6":186,"63":40,"7":509,"79":25,"8":211,"80":11,"9":172,"all_client":64491,"all_tv_clinet":10691,"insert_time":"2014-08-22T01:40:09.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53995,"10":18,"107":386,"11":469,"12":41,"13":338,"14":80,"15":83,"155":27,"156":18,"158":36,"159":20,"16":70,"160":17,"161":189,"167":18,"168":2,"17":146,"18":670,"19":533,"20":69,"209":16,"21":357,"210":21,"211":2,"214":4,"215":75,"221":197,"223":512,"224":86,"225":304,"23":282,"24":895,"25":258,"257":50,"26":84,"268":2,"27":53,"273":69,"276":32,"279":7,"28":301,"281":21,"282":14,"291":18,"292":117,"30":37,"302":5,"306":1,"31":34,"314":6,"317":4,"32":12,"33":38,"34":24,"347":7,"35":55,"352":483,"36":84,"37":61,"38":292,"380":8,"381":29,"383":22,"389":3,"39":38,"391":18,"396":2,"397":14,"40":20,"409":40,"41":79,"414":13,"415":47,"419":3,"42":68,"426":3,"43":44,"430":6,"44":20,"45":55,"46":193,"48":21,"49":31,"5":498,"51":44,"52":61,"53":31,"56":4,"570":1,"6":186,"63":38,"7":507,"79":25,"8":213,"80":12,"9":169,"all_client":64711,"all_tv_clinet":10716,"insert_time":"2014-08-22T01:41:10.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54253,"10":18,"107":387,"11":472,"12":43,"13":335,"14":83,"15":81,"155":28,"156":18,"158":38,"159":20,"16":69,"160":17,"161":195,"167":18,"168":2,"17":149,"18":669,"19":483,"20":70,"209":19,"21":372,"210":19,"211":2,"214":3,"215":83,"221":189,"223":500,"224":83,"225":303,"23":281,"24":909,"25":265,"257":49,"26":88,"268":1,"27":56,"273":72,"276":33,"279":7,"28":309,"281":20,"282":11,"291":18,"292":125,"30":36,"302":5,"306":1,"31":34,"314":6,"317":4,"32":12,"33":39,"34":26,"347":6,"35":57,"352":477,"36":83,"37":62,"38":291,"380":7,"381":31,"383":21,"389":3,"39":37,"391":18,"396":1,"397":15,"40":22,"409":45,"41":74,"414":16,"415":46,"419":5,"42":68,"426":1,"43":42,"430":4,"44":18,"45":56,"46":193,"48":21,"49":29,"5":502,"51":42,"52":62,"53":35,"56":4,"570":1,"6":181,"63":40,"7":514,"79":24,"8":215,"80":13,"9":167,"all_client":64977,"all_tv_clinet":10724,"insert_time":"2014-08-22T01:42:10.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54422,"10":20,"107":388,"11":463,"12":44,"13":333,"14":84,"15":78,"155":26,"156":17,"158":36,"159":19,"16":73,"160":19,"161":193,"167":18,"168":2,"17":156,"18":665,"19":449,"20":67,"209":18,"21":388,"210":17,"211":2,"214":4,"215":86,"221":195,"223":508,"224":84,"225":301,"23":277,"24":946,"25":271,"257":44,"26":85,"268":1,"27":57,"273":62,"276":33,"279":6,"28":305,"281":19,"282":11,"291":18,"292":127,"30":34,"302":5,"306":1,"31":36,"314":5,"317":4,"32":14,"33":40,"34":26,"347":5,"35":55,"352":471,"36":83,"37":69,"38":289,"380":7,"381":31,"383":18,"389":4,"39":36,"391":19,"396":1,"397":16,"40":23,"409":45,"41":74,"414":16,"415":48,"419":4,"42":69,"426":2,"43":37,"430":4,"44":20,"45":53,"46":194,"48":21,"49":32,"5":519,"51":44,"52":64,"53":35,"56":5,"6":191,"63":40,"7":529,"79":23,"8":212,"80":15,"9":157,"all_client":65182,"all_tv_clinet":10760,"insert_time":"2014-08-22T01:43:11.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54664,"10":20,"107":384,"11":473,"12":47,"13":334,"14":84,"15":74,"155":25,"156":19,"158":35,"159":18,"16":73,"160":20,"161":186,"167":19,"168":1,"17":161,"18":670,"19":423,"20":65,"209":20,"21":403,"210":17,"211":2,"214":4,"215":84,"221":194,"223":515,"224":87,"225":290,"23":281,"24":955,"25":277,"257":43,"26":86,"268":1,"27":63,"273":55,"276":33,"279":6,"28":301,"281":18,"282":11,"291":20,"292":131,"30":39,"302":4,"306":1,"31":37,"314":4,"317":4,"32":12,"33":34,"34":25,"347":4,"35":54,"352":474,"36":85,"37":70,"38":280,"380":7,"381":29,"383":17,"389":4,"39":38,"391":18,"396":1,"397":17,"40":24,"409":44,"41":69,"414":16,"415":52,"419":3,"42":75,"426":4,"43":33,"430":3,"44":20,"45":55,"46":197,"48":25,"49":36,"5":525,"51":46,"52":67,"53":37,"56":5,"570":1,"6":190,"63":39,"7":535,"79":23,"8":199,"80":13,"9":161,"all_client":65447,"all_tv_clinet":10783,"insert_time":"2014-08-22T01:44:11.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54823,"10":18,"107":370,"11":470,"12":43,"13":334,"14":82,"15":76,"155":24,"156":20,"158":34,"159":20,"16":72,"160":21,"161":181,"167":20,"168":1,"17":164,"18":670,"19":424,"20":60,"209":21,"21":404,"210":18,"211":2,"214":4,"215":85,"221":195,"223":511,"224":87,"225":288,"23":282,"24":964,"25":276,"257":44,"26":82,"268":1,"27":65,"273":49,"276":33,"279":6,"28":303,"281":15,"282":13,"291":20,"292":135,"30":43,"302":4,"306":1,"31":38,"314":5,"317":4,"32":12,"33":34,"34":23,"347":5,"35":56,"352":482,"36":91,"37":73,"38":283,"380":8,"381":29,"383":18,"389":4,"39":39,"391":17,"396":1,"397":17,"40":27,"409":47,"41":68,"414":17,"415":56,"419":2,"42":77,"426":4,"43":32,"430":3,"44":22,"45":54,"46":197,"48":29,"49":39,"5":539,"51":45,"52":62,"53":40,"56":5,"570":2,"6":189,"63":38,"7":544,"79":24,"8":185,"80":12,"9":161,"all_client":65637,"all_tv_clinet":10814,"insert_time":"2014-08-22T01:45:12.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55075,"10":17,"107":379,"11":473,"12":42,"13":334,"14":79,"15":74,"155":21,"156":21,"158":35,"159":18,"16":73,"160":22,"161":185,"167":20,"168":2,"17":160,"18":672,"19":424,"20":59,"209":23,"21":399,"210":16,"211":2,"214":4,"215":85,"221":206,"223":519,"224":90,"225":295,"23":285,"24":927,"25":278,"257":47,"26":87,"268":1,"27":68,"273":47,"276":32,"279":5,"28":303,"281":16,"282":13,"291":21,"292":145,"30":47,"302":4,"306":1,"31":38,"314":9,"317":4,"32":14,"33":35,"34":25,"347":4,"35":58,"352":485,"36":93,"37":68,"38":285,"380":8,"381":30,"383":21,"389":3,"39":45,"391":17,"396":1,"397":14,"40":31,"409":51,"41":72,"414":22,"415":55,"419":2,"42":80,"426":4,"43":33,"430":3,"44":24,"45":50,"46":201,"48":33,"49":44,"5":556,"51":43,"52":60,"53":38,"56":7,"570":5,"6":183,"63":37,"7":539,"79":27,"8":171,"80":12,"9":156,"all_client":65947,"all_tv_clinet":10872,"insert_time":"2014-08-22T01:46:12.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55328,"10":16,"107":389,"11":471,"12":42,"13":326,"14":78,"15":69,"155":20,"156":17,"158":35,"159":17,"16":76,"160":23,"161":188,"167":21,"168":2,"17":162,"18":677,"19":434,"20":58,"209":27,"21":398,"210":16,"211":2,"214":4,"215":87,"221":198,"223":509,"224":84,"225":303,"23":282,"24":899,"25":286,"257":46,"26":95,"27":71,"273":51,"276":29,"279":5,"28":302,"281":18,"282":13,"291":24,"292":144,"30":54,"302":4,"306":1,"31":38,"314":9,"317":4,"32":14,"33":36,"34":24,"347":3,"35":56,"352":478,"36":97,"37":67,"38":298,"380":9,"381":30,"383":20,"389":3,"39":45,"391":19,"396":1,"397":14,"40":34,"409":56,"41":74,"414":25,"415":51,"419":3,"42":81,"426":1,"43":33,"430":2,"433":1,"44":27,"45":50,"46":199,"48":35,"49":46,"5":569,"51":43,"52":53,"53":35,"56":8,"570":6,"6":183,"63":37,"7":552,"79":28,"8":159,"80":11,"9":157,"all_client":66225,"all_tv_clinet":10897,"insert_time":"2014-08-22T01:47:13.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55515,"10":15,"107":388,"11":480,"12":44,"13":335,"14":79,"15":71,"155":21,"156":16,"158":34,"159":15,"16":78,"160":23,"161":193,"167":22,"168":2,"17":157,"18":663,"19":435,"20":56,"209":28,"21":401,"210":16,"211":2,"214":4,"215":90,"221":205,"223":514,"224":81,"225":304,"23":269,"24":886,"25":284,"257":43,"26":93,"268":1,"27":71,"273":56,"276":29,"279":4,"28":307,"281":18,"282":11,"291":25,"292":131,"30":55,"302":4,"306":1,"31":37,"314":8,"317":4,"32":14,"33":36,"34":26,"347":3,"35":61,"352":476,"36":97,"37":65,"38":299,"380":9,"381":27,"383":19,"389":3,"39":46,"391":20,"396":1,"397":14,"40":36,"409":61,"41":72,"414":27,"415":45,"419":4,"42":85,"426":1,"43":32,"430":1,"433":1,"44":23,"45":45,"46":203,"48":34,"49":44,"5":584,"51":45,"52":43,"53":40,"56":8,"570":5,"6":181,"63":35,"7":568,"79":31,"8":153,"80":12,"9":166,"all_client":66425,"all_tv_clinet":10910,"insert_time":"2014-08-22T01:48:13.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55672,"10":12,"107":391,"11":488,"12":47,"13":347,"14":81,"15":69,"155":21,"156":16,"158":34,"159":15,"16":78,"160":25,"161":199,"167":23,"168":2,"17":158,"18":659,"19":437,"20":54,"209":30,"21":418,"210":16,"211":1,"214":4,"215":95,"221":202,"223":512,"224":78,"225":304,"23":262,"24":888,"25":288,"257":49,"26":93,"268":1,"27":73,"273":60,"276":29,"279":3,"28":306,"281":18,"282":10,"291":25,"292":122,"30":54,"302":4,"31":38,"314":9,"317":4,"32":11,"33":37,"34":26,"347":2,"35":62,"352":465,"36":94,"37":65,"38":312,"380":11,"381":26,"383":17,"389":3,"39":48,"391":19,"396":1,"397":14,"40":37,"409":61,"41":69,"414":25,"415":46,"419":4,"42":87,"426":3,"43":29,"430":1,"433":1,"44":25,"45":47,"46":200,"48":34,"49":44,"5":589,"51":39,"52":35,"53":37,"56":8,"570":5,"6":176,"63":35,"7":567,"79":31,"8":145,"80":10,"9":170,"all_client":66597,"all_tv_clinet":10925,"insert_time":"2014-08-22T01:49:14.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55857,"10":10,"107":386,"11":496,"12":46,"13":356,"14":83,"15":71,"155":22,"156":16,"158":32,"159":15,"16":78,"160":25,"161":200,"167":22,"168":3,"17":163,"18":664,"19":439,"20":52,"209":31,"21":434,"210":17,"211":1,"214":4,"215":95,"221":201,"223":513,"224":80,"225":290,"23":255,"24":895,"25":288,"257":49,"26":93,"268":2,"27":72,"273":62,"276":29,"279":3,"28":308,"281":16,"282":9,"291":25,"292":116,"30":53,"302":4,"31":37,"314":9,"317":4,"32":12,"33":39,"34":25,"347":2,"35":61,"352":470,"36":96,"37":63,"38":303,"380":12,"381":22,"383":16,"389":3,"39":50,"391":18,"396":2,"397":14,"40":41,"409":64,"41":72,"414":24,"415":45,"419":4,"42":86,"426":2,"43":28,"430":1,"433":1,"44":24,"45":48,"46":200,"48":32,"49":43,"5":588,"51":40,"52":33,"53":38,"56":10,"570":4,"6":176,"63":34,"7":559,"79":33,"8":142,"80":9,"9":169,"all_client":66789,"all_tv_clinet":10932,"insert_time":"2014-08-22T01:50:14.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56031,"10":9,"107":389,"11":503,"12":47,"13":360,"14":81,"15":68,"155":22,"156":16,"158":34,"159":15,"16":76,"160":27,"161":199,"167":23,"168":3,"17":167,"18":666,"19":448,"20":49,"209":32,"21":433,"210":16,"211":1,"214":4,"215":96,"221":201,"223":511,"224":78,"225":302,"23":242,"24":899,"25":289,"257":54,"26":94,"268":2,"27":71,"273":62,"276":30,"279":3,"28":314,"281":18,"282":9,"291":25,"292":122,"30":53,"302":4,"31":35,"314":9,"317":4,"32":11,"33":38,"34":24,"347":2,"35":60,"352":476,"36":94,"37":62,"38":300,"380":12,"381":24,"383":17,"389":3,"39":52,"391":18,"396":2,"397":12,"40":43,"409":61,"41":71,"414":24,"415":43,"419":4,"42":90,"426":4,"43":27,"430":1,"433":1,"44":27,"45":49,"46":203,"48":33,"49":44,"5":588,"51":42,"52":31,"53":38,"56":12,"570":5,"6":175,"63":33,"7":545,"79":31,"8":142,"80":7,"9":171,"all_client":66998,"all_tv_clinet":10967,"insert_time":"2014-08-22T01:51:15.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56156,"10":8,"107":391,"11":517,"12":44,"13":358,"14":82,"15":71,"155":23,"156":16,"158":34,"159":15,"16":76,"160":29,"161":197,"167":24,"168":3,"17":172,"18":667,"19":456,"20":47,"209":31,"21":429,"210":16,"211":1,"214":5,"215":92,"221":207,"223":514,"224":78,"225":305,"23":241,"24":891,"25":289,"257":57,"26":98,"268":2,"27":72,"273":63,"276":31,"279":3,"28":319,"281":17,"282":9,"291":26,"292":125,"30":56,"302":3,"31":29,"314":9,"317":3,"32":10,"33":37,"34":27,"347":3,"35":61,"352":489,"36":97,"37":63,"38":296,"380":12,"381":23,"383":14,"389":2,"39":51,"391":17,"396":2,"397":12,"40":43,"409":62,"41":73,"414":27,"415":39,"419":4,"42":93,"426":3,"43":28,"430":1,"433":2,"44":28,"45":48,"46":200,"48":31,"49":45,"5":584,"51":41,"52":29,"53":41,"56":11,"570":4,"6":178,"63":34,"7":537,"79":30,"8":145,"80":7,"9":173,"all_client":67164,"all_tv_clinet":11008,"insert_time":"2014-08-22T01:52:15.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56385,"10":7,"107":405,"11":515,"12":47,"13":358,"14":81,"15":71,"155":21,"156":15,"158":34,"159":14,"16":72,"160":28,"161":196,"167":25,"168":3,"17":175,"18":666,"19":460,"20":47,"209":28,"21":429,"210":15,"211":2,"214":5,"215":92,"221":210,"223":512,"224":77,"225":305,"23":230,"24":906,"25":290,"257":63,"26":92,"268":2,"27":73,"273":63,"276":32,"279":3,"28":317,"281":17,"282":9,"291":26,"292":131,"30":56,"302":3,"306":1,"31":29,"314":8,"317":3,"32":10,"33":37,"34":28,"347":3,"35":64,"352":488,"36":98,"37":62,"38":299,"380":12,"381":25,"383":15,"389":2,"39":56,"391":19,"396":1,"397":13,"40":49,"409":59,"41":69,"414":25,"415":41,"419":5,"42":93,"426":4,"43":23,"430":1,"433":2,"44":28,"45":42,"46":196,"48":33,"49":48,"5":585,"51":39,"52":25,"53":43,"56":11,"570":4,"6":177,"63":35,"7":532,"79":31,"8":147,"80":6,"9":176,"all_client":67415,"all_tv_clinet":11030,"insert_time":"2014-08-22T01:53:16.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56593,"10":8,"107":409,"11":517,"12":49,"13":358,"14":80,"15":76,"155":21,"156":13,"158":31,"159":14,"16":71,"160":30,"161":198,"167":26,"168":3,"17":182,"18":671,"19":467,"20":54,"209":25,"21":442,"210":14,"211":2,"214":6,"215":89,"221":212,"223":516,"224":79,"225":312,"23":227,"24":895,"25":294,"257":62,"26":85,"268":2,"27":72,"273":65,"276":32,"279":3,"28":298,"281":14,"282":10,"291":26,"292":130,"30":57,"302":4,"306":1,"31":25,"314":7,"317":3,"32":9,"33":34,"34":27,"347":3,"35":63,"352":497,"36":100,"37":66,"38":305,"380":12,"381":25,"383":15,"389":2,"39":57,"391":19,"396":1,"397":14,"40":56,"409":56,"41":71,"414":26,"415":46,"419":5,"42":87,"426":2,"43":24,"430":3,"433":3,"434":1,"44":27,"45":35,"46":186,"48":35,"49":52,"5":583,"51":36,"52":26,"53":45,"56":10,"570":3,"6":174,"63":34,"7":529,"79":33,"8":154,"80":6,"9":178,"all_client":67655,"all_tv_clinet":11062,"insert_time":"2014-08-22T01:54:16.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56803,"10":8,"107":422,"11":518,"12":56,"13":354,"14":73,"15":76,"155":19,"156":14,"158":29,"159":14,"16":73,"160":29,"161":203,"167":25,"168":3,"17":187,"18":671,"19":483,"20":56,"209":28,"21":454,"210":14,"211":2,"214":6,"215":89,"221":216,"223":513,"224":82,"225":295,"23":236,"24":885,"25":298,"257":62,"26":91,"268":3,"27":76,"273":69,"276":32,"279":4,"28":288,"281":14,"282":9,"291":25,"292":136,"30":57,"302":4,"306":1,"31":21,"314":6,"317":3,"32":7,"33":34,"34":28,"347":3,"35":70,"352":503,"36":106,"37":67,"38":303,"380":9,"381":25,"383":14,"389":2,"39":61,"391":18,"396":1,"397":12,"40":64,"409":51,"41":72,"414":27,"415":47,"419":4,"42":79,"426":1,"43":25,"430":5,"433":3,"434":1,"44":29,"45":31,"46":175,"48":40,"49":51,"5":575,"51":35,"52":23,"53":45,"56":11,"570":2,"6":167,"63":30,"7":543,"79":34,"8":157,"80":5,"9":178,"all_client":67908,"all_tv_clinet":11105,"insert_time":"2014-08-22T01:55:17.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56996,"10":8,"107":423,"11":524,"12":57,"13":337,"14":67,"15":89,"155":20,"156":15,"158":29,"159":16,"16":75,"160":29,"161":205,"167":25,"168":4,"17":185,"18":666,"19":479,"20":58,"209":29,"21":459,"210":14,"211":2,"214":6,"215":91,"221":220,"223":508,"224":87,"225":295,"23":244,"24":897,"25":309,"257":66,"26":86,"268":3,"27":78,"273":76,"276":32,"279":5,"28":270,"281":14,"282":9,"291":25,"292":135,"30":55,"302":4,"306":1,"31":20,"314":6,"317":2,"32":5,"33":33,"34":28,"347":4,"35":73,"352":516,"36":102,"37":65,"38":315,"380":9,"381":24,"383":14,"389":2,"39":61,"391":20,"396":2,"397":11,"40":72,"409":48,"41":72,"414":29,"415":49,"419":4,"42":69,"426":1,"43":29,"430":5,"433":3,"44":29,"45":30,"46":166,"48":40,"49":51,"5":580,"51":35,"52":26,"53":39,"56":12,"570":1,"6":168,"63":29,"7":552,"79":35,"8":173,"80":5,"9":183,"all_client":68174,"all_tv_clinet":11178,"insert_time":"2014-08-22T01:56:17.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57254,"10":7,"107":423,"11":512,"12":54,"13":331,"14":64,"15":95,"155":22,"156":16,"158":29,"159":15,"16":79,"160":24,"161":197,"167":25,"168":4,"17":192,"18":672,"19":481,"20":59,"209":27,"21":461,"210":14,"211":3,"214":5,"215":89,"221":232,"223":520,"224":81,"225":288,"23":257,"24":901,"25":328,"257":65,"26":87,"268":4,"27":80,"273":73,"276":31,"279":6,"28":271,"281":17,"282":8,"291":24,"292":141,"30":57,"302":4,"306":1,"31":21,"314":7,"317":2,"32":7,"33":34,"34":30,"347":4,"35":74,"352":513,"36":104,"37":66,"38":319,"380":9,"381":23,"383":13,"389":1,"39":64,"391":22,"396":3,"397":11,"40":74,"409":44,"41":72,"414":33,"415":51,"419":5,"42":67,"426":1,"43":28,"430":5,"433":3,"44":30,"45":30,"46":149,"48":46,"49":50,"5":574,"51":32,"52":25,"53":36,"56":12,"570":1,"6":167,"63":25,"7":556,"79":34,"8":179,"80":4,"9":186,"all_client":68476,"all_tv_clinet":11222,"insert_time":"2014-08-22T01:57:18.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57469,"10":9,"107":415,"11":493,"12":55,"13":314,"14":64,"15":107,"155":23,"156":15,"158":30,"159":14,"16":78,"160":23,"161":180,"167":25,"168":4,"17":192,"18":664,"19":468,"20":60,"209":28,"21":467,"210":15,"211":4,"214":6,"215":91,"221":241,"223":518,"224":67,"225":294,"23":266,"24":934,"25":328,"257":65,"26":88,"268":4,"27":77,"273":72,"276":31,"279":5,"28":265,"281":17,"282":7,"291":24,"292":143,"30":59,"302":4,"306":1,"31":22,"314":5,"317":2,"32":10,"33":35,"34":31,"347":5,"35":73,"352":504,"36":104,"37":67,"38":324,"380":8,"381":23,"383":15,"389":2,"39":64,"391":21,"396":3,"397":10,"40":80,"409":42,"41":69,"414":33,"415":53,"419":7,"42":64,"426":1,"43":25,"430":5,"433":3,"44":32,"45":31,"46":148,"48":49,"49":53,"5":567,"51":32,"52":31,"53":33,"56":12,"570":2,"6":167,"63":24,"7":567,"79":33,"8":175,"80":7,"9":182,"all_client":68678,"all_tv_clinet":11209,"insert_time":"2014-08-22T01:58:18.615Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57659,"10":9,"107":412,"11":474,"12":58,"13":313,"14":63,"15":110,"155":24,"156":15,"158":31,"159":12,"16":89,"160":26,"161":170,"167":27,"168":5,"17":192,"18":664,"19":461,"20":57,"209":25,"21":469,"210":15,"211":3,"214":7,"215":87,"221":247,"223":519,"224":63,"225":291,"23":276,"24":951,"25":338,"257":67,"26":89,"268":5,"27":73,"273":63,"276":30,"279":6,"28":263,"281":17,"282":6,"291":25,"292":146,"30":57,"302":5,"306":1,"31":22,"314":5,"317":2,"32":10,"33":38,"34":35,"347":5,"35":73,"352":515,"36":104,"37":69,"38":339,"380":8,"381":21,"383":15,"389":2,"39":71,"391":21,"396":3,"397":10,"40":87,"409":38,"41":71,"414":35,"415":54,"419":8,"42":59,"426":2,"43":24,"430":6,"433":3,"44":31,"45":33,"46":141,"48":48,"49":51,"5":579,"51":32,"52":32,"53":34,"56":11,"570":2,"6":174,"63":25,"7":583,"79":31,"8":172,"80":9,"9":167,"all_client":68925,"all_tv_clinet":11266,"insert_time":"2014-08-22T01:59:19.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57860,"10":9,"107":412,"11":470,"12":67,"13":306,"14":56,"15":105,"155":25,"156":15,"158":31,"159":12,"16":86,"160":26,"161":167,"167":26,"168":6,"17":200,"18":646,"19":452,"20":61,"209":25,"21":478,"210":15,"211":3,"214":7,"215":88,"221":246,"223":508,"224":63,"225":298,"23":286,"24":979,"25":348,"257":64,"26":87,"268":5,"27":80,"273":56,"276":30,"279":10,"28":263,"281":16,"282":4,"291":25,"292":135,"30":60,"302":5,"306":1,"31":21,"314":4,"317":2,"32":11,"33":42,"34":35,"347":5,"35":73,"352":526,"36":103,"37":73,"38":338,"380":7,"381":22,"383":17,"389":2,"39":71,"391":19,"396":2,"397":10,"40":93,"409":38,"41":70,"414":37,"415":54,"419":8,"42":60,"426":2,"43":21,"430":7,"433":4,"44":30,"45":31,"46":139,"48":48,"49":49,"5":595,"51":31,"52":35,"53":34,"56":11,"570":2,"6":163,"63":25,"7":594,"79":29,"8":174,"80":9,"9":155,"all_client":69154,"all_tv_clinet":11294,"insert_time":"2014-08-22T02:00:19.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58037,"10":6,"107":418,"11":454,"12":74,"13":302,"14":55,"15":107,"155":26,"156":15,"158":34,"159":12,"16":84,"160":24,"161":164,"167":28,"168":6,"17":200,"18":644,"19":438,"20":68,"209":26,"21":488,"210":16,"211":3,"214":7,"215":90,"221":239,"223":492,"224":62,"225":303,"23":286,"24":1007,"25":357,"257":67,"26":84,"268":5,"27":80,"273":49,"276":29,"279":11,"28":262,"281":18,"282":5,"291":25,"292":131,"30":63,"302":5,"306":1,"31":19,"314":4,"317":2,"32":10,"33":41,"34":37,"347":6,"35":74,"352":530,"36":103,"37":74,"38":347,"380":7,"381":22,"383":16,"389":1,"39":71,"391":17,"396":2,"397":11,"40":89,"409":38,"41":69,"414":36,"415":56,"419":9,"42":57,"426":4,"43":22,"430":8,"433":3,"44":29,"45":33,"46":132,"48":48,"49":47,"5":615,"51":29,"52":37,"53":35,"56":10,"570":1,"6":167,"63":28,"7":615,"79":28,"8":175,"80":9,"9":145,"all_client":69375,"all_tv_clinet":11338,"insert_time":"2014-08-22T02:01:20.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58308,"10":6,"107":414,"11":451,"12":79,"13":290,"14":56,"15":105,"155":26,"156":14,"158":34,"159":12,"16":85,"160":20,"161":164,"167":25,"168":6,"17":204,"18":635,"19":424,"20":71,"209":24,"21":497,"210":14,"211":4,"214":7,"215":90,"221":239,"223":486,"224":62,"225":303,"23":292,"24":1028,"25":363,"257":65,"26":86,"268":6,"27":79,"273":51,"276":28,"279":10,"28":257,"281":19,"282":6,"291":25,"292":129,"30":62,"302":5,"306":1,"31":17,"314":5,"317":4,"32":10,"33":40,"34":35,"347":8,"35":76,"352":538,"36":103,"37":74,"38":348,"380":8,"381":24,"383":15,"389":2,"39":79,"391":17,"396":1,"397":12,"40":78,"409":40,"41":66,"414":35,"415":60,"419":9,"42":55,"426":7,"43":23,"430":8,"433":3,"44":30,"45":34,"46":128,"48":53,"49":43,"5":616,"51":27,"52":38,"53":37,"56":10,"570":1,"6":167,"63":27,"7":626,"79":28,"8":175,"80":9,"9":144,"all_client":69660,"all_tv_clinet":11352,"insert_time":"2014-08-22T02:02:20.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58538,"10":7,"107":404,"11":454,"12":82,"13":304,"14":58,"15":109,"155":23,"156":15,"158":34,"159":13,"16":86,"160":23,"161":162,"167":25,"168":5,"17":181,"18":642,"19":427,"20":65,"209":25,"21":510,"210":15,"211":4,"214":7,"215":89,"221":230,"223":488,"224":60,"225":304,"23":303,"24":1030,"25":372,"257":69,"26":83,"268":7,"27":76,"273":52,"276":27,"279":9,"28":250,"281":19,"282":7,"291":25,"292":127,"30":63,"302":5,"306":1,"31":18,"314":5,"317":4,"32":10,"33":40,"34":33,"347":10,"35":74,"352":541,"36":107,"37":73,"38":348,"380":7,"381":25,"383":17,"389":2,"39":86,"391":17,"396":1,"397":12,"40":66,"409":39,"41":68,"414":36,"415":58,"419":8,"42":53,"426":7,"43":21,"430":10,"433":3,"44":33,"45":36,"46":120,"48":55,"49":42,"5":620,"51":28,"52":39,"53":39,"56":10,"570":2,"6":175,"63":25,"7":620,"79":30,"8":179,"80":10,"9":138,"all_client":69914,"all_tv_clinet":11376,"insert_time":"2014-08-22T02:03:21.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58703,"10":7,"107":406,"11":475,"12":85,"13":304,"14":61,"15":108,"155":24,"156":16,"158":34,"159":13,"16":82,"160":27,"161":164,"167":25,"168":4,"17":172,"18":651,"19":416,"20":59,"209":26,"21":506,"210":14,"211":4,"214":7,"215":89,"221":222,"223":482,"224":59,"225":301,"23":312,"24":1039,"25":376,"257":67,"26":85,"268":8,"27":75,"273":58,"276":30,"279":7,"28":245,"281":18,"282":7,"291":28,"292":127,"30":64,"302":5,"306":1,"31":22,"314":5,"317":3,"32":12,"33":40,"34":33,"347":9,"35":74,"352":541,"36":105,"37":72,"38":360,"380":7,"381":26,"383":19,"389":2,"39":86,"391":21,"396":1,"397":12,"40":59,"409":39,"41":64,"414":37,"415":56,"419":11,"42":52,"426":6,"43":22,"430":13,"433":3,"44":33,"45":36,"46":116,"48":56,"49":43,"5":629,"51":27,"52":38,"53":43,"56":13,"570":3,"6":176,"63":22,"7":627,"79":30,"8":183,"80":10,"9":136,"all_client":70131,"all_tv_clinet":11428,"insert_time":"2014-08-22T02:04:21.671Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58857,"10":9,"107":395,"11":484,"12":81,"13":307,"14":63,"15":106,"155":24,"156":17,"158":34,"159":13,"16":86,"160":27,"161":166,"167":25,"168":4,"17":163,"18":651,"19":407,"20":64,"209":25,"21":505,"210":14,"211":4,"214":7,"215":87,"221":222,"223":486,"224":57,"225":304,"23":312,"24":1064,"25":375,"257":70,"26":84,"268":9,"27":78,"273":62,"276":30,"279":10,"28":241,"281":19,"282":6,"291":29,"292":133,"30":62,"302":5,"306":1,"31":24,"314":5,"317":3,"32":14,"33":37,"34":34,"347":9,"35":74,"352":537,"36":110,"37":74,"38":365,"380":8,"381":24,"383":21,"389":2,"39":86,"391":20,"396":2,"397":13,"40":48,"409":37,"41":67,"414":35,"415":52,"419":12,"42":54,"426":3,"43":29,"430":12,"433":3,"44":30,"45":36,"46":114,"48":51,"49":45,"5":627,"51":25,"52":42,"53":43,"56":16,"570":3,"6":174,"63":22,"7":639,"79":27,"8":186,"80":9,"9":129,"all_client":70316,"all_tv_clinet":11459,"insert_time":"2014-08-22T02:05:22.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59020,"10":8,"107":395,"11":485,"12":77,"13":306,"14":67,"15":104,"155":25,"156":18,"158":34,"159":13,"16":88,"160":28,"161":163,"167":25,"168":4,"17":162,"18":648,"19":391,"20":66,"209":26,"21":499,"210":14,"211":3,"214":8,"215":85,"221":216,"223":497,"224":54,"225":303,"23":308,"24":1096,"25":382,"257":67,"26":86,"268":8,"27":78,"273":64,"276":29,"279":12,"28":242,"281":19,"282":6,"291":31,"292":138,"30":64,"302":5,"306":1,"31":24,"314":4,"317":2,"32":16,"33":35,"34":35,"347":9,"35":73,"352":540,"36":112,"37":83,"38":377,"380":8,"381":24,"383":21,"389":1,"39":87,"391":21,"396":2,"397":13,"40":49,"409":36,"41":62,"414":31,"415":46,"419":11,"42":53,"426":3,"43":33,"430":13,"433":3,"44":31,"45":37,"46":113,"48":53,"49":46,"5":648,"51":27,"52":42,"53":38,"56":18,"570":3,"6":172,"63":21,"7":639,"79":30,"8":189,"80":11,"9":122,"all_client":70535,"all_tv_clinet":11515,"insert_time":"2014-08-22T02:06:22.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59247,"10":7,"107":402,"11":495,"12":66,"13":307,"14":72,"15":106,"155":26,"156":18,"158":32,"159":13,"16":95,"160":25,"161":161,"167":26,"168":5,"17":159,"18":644,"19":378,"20":68,"209":29,"21":496,"210":14,"211":4,"214":9,"215":80,"221":213,"223":495,"224":55,"225":299,"23":308,"24":1106,"25":389,"257":65,"26":85,"268":9,"27":77,"273":65,"276":28,"279":11,"28":251,"281":18,"282":7,"291":26,"292":140,"30":58,"302":5,"306":1,"31":26,"314":5,"317":2,"32":22,"33":32,"34":33,"347":8,"35":74,"352":550,"36":110,"37":86,"38":376,"380":9,"381":23,"383":22,"389":1,"39":94,"391":20,"396":2,"397":13,"40":48,"409":39,"41":62,"414":28,"415":51,"419":9,"42":57,"426":4,"43":37,"430":14,"433":3,"44":29,"45":38,"46":117,"48":52,"49":43,"5":631,"51":26,"52":46,"53":34,"56":20,"570":3,"6":167,"63":20,"7":641,"79":30,"8":188,"80":11,"9":123,"all_client":70774,"all_tv_clinet":11527,"insert_time":"2014-08-22T02:07:23.278Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59464,"10":7,"107":413,"11":506,"12":56,"13":308,"14":77,"15":111,"155":26,"156":20,"158":31,"159":15,"16":94,"160":27,"161":166,"167":26,"168":5,"17":156,"18":643,"19":367,"20":71,"209":31,"21":507,"210":15,"211":4,"214":9,"215":79,"221":211,"223":496,"224":55,"225":297,"23":310,"24":1120,"25":392,"257":63,"26":86,"268":7,"27":78,"273":71,"276":28,"279":12,"28":250,"281":18,"282":8,"291":26,"292":133,"30":54,"302":5,"306":1,"31":26,"314":5,"317":2,"32":20,"33":32,"34":36,"347":6,"35":73,"352":548,"36":109,"37":88,"38":390,"380":8,"381":24,"383":20,"389":1,"39":100,"391":18,"396":3,"397":13,"40":43,"409":41,"41":64,"414":25,"415":45,"419":9,"42":58,"426":4,"43":35,"430":16,"433":3,"44":29,"45":38,"46":119,"48":54,"49":42,"5":603,"51":25,"52":48,"53":28,"56":20,"570":3,"6":164,"63":18,"7":644,"79":29,"8":192,"80":11,"9":131,"all_client":71018,"all_tv_clinet":11554,"insert_time":"2014-08-22T02:08:23.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59637,"10":6,"107":410,"11":507,"12":53,"13":306,"14":80,"15":112,"155":27,"156":20,"158":36,"159":14,"16":91,"160":27,"161":166,"167":27,"168":5,"17":147,"18":636,"19":373,"20":70,"209":32,"21":513,"210":16,"211":4,"214":8,"215":80,"221":215,"223":490,"224":57,"225":295,"23":321,"24":1127,"25":391,"257":65,"26":84,"268":6,"27":77,"273":74,"276":28,"279":11,"28":257,"281":18,"282":9,"291":25,"292":133,"30":48,"302":5,"306":1,"31":29,"314":5,"317":2,"32":19,"33":31,"34":40,"347":6,"35":71,"352":548,"36":112,"37":82,"38":404,"380":6,"381":25,"383":21,"389":1,"39":95,"391":18,"396":3,"397":13,"40":39,"409":44,"41":65,"414":24,"415":44,"419":9,"42":58,"426":4,"43":38,"430":16,"433":3,"44":28,"45":38,"46":126,"48":54,"49":41,"5":582,"51":28,"52":48,"53":28,"56":22,"570":3,"6":167,"63":18,"7":640,"79":30,"8":196,"80":11,"9":134,"all_client":71209,"all_tv_clinet":11572,"insert_time":"2014-08-22T02:09:24.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59806,"10":6,"107":392,"11":516,"12":50,"13":318,"14":83,"15":118,"155":27,"156":20,"158":37,"159":14,"16":90,"160":25,"161":178,"167":28,"168":3,"17":142,"18":632,"19":378,"20":73,"209":34,"21":519,"210":14,"211":4,"214":8,"215":81,"221":224,"223":493,"224":62,"225":298,"23":320,"24":1111,"25":395,"257":63,"26":84,"268":6,"27":80,"273":81,"276":29,"279":12,"28":264,"281":19,"282":8,"291":24,"292":134,"30":43,"302":5,"306":1,"31":32,"314":5,"317":2,"32":23,"33":29,"34":42,"347":7,"35":61,"352":550,"36":113,"37":84,"38":399,"380":6,"381":27,"383":22,"389":1,"39":100,"391":20,"396":3,"397":12,"40":38,"409":46,"41":65,"414":22,"415":42,"419":8,"42":63,"426":3,"43":40,"430":15,"433":3,"44":24,"45":39,"46":123,"48":59,"49":39,"5":569,"51":30,"52":47,"53":29,"56":20,"570":4,"6":169,"63":20,"7":644,"79":28,"8":195,"80":10,"9":120,"all_client":71404,"all_tv_clinet":11598,"insert_time":"2014-08-22T02:10:25.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60014,"10":7,"107":406,"11":523,"12":42,"13":317,"14":84,"15":123,"155":27,"156":17,"158":34,"159":14,"16":88,"160":23,"161":183,"167":27,"168":3,"17":140,"18":634,"19":375,"20":70,"209":33,"21":513,"210":14,"211":4,"214":10,"215":82,"221":218,"223":506,"224":63,"225":305,"23":320,"24":1091,"25":391,"257":64,"26":83,"268":6,"27":81,"273":86,"276":29,"279":8,"28":265,"281":19,"282":8,"291":24,"292":139,"30":43,"302":5,"306":1,"31":32,"314":4,"317":1,"32":25,"33":27,"34":46,"347":7,"35":56,"352":556,"36":111,"37":86,"38":396,"380":5,"381":27,"383":25,"389":1,"39":103,"391":19,"396":2,"397":14,"40":36,"409":47,"41":64,"414":20,"415":38,"419":8,"42":64,"426":2,"43":42,"430":17,"433":3,"44":21,"45":41,"46":126,"48":61,"49":38,"5":548,"51":30,"52":48,"53":27,"56":21,"570":4,"6":170,"63":20,"7":645,"79":30,"8":196,"80":11,"9":110,"all_client":71593,"all_tv_clinet":11579,"insert_time":"2014-08-22T02:11:25.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60140,"10":6,"107":412,"11":534,"12":44,"13":320,"14":82,"15":133,"155":27,"156":18,"158":32,"159":14,"16":86,"160":23,"161":178,"167":27,"168":2,"17":136,"18":635,"19":391,"20":74,"209":34,"21":524,"210":14,"211":4,"214":13,"215":82,"221":219,"223":515,"224":69,"225":300,"23":320,"24":1086,"25":390,"257":63,"26":84,"268":5,"27":77,"273":92,"276":30,"279":7,"28":267,"281":18,"282":7,"291":23,"292":139,"30":40,"302":5,"306":1,"31":30,"314":4,"317":1,"32":25,"33":28,"34":42,"347":7,"35":56,"352":548,"36":110,"37":91,"38":396,"380":5,"381":28,"383":25,"389":2,"39":105,"391":20,"396":2,"397":16,"40":36,"409":50,"41":65,"414":19,"415":39,"419":7,"42":70,"426":3,"43":42,"430":19,"433":3,"44":17,"45":40,"46":122,"48":66,"49":39,"5":524,"51":30,"52":47,"53":25,"56":20,"570":3,"6":175,"63":20,"7":650,"79":28,"8":197,"80":9,"9":99,"all_client":71747,"all_tv_clinet":11607,"insert_time":"2014-08-22T02:12:26.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60342,"10":7,"107":416,"11":542,"12":44,"13":322,"14":77,"15":133,"155":28,"156":17,"158":32,"159":14,"16":86,"160":22,"161":167,"167":26,"168":2,"17":140,"18":635,"19":396,"20":72,"209":35,"21":521,"210":15,"211":4,"214":13,"215":83,"221":215,"223":518,"224":75,"225":290,"23":324,"24":1089,"25":401,"257":59,"26":85,"268":6,"27":73,"273":90,"276":30,"279":7,"28":270,"281":17,"282":6,"291":20,"292":140,"30":39,"302":5,"306":1,"31":31,"314":3,"317":1,"32":20,"33":30,"34":43,"347":6,"35":51,"352":551,"36":113,"37":94,"38":413,"380":5,"381":28,"383":25,"389":2,"39":109,"391":19,"396":2,"397":17,"40":40,"409":47,"41":73,"414":19,"415":43,"419":6,"42":70,"426":2,"43":42,"430":18,"433":4,"44":15,"45":39,"46":123,"48":64,"49":35,"5":513,"51":32,"52":48,"53":26,"56":20,"570":3,"6":180,"63":21,"7":658,"79":27,"8":199,"80":9,"9":97,"all_client":71987,"all_tv_clinet":11645,"insert_time":"2014-08-22T02:13:26.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60580,"10":7,"107":411,"11":543,"12":43,"13":331,"14":77,"15":126,"155":28,"156":17,"158":32,"159":14,"16":88,"160":23,"161":153,"167":26,"168":2,"17":138,"18":630,"19":408,"20":72,"209":34,"21":514,"210":15,"211":4,"214":12,"215":87,"221":207,"223":516,"224":77,"225":283,"23":322,"24":1092,"25":412,"257":59,"26":87,"268":4,"27":64,"273":77,"276":29,"279":8,"28":271,"281":17,"282":7,"291":20,"292":131,"30":38,"302":5,"306":1,"31":32,"314":3,"317":1,"32":18,"33":31,"34":43,"347":6,"35":51,"352":562,"36":111,"37":97,"38":418,"380":5,"381":27,"383":23,"389":2,"39":111,"391":21,"396":4,"397":18,"40":49,"409":51,"41":77,"414":18,"415":46,"419":3,"42":72,"426":2,"43":43,"430":17,"433":4,"44":15,"45":40,"46":119,"48":60,"49":36,"5":509,"51":36,"52":52,"53":27,"56":18,"570":3,"6":189,"63":22,"7":660,"79":25,"8":204,"80":9,"9":95,"all_client":72227,"all_tv_clinet":11647,"insert_time":"2014-08-22T02:14:26.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60703,"10":7,"107":407,"11":547,"12":39,"13":336,"14":83,"15":124,"155":28,"156":15,"158":32,"159":14,"16":89,"160":21,"161":148,"167":27,"168":2,"17":139,"18":623,"19":431,"20":73,"209":34,"21":518,"210":15,"211":4,"214":12,"215":86,"221":198,"223":518,"224":82,"225":283,"23":321,"24":1101,"25":408,"257":58,"26":87,"268":4,"27":58,"273":76,"276":29,"279":7,"28":274,"281":17,"282":8,"291":19,"292":118,"30":37,"302":4,"306":1,"31":33,"314":3,"317":1,"32":17,"33":32,"34":51,"347":5,"35":44,"352":567,"36":112,"37":99,"38":418,"380":5,"381":28,"383":24,"389":2,"39":114,"391":19,"396":4,"397":18,"40":56,"409":61,"41":80,"414":17,"415":45,"419":3,"42":72,"426":2,"43":44,"430":17,"433":4,"44":15,"45":39,"46":121,"48":53,"49":36,"5":519,"51":35,"52":54,"53":28,"56":19,"570":4,"6":192,"63":23,"7":666,"79":23,"8":201,"80":9,"9":88,"all_client":72387,"all_tv_clinet":11684,"insert_time":"2014-08-22T02:15:27.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60904,"10":8,"107":411,"11":550,"12":37,"13":343,"14":81,"15":124,"155":27,"156":13,"158":31,"159":15,"16":87,"160":23,"161":144,"167":26,"168":2,"17":145,"18":625,"19":434,"20":80,"209":35,"21":506,"210":17,"211":4,"214":11,"215":90,"221":199,"223":519,"224":86,"225":283,"23":325,"24":1126,"25":410,"257":54,"26":92,"268":3,"27":58,"273":71,"276":29,"279":7,"28":273,"281":17,"282":8,"291":20,"292":113,"30":35,"302":4,"306":1,"31":32,"314":3,"317":2,"32":15,"33":34,"34":53,"347":5,"35":46,"352":567,"36":111,"37":98,"38":432,"380":5,"381":29,"383":23,"389":2,"39":113,"391":22,"396":5,"397":18,"40":59,"409":63,"41":77,"414":17,"415":45,"419":3,"42":72,"426":2,"43":48,"430":17,"431":1,"433":4,"44":14,"45":41,"46":127,"48":51,"49":35,"5":512,"51":33,"52":56,"53":24,"56":19,"570":4,"6":192,"63":22,"7":661,"79":22,"8":200,"80":9,"9":90,"all_client":72641,"all_tv_clinet":11737,"insert_time":"2014-08-22T02:16:27.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61004,"10":8,"107":409,"11":562,"12":39,"13":349,"14":85,"15":126,"155":27,"156":13,"158":32,"159":15,"16":82,"160":21,"161":147,"167":27,"168":2,"17":150,"18":616,"19":440,"20":84,"209":33,"21":502,"210":15,"211":4,"214":11,"215":94,"221":203,"223":499,"224":86,"225":291,"23":329,"24":1122,"25":397,"257":52,"26":94,"268":3,"27":56,"273":73,"276":30,"279":7,"28":286,"281":17,"282":7,"291":19,"292":113,"30":34,"302":4,"306":1,"31":34,"314":3,"317":1,"32":17,"33":34,"34":55,"347":6,"35":48,"352":575,"36":111,"37":101,"38":423,"380":5,"381":32,"383":21,"389":1,"39":106,"391":24,"396":3,"397":18,"40":62,"409":61,"41":79,"414":21,"415":45,"419":3,"42":75,"426":2,"43":43,"430":17,"431":1,"433":3,"44":13,"45":41,"46":131,"48":56,"49":33,"5":513,"51":32,"52":57,"53":25,"56":19,"570":5,"6":200,"63":22,"7":663,"79":22,"8":205,"80":8,"9":95,"all_client":72790,"all_tv_clinet":11786,"insert_time":"2014-08-22T02:17:28.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61174,"10":9,"107":403,"11":562,"12":41,"13":356,"14":85,"15":128,"155":30,"156":13,"158":31,"159":17,"16":80,"160":21,"161":156,"167":29,"168":1,"17":152,"18":625,"19":435,"20":85,"209":33,"21":493,"210":16,"211":4,"214":10,"215":96,"221":207,"223":492,"224":88,"225":298,"23":330,"24":1145,"25":386,"257":51,"26":99,"268":4,"27":53,"273":76,"276":30,"279":7,"28":291,"281":18,"282":7,"291":21,"292":106,"30":32,"302":4,"306":1,"31":36,"314":3,"317":1,"32":15,"33":33,"34":54,"347":7,"35":58,"352":567,"36":103,"37":101,"38":414,"380":6,"381":29,"383":20,"389":2,"39":96,"391":25,"396":3,"397":16,"40":68,"409":48,"41":79,"414":23,"415":47,"419":2,"42":76,"426":2,"43":46,"430":17,"431":1,"433":3,"44":10,"45":39,"46":134,"48":53,"49":32,"5":514,"51":35,"52":61,"53":23,"56":19,"570":5,"6":204,"63":23,"7":676,"79":20,"8":205,"80":8,"9":96,"all_client":72989,"all_tv_clinet":11815,"insert_time":"2014-08-22T02:18:29.059Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61326,"10":9,"107":396,"11":563,"12":39,"13":357,"14":86,"15":130,"155":32,"156":12,"158":32,"159":16,"16":77,"160":20,"161":156,"167":28,"168":1,"17":152,"18":624,"19":437,"20":86,"209":34,"21":481,"210":16,"211":3,"214":10,"215":99,"221":215,"223":493,"224":90,"225":304,"23":327,"24":1137,"25":368,"257":53,"26":105,"268":4,"27":53,"273":75,"276":30,"279":6,"28":290,"281":19,"282":8,"291":21,"292":112,"30":34,"302":4,"306":1,"31":40,"314":2,"317":2,"32":13,"33":35,"34":54,"347":6,"35":60,"352":568,"36":104,"37":99,"38":422,"380":6,"381":28,"383":18,"389":2,"39":85,"391":21,"396":3,"397":16,"40":74,"409":49,"41":78,"414":23,"415":50,"419":2,"42":77,"426":2,"43":48,"430":17,"433":3,"44":11,"45":38,"46":143,"48":52,"49":31,"5":518,"51":35,"52":64,"53":29,"56":18,"570":5,"6":207,"63":24,"7":666,"79":20,"8":214,"80":7,"9":100,"all_client":73160,"all_tv_clinet":11834,"insert_time":"2014-08-22T02:19:29.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61520,"10":7,"107":405,"11":578,"12":40,"13":363,"14":86,"15":139,"155":32,"156":12,"158":30,"159":16,"16":74,"160":18,"161":159,"167":27,"17":155,"18":622,"19":439,"20":90,"209":34,"21":478,"210":16,"211":3,"214":10,"215":100,"221":218,"223":491,"224":95,"225":305,"23":333,"24":1122,"25":354,"257":51,"26":104,"268":3,"27":51,"273":75,"276":29,"279":5,"28":287,"281":19,"282":9,"291":20,"292":111,"30":34,"302":5,"306":1,"31":40,"314":3,"317":3,"32":12,"33":36,"34":54,"347":6,"35":62,"352":579,"36":103,"37":100,"38":421,"380":6,"381":29,"383":18,"389":2,"39":77,"391":21,"396":3,"397":16,"40":86,"409":49,"41":73,"414":19,"415":54,"419":2,"42":78,"426":2,"43":51,"430":17,"433":4,"44":10,"45":36,"46":145,"48":57,"49":30,"5":528,"51":32,"52":64,"53":29,"56":19,"570":4,"6":212,"63":24,"7":639,"79":22,"8":210,"80":7,"9":107,"all_client":73376,"all_tv_clinet":11856,"insert_time":"2014-08-22T02:20:30.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61769,"10":6,"107":405,"11":583,"12":38,"13":363,"14":93,"15":140,"155":31,"156":12,"158":29,"159":18,"16":73,"160":18,"161":163,"167":27,"17":153,"18":619,"19":438,"20":92,"209":32,"21":473,"210":15,"211":3,"214":10,"215":104,"221":212,"223":492,"224":98,"225":304,"23":324,"24":1119,"25":347,"257":51,"26":101,"268":3,"27":51,"273":73,"276":27,"279":5,"28":301,"281":19,"282":9,"291":21,"292":116,"30":33,"302":4,"306":1,"31":41,"314":5,"317":3,"32":14,"33":36,"34":51,"347":5,"35":59,"352":578,"36":106,"37":95,"38":419,"380":6,"381":30,"383":18,"389":2,"39":73,"391":20,"396":3,"397":17,"40":87,"409":51,"41":72,"414":18,"415":56,"419":3,"42":81,"426":2,"43":50,"430":17,"433":4,"44":11,"45":40,"46":141,"48":54,"49":28,"5":532,"51":30,"52":68,"53":29,"56":20,"570":5,"6":214,"63":24,"7":614,"79":22,"8":211,"80":7,"9":112,"all_client":73602,"all_tv_clinet":11833,"insert_time":"2014-08-22T02:21:30.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62036,"10":5,"107":413,"11":590,"12":37,"13":365,"14":98,"15":141,"155":32,"156":13,"158":29,"159":18,"16":66,"160":19,"161":158,"167":25,"17":159,"18":622,"19":437,"20":91,"209":31,"21":476,"210":15,"211":3,"214":11,"215":105,"221":219,"223":490,"224":104,"225":303,"23":321,"24":1126,"25":341,"257":51,"26":104,"268":3,"27":49,"273":72,"276":28,"279":4,"28":305,"281":18,"282":9,"291":23,"292":114,"30":30,"302":4,"306":1,"31":43,"314":6,"317":3,"32":17,"33":38,"34":47,"347":5,"35":64,"352":567,"36":99,"37":87,"38":409,"380":8,"381":30,"383":15,"389":2,"39":68,"391":17,"396":3,"397":16,"40":89,"409":52,"41":70,"414":17,"415":54,"419":4,"42":87,"426":2,"43":49,"430":16,"433":3,"44":10,"45":44,"46":148,"48":54,"49":29,"5":545,"51":29,"52":68,"53":31,"56":19,"570":5,"6":212,"63":23,"7":591,"79":21,"8":209,"80":8,"9":115,"all_client":73862,"all_tv_clinet":11826,"insert_time":"2014-08-22T02:22:31.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62222,"10":6,"107":417,"11":583,"12":35,"13":368,"14":101,"15":144,"155":33,"156":13,"158":29,"159":19,"16":69,"160":19,"161":159,"167":25,"17":162,"18":631,"19":429,"20":92,"209":32,"21":467,"210":15,"211":3,"214":11,"215":101,"221":219,"223":489,"224":111,"225":307,"23":321,"24":1123,"25":336,"257":53,"26":109,"268":3,"27":52,"273":72,"276":28,"279":5,"28":305,"281":19,"282":9,"291":23,"292":123,"30":31,"302":4,"306":1,"31":43,"314":6,"317":3,"32":16,"33":39,"34":46,"347":6,"35":67,"352":567,"36":97,"37":78,"38":417,"380":8,"381":28,"383":16,"389":2,"39":65,"391":17,"396":3,"397":15,"40":99,"409":52,"41":70,"414":18,"415":57,"419":3,"42":84,"426":2,"43":51,"430":18,"433":6,"44":11,"45":42,"46":147,"48":52,"49":30,"5":553,"51":32,"52":71,"53":29,"56":20,"570":5,"6":212,"63":22,"7":564,"79":20,"8":206,"80":9,"9":109,"all_client":74061,"all_tv_clinet":11839,"insert_time":"2014-08-22T02:23:31.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62365,"10":7,"107":423,"11":595,"12":35,"13":371,"14":102,"15":146,"155":33,"156":12,"158":31,"159":19,"16":73,"160":19,"161":162,"167":24,"17":164,"18":621,"19":411,"20":86,"209":32,"21":459,"210":13,"211":3,"214":11,"215":102,"221":217,"223":500,"224":110,"225":314,"23":323,"24":1131,"25":328,"257":59,"26":110,"268":3,"27":52,"273":74,"276":28,"279":5,"28":307,"281":20,"282":10,"291":23,"292":123,"30":35,"302":4,"306":1,"31":43,"314":6,"317":3,"32":15,"33":40,"34":48,"347":9,"35":69,"352":552,"36":99,"37":70,"38":418,"380":8,"381":30,"383":19,"389":2,"39":64,"391":16,"396":3,"397":15,"40":99,"409":52,"41":70,"414":18,"415":61,"419":3,"42":87,"426":1,"43":52,"430":18,"433":6,"44":12,"45":45,"46":153,"48":48,"49":30,"5":560,"51":35,"52":69,"53":28,"56":19,"570":5,"6":209,"63":21,"7":563,"79":20,"8":210,"80":12,"9":112,"all_client":74243,"all_tv_clinet":11878,"insert_time":"2014-08-22T02:24:32.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62615,"10":7,"107":431,"11":610,"12":34,"13":377,"14":104,"15":148,"155":33,"156":12,"158":29,"159":19,"16":74,"160":16,"161":164,"167":26,"17":161,"18":621,"19":391,"20":88,"209":31,"21":453,"210":15,"211":3,"214":12,"215":104,"221":207,"223":506,"224":115,"225":316,"23":318,"24":1147,"25":327,"257":58,"26":111,"268":4,"27":52,"273":78,"276":26,"279":6,"28":313,"281":21,"282":11,"291":22,"292":128,"30":36,"302":5,"306":1,"31":46,"314":7,"317":4,"32":13,"33":41,"34":47,"347":10,"35":71,"352":559,"36":98,"37":64,"38":423,"380":9,"381":28,"383":23,"389":2,"39":60,"391":15,"396":4,"397":15,"40":105,"409":51,"41":69,"414":19,"415":61,"419":3,"42":88,"43":48,"430":19,"433":6,"44":12,"45":46,"46":154,"48":44,"49":32,"5":562,"51":36,"52":69,"53":24,"56":20,"570":5,"6":211,"63":21,"7":546,"79":20,"8":216,"80":12,"9":112,"all_client":74536,"all_tv_clinet":11921,"insert_time":"2014-08-22T02:25:32.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62775,"10":7,"107":432,"11":620,"12":33,"13":389,"14":103,"15":147,"155":32,"156":13,"158":30,"159":18,"16":76,"160":18,"161":165,"167":27,"17":160,"18":626,"19":379,"20":90,"209":32,"21":449,"210":13,"211":3,"214":11,"215":105,"221":207,"223":513,"224":117,"225":313,"23":318,"24":1143,"25":321,"257":56,"26":116,"268":4,"27":52,"273":76,"276":27,"279":5,"28":320,"281":19,"282":11,"291":22,"292":133,"30":33,"302":3,"306":1,"31":47,"314":8,"317":4,"32":13,"33":41,"34":44,"347":11,"35":71,"352":569,"36":102,"37":56,"38":420,"380":10,"381":30,"383":26,"389":2,"39":60,"391":13,"396":4,"397":14,"40":105,"409":56,"41":72,"414":18,"415":60,"419":3,"42":93,"43":52,"430":19,"433":4,"44":14,"45":46,"46":160,"48":42,"49":31,"5":563,"51":37,"52":70,"53":27,"56":18,"570":5,"6":217,"63":22,"7":539,"79":22,"8":221,"80":12,"9":112,"all_client":74748,"all_tv_clinet":11973,"insert_time":"2014-08-22T02:26:33.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63033,"10":7,"107":434,"11":626,"12":31,"13":393,"14":103,"15":147,"155":32,"156":13,"158":28,"159":20,"16":82,"160":18,"161":153,"167":27,"17":164,"18":634,"19":371,"20":87,"209":34,"21":457,"210":13,"211":2,"214":12,"215":101,"221":218,"223":509,"224":125,"225":302,"23":324,"24":1135,"25":323,"257":57,"26":118,"268":4,"27":53,"273":79,"276":26,"279":6,"28":327,"281":18,"282":11,"291":22,"292":139,"30":28,"302":3,"306":1,"31":47,"314":7,"317":4,"32":13,"33":42,"34":43,"347":10,"35":72,"352":567,"36":109,"37":54,"38":417,"380":10,"381":31,"383":26,"389":2,"39":62,"391":12,"396":5,"397":15,"40":113,"409":64,"41":70,"414":18,"415":59,"419":3,"42":92,"426":1,"43":52,"430":19,"433":4,"44":15,"45":48,"46":164,"48":40,"49":29,"5":570,"51":37,"52":71,"53":28,"56":16,"570":5,"6":218,"63":23,"7":530,"79":22,"8":214,"80":13,"9":111,"all_client":75047,"all_tv_clinet":12014,"insert_time":"2014-08-22T02:27:33.919Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63166,"10":9,"107":429,"11":627,"12":30,"13":410,"14":98,"15":151,"155":30,"156":16,"158":32,"159":20,"16":91,"160":20,"161":153,"167":29,"17":169,"18":642,"19":362,"20":86,"209":35,"21":460,"210":15,"211":3,"214":12,"215":101,"221":220,"223":510,"224":128,"225":297,"23":325,"24":1128,"25":318,"257":57,"26":119,"268":3,"27":57,"273":79,"276":24,"279":6,"28":336,"281":18,"282":11,"291":22,"292":142,"30":28,"302":3,"306":1,"31":49,"314":9,"317":4,"32":13,"33":40,"34":43,"347":10,"35":68,"352":573,"36":109,"37":57,"38":398,"380":10,"381":33,"383":25,"389":2,"39":63,"391":13,"396":3,"397":15,"40":114,"409":68,"41":67,"414":19,"415":60,"419":4,"42":90,"426":1,"43":55,"430":19,"433":4,"44":15,"45":49,"46":174,"48":39,"49":29,"5":579,"51":39,"52":70,"53":29,"56":15,"570":4,"6":224,"63":24,"7":512,"79":22,"8":209,"80":12,"9":106,"all_client":75217,"all_tv_clinet":12051,"insert_time":"2014-08-22T02:28:34.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63360,"10":9,"107":432,"11":630,"12":31,"13":412,"14":88,"15":153,"155":27,"156":16,"158":33,"159":19,"16":96,"160":19,"161":156,"167":28,"17":171,"18":638,"19":374,"20":84,"209":38,"21":454,"210":14,"211":3,"214":11,"215":100,"221":227,"223":520,"224":133,"225":293,"23":335,"24":1101,"25":323,"257":59,"26":118,"268":3,"27":60,"273":76,"276":24,"279":6,"28":345,"281":19,"282":12,"291":23,"292":148,"30":29,"302":4,"306":1,"31":45,"314":8,"317":4,"32":12,"33":39,"34":41,"347":11,"35":68,"352":576,"36":110,"37":56,"38":394,"380":12,"381":34,"383":26,"389":2,"39":63,"391":14,"396":3,"397":15,"40":127,"409":70,"41":63,"414":20,"415":59,"419":4,"42":91,"426":1,"43":54,"430":19,"433":4,"44":17,"45":45,"46":176,"48":37,"49":27,"5":584,"51":38,"52":69,"53":32,"56":14,"570":4,"6":210,"63":27,"7":498,"79":24,"8":215,"80":12,"9":109,"all_client":75438,"all_tv_clinet":12078,"insert_time":"2014-08-22T02:29:34.915Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63487,"10":9,"107":435,"11":633,"12":33,"13":416,"14":85,"15":158,"155":25,"156":17,"158":34,"159":19,"16":109,"160":19,"161":151,"167":28,"17":174,"18":639,"19":384,"20":83,"209":40,"21":455,"210":14,"211":3,"214":11,"215":98,"221":229,"223":518,"224":127,"225":296,"23":343,"24":1073,"25":322,"257":63,"26":120,"268":3,"27":63,"273":75,"276":24,"279":5,"28":351,"281":19,"282":11,"291":24,"292":143,"30":29,"302":4,"31":48,"314":8,"317":4,"32":12,"33":40,"34":42,"347":10,"35":71,"352":582,"36":115,"37":53,"38":380,"380":13,"381":32,"383":26,"389":2,"39":62,"391":15,"396":3,"397":14,"40":136,"409":76,"41":58,"414":20,"415":57,"419":3,"42":95,"43":54,"430":17,"431":1,"433":4,"44":16,"45":41,"46":182,"48":38,"49":30,"5":581,"51":41,"52":64,"53":29,"56":13,"570":4,"6":203,"63":24,"7":489,"79":24,"8":219,"80":12,"9":111,"all_client":75575,"all_tv_clinet":12088,"insert_time":"2014-08-22T02:30:35.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63714,"10":10,"107":438,"11":641,"12":33,"13":412,"14":87,"15":160,"155":23,"156":14,"158":34,"159":19,"16":114,"160":20,"161":149,"167":30,"17":179,"18":640,"19":400,"20":87,"209":40,"21":459,"210":15,"211":3,"214":11,"215":104,"221":229,"223":505,"224":133,"225":298,"23":343,"24":1031,"25":320,"257":61,"26":127,"268":2,"27":67,"273":77,"276":25,"279":5,"28":353,"281":20,"282":10,"291":25,"292":132,"30":25,"302":4,"31":49,"314":6,"317":3,"32":12,"33":41,"34":43,"347":10,"35":70,"352":570,"36":123,"37":50,"38":385,"380":13,"381":33,"383":28,"389":2,"39":68,"391":14,"396":2,"397":14,"40":140,"409":79,"41":58,"414":19,"415":57,"419":2,"42":98,"43":49,"430":17,"431":1,"433":3,"44":16,"45":39,"46":186,"48":38,"49":27,"5":593,"51":39,"52":57,"53":29,"56":14,"570":4,"6":200,"63":25,"7":487,"79":25,"8":223,"80":11,"9":116,"all_client":75816,"all_tv_clinet":12102,"insert_time":"2014-08-22T02:31:36.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63884,"10":10,"107":451,"11":642,"12":31,"13":407,"14":88,"15":163,"155":22,"156":14,"158":35,"159":20,"16":118,"160":19,"161":153,"167":33,"168":1,"17":180,"18":663,"19":397,"20":86,"209":36,"21":465,"210":13,"211":3,"214":11,"215":98,"221":223,"223":492,"224":119,"225":305,"23":335,"24":1017,"25":336,"257":64,"26":131,"268":2,"27":74,"273":80,"276":22,"279":5,"28":359,"281":20,"282":8,"291":25,"292":121,"30":26,"302":5,"31":49,"314":5,"317":3,"32":11,"33":46,"34":40,"347":10,"35":70,"352":568,"36":121,"37":51,"38":380,"380":12,"381":32,"383":27,"389":2,"39":73,"391":15,"396":1,"397":13,"40":131,"409":82,"41":53,"414":20,"415":53,"419":3,"42":100,"43":52,"430":17,"431":1,"433":2,"44":17,"45":36,"46":189,"48":42,"49":26,"5":603,"51":37,"52":51,"53":27,"56":13,"570":5,"6":203,"63":25,"7":490,"79":26,"8":226,"80":11,"9":121,"all_client":76003,"all_tv_clinet":12119,"insert_time":"2014-08-22T02:32:36.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64034,"10":10,"107":451,"11":652,"12":32,"13":411,"14":93,"15":166,"155":21,"156":15,"158":32,"159":20,"16":114,"160":18,"161":154,"167":33,"168":2,"17":183,"18":665,"19":393,"20":92,"209":33,"21":469,"210":12,"211":3,"214":15,"215":98,"221":217,"223":481,"224":111,"225":317,"23":327,"24":1008,"25":347,"257":60,"26":134,"268":2,"27":82,"273":79,"276":23,"279":5,"28":359,"281":20,"282":9,"291":26,"292":120,"30":27,"302":5,"31":48,"314":5,"317":4,"32":13,"33":45,"34":37,"347":10,"35":73,"352":581,"36":118,"37":55,"38":383,"380":13,"381":31,"383":27,"389":2,"39":78,"391":15,"396":1,"397":14,"40":116,"409":82,"41":52,"414":22,"415":49,"419":3,"42":100,"43":59,"430":17,"431":1,"433":2,"44":18,"45":35,"46":193,"48":43,"49":30,"5":608,"51":40,"52":46,"53":29,"56":11,"570":3,"6":208,"63":28,"7":482,"79":26,"8":232,"80":10,"9":127,"all_client":76205,"all_tv_clinet":12171,"insert_time":"2014-08-22T02:33:37.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64175,"10":10,"107":449,"11":660,"12":33,"13":424,"14":97,"15":165,"155":19,"156":15,"158":32,"159":20,"16":121,"160":17,"161":155,"167":35,"168":2,"17":189,"18":667,"19":392,"20":96,"209":30,"21":468,"210":11,"211":2,"214":15,"215":99,"221":218,"223":486,"224":93,"225":314,"23":324,"24":1008,"25":352,"257":61,"26":134,"268":4,"27":86,"273":81,"276":24,"279":4,"28":360,"281":20,"282":9,"291":27,"292":121,"30":27,"302":5,"31":46,"314":4,"317":5,"32":13,"33":45,"34":32,"347":10,"35":76,"352":583,"36":122,"37":59,"38":387,"380":13,"381":31,"383":26,"389":2,"39":82,"391":15,"396":1,"397":14,"40":106,"409":84,"41":52,"414":25,"415":49,"419":3,"42":98,"43":61,"430":17,"431":1,"433":2,"434":1,"44":16,"45":29,"46":194,"48":46,"49":31,"5":613,"51":44,"52":46,"53":29,"56":9,"570":2,"6":213,"63":27,"7":475,"79":27,"8":236,"80":10,"9":131,"all_client":76399,"all_tv_clinet":12224,"insert_time":"2014-08-22T02:34:37.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64357,"10":10,"107":454,"11":658,"12":36,"13":426,"14":105,"15":167,"155":19,"156":15,"158":30,"159":20,"16":123,"160":17,"161":153,"167":39,"168":1,"17":187,"18":670,"19":396,"20":93,"209":31,"21":472,"210":9,"211":2,"214":15,"215":99,"221":217,"223":480,"224":85,"225":304,"23":322,"24":1006,"25":354,"257":60,"26":136,"268":7,"27":85,"273":83,"276":25,"279":4,"28":357,"281":20,"282":8,"291":28,"292":122,"30":24,"302":5,"31":51,"314":5,"317":5,"32":16,"33":45,"34":28,"347":11,"35":82,"352":583,"36":121,"37":61,"38":401,"380":13,"381":31,"383":24,"389":2,"39":86,"391":16,"396":1,"397":14,"40":91,"409":83,"41":56,"414":28,"415":48,"419":2,"42":102,"43":60,"430":16,"431":1,"433":3,"434":1,"44":18,"45":28,"46":191,"48":52,"49":29,"5":624,"51":47,"52":46,"53":32,"56":9,"570":2,"6":223,"63":25,"7":466,"79":26,"8":238,"80":8,"9":132,"all_client":76619,"all_tv_clinet":12262,"insert_time":"2014-08-22T02:35:38.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64492,"10":11,"107":461,"11":665,"12":36,"13":434,"14":104,"15":161,"155":20,"156":16,"158":30,"159":18,"16":131,"160":18,"161":155,"167":39,"168":1,"17":188,"18":665,"19":399,"20":92,"209":31,"21":482,"210":8,"211":2,"214":14,"215":102,"221":217,"223":482,"224":76,"225":313,"23":325,"24":999,"25":368,"257":59,"26":143,"268":7,"27":91,"273":83,"276":24,"279":5,"28":364,"281":20,"282":7,"291":30,"292":126,"30":23,"302":5,"31":51,"314":7,"317":5,"32":16,"33":50,"34":26,"347":13,"35":86,"352":588,"36":125,"37":58,"38":400,"380":13,"381":34,"383":25,"389":1,"39":85,"391":15,"396":1,"397":13,"40":83,"409":82,"41":62,"414":30,"415":49,"419":3,"42":102,"43":60,"430":15,"433":3,"434":1,"44":18,"45":25,"46":194,"48":54,"49":26,"5":622,"51":46,"52":44,"53":33,"56":8,"570":3,"6":228,"63":23,"7":459,"79":25,"8":232,"80":7,"9":132,"all_client":76823,"all_tv_clinet":12331,"insert_time":"2014-08-22T02:36:38.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64627,"10":11,"107":477,"11":660,"12":34,"13":442,"14":103,"15":164,"155":20,"156":16,"158":31,"159":18,"16":136,"160":16,"161":159,"167":39,"168":1,"17":189,"18":676,"19":397,"20":90,"209":28,"21":484,"210":10,"211":2,"214":14,"215":98,"221":216,"223":486,"224":73,"225":312,"23":325,"24":995,"25":384,"257":59,"26":145,"268":9,"27":86,"273":87,"276":24,"279":5,"28":371,"281":20,"282":8,"291":32,"292":128,"30":20,"302":5,"31":49,"314":6,"317":5,"32":16,"33":49,"34":26,"347":16,"35":83,"352":583,"36":116,"37":61,"38":397,"380":13,"381":35,"383":24,"389":1,"39":89,"391":15,"396":2,"397":12,"40":78,"409":82,"41":64,"414":28,"415":48,"419":3,"42":107,"43":60,"430":14,"433":3,"44":19,"45":23,"46":198,"48":58,"49":28,"5":636,"51":44,"52":43,"53":36,"56":10,"570":5,"6":223,"63":24,"7":469,"79":25,"8":215,"80":7,"9":127,"all_client":77007,"all_tv_clinet":12380,"insert_time":"2014-08-22T02:37:39.365Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64852,"10":10,"107":478,"11":662,"12":36,"13":445,"14":99,"15":164,"155":19,"156":17,"158":31,"159":18,"16":133,"160":14,"161":167,"167":41,"168":1,"17":186,"18":675,"19":397,"20":86,"209":28,"21":480,"210":10,"211":2,"214":14,"215":98,"221":208,"223":493,"224":71,"225":322,"23":316,"24":1003,"25":388,"257":60,"26":143,"268":10,"27":87,"273":93,"276":22,"279":5,"28":372,"281":20,"282":8,"291":32,"292":132,"30":19,"302":5,"31":46,"314":6,"317":5,"32":14,"33":50,"34":26,"347":15,"35":85,"352":577,"36":120,"37":61,"38":393,"380":13,"381":34,"383":26,"389":1,"39":97,"391":16,"396":3,"397":11,"40":76,"409":78,"41":68,"414":28,"415":52,"419":3,"42":110,"426":1,"43":57,"430":16,"433":3,"44":17,"45":20,"46":199,"48":60,"49":28,"5":646,"51":47,"52":48,"53":40,"56":11,"570":6,"6":212,"63":24,"7":477,"79":26,"8":203,"80":6,"9":136,"all_client":77269,"all_tv_clinet":12417,"insert_time":"2014-08-22T02:38:39.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65044,"10":10,"107":481,"11":641,"12":35,"13":446,"14":100,"15":169,"155":19,"156":17,"158":32,"159":15,"16":129,"160":16,"161":166,"167":43,"168":3,"17":179,"18":690,"19":398,"20":86,"209":34,"21":485,"210":12,"211":2,"214":12,"215":103,"221":217,"223":505,"224":71,"225":310,"23":306,"24":984,"25":405,"257":60,"26":135,"268":11,"27":87,"273":89,"276":20,"279":5,"28":371,"281":23,"282":7,"291":31,"292":133,"30":19,"302":4,"31":47,"314":5,"317":5,"32":11,"33":54,"34":28,"347":18,"35":85,"352":576,"36":118,"37":67,"38":396,"380":13,"381":35,"383":27,"39":102,"391":16,"396":3,"397":11,"40":70,"409":69,"41":71,"414":30,"415":49,"419":3,"42":115,"426":1,"43":57,"430":16,"433":3,"44":20,"45":21,"46":200,"48":65,"49":25,"5":660,"51":45,"52":55,"53":43,"56":11,"570":5,"6":203,"63":23,"7":497,"79":25,"8":204,"80":5,"9":138,"all_client":77506,"all_tv_clinet":12462,"insert_time":"2014-08-22T02:39:40.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65229,"10":9,"107":471,"11":646,"12":36,"13":453,"14":106,"15":172,"155":21,"156":18,"158":33,"159":15,"16":128,"160":19,"161":170,"167":45,"168":3,"17":170,"18":696,"19":406,"20":85,"209":37,"21":497,"210":11,"211":2,"214":9,"215":104,"221":210,"223":509,"224":64,"225":310,"23":306,"24":984,"25":410,"257":56,"26":119,"268":7,"27":87,"273":92,"276":20,"279":5,"28":363,"281":24,"282":8,"291":30,"292":134,"30":21,"302":4,"31":46,"314":6,"317":3,"32":11,"33":56,"34":27,"347":16,"35":84,"352":580,"36":117,"37":70,"38":391,"380":13,"381":31,"383":30,"39":109,"391":17,"396":3,"397":13,"40":68,"409":63,"41":73,"414":30,"415":49,"419":3,"42":122,"426":1,"43":56,"430":15,"433":2,"44":23,"45":20,"46":187,"48":67,"49":26,"5":660,"51":49,"52":56,"53":42,"56":13,"570":5,"6":200,"63":22,"7":509,"79":23,"8":203,"80":5,"9":142,"all_client":77711,"all_tv_clinet":12482,"insert_time":"2014-08-22T02:40:41.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65439,"10":8,"107":460,"11":654,"12":38,"13":451,"14":113,"15":160,"155":25,"156":19,"158":35,"159":15,"16":118,"160":19,"161":169,"167":45,"168":3,"17":167,"18":709,"19":409,"20":85,"209":37,"21":502,"210":11,"211":2,"214":7,"215":107,"221":209,"223":522,"224":60,"225":310,"23":299,"24":969,"25":416,"257":54,"26":108,"268":8,"27":85,"273":94,"276":19,"279":4,"28":365,"281":25,"282":9,"291":30,"292":137,"30":26,"302":5,"31":47,"314":5,"317":3,"32":13,"33":61,"34":27,"347":15,"35":88,"352":588,"36":119,"37":72,"38":389,"380":13,"381":32,"383":32,"39":115,"391":18,"396":3,"397":13,"40":73,"409":60,"41":75,"414":32,"415":48,"419":4,"42":126,"426":2,"43":56,"430":19,"433":2,"44":24,"45":19,"46":177,"48":69,"49":28,"5":678,"51":49,"52":58,"53":45,"56":14,"570":3,"6":193,"63":23,"7":513,"79":19,"8":193,"80":5,"9":137,"all_client":77958,"all_tv_clinet":12519,"insert_time":"2014-08-22T02:41:41.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65622,"10":8,"107":465,"11":650,"12":41,"13":459,"14":114,"15":148,"155":26,"156":19,"158":37,"159":15,"16":112,"160":22,"161":162,"167":47,"168":2,"17":172,"18":710,"19":417,"20":88,"209":34,"21":495,"210":10,"211":3,"214":6,"215":104,"221":209,"223":528,"224":62,"225":309,"23":300,"24":961,"25":419,"257":58,"26":102,"268":7,"27":91,"273":95,"276":17,"279":4,"28":365,"281":23,"282":10,"291":30,"292":141,"30":27,"302":5,"31":45,"314":5,"317":3,"32":17,"33":58,"34":29,"347":11,"35":92,"352":600,"36":119,"37":74,"38":387,"380":13,"381":30,"383":31,"39":124,"391":16,"396":3,"397":13,"40":76,"409":62,"41":77,"414":32,"415":49,"419":3,"42":131,"426":2,"43":57,"430":19,"433":1,"44":27,"45":15,"46":159,"48":67,"49":26,"5":682,"51":49,"52":59,"53":44,"56":13,"570":3,"6":184,"63":25,"7":525,"79":19,"8":191,"80":4,"9":136,"all_client":78158,"all_tv_clinet":12536,"insert_time":"2014-08-22T02:42:42.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65827,"10":6,"107":461,"11":649,"12":40,"13":461,"14":121,"15":132,"155":25,"156":20,"158":36,"159":17,"16":116,"160":24,"161":154,"167":51,"168":2,"17":171,"18":709,"19":433,"20":89,"209":33,"21":506,"210":11,"211":3,"214":4,"215":102,"221":213,"223":544,"224":59,"225":305,"23":304,"24":961,"25":419,"257":58,"26":95,"268":7,"27":99,"273":87,"276":18,"279":4,"28":363,"281":23,"282":8,"291":31,"292":137,"30":31,"302":5,"31":43,"314":4,"317":3,"32":24,"33":58,"34":31,"347":13,"35":92,"352":598,"36":114,"37":76,"38":378,"380":13,"381":33,"383":28,"39":124,"391":15,"396":3,"397":11,"40":80,"409":72,"41":83,"414":32,"415":46,"419":2,"42":126,"426":4,"43":59,"430":18,"433":1,"44":24,"45":15,"46":151,"48":68,"49":26,"5":674,"51":51,"52":64,"53":47,"56":12,"570":3,"6":179,"63":25,"7":531,"79":20,"8":182,"80":6,"9":129,"all_client":78365,"all_tv_clinet":12538,"insert_time":"2014-08-22T02:43:42.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65931,"10":8,"107":471,"11":647,"12":36,"13":472,"14":124,"15":126,"155":25,"156":16,"158":37,"159":17,"16":116,"160":24,"161":154,"167":51,"168":2,"17":170,"18":720,"19":449,"20":85,"209":36,"21":505,"210":11,"211":3,"214":4,"215":103,"221":218,"223":555,"224":58,"225":318,"23":304,"24":951,"25":410,"257":58,"26":88,"268":6,"27":103,"273":79,"276":18,"279":6,"28":355,"281":23,"282":8,"291":31,"292":131,"30":34,"302":5,"31":40,"314":4,"317":3,"32":23,"33":57,"34":32,"347":21,"35":90,"352":605,"36":114,"37":79,"38":375,"380":14,"381":32,"383":27,"39":127,"391":14,"396":3,"397":11,"40":85,"409":77,"41":89,"414":30,"415":47,"419":2,"42":131,"426":3,"43":55,"430":18,"433":1,"44":23,"45":15,"46":145,"48":68,"49":28,"5":676,"51":49,"52":63,"53":48,"56":9,"570":4,"6":175,"63":25,"7":542,"79":21,"8":175,"80":6,"9":130,"all_client":78513,"all_tv_clinet":12582,"insert_time":"2014-08-22T02:44:43.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66116,"10":10,"107":472,"11":653,"12":36,"13":486,"14":123,"15":118,"155":26,"156":16,"158":36,"159":17,"16":113,"160":24,"161":160,"167":50,"168":2,"17":173,"18":704,"19":455,"20":85,"209":35,"21":500,"210":12,"211":3,"214":4,"215":107,"221":215,"223":555,"224":55,"225":326,"23":308,"24":938,"25":405,"257":54,"26":84,"268":6,"27":105,"273":71,"276":19,"279":6,"28":351,"281":24,"282":7,"291":31,"292":137,"30":37,"302":5,"31":40,"314":4,"317":3,"32":22,"33":58,"34":39,"347":21,"35":89,"352":615,"36":113,"37":80,"38":382,"380":15,"381":31,"383":28,"39":129,"391":16,"396":3,"397":10,"40":89,"409":78,"41":87,"414":29,"415":49,"419":4,"42":133,"426":4,"43":50,"430":19,"433":1,"44":21,"45":13,"46":142,"48":67,"49":28,"5":683,"51":55,"52":62,"53":48,"56":9,"570":4,"6":174,"63":27,"7":544,"79":21,"8":174,"80":7,"9":130,"all_client":78725,"all_tv_clinet":12609,"insert_time":"2014-08-22T02:45:43.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66318,"10":10,"107":472,"11":655,"12":38,"13":496,"14":126,"15":108,"155":28,"156":19,"158":38,"159":15,"16":112,"160":22,"161":162,"167":51,"168":2,"17":174,"18":701,"19":451,"20":82,"209":34,"21":501,"210":11,"211":3,"214":4,"215":107,"221":208,"223":566,"224":54,"225":340,"23":314,"24":939,"25":409,"257":53,"26":80,"268":8,"27":107,"273":70,"276":19,"279":6,"28":345,"281":21,"282":7,"291":32,"292":133,"30":39,"302":7,"31":39,"314":5,"317":3,"32":21,"33":62,"34":43,"347":21,"35":86,"352":621,"36":113,"37":78,"38":371,"380":14,"381":31,"383":30,"39":137,"391":17,"396":3,"397":11,"40":89,"409":84,"41":92,"414":31,"415":49,"419":4,"42":136,"426":3,"43":41,"430":19,"433":1,"44":24,"45":12,"46":134,"48":71,"49":29,"5":684,"51":54,"52":61,"53":45,"56":8,"570":5,"6":178,"63":27,"7":549,"79":21,"8":164,"80":4,"9":130,"all_client":78952,"all_tv_clinet":12634,"insert_time":"2014-08-22T02:46:44.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66469,"10":10,"107":475,"11":652,"12":38,"13":482,"14":116,"15":109,"155":28,"156":18,"158":39,"159":14,"16":106,"160":22,"161":174,"167":49,"168":2,"17":175,"18":707,"19":435,"20":77,"209":34,"21":505,"210":11,"211":2,"214":4,"215":111,"221":200,"223":562,"224":55,"225":353,"23":317,"24":951,"25":417,"257":56,"26":80,"268":8,"27":110,"273":71,"276":20,"279":4,"28":337,"281":19,"282":5,"291":32,"292":136,"30":43,"302":7,"31":40,"314":7,"317":3,"32":22,"33":63,"34":42,"347":20,"35":78,"352":630,"36":115,"37":78,"38":376,"380":13,"381":32,"383":30,"39":145,"391":17,"396":2,"397":12,"40":89,"409":83,"41":91,"414":31,"415":48,"419":4,"42":134,"426":2,"43":39,"430":22,"433":2,"44":23,"45":12,"46":132,"48":72,"49":32,"5":690,"51":51,"52":58,"53":46,"56":8,"570":4,"6":176,"63":26,"7":572,"79":19,"8":157,"80":5,"9":132,"all_client":79132,"all_tv_clinet":12663,"insert_time":"2014-08-22T02:47:45.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66581,"10":11,"107":473,"11":658,"12":35,"13":484,"14":110,"15":115,"155":28,"156":19,"158":40,"159":13,"16":100,"160":23,"161":183,"167":49,"168":2,"17":186,"18":709,"19":407,"20":78,"209":40,"21":501,"210":12,"211":2,"214":5,"215":107,"221":202,"223":572,"224":54,"225":352,"23":319,"24":975,"25":418,"257":54,"26":78,"268":10,"27":114,"273":75,"276":20,"279":3,"28":335,"281":17,"282":6,"291":32,"292":143,"30":51,"302":8,"31":44,"314":5,"317":3,"32":20,"33":63,"34":42,"347":20,"35":70,"352":625,"36":116,"37":78,"38":372,"380":11,"381":36,"383":28,"39":147,"391":18,"396":4,"397":12,"40":91,"409":86,"41":90,"414":29,"415":47,"419":3,"42":120,"426":2,"43":41,"430":24,"433":2,"44":22,"45":12,"46":125,"48":72,"49":35,"5":703,"51":51,"52":59,"53":48,"56":8,"570":4,"6":176,"63":25,"7":583,"79":19,"8":148,"80":6,"9":131,"all_client":79285,"all_tv_clinet":12704,"insert_time":"2014-08-22T02:48:45.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66759,"10":9,"107":482,"11":666,"12":35,"13":464,"14":98,"15":123,"155":26,"156":19,"158":39,"159":13,"16":100,"160":22,"161":192,"167":48,"168":1,"17":191,"18":706,"19":384,"20":74,"209":39,"21":511,"210":12,"211":2,"214":6,"215":106,"221":203,"223":564,"224":53,"225":369,"23":320,"24":1006,"25":429,"257":57,"26":85,"268":10,"27":121,"273":76,"276":21,"279":4,"28":328,"281":18,"282":6,"291":34,"292":151,"30":53,"302":8,"31":48,"314":5,"317":3,"32":19,"33":64,"34":43,"347":21,"35":67,"352":620,"36":122,"37":79,"38":377,"380":10,"381":37,"383":24,"39":151,"391":17,"396":6,"397":12,"40":94,"409":88,"41":87,"414":29,"415":49,"419":3,"42":102,"426":1,"43":38,"430":27,"433":2,"44":24,"45":10,"46":119,"48":71,"49":36,"5":711,"51":50,"52":59,"53":50,"56":8,"570":5,"6":176,"63":22,"7":595,"79":20,"8":144,"80":8,"9":134,"all_client":79530,"all_tv_clinet":12771,"insert_time":"2014-08-22T02:49:46.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66985,"10":7,"107":471,"11":672,"12":33,"13":446,"14":98,"15":126,"155":27,"156":18,"158":39,"159":12,"16":98,"160":21,"161":190,"167":50,"168":1,"17":200,"18":689,"19":376,"20":79,"209":41,"21":522,"210":14,"211":2,"214":5,"215":104,"221":203,"223":555,"224":50,"225":368,"23":319,"24":1014,"25":435,"257":56,"26":90,"268":9,"27":122,"273":80,"276":22,"279":6,"28":321,"281":17,"282":7,"291":34,"292":155,"30":54,"302":8,"31":50,"314":5,"317":3,"32":22,"33":61,"34":48,"347":23,"35":64,"352":612,"36":130,"37":79,"38":369,"380":9,"381":35,"383":23,"39":153,"391":18,"396":6,"397":12,"40":98,"409":90,"41":84,"414":30,"415":46,"419":5,"42":88,"426":1,"43":37,"430":27,"433":2,"44":26,"45":9,"46":118,"48":75,"49":39,"5":723,"51":47,"52":61,"53":49,"56":7,"570":4,"6":177,"63":22,"7":606,"79":19,"8":151,"80":10,"9":129,"all_client":79753,"all_tv_clinet":12768,"insert_time":"2014-08-22T02:50:46.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67163,"10":6,"107":463,"11":671,"12":35,"13":434,"14":101,"15":122,"155":28,"156":16,"158":40,"159":14,"16":94,"160":22,"161":192,"167":50,"17":203,"18":684,"19":375,"20":77,"209":40,"21":535,"210":15,"211":2,"214":7,"215":103,"221":197,"223":561,"224":51,"225":368,"23":320,"24":1024,"25":445,"257":59,"26":85,"268":9,"27":120,"273":79,"276":25,"279":6,"28":309,"281":16,"282":9,"291":33,"292":156,"30":51,"302":8,"31":55,"314":5,"317":2,"32":22,"33":56,"34":53,"347":24,"35":64,"352":621,"36":131,"37":80,"38":381,"380":9,"381":37,"383":22,"39":155,"391":18,"396":5,"397":13,"40":101,"409":91,"41":89,"414":31,"415":44,"419":4,"42":80,"426":1,"43":39,"430":28,"433":2,"44":24,"45":10,"46":118,"48":78,"49":44,"5":733,"51":44,"52":64,"53":49,"56":7,"570":3,"6":176,"63":21,"7":616,"79":18,"8":155,"80":12,"9":124,"all_client":79982,"all_tv_clinet":12819,"insert_time":"2014-08-22T02:51:47.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67376,"10":7,"107":451,"11":673,"12":34,"13":422,"14":99,"15":123,"155":25,"156":14,"158":39,"159":15,"16":88,"160":22,"161":196,"167":51,"17":213,"18":680,"19":360,"20":75,"209":40,"21":546,"210":15,"211":1,"214":7,"215":105,"221":204,"223":564,"224":51,"225":371,"23":317,"24":1021,"25":440,"257":60,"26":82,"268":9,"27":119,"273":81,"276":25,"279":7,"28":304,"281":16,"282":9,"291":33,"292":158,"30":52,"302":9,"31":52,"314":4,"317":2,"32":21,"33":53,"34":53,"347":24,"35":59,"352":625,"36":130,"37":83,"38":371,"380":9,"381":37,"383":22,"39":151,"391":23,"396":3,"397":13,"40":107,"409":89,"41":88,"414":30,"415":41,"419":4,"42":74,"426":1,"43":36,"430":28,"433":3,"44":27,"45":11,"46":112,"48":76,"49":43,"5":743,"51":43,"52":64,"53":47,"56":5,"570":3,"6":175,"63":21,"7":632,"79":18,"8":169,"80":14,"9":128,"all_client":80176,"all_tv_clinet":12800,"insert_time":"2014-08-22T02:52:47.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67502,"10":6,"107":448,"11":686,"12":35,"13":423,"14":98,"15":128,"155":25,"156":13,"158":39,"159":15,"16":92,"160":22,"161":196,"167":51,"17":220,"18":675,"19":356,"20":73,"209":40,"21":558,"210":13,"211":1,"214":7,"215":105,"221":208,"223":564,"224":51,"225":369,"23":320,"24":1010,"25":442,"257":62,"26":81,"268":9,"27":118,"273":84,"276":27,"279":7,"28":297,"281":16,"282":11,"291":33,"292":162,"30":51,"302":9,"306":1,"31":51,"314":5,"317":2,"32":17,"33":51,"34":52,"347":22,"35":57,"352":640,"36":131,"37":86,"38":380,"380":9,"381":39,"383":21,"39":153,"391":23,"396":2,"397":13,"40":116,"409":88,"41":88,"414":27,"415":41,"419":3,"42":70,"426":3,"43":37,"430":28,"433":1,"44":27,"45":12,"46":111,"48":75,"49":42,"5":766,"51":42,"52":65,"53":45,"56":7,"570":3,"6":177,"63":20,"7":628,"79":19,"8":174,"80":17,"9":131,"all_client":80376,"all_tv_clinet":12874,"insert_time":"2014-08-22T02:53:48.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67632,"10":6,"107":456,"11":691,"12":34,"13":412,"14":95,"15":133,"155":24,"156":13,"158":38,"159":18,"16":96,"160":23,"161":206,"167":54,"17":227,"18":687,"19":366,"20":77,"209":43,"21":552,"210":13,"211":1,"214":7,"215":104,"221":204,"223":563,"224":48,"225":378,"23":334,"24":990,"25":437,"257":65,"26":85,"268":7,"27":124,"273":86,"276":27,"279":6,"28":288,"281":14,"282":10,"291":33,"292":171,"30":55,"302":8,"306":1,"31":49,"314":5,"317":2,"32":15,"33":50,"34":50,"347":20,"35":53,"352":625,"36":132,"37":85,"38":382,"380":9,"381":36,"383":28,"39":154,"391":23,"396":2,"397":13,"40":119,"409":85,"41":86,"414":30,"415":41,"419":3,"42":71,"426":3,"43":34,"430":28,"433":1,"44":28,"45":13,"46":112,"48":74,"49":41,"5":767,"51":39,"52":58,"53":46,"56":6,"570":3,"6":175,"63":20,"7":637,"79":19,"8":179,"80":21,"9":135,"all_client":80549,"all_tv_clinet":12917,"insert_time":"2014-08-22T02:54:48.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67790,"10":6,"107":462,"11":690,"12":35,"13":406,"14":89,"15":138,"155":24,"156":13,"158":38,"159":17,"16":100,"160":22,"161":205,"167":57,"17":232,"18":692,"19":373,"20":81,"209":45,"21":548,"210":11,"211":2,"214":8,"215":106,"221":202,"223":551,"224":47,"225":377,"23":340,"24":981,"25":441,"257":62,"26":90,"268":7,"27":126,"273":91,"276":27,"279":9,"28":290,"281":13,"282":11,"291":35,"292":167,"30":56,"302":7,"306":1,"31":50,"314":5,"317":1,"32":13,"33":51,"34":51,"347":18,"35":53,"352":620,"36":130,"37":84,"38":392,"380":9,"381":33,"383":27,"39":154,"391":24,"396":2,"397":12,"40":119,"409":82,"41":87,"414":33,"415":43,"419":4,"42":71,"426":3,"43":33,"430":28,"44":28,"45":10,"46":118,"48":69,"49":42,"5":771,"51":42,"52":58,"53":52,"56":7,"570":2,"6":178,"63":20,"7":639,"79":18,"8":181,"80":22,"9":133,"all_client":80743,"all_tv_clinet":12953,"insert_time":"2014-08-22T02:55:49.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67984,"10":6,"107":451,"11":699,"12":33,"13":413,"14":86,"15":141,"155":27,"156":14,"158":38,"159":15,"16":102,"160":23,"161":206,"167":59,"17":239,"18":687,"19":386,"20":80,"209":45,"21":543,"210":11,"211":3,"214":9,"215":106,"221":207,"223":550,"224":53,"225":382,"23":352,"24":990,"25":444,"257":65,"26":91,"268":6,"27":130,"273":92,"276":25,"279":9,"28":286,"281":12,"282":12,"291":36,"292":150,"30":58,"302":6,"306":1,"31":49,"314":6,"317":1,"32":13,"33":48,"34":49,"347":19,"35":59,"352":621,"36":129,"37":85,"38":381,"380":9,"381":31,"383":28,"39":157,"391":24,"396":2,"397":12,"40":120,"409":84,"41":85,"414":35,"415":45,"419":4,"42":71,"426":2,"43":34,"430":27,"44":31,"45":10,"46":117,"48":63,"49":49,"5":764,"51":43,"52":60,"53":51,"56":7,"570":4,"6":181,"63":21,"7":646,"79":15,"8":181,"80":24,"9":128,"all_client":80988,"all_tv_clinet":13004,"insert_time":"2014-08-22T02:56:50.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68176,"10":5,"107":450,"11":699,"12":36,"13":407,"14":88,"15":140,"155":27,"156":13,"158":38,"159":15,"16":97,"160":21,"161":203,"167":60,"17":248,"18":665,"19":392,"20":85,"209":44,"21":549,"210":11,"211":3,"214":10,"215":111,"221":208,"223":556,"224":55,"225":378,"23":357,"24":995,"25":450,"257":68,"26":90,"268":6,"27":135,"273":91,"276":23,"279":9,"28":277,"281":12,"282":12,"291":36,"292":131,"30":59,"302":6,"306":1,"31":46,"314":7,"32":13,"33":49,"34":47,"347":19,"35":58,"352":628,"36":135,"37":88,"38":387,"380":8,"381":30,"383":28,"39":160,"391":23,"396":3,"397":11,"40":120,"409":94,"41":83,"414":35,"415":44,"419":4,"42":70,"426":1,"43":35,"430":27,"44":29,"45":10,"46":119,"48":65,"49":51,"5":734,"51":40,"52":62,"53":55,"56":7,"570":5,"6":186,"63":24,"7":656,"79":16,"8":189,"80":24,"9":119,"all_client":81192,"all_tv_clinet":13016,"insert_time":"2014-08-22T02:57:50.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68274,"10":5,"107":452,"11":691,"12":40,"13":415,"14":93,"15":133,"155":28,"156":13,"158":40,"159":14,"16":92,"160":24,"161":197,"167":59,"17":260,"18":645,"19":408,"20":84,"209":43,"21":549,"210":11,"211":3,"214":10,"215":108,"221":214,"223":575,"224":60,"225":376,"23":371,"24":1015,"25":457,"257":69,"26":86,"268":6,"27":138,"273":77,"276":24,"279":10,"28":276,"281":13,"282":13,"291":36,"292":122,"30":57,"302":6,"306":1,"31":49,"314":7,"32":13,"33":45,"34":50,"347":17,"35":57,"352":631,"36":133,"37":87,"38":387,"380":9,"381":31,"383":29,"39":164,"391":21,"396":3,"397":12,"40":116,"409":96,"41":84,"414":36,"415":45,"419":4,"42":74,"426":2,"43":39,"430":29,"433":1,"44":29,"45":11,"46":122,"48":65,"49":50,"5":710,"51":40,"52":63,"53":57,"56":10,"570":4,"6":198,"63":26,"7":657,"79":16,"8":190,"80":26,"9":109,"all_client":81347,"all_tv_clinet":13073,"insert_time":"2014-08-22T02:58:51.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68435,"10":6,"107":450,"11":688,"12":41,"13":421,"14":87,"15":139,"155":28,"156":14,"158":40,"159":14,"16":93,"160":25,"161":186,"167":58,"17":267,"18":632,"19":412,"20":86,"209":39,"21":553,"210":12,"211":3,"214":10,"215":107,"221":218,"223":586,"224":67,"225":375,"23":378,"24":1044,"25":466,"257":71,"26":90,"268":6,"27":143,"273":68,"276":26,"279":9,"28":276,"281":14,"282":11,"291":37,"292":131,"30":58,"302":6,"306":1,"31":57,"314":6,"32":16,"33":50,"34":47,"347":16,"35":54,"352":627,"36":136,"37":86,"38":380,"380":7,"381":33,"383":27,"39":162,"391":21,"396":4,"397":12,"40":113,"409":99,"41":84,"414":33,"415":44,"419":4,"42":71,"426":3,"43":38,"430":30,"433":1,"44":25,"45":11,"46":128,"48":63,"49":52,"5":691,"51":36,"52":65,"53":62,"56":11,"570":2,"6":205,"63":28,"7":659,"79":18,"8":191,"80":27,"9":110,"all_client":81572,"all_tv_clinet":13137,"insert_time":"2014-08-22T02:59:51.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68676,"10":8,"107":452,"11":687,"12":42,"13":434,"14":80,"15":144,"155":28,"156":18,"158":40,"159":15,"16":103,"160":25,"161":177,"167":54,"17":276,"18":617,"19":417,"20":82,"209":44,"21":557,"210":12,"211":3,"214":10,"215":104,"221":213,"223":583,"224":70,"225":377,"23":381,"24":1063,"25":464,"257":69,"26":92,"268":7,"27":148,"273":62,"276":28,"279":10,"28":281,"281":15,"282":10,"291":37,"292":132,"30":59,"302":5,"306":1,"31":61,"314":8,"32":17,"33":49,"34":50,"347":16,"35":53,"352":631,"36":139,"37":86,"38":375,"380":7,"381":31,"383":26,"39":167,"391":21,"396":5,"397":12,"40":112,"409":94,"41":81,"414":29,"415":37,"419":6,"42":74,"426":3,"43":36,"430":32,"433":1,"44":28,"45":12,"46":133,"48":68,"49":52,"5":678,"51":38,"52":68,"53":60,"56":13,"570":3,"6":209,"63":27,"7":676,"79":17,"8":192,"80":25,"9":113,"all_client":81883,"all_tv_clinet":13207,"insert_time":"2014-08-22T03:00:52.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68879,"10":9,"107":448,"11":703,"12":43,"13":444,"14":77,"15":149,"155":28,"156":20,"158":44,"159":17,"16":104,"160":25,"161":177,"167":53,"17":282,"18":610,"19":407,"20":85,"209":41,"21":571,"210":14,"211":3,"214":9,"215":105,"221":213,"223":581,"224":70,"225":380,"23":386,"24":1083,"25":459,"257":70,"26":93,"268":7,"27":152,"273":62,"276":27,"279":9,"28":286,"281":16,"282":10,"291":35,"292":137,"30":61,"302":5,"306":1,"31":58,"314":9,"317":1,"32":20,"33":50,"34":51,"347":15,"35":51,"352":625,"36":145,"37":86,"38":378,"380":6,"381":28,"383":26,"39":167,"391":21,"396":4,"397":12,"40":112,"409":88,"41":75,"414":25,"415":41,"419":6,"42":74,"426":4,"43":33,"430":32,"433":2,"44":28,"45":13,"46":134,"48":67,"49":53,"5":659,"51":39,"52":69,"53":59,"56":13,"570":3,"6":199,"63":24,"7":684,"79":16,"8":199,"80":24,"9":117,"all_client":82135,"all_tv_clinet":13256,"insert_time":"2014-08-22T03:01:53.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69025,"10":9,"107":443,"11":700,"12":46,"13":453,"14":79,"15":148,"155":26,"156":18,"158":45,"159":18,"16":110,"160":25,"161":180,"167":53,"17":287,"18":606,"19":401,"20":87,"209":46,"21":583,"210":13,"211":4,"214":9,"215":109,"221":221,"223":588,"224":78,"225":378,"23":380,"24":1089,"25":454,"257":72,"26":91,"268":8,"27":147,"273":62,"276":26,"279":10,"28":298,"281":16,"282":9,"291":35,"292":139,"30":60,"302":5,"306":1,"31":54,"314":9,"317":1,"32":19,"33":47,"34":50,"347":15,"35":47,"352":625,"36":143,"37":87,"38":377,"380":5,"381":29,"383":25,"39":168,"391":22,"396":4,"397":13,"40":111,"409":80,"41":73,"414":26,"415":42,"419":7,"42":72,"426":4,"43":37,"430":32,"433":2,"44":30,"45":15,"46":134,"48":66,"49":56,"5":642,"51":40,"52":73,"53":58,"56":14,"570":4,"6":193,"63":25,"7":688,"79":16,"8":205,"80":22,"9":120,"all_client":82317,"all_tv_clinet":13292,"insert_time":"2014-08-22T03:02:53.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69185,"10":8,"107":438,"11":710,"12":43,"13":464,"14":83,"15":155,"155":25,"156":17,"158":46,"159":20,"16":113,"160":24,"161":180,"167":53,"17":293,"18":603,"19":408,"20":84,"209":49,"21":597,"210":14,"211":4,"214":9,"215":112,"221":232,"223":583,"224":81,"225":370,"23":386,"24":1090,"25":462,"257":70,"26":89,"268":8,"27":131,"273":64,"276":26,"279":10,"28":303,"281":16,"282":11,"291":35,"292":142,"30":64,"302":5,"306":1,"31":54,"314":9,"317":1,"32":20,"33":42,"34":49,"347":15,"35":44,"352":613,"36":134,"37":86,"38":370,"380":5,"381":29,"383":26,"39":158,"391":28,"396":3,"397":13,"40":113,"409":70,"41":73,"414":26,"415":44,"419":6,"42":77,"426":5,"43":38,"430":32,"433":2,"44":34,"45":15,"46":141,"48":70,"49":60,"5":622,"51":41,"52":76,"53":62,"56":13,"570":2,"6":179,"63":26,"7":684,"79":16,"8":206,"80":23,"9":121,"all_client":82492,"all_tv_clinet":13307,"insert_time":"2014-08-22T03:03:54.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69414,"10":8,"107":459,"11":712,"12":37,"13":466,"14":87,"15":153,"155":25,"156":12,"158":46,"159":21,"16":109,"160":27,"161":178,"167":54,"17":293,"18":600,"19":414,"20":83,"209":53,"21":590,"210":13,"211":5,"214":9,"215":115,"221":240,"223":581,"224":86,"225":367,"23":383,"24":1089,"25":470,"257":66,"26":90,"268":6,"27":112,"273":66,"276":29,"279":12,"28":296,"281":16,"282":12,"291":31,"292":146,"30":64,"302":5,"306":1,"31":59,"314":9,"317":1,"32":23,"33":43,"34":51,"347":14,"35":39,"352":608,"36":129,"37":87,"38":374,"380":5,"381":29,"383":26,"39":145,"391":30,"396":3,"397":13,"40":121,"409":71,"41":73,"414":23,"415":42,"419":5,"42":79,"426":8,"43":40,"430":31,"433":3,"44":32,"45":15,"46":141,"48":70,"49":62,"5":607,"51":42,"52":83,"53":60,"56":13,"570":2,"6":175,"63":28,"7":689,"79":19,"8":213,"80":24,"9":121,"all_client":82731,"all_tv_clinet":13317,"insert_time":"2014-08-22T03:04:54.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69550,"10":9,"107":463,"11":712,"12":34,"13":464,"14":91,"15":157,"155":26,"156":12,"158":48,"159":22,"16":116,"160":26,"161":185,"167":53,"17":289,"18":602,"19":427,"20":83,"209":53,"21":576,"210":13,"211":5,"214":9,"215":113,"221":247,"223":585,"224":90,"225":351,"23":391,"24":1099,"25":453,"257":62,"26":96,"268":6,"27":102,"273":66,"276":30,"279":12,"28":301,"281":17,"282":13,"291":30,"292":148,"30":67,"302":4,"306":1,"31":57,"314":9,"317":1,"32":22,"33":43,"34":52,"347":13,"35":38,"352":604,"36":133,"37":86,"38":379,"380":5,"381":31,"383":24,"39":128,"391":33,"396":4,"397":13,"40":129,"409":69,"41":65,"414":22,"415":41,"419":6,"42":81,"426":8,"43":42,"430":31,"433":2,"44":31,"45":13,"46":148,"48":69,"49":60,"5":598,"51":42,"52":83,"53":62,"56":16,"570":1,"6":178,"63":26,"7":696,"79":20,"8":221,"80":25,"9":125,"all_client":82894,"all_tv_clinet":13344,"insert_time":"2014-08-22T03:05:55.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69673,"10":10,"107":481,"11":711,"12":32,"13":462,"14":96,"15":159,"155":27,"156":12,"158":48,"159":19,"16":123,"160":25,"161":187,"167":52,"17":293,"18":614,"19":428,"20":85,"209":50,"21":551,"210":13,"211":5,"214":10,"215":111,"221":253,"223":577,"224":98,"225":361,"23":390,"24":1121,"25":449,"257":61,"26":98,"268":6,"27":90,"273":66,"276":30,"279":10,"28":302,"281":17,"282":15,"291":29,"292":150,"30":67,"302":5,"306":1,"31":55,"314":9,"317":1,"32":21,"33":40,"34":52,"347":12,"35":37,"352":606,"36":131,"37":91,"38":386,"380":3,"381":30,"383":23,"39":121,"391":36,"396":2,"397":13,"40":133,"409":70,"41":67,"414":21,"415":41,"419":6,"42":82,"426":7,"43":42,"430":32,"433":2,"44":27,"45":14,"46":149,"48":69,"49":60,"5":596,"51":40,"52":83,"53":63,"56":16,"570":1,"6":180,"63":26,"7":698,"79":19,"8":222,"80":29,"9":123,"all_client":83060,"all_tv_clinet":13387,"insert_time":"2014-08-22T03:06:55.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69829,"10":12,"107":469,"11":721,"12":35,"13":459,"14":99,"15":158,"155":28,"156":13,"158":46,"159":19,"16":127,"160":27,"161":188,"167":50,"17":303,"18":623,"19":429,"20":89,"209":54,"21":528,"210":14,"211":5,"214":10,"215":110,"221":257,"223":572,"224":101,"225":372,"23":391,"24":1136,"25":432,"257":63,"26":107,"268":6,"27":86,"273":67,"276":30,"279":9,"28":309,"281":18,"282":17,"291":30,"292":152,"30":67,"302":5,"306":1,"31":54,"314":9,"317":1,"32":21,"33":38,"34":57,"347":9,"35":31,"352":618,"36":128,"37":90,"38":396,"380":3,"381":31,"383":25,"39":110,"391":37,"396":2,"397":14,"40":139,"409":67,"41":68,"414":23,"415":43,"419":7,"42":82,"426":5,"43":46,"430":35,"433":1,"44":24,"45":12,"46":150,"48":76,"49":60,"5":580,"51":43,"52":83,"53":63,"56":17,"570":1,"6":177,"63":26,"7":694,"79":16,"8":226,"80":31,"9":129,"all_client":83271,"all_tv_clinet":13442,"insert_time":"2014-08-22T03:07:56.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70002,"10":12,"107":474,"11":686,"12":39,"13":467,"14":105,"15":159,"155":30,"156":14,"158":44,"159":20,"16":135,"160":28,"161":185,"167":50,"17":307,"18":639,"19":423,"20":95,"209":55,"21":510,"210":14,"211":5,"214":11,"215":111,"221":247,"223":584,"224":105,"225":379,"23":392,"24":1157,"25":415,"257":63,"26":111,"268":7,"27":83,"273":70,"276":31,"279":9,"28":316,"281":18,"282":20,"291":30,"292":150,"30":68,"302":5,"306":1,"31":46,"314":9,"317":1,"32":23,"33":34,"34":59,"347":9,"35":29,"352":626,"36":128,"37":91,"38":407,"380":3,"381":27,"383":26,"39":101,"391":37,"396":2,"397":14,"40":141,"409":68,"41":66,"414":23,"415":43,"419":7,"42":82,"426":5,"43":47,"430":34,"433":1,"44":19,"45":10,"46":156,"48":76,"49":59,"5":575,"51":39,"52":85,"53":68,"56":18,"570":2,"6":167,"63":27,"7":696,"79":14,"8":232,"80":33,"9":132,"all_client":83478,"all_tv_clinet":13476,"insert_time":"2014-08-22T03:08:57.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70153,"10":13,"107":482,"11":639,"12":49,"13":474,"14":107,"15":166,"155":31,"156":14,"158":46,"159":20,"16":138,"160":28,"161":189,"167":51,"17":305,"18":640,"19":418,"20":96,"209":61,"21":502,"210":14,"211":5,"214":11,"215":118,"221":243,"223":596,"224":111,"225":378,"23":395,"24":1164,"25":400,"257":65,"26":116,"268":7,"27":78,"273":78,"276":32,"279":9,"28":320,"281":18,"282":21,"291":29,"292":133,"30":69,"302":5,"306":1,"31":43,"314":9,"317":1,"32":22,"33":33,"34":59,"347":10,"35":29,"352":625,"36":131,"37":84,"38":406,"380":3,"381":28,"383":28,"39":93,"391":39,"396":2,"397":14,"40":140,"409":77,"41":63,"414":24,"415":39,"419":7,"42":82,"426":4,"43":49,"430":29,"433":1,"44":17,"45":10,"46":157,"48":79,"49":59,"5":574,"51":40,"52":86,"53":71,"56":19,"570":3,"6":163,"63":27,"7":696,"79":14,"8":228,"80":35,"9":133,"all_client":83623,"all_tv_clinet":13470,"insert_time":"2014-08-22T03:09:57.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70366,"10":11,"107":472,"11":562,"12":52,"13":486,"14":110,"15":177,"155":31,"156":16,"158":44,"159":20,"16":148,"160":27,"161":200,"167":51,"17":311,"18":660,"19":419,"20":109,"209":61,"21":497,"210":18,"211":5,"214":11,"215":126,"221":249,"223":610,"224":113,"225":375,"23":394,"24":1156,"25":392,"257":68,"26":119,"268":7,"27":74,"273":86,"276":32,"279":10,"28":331,"281":17,"282":22,"291":29,"292":125,"30":72,"302":5,"306":1,"31":39,"314":9,"317":1,"32":21,"33":34,"34":61,"347":9,"35":29,"352":623,"36":135,"37":78,"38":409,"380":3,"381":25,"383":28,"39":90,"391":39,"396":2,"397":13,"40":140,"409":79,"41":59,"414":26,"415":35,"419":7,"42":86,"426":2,"43":51,"430":28,"433":1,"44":17,"45":11,"46":166,"48":75,"49":66,"5":589,"51":34,"52":88,"53":71,"56":21,"570":4,"6":163,"63":29,"7":711,"79":16,"8":233,"80":35,"9":134,"all_client":83902,"all_tv_clinet":13536,"insert_time":"2014-08-22T03:10:58.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70541,"10":11,"107":475,"11":516,"12":51,"13":488,"14":115,"15":189,"155":31,"156":18,"158":46,"159":19,"16":154,"160":31,"161":206,"167":50,"17":325,"18":654,"19":403,"20":114,"209":61,"21":490,"210":19,"211":5,"214":11,"215":133,"221":256,"223":614,"224":121,"225":382,"23":402,"24":1135,"25":382,"257":71,"26":125,"268":8,"27":74,"273":97,"276":31,"279":9,"28":331,"281":17,"282":24,"291":29,"292":120,"30":77,"302":5,"306":1,"31":37,"314":11,"317":1,"32":22,"33":33,"34":67,"347":11,"35":30,"352":635,"36":133,"37":68,"38":423,"380":3,"381":28,"383":27,"39":86,"391":41,"396":1,"397":13,"40":143,"409":79,"41":59,"414":24,"415":35,"419":6,"42":89,"43":52,"430":24,"433":2,"44":16,"45":11,"46":171,"48":77,"49":69,"5":600,"51":34,"52":88,"53":71,"56":22,"570":2,"6":162,"63":28,"7":717,"79":14,"8":234,"80":36,"9":137,"all_client":84139,"all_tv_clinet":13598,"insert_time":"2014-08-22T03:11:58.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70683,"10":12,"107":463,"11":491,"12":43,"13":482,"14":120,"15":193,"155":30,"156":20,"158":45,"159":19,"16":155,"160":30,"161":209,"167":51,"17":327,"18":656,"19":389,"20":121,"209":62,"21":494,"210":21,"211":5,"214":11,"215":138,"221":268,"223":619,"224":119,"225":390,"23":413,"24":1129,"25":375,"257":72,"26":125,"268":8,"27":73,"273":98,"276":32,"279":9,"28":336,"281":18,"282":28,"291":29,"292":119,"30":82,"302":5,"306":1,"31":39,"314":11,"317":1,"32":19,"33":37,"34":67,"347":13,"35":32,"352":640,"36":137,"37":63,"38":416,"380":3,"381":27,"383":30,"39":82,"391":37,"396":2,"397":13,"40":145,"409":81,"41":61,"414":26,"415":35,"419":6,"42":92,"426":1,"43":55,"430":24,"433":2,"44":17,"45":12,"46":172,"48":78,"49":68,"5":624,"51":33,"52":88,"53":63,"56":25,"570":2,"6":153,"63":29,"7":734,"79":15,"8":239,"80":37,"9":144,"all_client":84348,"all_tv_clinet":13665,"insert_time":"2014-08-22T03:12:59.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70889,"10":12,"107":452,"11":460,"12":37,"13":498,"14":119,"15":203,"155":29,"156":20,"158":50,"159":19,"16":164,"160":32,"161":205,"167":51,"17":327,"18":667,"19":376,"20":114,"209":63,"21":502,"210":21,"211":5,"214":13,"215":141,"221":269,"223":613,"224":122,"225":403,"23":415,"24":1126,"25":383,"257":69,"26":124,"268":9,"27":73,"273":94,"276":30,"279":9,"28":339,"281":16,"282":27,"291":30,"292":114,"30":83,"302":5,"306":1,"31":38,"314":12,"317":1,"32":18,"33":37,"34":66,"347":12,"35":31,"352":648,"36":132,"37":62,"38":411,"380":3,"381":26,"383":31,"39":77,"391":36,"396":2,"397":12,"40":147,"409":76,"41":62,"414":25,"415":33,"419":7,"42":96,"426":1,"43":57,"430":24,"431":1,"433":2,"44":18,"45":12,"46":171,"48":81,"49":78,"5":653,"51":33,"52":87,"53":59,"56":25,"570":1,"6":146,"63":29,"7":741,"79":15,"8":239,"80":40,"9":157,"all_client":84594,"all_tv_clinet":13705,"insert_time":"2014-08-22T03:13:59.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71111,"10":12,"107":457,"11":434,"12":36,"13":487,"14":120,"15":198,"155":29,"156":21,"158":47,"159":18,"16":175,"160":31,"161":199,"167":50,"17":336,"18":657,"19":368,"20":112,"209":64,"21":515,"210":20,"211":5,"214":13,"215":147,"221":273,"223":623,"224":116,"225":392,"23":407,"24":1147,"25":393,"257":74,"26":127,"268":8,"27":71,"273":82,"276":30,"279":11,"28":343,"281":17,"282":29,"291":29,"292":124,"30":84,"302":5,"306":1,"31":40,"314":12,"317":1,"32":14,"33":35,"34":69,"347":10,"35":29,"352":652,"36":135,"37":58,"38":406,"380":1,"381":25,"383":36,"39":71,"391":35,"396":4,"397":12,"40":152,"409":77,"41":63,"414":25,"415":30,"419":6,"42":100,"426":1,"43":58,"430":20,"431":1,"433":1,"44":17,"45":11,"46":176,"48":80,"49":79,"5":663,"51":32,"52":78,"53":60,"56":25,"570":1,"6":142,"63":30,"7":737,"79":17,"8":244,"80":42,"9":171,"all_client":84832,"all_tv_clinet":13721,"insert_time":"2014-08-22T03:15:00.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71306,"10":11,"107":452,"11":417,"12":34,"13":494,"14":121,"15":204,"155":31,"156":21,"158":46,"159":18,"16":177,"160":31,"161":192,"167":48,"168":1,"17":341,"18":668,"19":369,"20":115,"209":64,"21":514,"210":21,"211":5,"214":14,"215":149,"221":271,"223":624,"224":116,"225":385,"23":400,"24":1154,"25":396,"257":73,"26":130,"268":8,"27":76,"273":81,"276":28,"279":11,"28":349,"281":16,"282":30,"291":29,"292":132,"30":79,"302":5,"306":1,"31":38,"314":10,"317":1,"32":17,"33":40,"34":69,"347":11,"35":26,"352":650,"36":129,"37":52,"38":411,"380":1,"381":24,"383":38,"39":68,"391":35,"396":4,"397":11,"40":153,"409":79,"41":65,"414":28,"415":31,"419":7,"42":104,"43":61,"430":20,"431":1,"433":1,"44":16,"45":11,"46":177,"48":72,"49":83,"5":672,"51":33,"52":72,"53":61,"56":26,"570":1,"6":143,"63":30,"7":738,"79":17,"8":248,"80":40,"9":182,"all_client":85065,"all_tv_clinet":13759,"insert_time":"2014-08-22T03:16:01.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71496,"10":10,"107":462,"11":391,"12":33,"13":496,"14":122,"15":206,"155":31,"156":24,"158":46,"159":20,"16":178,"160":30,"161":192,"167":48,"168":1,"17":342,"18":672,"19":362,"20":117,"209":61,"21":527,"210":19,"211":6,"214":14,"215":152,"221":268,"223":633,"224":117,"225":382,"23":405,"24":1188,"25":402,"257":74,"26":133,"268":9,"27":76,"273":85,"276":30,"279":9,"28":352,"281":17,"282":27,"291":29,"292":133,"30":78,"302":6,"306":1,"31":37,"314":8,"317":2,"32":22,"33":44,"34":67,"347":11,"35":27,"352":655,"36":130,"37":49,"38":406,"380":1,"381":24,"383":37,"39":66,"391":35,"396":5,"397":11,"40":164,"409":79,"41":62,"414":27,"415":33,"419":6,"42":102,"43":66,"430":19,"433":1,"44":16,"45":11,"46":180,"48":65,"49":77,"5":668,"51":31,"52":63,"53":63,"56":28,"570":2,"6":142,"63":28,"7":742,"79":18,"8":247,"80":43,"9":189,"all_client":85321,"all_tv_clinet":13825,"insert_time":"2014-08-22T03:17:01.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71657,"10":10,"107":463,"11":383,"12":32,"13":504,"14":129,"15":214,"155":32,"156":22,"158":46,"159":21,"16":192,"160":27,"161":196,"167":48,"168":1,"17":343,"18":694,"19":357,"20":118,"209":57,"21":532,"210":19,"211":6,"214":13,"215":156,"221":262,"223":639,"224":114,"225":376,"23":396,"24":1208,"25":407,"257":70,"26":134,"268":7,"27":78,"273":85,"276":31,"279":8,"28":359,"281":17,"282":26,"291":29,"292":137,"30":80,"302":6,"306":1,"31":36,"314":8,"317":2,"32":26,"33":44,"34":62,"347":10,"35":27,"352":652,"36":127,"37":45,"38":409,"380":2,"381":26,"383":35,"39":63,"391":34,"396":6,"397":10,"40":166,"409":80,"41":61,"414":27,"415":32,"419":6,"42":107,"43":68,"430":18,"433":1,"44":19,"45":12,"46":187,"48":58,"49":79,"5":675,"51":33,"52":61,"53":61,"56":27,"570":2,"6":140,"63":28,"7":742,"79":18,"8":243,"80":44,"9":199,"all_client":85560,"all_tv_clinet":13903,"insert_time":"2014-08-22T03:18:02.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71899,"10":11,"107":468,"11":365,"12":28,"13":504,"14":131,"15":211,"155":29,"156":24,"158":49,"159":20,"16":193,"160":26,"161":199,"167":49,"17":333,"18":713,"19":347,"20":122,"209":56,"21":537,"210":19,"211":6,"214":13,"215":158,"221":262,"223":639,"224":116,"225":375,"23":398,"24":1211,"25":414,"257":70,"26":139,"268":7,"27":75,"273":88,"276":32,"279":7,"28":366,"281":19,"282":27,"291":30,"292":143,"30":83,"302":6,"306":1,"31":37,"314":8,"317":3,"32":26,"33":45,"34":56,"347":10,"35":27,"352":653,"36":126,"37":45,"38":404,"380":2,"381":29,"383":33,"39":63,"391":34,"396":6,"397":11,"40":167,"409":81,"41":59,"414":27,"415":31,"419":6,"42":105,"43":75,"430":19,"433":1,"44":18,"45":13,"46":197,"48":55,"49":81,"5":666,"51":37,"52":59,"53":58,"56":24,"570":2,"6":145,"63":27,"7":738,"79":19,"8":245,"80":43,"9":203,"all_client":85837,"all_tv_clinet":13938,"insert_time":"2014-08-22T03:19:02.996Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72091,"10":11,"107":488,"11":358,"12":30,"13":503,"14":124,"15":212,"155":25,"156":25,"158":51,"159":19,"16":201,"160":26,"161":199,"167":46,"17":312,"18":733,"19":344,"20":119,"209":55,"21":529,"210":19,"211":7,"214":14,"215":156,"221":267,"223":642,"224":119,"225":360,"23":397,"24":1212,"25":416,"257":77,"26":143,"268":7,"27":72,"273":94,"276":33,"279":7,"28":371,"281":20,"282":30,"291":31,"292":143,"30":85,"302":7,"306":2,"31":34,"314":7,"317":3,"32":26,"33":43,"34":52,"347":10,"35":26,"352":664,"36":131,"37":43,"38":402,"380":2,"381":31,"383":31,"39":65,"391":34,"396":6,"397":10,"40":172,"409":81,"41":59,"414":30,"415":31,"419":6,"42":104,"43":74,"430":17,"433":1,"44":19,"45":13,"46":198,"48":50,"49":77,"5":666,"51":40,"52":54,"53":56,"56":26,"570":1,"6":142,"63":27,"7":744,"79":20,"8":248,"80":46,"9":206,"all_client":86060,"all_tv_clinet":13969,"insert_time":"2014-08-22T03:20:03.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72252,"10":12,"107":467,"11":350,"12":33,"13":496,"14":121,"15":215,"155":22,"156":25,"158":51,"159":20,"16":208,"160":26,"161":202,"167":44,"17":289,"18":737,"19":340,"20":115,"209":58,"21":527,"210":22,"211":7,"214":14,"215":156,"221":268,"223":634,"224":116,"225":374,"23":388,"24":1217,"25":426,"257":89,"26":146,"268":7,"27":75,"273":97,"276":35,"279":8,"28":391,"281":19,"282":34,"291":33,"292":143,"30":79,"302":8,"306":2,"31":34,"314":5,"317":4,"32":27,"33":46,"34":47,"347":12,"35":26,"352":678,"36":129,"37":41,"38":395,"380":1,"381":31,"383":31,"39":62,"391":31,"396":3,"397":9,"40":171,"409":81,"41":61,"414":34,"415":32,"419":5,"42":112,"43":75,"430":16,"433":1,"44":16,"45":14,"46":200,"48":45,"49":69,"5":668,"51":44,"52":46,"53":55,"56":27,"570":1,"6":146,"63":29,"7":752,"79":21,"8":256,"80":49,"9":219,"all_client":86255,"all_tv_clinet":14003,"insert_time":"2014-08-22T03:21:04.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72442,"10":13,"107":464,"11":351,"12":32,"13":500,"14":111,"15":210,"155":21,"156":24,"158":51,"159":21,"16":211,"160":27,"161":205,"167":41,"168":1,"17":275,"18":767,"19":342,"20":106,"209":58,"21":527,"210":22,"211":7,"214":13,"215":160,"221":273,"223":637,"224":117,"225":362,"23":391,"24":1227,"25":430,"257":89,"26":148,"268":7,"27":77,"273":96,"276":36,"279":8,"28":397,"281":18,"282":33,"291":35,"292":141,"30":77,"302":8,"306":2,"31":35,"314":4,"317":4,"32":25,"33":44,"34":46,"347":12,"35":26,"352":666,"36":127,"37":40,"38":392,"380":1,"381":30,"383":33,"39":61,"391":28,"396":3,"397":10,"40":174,"409":80,"41":60,"414":33,"415":31,"419":5,"42":113,"43":77,"430":18,"433":1,"44":17,"45":12,"46":200,"48":46,"49":62,"5":673,"51":45,"52":48,"53":53,"56":28,"570":1,"6":142,"63":31,"7":770,"79":22,"8":256,"80":51,"9":227,"all_client":86474,"all_tv_clinet":14032,"insert_time":"2014-08-22T03:22:04.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72598,"10":13,"107":457,"11":343,"12":30,"13":504,"14":107,"15":217,"155":21,"156":22,"158":50,"159":21,"16":204,"160":27,"161":203,"167":40,"168":1,"17":265,"18":780,"19":338,"20":110,"209":59,"21":537,"210":23,"211":8,"214":15,"215":160,"221":282,"223":636,"224":118,"225":355,"23":379,"24":1237,"25":423,"257":85,"26":150,"268":7,"27":78,"273":91,"276":36,"279":8,"28":398,"281":17,"282":33,"291":36,"292":140,"30":78,"302":8,"306":1,"31":31,"314":4,"317":4,"32":27,"33":46,"34":51,"347":13,"35":26,"352":663,"36":128,"37":39,"38":391,"380":1,"381":29,"383":34,"39":59,"391":27,"396":3,"397":10,"40":160,"409":78,"41":64,"414":35,"415":32,"419":5,"42":113,"43":77,"430":18,"433":2,"44":19,"45":10,"46":196,"48":42,"49":61,"5":683,"51":48,"52":53,"53":49,"56":26,"570":3,"6":147,"63":32,"7":777,"79":22,"8":261,"80":56,"9":233,"all_client":86637,"all_tv_clinet":14039,"insert_time":"2014-08-22T03:23:05.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72788,"10":13,"107":473,"11":352,"12":29,"13":505,"14":108,"15":224,"155":19,"156":18,"158":51,"159":21,"16":178,"160":29,"161":199,"167":38,"168":2,"17":259,"18":808,"19":332,"20":111,"209":57,"21":536,"210":25,"211":9,"214":15,"215":167,"221":274,"223":638,"224":119,"225":344,"23":378,"24":1249,"25":427,"257":77,"26":143,"268":7,"27":84,"273":92,"276":36,"279":9,"28":405,"281":17,"282":32,"291":37,"292":140,"30":83,"302":7,"306":1,"31":29,"314":3,"317":4,"32":23,"33":43,"34":50,"347":11,"35":27,"352":650,"36":123,"37":35,"38":402,"380":2,"381":29,"383":36,"39":60,"391":28,"396":4,"397":9,"40":141,"409":80,"41":64,"414":33,"415":33,"419":5,"42":119,"43":84,"430":18,"433":2,"44":19,"45":8,"46":203,"48":41,"49":55,"5":697,"51":49,"52":55,"53":57,"56":27,"570":5,"6":147,"63":32,"7":785,"79":24,"8":265,"80":57,"9":237,"all_client":86875,"all_tv_clinet":14087,"insert_time":"2014-08-22T03:24:06.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72925,"10":13,"107":476,"11":349,"12":30,"13":506,"14":113,"15":232,"155":19,"156":16,"158":55,"159":20,"16":162,"160":32,"161":200,"167":37,"168":1,"17":265,"18":821,"19":336,"20":108,"209":55,"21":540,"210":26,"211":9,"214":16,"215":165,"221":266,"223":636,"224":124,"225":333,"23":373,"24":1272,"25":432,"257":73,"26":141,"268":8,"27":89,"273":97,"276":36,"279":10,"28":408,"281":18,"282":36,"291":36,"292":128,"30":85,"302":6,"306":1,"31":30,"314":3,"317":5,"32":27,"33":45,"34":53,"347":12,"35":27,"352":666,"36":127,"37":34,"38":415,"380":4,"381":28,"383":36,"39":59,"391":28,"396":3,"397":8,"40":124,"409":81,"41":63,"414":37,"415":37,"419":5,"42":120,"43":82,"430":21,"433":2,"44":15,"45":8,"46":198,"48":42,"49":56,"5":707,"51":52,"52":56,"53":61,"56":29,"570":6,"6":153,"63":32,"7":805,"79":26,"8":268,"80":55,"9":231,"all_client":87117,"all_tv_clinet":14192,"insert_time":"2014-08-22T03:25:06.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73143,"10":14,"107":474,"11":336,"12":33,"13":514,"14":115,"15":245,"155":19,"156":17,"158":57,"159":20,"16":149,"160":32,"161":201,"167":35,"168":1,"17":280,"18":840,"19":339,"20":103,"209":54,"21":535,"210":28,"211":9,"214":17,"215":168,"221":261,"223":659,"224":121,"225":327,"23":372,"24":1299,"25":444,"257":75,"26":139,"268":8,"27":94,"273":96,"276":35,"279":10,"28":401,"281":20,"282":39,"291":41,"292":118,"30":80,"302":5,"306":1,"31":30,"314":3,"317":4,"32":21,"33":43,"34":53,"347":12,"35":29,"352":663,"36":132,"37":34,"38":417,"380":5,"381":31,"383":37,"39":58,"391":27,"396":3,"397":7,"40":105,"409":88,"41":60,"414":38,"415":38,"419":5,"42":126,"43":85,"430":23,"433":1,"44":14,"45":9,"46":201,"48":41,"49":52,"5":720,"51":51,"52":65,"53":63,"56":28,"570":5,"6":156,"63":34,"7":805,"79":28,"8":266,"80":52,"9":222,"all_client":87413,"all_tv_clinet":14270,"insert_time":"2014-08-22T03:26:07.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73307,"10":14,"107":469,"11":338,"12":33,"13":509,"14":117,"15":245,"155":19,"156":21,"158":55,"159":19,"16":141,"160":31,"161":198,"167":33,"168":2,"17":285,"18":858,"19":347,"20":104,"209":51,"21":546,"210":27,"211":9,"214":17,"215":169,"221":263,"223":679,"224":128,"225":326,"23":376,"24":1316,"25":441,"257":73,"26":127,"268":8,"27":98,"273":104,"276":31,"279":11,"28":401,"281":20,"282":34,"291":43,"292":107,"30":71,"302":6,"306":1,"31":34,"314":3,"317":5,"32":22,"33":44,"34":56,"347":11,"35":31,"352":651,"36":129,"37":34,"38":418,"380":5,"381":31,"383":36,"39":59,"391":29,"396":3,"397":7,"40":96,"409":83,"41":52,"414":40,"415":46,"419":5,"42":130,"43":87,"430":25,"433":1,"44":19,"45":11,"46":205,"48":36,"49":49,"5":712,"51":47,"52":67,"53":63,"56":27,"570":4,"6":159,"63":33,"7":809,"79":30,"8":269,"80":51,"9":210,"all_client":87602,"all_tv_clinet":14295,"insert_time":"2014-08-22T03:27:08.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73399,"10":15,"107":466,"11":334,"12":35,"13":508,"14":120,"15":247,"155":20,"156":23,"158":54,"159":15,"16":131,"160":28,"161":194,"167":33,"168":3,"17":292,"18":871,"19":371,"20":106,"209":47,"21":560,"210":26,"211":10,"214":17,"215":169,"221":254,"223":702,"224":128,"225":320,"23":384,"24":1303,"25":448,"257":78,"26":116,"268":9,"27":102,"273":98,"276":31,"279":13,"28":400,"281":19,"282":29,"291":45,"292":109,"30":66,"302":6,"306":1,"31":32,"314":2,"317":5,"32":22,"33":45,"34":59,"347":10,"35":34,"352":654,"36":132,"37":34,"38":416,"380":5,"381":31,"383":39,"39":59,"391":29,"396":2,"397":7,"40":93,"409":79,"41":50,"414":40,"415":52,"419":6,"42":133,"43":87,"430":26,"433":1,"44":19,"45":9,"46":200,"48":36,"49":48,"5":716,"51":49,"52":70,"53":61,"56":29,"570":3,"6":158,"63":30,"7":820,"79":29,"8":269,"80":49,"9":212,"all_client":87746,"all_tv_clinet":14347,"insert_time":"2014-08-22T03:28:08.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73593,"10":17,"107":467,"11":332,"12":38,"13":509,"14":124,"15":246,"155":23,"156":23,"158":55,"159":15,"16":128,"160":26,"161":186,"167":31,"168":3,"17":305,"18":864,"19":386,"20":105,"209":45,"21":546,"210":26,"211":10,"214":17,"215":173,"221":260,"223":722,"224":132,"225":327,"23":373,"24":1307,"25":442,"257":78,"26":109,"268":8,"27":104,"273":93,"276":31,"279":13,"28":409,"281":20,"282":31,"291":42,"292":112,"30":56,"302":8,"306":1,"31":33,"314":4,"317":4,"32":21,"33":45,"34":60,"347":11,"35":38,"352":651,"36":130,"37":34,"38":411,"380":6,"381":31,"383":37,"39":56,"391":29,"396":2,"397":9,"40":92,"409":71,"41":52,"414":37,"415":56,"419":5,"42":139,"43":83,"430":28,"433":1,"44":16,"45":14,"46":211,"48":35,"49":46,"5":718,"51":47,"52":74,"53":63,"56":30,"570":2,"6":161,"63":28,"7":841,"79":29,"8":274,"80":47,"9":210,"all_client":87993,"all_tv_clinet":14400,"insert_time":"2014-08-22T03:29:09.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73798,"10":18,"107":471,"11":335,"12":42,"13":509,"14":127,"15":253,"155":25,"156":24,"158":56,"159":16,"16":122,"160":25,"161":173,"167":31,"168":4,"17":311,"18":862,"19":403,"20":105,"209":43,"21":538,"210":25,"211":9,"214":18,"215":169,"221":250,"223":713,"224":134,"225":331,"23":364,"24":1308,"25":447,"257":79,"26":100,"268":8,"27":101,"273":83,"276":31,"279":15,"28":419,"281":21,"282":34,"291":43,"292":117,"30":48,"302":7,"306":1,"31":34,"314":3,"317":4,"32":23,"33":48,"34":65,"347":9,"35":39,"352":644,"36":138,"37":34,"38":412,"380":5,"381":29,"383":34,"39":56,"391":29,"396":1,"397":10,"40":89,"409":69,"41":51,"414":36,"415":57,"419":6,"42":144,"43":82,"430":29,"433":2,"44":17,"45":16,"46":211,"48":34,"49":42,"5":728,"51":50,"52":83,"53":59,"56":30,"570":2,"6":160,"63":29,"7":841,"79":31,"8":278,"80":47,"9":207,"all_client":88213,"all_tv_clinet":14415,"insert_time":"2014-08-22T03:30:10.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74005,"10":16,"107":484,"11":336,"12":43,"13":523,"14":130,"15":249,"155":26,"156":24,"158":57,"159":16,"16":114,"160":24,"161":169,"167":30,"168":4,"17":317,"18":850,"19":411,"20":105,"209":46,"21":545,"210":25,"211":9,"214":18,"215":161,"221":243,"223":721,"224":135,"225":338,"23":355,"24":1319,"25":444,"257":76,"26":99,"268":9,"27":104,"273":82,"276":30,"279":18,"28":420,"281":21,"282":34,"291":45,"292":125,"30":47,"302":8,"306":1,"31":34,"314":4,"317":4,"32":20,"33":47,"34":68,"347":9,"35":38,"352":633,"36":144,"37":37,"38":419,"380":4,"381":27,"383":34,"39":55,"391":27,"396":2,"397":10,"40":85,"409":65,"41":52,"414":37,"415":58,"419":7,"42":147,"43":79,"430":31,"433":2,"44":17,"45":19,"46":210,"48":33,"49":35,"5":740,"51":52,"52":86,"53":58,"56":27,"570":2,"6":159,"63":30,"7":832,"79":35,"8":274,"80":47,"9":217,"all_client":88463,"all_tv_clinet":14458,"insert_time":"2014-08-22T03:31:10.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74176,"10":15,"107":492,"11":333,"12":48,"13":527,"14":135,"15":256,"155":26,"156":25,"158":57,"159":14,"16":107,"160":22,"161":168,"167":28,"168":5,"17":307,"18":857,"19":419,"20":111,"209":44,"21":554,"210":26,"211":9,"214":17,"215":159,"221":259,"223":717,"224":143,"225":335,"23":351,"24":1319,"25":446,"257":78,"26":89,"268":7,"27":110,"273":77,"276":29,"279":19,"28":425,"281":19,"282":38,"291":44,"292":131,"30":46,"302":8,"306":1,"31":34,"314":3,"317":6,"32":16,"33":47,"34":72,"347":7,"35":36,"352":635,"36":137,"37":32,"38":414,"380":5,"381":26,"383":33,"39":59,"391":26,"396":3,"397":12,"40":79,"409":66,"41":49,"414":41,"415":59,"419":7,"42":145,"43":78,"430":33,"433":2,"44":18,"45":18,"46":196,"48":36,"49":38,"5":759,"51":52,"52":86,"53":59,"56":27,"570":2,"6":157,"63":29,"7":847,"79":32,"8":283,"80":51,"9":214,"all_client":88694,"all_tv_clinet":14518,"insert_time":"2014-08-22T03:32:11.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74370,"10":17,"107":490,"11":336,"12":50,"13":535,"14":137,"15":267,"155":24,"156":22,"158":58,"159":15,"16":96,"160":21,"161":170,"167":26,"168":6,"17":299,"18":868,"19":418,"20":115,"209":40,"21":547,"210":27,"211":9,"214":15,"215":164,"221":255,"223":706,"224":144,"225":323,"23":346,"24":1305,"25":456,"257":80,"26":86,"268":7,"27":111,"273":76,"276":33,"279":20,"28":428,"281":19,"282":35,"291":44,"292":135,"30":46,"302":7,"306":1,"31":32,"314":3,"317":6,"32":16,"33":49,"34":74,"347":11,"35":35,"352":644,"36":135,"37":32,"38":424,"380":5,"381":26,"383":33,"39":61,"391":27,"396":3,"397":13,"40":73,"409":66,"41":51,"414":44,"415":63,"419":7,"42":148,"43":79,"430":34,"433":2,"44":17,"45":20,"46":181,"48":36,"49":38,"5":775,"51":47,"52":91,"53":59,"56":27,"570":2,"6":162,"63":30,"7":858,"79":30,"8":276,"80":51,"9":230,"all_client":88931,"all_tv_clinet":14561,"insert_time":"2014-08-22T03:33:12.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74510,"10":19,"107":500,"11":330,"12":52,"13":547,"14":133,"15":270,"155":23,"156":20,"158":60,"159":16,"16":93,"160":21,"161":176,"167":25,"168":6,"17":302,"18":859,"19":412,"20":115,"209":40,"21":549,"210":27,"211":9,"214":13,"215":167,"221":251,"223":709,"224":144,"225":326,"23":344,"24":1315,"25":460,"257":76,"26":86,"268":7,"27":113,"273":80,"276":31,"279":17,"28":430,"281":19,"282":34,"291":44,"292":140,"30":45,"302":7,"306":2,"31":31,"314":4,"317":6,"32":17,"33":47,"34":71,"347":9,"35":36,"352":640,"36":130,"37":33,"38":415,"380":5,"381":27,"383":37,"39":65,"391":28,"396":2,"397":13,"40":72,"409":65,"41":50,"414":43,"415":64,"419":10,"42":147,"43":71,"430":35,"433":2,"44":17,"45":22,"46":170,"48":37,"49":41,"5":791,"51":48,"52":93,"53":56,"56":28,"570":2,"6":159,"63":29,"7":860,"79":28,"8":267,"80":51,"9":252,"all_client":89100,"all_tv_clinet":14590,"insert_time":"2014-08-22T03:34:12.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74572,"10":18,"107":494,"11":339,"12":57,"13":556,"14":132,"15":269,"155":25,"156":18,"158":60,"159":16,"16":92,"160":23,"161":184,"167":26,"168":6,"17":309,"18":845,"19":415,"20":112,"209":41,"21":556,"210":28,"211":10,"214":14,"215":167,"221":266,"223":703,"224":144,"225":332,"23":343,"24":1326,"25":461,"257":76,"26":85,"268":6,"27":111,"273":81,"276":29,"279":19,"28":432,"281":21,"282":31,"291":46,"292":143,"30":42,"302":6,"306":2,"31":31,"314":5,"317":6,"32":17,"33":49,"34":73,"347":9,"35":37,"352":631,"36":125,"37":32,"38":420,"380":5,"381":27,"383":42,"39":64,"391":29,"396":1,"397":12,"40":69,"409":64,"41":50,"414":47,"415":65,"419":10,"42":147,"43":65,"430":37,"433":2,"44":17,"45":25,"46":165,"48":36,"49":46,"5":804,"51":50,"52":93,"53":53,"56":27,"570":3,"6":160,"63":31,"7":867,"79":29,"8":247,"80":52,"9":294,"all_client":89259,"all_tv_clinet":14687,"insert_time":"2014-08-22T03:35:13.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74786,"10":19,"107":488,"11":330,"12":53,"13":565,"14":128,"15":263,"155":24,"156":18,"158":65,"159":17,"16":85,"160":23,"161":178,"167":28,"168":6,"17":312,"18":828,"19":417,"20":117,"209":40,"21":566,"210":24,"211":10,"214":14,"215":173,"221":270,"223":698,"224":143,"225":339,"23":345,"24":1341,"25":465,"257":73,"26":88,"268":5,"27":112,"273":78,"276":27,"279":16,"28":437,"281":21,"282":30,"291":46,"292":145,"30":38,"302":6,"306":2,"31":33,"314":5,"317":6,"32":21,"33":49,"34":68,"347":12,"35":41,"352":634,"36":128,"37":31,"38":419,"380":5,"381":26,"383":44,"39":66,"391":28,"396":2,"397":13,"40":68,"409":60,"41":49,"414":48,"415":71,"419":11,"42":148,"43":68,"430":36,"433":1,"44":17,"45":24,"46":158,"48":35,"49":52,"5":817,"51":50,"52":95,"53":46,"56":26,"570":4,"6":165,"63":32,"7":871,"79":30,"8":242,"80":51,"9":324,"all_client":89532,"all_tv_clinet":14746,"insert_time":"2014-08-22T03:36:13.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74963,"10":19,"107":488,"11":328,"12":55,"13":574,"14":123,"15":259,"155":26,"156":18,"158":63,"159":16,"16":83,"160":19,"161":176,"167":30,"168":5,"17":309,"18":830,"19":412,"20":115,"209":40,"21":573,"210":23,"211":10,"214":15,"215":175,"221":272,"223":709,"224":143,"225":338,"23":344,"24":1342,"25":460,"257":74,"26":83,"268":5,"27":118,"273":82,"276":27,"279":15,"28":432,"281":21,"282":28,"291":46,"292":156,"30":35,"302":6,"306":2,"31":32,"314":6,"317":5,"32":21,"33":47,"34":69,"347":14,"35":44,"352":636,"36":128,"37":31,"38":421,"380":4,"381":26,"383":42,"389":1,"39":66,"391":27,"396":3,"397":13,"40":68,"409":59,"41":53,"414":49,"415":76,"419":11,"42":150,"426":1,"43":65,"430":33,"433":1,"44":17,"45":27,"46":156,"48":31,"49":54,"5":822,"51":49,"52":96,"53":46,"56":25,"570":4,"6":160,"63":32,"7":875,"79":30,"8":237,"80":55,"9":340,"all_client":89743,"all_tv_clinet":14780,"insert_time":"2014-08-22T03:37:14.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75145,"10":19,"107":494,"11":326,"12":60,"13":568,"14":126,"15":265,"155":25,"156":18,"158":62,"159":18,"16":79,"160":20,"161":194,"167":30,"168":5,"17":309,"18":831,"19":390,"20":109,"209":39,"21":588,"210":23,"211":9,"214":14,"215":179,"221":273,"223":726,"224":128,"225":347,"23":351,"24":1351,"25":463,"257":77,"26":81,"268":5,"27":117,"273":84,"276":26,"279":10,"28":434,"281":21,"282":26,"291":45,"292":162,"30":34,"302":6,"306":2,"31":36,"314":5,"317":4,"32":20,"33":47,"34":70,"347":13,"35":47,"352":623,"36":130,"37":33,"38":424,"380":4,"381":24,"383":41,"389":1,"39":64,"391":28,"396":3,"397":13,"40":64,"409":55,"41":53,"414":50,"415":79,"419":12,"42":153,"426":1,"43":65,"430":32,"433":2,"44":18,"45":29,"46":161,"48":32,"49":57,"5":829,"51":50,"52":96,"53":46,"56":23,"570":3,"6":166,"63":33,"7":852,"79":30,"8":231,"80":56,"9":349,"all_client":89971,"all_tv_clinet":14826,"insert_time":"2014-08-22T03:38:15.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75306,"10":20,"107":502,"11":316,"12":64,"13":564,"14":131,"15":267,"155":25,"156":18,"158":61,"159":17,"16":78,"160":17,"161":202,"167":32,"168":5,"17":306,"18":831,"19":375,"20":108,"209":37,"21":600,"210":23,"211":9,"214":14,"215":184,"221":287,"223":738,"224":116,"225":364,"23":345,"24":1360,"25":469,"257":76,"26":74,"268":5,"27":120,"273":89,"276":25,"279":10,"28":428,"281":21,"282":25,"291":45,"292":162,"30":33,"302":6,"306":2,"31":34,"314":6,"317":4,"32":19,"33":48,"34":74,"347":13,"35":52,"352":619,"36":140,"37":32,"38":421,"380":4,"381":23,"383":38,"389":1,"39":63,"391":26,"396":3,"397":15,"40":57,"409":53,"41":55,"414":52,"415":83,"419":11,"42":148,"426":1,"43":65,"430":34,"433":2,"44":18,"45":29,"46":165,"48":29,"49":66,"5":843,"51":49,"52":93,"53":49,"56":22,"570":1,"6":166,"63":32,"7":820,"79":30,"8":229,"80":61,"9":385,"all_client":90195,"all_tv_clinet":14889,"insert_time":"2014-08-22T03:39:15.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75531,"10":23,"107":506,"11":319,"12":70,"13":535,"14":136,"15":276,"155":24,"156":18,"158":62,"159":17,"16":81,"160":16,"161":207,"167":33,"168":4,"17":291,"18":845,"19":357,"20":115,"209":37,"21":606,"210":22,"211":10,"214":11,"215":194,"221":296,"223":751,"224":99,"225":377,"23":348,"24":1366,"25":479,"257":79,"26":69,"268":3,"27":123,"273":90,"276":30,"279":11,"28":414,"281":21,"282":23,"291":45,"292":148,"30":33,"302":6,"306":2,"31":36,"314":4,"317":4,"32":18,"33":49,"34":78,"347":15,"35":54,"352":614,"36":147,"37":31,"38":422,"380":4,"381":24,"383":37,"39":64,"391":26,"396":4,"397":14,"40":56,"409":59,"41":56,"414":53,"415":86,"419":7,"42":142,"426":1,"43":65,"430":36,"433":2,"44":19,"45":31,"46":175,"48":30,"49":68,"5":833,"51":49,"52":93,"53":49,"56":21,"570":1,"6":170,"63":32,"7":795,"79":29,"8":229,"80":63,"9":420,"all_client":90474,"all_tv_clinet":14943,"insert_time":"2014-08-22T03:40:16.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75725,"10":25,"107":503,"11":311,"12":73,"13":515,"14":143,"15":275,"155":26,"156":19,"158":59,"159":16,"16":81,"160":17,"161":207,"167":32,"168":4,"17":287,"18":852,"19":356,"20":117,"209":38,"21":622,"210":23,"211":11,"214":11,"215":191,"221":299,"223":752,"224":92,"225":365,"23":360,"24":1381,"25":485,"257":76,"26":71,"268":3,"27":127,"273":94,"276":30,"279":12,"28":397,"281":20,"282":26,"291":46,"292":138,"30":31,"302":5,"306":2,"31":34,"314":4,"317":3,"32":17,"33":53,"34":78,"347":16,"35":51,"352":623,"36":150,"37":31,"38":417,"380":5,"381":27,"383":36,"39":68,"391":26,"396":5,"397":14,"40":49,"409":60,"41":56,"414":54,"415":88,"419":7,"42":128,"426":1,"43":64,"430":38,"433":1,"44":20,"45":28,"46":182,"48":31,"49":81,"5":841,"51":53,"52":99,"53":49,"56":18,"570":1,"6":174,"63":32,"7":768,"79":29,"8":230,"80":66,"9":454,"all_client":90711,"all_tv_clinet":14986,"insert_time":"2014-08-22T03:41:17.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75979,"10":23,"107":513,"11":312,"12":75,"13":500,"14":148,"15":276,"155":25,"156":20,"158":54,"159":18,"16":85,"160":17,"161":204,"167":34,"168":4,"17":289,"18":856,"19":357,"20":123,"209":40,"21":641,"210":22,"211":11,"214":11,"215":194,"221":295,"223":773,"224":85,"225":367,"23":366,"24":1395,"25":489,"257":79,"26":70,"268":3,"27":132,"273":96,"276":30,"279":13,"28":385,"281":22,"282":29,"291":46,"292":131,"30":32,"302":5,"306":2,"31":38,"314":4,"317":3,"32":17,"33":52,"34":80,"347":17,"35":48,"352":622,"36":148,"37":33,"38":420,"380":5,"381":29,"383":34,"39":72,"391":27,"396":5,"397":14,"40":51,"409":64,"41":52,"414":55,"415":85,"419":5,"42":114,"426":2,"43":60,"430":43,"433":1,"44":17,"45":26,"46":190,"48":32,"49":86,"5":852,"51":51,"52":106,"53":52,"56":13,"570":1,"6":170,"63":31,"7":751,"79":29,"8":224,"80":71,"9":454,"all_client":91032,"all_tv_clinet":15053,"insert_time":"2014-08-22T03:42:17.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76240,"10":22,"107":507,"11":318,"12":69,"13":488,"14":144,"15":290,"155":23,"156":19,"158":55,"159":23,"16":88,"160":19,"161":191,"167":33,"168":5,"17":293,"18":853,"19":363,"20":128,"209":40,"21":652,"210":23,"211":12,"214":10,"215":200,"221":294,"223":790,"224":82,"225":359,"23":370,"24":1402,"25":495,"257":79,"26":76,"268":4,"27":133,"273":91,"276":27,"279":15,"28":383,"281":21,"282":31,"291":46,"292":128,"30":31,"302":5,"306":1,"31":40,"314":5,"317":3,"32":18,"33":54,"34":82,"347":22,"35":49,"352":609,"36":153,"37":32,"38":417,"380":5,"381":31,"383":35,"39":80,"391":25,"396":4,"397":16,"40":49,"409":65,"41":50,"414":54,"415":79,"419":5,"42":107,"426":3,"43":62,"430":47,"433":1,"44":16,"45":27,"46":194,"48":31,"49":90,"5":850,"51":49,"52":106,"53":51,"56":12,"570":2,"6":163,"63":28,"7":731,"79":30,"8":226,"80":72,"9":484,"all_client":91335,"all_tv_clinet":15095,"insert_time":"2014-08-22T03:43:18.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76483,"10":22,"107":499,"11":322,"12":69,"13":476,"14":150,"15":286,"155":25,"156":14,"158":54,"159":23,"16":97,"160":19,"161":181,"167":34,"168":5,"17":300,"18":870,"19":373,"20":124,"209":40,"21":662,"210":23,"211":12,"214":11,"215":203,"221":294,"223":804,"224":80,"225":359,"23":370,"24":1382,"25":493,"257":76,"26":74,"268":5,"27":133,"273":86,"276":29,"279":16,"28":382,"281":18,"282":35,"291":48,"292":122,"30":31,"302":5,"306":1,"31":41,"314":6,"317":4,"32":18,"33":57,"34":84,"347":25,"35":49,"352":633,"36":154,"37":30,"38":417,"380":4,"381":29,"383":35,"39":86,"391":24,"396":5,"397":15,"40":45,"409":71,"41":50,"414":51,"415":83,"419":5,"42":102,"426":3,"43":58,"430":45,"433":1,"44":15,"45":27,"46":200,"48":31,"49":91,"5":863,"51":45,"52":109,"53":50,"56":12,"570":3,"6":157,"63":28,"7":739,"79":28,"8":219,"80":73,"9":488,"all_client":91628,"all_tv_clinet":15145,"insert_time":"2014-08-22T03:44:19.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76662,"10":23,"107":499,"11":320,"12":70,"13":466,"14":155,"15":277,"155":26,"156":13,"158":56,"159":23,"16":96,"160":21,"161":183,"167":35,"168":5,"17":302,"18":880,"19":399,"20":121,"209":40,"21":669,"210":24,"211":12,"214":12,"215":210,"221":302,"223":808,"224":74,"225":353,"23":370,"24":1349,"25":505,"257":75,"26":77,"268":5,"27":135,"273":83,"276":29,"279":19,"28":372,"281":19,"282":37,"291":48,"292":135,"30":32,"302":5,"306":1,"31":43,"314":7,"317":3,"32":18,"33":56,"34":80,"347":27,"35":49,"352":635,"36":151,"37":31,"38":424,"380":4,"381":32,"383":37,"39":82,"391":24,"396":6,"397":16,"40":45,"409":70,"41":47,"414":52,"415":83,"419":5,"42":101,"426":1,"43":57,"430":44,"433":1,"44":13,"45":30,"46":203,"48":31,"49":92,"5":880,"51":46,"52":105,"53":50,"56":12,"570":3,"6":158,"63":31,"7":737,"79":29,"8":224,"80":74,"9":507,"all_client":91888,"all_tv_clinet":15226,"insert_time":"2014-08-22T03:45:19.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76900,"10":26,"107":491,"11":330,"12":73,"13":450,"14":157,"15":267,"155":25,"156":15,"158":58,"159":21,"16":105,"160":21,"161":190,"167":34,"168":6,"17":307,"18":888,"19":414,"20":114,"209":39,"21":678,"210":23,"211":13,"214":13,"215":213,"221":308,"223":810,"224":74,"225":348,"23":367,"24":1324,"25":513,"257":73,"26":72,"268":6,"27":138,"273":77,"276":32,"279":19,"28":367,"281":19,"282":41,"291":47,"292":137,"30":31,"302":5,"306":1,"31":41,"314":5,"317":3,"32":18,"33":57,"34":78,"347":28,"35":49,"352":645,"36":154,"37":34,"38":431,"380":5,"381":26,"383":33,"39":85,"391":24,"396":5,"397":13,"40":42,"409":72,"41":50,"414":56,"415":86,"419":4,"42":97,"43":55,"430":45,"433":1,"44":12,"45":34,"46":206,"48":31,"49":100,"5":889,"51":46,"52":110,"53":50,"56":10,"570":3,"6":161,"63":32,"7":743,"79":28,"8":225,"80":76,"9":517,"all_client":92195,"all_tv_clinet":15295,"insert_time":"2014-08-22T03:46:20.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77177,"10":30,"107":490,"11":343,"12":75,"13":439,"14":144,"15":271,"155":24,"156":13,"158":58,"159":22,"16":112,"160":22,"161":207,"167":35,"168":6,"17":305,"18":890,"19":414,"20":119,"209":38,"21":683,"210":24,"211":13,"214":13,"215":221,"221":302,"223":808,"224":70,"225":353,"23":357,"24":1291,"25":516,"257":74,"26":66,"268":6,"27":123,"273":77,"276":33,"279":18,"28":361,"281":19,"282":41,"291":47,"292":148,"30":30,"302":5,"306":1,"31":41,"314":5,"317":3,"32":17,"33":55,"34":85,"347":30,"35":51,"352":630,"36":162,"37":33,"38":436,"380":5,"381":23,"383":34,"39":88,"391":26,"396":6,"397":12,"40":42,"409":73,"41":53,"414":58,"415":91,"419":3,"42":101,"43":56,"430":46,"431":1,"433":1,"44":12,"45":34,"46":210,"48":31,"49":101,"5":887,"51":46,"52":115,"53":56,"56":10,"570":2,"6":161,"63":34,"7":741,"79":31,"8":233,"80":82,"9":522,"all_client":92509,"all_tv_clinet":15332,"insert_time":"2014-08-22T03:47:21.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77363,"10":30,"107":499,"11":328,"12":79,"13":431,"14":129,"15":279,"155":24,"156":11,"158":56,"159":22,"16":120,"160":24,"161":218,"167":35,"168":6,"17":309,"18":908,"19":414,"20":122,"209":34,"21":692,"210":24,"211":13,"214":13,"215":221,"221":308,"223":808,"224":65,"225":361,"23":355,"24":1258,"25":523,"257":70,"26":61,"268":6,"27":111,"273":80,"276":35,"279":17,"28":356,"281":19,"282":43,"291":47,"292":151,"30":27,"302":6,"306":1,"31":42,"314":4,"317":4,"32":15,"33":59,"34":91,"347":31,"35":48,"352":637,"36":170,"37":36,"38":449,"380":5,"381":26,"383":32,"39":86,"391":25,"396":6,"397":13,"40":42,"409":75,"41":53,"414":59,"415":90,"419":5,"42":99,"43":52,"430":45,"431":1,"433":1,"44":12,"45":35,"46":213,"48":28,"49":103,"5":899,"51":48,"52":114,"53":57,"56":9,"570":2,"6":154,"63":35,"7":746,"79":38,"8":246,"80":83,"9":540,"all_client":92775,"all_tv_clinet":15412,"insert_time":"2014-08-22T03:48:21.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77551,"10":31,"107":493,"11":339,"12":84,"13":413,"14":120,"15":284,"155":24,"156":10,"158":52,"159":22,"16":125,"160":23,"161":232,"167":37,"168":6,"17":309,"18":919,"19":421,"20":123,"209":36,"21":694,"210":23,"211":13,"214":13,"215":222,"221":318,"223":818,"224":60,"225":347,"23":356,"24":1226,"25":534,"257":68,"26":60,"268":5,"27":94,"273":82,"276":36,"279":18,"28":368,"281":19,"282":43,"291":47,"292":158,"30":26,"302":6,"306":1,"31":41,"314":5,"317":4,"32":16,"33":60,"34":93,"347":33,"35":44,"352":657,"36":184,"37":35,"38":456,"380":4,"381":27,"383":31,"39":86,"391":25,"396":6,"397":13,"40":45,"409":77,"41":47,"414":63,"415":93,"419":5,"42":100,"426":1,"43":54,"430":40,"431":1,"433":1,"44":11,"45":40,"46":214,"48":26,"49":103,"5":915,"51":48,"52":112,"53":53,"56":7,"570":1,"6":151,"63":39,"7":744,"79":40,"8":268,"80":86,"9":543,"all_client":93057,"all_tv_clinet":15506,"insert_time":"2014-08-22T03:49:22.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77803,"10":31,"107":506,"11":350,"12":88,"13":397,"14":120,"15":277,"155":25,"156":9,"158":46,"159":23,"16":136,"160":24,"161":234,"167":34,"168":6,"17":308,"18":929,"19":427,"20":120,"209":36,"21":713,"210":23,"211":13,"214":14,"215":229,"221":323,"223":815,"224":57,"225":336,"23":352,"24":1201,"25":541,"257":67,"26":62,"268":4,"27":85,"273":83,"276":36,"279":18,"28":366,"281":19,"282":46,"291":48,"292":161,"30":27,"302":7,"306":1,"31":39,"314":6,"317":4,"32":19,"33":65,"34":92,"347":32,"35":45,"352":654,"36":180,"37":37,"38":457,"380":4,"381":34,"383":29,"39":84,"391":21,"396":5,"397":13,"40":40,"409":80,"41":49,"414":62,"415":95,"419":6,"42":100,"426":2,"43":51,"430":39,"431":1,"433":1,"44":9,"45":44,"46":215,"48":27,"49":103,"5":922,"51":46,"52":106,"53":49,"56":8,"570":1,"6":142,"63":42,"7":733,"79":40,"8":293,"80":87,"9":563,"all_client":93352,"all_tv_clinet":15549,"insert_time":"2014-08-22T03:50:23.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78089,"10":36,"107":500,"11":369,"12":92,"13":398,"14":119,"15":270,"155":24,"156":9,"158":42,"159":21,"16":144,"160":24,"161":242,"167":34,"168":4,"17":308,"18":946,"19":441,"20":122,"209":37,"21":705,"210":24,"211":11,"214":14,"215":237,"221":317,"223":821,"224":54,"225":339,"23":347,"24":1180,"25":530,"257":67,"26":58,"268":4,"27":83,"273":86,"276":37,"279":19,"28":384,"281":19,"282":45,"291":46,"292":161,"30":25,"302":7,"306":1,"31":38,"314":6,"317":4,"32":20,"33":62,"34":91,"347":35,"35":44,"352":654,"36":184,"37":35,"38":466,"380":5,"381":33,"383":28,"39":85,"391":22,"396":5,"397":13,"40":40,"409":83,"41":46,"414":61,"415":97,"419":6,"42":97,"426":3,"43":52,"430":39,"431":1,"433":1,"44":9,"45":43,"46":225,"48":27,"49":105,"5":907,"51":47,"52":111,"53":54,"56":9,"570":2,"6":135,"63":42,"7":716,"79":37,"8":308,"80":91,"9":573,"all_client":93689,"all_tv_clinet":15600,"insert_time":"2014-08-22T03:51:24.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78283,"10":36,"107":496,"11":373,"12":96,"13":396,"14":118,"15":252,"155":26,"156":12,"158":36,"159":20,"16":161,"160":22,"161":243,"167":36,"168":5,"17":310,"18":985,"19":460,"20":125,"209":36,"21":710,"210":26,"211":11,"214":15,"215":248,"221":328,"223":824,"224":53,"225":345,"23":344,"24":1143,"25":513,"257":72,"26":56,"268":4,"27":75,"273":88,"276":37,"279":22,"28":400,"281":18,"282":47,"291":44,"292":170,"30":25,"302":7,"306":1,"31":36,"314":6,"317":4,"32":17,"33":63,"34":89,"347":38,"35":39,"352":657,"36":193,"37":36,"38":469,"380":4,"381":38,"383":26,"39":87,"391":26,"396":5,"397":14,"40":40,"409":79,"41":50,"414":61,"415":96,"419":6,"42":108,"426":3,"43":48,"430":35,"431":1,"433":1,"44":11,"45":38,"46":220,"48":25,"49":104,"5":885,"51":47,"52":115,"53":58,"56":8,"570":2,"6":137,"63":44,"7":709,"79":35,"8":334,"80":98,"9":594,"all_client":93992,"all_tv_clinet":15709,"insert_time":"2014-08-22T03:52:24.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78504,"10":34,"107":493,"11":391,"12":96,"13":390,"14":115,"15":246,"155":24,"156":13,"158":31,"159":21,"16":153,"160":24,"161":245,"167":38,"168":5,"17":308,"18":1001,"19":478,"20":123,"209":36,"21":710,"210":24,"211":11,"214":16,"215":245,"221":324,"223":842,"224":55,"225":353,"23":359,"24":1137,"25":491,"257":76,"26":57,"268":5,"27":70,"273":93,"276":36,"279":22,"28":422,"281":17,"282":52,"291":45,"292":178,"30":23,"302":6,"306":1,"31":37,"314":6,"317":5,"32":16,"33":65,"34":84,"347":39,"35":37,"352":667,"36":197,"37":33,"38":470,"380":5,"381":35,"383":24,"39":83,"391":30,"396":5,"397":14,"40":40,"409":75,"41":50,"414":64,"415":96,"419":6,"42":118,"426":5,"43":48,"430":35,"431":1,"433":1,"434":1,"44":12,"45":36,"46":215,"48":26,"49":99,"5":870,"51":50,"52":123,"53":58,"56":8,"570":2,"6":136,"63":45,"7":691,"79":32,"8":366,"80":103,"9":603,"all_client":94306,"all_tv_clinet":15802,"insert_time":"2014-08-22T03:53:25.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78657,"10":34,"107":493,"11":405,"12":97,"13":388,"14":117,"15":245,"155":23,"156":18,"158":28,"159":24,"16":157,"160":24,"161":253,"167":38,"168":5,"17":304,"18":1013,"19":479,"20":118,"209":34,"21":694,"210":25,"211":10,"214":16,"215":246,"221":333,"223":873,"224":52,"225":358,"23":354,"24":1124,"25":486,"257":80,"26":66,"268":7,"27":64,"273":96,"276":35,"279":19,"28":438,"281":17,"282":53,"291":45,"292":184,"30":24,"302":6,"306":2,"31":37,"314":5,"317":5,"32":19,"33":66,"34":85,"347":37,"35":34,"352":666,"36":194,"37":34,"38":466,"380":5,"381":34,"383":26,"39":88,"391":29,"396":5,"397":14,"40":39,"409":70,"41":49,"414":66,"415":100,"419":6,"42":126,"426":6,"43":48,"430":36,"431":1,"434":1,"44":13,"45":33,"46":219,"48":28,"49":98,"5":856,"51":51,"52":124,"53":57,"56":8,"570":2,"6":140,"63":49,"7":670,"79":29,"8":397,"80":101,"9":618,"all_client":94551,"all_tv_clinet":15894,"insert_time":"2014-08-22T03:54:26.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78871,"10":33,"107":510,"11":422,"12":95,"13":383,"14":121,"15":248,"155":21,"156":18,"158":27,"159":24,"16":157,"160":28,"161":260,"167":37,"168":6,"17":309,"18":1033,"19":494,"20":113,"209":38,"21":672,"210":24,"211":8,"214":17,"215":238,"221":326,"223":902,"224":52,"225":368,"23":355,"24":1138,"25":474,"257":82,"26":65,"268":7,"27":60,"273":102,"276":36,"279":17,"28":471,"281":16,"282":51,"291":44,"292":169,"30":22,"302":6,"306":2,"31":36,"314":4,"317":5,"32":19,"33":61,"34":89,"347":36,"35":37,"352":663,"36":185,"37":36,"38":484,"380":6,"381":35,"383":24,"39":90,"391":31,"396":5,"397":15,"40":38,"409":69,"41":44,"414":66,"415":102,"419":6,"42":126,"426":6,"43":45,"430":32,"431":1,"434":1,"44":16,"45":27,"46":224,"48":27,"49":96,"5":830,"51":49,"52":120,"53":63,"56":7,"570":2,"6":146,"63":51,"7":645,"79":29,"8":413,"80":105,"9":625,"all_client":94844,"all_tv_clinet":15973,"insert_time":"2014-08-22T03:55:26.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79154,"10":31,"107":513,"11":431,"12":103,"13":379,"14":124,"15":238,"155":19,"156":18,"158":26,"159":25,"16":155,"160":26,"161":266,"167":40,"168":6,"17":319,"18":1028,"19":508,"20":114,"209":38,"21":655,"210":25,"211":5,"214":17,"215":232,"221":326,"223":918,"224":52,"225":359,"23":357,"24":1154,"25":468,"257":79,"26":68,"268":7,"27":60,"273":103,"276":39,"279":19,"28":501,"281":14,"282":50,"291":41,"292":155,"30":21,"302":6,"306":2,"31":36,"314":4,"317":4,"32":22,"33":57,"34":89,"347":37,"35":41,"352":651,"36":189,"37":37,"38":471,"380":6,"381":38,"383":28,"39":90,"391":35,"396":5,"397":16,"40":42,"409":69,"41":46,"414":66,"415":103,"419":6,"42":132,"426":6,"43":46,"430":31,"434":1,"44":16,"45":29,"46":234,"48":28,"49":98,"5":828,"51":47,"52":114,"53":66,"56":6,"570":2,"6":153,"63":50,"7":628,"79":25,"8":432,"80":110,"9":628,"all_client":95192,"all_tv_clinet":16038,"insert_time":"2014-08-22T03:56:27.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79409,"10":34,"107":505,"11":439,"12":103,"13":377,"14":119,"15":217,"155":22,"156":18,"158":24,"159":26,"16":159,"160":25,"161":255,"167":39,"168":6,"17":316,"18":1027,"19":519,"20":119,"209":41,"21":631,"210":29,"211":6,"214":17,"215":230,"221":330,"223":931,"224":52,"225":367,"23":367,"24":1171,"25":462,"257":79,"26":59,"268":5,"27":56,"273":104,"276":38,"279":18,"28":518,"281":15,"282":51,"291":41,"292":139,"30":24,"302":6,"306":1,"31":42,"314":4,"317":4,"32":20,"33":58,"34":88,"347":40,"35":43,"352":663,"36":189,"37":38,"38":476,"380":5,"381":44,"383":32,"39":91,"391":32,"396":4,"397":19,"40":42,"409":72,"41":43,"414":67,"415":99,"419":5,"42":133,"426":6,"43":41,"430":30,"434":2,"44":18,"45":25,"46":240,"48":28,"49":99,"5":829,"51":42,"52":111,"53":70,"56":6,"570":2,"6":174,"63":52,"7":606,"79":30,"8":461,"80":114,"9":630,"all_client":95515,"all_tv_clinet":16106,"insert_time":"2014-08-22T03:57:28.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79590,"10":35,"107":508,"11":441,"12":107,"13":395,"14":122,"15":208,"155":22,"156":19,"158":26,"159":27,"16":166,"160":23,"161":239,"167":37,"168":5,"17":304,"18":1010,"19":526,"20":125,"209":38,"21":606,"210":30,"211":6,"214":17,"215":229,"221":336,"223":954,"224":55,"225":359,"23":387,"24":1186,"25":459,"257":81,"26":61,"268":4,"27":51,"273":98,"276":40,"279":20,"28":522,"281":14,"282":52,"291":43,"292":138,"30":26,"302":6,"306":1,"31":41,"314":5,"317":4,"32":20,"33":59,"34":83,"347":39,"35":48,"352":677,"36":190,"37":37,"38":463,"380":6,"381":47,"383":33,"39":90,"391":31,"396":4,"397":21,"40":41,"409":77,"41":42,"414":69,"415":105,"419":6,"42":138,"426":7,"43":38,"430":33,"434":2,"44":17,"45":27,"46":244,"48":29,"49":102,"5":845,"51":43,"52":109,"53":70,"56":8,"570":2,"6":201,"63":50,"7":587,"79":37,"8":492,"80":117,"9":616,"all_client":95806,"all_tv_clinet":16216,"insert_time":"2014-08-22T03:58:29.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79848,"10":33,"107":497,"11":452,"12":112,"13":415,"14":123,"15":199,"155":22,"156":19,"158":27,"159":27,"16":175,"160":23,"161":228,"167":39,"168":5,"17":279,"18":995,"19":534,"20":139,"209":39,"21":594,"210":33,"211":5,"214":18,"215":237,"221":324,"223":984,"224":55,"225":388,"23":386,"24":1190,"25":450,"257":83,"26":57,"268":5,"27":47,"273":89,"276":38,"279":18,"28":534,"281":15,"282":49,"291":44,"292":138,"30":25,"302":6,"306":1,"31":43,"314":4,"317":2,"32":17,"33":58,"34":79,"347":42,"35":47,"352":690,"36":191,"37":43,"38":466,"380":6,"381":47,"383":32,"39":93,"391":28,"396":4,"397":21,"40":40,"409":76,"41":35,"414":71,"415":103,"419":4,"42":138,"426":7,"43":37,"430":32,"434":2,"44":18,"45":27,"46":253,"48":33,"49":102,"5":858,"51":43,"52":108,"53":73,"56":8,"570":2,"6":216,"63":54,"7":575,"79":38,"8":512,"80":122,"9":585,"all_client":96128,"all_tv_clinet":16280,"insert_time":"2014-08-22T03:59:29.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80028,"10":31,"107":511,"11":453,"12":112,"13":423,"14":125,"15":186,"155":23,"156":24,"158":30,"159":24,"16":177,"160":22,"161":225,"167":38,"168":5,"17":272,"18":986,"19":546,"20":151,"209":35,"21":581,"210":31,"211":5,"214":18,"215":240,"221":318,"223":993,"224":53,"225":395,"23":381,"24":1190,"25":454,"257":91,"26":54,"268":5,"27":47,"273":87,"276":43,"279":17,"28":542,"281":15,"282":50,"291":47,"292":141,"30":24,"302":7,"306":2,"31":43,"314":3,"317":2,"32":16,"33":59,"34":76,"347":40,"35":43,"352":687,"36":195,"37":47,"38":459,"380":6,"381":45,"383":38,"39":96,"391":28,"396":4,"397":20,"40":42,"409":84,"41":39,"414":69,"415":104,"419":4,"42":143,"426":9,"43":35,"430":30,"434":3,"44":14,"45":26,"46":267,"48":33,"49":108,"5":881,"51":42,"52":99,"53":72,"56":6,"570":2,"6":236,"63":55,"7":562,"79":41,"8":532,"80":123,"9":566,"all_client":96392,"all_tv_clinet":16364,"insert_time":"2014-08-22T04:00:30.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80281,"10":30,"107":498,"11":460,"12":112,"13":441,"14":126,"15":172,"155":23,"156":27,"158":32,"159":22,"16":178,"160":22,"161":226,"167":38,"168":2,"17":270,"18":993,"19":543,"20":159,"209":34,"21":585,"210":30,"211":4,"214":18,"215":248,"221":308,"223":973,"224":48,"225":411,"23":364,"24":1185,"25":453,"257":91,"26":53,"268":4,"27":46,"273":90,"276":45,"279":15,"28":557,"281":15,"282":52,"291":47,"292":148,"30":21,"302":8,"306":2,"31":44,"314":4,"317":2,"32":18,"33":59,"34":83,"347":42,"35":44,"352":662,"36":188,"37":50,"38":467,"380":6,"381":45,"383":42,"39":93,"391":28,"396":4,"397":20,"40":43,"409":83,"41":38,"414":62,"415":104,"419":3,"42":146,"426":11,"43":32,"430":31,"434":3,"44":17,"45":30,"46":267,"48":34,"49":111,"5":941,"51":39,"52":95,"53":70,"56":6,"570":2,"6":248,"63":58,"7":544,"79":40,"8":543,"80":129,"9":560,"all_client":96701,"all_tv_clinet":16420,"insert_time":"2014-08-22T04:01:31.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80442,"10":31,"107":517,"11":476,"12":118,"13":465,"14":121,"15":170,"155":23,"156":29,"158":34,"159":22,"16":186,"160":21,"161":231,"167":38,"168":3,"17":269,"18":1007,"19":509,"20":157,"209":33,"21":571,"210":26,"211":4,"214":17,"215":245,"221":307,"223":933,"224":47,"225":409,"23":359,"24":1182,"25":441,"257":88,"26":51,"268":4,"27":46,"273":91,"276":54,"279":16,"28":580,"281":15,"282":53,"291":47,"292":155,"30":20,"302":9,"306":2,"31":45,"314":3,"317":2,"32":19,"33":56,"34":89,"347":42,"35":42,"352":669,"36":184,"37":49,"38":481,"380":6,"381":42,"383":47,"39":94,"391":27,"396":2,"397":20,"40":49,"409":84,"41":40,"414":51,"415":110,"419":3,"42":150,"426":11,"43":31,"430":41,"431":1,"434":2,"44":16,"45":28,"46":275,"48":38,"49":113,"5":998,"51":39,"52":80,"53":67,"56":7,"570":2,"6":262,"63":59,"7":522,"79":46,"8":563,"80":132,"9":570,"all_client":96983,"all_tv_clinet":16541,"insert_time":"2014-08-22T04:02:32.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80711,"10":29,"107":523,"11":483,"12":117,"13":459,"14":119,"15":166,"155":24,"156":28,"158":31,"159":24,"16":191,"160":20,"161":235,"167":38,"168":5,"17":278,"18":1018,"19":480,"20":158,"209":36,"21":544,"210":24,"211":4,"214":17,"215":250,"221":305,"223":887,"224":44,"225":429,"23":353,"24":1198,"25":441,"257":84,"26":54,"268":4,"27":44,"273":90,"276":55,"279":18,"28":595,"281":14,"282":57,"291":47,"292":158,"30":21,"302":10,"31":42,"314":2,"317":2,"32":18,"33":59,"34":83,"347":42,"35":42,"352":667,"36":181,"37":53,"38":492,"380":7,"381":47,"383":46,"39":93,"391":32,"396":2,"397":19,"40":56,"409":85,"41":44,"414":45,"415":107,"419":3,"42":157,"426":10,"43":31,"430":47,"431":2,"433":1,"434":1,"44":15,"45":28,"46":277,"48":40,"49":109,"5":1041,"51":35,"52":74,"53":69,"56":7,"570":1,"6":276,"63":60,"7":504,"79":46,"8":577,"80":144,"9":572,"all_client":97313,"all_tv_clinet":16602,"insert_time":"2014-08-22T04:03:32.729Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80945,"10":28,"107":538,"11":484,"12":123,"13":465,"14":114,"15":163,"155":22,"156":27,"158":30,"159":22,"16":185,"160":22,"161":251,"167":42,"168":6,"17":278,"18":1031,"19":444,"20":165,"209":35,"21":532,"210":22,"211":4,"214":16,"215":255,"221":300,"223":855,"224":45,"225":440,"23":344,"24":1217,"25":442,"257":83,"26":57,"268":3,"27":47,"273":95,"276":57,"279":17,"28":601,"281":14,"282":55,"291":46,"292":160,"30":21,"302":9,"31":44,"314":3,"317":2,"32":16,"33":54,"34":76,"347":42,"35":43,"352":680,"36":179,"37":50,"38":496,"380":7,"381":47,"383":44,"39":93,"391":31,"396":2,"397":19,"40":61,"409":85,"41":44,"414":42,"415":103,"419":3,"42":161,"426":7,"43":34,"430":49,"431":2,"433":1,"434":1,"44":13,"45":25,"46":293,"48":41,"49":103,"5":1101,"51":36,"52":68,"53":64,"56":9,"570":1,"6":273,"63":62,"7":482,"79":47,"8":591,"80":157,"9":578,"all_client":97622,"all_tv_clinet":16677,"insert_time":"2014-08-22T04:04:33.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81159,"10":30,"107":542,"11":502,"12":115,"13":459,"14":117,"15":162,"155":22,"156":26,"158":30,"159":23,"16":176,"160":23,"161":247,"167":42,"168":6,"17":278,"18":1045,"19":430,"20":175,"209":35,"21":549,"210":22,"211":4,"214":17,"215":254,"221":304,"223":834,"224":41,"225":456,"23":347,"24":1253,"25":442,"257":81,"26":63,"268":3,"27":44,"273":91,"276":56,"279":15,"28":599,"281":14,"282":57,"291":45,"292":158,"30":22,"302":8,"31":46,"314":3,"317":2,"32":14,"33":53,"34":73,"347":40,"35":44,"352":674,"36":170,"37":52,"38":500,"380":7,"381":49,"383":46,"39":98,"391":33,"396":2,"397":18,"40":67,"409":86,"41":43,"414":41,"415":104,"419":3,"42":159,"426":5,"43":37,"430":51,"431":2,"433":1,"434":1,"44":14,"45":25,"46":303,"48":36,"49":92,"5":1156,"51":35,"52":59,"53":66,"56":11,"570":1,"6":277,"63":62,"7":468,"79":48,"8":598,"80":164,"9":579,"all_client":97941,"all_tv_clinet":16782,"insert_time":"2014-08-22T04:05:34.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81387,"10":28,"107":560,"11":505,"12":114,"13":455,"14":116,"15":155,"155":22,"156":23,"158":28,"159":21,"16":182,"160":24,"161":242,"167":42,"168":7,"17":278,"18":1031,"19":416,"20":177,"209":33,"21":538,"210":21,"211":4,"214":18,"215":251,"221":314,"223":835,"224":43,"225":467,"23":352,"24":1280,"25":445,"257":86,"26":61,"268":4,"27":39,"273":93,"276":59,"279":15,"28":591,"281":13,"282":58,"291":44,"292":163,"30":24,"302":8,"31":47,"314":3,"317":2,"32":13,"33":52,"34":64,"347":36,"35":48,"352":680,"36":173,"37":53,"38":507,"380":6,"381":56,"383":44,"39":98,"391":33,"396":2,"397":16,"40":73,"409":87,"41":44,"414":41,"415":96,"419":3,"42":148,"426":5,"43":36,"430":52,"431":2,"433":1,"434":1,"44":17,"45":26,"46":312,"48":32,"49":71,"5":1207,"51":35,"52":59,"53":63,"56":12,"570":3,"6":276,"63":63,"7":468,"79":47,"8":601,"80":166,"9":595,"all_client":98247,"all_tv_clinet":16860,"insert_time":"2014-08-22T04:06:35.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81575,"10":31,"107":562,"11":499,"12":115,"13":451,"14":114,"15":146,"155":22,"156":21,"158":23,"159":21,"16":184,"160":21,"161":238,"167":42,"168":8,"17":290,"18":1028,"19":404,"20":179,"209":30,"21":533,"210":20,"211":8,"214":18,"215":255,"221":326,"223":835,"224":44,"225":468,"23":357,"24":1326,"25":442,"257":90,"26":66,"268":3,"27":34,"273":94,"276":62,"279":15,"28":585,"281":12,"282":59,"291":45,"292":166,"30":25,"302":7,"31":52,"314":3,"317":2,"32":15,"33":52,"34":61,"347":30,"35":50,"352":688,"36":166,"37":55,"38":506,"380":6,"381":59,"383":41,"39":98,"391":33,"396":2,"397":14,"40":73,"409":88,"41":47,"414":34,"415":94,"419":2,"42":140,"426":8,"43":39,"430":56,"431":2,"433":2,"434":1,"44":18,"45":26,"46":312,"48":34,"49":62,"5":1238,"51":32,"52":56,"53":66,"56":12,"570":3,"6":285,"63":65,"7":459,"79":44,"8":617,"80":180,"9":589,"all_client":98516,"all_tv_clinet":16941,"insert_time":"2014-08-22T04:07:36.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81756,"10":29,"107":574,"11":505,"12":112,"13":457,"14":118,"15":146,"155":22,"156":22,"158":23,"159":22,"16":182,"160":18,"161":236,"167":42,"168":8,"17":300,"18":1024,"19":400,"20":182,"209":29,"21":526,"210":21,"211":8,"214":20,"215":260,"221":314,"223":839,"224":45,"225":466,"23":356,"24":1355,"25":450,"257":95,"26":70,"268":3,"27":33,"273":89,"276":64,"279":18,"28":599,"281":11,"282":59,"291":45,"292":173,"30":23,"302":8,"31":52,"314":3,"317":2,"32":14,"33":51,"34":60,"347":27,"35":51,"352":697,"36":169,"37":53,"38":498,"380":6,"381":58,"383":41,"39":96,"391":31,"396":2,"397":13,"40":72,"409":82,"41":50,"414":32,"415":84,"419":3,"42":137,"426":9,"43":38,"430":63,"431":1,"433":2,"434":1,"44":16,"45":25,"46":331,"48":33,"49":61,"5":1272,"51":33,"52":57,"53":65,"56":10,"570":3,"6":283,"63":65,"7":444,"79":39,"8":629,"80":184,"9":583,"all_client":98788,"all_tv_clinet":17032,"insert_time":"2014-08-22T04:08:36.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81948,"10":26,"107":563,"11":507,"12":114,"13":467,"14":123,"15":143,"155":21,"156":22,"158":20,"159":21,"16":185,"160":18,"161":244,"167":42,"168":6,"17":296,"18":1021,"19":405,"20":184,"209":32,"21":534,"210":20,"211":8,"214":20,"215":263,"221":306,"223":848,"224":42,"225":463,"23":358,"24":1370,"25":447,"257":93,"26":69,"268":3,"27":29,"273":88,"276":64,"279":17,"28":608,"281":11,"282":59,"291":45,"292":172,"30":22,"302":10,"31":52,"314":3,"317":2,"32":15,"33":51,"34":60,"347":22,"35":52,"352":708,"36":165,"37":55,"38":490,"380":6,"381":57,"383":42,"39":92,"391":31,"396":3,"397":14,"40":77,"409":78,"41":50,"414":29,"415":82,"419":4,"42":136,"426":9,"43":37,"430":64,"433":2,"434":1,"44":18,"45":25,"46":330,"48":29,"49":56,"5":1310,"51":34,"52":56,"53":65,"56":8,"570":3,"6":290,"63":67,"7":446,"79":38,"8":643,"80":189,"9":582,"all_client":99055,"all_tv_clinet":17107,"insert_time":"2014-08-22T04:09:37.467Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82139,"10":25,"107":562,"11":518,"12":117,"13":474,"14":132,"15":141,"155":20,"156":22,"158":21,"159":20,"16":185,"160":19,"161":248,"167":42,"168":6,"17":300,"18":1024,"19":406,"20":190,"209":33,"21":534,"210":19,"211":8,"214":20,"215":265,"221":303,"223":836,"224":37,"225":460,"23":362,"24":1382,"25":456,"257":94,"26":71,"268":2,"27":25,"273":90,"276":70,"279":17,"28":611,"281":10,"282":56,"291":45,"292":168,"30":20,"302":10,"31":51,"314":3,"317":2,"32":14,"33":51,"34":56,"347":22,"35":54,"352":709,"36":164,"37":57,"38":498,"380":6,"381":57,"383":47,"39":91,"391":31,"396":3,"397":9,"40":81,"409":71,"41":54,"414":30,"415":84,"419":4,"42":134,"426":8,"43":37,"430":67,"433":1,"434":1,"44":18,"45":27,"46":339,"48":30,"49":55,"5":1333,"51":37,"52":58,"53":62,"56":7,"570":2,"6":283,"63":68,"7":442,"79":37,"8":638,"80":188,"9":591,"all_client":99327,"all_tv_clinet":17188,"insert_time":"2014-08-22T04:10:38.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82328,"10":24,"107":554,"11":517,"12":115,"13":464,"14":137,"15":145,"155":20,"156":21,"158":24,"159":21,"16":179,"160":19,"161":249,"167":41,"168":6,"17":314,"18":1021,"19":405,"20":196,"209":30,"21":547,"210":20,"211":8,"214":20,"215":269,"221":315,"223":831,"224":38,"225":462,"23":355,"24":1409,"25":445,"257":95,"26":71,"268":4,"27":25,"273":86,"276":72,"279":17,"28":613,"281":10,"282":60,"291":43,"292":159,"30":21,"302":9,"31":47,"314":3,"317":2,"32":14,"33":53,"34":55,"347":23,"35":51,"352":718,"36":169,"37":59,"38":507,"380":6,"381":57,"383":51,"39":96,"391":29,"396":3,"397":9,"40":81,"409":66,"41":59,"414":27,"415":91,"419":4,"42":135,"426":8,"43":36,"430":67,"431":1,"433":1,"434":2,"44":20,"45":26,"46":339,"48":29,"49":49,"5":1350,"51":36,"52":53,"53":58,"56":8,"570":4,"6":274,"63":71,"7":433,"79":37,"8":645,"80":190,"9":602,"all_client":99588,"all_tv_clinet":17260,"insert_time":"2014-08-22T04:11:39.208Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82581,"10":22,"107":545,"11":515,"12":113,"13":474,"14":141,"15":151,"155":18,"156":20,"158":24,"159":23,"16":178,"160":22,"161":245,"167":41,"168":6,"17":315,"18":1040,"19":403,"20":200,"209":32,"21":559,"210":20,"211":8,"214":20,"215":269,"221":320,"223":814,"224":40,"225":460,"23":363,"24":1423,"25":448,"257":86,"26":76,"268":5,"27":25,"273":84,"276":75,"279":19,"28":624,"281":10,"282":59,"291":41,"292":153,"30":22,"302":9,"31":49,"314":2,"317":2,"32":12,"33":56,"34":52,"347":21,"35":48,"352":717,"36":171,"37":58,"38":511,"380":5,"381":59,"383":49,"39":98,"391":26,"396":2,"397":6,"40":80,"409":69,"41":62,"414":26,"415":96,"419":3,"42":131,"426":7,"43":36,"430":67,"431":1,"433":1,"434":2,"44":20,"45":26,"46":336,"48":32,"49":51,"5":1377,"51":36,"52":51,"53":62,"56":8,"570":3,"6":265,"63":79,"7":425,"79":34,"8":644,"80":196,"9":609,"all_client":99920,"all_tv_clinet":17339,"insert_time":"2014-08-22T04:12:39.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82826,"10":22,"107":550,"11":533,"12":118,"13":471,"14":142,"15":144,"155":19,"156":20,"158":25,"159":22,"16":175,"160":21,"161":236,"167":42,"168":6,"17":317,"18":1056,"19":421,"20":203,"209":33,"21":560,"210":20,"211":8,"214":20,"215":270,"221":323,"223":813,"224":42,"225":449,"23":365,"24":1417,"25":454,"257":85,"26":77,"268":5,"27":24,"273":77,"276":76,"279":17,"28":637,"281":10,"282":61,"291":40,"292":146,"30":22,"302":8,"31":53,"314":4,"317":2,"32":11,"33":57,"34":48,"347":22,"35":41,"352":709,"36":168,"37":60,"38":521,"380":5,"381":63,"383":49,"39":100,"391":25,"396":2,"397":7,"40":85,"409":74,"41":62,"414":26,"415":97,"419":3,"42":133,"426":6,"43":35,"430":71,"431":1,"433":1,"434":2,"44":20,"45":25,"46":336,"48":33,"49":51,"5":1399,"51":38,"52":52,"53":57,"56":9,"570":3,"6":265,"63":78,"7":412,"79":33,"8":632,"80":201,"9":619,"all_client":100234,"all_tv_clinet":17408,"insert_time":"2014-08-22T04:13:40.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83064,"10":21,"107":551,"11":549,"12":122,"13":478,"14":145,"15":130,"155":18,"156":20,"158":27,"159":18,"16":185,"160":23,"161":221,"167":43,"168":6,"17":332,"18":1074,"19":449,"20":202,"209":39,"21":556,"210":20,"211":8,"214":20,"215":281,"221":331,"223":803,"224":44,"225":446,"23":350,"24":1381,"25":460,"257":81,"26":83,"268":6,"27":27,"273":72,"276":77,"279":17,"28":656,"281":9,"282":59,"291":41,"292":149,"30":25,"302":8,"306":1,"31":55,"314":4,"317":1,"32":13,"33":58,"34":46,"347":19,"35":40,"352":713,"36":169,"37":60,"38":519,"380":5,"381":63,"383":49,"39":102,"391":24,"396":2,"397":7,"40":89,"409":79,"41":63,"414":27,"415":98,"419":5,"42":137,"426":4,"43":34,"430":72,"431":1,"433":1,"434":2,"44":19,"45":21,"46":333,"48":41,"49":49,"5":1433,"51":40,"52":48,"53":56,"56":11,"570":2,"6":261,"63":74,"7":407,"79":37,"8":624,"80":204,"9":619,"all_client":100568,"all_tv_clinet":17504,"insert_time":"2014-08-22T04:14:41.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83209,"10":27,"107":575,"11":572,"12":134,"13":485,"14":145,"15":118,"155":17,"156":22,"158":29,"159":18,"16":180,"160":22,"161":224,"167":44,"168":6,"17":334,"18":1087,"19":453,"20":201,"209":42,"21":555,"210":20,"211":8,"214":20,"215":293,"221":334,"223":802,"224":48,"225":456,"23":343,"24":1388,"25":461,"257":82,"26":86,"268":9,"27":25,"273":71,"276":76,"279":17,"28":668,"281":9,"282":57,"291":44,"292":152,"30":24,"302":8,"306":1,"31":50,"314":4,"317":1,"32":14,"33":63,"34":50,"347":18,"35":40,"352":703,"36":177,"37":61,"38":506,"380":4,"381":63,"383":51,"39":106,"391":24,"396":3,"397":7,"40":90,"409":80,"41":66,"414":24,"415":100,"419":4,"42":140,"426":2,"43":33,"430":73,"431":1,"434":2,"44":17,"45":18,"46":316,"48":40,"49":45,"5":1489,"51":45,"52":42,"53":57,"56":13,"570":2,"6":251,"63":69,"7":398,"79":37,"8":613,"80":205,"9":623,"all_client":100841,"all_tv_clinet":17632,"insert_time":"2014-08-22T04:15:42.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83407,"10":25,"107":579,"11":582,"12":135,"13":485,"14":149,"15":113,"155":17,"156":22,"158":31,"159":17,"16":184,"160":22,"161":226,"167":42,"168":6,"17":343,"18":1097,"19":459,"20":199,"209":46,"21":568,"210":20,"211":6,"214":21,"215":303,"221":325,"223":786,"224":45,"225":465,"23":337,"24":1392,"25":461,"257":79,"26":87,"268":10,"27":26,"273":74,"276":76,"279":18,"28":670,"281":9,"282":58,"291":44,"292":154,"30":25,"302":8,"306":1,"31":44,"314":4,"317":1,"32":15,"33":65,"34":48,"347":16,"35":41,"352":691,"36":179,"37":61,"38":521,"380":4,"381":65,"383":51,"39":101,"391":25,"396":3,"397":9,"40":94,"409":77,"41":70,"414":22,"415":101,"419":5,"42":146,"426":2,"43":35,"430":74,"431":1,"434":2,"44":18,"45":19,"46":300,"48":44,"49":46,"5":1523,"51":40,"52":39,"53":56,"56":13,"570":2,"6":244,"63":66,"7":390,"79":35,"8":619,"80":209,"9":643,"all_client":101133,"all_tv_clinet":17726,"insert_time":"2014-08-22T04:16:42.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83592,"10":24,"107":585,"11":582,"12":137,"13":491,"14":150,"15":119,"155":17,"156":21,"158":29,"159":18,"16":181,"160":23,"161":231,"167":43,"168":6,"17":340,"18":1109,"19":467,"20":195,"209":48,"21":569,"210":19,"211":6,"214":20,"215":301,"221":323,"223":779,"224":44,"225":466,"23":345,"24":1408,"25":454,"257":78,"26":89,"268":10,"27":27,"273":75,"276":76,"279":17,"28":680,"281":7,"282":54,"291":44,"292":161,"30":25,"302":8,"306":1,"31":42,"314":4,"317":1,"32":14,"33":65,"34":45,"347":15,"35":43,"352":680,"36":182,"37":64,"38":532,"380":4,"381":68,"383":48,"39":99,"391":26,"396":3,"397":9,"40":101,"409":79,"41":70,"414":24,"415":101,"419":5,"42":145,"426":1,"43":35,"430":75,"431":1,"434":1,"44":17,"45":21,"46":284,"48":41,"49":41,"5":1567,"51":41,"52":35,"53":62,"56":14,"570":2,"6":237,"63":65,"7":384,"79":34,"8":629,"80":215,"9":656,"all_client":101421,"all_tv_clinet":17829,"insert_time":"2014-08-22T04:17:43.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83785,"10":25,"107":601,"11":574,"12":140,"13":502,"14":148,"15":120,"155":18,"156":21,"158":23,"159":21,"16":184,"160":19,"161":229,"167":42,"168":6,"17":346,"18":1127,"19":472,"20":196,"209":53,"21":571,"210":20,"211":6,"214":20,"215":302,"221":314,"223":779,"224":43,"225":464,"23":356,"24":1413,"25":452,"257":71,"26":88,"268":11,"27":29,"273":76,"276":77,"279":16,"28":695,"281":7,"282":56,"291":44,"292":162,"30":23,"302":8,"306":1,"31":43,"314":6,"32":15,"33":68,"34":42,"347":16,"35":46,"352":680,"36":179,"37":65,"38":547,"380":4,"381":71,"383":53,"39":93,"391":28,"396":2,"397":7,"40":99,"409":74,"41":63,"414":23,"415":100,"419":5,"42":147,"426":1,"43":35,"430":78,"431":1,"434":1,"44":16,"45":21,"46":277,"48":43,"49":40,"5":1610,"51":38,"52":37,"53":62,"56":14,"570":3,"6":221,"63":64,"7":379,"79":33,"8":631,"80":223,"9":664,"all_client":101724,"all_tv_clinet":17939,"insert_time":"2014-08-22T04:18:44.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83932,"10":24,"107":609,"11":548,"12":135,"13":499,"14":150,"15":122,"155":18,"156":21,"158":18,"159":21,"16":184,"160":19,"161":235,"167":42,"168":6,"17":341,"18":1138,"19":476,"20":208,"209":55,"21":566,"210":20,"211":7,"214":21,"215":314,"221":317,"223":778,"224":44,"225":464,"23":360,"24":1428,"25":463,"257":69,"26":94,"268":11,"27":29,"273":77,"276":76,"279":16,"28":708,"281":7,"282":60,"291":45,"292":164,"30":23,"302":8,"306":2,"31":43,"314":5,"32":15,"33":71,"34":40,"347":17,"35":47,"352":667,"36":173,"37":70,"38":551,"380":5,"381":69,"383":55,"39":94,"391":32,"396":2,"397":4,"40":99,"409":75,"41":60,"414":24,"415":100,"419":4,"42":144,"426":1,"43":35,"430":78,"431":1,"434":1,"44":14,"45":21,"46":256,"48":41,"49":36,"5":1653,"51":39,"52":36,"53":65,"56":13,"570":3,"6":217,"63":66,"7":377,"79":33,"8":636,"80":224,"9":686,"all_client":101970,"all_tv_clinet":18038,"insert_time":"2014-08-22T04:19:45.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84168,"10":27,"107":602,"11":542,"12":134,"13":515,"14":154,"15":128,"155":19,"156":19,"158":16,"159":18,"16":180,"160":21,"161":239,"167":40,"168":6,"17":345,"18":1142,"19":471,"20":207,"209":56,"21":567,"210":20,"211":7,"214":21,"215":309,"221":316,"223":773,"224":45,"225":461,"23":360,"24":1432,"25":464,"257":66,"26":92,"268":11,"27":28,"273":78,"276":77,"279":16,"28":691,"281":7,"282":59,"291":42,"292":161,"30":20,"302":8,"306":2,"31":46,"314":6,"32":15,"33":69,"34":40,"347":17,"35":51,"352":673,"36":169,"37":74,"38":558,"380":5,"381":68,"383":57,"39":90,"391":34,"396":2,"397":4,"40":103,"409":74,"41":63,"414":25,"415":98,"419":3,"42":147,"426":1,"43":34,"430":79,"431":1,"434":1,"44":14,"45":21,"46":247,"48":44,"49":33,"5":1699,"51":38,"52":38,"53":64,"56":12,"570":3,"6":212,"63":64,"7":384,"79":35,"8":640,"80":229,"9":708,"all_client":102274,"all_tv_clinet":18106,"insert_time":"2014-08-22T04:20:45.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84345,"10":25,"107":590,"11":557,"12":121,"13":528,"14":149,"15":127,"155":18,"156":18,"158":18,"159":11,"16":163,"160":23,"161":238,"167":41,"168":6,"17":350,"18":1152,"19":472,"20":213,"209":57,"21":580,"210":22,"211":6,"214":21,"215":309,"221":317,"223":766,"224":48,"225":463,"23":352,"24":1468,"25":474,"257":74,"26":95,"268":11,"27":29,"273":75,"276":78,"279":14,"28":669,"281":7,"282":61,"291":43,"292":162,"30":17,"302":8,"306":2,"31":44,"314":5,"32":14,"33":69,"34":33,"347":16,"35":53,"352":682,"36":168,"37":71,"38":563,"380":6,"381":71,"383":56,"39":86,"391":36,"396":1,"397":3,"40":103,"409":65,"41":62,"414":26,"415":100,"419":4,"42":146,"426":1,"43":32,"430":79,"431":1,"434":1,"44":16,"45":23,"46":237,"48":42,"49":33,"5":1723,"51":39,"52":39,"53":66,"56":11,"570":3,"6":207,"63":65,"7":393,"79":36,"8":655,"80":239,"9":718,"all_client":102535,"all_tv_clinet":18190,"insert_time":"2014-08-22T04:21:46.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84443,"10":24,"107":604,"11":573,"12":112,"13":535,"14":149,"15":129,"155":16,"156":17,"158":21,"159":13,"16":153,"160":22,"161":244,"167":41,"168":6,"17":357,"18":1159,"19":473,"20":207,"209":57,"21":575,"210":24,"211":6,"214":20,"215":295,"221":334,"223":755,"224":54,"225":479,"23":352,"24":1466,"25":478,"257":78,"26":101,"268":11,"27":28,"273":78,"276":78,"279":14,"28":643,"281":7,"282":65,"291":43,"292":165,"30":15,"302":7,"306":2,"31":46,"314":5,"32":15,"33":71,"34":33,"347":15,"35":54,"352":677,"36":182,"37":70,"38":557,"380":6,"381":73,"383":55,"39":85,"391":35,"396":1,"397":4,"40":101,"409":62,"41":58,"414":29,"415":100,"419":5,"42":144,"426":1,"43":32,"430":83,"431":1,"434":1,"44":14,"45":25,"46":236,"48":48,"49":32,"5":1754,"51":41,"52":37,"53":59,"56":12,"570":3,"6":211,"63":67,"7":392,"79":34,"8":668,"80":242,"9":727,"all_client":102731,"all_tv_clinet":18288,"insert_time":"2014-08-22T04:22:47.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84628,"10":23,"107":631,"11":576,"12":97,"13":545,"14":152,"15":121,"155":17,"156":19,"158":24,"159":11,"16":146,"160":24,"161":245,"167":43,"168":6,"17":359,"18":1154,"19":482,"20":213,"209":62,"21":567,"210":24,"211":6,"214":20,"215":285,"221":347,"223":759,"224":56,"225":487,"23":349,"24":1470,"25":491,"257":83,"26":107,"268":7,"27":28,"273":79,"276":78,"279":15,"28":623,"281":7,"282":69,"291":43,"292":166,"30":12,"302":7,"306":2,"31":43,"314":5,"317":1,"32":12,"33":77,"34":33,"347":15,"35":51,"352":658,"36":187,"37":71,"38":557,"380":6,"381":82,"383":54,"39":83,"391":39,"396":2,"397":5,"40":106,"409":57,"41":60,"414":28,"415":103,"419":5,"42":142,"426":1,"43":28,"430":89,"431":1,"434":1,"44":14,"45":26,"46":220,"48":43,"49":32,"5":1753,"51":44,"52":37,"53":63,"56":11,"570":4,"6":202,"63":66,"7":384,"79":35,"8":669,"80":240,"9":761,"all_client":102971,"all_tv_clinet":18343,"insert_time":"2014-08-22T04:23:48.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84885,"10":27,"107":643,"11":582,"12":93,"13":566,"14":159,"15":127,"155":17,"156":18,"158":25,"159":12,"16":132,"160":23,"161":241,"167":43,"168":6,"17":364,"18":1143,"19":487,"20":210,"209":62,"21":558,"210":25,"211":6,"214":20,"215":271,"221":351,"223":757,"224":53,"225":503,"23":348,"24":1472,"25":491,"257":84,"26":109,"268":6,"27":28,"273":82,"276":77,"279":15,"28":630,"281":8,"282":74,"291":42,"292":159,"30":11,"302":7,"306":2,"31":41,"314":5,"317":1,"32":9,"33":80,"34":34,"347":16,"35":45,"352":667,"36":194,"37":70,"38":540,"380":6,"381":84,"383":57,"39":85,"391":39,"396":1,"397":6,"40":111,"409":56,"41":59,"414":26,"415":104,"419":4,"42":142,"43":27,"430":95,"431":1,"433":1,"434":1,"44":15,"45":27,"46":221,"48":49,"49":32,"5":1764,"51":40,"52":29,"53":59,"56":10,"570":5,"6":192,"63":69,"7":378,"79":33,"8":677,"80":247,"9":779,"all_client":103287,"all_tv_clinet":18402,"insert_time":"2014-08-22T04:24:48.956Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85053,"10":28,"107":643,"11":592,"12":88,"13":577,"14":158,"15":129,"155":18,"156":19,"158":25,"159":10,"16":129,"160":23,"161":243,"167":41,"168":6,"17":359,"18":1139,"19":483,"20":207,"209":61,"21":555,"210":24,"211":6,"214":18,"215":262,"221":346,"223":747,"224":52,"225":499,"23":354,"24":1490,"25":487,"257":82,"26":101,"268":6,"27":28,"273":86,"276":78,"279":17,"28":635,"281":8,"282":76,"291":44,"292":144,"30":12,"302":8,"306":1,"31":36,"314":4,"317":1,"32":9,"33":84,"34":32,"347":16,"35":41,"352":685,"36":193,"37":71,"38":546,"380":5,"381":79,"383":61,"39":85,"391":42,"396":1,"397":6,"40":118,"409":54,"41":61,"414":27,"415":103,"419":3,"42":146,"43":27,"430":96,"431":1,"433":2,"434":1,"44":16,"45":26,"46":215,"48":49,"49":30,"5":1780,"51":40,"52":30,"53":63,"56":8,"570":7,"6":198,"63":65,"7":384,"79":31,"8":683,"80":248,"9":801,"all_client":103507,"all_tv_clinet":18454,"insert_time":"2014-08-22T04:25:49.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85112,"10":29,"107":661,"11":596,"12":87,"13":590,"14":158,"15":130,"155":17,"156":18,"158":24,"159":10,"16":128,"160":24,"161":232,"167":41,"168":6,"17":359,"18":1151,"19":467,"20":202,"209":57,"21":539,"210":26,"211":6,"214":18,"215":258,"221":352,"223":744,"224":53,"225":508,"23":355,"24":1545,"25":488,"257":79,"26":97,"268":6,"27":26,"273":94,"276":78,"279":17,"28":635,"281":8,"282":74,"291":44,"292":137,"30":15,"302":10,"31":40,"314":3,"32":8,"33":84,"34":31,"347":14,"35":37,"352":683,"36":189,"37":75,"38":553,"380":5,"381":78,"383":61,"39":82,"391":48,"396":1,"397":9,"40":119,"409":59,"41":59,"414":26,"415":100,"419":2,"42":149,"43":26,"430":99,"433":2,"434":1,"44":18,"45":27,"46":205,"48":51,"49":30,"5":1795,"51":40,"52":30,"53":61,"56":8,"570":5,"6":213,"63":66,"7":364,"79":28,"8":686,"80":252,"9":820,"all_client":103653,"all_tv_clinet":18541,"insert_time":"2014-08-22T04:26:50.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85338,"10":26,"107":657,"11":606,"12":82,"13":594,"14":161,"15":131,"155":19,"156":18,"158":26,"159":10,"16":139,"160":26,"161":229,"167":41,"168":7,"17":353,"18":1138,"19":451,"20":205,"209":59,"21":539,"210":26,"211":6,"214":17,"215":261,"221":348,"223":742,"224":53,"225":512,"23":346,"24":1543,"25":497,"257":83,"26":97,"268":6,"27":24,"273":87,"276":76,"279":18,"28":644,"281":9,"282":76,"291":44,"292":135,"30":20,"302":10,"31":38,"314":4,"32":11,"33":87,"34":30,"347":13,"35":36,"352":681,"36":184,"37":77,"38":566,"380":6,"381":78,"383":57,"39":78,"391":51,"396":1,"397":10,"40":124,"409":65,"41":55,"414":28,"415":101,"419":2,"42":154,"43":25,"430":101,"433":2,"434":1,"44":19,"45":26,"46":195,"48":51,"49":27,"5":1782,"51":45,"52":29,"53":64,"56":8,"570":4,"6":217,"63":61,"7":350,"79":25,"8":693,"80":250,"9":836,"all_client":103883,"all_tv_clinet":18545,"insert_time":"2014-08-22T04:27:51.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85529,"10":27,"107":666,"11":607,"12":84,"13":601,"14":169,"15":131,"155":19,"156":19,"158":23,"159":12,"16":146,"160":28,"161":222,"167":43,"168":8,"17":356,"18":1123,"19":433,"20":211,"209":61,"21":544,"210":26,"211":5,"214":17,"215":265,"221":355,"223":737,"224":48,"225":516,"23":349,"24":1542,"25":499,"257":82,"26":87,"268":6,"27":24,"273":83,"276":75,"279":15,"28":648,"281":9,"282":80,"291":44,"292":144,"30":22,"302":9,"31":35,"314":4,"32":10,"33":90,"34":29,"347":8,"35":35,"352":663,"36":181,"37":80,"38":575,"380":6,"381":84,"383":52,"39":75,"391":54,"396":1,"397":10,"40":123,"409":64,"41":53,"414":25,"415":107,"419":5,"42":157,"43":28,"430":102,"433":2,"434":1,"44":19,"45":23,"46":187,"48":49,"49":31,"5":1784,"51":48,"52":27,"53":61,"56":8,"570":4,"6":226,"63":62,"7":351,"79":27,"8":702,"80":247,"9":861,"all_client":104125,"all_tv_clinet":18596,"insert_time":"2014-08-22T04:28:51.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85678,"10":22,"107":660,"11":627,"12":83,"13":604,"14":179,"15":132,"155":22,"156":19,"158":23,"159":12,"16":149,"160":29,"161":229,"167":42,"168":8,"17":354,"18":1101,"19":428,"20":213,"209":64,"21":552,"210":25,"211":6,"214":16,"215":255,"221":355,"223":713,"224":43,"225":526,"23":345,"24":1517,"25":512,"257":85,"26":84,"268":6,"27":26,"273":80,"276":74,"279":17,"28":665,"281":10,"282":77,"291":44,"292":153,"30":23,"302":9,"31":34,"314":4,"32":10,"33":91,"34":27,"347":8,"35":34,"352":676,"36":180,"37":85,"38":575,"380":6,"381":83,"383":54,"389":1,"39":73,"391":52,"396":2,"397":9,"40":133,"409":70,"41":54,"414":29,"415":109,"419":5,"42":150,"43":29,"430":100,"433":2,"44":20,"45":24,"46":185,"48":49,"49":29,"5":1799,"51":49,"52":30,"53":64,"56":8,"570":5,"6":224,"63":62,"7":336,"79":25,"8":710,"80":246,"9":891,"all_client":104337,"all_tv_clinet":18659,"insert_time":"2014-08-22T04:29:52.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85793,"10":24,"107":652,"11":632,"12":78,"13":620,"14":184,"15":140,"155":22,"156":16,"158":24,"159":12,"16":147,"160":32,"161":232,"167":44,"168":8,"17":353,"18":1076,"19":433,"20":215,"209":67,"21":568,"210":24,"211":7,"214":16,"215":255,"221":359,"223":692,"224":42,"225":529,"23":342,"24":1501,"25":523,"257":91,"26":84,"268":5,"27":27,"273":78,"276":74,"279":16,"28":673,"281":10,"282":77,"291":46,"292":154,"30":20,"302":10,"31":42,"314":4,"32":7,"33":95,"34":24,"347":7,"35":32,"352":686,"36":182,"37":86,"38":565,"380":7,"381":87,"383":58,"389":1,"39":74,"391":53,"396":3,"397":9,"40":128,"409":72,"41":58,"414":27,"415":106,"419":6,"42":142,"43":28,"430":106,"433":2,"44":18,"45":22,"46":175,"48":53,"49":28,"5":1778,"51":53,"52":29,"53":64,"56":8,"570":5,"6":226,"63":60,"7":327,"79":24,"8":719,"80":245,"9":935,"all_client":104493,"all_tv_clinet":18700,"insert_time":"2014-08-22T04:30:53.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85906,"10":23,"107":662,"11":645,"12":81,"13":647,"14":179,"15":149,"155":21,"156":15,"158":25,"159":10,"16":149,"160":29,"161":234,"167":45,"168":8,"17":354,"18":1045,"19":431,"20":210,"209":73,"21":573,"210":25,"211":7,"214":17,"215":253,"221":365,"223":690,"224":39,"225":524,"23":326,"24":1490,"25":525,"257":89,"26":85,"268":6,"27":29,"273":76,"276":74,"279":16,"28":683,"281":10,"282":79,"291":46,"292":164,"30":18,"302":10,"31":47,"314":4,"32":7,"33":100,"34":23,"347":7,"35":33,"352":677,"36":180,"37":88,"38":552,"380":6,"381":87,"383":62,"389":1,"39":80,"391":55,"396":5,"397":9,"40":119,"409":77,"41":61,"414":27,"415":106,"419":6,"42":137,"43":25,"430":107,"433":1,"434":1,"44":17,"45":21,"46":178,"48":57,"49":26,"5":1769,"51":55,"52":27,"53":59,"56":7,"570":6,"6":205,"63":61,"7":315,"79":29,"8":735,"80":231,"9":987,"all_client":104635,"all_tv_clinet":18729,"insert_time":"2014-08-22T04:31:54.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86075,"10":26,"107":649,"11":651,"12":79,"13":668,"14":176,"15":152,"155":20,"156":12,"158":23,"159":12,"16":144,"160":27,"161":230,"167":45,"168":8,"17":366,"18":1018,"19":422,"20":218,"209":85,"21":579,"210":25,"211":8,"214":17,"215":260,"221":364,"223":671,"224":38,"225":524,"23":323,"24":1464,"25":527,"257":87,"26":89,"268":6,"27":28,"273":78,"276":75,"279":14,"28":699,"281":9,"282":78,"291":45,"292":168,"30":18,"302":11,"31":49,"314":4,"32":6,"33":99,"34":27,"347":7,"35":32,"352":671,"36":184,"37":98,"38":544,"380":6,"381":90,"383":60,"39":79,"391":55,"396":4,"397":10,"40":104,"409":76,"41":62,"414":26,"415":104,"419":7,"42":136,"426":1,"43":25,"430":109,"433":1,"434":1,"44":15,"45":18,"46":175,"48":57,"49":29,"5":1753,"51":59,"52":25,"53":59,"56":7,"570":6,"6":193,"63":68,"7":337,"79":35,"8":757,"80":234,"9":1018,"all_client":104833,"all_tv_clinet":18758,"insert_time":"2014-08-22T04:32:55.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86200,"10":26,"107":649,"11":656,"12":90,"13":679,"14":165,"15":158,"155":19,"156":9,"158":24,"159":13,"16":144,"160":25,"161":230,"167":45,"168":9,"17":383,"18":1014,"19":425,"20":219,"209":85,"21":579,"210":25,"211":8,"214":17,"215":260,"221":357,"223":653,"224":42,"225":524,"23":313,"24":1435,"25":527,"257":80,"26":94,"268":5,"27":30,"273":80,"276":78,"279":13,"28":709,"281":8,"282":80,"291":43,"292":169,"30":20,"302":10,"306":1,"31":54,"314":3,"32":7,"33":97,"34":25,"347":6,"35":36,"352":665,"36":194,"37":104,"38":542,"380":5,"381":92,"383":63,"39":81,"391":55,"396":5,"397":10,"40":89,"409":74,"41":56,"414":28,"415":109,"419":7,"42":141,"426":2,"43":26,"430":111,"433":1,"434":1,"44":15,"45":16,"46":174,"48":55,"49":28,"5":1744,"51":57,"52":26,"53":56,"56":10,"570":6,"6":197,"63":73,"7":366,"79":38,"8":767,"80":235,"9":1047,"all_client":105026,"all_tv_clinet":18826,"insert_time":"2014-08-22T04:33:55.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86323,"10":24,"107":652,"11":644,"12":98,"13":680,"14":161,"15":162,"155":17,"156":7,"158":23,"159":16,"16":143,"160":25,"161":230,"167":46,"168":10,"17":374,"18":1018,"19":422,"20":227,"209":87,"21":589,"210":24,"211":8,"214":16,"215":253,"221":352,"223":644,"224":41,"225":526,"23":313,"24":1413,"25":534,"257":83,"26":97,"268":4,"27":27,"273":80,"276":80,"279":15,"28":718,"281":8,"282":81,"291":42,"292":175,"30":20,"302":11,"306":2,"31":54,"314":2,"32":10,"33":102,"34":29,"347":6,"35":35,"352":665,"36":202,"37":107,"38":531,"380":5,"381":97,"383":63,"39":76,"391":55,"396":4,"397":10,"40":86,"409":74,"41":53,"414":32,"415":108,"419":8,"42":139,"426":2,"43":22,"430":113,"433":1,"434":1,"44":16,"45":17,"46":181,"48":56,"49":30,"5":1746,"51":60,"52":26,"53":57,"56":9,"570":5,"6":200,"63":73,"7":376,"79":36,"8":748,"80":241,"9":1055,"all_client":105169,"all_tv_clinet":18846,"insert_time":"2014-08-22T04:34:56.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86377,"10":25,"107":674,"11":607,"12":116,"13":684,"14":161,"15":164,"155":19,"156":8,"158":23,"159":19,"16":148,"160":25,"161":238,"167":46,"168":10,"17":353,"18":1032,"19":415,"20":231,"209":91,"21":588,"210":24,"211":8,"214":15,"215":253,"221":347,"223":636,"224":42,"225":497,"23":317,"24":1388,"25":536,"257":79,"26":94,"268":5,"27":29,"273":83,"276":80,"279":12,"28":737,"281":8,"282":83,"291":40,"292":176,"30":21,"302":11,"306":2,"31":50,"314":3,"32":15,"33":95,"34":29,"347":6,"35":36,"352":686,"36":199,"37":110,"38":513,"380":5,"381":100,"383":60,"39":79,"391":54,"396":5,"397":8,"40":82,"409":73,"41":54,"414":33,"415":104,"419":9,"42":144,"426":2,"43":24,"430":114,"433":1,"434":1,"44":14,"45":18,"46":183,"48":51,"49":30,"5":1772,"51":64,"52":30,"53":55,"56":10,"570":5,"6":199,"63":72,"7":398,"79":40,"8":733,"80":237,"9":1049,"all_client":105231,"all_tv_clinet":18854,"insert_time":"2014-08-22T04:35:57.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86458,"10":31,"107":672,"11":589,"12":130,"13":684,"14":155,"15":170,"155":24,"156":7,"158":22,"159":18,"16":153,"160":24,"161":243,"167":44,"168":9,"17":325,"18":1064,"19":414,"20":229,"209":97,"21":586,"210":24,"211":8,"214":14,"215":250,"221":348,"223":620,"224":41,"225":482,"23":310,"24":1379,"25":529,"257":78,"26":94,"268":5,"27":29,"273":84,"276":83,"279":11,"28":737,"281":8,"282":80,"291":40,"292":173,"30":21,"302":11,"306":1,"31":48,"314":4,"32":18,"33":93,"34":31,"347":5,"35":37,"352":691,"36":202,"37":113,"38":523,"380":5,"381":105,"383":56,"39":74,"391":52,"396":7,"397":10,"40":80,"409":73,"41":56,"414":34,"415":104,"419":12,"42":145,"426":1,"43":27,"430":114,"433":1,"434":1,"44":15,"45":21,"46":193,"48":50,"49":33,"5":1793,"51":68,"52":31,"53":60,"56":10,"570":7,"6":196,"63":74,"7":409,"79":40,"8":713,"80":233,"9":1041,"all_client":105317,"all_tv_clinet":18859,"insert_time":"2014-08-22T04:36:58.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86481,"10":32,"107":673,"11":561,"12":140,"13":702,"14":152,"15":175,"155":24,"156":5,"158":20,"159":20,"16":160,"160":24,"161":244,"167":41,"168":9,"17":299,"18":1085,"19":412,"20":222,"209":101,"21":579,"210":23,"211":7,"214":14,"215":252,"221":337,"223":609,"224":42,"225":476,"23":317,"24":1390,"25":514,"257":79,"26":98,"268":5,"27":27,"273":82,"276":85,"279":10,"28":744,"281":8,"282":79,"291":39,"292":175,"30":19,"302":12,"306":1,"31":48,"314":4,"32":17,"33":94,"34":32,"347":7,"35":35,"352":695,"36":204,"37":113,"38":534,"380":7,"381":101,"383":54,"39":77,"391":52,"396":7,"397":10,"40":76,"409":70,"41":62,"414":36,"415":106,"419":10,"42":148,"426":1,"43":25,"430":113,"431":1,"433":1,"434":1,"44":15,"45":22,"46":196,"48":47,"49":35,"5":1835,"51":68,"52":32,"53":62,"56":10,"570":9,"6":199,"63":74,"7":408,"79":43,"8":710,"80":231,"9":1026,"all_client":105368,"all_tv_clinet":18887,"insert_time":"2014-08-22T04:37:58.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86581,"10":31,"107":677,"11":547,"12":154,"13":720,"14":157,"15":179,"155":21,"156":5,"158":19,"159":20,"16":165,"160":23,"161":241,"167":41,"168":9,"17":275,"18":1095,"19":414,"20":224,"209":101,"21":578,"210":23,"211":7,"214":15,"215":256,"221":330,"223":600,"224":45,"225":464,"23":323,"24":1394,"25":482,"257":78,"26":101,"268":5,"27":26,"273":81,"276":85,"279":13,"28":748,"281":8,"282":80,"291":39,"292":173,"30":14,"302":12,"306":1,"31":44,"314":6,"32":17,"33":100,"34":29,"347":8,"35":37,"352":692,"36":203,"37":115,"38":534,"380":7,"381":103,"383":54,"39":83,"391":51,"396":6,"397":11,"40":76,"409":68,"41":60,"414":38,"415":102,"419":10,"42":152,"426":1,"43":23,"430":114,"431":1,"433":1,"434":1,"44":13,"45":21,"46":198,"48":50,"49":34,"5":1879,"51":62,"52":30,"53":64,"56":10,"570":9,"6":202,"63":74,"7":419,"79":43,"8":714,"80":236,"9":1005,"all_client":105490,"all_tv_clinet":18909,"insert_time":"2014-08-22T04:38:59.611Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86660,"10":30,"107":677,"11":518,"12":169,"13":731,"14":158,"15":184,"155":20,"156":2,"158":20,"159":24,"16":163,"160":23,"161":240,"167":42,"168":8,"17":264,"18":1102,"19":422,"20":221,"209":98,"21":575,"210":23,"211":6,"214":15,"215":258,"221":335,"223":579,"224":55,"225":460,"23":330,"24":1387,"25":459,"257":79,"26":103,"268":6,"27":27,"273":84,"276":87,"279":12,"28":766,"281":7,"282":76,"291":39,"292":165,"30":17,"302":12,"306":1,"31":39,"314":5,"32":18,"33":106,"34":28,"347":10,"35":32,"352":696,"36":210,"37":115,"38":551,"380":7,"381":101,"383":52,"39":83,"391":52,"396":7,"397":10,"40":73,"409":63,"41":58,"414":38,"415":100,"419":11,"42":152,"426":1,"43":23,"430":112,"431":1,"434":1,"44":12,"45":18,"46":210,"48":47,"49":33,"5":1934,"51":61,"52":28,"53":70,"56":10,"570":11,"6":204,"63":74,"7":415,"79":43,"8":704,"80":240,"9":978,"all_client":105586,"all_tv_clinet":18926,"insert_time":"2014-08-22T04:40:00.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86711,"10":28,"107":677,"11":507,"12":179,"13":735,"14":156,"15":180,"155":21,"156":2,"158":21,"159":25,"16":160,"160":23,"161":240,"167":41,"168":7,"17":250,"18":1114,"19":423,"20":217,"209":99,"21":569,"210":22,"211":5,"214":16,"215":256,"221":342,"223":584,"224":57,"225":449,"23":330,"24":1392,"25":440,"257":78,"26":110,"268":6,"27":32,"273":92,"276":87,"279":16,"28":778,"281":7,"282":69,"291":38,"292":144,"30":15,"302":12,"306":1,"31":33,"314":5,"32":20,"33":102,"34":27,"347":8,"35":32,"352":720,"36":221,"37":113,"38":546,"380":7,"381":100,"383":47,"39":79,"391":56,"396":6,"397":10,"40":69,"409":62,"41":57,"414":37,"415":94,"419":10,"42":150,"426":2,"43":24,"430":113,"431":1,"434":1,"44":9,"45":15,"46":212,"48":56,"49":30,"5":2005,"51":62,"52":31,"53":70,"56":9,"570":8,"6":191,"63":74,"7":428,"79":42,"8":698,"80":241,"9":952,"all_client":105648,"all_tv_clinet":18937,"insert_time":"2014-08-22T04:41:01.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86821,"10":32,"107":661,"11":486,"12":189,"13":739,"14":160,"15":167,"155":20,"156":3,"158":23,"159":26,"16":157,"160":23,"161":250,"167":41,"168":7,"17":240,"18":1123,"19":424,"20":221,"209":96,"21":559,"210":21,"211":6,"214":16,"215":253,"221":345,"223":584,"224":61,"225":442,"23":334,"24":1398,"25":419,"257":77,"26":101,"268":6,"27":33,"273":91,"276":83,"279":17,"28":790,"281":7,"282":68,"291":41,"292":134,"30":16,"302":12,"306":1,"31":33,"314":4,"32":20,"33":99,"34":29,"347":10,"35":31,"352":718,"36":230,"37":117,"38":533,"380":8,"381":97,"383":48,"39":77,"391":56,"396":6,"397":8,"40":68,"409":58,"41":59,"414":39,"415":99,"419":12,"42":145,"426":4,"43":29,"430":113,"431":1,"434":1,"44":9,"45":15,"46":221,"48":54,"49":31,"5":2072,"51":59,"52":29,"53":73,"56":9,"570":9,"6":194,"63":78,"7":428,"79":44,"8":696,"80":235,"9":931,"all_client":105763,"all_tv_clinet":18942,"insert_time":"2014-08-22T04:42:02.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86863,"10":33,"107":655,"11":467,"12":196,"13":705,"14":169,"15":150,"155":19,"156":3,"158":22,"159":24,"16":157,"160":22,"161":249,"167":42,"168":6,"17":234,"18":1123,"19":429,"20":226,"209":95,"21":550,"210":20,"211":7,"214":16,"215":255,"221":342,"223":584,"224":65,"225":430,"23":344,"24":1386,"25":402,"257":83,"26":95,"268":6,"27":32,"273":85,"276":83,"279":17,"28":795,"281":7,"282":62,"291":40,"292":134,"30":12,"302":13,"306":1,"31":29,"314":4,"32":16,"33":96,"34":30,"347":10,"35":33,"352":718,"36":237,"37":118,"38":527,"380":9,"381":93,"383":52,"39":74,"391":56,"396":6,"397":7,"40":71,"409":63,"41":60,"414":39,"415":104,"419":14,"42":142,"426":5,"43":30,"430":111,"431":1,"434":1,"44":10,"45":16,"46":221,"48":54,"49":32,"5":2176,"51":61,"52":29,"53":81,"56":8,"570":9,"6":190,"63":74,"7":435,"79":44,"8":706,"80":236,"9":912,"all_client":105805,"all_tv_clinet":18942,"insert_time":"2014-08-22T04:43:02.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86958,"10":36,"107":653,"11":461,"12":202,"13":660,"14":167,"15":135,"155":21,"156":3,"158":22,"159":25,"16":158,"160":22,"161":241,"167":40,"168":5,"17":226,"18":1131,"19":438,"20":229,"209":93,"21":540,"210":19,"211":8,"214":15,"215":264,"221":335,"223":568,"224":76,"225":441,"23":339,"24":1354,"25":403,"257":85,"26":89,"268":6,"27":31,"273":75,"276":86,"279":16,"28":805,"281":7,"282":61,"291":34,"292":145,"30":12,"302":11,"306":1,"31":30,"314":6,"32":15,"33":98,"34":27,"347":12,"35":34,"352":704,"36":243,"37":117,"38":525,"380":8,"381":94,"383":54,"39":75,"391":58,"396":6,"397":7,"40":69,"409":62,"41":59,"414":40,"415":106,"419":15,"42":131,"426":4,"43":30,"430":110,"431":1,"433":1,"434":1,"44":12,"45":16,"46":220,"48":52,"49":31,"5":2269,"51":61,"52":27,"53":85,"56":8,"570":9,"6":187,"63":71,"7":447,"79":43,"8":711,"80":236,"9":899,"all_client":105878,"all_tv_clinet":18920,"insert_time":"2014-08-22T04:44:03.796Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86938,"10":37,"107":672,"11":450,"12":216,"13":594,"14":168,"15":128,"155":21,"158":23,"159":25,"16":157,"160":20,"161":228,"167":40,"168":5,"17":218,"18":1143,"19":445,"20":232,"209":95,"21":551,"210":19,"211":8,"214":15,"215":278,"221":317,"223":572,"224":81,"225":445,"23":343,"24":1341,"25":401,"257":92,"26":87,"268":7,"27":31,"273":67,"276":87,"279":17,"28":805,"281":6,"282":64,"291":33,"292":145,"30":15,"302":13,"306":1,"31":32,"314":5,"32":16,"33":97,"34":26,"347":11,"35":33,"352":698,"36":248,"37":111,"38":515,"380":8,"381":92,"383":50,"389":1,"39":76,"391":58,"396":5,"397":7,"40":69,"409":65,"41":56,"414":39,"415":112,"419":15,"42":115,"426":4,"43":34,"430":103,"431":1,"433":1,"434":1,"44":12,"45":17,"46":226,"48":49,"49":32,"5":2340,"51":62,"52":30,"53":89,"56":7,"570":10,"6":184,"63":74,"7":450,"79":41,"8":718,"80":236,"9":887,"all_client":105864,"all_tv_clinet":18926,"insert_time":"2014-08-22T04:45:04.542Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86994,"10":38,"107":673,"11":461,"12":224,"13":561,"14":162,"15":125,"155":22,"158":24,"159":25,"16":158,"160":20,"161":213,"167":36,"168":5,"17":204,"18":1150,"19":455,"20":226,"209":95,"21":558,"210":20,"211":8,"214":15,"215":279,"221":302,"223":561,"224":90,"225":452,"23":357,"24":1326,"25":389,"257":96,"26":90,"268":7,"27":33,"273":66,"276":88,"279":19,"28":816,"281":6,"282":64,"291":33,"292":145,"30":14,"302":13,"306":2,"31":30,"314":5,"32":16,"33":98,"34":25,"347":10,"35":33,"352":692,"36":252,"37":111,"38":506,"380":8,"381":88,"383":43,"389":1,"39":78,"391":56,"396":6,"397":6,"40":71,"409":66,"41":57,"414":40,"415":117,"419":15,"42":104,"426":4,"43":35,"430":95,"431":1,"433":1,"434":1,"44":9,"45":21,"46":246,"48":44,"49":32,"5":2395,"51":64,"52":30,"53":84,"56":6,"570":9,"6":188,"63":77,"7":465,"79":38,"8":724,"80":235,"9":859,"all_client":105917,"all_tv_clinet":18923,"insert_time":"2014-08-22T04:46:05.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87030,"10":35,"107":683,"11":464,"12":246,"13":546,"14":165,"15":121,"155":21,"156":2,"158":25,"159":25,"16":157,"160":18,"161":213,"167":36,"168":3,"17":195,"18":1162,"19":469,"20":223,"209":93,"21":560,"210":20,"211":9,"214":16,"215":279,"221":300,"223":550,"224":98,"225":445,"23":368,"24":1300,"25":387,"257":95,"26":91,"268":7,"27":33,"273":59,"276":91,"279":20,"28":808,"281":6,"282":64,"291":32,"292":146,"30":15,"302":13,"306":2,"31":33,"314":5,"32":14,"33":93,"34":26,"347":7,"35":34,"352":694,"36":244,"37":111,"38":507,"380":8,"381":85,"383":43,"389":1,"39":80,"391":52,"396":5,"397":6,"40":72,"409":66,"41":55,"414":41,"415":113,"419":16,"42":95,"426":4,"43":35,"430":90,"431":1,"433":4,"434":1,"44":12,"45":17,"46":261,"48":47,"49":29,"5":2456,"51":65,"52":26,"53":87,"56":6,"570":11,"6":188,"63":71,"7":467,"79":39,"8":729,"80":226,"9":835,"all_client":105959,"all_tv_clinet":18929,"insert_time":"2014-08-22T04:47:06.096Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87067,"10":34,"107":667,"11":486,"12":256,"13":536,"14":154,"15":120,"155":21,"156":2,"158":27,"159":26,"16":164,"160":17,"161":217,"167":35,"168":3,"17":186,"18":1168,"19":468,"20":221,"209":92,"21":561,"210":20,"211":10,"214":16,"215":292,"221":289,"223":546,"224":95,"225":451,"23":371,"24":1287,"25":380,"257":97,"26":93,"268":4,"27":35,"273":58,"276":95,"279":18,"28":781,"281":6,"282":66,"291":30,"292":148,"30":14,"302":12,"306":2,"31":29,"314":5,"32":13,"33":91,"34":25,"347":9,"35":32,"352":698,"36":239,"37":110,"38":519,"380":8,"381":86,"383":46,"39":84,"391":53,"396":5,"397":8,"40":76,"409":70,"41":53,"414":39,"415":112,"419":14,"42":86,"426":4,"43":36,"430":86,"431":1,"433":17,"434":1,"44":13,"45":19,"46":269,"48":44,"49":32,"5":2497,"51":67,"52":24,"53":92,"56":5,"570":13,"6":182,"63":56,"7":457,"79":33,"8":742,"80":224,"9":814,"all_client":105982,"all_tv_clinet":18915,"insert_time":"2014-08-22T04:48:06.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87084,"10":32,"107":673,"11":485,"12":262,"13":521,"14":146,"15":118,"155":19,"156":2,"158":28,"159":27,"16":170,"160":18,"161":215,"167":35,"168":3,"17":187,"18":1177,"19":464,"20":220,"209":90,"21":552,"210":19,"211":10,"214":16,"215":295,"221":280,"223":555,"224":103,"225":446,"23":375,"24":1261,"25":368,"257":94,"26":98,"268":4,"27":33,"273":63,"276":96,"279":17,"28":749,"281":4,"282":67,"291":30,"292":157,"30":15,"302":12,"306":3,"31":27,"314":5,"32":14,"33":90,"34":23,"347":11,"35":32,"352":713,"36":238,"37":112,"38":528,"380":7,"381":91,"383":45,"39":85,"391":53,"396":4,"397":8,"40":84,"409":72,"41":51,"414":40,"415":110,"419":13,"42":81,"426":4,"43":39,"430":78,"431":1,"433":17,"434":1,"44":14,"45":19,"46":273,"48":42,"49":32,"5":2555,"51":68,"52":23,"53":85,"56":5,"570":13,"6":187,"63":53,"7":446,"79":32,"8":747,"80":220,"9":793,"all_client":105982,"all_tv_clinet":18898,"insert_time":"2014-08-22T04:49:07.625Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87075,"10":32,"107":683,"11":496,"12":265,"13":511,"14":139,"15":121,"155":19,"156":3,"158":30,"159":27,"16":177,"160":19,"161":216,"167":33,"168":4,"17":186,"18":1191,"19":459,"20":220,"209":90,"21":549,"210":20,"211":9,"214":17,"215":296,"221":275,"223":548,"224":110,"225":447,"23":380,"24":1253,"25":359,"257":88,"26":96,"268":5,"27":32,"273":68,"276":94,"279":18,"28":742,"281":5,"282":67,"291":28,"292":157,"30":15,"302":12,"306":5,"31":27,"314":4,"32":13,"33":92,"34":22,"347":11,"35":28,"352":697,"36":228,"37":109,"38":537,"380":7,"381":92,"383":47,"39":78,"391":48,"396":4,"397":9,"40":82,"409":72,"41":51,"414":38,"415":116,"419":15,"42":76,"426":4,"43":42,"430":75,"431":1,"433":14,"434":1,"44":15,"45":21,"46":282,"48":37,"49":33,"5":2591,"51":67,"52":24,"53":78,"56":5,"570":12,"6":184,"63":61,"7":450,"79":33,"8":746,"80":220,"9":786,"all_client":105976,"all_tv_clinet":18901,"insert_time":"2014-08-22T04:50:08.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87036,"10":32,"107":685,"11":475,"12":279,"13":512,"14":138,"15":127,"155":19,"156":4,"158":30,"159":29,"16":183,"160":18,"161":218,"167":34,"168":4,"17":188,"18":1201,"19":435,"20":221,"209":83,"21":550,"210":19,"211":10,"214":17,"215":302,"221":264,"223":555,"224":113,"225":464,"23":386,"24":1264,"25":348,"257":84,"26":98,"268":4,"27":30,"273":75,"276":93,"279":20,"28":756,"281":5,"282":66,"291":27,"292":161,"30":19,"302":11,"306":5,"31":28,"314":4,"32":16,"33":92,"34":25,"347":11,"35":27,"352":712,"36":217,"37":107,"38":540,"380":7,"381":91,"383":43,"39":75,"391":48,"396":4,"397":10,"40":80,"409":72,"41":51,"414":39,"415":117,"419":14,"42":71,"426":4,"43":42,"430":73,"431":1,"433":6,"434":2,"44":16,"45":22,"46":281,"48":37,"49":34,"5":2620,"51":64,"52":22,"53":69,"56":4,"570":7,"6":184,"63":74,"7":456,"79":34,"8":750,"80":217,"9":759,"all_client":105976,"all_tv_clinet":18940,"insert_time":"2014-08-22T04:51:09.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87055,"10":28,"107":689,"11":482,"12":285,"13":500,"14":135,"15":121,"155":16,"156":5,"158":31,"159":28,"16":185,"160":16,"161":221,"167":33,"168":4,"17":190,"18":1217,"19":411,"20":227,"209":82,"21":555,"210":19,"211":9,"214":17,"215":302,"221":261,"223":553,"224":114,"225":462,"23":384,"24":1283,"25":352,"257":80,"26":99,"268":4,"27":28,"273":76,"276":97,"279":20,"28":756,"281":5,"282":65,"291":23,"292":166,"30":23,"302":9,"306":6,"31":30,"314":3,"32":14,"33":97,"34":23,"347":10,"35":26,"352":700,"36":205,"37":108,"38":528,"380":7,"381":91,"383":42,"39":76,"391":42,"396":2,"397":13,"40":78,"409":67,"41":52,"414":39,"415":113,"419":14,"42":69,"426":3,"43":47,"430":69,"431":1,"433":5,"434":3,"44":16,"45":19,"46":288,"48":38,"49":32,"5":2656,"51":60,"52":23,"53":68,"56":3,"570":5,"6":185,"63":72,"7":457,"79":33,"8":761,"80":200,"9":731,"all_client":105953,"all_tv_clinet":18898,"insert_time":"2014-08-22T04:52:10.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87033,"10":29,"107":685,"11":494,"12":291,"13":497,"14":140,"15":122,"155":13,"156":4,"158":30,"159":30,"16":184,"160":17,"161":230,"167":34,"168":4,"17":199,"18":1222,"19":384,"20":217,"209":75,"21":558,"210":18,"211":9,"214":16,"215":302,"221":260,"223":564,"224":117,"225":454,"23":394,"24":1269,"25":361,"257":76,"26":96,"268":4,"27":27,"273":78,"276":95,"279":20,"28":763,"281":5,"282":69,"291":24,"292":175,"30":25,"302":10,"306":6,"31":28,"314":3,"317":1,"32":14,"33":96,"34":27,"347":12,"35":25,"352":715,"36":199,"37":101,"38":536,"380":5,"381":92,"383":43,"39":80,"391":40,"396":3,"397":13,"40":80,"409":61,"41":52,"414":42,"415":110,"419":16,"42":65,"426":4,"43":47,"430":65,"433":5,"434":3,"44":16,"45":16,"46":275,"48":40,"49":36,"5":2685,"51":59,"52":24,"53":64,"56":5,"570":5,"6":189,"63":77,"7":453,"79":30,"8":770,"80":190,"9":704,"all_client":105950,"all_tv_clinet":18917,"insert_time":"2014-08-22T04:53:10.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86941,"10":29,"107":673,"11":512,"12":295,"13":486,"14":131,"15":122,"155":14,"156":5,"158":31,"159":27,"16":186,"160":17,"161":240,"167":31,"168":4,"17":195,"18":1243,"19":367,"20":219,"209":70,"21":543,"210":18,"211":9,"214":16,"215":313,"221":267,"223":561,"224":126,"225":441,"23":394,"24":1279,"25":373,"257":80,"26":94,"268":4,"27":28,"273":81,"276":94,"279":16,"28":760,"281":5,"282":69,"291":23,"292":165,"30":25,"302":10,"306":6,"31":28,"314":3,"317":1,"32":12,"33":97,"34":28,"347":17,"35":24,"352":729,"36":195,"37":90,"38":532,"380":4,"381":91,"383":48,"39":88,"391":40,"396":4,"397":12,"40":79,"409":60,"41":50,"414":44,"415":114,"419":18,"42":63,"426":4,"43":47,"430":62,"433":4,"434":3,"44":13,"45":18,"46":268,"48":41,"49":35,"5":2735,"51":58,"52":24,"53":72,"56":5,"570":5,"6":188,"63":77,"7":455,"79":28,"8":774,"80":185,"9":662,"all_client":105872,"all_tv_clinet":18931,"insert_time":"2014-08-22T04:54:11.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86868,"10":28,"107":664,"11":516,"12":299,"13":489,"14":130,"15":125,"155":17,"156":9,"158":31,"159":28,"16":184,"160":18,"161":252,"167":31,"168":5,"17":194,"18":1245,"19":360,"20":218,"209":70,"21":539,"210":17,"211":10,"214":16,"215":316,"221":282,"223":551,"224":129,"225":452,"23":387,"24":1267,"25":381,"257":75,"26":93,"268":3,"27":29,"273":89,"276":92,"279":17,"28":756,"281":5,"282":66,"291":23,"292":152,"30":29,"302":10,"306":6,"31":29,"314":3,"317":1,"32":14,"33":94,"34":29,"347":20,"35":25,"352":717,"36":193,"37":78,"38":528,"380":4,"381":86,"383":49,"39":90,"391":42,"396":5,"397":12,"40":80,"409":58,"41":48,"414":45,"415":108,"419":18,"42":56,"426":4,"43":48,"430":60,"433":4,"434":3,"44":12,"45":16,"46":262,"48":43,"49":35,"5":2763,"51":58,"52":25,"53":72,"56":6,"570":5,"6":194,"63":76,"7":462,"79":28,"8":775,"80":180,"9":648,"all_client":105784,"all_tv_clinet":18916,"insert_time":"2014-08-22T04:55:12.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86804,"10":32,"107":656,"11":511,"12":280,"13":485,"14":126,"15":140,"155":16,"156":12,"158":31,"159":30,"16":185,"160":19,"161":250,"167":31,"168":5,"17":195,"18":1250,"19":362,"20":218,"209":70,"21":536,"210":21,"211":10,"214":17,"215":330,"221":285,"223":537,"224":138,"225":448,"23":385,"24":1249,"25":383,"257":74,"26":88,"268":4,"27":28,"273":98,"276":82,"279":18,"28":759,"281":2,"282":63,"291":22,"292":142,"30":33,"302":9,"306":6,"31":26,"314":2,"317":1,"32":15,"33":88,"34":23,"347":22,"35":26,"352":722,"36":188,"37":73,"38":547,"380":4,"381":82,"383":50,"39":83,"391":41,"396":5,"397":13,"40":83,"409":60,"41":50,"414":43,"415":109,"419":20,"42":56,"426":4,"43":50,"430":57,"433":4,"434":3,"44":8,"45":19,"46":266,"48":45,"49":38,"5":2767,"51":58,"52":24,"53":73,"56":6,"570":5,"6":194,"63":74,"7":468,"79":29,"8":783,"80":168,"9":628,"all_client":105678,"all_tv_clinet":18874,"insert_time":"2014-08-22T04:56:13.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86676,"10":32,"107":640,"11":519,"12":237,"13":490,"14":125,"15":154,"155":13,"156":14,"158":31,"159":30,"16":188,"160":20,"161":244,"167":29,"168":4,"17":205,"18":1260,"19":376,"20":212,"209":64,"21":537,"210":19,"211":11,"214":17,"215":329,"221":287,"223":536,"224":149,"225":456,"23":384,"24":1228,"25":385,"257":77,"26":88,"268":4,"27":27,"273":102,"276":76,"279":16,"28":765,"281":1,"282":63,"291":21,"292":137,"30":33,"302":9,"306":6,"31":25,"314":2,"317":1,"32":16,"33":93,"34":23,"347":23,"35":28,"352":739,"36":191,"37":67,"38":561,"380":4,"381":77,"383":48,"39":87,"391":45,"396":4,"397":12,"40":83,"409":62,"41":50,"414":41,"415":110,"419":21,"42":48,"426":3,"43":45,"430":55,"433":3,"434":3,"44":10,"45":19,"46":274,"48":42,"49":37,"5":2783,"51":58,"52":23,"53":65,"56":6,"570":5,"6":200,"63":72,"7":479,"79":29,"8":766,"80":157,"9":603,"all_client":105524,"all_tv_clinet":18848,"insert_time":"2014-08-22T04:57:13.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86572,"10":33,"107":633,"11":531,"12":202,"13":492,"14":124,"15":167,"155":11,"156":14,"158":30,"159":28,"16":194,"160":19,"161":239,"167":30,"168":4,"17":211,"18":1226,"19":393,"20":206,"209":64,"21":545,"210":20,"211":12,"214":19,"215":330,"221":300,"223":540,"224":157,"225":463,"23":389,"24":1231,"25":394,"257":86,"26":83,"268":4,"27":24,"273":99,"276":71,"279":16,"28":768,"281":3,"282":62,"291":21,"292":132,"30":37,"302":8,"306":6,"31":25,"314":2,"317":1,"32":23,"33":96,"34":24,"347":26,"35":27,"352":735,"36":187,"37":59,"38":559,"380":4,"381":77,"383":42,"39":96,"391":44,"396":5,"397":11,"40":85,"409":69,"41":46,"414":40,"415":112,"419":23,"42":46,"426":4,"43":42,"430":53,"433":3,"434":3,"44":11,"45":19,"46":276,"48":40,"49":36,"5":2835,"51":60,"52":22,"53":63,"56":4,"570":5,"6":194,"63":75,"7":500,"79":30,"8":735,"80":153,"9":576,"all_client":105446,"all_tv_clinet":18874,"insert_time":"2014-08-22T04:58:15.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86469,"10":35,"107":613,"11":546,"12":186,"13":487,"14":123,"15":174,"155":12,"156":16,"158":30,"159":29,"16":197,"160":16,"161":228,"167":30,"168":4,"17":220,"18":1177,"19":412,"20":203,"209":64,"21":552,"210":19,"211":13,"214":20,"215":333,"221":313,"223":541,"224":156,"225":470,"23":396,"24":1238,"25":404,"257":84,"26":82,"268":4,"27":23,"273":89,"276":69,"279":14,"28":774,"281":4,"282":65,"291":21,"292":138,"30":43,"302":7,"306":6,"31":28,"314":2,"317":1,"32":24,"33":97,"34":27,"347":29,"35":27,"352":752,"36":178,"37":56,"38":556,"380":4,"381":75,"383":43,"39":97,"391":43,"396":5,"397":12,"40":88,"409":73,"41":46,"414":39,"415":113,"419":21,"42":40,"426":4,"43":40,"430":54,"433":3,"434":3,"44":12,"45":17,"46":282,"48":36,"49":38,"5":2873,"51":64,"52":20,"53":63,"56":3,"570":5,"6":196,"63":74,"7":516,"79":28,"8":684,"80":150,"9":555,"all_client":105345,"all_tv_clinet":18876,"insert_time":"2014-08-22T04:59:15.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86386,"10":32,"107":634,"11":558,"12":168,"13":503,"14":113,"15":181,"155":11,"156":16,"158":29,"159":32,"16":200,"160":14,"161":225,"167":30,"168":3,"17":224,"18":1108,"19":412,"20":202,"209":62,"21":534,"210":19,"211":13,"214":20,"215":335,"221":328,"223":545,"224":168,"225":463,"23":400,"24":1276,"25":414,"257":75,"26":79,"268":5,"27":22,"273":84,"276":64,"279":13,"28":768,"281":4,"282":61,"291":20,"292":145,"30":44,"302":7,"306":7,"31":29,"314":3,"317":1,"32":22,"33":101,"34":28,"347":30,"35":27,"352":767,"36":177,"37":55,"38":552,"380":4,"381":69,"383":45,"39":97,"391":42,"396":5,"397":12,"40":87,"409":73,"41":51,"414":37,"415":111,"419":22,"42":37,"426":3,"43":36,"430":56,"431":1,"433":2,"434":3,"44":15,"45":18,"46":274,"48":36,"49":40,"5":2925,"51":64,"52":17,"53":62,"56":4,"570":4,"6":198,"63":71,"7":524,"79":32,"8":648,"80":148,"9":518,"all_client":105239,"all_tv_clinet":18853,"insert_time":"2014-08-22T05:00:16.620Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86316,"10":33,"107":631,"11":554,"12":153,"13":502,"14":113,"15":177,"155":10,"156":16,"158":29,"159":33,"16":198,"160":12,"161":217,"167":30,"168":3,"17":226,"18":1072,"19":419,"20":208,"209":56,"21":513,"210":19,"211":14,"214":20,"215":337,"221":324,"223":543,"224":171,"225":468,"23":414,"24":1300,"25":416,"257":72,"26":74,"268":4,"27":23,"273":76,"276":62,"279":10,"28":767,"281":4,"282":64,"291":20,"292":148,"30":41,"302":7,"306":9,"31":27,"314":3,"317":1,"32":19,"33":105,"34":33,"347":30,"35":25,"352":773,"36":173,"37":51,"38":547,"380":3,"381":63,"383":48,"39":95,"391":41,"396":6,"397":12,"40":87,"409":72,"41":55,"414":35,"415":111,"419":21,"42":36,"426":3,"43":34,"430":59,"431":1,"433":3,"434":3,"44":16,"45":22,"46":281,"48":36,"49":40,"5":2946,"51":64,"52":16,"53":69,"56":5,"570":6,"6":197,"63":72,"7":538,"79":34,"8":643,"80":146,"9":496,"all_client":105130,"all_tv_clinet":18814,"insert_time":"2014-08-22T05:01:17.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86271,"10":38,"107":642,"11":552,"12":140,"13":513,"14":112,"15":176,"155":9,"156":16,"158":28,"159":35,"16":195,"160":17,"161":208,"167":27,"168":2,"17":237,"18":1034,"19":417,"20":202,"209":51,"21":510,"210":18,"211":14,"214":21,"215":337,"221":331,"223":532,"224":178,"225":461,"23":423,"24":1307,"25":403,"257":77,"26":73,"268":4,"27":22,"273":71,"276":58,"279":9,"28":777,"281":4,"282":64,"291":20,"292":152,"30":41,"302":7,"306":9,"31":35,"314":3,"317":2,"32":19,"33":106,"34":35,"347":28,"35":29,"352":763,"36":172,"37":47,"38":547,"380":2,"381":62,"383":49,"39":98,"391":42,"396":6,"397":10,"40":87,"409":75,"41":55,"414":35,"415":110,"419":21,"42":39,"426":4,"43":35,"430":60,"431":1,"433":3,"434":3,"44":17,"45":23,"46":291,"48":38,"49":36,"5":2957,"51":59,"52":14,"53":70,"56":5,"570":7,"6":199,"63":72,"7":547,"79":38,"8":637,"80":144,"9":469,"all_client":105051,"all_tv_clinet":18780,"insert_time":"2014-08-22T05:02:18.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86270,"10":40,"107":636,"11":551,"12":142,"13":506,"14":110,"15":179,"155":14,"156":16,"158":28,"159":35,"16":193,"160":23,"161":199,"167":26,"168":2,"17":243,"18":990,"19":410,"20":208,"209":48,"21":506,"210":17,"211":14,"214":21,"215":337,"221":331,"223":528,"224":187,"225":457,"23":420,"24":1307,"25":405,"257":80,"26":66,"268":5,"27":24,"273":65,"276":58,"279":10,"28":778,"281":4,"282":66,"291":19,"292":159,"30":44,"302":8,"306":8,"31":35,"314":3,"317":3,"32":21,"33":103,"34":38,"347":26,"35":32,"352":759,"36":168,"37":45,"38":551,"380":2,"381":63,"383":48,"39":94,"391":39,"396":6,"397":10,"40":92,"409":73,"41":50,"414":36,"415":106,"419":18,"42":35,"426":6,"43":37,"430":58,"431":1,"433":2,"434":3,"44":18,"45":21,"46":288,"48":39,"49":37,"5":2974,"51":58,"52":16,"53":71,"56":6,"570":9,"6":196,"63":66,"7":555,"79":44,"8":647,"80":137,"9":447,"all_client":104985,"all_tv_clinet":18715,"insert_time":"2014-08-22T05:03:18.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86145,"10":40,"107":641,"11":564,"12":139,"13":514,"14":99,"15":192,"155":14,"156":15,"158":26,"159":37,"16":188,"160":26,"161":192,"167":25,"168":2,"17":245,"18":972,"19":400,"20":204,"209":48,"21":503,"210":17,"211":14,"214":22,"215":339,"221":324,"223":517,"224":189,"225":442,"23":432,"24":1312,"25":411,"257":81,"26":59,"268":5,"27":21,"273":62,"276":57,"279":9,"28":780,"281":4,"282":61,"291":20,"292":165,"30":47,"302":8,"306":8,"31":35,"314":2,"317":3,"32":22,"33":101,"34":40,"347":24,"35":34,"352":769,"36":174,"37":45,"38":558,"380":2,"381":61,"383":45,"39":93,"391":35,"396":6,"397":13,"40":90,"409":74,"41":47,"414":37,"415":106,"419":16,"42":31,"426":8,"43":36,"430":59,"431":1,"433":2,"434":3,"44":18,"45":25,"46":282,"48":38,"49":36,"5":2984,"51":58,"52":17,"53":73,"56":5,"570":10,"6":195,"63":64,"7":553,"79":47,"8":657,"80":134,"9":438,"all_client":104843,"all_tv_clinet":18698,"insert_time":"2014-08-22T05:04:19.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86047,"10":38,"107":637,"11":580,"12":137,"13":527,"14":98,"15":189,"155":16,"156":15,"158":27,"159":37,"16":190,"160":24,"161":177,"167":25,"168":2,"17":247,"18":964,"19":398,"20":205,"209":48,"21":489,"210":16,"211":14,"214":21,"215":326,"221":322,"223":527,"224":187,"225":446,"23":438,"24":1334,"25":411,"257":86,"26":55,"268":5,"27":21,"273":58,"276":52,"279":10,"28":781,"281":4,"282":57,"291":19,"292":167,"30":50,"302":9,"306":9,"31":32,"314":3,"317":3,"32":21,"33":112,"34":42,"347":23,"35":34,"352":759,"36":183,"37":42,"38":544,"380":2,"381":57,"383":48,"39":91,"391":34,"396":6,"397":14,"40":92,"409":75,"41":49,"414":38,"415":104,"419":17,"42":30,"426":11,"43":36,"430":65,"431":1,"433":2,"434":3,"44":18,"45":25,"46":276,"48":33,"49":34,"5":2890,"51":60,"52":19,"53":72,"56":5,"570":9,"6":224,"63":62,"7":576,"79":48,"8":666,"80":134,"9":443,"all_client":104709,"all_tv_clinet":18662,"insert_time":"2014-08-22T05:05:20.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86000,"10":37,"107":645,"11":589,"12":141,"13":529,"14":101,"15":193,"155":19,"156":16,"158":27,"159":35,"16":181,"160":19,"161":172,"167":24,"168":3,"17":254,"18":966,"19":392,"20":206,"209":47,"21":484,"210":16,"211":14,"214":21,"215":310,"221":328,"223":529,"224":190,"225":449,"23":448,"24":1343,"25":422,"257":84,"26":70,"268":6,"27":21,"273":59,"276":52,"279":9,"28":784,"281":4,"282":58,"291":17,"292":170,"30":52,"302":8,"306":9,"31":29,"314":4,"317":3,"32":23,"33":116,"34":42,"347":19,"35":32,"352":758,"36":186,"37":39,"38":534,"380":2,"381":54,"383":50,"39":94,"391":33,"396":6,"397":15,"40":93,"409":72,"41":51,"414":41,"415":100,"419":16,"42":29,"426":11,"43":38,"430":61,"433":2,"434":3,"44":17,"45":25,"46":277,"48":34,"49":33,"5":2733,"51":64,"52":18,"53":69,"56":4,"570":7,"6":250,"63":62,"7":583,"79":46,"8":681,"80":136,"9":443,"all_client":104591,"all_tv_clinet":18591,"insert_time":"2014-08-22T05:06:20.947Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85911,"10":39,"107":641,"11":587,"12":155,"13":537,"14":96,"15":196,"155":21,"156":14,"158":27,"159":34,"16":179,"160":16,"161":169,"167":22,"168":3,"17":266,"18":967,"19":392,"20":207,"209":45,"21":475,"210":18,"211":15,"214":20,"215":297,"221":324,"223":557,"224":198,"225":447,"23":455,"24":1357,"25":430,"257":83,"26":77,"268":5,"27":26,"273":57,"276":53,"279":11,"28":768,"281":4,"282":53,"291":17,"292":182,"30":55,"302":7,"306":9,"31":29,"314":4,"317":3,"32":27,"33":121,"34":47,"347":19,"35":34,"352":755,"36":189,"37":35,"38":529,"380":2,"381":49,"383":49,"39":94,"391":35,"396":6,"397":17,"40":94,"409":66,"41":50,"414":42,"415":93,"419":18,"42":28,"426":10,"43":35,"430":58,"433":2,"434":3,"44":17,"45":27,"46":285,"48":35,"49":37,"5":2554,"51":60,"52":18,"53":68,"56":6,"570":4,"6":276,"63":62,"7":607,"79":48,"8":691,"80":135,"9":449,"all_client":104446,"all_tv_clinet":18535,"insert_time":"2014-08-22T05:07:21.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85811,"10":38,"107":642,"11":596,"12":165,"13":543,"14":91,"15":190,"155":23,"156":13,"158":27,"159":34,"16":172,"160":15,"161":162,"167":22,"168":3,"17":276,"18":950,"19":394,"20":201,"209":46,"21":479,"210":18,"211":16,"214":20,"215":289,"221":331,"223":561,"224":197,"225":445,"23":455,"24":1374,"25":441,"257":81,"26":80,"268":4,"27":26,"273":57,"276":49,"279":12,"28":766,"281":4,"282":49,"291":18,"292":178,"30":57,"302":7,"306":8,"31":30,"314":4,"317":3,"32":28,"33":121,"34":47,"347":19,"35":34,"352":761,"36":187,"37":31,"38":528,"380":2,"381":51,"383":54,"39":101,"391":36,"396":6,"397":17,"40":97,"409":60,"41":49,"414":43,"415":89,"419":19,"42":27,"426":8,"43":35,"430":55,"433":3,"434":3,"44":13,"45":28,"46":289,"48":36,"49":41,"5":2419,"51":56,"52":17,"53":72,"56":7,"570":5,"6":295,"63":61,"7":624,"79":46,"8":693,"80":135,"9":435,"all_client":104256,"all_tv_clinet":18445,"insert_time":"2014-08-22T05:08:22.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85747,"10":39,"107":617,"11":603,"12":173,"13":554,"14":94,"15":184,"155":20,"156":14,"158":25,"159":34,"16":174,"160":17,"161":167,"167":21,"168":3,"17":282,"18":969,"19":393,"20":196,"209":52,"21":497,"210":17,"211":15,"214":20,"215":286,"221":328,"223":569,"224":194,"225":433,"23":464,"24":1401,"25":437,"257":86,"26":92,"268":3,"27":26,"273":53,"276":49,"279":15,"28":766,"281":4,"282":43,"291":18,"292":168,"30":57,"302":6,"306":8,"31":29,"314":3,"317":3,"32":29,"33":123,"34":47,"347":18,"35":34,"352":759,"36":185,"37":32,"38":528,"380":2,"381":49,"383":57,"39":98,"391":38,"396":7,"397":17,"40":98,"409":55,"41":46,"414":41,"415":89,"419":18,"42":27,"426":10,"43":30,"430":53,"433":2,"434":3,"44":13,"45":29,"46":289,"48":34,"49":45,"5":2303,"51":54,"52":15,"53":76,"56":7,"570":5,"6":313,"63":59,"7":625,"79":42,"8":697,"80":134,"9":435,"all_client":104138,"all_tv_clinet":18391,"insert_time":"2014-08-22T05:09:24.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85609,"10":39,"107":607,"11":606,"12":182,"13":563,"14":98,"15":172,"155":21,"156":15,"158":22,"159":40,"16":165,"160":22,"161":157,"167":20,"168":2,"17":289,"18":982,"19":400,"20":204,"209":53,"21":487,"210":18,"211":15,"214":20,"215":285,"221":324,"223":559,"224":191,"225":424,"23":460,"24":1422,"25":441,"257":85,"26":100,"268":4,"27":26,"273":52,"276":46,"279":17,"28":774,"281":4,"282":43,"291":18,"292":153,"30":54,"302":6,"306":8,"31":32,"314":3,"317":3,"32":27,"33":126,"34":51,"347":17,"35":32,"352":774,"36":184,"37":34,"38":543,"380":2,"381":48,"383":56,"39":93,"391":36,"396":6,"397":21,"40":99,"409":56,"41":49,"414":42,"415":92,"419":22,"42":27,"426":9,"43":33,"430":54,"433":2,"434":3,"44":13,"45":28,"46":271,"48":34,"49":44,"5":2204,"51":49,"52":15,"53":74,"56":4,"570":6,"6":322,"63":62,"7":623,"79":44,"8":702,"80":123,"9":435,"all_client":103933,"all_tv_clinet":18324,"insert_time":"2014-08-22T05:10:25.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85450,"10":38,"107":604,"11":603,"12":179,"13":574,"14":106,"15":176,"155":19,"156":12,"158":20,"159":39,"16":162,"160":22,"161":161,"167":21,"168":2,"17":287,"18":975,"19":410,"20":211,"209":56,"21":489,"210":17,"211":15,"214":22,"215":286,"221":328,"223":544,"224":193,"225":419,"23":466,"24":1411,"25":444,"257":89,"26":103,"268":4,"27":27,"273":56,"276":45,"279":18,"28":786,"281":5,"282":45,"291":15,"292":138,"30":49,"302":5,"306":8,"31":34,"314":3,"317":4,"32":27,"33":126,"34":53,"347":15,"35":34,"352":776,"36":180,"37":34,"38":560,"380":3,"381":52,"383":53,"39":88,"391":34,"396":7,"397":23,"40":94,"409":62,"41":49,"414":41,"415":90,"419":23,"42":27,"426":8,"43":33,"430":52,"433":2,"434":2,"44":14,"45":35,"46":257,"48":38,"49":46,"5":2125,"51":51,"52":14,"53":75,"56":3,"570":6,"6":323,"63":61,"7":591,"79":42,"8":708,"80":119,"9":454,"all_client":103705,"all_tv_clinet":18255,"insert_time":"2014-08-22T05:11:25.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85302,"10":35,"107":604,"11":606,"12":175,"13":584,"14":109,"15":189,"155":17,"156":9,"158":23,"159":40,"16":154,"160":24,"161":157,"167":22,"168":2,"17":304,"18":974,"19":407,"20":213,"209":59,"21":495,"210":17,"211":14,"214":22,"215":288,"221":332,"223":526,"224":198,"225":405,"23":464,"24":1400,"25":443,"257":87,"26":105,"268":4,"27":27,"273":57,"276":43,"279":18,"28":796,"281":7,"282":45,"291":14,"292":130,"30":48,"302":4,"306":8,"31":40,"314":2,"317":4,"32":24,"33":127,"34":55,"347":14,"35":34,"352":770,"36":180,"37":28,"38":571,"380":3,"381":51,"383":55,"39":84,"391":31,"396":5,"397":24,"40":87,"409":64,"41":49,"414":39,"415":92,"419":24,"42":31,"426":7,"43":35,"430":55,"433":2,"434":1,"44":14,"45":38,"46":241,"48":35,"49":50,"5":2055,"51":48,"52":15,"53":72,"56":2,"570":7,"6":321,"63":64,"7":587,"79":40,"8":704,"80":120,"9":463,"all_client":103470,"all_tv_clinet":18168,"insert_time":"2014-08-22T05:12:26.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85202,"10":36,"107":605,"11":610,"12":157,"13":593,"14":105,"15":197,"155":17,"156":9,"158":29,"159":36,"16":142,"160":21,"161":165,"167":22,"168":3,"17":317,"18":973,"19":419,"20":218,"209":58,"21":506,"210":15,"211":15,"214":22,"215":281,"221":329,"223":527,"224":198,"225":407,"23":461,"24":1386,"25":445,"257":86,"26":117,"268":4,"27":28,"273":53,"276":41,"279":19,"28":808,"281":8,"282":43,"291":15,"292":121,"30":48,"302":4,"306":9,"31":37,"314":1,"317":4,"32":22,"33":130,"34":61,"347":7,"35":35,"352":752,"36":188,"37":29,"38":565,"380":4,"381":50,"383":56,"39":86,"391":33,"396":4,"397":24,"40":85,"409":67,"41":47,"414":42,"415":92,"419":24,"42":32,"426":7,"43":36,"430":54,"433":2,"44":14,"45":43,"46":230,"48":38,"49":58,"5":1952,"51":52,"52":16,"53":73,"56":2,"570":9,"6":332,"63":62,"7":572,"79":38,"8":694,"80":122,"9":457,"all_client":103270,"all_tv_clinet":18068,"insert_time":"2014-08-22T05:13:27.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85074,"10":35,"107":613,"11":616,"12":149,"13":596,"14":105,"15":200,"155":16,"156":9,"158":31,"159":36,"16":136,"160":22,"161":173,"167":21,"168":3,"17":321,"18":975,"19":420,"20":211,"209":60,"21":508,"210":16,"211":14,"214":22,"215":275,"221":335,"223":517,"224":206,"225":419,"23":467,"24":1382,"25":449,"257":84,"26":122,"268":6,"27":28,"273":49,"276":38,"279":21,"28":819,"281":8,"282":40,"291":15,"292":110,"30":47,"302":4,"306":9,"31":36,"314":1,"317":3,"32":22,"33":127,"34":61,"347":8,"35":33,"352":728,"36":189,"37":29,"38":547,"380":4,"381":50,"383":57,"39":83,"391":33,"396":2,"397":24,"40":81,"409":74,"41":54,"414":40,"415":95,"419":26,"42":32,"426":7,"43":36,"430":55,"433":2,"44":14,"45":43,"46":220,"48":41,"49":57,"5":1836,"51":48,"52":17,"53":66,"56":3,"570":11,"6":337,"63":60,"7":567,"79":37,"8":696,"80":123,"9":457,"all_client":103004,"all_tv_clinet":17930,"insert_time":"2014-08-22T05:14:28.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84885,"10":35,"107":623,"11":618,"12":153,"13":600,"14":102,"15":193,"155":16,"156":7,"158":32,"159":38,"16":129,"160":19,"161":189,"167":21,"168":2,"17":323,"18":967,"19":404,"20":210,"209":59,"21":521,"210":16,"211":14,"214":21,"215":271,"221":333,"223":514,"224":199,"225":417,"23":468,"24":1392,"25":454,"257":85,"26":132,"268":5,"27":29,"273":45,"276":38,"279":26,"28":813,"281":9,"282":37,"291":15,"292":104,"30":49,"302":4,"306":8,"31":36,"314":1,"317":3,"32":23,"33":134,"34":68,"347":5,"35":35,"352":714,"36":184,"37":31,"38":537,"380":4,"381":53,"383":54,"39":85,"391":31,"396":3,"397":25,"40":78,"409":84,"41":55,"414":37,"415":96,"419":25,"42":34,"426":7,"43":34,"430":57,"433":3,"44":15,"45":41,"46":214,"48":41,"49":56,"5":1695,"51":42,"52":21,"53":65,"56":3,"570":13,"6":341,"63":59,"7":575,"79":38,"8":681,"80":120,"9":443,"all_client":102643,"all_tv_clinet":17758,"insert_time":"2014-08-22T05:15:28.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84709,"10":35,"107":612,"11":629,"12":151,"13":597,"14":113,"15":202,"155":15,"156":7,"158":33,"159":39,"16":134,"160":19,"161":197,"167":20,"168":2,"17":328,"18":950,"19":375,"20":213,"209":66,"21":526,"210":15,"211":14,"214":20,"215":268,"221":349,"223":504,"224":207,"225":409,"23":462,"24":1396,"25":463,"257":86,"26":138,"268":5,"27":30,"273":45,"276":36,"279":24,"28":810,"281":11,"282":36,"291":14,"292":99,"30":51,"302":4,"306":8,"31":40,"314":1,"317":3,"32":21,"33":136,"34":74,"347":7,"35":34,"352":723,"36":182,"37":35,"38":551,"380":5,"381":56,"383":54,"389":2,"39":85,"391":32,"396":3,"397":22,"40":77,"409":84,"41":63,"414":37,"415":93,"419":20,"42":39,"426":7,"43":38,"430":57,"433":3,"44":15,"45":44,"46":207,"48":41,"49":55,"5":1561,"51":40,"52":22,"53":63,"56":4,"570":14,"6":335,"63":57,"7":594,"79":38,"8":653,"80":121,"9":437,"all_client":102361,"all_tv_clinet":17652,"insert_time":"2014-08-22T05:16:29.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84523,"10":37,"107":621,"11":627,"12":149,"13":601,"14":119,"15":212,"155":16,"156":8,"158":34,"159":38,"16":135,"160":17,"161":201,"167":21,"168":2,"17":328,"18":943,"19":352,"20":215,"209":68,"21":523,"210":13,"211":13,"214":20,"215":265,"221":342,"223":512,"224":214,"225":415,"23":450,"24":1411,"25":476,"257":85,"26":149,"268":5,"27":31,"273":43,"276":36,"279":23,"28":819,"281":12,"282":37,"291":14,"292":98,"30":51,"302":4,"306":8,"31":44,"314":1,"317":3,"32":21,"33":134,"34":76,"347":8,"35":37,"352":706,"36":177,"37":36,"38":551,"380":6,"381":55,"383":54,"389":2,"39":83,"391":33,"396":3,"397":24,"40":72,"409":87,"41":60,"414":37,"415":89,"419":14,"42":44,"426":5,"43":39,"430":56,"433":4,"44":18,"45":46,"46":208,"48":37,"49":58,"5":1487,"51":40,"52":24,"53":60,"56":5,"570":12,"6":312,"63":59,"7":608,"79":39,"8":643,"80":120,"9":427,"all_client":102100,"all_tv_clinet":17577,"insert_time":"2014-08-22T05:17:30.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84364,"10":36,"107":616,"11":625,"12":151,"13":607,"14":123,"15":219,"155":14,"156":9,"158":36,"159":37,"16":133,"160":16,"161":186,"167":22,"168":2,"17":332,"18":936,"19":332,"20":211,"209":75,"21":523,"210":13,"211":14,"214":20,"215":265,"221":340,"223":504,"224":220,"225":426,"23":440,"24":1410,"25":487,"257":83,"26":150,"268":10,"27":28,"273":47,"276":37,"279":22,"28":811,"281":15,"282":39,"291":15,"292":100,"30":50,"302":3,"306":8,"31":44,"314":1,"317":3,"32":18,"33":132,"34":78,"347":9,"35":43,"352":722,"36":182,"37":38,"38":539,"380":5,"381":55,"383":52,"389":2,"39":76,"391":33,"396":2,"397":25,"40":68,"409":84,"41":66,"414":35,"415":93,"419":15,"42":47,"426":3,"43":41,"430":59,"433":4,"44":19,"45":47,"46":213,"48":38,"49":51,"5":1420,"51":40,"52":23,"53":63,"56":5,"570":13,"6":290,"63":59,"7":611,"79":39,"8":629,"80":125,"9":431,"all_client":101852,"all_tv_clinet":17488,"insert_time":"2014-08-22T05:18:30.990Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84195,"10":36,"107":622,"11":622,"12":151,"13":609,"14":131,"15":221,"155":15,"156":10,"158":37,"159":36,"16":135,"160":14,"161":183,"167":21,"168":2,"17":336,"18":939,"19":319,"20":203,"209":76,"21":525,"210":14,"211":14,"214":20,"215":276,"221":333,"223":503,"224":214,"225":410,"23":443,"24":1420,"25":490,"257":86,"26":154,"268":12,"27":30,"273":45,"276":37,"279":25,"28":815,"281":14,"282":35,"291":15,"292":107,"30":48,"302":2,"306":8,"31":47,"314":1,"317":3,"32":15,"33":124,"34":80,"347":7,"35":44,"352":713,"36":184,"37":39,"38":521,"380":5,"381":53,"383":54,"389":1,"39":75,"391":34,"396":2,"397":28,"40":65,"409":79,"41":72,"414":32,"415":91,"419":10,"42":48,"426":3,"43":40,"430":61,"433":4,"44":19,"45":51,"46":216,"48":37,"49":50,"5":1355,"51":39,"52":25,"53":67,"56":5,"570":13,"6":260,"63":57,"7":617,"79":41,"8":611,"80":122,"9":442,"all_client":101570,"all_tv_clinet":17375,"insert_time":"2014-08-22T05:19:31.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84004,"10":32,"107":623,"11":608,"12":146,"13":615,"14":133,"15":222,"155":14,"156":10,"158":39,"159":29,"16":138,"160":15,"161":173,"167":22,"168":2,"17":334,"18":955,"19":308,"20":199,"209":77,"21":534,"210":13,"211":14,"214":18,"215":274,"221":326,"223":506,"224":200,"225":399,"23":447,"24":1446,"25":498,"257":84,"26":164,"268":13,"27":29,"273":44,"276":38,"279":25,"28":825,"281":14,"282":36,"291":15,"292":117,"30":47,"302":2,"306":8,"31":48,"314":1,"317":3,"32":15,"33":124,"34":88,"347":8,"35":46,"352":726,"36":184,"37":37,"38":526,"380":5,"381":58,"383":54,"389":1,"39":75,"391":34,"396":2,"397":27,"40":63,"409":60,"41":72,"414":34,"415":94,"419":8,"42":50,"426":3,"43":41,"430":58,"433":4,"44":16,"45":47,"46":207,"48":36,"49":56,"5":1295,"51":36,"52":24,"53":67,"56":3,"570":13,"6":242,"63":51,"7":615,"79":44,"8":602,"80":120,"9":442,"all_client":101299,"all_tv_clinet":17295,"insert_time":"2014-08-22T05:20:32.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83896,"10":31,"107":628,"11":572,"12":147,"13":626,"14":137,"15":223,"155":15,"156":10,"158":38,"159":25,"16":142,"160":18,"161":163,"167":24,"168":2,"17":342,"18":951,"19":297,"20":201,"209":79,"21":545,"210":13,"211":15,"214":17,"215":274,"221":327,"223":509,"224":186,"225":397,"23":462,"24":1448,"25":499,"257":79,"26":175,"268":14,"27":28,"273":44,"276":38,"279":26,"28":830,"281":14,"282":35,"291":15,"292":123,"30":46,"302":2,"306":8,"31":49,"314":2,"317":3,"32":15,"33":118,"34":93,"347":8,"35":46,"352":708,"36":175,"37":39,"38":536,"380":5,"381":56,"383":56,"389":1,"39":72,"391":32,"396":3,"397":28,"40":58,"409":52,"41":77,"414":39,"415":96,"419":7,"42":49,"426":3,"43":37,"430":55,"433":3,"44":15,"45":45,"46":193,"48":34,"49":55,"5":1254,"51":30,"52":22,"53":66,"56":3,"570":11,"6":225,"63":50,"7":620,"79":48,"8":599,"80":108,"9":445,"all_client":101080,"all_tv_clinet":17184,"insert_time":"2014-08-22T05:21:33.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83790,"10":28,"107":638,"11":547,"12":134,"13":633,"14":140,"15":224,"155":15,"156":9,"158":38,"159":21,"16":152,"160":18,"161":160,"167":26,"168":2,"17":346,"18":934,"19":300,"20":204,"209":82,"21":542,"210":13,"211":16,"214":17,"215":272,"221":333,"223":499,"224":178,"225":396,"23":461,"24":1443,"25":489,"257":75,"26":184,"268":13,"27":26,"273":44,"276":36,"279":26,"28":829,"281":14,"282":37,"291":14,"292":125,"30":45,"302":2,"306":9,"31":55,"314":3,"317":3,"32":18,"33":114,"34":96,"347":9,"35":44,"352":704,"36":165,"37":41,"38":531,"380":5,"381":57,"383":60,"389":1,"39":68,"391":34,"396":4,"397":29,"40":55,"409":48,"41":72,"414":40,"415":103,"419":7,"42":52,"426":3,"43":36,"430":53,"433":3,"44":14,"45":41,"46":189,"48":33,"49":58,"5":1219,"51":32,"52":22,"53":62,"56":5,"570":9,"6":204,"63":51,"7":618,"79":47,"8":604,"80":108,"9":434,"all_client":100842,"all_tv_clinet":17052,"insert_time":"2014-08-22T05:22:34.163Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83667,"10":26,"107":636,"11":512,"12":130,"13":628,"14":146,"15":230,"155":14,"156":8,"158":40,"159":18,"16":152,"160":18,"161":167,"167":25,"168":2,"17":346,"18":926,"19":296,"20":201,"209":80,"21":529,"210":13,"211":16,"214":16,"215":265,"221":351,"223":512,"224":178,"225":399,"23":464,"24":1449,"25":497,"257":73,"26":187,"268":12,"27":27,"273":43,"276":36,"279":26,"28":817,"281":14,"282":38,"291":12,"292":121,"30":49,"302":2,"306":10,"31":56,"314":4,"317":3,"32":19,"33":116,"34":90,"347":6,"35":47,"352":694,"36":161,"37":44,"38":528,"380":5,"381":57,"383":58,"389":1,"39":70,"391":34,"396":4,"397":32,"40":53,"409":44,"41":71,"414":39,"415":99,"419":8,"42":57,"426":2,"43":34,"430":49,"433":3,"44":14,"45":40,"46":187,"48":36,"49":66,"5":1180,"51":35,"52":21,"53":66,"56":6,"570":9,"6":195,"63":51,"7":624,"79":45,"8":604,"80":111,"9":428,"all_client":100630,"all_tv_clinet":16963,"insert_time":"2014-08-22T05:23:35.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83559,"10":27,"107":647,"11":471,"12":123,"13":625,"14":158,"15":227,"155":14,"156":8,"158":42,"159":16,"16":147,"160":16,"161":161,"167":25,"168":2,"17":344,"18":922,"19":286,"20":202,"209":80,"21":515,"210":14,"211":16,"214":15,"215":270,"221":336,"223":507,"224":174,"225":397,"23":466,"24":1446,"25":503,"257":74,"26":195,"268":11,"27":28,"273":43,"276":37,"279":22,"28":796,"281":15,"282":42,"291":12,"292":122,"30":47,"302":3,"306":10,"31":60,"314":3,"317":4,"32":20,"33":113,"34":94,"347":5,"35":45,"352":701,"36":156,"37":44,"38":518,"380":5,"381":59,"383":57,"389":2,"39":65,"391":33,"396":4,"397":32,"40":53,"409":43,"41":77,"414":42,"415":97,"419":8,"42":58,"426":2,"43":36,"430":48,"433":3,"44":13,"45":43,"46":192,"48":39,"49":67,"5":1158,"51":37,"52":20,"53":72,"56":7,"570":9,"6":176,"63":52,"7":630,"79":40,"8":600,"80":112,"9":427,"all_client":100399,"all_tv_clinet":16840,"insert_time":"2014-08-22T05:24:36.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83374,"10":24,"107":627,"11":438,"12":119,"13":626,"14":162,"15":237,"155":14,"156":7,"158":47,"159":13,"16":150,"160":16,"161":163,"167":25,"168":3,"17":345,"18":917,"19":273,"20":208,"209":79,"21":525,"210":15,"211":17,"214":12,"215":270,"221":331,"223":513,"224":171,"225":394,"23":461,"24":1415,"25":513,"257":72,"26":194,"268":11,"27":28,"273":45,"276":39,"279":20,"28":774,"281":14,"282":42,"291":12,"292":123,"30":41,"302":3,"306":9,"31":58,"314":3,"317":4,"32":22,"33":116,"34":96,"347":5,"35":47,"352":700,"36":153,"37":46,"38":513,"380":5,"381":57,"383":56,"389":2,"39":62,"391":32,"396":2,"397":33,"40":51,"409":47,"41":84,"414":43,"415":102,"419":8,"42":61,"426":3,"43":33,"430":45,"433":3,"44":15,"45":41,"46":196,"48":37,"49":66,"5":1137,"51":30,"52":19,"53":71,"56":8,"570":9,"6":162,"63":52,"7":650,"79":42,"8":607,"80":114,"9":422,"all_client":100101,"all_tv_clinet":16727,"insert_time":"2014-08-22T05:25:36.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83154,"10":25,"107":625,"11":416,"12":125,"13":615,"14":166,"15":241,"155":13,"156":7,"158":48,"159":15,"16":152,"160":14,"161":166,"167":24,"168":3,"17":349,"18":906,"19":269,"20":206,"209":83,"21":533,"210":16,"211":17,"214":10,"215":267,"221":325,"223":511,"224":163,"225":397,"23":455,"24":1379,"25":516,"257":74,"26":199,"268":10,"27":27,"273":50,"276":38,"279":20,"28":774,"281":15,"282":43,"291":10,"292":120,"30":37,"302":3,"306":9,"31":63,"314":4,"317":4,"32":20,"33":120,"34":94,"347":5,"35":44,"352":691,"36":146,"37":45,"38":511,"380":3,"381":57,"383":58,"389":2,"39":63,"391":32,"396":2,"397":34,"40":53,"409":60,"41":82,"414":42,"415":95,"419":9,"42":64,"426":3,"43":32,"430":41,"433":4,"44":17,"45":42,"46":194,"48":36,"49":67,"5":1115,"51":31,"52":20,"53":70,"56":7,"570":9,"6":153,"63":49,"7":664,"79":39,"8":613,"80":111,"9":407,"all_client":99767,"all_tv_clinet":16613,"insert_time":"2014-08-22T05:26:37.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82957,"10":21,"107":621,"11":400,"12":128,"13":631,"14":163,"15":254,"155":13,"156":7,"158":48,"159":17,"16":157,"160":12,"161":182,"167":23,"168":3,"17":345,"18":888,"19":279,"20":204,"209":81,"21":537,"210":17,"211":14,"214":9,"215":267,"221":317,"223":514,"224":160,"225":402,"23":454,"24":1361,"25":525,"257":68,"26":200,"268":9,"27":28,"273":53,"276":40,"279":20,"28":776,"281":15,"282":43,"291":10,"292":109,"30":36,"302":3,"306":10,"31":59,"314":4,"317":3,"32":19,"33":120,"34":91,"347":6,"35":43,"352":685,"36":161,"37":52,"38":505,"380":3,"381":53,"383":59,"389":1,"39":63,"391":34,"396":2,"397":37,"40":46,"409":72,"41":86,"414":43,"415":96,"419":10,"42":65,"426":3,"43":33,"430":39,"433":4,"44":19,"45":42,"46":191,"48":35,"49":68,"5":1083,"51":29,"52":21,"53":65,"56":7,"570":7,"6":153,"63":48,"7":669,"79":42,"8":588,"80":113,"9":397,"all_client":99505,"all_tv_clinet":16548,"insert_time":"2014-08-22T05:27:38.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82793,"10":22,"107":621,"11":391,"12":140,"13":625,"14":165,"15":258,"155":13,"156":6,"158":48,"159":15,"16":152,"160":12,"161":181,"167":24,"168":4,"17":337,"18":885,"19":288,"20":194,"209":83,"21":531,"210":16,"211":13,"214":9,"215":269,"221":306,"223":504,"224":159,"225":409,"23":463,"24":1350,"25":531,"257":73,"26":201,"268":9,"27":27,"273":53,"276":37,"279":21,"28":772,"281":14,"282":44,"291":10,"292":103,"30":34,"302":4,"306":11,"31":64,"314":5,"317":3,"32":17,"33":124,"34":89,"347":6,"35":46,"352":681,"36":163,"37":50,"38":503,"380":3,"381":50,"383":60,"389":1,"39":65,"391":34,"396":2,"397":43,"40":47,"409":72,"41":86,"414":44,"415":93,"419":12,"42":69,"426":3,"43":33,"430":35,"433":4,"434":1,"44":16,"45":48,"46":186,"48":37,"49":67,"5":1064,"51":32,"52":23,"53":69,"56":7,"570":6,"6":147,"63":42,"7":678,"79":42,"8":552,"80":116,"9":380,"all_client":99250,"all_tv_clinet":16457,"insert_time":"2014-08-22T05:28:38.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82682,"10":21,"107":603,"11":366,"12":153,"13":631,"14":165,"15":252,"155":13,"156":7,"158":46,"159":17,"16":155,"160":13,"161":185,"167":23,"168":5,"17":319,"18":887,"19":287,"20":187,"209":78,"21":532,"210":15,"211":12,"214":9,"215":274,"221":291,"223":497,"224":165,"225":402,"23":473,"24":1359,"25":526,"257":79,"26":208,"268":8,"27":27,"273":49,"276":37,"279":20,"28":762,"281":15,"282":44,"291":12,"292":94,"30":32,"302":5,"306":11,"31":66,"314":5,"317":2,"32":18,"33":127,"34":93,"347":8,"35":42,"352":682,"36":168,"37":52,"38":515,"380":3,"381":49,"383":62,"389":1,"39":56,"391":33,"396":2,"397":44,"40":43,"409":76,"41":86,"414":47,"415":94,"419":10,"42":75,"426":5,"43":33,"430":32,"433":4,"434":1,"44":16,"45":53,"46":190,"48":33,"49":65,"5":1049,"51":33,"52":22,"53":68,"56":6,"570":6,"6":143,"63":40,"7":677,"79":41,"8":514,"80":114,"9":366,"all_client":99023,"all_tv_clinet":16341,"insert_time":"2014-08-22T05:29:39.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82482,"10":22,"107":599,"11":349,"12":169,"13":622,"14":156,"15":260,"155":14,"156":7,"158":47,"159":17,"16":160,"160":15,"161":184,"167":24,"168":5,"17":297,"18":886,"19":308,"20":185,"209":82,"21":526,"210":15,"211":12,"214":9,"215":279,"221":286,"223":494,"224":174,"225":414,"23":485,"24":1346,"25":506,"257":84,"26":207,"268":8,"27":28,"273":51,"276":36,"279":19,"28":769,"281":13,"282":43,"291":12,"292":98,"30":35,"302":5,"306":11,"31":64,"314":5,"317":2,"32":17,"33":126,"34":93,"347":8,"35":43,"352":674,"36":167,"37":58,"38":528,"380":3,"381":46,"383":62,"389":1,"39":57,"391":34,"396":2,"397":45,"40":44,"409":77,"41":83,"414":45,"415":94,"419":12,"42":78,"426":5,"43":33,"430":30,"433":4,"434":1,"44":17,"45":55,"46":194,"48":31,"49":67,"5":1041,"51":32,"52":21,"53":72,"56":7,"570":6,"6":136,"63":39,"7":671,"79":40,"8":498,"80":112,"9":357,"all_client":98792,"all_tv_clinet":16310,"insert_time":"2014-08-22T05:30:40.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82361,"10":22,"107":576,"11":340,"12":182,"13":641,"14":148,"15":270,"155":15,"156":6,"158":47,"159":17,"16":159,"160":17,"161":175,"167":25,"168":5,"17":292,"18":888,"19":310,"20":185,"209":80,"21":538,"210":16,"211":11,"214":9,"215":278,"221":285,"223":499,"224":184,"225":428,"23":488,"24":1321,"25":481,"257":82,"26":208,"268":8,"27":28,"273":48,"276":36,"279":19,"28":757,"281":12,"282":42,"291":12,"292":98,"30":41,"302":5,"306":11,"31":59,"314":5,"317":2,"32":16,"33":125,"34":97,"347":8,"35":43,"352":675,"36":163,"37":59,"38":528,"380":4,"381":46,"383":63,"389":1,"39":52,"391":34,"396":3,"397":47,"40":42,"409":78,"41":85,"414":45,"415":96,"419":14,"42":75,"426":4,"43":33,"430":29,"433":3,"434":1,"44":19,"45":58,"46":209,"48":33,"49":69,"5":1026,"51":32,"52":19,"53":78,"56":6,"570":6,"6":134,"63":37,"7":674,"79":41,"8":483,"80":111,"9":343,"all_client":98619,"all_tv_clinet":16258,"insert_time":"2014-08-22T05:31:41.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82234,"10":22,"107":579,"11":333,"12":192,"13":648,"14":141,"15":272,"155":16,"156":5,"158":45,"159":15,"16":159,"160":16,"161":173,"167":24,"168":5,"17":289,"18":862,"19":309,"20":175,"209":76,"21":549,"210":15,"211":12,"214":9,"215":276,"221":290,"223":507,"224":194,"225":430,"23":497,"24":1321,"25":446,"257":75,"26":204,"268":8,"27":28,"273":47,"276":34,"279":18,"28":742,"281":13,"282":40,"291":12,"292":98,"30":46,"302":5,"306":11,"31":54,"314":4,"317":2,"32":13,"33":124,"34":97,"347":4,"35":45,"352":674,"36":159,"37":57,"38":534,"380":4,"381":43,"383":63,"389":1,"39":52,"391":34,"396":4,"397":52,"40":45,"409":85,"41":82,"414":45,"415":101,"419":15,"42":73,"426":4,"43":34,"430":34,"433":3,"434":1,"44":21,"45":60,"46":216,"48":31,"49":72,"5":1008,"51":30,"52":19,"53":80,"56":4,"570":5,"6":137,"63":36,"7":674,"79":42,"8":469,"80":109,"9":345,"all_client":98417,"all_tv_clinet":16183,"insert_time":"2014-08-22T05:32:41.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82094,"10":24,"107":561,"11":311,"12":203,"13":650,"14":140,"15":277,"155":16,"156":5,"158":47,"159":17,"16":154,"160":15,"161":181,"167":26,"168":5,"17":282,"18":852,"19":309,"20":178,"209":74,"21":560,"210":14,"211":13,"214":10,"215":273,"221":290,"223":489,"224":196,"225":427,"23":499,"24":1314,"25":417,"257":73,"26":205,"268":7,"27":30,"273":41,"276":35,"279":18,"28":722,"281":12,"282":38,"291":13,"292":101,"30":45,"302":5,"306":9,"31":58,"314":4,"317":2,"32":13,"33":126,"34":94,"347":5,"35":46,"352":670,"36":166,"37":56,"38":540,"380":4,"381":40,"383":65,"389":1,"39":53,"391":35,"396":4,"397":53,"40":44,"409":87,"41":80,"414":45,"415":101,"419":17,"42":78,"426":4,"43":37,"430":37,"433":3,"434":3,"44":21,"45":62,"46":234,"48":34,"49":77,"5":1000,"51":30,"52":20,"53":80,"56":4,"570":5,"6":131,"63":35,"7":657,"79":40,"8":451,"80":108,"9":342,"all_client":98179,"all_tv_clinet":16085,"insert_time":"2014-08-22T05:33:42.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81936,"10":24,"107":557,"11":309,"12":207,"13":650,"14":131,"15":292,"155":16,"156":6,"158":47,"159":17,"16":156,"160":14,"161":190,"167":28,"168":4,"17":265,"18":846,"19":313,"20":181,"209":74,"21":552,"210":12,"211":11,"214":10,"215":274,"221":290,"223":495,"224":200,"225":425,"23":503,"24":1323,"25":413,"257":74,"26":209,"268":7,"27":33,"273":40,"276":35,"279":17,"28":700,"281":13,"282":35,"291":12,"292":101,"30":43,"302":5,"306":8,"31":60,"314":4,"317":2,"32":15,"33":128,"34":93,"347":7,"35":50,"352":672,"36":168,"37":56,"38":545,"380":5,"381":46,"383":64,"39":50,"391":35,"396":4,"397":55,"40":44,"409":84,"41":79,"414":46,"415":103,"419":17,"42":79,"426":3,"43":40,"430":40,"433":3,"434":3,"44":22,"45":58,"46":235,"48":36,"49":75,"5":985,"51":30,"52":23,"53":80,"56":4,"570":6,"6":130,"63":33,"7":640,"79":40,"8":438,"80":107,"9":327,"all_client":97972,"all_tv_clinet":16036,"insert_time":"2014-08-22T05:34:43.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81753,"10":24,"107":552,"11":301,"12":199,"13":657,"14":130,"15":294,"155":15,"156":6,"158":48,"159":17,"16":154,"160":14,"161":187,"167":27,"168":4,"17":257,"18":830,"19":311,"20":188,"209":76,"21":553,"210":13,"211":10,"214":10,"215":272,"221":290,"223":493,"224":200,"225":432,"23":512,"24":1325,"25":408,"257":73,"26":224,"268":6,"27":36,"273":41,"276":33,"279":19,"28":673,"281":12,"282":34,"291":12,"292":117,"30":44,"302":6,"306":9,"31":60,"314":3,"317":2,"32":17,"33":130,"34":93,"347":8,"35":42,"352":660,"36":165,"37":56,"38":545,"380":6,"381":53,"383":61,"39":47,"391":33,"396":3,"397":56,"40":45,"409":75,"41":81,"414":45,"415":108,"419":17,"42":79,"426":3,"43":43,"430":40,"433":4,"434":3,"44":20,"45":54,"46":232,"48":37,"49":76,"5":983,"51":26,"52":21,"53":86,"56":4,"570":5,"6":130,"63":30,"7":638,"79":42,"8":423,"80":106,"9":325,"all_client":97722,"all_tv_clinet":15969,"insert_time":"2014-08-22T05:35:43.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81562,"10":20,"107":543,"11":301,"12":200,"13":653,"14":128,"15":288,"155":15,"156":6,"158":46,"159":19,"16":156,"160":13,"161":183,"167":28,"168":4,"17":242,"18":838,"19":319,"20":191,"209":78,"21":553,"210":11,"211":10,"214":9,"215":273,"221":282,"223":501,"224":204,"225":438,"23":516,"24":1333,"25":394,"257":74,"26":230,"268":8,"27":36,"273":40,"276":36,"279":17,"28":667,"281":11,"282":32,"291":12,"292":122,"30":43,"302":6,"306":9,"31":54,"314":2,"317":2,"32":15,"33":134,"34":92,"347":9,"35":42,"352":658,"36":160,"37":54,"38":532,"380":6,"381":50,"383":59,"39":46,"391":34,"396":3,"397":56,"40":46,"409":65,"41":81,"414":45,"415":104,"419":13,"42":79,"426":3,"43":46,"430":39,"433":4,"434":2,"44":19,"45":52,"46":229,"48":40,"49":79,"5":974,"51":26,"52":19,"53":85,"56":5,"570":5,"6":129,"63":27,"7":638,"79":42,"8":405,"80":107,"9":324,"all_client":97440,"all_tv_clinet":15878,"insert_time":"2014-08-22T05:36:44.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81367,"10":20,"107":549,"11":317,"12":206,"13":650,"14":131,"15":269,"155":15,"156":6,"158":46,"159":19,"16":161,"160":12,"161":178,"167":30,"168":4,"17":231,"18":830,"19":336,"20":185,"209":80,"21":540,"210":11,"211":10,"214":9,"215":276,"221":282,"223":486,"224":207,"225":439,"23":512,"24":1337,"25":381,"257":74,"26":240,"268":7,"27":35,"273":40,"276":36,"279":18,"28":653,"281":11,"282":32,"291":12,"292":124,"30":44,"302":6,"306":9,"31":48,"314":2,"317":2,"32":12,"33":135,"34":93,"347":9,"35":34,"352":670,"36":158,"37":54,"38":538,"380":6,"381":49,"383":52,"39":51,"391":36,"396":3,"397":56,"40":48,"409":61,"41":85,"414":43,"415":101,"419":14,"42":81,"426":3,"43":46,"430":37,"433":4,"434":2,"44":20,"45":47,"46":226,"48":37,"49":83,"5":975,"51":28,"52":15,"53":84,"56":3,"570":3,"6":127,"63":27,"7":631,"79":41,"8":377,"80":107,"9":315,"all_client":97152,"all_tv_clinet":15785,"insert_time":"2014-08-22T05:37:45.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81186,"10":20,"107":542,"11":327,"12":215,"13":621,"14":129,"15":259,"155":15,"156":6,"158":47,"159":18,"16":167,"160":11,"161":174,"167":31,"168":4,"17":222,"18":828,"19":346,"20":183,"209":76,"21":538,"210":11,"211":8,"214":10,"215":270,"221":281,"223":482,"224":211,"225":447,"23":517,"24":1332,"25":366,"257":70,"26":245,"268":5,"27":37,"273":39,"276":36,"279":16,"28":651,"281":11,"282":33,"291":12,"292":125,"30":42,"302":5,"306":9,"31":46,"314":2,"317":3,"32":12,"33":137,"34":95,"347":8,"35":30,"352":643,"36":150,"37":51,"38":550,"380":7,"381":50,"383":49,"39":47,"391":38,"396":4,"397":55,"40":47,"409":58,"41":88,"414":44,"415":100,"419":15,"42":82,"426":2,"43":44,"430":40,"433":4,"434":2,"44":18,"45":44,"46":232,"48":36,"49":80,"5":968,"51":29,"52":19,"53":79,"56":5,"570":6,"6":127,"63":26,"7":629,"79":41,"8":349,"80":106,"9":308,"all_client":96841,"all_tv_clinet":15655,"insert_time":"2014-08-22T05:38:45.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81088,"10":24,"107":539,"11":332,"12":214,"13":578,"14":131,"15":232,"155":15,"156":9,"158":46,"159":17,"16":171,"160":10,"161":160,"167":32,"168":5,"17":213,"18":835,"19":358,"20":180,"209":76,"21":542,"210":12,"211":7,"214":11,"215":277,"221":286,"223":477,"224":215,"225":458,"23":526,"24":1322,"25":365,"257":75,"26":252,"268":5,"27":42,"273":41,"276":37,"279":13,"28":639,"281":11,"282":32,"291":11,"292":133,"30":42,"302":5,"306":9,"31":42,"314":1,"317":3,"32":12,"33":135,"34":83,"347":9,"35":26,"352":644,"36":152,"37":50,"38":557,"380":7,"381":49,"383":52,"389":1,"39":46,"391":37,"396":4,"397":55,"40":50,"409":54,"41":88,"414":43,"415":100,"419":14,"42":83,"426":3,"43":44,"430":43,"431":1,"433":4,"434":1,"44":17,"45":46,"46":240,"48":34,"49":78,"5":972,"51":28,"52":22,"53":79,"56":5,"570":5,"6":130,"63":28,"7":632,"79":48,"8":324,"80":93,"9":295,"all_client":96679,"all_tv_clinet":15591,"insert_time":"2014-08-22T05:39:46.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80952,"10":23,"107":542,"11":349,"12":204,"13":536,"14":135,"15":214,"155":16,"156":8,"158":44,"159":20,"16":166,"160":10,"161":170,"167":32,"168":5,"17":210,"18":843,"19":361,"20":181,"209":80,"21":541,"210":12,"211":5,"214":10,"215":269,"221":295,"223":470,"224":222,"225":461,"23":519,"24":1309,"25":365,"257":68,"26":261,"268":5,"27":41,"273":50,"276":37,"279":13,"28":618,"281":11,"282":30,"291":11,"292":142,"30":40,"302":5,"306":8,"31":39,"314":1,"317":3,"32":13,"33":138,"34":74,"347":8,"35":24,"352":648,"36":145,"37":47,"38":564,"380":6,"381":50,"383":55,"389":1,"39":43,"391":42,"396":4,"397":51,"40":48,"409":53,"41":91,"414":43,"415":98,"419":12,"42":87,"426":3,"43":48,"430":46,"431":1,"433":4,"434":1,"44":16,"45":50,"46":249,"48":33,"49":72,"5":962,"51":32,"52":24,"53":76,"56":6,"570":6,"6":128,"63":26,"7":641,"79":48,"8":304,"80":93,"9":282,"all_client":96458,"all_tv_clinet":15506,"insert_time":"2014-08-22T05:40:47.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80795,"10":24,"107":540,"11":363,"12":188,"13":515,"14":132,"15":203,"155":18,"156":8,"158":43,"159":20,"16":169,"160":10,"161":170,"167":34,"168":5,"17":209,"18":846,"19":366,"20":183,"209":84,"21":558,"210":11,"211":4,"214":9,"215":272,"221":283,"223":467,"224":232,"225":469,"23":528,"24":1301,"25":361,"257":75,"26":265,"268":5,"27":39,"273":50,"276":36,"279":13,"28":614,"281":11,"282":31,"291":11,"292":136,"30":39,"302":5,"306":8,"31":43,"314":1,"317":3,"32":14,"33":137,"34":63,"347":8,"35":24,"352":649,"36":144,"37":47,"38":570,"380":6,"381":47,"383":59,"389":1,"39":46,"391":41,"396":3,"397":49,"40":46,"409":53,"41":91,"414":45,"415":99,"419":12,"42":84,"426":3,"43":49,"430":47,"431":1,"433":3,"434":1,"44":15,"45":55,"46":244,"48":35,"49":66,"5":973,"51":29,"52":20,"53":68,"56":6,"570":6,"6":128,"63":26,"7":643,"79":50,"8":292,"80":92,"9":278,"all_client":96273,"all_tv_clinet":15478,"insert_time":"2014-08-22T05:41:47.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80559,"10":25,"107":547,"11":378,"12":174,"13":508,"14":130,"15":189,"155":18,"156":7,"158":46,"159":20,"16":171,"160":11,"161":165,"167":35,"168":5,"17":204,"18":842,"19":376,"20":183,"209":86,"21":551,"210":11,"211":3,"214":10,"215":276,"221":287,"223":480,"224":234,"225":472,"23":514,"24":1286,"25":366,"257":74,"26":263,"268":5,"27":38,"273":50,"276":34,"279":13,"28":609,"281":11,"282":31,"291":11,"292":124,"30":41,"302":5,"306":9,"31":39,"314":1,"317":3,"32":15,"33":139,"34":60,"347":7,"35":33,"352":653,"36":143,"37":45,"38":572,"380":6,"381":48,"383":56,"389":1,"39":47,"391":40,"396":3,"397":44,"40":46,"409":64,"41":91,"414":44,"415":95,"419":12,"42":86,"426":3,"43":54,"430":46,"433":5,"434":1,"44":15,"45":54,"46":245,"48":35,"49":64,"5":986,"51":31,"52":21,"53":70,"56":6,"570":7,"6":126,"63":26,"7":640,"79":45,"8":290,"80":100,"9":274,"all_client":96024,"all_tv_clinet":15465,"insert_time":"2014-08-22T05:42:48.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80364,"10":25,"107":542,"11":395,"12":166,"13":481,"14":129,"15":174,"155":18,"156":7,"158":45,"159":20,"16":182,"160":11,"161":168,"167":34,"168":5,"17":208,"18":834,"19":387,"20":178,"209":89,"21":552,"210":11,"211":3,"214":10,"215":272,"221":298,"223":481,"224":238,"225":468,"23":502,"24":1295,"25":366,"257":76,"26":261,"268":7,"27":37,"273":48,"276":33,"279":13,"28":618,"281":12,"282":32,"291":11,"292":112,"30":42,"302":5,"306":9,"31":35,"314":2,"317":2,"32":15,"33":141,"34":52,"347":6,"35":31,"352":655,"36":147,"37":45,"38":557,"380":5,"381":48,"383":52,"389":1,"39":47,"391":38,"396":3,"397":39,"40":49,"409":69,"41":94,"414":41,"415":91,"419":13,"42":84,"426":6,"43":59,"430":45,"433":5,"434":1,"44":14,"45":56,"46":250,"48":35,"49":62,"5":998,"51":34,"52":21,"53":75,"56":8,"570":6,"6":124,"63":24,"7":634,"79":46,"8":273,"80":96,"9":272,"all_client":95780,"all_tv_clinet":15416,"insert_time":"2014-08-22T05:43:49.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80184,"10":21,"107":541,"11":411,"12":155,"13":462,"14":127,"15":165,"155":18,"156":8,"158":46,"159":21,"16":188,"160":10,"161":173,"167":34,"168":5,"17":208,"18":820,"19":392,"20":180,"209":77,"21":545,"210":9,"211":3,"214":11,"215":277,"221":300,"223":480,"224":249,"225":479,"23":494,"24":1285,"25":357,"257":76,"26":249,"268":7,"27":38,"273":48,"276":35,"279":12,"28":620,"281":14,"282":32,"291":11,"292":103,"30":44,"302":5,"306":9,"31":35,"314":2,"317":1,"32":14,"33":134,"34":50,"347":11,"35":33,"352":660,"36":150,"37":47,"38":559,"380":5,"381":53,"383":50,"389":1,"39":50,"391":44,"396":3,"397":38,"40":49,"409":71,"41":95,"414":36,"415":93,"419":14,"42":82,"426":7,"43":61,"430":45,"433":5,"434":1,"44":14,"45":58,"46":255,"48":34,"49":60,"5":992,"51":31,"52":25,"53":84,"56":7,"570":6,"6":125,"63":22,"7":631,"79":44,"8":263,"80":95,"9":262,"all_client":95545,"all_tv_clinet":15361,"insert_time":"2014-08-22T05:44:49.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79994,"10":23,"107":544,"11":419,"12":154,"13":443,"14":126,"15":162,"155":18,"156":8,"158":48,"159":19,"16":187,"160":9,"161":177,"167":31,"168":5,"17":205,"18":818,"19":390,"20":181,"209":67,"21":547,"210":10,"211":3,"214":8,"215":281,"221":293,"223":482,"224":256,"225":482,"23":498,"24":1269,"25":364,"257":74,"26":230,"268":7,"27":38,"273":51,"276":37,"279":13,"28":634,"281":14,"282":35,"291":11,"292":104,"30":47,"302":5,"306":9,"31":36,"314":3,"317":1,"32":14,"33":130,"34":48,"347":13,"35":31,"352":656,"36":142,"37":46,"38":558,"380":5,"381":54,"383":49,"389":1,"39":52,"391":43,"396":2,"397":36,"40":55,"409":66,"41":89,"414":33,"415":98,"419":13,"42":82,"426":7,"43":59,"430":46,"433":5,"434":1,"44":15,"45":59,"46":257,"48":33,"49":56,"5":996,"51":32,"52":22,"53":89,"56":6,"570":6,"6":124,"63":22,"7":638,"79":43,"8":245,"80":92,"9":257,"all_client":95296,"all_tv_clinet":15302,"insert_time":"2014-08-22T05:45:50.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79873,"10":22,"107":550,"11":423,"12":151,"13":421,"14":122,"15":147,"155":18,"156":9,"158":47,"159":19,"16":184,"160":11,"161":173,"167":33,"168":5,"17":214,"18":822,"19":393,"20":180,"209":60,"21":562,"210":10,"211":4,"214":8,"215":274,"221":292,"223":475,"224":254,"225":477,"23":497,"24":1252,"25":365,"257":76,"26":207,"268":6,"27":38,"273":50,"276":37,"279":13,"28":640,"281":16,"282":37,"291":10,"292":106,"30":48,"302":5,"306":9,"31":35,"314":2,"317":1,"32":15,"33":125,"34":47,"347":11,"35":37,"352":665,"36":150,"37":47,"38":566,"380":5,"381":49,"383":48,"389":1,"39":50,"391":46,"396":3,"397":34,"40":53,"409":67,"41":85,"414":34,"415":98,"419":10,"42":81,"426":4,"43":60,"430":47,"433":5,"434":1,"44":15,"45":60,"46":268,"48":32,"49":56,"5":992,"51":34,"52":21,"53":93,"56":6,"570":7,"6":129,"63":22,"7":648,"79":40,"8":237,"80":83,"9":239,"all_client":95109,"all_tv_clinet":15236,"insert_time":"2014-08-22T05:46:51.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79756,"10":24,"107":548,"11":432,"12":156,"13":405,"14":125,"15":139,"155":20,"156":10,"158":51,"159":21,"16":184,"160":9,"161":173,"167":34,"168":5,"17":226,"18":801,"19":388,"20":175,"209":56,"21":562,"210":11,"211":3,"214":7,"215":281,"221":286,"223":474,"224":257,"225":486,"23":511,"24":1261,"25":381,"257":75,"26":184,"268":6,"27":37,"273":46,"276":36,"279":12,"28":643,"281":15,"282":36,"291":8,"292":106,"30":44,"302":5,"306":10,"31":35,"314":4,"317":1,"32":14,"33":127,"34":45,"347":9,"35":37,"352":664,"36":152,"37":50,"38":560,"380":5,"381":46,"383":46,"389":1,"39":47,"391":46,"396":3,"397":32,"40":55,"409":68,"41":80,"414":33,"415":99,"419":9,"42":81,"426":2,"43":56,"430":49,"433":3,"434":1,"44":15,"45":59,"46":264,"48":33,"49":54,"5":989,"51":33,"52":16,"53":96,"56":6,"570":7,"6":127,"63":22,"7":647,"79":36,"8":225,"80":75,"9":230,"all_client":94915,"all_tv_clinet":15159,"insert_time":"2014-08-22T05:47:51.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79616,"10":23,"107":547,"11":433,"12":157,"13":398,"14":122,"15":130,"155":20,"156":8,"158":53,"159":19,"16":184,"160":9,"161":167,"167":35,"168":5,"17":239,"18":792,"19":390,"20":173,"209":55,"21":562,"210":12,"211":2,"214":7,"215":278,"221":293,"223":473,"224":260,"225":488,"23":510,"24":1261,"25":387,"257":74,"26":168,"268":7,"27":37,"273":44,"276":36,"279":13,"28":648,"281":16,"282":40,"291":8,"292":107,"30":47,"302":5,"306":10,"31":36,"314":4,"317":1,"32":14,"33":124,"34":48,"347":7,"35":39,"352":659,"36":142,"37":49,"38":562,"380":5,"381":44,"383":44,"389":1,"39":45,"391":46,"396":3,"397":32,"40":51,"409":67,"41":79,"414":31,"415":97,"419":11,"42":83,"426":2,"43":52,"430":48,"433":2,"434":1,"44":13,"45":61,"46":261,"48":33,"49":55,"5":975,"51":29,"52":14,"53":99,"56":8,"570":7,"6":124,"63":22,"7":650,"79":31,"8":225,"80":71,"9":221,"all_client":94696,"all_tv_clinet":15080,"insert_time":"2014-08-22T05:48:52.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79480,"10":23,"107":551,"11":438,"12":168,"13":402,"14":124,"15":121,"155":21,"156":7,"158":54,"159":20,"16":179,"160":7,"161":167,"167":33,"168":5,"17":242,"18":778,"19":386,"20":161,"209":54,"21":557,"210":14,"211":1,"214":7,"215":283,"221":291,"223":479,"224":261,"225":492,"23":517,"24":1267,"25":399,"257":78,"26":161,"268":7,"27":35,"273":52,"276":34,"279":14,"28":657,"281":16,"282":47,"291":8,"292":107,"30":47,"302":5,"306":10,"31":38,"314":5,"317":2,"32":17,"33":120,"34":49,"347":9,"35":39,"352":655,"36":136,"37":46,"38":558,"380":5,"381":44,"383":43,"389":1,"39":44,"391":47,"396":3,"397":32,"40":49,"409":67,"41":72,"414":30,"415":86,"419":11,"42":84,"426":2,"43":46,"430":46,"433":2,"434":1,"44":14,"45":60,"46":263,"48":32,"49":50,"5":970,"51":26,"52":14,"53":98,"56":9,"570":6,"6":119,"63":20,"7":636,"79":31,"8":225,"80":68,"9":210,"all_client":94507,"all_tv_clinet":15027,"insert_time":"2014-08-22T05:49:53.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79306,"10":22,"107":553,"11":437,"12":173,"13":400,"14":122,"15":117,"155":19,"156":10,"158":57,"159":20,"16":186,"160":8,"161":160,"167":31,"168":4,"17":242,"18":775,"19":388,"20":160,"209":52,"21":545,"210":18,"211":2,"214":7,"215":288,"221":284,"223":485,"224":267,"225":481,"23":472,"24":1269,"25":416,"257":78,"26":159,"268":8,"27":34,"273":53,"276":33,"279":13,"28":654,"281":16,"282":48,"291":8,"292":109,"30":49,"302":4,"306":11,"31":33,"314":6,"317":2,"32":15,"33":118,"34":57,"347":8,"35":44,"352":658,"36":136,"37":41,"38":552,"380":4,"381":41,"383":41,"389":1,"39":45,"391":45,"396":3,"397":30,"40":44,"409":69,"41":71,"414":26,"415":81,"419":10,"42":82,"426":1,"43":46,"430":48,"433":3,"434":1,"44":15,"45":59,"46":268,"48":37,"49":45,"5":982,"51":28,"52":14,"53":98,"56":9,"570":5,"6":120,"63":19,"7":639,"79":30,"8":223,"80":64,"9":206,"all_client":94276,"all_tv_clinet":14970,"insert_time":"2014-08-22T05:50:53.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79101,"10":17,"107":551,"11":435,"12":176,"13":410,"14":117,"15":110,"155":19,"156":11,"158":57,"159":21,"16":188,"160":7,"161":166,"167":31,"168":3,"17":247,"18":754,"19":389,"20":155,"209":48,"21":549,"210":19,"211":2,"214":7,"215":276,"221":296,"223":496,"224":271,"225":480,"23":440,"24":1254,"25":432,"257":78,"26":162,"268":9,"27":32,"273":57,"276":31,"279":12,"28":642,"281":15,"282":51,"291":9,"292":107,"30":48,"302":3,"306":11,"31":34,"314":7,"317":2,"32":13,"33":124,"34":55,"347":9,"35":42,"352":656,"36":133,"37":40,"38":561,"380":4,"381":42,"383":37,"389":1,"39":47,"391":47,"396":3,"397":27,"40":44,"409":71,"41":72,"414":23,"415":80,"419":9,"42":83,"426":1,"43":44,"430":45,"433":5,"434":1,"44":15,"45":55,"46":271,"48":38,"49":44,"5":976,"51":29,"52":14,"53":98,"56":7,"570":4,"6":119,"63":17,"7":640,"79":27,"8":233,"80":63,"9":195,"all_client":94009,"all_tv_clinet":14908,"insert_time":"2014-08-22T05:51:54.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79023,"10":17,"107":546,"11":427,"12":185,"13":407,"14":116,"15":106,"155":20,"156":11,"158":56,"159":20,"16":183,"160":7,"161":167,"167":36,"168":3,"17":256,"18":738,"19":391,"20":153,"209":47,"21":550,"210":16,"211":2,"214":8,"215":267,"221":295,"223":495,"224":268,"225":470,"23":408,"24":1243,"25":436,"257":76,"26":173,"268":11,"27":33,"273":62,"276":29,"279":11,"28":619,"281":15,"282":53,"291":9,"292":106,"30":50,"302":3,"306":13,"31":34,"314":7,"317":2,"32":14,"33":123,"34":60,"347":10,"35":42,"352":658,"36":134,"37":35,"38":560,"380":4,"381":42,"383":38,"389":1,"39":45,"391":47,"396":5,"397":25,"40":45,"409":72,"41":72,"414":22,"415":81,"419":9,"42":76,"426":1,"43":46,"430":46,"433":5,"44":17,"45":50,"46":272,"48":44,"49":36,"5":966,"51":29,"52":14,"53":98,"56":7,"570":7,"6":114,"63":15,"7":653,"79":27,"8":241,"80":64,"9":194,"all_client":93845,"all_tv_clinet":14822,"insert_time":"2014-08-22T05:52:55.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78802,"10":18,"107":547,"11":424,"12":188,"13":416,"14":114,"15":105,"155":21,"156":11,"158":57,"159":19,"16":178,"160":6,"161":166,"167":33,"168":3,"17":262,"18":732,"19":395,"20":151,"209":44,"21":556,"210":17,"211":1,"214":9,"215":250,"221":296,"223":493,"224":276,"225":470,"23":384,"24":1212,"25":439,"257":74,"26":183,"268":12,"27":34,"273":65,"276":28,"279":10,"28":614,"281":15,"282":57,"291":9,"292":109,"30":48,"302":3,"306":13,"31":36,"314":8,"317":2,"32":14,"33":125,"34":62,"347":10,"35":42,"352":664,"36":138,"37":35,"38":555,"380":3,"381":46,"383":35,"389":1,"39":46,"391":45,"396":5,"397":25,"40":49,"409":67,"41":77,"414":21,"415":87,"419":12,"42":69,"426":1,"43":43,"430":44,"433":5,"44":18,"45":47,"46":271,"48":46,"49":35,"5":957,"51":30,"52":18,"53":99,"56":8,"570":7,"6":112,"63":16,"7":647,"79":26,"8":244,"80":64,"9":194,"all_client":93580,"all_tv_clinet":14778,"insert_time":"2014-08-22T05:53:55.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78710,"10":21,"107":546,"11":421,"12":188,"13":419,"14":110,"15":100,"155":19,"156":10,"158":58,"159":18,"16":179,"160":8,"161":169,"167":36,"168":3,"17":267,"18":729,"19":400,"20":156,"209":37,"21":543,"210":14,"211":1,"214":9,"215":234,"221":287,"223":492,"224":283,"225":467,"23":369,"24":1176,"25":435,"257":69,"26":190,"268":11,"27":35,"273":69,"276":26,"279":11,"28":619,"281":15,"282":57,"291":9,"292":107,"30":48,"302":3,"306":14,"31":33,"314":6,"317":2,"32":14,"33":119,"34":65,"347":12,"35":44,"352":674,"36":138,"37":33,"38":572,"380":3,"381":47,"383":33,"389":1,"39":39,"391":45,"396":5,"397":28,"40":54,"409":68,"41":81,"414":20,"415":91,"419":13,"42":63,"426":1,"43":43,"430":43,"433":6,"44":18,"45":45,"46":274,"48":45,"49":30,"5":966,"51":30,"52":17,"53":101,"56":8,"570":5,"6":110,"63":17,"7":623,"79":27,"8":244,"80":60,"9":198,"all_client":93411,"all_tv_clinet":14701,"insert_time":"2014-08-22T05:54:56.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78566,"10":20,"107":540,"11":423,"12":190,"13":421,"14":107,"15":99,"155":19,"156":10,"158":59,"159":18,"16":183,"160":6,"161":168,"167":35,"168":3,"17":270,"18":727,"19":412,"20":158,"209":37,"21":544,"210":16,"211":1,"214":10,"215":229,"221":288,"223":486,"224":279,"225":476,"23":359,"24":1169,"25":429,"257":65,"26":194,"268":10,"27":39,"273":73,"276":26,"279":13,"28":636,"281":14,"282":55,"291":8,"292":96,"30":50,"302":3,"306":13,"31":31,"314":5,"317":2,"32":12,"33":128,"34":62,"347":13,"35":45,"352":661,"36":138,"37":34,"38":563,"380":3,"381":48,"383":33,"389":1,"39":41,"391":39,"396":3,"397":30,"40":59,"409":69,"41":84,"414":22,"415":89,"419":16,"42":56,"426":1,"43":36,"430":39,"433":7,"44":16,"45":43,"46":271,"48":46,"49":28,"5":978,"51":30,"52":20,"53":104,"56":8,"570":4,"6":107,"63":16,"7":586,"79":28,"8":245,"80":59,"9":207,"all_client":93218,"all_tv_clinet":14652,"insert_time":"2014-08-22T05:55:57.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78462,"10":17,"107":531,"11":415,"12":199,"13":419,"14":106,"15":91,"155":18,"156":9,"158":60,"159":18,"16":177,"160":6,"161":170,"167":37,"168":3,"17":272,"18":713,"19":411,"20":157,"209":39,"21":535,"210":16,"211":2,"214":10,"215":225,"221":286,"223":480,"224":282,"225":480,"23":340,"24":1148,"25":425,"257":66,"26":199,"268":10,"27":39,"273":78,"276":27,"279":17,"28":638,"281":13,"282":54,"291":8,"292":89,"30":52,"302":3,"306":12,"31":23,"314":5,"317":3,"32":12,"33":125,"34":62,"347":13,"35":43,"352":660,"36":145,"37":34,"38":567,"380":3,"381":47,"383":34,"389":1,"39":40,"391":38,"396":3,"397":30,"40":60,"409":71,"41":82,"414":22,"415":87,"419":17,"42":57,"426":2,"43":40,"430":38,"433":7,"44":17,"45":39,"46":270,"48":53,"49":24,"5":984,"51":30,"52":22,"53":104,"56":7,"570":4,"6":104,"63":17,"7":559,"79":31,"8":247,"80":58,"9":215,"all_client":93020,"all_tv_clinet":14558,"insert_time":"2014-08-22T05:56:57.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78357,"10":17,"107":518,"11":415,"12":202,"13":429,"14":109,"15":88,"155":19,"156":9,"158":61,"159":16,"16":164,"160":5,"161":170,"167":37,"168":3,"17":281,"18":701,"19":412,"20":157,"209":39,"21":524,"210":15,"211":2,"214":10,"215":218,"221":286,"223":473,"224":290,"225":459,"23":337,"24":1137,"25":427,"257":65,"26":204,"268":8,"27":41,"273":76,"276":27,"279":18,"28":648,"281":12,"282":55,"291":9,"292":83,"30":50,"302":4,"306":11,"31":20,"314":6,"317":3,"32":15,"33":126,"34":63,"347":12,"35":46,"352":673,"36":147,"37":33,"38":576,"380":3,"381":46,"383":34,"389":2,"39":44,"391":35,"396":3,"397":29,"40":59,"409":76,"41":88,"414":23,"415":88,"419":17,"42":57,"426":2,"43":39,"430":36,"433":7,"44":19,"45":38,"46":266,"48":54,"49":21,"5":980,"51":31,"52":26,"53":100,"56":8,"570":5,"6":103,"63":17,"7":519,"79":31,"8":249,"80":53,"9":222,"all_client":92848,"all_tv_clinet":14491,"insert_time":"2014-08-22T05:57:58.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78154,"10":18,"107":498,"11":417,"12":206,"13":449,"14":106,"15":87,"155":21,"156":11,"158":61,"159":15,"16":155,"160":5,"161":166,"167":36,"168":2,"17":289,"18":693,"19":421,"20":158,"209":38,"21":524,"210":16,"211":2,"214":9,"215":210,"221":279,"223":474,"224":305,"225":441,"23":338,"24":1127,"25":424,"257":63,"26":206,"268":9,"27":39,"273":70,"276":28,"279":17,"28":662,"281":13,"282":56,"291":10,"292":85,"30":54,"302":4,"306":10,"31":25,"314":6,"317":3,"32":18,"33":128,"34":65,"347":12,"35":46,"352":685,"36":148,"37":31,"38":572,"380":3,"381":44,"383":35,"389":2,"39":42,"391":34,"396":2,"397":28,"40":57,"409":75,"41":85,"414":26,"415":87,"419":17,"42":57,"426":2,"43":43,"430":35,"433":8,"44":22,"45":35,"46":258,"48":50,"49":24,"5":955,"51":32,"52":29,"53":92,"56":6,"570":7,"6":101,"63":16,"7":509,"79":34,"8":255,"80":48,"9":229,"all_client":92604,"all_tv_clinet":14450,"insert_time":"2014-08-22T05:58:58.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78090,"10":19,"107":502,"11":408,"12":207,"13":461,"14":106,"15":88,"155":20,"156":10,"158":62,"159":15,"16":157,"160":4,"161":161,"167":35,"168":2,"17":292,"18":669,"19":420,"20":168,"209":36,"21":502,"210":15,"211":3,"214":10,"215":198,"221":277,"223":465,"224":309,"225":428,"23":329,"24":1149,"25":429,"257":66,"26":209,"268":8,"27":41,"273":61,"276":29,"279":15,"28":670,"281":14,"282":58,"291":11,"292":88,"30":54,"302":4,"306":9,"31":29,"314":7,"317":3,"32":17,"33":128,"34":64,"347":11,"35":51,"352":684,"36":150,"37":28,"38":575,"380":3,"381":46,"383":33,"389":3,"39":43,"391":35,"396":2,"397":27,"40":54,"409":71,"41":87,"414":25,"415":91,"419":19,"42":59,"426":2,"43":47,"430":34,"433":8,"44":30,"45":32,"46":259,"48":48,"49":25,"5":926,"51":28,"52":29,"53":83,"56":5,"570":6,"6":104,"63":18,"7":501,"79":33,"8":264,"80":45,"9":231,"all_client":92486,"all_tv_clinet":14396,"insert_time":"2014-08-22T05:59:59.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78006,"10":16,"107":504,"11":421,"12":207,"13":463,"14":108,"15":83,"155":21,"156":11,"158":63,"159":15,"16":149,"160":5,"161":153,"167":37,"168":2,"17":300,"18":664,"19":421,"20":170,"209":37,"21":479,"210":13,"211":3,"214":9,"215":186,"221":270,"223":464,"224":312,"225":423,"23":315,"24":1188,"25":417,"257":70,"26":209,"268":8,"27":43,"273":59,"276":29,"279":14,"28":671,"281":15,"282":58,"291":12,"292":93,"30":53,"302":3,"306":8,"31":29,"314":7,"317":3,"32":19,"33":129,"34":65,"347":11,"35":53,"352":679,"36":160,"37":28,"38":565,"380":3,"381":46,"383":31,"389":3,"39":41,"391":34,"396":2,"397":27,"40":54,"409":61,"41":87,"414":25,"415":92,"419":19,"42":55,"426":2,"43":48,"430":36,"433":10,"44":33,"45":30,"46":263,"48":53,"49":26,"5":911,"51":28,"52":28,"53":76,"56":5,"570":6,"6":109,"63":17,"7":495,"79":34,"8":269,"80":46,"9":234,"all_client":92367,"all_tv_clinet":14361,"insert_time":"2014-08-22T06:01:00.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77777,"10":15,"107":518,"11":432,"12":213,"13":470,"14":103,"15":84,"155":23,"156":12,"158":63,"159":16,"16":144,"160":5,"161":141,"167":37,"168":2,"17":301,"18":640,"19":417,"20":173,"209":38,"21":469,"210":12,"211":3,"214":9,"215":174,"221":266,"223":467,"224":312,"225":413,"23":310,"24":1184,"25":421,"257":65,"26":213,"268":8,"27":44,"273":55,"276":26,"279":13,"28":671,"281":15,"282":61,"291":12,"292":104,"30":54,"302":3,"306":8,"31":27,"314":8,"317":3,"32":20,"33":133,"34":67,"347":13,"35":50,"352":679,"36":159,"37":27,"38":590,"380":3,"381":44,"383":28,"389":5,"39":45,"391":32,"396":2,"397":28,"40":56,"409":51,"41":88,"414":25,"415":93,"419":20,"42":55,"426":2,"43":46,"430":31,"433":10,"44":35,"45":25,"46":273,"48":53,"49":24,"5":900,"51":31,"52":32,"53":75,"56":5,"570":4,"6":115,"63":16,"7":476,"79":31,"8":280,"80":44,"9":222,"all_client":92097,"all_tv_clinet":14320,"insert_time":"2014-08-22T06:02:01.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77601,"10":14,"107":521,"11":444,"12":221,"13":468,"14":105,"15":85,"155":25,"156":12,"158":63,"159":16,"16":135,"160":5,"161":137,"167":38,"168":2,"17":310,"18":636,"19":430,"20":166,"209":39,"21":456,"210":10,"211":3,"214":9,"215":163,"221":266,"223":461,"224":312,"225":410,"23":320,"24":1191,"25":428,"257":60,"26":219,"268":8,"27":43,"273":52,"276":26,"279":13,"28":655,"281":16,"282":63,"291":11,"292":114,"30":50,"302":3,"306":8,"31":28,"314":6,"317":3,"32":19,"33":133,"34":66,"347":19,"35":50,"352":668,"36":152,"37":28,"38":584,"380":3,"381":40,"383":29,"389":4,"39":46,"391":32,"396":2,"397":27,"40":57,"409":45,"41":86,"414":25,"415":94,"419":20,"42":56,"426":2,"43":48,"430":28,"433":9,"44":33,"45":26,"46":267,"48":56,"49":25,"5":867,"51":33,"52":33,"53":72,"56":7,"570":5,"6":110,"63":17,"7":468,"79":31,"8":284,"80":41,"9":212,"all_client":91839,"all_tv_clinet":14238,"insert_time":"2014-08-22T06:03:01.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77422,"10":16,"107":525,"11":438,"12":226,"13":483,"14":102,"15":85,"155":26,"156":14,"158":59,"159":17,"16":130,"160":5,"161":135,"167":37,"168":2,"17":308,"18":630,"19":434,"20":157,"209":39,"21":448,"210":10,"211":3,"214":8,"215":150,"221":269,"223":452,"224":314,"225":406,"23":324,"24":1208,"25":439,"257":60,"26":226,"268":8,"27":40,"273":49,"276":26,"279":11,"28":647,"281":16,"282":66,"291":11,"292":116,"30":50,"302":4,"306":6,"31":27,"314":6,"317":3,"32":20,"33":144,"34":73,"347":18,"35":49,"352":666,"36":147,"37":28,"38":582,"380":3,"381":41,"383":30,"389":3,"39":44,"391":30,"396":4,"397":28,"40":57,"409":39,"41":88,"414":26,"415":94,"419":21,"42":57,"426":1,"43":44,"430":26,"433":9,"44":35,"45":27,"46":270,"48":56,"49":24,"5":854,"51":31,"52":31,"53":74,"56":7,"570":5,"6":107,"63":18,"7":464,"79":32,"8":286,"80":39,"9":206,"all_client":91631,"all_tv_clinet":14209,"insert_time":"2014-08-22T06:04:02.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77348,"10":15,"107":509,"11":427,"12":229,"13":485,"14":109,"15":87,"155":25,"156":12,"158":59,"159":17,"16":131,"160":5,"161":123,"167":36,"168":1,"17":309,"18":633,"19":431,"20":152,"209":40,"21":451,"210":10,"211":5,"214":9,"215":141,"221":267,"223":454,"224":313,"225":391,"23":318,"24":1209,"25":443,"257":60,"26":226,"268":8,"27":43,"273":52,"276":26,"279":11,"28":628,"281":17,"282":65,"291":11,"292":117,"30":53,"302":5,"306":4,"31":29,"314":5,"317":3,"32":16,"33":144,"34":75,"347":19,"35":53,"352":664,"36":149,"37":28,"38":583,"380":2,"381":44,"383":30,"389":2,"39":45,"391":29,"396":3,"397":30,"40":53,"409":38,"41":92,"414":26,"415":96,"419":22,"42":61,"426":1,"43":47,"430":26,"433":10,"44":33,"45":27,"46":262,"48":61,"49":24,"5":843,"51":27,"52":35,"53":80,"56":8,"570":4,"6":107,"63":18,"7":461,"79":29,"8":288,"80":36,"9":200,"all_client":91488,"all_tv_clinet":14140,"insert_time":"2014-08-22T06:05:02.969Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77216,"10":16,"107":517,"11":436,"12":231,"13":476,"14":110,"15":81,"155":25,"156":12,"158":58,"159":17,"16":131,"160":6,"161":122,"167":35,"168":3,"17":306,"18":630,"19":433,"20":153,"209":42,"21":462,"210":10,"211":6,"214":9,"215":126,"221":267,"223":449,"224":296,"225":379,"23":324,"24":1214,"25":439,"257":63,"26":228,"268":8,"27":44,"273":55,"276":25,"279":10,"28":626,"281":16,"282":67,"291":12,"292":109,"30":55,"302":5,"306":2,"31":29,"314":6,"317":3,"32":18,"33":146,"34":83,"347":16,"35":55,"352":665,"36":139,"37":27,"38":570,"380":2,"381":42,"383":29,"389":2,"39":42,"391":29,"396":3,"397":32,"40":52,"409":35,"41":99,"414":25,"415":94,"419":22,"42":64,"426":1,"43":47,"430":27,"433":9,"44":35,"45":25,"46":249,"48":56,"49":24,"5":844,"51":29,"52":36,"53":76,"56":8,"570":5,"6":111,"63":18,"7":462,"79":33,"8":291,"80":35,"9":204,"all_client":91316,"all_tv_clinet":14100,"insert_time":"2014-08-22T06:06:03.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77116,"10":16,"107":517,"11":429,"12":235,"13":482,"14":109,"15":87,"155":24,"156":13,"158":57,"159":19,"16":131,"160":4,"161":122,"167":36,"168":3,"17":303,"18":625,"19":439,"20":150,"209":50,"21":469,"210":9,"211":6,"214":8,"215":124,"221":263,"223":444,"224":272,"225":376,"23":321,"24":1232,"25":445,"257":60,"26":225,"268":6,"27":49,"273":54,"276":24,"279":10,"28":627,"281":16,"282":68,"291":11,"292":108,"30":55,"302":5,"306":3,"31":31,"314":6,"317":3,"32":16,"33":144,"34":88,"347":18,"35":59,"352":664,"36":141,"37":28,"38":556,"380":2,"381":42,"383":33,"389":2,"39":42,"391":25,"396":3,"397":32,"40":52,"409":35,"41":98,"414":28,"415":96,"419":23,"42":67,"426":2,"43":47,"430":26,"433":9,"44":36,"45":24,"46":221,"48":58,"49":20,"5":836,"51":26,"52":40,"53":74,"56":9,"570":5,"6":107,"63":17,"7":452,"79":35,"8":297,"80":35,"9":205,"all_client":91172,"all_tv_clinet":14056,"insert_time":"2014-08-22T06:07:04.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76999,"10":15,"107":506,"11":407,"12":242,"13":490,"14":104,"15":82,"155":23,"156":13,"158":57,"159":19,"16":125,"160":4,"161":125,"167":33,"168":3,"17":309,"18":619,"19":435,"20":149,"209":53,"21":459,"210":8,"211":5,"214":9,"215":120,"221":268,"223":463,"224":250,"225":379,"23":328,"24":1232,"25":450,"257":58,"26":222,"268":7,"27":51,"273":57,"276":24,"279":11,"28":633,"281":17,"282":67,"291":11,"292":115,"30":53,"302":5,"306":3,"31":35,"314":7,"317":2,"32":16,"33":150,"34":87,"347":19,"35":62,"352":665,"36":138,"37":28,"38":537,"380":2,"381":40,"383":29,"389":2,"39":40,"391":26,"396":3,"397":32,"40":55,"409":39,"41":96,"414":26,"415":102,"419":21,"42":70,"426":2,"43":48,"430":26,"433":10,"44":43,"45":20,"46":203,"48":59,"49":16,"5":824,"51":26,"52":45,"53":63,"56":8,"570":6,"6":107,"63":17,"7":432,"79":36,"8":295,"80":35,"9":216,"all_client":90983,"all_tv_clinet":13984,"insert_time":"2014-08-22T06:08:04.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76914,"10":15,"107":500,"11":390,"12":236,"13":498,"14":98,"15":80,"155":22,"156":14,"158":55,"159":21,"16":119,"160":3,"161":130,"167":34,"168":3,"17":308,"18":611,"19":425,"20":141,"209":58,"21":463,"210":8,"211":5,"214":8,"215":115,"221":255,"223":465,"224":237,"225":377,"23":320,"24":1226,"25":449,"257":53,"26":225,"268":7,"27":53,"273":64,"276":25,"279":14,"28":641,"281":17,"282":67,"291":11,"292":113,"30":51,"302":4,"306":3,"31":37,"314":7,"317":2,"32":18,"33":150,"34":91,"347":20,"35":65,"352":660,"36":143,"37":28,"38":535,"380":2,"381":39,"383":30,"389":3,"39":42,"391":23,"396":3,"397":30,"40":53,"409":34,"41":99,"414":26,"415":105,"419":22,"42":70,"426":2,"43":47,"430":26,"433":10,"44":44,"45":20,"46":191,"48":58,"49":20,"5":807,"51":24,"52":47,"53":65,"56":8,"570":6,"6":108,"63":16,"7":432,"79":34,"8":292,"80":33,"9":216,"all_client":90794,"all_tv_clinet":13880,"insert_time":"2014-08-22T06:09:05.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76773,"10":15,"107":497,"11":389,"12":225,"13":493,"14":104,"15":78,"155":19,"156":15,"158":58,"159":20,"16":113,"160":4,"161":138,"167":32,"168":3,"17":311,"18":609,"19":402,"20":134,"209":60,"21":467,"210":9,"211":5,"214":9,"215":106,"221":256,"223":463,"224":225,"225":380,"23":321,"24":1224,"25":456,"257":49,"26":225,"268":7,"27":57,"273":72,"276":25,"279":14,"28":641,"281":17,"282":63,"291":12,"292":104,"30":46,"302":4,"306":2,"31":38,"314":7,"317":2,"32":17,"33":153,"34":96,"347":23,"35":65,"352":657,"36":142,"37":28,"38":534,"380":2,"381":39,"383":32,"389":3,"39":41,"391":24,"396":3,"397":28,"40":55,"409":35,"41":104,"414":25,"415":110,"419":23,"42":71,"426":2,"43":53,"430":25,"433":9,"44":46,"45":18,"46":182,"48":62,"49":19,"5":795,"51":25,"52":50,"53":61,"56":8,"570":8,"6":104,"63":17,"7":434,"79":31,"8":288,"80":34,"9":207,"all_client":90586,"all_tv_clinet":13813,"insert_time":"2014-08-22T06:10:05.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76657,"10":14,"107":513,"11":381,"12":199,"13":507,"14":100,"15":76,"155":18,"156":14,"158":57,"159":17,"16":113,"160":5,"161":144,"167":32,"168":4,"17":318,"18":620,"19":377,"20":131,"209":63,"21":460,"210":9,"211":5,"214":11,"215":105,"221":256,"223":460,"224":220,"225":378,"23":317,"24":1243,"25":462,"257":51,"26":233,"268":6,"27":61,"273":79,"276":24,"279":14,"28":643,"281":18,"282":56,"291":11,"292":98,"30":42,"302":4,"306":2,"31":40,"314":6,"317":2,"32":17,"33":147,"34":97,"347":22,"35":65,"352":645,"36":144,"37":26,"38":533,"380":1,"381":33,"383":34,"389":3,"39":39,"391":24,"396":4,"397":29,"40":54,"409":30,"41":103,"414":23,"415":110,"419":26,"42":72,"426":3,"43":54,"430":27,"433":10,"44":45,"45":17,"46":178,"48":61,"49":20,"5":788,"51":23,"52":53,"53":59,"56":9,"570":6,"6":104,"63":19,"7":446,"79":29,"8":286,"80":35,"9":198,"all_client":90427,"all_tv_clinet":13770,"insert_time":"2014-08-22T06:11:06.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76634,"10":13,"107":509,"11":381,"12":186,"13":518,"14":85,"15":79,"155":18,"156":12,"158":59,"159":14,"16":112,"160":7,"161":151,"167":29,"168":2,"17":325,"18":628,"19":354,"20":122,"209":60,"21":464,"210":7,"211":3,"214":11,"215":93,"221":258,"223":456,"224":212,"225":373,"23":325,"24":1248,"25":462,"257":46,"26":236,"268":6,"27":65,"273":85,"276":22,"279":15,"28":641,"281":19,"282":54,"291":11,"292":95,"30":36,"302":3,"306":2,"31":39,"314":5,"317":2,"32":17,"33":151,"34":98,"347":22,"35":65,"352":646,"36":145,"37":24,"38":527,"380":1,"381":38,"383":33,"389":2,"39":36,"391":25,"396":4,"397":30,"40":52,"409":28,"41":106,"414":24,"415":108,"419":23,"42":71,"426":2,"43":50,"430":27,"433":10,"44":49,"45":17,"46":176,"48":64,"49":16,"5":784,"51":22,"52":55,"53":61,"56":10,"570":6,"6":106,"63":21,"7":451,"79":28,"8":285,"80":37,"9":182,"all_client":90327,"all_tv_clinet":13693,"insert_time":"2014-08-22T06:12:07.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76484,"10":14,"107":521,"11":377,"12":178,"13":518,"14":81,"15":79,"155":17,"156":10,"158":61,"159":13,"16":108,"160":6,"161":157,"167":28,"168":2,"17":337,"18":621,"19":338,"20":116,"209":60,"21":467,"210":7,"211":3,"214":12,"215":85,"221":251,"223":455,"224":209,"225":351,"23":327,"24":1256,"25":460,"257":48,"26":237,"268":6,"27":68,"273":83,"276":21,"279":15,"28":647,"281":19,"282":51,"291":11,"292":94,"30":33,"302":3,"306":2,"31":44,"314":4,"317":2,"32":19,"33":146,"34":98,"347":22,"35":60,"352":639,"36":155,"37":24,"38":525,"380":1,"381":33,"383":35,"389":2,"39":39,"391":28,"396":5,"397":29,"40":52,"409":26,"41":109,"414":25,"415":109,"419":22,"42":73,"426":1,"43":51,"430":28,"433":10,"44":49,"45":17,"46":171,"48":69,"49":17,"5":776,"51":23,"52":58,"53":57,"56":10,"570":7,"6":106,"63":24,"7":455,"79":30,"8":292,"80":34,"9":172,"all_client":90130,"all_tv_clinet":13646,"insert_time":"2014-08-22T06:13:07.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76364,"10":13,"107":524,"11":385,"12":166,"13":512,"14":81,"15":77,"155":17,"156":10,"158":61,"159":12,"16":105,"160":6,"161":160,"167":27,"168":2,"17":343,"18":598,"19":322,"20":120,"209":65,"21":474,"210":9,"211":3,"214":12,"215":83,"221":233,"223":442,"224":203,"225":347,"23":333,"24":1287,"25":464,"257":49,"26":243,"268":5,"27":70,"273":75,"276":21,"279":16,"28":645,"281":18,"282":50,"291":11,"292":90,"30":28,"302":3,"306":2,"31":42,"314":3,"317":2,"32":19,"33":140,"34":100,"347":25,"35":51,"352":632,"36":156,"37":23,"38":513,"380":1,"381":33,"383":36,"389":2,"39":40,"391":32,"396":5,"397":26,"40":52,"409":26,"41":116,"414":28,"415":110,"419":23,"42":75,"426":4,"43":49,"430":29,"433":10,"44":52,"45":18,"46":164,"48":73,"49":17,"5":775,"51":24,"52":52,"53":53,"56":10,"570":7,"6":107,"63":24,"7":459,"79":33,"8":293,"80":33,"9":170,"all_client":89953,"all_tv_clinet":13589,"insert_time":"2014-08-22T06:14:08.493Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76180,"10":12,"107":516,"11":384,"12":156,"13":504,"14":82,"15":79,"155":17,"156":11,"158":59,"159":12,"16":102,"160":5,"161":164,"167":28,"168":2,"17":341,"18":600,"19":311,"20":120,"209":70,"21":468,"210":10,"211":2,"214":11,"215":79,"221":236,"223":439,"224":199,"225":352,"23":339,"24":1319,"25":479,"257":48,"26":250,"268":5,"27":73,"273":61,"276":19,"279":18,"28":644,"281":19,"282":52,"291":11,"292":88,"30":29,"302":3,"306":1,"31":43,"314":4,"317":2,"32":19,"33":135,"34":100,"347":27,"35":46,"352":624,"36":161,"37":24,"38":510,"380":1,"381":36,"383":34,"389":2,"39":41,"391":31,"396":5,"397":27,"40":51,"409":29,"41":110,"414":27,"415":110,"419":24,"42":76,"426":4,"43":49,"430":31,"433":11,"44":54,"45":18,"46":165,"48":74,"49":19,"5":761,"51":27,"52":57,"53":50,"56":11,"570":6,"6":104,"63":24,"7":469,"79":35,"8":293,"80":32,"9":162,"all_client":89764,"all_tv_clinet":13584,"insert_time":"2014-08-22T06:15:09.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76071,"10":10,"107":504,"11":381,"12":155,"13":496,"14":81,"15":75,"155":17,"156":11,"158":59,"159":12,"16":106,"160":4,"161":169,"167":28,"168":2,"17":327,"18":617,"19":312,"20":124,"209":69,"21":467,"210":10,"211":2,"214":12,"215":75,"221":232,"223":439,"224":197,"225":348,"23":343,"24":1335,"25":486,"257":45,"26":247,"268":5,"27":74,"273":51,"276":18,"279":22,"28":642,"281":19,"282":50,"291":10,"292":95,"30":29,"302":3,"306":1,"31":41,"314":4,"317":2,"32":18,"33":133,"34":104,"347":27,"35":42,"352":611,"36":152,"37":20,"38":507,"380":1,"381":40,"383":33,"389":2,"39":40,"391":32,"396":4,"397":28,"40":49,"409":29,"41":109,"414":28,"415":111,"419":23,"42":79,"426":4,"43":48,"430":30,"433":11,"44":54,"45":17,"46":160,"48":74,"49":21,"5":767,"51":31,"52":56,"53":53,"56":11,"570":5,"6":101,"63":23,"7":471,"79":36,"8":292,"80":32,"9":154,"all_client":89607,"all_tv_clinet":13536,"insert_time":"2014-08-22T06:16:09.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75917,"10":10,"107":506,"11":383,"12":153,"13":499,"14":87,"15":78,"155":17,"156":10,"158":58,"159":14,"16":103,"160":3,"161":174,"167":28,"168":2,"17":300,"18":635,"19":307,"20":127,"209":68,"21":469,"210":9,"211":2,"214":12,"215":74,"221":233,"223":443,"224":193,"225":332,"23":340,"24":1334,"25":489,"257":45,"26":257,"268":5,"27":74,"273":47,"276":17,"279":22,"28":650,"281":19,"282":49,"291":9,"292":98,"30":26,"302":3,"306":1,"31":40,"314":4,"317":2,"32":17,"33":129,"34":107,"347":26,"35":44,"352":607,"36":145,"37":23,"38":491,"380":1,"381":40,"383":34,"389":2,"39":41,"391":29,"396":3,"397":29,"40":48,"409":27,"41":113,"414":31,"415":102,"419":26,"42":80,"426":2,"43":49,"430":31,"433":11,"44":57,"45":17,"46":159,"48":79,"49":20,"5":763,"51":29,"52":57,"53":52,"56":11,"570":6,"6":94,"63":24,"7":474,"79":38,"8":293,"80":32,"9":147,"all_client":89417,"all_tv_clinet":13500,"insert_time":"2014-08-22T06:17:10.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75715,"10":11,"107":497,"11":388,"12":159,"13":504,"14":87,"15":78,"155":14,"156":10,"158":58,"159":14,"16":99,"160":2,"161":167,"167":26,"168":2,"17":277,"18":631,"19":312,"20":128,"209":67,"21":461,"210":9,"211":2,"214":10,"215":71,"221":234,"223":435,"224":194,"225":327,"23":343,"24":1340,"25":486,"257":44,"26":252,"268":4,"27":72,"273":46,"276":17,"279":17,"28":656,"281":21,"282":45,"291":10,"292":99,"30":23,"302":3,"306":1,"31":38,"314":3,"317":1,"32":16,"33":129,"34":108,"347":24,"35":39,"352":614,"36":147,"37":24,"38":490,"380":1,"381":39,"383":35,"389":2,"39":38,"391":27,"396":4,"397":29,"40":44,"409":26,"41":116,"414":33,"415":98,"419":26,"42":83,"426":2,"43":49,"430":32,"433":12,"44":57,"45":16,"46":157,"48":79,"49":18,"5":765,"51":30,"52":61,"53":59,"56":12,"570":6,"6":88,"63":24,"7":489,"79":39,"8":292,"80":32,"9":140,"all_client":89161,"all_tv_clinet":13446,"insert_time":"2014-08-22T06:18:10.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75631,"10":11,"107":498,"11":400,"12":163,"13":512,"14":89,"15":77,"155":15,"156":10,"158":53,"159":15,"16":93,"160":3,"161":160,"167":25,"168":2,"17":265,"18":622,"19":303,"20":128,"209":67,"21":456,"210":9,"211":2,"214":10,"215":73,"221":231,"223":441,"224":200,"225":337,"23":336,"24":1334,"25":449,"257":47,"26":259,"268":3,"27":70,"273":49,"276":19,"279":16,"28":657,"281":22,"282":42,"291":10,"292":102,"30":22,"302":3,"306":1,"31":38,"314":3,"317":1,"32":17,"33":128,"34":108,"347":26,"35":34,"352":613,"36":149,"37":24,"38":481,"380":1,"381":35,"383":33,"389":2,"39":37,"391":27,"396":4,"397":29,"40":36,"409":25,"41":113,"414":32,"415":96,"419":27,"42":79,"426":3,"43":53,"430":34,"433":11,"44":60,"45":18,"46":162,"48":85,"49":17,"5":763,"51":35,"52":62,"53":54,"56":13,"570":5,"6":87,"63":24,"7":480,"79":40,"8":290,"80":31,"9":139,"all_client":89006,"all_tv_clinet":13375,"insert_time":"2014-08-22T06:19:11.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75472,"10":11,"107":488,"11":408,"12":162,"13":514,"14":84,"15":74,"155":14,"156":9,"158":55,"159":15,"16":93,"160":3,"161":147,"167":26,"168":3,"17":248,"18":627,"19":307,"20":128,"209":69,"21":456,"210":8,"211":1,"214":10,"215":68,"221":226,"223":446,"224":204,"225":331,"23":339,"24":1348,"25":415,"257":47,"26":260,"268":5,"27":74,"273":51,"276":19,"279":16,"28":670,"281":21,"282":43,"291":10,"292":103,"30":21,"302":3,"306":1,"31":39,"314":3,"317":1,"32":15,"33":129,"34":107,"347":25,"35":33,"352":621,"36":152,"37":24,"38":483,"380":1,"381":35,"383":32,"389":2,"39":41,"391":26,"396":5,"397":29,"40":33,"409":25,"41":109,"414":32,"415":97,"419":24,"42":80,"426":3,"43":55,"430":32,"433":9,"44":59,"45":23,"46":173,"48":92,"49":17,"5":764,"51":34,"52":61,"53":56,"56":15,"570":5,"6":86,"63":27,"7":479,"79":38,"8":288,"80":32,"9":136,"all_client":88840,"all_tv_clinet":13368,"insert_time":"2014-08-22T06:20:12.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75423,"10":11,"107":494,"11":406,"12":164,"13":516,"14":83,"15":72,"155":15,"156":9,"158":53,"159":16,"16":101,"160":3,"161":150,"167":26,"168":3,"17":243,"18":624,"19":305,"20":128,"209":72,"21":452,"210":8,"211":1,"214":11,"215":65,"221":229,"223":454,"224":204,"225":330,"23":340,"24":1343,"25":387,"257":50,"26":269,"268":5,"27":78,"273":52,"276":19,"279":16,"28":667,"281":21,"282":45,"291":9,"292":102,"30":18,"302":4,"306":1,"31":40,"314":3,"317":1,"32":13,"33":122,"34":109,"347":24,"35":31,"352":616,"36":154,"37":24,"38":485,"380":1,"381":31,"383":34,"389":2,"39":41,"391":25,"396":5,"397":29,"40":31,"409":23,"41":105,"414":30,"415":98,"419":23,"42":80,"426":4,"43":55,"430":31,"433":8,"434":1,"44":60,"45":24,"46":176,"48":90,"49":20,"5":760,"51":33,"52":64,"53":51,"56":14,"570":7,"6":86,"63":28,"7":459,"79":39,"8":287,"80":33,"9":137,"all_client":88744,"all_tv_clinet":13321,"insert_time":"2014-08-22T06:21:12.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75341,"10":12,"107":504,"11":400,"12":171,"13":523,"14":80,"15":72,"155":14,"156":7,"158":57,"159":18,"16":102,"160":2,"161":144,"167":26,"168":3,"17":237,"18":617,"19":315,"20":128,"209":80,"21":452,"210":8,"211":1,"214":10,"215":60,"221":222,"223":458,"224":203,"225":333,"23":336,"24":1335,"25":367,"257":51,"26":268,"268":5,"27":77,"273":57,"276":19,"279":17,"28":672,"281":20,"282":45,"291":9,"292":104,"30":15,"302":4,"306":1,"31":41,"314":3,"317":1,"32":12,"33":120,"34":109,"347":25,"35":30,"352":610,"36":156,"37":22,"38":483,"380":2,"381":30,"383":33,"389":2,"39":43,"391":26,"396":5,"397":28,"40":28,"409":23,"41":104,"414":29,"415":96,"419":24,"42":80,"426":4,"43":53,"430":30,"433":8,"434":1,"44":60,"45":29,"46":175,"48":87,"49":20,"5":761,"51":31,"52":65,"53":46,"56":14,"570":8,"6":80,"63":28,"7":457,"79":40,"8":289,"80":32,"9":133,"all_client":88618,"all_tv_clinet":13277,"insert_time":"2014-08-22T06:22:13.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75257,"10":12,"107":507,"11":385,"12":170,"13":532,"14":85,"15":77,"155":13,"156":8,"158":58,"159":18,"16":98,"160":4,"161":145,"167":27,"168":1,"17":233,"18":605,"19":321,"20":125,"209":78,"21":469,"210":8,"211":1,"214":10,"215":57,"221":222,"223":463,"224":205,"225":334,"23":333,"24":1314,"25":353,"257":51,"26":275,"268":5,"27":74,"273":63,"276":19,"279":18,"28":669,"281":22,"282":47,"291":9,"292":107,"30":15,"302":4,"306":1,"31":42,"314":4,"32":12,"33":117,"34":114,"347":24,"35":27,"352":592,"36":154,"37":21,"38":489,"380":3,"381":29,"383":35,"389":2,"39":42,"391":26,"396":5,"397":29,"40":29,"409":21,"41":103,"414":29,"415":94,"419":22,"42":82,"426":4,"43":54,"430":29,"433":7,"434":1,"44":60,"45":30,"46":169,"48":89,"49":20,"5":763,"51":32,"52":67,"53":49,"56":14,"570":10,"6":83,"63":28,"7":463,"79":43,"8":288,"80":31,"9":132,"all_client":88520,"all_tv_clinet":13263,"insert_time":"2014-08-22T06:23:14.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75145,"10":11,"107":502,"11":377,"12":176,"13":540,"14":90,"15":79,"155":14,"156":7,"158":59,"159":20,"16":98,"160":5,"161":144,"167":28,"168":1,"17":228,"18":601,"19":320,"20":128,"209":78,"21":481,"210":8,"211":1,"214":9,"215":58,"221":221,"223":462,"224":202,"225":330,"23":337,"24":1304,"25":341,"257":50,"26":274,"268":6,"27":74,"273":71,"276":19,"279":20,"28":663,"281":22,"282":51,"291":9,"292":104,"30":14,"302":3,"306":1,"31":39,"314":3,"317":1,"32":13,"33":117,"34":112,"347":22,"35":26,"352":595,"36":154,"37":22,"38":489,"380":3,"381":30,"383":36,"389":2,"39":43,"391":27,"396":5,"397":29,"40":33,"409":20,"41":106,"414":28,"415":93,"419":23,"42":83,"426":3,"43":53,"430":30,"433":7,"434":1,"44":56,"45":32,"46":164,"48":89,"49":21,"5":766,"51":30,"52":64,"53":51,"56":16,"570":8,"6":83,"63":27,"7":464,"79":41,"8":287,"80":30,"9":126,"all_client":88389,"all_tv_clinet":13244,"insert_time":"2014-08-22T06:24:14.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75043,"10":11,"107":493,"11":369,"12":173,"13":540,"14":94,"15":80,"155":15,"156":6,"158":61,"159":17,"16":97,"160":4,"161":146,"167":27,"168":1,"17":223,"18":590,"19":330,"20":126,"209":72,"21":480,"210":9,"211":1,"214":9,"215":56,"221":216,"223":456,"224":201,"225":335,"23":342,"24":1297,"25":336,"257":44,"26":276,"268":6,"27":76,"273":75,"276":20,"279":20,"28":659,"281":22,"282":49,"291":9,"292":100,"30":15,"302":3,"306":1,"31":39,"314":3,"317":1,"32":13,"33":117,"34":111,"347":18,"35":26,"352":610,"36":154,"37":23,"38":495,"380":3,"381":30,"383":35,"389":2,"39":45,"391":29,"396":4,"397":30,"40":37,"409":21,"41":103,"414":27,"415":100,"419":23,"42":84,"426":3,"43":50,"430":27,"433":7,"434":1,"44":56,"45":35,"46":164,"48":92,"49":21,"5":775,"51":32,"52":64,"53":53,"56":16,"570":9,"6":86,"63":28,"7":465,"79":42,"8":290,"80":30,"9":128,"all_client":88288,"all_tv_clinet":13245,"insert_time":"2014-08-22T06:25:15.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74949,"10":14,"107":483,"11":363,"12":180,"13":550,"14":88,"15":79,"155":14,"156":5,"158":60,"159":16,"16":95,"160":4,"161":149,"167":27,"168":1,"17":216,"18":596,"19":333,"20":124,"209":74,"21":470,"210":8,"211":1,"214":9,"215":54,"221":214,"223":440,"224":204,"225":340,"23":344,"24":1303,"25":332,"257":43,"26":272,"268":7,"27":78,"273":76,"276":20,"279":19,"28":667,"281":21,"282":50,"291":9,"292":96,"30":14,"302":3,"306":2,"31":42,"314":3,"317":1,"32":15,"33":121,"34":99,"347":18,"35":24,"352":616,"36":152,"37":22,"38":503,"380":4,"381":31,"383":34,"389":2,"39":46,"391":29,"396":5,"397":28,"40":37,"409":24,"41":100,"414":23,"415":93,"419":24,"42":82,"426":2,"43":49,"430":26,"433":7,"434":1,"44":54,"45":37,"46":169,"48":92,"49":22,"5":778,"51":32,"52":63,"53":50,"56":17,"570":8,"6":87,"63":28,"7":470,"79":41,"8":289,"80":31,"9":128,"all_client":88175,"all_tv_clinet":13226,"insert_time":"2014-08-22T06:26:15.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74830,"10":14,"107":482,"11":360,"12":174,"13":556,"14":83,"15":78,"155":14,"156":7,"158":58,"159":16,"16":99,"160":4,"161":141,"167":25,"168":1,"17":208,"18":596,"19":346,"20":130,"209":72,"21":465,"210":8,"211":1,"214":9,"215":52,"221":212,"223":445,"224":208,"225":336,"23":348,"24":1311,"25":329,"257":43,"26":270,"268":7,"27":81,"273":77,"276":21,"279":19,"28":673,"281":22,"282":50,"291":9,"292":91,"30":12,"302":3,"306":2,"31":38,"314":3,"317":2,"32":18,"33":122,"34":87,"347":19,"35":22,"352":632,"36":150,"37":21,"38":520,"380":4,"381":29,"383":36,"389":2,"39":46,"391":28,"396":5,"397":27,"40":44,"409":25,"41":90,"414":23,"415":88,"419":22,"42":80,"426":2,"43":51,"430":26,"433":8,"434":1,"44":57,"45":38,"46":168,"48":89,"49":24,"5":779,"51":31,"52":60,"53":46,"56":15,"570":7,"6":89,"63":28,"7":471,"79":44,"8":290,"80":29,"9":129,"all_client":88063,"all_tv_clinet":13233,"insert_time":"2014-08-22T06:27:16.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74702,"10":15,"107":481,"11":365,"12":178,"13":573,"14":79,"15":76,"155":13,"156":8,"158":56,"159":16,"16":103,"160":4,"161":137,"167":24,"168":1,"17":210,"18":585,"19":341,"20":131,"209":75,"21":460,"210":7,"211":1,"214":9,"215":55,"221":211,"223":452,"224":206,"225":328,"23":350,"24":1326,"25":331,"257":43,"26":273,"268":7,"27":84,"273":75,"276":21,"279":19,"28":669,"281":23,"282":51,"291":9,"292":85,"30":11,"302":2,"306":2,"31":37,"314":3,"317":2,"32":16,"33":131,"34":71,"347":19,"35":21,"352":633,"36":145,"37":19,"38":518,"380":4,"381":28,"383":35,"389":2,"39":48,"391":26,"396":5,"397":24,"40":46,"409":23,"41":89,"414":24,"415":85,"419":22,"42":82,"426":2,"43":52,"430":28,"433":6,"434":1,"44":58,"45":38,"46":168,"48":92,"49":26,"5":790,"51":28,"52":61,"53":49,"56":15,"570":9,"6":87,"63":28,"7":475,"79":43,"8":284,"80":27,"9":128,"all_client":87936,"all_tv_clinet":13234,"insert_time":"2014-08-22T06:28:16.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74667,"10":13,"107":479,"11":368,"12":185,"13":572,"14":74,"15":78,"155":13,"156":8,"158":57,"159":18,"16":100,"160":4,"161":147,"167":23,"168":1,"17":214,"18":575,"19":345,"20":127,"209":77,"21":455,"210":7,"211":1,"214":9,"215":53,"221":211,"223":457,"224":209,"225":314,"23":355,"24":1339,"25":324,"257":46,"26":273,"268":7,"27":82,"273":66,"276":21,"279":20,"28":663,"281":22,"282":52,"291":10,"292":85,"30":11,"302":3,"306":1,"31":29,"314":3,"317":2,"32":17,"33":132,"34":66,"347":23,"35":21,"352":631,"36":146,"37":21,"38":518,"380":4,"381":32,"383":32,"389":2,"39":54,"391":26,"396":4,"397":24,"40":45,"409":20,"41":88,"414":26,"415":85,"419":20,"42":80,"426":3,"43":46,"430":26,"433":6,"434":1,"44":59,"45":36,"46":170,"48":85,"49":31,"5":794,"51":28,"52":60,"53":54,"56":17,"570":8,"6":91,"63":26,"7":468,"79":44,"8":280,"80":26,"9":130,"all_client":87881,"all_tv_clinet":13214,"insert_time":"2014-08-22T06:29:17.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74600,"10":15,"107":474,"11":380,"12":183,"13":582,"14":71,"15":75,"155":13,"156":5,"158":54,"159":20,"16":98,"160":3,"161":149,"167":23,"168":1,"17":216,"18":581,"19":347,"20":123,"209":77,"21":447,"210":7,"211":1,"214":9,"215":56,"221":218,"223":447,"224":209,"225":319,"23":360,"24":1353,"25":312,"257":48,"26":276,"268":7,"27":82,"273":59,"276":22,"279":19,"28":662,"281":20,"282":52,"291":11,"292":86,"30":10,"302":3,"306":1,"31":29,"314":3,"317":2,"32":14,"33":129,"34":56,"347":24,"35":21,"352":619,"36":144,"37":21,"38":520,"380":4,"381":33,"383":30,"389":2,"39":57,"391":25,"396":5,"397":26,"40":50,"409":17,"41":88,"414":27,"415":82,"419":20,"42":77,"426":3,"43":43,"430":26,"433":5,"434":1,"44":59,"45":42,"46":174,"48":78,"49":28,"5":793,"51":27,"52":61,"53":47,"56":17,"570":8,"6":93,"63":26,"7":461,"79":46,"8":277,"80":24,"9":129,"all_client":87779,"all_tv_clinet":13179,"insert_time":"2014-08-22T06:30:18.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74457,"10":15,"107":471,"11":384,"12":184,"13":586,"14":68,"15":71,"155":13,"156":6,"158":55,"159":21,"16":100,"160":3,"161":139,"167":23,"168":1,"17":217,"18":575,"19":351,"20":125,"209":78,"21":452,"210":7,"211":2,"214":9,"215":53,"221":224,"223":446,"224":210,"225":321,"23":365,"24":1362,"25":317,"257":50,"26":276,"268":7,"27":84,"273":50,"276":22,"279":19,"28":658,"281":20,"282":53,"291":11,"292":85,"30":10,"302":3,"306":1,"31":26,"314":3,"317":2,"32":14,"33":128,"34":56,"347":26,"35":21,"352":626,"36":148,"37":23,"38":515,"380":4,"381":33,"383":31,"389":2,"39":60,"391":25,"396":5,"397":26,"40":57,"409":18,"41":82,"414":29,"415":76,"419":17,"42":77,"426":3,"43":37,"430":25,"433":5,"434":1,"44":62,"45":43,"46":172,"48":61,"49":33,"5":788,"51":26,"52":63,"53":48,"56":16,"570":7,"6":96,"63":26,"7":456,"79":50,"8":263,"80":23,"9":131,"all_client":87625,"all_tv_clinet":13168,"insert_time":"2014-08-22T06:31:18.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74327,"10":15,"107":474,"11":396,"12":184,"13":582,"14":68,"15":66,"155":12,"156":6,"158":52,"159":23,"16":103,"160":3,"161":128,"167":23,"168":1,"17":214,"18":568,"19":350,"20":128,"209":81,"21":463,"210":7,"211":2,"214":11,"215":51,"221":224,"223":442,"224":216,"225":319,"23":369,"24":1398,"25":319,"257":53,"26":278,"268":6,"27":82,"273":50,"276":23,"279":20,"28":627,"281":19,"282":51,"291":9,"292":84,"30":10,"302":2,"306":1,"31":30,"314":4,"317":2,"32":14,"33":126,"34":54,"347":28,"35":22,"352":628,"36":146,"37":24,"38":523,"380":4,"381":34,"383":30,"389":2,"39":64,"391":26,"396":4,"397":28,"40":58,"409":17,"41":80,"414":31,"415":76,"419":14,"42":76,"426":2,"43":39,"430":25,"433":5,"434":1,"44":66,"45":41,"46":178,"48":54,"49":31,"5":787,"51":27,"52":61,"53":41,"56":15,"570":4,"6":94,"63":26,"7":460,"79":51,"8":251,"80":24,"9":134,"all_client":87502,"all_tv_clinet":13175,"insert_time":"2014-08-22T06:32:19.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74212,"10":15,"107":476,"11":394,"12":185,"13":582,"14":68,"15":65,"155":11,"156":6,"158":53,"159":22,"16":101,"160":4,"161":129,"167":23,"168":2,"17":214,"18":564,"19":346,"20":127,"209":80,"21":483,"210":8,"211":2,"214":11,"215":48,"221":229,"223":452,"224":216,"225":316,"23":355,"24":1415,"25":329,"257":51,"26":272,"268":6,"27":75,"273":49,"276":24,"279":23,"28":617,"281":20,"282":53,"291":9,"292":87,"30":11,"302":2,"306":1,"31":30,"314":4,"317":2,"32":14,"33":121,"34":54,"347":29,"35":22,"352":624,"36":146,"37":24,"38":522,"380":4,"381":35,"383":26,"389":2,"39":66,"391":23,"396":4,"397":28,"40":63,"409":16,"41":80,"414":32,"415":79,"419":12,"42":78,"426":3,"43":38,"430":24,"433":4,"44":66,"45":40,"46":186,"48":50,"49":34,"5":787,"51":24,"52":63,"53":44,"56":16,"570":4,"6":86,"63":26,"7":457,"79":53,"8":249,"80":23,"9":133,"all_client":87393,"all_tv_clinet":13181,"insert_time":"2014-08-22T06:33:19.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74170,"10":16,"107":458,"11":391,"12":192,"13":582,"14":71,"15":63,"155":11,"156":5,"158":52,"159":22,"16":97,"160":4,"161":134,"167":24,"168":2,"17":215,"18":558,"19":343,"20":130,"209":80,"21":490,"210":8,"211":2,"214":12,"215":45,"221":230,"223":455,"224":213,"225":314,"23":341,"24":1418,"25":332,"257":49,"26":270,"268":6,"27":69,"273":49,"276":24,"279":25,"28":619,"281":20,"282":54,"291":11,"292":90,"30":13,"302":2,"306":1,"31":33,"314":6,"317":3,"32":18,"33":122,"34":51,"347":31,"35":22,"352":617,"36":143,"37":26,"38":521,"380":4,"381":32,"383":26,"389":2,"39":71,"391":24,"396":4,"397":26,"40":67,"409":16,"41":81,"414":31,"415":77,"419":11,"42":79,"426":3,"43":38,"430":24,"431":1,"433":4,"44":60,"45":43,"46":184,"48":51,"49":33,"5":799,"51":29,"52":65,"53":45,"56":17,"570":3,"6":82,"63":24,"7":457,"79":55,"8":245,"80":23,"9":135,"all_client":87346,"all_tv_clinet":13176,"insert_time":"2014-08-22T06:34:20.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74038,"10":17,"107":454,"11":396,"12":197,"13":584,"14":70,"15":59,"155":13,"156":5,"158":50,"159":22,"16":96,"160":4,"161":128,"167":24,"168":2,"17":219,"18":550,"19":341,"20":125,"209":78,"21":501,"210":7,"211":2,"214":13,"215":43,"221":239,"223":446,"224":216,"225":329,"23":338,"24":1423,"25":337,"257":46,"26":242,"268":4,"27":63,"273":51,"276":24,"279":26,"28":619,"281":20,"282":53,"291":12,"292":90,"30":13,"302":2,"306":1,"31":27,"314":7,"317":3,"32":20,"33":126,"34":50,"347":31,"35":23,"352":642,"36":141,"37":28,"38":524,"380":4,"381":32,"383":25,"389":2,"39":74,"391":25,"396":4,"397":28,"40":73,"409":18,"41":79,"414":28,"415":76,"419":11,"42":83,"426":3,"43":41,"430":26,"431":1,"433":4,"44":52,"45":46,"46":187,"48":47,"49":35,"5":814,"51":28,"52":71,"53":45,"56":14,"570":3,"6":81,"63":23,"7":460,"79":55,"8":238,"80":23,"9":134,"all_client":87247,"all_tv_clinet":13209,"insert_time":"2014-08-22T06:35:21.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73907,"10":19,"107":466,"11":402,"12":202,"13":577,"14":73,"15":57,"155":13,"156":6,"158":47,"159":22,"16":92,"160":4,"161":128,"167":24,"168":1,"17":219,"18":550,"19":334,"20":128,"209":82,"21":499,"210":8,"211":2,"214":12,"215":42,"221":246,"223":449,"224":226,"225":329,"23":328,"24":1421,"25":352,"257":44,"26":214,"268":4,"27":62,"273":55,"276":25,"279":30,"28":614,"281":19,"282":52,"291":12,"292":91,"30":14,"302":4,"306":1,"31":25,"314":7,"317":3,"32":21,"33":129,"34":45,"347":31,"35":23,"352":643,"36":141,"37":29,"38":533,"380":5,"381":33,"383":25,"389":2,"39":76,"391":24,"396":4,"397":27,"40":71,"409":19,"41":79,"414":26,"415":77,"419":13,"42":86,"426":2,"43":42,"430":26,"431":1,"433":4,"44":46,"45":44,"46":185,"48":45,"49":35,"5":807,"51":27,"52":72,"53":45,"56":15,"570":3,"6":87,"63":23,"7":467,"79":55,"8":235,"80":23,"9":136,"all_client":87130,"all_tv_clinet":13223,"insert_time":"2014-08-22T06:36:21.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73787,"10":18,"107":471,"11":408,"12":203,"13":591,"14":76,"15":57,"155":13,"156":6,"158":43,"159":22,"16":89,"160":5,"161":125,"167":23,"168":1,"17":225,"18":550,"19":342,"20":130,"209":80,"21":499,"210":10,"211":2,"214":12,"215":41,"221":249,"223":437,"224":230,"225":346,"23":324,"24":1398,"25":359,"257":42,"26":180,"268":4,"27":59,"273":56,"276":26,"279":31,"28":613,"281":19,"282":52,"291":12,"292":96,"30":15,"302":5,"306":1,"31":25,"314":6,"317":2,"32":21,"33":126,"34":46,"347":32,"35":24,"352":641,"36":136,"37":26,"38":536,"380":5,"381":32,"383":24,"389":2,"39":76,"391":25,"396":5,"397":26,"40":70,"409":21,"41":82,"414":27,"415":85,"419":12,"42":89,"426":2,"43":39,"430":25,"431":1,"433":4,"44":39,"45":47,"46":183,"48":44,"49":39,"5":815,"51":28,"52":76,"53":45,"56":14,"570":3,"6":92,"63":25,"7":470,"79":54,"8":232,"80":24,"9":136,"all_client":87022,"all_tv_clinet":13235,"insert_time":"2014-08-22T06:37:22.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73717,"10":17,"107":468,"11":419,"12":196,"13":575,"14":79,"15":60,"155":13,"156":7,"158":42,"159":23,"16":91,"160":5,"161":129,"167":25,"168":1,"17":230,"18":550,"19":340,"20":137,"209":83,"21":496,"210":10,"211":2,"214":12,"215":48,"221":243,"223":434,"224":236,"225":360,"23":321,"24":1355,"25":376,"257":42,"26":168,"268":5,"27":54,"273":59,"276":25,"279":32,"28":607,"281":19,"282":50,"291":12,"292":105,"30":14,"302":5,"306":1,"31":25,"314":7,"317":2,"32":21,"33":119,"34":42,"347":35,"35":27,"352":628,"36":132,"37":26,"38":529,"380":4,"381":36,"383":23,"389":2,"39":80,"391":22,"396":4,"397":29,"40":73,"409":20,"41":81,"414":29,"415":87,"419":13,"42":89,"426":2,"43":37,"430":25,"431":1,"433":3,"44":35,"45":47,"46":188,"48":44,"49":43,"5":822,"51":32,"52":73,"53":44,"56":13,"570":3,"6":98,"63":24,"7":475,"79":54,"8":226,"80":24,"9":134,"all_client":86930,"all_tv_clinet":13213,"insert_time":"2014-08-22T06:38:22.727Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73683,"10":19,"107":458,"11":432,"12":191,"13":549,"14":78,"15":61,"155":13,"156":11,"158":42,"159":22,"16":94,"160":6,"161":132,"167":24,"168":1,"17":235,"18":553,"19":335,"20":137,"209":82,"21":494,"210":9,"211":3,"214":12,"215":51,"221":235,"223":433,"224":237,"225":374,"23":316,"24":1316,"25":393,"257":44,"26":151,"268":4,"27":52,"273":69,"276":22,"279":30,"28":610,"281":18,"282":51,"291":12,"292":106,"30":15,"302":5,"306":1,"31":26,"314":7,"317":2,"32":24,"33":113,"34":39,"347":37,"35":24,"352":615,"36":132,"37":30,"38":538,"380":3,"381":39,"383":23,"389":1,"39":87,"391":24,"396":4,"397":28,"40":73,"409":22,"41":85,"414":27,"415":87,"419":13,"42":86,"426":2,"43":37,"430":25,"431":1,"433":3,"44":35,"45":50,"46":185,"48":51,"49":51,"5":827,"51":36,"52":66,"53":41,"56":11,"570":5,"6":99,"63":25,"7":479,"79":54,"8":214,"80":23,"9":131,"all_client":86861,"all_tv_clinet":13178,"insert_time":"2014-08-22T06:39:23.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73629,"10":20,"107":457,"11":441,"12":182,"13":515,"14":76,"15":70,"155":14,"156":12,"158":40,"159":23,"16":95,"160":7,"161":141,"167":27,"168":1,"17":238,"18":541,"19":338,"20":138,"209":85,"21":500,"210":9,"211":3,"214":12,"215":57,"221":235,"223":440,"224":237,"225":387,"23":310,"24":1265,"25":412,"257":47,"26":139,"268":3,"27":53,"273":74,"276":21,"279":33,"28":618,"281":17,"282":52,"291":11,"292":98,"30":17,"302":5,"306":1,"31":28,"314":7,"317":2,"32":24,"33":109,"34":35,"347":40,"35":23,"352":614,"36":136,"37":30,"38":543,"380":3,"381":41,"383":25,"389":1,"39":92,"391":22,"396":3,"397":29,"40":73,"409":23,"41":84,"414":22,"415":83,"419":13,"42":84,"426":1,"43":35,"430":25,"431":1,"433":3,"44":36,"45":55,"46":189,"48":55,"49":53,"5":817,"51":35,"52":57,"53":43,"56":11,"570":4,"6":97,"63":24,"7":477,"79":56,"8":213,"80":22,"9":133,"all_client":86777,"all_tv_clinet":13148,"insert_time":"2014-08-22T06:40:24.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73544,"10":22,"107":471,"11":441,"12":173,"13":487,"14":76,"15":82,"155":14,"156":11,"158":40,"159":21,"16":94,"160":7,"161":133,"167":26,"168":1,"17":236,"18":538,"19":338,"20":141,"209":80,"21":496,"210":8,"211":3,"214":12,"215":60,"221":232,"223":449,"224":236,"225":388,"23":305,"24":1231,"25":426,"257":45,"26":137,"268":2,"27":55,"273":76,"276":20,"279":32,"28":611,"281":17,"282":52,"291":11,"292":93,"30":18,"302":6,"306":1,"31":31,"314":6,"317":2,"32":23,"33":104,"34":35,"347":40,"35":26,"352":626,"36":138,"37":26,"38":549,"380":4,"381":39,"383":24,"389":1,"39":92,"391":21,"396":3,"397":29,"40":74,"409":26,"41":90,"414":19,"415":84,"419":13,"42":87,"426":1,"43":37,"430":25,"431":1,"433":4,"44":37,"45":61,"46":191,"48":63,"49":53,"5":816,"51":37,"52":52,"53":42,"56":10,"570":4,"6":93,"63":24,"7":478,"79":55,"8":205,"80":20,"9":137,"all_client":86656,"all_tv_clinet":13112,"insert_time":"2014-08-22T06:41:24.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73449,"10":22,"107":485,"11":445,"12":163,"13":469,"14":73,"15":87,"155":15,"156":12,"158":37,"159":24,"16":89,"160":8,"161":134,"167":27,"168":1,"17":234,"18":537,"19":344,"20":143,"209":80,"21":484,"210":8,"211":4,"214":12,"215":61,"221":234,"223":455,"224":239,"225":384,"23":311,"24":1208,"25":441,"257":44,"26":132,"268":2,"27":58,"273":79,"276":20,"279":29,"28":606,"281":17,"282":53,"291":11,"292":87,"30":19,"302":6,"306":1,"31":30,"314":5,"317":3,"32":20,"33":102,"34":35,"347":40,"35":31,"352":635,"36":134,"37":27,"38":541,"380":4,"381":38,"383":26,"389":1,"39":96,"391":23,"396":2,"397":31,"40":71,"409":25,"41":93,"414":18,"415":78,"419":13,"42":83,"426":2,"43":40,"430":25,"431":1,"433":4,"44":38,"45":64,"46":193,"48":67,"49":53,"5":819,"51":40,"52":48,"53":43,"56":9,"570":4,"6":92,"63":23,"7":491,"79":51,"8":203,"80":20,"9":137,"all_client":86555,"all_tv_clinet":13106,"insert_time":"2014-08-22T06:42:25.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73379,"10":23,"107":483,"11":454,"12":152,"13":444,"14":76,"15":87,"155":15,"156":12,"158":31,"159":25,"16":86,"160":7,"161":134,"167":30,"17":238,"18":532,"19":348,"20":141,"209":76,"21":494,"210":8,"211":4,"214":11,"215":65,"221":224,"223":454,"224":242,"225":382,"23":317,"24":1208,"25":445,"257":43,"26":127,"268":2,"27":57,"273":81,"276":21,"279":26,"28":602,"281":19,"282":53,"291":11,"292":84,"30":15,"302":6,"306":1,"31":33,"314":5,"317":3,"32":17,"33":100,"34":35,"347":41,"35":30,"352":635,"36":132,"37":31,"38":560,"380":5,"381":39,"383":25,"389":1,"39":95,"391":23,"396":3,"397":31,"40":77,"409":23,"41":95,"414":19,"415":75,"419":15,"42":82,"426":2,"43":41,"430":26,"433":3,"44":35,"45":63,"46":195,"48":67,"49":52,"5":817,"51":38,"52":42,"53":42,"56":8,"570":3,"6":93,"63":23,"7":487,"79":49,"8":205,"80":20,"9":141,"all_client":86457,"all_tv_clinet":13078,"insert_time":"2014-08-22T06:43:25.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73284,"10":27,"107":474,"11":464,"12":137,"13":433,"14":78,"15":91,"155":16,"156":11,"158":29,"159":25,"16":82,"160":7,"161":134,"167":32,"17":240,"18":532,"19":336,"20":144,"209":71,"21":489,"210":8,"211":4,"214":12,"215":69,"221":221,"223":458,"224":237,"225":393,"23":320,"24":1210,"25":453,"257":44,"26":115,"268":3,"27":56,"273":81,"276":20,"279":23,"28":584,"281":19,"282":53,"291":9,"292":84,"30":14,"302":5,"306":1,"31":35,"314":4,"317":3,"32":20,"33":98,"34":33,"347":39,"35":30,"352":620,"36":134,"37":33,"38":561,"380":5,"381":38,"383":26,"389":1,"39":92,"391":23,"396":3,"397":30,"40":82,"409":26,"41":93,"414":16,"415":73,"419":13,"42":76,"426":2,"43":40,"430":26,"433":2,"44":33,"45":64,"46":201,"48":68,"49":51,"5":830,"51":37,"52":41,"53":40,"56":6,"570":5,"6":97,"63":23,"7":494,"79":49,"8":210,"80":17,"9":145,"all_client":86320,"all_tv_clinet":13036,"insert_time":"2014-08-22T06:44:26.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73238,"10":26,"107":465,"11":466,"12":128,"13":428,"14":77,"15":93,"155":17,"156":11,"158":28,"159":26,"16":82,"160":6,"161":133,"167":32,"17":233,"18":528,"19":341,"20":142,"209":69,"21":485,"210":9,"211":4,"214":12,"215":67,"221":219,"223":462,"224":242,"225":399,"23":324,"24":1237,"25":458,"257":47,"26":104,"268":3,"27":50,"273":75,"276":20,"279":25,"28":575,"281":19,"282":45,"291":10,"292":84,"30":16,"302":6,"306":1,"31":39,"314":4,"317":3,"32":19,"33":96,"34":35,"347":37,"35":34,"352":619,"36":139,"37":34,"38":572,"380":6,"381":40,"383":24,"389":1,"39":88,"391":23,"396":4,"397":31,"40":83,"409":25,"41":92,"414":14,"415":66,"419":12,"42":76,"426":3,"43":41,"430":26,"433":2,"44":32,"45":66,"46":207,"48":63,"49":54,"5":834,"51":37,"52":39,"53":35,"56":5,"570":5,"6":96,"63":24,"7":492,"79":46,"8":207,"80":17,"9":141,"all_client":86255,"all_tv_clinet":13017,"insert_time":"2014-08-22T06:45:27.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73196,"10":26,"107":460,"11":468,"12":124,"13":426,"14":76,"15":96,"155":16,"156":12,"158":31,"159":26,"16":80,"160":6,"161":128,"167":34,"17":221,"18":530,"19":342,"20":144,"209":64,"21":477,"210":9,"211":4,"214":12,"215":67,"221":220,"223":471,"224":249,"225":414,"23":321,"24":1253,"25":468,"257":45,"26":104,"268":2,"27":48,"273":67,"276":19,"279":23,"28":574,"281":17,"282":41,"291":11,"292":88,"30":16,"302":6,"306":1,"31":38,"314":3,"317":3,"32":21,"33":96,"34":33,"347":37,"35":37,"352":617,"36":140,"37":40,"38":566,"380":5,"381":42,"383":28,"389":1,"39":86,"391":25,"396":3,"397":30,"40":87,"409":26,"41":89,"414":14,"415":60,"419":13,"42":73,"426":3,"43":43,"430":25,"433":2,"44":30,"45":60,"46":209,"48":62,"49":56,"5":844,"51":35,"52":42,"53":31,"56":4,"570":5,"6":100,"63":24,"7":490,"79":46,"8":199,"80":18,"9":143,"all_client":86217,"all_tv_clinet":13021,"insert_time":"2014-08-22T06:46:28.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73090,"10":28,"107":473,"11":475,"12":119,"13":421,"14":77,"15":100,"155":16,"156":11,"158":30,"159":26,"16":80,"160":6,"161":124,"167":34,"17":206,"18":525,"19":349,"20":140,"209":62,"21":464,"210":9,"211":4,"214":12,"215":68,"221":225,"223":476,"224":257,"225":432,"23":323,"24":1258,"25":480,"257":44,"26":97,"268":2,"27":50,"273":61,"276":20,"279":26,"28":580,"281":18,"282":35,"291":11,"292":91,"30":17,"302":6,"306":1,"31":45,"314":3,"317":3,"32":19,"33":96,"34":30,"347":38,"35":38,"352":614,"36":148,"37":41,"38":544,"380":5,"381":36,"383":28,"389":1,"39":81,"391":26,"396":3,"397":29,"40":93,"409":19,"41":93,"414":13,"415":63,"419":14,"42":68,"426":4,"43":41,"430":25,"433":2,"44":26,"45":59,"46":213,"48":60,"49":62,"5":834,"51":31,"52":43,"53":30,"56":4,"570":4,"6":100,"63":23,"7":495,"79":49,"8":204,"80":20,"9":146,"all_client":86125,"all_tv_clinet":13035,"insert_time":"2014-08-22T06:47:28.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72999,"10":29,"107":467,"11":473,"12":115,"13":415,"14":71,"15":102,"155":16,"156":10,"158":32,"159":24,"16":83,"160":8,"161":121,"167":34,"17":205,"18":529,"19":348,"20":140,"209":59,"21":451,"210":8,"211":3,"214":12,"215":73,"221":229,"223":469,"224":258,"225":431,"23":327,"24":1275,"25":477,"257":44,"26":85,"268":2,"27":51,"273":58,"276":21,"279":25,"28":587,"281":18,"282":31,"291":10,"292":89,"30":18,"302":5,"306":1,"31":48,"314":3,"317":3,"32":21,"33":95,"34":29,"347":39,"35":38,"352":614,"36":146,"37":44,"38":533,"380":5,"381":39,"383":28,"389":1,"39":73,"391":25,"396":2,"397":29,"40":94,"409":20,"41":92,"414":12,"415":63,"419":14,"42":63,"426":5,"43":43,"430":25,"433":4,"44":25,"45":47,"46":218,"48":53,"49":63,"5":839,"51":35,"52":41,"53":33,"56":4,"570":3,"6":106,"63":22,"7":495,"79":49,"8":207,"80":20,"9":148,"all_client":85996,"all_tv_clinet":12997,"insert_time":"2014-08-22T06:48:29.282Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72876,"10":28,"107":497,"11":476,"12":111,"13":415,"14":66,"15":104,"155":16,"156":10,"158":30,"159":27,"16":82,"160":8,"161":113,"167":30,"17":198,"18":529,"19":343,"20":140,"209":49,"21":438,"210":8,"211":3,"214":12,"215":76,"221":242,"223":470,"224":255,"225":426,"23":327,"24":1284,"25":471,"257":43,"26":79,"268":2,"27":51,"273":62,"276":22,"279":26,"28":595,"281":19,"282":31,"291":11,"292":94,"30":17,"302":6,"306":1,"31":51,"314":2,"317":3,"32":22,"33":95,"34":27,"347":38,"35":45,"352":616,"36":144,"37":46,"38":532,"380":5,"381":38,"383":26,"389":1,"39":68,"391":24,"396":2,"397":31,"40":100,"409":18,"41":95,"414":11,"415":62,"419":15,"42":61,"426":5,"43":39,"430":23,"433":4,"44":23,"45":51,"46":224,"48":56,"49":64,"5":817,"51":36,"52":42,"53":33,"56":5,"570":4,"6":109,"63":23,"7":498,"79":50,"8":204,"80":20,"9":150,"all_client":85877,"all_tv_clinet":13001,"insert_time":"2014-08-22T06:49:29.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72791,"10":24,"107":493,"11":488,"12":107,"13":424,"14":66,"15":107,"155":16,"156":9,"158":30,"159":29,"16":85,"160":8,"161":108,"167":30,"17":191,"18":522,"19":344,"20":143,"209":47,"21":433,"210":7,"211":3,"214":11,"215":80,"221":233,"223":460,"224":258,"225":424,"23":331,"24":1306,"25":465,"257":47,"26":73,"268":2,"27":54,"273":63,"276":22,"279":26,"28":601,"281":20,"282":28,"291":11,"292":95,"30":20,"302":5,"306":1,"31":50,"314":2,"317":3,"32":25,"33":101,"34":24,"347":37,"35":53,"352":601,"36":139,"37":52,"38":529,"380":5,"381":40,"383":26,"389":1,"39":63,"391":22,"396":3,"397":30,"40":100,"409":18,"41":95,"414":8,"415":59,"419":17,"42":60,"426":6,"43":42,"430":21,"433":4,"44":22,"45":49,"46":223,"48":58,"49":65,"5":791,"51":35,"52":41,"53":35,"56":5,"570":4,"6":114,"63":24,"7":505,"79":49,"8":208,"80":19,"9":147,"all_client":85771,"all_tv_clinet":12980,"insert_time":"2014-08-22T06:50:30.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72776,"10":20,"107":482,"11":479,"12":102,"13":426,"14":65,"15":110,"155":16,"156":8,"158":30,"159":30,"16":86,"160":7,"161":108,"167":29,"17":184,"18":522,"19":341,"20":143,"209":45,"21":423,"210":7,"211":3,"214":11,"215":81,"221":233,"223":464,"224":261,"225":428,"23":333,"24":1314,"25":466,"257":50,"26":73,"268":3,"27":59,"273":60,"276":21,"279":26,"28":612,"281":20,"282":28,"291":11,"292":97,"30":22,"302":5,"306":1,"31":50,"314":2,"317":2,"32":25,"33":105,"34":24,"347":35,"35":55,"352":610,"36":135,"37":53,"38":515,"380":5,"381":41,"383":27,"389":1,"39":59,"391":22,"396":3,"397":30,"40":100,"409":18,"41":95,"414":8,"415":56,"419":17,"42":58,"426":5,"43":41,"430":21,"433":3,"44":21,"45":47,"46":225,"48":59,"49":70,"5":769,"51":37,"52":45,"53":35,"56":4,"570":4,"6":116,"63":25,"7":518,"79":48,"8":217,"80":21,"9":147,"all_client":85750,"all_tv_clinet":12974,"insert_time":"2014-08-22T06:51:31.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72704,"10":21,"107":466,"11":471,"12":102,"13":430,"14":68,"15":114,"155":16,"156":10,"158":31,"159":30,"16":85,"160":7,"161":114,"167":30,"17":178,"18":507,"19":346,"20":143,"209":42,"21":411,"210":6,"211":3,"214":11,"215":85,"221":229,"223":469,"224":264,"225":434,"23":347,"24":1314,"25":468,"257":52,"26":69,"268":3,"27":60,"273":63,"276":21,"279":27,"28":611,"281":20,"282":28,"291":10,"292":98,"30":23,"302":5,"306":1,"31":53,"314":3,"317":3,"32":25,"33":104,"34":24,"347":33,"35":53,"352":624,"36":141,"37":53,"38":511,"380":4,"381":40,"383":24,"389":1,"39":57,"391":22,"396":3,"397":31,"40":98,"409":17,"41":93,"414":8,"415":51,"419":17,"42":53,"426":5,"43":41,"430":21,"433":3,"44":19,"45":43,"46":228,"48":64,"49":69,"5":744,"51":39,"52":46,"53":42,"56":3,"570":4,"6":121,"63":25,"7":528,"79":45,"8":229,"80":22,"9":147,"all_client":85681,"all_tv_clinet":12977,"insert_time":"2014-08-22T06:52:31.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72682,"10":21,"107":468,"11":460,"12":101,"13":428,"14":68,"15":115,"155":16,"156":12,"158":31,"159":30,"16":89,"160":6,"161":115,"167":30,"17":168,"18":502,"19":351,"20":144,"209":42,"21":414,"210":5,"211":3,"214":11,"215":84,"221":232,"223":479,"224":253,"225":430,"23":347,"24":1303,"25":479,"257":52,"26":67,"268":3,"27":66,"273":63,"276":21,"279":27,"28":617,"281":20,"282":30,"291":10,"292":99,"30":23,"302":6,"306":1,"31":49,"314":3,"317":3,"32":23,"33":102,"34":24,"347":35,"35":53,"352":627,"36":142,"37":52,"38":512,"380":4,"381":38,"383":24,"389":1,"39":55,"391":21,"396":3,"397":32,"40":91,"409":17,"41":97,"414":9,"415":53,"419":17,"42":52,"426":4,"43":37,"430":21,"433":3,"44":18,"45":42,"46":227,"48":66,"49":63,"5":735,"51":41,"52":51,"53":44,"56":3,"570":4,"6":121,"63":27,"7":534,"79":47,"8":235,"80":23,"9":151,"all_client":85660,"all_tv_clinet":12978,"insert_time":"2014-08-22T06:53:32.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72613,"10":20,"107":463,"11":452,"12":95,"13":427,"14":67,"15":119,"155":18,"156":12,"158":30,"159":29,"16":88,"160":5,"161":112,"167":29,"17":172,"18":509,"19":351,"20":139,"209":42,"21":418,"210":5,"211":2,"214":11,"215":85,"221":233,"223":493,"224":227,"225":435,"23":345,"24":1310,"25":488,"257":53,"26":65,"268":3,"27":70,"273":64,"276":21,"279":28,"28":621,"281":20,"282":29,"291":10,"292":101,"30":22,"302":5,"306":1,"31":49,"314":3,"317":3,"32":22,"33":97,"34":24,"347":37,"35":57,"352":638,"36":141,"37":54,"38":518,"380":4,"381":38,"383":26,"389":1,"39":53,"391":22,"396":2,"397":35,"40":91,"409":17,"41":96,"414":10,"415":57,"419":16,"42":51,"426":4,"43":37,"430":21,"433":3,"434":1,"44":20,"45":39,"46":224,"48":68,"49":62,"5":727,"51":39,"52":53,"53":45,"56":3,"570":4,"6":122,"63":27,"7":540,"79":48,"8":237,"80":24,"9":150,"all_client":85617,"all_tv_clinet":13004,"insert_time":"2014-08-22T06:54:32.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72525,"10":20,"107":463,"11":437,"12":89,"13":415,"14":66,"15":123,"155":18,"156":12,"158":29,"159":28,"16":87,"160":7,"161":119,"167":25,"168":1,"17":168,"18":510,"19":355,"20":140,"209":40,"21":430,"210":5,"211":2,"214":11,"215":81,"221":245,"223":507,"224":198,"225":436,"23":346,"24":1298,"25":495,"257":57,"26":63,"268":3,"27":73,"273":68,"276":21,"279":25,"28":631,"281":21,"282":25,"291":10,"292":94,"30":23,"302":5,"306":1,"31":54,"314":3,"317":4,"32":20,"33":102,"34":24,"347":35,"35":52,"352":633,"36":139,"37":54,"38":514,"380":3,"381":34,"383":27,"389":2,"39":49,"391":23,"396":2,"397":35,"40":97,"409":16,"41":98,"414":10,"415":61,"419":16,"42":55,"426":5,"43":37,"430":20,"433":3,"434":1,"44":20,"45":40,"46":207,"48":71,"49":65,"5":721,"51":38,"52":55,"53":44,"56":4,"570":3,"6":121,"63":28,"7":549,"79":49,"8":245,"80":25,"9":151,"all_client":85515,"all_tv_clinet":12990,"insert_time":"2014-08-22T06:55:33.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72558,"10":20,"107":462,"11":422,"12":86,"13":413,"14":65,"15":130,"155":18,"156":12,"158":32,"159":28,"16":86,"160":7,"161":119,"167":25,"168":1,"17":168,"18":511,"19":360,"20":137,"209":40,"21":437,"210":5,"211":2,"214":12,"215":71,"221":243,"223":529,"224":185,"225":443,"23":344,"24":1307,"25":483,"257":61,"26":59,"268":4,"27":77,"273":68,"276":21,"279":26,"28":629,"281":22,"282":24,"291":9,"292":80,"30":21,"302":3,"306":1,"31":52,"314":2,"317":4,"32":20,"33":101,"34":24,"347":36,"35":50,"352":622,"36":139,"37":54,"38":528,"380":2,"381":34,"383":26,"389":2,"39":46,"391":24,"396":2,"397":34,"40":98,"409":16,"41":96,"414":9,"415":64,"419":17,"42":54,"426":5,"43":38,"430":20,"433":3,"434":1,"44":23,"45":38,"46":189,"48":72,"49":66,"5":709,"51":40,"52":57,"53":44,"56":4,"570":2,"6":122,"63":28,"7":554,"79":50,"8":252,"80":25,"9":149,"all_client":85513,"all_tv_clinet":12955,"insert_time":"2014-08-22T06:56:34.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72512,"10":20,"107":473,"11":424,"12":83,"13":420,"14":65,"15":129,"155":18,"156":12,"158":32,"159":28,"16":82,"160":8,"161":123,"167":24,"168":1,"17":173,"18":500,"19":355,"20":133,"209":40,"21":446,"210":5,"211":2,"214":12,"215":68,"221":235,"223":524,"224":168,"225":435,"23":348,"24":1328,"25":486,"257":61,"26":59,"268":4,"27":79,"273":68,"276":21,"279":20,"28":635,"281":21,"282":20,"291":8,"292":71,"30":23,"302":3,"306":1,"31":57,"314":2,"317":5,"32":20,"33":104,"34":26,"347":37,"35":45,"352":625,"36":138,"37":53,"38":534,"380":2,"381":33,"383":26,"389":2,"39":51,"391":23,"396":2,"397":34,"40":100,"409":16,"41":101,"414":8,"415":69,"419":19,"42":53,"426":5,"43":38,"430":20,"433":3,"434":1,"44":24,"45":40,"46":178,"48":72,"49":65,"5":708,"51":41,"52":58,"53":39,"56":4,"570":2,"6":128,"63":27,"7":549,"79":46,"8":256,"80":26,"9":149,"all_client":85470,"all_tv_clinet":12958,"insert_time":"2014-08-22T06:57:34.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72456,"10":20,"107":483,"11":428,"12":79,"13":427,"14":63,"15":132,"155":19,"156":12,"158":33,"159":28,"16":82,"160":7,"161":124,"167":25,"168":1,"17":181,"18":487,"19":324,"20":134,"209":40,"21":445,"210":6,"211":2,"214":12,"215":67,"221":223,"223":534,"224":155,"225":441,"23":346,"24":1378,"25":493,"257":57,"26":55,"268":3,"27":81,"273":64,"276":21,"279":14,"28":637,"281":22,"282":21,"291":8,"292":66,"30":27,"302":2,"306":1,"31":59,"314":1,"317":4,"32":21,"33":108,"34":25,"347":37,"35":48,"352":625,"36":144,"37":55,"38":541,"380":1,"381":38,"383":28,"389":2,"39":51,"391":24,"396":2,"397":33,"40":99,"409":19,"41":103,"414":6,"415":71,"419":20,"42":56,"426":4,"43":35,"430":18,"433":3,"434":1,"44":26,"45":40,"46":168,"48":69,"49":61,"5":705,"51":40,"52":57,"53":39,"56":5,"570":2,"6":128,"63":28,"7":557,"79":46,"8":261,"80":26,"9":136,"all_client":85442,"all_tv_clinet":12986,"insert_time":"2014-08-22T06:58:35.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72393,"10":21,"107":475,"11":440,"12":79,"13":440,"14":60,"15":131,"155":20,"156":11,"158":32,"159":28,"16":82,"160":8,"161":130,"167":24,"168":1,"17":190,"18":472,"19":293,"20":136,"209":39,"21":439,"210":6,"211":2,"214":10,"215":63,"221":221,"223":523,"224":147,"225":445,"23":349,"24":1390,"25":488,"257":55,"26":56,"268":3,"27":82,"273":63,"276":22,"279":16,"28":646,"281":22,"282":23,"291":8,"292":71,"30":30,"302":2,"306":1,"31":61,"314":3,"317":4,"32":17,"33":112,"34":29,"347":34,"35":47,"352":646,"36":143,"37":53,"38":541,"380":1,"381":36,"383":28,"389":2,"39":53,"391":24,"397":33,"40":102,"409":18,"41":105,"414":4,"415":69,"419":21,"42":60,"426":3,"43":37,"430":18,"433":3,"434":1,"44":27,"45":43,"46":166,"48":66,"49":55,"5":702,"51":36,"52":57,"53":45,"56":6,"570":2,"6":135,"63":28,"7":553,"79":43,"8":266,"80":25,"9":125,"all_client":85376,"all_tv_clinet":12983,"insert_time":"2014-08-22T06:59:35.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72314,"10":19,"107":485,"11":442,"12":93,"13":435,"14":61,"15":132,"155":21,"156":11,"158":33,"159":28,"16":84,"160":8,"161":130,"167":24,"168":1,"17":183,"18":465,"19":279,"20":140,"209":41,"21":443,"210":6,"211":2,"214":10,"215":59,"221":219,"223":526,"224":137,"225":450,"23":349,"24":1404,"25":479,"257":51,"26":55,"268":4,"27":87,"273":61,"276":22,"279":18,"28":643,"281":22,"282":26,"291":7,"292":77,"30":32,"302":2,"306":1,"31":62,"314":3,"317":4,"32":15,"33":116,"34":28,"347":32,"35":46,"352":659,"36":145,"37":52,"38":548,"381":38,"383":27,"389":2,"39":56,"391":25,"396":1,"397":34,"40":103,"409":19,"41":102,"414":3,"415":69,"419":20,"42":62,"426":2,"43":37,"430":17,"433":3,"44":29,"45":44,"46":156,"48":68,"49":50,"5":691,"51":34,"52":59,"53":49,"56":7,"570":2,"6":138,"63":29,"7":545,"79":45,"8":268,"80":23,"9":120,"all_client":85308,"all_tv_clinet":12994,"insert_time":"2014-08-22T07:00:36.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72298,"10":19,"107":475,"11":444,"12":94,"13":435,"14":61,"15":134,"155":21,"156":9,"158":32,"159":30,"16":84,"160":9,"161":130,"167":23,"168":1,"17":187,"18":460,"19":274,"20":144,"209":40,"21":443,"210":7,"211":4,"214":10,"215":57,"221":215,"223":525,"224":134,"225":424,"23":353,"24":1418,"25":485,"257":49,"26":56,"268":4,"27":90,"273":61,"276":23,"279":19,"28":644,"281":22,"282":26,"291":7,"292":81,"30":34,"302":2,"306":1,"31":61,"314":3,"317":4,"32":15,"33":115,"34":31,"347":29,"35":43,"352":648,"36":142,"37":55,"38":544,"381":37,"383":26,"389":3,"39":60,"391":25,"396":1,"397":34,"40":104,"409":15,"41":101,"414":3,"415":70,"419":21,"42":65,"426":2,"43":40,"430":15,"433":3,"44":31,"45":46,"46":152,"48":73,"49":48,"5":689,"51":34,"52":63,"53":50,"56":7,"570":2,"6":148,"63":30,"7":558,"79":47,"8":275,"80":23,"9":118,"all_client":85307,"all_tv_clinet":13009,"insert_time":"2014-08-22T07:01:37.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72334,"10":16,"107":464,"11":447,"12":92,"13":433,"14":64,"15":138,"155":20,"156":9,"158":33,"159":31,"16":85,"160":9,"161":139,"167":21,"168":1,"17":191,"18":439,"19":271,"20":141,"209":43,"21":440,"210":9,"211":4,"214":10,"215":51,"221":216,"223":531,"224":125,"225":410,"23":346,"24":1394,"25":488,"257":49,"26":58,"268":4,"27":90,"273":61,"276":23,"279":17,"28":646,"281":21,"282":26,"291":8,"292":93,"30":37,"302":2,"306":1,"31":62,"314":2,"317":4,"32":16,"33":107,"34":34,"347":26,"35":44,"352":666,"36":148,"37":56,"38":545,"381":37,"383":29,"389":3,"39":64,"391":27,"396":1,"397":35,"40":107,"409":15,"41":102,"414":4,"415":69,"419":21,"42":66,"426":1,"43":39,"430":14,"433":3,"44":27,"45":45,"46":158,"48":75,"49":46,"5":689,"51":37,"52":65,"53":55,"56":8,"570":2,"6":150,"63":29,"7":557,"79":45,"8":282,"80":23,"9":124,"all_client":85345,"all_tv_clinet":13011,"insert_time":"2014-08-22T07:02:37.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72336,"10":16,"107":470,"11":449,"12":85,"13":430,"14":64,"15":138,"155":20,"156":9,"158":33,"159":31,"16":83,"160":10,"161":146,"167":22,"168":1,"17":193,"18":423,"19":269,"20":140,"209":44,"21":443,"210":9,"211":3,"214":10,"215":48,"221":216,"223":524,"224":118,"225":392,"23":351,"24":1361,"25":498,"257":51,"26":56,"268":4,"27":92,"273":72,"276":24,"279":15,"28":635,"281":21,"282":24,"291":8,"292":100,"30":37,"302":2,"306":1,"31":63,"314":2,"317":4,"32":16,"33":105,"34":37,"347":22,"35":45,"352":660,"36":144,"37":55,"38":540,"381":40,"383":28,"389":4,"39":62,"391":26,"396":1,"397":36,"40":110,"409":18,"41":102,"414":4,"415":71,"419":24,"42":69,"426":1,"43":38,"430":15,"433":3,"44":30,"45":46,"46":157,"48":79,"49":46,"5":693,"51":35,"52":65,"53":55,"56":8,"570":2,"6":151,"63":30,"7":551,"79":46,"8":283,"80":25,"9":115,"all_client":85289,"all_tv_clinet":12953,"insert_time":"2014-08-22T07:03:38.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72280,"10":14,"107":464,"11":454,"12":86,"13":439,"14":60,"15":142,"155":18,"156":8,"158":35,"159":31,"16":85,"160":10,"161":153,"167":20,"17":197,"18":414,"19":266,"20":141,"209":48,"21":456,"210":10,"211":3,"214":10,"215":47,"221":220,"223":540,"224":114,"225":388,"23":347,"24":1318,"25":496,"257":49,"26":58,"268":4,"27":98,"273":79,"276":24,"279":13,"28":612,"281":22,"282":20,"291":8,"292":104,"30":37,"302":2,"306":2,"31":67,"314":2,"317":5,"32":14,"33":108,"34":39,"347":19,"35":52,"352":660,"36":148,"37":49,"38":551,"381":40,"383":28,"389":4,"39":56,"391":25,"396":1,"397":37,"40":105,"409":19,"41":96,"414":4,"415":72,"419":24,"42":75,"426":1,"43":44,"430":16,"433":3,"44":33,"45":51,"46":163,"48":76,"49":43,"5":694,"51":37,"52":69,"53":56,"56":8,"570":2,"6":148,"63":30,"7":540,"79":42,"8":286,"80":29,"9":118,"all_client":85235,"all_tv_clinet":12955,"insert_time":"2014-08-22T07:04:38.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72272,"10":13,"107":464,"11":446,"12":93,"13":433,"14":60,"15":141,"155":18,"156":7,"158":34,"159":30,"16":86,"160":10,"161":155,"167":20,"17":195,"18":412,"19":269,"20":136,"209":48,"21":469,"210":12,"211":4,"214":11,"215":51,"221":222,"223":545,"224":103,"225":385,"23":349,"24":1291,"25":478,"257":50,"26":57,"268":4,"27":101,"273":82,"276":24,"279":13,"28":604,"281":22,"282":20,"291":7,"292":110,"30":38,"302":2,"306":2,"31":66,"314":2,"317":5,"32":13,"33":111,"34":42,"347":18,"35":56,"352":662,"36":147,"37":48,"38":561,"381":37,"383":26,"389":4,"39":58,"391":27,"396":2,"397":38,"40":94,"409":22,"41":102,"414":3,"415":72,"419":24,"42":78,"426":1,"43":43,"430":16,"433":3,"44":34,"45":52,"46":159,"48":82,"49":41,"5":708,"51":39,"52":70,"53":52,"56":8,"570":2,"6":143,"63":28,"7":531,"79":44,"8":298,"80":29,"9":128,"all_client":85227,"all_tv_clinet":12955,"insert_time":"2014-08-22T07:05:39.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72158,"10":13,"107":467,"11":452,"12":92,"13":439,"14":62,"15":138,"155":17,"156":7,"158":32,"159":29,"16":84,"160":11,"161":150,"167":20,"17":199,"18":409,"19":269,"20":139,"209":51,"21":469,"210":12,"211":4,"214":11,"215":47,"221":223,"223":539,"224":95,"225":396,"23":339,"24":1284,"25":445,"257":47,"26":56,"268":4,"27":104,"273":80,"276":24,"279":13,"28":612,"281":22,"282":18,"291":7,"292":107,"30":39,"302":2,"306":2,"31":66,"314":2,"317":5,"32":15,"33":113,"34":44,"347":17,"35":56,"352":650,"36":150,"37":43,"38":579,"381":36,"383":26,"389":4,"39":63,"391":26,"396":3,"397":37,"40":79,"409":27,"41":102,"414":3,"415":71,"419":23,"42":78,"426":1,"43":43,"430":16,"433":2,"44":39,"45":57,"46":167,"48":83,"49":42,"5":714,"51":38,"52":73,"53":51,"56":9,"570":3,"6":143,"63":28,"7":526,"79":44,"8":308,"80":28,"9":129,"all_client":85101,"all_tv_clinet":12943,"insert_time":"2014-08-22T07:06:39.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72149,"10":15,"107":483,"11":459,"12":98,"13":442,"14":62,"15":142,"155":16,"156":6,"158":32,"159":29,"16":84,"160":12,"161":154,"167":19,"17":199,"18":408,"19":264,"20":140,"209":50,"21":482,"210":12,"211":4,"214":11,"215":52,"221":225,"223":536,"224":89,"225":404,"23":333,"24":1273,"25":407,"257":47,"26":50,"268":4,"27":107,"273":81,"276":23,"279":10,"28":614,"281":22,"282":18,"291":8,"292":110,"30":42,"302":2,"306":2,"31":63,"314":2,"317":4,"32":19,"33":106,"34":45,"347":15,"35":57,"352":653,"36":152,"37":42,"38":579,"381":32,"383":26,"389":3,"39":72,"391":27,"396":4,"397":36,"40":70,"409":27,"41":101,"414":3,"415":69,"419":23,"42":84,"426":1,"43":40,"430":17,"433":2,"434":1,"44":41,"45":63,"46":165,"48":90,"49":42,"5":712,"51":39,"52":75,"53":53,"56":10,"570":3,"6":145,"63":29,"7":509,"79":42,"8":318,"80":27,"9":121,"all_client":85090,"all_tv_clinet":12941,"insert_time":"2014-08-22T07:07:40.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72188,"10":12,"107":475,"11":468,"12":102,"13":433,"14":63,"15":143,"155":17,"156":6,"158":27,"159":29,"16":85,"160":12,"161":155,"167":18,"168":1,"17":204,"18":409,"19":280,"20":138,"209":52,"21":494,"210":15,"211":3,"214":10,"215":51,"221":230,"223":546,"224":86,"225":406,"23":339,"24":1250,"25":384,"257":43,"26":48,"268":5,"27":110,"273":80,"276":22,"279":8,"28":614,"281":21,"282":17,"291":9,"292":116,"30":43,"302":3,"306":2,"31":59,"314":3,"317":4,"32":20,"33":100,"34":51,"347":14,"35":62,"352":641,"36":145,"37":37,"38":577,"381":32,"383":28,"389":3,"39":71,"391":27,"396":3,"397":37,"40":61,"409":33,"41":91,"414":2,"415":68,"419":23,"42":84,"426":1,"43":44,"430":18,"433":2,"434":1,"44":44,"45":65,"46":166,"48":95,"49":44,"5":725,"51":37,"52":76,"53":61,"56":10,"570":3,"6":150,"63":29,"7":507,"79":40,"8":321,"80":27,"9":121,"all_client":85135,"all_tv_clinet":12947,"insert_time":"2014-08-22T07:08:41.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72099,"10":13,"107":472,"11":475,"12":109,"13":446,"14":63,"15":148,"155":16,"156":6,"158":25,"159":30,"16":86,"160":11,"161":154,"167":17,"168":1,"17":210,"18":408,"19":279,"20":133,"209":55,"21":502,"210":14,"211":3,"214":10,"215":53,"221":237,"223":556,"224":81,"225":402,"23":343,"24":1261,"25":371,"257":43,"26":46,"268":5,"27":107,"273":78,"276":23,"279":8,"28":615,"281":20,"282":15,"291":9,"292":108,"30":48,"302":3,"306":2,"31":56,"314":3,"317":4,"32":17,"33":100,"34":49,"347":12,"35":57,"352":640,"36":147,"37":35,"38":572,"381":29,"383":29,"389":3,"39":69,"391":27,"396":3,"397":36,"40":58,"409":36,"41":87,"414":2,"415":64,"419":22,"42":86,"43":46,"430":17,"433":4,"434":1,"44":46,"45":75,"46":161,"48":100,"49":45,"5":737,"51":40,"52":78,"53":61,"56":10,"570":2,"6":150,"63":30,"7":495,"79":39,"8":320,"80":26,"9":122,"all_client":85067,"all_tv_clinet":12968,"insert_time":"2014-08-22T07:09:41.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71905,"10":16,"107":469,"11":469,"12":108,"13":447,"14":63,"15":146,"155":15,"156":6,"158":20,"159":28,"16":89,"160":10,"161":155,"167":17,"168":1,"17":217,"18":411,"19":281,"20":134,"209":58,"21":510,"210":13,"211":3,"214":9,"215":56,"221":238,"223":548,"224":79,"225":402,"23":346,"24":1244,"25":357,"257":41,"26":50,"268":5,"27":108,"273":79,"276":24,"279":9,"28":620,"281":19,"282":15,"291":9,"292":97,"30":50,"302":3,"306":1,"31":55,"314":4,"317":4,"32":17,"33":97,"34":52,"347":14,"35":55,"352":639,"36":140,"37":35,"38":565,"380":1,"381":31,"383":28,"389":3,"39":65,"391":27,"396":4,"397":36,"40":56,"409":35,"41":86,"414":1,"415":65,"419":21,"42":83,"43":49,"430":16,"433":4,"434":1,"44":51,"45":73,"46":164,"48":106,"49":44,"5":738,"51":40,"52":78,"53":62,"56":11,"570":2,"6":157,"63":28,"7":486,"79":38,"8":321,"80":27,"9":130,"all_client":84845,"all_tv_clinet":12940,"insert_time":"2014-08-22T07:10:42.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71744,"10":17,"107":470,"11":470,"12":101,"13":445,"14":64,"15":144,"155":15,"156":5,"158":17,"159":29,"16":93,"160":9,"161":152,"167":17,"168":2,"17":224,"18":422,"19":283,"20":133,"209":62,"21":516,"210":14,"211":3,"214":9,"215":59,"221":241,"223":518,"224":79,"225":397,"23":351,"24":1244,"25":342,"257":40,"26":49,"268":5,"27":105,"273":80,"276":24,"279":9,"28":620,"281":18,"282":14,"291":9,"292":88,"30":48,"302":3,"306":1,"31":53,"314":3,"317":4,"32":16,"33":99,"34":53,"347":12,"35":50,"352":651,"36":136,"37":33,"38":565,"380":2,"381":30,"383":32,"389":3,"39":65,"391":25,"396":4,"397":34,"40":54,"409":39,"41":83,"414":2,"415":68,"419":21,"42":82,"43":49,"430":17,"433":6,"434":1,"44":53,"45":77,"46":167,"48":111,"49":43,"5":731,"51":42,"52":78,"53":61,"56":12,"570":3,"6":153,"63":26,"7":482,"79":37,"8":318,"80":27,"9":130,"all_client":84647,"all_tv_clinet":12903,"insert_time":"2014-08-22T07:11:42.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71875,"10":17,"107":472,"11":471,"12":96,"13":452,"14":67,"15":153,"155":14,"156":5,"158":15,"159":30,"16":91,"160":9,"161":152,"167":17,"168":4,"17":226,"18":427,"19":280,"20":132,"209":63,"21":517,"210":15,"211":3,"214":10,"215":62,"221":236,"223":494,"224":76,"225":395,"23":347,"24":1244,"25":320,"257":39,"26":51,"268":5,"27":106,"273":81,"276":23,"279":9,"28":617,"281":19,"282":13,"291":8,"292":80,"30":46,"302":3,"306":1,"31":53,"314":3,"317":4,"32":16,"33":100,"34":52,"347":13,"35":48,"352":648,"36":138,"37":33,"38":569,"380":2,"381":27,"383":33,"389":3,"39":64,"391":25,"396":9,"397":33,"40":55,"409":34,"41":81,"414":2,"415":74,"419":19,"42":85,"43":48,"430":19,"433":5,"434":1,"44":53,"45":78,"46":167,"48":113,"49":40,"5":729,"51":41,"52":82,"53":65,"56":11,"570":4,"6":157,"63":25,"7":478,"79":37,"8":320,"80":29,"9":132,"all_client":84745,"all_tv_clinet":12870,"insert_time":"2014-08-22T07:12:43.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71795,"10":15,"107":465,"11":473,"12":91,"13":454,"14":67,"15":153,"155":14,"156":6,"158":16,"159":30,"16":91,"160":8,"161":144,"167":17,"168":5,"17":223,"18":430,"19":280,"20":131,"209":62,"21":517,"210":15,"211":3,"214":10,"215":58,"221":236,"223":480,"224":77,"225":392,"23":353,"24":1243,"25":317,"257":39,"26":48,"268":6,"27":107,"273":84,"276":23,"279":9,"28":617,"281":19,"282":13,"291":8,"292":76,"30":44,"302":3,"306":1,"31":49,"314":3,"317":4,"32":16,"33":101,"34":50,"347":13,"35":50,"352":646,"36":136,"37":28,"38":577,"380":2,"381":25,"383":31,"389":2,"39":65,"391":24,"396":8,"397":34,"40":55,"409":38,"41":76,"414":3,"415":67,"419":19,"42":88,"43":50,"430":19,"433":5,"434":1,"44":51,"45":80,"46":171,"48":109,"49":41,"5":718,"51":43,"52":84,"53":62,"56":10,"570":3,"6":147,"63":23,"7":479,"79":33,"8":320,"80":29,"9":130,"all_client":84586,"all_tv_clinet":12791,"insert_time":"2014-08-22T07:13:43.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71708,"10":14,"107":474,"11":488,"12":82,"13":458,"14":66,"15":153,"155":13,"156":8,"158":16,"159":30,"16":93,"160":8,"161":134,"167":19,"168":6,"17":231,"18":437,"19":274,"20":130,"209":58,"21":514,"210":14,"211":3,"214":10,"215":56,"221":234,"223":462,"224":77,"225":386,"23":348,"24":1259,"25":303,"257":39,"26":49,"268":8,"27":111,"273":83,"276":22,"279":11,"28":621,"281":20,"282":12,"291":8,"292":67,"30":40,"302":2,"306":1,"31":47,"314":2,"317":4,"32":16,"33":103,"34":51,"347":14,"35":45,"352":631,"36":145,"37":27,"38":576,"380":2,"381":27,"383":31,"389":2,"39":64,"391":22,"396":10,"397":34,"40":54,"409":38,"41":77,"414":4,"415":66,"419":17,"42":90,"43":49,"430":21,"433":4,"434":1,"44":53,"45":83,"46":179,"48":111,"49":36,"5":721,"51":49,"52":84,"53":69,"56":10,"570":2,"6":144,"63":23,"7":489,"79":33,"8":326,"80":31,"9":132,"all_client":84509,"all_tv_clinet":12801,"insert_time":"2014-08-22T07:14:44.576Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71721,"10":14,"107":479,"11":488,"12":78,"13":470,"14":67,"15":148,"155":12,"156":9,"158":17,"159":28,"16":93,"160":8,"161":123,"167":19,"168":6,"17":236,"18":437,"19":280,"20":134,"209":60,"21":514,"210":13,"211":3,"214":11,"215":60,"221":246,"223":446,"224":73,"225":392,"23":345,"24":1270,"25":297,"257":42,"26":50,"268":8,"27":111,"273":84,"276":22,"279":11,"28":631,"281":20,"282":12,"291":8,"292":64,"30":41,"302":2,"306":1,"31":46,"314":2,"317":3,"32":16,"33":100,"34":54,"347":13,"35":42,"352":630,"36":144,"37":25,"38":577,"380":1,"381":26,"383":31,"389":2,"39":66,"391":22,"396":9,"397":34,"40":51,"409":42,"41":65,"414":4,"415":67,"419":18,"42":93,"426":1,"43":49,"430":21,"433":3,"434":1,"44":55,"45":79,"46":179,"48":108,"49":32,"5":725,"51":50,"52":84,"53":69,"56":9,"570":2,"6":140,"63":22,"7":498,"79":33,"8":328,"80":28,"9":138,"all_client":84541,"all_tv_clinet":12820,"insert_time":"2014-08-22T07:15:45.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71574,"10":14,"107":471,"11":492,"12":79,"13":474,"14":67,"15":147,"155":12,"156":9,"158":18,"159":28,"16":92,"160":8,"161":126,"167":19,"168":6,"17":240,"18":430,"19":289,"20":131,"209":64,"21":515,"210":12,"211":3,"214":11,"215":58,"221":247,"223":441,"224":71,"225":396,"23":348,"24":1248,"25":297,"257":43,"26":51,"268":8,"27":112,"273":79,"276":22,"279":8,"28":633,"281":21,"282":12,"291":8,"292":63,"30":39,"302":2,"306":2,"31":44,"314":3,"317":2,"32":14,"33":101,"34":58,"347":12,"35":37,"352":639,"36":147,"37":22,"38":574,"380":1,"381":26,"383":30,"389":2,"39":67,"391":22,"396":9,"397":35,"40":52,"409":42,"41":64,"414":5,"415":69,"419":18,"42":93,"426":1,"43":50,"430":24,"433":4,"44":55,"45":77,"46":181,"48":102,"49":31,"5":718,"51":48,"52":83,"53":65,"56":10,"570":1,"6":141,"63":20,"7":502,"79":35,"8":328,"80":25,"9":133,"all_client":84362,"all_tv_clinet":12788,"insert_time":"2014-08-22T07:16:45.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71570,"10":17,"107":467,"11":500,"12":81,"13":478,"14":67,"15":145,"155":13,"156":8,"158":18,"159":26,"16":91,"160":8,"161":136,"167":20,"168":7,"17":249,"18":429,"19":301,"20":134,"209":65,"21":518,"210":12,"211":3,"214":11,"215":62,"221":252,"223":441,"224":72,"225":381,"23":347,"24":1237,"25":303,"257":43,"26":55,"268":6,"27":115,"273":79,"276":25,"279":9,"28":634,"281":20,"282":10,"291":8,"292":66,"30":37,"302":2,"306":2,"31":41,"314":4,"317":3,"32":15,"33":99,"34":56,"347":10,"35":35,"352":650,"36":138,"37":23,"38":575,"380":4,"381":23,"383":31,"389":2,"39":70,"391":23,"396":8,"397":35,"40":53,"409":46,"41":56,"414":5,"415":67,"419":16,"42":92,"426":1,"43":50,"430":25,"433":3,"44":55,"45":75,"46":175,"48":85,"49":35,"5":723,"51":45,"52":84,"53":60,"56":12,"570":1,"6":134,"63":18,"7":504,"79":34,"8":332,"80":24,"9":117,"all_client":84352,"all_tv_clinet":12782,"insert_time":"2014-08-22T07:17:46.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71641,"10":17,"107":483,"11":501,"12":81,"13":469,"14":71,"15":147,"155":11,"156":8,"158":18,"159":24,"16":91,"160":7,"161":139,"167":20,"168":7,"17":256,"18":430,"19":306,"20":138,"209":65,"21":526,"210":12,"211":3,"214":11,"215":68,"221":249,"223":457,"224":73,"225":368,"23":348,"24":1237,"25":308,"257":43,"26":57,"268":6,"27":111,"273":78,"276":25,"279":9,"28":619,"281":20,"282":10,"291":8,"292":66,"30":37,"302":2,"306":2,"31":39,"314":5,"317":3,"32":17,"33":103,"34":57,"347":9,"35":36,"352":658,"36":136,"37":25,"38":551,"380":4,"381":23,"383":29,"389":2,"39":70,"391":24,"396":6,"397":35,"40":55,"409":51,"41":61,"414":5,"415":68,"419":16,"42":86,"426":2,"43":47,"430":24,"433":3,"44":58,"45":75,"46":179,"48":68,"49":34,"5":725,"51":45,"52":85,"53":61,"56":13,"6":129,"63":18,"7":518,"79":32,"8":330,"80":23,"9":111,"all_client":84437,"all_tv_clinet":12796,"insert_time":"2014-08-22T07:18:46.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71276,"10":21,"107":495,"11":497,"12":81,"13":470,"14":71,"15":143,"155":12,"156":8,"158":17,"159":22,"16":88,"160":7,"161":137,"167":21,"168":5,"17":259,"18":428,"19":307,"20":137,"209":67,"21":514,"210":14,"211":3,"214":12,"215":69,"221":252,"223":454,"224":66,"225":371,"23":338,"24":1242,"25":308,"257":43,"26":55,"268":7,"27":112,"273":74,"276":25,"279":9,"28":604,"281":21,"282":10,"291":8,"292":67,"30":36,"302":2,"306":2,"31":36,"314":4,"317":4,"32":15,"33":101,"34":54,"347":8,"35":32,"352":659,"36":127,"37":27,"38":548,"380":4,"381":22,"383":25,"389":2,"39":70,"391":22,"396":6,"397":36,"40":57,"409":54,"41":62,"414":6,"415":68,"419":17,"42":85,"426":2,"43":49,"430":24,"433":3,"44":59,"45":76,"46":175,"48":64,"49":34,"5":728,"51":46,"52":84,"53":60,"56":11,"6":129,"63":17,"7":521,"79":28,"8":331,"80":23,"9":112,"all_client":84014,"all_tv_clinet":12738,"insert_time":"2014-08-22T07:19:47.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71134,"10":20,"107":481,"11":495,"12":76,"13":479,"14":72,"15":144,"155":12,"156":7,"158":17,"159":21,"16":83,"160":7,"161":133,"167":21,"168":5,"17":258,"18":428,"19":303,"20":133,"209":71,"21":511,"210":13,"211":3,"214":13,"215":70,"221":257,"223":461,"224":60,"225":377,"23":324,"24":1272,"25":324,"257":45,"26":56,"268":7,"27":117,"273":71,"276":24,"279":7,"28":596,"281":20,"282":11,"291":7,"292":64,"30":36,"302":3,"306":2,"31":34,"314":5,"317":4,"32":16,"33":105,"34":56,"347":7,"35":30,"352":653,"36":122,"37":30,"38":534,"380":4,"381":22,"383":25,"389":2,"39":73,"391":20,"396":6,"397":37,"40":55,"409":51,"41":62,"414":6,"415":70,"419":17,"42":84,"426":4,"43":53,"430":24,"433":2,"44":62,"45":74,"46":178,"48":60,"49":33,"5":728,"51":45,"52":83,"53":54,"56":13,"6":121,"63":17,"7":519,"79":29,"8":329,"80":23,"9":117,"all_client":83849,"all_tv_clinet":12715,"insert_time":"2014-08-22T07:20:48.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71089,"10":21,"107":474,"11":496,"12":79,"13":478,"14":71,"15":149,"155":13,"156":9,"158":19,"159":22,"16":84,"160":8,"161":136,"167":22,"168":4,"17":257,"18":429,"19":306,"20":131,"209":71,"21":504,"210":14,"211":2,"214":14,"215":71,"221":265,"223":460,"224":59,"225":378,"23":312,"24":1268,"25":332,"257":45,"26":55,"268":8,"27":125,"273":72,"276":24,"279":7,"28":596,"281":19,"282":10,"291":7,"292":62,"30":34,"302":3,"306":1,"31":35,"314":4,"317":4,"32":15,"33":108,"34":55,"347":7,"35":28,"352":656,"36":128,"37":33,"38":527,"380":4,"381":19,"383":23,"389":2,"39":75,"391":19,"396":7,"397":35,"40":56,"409":48,"41":63,"414":6,"415":67,"419":19,"42":83,"426":4,"43":55,"430":24,"433":2,"44":64,"45":72,"46":177,"48":58,"49":33,"5":720,"51":50,"52":87,"53":52,"56":13,"6":117,"63":17,"7":524,"79":28,"8":334,"80":23,"9":120,"all_client":83815,"all_tv_clinet":12726,"insert_time":"2014-08-22T07:21:48.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70009,"10":18,"107":471,"11":477,"12":76,"13":482,"14":69,"15":143,"155":12,"156":10,"158":18,"159":20,"16":83,"160":9,"161":131,"167":23,"168":4,"17":254,"18":427,"19":302,"20":124,"209":67,"21":495,"210":15,"211":2,"214":15,"215":69,"221":260,"223":458,"224":58,"225":366,"23":293,"24":1245,"25":337,"257":46,"26":55,"268":7,"27":122,"273":73,"276":23,"279":9,"28":585,"281":18,"282":10,"291":7,"292":60,"30":34,"302":3,"306":1,"31":31,"314":4,"317":4,"32":12,"33":112,"34":56,"347":8,"35":26,"352":632,"36":127,"37":34,"38":533,"380":4,"381":19,"383":22,"389":1,"39":76,"391":18,"396":6,"397":33,"40":60,"409":45,"41":59,"414":3,"415":68,"419":18,"42":79,"426":4,"43":54,"430":27,"433":2,"44":61,"45":65,"46":169,"48":47,"49":29,"5":713,"51":48,"52":86,"53":50,"56":13,"6":111,"63":15,"7":507,"79":28,"8":330,"80":23,"9":115,"all_client":82482,"all_tv_clinet":12473,"insert_time":"2014-08-22T07:22:49.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69781,"10":17,"107":469,"11":472,"12":73,"13":494,"14":73,"15":146,"155":12,"156":9,"158":21,"159":20,"16":83,"160":8,"161":123,"167":23,"168":5,"17":251,"18":426,"19":303,"20":124,"209":71,"21":490,"210":15,"211":1,"214":15,"215":69,"221":263,"223":462,"224":55,"225":379,"23":294,"24":1238,"25":335,"257":48,"26":54,"268":8,"27":122,"273":72,"276":22,"279":7,"28":584,"281":16,"282":11,"291":7,"292":57,"30":34,"302":2,"306":1,"31":28,"314":3,"317":4,"32":12,"33":113,"34":53,"347":8,"35":25,"352":618,"36":127,"37":34,"38":528,"380":4,"381":23,"383":22,"389":1,"39":74,"391":18,"396":6,"397":33,"40":63,"409":38,"41":58,"414":3,"415":69,"419":19,"42":82,"426":3,"43":54,"430":27,"433":2,"44":58,"45":55,"46":175,"48":39,"49":31,"5":710,"51":48,"52":91,"53":52,"56":12,"6":110,"63":14,"7":513,"79":28,"8":335,"80":22,"9":116,"all_client":82226,"all_tv_clinet":12445,"insert_time":"2014-08-22T07:23:49.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69827,"10":16,"107":481,"11":465,"12":72,"13":494,"14":74,"15":146,"155":13,"156":9,"158":22,"159":19,"16":80,"160":7,"161":123,"167":26,"168":5,"17":253,"18":429,"19":299,"20":129,"209":71,"21":491,"210":18,"211":1,"214":15,"215":67,"221":266,"223":467,"224":60,"225":397,"23":291,"24":1224,"25":344,"257":50,"26":56,"268":7,"27":111,"273":71,"276":20,"279":6,"28":588,"281":15,"282":10,"291":7,"292":53,"30":37,"302":3,"306":1,"31":25,"314":4,"317":4,"32":11,"33":114,"34":48,"347":7,"35":24,"352":608,"36":131,"37":38,"38":518,"380":4,"381":21,"383":25,"389":1,"39":71,"391":17,"396":5,"397":33,"40":66,"409":40,"41":54,"414":3,"415":70,"419":19,"42":84,"426":3,"43":55,"430":27,"433":2,"44":57,"45":46,"46":175,"48":39,"49":36,"5":725,"51":49,"52":86,"53":55,"56":12,"6":102,"63":12,"7":511,"79":29,"8":335,"80":22,"9":120,"all_client":82279,"all_tv_clinet":12452,"insert_time":"2014-08-22T07:24:50.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69955,"10":17,"107":478,"11":465,"12":74,"13":502,"14":72,"15":149,"155":13,"156":10,"158":24,"159":18,"16":82,"160":7,"161":123,"167":26,"168":6,"17":252,"18":435,"19":292,"20":125,"209":71,"21":489,"210":18,"211":1,"214":16,"215":64,"221":255,"223":463,"224":62,"225":411,"23":289,"24":1216,"25":353,"257":48,"26":56,"268":8,"27":100,"273":72,"276":21,"279":4,"28":592,"281":13,"282":10,"291":7,"292":51,"30":39,"302":3,"306":1,"31":27,"314":4,"317":4,"32":10,"33":117,"34":53,"347":8,"35":22,"352":609,"36":137,"37":42,"38":519,"380":4,"381":20,"383":24,"389":1,"39":72,"391":17,"396":5,"397":32,"40":70,"409":42,"41":52,"414":3,"415":74,"419":21,"42":88,"426":3,"43":56,"430":27,"433":2,"44":58,"45":42,"46":173,"48":36,"49":38,"5":733,"51":50,"52":86,"53":52,"56":12,"570":1,"6":96,"63":12,"7":521,"79":29,"8":334,"80":22,"9":118,"all_client":82436,"all_tv_clinet":12481,"insert_time":"2014-08-22T07:25:51.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70008,"10":18,"107":480,"11":413,"12":80,"13":514,"14":71,"15":148,"155":14,"156":11,"158":23,"159":17,"16":86,"160":8,"161":125,"167":26,"168":6,"17":259,"18":439,"19":289,"20":125,"209":71,"21":491,"210":16,"211":1,"214":14,"215":64,"221":257,"223":482,"224":65,"225":420,"23":290,"24":1197,"25":375,"257":48,"26":54,"268":6,"27":87,"273":70,"276":22,"279":4,"28":576,"281":12,"282":9,"291":7,"292":44,"30":37,"302":4,"306":1,"31":26,"314":4,"317":3,"32":9,"33":119,"34":55,"347":8,"35":23,"352":604,"36":136,"37":41,"38":515,"380":4,"381":20,"383":27,"389":1,"39":69,"391":16,"396":6,"397":32,"40":79,"409":43,"41":50,"414":4,"415":75,"419":21,"42":91,"426":3,"43":56,"430":29,"433":2,"44":58,"45":40,"46":179,"48":41,"49":45,"5":735,"51":49,"52":80,"53":50,"56":11,"570":1,"6":100,"63":11,"7":528,"79":30,"8":340,"80":23,"9":122,"all_client":82498,"all_tv_clinet":12490,"insert_time":"2014-08-22T07:26:51.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69980,"10":18,"107":489,"11":379,"12":81,"13":525,"14":74,"15":150,"155":14,"156":14,"158":24,"159":16,"16":87,"160":8,"161":129,"167":24,"168":5,"17":266,"18":441,"19":292,"20":122,"209":74,"21":496,"210":16,"211":1,"214":15,"215":68,"221":252,"223":490,"224":62,"225":428,"23":290,"24":1183,"25":377,"257":47,"26":54,"268":6,"27":80,"273":65,"276":23,"279":4,"28":561,"281":12,"282":8,"291":8,"292":42,"30":34,"302":3,"306":1,"31":27,"314":5,"317":3,"32":10,"33":119,"34":53,"347":9,"35":25,"352":603,"36":138,"37":40,"38":504,"380":4,"381":18,"383":24,"389":1,"39":72,"391":16,"396":5,"397":32,"40":86,"409":45,"41":47,"414":4,"415":79,"419":20,"42":94,"426":3,"43":58,"430":34,"433":2,"44":61,"45":37,"46":182,"48":48,"49":55,"5":732,"51":52,"52":70,"53":46,"56":11,"570":1,"6":105,"63":9,"7":522,"79":30,"8":336,"80":23,"9":121,"all_client":82459,"all_tv_clinet":12479,"insert_time":"2014-08-22T07:27:52.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70117,"10":17,"107":486,"11":358,"12":86,"13":534,"14":72,"15":155,"155":14,"156":12,"158":23,"159":16,"16":87,"160":9,"161":125,"167":23,"168":5,"17":264,"18":441,"19":291,"20":120,"209":72,"21":498,"210":15,"211":1,"214":15,"215":73,"221":247,"223":504,"224":62,"225":434,"23":289,"24":1206,"25":388,"257":48,"26":50,"268":7,"27":74,"273":61,"276":23,"279":4,"28":541,"281":13,"282":8,"291":8,"292":45,"30":31,"302":3,"306":1,"31":27,"314":5,"317":3,"32":10,"33":114,"34":59,"347":9,"35":25,"352":604,"36":136,"37":42,"38":495,"380":2,"381":19,"383":25,"389":1,"39":74,"391":19,"396":5,"397":31,"40":90,"409":47,"41":50,"414":3,"415":81,"419":19,"42":95,"426":3,"43":58,"430":31,"433":2,"44":64,"45":40,"46":185,"48":52,"49":57,"5":746,"51":51,"52":68,"53":49,"56":13,"570":1,"6":116,"63":8,"7":524,"79":30,"8":347,"80":24,"9":124,"all_client":82659,"all_tv_clinet":12542,"insert_time":"2014-08-22T07:28:52.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70188,"10":17,"107":496,"11":345,"12":92,"13":534,"14":68,"15":164,"155":14,"156":13,"158":21,"159":16,"16":89,"160":13,"161":133,"167":23,"168":6,"17":248,"18":443,"19":298,"20":117,"209":73,"21":500,"210":15,"211":1,"214":15,"215":70,"221":250,"223":512,"224":68,"225":442,"23":287,"24":1198,"25":394,"257":49,"26":56,"268":6,"27":67,"273":57,"276":23,"279":5,"28":529,"281":13,"282":8,"291":7,"292":48,"30":28,"302":3,"306":1,"31":27,"314":6,"317":2,"32":12,"33":117,"34":59,"347":10,"35":24,"352":611,"36":128,"37":48,"38":480,"380":2,"381":17,"383":27,"389":1,"39":75,"391":19,"396":4,"397":31,"40":93,"409":52,"41":50,"414":4,"415":83,"419":17,"42":95,"426":4,"43":55,"430":33,"433":2,"44":64,"45":44,"46":184,"48":55,"49":60,"5":748,"51":52,"52":62,"53":46,"56":15,"570":1,"6":123,"63":8,"7":520,"79":30,"8":345,"80":22,"9":124,"all_client":82754,"all_tv_clinet":12566,"insert_time":"2014-08-22T07:29:53.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70216,"10":18,"107":494,"11":335,"12":94,"13":534,"14":67,"15":168,"155":14,"156":13,"158":23,"159":16,"16":88,"160":13,"161":144,"167":22,"168":6,"17":237,"18":435,"19":307,"20":117,"209":74,"21":501,"210":16,"211":1,"214":16,"215":71,"221":244,"223":526,"224":71,"225":442,"23":286,"24":1194,"25":398,"257":50,"26":61,"268":6,"27":66,"273":53,"276":21,"279":5,"28":519,"281":12,"282":9,"291":7,"292":51,"30":28,"302":3,"306":1,"31":27,"314":6,"317":2,"32":15,"33":120,"34":59,"347":9,"35":25,"352":609,"36":128,"37":47,"38":465,"380":2,"381":18,"383":24,"389":1,"39":74,"391":19,"396":3,"397":31,"40":100,"409":49,"41":50,"414":5,"415":82,"419":16,"42":93,"426":5,"43":53,"430":36,"433":2,"44":64,"45":44,"46":182,"48":53,"49":59,"5":754,"51":52,"52":61,"53":52,"56":17,"570":1,"6":137,"63":8,"7":510,"79":28,"8":338,"80":23,"9":127,"all_client":82778,"all_tv_clinet":12562,"insert_time":"2014-08-22T07:30:54.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70395,"10":16,"107":484,"11":325,"12":106,"13":525,"14":67,"15":179,"155":15,"156":16,"158":22,"159":17,"16":87,"160":12,"161":155,"167":22,"168":6,"17":226,"18":426,"19":321,"20":115,"209":75,"21":508,"210":16,"211":1,"214":16,"215":71,"221":247,"223":537,"224":83,"225":437,"23":287,"24":1199,"25":397,"257":49,"26":64,"268":6,"27":60,"273":54,"276":19,"279":5,"28":518,"281":10,"282":12,"291":8,"292":54,"30":27,"302":2,"306":1,"31":29,"314":5,"317":2,"32":17,"33":123,"34":56,"347":11,"35":24,"352":618,"36":128,"37":47,"38":449,"380":2,"381":21,"383":26,"389":1,"39":76,"391":18,"396":3,"397":31,"40":102,"409":47,"41":51,"414":5,"415":84,"419":16,"42":90,"426":6,"43":55,"430":35,"433":2,"44":65,"45":47,"46":186,"48":55,"49":67,"5":760,"51":51,"52":58,"53":50,"56":18,"570":1,"6":146,"63":9,"7":504,"79":27,"8":319,"80":23,"9":128,"all_client":82994,"all_tv_clinet":12599,"insert_time":"2014-08-22T07:31:54.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70440,"10":16,"107":497,"11":312,"12":109,"13":507,"14":76,"15":176,"155":15,"156":17,"158":21,"159":17,"16":91,"160":7,"161":156,"167":22,"168":5,"17":216,"18":425,"19":330,"20":111,"209":78,"21":508,"210":16,"211":1,"214":18,"215":73,"221":252,"223":543,"224":90,"225":445,"23":284,"24":1208,"25":385,"257":49,"26":60,"268":5,"27":58,"273":61,"276":14,"279":6,"28":516,"281":10,"282":10,"291":8,"292":58,"30":28,"302":2,"306":2,"31":31,"314":3,"317":3,"32":15,"33":121,"34":57,"347":12,"35":26,"352":616,"36":127,"37":47,"38":437,"380":2,"381":21,"383":26,"389":1,"39":69,"391":18,"396":3,"397":31,"40":115,"409":39,"41":55,"414":5,"415":88,"419":18,"42":83,"426":4,"43":55,"430":36,"433":2,"44":67,"45":48,"46":188,"48":54,"49":65,"5":768,"51":45,"52":61,"53":50,"56":18,"570":1,"6":149,"63":9,"7":494,"79":28,"8":300,"80":24,"9":137,"all_client":83026,"all_tv_clinet":12586,"insert_time":"2014-08-22T07:32:55.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70459,"10":17,"107":492,"11":302,"12":112,"13":484,"14":77,"15":172,"155":15,"156":19,"158":22,"159":16,"16":87,"160":6,"161":153,"167":23,"168":5,"17":225,"18":431,"19":334,"20":111,"209":77,"21":513,"210":16,"211":1,"214":19,"215":73,"221":247,"223":550,"224":96,"225":432,"23":288,"24":1219,"25":389,"257":52,"26":59,"268":5,"27":53,"273":63,"276":13,"279":6,"28":508,"281":11,"282":9,"291":8,"292":62,"30":31,"302":2,"306":2,"31":31,"314":3,"317":3,"32":15,"33":123,"34":58,"347":12,"35":27,"352":616,"36":125,"37":46,"38":432,"380":2,"381":21,"383":25,"389":1,"39":63,"391":18,"396":4,"397":31,"40":114,"409":32,"41":56,"414":6,"415":86,"419":19,"42":82,"426":4,"43":57,"430":38,"433":2,"44":69,"45":51,"46":192,"48":51,"49":69,"5":775,"51":40,"52":57,"53":46,"56":20,"570":2,"6":157,"63":7,"7":484,"79":31,"8":290,"80":25,"9":146,"all_client":83030,"all_tv_clinet":12571,"insert_time":"2014-08-22T07:33:56.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70676,"10":19,"107":494,"11":304,"12":117,"13":469,"14":74,"15":159,"155":15,"156":17,"158":24,"159":17,"16":87,"160":4,"161":160,"167":23,"168":5,"17":236,"18":444,"19":346,"20":108,"209":79,"21":522,"210":15,"211":1,"214":19,"215":75,"221":244,"223":543,"224":101,"225":434,"23":297,"24":1219,"25":390,"257":49,"26":64,"268":7,"27":53,"273":61,"276":13,"279":7,"28":500,"281":12,"282":8,"291":8,"292":65,"30":34,"302":2,"306":2,"31":32,"314":2,"317":3,"32":13,"33":121,"34":62,"347":12,"35":28,"352":615,"36":122,"37":44,"38":418,"380":2,"381":21,"383":28,"389":1,"39":61,"391":18,"396":4,"397":31,"40":117,"409":29,"41":52,"414":8,"415":87,"419":22,"42":78,"426":3,"43":54,"430":38,"433":2,"44":62,"45":55,"46":192,"48":52,"49":72,"5":777,"51":35,"52":57,"53":47,"56":21,"570":2,"6":162,"63":9,"7":482,"79":30,"8":279,"80":27,"9":154,"all_client":83265,"all_tv_clinet":12589,"insert_time":"2014-08-22T07:34:56.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70687,"10":21,"107":487,"11":290,"12":126,"13":437,"14":76,"15":148,"155":16,"156":18,"158":28,"159":17,"16":89,"160":5,"161":172,"167":24,"168":4,"17":236,"18":447,"19":351,"20":105,"209":82,"21":505,"210":16,"211":2,"214":18,"215":74,"221":233,"223":545,"224":117,"225":444,"23":298,"24":1213,"25":402,"257":50,"26":64,"268":8,"27":50,"273":61,"276":14,"279":9,"28":497,"281":15,"282":8,"291":8,"292":65,"30":42,"302":2,"306":1,"31":35,"314":5,"317":3,"32":10,"33":122,"34":65,"347":11,"35":30,"352":612,"36":121,"37":47,"38":409,"380":3,"381":24,"383":30,"389":1,"39":54,"391":22,"396":3,"397":30,"40":117,"409":23,"41":56,"414":9,"415":89,"419":23,"42":74,"426":3,"43":54,"430":37,"433":2,"44":54,"45":58,"46":197,"48":51,"49":73,"5":784,"51":35,"52":55,"53":54,"56":21,"570":2,"6":169,"63":9,"7":495,"79":33,"8":264,"80":28,"9":159,"all_client":83292,"all_tv_clinet":12605,"insert_time":"2014-08-22T07:35:57.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70694,"10":20,"107":478,"11":284,"12":131,"13":420,"14":75,"15":149,"155":15,"156":19,"158":28,"159":18,"16":89,"160":6,"161":169,"167":24,"168":4,"17":236,"18":456,"19":352,"20":101,"209":86,"21":475,"210":15,"211":2,"214":18,"215":76,"221":232,"223":533,"224":125,"225":455,"23":306,"24":1222,"25":410,"257":47,"26":64,"268":8,"27":51,"273":59,"276":13,"279":9,"28":499,"281":15,"282":8,"291":8,"292":63,"30":48,"302":2,"306":1,"31":38,"314":4,"317":2,"32":9,"33":122,"34":74,"347":11,"35":30,"352":629,"36":124,"37":45,"38":421,"380":4,"381":25,"383":32,"389":1,"39":51,"391":20,"396":3,"397":30,"40":126,"409":20,"41":56,"414":8,"415":96,"419":21,"42":72,"426":3,"43":49,"430":38,"433":2,"44":47,"45":63,"46":194,"48":51,"49":68,"5":776,"51":32,"52":53,"53":49,"56":20,"570":2,"6":174,"63":8,"7":492,"79":30,"8":259,"80":30,"9":150,"all_client":83282,"all_tv_clinet":12588,"insert_time":"2014-08-22T07:36:57.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70816,"10":20,"107":483,"11":264,"12":138,"13":409,"14":74,"15":143,"155":16,"156":20,"158":26,"159":18,"16":90,"160":7,"161":168,"167":24,"168":4,"17":227,"18":461,"19":354,"20":109,"209":82,"21":459,"210":15,"211":2,"214":19,"215":77,"221":223,"223":538,"224":133,"225":466,"23":320,"24":1233,"25":415,"257":45,"26":64,"268":7,"27":53,"273":58,"276":14,"279":9,"28":509,"281":16,"282":7,"291":9,"292":65,"30":46,"302":2,"306":1,"31":39,"314":4,"317":3,"32":12,"33":122,"34":71,"347":11,"35":30,"352":628,"36":129,"37":48,"38":422,"380":4,"381":24,"383":34,"389":1,"39":52,"391":21,"396":2,"397":30,"40":128,"409":20,"41":54,"414":7,"415":96,"419":19,"42":71,"426":5,"43":54,"430":40,"433":2,"44":42,"45":63,"46":199,"48":51,"49":66,"5":772,"51":34,"52":51,"53":48,"56":18,"570":1,"6":178,"63":7,"7":491,"79":33,"8":256,"80":29,"9":147,"all_client":83427,"all_tv_clinet":12611,"insert_time":"2014-08-22T07:37:58.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70889,"10":21,"107":486,"11":267,"12":145,"13":396,"14":71,"15":149,"155":18,"156":23,"158":25,"159":17,"16":87,"160":8,"161":164,"167":22,"168":5,"17":229,"18":451,"19":356,"20":113,"209":71,"21":449,"210":14,"211":2,"214":17,"215":77,"221":219,"223":536,"224":137,"225":469,"23":319,"24":1238,"25":423,"257":40,"26":65,"268":6,"27":51,"273":61,"276":13,"279":10,"28":519,"281":16,"282":6,"291":10,"292":64,"30":43,"302":2,"306":2,"31":45,"314":4,"317":3,"32":13,"33":127,"34":62,"347":11,"35":27,"352":632,"36":133,"37":42,"38":419,"380":2,"381":24,"383":34,"389":1,"39":52,"391":21,"396":1,"397":30,"40":129,"409":18,"41":52,"414":7,"415":97,"419":14,"42":70,"426":4,"43":54,"430":41,"433":2,"44":40,"45":65,"46":204,"48":53,"49":72,"5":753,"51":34,"52":51,"53":52,"56":18,"570":2,"6":188,"63":8,"7":498,"79":33,"8":252,"80":30,"9":149,"all_client":83494,"all_tv_clinet":12605,"insert_time":"2014-08-22T07:38:58.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70891,"10":20,"107":484,"11":270,"12":157,"13":389,"14":70,"15":159,"155":19,"156":25,"158":23,"159":18,"16":90,"160":10,"161":160,"167":22,"168":5,"17":228,"18":454,"19":350,"20":116,"209":66,"21":440,"210":15,"211":2,"214":16,"215":75,"221":209,"223":547,"224":137,"225":456,"23":314,"24":1237,"25":420,"257":42,"26":67,"268":6,"27":57,"273":62,"276":15,"279":13,"28":525,"281":15,"282":4,"291":10,"292":64,"30":40,"302":3,"306":2,"31":49,"314":4,"317":4,"32":10,"33":136,"34":51,"347":12,"35":28,"352":640,"36":133,"37":42,"38":411,"380":3,"381":26,"383":37,"389":1,"39":51,"391":20,"396":2,"397":28,"40":127,"409":16,"41":47,"414":7,"415":93,"419":19,"42":71,"426":5,"43":51,"430":38,"433":2,"44":37,"45":69,"46":202,"48":65,"49":73,"5":730,"51":31,"52":51,"53":54,"56":16,"570":4,"6":200,"63":9,"7":505,"79":34,"8":248,"80":30,"9":145,"all_client":83486,"all_tv_clinet":12595,"insert_time":"2014-08-22T07:39:59.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71016,"10":19,"107":487,"11":272,"12":157,"13":388,"14":70,"15":157,"155":21,"156":26,"158":22,"159":17,"16":94,"160":10,"161":147,"167":21,"168":5,"17":225,"18":461,"19":352,"20":115,"209":61,"21":434,"210":15,"211":2,"214":14,"215":74,"221":209,"223":547,"224":146,"225":474,"23":304,"24":1241,"25":418,"257":42,"26":67,"268":6,"27":58,"273":67,"276":15,"279":15,"28":536,"281":14,"282":6,"291":11,"292":58,"30":37,"302":3,"306":2,"31":51,"314":4,"317":3,"32":10,"33":136,"34":48,"347":10,"35":30,"352":653,"36":134,"37":48,"38":407,"380":3,"381":28,"383":35,"389":1,"39":47,"391":22,"396":2,"397":27,"40":131,"409":18,"41":48,"414":8,"415":89,"419":19,"42":71,"426":4,"43":48,"430":40,"433":2,"44":35,"45":68,"46":205,"48":67,"49":78,"5":723,"51":28,"52":57,"53":56,"56":18,"570":4,"6":203,"63":9,"7":498,"79":35,"8":246,"80":28,"9":142,"all_client":83635,"all_tv_clinet":12619,"insert_time":"2014-08-22T07:41:00.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71054,"10":19,"107":480,"11":266,"12":157,"13":382,"14":66,"15":158,"155":22,"156":27,"158":27,"159":17,"16":96,"160":8,"161":141,"167":22,"168":6,"17":220,"18":460,"19":351,"20":116,"209":56,"21":432,"210":16,"211":1,"214":12,"215":75,"221":207,"223":545,"224":146,"225":479,"23":313,"24":1233,"25":425,"257":46,"26":70,"268":6,"27":59,"273":73,"276":17,"279":15,"28":543,"281":14,"282":8,"291":11,"292":65,"30":40,"302":3,"306":1,"31":53,"314":6,"317":3,"32":9,"33":135,"34":45,"347":11,"35":29,"352":660,"36":136,"37":49,"38":420,"380":4,"381":25,"383":33,"389":2,"39":44,"391":21,"396":2,"397":27,"40":132,"409":19,"41":46,"414":7,"415":83,"419":18,"42":75,"426":4,"43":45,"430":41,"433":2,"44":33,"45":69,"46":192,"48":70,"49":71,"5":707,"51":27,"52":58,"53":54,"56":17,"570":4,"6":202,"63":9,"7":498,"79":33,"8":244,"80":28,"9":148,"all_client":83656,"all_tv_clinet":12602,"insert_time":"2014-08-22T07:42:00.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71077,"10":20,"107":474,"11":269,"12":158,"13":380,"14":67,"15":161,"155":22,"156":25,"158":29,"159":16,"16":97,"160":7,"161":141,"167":22,"168":6,"17":219,"18":460,"19":350,"20":112,"209":53,"21":424,"210":16,"211":1,"214":11,"215":73,"221":216,"223":537,"224":148,"225":478,"23":309,"24":1215,"25":434,"257":46,"26":73,"268":6,"27":64,"273":77,"276":16,"279":14,"28":555,"281":14,"282":8,"291":11,"292":69,"30":44,"302":3,"306":1,"31":56,"314":7,"317":3,"32":14,"33":139,"34":44,"347":13,"35":30,"352":673,"36":136,"37":54,"38":427,"380":4,"381":23,"383":31,"389":2,"39":44,"391":20,"396":2,"397":27,"40":129,"409":20,"41":45,"414":8,"415":85,"419":14,"42":76,"426":4,"43":38,"430":39,"433":2,"44":33,"45":66,"46":188,"48":67,"49":72,"5":699,"51":28,"52":62,"53":53,"56":17,"570":4,"6":205,"63":8,"7":504,"79":34,"8":238,"80":28,"9":152,"all_client":83695,"all_tv_clinet":12618,"insert_time":"2014-08-22T07:43:01.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71284,"10":21,"107":484,"11":275,"12":163,"13":391,"14":65,"15":162,"155":21,"156":28,"158":32,"159":16,"16":95,"160":6,"161":144,"167":23,"168":6,"17":227,"18":449,"19":346,"20":108,"209":51,"21":413,"210":16,"211":1,"214":10,"215":68,"221":214,"223":542,"224":151,"225":470,"23":306,"24":1200,"25":441,"257":43,"26":79,"268":5,"27":66,"273":77,"276":16,"279":14,"28":546,"281":14,"282":7,"291":9,"292":73,"30":45,"302":3,"306":2,"31":57,"314":8,"317":3,"32":15,"33":139,"34":45,"347":15,"35":29,"352":673,"36":140,"37":54,"38":443,"380":4,"381":26,"383":31,"389":1,"39":43,"391":21,"396":2,"397":27,"40":131,"409":20,"41":45,"414":7,"415":87,"419":11,"42":79,"426":4,"43":38,"430":38,"433":2,"44":31,"45":68,"46":185,"48":71,"49":69,"5":689,"51":28,"52":65,"53":53,"56":14,"570":5,"6":207,"63":8,"7":507,"79":36,"8":238,"80":27,"9":150,"all_client":83917,"all_tv_clinet":12633,"insert_time":"2014-08-22T07:44:02.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71361,"10":22,"107":467,"11":274,"12":164,"13":388,"14":64,"15":166,"155":22,"156":27,"158":32,"159":18,"16":92,"160":6,"161":155,"167":30,"168":6,"17":226,"18":454,"19":352,"20":113,"209":46,"21":408,"210":16,"211":1,"214":11,"215":63,"221":207,"223":539,"224":159,"225":465,"23":316,"24":1171,"25":451,"257":46,"26":87,"268":6,"27":67,"273":70,"276":15,"279":13,"28":538,"281":13,"282":9,"291":9,"292":83,"30":43,"302":3,"306":2,"31":53,"314":5,"317":2,"32":16,"33":143,"34":44,"347":14,"35":29,"352":666,"36":147,"37":55,"38":446,"380":3,"381":25,"383":29,"389":2,"39":41,"391":20,"396":3,"397":28,"40":137,"409":24,"41":47,"414":6,"415":82,"419":10,"42":82,"426":5,"43":34,"430":39,"433":2,"44":30,"45":71,"46":174,"48":73,"49":68,"5":698,"51":28,"52":64,"53":50,"56":13,"570":5,"6":207,"63":9,"7":506,"79":36,"8":234,"80":28,"9":150,"all_client":83979,"all_tv_clinet":12618,"insert_time":"2014-08-22T07:45:02.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71090,"10":22,"107":466,"11":291,"12":168,"13":399,"14":63,"15":167,"155":22,"156":29,"158":30,"159":18,"16":95,"160":6,"161":167,"167":31,"168":7,"17":222,"18":452,"19":360,"20":118,"209":42,"21":409,"210":16,"214":11,"215":64,"221":207,"223":540,"224":156,"225":471,"23":319,"24":1136,"25":447,"257":48,"26":88,"268":7,"27":77,"273":70,"276":16,"279":14,"28":529,"281":11,"282":8,"291":8,"292":86,"30":44,"302":3,"306":2,"31":52,"314":5,"317":2,"32":14,"33":140,"34":44,"347":15,"35":28,"352":658,"36":150,"37":56,"38":441,"380":3,"381":25,"383":31,"389":2,"39":43,"391":20,"396":3,"397":28,"40":135,"409":28,"41":49,"414":7,"415":82,"419":10,"42":81,"426":4,"43":35,"430":34,"433":2,"44":29,"45":75,"46":168,"48":71,"49":68,"5":699,"51":29,"52":68,"53":48,"56":11,"570":4,"6":185,"63":11,"7":510,"79":37,"8":237,"80":28,"9":151,"all_client":83708,"all_tv_clinet":12618,"insert_time":"2014-08-22T07:46:03.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71004,"10":19,"107":469,"11":296,"12":164,"13":394,"14":63,"15":168,"155":23,"156":30,"158":31,"159":18,"16":97,"160":6,"161":171,"167":31,"168":7,"17":221,"18":458,"19":363,"20":121,"209":39,"21":413,"210":16,"214":11,"215":60,"221":210,"223":545,"224":157,"225":480,"23":321,"24":1123,"25":459,"257":45,"26":87,"268":7,"27":80,"273":71,"276":15,"279":12,"28":524,"281":11,"282":8,"291":8,"292":91,"30":49,"302":3,"306":1,"31":51,"314":5,"317":2,"32":15,"33":147,"34":43,"347":13,"35":30,"352":653,"36":149,"37":54,"38":438,"380":4,"381":26,"383":28,"389":2,"39":45,"391":21,"396":3,"397":30,"40":135,"409":30,"41":51,"414":6,"415":88,"419":12,"42":79,"426":5,"43":35,"430":33,"433":2,"44":31,"45":75,"46":166,"48":73,"49":64,"5":712,"51":27,"52":69,"53":47,"56":12,"570":4,"6":168,"63":10,"7":519,"79":35,"8":234,"80":28,"9":152,"all_client":83661,"all_tv_clinet":12657,"insert_time":"2014-08-22T07:47:03.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71215,"10":18,"107":464,"11":305,"12":164,"13":392,"14":62,"15":174,"155":24,"156":30,"158":31,"159":17,"16":97,"160":6,"161":175,"167":28,"168":7,"17":213,"18":465,"19":336,"20":126,"209":37,"21":416,"210":16,"214":13,"215":64,"221":213,"223":538,"224":164,"225":480,"23":328,"24":1131,"25":457,"257":45,"26":85,"268":6,"27":84,"273":77,"276":16,"279":12,"28":523,"281":11,"282":5,"291":8,"292":99,"30":52,"302":3,"306":1,"31":50,"314":5,"317":2,"32":12,"33":138,"34":45,"347":15,"35":30,"352":649,"36":144,"37":55,"38":443,"380":4,"381":26,"383":25,"389":2,"39":44,"391":23,"396":3,"397":30,"40":139,"409":32,"41":52,"414":6,"415":96,"419":13,"42":80,"426":6,"43":36,"430":30,"433":2,"44":30,"45":72,"46":159,"48":75,"49":62,"5":721,"51":29,"52":71,"53":49,"56":12,"570":3,"6":159,"63":8,"7":520,"79":33,"8":246,"80":29,"9":158,"all_client":83906,"all_tv_clinet":12691,"insert_time":"2014-08-22T07:48:04.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71216,"10":15,"107":449,"11":308,"12":160,"13":391,"14":64,"15":173,"155":24,"156":28,"158":31,"159":15,"16":92,"160":5,"161":173,"167":30,"168":7,"17":205,"18":469,"19":316,"20":120,"209":34,"21":421,"210":15,"214":13,"215":60,"221":215,"223":541,"224":163,"225":470,"23":327,"24":1137,"25":460,"257":46,"26":90,"268":6,"27":86,"273":79,"276":16,"279":12,"28":528,"281":11,"282":5,"291":8,"292":97,"30":53,"302":2,"31":50,"314":5,"317":2,"32":15,"33":131,"34":43,"347":16,"35":32,"352":644,"36":141,"37":55,"38":447,"380":4,"381":28,"383":23,"389":2,"39":44,"391":23,"396":4,"397":29,"40":139,"409":34,"41":52,"414":6,"415":97,"419":13,"42":82,"426":4,"43":36,"430":30,"433":2,"44":24,"45":72,"46":154,"48":74,"49":59,"5":705,"51":28,"52":72,"53":51,"56":12,"570":3,"6":155,"63":7,"7":521,"79":33,"8":254,"80":29,"9":160,"all_client":83832,"all_tv_clinet":12616,"insert_time":"2014-08-22T07:49:04.878Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71316,"10":16,"107":464,"11":311,"12":155,"13":388,"14":65,"15":172,"155":23,"156":27,"158":32,"159":14,"16":97,"160":6,"161":180,"167":29,"168":7,"17":198,"18":480,"19":293,"20":118,"209":31,"21":422,"210":15,"214":12,"215":65,"221":219,"223":532,"224":160,"225":463,"23":332,"24":1144,"25":455,"257":49,"26":95,"268":6,"27":85,"273":83,"276":17,"279":13,"28":537,"281":11,"282":5,"291":9,"292":94,"30":49,"302":2,"306":1,"31":51,"314":5,"317":2,"32":14,"33":131,"34":42,"347":16,"35":32,"352":649,"36":144,"37":53,"38":450,"380":4,"381":28,"383":23,"389":2,"39":44,"391":23,"396":4,"397":29,"40":143,"409":33,"41":52,"414":8,"415":100,"419":14,"42":84,"426":3,"43":36,"430":25,"433":3,"44":25,"45":73,"46":151,"48":77,"49":53,"5":704,"51":32,"52":72,"53":52,"56":12,"570":3,"6":146,"63":6,"7":524,"79":35,"8":265,"80":30,"9":158,"all_client":83962,"all_tv_clinet":12646,"insert_time":"2014-08-22T07:50:05.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71335,"10":16,"107":469,"11":327,"12":139,"13":385,"14":63,"15":179,"155":23,"156":24,"158":34,"159":12,"16":100,"160":7,"161":184,"167":29,"168":8,"17":192,"18":492,"19":271,"20":119,"209":30,"21":431,"210":13,"214":13,"215":63,"221":223,"223":533,"224":155,"225":465,"23":335,"24":1175,"25":452,"257":50,"26":105,"268":5,"27":84,"273":83,"276":17,"279":13,"28":536,"281":11,"282":5,"291":11,"292":91,"30":43,"302":2,"306":1,"31":54,"314":6,"317":2,"32":12,"33":132,"34":43,"347":17,"35":30,"352":648,"36":141,"37":57,"38":445,"380":3,"381":30,"383":22,"389":3,"39":53,"391":25,"396":4,"397":29,"40":149,"409":39,"41":50,"414":10,"415":101,"419":12,"42":87,"426":4,"43":35,"430":21,"433":3,"44":23,"45":74,"46":146,"48":76,"49":52,"5":706,"51":32,"52":77,"53":53,"56":10,"570":3,"6":152,"63":7,"7":524,"79":35,"8":273,"80":31,"9":158,"all_client":84052,"all_tv_clinet":12717,"insert_time":"2014-08-22T07:51:06.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71248,"10":15,"107":472,"11":335,"12":134,"13":386,"14":66,"15":182,"155":22,"156":25,"158":36,"159":11,"16":98,"160":7,"161":182,"167":27,"168":8,"17":182,"18":496,"19":267,"20":119,"209":30,"21":429,"210":14,"214":13,"215":61,"221":223,"223":525,"224":154,"225":465,"23":341,"24":1175,"25":444,"257":50,"26":105,"268":5,"27":83,"273":86,"276":17,"279":12,"28":532,"281":11,"282":5,"291":11,"292":84,"30":43,"302":4,"306":1,"31":56,"314":6,"317":1,"32":13,"33":129,"34":41,"347":18,"35":32,"352":641,"36":137,"37":59,"38":444,"380":3,"381":27,"383":24,"389":3,"39":52,"391":25,"396":3,"397":29,"40":149,"409":42,"41":47,"414":9,"415":99,"419":12,"42":88,"426":4,"43":36,"430":21,"433":3,"44":20,"45":73,"46":139,"48":72,"49":48,"5":700,"51":33,"52":77,"53":57,"56":10,"570":3,"6":151,"63":7,"7":535,"79":33,"8":277,"80":31,"9":156,"all_client":83916,"all_tv_clinet":12668,"insert_time":"2014-08-22T07:52:06.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71302,"10":12,"107":464,"11":344,"12":129,"13":391,"14":68,"15":180,"155":22,"156":24,"158":36,"159":11,"16":96,"160":8,"161":176,"167":26,"168":9,"17":175,"18":493,"19":259,"20":120,"209":28,"21":435,"210":14,"214":13,"215":61,"221":216,"223":533,"224":160,"225":452,"23":340,"24":1193,"25":434,"257":54,"26":111,"268":6,"27":84,"273":89,"276":18,"279":11,"28":532,"281":11,"282":6,"291":11,"292":84,"30":42,"302":4,"306":1,"31":57,"314":5,"317":1,"32":16,"33":126,"34":39,"347":20,"35":33,"352":642,"36":137,"37":60,"38":458,"380":3,"381":25,"383":22,"389":3,"39":52,"391":26,"396":3,"397":28,"40":151,"409":43,"41":46,"414":9,"415":95,"419":13,"42":88,"426":4,"43":32,"430":19,"433":4,"44":19,"45":72,"46":135,"48":68,"49":45,"5":700,"51":31,"52":77,"53":61,"56":10,"570":3,"6":152,"63":7,"7":533,"79":32,"8":279,"80":32,"9":154,"all_client":83958,"all_tv_clinet":12656,"insert_time":"2014-08-22T07:53:07.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71288,"10":14,"107":461,"11":347,"12":119,"13":391,"14":73,"15":176,"155":22,"156":21,"158":35,"159":12,"16":95,"160":12,"161":165,"167":24,"168":8,"17":175,"18":497,"19":250,"20":123,"209":26,"21":434,"210":15,"214":13,"215":66,"221":214,"223":543,"224":166,"225":434,"23":339,"24":1235,"25":386,"257":56,"26":111,"268":6,"27":83,"273":93,"276":19,"279":11,"28":538,"281":12,"282":5,"291":10,"292":77,"30":43,"302":4,"306":2,"31":56,"314":7,"317":1,"32":17,"33":121,"34":43,"347":24,"35":35,"352":651,"36":144,"37":66,"38":450,"380":3,"381":28,"383":20,"389":3,"39":50,"391":25,"396":3,"397":28,"40":131,"409":45,"41":40,"414":9,"415":93,"419":16,"42":88,"426":5,"43":33,"430":17,"433":4,"44":19,"45":81,"46":149,"48":86,"49":43,"5":714,"51":29,"52":77,"53":60,"56":8,"570":4,"6":142,"63":7,"7":542,"79":32,"8":285,"80":33,"9":157,"all_client":83973,"all_tv_clinet":12685,"insert_time":"2014-08-22T07:54:08.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70498,"10":13,"107":452,"11":360,"12":118,"13":377,"14":71,"15":177,"155":21,"156":17,"158":36,"159":11,"16":96,"160":13,"161":154,"167":25,"168":7,"17":176,"18":493,"19":245,"20":124,"209":26,"21":435,"210":14,"214":13,"215":71,"221":206,"223":537,"224":169,"225":429,"23":339,"24":1220,"25":361,"257":55,"26":113,"268":6,"27":82,"273":94,"276":18,"279":11,"28":535,"281":12,"282":5,"291":9,"292":76,"30":42,"302":4,"306":2,"31":54,"314":7,"32":20,"33":117,"34":49,"347":21,"35":32,"352":658,"36":137,"37":65,"38":444,"380":4,"381":27,"383":20,"389":3,"39":55,"391":26,"396":3,"397":27,"40":121,"409":46,"41":37,"414":9,"415":92,"419":16,"42":90,"426":5,"43":34,"430":14,"433":4,"44":21,"45":81,"46":151,"48":91,"49":40,"5":709,"51":29,"52":78,"53":55,"56":8,"570":5,"6":128,"63":6,"7":518,"79":31,"8":295,"80":33,"9":164,"all_client":83048,"all_tv_clinet":12550,"insert_time":"2014-08-22T07:55:08.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70476,"10":14,"107":446,"11":374,"12":116,"13":379,"14":65,"15":176,"155":20,"156":15,"158":39,"159":10,"16":94,"160":14,"161":150,"167":25,"168":7,"17":172,"18":492,"19":239,"20":135,"209":28,"21":447,"210":14,"214":15,"215":71,"221":207,"223":535,"224":169,"225":431,"23":342,"24":1220,"25":346,"257":55,"26":114,"268":6,"27":81,"273":94,"276":18,"279":11,"28":524,"281":12,"282":6,"291":9,"292":71,"30":44,"302":4,"306":2,"31":53,"314":7,"317":1,"32":20,"33":118,"34":55,"347":18,"35":30,"352":665,"36":131,"37":69,"38":462,"380":4,"381":26,"383":21,"389":3,"39":51,"391":26,"396":3,"397":26,"40":107,"409":49,"41":38,"414":8,"415":90,"419":17,"42":89,"426":5,"43":33,"430":14,"433":4,"44":21,"45":84,"46":144,"48":95,"49":40,"5":720,"51":28,"52":77,"53":53,"56":8,"570":6,"6":111,"63":6,"7":488,"79":31,"8":297,"80":33,"9":166,"all_client":82985,"all_tv_clinet":12509,"insert_time":"2014-08-22T07:56:09.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70249,"10":11,"107":465,"11":383,"12":112,"13":385,"14":63,"15":177,"155":19,"156":15,"158":40,"159":11,"16":97,"160":14,"161":150,"167":25,"168":8,"17":181,"18":494,"19":227,"20":141,"209":27,"21":448,"210":14,"214":15,"215":71,"221":208,"223":531,"224":170,"225":419,"23":334,"24":1266,"25":317,"257":48,"26":116,"268":6,"27":82,"273":92,"276":20,"279":14,"28":514,"281":10,"282":7,"291":10,"292":66,"30":48,"302":5,"306":1,"31":54,"314":5,"317":1,"32":23,"33":112,"34":64,"347":16,"35":29,"352":654,"36":137,"37":68,"38":458,"380":4,"381":25,"383":22,"389":3,"39":55,"391":23,"396":4,"397":26,"40":90,"409":56,"41":39,"414":8,"415":90,"419":18,"42":85,"426":4,"43":32,"430":14,"433":3,"44":17,"45":79,"46":149,"48":100,"49":41,"5":729,"51":28,"52":79,"53":57,"56":7,"570":6,"6":97,"63":6,"7":465,"79":28,"8":300,"80":33,"9":167,"all_client":82736,"all_tv_clinet":12487,"insert_time":"2014-08-22T07:57:09.916Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67562,"10":13,"107":452,"11":368,"12":102,"13":374,"14":61,"15":174,"155":19,"156":12,"158":40,"159":12,"16":93,"160":15,"161":143,"167":22,"168":8,"17":183,"18":470,"19":214,"20":138,"209":24,"21":429,"210":16,"214":14,"215":68,"221":209,"223":495,"224":161,"225":386,"23":327,"24":1242,"25":293,"257":44,"26":113,"268":5,"27":79,"273":87,"276":17,"279":14,"28":478,"281":11,"282":9,"291":10,"292":63,"30":51,"302":5,"306":1,"31":54,"314":5,"317":1,"32":20,"33":99,"34":69,"347":13,"35":28,"352":634,"36":132,"37":67,"38":451,"380":3,"381":24,"383":19,"389":3,"39":56,"391":22,"396":4,"397":26,"40":79,"409":56,"41":37,"414":9,"415":86,"419":16,"42":83,"426":4,"43":31,"430":12,"433":3,"44":14,"45":66,"46":150,"48":103,"49":42,"5":715,"51":26,"52":79,"53":58,"56":7,"570":5,"6":93,"63":7,"7":430,"79":25,"8":298,"80":33,"9":163,"all_client":79586,"all_tv_clinet":12024,"insert_time":"2014-08-22T07:58:10.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66906,"10":13,"107":444,"11":374,"12":93,"13":377,"14":60,"15":172,"155":19,"156":12,"158":39,"159":12,"16":94,"160":14,"161":155,"167":20,"168":8,"17":187,"18":453,"19":218,"20":131,"209":22,"21":433,"210":17,"214":14,"215":68,"221":215,"223":491,"224":170,"225":364,"23":319,"24":1250,"25":279,"257":41,"26":108,"268":4,"27":78,"273":77,"276":18,"279":14,"28":469,"281":11,"282":9,"291":10,"292":64,"30":52,"302":5,"306":1,"31":54,"314":6,"317":1,"32":18,"33":94,"34":71,"347":14,"35":31,"352":642,"36":136,"37":58,"38":440,"380":3,"381":23,"383":16,"389":3,"39":62,"391":21,"396":4,"397":26,"40":75,"409":58,"41":37,"414":9,"415":87,"419":17,"42":81,"426":5,"43":32,"430":12,"433":3,"44":16,"45":61,"46":158,"48":96,"49":44,"5":712,"51":28,"52":85,"53":61,"56":6,"570":5,"6":89,"63":7,"7":424,"79":24,"8":298,"80":33,"9":158,"all_client":78848,"all_tv_clinet":11942,"insert_time":"2014-08-22T07:59:11.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66933,"10":12,"107":449,"11":390,"12":94,"13":379,"14":60,"15":173,"155":19,"156":13,"158":35,"159":10,"16":95,"160":16,"161":166,"167":19,"168":9,"17":193,"18":455,"19":235,"20":126,"209":22,"21":444,"210":18,"214":14,"215":66,"221":232,"223":491,"224":177,"225":350,"23":316,"24":1210,"25":294,"257":41,"26":117,"268":5,"27":81,"273":73,"276":18,"279":12,"28":481,"281":11,"282":8,"291":10,"292":72,"30":50,"302":7,"306":1,"31":52,"314":6,"317":1,"32":17,"33":93,"34":78,"347":12,"35":35,"352":629,"36":132,"37":46,"38":445,"380":2,"381":24,"383":19,"389":3,"39":65,"391":19,"396":2,"397":28,"40":75,"409":57,"41":40,"414":9,"415":84,"419":18,"42":83,"426":5,"43":33,"430":9,"433":3,"44":22,"45":54,"46":155,"48":77,"49":45,"5":725,"51":31,"52":84,"53":63,"56":6,"570":4,"6":96,"63":7,"7":407,"79":24,"8":297,"80":33,"9":146,"all_client":78902,"all_tv_clinet":11969,"insert_time":"2014-08-22T08:00:11.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67345,"10":9,"107":446,"11":398,"12":88,"13":389,"14":61,"15":178,"155":19,"156":13,"158":31,"159":10,"16":94,"160":16,"161":178,"167":20,"168":9,"17":190,"18":452,"19":249,"20":129,"209":23,"21":457,"210":18,"211":1,"214":14,"215":69,"221":243,"223":496,"224":180,"225":357,"23":320,"24":1192,"25":290,"257":43,"26":117,"268":5,"27":81,"273":67,"276":19,"279":14,"28":493,"281":11,"282":8,"291":10,"292":75,"30":50,"302":7,"306":1,"31":50,"314":6,"317":1,"32":18,"33":91,"34":83,"347":11,"35":35,"352":620,"36":133,"37":42,"38":439,"380":2,"381":22,"383":22,"389":3,"39":66,"391":19,"396":2,"397":29,"40":76,"409":58,"41":41,"414":10,"415":85,"419":18,"42":85,"426":6,"43":31,"430":9,"433":2,"44":28,"45":52,"46":162,"48":65,"49":45,"5":725,"51":32,"52":84,"53":60,"56":9,"570":5,"6":102,"63":5,"7":403,"79":24,"8":299,"80":33,"9":140,"all_client":79373,"all_tv_clinet":12028,"insert_time":"2014-08-22T08:01:12.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67568,"10":10,"107":452,"11":397,"12":87,"13":395,"14":60,"15":185,"155":18,"156":13,"158":28,"159":10,"16":92,"160":16,"161":183,"167":22,"168":9,"17":190,"18":454,"19":265,"20":131,"209":23,"21":471,"210":18,"211":1,"214":15,"215":71,"221":241,"223":503,"224":176,"225":354,"23":324,"24":1167,"25":284,"257":48,"26":114,"268":5,"27":80,"273":67,"276":19,"279":13,"28":518,"281":10,"282":8,"291":10,"292":74,"30":51,"302":7,"306":1,"31":45,"314":6,"317":1,"32":17,"33":84,"34":89,"347":11,"35":37,"352":613,"36":132,"37":39,"38":455,"380":2,"381":24,"383":22,"389":3,"39":61,"391":17,"396":3,"397":29,"40":73,"409":58,"41":42,"414":11,"415":86,"419":19,"42":83,"426":5,"43":29,"430":8,"433":2,"44":29,"45":54,"46":166,"48":60,"49":45,"5":736,"51":32,"52":88,"53":52,"56":10,"570":6,"6":104,"63":5,"7":393,"79":24,"8":301,"80":35,"9":136,"all_client":79640,"all_tv_clinet":12072,"insert_time":"2014-08-22T08:02:12.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67474,"10":10,"107":439,"11":401,"12":84,"13":403,"14":64,"15":184,"155":17,"156":14,"158":27,"159":13,"16":89,"160":14,"161":192,"167":20,"168":9,"17":190,"18":448,"19":280,"20":133,"209":20,"21":472,"210":19,"211":1,"214":16,"215":72,"221":240,"223":499,"224":178,"225":361,"23":315,"24":1133,"25":272,"257":43,"26":116,"268":5,"27":76,"273":69,"276":19,"279":13,"28":543,"281":9,"282":9,"291":11,"292":71,"30":49,"302":6,"306":1,"31":45,"314":7,"317":1,"32":16,"33":85,"34":87,"347":13,"35":40,"352":620,"36":132,"37":37,"38":476,"380":2,"381":23,"383":21,"389":3,"39":63,"391":15,"396":4,"397":29,"40":77,"409":62,"41":44,"414":15,"415":84,"419":18,"42":79,"426":4,"43":29,"430":8,"433":2,"44":33,"45":53,"46":181,"48":56,"49":42,"5":737,"51":33,"52":91,"53":42,"56":9,"570":6,"6":109,"63":5,"7":381,"79":25,"8":309,"80":34,"9":130,"all_client":79560,"all_tv_clinet":12086,"insert_time":"2014-08-22T08:03:13.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67804,"10":10,"107":437,"11":398,"12":88,"13":420,"14":67,"15":186,"155":17,"156":14,"158":27,"159":14,"16":86,"160":14,"161":186,"167":21,"168":8,"17":193,"18":445,"19":282,"20":127,"209":20,"21":481,"210":18,"211":1,"214":17,"215":74,"221":247,"223":496,"224":182,"225":366,"23":316,"24":1140,"25":274,"257":42,"26":120,"268":5,"27":77,"273":73,"276":17,"279":14,"28":547,"281":9,"282":7,"291":10,"292":71,"30":48,"302":7,"306":1,"31":43,"314":8,"317":1,"32":14,"33":89,"34":88,"347":15,"35":42,"352":611,"36":133,"37":36,"38":476,"380":3,"381":24,"383":19,"389":3,"39":62,"391":16,"396":4,"397":29,"40":78,"409":62,"41":42,"414":15,"415":84,"419":18,"42":80,"426":5,"43":30,"430":8,"433":3,"44":34,"45":52,"46":178,"48":49,"49":41,"5":747,"51":36,"52":94,"53":45,"56":8,"570":5,"6":111,"63":5,"7":381,"79":25,"8":316,"80":32,"9":122,"all_client":79946,"all_tv_clinet":12142,"insert_time":"2014-08-22T08:04:14.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67999,"10":9,"107":435,"11":397,"12":86,"13":426,"14":69,"15":185,"155":16,"156":14,"158":27,"159":13,"16":86,"160":14,"161":168,"167":21,"168":8,"17":192,"18":444,"19":283,"20":124,"209":19,"21":483,"210":18,"211":1,"214":17,"215":76,"221":246,"223":495,"224":187,"225":375,"23":324,"24":1154,"25":268,"257":43,"26":117,"268":5,"27":74,"273":75,"276":16,"279":16,"28":552,"281":10,"282":6,"291":10,"292":66,"30":49,"302":7,"306":1,"31":41,"314":8,"317":1,"32":13,"33":83,"34":92,"347":15,"35":38,"352":616,"36":131,"37":39,"38":479,"380":3,"381":25,"383":23,"389":3,"39":64,"391":17,"396":4,"397":29,"40":73,"409":60,"41":40,"414":15,"415":78,"419":18,"42":81,"426":5,"43":33,"430":8,"433":3,"44":36,"45":55,"46":179,"48":47,"49":37,"5":751,"51":35,"52":93,"53":44,"56":7,"570":5,"6":109,"63":5,"7":387,"79":26,"8":325,"80":31,"9":120,"all_client":80156,"all_tv_clinet":12157,"insert_time":"2014-08-22T08:05:14.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67600,"10":9,"107":422,"11":402,"12":84,"13":437,"14":66,"15":186,"155":15,"156":13,"158":25,"159":15,"16":84,"160":12,"161":157,"167":21,"168":8,"17":182,"18":439,"19":291,"20":120,"209":21,"21":497,"210":17,"211":1,"214":16,"215":76,"221":251,"223":488,"224":184,"225":376,"23":319,"24":1153,"25":277,"257":43,"26":109,"268":5,"27":78,"273":78,"276":15,"279":16,"28":556,"281":10,"282":4,"291":11,"292":60,"30":50,"302":7,"31":43,"314":7,"317":1,"32":15,"33":83,"34":93,"347":13,"35":39,"352":623,"36":132,"37":36,"38":478,"380":3,"381":26,"383":24,"389":3,"39":67,"391":18,"396":4,"397":29,"40":81,"409":58,"41":42,"414":16,"415":83,"419":19,"42":81,"426":4,"43":33,"430":7,"433":3,"44":38,"45":54,"46":181,"48":47,"49":35,"5":757,"51":33,"52":93,"53":44,"56":7,"570":5,"6":113,"63":6,"7":378,"79":26,"8":324,"80":30,"9":128,"all_client":79769,"all_tv_clinet":12169,"insert_time":"2014-08-22T08:06:15.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67513,"10":9,"107":434,"11":414,"12":86,"13":443,"14":64,"15":185,"155":15,"156":13,"158":26,"159":17,"16":84,"160":12,"161":152,"167":21,"168":8,"17":175,"18":453,"19":301,"20":117,"209":19,"21":504,"210":16,"211":1,"214":17,"215":76,"221":249,"223":472,"224":183,"225":377,"23":309,"24":1153,"25":292,"257":42,"26":104,"268":5,"27":78,"273":78,"276":16,"279":15,"28":572,"281":12,"282":4,"291":11,"292":58,"30":51,"302":7,"31":43,"314":7,"317":1,"32":15,"33":84,"34":95,"347":14,"35":39,"352":619,"36":127,"37":37,"38":479,"380":3,"381":27,"383":24,"389":3,"39":66,"391":18,"396":4,"397":28,"40":82,"409":54,"41":41,"414":16,"415":81,"419":19,"42":82,"426":4,"43":33,"430":7,"433":3,"44":38,"45":57,"46":180,"48":45,"49":33,"5":768,"51":31,"52":93,"53":46,"56":7,"570":5,"6":111,"63":6,"7":368,"79":27,"8":323,"80":29,"9":131,"all_client":79716,"all_tv_clinet":12203,"insert_time":"2014-08-22T08:07:15.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67780,"10":12,"107":425,"11":420,"12":87,"13":453,"14":66,"15":191,"155":15,"156":12,"158":26,"159":19,"16":91,"160":12,"161":149,"167":21,"168":8,"17":166,"18":460,"19":301,"20":112,"209":17,"21":502,"210":15,"211":1,"214":17,"215":77,"221":249,"223":455,"224":174,"225":377,"23":311,"24":1163,"25":307,"257":41,"26":99,"268":5,"27":79,"273":80,"276":17,"279":18,"28":576,"281":13,"282":4,"291":13,"292":54,"30":52,"302":7,"31":43,"314":7,"317":1,"32":15,"33":82,"34":93,"347":16,"35":41,"352":624,"36":130,"37":35,"38":479,"380":3,"381":27,"383":23,"389":3,"39":68,"391":15,"396":4,"397":27,"40":90,"409":50,"41":38,"414":15,"415":85,"419":19,"42":80,"426":4,"43":38,"430":7,"433":3,"44":41,"45":55,"46":181,"48":48,"49":32,"5":776,"51":31,"52":93,"53":47,"56":7,"570":5,"6":116,"63":6,"7":369,"79":26,"8":323,"80":24,"9":133,"all_client":80027,"all_tv_clinet":12247,"insert_time":"2014-08-22T08:08:16.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67899,"10":9,"107":426,"11":422,"12":85,"13":461,"14":65,"15":193,"155":15,"156":12,"158":27,"159":19,"16":90,"160":11,"161":143,"167":21,"168":8,"17":152,"18":453,"19":306,"20":108,"209":13,"21":496,"210":15,"211":1,"214":17,"215":79,"221":242,"223":443,"224":163,"225":382,"23":306,"24":1153,"25":310,"257":41,"26":95,"268":5,"27":83,"273":83,"276":18,"279":17,"28":574,"281":13,"282":4,"291":12,"292":50,"30":52,"302":7,"306":1,"31":43,"314":7,"317":1,"32":15,"33":84,"34":90,"347":18,"35":49,"352":617,"36":127,"37":34,"38":476,"380":3,"381":26,"383":23,"389":3,"39":69,"391":15,"396":2,"397":27,"40":93,"409":39,"41":39,"414":14,"415":78,"419":20,"42":79,"426":4,"43":38,"430":8,"433":2,"44":41,"45":60,"46":184,"48":46,"49":28,"5":769,"51":32,"52":94,"53":46,"56":7,"570":5,"6":117,"63":7,"7":370,"79":28,"8":324,"80":23,"9":134,"all_client":80058,"all_tv_clinet":12159,"insert_time":"2014-08-22T08:09:16.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68178,"10":11,"107":435,"11":431,"12":85,"13":460,"14":62,"15":188,"155":13,"156":12,"158":27,"159":18,"16":87,"160":12,"161":141,"167":21,"168":8,"17":149,"18":459,"19":300,"20":109,"209":13,"21":501,"210":15,"211":1,"214":17,"215":77,"221":244,"223":443,"224":155,"225":388,"23":301,"24":1154,"25":319,"257":43,"26":89,"268":5,"27":84,"273":87,"276":18,"279":18,"28":573,"281":11,"282":4,"291":12,"292":50,"30":53,"302":7,"306":1,"31":47,"314":6,"317":1,"32":15,"33":91,"34":92,"347":21,"35":49,"352":622,"36":122,"37":32,"38":468,"380":3,"381":25,"383":24,"389":3,"39":71,"391":16,"396":1,"397":27,"40":97,"409":35,"41":36,"414":12,"415":76,"419":19,"42":79,"426":5,"43":39,"430":7,"433":2,"44":42,"45":57,"46":190,"48":46,"49":28,"5":766,"51":31,"52":95,"53":43,"56":7,"570":4,"6":121,"63":7,"7":368,"79":30,"8":321,"80":22,"9":132,"all_client":80342,"all_tv_clinet":12164,"insert_time":"2014-08-22T08:10:31.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68582,"10":12,"107":429,"11":437,"12":88,"13":483,"14":63,"15":194,"155":12,"156":11,"158":28,"159":17,"16":86,"160":9,"161":138,"167":22,"168":8,"17":140,"18":464,"19":310,"20":113,"209":13,"21":504,"210":15,"211":1,"214":18,"215":77,"221":254,"223":442,"224":138,"225":403,"23":291,"24":1140,"25":349,"257":43,"26":86,"268":7,"27":91,"273":89,"276":22,"279":19,"28":594,"281":11,"282":4,"291":12,"292":50,"30":50,"302":7,"306":1,"31":45,"314":7,"32":15,"33":91,"34":93,"347":21,"35":47,"352":623,"36":117,"37":36,"38":475,"380":3,"381":25,"383":26,"389":3,"39":70,"391":15,"396":1,"397":29,"40":104,"409":29,"41":38,"414":12,"415":74,"419":22,"42":78,"426":4,"43":38,"430":6,"433":2,"44":41,"45":56,"46":187,"48":43,"49":28,"5":771,"51":33,"52":95,"53":40,"56":8,"570":4,"6":126,"63":7,"7":366,"79":32,"8":327,"80":22,"9":119,"all_client":80831,"all_tv_clinet":12249,"insert_time":"2014-08-22T08:11:32.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68465,"10":13,"107":429,"11":440,"12":89,"13":490,"14":66,"15":197,"155":12,"156":11,"158":27,"159":17,"16":86,"160":9,"161":141,"167":22,"168":8,"17":130,"18":459,"19":317,"20":115,"209":14,"21":501,"210":15,"211":1,"214":18,"215":76,"221":272,"223":438,"224":134,"225":395,"23":286,"24":1116,"25":346,"257":44,"26":87,"268":7,"27":93,"273":88,"276":22,"279":19,"28":601,"281":8,"282":4,"291":13,"292":52,"30":50,"302":7,"31":41,"314":7,"32":15,"33":89,"34":90,"347":22,"35":50,"352":609,"36":116,"37":36,"38":469,"380":3,"381":25,"383":26,"389":3,"39":71,"391":14,"396":1,"397":28,"40":106,"409":29,"41":39,"414":10,"415":72,"419":21,"42":78,"426":8,"43":37,"430":5,"433":2,"44":42,"45":56,"46":187,"48":46,"49":28,"5":773,"51":33,"52":92,"53":42,"56":9,"570":4,"6":127,"63":6,"7":358,"79":33,"8":323,"80":23,"9":120,"all_client":80674,"all_tv_clinet":12209,"insert_time":"2014-08-22T08:12:32.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68654,"10":13,"107":424,"11":445,"12":83,"13":495,"14":68,"15":198,"155":14,"156":12,"158":29,"159":17,"16":88,"160":8,"161":143,"167":22,"168":7,"17":124,"18":460,"19":325,"20":113,"209":15,"21":513,"210":15,"211":1,"214":18,"215":76,"221":278,"223":450,"224":130,"225":393,"23":286,"24":1091,"25":346,"257":43,"26":90,"268":7,"27":97,"273":89,"276":22,"279":19,"28":595,"281":8,"282":4,"291":13,"292":50,"30":50,"302":9,"31":37,"314":6,"32":15,"33":87,"34":86,"347":22,"35":49,"352":611,"36":113,"37":38,"38":458,"380":3,"381":26,"383":27,"389":3,"39":72,"391":14,"396":1,"397":29,"40":106,"409":29,"41":39,"414":10,"415":72,"419":20,"42":78,"426":8,"43":35,"430":5,"433":1,"44":40,"45":56,"46":187,"48":49,"49":28,"5":774,"51":31,"52":91,"53":47,"56":9,"570":5,"6":122,"63":7,"7":351,"79":34,"8":321,"80":23,"9":114,"all_client":80839,"all_tv_clinet":12185,"insert_time":"2014-08-22T08:13:32.990Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68684,"10":15,"107":434,"11":455,"12":79,"13":489,"14":72,"15":199,"155":13,"156":10,"158":32,"159":18,"16":86,"160":7,"161":150,"167":22,"168":7,"17":123,"18":463,"19":327,"20":104,"209":17,"21":530,"210":15,"211":1,"214":18,"215":79,"221":283,"223":459,"224":126,"225":403,"23":289,"24":1077,"25":351,"257":44,"26":92,"268":8,"27":100,"273":82,"276":22,"279":15,"28":577,"281":5,"282":3,"291":11,"292":53,"30":46,"302":8,"31":37,"314":6,"32":14,"33":89,"34":84,"347":24,"35":52,"352":595,"36":112,"37":39,"38":449,"380":3,"381":23,"383":25,"389":4,"39":76,"391":14,"396":1,"397":29,"40":110,"409":31,"41":40,"414":13,"415":71,"419":17,"42":80,"426":6,"43":39,"430":5,"433":1,"44":39,"45":59,"46":195,"48":52,"49":26,"5":779,"51":32,"52":87,"53":47,"56":9,"570":5,"6":119,"63":7,"7":348,"79":35,"8":322,"80":24,"9":106,"all_client":80883,"all_tv_clinet":12199,"insert_time":"2014-08-22T08:14:33.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67591,"10":13,"107":430,"11":454,"12":79,"13":483,"14":70,"15":194,"155":13,"156":10,"158":33,"159":17,"16":86,"160":7,"161":144,"167":22,"168":6,"17":113,"18":473,"19":342,"20":105,"209":14,"21":528,"210":16,"211":1,"214":18,"215":76,"221":286,"223":462,"224":119,"225":408,"23":285,"24":1050,"25":362,"257":45,"26":93,"268":9,"27":99,"273":79,"276":21,"279":15,"28":561,"281":4,"282":4,"291":10,"292":46,"30":42,"302":9,"31":38,"314":5,"32":13,"33":91,"34":77,"347":25,"35":49,"352":590,"36":111,"37":39,"38":446,"380":3,"381":21,"383":23,"389":4,"39":75,"391":12,"396":1,"397":29,"40":109,"409":35,"41":42,"414":19,"415":73,"419":17,"42":77,"426":3,"43":43,"430":6,"433":1,"44":38,"45":60,"46":196,"48":57,"49":25,"5":774,"51":33,"52":77,"53":47,"56":7,"570":4,"6":111,"63":6,"7":347,"79":36,"8":318,"80":25,"9":94,"all_client":79679,"all_tv_clinet":12088,"insert_time":"2014-08-22T08:15:34.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67595,"10":13,"107":434,"11":452,"12":79,"13":479,"14":68,"15":196,"155":13,"156":12,"158":32,"159":18,"16":85,"160":7,"161":140,"167":23,"168":6,"17":110,"18":475,"19":337,"20":103,"209":13,"21":525,"210":18,"211":1,"214":19,"215":77,"221":273,"223":469,"224":121,"225":401,"23":276,"24":1048,"25":367,"257":39,"26":97,"268":8,"27":98,"273":78,"276":20,"279":15,"28":560,"281":3,"282":4,"291":11,"292":43,"30":38,"302":7,"31":37,"314":5,"32":12,"33":92,"34":78,"347":24,"35":48,"352":583,"36":111,"37":41,"38":433,"380":3,"381":20,"383":23,"389":4,"39":73,"391":12,"396":2,"397":29,"40":111,"409":37,"41":50,"414":20,"415":73,"419":18,"42":72,"426":3,"43":44,"430":7,"433":1,"44":39,"45":60,"46":205,"48":61,"49":26,"5":777,"51":35,"52":69,"53":47,"56":7,"570":4,"6":105,"63":4,"7":346,"79":38,"8":319,"80":25,"9":96,"all_client":79635,"all_tv_clinet":12040,"insert_time":"2014-08-22T08:16:34.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67251,"10":8,"107":424,"11":459,"12":82,"13":477,"14":77,"15":200,"155":14,"156":12,"158":34,"159":18,"16":87,"160":6,"161":128,"167":24,"168":6,"17":102,"18":472,"19":336,"20":106,"209":13,"21":541,"210":19,"211":1,"214":19,"215":80,"221":263,"223":483,"224":116,"225":403,"23":272,"24":1052,"25":373,"257":41,"26":96,"268":7,"27":100,"273":74,"276":20,"279":15,"28":539,"281":4,"282":6,"291":12,"292":41,"30":36,"302":6,"31":38,"314":4,"32":13,"33":93,"34":76,"347":25,"35":47,"352":583,"36":112,"37":41,"38":431,"380":3,"381":21,"383":23,"389":4,"39":65,"391":11,"396":2,"397":29,"40":119,"409":39,"41":55,"414":17,"415":78,"419":18,"42":63,"426":2,"43":43,"430":8,"433":1,"44":38,"45":61,"46":214,"48":59,"49":27,"5":778,"51":37,"52":58,"53":48,"56":6,"570":3,"6":110,"63":4,"7":335,"79":37,"8":313,"80":25,"9":97,"all_client":79269,"all_tv_clinet":12018,"insert_time":"2014-08-22T08:17:35.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63570,"10":9,"107":401,"11":447,"12":75,"13":448,"14":74,"15":186,"155":14,"156":12,"158":35,"159":17,"16":84,"160":5,"161":124,"167":21,"168":6,"17":88,"18":441,"19":316,"20":101,"209":15,"21":502,"210":19,"211":1,"214":20,"215":79,"221":237,"223":445,"224":100,"225":387,"23":247,"24":994,"25":350,"257":39,"26":91,"268":8,"27":97,"273":67,"276":20,"279":17,"28":501,"281":4,"282":5,"291":12,"292":31,"30":29,"302":4,"31":38,"314":4,"32":11,"33":87,"34":73,"347":25,"35":41,"352":518,"36":108,"37":42,"38":400,"380":3,"381":18,"383":23,"389":3,"39":62,"391":11,"396":3,"397":27,"40":118,"409":36,"41":50,"414":13,"415":74,"419":17,"42":57,"426":2,"43":45,"430":7,"433":1,"44":37,"45":58,"46":207,"48":51,"49":26,"5":729,"51":34,"52":49,"53":45,"56":5,"570":3,"6":103,"63":5,"7":309,"79":37,"8":304,"80":20,"9":93,"all_client":74827,"all_tv_clinet":11257,"insert_time":"2014-08-22T08:18:36.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62614,"10":12,"107":388,"11":446,"12":67,"13":438,"14":70,"15":175,"155":15,"156":11,"158":35,"159":15,"16":87,"160":5,"161":119,"167":20,"168":7,"17":87,"18":427,"19":302,"20":103,"209":14,"21":495,"210":18,"211":1,"214":19,"215":81,"221":230,"223":440,"224":96,"225":389,"23":242,"24":983,"25":352,"257":41,"26":89,"268":9,"27":95,"273":66,"276":19,"279":18,"28":482,"281":4,"282":6,"291":12,"292":30,"30":28,"302":4,"31":37,"314":3,"32":12,"33":85,"34":72,"347":26,"35":40,"352":513,"36":106,"37":44,"38":385,"380":3,"381":19,"383":23,"389":3,"39":55,"391":11,"396":3,"397":28,"40":122,"409":35,"41":46,"414":13,"415":77,"419":15,"42":54,"426":2,"43":47,"430":6,"433":1,"44":37,"45":60,"46":208,"48":50,"49":28,"5":705,"51":34,"52":51,"53":40,"56":7,"570":3,"6":104,"63":7,"7":302,"79":38,"8":297,"80":21,"9":90,"all_client":73674,"all_tv_clinet":11060,"insert_time":"2014-08-22T08:19:36.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62610,"10":11,"107":400,"11":459,"12":73,"13":447,"14":68,"15":164,"155":15,"156":11,"158":36,"159":15,"16":88,"160":6,"161":120,"167":20,"168":7,"17":82,"18":434,"19":304,"20":103,"209":15,"21":488,"210":18,"211":2,"214":20,"215":83,"221":223,"223":450,"224":98,"225":391,"23":236,"24":970,"25":357,"257":37,"26":91,"268":6,"27":80,"273":69,"276":19,"279":17,"28":491,"281":4,"282":4,"291":12,"292":28,"30":30,"302":4,"31":37,"314":4,"317":1,"32":13,"33":87,"34":75,"347":23,"35":36,"352":502,"36":107,"37":47,"38":398,"380":3,"381":23,"383":22,"389":2,"39":54,"391":11,"396":3,"397":28,"40":120,"409":37,"41":43,"414":15,"415":71,"419":16,"42":49,"426":2,"43":46,"430":6,"433":1,"44":42,"45":63,"46":207,"48":55,"49":27,"5":704,"51":32,"52":53,"53":39,"56":7,"570":3,"6":113,"63":8,"7":304,"79":35,"8":301,"80":21,"9":90,"all_client":73702,"all_tv_clinet":11092,"insert_time":"2014-08-22T08:20:37.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62925,"10":10,"107":413,"11":460,"12":74,"13":451,"14":71,"15":159,"155":15,"156":11,"158":36,"159":16,"16":86,"160":6,"161":123,"167":21,"168":7,"17":83,"18":441,"19":293,"20":105,"209":18,"21":490,"210":16,"211":2,"214":21,"215":84,"221":216,"223":442,"224":103,"225":398,"23":242,"24":962,"25":352,"257":39,"26":93,"268":5,"27":66,"273":72,"276":19,"279":16,"28":496,"281":4,"282":5,"291":12,"292":31,"30":29,"302":4,"31":35,"314":3,"317":1,"32":12,"33":90,"34":77,"347":23,"35":33,"352":507,"36":117,"37":46,"38":397,"380":6,"381":23,"383":19,"389":2,"39":50,"391":11,"396":3,"397":28,"40":123,"409":37,"41":47,"414":15,"415":73,"419":15,"42":49,"426":2,"43":45,"430":6,"433":1,"44":44,"45":64,"46":210,"48":56,"49":28,"5":705,"51":32,"52":56,"53":42,"56":8,"570":3,"6":121,"63":7,"7":307,"79":35,"8":300,"80":22,"9":92,"all_client":74071,"all_tv_clinet":11146,"insert_time":"2014-08-22T08:21:37.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63315,"10":11,"107":406,"11":470,"12":75,"13":456,"14":72,"15":147,"155":17,"156":9,"158":35,"159":16,"16":85,"160":7,"161":115,"167":22,"168":7,"17":79,"18":450,"19":303,"20":105,"209":19,"21":489,"210":14,"211":1,"214":20,"215":89,"221":218,"223":435,"224":110,"225":403,"23":240,"24":973,"25":359,"257":39,"26":95,"268":4,"27":63,"273":73,"276":19,"279":16,"28":503,"281":4,"282":5,"291":13,"292":32,"30":29,"302":4,"31":30,"314":3,"317":1,"32":9,"33":90,"34":73,"347":22,"35":34,"352":498,"36":121,"37":46,"38":400,"380":6,"381":21,"383":22,"389":2,"39":49,"391":11,"396":3,"397":30,"40":120,"409":38,"41":46,"414":14,"415":72,"419":15,"42":47,"426":3,"43":44,"430":6,"433":1,"44":46,"45":64,"46":211,"48":57,"49":28,"5":703,"51":34,"52":58,"53":45,"56":8,"570":3,"6":125,"63":4,"7":314,"79":36,"8":301,"80":21,"9":93,"all_client":74499,"all_tv_clinet":11184,"insert_time":"2014-08-22T08:22:38.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63383,"10":10,"107":407,"11":477,"12":67,"13":455,"14":70,"15":129,"155":20,"156":10,"158":38,"159":17,"16":87,"160":7,"161":120,"167":22,"168":7,"17":78,"18":454,"19":299,"20":110,"209":21,"21":484,"210":14,"211":1,"214":20,"215":87,"221":212,"223":434,"224":109,"225":410,"23":236,"24":990,"25":361,"257":38,"26":93,"268":4,"27":65,"273":68,"276":18,"279":15,"28":504,"281":4,"282":7,"291":12,"292":32,"30":27,"302":4,"31":31,"314":3,"317":1,"32":8,"33":92,"34":75,"347":25,"35":31,"352":489,"36":115,"37":45,"38":396,"380":6,"381":20,"383":21,"389":1,"39":46,"391":11,"396":3,"397":30,"40":119,"409":33,"41":48,"414":14,"415":75,"419":14,"42":46,"426":4,"43":45,"430":7,"433":1,"44":50,"45":71,"46":214,"48":55,"49":26,"5":695,"51":33,"52":56,"53":45,"56":10,"570":3,"6":126,"63":4,"7":308,"79":35,"8":304,"80":21,"9":93,"all_client":74541,"all_tv_clinet":11158,"insert_time":"2014-08-22T08:23:38.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63714,"10":10,"107":418,"11":486,"12":63,"13":463,"14":70,"15":116,"155":23,"156":9,"158":37,"159":17,"16":86,"160":8,"161":119,"167":21,"168":6,"17":83,"18":450,"19":300,"20":112,"209":22,"21":494,"210":14,"211":2,"214":20,"215":87,"221":216,"223":445,"224":114,"225":414,"23":245,"24":1027,"25":364,"257":40,"26":102,"268":4,"27":62,"273":71,"276":19,"279":16,"28":501,"281":5,"282":6,"291":12,"292":32,"30":26,"302":4,"31":30,"314":3,"317":1,"32":7,"33":92,"34":76,"347":25,"35":29,"352":489,"36":117,"37":47,"38":388,"380":5,"381":19,"383":21,"389":1,"39":45,"391":11,"396":2,"397":30,"40":122,"409":28,"41":47,"414":15,"415":72,"419":13,"42":45,"426":4,"43":48,"430":7,"433":1,"44":53,"45":73,"46":216,"48":53,"49":26,"5":706,"51":36,"52":56,"53":44,"56":10,"570":4,"6":131,"63":5,"7":317,"79":35,"8":298,"80":18,"9":93,"all_client":74989,"all_tv_clinet":11275,"insert_time":"2014-08-22T08:24:39.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63887,"10":9,"107":421,"11":475,"12":63,"13":482,"14":69,"15":111,"155":22,"156":9,"158":34,"159":18,"16":81,"160":8,"161":123,"167":24,"168":4,"17":83,"18":450,"19":307,"20":114,"209":21,"21":499,"210":14,"211":2,"214":20,"215":81,"221":222,"223":448,"224":121,"225":417,"23":245,"24":1035,"25":362,"257":43,"26":103,"268":4,"27":63,"273":68,"276":18,"279":17,"28":511,"281":7,"282":5,"291":10,"292":30,"30":26,"302":4,"31":27,"314":4,"317":1,"32":7,"33":93,"34":77,"347":24,"35":28,"352":491,"36":118,"37":46,"38":403,"380":5,"381":19,"383":21,"389":1,"39":43,"391":11,"396":2,"397":30,"40":120,"409":29,"41":47,"414":15,"415":73,"419":10,"42":43,"426":3,"43":51,"430":8,"433":1,"44":55,"45":76,"46":218,"48":54,"49":27,"5":708,"51":36,"52":51,"53":49,"56":10,"570":4,"6":143,"63":8,"7":321,"79":35,"8":303,"80":18,"9":99,"all_client":75256,"all_tv_clinet":11369,"insert_time":"2014-08-22T08:25:39.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64045,"10":12,"107":419,"11":479,"12":56,"13":503,"14":67,"15":108,"155":20,"156":10,"158":34,"159":19,"16":77,"160":7,"161":134,"167":23,"168":4,"17":82,"18":451,"19":319,"20":110,"209":19,"21":494,"210":14,"211":2,"214":20,"215":76,"221":221,"223":443,"224":124,"225":416,"23":248,"24":1015,"25":364,"257":40,"26":103,"268":4,"27":56,"273":68,"276":18,"279":17,"28":523,"281":7,"282":4,"291":11,"292":28,"30":30,"302":4,"31":26,"314":3,"317":1,"32":7,"33":91,"34":67,"347":22,"35":29,"352":498,"36":115,"37":48,"38":398,"380":7,"381":24,"383":18,"389":2,"39":41,"391":11,"396":3,"397":30,"40":119,"409":30,"41":47,"414":13,"415":69,"419":9,"42":40,"426":3,"43":51,"430":10,"431":2,"433":1,"44":58,"45":77,"46":225,"48":54,"49":29,"5":707,"51":37,"52":49,"53":47,"56":9,"570":5,"6":147,"63":9,"7":316,"79":33,"8":305,"80":18,"9":103,"all_client":75411,"all_tv_clinet":11366,"insert_time":"2014-08-22T08:26:40.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64362,"10":12,"107":412,"11":487,"12":55,"13":513,"14":72,"15":101,"155":20,"156":10,"158":35,"159":19,"16":75,"160":7,"161":146,"167":21,"168":5,"17":79,"18":451,"19":313,"20":106,"209":20,"21":483,"210":16,"211":2,"214":20,"215":72,"221":221,"223":463,"224":128,"225":409,"23":261,"24":1005,"25":369,"257":38,"26":100,"268":3,"27":56,"273":68,"276":17,"279":17,"28":531,"281":7,"282":4,"291":14,"292":34,"30":32,"302":3,"31":26,"314":3,"317":1,"32":8,"33":86,"34":64,"347":21,"35":30,"352":495,"36":110,"37":45,"38":401,"380":8,"381":24,"383":19,"389":2,"39":42,"391":9,"396":3,"397":30,"40":121,"409":34,"41":45,"414":13,"415":68,"419":8,"42":36,"426":2,"43":49,"430":10,"431":2,"433":2,"44":60,"45":80,"46":226,"48":55,"49":30,"5":705,"51":35,"52":53,"53":42,"56":11,"570":6,"6":149,"63":10,"7":320,"79":35,"8":305,"80":18,"9":107,"all_client":75758,"all_tv_clinet":11396,"insert_time":"2014-08-22T08:27:40.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64584,"10":11,"107":405,"11":501,"12":51,"13":516,"14":75,"15":98,"155":21,"156":9,"158":38,"159":18,"16":72,"160":8,"161":158,"167":21,"168":5,"17":82,"18":452,"19":298,"20":104,"209":22,"21":464,"210":16,"211":2,"214":21,"215":73,"221":219,"223":472,"224":130,"225":410,"23":267,"24":998,"25":373,"257":37,"26":104,"268":3,"27":53,"273":68,"276":16,"279":16,"28":536,"281":8,"282":7,"291":14,"292":38,"30":31,"302":3,"31":30,"314":2,"317":1,"32":8,"33":84,"34":64,"347":24,"35":28,"352":503,"36":111,"37":47,"38":406,"380":9,"381":23,"383":18,"389":2,"39":41,"391":9,"396":3,"397":29,"40":122,"409":37,"41":46,"414":18,"415":66,"419":5,"42":36,"426":2,"43":50,"430":11,"431":2,"433":2,"44":59,"45":85,"46":236,"48":56,"49":33,"5":695,"51":37,"52":55,"53":40,"56":11,"570":6,"6":159,"63":9,"7":319,"79":38,"8":292,"80":18,"9":105,"all_client":76020,"all_tv_clinet":11436,"insert_time":"2014-08-22T08:28:41.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64689,"10":15,"107":411,"11":493,"12":50,"13":480,"14":76,"15":92,"155":21,"156":8,"158":39,"159":19,"16":74,"160":8,"161":152,"167":17,"168":5,"17":78,"18":471,"19":276,"20":106,"209":25,"21":443,"210":19,"211":2,"214":19,"215":71,"221":215,"223":495,"224":138,"225":411,"23":279,"24":1035,"25":376,"257":43,"26":106,"268":2,"27":49,"273":60,"276":17,"279":15,"28":546,"281":8,"282":8,"291":14,"292":40,"30":31,"302":3,"306":2,"31":30,"314":2,"317":1,"32":8,"33":84,"34":61,"347":25,"35":26,"352":501,"36":111,"37":48,"38":402,"380":9,"381":23,"383":19,"389":2,"39":40,"391":9,"396":3,"397":29,"40":119,"409":46,"41":45,"414":19,"415":67,"419":6,"42":30,"426":2,"43":50,"430":11,"431":1,"433":2,"44":58,"45":86,"46":253,"48":57,"49":37,"5":667,"51":38,"52":56,"53":45,"56":10,"570":6,"6":166,"63":9,"7":331,"79":44,"8":275,"80":18,"9":114,"all_client":76153,"all_tv_clinet":11464,"insert_time":"2014-08-22T08:29:42.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64677,"10":15,"107":398,"11":474,"12":52,"13":464,"14":77,"15":87,"155":22,"156":8,"158":41,"159":19,"16":79,"160":7,"161":143,"167":18,"168":6,"17":79,"18":475,"19":256,"20":112,"209":24,"21":443,"210":19,"211":2,"214":18,"215":72,"221":209,"223":516,"224":139,"225":416,"23":284,"24":1073,"25":380,"257":43,"26":117,"268":2,"27":47,"273":53,"276":17,"279":13,"28":554,"281":9,"282":8,"291":14,"292":39,"30":31,"302":3,"306":2,"31":31,"314":2,"317":1,"32":9,"33":81,"34":60,"347":30,"35":26,"352":504,"36":113,"37":47,"38":413,"380":10,"381":23,"383":19,"389":2,"39":34,"391":9,"396":3,"397":29,"40":120,"409":50,"41":44,"414":22,"415":66,"419":5,"42":28,"426":2,"43":51,"430":12,"431":1,"433":2,"44":56,"45":86,"46":260,"48":61,"49":40,"5":647,"51":40,"52":60,"53":49,"56":9,"570":6,"6":170,"63":9,"7":331,"79":47,"8":260,"80":19,"9":114,"all_client":76169,"all_tv_clinet":11492,"insert_time":"2014-08-22T08:30:42.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64625,"10":16,"107":407,"11":450,"12":49,"13":431,"14":82,"15":86,"155":25,"156":9,"158":41,"159":19,"16":80,"160":8,"161":136,"167":18,"168":6,"17":82,"18":480,"19":248,"20":114,"209":23,"21":427,"210":20,"211":2,"214":18,"215":71,"221":218,"223":520,"224":146,"225":415,"23":292,"24":1080,"25":378,"257":41,"26":116,"268":2,"27":49,"273":53,"276":17,"279":14,"28":560,"281":9,"282":6,"291":15,"292":41,"30":31,"302":3,"306":2,"31":32,"314":2,"317":1,"32":8,"33":81,"34":59,"347":29,"35":25,"352":511,"36":111,"37":44,"38":420,"380":10,"381":23,"383":19,"389":2,"39":35,"391":11,"396":3,"397":28,"40":122,"409":51,"41":47,"414":23,"415":70,"419":5,"42":26,"426":2,"43":53,"430":13,"431":1,"433":2,"44":59,"45":86,"46":270,"48":63,"49":42,"5":637,"51":43,"52":64,"53":50,"56":9,"570":5,"6":185,"63":9,"7":344,"79":45,"8":258,"80":20,"9":115,"all_client":76154,"all_tv_clinet":11529,"insert_time":"2014-08-22T08:31:43.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65139,"10":13,"107":417,"11":430,"12":43,"13":419,"14":86,"15":84,"155":24,"156":10,"158":40,"159":21,"16":81,"160":10,"161":133,"167":21,"168":8,"17":91,"18":496,"19":243,"20":115,"209":18,"21":410,"210":21,"211":3,"214":20,"215":73,"221":217,"223":499,"224":150,"225":414,"23":298,"24":1112,"25":377,"257":49,"26":117,"268":2,"27":44,"273":53,"276":16,"279":17,"28":582,"281":8,"282":6,"291":15,"292":41,"30":28,"302":3,"306":1,"31":33,"314":2,"317":1,"32":10,"33":78,"34":55,"347":27,"35":23,"352":518,"36":108,"37":41,"38":419,"380":8,"381":21,"383":17,"389":2,"39":40,"391":11,"396":3,"397":27,"40":124,"409":55,"41":51,"414":22,"415":70,"419":6,"42":23,"426":1,"43":52,"430":13,"433":2,"44":56,"45":78,"46":281,"48":73,"49":43,"5":627,"51":44,"52":70,"53":53,"56":10,"570":4,"6":199,"63":7,"7":350,"79":45,"8":252,"80":24,"9":116,"all_client":76713,"all_tv_clinet":11574,"insert_time":"2014-08-22T08:32:43.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65412,"10":14,"107":430,"11":413,"12":42,"13":404,"14":86,"15":86,"155":24,"156":10,"158":39,"159":20,"16":79,"160":11,"161":134,"167":23,"168":8,"17":92,"18":504,"19":238,"20":115,"209":18,"21":406,"210":21,"211":3,"214":20,"215":74,"221":225,"223":485,"224":159,"225":423,"23":299,"24":1109,"25":383,"257":52,"26":113,"268":1,"27":44,"273":54,"276":16,"279":18,"28":597,"281":8,"282":8,"291":15,"292":40,"30":27,"302":4,"31":33,"314":2,"317":1,"32":10,"33":81,"34":51,"347":22,"35":24,"352":522,"36":108,"37":42,"38":432,"380":7,"381":21,"383":17,"389":2,"39":42,"391":11,"396":2,"397":28,"40":124,"409":57,"41":54,"414":18,"415":69,"419":6,"42":21,"43":56,"430":12,"433":3,"44":57,"45":77,"46":282,"48":72,"49":44,"5":621,"51":46,"52":72,"53":55,"56":9,"570":3,"6":211,"63":7,"7":348,"79":49,"8":243,"80":23,"9":116,"all_client":77019,"all_tv_clinet":11607,"insert_time":"2014-08-22T08:33:44.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65636,"10":15,"107":439,"11":400,"12":41,"13":391,"14":89,"15":86,"155":22,"156":12,"158":39,"159":19,"16":81,"160":10,"161":140,"167":24,"168":8,"17":90,"18":502,"19":238,"20":116,"209":20,"21":397,"210":21,"211":4,"214":18,"215":75,"221":230,"223":474,"224":161,"225":431,"23":293,"24":1109,"25":383,"257":50,"26":120,"268":1,"27":40,"273":53,"276":16,"279":17,"28":606,"281":8,"282":8,"291":16,"292":42,"30":27,"302":4,"31":36,"314":2,"317":1,"32":11,"33":87,"34":48,"347":18,"35":26,"352":528,"36":113,"37":43,"38":442,"380":7,"381":22,"383":17,"389":2,"39":44,"391":10,"396":2,"397":30,"40":125,"409":55,"41":54,"414":18,"415":69,"419":6,"42":21,"43":61,"430":12,"433":3,"44":58,"45":71,"46":273,"48":73,"49":46,"5":616,"51":47,"52":74,"53":57,"56":10,"570":3,"6":217,"63":7,"7":346,"79":52,"8":235,"80":24,"9":118,"all_client":77262,"all_tv_clinet":11626,"insert_time":"2014-08-22T08:34:44.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65760,"10":14,"107":441,"11":401,"12":34,"13":376,"14":96,"15":84,"155":21,"156":10,"158":42,"159":22,"16":80,"160":12,"161":143,"167":26,"168":7,"17":81,"18":520,"19":245,"20":122,"209":24,"21":401,"210":21,"211":4,"214":19,"215":79,"221":228,"223":465,"224":176,"225":448,"23":284,"24":1132,"25":390,"257":53,"26":122,"268":2,"27":43,"273":58,"276":14,"279":19,"28":613,"281":8,"282":9,"291":16,"292":52,"30":27,"302":6,"306":1,"31":37,"314":2,"32":9,"33":90,"34":48,"347":17,"35":27,"352":515,"36":108,"37":53,"38":439,"380":7,"381":22,"383":17,"389":2,"39":43,"391":12,"396":2,"397":31,"40":129,"409":60,"41":55,"414":17,"415":69,"419":6,"42":27,"43":59,"430":11,"433":2,"44":63,"45":67,"46":237,"48":70,"49":60,"5":592,"51":52,"52":77,"53":67,"56":9,"570":4,"6":227,"63":7,"7":345,"79":55,"8":228,"80":28,"9":118,"all_client":77473,"all_tv_clinet":11713,"insert_time":"2014-08-22T08:35:45.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66085,"10":15,"107":434,"11":411,"12":34,"13":369,"14":96,"15":83,"155":21,"156":10,"158":42,"159":23,"16":72,"160":13,"161":146,"167":25,"168":8,"17":75,"18":519,"19":245,"20":121,"209":23,"21":402,"210":21,"211":4,"214":17,"215":79,"221":227,"223":467,"224":180,"225":443,"23":275,"24":1151,"25":395,"257":56,"26":121,"268":2,"27":39,"273":59,"276":16,"279":19,"28":610,"281":8,"282":8,"291":16,"292":53,"30":27,"302":4,"306":1,"31":38,"314":2,"32":10,"33":91,"34":45,"347":15,"35":30,"352":521,"36":106,"37":54,"38":436,"380":6,"381":23,"383":18,"389":3,"39":38,"391":13,"396":2,"397":32,"40":128,"409":58,"41":58,"414":18,"415":70,"419":7,"42":32,"43":59,"430":10,"433":1,"44":69,"45":62,"46":212,"48":71,"49":65,"5":571,"51":50,"52":82,"53":68,"56":11,"570":4,"6":225,"63":8,"7":347,"79":58,"8":221,"80":28,"9":119,"all_client":77765,"all_tv_clinet":11680,"insert_time":"2014-08-22T08:36:46.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66239,"10":14,"107":433,"11":425,"12":38,"13":376,"14":96,"15":86,"155":21,"156":8,"158":40,"159":21,"16":73,"160":16,"161":147,"167":24,"168":8,"17":71,"18":520,"19":241,"20":123,"209":25,"21":392,"210":20,"211":4,"214":16,"215":82,"221":224,"223":473,"224":184,"225":440,"23":268,"24":1161,"25":393,"257":56,"26":125,"268":2,"27":37,"273":61,"276":17,"279":20,"28":619,"281":8,"282":7,"291":16,"292":56,"30":26,"302":5,"306":1,"31":37,"314":2,"32":9,"33":90,"34":43,"347":13,"35":34,"352":525,"36":108,"37":54,"38":434,"380":5,"381":26,"383":18,"389":3,"39":38,"391":13,"396":2,"397":31,"40":128,"409":60,"41":56,"414":18,"415":70,"419":8,"42":34,"43":57,"430":8,"433":1,"44":70,"45":61,"46":198,"48":72,"49":69,"5":545,"51":48,"52":87,"53":68,"56":12,"570":3,"6":226,"63":9,"7":349,"79":60,"8":218,"80":28,"9":122,"all_client":77928,"all_tv_clinet":11689,"insert_time":"2014-08-22T08:37:46.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66417,"10":17,"107":427,"11":442,"12":37,"13":359,"14":97,"15":89,"155":21,"156":8,"158":41,"159":20,"16":74,"160":16,"161":148,"167":22,"168":8,"17":65,"18":516,"19":240,"20":136,"209":25,"21":396,"210":21,"211":3,"214":15,"215":81,"221":222,"223":476,"224":182,"225":441,"23":267,"24":1183,"25":403,"257":50,"26":132,"268":2,"27":35,"273":66,"276":21,"279":20,"28":625,"281":8,"282":5,"291":16,"292":66,"30":22,"302":4,"306":1,"31":42,"314":2,"32":10,"33":94,"34":40,"347":10,"35":36,"352":518,"36":108,"37":60,"38":441,"380":5,"381":25,"383":19,"389":3,"39":37,"391":14,"396":2,"397":30,"40":132,"409":48,"41":55,"414":16,"415":74,"419":6,"42":36,"43":60,"430":8,"433":1,"44":68,"45":56,"46":184,"48":76,"49":69,"5":517,"51":43,"52":92,"53":66,"56":11,"570":3,"6":226,"63":9,"7":347,"79":59,"8":216,"80":29,"9":123,"all_client":78114,"all_tv_clinet":11697,"insert_time":"2014-08-22T08:38:47.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66416,"10":16,"107":433,"11":450,"12":38,"13":341,"14":99,"15":90,"155":20,"156":8,"158":42,"159":20,"16":74,"160":16,"161":154,"167":24,"168":7,"17":64,"18":521,"19":232,"20":140,"209":22,"21":379,"210":21,"211":3,"214":15,"215":79,"221":219,"223":474,"224":188,"225":444,"23":273,"24":1172,"25":403,"257":50,"26":128,"268":2,"27":35,"273":72,"276":20,"279":21,"28":634,"281":8,"282":5,"291":16,"292":74,"30":22,"302":5,"306":1,"31":45,"314":2,"32":9,"33":94,"34":36,"347":9,"35":36,"352":529,"36":106,"37":60,"38":450,"380":5,"381":24,"383":18,"389":3,"39":38,"391":14,"396":2,"397":30,"40":130,"409":46,"41":53,"414":13,"415":77,"419":6,"42":40,"426":1,"43":58,"430":8,"433":1,"44":64,"45":54,"46":177,"48":73,"49":69,"5":509,"51":40,"52":96,"53":62,"56":12,"570":2,"6":231,"63":11,"7":342,"79":61,"8":222,"80":30,"9":124,"all_client":78112,"all_tv_clinet":11696,"insert_time":"2014-08-22T08:39:47.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66291,"10":15,"107":433,"11":451,"12":37,"13":337,"14":95,"15":91,"155":19,"156":7,"158":42,"159":19,"16":75,"160":18,"161":155,"167":25,"168":7,"17":63,"18":523,"19":232,"20":143,"209":22,"21":379,"210":21,"211":3,"214":15,"215":78,"221":220,"223":459,"224":194,"225":445,"23":272,"24":1172,"25":402,"257":50,"26":124,"268":2,"27":34,"273":78,"276":21,"279":22,"28":642,"281":9,"282":7,"291":16,"292":83,"30":21,"302":5,"306":1,"31":43,"314":2,"32":10,"33":90,"34":35,"347":9,"35":38,"352":531,"36":105,"37":62,"38":445,"380":6,"381":24,"383":19,"389":3,"39":39,"391":14,"396":2,"397":29,"40":128,"409":44,"41":53,"414":11,"415":80,"419":7,"42":39,"426":1,"43":61,"430":7,"433":1,"44":61,"45":50,"46":174,"48":66,"49":71,"5":501,"51":42,"52":101,"53":63,"56":14,"570":3,"6":232,"63":12,"7":341,"79":58,"8":217,"80":31,"9":126,"all_client":77976,"all_tv_clinet":11685,"insert_time":"2014-08-22T08:40:48.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66324,"10":16,"107":434,"11":454,"12":34,"13":338,"14":91,"15":90,"155":19,"156":6,"158":43,"159":20,"16":75,"160":14,"161":152,"167":26,"168":7,"17":75,"18":507,"19":232,"20":145,"209":20,"21":386,"210":22,"211":4,"214":15,"215":79,"221":217,"223":448,"224":198,"225":448,"23":272,"24":1152,"25":403,"257":47,"26":119,"268":2,"27":31,"273":83,"276":25,"279":23,"28":649,"281":9,"282":5,"291":16,"292":91,"30":23,"302":5,"306":1,"31":42,"314":2,"317":1,"32":11,"33":93,"34":35,"347":9,"35":43,"352":531,"36":105,"37":66,"38":449,"380":6,"381":21,"383":20,"389":3,"39":35,"391":14,"396":2,"397":26,"40":138,"409":46,"41":51,"414":13,"415":79,"419":6,"42":42,"426":1,"43":63,"430":7,"433":1,"44":55,"45":44,"46":166,"48":56,"49":69,"5":490,"51":40,"52":103,"53":59,"56":14,"570":3,"6":238,"63":12,"7":332,"79":62,"8":213,"80":31,"9":134,"all_client":77977,"all_tv_clinet":11653,"insert_time":"2014-08-22T08:41:49.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65471,"10":18,"107":442,"11":457,"12":35,"13":325,"14":86,"15":92,"155":18,"156":5,"158":44,"159":20,"16":74,"160":14,"161":147,"167":27,"168":7,"17":74,"18":507,"19":223,"20":137,"209":20,"21":384,"210":24,"211":4,"214":15,"215":73,"221":210,"223":423,"224":199,"225":442,"23":261,"24":1143,"25":393,"257":44,"26":113,"268":3,"27":29,"273":86,"276":24,"279":24,"28":651,"281":7,"282":4,"291":16,"292":86,"30":23,"302":5,"31":39,"314":2,"317":1,"32":11,"33":90,"34":31,"347":8,"35":46,"352":523,"36":109,"37":71,"38":437,"380":6,"381":22,"383":19,"389":3,"39":35,"391":14,"396":2,"397":23,"40":125,"409":48,"41":51,"414":14,"415":78,"419":6,"42":44,"426":1,"43":65,"430":8,"433":1,"44":49,"45":38,"46":163,"48":47,"49":69,"5":471,"51":38,"52":101,"53":51,"56":13,"570":4,"6":236,"63":12,"7":337,"79":57,"8":215,"80":30,"9":134,"all_client":76927,"all_tv_clinet":11456,"insert_time":"2014-08-22T08:42:49.716Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64811,"10":16,"107":438,"11":458,"12":37,"13":314,"14":87,"15":90,"155":16,"156":4,"158":44,"159":21,"16":70,"160":11,"161":145,"167":27,"168":6,"17":78,"18":497,"19":234,"20":134,"209":17,"21":390,"210":25,"211":3,"214":13,"215":73,"221":201,"223":417,"224":203,"225":433,"23":263,"24":1115,"25":388,"257":43,"26":111,"268":3,"27":27,"273":83,"276":24,"279":23,"28":649,"281":7,"282":4,"291":13,"292":77,"30":23,"302":5,"31":40,"314":1,"317":1,"32":11,"33":92,"34":31,"347":7,"35":52,"352":520,"36":108,"37":72,"38":431,"380":5,"381":22,"383":19,"389":3,"39":34,"391":13,"396":2,"397":23,"40":120,"409":50,"41":50,"414":12,"415":79,"419":7,"42":50,"426":1,"43":59,"430":8,"433":1,"44":40,"45":33,"46":157,"48":45,"49":69,"5":452,"51":36,"52":104,"53":53,"56":13,"570":3,"6":241,"63":11,"7":331,"79":56,"8":209,"80":30,"9":135,"all_client":76113,"all_tv_clinet":11302,"insert_time":"2014-08-22T08:43:50.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64922,"10":16,"107":429,"11":469,"12":40,"13":316,"14":87,"15":87,"155":15,"156":6,"158":48,"159":19,"16":70,"160":14,"161":153,"167":27,"168":6,"17":79,"18":506,"19":248,"20":130,"209":18,"21":385,"210":26,"211":3,"214":15,"215":75,"221":205,"223":419,"224":207,"225":433,"23":265,"24":1126,"25":359,"257":50,"26":113,"268":4,"27":25,"273":76,"276":23,"279":24,"28":642,"281":5,"282":6,"291":13,"292":60,"30":21,"302":5,"31":45,"314":1,"317":2,"32":14,"33":93,"34":29,"347":8,"35":50,"352":519,"36":108,"37":72,"38":428,"380":5,"381":22,"383":18,"389":3,"39":41,"391":13,"396":3,"397":23,"40":102,"409":62,"41":54,"414":12,"415":79,"419":7,"42":51,"426":2,"43":62,"430":8,"433":1,"44":35,"45":30,"46":155,"48":41,"49":66,"5":442,"51":36,"52":110,"53":46,"56":13,"570":3,"6":239,"63":12,"7":334,"79":52,"8":214,"80":29,"9":134,"all_client":76218,"all_tv_clinet":11296,"insert_time":"2014-08-22T08:44:50.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65120,"10":14,"107":446,"11":479,"12":41,"13":323,"14":85,"15":89,"155":16,"156":8,"158":47,"159":19,"16":73,"160":14,"161":162,"167":29,"168":6,"17":88,"18":510,"19":266,"20":129,"209":17,"21":395,"210":28,"211":3,"214":15,"215":78,"221":208,"223":440,"224":209,"225":414,"23":260,"24":1153,"25":332,"257":47,"26":107,"268":4,"27":24,"273":75,"276":24,"279":24,"28":631,"281":5,"282":7,"291":13,"292":52,"30":22,"302":4,"31":50,"317":2,"32":13,"33":95,"34":28,"347":6,"35":48,"352":516,"36":115,"37":74,"38":433,"380":6,"381":21,"383":19,"389":3,"39":43,"391":13,"396":2,"397":23,"40":95,"409":61,"41":55,"414":10,"415":77,"419":13,"42":49,"426":4,"43":62,"430":8,"433":2,"44":32,"45":28,"46":156,"48":43,"49":66,"5":436,"51":34,"52":112,"53":46,"56":15,"570":3,"6":230,"63":10,"7":335,"79":54,"8":225,"80":28,"9":136,"all_client":76490,"all_tv_clinet":11370,"insert_time":"2014-08-22T08:45:51.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65551,"10":14,"107":446,"11":484,"12":43,"13":322,"14":82,"15":94,"155":18,"156":9,"158":46,"159":20,"16":76,"160":13,"161":167,"167":28,"168":6,"17":93,"18":516,"19":273,"20":132,"209":14,"21":402,"210":27,"211":4,"214":14,"215":81,"221":211,"223":445,"224":219,"225":402,"23":262,"24":1181,"25":311,"257":47,"26":101,"268":4,"27":24,"273":77,"276":26,"279":24,"28":606,"281":5,"282":9,"291":13,"292":52,"30":21,"302":4,"31":52,"317":2,"32":13,"33":96,"34":29,"347":7,"35":46,"352":529,"36":111,"37":73,"38":446,"380":7,"381":25,"383":21,"389":2,"39":43,"391":12,"396":2,"397":20,"40":87,"409":59,"41":53,"414":10,"415":75,"419":13,"42":41,"426":4,"43":62,"430":8,"433":2,"44":31,"45":26,"46":158,"48":45,"49":70,"5":425,"51":33,"52":114,"53":50,"56":14,"570":4,"6":229,"63":9,"7":336,"79":53,"8":234,"80":27,"9":136,"all_client":76963,"all_tv_clinet":11412,"insert_time":"2014-08-22T08:46:51.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65556,"10":12,"107":450,"11":489,"12":43,"13":311,"14":79,"15":94,"155":21,"156":11,"158":44,"159":19,"16":76,"160":15,"161":172,"167":26,"168":6,"17":99,"18":518,"19":287,"20":132,"209":15,"21":425,"210":29,"211":4,"214":13,"215":82,"221":221,"223":449,"224":226,"225":386,"23":253,"24":1200,"25":286,"257":44,"26":91,"268":3,"27":25,"273":73,"276":26,"279":24,"28":605,"281":7,"282":8,"291":13,"292":51,"30":23,"302":4,"31":48,"317":2,"32":11,"33":101,"34":29,"347":8,"35":49,"352":539,"36":115,"37":74,"38":444,"380":7,"381":27,"383":21,"389":2,"39":44,"391":12,"396":3,"397":19,"40":78,"409":57,"41":52,"414":10,"415":76,"419":14,"42":35,"426":4,"43":60,"430":10,"433":2,"44":32,"45":25,"46":149,"48":47,"49":69,"5":410,"51":32,"52":116,"53":56,"56":13,"570":4,"6":238,"63":7,"7":342,"79":51,"8":243,"80":26,"9":143,"all_client":77002,"all_tv_clinet":11446,"insert_time":"2014-08-22T08:47:52.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65775,"10":11,"107":438,"11":495,"12":41,"13":310,"14":80,"15":92,"155":22,"156":11,"158":45,"159":18,"16":77,"160":15,"161":182,"167":28,"168":6,"17":102,"18":518,"19":289,"20":138,"209":19,"21":424,"210":29,"211":4,"214":14,"215":80,"221":218,"223":434,"224":230,"225":394,"23":256,"24":1206,"25":283,"257":41,"26":85,"268":3,"27":24,"273":72,"276":27,"279":23,"28":596,"281":8,"282":10,"291":14,"292":53,"30":21,"302":4,"31":49,"317":2,"32":12,"33":106,"34":32,"347":8,"35":53,"352":554,"36":113,"37":68,"38":455,"380":6,"381":28,"383":24,"389":2,"39":47,"391":11,"396":3,"397":19,"40":77,"409":60,"41":52,"414":10,"415":77,"419":14,"42":33,"426":4,"43":57,"430":10,"433":3,"44":27,"45":23,"46":145,"48":47,"49":73,"5":419,"51":32,"52":117,"53":56,"56":11,"570":4,"6":250,"63":6,"7":342,"79":51,"8":253,"80":27,"9":143,"all_client":77280,"all_tv_clinet":11505,"insert_time":"2014-08-22T08:48:53.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66092,"10":11,"107":434,"11":500,"12":43,"13":323,"14":75,"15":92,"155":22,"156":9,"158":46,"159":17,"16":77,"160":15,"161":191,"167":28,"168":6,"17":109,"18":522,"19":297,"20":136,"209":20,"21":429,"210":29,"211":4,"214":14,"215":80,"221":218,"223":438,"224":235,"225":393,"23":256,"24":1221,"25":274,"257":45,"26":97,"268":3,"27":26,"273":70,"276":27,"279":20,"28":602,"281":8,"282":9,"291":14,"292":56,"30":20,"302":4,"31":51,"317":2,"32":12,"33":106,"34":33,"347":6,"35":57,"352":544,"36":115,"37":61,"38":454,"380":6,"381":29,"383":26,"389":2,"39":51,"391":13,"396":3,"397":19,"40":74,"409":57,"41":52,"414":11,"415":78,"419":15,"42":30,"426":4,"43":58,"430":11,"433":4,"44":27,"45":22,"46":145,"48":44,"49":77,"5":413,"51":32,"52":116,"53":51,"56":10,"570":4,"6":247,"63":4,"7":345,"79":52,"8":261,"80":27,"9":147,"all_client":77665,"all_tv_clinet":11573,"insert_time":"2014-08-22T08:49:53.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66177,"10":11,"107":433,"11":503,"12":45,"13":328,"14":74,"15":89,"155":22,"156":7,"158":48,"159":15,"16":78,"160":17,"161":199,"167":26,"168":6,"17":117,"18":525,"19":292,"20":131,"209":20,"21":433,"210":29,"211":4,"214":14,"215":80,"221":213,"223":446,"224":237,"225":389,"23":256,"24":1231,"25":279,"257":45,"26":106,"268":3,"27":23,"273":74,"276":27,"279":18,"28":613,"281":7,"282":9,"291":15,"292":61,"30":22,"302":4,"31":51,"317":3,"32":13,"33":109,"34":34,"347":6,"35":59,"352":532,"36":124,"37":51,"38":455,"380":5,"381":25,"383":24,"389":2,"39":49,"391":13,"396":3,"397":19,"40":71,"409":44,"41":54,"414":13,"415":82,"419":18,"42":29,"426":3,"43":56,"430":14,"433":4,"44":23,"45":21,"46":146,"48":43,"49":79,"5":413,"51":32,"52":122,"53":45,"56":10,"570":4,"6":222,"63":3,"7":343,"79":51,"8":268,"80":26,"9":143,"all_client":77760,"all_tv_clinet":11583,"insert_time":"2014-08-22T08:50:54.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66415,"10":13,"107":439,"11":512,"12":45,"13":334,"14":72,"15":85,"155":23,"156":6,"158":47,"159":15,"16":80,"160":18,"161":206,"167":26,"168":6,"17":127,"18":517,"19":285,"20":126,"209":23,"21":441,"210":29,"211":3,"214":14,"215":84,"221":217,"223":446,"224":239,"225":393,"23":264,"24":1220,"25":268,"257":45,"26":116,"268":4,"27":24,"273":78,"276":30,"279":19,"28":619,"281":7,"282":10,"291":15,"292":65,"30":22,"302":6,"31":49,"317":3,"32":14,"33":108,"34":31,"347":7,"35":59,"352":530,"36":123,"37":45,"38":454,"380":5,"381":25,"383":21,"389":2,"39":50,"391":14,"396":3,"397":19,"40":71,"409":37,"41":53,"414":14,"415":77,"419":21,"42":27,"426":1,"43":53,"430":15,"433":3,"44":23,"45":19,"46":150,"48":43,"49":85,"5":424,"51":31,"52":126,"53":48,"56":8,"570":5,"6":202,"63":4,"7":349,"79":51,"8":269,"80":25,"9":147,"all_client":78041,"all_tv_clinet":11626,"insert_time":"2014-08-22T08:51:54.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66718,"10":15,"107":452,"11":529,"12":48,"13":340,"14":73,"15":82,"155":28,"156":6,"158":48,"159":15,"16":83,"160":18,"161":214,"167":26,"168":6,"17":130,"18":510,"19":273,"20":130,"209":22,"21":448,"210":29,"211":3,"214":14,"215":83,"221":212,"223":455,"224":250,"225":394,"23":270,"24":1178,"25":273,"257":45,"26":127,"268":4,"27":25,"273":80,"276":30,"279":21,"28":622,"281":7,"282":12,"291":16,"292":74,"30":24,"302":6,"306":1,"31":52,"317":3,"32":16,"33":102,"34":30,"347":8,"35":54,"352":544,"36":120,"37":40,"38":471,"380":5,"381":23,"383":21,"389":2,"39":50,"391":14,"396":3,"397":18,"40":72,"409":34,"41":52,"414":17,"415":83,"419":23,"42":30,"426":2,"43":52,"430":16,"433":3,"44":21,"45":18,"46":161,"48":41,"49":90,"5":423,"51":30,"52":127,"53":49,"56":8,"570":4,"6":196,"63":3,"7":341,"79":50,"8":272,"80":22,"9":149,"all_client":78434,"all_tv_clinet":11716,"insert_time":"2014-08-22T08:52:55.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66789,"10":16,"107":437,"11":539,"12":41,"13":344,"14":75,"15":88,"155":28,"156":9,"158":49,"159":13,"16":83,"160":16,"161":219,"167":27,"168":6,"17":141,"18":510,"19":271,"20":132,"209":23,"21":450,"210":29,"211":3,"214":14,"215":79,"221":214,"223":468,"224":257,"225":376,"23":286,"24":1107,"25":284,"257":43,"26":133,"268":4,"27":24,"273":82,"276":31,"279":19,"28":625,"281":7,"282":14,"291":15,"292":85,"30":24,"302":6,"306":1,"31":50,"317":3,"32":16,"33":101,"34":30,"347":7,"35":56,"352":546,"36":115,"37":34,"38":473,"380":6,"381":21,"383":24,"389":2,"39":56,"391":14,"396":3,"397":17,"40":72,"409":30,"41":56,"414":19,"415":79,"419":27,"42":30,"426":3,"43":50,"430":18,"433":3,"44":22,"45":18,"46":173,"48":39,"49":95,"5":427,"51":29,"52":128,"53":48,"56":10,"570":5,"6":184,"63":3,"7":351,"79":50,"8":269,"80":20,"9":156,"all_client":78524,"all_tv_clinet":11735,"insert_time":"2014-08-22T08:53:56.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66946,"10":14,"107":437,"11":550,"12":42,"13":344,"14":75,"15":92,"155":26,"156":10,"158":51,"159":13,"16":88,"160":15,"161":215,"167":26,"168":6,"17":144,"18":512,"19":276,"20":127,"209":23,"21":450,"210":30,"211":3,"214":14,"215":82,"221":206,"223":476,"224":258,"225":373,"23":294,"24":1059,"25":297,"257":45,"26":140,"268":5,"27":24,"273":87,"276":33,"279":20,"28":634,"281":7,"282":13,"291":15,"292":97,"30":26,"302":3,"306":1,"31":49,"314":1,"317":3,"32":15,"33":104,"34":30,"347":4,"35":55,"352":562,"36":121,"37":30,"38":481,"380":8,"381":24,"383":22,"389":2,"39":58,"391":14,"396":4,"397":17,"40":71,"409":26,"41":52,"414":16,"415":79,"419":29,"42":30,"426":3,"43":50,"430":18,"433":3,"44":22,"45":18,"46":175,"48":38,"49":91,"5":438,"51":30,"52":130,"53":49,"56":9,"570":5,"6":176,"63":3,"7":361,"79":52,"8":267,"80":19,"9":159,"all_client":78747,"all_tv_clinet":11801,"insert_time":"2014-08-22T08:54:56.598Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67215,"10":14,"107":444,"11":565,"12":42,"13":332,"14":76,"15":94,"155":22,"156":12,"158":51,"159":13,"16":86,"160":13,"161":206,"167":27,"168":6,"17":145,"18":518,"19":288,"20":135,"209":27,"21":456,"210":30,"211":3,"214":14,"215":81,"221":211,"223":475,"224":249,"225":375,"23":296,"24":1044,"25":308,"257":47,"26":141,"268":5,"27":25,"273":89,"276":31,"279":16,"28":635,"281":8,"282":12,"291":16,"292":109,"30":24,"302":3,"306":1,"31":50,"314":2,"317":3,"32":15,"33":103,"34":29,"347":3,"35":57,"352":563,"36":128,"37":32,"38":475,"380":8,"381":24,"383":22,"389":2,"39":60,"391":13,"396":5,"397":18,"40":70,"409":26,"41":49,"414":16,"415":77,"419":33,"42":31,"426":3,"43":48,"430":19,"433":5,"44":20,"45":18,"46":178,"48":37,"49":100,"5":439,"51":32,"52":130,"53":45,"56":8,"570":5,"6":164,"63":4,"7":369,"79":53,"8":270,"80":18,"9":164,"all_client":79078,"all_tv_clinet":11863,"insert_time":"2014-08-22T08:55:57.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67302,"10":11,"107":459,"11":574,"12":47,"13":326,"14":72,"15":95,"155":20,"156":13,"158":50,"159":13,"16":88,"160":12,"161":194,"167":29,"168":6,"17":147,"18":535,"19":316,"20":137,"209":24,"21":465,"210":30,"211":4,"214":13,"215":81,"221":205,"223":481,"224":235,"225":371,"23":305,"24":1011,"25":328,"257":50,"26":136,"268":4,"27":26,"273":96,"276":30,"279":15,"28":632,"281":7,"282":12,"291":17,"292":123,"30":28,"302":4,"306":1,"31":51,"314":2,"317":1,"32":13,"33":98,"34":32,"347":4,"35":53,"352":559,"36":133,"37":36,"38":471,"380":8,"381":24,"383":25,"389":2,"39":64,"391":12,"396":4,"397":18,"40":70,"409":24,"41":47,"414":15,"415":80,"419":35,"42":29,"426":3,"43":51,"430":19,"433":5,"44":20,"45":16,"46":184,"48":35,"49":104,"5":448,"51":31,"52":132,"53":44,"56":7,"570":5,"6":154,"63":4,"7":375,"79":51,"8":277,"80":17,"9":156,"all_client":79228,"all_tv_clinet":11926,"insert_time":"2014-08-22T08:56:57.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67569,"10":14,"107":464,"11":579,"12":52,"13":323,"14":74,"15":96,"155":19,"156":15,"158":50,"159":14,"16":86,"160":11,"161":184,"167":30,"168":7,"17":157,"18":538,"19":336,"20":137,"209":27,"21":480,"210":30,"211":4,"214":13,"215":86,"221":201,"223":477,"224":213,"225":367,"23":319,"24":998,"25":346,"257":53,"26":138,"268":4,"27":25,"273":95,"276":27,"279":15,"28":621,"281":8,"282":12,"291":17,"292":133,"30":32,"302":4,"306":1,"31":51,"314":2,"317":1,"32":14,"33":98,"34":31,"347":4,"35":58,"352":547,"36":128,"37":35,"38":465,"380":9,"381":23,"383":22,"389":2,"39":67,"391":12,"396":4,"397":19,"40":68,"409":22,"41":45,"414":15,"415":82,"419":37,"42":28,"426":2,"43":50,"430":19,"433":5,"44":20,"45":15,"46":188,"48":34,"49":108,"5":441,"51":33,"52":132,"53":41,"56":7,"570":6,"6":155,"63":4,"7":387,"79":52,"8":276,"80":16,"9":155,"all_client":79536,"all_tv_clinet":11967,"insert_time":"2014-08-22T08:57:58.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67771,"10":16,"107":465,"11":589,"12":55,"13":316,"14":71,"15":97,"155":18,"156":16,"158":51,"159":14,"16":90,"160":11,"161":177,"167":31,"168":8,"17":166,"18":530,"19":356,"20":141,"209":26,"21":499,"210":28,"211":4,"214":14,"215":86,"221":204,"223":483,"224":182,"225":354,"23":330,"24":995,"25":361,"257":55,"26":143,"268":4,"27":24,"273":93,"276":26,"279":14,"28":613,"281":8,"282":13,"291":14,"292":134,"30":35,"302":4,"306":1,"31":49,"314":2,"32":15,"33":98,"34":34,"347":4,"35":59,"352":549,"36":130,"37":34,"38":469,"380":10,"381":25,"383":26,"389":2,"39":68,"391":12,"396":4,"397":19,"40":71,"409":19,"41":48,"414":13,"415":83,"419":39,"42":27,"426":2,"43":54,"430":19,"433":5,"44":19,"45":15,"46":193,"48":36,"49":113,"5":443,"51":31,"52":135,"53":37,"56":6,"570":8,"6":146,"63":3,"7":388,"79":55,"8":280,"80":17,"9":152,"all_client":79802,"all_tv_clinet":12031,"insert_time":"2014-08-22T08:58:58.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67836,"10":22,"107":436,"11":606,"12":52,"13":308,"14":76,"15":101,"155":18,"156":15,"158":50,"159":14,"16":97,"160":7,"161":178,"167":31,"168":9,"17":181,"18":513,"19":375,"20":145,"209":27,"21":506,"210":29,"211":4,"214":15,"215":84,"221":214,"223":486,"224":157,"225":370,"23":316,"24":988,"25":375,"257":63,"26":152,"268":4,"27":22,"273":85,"276":26,"279":14,"28":606,"281":8,"282":12,"291":14,"292":115,"30":36,"302":3,"306":1,"31":43,"314":2,"32":14,"33":95,"34":28,"347":4,"35":68,"352":554,"36":134,"37":32,"38":484,"380":9,"381":26,"383":26,"389":2,"39":76,"391":12,"396":4,"397":19,"40":72,"409":18,"41":50,"414":13,"415":82,"419":42,"42":23,"426":2,"43":55,"430":19,"433":6,"44":17,"45":14,"46":206,"48":32,"49":115,"5":454,"51":32,"52":132,"53":38,"56":8,"570":10,"6":143,"63":3,"7":389,"79":54,"8":285,"80":18,"9":144,"all_client":79910,"all_tv_clinet":12074,"insert_time":"2014-08-22T08:59:59.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67924,"10":22,"107":449,"11":616,"12":55,"13":319,"14":73,"15":96,"155":20,"156":15,"158":53,"159":14,"16":96,"160":8,"161":180,"167":35,"168":8,"17":188,"18":503,"19":392,"20":143,"209":25,"21":522,"210":24,"211":4,"214":16,"215":83,"221":213,"223":493,"224":142,"225":366,"23":318,"24":983,"25":380,"257":59,"26":153,"268":4,"27":22,"273":82,"276":28,"279":11,"28":606,"281":8,"282":12,"291":15,"292":107,"30":37,"302":3,"306":1,"31":43,"314":4,"32":13,"33":96,"34":30,"347":4,"35":71,"352":548,"36":131,"37":32,"38":482,"380":9,"381":24,"383":26,"389":2,"39":83,"391":13,"396":4,"397":19,"40":78,"409":22,"41":50,"414":15,"415":84,"419":43,"42":19,"426":2,"43":54,"430":19,"433":5,"44":17,"45":13,"46":208,"48":33,"49":112,"5":475,"51":33,"52":136,"53":39,"56":8,"570":9,"6":146,"63":4,"7":390,"79":54,"8":285,"80":19,"9":148,"all_client":80080,"all_tv_clinet":12156,"insert_time":"2014-08-22T09:00:59.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68292,"10":23,"107":461,"11":630,"12":56,"13":309,"14":74,"15":97,"155":20,"156":19,"158":53,"159":15,"16":99,"160":7,"161":181,"167":36,"168":8,"17":195,"18":489,"19":415,"20":141,"209":27,"21":531,"210":24,"211":3,"214":17,"215":81,"221":201,"223":513,"224":134,"225":364,"23":314,"24":983,"25":388,"257":59,"26":146,"268":6,"27":22,"273":78,"276":28,"279":11,"28":619,"281":8,"282":12,"291":17,"292":99,"30":42,"302":3,"306":1,"31":43,"314":4,"32":15,"33":101,"34":31,"347":4,"35":65,"352":559,"36":125,"37":30,"38":496,"380":9,"381":21,"383":25,"389":2,"39":89,"391":14,"396":4,"397":22,"40":79,"409":27,"41":51,"414":14,"415":86,"419":39,"42":18,"426":1,"43":54,"430":19,"431":1,"433":5,"44":19,"45":14,"46":204,"48":34,"49":103,"5":494,"51":34,"52":131,"53":41,"56":8,"570":7,"6":142,"63":4,"7":374,"79":48,"8":287,"80":20,"9":145,"all_client":80513,"all_tv_clinet":12221,"insert_time":"2014-08-22T09:02:00.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68467,"10":23,"107":470,"11":630,"12":58,"13":315,"14":72,"15":92,"155":21,"156":20,"158":52,"159":13,"16":100,"160":9,"161":174,"167":36,"168":7,"17":200,"18":481,"19":446,"20":133,"209":29,"21":519,"210":18,"211":3,"214":17,"215":84,"221":196,"223":521,"224":130,"225":369,"23":318,"24":962,"25":399,"257":53,"26":146,"268":8,"27":26,"273":81,"276":29,"279":11,"28":628,"281":8,"282":12,"291":17,"292":98,"30":46,"302":2,"306":2,"31":43,"314":5,"32":16,"33":105,"34":32,"347":4,"35":53,"352":549,"36":123,"37":25,"38":491,"380":8,"381":23,"383":25,"389":2,"39":91,"391":13,"396":5,"397":23,"40":86,"409":33,"41":56,"414":15,"415":87,"419":32,"42":19,"426":1,"43":50,"430":19,"431":1,"433":5,"44":21,"45":15,"46":211,"48":33,"49":86,"5":507,"51":34,"52":128,"53":37,"56":7,"570":6,"6":149,"63":6,"7":378,"79":51,"8":287,"80":20,"9":148,"all_client":80715,"all_tv_clinet":12248,"insert_time":"2014-08-22T09:03:01.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68735,"10":23,"107":470,"11":632,"12":58,"13":315,"14":68,"15":97,"155":22,"156":22,"158":51,"159":13,"16":103,"160":12,"161":178,"167":33,"168":7,"17":205,"18":485,"19":460,"20":134,"209":28,"21":524,"210":17,"211":3,"214":17,"215":89,"221":199,"223":525,"224":126,"225":377,"23":323,"24":938,"25":404,"257":53,"26":151,"268":8,"27":24,"273":80,"276":27,"279":13,"28":632,"281":6,"282":11,"291":19,"292":94,"30":48,"302":2,"306":2,"31":40,"314":5,"32":15,"33":104,"34":32,"347":4,"35":47,"352":554,"36":124,"37":25,"38":508,"380":8,"381":23,"383":27,"389":3,"39":93,"391":14,"396":7,"397":24,"40":92,"409":34,"41":55,"414":16,"415":87,"419":31,"42":19,"426":1,"43":49,"430":19,"431":1,"433":5,"44":22,"45":14,"46":210,"48":35,"49":85,"5":505,"51":38,"52":120,"53":32,"56":6,"570":5,"6":155,"63":6,"7":367,"79":48,"8":290,"80":19,"9":139,"all_client":81025,"all_tv_clinet":12290,"insert_time":"2014-08-22T09:04:01.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69023,"10":21,"107":464,"11":638,"12":60,"13":320,"14":72,"15":103,"155":22,"156":20,"158":52,"159":15,"16":105,"160":14,"161":196,"167":33,"168":8,"17":206,"18":490,"19":471,"20":137,"209":28,"21":519,"210":18,"211":3,"214":16,"215":87,"221":199,"223":531,"224":123,"225":382,"23":327,"24":928,"25":414,"257":57,"26":153,"268":7,"27":24,"273":78,"276":27,"279":16,"28":638,"281":5,"282":10,"291":18,"292":91,"30":47,"302":2,"306":2,"31":37,"314":5,"32":14,"33":104,"34":31,"347":4,"35":49,"352":552,"36":124,"37":25,"38":509,"380":9,"381":23,"383":28,"389":3,"39":96,"391":12,"396":6,"397":24,"40":92,"409":38,"41":55,"414":19,"415":86,"419":33,"42":17,"426":1,"43":45,"430":20,"433":5,"44":22,"45":15,"46":217,"48":34,"49":77,"5":504,"51":39,"52":117,"53":30,"56":6,"570":5,"6":159,"63":7,"7":353,"79":48,"8":297,"80":19,"9":145,"all_client":81380,"all_tv_clinet":12357,"insert_time":"2014-08-22T09:05:02.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69078,"10":19,"107":467,"11":652,"12":61,"13":329,"14":74,"15":101,"155":25,"156":18,"158":53,"159":14,"16":108,"160":14,"161":210,"167":32,"168":6,"17":191,"18":492,"19":478,"20":136,"209":26,"21":535,"210":17,"211":2,"214":15,"215":84,"221":200,"223":530,"224":113,"225":387,"23":340,"24":936,"25":417,"257":57,"26":153,"268":6,"27":23,"273":76,"276":25,"279":18,"28":631,"281":5,"282":11,"291":17,"292":88,"30":47,"302":2,"306":2,"31":37,"314":4,"32":14,"33":108,"34":31,"347":4,"35":45,"352":555,"36":131,"37":24,"38":515,"380":10,"381":23,"383":31,"389":3,"39":95,"391":10,"396":5,"397":24,"40":98,"409":41,"41":51,"414":20,"415":80,"419":31,"42":21,"426":1,"43":43,"430":21,"433":5,"44":24,"45":16,"46":219,"48":36,"49":79,"5":507,"51":38,"52":99,"53":33,"56":9,"570":6,"6":165,"63":8,"7":336,"79":48,"8":297,"80":18,"9":156,"all_client":81496,"all_tv_clinet":12418,"insert_time":"2014-08-22T09:06:02.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69236,"10":19,"107":452,"11":673,"12":59,"13":337,"14":74,"15":101,"155":24,"156":17,"158":53,"159":14,"16":113,"160":14,"161":213,"167":30,"168":5,"17":194,"18":494,"19":474,"20":134,"209":24,"21":539,"210":17,"211":2,"214":15,"215":77,"221":193,"223":524,"224":109,"225":387,"23":344,"24":939,"25":425,"257":54,"26":153,"268":7,"27":24,"273":74,"276":24,"279":18,"28":624,"281":5,"282":11,"291":17,"292":88,"30":48,"302":3,"306":3,"31":32,"314":5,"32":17,"33":108,"34":31,"347":4,"35":43,"352":560,"36":129,"37":24,"38":520,"380":10,"381":25,"383":32,"389":3,"39":91,"391":12,"396":5,"397":23,"40":102,"409":42,"41":54,"414":22,"415":76,"419":31,"42":25,"426":1,"43":43,"430":22,"433":5,"44":26,"45":16,"46":225,"48":34,"49":75,"5":519,"51":37,"52":99,"53":33,"56":8,"570":7,"6":168,"63":11,"7":332,"79":51,"8":302,"80":17,"9":152,"all_client":81687,"all_tv_clinet":12451,"insert_time":"2014-08-22T09:07:03.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69402,"10":19,"107":468,"11":670,"12":60,"13":352,"14":77,"15":102,"155":27,"156":17,"158":52,"159":14,"16":109,"160":13,"161":211,"167":32,"168":5,"17":190,"18":503,"19":479,"20":134,"209":24,"21":541,"210":16,"211":2,"214":15,"215":77,"221":196,"223":516,"224":106,"225":388,"23":344,"24":954,"25":435,"257":50,"26":150,"268":6,"27":25,"273":75,"276":25,"279":18,"28":607,"281":4,"282":12,"291":15,"292":84,"30":51,"302":3,"306":3,"31":35,"314":5,"32":17,"33":113,"34":31,"347":6,"35":40,"352":565,"36":126,"37":20,"38":528,"380":10,"381":25,"383":32,"389":3,"39":92,"391":14,"396":5,"397":23,"40":108,"409":44,"41":57,"414":24,"415":77,"419":30,"42":27,"426":2,"43":42,"430":22,"433":5,"44":29,"45":15,"46":221,"48":30,"49":71,"5":521,"51":39,"52":91,"53":35,"56":9,"570":8,"6":172,"63":11,"7":326,"79":51,"8":302,"80":18,"9":160,"all_client":81915,"all_tv_clinet":12513,"insert_time":"2014-08-22T09:08:03.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69454,"10":20,"107":460,"11":657,"12":59,"13":356,"14":76,"15":105,"155":28,"156":16,"158":53,"159":13,"16":114,"160":14,"161":218,"167":31,"168":5,"17":186,"18":497,"19":487,"20":134,"209":24,"21":543,"210":16,"211":2,"214":15,"215":73,"221":199,"223":519,"224":102,"225":403,"23":345,"24":954,"25":440,"257":50,"26":147,"268":6,"27":22,"273":74,"276":26,"279":20,"28":616,"281":4,"282":13,"291":15,"292":77,"30":49,"302":3,"306":3,"31":32,"314":5,"32":16,"33":111,"34":28,"347":6,"35":40,"352":567,"36":132,"37":20,"38":519,"380":8,"381":24,"383":31,"389":3,"39":92,"391":14,"396":5,"397":23,"40":120,"409":43,"41":55,"414":27,"415":81,"419":31,"42":28,"426":2,"43":37,"430":22,"433":5,"44":29,"45":11,"46":217,"48":29,"49":68,"5":526,"51":40,"52":86,"53":31,"56":9,"570":8,"6":174,"63":11,"7":320,"79":48,"8":301,"80":18,"9":163,"all_client":81959,"all_tv_clinet":12505,"insert_time":"2014-08-22T09:09:04.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69604,"10":19,"107":471,"11":651,"12":56,"13":362,"14":78,"15":104,"155":29,"156":16,"158":52,"159":13,"16":112,"160":13,"161":228,"167":30,"168":5,"17":184,"18":497,"19":481,"20":135,"209":22,"21":549,"210":12,"211":2,"214":16,"215":64,"221":198,"223":520,"224":100,"225":417,"23":358,"24":972,"25":431,"257":53,"26":151,"268":6,"27":24,"273":70,"276":29,"279":20,"28":618,"281":2,"282":13,"291":13,"292":74,"30":49,"302":3,"306":3,"31":30,"314":5,"32":16,"33":114,"34":26,"347":6,"35":37,"352":565,"36":138,"37":17,"38":511,"380":8,"381":22,"383":34,"389":3,"39":94,"391":14,"396":5,"397":23,"40":124,"409":45,"41":55,"414":27,"415":82,"419":32,"42":29,"426":2,"43":40,"430":23,"433":5,"44":30,"45":12,"46":212,"48":31,"49":68,"5":538,"51":40,"52":81,"53":32,"56":8,"570":8,"6":176,"63":11,"7":307,"79":45,"8":303,"80":19,"9":170,"all_client":82152,"all_tv_clinet":12548,"insert_time":"2014-08-22T09:10:04.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69839,"10":20,"107":486,"11":657,"12":56,"13":371,"14":72,"15":106,"155":32,"156":17,"158":52,"159":13,"16":114,"160":14,"161":222,"167":29,"168":5,"17":187,"18":501,"19":486,"20":131,"209":21,"21":544,"210":11,"211":2,"214":16,"215":60,"221":198,"223":515,"224":97,"225":406,"23":366,"24":972,"25":432,"257":53,"26":150,"268":8,"27":23,"273":70,"276":28,"279":20,"28":621,"281":2,"282":11,"291":13,"292":79,"30":49,"302":5,"306":3,"31":27,"314":7,"317":1,"32":14,"33":119,"34":27,"347":8,"35":32,"352":557,"36":133,"37":18,"38":507,"380":8,"381":21,"383":37,"389":2,"39":93,"391":14,"396":4,"397":23,"40":129,"409":47,"41":57,"414":27,"415":79,"419":32,"42":31,"426":2,"43":40,"430":23,"433":6,"44":37,"45":12,"46":209,"48":31,"49":66,"5":550,"51":39,"52":81,"53":32,"56":7,"570":7,"6":177,"63":11,"7":309,"79":43,"8":307,"80":18,"9":160,"all_client":82406,"all_tv_clinet":12567,"insert_time":"2014-08-22T09:11:05.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69860,"10":21,"107":486,"11":668,"12":56,"13":366,"14":72,"15":107,"155":31,"156":17,"158":53,"159":13,"16":113,"160":16,"161":214,"167":29,"168":5,"17":191,"18":508,"19":497,"20":127,"209":17,"21":551,"210":10,"211":2,"214":17,"215":63,"221":179,"223":511,"224":89,"225":410,"23":373,"24":982,"25":424,"257":52,"26":155,"268":8,"27":22,"273":69,"276":28,"279":22,"28":621,"281":3,"282":11,"291":13,"292":79,"30":50,"302":5,"306":3,"31":26,"314":7,"317":1,"32":16,"33":120,"34":27,"347":9,"35":30,"352":574,"36":139,"37":19,"38":505,"380":8,"381":21,"383":41,"389":2,"39":96,"391":13,"396":4,"397":24,"40":132,"409":51,"41":57,"414":30,"415":77,"419":31,"42":32,"426":2,"43":36,"430":23,"433":6,"44":37,"45":12,"46":208,"48":33,"49":60,"5":560,"51":38,"52":79,"53":30,"56":5,"570":7,"6":180,"63":10,"7":308,"79":42,"8":307,"80":18,"9":145,"all_client":82457,"all_tv_clinet":12597,"insert_time":"2014-08-22T09:12:06.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69919,"10":22,"107":485,"11":646,"12":58,"13":380,"14":72,"15":111,"155":31,"156":18,"158":52,"159":14,"16":111,"160":16,"161":199,"167":31,"168":5,"17":194,"18":523,"19":504,"20":117,"209":18,"21":554,"210":10,"211":3,"214":19,"215":63,"221":183,"223":521,"224":87,"225":418,"23":371,"24":982,"25":420,"257":51,"26":149,"268":8,"27":22,"273":70,"276":28,"279":22,"28":631,"281":3,"282":8,"291":10,"292":74,"30":51,"302":5,"306":4,"31":27,"314":6,"317":1,"32":18,"33":116,"34":28,"347":11,"35":27,"352":572,"36":148,"37":19,"38":511,"380":8,"381":20,"383":41,"389":2,"39":96,"391":11,"396":4,"397":24,"40":135,"409":52,"41":58,"414":29,"415":76,"419":32,"42":33,"426":2,"43":33,"430":23,"433":7,"44":37,"45":11,"46":218,"48":31,"49":59,"5":570,"51":34,"52":77,"53":30,"56":6,"570":8,"6":182,"63":13,"7":311,"79":41,"8":305,"80":20,"9":147,"all_client":82563,"all_tv_clinet":12644,"insert_time":"2014-08-22T09:13:06.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70168,"10":20,"107":477,"11":597,"12":64,"13":398,"14":75,"15":105,"155":33,"156":19,"158":52,"159":14,"16":110,"160":15,"161":200,"167":32,"168":5,"17":186,"18":531,"19":493,"20":113,"209":18,"21":548,"210":10,"211":3,"214":20,"215":63,"221":185,"223":534,"224":86,"225":420,"23":389,"24":989,"25":424,"257":55,"26":149,"268":8,"27":21,"273":66,"276":27,"279":21,"28":627,"281":3,"282":9,"291":10,"292":74,"30":53,"302":5,"306":4,"31":28,"314":5,"317":1,"32":17,"33":108,"34":26,"347":12,"35":25,"352":576,"36":156,"37":17,"38":499,"380":9,"381":18,"383":41,"389":2,"39":98,"391":9,"396":5,"397":22,"40":136,"409":56,"41":59,"414":30,"415":78,"419":40,"42":35,"426":1,"43":32,"430":23,"433":5,"44":39,"45":10,"46":215,"48":32,"49":67,"5":575,"51":32,"52":73,"53":32,"56":9,"570":10,"6":188,"63":14,"7":321,"79":38,"8":302,"80":21,"9":152,"all_client":82827,"all_tv_clinet":12659,"insert_time":"2014-08-22T09:14:07.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70201,"10":23,"107":473,"11":530,"12":64,"13":420,"14":102,"15":109,"155":34,"156":20,"158":50,"159":17,"16":109,"160":14,"161":213,"167":32,"168":5,"17":176,"18":552,"19":466,"20":104,"209":21,"21":556,"210":11,"211":3,"214":19,"215":67,"221":187,"223":536,"224":86,"225":435,"23":391,"24":1006,"25":415,"257":57,"26":152,"268":9,"27":22,"273":65,"276":26,"279":21,"28":629,"281":4,"282":9,"291":10,"292":73,"30":57,"302":5,"306":4,"31":29,"314":5,"317":1,"32":19,"33":100,"34":28,"347":17,"35":23,"352":583,"36":148,"37":14,"38":486,"380":11,"381":19,"383":36,"389":2,"39":101,"391":10,"396":5,"397":22,"40":134,"409":55,"41":58,"414":30,"415":80,"419":49,"42":34,"426":1,"43":30,"430":25,"433":5,"44":42,"45":10,"46":219,"48":30,"49":71,"5":590,"51":33,"52":74,"53":35,"56":10,"570":8,"6":187,"63":14,"7":323,"79":39,"8":298,"80":20,"9":149,"all_client":82902,"all_tv_clinet":12701,"insert_time":"2014-08-22T09:15:08.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70267,"10":20,"107":468,"11":492,"12":65,"13":422,"14":109,"15":107,"155":36,"156":21,"158":50,"159":17,"16":103,"160":15,"161":224,"167":33,"168":6,"17":164,"18":572,"19":448,"20":101,"209":26,"21":565,"210":11,"211":2,"214":19,"215":67,"221":190,"223":545,"224":88,"225":422,"23":406,"24":1024,"25":422,"257":58,"26":152,"268":8,"27":21,"273":64,"276":27,"279":21,"28":630,"281":5,"282":9,"291":10,"292":75,"30":57,"302":5,"306":4,"31":31,"314":3,"317":1,"32":20,"33":92,"34":28,"347":18,"35":23,"352":588,"36":146,"37":14,"38":490,"380":11,"381":24,"383":35,"389":2,"39":101,"391":10,"396":5,"397":22,"40":137,"409":57,"41":58,"414":30,"415":76,"419":56,"42":38,"426":1,"43":32,"430":25,"433":4,"44":45,"45":9,"46":223,"48":29,"49":74,"5":587,"51":35,"52":75,"53":34,"56":10,"570":8,"6":194,"63":13,"7":313,"79":39,"8":297,"80":19,"9":156,"all_client":83011,"all_tv_clinet":12744,"insert_time":"2014-08-22T09:16:08.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70516,"10":21,"107":472,"11":468,"12":68,"13":425,"14":117,"15":106,"155":39,"156":21,"158":50,"159":17,"16":104,"160":16,"161":247,"167":33,"168":6,"17":149,"18":590,"19":428,"20":98,"209":26,"21":559,"210":10,"211":3,"214":19,"215":68,"221":190,"223":549,"224":90,"225":428,"23":418,"24":1032,"25":426,"257":59,"26":153,"268":7,"27":21,"273":65,"276":28,"279":23,"28":617,"281":5,"282":7,"291":9,"292":82,"30":57,"302":5,"306":4,"31":34,"314":3,"317":1,"32":20,"33":87,"34":27,"347":20,"35":23,"352":586,"36":147,"37":13,"38":484,"380":11,"381":27,"383":35,"389":2,"39":102,"391":11,"396":6,"397":21,"40":135,"409":53,"41":62,"414":31,"415":76,"419":59,"42":41,"426":1,"43":33,"430":25,"433":5,"44":46,"45":9,"46":232,"48":28,"49":76,"5":580,"51":37,"52":76,"53":32,"56":9,"570":6,"6":199,"63":14,"7":311,"79":41,"8":296,"80":20,"9":171,"all_client":83315,"all_tv_clinet":12799,"insert_time":"2014-08-22T09:17:09.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70781,"10":24,"107":472,"11":443,"12":73,"13":421,"14":118,"15":105,"155":39,"156":23,"158":54,"159":18,"16":112,"160":17,"161":259,"167":33,"168":6,"17":150,"18":598,"19":428,"20":100,"209":30,"21":545,"210":9,"211":3,"214":18,"215":66,"221":192,"223":554,"224":96,"225":433,"23":439,"24":1052,"25":435,"257":56,"26":148,"268":6,"27":16,"273":67,"276":29,"279":26,"28":591,"281":5,"282":5,"291":9,"292":77,"30":59,"302":5,"306":3,"31":34,"314":4,"317":1,"32":23,"33":88,"34":26,"347":24,"35":22,"352":578,"36":156,"37":10,"38":481,"380":11,"381":32,"383":34,"389":3,"39":101,"391":9,"396":7,"397":22,"40":128,"409":57,"41":68,"414":32,"415":75,"419":59,"42":46,"426":1,"43":32,"430":25,"433":5,"44":46,"45":8,"46":235,"48":31,"49":78,"5":560,"51":38,"52":82,"53":32,"56":9,"570":6,"6":207,"63":14,"7":305,"79":37,"8":295,"80":23,"9":176,"all_client":83624,"all_tv_clinet":12843,"insert_time":"2014-08-22T09:18:10.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71117,"10":22,"107":466,"11":420,"12":81,"13":426,"14":130,"15":106,"155":40,"156":22,"158":55,"159":18,"16":118,"160":17,"161":265,"167":32,"168":5,"17":146,"18":612,"19":421,"20":97,"209":28,"21":523,"210":8,"211":3,"214":19,"215":64,"221":193,"223":544,"224":103,"225":433,"23":443,"24":1061,"25":439,"257":63,"26":151,"268":6,"27":17,"273":61,"276":28,"279":26,"28":571,"281":4,"282":5,"291":8,"292":85,"30":61,"302":5,"306":2,"31":34,"314":4,"317":1,"32":24,"33":84,"34":24,"347":24,"35":20,"352":595,"36":150,"37":12,"38":486,"380":10,"381":31,"383":38,"389":3,"39":103,"391":10,"396":7,"397":22,"40":110,"409":57,"41":69,"414":32,"415":77,"419":65,"42":53,"426":1,"43":33,"430":27,"433":5,"44":47,"45":9,"46":246,"48":30,"49":78,"5":560,"51":39,"52":82,"53":32,"56":10,"570":7,"6":215,"63":15,"7":297,"79":37,"8":302,"80":23,"9":191,"all_client":84001,"all_tv_clinet":12884,"insert_time":"2014-08-22T09:19:10.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71415,"10":23,"107":471,"11":417,"12":75,"13":425,"14":151,"15":107,"155":41,"156":21,"158":55,"159":19,"16":126,"160":18,"161":261,"167":31,"168":4,"17":145,"18":618,"19":420,"20":94,"209":27,"21":521,"210":8,"211":3,"214":19,"215":61,"221":199,"223":512,"224":114,"225":451,"23":460,"24":1071,"25":439,"257":68,"26":151,"268":6,"27":18,"273":56,"276":26,"279":27,"28":556,"281":4,"282":5,"291":9,"292":89,"30":61,"302":5,"306":3,"31":29,"314":4,"317":1,"32":26,"33":77,"34":25,"347":29,"35":20,"352":581,"36":147,"37":14,"38":472,"380":10,"381":34,"383":44,"389":3,"39":108,"391":11,"396":6,"397":22,"40":90,"409":58,"41":71,"414":32,"415":79,"419":74,"42":63,"426":1,"43":31,"430":28,"433":5,"44":50,"45":8,"46":250,"48":29,"49":83,"5":562,"51":43,"52":92,"53":36,"56":12,"570":6,"6":222,"63":16,"7":301,"79":37,"8":307,"80":24,"9":195,"all_client":84374,"all_tv_clinet":12959,"insert_time":"2014-08-22T09:20:11.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71653,"10":23,"107":471,"11":394,"12":70,"13":435,"14":151,"15":116,"155":44,"156":21,"158":54,"159":19,"16":130,"160":17,"161":265,"167":31,"168":4,"17":144,"18":635,"19":426,"20":90,"209":32,"21":510,"210":8,"211":3,"214":20,"215":65,"221":203,"223":492,"224":124,"225":468,"23":472,"24":1079,"25":449,"257":69,"26":152,"268":4,"27":17,"273":58,"276":27,"279":24,"28":530,"281":4,"282":5,"291":9,"292":94,"30":62,"302":5,"306":3,"31":31,"314":4,"317":1,"32":30,"33":72,"34":26,"347":29,"35":23,"352":574,"36":147,"37":13,"38":468,"380":9,"381":33,"383":47,"389":2,"39":106,"391":13,"396":4,"397":23,"40":75,"409":59,"41":67,"414":35,"415":74,"419":78,"42":67,"426":1,"43":33,"430":30,"433":5,"44":51,"45":9,"46":252,"48":27,"49":80,"5":555,"51":46,"52":95,"53":39,"56":12,"570":4,"6":230,"63":14,"7":310,"79":41,"8":310,"80":24,"9":213,"all_client":84672,"all_tv_clinet":13019,"insert_time":"2014-08-22T09:21:12.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71937,"10":23,"107":480,"11":382,"12":60,"13":450,"14":156,"15":122,"155":44,"156":21,"158":51,"159":20,"16":131,"160":17,"161":276,"167":34,"168":4,"17":140,"18":656,"19":436,"20":91,"209":34,"21":490,"210":8,"211":3,"214":20,"215":65,"221":201,"223":479,"224":128,"225":478,"23":484,"24":1081,"25":462,"257":69,"26":150,"268":4,"27":17,"273":61,"276":28,"279":24,"28":508,"281":4,"282":5,"291":11,"292":99,"30":66,"302":5,"306":4,"31":28,"314":4,"317":1,"32":34,"33":65,"34":25,"347":31,"35":23,"352":572,"36":145,"37":14,"38":466,"380":10,"381":35,"383":49,"389":2,"39":104,"391":13,"396":4,"397":23,"40":69,"409":57,"41":66,"414":35,"415":77,"419":83,"42":65,"43":34,"430":30,"433":5,"44":51,"45":11,"46":256,"48":26,"49":81,"5":555,"51":52,"52":97,"53":45,"56":12,"570":4,"6":237,"63":14,"7":311,"79":41,"8":308,"80":26,"9":219,"all_client":85034,"all_tv_clinet":13097,"insert_time":"2014-08-22T09:22:12.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72153,"10":23,"107":497,"11":361,"12":57,"13":466,"14":156,"15":118,"155":48,"156":20,"158":49,"159":24,"16":134,"160":22,"161":275,"167":35,"168":5,"17":141,"18":678,"19":441,"20":93,"209":36,"21":482,"210":7,"211":3,"214":20,"215":66,"221":199,"223":477,"224":127,"225":486,"23":496,"24":1087,"25":471,"257":72,"26":157,"268":4,"27":15,"273":60,"276":29,"279":24,"28":483,"281":4,"282":7,"291":13,"292":103,"30":67,"302":4,"306":3,"31":26,"314":4,"32":33,"33":63,"34":27,"347":35,"35":23,"352":575,"36":143,"37":14,"38":466,"380":10,"381":36,"383":42,"389":2,"39":102,"391":15,"396":5,"397":23,"40":69,"409":51,"41":64,"414":39,"415":79,"419":88,"42":73,"426":1,"43":36,"430":32,"433":5,"44":52,"45":12,"46":254,"48":26,"49":82,"5":559,"51":52,"52":97,"53":47,"56":13,"570":3,"6":253,"63":14,"7":298,"79":39,"8":307,"80":27,"9":234,"all_client":85348,"all_tv_clinet":13195,"insert_time":"2014-08-22T09:23:13.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72305,"10":21,"107":502,"11":339,"12":56,"13":476,"14":155,"15":114,"155":53,"156":20,"158":46,"159":26,"16":131,"160":25,"161":270,"167":34,"168":5,"17":133,"18":702,"19":457,"20":93,"209":33,"21":484,"210":5,"211":3,"214":21,"215":68,"221":197,"223":469,"224":134,"225":487,"23":503,"24":1086,"25":479,"257":67,"26":167,"268":5,"27":16,"273":58,"276":31,"279":23,"28":464,"281":2,"282":6,"291":12,"292":111,"30":72,"302":4,"306":3,"31":28,"314":4,"32":30,"33":64,"34":25,"347":35,"35":21,"352":588,"36":143,"37":15,"38":455,"380":12,"381":32,"383":44,"389":2,"39":106,"391":15,"396":6,"397":24,"40":64,"409":44,"41":63,"414":41,"415":78,"419":88,"42":73,"426":1,"43":33,"430":33,"433":5,"44":50,"45":12,"46":263,"48":26,"49":80,"5":564,"51":54,"52":98,"53":47,"56":15,"570":3,"6":256,"63":15,"7":291,"79":39,"8":306,"80":30,"9":250,"all_client":85544,"all_tv_clinet":13239,"insert_time":"2014-08-22T09:24:14.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72382,"10":22,"107":507,"11":320,"12":52,"13":476,"14":150,"15":114,"155":54,"156":20,"158":44,"159":28,"16":134,"160":27,"161":275,"167":34,"168":5,"17":134,"18":710,"19":459,"20":92,"209":33,"21":472,"210":5,"211":3,"214":20,"215":71,"221":201,"223":470,"224":135,"225":495,"23":530,"24":1096,"25":487,"257":64,"26":162,"268":5,"27":16,"273":56,"276":30,"279":21,"28":455,"281":3,"282":7,"291":13,"292":118,"30":72,"302":4,"306":1,"31":31,"314":4,"32":31,"33":63,"34":24,"347":33,"35":20,"352":582,"36":139,"37":16,"38":457,"380":11,"381":33,"383":42,"389":2,"39":108,"391":16,"396":5,"397":25,"40":63,"409":39,"41":64,"414":40,"415":74,"419":89,"42":79,"426":2,"43":34,"430":34,"433":5,"44":48,"45":14,"46":258,"48":26,"49":79,"5":568,"51":51,"52":100,"53":44,"56":16,"570":3,"6":259,"63":14,"7":283,"79":39,"8":315,"80":30,"9":262,"all_client":85658,"all_tv_clinet":13276,"insert_time":"2014-08-22T09:25:14.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72561,"10":18,"107":498,"11":304,"12":49,"13":487,"14":152,"15":117,"155":53,"156":20,"158":44,"159":30,"16":137,"160":25,"161":268,"167":34,"168":4,"17":133,"18":720,"19":476,"20":88,"209":33,"21":477,"210":6,"211":2,"214":19,"215":73,"221":202,"223":475,"224":139,"225":497,"23":540,"24":1096,"25":496,"257":66,"26":152,"268":7,"27":17,"273":56,"276":29,"279":20,"28":445,"281":2,"282":7,"291":13,"292":121,"30":74,"302":4,"306":1,"31":30,"314":4,"32":33,"33":61,"34":18,"347":35,"35":21,"352":594,"36":143,"37":16,"38":453,"380":11,"381":30,"383":37,"389":2,"39":111,"391":16,"396":4,"397":27,"40":60,"409":38,"41":63,"414":40,"415":76,"419":91,"42":83,"426":2,"43":35,"430":34,"433":5,"44":50,"45":18,"46":256,"48":29,"49":79,"5":581,"51":51,"52":107,"53":43,"56":15,"570":4,"6":260,"63":12,"7":272,"79":39,"8":318,"80":32,"9":274,"all_client":85900,"all_tv_clinet":13339,"insert_time":"2014-08-22T09:26:15.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72737,"10":17,"107":492,"11":306,"12":42,"13":503,"14":152,"15":105,"155":56,"156":20,"158":39,"159":31,"16":143,"160":29,"161":245,"167":35,"168":4,"17":128,"18":718,"19":496,"20":90,"209":32,"21":484,"210":7,"211":2,"214":16,"215":73,"221":214,"223":476,"224":147,"225":494,"23":543,"24":1097,"25":501,"257":71,"26":135,"268":8,"27":16,"273":61,"276":28,"279":20,"28":421,"281":2,"282":6,"291":14,"292":126,"30":78,"302":4,"306":1,"31":29,"314":5,"32":32,"33":61,"34":22,"347":35,"35":20,"352":593,"36":140,"37":14,"38":453,"380":11,"381":34,"383":34,"389":2,"39":110,"391":15,"396":3,"397":27,"40":60,"409":38,"41":68,"414":38,"415":81,"419":95,"42":92,"426":3,"43":35,"430":35,"433":4,"44":51,"45":21,"46":242,"48":32,"49":82,"5":582,"51":50,"52":114,"53":44,"56":14,"570":3,"6":277,"63":12,"7":269,"79":37,"8":290,"80":33,"9":296,"all_client":86103,"all_tv_clinet":13366,"insert_time":"2014-08-22T09:27:16.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72802,"10":17,"107":488,"11":302,"12":41,"13":508,"14":154,"15":89,"155":59,"156":19,"158":36,"159":31,"16":154,"160":31,"161":232,"167":34,"168":4,"17":132,"18":724,"19":518,"20":92,"209":32,"21":490,"210":7,"211":2,"214":13,"215":74,"221":210,"223":490,"224":156,"225":503,"23":556,"24":1091,"25":511,"257":73,"26":127,"268":8,"27":14,"273":60,"276":29,"279":20,"28":411,"281":2,"282":6,"291":14,"292":123,"30":82,"302":4,"306":1,"31":26,"314":5,"32":32,"33":59,"34":26,"347":34,"35":21,"352":596,"36":136,"37":14,"38":453,"380":11,"381":32,"383":34,"389":2,"39":108,"391":16,"396":4,"397":26,"40":57,"409":40,"41":73,"414":37,"415":85,"419":96,"42":95,"426":3,"43":35,"430":33,"433":4,"44":54,"45":21,"46":227,"48":31,"49":90,"5":591,"51":57,"52":116,"53":46,"56":16,"570":4,"6":276,"63":12,"7":265,"79":38,"8":267,"80":33,"9":315,"all_client":86228,"all_tv_clinet":13426,"insert_time":"2014-08-22T09:28:16.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72953,"10":20,"107":510,"11":302,"12":43,"13":520,"14":154,"15":84,"155":62,"156":20,"158":36,"159":29,"16":159,"160":27,"161":211,"167":34,"168":3,"17":142,"18":741,"19":524,"20":88,"209":30,"21":505,"210":7,"211":2,"214":12,"215":72,"221":211,"223":499,"224":165,"225":506,"23":571,"24":1127,"25":509,"257":64,"26":112,"268":8,"27":13,"273":56,"276":29,"279":20,"28":383,"281":2,"282":6,"291":12,"292":106,"30":84,"302":4,"306":1,"31":26,"314":6,"32":30,"33":57,"34":29,"347":32,"35":20,"352":604,"36":135,"37":16,"38":456,"380":12,"381":30,"383":41,"389":2,"39":105,"391":16,"396":4,"397":25,"40":57,"409":41,"41":74,"414":35,"415":84,"419":100,"42":98,"426":3,"43":42,"430":32,"433":4,"44":57,"45":22,"46":212,"48":33,"49":100,"5":602,"51":57,"52":119,"53":46,"56":15,"570":4,"6":276,"63":12,"7":270,"79":44,"8":238,"80":34,"9":333,"all_client":86468,"all_tv_clinet":13515,"insert_time":"2014-08-22T09:29:17.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73092,"10":20,"107":510,"11":315,"12":43,"13":518,"14":154,"15":83,"155":64,"156":19,"158":36,"159":29,"16":162,"160":27,"161":200,"167":36,"168":3,"17":150,"18":729,"19":501,"20":86,"209":29,"21":516,"210":6,"211":2,"214":13,"215":72,"221":212,"223":506,"224":174,"225":505,"23":593,"24":1145,"25":514,"257":67,"26":106,"268":8,"27":12,"273":56,"276":30,"279":19,"28":372,"281":1,"282":7,"291":12,"292":92,"30":84,"302":5,"306":1,"31":25,"314":5,"32":27,"33":54,"34":27,"347":31,"35":19,"352":600,"36":136,"37":19,"38":464,"380":8,"381":30,"383":44,"389":2,"39":106,"391":17,"396":4,"397":26,"40":58,"409":47,"41":71,"414":35,"415":88,"419":104,"42":99,"426":3,"43":39,"430":30,"433":4,"44":64,"45":21,"46":207,"48":33,"49":107,"5":604,"51":58,"52":119,"53":50,"56":15,"570":4,"6":283,"63":11,"7":266,"79":47,"8":228,"80":38,"9":352,"all_client":86665,"all_tv_clinet":13573,"insert_time":"2014-08-22T09:30:18.223Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73452,"10":19,"107":516,"11":315,"12":42,"13":535,"14":153,"15":81,"155":64,"156":18,"158":35,"159":30,"16":158,"160":26,"161":192,"167":34,"168":2,"17":154,"18":725,"19":474,"20":87,"209":30,"21":540,"210":6,"211":2,"214":15,"215":75,"221":209,"223":498,"224":186,"225":503,"23":608,"24":1177,"25":499,"257":68,"26":104,"268":8,"27":11,"273":55,"276":36,"279":19,"28":376,"282":7,"291":12,"292":93,"30":82,"302":4,"306":1,"31":27,"314":6,"32":25,"33":55,"34":27,"347":33,"35":19,"352":595,"36":143,"37":20,"38":451,"380":9,"381":30,"383":47,"389":2,"39":110,"391":17,"396":2,"397":26,"40":54,"409":50,"41":65,"414":35,"415":85,"419":105,"42":104,"426":3,"43":38,"430":30,"433":4,"44":63,"45":20,"46":200,"48":33,"49":111,"5":620,"51":58,"52":120,"53":51,"56":15,"570":4,"6":292,"63":12,"7":267,"79":46,"8":217,"80":37,"9":367,"all_client":87086,"all_tv_clinet":13634,"insert_time":"2014-08-22T09:31:18.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73625,"10":17,"107":518,"11":316,"12":40,"13":535,"14":160,"15":85,"155":64,"156":17,"158":37,"159":30,"16":158,"160":27,"161":194,"167":30,"168":2,"17":154,"18":734,"19":453,"20":85,"209":30,"21":554,"210":6,"211":1,"214":17,"215":75,"221":215,"223":499,"224":198,"225":509,"23":621,"24":1202,"25":463,"257":71,"26":101,"268":8,"27":15,"273":57,"276":41,"279":19,"28":388,"282":10,"291":12,"292":101,"30":76,"302":4,"306":1,"31":30,"314":7,"32":21,"33":59,"34":27,"347":30,"35":20,"352":603,"36":149,"37":22,"38":435,"380":8,"381":33,"383":48,"389":2,"39":111,"391":17,"396":2,"397":26,"40":53,"409":54,"41":63,"414":32,"415":80,"419":100,"42":106,"426":4,"43":39,"430":31,"431":1,"433":5,"44":63,"45":21,"46":185,"48":33,"49":115,"5":646,"51":59,"52":116,"53":55,"56":17,"570":4,"6":303,"63":12,"7":255,"79":47,"8":204,"80":35,"9":378,"all_client":87341,"all_tv_clinet":13716,"insert_time":"2014-08-22T09:32:19.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73721,"10":18,"107":510,"11":314,"12":40,"13":538,"14":163,"15":87,"155":66,"156":17,"158":33,"159":31,"16":150,"160":29,"161":200,"167":29,"168":2,"17":161,"18":759,"19":439,"20":85,"209":32,"21":544,"210":6,"211":1,"214":16,"215":75,"221":213,"223":498,"224":211,"225":504,"23":645,"24":1215,"25":414,"257":70,"26":100,"268":9,"27":15,"273":53,"276":47,"279":21,"28":398,"281":1,"282":12,"291":12,"292":103,"30":71,"302":6,"306":1,"31":32,"314":6,"32":20,"33":55,"34":26,"347":30,"35":23,"352":615,"36":144,"37":23,"38":438,"380":10,"381":37,"383":48,"389":2,"39":111,"391":17,"396":2,"397":25,"40":50,"409":53,"41":63,"414":33,"415":80,"419":93,"42":116,"426":4,"43":42,"430":30,"431":2,"433":6,"44":63,"45":20,"46":168,"48":38,"49":119,"5":663,"51":61,"52":114,"53":56,"56":19,"570":4,"6":307,"63":13,"7":273,"79":46,"8":198,"80":35,"9":384,"all_client":87502,"all_tv_clinet":13781,"insert_time":"2014-08-22T09:33:20.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73959,"10":23,"107":505,"11":318,"12":37,"13":548,"14":161,"15":95,"155":67,"156":15,"158":33,"159":32,"16":147,"160":30,"161":197,"167":30,"168":2,"17":168,"18":785,"19":435,"20":86,"209":34,"21":556,"210":6,"211":1,"214":14,"215":74,"221":209,"223":512,"224":227,"225":504,"23":660,"24":1227,"25":384,"257":70,"26":92,"268":10,"27":16,"273":47,"276":54,"279":22,"28":398,"281":1,"282":15,"291":12,"292":110,"30":62,"302":6,"306":1,"31":32,"314":6,"32":18,"33":53,"34":32,"347":29,"35":27,"352":619,"36":138,"37":26,"38":446,"380":10,"381":40,"383":51,"389":2,"39":110,"391":15,"396":5,"397":26,"40":48,"409":53,"41":64,"414":30,"415":85,"419":87,"42":122,"426":4,"43":41,"430":32,"431":2,"433":6,"44":65,"45":21,"46":165,"48":40,"49":124,"5":682,"51":58,"52":115,"53":55,"56":19,"570":5,"6":301,"63":14,"7":280,"79":46,"8":188,"80":36,"9":390,"all_client":87860,"all_tv_clinet":13901,"insert_time":"2014-08-22T09:34:20.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74094,"10":21,"107":496,"11":327,"12":39,"13":558,"14":154,"15":99,"155":69,"156":12,"158":34,"159":31,"16":144,"160":30,"161":193,"167":28,"168":2,"17":177,"18":796,"19":433,"20":79,"209":36,"21":574,"210":6,"211":1,"214":14,"215":78,"221":210,"223":507,"224":236,"225":509,"23":669,"24":1249,"25":367,"257":74,"26":86,"268":9,"27":16,"273":47,"276":59,"279":22,"28":410,"281":2,"282":16,"291":10,"292":124,"30":56,"302":7,"306":2,"31":33,"314":7,"32":18,"33":50,"34":32,"347":28,"35":28,"352":616,"36":142,"37":24,"38":447,"380":10,"381":39,"383":52,"389":2,"39":110,"391":15,"396":6,"397":23,"40":50,"409":53,"41":62,"414":30,"415":91,"419":80,"42":130,"426":4,"43":41,"430":29,"431":1,"433":6,"44":64,"45":18,"46":161,"48":45,"49":131,"5":687,"51":58,"52":119,"53":57,"56":20,"570":6,"6":284,"63":15,"7":296,"79":45,"8":175,"80":34,"9":390,"all_client":88076,"all_tv_clinet":13982,"insert_time":"2014-08-22T09:35:21.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74286,"10":19,"107":492,"11":321,"12":37,"13":558,"14":150,"15":107,"155":69,"156":10,"158":32,"159":29,"16":138,"160":30,"161":194,"167":26,"168":2,"17":183,"18":800,"19":443,"20":79,"209":34,"21":593,"210":7,"211":1,"214":15,"215":81,"221":217,"223":518,"224":238,"225":521,"23":689,"24":1268,"25":357,"257":72,"26":83,"268":10,"27":18,"273":46,"276":60,"279":21,"28":412,"281":2,"282":18,"291":11,"292":132,"30":50,"302":7,"306":2,"31":29,"314":6,"317":1,"32":18,"33":48,"34":34,"347":28,"35":28,"352":607,"36":145,"37":26,"38":447,"380":10,"381":37,"383":48,"389":2,"39":109,"391":17,"396":7,"397":21,"40":47,"409":55,"41":64,"414":26,"415":94,"419":79,"42":139,"426":3,"43":41,"430":26,"431":2,"433":5,"44":63,"45":17,"46":154,"48":47,"49":131,"5":703,"51":62,"52":121,"53":53,"56":19,"570":6,"6":270,"63":20,"7":299,"79":47,"8":164,"80":33,"9":401,"all_client":88347,"all_tv_clinet":14061,"insert_time":"2014-08-22T09:36:22.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74549,"10":19,"107":484,"11":327,"12":45,"13":549,"14":146,"15":117,"155":70,"156":10,"158":33,"159":29,"16":133,"160":32,"161":192,"167":29,"168":2,"17":189,"18":808,"19":449,"20":81,"209":31,"21":594,"210":6,"211":1,"214":15,"215":85,"221":219,"223":525,"224":240,"225":523,"23":701,"24":1277,"25":348,"257":66,"26":75,"268":10,"27":20,"273":44,"276":63,"279":22,"28":416,"281":2,"282":17,"291":10,"292":134,"30":47,"302":7,"306":3,"31":35,"314":5,"317":3,"32":17,"33":50,"34":34,"347":28,"35":29,"352":613,"36":146,"37":28,"38":455,"380":10,"381":41,"383":49,"389":3,"39":109,"391":16,"396":7,"397":20,"40":44,"409":56,"41":64,"414":27,"415":99,"419":77,"42":143,"426":3,"43":39,"430":25,"431":2,"433":5,"44":61,"45":15,"46":148,"48":50,"49":134,"5":711,"51":62,"52":119,"53":53,"56":19,"570":6,"6":266,"63":21,"7":295,"79":46,"8":145,"80":34,"9":400,"all_client":88661,"all_tv_clinet":14112,"insert_time":"2014-08-22T09:37:23.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74732,"10":20,"107":485,"11":322,"12":47,"13":555,"14":145,"15":124,"155":71,"156":11,"158":36,"159":27,"16":127,"160":33,"161":197,"167":31,"168":3,"17":198,"18":813,"19":458,"20":88,"209":32,"21":608,"210":5,"214":17,"215":85,"221":221,"223":531,"224":242,"225":529,"23":707,"24":1263,"25":333,"257":63,"26":68,"268":10,"27":20,"273":41,"276":65,"279":23,"28":418,"281":3,"282":20,"291":12,"292":134,"30":47,"302":8,"306":3,"31":36,"314":1,"317":3,"32":18,"33":49,"34":35,"347":24,"35":30,"352":619,"36":148,"37":27,"38":451,"380":10,"381":45,"383":45,"389":3,"39":112,"391":16,"396":8,"397":17,"40":43,"409":58,"41":64,"414":25,"415":95,"419":82,"42":152,"426":3,"43":35,"430":25,"431":2,"433":5,"44":62,"45":15,"46":137,"48":47,"49":135,"5":713,"51":62,"52":119,"53":50,"56":18,"570":6,"6":259,"63":22,"7":308,"79":48,"8":133,"80":32,"9":385,"all_client":88868,"all_tv_clinet":14136,"insert_time":"2014-08-22T09:38:23.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74825,"10":19,"107":486,"11":312,"12":50,"13":556,"14":143,"15":141,"155":72,"156":10,"158":42,"159":26,"16":133,"160":34,"161":203,"167":33,"168":3,"17":200,"18":822,"19":468,"20":85,"209":31,"21":614,"210":6,"214":18,"215":92,"221":214,"223":542,"224":245,"225":517,"23":711,"24":1265,"25":331,"257":61,"26":68,"268":10,"27":23,"273":41,"276":70,"279":25,"28":419,"281":3,"282":20,"291":12,"292":132,"30":45,"302":9,"306":3,"31":34,"314":2,"317":3,"32":17,"33":49,"34":36,"347":21,"35":30,"352":614,"36":144,"37":26,"38":453,"380":10,"381":51,"383":46,"389":4,"39":113,"391":16,"396":7,"397":16,"40":43,"409":57,"41":61,"414":22,"415":96,"419":88,"42":160,"426":3,"43":35,"430":25,"433":5,"44":64,"45":15,"46":131,"48":42,"49":130,"5":716,"51":60,"52":118,"53":58,"56":17,"570":6,"6":265,"63":22,"7":311,"79":50,"8":130,"80":31,"9":380,"all_client":89023,"all_tv_clinet":14198,"insert_time":"2014-08-22T09:39:24.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74996,"10":19,"107":498,"11":310,"12":50,"13":566,"14":132,"15":154,"155":72,"156":9,"158":43,"159":27,"16":125,"160":34,"161":207,"167":34,"168":3,"17":209,"18":814,"19":476,"20":85,"209":34,"21":625,"210":5,"214":19,"215":95,"221":210,"223":529,"224":244,"225":532,"23":709,"24":1278,"25":319,"257":62,"26":65,"268":8,"27":22,"273":40,"276":72,"279":26,"28":426,"281":3,"282":22,"291":14,"292":136,"30":44,"302":9,"306":2,"31":31,"314":2,"317":3,"32":22,"33":47,"34":33,"347":23,"35":31,"352":625,"36":151,"37":26,"38":451,"380":10,"381":53,"383":45,"389":4,"39":109,"391":16,"396":6,"397":17,"40":45,"409":57,"41":62,"414":23,"415":95,"419":88,"42":162,"426":3,"43":36,"430":24,"433":6,"44":62,"45":16,"46":125,"48":42,"49":116,"5":723,"51":64,"52":125,"53":61,"56":16,"570":4,"6":258,"63":26,"7":316,"79":51,"8":126,"80":28,"9":384,"all_client":89262,"all_tv_clinet":14266,"insert_time":"2014-08-22T09:40:24.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75227,"10":20,"107":508,"11":302,"12":50,"13":571,"14":121,"15":172,"155":73,"156":9,"158":43,"159":26,"16":120,"160":34,"161":197,"167":36,"168":3,"17":222,"18":822,"19":492,"20":83,"209":31,"21":640,"210":5,"214":21,"215":96,"221":214,"223":517,"224":245,"225":520,"23":712,"24":1274,"25":304,"257":61,"26":63,"268":7,"27":21,"273":41,"276":74,"279":27,"28":436,"281":2,"282":24,"291":14,"292":139,"30":41,"302":9,"306":2,"31":28,"314":2,"317":3,"32":22,"33":45,"34":35,"347":22,"35":31,"352":631,"36":155,"37":25,"38":448,"380":10,"381":60,"383":42,"389":4,"39":107,"391":18,"396":5,"397":17,"40":42,"409":56,"41":63,"414":21,"415":94,"419":91,"42":168,"426":3,"43":34,"430":21,"433":6,"44":62,"45":19,"46":124,"48":42,"49":98,"5":733,"51":63,"52":127,"53":62,"56":18,"570":3,"6":264,"63":27,"7":329,"79":53,"8":119,"80":29,"9":395,"all_client":89547,"all_tv_clinet":14320,"insert_time":"2014-08-22T09:41:25.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75359,"10":20,"107":512,"11":290,"12":49,"13":586,"14":123,"15":184,"155":73,"156":10,"158":44,"159":27,"16":110,"160":33,"161":185,"167":37,"168":3,"17":229,"18":821,"19":523,"20":82,"209":33,"21":653,"210":4,"214":21,"215":91,"221":216,"223":494,"224":248,"225":517,"23":722,"24":1262,"25":297,"257":60,"26":60,"268":7,"27":19,"273":44,"276":78,"279":24,"28":441,"281":2,"282":27,"291":13,"292":142,"30":41,"302":9,"306":2,"31":30,"314":3,"317":2,"32":22,"33":45,"34":36,"347":21,"35":29,"352":631,"36":154,"37":26,"38":444,"380":8,"381":66,"383":42,"389":2,"39":108,"391":20,"396":5,"397":15,"40":40,"409":55,"41":61,"414":19,"415":98,"419":93,"42":179,"426":3,"43":34,"430":26,"433":7,"44":61,"45":20,"46":124,"48":41,"49":91,"5":743,"51":59,"52":128,"53":60,"56":20,"570":3,"6":269,"63":29,"7":342,"79":55,"8":117,"80":30,"9":398,"all_client":89741,"all_tv_clinet":14382,"insert_time":"2014-08-22T09:42:26.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75697,"10":18,"107":501,"11":290,"12":40,"13":593,"14":122,"15":204,"155":74,"156":10,"158":44,"159":25,"16":109,"160":33,"161":185,"167":36,"168":3,"17":238,"18":816,"19":542,"20":84,"209":34,"21":660,"210":4,"211":1,"214":20,"215":90,"221":219,"223":491,"224":250,"225":526,"23":716,"24":1260,"25":294,"257":63,"26":58,"268":7,"27":20,"273":45,"276":78,"279":24,"28":447,"281":2,"282":31,"291":13,"292":138,"30":39,"302":9,"306":2,"31":33,"314":3,"317":2,"32":21,"33":46,"34":38,"347":19,"35":27,"352":619,"36":154,"37":27,"38":438,"380":8,"381":66,"383":45,"389":2,"39":104,"391":17,"396":5,"397":16,"40":39,"409":53,"41":60,"414":18,"415":97,"419":96,"42":183,"426":3,"43":31,"430":28,"433":7,"44":56,"45":20,"46":117,"48":44,"49":86,"5":744,"51":57,"52":125,"53":65,"56":21,"570":3,"6":271,"63":31,"7":355,"79":55,"8":114,"80":33,"9":408,"all_client":90115,"all_tv_clinet":14418,"insert_time":"2014-08-22T09:43:26.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75868,"10":17,"107":486,"11":288,"12":41,"13":601,"14":122,"15":214,"155":71,"156":12,"158":46,"159":21,"16":110,"160":33,"161":198,"167":37,"168":3,"17":239,"18":816,"19":557,"20":81,"209":37,"21":670,"210":3,"211":1,"214":20,"215":93,"221":236,"223":498,"224":252,"225":518,"23":720,"24":1262,"25":283,"257":68,"26":53,"268":7,"27":22,"273":43,"276":80,"279":24,"28":443,"281":2,"282":31,"291":12,"292":132,"30":38,"302":10,"306":2,"31":36,"314":4,"317":2,"32":20,"33":41,"34":39,"347":17,"35":24,"352":628,"36":153,"37":26,"38":444,"380":8,"381":62,"383":51,"389":2,"39":94,"391":14,"396":3,"397":18,"40":38,"409":52,"41":64,"414":17,"415":93,"419":98,"42":188,"426":3,"43":29,"430":32,"433":6,"434":1,"44":53,"45":20,"46":120,"48":46,"49":81,"5":751,"51":55,"52":125,"53":70,"56":21,"570":4,"6":276,"63":35,"7":362,"79":53,"8":106,"80":36,"9":408,"all_client":90350,"all_tv_clinet":14482,"insert_time":"2014-08-22T09:44:27.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75833,"10":18,"107":488,"11":292,"12":41,"13":605,"14":121,"15":204,"155":72,"156":14,"158":47,"159":15,"16":109,"160":35,"161":212,"167":38,"168":3,"17":244,"18":826,"19":563,"20":85,"209":35,"21":675,"210":3,"211":1,"214":21,"215":102,"221":236,"223":503,"224":260,"225":499,"23":718,"24":1256,"25":275,"257":66,"26":47,"268":6,"27":23,"273":39,"276":85,"279":25,"28":449,"281":1,"282":30,"291":14,"292":128,"30":35,"302":11,"306":2,"31":37,"314":4,"317":2,"32":19,"33":43,"34":38,"347":17,"35":29,"352":629,"36":156,"37":24,"38":449,"380":10,"381":60,"383":55,"389":2,"39":82,"391":14,"396":3,"397":18,"40":39,"409":52,"41":65,"414":14,"415":94,"419":99,"42":193,"426":3,"43":31,"430":33,"433":7,"434":1,"44":52,"45":22,"46":119,"48":46,"49":75,"5":756,"51":56,"52":133,"53":70,"56":23,"570":5,"6":278,"63":37,"7":367,"79":51,"8":103,"80":41,"9":418,"all_client":90384,"all_tv_clinet":14551,"insert_time":"2014-08-22T09:45:28.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75595,"10":16,"107":493,"11":289,"12":44,"13":605,"14":119,"15":204,"155":71,"156":15,"158":47,"159":12,"16":103,"160":36,"161":224,"167":38,"168":3,"17":245,"18":840,"19":570,"20":80,"209":34,"21":682,"210":3,"211":1,"214":21,"215":102,"221":234,"223":519,"224":258,"225":502,"23":718,"24":1229,"25":269,"257":66,"26":45,"268":6,"27":24,"273":36,"276":88,"279":23,"28":466,"281":1,"282":32,"291":13,"292":126,"30":31,"302":11,"306":2,"31":36,"314":6,"317":2,"32":21,"33":43,"34":38,"347":15,"35":29,"352":633,"36":155,"37":28,"38":443,"380":11,"381":59,"383":57,"389":2,"39":83,"391":13,"396":4,"397":18,"40":37,"409":53,"41":71,"414":14,"415":93,"419":103,"42":200,"426":3,"43":29,"430":36,"433":7,"434":1,"44":49,"45":24,"46":115,"48":45,"49":76,"5":767,"51":55,"52":136,"53":71,"56":21,"570":5,"6":282,"63":41,"7":392,"79":52,"8":108,"80":42,"9":421,"all_client":90236,"all_tv_clinet":14641,"insert_time":"2014-08-22T09:46:28.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75469,"10":16,"107":499,"11":274,"12":46,"13":605,"14":115,"15":206,"155":68,"156":15,"158":45,"159":12,"16":100,"160":40,"161":227,"167":38,"168":2,"17":250,"18":851,"19":575,"20":80,"209":33,"21":680,"210":3,"211":1,"214":21,"215":101,"221":230,"223":538,"224":264,"225":490,"23":714,"24":1213,"25":264,"257":71,"26":48,"268":6,"27":25,"273":35,"276":94,"279":23,"28":475,"281":2,"282":33,"291":13,"292":128,"30":28,"302":11,"306":2,"31":41,"314":5,"317":2,"32":21,"33":41,"34":41,"347":14,"35":31,"352":638,"36":152,"37":32,"38":452,"380":11,"381":61,"383":60,"389":2,"39":80,"391":14,"396":3,"397":21,"40":40,"409":58,"41":73,"414":17,"415":90,"419":107,"42":205,"426":3,"43":30,"430":37,"433":7,"434":1,"44":44,"45":28,"46":113,"48":44,"49":69,"5":765,"51":56,"52":142,"53":72,"56":21,"570":5,"6":283,"63":46,"7":389,"79":53,"8":108,"80":41,"9":433,"all_client":90181,"all_tv_clinet":14712,"insert_time":"2014-08-22T09:47:29.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75971,"10":16,"107":499,"11":264,"12":47,"13":607,"14":111,"15":212,"155":62,"156":15,"158":46,"159":12,"16":100,"160":41,"161":237,"167":38,"168":2,"17":253,"18":855,"19":574,"20":75,"209":35,"21":690,"210":3,"211":1,"214":23,"215":92,"221":233,"223":539,"224":260,"225":486,"23":712,"24":1201,"25":249,"257":71,"26":49,"268":5,"27":24,"273":36,"276":97,"279":21,"28":477,"281":2,"282":38,"291":11,"292":132,"30":28,"302":10,"306":2,"31":43,"314":6,"317":2,"32":20,"33":42,"34":40,"347":14,"35":29,"352":642,"36":152,"37":33,"38":445,"380":12,"381":60,"383":56,"389":2,"39":83,"391":13,"396":2,"397":22,"40":39,"409":63,"41":78,"414":17,"415":94,"419":106,"42":191,"426":3,"43":29,"430":38,"433":8,"434":1,"44":45,"45":29,"46":117,"48":41,"49":64,"5":781,"51":55,"52":141,"53":78,"56":20,"570":4,"6":287,"63":49,"7":411,"79":53,"8":105,"80":42,"9":434,"all_client":90705,"all_tv_clinet":14734,"insert_time":"2014-08-22T09:48:29.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76232,"10":16,"107":493,"11":257,"12":52,"13":592,"14":111,"15":213,"155":61,"156":16,"158":45,"159":11,"16":97,"160":43,"161":237,"167":38,"168":2,"17":257,"18":860,"19":574,"20":77,"209":38,"21":709,"210":2,"211":1,"214":24,"215":87,"221":235,"223":544,"224":253,"225":474,"23":706,"24":1204,"25":252,"257":70,"26":52,"268":5,"27":22,"273":36,"276":97,"279":22,"28":489,"281":2,"282":37,"291":11,"292":131,"30":28,"302":11,"306":2,"31":41,"314":5,"317":2,"32":20,"33":42,"34":38,"347":12,"35":28,"352":645,"36":147,"37":30,"38":444,"380":12,"381":60,"383":56,"389":2,"39":82,"391":13,"396":2,"397":21,"40":39,"409":65,"41":84,"414":18,"415":93,"419":109,"42":174,"426":3,"43":28,"430":39,"433":8,"434":1,"44":43,"45":30,"46":113,"48":44,"49":58,"5":780,"51":53,"52":144,"53":79,"56":22,"570":3,"6":291,"63":48,"7":426,"79":54,"8":99,"80":42,"9":427,"all_client":90947,"all_tv_clinet":14715,"insert_time":"2014-08-22T09:49:30.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76397,"10":16,"107":491,"11":246,"12":48,"13":564,"14":121,"15":209,"155":60,"156":15,"158":47,"159":12,"16":95,"160":46,"161":238,"167":42,"168":1,"17":257,"18":871,"19":575,"20":78,"209":38,"21":716,"210":3,"211":1,"214":26,"215":86,"221":240,"223":563,"224":260,"225":462,"23":703,"24":1208,"25":248,"257":69,"26":54,"268":5,"27":20,"273":42,"276":100,"279":22,"28":495,"281":2,"282":39,"291":11,"292":125,"30":26,"302":9,"306":2,"31":45,"314":4,"317":2,"32":21,"33":45,"34":37,"347":12,"35":25,"352":641,"36":148,"37":29,"38":439,"380":12,"381":58,"383":62,"389":2,"39":80,"391":14,"396":3,"397":20,"40":37,"409":66,"41":90,"414":15,"415":92,"419":112,"42":153,"426":3,"43":28,"430":38,"433":7,"434":1,"44":40,"45":30,"46":114,"48":44,"49":54,"5":788,"51":54,"52":143,"53":77,"56":22,"570":3,"6":302,"63":48,"7":450,"79":56,"8":100,"80":42,"9":419,"all_client":91131,"all_tv_clinet":14734,"insert_time":"2014-08-22T09:50:30.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76525,"10":15,"107":505,"11":239,"12":56,"13":556,"14":128,"15":202,"155":59,"156":14,"158":47,"159":15,"16":91,"160":50,"161":236,"167":46,"168":1,"17":259,"18":889,"19":604,"20":80,"209":40,"21":718,"210":3,"211":1,"214":26,"215":83,"221":247,"223":584,"224":259,"225":462,"23":683,"24":1205,"25":252,"257":69,"26":58,"268":4,"27":21,"273":43,"276":102,"279":24,"28":508,"281":2,"282":44,"291":11,"292":124,"30":23,"302":9,"306":2,"31":50,"314":3,"317":2,"32":23,"33":44,"34":39,"347":11,"35":21,"352":649,"36":155,"37":30,"38":444,"380":15,"381":59,"383":62,"389":2,"39":74,"391":14,"396":3,"397":14,"40":39,"409":64,"41":96,"414":16,"415":93,"419":114,"42":132,"426":4,"43":33,"430":42,"433":7,"434":1,"44":36,"45":31,"46":115,"48":44,"49":56,"5":811,"51":56,"52":144,"53":73,"56":25,"570":6,"6":312,"63":49,"7":465,"79":57,"8":97,"80":44,"9":419,"all_client":91419,"all_tv_clinet":14894,"insert_time":"2014-08-22T09:51:32.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76751,"10":17,"107":508,"11":234,"12":55,"13":550,"14":136,"15":209,"155":59,"156":13,"158":47,"159":14,"16":91,"160":50,"161":240,"167":48,"168":1,"17":265,"18":896,"19":614,"20":82,"209":40,"21":722,"210":3,"211":1,"214":26,"215":86,"221":251,"223":592,"224":245,"225":460,"23":682,"24":1198,"25":253,"257":70,"26":58,"268":4,"27":22,"273":46,"276":108,"279":25,"28":510,"281":2,"282":44,"291":11,"292":123,"30":26,"302":9,"306":2,"31":50,"314":3,"317":2,"32":21,"33":45,"34":35,"347":10,"35":21,"352":645,"36":152,"37":29,"38":451,"380":16,"381":62,"383":65,"389":2,"39":77,"391":16,"396":4,"397":14,"40":40,"409":62,"41":95,"414":15,"415":98,"419":117,"42":125,"426":4,"43":36,"430":41,"433":7,"434":1,"44":33,"45":32,"46":118,"48":40,"49":58,"5":817,"51":53,"52":139,"53":71,"56":26,"570":6,"6":314,"63":48,"7":455,"79":56,"8":95,"80":44,"9":422,"all_client":91687,"all_tv_clinet":14936,"insert_time":"2014-08-22T09:52:32.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76800,"10":17,"107":508,"11":231,"12":55,"13":550,"14":139,"15":220,"155":59,"156":13,"158":48,"159":14,"16":85,"160":49,"161":240,"167":48,"168":1,"17":265,"18":901,"19":629,"20":80,"209":42,"21":718,"210":2,"211":1,"214":24,"215":86,"221":253,"223":596,"224":218,"225":465,"23":676,"24":1174,"25":251,"257":67,"26":61,"268":4,"27":21,"273":44,"276":111,"279":25,"28":525,"281":4,"282":46,"291":11,"292":127,"30":25,"302":9,"306":2,"31":57,"314":3,"317":3,"32":23,"33":48,"34":35,"347":10,"35":25,"352":650,"36":152,"37":30,"38":461,"380":16,"381":65,"383":59,"389":2,"39":75,"391":16,"396":5,"397":15,"40":41,"409":57,"41":100,"414":18,"415":98,"419":121,"42":124,"426":4,"43":35,"430":43,"433":7,"434":1,"44":33,"45":31,"46":119,"48":40,"49":59,"5":823,"51":51,"52":131,"53":76,"56":23,"570":6,"6":310,"63":47,"7":473,"79":57,"8":93,"80":43,"9":430,"all_client":91784,"all_tv_clinet":14984,"insert_time":"2014-08-22T09:53:33.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76714,"10":17,"107":507,"11":239,"12":54,"13":526,"14":138,"15":240,"155":56,"156":14,"158":46,"159":14,"16":84,"160":46,"161":246,"167":51,"168":1,"17":272,"18":911,"19":609,"20":80,"209":39,"21":730,"210":2,"211":1,"214":26,"215":86,"221":261,"223":599,"224":184,"225":464,"23":684,"24":1187,"25":246,"257":64,"26":56,"268":4,"27":22,"273":48,"276":111,"279":28,"28":529,"281":6,"282":42,"291":11,"292":131,"30":26,"302":9,"306":2,"31":58,"314":3,"317":3,"32":22,"33":50,"34":34,"347":10,"35":27,"352":648,"36":153,"37":28,"38":468,"380":18,"381":67,"383":59,"389":2,"39":74,"391":16,"396":5,"397":15,"40":46,"409":50,"41":104,"414":23,"415":90,"419":129,"42":116,"426":4,"43":29,"430":40,"433":7,"434":1,"44":28,"45":31,"46":113,"48":39,"49":58,"5":839,"51":45,"52":114,"53":75,"56":22,"570":4,"6":287,"63":46,"7":483,"79":60,"8":96,"80":41,"9":446,"all_client":91689,"all_tv_clinet":14975,"insert_time":"2014-08-22T09:54:34.245Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76324,"10":15,"107":511,"11":254,"12":57,"13":525,"14":128,"15":239,"155":57,"156":14,"158":45,"159":13,"16":82,"160":46,"161":251,"167":54,"168":1,"17":274,"18":925,"19":593,"20":76,"209":39,"21":726,"210":4,"211":1,"214":28,"215":88,"221":265,"223":611,"224":166,"225":459,"23":667,"24":1186,"25":248,"257":64,"26":53,"268":3,"27":21,"273":49,"276":109,"279":30,"28":533,"281":6,"282":42,"291":12,"292":136,"30":25,"302":9,"306":2,"31":58,"314":3,"317":1,"32":21,"33":52,"34":36,"347":8,"35":25,"352":629,"36":153,"37":29,"38":461,"380":18,"381":65,"383":59,"389":2,"39":73,"391":14,"396":4,"397":14,"40":47,"409":47,"41":112,"414":23,"415":79,"419":136,"42":110,"426":4,"43":25,"430":42,"433":7,"434":1,"44":26,"45":31,"46":111,"48":38,"49":55,"5":845,"51":47,"52":108,"53":79,"56":25,"570":4,"6":266,"63":45,"7":484,"79":60,"8":92,"80":40,"9":465,"all_client":91245,"all_tv_clinet":14921,"insert_time":"2014-08-22T09:55:34.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76290,"10":17,"107":517,"11":263,"12":56,"13":535,"14":116,"15":231,"155":59,"156":14,"158":42,"159":13,"16":85,"160":46,"161":236,"167":54,"168":1,"17":288,"18":943,"19":549,"20":75,"209":40,"21":722,"210":5,"211":1,"214":31,"215":93,"221":276,"223":609,"224":153,"225":463,"23":645,"24":1202,"25":263,"257":67,"26":52,"268":6,"27":22,"273":57,"276":107,"279":28,"28":518,"281":6,"282":39,"291":12,"292":145,"30":25,"302":10,"306":3,"31":64,"314":3,"317":1,"32":21,"33":56,"34":35,"347":8,"35":23,"352":618,"36":156,"37":31,"38":468,"380":17,"381":68,"383":60,"389":2,"39":74,"391":16,"396":3,"397":15,"40":51,"409":45,"41":112,"414":23,"415":84,"419":134,"42":107,"426":4,"43":25,"430":45,"433":7,"434":1,"44":25,"45":32,"46":107,"48":42,"49":47,"5":862,"51":49,"52":103,"53":75,"56":19,"570":3,"6":240,"63":48,"7":479,"79":59,"8":92,"80":39,"9":490,"all_client":91218,"all_tv_clinet":14928,"insert_time":"2014-08-22T09:56:35.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75753,"10":20,"107":517,"11":257,"12":51,"13":536,"14":111,"15":223,"155":59,"156":18,"158":38,"159":15,"16":88,"160":46,"161":215,"167":55,"168":1,"17":302,"18":949,"19":512,"20":81,"209":40,"21":723,"210":5,"211":1,"214":31,"215":95,"221":285,"223":610,"224":140,"225":444,"23":620,"24":1206,"25":262,"257":65,"26":54,"268":7,"27":22,"273":66,"276":106,"279":29,"28":489,"281":6,"282":39,"291":13,"292":153,"30":25,"302":11,"306":2,"31":76,"314":2,"317":1,"32":19,"33":58,"34":32,"347":9,"35":22,"352":618,"36":152,"37":33,"38":444,"380":17,"381":73,"383":61,"389":2,"39":74,"391":17,"396":4,"397":15,"40":55,"409":47,"41":117,"414":25,"415":85,"419":134,"42":95,"426":2,"43":25,"430":44,"433":7,"434":1,"44":25,"45":32,"46":99,"48":39,"49":53,"5":849,"51":50,"52":105,"53":77,"56":17,"570":2,"6":214,"63":48,"7":500,"79":60,"8":92,"80":36,"9":512,"all_client":90572,"all_tv_clinet":14819,"insert_time":"2014-08-22T09:57:36.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73472,"10":16,"107":501,"11":250,"12":46,"13":507,"14":113,"15":198,"155":54,"156":18,"158":32,"159":15,"16":88,"160":40,"161":197,"167":60,"168":1,"17":296,"18":895,"19":488,"20":80,"209":41,"21":704,"210":4,"211":1,"214":32,"215":94,"221":281,"223":595,"224":125,"225":427,"23":580,"24":1186,"25":252,"257":65,"26":55,"268":8,"27":23,"273":63,"276":100,"279":27,"28":458,"281":7,"282":35,"291":14,"292":141,"30":24,"302":10,"306":2,"31":81,"314":2,"317":1,"32":17,"33":61,"34":30,"347":9,"35":24,"352":593,"36":149,"37":30,"38":426,"380":17,"381":74,"383":60,"389":2,"39":67,"391":17,"396":4,"397":16,"40":56,"409":47,"41":114,"414":25,"415":86,"419":131,"42":86,"426":1,"43":27,"430":49,"433":8,"434":1,"44":24,"45":31,"46":94,"48":37,"49":53,"5":817,"51":45,"52":99,"53":76,"56":16,"570":1,"6":187,"63":48,"7":492,"79":63,"8":89,"80":32,"9":517,"all_client":87753,"all_tv_clinet":14281,"insert_time":"2014-08-22T09:58:37.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73119,"10":16,"107":501,"11":254,"12":43,"13":512,"14":109,"15":174,"155":49,"156":21,"158":36,"159":14,"16":93,"160":41,"161":192,"167":64,"168":1,"17":311,"18":878,"19":490,"20":78,"209":35,"21":720,"210":4,"211":1,"214":29,"215":95,"221":281,"223":589,"224":114,"225":425,"23":563,"24":1182,"25":246,"257":63,"26":61,"268":9,"27":26,"273":58,"276":101,"279":30,"28":455,"281":8,"282":37,"291":13,"292":133,"30":25,"302":9,"306":2,"31":89,"314":2,"317":1,"32":17,"33":61,"34":32,"347":9,"35":27,"352":593,"36":144,"37":30,"38":412,"380":16,"381":79,"383":56,"389":2,"39":65,"391":19,"396":4,"397":14,"40":51,"409":46,"41":122,"414":25,"415":84,"419":134,"42":78,"426":1,"43":30,"430":49,"433":8,"434":1,"44":26,"45":29,"46":92,"48":35,"49":48,"5":844,"51":47,"52":92,"53":76,"56":15,"6":172,"63":49,"7":511,"79":58,"8":87,"80":35,"9":537,"all_client":87364,"all_tv_clinet":14245,"insert_time":"2014-08-22T09:59:37.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73373,"10":15,"107":504,"11":271,"12":44,"13":532,"14":110,"15":166,"155":49,"156":18,"158":35,"159":17,"16":91,"160":47,"161":196,"167":65,"168":1,"17":327,"18":871,"19":534,"20":79,"209":34,"21":732,"210":4,"211":1,"214":29,"215":96,"221":280,"223":579,"224":107,"225":421,"23":533,"24":1196,"25":247,"257":64,"26":63,"268":10,"27":24,"273":53,"276":102,"279":30,"28":461,"281":10,"282":37,"291":13,"292":126,"30":25,"302":9,"306":3,"31":97,"314":2,"317":1,"32":16,"33":64,"34":31,"347":11,"35":28,"352":602,"36":144,"37":31,"38":408,"380":16,"381":77,"383":57,"389":2,"39":62,"391":18,"396":4,"397":14,"40":51,"409":44,"41":125,"414":24,"415":90,"419":140,"42":76,"426":2,"43":30,"430":52,"433":8,"434":1,"44":27,"45":23,"46":93,"48":35,"49":44,"5":864,"51":46,"52":90,"53":78,"56":18,"6":165,"63":52,"7":512,"79":58,"8":91,"80":31,"9":538,"all_client":87727,"all_tv_clinet":14354,"insert_time":"2014-08-22T10:00:38.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73985,"10":15,"107":504,"11":297,"12":45,"13":541,"14":114,"15":160,"155":47,"156":21,"158":34,"159":17,"16":95,"160":51,"161":195,"167":67,"168":1,"17":322,"18":875,"19":553,"20":78,"209":30,"21":733,"210":3,"211":2,"214":28,"215":106,"221":283,"223":577,"224":100,"225":437,"23":516,"24":1206,"25":236,"257":66,"26":61,"268":10,"27":24,"273":54,"276":109,"279":30,"28":457,"281":11,"282":41,"291":11,"292":133,"30":21,"302":9,"306":2,"31":104,"314":2,"317":1,"32":14,"33":70,"34":33,"347":11,"35":31,"352":591,"36":144,"37":40,"38":411,"380":16,"381":78,"383":57,"389":1,"39":64,"391":18,"396":4,"397":14,"40":50,"409":44,"41":126,"414":23,"415":96,"419":135,"42":69,"426":5,"43":29,"430":52,"433":8,"434":1,"44":25,"45":24,"46":99,"48":32,"49":42,"5":874,"51":49,"52":88,"53":77,"56":18,"6":171,"63":57,"7":511,"79":61,"8":93,"80":29,"9":544,"all_client":88449,"all_tv_clinet":14464,"insert_time":"2014-08-22T10:01:39.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74289,"10":13,"107":522,"11":308,"12":52,"13":557,"14":130,"15":167,"155":48,"156":21,"158":37,"159":17,"16":86,"160":54,"161":199,"167":70,"168":1,"17":302,"18":867,"19":561,"20":83,"209":26,"21":740,"210":5,"211":2,"214":31,"215":122,"221":287,"223":602,"224":93,"225":430,"23":513,"24":1187,"25":231,"257":69,"26":63,"268":9,"27":22,"273":63,"276":112,"279":30,"28":444,"281":14,"282":38,"291":10,"292":141,"30":23,"302":10,"306":2,"31":112,"314":2,"317":1,"32":17,"33":76,"34":34,"347":13,"35":32,"352":578,"36":143,"37":46,"38":421,"380":17,"381":82,"383":61,"389":1,"39":68,"391":20,"396":4,"397":14,"40":50,"409":44,"41":121,"414":26,"415":105,"419":122,"42":63,"426":5,"43":29,"430":55,"433":8,"44":28,"45":22,"46":105,"48":37,"49":37,"5":894,"51":46,"52":69,"53":74,"56":16,"6":170,"63":64,"7":501,"79":61,"8":93,"80":32,"9":541,"all_client":88863,"all_tv_clinet":14574,"insert_time":"2014-08-22T10:02:40.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74540,"10":14,"107":516,"11":314,"12":51,"13":554,"14":141,"15":167,"155":48,"156":21,"158":46,"159":11,"16":91,"160":55,"161":202,"167":71,"168":1,"17":273,"18":873,"19":578,"20":84,"209":27,"21":735,"210":6,"211":2,"214":30,"215":134,"221":280,"223":615,"224":86,"225":420,"23":493,"24":1192,"25":231,"257":67,"26":63,"268":9,"27":20,"273":66,"276":118,"279":36,"28":431,"281":16,"282":37,"291":10,"292":153,"30":22,"302":11,"306":2,"31":117,"314":2,"317":1,"32":22,"33":79,"34":33,"347":10,"35":35,"352":584,"36":146,"37":49,"38":433,"380":17,"381":84,"383":62,"389":1,"39":73,"391":21,"396":3,"397":14,"40":53,"409":47,"41":111,"414":25,"415":106,"419":112,"42":60,"426":7,"43":26,"430":55,"433":8,"44":29,"45":24,"46":104,"48":39,"49":31,"5":910,"51":46,"52":66,"53":73,"56":14,"6":168,"63":67,"7":507,"79":58,"8":100,"80":39,"9":536,"all_client":89170,"all_tv_clinet":14630,"insert_time":"2014-08-22T10:03:41.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75066,"10":15,"107":520,"11":321,"12":50,"13":556,"14":148,"15":168,"155":49,"156":22,"158":52,"159":12,"16":89,"160":56,"161":211,"167":71,"168":1,"17":266,"18":875,"19":600,"20":90,"209":28,"21":749,"210":7,"211":3,"214":29,"215":147,"221":273,"223":631,"224":83,"225":432,"23":491,"24":1185,"25":234,"257":69,"26":73,"268":9,"27":21,"273":70,"276":129,"279":35,"28":434,"281":16,"282":34,"291":10,"292":157,"30":23,"302":14,"306":2,"31":123,"314":2,"317":1,"32":25,"33":80,"34":35,"347":9,"35":32,"352":582,"36":154,"37":52,"38":426,"380":17,"381":90,"383":63,"389":1,"39":70,"391":20,"396":4,"397":14,"40":55,"409":43,"41":105,"414":23,"415":107,"419":110,"42":59,"426":8,"43":26,"430":56,"433":8,"44":31,"45":24,"46":111,"48":39,"49":31,"5":888,"51":48,"52":66,"53":71,"56":15,"570":1,"6":170,"63":70,"7":509,"79":58,"8":106,"80":38,"9":522,"all_client":89824,"all_tv_clinet":14758,"insert_time":"2014-08-22T10:04:42.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75366,"10":13,"107":519,"11":314,"12":50,"13":560,"14":157,"15":170,"155":52,"156":21,"158":56,"159":12,"16":91,"160":54,"161":236,"167":70,"168":1,"17":251,"18":874,"19":629,"20":89,"209":26,"21":755,"210":6,"211":5,"214":27,"215":171,"221":273,"223":666,"224":78,"225":417,"23":484,"24":1185,"25":227,"257":73,"26":75,"268":10,"27":20,"273":77,"276":137,"279":32,"28":438,"281":17,"282":35,"291":10,"292":166,"30":23,"302":15,"306":2,"31":129,"314":1,"317":1,"32":31,"33":82,"34":39,"347":8,"35":31,"352":588,"36":165,"37":54,"38":436,"380":17,"381":95,"383":58,"389":1,"39":71,"391":18,"396":4,"397":12,"40":56,"409":42,"41":103,"414":19,"415":115,"419":106,"42":55,"426":13,"43":30,"430":57,"433":8,"44":25,"45":24,"46":114,"48":39,"49":39,"5":854,"51":48,"52":65,"53":65,"56":16,"570":1,"6":173,"63":75,"7":523,"79":58,"8":107,"80":38,"9":507,"all_client":90251,"all_tv_clinet":14885,"insert_time":"2014-08-22T10:05:43.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75552,"10":13,"107":521,"11":313,"12":56,"13":576,"14":160,"15":178,"155":56,"156":19,"158":59,"159":12,"16":94,"160":55,"161":241,"167":74,"168":1,"17":241,"18":871,"19":651,"20":86,"209":24,"21":763,"210":6,"211":7,"214":29,"215":185,"221":274,"223":671,"224":74,"225":410,"23":475,"24":1188,"25":228,"257":76,"26":79,"268":8,"27":22,"273":83,"276":143,"279":31,"28":430,"281":15,"282":36,"291":10,"292":172,"30":24,"302":17,"306":2,"31":136,"314":1,"317":1,"32":30,"33":74,"34":40,"347":9,"35":27,"352":575,"36":166,"37":54,"38":435,"380":17,"381":95,"383":62,"389":1,"39":74,"391":20,"396":4,"397":12,"40":55,"409":36,"41":101,"414":21,"415":111,"419":100,"42":51,"426":15,"43":30,"430":58,"433":8,"44":24,"45":23,"46":116,"48":40,"49":46,"5":825,"51":50,"52":62,"53":65,"56":18,"570":1,"6":177,"63":78,"7":532,"79":60,"8":104,"80":37,"9":498,"all_client":90486,"all_tv_clinet":14934,"insert_time":"2014-08-22T10:06:44.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76036,"10":12,"107":516,"11":316,"12":57,"13":593,"14":168,"15":173,"155":61,"156":20,"158":65,"159":11,"16":97,"160":56,"161":247,"167":74,"168":1,"17":239,"18":871,"19":680,"20":85,"209":21,"21":768,"210":7,"211":8,"214":30,"215":199,"221":278,"223":675,"224":73,"225":403,"23":470,"24":1196,"25":220,"257":78,"26":80,"268":10,"27":21,"273":85,"276":146,"279":31,"28":435,"281":16,"282":38,"291":10,"292":167,"30":26,"302":17,"306":2,"31":135,"314":1,"317":1,"32":25,"33":73,"34":40,"347":7,"35":29,"352":581,"36":171,"37":57,"38":443,"380":17,"381":98,"383":65,"389":1,"39":75,"391":25,"396":4,"397":13,"40":54,"409":36,"41":100,"414":23,"415":112,"419":100,"42":48,"426":16,"43":31,"430":54,"433":9,"44":20,"45":22,"46":132,"48":45,"49":45,"5":825,"51":47,"52":58,"53":64,"56":17,"570":2,"6":173,"63":82,"7":538,"79":55,"8":101,"80":39,"9":501,"all_client":91098,"all_tv_clinet":15062,"insert_time":"2014-08-22T10:07:44.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76313,"10":12,"107":509,"11":327,"12":58,"13":589,"14":166,"15":176,"155":59,"156":21,"158":64,"159":12,"16":109,"160":55,"161":261,"167":76,"168":1,"17":233,"18":876,"19":670,"20":87,"209":25,"21":773,"210":7,"211":9,"214":32,"215":203,"221":281,"223":654,"224":69,"225":415,"23":464,"24":1211,"25":221,"257":79,"26":79,"268":8,"27":22,"273":87,"276":150,"279":30,"28":428,"281":15,"282":40,"291":12,"292":162,"30":26,"302":17,"306":2,"31":133,"314":3,"32":25,"33":77,"34":39,"347":7,"35":32,"352":597,"36":181,"37":62,"38":441,"380":18,"381":98,"383":67,"389":1,"39":75,"391":24,"396":3,"397":14,"40":52,"409":36,"41":103,"414":29,"415":111,"419":97,"42":50,"426":13,"43":30,"430":45,"433":10,"44":21,"45":26,"46":140,"48":50,"49":46,"5":836,"51":47,"52":54,"53":60,"56":16,"570":3,"6":173,"63":81,"7":543,"79":56,"8":104,"80":41,"9":502,"all_client":91467,"all_tv_clinet":15154,"insert_time":"2014-08-22T10:08:45.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76586,"10":13,"107":506,"11":331,"12":63,"13":594,"14":172,"15":169,"155":61,"156":25,"158":63,"159":12,"16":126,"160":54,"161":276,"167":75,"168":1,"17":222,"18":879,"19":635,"20":87,"209":25,"21":771,"210":8,"211":9,"214":31,"215":191,"221":268,"223":654,"224":68,"225":435,"23":458,"24":1215,"25":213,"257":66,"26":79,"268":10,"27":21,"273":95,"276":152,"279":30,"28":425,"281":17,"282":43,"291":12,"292":163,"30":28,"302":18,"306":2,"31":135,"314":3,"32":26,"33":83,"34":40,"347":5,"35":34,"352":590,"36":183,"37":63,"38":449,"380":16,"381":99,"383":74,"389":1,"39":73,"391":25,"396":3,"397":13,"40":49,"409":39,"41":107,"414":31,"415":111,"419":97,"42":49,"426":9,"43":33,"430":44,"433":11,"44":22,"45":25,"46":139,"48":55,"49":50,"5":866,"51":46,"52":53,"53":63,"56":14,"570":4,"6":168,"63":84,"7":550,"79":53,"8":108,"80":42,"9":498,"all_client":91792,"all_tv_clinet":15206,"insert_time":"2014-08-22T10:09:46.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77007,"10":14,"107":522,"11":329,"12":64,"13":604,"14":180,"15":177,"155":65,"156":25,"158":63,"159":15,"16":122,"160":56,"161":276,"167":77,"168":1,"17":219,"18":890,"19":608,"20":91,"209":26,"21":762,"210":8,"211":9,"214":33,"215":191,"221":268,"223":661,"224":65,"225":449,"23":459,"24":1231,"25":209,"257":71,"26":80,"268":10,"27":22,"273":99,"276":149,"279":29,"28":427,"281":18,"282":46,"291":14,"292":167,"30":25,"302":19,"306":2,"31":137,"314":3,"32":27,"33":84,"34":40,"347":6,"35":35,"352":607,"36":196,"37":65,"38":447,"380":16,"381":105,"383":78,"389":1,"39":72,"391":23,"396":2,"397":16,"40":44,"409":41,"41":107,"414":35,"415":118,"419":97,"42":49,"426":6,"43":30,"430":44,"433":10,"44":21,"45":27,"46":134,"48":55,"49":50,"5":896,"51":52,"52":52,"53":63,"56":15,"570":2,"6":171,"63":85,"7":561,"79":53,"8":114,"80":41,"9":495,"all_client":92382,"all_tv_clinet":15375,"insert_time":"2014-08-22T10:10:46.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77238,"10":15,"107":524,"11":336,"12":75,"13":614,"14":183,"15":184,"155":65,"156":25,"158":64,"159":19,"16":133,"160":55,"161":257,"167":78,"168":1,"17":213,"18":880,"19":577,"20":95,"209":26,"21":747,"210":9,"211":13,"214":33,"215":200,"221":261,"223":650,"224":62,"225":450,"23":466,"24":1252,"25":215,"257":66,"26":74,"268":9,"27":22,"273":105,"276":145,"279":28,"28":424,"281":21,"282":57,"291":15,"292":173,"30":25,"302":20,"306":2,"31":135,"314":2,"32":21,"33":83,"34":40,"347":8,"35":36,"352":607,"36":192,"37":67,"38":444,"380":16,"381":98,"383":87,"389":1,"39":77,"391":24,"396":3,"397":16,"40":40,"409":46,"41":109,"414":36,"415":117,"419":100,"42":48,"426":6,"43":30,"430":41,"433":11,"44":20,"45":26,"46":134,"48":53,"49":48,"5":915,"51":55,"52":50,"53":60,"56":14,"570":3,"6":167,"63":84,"7":577,"79":53,"8":123,"80":36,"9":498,"all_client":92658,"all_tv_clinet":15420,"insert_time":"2014-08-22T10:11:47.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77466,"10":16,"107":518,"11":336,"12":83,"13":622,"14":179,"15":187,"155":66,"156":20,"158":65,"159":18,"16":138,"160":56,"161":241,"167":80,"168":1,"17":219,"18":899,"19":558,"20":91,"209":26,"21":743,"210":12,"211":16,"214":31,"215":223,"221":268,"223":660,"224":61,"225":448,"23":478,"24":1269,"25":209,"257":66,"26":77,"268":8,"27":23,"273":120,"276":148,"279":27,"28":430,"281":23,"282":61,"291":14,"292":158,"30":25,"302":19,"306":4,"31":129,"314":2,"32":20,"33":86,"34":39,"347":9,"35":37,"352":628,"36":198,"37":67,"38":439,"380":17,"381":100,"383":86,"389":1,"39":78,"391":23,"396":3,"397":18,"40":42,"409":53,"41":115,"414":37,"415":123,"419":102,"42":48,"426":6,"43":27,"430":36,"433":11,"44":23,"45":27,"46":137,"48":53,"49":46,"5":931,"51":51,"52":46,"53":61,"56":14,"570":3,"6":174,"63":85,"7":576,"79":52,"8":124,"80":33,"9":483,"all_client":93005,"all_tv_clinet":15539,"insert_time":"2014-08-22T10:12:48.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77895,"10":18,"107":526,"11":325,"12":92,"13":625,"14":182,"15":188,"155":66,"156":20,"158":66,"159":19,"16":153,"160":58,"161":240,"167":81,"168":2,"17":220,"18":903,"19":544,"20":90,"209":26,"21":743,"210":14,"211":24,"214":33,"215":235,"221":274,"223":680,"224":62,"225":449,"23":483,"24":1287,"25":208,"257":63,"26":81,"268":8,"27":22,"273":113,"276":148,"279":26,"28":433,"281":23,"282":64,"291":14,"292":150,"30":25,"302":20,"306":3,"31":129,"314":2,"32":22,"33":86,"34":40,"347":9,"35":37,"352":616,"36":193,"37":72,"38":446,"380":17,"381":104,"383":83,"389":1,"39":76,"391":25,"396":5,"397":17,"40":43,"409":58,"41":110,"414":35,"415":118,"419":106,"42":51,"426":7,"43":28,"430":36,"433":11,"44":24,"45":32,"46":129,"48":59,"49":48,"5":945,"51":49,"52":42,"53":64,"56":15,"570":4,"6":174,"63":87,"7":586,"79":52,"8":127,"80":33,"9":456,"all_client":93533,"all_tv_clinet":15638,"insert_time":"2014-08-22T10:13:49.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78175,"10":20,"107":508,"11":317,"12":105,"13":636,"14":186,"15":194,"155":67,"156":19,"158":64,"159":21,"16":165,"160":60,"161":248,"167":84,"168":1,"17":223,"18":877,"19":546,"20":88,"209":25,"21":754,"210":14,"211":26,"214":34,"215":246,"221":270,"223":694,"224":64,"225":460,"23":480,"24":1316,"25":214,"257":71,"26":86,"268":8,"27":21,"273":104,"276":150,"279":26,"28":439,"281":23,"282":63,"291":14,"292":136,"30":27,"302":19,"306":3,"31":136,"314":2,"32":21,"33":87,"34":43,"347":8,"35":32,"352":621,"36":193,"37":70,"38":447,"380":17,"381":112,"383":80,"389":1,"39":73,"391":24,"396":5,"397":16,"40":46,"409":59,"41":108,"414":32,"415":112,"419":111,"42":54,"426":11,"43":27,"430":33,"433":10,"44":26,"45":33,"46":129,"48":62,"49":48,"5":943,"51":50,"52":38,"53":69,"56":16,"570":8,"6":179,"63":91,"7":600,"79":54,"8":128,"80":32,"9":405,"all_client":93893,"all_tv_clinet":15718,"insert_time":"2014-08-22T10:14:49.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78457,"10":22,"107":506,"11":315,"12":120,"13":642,"14":195,"15":195,"155":72,"156":22,"158":63,"159":19,"16":182,"160":61,"161":249,"167":87,"168":1,"17":217,"18":850,"19":552,"20":87,"209":24,"21":759,"210":15,"211":28,"214":32,"215":258,"221":276,"223":718,"224":58,"225":444,"23":473,"24":1321,"25":208,"257":72,"26":87,"268":8,"27":19,"273":94,"276":152,"279":27,"28":437,"281":23,"282":66,"291":14,"292":139,"30":27,"302":21,"306":4,"31":137,"314":2,"32":20,"33":92,"34":42,"347":8,"35":33,"352":615,"36":187,"37":69,"38":457,"380":16,"381":116,"383":86,"389":1,"39":76,"391":22,"396":5,"397":16,"40":44,"409":58,"41":109,"414":28,"415":113,"419":119,"42":57,"426":12,"43":28,"430":30,"433":10,"44":22,"45":33,"46":128,"48":67,"49":48,"5":942,"51":53,"52":32,"53":75,"56":16,"570":7,"6":178,"63":96,"7":609,"79":55,"8":129,"80":35,"9":376,"all_client":94227,"all_tv_clinet":15770,"insert_time":"2014-08-22T10:15:50.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78959,"10":23,"107":512,"11":309,"12":125,"13":648,"14":201,"15":194,"155":74,"156":23,"158":68,"159":20,"16":187,"160":58,"161":260,"167":90,"168":1,"17":217,"18":845,"19":553,"20":84,"209":22,"21":757,"210":15,"211":28,"214":32,"215":278,"221":284,"223":733,"224":57,"225":448,"23":467,"24":1342,"25":218,"257":77,"26":88,"268":8,"27":19,"273":94,"276":148,"279":27,"28":439,"281":23,"282":71,"291":13,"292":145,"30":28,"302":23,"306":3,"31":135,"314":2,"32":21,"33":90,"34":44,"347":8,"35":32,"352":629,"36":185,"37":66,"38":463,"380":16,"381":116,"383":90,"389":1,"39":78,"391":22,"396":6,"397":16,"40":43,"409":51,"41":105,"414":26,"415":109,"419":119,"42":60,"426":12,"43":28,"430":33,"433":10,"44":21,"45":33,"46":133,"48":71,"49":47,"5":948,"51":53,"52":33,"53":76,"56":14,"570":8,"6":182,"63":99,"7":622,"79":53,"8":126,"80":33,"9":354,"all_client":94860,"all_tv_clinet":15901,"insert_time":"2014-08-22T10:16:51.280Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79275,"10":25,"107":510,"11":312,"12":140,"13":654,"14":207,"15":196,"155":76,"156":25,"158":71,"159":24,"16":196,"160":55,"161":264,"167":92,"168":2,"17":218,"18":860,"19":552,"20":84,"209":22,"21":749,"210":16,"211":28,"214":33,"215":287,"221":286,"223":746,"224":59,"225":440,"23":457,"24":1344,"25":231,"257":75,"26":84,"268":8,"27":21,"273":94,"276":152,"279":25,"28":435,"281":23,"282":73,"291":12,"292":154,"30":27,"302":24,"306":2,"31":121,"317":1,"32":21,"33":93,"34":40,"347":8,"35":31,"352":637,"36":189,"37":64,"38":466,"380":17,"381":111,"383":93,"389":1,"39":77,"391":20,"396":6,"397":17,"40":38,"409":41,"41":109,"414":29,"415":104,"419":123,"42":61,"426":9,"43":31,"430":32,"433":11,"44":23,"45":36,"46":136,"48":72,"49":49,"5":938,"51":54,"52":32,"53":79,"56":11,"570":8,"6":180,"63":100,"7":647,"79":58,"8":129,"80":35,"9":326,"all_client":95259,"all_tv_clinet":15984,"insert_time":"2014-08-22T10:17:52.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79680,"10":25,"107":513,"11":316,"12":150,"13":656,"14":211,"15":193,"155":77,"156":26,"158":71,"159":26,"16":204,"160":57,"161":269,"167":92,"168":2,"17":226,"18":890,"19":551,"20":83,"209":25,"21":748,"210":14,"211":29,"214":33,"215":301,"221":284,"223":761,"224":58,"225":438,"23":454,"24":1376,"25":226,"257":73,"26":92,"268":8,"27":20,"273":91,"276":156,"279":23,"28":430,"281":23,"282":76,"291":12,"292":158,"30":26,"302":25,"306":2,"31":113,"317":1,"32":21,"33":94,"34":38,"347":9,"35":32,"352":644,"36":188,"37":68,"38":474,"380":17,"381":108,"383":90,"389":1,"39":75,"391":21,"396":5,"397":16,"40":33,"409":34,"41":105,"414":29,"415":106,"419":125,"42":59,"426":6,"43":30,"430":32,"433":10,"44":26,"45":34,"46":133,"48":75,"49":49,"5":939,"51":55,"52":29,"53":76,"56":11,"570":8,"6":185,"63":99,"7":667,"79":59,"8":131,"80":33,"9":309,"all_client":95782,"all_tv_clinet":16102,"insert_time":"2014-08-22T10:18:52.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80198,"10":26,"107":539,"11":310,"12":163,"13":651,"14":212,"15":185,"155":74,"156":26,"158":70,"159":25,"16":209,"160":60,"161":270,"167":92,"168":2,"17":231,"18":900,"19":559,"20":82,"209":24,"21":754,"210":14,"211":29,"214":34,"215":311,"221":283,"223":779,"224":51,"225":435,"23":448,"24":1375,"25":225,"257":74,"26":91,"268":8,"27":19,"273":94,"276":157,"279":23,"28":427,"281":24,"282":79,"291":11,"292":165,"30":25,"302":25,"306":2,"31":108,"314":2,"317":1,"32":22,"33":99,"34":37,"347":8,"35":35,"352":641,"36":188,"37":68,"38":477,"380":18,"381":112,"383":93,"39":76,"391":24,"396":5,"397":17,"40":30,"409":35,"41":104,"414":29,"415":111,"419":130,"42":55,"426":5,"43":33,"430":29,"433":10,"44":29,"45":43,"46":133,"48":70,"49":51,"5":939,"51":58,"52":30,"53":79,"56":11,"570":7,"6":194,"63":100,"7":682,"79":61,"8":129,"80":34,"9":305,"all_client":96427,"all_tv_clinet":16229,"insert_time":"2014-08-22T10:19:53.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80430,"10":26,"107":555,"11":307,"12":167,"13":647,"14":213,"15":186,"155":73,"156":25,"158":70,"159":23,"16":214,"160":59,"161":274,"167":95,"168":2,"17":234,"18":925,"19":577,"20":82,"209":21,"21":759,"210":14,"211":30,"214":36,"215":312,"221":284,"223":807,"224":53,"225":445,"23":446,"24":1341,"25":219,"257":77,"26":93,"268":8,"27":17,"273":99,"276":167,"279":21,"28":424,"281":25,"282":83,"291":11,"292":171,"30":26,"302":24,"306":2,"31":103,"314":2,"317":1,"32":28,"33":102,"34":39,"347":9,"35":35,"352":630,"36":189,"37":71,"38":480,"380":18,"381":114,"383":89,"39":78,"391":22,"396":5,"397":18,"40":29,"409":35,"41":98,"414":31,"415":114,"419":138,"42":50,"426":4,"43":30,"430":29,"433":10,"44":30,"45":46,"46":137,"48":69,"49":48,"5":944,"51":60,"52":29,"53":75,"56":11,"570":8,"6":203,"63":100,"7":679,"79":57,"8":131,"80":34,"9":297,"all_client":96758,"all_tv_clinet":16328,"insert_time":"2014-08-22T10:20:54.563Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80808,"10":26,"107":556,"11":300,"12":160,"13":649,"14":211,"15":194,"155":75,"156":24,"158":73,"159":26,"16":215,"160":54,"161":278,"167":98,"168":2,"17":234,"18":941,"19":588,"20":83,"209":22,"21":747,"210":14,"211":30,"214":34,"215":315,"221":284,"223":854,"224":57,"225":461,"23":448,"24":1330,"25":224,"257":79,"26":89,"268":7,"27":19,"273":104,"276":171,"279":19,"28":411,"281":25,"282":83,"291":13,"292":176,"30":25,"302":24,"306":2,"31":103,"314":2,"317":1,"32":28,"33":98,"34":38,"347":6,"35":34,"352":639,"36":198,"37":68,"38":462,"380":19,"381":116,"383":93,"39":77,"391":24,"396":5,"397":18,"40":29,"409":35,"41":97,"414":28,"415":106,"419":140,"42":46,"426":4,"43":29,"430":33,"433":10,"44":29,"45":45,"46":137,"48":68,"49":47,"5":944,"51":60,"52":29,"53":78,"56":11,"570":9,"6":205,"63":106,"7":674,"79":56,"8":126,"80":32,"9":300,"all_client":97204,"all_tv_clinet":16396,"insert_time":"2014-08-22T10:21:55.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81141,"10":24,"107":564,"11":305,"12":157,"13":660,"14":214,"15":203,"155":76,"156":25,"158":80,"159":25,"16":228,"160":54,"161":288,"167":103,"168":1,"17":234,"18":957,"19":592,"20":81,"209":21,"21":744,"210":13,"211":31,"214":33,"215":315,"221":286,"223":846,"224":61,"225":465,"23":455,"24":1322,"25":227,"257":84,"26":94,"268":6,"27":18,"273":108,"276":170,"279":19,"28":408,"281":25,"282":85,"291":13,"292":179,"30":26,"302":23,"306":2,"31":108,"317":1,"32":30,"33":97,"34":37,"347":7,"35":33,"352":652,"36":203,"37":71,"38":469,"380":21,"381":119,"383":96,"39":74,"391":24,"396":6,"397":19,"40":31,"409":37,"41":88,"414":27,"415":104,"419":137,"42":52,"426":6,"43":31,"430":34,"433":10,"44":28,"45":42,"46":134,"48":69,"49":45,"5":950,"51":60,"52":27,"53":78,"56":11,"570":9,"6":216,"63":108,"7":680,"79":57,"8":131,"80":32,"9":291,"all_client":97683,"all_tv_clinet":16542,"insert_time":"2014-08-22T10:22:55.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81395,"10":25,"107":570,"11":312,"12":152,"13":673,"14":220,"15":209,"155":74,"156":23,"158":79,"159":25,"16":239,"160":58,"161":290,"167":107,"168":1,"17":237,"18":963,"19":605,"20":74,"209":20,"21":743,"210":14,"211":31,"214":34,"215":318,"221":292,"223":844,"224":61,"225":455,"23":465,"24":1312,"25":236,"257":82,"26":95,"268":7,"27":22,"273":114,"276":168,"279":19,"28":394,"281":26,"282":88,"291":13,"292":183,"30":22,"302":25,"306":2,"31":104,"317":1,"32":28,"33":101,"34":34,"347":7,"35":33,"352":662,"36":199,"37":75,"38":471,"380":20,"381":124,"383":97,"39":73,"391":25,"396":6,"397":22,"40":31,"409":37,"41":82,"414":29,"415":104,"419":139,"42":54,"426":6,"43":30,"430":37,"433":11,"44":27,"45":42,"46":130,"48":68,"49":47,"5":959,"51":62,"52":30,"53":87,"56":11,"570":4,"6":216,"63":109,"7":688,"79":61,"8":129,"80":33,"9":290,"all_client":98051,"all_tv_clinet":16656,"insert_time":"2014-08-22T10:23:56.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81621,"10":24,"107":582,"11":328,"12":149,"13":675,"14":224,"15":211,"155":75,"156":22,"158":80,"159":23,"16":243,"160":57,"161":296,"167":108,"168":1,"17":237,"18":973,"19":611,"20":82,"209":18,"21":752,"210":15,"211":31,"214":36,"215":327,"221":286,"223":849,"224":62,"225":455,"23":478,"24":1301,"25":238,"257":86,"26":95,"268":7,"27":24,"273":119,"276":170,"279":17,"28":391,"281":26,"282":94,"291":13,"292":190,"30":23,"302":32,"306":2,"31":102,"314":1,"317":1,"32":29,"33":107,"34":31,"347":11,"35":33,"352":654,"36":197,"37":78,"38":475,"380":20,"381":121,"383":104,"389":1,"39":64,"391":26,"396":6,"397":24,"40":36,"409":37,"41":79,"414":32,"415":106,"419":141,"42":55,"426":6,"43":30,"430":37,"433":11,"44":26,"45":40,"46":133,"48":66,"49":45,"5":973,"51":64,"52":36,"53":86,"56":9,"570":4,"6":220,"63":111,"7":681,"79":61,"8":127,"80":38,"9":290,"all_client":98424,"all_tv_clinet":16803,"insert_time":"2014-08-22T10:24:57.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82018,"10":26,"107":576,"11":328,"12":144,"13":694,"14":238,"15":227,"155":76,"156":22,"158":76,"159":24,"16":252,"160":56,"161":300,"167":108,"168":1,"17":240,"18":982,"19":623,"20":88,"209":18,"21":734,"210":18,"211":32,"214":35,"215":333,"221":290,"223":876,"224":61,"225":449,"23":481,"24":1280,"25":237,"257":87,"26":95,"268":6,"27":25,"273":125,"276":169,"279":18,"28":384,"281":27,"282":96,"291":15,"292":192,"30":22,"302":35,"306":2,"31":98,"314":1,"317":1,"32":28,"33":110,"34":32,"347":12,"35":36,"352":667,"36":196,"37":66,"38":478,"380":20,"381":123,"383":108,"389":1,"39":66,"391":27,"396":5,"397":24,"40":39,"409":39,"41":77,"414":31,"415":108,"419":144,"42":53,"426":6,"43":30,"430":37,"433":11,"44":25,"45":34,"46":131,"48":68,"49":47,"5":980,"51":61,"52":38,"53":90,"56":9,"570":3,"6":211,"63":111,"7":712,"79":63,"8":129,"80":38,"9":293,"all_client":98958,"all_tv_clinet":16940,"insert_time":"2014-08-22T10:25:58.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82241,"10":25,"107":584,"11":313,"12":132,"13":705,"14":239,"15":239,"155":79,"156":24,"158":73,"159":28,"16":249,"160":53,"161":292,"167":108,"168":1,"17":238,"18":1017,"19":644,"20":94,"209":20,"21":696,"210":18,"211":34,"214":33,"215":347,"221":291,"223":895,"224":61,"225":447,"23":496,"24":1288,"25":223,"257":88,"26":92,"268":6,"27":25,"273":127,"276":163,"279":19,"28":371,"281":27,"282":94,"291":15,"292":173,"30":24,"302":35,"306":3,"31":98,"314":2,"317":1,"32":28,"33":102,"34":32,"347":12,"35":38,"352":681,"36":204,"37":62,"38":473,"380":18,"381":132,"383":108,"389":1,"39":68,"391":27,"396":7,"397":27,"40":39,"409":44,"41":75,"414":29,"415":111,"419":151,"42":52,"426":8,"43":32,"430":38,"433":8,"44":27,"45":34,"46":135,"48":65,"49":51,"5":986,"51":58,"52":41,"53":83,"56":9,"570":2,"6":214,"63":118,"7":733,"79":62,"8":131,"80":44,"9":291,"all_client":99281,"all_tv_clinet":17040,"insert_time":"2014-08-22T10:26:59.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82505,"10":26,"107":595,"11":324,"12":128,"13":717,"14":241,"15":247,"155":79,"156":26,"158":68,"159":28,"16":258,"160":51,"161":274,"167":112,"168":1,"17":247,"18":1028,"19":675,"20":93,"209":22,"21":665,"210":21,"211":35,"214":33,"215":358,"221":295,"223":912,"224":58,"225":451,"23":497,"24":1282,"25":228,"257":87,"26":88,"268":6,"27":30,"273":126,"276":153,"279":19,"28":357,"281":29,"282":98,"291":17,"292":162,"30":23,"302":35,"306":2,"31":100,"314":2,"317":1,"32":30,"33":98,"34":34,"347":15,"35":40,"352":671,"36":212,"37":58,"38":487,"380":17,"381":140,"383":105,"389":1,"39":71,"391":31,"396":6,"397":27,"40":42,"409":48,"41":70,"414":29,"415":109,"419":152,"42":49,"426":8,"43":32,"430":35,"433":8,"44":23,"45":33,"46":135,"48":69,"49":53,"5":988,"51":58,"52":41,"53":72,"56":9,"570":3,"6":212,"63":121,"7":762,"79":65,"8":130,"80":48,"9":294,"all_client":99656,"all_tv_clinet":17151,"insert_time":"2014-08-22T10:27:59.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82813,"10":27,"107":596,"11":337,"12":116,"13":720,"14":244,"15":260,"155":81,"156":24,"158":64,"159":32,"16":264,"160":48,"161":250,"167":117,"168":1,"17":249,"18":1048,"19":696,"20":97,"209":21,"21":650,"210":20,"211":39,"214":33,"215":368,"221":294,"223":918,"224":63,"225":459,"23":505,"24":1300,"25":230,"257":86,"26":91,"268":6,"27":33,"273":118,"276":152,"279":17,"28":344,"281":29,"282":104,"291":15,"292":147,"30":21,"302":35,"306":2,"31":104,"314":2,"317":1,"32":33,"33":95,"34":35,"347":16,"35":39,"352":668,"36":215,"37":55,"38":478,"380":17,"381":150,"383":105,"389":1,"39":72,"391":31,"396":7,"397":29,"40":42,"409":45,"41":72,"414":28,"415":114,"419":152,"42":48,"426":9,"43":28,"430":36,"433":8,"44":22,"45":33,"46":135,"48":66,"49":52,"5":1010,"51":52,"52":40,"53":74,"56":8,"570":3,"6":208,"63":128,"7":774,"79":66,"8":129,"80":55,"9":302,"all_client":100076,"all_tv_clinet":17263,"insert_time":"2014-08-22T10:29:00.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83087,"10":27,"107":591,"11":352,"12":105,"13":725,"14":242,"15":269,"155":84,"156":23,"158":63,"159":34,"16":262,"160":48,"161":234,"167":121,"168":2,"17":249,"18":1068,"19":710,"20":111,"209":23,"21":628,"210":22,"211":41,"214":33,"215":382,"221":304,"223":925,"224":59,"225":464,"23":510,"24":1320,"25":221,"257":86,"26":84,"268":8,"27":38,"273":106,"276":152,"279":16,"28":341,"281":27,"282":101,"291":15,"292":137,"30":21,"302":34,"306":1,"31":102,"314":3,"317":1,"32":29,"33":95,"34":34,"347":15,"35":39,"352":660,"36":212,"37":54,"38":475,"380":17,"381":149,"383":105,"389":1,"39":71,"391":32,"396":6,"397":29,"40":42,"409":43,"41":80,"414":25,"415":117,"419":152,"42":46,"426":11,"43":29,"430":40,"433":9,"44":21,"45":28,"46":129,"48":67,"49":46,"5":1026,"51":48,"52":43,"53":85,"56":9,"570":5,"6":211,"63":135,"7":785,"79":70,"8":119,"80":57,"9":304,"all_client":100417,"all_tv_clinet":17330,"insert_time":"2014-08-22T10:30:01.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83406,"10":28,"107":581,"11":363,"12":99,"13":719,"14":235,"15":277,"155":88,"156":23,"158":61,"159":32,"16":259,"160":49,"161":223,"167":122,"168":2,"17":255,"18":1105,"19":727,"20":128,"209":21,"21":620,"210":25,"211":41,"214":33,"215":383,"221":309,"223":938,"224":58,"225":462,"23":520,"24":1333,"25":215,"257":83,"26":85,"268":8,"27":33,"273":105,"276":155,"279":17,"28":336,"281":24,"282":97,"291":15,"292":136,"30":23,"302":32,"31":99,"314":3,"317":1,"32":33,"33":92,"34":32,"347":14,"35":41,"352":661,"36":228,"37":46,"38":468,"380":17,"381":150,"383":100,"389":1,"39":70,"391":32,"396":4,"397":32,"40":43,"409":38,"41":77,"414":24,"415":113,"419":157,"42":45,"426":12,"43":29,"430":40,"433":9,"44":23,"45":26,"46":135,"48":65,"49":42,"5":1039,"51":48,"52":43,"53":86,"56":10,"570":7,"6":220,"63":141,"7":796,"79":75,"8":116,"80":57,"9":304,"all_client":100833,"all_tv_clinet":17427,"insert_time":"2014-08-22T10:31:02.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83695,"10":29,"107":584,"11":375,"12":96,"13":720,"14":220,"15":278,"155":91,"156":22,"158":64,"159":29,"16":257,"160":46,"161":214,"167":121,"168":2,"17":262,"18":1130,"19":735,"20":140,"209":21,"21":613,"210":26,"211":40,"214":34,"215":381,"221":311,"223":962,"224":63,"225":460,"23":523,"24":1337,"25":211,"257":88,"26":95,"268":8,"27":34,"273":107,"276":162,"279":16,"28":332,"281":21,"282":93,"291":18,"292":134,"30":23,"302":35,"31":91,"314":4,"317":1,"32":30,"33":90,"34":25,"347":13,"35":38,"352":670,"36":233,"37":42,"38":485,"380":17,"381":148,"383":102,"389":1,"39":75,"391":36,"396":2,"397":31,"40":45,"409":36,"41":76,"414":28,"415":115,"419":157,"42":46,"426":12,"43":30,"430":44,"433":9,"44":21,"45":25,"46":141,"48":67,"49":41,"5":1046,"51":47,"52":43,"53":82,"56":10,"570":9,"6":224,"63":141,"7":834,"79":75,"8":107,"80":55,"9":296,"all_client":101254,"all_tv_clinet":17559,"insert_time":"2014-08-22T10:32:03.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83965,"10":27,"107":595,"11":371,"12":93,"13":700,"14":214,"15":272,"155":94,"156":22,"158":66,"159":31,"16":250,"160":45,"161":214,"167":115,"17":266,"18":1147,"19":722,"20":151,"209":22,"21":612,"210":31,"211":41,"214":38,"215":390,"221":310,"223":975,"224":57,"225":459,"23":499,"24":1370,"25":212,"257":94,"26":102,"268":8,"27":36,"273":109,"276":173,"279":14,"28":332,"281":22,"282":87,"291":20,"292":131,"30":24,"302":35,"306":1,"31":86,"314":6,"317":1,"32":35,"33":92,"34":28,"347":14,"35":32,"352":671,"36":241,"37":36,"38":478,"380":16,"381":149,"383":102,"389":1,"39":76,"391":37,"396":1,"397":31,"40":44,"409":41,"41":75,"414":26,"415":112,"419":150,"42":45,"426":12,"43":33,"430":49,"433":8,"44":21,"45":24,"46":146,"48":61,"49":45,"5":1045,"51":44,"52":44,"53":76,"56":11,"570":8,"6":233,"63":143,"7":843,"79":69,"8":98,"80":58,"9":289,"all_client":101550,"all_tv_clinet":17585,"insert_time":"2014-08-22T10:33:03.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84207,"10":28,"107":615,"11":381,"12":102,"13":710,"14":216,"15":274,"155":96,"156":22,"158":64,"159":33,"16":238,"160":46,"161":224,"167":119,"17":276,"18":1157,"19":695,"20":154,"209":20,"21":603,"210":32,"211":43,"214":37,"215":392,"221":308,"223":999,"224":57,"225":451,"23":500,"24":1365,"25":212,"257":98,"26":108,"268":8,"27":36,"273":113,"276":170,"279":17,"28":327,"281":21,"282":85,"291":22,"292":129,"30":21,"302":40,"306":1,"31":85,"314":6,"317":1,"32":39,"33":92,"34":29,"347":13,"35":31,"352":679,"36":237,"37":39,"38":477,"380":17,"381":150,"383":95,"389":1,"39":74,"391":37,"396":1,"397":31,"40":43,"409":44,"41":80,"414":24,"415":110,"419":145,"42":45,"426":10,"43":35,"430":47,"433":8,"44":22,"45":26,"46":149,"48":62,"49":44,"5":1046,"51":41,"52":46,"53":79,"56":9,"570":8,"6":234,"63":151,"7":849,"79":65,"8":96,"80":57,"9":298,"all_client":101879,"all_tv_clinet":17672,"insert_time":"2014-08-22T10:34:04.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84505,"10":26,"107":615,"11":383,"12":105,"13":713,"14":218,"15":274,"155":95,"156":24,"158":62,"159":35,"16":229,"160":46,"161":228,"167":123,"17":275,"18":1177,"19":675,"20":157,"209":20,"21":599,"210":32,"211":41,"214":36,"215":408,"221":311,"223":1011,"224":60,"225":464,"23":499,"24":1369,"25":210,"257":94,"26":105,"268":8,"27":38,"273":125,"276":171,"279":18,"28":320,"281":20,"282":81,"291":24,"292":136,"30":21,"302":39,"306":1,"31":86,"314":5,"317":1,"32":41,"33":90,"34":31,"347":12,"35":30,"352":690,"36":237,"37":38,"38":473,"380":17,"381":155,"383":89,"389":1,"39":70,"391":41,"396":1,"397":31,"40":38,"409":49,"41":79,"414":23,"415":114,"419":142,"42":39,"426":11,"43":35,"430":45,"433":8,"44":21,"45":27,"46":151,"48":61,"49":42,"5":1052,"51":41,"52":47,"53":82,"56":11,"570":9,"6":232,"63":157,"7":856,"79":67,"8":93,"80":58,"9":299,"all_client":102254,"all_tv_clinet":17749,"insert_time":"2014-08-22T10:35:05.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84792,"10":26,"107":642,"11":396,"12":110,"13":729,"14":220,"15":283,"155":91,"156":24,"158":65,"159":34,"16":229,"160":46,"161":255,"167":122,"17":278,"18":1195,"19":643,"20":149,"209":25,"21":602,"210":31,"211":41,"214":36,"215":418,"221":318,"223":1013,"224":58,"225":462,"23":508,"24":1311,"25":213,"257":91,"26":106,"268":9,"27":39,"273":140,"276":170,"279":19,"28":315,"281":19,"282":85,"291":24,"292":141,"30":22,"302":42,"306":1,"31":85,"314":5,"317":1,"32":46,"33":87,"34":32,"347":14,"35":30,"352":680,"36":251,"37":35,"38":491,"380":17,"381":155,"383":85,"389":1,"39":71,"391":37,"396":1,"397":32,"40":36,"409":50,"41":77,"414":22,"415":119,"419":136,"42":38,"426":11,"43":31,"430":47,"433":8,"44":21,"45":27,"46":153,"48":60,"49":42,"5":1071,"51":47,"52":44,"53":76,"56":10,"570":10,"6":237,"63":159,"7":849,"79":69,"8":93,"80":59,"9":301,"all_client":102647,"all_tv_clinet":17855,"insert_time":"2014-08-22T10:36:06.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85079,"10":25,"107":655,"11":402,"12":111,"13":739,"14":222,"15":294,"155":89,"156":23,"158":66,"159":30,"16":241,"160":47,"161":267,"167":122,"168":1,"17":277,"18":1205,"19":641,"20":150,"209":26,"21":615,"210":26,"211":41,"214":36,"215":428,"221":330,"223":1039,"224":61,"225":460,"23":516,"24":1291,"25":212,"257":94,"26":111,"268":10,"27":38,"273":152,"276":175,"279":21,"28":308,"281":20,"282":89,"291":20,"292":144,"30":22,"302":42,"306":2,"31":83,"314":5,"317":1,"32":50,"33":87,"34":31,"347":13,"35":36,"352":678,"36":251,"37":32,"38":487,"380":17,"381":162,"383":83,"39":70,"391":37,"396":2,"397":30,"40":38,"409":53,"41":80,"414":18,"415":124,"419":134,"42":41,"426":12,"43":29,"430":47,"433":8,"44":22,"45":26,"46":155,"48":64,"49":41,"5":1074,"51":46,"52":42,"53":78,"56":10,"570":12,"6":239,"63":161,"7":849,"79":74,"8":93,"80":57,"9":292,"all_client":103089,"all_tv_clinet":18010,"insert_time":"2014-08-22T10:37:07.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85447,"10":23,"107":648,"11":403,"12":117,"13":729,"14":234,"15":306,"155":89,"156":23,"158":66,"159":27,"16":251,"160":49,"161":277,"167":128,"168":1,"17":273,"18":1221,"19":632,"20":149,"209":26,"21":607,"210":23,"211":39,"214":36,"215":440,"221":341,"223":1062,"224":61,"225":461,"23":521,"24":1282,"25":208,"257":100,"26":115,"268":10,"27":34,"273":153,"276":176,"279":19,"28":303,"281":21,"282":89,"291":20,"292":148,"30":25,"302":41,"306":2,"31":79,"314":5,"317":1,"32":55,"33":83,"34":32,"347":12,"35":38,"352":674,"36":248,"37":32,"38":487,"380":17,"381":168,"383":76,"39":68,"391":35,"396":2,"397":30,"40":40,"409":55,"41":80,"414":17,"415":122,"419":128,"42":42,"426":12,"43":30,"430":50,"433":8,"44":23,"45":23,"46":151,"48":68,"49":38,"5":1075,"51":48,"52":40,"53":75,"56":12,"570":14,"6":245,"63":164,"7":849,"79":77,"8":91,"80":61,"9":296,"all_client":103532,"all_tv_clinet":18085,"insert_time":"2014-08-22T10:38:07.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85690,"10":24,"107":657,"11":407,"12":124,"13":738,"14":241,"15":312,"155":88,"156":23,"158":66,"159":23,"16":260,"160":51,"161":285,"167":127,"168":1,"17":279,"18":1236,"19":625,"20":145,"209":26,"21":611,"210":23,"211":38,"214":34,"215":455,"221":343,"223":1069,"224":59,"225":468,"23":531,"24":1265,"25":210,"257":98,"26":113,"268":11,"27":32,"273":164,"276":176,"279":19,"28":297,"281":21,"282":95,"291":21,"292":154,"30":24,"302":43,"306":1,"31":76,"314":4,"317":1,"32":55,"33":88,"34":37,"347":12,"35":35,"352":702,"36":237,"37":31,"38":482,"380":18,"381":174,"383":76,"39":65,"391":42,"396":2,"397":29,"40":43,"409":55,"41":77,"414":20,"415":124,"419":123,"42":41,"426":9,"43":32,"430":51,"433":9,"44":22,"45":24,"46":152,"48":74,"49":39,"5":1074,"51":43,"52":39,"53":77,"56":12,"570":12,"6":246,"63":161,"7":829,"79":77,"8":88,"80":64,"9":303,"all_client":103889,"all_tv_clinet":18199,"insert_time":"2014-08-22T10:39:09.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86102,"10":24,"107":647,"11":408,"12":127,"13":750,"14":241,"15":317,"155":88,"156":24,"158":70,"159":21,"16":264,"160":52,"161":286,"167":129,"168":1,"17":284,"18":1248,"19":631,"20":143,"209":24,"21":615,"210":24,"211":38,"214":34,"215":462,"221":347,"223":1088,"224":57,"225":467,"23":531,"24":1262,"25":219,"257":98,"26":114,"268":12,"27":33,"273":171,"276":172,"279":19,"28":296,"281":22,"282":97,"291":22,"292":157,"30":25,"302":41,"31":75,"314":4,"317":1,"32":48,"33":91,"34":38,"347":11,"35":32,"352":707,"36":229,"37":32,"38":493,"380":17,"381":176,"383":77,"39":66,"391":48,"396":1,"397":27,"40":41,"409":56,"41":74,"414":17,"415":132,"419":115,"42":40,"426":11,"43":30,"430":56,"433":10,"44":23,"45":23,"46":151,"48":80,"49":40,"5":1077,"51":47,"52":36,"53":78,"56":12,"570":12,"6":243,"63":160,"7":805,"79":74,"8":89,"80":63,"9":311,"all_client":104383,"all_tv_clinet":18281,"insert_time":"2014-08-22T10:40:09.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86386,"10":25,"107":650,"11":406,"12":128,"13":749,"14":246,"15":322,"155":85,"156":25,"158":75,"159":21,"16":273,"160":51,"161":286,"167":128,"168":1,"17":296,"18":1260,"19":630,"20":152,"209":24,"21":636,"210":24,"211":35,"214":35,"215":476,"221":349,"223":1104,"224":54,"225":479,"23":540,"24":1272,"25":226,"257":96,"26":122,"268":13,"27":32,"273":175,"276":171,"279":19,"28":296,"281":23,"282":98,"291":24,"292":160,"30":25,"302":43,"31":72,"314":4,"317":1,"32":46,"33":88,"34":37,"347":10,"35":30,"352":704,"36":232,"37":34,"38":482,"380":16,"381":171,"383":75,"39":65,"391":47,"396":1,"397":29,"40":40,"409":53,"41":78,"414":16,"415":126,"419":117,"42":38,"426":11,"43":31,"430":59,"433":11,"44":25,"45":26,"46":155,"48":77,"49":39,"5":1089,"51":50,"52":35,"53":74,"56":10,"570":8,"6":243,"63":161,"7":791,"79":74,"8":88,"80":60,"9":312,"all_client":104787,"all_tv_clinet":18401,"insert_time":"2014-08-22T10:41:11.286Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86669,"10":26,"107":642,"11":404,"12":135,"13":714,"14":243,"15":300,"155":86,"156":26,"158":80,"159":20,"16":283,"160":54,"161":267,"167":133,"168":1,"17":299,"18":1291,"19":634,"20":159,"209":27,"21":642,"210":27,"211":32,"214":34,"215":480,"221":334,"223":1115,"224":57,"225":471,"23":554,"24":1295,"25":221,"257":106,"26":126,"268":14,"27":30,"273":179,"276":174,"279":18,"28":290,"281":23,"282":95,"291":20,"292":168,"30":26,"302":43,"31":75,"314":4,"317":1,"32":46,"33":89,"34":33,"347":12,"35":32,"352":687,"36":231,"37":32,"38":496,"380":17,"381":181,"383":70,"39":66,"391":43,"396":2,"397":27,"40":45,"409":53,"41":75,"414":19,"415":133,"419":125,"42":42,"426":10,"43":31,"430":59,"433":9,"44":23,"45":26,"46":149,"48":76,"49":41,"5":1108,"51":55,"52":37,"53":74,"56":10,"570":10,"6":240,"63":168,"7":788,"79":73,"8":85,"80":55,"9":316,"all_client":105146,"all_tv_clinet":18477,"insert_time":"2014-08-22T10:42:12.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86971,"10":28,"107":634,"11":419,"12":142,"13":678,"14":250,"15":276,"155":84,"156":27,"158":82,"159":21,"16":296,"160":54,"161":252,"167":134,"168":1,"17":307,"18":1298,"19":642,"20":165,"209":27,"21":642,"210":27,"211":33,"214":35,"215":485,"221":341,"223":1141,"224":58,"225":478,"23":556,"24":1302,"25":220,"257":114,"26":139,"268":15,"27":28,"273":187,"276":172,"279":19,"28":288,"281":24,"282":99,"291":18,"292":172,"30":29,"302":43,"31":73,"314":4,"317":1,"32":46,"33":85,"34":37,"347":12,"35":30,"352":678,"36":233,"37":34,"38":498,"380":17,"381":183,"383":73,"39":70,"391":40,"396":2,"397":25,"40":45,"409":53,"41":78,"414":21,"415":129,"419":127,"42":43,"426":9,"43":33,"430":58,"433":9,"434":1,"44":21,"45":26,"46":161,"48":64,"49":40,"5":1121,"51":54,"52":38,"53":73,"56":11,"570":8,"6":240,"63":174,"7":802,"79":71,"8":83,"80":58,"9":309,"all_client":105554,"all_tv_clinet":18583,"insert_time":"2014-08-22T10:43:13.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87372,"10":29,"107":639,"11":422,"12":150,"13":655,"14":252,"15":252,"155":85,"156":27,"158":81,"159":20,"16":290,"160":56,"161":247,"167":135,"168":1,"17":304,"18":1314,"19":660,"20":171,"209":26,"21":660,"210":28,"211":33,"214":36,"215":489,"221":329,"223":1166,"224":53,"225":476,"23":553,"24":1333,"25":223,"257":123,"26":146,"268":15,"27":26,"273":180,"276":174,"279":18,"28":282,"281":23,"282":103,"291":16,"292":161,"30":29,"302":42,"31":78,"314":7,"317":1,"32":43,"33":90,"34":35,"347":12,"35":32,"352":673,"36":237,"37":37,"38":510,"380":17,"381":197,"383":72,"39":72,"391":42,"396":4,"397":23,"40":46,"409":50,"41":73,"414":21,"415":130,"419":126,"42":43,"426":8,"43":32,"430":60,"433":9,"434":1,"44":22,"45":27,"46":169,"48":61,"49":40,"5":1134,"51":57,"52":41,"53":73,"56":11,"570":7,"6":241,"63":177,"7":807,"79":74,"8":80,"80":57,"9":307,"all_client":106071,"all_tv_clinet":18699,"insert_time":"2014-08-22T10:44:14.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87630,"10":28,"107":640,"11":439,"12":150,"13":642,"14":258,"15":225,"155":79,"156":27,"158":82,"159":19,"16":289,"160":56,"161":244,"167":137,"168":2,"17":303,"18":1325,"19":667,"20":177,"209":25,"21":647,"210":25,"211":32,"214":37,"215":497,"221":317,"223":1178,"224":55,"225":499,"23":550,"24":1369,"25":230,"257":118,"26":151,"268":14,"27":28,"273":171,"276":177,"279":16,"28":278,"281":23,"282":108,"291":15,"292":140,"30":30,"302":40,"31":77,"314":7,"317":1,"32":40,"33":93,"34":39,"347":12,"35":39,"352":671,"36":227,"37":34,"38":517,"380":18,"381":204,"383":69,"39":67,"391":44,"396":5,"397":23,"40":48,"409":45,"41":76,"414":17,"415":127,"419":129,"42":41,"426":9,"43":32,"430":60,"433":9,"434":1,"44":20,"45":28,"46":166,"48":62,"49":41,"5":1153,"51":56,"52":43,"53":70,"56":11,"570":5,"6":252,"63":183,"7":824,"79":74,"8":80,"80":57,"9":302,"all_client":106397,"all_tv_clinet":18767,"insert_time":"2014-08-22T10:45:14.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88063,"10":31,"107":643,"11":442,"12":152,"13":621,"14":257,"15":216,"155":75,"156":26,"158":77,"159":19,"16":305,"160":53,"161":242,"167":141,"168":2,"17":303,"18":1337,"19":677,"20":175,"209":29,"21":648,"210":25,"211":32,"214":37,"215":506,"221":307,"223":1130,"224":56,"225":501,"23":555,"24":1385,"25":224,"257":115,"26":156,"268":12,"27":29,"273":159,"276":182,"279":19,"28":279,"281":25,"282":117,"291":17,"292":120,"30":30,"302":39,"31":85,"314":8,"317":1,"32":38,"33":94,"34":38,"347":14,"35":46,"352":678,"36":230,"37":31,"38":525,"380":17,"381":205,"383":68,"39":62,"391":45,"396":7,"397":23,"40":45,"409":41,"41":74,"414":19,"415":134,"419":129,"42":41,"426":7,"43":30,"430":61,"433":8,"434":1,"44":20,"45":27,"46":165,"48":65,"49":43,"5":1163,"51":59,"52":44,"53":69,"56":10,"570":5,"6":264,"63":185,"7":850,"79":79,"8":76,"80":56,"9":313,"all_client":106889,"all_tv_clinet":18826,"insert_time":"2014-08-22T10:46:15.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88448,"10":34,"107":663,"11":455,"12":157,"13":591,"14":251,"15":211,"155":69,"156":26,"158":80,"159":18,"16":321,"160":54,"161":249,"167":138,"168":2,"17":301,"18":1355,"19":670,"20":176,"209":27,"21":646,"210":25,"211":29,"214":37,"215":509,"221":314,"223":1110,"224":57,"225":498,"23":552,"24":1384,"25":222,"257":111,"26":161,"268":13,"27":30,"273":155,"276":187,"279":21,"28":284,"281":25,"282":123,"291":16,"292":114,"30":31,"302":39,"31":83,"314":7,"317":1,"32":41,"33":91,"34":37,"347":17,"35":47,"352":703,"36":236,"37":30,"38":537,"380":16,"381":207,"383":66,"39":61,"391":40,"396":8,"397":22,"40":46,"409":41,"41":75,"414":22,"415":137,"419":131,"42":47,"426":6,"43":28,"430":58,"433":6,"434":1,"44":21,"45":28,"46":172,"48":65,"49":41,"5":1181,"51":60,"52":46,"53":75,"56":9,"570":4,"6":264,"63":193,"7":879,"79":79,"8":74,"80":56,"9":315,"all_client":107399,"all_tv_clinet":18951,"insert_time":"2014-08-22T10:47:16.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88789,"10":33,"107":670,"11":455,"12":153,"13":588,"14":235,"15":220,"155":67,"156":25,"158":83,"159":22,"16":334,"160":52,"161":253,"167":137,"168":1,"17":294,"18":1369,"19":639,"20":174,"209":23,"21":657,"210":26,"211":29,"214":36,"215":516,"221":324,"223":1071,"224":57,"225":507,"23":556,"24":1415,"25":216,"257":103,"26":172,"268":12,"27":27,"273":158,"276":192,"279":21,"28":291,"281":25,"282":121,"291":19,"292":110,"30":30,"302":41,"31":80,"314":6,"317":1,"32":40,"33":89,"34":32,"347":19,"35":47,"352":708,"36":230,"37":30,"38":540,"380":16,"381":203,"383":64,"39":62,"391":41,"396":8,"397":22,"40":46,"409":43,"41":74,"414":23,"415":142,"419":137,"42":48,"426":5,"43":30,"430":55,"433":5,"434":1,"44":19,"45":31,"46":171,"48":69,"49":41,"5":1210,"51":63,"52":44,"53":75,"56":10,"570":5,"6":263,"63":194,"7":894,"79":82,"8":76,"80":58,"9":315,"all_client":107815,"all_tv_clinet":19026,"insert_time":"2014-08-22T10:48:17.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89178,"10":35,"107":679,"11":449,"12":159,"13":571,"14":219,"15":218,"155":61,"156":25,"158":84,"159":23,"16":353,"160":53,"161":270,"167":134,"168":1,"17":280,"18":1374,"19":603,"20":169,"209":21,"21":676,"210":27,"211":28,"214":35,"215":522,"221":338,"223":1070,"224":60,"225":513,"23":559,"24":1426,"25":220,"257":105,"26":169,"268":13,"27":28,"273":167,"276":204,"279":23,"28":291,"281":24,"282":123,"291":18,"292":110,"30":30,"302":39,"31":73,"314":6,"317":1,"32":37,"33":88,"34":32,"347":20,"35":48,"352":727,"36":231,"37":30,"38":532,"380":18,"381":204,"383":64,"39":62,"391":43,"396":8,"397":24,"40":45,"409":46,"41":70,"414":23,"415":139,"419":139,"42":50,"426":5,"43":31,"430":57,"433":3,"434":1,"44":21,"45":34,"46":185,"48":70,"49":43,"5":1233,"51":63,"52":42,"53":76,"56":9,"570":5,"6":266,"63":196,"7":902,"79":86,"8":75,"80":55,"9":316,"all_client":108311,"all_tv_clinet":19133,"insert_time":"2014-08-22T10:49:18.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89522,"10":39,"107":673,"11":448,"12":157,"13":560,"14":208,"15":215,"155":56,"156":25,"158":85,"159":24,"16":366,"160":52,"161":290,"167":133,"168":1,"17":268,"18":1390,"19":588,"20":170,"209":21,"21":681,"210":30,"211":27,"214":35,"215":522,"221":323,"223":1086,"224":61,"225":526,"23":557,"24":1427,"25":211,"257":105,"26":177,"268":13,"27":30,"273":176,"276":207,"279":25,"28":290,"281":25,"282":124,"291":19,"292":114,"30":31,"302":42,"31":69,"314":6,"32":35,"33":89,"34":34,"347":21,"35":48,"352":721,"36":224,"37":31,"38":530,"380":19,"381":203,"383":67,"39":64,"391":46,"396":8,"397":26,"40":48,"409":51,"41":69,"414":29,"415":140,"419":136,"42":46,"426":3,"43":33,"430":61,"433":3,"434":1,"44":16,"45":34,"46":197,"48":76,"49":43,"5":1255,"51":66,"52":39,"53":69,"56":9,"570":6,"6":265,"63":193,"7":917,"79":95,"8":78,"80":56,"9":326,"all_client":108756,"all_tv_clinet":19234,"insert_time":"2014-08-22T10:50:19.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89785,"10":42,"107":687,"11":455,"12":163,"13":541,"14":215,"15":209,"155":54,"156":27,"158":86,"159":22,"16":385,"160":58,"161":313,"167":131,"168":1,"17":256,"18":1409,"19":603,"20":168,"209":23,"21":674,"210":27,"211":25,"214":36,"215":526,"221":331,"223":1097,"224":57,"225":536,"23":555,"24":1411,"25":211,"257":107,"26":174,"268":11,"27":31,"273":178,"276":211,"279":25,"28":288,"281":26,"282":125,"291":21,"292":122,"30":32,"302":43,"31":70,"314":7,"32":38,"33":94,"34":35,"347":22,"35":49,"352":716,"36":220,"37":33,"38":524,"380":20,"381":207,"383":67,"39":63,"391":47,"396":8,"397":27,"40":46,"409":53,"41":66,"414":32,"415":141,"419":139,"42":46,"426":4,"43":32,"430":59,"433":1,"434":1,"44":17,"45":31,"46":195,"48":79,"49":44,"5":1216,"51":62,"52":38,"53":78,"56":11,"570":7,"6":282,"63":191,"7":928,"79":96,"8":78,"80":53,"9":338,"all_client":109124,"all_tv_clinet":19339,"insert_time":"2014-08-22T10:51:20.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90140,"10":45,"107":697,"11":448,"12":157,"13":527,"14":212,"15":213,"155":50,"156":28,"158":79,"159":22,"16":401,"160":60,"161":326,"167":130,"17":252,"18":1413,"19":615,"20":167,"209":25,"21":667,"210":28,"211":26,"214":37,"215":535,"221":322,"223":1121,"224":56,"225":539,"23":569,"24":1408,"25":221,"257":112,"26":186,"268":10,"27":31,"273":180,"276":222,"279":24,"28":279,"281":26,"282":125,"291":20,"292":128,"30":30,"302":43,"31":67,"314":6,"32":43,"33":103,"34":36,"347":23,"35":47,"352":721,"36":221,"37":35,"38":526,"380":20,"381":207,"383":67,"39":61,"391":47,"396":7,"397":27,"40":46,"409":54,"41":69,"414":37,"415":144,"419":141,"42":47,"426":5,"43":32,"430":54,"433":1,"434":1,"44":21,"45":30,"46":196,"48":79,"49":45,"5":1177,"51":66,"52":31,"53":82,"56":11,"570":7,"6":274,"63":192,"7":933,"79":99,"8":77,"80":51,"9":365,"all_client":109583,"all_tv_clinet":19443,"insert_time":"2014-08-22T10:52:21.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90503,"10":47,"107":713,"11":459,"12":161,"13":516,"14":221,"15":216,"155":47,"156":29,"158":73,"159":22,"16":408,"160":62,"161":321,"167":133,"17":249,"18":1408,"19":646,"20":171,"209":23,"21":684,"210":27,"211":25,"214":38,"215":535,"221":329,"223":1163,"224":54,"225":539,"23":563,"24":1410,"25":217,"257":106,"26":195,"268":10,"27":30,"273":189,"276":226,"279":21,"28":277,"281":27,"282":131,"291":21,"292":138,"30":32,"302":46,"31":69,"314":6,"32":43,"33":106,"34":37,"347":23,"35":45,"352":727,"36":226,"37":35,"38":533,"380":21,"381":207,"383":66,"39":63,"391":47,"396":8,"397":28,"40":46,"409":53,"41":68,"414":43,"415":145,"419":145,"42":46,"426":5,"43":27,"430":52,"433":1,"434":1,"44":19,"45":29,"46":185,"48":74,"49":45,"5":1135,"51":71,"52":28,"53":84,"56":11,"570":7,"6":253,"63":199,"7":945,"79":104,"8":74,"80":48,"9":374,"all_client":110068,"all_tv_clinet":19565,"insert_time":"2014-08-22T10:53:22.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90758,"10":46,"107":707,"11":475,"12":163,"13":505,"14":216,"15":238,"155":48,"156":28,"158":73,"159":26,"16":417,"160":59,"161":315,"167":134,"17":254,"18":1375,"19":675,"20":164,"209":25,"21":690,"210":27,"211":25,"214":36,"215":527,"221":335,"223":1182,"224":56,"225":527,"23":567,"24":1398,"25":221,"257":106,"26":208,"268":10,"27":35,"273":194,"276":229,"279":26,"28":273,"281":27,"282":139,"291":23,"292":141,"30":31,"302":46,"31":69,"314":6,"32":38,"33":111,"34":35,"347":24,"35":49,"352":750,"36":224,"37":35,"38":535,"380":22,"381":210,"383":69,"39":60,"391":52,"396":6,"397":28,"40":49,"409":55,"41":71,"414":51,"415":146,"419":147,"42":44,"426":4,"43":27,"430":51,"433":1,"434":1,"44":21,"45":27,"46":193,"48":75,"49":44,"5":1103,"51":67,"52":27,"53":90,"56":11,"570":6,"6":223,"63":206,"7":972,"79":112,"8":74,"80":43,"9":385,"all_client":110429,"all_tv_clinet":19671,"insert_time":"2014-08-22T10:54:23.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91043,"10":45,"107":706,"11":494,"12":156,"13":489,"14":205,"15":257,"155":44,"156":29,"158":77,"159":27,"16":410,"160":59,"161":294,"167":136,"17":251,"18":1356,"19":714,"20":166,"209":23,"21":712,"210":28,"211":24,"214":35,"215":517,"221":352,"223":1202,"224":55,"225":538,"23":580,"24":1365,"25":223,"257":101,"26":203,"268":13,"27":36,"273":202,"276":238,"279":25,"28":281,"281":27,"282":146,"291":25,"292":150,"30":31,"302":48,"31":64,"314":8,"32":36,"33":112,"34":36,"347":25,"35":47,"352":759,"36":236,"37":33,"38":537,"380":23,"381":208,"383":75,"39":62,"391":55,"396":4,"397":28,"40":48,"409":55,"41":74,"414":52,"415":147,"419":148,"42":43,"426":9,"43":29,"430":50,"433":1,"434":1,"44":19,"45":26,"46":190,"48":77,"49":42,"5":1096,"51":66,"52":31,"53":96,"56":12,"570":5,"6":204,"63":210,"7":993,"79":110,"8":73,"80":35,"9":407,"all_client":110835,"all_tv_clinet":19792,"insert_time":"2014-08-22T10:55:24.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91414,"10":48,"107":711,"11":504,"12":148,"13":488,"14":195,"15":275,"155":48,"156":25,"158":82,"159":25,"16":398,"160":57,"161":281,"167":141,"17":247,"18":1337,"19":738,"20":163,"209":30,"21":721,"210":30,"211":19,"214":39,"215":520,"221":351,"223":1226,"224":51,"225":533,"23":594,"24":1335,"25":234,"257":105,"26":204,"268":10,"27":36,"273":208,"276":242,"279":27,"28":283,"281":26,"282":158,"291":23,"292":161,"30":32,"302":47,"31":70,"314":8,"32":35,"33":116,"34":40,"347":28,"35":49,"352":751,"36":235,"37":32,"38":530,"380":21,"381":211,"383":76,"39":62,"391":53,"396":3,"397":28,"40":49,"409":58,"41":74,"414":53,"415":147,"419":145,"42":45,"426":9,"43":29,"430":47,"433":1,"434":1,"44":19,"45":27,"46":192,"48":73,"49":45,"5":1107,"51":64,"52":34,"53":100,"56":16,"570":5,"6":205,"63":212,"7":1009,"79":110,"8":76,"80":32,"9":431,"all_client":111333,"all_tv_clinet":19919,"insert_time":"2014-08-22T10:56:25.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91768,"10":47,"107":721,"11":529,"12":140,"13":470,"14":184,"15":302,"155":50,"156":28,"158":86,"159":23,"16":362,"160":55,"161":286,"167":143,"17":250,"18":1307,"19":717,"20":156,"209":30,"21":737,"210":32,"211":20,"214":40,"215":518,"221":347,"223":1248,"224":52,"225":540,"23":576,"24":1345,"25":232,"257":115,"26":214,"268":11,"27":38,"273":216,"276":257,"279":27,"28":288,"281":26,"282":165,"291":23,"292":171,"30":32,"302":47,"31":73,"314":8,"32":39,"33":112,"34":37,"347":26,"35":48,"352":784,"36":228,"37":34,"38":525,"380":21,"381":213,"383":74,"39":65,"391":46,"396":4,"397":30,"40":49,"409":58,"41":72,"414":56,"415":157,"419":145,"42":48,"426":9,"43":23,"430":48,"433":2,"434":1,"44":19,"45":27,"46":190,"48":69,"49":51,"5":1132,"51":69,"52":30,"53":99,"56":17,"570":5,"6":202,"63":217,"7":1011,"79":109,"8":73,"80":33,"9":458,"all_client":111817,"all_tv_clinet":20049,"insert_time":"2014-08-22T10:57:26.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92127,"10":47,"107":709,"11":535,"12":135,"13":472,"14":180,"15":309,"155":55,"156":26,"158":90,"159":25,"16":346,"160":56,"161":312,"167":148,"168":1,"17":249,"18":1285,"19":697,"20":157,"209":32,"21":754,"210":30,"211":17,"214":40,"215":509,"221":358,"223":1257,"224":51,"225":542,"23":557,"24":1377,"25":215,"257":112,"26":227,"268":11,"27":39,"273":201,"276":265,"279":26,"28":290,"281":26,"282":175,"291":24,"292":179,"30":32,"302":48,"31":76,"314":8,"32":36,"33":114,"34":38,"347":23,"35":48,"352":805,"36":222,"37":34,"38":521,"380":22,"381":217,"383":73,"39":68,"391":49,"396":5,"397":27,"40":49,"409":55,"41":71,"414":65,"415":152,"419":147,"42":47,"426":7,"43":25,"430":54,"433":2,"434":1,"44":19,"45":25,"46":196,"48":72,"49":44,"5":1189,"51":71,"52":30,"53":103,"56":20,"570":7,"6":211,"63":214,"7":1004,"79":106,"8":73,"80":34,"9":480,"all_client":112314,"all_tv_clinet":20187,"insert_time":"2014-08-22T10:58:26.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92470,"10":52,"107":713,"11":552,"12":130,"13":461,"14":177,"15":325,"155":60,"156":26,"158":92,"159":25,"16":340,"160":53,"161":334,"167":154,"168":1,"17":247,"18":1276,"19":660,"20":167,"209":23,"21":743,"210":32,"211":19,"214":40,"215":492,"221":368,"223":1297,"224":49,"225":551,"23":541,"24":1393,"25":212,"257":114,"26":218,"268":12,"27":39,"273":197,"276":270,"279":32,"28":282,"281":26,"282":184,"291":26,"292":169,"30":35,"302":47,"31":68,"314":7,"32":36,"33":118,"34":36,"347":23,"35":45,"352":806,"36":217,"37":41,"38":522,"380":23,"381":212,"383":85,"389":1,"39":71,"391":48,"396":3,"397":28,"40":52,"409":56,"41":74,"414":69,"415":144,"419":159,"42":46,"426":9,"43":26,"430":63,"433":2,"434":1,"44":19,"45":24,"46":198,"48":75,"49":44,"5":1284,"51":75,"52":30,"53":100,"56":22,"570":7,"6":245,"63":208,"7":981,"79":107,"8":68,"80":32,"9":485,"all_client":112821,"all_tv_clinet":20351,"insert_time":"2014-08-22T10:59:27.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92634,"10":55,"107":730,"11":562,"12":130,"13":449,"14":166,"15":321,"155":64,"156":23,"158":94,"159":29,"16":352,"160":52,"161":349,"167":157,"168":1,"17":253,"18":1271,"19":652,"20":174,"209":22,"21":730,"210":33,"211":19,"214":38,"215":473,"221":373,"223":1345,"224":47,"225":546,"23":521,"24":1392,"25":210,"257":129,"26":217,"268":12,"27":36,"273":189,"276":274,"279":38,"28":277,"281":26,"282":199,"291":23,"292":156,"30":36,"302":50,"31":68,"314":7,"32":48,"33":117,"34":38,"347":24,"35":43,"352":806,"36":219,"37":40,"38":517,"380":23,"381":214,"383":89,"389":1,"39":75,"391":57,"396":2,"397":26,"40":53,"409":56,"41":74,"414":74,"415":145,"419":169,"42":44,"426":10,"43":26,"430":73,"433":1,"434":1,"44":18,"45":28,"46":195,"48":73,"49":43,"5":1391,"51":77,"52":32,"53":108,"56":18,"570":9,"6":287,"63":193,"7":949,"79":112,"8":71,"80":28,"9":456,"all_client":113157,"all_tv_clinet":20523,"insert_time":"2014-08-22T11:00:28.878Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92923,"10":61,"107":748,"11":568,"12":126,"13":452,"14":167,"15":325,"155":66,"156":24,"158":99,"159":30,"16":361,"160":50,"161":373,"167":159,"168":1,"17":271,"18":1280,"19":632,"20":177,"209":18,"21":711,"210":35,"211":17,"214":39,"215":468,"221":357,"223":1366,"224":47,"225":527,"23":490,"24":1387,"25":203,"257":133,"26":204,"268":11,"27":36,"273":176,"276":266,"279":40,"28":271,"281":28,"282":209,"291":27,"292":144,"30":37,"302":51,"31":66,"314":5,"32":50,"33":115,"34":36,"347":24,"35":46,"352":786,"36":215,"37":42,"38":524,"380":22,"381":225,"383":90,"389":1,"39":69,"391":62,"396":3,"397":28,"40":52,"409":59,"41":72,"414":80,"415":148,"419":166,"42":42,"426":11,"43":28,"430":74,"433":2,"434":1,"44":15,"45":26,"46":187,"48":69,"49":46,"5":1682,"51":73,"52":29,"53":106,"56":17,"570":9,"6":321,"63":173,"7":911,"79":126,"8":66,"80":24,"9":429,"all_client":113644,"all_tv_clinet":20721,"insert_time":"2014-08-22T11:01:29.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93207,"10":62,"107":755,"11":565,"12":120,"13":444,"14":164,"15":325,"155":70,"156":25,"158":103,"159":30,"16":376,"160":51,"161":404,"167":158,"168":1,"17":285,"18":1296,"19":631,"20":172,"209":18,"21":690,"210":41,"211":15,"214":39,"215":457,"221":349,"223":1378,"224":46,"225":523,"23":459,"24":1341,"25":200,"257":128,"26":191,"268":12,"27":35,"273":177,"276":260,"279":41,"28":257,"281":31,"282":236,"291":33,"292":138,"30":35,"302":50,"306":1,"31":66,"314":6,"32":55,"33":115,"34":35,"347":25,"35":50,"352":790,"36":229,"37":40,"38":519,"380":24,"381":225,"383":83,"39":68,"391":72,"396":4,"397":34,"40":52,"409":55,"41":71,"414":88,"415":155,"419":148,"42":40,"426":12,"43":30,"430":80,"433":3,"434":1,"44":17,"45":21,"46":182,"48":66,"49":46,"5":2030,"51":72,"52":26,"53":101,"56":16,"570":10,"6":335,"63":155,"7":898,"79":131,"8":65,"80":24,"9":398,"all_client":114193,"all_tv_clinet":20986,"insert_time":"2014-08-22T11:02:30.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93406,"10":65,"107":750,"11":534,"12":124,"13":455,"14":152,"15":339,"155":73,"156":25,"158":100,"159":30,"16":380,"160":44,"161":413,"167":158,"168":1,"17":290,"18":1328,"19":638,"20":168,"209":20,"21":661,"210":48,"211":16,"214":40,"215":454,"221":346,"223":1365,"224":45,"225":524,"23":436,"24":1324,"25":195,"257":118,"26":186,"268":12,"27":34,"273":176,"276":251,"279":41,"28":249,"281":33,"282":258,"291":36,"292":134,"30":37,"302":51,"306":1,"31":73,"314":5,"32":48,"33":126,"34":36,"347":23,"35":50,"352":793,"36":223,"37":35,"38":523,"380":24,"381":229,"383":76,"39":66,"391":79,"396":4,"397":37,"40":51,"409":52,"41":73,"414":90,"415":159,"419":138,"42":41,"426":13,"43":32,"430":87,"433":4,"434":1,"44":17,"45":23,"46":170,"48":66,"49":44,"5":2367,"51":67,"52":28,"53":98,"56":16,"570":9,"6":371,"63":133,"7":889,"79":139,"8":56,"80":27,"9":392,"all_client":114667,"all_tv_clinet":21261,"insert_time":"2014-08-22T11:03:31.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93754,"10":61,"107":756,"11":527,"12":114,"13":465,"14":154,"15":332,"155":78,"156":30,"158":99,"159":31,"16":379,"160":42,"161":416,"167":162,"168":1,"17":293,"18":1321,"19":633,"20":165,"209":17,"21":644,"210":50,"211":18,"214":42,"215":438,"221":352,"223":1358,"224":44,"225":512,"23":422,"24":1287,"25":189,"257":120,"26":179,"268":13,"27":35,"273":171,"276":253,"279":42,"28":245,"281":32,"282":269,"291":40,"292":140,"30":37,"302":53,"306":1,"31":68,"314":4,"32":45,"33":133,"34":37,"347":21,"35":52,"352":818,"36":214,"37":34,"38":524,"380":24,"381":230,"383":73,"39":65,"391":83,"396":5,"397":38,"40":52,"409":48,"41":69,"414":96,"415":170,"419":139,"42":41,"426":11,"43":36,"430":100,"433":4,"434":1,"44":20,"45":27,"46":162,"48":67,"49":43,"5":2555,"51":69,"52":28,"53":105,"56":16,"570":8,"6":400,"63":125,"7":883,"79":146,"8":56,"80":26,"9":376,"all_client":115163,"all_tv_clinet":21409,"insert_time":"2014-08-22T11:04:32.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94025,"10":62,"107":753,"11":526,"12":119,"13":462,"14":154,"15":328,"155":81,"156":34,"158":99,"159":31,"16":391,"160":37,"161":426,"167":161,"168":1,"17":301,"18":1350,"19":617,"20":170,"209":20,"21":637,"210":53,"211":20,"214":40,"215":442,"221":363,"223":1343,"224":40,"225":502,"23":419,"24":1269,"25":192,"257":120,"26":186,"268":13,"27":33,"273":169,"276":252,"279":38,"28":243,"281":34,"282":281,"291":42,"292":160,"30":37,"302":51,"31":63,"314":4,"32":42,"33":139,"34":34,"347":18,"35":52,"352":827,"36":216,"37":34,"38":516,"380":25,"381":240,"383":68,"39":65,"391":87,"396":6,"397":39,"40":50,"409":45,"41":60,"414":98,"415":177,"419":136,"42":39,"426":9,"43":39,"430":108,"433":5,"434":1,"44":21,"45":26,"46":160,"48":62,"49":42,"5":2707,"51":62,"52":29,"53":113,"56":14,"570":8,"6":413,"63":114,"7":873,"79":148,"8":58,"80":26,"9":373,"all_client":115618,"all_tv_clinet":21593,"insert_time":"2014-08-22T11:05:33.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94263,"10":60,"107":752,"11":527,"12":112,"13":475,"14":148,"15":326,"155":83,"156":31,"158":97,"159":34,"16":400,"160":37,"161":435,"167":165,"168":1,"17":297,"18":1362,"19":599,"20":158,"209":18,"21":639,"210":55,"211":21,"214":40,"215":440,"221":381,"223":1342,"224":44,"225":521,"23":407,"24":1250,"25":192,"257":119,"26":179,"268":13,"27":32,"273":164,"276":239,"279":38,"28":236,"281":33,"282":285,"291":45,"292":173,"30":37,"302":51,"31":56,"314":5,"32":41,"33":139,"34":30,"347":15,"35":50,"352":820,"36":218,"37":34,"38":513,"380":24,"381":240,"383":70,"39":63,"391":91,"396":8,"397":39,"40":49,"409":48,"41":57,"414":108,"415":174,"419":127,"42":40,"426":8,"43":40,"430":110,"433":5,"434":1,"44":19,"45":25,"46":165,"48":53,"49":45,"5":2869,"51":62,"52":25,"53":112,"56":14,"570":8,"6":419,"63":112,"7":866,"79":151,"8":58,"80":24,"9":379,"all_client":115985,"all_tv_clinet":21722,"insert_time":"2014-08-22T11:06:34.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94594,"10":62,"107":759,"11":527,"12":114,"13":487,"14":150,"15":341,"155":82,"156":30,"158":97,"159":32,"16":404,"160":36,"161":407,"167":160,"168":1,"17":301,"18":1360,"19":618,"20":158,"209":19,"21":633,"210":60,"211":21,"214":41,"215":439,"221":377,"223":1359,"224":41,"225":516,"23":398,"24":1259,"25":192,"257":116,"26":168,"268":11,"27":29,"273":163,"276":234,"279":39,"28":239,"281":37,"282":295,"291":50,"292":181,"30":40,"302":49,"31":59,"314":4,"32":46,"33":141,"34":25,"347":17,"35":48,"352":825,"36":214,"37":34,"38":522,"380":24,"381":247,"383":73,"39":65,"391":98,"396":6,"397":40,"40":46,"409":50,"41":58,"414":114,"415":167,"419":123,"42":39,"426":9,"43":36,"430":116,"433":5,"434":1,"44":17,"45":23,"46":162,"48":51,"49":45,"5":3002,"51":62,"52":22,"53":118,"56":14,"570":9,"6":423,"63":104,"7":854,"79":148,"8":61,"80":25,"9":375,"all_client":116493,"all_tv_clinet":21899,"insert_time":"2014-08-22T11:07:35.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94873,"10":63,"107":764,"11":515,"12":123,"13":490,"14":150,"15":323,"155":83,"156":33,"158":101,"159":34,"16":421,"160":38,"161":382,"167":160,"168":1,"17":306,"18":1362,"19":625,"20":150,"209":19,"21":643,"210":62,"211":22,"214":41,"215":441,"221":374,"223":1377,"224":44,"225":505,"23":383,"24":1255,"25":201,"257":115,"26":163,"268":11,"27":30,"273":162,"276":234,"279":39,"28":235,"281":38,"282":299,"291":50,"292":192,"30":40,"302":49,"31":54,"314":3,"32":47,"33":145,"34":21,"347":18,"35":47,"352":805,"36":209,"37":32,"38":525,"380":25,"381":251,"383":81,"389":1,"39":64,"391":103,"396":7,"397":40,"40":42,"409":47,"41":60,"414":122,"415":168,"419":120,"42":39,"426":12,"43":37,"430":125,"433":4,"434":1,"44":16,"45":23,"46":161,"48":50,"49":48,"5":3135,"51":62,"52":21,"53":118,"56":13,"570":8,"6":405,"63":99,"7":847,"79":155,"8":55,"80":24,"9":376,"all_client":116892,"all_tv_clinet":22019,"insert_time":"2014-08-22T11:08:36.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95113,"10":66,"107":748,"11":506,"12":130,"13":474,"14":155,"15":308,"155":83,"156":32,"158":99,"159":31,"16":423,"160":36,"161":346,"167":161,"168":1,"17":315,"18":1361,"19":620,"20":153,"209":22,"21":649,"210":65,"211":21,"214":43,"215":443,"221":375,"223":1405,"224":46,"225":490,"23":375,"24":1261,"25":205,"257":110,"26":160,"268":10,"27":33,"273":166,"276":238,"279":42,"28":235,"281":38,"282":308,"291":50,"292":193,"30":39,"302":45,"306":1,"31":50,"314":2,"32":58,"33":143,"34":20,"347":18,"35":49,"352":796,"36":213,"37":31,"38":523,"380":28,"381":253,"383":80,"389":1,"39":62,"391":110,"396":7,"397":37,"40":43,"409":50,"41":62,"414":128,"415":164,"419":117,"42":37,"426":12,"43":37,"430":128,"433":6,"434":1,"44":18,"45":25,"46":157,"48":55,"49":43,"5":3245,"51":62,"52":19,"53":119,"56":13,"570":9,"6":365,"63":90,"7":850,"79":152,"8":50,"80":27,"9":377,"all_client":117171,"all_tv_clinet":22058,"insert_time":"2014-08-22T11:09:38.563Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95393,"10":70,"107":749,"11":492,"12":138,"13":479,"14":164,"15":298,"155":83,"156":33,"158":94,"159":30,"16":440,"160":36,"161":339,"167":167,"168":1,"17":321,"18":1376,"19":627,"20":153,"209":20,"21":655,"210":69,"211":21,"214":44,"215":456,"221":373,"223":1423,"224":49,"225":494,"23":379,"24":1276,"25":200,"257":107,"26":156,"268":11,"27":36,"273":167,"276":227,"279":43,"28":234,"281":38,"282":310,"291":50,"292":201,"30":37,"302":44,"306":1,"31":49,"314":2,"32":57,"33":147,"34":25,"347":19,"35":44,"352":804,"36":207,"37":31,"38":528,"380":28,"381":259,"383":78,"389":1,"39":63,"391":114,"396":6,"397":37,"40":41,"409":50,"41":60,"414":124,"415":156,"419":122,"42":37,"426":12,"43":35,"430":133,"433":6,"434":1,"44":19,"45":26,"46":152,"48":58,"49":43,"5":3343,"51":57,"52":22,"53":110,"56":8,"570":8,"6":331,"63":88,"7":831,"79":148,"8":49,"80":29,"9":370,"all_client":117572,"all_tv_clinet":22179,"insert_time":"2014-08-22T11:10:39.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95753,"10":71,"107":752,"11":495,"12":133,"13":480,"14":170,"15":309,"155":83,"156":33,"158":97,"159":28,"16":439,"160":38,"161":337,"167":168,"168":1,"17":329,"18":1387,"19":637,"20":151,"209":21,"21":635,"210":68,"211":21,"214":49,"215":451,"221":374,"223":1422,"224":49,"225":494,"23":390,"24":1288,"25":206,"257":103,"26":151,"268":10,"27":37,"273":171,"276":216,"279":41,"28":231,"281":39,"282":319,"291":52,"292":200,"30":33,"302":42,"306":1,"31":47,"314":2,"32":53,"33":152,"34":30,"347":14,"35":43,"352":815,"36":206,"37":30,"38":524,"380":30,"381":261,"383":83,"389":2,"39":62,"391":107,"396":6,"397":37,"40":41,"409":50,"41":56,"414":121,"415":148,"419":124,"42":33,"426":10,"43":35,"430":133,"433":6,"434":1,"44":18,"45":26,"46":139,"48":59,"49":43,"5":3450,"51":51,"52":23,"53":105,"56":7,"570":12,"6":331,"63":89,"7":812,"79":150,"8":46,"80":29,"9":380,"all_client":118037,"all_tv_clinet":22284,"insert_time":"2014-08-22T11:11:40.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96025,"10":78,"107":753,"11":496,"12":131,"13":483,"14":175,"15":325,"155":87,"156":31,"158":93,"159":30,"16":420,"160":36,"161":332,"167":170,"168":1,"17":332,"18":1401,"19":641,"20":149,"209":20,"21":637,"210":69,"211":19,"214":53,"215":439,"221":375,"223":1434,"224":50,"225":495,"23":399,"24":1264,"25":206,"257":98,"26":141,"268":11,"27":34,"273":182,"276":204,"279":41,"28":232,"281":40,"282":333,"291":57,"292":205,"30":35,"302":40,"306":2,"31":48,"314":3,"32":46,"33":156,"34":30,"347":12,"35":40,"352":808,"36":201,"37":28,"38":513,"380":28,"381":264,"383":80,"389":2,"39":61,"391":113,"396":5,"397":37,"40":39,"409":53,"41":61,"414":122,"415":154,"419":125,"42":31,"426":10,"43":33,"430":134,"433":6,"434":1,"44":15,"45":24,"46":144,"48":63,"49":43,"5":3555,"51":50,"52":27,"53":101,"56":9,"570":11,"6":334,"63":87,"7":801,"79":150,"8":41,"80":29,"9":385,"all_client":118417,"all_tv_clinet":22392,"insert_time":"2014-08-22T11:12:41.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96373,"10":72,"107":738,"11":488,"12":125,"13":486,"14":180,"15":327,"155":88,"156":30,"158":95,"159":28,"16":392,"160":39,"161":345,"167":171,"168":1,"17":334,"18":1409,"19":648,"20":153,"209":22,"21":632,"210":70,"211":20,"214":53,"215":436,"221":375,"223":1432,"224":51,"225":493,"23":394,"24":1260,"25":212,"257":102,"26":135,"268":11,"27":36,"273":189,"276":196,"279":42,"28":237,"281":41,"282":344,"291":60,"292":200,"30":34,"302":42,"306":3,"31":49,"314":4,"32":45,"33":151,"34":29,"347":12,"35":37,"352":792,"36":205,"37":30,"38":513,"380":28,"381":258,"383":80,"389":2,"39":67,"391":119,"396":6,"397":35,"40":39,"409":61,"41":62,"414":130,"415":158,"419":119,"42":30,"426":9,"43":31,"430":133,"433":6,"434":1,"44":14,"45":24,"46":143,"48":60,"49":45,"5":3687,"51":47,"52":34,"53":99,"56":10,"570":12,"6":342,"63":80,"7":814,"79":155,"8":38,"80":29,"9":385,"all_client":118903,"all_tv_clinet":22530,"insert_time":"2014-08-22T11:13:42.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96695,"10":68,"107":701,"11":495,"12":128,"13":503,"14":190,"15":330,"155":90,"156":33,"158":91,"159":31,"16":350,"160":36,"161":345,"167":172,"168":1,"17":340,"18":1424,"19":642,"20":147,"209":27,"21":626,"210":69,"211":21,"214":51,"215":432,"221":368,"223":1377,"224":49,"225":508,"23":369,"24":1251,"25":214,"257":106,"26":140,"268":12,"27":37,"273":178,"276":188,"279":41,"28":238,"281":39,"282":347,"291":62,"292":183,"30":35,"302":42,"306":3,"31":51,"314":4,"32":45,"33":158,"34":33,"347":13,"35":36,"352":799,"36":207,"37":30,"38":514,"380":27,"381":256,"383":83,"39":66,"391":123,"396":6,"397":34,"40":43,"409":73,"41":59,"414":137,"415":165,"419":104,"42":31,"426":8,"43":31,"430":137,"433":6,"434":1,"44":17,"45":26,"46":142,"48":59,"49":45,"5":3826,"51":49,"52":39,"53":106,"56":10,"570":10,"6":352,"63":77,"7":831,"79":156,"8":39,"80":28,"9":409,"all_client":119326,"all_tv_clinet":22631,"insert_time":"2014-08-22T11:14:43.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96917,"10":62,"107":706,"11":495,"12":137,"13":518,"14":196,"15":343,"155":90,"156":34,"158":94,"159":33,"16":327,"160":37,"161":352,"167":168,"168":1,"17":355,"18":1452,"19":643,"20":141,"209":31,"21":636,"210":73,"211":20,"214":50,"215":433,"221":362,"223":1329,"224":47,"225":515,"23":347,"24":1243,"25":218,"257":111,"26":154,"268":12,"27":37,"273":162,"276":186,"279":44,"28":241,"281":41,"282":361,"291":62,"292":165,"30":35,"302":43,"306":3,"31":49,"314":4,"32":42,"33":164,"34":31,"347":13,"35":42,"352":806,"36":203,"37":30,"38":513,"380":27,"381":255,"383":77,"39":66,"391":129,"396":6,"397":34,"40":43,"409":76,"41":60,"414":139,"415":163,"419":99,"42":33,"426":10,"43":32,"430":140,"433":7,"434":1,"44":17,"45":27,"46":138,"48":57,"49":45,"5":3926,"51":47,"52":38,"53":104,"56":11,"570":9,"6":361,"63":76,"7":851,"79":159,"8":44,"80":28,"9":414,"all_client":119708,"all_tv_clinet":22791,"insert_time":"2014-08-22T11:15:44.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97269,"10":67,"107":715,"11":480,"12":149,"13":535,"14":193,"15":349,"155":91,"156":29,"158":91,"159":37,"16":305,"160":36,"161":361,"167":151,"17":360,"18":1461,"19":655,"20":140,"209":33,"21":645,"210":74,"211":20,"214":52,"215":435,"221":357,"223":1279,"224":48,"225":525,"23":344,"24":1254,"25":225,"257":104,"26":158,"268":12,"27":38,"273":147,"276":186,"279":40,"28":249,"281":46,"282":372,"291":67,"292":158,"30":34,"302":40,"306":3,"31":47,"314":5,"32":43,"33":167,"34":31,"347":11,"35":48,"352":821,"36":200,"37":29,"38":503,"380":26,"381":243,"383":80,"39":63,"391":133,"396":6,"397":33,"40":46,"409":80,"41":58,"414":138,"415":164,"419":98,"42":32,"426":9,"43":31,"430":148,"433":8,"44":17,"45":27,"46":139,"48":58,"49":45,"5":4007,"51":48,"52":38,"53":106,"56":9,"570":11,"6":371,"63":75,"7":879,"79":154,"8":45,"80":31,"9":434,"all_client":120214,"all_tv_clinet":22945,"insert_time":"2014-08-22T11:16:45.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97564,"10":63,"107":718,"11":469,"12":161,"13":541,"14":198,"15":360,"155":93,"156":33,"158":90,"159":37,"16":285,"160":35,"161":369,"167":140,"17":361,"18":1478,"19":671,"20":148,"209":34,"21":639,"210":73,"211":19,"214":53,"215":447,"221":351,"223":1243,"224":50,"225":538,"23":348,"24":1259,"25":223,"257":108,"26":158,"268":12,"27":35,"273":135,"276":196,"279":38,"28":247,"281":46,"282":375,"291":69,"292":151,"30":34,"302":39,"306":4,"31":50,"314":5,"32":43,"33":172,"34":29,"347":11,"35":51,"352":835,"36":210,"37":29,"38":509,"380":26,"381":239,"383":75,"39":63,"391":136,"396":4,"397":31,"40":46,"409":76,"41":57,"414":130,"415":174,"419":95,"42":33,"426":11,"43":29,"430":155,"433":7,"44":19,"45":25,"46":147,"48":67,"49":43,"5":4070,"51":47,"52":37,"53":93,"56":8,"570":10,"6":383,"63":74,"7":880,"79":162,"8":46,"80":33,"9":442,"all_client":120655,"all_tv_clinet":23091,"insert_time":"2014-08-22T11:17:46.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97760,"10":62,"107":707,"11":462,"12":166,"13":552,"14":201,"15":358,"155":92,"156":37,"158":86,"159":35,"16":262,"160":37,"161":376,"167":127,"17":368,"18":1476,"19":677,"20":148,"209":34,"21":629,"210":74,"211":21,"214":52,"215":452,"221":350,"223":1205,"224":50,"225":547,"23":368,"24":1263,"25":229,"257":107,"26":154,"268":10,"27":36,"273":130,"276":203,"279":39,"28":254,"281":46,"282":380,"291":72,"292":138,"30":33,"302":42,"306":4,"31":49,"314":4,"32":44,"33":183,"34":27,"347":11,"35":53,"352":822,"36":212,"37":30,"38":501,"380":24,"381":242,"383":77,"389":1,"39":63,"391":136,"396":4,"397":31,"40":43,"409":68,"41":56,"414":126,"415":174,"419":93,"42":34,"426":9,"43":28,"430":161,"433":6,"44":18,"45":26,"46":162,"48":68,"49":44,"5":4153,"51":49,"52":34,"53":93,"56":7,"570":12,"6":385,"63":67,"7":893,"79":166,"8":47,"80":33,"9":464,"all_client":120944,"all_tv_clinet":23184,"insert_time":"2014-08-22T11:18:47.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98098,"10":64,"107":719,"11":458,"12":183,"13":544,"14":209,"15":355,"155":92,"156":39,"158":86,"159":35,"16":253,"160":37,"161":387,"167":121,"17":373,"18":1485,"19":680,"20":151,"209":40,"21":615,"210":76,"211":21,"214":52,"215":463,"221":349,"223":1197,"224":52,"225":546,"23":365,"24":1253,"25":229,"257":107,"26":155,"268":10,"27":39,"273":128,"276":199,"279":44,"28":256,"281":45,"282":382,"291":73,"292":139,"30":31,"302":44,"306":5,"31":47,"314":4,"32":46,"33":186,"34":26,"347":11,"35":49,"352":815,"36":210,"37":27,"38":507,"380":25,"381":247,"383":78,"389":1,"39":63,"391":137,"396":5,"397":30,"40":41,"409":61,"41":57,"414":127,"415":178,"419":95,"42":32,"426":9,"43":30,"430":162,"433":5,"44":18,"45":24,"46":165,"48":70,"49":47,"5":4223,"51":42,"52":32,"53":102,"56":7,"570":12,"6":409,"63":68,"7":892,"79":171,"8":47,"80":41,"9":475,"all_client":121440,"all_tv_clinet":23342,"insert_time":"2014-08-22T11:19:47.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98398,"10":66,"107":737,"11":461,"12":195,"13":559,"14":210,"15":343,"155":93,"156":41,"158":83,"159":32,"16":226,"160":37,"161":366,"167":115,"17":373,"18":1504,"19":689,"20":149,"209":41,"21":610,"210":82,"211":22,"214":52,"215":471,"221":364,"223":1185,"224":53,"225":530,"23":374,"24":1256,"25":228,"257":108,"26":141,"268":11,"27":42,"273":126,"276":198,"279":47,"28":264,"281":45,"282":384,"291":75,"292":143,"30":33,"302":46,"306":6,"31":50,"314":5,"32":46,"33":182,"34":25,"347":10,"35":46,"352":794,"36":213,"37":27,"38":514,"380":21,"381":243,"383":76,"389":1,"39":68,"391":138,"396":6,"397":31,"40":41,"409":56,"41":67,"414":132,"415":186,"419":95,"42":30,"426":8,"43":26,"430":161,"433":3,"44":20,"45":27,"46":170,"48":67,"49":45,"5":4285,"51":43,"52":30,"53":109,"56":8,"570":11,"6":432,"63":64,"7":914,"79":174,"8":48,"80":43,"9":476,"all_client":121881,"all_tv_clinet":23483,"insert_time":"2014-08-22T11:20:48.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98698,"10":70,"107":737,"11":451,"12":204,"13":572,"14":219,"15":334,"155":97,"156":42,"158":88,"159":35,"16":225,"160":33,"161":372,"167":108,"17":370,"18":1516,"19":690,"20":153,"209":39,"21":601,"210":87,"211":22,"214":53,"215":474,"221":358,"223":1206,"224":53,"225":534,"23":377,"24":1267,"25":228,"257":111,"26":138,"268":11,"27":46,"273":124,"276":202,"279":42,"28":266,"281":45,"282":376,"291":75,"292":145,"30":33,"302":42,"306":6,"31":50,"314":6,"32":43,"33":180,"34":25,"347":8,"35":43,"352":780,"36":214,"37":29,"38":529,"380":22,"381":248,"383":83,"389":2,"39":69,"391":145,"396":6,"397":29,"40":43,"409":54,"41":64,"414":134,"415":181,"419":92,"42":32,"426":8,"43":26,"430":163,"433":4,"44":21,"45":28,"46":167,"48":72,"49":43,"5":4335,"51":45,"52":35,"53":107,"56":7,"570":12,"6":448,"63":65,"7":947,"79":172,"8":48,"80":46,"9":468,"all_client":122353,"all_tv_clinet":23655,"insert_time":"2014-08-22T11:21:49.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99002,"10":67,"107":726,"11":447,"12":210,"13":578,"14":227,"15":320,"155":100,"156":43,"158":90,"159":37,"16":214,"160":32,"161":360,"167":105,"17":361,"18":1516,"19":704,"20":160,"209":40,"21":614,"210":89,"211":20,"214":56,"215":480,"221":362,"223":1226,"224":55,"225":533,"23":375,"24":1258,"25":233,"257":119,"26":133,"268":11,"27":48,"273":127,"276":202,"279":38,"28":273,"281":45,"282":372,"291":78,"292":149,"30":31,"302":45,"306":6,"31":50,"314":6,"32":40,"33":182,"34":27,"347":6,"35":40,"352":787,"36":220,"37":28,"38":549,"380":21,"381":244,"383":83,"389":2,"39":72,"391":149,"396":7,"397":29,"40":44,"409":52,"41":69,"414":135,"415":181,"419":88,"42":31,"426":9,"43":28,"430":162,"433":4,"44":21,"45":29,"46":169,"48":73,"49":44,"5":4395,"51":47,"52":35,"53":111,"56":7,"570":13,"6":439,"63":69,"7":961,"79":164,"8":50,"80":49,"9":459,"all_client":122797,"all_tv_clinet":23795,"insert_time":"2014-08-22T11:22:50.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99294,"10":71,"107":741,"11":440,"12":230,"13":590,"14":228,"15":297,"155":100,"156":40,"158":90,"159":39,"16":216,"160":35,"161":354,"167":99,"17":339,"18":1536,"19":708,"20":171,"209":38,"21":620,"210":93,"211":19,"214":57,"215":484,"221":365,"223":1256,"224":58,"225":531,"23":387,"24":1276,"25":231,"257":119,"26":132,"268":10,"27":48,"273":134,"276":207,"279":39,"28":278,"281":46,"282":379,"291":82,"292":157,"30":32,"302":45,"306":5,"31":50,"314":3,"32":35,"33":176,"34":23,"347":7,"35":50,"352":784,"36":216,"37":26,"38":560,"380":19,"381":247,"383":83,"389":5,"39":72,"391":151,"396":7,"397":31,"40":45,"409":55,"41":66,"414":133,"415":178,"419":85,"42":31,"426":9,"43":26,"430":162,"433":4,"44":20,"45":30,"46":182,"48":70,"49":42,"5":4459,"51":46,"52":35,"53":101,"56":8,"570":13,"6":417,"63":71,"7":944,"79":154,"8":55,"80":52,"9":446,"all_client":123230,"all_tv_clinet":23936,"insert_time":"2014-08-22T11:23:51.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99628,"10":64,"107":736,"11":452,"12":263,"13":590,"14":232,"15":282,"155":101,"156":39,"158":91,"159":36,"16":209,"160":38,"161":358,"167":99,"168":1,"17":319,"18":1555,"19":715,"20":168,"209":40,"21":633,"210":97,"211":19,"214":59,"215":484,"221":355,"223":1294,"224":54,"225":544,"23":406,"24":1294,"25":233,"257":122,"26":135,"268":11,"27":44,"273":133,"276":201,"279":42,"28":283,"281":45,"282":394,"291":81,"292":155,"30":31,"302":45,"306":5,"31":54,"314":3,"32":33,"33":180,"34":25,"347":9,"35":52,"352":800,"36":223,"37":27,"38":574,"380":18,"381":245,"383":85,"389":4,"39":74,"391":154,"396":7,"397":32,"40":45,"409":55,"41":64,"414":133,"415":178,"419":87,"42":32,"426":8,"43":27,"430":166,"433":3,"44":20,"45":30,"46":175,"48":66,"49":45,"5":4514,"51":48,"52":32,"53":103,"56":6,"570":16,"6":384,"63":71,"7":897,"79":159,"8":53,"80":56,"9":424,"all_client":123711,"all_tv_clinet":24083,"insert_time":"2014-08-22T11:24:52.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99952,"10":65,"107":734,"11":486,"12":302,"13":589,"14":237,"15":292,"155":102,"156":43,"158":90,"159":35,"16":203,"160":37,"161":373,"167":94,"168":1,"17":298,"18":1602,"19":724,"20":166,"209":41,"21":636,"210":95,"211":19,"214":58,"215":489,"221":366,"223":1325,"224":58,"225":514,"23":431,"24":1313,"25":233,"257":126,"26":130,"268":11,"27":45,"273":129,"276":203,"279":36,"28":285,"281":46,"282":398,"291":82,"292":167,"30":33,"302":45,"306":5,"31":53,"314":5,"32":31,"33":184,"34":23,"347":10,"35":52,"352":805,"36":216,"37":25,"38":581,"380":18,"381":248,"383":89,"389":4,"39":75,"391":160,"396":9,"397":31,"40":46,"409":54,"41":61,"414":137,"415":190,"419":87,"42":32,"426":8,"43":25,"430":170,"431":1,"433":4,"44":18,"45":32,"46":178,"48":64,"49":42,"5":4595,"51":50,"52":33,"53":95,"56":7,"570":16,"6":318,"63":68,"7":828,"79":160,"8":59,"80":57,"9":406,"all_client":124204,"all_tv_clinet":24252,"insert_time":"2014-08-22T11:25:53.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100249,"10":60,"107":746,"11":503,"12":320,"13":590,"14":243,"15":311,"155":104,"156":41,"158":87,"159":34,"16":207,"160":35,"161":373,"167":93,"168":2,"17":283,"18":1622,"19":735,"20":166,"209":41,"21":616,"210":99,"211":19,"214":58,"215":486,"221":387,"223":1347,"224":59,"225":517,"23":436,"24":1323,"25":229,"257":136,"26":135,"268":10,"27":47,"273":128,"276":200,"279":35,"28":289,"281":48,"282":400,"291":81,"292":162,"30":32,"302":45,"306":5,"31":53,"314":5,"32":27,"33":184,"34":22,"347":7,"35":58,"352":807,"36":216,"37":24,"38":576,"380":19,"381":251,"383":89,"389":5,"39":74,"391":163,"396":10,"397":32,"40":49,"409":56,"41":58,"414":142,"415":185,"419":84,"42":33,"426":7,"43":23,"430":171,"431":1,"433":3,"44":15,"45":32,"46":177,"48":67,"49":44,"5":4735,"51":51,"52":33,"53":102,"56":6,"570":15,"6":284,"63":65,"7":774,"79":165,"8":64,"80":55,"9":367,"all_client":124659,"all_tv_clinet":24410,"insert_time":"2014-08-22T11:26:54.645Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100575,"10":69,"107":766,"11":521,"12":288,"13":593,"14":249,"15":332,"155":103,"156":45,"158":82,"159":31,"16":214,"160":35,"161":364,"167":92,"168":1,"17":273,"18":1637,"19":751,"20":169,"209":43,"21":624,"210":95,"211":23,"214":61,"215":487,"221":395,"223":1353,"224":61,"225":508,"23":443,"24":1317,"25":229,"257":142,"26":129,"268":8,"27":48,"273":134,"276":201,"279":35,"28":293,"281":51,"282":402,"291":83,"292":180,"30":32,"302":41,"306":4,"31":57,"314":5,"32":30,"33":183,"34":23,"347":6,"35":56,"352":807,"36":215,"37":23,"38":581,"380":25,"381":250,"383":91,"389":5,"39":73,"391":168,"396":9,"397":31,"40":50,"409":59,"41":56,"414":144,"415":186,"419":85,"42":32,"426":6,"43":26,"430":171,"431":1,"433":3,"44":16,"45":31,"46":177,"48":72,"49":45,"5":4854,"51":50,"52":36,"53":100,"56":5,"570":12,"6":257,"63":66,"7":730,"79":162,"8":64,"80":56,"9":340,"all_client":125142,"all_tv_clinet":24567,"insert_time":"2014-08-22T11:27:55.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100966,"10":66,"107":752,"11":530,"12":242,"13":590,"14":255,"15":354,"155":103,"156":48,"158":84,"159":31,"16":213,"160":37,"161":348,"167":91,"168":1,"17":267,"18":1678,"19":763,"20":175,"209":45,"21":635,"210":92,"211":22,"214":64,"215":486,"221":385,"223":1367,"224":63,"225":524,"23":444,"24":1320,"25":230,"257":142,"26":128,"268":9,"27":47,"273":144,"276":198,"279":37,"28":304,"281":50,"282":412,"291":82,"292":171,"30":31,"302":42,"306":4,"31":58,"314":5,"32":31,"33":187,"34":23,"347":8,"35":59,"352":811,"36":222,"37":23,"38":576,"380":26,"381":254,"383":88,"389":5,"39":67,"391":168,"396":10,"397":32,"40":49,"409":63,"41":52,"414":151,"415":191,"419":82,"42":30,"426":7,"43":26,"430":170,"431":1,"433":3,"44":18,"45":29,"46":170,"48":73,"49":52,"5":4998,"51":48,"52":37,"53":99,"56":5,"570":12,"6":248,"63":65,"7":695,"79":155,"8":66,"80":56,"9":321,"all_client":125697,"all_tv_clinet":24731,"insert_time":"2014-08-22T11:28:56.488Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101289,"10":66,"107":745,"11":532,"12":197,"13":602,"14":252,"15":381,"155":105,"156":49,"158":89,"159":32,"16":215,"160":40,"161":331,"167":92,"168":1,"17":270,"18":1697,"19":773,"20":172,"209":42,"21":651,"210":92,"211":22,"214":64,"215":492,"221":367,"223":1374,"224":66,"225":522,"23":445,"24":1285,"25":238,"257":141,"26":120,"268":11,"27":51,"273":153,"276":197,"279":36,"28":319,"281":49,"282":421,"291":84,"292":157,"30":33,"302":44,"306":4,"31":57,"314":5,"32":40,"33":192,"34":24,"347":8,"35":58,"352":808,"36":229,"37":23,"38":578,"380":27,"381":256,"383":83,"389":4,"39":68,"391":173,"396":11,"397":34,"40":47,"409":68,"41":49,"414":140,"415":188,"419":79,"42":29,"426":9,"43":29,"430":173,"431":1,"433":4,"44":20,"45":29,"46":174,"48":77,"49":56,"5":5202,"51":50,"52":36,"53":93,"56":8,"570":11,"6":234,"63":64,"7":669,"79":144,"8":65,"80":61,"9":315,"all_client":126212,"all_tv_clinet":24923,"insert_time":"2014-08-22T11:29:57.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101673,"10":65,"107":749,"11":544,"12":174,"13":603,"14":233,"15":403,"155":103,"156":52,"158":90,"159":33,"16":212,"160":40,"161":323,"167":90,"168":2,"17":281,"18":1689,"19":785,"20":173,"209":38,"21":650,"210":93,"211":18,"214":62,"215":493,"221":355,"223":1387,"224":69,"225":538,"23":445,"24":1354,"25":244,"257":143,"26":121,"268":12,"27":53,"273":153,"276":197,"279":32,"28":329,"281":50,"282":432,"291":85,"292":137,"30":32,"302":42,"306":4,"31":52,"314":6,"32":47,"33":194,"34":26,"347":8,"35":59,"352":807,"36":226,"37":23,"38":584,"380":28,"381":260,"383":78,"389":4,"39":75,"391":175,"396":15,"397":36,"40":49,"409":81,"41":50,"414":119,"415":194,"419":81,"42":30,"426":19,"43":33,"430":175,"431":1,"433":4,"44":22,"45":34,"46":183,"48":79,"49":67,"5":5203,"51":50,"52":37,"53":83,"56":6,"570":8,"6":242,"63":61,"7":675,"79":130,"8":73,"80":62,"9":321,"all_client":126760,"all_tv_clinet":25087,"insert_time":"2014-08-22T11:30:58.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102024,"10":63,"107":753,"11":552,"12":147,"13":602,"14":219,"15":424,"155":105,"156":54,"158":89,"159":36,"16":216,"160":40,"161":318,"167":90,"168":3,"17":294,"18":1666,"19":787,"20":184,"209":39,"21":648,"210":92,"211":18,"214":61,"215":502,"221":350,"223":1420,"224":70,"225":586,"23":454,"24":1462,"25":246,"257":148,"26":130,"268":11,"27":59,"273":163,"276":201,"279":29,"28":347,"281":49,"282":436,"291":88,"292":131,"30":32,"302":42,"306":4,"31":52,"314":7,"32":55,"33":199,"34":29,"347":6,"35":61,"352":820,"36":217,"37":25,"38":583,"380":28,"381":260,"383":75,"389":4,"39":81,"391":176,"396":16,"397":37,"40":47,"409":86,"41":51,"414":106,"415":194,"419":78,"42":35,"426":22,"43":41,"430":178,"431":1,"433":4,"44":22,"45":34,"46":188,"48":80,"49":65,"5":5106,"51":49,"52":39,"53":86,"56":7,"570":7,"6":256,"63":65,"7":667,"79":112,"8":86,"80":66,"9":341,"all_client":127334,"all_tv_clinet":25310,"insert_time":"2014-08-22T11:31:59.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102316,"10":61,"107":746,"11":560,"12":145,"13":595,"14":221,"15":425,"155":106,"156":52,"158":91,"159":37,"16":217,"160":41,"161":312,"167":88,"168":3,"17":304,"18":1620,"19":795,"20":195,"209":39,"21":629,"210":95,"211":16,"214":59,"215":504,"221":365,"223":1446,"224":76,"225":625,"23":472,"24":1561,"25":252,"257":144,"26":129,"268":11,"27":58,"273":165,"276":202,"279":30,"28":371,"281":47,"282":440,"291":88,"292":123,"30":29,"302":41,"306":3,"31":56,"314":7,"32":60,"33":207,"34":34,"347":7,"35":55,"352":847,"36":213,"37":24,"38":586,"380":26,"381":255,"383":81,"389":3,"39":89,"391":175,"396":17,"397":33,"40":54,"409":87,"41":64,"414":107,"415":214,"419":73,"42":34,"426":19,"43":43,"430":184,"431":1,"433":4,"44":23,"45":37,"46":199,"48":86,"49":69,"5":4939,"51":51,"52":38,"53":97,"56":6,"570":9,"6":270,"63":67,"7":664,"79":99,"8":101,"80":65,"9":354,"all_client":127783,"all_tv_clinet":25467,"insert_time":"2014-08-22T11:33:00.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102606,"10":57,"107":744,"11":549,"12":155,"13":597,"14":212,"15":418,"155":107,"156":50,"158":88,"159":39,"16":222,"160":35,"161":312,"167":89,"168":3,"17":319,"18":1612,"19":812,"20":205,"209":41,"21":612,"210":94,"211":17,"214":59,"215":506,"221":384,"223":1462,"224":93,"225":634,"23":483,"24":1605,"25":265,"257":149,"26":136,"268":8,"27":56,"273":157,"276":209,"279":32,"28":412,"281":47,"282":436,"291":88,"292":114,"30":29,"302":44,"306":3,"31":57,"314":6,"32":70,"33":208,"34":42,"347":9,"35":53,"352":849,"36":215,"37":26,"38":581,"380":28,"381":251,"383":77,"389":3,"39":90,"391":171,"396":17,"397":33,"40":51,"409":86,"41":63,"414":112,"415":228,"419":73,"42":36,"426":15,"43":41,"430":190,"431":1,"433":4,"44":27,"45":32,"46":217,"48":81,"49":75,"5":4908,"51":53,"52":41,"53":94,"56":6,"570":8,"6":261,"63":68,"7":643,"79":94,"8":119,"80":68,"9":362,"all_client":128249,"all_tv_clinet":25643,"insert_time":"2014-08-22T11:34:01.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102859,"10":54,"107":753,"11":559,"12":159,"13":602,"14":209,"15":430,"155":112,"156":53,"158":85,"159":41,"16":218,"160":36,"161":306,"167":90,"168":3,"17":323,"18":1598,"19":806,"20":219,"209":41,"21":608,"210":95,"211":15,"214":60,"215":506,"221":395,"223":1455,"224":104,"225":653,"23":493,"24":1605,"25":274,"257":153,"26":135,"268":10,"27":54,"273":137,"276":208,"279":32,"28":451,"281":48,"282":440,"291":89,"292":107,"30":31,"302":42,"306":3,"31":56,"314":6,"32":71,"33":207,"34":45,"347":8,"35":56,"352":853,"36":218,"37":27,"38":591,"380":31,"381":257,"383":74,"389":3,"39":90,"391":169,"396":15,"397":34,"40":49,"409":87,"41":66,"414":108,"415":234,"419":67,"42":36,"426":17,"43":43,"430":193,"431":1,"433":4,"44":26,"45":34,"46":224,"48":86,"49":77,"5":4931,"51":54,"52":46,"53":94,"56":3,"570":12,"6":254,"63":67,"7":654,"79":89,"8":134,"80":69,"9":357,"all_client":128686,"all_tv_clinet":25827,"insert_time":"2014-08-22T11:35:02.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103095,"10":62,"107":756,"11":571,"12":172,"13":607,"14":210,"15":439,"155":116,"156":55,"158":83,"159":49,"16":225,"160":29,"161":317,"167":89,"168":3,"17":335,"18":1569,"19":800,"20":228,"209":38,"21":624,"210":95,"211":13,"214":60,"215":510,"221":403,"223":1449,"224":108,"225":694,"23":518,"24":1665,"25":297,"257":148,"26":140,"268":10,"27":51,"273":118,"276":206,"279":31,"28":483,"281":48,"282":435,"291":91,"292":102,"30":33,"302":41,"306":3,"31":60,"314":5,"32":65,"33":211,"34":49,"347":8,"35":54,"352":851,"36":217,"37":29,"38":602,"380":31,"381":252,"383":75,"389":1,"39":90,"391":170,"396":14,"397":34,"40":50,"409":90,"41":72,"414":100,"415":233,"419":65,"42":40,"426":18,"43":41,"430":190,"431":1,"433":5,"44":26,"45":42,"46":226,"48":87,"49":91,"5":4785,"51":57,"52":47,"53":94,"56":2,"570":15,"6":257,"63":67,"7":667,"79":83,"8":146,"80":72,"9":369,"all_client":129080,"all_tv_clinet":25985,"insert_time":"2014-08-22T11:36:03.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103358,"10":60,"107":763,"11":604,"12":192,"13":615,"14":221,"15":446,"155":118,"156":56,"158":78,"159":59,"16":222,"160":27,"161":308,"167":89,"168":3,"17":349,"18":1514,"19":805,"20":234,"209":38,"21":620,"210":96,"211":11,"214":59,"215":506,"221":411,"223":1450,"224":108,"225":731,"23":533,"24":1703,"25":316,"257":154,"26":137,"268":11,"27":53,"273":116,"276":200,"279":29,"28":519,"281":50,"282":435,"291":90,"292":97,"30":36,"302":38,"306":2,"31":57,"314":5,"32":65,"33":206,"34":51,"347":10,"35":59,"352":867,"36":226,"37":34,"38":592,"380":30,"381":247,"383":76,"389":1,"39":95,"391":169,"396":19,"397":33,"40":52,"409":94,"41":82,"414":107,"415":228,"419":65,"42":47,"426":17,"43":42,"430":188,"431":1,"433":5,"44":26,"45":41,"46":239,"48":84,"49":105,"5":4571,"51":57,"52":50,"53":97,"56":3,"570":18,"6":272,"63":70,"7":720,"79":80,"8":158,"80":70,"9":380,"all_client":129481,"all_tv_clinet":26123,"insert_time":"2014-08-22T11:37:04.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103715,"10":62,"107":767,"11":611,"12":203,"13":623,"14":220,"15":463,"155":116,"156":57,"158":80,"159":62,"16":225,"160":25,"161":306,"167":89,"168":3,"17":359,"18":1463,"19":814,"20":236,"209":36,"21":632,"210":97,"211":11,"214":59,"215":508,"221":422,"223":1481,"224":114,"225":744,"23":560,"24":1765,"25":335,"257":163,"26":136,"268":11,"27":59,"273":108,"276":197,"279":31,"28":557,"281":51,"282":434,"291":90,"292":97,"30":37,"302":34,"306":2,"31":61,"314":3,"32":70,"33":199,"34":51,"347":10,"35":64,"352":875,"36":221,"37":36,"38":592,"380":29,"381":245,"383":74,"389":1,"39":102,"391":169,"396":16,"397":34,"40":55,"409":99,"41":80,"414":104,"415":235,"419":67,"42":48,"426":19,"43":43,"430":188,"431":1,"433":4,"44":25,"45":43,"46":259,"48":83,"49":121,"5":4336,"51":59,"52":50,"53":100,"56":5,"570":17,"6":282,"63":69,"7":746,"79":76,"8":171,"80":72,"9":389,"all_client":129968,"all_tv_clinet":26253,"insert_time":"2014-08-22T11:38:05.965Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104067,"10":64,"107":745,"11":623,"12":209,"13":633,"14":217,"15":470,"155":112,"156":57,"158":79,"159":62,"16":230,"160":25,"161":292,"167":88,"168":2,"17":375,"18":1404,"19":812,"20":241,"209":40,"21":639,"210":98,"211":14,"214":58,"215":503,"221":412,"223":1483,"224":121,"225":757,"23":591,"24":1840,"25":349,"257":161,"26":139,"268":10,"27":67,"273":112,"276":191,"279":37,"28":600,"281":52,"282":441,"291":90,"292":89,"30":38,"302":37,"306":2,"31":65,"314":3,"32":78,"33":191,"34":51,"347":10,"35":67,"352":880,"36":215,"37":38,"38":615,"380":30,"381":239,"383":72,"389":1,"39":104,"391":166,"396":18,"397":37,"40":62,"409":98,"41":82,"414":107,"415":234,"419":68,"42":55,"426":28,"43":49,"430":183,"431":1,"433":6,"44":33,"45":48,"46":271,"48":81,"49":135,"5":4088,"51":61,"52":48,"53":98,"56":5,"570":16,"6":282,"63":71,"7":804,"79":74,"8":189,"80":72,"9":400,"all_client":130407,"all_tv_clinet":26340,"insert_time":"2014-08-22T11:39:07.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104317,"10":66,"107":742,"11":620,"12":219,"13":640,"14":218,"15":475,"155":102,"156":55,"158":80,"159":61,"16":230,"160":28,"161":287,"167":90,"168":2,"17":392,"18":1354,"19":800,"20":250,"209":39,"21":654,"210":100,"211":20,"214":60,"215":512,"221":430,"223":1500,"224":134,"225":789,"23":626,"24":1921,"25":353,"257":159,"26":140,"268":10,"27":69,"273":103,"276":178,"279":37,"28":622,"281":51,"282":449,"291":91,"292":87,"30":40,"302":38,"306":3,"31":67,"314":3,"32":67,"33":189,"34":58,"347":10,"35":73,"352":877,"36":213,"37":39,"38":623,"380":31,"381":236,"383":73,"389":1,"39":106,"391":161,"396":16,"397":36,"40":62,"409":91,"41":83,"414":97,"415":228,"419":65,"42":54,"426":38,"43":52,"430":171,"431":1,"433":6,"44":39,"45":58,"46":280,"48":85,"49":147,"5":3892,"51":60,"52":58,"53":100,"56":5,"570":14,"6":275,"63":79,"7":840,"79":75,"8":204,"80":73,"9":426,"all_client":130780,"all_tv_clinet":26463,"insert_time":"2014-08-22T11:40:08.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104637,"10":67,"107":732,"11":615,"12":233,"13":636,"14":225,"15":473,"155":96,"156":51,"158":81,"159":64,"16":229,"160":22,"161":275,"167":88,"168":3,"17":406,"18":1314,"19":798,"20":259,"209":41,"21":651,"210":101,"211":21,"214":62,"215":514,"221":418,"223":1513,"224":142,"225":816,"23":649,"24":1990,"25":372,"257":158,"26":146,"268":9,"27":73,"273":113,"276":169,"279":42,"28":679,"281":52,"282":447,"291":91,"292":86,"30":40,"302":36,"306":4,"31":68,"314":3,"32":59,"33":186,"34":62,"347":9,"35":76,"352":880,"36":218,"37":41,"38":641,"380":34,"381":232,"383":71,"389":1,"39":116,"391":159,"396":14,"397":37,"40":65,"409":85,"41":91,"414":95,"415":220,"419":64,"42":59,"426":43,"43":54,"430":164,"431":1,"433":6,"44":43,"45":66,"46":298,"48":84,"49":158,"5":3703,"51":59,"52":57,"53":94,"56":5,"570":13,"6":278,"63":80,"7":861,"79":68,"8":223,"80":73,"9":443,"all_client":131199,"all_tv_clinet":26562,"insert_time":"2014-08-22T11:41:09.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104995,"10":64,"107":754,"11":615,"12":248,"13":630,"14":210,"15":463,"155":92,"156":48,"158":79,"159":70,"16":233,"160":25,"161":271,"167":86,"168":5,"17":422,"18":1272,"19":801,"20":268,"209":39,"21":671,"210":94,"211":21,"214":64,"215":526,"221":410,"223":1550,"224":144,"225":833,"23":659,"24":2034,"25":382,"257":158,"26":150,"268":8,"27":77,"273":116,"276":156,"279":42,"28":713,"281":53,"282":439,"291":96,"292":79,"30":41,"302":34,"306":5,"31":73,"314":4,"32":54,"33":180,"34":69,"347":7,"35":77,"352":866,"36":212,"37":42,"38":645,"380":34,"381":227,"383":69,"389":2,"39":116,"391":164,"396":12,"397":40,"40":64,"409":75,"41":84,"414":102,"415":223,"419":59,"42":63,"426":41,"43":52,"430":158,"431":1,"433":7,"44":41,"45":74,"46":296,"48":88,"49":164,"5":3542,"51":62,"52":60,"53":87,"56":5,"570":14,"6":265,"63":78,"7":862,"79":70,"8":238,"80":76,"9":455,"all_client":131544,"all_tv_clinet":26549,"insert_time":"2014-08-22T11:42:10.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105364,"10":64,"107":766,"11":609,"12":260,"13":631,"14":198,"15":466,"155":88,"156":46,"158":80,"159":71,"16":239,"160":23,"161":266,"167":88,"168":5,"17":432,"18":1231,"19":802,"20":275,"209":42,"21":690,"210":97,"211":19,"214":64,"215":531,"221":411,"223":1576,"224":149,"225":831,"23":669,"24":2080,"25":381,"257":157,"26":154,"268":8,"27":84,"273":131,"276":158,"279":45,"28":733,"281":53,"282":424,"291":98,"292":76,"30":43,"302":26,"306":4,"31":74,"314":4,"32":56,"33":176,"34":74,"347":7,"35":80,"352":861,"36":219,"37":41,"38":653,"380":36,"381":221,"383":69,"389":2,"39":120,"391":162,"396":10,"397":44,"40":64,"409":65,"41":88,"414":108,"415":232,"419":56,"42":67,"426":39,"43":54,"430":156,"431":1,"433":7,"44":38,"45":70,"46":305,"48":89,"49":170,"5":3426,"51":64,"52":60,"53":92,"56":5,"570":13,"6":271,"63":80,"7":862,"79":71,"8":251,"80":76,"9":446,"all_client":131973,"all_tv_clinet":26609,"insert_time":"2014-08-22T11:43:11.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105637,"10":67,"107":751,"11":600,"12":266,"13":612,"14":186,"15":477,"155":80,"156":47,"158":82,"159":72,"16":247,"160":26,"161":269,"167":89,"168":6,"17":455,"18":1198,"19":809,"20":284,"209":40,"21":694,"210":96,"211":22,"214":65,"215":534,"221":419,"223":1604,"224":148,"225":839,"23":682,"24":2088,"25":385,"257":158,"26":158,"268":7,"27":88,"273":141,"276":154,"279":41,"28":754,"281":53,"282":413,"291":95,"292":76,"30":45,"302":26,"306":4,"31":71,"314":6,"32":56,"33":177,"34":80,"347":7,"35":84,"352":859,"36":217,"37":43,"38":663,"380":37,"381":215,"383":71,"389":2,"39":123,"391":164,"396":10,"397":45,"40":64,"409":65,"41":93,"414":111,"415":249,"419":55,"42":68,"426":42,"43":57,"430":149,"431":1,"433":7,"44":35,"45":68,"46":306,"48":91,"49":179,"5":3325,"51":60,"52":61,"53":94,"56":4,"570":12,"6":272,"63":82,"7":867,"79":68,"8":257,"80":79,"9":445,"all_client":132285,"all_tv_clinet":26648,"insert_time":"2014-08-22T11:44:13.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105909,"10":60,"107":752,"11":600,"12":275,"13":602,"14":192,"15":473,"155":77,"156":40,"158":80,"159":78,"16":248,"160":29,"161":267,"167":89,"168":6,"17":462,"18":1189,"19":834,"20":291,"209":39,"21":709,"210":100,"211":25,"214":63,"215":537,"221":423,"223":1627,"224":152,"225":854,"23":700,"24":2114,"25":397,"257":159,"26":165,"268":7,"27":86,"273":142,"276":149,"279":41,"28":780,"281":54,"282":416,"291":86,"292":77,"30":45,"302":27,"306":4,"31":66,"314":9,"32":54,"33":174,"34":84,"347":7,"35":85,"352":862,"36":210,"37":45,"38":677,"380":38,"381":206,"383":76,"389":2,"39":134,"391":162,"396":9,"397":43,"40":67,"409":69,"41":88,"414":112,"415":248,"419":52,"42":69,"426":46,"43":61,"430":139,"431":1,"433":5,"44":32,"45":66,"46":322,"48":97,"49":193,"5":3204,"51":62,"52":59,"53":98,"56":5,"570":10,"6":278,"63":83,"7":868,"79":69,"8":264,"80":80,"9":441,"all_client":132662,"all_tv_clinet":26753,"insert_time":"2014-08-22T11:45:14.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106169,"10":62,"107":734,"11":593,"12":291,"13":576,"14":193,"15":454,"155":78,"156":37,"158":80,"159":83,"16":247,"160":28,"161":279,"167":88,"168":6,"17":473,"18":1159,"19":859,"20":297,"209":38,"21":723,"210":104,"211":25,"214":62,"215":537,"221":438,"223":1624,"224":151,"225":884,"23":711,"24":2115,"25":407,"257":164,"26":173,"268":8,"27":90,"273":140,"276":147,"279":39,"28":805,"281":56,"282":420,"291":79,"292":81,"30":41,"302":29,"306":4,"31":63,"314":8,"32":53,"33":178,"34":88,"347":7,"35":86,"352":858,"36":209,"37":47,"38":683,"380":40,"381":206,"383":78,"389":1,"39":138,"391":154,"396":7,"397":48,"40":67,"409":75,"41":93,"414":115,"415":249,"419":48,"42":72,"426":41,"43":55,"430":132,"431":1,"433":3,"44":37,"45":68,"46":318,"48":99,"49":200,"5":3126,"51":63,"52":64,"53":102,"56":7,"570":9,"6":272,"63":85,"7":884,"79":75,"8":270,"80":82,"9":447,"all_client":132992,"all_tv_clinet":26823,"insert_time":"2014-08-22T11:46:15.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106488,"10":62,"107":736,"11":596,"12":303,"13":570,"14":201,"15":415,"155":75,"156":30,"158":79,"159":83,"16":250,"160":26,"161":282,"167":86,"168":7,"17":487,"18":1133,"19":852,"20":303,"209":34,"21":726,"210":106,"211":25,"214":56,"215":532,"221":435,"223":1635,"224":154,"225":901,"23":718,"24":2141,"25":408,"257":170,"26":172,"268":7,"27":96,"273":130,"276":144,"279":38,"28":817,"281":55,"282":423,"291":73,"292":83,"30":42,"302":33,"306":4,"31":64,"314":9,"32":52,"33":176,"34":87,"347":8,"35":90,"352":862,"36":221,"37":48,"38":666,"380":44,"381":198,"383":80,"389":1,"39":140,"391":153,"396":5,"397":48,"40":69,"409":78,"41":94,"414":115,"415":249,"419":47,"42":74,"426":44,"43":56,"430":127,"431":1,"433":3,"44":39,"45":73,"46":323,"48":95,"49":208,"5":3044,"51":71,"52":67,"53":108,"56":7,"570":10,"6":280,"63":80,"7":915,"79":81,"8":275,"80":85,"9":437,"all_client":133329,"all_tv_clinet":26841,"insert_time":"2014-08-22T11:47:16.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106847,"10":65,"107":725,"11":606,"12":311,"13":532,"14":203,"15":392,"155":75,"156":36,"158":85,"159":79,"16":245,"160":24,"161":295,"167":86,"168":8,"17":509,"18":1109,"19":849,"20":297,"209":32,"21":738,"210":108,"211":25,"214":53,"215":534,"221":419,"223":1578,"224":160,"225":900,"23":737,"24":2170,"25":408,"257":171,"26":176,"268":7,"27":101,"273":126,"276":146,"279":37,"28":842,"281":55,"282":430,"291":70,"292":81,"30":43,"302":31,"306":4,"31":68,"314":7,"32":46,"33":173,"34":81,"347":10,"35":91,"352":873,"36":228,"37":51,"38":658,"380":45,"381":191,"383":80,"389":1,"39":135,"391":150,"396":7,"397":45,"40":69,"409":81,"41":97,"414":117,"415":252,"419":47,"42":76,"426":43,"43":58,"430":123,"431":1,"433":5,"44":37,"45":80,"46":331,"48":91,"49":208,"5":2965,"51":75,"52":66,"53":131,"56":7,"570":9,"6":295,"63":79,"7":943,"79":78,"8":292,"80":87,"9":449,"all_client":133692,"all_tv_clinet":26845,"insert_time":"2014-08-22T11:48:17.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107168,"10":63,"107":723,"11":637,"12":310,"13":529,"14":210,"15":403,"155":78,"156":38,"158":86,"159":81,"16":245,"160":23,"161":301,"167":86,"168":9,"17":516,"18":1099,"19":829,"20":299,"209":29,"21":742,"210":114,"211":28,"214":52,"215":533,"221":409,"223":1470,"224":168,"225":915,"23":748,"24":2228,"25":415,"257":179,"26":176,"268":6,"27":102,"273":127,"276":144,"279":39,"28":861,"281":55,"282":431,"291":68,"292":74,"30":48,"302":28,"306":4,"31":68,"314":6,"32":48,"33":169,"34":83,"347":9,"35":92,"352":877,"36":231,"37":52,"38":663,"380":44,"381":191,"383":84,"389":1,"39":138,"391":151,"396":6,"397":46,"40":71,"409":86,"41":89,"414":110,"415":248,"419":47,"42":76,"426":48,"43":58,"430":128,"431":2,"433":6,"44":37,"45":79,"46":336,"48":93,"49":217,"5":2909,"51":78,"52":66,"53":127,"56":9,"570":9,"6":311,"63":81,"7":963,"79":73,"8":304,"80":88,"9":455,"all_client":134089,"all_tv_clinet":26921,"insert_time":"2014-08-22T11:49:19.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107459,"10":64,"107":718,"11":671,"12":321,"13":535,"14":216,"15":409,"155":81,"156":41,"158":85,"159":84,"16":243,"160":23,"161":322,"167":86,"168":10,"17":533,"18":1069,"19":799,"20":298,"209":32,"21":745,"210":117,"211":27,"214":50,"215":538,"221":400,"223":1332,"224":170,"225":946,"23":746,"24":2288,"25":423,"257":175,"26":174,"268":7,"27":103,"273":135,"276":140,"279":37,"28":884,"281":53,"282":438,"291":69,"292":70,"30":47,"302":29,"306":4,"31":74,"314":5,"32":52,"33":168,"34":85,"347":9,"35":93,"352":880,"36":229,"37":54,"38":658,"380":42,"381":190,"383":78,"389":1,"39":141,"391":149,"396":9,"397":46,"40":77,"409":97,"41":85,"414":114,"415":267,"419":46,"42":79,"426":47,"43":64,"430":135,"431":2,"433":6,"44":35,"45":81,"46":329,"48":98,"49":223,"5":2883,"51":79,"52":68,"53":117,"56":9,"570":10,"6":319,"63":82,"7":920,"79":71,"8":313,"80":87,"9":462,"all_client":134414,"all_tv_clinet":26955,"insert_time":"2014-08-22T11:50:20.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107773,"10":65,"107":732,"11":688,"12":309,"13":532,"14":218,"15":425,"155":80,"156":45,"158":80,"159":85,"16":234,"160":22,"161":313,"167":83,"168":10,"17":558,"18":1054,"19":735,"20":310,"209":31,"21":749,"210":116,"211":28,"214":50,"215":534,"221":396,"223":1226,"224":175,"225":981,"23":753,"24":2340,"25":429,"257":173,"26":182,"268":7,"27":106,"273":152,"276":139,"279":37,"28":910,"281":52,"282":447,"291":70,"292":67,"30":53,"302":30,"306":5,"31":79,"314":5,"32":58,"33":164,"34":88,"347":10,"35":96,"352":895,"36":235,"37":58,"38":665,"380":45,"381":187,"383":91,"389":1,"39":137,"391":144,"396":9,"397":46,"40":75,"409":104,"41":85,"414":111,"415":273,"419":44,"42":78,"426":49,"43":65,"430":139,"431":3,"433":7,"44":38,"45":78,"46":315,"48":96,"49":233,"5":2827,"51":79,"52":71,"53":114,"56":10,"570":10,"6":318,"63":82,"7":910,"79":67,"8":315,"80":94,"9":468,"all_client":134760,"all_tv_clinet":26987,"insert_time":"2014-08-22T11:51:21.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108094,"10":68,"107":742,"11":713,"12":311,"13":523,"14":223,"15":440,"155":78,"156":43,"158":74,"159":87,"16":225,"160":20,"161":302,"167":84,"168":11,"17":569,"18":1057,"19":688,"20":312,"209":32,"21":769,"210":117,"211":27,"214":50,"215":525,"221":406,"223":1175,"224":175,"225":968,"23":765,"24":2370,"25":436,"257":176,"26":181,"268":7,"27":109,"273":170,"276":134,"279":38,"28":921,"281":50,"282":441,"291":71,"292":64,"30":52,"302":30,"306":4,"31":81,"314":7,"32":58,"33":160,"34":91,"347":9,"35":106,"352":905,"36":234,"37":68,"38":675,"380":49,"381":185,"383":97,"389":1,"39":140,"391":144,"396":9,"397":48,"40":79,"409":106,"41":89,"414":119,"415":279,"419":47,"42":78,"426":46,"43":71,"430":152,"431":1,"433":7,"44":31,"45":83,"46":314,"48":98,"49":236,"5":2776,"51":77,"52":70,"53":114,"56":11,"570":8,"6":317,"63":79,"7":912,"79":67,"8":319,"80":95,"9":464,"all_client":135139,"all_tv_clinet":27045,"insert_time":"2014-08-22T11:52:22.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108412,"10":69,"107":751,"11":702,"12":308,"13":515,"14":231,"15":447,"155":79,"156":45,"158":67,"159":89,"16":231,"160":23,"161":294,"167":87,"168":11,"17":582,"18":1050,"19":678,"20":315,"209":32,"21":793,"210":112,"211":28,"214":52,"215":531,"221":432,"223":1144,"224":177,"225":965,"23":766,"24":2390,"25":446,"257":175,"26":186,"268":7,"27":115,"273":172,"276":133,"279":40,"28":938,"281":49,"282":439,"291":71,"292":65,"30":54,"302":30,"306":5,"31":85,"314":6,"32":52,"33":156,"34":100,"347":10,"35":105,"352":908,"36":235,"37":70,"38":678,"380":50,"381":175,"383":93,"389":2,"39":146,"391":139,"396":9,"397":47,"40":75,"409":94,"41":88,"414":113,"415":275,"419":48,"42":80,"426":53,"43":69,"430":155,"431":1,"433":11,"44":32,"45":91,"46":311,"48":96,"49":235,"5":2751,"51":77,"52":79,"53":112,"56":10,"570":8,"6":309,"63":79,"7":915,"79":64,"8":322,"80":96,"9":459,"all_client":135507,"all_tv_clinet":27095,"insert_time":"2014-08-22T11:53:23.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108690,"10":72,"107":757,"11":699,"12":321,"13":516,"14":216,"15":454,"155":83,"156":47,"158":67,"159":86,"16":226,"160":23,"161":313,"167":87,"168":12,"17":599,"18":1040,"19":672,"20":315,"209":29,"21":798,"210":107,"211":29,"214":51,"215":524,"221":442,"223":1108,"224":183,"225":985,"23":761,"24":2423,"25":444,"257":175,"26":173,"268":7,"27":115,"273":175,"276":132,"279":43,"28":957,"281":46,"282":438,"291":72,"292":59,"30":57,"302":27,"306":7,"31":81,"314":5,"32":54,"33":152,"34":103,"347":10,"35":108,"352":888,"36":240,"37":68,"38":695,"380":49,"381":167,"383":90,"389":3,"39":152,"391":138,"396":9,"397":44,"40":79,"409":82,"41":94,"414":109,"415":274,"419":53,"42":85,"426":60,"43":70,"430":164,"433":9,"44":32,"45":89,"46":314,"48":92,"49":245,"5":2743,"51":78,"52":81,"53":113,"56":10,"570":8,"6":302,"63":78,"7":923,"79":67,"8":326,"80":96,"9":455,"all_client":135849,"all_tv_clinet":27159,"insert_time":"2014-08-22T11:54:24.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109092,"10":73,"107":745,"11":696,"12":309,"13":522,"14":203,"15":452,"155":88,"156":47,"158":64,"159":87,"16":227,"160":27,"161":319,"167":87,"168":12,"17":629,"18":1023,"19":677,"20":321,"209":33,"21":809,"210":104,"211":25,"214":53,"215":521,"221":430,"223":1086,"224":190,"225":996,"23":759,"24":2465,"25":443,"257":171,"26":174,"268":6,"27":117,"273":174,"276":126,"279":45,"28":969,"281":44,"282":446,"291":72,"292":59,"30":60,"302":27,"306":7,"31":84,"314":4,"32":50,"33":147,"34":111,"347":10,"35":113,"352":904,"36":236,"37":67,"38":697,"380":52,"381":165,"383":86,"389":3,"39":156,"391":128,"396":10,"397":44,"40":78,"409":73,"41":95,"414":111,"415":274,"419":54,"42":89,"426":63,"43":68,"430":168,"433":9,"44":31,"45":91,"46":324,"48":84,"49":250,"5":2710,"51":82,"52":87,"53":113,"56":11,"570":9,"6":286,"63":75,"7":939,"79":68,"8":330,"80":88,"9":460,"all_client":136298,"all_tv_clinet":27206,"insert_time":"2014-08-22T11:55:26.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109444,"10":76,"107":757,"11":689,"12":282,"13":530,"14":182,"15":429,"155":92,"156":41,"158":63,"159":92,"16":229,"160":27,"161":313,"167":84,"168":13,"17":652,"18":1015,"19":682,"20":323,"209":40,"21":815,"210":103,"211":25,"214":52,"215":514,"221":426,"223":1072,"224":194,"225":1002,"23":766,"24":2506,"25":450,"257":171,"26":179,"268":7,"27":118,"273":161,"276":127,"279":42,"28":984,"281":45,"282":447,"291":73,"292":61,"30":63,"302":27,"306":5,"31":87,"314":5,"32":44,"33":146,"34":112,"347":11,"35":120,"352":911,"36":229,"37":69,"38":707,"380":52,"381":160,"383":88,"389":3,"39":160,"391":127,"396":9,"397":46,"40":77,"409":72,"41":103,"414":114,"415":275,"419":51,"42":89,"426":66,"43":70,"430":172,"433":9,"44":29,"45":92,"46":335,"48":83,"49":250,"5":2690,"51":84,"52":83,"53":118,"56":11,"570":10,"6":286,"63":75,"7":989,"79":71,"8":338,"80":79,"9":455,"all_client":136752,"all_tv_clinet":27308,"insert_time":"2014-08-22T11:56:27.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109789,"10":78,"107":743,"11":673,"12":249,"13":521,"14":172,"15":392,"155":98,"156":39,"158":60,"159":94,"16":229,"160":27,"161":317,"167":84,"168":13,"17":676,"18":1017,"19":703,"20":325,"209":44,"21":821,"210":101,"211":28,"214":51,"215":512,"221":420,"223":1071,"224":198,"225":1015,"23":775,"24":2546,"25":464,"257":187,"26":174,"268":6,"27":118,"273":142,"276":131,"279":40,"28":985,"281":44,"282":454,"291":75,"292":66,"30":62,"302":26,"306":3,"31":83,"314":9,"32":43,"33":144,"34":116,"347":12,"35":126,"352":909,"36":234,"37":68,"38":704,"380":51,"381":157,"383":77,"389":1,"39":164,"391":120,"396":9,"397":47,"40":79,"409":74,"41":111,"414":114,"415":277,"419":46,"42":89,"426":64,"43":76,"430":178,"433":7,"44":29,"45":91,"46":344,"48":79,"49":256,"5":2686,"51":82,"52":86,"53":125,"56":14,"570":13,"6":277,"63":77,"7":1004,"79":78,"8":338,"80":60,"9":459,"all_client":137145,"all_tv_clinet":27356,"insert_time":"2014-08-22T11:57:27.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110141,"10":80,"107":751,"11":682,"12":228,"13":518,"14":172,"15":343,"155":96,"156":38,"158":56,"159":97,"16":233,"160":27,"161":319,"167":83,"168":13,"17":706,"18":1027,"19":715,"20":327,"209":43,"21":824,"210":100,"211":26,"214":52,"215":510,"221":417,"223":1068,"224":196,"225":1018,"23":787,"24":2610,"25":476,"257":189,"26":173,"268":7,"27":125,"273":128,"276":130,"279":36,"28":987,"281":44,"282":450,"291":77,"292":62,"30":59,"302":23,"306":3,"31":87,"314":9,"32":44,"33":151,"34":123,"347":13,"35":125,"352":891,"36":230,"37":73,"38":718,"380":53,"381":146,"383":77,"389":1,"39":165,"391":112,"396":9,"397":49,"40":81,"409":71,"41":104,"414":114,"415":275,"419":46,"42":93,"426":65,"43":76,"430":184,"433":6,"44":37,"45":95,"46":350,"48":78,"49":260,"5":2695,"51":80,"52":87,"53":136,"56":14,"570":15,"6":257,"63":78,"7":1005,"79":79,"8":341,"80":52,"9":457,"all_client":137579,"all_tv_clinet":27438,"insert_time":"2014-08-22T11:58:29.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110451,"10":76,"107":765,"11":712,"12":213,"13":525,"14":167,"15":314,"155":99,"156":32,"158":57,"159":98,"16":234,"160":27,"161":323,"167":88,"168":13,"17":709,"18":1022,"19":722,"20":327,"209":50,"21":827,"210":100,"211":26,"214":52,"215":506,"221":417,"223":1068,"224":197,"225":1024,"23":794,"24":2636,"25":480,"257":190,"26":172,"268":10,"27":124,"273":117,"276":131,"279":35,"28":1001,"281":42,"282":443,"291":81,"292":62,"30":58,"302":21,"306":3,"31":86,"314":8,"32":48,"33":156,"34":121,"347":11,"35":123,"352":911,"36":230,"37":71,"38":733,"380":51,"381":142,"383":79,"39":169,"391":109,"396":8,"397":48,"40":82,"409":71,"41":108,"414":113,"415":271,"419":46,"42":93,"426":66,"43":78,"430":185,"433":3,"44":39,"45":99,"46":348,"48":79,"49":268,"5":2691,"51":83,"52":87,"53":141,"56":14,"570":16,"6":238,"63":78,"7":1027,"79":85,"8":343,"80":46,"9":457,"all_client":138000,"all_tv_clinet":27549,"insert_time":"2014-08-22T11:59:30.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110745,"10":73,"107":772,"11":718,"12":202,"13":527,"14":163,"15":289,"155":99,"156":32,"158":53,"159":95,"16":225,"160":29,"161":332,"167":91,"168":13,"17":704,"18":1012,"19":712,"20":328,"209":50,"21":836,"210":99,"211":25,"214":54,"215":498,"221":423,"223":1050,"224":202,"225":1028,"23":793,"24":2660,"25":484,"257":189,"26":180,"268":11,"27":128,"273":120,"276":130,"279":35,"28":1017,"281":39,"282":432,"291":82,"292":57,"30":58,"302":21,"306":2,"31":89,"314":8,"32":41,"33":159,"34":122,"347":8,"35":128,"352":937,"36":224,"37":73,"38":745,"380":51,"381":137,"383":76,"39":176,"391":108,"396":8,"397":49,"40":78,"409":70,"41":112,"414":113,"415":250,"419":49,"42":94,"426":67,"43":76,"430":192,"433":3,"44":38,"45":101,"46":350,"48":81,"49":278,"5":2713,"51":86,"52":98,"53":132,"56":15,"570":16,"6":219,"63":81,"7":1042,"79":93,"8":348,"80":43,"9":454,"all_client":138348,"all_tv_clinet":27603,"insert_time":"2014-08-22T12:00:31.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111001,"10":72,"107":765,"11":726,"12":204,"13":537,"14":161,"15":264,"155":103,"156":29,"158":51,"159":96,"16":220,"160":28,"161":333,"167":98,"168":14,"17":698,"18":1019,"19":716,"20":328,"209":49,"21":844,"210":88,"211":20,"214":54,"215":496,"221":421,"223":1059,"224":206,"225":1034,"23":795,"24":2714,"25":488,"257":192,"26":184,"268":11,"27":130,"273":118,"276":131,"279":35,"28":1038,"281":40,"282":424,"291":85,"292":60,"30":57,"302":20,"306":2,"31":89,"314":10,"32":42,"33":161,"34":130,"347":9,"35":132,"352":930,"36":220,"37":74,"38":753,"380":50,"381":136,"383":71,"39":181,"391":101,"396":5,"397":51,"40":82,"409":77,"41":118,"414":116,"415":242,"419":50,"42":98,"426":59,"43":81,"430":200,"433":3,"44":36,"45":99,"46":341,"48":88,"49":281,"5":2724,"51":83,"52":107,"53":123,"56":13,"570":15,"6":215,"63":79,"7":1070,"79":97,"8":357,"80":38,"9":435,"all_client":138730,"all_tv_clinet":27729,"insert_time":"2014-08-22T12:01:32.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111262,"10":70,"107":766,"11":732,"12":202,"13":542,"14":155,"15":248,"155":104,"156":29,"158":51,"159":98,"16":220,"160":29,"161":313,"167":97,"168":14,"17":708,"18":1028,"19":730,"20":325,"209":50,"21":833,"210":79,"211":20,"214":55,"215":497,"221":411,"223":1089,"224":202,"225":1037,"23":802,"24":2760,"25":498,"257":189,"26":186,"268":11,"27":128,"273":120,"276":130,"279":36,"28":1059,"281":43,"282":417,"291":84,"292":65,"30":56,"302":20,"306":2,"31":95,"314":13,"32":42,"33":166,"34":133,"347":8,"35":137,"352":940,"36":211,"37":74,"38":761,"380":49,"381":145,"383":69,"39":175,"391":100,"396":7,"397":51,"40":79,"409":79,"41":118,"414":127,"415":221,"419":55,"42":99,"426":47,"43":78,"430":200,"433":3,"44":35,"45":100,"46":338,"48":91,"49":286,"5":2746,"51":85,"52":116,"53":122,"56":12,"570":14,"6":225,"63":76,"7":1080,"79":97,"8":357,"80":33,"9":411,"all_client":139108,"all_tv_clinet":27846,"insert_time":"2014-08-22T12:02:33.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111534,"10":67,"107":751,"11":730,"12":189,"13":545,"14":157,"15":256,"155":107,"156":25,"158":48,"159":100,"16":225,"160":27,"161":301,"167":94,"168":15,"17":689,"18":1046,"19":729,"20":328,"209":53,"21":833,"210":78,"211":19,"214":56,"215":508,"221":412,"223":1095,"224":203,"225":1027,"23":800,"24":2759,"25":516,"257":188,"26":182,"268":12,"27":133,"273":120,"276":130,"279":34,"28":1080,"281":45,"282":405,"291":85,"292":74,"30":57,"302":21,"306":1,"31":99,"314":14,"317":1,"32":45,"33":174,"34":140,"347":10,"35":136,"352":961,"36":215,"37":74,"38":777,"380":50,"381":148,"383":69,"39":172,"391":95,"396":6,"397":48,"40":77,"409":82,"41":118,"414":130,"415":196,"419":61,"42":100,"426":35,"43":73,"430":207,"433":2,"44":34,"45":104,"46":355,"48":90,"49":284,"5":2779,"51":85,"52":118,"53":122,"56":11,"570":13,"6":224,"63":77,"7":1098,"79":93,"8":364,"80":32,"9":364,"all_client":139451,"all_tv_clinet":27917,"insert_time":"2014-08-22T12:03:34.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111745,"10":69,"107":766,"11":709,"12":193,"13":552,"14":158,"15":247,"155":110,"156":26,"158":49,"159":100,"16":228,"160":27,"161":310,"167":99,"168":14,"17":646,"18":1065,"19":733,"20":337,"209":63,"21":844,"210":74,"211":20,"214":56,"215":511,"221":413,"223":1121,"224":209,"225":1034,"23":797,"24":2729,"25":524,"257":191,"26":184,"268":12,"27":134,"273":120,"276":124,"279":35,"28":1096,"281":44,"282":398,"291":83,"292":76,"30":59,"302":20,"306":1,"31":101,"314":12,"317":1,"32":45,"33":174,"34":154,"347":9,"35":137,"352":960,"36":221,"37":73,"38":778,"380":50,"381":146,"383":70,"39":175,"391":94,"396":6,"397":50,"40":80,"409":80,"41":116,"414":140,"415":178,"419":61,"42":106,"426":29,"43":76,"430":210,"433":2,"44":35,"45":110,"46":365,"48":87,"49":281,"5":2816,"51":86,"52":116,"53":118,"56":8,"570":13,"6":244,"63":79,"7":1099,"79":94,"8":357,"80":32,"9":354,"all_client":139783,"all_tv_clinet":28038,"insert_time":"2014-08-22T12:04:35.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112112,"10":69,"107":761,"11":652,"12":202,"13":562,"14":163,"15":236,"155":111,"156":27,"158":50,"159":99,"16":232,"160":27,"161":312,"167":104,"168":15,"17":583,"18":1083,"19":740,"20":343,"209":67,"21":865,"210":75,"211":18,"214":55,"215":516,"221":420,"223":1122,"224":216,"225":1047,"23":813,"24":2680,"25":525,"257":198,"26":189,"268":11,"27":133,"273":127,"276":126,"279":32,"28":1128,"281":42,"282":388,"291":85,"292":82,"30":64,"302":20,"306":2,"31":103,"314":10,"317":1,"32":48,"33":184,"34":160,"347":11,"35":148,"352":944,"36":225,"37":77,"38":791,"380":50,"381":146,"383":70,"39":181,"391":89,"396":7,"397":50,"40":85,"409":70,"41":113,"414":144,"415":168,"419":64,"42":112,"426":26,"43":70,"430":203,"433":2,"44":36,"45":105,"46":371,"48":85,"49":263,"5":2861,"51":85,"52":117,"53":126,"56":10,"570":14,"6":262,"63":81,"7":1114,"79":96,"8":335,"80":29,"9":372,"all_client":140243,"all_tv_clinet":28131,"insert_time":"2014-08-22T12:05:36.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112380,"10":71,"107":766,"11":606,"12":215,"13":574,"14":171,"15":235,"155":112,"156":25,"158":47,"159":100,"16":238,"160":28,"161":320,"167":106,"168":15,"17":532,"18":1089,"19":749,"20":352,"209":68,"21":865,"210":74,"211":16,"214":55,"215":521,"221":417,"223":1132,"224":220,"225":1060,"23":823,"24":2651,"25":494,"257":189,"26":194,"268":9,"27":133,"273":131,"276":123,"279":33,"28":1162,"281":40,"282":377,"291":87,"292":91,"30":65,"302":20,"306":2,"31":99,"314":9,"317":1,"32":52,"33":180,"34":163,"347":12,"35":149,"352":932,"36":220,"37":86,"38":770,"380":50,"381":148,"383":77,"39":194,"391":85,"396":7,"397":52,"40":92,"409":68,"41":118,"414":150,"415":167,"419":63,"42":120,"426":24,"43":81,"430":198,"433":2,"44":36,"45":109,"46":378,"48":80,"49":237,"5":2890,"51":92,"52":122,"53":142,"56":8,"570":14,"6":283,"63":80,"7":1133,"79":99,"8":305,"80":27,"9":397,"all_client":140584,"all_tv_clinet":28204,"insert_time":"2014-08-22T12:06:37.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112681,"10":69,"107":778,"11":570,"12":235,"13":575,"14":169,"15":232,"155":113,"156":25,"158":46,"159":100,"16":250,"160":28,"161":313,"167":108,"168":16,"17":503,"18":1085,"19":766,"20":358,"209":69,"21":861,"210":73,"211":14,"214":55,"215":527,"221":430,"223":1154,"224":220,"225":1017,"23":812,"24":2666,"25":445,"257":179,"26":201,"268":8,"27":140,"273":142,"276":125,"279":37,"28":1186,"281":40,"282":363,"291":89,"292":89,"30":74,"302":21,"306":2,"31":101,"314":9,"317":1,"32":53,"33":183,"34":167,"347":13,"35":158,"352":939,"36":232,"37":89,"38":748,"380":47,"381":146,"383":82,"39":199,"391":83,"396":6,"397":52,"40":97,"409":63,"41":123,"414":154,"415":167,"419":65,"42":126,"426":21,"43":87,"430":193,"433":3,"44":35,"45":117,"46":390,"48":83,"49":218,"5":2913,"51":92,"52":123,"53":149,"56":7,"570":14,"6":301,"63":83,"7":1133,"79":101,"8":285,"80":26,"9":420,"all_client":140956,"all_tv_clinet":28275,"insert_time":"2014-08-22T12:07:38.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113007,"10":69,"107":791,"11":540,"12":251,"13":575,"14":163,"15":217,"155":118,"156":27,"158":44,"159":99,"16":248,"160":27,"161":308,"167":111,"168":16,"17":488,"18":1081,"19":768,"20":359,"209":70,"21":871,"210":71,"211":14,"214":55,"215":526,"221":436,"223":1152,"224":215,"225":974,"23":813,"24":2676,"25":436,"257":176,"26":201,"268":7,"27":143,"273":155,"276":123,"279":38,"28":1209,"281":37,"282":363,"291":92,"292":91,"30":79,"302":21,"306":1,"31":99,"314":8,"317":1,"32":51,"33":182,"34":176,"347":14,"35":161,"352":956,"36":230,"37":93,"38":730,"380":46,"381":145,"383":84,"39":204,"391":83,"396":7,"397":55,"40":102,"409":63,"41":125,"414":156,"415":159,"419":66,"42":133,"426":21,"43":91,"430":198,"433":2,"44":36,"45":116,"46":401,"48":79,"49":217,"5":2963,"51":95,"52":124,"53":148,"56":7,"570":13,"6":297,"63":86,"7":1139,"79":104,"8":284,"80":25,"9":452,"all_client":141379,"all_tv_clinet":28372,"insert_time":"2014-08-22T12:08:39.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113237,"10":65,"107":781,"11":513,"12":281,"13":585,"14":159,"15":215,"155":122,"156":26,"158":45,"159":103,"16":253,"160":28,"161":300,"167":120,"168":16,"17":458,"18":1075,"19":787,"20":367,"209":73,"21":892,"210":69,"211":12,"214":56,"215":536,"221":441,"223":1169,"224":196,"225":954,"23":818,"24":2699,"25":426,"257":179,"26":213,"268":6,"27":154,"273":166,"276":119,"279":39,"28":1216,"281":36,"282":353,"291":93,"292":92,"30":84,"302":21,"306":1,"31":106,"314":8,"317":1,"32":52,"33":183,"34":180,"347":20,"35":164,"352":949,"36":232,"37":86,"38":726,"380":43,"381":148,"383":79,"39":217,"391":82,"396":9,"397":55,"40":105,"409":53,"41":126,"414":157,"415":158,"419":69,"42":140,"426":23,"43":93,"430":194,"433":1,"44":38,"45":116,"46":388,"48":76,"49":208,"5":2996,"51":88,"52":124,"53":144,"56":7,"570":13,"6":296,"63":84,"7":1148,"79":108,"8":278,"80":28,"9":489,"all_client":141737,"all_tv_clinet":28500,"insert_time":"2014-08-22T12:09:41.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113520,"10":69,"107":804,"11":495,"12":305,"13":585,"14":158,"15":219,"155":125,"156":31,"158":44,"159":106,"16":258,"160":28,"161":299,"167":120,"168":17,"17":434,"18":1062,"19":809,"20":370,"209":72,"21":905,"210":69,"211":12,"214":55,"215":559,"221":444,"223":1173,"224":185,"225":945,"23":797,"24":2738,"25":435,"257":167,"26":223,"268":6,"27":165,"273":172,"276":119,"279":37,"28":1179,"281":34,"282":342,"291":96,"292":95,"30":82,"302":20,"306":2,"31":115,"314":9,"317":1,"32":65,"33":183,"34":185,"347":23,"35":154,"352":961,"36":242,"37":85,"38":727,"380":41,"381":149,"383":74,"39":208,"391":77,"396":7,"397":55,"40":105,"409":56,"41":131,"414":150,"415":160,"419":68,"42":142,"426":30,"43":97,"430":198,"433":1,"44":42,"45":121,"46":377,"48":76,"49":204,"5":3021,"51":92,"52":118,"53":157,"56":8,"570":14,"6":294,"63":81,"7":1158,"79":109,"8":276,"80":24,"9":529,"all_client":142186,"all_tv_clinet":28666,"insert_time":"2014-08-22T12:10:42.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113756,"10":70,"107":808,"11":490,"12":320,"13":607,"14":166,"15":228,"155":123,"156":34,"158":39,"159":105,"16":260,"160":25,"161":291,"167":123,"168":16,"17":432,"18":1074,"19":836,"20":365,"209":69,"21":930,"210":66,"211":10,"214":54,"215":556,"221":430,"223":1193,"224":164,"225":947,"23":759,"24":2776,"25":437,"257":165,"26":233,"268":5,"27":174,"273":166,"276":118,"279":38,"28":1125,"281":36,"282":333,"291":97,"292":98,"30":82,"302":21,"306":3,"31":122,"314":9,"317":1,"32":66,"33":189,"34":201,"347":31,"35":145,"352":966,"36":244,"37":73,"38":727,"380":39,"381":144,"383":73,"39":198,"391":76,"396":7,"397":55,"40":119,"409":59,"41":136,"414":144,"415":166,"419":66,"42":158,"426":39,"43":103,"430":199,"433":1,"44":47,"45":124,"46":359,"48":70,"49":204,"5":3019,"51":88,"52":113,"53":156,"56":9,"570":14,"6":301,"63":78,"7":1186,"79":108,"8":276,"80":22,"9":559,"all_client":142542,"all_tv_clinet":28786,"insert_time":"2014-08-22T12:11:44.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113979,"10":73,"107":833,"11":471,"12":331,"13":620,"14":172,"15":249,"155":124,"156":39,"158":38,"159":106,"16":258,"160":21,"161":297,"167":121,"168":16,"17":425,"18":1073,"19":842,"20":347,"209":71,"21":959,"210":64,"211":5,"214":54,"215":558,"221":421,"223":1239,"224":154,"225":920,"23":716,"24":2824,"25":444,"257":169,"26":235,"268":6,"27":178,"273":169,"276":119,"279":40,"28":1088,"281":34,"282":326,"291":96,"292":103,"30":88,"302":23,"306":3,"31":124,"314":9,"317":1,"32":63,"33":191,"34":226,"347":34,"35":127,"352":966,"36":235,"37":61,"38":733,"380":37,"381":146,"383":72,"39":186,"391":74,"396":6,"397":54,"40":139,"409":61,"41":147,"414":140,"415":160,"419":64,"42":159,"426":44,"43":109,"430":202,"433":1,"44":51,"45":132,"46":354,"48":68,"49":200,"5":3053,"51":90,"52":107,"53":153,"56":10,"570":13,"6":301,"63":74,"7":1179,"79":105,"8":276,"80":19,"9":584,"all_client":142881,"all_tv_clinet":28902,"insert_time":"2014-08-22T12:12:45.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114276,"10":74,"107":829,"11":461,"12":340,"13":649,"14":169,"15":263,"155":126,"156":42,"158":42,"159":102,"16":261,"160":19,"161":304,"167":123,"168":15,"17":409,"18":1063,"19":850,"20":330,"209":76,"21":983,"210":61,"211":5,"214":55,"215":558,"221":417,"223":1251,"224":155,"225":918,"23":706,"24":2874,"25":457,"257":171,"26":226,"268":7,"27":166,"273":160,"276":121,"279":40,"28":1058,"281":32,"282":322,"291":98,"292":100,"30":93,"302":22,"306":4,"31":139,"314":9,"317":1,"32":58,"33":198,"34":242,"347":39,"35":115,"352":965,"36":236,"37":62,"38":733,"380":37,"381":146,"383":75,"39":183,"391":70,"396":6,"397":54,"40":147,"409":65,"41":157,"414":120,"415":166,"419":63,"42":167,"426":64,"43":105,"430":201,"433":1,"434":1,"44":47,"45":131,"46":347,"48":68,"49":206,"5":3076,"51":92,"52":105,"53":139,"56":9,"570":12,"6":296,"63":73,"7":1198,"79":99,"8":281,"80":21,"9":594,"all_client":143302,"all_tv_clinet":29026,"insert_time":"2014-08-22T12:13:46.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114380,"10":70,"107":834,"11":451,"12":363,"13":654,"14":165,"15":272,"155":127,"156":43,"158":39,"159":100,"16":264,"160":20,"161":316,"167":122,"168":16,"17":404,"18":1013,"19":855,"20":342,"209":83,"21":992,"210":64,"211":5,"214":55,"215":562,"221":431,"223":1281,"224":161,"225":896,"23":702,"24":2946,"25":454,"257":173,"26":204,"268":9,"27":157,"273":149,"276":122,"279":38,"28":1048,"281":32,"282":324,"291":98,"292":93,"30":89,"302":22,"306":4,"31":148,"314":11,"317":1,"32":59,"33":205,"34":230,"347":43,"35":111,"352":988,"36":241,"37":62,"38":736,"380":34,"381":149,"383":73,"39":183,"391":71,"396":7,"397":56,"40":149,"409":73,"41":163,"414":103,"415":166,"419":56,"42":179,"426":77,"43":110,"430":203,"433":1,"434":1,"44":49,"45":132,"46":340,"48":70,"49":210,"5":3048,"51":93,"52":96,"53":142,"56":12,"570":12,"6":299,"63":70,"7":1206,"79":99,"8":288,"80":23,"9":624,"all_client":143546,"all_tv_clinet":29166,"insert_time":"2014-08-22T12:14:48.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114617,"10":71,"107":850,"11":458,"12":368,"13":665,"14":158,"15":270,"155":128,"156":42,"158":43,"159":101,"16":276,"160":19,"161":311,"167":126,"168":16,"17":402,"18":951,"19":855,"20":350,"209":91,"21":976,"210":62,"211":4,"214":55,"215":574,"221":435,"223":1322,"224":166,"225":897,"23":691,"24":3098,"25":446,"257":172,"26":183,"268":9,"27":144,"273":138,"276":123,"279":38,"28":1067,"281":31,"282":313,"291":95,"292":89,"30":91,"302":22,"306":5,"31":147,"314":12,"317":1,"32":57,"33":206,"34":188,"347":49,"35":104,"352":1014,"36":240,"37":62,"38":745,"380":33,"381":155,"383":80,"39":179,"391":70,"396":7,"397":56,"40":144,"409":80,"41":168,"414":87,"415":174,"419":51,"42":185,"426":91,"43":114,"430":205,"433":3,"434":1,"44":48,"45":142,"46":330,"48":74,"49":215,"5":3011,"51":104,"52":93,"53":148,"56":12,"570":13,"6":296,"63":68,"7":1202,"79":108,"8":291,"80":24,"9":644,"all_client":143945,"all_tv_clinet":29328,"insert_time":"2014-08-22T12:15:49.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114854,"10":67,"107":848,"11":479,"12":366,"13":678,"14":159,"15":283,"155":126,"156":41,"158":43,"159":101,"16":280,"160":19,"161":322,"167":123,"168":17,"17":392,"18":908,"19":853,"20":358,"209":96,"21":933,"210":66,"211":6,"214":55,"215":578,"221":459,"223":1337,"224":163,"225":900,"23":678,"24":3246,"25":453,"257":171,"26":174,"268":10,"27":137,"273":133,"276":124,"279":40,"28":1076,"281":30,"282":303,"291":94,"292":82,"30":89,"302":22,"306":5,"31":131,"314":11,"317":1,"32":55,"33":211,"34":149,"347":53,"35":105,"352":1021,"36":232,"37":60,"38":731,"380":32,"381":161,"383":81,"39":178,"391":72,"396":6,"397":55,"40":138,"409":82,"41":171,"414":83,"415":174,"419":52,"42":197,"426":89,"43":117,"430":200,"433":4,"434":2,"44":48,"45":152,"46":345,"48":72,"49":213,"5":2987,"51":100,"52":93,"53":160,"56":14,"570":12,"6":302,"63":70,"7":1211,"79":111,"8":290,"80":24,"9":674,"all_client":144309,"all_tv_clinet":29455,"insert_time":"2014-08-22T12:16:50.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115026,"10":67,"107":852,"11":521,"12":350,"13":693,"14":162,"15":297,"155":125,"156":39,"158":44,"159":103,"16":297,"160":18,"161":329,"167":121,"168":17,"17":384,"18":884,"19":853,"20":366,"209":97,"21":897,"210":66,"211":6,"214":57,"215":589,"221":468,"223":1336,"224":165,"225":898,"23":684,"24":3348,"25":456,"257":166,"26":166,"268":11,"27":133,"273":133,"276":121,"279":40,"28":1073,"281":31,"282":299,"291":94,"292":74,"30":76,"302":24,"306":5,"31":121,"314":11,"317":1,"32":50,"33":219,"34":129,"347":51,"35":100,"352":1020,"36":236,"37":58,"38":718,"380":30,"381":166,"383":76,"389":1,"39":178,"391":68,"396":6,"397":57,"40":128,"409":80,"41":175,"414":85,"415":175,"419":49,"42":196,"426":82,"43":118,"430":198,"433":4,"434":3,"44":53,"45":152,"46":345,"48":77,"49":209,"5":2993,"51":99,"52":95,"53":156,"56":15,"570":10,"6":295,"63":71,"7":1194,"79":112,"8":297,"80":24,"9":713,"all_client":144560,"all_tv_clinet":29534,"insert_time":"2014-08-22T12:17:51.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115255,"10":69,"107":857,"11":543,"12":337,"13":712,"14":155,"15":313,"155":131,"156":37,"158":42,"159":104,"16":292,"160":23,"161":325,"167":118,"168":18,"17":379,"18":887,"19":859,"20":372,"209":96,"21":858,"210":67,"211":7,"214":59,"215":591,"221":462,"223":1331,"224":159,"225":913,"23":670,"24":3434,"25":480,"257":166,"26":160,"268":11,"27":127,"273":133,"276":125,"279":38,"28":1078,"281":32,"282":289,"291":92,"292":75,"30":64,"302":23,"306":5,"31":112,"314":12,"32":48,"33":223,"34":123,"347":55,"35":99,"352":1034,"36":235,"37":59,"38":707,"380":30,"381":166,"383":79,"389":3,"39":180,"391":68,"396":5,"397":58,"40":119,"409":76,"41":165,"414":86,"415":173,"419":44,"42":181,"426":73,"43":115,"430":201,"433":3,"434":3,"44":54,"45":138,"46":338,"48":72,"49":211,"5":3007,"51":97,"52":89,"53":159,"56":18,"570":8,"6":284,"63":75,"7":1198,"79":114,"8":319,"80":26,"9":769,"all_client":144884,"all_tv_clinet":29629,"insert_time":"2014-08-22T12:18:52.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115524,"10":67,"107":866,"11":597,"12":350,"13":712,"14":149,"15":319,"155":135,"156":38,"158":42,"159":102,"16":302,"160":23,"161":330,"167":119,"168":19,"17":375,"18":882,"19":865,"20":368,"209":91,"21":835,"210":69,"211":7,"214":59,"215":599,"221":454,"223":1292,"224":157,"225":934,"23":676,"24":3531,"25":469,"257":164,"26":159,"268":11,"27":124,"273":132,"276":123,"279":37,"28":1080,"281":32,"282":288,"291":92,"292":70,"30":56,"302":23,"306":6,"31":105,"314":12,"32":44,"33":228,"34":109,"347":62,"35":96,"352":1048,"36":240,"37":63,"38":703,"380":33,"381":162,"383":79,"389":4,"39":179,"391":64,"396":6,"397":59,"40":111,"409":77,"41":157,"414":90,"415":172,"419":41,"42":153,"426":65,"43":102,"430":207,"433":3,"434":2,"44":55,"45":117,"46":341,"48":69,"49":228,"5":3004,"51":93,"52":86,"53":152,"56":15,"570":8,"6":276,"63":73,"7":1216,"79":119,"8":338,"80":27,"9":778,"all_client":145225,"all_tv_clinet":29701,"insert_time":"2014-08-22T12:19:53.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115876,"10":68,"107":845,"11":632,"12":344,"13":696,"14":144,"15":322,"155":133,"156":32,"158":44,"159":103,"16":305,"160":23,"161":329,"167":118,"168":19,"17":372,"18":895,"19":866,"20":365,"209":84,"21":820,"210":70,"211":6,"214":58,"215":601,"221":462,"223":1301,"224":158,"225":957,"23":670,"24":3634,"25":485,"257":171,"26":162,"268":10,"27":123,"273":131,"276":126,"279":38,"28":1077,"281":30,"282":287,"291":93,"292":62,"30":56,"302":20,"306":6,"31":100,"314":11,"32":46,"33":223,"34":101,"347":66,"35":97,"352":1052,"36":237,"37":61,"38":697,"380":36,"381":157,"383":82,"389":4,"39":177,"391":62,"396":6,"397":58,"40":111,"409":75,"41":144,"414":102,"415":171,"419":40,"42":136,"426":57,"43":95,"430":214,"433":3,"434":2,"44":50,"45":107,"46":336,"48":65,"49":242,"5":3018,"51":90,"52":82,"53":146,"56":15,"570":8,"6":279,"63":72,"7":1243,"79":118,"8":366,"80":25,"9":763,"all_client":145677,"all_tv_clinet":29801,"insert_time":"2014-08-22T12:20:55.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116159,"10":70,"107":844,"11":684,"12":344,"13":702,"14":148,"15":310,"155":132,"156":34,"158":44,"159":94,"16":292,"160":19,"161":327,"167":116,"168":19,"17":363,"18":890,"19":867,"20":375,"209":75,"21":801,"210":69,"211":8,"214":59,"215":604,"221":450,"223":1294,"224":163,"225":1002,"23":682,"24":3652,"25":501,"257":170,"26":164,"268":11,"27":126,"273":152,"276":126,"279":39,"28":1080,"281":31,"282":283,"291":95,"292":59,"30":54,"302":20,"306":6,"31":96,"314":9,"32":49,"33":217,"34":99,"347":67,"35":103,"352":1077,"36":230,"37":61,"38":698,"380":37,"381":155,"383":79,"389":5,"39":170,"391":58,"396":8,"397":59,"40":108,"409":84,"41":139,"414":110,"415":163,"419":34,"42":126,"426":50,"43":92,"430":213,"433":3,"434":2,"44":49,"45":102,"46":328,"48":67,"49":255,"5":3033,"51":85,"52":79,"53":139,"56":19,"570":8,"6":279,"63":73,"7":1268,"79":121,"8":379,"80":21,"9":747,"all_client":146062,"all_tv_clinet":29903,"insert_time":"2014-08-22T12:21:56.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116388,"10":72,"107":856,"11":708,"12":340,"13":707,"14":152,"15":310,"155":135,"156":38,"158":46,"159":85,"16":283,"160":18,"161":308,"167":114,"168":17,"17":359,"18":894,"19":875,"20":371,"209":68,"21":795,"210":70,"211":8,"214":59,"215":615,"221":443,"223":1310,"224":168,"225":1041,"23":698,"24":3669,"25":505,"257":174,"26":163,"268":11,"27":119,"273":170,"276":123,"279":41,"28":1090,"281":29,"282":264,"291":94,"292":60,"30":49,"302":20,"306":6,"31":94,"314":9,"32":46,"33":219,"34":99,"347":68,"35":107,"352":1061,"36":220,"37":59,"38":712,"380":39,"381":149,"383":80,"389":5,"39":173,"391":58,"396":9,"397":59,"40":106,"409":87,"41":140,"414":118,"415":162,"419":35,"42":120,"426":39,"43":88,"430":210,"433":3,"434":2,"44":44,"45":95,"46":320,"48":69,"49":273,"5":3025,"51":84,"52":78,"53":131,"56":24,"570":8,"6":276,"63":76,"7":1276,"79":119,"8":397,"80":23,"9":750,"all_client":146382,"all_tv_clinet":29994,"insert_time":"2014-08-22T12:22:57.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116711,"10":76,"107":876,"11":725,"12":342,"13":709,"14":153,"15":313,"155":138,"156":39,"158":47,"159":78,"16":274,"160":16,"161":308,"167":116,"168":16,"17":358,"18":877,"19":878,"20":380,"209":59,"21":804,"210":70,"211":7,"214":59,"215":625,"221":439,"223":1323,"224":165,"225":1034,"23":723,"24":3667,"25":511,"257":175,"26":165,"268":10,"27":122,"273":183,"276":123,"279":46,"28":1093,"281":28,"282":254,"291":95,"292":61,"30":49,"302":20,"306":6,"31":92,"314":8,"32":42,"33":219,"34":94,"347":68,"35":112,"352":1062,"36":227,"37":57,"38":730,"380":40,"381":147,"383":76,"389":5,"39":173,"391":61,"396":8,"397":59,"40":100,"409":88,"41":137,"414":118,"415":164,"419":33,"42":116,"426":35,"43":87,"430":213,"433":3,"434":2,"44":38,"45":94,"46":326,"48":70,"49":287,"5":3022,"51":79,"52":83,"53":125,"56":35,"570":8,"6":274,"63":75,"7":1267,"79":121,"8":410,"80":24,"9":752,"all_client":146812,"all_tv_clinet":30101,"insert_time":"2014-08-22T12:23:58.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116976,"10":64,"107":888,"11":739,"12":344,"13":704,"14":159,"15":319,"155":141,"156":41,"158":47,"159":73,"16":266,"160":15,"161":319,"167":117,"168":14,"17":357,"18":875,"19":831,"20":376,"209":60,"21":814,"210":73,"211":7,"214":61,"215":630,"221":446,"223":1327,"224":158,"225":1030,"23":731,"24":3689,"25":518,"257":178,"26":160,"268":10,"27":126,"273":188,"276":121,"279":43,"28":1105,"281":27,"282":241,"291":95,"292":72,"30":48,"302":20,"306":6,"31":88,"314":8,"32":41,"33":219,"34":93,"347":65,"35":115,"352":1070,"36":237,"37":58,"38":747,"380":41,"381":149,"383":73,"389":5,"39":170,"391":57,"396":7,"397":59,"40":99,"409":89,"41":134,"414":122,"415":168,"419":36,"42":114,"426":36,"43":83,"430":219,"433":4,"434":2,"44":39,"45":95,"46":343,"48":78,"49":301,"5":3004,"51":80,"52":90,"53":124,"56":38,"570":8,"6":274,"63":76,"7":1248,"79":119,"8":427,"80":25,"9":749,"all_client":147175,"all_tv_clinet":30199,"insert_time":"2014-08-22T12:24:59.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117256,"10":62,"107":886,"11":779,"12":330,"13":704,"14":168,"15":331,"155":140,"156":43,"158":48,"159":60,"16":253,"160":19,"161":352,"167":116,"168":12,"17":358,"18":873,"19":738,"20":381,"209":57,"21":827,"210":73,"211":7,"214":59,"215":634,"221":451,"223":1313,"224":158,"225":1032,"23":752,"24":3725,"25":527,"257":180,"26":148,"268":11,"27":134,"273":198,"276":123,"279":42,"28":1122,"281":28,"282":225,"291":94,"292":88,"30":49,"302":20,"306":6,"31":90,"314":8,"317":1,"32":39,"33":215,"34":90,"347":63,"35":112,"352":1068,"36":244,"37":61,"38":752,"380":42,"381":158,"383":71,"389":4,"39":164,"391":58,"396":9,"397":59,"40":97,"409":94,"41":128,"414":127,"415":173,"419":31,"42":111,"426":35,"43":80,"430":219,"433":3,"434":1,"44":36,"45":81,"46":341,"48":80,"49":308,"5":3044,"51":81,"52":98,"53":120,"56":42,"570":8,"6":260,"63":79,"7":1232,"79":123,"8":435,"80":23,"9":709,"all_client":147499,"all_tv_clinet":30243,"insert_time":"2014-08-22T12:26:00.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117511,"10":61,"107":879,"11":813,"12":304,"13":707,"14":180,"15":338,"155":141,"156":46,"158":47,"159":51,"16":243,"160":20,"161":374,"167":119,"168":11,"17":357,"18":882,"19":673,"20":386,"209":56,"21":838,"210":75,"211":7,"214":60,"215":631,"221":444,"223":1317,"224":166,"225":1039,"23":748,"24":3769,"25":544,"257":180,"26":150,"268":12,"27":146,"273":205,"276":123,"279":38,"28":1133,"281":28,"282":208,"291":94,"292":97,"30":45,"302":19,"306":6,"31":94,"314":8,"317":1,"32":33,"33":219,"34":87,"347":61,"35":111,"352":1052,"36":242,"37":65,"38":755,"380":42,"381":159,"383":72,"389":4,"39":160,"391":57,"396":8,"397":56,"40":94,"409":96,"41":128,"414":119,"415":181,"419":34,"42":108,"426":41,"43":86,"430":217,"433":3,"434":1,"44":36,"45":83,"46":344,"48":88,"49":316,"5":3114,"51":84,"52":95,"53":122,"56":43,"570":10,"6":249,"63":80,"7":1247,"79":117,"8":445,"80":22,"9":618,"all_client":147828,"all_tv_clinet":30317,"insert_time":"2014-08-22T12:27:02.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117847,"10":58,"107":874,"11":823,"12":261,"13":737,"14":196,"15":354,"155":142,"156":45,"158":47,"159":46,"16":235,"160":21,"161":403,"167":120,"168":9,"17":348,"18":883,"19":648,"20":389,"209":56,"21":863,"210":76,"211":6,"214":61,"215":640,"221":450,"223":1306,"224":174,"225":1048,"23":751,"24":3800,"25":558,"257":174,"26":147,"268":13,"27":150,"273":191,"276":117,"279":34,"28":1154,"281":28,"282":203,"291":94,"292":89,"30":46,"302":14,"306":6,"31":91,"314":9,"317":1,"32":33,"33":220,"34":88,"347":60,"35":114,"352":1046,"36":231,"37":65,"38":752,"380":42,"381":154,"383":66,"389":5,"39":158,"391":59,"396":6,"397":53,"40":89,"409":95,"41":123,"414":120,"415":174,"419":37,"42":105,"426":44,"43":93,"430":217,"433":1,"434":1,"44":40,"45":86,"46":358,"48":90,"49":324,"5":3157,"51":79,"52":95,"53":129,"56":41,"570":12,"6":244,"63":79,"7":1255,"79":111,"8":448,"80":23,"9":537,"all_client":148195,"all_tv_clinet":30348,"insert_time":"2014-08-22T12:28:03.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118094,"10":60,"107":889,"11":825,"12":230,"13":753,"14":191,"15":367,"155":142,"156":45,"158":46,"159":46,"16":226,"160":22,"161":417,"167":123,"168":8,"17":336,"18":881,"19":638,"20":391,"209":58,"21":862,"210":76,"211":5,"214":61,"215":639,"221":451,"223":1317,"224":176,"225":1060,"23":751,"24":3842,"25":559,"257":171,"26":147,"268":15,"27":153,"273":173,"276":111,"279":38,"28":1167,"281":28,"282":200,"291":98,"292":86,"30":47,"302":15,"306":6,"31":84,"314":9,"317":1,"32":30,"33":218,"34":85,"347":59,"35":118,"352":1017,"36":237,"37":64,"38":764,"380":42,"381":149,"383":65,"389":5,"39":160,"391":57,"396":7,"397":55,"40":90,"409":93,"41":122,"414":119,"415":173,"419":38,"42":103,"426":47,"43":91,"430":218,"434":1,"44":38,"45":90,"46":359,"48":101,"49":320,"5":3229,"51":82,"52":94,"53":130,"56":41,"570":11,"6":219,"63":79,"7":1293,"79":109,"8":449,"80":22,"9":482,"all_client":148511,"all_tv_clinet":30417,"insert_time":"2014-08-22T12:29:04.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118425,"10":60,"107":895,"11":815,"12":215,"13":761,"14":172,"15":384,"155":144,"156":46,"158":45,"159":42,"16":227,"160":23,"161":408,"167":125,"168":6,"17":326,"18":888,"19":608,"20":377,"209":53,"21":859,"210":76,"211":5,"214":62,"215":649,"221":455,"223":1336,"224":180,"225":1068,"23":764,"24":3852,"25":578,"257":174,"26":141,"268":13,"27":157,"273":161,"276":102,"279":34,"28":1185,"281":29,"282":190,"291":98,"292":95,"30":44,"302":14,"306":6,"31":82,"314":9,"317":1,"32":33,"33":219,"34":79,"347":60,"35":125,"352":1048,"36":242,"37":66,"38":740,"380":42,"381":151,"383":65,"389":5,"39":169,"391":58,"396":7,"397":55,"40":93,"409":102,"41":123,"414":129,"415":155,"419":34,"42":105,"426":46,"43":89,"430":213,"434":1,"44":35,"45":90,"46":354,"48":107,"49":328,"5":3279,"51":79,"52":99,"53":130,"56":35,"570":13,"6":204,"63":80,"7":1316,"79":110,"8":454,"80":22,"9":459,"all_client":148912,"all_tv_clinet":30487,"insert_time":"2014-08-22T12:30:05.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118680,"10":61,"107":887,"11":828,"12":198,"13":740,"14":166,"15":404,"155":145,"156":46,"158":39,"159":39,"16":224,"160":22,"161":387,"167":127,"168":7,"17":317,"18":891,"19":597,"20":363,"209":52,"21":842,"210":75,"211":6,"214":66,"215":663,"221":460,"223":1353,"224":191,"225":1072,"23":773,"24":3865,"25":606,"257":173,"26":148,"268":15,"27":158,"273":158,"276":99,"279":31,"28":1193,"281":28,"282":182,"291":96,"292":94,"30":41,"302":14,"306":6,"31":80,"314":9,"317":1,"32":32,"33":224,"34":73,"347":60,"35":136,"352":1077,"36":244,"37":69,"38":735,"380":42,"381":146,"383":68,"389":5,"39":187,"391":56,"396":6,"397":57,"40":96,"409":105,"41":117,"414":142,"415":147,"419":31,"42":105,"426":46,"43":82,"430":196,"434":1,"44":34,"45":94,"46":343,"48":106,"49":334,"5":3341,"51":83,"52":101,"53":134,"56":41,"570":11,"6":187,"63":81,"7":1325,"79":114,"8":468,"80":23,"9":442,"all_client":149265,"all_tv_clinet":30585,"insert_time":"2014-08-22T12:31:07.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119022,"10":64,"107":880,"11":831,"12":185,"13":723,"14":164,"15":405,"155":145,"156":43,"158":35,"159":39,"16":226,"160":24,"161":371,"167":126,"168":8,"17":325,"18":866,"19":592,"20":344,"209":51,"21":859,"210":79,"211":5,"214":66,"215":675,"221":459,"223":1358,"224":199,"225":1078,"23":799,"24":3772,"25":622,"257":173,"26":147,"268":14,"27":170,"273":162,"276":95,"279":32,"28":1207,"281":29,"282":171,"291":92,"292":101,"30":42,"302":11,"306":6,"31":80,"314":9,"317":1,"32":37,"33":227,"34":75,"347":61,"35":149,"352":1092,"36":251,"37":72,"38":741,"380":42,"381":147,"383":69,"389":4,"39":200,"391":59,"396":7,"397":59,"40":96,"409":103,"41":115,"414":150,"415":143,"419":31,"42":105,"426":42,"43":85,"430":178,"44":36,"45":92,"46":342,"48":107,"49":343,"5":3421,"51":90,"52":99,"53":133,"56":37,"570":11,"6":175,"63":82,"7":1342,"79":117,"8":484,"80":21,"9":439,"all_client":149693,"all_tv_clinet":30671,"insert_time":"2014-08-22T12:32:09.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119111,"10":67,"107":873,"11":823,"12":173,"13":722,"14":161,"15":398,"155":141,"156":42,"158":33,"159":37,"16":228,"160":27,"161":371,"167":129,"168":7,"17":330,"18":854,"19":589,"20":334,"209":55,"21":877,"210":81,"211":5,"214":66,"215":676,"221":445,"223":1349,"224":213,"225":1111,"23":811,"24":3714,"25":636,"257":163,"26":151,"268":14,"27":177,"273":170,"276":90,"279":33,"28":1237,"281":29,"282":163,"291":93,"292":98,"30":46,"302":12,"306":6,"31":80,"314":9,"317":1,"32":34,"33":231,"34":84,"347":60,"35":148,"352":1087,"36":257,"37":71,"38":744,"380":43,"381":146,"383":69,"389":4,"39":204,"391":59,"396":7,"397":60,"40":94,"409":104,"41":118,"414":162,"415":151,"419":29,"42":111,"426":33,"43":81,"430":172,"433":1,"44":39,"45":97,"46":345,"48":105,"49":345,"5":3493,"51":94,"52":96,"53":133,"56":40,"570":11,"6":184,"63":84,"7":1335,"79":121,"8":498,"80":22,"9":465,"all_client":149932,"all_tv_clinet":30821,"insert_time":"2014-08-22T12:33:09.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119377,"10":67,"107":866,"11":826,"12":159,"13":720,"14":150,"15":392,"155":129,"156":45,"158":32,"159":41,"16":233,"160":28,"161":370,"167":132,"168":6,"17":333,"18":836,"19":573,"20":338,"209":56,"21":885,"210":80,"211":3,"214":67,"215":675,"221":434,"223":1368,"224":215,"225":1109,"23":821,"24":3622,"25":643,"257":168,"26":154,"268":15,"27":181,"273":170,"276":87,"279":35,"28":1269,"281":28,"282":154,"291":95,"292":88,"30":49,"302":12,"306":6,"31":81,"314":8,"317":1,"32":32,"33":235,"34":94,"347":58,"35":147,"352":1089,"36":262,"37":69,"38":749,"380":44,"381":150,"383":72,"389":4,"39":206,"391":60,"396":8,"397":60,"40":91,"409":109,"41":123,"414":163,"415":156,"419":30,"42":115,"426":31,"43":87,"430":168,"433":2,"44":39,"45":101,"46":359,"48":114,"49":359,"5":3561,"51":94,"52":96,"53":128,"56":42,"570":12,"6":173,"63":82,"7":1327,"79":122,"8":513,"80":20,"9":484,"all_client":150272,"all_tv_clinet":30895,"insert_time":"2014-08-22T12:34:10.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119597,"10":65,"107":879,"11":826,"12":146,"13":719,"14":150,"15":387,"155":114,"156":48,"158":34,"159":46,"16":233,"160":26,"161":384,"167":133,"168":6,"17":324,"18":832,"19":551,"20":340,"209":60,"21":879,"210":83,"211":4,"214":66,"215":665,"221":434,"223":1391,"224":224,"225":1103,"23":833,"24":3566,"25":649,"257":173,"26":157,"268":16,"27":177,"273":184,"276":85,"279":41,"28":1299,"281":27,"282":149,"291":98,"292":75,"30":54,"302":13,"306":6,"31":76,"314":8,"317":1,"32":37,"33":234,"34":106,"347":58,"35":149,"352":1075,"36":271,"37":68,"38":766,"380":46,"381":147,"383":72,"389":5,"39":207,"391":62,"396":8,"397":61,"40":91,"409":107,"41":131,"414":170,"415":164,"419":34,"42":118,"426":28,"43":90,"430":157,"433":2,"44":39,"45":104,"46":353,"48":111,"49":369,"5":3601,"51":91,"52":100,"53":127,"56":43,"570":11,"6":182,"63":79,"7":1316,"79":123,"8":522,"80":19,"9":493,"all_client":150583,"all_tv_clinet":30986,"insert_time":"2014-08-22T12:35:11.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119947,"10":62,"107":880,"11":826,"12":135,"13":720,"14":146,"15":389,"155":99,"156":47,"158":35,"159":45,"16":236,"160":25,"161":384,"167":134,"168":6,"17":323,"18":861,"19":547,"20":344,"209":57,"21":902,"210":82,"211":3,"214":65,"215":673,"221":428,"223":1398,"224":229,"225":1098,"23":855,"24":3519,"25":656,"257":169,"26":161,"268":16,"27":178,"273":184,"276":84,"279":40,"28":1316,"281":27,"282":142,"291":98,"292":71,"30":53,"302":12,"306":6,"31":81,"314":9,"317":1,"32":41,"33":228,"34":110,"347":58,"35":150,"352":1088,"36":277,"37":65,"38":772,"380":46,"381":150,"383":70,"389":5,"39":211,"391":59,"396":10,"397":58,"40":92,"409":95,"41":137,"414":173,"415":156,"419":38,"42":122,"426":28,"43":94,"430":154,"433":4,"44":36,"45":107,"46":372,"48":114,"49":371,"5":3610,"51":92,"52":101,"53":135,"56":41,"570":11,"6":179,"63":80,"7":1287,"79":120,"8":526,"80":19,"9":502,"all_client":150998,"all_tv_clinet":31051,"insert_time":"2014-08-22T12:36:13.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120267,"10":63,"107":877,"11":828,"12":123,"13":725,"14":142,"15":381,"155":96,"156":44,"158":34,"159":42,"16":241,"160":24,"161":374,"167":139,"168":6,"17":323,"18":878,"19":552,"20":346,"209":56,"21":906,"210":83,"211":3,"214":61,"215":670,"221":415,"223":1394,"224":237,"225":1098,"23":860,"24":3501,"25":652,"257":165,"26":160,"268":16,"27":176,"273":185,"276":83,"279":44,"28":1335,"281":27,"282":145,"291":98,"292":73,"30":57,"302":13,"306":7,"31":83,"314":9,"317":1,"32":46,"33":226,"34":113,"347":56,"35":150,"352":1075,"36":274,"37":63,"38":788,"380":48,"381":151,"383":75,"389":5,"39":206,"391":58,"396":11,"397":60,"40":91,"409":86,"41":143,"414":176,"415":155,"419":35,"42":124,"426":26,"43":94,"430":153,"433":4,"44":34,"45":108,"46":370,"48":124,"49":376,"5":3630,"51":95,"52":96,"53":134,"56":38,"570":10,"6":182,"63":80,"7":1289,"79":114,"8":530,"80":19,"9":518,"all_client":151357,"all_tv_clinet":31090,"insert_time":"2014-08-22T12:37:15.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120521,"10":67,"107":879,"11":830,"12":115,"13":708,"14":139,"15":376,"155":97,"156":44,"158":34,"159":33,"16":233,"160":24,"161":369,"167":145,"168":6,"17":319,"18":881,"19":550,"20":347,"209":53,"21":917,"210":78,"211":2,"214":58,"215":662,"221":421,"223":1393,"224":235,"225":1111,"23":880,"24":3518,"25":657,"257":161,"26":162,"268":17,"27":174,"273":183,"276":84,"279":41,"28":1337,"281":27,"282":147,"291":98,"292":73,"30":57,"302":15,"306":7,"31":89,"314":8,"317":1,"32":44,"33":227,"34":123,"347":55,"35":155,"352":1064,"36":271,"37":62,"38":783,"380":47,"381":151,"383":74,"389":5,"39":211,"391":60,"396":9,"397":60,"40":98,"409":76,"41":138,"414":181,"415":142,"419":34,"42":121,"426":20,"43":101,"430":151,"433":4,"44":35,"45":116,"46":363,"48":127,"49":379,"5":3656,"51":93,"52":100,"53":133,"56":38,"570":12,"6":180,"63":80,"7":1300,"79":114,"8":531,"80":19,"9":535,"all_client":151661,"all_tv_clinet":31140,"insert_time":"2014-08-22T12:38:16.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120811,"10":67,"107":883,"11":841,"12":116,"13":708,"14":140,"15":378,"155":91,"156":46,"158":37,"159":33,"16":235,"160":24,"161":380,"167":141,"168":7,"17":314,"18":889,"19":560,"20":342,"209":60,"21":917,"210":71,"211":1,"214":54,"215":656,"221":426,"223":1381,"224":236,"225":1118,"23":883,"24":3565,"25":659,"257":157,"26":164,"268":15,"27":164,"273":185,"276":85,"279":43,"28":1369,"281":27,"282":144,"291":98,"292":67,"30":57,"302":18,"306":7,"31":94,"314":7,"317":1,"32":41,"33":225,"34":125,"347":53,"35":155,"352":1042,"36":264,"37":62,"38":793,"380":48,"381":147,"383":77,"389":3,"39":212,"391":59,"396":8,"397":59,"40":98,"409":73,"41":132,"414":175,"415":145,"419":33,"42":122,"426":24,"43":102,"430":150,"433":5,"44":37,"45":115,"46":356,"48":127,"49":381,"5":3642,"51":92,"52":97,"53":128,"56":37,"570":12,"6":189,"63":80,"7":1308,"79":116,"8":532,"80":18,"9":547,"all_client":152018,"all_tv_clinet":31207,"insert_time":"2014-08-22T12:39:17.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121067,"10":65,"107":894,"11":851,"12":120,"13":691,"14":132,"15":378,"155":90,"156":50,"158":35,"159":31,"16":234,"160":23,"161":391,"167":142,"168":7,"17":307,"18":890,"19":550,"20":336,"209":63,"21":928,"210":69,"211":1,"214":48,"215":647,"221":417,"223":1369,"224":238,"225":1114,"23":897,"24":3608,"25":660,"257":160,"26":161,"268":15,"27":171,"273":177,"276":88,"279":45,"28":1382,"281":28,"282":138,"291":98,"292":64,"30":53,"302":19,"306":6,"31":97,"314":7,"317":1,"32":40,"33":221,"34":124,"347":49,"35":155,"352":1031,"36":262,"37":62,"38":782,"380":51,"381":143,"383":82,"389":3,"39":215,"391":58,"396":6,"397":58,"40":97,"409":77,"41":125,"414":167,"415":138,"419":33,"42":121,"426":25,"43":104,"430":147,"433":5,"44":39,"45":113,"46":351,"48":120,"49":382,"5":3684,"51":94,"52":99,"53":131,"56":35,"570":13,"6":184,"63":83,"7":1300,"79":113,"8":525,"80":20,"9":554,"all_client":152274,"all_tv_clinet":31207,"insert_time":"2014-08-22T12:40:18.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121378,"10":64,"107":891,"11":849,"12":113,"13":679,"14":123,"15":372,"155":88,"156":51,"158":36,"159":32,"16":232,"160":24,"161":391,"167":139,"168":8,"17":301,"18":892,"19":535,"20":325,"209":64,"21":933,"210":66,"211":1,"214":47,"215":651,"221":423,"223":1373,"224":238,"225":1108,"23":892,"24":3689,"25":660,"257":184,"26":164,"268":11,"27":172,"273":174,"276":93,"279":38,"28":1397,"281":28,"282":140,"291":90,"292":65,"30":49,"302":21,"306":7,"31":102,"314":8,"317":1,"32":40,"33":230,"34":130,"347":50,"35":155,"352":1017,"36":262,"37":62,"38":790,"380":53,"381":142,"383":87,"389":4,"39":215,"391":59,"396":7,"397":59,"40":94,"409":77,"41":128,"414":168,"415":131,"419":32,"42":123,"426":27,"43":108,"430":143,"433":5,"44":40,"45":113,"46":354,"48":121,"49":381,"5":3699,"51":88,"52":103,"53":135,"56":38,"570":11,"6":188,"63":86,"7":1284,"79":111,"8":528,"80":21,"9":558,"all_client":152669,"all_tv_clinet":31291,"insert_time":"2014-08-22T12:41:20.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121629,"10":63,"107":869,"11":852,"12":128,"13":662,"14":113,"15":367,"155":87,"156":56,"158":40,"159":35,"16":224,"160":23,"161":387,"167":143,"168":11,"17":301,"18":909,"19":525,"20":327,"209":63,"21":937,"210":63,"211":1,"214":47,"215":649,"221":423,"223":1349,"224":240,"225":1116,"23":891,"24":3778,"25":665,"257":190,"26":170,"268":11,"27":170,"273":167,"276":97,"279":40,"28":1418,"281":28,"282":137,"291":86,"292":71,"30":50,"302":20,"306":6,"31":105,"314":6,"317":1,"32":40,"33":223,"34":133,"347":49,"35":150,"352":1026,"36":248,"37":60,"38":796,"380":53,"381":142,"383":82,"389":4,"39":216,"391":60,"396":7,"397":58,"40":98,"409":72,"41":124,"414":173,"415":121,"419":33,"42":124,"426":23,"43":108,"430":147,"433":4,"434":1,"44":44,"45":109,"46":353,"48":116,"49":381,"5":3725,"51":90,"52":100,"53":138,"56":37,"570":11,"6":181,"63":85,"7":1288,"79":111,"8":527,"80":22,"9":558,"all_client":152997,"all_tv_clinet":31368,"insert_time":"2014-08-22T12:42:21.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121946,"10":60,"107":868,"11":842,"12":130,"13":629,"14":111,"15":370,"155":88,"156":52,"158":44,"159":36,"16":224,"160":22,"161":371,"167":143,"168":12,"17":298,"18":913,"19":548,"20":323,"209":63,"21":928,"210":62,"211":1,"214":46,"215":649,"221":432,"223":1327,"224":240,"225":1133,"23":886,"24":3807,"25":660,"257":190,"26":170,"268":9,"27":171,"273":156,"276":98,"279":41,"28":1434,"281":28,"282":134,"291":86,"292":73,"30":50,"302":21,"306":5,"31":118,"314":8,"317":1,"32":43,"33":219,"34":143,"347":50,"35":149,"352":1030,"36":252,"37":63,"38":782,"380":55,"381":141,"383":79,"389":3,"39":216,"391":61,"396":7,"397":56,"40":104,"409":69,"41":124,"414":177,"415":111,"419":40,"42":122,"426":23,"43":110,"430":154,"433":5,"434":1,"44":43,"45":112,"46":358,"48":115,"49":377,"5":3772,"51":89,"52":100,"53":139,"56":36,"570":11,"6":186,"63":88,"7":1275,"79":114,"8":537,"80":24,"9":567,"all_client":153389,"all_tv_clinet":31443,"insert_time":"2014-08-22T12:43:22.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122143,"10":64,"107":836,"11":844,"12":139,"13":611,"14":111,"15":373,"155":87,"156":45,"158":50,"159":38,"16":226,"160":20,"161":343,"167":145,"168":14,"17":297,"18":931,"19":589,"20":321,"209":65,"21":930,"210":62,"211":1,"214":43,"215":648,"221":430,"223":1315,"224":246,"225":1127,"23":881,"24":3808,"25":656,"257":187,"26":176,"268":11,"27":170,"273":151,"276":98,"279":40,"28":1459,"281":27,"282":129,"291":84,"292":83,"30":51,"302":20,"306":6,"31":124,"314":8,"317":1,"32":44,"33":215,"34":147,"347":51,"35":149,"352":1053,"36":245,"37":64,"38":776,"380":56,"381":136,"383":79,"389":3,"39":223,"391":60,"396":7,"397":56,"40":99,"409":70,"41":125,"414":180,"415":109,"419":43,"42":127,"426":22,"43":106,"430":169,"433":5,"434":1,"44":46,"45":112,"46":351,"48":108,"49":379,"5":3802,"51":93,"52":98,"53":135,"56":35,"570":9,"6":192,"63":90,"7":1281,"79":114,"8":537,"80":23,"9":575,"all_client":153664,"all_tv_clinet":31521,"insert_time":"2014-08-22T12:44:23.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122363,"10":67,"107":839,"11":843,"12":137,"13":588,"14":114,"15":375,"155":88,"156":36,"158":58,"159":42,"16":223,"160":20,"161":335,"167":139,"168":14,"17":300,"18":941,"19":621,"20":322,"209":66,"21":923,"210":61,"211":1,"214":43,"215":640,"221":427,"223":1317,"224":242,"225":1118,"23":882,"24":3817,"25":657,"257":186,"26":176,"268":13,"27":172,"273":140,"276":104,"279":39,"28":1475,"281":25,"282":127,"291":83,"292":87,"30":52,"302":20,"306":6,"31":128,"314":9,"317":1,"32":43,"33":217,"34":150,"347":48,"35":153,"352":1059,"36":241,"37":65,"38":768,"380":56,"381":140,"383":82,"389":3,"39":225,"391":59,"396":7,"397":56,"40":100,"409":77,"41":128,"414":181,"415":102,"419":39,"42":128,"426":22,"43":110,"430":172,"433":5,"434":1,"44":43,"45":113,"46":354,"48":109,"49":382,"5":3822,"51":94,"52":103,"53":122,"56":35,"570":6,"6":198,"63":90,"7":1266,"79":104,"8":540,"80":23,"9":597,"all_client":153940,"all_tv_clinet":31577,"insert_time":"2014-08-22T12:45:25.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122677,"10":67,"107":824,"11":848,"12":143,"13":582,"14":116,"15":371,"155":91,"156":31,"158":66,"159":44,"16":229,"160":21,"161":339,"167":135,"168":14,"17":301,"18":960,"19":642,"20":322,"209":64,"21":917,"210":60,"211":2,"214":45,"215":630,"221":434,"223":1281,"224":239,"225":1108,"23":887,"24":3804,"25":656,"257":186,"26":178,"268":14,"27":172,"273":143,"276":105,"279":39,"28":1507,"281":26,"282":122,"291":80,"292":95,"30":53,"302":22,"306":6,"31":128,"314":9,"32":37,"33":212,"34":151,"347":44,"35":156,"352":1049,"36":247,"37":65,"38":777,"380":54,"381":142,"383":87,"389":3,"39":223,"391":61,"396":9,"397":56,"40":97,"409":78,"41":131,"414":182,"415":109,"419":37,"42":131,"426":21,"43":108,"430":177,"433":5,"434":1,"44":40,"45":117,"46":352,"48":106,"49":385,"5":3866,"51":87,"52":102,"53":125,"56":36,"570":5,"6":198,"63":90,"7":1285,"79":87,"8":544,"80":26,"9":604,"all_client":154340,"all_tv_clinet":31663,"insert_time":"2014-08-22T12:46:26.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123009,"10":66,"107":839,"11":883,"12":148,"13":572,"14":116,"15":379,"155":93,"156":27,"158":72,"159":47,"16":235,"160":20,"161":340,"167":132,"168":13,"17":289,"18":954,"19":656,"20":331,"209":59,"21":920,"210":58,"211":2,"214":46,"215":638,"221":429,"223":1243,"224":240,"225":1123,"23":894,"24":3844,"25":667,"257":178,"26":177,"268":14,"27":177,"273":144,"276":105,"279":40,"28":1535,"281":24,"282":123,"291":78,"292":94,"30":52,"302":23,"306":7,"31":126,"314":11,"32":35,"33":198,"34":146,"347":35,"35":153,"352":1045,"36":252,"37":65,"38":762,"380":54,"381":136,"383":90,"389":5,"39":223,"391":65,"396":8,"397":57,"40":101,"409":73,"41":132,"414":182,"415":113,"419":36,"42":131,"426":20,"43":106,"430":176,"433":6,"434":1,"44":36,"45":118,"46":354,"48":110,"49":379,"5":3899,"51":78,"52":104,"53":131,"56":38,"570":4,"6":194,"63":91,"7":1251,"79":78,"8":547,"80":26,"9":621,"all_client":154757,"all_tv_clinet":31748,"insert_time":"2014-08-22T12:47:27.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123289,"10":62,"107":845,"11":907,"12":154,"13":557,"14":110,"15":387,"155":101,"156":26,"158":70,"159":51,"16":242,"160":20,"161":342,"167":133,"168":12,"17":270,"18":970,"19":663,"20":351,"209":61,"21":920,"210":59,"211":2,"214":50,"215":642,"221":425,"223":1161,"224":236,"225":1138,"23":904,"24":3883,"25":677,"257":179,"26":177,"268":11,"27":176,"273":144,"276":107,"279":38,"28":1563,"281":24,"282":129,"291":79,"292":94,"30":56,"302":24,"306":7,"31":127,"314":9,"32":34,"33":188,"34":146,"347":37,"35":158,"352":1048,"36":255,"37":66,"38":769,"380":54,"381":138,"383":86,"389":5,"39":223,"391":68,"396":7,"397":57,"40":101,"409":68,"41":135,"414":180,"415":110,"419":38,"42":132,"426":20,"43":109,"430":179,"433":6,"434":1,"44":36,"45":123,"46":349,"48":110,"49":380,"5":3912,"51":78,"52":101,"53":134,"56":38,"570":4,"6":206,"63":90,"7":1215,"79":74,"8":527,"80":28,"9":633,"all_client":155120,"all_tv_clinet":31831,"insert_time":"2014-08-22T12:48:28.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123507,"10":63,"107":876,"11":925,"12":149,"13":566,"14":111,"15":398,"155":105,"156":29,"158":73,"159":49,"16":233,"160":18,"161":356,"167":127,"168":12,"17":243,"18":1001,"19":685,"20":354,"209":66,"21":925,"210":60,"211":2,"214":52,"215":656,"221":421,"223":1142,"224":246,"225":1149,"23":909,"24":3936,"25":681,"257":180,"26":176,"268":10,"27":174,"273":141,"276":112,"279":36,"28":1600,"281":22,"282":127,"291":82,"292":84,"30":55,"302":27,"306":6,"31":132,"314":8,"32":37,"33":172,"34":156,"347":33,"35":161,"352":1042,"36":245,"37":70,"38":771,"380":54,"381":139,"383":84,"389":6,"39":225,"391":70,"396":5,"397":56,"40":110,"409":65,"41":134,"414":182,"415":102,"419":35,"42":130,"426":15,"43":107,"430":183,"433":5,"434":1,"44":37,"45":121,"46":353,"48":114,"49":380,"5":3922,"51":83,"52":105,"53":127,"56":39,"570":5,"6":216,"63":90,"7":1166,"79":66,"8":486,"80":27,"9":626,"all_client":155455,"all_tv_clinet":31948,"insert_time":"2014-08-22T12:49:30.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123806,"10":63,"107":870,"11":938,"12":143,"13":573,"14":107,"15":395,"155":110,"156":29,"158":73,"159":46,"16":224,"160":15,"161":362,"167":121,"168":14,"17":235,"18":1026,"19":668,"20":359,"209":64,"21":933,"210":62,"211":2,"214":53,"215":658,"221":429,"223":1097,"224":255,"225":1148,"23":908,"24":4023,"25":693,"257":176,"26":177,"268":9,"27":179,"273":140,"276":112,"279":35,"28":1615,"281":23,"282":129,"291":87,"292":83,"30":56,"302":24,"306":6,"31":134,"314":7,"32":36,"33":171,"34":160,"347":32,"35":164,"352":1054,"36":243,"37":67,"38":768,"380":54,"381":144,"383":78,"389":4,"39":228,"391":70,"396":4,"397":55,"40":111,"409":65,"41":134,"414":179,"415":93,"419":31,"42":131,"426":15,"43":109,"430":186,"433":5,"434":1,"44":34,"45":125,"46":349,"48":111,"49":384,"5":3948,"51":88,"52":108,"53":121,"56":39,"570":6,"6":230,"63":90,"7":1137,"79":61,"8":440,"80":28,"9":620,"all_client":155805,"all_tv_clinet":31999,"insert_time":"2014-08-22T12:50:31.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123924,"10":65,"107":852,"11":959,"12":138,"13":583,"14":114,"15":406,"155":113,"156":28,"158":73,"159":50,"16":223,"160":14,"161":362,"167":120,"168":14,"17":223,"18":994,"19":657,"20":376,"209":61,"21":943,"210":63,"211":2,"214":53,"215":670,"221":421,"223":1083,"224":254,"225":1171,"23":916,"24":4118,"25":707,"257":179,"26":178,"268":9,"27":177,"273":149,"276":111,"279":34,"28":1624,"281":23,"282":126,"291":90,"292":72,"30":57,"302":23,"306":6,"31":134,"314":7,"32":37,"33":169,"34":159,"347":29,"35":164,"352":1045,"36":241,"37":69,"38":791,"380":55,"381":135,"383":75,"389":4,"39":230,"391":69,"396":4,"397":55,"40":114,"409":70,"41":132,"414":186,"415":84,"419":30,"42":131,"426":11,"43":107,"430":186,"433":5,"44":35,"45":127,"46":358,"48":113,"49":382,"5":3976,"51":84,"52":115,"53":120,"56":38,"570":6,"6":236,"63":92,"7":1100,"79":56,"8":405,"80":27,"9":630,"all_client":156036,"all_tv_clinet":32112,"insert_time":"2014-08-22T12:51:32.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124205,"10":66,"107":843,"11":977,"12":137,"13":586,"14":119,"15":408,"155":114,"156":29,"158":78,"159":53,"16":231,"160":18,"161":373,"167":118,"168":16,"17":214,"18":951,"19":629,"20":388,"209":59,"21":941,"210":62,"211":1,"214":53,"215":669,"221":434,"223":1095,"224":262,"225":1178,"23":920,"24":4153,"25":727,"257":179,"26":177,"268":6,"27":180,"273":154,"276":112,"279":36,"28":1661,"281":22,"282":127,"291":89,"292":72,"30":54,"302":22,"306":6,"31":137,"314":9,"32":37,"33":159,"34":156,"347":29,"35":161,"352":1044,"36":238,"37":72,"38":790,"380":54,"381":136,"383":76,"389":4,"39":221,"391":73,"396":5,"397":55,"40":110,"409":71,"41":136,"414":190,"415":82,"419":23,"42":135,"426":11,"43":102,"430":189,"433":5,"44":34,"45":133,"46":364,"48":109,"49":393,"5":4015,"51":81,"52":117,"53":117,"56":39,"570":6,"6":250,"63":93,"7":1073,"79":54,"8":391,"80":19,"9":634,"all_client":156436,"all_tv_clinet":32231,"insert_time":"2014-08-22T12:52:33.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124462,"10":65,"107":848,"11":992,"12":157,"13":566,"14":130,"15":407,"155":115,"156":29,"158":79,"159":54,"16":239,"160":18,"161":376,"167":119,"168":18,"17":210,"18":899,"19":625,"20":393,"209":58,"21":945,"210":61,"211":1,"214":55,"215":669,"221":434,"223":1120,"224":273,"225":1176,"23":933,"24":4126,"25":733,"257":178,"26":176,"268":5,"27":181,"273":152,"276":111,"279":36,"28":1706,"281":22,"282":131,"291":88,"292":70,"30":59,"302":22,"306":6,"31":143,"314":12,"32":35,"33":149,"34":162,"347":25,"35":164,"352":1018,"36":231,"37":77,"38":792,"380":54,"381":133,"383":75,"389":4,"39":221,"391":75,"396":5,"397":56,"40":110,"409":71,"41":146,"414":190,"415":85,"419":21,"42":134,"426":12,"43":102,"430":190,"433":5,"44":34,"45":135,"46":366,"48":109,"49":396,"5":4050,"51":78,"52":119,"53":127,"56":42,"570":6,"6":262,"63":92,"7":1026,"79":50,"8":380,"80":17,"9":637,"all_client":156751,"all_tv_clinet":32289,"insert_time":"2014-08-22T12:53:34.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124649,"10":62,"107":879,"11":998,"12":164,"13":575,"14":126,"15":409,"155":116,"156":30,"158":81,"159":50,"16":251,"160":18,"161":371,"167":113,"168":19,"17":227,"18":868,"19":627,"20":376,"209":61,"21":953,"210":59,"211":1,"214":59,"215":650,"221":441,"223":1160,"224":280,"225":1141,"23":949,"24":4005,"25":761,"257":178,"26":184,"268":5,"27":177,"273":155,"276":109,"279":41,"28":1765,"281":22,"282":127,"291":90,"292":68,"30":61,"302":22,"306":7,"31":145,"314":16,"32":34,"33":142,"34":164,"347":29,"35":175,"352":1013,"36":242,"37":76,"38":795,"380":53,"381":138,"383":82,"389":4,"39":222,"391":80,"396":6,"397":59,"40":113,"409":68,"41":149,"414":190,"415":90,"419":20,"42":132,"426":17,"43":95,"430":192,"433":7,"44":36,"45":133,"46":371,"48":111,"49":403,"5":4084,"51":81,"52":117,"53":131,"56":42,"570":5,"6":281,"63":86,"7":977,"79":47,"8":379,"80":19,"9":636,"all_client":157027,"all_tv_clinet":32378,"insert_time":"2014-08-22T12:54:35.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124831,"10":59,"107":884,"11":992,"12":170,"13":575,"14":124,"15":408,"155":119,"156":30,"158":82,"159":47,"16":263,"160":19,"161":379,"167":110,"168":20,"17":232,"18":844,"19":626,"20":365,"209":59,"21":974,"210":58,"211":2,"214":61,"215":639,"221":430,"223":1182,"224":294,"225":1105,"23":968,"24":3936,"25":773,"257":175,"26":187,"268":6,"27":179,"273":166,"276":109,"279":43,"28":1834,"281":22,"282":125,"291":91,"292":71,"30":59,"302":23,"306":7,"31":142,"314":17,"32":33,"33":140,"34":167,"347":33,"35":180,"352":1032,"36":244,"37":78,"38":801,"380":53,"381":141,"383":80,"389":3,"39":228,"391":84,"396":6,"397":63,"40":114,"409":68,"41":154,"414":187,"415":99,"419":18,"42":138,"426":26,"43":100,"430":190,"433":7,"44":39,"45":133,"46":388,"48":120,"49":405,"5":4100,"51":90,"52":118,"53":128,"56":39,"570":5,"6":277,"63":84,"7":932,"79":45,"8":367,"80":20,"9":645,"all_client":157318,"all_tv_clinet":32487,"insert_time":"2014-08-22T12:55:36.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125047,"10":60,"107":883,"11":972,"12":177,"13":580,"14":114,"15":385,"155":119,"156":32,"158":83,"159":44,"16":266,"160":19,"161":371,"167":109,"168":19,"17":244,"18":814,"19":626,"20":363,"209":61,"21":990,"210":58,"211":2,"214":61,"215":633,"221":424,"223":1185,"224":298,"225":1033,"23":955,"24":3907,"25":779,"257":204,"26":184,"268":6,"27":190,"273":168,"276":113,"279":44,"28":1893,"281":24,"282":122,"291":96,"292":72,"30":61,"302":22,"306":6,"31":137,"314":18,"32":38,"33":132,"34":163,"347":35,"35":184,"352":1060,"36":248,"37":76,"38":817,"380":53,"381":135,"383":87,"389":3,"39":232,"391":84,"396":9,"397":66,"40":117,"409":71,"41":154,"414":184,"415":98,"419":14,"42":142,"426":27,"43":106,"430":191,"433":7,"44":46,"45":140,"46":400,"48":119,"49":411,"5":4138,"51":94,"52":128,"53":132,"56":38,"570":4,"6":282,"63":84,"7":926,"79":47,"8":360,"80":24,"9":656,"all_client":157635,"all_tv_clinet":32588,"insert_time":"2014-08-22T12:56:38.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125265,"10":62,"107":917,"11":970,"12":188,"13":593,"14":119,"15":362,"155":121,"156":38,"158":80,"159":38,"16":260,"160":18,"161":353,"167":108,"168":19,"17":251,"18":781,"19":652,"20":357,"209":63,"21":1014,"210":61,"211":2,"214":64,"215":620,"221":418,"223":1204,"224":302,"225":1002,"23":899,"24":3915,"25":785,"257":211,"26":189,"268":9,"27":196,"273":155,"276":114,"279":49,"28":1987,"281":23,"282":122,"291":99,"292":84,"30":63,"302":22,"306":6,"31":141,"314":13,"32":39,"33":127,"34":175,"347":34,"35":188,"352":1062,"36":252,"37":78,"38":826,"380":52,"381":135,"383":89,"389":3,"39":237,"391":82,"396":10,"397":66,"40":120,"409":67,"41":161,"414":189,"415":96,"419":13,"42":139,"426":24,"43":104,"430":186,"433":7,"44":48,"45":139,"46":410,"48":118,"49":405,"5":4177,"51":95,"52":133,"53":134,"56":41,"570":4,"6":296,"63":83,"7":882,"79":48,"8":367,"80":30,"9":652,"all_client":158007,"all_tv_clinet":32742,"insert_time":"2014-08-22T12:57:39.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125534,"10":61,"107":933,"11":968,"12":199,"13":601,"14":120,"15":363,"155":123,"156":37,"158":74,"159":39,"16":250,"160":15,"161":342,"167":103,"168":21,"17":266,"18":759,"19":670,"20":362,"209":65,"21":1030,"210":65,"211":3,"214":64,"215":611,"221":401,"223":1244,"224":299,"225":987,"23":865,"24":3892,"25":793,"257":207,"26":199,"268":9,"27":200,"273":140,"276":113,"279":54,"28":2076,"281":21,"282":115,"291":99,"292":90,"30":64,"302":22,"306":6,"31":143,"314":15,"32":43,"33":119,"34":179,"347":36,"35":198,"352":1078,"36":248,"37":75,"38":846,"380":51,"381":136,"383":81,"389":3,"39":246,"391":84,"396":10,"397":66,"40":129,"409":70,"41":157,"414":175,"415":94,"419":13,"42":135,"426":35,"43":111,"430":185,"431":1,"433":7,"44":49,"45":143,"46":417,"48":118,"49":373,"5":4223,"51":93,"52":137,"53":135,"56":38,"570":4,"6":327,"63":73,"7":839,"79":51,"8":363,"80":30,"9":618,"all_client":158374,"all_tv_clinet":32840,"insert_time":"2014-08-22T12:58:40.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125728,"10":59,"107":933,"11":991,"12":213,"13":610,"14":114,"15":362,"155":124,"156":41,"158":65,"159":44,"16":236,"160":17,"161":346,"167":104,"168":21,"17":277,"18":747,"19":712,"20":365,"209":67,"21":1018,"210":70,"211":4,"214":65,"215":600,"221":397,"223":1274,"224":305,"225":976,"23":818,"24":3895,"25":793,"257":210,"26":204,"268":10,"27":206,"273":135,"276":113,"279":56,"28":2084,"281":21,"282":111,"291":101,"292":99,"30":65,"302":22,"306":7,"31":148,"314":14,"32":39,"33":112,"34":198,"347":39,"35":210,"352":1063,"36":255,"37":69,"38":871,"380":47,"381":135,"383":74,"389":2,"39":253,"391":85,"396":10,"397":68,"40":132,"409":68,"41":154,"414":172,"415":89,"419":15,"42":142,"426":44,"43":108,"430":187,"431":2,"433":7,"44":54,"45":145,"46":412,"48":127,"49":344,"5":4270,"51":94,"52":132,"53":142,"56":38,"570":6,"6":358,"63":69,"7":813,"79":51,"8":381,"80":33,"9":573,"all_client":158689,"all_tv_clinet":32961,"insert_time":"2014-08-22T12:59:41.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125864,"10":65,"107":936,"11":989,"12":229,"13":630,"14":109,"15":364,"155":123,"156":37,"158":63,"159":46,"16":231,"160":17,"161":354,"167":104,"168":22,"17":284,"18":763,"19":697,"20":371,"209":65,"21":1042,"210":67,"211":4,"214":63,"215":592,"221":388,"223":1286,"224":299,"225":985,"23":791,"24":3979,"25":753,"257":214,"26":203,"268":10,"27":200,"273":138,"276":113,"279":54,"28":2108,"281":20,"282":104,"291":102,"292":113,"30":68,"302":22,"306":7,"31":157,"314":14,"32":38,"33":113,"34":213,"347":41,"35":211,"352":1058,"36":254,"37":66,"38":871,"380":43,"381":135,"383":78,"389":2,"39":260,"391":87,"396":10,"397":66,"40":125,"409":61,"41":170,"414":162,"415":97,"419":15,"42":146,"426":51,"43":115,"430":186,"431":2,"433":6,"44":59,"45":146,"46":409,"48":129,"49":323,"5":4274,"51":101,"52":137,"53":138,"56":37,"570":7,"6":381,"63":66,"7":781,"79":52,"8":428,"80":37,"9":550,"all_client":158996,"all_tv_clinet":33132,"insert_time":"2014-08-22T13:00:42.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126047,"10":68,"107":960,"11":994,"12":233,"13":643,"14":106,"15":374,"155":124,"156":39,"158":60,"159":47,"16":220,"160":17,"161":367,"167":106,"168":23,"17":297,"18":755,"19":654,"20":383,"209":68,"21":1044,"210":59,"211":4,"214":63,"215":593,"221":390,"223":1290,"224":273,"225":973,"23":764,"24":4123,"25":712,"257":214,"26":204,"268":9,"27":187,"273":139,"276":114,"279":49,"28":2084,"281":20,"282":102,"291":102,"292":122,"30":69,"302":18,"306":7,"31":157,"314":17,"32":35,"33":107,"34":211,"347":42,"35":210,"352":1070,"36":260,"37":66,"38":848,"380":41,"381":134,"383":84,"389":2,"39":271,"391":87,"396":10,"397":66,"40":125,"409":57,"41":173,"414":159,"415":100,"419":18,"42":150,"426":57,"43":112,"430":184,"431":1,"433":6,"44":58,"45":148,"46":415,"48":138,"49":311,"5":4323,"51":102,"52":140,"53":142,"56":36,"570":6,"6":392,"63":67,"7":759,"79":53,"8":479,"80":36,"9":534,"all_client":159312,"all_tv_clinet":33265,"insert_time":"2014-08-22T13:01:43.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126167,"10":65,"107":930,"11":980,"12":210,"13":665,"14":125,"15":393,"155":124,"156":39,"158":58,"159":43,"16":221,"160":19,"161":395,"167":103,"168":25,"17":308,"18":730,"19":587,"20":388,"209":67,"21":1055,"210":53,"211":4,"214":63,"215":599,"221":379,"223":1287,"224":252,"225":975,"23":738,"24":4271,"25":661,"257":201,"26":210,"268":10,"27":169,"273":141,"276":113,"279":52,"28":2102,"281":18,"282":103,"291":104,"292":137,"30":70,"302":18,"306":8,"31":170,"314":20,"32":37,"33":108,"34":211,"347":44,"35":217,"352":1088,"36":267,"37":64,"38":816,"380":40,"381":130,"383":87,"389":2,"39":277,"391":85,"396":8,"397":63,"40":122,"409":58,"41":179,"414":156,"415":104,"419":19,"42":152,"426":54,"43":115,"430":187,"433":6,"44":53,"45":153,"46":408,"48":139,"49":302,"5":4331,"51":103,"52":138,"53":146,"56":35,"570":6,"6":403,"63":67,"7":757,"79":51,"8":530,"80":41,"9":543,"all_client":159527,"all_tv_clinet":33360,"insert_time":"2014-08-22T13:02:45.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126335,"10":69,"107":938,"11":996,"12":195,"13":688,"14":132,"15":406,"155":129,"156":38,"158":55,"159":43,"16":226,"160":21,"161":390,"167":110,"168":26,"17":324,"18":707,"19":559,"20":391,"209":70,"21":1041,"210":49,"211":4,"214":63,"215":611,"221":392,"223":1291,"224":230,"225":973,"23":706,"24":4375,"25":637,"257":195,"26":217,"268":12,"27":160,"273":144,"276":108,"279":54,"28":2165,"281":19,"282":110,"291":103,"292":126,"30":71,"302":16,"306":10,"31":174,"314":20,"32":44,"33":105,"34":208,"347":46,"35":222,"352":1072,"36":266,"37":60,"38":818,"380":40,"381":132,"383":82,"389":2,"39":258,"391":80,"396":8,"397":65,"40":132,"409":65,"41":173,"414":146,"415":97,"419":20,"42":156,"426":55,"43":120,"430":187,"433":8,"44":61,"45":156,"46":382,"48":140,"49":295,"5":4357,"51":105,"52":138,"53":144,"56":35,"570":4,"6":406,"63":68,"7":755,"79":53,"8":567,"80":42,"9":556,"all_client":159855,"all_tv_clinet":33520,"insert_time":"2014-08-22T13:03:46.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126453,"10":74,"107":933,"11":1028,"12":200,"13":699,"14":136,"15":414,"155":129,"156":41,"158":51,"159":44,"16":213,"160":21,"161":405,"167":109,"168":26,"17":317,"18":699,"19":551,"20":387,"209":69,"21":1009,"210":48,"211":4,"214":65,"215":597,"221":423,"223":1265,"224":217,"225":986,"23":701,"24":4457,"25":630,"257":195,"26":216,"268":12,"27":153,"273":144,"276":106,"279":51,"28":2255,"281":19,"282":112,"291":105,"292":112,"30":75,"302":16,"306":11,"31":170,"314":20,"32":44,"33":102,"34":222,"347":49,"35":231,"352":1047,"36":270,"37":52,"38":808,"380":38,"381":127,"383":80,"389":2,"39":239,"391":79,"396":11,"397":64,"40":138,"409":70,"41":174,"414":147,"415":96,"419":18,"42":160,"426":43,"43":126,"430":194,"433":8,"44":61,"45":160,"46":368,"48":129,"49":288,"5":4379,"51":107,"52":134,"53":144,"56":32,"570":3,"6":407,"63":67,"7":748,"79":56,"8":601,"80":42,"9":553,"all_client":160091,"all_tv_clinet":33638,"insert_time":"2014-08-22T13:04:47.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126623,"10":76,"107":920,"11":1007,"12":189,"13":737,"14":141,"15":415,"155":129,"156":43,"158":43,"159":50,"16":210,"160":20,"161":405,"167":110,"168":24,"17":318,"18":702,"19":552,"20":387,"209":65,"21":938,"210":45,"211":4,"214":65,"215":602,"221":456,"223":1270,"224":207,"225":993,"23":690,"24":4490,"25":604,"257":190,"26":224,"268":11,"27":146,"273":141,"276":108,"279":44,"28":2387,"281":22,"282":120,"291":104,"292":102,"30":78,"302":17,"306":12,"31":170,"314":19,"32":43,"33":96,"34":220,"347":51,"35":244,"352":1047,"36":267,"37":54,"38":808,"380":39,"381":131,"383":80,"389":2,"39":215,"391":80,"396":11,"397":64,"40":136,"409":86,"41":180,"414":138,"415":99,"419":17,"42":167,"426":41,"43":118,"430":198,"433":10,"44":62,"45":164,"46":372,"48":119,"49":283,"5":4430,"51":109,"52":131,"53":142,"56":34,"570":4,"6":392,"63":65,"7":715,"79":60,"8":630,"80":43,"9":564,"all_client":160386,"all_tv_clinet":33763,"insert_time":"2014-08-22T13:05:48.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126721,"10":77,"107":922,"11":1030,"12":173,"13":733,"14":150,"15":434,"155":131,"156":44,"158":40,"159":53,"16":217,"160":20,"161":429,"167":110,"168":23,"17":323,"18":695,"19":554,"20":382,"209":63,"21":867,"210":45,"211":4,"214":64,"215":613,"221":463,"223":1291,"224":204,"225":994,"23":674,"24":4486,"25":585,"257":190,"26":227,"268":10,"27":137,"273":143,"276":109,"279":42,"28":2516,"281":21,"282":120,"291":103,"292":98,"30":81,"302":18,"306":11,"31":166,"314":18,"32":36,"33":97,"34":230,"347":49,"35":254,"352":1054,"36":264,"37":55,"38":796,"380":38,"381":137,"383":82,"389":1,"39":205,"391":77,"396":11,"397":64,"40":138,"409":91,"41":184,"414":141,"415":107,"419":16,"42":179,"426":36,"43":105,"430":201,"433":10,"44":57,"45":169,"46":365,"48":107,"49":276,"5":4474,"51":107,"52":120,"53":138,"56":32,"570":4,"6":380,"63":68,"7":690,"79":68,"8":667,"80":44,"9":577,"all_client":160625,"all_tv_clinet":33904,"insert_time":"2014-08-22T13:06:49.563Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126803,"10":82,"107":912,"11":1042,"12":149,"13":741,"14":158,"15":440,"155":133,"156":46,"158":36,"159":56,"16":223,"160":22,"161":428,"167":111,"168":21,"17":331,"18":679,"19":567,"20":389,"209":55,"21":855,"210":42,"211":5,"214":65,"215":653,"221":469,"223":1290,"224":204,"225":1015,"23":665,"24":4485,"25":576,"257":190,"26":215,"268":10,"27":133,"273":144,"276":109,"279":44,"28":2666,"281":21,"282":115,"291":102,"292":94,"30":87,"302":18,"306":12,"31":162,"314":17,"32":39,"33":98,"34":241,"347":54,"35":273,"352":1064,"36":266,"37":55,"38":797,"380":37,"381":140,"383":78,"389":1,"39":203,"391":76,"396":11,"397":61,"40":142,"409":93,"41":183,"414":131,"415":98,"419":16,"42":180,"426":35,"43":87,"430":203,"433":11,"44":57,"45":180,"46":347,"48":103,"49":273,"5":4394,"51":114,"52":114,"53":149,"56":28,"570":7,"6":401,"63":64,"7":690,"79":70,"8":691,"80":45,"9":583,"all_client":160870,"all_tv_clinet":34067,"insert_time":"2014-08-22T13:07:50.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126934,"10":86,"107":923,"11":1075,"12":142,"13":730,"14":162,"15":443,"155":137,"156":47,"158":33,"159":54,"16":226,"160":23,"161":420,"167":110,"168":22,"17":343,"18":669,"19":577,"20":390,"209":58,"21":850,"210":41,"211":6,"214":66,"215":669,"221":474,"223":1312,"224":203,"225":1042,"23":659,"24":4470,"25":563,"257":190,"26":196,"268":10,"27":124,"273":145,"276":110,"279":43,"28":2900,"281":23,"282":113,"291":101,"292":85,"30":93,"302":18,"306":12,"31":161,"314":15,"32":44,"33":96,"34":241,"347":54,"35":276,"352":1034,"36":263,"37":60,"38":815,"380":36,"381":138,"383":77,"389":1,"39":197,"391":75,"396":12,"397":59,"40":139,"409":90,"41":176,"414":121,"415":104,"419":13,"42":182,"426":41,"43":78,"430":205,"433":12,"44":60,"45":177,"46":332,"48":101,"49":274,"5":4141,"51":118,"52":111,"53":152,"56":27,"570":7,"6":458,"63":65,"7":706,"79":78,"8":708,"80":49,"9":603,"all_client":161104,"all_tv_clinet":34170,"insert_time":"2014-08-22T13:08:52.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127063,"10":90,"107":898,"11":1118,"12":135,"13":740,"14":165,"15":452,"155":139,"156":51,"158":28,"159":57,"16":228,"160":25,"161":418,"167":114,"168":21,"17":348,"18":662,"19":576,"20":373,"209":59,"21":827,"210":39,"211":5,"214":66,"215":675,"221":475,"223":1308,"224":197,"225":1057,"23":675,"24":4495,"25":555,"257":213,"26":178,"268":7,"27":125,"273":144,"276":108,"279":38,"28":3203,"281":24,"282":114,"291":100,"292":86,"30":92,"302":19,"306":12,"31":150,"314":13,"32":43,"33":94,"34":223,"347":58,"35":261,"352":1026,"36":274,"37":73,"38":809,"380":35,"381":135,"383":70,"389":1,"39":193,"391":73,"396":13,"397":61,"40":147,"409":93,"41":178,"414":118,"415":101,"419":13,"42":182,"426":40,"43":74,"430":202,"433":12,"44":61,"45":164,"46":323,"48":101,"49":272,"5":3818,"51":116,"52":107,"53":163,"56":25,"570":7,"6":496,"63":69,"7":767,"79":77,"8":721,"80":53,"9":628,"all_client":161330,"all_tv_clinet":34267,"insert_time":"2014-08-22T13:09:53.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127087,"10":93,"107":913,"11":1174,"12":127,"13":754,"14":171,"15":466,"155":143,"156":48,"158":30,"159":58,"16":226,"160":22,"161":410,"167":111,"168":22,"17":357,"18":644,"19":583,"20":350,"209":64,"21":803,"210":36,"211":4,"214":66,"215":677,"221":463,"223":1299,"224":196,"225":1059,"23":670,"24":4491,"25":558,"257":222,"26":176,"268":7,"27":126,"273":145,"276":111,"279":34,"28":3514,"281":22,"282":112,"291":99,"292":89,"30":96,"302":19,"306":11,"31":144,"314":12,"32":38,"33":88,"34":189,"347":60,"35":239,"352":1027,"36":274,"37":76,"38":807,"380":36,"381":131,"383":73,"389":1,"39":196,"391":71,"396":8,"397":63,"40":142,"409":96,"41":183,"414":118,"415":110,"419":14,"42":182,"426":45,"43":69,"430":197,"433":14,"44":64,"45":145,"46":317,"48":96,"49":277,"5":3572,"51":113,"52":106,"53":168,"56":25,"570":6,"6":519,"63":71,"7":825,"79":77,"8":739,"80":53,"9":640,"all_client":161474,"all_tv_clinet":34387,"insert_time":"2014-08-22T13:10:54.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127165,"10":91,"107":936,"11":1220,"12":123,"13":756,"14":167,"15":473,"155":146,"156":50,"158":34,"159":62,"16":221,"160":19,"161":413,"167":118,"168":20,"17":368,"18":632,"19":578,"20":316,"209":62,"21":786,"210":32,"211":4,"214":67,"215":674,"221":456,"223":1294,"224":192,"225":1076,"23":659,"24":4508,"25":556,"257":227,"26":170,"268":9,"27":135,"273":138,"276":116,"279":32,"28":3907,"281":21,"282":117,"291":99,"292":89,"30":94,"302":18,"306":9,"31":133,"314":10,"32":37,"33":85,"34":168,"347":65,"35":219,"352":1012,"36":268,"37":89,"38":811,"380":38,"381":131,"383":69,"389":2,"39":195,"391":71,"396":7,"397":65,"40":139,"409":104,"41":193,"414":114,"415":118,"419":17,"42":160,"426":52,"43":68,"430":198,"433":14,"44":61,"45":113,"46":323,"48":96,"49":281,"5":3392,"51":100,"52":104,"53":162,"56":28,"570":6,"6":497,"63":69,"7":873,"79":63,"8":755,"80":53,"9":647,"all_client":161730,"all_tv_clinet":34565,"insert_time":"2014-08-22T13:11:56.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127265,"10":92,"107":925,"11":1234,"12":121,"13":743,"14":166,"15":479,"155":150,"156":51,"158":40,"159":59,"16":215,"160":20,"161":406,"167":117,"168":19,"17":376,"18":627,"19":599,"20":293,"209":62,"21":789,"210":34,"211":5,"214":67,"215":677,"221":466,"223":1288,"224":186,"225":1083,"23":634,"24":4511,"25":546,"257":222,"26":162,"268":8,"27":147,"273":130,"276":116,"279":34,"28":4210,"281":23,"282":119,"291":99,"292":95,"30":87,"302":17,"306":9,"31":133,"314":12,"32":36,"33":86,"34":145,"347":64,"35":206,"352":995,"36":255,"37":93,"38":815,"380":41,"381":133,"383":71,"389":2,"39":194,"391":71,"396":8,"397":62,"40":132,"409":107,"41":188,"414":100,"415":123,"419":17,"42":144,"426":66,"43":69,"430":200,"433":13,"44":56,"45":105,"46":333,"48":95,"49":280,"5":3248,"51":102,"52":106,"53":165,"56":27,"570":6,"6":505,"63":67,"7":899,"79":55,"8":777,"80":54,"9":648,"all_client":161932,"all_tv_clinet":34667,"insert_time":"2014-08-22T13:12:57.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127314,"10":88,"107":930,"11":1240,"12":113,"13":752,"14":173,"15":473,"155":152,"156":48,"158":43,"159":58,"16":207,"160":21,"161":402,"167":116,"168":16,"17":375,"18":634,"19":652,"20":281,"209":64,"21":797,"210":33,"211":5,"214":66,"215":665,"221":468,"223":1276,"224":186,"225":1077,"23":619,"24":4484,"25":544,"257":217,"26":158,"268":12,"27":150,"273":114,"276":117,"279":33,"28":4527,"281":23,"282":118,"291":101,"292":104,"30":78,"302":17,"306":9,"31":126,"314":12,"32":33,"33":86,"34":138,"347":62,"35":190,"352":987,"36":246,"37":90,"38":825,"380":43,"381":131,"383":74,"389":3,"39":183,"391":68,"396":7,"397":60,"40":130,"409":112,"41":184,"414":84,"415":119,"419":17,"42":136,"426":79,"43":66,"430":201,"433":13,"44":53,"45":98,"46":330,"48":91,"49":275,"5":3149,"51":95,"52":106,"53":172,"56":27,"570":8,"6":496,"63":73,"7":914,"79":50,"8":797,"80":53,"9":666,"all_client":162108,"all_tv_clinet":34794,"insert_time":"2014-08-22T13:13:59.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127376,"10":88,"107":919,"11":1223,"12":115,"13":736,"14":179,"15":471,"155":153,"156":46,"158":44,"159":57,"16":209,"160":25,"161":390,"167":123,"168":13,"17":374,"18":627,"19":690,"20":267,"209":67,"21":791,"210":34,"211":7,"214":67,"215":650,"221":459,"223":1260,"224":184,"225":1086,"23":615,"24":4422,"25":548,"257":213,"26":155,"268":11,"27":155,"273":108,"276":119,"279":31,"28":4803,"281":20,"282":118,"291":103,"292":113,"30":66,"302":18,"306":8,"31":123,"314":13,"32":32,"33":85,"34":130,"347":64,"35":181,"352":996,"36":236,"37":99,"38":826,"380":43,"381":136,"383":76,"389":2,"39":182,"391":68,"396":6,"397":62,"40":124,"409":114,"41":171,"414":91,"415":116,"419":13,"42":131,"426":83,"43":67,"430":207,"433":12,"44":52,"45":96,"46":326,"48":94,"49":270,"5":3100,"51":93,"52":107,"53":162,"56":25,"570":9,"6":486,"63":74,"7":925,"79":49,"8":813,"80":52,"9":689,"all_client":162267,"all_tv_clinet":34891,"insert_time":"2014-08-22T13:15:00.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127348,"10":87,"107":948,"11":1229,"12":112,"13":742,"14":181,"15":469,"155":151,"156":44,"158":51,"159":50,"16":202,"160":29,"161":378,"167":130,"168":12,"17":368,"18":619,"19":723,"20":254,"209":72,"21":787,"210":35,"211":7,"214":66,"215":653,"221":469,"223":1231,"224":187,"225":1072,"23":603,"24":4421,"25":556,"257":213,"26":159,"268":11,"27":153,"273":114,"276":117,"279":25,"28":5074,"281":20,"282":121,"291":104,"292":120,"30":64,"302":17,"306":8,"31":117,"314":12,"32":34,"33":77,"34":120,"347":62,"35":175,"352":1019,"36":236,"37":95,"38":824,"380":41,"381":137,"383":71,"389":2,"39":182,"391":67,"396":8,"397":62,"40":116,"409":117,"41":161,"414":95,"415":112,"419":9,"42":128,"426":83,"43":65,"430":204,"433":12,"44":56,"45":95,"46":317,"48":96,"49":275,"5":3040,"51":83,"52":106,"53":155,"56":26,"570":11,"6":464,"63":70,"7":937,"79":42,"8":824,"80":53,"9":720,"all_client":162419,"all_tv_clinet":35071,"insert_time":"2014-08-22T13:16:01.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127327,"10":85,"107":943,"11":1240,"12":106,"13":741,"14":174,"15":470,"155":151,"156":41,"158":54,"159":49,"16":201,"160":35,"161":366,"167":131,"168":10,"17":378,"18":615,"19":721,"20":234,"209":66,"21":808,"210":32,"211":6,"214":66,"215":660,"221":476,"223":1217,"224":191,"225":1078,"23":616,"24":4433,"25":569,"257":211,"26":154,"268":11,"27":160,"273":116,"276":116,"279":29,"28":5191,"281":21,"282":121,"291":106,"292":123,"30":57,"302":17,"306":9,"31":111,"314":12,"32":35,"33":77,"34":114,"347":66,"35":166,"352":1045,"36":233,"37":97,"38":823,"380":40,"381":142,"383":67,"389":1,"39":187,"391":67,"396":8,"397":62,"40":110,"409":109,"41":153,"414":105,"415":106,"419":10,"42":124,"426":82,"43":66,"430":200,"431":1,"433":15,"44":60,"45":94,"46":319,"48":99,"49":285,"5":3015,"51":79,"52":97,"53":145,"56":25,"570":9,"6":454,"63":68,"7":957,"79":38,"8":840,"80":58,"9":749,"all_client":162557,"all_tv_clinet":35230,"insert_time":"2014-08-22T13:17:02.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127392,"10":85,"107":954,"11":1275,"12":102,"13":745,"14":169,"15":463,"155":152,"156":34,"158":50,"159":53,"16":193,"160":36,"161":361,"167":130,"168":10,"17":370,"18":603,"19":744,"20":227,"209":70,"21":820,"210":30,"211":6,"214":67,"215":664,"221":480,"223":1186,"224":193,"225":1065,"23":640,"24":4502,"25":578,"257":205,"26":148,"268":12,"27":163,"273":121,"276":117,"279":31,"28":5232,"281":21,"282":117,"291":105,"292":122,"30":55,"302":16,"306":10,"31":109,"314":11,"32":34,"33":78,"34":110,"347":64,"35":167,"352":1055,"36":228,"37":96,"38":828,"380":38,"381":146,"383":63,"389":1,"39":187,"391":62,"396":8,"397":62,"40":106,"409":100,"41":142,"414":113,"415":110,"419":12,"42":117,"426":75,"43":60,"430":197,"431":1,"433":15,"44":60,"45":90,"46":327,"48":106,"49":295,"5":3010,"51":74,"52":95,"53":141,"56":26,"570":10,"6":427,"63":68,"7":961,"79":37,"8":856,"80":62,"9":775,"all_client":162739,"all_tv_clinet":35347,"insert_time":"2014-08-22T13:18:03.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127471,"10":81,"107":933,"11":1281,"12":99,"13":742,"14":174,"15":458,"155":151,"156":30,"158":48,"159":55,"16":190,"160":38,"161":366,"167":129,"168":10,"17":374,"18":598,"19":751,"20":226,"209":68,"21":825,"210":28,"211":6,"214":67,"215":664,"221":479,"223":1174,"224":198,"225":1067,"23":666,"24":4523,"25":598,"257":209,"26":146,"268":11,"27":166,"273":125,"276":119,"279":32,"28":5312,"281":21,"282":118,"291":104,"292":117,"30":56,"302":16,"306":10,"31":103,"314":10,"32":36,"33":79,"34":111,"347":66,"35":160,"352":1054,"36":225,"37":94,"38":827,"380":39,"381":146,"383":58,"389":1,"39":180,"391":60,"396":8,"397":64,"40":94,"409":88,"41":132,"414":122,"415":108,"419":11,"42":117,"426":74,"43":61,"430":198,"431":1,"433":16,"44":53,"45":92,"46":338,"48":105,"49":298,"5":2980,"51":78,"52":96,"53":130,"56":24,"570":9,"6":378,"63":71,"7":989,"79":35,"8":864,"80":59,"9":806,"all_client":162878,"all_tv_clinet":35407,"insert_time":"2014-08-22T13:19:05.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127551,"10":74,"107":925,"11":1294,"12":100,"13":721,"14":173,"15":456,"155":150,"156":27,"158":54,"159":50,"16":182,"160":37,"161":365,"167":128,"168":9,"17":383,"18":584,"19":751,"20":220,"209":71,"21":823,"210":33,"211":6,"214":63,"215":668,"221":477,"223":1160,"224":207,"225":1073,"23":680,"24":4532,"25":612,"257":209,"26":144,"268":9,"27":165,"273":124,"276":119,"279":30,"28":5500,"281":22,"282":124,"291":103,"292":103,"30":54,"302":17,"306":9,"31":101,"314":9,"32":37,"33":85,"34":104,"347":70,"35":155,"352":1033,"36":223,"37":97,"38":826,"380":40,"381":142,"383":60,"389":1,"39":170,"391":57,"396":8,"397":65,"40":93,"409":81,"41":128,"414":132,"415":107,"419":11,"42":117,"426":68,"43":64,"430":182,"431":1,"433":12,"44":45,"45":87,"46":344,"48":104,"49":304,"5":2925,"51":78,"52":100,"53":121,"56":23,"570":9,"6":328,"63":72,"7":1007,"79":34,"8":877,"80":56,"9":842,"all_client":163006,"all_tv_clinet":35455,"insert_time":"2014-08-22T13:20:06.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127649,"10":70,"107":941,"11":1303,"12":97,"13":722,"14":164,"15":455,"155":148,"156":26,"158":58,"159":46,"16":185,"160":39,"161":356,"167":127,"168":10,"17":383,"18":574,"19":742,"20":212,"209":66,"21":842,"210":32,"211":6,"214":64,"215":668,"221":466,"223":1153,"224":213,"225":1067,"23":692,"24":4492,"25":608,"257":198,"26":145,"268":8,"27":169,"273":119,"276":117,"279":29,"28":5710,"281":22,"282":127,"291":104,"292":102,"30":51,"302":17,"306":9,"31":104,"314":8,"32":36,"33":88,"34":99,"347":66,"35":149,"352":1051,"36":222,"37":98,"38":823,"380":42,"381":138,"383":62,"389":1,"39":179,"391":57,"396":8,"397":64,"40":85,"409":80,"41":124,"414":136,"415":97,"419":12,"42":118,"426":65,"43":65,"430":166,"431":1,"433":10,"44":40,"45":87,"46":344,"48":100,"49":310,"5":2883,"51":76,"52":99,"53":119,"56":20,"570":8,"6":297,"63":72,"7":1014,"79":31,"8":876,"80":59,"9":876,"all_client":163168,"all_tv_clinet":35519,"insert_time":"2014-08-22T13:21:08.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127721,"10":67,"107":925,"11":1294,"12":102,"13":727,"14":154,"15":447,"155":144,"156":25,"158":63,"159":38,"16":190,"160":41,"161":343,"167":128,"168":10,"17":382,"18":562,"19":745,"20":210,"209":62,"21":857,"210":32,"211":6,"214":62,"215":670,"221":466,"223":1121,"224":224,"225":1047,"23":713,"24":4448,"25":597,"257":201,"26":144,"268":9,"27":167,"273":117,"276":116,"279":30,"28":5941,"281":18,"282":128,"291":103,"292":98,"30":48,"302":16,"306":9,"31":97,"314":9,"32":36,"33":87,"34":95,"347":64,"35":139,"352":1063,"36":218,"37":97,"38":831,"380":44,"381":135,"383":60,"389":1,"39":190,"391":57,"396":8,"397":63,"40":83,"409":82,"41":122,"414":147,"415":96,"419":13,"42":110,"426":61,"43":71,"430":147,"431":1,"433":9,"434":1,"44":39,"45":87,"46":335,"48":91,"49":309,"5":2860,"51":74,"52":100,"53":115,"56":18,"570":8,"6":269,"63":71,"7":1029,"79":31,"8":882,"80":62,"9":891,"all_client":163276,"all_tv_clinet":35555,"insert_time":"2014-08-22T13:22:10.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127843,"10":61,"107":925,"11":1280,"12":111,"13":711,"14":151,"15":442,"155":142,"156":22,"158":58,"159":38,"16":188,"160":46,"161":343,"167":128,"168":10,"17":384,"18":557,"19":739,"20":198,"209":63,"21":857,"210":35,"211":6,"214":62,"215":684,"221":447,"223":1080,"224":223,"225":1046,"23":728,"24":4453,"25":609,"257":210,"26":148,"268":8,"27":164,"273":112,"276":106,"279":31,"28":6128,"281":20,"282":126,"291":104,"292":98,"30":45,"302":13,"306":11,"31":100,"314":6,"32":37,"33":93,"34":91,"347":58,"35":132,"352":1054,"36":221,"37":101,"38":830,"380":43,"381":128,"383":58,"389":1,"39":196,"391":53,"396":8,"397":64,"40":84,"409":81,"41":121,"414":149,"415":95,"419":10,"42":105,"426":55,"43":73,"430":141,"431":1,"433":10,"434":1,"44":36,"45":86,"46":329,"48":93,"49":311,"5":2878,"51":76,"52":100,"53":114,"56":18,"570":7,"6":246,"63":69,"7":1039,"79":31,"8":891,"80":61,"9":895,"all_client":163474,"all_tv_clinet":35631,"insert_time":"2014-08-22T13:23:11.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127907,"10":58,"107":909,"11":1286,"12":120,"13":709,"14":147,"15":445,"155":143,"156":21,"158":54,"159":35,"16":196,"160":48,"161":351,"167":127,"168":11,"17":382,"18":548,"19":739,"20":192,"209":62,"21":847,"210":34,"211":7,"214":62,"215":687,"221":456,"223":1057,"224":232,"225":1020,"23":740,"24":4444,"25":616,"257":214,"26":151,"268":10,"27":162,"273":114,"276":98,"279":32,"28":6283,"281":19,"282":123,"291":105,"292":97,"30":45,"302":14,"306":11,"31":99,"314":4,"32":41,"33":87,"34":90,"347":58,"35":123,"352":1044,"36":217,"37":102,"38":814,"380":43,"381":123,"383":60,"389":1,"39":195,"391":53,"396":8,"397":67,"40":87,"409":81,"41":120,"414":155,"415":96,"419":12,"42":103,"426":44,"43":71,"430":137,"431":1,"433":12,"434":1,"44":33,"45":88,"46":327,"48":94,"49":313,"5":2918,"51":70,"52":103,"53":120,"56":16,"570":6,"6":227,"63":67,"7":1025,"79":27,"8":894,"80":65,"9":881,"all_client":163593,"all_tv_clinet":35686,"insert_time":"2014-08-22T13:24:12.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127963,"10":56,"107":918,"11":1233,"12":148,"13":715,"14":144,"15":442,"155":141,"156":26,"158":54,"159":28,"16":199,"160":52,"161":343,"167":130,"168":11,"17":380,"18":542,"19":728,"20":183,"209":64,"21":859,"210":34,"211":7,"214":66,"215":672,"221":442,"223":1046,"224":237,"225":1010,"23":737,"24":4418,"25":613,"257":195,"26":151,"268":11,"27":166,"273":115,"276":94,"279":35,"28":6443,"281":19,"282":126,"291":106,"292":104,"30":44,"302":14,"306":11,"31":100,"314":4,"32":42,"33":80,"34":94,"347":59,"35":121,"352":1026,"36":213,"37":103,"38":821,"380":42,"381":118,"383":58,"389":1,"39":199,"391":52,"396":7,"397":68,"40":84,"409":79,"41":116,"414":164,"415":101,"419":11,"42":104,"426":37,"43":72,"430":132,"431":1,"433":12,"434":1,"44":27,"45":86,"46":333,"48":86,"49":315,"5":3026,"51":65,"52":108,"53":119,"56":16,"570":5,"6":220,"63":66,"7":983,"79":24,"8":883,"80":67,"9":864,"all_client":163690,"all_tv_clinet":35727,"insert_time":"2014-08-22T13:25:14.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127992,"10":55,"107":930,"11":1124,"12":175,"13":721,"14":134,"15":445,"155":142,"156":28,"158":55,"159":26,"16":201,"160":55,"161":342,"167":136,"168":10,"17":377,"18":537,"19":724,"20":179,"209":57,"21":864,"210":31,"211":7,"214":67,"215":646,"221":431,"223":1050,"224":238,"225":995,"23":734,"24":4427,"25":617,"257":192,"26":151,"268":12,"27":166,"273":107,"276":92,"279":36,"28":6565,"281":19,"282":126,"291":107,"292":104,"30":43,"302":13,"306":10,"31":97,"314":5,"32":44,"33":79,"34":98,"347":57,"35":124,"352":1030,"36":210,"37":99,"38":817,"380":45,"381":116,"383":54,"389":1,"39":204,"391":51,"396":6,"397":68,"40":88,"409":77,"41":113,"414":171,"415":98,"419":12,"42":103,"426":39,"43":70,"430":123,"431":1,"433":12,"434":1,"44":25,"45":92,"46":332,"48":86,"49":318,"5":3148,"51":58,"52":110,"53":121,"56":18,"570":5,"6":225,"63":62,"7":952,"79":26,"8":879,"80":61,"9":857,"all_client":163783,"all_tv_clinet":35791,"insert_time":"2014-08-22T13:26:15.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128121,"10":53,"107":932,"11":997,"12":205,"13":705,"14":127,"15":448,"155":141,"156":26,"158":58,"159":22,"16":200,"160":53,"161":320,"167":135,"168":8,"17":379,"18":540,"19":729,"20":174,"209":58,"21":862,"210":29,"211":7,"214":68,"215":640,"221":436,"223":1052,"224":238,"225":987,"23":739,"24":4414,"25":619,"257":185,"26":160,"268":11,"27":166,"273":105,"276":90,"279":36,"28":6691,"281":20,"282":128,"291":107,"292":107,"30":43,"302":12,"306":9,"31":98,"314":5,"32":39,"33":77,"34":96,"347":58,"35":127,"352":1020,"36":220,"37":98,"38":818,"380":45,"381":117,"383":53,"389":1,"39":196,"391":49,"396":7,"397":66,"40":92,"409":76,"41":104,"414":170,"415":95,"419":11,"42":105,"426":48,"43":71,"430":118,"431":1,"433":12,"434":1,"44":24,"45":95,"46":335,"48":85,"49":320,"5":3254,"51":56,"52":109,"53":123,"56":19,"570":5,"6":236,"63":57,"7":935,"79":29,"8":876,"80":56,"9":861,"all_client":163961,"all_tv_clinet":35840,"insert_time":"2014-08-22T13:27:16.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128164,"10":51,"107":936,"11":902,"12":216,"13":709,"14":127,"15":445,"155":139,"156":25,"158":60,"159":21,"16":204,"160":53,"161":309,"167":140,"168":10,"17":383,"18":537,"19":733,"20":171,"209":56,"21":866,"210":28,"211":6,"214":65,"215":642,"221":431,"223":1033,"224":238,"225":985,"23":743,"24":4388,"25":620,"257":183,"26":165,"268":11,"27":172,"273":95,"276":90,"279":35,"28":6813,"281":20,"282":120,"291":107,"292":108,"30":47,"302":12,"306":8,"31":101,"314":5,"32":41,"33":77,"34":96,"347":61,"35":122,"352":1035,"36":225,"37":97,"38":804,"380":46,"381":116,"383":49,"389":1,"39":196,"391":51,"396":8,"397":67,"40":96,"409":75,"41":102,"414":172,"415":91,"419":12,"42":112,"426":45,"43":71,"430":115,"431":1,"433":12,"434":1,"44":23,"45":91,"46":335,"48":88,"49":328,"5":3348,"51":59,"52":107,"53":126,"56":20,"570":5,"6":225,"63":54,"7":930,"79":29,"8":876,"80":53,"9":885,"all_client":164107,"all_tv_clinet":35943,"insert_time":"2014-08-22T13:28:17.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128240,"10":49,"107":923,"11":844,"12":230,"13":709,"14":129,"15":441,"155":123,"156":26,"158":55,"159":23,"16":203,"160":54,"161":301,"167":138,"168":10,"17":381,"18":549,"19":741,"20":166,"209":56,"21":886,"210":24,"211":7,"214":65,"215":655,"221":443,"223":1018,"224":237,"225":975,"23":750,"24":4374,"25":608,"257":180,"26":171,"268":11,"27":172,"273":88,"276":89,"279":29,"28":6900,"281":20,"282":112,"291":106,"292":116,"30":47,"302":13,"306":8,"31":99,"314":6,"32":40,"33":74,"34":99,"347":57,"35":124,"352":1042,"36":226,"37":94,"38":799,"380":46,"381":114,"383":47,"389":2,"39":200,"391":50,"396":8,"397":69,"40":92,"409":78,"41":94,"414":167,"415":101,"419":12,"42":115,"426":54,"43":71,"430":107,"431":1,"433":12,"434":1,"44":26,"45":88,"46":339,"48":92,"49":331,"5":3412,"51":58,"52":101,"53":128,"56":22,"570":5,"6":218,"63":51,"7":927,"79":32,"8":871,"80":55,"9":874,"all_client":164226,"all_tv_clinet":35986,"insert_time":"2014-08-22T13:29:18.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128187,"10":49,"107":934,"11":794,"12":240,"13":705,"14":134,"15":442,"155":113,"156":26,"158":52,"159":23,"16":204,"160":56,"161":290,"167":139,"168":10,"17":389,"18":548,"19":739,"20":163,"209":53,"21":880,"210":24,"211":7,"214":56,"215":652,"221":432,"223":1017,"224":233,"225":957,"23":756,"24":4349,"25":605,"257":171,"26":168,"268":9,"27":172,"273":88,"276":85,"279":30,"28":7015,"281":20,"282":104,"291":106,"292":119,"30":48,"302":14,"306":8,"31":100,"314":7,"32":40,"33":77,"34":98,"347":53,"35":124,"352":1038,"36":223,"37":95,"38":781,"380":48,"381":110,"383":44,"389":2,"39":201,"391":50,"396":11,"397":68,"40":94,"409":82,"41":91,"414":182,"415":107,"419":12,"42":121,"426":46,"43":69,"430":106,"431":1,"433":12,"434":1,"44":29,"45":94,"46":340,"48":91,"49":339,"5":3478,"51":59,"52":99,"53":131,"56":26,"570":5,"6":222,"63":51,"7":932,"79":33,"8":867,"80":56,"9":847,"all_client":164208,"all_tv_clinet":36021,"insert_time":"2014-08-22T13:30:19.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128189,"10":50,"107":900,"11":774,"12":251,"13":703,"14":139,"15":446,"155":99,"156":27,"158":47,"159":24,"16":197,"160":59,"161":281,"167":137,"168":8,"17":392,"18":550,"19":743,"20":165,"209":51,"21":902,"210":21,"211":8,"214":52,"215":649,"221":429,"223":1026,"224":238,"225":967,"23":771,"24":4348,"25":612,"257":168,"26":171,"268":10,"27":171,"273":82,"276":92,"279":27,"28":7130,"281":19,"282":103,"291":97,"292":129,"30":49,"302":13,"306":7,"31":94,"314":8,"32":36,"33":78,"34":99,"347":46,"35":127,"352":1038,"36":221,"37":98,"38":776,"380":49,"381":113,"383":46,"389":2,"39":207,"391":44,"396":10,"397":72,"40":96,"409":83,"41":90,"414":188,"415":106,"419":12,"42":123,"426":45,"43":74,"430":110,"431":1,"433":10,"434":1,"44":30,"45":99,"46":347,"48":90,"49":339,"5":3546,"51":59,"52":101,"53":135,"56":27,"570":4,"6":220,"63":52,"7":940,"79":32,"8":814,"80":54,"9":802,"all_client":164317,"all_tv_clinet":36128,"insert_time":"2014-08-22T13:31:21.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128145,"10":52,"107":883,"11":750,"12":261,"13":718,"14":143,"15":445,"155":93,"156":27,"158":47,"159":24,"16":195,"160":58,"161":287,"167":136,"168":8,"17":399,"18":541,"19":725,"20":165,"209":48,"21":910,"210":21,"211":8,"214":46,"215":662,"221":428,"223":1027,"224":243,"225":990,"23":786,"24":4366,"25":619,"257":168,"26":179,"268":8,"27":169,"273":91,"276":90,"279":28,"28":7266,"281":20,"282":101,"291":90,"292":126,"30":50,"302":11,"306":7,"31":92,"314":12,"32":38,"33":79,"34":101,"347":47,"35":130,"352":1032,"36":228,"37":98,"38":773,"380":49,"381":112,"383":56,"389":2,"39":207,"391":44,"396":11,"397":69,"40":101,"409":84,"41":85,"414":195,"415":117,"419":13,"42":129,"426":38,"43":76,"430":112,"431":1,"433":10,"434":1,"44":33,"45":101,"46":346,"48":88,"49":349,"5":3607,"51":58,"52":102,"53":140,"56":25,"570":4,"6":223,"63":50,"7":925,"79":26,"8":716,"80":62,"9":765,"all_client":164422,"all_tv_clinet":36277,"insert_time":"2014-08-22T13:32:23.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128119,"10":57,"107":886,"11":730,"12":267,"13":710,"14":150,"15":447,"155":85,"156":28,"158":48,"159":22,"16":193,"160":57,"161":300,"167":134,"168":9,"17":406,"18":520,"19":679,"20":161,"209":50,"21":909,"210":19,"211":7,"214":44,"215":652,"221":429,"223":1000,"224":248,"225":1012,"23":801,"24":4425,"25":614,"257":169,"26":185,"268":9,"27":174,"273":94,"276":92,"279":26,"28":7385,"281":21,"282":101,"291":88,"292":127,"30":50,"302":10,"306":5,"31":90,"314":11,"32":46,"33":81,"34":106,"347":44,"35":136,"352":1046,"36":238,"37":97,"38":775,"380":50,"381":114,"383":56,"389":3,"39":207,"391":49,"396":9,"397":70,"40":102,"409":74,"41":87,"414":185,"415":118,"419":14,"42":134,"426":47,"43":83,"430":126,"431":1,"433":10,"434":1,"44":32,"45":105,"46":352,"48":94,"49":354,"5":3659,"51":55,"52":101,"53":138,"56":26,"570":5,"6":220,"63":46,"7":910,"79":29,"8":594,"80":64,"9":768,"all_client":164516,"all_tv_clinet":36397,"insert_time":"2014-08-22T13:33:24.371Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128083,"10":58,"107":881,"11":717,"12":263,"13":711,"14":148,"15":449,"155":81,"156":28,"158":47,"159":22,"16":198,"160":55,"161":314,"167":135,"168":8,"17":414,"18":505,"19":621,"20":157,"209":51,"21":921,"210":18,"211":8,"214":44,"215":636,"221":427,"223":1005,"224":245,"225":1030,"23":797,"24":4492,"25":620,"257":162,"26":190,"268":7,"27":179,"273":104,"276":92,"279":27,"28":7455,"281":21,"282":101,"291":85,"292":116,"30":53,"302":10,"306":5,"31":87,"314":10,"32":50,"33":82,"34":110,"347":38,"35":141,"352":1031,"36":246,"37":95,"38":771,"380":50,"381":117,"383":60,"389":3,"39":213,"391":51,"396":7,"397":69,"40":106,"409":74,"41":80,"414":181,"415":113,"419":14,"42":137,"426":53,"43":79,"430":137,"431":1,"433":11,"434":1,"44":35,"45":105,"46":350,"48":101,"49":356,"5":3689,"51":58,"52":106,"53":133,"56":27,"570":5,"6":233,"63":40,"7":887,"79":29,"8":533,"80":68,"9":766,"all_client":164535,"all_tv_clinet":36452,"insert_time":"2014-08-22T13:34:25.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128127,"10":60,"107":881,"11":733,"12":265,"13":696,"14":151,"15":455,"155":79,"156":26,"158":49,"159":21,"16":193,"160":55,"161":331,"167":136,"168":8,"17":407,"18":506,"19":565,"20":155,"209":55,"21":908,"210":19,"211":8,"214":44,"215":631,"221":410,"223":994,"224":243,"225":1023,"23":801,"24":4579,"25":634,"257":164,"26":190,"268":7,"27":180,"273":107,"276":91,"279":29,"28":7494,"281":21,"282":103,"291":80,"292":115,"30":51,"302":10,"306":5,"31":89,"314":8,"32":46,"33":87,"34":115,"347":34,"35":142,"352":1026,"36":253,"37":97,"38":773,"380":49,"381":121,"383":63,"389":4,"39":214,"391":52,"396":8,"397":69,"40":110,"409":71,"41":68,"414":175,"415":109,"419":17,"42":140,"426":52,"43":81,"430":150,"431":1,"433":11,"434":1,"44":36,"45":105,"46":355,"48":102,"49":360,"5":3705,"51":62,"52":110,"53":124,"56":27,"570":5,"6":232,"63":41,"7":894,"79":28,"8":483,"80":72,"9":778,"all_client":164650,"all_tv_clinet":36523,"insert_time":"2014-08-22T13:35:26.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128070,"10":57,"107":869,"11":744,"12":271,"13":675,"14":152,"15":459,"155":71,"156":28,"158":49,"159":21,"16":195,"160":58,"161":333,"167":136,"168":7,"17":391,"18":502,"19":542,"20":155,"209":52,"21":909,"210":19,"211":10,"214":43,"215":618,"221":417,"223":996,"224":239,"225":1028,"23":812,"24":4646,"25":643,"257":166,"26":185,"268":8,"27":182,"273":112,"276":92,"279":29,"28":7394,"281":21,"282":104,"291":79,"292":114,"30":52,"302":11,"306":7,"31":85,"314":9,"32":52,"33":87,"34":118,"347":34,"35":146,"352":1016,"36":248,"37":97,"38":776,"380":47,"381":131,"383":66,"389":4,"39":211,"391":52,"396":9,"397":68,"40":111,"409":66,"41":68,"414":173,"415":103,"419":14,"42":139,"426":48,"43":81,"430":166,"431":1,"433":10,"434":1,"44":40,"45":101,"46":362,"48":100,"49":360,"5":3744,"51":63,"52":114,"53":128,"56":28,"570":5,"6":241,"63":42,"7":890,"79":27,"8":475,"80":74,"9":808,"all_client":164612,"all_tv_clinet":36542,"insert_time":"2014-08-22T13:36:27.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128085,"10":64,"107":891,"11":757,"12":267,"13":650,"14":155,"15":461,"155":72,"156":26,"158":51,"159":20,"16":201,"160":61,"161":334,"167":138,"168":7,"17":369,"18":499,"19":523,"20":162,"209":49,"21":908,"210":19,"211":7,"214":41,"215":628,"221":404,"223":1009,"224":238,"225":1025,"23":822,"24":4757,"25":656,"257":164,"26":183,"268":10,"27":183,"273":122,"276":94,"279":29,"28":7252,"281":22,"282":110,"291":76,"292":108,"30":52,"302":11,"306":7,"31":86,"314":8,"32":52,"33":82,"34":124,"347":33,"35":152,"352":1009,"36":238,"37":101,"38":783,"380":45,"381":131,"383":67,"389":4,"39":209,"391":49,"396":9,"397":67,"40":118,"409":59,"41":73,"414":177,"415":102,"419":13,"42":138,"426":43,"43":82,"430":171,"431":1,"433":11,"44":42,"45":104,"46":363,"48":97,"49":364,"5":3780,"51":60,"52":120,"53":125,"56":26,"570":6,"6":245,"63":40,"7":898,"79":28,"8":478,"80":70,"9":826,"all_client":164688,"all_tv_clinet":36603,"insert_time":"2014-08-22T13:37:29.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128207,"10":67,"107":886,"11":774,"12":283,"13":614,"14":154,"15":462,"155":64,"156":29,"158":53,"159":17,"16":202,"160":66,"161":331,"167":138,"168":6,"17":356,"18":492,"19":516,"20":159,"209":46,"21":908,"210":20,"211":7,"214":39,"215":609,"221":408,"223":991,"224":235,"225":1033,"23":846,"24":4855,"25":664,"257":159,"26":178,"268":10,"27":182,"273":124,"276":93,"279":29,"28":7148,"281":20,"282":112,"291":74,"292":112,"30":52,"302":12,"306":6,"31":91,"314":8,"32":51,"33":79,"34":131,"347":32,"35":155,"352":1013,"36":246,"37":99,"38":770,"380":47,"381":134,"383":66,"389":3,"39":209,"391":48,"396":8,"397":64,"40":118,"409":59,"41":79,"414":185,"415":95,"419":15,"42":133,"426":34,"43":81,"430":171,"431":1,"433":12,"44":41,"45":107,"46":367,"48":99,"49":367,"5":3811,"51":59,"52":118,"53":125,"56":29,"570":6,"6":234,"63":40,"7":926,"79":28,"8":466,"80":66,"9":837,"all_client":164811,"all_tv_clinet":36604,"insert_time":"2014-08-22T13:38:30.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128181,"10":74,"107":902,"11":796,"12":285,"13":593,"14":144,"15":465,"155":63,"156":27,"158":52,"159":16,"16":201,"160":64,"161":333,"167":135,"168":5,"17":344,"18":487,"19":520,"20":155,"209":45,"21":899,"210":19,"211":9,"214":36,"215":606,"221":387,"223":968,"224":240,"225":1022,"23":854,"24":4924,"25":665,"257":167,"26":177,"268":9,"27":182,"273":126,"276":93,"279":29,"28":7138,"281":20,"282":113,"291":73,"292":107,"30":54,"302":12,"306":3,"31":87,"314":8,"32":59,"33":78,"34":138,"347":30,"35":152,"352":1023,"36":245,"37":101,"38":769,"380":48,"381":129,"383":65,"389":3,"39":211,"391":48,"396":8,"397":63,"40":116,"409":64,"41":80,"414":183,"415":101,"419":17,"42":130,"426":30,"43":83,"430":169,"431":1,"433":13,"44":39,"45":109,"46":372,"48":99,"49":369,"5":3831,"51":57,"52":113,"53":118,"56":29,"570":6,"6":231,"63":37,"7":917,"79":30,"8":461,"80":66,"9":846,"all_client":164801,"all_tv_clinet":36620,"insert_time":"2014-08-22T13:39:32.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128119,"10":76,"107":886,"11":827,"12":283,"13":612,"14":137,"15":478,"155":62,"156":28,"158":47,"159":14,"16":197,"160":63,"161":329,"167":137,"168":6,"17":326,"18":483,"19":514,"20":151,"209":39,"21":890,"210":19,"211":9,"214":34,"215":603,"221":407,"223":927,"224":240,"225":1012,"23":876,"24":4941,"25":659,"257":170,"26":180,"268":8,"27":182,"273":128,"276":90,"279":28,"28":7239,"281":18,"282":117,"291":78,"292":106,"30":51,"302":13,"306":2,"31":88,"314":8,"32":62,"33":79,"34":134,"347":26,"35":152,"352":1037,"36":251,"37":97,"38":764,"380":48,"381":124,"383":68,"389":2,"39":210,"391":49,"396":8,"397":64,"40":113,"409":65,"41":80,"414":190,"415":95,"419":19,"42":125,"426":27,"43":82,"430":172,"431":1,"433":13,"44":40,"45":110,"46":376,"48":99,"49":369,"5":3848,"51":60,"52":112,"53":114,"56":29,"570":7,"6":209,"63":34,"7":920,"79":30,"8":451,"80":68,"9":865,"all_client":164835,"all_tv_clinet":36716,"insert_time":"2014-08-22T13:40:33.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128061,"10":79,"107":887,"11":847,"12":285,"13":605,"14":133,"15":483,"155":67,"156":26,"158":44,"159":15,"16":193,"160":62,"161":323,"167":133,"168":6,"17":308,"18":483,"19":502,"20":150,"209":38,"21":883,"210":18,"211":8,"214":33,"215":595,"221":394,"223":872,"224":240,"225":1008,"23":880,"24":4928,"25":649,"257":172,"26":177,"268":10,"27":185,"273":127,"276":90,"279":29,"28":7408,"281":19,"282":123,"291":78,"292":106,"30":51,"302":13,"306":1,"31":79,"314":8,"32":68,"33":77,"34":132,"347":23,"35":154,"352":1013,"36":248,"37":97,"38":790,"380":49,"381":124,"383":62,"389":2,"39":210,"391":46,"396":8,"397":63,"40":107,"409":62,"41":81,"414":197,"415":97,"419":17,"42":126,"426":25,"43":78,"430":175,"431":1,"433":13,"44":41,"45":114,"46":379,"48":99,"49":368,"5":3853,"51":59,"52":113,"53":112,"56":30,"570":7,"6":189,"63":33,"7":907,"79":31,"8":434,"80":68,"9":886,"all_client":164782,"all_tv_clinet":36721,"insert_time":"2014-08-22T13:41:35.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127992,"10":83,"107":876,"11":866,"12":284,"13":596,"14":132,"15":489,"155":72,"156":25,"158":42,"159":14,"16":189,"160":65,"161":325,"167":133,"168":6,"17":301,"18":478,"19":500,"20":146,"209":42,"21":874,"210":19,"211":8,"214":30,"215":585,"221":384,"223":811,"224":243,"225":996,"23":894,"24":4844,"25":644,"257":175,"26":182,"268":11,"27":180,"273":114,"276":90,"279":29,"28":7614,"281":16,"282":119,"291":81,"292":106,"30":50,"302":12,"306":1,"31":80,"314":7,"32":64,"33":78,"34":128,"347":23,"35":152,"352":1013,"36":251,"37":99,"38":795,"380":46,"381":127,"383":61,"389":2,"39":209,"391":46,"396":6,"397":63,"40":108,"409":63,"41":85,"414":204,"415":96,"419":16,"42":127,"426":23,"43":77,"430":177,"431":1,"433":13,"44":41,"45":110,"46":377,"48":100,"49":372,"5":3865,"51":53,"52":113,"53":109,"56":31,"570":7,"6":172,"63":35,"7":919,"79":30,"8":422,"80":67,"9":909,"all_client":164740,"all_tv_clinet":36748,"insert_time":"2014-08-22T13:42:36.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127961,"10":79,"107":858,"11":868,"12":289,"13":581,"14":127,"15":492,"155":77,"156":24,"158":41,"159":13,"16":182,"160":65,"161":315,"167":125,"168":6,"17":287,"18":485,"19":510,"20":147,"209":42,"21":870,"210":19,"211":8,"214":30,"215":575,"221":396,"223":778,"224":245,"225":1018,"23":902,"24":4772,"25":645,"257":171,"26":184,"268":11,"27":178,"273":104,"276":91,"279":29,"28":7749,"281":17,"282":111,"291":84,"292":115,"30":50,"302":12,"306":1,"31":75,"314":7,"32":58,"33":76,"34":131,"347":20,"35":158,"352":1003,"36":252,"37":98,"38":786,"380":47,"381":129,"383":64,"389":2,"39":210,"391":49,"396":6,"397":63,"40":108,"409":65,"41":86,"414":208,"415":93,"419":15,"42":125,"426":22,"43":80,"430":187,"431":1,"433":14,"44":38,"45":110,"46":373,"48":99,"49":375,"5":3898,"51":46,"52":115,"53":118,"56":36,"570":5,"6":157,"63":37,"7":918,"79":29,"8":410,"80":66,"9":930,"all_client":164737,"all_tv_clinet":36776,"insert_time":"2014-08-22T13:43:37.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127907,"10":81,"107":840,"11":876,"12":269,"13":569,"14":136,"15":504,"155":84,"156":23,"158":40,"159":13,"16":177,"160":65,"161":298,"167":125,"168":6,"17":272,"18":484,"19":536,"20":145,"209":46,"21":875,"210":19,"211":8,"214":31,"215":552,"221":396,"223":756,"224":251,"225":1027,"23":910,"24":4677,"25":646,"257":165,"26":184,"268":12,"27":181,"273":94,"276":90,"279":29,"28":7890,"281":16,"282":109,"291":86,"292":138,"30":50,"302":13,"306":1,"31":75,"314":6,"32":62,"33":78,"34":139,"347":18,"35":158,"352":1006,"36":251,"37":91,"38":782,"380":47,"381":132,"383":66,"389":2,"39":212,"391":45,"396":6,"397":61,"40":110,"409":69,"41":85,"414":212,"415":89,"419":11,"42":127,"426":23,"43":79,"430":188,"431":1,"433":13,"44":36,"45":114,"46":375,"48":100,"49":380,"5":3915,"51":47,"52":115,"53":124,"56":35,"570":5,"6":155,"63":41,"7":898,"79":28,"8":391,"80":59,"9":946,"all_client":164710,"all_tv_clinet":36803,"insert_time":"2014-08-22T13:44:38.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127839,"10":79,"107":843,"11":898,"12":236,"13":578,"14":138,"15":512,"155":86,"156":24,"158":44,"159":13,"16":175,"160":65,"161":289,"167":122,"168":7,"17":263,"18":477,"19":555,"20":141,"209":42,"21":867,"210":19,"211":8,"214":27,"215":543,"221":389,"223":758,"224":253,"225":1042,"23":908,"24":4635,"25":652,"257":159,"26":179,"268":10,"27":176,"273":96,"276":92,"279":29,"28":8001,"281":17,"282":108,"291":87,"292":142,"30":53,"302":14,"306":1,"31":69,"314":5,"32":60,"33":72,"34":139,"347":20,"35":158,"352":999,"36":250,"37":81,"38":793,"380":48,"381":134,"383":66,"389":2,"39":207,"391":42,"396":6,"397":62,"40":111,"409":73,"41":86,"414":216,"415":87,"419":11,"42":126,"426":21,"43":76,"430":188,"431":1,"433":12,"44":36,"45":115,"46":371,"48":99,"49":377,"5":3918,"51":43,"52":116,"53":131,"56":36,"570":5,"6":156,"63":41,"7":893,"79":26,"8":372,"80":51,"9":955,"all_client":164653,"all_tv_clinet":36814,"insert_time":"2014-08-22T13:45:39.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127723,"10":74,"107":854,"11":908,"12":211,"13":575,"14":145,"15":511,"155":86,"156":25,"158":46,"159":16,"16":180,"160":67,"161":282,"167":119,"168":7,"17":253,"18":457,"19":552,"20":134,"209":45,"21":874,"210":19,"211":8,"214":27,"215":536,"221":378,"223":746,"224":258,"225":1036,"23":908,"24":4637,"25":646,"257":158,"26":177,"268":8,"27":177,"273":97,"276":96,"279":28,"28":8035,"281":15,"282":114,"291":87,"292":145,"30":56,"302":14,"306":1,"31":72,"314":5,"32":65,"33":71,"34":148,"347":19,"35":159,"352":1000,"36":254,"37":77,"38":799,"380":47,"381":130,"383":62,"389":3,"39":209,"391":39,"396":6,"397":62,"40":115,"409":71,"41":90,"414":217,"415":82,"419":14,"42":131,"426":19,"43":75,"430":185,"431":1,"433":11,"44":34,"45":115,"46":373,"48":101,"49":378,"5":3916,"51":42,"52":115,"53":130,"56":34,"570":5,"6":163,"63":42,"7":904,"79":27,"8":358,"80":45,"9":968,"all_client":164539,"all_tv_clinet":36816,"insert_time":"2014-08-22T13:46:40.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127705,"10":73,"107":861,"11":894,"12":189,"13":568,"14":149,"15":479,"155":93,"156":24,"158":47,"159":18,"16":182,"160":66,"161":289,"167":121,"168":7,"17":261,"18":455,"19":549,"20":127,"209":42,"21":878,"210":19,"211":8,"214":26,"215":530,"221":380,"223":735,"224":258,"225":1032,"23":926,"24":4660,"25":654,"257":154,"26":179,"268":9,"27":173,"273":96,"276":95,"279":26,"28":8103,"281":16,"282":113,"291":86,"292":132,"30":57,"302":14,"31":77,"314":4,"32":58,"33":66,"34":147,"347":22,"35":154,"352":1026,"36":244,"37":70,"38":804,"380":47,"381":124,"383":64,"389":3,"39":203,"391":38,"396":6,"397":62,"40":119,"409":72,"41":88,"414":211,"415":86,"419":15,"42":135,"426":21,"43":79,"430":188,"431":1,"433":12,"44":33,"45":117,"46":377,"48":100,"49":378,"5":3929,"51":44,"52":115,"53":135,"56":32,"570":5,"6":175,"63":42,"7":898,"79":28,"8":356,"80":37,"9":962,"all_client":164567,"all_tv_clinet":36862,"insert_time":"2014-08-22T13:47:41.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127631,"10":62,"107":874,"11":883,"12":168,"13":561,"14":154,"15":454,"155":98,"156":22,"158":53,"159":21,"16":184,"160":62,"161":301,"167":119,"168":7,"17":263,"18":454,"19":542,"20":129,"209":44,"21":889,"210":18,"211":8,"214":26,"215":538,"221":369,"223":733,"224":257,"225":995,"23":933,"24":4699,"25":651,"257":154,"26":186,"268":9,"27":173,"273":105,"276":96,"279":27,"28":8165,"281":15,"282":114,"291":86,"292":122,"30":61,"302":13,"31":73,"314":4,"32":57,"33":73,"34":149,"347":21,"35":156,"352":1021,"36":242,"37":67,"38":785,"380":47,"381":130,"383":63,"389":3,"39":206,"391":41,"396":5,"397":61,"40":112,"409":74,"41":89,"414":201,"415":86,"419":16,"42":139,"426":24,"43":81,"430":188,"431":1,"433":12,"44":32,"45":119,"46":388,"48":101,"49":383,"5":3936,"51":43,"52":111,"53":124,"56":31,"570":5,"6":172,"63":43,"7":900,"79":31,"8":351,"80":28,"9":968,"all_client":164521,"all_tv_clinet":36890,"insert_time":"2014-08-22T13:48:43.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127505,"10":56,"107":870,"11":860,"12":162,"13":561,"14":160,"15":444,"155":102,"156":24,"158":54,"159":23,"16":185,"160":61,"161":307,"167":118,"168":7,"17":263,"18":463,"19":544,"20":123,"209":43,"21":898,"210":17,"211":7,"214":27,"215":536,"221":352,"223":724,"224":248,"225":931,"23":937,"24":4736,"25":657,"257":148,"26":179,"268":9,"27":174,"273":115,"276":99,"279":27,"28":8258,"281":16,"282":117,"291":87,"292":112,"30":59,"302":12,"31":66,"314":3,"32":56,"33":73,"34":147,"347":22,"35":158,"352":1013,"36":235,"37":67,"38":786,"380":43,"381":132,"383":63,"389":3,"39":208,"391":46,"396":7,"397":62,"40":112,"409":72,"41":95,"414":185,"415":93,"419":16,"42":142,"426":24,"43":77,"430":193,"431":1,"433":12,"44":32,"45":126,"46":386,"48":100,"49":385,"5":3931,"51":41,"52":112,"53":129,"56":28,"570":5,"6":174,"63":44,"7":908,"79":35,"8":345,"80":24,"9":985,"all_client":164419,"all_tv_clinet":36914,"insert_time":"2014-08-22T13:49:44.367Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127450,"10":56,"107":886,"11":850,"12":158,"13":571,"14":166,"15":436,"155":102,"156":24,"158":58,"159":23,"16":177,"160":53,"161":289,"167":112,"168":7,"17":262,"18":464,"19":554,"20":122,"209":46,"21":922,"210":17,"211":7,"214":26,"215":531,"221":342,"223":697,"224":232,"225":868,"23":920,"24":4772,"25":663,"257":141,"26":180,"268":8,"27":177,"273":116,"276":100,"279":30,"28":8350,"281":18,"282":124,"291":91,"292":105,"30":63,"302":10,"31":63,"314":3,"32":60,"33":75,"34":150,"347":18,"35":156,"352":1015,"36":243,"37":65,"38":793,"380":37,"381":133,"383":62,"389":2,"39":211,"391":49,"396":7,"397":63,"40":112,"409":71,"41":96,"414":169,"415":101,"419":13,"42":138,"426":24,"43":77,"430":197,"431":1,"433":11,"44":32,"45":127,"46":378,"48":100,"49":376,"5":3950,"51":40,"52":113,"53":133,"56":29,"570":5,"6":174,"63":44,"7":904,"79":38,"8":338,"80":23,"9":994,"all_client":164389,"all_tv_clinet":36939,"insert_time":"2014-08-22T13:50:46.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127403,"10":65,"107":903,"11":857,"12":166,"13":568,"14":163,"15":408,"155":102,"156":24,"158":63,"159":24,"16":165,"160":49,"161":285,"167":109,"168":8,"17":260,"18":474,"19":551,"20":123,"209":40,"21":928,"210":18,"211":8,"214":27,"215":517,"221":346,"223":686,"224":208,"225":808,"23":923,"24":4815,"25":666,"257":140,"26":180,"268":9,"27":175,"273":113,"276":101,"279":29,"28":8439,"281":19,"282":126,"291":91,"292":98,"30":64,"302":11,"306":1,"31":64,"314":3,"32":62,"33":82,"34":154,"347":19,"35":157,"352":1003,"36":246,"37":68,"38":788,"380":36,"381":130,"383":64,"389":2,"39":208,"391":48,"396":8,"397":64,"40":116,"409":62,"41":92,"414":152,"415":99,"419":13,"42":139,"426":26,"43":78,"430":207,"431":1,"433":10,"44":31,"45":126,"46":371,"48":96,"49":351,"5":3955,"51":38,"52":115,"53":140,"56":27,"570":5,"6":166,"63":48,"7":908,"79":35,"8":319,"80":21,"9":1000,"all_client":164309,"all_tv_clinet":36906,"insert_time":"2014-08-22T13:51:47.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127306,"10":70,"107":934,"11":843,"12":191,"13":570,"14":163,"15":374,"155":104,"156":22,"158":62,"159":25,"16":164,"160":44,"161":269,"167":109,"168":9,"17":273,"18":479,"19":558,"20":118,"209":47,"21":936,"210":20,"211":8,"214":26,"215":507,"221":340,"223":681,"224":182,"225":792,"23":917,"24":4835,"25":674,"257":144,"26":180,"268":9,"27":155,"273":111,"276":99,"279":25,"28":8551,"281":18,"282":128,"291":91,"292":93,"30":61,"302":12,"306":1,"31":62,"314":2,"32":68,"33":82,"34":157,"347":18,"35":163,"352":991,"36":248,"37":65,"38":792,"380":34,"381":134,"383":63,"389":2,"39":211,"391":50,"396":8,"397":66,"40":122,"409":65,"41":89,"414":132,"415":101,"419":13,"42":138,"426":33,"43":75,"430":207,"431":1,"433":12,"44":28,"45":122,"46":380,"48":98,"49":319,"5":3946,"51":38,"52":115,"53":135,"56":29,"570":5,"6":160,"63":47,"7":906,"79":33,"8":322,"80":20,"9":1006,"all_client":164243,"all_tv_clinet":36937,"insert_time":"2014-08-22T13:52:48.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127154,"10":73,"107":935,"11":859,"12":215,"13":576,"14":153,"15":339,"155":107,"156":24,"158":65,"159":31,"16":170,"160":40,"161":269,"167":113,"168":9,"17":276,"18":487,"19":560,"20":113,"209":47,"21":937,"210":19,"211":8,"214":27,"215":502,"221":346,"223":677,"224":172,"225":770,"23":855,"24":4893,"25":679,"257":143,"26":190,"268":10,"27":134,"273":110,"276":97,"279":26,"28":8654,"281":17,"282":131,"291":93,"292":89,"30":65,"302":14,"306":1,"31":60,"314":2,"32":64,"33":80,"34":158,"347":15,"35":171,"352":982,"36":247,"37":64,"38":766,"380":33,"381":130,"383":63,"389":2,"39":202,"391":50,"396":6,"397":68,"40":115,"409":65,"41":91,"414":127,"415":100,"419":15,"42":141,"426":36,"43":73,"430":211,"431":1,"433":12,"44":25,"45":119,"46":388,"48":103,"49":300,"5":3943,"51":40,"52":117,"53":140,"56":27,"570":6,"6":145,"63":47,"7":903,"79":31,"8":320,"80":21,"9":1025,"all_client":164124,"all_tv_clinet":36970,"insert_time":"2014-08-22T13:53:49.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127086,"10":71,"107":930,"11":854,"12":219,"13":597,"14":140,"15":306,"155":114,"156":27,"158":67,"159":32,"16":168,"160":40,"161":260,"167":112,"168":8,"17":279,"18":501,"19":546,"20":107,"209":45,"21":895,"210":19,"211":7,"214":27,"215":504,"221":348,"223":676,"224":164,"225":731,"23":763,"24":4947,"25":697,"257":141,"26":187,"268":11,"27":120,"273":106,"276":105,"279":22,"28":8758,"281":17,"282":133,"291":94,"292":97,"30":68,"302":13,"306":4,"31":62,"314":3,"32":69,"33":72,"34":162,"347":17,"35":174,"352":991,"36":253,"37":60,"38":763,"380":34,"381":129,"383":71,"389":3,"39":185,"391":48,"396":7,"397":68,"40":114,"409":64,"41":88,"414":124,"415":102,"419":14,"42":140,"426":37,"43":68,"430":216,"431":1,"433":13,"44":26,"45":124,"46":388,"48":109,"49":284,"5":3948,"51":39,"52":118,"53":139,"56":28,"570":7,"6":147,"63":48,"7":895,"79":32,"8":311,"80":20,"9":1051,"all_client":164029,"all_tv_clinet":36943,"insert_time":"2014-08-22T13:54:50.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126982,"10":64,"107":909,"11":867,"12":226,"13":589,"14":125,"15":278,"155":123,"156":31,"158":66,"159":35,"16":167,"160":37,"161":269,"167":106,"168":7,"17":278,"18":505,"19":524,"20":110,"209":47,"21":840,"210":16,"211":8,"214":26,"215":497,"221":356,"223":683,"224":156,"225":731,"23":701,"24":5006,"25":732,"257":140,"26":190,"268":12,"27":112,"273":103,"276":109,"279":23,"28":8856,"281":18,"282":129,"291":96,"292":101,"30":69,"302":17,"306":5,"31":58,"314":5,"32":70,"33":70,"34":164,"347":17,"35":175,"352":982,"36":255,"37":58,"38":783,"380":34,"381":128,"383":72,"389":3,"39":172,"391":43,"396":6,"397":68,"40":110,"409":62,"41":87,"414":130,"415":98,"419":15,"42":146,"426":34,"43":64,"430":214,"431":1,"433":14,"44":26,"45":127,"46":406,"48":112,"49":272,"5":3965,"51":40,"52":113,"53":141,"56":30,"570":7,"6":144,"63":48,"7":893,"79":30,"8":312,"80":21,"9":1070,"all_client":163972,"all_tv_clinet":36990,"insert_time":"2014-08-22T13:55:51.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126884,"10":65,"107":900,"11":863,"12":228,"13":594,"14":122,"15":248,"155":128,"156":34,"158":71,"159":27,"16":164,"160":39,"161":269,"167":104,"168":8,"17":281,"18":516,"19":483,"20":106,"209":47,"21":778,"210":14,"211":5,"214":24,"215":484,"221":358,"223":690,"224":154,"225":716,"23":653,"24":5070,"25":745,"257":136,"26":192,"268":10,"27":101,"273":95,"276":114,"279":24,"28":8951,"281":19,"282":123,"291":101,"292":107,"30":71,"302":17,"306":5,"31":57,"314":5,"32":76,"33":74,"34":169,"347":14,"35":175,"352":991,"36":254,"37":58,"38":788,"380":33,"381":131,"383":71,"389":3,"39":163,"391":47,"396":6,"397":66,"40":107,"409":60,"41":93,"414":132,"415":94,"419":15,"42":149,"426":30,"43":51,"430":221,"431":1,"433":14,"44":29,"45":129,"46":413,"48":115,"49":249,"5":3987,"51":42,"52":111,"53":137,"56":30,"570":8,"6":142,"63":50,"7":901,"79":34,"8":323,"80":21,"9":1083,"all_client":163890,"all_tv_clinet":37006,"insert_time":"2014-08-22T13:56:53.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126753,"10":56,"107":882,"11":872,"12":234,"13":592,"14":125,"15":233,"155":132,"156":34,"158":79,"159":27,"16":162,"160":38,"161":261,"167":102,"168":9,"17":283,"18":518,"19":465,"20":111,"209":48,"21":737,"210":13,"211":4,"214":24,"215":458,"221":360,"223":694,"224":146,"225":715,"23":630,"24":5124,"25":710,"257":132,"26":190,"268":11,"27":99,"273":89,"276":114,"279":27,"28":9045,"281":19,"282":117,"291":100,"292":112,"30":70,"302":19,"306":3,"31":55,"314":6,"32":78,"33":85,"34":171,"347":11,"35":183,"352":968,"36":241,"37":57,"38":779,"380":33,"381":133,"383":68,"389":2,"39":159,"391":49,"396":6,"397":69,"40":104,"409":65,"41":92,"414":132,"415":96,"419":17,"42":158,"426":22,"43":56,"430":222,"431":1,"433":12,"44":28,"45":132,"46":430,"48":120,"49":246,"5":4008,"51":48,"52":113,"53":135,"56":28,"570":9,"6":132,"63":51,"7":889,"79":33,"8":331,"80":21,"9":1065,"all_client":163727,"all_tv_clinet":36974,"insert_time":"2014-08-22T13:57:54.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126627,"10":58,"107":883,"11":910,"12":241,"13":604,"14":129,"15":216,"155":135,"156":31,"158":78,"159":24,"16":162,"160":37,"161":262,"167":99,"168":10,"17":276,"18":533,"19":455,"20":120,"209":48,"21":721,"210":12,"211":4,"214":25,"215":433,"221":353,"223":703,"224":140,"225":703,"23":618,"24":5165,"25":648,"257":139,"26":172,"268":11,"27":96,"273":85,"276":113,"279":29,"28":9115,"281":19,"282":115,"291":102,"292":111,"30":73,"302":17,"306":3,"31":65,"314":7,"32":86,"33":94,"34":172,"347":11,"35":190,"352":956,"36":234,"37":59,"38":758,"380":30,"381":135,"383":75,"389":2,"39":153,"391":48,"396":7,"397":74,"40":115,"409":69,"41":101,"414":126,"415":99,"419":14,"42":156,"426":22,"43":54,"430":227,"431":1,"433":12,"44":28,"45":133,"46":454,"48":119,"49":240,"5":4011,"51":49,"52":103,"53":137,"56":28,"570":10,"6":124,"63":52,"7":889,"79":35,"8":347,"80":21,"9":1029,"all_client":163624,"all_tv_clinet":36997,"insert_time":"2014-08-22T13:58:55.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126494,"10":60,"107":867,"11":950,"12":250,"13":607,"14":133,"15":206,"155":135,"156":35,"158":78,"159":25,"16":171,"160":41,"161":267,"167":91,"168":10,"17":267,"18":530,"19":440,"20":127,"209":48,"21":700,"210":12,"211":5,"214":27,"215":420,"221":349,"223":716,"224":136,"225":692,"23":596,"24":5239,"25":590,"257":139,"26":153,"268":11,"27":96,"273":83,"276":112,"279":31,"28":9176,"281":20,"282":110,"291":100,"292":121,"30":81,"302":16,"306":3,"31":63,"314":8,"32":91,"33":91,"34":153,"347":12,"35":201,"352":961,"36":230,"37":63,"38":732,"380":29,"381":132,"383":81,"389":2,"39":145,"391":47,"396":8,"397":74,"40":117,"409":72,"41":109,"414":124,"415":98,"419":12,"42":145,"426":21,"43":53,"430":223,"431":1,"433":14,"44":31,"45":134,"46":479,"48":115,"49":227,"5":4050,"51":45,"52":102,"53":134,"56":27,"570":9,"6":128,"63":53,"7":926,"79":36,"8":361,"80":20,"9":950,"all_client":163505,"all_tv_clinet":37011,"insert_time":"2014-08-22T13:59:57.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126294,"10":58,"107":881,"11":975,"12":260,"13":596,"14":132,"15":212,"155":137,"156":36,"158":74,"159":27,"16":168,"160":39,"161":268,"167":85,"168":8,"17":248,"18":536,"19":433,"20":133,"209":49,"21":682,"210":12,"211":5,"214":31,"215":408,"221":352,"223":735,"224":131,"225":687,"23":580,"24":5291,"25":558,"257":144,"26":142,"268":13,"27":93,"273":85,"276":106,"279":30,"28":9268,"281":23,"282":105,"291":102,"292":121,"30":88,"302":12,"306":4,"31":65,"314":7,"32":94,"33":89,"34":137,"347":12,"35":210,"352":950,"36":232,"37":67,"38":717,"380":31,"381":129,"383":84,"389":1,"39":143,"391":47,"396":7,"397":70,"40":117,"409":73,"41":121,"414":129,"415":101,"419":11,"42":130,"426":20,"43":50,"430":222,"431":1,"433":18,"44":33,"45":135,"46":491,"48":109,"49":208,"5":4072,"51":46,"52":95,"53":138,"56":29,"570":8,"6":135,"63":54,"7":932,"79":34,"8":370,"80":16,"9":866,"all_client":163313,"all_tv_clinet":37019,"insert_time":"2014-08-22T14:00:58.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126109,"10":59,"107":877,"11":983,"12":276,"13":597,"14":139,"15":205,"155":138,"156":38,"158":78,"159":26,"16":153,"160":38,"161":260,"167":77,"168":6,"17":224,"18":559,"19":423,"20":130,"209":49,"21":654,"210":11,"211":4,"214":33,"215":386,"221":366,"223":734,"224":130,"225":670,"23":565,"24":5395,"25":534,"257":141,"26":138,"268":14,"27":90,"273":75,"276":106,"279":28,"28":9330,"281":24,"282":102,"291":100,"292":129,"30":93,"302":14,"306":3,"31":65,"314":8,"32":99,"33":88,"34":123,"347":12,"35":207,"352":966,"36":238,"37":70,"38":689,"380":30,"381":125,"383":90,"39":135,"391":43,"396":6,"397":65,"40":125,"409":72,"41":127,"414":131,"415":110,"419":11,"42":114,"426":20,"43":49,"430":225,"431":1,"433":18,"44":33,"45":135,"46":482,"48":100,"49":187,"5":4104,"51":45,"52":86,"53":136,"56":30,"570":12,"6":141,"63":55,"7":957,"79":30,"8":372,"80":17,"9":804,"all_client":163101,"all_tv_clinet":36992,"insert_time":"2014-08-22T14:02:00.045Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125875,"10":53,"107":871,"11":1009,"12":293,"13":590,"14":141,"15":192,"155":135,"156":39,"158":77,"159":26,"16":144,"160":44,"161":254,"167":71,"168":7,"17":215,"18":588,"19":400,"20":125,"209":55,"21":644,"210":13,"211":4,"214":36,"215":368,"221":373,"223":742,"224":129,"225":665,"23":547,"24":5489,"25":509,"257":140,"26":130,"268":14,"27":83,"273":86,"276":103,"279":29,"28":9359,"281":23,"282":99,"291":102,"292":124,"30":91,"302":12,"306":4,"31":60,"314":8,"32":109,"33":86,"34":116,"347":12,"35":191,"352":966,"36":239,"37":70,"38":679,"380":30,"381":128,"383":90,"39":136,"391":42,"396":6,"397":64,"40":137,"409":77,"41":136,"414":125,"415":107,"419":10,"42":107,"426":26,"43":44,"430":229,"431":1,"433":20,"44":36,"45":123,"46":480,"48":96,"49":171,"5":4144,"51":45,"52":81,"53":142,"56":27,"570":12,"6":147,"63":56,"7":936,"79":25,"8":381,"80":16,"9":746,"all_client":162837,"all_tv_clinet":36962,"insert_time":"2014-08-22T14:03:01.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125554,"10":53,"107":870,"11":1019,"12":306,"13":599,"14":135,"15":182,"155":135,"156":39,"158":76,"159":24,"16":148,"160":45,"161":252,"167":67,"168":6,"17":196,"18":596,"19":382,"20":124,"209":59,"21":640,"210":16,"211":5,"214":42,"215":349,"221":369,"223":733,"224":131,"225":668,"23":547,"24":5629,"25":502,"257":140,"26":126,"268":15,"27":80,"273":92,"276":100,"279":28,"28":9372,"281":20,"282":96,"291":100,"292":123,"30":77,"302":13,"306":5,"31":59,"314":7,"317":1,"32":108,"33":92,"34":103,"347":10,"35":178,"352":990,"36":236,"37":72,"38":683,"380":30,"381":130,"383":97,"39":132,"391":42,"396":6,"397":68,"40":152,"409":79,"41":148,"414":120,"415":105,"419":11,"42":109,"426":34,"43":42,"430":230,"431":1,"433":18,"44":42,"45":115,"46":458,"48":90,"49":156,"5":4151,"51":42,"52":76,"53":143,"56":26,"570":10,"6":154,"63":55,"7":923,"79":24,"8":385,"80":16,"9":718,"all_client":162562,"all_tv_clinet":37008,"insert_time":"2014-08-22T14:04:02.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125248,"10":50,"107":881,"11":1028,"12":292,"13":612,"14":135,"15":174,"155":135,"156":37,"158":77,"159":25,"16":152,"160":48,"161":257,"167":66,"168":7,"17":185,"18":595,"19":371,"20":126,"209":62,"21":628,"210":20,"211":5,"214":45,"215":341,"221":372,"223":742,"224":122,"225":677,"23":529,"24":5772,"25":489,"257":133,"26":117,"268":18,"27":81,"273":93,"276":96,"279":29,"28":9444,"281":20,"282":97,"291":99,"292":111,"30":73,"302":11,"306":8,"31":56,"314":7,"317":1,"32":103,"33":87,"34":101,"347":7,"35":165,"352":1001,"36":234,"37":74,"38":678,"380":31,"381":133,"383":104,"39":132,"391":42,"396":5,"397":70,"40":163,"409":75,"41":136,"414":131,"415":110,"419":9,"42":105,"426":34,"43":48,"430":226,"431":1,"433":16,"434":1,"44":41,"45":102,"46":435,"48":89,"49":138,"5":4165,"51":43,"52":71,"53":147,"56":25,"570":9,"6":160,"63":57,"7":921,"79":23,"8":380,"80":17,"9":697,"all_client":162341,"all_tv_clinet":37093,"insert_time":"2014-08-22T14:05:04.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124974,"10":49,"107":881,"11":1079,"12":270,"13":625,"14":144,"15":172,"155":136,"156":36,"158":82,"159":25,"16":158,"160":49,"161":259,"167":63,"168":8,"17":182,"18":604,"19":367,"20":128,"209":61,"21":635,"210":21,"211":5,"214":49,"215":332,"221":369,"223":727,"224":122,"225":695,"23":530,"24":5952,"25":464,"257":126,"26":117,"268":18,"27":79,"273":93,"276":97,"279":34,"28":9462,"281":19,"282":106,"291":100,"292":108,"30":67,"302":10,"306":8,"31":55,"314":9,"317":1,"32":102,"33":86,"34":98,"347":6,"35":154,"352":985,"36":232,"37":80,"38":682,"380":32,"381":127,"383":107,"39":126,"391":42,"396":8,"397":69,"40":174,"409":60,"41":138,"414":143,"415":118,"419":11,"42":99,"426":29,"43":49,"430":224,"431":1,"433":17,"434":1,"44":41,"45":99,"46":395,"48":87,"49":127,"5":3915,"51":45,"52":69,"53":148,"56":25,"570":11,"6":181,"63":59,"7":954,"79":19,"8":375,"80":16,"9":713,"all_client":162041,"all_tv_clinet":37067,"insert_time":"2014-08-22T14:06:05.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124679,"10":48,"107":863,"11":1131,"12":232,"13":630,"14":151,"15":156,"155":137,"156":32,"158":82,"159":24,"16":156,"160":45,"161":258,"167":60,"168":8,"17":192,"18":593,"19":369,"20":122,"209":59,"21":644,"210":22,"211":5,"214":49,"215":321,"221":384,"223":741,"224":123,"225":724,"23":527,"24":6090,"25":449,"257":134,"26":115,"268":17,"27":84,"273":103,"276":96,"279":31,"28":9488,"281":18,"282":106,"291":101,"292":108,"30":61,"302":11,"306":8,"31":56,"314":10,"317":2,"32":102,"33":88,"34":95,"347":4,"35":139,"352":988,"36":231,"37":86,"38":683,"380":32,"381":135,"383":102,"39":129,"391":43,"396":8,"397":64,"40":194,"409":55,"41":133,"414":154,"415":119,"419":11,"42":94,"426":27,"43":43,"430":223,"431":1,"433":18,"434":1,"44":41,"45":93,"46":368,"48":85,"49":113,"5":3603,"51":42,"52":69,"53":149,"56":25,"570":14,"6":195,"63":58,"7":983,"79":18,"8":376,"80":17,"9":759,"all_client":161665,"all_tv_clinet":36986,"insert_time":"2014-08-22T14:07:07.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124434,"10":50,"107":869,"11":1179,"12":206,"13":626,"14":145,"15":151,"155":135,"156":31,"158":83,"159":25,"16":150,"160":45,"161":252,"167":62,"168":8,"17":198,"18":623,"19":378,"20":124,"209":69,"21":641,"210":25,"211":5,"214":49,"215":303,"221":388,"223":741,"224":122,"225":713,"23":528,"24":6234,"25":423,"257":137,"26":117,"268":18,"27":87,"273":106,"276":95,"279":29,"28":9537,"281":16,"282":106,"291":100,"292":110,"30":59,"302":10,"306":8,"31":57,"314":11,"317":2,"32":100,"33":88,"34":86,"347":5,"35":130,"352":961,"36":230,"37":94,"38":671,"380":33,"381":134,"383":101,"39":126,"391":45,"396":8,"397":67,"40":199,"409":54,"41":135,"414":152,"415":113,"419":11,"42":86,"426":31,"43":44,"430":221,"431":1,"433":16,"434":1,"44":41,"45":84,"46":347,"48":77,"49":106,"5":3319,"51":42,"52":67,"53":148,"56":23,"570":11,"6":203,"63":56,"7":997,"79":19,"8":369,"80":17,"9":797,"all_client":161286,"all_tv_clinet":36852,"insert_time":"2014-08-22T14:08:08.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124096,"10":49,"107":870,"11":1190,"12":184,"13":628,"14":136,"15":146,"155":136,"156":32,"158":82,"159":27,"16":148,"160":41,"161":247,"167":61,"168":7,"17":205,"18":646,"19":386,"20":124,"209":74,"21":645,"210":25,"211":4,"214":47,"215":294,"221":392,"223":733,"224":123,"225":711,"23":517,"24":6337,"25":414,"257":141,"26":114,"268":18,"27":93,"273":107,"276":94,"279":27,"28":9584,"281":16,"282":104,"291":100,"292":108,"30":58,"302":11,"306":8,"31":61,"314":12,"317":2,"32":100,"33":87,"34":89,"347":4,"35":124,"352":965,"36":217,"37":93,"38":659,"380":33,"381":130,"383":101,"39":133,"391":46,"396":9,"397":67,"40":215,"409":52,"41":136,"414":142,"415":112,"419":7,"42":77,"426":47,"43":39,"430":219,"431":1,"433":16,"434":1,"44":40,"45":82,"46":335,"48":76,"49":100,"5":3099,"51":44,"52":66,"53":152,"56":23,"570":12,"6":210,"63":55,"7":978,"79":21,"8":349,"80":17,"9":825,"all_client":160820,"all_tv_clinet":36724,"insert_time":"2014-08-22T14:09:09.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123779,"10":49,"107":859,"11":1221,"12":174,"13":624,"14":119,"15":141,"155":136,"156":35,"158":81,"159":25,"16":150,"160":46,"161":233,"167":59,"168":7,"17":216,"18":667,"19":390,"20":127,"209":74,"21":640,"210":23,"211":3,"214":48,"215":283,"221":386,"223":740,"224":119,"225":703,"23":524,"24":6411,"25":389,"257":142,"26":105,"268":15,"27":95,"273":110,"276":93,"279":26,"28":9632,"281":15,"282":106,"291":101,"292":113,"30":54,"302":11,"306":14,"31":66,"314":13,"317":2,"32":99,"33":89,"34":85,"347":3,"35":122,"352":956,"36":220,"37":95,"38":666,"380":34,"381":128,"383":95,"39":134,"391":49,"396":9,"397":65,"40":231,"409":55,"41":132,"414":135,"415":111,"419":6,"42":68,"426":55,"43":36,"430":211,"431":1,"433":17,"434":1,"44":36,"45":77,"46":313,"48":72,"49":92,"5":2923,"51":43,"52":69,"53":137,"56":20,"570":11,"6":216,"63":54,"7":965,"79":20,"8":333,"80":18,"9":836,"all_client":160337,"all_tv_clinet":36558,"insert_time":"2014-08-22T14:10:10.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123500,"10":46,"107":882,"11":1236,"12":163,"13":629,"14":113,"15":133,"155":139,"156":38,"158":83,"159":21,"16":150,"160":49,"161":228,"167":59,"168":6,"17":214,"18":683,"19":397,"20":125,"209":74,"21":638,"210":23,"211":4,"214":49,"215":272,"221":383,"223":730,"224":123,"225":695,"23":527,"24":6434,"25":365,"257":141,"26":102,"268":14,"27":95,"273":108,"276":92,"279":25,"28":9640,"281":14,"282":103,"291":101,"292":116,"30":53,"302":11,"306":14,"31":74,"314":14,"317":2,"32":104,"33":85,"34":87,"347":3,"35":117,"352":938,"36":211,"37":95,"38":666,"380":33,"381":134,"383":92,"39":128,"391":50,"396":7,"397":61,"40":245,"409":52,"41":135,"414":137,"415":110,"419":10,"42":63,"426":52,"43":35,"430":195,"431":1,"433":17,"434":1,"44":34,"45":77,"46":296,"48":74,"49":87,"5":2766,"51":41,"52":73,"53":135,"56":16,"570":14,"6":222,"63":55,"7":967,"79":20,"8":327,"80":18,"9":845,"all_client":159861,"all_tv_clinet":36361,"insert_time":"2014-08-22T14:11:12.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123155,"10":48,"107":879,"11":1230,"12":162,"13":624,"14":121,"15":136,"155":137,"156":36,"158":84,"159":17,"16":154,"160":53,"161":223,"167":59,"168":7,"17":223,"18":688,"19":402,"20":123,"209":77,"21":641,"210":23,"211":4,"214":50,"215":269,"221":377,"223":741,"224":113,"225":684,"23":548,"24":6454,"25":356,"257":142,"26":91,"268":13,"27":90,"273":112,"276":89,"279":22,"28":9658,"281":13,"282":101,"291":102,"292":121,"30":49,"302":10,"306":16,"31":74,"314":14,"317":2,"32":96,"33":86,"34":90,"347":3,"35":117,"352":939,"36":209,"37":96,"38":683,"380":35,"381":130,"383":92,"39":124,"391":50,"396":7,"397":62,"40":247,"409":53,"41":133,"414":152,"415":112,"419":11,"42":61,"426":42,"43":34,"430":189,"431":1,"433":15,"434":1,"44":31,"45":77,"46":286,"48":73,"49":80,"5":2638,"51":41,"52":72,"53":132,"56":16,"570":12,"6":213,"63":54,"7":946,"79":20,"8":321,"80":18,"9":863,"all_client":159380,"all_tv_clinet":36225,"insert_time":"2014-08-22T14:12:13.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122804,"10":47,"107":871,"11":1119,"12":167,"13":622,"14":127,"15":138,"155":137,"156":39,"158":84,"159":20,"16":153,"160":51,"161":229,"167":55,"168":7,"17":227,"18":714,"19":398,"20":119,"209":78,"21":632,"210":24,"211":5,"214":52,"215":263,"221":373,"223":737,"224":103,"225":679,"23":554,"24":6513,"25":363,"257":149,"26":96,"268":14,"27":88,"273":107,"276":89,"279":21,"28":9686,"281":14,"282":106,"291":106,"292":121,"30":44,"302":11,"306":13,"31":82,"314":13,"317":3,"32":90,"33":82,"34":93,"347":3,"35":107,"352":952,"36":209,"37":94,"38":684,"380":34,"381":130,"383":91,"39":124,"391":48,"396":7,"397":61,"40":257,"409":54,"41":121,"414":153,"415":117,"419":11,"42":62,"426":42,"43":37,"430":184,"431":1,"433":14,"434":1,"44":32,"45":75,"46":272,"48":74,"49":76,"5":2542,"51":39,"52":72,"53":132,"56":17,"570":13,"6":210,"63":56,"7":944,"79":20,"8":318,"80":18,"9":887,"all_client":158927,"all_tv_clinet":36123,"insert_time":"2014-08-22T14:13:14.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122577,"10":47,"107":847,"11":1011,"12":182,"13":610,"14":136,"15":139,"155":136,"156":37,"158":81,"159":20,"16":157,"160":52,"161":237,"167":49,"168":7,"17":234,"18":740,"19":392,"20":116,"209":78,"21":618,"210":25,"211":5,"214":55,"215":265,"221":385,"223":742,"224":100,"225":683,"23":553,"24":6565,"25":362,"257":150,"26":100,"268":13,"27":94,"273":103,"276":87,"279":16,"28":9682,"281":13,"282":107,"291":109,"292":123,"30":39,"302":13,"306":13,"31":81,"314":13,"317":3,"32":79,"33":80,"34":96,"347":4,"35":102,"352":966,"36":211,"37":96,"38":679,"380":35,"381":133,"383":92,"39":128,"391":46,"396":8,"397":53,"40":261,"409":51,"41":125,"414":157,"415":107,"419":10,"42":62,"426":41,"43":35,"430":184,"431":1,"433":14,"434":1,"44":29,"45":78,"46":279,"48":70,"49":77,"5":2416,"51":38,"52":70,"53":130,"56":17,"570":16,"6":200,"63":58,"7":945,"79":20,"8":309,"80":16,"9":912,"all_client":158539,"all_tv_clinet":35962,"insert_time":"2014-08-22T14:14:15.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122244,"10":45,"107":849,"11":931,"12":199,"13":601,"14":137,"15":144,"155":135,"156":40,"158":82,"159":20,"16":166,"160":47,"161":230,"167":46,"168":7,"17":231,"18":746,"19":408,"20":113,"209":76,"21":621,"210":25,"211":5,"214":55,"215":262,"221":385,"223":764,"224":99,"225":684,"23":546,"24":6598,"25":356,"257":147,"26":99,"268":14,"27":96,"273":94,"276":84,"279":17,"28":9709,"281":12,"282":107,"291":108,"292":123,"30":37,"302":15,"306":14,"31":84,"314":14,"317":3,"32":71,"33":82,"34":96,"347":4,"35":102,"352":954,"36":211,"37":96,"38":684,"380":36,"381":132,"383":83,"39":126,"391":48,"396":9,"397":49,"40":265,"409":48,"41":122,"414":167,"415":103,"419":9,"42":58,"426":39,"43":39,"430":176,"431":1,"433":12,"434":1,"44":30,"45":74,"46":266,"48":71,"49":75,"5":2259,"51":39,"52":76,"53":121,"56":17,"570":20,"6":194,"63":55,"7":926,"79":21,"8":300,"80":19,"9":933,"all_client":157993,"all_tv_clinet":35749,"insert_time":"2014-08-22T14:15:16.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121824,"10":45,"107":858,"11":885,"12":204,"13":600,"14":139,"15":141,"155":134,"156":36,"158":84,"159":19,"16":177,"160":47,"161":229,"167":45,"168":6,"17":225,"18":755,"19":420,"20":116,"209":75,"21":638,"210":26,"211":5,"214":55,"215":263,"221":378,"223":743,"224":99,"225":714,"23":546,"24":6616,"25":354,"257":141,"26":100,"268":15,"27":92,"273":86,"276":83,"279":18,"28":9719,"281":13,"282":110,"291":108,"292":131,"30":39,"302":16,"306":14,"31":79,"314":12,"317":2,"32":61,"33":83,"34":98,"347":5,"35":102,"352":942,"36":210,"37":98,"38":676,"380":35,"381":126,"383":78,"39":114,"391":46,"396":10,"397":43,"40":253,"409":46,"41":123,"414":172,"415":105,"419":8,"42":53,"426":31,"43":40,"430":161,"431":1,"433":12,"434":1,"44":32,"45":67,"46":255,"48":75,"49":74,"5":2105,"51":38,"52":81,"53":121,"56":17,"570":24,"6":197,"63":56,"7":904,"79":22,"8":298,"80":17,"9":960,"all_client":157355,"all_tv_clinet":35531,"insert_time":"2014-08-22T14:16:17.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121538,"10":40,"107":843,"11":820,"12":205,"13":597,"14":142,"15":148,"155":133,"156":38,"158":83,"159":20,"16":199,"160":47,"161":230,"167":45,"168":6,"17":219,"18":756,"19":432,"20":115,"209":78,"21":660,"210":26,"211":5,"214":54,"215":258,"221":360,"223":738,"224":97,"225":749,"23":560,"24":6686,"25":341,"257":139,"26":97,"268":12,"27":88,"273":88,"276":81,"279":17,"28":9722,"281":12,"282":116,"291":108,"292":126,"30":38,"302":18,"306":16,"31":84,"314":10,"317":2,"32":52,"33":86,"34":97,"347":4,"35":109,"352":957,"36":204,"37":94,"38":681,"380":36,"381":123,"383":82,"39":115,"391":49,"396":9,"397":44,"40":249,"409":49,"41":120,"414":170,"415":109,"419":8,"42":52,"426":29,"43":43,"430":145,"431":1,"433":14,"44":32,"45":62,"46":249,"48":72,"49":70,"5":1920,"51":38,"52":85,"53":110,"56":18,"570":23,"6":200,"63":57,"7":863,"79":22,"8":299,"80":16,"9":980,"all_client":156889,"all_tv_clinet":35351,"insert_time":"2014-08-22T14:17:18.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121220,"10":38,"107":827,"11":773,"12":202,"13":601,"14":135,"15":157,"155":131,"156":35,"158":82,"159":20,"16":212,"160":46,"161":231,"167":43,"168":6,"17":215,"18":765,"19":449,"20":117,"209":70,"21":678,"210":24,"211":6,"214":53,"215":267,"221":351,"223":719,"224":102,"225":761,"23":552,"24":6747,"25":340,"257":141,"26":101,"268":12,"27":89,"273":90,"276":79,"279":16,"28":9718,"281":11,"282":116,"291":107,"292":128,"30":38,"302":20,"306":13,"31":94,"314":12,"317":2,"32":51,"33":79,"34":95,"347":5,"35":102,"352":979,"36":190,"37":93,"38":678,"380":39,"381":124,"383":85,"39":120,"391":50,"396":6,"397":44,"40":242,"409":48,"41":119,"414":164,"415":110,"419":9,"42":50,"426":30,"43":45,"430":136,"431":1,"433":14,"44":31,"45":66,"46":251,"48":79,"49":69,"5":1828,"51":37,"52":84,"53":108,"56":14,"570":23,"6":196,"63":54,"7":814,"79":21,"8":293,"80":16,"9":1008,"all_client":156462,"all_tv_clinet":35242,"insert_time":"2014-08-22T14:18:20.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120850,"10":37,"107":818,"11":750,"12":207,"13":598,"14":141,"15":162,"155":131,"156":36,"158":82,"159":19,"16":213,"160":47,"161":236,"167":43,"168":7,"17":219,"18":784,"19":443,"20":115,"209":65,"21":670,"210":25,"211":5,"214":52,"215":265,"221":353,"223":654,"224":100,"225":767,"23":552,"24":6781,"25":336,"257":144,"26":107,"268":12,"27":89,"273":89,"276":79,"279":14,"28":9735,"281":10,"282":118,"291":104,"292":123,"30":40,"302":19,"306":13,"31":99,"314":13,"317":2,"32":52,"33":81,"34":98,"347":3,"35":99,"352":971,"36":184,"37":90,"38":664,"380":41,"381":130,"383":94,"39":120,"391":53,"396":8,"397":53,"40":249,"409":52,"41":121,"414":157,"415":114,"419":9,"42":52,"426":36,"43":48,"430":128,"431":1,"433":15,"44":30,"45":66,"46":260,"48":80,"49":63,"5":1753,"51":36,"52":87,"53":112,"56":13,"570":18,"6":193,"63":47,"7":804,"79":22,"8":291,"80":16,"9":1008,"all_client":155995,"all_tv_clinet":35145,"insert_time":"2014-08-22T14:19:21.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120549,"10":39,"107":818,"11":713,"12":202,"13":601,"14":140,"15":170,"155":132,"156":34,"158":79,"159":20,"16":231,"160":46,"161":224,"167":41,"168":7,"17":216,"18":795,"19":444,"20":117,"209":54,"21":679,"210":22,"211":8,"214":53,"215":260,"221":335,"223":612,"224":99,"225":762,"23":546,"24":6864,"25":330,"257":145,"26":104,"268":12,"27":88,"273":90,"276":80,"279":14,"28":9738,"281":10,"282":117,"291":105,"292":114,"30":40,"302":16,"306":12,"31":98,"314":13,"317":2,"32":44,"33":82,"34":103,"347":5,"35":95,"352":967,"36":189,"37":89,"38":657,"380":40,"381":128,"383":97,"39":121,"391":54,"396":9,"397":61,"40":254,"409":53,"41":121,"414":150,"415":115,"419":8,"42":51,"426":45,"43":44,"430":119,"431":1,"433":14,"44":24,"45":72,"46":263,"48":83,"49":60,"5":1665,"51":38,"52":88,"53":111,"56":12,"570":15,"6":185,"63":47,"7":801,"79":20,"8":283,"80":15,"9":1006,"all_client":155544,"all_tv_clinet":34995,"insert_time":"2014-08-22T14:20:22.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120188,"10":34,"107":806,"11":698,"12":193,"13":608,"14":144,"15":175,"155":132,"156":33,"158":80,"159":23,"16":241,"160":42,"161":209,"167":41,"168":5,"17":208,"18":816,"19":457,"20":116,"209":56,"21":676,"210":23,"211":9,"214":57,"215":257,"221":327,"223":588,"224":96,"225":764,"23":541,"24":6902,"25":328,"257":147,"26":102,"268":14,"27":86,"273":89,"276":81,"279":17,"28":9736,"281":10,"282":120,"291":102,"292":108,"30":43,"302":15,"306":13,"31":92,"314":10,"317":2,"32":41,"33":79,"34":107,"347":6,"35":102,"352":963,"36":195,"37":90,"38":669,"380":39,"381":128,"383":95,"39":122,"391":52,"396":9,"397":63,"40":257,"409":57,"41":123,"414":151,"415":114,"419":7,"42":53,"426":46,"43":38,"430":113,"431":1,"433":17,"44":24,"45":71,"46":250,"48":82,"49":55,"5":1608,"51":36,"52":92,"53":117,"56":13,"570":14,"6":181,"63":46,"7":783,"79":21,"8":277,"80":14,"9":1009,"all_client":155090,"all_tv_clinet":34902,"insert_time":"2014-08-22T14:21:23.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119896,"10":32,"107":802,"11":658,"12":188,"13":611,"14":139,"15":187,"155":132,"156":35,"158":82,"159":23,"16":253,"160":40,"161":202,"167":41,"168":5,"17":203,"18":835,"19":452,"20":110,"209":57,"21":677,"210":23,"211":9,"214":56,"215":258,"221":321,"223":575,"224":102,"225":753,"23":546,"24":6921,"25":320,"257":144,"26":98,"268":14,"27":86,"273":87,"276":77,"279":18,"28":9718,"281":10,"282":114,"291":94,"292":104,"30":43,"302":14,"306":13,"31":92,"314":10,"317":2,"32":39,"33":78,"34":104,"347":6,"35":103,"352":954,"36":198,"37":91,"38":660,"380":39,"381":116,"383":99,"39":128,"391":50,"396":7,"397":64,"40":259,"409":56,"41":122,"414":138,"415":108,"419":8,"42":49,"426":61,"43":34,"430":108,"431":1,"433":16,"44":26,"45":73,"46":253,"48":82,"49":55,"5":1549,"51":35,"52":94,"53":131,"56":14,"570":14,"6":173,"63":42,"7":753,"79":22,"8":278,"80":16,"9":1009,"all_client":154597,"all_tv_clinet":34701,"insert_time":"2014-08-22T14:22:24.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119524,"10":31,"107":785,"11":619,"12":170,"13":609,"14":122,"15":194,"155":121,"156":35,"158":82,"159":24,"16":253,"160":45,"161":203,"167":39,"168":5,"17":201,"18":847,"19":451,"20":116,"209":60,"21":677,"210":23,"211":9,"214":57,"215":258,"221":326,"223":568,"224":102,"225":754,"23":563,"24":6976,"25":317,"257":149,"26":103,"268":14,"27":87,"273":90,"276":83,"279":24,"28":9721,"281":9,"282":103,"291":90,"292":108,"30":45,"302":15,"306":16,"31":91,"314":10,"317":2,"32":43,"33":80,"34":111,"347":4,"35":102,"352":929,"36":194,"37":88,"38":656,"380":38,"381":115,"383":99,"39":130,"391":54,"396":6,"397":62,"40":263,"409":53,"41":119,"414":129,"415":106,"419":9,"42":51,"426":69,"43":32,"430":101,"431":1,"433":16,"44":28,"45":71,"46":261,"48":77,"49":56,"5":1499,"51":36,"52":92,"53":129,"56":14,"570":19,"6":171,"63":41,"7":708,"79":27,"8":275,"80":16,"9":1039,"all_client":154145,"all_tv_clinet":34621,"insert_time":"2014-08-22T14:23:25.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119296,"10":31,"107":764,"11":560,"12":171,"13":613,"14":111,"15":196,"155":105,"156":36,"158":81,"159":22,"16":258,"160":48,"161":199,"167":39,"168":5,"17":200,"18":840,"19":444,"20":116,"209":67,"21":674,"210":23,"211":7,"214":57,"215":262,"221":322,"223":543,"224":105,"225":752,"23":575,"24":6995,"25":308,"257":143,"26":102,"268":13,"27":93,"273":91,"276":83,"279":25,"28":9726,"281":9,"282":95,"291":80,"292":108,"30":44,"302":15,"306":19,"31":89,"314":10,"317":2,"32":40,"33":78,"34":115,"347":4,"35":105,"352":921,"36":200,"37":86,"38":664,"380":40,"381":103,"383":100,"39":135,"391":55,"396":6,"397":58,"40":259,"409":54,"41":116,"414":129,"415":106,"419":9,"42":50,"426":68,"43":34,"430":98,"431":1,"433":14,"44":32,"45":70,"46":274,"48":77,"49":58,"5":1467,"51":32,"52":93,"53":121,"56":14,"570":21,"6":176,"63":42,"7":678,"79":29,"8":269,"80":17,"9":1047,"all_client":153737,"all_tv_clinet":34441,"insert_time":"2014-08-22T14:24:26.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119033,"10":31,"107":769,"11":542,"12":184,"13":608,"14":109,"15":195,"155":92,"156":34,"158":80,"159":23,"16":265,"160":48,"161":192,"167":35,"168":5,"17":193,"18":832,"19":448,"20":107,"209":68,"21":678,"210":21,"211":7,"214":58,"215":260,"221":319,"223":524,"224":111,"225":743,"23":566,"24":7031,"25":308,"257":138,"26":105,"268":13,"27":92,"273":88,"276":87,"279":25,"28":9727,"281":8,"282":89,"291":78,"292":110,"30":42,"302":15,"306":21,"31":90,"314":9,"32":37,"33":75,"34":118,"347":4,"35":103,"352":923,"36":198,"37":84,"38":655,"380":42,"381":105,"383":90,"39":138,"391":52,"396":7,"397":62,"40":261,"409":55,"41":116,"414":137,"415":108,"419":9,"42":50,"426":60,"43":31,"430":101,"431":1,"433":14,"44":31,"45":74,"46":269,"48":77,"49":61,"5":1429,"51":36,"52":99,"53":113,"56":12,"570":20,"6":161,"63":41,"7":630,"79":29,"8":270,"80":17,"9":1055,"all_client":153316,"all_tv_clinet":34283,"insert_time":"2014-08-22T14:25:28.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118719,"10":28,"107":771,"11":552,"12":192,"13":622,"14":109,"15":185,"155":87,"156":37,"158":71,"159":26,"16":269,"160":56,"161":195,"167":35,"168":5,"17":191,"18":822,"19":460,"20":103,"209":64,"21":674,"210":23,"211":7,"214":59,"215":260,"221":308,"223":503,"224":114,"225":736,"23":552,"24":7031,"25":310,"257":131,"26":109,"268":11,"27":91,"273":91,"276":83,"279":23,"28":9734,"281":9,"282":82,"291":74,"292":112,"30":44,"302":16,"306":19,"31":94,"314":9,"32":39,"33":73,"34":121,"347":6,"35":104,"352":925,"36":186,"37":85,"38":652,"380":45,"381":98,"383":86,"39":147,"391":54,"396":7,"397":66,"40":264,"409":52,"41":117,"414":144,"415":108,"419":8,"42":55,"426":51,"43":31,"430":98,"433":17,"44":31,"45":71,"46":269,"48":73,"49":62,"5":1397,"51":36,"52":102,"53":113,"56":12,"570":17,"6":150,"63":41,"7":594,"79":28,"8":276,"80":20,"9":1054,"all_client":152893,"all_tv_clinet":34174,"insert_time":"2014-08-22T14:26:29.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118452,"10":29,"107":769,"11":562,"12":193,"13":608,"14":107,"15":182,"155":84,"156":38,"158":65,"159":27,"16":283,"160":57,"161":197,"167":32,"168":4,"17":199,"18":808,"19":466,"20":108,"209":65,"21":676,"210":25,"211":7,"214":61,"215":259,"221":313,"223":488,"224":118,"225":751,"23":528,"24":7010,"25":312,"257":132,"26":106,"268":11,"27":91,"273":89,"276":80,"279":21,"28":9757,"281":10,"282":74,"291":71,"292":112,"30":45,"302":15,"306":20,"31":88,"314":8,"32":38,"33":71,"34":120,"347":6,"35":108,"352":912,"36":184,"37":82,"38":647,"380":43,"381":93,"383":86,"39":150,"391":56,"396":7,"397":72,"40":261,"409":53,"41":111,"414":143,"415":107,"419":6,"42":53,"426":53,"43":34,"430":94,"433":17,"44":25,"45":68,"46":264,"48":70,"49":61,"5":1370,"51":38,"52":104,"53":117,"56":11,"570":14,"6":146,"63":40,"7":560,"79":29,"8":278,"80":19,"9":1048,"all_client":152482,"all_tv_clinet":34030,"insert_time":"2014-08-22T14:27:30.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118157,"10":29,"107":759,"11":543,"12":190,"13":604,"14":111,"15":184,"155":79,"156":41,"158":63,"159":28,"16":293,"160":59,"161":206,"167":31,"168":4,"17":205,"18":798,"19":472,"20":103,"209":64,"21":682,"210":27,"211":7,"214":61,"215":260,"221":311,"223":480,"224":124,"225":759,"23":517,"24":7019,"25":301,"257":129,"26":108,"268":9,"27":91,"273":87,"276":74,"279":17,"28":9766,"281":9,"282":72,"291":66,"292":118,"30":49,"302":13,"306":19,"31":87,"314":8,"32":37,"33":67,"34":114,"347":8,"35":110,"352":915,"36":185,"37":84,"38":647,"380":42,"381":92,"383":84,"39":152,"391":58,"396":6,"397":69,"40":263,"409":55,"41":100,"414":138,"415":102,"419":8,"42":50,"426":58,"43":34,"430":92,"433":16,"44":27,"45":65,"46":264,"48":65,"49":59,"5":1340,"51":36,"52":106,"53":115,"56":10,"570":15,"6":142,"63":41,"7":537,"79":28,"8":272,"80":20,"9":1034,"all_client":152055,"all_tv_clinet":33898,"insert_time":"2014-08-22T14:28:30.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117808,"10":30,"107":761,"11":555,"12":180,"13":589,"14":116,"15":176,"155":72,"156":43,"158":59,"159":27,"16":291,"160":54,"161":192,"167":30,"168":5,"17":202,"18":768,"19":484,"20":95,"209":67,"21":684,"210":25,"211":8,"214":63,"215":257,"221":321,"223":459,"224":131,"225":761,"23":523,"24":7063,"25":291,"257":122,"26":107,"268":10,"27":91,"273":79,"276":71,"279":15,"28":9752,"281":9,"282":68,"291":63,"292":123,"30":50,"302":11,"306":21,"31":88,"314":8,"32":38,"33":65,"34":110,"347":9,"35":109,"352":918,"36":186,"37":87,"38":656,"380":42,"381":89,"383":82,"39":154,"391":59,"396":6,"397":65,"40":269,"409":55,"41":96,"414":142,"415":98,"419":8,"42":47,"426":53,"43":30,"430":100,"433":15,"44":25,"45":59,"46":268,"48":62,"49":52,"5":1325,"51":32,"52":107,"53":113,"56":11,"570":20,"6":143,"63":40,"7":524,"79":28,"8":278,"80":22,"9":1017,"all_client":151592,"all_tv_clinet":33784,"insert_time":"2014-08-22T14:29:31.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117469,"10":31,"107":758,"11":572,"12":177,"13":586,"14":110,"15":161,"155":64,"156":39,"158":58,"159":22,"16":304,"160":57,"161":197,"167":29,"168":4,"17":201,"18":736,"19":490,"20":91,"209":66,"21":667,"210":25,"211":9,"214":61,"215":263,"221":317,"223":444,"224":130,"225":762,"23":536,"24":7087,"25":281,"257":115,"26":111,"268":11,"27":97,"273":76,"276":72,"279":13,"28":9749,"281":10,"282":67,"291":57,"292":130,"30":49,"302":12,"306":19,"31":91,"314":8,"32":41,"33":64,"34":102,"347":11,"35":108,"352":923,"36":187,"37":89,"38":640,"380":41,"381":87,"383":83,"39":156,"391":58,"396":7,"397":57,"40":274,"409":53,"41":95,"414":136,"415":98,"419":8,"42":45,"426":53,"43":31,"430":97,"433":16,"44":24,"45":53,"46":260,"48":58,"49":52,"5":1316,"51":34,"52":110,"53":120,"56":14,"570":26,"6":147,"63":43,"7":502,"79":26,"8":278,"80":23,"9":1010,"all_client":151147,"all_tv_clinet":33678,"insert_time":"2014-08-22T14:30:33.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117085,"10":31,"107":740,"11":590,"12":159,"13":571,"14":108,"15":147,"155":61,"156":42,"158":55,"159":14,"16":319,"160":55,"161":193,"167":29,"168":4,"17":195,"18":694,"19":492,"20":94,"209":66,"21":648,"210":24,"211":10,"214":64,"215":270,"221":308,"223":432,"224":129,"225":783,"23":540,"24":7136,"25":282,"257":114,"26":113,"268":9,"27":91,"273":74,"276":67,"279":15,"28":9756,"281":10,"282":63,"291":46,"292":131,"30":52,"302":12,"306":19,"31":88,"314":7,"32":40,"33":63,"34":100,"347":10,"35":110,"352":911,"36":190,"37":88,"38":651,"380":42,"381":86,"383":78,"39":152,"391":59,"396":5,"397":59,"40":277,"409":55,"41":87,"414":146,"415":96,"419":8,"42":44,"426":44,"43":31,"430":101,"433":15,"44":25,"45":50,"46":270,"48":60,"49":46,"5":1320,"51":39,"52":112,"53":123,"56":14,"570":25,"6":151,"63":42,"7":486,"79":27,"8":275,"80":21,"9":1008,"all_client":150679,"all_tv_clinet":33594,"insert_time":"2014-08-22T14:31:34.526Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116709,"10":31,"107":738,"11":606,"12":141,"13":553,"14":108,"15":155,"155":51,"156":43,"158":53,"159":12,"16":332,"160":53,"161":192,"167":30,"168":3,"17":196,"18":662,"19":504,"20":89,"209":66,"21":638,"210":24,"211":9,"214":67,"215":275,"221":299,"223":433,"224":128,"225":794,"23":529,"24":7174,"25":279,"257":121,"26":112,"268":8,"27":92,"273":69,"276":62,"279":13,"28":9775,"281":11,"282":65,"291":40,"292":130,"30":53,"302":12,"306":19,"31":88,"314":6,"32":40,"33":60,"34":95,"347":8,"35":105,"352":892,"36":190,"37":85,"38":658,"380":41,"381":86,"383":80,"39":157,"391":57,"396":5,"397":67,"40":272,"409":56,"41":86,"414":147,"415":94,"419":9,"42":38,"426":42,"43":32,"430":101,"433":16,"44":27,"45":48,"46":265,"48":56,"49":52,"5":1325,"51":37,"52":116,"53":123,"56":13,"570":21,"6":150,"63":44,"7":461,"79":27,"8":273,"80":21,"9":997,"all_client":150227,"all_tv_clinet":33518,"insert_time":"2014-08-22T14:32:36.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116279,"10":30,"107":733,"11":616,"12":125,"13":547,"14":106,"15":156,"155":41,"156":45,"158":52,"159":13,"16":334,"160":52,"161":192,"167":30,"168":3,"17":193,"18":646,"19":506,"20":87,"209":64,"21":636,"210":26,"211":9,"214":61,"215":276,"221":280,"223":444,"224":125,"225":800,"23":526,"24":7190,"25":278,"257":121,"26":113,"268":9,"27":90,"273":69,"276":59,"279":16,"28":9781,"281":11,"282":62,"291":34,"292":131,"30":51,"302":14,"306":19,"31":87,"314":6,"32":46,"33":66,"34":99,"347":8,"35":105,"352":881,"36":195,"37":86,"38":645,"380":42,"381":78,"383":79,"389":1,"39":159,"391":67,"396":4,"397":73,"40":273,"409":51,"41":89,"414":153,"415":97,"419":8,"42":39,"426":37,"43":32,"430":104,"433":18,"44":26,"45":43,"46":274,"48":55,"49":52,"5":1332,"51":37,"52":117,"53":113,"56":14,"570":15,"6":149,"63":43,"7":446,"79":29,"8":279,"80":19,"9":989,"all_client":149741,"all_tv_clinet":33462,"insert_time":"2014-08-22T14:33:37.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115881,"10":26,"107":718,"11":615,"12":109,"13":523,"14":104,"15":153,"155":35,"156":46,"158":52,"159":14,"16":330,"160":51,"161":185,"167":29,"168":3,"17":187,"18":640,"19":505,"20":89,"209":66,"21":630,"210":26,"211":9,"214":61,"215":276,"221":273,"223":433,"224":129,"225":811,"23":539,"24":7231,"25":265,"257":127,"26":116,"268":10,"27":90,"273":66,"276":55,"279":18,"28":9761,"281":11,"282":63,"291":28,"292":131,"30":47,"302":13,"306":19,"31":81,"314":6,"32":43,"33":64,"34":102,"347":8,"35":107,"352":888,"36":202,"37":87,"38":644,"380":42,"381":72,"383":86,"389":1,"39":159,"391":79,"396":3,"397":68,"40":271,"409":45,"41":89,"414":153,"415":93,"419":9,"42":40,"426":34,"43":34,"430":108,"433":17,"44":27,"45":40,"46":274,"48":57,"49":50,"5":1360,"51":37,"52":118,"53":104,"56":12,"570":16,"6":155,"63":50,"7":428,"79":28,"8":282,"80":15,"9":985,"all_client":149272,"all_tv_clinet":33391,"insert_time":"2014-08-22T14:34:38.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115456,"10":26,"107":715,"11":637,"12":102,"13":519,"14":101,"15":155,"155":36,"156":43,"158":46,"159":16,"16":323,"160":52,"161":175,"167":29,"168":2,"17":179,"18":630,"19":489,"20":84,"209":65,"21":615,"210":24,"211":8,"214":62,"215":275,"221":273,"223":430,"224":128,"225":792,"23":535,"24":7260,"25":266,"257":130,"26":117,"268":8,"27":90,"273":64,"276":54,"279":19,"28":9789,"281":11,"282":68,"291":24,"292":113,"30":47,"302":13,"306":17,"31":82,"314":8,"32":39,"33":56,"34":103,"347":6,"35":110,"352":910,"36":213,"37":87,"38":653,"380":44,"381":74,"383":85,"389":1,"39":158,"391":96,"396":4,"397":56,"40":274,"409":48,"41":83,"414":158,"415":91,"419":8,"42":40,"426":35,"43":32,"430":108,"433":18,"44":26,"45":36,"46":270,"48":56,"49":47,"5":1361,"51":37,"52":116,"53":109,"56":13,"570":15,"6":159,"63":58,"7":420,"79":29,"8":286,"80":15,"9":958,"all_client":148803,"all_tv_clinet":33347,"insert_time":"2014-08-22T14:35:39.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114988,"10":25,"107":701,"11":663,"12":106,"13":515,"14":100,"15":145,"155":35,"156":43,"158":45,"159":17,"16":322,"160":50,"161":164,"167":31,"168":2,"17":173,"18":633,"19":462,"20":83,"209":66,"21":619,"210":20,"211":6,"214":63,"215":272,"221":273,"223":425,"224":132,"225":791,"23":541,"24":7286,"25":260,"257":138,"26":113,"268":9,"27":86,"273":63,"276":52,"279":15,"28":9809,"281":11,"282":74,"291":23,"292":106,"30":51,"302":11,"306":17,"31":83,"314":8,"32":39,"33":60,"34":104,"347":5,"35":111,"352":901,"36":206,"37":87,"38":645,"380":44,"381":72,"383":84,"389":1,"39":157,"391":106,"396":4,"397":50,"40":274,"409":49,"41":78,"414":166,"415":90,"419":8,"42":39,"426":31,"43":33,"430":106,"433":20,"44":24,"45":36,"46":267,"48":56,"49":47,"5":1360,"51":34,"52":119,"53":103,"56":11,"570":13,"6":169,"63":61,"7":415,"79":29,"8":267,"80":16,"9":928,"all_client":148251,"all_tv_clinet":33263,"insert_time":"2014-08-22T14:36:40.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114541,"10":27,"107":696,"11":667,"12":96,"13":512,"14":97,"15":148,"155":35,"156":45,"158":41,"159":17,"16":312,"160":48,"161":164,"167":32,"168":3,"17":166,"18":646,"19":452,"20":80,"209":64,"21":630,"210":20,"211":5,"214":60,"215":281,"221":286,"223":419,"224":137,"225":803,"23":538,"24":7294,"25":254,"257":135,"26":110,"268":9,"27":90,"273":66,"276":52,"279":14,"28":9796,"281":10,"282":74,"291":23,"292":108,"30":52,"302":13,"306":18,"31":86,"314":6,"32":37,"33":64,"34":99,"347":4,"35":112,"352":902,"36":204,"37":88,"38":634,"380":40,"381":76,"383":82,"39":163,"391":111,"396":6,"397":50,"40":271,"409":49,"41":72,"414":170,"415":82,"419":9,"42":44,"426":28,"43":34,"430":108,"433":21,"44":23,"45":35,"46":262,"48":50,"49":51,"5":1322,"51":35,"52":125,"53":95,"56":11,"570":15,"6":177,"63":61,"7":399,"79":27,"8":256,"80":16,"9":918,"all_client":147716,"all_tv_clinet":33175,"insert_time":"2014-08-22T14:37:41.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114068,"10":28,"107":710,"11":673,"12":87,"13":480,"14":91,"15":138,"155":31,"156":44,"158":42,"159":18,"16":330,"160":48,"161":158,"167":32,"168":3,"17":157,"18":632,"19":433,"20":84,"209":65,"21":624,"210":18,"211":4,"214":58,"215":290,"221":284,"223":419,"224":140,"225":797,"23":537,"24":7309,"25":253,"257":133,"26":111,"268":8,"27":92,"273":65,"276":50,"279":13,"28":9792,"281":10,"282":76,"291":23,"292":101,"30":53,"302":12,"306":17,"31":78,"314":5,"317":1,"32":32,"33":66,"34":100,"347":5,"35":112,"352":889,"36":201,"37":91,"38":630,"380":39,"381":74,"383":85,"39":167,"391":105,"396":7,"397":53,"40":271,"409":50,"41":70,"414":169,"415":81,"419":10,"42":45,"426":27,"43":32,"430":110,"433":21,"44":25,"45":38,"46":269,"48":47,"49":51,"5":1292,"51":34,"52":126,"53":90,"56":11,"570":21,"6":187,"63":58,"7":393,"79":25,"8":247,"80":16,"9":916,"all_client":147113,"all_tv_clinet":33045,"insert_time":"2014-08-22T14:38:42.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113639,"10":31,"107":722,"11":679,"12":83,"13":453,"14":88,"15":139,"155":29,"156":43,"158":39,"159":18,"16":344,"160":47,"161":150,"167":32,"168":4,"17":150,"18":630,"19":418,"20":83,"209":64,"21":610,"210":19,"211":4,"214":55,"215":294,"221":280,"223":410,"224":144,"225":788,"23":542,"24":7324,"25":250,"257":132,"26":114,"268":10,"27":92,"273":62,"276":45,"279":16,"28":9784,"281":11,"282":79,"291":19,"292":96,"30":55,"302":13,"306":18,"31":73,"314":5,"317":1,"32":28,"33":69,"34":103,"347":4,"35":112,"352":869,"36":199,"37":92,"38":626,"380":37,"381":70,"383":83,"39":163,"391":100,"396":7,"397":53,"40":266,"409":51,"41":68,"414":171,"415":81,"419":12,"42":48,"426":23,"43":33,"430":107,"433":18,"44":23,"45":37,"46":287,"48":43,"49":52,"5":1267,"51":31,"52":129,"53":85,"56":11,"570":22,"6":185,"63":60,"7":397,"79":24,"8":243,"80":16,"9":920,"all_client":146555,"all_tv_clinet":32916,"insert_time":"2014-08-22T14:39:43.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113148,"10":30,"107":712,"11":689,"12":82,"13":420,"14":84,"15":131,"155":27,"156":39,"158":40,"159":16,"16":354,"160":43,"161":147,"167":32,"168":3,"17":151,"18":619,"19":414,"20":88,"209":60,"21":611,"210":18,"211":4,"214":55,"215":291,"221":277,"223":411,"224":134,"225":798,"23":553,"24":7330,"25":242,"257":134,"26":117,"268":10,"27":92,"273":62,"276":42,"279":18,"28":9797,"281":11,"282":81,"291":19,"292":87,"30":58,"302":13,"306":18,"31":72,"314":5,"317":1,"32":29,"33":71,"34":100,"347":4,"35":109,"352":849,"36":193,"37":89,"38":615,"380":37,"381":69,"383":82,"39":164,"391":102,"396":7,"397":60,"40":262,"409":53,"41":68,"414":174,"415":85,"419":10,"42":53,"426":19,"43":34,"430":108,"433":16,"44":26,"45":35,"46":286,"48":44,"49":56,"5":1238,"51":34,"52":128,"53":84,"56":9,"570":20,"6":194,"63":55,"7":398,"79":25,"8":241,"80":13,"9":923,"all_client":145961,"all_tv_clinet":32813,"insert_time":"2014-08-22T14:40:44.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112704,"10":28,"107":681,"11":686,"12":78,"13":409,"14":85,"15":121,"155":26,"156":40,"158":41,"159":16,"16":373,"160":32,"161":156,"167":32,"168":4,"17":148,"18":628,"19":402,"20":84,"209":53,"21":636,"210":16,"211":4,"214":52,"215":295,"221":283,"223":406,"224":124,"225":787,"23":560,"24":7337,"25":226,"257":136,"26":112,"268":10,"27":93,"273":64,"276":43,"279":21,"28":9778,"281":10,"282":82,"291":17,"292":89,"30":57,"302":13,"306":18,"31":70,"314":4,"32":30,"33":69,"34":100,"347":3,"35":110,"352":849,"36":195,"37":88,"38":593,"380":38,"381":64,"383":82,"39":164,"391":106,"396":6,"397":64,"40":262,"409":52,"41":71,"414":173,"415":85,"419":12,"42":58,"426":19,"43":35,"430":110,"433":13,"44":24,"45":36,"46":283,"48":45,"49":54,"5":1197,"51":36,"52":129,"53":84,"56":9,"570":15,"6":204,"63":56,"7":413,"79":29,"8":238,"80":13,"9":931,"all_client":145417,"all_tv_clinet":32713,"insert_time":"2014-08-22T14:41:45.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112249,"10":27,"107":672,"11":715,"12":70,"13":383,"14":82,"15":107,"155":29,"156":39,"158":43,"159":17,"16":371,"160":30,"161":158,"167":34,"168":4,"17":141,"18":628,"19":404,"20":87,"209":50,"21":635,"210":18,"211":4,"214":50,"215":293,"221":297,"223":406,"224":113,"225":778,"23":569,"24":7324,"25":226,"257":138,"26":106,"268":10,"27":94,"273":62,"276":41,"279":23,"28":9770,"281":10,"282":87,"291":16,"292":82,"30":58,"302":13,"306":16,"31":73,"314":4,"32":28,"33":73,"34":99,"347":3,"35":111,"352":832,"36":198,"37":85,"38":589,"380":37,"381":65,"383":80,"389":1,"39":162,"391":112,"396":5,"397":64,"40":267,"409":52,"41":72,"414":166,"415":82,"419":12,"42":60,"426":18,"43":32,"430":111,"433":9,"44":21,"45":35,"46":281,"48":44,"49":59,"5":1157,"51":38,"52":130,"53":87,"56":8,"570":15,"6":211,"63":56,"7":411,"79":32,"8":243,"80":13,"9":934,"all_client":144856,"all_tv_clinet":32607,"insert_time":"2014-08-22T14:42:46.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111703,"10":29,"107":657,"11":734,"12":67,"13":386,"14":86,"15":104,"155":27,"156":38,"158":43,"159":20,"16":373,"160":28,"161":175,"167":34,"168":4,"17":127,"18":634,"19":395,"20":85,"209":53,"21":632,"210":17,"211":2,"214":45,"215":295,"221":299,"223":407,"224":100,"225":749,"23":573,"24":7342,"25":227,"257":139,"26":104,"268":8,"27":98,"273":58,"276":43,"279":24,"28":9753,"281":10,"282":92,"291":15,"292":77,"30":52,"302":15,"306":17,"31":69,"314":3,"32":27,"33":76,"34":105,"347":3,"35":114,"352":839,"36":205,"37":84,"38":592,"380":32,"381":67,"383":81,"389":2,"39":158,"391":110,"396":5,"397":68,"40":252,"409":52,"41":69,"414":149,"415":79,"419":15,"42":58,"426":17,"43":29,"430":107,"433":6,"44":21,"45":37,"46":284,"48":43,"49":61,"5":1140,"51":42,"52":136,"53":81,"56":10,"570":15,"6":207,"63":57,"7":411,"79":31,"8":240,"80":12,"9":933,"all_client":144229,"all_tv_clinet":32526,"insert_time":"2014-08-22T14:43:47.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111228,"10":28,"107":640,"11":760,"12":61,"13":378,"14":89,"15":107,"155":28,"156":38,"158":41,"159":18,"16":371,"160":26,"161":171,"167":34,"168":4,"17":123,"18":637,"19":375,"20":90,"209":52,"21":615,"210":17,"211":2,"214":43,"215":299,"221":307,"223":407,"224":100,"225":721,"23":574,"24":7385,"25":236,"257":141,"26":94,"268":8,"27":103,"273":56,"276":43,"279":25,"28":9699,"281":11,"282":98,"291":14,"292":72,"30":50,"302":15,"306":17,"31":63,"314":4,"32":24,"33":76,"34":111,"347":4,"35":116,"352":821,"36":201,"37":77,"38":592,"380":30,"381":66,"383":84,"389":2,"39":160,"391":112,"396":7,"397":67,"40":234,"409":52,"41":65,"414":133,"415":78,"419":14,"42":58,"426":24,"43":28,"430":108,"433":6,"44":19,"45":34,"46":287,"48":42,"49":66,"5":1141,"51":43,"52":138,"53":77,"56":11,"570":13,"6":210,"63":56,"7":406,"79":29,"8":245,"80":11,"9":888,"all_client":143584,"all_tv_clinet":32356,"insert_time":"2014-08-22T14:44:48.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110752,"10":26,"107":633,"11":797,"12":56,"13":369,"14":86,"15":113,"155":31,"156":36,"158":42,"159":15,"16":372,"160":24,"161":176,"167":34,"168":4,"17":116,"18":664,"19":353,"20":89,"209":51,"21":613,"210":13,"211":2,"214":45,"215":304,"221":302,"223":427,"224":97,"225":689,"23":596,"24":7474,"25":247,"257":134,"26":98,"268":9,"27":103,"273":56,"276":44,"279":24,"28":9548,"281":11,"282":100,"291":12,"292":71,"30":58,"302":15,"306":17,"31":63,"314":3,"32":24,"33":74,"34":112,"347":4,"35":121,"352":815,"36":188,"37":80,"38":575,"380":29,"381":68,"383":82,"389":2,"39":161,"391":113,"396":8,"397":68,"40":217,"409":51,"41":71,"414":120,"415":80,"419":14,"42":60,"426":27,"43":25,"430":110,"433":7,"44":21,"45":31,"46":296,"48":40,"49":70,"5":1155,"51":48,"52":144,"53":77,"56":13,"570":11,"6":208,"63":57,"7":433,"79":24,"8":259,"80":11,"9":793,"all_client":143011,"all_tv_clinet":32259,"insert_time":"2014-08-22T14:45:49.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110264,"10":27,"107":625,"11":830,"12":56,"13":370,"14":86,"15":119,"155":31,"156":36,"158":41,"159":15,"16":377,"160":22,"161":176,"167":33,"168":4,"17":111,"18":699,"19":326,"20":92,"209":52,"21":630,"210":13,"211":2,"214":47,"215":312,"221":298,"223":443,"224":106,"225":652,"23":612,"24":7613,"25":261,"257":130,"26":96,"268":9,"27":95,"273":61,"276":41,"279":24,"28":9331,"281":10,"282":101,"291":9,"292":67,"30":61,"302":14,"306":15,"31":60,"314":2,"32":22,"33":75,"34":110,"347":7,"35":122,"352":809,"36":190,"37":82,"38":588,"380":28,"381":71,"383":81,"389":1,"39":161,"391":116,"396":8,"397":64,"40":204,"409":49,"41":68,"414":113,"415":86,"419":10,"42":64,"426":31,"43":25,"430":110,"433":7,"44":22,"45":29,"46":301,"48":40,"49":71,"5":1172,"51":46,"52":142,"53":79,"56":12,"570":10,"6":213,"63":53,"7":455,"79":24,"8":263,"80":12,"9":694,"all_client":142447,"all_tv_clinet":32183,"insert_time":"2014-08-22T14:46:50.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109769,"10":27,"107":637,"11":869,"12":54,"13":378,"14":92,"15":114,"155":33,"156":40,"158":42,"159":14,"16":386,"160":22,"161":169,"167":31,"168":4,"17":110,"18":734,"19":303,"20":102,"209":59,"21":618,"210":13,"211":2,"214":46,"215":313,"221":305,"223":459,"224":114,"225":651,"23":607,"24":7730,"25":260,"257":128,"26":94,"268":11,"27":91,"273":62,"276":40,"279":21,"28":9119,"281":10,"282":106,"291":9,"292":65,"30":61,"302":14,"306":15,"31":58,"314":2,"32":22,"33":76,"34":113,"347":5,"35":131,"352":796,"36":193,"37":88,"38":586,"380":28,"381":67,"383":84,"389":1,"39":165,"391":116,"396":9,"397":63,"40":195,"409":49,"41":67,"414":115,"415":83,"419":9,"42":66,"426":27,"43":27,"430":113,"433":8,"44":27,"45":26,"46":309,"48":39,"49":73,"5":1173,"51":47,"52":145,"53":75,"56":13,"570":10,"6":213,"63":53,"7":470,"79":24,"8":257,"80":12,"9":605,"all_client":141886,"all_tv_clinet":32117,"insert_time":"2014-08-22T14:47:51.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109301,"10":23,"107":647,"11":876,"12":56,"13":384,"14":93,"15":103,"155":33,"156":38,"158":42,"159":15,"16":400,"160":21,"161":173,"167":30,"168":3,"17":103,"18":787,"19":285,"20":102,"209":63,"21":616,"210":12,"211":2,"214":45,"215":317,"221":309,"223":453,"224":114,"225":632,"23":611,"24":7786,"25":260,"257":130,"26":94,"268":12,"27":84,"273":58,"276":39,"279":23,"28":9040,"281":8,"282":103,"291":9,"292":64,"30":56,"302":14,"306":14,"31":53,"314":1,"32":22,"33":74,"34":117,"347":4,"35":140,"352":815,"36":199,"37":87,"38":579,"380":27,"381":71,"383":78,"39":168,"391":112,"396":10,"397":65,"40":193,"409":50,"41":63,"414":112,"415":82,"419":9,"42":69,"426":27,"43":29,"430":107,"433":9,"44":30,"45":26,"46":313,"48":42,"49":74,"5":1130,"51":44,"52":146,"53":79,"56":14,"570":8,"6":217,"63":57,"7":488,"79":22,"8":249,"80":13,"9":563,"all_client":141370,"all_tv_clinet":32069,"insert_time":"2014-08-22T14:48:52.671Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108912,"10":20,"107":669,"11":907,"12":60,"13":381,"14":91,"15":90,"155":30,"156":37,"158":41,"159":13,"16":406,"160":23,"161":165,"167":31,"168":3,"17":103,"18":814,"19":277,"20":106,"209":63,"21":601,"210":12,"211":2,"214":45,"215":325,"221":308,"223":461,"224":115,"225":619,"23":603,"24":7735,"25":258,"257":127,"26":91,"268":13,"27":84,"273":62,"276":36,"279":26,"28":9047,"281":8,"282":100,"291":10,"292":61,"30":53,"302":14,"306":13,"31":53,"314":1,"32":24,"33":72,"34":120,"347":4,"35":139,"352":813,"36":194,"37":82,"38":576,"380":27,"381":67,"383":77,"39":170,"391":108,"396":9,"397":64,"40":181,"409":49,"41":65,"414":103,"415":76,"419":9,"42":68,"426":28,"43":34,"430":105,"433":10,"44":29,"45":28,"46":317,"48":41,"49":76,"5":1075,"51":39,"52":140,"53":81,"56":13,"570":10,"6":233,"63":60,"7":481,"79":20,"8":232,"80":12,"9":547,"all_client":140833,"all_tv_clinet":31921,"insert_time":"2014-08-22T14:49:53.705Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108463,"10":20,"107":675,"11":925,"12":65,"13":377,"14":86,"15":91,"155":28,"156":35,"158":42,"159":14,"16":403,"160":23,"161":159,"167":30,"168":4,"17":100,"18":829,"19":272,"20":105,"209":63,"21":605,"210":11,"211":2,"214":46,"215":325,"221":307,"223":459,"224":118,"225":596,"23":594,"24":7649,"25":261,"257":124,"26":92,"268":12,"27":81,"273":60,"276":38,"279":27,"28":9118,"281":8,"282":97,"291":10,"292":62,"30":46,"302":14,"306":12,"31":58,"314":2,"32":22,"33":71,"34":113,"347":4,"35":128,"352":815,"36":195,"37":80,"38":571,"380":25,"381":67,"383":75,"39":177,"391":107,"396":7,"397":66,"40":163,"409":51,"41":65,"414":96,"415":77,"419":9,"42":63,"426":26,"43":36,"430":101,"433":9,"44":29,"45":35,"46":312,"48":43,"49":75,"5":1032,"51":40,"52":124,"53":78,"56":13,"570":10,"6":253,"63":63,"7":479,"79":20,"8":232,"80":12,"9":514,"all_client":140226,"all_tv_clinet":31763,"insert_time":"2014-08-22T14:50:54.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107945,"10":19,"107":656,"11":939,"12":67,"13":373,"14":84,"15":80,"155":29,"156":38,"158":41,"159":13,"16":406,"160":23,"161":153,"167":29,"168":3,"17":103,"18":820,"19":276,"20":106,"209":64,"21":602,"210":11,"211":1,"214":47,"215":333,"221":302,"223":460,"224":117,"225":601,"23":590,"24":7559,"25":264,"257":119,"26":91,"268":11,"27":82,"273":64,"276":37,"279":26,"28":9232,"281":9,"282":93,"291":10,"292":57,"30":42,"302":14,"306":12,"31":57,"314":3,"32":18,"33":72,"34":107,"347":7,"35":118,"352":812,"36":195,"37":81,"38":554,"380":24,"381":73,"383":72,"39":187,"391":106,"396":5,"397":64,"40":155,"409":52,"41":63,"414":94,"415":75,"419":9,"42":59,"426":24,"43":35,"430":98,"433":9,"44":34,"45":35,"46":316,"48":43,"49":80,"5":982,"51":41,"52":115,"53":79,"56":13,"570":12,"6":260,"63":61,"7":480,"79":20,"8":231,"80":10,"9":479,"all_client":139572,"all_tv_clinet":31627,"insert_time":"2014-08-22T14:51:56.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107495,"10":21,"107":652,"11":948,"12":66,"13":369,"14":85,"15":78,"155":31,"156":35,"158":40,"159":15,"16":414,"160":22,"161":148,"167":29,"168":3,"17":102,"18":825,"19":275,"20":109,"209":66,"21":593,"210":13,"211":1,"214":46,"215":336,"221":300,"223":460,"224":104,"225":589,"23":597,"24":7498,"25":272,"257":115,"26":84,"268":11,"27":85,"273":65,"276":35,"279":23,"28":9305,"281":8,"282":91,"291":9,"292":60,"30":38,"302":13,"306":12,"31":58,"314":3,"32":18,"33":70,"34":102,"347":9,"35":114,"352":809,"36":195,"37":81,"38":554,"380":24,"381":81,"383":73,"39":175,"391":110,"396":4,"397":59,"40":139,"409":51,"41":60,"414":86,"415":77,"419":8,"42":54,"426":17,"43":32,"430":91,"433":10,"44":32,"45":39,"46":308,"48":44,"49":82,"5":943,"51":43,"52":102,"53":83,"56":16,"570":11,"6":256,"63":61,"7":487,"79":20,"8":231,"80":11,"9":463,"all_client":138987,"all_tv_clinet":31492,"insert_time":"2014-08-22T14:52:57.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106981,"10":24,"107":670,"11":965,"12":70,"13":366,"14":83,"15":76,"155":32,"156":36,"158":39,"159":19,"16":430,"160":19,"161":148,"167":29,"168":3,"17":104,"18":831,"19":275,"20":112,"209":64,"21":588,"210":13,"211":2,"214":48,"215":345,"221":295,"223":456,"224":93,"225":578,"23":606,"24":7480,"25":259,"257":106,"26":75,"268":9,"27":86,"273":65,"276":35,"279":23,"28":9347,"281":8,"282":85,"291":9,"292":61,"30":33,"302":14,"306":12,"31":61,"314":2,"32":22,"33":73,"34":100,"347":9,"35":117,"352":804,"36":190,"37":83,"38":539,"380":27,"381":74,"383":67,"389":1,"39":159,"391":112,"396":4,"397":57,"40":127,"409":54,"41":60,"414":73,"415":77,"419":7,"42":50,"426":16,"43":31,"430":86,"433":9,"44":30,"45":34,"46":302,"48":43,"49":80,"5":921,"51":46,"52":94,"53":84,"56":19,"570":10,"6":248,"63":60,"7":475,"79":18,"8":226,"80":10,"9":442,"all_client":138340,"all_tv_clinet":31359,"insert_time":"2014-08-22T14:53:58.564Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106430,"10":23,"107":660,"11":968,"12":75,"13":359,"14":77,"15":73,"155":32,"156":38,"158":42,"159":20,"16":434,"160":20,"161":153,"167":29,"168":4,"17":102,"18":842,"19":275,"20":111,"209":63,"21":598,"210":13,"211":2,"214":47,"215":351,"221":303,"223":468,"224":93,"225":567,"23":594,"24":7466,"25":250,"257":97,"26":72,"268":6,"27":91,"273":69,"276":36,"279":22,"28":9360,"281":8,"282":84,"291":9,"292":62,"30":32,"302":15,"306":12,"31":61,"314":1,"32":22,"33":74,"34":103,"347":8,"35":132,"352":796,"36":187,"37":84,"38":538,"380":28,"381":69,"383":66,"389":1,"39":136,"391":112,"396":5,"397":56,"40":117,"409":53,"41":56,"414":72,"415":73,"419":7,"42":46,"426":16,"43":30,"430":83,"433":9,"44":30,"45":31,"46":279,"48":46,"49":78,"5":904,"51":44,"52":84,"53":82,"56":22,"570":10,"6":250,"63":57,"7":473,"79":16,"8":218,"80":11,"9":408,"all_client":137641,"all_tv_clinet":31211,"insert_time":"2014-08-22T14:54:59.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105977,"10":22,"107":670,"11":974,"12":88,"13":358,"14":76,"15":73,"155":32,"156":42,"158":44,"159":19,"16":410,"160":18,"161":156,"167":28,"168":4,"17":98,"18":844,"19":269,"20":116,"209":58,"21":591,"210":12,"211":2,"214":47,"215":351,"221":309,"223":464,"224":89,"225":557,"23":575,"24":7463,"25":235,"257":95,"26":69,"268":7,"27":91,"273":70,"276":37,"279":20,"28":9357,"281":8,"282":81,"291":9,"292":64,"30":34,"302":16,"306":11,"31":64,"314":1,"32":21,"33":75,"34":101,"347":8,"35":135,"352":794,"36":188,"37":89,"38":524,"380":29,"381":68,"383":64,"389":1,"39":132,"391":113,"396":5,"397":55,"40":107,"409":50,"41":51,"414":68,"415":73,"419":9,"42":45,"426":13,"43":29,"430":78,"433":9,"44":28,"45":29,"46":261,"48":47,"49":80,"5":883,"51":44,"52":77,"53":81,"56":22,"570":10,"6":245,"63":55,"7":471,"79":15,"8":220,"80":10,"9":377,"all_client":136994,"all_tv_clinet":31017,"insert_time":"2014-08-22T14:56:00.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105445,"10":22,"107":663,"11":967,"12":95,"13":359,"14":75,"15":72,"155":34,"156":43,"158":46,"159":20,"16":380,"160":20,"161":163,"167":29,"168":4,"17":106,"18":852,"19":262,"20":120,"209":53,"21":593,"210":12,"211":2,"214":48,"215":358,"221":301,"223":473,"224":86,"225":542,"23":555,"24":7445,"25":237,"257":87,"26":70,"268":6,"27":86,"273":70,"276":33,"279":21,"28":9323,"281":7,"282":84,"291":10,"292":69,"30":39,"302":17,"306":11,"31":61,"314":1,"32":18,"33":75,"34":101,"347":9,"35":132,"352":802,"36":191,"37":82,"38":516,"380":29,"381":70,"383":66,"389":1,"39":117,"391":113,"396":4,"397":53,"40":107,"409":47,"41":47,"414":69,"415":74,"419":8,"42":45,"426":13,"43":31,"430":73,"433":9,"44":29,"45":26,"46":241,"48":46,"49":81,"5":863,"51":45,"52":73,"53":79,"56":24,"570":8,"6":248,"63":54,"7":481,"79":14,"8":218,"80":10,"9":343,"all_client":136262,"all_tv_clinet":30817,"insert_time":"2014-08-22T14:57:01.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104944,"10":22,"107":666,"11":958,"12":94,"13":359,"14":76,"15":74,"155":33,"156":42,"158":45,"159":18,"16":344,"160":21,"161":159,"167":29,"168":5,"17":108,"18":874,"19":267,"20":120,"209":54,"21":592,"210":10,"211":2,"214":46,"215":359,"221":289,"223":479,"224":79,"225":535,"23":545,"24":7456,"25":231,"257":86,"26":68,"268":7,"27":83,"273":68,"276":33,"279":19,"28":9248,"281":8,"282":92,"291":10,"292":68,"30":42,"302":17,"306":11,"31":57,"314":1,"32":20,"33":74,"34":104,"347":9,"35":138,"352":787,"36":194,"37":79,"38":527,"380":30,"381":68,"383":67,"389":1,"39":111,"391":107,"396":5,"397":54,"40":106,"409":43,"41":47,"414":68,"415":83,"419":7,"42":43,"426":11,"43":33,"430":70,"433":10,"44":30,"45":24,"46":233,"48":46,"49":84,"5":845,"51":44,"52":72,"53":80,"56":24,"570":7,"6":254,"63":48,"7":496,"79":15,"8":209,"80":10,"9":331,"all_client":135601,"all_tv_clinet":30657,"insert_time":"2014-08-22T14:58:02.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104441,"10":22,"107":678,"11":954,"12":88,"13":360,"14":67,"15":88,"155":33,"156":39,"158":45,"159":15,"16":322,"160":22,"161":157,"167":32,"168":6,"17":113,"18":862,"19":266,"20":126,"209":48,"21":606,"210":9,"211":2,"214":46,"215":362,"221":282,"223":493,"224":78,"225":538,"23":561,"24":7549,"25":249,"257":84,"26":66,"268":6,"27":85,"273":61,"276":32,"279":19,"28":9044,"281":7,"282":96,"291":10,"292":67,"30":38,"302":16,"306":10,"31":56,"314":1,"32":23,"33":76,"34":104,"347":9,"35":139,"352":783,"36":193,"37":79,"38":508,"380":33,"381":66,"383":64,"389":1,"39":100,"391":102,"396":5,"397":52,"40":101,"409":42,"41":50,"414":66,"415":83,"419":5,"42":44,"426":10,"43":35,"430":68,"433":10,"44":31,"45":23,"46":237,"48":46,"49":88,"5":835,"51":45,"52":65,"53":80,"56":26,"570":6,"6":269,"63":45,"7":506,"79":16,"8":204,"80":10,"9":310,"all_client":134950,"all_tv_clinet":30509,"insert_time":"2014-08-22T14:59:03.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103880,"10":24,"107":666,"11":970,"12":88,"13":373,"14":68,"15":100,"155":32,"156":39,"158":46,"159":12,"16":301,"160":22,"161":150,"167":32,"168":6,"17":115,"18":829,"19":288,"20":134,"209":46,"21":626,"210":9,"211":2,"214":48,"215":361,"221":272,"223":508,"224":78,"225":572,"23":559,"24":7621,"25":265,"257":78,"26":61,"268":6,"27":90,"273":62,"276":34,"279":19,"28":8789,"281":6,"282":103,"291":10,"292":66,"30":31,"302":16,"306":10,"31":47,"314":1,"32":24,"33":78,"34":109,"347":10,"35":145,"352":778,"36":192,"37":82,"38":502,"380":34,"381":71,"383":58,"389":1,"39":97,"391":90,"396":8,"397":50,"40":97,"409":41,"41":47,"414":67,"415":86,"419":5,"42":44,"426":9,"43":36,"430":67,"433":11,"44":31,"45":24,"46":225,"48":47,"49":94,"5":839,"51":43,"52":58,"53":74,"56":26,"570":7,"6":279,"63":39,"7":521,"79":16,"8":195,"80":11,"9":294,"all_client":134233,"all_tv_clinet":30353,"insert_time":"2014-08-22T15:00:04.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103472,"10":25,"107":642,"11":992,"12":95,"13":373,"14":68,"15":103,"155":29,"156":36,"158":50,"159":13,"16":287,"160":19,"161":156,"167":37,"168":6,"17":113,"18":794,"19":295,"20":146,"209":40,"21":641,"210":9,"211":2,"214":49,"215":365,"221":273,"223":527,"224":69,"225":599,"23":592,"24":7608,"25":304,"257":74,"26":62,"268":6,"27":94,"273":64,"276":31,"279":21,"28":8554,"281":7,"282":105,"291":11,"292":67,"30":29,"302":18,"306":12,"31":44,"314":1,"32":22,"33":78,"34":111,"347":11,"35":146,"352":777,"36":191,"37":82,"38":485,"380":35,"381":71,"383":64,"389":1,"39":91,"391":91,"396":8,"397":43,"40":97,"409":43,"41":49,"414":66,"415":89,"419":5,"42":49,"426":11,"43":36,"430":62,"433":11,"44":34,"45":25,"46":218,"48":45,"49":99,"5":841,"51":48,"52":61,"53":72,"56":20,"570":7,"6":291,"63":40,"7":529,"79":16,"8":188,"80":11,"9":274,"all_client":133673,"all_tv_clinet":30201,"insert_time":"2014-08-22T15:01:05.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103044,"10":28,"107":613,"11":1013,"12":96,"13":382,"14":71,"15":107,"155":30,"156":37,"158":49,"159":11,"16":284,"160":22,"161":157,"167":38,"168":6,"17":113,"18":765,"19":299,"20":149,"209":39,"21":648,"210":10,"211":2,"214":51,"215":373,"221":271,"223":532,"224":69,"225":628,"23":613,"24":7424,"25":348,"257":73,"26":67,"268":5,"27":101,"273":64,"276":29,"279":21,"28":8429,"281":7,"282":105,"291":12,"292":66,"30":26,"302":18,"306":11,"31":42,"314":1,"32":21,"33":80,"34":113,"347":10,"35":156,"352":763,"36":188,"37":86,"38":476,"380":34,"381":72,"383":63,"389":1,"39":88,"391":90,"396":9,"397":41,"40":97,"409":46,"41":47,"414":62,"415":93,"419":5,"42":59,"426":16,"43":35,"430":67,"431":1,"433":11,"44":40,"45":23,"46":216,"48":46,"49":102,"5":861,"51":50,"52":66,"53":72,"56":18,"570":7,"6":309,"63":39,"7":519,"79":16,"8":180,"80":11,"9":272,"all_client":133076,"all_tv_clinet":30032,"insert_time":"2014-08-22T15:02:07.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102527,"10":27,"107":599,"11":1034,"12":103,"13":384,"14":70,"15":109,"155":29,"156":36,"158":49,"159":12,"16":284,"160":23,"161":161,"167":39,"168":6,"17":112,"18":733,"19":297,"20":151,"209":33,"21":663,"210":11,"211":2,"214":53,"215":386,"221":260,"223":533,"224":73,"225":652,"23":636,"24":7197,"25":384,"257":71,"26":78,"268":5,"27":100,"273":59,"276":28,"279":22,"28":8382,"281":7,"282":104,"291":12,"292":65,"30":26,"302":19,"306":12,"31":46,"314":1,"32":20,"33":76,"34":112,"347":10,"35":160,"352":775,"36":179,"37":88,"38":467,"380":35,"381":67,"383":61,"389":1,"39":83,"391":88,"396":10,"397":39,"40":103,"409":46,"41":47,"414":62,"415":91,"419":5,"42":65,"426":15,"43":35,"430":66,"431":1,"433":11,"44":42,"45":22,"46":220,"48":52,"49":101,"5":891,"51":54,"52":68,"53":75,"56":17,"570":8,"6":313,"63":38,"7":515,"79":17,"8":177,"80":10,"9":271,"all_client":132414,"all_tv_clinet":29887,"insert_time":"2014-08-22T15:03:08.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102112,"10":26,"107":598,"11":1061,"12":97,"13":383,"14":72,"15":109,"155":27,"156":36,"158":48,"159":10,"16":292,"160":23,"161":159,"167":39,"168":5,"17":112,"18":693,"19":301,"20":149,"209":31,"21":677,"210":12,"211":3,"214":52,"215":385,"221":260,"223":526,"224":76,"225":646,"23":610,"24":7058,"25":412,"257":75,"26":94,"268":5,"27":104,"273":55,"276":28,"279":20,"28":8340,"281":7,"282":110,"291":10,"292":64,"30":22,"302":19,"306":11,"31":49,"314":1,"32":18,"33":76,"34":115,"347":11,"35":171,"352":776,"36":169,"37":91,"38":465,"380":34,"381":70,"383":63,"389":1,"39":74,"391":87,"396":11,"397":37,"40":103,"409":50,"41":44,"414":58,"415":82,"419":7,"42":70,"426":16,"43":33,"430":67,"431":1,"433":11,"44":43,"45":23,"46":218,"48":56,"49":101,"5":894,"51":51,"52":70,"53":75,"56":17,"570":9,"6":312,"63":33,"7":520,"79":18,"8":168,"80":10,"9":300,"all_client":131843,"all_tv_clinet":29731,"insert_time":"2014-08-22T15:04:09.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101618,"10":26,"107":618,"11":1074,"12":95,"13":371,"14":70,"15":109,"155":26,"156":33,"158":50,"159":8,"16":287,"160":23,"161":155,"167":38,"168":5,"17":111,"18":671,"19":306,"20":146,"209":30,"21":683,"210":13,"211":3,"214":52,"215":393,"221":268,"223":523,"224":78,"225":659,"23":584,"24":6956,"25":406,"257":72,"26":105,"268":5,"27":102,"273":53,"276":27,"279":19,"28":8325,"281":7,"282":111,"291":10,"292":64,"30":22,"302":19,"306":12,"31":53,"314":1,"32":18,"33":76,"34":115,"347":14,"35":171,"352":759,"36":166,"37":95,"38":461,"380":33,"381":72,"383":61,"389":1,"39":76,"391":85,"396":11,"397":35,"40":106,"409":48,"41":41,"414":56,"415":79,"419":7,"42":72,"426":15,"43":32,"430":68,"433":11,"44":49,"45":20,"46":204,"48":54,"49":98,"5":894,"51":51,"52":66,"53":70,"56":15,"570":9,"6":319,"63":27,"7":525,"79":17,"8":158,"80":10,"9":302,"all_client":131167,"all_tv_clinet":29549,"insert_time":"2014-08-22T15:05:10.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101101,"10":25,"107":614,"11":1084,"12":92,"13":381,"14":73,"15":100,"155":26,"156":32,"158":47,"159":6,"16":291,"160":22,"161":142,"167":39,"168":5,"17":110,"18":657,"19":305,"20":146,"209":32,"21":653,"210":12,"211":3,"214":53,"215":389,"221":260,"223":534,"224":82,"225":675,"23":580,"24":6897,"25":421,"257":74,"26":119,"268":5,"27":103,"273":55,"276":25,"279":20,"28":8150,"281":7,"282":111,"291":8,"292":59,"30":22,"302":19,"306":12,"31":48,"314":1,"32":20,"33":74,"34":109,"347":15,"35":171,"352":771,"36":174,"37":95,"38":464,"380":35,"381":78,"383":60,"389":1,"39":78,"391":83,"396":8,"397":36,"40":104,"409":46,"41":36,"414":56,"415":78,"419":8,"42":70,"426":15,"43":33,"430":70,"433":9,"44":50,"45":19,"46":208,"48":55,"49":98,"5":902,"51":53,"52":69,"53":68,"56":14,"570":7,"6":322,"63":28,"7":523,"79":16,"8":156,"80":11,"9":306,"all_client":130429,"all_tv_clinet":29328,"insert_time":"2014-08-22T15:06:11.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100575,"10":27,"107":607,"11":1098,"12":92,"13":390,"14":78,"15":100,"155":25,"156":35,"158":45,"159":5,"16":296,"160":22,"161":133,"167":40,"168":6,"17":108,"18":632,"19":304,"20":137,"209":29,"21":640,"210":13,"211":3,"214":52,"215":402,"221":258,"223":544,"224":78,"225":698,"23":591,"24":6929,"25":407,"257":71,"26":122,"268":5,"27":107,"273":54,"276":24,"279":19,"28":7855,"281":6,"282":111,"291":8,"292":62,"30":20,"302":15,"306":12,"31":57,"314":3,"32":23,"33":73,"34":97,"347":14,"35":170,"352":755,"36":171,"37":95,"38":465,"380":37,"381":73,"383":58,"389":1,"39":74,"391":84,"396":8,"397":39,"40":106,"409":41,"41":43,"414":63,"415":77,"419":7,"42":70,"426":11,"43":34,"430":71,"433":9,"44":46,"45":18,"46":214,"48":57,"49":93,"5":923,"51":57,"52":68,"53":69,"56":13,"570":6,"6":329,"63":28,"7":520,"79":18,"8":153,"80":12,"9":305,"all_client":129648,"all_tv_clinet":29073,"insert_time":"2014-08-22T15:07:12.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99930,"10":28,"107":602,"11":1121,"12":88,"13":383,"14":79,"15":103,"155":26,"156":37,"158":48,"159":3,"16":299,"160":23,"161":123,"167":40,"168":6,"17":97,"18":624,"19":302,"20":136,"209":26,"21":604,"210":13,"211":4,"214":53,"215":405,"221":257,"223":546,"224":75,"225":713,"23":589,"24":7055,"25":393,"257":74,"26":122,"268":6,"27":109,"273":54,"276":23,"279":17,"28":7514,"281":6,"282":107,"291":9,"292":64,"30":18,"302":15,"306":12,"31":57,"314":4,"32":20,"33":72,"34":97,"347":15,"35":175,"352":758,"36":171,"37":92,"38":473,"380":37,"381":79,"383":59,"389":1,"39":72,"391":76,"396":8,"397":39,"40":107,"409":39,"41":46,"414":68,"415":71,"419":7,"42":69,"426":9,"43":33,"430":70,"433":9,"44":41,"45":18,"46":220,"48":52,"49":93,"5":932,"51":59,"52":66,"53":68,"56":11,"570":5,"6":320,"63":29,"7":515,"79":18,"8":152,"80":12,"9":308,"all_client":128733,"all_tv_clinet":28803,"insert_time":"2014-08-22T15:08:13.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99375,"10":26,"107":599,"11":1132,"12":71,"13":383,"14":73,"15":106,"155":27,"156":40,"158":50,"159":4,"16":302,"160":23,"161":123,"167":39,"168":6,"17":83,"18":624,"19":297,"20":139,"209":26,"21":596,"210":14,"211":4,"214":53,"215":411,"221":261,"223":503,"224":69,"225":715,"23":584,"24":7155,"25":352,"257":72,"26":119,"268":8,"27":107,"273":51,"276":22,"279":14,"28":7219,"281":7,"282":103,"291":8,"292":65,"30":17,"302":13,"306":11,"31":60,"314":5,"32":22,"33":74,"34":98,"347":14,"35":173,"352":741,"36":169,"37":90,"38":474,"380":37,"381":75,"383":59,"389":1,"39":75,"391":70,"396":9,"397":38,"40":103,"409":38,"41":47,"414":67,"415":70,"419":5,"42":68,"426":9,"43":28,"430":67,"433":9,"44":45,"45":18,"46":219,"48":54,"49":96,"5":931,"51":56,"52":66,"53":68,"56":8,"570":5,"6":308,"63":28,"7":509,"79":17,"8":149,"80":12,"9":317,"all_client":127802,"all_tv_clinet":28427,"insert_time":"2014-08-22T15:09:14.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98696,"10":26,"107":592,"11":1153,"12":66,"13":378,"14":75,"15":110,"155":27,"156":40,"158":51,"159":4,"16":303,"160":25,"161":122,"167":40,"168":6,"17":73,"18":621,"19":296,"20":138,"209":27,"21":589,"210":11,"211":4,"214":54,"215":415,"221":255,"223":462,"224":70,"225":726,"23":592,"24":7243,"25":334,"257":71,"26":128,"268":8,"27":104,"273":51,"276":22,"279":14,"28":6857,"281":7,"282":99,"291":8,"292":69,"30":18,"302":13,"306":9,"31":61,"314":4,"32":23,"33":73,"34":100,"347":13,"35":165,"352":736,"36":164,"37":89,"38":470,"380":38,"381":74,"383":58,"389":1,"39":78,"391":65,"396":8,"397":35,"40":103,"409":38,"41":47,"414":59,"415":69,"419":4,"42":64,"426":14,"43":24,"430":67,"433":7,"44":48,"45":19,"46":220,"48":55,"49":94,"5":925,"51":56,"52":66,"53":62,"56":6,"570":4,"6":311,"63":29,"7":507,"79":19,"8":148,"80":12,"9":334,"all_client":126768,"all_tv_clinet":28072,"insert_time":"2014-08-22T15:10:15.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97982,"10":23,"107":586,"11":1176,"12":58,"13":380,"14":79,"15":117,"155":28,"156":40,"158":50,"159":7,"16":309,"160":22,"161":116,"167":42,"168":5,"17":73,"18":607,"19":296,"20":135,"209":27,"21":596,"210":10,"211":4,"214":55,"215":412,"221":240,"223":440,"224":68,"225":719,"23":603,"24":7315,"25":316,"257":70,"26":135,"268":8,"27":89,"273":52,"276":19,"279":18,"28":6505,"281":7,"282":100,"291":7,"292":67,"30":21,"302":14,"306":9,"31":64,"314":3,"32":22,"33":70,"34":98,"347":11,"35":164,"352":729,"36":164,"37":85,"38":462,"380":38,"381":80,"383":54,"389":1,"39":80,"391":56,"396":8,"397":33,"40":97,"409":40,"41":51,"414":53,"415":73,"419":4,"42":62,"426":15,"43":28,"430":67,"433":6,"44":45,"45":19,"46":227,"48":53,"49":90,"5":920,"51":55,"52":74,"53":62,"56":8,"570":6,"6":311,"63":27,"7":512,"79":18,"8":146,"80":12,"9":339,"all_client":125699,"all_tv_clinet":27717,"insert_time":"2014-08-22T15:11:16.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97237,"10":28,"107":570,"11":1190,"12":57,"13":367,"14":84,"15":114,"155":27,"156":35,"158":48,"159":7,"16":313,"160":21,"161":114,"167":42,"168":3,"17":61,"18":602,"19":302,"20":130,"209":23,"21":594,"210":9,"211":6,"214":53,"215":417,"221":233,"223":418,"224":64,"225":726,"23":605,"24":7365,"25":304,"257":71,"26":141,"268":8,"27":82,"273":51,"276":20,"279":18,"28":6175,"281":7,"282":98,"291":7,"292":71,"30":20,"302":15,"306":8,"31":75,"314":3,"32":21,"33":66,"34":97,"347":11,"35":167,"352":747,"36":157,"37":84,"38":472,"380":38,"381":82,"383":52,"389":1,"39":82,"391":53,"396":7,"397":32,"40":95,"409":38,"41":55,"414":52,"415":73,"419":5,"42":59,"426":15,"43":28,"430":67,"433":6,"44":41,"45":19,"46":223,"48":51,"49":91,"5":925,"51":54,"52":80,"53":58,"56":8,"570":7,"6":327,"63":29,"7":518,"79":19,"8":137,"80":13,"9":337,"all_client":124638,"all_tv_clinet":27401,"insert_time":"2014-08-22T15:12:18.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96542,"10":31,"107":577,"11":1211,"12":49,"13":363,"14":81,"15":115,"155":27,"156":36,"158":46,"159":8,"16":324,"160":20,"161":101,"167":44,"168":2,"17":57,"18":589,"19":304,"20":129,"209":25,"21":589,"210":10,"211":6,"214":48,"215":424,"221":241,"223":410,"224":64,"225":737,"23":602,"24":7419,"25":303,"257":71,"26":140,"268":10,"27":79,"273":51,"276":22,"279":20,"28":5908,"281":7,"282":94,"291":7,"292":68,"30":20,"302":16,"306":10,"31":82,"314":3,"32":14,"33":63,"34":95,"347":12,"35":168,"352":726,"36":157,"37":86,"38":476,"380":37,"381":80,"383":50,"389":1,"39":88,"391":52,"396":7,"397":29,"40":94,"409":34,"41":54,"414":56,"415":65,"419":6,"42":60,"426":11,"43":26,"430":64,"433":5,"44":36,"45":18,"46":219,"48":53,"49":94,"5":925,"51":55,"52":75,"53":55,"56":6,"570":9,"6":335,"63":30,"7":527,"79":15,"8":130,"80":13,"9":352,"all_client":123705,"all_tv_clinet":27163,"insert_time":"2014-08-22T15:13:19.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95893,"10":30,"107":579,"11":1182,"12":65,"13":358,"14":88,"15":112,"155":26,"156":40,"158":44,"159":8,"16":331,"160":18,"161":100,"167":45,"168":3,"17":58,"18":593,"19":302,"20":128,"209":26,"21":602,"210":10,"211":6,"214":45,"215":432,"221":239,"223":415,"224":62,"225":693,"23":604,"24":7430,"25":300,"257":64,"26":133,"268":10,"27":75,"273":51,"276":23,"279":21,"28":5696,"281":7,"282":94,"291":7,"292":69,"30":21,"302":19,"306":10,"31":87,"314":3,"32":16,"33":62,"34":94,"347":12,"35":160,"352":723,"36":161,"37":77,"38":469,"380":37,"381":84,"383":47,"389":1,"39":93,"391":50,"396":7,"397":27,"40":94,"409":29,"41":60,"414":58,"415":66,"419":7,"42":64,"426":9,"43":24,"430":63,"433":5,"44":34,"45":17,"46":213,"48":54,"49":94,"5":922,"51":54,"52":73,"53":53,"56":7,"570":10,"6":340,"63":29,"7":534,"79":18,"8":128,"80":13,"9":360,"all_client":122809,"all_tv_clinet":26916,"insert_time":"2014-08-22T15:14:20.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95201,"10":28,"107":575,"11":1102,"12":70,"13":345,"14":95,"15":108,"155":25,"156":40,"158":42,"159":11,"16":336,"160":21,"161":97,"167":45,"168":3,"17":58,"18":590,"19":295,"20":130,"209":29,"21":591,"210":11,"211":7,"214":43,"215":441,"221":237,"223":442,"224":61,"225":663,"23":606,"24":7453,"25":288,"257":62,"26":128,"268":9,"27":79,"273":48,"276":23,"279":23,"28":5479,"281":7,"282":90,"291":8,"292":66,"30":22,"302":20,"306":9,"31":92,"314":3,"32":16,"33":65,"34":87,"347":14,"35":157,"352":707,"36":158,"37":72,"38":475,"380":36,"381":92,"383":46,"389":1,"39":95,"391":49,"396":6,"397":27,"40":95,"409":26,"41":59,"414":60,"415":59,"419":7,"42":63,"426":9,"43":26,"430":68,"433":5,"44":36,"45":17,"46":220,"48":47,"49":97,"5":911,"51":57,"52":70,"53":59,"56":5,"570":9,"6":329,"63":27,"7":563,"79":20,"8":128,"80":12,"9":378,"all_client":121822,"all_tv_clinet":26621,"insert_time":"2014-08-22T15:15:21.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94567,"10":29,"107":570,"11":1015,"12":76,"13":335,"14":103,"15":104,"155":27,"156":47,"158":31,"159":11,"16":344,"160":21,"161":102,"167":46,"168":3,"17":55,"18":590,"19":288,"20":135,"209":26,"21":563,"210":12,"211":7,"214":40,"215":437,"221":224,"223":456,"224":60,"225":639,"23":605,"24":7476,"25":270,"257":57,"26":116,"268":7,"27":81,"273":48,"276":23,"279":25,"28":5258,"281":7,"282":89,"291":8,"292":56,"30":21,"302":21,"306":8,"31":96,"314":5,"32":17,"33":66,"34":84,"347":14,"35":153,"352":710,"36":162,"37":71,"38":475,"380":36,"381":89,"383":51,"389":1,"39":99,"391":45,"396":6,"397":29,"40":102,"409":26,"41":62,"414":61,"415":67,"419":6,"42":62,"426":6,"43":24,"430":74,"433":5,"44":35,"45":20,"46":224,"48":46,"49":100,"5":920,"51":57,"52":68,"53":55,"56":5,"570":9,"6":331,"63":31,"7":559,"79":25,"8":130,"80":12,"9":401,"all_client":120871,"all_tv_clinet":26304,"insert_time":"2014-08-22T15:16:22.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93972,"10":30,"107":576,"11":970,"12":67,"13":335,"14":111,"15":101,"155":28,"156":45,"158":27,"159":11,"16":344,"160":22,"161":104,"167":46,"168":3,"17":55,"18":581,"19":292,"20":135,"209":26,"21":506,"210":13,"211":7,"214":39,"215":419,"221":221,"223":469,"224":59,"225":684,"23":603,"24":7488,"25":251,"257":61,"26":112,"268":6,"27":84,"273":49,"276":24,"279":25,"28":5075,"281":7,"282":82,"291":8,"292":56,"30":19,"302":20,"306":8,"31":104,"314":6,"32":16,"33":64,"34":80,"347":13,"35":158,"352":702,"36":167,"37":71,"38":460,"380":36,"381":85,"383":50,"389":1,"39":112,"391":45,"396":5,"397":30,"40":102,"409":26,"41":63,"414":67,"415":70,"419":5,"42":62,"426":6,"43":23,"430":75,"433":4,"44":32,"45":21,"46":235,"48":45,"49":103,"5":909,"51":54,"52":69,"53":53,"56":5,"570":11,"6":310,"63":32,"7":570,"79":28,"8":136,"80":12,"9":409,"all_client":120018,"all_tv_clinet":26046,"insert_time":"2014-08-22T15:17:24.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93467,"10":33,"107":556,"11":935,"12":59,"13":336,"14":111,"15":100,"155":29,"156":45,"158":24,"159":11,"16":350,"160":23,"161":110,"167":46,"168":3,"17":56,"18":580,"19":290,"20":140,"209":27,"21":464,"210":13,"211":7,"214":39,"215":412,"221":217,"223":476,"224":61,"225":721,"23":594,"24":7472,"25":247,"257":61,"26":111,"268":7,"27":88,"273":46,"276":22,"279":26,"28":4867,"281":7,"282":81,"291":8,"292":51,"30":19,"302":23,"306":8,"31":109,"314":6,"32":17,"33":62,"34":75,"347":13,"35":155,"352":688,"36":161,"37":71,"38":458,"380":36,"381":89,"383":47,"389":1,"39":117,"391":42,"396":5,"397":30,"40":101,"409":28,"41":68,"414":71,"415":69,"419":5,"42":62,"426":3,"43":23,"430":74,"433":5,"44":27,"45":23,"46":240,"48":44,"49":101,"5":915,"51":52,"52":70,"53":55,"56":7,"570":10,"6":312,"63":31,"7":557,"79":31,"8":140,"80":11,"9":417,"all_client":119213,"all_tv_clinet":25746,"insert_time":"2014-08-22T15:18:24.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92803,"10":31,"107":549,"11":905,"12":59,"13":338,"14":113,"15":104,"155":28,"156":44,"158":23,"159":11,"16":355,"160":23,"161":116,"167":46,"168":4,"17":51,"18":582,"19":299,"20":139,"209":27,"21":418,"210":11,"211":7,"214":39,"215":406,"221":217,"223":476,"224":57,"225":725,"23":586,"24":7452,"25":242,"257":58,"26":117,"268":7,"27":90,"273":44,"276":23,"279":24,"28":4676,"281":7,"282":75,"291":6,"292":52,"30":23,"302":23,"306":7,"31":111,"314":6,"32":18,"33":59,"34":75,"347":13,"35":157,"352":690,"36":162,"37":71,"38":458,"380":36,"381":94,"383":47,"39":114,"391":39,"396":6,"397":30,"40":99,"409":29,"41":64,"414":75,"415":69,"419":5,"42":62,"426":2,"43":21,"430":74,"433":4,"44":26,"45":23,"46":248,"48":42,"49":102,"5":916,"51":54,"52":69,"53":56,"56":8,"570":11,"6":324,"63":32,"7":569,"79":31,"8":141,"80":10,"9":418,"all_client":118288,"all_tv_clinet":25485,"insert_time":"2014-08-22T15:19:25.639Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92133,"10":32,"107":518,"11":885,"12":51,"13":334,"14":109,"15":106,"155":27,"156":43,"158":22,"159":11,"16":354,"160":21,"161":115,"167":46,"168":5,"17":50,"18":592,"19":303,"20":140,"209":30,"21":409,"210":10,"211":7,"214":37,"215":400,"221":213,"223":465,"224":56,"225":730,"23":593,"24":7437,"25":241,"257":59,"26":130,"268":7,"27":88,"273":39,"276":23,"279":23,"28":4451,"281":7,"282":75,"291":6,"292":47,"30":21,"302":24,"306":9,"31":105,"314":7,"32":18,"33":56,"34":70,"347":14,"35":153,"352":695,"36":162,"37":68,"38":455,"380":36,"381":91,"383":49,"39":106,"391":37,"396":6,"397":32,"40":97,"409":30,"41":65,"414":74,"415":63,"419":5,"42":64,"426":4,"43":22,"430":74,"433":4,"44":27,"45":23,"46":245,"48":44,"49":107,"5":915,"51":55,"52":71,"53":57,"56":7,"570":9,"6":326,"63":31,"7":568,"79":28,"8":141,"80":9,"9":422,"all_client":117281,"all_tv_clinet":25148,"insert_time":"2014-08-22T15:20:26.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91483,"10":33,"107":521,"11":879,"12":49,"13":323,"14":110,"15":103,"155":28,"156":45,"158":22,"159":9,"16":359,"160":22,"161":117,"167":46,"168":5,"17":51,"18":601,"19":299,"20":135,"209":29,"21":387,"210":11,"211":6,"214":35,"215":396,"221":211,"223":470,"224":57,"225":725,"23":609,"24":7428,"25":227,"257":57,"26":138,"268":7,"27":88,"273":39,"276":22,"279":23,"28":4195,"281":7,"282":75,"291":6,"292":44,"30":19,"302":24,"306":8,"31":106,"314":7,"32":15,"33":57,"34":63,"347":11,"35":148,"352":683,"36":161,"37":67,"38":435,"380":36,"381":90,"383":49,"39":102,"391":33,"396":6,"397":32,"40":94,"409":30,"41":68,"414":69,"415":64,"419":4,"42":63,"426":8,"43":24,"430":77,"433":3,"44":24,"45":23,"46":247,"48":47,"49":106,"5":925,"51":58,"52":72,"53":56,"56":8,"570":9,"6":321,"63":29,"7":567,"79":26,"8":147,"80":8,"9":421,"all_client":116282,"all_tv_clinet":24799,"insert_time":"2014-08-22T15:21:27.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90861,"10":31,"107":506,"11":880,"12":49,"13":325,"14":114,"15":101,"155":28,"156":48,"158":22,"159":9,"16":352,"160":22,"161":105,"167":45,"168":5,"17":62,"18":593,"19":294,"20":134,"209":26,"21":368,"210":9,"211":7,"214":34,"215":398,"221":212,"223":476,"224":62,"225":737,"23":611,"24":7436,"25":210,"257":57,"26":143,"268":8,"27":84,"273":39,"276":24,"279":24,"28":3973,"281":7,"282":74,"291":6,"292":47,"30":17,"302":24,"306":7,"31":105,"314":6,"32":15,"33":53,"34":55,"347":13,"35":147,"352":690,"36":163,"37":62,"38":435,"380":36,"381":88,"383":46,"389":1,"39":95,"391":28,"396":7,"397":32,"40":94,"409":32,"41":70,"414":69,"415":69,"419":3,"42":59,"426":8,"43":25,"430":81,"433":3,"434":1,"44":25,"45":24,"46":244,"48":45,"49":102,"5":920,"51":55,"52":66,"53":62,"56":8,"570":9,"6":301,"63":27,"7":572,"79":25,"8":146,"80":8,"9":424,"all_client":115360,"all_tv_clinet":24499,"insert_time":"2014-08-22T15:22:29.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90217,"10":31,"107":509,"11":901,"12":50,"13":332,"14":112,"15":94,"155":28,"156":51,"158":20,"159":9,"16":352,"160":20,"161":111,"167":45,"168":5,"17":66,"18":596,"19":298,"20":136,"209":25,"21":361,"210":9,"211":7,"214":31,"215":400,"221":215,"223":471,"224":66,"225":728,"23":608,"24":7440,"25":193,"257":61,"26":139,"268":7,"27":86,"273":39,"276":24,"279":25,"28":3778,"281":7,"282":75,"291":6,"292":46,"30":15,"302":25,"306":7,"31":111,"314":7,"32":14,"33":50,"34":53,"347":11,"35":146,"352":693,"36":165,"37":60,"38":446,"380":37,"381":89,"383":47,"389":2,"39":93,"391":24,"396":7,"397":32,"40":90,"409":34,"41":69,"414":69,"415":68,"419":4,"42":57,"426":6,"43":22,"430":80,"433":3,"434":1,"44":24,"45":24,"46":250,"48":46,"49":89,"5":920,"51":55,"52":65,"53":62,"56":7,"570":8,"6":291,"63":24,"7":567,"79":25,"8":147,"80":8,"9":413,"all_client":114492,"all_tv_clinet":24275,"insert_time":"2014-08-22T15:23:29.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89578,"10":33,"107":501,"11":946,"12":61,"13":328,"14":106,"15":100,"155":28,"156":52,"158":19,"159":9,"16":353,"160":20,"161":106,"167":44,"168":5,"17":73,"18":598,"19":300,"20":140,"209":26,"21":369,"210":9,"211":8,"214":31,"215":398,"221":220,"223":470,"224":63,"225":738,"23":594,"24":7352,"25":178,"257":63,"26":137,"268":7,"27":81,"273":38,"276":25,"279":27,"28":3650,"281":10,"282":75,"291":6,"292":46,"30":15,"302":27,"306":7,"31":111,"314":7,"32":14,"33":45,"34":50,"347":11,"35":150,"352":688,"36":163,"37":56,"38":429,"380":37,"381":88,"383":46,"389":2,"39":92,"391":26,"396":7,"397":33,"40":87,"409":35,"41":74,"414":71,"415":68,"419":5,"42":60,"426":3,"43":18,"430":79,"433":3,"434":1,"44":23,"45":25,"46":248,"48":43,"49":82,"5":921,"51":51,"52":57,"53":61,"56":5,"570":10,"6":270,"63":22,"7":575,"79":24,"8":147,"80":5,"9":390,"all_client":113588,"all_tv_clinet":24010,"insert_time":"2014-08-22T15:24:30.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88927,"10":32,"107":485,"11":991,"12":71,"13":313,"14":104,"15":97,"155":28,"156":52,"158":21,"159":8,"16":363,"160":21,"161":108,"167":43,"168":4,"17":77,"18":619,"19":302,"20":151,"209":26,"21":382,"210":9,"211":7,"214":29,"215":398,"221":228,"223":465,"224":57,"225":749,"23":583,"24":7177,"25":167,"257":62,"26":132,"268":8,"27":79,"273":38,"276":26,"279":28,"28":3574,"281":11,"282":79,"291":6,"292":48,"30":16,"302":29,"306":7,"31":122,"314":7,"32":15,"33":46,"34":51,"347":10,"35":151,"352":680,"36":159,"37":52,"38":434,"380":37,"381":88,"383":48,"389":1,"39":89,"391":26,"396":6,"397":33,"40":84,"409":34,"41":69,"414":74,"415":73,"419":6,"42":61,"426":3,"43":23,"430":80,"433":3,"44":23,"45":26,"46":251,"48":40,"49":75,"5":913,"51":54,"52":54,"53":63,"56":8,"570":10,"6":237,"63":18,"7":595,"79":22,"8":148,"80":6,"9":347,"all_client":112692,"all_tv_clinet":23765,"insert_time":"2014-08-22T15:25:31.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88355,"10":29,"107":499,"11":1014,"12":80,"13":296,"14":103,"15":95,"155":29,"156":48,"158":18,"159":10,"16":362,"160":19,"161":105,"167":40,"168":3,"17":85,"18":634,"19":307,"20":151,"209":26,"21":401,"210":9,"211":10,"214":26,"215":396,"221":232,"223":473,"224":51,"225":792,"23":551,"24":6956,"25":164,"257":59,"26":130,"268":8,"27":76,"273":35,"276":27,"279":23,"28":3525,"281":10,"282":79,"291":5,"292":49,"30":16,"302":35,"306":8,"31":127,"314":5,"32":16,"33":47,"34":50,"347":12,"35":163,"352":683,"36":162,"37":49,"38":429,"380":34,"381":95,"383":48,"389":1,"39":92,"391":27,"396":6,"397":33,"40":86,"409":37,"41":68,"414":75,"415":75,"419":7,"42":58,"426":2,"43":20,"430":78,"433":3,"44":23,"45":25,"46":252,"48":39,"49":69,"5":916,"51":51,"52":48,"53":66,"56":9,"570":9,"6":214,"63":17,"7":613,"79":22,"8":159,"80":6,"9":320,"all_client":111900,"all_tv_clinet":23545,"insert_time":"2014-08-22T15:26:32.406Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87719,"10":25,"107":509,"11":1030,"12":83,"13":285,"14":104,"15":95,"155":28,"156":47,"158":18,"159":10,"16":365,"160":17,"161":106,"167":39,"168":3,"17":85,"18":641,"19":310,"20":154,"209":23,"21":424,"210":6,"211":9,"214":26,"215":389,"221":233,"223":473,"224":50,"225":810,"23":549,"24":6824,"25":157,"257":56,"26":113,"268":9,"27":70,"273":34,"276":29,"279":20,"28":3452,"281":9,"282":84,"291":5,"292":47,"30":15,"302":33,"306":11,"31":130,"314":5,"32":17,"33":48,"34":48,"347":12,"35":163,"352":679,"36":161,"37":41,"38":416,"380":35,"381":93,"383":46,"389":1,"39":84,"391":28,"396":4,"397":34,"40":92,"409":39,"41":65,"414":78,"415":79,"419":7,"42":57,"426":2,"43":25,"430":75,"433":3,"44":25,"45":28,"46":244,"48":35,"49":66,"5":928,"51":55,"52":49,"53":75,"56":10,"570":10,"6":203,"63":17,"7":629,"79":24,"8":170,"80":6,"9":293,"all_client":111067,"all_tv_clinet":23348,"insert_time":"2014-08-22T15:27:33.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87202,"10":23,"107":497,"11":1041,"12":83,"13":281,"14":102,"15":91,"155":32,"156":41,"158":20,"159":11,"16":361,"160":18,"161":106,"167":37,"168":3,"17":87,"18":650,"19":314,"20":158,"209":24,"21":437,"210":6,"211":9,"214":23,"215":380,"221":232,"223":474,"224":43,"225":814,"23":530,"24":6709,"25":156,"257":57,"26":100,"268":9,"27":64,"273":33,"276":33,"279":17,"28":3365,"281":10,"282":86,"291":5,"292":45,"30":16,"302":34,"306":11,"31":132,"314":5,"32":17,"33":51,"34":45,"347":14,"35":167,"352":677,"36":166,"37":35,"38":404,"380":35,"381":91,"383":47,"389":1,"39":79,"391":25,"396":3,"397":32,"40":92,"409":41,"41":69,"414":76,"415":75,"419":7,"42":58,"426":1,"43":25,"430":72,"433":5,"44":28,"45":30,"46":250,"48":39,"49":61,"5":932,"51":53,"52":48,"53":75,"56":9,"570":9,"6":194,"63":16,"7":641,"79":23,"8":180,"80":6,"9":275,"all_client":110296,"all_tv_clinet":23094,"insert_time":"2014-08-22T15:28:33.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86654,"10":22,"107":494,"11":1042,"12":88,"13":277,"14":103,"15":89,"155":32,"156":39,"158":20,"159":9,"16":372,"160":21,"161":103,"167":37,"168":3,"17":88,"18":648,"19":320,"20":168,"209":21,"21":439,"210":5,"211":8,"214":20,"215":388,"221":219,"223":481,"224":42,"225":819,"23":497,"24":6586,"25":163,"257":55,"26":89,"268":9,"27":61,"273":32,"276":33,"279":16,"28":3306,"281":10,"282":84,"291":4,"292":45,"30":19,"302":33,"306":10,"31":138,"314":3,"32":15,"33":46,"34":44,"347":14,"35":173,"352":683,"36":157,"37":32,"38":402,"380":35,"381":90,"383":50,"389":1,"39":67,"391":24,"396":3,"397":31,"40":89,"409":40,"41":71,"414":76,"415":73,"419":8,"42":59,"426":1,"43":25,"430":70,"433":5,"44":30,"45":32,"46":258,"48":39,"49":59,"5":924,"51":57,"52":46,"53":81,"56":8,"570":9,"6":185,"63":16,"7":655,"79":25,"8":172,"80":6,"9":254,"all_client":109504,"all_tv_clinet":22850,"insert_time":"2014-08-22T15:29:34.588Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86099,"10":20,"107":498,"11":1053,"12":96,"13":280,"14":103,"15":90,"155":31,"156":40,"158":21,"159":8,"16":372,"160":23,"161":98,"167":36,"168":3,"17":92,"18":639,"19":323,"20":168,"209":20,"21":436,"210":5,"211":8,"214":20,"215":389,"221":208,"223":482,"224":40,"225":816,"23":451,"24":6533,"25":164,"257":52,"26":89,"268":7,"27":60,"273":33,"276":32,"279":13,"28":3196,"281":8,"282":77,"291":4,"292":51,"30":21,"302":34,"306":11,"31":141,"314":3,"32":13,"33":48,"34":44,"347":13,"35":177,"352":668,"36":155,"37":27,"38":402,"380":34,"381":89,"383":51,"389":1,"39":67,"391":26,"396":3,"397":31,"40":95,"409":34,"41":66,"414":72,"415":72,"419":7,"42":63,"426":1,"43":24,"430":65,"433":5,"44":31,"45":33,"46":258,"48":42,"49":61,"5":902,"51":57,"52":40,"53":80,"56":9,"570":7,"6":181,"63":17,"7":656,"79":23,"8":168,"80":7,"9":242,"all_client":108664,"all_tv_clinet":22565,"insert_time":"2014-08-22T15:30:35.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85506,"10":20,"107":501,"11":1058,"12":106,"13":285,"14":102,"15":87,"155":30,"156":36,"158":20,"159":8,"16":371,"160":18,"161":95,"167":37,"168":2,"17":100,"18":638,"19":322,"20":159,"209":18,"21":450,"210":5,"211":8,"214":17,"215":388,"221":197,"223":487,"224":36,"225":796,"23":420,"24":6542,"25":163,"257":49,"26":86,"268":7,"27":58,"273":34,"276":34,"279":13,"28":3035,"281":7,"282":76,"291":4,"292":55,"30":18,"302":33,"306":11,"31":141,"314":2,"32":18,"33":43,"34":46,"347":12,"35":175,"352":651,"36":159,"37":26,"38":399,"380":33,"381":95,"383":49,"389":2,"39":63,"391":26,"396":4,"397":32,"40":92,"409":34,"41":68,"414":64,"415":67,"419":7,"42":65,"426":1,"43":23,"430":64,"433":3,"434":1,"44":29,"45":32,"46":255,"48":42,"49":55,"5":891,"51":58,"52":39,"53":82,"56":11,"570":6,"6":176,"63":17,"7":659,"79":22,"8":177,"80":10,"9":232,"all_client":107806,"all_tv_clinet":22300,"insert_time":"2014-08-22T15:31:36.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84946,"10":20,"107":487,"11":1055,"12":119,"13":285,"14":97,"15":85,"155":30,"156":35,"158":20,"159":7,"16":372,"160":18,"161":95,"167":39,"168":2,"17":103,"18":653,"19":318,"20":154,"209":19,"21":465,"210":5,"211":8,"214":16,"215":383,"221":200,"223":484,"224":34,"225":752,"23":414,"24":6634,"25":152,"257":49,"26":75,"268":7,"27":57,"273":35,"276":34,"279":14,"28":2849,"281":7,"282":75,"291":4,"292":59,"30":18,"302":34,"306":10,"31":130,"314":2,"32":19,"33":41,"34":43,"347":13,"35":173,"352":610,"36":152,"37":24,"38":404,"380":34,"381":90,"383":48,"389":1,"39":65,"391":26,"396":5,"397":32,"40":98,"409":34,"41":70,"414":58,"415":68,"419":9,"42":65,"426":1,"43":20,"430":64,"433":3,"434":1,"44":27,"45":32,"46":243,"48":42,"49":53,"5":885,"51":56,"52":45,"53":84,"56":11,"570":5,"6":166,"63":18,"7":647,"79":21,"8":186,"80":13,"9":225,"all_client":106995,"all_tv_clinet":22049,"insert_time":"2014-08-22T15:32:37.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84342,"10":21,"107":489,"11":1062,"12":128,"13":287,"14":95,"15":86,"155":30,"156":33,"158":18,"159":8,"16":368,"160":17,"161":95,"167":39,"168":2,"17":107,"18":659,"19":292,"20":144,"209":19,"21":495,"210":6,"211":8,"214":18,"215":384,"221":203,"223":476,"224":36,"225":718,"23":396,"24":6616,"25":150,"257":48,"26":73,"268":7,"27":55,"273":36,"276":34,"279":13,"28":2738,"281":7,"282":74,"291":4,"292":57,"30":18,"302":33,"306":10,"31":125,"314":3,"32":19,"33":38,"34":43,"347":13,"35":174,"352":600,"36":155,"37":23,"38":405,"380":35,"381":85,"383":49,"389":1,"39":68,"391":25,"396":5,"397":30,"40":96,"409":34,"41":72,"414":49,"415":70,"419":10,"42":61,"43":17,"430":60,"433":3,"434":1,"44":22,"45":31,"46":244,"48":42,"49":51,"5":869,"51":57,"52":45,"53":83,"56":11,"570":7,"6":160,"63":17,"7":643,"79":17,"8":184,"80":14,"9":222,"all_client":106142,"all_tv_clinet":21800,"insert_time":"2014-08-22T15:33:37.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83711,"10":22,"107":484,"11":1068,"12":140,"13":294,"14":92,"15":78,"155":30,"156":32,"158":18,"159":8,"16":363,"160":16,"161":93,"167":38,"168":2,"17":115,"18":677,"19":263,"20":142,"209":17,"21":507,"210":6,"211":9,"214":18,"215":393,"221":200,"223":475,"224":33,"225":686,"23":386,"24":6536,"25":154,"257":54,"26":68,"268":6,"27":55,"273":36,"276":34,"279":13,"28":2642,"281":8,"282":71,"291":5,"292":54,"30":18,"302":32,"306":10,"31":125,"314":3,"32":19,"33":40,"34":47,"347":12,"35":173,"352":585,"36":155,"37":21,"38":400,"380":34,"381":85,"383":49,"389":1,"39":66,"391":24,"396":5,"397":29,"40":95,"409":33,"41":66,"414":42,"415":69,"419":10,"42":62,"43":21,"430":54,"433":1,"44":21,"45":34,"46":240,"48":41,"49":50,"5":864,"51":55,"52":49,"53":79,"56":10,"570":9,"6":151,"63":15,"7":640,"79":18,"8":180,"80":14,"9":210,"all_client":105218,"all_tv_clinet":21507,"insert_time":"2014-08-22T15:34:38.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83050,"10":24,"107":484,"11":1075,"12":142,"13":299,"14":90,"15":69,"155":29,"156":30,"158":19,"159":7,"16":357,"160":15,"161":94,"167":39,"168":2,"17":118,"18":684,"19":236,"20":134,"209":17,"21":489,"210":7,"211":9,"214":17,"215":396,"221":198,"223":477,"224":31,"225":677,"23":383,"24":6451,"25":152,"257":54,"26":59,"268":6,"27":51,"273":37,"276":36,"279":11,"28":2571,"281":8,"282":71,"291":6,"292":54,"30":13,"302":27,"306":10,"31":134,"314":3,"32":18,"33":38,"34":48,"347":12,"35":170,"352":580,"36":155,"37":18,"38":383,"380":31,"381":84,"383":49,"389":1,"39":68,"391":21,"396":4,"397":28,"40":93,"409":33,"41":62,"414":35,"415":70,"419":13,"42":61,"426":1,"43":20,"430":50,"433":1,"44":19,"45":33,"46":242,"48":38,"49":46,"5":852,"51":54,"52":53,"53":82,"56":9,"570":11,"6":138,"63":17,"7":637,"79":16,"8":180,"80":14,"9":203,"all_client":104243,"all_tv_clinet":21193,"insert_time":"2014-08-22T15:35:39.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82345,"10":24,"107":488,"11":1074,"12":132,"13":290,"14":93,"15":66,"155":28,"156":26,"158":20,"159":7,"16":368,"160":14,"161":91,"167":40,"168":2,"17":125,"18":691,"19":230,"20":137,"209":17,"21":462,"210":7,"211":9,"214":16,"215":392,"221":202,"223":454,"224":28,"225":677,"23":370,"24":6406,"25":149,"257":52,"26":55,"268":7,"27":46,"273":38,"276":36,"279":10,"28":2516,"281":8,"282":68,"291":6,"292":54,"30":14,"302":25,"306":9,"31":130,"314":2,"32":16,"33":38,"34":48,"347":13,"35":169,"352":589,"36":154,"37":16,"38":372,"380":27,"381":80,"383":51,"389":1,"39":71,"391":21,"396":4,"397":24,"40":91,"409":36,"41":53,"414":32,"415":65,"419":13,"42":56,"426":1,"43":18,"430":47,"433":3,"44":18,"45":35,"46":233,"48":33,"49":47,"5":842,"51":49,"52":55,"53":79,"56":7,"570":9,"6":136,"63":16,"7":632,"79":16,"8":180,"80":13,"9":190,"all_client":103255,"all_tv_clinet":20910,"insert_time":"2014-08-22T15:36:40.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81735,"10":22,"107":500,"11":1076,"12":136,"13":294,"14":90,"15":64,"155":27,"156":26,"158":18,"159":8,"16":368,"160":11,"161":89,"167":40,"168":2,"17":131,"18":694,"19":218,"20":138,"209":18,"21":454,"210":7,"211":11,"214":16,"215":386,"221":203,"223":420,"224":31,"225":666,"23":363,"24":6347,"25":147,"257":51,"26":58,"268":6,"27":46,"273":38,"276":35,"279":8,"28":2462,"281":7,"282":65,"291":6,"292":56,"30":14,"302":24,"306":9,"31":133,"314":2,"32":17,"33":36,"34":52,"347":14,"35":156,"352":579,"36":157,"37":14,"38":350,"380":25,"381":76,"383":51,"389":1,"39":67,"391":19,"396":6,"397":23,"40":90,"409":36,"41":51,"414":30,"415":66,"419":11,"42":54,"426":2,"43":18,"430":44,"433":4,"44":17,"45":38,"46":235,"48":30,"49":50,"5":813,"51":46,"52":58,"53":75,"56":8,"570":8,"6":136,"63":17,"7":631,"79":14,"8":185,"80":15,"9":191,"all_client":102392,"all_tv_clinet":20657,"insert_time":"2014-08-22T15:37:41.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81076,"10":22,"107":491,"11":1066,"12":142,"13":295,"14":90,"15":64,"155":29,"156":23,"158":16,"159":8,"16":365,"160":12,"161":91,"167":38,"168":3,"17":133,"18":698,"19":208,"20":141,"209":15,"21":446,"210":7,"211":11,"214":16,"215":390,"221":200,"223":401,"224":35,"225":670,"23":341,"24":6298,"25":144,"257":51,"26":53,"268":7,"27":45,"273":38,"276":33,"279":6,"28":2425,"281":7,"282":63,"291":6,"292":54,"30":15,"302":22,"306":8,"31":131,"314":4,"32":16,"33":36,"34":53,"347":13,"35":149,"352":575,"36":150,"37":14,"38":342,"380":24,"381":72,"383":48,"389":1,"39":64,"391":18,"396":6,"397":20,"40":89,"409":36,"41":47,"414":25,"415":63,"419":7,"42":51,"426":1,"43":16,"430":35,"433":4,"44":15,"45":36,"46":235,"48":29,"49":52,"5":789,"51":47,"52":58,"53":77,"56":8,"570":8,"6":140,"63":17,"7":625,"79":14,"8":182,"80":17,"9":200,"all_client":101477,"all_tv_clinet":20401,"insert_time":"2014-08-22T15:38:41.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80471,"10":23,"107":474,"11":1063,"12":141,"13":299,"14":88,"15":60,"155":29,"156":23,"158":14,"159":7,"16":366,"160":14,"161":89,"167":38,"168":3,"17":138,"18":695,"19":198,"20":141,"209":15,"21":437,"210":7,"211":12,"214":16,"215":387,"221":202,"223":400,"224":35,"225":667,"23":329,"24":6265,"25":141,"257":53,"26":53,"268":5,"27":44,"273":35,"276":33,"279":6,"28":2390,"281":7,"282":61,"291":6,"292":51,"30":15,"302":19,"306":7,"31":130,"314":5,"32":15,"33":41,"34":54,"347":14,"35":145,"352":573,"36":149,"37":15,"38":341,"380":25,"381":67,"383":48,"389":1,"39":58,"391":18,"396":6,"397":20,"40":89,"409":35,"41":49,"414":21,"415":65,"419":6,"42":48,"426":1,"43":15,"430":33,"433":5,"44":17,"45":34,"46":233,"48":26,"49":55,"5":758,"51":46,"52":54,"53":77,"56":10,"570":8,"6":138,"63":18,"7":627,"79":14,"8":188,"80":17,"9":206,"all_client":100690,"all_tv_clinet":20219,"insert_time":"2014-08-22T15:39:42.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79852,"10":21,"107":468,"11":1057,"12":133,"13":301,"14":85,"15":58,"155":28,"156":20,"158":14,"159":6,"16":368,"160":14,"161":90,"167":39,"168":4,"17":147,"18":691,"19":185,"20":144,"209":13,"21":431,"210":7,"211":12,"214":16,"215":387,"221":188,"223":397,"224":37,"225":676,"23":319,"24":6244,"25":141,"257":48,"26":51,"268":4,"27":47,"273":37,"276":32,"279":7,"28":2350,"281":7,"282":57,"291":6,"292":45,"30":14,"302":18,"306":5,"31":130,"314":4,"32":14,"33":42,"34":57,"347":12,"35":143,"352":589,"36":141,"37":13,"38":347,"380":24,"381":64,"383":48,"389":1,"39":55,"391":16,"396":5,"397":18,"40":86,"409":37,"41":52,"414":21,"415":68,"419":7,"42":48,"426":1,"43":12,"430":31,"433":4,"44":16,"45":27,"46":230,"48":26,"49":56,"5":751,"51":44,"52":47,"53":78,"56":9,"570":9,"6":130,"63":19,"7":621,"79":12,"8":179,"80":17,"9":212,"all_client":99894,"all_tv_clinet":20042,"insert_time":"2014-08-22T15:40:43.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79217,"10":21,"107":453,"11":1071,"12":128,"13":299,"14":81,"15":56,"155":27,"156":21,"158":15,"159":6,"16":368,"160":15,"161":87,"167":38,"168":4,"17":144,"18":688,"19":177,"20":144,"209":12,"21":445,"210":7,"211":12,"214":15,"215":391,"221":181,"223":396,"224":34,"225":667,"23":317,"24":6146,"25":144,"257":47,"26":55,"268":3,"27":45,"273":34,"276":32,"279":7,"28":2323,"281":7,"282":54,"291":6,"292":40,"30":13,"302":15,"306":5,"31":131,"314":5,"32":15,"33":40,"34":60,"347":13,"35":141,"352":601,"36":137,"37":11,"38":346,"380":24,"381":71,"383":46,"389":1,"39":54,"391":17,"396":7,"397":17,"40":85,"409":37,"41":51,"414":16,"415":63,"419":8,"42":47,"426":2,"43":14,"430":31,"433":4,"44":16,"45":29,"46":221,"48":28,"49":58,"5":713,"51":39,"52":43,"53":86,"56":9,"570":9,"6":131,"63":18,"7":627,"79":14,"8":174,"80":16,"9":214,"all_client":99053,"all_tv_clinet":19836,"insert_time":"2014-08-22T15:41:43.946Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78722,"10":23,"107":446,"11":1077,"12":124,"13":295,"14":81,"15":52,"155":27,"156":18,"158":12,"159":6,"16":359,"160":15,"161":88,"167":39,"168":4,"17":148,"18":695,"19":163,"20":147,"209":13,"21":448,"210":7,"211":12,"214":15,"215":393,"221":180,"223":396,"224":37,"225":675,"23":324,"24":6038,"25":145,"257":49,"26":56,"268":2,"27":45,"273":35,"276":32,"279":8,"28":2302,"281":7,"282":55,"291":6,"292":38,"30":16,"302":14,"306":5,"31":128,"314":3,"32":15,"33":39,"34":63,"347":13,"35":145,"352":591,"36":144,"37":12,"38":340,"380":23,"381":73,"383":43,"389":1,"39":52,"391":17,"396":7,"397":15,"40":78,"409":37,"41":51,"414":16,"415":60,"419":8,"42":42,"426":2,"43":14,"430":28,"431":1,"433":8,"44":16,"45":27,"46":217,"48":32,"49":58,"5":684,"51":36,"52":39,"53":87,"56":10,"570":10,"6":136,"63":17,"7":627,"79":14,"8":166,"80":17,"9":218,"all_client":98374,"all_tv_clinet":19652,"insert_time":"2014-08-22T15:42:44.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78192,"10":22,"107":447,"11":1087,"12":114,"13":295,"14":78,"15":53,"155":27,"156":17,"158":11,"159":7,"16":360,"160":15,"161":87,"167":39,"168":4,"17":148,"18":689,"19":154,"20":150,"209":13,"21":458,"210":7,"211":12,"214":14,"215":408,"221":174,"223":403,"224":37,"225":676,"23":328,"24":5893,"25":160,"257":48,"26":55,"268":2,"27":41,"273":35,"276":33,"279":9,"28":2304,"281":7,"282":52,"291":6,"292":43,"30":14,"302":11,"306":5,"31":131,"314":4,"32":13,"33":38,"34":68,"347":12,"35":149,"352":577,"36":141,"37":13,"38":338,"380":22,"381":77,"383":46,"389":1,"39":46,"391":21,"396":6,"397":14,"40":72,"409":37,"41":50,"414":15,"415":67,"419":8,"42":41,"426":1,"43":12,"430":29,"431":1,"433":9,"44":16,"45":26,"46":197,"48":36,"49":65,"5":651,"51":36,"52":39,"53":89,"56":11,"570":9,"6":135,"63":19,"7":627,"79":12,"8":155,"80":15,"9":220,"all_client":97661,"all_tv_clinet":19469,"insert_time":"2014-08-22T15:43:45.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77650,"10":25,"107":452,"11":1085,"12":120,"13":305,"14":77,"15":45,"155":27,"156":16,"158":8,"159":7,"16":349,"160":14,"161":89,"167":40,"168":3,"17":154,"18":694,"19":143,"20":156,"209":14,"21":460,"210":6,"211":11,"214":14,"215":408,"221":177,"223":401,"224":40,"225":693,"23":328,"24":5764,"25":166,"257":47,"26":54,"268":2,"27":45,"273":34,"276":32,"279":9,"28":2334,"281":7,"282":54,"291":6,"292":43,"30":14,"302":11,"306":5,"31":127,"314":6,"32":15,"33":41,"34":69,"347":11,"35":153,"352":555,"36":137,"37":13,"38":349,"380":19,"381":75,"383":47,"389":1,"39":46,"391":23,"396":7,"397":14,"40":69,"409":40,"41":47,"414":14,"415":69,"419":8,"42":39,"426":1,"43":13,"430":31,"431":1,"433":10,"44":17,"45":27,"46":179,"48":42,"49":68,"5":625,"51":34,"52":34,"53":93,"56":11,"570":6,"6":134,"63":21,"7":617,"79":12,"8":143,"80":15,"9":222,"all_client":96988,"all_tv_clinet":19338,"insert_time":"2014-08-22T15:44:45.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77114,"10":23,"107":443,"11":1104,"12":126,"13":307,"14":74,"15":44,"155":27,"156":15,"158":8,"159":9,"16":332,"160":14,"161":88,"167":40,"168":3,"17":163,"18":696,"19":132,"20":161,"209":16,"21":475,"210":6,"211":11,"214":15,"215":403,"221":176,"223":402,"224":37,"225":686,"23":325,"24":5685,"25":178,"257":45,"26":53,"268":2,"27":46,"273":35,"276":31,"279":10,"28":2322,"281":7,"282":50,"291":5,"292":43,"30":14,"302":10,"306":4,"31":125,"314":6,"32":16,"33":38,"34":70,"347":11,"35":151,"352":560,"36":132,"37":12,"38":352,"380":17,"381":76,"383":50,"389":1,"39":48,"391":22,"396":7,"397":12,"40":66,"409":38,"41":44,"414":13,"415":68,"419":8,"42":37,"426":1,"43":11,"430":30,"433":9,"44":18,"45":24,"46":175,"48":45,"49":74,"5":600,"51":32,"52":31,"53":94,"56":10,"570":6,"6":128,"63":23,"7":617,"79":13,"8":134,"80":14,"9":214,"all_client":96298,"all_tv_clinet":19184,"insert_time":"2014-08-22T15:45:46.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76602,"10":25,"107":440,"11":1101,"12":126,"13":298,"14":71,"15":46,"155":27,"156":14,"158":9,"159":8,"16":306,"160":14,"161":83,"167":39,"168":2,"17":165,"18":702,"19":119,"20":159,"209":16,"21":476,"210":6,"211":11,"214":15,"215":396,"221":181,"223":385,"224":36,"225":684,"23":324,"24":5635,"25":185,"257":46,"26":54,"268":4,"27":45,"273":35,"276":31,"279":10,"28":2305,"281":7,"282":49,"291":5,"292":42,"30":13,"302":10,"306":4,"31":118,"314":6,"32":17,"33":35,"34":70,"347":8,"35":144,"352":561,"36":128,"37":12,"38":353,"380":15,"381":79,"383":49,"389":1,"39":45,"391":23,"396":6,"397":7,"40":63,"409":35,"41":43,"414":15,"415":68,"419":6,"42":34,"426":1,"43":10,"430":29,"433":9,"44":17,"45":22,"46":175,"48":49,"49":73,"5":566,"51":32,"52":32,"53":94,"56":9,"570":7,"6":132,"63":23,"7":624,"79":12,"8":132,"80":14,"9":217,"all_client":95586,"all_tv_clinet":18984,"insert_time":"2014-08-22T15:46:47.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76089,"10":24,"107":437,"11":1090,"12":134,"13":287,"14":66,"15":45,"155":26,"156":17,"158":9,"159":8,"16":290,"160":13,"161":83,"167":37,"168":2,"17":170,"18":704,"19":120,"20":154,"209":14,"21":477,"210":7,"211":11,"214":13,"215":405,"221":182,"223":379,"224":36,"225":658,"23":330,"24":5645,"25":182,"257":47,"26":55,"268":4,"27":45,"273":31,"276":29,"279":9,"28":2279,"281":6,"282":51,"291":6,"292":41,"30":15,"302":10,"306":4,"31":111,"314":6,"32":16,"33":35,"34":70,"347":8,"35":144,"352":564,"36":118,"37":13,"38":350,"380":14,"381":83,"383":49,"389":1,"39":41,"391":23,"396":5,"397":7,"40":61,"409":33,"41":40,"414":14,"415":64,"419":7,"42":29,"426":1,"43":8,"430":28,"433":9,"44":17,"45":21,"46":167,"48":47,"49":73,"5":546,"51":31,"52":35,"53":92,"56":8,"570":6,"6":134,"63":23,"7":617,"79":11,"8":130,"80":14,"9":220,"all_client":94920,"all_tv_clinet":18831,"insert_time":"2014-08-22T15:47:48.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75567,"10":23,"107":434,"11":1090,"12":135,"13":292,"14":69,"15":48,"155":26,"156":21,"158":11,"159":6,"16":281,"160":13,"161":80,"167":36,"168":3,"17":172,"18":699,"19":118,"20":149,"209":14,"21":459,"210":7,"211":11,"214":13,"215":403,"221":181,"223":379,"224":35,"225":660,"23":321,"24":5634,"25":177,"257":49,"26":58,"268":4,"27":45,"273":30,"276":30,"279":8,"28":2240,"281":6,"282":50,"291":6,"292":40,"30":16,"302":10,"306":4,"31":110,"314":6,"32":17,"33":34,"34":70,"347":8,"35":141,"352":551,"36":121,"37":13,"38":340,"380":12,"381":82,"383":45,"389":2,"39":44,"391":22,"396":5,"397":7,"40":61,"409":31,"41":43,"414":12,"415":66,"419":8,"42":28,"426":2,"43":7,"430":27,"433":8,"44":17,"45":19,"46":164,"48":45,"49":66,"5":521,"51":32,"52":34,"53":87,"56":7,"570":4,"6":139,"63":22,"7":585,"79":10,"8":127,"80":17,"9":216,"all_client":94198,"all_tv_clinet":18631,"insert_time":"2014-08-22T15:48:48.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75036,"10":21,"107":430,"11":1083,"12":134,"13":293,"14":74,"15":49,"155":27,"156":22,"158":10,"159":6,"16":265,"160":13,"161":79,"167":33,"168":3,"17":171,"18":688,"19":117,"20":150,"209":14,"21":453,"210":7,"211":11,"214":14,"215":407,"221":179,"223":388,"224":33,"225":658,"23":327,"24":5646,"25":166,"257":50,"26":62,"268":5,"27":45,"273":29,"276":29,"279":8,"28":2193,"281":6,"282":48,"291":5,"292":41,"30":17,"302":10,"306":3,"31":106,"314":6,"32":17,"33":37,"34":70,"347":9,"35":139,"352":547,"36":118,"37":14,"38":330,"380":10,"381":83,"383":44,"389":2,"39":46,"391":21,"396":5,"397":6,"40":57,"409":23,"41":38,"414":12,"415":58,"419":7,"42":24,"426":2,"43":9,"430":25,"433":7,"44":18,"45":18,"46":163,"48":44,"49":65,"5":502,"51":35,"52":35,"53":81,"56":7,"570":4,"6":145,"63":22,"7":553,"79":8,"8":125,"80":17,"9":203,"all_client":93475,"all_tv_clinet":18439,"insert_time":"2014-08-22T15:49:49.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74465,"10":19,"107":412,"11":1085,"12":133,"13":303,"14":81,"15":53,"155":26,"156":25,"158":10,"159":6,"16":257,"160":11,"161":82,"167":33,"168":3,"17":166,"18":689,"19":120,"20":149,"209":12,"21":441,"210":8,"211":11,"214":14,"215":411,"221":181,"223":395,"224":34,"225":644,"23":319,"24":5637,"25":162,"257":50,"26":62,"268":5,"27":47,"273":29,"276":27,"279":9,"28":2125,"281":6,"282":50,"291":6,"292":40,"30":16,"302":10,"306":2,"31":109,"314":6,"32":16,"33":34,"34":68,"347":9,"35":136,"352":554,"36":112,"37":13,"38":314,"380":10,"381":84,"383":40,"389":2,"39":49,"391":19,"396":5,"397":6,"40":53,"409":23,"41":38,"414":12,"415":61,"419":6,"42":30,"426":2,"43":9,"430":27,"433":7,"44":17,"45":16,"46":164,"48":44,"49":67,"5":483,"51":34,"52":33,"53":79,"56":4,"570":4,"6":148,"63":22,"7":512,"79":8,"8":121,"80":16,"9":198,"all_client":92705,"all_tv_clinet":18240,"insert_time":"2014-08-22T15:50:50.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73903,"10":18,"107":418,"11":1081,"12":134,"13":304,"14":81,"15":48,"155":25,"156":26,"158":10,"159":5,"16":246,"160":10,"161":84,"167":31,"168":2,"17":172,"18":682,"19":118,"20":149,"209":10,"21":445,"210":7,"211":11,"214":14,"215":410,"221":176,"223":402,"224":36,"225":645,"23":312,"24":5604,"25":150,"257":47,"26":61,"268":5,"27":50,"273":31,"276":25,"279":10,"28":2069,"281":5,"282":51,"291":6,"292":39,"30":18,"302":9,"306":2,"31":111,"314":6,"32":18,"33":32,"34":69,"347":8,"35":138,"352":558,"36":108,"37":14,"38":303,"380":10,"381":83,"383":39,"389":2,"39":46,"391":19,"396":5,"397":6,"40":52,"409":21,"41":35,"414":12,"415":60,"419":7,"42":31,"426":2,"43":12,"430":27,"433":6,"44":17,"45":22,"46":166,"48":44,"49":68,"5":471,"51":35,"52":31,"53":73,"56":3,"570":5,"6":141,"63":21,"7":483,"79":8,"8":119,"80":18,"9":195,"all_client":91957,"all_tv_clinet":18054,"insert_time":"2014-08-22T15:51:51.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73313,"10":18,"107":404,"11":1090,"12":130,"13":298,"14":87,"15":48,"155":23,"156":26,"158":10,"159":6,"16":239,"160":10,"161":78,"167":30,"168":1,"17":166,"18":662,"19":118,"20":143,"209":14,"21":451,"210":9,"211":12,"214":13,"215":409,"221":174,"223":404,"224":35,"225":637,"23":301,"24":5532,"25":144,"257":45,"26":63,"268":5,"27":53,"273":29,"276":23,"279":12,"28":2012,"281":5,"282":50,"291":6,"292":39,"30":18,"302":9,"306":3,"31":112,"314":6,"32":19,"33":32,"34":68,"347":7,"35":133,"352":558,"36":113,"37":14,"38":296,"380":9,"381":84,"383":37,"389":2,"39":43,"391":19,"396":4,"397":6,"40":49,"409":20,"41":36,"414":12,"415":59,"419":7,"42":35,"426":3,"43":11,"430":29,"433":6,"44":14,"45":21,"46":157,"48":43,"49":69,"5":460,"51":34,"52":31,"53":75,"56":4,"570":3,"6":138,"63":22,"7":469,"79":11,"8":117,"80":18,"9":196,"all_client":91118,"all_tv_clinet":17805,"insert_time":"2014-08-22T15:52:51.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72730,"10":19,"107":400,"11":1101,"12":125,"13":296,"14":92,"15":48,"155":24,"156":25,"158":9,"159":5,"16":232,"160":11,"161":75,"167":30,"168":1,"17":165,"18":655,"19":120,"20":144,"209":13,"21":464,"210":9,"211":13,"214":16,"215":414,"221":171,"223":399,"224":35,"225":622,"23":304,"24":5463,"25":140,"257":48,"26":63,"268":6,"27":55,"273":31,"276":22,"279":12,"28":1968,"281":4,"282":46,"291":6,"292":38,"30":16,"302":7,"306":3,"31":109,"314":4,"32":16,"33":29,"34":72,"347":7,"35":126,"352":544,"36":114,"37":14,"38":295,"380":9,"381":79,"383":38,"389":2,"39":45,"391":18,"396":5,"397":5,"40":46,"409":17,"41":39,"414":13,"415":52,"419":8,"42":34,"426":3,"43":11,"430":28,"433":6,"44":15,"45":26,"46":151,"48":47,"49":68,"5":447,"51":38,"52":31,"53":73,"56":4,"570":3,"6":138,"63":25,"7":434,"79":12,"8":114,"80":19,"9":190,"all_client":90318,"all_tv_clinet":17588,"insert_time":"2014-08-22T15:53:52.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72109,"10":18,"107":380,"11":1105,"12":114,"13":301,"14":84,"15":52,"155":24,"156":24,"158":8,"159":5,"16":222,"160":12,"161":73,"167":31,"168":1,"17":152,"18":662,"19":120,"20":151,"209":13,"21":465,"210":8,"211":13,"214":17,"215":412,"221":178,"223":390,"224":34,"225":605,"23":310,"24":5396,"25":133,"257":48,"26":71,"268":5,"27":56,"273":31,"276":22,"279":14,"28":1952,"281":4,"282":44,"291":6,"292":36,"30":13,"302":7,"306":3,"31":109,"314":3,"32":15,"33":29,"34":74,"347":6,"35":124,"352":540,"36":110,"37":14,"38":301,"380":7,"381":81,"383":41,"389":1,"39":44,"391":19,"396":5,"397":5,"40":47,"409":16,"41":39,"414":13,"415":51,"419":5,"42":35,"426":3,"43":11,"430":29,"433":7,"44":15,"45":25,"46":157,"48":45,"49":65,"5":438,"51":39,"52":32,"53":74,"56":4,"570":2,"6":138,"63":26,"7":406,"79":16,"8":108,"80":18,"9":191,"all_client":89517,"all_tv_clinet":17408,"insert_time":"2014-08-22T15:54:53.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71535,"10":19,"107":372,"11":1100,"12":112,"13":304,"14":81,"15":56,"155":24,"156":24,"158":7,"159":5,"16":223,"160":12,"161":79,"167":32,"168":1,"17":136,"18":658,"19":120,"20":147,"209":12,"21":477,"210":5,"211":12,"214":18,"215":406,"221":181,"223":366,"224":34,"225":591,"23":316,"24":5285,"25":137,"257":48,"26":73,"268":6,"27":58,"273":32,"276":22,"279":13,"28":1967,"281":5,"282":43,"291":6,"292":34,"30":10,"302":7,"306":2,"31":107,"314":4,"32":13,"33":28,"34":78,"347":5,"35":124,"352":542,"36":108,"37":14,"38":312,"380":7,"381":78,"383":40,"389":1,"39":51,"391":21,"396":5,"397":5,"40":46,"409":15,"41":42,"414":12,"415":52,"419":4,"42":36,"426":3,"43":14,"430":28,"433":7,"44":15,"45":26,"46":153,"48":44,"49":68,"5":432,"51":41,"52":32,"53":73,"56":5,"570":1,"6":136,"63":27,"7":380,"79":17,"8":110,"80":17,"9":193,"all_client":88785,"all_tv_clinet":17250,"insert_time":"2014-08-22T15:55:54.214Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71057,"10":18,"107":365,"11":1086,"12":104,"13":315,"14":70,"15":59,"155":25,"156":22,"158":9,"159":5,"16":209,"160":14,"161":81,"167":33,"168":2,"17":124,"18":657,"19":115,"20":141,"209":15,"21":495,"210":5,"211":11,"214":19,"215":405,"221":186,"223":333,"224":33,"225":563,"23":317,"24":5158,"25":145,"257":46,"26":79,"268":5,"27":54,"273":32,"276":24,"279":13,"28":1986,"281":6,"282":40,"291":8,"292":36,"30":10,"302":7,"306":3,"31":112,"314":4,"32":12,"33":27,"34":79,"347":5,"35":124,"352":554,"36":111,"37":14,"38":301,"380":6,"381":79,"383":37,"389":1,"39":53,"391":19,"396":6,"397":5,"40":45,"409":14,"41":41,"414":13,"415":55,"419":3,"42":40,"426":2,"43":14,"430":32,"433":8,"44":15,"45":25,"46":150,"48":41,"49":70,"5":430,"51":40,"52":32,"53":71,"56":3,"570":1,"6":138,"63":28,"7":360,"79":19,"8":110,"80":16,"9":202,"all_client":88112,"all_tv_clinet":17055,"insert_time":"2014-08-22T15:56:54.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70494,"10":18,"107":361,"11":1066,"12":102,"13":326,"14":70,"15":62,"155":27,"156":19,"158":10,"159":5,"16":216,"160":13,"161":76,"167":32,"168":2,"17":113,"18":648,"19":115,"20":139,"209":15,"21":498,"210":4,"211":10,"214":22,"215":409,"221":181,"223":315,"224":31,"225":565,"23":320,"24":5047,"25":143,"257":50,"26":72,"268":6,"27":54,"273":28,"276":23,"279":14,"28":1969,"281":6,"282":41,"291":8,"292":37,"30":11,"302":6,"306":3,"31":114,"314":4,"32":10,"33":26,"34":80,"347":4,"35":122,"352":548,"36":110,"37":14,"38":297,"380":7,"381":71,"383":38,"389":1,"39":56,"391":17,"396":6,"397":5,"40":46,"409":12,"41":40,"414":12,"415":55,"419":4,"42":43,"426":3,"43":12,"430":32,"433":6,"44":12,"45":24,"46":158,"48":44,"49":77,"5":440,"51":40,"52":33,"53":72,"56":3,"570":3,"6":138,"63":28,"7":335,"79":19,"8":112,"80":18,"9":203,"all_client":87356,"all_tv_clinet":16862,"insert_time":"2014-08-22T15:57:55.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69933,"10":18,"107":368,"11":1062,"12":101,"13":332,"14":71,"15":66,"155":28,"156":19,"158":12,"159":4,"16":218,"160":13,"161":75,"167":33,"168":2,"17":107,"18":635,"19":111,"20":131,"209":14,"21":486,"210":4,"211":10,"214":21,"215":401,"221":175,"223":309,"224":28,"225":548,"23":329,"24":4992,"25":145,"257":47,"26":71,"268":5,"27":51,"273":28,"276":21,"279":13,"28":1965,"281":6,"282":42,"291":8,"292":38,"30":10,"302":7,"306":2,"31":109,"314":4,"32":8,"33":27,"34":79,"347":4,"35":119,"352":544,"36":115,"37":16,"38":285,"380":6,"381":70,"383":41,"389":1,"39":54,"391":14,"396":5,"397":7,"40":46,"409":11,"41":38,"414":12,"415":52,"419":4,"42":41,"426":4,"43":11,"430":34,"433":6,"44":10,"45":24,"46":160,"48":41,"49":70,"5":430,"51":42,"52":30,"53":63,"56":6,"570":2,"6":139,"63":26,"7":309,"79":22,"8":121,"80":20,"9":201,"all_client":86598,"all_tv_clinet":16665,"insert_time":"2014-08-22T15:58:55.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69419,"10":18,"107":359,"11":1069,"12":103,"13":334,"14":67,"15":65,"155":28,"156":16,"158":12,"159":5,"16":219,"160":16,"161":74,"167":34,"168":2,"17":106,"18":600,"19":110,"20":132,"209":15,"21":476,"210":5,"211":8,"214":21,"215":390,"221":159,"223":297,"224":25,"225":540,"23":328,"24":4934,"25":142,"257":44,"26":70,"268":5,"27":52,"273":26,"276":19,"279":15,"28":1976,"281":5,"282":47,"291":6,"292":38,"30":9,"302":6,"306":2,"31":116,"314":5,"32":9,"33":27,"34":78,"347":4,"35":114,"352":530,"36":115,"37":18,"38":276,"380":6,"381":67,"383":41,"389":1,"39":52,"391":14,"396":4,"397":7,"40":47,"409":10,"41":40,"414":11,"415":48,"419":4,"42":39,"426":4,"43":10,"430":31,"433":5,"44":10,"45":24,"46":163,"48":40,"49":69,"5":426,"51":43,"52":32,"53":60,"56":8,"570":2,"6":137,"63":24,"7":291,"79":25,"8":122,"80":21,"9":199,"all_client":85877,"all_tv_clinet":16458,"insert_time":"2014-08-22T15:59:56.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68850,"10":21,"107":352,"11":1078,"12":107,"13":333,"14":64,"15":63,"155":27,"156":17,"158":13,"159":5,"16":219,"160":17,"161":73,"167":33,"168":2,"17":103,"18":587,"19":106,"20":129,"209":12,"21":474,"210":5,"211":8,"214":22,"215":370,"221":161,"223":278,"224":25,"225":504,"23":326,"24":4852,"25":150,"257":42,"26":76,"268":5,"27":51,"273":26,"276":19,"279":17,"28":1971,"281":5,"282":51,"291":6,"292":38,"30":6,"302":5,"306":3,"31":125,"314":5,"32":6,"33":27,"34":78,"347":4,"35":110,"352":522,"36":109,"37":21,"38":263,"380":6,"381":72,"383":40,"389":1,"39":51,"391":15,"396":4,"397":7,"40":52,"409":10,"41":39,"414":12,"415":44,"419":3,"42":37,"426":4,"43":11,"430":31,"433":7,"44":11,"45":23,"46":168,"48":37,"49":74,"5":420,"51":43,"52":33,"53":59,"56":9,"570":1,"6":141,"63":24,"7":269,"79":29,"8":126,"80":21,"9":198,"all_client":85109,"all_tv_clinet":16259,"insert_time":"2014-08-22T16:00:57.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68327,"10":23,"107":343,"11":1089,"12":106,"13":331,"14":67,"15":62,"155":24,"156":18,"158":13,"159":6,"16":226,"160":17,"161":74,"167":34,"168":1,"17":103,"18":562,"19":103,"20":130,"209":11,"21":474,"210":5,"211":7,"214":23,"215":361,"221":163,"223":270,"224":26,"225":483,"23":321,"24":4723,"25":156,"257":41,"26":76,"268":6,"27":50,"273":23,"276":18,"279":18,"28":1974,"281":5,"282":54,"291":6,"292":37,"30":7,"302":5,"306":3,"31":134,"314":5,"32":8,"33":26,"34":77,"347":4,"35":106,"352":526,"36":98,"37":23,"38":256,"380":5,"381":78,"383":37,"39":49,"391":17,"396":4,"397":7,"40":50,"409":10,"41":35,"414":13,"415":44,"419":3,"42":34,"426":2,"43":8,"430":30,"433":8,"44":10,"45":24,"46":171,"48":39,"49":80,"5":421,"51":39,"52":35,"53":58,"56":8,"570":1,"6":147,"63":21,"7":262,"79":29,"8":129,"80":23,"9":200,"all_client":84399,"all_tv_clinet":16072,"insert_time":"2014-08-22T16:01:57.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67783,"10":22,"107":349,"11":1081,"12":104,"13":334,"14":67,"15":65,"155":24,"156":19,"158":15,"159":6,"16":230,"160":13,"161":79,"167":33,"168":1,"17":98,"18":558,"19":105,"20":127,"209":11,"21":463,"210":4,"211":6,"214":24,"215":349,"221":158,"223":264,"224":27,"225":443,"23":323,"24":4598,"25":161,"257":39,"26":85,"268":6,"27":50,"273":23,"276":19,"279":23,"28":1982,"281":5,"282":53,"291":5,"292":39,"30":6,"302":5,"306":3,"31":130,"314":5,"32":7,"33":29,"34":80,"347":5,"35":98,"352":524,"36":95,"37":22,"38":254,"380":4,"381":81,"383":41,"39":47,"391":18,"396":4,"397":7,"40":49,"409":10,"41":36,"414":12,"415":49,"419":2,"42":31,"426":2,"43":11,"430":31,"433":8,"44":12,"45":24,"46":173,"48":41,"49":82,"5":420,"51":37,"52":32,"53":53,"56":10,"570":1,"6":144,"63":21,"7":245,"79":28,"8":135,"80":24,"9":206,"all_client":83667,"all_tv_clinet":15884,"insert_time":"2014-08-22T16:02:58.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67187,"10":21,"107":343,"11":1095,"12":107,"13":326,"14":73,"15":71,"155":21,"156":19,"158":15,"159":6,"16":232,"160":13,"161":76,"167":34,"168":2,"17":90,"18":540,"19":103,"20":135,"209":14,"21":455,"210":4,"211":6,"214":23,"215":341,"221":162,"223":254,"224":26,"225":410,"23":331,"24":4473,"25":160,"257":40,"26":84,"268":5,"27":48,"273":21,"276":20,"279":21,"28":1993,"281":4,"282":48,"291":5,"292":39,"30":5,"302":5,"306":3,"31":125,"314":4,"32":8,"33":31,"34":84,"347":4,"35":87,"352":530,"36":96,"37":31,"38":253,"380":4,"381":83,"383":40,"39":47,"391":19,"396":6,"397":7,"40":41,"409":8,"41":34,"414":10,"415":47,"419":3,"42":29,"426":2,"43":12,"430":29,"433":8,"44":11,"45":25,"46":171,"48":44,"49":79,"5":424,"51":35,"52":29,"53":43,"56":10,"570":1,"6":144,"63":21,"7":237,"79":28,"8":139,"80":24,"9":210,"all_client":82866,"all_tv_clinet":15679,"insert_time":"2014-08-22T16:03:58.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66567,"10":18,"107":334,"11":1086,"12":107,"13":321,"14":76,"15":70,"155":19,"156":16,"158":13,"159":6,"16":234,"160":12,"161":78,"167":35,"168":2,"17":85,"18":527,"19":104,"20":136,"209":14,"21":450,"210":4,"211":5,"214":22,"215":329,"221":169,"223":247,"224":26,"225":377,"23":331,"24":4302,"25":153,"257":37,"26":83,"268":4,"27":44,"273":19,"276":18,"279":23,"28":1999,"281":4,"282":44,"291":5,"292":36,"30":7,"302":5,"306":4,"31":122,"314":4,"32":9,"33":31,"34":88,"347":2,"35":82,"352":525,"36":99,"37":35,"38":248,"380":5,"381":79,"383":39,"39":49,"391":22,"396":5,"397":7,"40":40,"409":7,"41":34,"414":8,"415":47,"419":3,"42":26,"426":3,"43":14,"430":28,"431":1,"433":7,"44":11,"45":25,"46":169,"48":44,"49":80,"5":419,"51":34,"52":33,"53":41,"56":10,"570":1,"6":138,"63":21,"7":221,"79":30,"8":150,"80":22,"9":210,"all_client":81935,"all_tv_clinet":15368,"insert_time":"2014-08-22T16:04:59.309Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66002,"10":17,"107":340,"11":1081,"12":107,"13":310,"14":75,"15":66,"155":17,"156":17,"158":13,"159":6,"16":239,"160":12,"161":72,"167":34,"168":2,"17":81,"18":513,"19":108,"20":136,"209":14,"21":452,"210":3,"211":5,"214":22,"215":316,"221":177,"223":232,"224":25,"225":357,"23":318,"24":4119,"25":149,"257":36,"26":80,"268":3,"27":40,"273":18,"276":17,"279":21,"28":2004,"281":4,"282":42,"291":5,"292":36,"30":7,"302":5,"306":4,"31":125,"314":3,"32":8,"33":33,"34":89,"347":1,"35":78,"352":526,"36":104,"37":35,"38":251,"380":5,"381":79,"383":38,"39":48,"391":23,"396":5,"397":7,"40":38,"409":6,"41":33,"414":8,"415":48,"419":2,"42":24,"426":3,"43":13,"430":22,"431":1,"433":6,"44":11,"45":24,"46":172,"48":42,"49":82,"5":415,"51":34,"52":34,"53":35,"56":12,"570":2,"6":137,"63":21,"7":211,"79":31,"8":152,"80":23,"9":216,"all_client":81075,"all_tv_clinet":15073,"insert_time":"2014-08-22T16:05:59.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65326,"10":17,"107":332,"11":1082,"12":111,"13":312,"14":74,"15":61,"155":16,"156":19,"158":13,"159":6,"16":239,"160":12,"161":70,"167":33,"168":1,"17":80,"18":487,"19":109,"20":131,"209":13,"21":452,"210":5,"211":4,"214":23,"215":308,"221":171,"223":231,"224":24,"225":342,"23":324,"24":3915,"25":145,"257":35,"26":76,"268":3,"27":38,"273":16,"276":18,"279":19,"28":1997,"281":4,"282":38,"291":5,"292":34,"30":7,"302":5,"306":4,"31":119,"314":3,"32":10,"33":31,"34":90,"347":3,"35":72,"352":523,"36":102,"37":32,"38":249,"380":5,"381":81,"383":39,"39":51,"391":23,"396":4,"397":8,"40":36,"409":7,"41":31,"414":11,"415":48,"419":2,"42":23,"426":1,"43":12,"430":20,"431":1,"433":6,"44":11,"45":25,"46":170,"48":42,"49":83,"5":399,"51":35,"52":38,"53":36,"56":12,"570":2,"6":138,"63":22,"7":204,"79":32,"8":156,"80":23,"9":223,"all_client":80081,"all_tv_clinet":14755,"insert_time":"2014-08-22T16:07:00.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64713,"10":16,"107":336,"11":1077,"12":113,"13":297,"14":68,"15":60,"155":15,"156":19,"158":13,"159":6,"16":241,"160":12,"161":69,"167":30,"168":1,"17":79,"18":468,"19":106,"20":133,"209":14,"21":438,"210":8,"211":3,"214":23,"215":289,"221":167,"223":226,"224":24,"225":322,"23":325,"24":3779,"25":148,"257":33,"26":78,"268":3,"27":36,"273":15,"276":18,"279":19,"28":1972,"281":5,"282":38,"291":4,"292":32,"30":8,"302":5,"306":4,"31":121,"314":1,"32":9,"33":31,"34":89,"347":3,"35":66,"352":524,"36":98,"37":31,"38":242,"380":6,"381":75,"383":38,"39":51,"391":20,"396":4,"397":9,"40":38,"409":7,"41":36,"414":11,"415":52,"419":2,"42":23,"426":1,"43":9,"430":19,"431":1,"433":6,"44":12,"45":23,"46":169,"48":42,"49":83,"5":394,"51":35,"52":37,"53":37,"56":12,"570":2,"6":135,"63":21,"7":193,"79":31,"8":158,"80":24,"9":224,"all_client":79163,"all_tv_clinet":14450,"insert_time":"2014-08-22T16:08:00.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64111,"10":19,"107":327,"11":1079,"12":108,"13":284,"14":66,"15":58,"155":15,"156":17,"158":16,"159":5,"16":243,"160":9,"161":65,"167":30,"168":1,"17":77,"18":455,"19":106,"20":134,"209":13,"21":434,"210":8,"211":2,"214":24,"215":261,"221":164,"223":229,"224":24,"225":310,"23":318,"24":3605,"25":145,"257":33,"26":80,"268":3,"27":34,"273":15,"276":19,"279":18,"28":1976,"281":6,"282":37,"291":3,"292":28,"30":7,"302":5,"306":5,"31":121,"314":1,"32":12,"33":30,"34":87,"347":2,"35":52,"352":516,"36":100,"37":31,"38":234,"380":6,"381":73,"383":37,"39":51,"391":20,"396":4,"397":9,"40":40,"409":7,"41":35,"414":10,"415":50,"419":3,"42":27,"426":1,"43":10,"430":18,"431":1,"433":5,"44":12,"45":24,"46":164,"48":39,"49":81,"5":390,"51":34,"52":36,"53":41,"56":11,"570":2,"6":127,"63":19,"7":195,"79":30,"8":157,"80":22,"9":219,"all_client":78227,"all_tv_clinet":14116,"insert_time":"2014-08-22T16:09:01.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63304,"10":22,"107":322,"11":1094,"12":113,"13":278,"14":65,"15":58,"155":16,"156":16,"158":16,"159":6,"16":239,"160":9,"161":66,"167":27,"168":1,"17":74,"18":443,"19":111,"20":128,"209":13,"21":418,"210":7,"211":2,"214":24,"215":237,"221":160,"223":233,"224":23,"225":292,"23":318,"24":3402,"25":143,"257":34,"26":80,"268":3,"27":29,"273":13,"276":20,"279":18,"28":1971,"281":7,"282":36,"291":4,"292":27,"30":10,"302":5,"306":5,"31":114,"314":1,"32":14,"33":29,"34":85,"347":1,"35":47,"352":509,"36":100,"37":29,"38":240,"380":6,"381":71,"383":36,"39":50,"391":21,"396":4,"397":8,"40":43,"409":7,"41":35,"414":10,"415":50,"419":3,"42":26,"426":2,"43":13,"430":18,"431":2,"433":2,"44":11,"45":24,"46":158,"48":40,"49":73,"5":386,"51":36,"52":37,"53":41,"56":11,"570":2,"6":117,"63":20,"7":192,"79":28,"8":151,"80":21,"9":212,"all_client":77078,"all_tv_clinet":13774,"insert_time":"2014-08-22T16:10:01.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62646,"10":25,"107":314,"11":1086,"12":115,"13":268,"14":62,"15":57,"155":15,"156":17,"158":18,"159":7,"16":239,"160":9,"161":65,"167":28,"168":1,"17":66,"18":432,"19":110,"20":124,"209":14,"21":400,"210":6,"211":2,"214":25,"215":222,"221":157,"223":230,"224":22,"225":278,"23":317,"24":3193,"25":146,"257":34,"26":83,"268":3,"27":28,"273":12,"276":20,"279":20,"28":1962,"281":6,"282":34,"291":4,"292":24,"30":14,"302":5,"306":5,"31":110,"32":14,"33":28,"34":83,"347":3,"35":40,"352":511,"36":99,"37":26,"38":236,"380":7,"381":68,"383":36,"39":47,"391":23,"396":4,"397":8,"40":45,"409":8,"41":33,"414":8,"415":46,"419":3,"42":24,"426":2,"43":13,"430":18,"431":2,"433":2,"44":10,"45":23,"46":151,"48":37,"49":66,"5":393,"51":36,"52":36,"53":38,"56":12,"570":2,"6":110,"63":20,"7":196,"79":28,"8":145,"80":22,"9":204,"all_client":76046,"all_tv_clinet":13400,"insert_time":"2014-08-22T16:11:02.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61948,"10":23,"107":302,"11":1086,"12":114,"13":268,"14":63,"15":57,"155":13,"156":17,"158":16,"159":8,"16":240,"160":11,"161":64,"167":28,"168":1,"17":69,"18":419,"19":110,"20":126,"209":14,"21":374,"210":7,"211":2,"214":25,"215":215,"221":157,"223":240,"224":23,"225":283,"23":315,"24":3028,"25":145,"257":36,"26":85,"268":3,"27":26,"273":11,"276":18,"279":20,"28":1953,"281":5,"282":36,"291":4,"292":25,"30":14,"302":5,"306":5,"31":105,"32":15,"33":29,"34":77,"347":3,"35":37,"352":495,"36":94,"37":27,"38":237,"380":7,"381":64,"383":38,"39":39,"391":21,"396":4,"397":8,"40":44,"409":8,"41":32,"414":8,"415":45,"419":3,"42":23,"426":3,"43":16,"430":21,"431":2,"433":3,"44":10,"45":22,"46":154,"48":36,"49":50,"5":397,"51":36,"52":36,"53":32,"56":11,"570":2,"6":107,"63":19,"7":196,"79":26,"8":141,"80":24,"9":194,"all_client":75058,"all_tv_clinet":13110,"insert_time":"2014-08-22T16:12:02.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61377,"10":20,"107":310,"11":1081,"12":124,"13":254,"14":69,"15":56,"155":11,"156":17,"158":16,"159":9,"16":248,"160":10,"161":64,"167":29,"168":1,"17":67,"18":413,"19":112,"20":124,"209":13,"21":351,"210":7,"211":2,"214":25,"215":206,"221":156,"223":240,"224":23,"225":281,"23":313,"24":2934,"25":141,"257":34,"26":92,"268":3,"27":25,"273":10,"276":19,"279":23,"28":1960,"281":5,"282":37,"291":3,"292":21,"30":14,"302":4,"306":5,"31":107,"32":17,"33":30,"34":66,"347":3,"35":34,"352":479,"36":85,"37":27,"38":233,"380":6,"381":61,"383":38,"39":36,"391":20,"396":6,"397":8,"40":44,"409":5,"41":31,"414":9,"415":44,"419":3,"42":22,"426":2,"43":15,"430":22,"431":1,"433":3,"44":8,"45":22,"46":152,"48":39,"49":48,"5":391,"51":36,"52":33,"53":31,"56":11,"570":1,"6":102,"63":18,"7":195,"79":25,"8":141,"80":24,"9":182,"all_client":74275,"all_tv_clinet":12898,"insert_time":"2014-08-22T16:13:03.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60756,"10":16,"107":309,"11":1080,"12":129,"13":249,"14":72,"15":57,"155":11,"156":17,"158":19,"159":9,"16":248,"160":11,"161":64,"167":30,"168":1,"17":66,"18":416,"19":113,"20":126,"209":13,"21":331,"210":7,"211":2,"214":25,"215":206,"221":152,"223":240,"224":27,"225":287,"23":306,"24":2853,"25":124,"257":36,"26":85,"268":3,"27":25,"273":9,"276":17,"279":23,"28":1963,"281":5,"282":40,"291":3,"292":20,"30":13,"302":4,"306":5,"31":106,"314":2,"32":20,"33":30,"34":61,"347":3,"35":34,"352":465,"36":84,"37":32,"38":226,"380":6,"381":57,"383":36,"39":32,"391":20,"396":6,"397":7,"40":46,"409":5,"41":33,"414":10,"415":42,"419":3,"42":22,"426":2,"43":16,"430":20,"431":1,"433":3,"44":7,"45":23,"46":156,"48":37,"49":45,"5":392,"51":37,"52":30,"53":26,"56":11,"570":1,"6":93,"63":17,"7":191,"79":25,"8":138,"80":24,"9":167,"all_client":73473,"all_tv_clinet":12717,"insert_time":"2014-08-22T16:14:03.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60159,"10":15,"107":319,"11":1079,"12":137,"13":244,"14":74,"15":60,"155":11,"156":17,"158":20,"159":8,"16":250,"160":9,"161":63,"167":31,"168":1,"17":64,"18":411,"19":113,"20":129,"209":12,"21":317,"210":7,"211":2,"214":25,"215":199,"221":155,"223":226,"224":25,"225":281,"23":296,"24":2786,"25":118,"257":37,"26":85,"268":4,"27":27,"273":9,"276":18,"279":22,"28":1955,"281":5,"282":38,"291":3,"292":20,"30":13,"302":4,"306":4,"31":104,"314":2,"32":23,"33":32,"34":58,"347":4,"35":32,"352":463,"36":85,"37":32,"38":225,"380":6,"381":53,"383":35,"39":33,"391":20,"396":6,"397":8,"40":45,"409":5,"41":29,"414":10,"415":41,"419":3,"42":24,"426":2,"43":14,"430":19,"431":1,"433":2,"44":7,"45":24,"46":152,"48":39,"49":45,"5":382,"51":36,"52":32,"53":21,"56":11,"570":1,"6":91,"63":16,"7":180,"79":27,"8":137,"80":27,"9":154,"all_client":72705,"all_tv_clinet":12546,"insert_time":"2014-08-22T16:15:04.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59624,"10":15,"107":311,"11":1076,"12":135,"13":234,"14":74,"15":57,"155":9,"156":15,"158":23,"159":8,"16":253,"160":10,"161":70,"167":32,"168":1,"17":61,"18":423,"19":112,"20":126,"209":11,"21":300,"210":7,"211":3,"214":24,"215":189,"221":150,"223":212,"224":25,"225":282,"23":270,"24":2722,"25":117,"257":42,"26":89,"268":3,"27":25,"273":10,"276":19,"279":20,"28":1944,"281":5,"282":35,"291":4,"292":20,"30":14,"302":4,"306":3,"31":102,"314":2,"32":24,"33":31,"34":55,"347":7,"35":32,"352":467,"36":85,"37":32,"38":221,"380":7,"381":48,"383":36,"39":31,"391":20,"396":5,"397":8,"40":50,"409":7,"41":26,"414":9,"415":41,"419":3,"42":25,"426":3,"43":15,"430":20,"431":1,"433":2,"44":6,"45":24,"46":151,"48":37,"49":37,"5":370,"51":36,"52":32,"53":19,"56":12,"570":2,"6":86,"63":15,"7":182,"79":28,"8":135,"80":27,"9":145,"all_client":71977,"all_tv_clinet":12353,"insert_time":"2014-08-22T16:16:04.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59188,"10":15,"107":304,"11":1077,"12":127,"13":232,"14":78,"15":56,"155":9,"156":12,"158":24,"159":7,"16":250,"160":12,"161":65,"167":30,"168":1,"17":63,"18":418,"19":108,"20":123,"209":10,"21":286,"210":7,"211":3,"214":23,"215":177,"221":150,"223":210,"224":23,"225":271,"23":251,"24":2646,"25":124,"257":39,"26":90,"268":4,"27":23,"273":7,"276":20,"279":21,"28":1930,"281":7,"282":33,"291":4,"292":20,"30":13,"302":5,"306":3,"31":100,"314":2,"32":25,"33":30,"34":51,"347":7,"35":32,"352":462,"36":77,"37":32,"38":225,"380":6,"381":47,"383":38,"39":35,"391":19,"396":5,"397":8,"40":50,"409":8,"41":27,"414":9,"415":42,"419":3,"42":23,"426":3,"43":14,"430":21,"431":1,"433":3,"44":7,"45":27,"46":153,"48":37,"49":37,"5":362,"51":36,"52":32,"53":22,"56":11,"570":2,"6":88,"63":16,"7":186,"79":28,"8":130,"80":26,"9":138,"all_client":71342,"all_tv_clinet":12154,"insert_time":"2014-08-22T16:17:04.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58694,"10":16,"107":293,"11":1072,"12":130,"13":223,"14":72,"15":54,"155":9,"156":10,"158":24,"159":6,"16":246,"160":13,"161":63,"167":27,"168":3,"17":60,"18":418,"19":108,"20":122,"209":12,"21":278,"210":6,"211":3,"214":21,"215":176,"221":149,"223":205,"224":21,"225":262,"23":232,"24":2583,"25":124,"257":37,"26":89,"268":5,"27":22,"273":8,"276":19,"279":21,"28":1917,"281":6,"282":29,"291":4,"292":16,"30":15,"302":5,"306":3,"31":100,"314":2,"32":23,"33":32,"34":48,"347":7,"35":31,"352":461,"36":81,"37":29,"38":231,"380":8,"381":46,"383":40,"39":34,"391":18,"396":4,"397":8,"40":50,"409":8,"41":28,"414":10,"415":45,"419":4,"42":24,"426":3,"43":12,"430":21,"431":1,"433":2,"44":6,"45":28,"46":150,"48":34,"49":39,"5":356,"51":36,"52":31,"53":23,"56":10,"570":2,"6":82,"63":15,"7":186,"79":29,"8":130,"80":27,"9":133,"all_client":70659,"all_tv_clinet":11965,"insert_time":"2014-08-22T16:18:06.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58129,"10":13,"107":290,"11":1087,"12":129,"13":220,"14":72,"15":51,"155":8,"156":10,"158":23,"159":6,"16":244,"160":12,"161":65,"167":28,"168":3,"17":60,"18":412,"19":109,"20":123,"209":12,"21":263,"210":5,"211":3,"214":21,"215":172,"221":144,"223":201,"224":21,"225":258,"23":221,"24":2527,"25":130,"257":34,"26":85,"268":5,"27":22,"273":8,"276":18,"279":19,"28":1905,"281":5,"282":26,"291":5,"292":14,"30":15,"302":5,"306":3,"31":93,"314":2,"32":26,"33":29,"34":48,"347":5,"35":30,"352":462,"36":81,"37":30,"38":228,"380":8,"381":44,"383":40,"39":32,"391":17,"396":4,"397":7,"40":51,"409":7,"41":29,"414":12,"415":46,"419":4,"42":22,"426":4,"43":13,"430":22,"431":1,"433":2,"44":6,"45":25,"46":145,"48":33,"49":37,"5":355,"51":38,"52":30,"53":21,"56":10,"570":3,"6":79,"63":16,"7":189,"79":30,"8":130,"80":28,"9":128,"all_client":69943,"all_tv_clinet":11814,"insert_time":"2014-08-22T16:19:06.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57622,"10":15,"107":284,"11":1085,"12":127,"13":217,"14":71,"15":45,"155":8,"156":10,"158":20,"159":6,"16":246,"160":11,"161":62,"167":28,"168":3,"17":57,"18":409,"19":108,"20":115,"209":13,"21":247,"210":3,"211":3,"214":22,"215":171,"221":147,"223":197,"224":20,"225":265,"23":221,"24":2486,"25":132,"257":37,"26":83,"268":4,"27":22,"273":8,"276":17,"279":19,"28":1893,"281":4,"282":26,"291":5,"292":13,"30":15,"302":5,"306":3,"31":89,"314":3,"32":26,"33":28,"34":44,"347":7,"35":29,"352":450,"36":79,"37":31,"38":225,"380":9,"381":43,"383":41,"39":34,"391":18,"396":4,"397":7,"40":49,"409":7,"41":30,"414":12,"415":48,"419":4,"42":18,"426":4,"43":13,"430":22,"431":1,"433":2,"44":6,"45":24,"46":141,"48":33,"49":36,"5":354,"51":38,"52":29,"53":19,"56":11,"570":3,"6":83,"63":15,"7":191,"79":31,"8":122,"80":26,"9":126,"all_client":69295,"all_tv_clinet":11673,"insert_time":"2014-08-22T16:20:07.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57141,"10":15,"107":286,"11":1083,"12":132,"13":213,"14":72,"15":41,"155":8,"156":11,"158":19,"159":7,"16":251,"160":11,"161":57,"167":28,"168":2,"17":59,"18":404,"19":109,"20":107,"209":11,"21":238,"210":3,"211":3,"214":21,"215":170,"221":146,"223":200,"224":20,"225":263,"23":225,"24":2447,"25":131,"257":36,"26":87,"268":4,"27":21,"273":8,"276":17,"279":17,"28":1891,"281":4,"282":25,"291":5,"292":13,"30":18,"302":5,"306":2,"31":91,"314":3,"32":27,"33":24,"34":40,"347":7,"35":29,"352":441,"36":78,"37":31,"38":215,"380":9,"381":39,"383":41,"39":33,"391":16,"396":4,"397":5,"40":50,"409":8,"41":29,"414":12,"415":44,"419":3,"42":18,"426":4,"43":13,"430":23,"431":1,"433":2,"44":7,"45":22,"46":138,"48":33,"49":32,"5":344,"51":38,"52":28,"53":19,"56":12,"570":2,"6":82,"63":15,"7":196,"79":31,"8":116,"80":22,"9":121,"all_client":68685,"all_tv_clinet":11544,"insert_time":"2014-08-22T16:21:07.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56659,"10":15,"107":288,"11":1067,"12":138,"13":214,"14":72,"15":40,"155":8,"156":9,"158":16,"159":8,"16":259,"160":11,"161":55,"167":27,"168":2,"17":58,"18":382,"19":108,"20":105,"209":12,"21":225,"210":3,"211":3,"214":21,"215":169,"221":149,"223":212,"224":20,"225":255,"23":217,"24":2418,"25":125,"257":35,"26":85,"268":4,"27":21,"273":9,"276":16,"279":18,"28":1874,"281":4,"282":24,"291":5,"292":13,"30":20,"302":5,"306":2,"31":92,"314":3,"32":27,"33":25,"34":40,"347":9,"35":29,"352":428,"36":75,"37":27,"38":203,"380":12,"381":33,"383":43,"39":31,"391":16,"396":4,"397":5,"40":51,"409":8,"41":28,"414":11,"415":39,"419":3,"42":19,"426":4,"43":12,"430":23,"431":1,"433":2,"44":7,"45":19,"46":138,"48":32,"49":30,"5":339,"51":34,"52":30,"53":19,"56":12,"570":1,"6":79,"63":14,"7":193,"79":31,"8":110,"80":22,"9":120,"all_client":68038,"all_tv_clinet":11379,"insert_time":"2014-08-22T16:22:08.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56177,"10":13,"107":288,"11":1058,"12":139,"13":213,"14":71,"15":36,"155":8,"156":9,"158":17,"159":9,"16":262,"160":10,"161":53,"167":25,"168":2,"17":58,"18":384,"19":105,"20":104,"209":14,"21":217,"210":3,"211":3,"214":21,"215":168,"221":149,"223":212,"224":19,"225":248,"23":211,"24":2394,"25":126,"257":34,"26":81,"268":4,"27":21,"273":10,"276":16,"279":18,"28":1855,"281":4,"282":25,"291":5,"292":11,"30":18,"302":4,"306":2,"31":93,"314":2,"317":1,"32":28,"33":22,"34":33,"347":8,"35":28,"352":421,"36":77,"37":26,"38":202,"380":12,"381":31,"383":44,"39":29,"391":17,"396":4,"397":3,"40":52,"409":8,"41":29,"414":12,"415":36,"419":3,"42":21,"426":4,"43":12,"430":21,"431":1,"433":2,"44":7,"45":19,"46":141,"48":28,"49":27,"5":325,"51":33,"52":32,"53":22,"56":15,"570":1,"6":77,"63":12,"7":191,"79":31,"8":100,"80":23,"9":120,"all_client":67420,"all_tv_clinet":11243,"insert_time":"2014-08-22T16:23:08.593Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55643,"10":15,"107":282,"11":1007,"12":145,"13":204,"14":78,"15":38,"155":10,"156":7,"158":17,"159":9,"16":267,"160":11,"161":55,"167":24,"168":1,"17":60,"18":378,"19":99,"20":102,"209":16,"21":213,"210":2,"211":3,"214":23,"215":170,"221":160,"223":205,"224":21,"225":248,"23":215,"24":2354,"25":126,"257":33,"26":72,"268":5,"27":22,"273":10,"276":17,"279":17,"28":1857,"281":4,"282":26,"291":6,"292":9,"30":16,"302":4,"306":2,"31":97,"314":3,"317":1,"32":27,"33":22,"34":31,"347":11,"35":27,"352":404,"36":76,"37":24,"38":204,"380":13,"381":31,"383":44,"39":31,"391":18,"396":4,"397":3,"40":54,"409":10,"41":29,"414":9,"415":36,"419":4,"42":20,"426":4,"43":12,"430":19,"431":1,"433":2,"44":9,"45":18,"46":139,"48":26,"49":25,"5":325,"51":33,"52":31,"53":22,"56":15,"570":1,"6":76,"63":11,"7":183,"79":29,"8":92,"80":21,"9":129,"all_client":66764,"all_tv_clinet":11121,"insert_time":"2014-08-22T16:24:09.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55153,"10":15,"107":281,"11":921,"12":145,"13":187,"14":81,"15":40,"155":9,"156":7,"158":19,"159":8,"16":279,"160":11,"161":55,"167":24,"168":1,"17":64,"18":384,"19":98,"20":102,"209":18,"21":211,"210":2,"211":3,"214":25,"215":168,"221":161,"223":207,"224":23,"225":250,"23":214,"24":2336,"25":126,"257":33,"26":62,"268":5,"27":22,"273":9,"276":18,"279":19,"28":1852,"281":4,"282":25,"291":5,"292":9,"30":14,"302":4,"306":2,"31":102,"314":3,"317":2,"32":26,"33":21,"34":31,"347":11,"35":25,"352":389,"36":82,"37":20,"38":207,"380":13,"381":35,"383":42,"39":32,"391":18,"396":3,"397":3,"40":48,"409":11,"41":30,"414":7,"415":41,"419":3,"42":23,"426":4,"43":13,"430":20,"431":1,"433":2,"44":10,"45":18,"46":131,"48":23,"49":25,"5":325,"51":33,"52":36,"53":21,"56":16,"570":1,"6":75,"63":10,"7":183,"79":29,"8":84,"80":20,"9":125,"all_client":66144,"all_tv_clinet":10991,"insert_time":"2014-08-22T16:25:09.500Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54709,"10":16,"107":273,"11":838,"12":162,"13":180,"14":80,"15":43,"155":10,"156":7,"158":23,"159":6,"16":289,"160":10,"161":67,"167":24,"168":1,"17":66,"18":392,"19":89,"20":99,"209":19,"21":215,"210":2,"211":3,"214":27,"215":160,"221":161,"223":212,"224":25,"225":257,"23":210,"24":2315,"25":122,"257":31,"26":58,"268":6,"27":21,"273":10,"276":20,"279":18,"28":1850,"281":3,"282":22,"291":4,"292":9,"30":14,"302":3,"306":2,"31":108,"314":4,"317":2,"32":26,"33":23,"34":32,"347":13,"35":26,"352":393,"36":78,"37":18,"38":206,"380":13,"381":34,"383":37,"39":29,"391":18,"396":3,"397":3,"40":47,"409":12,"41":30,"414":7,"415":40,"419":3,"42":23,"426":4,"43":13,"430":19,"433":2,"44":12,"45":17,"46":121,"48":23,"49":21,"5":320,"51":31,"52":33,"53":21,"56":13,"570":1,"6":82,"63":11,"7":187,"79":30,"8":81,"80":21,"9":118,"all_client":65592,"all_tv_clinet":10883,"insert_time":"2014-08-22T16:26:09.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54223,"10":15,"107":270,"11":795,"12":164,"13":177,"14":80,"15":52,"155":11,"156":7,"158":21,"159":7,"16":292,"160":10,"161":67,"167":24,"17":70,"18":399,"19":86,"20":92,"209":20,"21":216,"210":4,"211":3,"214":26,"215":163,"221":157,"223":201,"224":25,"225":268,"23":204,"24":2301,"25":119,"257":35,"26":56,"268":5,"27":17,"273":11,"276":20,"279":18,"28":1851,"281":3,"282":21,"291":3,"292":10,"30":15,"302":3,"306":2,"31":107,"314":4,"317":2,"32":24,"33":24,"34":33,"347":15,"35":25,"352":388,"36":75,"37":18,"38":201,"380":14,"381":34,"383":30,"39":29,"391":17,"396":3,"397":3,"40":44,"409":11,"41":31,"414":7,"415":40,"419":3,"42":24,"426":4,"43":12,"430":17,"433":2,"44":13,"45":19,"46":119,"48":24,"49":20,"5":316,"51":31,"52":31,"53":21,"56":13,"570":3,"6":88,"63":12,"7":182,"79":28,"8":78,"80":25,"9":109,"all_client":65012,"all_tv_clinet":10789,"insert_time":"2014-08-22T16:27:10.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53742,"10":16,"107":264,"11":743,"12":178,"13":171,"14":75,"15":58,"155":11,"156":6,"158":21,"159":7,"16":292,"160":9,"161":72,"167":23,"17":66,"18":409,"19":79,"20":87,"209":20,"21":217,"210":4,"211":3,"214":28,"215":163,"221":158,"223":200,"224":24,"225":272,"23":207,"24":2289,"25":109,"257":30,"26":47,"268":5,"27":15,"273":12,"276":19,"279":17,"28":1839,"281":3,"282":21,"291":3,"292":9,"30":13,"302":3,"306":2,"31":112,"314":4,"317":2,"32":23,"33":22,"34":32,"347":14,"35":26,"352":394,"36":77,"37":18,"38":209,"380":13,"381":36,"383":29,"39":29,"391":17,"396":3,"397":3,"40":47,"409":11,"41":29,"414":7,"415":35,"419":3,"42":23,"426":4,"43":12,"430":20,"433":3,"44":16,"45":22,"46":110,"48":23,"49":23,"5":307,"51":27,"52":25,"53":22,"56":12,"570":3,"6":90,"63":12,"7":177,"79":28,"8":71,"80":24,"9":108,"all_client":64418,"all_tv_clinet":10676,"insert_time":"2014-08-22T16:28:10.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53222,"10":15,"107":254,"11":718,"12":185,"13":169,"14":68,"15":61,"155":11,"156":6,"158":19,"159":7,"16":296,"160":9,"161":71,"167":24,"168":1,"17":70,"18":415,"19":81,"20":85,"209":22,"21":207,"210":4,"211":3,"214":26,"215":166,"221":151,"223":190,"224":24,"225":278,"23":207,"24":2276,"25":102,"257":31,"26":42,"268":6,"27":16,"273":12,"276":17,"279":16,"28":1833,"281":4,"282":23,"291":2,"292":9,"30":13,"302":4,"306":2,"31":110,"314":3,"317":2,"32":22,"33":21,"34":31,"347":12,"35":25,"352":389,"36":78,"37":16,"38":211,"380":13,"381":37,"383":29,"39":32,"391":16,"396":3,"397":3,"40":48,"409":11,"41":29,"414":6,"415":34,"419":3,"42":23,"426":4,"43":12,"430":20,"433":3,"44":18,"45":26,"46":105,"48":24,"49":24,"5":306,"51":26,"52":24,"53":20,"56":9,"570":3,"6":92,"63":13,"7":178,"79":28,"8":64,"80":26,"9":108,"all_client":63813,"all_tv_clinet":10591,"insert_time":"2014-08-22T16:29:11.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52745,"10":14,"107":247,"11":688,"12":191,"13":163,"14":65,"15":70,"155":10,"156":5,"158":18,"159":6,"16":292,"160":9,"161":67,"167":24,"168":1,"17":70,"18":408,"19":80,"20":77,"209":21,"21":202,"210":4,"211":3,"214":25,"215":167,"221":150,"223":179,"224":24,"225":287,"23":203,"24":2246,"25":99,"257":30,"26":39,"268":6,"27":16,"273":11,"276":17,"279":18,"28":1825,"281":4,"282":22,"291":3,"292":9,"30":12,"302":5,"306":2,"31":112,"314":4,"317":2,"32":23,"33":21,"34":31,"347":11,"35":22,"352":373,"36":81,"37":16,"38":216,"380":13,"381":38,"383":29,"39":31,"391":17,"396":3,"397":3,"40":48,"409":10,"41":29,"414":6,"415":36,"419":2,"42":23,"426":4,"43":12,"430":20,"433":3,"44":17,"45":25,"46":98,"48":22,"49":24,"5":302,"51":23,"52":26,"53":18,"56":6,"570":3,"6":91,"63":13,"7":182,"79":29,"8":59,"80":26,"9":104,"all_client":63186,"all_tv_clinet":10441,"insert_time":"2014-08-22T16:30:11.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52281,"10":14,"107":246,"11":655,"12":199,"13":162,"14":66,"15":70,"155":9,"156":5,"158":17,"159":5,"16":293,"160":9,"161":64,"167":23,"168":1,"17":67,"18":389,"19":78,"20":71,"209":20,"21":200,"210":4,"211":2,"214":24,"215":165,"221":144,"223":178,"224":23,"225":289,"23":206,"24":2191,"25":109,"257":29,"26":37,"268":6,"27":17,"273":11,"276":17,"279":17,"28":1808,"281":4,"282":21,"291":3,"292":9,"30":11,"302":5,"306":2,"31":111,"314":4,"317":2,"32":20,"33":20,"34":31,"347":12,"35":24,"352":360,"36":83,"37":15,"38":208,"380":13,"381":37,"383":31,"39":36,"391":18,"396":2,"397":4,"40":50,"409":11,"41":28,"414":6,"415":33,"419":2,"42":24,"426":3,"43":13,"430":19,"433":3,"44":17,"45":25,"46":96,"48":22,"49":22,"5":296,"51":20,"52":26,"53":17,"56":7,"570":3,"6":94,"63":12,"7":187,"79":28,"8":59,"80":26,"9":106,"all_client":62562,"all_tv_clinet":10281,"insert_time":"2014-08-22T16:31:11.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51897,"10":14,"107":246,"11":602,"12":194,"13":152,"14":72,"15":79,"155":8,"156":4,"158":17,"159":4,"16":290,"160":8,"161":60,"167":22,"17":70,"18":371,"19":77,"20":71,"209":18,"21":205,"210":5,"211":2,"214":24,"215":164,"221":141,"223":180,"224":24,"225":282,"23":205,"24":2144,"25":114,"257":27,"26":33,"268":5,"27":16,"273":11,"276":18,"279":16,"28":1800,"281":3,"282":21,"291":4,"292":10,"30":10,"302":4,"306":2,"31":113,"314":3,"317":2,"32":20,"33":20,"34":29,"347":12,"35":24,"352":348,"36":81,"37":14,"38":205,"380":12,"381":34,"383":30,"39":35,"391":18,"396":2,"397":4,"40":49,"409":12,"41":26,"414":6,"415":36,"419":2,"42":24,"426":3,"43":12,"430":21,"433":3,"44":17,"45":24,"46":98,"48":23,"49":23,"5":295,"51":18,"52":24,"53":18,"56":3,"570":3,"6":96,"63":12,"7":189,"79":30,"8":56,"80":26,"9":108,"all_client":62009,"all_tv_clinet":10112,"insert_time":"2014-08-22T16:32:12.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51466,"10":16,"107":240,"11":530,"12":183,"13":148,"14":79,"15":82,"155":6,"156":6,"158":17,"159":4,"16":286,"160":6,"161":53,"167":23,"17":71,"18":350,"19":76,"20":73,"209":16,"21":208,"210":5,"211":2,"214":23,"215":164,"221":144,"223":173,"224":25,"225":269,"23":211,"24":2087,"25":118,"257":24,"26":33,"268":5,"27":17,"273":11,"276":18,"279":17,"28":1798,"281":3,"282":21,"291":6,"292":11,"30":9,"302":5,"306":2,"31":119,"314":1,"317":2,"32":21,"33":19,"34":28,"347":12,"35":24,"352":348,"36":74,"37":15,"38":205,"380":12,"381":36,"383":26,"39":35,"391":17,"396":2,"397":4,"40":49,"409":11,"41":26,"414":5,"415":36,"419":2,"42":24,"426":2,"43":11,"430":21,"433":3,"44":16,"45":24,"46":88,"48":23,"49":24,"5":295,"51":17,"52":17,"53":18,"56":3,"570":3,"6":97,"63":13,"7":192,"79":30,"8":55,"80":27,"9":108,"all_client":61380,"all_tv_clinet":9914,"insert_time":"2014-08-22T16:33:12.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51071,"10":14,"107":249,"11":440,"12":175,"13":139,"14":79,"15":86,"155":7,"156":6,"158":17,"159":4,"16":283,"160":6,"161":51,"167":23,"17":76,"18":343,"19":73,"20":74,"209":18,"21":211,"210":5,"211":2,"214":22,"215":170,"221":141,"223":168,"224":24,"225":261,"23":208,"24":2027,"25":126,"257":23,"26":28,"268":5,"27":17,"273":10,"276":17,"279":16,"28":1791,"281":3,"282":21,"291":6,"292":12,"30":10,"302":6,"306":2,"31":126,"317":2,"32":21,"33":18,"34":26,"347":11,"35":21,"352":340,"36":74,"37":14,"38":206,"380":12,"381":34,"383":26,"39":33,"391":18,"396":2,"397":4,"40":49,"409":12,"41":29,"414":4,"415":39,"419":2,"42":23,"426":2,"43":11,"430":18,"433":2,"44":18,"45":25,"46":80,"48":21,"49":22,"5":297,"51":17,"52":14,"53":17,"56":3,"570":2,"6":99,"63":14,"7":191,"79":29,"8":51,"80":27,"9":102,"all_client":60774,"all_tv_clinet":9703,"insert_time":"2014-08-22T16:34:13.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50613,"10":12,"107":247,"11":374,"12":178,"13":127,"14":81,"15":89,"155":7,"156":6,"158":16,"159":4,"16":275,"160":6,"161":49,"167":21,"17":71,"18":335,"19":72,"20":72,"209":19,"21":212,"210":5,"211":1,"214":21,"215":171,"221":141,"223":163,"224":24,"225":254,"23":207,"24":1977,"25":121,"257":23,"26":28,"268":5,"27":16,"273":11,"276":17,"279":17,"28":1791,"281":2,"282":20,"291":6,"292":12,"30":12,"302":6,"306":2,"31":131,"317":2,"32":19,"33":17,"34":33,"347":9,"35":20,"352":335,"36":72,"37":14,"38":202,"380":12,"381":33,"383":29,"39":32,"391":19,"396":2,"397":4,"40":49,"409":12,"41":29,"414":3,"415":41,"419":2,"42":22,"426":1,"43":9,"430":17,"433":1,"44":16,"45":23,"46":77,"48":23,"49":20,"5":298,"51":16,"52":14,"53":21,"56":3,"570":2,"6":99,"63":17,"7":196,"79":28,"8":54,"80":27,"9":104,"all_client":60148,"all_tv_clinet":9535,"insert_time":"2014-08-22T16:35:13.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50144,"10":11,"107":242,"11":340,"12":182,"13":120,"14":81,"15":104,"155":7,"156":6,"158":16,"159":4,"16":264,"160":6,"161":50,"167":21,"17":65,"18":332,"19":72,"20":72,"209":18,"21":216,"210":5,"211":1,"214":21,"215":175,"221":136,"223":169,"224":24,"225":253,"23":200,"24":1915,"25":124,"257":24,"26":25,"268":6,"27":16,"273":11,"276":16,"279":16,"28":1776,"281":2,"282":17,"291":6,"292":12,"30":15,"302":5,"306":1,"31":134,"317":2,"32":16,"33":15,"34":36,"347":7,"35":20,"352":319,"36":77,"37":15,"38":204,"380":12,"381":34,"383":28,"39":33,"391":19,"396":2,"397":4,"40":49,"409":14,"41":28,"414":3,"415":42,"419":2,"42":21,"426":1,"43":11,"430":16,"433":1,"44":16,"45":22,"46":73,"48":23,"49":18,"5":292,"51":14,"52":14,"53":20,"56":2,"570":2,"6":94,"63":17,"7":198,"79":27,"8":50,"80":26,"9":104,"all_client":59521,"all_tv_clinet":9377,"insert_time":"2014-08-22T16:36:14.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49688,"10":11,"107":238,"11":323,"12":180,"13":119,"14":85,"15":109,"155":6,"156":6,"158":17,"159":4,"16":245,"160":7,"161":47,"167":20,"17":59,"18":325,"19":71,"20":66,"209":19,"21":223,"210":5,"211":1,"214":20,"215":170,"221":137,"223":170,"224":26,"225":252,"23":198,"24":1853,"25":116,"257":24,"26":23,"268":6,"27":17,"273":12,"276":17,"279":15,"28":1763,"281":2,"282":17,"291":6,"292":11,"30":20,"302":4,"306":1,"31":131,"314":1,"317":1,"32":16,"33":14,"34":32,"347":6,"35":16,"352":310,"36":78,"37":16,"38":197,"380":12,"381":36,"383":28,"39":28,"391":20,"396":2,"397":4,"40":50,"409":15,"41":26,"414":3,"415":46,"419":2,"42":20,"43":11,"430":16,"433":1,"44":15,"45":26,"46":78,"48":24,"49":20,"5":279,"51":15,"52":14,"53":21,"56":2,"570":2,"6":97,"63":18,"7":195,"79":26,"8":49,"80":27,"9":101,"all_client":58901,"all_tv_clinet":9213,"insert_time":"2014-08-22T16:37:14.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49259,"10":11,"107":237,"11":305,"12":172,"13":124,"14":82,"15":115,"155":6,"156":7,"158":16,"159":5,"16":233,"160":7,"161":48,"167":20,"168":1,"17":55,"18":323,"19":71,"20":64,"209":15,"21":222,"210":5,"211":1,"214":19,"215":167,"221":133,"223":167,"224":28,"225":250,"23":188,"24":1807,"25":114,"257":25,"26":23,"268":6,"27":18,"273":12,"276":17,"279":13,"28":1754,"281":2,"282":16,"291":6,"292":11,"30":24,"302":6,"306":1,"31":132,"314":1,"317":1,"32":15,"33":15,"34":29,"347":3,"35":16,"352":308,"36":77,"37":14,"38":190,"380":11,"381":36,"383":29,"39":29,"391":20,"396":2,"397":5,"40":50,"409":16,"41":27,"414":3,"415":47,"419":2,"42":21,"43":11,"430":16,"433":1,"44":14,"45":26,"46":79,"48":21,"49":21,"5":265,"51":15,"52":13,"53":20,"56":2,"570":2,"6":90,"63":18,"7":196,"79":28,"8":48,"80":25,"9":95,"all_client":58316,"all_tv_clinet":9057,"insert_time":"2014-08-22T16:38:15.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48799,"10":10,"107":220,"11":286,"12":162,"13":122,"14":79,"15":119,"155":7,"156":8,"158":16,"159":5,"16":221,"160":8,"161":45,"167":19,"168":1,"17":51,"18":327,"19":73,"20":63,"209":17,"21":222,"210":5,"211":1,"214":19,"215":163,"221":137,"223":171,"224":25,"225":254,"23":187,"24":1775,"25":112,"257":26,"26":22,"268":4,"27":19,"273":11,"276":19,"279":13,"28":1745,"281":2,"282":14,"291":5,"292":10,"30":26,"302":6,"306":1,"31":128,"314":1,"317":1,"32":16,"33":16,"34":30,"347":3,"35":14,"352":304,"36":71,"37":12,"38":192,"380":11,"381":34,"383":30,"39":28,"391":22,"396":2,"397":5,"40":53,"409":17,"41":27,"414":4,"415":46,"419":3,"42":22,"43":10,"430":17,"433":1,"44":14,"45":27,"46":74,"48":24,"49":19,"5":259,"51":16,"52":15,"53":21,"56":2,"570":1,"6":93,"63":19,"7":194,"79":27,"8":41,"80":19,"9":94,"all_client":57731,"all_tv_clinet":8932,"insert_time":"2014-08-22T16:39:15.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48324,"10":11,"107":216,"11":278,"12":147,"13":120,"14":74,"15":135,"155":7,"156":8,"158":16,"159":6,"16":209,"160":7,"161":42,"167":20,"168":1,"17":48,"18":321,"19":72,"20":64,"209":14,"21":214,"210":5,"211":1,"214":19,"215":154,"221":140,"223":164,"224":26,"225":254,"23":184,"24":1715,"25":111,"257":27,"26":23,"268":4,"27":20,"273":11,"276":18,"279":12,"28":1726,"281":2,"282":15,"291":5,"292":9,"30":24,"302":6,"306":1,"31":126,"314":1,"317":1,"32":15,"33":16,"34":29,"347":4,"35":14,"352":309,"36":71,"37":10,"38":190,"380":11,"381":36,"383":28,"39":28,"391":22,"396":2,"397":6,"40":51,"409":16,"41":25,"414":5,"415":45,"419":3,"42":22,"43":10,"430":16,"433":1,"44":11,"45":27,"46":76,"48":22,"49":18,"5":246,"51":18,"52":19,"53":19,"56":3,"570":1,"6":98,"63":18,"7":191,"79":29,"8":41,"80":18,"9":99,"all_client":57097,"all_tv_clinet":8773,"insert_time":"2014-08-22T16:40:15.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47923,"10":10,"107":214,"11":267,"12":137,"13":113,"14":70,"15":139,"155":7,"156":7,"158":15,"159":6,"16":199,"160":8,"161":40,"167":21,"168":1,"17":45,"18":316,"19":76,"20":61,"209":13,"21":207,"210":4,"211":1,"214":19,"215":155,"221":138,"223":162,"224":24,"225":253,"23":186,"24":1653,"25":109,"257":27,"26":23,"268":4,"27":21,"273":12,"276":17,"279":12,"28":1701,"281":2,"282":15,"291":5,"292":10,"30":24,"302":5,"306":1,"31":123,"314":1,"32":18,"33":18,"34":29,"347":4,"35":15,"352":300,"36":71,"37":9,"38":192,"380":11,"381":36,"383":27,"39":28,"391":21,"396":2,"397":6,"40":51,"409":16,"41":21,"414":5,"415":45,"419":4,"42":22,"43":12,"430":17,"433":1,"44":9,"45":29,"46":75,"48":22,"49":17,"5":238,"51":19,"52":21,"53":18,"56":4,"570":2,"6":96,"63":19,"7":190,"79":29,"8":39,"80":18,"9":99,"all_client":56527,"all_tv_clinet":8604,"insert_time":"2014-08-22T16:41:16.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47483,"10":12,"107":216,"11":255,"12":122,"13":108,"14":70,"15":143,"155":8,"156":5,"158":16,"159":6,"16":195,"160":9,"161":38,"167":21,"168":1,"17":47,"18":318,"19":77,"20":60,"209":14,"21":203,"210":3,"211":1,"214":18,"215":155,"221":125,"223":159,"224":24,"225":255,"23":182,"24":1569,"25":109,"257":26,"26":21,"268":4,"27":27,"273":13,"276":18,"279":14,"28":1686,"281":3,"282":15,"291":4,"292":10,"30":20,"302":5,"306":1,"31":117,"314":1,"32":17,"33":17,"34":30,"347":3,"35":15,"352":305,"36":68,"37":11,"38":185,"380":11,"381":37,"383":28,"39":28,"391":21,"396":2,"397":5,"40":49,"409":16,"41":20,"414":6,"415":41,"419":4,"42":23,"43":13,"430":19,"433":1,"44":10,"45":26,"46":77,"48":24,"49":18,"5":229,"51":17,"52":21,"53":18,"56":5,"570":2,"6":99,"63":20,"7":190,"79":30,"8":38,"80":18,"9":100,"all_client":55929,"all_tv_clinet":8446,"insert_time":"2014-08-22T16:42:16.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47022,"10":10,"107":208,"11":251,"12":104,"13":103,"14":74,"15":149,"155":9,"156":5,"158":16,"159":6,"16":192,"160":9,"161":37,"167":22,"168":1,"17":49,"18":319,"19":77,"20":60,"209":12,"21":204,"210":3,"211":1,"214":18,"215":156,"221":124,"223":158,"224":23,"225":260,"23":176,"24":1488,"25":106,"257":23,"26":18,"268":4,"27":30,"273":13,"276":19,"279":15,"28":1667,"281":3,"282":13,"291":4,"292":10,"30":19,"302":6,"306":1,"31":106,"314":1,"32":16,"33":18,"34":28,"347":1,"35":15,"352":302,"36":66,"37":13,"38":184,"380":10,"381":35,"383":28,"39":28,"391":21,"396":2,"397":5,"40":48,"409":16,"41":21,"414":6,"415":40,"419":4,"42":24,"43":12,"430":19,"433":1,"44":10,"45":25,"46":78,"48":25,"49":16,"5":220,"51":15,"52":21,"53":22,"56":5,"570":2,"6":98,"63":20,"7":191,"79":30,"8":33,"80":19,"9":97,"all_client":55294,"all_tv_clinet":8272,"insert_time":"2014-08-22T16:43:16.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46583,"10":12,"107":203,"11":246,"12":92,"13":101,"14":77,"15":144,"155":8,"156":5,"158":16,"159":5,"16":175,"160":10,"161":34,"167":19,"168":1,"17":54,"18":323,"19":78,"20":60,"209":11,"21":209,"210":3,"211":1,"214":19,"215":156,"221":117,"223":153,"224":26,"225":260,"23":161,"24":1429,"25":105,"257":20,"26":20,"268":4,"27":32,"273":13,"276":17,"279":15,"28":1670,"281":3,"282":10,"291":4,"292":10,"30":15,"302":6,"306":1,"31":96,"314":1,"32":16,"33":19,"34":29,"347":1,"35":13,"352":302,"36":63,"37":12,"38":180,"380":8,"381":37,"383":26,"39":29,"391":22,"396":2,"397":5,"40":49,"409":14,"41":22,"414":5,"415":40,"419":4,"42":23,"43":12,"430":19,"433":1,"44":10,"45":23,"46":71,"48":25,"49":17,"5":222,"51":13,"52":20,"53":24,"56":5,"570":1,"6":96,"63":19,"7":194,"79":30,"8":32,"80":19,"9":98,"all_client":54705,"all_tv_clinet":8122,"insert_time":"2014-08-22T16:44:17.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46173,"10":12,"107":209,"11":244,"12":89,"13":95,"14":73,"15":144,"155":8,"156":4,"158":17,"159":7,"16":159,"160":9,"161":30,"167":19,"168":1,"17":57,"18":311,"19":77,"20":64,"209":9,"21":214,"210":3,"211":1,"214":19,"215":156,"221":118,"223":151,"224":29,"225":254,"23":151,"24":1383,"25":99,"257":20,"26":19,"268":3,"27":31,"273":12,"276":14,"279":15,"28":1657,"281":3,"282":10,"291":4,"292":11,"30":13,"302":6,"306":1,"31":87,"314":1,"32":17,"33":18,"34":30,"347":2,"35":14,"352":300,"36":62,"37":13,"38":174,"380":6,"381":32,"383":26,"39":29,"391":22,"396":2,"397":5,"40":48,"409":13,"41":19,"414":2,"415":40,"419":5,"42":22,"426":2,"43":11,"430":20,"431":1,"433":2,"44":9,"45":23,"46":73,"48":25,"49":18,"5":218,"51":12,"52":19,"53":27,"56":5,"570":1,"6":94,"63":19,"7":199,"79":31,"8":28,"80":19,"9":100,"all_client":54153,"all_tv_clinet":7980,"insert_time":"2014-08-22T16:45:17.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45741,"10":13,"107":207,"11":253,"12":84,"13":86,"14":70,"15":137,"155":8,"156":4,"158":18,"159":6,"16":154,"160":9,"161":30,"167":18,"168":1,"17":57,"18":309,"19":77,"20":65,"209":9,"21":221,"210":4,"211":1,"214":19,"215":157,"221":120,"223":142,"224":30,"225":252,"23":149,"24":1336,"25":97,"257":23,"26":21,"268":3,"27":33,"273":12,"276":11,"279":13,"28":1648,"281":3,"282":10,"291":3,"292":13,"30":12,"302":6,"306":1,"31":74,"314":1,"32":18,"33":17,"34":30,"347":2,"35":12,"352":294,"36":62,"37":13,"38":176,"380":6,"381":28,"383":23,"39":29,"391":22,"396":2,"397":5,"40":42,"409":12,"41":21,"414":2,"415":34,"419":5,"42":20,"426":3,"43":12,"430":20,"431":1,"433":2,"44":10,"45":21,"46":76,"48":24,"49":19,"5":215,"51":11,"52":18,"53":26,"56":4,"570":1,"6":92,"63":19,"7":198,"79":27,"8":31,"80":20,"9":99,"all_client":53595,"all_tv_clinet":7854,"insert_time":"2014-08-22T16:46:18.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45262,"10":12,"107":202,"11":261,"12":83,"13":81,"14":68,"15":139,"155":9,"156":4,"158":20,"159":6,"16":146,"160":10,"161":26,"167":18,"168":1,"17":59,"18":305,"19":79,"20":68,"209":10,"21":221,"210":5,"211":1,"214":19,"215":157,"221":121,"223":129,"224":31,"225":239,"23":137,"24":1288,"25":91,"257":24,"26":19,"268":3,"27":37,"273":9,"276":11,"279":14,"28":1635,"281":4,"282":10,"291":3,"292":13,"30":11,"302":6,"306":1,"31":70,"314":1,"32":19,"33":16,"34":26,"347":2,"35":12,"352":297,"36":67,"37":12,"38":177,"380":5,"381":27,"383":23,"39":26,"391":21,"396":2,"397":5,"40":39,"409":12,"41":21,"414":2,"415":36,"419":6,"42":21,"426":3,"43":10,"430":20,"431":1,"433":2,"44":9,"45":21,"46":77,"48":25,"49":20,"5":211,"51":11,"52":19,"53":21,"56":5,"570":1,"6":91,"63":18,"7":203,"79":22,"8":31,"80":17,"9":96,"all_client":52987,"all_tv_clinet":7725,"insert_time":"2014-08-22T16:47:18.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44828,"10":12,"107":202,"11":264,"12":73,"13":86,"14":66,"15":137,"155":7,"156":4,"158":18,"159":5,"16":139,"160":9,"161":26,"167":19,"168":2,"17":61,"18":299,"19":79,"20":63,"209":11,"21":217,"210":5,"211":1,"214":20,"215":155,"221":125,"223":117,"224":30,"225":240,"23":134,"24":1247,"25":87,"257":23,"26":19,"268":3,"27":37,"273":9,"276":14,"279":14,"28":1644,"281":4,"282":9,"291":3,"292":13,"30":11,"302":6,"306":1,"31":58,"32":19,"33":15,"34":27,"347":1,"35":10,"352":291,"36":66,"37":12,"38":172,"380":4,"381":29,"383":23,"39":25,"391":21,"396":2,"397":4,"40":39,"409":12,"41":22,"414":3,"415":37,"419":7,"42":19,"426":2,"43":10,"430":21,"431":1,"433":3,"44":9,"45":20,"46":78,"48":24,"49":21,"5":212,"51":12,"52":20,"53":18,"56":5,"570":1,"6":89,"63":17,"7":200,"79":20,"8":30,"80":19,"9":100,"all_client":52448,"all_tv_clinet":7620,"insert_time":"2014-08-22T16:48:18.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44404,"10":13,"107":206,"11":260,"12":61,"13":90,"14":70,"15":139,"155":7,"156":3,"158":17,"159":6,"16":133,"160":9,"161":27,"167":19,"168":3,"17":62,"18":290,"19":81,"20":61,"209":12,"21":208,"210":5,"211":1,"214":21,"215":156,"221":123,"223":118,"224":31,"225":230,"23":130,"24":1217,"25":85,"257":24,"26":17,"268":3,"27":32,"273":8,"276":15,"279":15,"28":1647,"281":4,"282":8,"291":3,"292":12,"30":10,"302":5,"306":1,"31":53,"32":18,"33":14,"34":27,"347":1,"35":10,"352":289,"36":62,"37":12,"38":166,"380":4,"381":30,"383":25,"39":25,"391":19,"396":2,"397":4,"40":39,"409":12,"41":17,"414":2,"415":38,"419":7,"42":17,"426":2,"43":8,"430":22,"431":1,"433":1,"44":8,"45":18,"46":72,"48":23,"49":20,"5":206,"51":10,"52":21,"53":21,"56":4,"570":1,"6":87,"63":17,"7":204,"79":20,"8":30,"80":16,"9":102,"all_client":51909,"all_tv_clinet":7505,"insert_time":"2014-08-22T16:49:19.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44006,"10":15,"107":212,"11":252,"12":60,"13":91,"14":67,"15":137,"155":6,"156":3,"158":18,"159":6,"16":127,"160":7,"161":30,"167":19,"168":3,"17":65,"18":292,"19":75,"20":60,"209":11,"21":208,"210":4,"211":1,"214":21,"215":155,"221":118,"223":116,"224":30,"225":225,"23":121,"24":1195,"25":77,"257":25,"26":16,"268":3,"27":31,"273":7,"276":16,"279":14,"28":1638,"281":5,"282":8,"291":4,"292":12,"30":11,"302":4,"306":1,"31":43,"32":18,"33":16,"34":26,"347":1,"35":10,"352":286,"36":63,"37":10,"38":156,"380":4,"381":29,"383":25,"39":24,"391":20,"396":2,"397":3,"40":37,"409":11,"41":17,"414":2,"415":37,"419":6,"42":18,"426":2,"43":11,"430":22,"431":1,"433":1,"44":10,"45":18,"46":78,"48":23,"49":20,"5":203,"51":11,"52":21,"53":19,"56":4,"570":1,"6":86,"63":16,"7":201,"79":18,"8":30,"80":16,"9":109,"all_client":51413,"all_tv_clinet":7407,"insert_time":"2014-08-22T16:50:19.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43606,"10":14,"107":210,"11":252,"12":55,"13":88,"14":68,"15":137,"155":6,"156":3,"158":19,"159":6,"16":119,"160":7,"161":33,"167":18,"168":3,"17":63,"18":293,"19":72,"20":58,"209":11,"21":206,"210":4,"211":1,"214":21,"215":153,"221":118,"223":114,"224":30,"225":210,"23":108,"24":1160,"25":77,"257":25,"26":15,"268":3,"27":30,"273":7,"276":16,"279":14,"28":1631,"281":5,"282":9,"291":4,"292":12,"30":10,"302":3,"306":1,"31":41,"32":19,"33":18,"34":22,"347":1,"35":12,"352":293,"36":59,"37":10,"38":161,"380":4,"381":28,"383":25,"39":22,"391":18,"396":2,"397":3,"40":33,"409":11,"41":18,"414":2,"415":35,"419":5,"42":14,"426":2,"43":11,"430":22,"431":1,"433":2,"44":9,"45":19,"46":78,"48":24,"49":20,"5":195,"51":11,"52":20,"53":18,"56":4,"570":1,"6":90,"63":20,"7":205,"79":18,"8":30,"80":14,"9":107,"all_client":50905,"all_tv_clinet":7299,"insert_time":"2014-08-22T16:51:19.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43237,"10":14,"107":203,"11":244,"12":52,"13":85,"14":66,"15":138,"155":6,"156":2,"158":19,"159":6,"16":117,"160":8,"161":35,"167":18,"168":3,"17":61,"18":290,"19":70,"20":56,"209":13,"21":215,"210":4,"211":1,"214":21,"215":147,"221":117,"223":111,"224":27,"225":203,"23":103,"24":1126,"25":75,"257":23,"26":14,"268":3,"27":26,"273":7,"276":16,"279":11,"28":1626,"281":5,"282":12,"291":4,"292":11,"30":12,"302":3,"306":1,"31":36,"32":18,"33":19,"34":23,"347":2,"35":12,"352":301,"36":57,"37":9,"38":156,"380":3,"381":25,"383":26,"39":21,"391":17,"396":2,"397":3,"40":27,"409":11,"41":17,"414":2,"415":35,"419":5,"42":15,"426":1,"43":11,"430":24,"431":1,"433":2,"44":8,"45":21,"46":77,"48":24,"49":24,"5":194,"51":11,"52":20,"53":14,"56":4,"570":1,"6":91,"63":18,"7":204,"79":19,"8":30,"80":14,"9":105,"all_client":50427,"all_tv_clinet":7190,"insert_time":"2014-08-22T16:52:20.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42866,"10":14,"107":201,"11":253,"12":50,"13":87,"14":67,"15":134,"155":6,"156":2,"158":19,"159":5,"16":117,"160":8,"161":33,"167":18,"168":2,"17":59,"18":291,"19":67,"20":57,"209":13,"21":214,"210":3,"211":1,"214":21,"215":140,"221":115,"223":107,"224":26,"225":211,"23":99,"24":1099,"25":74,"257":22,"26":13,"268":4,"27":24,"273":8,"276":16,"279":11,"28":1625,"281":4,"282":12,"291":4,"292":9,"30":10,"302":3,"306":1,"31":32,"32":16,"33":19,"34":21,"347":2,"35":14,"352":299,"36":56,"37":11,"38":152,"380":3,"381":27,"383":21,"39":23,"391":16,"396":2,"397":3,"40":24,"409":10,"41":18,"414":3,"415":32,"419":5,"42":15,"426":1,"43":9,"430":23,"431":1,"433":2,"44":9,"45":22,"46":73,"48":25,"49":24,"5":193,"51":10,"52":22,"53":13,"56":3,"570":1,"6":88,"63":18,"7":203,"79":18,"8":28,"80":14,"9":106,"all_client":49975,"all_tv_clinet":7109,"insert_time":"2014-08-22T16:53:20.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42428,"10":12,"107":202,"11":251,"12":45,"13":92,"14":66,"15":126,"155":6,"156":2,"158":18,"159":5,"16":115,"160":7,"161":32,"167":17,"168":2,"17":60,"18":291,"19":69,"20":55,"209":14,"21":215,"210":3,"211":1,"214":21,"215":137,"221":115,"223":110,"224":24,"225":211,"23":96,"24":1077,"25":75,"257":22,"26":14,"268":4,"27":24,"273":8,"276":14,"279":11,"28":1613,"281":4,"282":11,"291":5,"292":8,"30":9,"302":3,"306":1,"31":30,"32":14,"33":22,"34":23,"347":3,"35":12,"352":293,"36":54,"37":13,"38":151,"380":3,"381":24,"383":21,"39":25,"391":16,"396":2,"397":3,"40":22,"409":10,"41":19,"414":3,"415":31,"419":5,"42":15,"426":1,"43":7,"430":20,"431":1,"433":2,"44":9,"45":22,"46":69,"48":23,"49":21,"5":192,"51":11,"52":21,"53":15,"56":2,"570":1,"6":83,"63":16,"7":202,"79":18,"8":29,"80":15,"9":107,"all_client":49452,"all_tv_clinet":7024,"insert_time":"2014-08-22T16:54:20.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42081,"10":12,"107":208,"11":254,"12":39,"13":95,"14":60,"15":124,"155":5,"156":2,"158":19,"159":5,"16":113,"160":6,"161":26,"167":17,"168":2,"17":60,"18":295,"19":71,"20":54,"209":14,"21":206,"210":2,"211":1,"214":21,"215":138,"221":109,"223":111,"224":25,"225":212,"23":94,"24":1061,"25":69,"257":20,"26":13,"268":4,"27":25,"273":8,"276":14,"279":12,"28":1601,"281":5,"282":8,"291":5,"292":8,"30":9,"302":3,"306":1,"31":27,"314":1,"32":13,"33":23,"34":25,"347":3,"35":12,"352":293,"36":57,"37":15,"38":148,"380":3,"381":24,"383":20,"39":26,"391":15,"396":2,"397":3,"40":22,"409":10,"41":19,"414":3,"415":27,"419":5,"42":12,"426":1,"43":6,"430":19,"431":1,"433":2,"44":9,"45":19,"46":70,"48":22,"49":20,"5":187,"51":11,"52":20,"53":17,"56":2,"570":1,"6":87,"63":15,"7":199,"79":15,"8":30,"80":17,"9":107,"all_client":49032,"all_tv_clinet":6951,"insert_time":"2014-08-22T16:55:21.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41735,"10":11,"107":206,"11":254,"12":35,"13":93,"14":57,"15":125,"155":5,"156":2,"158":20,"159":6,"16":113,"160":6,"161":22,"167":17,"168":2,"17":54,"18":295,"19":70,"20":56,"209":15,"21":195,"210":2,"211":1,"214":21,"215":138,"221":114,"223":111,"224":26,"225":196,"23":93,"24":1037,"25":67,"257":23,"26":14,"268":4,"27":27,"273":8,"276":12,"279":12,"28":1577,"281":4,"282":8,"291":4,"292":8,"30":10,"302":3,"306":1,"31":24,"314":1,"32":11,"33":24,"34":28,"347":3,"35":12,"352":289,"36":54,"37":13,"38":143,"380":4,"381":21,"383":19,"39":27,"391":14,"396":2,"397":3,"40":24,"409":10,"41":21,"414":3,"415":25,"419":5,"42":9,"426":1,"43":6,"430":18,"431":1,"433":2,"44":9,"45":20,"46":71,"48":22,"49":20,"5":186,"51":10,"52":20,"53":19,"56":3,"570":1,"6":83,"63":14,"7":198,"79":16,"8":30,"80":17,"9":97,"all_client":48568,"all_tv_clinet":6833,"insert_time":"2014-08-22T16:56:21.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41346,"10":11,"107":213,"11":252,"12":30,"13":87,"14":55,"15":121,"155":5,"156":2,"158":17,"159":6,"16":113,"160":7,"161":26,"167":16,"168":2,"17":48,"18":295,"19":68,"20":60,"209":12,"21":195,"210":2,"211":1,"214":22,"215":140,"221":114,"223":112,"224":26,"225":197,"23":95,"24":1016,"25":71,"257":23,"26":14,"268":4,"27":29,"273":7,"276":12,"279":11,"28":1563,"281":4,"282":8,"291":4,"292":8,"30":10,"302":3,"306":1,"31":22,"314":1,"32":10,"33":23,"34":27,"347":2,"35":12,"352":287,"36":53,"37":13,"38":140,"380":4,"381":21,"383":19,"39":28,"391":14,"396":2,"397":4,"40":23,"409":8,"41":18,"414":3,"415":24,"419":4,"42":8,"426":1,"43":6,"430":18,"431":1,"433":1,"44":10,"45":18,"46":70,"48":23,"49":20,"5":185,"51":12,"52":21,"53":19,"56":2,"570":1,"6":82,"63":12,"7":199,"79":16,"8":32,"80":17,"9":83,"all_client":48103,"all_tv_clinet":6757,"insert_time":"2014-08-22T16:57:21.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40990,"10":9,"107":208,"11":253,"12":30,"13":86,"14":53,"15":127,"155":5,"156":2,"158":17,"159":6,"16":111,"160":7,"161":24,"167":16,"168":2,"17":46,"18":291,"19":68,"20":56,"209":13,"21":200,"210":2,"211":1,"214":22,"215":142,"221":109,"223":110,"224":27,"225":197,"23":85,"24":999,"25":69,"257":21,"26":14,"268":4,"27":31,"273":8,"276":12,"279":12,"28":1540,"281":3,"282":9,"291":4,"292":9,"30":8,"302":3,"306":1,"31":21,"314":1,"32":9,"33":25,"34":24,"347":1,"35":12,"352":286,"36":56,"37":14,"38":143,"380":4,"381":21,"383":20,"39":28,"391":16,"396":2,"397":5,"40":21,"409":6,"41":18,"414":3,"415":24,"419":4,"42":7,"426":1,"43":6,"430":16,"431":1,"433":1,"44":11,"45":17,"46":71,"48":21,"49":20,"5":184,"51":12,"52":23,"53":20,"56":2,"6":78,"63":12,"7":199,"79":14,"8":34,"80":17,"9":78,"all_client":47671,"all_tv_clinet":6681,"insert_time":"2014-08-22T16:58:22.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40595,"10":10,"107":209,"11":261,"12":27,"13":92,"14":50,"15":124,"155":5,"156":2,"158":17,"159":5,"16":111,"160":7,"161":26,"167":14,"168":2,"17":46,"18":283,"19":66,"20":53,"209":13,"21":198,"210":2,"211":1,"214":21,"215":134,"221":109,"223":110,"224":27,"225":193,"23":81,"24":996,"25":68,"257":20,"26":14,"268":3,"27":30,"273":7,"276":14,"279":12,"28":1530,"281":3,"282":9,"291":4,"292":9,"30":7,"302":3,"306":1,"31":21,"314":1,"32":9,"33":25,"34":20,"347":1,"35":11,"352":289,"36":51,"37":14,"38":151,"380":5,"381":17,"383":21,"39":29,"391":14,"396":2,"397":6,"40":21,"409":5,"41":17,"414":3,"415":22,"419":6,"42":7,"426":1,"43":7,"430":16,"431":1,"433":1,"44":12,"45":17,"46":72,"48":19,"49":19,"5":179,"51":10,"52":25,"53":20,"56":1,"6":76,"63":11,"7":194,"79":13,"8":34,"80":18,"9":76,"all_client":47214,"all_tv_clinet":6619,"insert_time":"2014-08-22T16:59:22.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40280,"10":10,"107":201,"11":258,"12":28,"13":90,"14":50,"15":123,"155":5,"156":2,"158":18,"159":5,"16":107,"160":8,"161":23,"167":15,"168":1,"17":46,"18":279,"19":66,"20":52,"209":13,"21":191,"210":2,"211":1,"214":21,"215":126,"221":108,"223":117,"224":27,"225":190,"23":81,"24":981,"25":68,"257":19,"26":16,"268":3,"27":33,"273":7,"276":15,"279":13,"28":1521,"281":3,"282":10,"291":4,"292":9,"30":6,"302":3,"306":2,"31":18,"314":1,"32":11,"33":26,"34":18,"347":1,"35":10,"352":292,"36":51,"37":16,"38":153,"380":5,"381":15,"383":22,"39":29,"391":13,"396":2,"397":6,"40":20,"409":5,"41":15,"414":3,"415":22,"419":6,"42":6,"426":1,"43":6,"430":15,"431":1,"433":1,"44":11,"45":17,"46":72,"48":18,"49":20,"5":177,"51":10,"52":25,"53":20,"56":1,"6":70,"63":9,"7":190,"79":14,"8":32,"80":17,"9":74,"all_client":46824,"all_tv_clinet":6544,"insert_time":"2014-08-22T17:00:23.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39979,"10":10,"107":194,"11":259,"12":28,"13":88,"14":46,"15":124,"155":5,"156":2,"158":17,"159":5,"16":100,"160":8,"161":21,"167":14,"17":43,"18":274,"19":65,"20":50,"209":15,"21":191,"210":2,"211":1,"214":20,"215":123,"221":105,"223":116,"224":23,"225":184,"23":87,"24":982,"25":65,"257":20,"26":15,"268":3,"27":34,"273":5,"276":15,"279":10,"28":1510,"281":2,"282":9,"291":4,"292":7,"30":7,"302":3,"306":2,"31":17,"314":1,"32":11,"33":25,"34":18,"347":1,"35":9,"352":292,"36":50,"37":17,"38":159,"380":4,"381":15,"383":20,"39":30,"391":11,"396":2,"397":6,"40":19,"409":5,"41":12,"414":2,"415":23,"419":6,"42":5,"426":1,"43":8,"430":15,"431":1,"433":1,"44":11,"45":16,"46":73,"48":18,"49":21,"5":179,"51":9,"52":23,"53":19,"56":1,"6":67,"63":7,"7":191,"79":15,"8":32,"80":16,"9":71,"all_client":46447,"all_tv_clinet":6468,"insert_time":"2014-08-22T17:01:23.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39665,"10":10,"107":193,"11":259,"12":27,"13":82,"14":43,"15":129,"155":5,"156":3,"158":16,"159":5,"16":93,"160":8,"161":24,"167":13,"17":40,"18":269,"19":63,"20":53,"209":14,"21":193,"210":2,"211":1,"214":19,"215":116,"221":100,"223":119,"224":22,"225":186,"23":94,"24":968,"25":64,"257":16,"26":14,"268":3,"27":31,"273":5,"276":15,"279":9,"28":1480,"281":2,"282":9,"291":4,"292":7,"30":4,"302":2,"306":2,"31":16,"317":1,"32":13,"33":23,"34":17,"347":2,"35":9,"352":292,"36":48,"37":18,"38":154,"380":4,"381":17,"383":19,"39":29,"391":11,"396":2,"397":6,"40":20,"409":5,"41":11,"414":2,"415":26,"419":6,"42":5,"426":1,"43":6,"430":14,"431":1,"433":1,"434":1,"44":10,"45":14,"46":70,"48":19,"49":21,"5":177,"51":10,"52":22,"53":20,"56":1,"6":66,"63":5,"7":190,"79":14,"8":32,"80":15,"9":72,"all_client":46039,"all_tv_clinet":6374,"insert_time":"2014-08-22T17:02:23.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39263,"10":10,"107":195,"11":260,"12":24,"13":87,"14":43,"15":130,"155":5,"156":3,"158":16,"159":5,"16":86,"160":7,"161":24,"167":13,"17":42,"18":267,"19":65,"20":54,"209":12,"21":196,"210":2,"211":1,"214":18,"215":109,"221":96,"223":116,"224":22,"225":180,"23":87,"24":962,"25":68,"257":17,"26":13,"268":2,"27":29,"273":5,"276":15,"279":9,"28":1444,"281":2,"282":9,"291":3,"292":6,"30":4,"302":2,"306":2,"31":17,"317":1,"32":13,"33":24,"34":14,"347":2,"35":9,"352":293,"36":52,"37":17,"38":152,"380":4,"381":16,"383":19,"39":30,"391":13,"396":2,"397":6,"40":21,"409":5,"41":13,"414":2,"415":25,"419":5,"42":5,"426":1,"43":6,"430":13,"433":1,"434":1,"44":9,"45":14,"46":68,"48":19,"49":22,"5":180,"51":10,"52":20,"53":20,"56":3,"570":1,"6":62,"63":3,"7":185,"79":14,"8":33,"80":15,"9":77,"all_client":45567,"all_tv_clinet":6304,"insert_time":"2014-08-22T17:03:25.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38932,"10":12,"107":205,"11":262,"12":21,"13":86,"14":40,"15":133,"155":5,"156":3,"158":17,"159":5,"16":86,"160":6,"161":25,"167":13,"17":41,"18":268,"19":65,"20":55,"209":12,"21":190,"210":2,"211":1,"214":18,"215":106,"221":97,"223":120,"224":21,"225":191,"23":87,"24":957,"25":67,"257":16,"26":16,"268":2,"27":31,"273":5,"276":15,"279":11,"28":1420,"281":2,"282":9,"291":3,"292":7,"30":4,"302":2,"306":2,"31":19,"317":1,"32":13,"33":24,"34":14,"347":3,"35":10,"352":283,"36":48,"37":20,"38":149,"380":4,"381":15,"383":18,"39":29,"391":11,"396":2,"397":5,"40":20,"409":4,"41":14,"414":2,"415":26,"419":4,"42":4,"426":1,"43":8,"430":11,"433":1,"434":1,"44":9,"45":14,"46":71,"48":19,"49":22,"5":180,"51":9,"52":21,"53":21,"56":3,"570":2,"6":53,"63":2,"7":183,"79":12,"8":33,"80":17,"9":80,"all_client":45209,"all_tv_clinet":6277,"insert_time":"2014-08-22T17:04:26.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38562,"10":9,"107":197,"11":270,"12":18,"13":82,"14":42,"15":134,"155":5,"156":4,"158":16,"159":5,"16":82,"160":6,"161":25,"167":11,"17":39,"18":267,"19":64,"20":55,"209":12,"21":193,"210":3,"211":1,"214":19,"215":107,"221":101,"223":114,"224":18,"225":188,"23":86,"24":946,"25":64,"257":16,"26":19,"268":2,"27":30,"273":6,"276":15,"279":10,"28":1396,"281":2,"282":10,"291":3,"292":8,"30":4,"302":3,"306":2,"31":19,"317":1,"32":10,"33":23,"34":13,"347":3,"35":11,"352":283,"36":48,"37":19,"38":152,"380":4,"381":14,"383":18,"39":28,"391":9,"396":2,"397":5,"40":18,"409":3,"41":14,"414":2,"415":29,"419":4,"42":3,"426":1,"43":8,"430":11,"433":1,"434":1,"44":8,"45":11,"46":71,"48":19,"49":21,"5":175,"51":7,"52":20,"53":22,"56":3,"570":2,"6":51,"63":2,"7":180,"79":12,"8":32,"80":19,"9":80,"all_client":44763,"all_tv_clinet":6201,"insert_time":"2014-08-22T17:05:26.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38228,"10":10,"107":194,"11":272,"12":16,"13":89,"14":47,"15":127,"155":5,"156":4,"158":16,"159":5,"16":83,"160":5,"161":26,"167":11,"17":43,"18":267,"19":60,"20":55,"209":13,"21":193,"210":3,"211":1,"214":19,"215":107,"221":95,"223":105,"224":19,"225":185,"23":85,"24":921,"25":59,"257":17,"26":25,"268":2,"27":30,"273":7,"276":15,"279":9,"28":1385,"281":1,"282":9,"291":3,"292":9,"30":6,"302":3,"306":2,"31":15,"317":1,"32":9,"33":22,"34":13,"347":4,"35":10,"352":272,"36":47,"37":18,"38":149,"380":4,"381":14,"383":22,"39":25,"391":9,"396":2,"397":5,"40":18,"409":3,"41":16,"414":1,"415":27,"419":4,"42":4,"426":1,"43":9,"430":11,"433":1,"434":1,"44":8,"45":11,"46":69,"48":21,"49":22,"5":169,"51":6,"52":18,"53":22,"56":3,"570":2,"6":49,"63":2,"7":183,"79":13,"8":32,"80":18,"9":81,"all_client":44357,"all_tv_clinet":6129,"insert_time":"2014-08-22T17:06:26.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37867,"10":9,"107":197,"11":271,"12":15,"13":92,"14":49,"15":124,"155":5,"156":4,"158":16,"159":5,"16":82,"160":5,"161":24,"167":11,"17":43,"18":264,"19":60,"20":56,"209":14,"21":188,"210":3,"211":1,"214":20,"215":110,"221":91,"223":94,"224":18,"225":185,"23":86,"24":914,"25":57,"257":19,"26":25,"268":2,"27":32,"273":7,"276":13,"279":9,"28":1369,"281":1,"282":8,"291":3,"292":9,"30":6,"302":3,"306":2,"31":13,"317":1,"32":8,"33":21,"34":12,"347":4,"35":10,"352":268,"36":51,"37":16,"38":143,"380":4,"381":13,"383":22,"39":22,"391":9,"396":2,"397":5,"40":18,"409":3,"41":16,"414":1,"415":30,"419":3,"42":5,"426":1,"43":10,"430":11,"433":1,"434":1,"44":7,"45":9,"46":68,"48":22,"49":21,"5":171,"51":5,"52":16,"53":21,"56":2,"570":2,"6":49,"63":2,"7":180,"79":13,"8":33,"80":18,"9":79,"all_client":43930,"all_tv_clinet":6063,"insert_time":"2014-08-22T17:07:27.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37536,"10":11,"107":186,"11":274,"12":14,"13":99,"14":51,"15":123,"155":5,"156":4,"158":16,"159":5,"16":83,"160":4,"161":21,"167":12,"17":41,"18":258,"19":61,"20":51,"209":16,"21":183,"210":3,"211":1,"214":20,"215":108,"221":88,"223":95,"224":17,"225":186,"23":81,"24":894,"25":56,"257":18,"26":27,"268":2,"27":33,"273":7,"276":12,"279":8,"28":1352,"281":1,"282":8,"291":3,"292":7,"30":5,"302":3,"306":2,"31":13,"317":1,"32":8,"33":22,"34":12,"347":4,"35":11,"352":262,"36":47,"37":16,"38":142,"380":3,"381":10,"383":23,"39":19,"391":9,"396":2,"397":5,"40":18,"409":3,"41":17,"414":1,"415":29,"419":3,"42":7,"426":1,"43":10,"430":10,"433":1,"434":1,"44":7,"45":9,"46":66,"48":21,"49":23,"5":172,"51":6,"52":14,"53":21,"56":2,"570":2,"6":48,"63":2,"7":180,"79":13,"8":32,"80":18,"9":77,"all_client":43514,"all_tv_clinet":5978,"insert_time":"2014-08-22T17:08:28.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37255,"10":11,"107":177,"11":278,"12":15,"13":94,"14":52,"15":125,"155":5,"156":4,"158":15,"159":4,"16":81,"160":5,"161":23,"167":12,"17":40,"18":255,"19":61,"20":45,"209":16,"21":181,"210":3,"211":1,"214":20,"215":108,"221":91,"223":93,"224":15,"225":190,"23":81,"24":882,"25":56,"257":16,"26":27,"268":2,"27":33,"273":7,"276":12,"279":7,"28":1335,"281":1,"282":7,"291":2,"292":6,"30":4,"302":3,"306":2,"31":15,"317":1,"32":8,"33":22,"34":11,"347":4,"35":12,"352":266,"36":51,"37":20,"38":136,"380":4,"381":10,"383":19,"39":20,"391":9,"396":2,"397":5,"40":16,"409":1,"41":16,"414":1,"415":27,"419":3,"42":6,"426":1,"43":10,"430":9,"433":1,"434":1,"44":6,"45":9,"46":71,"48":20,"49":22,"5":169,"51":5,"52":14,"53":21,"56":2,"570":1,"6":48,"63":2,"7":177,"79":13,"8":32,"80":20,"9":73,"all_client":43170,"all_tv_clinet":5915,"insert_time":"2014-08-22T17:09:28.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36899,"10":11,"107":171,"11":283,"12":13,"13":93,"14":55,"15":122,"155":5,"156":4,"158":14,"159":4,"16":80,"160":5,"161":23,"167":12,"17":40,"18":251,"19":61,"20":43,"209":16,"21":176,"210":3,"211":1,"214":20,"215":103,"221":87,"223":89,"224":14,"225":190,"23":81,"24":855,"25":58,"257":15,"26":28,"268":1,"27":35,"273":7,"276":11,"279":6,"28":1334,"281":2,"282":7,"291":2,"292":6,"30":4,"302":3,"306":2,"31":15,"317":1,"32":9,"33":22,"34":11,"347":4,"35":13,"352":259,"36":49,"37":21,"38":134,"380":4,"381":9,"383":19,"39":21,"391":10,"396":2,"397":5,"40":17,"409":1,"41":18,"414":1,"415":23,"419":3,"42":6,"426":1,"43":9,"430":8,"433":1,"434":1,"44":5,"45":8,"46":71,"48":20,"49":21,"5":165,"51":5,"52":12,"53":21,"56":2,"570":1,"6":45,"63":2,"7":175,"79":13,"8":32,"80":19,"9":68,"all_client":42727,"all_tv_clinet":5828,"insert_time":"2014-08-22T17:10:28.770Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36510,"10":10,"107":185,"11":282,"12":13,"13":94,"14":53,"15":124,"155":7,"156":4,"158":13,"159":5,"16":78,"160":4,"161":23,"167":13,"17":40,"18":242,"19":61,"20":47,"209":17,"21":173,"210":2,"211":1,"214":19,"215":100,"221":87,"223":83,"224":14,"225":180,"23":80,"24":839,"25":61,"257":14,"26":34,"268":1,"27":36,"273":6,"276":12,"279":7,"28":1317,"281":2,"282":7,"291":2,"292":6,"30":4,"302":3,"306":2,"31":15,"317":1,"32":10,"33":22,"34":9,"347":4,"35":13,"352":262,"36":49,"37":20,"38":135,"380":4,"381":8,"383":18,"39":20,"391":10,"396":1,"397":6,"40":17,"409":2,"41":17,"414":2,"415":24,"419":2,"42":7,"426":2,"43":9,"430":8,"433":1,"434":1,"44":7,"45":8,"46":68,"48":21,"49":22,"5":165,"51":6,"52":12,"53":21,"56":2,"570":1,"6":40,"63":2,"7":176,"79":13,"8":32,"80":20,"9":64,"all_client":42296,"all_tv_clinet":5786,"insert_time":"2014-08-22T17:11:29.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36191,"10":10,"107":191,"11":281,"12":13,"13":99,"14":54,"15":125,"155":8,"156":4,"158":13,"159":5,"16":73,"160":4,"161":22,"167":12,"17":35,"18":236,"19":55,"20":46,"209":15,"21":168,"210":2,"211":1,"214":18,"215":100,"221":86,"223":81,"224":13,"225":178,"23":76,"24":833,"25":64,"257":15,"26":35,"268":1,"27":37,"273":6,"276":10,"279":8,"28":1295,"281":2,"282":6,"291":3,"292":5,"30":3,"302":3,"306":2,"31":14,"317":1,"32":11,"33":21,"34":8,"347":4,"35":12,"352":243,"36":44,"37":21,"38":138,"380":4,"381":9,"383":17,"39":18,"391":9,"396":1,"397":6,"40":19,"409":2,"41":18,"414":2,"415":24,"419":2,"42":7,"426":2,"43":10,"430":8,"433":1,"434":1,"44":6,"45":8,"46":61,"48":19,"49":22,"5":163,"51":7,"52":10,"53":22,"56":2,"570":1,"6":39,"63":1,"7":176,"79":12,"8":33,"80":19,"9":62,"all_client":41883,"all_tv_clinet":5692,"insert_time":"2014-08-22T17:12:29.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35825,"10":10,"107":187,"11":282,"12":13,"13":92,"14":57,"15":119,"155":8,"156":5,"158":12,"159":5,"16":78,"160":4,"161":22,"167":12,"17":32,"18":235,"19":50,"20":46,"209":15,"21":172,"210":2,"211":1,"214":17,"215":101,"221":79,"223":78,"224":13,"225":170,"23":72,"24":838,"25":63,"257":14,"26":37,"268":1,"27":38,"273":6,"276":10,"279":10,"28":1273,"281":2,"282":7,"291":3,"292":6,"30":3,"302":3,"306":2,"31":13,"317":1,"32":13,"33":20,"34":8,"347":5,"35":13,"352":243,"36":49,"37":21,"38":138,"380":4,"381":8,"383":18,"39":19,"391":9,"396":1,"397":6,"40":19,"409":2,"41":17,"414":3,"415":24,"419":2,"42":7,"426":3,"43":12,"430":7,"433":1,"434":1,"44":5,"45":8,"46":55,"48":17,"49":22,"5":161,"51":6,"52":10,"53":23,"56":2,"570":1,"6":37,"63":1,"7":178,"79":12,"8":33,"80":19,"9":57,"all_client":41464,"all_tv_clinet":5639,"insert_time":"2014-08-22T17:13:29.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35474,"10":8,"107":182,"11":284,"12":13,"13":91,"14":56,"15":118,"155":8,"156":5,"158":11,"159":5,"16":78,"160":4,"161":22,"167":12,"17":30,"18":243,"19":49,"20":42,"209":11,"21":175,"210":2,"211":1,"214":17,"215":102,"221":76,"223":79,"224":13,"225":169,"23":74,"24":826,"25":66,"257":15,"26":42,"268":1,"27":41,"273":6,"276":11,"279":11,"28":1248,"281":2,"282":7,"291":3,"292":6,"30":3,"302":3,"306":2,"31":13,"32":13,"33":18,"34":7,"347":5,"35":12,"352":249,"36":47,"37":22,"38":137,"380":4,"381":10,"383":18,"39":20,"391":9,"396":1,"397":6,"40":21,"409":1,"41":18,"414":2,"415":25,"419":2,"42":5,"426":2,"43":15,"430":7,"433":1,"44":4,"45":8,"46":53,"48":17,"49":21,"5":158,"51":7,"52":13,"53":23,"56":2,"570":1,"6":41,"63":1,"7":175,"79":12,"8":32,"80":18,"9":52,"all_client":41075,"all_tv_clinet":5601,"insert_time":"2014-08-22T17:14:29.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35147,"10":8,"107":178,"11":291,"12":13,"13":94,"14":56,"15":101,"155":9,"156":5,"158":9,"159":6,"16":80,"160":4,"161":24,"167":12,"17":30,"18":241,"19":48,"20":41,"209":11,"21":176,"210":2,"211":1,"214":17,"215":101,"221":76,"223":79,"224":14,"225":161,"23":77,"24":818,"25":65,"257":15,"26":43,"268":1,"27":45,"273":6,"276":13,"279":10,"28":1221,"281":2,"282":8,"291":3,"292":6,"30":3,"302":3,"306":2,"31":11,"32":12,"33":21,"34":9,"347":5,"35":11,"352":251,"36":49,"37":23,"38":128,"380":4,"381":12,"383":16,"39":17,"391":10,"396":1,"397":6,"40":22,"409":1,"41":20,"414":2,"415":25,"419":2,"42":5,"426":2,"43":15,"430":8,"433":1,"44":4,"45":8,"46":53,"48":15,"49":21,"5":162,"51":6,"52":13,"53":20,"56":2,"570":1,"6":40,"7":170,"79":11,"8":31,"80":18,"9":51,"all_client":40691,"all_tv_clinet":5544,"insert_time":"2014-08-22T17:15:30.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34831,"10":8,"107":178,"11":289,"12":13,"13":96,"14":57,"15":94,"155":9,"156":5,"158":9,"159":5,"16":78,"160":4,"161":26,"167":12,"17":32,"18":242,"19":47,"20":43,"209":11,"21":175,"210":2,"211":1,"214":16,"215":101,"221":70,"223":82,"224":13,"225":160,"23":77,"24":805,"25":68,"257":16,"26":46,"268":1,"27":46,"273":7,"276":14,"279":10,"28":1188,"281":2,"282":8,"291":3,"292":6,"30":4,"302":3,"306":2,"31":10,"32":13,"33":23,"34":8,"347":4,"35":12,"352":247,"36":50,"37":26,"38":128,"380":5,"381":11,"383":15,"39":19,"391":9,"396":1,"397":6,"40":24,"409":1,"41":20,"414":2,"415":24,"419":2,"42":6,"426":2,"43":14,"430":7,"433":1,"44":5,"45":7,"46":47,"48":12,"49":22,"5":158,"51":7,"52":11,"53":20,"56":3,"570":1,"6":41,"7":162,"79":10,"8":32,"80":18,"9":48,"all_client":40309,"all_tv_clinet":5478,"insert_time":"2014-08-22T17:16:30.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34536,"10":8,"107":186,"11":284,"12":13,"13":92,"14":62,"15":86,"155":9,"156":5,"158":10,"159":5,"16":80,"160":4,"161":27,"167":12,"17":33,"18":239,"19":48,"20":41,"209":11,"21":175,"210":2,"211":1,"214":15,"215":97,"221":69,"223":83,"224":12,"225":154,"23":73,"24":791,"25":69,"257":18,"26":47,"268":1,"27":47,"273":7,"276":15,"279":10,"28":1156,"281":2,"282":9,"291":4,"292":6,"30":5,"302":2,"306":2,"31":11,"32":12,"33":20,"34":10,"347":4,"35":12,"352":241,"36":49,"37":27,"38":126,"380":5,"381":11,"383":15,"39":19,"391":9,"396":1,"397":6,"40":25,"409":1,"41":23,"414":2,"415":23,"419":2,"42":6,"426":2,"43":15,"430":7,"433":1,"44":5,"45":6,"46":47,"48":9,"49":23,"5":161,"51":8,"52":11,"53":18,"56":3,"570":1,"6":42,"7":159,"79":11,"8":31,"80":16,"9":47,"all_client":39946,"all_tv_clinet":5410,"insert_time":"2014-08-22T17:17:30.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34230,"10":7,"107":177,"11":281,"12":12,"13":82,"14":64,"15":83,"155":9,"156":5,"158":11,"159":4,"16":76,"160":5,"161":27,"167":12,"17":29,"18":232,"19":49,"20":39,"209":13,"21":173,"210":2,"211":1,"214":15,"215":98,"221":68,"223":81,"224":13,"225":150,"23":71,"24":790,"25":66,"257":17,"26":49,"268":1,"27":45,"273":7,"276":15,"279":10,"28":1129,"281":2,"282":9,"291":4,"292":6,"30":5,"302":2,"306":3,"31":14,"32":11,"33":18,"34":9,"347":3,"35":14,"352":251,"36":49,"37":27,"38":131,"380":5,"381":11,"383":15,"39":19,"391":9,"396":1,"397":6,"40":26,"409":1,"41":22,"414":2,"415":23,"419":2,"42":6,"426":2,"43":15,"430":6,"433":1,"44":5,"45":6,"46":49,"48":9,"49":24,"5":159,"51":8,"52":11,"53":17,"56":2,"570":1,"6":42,"63":2,"7":154,"79":11,"8":30,"80":15,"9":46,"all_client":39569,"all_tv_clinet":5339,"insert_time":"2014-08-22T17:18:30.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33971,"10":7,"107":176,"11":279,"12":12,"13":79,"14":66,"15":81,"155":9,"156":5,"158":11,"159":4,"16":74,"160":5,"161":31,"167":12,"17":30,"18":227,"19":48,"20":40,"209":13,"21":166,"210":2,"211":1,"214":16,"215":92,"221":67,"223":83,"224":12,"225":153,"23":69,"24":775,"25":62,"257":16,"26":55,"268":2,"27":45,"273":7,"276":15,"279":12,"28":1112,"281":2,"282":10,"291":4,"292":5,"30":5,"302":2,"306":3,"31":14,"32":11,"33":20,"34":10,"347":2,"35":14,"352":248,"36":51,"37":27,"38":130,"380":5,"381":11,"383":15,"39":19,"391":8,"396":1,"397":7,"40":26,"409":1,"41":22,"414":2,"415":23,"419":1,"42":6,"426":2,"43":15,"430":6,"433":2,"44":5,"45":6,"46":51,"48":10,"49":23,"5":155,"51":9,"52":11,"53":20,"56":2,"570":1,"6":42,"63":2,"7":153,"79":11,"8":29,"80":13,"9":46,"all_client":39261,"all_tv_clinet":5290,"insert_time":"2014-08-22T17:19:31.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33675,"10":8,"107":166,"11":269,"12":12,"13":77,"14":66,"15":73,"155":7,"156":6,"158":10,"159":4,"16":76,"160":7,"161":32,"167":12,"17":30,"18":224,"19":47,"20":41,"209":15,"21":165,"210":2,"211":1,"214":16,"215":92,"221":67,"223":84,"224":13,"225":159,"23":72,"24":768,"25":60,"257":16,"26":54,"268":2,"27":46,"273":7,"276":15,"279":12,"28":1085,"281":2,"282":8,"291":4,"292":5,"30":5,"302":3,"306":3,"31":15,"32":11,"33":20,"34":13,"347":2,"35":14,"352":245,"36":48,"37":26,"38":133,"380":5,"381":10,"383":14,"39":19,"391":8,"396":1,"397":7,"40":27,"409":1,"41":20,"414":3,"415":23,"419":1,"42":7,"426":2,"43":15,"430":6,"433":2,"44":6,"45":6,"46":48,"48":11,"49":21,"5":154,"51":8,"52":11,"53":19,"56":2,"570":1,"6":42,"63":2,"7":146,"79":11,"8":31,"80":13,"9":46,"all_client":38899,"all_tv_clinet":5224,"insert_time":"2014-08-22T17:20:31.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33351,"10":8,"107":167,"11":265,"12":11,"13":85,"14":65,"15":68,"155":7,"156":5,"158":10,"159":3,"16":79,"160":7,"161":30,"167":13,"17":32,"18":218,"19":44,"20":44,"209":15,"21":167,"210":2,"211":2,"214":16,"215":92,"221":59,"223":86,"224":12,"225":156,"23":73,"24":757,"25":59,"257":16,"26":53,"268":2,"27":47,"273":8,"276":15,"279":11,"28":1058,"281":1,"282":8,"291":4,"292":4,"30":7,"302":3,"306":3,"31":16,"32":11,"33":20,"34":16,"347":2,"35":15,"352":245,"36":44,"37":25,"38":133,"380":5,"381":12,"383":14,"39":18,"391":8,"396":1,"397":7,"40":29,"409":1,"41":20,"414":3,"415":23,"419":1,"42":7,"426":2,"43":15,"430":6,"433":2,"44":6,"45":6,"46":46,"48":10,"49":20,"5":151,"51":9,"52":11,"53":20,"56":2,"570":1,"6":44,"63":2,"7":144,"79":7,"8":30,"80":13,"9":47,"all_client":38518,"all_tv_clinet":5167,"insert_time":"2014-08-22T17:21:31.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33081,"10":8,"107":160,"11":257,"12":10,"13":87,"14":63,"15":63,"155":7,"156":5,"158":9,"159":3,"16":81,"160":8,"161":29,"167":14,"17":31,"18":211,"19":41,"20":44,"209":18,"21":163,"210":2,"211":2,"214":16,"215":91,"221":59,"223":85,"224":11,"225":164,"23":72,"24":742,"25":56,"257":18,"26":51,"268":1,"27":47,"273":7,"276":15,"279":7,"28":1020,"281":1,"282":7,"291":4,"292":5,"30":6,"302":3,"306":3,"31":19,"32":10,"33":20,"34":16,"347":2,"35":16,"352":239,"36":42,"37":24,"38":138,"380":5,"381":13,"383":14,"39":16,"391":9,"396":1,"397":7,"40":31,"409":2,"41":21,"414":3,"415":28,"419":1,"42":7,"426":2,"43":13,"430":5,"433":1,"44":7,"45":6,"46":41,"48":10,"49":19,"5":153,"51":10,"52":11,"53":21,"56":2,"6":45,"63":2,"7":145,"79":8,"8":28,"80":13,"9":49,"all_client":38163,"all_tv_clinet":5082,"insert_time":"2014-08-22T17:22:31.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32817,"10":9,"107":157,"11":253,"12":9,"13":86,"14":63,"15":58,"155":7,"156":4,"158":9,"159":3,"16":86,"160":10,"161":25,"167":12,"17":31,"18":206,"19":40,"20":39,"209":18,"21":160,"210":3,"211":2,"214":15,"215":89,"221":57,"223":92,"224":11,"225":172,"23":72,"24":747,"25":59,"257":17,"26":53,"268":1,"27":48,"273":9,"276":14,"279":9,"28":966,"281":1,"282":8,"291":4,"292":6,"30":6,"302":3,"306":1,"31":18,"314":1,"32":10,"33":23,"34":15,"347":2,"35":16,"352":230,"36":44,"37":24,"38":133,"380":5,"381":14,"383":14,"39":15,"391":10,"396":1,"397":7,"40":31,"409":2,"41":20,"414":3,"415":28,"419":1,"42":8,"426":3,"43":12,"430":5,"433":1,"44":6,"45":6,"46":41,"48":11,"49":20,"5":147,"51":12,"52":10,"53":21,"56":2,"6":43,"63":2,"7":143,"79":10,"8":27,"80":13,"9":47,"all_client":37824,"all_tv_clinet":5007,"insert_time":"2014-08-22T17:23:32.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32521,"10":9,"107":150,"11":245,"12":9,"13":83,"14":62,"15":55,"155":6,"156":6,"158":8,"159":4,"16":87,"160":10,"161":27,"167":13,"17":29,"18":202,"19":41,"20":39,"209":19,"21":156,"210":3,"211":2,"214":15,"215":89,"221":60,"223":92,"224":12,"225":169,"23":74,"24":740,"25":62,"257":17,"26":54,"268":1,"27":46,"273":9,"276":14,"279":10,"28":916,"281":1,"282":10,"291":4,"292":6,"30":5,"302":3,"31":17,"314":1,"32":7,"33":24,"34":16,"347":2,"35":17,"352":224,"36":42,"37":23,"38":128,"380":6,"381":15,"383":12,"39":16,"391":10,"396":1,"397":7,"40":30,"409":2,"41":17,"414":4,"415":25,"42":9,"426":3,"43":10,"430":5,"433":1,"44":6,"45":5,"46":40,"48":10,"49":20,"5":149,"51":15,"52":10,"53":22,"56":2,"6":45,"63":2,"7":138,"79":11,"8":26,"80":12,"9":47,"all_client":37429,"all_tv_clinet":4908,"insert_time":"2014-08-22T17:24:32.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32209,"10":8,"107":147,"11":246,"12":8,"13":88,"14":64,"15":54,"155":6,"156":5,"158":8,"159":5,"16":86,"160":9,"161":22,"167":13,"17":28,"18":202,"19":36,"20":38,"209":18,"21":154,"210":4,"211":2,"214":14,"215":88,"221":56,"223":94,"224":12,"225":174,"23":68,"24":737,"25":60,"257":16,"26":56,"27":48,"273":9,"276":16,"279":10,"28":872,"281":1,"282":10,"291":4,"292":5,"30":5,"302":3,"31":14,"314":1,"32":7,"33":24,"34":20,"347":3,"35":17,"352":230,"36":39,"37":21,"38":126,"380":6,"381":18,"383":12,"39":16,"391":10,"396":1,"397":7,"40":34,"409":2,"41":16,"414":4,"415":25,"42":9,"426":2,"43":10,"430":9,"433":1,"44":7,"45":5,"46":38,"48":12,"49":20,"5":156,"51":15,"52":10,"53":22,"56":3,"6":42,"63":2,"7":128,"79":10,"8":25,"80":11,"9":50,"all_client":37058,"all_tv_clinet":4849,"insert_time":"2014-08-22T17:25:32.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31911,"10":7,"107":153,"11":239,"12":8,"13":92,"14":63,"15":53,"155":6,"156":5,"158":8,"159":4,"16":86,"160":9,"161":22,"167":13,"17":28,"18":201,"19":33,"20":39,"209":17,"21":153,"210":4,"211":2,"214":13,"215":82,"221":57,"223":92,"224":11,"225":174,"23":63,"24":735,"25":59,"257":15,"26":57,"27":48,"273":9,"276":16,"279":12,"28":826,"281":1,"282":10,"291":3,"292":2,"30":6,"302":3,"31":14,"314":1,"32":7,"33":22,"34":19,"347":4,"35":18,"352":224,"36":35,"37":20,"38":128,"380":6,"381":17,"383":12,"39":16,"391":10,"396":1,"397":7,"40":33,"409":3,"41":13,"414":2,"415":26,"42":12,"426":2,"43":8,"430":9,"433":1,"44":8,"45":4,"46":39,"48":12,"49":20,"5":157,"51":16,"52":9,"53":21,"56":3,"6":41,"63":2,"7":127,"79":10,"8":25,"80":11,"9":52,"all_client":36677,"all_tv_clinet":4766,"insert_time":"2014-08-22T17:26:32.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31610,"10":4,"107":150,"11":242,"12":7,"13":90,"14":61,"15":46,"155":6,"156":3,"158":7,"159":4,"16":84,"160":9,"161":25,"167":13,"17":29,"18":201,"19":30,"20":40,"209":16,"21":150,"210":4,"211":2,"214":13,"215":81,"221":57,"223":96,"224":10,"225":172,"23":59,"24":733,"25":58,"257":16,"26":57,"27":49,"273":9,"276":16,"279":12,"28":804,"281":1,"282":10,"291":3,"292":2,"30":8,"302":3,"31":14,"314":1,"32":8,"33":21,"34":20,"347":4,"35":18,"352":225,"36":32,"37":20,"38":132,"380":7,"381":16,"383":14,"39":14,"391":10,"396":1,"397":7,"40":33,"409":3,"41":11,"414":1,"415":26,"42":12,"426":2,"43":6,"430":8,"433":1,"44":8,"45":4,"46":42,"48":11,"49":21,"5":156,"51":17,"52":10,"53":20,"56":3,"6":41,"63":2,"7":118,"79":12,"8":26,"80":11,"9":49,"all_client":36320,"all_tv_clinet":4710,"insert_time":"2014-08-22T17:27:33.099Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31311,"10":3,"107":143,"11":239,"12":7,"13":90,"14":60,"15":44,"155":6,"156":3,"158":7,"159":4,"16":82,"160":11,"161":27,"167":13,"17":27,"18":201,"19":29,"20":40,"209":12,"21":148,"210":5,"211":2,"214":12,"215":83,"221":60,"223":98,"224":11,"225":178,"23":62,"24":722,"25":55,"257":15,"26":60,"27":47,"273":8,"276":17,"279":11,"28":775,"281":1,"282":9,"291":3,"292":2,"30":7,"302":3,"31":14,"314":1,"32":8,"33":21,"34":18,"347":4,"35":18,"352":225,"36":30,"37":20,"38":135,"380":7,"381":14,"383":14,"39":12,"391":10,"396":1,"397":7,"40":29,"409":3,"41":11,"415":25,"42":11,"426":2,"43":7,"430":9,"433":1,"44":5,"45":4,"46":43,"48":9,"49":21,"5":156,"51":17,"52":10,"53":21,"56":2,"6":40,"63":2,"7":118,"79":12,"8":26,"80":9,"9":49,"all_client":35954,"all_tv_clinet":4643,"insert_time":"2014-08-22T17:28:33.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31066,"10":3,"107":138,"11":240,"12":7,"13":89,"14":58,"15":46,"155":7,"156":3,"158":7,"159":4,"16":82,"160":11,"161":28,"167":13,"17":26,"18":204,"19":28,"20":41,"209":9,"21":150,"210":5,"211":2,"214":12,"215":87,"221":63,"223":99,"224":11,"225":175,"23":64,"24":707,"25":54,"257":14,"26":62,"27":46,"273":7,"276":16,"279":11,"28":752,"281":1,"282":10,"291":3,"292":2,"30":7,"302":3,"31":14,"314":2,"32":7,"33":20,"34":19,"347":4,"35":18,"352":225,"36":30,"37":19,"38":130,"380":7,"381":14,"383":14,"39":11,"391":9,"396":1,"397":7,"40":29,"409":2,"41":12,"415":23,"42":10,"426":2,"43":9,"430":9,"433":1,"44":5,"45":4,"46":43,"48":8,"49":24,"5":151,"51":16,"52":10,"53":20,"56":2,"6":39,"63":2,"7":110,"79":12,"8":25,"80":9,"9":51,"all_client":35652,"all_tv_clinet":4586,"insert_time":"2014-08-22T17:29:33.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30778,"10":3,"107":143,"11":233,"12":6,"13":97,"14":55,"15":50,"155":7,"156":3,"158":7,"159":4,"16":82,"160":10,"161":30,"167":12,"17":25,"18":198,"19":23,"20":41,"209":9,"21":151,"210":5,"211":2,"214":11,"215":85,"221":63,"223":101,"224":10,"225":174,"23":60,"24":710,"25":56,"257":13,"26":62,"27":44,"273":7,"276":15,"279":9,"28":733,"281":1,"282":10,"291":3,"292":2,"30":7,"302":3,"31":14,"314":1,"32":7,"33":20,"34":20,"347":4,"35":16,"352":230,"36":33,"37":20,"38":129,"380":6,"381":13,"383":11,"39":10,"391":8,"396":1,"397":7,"40":29,"409":2,"41":13,"415":25,"42":10,"426":2,"43":9,"430":8,"433":1,"44":5,"45":4,"46":39,"48":7,"49":23,"5":148,"51":17,"52":9,"53":21,"56":2,"6":39,"63":1,"7":103,"79":10,"8":26,"80":11,"9":50,"all_client":35317,"all_tv_clinet":4539,"insert_time":"2014-08-22T17:30:33.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30502,"10":4,"107":140,"11":220,"12":6,"13":102,"14":49,"15":56,"155":7,"156":3,"158":7,"159":4,"16":81,"160":10,"161":28,"167":13,"17":26,"18":196,"19":23,"20":42,"209":9,"21":146,"210":5,"211":2,"214":11,"215":83,"221":60,"223":101,"224":12,"225":172,"23":62,"24":696,"25":56,"257":12,"26":65,"27":45,"273":8,"276":14,"279":10,"28":703,"281":1,"282":10,"291":3,"292":3,"30":5,"302":4,"31":14,"314":1,"32":4,"33":19,"34":19,"347":3,"35":15,"352":232,"36":33,"37":19,"38":125,"380":6,"381":12,"383":10,"39":8,"391":8,"396":1,"397":7,"40":30,"409":2,"41":13,"415":23,"42":10,"426":2,"43":6,"430":8,"433":1,"44":6,"45":4,"46":40,"48":7,"49":24,"5":146,"51":18,"52":9,"53":20,"56":3,"6":36,"63":1,"7":101,"79":10,"8":27,"80":11,"9":54,"all_client":34965,"all_tv_clinet":4463,"insert_time":"2014-08-22T17:31:33.943Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30226,"10":6,"107":134,"11":205,"12":6,"13":102,"14":50,"15":58,"155":8,"156":3,"158":7,"159":4,"16":84,"160":10,"161":28,"167":13,"17":25,"18":198,"19":23,"20":40,"209":9,"21":140,"210":6,"211":2,"214":9,"215":83,"221":58,"223":97,"224":13,"225":171,"23":62,"24":689,"25":57,"257":14,"26":63,"27":48,"273":8,"276":12,"279":11,"28":669,"281":1,"282":11,"291":3,"292":3,"30":4,"302":5,"31":13,"314":1,"32":3,"33":19,"34":19,"347":2,"35":16,"352":226,"36":34,"37":19,"38":123,"380":6,"381":12,"383":9,"39":9,"391":8,"396":1,"397":7,"40":28,"409":2,"41":13,"414":1,"415":24,"42":11,"426":1,"43":4,"430":8,"433":1,"44":6,"45":4,"46":42,"48":8,"49":22,"5":135,"51":16,"52":10,"53":18,"56":4,"6":39,"63":1,"7":96,"79":8,"8":27,"80":11,"9":61,"all_client":34606,"all_tv_clinet":4380,"insert_time":"2014-08-22T17:32:34.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29957,"10":6,"107":125,"11":192,"12":6,"13":100,"14":49,"15":57,"155":8,"156":4,"158":6,"159":4,"16":84,"160":9,"161":27,"167":13,"17":25,"18":196,"19":23,"20":38,"209":9,"21":136,"210":6,"211":2,"214":10,"215":83,"221":57,"223":92,"224":14,"225":174,"23":63,"24":681,"25":53,"257":15,"26":64,"27":50,"273":8,"276":12,"279":10,"28":647,"281":1,"282":12,"291":3,"292":3,"30":3,"302":5,"31":14,"314":1,"32":3,"33":17,"34":17,"347":2,"35":18,"352":226,"36":33,"37":17,"38":128,"380":6,"381":12,"383":11,"39":8,"391":8,"396":1,"397":7,"40":27,"409":2,"41":15,"414":1,"415":21,"42":11,"426":1,"43":6,"430":8,"433":1,"44":6,"45":4,"46":43,"48":8,"49":22,"5":133,"51":15,"52":10,"53":18,"56":4,"6":37,"7":95,"79":8,"8":23,"80":10,"9":68,"all_client":34268,"all_tv_clinet":4311,"insert_time":"2014-08-22T17:33:34.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29678,"10":7,"107":127,"11":188,"12":6,"13":101,"14":51,"15":57,"155":8,"156":4,"158":5,"159":4,"16":85,"160":10,"161":28,"167":13,"17":25,"18":195,"19":21,"20":35,"209":10,"21":132,"210":5,"211":2,"214":9,"215":80,"221":59,"223":97,"224":12,"225":166,"23":66,"24":682,"25":54,"257":17,"26":66,"27":50,"273":8,"276":13,"279":9,"28":625,"281":1,"282":13,"291":3,"292":2,"30":3,"302":5,"31":13,"314":1,"32":4,"33":16,"34":21,"347":2,"35":18,"352":220,"36":32,"37":17,"38":131,"380":6,"381":11,"383":12,"39":7,"391":8,"396":1,"397":7,"40":25,"409":3,"41":13,"414":1,"415":22,"42":9,"426":1,"43":5,"430":10,"44":6,"45":4,"46":43,"48":7,"49":22,"5":130,"51":14,"52":9,"53":16,"56":3,"6":38,"63":1,"7":87,"79":8,"8":22,"80":11,"9":68,"all_client":33942,"all_tv_clinet":4264,"insert_time":"2014-08-22T17:34:34.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29413,"10":6,"107":123,"11":183,"12":6,"13":104,"14":49,"15":60,"155":6,"156":3,"158":5,"159":4,"16":84,"160":10,"161":26,"167":15,"17":25,"18":191,"19":19,"20":33,"209":12,"21":129,"210":5,"211":2,"214":9,"215":78,"221":54,"223":96,"224":13,"225":172,"23":64,"24":677,"25":51,"257":17,"26":66,"27":52,"273":8,"276":11,"279":10,"28":606,"281":1,"282":15,"291":3,"292":3,"30":3,"302":5,"31":13,"314":1,"32":4,"33":16,"34":21,"347":2,"35":19,"352":219,"36":32,"37":15,"38":127,"380":6,"381":10,"383":11,"39":6,"391":8,"396":1,"397":7,"40":25,"409":4,"41":15,"414":1,"415":23,"42":8,"426":1,"43":6,"430":9,"44":7,"45":5,"46":44,"48":6,"49":26,"5":132,"51":12,"52":8,"53":19,"56":3,"6":36,"63":1,"7":89,"79":8,"8":22,"80":10,"9":68,"all_client":33633,"all_tv_clinet":4220,"insert_time":"2014-08-22T17:35:34.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29196,"10":7,"107":130,"11":183,"12":6,"13":95,"14":49,"15":61,"155":6,"156":3,"158":5,"159":4,"16":79,"160":10,"161":27,"167":14,"17":24,"18":188,"19":18,"20":32,"209":11,"21":125,"210":6,"211":2,"214":9,"215":76,"221":51,"223":96,"224":16,"225":175,"23":66,"24":664,"25":48,"257":15,"26":69,"27":55,"273":9,"276":10,"279":10,"28":595,"281":1,"282":16,"291":3,"292":3,"30":3,"302":5,"31":12,"314":1,"32":4,"33":13,"34":19,"347":3,"35":18,"352":212,"36":32,"37":14,"38":122,"380":6,"381":9,"383":10,"39":6,"391":7,"396":1,"397":7,"40":23,"409":4,"41":15,"414":1,"415":26,"42":9,"426":1,"43":6,"430":9,"44":7,"45":6,"46":43,"48":7,"49":26,"5":134,"51":12,"52":9,"53":19,"56":3,"6":34,"63":1,"7":85,"79":8,"8":19,"80":10,"9":72,"all_client":33361,"all_tv_clinet":4165,"insert_time":"2014-08-22T17:36:34.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28985,"10":6,"107":129,"11":186,"12":6,"13":91,"14":48,"15":60,"155":6,"156":3,"158":5,"159":4,"16":76,"160":9,"161":23,"167":14,"17":24,"18":185,"19":18,"20":32,"209":12,"21":126,"210":6,"211":2,"214":9,"215":76,"221":57,"223":97,"224":16,"225":175,"23":66,"24":650,"25":50,"257":14,"26":65,"27":54,"273":9,"276":10,"279":11,"28":580,"281":1,"282":17,"291":3,"292":3,"30":4,"302":4,"31":12,"314":1,"32":3,"33":12,"34":18,"347":3,"35":17,"352":214,"36":34,"37":14,"38":121,"380":5,"381":9,"383":6,"39":5,"391":7,"396":1,"397":7,"40":22,"409":4,"41":15,"414":1,"415":23,"42":9,"426":1,"43":7,"430":8,"44":7,"45":7,"46":43,"48":6,"49":27,"5":134,"51":12,"52":10,"53":19,"56":3,"6":36,"63":1,"7":82,"79":8,"8":20,"80":9,"9":76,"all_client":33106,"all_tv_clinet":4121,"insert_time":"2014-08-22T17:37:35.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28751,"10":6,"107":126,"11":193,"12":6,"13":93,"14":50,"15":57,"155":6,"156":3,"158":5,"159":4,"16":75,"160":7,"161":23,"167":15,"17":24,"18":187,"19":17,"20":31,"209":12,"21":125,"210":7,"211":2,"214":9,"215":76,"221":60,"223":92,"224":15,"225":176,"23":64,"24":644,"25":48,"257":13,"26":64,"27":51,"273":7,"276":13,"279":11,"28":566,"281":1,"282":18,"291":3,"292":3,"30":4,"302":2,"31":15,"314":1,"32":3,"33":10,"34":17,"347":3,"35":17,"352":221,"36":34,"37":15,"38":114,"380":5,"381":9,"383":6,"39":6,"391":6,"396":1,"397":7,"40":22,"409":4,"41":15,"414":2,"415":24,"42":10,"426":2,"43":5,"430":8,"44":7,"45":8,"46":42,"48":7,"49":23,"5":129,"51":13,"52":11,"53":21,"56":3,"6":33,"63":1,"7":82,"79":7,"8":20,"80":7,"9":75,"all_client":32836,"all_tv_clinet":4085,"insert_time":"2014-08-22T17:38:35.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28527,"10":6,"107":122,"11":195,"12":6,"13":95,"14":49,"15":57,"155":5,"156":3,"158":6,"159":4,"16":74,"160":7,"161":23,"167":15,"17":23,"18":190,"19":16,"20":31,"209":14,"21":121,"210":6,"211":2,"214":9,"215":73,"221":60,"223":93,"224":15,"225":179,"23":65,"24":631,"25":47,"257":13,"26":63,"27":43,"273":8,"276":12,"279":11,"28":545,"281":1,"282":19,"291":4,"292":3,"30":2,"302":2,"31":17,"314":2,"32":2,"33":9,"34":18,"347":3,"35":16,"352":218,"36":30,"37":14,"38":114,"380":5,"381":10,"383":5,"39":5,"391":6,"396":1,"397":7,"40":22,"409":4,"41":15,"414":3,"415":22,"42":9,"426":2,"43":5,"430":8,"44":8,"45":8,"46":45,"48":7,"49":21,"5":120,"51":12,"52":11,"53":23,"56":4,"6":30,"63":1,"7":74,"79":7,"8":21,"80":7,"9":75,"all_client":32541,"all_tv_clinet":4014,"insert_time":"2014-08-22T17:39:35.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28270,"10":6,"107":127,"11":200,"12":6,"13":96,"14":50,"15":55,"155":5,"156":3,"158":7,"159":2,"16":74,"160":6,"161":20,"167":15,"17":21,"18":191,"19":13,"20":31,"209":14,"21":121,"210":6,"211":2,"214":9,"215":73,"221":51,"223":89,"224":18,"225":178,"23":68,"24":610,"25":46,"257":12,"26":63,"27":40,"273":8,"276":12,"279":9,"28":529,"281":1,"282":17,"291":4,"292":3,"30":2,"31":18,"314":2,"32":2,"33":10,"34":18,"347":3,"35":16,"352":215,"36":30,"37":15,"38":107,"380":5,"381":11,"383":7,"39":8,"391":6,"396":1,"397":7,"40":21,"409":3,"41":16,"414":3,"415":22,"42":9,"426":2,"43":3,"430":7,"44":9,"45":7,"46":48,"48":8,"49":20,"5":119,"51":12,"52":13,"53":22,"56":4,"6":29,"63":1,"7":72,"79":7,"8":22,"80":8,"9":76,"all_client":32227,"all_tv_clinet":3957,"insert_time":"2014-08-22T17:40:35.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28049,"10":6,"107":125,"11":202,"12":5,"13":96,"14":48,"15":53,"155":5,"156":1,"158":7,"159":3,"16":71,"160":5,"161":20,"167":15,"17":23,"18":184,"19":12,"20":29,"209":13,"21":115,"210":6,"211":2,"214":8,"215":68,"221":51,"223":90,"224":19,"225":172,"23":69,"24":594,"25":48,"257":11,"26":63,"27":38,"273":8,"276":12,"279":9,"28":513,"281":1,"282":17,"291":4,"292":2,"30":2,"31":20,"314":1,"32":2,"33":9,"34":19,"347":4,"35":16,"352":210,"36":30,"37":15,"38":111,"380":5,"381":12,"383":6,"39":9,"391":6,"396":1,"397":7,"40":20,"409":4,"41":17,"414":3,"415":21,"419":1,"42":9,"426":1,"43":3,"430":7,"44":9,"45":7,"46":49,"48":8,"49":23,"5":121,"51":12,"52":13,"53":22,"56":2,"6":28,"63":2,"7":70,"79":7,"8":25,"80":6,"9":76,"all_client":31943,"all_tv_clinet":3894,"insert_time":"2014-08-22T17:41:35.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27842,"10":7,"107":129,"11":201,"12":5,"13":96,"14":47,"15":52,"155":5,"156":2,"158":6,"159":2,"16":66,"160":4,"161":19,"167":15,"17":23,"18":188,"19":10,"20":26,"209":13,"21":111,"210":6,"211":2,"214":8,"215":64,"221":53,"223":92,"224":19,"225":157,"23":76,"24":583,"25":49,"257":12,"26":56,"27":36,"273":7,"276":12,"279":11,"28":491,"281":1,"282":12,"291":4,"292":1,"30":2,"31":21,"314":1,"32":1,"33":9,"34":22,"347":4,"35":15,"352":203,"36":29,"37":16,"38":112,"380":4,"381":14,"383":6,"39":9,"391":6,"396":1,"397":7,"40":20,"409":4,"41":21,"414":3,"415":20,"419":2,"42":9,"426":1,"43":3,"430":8,"44":10,"45":9,"46":51,"48":7,"49":22,"5":123,"51":10,"52":14,"53":23,"56":2,"6":29,"63":3,"7":68,"79":7,"8":24,"80":6,"9":77,"all_client":31679,"all_tv_clinet":3837,"insert_time":"2014-08-22T17:42:36.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27592,"10":6,"107":123,"11":202,"12":5,"13":92,"14":48,"15":52,"155":5,"156":2,"158":7,"159":3,"16":63,"160":4,"161":22,"167":15,"17":23,"18":184,"19":11,"20":26,"209":13,"21":106,"210":5,"211":2,"214":9,"215":62,"221":51,"223":89,"224":23,"225":154,"23":76,"24":579,"25":46,"257":12,"26":48,"27":33,"273":7,"276":13,"279":11,"28":478,"281":1,"282":12,"291":4,"292":1,"30":2,"31":21,"314":1,"32":2,"33":9,"34":21,"347":4,"35":15,"352":201,"36":30,"37":17,"38":111,"380":4,"381":12,"383":5,"39":10,"391":6,"396":1,"397":7,"40":19,"409":4,"41":21,"414":3,"415":20,"419":2,"42":10,"426":1,"43":3,"430":9,"44":11,"45":8,"46":48,"48":8,"49":20,"5":125,"51":8,"52":14,"53":25,"56":3,"6":31,"63":3,"7":71,"79":8,"8":26,"80":5,"9":78,"all_client":31383,"all_tv_clinet":3791,"insert_time":"2014-08-22T17:43:36.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27332,"10":6,"107":125,"11":203,"12":5,"13":88,"14":52,"15":53,"155":6,"156":2,"158":7,"159":3,"16":61,"160":4,"161":19,"167":15,"17":22,"18":183,"19":11,"20":25,"209":14,"21":103,"210":3,"211":2,"214":9,"215":59,"221":52,"223":86,"224":23,"225":148,"23":77,"24":577,"25":48,"257":10,"26":44,"27":30,"273":7,"276":14,"279":8,"28":463,"281":1,"282":10,"291":4,"292":1,"30":2,"31":21,"314":1,"32":2,"33":10,"34":21,"347":2,"35":15,"352":199,"36":31,"37":16,"38":107,"380":4,"381":11,"383":5,"39":9,"391":7,"396":1,"397":7,"40":18,"409":4,"41":22,"414":3,"415":21,"419":2,"42":11,"43":4,"430":10,"44":11,"45":9,"46":49,"48":6,"49":17,"5":126,"51":8,"52":14,"53":24,"56":3,"6":33,"63":2,"7":70,"79":8,"8":23,"80":5,"9":73,"all_client":31062,"all_tv_clinet":3730,"insert_time":"2014-08-22T17:44:36.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27087,"10":6,"107":128,"11":203,"12":5,"13":86,"14":51,"15":55,"155":6,"156":2,"158":7,"159":3,"16":58,"160":4,"161":18,"167":14,"17":21,"18":183,"19":11,"20":25,"209":14,"21":99,"210":3,"211":2,"214":8,"215":53,"221":51,"223":85,"224":22,"225":145,"23":81,"24":565,"25":43,"257":10,"26":45,"27":30,"273":8,"276":14,"279":7,"28":446,"281":1,"282":10,"291":4,"292":1,"30":3,"31":22,"32":3,"33":7,"34":22,"347":2,"35":14,"352":201,"36":31,"37":16,"38":96,"380":4,"381":12,"383":6,"39":9,"391":7,"396":1,"397":7,"40":16,"409":4,"41":20,"414":3,"415":23,"419":2,"42":12,"43":5,"430":11,"44":12,"45":8,"46":48,"48":7,"49":14,"5":125,"51":10,"52":15,"53":24,"56":3,"6":33,"63":2,"7":67,"79":8,"8":23,"80":5,"9":72,"all_client":30755,"all_tv_clinet":3668,"insert_time":"2014-08-22T17:45:36.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26857,"10":6,"107":122,"11":197,"12":5,"13":88,"14":51,"15":52,"155":6,"156":2,"158":6,"159":4,"16":54,"160":4,"161":18,"167":14,"17":24,"18":184,"19":12,"20":27,"209":17,"21":93,"210":3,"211":2,"214":8,"215":46,"221":53,"223":84,"224":19,"225":144,"23":80,"24":551,"25":43,"257":12,"26":46,"27":28,"273":8,"276":13,"279":7,"28":429,"281":1,"282":9,"291":4,"292":1,"30":3,"31":22,"32":2,"33":6,"34":21,"347":3,"35":13,"352":204,"36":31,"37":18,"38":99,"380":4,"381":12,"383":8,"39":9,"391":7,"396":1,"397":6,"40":15,"409":5,"41":20,"414":2,"415":20,"419":2,"42":12,"43":5,"430":11,"44":12,"45":8,"46":49,"48":5,"49":13,"5":121,"51":9,"52":16,"53":22,"56":3,"6":34,"63":2,"7":69,"79":9,"8":22,"80":5,"9":72,"all_client":30466,"all_tv_clinet":3609,"insert_time":"2014-08-22T17:46:37.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26677,"10":5,"107":121,"11":193,"12":5,"13":85,"14":48,"15":49,"155":6,"156":2,"158":6,"159":4,"16":54,"160":3,"161":17,"167":13,"17":23,"18":182,"19":12,"20":29,"209":16,"21":89,"210":2,"211":2,"214":9,"215":47,"221":56,"223":80,"224":17,"225":140,"23":82,"24":529,"25":41,"257":12,"26":43,"27":28,"273":8,"276":13,"279":7,"28":418,"281":1,"282":9,"291":4,"292":1,"30":2,"31":22,"32":2,"33":6,"34":21,"347":3,"35":13,"352":204,"36":29,"37":18,"38":104,"380":2,"381":12,"383":9,"39":8,"391":6,"396":1,"397":6,"40":15,"409":5,"41":21,"414":1,"415":20,"419":3,"42":13,"43":5,"430":11,"44":12,"45":8,"46":51,"48":6,"49":14,"5":123,"51":9,"52":17,"53":21,"56":3,"6":35,"63":2,"7":72,"79":10,"8":23,"80":6,"9":69,"all_client":30231,"all_tv_clinet":3554,"insert_time":"2014-08-22T17:47:37.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26422,"10":7,"107":126,"11":197,"12":6,"13":84,"14":46,"15":47,"155":6,"156":2,"158":6,"159":4,"16":52,"160":3,"161":17,"167":13,"17":26,"18":180,"19":12,"20":29,"209":17,"21":89,"210":2,"211":2,"214":9,"215":44,"221":59,"223":75,"224":17,"225":142,"23":78,"24":519,"25":42,"257":10,"26":45,"27":28,"273":7,"276":13,"279":7,"28":407,"281":1,"282":9,"291":4,"292":1,"30":2,"31":22,"32":2,"33":6,"34":20,"347":2,"35":13,"352":200,"36":30,"37":18,"38":100,"380":1,"381":14,"383":9,"39":8,"391":6,"396":1,"397":6,"40":14,"409":6,"41":20,"414":2,"415":19,"419":2,"42":14,"43":4,"430":10,"44":11,"45":9,"46":52,"48":6,"49":15,"5":124,"51":8,"52":15,"53":20,"56":3,"6":35,"63":2,"7":75,"79":9,"8":22,"80":7,"9":68,"all_client":29944,"all_tv_clinet":3522,"insert_time":"2014-08-22T17:48:37.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26211,"10":6,"107":120,"11":200,"12":6,"13":80,"14":42,"15":48,"155":6,"156":3,"158":6,"159":2,"16":47,"160":3,"161":17,"167":12,"17":28,"18":176,"19":13,"20":29,"209":17,"21":86,"210":2,"211":2,"214":10,"215":39,"221":59,"223":74,"224":18,"225":139,"23":76,"24":499,"25":41,"257":12,"26":45,"27":25,"273":6,"276":12,"279":8,"28":397,"281":1,"282":9,"291":4,"292":1,"30":2,"31":22,"32":1,"33":6,"34":18,"347":2,"35":14,"352":200,"36":30,"37":15,"38":103,"380":1,"381":13,"383":10,"39":8,"391":6,"396":1,"397":6,"40":12,"409":6,"41":19,"414":2,"415":20,"419":2,"42":14,"43":4,"430":8,"44":12,"45":9,"46":53,"48":6,"49":17,"5":122,"51":9,"52":15,"53":19,"56":3,"6":34,"63":1,"7":73,"79":8,"8":24,"80":7,"9":71,"all_client":29665,"all_tv_clinet":3454,"insert_time":"2014-08-22T17:49:37.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25997,"10":7,"107":120,"11":202,"12":6,"13":74,"14":43,"15":44,"155":6,"156":3,"158":5,"159":2,"16":41,"160":3,"161":18,"167":11,"17":27,"18":175,"19":14,"20":30,"209":18,"21":88,"210":3,"211":2,"214":10,"215":37,"221":61,"223":78,"224":17,"225":135,"23":74,"24":483,"25":38,"257":12,"26":44,"27":23,"273":5,"276":12,"279":8,"28":387,"281":1,"282":8,"291":4,"292":1,"30":2,"31":23,"32":1,"33":6,"34":17,"347":2,"35":14,"352":200,"36":28,"37":15,"38":103,"380":1,"381":13,"383":10,"39":8,"391":6,"396":1,"397":5,"40":13,"409":6,"41":18,"414":2,"415":20,"419":2,"42":13,"43":4,"430":7,"44":11,"45":8,"46":52,"48":5,"49":18,"5":122,"51":9,"52":14,"53":20,"56":3,"570":1,"6":33,"63":1,"7":79,"79":8,"8":23,"80":7,"9":72,"all_client":29403,"all_tv_clinet":3406,"insert_time":"2014-08-22T17:50:37.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25745,"10":8,"107":117,"11":205,"12":6,"13":74,"14":44,"15":42,"155":6,"156":3,"158":5,"159":2,"16":37,"160":3,"161":19,"167":12,"17":29,"18":169,"19":16,"20":33,"209":17,"21":84,"210":2,"211":2,"214":10,"215":37,"221":58,"223":80,"224":16,"225":126,"23":75,"24":467,"25":41,"257":12,"26":42,"27":22,"273":5,"276":12,"279":7,"28":382,"281":1,"282":8,"291":4,"30":2,"31":21,"32":1,"33":8,"34":18,"347":2,"35":15,"352":203,"36":30,"37":14,"38":101,"380":1,"381":13,"383":10,"39":8,"391":6,"396":1,"397":5,"40":12,"409":6,"41":16,"414":2,"415":23,"419":2,"42":13,"43":4,"430":7,"44":11,"45":8,"46":50,"48":5,"49":18,"5":124,"51":8,"52":14,"53":20,"56":3,"570":1,"6":35,"63":1,"7":84,"79":9,"8":24,"80":5,"9":74,"all_client":29123,"all_tv_clinet":3378,"insert_time":"2014-08-22T17:51:38.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25557,"10":8,"107":118,"11":203,"12":6,"13":68,"14":45,"15":43,"155":7,"156":3,"158":5,"159":2,"16":34,"160":3,"161":20,"167":12,"17":26,"18":170,"19":18,"20":32,"209":15,"21":81,"210":2,"211":2,"214":9,"215":34,"221":55,"223":81,"224":15,"225":125,"23":73,"24":464,"25":39,"257":10,"26":41,"268":1,"27":22,"273":5,"276":12,"279":7,"28":370,"281":1,"282":7,"291":4,"30":2,"31":20,"32":2,"33":8,"34":17,"347":2,"35":16,"352":200,"36":29,"37":14,"38":99,"380":1,"381":13,"383":12,"39":8,"391":5,"396":1,"397":5,"40":12,"409":5,"41":16,"414":2,"415":23,"419":3,"42":13,"43":4,"430":8,"44":8,"45":8,"46":52,"48":5,"49":15,"5":121,"51":6,"52":12,"53":21,"56":3,"570":1,"6":34,"63":1,"7":83,"79":12,"8":23,"80":5,"9":72,"all_client":28877,"all_tv_clinet":3320,"insert_time":"2014-08-22T17:52:38.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25374,"10":8,"107":119,"11":204,"12":6,"13":68,"14":45,"15":43,"155":7,"156":3,"158":6,"159":2,"16":29,"160":2,"161":22,"167":12,"17":27,"18":164,"19":17,"20":31,"209":15,"21":80,"210":2,"211":2,"214":9,"215":29,"221":52,"223":76,"224":16,"225":127,"23":74,"24":459,"25":40,"257":10,"26":40,"268":1,"27":23,"273":5,"276":12,"279":6,"28":362,"281":2,"282":6,"291":3,"292":1,"30":3,"302":1,"31":21,"314":1,"32":2,"33":8,"34":16,"347":2,"35":15,"352":195,"36":30,"37":14,"38":94,"380":1,"381":13,"383":12,"39":8,"391":5,"396":1,"397":5,"40":11,"409":5,"41":16,"414":1,"415":23,"419":3,"42":12,"426":1,"43":4,"430":8,"44":8,"45":7,"46":51,"48":5,"49":14,"5":121,"51":6,"52":13,"53":22,"56":3,"570":1,"6":33,"63":1,"7":78,"79":13,"8":20,"80":5,"9":72,"all_client":28645,"all_tv_clinet":3271,"insert_time":"2014-08-22T17:53:38.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25144,"10":7,"107":120,"11":202,"12":6,"13":72,"14":48,"15":43,"155":7,"156":3,"158":6,"159":3,"16":28,"160":3,"161":23,"167":12,"17":27,"18":160,"19":17,"20":30,"209":15,"21":80,"210":2,"211":2,"214":9,"215":29,"221":55,"223":76,"224":17,"225":120,"23":78,"24":450,"25":39,"257":11,"26":41,"268":1,"27":22,"273":5,"276":12,"279":6,"28":362,"281":2,"282":6,"291":3,"292":1,"30":3,"302":1,"31":20,"314":1,"32":2,"33":7,"34":15,"347":2,"35":15,"352":183,"36":34,"37":14,"38":92,"380":1,"381":12,"383":11,"39":8,"391":5,"396":1,"397":5,"40":11,"409":5,"41":16,"415":22,"419":3,"42":12,"426":2,"43":4,"430":7,"44":9,"45":7,"46":49,"48":5,"49":14,"5":121,"51":7,"52":13,"53":20,"56":3,"570":1,"6":30,"63":1,"7":79,"79":13,"8":20,"80":5,"9":68,"all_client":28384,"all_tv_clinet":3240,"insert_time":"2014-08-22T17:54:38.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24963,"10":7,"107":124,"11":206,"12":6,"13":70,"14":47,"15":40,"155":7,"156":3,"158":5,"159":4,"16":31,"160":4,"161":21,"167":12,"17":28,"18":150,"19":17,"20":30,"209":15,"21":78,"210":2,"211":2,"214":9,"215":27,"221":56,"223":72,"224":17,"225":118,"23":77,"24":444,"25":37,"257":9,"26":42,"268":1,"27":22,"273":5,"276":13,"279":6,"28":357,"281":2,"282":6,"291":3,"292":1,"30":3,"302":1,"31":19,"314":1,"32":3,"33":8,"34":15,"347":2,"35":15,"352":178,"36":34,"37":14,"38":90,"380":1,"381":13,"383":8,"39":9,"391":6,"396":1,"397":4,"40":9,"409":4,"41":17,"415":21,"419":2,"42":12,"426":2,"43":5,"430":9,"44":8,"45":7,"46":44,"48":5,"49":14,"5":117,"51":7,"52":12,"53":19,"56":3,"570":1,"6":32,"63":1,"7":79,"79":13,"8":20,"80":4,"9":64,"all_client":28152,"all_tv_clinet":3189,"insert_time":"2014-08-22T17:55:39.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24781,"10":6,"107":126,"11":205,"12":6,"13":69,"14":45,"15":42,"155":7,"156":3,"158":5,"159":4,"16":31,"160":5,"161":17,"167":12,"17":30,"18":145,"19":16,"20":29,"209":14,"21":77,"210":2,"211":2,"214":9,"215":24,"221":55,"223":68,"224":17,"225":115,"23":76,"24":440,"25":39,"257":9,"26":39,"268":1,"27":22,"273":8,"276":12,"279":6,"28":352,"281":2,"282":6,"291":3,"292":1,"30":3,"302":1,"31":17,"32":3,"33":8,"34":15,"347":2,"35":13,"352":176,"36":34,"37":14,"38":87,"380":1,"381":14,"383":8,"39":10,"391":7,"396":1,"397":3,"40":9,"409":4,"41":17,"415":19,"419":1,"42":12,"426":2,"43":7,"430":9,"44":6,"45":6,"46":42,"48":6,"49":15,"5":118,"51":6,"52":12,"53":20,"56":3,"570":1,"6":35,"63":1,"7":78,"79":12,"8":20,"80":4,"9":61,"all_client":27926,"all_tv_clinet":3145,"insert_time":"2014-08-22T17:56:39.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24570,"10":7,"107":131,"11":210,"12":6,"13":65,"14":43,"15":44,"155":7,"156":3,"158":5,"159":4,"16":31,"160":5,"161":15,"167":12,"17":29,"18":142,"19":18,"20":29,"209":14,"21":74,"210":2,"211":2,"214":9,"215":23,"221":51,"223":64,"224":16,"225":117,"23":76,"24":435,"25":37,"257":8,"26":39,"268":2,"27":22,"273":8,"276":12,"279":5,"28":351,"281":2,"282":7,"291":2,"292":1,"30":3,"302":1,"31":16,"32":3,"33":8,"34":15,"347":2,"35":12,"352":175,"36":35,"37":13,"38":87,"380":2,"381":13,"383":8,"39":10,"391":7,"396":1,"397":3,"40":8,"409":4,"41":17,"415":20,"419":1,"42":11,"426":1,"43":8,"430":11,"44":5,"45":5,"46":47,"48":6,"49":15,"5":112,"51":5,"52":12,"53":19,"56":3,"570":1,"6":36,"63":1,"7":79,"79":11,"8":21,"80":5,"9":54,"all_client":27687,"all_tv_clinet":3117,"insert_time":"2014-08-22T17:57:39.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24368,"10":8,"107":134,"11":211,"12":6,"13":68,"14":42,"15":45,"155":6,"156":2,"158":5,"159":4,"16":28,"160":6,"161":16,"167":10,"17":28,"18":138,"19":17,"20":28,"209":13,"21":79,"210":1,"211":2,"214":9,"215":23,"221":50,"223":67,"224":18,"225":119,"23":77,"24":426,"25":35,"257":8,"26":36,"268":2,"27":23,"273":9,"276":12,"279":5,"28":349,"281":2,"282":7,"291":2,"292":1,"30":3,"302":1,"31":17,"32":4,"33":6,"34":14,"347":2,"35":11,"352":170,"36":32,"37":13,"38":88,"380":2,"381":12,"383":9,"39":9,"391":7,"396":1,"397":3,"40":8,"409":5,"41":18,"415":19,"419":1,"42":11,"426":1,"43":8,"430":11,"44":5,"45":5,"46":43,"48":7,"49":15,"5":112,"51":5,"52":12,"53":19,"56":2,"570":1,"6":35,"63":1,"7":81,"79":9,"8":23,"80":5,"9":50,"all_client":27461,"all_tv_clinet":3093,"insert_time":"2014-08-22T17:58:39.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24207,"10":9,"107":129,"11":210,"12":6,"13":67,"14":39,"15":44,"155":6,"156":2,"158":5,"159":3,"16":27,"160":6,"161":17,"167":9,"17":29,"18":136,"19":18,"20":28,"209":14,"21":87,"210":1,"211":2,"214":9,"215":22,"221":49,"223":76,"224":19,"225":119,"23":77,"24":419,"25":34,"257":7,"26":37,"268":2,"27":23,"273":6,"276":12,"279":5,"28":341,"281":2,"282":8,"291":1,"30":2,"31":17,"32":4,"33":6,"34":15,"347":2,"35":11,"352":166,"36":31,"37":13,"38":87,"380":2,"381":11,"383":7,"39":8,"391":7,"396":1,"397":3,"40":7,"409":4,"41":18,"415":20,"42":12,"426":1,"43":8,"430":11,"44":5,"45":5,"46":42,"48":7,"49":13,"5":110,"51":6,"52":12,"53":18,"56":2,"570":1,"6":36,"63":1,"7":82,"79":8,"8":23,"80":3,"9":45,"all_client":27262,"all_tv_clinet":3055,"insert_time":"2014-08-22T17:59:39.993Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24023,"10":9,"107":127,"11":205,"12":6,"13":67,"14":38,"15":44,"155":6,"156":2,"158":5,"159":3,"16":26,"160":6,"161":18,"167":9,"17":29,"18":133,"19":18,"20":29,"209":15,"21":86,"210":1,"211":2,"214":8,"215":21,"221":50,"223":86,"224":19,"225":117,"23":75,"24":414,"25":38,"257":7,"26":37,"268":3,"27":23,"273":5,"276":13,"279":4,"28":337,"281":2,"282":10,"291":1,"292":1,"30":1,"31":17,"32":3,"33":7,"34":14,"347":2,"35":11,"352":167,"36":30,"37":13,"38":84,"380":2,"381":9,"383":8,"39":8,"391":8,"396":1,"397":3,"40":7,"409":4,"41":15,"415":21,"42":11,"426":1,"43":6,"430":11,"44":5,"45":5,"46":42,"48":7,"49":13,"5":109,"51":6,"52":12,"53":20,"56":2,"570":1,"6":36,"63":1,"7":81,"79":7,"8":24,"80":2,"9":41,"all_client":27056,"all_tv_clinet":3033,"insert_time":"2014-08-22T18:00:40.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23832,"10":9,"107":118,"11":204,"12":6,"13":64,"14":38,"15":42,"155":6,"156":3,"158":5,"159":3,"16":26,"160":6,"161":15,"167":8,"17":29,"18":134,"19":17,"20":28,"209":16,"21":88,"211":2,"214":8,"215":20,"221":53,"223":88,"224":19,"225":120,"23":75,"24":410,"25":41,"257":6,"26":36,"268":3,"27":23,"273":5,"276":11,"279":4,"28":335,"281":2,"282":10,"292":1,"30":1,"31":15,"32":3,"33":7,"34":17,"347":2,"35":11,"352":163,"36":32,"37":13,"38":74,"380":2,"381":9,"383":8,"39":8,"391":9,"396":1,"397":2,"40":7,"409":4,"41":15,"414":1,"415":20,"42":11,"426":1,"43":6,"430":11,"44":4,"45":5,"46":39,"48":7,"49":11,"5":107,"51":6,"52":12,"53":21,"56":2,"570":1,"6":38,"63":1,"7":79,"79":6,"8":25,"80":1,"9":40,"all_client":26827,"all_tv_clinet":2995,"insert_time":"2014-08-22T18:01:40.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23650,"10":9,"107":117,"11":204,"12":6,"13":63,"14":36,"15":44,"155":6,"156":3,"158":5,"159":3,"16":26,"160":6,"161":15,"167":9,"17":30,"18":131,"19":18,"20":28,"209":15,"21":86,"211":2,"214":7,"215":20,"221":49,"223":84,"224":17,"225":119,"23":76,"24":407,"25":40,"257":6,"26":38,"268":3,"27":24,"273":5,"276":11,"279":4,"28":328,"281":2,"282":9,"292":3,"30":2,"31":15,"32":3,"33":10,"34":15,"347":2,"35":11,"352":168,"36":32,"37":13,"38":73,"380":3,"381":8,"383":8,"39":8,"391":7,"396":1,"397":2,"40":7,"409":3,"41":14,"414":1,"415":18,"42":10,"426":1,"43":6,"430":12,"44":4,"45":5,"46":37,"48":7,"49":10,"5":105,"51":7,"52":11,"53":21,"56":2,"570":1,"6":36,"63":1,"7":77,"79":6,"8":26,"80":2,"9":40,"all_client":26615,"all_tv_clinet":2965,"insert_time":"2014-08-22T18:02:40.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23470,"10":10,"107":118,"11":198,"12":6,"13":62,"14":36,"15":42,"155":6,"156":3,"158":5,"159":3,"16":26,"160":5,"161":17,"167":9,"17":28,"18":129,"19":18,"20":29,"209":14,"21":83,"211":2,"214":7,"215":19,"221":50,"223":80,"224":17,"225":123,"23":78,"24":404,"25":39,"257":5,"26":38,"268":3,"27":25,"273":5,"276":11,"279":4,"28":327,"281":2,"282":10,"292":2,"30":2,"31":14,"32":5,"33":8,"34":16,"347":1,"35":11,"352":167,"36":31,"37":13,"38":67,"380":3,"381":9,"383":7,"39":8,"391":7,"396":1,"397":2,"40":7,"409":2,"41":14,"414":1,"415":17,"42":10,"426":1,"43":6,"430":12,"44":4,"45":4,"46":36,"48":7,"49":10,"5":107,"51":8,"52":11,"53":19,"56":2,"570":1,"6":35,"7":78,"79":6,"8":25,"80":2,"9":39,"all_client":26404,"all_tv_clinet":2934,"insert_time":"2014-08-22T18:03:40.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23312,"10":10,"107":114,"11":199,"12":6,"13":64,"14":36,"15":41,"155":6,"156":2,"158":5,"159":3,"16":25,"160":5,"161":19,"167":10,"17":27,"18":127,"19":19,"20":31,"209":13,"21":79,"211":1,"214":6,"215":17,"221":51,"223":79,"224":16,"225":119,"23":80,"24":407,"25":38,"257":5,"26":40,"268":3,"27":26,"273":5,"276":9,"279":4,"28":327,"281":2,"282":10,"292":2,"30":2,"31":13,"314":1,"32":3,"33":9,"34":16,"347":1,"35":11,"352":165,"36":32,"37":12,"38":69,"380":3,"381":12,"383":8,"39":8,"391":7,"396":1,"397":1,"40":6,"409":2,"41":14,"414":2,"415":17,"42":10,"426":1,"43":6,"430":11,"44":3,"45":4,"46":36,"48":8,"49":10,"5":106,"51":6,"52":11,"53":20,"56":2,"570":1,"6":34,"7":78,"79":6,"8":23,"80":2,"9":37,"all_client":26230,"all_tv_clinet":2918,"insert_time":"2014-08-22T18:04:40.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23159,"10":10,"107":112,"11":197,"12":7,"13":61,"14":36,"15":39,"155":7,"156":2,"158":5,"159":2,"16":23,"160":5,"161":22,"167":10,"17":27,"18":123,"19":19,"20":29,"209":12,"21":79,"211":1,"214":7,"215":17,"221":52,"223":78,"224":16,"225":115,"23":80,"24":404,"25":39,"257":5,"26":38,"268":3,"27":25,"273":5,"276":8,"279":4,"28":327,"281":2,"282":11,"292":2,"30":2,"31":12,"314":1,"32":3,"33":10,"34":16,"347":1,"35":11,"352":165,"36":31,"37":12,"38":66,"380":3,"381":12,"383":9,"39":6,"391":7,"396":1,"397":1,"40":7,"409":2,"41":15,"414":2,"415":18,"42":8,"426":1,"43":7,"430":11,"44":3,"45":4,"46":35,"48":7,"49":10,"5":106,"51":6,"52":10,"53":21,"56":2,"570":1,"6":32,"7":75,"79":7,"8":21,"80":2,"9":36,"all_client":26043,"all_tv_clinet":2884,"insert_time":"2014-08-22T18:05:41.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22981,"10":11,"107":106,"11":195,"12":7,"13":58,"14":35,"15":37,"155":7,"156":2,"158":5,"159":2,"16":21,"160":5,"161":25,"167":10,"17":26,"18":126,"19":17,"20":27,"209":12,"21":79,"211":1,"214":7,"215":18,"221":53,"223":73,"224":15,"225":108,"23":75,"24":400,"25":38,"257":6,"26":39,"268":3,"27":24,"273":5,"276":8,"279":4,"28":321,"281":2,"282":12,"292":2,"30":2,"31":12,"314":1,"32":3,"33":11,"34":18,"347":2,"35":12,"352":162,"36":29,"37":12,"38":71,"380":3,"381":11,"383":9,"39":6,"391":7,"396":1,"397":1,"40":8,"409":2,"41":18,"414":2,"415":18,"42":7,"426":1,"43":8,"430":11,"44":3,"45":4,"46":29,"48":6,"49":12,"5":106,"51":6,"52":9,"53":19,"56":2,"570":1,"6":29,"7":76,"79":7,"8":20,"80":2,"9":35,"all_client":25822,"all_tv_clinet":2841,"insert_time":"2014-08-22T18:06:41.203Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22792,"10":11,"107":107,"11":192,"12":5,"13":56,"14":34,"15":36,"155":7,"156":2,"158":5,"159":2,"16":21,"160":5,"161":25,"167":9,"17":26,"18":122,"19":17,"20":26,"209":12,"21":79,"211":1,"214":7,"215":18,"221":51,"223":75,"224":15,"225":107,"23":73,"24":396,"25":39,"257":5,"26":40,"268":2,"27":25,"273":4,"276":7,"279":5,"28":315,"281":1,"282":13,"292":2,"30":2,"31":11,"314":1,"32":3,"33":10,"34":16,"347":2,"35":12,"352":169,"36":32,"37":12,"38":71,"380":4,"381":13,"383":8,"39":6,"391":7,"396":1,"397":2,"40":8,"41":17,"414":1,"415":18,"42":6,"426":1,"43":7,"430":11,"44":3,"45":7,"46":30,"48":6,"49":12,"5":106,"51":7,"52":9,"53":17,"56":2,"570":1,"6":29,"7":74,"79":7,"8":19,"80":2,"9":34,"all_client":25608,"all_tv_clinet":2816,"insert_time":"2014-08-22T18:07:41.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22612,"10":13,"107":103,"11":189,"12":3,"13":56,"14":33,"15":36,"155":6,"156":2,"158":4,"159":2,"16":21,"160":4,"161":26,"167":9,"17":24,"18":123,"19":17,"20":26,"209":12,"21":73,"211":1,"214":7,"215":19,"221":47,"223":72,"224":15,"225":111,"23":73,"24":389,"25":38,"257":6,"26":39,"268":2,"27":25,"273":5,"276":6,"279":5,"28":311,"281":1,"282":15,"292":1,"30":2,"31":10,"314":2,"32":3,"33":9,"34":17,"347":3,"35":11,"352":161,"36":36,"37":13,"38":77,"380":4,"381":14,"383":8,"39":6,"391":7,"396":1,"397":2,"40":7,"41":16,"414":2,"415":19,"42":7,"426":1,"43":6,"430":12,"44":2,"45":7,"46":30,"48":7,"49":14,"5":103,"51":7,"52":9,"53":17,"56":2,"6":27,"7":73,"79":7,"8":19,"80":1,"9":33,"all_client":25396,"all_tv_clinet":2784,"insert_time":"2014-08-22T18:08:41.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22430,"10":11,"107":102,"11":184,"12":4,"13":59,"14":33,"15":36,"155":6,"156":2,"158":2,"159":1,"16":19,"160":4,"161":23,"167":10,"17":24,"18":112,"19":17,"20":26,"209":11,"21":71,"211":1,"214":7,"215":19,"221":48,"223":70,"224":14,"225":115,"23":73,"24":376,"25":36,"257":7,"26":40,"268":2,"27":25,"273":6,"276":6,"279":5,"28":311,"281":1,"282":15,"292":1,"30":2,"31":12,"314":2,"32":3,"33":9,"34":17,"347":3,"35":11,"352":158,"36":35,"37":13,"38":78,"380":4,"381":14,"383":7,"39":7,"391":7,"396":1,"397":3,"40":7,"41":14,"414":2,"415":19,"42":8,"426":1,"43":7,"430":13,"44":3,"45":7,"46":29,"48":7,"49":13,"5":106,"51":8,"52":9,"53":16,"56":2,"6":26,"7":74,"79":10,"8":18,"80":1,"9":35,"all_client":25186,"all_tv_clinet":2756,"insert_time":"2014-08-22T18:09:41.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22290,"10":9,"107":106,"11":186,"12":3,"13":61,"14":31,"15":35,"155":5,"156":1,"158":1,"159":2,"16":16,"160":4,"161":20,"167":11,"17":24,"18":110,"19":15,"20":25,"209":12,"21":73,"211":1,"214":5,"215":20,"221":47,"223":76,"224":15,"225":118,"23":75,"24":374,"25":34,"257":8,"26":38,"268":1,"27":24,"273":6,"276":6,"279":5,"28":310,"281":1,"282":15,"292":1,"30":2,"31":13,"314":2,"32":3,"33":9,"34":15,"347":3,"35":11,"352":155,"36":30,"37":13,"38":74,"380":4,"381":13,"383":7,"39":8,"391":7,"396":1,"397":3,"40":7,"41":12,"414":1,"415":20,"42":9,"426":1,"43":6,"430":13,"44":3,"45":7,"46":27,"48":7,"49":14,"5":106,"51":9,"52":8,"53":15,"56":2,"6":26,"7":71,"79":10,"8":20,"80":2,"9":32,"all_client":25021,"all_tv_clinet":2731,"insert_time":"2014-08-22T18:10:41.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22119,"10":8,"107":104,"11":184,"12":3,"13":64,"14":31,"15":35,"155":5,"156":2,"158":1,"159":3,"16":16,"160":5,"161":21,"167":11,"17":23,"18":109,"19":15,"20":21,"209":12,"21":64,"211":1,"214":5,"215":17,"221":44,"223":76,"224":14,"225":119,"23":76,"24":369,"25":32,"257":8,"26":37,"268":1,"27":24,"273":5,"276":5,"279":5,"28":305,"281":1,"282":15,"292":2,"30":2,"31":13,"314":1,"32":3,"33":8,"34":15,"347":2,"35":10,"352":151,"36":28,"37":13,"38":74,"380":4,"381":14,"383":7,"39":9,"391":7,"396":1,"397":3,"40":7,"41":13,"414":1,"415":18,"42":9,"426":1,"43":6,"430":14,"44":3,"45":7,"46":29,"48":6,"49":15,"5":106,"51":8,"52":7,"53":15,"56":2,"6":25,"7":72,"79":9,"8":20,"80":2,"9":32,"all_client":24809,"all_tv_clinet":2690,"insert_time":"2014-08-22T18:11:41.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21970,"10":8,"107":101,"11":183,"12":2,"13":63,"14":33,"15":35,"155":4,"156":1,"158":1,"159":3,"16":16,"160":6,"161":22,"167":11,"17":24,"18":104,"19":14,"20":20,"209":12,"21":62,"211":1,"214":5,"215":17,"221":40,"223":76,"224":14,"225":119,"23":74,"24":361,"25":33,"257":8,"26":37,"268":1,"27":22,"273":4,"276":4,"279":6,"28":299,"281":1,"282":15,"292":2,"30":2,"31":11,"314":1,"32":3,"33":6,"34":16,"347":3,"35":8,"352":144,"36":27,"37":13,"38":74,"380":4,"381":14,"383":7,"39":8,"391":6,"396":1,"397":3,"40":7,"41":16,"414":2,"415":18,"42":8,"426":1,"43":5,"430":14,"44":3,"45":6,"46":30,"48":6,"49":15,"5":103,"51":8,"52":7,"53":17,"56":4,"6":25,"7":72,"79":9,"8":20,"80":2,"9":29,"all_client":24612,"all_tv_clinet":2642,"insert_time":"2014-08-22T18:12:42.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21811,"10":9,"107":100,"11":185,"12":2,"13":60,"14":31,"15":35,"155":4,"156":1,"159":3,"16":17,"160":7,"161":20,"167":12,"17":24,"18":100,"19":15,"20":18,"209":12,"21":61,"211":1,"214":6,"215":19,"221":42,"223":74,"224":14,"225":125,"23":73,"24":359,"25":32,"257":6,"26":38,"268":1,"27":22,"273":4,"276":4,"279":4,"28":296,"281":1,"282":16,"292":2,"30":2,"31":11,"314":1,"32":3,"33":6,"34":16,"347":3,"35":6,"352":138,"36":28,"37":13,"38":75,"380":4,"381":15,"383":6,"39":7,"391":4,"396":1,"397":3,"40":7,"41":16,"414":3,"415":16,"42":8,"426":1,"43":6,"430":13,"44":3,"45":6,"46":30,"48":5,"49":15,"5":105,"51":6,"52":7,"53":17,"56":4,"6":25,"63":1,"7":70,"79":9,"8":20,"80":2,"9":30,"all_client":24433,"all_tv_clinet":2622,"insert_time":"2014-08-22T18:13:42.345Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21620,"10":9,"107":105,"11":185,"12":2,"13":61,"14":30,"15":34,"155":4,"156":1,"158":1,"159":3,"16":16,"160":7,"161":18,"167":12,"17":24,"18":99,"19":15,"20":16,"209":12,"21":65,"211":1,"214":6,"215":20,"221":41,"223":74,"224":13,"225":117,"23":73,"24":344,"25":32,"257":6,"26":36,"268":1,"27":21,"273":5,"276":4,"279":4,"28":291,"281":1,"282":15,"292":2,"30":3,"31":9,"314":1,"32":3,"33":6,"34":16,"347":2,"35":7,"352":146,"36":30,"37":13,"38":76,"380":4,"381":14,"383":6,"39":8,"391":3,"396":1,"397":3,"40":10,"41":16,"414":3,"415":15,"42":8,"426":1,"43":6,"430":11,"44":3,"45":6,"46":29,"48":4,"49":15,"5":104,"51":5,"52":7,"53":17,"56":4,"6":24,"63":1,"7":69,"79":11,"8":20,"80":2,"9":29,"all_client":24217,"all_tv_clinet":2597,"insert_time":"2014-08-22T18:14:42.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21445,"10":10,"107":100,"11":186,"12":2,"13":62,"14":31,"15":33,"155":4,"156":1,"158":1,"159":3,"16":17,"160":7,"161":18,"167":12,"17":23,"18":101,"19":14,"20":16,"209":12,"21":63,"211":1,"214":6,"215":21,"221":42,"223":73,"224":12,"225":117,"23":69,"24":333,"25":32,"257":6,"26":37,"268":1,"27":22,"273":5,"276":4,"279":3,"28":288,"281":1,"282":14,"292":2,"30":3,"31":8,"32":3,"33":7,"34":14,"347":2,"35":7,"352":139,"36":30,"37":13,"38":79,"380":4,"381":13,"383":7,"39":8,"391":3,"396":1,"397":3,"40":10,"41":15,"414":3,"415":15,"42":7,"426":1,"43":4,"430":11,"44":2,"45":5,"46":30,"48":3,"49":15,"5":103,"51":6,"52":7,"53":15,"56":4,"6":22,"63":1,"7":70,"79":11,"8":24,"80":2,"9":32,"all_client":24012,"all_tv_clinet":2567,"insert_time":"2014-08-22T18:15:42.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21293,"10":10,"107":99,"11":187,"12":2,"13":64,"14":30,"15":35,"155":4,"156":1,"158":1,"159":2,"16":17,"160":7,"161":17,"167":11,"17":22,"18":103,"19":14,"20":15,"209":12,"21":59,"211":1,"214":6,"215":19,"221":43,"223":71,"224":9,"225":118,"23":69,"24":320,"25":30,"257":7,"26":39,"268":1,"27":21,"273":5,"276":4,"279":3,"28":286,"281":1,"282":13,"292":2,"30":3,"31":8,"32":3,"33":8,"34":16,"347":1,"35":7,"352":142,"36":31,"37":13,"38":80,"380":4,"381":11,"383":7,"39":8,"391":4,"396":1,"397":3,"40":10,"409":2,"41":15,"414":3,"415":15,"42":8,"426":1,"43":3,"430":11,"44":2,"45":5,"46":31,"48":3,"49":14,"5":98,"51":5,"52":7,"53":14,"56":4,"6":20,"7":71,"79":11,"8":23,"80":2,"9":32,"all_client":23833,"all_tv_clinet":2540,"insert_time":"2014-08-22T18:16:42.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21147,"10":10,"107":95,"11":181,"12":2,"13":60,"14":30,"15":32,"155":4,"156":1,"158":1,"159":2,"16":18,"160":7,"161":19,"167":11,"17":18,"18":109,"19":14,"20":16,"209":11,"21":58,"211":1,"214":6,"215":20,"221":44,"223":80,"224":9,"225":120,"23":69,"24":310,"25":29,"257":7,"26":39,"268":1,"27":21,"273":5,"276":4,"279":4,"28":282,"281":1,"282":12,"292":3,"30":2,"31":7,"32":2,"33":8,"34":16,"347":1,"35":7,"352":147,"36":31,"37":12,"38":78,"380":4,"381":11,"383":8,"39":9,"391":4,"396":1,"397":2,"40":10,"409":2,"41":13,"414":4,"415":14,"42":8,"426":1,"43":3,"430":11,"44":2,"45":5,"46":32,"48":3,"49":13,"5":94,"51":5,"52":7,"53":12,"56":4,"6":20,"7":71,"79":9,"8":22,"80":2,"9":30,"all_client":23660,"all_tv_clinet":2513,"insert_time":"2014-08-22T18:17:43.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20993,"10":10,"107":101,"11":180,"12":2,"13":55,"14":30,"15":30,"155":4,"156":1,"158":1,"159":2,"16":15,"160":6,"161":19,"167":11,"17":16,"18":104,"19":13,"20":16,"209":10,"21":56,"211":1,"214":5,"215":20,"221":44,"223":84,"224":9,"225":122,"23":68,"24":307,"25":32,"257":9,"26":40,"27":21,"273":5,"276":4,"279":4,"28":279,"281":1,"282":10,"292":3,"30":2,"31":7,"32":1,"33":8,"34":14,"347":1,"35":8,"352":149,"36":28,"37":12,"38":80,"380":4,"381":10,"383":8,"39":9,"391":4,"396":1,"397":1,"40":11,"409":2,"41":13,"414":4,"415":14,"42":7,"426":1,"43":3,"430":11,"433":1,"44":2,"45":5,"46":29,"48":3,"49":13,"5":93,"51":5,"52":7,"53":12,"56":3,"6":20,"7":74,"79":8,"8":21,"80":2,"9":29,"all_client":23483,"all_tv_clinet":2490,"insert_time":"2014-08-22T18:18:43.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20880,"10":10,"107":97,"11":180,"12":2,"13":54,"14":29,"15":31,"155":4,"156":2,"158":1,"159":1,"16":13,"160":6,"161":19,"167":11,"17":14,"18":105,"19":13,"20":17,"209":8,"21":55,"211":1,"214":5,"215":20,"221":44,"223":84,"224":8,"225":116,"23":67,"24":305,"25":34,"257":9,"26":39,"27":19,"273":6,"276":3,"279":4,"28":274,"281":1,"282":10,"292":3,"30":2,"31":9,"32":2,"33":8,"34":14,"347":1,"35":9,"352":154,"36":27,"37":12,"38":81,"380":3,"381":8,"383":9,"39":10,"391":4,"396":1,"397":1,"40":12,"409":1,"41":14,"414":4,"415":11,"42":6,"426":1,"43":4,"430":11,"433":1,"44":2,"45":4,"46":29,"48":3,"49":13,"5":90,"51":5,"52":5,"53":13,"56":3,"6":20,"7":74,"79":7,"8":21,"80":2,"9":26,"all_client":23341,"all_tv_clinet":2461,"insert_time":"2014-08-22T18:19:43.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20710,"10":11,"107":96,"11":183,"12":2,"13":56,"14":29,"15":31,"155":4,"156":1,"158":1,"16":11,"160":5,"161":17,"167":11,"17":14,"18":108,"19":12,"20":17,"209":7,"21":55,"211":1,"214":5,"215":18,"221":43,"223":86,"224":8,"225":115,"23":64,"24":306,"25":35,"257":10,"26":39,"27":21,"273":6,"276":3,"279":5,"28":262,"282":10,"292":2,"30":2,"31":10,"32":1,"33":10,"34":14,"347":1,"35":9,"352":153,"36":24,"37":11,"38":84,"380":3,"381":8,"383":9,"39":10,"391":4,"396":1,"397":1,"40":11,"409":1,"41":15,"414":4,"415":11,"419":1,"42":6,"426":1,"43":3,"430":11,"44":2,"45":4,"46":27,"48":3,"49":13,"5":84,"51":5,"52":5,"53":11,"56":3,"6":20,"7":74,"79":7,"8":21,"80":3,"9":28,"all_client":23149,"all_tv_clinet":2439,"insert_time":"2014-08-22T18:20:43.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20564,"10":11,"107":99,"11":183,"12":2,"13":56,"14":28,"15":29,"155":3,"156":1,"158":1,"16":13,"160":5,"161":17,"167":11,"17":13,"18":107,"19":12,"20":16,"209":7,"21":57,"211":1,"214":5,"215":18,"221":42,"223":88,"224":8,"225":114,"23":65,"24":302,"25":36,"257":9,"26":39,"27":21,"273":6,"276":3,"279":6,"28":263,"282":9,"292":2,"30":1,"31":10,"32":1,"33":9,"34":12,"347":1,"35":9,"352":146,"36":24,"37":10,"38":83,"380":4,"381":9,"383":10,"39":11,"391":3,"396":1,"397":1,"40":9,"409":1,"41":16,"414":5,"415":10,"419":1,"42":6,"426":1,"43":3,"430":9,"44":2,"45":4,"46":25,"48":3,"49":11,"5":80,"51":5,"52":5,"53":12,"56":3,"6":22,"63":1,"7":75,"79":5,"8":20,"80":3,"9":27,"all_client":22981,"all_tv_clinet":2417,"insert_time":"2014-08-22T18:21:43.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20404,"10":10,"107":98,"11":178,"12":2,"13":53,"14":28,"15":28,"155":3,"156":1,"158":1,"16":12,"160":7,"161":19,"167":11,"17":12,"18":101,"19":13,"20":16,"209":8,"21":57,"211":1,"214":5,"215":17,"221":41,"223":87,"224":8,"225":120,"23":65,"24":302,"25":32,"257":9,"26":42,"27":21,"273":8,"276":2,"279":7,"28":260,"282":9,"292":2,"30":1,"302":1,"31":10,"32":1,"33":9,"34":13,"347":2,"35":9,"352":139,"36":26,"37":10,"38":84,"380":4,"381":9,"383":8,"39":10,"391":3,"396":1,"397":1,"40":9,"409":1,"41":15,"414":5,"415":10,"419":1,"42":7,"426":1,"43":3,"430":9,"433":1,"44":2,"45":4,"46":25,"48":2,"49":10,"5":79,"51":7,"52":5,"53":8,"56":2,"6":21,"63":1,"7":76,"79":4,"8":19,"80":3,"9":27,"all_client":22798,"all_tv_clinet":2394,"insert_time":"2014-08-22T18:22:43.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20275,"10":9,"107":97,"11":181,"12":2,"13":54,"14":29,"15":27,"155":3,"156":1,"158":1,"16":11,"160":7,"161":20,"167":12,"17":12,"18":95,"19":13,"20":16,"209":8,"21":57,"211":1,"214":5,"215":19,"221":43,"223":87,"224":8,"225":117,"23":61,"24":298,"25":32,"257":10,"26":44,"27":21,"273":8,"276":2,"279":7,"28":260,"281":1,"282":7,"292":2,"302":1,"31":10,"32":2,"33":8,"34":11,"347":2,"35":9,"352":142,"36":26,"37":9,"38":76,"380":4,"381":9,"383":8,"39":10,"391":3,"396":1,"397":1,"40":9,"409":1,"41":15,"414":5,"415":7,"419":1,"42":8,"426":1,"43":3,"430":10,"433":1,"44":2,"45":4,"46":22,"48":1,"49":8,"5":80,"51":8,"52":5,"53":8,"56":2,"6":20,"63":1,"7":77,"79":3,"8":18,"80":4,"9":28,"all_client":22647,"all_tv_clinet":2372,"insert_time":"2014-08-22T18:23:43.996Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20125,"10":7,"107":95,"11":183,"12":2,"13":53,"14":29,"15":26,"155":3,"156":2,"158":1,"16":11,"160":7,"161":20,"167":12,"17":11,"18":97,"19":13,"20":15,"209":9,"21":57,"211":1,"214":5,"215":18,"221":46,"223":85,"224":8,"225":119,"23":59,"24":293,"25":28,"257":11,"26":42,"27":20,"273":8,"276":2,"279":9,"28":258,"281":1,"282":6,"292":2,"302":1,"31":9,"32":2,"33":8,"34":11,"347":2,"35":9,"352":139,"36":26,"37":9,"38":78,"380":4,"381":9,"383":7,"39":10,"391":3,"396":1,"397":1,"40":9,"409":1,"41":15,"414":5,"415":7,"419":1,"42":8,"426":1,"43":3,"430":10,"433":1,"44":1,"45":4,"46":22,"48":1,"49":10,"5":78,"51":8,"52":5,"53":8,"56":3,"6":19,"63":1,"7":76,"79":3,"8":19,"80":4,"9":29,"all_client":22480,"all_tv_clinet":2355,"insert_time":"2014-08-22T18:24:44.129Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19956,"10":7,"107":93,"11":183,"12":2,"13":53,"14":27,"15":25,"155":3,"156":2,"158":1,"16":11,"160":7,"161":20,"167":12,"17":10,"18":95,"19":12,"20":15,"209":8,"21":58,"211":1,"214":5,"215":21,"221":47,"223":85,"224":7,"225":117,"23":58,"24":293,"25":27,"257":11,"26":41,"27":21,"273":7,"276":2,"279":10,"28":256,"281":1,"282":5,"292":2,"302":1,"31":9,"32":3,"33":9,"34":10,"347":2,"35":10,"352":142,"36":25,"37":9,"38":81,"380":4,"381":9,"383":4,"39":11,"391":3,"396":1,"397":1,"40":9,"409":1,"41":15,"414":5,"415":7,"419":1,"42":9,"426":1,"43":3,"430":9,"433":1,"44":1,"45":3,"46":21,"48":1,"49":10,"5":78,"51":8,"52":5,"53":8,"56":3,"6":17,"63":1,"7":74,"79":3,"8":18,"80":4,"9":29,"all_client":22296,"all_tv_clinet":2340,"insert_time":"2014-08-22T18:25:44.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19846,"10":7,"107":91,"11":182,"12":2,"13":53,"14":26,"15":24,"155":3,"156":3,"16":10,"160":7,"161":19,"167":12,"17":8,"18":94,"19":12,"20":15,"209":8,"21":57,"211":1,"214":5,"215":21,"221":45,"223":82,"224":8,"225":119,"23":58,"24":290,"25":27,"257":11,"26":40,"27":20,"273":6,"276":2,"279":11,"28":258,"281":1,"282":5,"292":2,"302":1,"31":9,"32":3,"33":8,"34":8,"347":2,"35":9,"352":145,"36":25,"37":9,"38":82,"380":4,"381":8,"383":4,"39":10,"391":3,"396":1,"397":1,"40":9,"409":1,"41":15,"414":5,"415":6,"419":1,"42":8,"426":1,"43":4,"430":8,"433":1,"44":2,"45":3,"46":22,"48":2,"49":10,"5":82,"51":7,"52":5,"53":8,"56":3,"6":17,"63":1,"7":72,"79":3,"8":18,"80":3,"9":29,"all_client":22169,"all_tv_clinet":2323,"insert_time":"2014-08-22T18:26:44.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19723,"10":7,"107":87,"11":176,"12":2,"13":53,"14":27,"15":24,"155":3,"156":3,"16":9,"160":7,"161":19,"167":12,"17":7,"18":94,"19":12,"20":14,"209":6,"21":57,"211":1,"214":5,"215":23,"221":42,"223":79,"224":9,"225":119,"23":59,"24":287,"25":26,"257":10,"26":41,"27":20,"273":6,"276":2,"279":11,"28":257,"281":1,"282":6,"292":2,"302":1,"31":9,"32":4,"33":9,"34":8,"347":2,"35":9,"352":143,"36":27,"37":9,"38":79,"380":4,"381":10,"383":4,"39":12,"391":4,"396":1,"397":1,"40":9,"409":1,"41":13,"414":5,"415":6,"419":1,"42":8,"426":1,"43":4,"430":8,"433":1,"44":2,"45":3,"46":23,"48":2,"49":9,"5":82,"51":5,"52":5,"53":8,"56":3,"6":17,"63":1,"7":71,"79":4,"8":18,"80":3,"9":29,"all_client":22026,"all_tv_clinet":2303,"insert_time":"2014-08-22T18:27:44.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19592,"10":6,"107":86,"11":177,"12":2,"13":55,"14":25,"15":25,"155":3,"156":3,"16":9,"160":3,"161":19,"167":12,"17":6,"18":92,"19":11,"20":14,"209":6,"21":56,"211":1,"214":5,"215":23,"221":39,"223":85,"224":9,"225":120,"23":60,"24":286,"25":22,"257":10,"26":42,"27":20,"273":6,"276":2,"279":9,"28":256,"281":1,"282":6,"292":2,"302":1,"31":9,"32":4,"33":8,"34":8,"347":2,"35":9,"352":149,"36":27,"37":9,"38":74,"380":4,"381":10,"383":4,"39":11,"391":3,"396":1,"397":1,"40":9,"409":1,"41":12,"414":5,"415":5,"419":1,"42":7,"426":1,"43":4,"430":7,"433":1,"44":2,"45":4,"46":22,"48":2,"49":9,"5":81,"51":5,"52":5,"53":8,"56":3,"6":17,"63":1,"7":72,"79":4,"8":18,"80":3,"9":29,"all_client":21878,"all_tv_clinet":2286,"insert_time":"2014-08-22T18:28:44.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19472,"10":6,"107":87,"11":179,"12":2,"13":53,"14":25,"15":25,"155":3,"156":2,"16":9,"160":3,"161":19,"167":11,"17":6,"18":89,"19":12,"20":14,"209":6,"21":60,"211":1,"214":5,"215":23,"221":38,"223":87,"224":9,"225":118,"23":61,"24":284,"25":22,"257":10,"26":43,"27":19,"273":6,"276":2,"279":8,"28":257,"281":1,"282":6,"292":2,"302":1,"31":9,"32":4,"33":8,"34":8,"347":2,"35":10,"352":144,"36":26,"37":10,"38":73,"380":4,"381":9,"383":4,"39":11,"391":3,"396":1,"397":1,"40":11,"409":1,"41":12,"414":5,"415":5,"419":1,"42":7,"426":1,"43":4,"430":7,"433":1,"44":3,"45":4,"46":20,"48":3,"49":7,"5":77,"51":5,"52":5,"53":7,"56":3,"6":16,"63":1,"7":70,"79":4,"8":18,"80":2,"9":29,"all_client":21742,"all_tv_clinet":2270,"insert_time":"2014-08-22T18:29:44.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19342,"10":5,"107":88,"11":179,"12":2,"13":52,"14":25,"15":24,"155":4,"156":2,"16":10,"160":3,"161":17,"167":10,"17":6,"18":90,"19":12,"20":13,"209":6,"21":62,"211":1,"214":5,"215":22,"221":35,"223":91,"224":9,"225":109,"23":62,"24":279,"25":23,"257":12,"26":44,"27":18,"273":6,"276":2,"279":8,"28":256,"281":1,"282":6,"292":2,"302":1,"31":9,"314":1,"32":4,"33":7,"34":7,"347":2,"35":10,"352":136,"36":23,"37":11,"38":73,"380":4,"381":9,"383":4,"39":11,"391":3,"396":1,"397":1,"40":11,"409":1,"41":12,"414":5,"415":4,"419":1,"42":7,"426":1,"43":6,"430":8,"433":1,"44":4,"45":3,"46":20,"48":3,"49":7,"5":79,"51":5,"52":5,"53":6,"56":3,"6":16,"63":1,"7":70,"79":4,"8":16,"80":2,"9":30,"all_client":21591,"all_tv_clinet":2249,"insert_time":"2014-08-22T18:30:45.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19194,"10":5,"107":80,"11":183,"12":2,"13":53,"14":25,"15":21,"155":4,"156":1,"158":1,"16":12,"160":2,"161":17,"167":9,"17":5,"18":91,"19":11,"20":12,"209":6,"21":66,"211":1,"214":5,"215":23,"221":35,"223":89,"224":10,"225":109,"23":59,"24":272,"25":24,"257":13,"26":44,"27":17,"273":5,"276":2,"279":9,"28":255,"281":1,"282":5,"292":2,"302":1,"31":9,"314":1,"32":3,"33":7,"34":4,"347":1,"35":12,"352":130,"36":24,"37":10,"38":75,"380":2,"381":10,"383":4,"39":11,"391":3,"396":1,"397":1,"40":11,"409":1,"41":12,"414":7,"415":6,"419":1,"42":7,"43":5,"430":8,"433":1,"44":4,"45":3,"46":20,"48":3,"49":6,"5":77,"51":5,"52":5,"53":6,"56":4,"6":14,"63":1,"7":70,"79":4,"8":17,"80":2,"9":32,"all_client":21421,"all_tv_clinet":2227,"insert_time":"2014-08-22T18:31:45.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19046,"10":5,"107":79,"11":183,"12":2,"13":55,"14":24,"15":23,"155":4,"156":1,"158":2,"16":11,"160":1,"161":15,"167":9,"17":5,"18":92,"19":10,"20":14,"209":6,"21":64,"211":1,"214":5,"215":23,"221":37,"223":92,"224":10,"225":104,"23":58,"24":265,"25":23,"257":13,"26":41,"27":17,"273":4,"276":2,"279":8,"28":255,"281":1,"282":5,"292":2,"30":1,"302":1,"31":9,"314":1,"32":3,"33":7,"34":5,"347":1,"35":12,"352":123,"36":22,"37":11,"38":74,"380":1,"381":10,"383":4,"39":11,"391":3,"396":1,"397":1,"40":11,"409":1,"41":12,"414":7,"415":7,"419":2,"42":7,"43":5,"430":8,"433":1,"44":3,"45":3,"46":21,"48":4,"49":5,"5":80,"51":4,"52":6,"53":6,"56":4,"6":11,"63":1,"7":67,"79":5,"8":17,"80":2,"9":30,"all_client":21248,"all_tv_clinet":2202,"insert_time":"2014-08-22T18:32:45.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18900,"10":5,"107":79,"11":183,"12":2,"13":54,"14":22,"15":23,"155":4,"158":2,"16":10,"160":1,"161":14,"167":9,"17":3,"18":92,"19":11,"20":14,"209":7,"21":60,"211":1,"214":5,"215":21,"221":38,"223":95,"224":10,"225":104,"23":59,"24":266,"25":22,"257":10,"26":37,"27":17,"273":4,"276":2,"279":9,"28":250,"281":1,"282":5,"292":2,"30":2,"302":1,"31":9,"314":1,"32":3,"33":7,"34":6,"347":1,"35":13,"352":127,"36":22,"37":10,"38":72,"380":1,"381":10,"383":4,"39":11,"391":2,"396":1,"397":1,"40":12,"409":1,"41":13,"414":7,"415":7,"419":2,"42":7,"43":5,"430":8,"433":1,"44":2,"45":3,"46":21,"48":4,"49":5,"5":81,"51":4,"52":7,"53":4,"56":5,"6":11,"63":1,"7":61,"79":6,"8":17,"80":2,"9":30,"all_client":21084,"all_tv_clinet":2184,"insert_time":"2014-08-22T18:33:46.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18758,"10":5,"107":77,"11":173,"12":2,"13":55,"14":21,"15":22,"155":2,"158":1,"159":1,"16":8,"160":1,"161":15,"167":9,"17":3,"18":93,"19":11,"20":14,"209":7,"21":57,"211":1,"214":5,"215":19,"221":40,"223":102,"224":9,"225":105,"23":56,"24":264,"25":21,"257":10,"26":34,"268":1,"27":18,"273":4,"276":2,"279":9,"28":249,"281":1,"282":5,"292":2,"30":2,"302":1,"31":9,"314":1,"32":4,"33":7,"34":7,"347":1,"35":12,"352":123,"36":21,"37":11,"38":72,"380":1,"381":11,"383":6,"39":11,"391":2,"396":1,"397":1,"40":14,"409":1,"41":10,"414":6,"415":7,"419":2,"42":7,"43":5,"430":7,"433":1,"44":2,"45":3,"46":19,"48":4,"49":6,"5":80,"51":4,"52":7,"53":4,"56":5,"6":11,"63":2,"7":62,"79":6,"8":15,"80":2,"9":33,"all_client":20921,"all_tv_clinet":2163,"insert_time":"2014-08-22T18:34:46.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18615,"10":5,"107":71,"11":170,"12":2,"13":55,"14":23,"15":18,"155":2,"158":1,"159":1,"16":10,"160":1,"161":14,"167":9,"17":3,"18":94,"19":11,"20":11,"209":7,"21":60,"211":1,"214":5,"215":19,"221":39,"223":106,"224":7,"225":101,"23":55,"24":259,"25":21,"257":9,"26":35,"268":1,"27":17,"273":4,"276":1,"279":8,"28":244,"282":5,"291":1,"292":2,"30":3,"302":1,"31":9,"314":1,"32":4,"33":7,"34":8,"347":2,"35":12,"352":122,"36":21,"37":12,"38":73,"380":1,"381":11,"383":6,"39":12,"391":2,"396":1,"397":1,"40":14,"409":1,"41":10,"414":4,"415":9,"419":2,"42":7,"426":1,"43":5,"430":7,"433":1,"44":2,"45":4,"46":19,"48":4,"49":6,"5":77,"51":3,"52":7,"53":4,"56":5,"6":11,"63":2,"7":61,"79":6,"8":15,"80":2,"9":32,"all_client":20753,"all_tv_clinet":2138,"insert_time":"2014-08-22T18:35:46.302Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18464,"10":5,"107":70,"11":165,"12":2,"13":55,"14":23,"15":17,"155":2,"158":1,"159":1,"16":10,"160":1,"161":14,"167":9,"17":3,"18":94,"19":11,"20":10,"209":7,"21":60,"211":1,"214":5,"215":19,"221":42,"223":114,"224":7,"225":101,"23":56,"24":251,"25":19,"257":8,"26":32,"268":1,"27":16,"273":4,"276":1,"279":7,"28":247,"282":5,"291":1,"292":2,"30":2,"302":1,"31":9,"314":1,"32":3,"33":7,"34":10,"347":2,"35":12,"352":124,"36":20,"37":12,"38":71,"380":1,"381":11,"383":6,"39":11,"391":2,"396":1,"397":1,"40":14,"409":2,"41":10,"414":4,"415":9,"419":2,"42":8,"426":1,"43":6,"430":7,"433":1,"44":2,"45":4,"46":21,"48":4,"49":6,"5":77,"51":2,"52":7,"53":3,"56":5,"6":11,"63":3,"7":60,"79":6,"8":15,"80":2,"9":31,"all_client":20593,"all_tv_clinet":2129,"insert_time":"2014-08-22T18:36:46.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18313,"10":6,"107":70,"11":161,"12":2,"13":55,"14":23,"15":17,"155":2,"158":1,"16":10,"161":16,"167":9,"17":3,"18":95,"19":11,"20":10,"209":8,"21":59,"211":1,"214":5,"215":19,"221":37,"223":115,"224":6,"225":97,"23":58,"24":246,"25":18,"257":6,"26":31,"268":1,"27":14,"273":5,"276":1,"279":6,"28":241,"282":5,"291":2,"292":2,"30":2,"302":1,"31":9,"314":1,"32":4,"33":7,"34":10,"347":2,"35":13,"352":124,"36":20,"37":13,"38":68,"380":1,"381":10,"383":5,"39":11,"391":2,"396":1,"397":1,"40":14,"409":2,"41":9,"414":4,"415":9,"419":2,"42":8,"426":2,"43":6,"430":8,"433":1,"44":2,"45":4,"46":24,"48":4,"49":5,"5":76,"51":2,"52":7,"53":4,"56":5,"6":11,"63":3,"7":60,"79":6,"8":14,"80":2,"9":30,"all_client":20416,"all_tv_clinet":2103,"insert_time":"2014-08-22T18:37:46.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18184,"10":7,"107":70,"11":161,"12":2,"13":55,"14":24,"15":16,"155":2,"158":1,"16":11,"161":16,"167":9,"17":3,"18":96,"19":11,"20":10,"209":8,"21":61,"211":1,"214":5,"215":18,"221":35,"223":116,"224":6,"225":98,"23":57,"24":241,"25":20,"257":6,"26":30,"268":2,"27":13,"273":5,"276":1,"279":6,"28":241,"282":5,"291":2,"292":2,"30":1,"302":1,"31":9,"314":1,"32":4,"33":7,"34":11,"347":2,"35":13,"352":116,"36":21,"37":13,"38":70,"380":1,"381":10,"383":4,"39":11,"391":2,"396":1,"397":1,"40":15,"409":2,"41":9,"414":4,"415":7,"419":1,"42":8,"426":2,"43":6,"430":8,"433":1,"44":2,"45":3,"46":24,"48":4,"49":6,"5":78,"51":2,"52":7,"53":4,"56":5,"6":12,"63":3,"7":59,"79":6,"8":14,"80":2,"9":30,"all_client":20280,"all_tv_clinet":2096,"insert_time":"2014-08-22T18:38:46.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18051,"10":7,"107":66,"11":156,"12":2,"13":58,"14":25,"15":15,"155":2,"156":1,"158":1,"16":12,"161":16,"167":9,"17":2,"18":97,"19":11,"20":10,"209":8,"21":60,"211":1,"214":5,"215":17,"221":31,"223":122,"224":5,"225":93,"23":57,"24":234,"25":20,"257":5,"26":29,"268":2,"27":12,"273":5,"276":1,"279":5,"28":236,"282":6,"291":2,"292":2,"30":1,"302":1,"31":9,"314":1,"32":5,"33":7,"34":9,"347":2,"35":13,"352":121,"36":20,"37":13,"38":71,"380":1,"381":10,"383":6,"39":11,"391":2,"396":1,"397":1,"40":15,"409":2,"41":7,"414":4,"415":6,"419":1,"42":8,"426":2,"43":5,"430":9,"433":1,"44":3,"45":3,"46":25,"48":4,"49":8,"5":79,"51":2,"52":6,"53":4,"56":4,"6":13,"63":3,"7":59,"79":5,"8":13,"80":2,"9":27,"all_client":20124,"all_tv_clinet":2073,"insert_time":"2014-08-22T18:39:46.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17922,"10":7,"107":64,"11":157,"12":2,"13":57,"14":25,"15":13,"155":3,"156":1,"158":1,"16":13,"161":13,"167":9,"17":3,"18":98,"19":11,"20":10,"209":7,"21":61,"211":1,"214":6,"215":17,"221":33,"223":125,"224":5,"225":94,"23":56,"24":233,"25":20,"257":6,"26":23,"268":2,"27":12,"273":5,"276":1,"279":4,"28":237,"282":6,"291":2,"292":2,"30":1,"31":8,"314":1,"32":4,"33":8,"34":9,"347":2,"35":12,"352":121,"36":20,"37":13,"38":67,"380":1,"381":9,"383":7,"39":12,"391":2,"396":1,"40":14,"409":2,"41":5,"414":4,"415":7,"419":1,"42":8,"426":2,"43":6,"430":9,"433":1,"44":3,"45":3,"46":25,"48":5,"49":8,"5":77,"51":2,"52":6,"53":5,"56":4,"6":14,"63":3,"7":58,"79":5,"8":13,"80":2,"9":27,"all_client":19984,"all_tv_clinet":2062,"insert_time":"2014-08-22T18:40:46.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17793,"10":8,"107":66,"11":158,"12":2,"13":54,"14":22,"15":13,"155":3,"156":1,"16":14,"160":1,"161":13,"167":9,"17":3,"18":95,"19":11,"20":10,"209":7,"21":62,"211":1,"214":6,"215":16,"221":32,"223":128,"224":6,"225":93,"23":54,"24":229,"25":20,"257":5,"26":21,"268":1,"27":11,"273":5,"276":1,"279":4,"28":230,"282":6,"291":2,"292":2,"30":1,"31":8,"314":1,"32":4,"33":7,"34":8,"347":1,"35":12,"352":116,"36":19,"37":13,"38":69,"380":1,"381":9,"383":7,"39":12,"391":2,"396":1,"40":12,"409":2,"41":5,"414":4,"415":7,"419":1,"42":8,"426":2,"43":6,"430":9,"433":1,"44":3,"45":2,"46":24,"48":5,"49":9,"5":78,"51":2,"52":6,"53":5,"56":4,"6":14,"63":3,"7":58,"79":5,"8":13,"80":2,"9":26,"all_client":19825,"all_tv_clinet":2032,"insert_time":"2014-08-22T18:41:47.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17660,"10":8,"107":67,"11":159,"12":2,"13":53,"14":22,"15":13,"155":3,"16":14,"160":1,"161":13,"167":9,"17":3,"18":92,"19":11,"20":10,"209":7,"21":59,"211":1,"214":6,"215":18,"221":30,"223":134,"224":6,"225":97,"23":54,"24":228,"25":17,"257":6,"26":17,"268":1,"27":11,"273":4,"276":1,"279":3,"28":225,"282":6,"291":2,"292":2,"30":1,"31":9,"314":1,"32":5,"33":7,"34":9,"347":1,"35":11,"352":115,"36":19,"37":13,"38":65,"380":1,"381":9,"383":6,"39":11,"391":2,"40":11,"409":2,"41":6,"414":4,"415":7,"419":2,"42":8,"426":3,"43":7,"430":9,"433":1,"44":3,"45":2,"46":22,"48":5,"49":9,"5":79,"51":3,"52":6,"53":5,"56":3,"6":14,"63":3,"7":54,"79":4,"8":13,"80":2,"9":27,"all_client":19674,"all_tv_clinet":2014,"insert_time":"2014-08-22T18:42:47.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17551,"10":8,"107":67,"11":160,"12":2,"13":54,"14":21,"15":12,"155":3,"16":13,"160":1,"161":13,"167":9,"17":3,"18":96,"19":12,"20":10,"209":7,"21":57,"211":1,"214":5,"215":19,"221":28,"223":136,"224":6,"225":95,"23":57,"24":218,"25":15,"257":6,"26":14,"268":1,"27":11,"273":4,"276":1,"279":4,"28":228,"282":6,"291":2,"292":2,"30":1,"31":7,"314":1,"32":4,"33":7,"34":9,"347":1,"35":11,"352":115,"36":19,"37":11,"38":63,"380":2,"381":9,"383":7,"39":11,"391":2,"40":11,"409":2,"41":6,"414":4,"415":7,"419":1,"42":9,"426":2,"43":7,"430":8,"433":1,"44":4,"45":1,"46":22,"48":5,"49":9,"5":78,"51":2,"52":6,"53":6,"56":3,"6":14,"63":3,"7":53,"79":4,"8":14,"80":2,"9":25,"all_client":19547,"all_tv_clinet":1996,"insert_time":"2014-08-22T18:43:47.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17422,"10":8,"107":70,"11":159,"12":3,"13":53,"14":19,"15":10,"155":3,"158":1,"16":13,"161":15,"167":9,"17":3,"18":95,"19":12,"20":10,"209":7,"21":54,"211":1,"214":5,"215":18,"221":28,"223":142,"224":6,"225":94,"23":57,"24":211,"25":15,"257":6,"26":14,"268":1,"27":12,"273":4,"276":1,"279":4,"28":228,"282":6,"291":2,"292":2,"30":1,"31":7,"314":1,"32":4,"33":7,"34":10,"347":1,"35":11,"352":114,"36":18,"37":11,"38":62,"380":2,"381":9,"383":8,"39":10,"391":2,"40":10,"409":2,"41":4,"414":4,"415":6,"419":1,"42":9,"426":2,"43":7,"430":8,"433":1,"44":4,"45":1,"46":22,"48":5,"49":9,"5":77,"51":2,"52":5,"53":6,"56":3,"6":14,"63":3,"7":53,"79":4,"8":14,"80":2,"9":26,"all_client":19405,"all_tv_clinet":1983,"insert_time":"2014-08-22T18:44:48.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17283,"10":7,"107":71,"11":159,"12":3,"13":54,"14":18,"15":8,"155":3,"158":1,"16":14,"160":1,"161":15,"167":9,"17":3,"18":97,"19":12,"20":10,"209":7,"21":51,"210":1,"211":1,"214":5,"215":19,"221":31,"223":143,"224":7,"225":94,"23":56,"24":207,"25":15,"257":6,"26":14,"268":1,"27":13,"273":4,"276":1,"279":4,"28":227,"282":4,"291":2,"292":3,"30":1,"31":7,"314":1,"32":3,"33":7,"34":10,"347":1,"35":10,"352":111,"36":20,"37":11,"38":67,"380":2,"381":8,"383":8,"39":10,"391":2,"40":10,"409":2,"41":4,"414":3,"415":6,"419":1,"42":9,"426":2,"43":8,"430":8,"433":1,"44":4,"45":1,"46":23,"48":5,"49":9,"5":77,"51":1,"52":5,"53":7,"56":3,"6":12,"63":3,"7":53,"79":3,"8":14,"80":2,"9":25,"all_client":19264,"all_tv_clinet":1981,"insert_time":"2014-08-22T18:45:48.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17187,"10":7,"107":73,"11":159,"12":3,"13":55,"14":18,"15":8,"155":3,"158":1,"16":13,"160":1,"161":15,"167":9,"17":2,"18":98,"19":12,"20":10,"209":8,"21":44,"210":1,"211":1,"214":5,"215":19,"221":29,"223":148,"224":6,"225":93,"23":54,"24":203,"25":16,"257":6,"26":13,"27":13,"273":4,"276":2,"279":4,"28":227,"282":4,"291":2,"292":3,"30":2,"31":6,"314":1,"32":3,"33":7,"34":9,"347":1,"35":10,"352":109,"36":19,"37":11,"38":68,"380":2,"381":8,"383":8,"39":10,"391":2,"40":11,"409":2,"41":5,"414":2,"415":4,"419":1,"42":9,"426":3,"43":8,"430":8,"433":1,"44":4,"45":1,"46":23,"48":5,"49":9,"5":75,"51":1,"52":5,"53":7,"56":3,"6":10,"63":3,"7":53,"79":3,"8":14,"80":2,"9":25,"all_client":19152,"all_tv_clinet":1965,"insert_time":"2014-08-22T18:46:48.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17089,"10":7,"107":71,"11":161,"12":3,"13":54,"14":18,"15":8,"155":3,"158":1,"16":12,"160":2,"161":16,"167":8,"17":2,"18":95,"19":13,"20":9,"209":8,"21":46,"210":1,"211":1,"214":5,"215":19,"221":28,"223":148,"224":6,"225":91,"23":55,"24":206,"25":18,"257":6,"26":12,"27":13,"273":3,"276":2,"279":3,"28":221,"282":4,"291":2,"292":3,"30":2,"31":6,"314":1,"32":3,"33":7,"34":10,"347":1,"35":11,"352":107,"36":19,"37":13,"38":65,"380":2,"381":9,"383":6,"39":10,"391":2,"40":11,"409":2,"41":7,"414":2,"415":4,"42":9,"426":2,"43":6,"430":8,"433":1,"44":4,"45":1,"46":24,"48":5,"49":8,"5":74,"51":1,"52":5,"53":7,"56":3,"6":10,"63":3,"7":51,"79":2,"8":13,"80":1,"9":26,"all_client":19037,"all_tv_clinet":1948,"insert_time":"2014-08-22T18:47:48.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16951,"10":6,"107":68,"11":161,"12":3,"13":53,"14":17,"15":8,"155":3,"158":1,"16":12,"160":1,"161":18,"167":8,"17":2,"18":92,"19":13,"20":9,"209":9,"21":50,"210":1,"211":1,"214":5,"215":18,"221":34,"223":148,"224":6,"225":93,"23":54,"24":202,"25":19,"257":6,"26":11,"268":1,"27":13,"273":3,"276":2,"279":2,"28":222,"282":4,"291":3,"292":2,"30":2,"31":6,"314":1,"32":3,"33":7,"34":10,"347":1,"35":12,"352":100,"36":20,"37":12,"38":63,"380":2,"381":9,"383":6,"39":11,"391":2,"40":12,"409":1,"41":8,"414":2,"415":5,"42":9,"426":2,"43":5,"430":8,"433":1,"44":4,"45":1,"46":23,"48":5,"49":7,"5":72,"51":2,"52":5,"53":6,"56":3,"6":11,"63":2,"7":55,"79":2,"8":12,"80":1,"9":28,"all_client":18894,"all_tv_clinet":1943,"insert_time":"2014-08-22T18:48:48.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16836,"10":6,"107":67,"11":164,"12":3,"13":52,"14":18,"15":8,"155":3,"158":1,"16":12,"160":1,"161":17,"167":7,"17":2,"18":92,"19":11,"20":9,"209":8,"21":53,"210":1,"211":1,"214":5,"215":19,"221":38,"223":147,"224":6,"225":93,"23":56,"24":194,"25":19,"257":6,"26":12,"268":1,"27":14,"273":2,"276":2,"279":2,"28":217,"282":4,"291":3,"292":2,"30":2,"31":6,"314":1,"32":3,"33":6,"34":9,"347":1,"35":12,"352":101,"36":20,"37":13,"38":62,"380":2,"381":9,"383":5,"39":11,"391":2,"40":14,"409":1,"41":8,"414":3,"415":5,"42":9,"426":1,"43":5,"430":8,"433":1,"44":4,"45":1,"46":23,"48":5,"49":7,"5":72,"51":2,"52":5,"53":6,"56":3,"6":11,"63":2,"7":54,"79":2,"8":11,"9":25,"all_client":18767,"all_tv_clinet":1931,"insert_time":"2014-08-22T18:49:49.004Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16743,"10":6,"107":61,"11":157,"12":3,"13":52,"14":18,"15":7,"155":3,"158":1,"16":13,"161":15,"167":7,"17":3,"18":95,"19":11,"20":9,"209":8,"21":51,"210":1,"211":1,"214":5,"215":19,"221":39,"223":148,"224":6,"225":95,"23":53,"24":190,"25":19,"257":6,"26":12,"268":2,"27":14,"273":3,"276":2,"279":2,"28":219,"282":5,"291":3,"292":2,"30":2,"31":6,"314":1,"32":3,"33":6,"34":8,"347":1,"35":11,"352":104,"36":19,"37":12,"38":61,"380":2,"381":9,"383":5,"39":11,"391":2,"40":15,"409":1,"41":8,"414":3,"415":5,"42":9,"426":1,"43":5,"430":8,"433":2,"44":3,"45":1,"46":22,"48":5,"49":7,"5":72,"51":2,"52":6,"53":6,"56":3,"6":13,"63":2,"7":51,"79":1,"8":11,"80":1,"9":24,"all_client":18659,"all_tv_clinet":1916,"insert_time":"2014-08-22T18:50:49.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16657,"10":5,"107":60,"11":155,"12":3,"13":53,"14":18,"15":7,"155":3,"158":2,"16":13,"161":14,"167":6,"17":3,"18":94,"19":10,"20":8,"209":8,"21":48,"210":1,"211":1,"214":5,"215":20,"221":36,"223":149,"224":6,"225":91,"23":56,"24":191,"25":19,"257":6,"26":14,"268":2,"27":13,"273":3,"276":2,"279":2,"28":216,"282":6,"291":2,"292":2,"30":2,"31":5,"314":1,"32":3,"33":5,"34":8,"347":1,"35":11,"352":101,"36":22,"37":12,"38":59,"380":2,"381":8,"383":5,"39":10,"391":2,"397":1,"40":15,"409":1,"41":8,"414":3,"415":4,"42":8,"426":1,"43":4,"430":8,"433":2,"44":3,"45":1,"46":20,"48":5,"49":8,"5":66,"51":2,"52":6,"53":6,"56":2,"6":13,"63":1,"7":48,"79":1,"8":12,"80":1,"9":24,"all_client":18541,"all_tv_clinet":1884,"insert_time":"2014-08-22T18:51:49.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16496,"10":4,"107":63,"11":153,"12":3,"13":53,"14":19,"15":7,"155":3,"158":3,"16":15,"161":14,"167":6,"17":2,"18":95,"19":12,"20":8,"209":8,"21":48,"210":1,"211":1,"214":6,"215":17,"221":35,"223":154,"224":6,"225":92,"23":58,"24":185,"25":19,"257":5,"26":12,"268":2,"27":13,"273":2,"276":2,"279":3,"28":211,"282":7,"291":2,"292":2,"30":2,"31":6,"314":1,"32":3,"33":4,"34":8,"347":1,"35":10,"352":97,"36":23,"37":12,"38":55,"380":2,"381":8,"383":4,"39":9,"391":3,"397":1,"40":14,"409":1,"41":7,"414":3,"415":4,"42":7,"426":2,"43":4,"430":8,"433":2,"44":4,"45":2,"46":19,"48":5,"49":9,"5":66,"51":3,"52":6,"53":5,"56":2,"6":13,"63":1,"7":46,"79":1,"8":13,"80":2,"9":25,"all_client":18370,"all_tv_clinet":1874,"insert_time":"2014-08-22T18:52:49.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16398,"10":4,"107":63,"11":152,"12":3,"13":54,"14":18,"15":7,"155":3,"158":3,"16":15,"161":13,"167":6,"17":2,"18":91,"19":11,"20":7,"209":7,"21":47,"210":1,"211":1,"214":6,"215":16,"221":37,"223":154,"224":5,"225":91,"23":58,"24":182,"25":18,"257":5,"26":12,"268":2,"27":11,"273":2,"276":2,"279":3,"28":206,"282":6,"291":1,"292":2,"30":2,"31":5,"314":1,"32":3,"33":4,"34":9,"347":1,"35":10,"352":94,"36":23,"37":11,"38":56,"380":3,"381":8,"383":4,"39":7,"391":3,"397":1,"40":13,"409":1,"41":6,"414":3,"415":3,"419":1,"42":7,"426":2,"43":4,"430":8,"433":2,"44":4,"45":2,"46":18,"48":6,"49":10,"5":71,"51":3,"52":6,"53":5,"56":2,"6":13,"63":1,"7":44,"79":1,"8":13,"80":2,"9":25,"all_client":18246,"all_tv_clinet":1848,"insert_time":"2014-08-22T18:53:49.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16284,"10":5,"107":62,"11":155,"12":2,"13":56,"14":19,"15":7,"155":3,"156":1,"158":2,"16":15,"161":13,"167":6,"17":2,"18":87,"19":11,"20":7,"209":7,"21":47,"210":1,"211":1,"214":7,"215":16,"221":35,"223":147,"224":5,"225":89,"23":59,"24":184,"25":19,"257":5,"26":12,"268":2,"27":13,"273":2,"276":2,"279":3,"28":205,"282":6,"291":1,"292":1,"30":2,"31":5,"32":3,"33":4,"34":8,"347":1,"35":10,"352":96,"36":23,"37":11,"38":57,"380":3,"381":7,"383":4,"39":7,"391":3,"397":1,"40":14,"409":1,"41":6,"414":3,"415":3,"419":2,"42":7,"426":1,"43":4,"430":8,"433":2,"44":4,"45":2,"46":16,"48":6,"49":12,"5":70,"51":3,"52":6,"53":5,"56":2,"6":13,"63":1,"7":40,"79":1,"8":14,"80":2,"9":26,"all_client":18125,"all_tv_clinet":1841,"insert_time":"2014-08-22T18:54:49.589Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16180,"10":5,"107":65,"11":151,"12":2,"13":56,"14":18,"15":7,"155":3,"156":1,"158":1,"16":14,"161":13,"167":6,"17":2,"18":83,"19":10,"20":7,"209":7,"21":46,"210":1,"211":1,"214":6,"215":18,"221":34,"223":144,"224":5,"225":90,"23":58,"24":184,"25":19,"257":6,"26":12,"268":2,"27":12,"273":2,"276":2,"279":3,"28":205,"282":6,"291":1,"292":1,"30":2,"31":5,"32":3,"33":4,"34":9,"347":1,"35":9,"352":93,"36":24,"37":12,"38":60,"380":3,"381":8,"383":4,"39":6,"391":2,"397":1,"40":13,"41":6,"414":3,"415":4,"419":1,"42":6,"426":1,"43":5,"430":8,"433":2,"44":4,"45":1,"46":14,"48":6,"49":16,"5":71,"51":3,"52":6,"53":5,"56":2,"6":15,"63":1,"7":41,"79":1,"8":14,"80":2,"9":24,"all_client":18010,"all_tv_clinet":1830,"insert_time":"2014-08-22T18:55:49.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16052,"10":4,"107":62,"11":153,"12":3,"13":55,"14":18,"15":6,"155":3,"156":1,"16":14,"161":13,"167":6,"17":2,"18":82,"19":10,"20":7,"209":7,"21":47,"210":1,"211":1,"214":6,"215":19,"221":35,"223":148,"224":5,"225":88,"23":56,"24":180,"25":19,"257":7,"26":11,"268":2,"27":12,"273":3,"276":1,"279":3,"28":204,"282":6,"291":1,"292":1,"30":1,"31":5,"32":3,"33":4,"34":8,"347":1,"35":9,"352":92,"36":24,"37":12,"38":63,"380":3,"381":8,"383":4,"39":6,"391":2,"397":1,"40":13,"41":8,"414":3,"415":4,"42":5,"426":1,"43":5,"430":8,"433":2,"44":5,"45":1,"46":14,"48":4,"49":16,"5":69,"51":3,"52":6,"53":5,"56":2,"6":15,"63":1,"7":43,"79":1,"8":14,"80":3,"9":24,"all_client":17875,"all_tv_clinet":1823,"insert_time":"2014-08-22T18:56:50.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15941,"10":4,"107":61,"11":151,"12":3,"13":58,"14":17,"15":5,"155":3,"156":1,"16":14,"161":15,"167":6,"17":2,"18":81,"19":10,"20":7,"209":7,"21":50,"210":1,"211":1,"214":6,"215":19,"221":33,"223":147,"224":6,"225":85,"23":55,"24":176,"25":19,"257":7,"26":11,"268":2,"27":12,"273":3,"276":1,"279":3,"28":201,"282":7,"291":1,"292":1,"30":1,"31":4,"32":3,"33":4,"34":6,"347":1,"35":9,"352":89,"36":24,"37":12,"38":64,"380":3,"381":8,"383":5,"39":5,"391":2,"397":1,"40":13,"41":8,"414":3,"415":5,"42":5,"426":1,"43":6,"430":8,"433":2,"44":5,"45":1,"46":14,"48":4,"49":17,"5":68,"51":3,"52":6,"53":5,"56":2,"6":13,"63":1,"7":42,"8":13,"80":3,"9":23,"all_client":17745,"all_tv_clinet":1804,"insert_time":"2014-08-22T18:57:50.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15816,"10":5,"107":58,"11":148,"12":3,"13":57,"14":17,"15":4,"155":3,"156":1,"16":14,"161":15,"167":6,"17":2,"18":81,"19":10,"20":7,"209":8,"21":54,"210":1,"211":1,"214":7,"215":20,"221":35,"223":151,"224":6,"225":83,"23":52,"24":171,"25":19,"257":7,"26":13,"268":2,"27":15,"273":4,"276":1,"279":3,"28":196,"282":7,"292":1,"30":1,"31":4,"32":3,"33":4,"34":7,"347":1,"35":9,"352":85,"36":26,"37":11,"38":63,"380":3,"381":8,"383":5,"39":5,"391":2,"397":1,"40":13,"41":7,"414":3,"415":5,"419":1,"42":5,"426":1,"43":6,"430":8,"433":2,"44":6,"45":1,"46":13,"48":5,"49":17,"5":71,"51":3,"52":6,"53":6,"56":2,"6":10,"7":43,"8":15,"80":3,"9":24,"all_client":17618,"all_tv_clinet":1802,"insert_time":"2014-08-22T18:58:50.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15721,"10":4,"107":57,"11":143,"12":3,"13":58,"14":18,"15":4,"155":3,"156":1,"158":1,"16":13,"161":14,"167":5,"17":2,"18":80,"19":9,"20":7,"209":8,"21":54,"210":1,"211":1,"214":7,"215":20,"221":32,"223":152,"224":6,"225":82,"23":51,"24":168,"25":19,"257":6,"26":13,"268":2,"27":15,"273":4,"276":1,"279":4,"28":193,"282":5,"292":1,"30":1,"31":4,"32":3,"33":5,"34":8,"347":1,"35":9,"352":87,"36":25,"37":10,"38":60,"380":2,"381":8,"383":6,"39":5,"391":2,"397":1,"40":13,"41":6,"414":3,"415":4,"419":1,"42":5,"426":1,"43":6,"430":8,"433":2,"44":5,"45":1,"46":13,"48":5,"49":17,"5":74,"51":3,"52":6,"53":7,"56":2,"6":9,"7":44,"8":15,"80":2,"9":22,"all_client":17499,"all_tv_clinet":1778,"insert_time":"2014-08-22T18:59:50.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15645,"10":4,"107":61,"11":140,"12":4,"13":52,"14":17,"15":4,"155":3,"156":1,"158":1,"16":13,"161":13,"167":4,"17":2,"18":81,"19":9,"20":7,"209":8,"21":51,"210":1,"211":2,"214":7,"215":20,"221":31,"223":150,"224":6,"225":82,"23":53,"24":166,"25":19,"257":7,"26":14,"268":1,"27":14,"273":4,"276":1,"279":4,"28":191,"282":3,"292":1,"30":1,"31":5,"32":3,"33":4,"34":8,"347":1,"35":9,"352":89,"36":24,"37":10,"38":62,"380":2,"381":8,"383":6,"39":5,"391":2,"397":1,"40":14,"41":7,"414":3,"415":4,"419":1,"42":5,"426":1,"43":6,"430":8,"433":2,"44":5,"45":1,"46":11,"48":5,"49":16,"5":72,"51":3,"52":6,"53":6,"56":2,"6":9,"7":47,"8":16,"80":2,"9":21,"all_client":17410,"all_tv_clinet":1765,"insert_time":"2014-08-22T19:00:50.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15539,"10":4,"107":56,"11":142,"12":4,"13":51,"14":17,"15":3,"155":3,"156":1,"158":1,"16":13,"161":13,"167":4,"17":2,"18":81,"19":8,"20":7,"209":8,"21":51,"210":1,"211":2,"214":6,"215":19,"221":30,"223":153,"224":6,"225":87,"23":57,"24":160,"25":19,"257":7,"26":13,"268":1,"27":14,"273":4,"276":1,"279":4,"28":189,"282":3,"292":1,"30":1,"31":6,"32":3,"33":5,"34":9,"35":8,"352":90,"36":23,"37":12,"38":64,"380":2,"381":7,"383":6,"39":5,"391":2,"397":1,"40":11,"41":7,"414":4,"415":4,"419":1,"42":6,"43":6,"430":6,"433":2,"44":5,"45":2,"46":10,"48":5,"49":16,"5":73,"51":3,"52":6,"53":6,"56":2,"6":9,"7":47,"8":15,"80":2,"9":20,"all_client":17297,"all_tv_clinet":1758,"insert_time":"2014-08-22T19:01:50.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15443,"10":4,"107":55,"11":142,"12":5,"13":48,"14":17,"15":4,"155":3,"156":1,"158":1,"16":13,"160":1,"161":14,"167":4,"17":2,"18":80,"19":8,"20":6,"209":8,"21":52,"210":1,"211":2,"214":6,"215":19,"221":29,"223":153,"224":7,"225":86,"23":56,"24":152,"25":18,"257":6,"26":12,"268":1,"27":15,"273":2,"276":1,"279":4,"28":190,"282":4,"292":2,"30":1,"31":6,"32":3,"33":6,"34":10,"35":9,"352":88,"36":25,"37":12,"38":60,"380":2,"381":7,"383":6,"39":5,"391":2,"397":1,"40":11,"41":9,"414":4,"415":4,"419":1,"42":6,"43":7,"430":5,"433":2,"44":7,"45":3,"46":10,"48":5,"49":16,"5":73,"51":4,"52":5,"53":7,"56":2,"6":8,"7":48,"8":16,"80":2,"9":17,"all_client":17192,"all_tv_clinet":1749,"insert_time":"2014-08-22T19:02:50.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15338,"10":4,"107":58,"11":139,"12":5,"13":48,"14":17,"15":6,"155":3,"156":1,"158":1,"16":11,"160":1,"161":15,"167":4,"17":2,"18":78,"19":8,"20":6,"209":8,"21":54,"210":1,"211":2,"214":6,"215":19,"221":28,"223":156,"224":7,"225":82,"23":56,"24":151,"25":19,"257":5,"26":12,"268":1,"27":15,"273":2,"276":1,"279":5,"28":192,"282":4,"292":2,"30":1,"31":6,"32":3,"33":6,"34":11,"35":9,"352":91,"36":23,"37":12,"38":55,"380":2,"381":7,"383":6,"39":6,"391":2,"397":1,"40":10,"41":7,"414":4,"415":5,"419":1,"42":6,"43":6,"430":5,"433":2,"44":8,"45":3,"46":9,"48":5,"49":16,"5":74,"51":3,"52":5,"53":7,"56":2,"6":8,"7":47,"8":15,"80":2,"9":17,"all_client":17081,"all_tv_clinet":1743,"insert_time":"2014-08-22T19:03:51.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15242,"10":3,"107":62,"11":138,"12":5,"13":44,"14":16,"15":6,"155":3,"156":1,"158":1,"16":11,"160":1,"161":16,"167":4,"17":2,"18":78,"19":8,"20":5,"209":8,"21":56,"210":1,"211":2,"214":6,"215":19,"221":24,"223":155,"224":7,"225":81,"23":53,"24":151,"25":21,"257":5,"26":10,"268":1,"27":16,"273":2,"276":1,"279":5,"28":192,"282":5,"292":2,"30":1,"31":5,"32":3,"33":6,"34":13,"35":11,"352":87,"36":24,"37":13,"38":55,"380":2,"381":7,"383":6,"39":6,"391":2,"397":1,"40":9,"41":7,"414":3,"415":6,"419":1,"42":6,"426":2,"43":6,"430":5,"433":2,"44":7,"45":3,"46":10,"48":5,"49":17,"5":74,"51":4,"52":5,"53":7,"56":1,"6":6,"7":49,"79":1,"8":16,"80":2,"9":18,"all_client":16983,"all_tv_clinet":1741,"insert_time":"2014-08-22T19:04:51.128Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15141,"10":3,"107":63,"11":139,"12":5,"13":44,"14":17,"15":6,"155":3,"156":1,"158":2,"16":10,"160":1,"161":17,"167":4,"17":2,"18":77,"19":7,"20":5,"209":8,"21":53,"210":1,"211":2,"214":6,"215":19,"221":24,"223":153,"224":7,"225":76,"23":56,"24":151,"25":21,"257":5,"26":10,"268":1,"27":16,"273":3,"276":1,"279":5,"28":186,"282":5,"292":2,"30":1,"31":5,"32":3,"33":6,"34":13,"35":11,"352":94,"36":24,"37":13,"38":52,"380":2,"381":7,"383":5,"39":7,"391":2,"397":1,"40":9,"41":7,"414":2,"415":6,"419":1,"42":7,"426":3,"43":4,"430":5,"433":2,"44":7,"45":3,"46":9,"48":6,"49":17,"5":73,"51":4,"52":5,"53":8,"56":1,"6":7,"7":51,"79":1,"8":16,"80":1,"9":19,"all_client":16878,"all_tv_clinet":1737,"insert_time":"2014-08-22T19:05:51.229Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15041,"10":3,"107":62,"11":139,"12":5,"13":42,"14":18,"15":5,"155":3,"156":1,"158":2,"16":9,"160":1,"161":18,"167":4,"17":2,"18":79,"19":7,"20":5,"209":8,"21":54,"210":1,"211":2,"214":6,"215":18,"221":24,"223":154,"224":7,"225":76,"23":55,"24":152,"25":20,"257":5,"26":10,"268":1,"27":16,"273":3,"276":1,"279":6,"28":183,"282":5,"292":3,"30":1,"31":4,"32":3,"33":6,"34":13,"35":11,"352":96,"36":24,"37":14,"38":55,"380":2,"381":7,"383":5,"39":7,"391":3,"40":8,"41":7,"414":2,"415":6,"419":1,"42":7,"426":3,"43":4,"430":5,"433":2,"44":6,"45":3,"46":10,"48":6,"49":18,"5":70,"51":4,"52":5,"53":8,"56":2,"6":7,"7":50,"79":1,"8":16,"80":1,"9":19,"all_client":16778,"all_tv_clinet":1737,"insert_time":"2014-08-22T19:06:51.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14980,"10":3,"107":67,"11":134,"12":5,"13":42,"14":18,"15":4,"155":3,"156":1,"158":2,"16":9,"160":1,"161":19,"167":4,"17":2,"18":80,"19":7,"20":5,"209":7,"21":52,"210":1,"211":2,"214":6,"215":17,"221":27,"223":154,"224":7,"225":76,"23":53,"24":151,"25":20,"257":6,"26":10,"268":1,"27":17,"273":3,"276":1,"279":6,"28":178,"282":4,"292":3,"30":1,"31":3,"32":3,"33":6,"34":12,"35":11,"352":91,"36":27,"37":12,"38":55,"380":2,"381":7,"383":3,"39":8,"391":3,"40":8,"409":1,"41":7,"414":1,"415":6,"419":1,"42":8,"426":3,"43":4,"430":6,"433":2,"44":6,"45":3,"46":10,"48":5,"49":18,"5":69,"51":4,"52":5,"53":8,"56":2,"6":10,"7":46,"79":1,"8":17,"80":1,"9":19,"all_client":16703,"all_tv_clinet":1723,"insert_time":"2014-08-22T19:07:51.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14856,"10":3,"107":68,"11":133,"12":3,"13":43,"14":17,"15":4,"155":3,"156":1,"16":9,"160":1,"161":20,"167":4,"17":2,"18":79,"19":7,"20":5,"209":7,"21":50,"210":1,"211":2,"214":6,"215":18,"221":27,"223":155,"224":7,"225":76,"23":52,"24":150,"25":20,"257":7,"26":10,"268":1,"27":16,"273":4,"276":1,"279":5,"28":178,"282":4,"292":3,"30":1,"31":3,"32":3,"33":6,"34":12,"35":11,"352":87,"36":26,"37":12,"38":56,"380":2,"381":7,"383":3,"39":8,"391":3,"40":7,"409":1,"41":5,"414":1,"415":6,"419":1,"42":8,"426":3,"43":4,"430":6,"433":1,"44":6,"45":3,"46":11,"48":5,"49":18,"5":64,"51":4,"52":5,"53":7,"56":2,"6":10,"7":46,"79":1,"8":17,"80":1,"9":18,"all_client":16559,"all_tv_clinet":1703,"insert_time":"2014-08-22T19:08:51.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14777,"10":2,"107":67,"11":133,"12":2,"13":44,"14":16,"15":4,"155":3,"156":1,"16":9,"160":1,"161":18,"167":4,"17":2,"18":80,"19":6,"20":5,"209":7,"21":51,"210":1,"211":2,"214":6,"215":20,"221":25,"223":154,"224":7,"225":77,"23":52,"24":147,"25":21,"257":6,"26":9,"268":1,"27":17,"273":4,"276":1,"279":4,"28":172,"282":4,"292":3,"30":1,"31":4,"32":3,"33":6,"34":11,"35":11,"352":90,"36":26,"37":12,"38":55,"380":2,"381":6,"383":3,"39":8,"391":3,"40":7,"409":1,"41":5,"414":1,"415":6,"419":1,"42":8,"426":3,"43":5,"430":6,"433":1,"44":6,"45":3,"46":10,"48":7,"49":18,"5":65,"51":5,"52":5,"53":8,"56":2,"6":11,"7":43,"79":1,"8":17,"80":1,"9":18,"all_client":16470,"all_tv_clinet":1693,"insert_time":"2014-08-22T19:09:51.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14679,"10":3,"107":64,"11":131,"12":2,"13":43,"14":16,"15":4,"155":3,"156":1,"16":7,"160":1,"161":15,"167":4,"17":2,"18":78,"19":6,"20":4,"209":8,"21":49,"210":1,"211":2,"214":6,"215":20,"221":26,"223":157,"224":7,"225":78,"23":50,"24":148,"25":20,"257":6,"26":8,"268":1,"27":17,"273":3,"276":1,"279":3,"28":175,"282":4,"292":3,"30":1,"31":4,"32":4,"33":7,"34":12,"35":11,"352":92,"36":25,"37":11,"38":52,"380":2,"381":7,"383":4,"39":7,"391":4,"40":8,"409":1,"41":6,"414":3,"415":5,"419":1,"42":7,"426":1,"43":5,"430":6,"433":1,"44":6,"45":3,"46":11,"48":6,"49":18,"5":62,"51":4,"52":5,"53":7,"56":3,"6":11,"7":42,"8":17,"80":1,"9":19,"all_client":16358,"all_tv_clinet":1679,"insert_time":"2014-08-22T19:10:51.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14573,"10":3,"107":62,"11":130,"12":2,"13":43,"14":17,"15":4,"155":3,"156":1,"16":7,"160":1,"161":14,"167":3,"17":2,"18":75,"19":6,"20":3,"209":9,"21":55,"210":1,"211":2,"214":6,"215":19,"221":28,"223":156,"224":8,"225":79,"23":49,"24":147,"25":20,"257":6,"26":8,"268":1,"27":18,"273":3,"276":1,"279":3,"28":175,"282":4,"292":3,"30":1,"31":4,"32":4,"33":7,"34":11,"347":1,"35":11,"352":95,"36":25,"37":10,"38":53,"380":2,"381":7,"383":4,"39":7,"391":4,"40":8,"409":1,"41":6,"414":4,"415":5,"419":1,"42":7,"426":1,"43":4,"430":6,"433":2,"44":6,"45":3,"46":13,"48":6,"49":18,"5":64,"51":4,"52":5,"53":7,"56":3,"6":10,"7":43,"8":17,"80":1,"9":19,"all_client":16260,"all_tv_clinet":1687,"insert_time":"2014-08-22T19:11:51.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14509,"10":3,"107":60,"11":128,"12":2,"13":44,"14":17,"15":4,"155":3,"16":7,"160":1,"161":14,"167":3,"17":2,"18":76,"19":6,"20":3,"209":8,"21":54,"210":1,"211":2,"214":6,"215":19,"221":30,"223":155,"224":8,"225":76,"23":47,"24":143,"25":19,"257":7,"26":7,"268":1,"27":18,"273":3,"276":1,"279":2,"28":174,"282":4,"292":3,"30":1,"31":4,"32":4,"33":8,"34":11,"347":1,"35":11,"352":95,"36":23,"37":9,"38":45,"380":2,"381":7,"383":4,"39":8,"391":4,"40":8,"409":1,"41":5,"414":4,"415":5,"419":1,"42":8,"426":1,"43":4,"430":6,"433":2,"44":5,"45":3,"46":14,"48":7,"49":17,"5":63,"51":3,"52":5,"53":7,"56":3,"6":10,"7":44,"8":18,"80":1,"9":18,"all_client":16170,"all_tv_clinet":1661,"insert_time":"2014-08-22T19:12:51.996Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14401,"10":5,"107":61,"11":126,"12":2,"13":43,"14":17,"15":4,"155":3,"16":6,"160":2,"161":14,"167":4,"17":2,"18":77,"19":6,"20":4,"209":8,"21":54,"210":1,"211":2,"214":6,"215":19,"221":31,"223":153,"224":9,"225":76,"23":43,"24":143,"25":20,"257":6,"26":7,"268":1,"27":18,"273":3,"276":1,"279":2,"28":171,"282":4,"292":3,"30":1,"31":4,"32":4,"33":7,"34":9,"347":1,"35":11,"352":96,"36":20,"37":9,"38":48,"380":2,"381":7,"383":4,"39":8,"391":4,"40":7,"41":6,"414":4,"415":5,"419":1,"42":9,"426":2,"43":3,"430":7,"433":2,"44":5,"45":3,"46":13,"48":6,"49":16,"5":60,"51":3,"52":5,"53":7,"56":3,"6":10,"7":45,"8":18,"9":20,"all_client":16053,"all_tv_clinet":1652,"insert_time":"2014-08-22T19:13:52.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14306,"10":5,"107":65,"11":123,"12":2,"13":41,"14":17,"15":4,"155":3,"16":6,"160":2,"161":14,"167":4,"17":2,"18":77,"19":6,"20":3,"209":8,"21":50,"210":1,"211":2,"214":6,"215":18,"221":30,"223":151,"224":10,"225":74,"23":45,"24":141,"25":18,"257":6,"26":7,"268":2,"27":18,"273":2,"279":2,"28":168,"282":5,"292":3,"30":1,"31":5,"32":4,"33":7,"34":9,"35":11,"352":93,"36":20,"37":8,"38":49,"380":3,"381":7,"383":4,"39":8,"391":4,"40":7,"41":7,"414":4,"415":5,"419":1,"42":10,"426":2,"43":3,"430":7,"433":2,"44":5,"45":3,"46":12,"48":6,"49":14,"5":60,"51":3,"52":5,"53":8,"56":3,"6":10,"7":46,"8":17,"9":20,"all_client":15940,"all_tv_clinet":1634,"insert_time":"2014-08-22T19:14:52.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14232,"10":5,"107":66,"11":122,"12":3,"13":37,"14":17,"15":4,"155":3,"16":7,"160":2,"161":13,"167":4,"17":2,"18":76,"19":6,"20":3,"209":8,"21":56,"210":1,"211":2,"214":6,"215":17,"221":29,"223":150,"224":10,"225":77,"23":42,"24":140,"25":18,"257":5,"26":7,"268":2,"27":18,"273":1,"279":2,"28":166,"282":5,"292":3,"31":4,"32":4,"33":8,"34":9,"35":11,"352":88,"36":18,"37":7,"38":50,"380":3,"381":7,"383":4,"39":9,"391":3,"40":7,"41":7,"414":4,"415":4,"419":1,"42":11,"426":2,"43":3,"430":6,"433":2,"44":6,"45":3,"46":14,"48":6,"49":13,"5":60,"51":2,"52":5,"53":6,"56":3,"6":9,"7":47,"8":18,"9":19,"all_client":15850,"all_tv_clinet":1618,"insert_time":"2014-08-22T19:15:52.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14139,"10":5,"107":67,"11":119,"12":5,"13":36,"14":17,"15":4,"155":3,"16":7,"160":2,"161":15,"167":4,"17":2,"18":75,"19":6,"20":3,"209":7,"21":54,"210":1,"211":2,"214":6,"215":17,"221":27,"223":147,"224":12,"225":81,"23":42,"24":142,"25":17,"257":5,"26":7,"268":2,"27":18,"273":1,"279":2,"28":163,"282":4,"292":3,"31":4,"32":4,"33":8,"34":10,"35":11,"352":84,"36":19,"37":6,"38":50,"380":3,"381":7,"383":3,"39":10,"391":3,"40":7,"41":5,"414":4,"415":4,"42":12,"426":2,"43":3,"430":7,"433":2,"44":4,"45":3,"46":14,"48":6,"49":8,"5":62,"51":2,"52":6,"53":6,"56":3,"6":10,"7":45,"8":17,"9":17,"all_client":15740,"all_tv_clinet":1601,"insert_time":"2014-08-22T19:16:52.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14067,"10":4,"107":62,"11":119,"12":5,"13":34,"14":17,"15":4,"155":3,"16":8,"160":2,"161":14,"167":4,"17":2,"18":76,"19":6,"20":3,"209":7,"21":53,"210":1,"211":2,"214":6,"215":17,"221":26,"223":151,"224":12,"225":78,"23":44,"24":138,"25":18,"257":6,"26":7,"268":1,"27":18,"279":2,"28":162,"282":4,"292":3,"31":3,"32":4,"33":8,"34":11,"35":12,"352":81,"36":20,"37":7,"38":52,"380":3,"381":7,"383":3,"39":11,"391":3,"40":7,"41":4,"414":4,"415":4,"42":12,"426":2,"43":3,"430":7,"433":1,"44":2,"45":3,"46":15,"48":6,"49":9,"5":63,"51":2,"52":7,"53":6,"56":3,"6":10,"7":45,"8":16,"9":16,"all_client":15658,"all_tv_clinet":1591,"insert_time":"2014-08-22T19:17:52.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13964,"10":4,"107":57,"11":125,"12":4,"13":34,"14":18,"15":4,"155":3,"16":8,"160":2,"161":14,"167":4,"17":2,"18":76,"19":6,"20":3,"209":7,"21":50,"210":1,"211":2,"214":6,"215":16,"221":26,"223":154,"224":10,"225":79,"23":44,"24":136,"25":18,"257":6,"26":8,"268":1,"27":19,"279":2,"28":160,"282":4,"292":3,"31":4,"32":5,"33":6,"34":12,"35":12,"352":78,"36":21,"37":8,"38":56,"380":3,"381":7,"383":3,"39":12,"391":4,"40":5,"41":4,"414":4,"415":4,"42":11,"426":2,"43":3,"430":6,"433":1,"44":2,"45":3,"46":15,"48":6,"49":10,"5":61,"51":2,"52":7,"53":6,"56":2,"6":12,"7":43,"79":1,"8":16,"9":17,"all_client":15554,"all_tv_clinet":1590,"insert_time":"2014-08-22T19:18:52.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13878,"10":4,"107":57,"11":121,"12":4,"13":31,"14":18,"15":4,"155":3,"16":7,"160":2,"161":16,"167":3,"17":2,"18":75,"19":6,"20":2,"209":7,"21":49,"210":1,"211":2,"214":6,"215":15,"221":25,"223":153,"224":10,"225":74,"23":43,"24":138,"25":19,"257":5,"26":9,"268":1,"27":19,"279":2,"28":158,"282":5,"292":3,"31":4,"32":5,"33":6,"34":13,"35":12,"352":77,"36":17,"37":8,"38":56,"380":3,"381":7,"383":3,"39":12,"391":4,"40":4,"41":4,"414":3,"415":4,"42":12,"426":2,"43":3,"430":6,"433":1,"44":3,"45":3,"46":17,"48":6,"49":12,"5":62,"51":2,"52":7,"53":6,"56":2,"6":12,"7":45,"79":1,"8":16,"9":17,"all_client":15454,"all_tv_clinet":1576,"insert_time":"2014-08-22T19:19:52.746Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13800,"10":5,"107":56,"11":118,"12":4,"13":30,"14":18,"15":4,"155":3,"158":1,"16":7,"160":2,"161":16,"167":3,"17":2,"18":73,"19":6,"20":2,"209":7,"21":51,"210":1,"211":2,"214":6,"215":14,"221":25,"223":153,"224":8,"225":73,"23":40,"24":138,"25":19,"257":5,"26":9,"268":1,"27":19,"279":2,"28":159,"282":5,"292":3,"31":5,"32":4,"33":7,"34":12,"35":12,"352":72,"36":17,"37":9,"38":55,"380":3,"381":7,"383":4,"39":12,"391":4,"40":3,"41":3,"414":3,"415":4,"42":12,"426":2,"43":3,"430":6,"433":1,"44":3,"45":2,"46":18,"48":4,"49":12,"5":61,"51":2,"52":8,"53":6,"56":2,"6":12,"7":46,"79":1,"8":16,"9":17,"all_client":15360,"all_tv_clinet":1560,"insert_time":"2014-08-22T19:20:52.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13722,"10":5,"107":61,"11":117,"12":4,"13":30,"14":19,"15":4,"155":3,"158":1,"16":6,"160":3,"161":18,"167":3,"17":2,"18":73,"19":7,"20":3,"209":7,"21":48,"210":1,"211":2,"214":5,"215":13,"221":24,"223":153,"224":9,"225":74,"23":40,"24":135,"25":18,"257":6,"26":7,"268":1,"27":18,"279":1,"28":159,"282":5,"292":3,"31":5,"32":3,"33":7,"34":12,"35":12,"352":73,"36":19,"37":9,"38":55,"380":3,"381":7,"383":3,"39":13,"391":4,"40":3,"41":3,"414":3,"415":4,"42":10,"426":2,"43":3,"430":6,"433":1,"44":3,"45":3,"46":17,"48":4,"49":11,"5":61,"51":2,"52":8,"53":6,"56":2,"6":12,"7":48,"79":1,"8":16,"9":16,"all_client":15280,"all_tv_clinet":1558,"insert_time":"2014-08-22T19:21:52.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13638,"10":5,"107":63,"11":116,"12":4,"13":31,"14":19,"15":4,"155":3,"158":1,"16":6,"160":3,"161":16,"167":2,"17":3,"18":73,"19":6,"20":2,"209":6,"21":48,"210":2,"211":2,"214":4,"215":11,"221":22,"223":153,"224":9,"225":74,"23":41,"24":133,"25":16,"257":6,"26":7,"268":1,"27":18,"273":1,"279":1,"28":157,"282":5,"292":3,"31":5,"314":1,"32":3,"33":7,"34":11,"35":13,"352":72,"36":20,"37":10,"38":54,"380":3,"381":7,"383":3,"39":12,"391":4,"40":2,"41":3,"414":2,"415":4,"42":8,"426":3,"43":3,"430":6,"433":1,"44":3,"45":3,"46":17,"48":3,"49":9,"5":62,"51":2,"52":8,"53":6,"56":2,"6":13,"7":47,"79":1,"8":16,"9":17,"all_client":15181,"all_tv_clinet":1543,"insert_time":"2014-08-22T19:22:53.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13567,"10":5,"107":61,"11":112,"12":4,"13":31,"14":19,"15":4,"155":3,"158":1,"16":6,"160":3,"161":15,"167":2,"17":3,"18":72,"19":6,"20":2,"209":7,"21":50,"210":2,"211":2,"214":4,"215":10,"221":21,"223":154,"224":9,"225":71,"23":39,"24":131,"25":18,"257":5,"26":7,"268":1,"27":18,"273":2,"279":2,"28":154,"282":5,"292":3,"31":5,"314":1,"32":3,"33":7,"34":12,"35":13,"352":72,"36":18,"37":11,"38":54,"380":3,"381":7,"383":3,"39":13,"391":4,"40":2,"41":3,"414":2,"415":4,"42":8,"426":3,"43":4,"430":6,"433":1,"44":3,"45":3,"46":17,"48":4,"49":8,"5":61,"51":1,"52":8,"53":6,"56":2,"6":14,"7":44,"79":1,"8":15,"9":19,"all_client":15096,"all_tv_clinet":1529,"insert_time":"2014-08-22T19:23:53.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13486,"10":5,"107":62,"11":109,"12":4,"13":29,"14":20,"15":4,"155":3,"158":1,"16":6,"160":3,"161":13,"167":2,"17":3,"18":73,"19":5,"20":2,"209":7,"21":48,"210":2,"211":2,"214":4,"215":10,"221":20,"223":152,"224":10,"225":69,"23":38,"24":129,"25":17,"257":4,"26":5,"27":18,"273":3,"279":2,"28":156,"282":5,"292":3,"31":6,"314":1,"32":3,"33":6,"34":11,"35":13,"352":64,"36":18,"37":12,"38":53,"380":2,"381":7,"383":3,"39":12,"391":3,"40":2,"41":4,"414":2,"415":4,"42":8,"426":3,"43":4,"430":6,"433":1,"44":3,"45":3,"46":17,"48":4,"49":7,"5":63,"51":1,"52":8,"53":6,"56":2,"6":15,"7":43,"79":1,"8":15,"9":21,"all_client":14991,"all_tv_clinet":1505,"insert_time":"2014-08-22T19:24:53.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13412,"10":4,"107":56,"11":106,"12":3,"13":31,"14":21,"15":4,"155":2,"158":1,"16":6,"160":2,"161":12,"167":2,"17":3,"18":71,"19":5,"20":3,"209":8,"21":50,"210":3,"211":2,"214":4,"215":10,"221":20,"223":147,"224":8,"225":71,"23":39,"24":128,"25":17,"257":4,"26":5,"27":18,"273":3,"279":3,"28":152,"282":5,"292":3,"31":6,"314":1,"32":3,"33":5,"34":11,"35":12,"352":68,"36":17,"37":12,"38":56,"380":2,"381":7,"383":3,"39":12,"391":2,"40":2,"41":5,"414":1,"415":4,"42":6,"426":4,"43":4,"430":5,"433":1,"44":3,"45":4,"46":16,"48":4,"49":7,"5":65,"51":2,"52":7,"53":6,"56":2,"6":15,"63":1,"7":46,"79":1,"8":14,"9":22,"all_client":14908,"all_tv_clinet":1496,"insert_time":"2014-08-22T19:25:53.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13335,"10":4,"107":52,"11":106,"12":3,"13":32,"14":21,"15":4,"155":2,"16":6,"160":2,"161":14,"167":2,"17":3,"18":72,"19":5,"20":3,"209":8,"21":48,"210":3,"211":2,"214":4,"215":10,"221":20,"223":141,"224":8,"225":69,"23":38,"24":123,"25":19,"257":4,"26":5,"27":18,"273":3,"279":3,"28":153,"282":5,"292":3,"31":4,"314":1,"32":4,"33":3,"34":11,"35":11,"352":68,"36":16,"37":13,"38":59,"380":2,"381":7,"383":2,"39":12,"391":3,"40":2,"41":5,"414":2,"415":4,"42":6,"426":3,"43":4,"430":5,"433":1,"44":3,"45":5,"46":13,"48":4,"49":7,"5":65,"51":3,"52":6,"53":6,"56":2,"6":16,"63":1,"7":45,"79":1,"8":14,"9":25,"all_client":14817,"all_tv_clinet":1482,"insert_time":"2014-08-22T19:26:53.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13254,"10":4,"107":50,"11":108,"12":3,"13":37,"14":21,"15":3,"155":2,"16":7,"160":2,"161":14,"167":3,"17":2,"18":69,"19":4,"20":3,"209":7,"21":47,"210":3,"211":2,"214":4,"215":11,"221":18,"223":138,"224":8,"225":66,"23":37,"24":119,"25":20,"257":8,"26":6,"27":16,"273":2,"279":3,"28":153,"282":5,"292":3,"31":4,"314":1,"32":4,"33":3,"34":11,"35":11,"352":69,"36":16,"37":13,"38":55,"380":1,"381":8,"383":2,"39":12,"391":3,"40":3,"41":4,"414":2,"415":4,"42":6,"426":3,"43":4,"430":5,"433":1,"44":4,"45":5,"46":12,"48":4,"49":7,"5":64,"51":3,"52":6,"53":6,"56":2,"6":16,"63":1,"7":42,"79":1,"8":13,"9":24,"all_client":14717,"all_tv_clinet":1463,"insert_time":"2014-08-22T19:27:53.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13142,"10":4,"107":49,"11":116,"12":2,"13":37,"14":21,"15":3,"155":2,"16":7,"160":2,"161":14,"167":3,"17":2,"18":69,"19":4,"20":4,"209":5,"21":47,"210":2,"211":2,"214":4,"215":11,"221":19,"223":134,"224":9,"225":64,"23":36,"24":118,"25":19,"257":8,"26":6,"27":16,"273":1,"279":2,"28":152,"282":6,"292":3,"31":3,"314":1,"32":3,"33":3,"34":11,"35":11,"352":69,"36":16,"37":15,"38":53,"380":1,"381":7,"383":3,"39":12,"391":4,"40":3,"41":5,"414":3,"415":4,"42":6,"43":4,"430":5,"433":1,"44":4,"45":6,"46":12,"48":3,"49":7,"5":59,"51":3,"52":7,"53":6,"56":2,"6":20,"7":42,"79":1,"8":13,"9":26,"all_client":14599,"all_tv_clinet":1457,"insert_time":"2014-08-22T19:28:53.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13079,"10":5,"107":50,"11":118,"12":2,"13":38,"14":20,"15":3,"155":2,"16":7,"160":2,"161":15,"167":4,"17":2,"18":69,"19":4,"20":4,"209":4,"21":47,"210":2,"211":2,"214":4,"215":11,"221":20,"223":133,"224":9,"225":65,"23":36,"24":117,"25":19,"257":7,"26":6,"27":16,"273":1,"279":1,"28":155,"282":6,"292":3,"30":1,"31":3,"314":1,"32":2,"33":3,"34":10,"35":11,"352":70,"36":15,"37":15,"38":52,"380":1,"381":7,"383":3,"39":12,"391":4,"40":3,"41":5,"414":3,"415":5,"42":6,"43":4,"430":5,"433":2,"44":4,"45":6,"46":13,"48":3,"49":7,"5":60,"51":2,"52":7,"53":5,"56":2,"6":20,"7":42,"79":1,"8":13,"9":27,"all_client":14543,"all_tv_clinet":1464,"insert_time":"2014-08-22T19:29:53.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13033,"10":5,"107":49,"11":119,"12":2,"13":37,"14":19,"15":3,"155":2,"16":7,"160":2,"161":15,"167":4,"17":2,"18":70,"19":3,"20":3,"209":4,"21":48,"210":2,"211":2,"214":4,"215":11,"221":21,"223":131,"224":10,"225":67,"23":32,"24":119,"25":19,"257":5,"26":5,"27":16,"273":2,"279":1,"28":154,"282":7,"292":3,"30":1,"31":2,"314":1,"32":2,"33":3,"34":11,"35":11,"352":73,"36":14,"37":17,"38":49,"381":7,"383":3,"39":11,"391":4,"40":3,"41":5,"414":3,"415":5,"42":7,"43":5,"430":5,"433":2,"44":4,"45":5,"46":14,"48":2,"49":7,"5":61,"51":2,"52":7,"53":6,"56":2,"6":20,"7":44,"79":1,"8":13,"9":27,"all_client":14497,"all_tv_clinet":1464,"insert_time":"2014-08-22T19:30:53.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12941,"10":4,"107":50,"11":119,"12":2,"13":40,"14":19,"15":3,"155":2,"16":6,"160":2,"161":15,"167":4,"17":2,"18":68,"19":3,"20":3,"209":4,"21":50,"210":2,"211":1,"214":4,"215":11,"221":21,"223":131,"224":9,"225":60,"23":33,"24":121,"25":18,"257":6,"26":5,"27":15,"273":2,"279":1,"28":156,"282":7,"292":3,"30":1,"31":2,"32":2,"33":3,"34":12,"35":12,"352":72,"36":13,"37":16,"38":48,"381":7,"383":3,"39":11,"391":4,"40":3,"41":4,"414":3,"415":5,"42":7,"43":4,"430":4,"433":2,"44":4,"45":5,"46":13,"48":2,"49":7,"5":62,"51":2,"52":7,"53":7,"56":2,"6":19,"7":43,"79":1,"8":12,"9":28,"all_client":14395,"all_tv_clinet":1454,"insert_time":"2014-08-22T19:31:54.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12867,"10":4,"107":54,"11":117,"12":2,"13":41,"14":18,"15":2,"155":2,"16":6,"160":2,"161":14,"167":4,"17":1,"18":68,"19":3,"20":3,"209":4,"21":50,"210":2,"211":1,"214":4,"215":10,"221":21,"223":131,"224":9,"225":63,"23":35,"24":118,"25":18,"257":6,"26":4,"27":15,"273":2,"279":1,"28":154,"282":7,"292":3,"31":1,"32":3,"33":3,"34":11,"35":12,"352":74,"36":14,"37":15,"38":46,"381":6,"383":4,"39":11,"391":4,"40":3,"41":4,"414":3,"415":4,"42":7,"43":5,"430":4,"433":2,"44":4,"45":5,"46":12,"48":3,"49":6,"5":63,"51":1,"52":7,"53":7,"56":2,"6":19,"7":43,"79":1,"8":12,"9":29,"all_client":14316,"all_tv_clinet":1449,"insert_time":"2014-08-22T19:32:54.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12796,"10":4,"107":54,"11":116,"12":2,"13":42,"14":18,"15":2,"155":2,"16":6,"160":2,"161":14,"167":3,"17":1,"18":68,"19":3,"20":5,"209":4,"21":51,"210":2,"211":1,"214":4,"215":10,"221":24,"223":135,"224":8,"225":57,"23":35,"24":114,"25":18,"257":5,"26":3,"27":15,"273":2,"279":1,"28":152,"282":7,"292":3,"31":2,"32":3,"33":2,"34":11,"35":12,"352":74,"36":13,"37":15,"38":44,"381":5,"383":4,"39":10,"391":4,"40":3,"41":4,"414":3,"415":4,"42":7,"43":5,"430":4,"433":2,"44":5,"45":4,"46":13,"48":3,"49":6,"5":60,"51":1,"52":7,"53":8,"56":2,"6":19,"7":44,"79":1,"8":10,"9":30,"all_client":14233,"all_tv_clinet":1437,"insert_time":"2014-08-22T19:33:54.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12713,"10":4,"107":57,"11":113,"12":2,"13":43,"14":16,"15":2,"155":2,"16":6,"160":2,"161":13,"167":3,"17":1,"18":69,"19":3,"20":5,"209":4,"21":52,"210":2,"211":1,"214":4,"215":13,"221":23,"223":133,"224":8,"225":56,"23":34,"24":115,"25":17,"257":6,"26":4,"27":17,"273":2,"279":1,"28":150,"282":6,"292":3,"30":1,"31":2,"32":3,"33":2,"34":11,"35":12,"352":70,"36":13,"37":15,"38":42,"381":5,"383":3,"39":10,"391":4,"40":3,"41":5,"414":3,"415":4,"42":7,"43":5,"430":4,"433":2,"44":5,"45":4,"46":12,"48":2,"49":5,"5":62,"51":1,"52":8,"53":7,"56":2,"6":19,"63":1,"7":45,"79":1,"8":9,"9":30,"all_client":14144,"all_tv_clinet":1431,"insert_time":"2014-08-22T19:34:54.332Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12655,"10":4,"107":60,"11":112,"12":2,"13":47,"14":16,"15":2,"155":2,"16":6,"160":1,"161":12,"167":3,"17":1,"18":68,"19":3,"20":5,"209":4,"21":52,"210":2,"211":1,"214":4,"215":12,"221":22,"223":128,"224":8,"225":52,"23":30,"24":117,"25":17,"257":5,"26":5,"27":17,"273":2,"279":1,"28":150,"282":6,"292":3,"30":1,"31":1,"32":3,"33":3,"34":11,"35":12,"352":72,"36":13,"37":14,"38":41,"381":5,"383":2,"39":9,"391":4,"40":3,"409":1,"41":5,"414":3,"415":4,"42":7,"43":5,"430":4,"433":2,"44":7,"45":4,"46":12,"48":1,"49":5,"5":61,"51":1,"52":7,"53":5,"56":2,"6":19,"63":1,"7":45,"79":1,"8":9,"9":30,"all_client":14072,"all_tv_clinet":1417,"insert_time":"2014-08-22T19:35:54.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12579,"10":4,"107":62,"11":115,"12":2,"13":46,"14":16,"15":2,"155":2,"16":7,"161":13,"167":3,"17":1,"18":69,"19":4,"20":4,"209":1,"21":50,"210":2,"211":1,"214":4,"215":12,"221":22,"223":125,"224":8,"225":50,"23":30,"24":118,"25":17,"257":8,"26":5,"27":17,"273":2,"279":1,"28":145,"282":6,"292":2,"30":1,"31":1,"32":3,"33":4,"34":11,"35":12,"352":69,"36":11,"37":14,"38":38,"381":5,"383":3,"39":11,"391":4,"40":3,"409":1,"41":5,"414":3,"415":5,"42":6,"43":5,"430":4,"433":2,"44":7,"45":4,"46":13,"48":1,"49":5,"5":62,"51":1,"52":7,"53":6,"56":2,"6":20,"63":1,"7":42,"8":9,"9":30,"all_client":13986,"all_tv_clinet":1407,"insert_time":"2014-08-22T19:36:54.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12517,"10":4,"107":62,"11":117,"12":2,"13":44,"14":16,"15":2,"155":2,"16":7,"161":14,"167":3,"17":1,"18":69,"19":5,"20":4,"209":1,"21":50,"210":2,"211":1,"214":4,"215":12,"221":23,"223":124,"224":8,"225":50,"23":30,"24":115,"25":17,"257":7,"26":5,"27":17,"273":2,"279":1,"28":141,"282":6,"292":2,"31":1,"32":4,"33":4,"34":9,"35":11,"352":71,"36":10,"37":14,"38":36,"381":5,"383":3,"39":10,"391":4,"40":3,"409":1,"41":5,"414":2,"415":6,"42":6,"426":1,"43":5,"430":3,"433":1,"44":6,"45":4,"46":14,"48":1,"49":5,"5":59,"52":7,"53":7,"56":2,"6":19,"63":1,"7":40,"8":8,"9":32,"all_client":13907,"all_tv_clinet":1390,"insert_time":"2014-08-22T19:37:54.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12462,"10":5,"107":62,"11":116,"12":3,"13":42,"14":16,"15":3,"155":2,"16":7,"161":13,"167":3,"17":1,"18":69,"19":5,"20":3,"209":2,"21":49,"210":2,"211":1,"214":4,"215":13,"221":24,"223":118,"224":8,"225":53,"23":28,"24":112,"25":19,"257":7,"26":5,"27":14,"273":2,"279":1,"28":141,"282":7,"292":2,"31":1,"32":4,"33":5,"34":10,"35":12,"352":68,"36":10,"37":14,"38":33,"381":5,"383":3,"39":10,"391":4,"40":3,"409":1,"41":4,"414":2,"415":8,"42":6,"426":1,"43":5,"430":3,"433":1,"44":6,"45":4,"46":13,"48":1,"49":6,"5":57,"51":1,"52":7,"53":8,"56":2,"6":17,"63":1,"7":43,"8":8,"9":35,"all_client":13846,"all_tv_clinet":1384,"insert_time":"2014-08-22T19:38:54.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12367,"10":5,"107":64,"11":119,"12":3,"13":41,"14":16,"15":4,"155":3,"16":7,"161":12,"167":3,"17":1,"18":69,"19":4,"20":3,"209":2,"21":50,"210":2,"211":1,"214":3,"215":13,"221":26,"223":114,"224":7,"225":51,"23":25,"24":115,"25":18,"257":6,"26":5,"27":14,"273":2,"279":1,"28":141,"282":7,"292":2,"31":1,"32":4,"33":4,"34":11,"35":11,"352":69,"36":11,"37":13,"38":35,"381":6,"383":3,"39":9,"391":4,"40":2,"409":1,"41":5,"414":2,"415":7,"42":5,"426":1,"43":5,"430":3,"433":1,"44":7,"45":4,"46":12,"48":1,"49":6,"5":63,"51":1,"52":7,"53":8,"56":2,"6":16,"63":1,"7":41,"8":8,"9":35,"all_client":13751,"all_tv_clinet":1384,"insert_time":"2014-08-22T19:39:54.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12294,"10":6,"107":64,"11":117,"12":2,"13":39,"14":16,"15":4,"155":3,"16":7,"161":11,"167":3,"17":1,"18":70,"19":5,"20":3,"209":2,"21":46,"210":1,"211":1,"214":3,"215":13,"221":25,"223":115,"224":8,"225":53,"23":24,"24":117,"25":18,"257":6,"26":5,"27":13,"273":2,"279":1,"28":137,"282":6,"292":2,"31":1,"314":1,"32":6,"33":5,"34":10,"35":11,"352":69,"36":12,"37":12,"38":35,"381":5,"383":4,"39":9,"391":4,"40":2,"409":1,"41":5,"414":3,"415":7,"42":5,"426":1,"43":5,"430":3,"433":1,"44":7,"45":4,"46":11,"48":1,"49":7,"5":66,"51":1,"52":6,"53":8,"56":2,"6":15,"63":1,"7":42,"8":8,"9":35,"all_client":13674,"all_tv_clinet":1380,"insert_time":"2014-08-22T19:40:54.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12237,"10":6,"107":63,"11":116,"12":1,"13":37,"14":15,"15":4,"155":3,"16":7,"161":11,"167":3,"17":1,"18":72,"19":4,"20":3,"209":2,"21":45,"210":1,"211":1,"214":3,"215":13,"221":24,"223":115,"224":9,"225":55,"23":24,"24":115,"25":15,"257":6,"26":5,"27":13,"273":2,"279":1,"28":134,"282":5,"292":2,"31":1,"314":1,"32":6,"33":5,"34":10,"35":11,"352":72,"36":13,"37":13,"38":34,"381":5,"383":4,"39":8,"391":4,"40":3,"409":1,"41":5,"414":4,"415":7,"42":5,"426":1,"43":5,"430":2,"433":1,"44":6,"45":4,"46":12,"48":1,"49":7,"5":66,"51":1,"52":7,"53":7,"56":2,"6":15,"63":1,"7":43,"8":8,"9":34,"all_client":13608,"all_tv_clinet":1371,"insert_time":"2014-08-22T19:41:55.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12171,"10":6,"107":62,"11":113,"12":1,"13":34,"14":16,"15":3,"155":3,"16":8,"161":10,"167":3,"17":1,"18":74,"19":5,"20":2,"209":2,"21":45,"210":1,"211":1,"214":3,"215":12,"221":26,"223":114,"224":9,"225":52,"23":26,"24":113,"25":15,"257":7,"26":5,"27":14,"273":1,"279":1,"28":133,"282":5,"292":2,"31":1,"314":1,"32":6,"33":6,"34":9,"35":12,"352":68,"36":14,"37":13,"38":34,"381":5,"383":3,"39":8,"391":5,"40":2,"409":1,"41":7,"414":4,"415":7,"42":5,"426":1,"43":4,"430":2,"433":1,"44":6,"45":4,"46":11,"48":1,"49":7,"5":65,"51":1,"52":7,"53":7,"56":2,"6":15,"63":1,"7":46,"8":8,"9":34,"all_client":13533,"all_tv_clinet":1362,"insert_time":"2014-08-22T19:42:55.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12108,"10":6,"107":60,"11":112,"12":1,"13":31,"14":16,"15":3,"155":3,"16":6,"161":10,"167":3,"17":1,"18":76,"19":5,"20":2,"209":2,"21":46,"210":1,"211":1,"214":3,"215":10,"221":25,"223":116,"224":8,"225":52,"23":27,"24":112,"25":17,"257":5,"26":5,"27":14,"273":1,"279":1,"28":135,"282":6,"292":2,"31":1,"314":1,"32":6,"33":6,"34":10,"35":12,"352":71,"36":13,"37":11,"38":34,"380":1,"381":5,"383":3,"39":8,"391":5,"40":2,"409":1,"41":7,"414":6,"415":7,"42":5,"43":4,"430":2,"433":1,"44":6,"45":4,"46":11,"48":1,"49":6,"5":65,"51":1,"52":6,"53":7,"56":1,"6":14,"63":1,"7":46,"8":9,"9":33,"all_client":13465,"all_tv_clinet":1357,"insert_time":"2014-08-22T19:43:55.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12044,"10":6,"107":57,"11":112,"12":1,"13":32,"14":16,"15":3,"155":3,"16":7,"161":10,"167":3,"17":1,"18":75,"19":6,"20":2,"209":2,"21":44,"210":1,"211":1,"214":3,"215":10,"221":26,"223":115,"224":9,"225":47,"23":27,"24":112,"25":17,"257":5,"26":5,"27":14,"273":1,"279":2,"28":133,"282":6,"292":2,"31":1,"314":1,"32":5,"33":6,"34":11,"35":11,"352":73,"36":13,"37":11,"38":36,"380":1,"381":5,"383":2,"39":7,"391":4,"40":1,"409":1,"41":7,"414":5,"415":7,"419":1,"42":5,"43":4,"430":2,"44":6,"45":4,"46":9,"48":1,"49":5,"5":66,"51":1,"52":5,"53":8,"56":1,"6":15,"63":1,"7":46,"8":8,"9":32,"all_client":13388,"all_tv_clinet":1344,"insert_time":"2014-08-22T19:44:55.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11939,"10":5,"107":56,"11":113,"12":1,"13":31,"14":16,"15":3,"155":3,"16":7,"161":10,"167":3,"17":1,"18":75,"19":6,"20":3,"209":2,"21":42,"210":1,"211":1,"214":3,"215":9,"221":29,"223":115,"224":9,"225":49,"23":25,"24":112,"25":18,"257":3,"26":6,"27":13,"273":1,"279":2,"28":133,"282":6,"292":2,"314":1,"32":5,"33":6,"34":11,"35":11,"352":76,"36":15,"37":11,"38":40,"380":1,"381":6,"383":2,"39":6,"391":4,"40":2,"409":1,"41":6,"414":5,"415":7,"419":1,"42":5,"43":4,"430":2,"44":5,"45":4,"46":9,"48":1,"49":4,"5":67,"51":1,"52":6,"53":6,"56":1,"6":15,"63":1,"7":47,"8":8,"9":33,"all_client":13289,"all_tv_clinet":1350,"insert_time":"2014-08-22T19:45:56.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11891,"10":5,"107":55,"11":111,"12":1,"13":31,"14":15,"15":3,"155":3,"16":7,"161":11,"167":3,"17":1,"18":76,"19":7,"20":3,"209":2,"21":36,"210":1,"211":1,"214":3,"215":9,"221":27,"223":114,"224":8,"225":52,"23":26,"24":112,"25":17,"257":3,"26":7,"27":14,"273":1,"279":2,"28":133,"282":4,"292":2,"32":4,"33":6,"34":11,"35":12,"352":77,"36":16,"37":11,"38":40,"380":1,"381":6,"383":1,"39":7,"391":4,"40":2,"409":1,"41":6,"414":5,"415":7,"419":1,"42":5,"43":4,"430":2,"44":5,"45":4,"46":11,"48":1,"49":4,"5":67,"51":1,"52":5,"53":6,"6":15,"63":1,"7":45,"8":8,"9":32,"all_client":13231,"all_tv_clinet":1340,"insert_time":"2014-08-22T19:46:56.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11830,"10":4,"107":52,"11":111,"12":1,"13":31,"14":15,"15":4,"155":3,"158":1,"16":7,"161":12,"167":3,"17":1,"18":75,"19":7,"20":3,"209":2,"21":36,"210":1,"211":1,"214":3,"215":9,"221":27,"223":115,"224":7,"225":52,"23":26,"24":110,"25":15,"257":3,"26":7,"27":14,"273":1,"279":2,"28":135,"282":4,"292":3,"31":1,"32":5,"33":4,"34":10,"35":13,"352":76,"36":16,"37":11,"38":38,"380":1,"381":6,"383":2,"39":8,"391":4,"40":2,"409":1,"41":6,"414":5,"415":5,"42":5,"43":5,"430":2,"44":5,"45":4,"46":12,"48":1,"49":4,"5":65,"51":1,"52":5,"53":6,"6":16,"63":1,"7":46,"8":8,"9":32,"all_client":13165,"all_tv_clinet":1335,"insert_time":"2014-08-22T19:47:56.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11793,"10":4,"107":52,"11":112,"12":1,"13":33,"14":15,"15":4,"155":3,"158":1,"16":7,"161":14,"167":3,"17":1,"18":74,"19":7,"20":3,"209":2,"21":35,"210":1,"211":1,"214":3,"215":9,"221":22,"223":115,"224":7,"225":49,"23":25,"24":107,"25":14,"257":4,"26":7,"27":13,"273":1,"279":2,"28":135,"282":3,"292":3,"31":2,"32":5,"33":4,"34":9,"35":12,"352":73,"36":17,"37":10,"38":39,"380":1,"381":6,"383":2,"39":9,"391":4,"40":3,"409":1,"41":5,"414":5,"415":5,"42":5,"43":5,"430":2,"44":4,"45":5,"46":11,"48":1,"49":6,"5":65,"51":1,"52":5,"53":7,"6":15,"63":1,"7":46,"8":7,"9":31,"all_client":13114,"all_tv_clinet":1321,"insert_time":"2014-08-22T19:48:56.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11720,"10":4,"107":53,"11":115,"12":1,"13":31,"14":15,"15":4,"155":3,"158":1,"16":8,"161":14,"167":3,"17":1,"18":73,"19":7,"20":3,"209":4,"21":36,"210":1,"211":2,"214":2,"215":11,"221":21,"223":115,"224":7,"225":49,"23":26,"24":105,"25":14,"257":4,"26":7,"27":11,"273":1,"279":2,"28":138,"282":3,"292":3,"31":3,"32":4,"33":4,"34":10,"347":1,"35":12,"352":68,"36":17,"37":10,"38":39,"380":1,"381":6,"383":2,"39":8,"391":4,"40":3,"409":1,"41":5,"414":4,"415":5,"42":5,"426":1,"43":5,"430":2,"433":1,"44":4,"45":5,"46":12,"48":1,"49":6,"5":65,"51":1,"52":6,"53":7,"6":15,"7":43,"8":7,"9":33,"all_client":13044,"all_tv_clinet":1324,"insert_time":"2014-08-22T19:49:56.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11663,"10":4,"107":51,"11":115,"12":1,"13":33,"14":15,"15":4,"155":3,"158":1,"16":8,"161":12,"167":3,"17":1,"18":73,"19":7,"20":3,"209":3,"21":36,"210":1,"211":2,"214":2,"215":11,"221":21,"223":118,"224":7,"225":44,"23":26,"24":110,"25":14,"257":4,"26":8,"27":11,"273":1,"279":2,"28":137,"282":2,"292":3,"31":4,"32":4,"33":4,"34":9,"347":1,"35":11,"352":62,"36":15,"37":10,"38":41,"380":1,"381":6,"383":1,"39":9,"391":4,"40":3,"41":4,"414":4,"415":5,"42":5,"426":1,"43":5,"430":2,"433":1,"44":4,"45":7,"46":11,"48":1,"49":6,"5":70,"51":1,"52":6,"53":7,"6":16,"7":44,"8":7,"9":31,"all_client":12983,"all_tv_clinet":1320,"insert_time":"2014-08-22T19:50:56.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11646,"10":4,"107":48,"11":114,"12":1,"13":34,"14":16,"15":4,"155":2,"158":1,"16":7,"161":11,"167":3,"17":1,"18":74,"19":6,"20":3,"209":3,"21":37,"210":1,"211":2,"214":2,"215":11,"221":19,"223":117,"224":7,"225":44,"23":27,"24":107,"25":13,"257":6,"26":8,"27":11,"273":1,"279":2,"28":135,"282":2,"292":3,"31":4,"32":4,"33":4,"34":9,"347":1,"35":10,"352":63,"36":14,"37":11,"38":42,"380":1,"381":6,"383":1,"39":9,"391":3,"40":3,"41":4,"414":4,"415":5,"42":5,"426":1,"43":7,"430":2,"433":1,"44":5,"45":7,"46":10,"48":1,"49":6,"5":69,"51":2,"52":6,"53":6,"6":17,"7":43,"8":7,"9":32,"all_client":12958,"all_tv_clinet":1312,"insert_time":"2014-08-22T19:51:56.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11574,"10":4,"107":48,"11":112,"12":1,"13":34,"14":16,"15":4,"155":2,"158":1,"16":6,"161":11,"167":3,"17":1,"18":72,"19":4,"20":4,"209":3,"21":38,"210":1,"211":2,"214":3,"215":11,"221":19,"223":115,"224":7,"225":42,"23":29,"24":106,"25":15,"257":7,"26":7,"27":11,"273":1,"279":2,"28":131,"282":2,"292":3,"31":5,"32":4,"33":3,"34":8,"347":1,"35":9,"352":64,"36":14,"37":11,"38":41,"380":1,"381":7,"383":1,"39":8,"391":3,"40":3,"41":6,"414":5,"415":5,"42":5,"43":6,"430":2,"433":1,"44":5,"45":7,"46":11,"48":2,"49":6,"5":68,"51":2,"52":6,"53":4,"6":18,"7":44,"79":1,"8":7,"9":32,"all_client":12878,"all_tv_clinet":1304,"insert_time":"2014-08-22T19:52:56.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11523,"10":4,"107":47,"11":110,"13":33,"14":16,"15":4,"155":2,"158":1,"16":5,"161":11,"167":3,"17":1,"18":71,"19":5,"20":4,"209":3,"21":35,"210":1,"211":2,"214":3,"215":11,"221":18,"223":115,"224":7,"225":41,"23":29,"24":108,"25":15,"257":7,"26":8,"27":11,"273":2,"279":3,"28":131,"282":2,"292":3,"31":5,"32":6,"33":3,"34":8,"347":1,"35":9,"352":64,"36":16,"37":10,"38":43,"380":1,"381":7,"383":1,"39":8,"391":3,"40":3,"41":7,"414":5,"415":5,"42":5,"43":7,"430":2,"433":1,"44":5,"45":7,"46":11,"48":2,"49":6,"5":66,"51":2,"52":6,"53":3,"6":19,"7":43,"79":1,"8":6,"9":34,"all_client":12826,"all_tv_clinet":1303,"insert_time":"2014-08-22T19:53:56.869Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11474,"10":4,"107":49,"11":111,"13":32,"14":15,"15":4,"155":2,"158":1,"16":5,"161":9,"167":3,"17":1,"18":70,"19":5,"20":4,"209":3,"21":32,"210":1,"211":2,"214":3,"215":11,"221":19,"223":118,"224":7,"225":42,"23":30,"24":108,"25":18,"257":6,"26":8,"27":10,"273":2,"279":3,"28":132,"282":2,"292":3,"31":5,"32":6,"33":2,"34":8,"347":1,"35":8,"352":64,"36":16,"37":10,"38":43,"380":1,"381":7,"383":1,"39":8,"391":3,"40":3,"41":7,"414":5,"415":5,"42":5,"43":6,"430":2,"433":1,"44":4,"45":7,"46":11,"48":2,"49":5,"5":68,"51":3,"52":6,"53":4,"6":20,"7":43,"79":1,"8":5,"9":32,"all_client":12777,"all_tv_clinet":1303,"insert_time":"2014-08-22T19:54:56.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11410,"10":4,"107":53,"11":109,"13":31,"14":14,"15":4,"155":2,"158":1,"16":5,"161":8,"167":3,"17":1,"18":67,"19":5,"20":4,"209":3,"21":32,"210":1,"211":2,"214":3,"215":11,"221":18,"223":119,"224":8,"225":42,"23":31,"24":108,"25":20,"257":5,"26":8,"27":10,"273":2,"279":3,"28":129,"282":2,"292":3,"31":5,"32":6,"33":2,"34":9,"347":1,"35":7,"352":63,"36":16,"37":10,"38":42,"380":1,"381":7,"383":1,"39":8,"391":3,"40":3,"41":8,"414":5,"415":5,"42":6,"43":6,"430":2,"433":1,"44":4,"45":7,"46":10,"48":2,"49":5,"5":68,"51":3,"52":6,"53":5,"6":19,"7":42,"79":1,"8":5,"9":32,"all_client":12707,"all_tv_clinet":1297,"insert_time":"2014-08-22T19:55:57.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11355,"10":4,"107":51,"11":110,"13":34,"14":14,"15":4,"155":2,"158":1,"16":5,"161":8,"167":3,"17":1,"18":64,"19":5,"20":4,"209":3,"21":33,"210":1,"211":2,"214":3,"215":11,"221":18,"223":122,"224":7,"225":40,"23":32,"24":107,"25":19,"257":5,"26":8,"27":10,"273":1,"279":2,"28":128,"282":2,"292":3,"31":6,"32":5,"33":2,"34":8,"347":1,"35":7,"352":65,"36":17,"37":10,"38":43,"380":1,"381":7,"383":1,"39":8,"391":3,"40":3,"41":8,"414":5,"415":6,"42":6,"43":6,"430":2,"433":1,"44":4,"45":6,"46":11,"48":2,"49":5,"5":69,"51":3,"52":6,"53":5,"6":16,"7":40,"79":1,"8":5,"9":31,"all_client":12647,"all_tv_clinet":1292,"insert_time":"2014-08-22T19:56:57.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11299,"10":4,"107":56,"11":109,"13":33,"14":13,"15":4,"155":2,"158":1,"16":6,"161":8,"167":3,"17":2,"18":64,"19":5,"20":4,"209":3,"21":32,"211":2,"214":3,"215":11,"221":17,"223":123,"224":6,"225":42,"23":32,"24":105,"25":19,"257":5,"26":8,"27":10,"279":2,"28":125,"282":2,"292":3,"31":5,"32":5,"33":2,"34":8,"347":1,"35":6,"352":63,"36":14,"37":10,"38":39,"380":1,"381":7,"383":2,"39":7,"391":3,"40":3,"41":8,"414":5,"415":6,"42":6,"43":6,"430":2,"433":1,"44":4,"45":5,"46":12,"48":2,"49":5,"5":68,"51":3,"52":7,"53":4,"6":16,"7":42,"79":1,"8":5,"9":31,"all_client":12578,"all_tv_clinet":1279,"insert_time":"2014-08-22T19:57:57.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11263,"10":3,"107":52,"11":104,"13":33,"14":14,"15":4,"155":2,"158":2,"16":6,"161":10,"167":3,"17":2,"18":63,"19":6,"20":4,"209":2,"21":32,"211":2,"214":3,"215":11,"221":18,"223":125,"224":5,"225":45,"23":31,"24":98,"25":19,"257":5,"26":9,"27":10,"279":2,"28":122,"282":2,"292":3,"31":5,"314":1,"32":5,"33":2,"34":8,"347":1,"35":6,"352":62,"36":14,"37":10,"38":37,"380":1,"381":7,"383":3,"39":6,"391":3,"40":3,"41":7,"414":5,"415":6,"419":1,"42":6,"43":6,"430":2,"433":1,"44":4,"45":5,"46":13,"48":2,"49":6,"5":69,"51":3,"52":7,"53":4,"6":17,"7":42,"79":1,"8":5,"9":31,"all_client":12532,"all_tv_clinet":1269,"insert_time":"2014-08-22T19:58:57.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11208,"10":3,"107":50,"11":100,"13":34,"14":13,"15":3,"155":2,"158":2,"16":6,"161":12,"167":3,"17":2,"18":64,"19":6,"20":4,"209":2,"21":32,"211":2,"214":3,"215":10,"221":19,"223":124,"224":6,"225":41,"23":32,"24":95,"25":18,"257":5,"26":5,"27":10,"279":2,"28":123,"282":2,"292":2,"31":4,"314":1,"32":6,"33":2,"34":8,"347":2,"35":6,"352":58,"36":15,"37":9,"38":37,"380":1,"381":7,"383":3,"39":7,"391":3,"40":3,"41":7,"414":5,"415":4,"419":2,"42":6,"43":6,"430":2,"433":1,"44":4,"45":5,"46":12,"48":1,"49":6,"5":66,"51":3,"52":7,"53":6,"6":16,"7":43,"79":1,"8":5,"9":31,"all_client":12456,"all_tv_clinet":1248,"insert_time":"2014-08-22T19:59:57.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11141,"10":3,"107":49,"11":97,"13":34,"14":13,"15":3,"155":2,"158":2,"16":6,"161":13,"167":3,"17":2,"18":62,"19":5,"20":4,"209":3,"21":33,"211":2,"214":3,"215":10,"221":19,"223":128,"224":6,"225":41,"23":32,"24":95,"25":18,"257":4,"26":5,"27":10,"279":2,"28":123,"282":2,"292":2,"31":4,"314":1,"32":6,"33":2,"34":7,"347":2,"35":6,"352":56,"36":14,"37":7,"38":38,"380":1,"381":6,"383":2,"39":6,"391":3,"40":3,"41":7,"414":5,"415":5,"419":2,"42":6,"43":6,"430":2,"433":1,"44":4,"45":5,"46":11,"48":2,"49":6,"5":65,"51":3,"52":7,"53":6,"6":18,"7":40,"79":1,"8":6,"9":29,"all_client":12378,"all_tv_clinet":1237,"insert_time":"2014-08-22T20:00:57.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11085,"10":3,"107":50,"11":98,"13":34,"14":12,"15":3,"155":2,"156":1,"158":2,"16":6,"161":13,"167":2,"17":2,"18":62,"19":4,"20":4,"209":4,"21":33,"211":2,"214":3,"215":9,"221":19,"223":127,"224":6,"225":43,"23":32,"24":95,"25":16,"257":3,"26":6,"27":11,"279":2,"28":122,"282":2,"292":2,"31":4,"314":1,"32":6,"33":2,"34":7,"347":1,"35":6,"352":53,"36":12,"37":7,"38":40,"380":1,"381":5,"383":2,"39":7,"391":1,"40":3,"41":5,"414":6,"415":4,"419":2,"42":6,"43":7,"430":2,"433":1,"44":4,"45":5,"46":13,"48":2,"49":5,"5":64,"51":3,"52":6,"53":5,"6":17,"7":40,"79":1,"8":5,"9":28,"all_client":12309,"all_tv_clinet":1224,"insert_time":"2014-08-22T20:01:57.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11022,"10":3,"107":51,"11":98,"13":34,"14":13,"15":3,"155":1,"156":1,"158":2,"16":6,"161":11,"167":2,"17":2,"18":63,"19":5,"20":4,"209":4,"21":33,"211":2,"214":3,"215":10,"221":20,"223":127,"224":4,"225":44,"23":32,"24":94,"25":15,"257":3,"26":7,"27":11,"279":2,"28":120,"282":2,"292":2,"31":3,"314":1,"32":6,"33":2,"34":7,"347":1,"35":5,"352":54,"36":10,"37":8,"38":41,"380":1,"381":5,"383":2,"39":8,"391":1,"40":3,"41":7,"414":6,"415":4,"419":2,"42":6,"43":7,"430":2,"433":1,"44":4,"45":5,"46":14,"48":2,"49":5,"5":64,"51":3,"52":6,"53":6,"6":16,"7":40,"79":1,"8":5,"9":25,"all_client":12245,"all_tv_clinet":1223,"insert_time":"2014-08-22T20:02:57.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10985,"10":3,"107":51,"11":101,"13":33,"14":12,"15":3,"155":1,"156":1,"158":2,"16":6,"161":11,"167":2,"17":3,"18":63,"19":5,"20":4,"209":4,"21":32,"211":2,"214":3,"215":10,"221":19,"223":126,"224":4,"225":44,"23":34,"24":93,"25":14,"257":3,"26":7,"27":10,"279":2,"28":120,"282":3,"292":2,"31":3,"314":1,"32":6,"33":2,"34":7,"347":1,"35":5,"352":51,"36":9,"37":8,"38":37,"380":1,"381":4,"383":2,"39":8,"391":1,"40":4,"41":7,"414":6,"415":6,"419":2,"42":6,"43":6,"430":2,"433":1,"44":4,"45":5,"46":13,"48":2,"49":5,"5":66,"51":5,"52":6,"53":6,"6":13,"7":39,"79":1,"8":5,"9":25,"all_client":12199,"all_tv_clinet":1214,"insert_time":"2014-08-22T20:03:57.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10939,"10":3,"107":50,"11":104,"13":32,"14":12,"15":3,"155":1,"156":1,"158":2,"16":6,"161":10,"167":2,"17":3,"18":63,"19":5,"20":4,"209":4,"21":33,"210":1,"211":3,"214":3,"215":10,"221":19,"223":126,"224":4,"225":42,"23":34,"24":96,"25":13,"257":4,"26":6,"27":9,"273":1,"279":2,"28":116,"282":3,"292":2,"31":3,"32":6,"33":2,"34":7,"347":1,"35":6,"352":51,"36":9,"37":8,"38":39,"380":1,"381":4,"383":1,"39":8,"391":1,"40":5,"41":8,"414":6,"415":7,"419":2,"42":7,"426":1,"43":6,"430":2,"433":1,"44":4,"45":5,"46":12,"48":3,"49":5,"5":67,"51":5,"52":5,"53":6,"6":14,"7":36,"79":1,"8":5,"9":24,"all_client":12155,"all_tv_clinet":1216,"insert_time":"2014-08-22T20:04:57.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10875,"10":3,"107":53,"11":104,"13":33,"14":12,"15":2,"155":1,"156":1,"158":1,"16":8,"161":10,"167":2,"17":3,"18":63,"19":5,"20":4,"209":4,"21":32,"210":1,"211":3,"214":2,"215":10,"221":20,"223":126,"224":4,"225":40,"23":35,"24":92,"25":13,"257":4,"26":5,"27":9,"273":1,"279":2,"28":116,"282":3,"292":2,"31":4,"32":7,"33":2,"34":8,"347":1,"35":6,"352":53,"36":10,"37":8,"38":38,"380":1,"381":3,"383":1,"39":8,"391":1,"40":5,"41":6,"414":6,"415":7,"419":2,"42":5,"426":1,"43":6,"430":2,"433":1,"44":5,"45":4,"46":10,"48":5,"49":5,"5":64,"51":5,"52":5,"53":5,"6":13,"7":36,"79":1,"8":6,"9":24,"all_client":12084,"all_tv_clinet":1209,"insert_time":"2014-08-22T20:05:57.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10815,"10":3,"107":51,"11":103,"13":33,"14":13,"15":2,"155":1,"156":1,"158":1,"16":7,"161":10,"167":2,"17":3,"18":62,"19":5,"20":4,"209":4,"21":30,"210":1,"211":3,"214":2,"215":10,"221":20,"223":125,"224":4,"225":39,"23":35,"24":88,"25":13,"257":4,"26":5,"27":9,"273":1,"279":1,"28":118,"282":3,"292":2,"31":4,"32":8,"33":4,"34":7,"347":1,"35":6,"352":55,"36":10,"37":7,"38":38,"380":1,"381":3,"383":1,"39":8,"391":1,"40":4,"41":6,"414":6,"415":5,"419":2,"42":5,"426":1,"43":6,"430":2,"433":1,"44":5,"45":4,"46":10,"48":5,"49":6,"5":63,"51":5,"52":5,"53":4,"6":11,"7":36,"79":1,"8":6,"9":23,"all_client":12009,"all_tv_clinet":1194,"insert_time":"2014-08-22T20:06:58.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10768,"10":3,"107":50,"11":99,"13":32,"14":14,"15":2,"155":1,"158":1,"16":7,"161":9,"167":2,"17":3,"18":60,"19":5,"20":4,"209":3,"21":31,"210":1,"211":3,"214":2,"215":11,"221":19,"223":126,"224":4,"225":40,"23":35,"24":86,"25":13,"257":4,"26":5,"27":8,"279":1,"28":115,"282":3,"292":2,"31":4,"32":8,"33":5,"34":8,"347":1,"35":5,"352":55,"36":10,"37":7,"38":39,"380":1,"381":4,"383":1,"39":7,"391":2,"40":4,"41":6,"414":4,"415":5,"419":2,"42":5,"426":3,"43":7,"430":2,"44":5,"45":4,"46":10,"48":5,"49":7,"5":59,"51":5,"52":7,"53":4,"6":12,"7":36,"79":1,"8":7,"9":24,"all_client":11953,"all_tv_clinet":1185,"insert_time":"2014-08-22T20:07:58.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10725,"10":3,"107":48,"11":97,"13":34,"14":15,"15":2,"155":1,"158":2,"16":7,"161":9,"167":2,"17":3,"18":60,"19":5,"20":4,"209":3,"21":31,"210":1,"211":3,"214":2,"215":11,"221":21,"223":125,"224":4,"225":44,"23":34,"24":83,"25":14,"257":5,"26":4,"27":8,"279":1,"28":117,"282":3,"292":2,"31":4,"32":7,"33":5,"34":9,"347":1,"35":5,"352":49,"36":8,"37":7,"38":36,"380":1,"381":4,"39":6,"391":4,"40":5,"41":6,"414":4,"415":4,"419":2,"42":6,"426":3,"43":7,"430":2,"44":4,"45":4,"46":12,"48":4,"49":8,"5":58,"51":5,"52":8,"53":3,"6":13,"7":35,"79":1,"8":7,"9":23,"all_client":11903,"all_tv_clinet":1178,"insert_time":"2014-08-22T20:08:58.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10665,"10":2,"107":48,"11":97,"13":35,"14":15,"15":2,"155":1,"158":2,"16":7,"161":9,"167":2,"17":3,"18":59,"19":6,"20":4,"209":4,"21":32,"210":1,"211":3,"214":3,"215":13,"221":20,"223":122,"224":4,"225":45,"23":34,"24":84,"25":14,"257":7,"26":4,"27":7,"279":1,"28":116,"282":3,"292":2,"31":4,"32":7,"33":5,"34":9,"347":1,"35":5,"352":50,"36":8,"37":8,"38":38,"380":1,"381":4,"39":6,"391":4,"40":5,"41":5,"414":4,"415":4,"419":2,"42":6,"426":3,"43":7,"430":2,"44":4,"45":4,"46":11,"48":4,"49":8,"5":57,"51":4,"52":8,"53":3,"6":13,"7":35,"79":1,"8":7,"9":23,"all_client":11846,"all_tv_clinet":1181,"insert_time":"2014-08-22T20:09:58.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10633,"10":2,"107":47,"11":97,"13":35,"14":15,"15":2,"155":1,"158":1,"16":7,"161":10,"167":3,"17":3,"18":60,"19":6,"20":4,"209":4,"21":29,"210":1,"211":2,"214":3,"215":12,"221":22,"223":118,"224":4,"225":48,"23":32,"24":81,"25":14,"257":7,"26":4,"27":8,"279":1,"28":116,"282":3,"292":2,"31":5,"32":7,"33":4,"34":9,"347":1,"35":5,"352":52,"36":8,"37":8,"38":38,"381":4,"39":6,"391":3,"40":6,"41":5,"414":6,"415":4,"419":1,"42":5,"426":1,"43":7,"430":2,"44":4,"45":4,"46":10,"48":3,"49":8,"5":56,"51":4,"52":8,"53":4,"6":13,"7":34,"79":1,"8":7,"9":22,"all_client":11802,"all_tv_clinet":1169,"insert_time":"2014-08-22T20:10:58.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10594,"10":2,"107":46,"11":93,"13":28,"14":15,"15":2,"155":1,"158":1,"16":7,"161":10,"167":3,"17":3,"18":60,"19":5,"20":4,"209":4,"21":30,"210":1,"211":2,"214":3,"215":12,"221":22,"223":121,"224":4,"225":43,"23":32,"24":80,"25":14,"257":7,"26":5,"27":8,"279":1,"28":115,"282":3,"292":2,"31":4,"32":6,"33":4,"34":8,"347":1,"35":5,"352":51,"36":8,"37":8,"38":41,"381":4,"383":1,"39":6,"391":3,"40":5,"41":5,"414":6,"415":4,"419":1,"42":5,"426":1,"43":6,"430":2,"44":4,"45":3,"46":11,"48":3,"49":8,"5":55,"51":4,"52":8,"53":4,"6":14,"7":34,"79":1,"8":7,"9":20,"all_client":11744,"all_tv_clinet":1150,"insert_time":"2014-08-22T20:11:58.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10553,"10":2,"107":40,"11":92,"13":27,"14":16,"15":2,"155":1,"158":1,"16":7,"161":8,"167":3,"17":3,"18":63,"19":6,"20":4,"209":4,"21":32,"210":1,"211":2,"214":3,"215":11,"221":23,"223":122,"224":4,"225":43,"23":31,"24":79,"25":14,"257":5,"26":5,"27":8,"279":1,"28":116,"282":4,"292":2,"31":3,"32":6,"33":4,"34":9,"347":1,"35":4,"352":50,"36":9,"37":8,"38":44,"381":4,"383":1,"39":6,"391":3,"40":5,"41":4,"414":5,"415":5,"419":1,"42":6,"426":1,"43":6,"430":2,"44":3,"45":4,"46":11,"48":3,"49":8,"5":53,"51":4,"52":8,"53":4,"56":1,"6":15,"7":34,"79":1,"8":8,"9":20,"all_client":11702,"all_tv_clinet":1149,"insert_time":"2014-08-22T20:12:58.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10511,"10":2,"107":35,"11":92,"13":28,"14":16,"15":2,"155":1,"158":1,"16":7,"161":10,"167":3,"17":3,"18":64,"19":6,"20":4,"209":4,"21":37,"210":1,"211":3,"214":3,"215":10,"221":22,"223":122,"224":4,"225":42,"23":29,"24":81,"25":15,"257":5,"26":4,"27":9,"279":1,"28":117,"282":4,"292":2,"31":3,"32":6,"33":4,"34":10,"35":4,"352":52,"36":9,"37":8,"38":44,"381":4,"383":1,"39":6,"391":3,"40":5,"41":4,"414":5,"415":5,"419":1,"42":6,"426":1,"43":6,"430":2,"44":3,"45":3,"46":14,"48":4,"49":8,"5":56,"51":4,"52":6,"53":4,"56":1,"6":12,"7":33,"8":7,"9":20,"all_client":11664,"all_tv_clinet":1153,"insert_time":"2014-08-22T20:13:58.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10468,"10":2,"107":33,"11":88,"13":32,"14":16,"15":2,"155":1,"158":1,"16":5,"161":11,"167":3,"17":3,"18":65,"19":6,"20":4,"209":4,"21":40,"210":1,"211":3,"214":3,"215":10,"221":21,"223":122,"224":4,"225":41,"23":27,"24":80,"25":16,"257":5,"26":5,"27":10,"279":1,"28":122,"282":4,"292":2,"31":2,"32":5,"33":5,"34":12,"35":4,"352":51,"36":9,"37":9,"38":42,"381":3,"383":1,"39":6,"391":3,"40":5,"41":4,"414":5,"415":6,"42":6,"426":1,"43":6,"430":2,"44":2,"45":5,"46":14,"48":4,"49":8,"5":56,"51":4,"52":5,"53":4,"56":1,"6":12,"7":28,"8":8,"9":20,"all_client":11619,"all_tv_clinet":1151,"insert_time":"2014-08-22T20:14:58.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10412,"10":3,"107":34,"11":87,"13":33,"14":15,"15":2,"155":2,"158":1,"16":4,"161":12,"167":3,"17":3,"18":64,"19":6,"20":4,"209":5,"21":38,"210":1,"211":3,"214":3,"215":9,"221":20,"223":122,"224":5,"225":42,"23":29,"24":82,"25":18,"257":5,"26":6,"27":10,"279":1,"28":123,"282":3,"292":2,"31":3,"32":5,"33":5,"34":13,"35":4,"352":52,"36":8,"37":9,"38":40,"381":3,"383":1,"39":6,"391":3,"40":4,"41":4,"414":5,"415":6,"42":6,"426":1,"43":6,"430":2,"44":3,"45":5,"46":14,"48":4,"49":8,"5":55,"51":4,"52":5,"53":4,"56":1,"6":12,"7":25,"8":8,"9":21,"all_client":11567,"all_tv_clinet":1155,"insert_time":"2014-08-22T20:15:59.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10382,"10":3,"107":34,"11":85,"13":32,"14":16,"15":2,"155":2,"16":4,"161":10,"167":3,"17":3,"18":64,"19":5,"20":4,"209":5,"21":39,"210":1,"211":2,"214":3,"215":9,"221":19,"223":122,"224":5,"225":38,"23":27,"24":81,"25":19,"257":4,"26":7,"27":10,"279":1,"28":123,"282":3,"292":2,"31":3,"32":5,"33":5,"34":13,"35":4,"352":53,"36":7,"37":11,"38":37,"381":3,"383":1,"39":6,"391":3,"40":4,"41":4,"414":2,"415":6,"42":6,"426":3,"43":6,"430":2,"44":3,"45":6,"46":12,"48":4,"49":8,"5":56,"51":5,"52":5,"53":4,"56":1,"6":12,"7":27,"8":8,"9":23,"all_client":11527,"all_tv_clinet":1145,"insert_time":"2014-08-22T20:16:59.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10332,"10":3,"107":35,"11":83,"12":1,"13":32,"14":16,"15":2,"155":2,"16":3,"161":10,"167":3,"17":2,"18":62,"19":5,"20":4,"209":5,"21":39,"210":1,"211":2,"214":3,"215":9,"221":19,"223":117,"224":5,"225":36,"23":32,"24":80,"25":19,"257":4,"26":7,"27":11,"279":1,"28":121,"282":3,"292":2,"31":5,"32":5,"33":4,"34":12,"35":4,"352":57,"36":8,"37":10,"38":33,"381":3,"383":1,"39":6,"391":3,"40":4,"41":4,"414":2,"415":7,"42":6,"426":3,"43":6,"430":2,"44":4,"45":6,"46":11,"48":3,"49":9,"5":56,"51":6,"52":5,"53":4,"56":1,"6":9,"63":1,"7":27,"8":8,"9":25,"all_client":11471,"all_tv_clinet":1139,"insert_time":"2014-08-22T20:17:59.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10291,"10":3,"107":36,"11":78,"12":1,"13":36,"14":16,"15":2,"155":2,"16":3,"161":10,"167":3,"17":2,"18":61,"19":5,"20":4,"209":5,"21":38,"210":1,"211":2,"214":2,"215":9,"221":19,"223":117,"224":5,"225":37,"23":33,"24":78,"25":19,"257":4,"26":7,"27":11,"279":1,"28":121,"282":3,"292":2,"31":4,"32":6,"33":4,"34":12,"35":4,"352":58,"36":8,"37":10,"38":34,"381":3,"383":1,"39":7,"391":3,"40":4,"41":4,"414":2,"415":7,"42":6,"426":3,"43":6,"430":2,"44":4,"45":6,"46":11,"48":3,"49":8,"5":55,"51":6,"52":5,"53":5,"56":1,"6":8,"63":1,"7":24,"8":7,"9":27,"all_client":11426,"all_tv_clinet":1135,"insert_time":"2014-08-22T20:18:59.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10233,"10":4,"107":36,"11":79,"12":1,"13":38,"14":15,"15":2,"155":2,"16":3,"161":9,"167":3,"17":2,"18":63,"19":5,"20":4,"209":5,"21":37,"210":1,"211":2,"214":2,"215":9,"221":17,"223":118,"224":5,"225":40,"23":32,"24":76,"25":18,"257":5,"26":6,"27":12,"279":1,"28":121,"282":3,"291":1,"292":2,"31":4,"32":6,"33":3,"34":9,"35":4,"352":60,"36":7,"37":10,"38":32,"381":3,"383":1,"39":8,"391":3,"40":4,"41":4,"414":3,"415":7,"42":6,"426":2,"43":6,"430":1,"44":5,"45":6,"46":11,"48":4,"49":8,"5":54,"51":6,"52":5,"53":5,"56":1,"6":8,"63":1,"7":23,"8":7,"9":27,"all_client":11366,"all_tv_clinet":1133,"insert_time":"2014-08-22T20:19:59.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10180,"10":3,"107":35,"11":77,"12":1,"13":38,"14":14,"15":3,"155":2,"16":2,"161":11,"167":3,"17":2,"18":60,"19":5,"20":4,"209":6,"21":34,"210":1,"211":2,"214":2,"215":8,"221":16,"223":116,"224":6,"225":43,"23":32,"24":75,"25":18,"257":4,"26":6,"27":11,"279":2,"28":121,"282":3,"291":1,"292":2,"31":5,"32":5,"33":3,"34":10,"35":4,"352":64,"36":7,"37":9,"38":36,"381":3,"383":1,"39":8,"391":3,"40":3,"41":3,"414":3,"415":7,"42":7,"426":2,"43":6,"430":1,"44":5,"45":5,"46":12,"48":5,"49":8,"5":53,"51":6,"52":5,"53":6,"56":1,"6":9,"63":1,"7":24,"8":8,"9":28,"all_client":11315,"all_tv_clinet":1135,"insert_time":"2014-08-22T20:20:59.607Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10151,"10":3,"107":35,"11":75,"12":1,"13":37,"14":14,"15":3,"155":2,"16":2,"161":13,"167":3,"17":2,"18":57,"19":5,"20":4,"209":6,"21":36,"210":1,"211":2,"214":2,"215":8,"221":17,"223":116,"224":5,"225":45,"23":32,"24":74,"25":18,"257":3,"26":7,"27":11,"279":2,"28":120,"282":3,"291":1,"292":2,"31":5,"32":5,"33":3,"34":11,"35":5,"352":63,"36":6,"37":9,"38":36,"381":3,"383":1,"39":7,"391":3,"40":3,"41":4,"414":4,"415":7,"42":7,"426":3,"43":6,"430":1,"44":5,"45":5,"46":12,"48":5,"49":8,"5":54,"51":5,"52":5,"53":5,"56":1,"6":9,"63":1,"7":25,"8":8,"9":27,"all_client":11285,"all_tv_clinet":1134,"insert_time":"2014-08-22T20:21:59.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10117,"10":2,"107":39,"11":67,"12":1,"13":37,"14":14,"15":3,"155":2,"16":2,"161":13,"167":3,"17":2,"18":57,"19":5,"20":4,"209":6,"21":34,"210":1,"211":2,"214":2,"215":7,"221":18,"223":113,"224":5,"225":43,"23":35,"24":71,"25":18,"257":3,"26":7,"27":11,"279":3,"28":119,"282":3,"291":1,"292":2,"31":5,"32":5,"33":3,"34":11,"35":6,"352":64,"36":9,"37":9,"38":38,"381":3,"383":1,"39":9,"391":3,"40":3,"41":4,"414":4,"415":6,"42":6,"426":1,"43":5,"430":1,"44":5,"45":5,"46":12,"48":5,"49":8,"5":51,"51":4,"52":5,"53":5,"56":1,"6":9,"63":1,"7":23,"8":9,"9":28,"all_client":11239,"all_tv_clinet":1122,"insert_time":"2014-08-22T20:22:59.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10074,"10":2,"107":37,"11":63,"12":1,"13":39,"14":15,"15":2,"155":2,"16":2,"161":13,"167":3,"17":2,"18":58,"19":4,"20":4,"209":6,"21":30,"210":1,"211":2,"214":2,"215":8,"221":16,"223":114,"224":6,"225":38,"23":37,"24":71,"25":20,"257":3,"26":7,"27":11,"276":1,"279":3,"28":121,"282":2,"291":1,"292":2,"31":5,"32":5,"33":4,"34":11,"35":6,"352":64,"36":9,"37":9,"38":41,"381":3,"383":1,"39":8,"391":3,"40":3,"41":5,"414":4,"415":6,"42":6,"426":1,"43":5,"430":1,"44":6,"45":5,"46":12,"48":5,"49":8,"5":52,"51":4,"52":5,"53":6,"56":1,"6":8,"63":1,"7":24,"8":9,"9":27,"all_client":11196,"all_tv_clinet":1122,"insert_time":"2014-08-22T20:23:59.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10028,"10":2,"107":38,"11":62,"12":2,"13":39,"14":14,"15":2,"155":2,"16":3,"161":15,"167":3,"17":2,"18":57,"19":4,"20":4,"209":6,"21":29,"210":1,"211":2,"214":2,"215":8,"221":17,"223":117,"224":6,"225":37,"23":37,"24":71,"25":21,"257":2,"26":7,"27":11,"276":1,"279":3,"28":123,"282":2,"291":1,"292":2,"31":5,"32":5,"33":3,"34":12,"35":6,"352":61,"36":10,"37":9,"38":38,"381":3,"383":2,"39":8,"391":3,"40":3,"409":1,"41":4,"414":4,"415":6,"42":5,"426":1,"43":5,"430":1,"44":6,"45":4,"46":13,"48":5,"49":8,"5":49,"51":4,"52":6,"53":5,"56":1,"6":8,"63":1,"7":24,"8":9,"9":26,"all_client":11147,"all_tv_clinet":1119,"insert_time":"2014-08-22T20:24:59.971Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9998,"10":2,"107":32,"11":64,"12":2,"13":37,"14":14,"15":2,"155":2,"16":4,"161":15,"167":3,"17":2,"18":58,"19":3,"20":4,"209":6,"21":27,"210":1,"211":2,"214":2,"215":8,"221":16,"223":117,"224":6,"225":40,"23":37,"24":70,"25":21,"257":2,"26":7,"27":10,"276":1,"279":2,"28":120,"282":2,"291":2,"292":2,"31":4,"32":5,"33":3,"34":11,"35":6,"352":63,"36":8,"37":8,"38":38,"381":3,"383":2,"39":7,"391":3,"40":3,"409":1,"41":5,"414":4,"415":6,"42":5,"426":2,"43":5,"430":2,"44":6,"45":4,"46":12,"48":4,"49":8,"5":49,"51":4,"52":6,"53":6,"56":1,"6":9,"63":1,"7":24,"8":8,"9":24,"all_client":11103,"all_tv_clinet":1105,"insert_time":"2014-08-22T20:26:00.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9959,"10":2,"107":34,"11":62,"12":2,"13":39,"14":16,"15":2,"155":2,"16":4,"161":16,"167":3,"17":2,"18":59,"19":3,"20":4,"209":6,"21":29,"210":1,"211":2,"214":2,"215":7,"221":16,"223":117,"224":7,"225":38,"23":37,"24":72,"25":19,"257":2,"26":8,"27":10,"276":1,"279":2,"28":119,"282":2,"291":2,"31":4,"32":5,"33":3,"34":11,"35":7,"352":62,"36":7,"37":8,"38":40,"381":3,"383":2,"39":7,"391":3,"40":4,"409":1,"41":5,"414":4,"415":6,"42":5,"426":3,"43":5,"430":2,"44":7,"45":4,"46":12,"48":4,"49":8,"5":48,"51":4,"52":6,"53":6,"56":1,"6":9,"7":21,"8":8,"9":21,"all_client":11064,"all_tv_clinet":1105,"insert_time":"2014-08-22T20:27:00.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9925,"10":2,"107":30,"11":58,"12":2,"13":38,"14":16,"15":2,"155":2,"16":4,"161":16,"167":3,"17":2,"18":60,"19":2,"20":3,"209":6,"21":28,"210":1,"211":2,"214":2,"215":6,"221":17,"223":119,"224":7,"225":39,"23":36,"24":69,"25":20,"257":1,"26":8,"27":11,"276":1,"279":2,"28":120,"282":2,"291":2,"31":5,"32":5,"33":3,"34":10,"35":6,"352":67,"36":9,"37":8,"38":39,"381":3,"383":1,"39":7,"391":3,"40":4,"41":5,"414":5,"415":5,"419":1,"42":4,"426":2,"43":5,"430":2,"44":7,"45":4,"46":12,"48":4,"49":8,"5":47,"51":5,"52":6,"53":6,"6":10,"7":23,"8":8,"9":20,"all_client":11023,"all_tv_clinet":1098,"insert_time":"2014-08-22T20:28:00.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9869,"10":2,"107":31,"11":56,"12":2,"13":39,"14":16,"15":2,"155":2,"16":4,"161":17,"167":3,"17":2,"18":62,"19":2,"20":3,"209":6,"21":27,"210":1,"211":1,"214":2,"215":4,"221":19,"223":122,"224":7,"225":39,"23":36,"24":69,"25":21,"257":1,"26":8,"27":11,"276":1,"279":2,"28":118,"282":2,"291":2,"31":5,"32":5,"33":3,"34":10,"35":6,"352":63,"36":11,"37":7,"38":38,"381":3,"383":2,"39":7,"391":3,"40":3,"41":5,"414":5,"415":5,"419":1,"42":4,"426":2,"43":5,"430":2,"44":7,"45":4,"46":12,"48":4,"49":7,"5":47,"51":5,"52":6,"53":6,"6":9,"7":24,"8":8,"9":22,"all_client":10967,"all_tv_clinet":1098,"insert_time":"2014-08-22T20:29:00.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9853,"10":2,"107":34,"11":54,"12":2,"13":39,"14":15,"15":2,"155":2,"16":4,"161":19,"167":3,"17":2,"18":64,"19":2,"20":3,"209":5,"21":27,"210":1,"211":1,"214":2,"215":3,"221":19,"223":125,"224":7,"225":36,"23":36,"24":66,"25":20,"257":1,"26":7,"27":11,"276":1,"279":2,"28":116,"282":3,"291":2,"31":5,"32":5,"33":3,"34":10,"35":6,"352":65,"36":10,"37":7,"38":39,"381":3,"383":2,"39":7,"391":2,"40":3,"41":4,"414":5,"415":5,"419":1,"42":4,"426":2,"43":5,"430":2,"44":7,"45":4,"46":11,"48":3,"49":8,"5":45,"51":5,"52":6,"53":6,"6":9,"7":23,"8":8,"9":21,"all_client":10942,"all_tv_clinet":1089,"insert_time":"2014-08-22T20:30:00.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9844,"10":1,"107":38,"11":52,"12":2,"13":38,"14":15,"15":2,"155":2,"16":4,"161":19,"167":3,"17":2,"18":65,"19":2,"20":3,"209":5,"21":29,"210":1,"211":1,"214":2,"215":4,"221":20,"223":125,"224":6,"225":35,"23":36,"24":67,"25":18,"257":1,"26":7,"27":10,"276":1,"279":2,"28":115,"282":3,"291":2,"31":5,"32":4,"33":3,"34":10,"35":6,"352":64,"36":11,"37":7,"38":38,"381":3,"383":2,"39":6,"391":2,"40":3,"41":5,"414":5,"415":5,"419":2,"42":4,"426":2,"43":5,"430":2,"44":8,"45":4,"46":10,"48":2,"49":8,"5":45,"51":6,"52":6,"53":6,"6":9,"7":23,"8":8,"9":22,"all_client":10933,"all_tv_clinet":1089,"insert_time":"2014-08-22T20:31:00.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9792,"10":1,"107":44,"11":51,"12":2,"13":36,"14":13,"15":3,"155":2,"16":4,"161":19,"167":3,"17":2,"18":65,"19":2,"20":3,"209":6,"21":32,"210":1,"211":1,"214":2,"215":4,"221":18,"223":124,"224":6,"225":34,"23":38,"24":67,"25":18,"257":1,"26":7,"27":7,"276":1,"279":4,"28":112,"282":3,"291":2,"31":5,"32":4,"33":3,"34":11,"35":6,"352":64,"36":10,"37":8,"38":39,"381":3,"383":1,"39":6,"391":2,"40":3,"41":4,"414":5,"415":6,"419":2,"42":4,"426":2,"43":5,"430":2,"44":8,"45":5,"46":10,"48":1,"49":7,"5":46,"51":6,"52":7,"53":8,"6":9,"7":24,"8":8,"9":22,"all_client":10886,"all_tv_clinet":1094,"insert_time":"2014-08-22T20:32:00.594Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9786,"10":1,"107":41,"11":57,"12":2,"13":35,"14":13,"15":3,"155":2,"16":4,"161":17,"167":3,"17":2,"18":63,"19":2,"20":3,"209":6,"21":30,"210":1,"211":1,"214":2,"215":3,"221":17,"223":124,"224":6,"225":37,"23":37,"24":69,"25":19,"257":2,"26":6,"27":7,"276":1,"279":3,"28":114,"282":3,"291":2,"31":5,"32":4,"33":3,"34":11,"35":5,"352":61,"36":11,"37":8,"38":39,"381":3,"383":1,"39":5,"391":2,"40":3,"41":2,"414":5,"415":6,"419":2,"42":4,"426":2,"43":6,"430":2,"44":8,"45":5,"46":8,"48":1,"49":7,"5":47,"51":6,"52":7,"53":7,"6":10,"7":25,"8":8,"9":22,"all_client":10875,"all_tv_clinet":1089,"insert_time":"2014-08-22T20:33:00.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9735,"10":2,"107":41,"11":57,"12":2,"13":34,"14":13,"15":3,"155":2,"16":4,"161":17,"167":3,"17":2,"18":65,"19":2,"20":3,"209":6,"21":32,"210":1,"211":1,"214":2,"215":3,"221":15,"223":123,"224":7,"225":40,"23":36,"24":68,"25":18,"257":2,"26":6,"27":7,"276":1,"279":4,"28":113,"282":3,"291":2,"31":5,"32":4,"33":3,"34":8,"35":6,"352":61,"36":10,"37":8,"38":38,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":1,"414":5,"415":6,"419":1,"42":4,"426":2,"43":6,"430":2,"44":7,"45":5,"46":9,"48":1,"49":6,"5":49,"51":5,"52":7,"53":7,"6":10,"63":1,"7":22,"8":9,"9":22,"all_client":10821,"all_tv_clinet":1086,"insert_time":"2014-08-22T20:34:00.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9693,"10":2,"107":41,"11":59,"12":2,"13":33,"14":12,"15":3,"155":2,"16":4,"161":18,"167":3,"17":2,"18":63,"19":2,"20":3,"209":6,"21":31,"210":1,"211":1,"214":2,"215":3,"221":14,"223":131,"224":8,"225":40,"23":35,"24":68,"25":16,"257":2,"26":6,"27":7,"273":1,"276":1,"279":2,"28":109,"282":3,"291":2,"31":5,"32":4,"33":3,"34":10,"35":6,"352":58,"36":8,"37":8,"38":39,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":1,"414":5,"415":5,"419":1,"42":4,"426":3,"43":6,"430":2,"44":7,"45":4,"46":9,"48":1,"49":7,"5":49,"51":5,"52":7,"53":7,"6":10,"63":1,"7":24,"8":9,"9":22,"all_client":10777,"all_tv_clinet":1084,"insert_time":"2014-08-22T20:35:00.873Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9652,"10":4,"107":39,"11":60,"12":2,"13":31,"14":9,"15":3,"155":2,"16":4,"161":18,"167":3,"17":2,"18":66,"19":2,"20":2,"209":6,"21":31,"210":1,"211":1,"214":2,"215":3,"221":16,"223":132,"224":8,"225":40,"23":33,"24":66,"25":16,"257":2,"26":6,"27":7,"273":1,"279":2,"28":109,"282":3,"291":2,"31":5,"32":4,"33":3,"34":11,"35":6,"352":55,"36":8,"37":8,"38":36,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":1,"414":5,"415":5,"419":1,"42":5,"426":3,"43":7,"430":2,"44":7,"45":4,"46":9,"48":1,"49":6,"5":51,"51":6,"52":7,"53":6,"6":9,"63":1,"7":25,"8":8,"9":21,"all_client":10728,"all_tv_clinet":1076,"insert_time":"2014-08-22T20:36:00.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9607,"10":4,"107":43,"11":58,"12":1,"13":31,"14":9,"15":3,"155":2,"16":3,"161":16,"167":3,"17":2,"18":65,"19":2,"20":2,"209":6,"21":32,"210":1,"211":1,"214":2,"215":4,"221":16,"223":130,"224":8,"225":39,"23":31,"24":64,"25":18,"257":2,"26":6,"27":7,"273":1,"279":5,"28":112,"282":3,"291":2,"31":5,"32":4,"33":3,"34":13,"35":6,"352":53,"36":8,"37":8,"38":35,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":2,"414":5,"415":5,"42":5,"426":3,"43":7,"430":2,"44":7,"45":4,"46":9,"48":1,"49":5,"5":52,"51":6,"52":7,"53":6,"6":10,"63":1,"7":26,"8":8,"9":21,"all_client":10684,"all_tv_clinet":1077,"insert_time":"2014-08-22T20:37:01.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9570,"10":4,"107":45,"11":59,"12":1,"13":33,"14":8,"15":3,"155":2,"16":3,"161":16,"167":2,"17":2,"18":65,"19":2,"20":2,"209":6,"21":32,"210":2,"211":1,"214":2,"215":4,"221":17,"223":123,"224":7,"225":40,"23":31,"24":62,"25":17,"257":3,"26":6,"27":6,"279":6,"28":117,"282":3,"291":2,"31":5,"32":4,"33":3,"34":12,"35":6,"352":51,"36":8,"37":8,"38":36,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":2,"414":6,"415":5,"42":5,"426":2,"43":7,"430":1,"44":7,"45":5,"46":9,"48":2,"49":5,"5":52,"51":6,"52":7,"53":6,"6":11,"63":1,"7":27,"8":8,"80":1,"9":22,"all_client":10650,"all_tv_clinet":1080,"insert_time":"2014-08-22T20:38:01.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9522,"10":4,"107":47,"11":60,"12":1,"13":32,"14":8,"15":3,"155":2,"16":3,"161":17,"167":2,"17":2,"18":65,"19":2,"20":2,"209":7,"21":33,"210":2,"211":1,"214":2,"215":4,"221":18,"223":116,"224":7,"225":41,"23":30,"24":65,"25":18,"257":3,"26":5,"27":6,"273":1,"279":7,"28":117,"282":2,"291":2,"31":2,"32":4,"33":3,"34":12,"35":8,"352":52,"36":8,"37":9,"38":37,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":2,"414":7,"415":4,"42":4,"426":1,"43":8,"430":1,"44":6,"45":5,"46":10,"48":3,"49":5,"5":52,"51":6,"52":7,"53":6,"6":11,"63":1,"7":26,"8":10,"80":1,"9":21,"all_client":10607,"all_tv_clinet":1085,"insert_time":"2014-08-22T20:39:01.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9513,"10":4,"107":50,"11":62,"12":1,"13":31,"14":8,"15":3,"155":2,"16":3,"161":17,"167":2,"17":2,"18":64,"19":2,"20":2,"209":7,"21":34,"210":2,"211":1,"214":2,"215":3,"221":17,"223":113,"224":8,"225":39,"23":30,"24":64,"25":17,"257":3,"26":6,"27":6,"273":1,"279":6,"28":117,"282":2,"291":2,"31":2,"32":4,"33":4,"34":12,"35":8,"352":53,"36":8,"37":8,"38":34,"381":3,"383":1,"39":6,"391":2,"40":3,"409":1,"41":1,"414":7,"415":5,"42":4,"426":1,"43":8,"430":1,"44":6,"45":5,"46":12,"48":3,"49":5,"5":51,"51":6,"52":7,"53":7,"6":9,"63":1,"7":28,"8":10,"80":1,"9":20,"all_client":10593,"all_tv_clinet":1080,"insert_time":"2014-08-22T20:40:01.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9462,"10":4,"107":54,"11":64,"12":1,"13":32,"14":8,"15":3,"155":2,"16":3,"161":17,"167":2,"17":2,"18":65,"19":2,"20":2,"209":7,"21":34,"210":2,"211":1,"214":2,"215":3,"221":16,"223":105,"224":9,"225":41,"23":32,"24":63,"25":17,"257":3,"26":5,"27":6,"273":1,"279":8,"28":117,"282":2,"291":2,"31":1,"32":4,"33":5,"34":12,"35":8,"352":52,"36":8,"37":8,"38":32,"381":3,"383":1,"39":5,"391":2,"40":4,"409":1,"41":1,"414":5,"415":6,"42":4,"426":3,"43":8,"430":1,"44":6,"45":5,"46":12,"48":4,"49":4,"5":51,"51":6,"52":8,"53":6,"6":8,"63":1,"7":29,"8":10,"9":21,"all_client":10544,"all_tv_clinet":1082,"insert_time":"2014-08-22T20:41:01.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9432,"10":4,"107":53,"11":64,"12":1,"13":33,"14":8,"15":3,"155":2,"16":3,"161":16,"167":2,"17":2,"18":67,"19":2,"20":2,"209":7,"21":35,"210":2,"211":1,"214":2,"215":3,"221":17,"223":97,"224":8,"225":42,"23":31,"24":66,"25":17,"257":4,"26":4,"27":5,"273":1,"279":10,"28":114,"282":2,"291":2,"30":2,"31":1,"32":4,"33":5,"34":11,"35":8,"352":50,"36":8,"37":8,"38":28,"380":1,"381":3,"383":1,"39":5,"391":2,"40":4,"409":1,"41":1,"414":5,"415":6,"42":4,"426":3,"43":7,"430":1,"44":6,"45":5,"46":13,"48":5,"49":6,"5":51,"51":6,"52":8,"53":6,"6":8,"63":1,"7":28,"8":8,"9":21,"all_client":10505,"all_tv_clinet":1073,"insert_time":"2014-08-22T20:42:01.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9404,"10":4,"107":52,"11":63,"12":1,"13":33,"14":8,"15":3,"155":2,"16":5,"161":15,"167":2,"17":3,"18":67,"19":2,"20":2,"209":7,"21":37,"210":2,"211":1,"214":2,"215":3,"221":17,"223":94,"224":8,"225":44,"23":31,"24":68,"25":15,"257":4,"26":4,"27":5,"273":1,"279":10,"28":113,"282":2,"291":2,"30":2,"31":1,"32":4,"33":4,"34":10,"35":8,"352":50,"36":7,"37":8,"38":29,"380":1,"381":3,"383":2,"39":6,"391":2,"40":4,"409":1,"41":2,"414":5,"415":6,"42":4,"426":3,"43":7,"430":1,"44":5,"45":5,"46":13,"48":5,"49":6,"5":51,"51":5,"52":8,"53":6,"6":8,"63":1,"7":27,"8":8,"9":21,"all_client":10475,"all_tv_clinet":1071,"insert_time":"2014-08-22T20:43:01.710Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9372,"10":4,"107":49,"11":63,"12":1,"13":34,"14":8,"15":2,"155":2,"16":6,"161":15,"167":3,"17":3,"18":68,"19":2,"20":2,"209":7,"21":35,"210":2,"211":1,"214":2,"215":3,"221":19,"223":87,"224":8,"225":45,"23":27,"24":69,"25":15,"257":4,"26":4,"27":5,"273":1,"279":11,"28":113,"282":2,"291":2,"30":2,"31":2,"32":5,"33":4,"34":8,"35":8,"352":48,"36":7,"37":8,"38":28,"380":1,"381":3,"383":2,"39":6,"391":2,"40":4,"409":1,"41":2,"414":5,"415":6,"42":4,"426":1,"43":7,"430":2,"44":5,"45":5,"46":14,"48":4,"49":6,"5":51,"51":5,"52":8,"53":8,"6":8,"63":1,"7":28,"8":8,"9":22,"all_client":10435,"all_tv_clinet":1063,"insert_time":"2014-08-22T20:44:01.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9344,"10":4,"107":47,"11":60,"12":1,"13":32,"14":7,"15":2,"155":2,"16":7,"161":15,"167":3,"17":3,"18":67,"19":2,"20":2,"209":7,"21":34,"210":2,"211":1,"214":2,"215":3,"221":19,"223":81,"224":8,"225":45,"23":26,"24":69,"25":14,"257":4,"26":4,"27":5,"273":1,"279":11,"28":116,"282":2,"291":2,"30":1,"31":2,"32":6,"33":4,"34":8,"35":8,"352":48,"36":7,"37":8,"38":28,"380":1,"381":3,"383":2,"39":6,"391":2,"40":4,"409":1,"41":3,"414":5,"415":7,"42":5,"426":1,"43":7,"430":2,"44":5,"45":5,"46":14,"48":4,"49":5,"5":51,"51":6,"52":8,"53":8,"6":8,"63":1,"7":30,"8":8,"9":21,"all_client":10397,"all_tv_clinet":1053,"insert_time":"2014-08-22T20:45:01.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9320,"10":4,"107":48,"11":60,"12":1,"13":32,"14":7,"15":2,"155":1,"16":7,"161":14,"167":3,"17":2,"18":64,"19":2,"20":2,"209":7,"21":34,"210":2,"211":1,"214":2,"215":3,"221":18,"223":74,"224":8,"225":44,"23":27,"24":65,"25":14,"257":5,"26":3,"27":6,"273":1,"279":11,"28":115,"282":2,"291":2,"30":1,"31":1,"32":6,"33":4,"34":9,"35":9,"352":44,"36":9,"37":9,"38":30,"380":1,"381":3,"383":2,"39":6,"391":2,"40":4,"41":4,"414":5,"415":6,"42":6,"426":1,"43":7,"430":2,"44":5,"45":5,"46":15,"48":4,"49":5,"5":52,"51":6,"52":8,"53":9,"6":8,"7":30,"8":9,"9":22,"all_client":10362,"all_tv_clinet":1042,"insert_time":"2014-08-22T20:46:01.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9285,"10":4,"107":48,"11":62,"12":1,"13":32,"14":7,"15":2,"155":1,"16":7,"161":12,"167":3,"17":2,"18":66,"19":2,"20":2,"209":7,"21":34,"210":2,"211":2,"214":2,"215":3,"221":20,"223":72,"224":8,"225":43,"23":28,"24":64,"25":14,"257":5,"26":2,"27":6,"273":1,"279":11,"28":114,"282":2,"291":2,"30":1,"31":1,"32":6,"33":2,"34":9,"35":9,"352":45,"36":10,"37":9,"38":30,"380":1,"381":3,"383":2,"39":6,"391":3,"40":4,"41":4,"414":6,"415":8,"42":6,"43":6,"430":2,"44":5,"45":5,"46":15,"48":4,"49":5,"5":51,"51":6,"52":7,"53":9,"6":8,"7":29,"8":10,"9":21,"all_client":10326,"all_tv_clinet":1041,"insert_time":"2014-08-22T20:47:02.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9247,"10":3,"107":48,"11":64,"12":1,"13":30,"14":6,"15":2,"155":1,"16":7,"161":13,"167":3,"17":2,"18":67,"19":2,"20":2,"209":6,"21":33,"210":3,"211":2,"214":2,"215":3,"221":20,"223":68,"224":8,"225":44,"23":26,"24":67,"25":12,"257":4,"26":2,"27":7,"273":1,"279":10,"28":111,"282":2,"291":2,"292":1,"30":1,"31":2,"32":7,"33":2,"34":8,"35":8,"352":46,"36":11,"37":7,"38":32,"380":1,"381":4,"383":2,"39":6,"391":3,"40":4,"41":4,"414":6,"415":8,"42":6,"43":7,"430":2,"44":5,"45":6,"46":13,"48":3,"49":5,"5":50,"51":6,"52":7,"53":9,"6":8,"7":28,"8":10,"9":23,"all_client":10282,"all_tv_clinet":1035,"insert_time":"2014-08-22T20:48:02.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9223,"10":3,"107":45,"11":66,"12":1,"13":31,"14":7,"15":2,"155":1,"16":7,"161":13,"167":4,"17":2,"18":66,"19":3,"20":2,"209":6,"21":33,"210":3,"211":2,"214":2,"215":2,"221":21,"223":65,"224":7,"225":45,"23":27,"24":67,"25":12,"257":4,"26":2,"27":7,"273":1,"276":1,"279":10,"28":111,"282":2,"291":2,"292":1,"30":1,"31":2,"32":6,"33":2,"34":7,"35":9,"352":47,"36":9,"37":7,"38":32,"380":1,"381":4,"383":2,"39":6,"391":3,"40":4,"41":5,"414":6,"415":8,"42":6,"43":8,"430":2,"44":5,"45":6,"46":13,"48":3,"49":5,"5":51,"51":6,"52":7,"53":8,"6":7,"7":30,"8":10,"9":23,"all_client":10260,"all_tv_clinet":1037,"insert_time":"2014-08-22T20:49:02.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9205,"10":3,"107":41,"11":64,"12":1,"13":31,"14":7,"15":2,"155":1,"16":7,"161":14,"167":3,"17":2,"18":64,"19":3,"20":2,"209":7,"21":32,"210":3,"211":2,"214":2,"215":3,"221":22,"223":64,"224":7,"225":45,"23":26,"24":68,"25":12,"257":4,"26":2,"27":6,"273":1,"276":1,"279":11,"28":108,"282":2,"291":2,"292":1,"30":1,"31":1,"32":6,"33":2,"34":8,"35":9,"352":50,"36":8,"37":8,"38":33,"380":1,"381":3,"383":2,"39":6,"391":3,"40":4,"41":5,"414":7,"415":7,"42":7,"43":8,"430":1,"44":6,"45":6,"46":14,"48":3,"49":5,"5":51,"51":6,"52":7,"53":7,"6":7,"7":29,"8":10,"80":1,"9":24,"all_client":10237,"all_tv_clinet":1032,"insert_time":"2014-08-22T20:50:02.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9167,"10":3,"107":42,"11":65,"12":1,"13":30,"14":9,"15":2,"155":1,"16":7,"161":12,"167":3,"17":2,"18":60,"19":3,"20":2,"209":7,"21":32,"210":3,"211":2,"214":2,"215":4,"221":23,"223":63,"224":6,"225":47,"23":27,"24":70,"25":12,"257":4,"26":3,"27":6,"273":1,"276":1,"279":12,"28":100,"282":2,"291":2,"30":1,"31":2,"32":6,"33":2,"34":7,"35":9,"352":51,"36":8,"37":8,"38":34,"380":1,"381":3,"383":2,"39":6,"391":3,"40":4,"41":4,"414":7,"415":7,"42":7,"43":6,"430":1,"44":5,"45":5,"46":14,"48":2,"49":6,"5":51,"51":6,"52":7,"53":7,"6":7,"7":30,"8":11,"80":1,"9":23,"all_client":10192,"all_tv_clinet":1025,"insert_time":"2014-08-22T20:51:02.367Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9141,"10":3,"107":42,"11":62,"12":1,"13":29,"14":9,"15":2,"155":1,"16":7,"161":11,"167":2,"17":1,"18":60,"19":3,"20":2,"209":7,"21":34,"210":3,"211":2,"214":2,"215":4,"221":23,"223":61,"224":5,"225":46,"23":27,"24":71,"25":12,"257":4,"26":3,"27":6,"273":1,"279":13,"28":99,"282":2,"291":2,"30":1,"31":2,"32":6,"33":2,"34":7,"35":9,"352":48,"36":8,"37":8,"38":36,"380":1,"381":3,"383":2,"39":6,"391":2,"40":4,"41":2,"414":8,"415":7,"42":8,"43":5,"430":1,"44":5,"45":5,"46":15,"48":2,"49":6,"5":51,"51":6,"52":6,"53":8,"6":6,"7":32,"8":12,"80":1,"9":25,"all_client":10159,"all_tv_clinet":1018,"insert_time":"2014-08-22T20:52:02.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9106,"10":3,"107":39,"11":63,"12":1,"13":28,"14":9,"15":2,"155":1,"16":7,"161":11,"167":2,"17":1,"18":61,"19":3,"20":2,"209":7,"21":34,"210":3,"211":2,"214":2,"215":4,"221":25,"223":59,"224":5,"225":48,"23":27,"24":69,"25":13,"257":4,"26":2,"27":6,"273":1,"279":14,"28":97,"282":2,"291":2,"30":1,"31":2,"32":6,"33":2,"34":7,"35":9,"352":49,"36":8,"37":7,"38":34,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":2,"414":8,"415":8,"42":7,"43":6,"430":1,"44":4,"45":5,"46":15,"48":2,"49":7,"5":51,"51":6,"52":6,"53":6,"56":1,"6":6,"7":31,"8":12,"9":26,"all_client":10119,"all_tv_clinet":1013,"insert_time":"2014-08-22T20:53:02.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9091,"10":3,"107":43,"11":65,"12":1,"13":28,"14":10,"15":3,"155":1,"16":6,"161":13,"167":2,"17":1,"18":59,"19":4,"20":2,"209":7,"21":32,"210":3,"211":2,"214":2,"215":4,"221":25,"223":61,"224":4,"225":49,"23":25,"24":67,"25":12,"257":4,"26":1,"27":7,"273":1,"279":13,"28":95,"282":2,"291":2,"30":1,"31":4,"32":6,"33":2,"34":7,"35":10,"352":49,"36":9,"37":7,"38":32,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":2,"414":8,"415":8,"42":7,"43":6,"430":1,"44":4,"45":4,"46":16,"48":2,"49":7,"5":51,"51":6,"52":6,"53":7,"56":1,"6":4,"7":28,"8":11,"9":25,"all_client":10100,"all_tv_clinet":1009,"insert_time":"2014-08-22T20:54:02.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9073,"10":3,"107":44,"11":68,"12":1,"13":28,"14":10,"15":3,"155":1,"16":6,"161":12,"167":2,"17":2,"18":59,"19":4,"20":2,"209":7,"21":30,"210":3,"211":2,"214":2,"215":4,"221":25,"223":56,"224":3,"225":52,"23":27,"24":68,"25":11,"257":4,"26":2,"27":8,"273":1,"279":12,"28":88,"282":2,"291":2,"30":1,"31":5,"32":6,"33":2,"34":7,"35":10,"352":50,"36":9,"37":7,"38":35,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":1,"414":8,"415":8,"42":6,"43":6,"430":1,"44":4,"45":4,"46":15,"48":2,"49":7,"5":50,"51":6,"52":6,"53":7,"56":1,"6":4,"7":29,"8":11,"9":26,"all_client":10080,"all_tv_clinet":1007,"insert_time":"2014-08-22T20:55:02.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9034,"10":3,"107":49,"11":64,"12":1,"13":29,"14":10,"15":3,"155":1,"16":6,"161":13,"167":2,"17":2,"18":59,"19":4,"20":2,"209":7,"21":30,"210":3,"211":2,"214":1,"215":4,"221":23,"223":55,"224":3,"225":50,"23":26,"24":66,"25":13,"257":5,"26":2,"27":8,"273":2,"279":10,"28":83,"282":2,"291":2,"30":1,"31":5,"32":4,"33":2,"34":7,"35":11,"352":50,"36":10,"37":7,"38":35,"380":1,"381":4,"383":3,"39":6,"391":2,"40":4,"41":2,"414":8,"415":8,"42":5,"43":7,"430":1,"44":4,"45":4,"46":16,"48":2,"49":6,"5":50,"51":7,"52":6,"53":7,"6":5,"7":29,"8":12,"9":26,"all_client":10036,"all_tv_clinet":1002,"insert_time":"2014-08-22T20:56:02.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9007,"10":3,"107":52,"11":61,"13":30,"14":10,"15":3,"155":1,"16":6,"160":1,"161":12,"167":2,"17":2,"18":58,"19":4,"20":2,"209":7,"21":32,"210":3,"211":2,"214":1,"215":4,"221":23,"223":56,"224":3,"225":44,"23":25,"24":65,"25":12,"257":5,"26":2,"27":7,"273":2,"279":11,"28":80,"282":2,"291":2,"30":1,"31":3,"32":4,"33":2,"34":8,"35":12,"352":50,"36":11,"37":8,"38":35,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":3,"414":7,"415":6,"42":5,"43":8,"430":1,"44":4,"45":4,"46":16,"48":3,"49":7,"5":52,"51":7,"52":7,"53":7,"6":6,"7":30,"8":13,"9":28,"all_client":10009,"all_tv_clinet":1002,"insert_time":"2014-08-22T20:57:03.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8982,"10":3,"107":55,"11":61,"13":32,"14":10,"15":3,"155":1,"16":7,"160":1,"161":12,"167":3,"17":2,"18":57,"19":4,"20":2,"209":7,"21":32,"210":3,"211":2,"214":1,"215":4,"221":23,"223":57,"224":3,"225":45,"23":25,"24":64,"25":12,"257":5,"26":2,"27":7,"273":2,"279":12,"28":76,"282":2,"291":2,"30":1,"31":3,"32":4,"33":1,"34":9,"35":12,"352":55,"36":11,"37":8,"38":34,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":3,"414":6,"415":6,"42":5,"43":8,"430":1,"44":4,"45":4,"46":15,"48":4,"49":7,"5":51,"51":7,"52":7,"53":7,"6":7,"7":29,"8":12,"9":29,"all_client":9990,"all_tv_clinet":1008,"insert_time":"2014-08-22T20:58:03.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8942,"10":3,"107":56,"11":66,"13":30,"14":10,"15":3,"155":1,"16":6,"160":1,"161":13,"167":3,"17":2,"18":54,"19":4,"20":1,"209":6,"21":33,"210":3,"211":1,"214":2,"215":4,"221":27,"223":55,"224":3,"225":46,"23":30,"24":64,"25":11,"257":5,"26":3,"27":7,"273":2,"279":12,"28":71,"282":2,"291":2,"30":1,"31":3,"32":4,"33":1,"34":9,"35":11,"352":54,"36":12,"37":7,"38":33,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":2,"414":6,"415":4,"42":5,"43":9,"430":1,"44":4,"45":4,"46":15,"48":4,"49":7,"5":49,"51":7,"52":7,"53":7,"6":9,"7":27,"8":11,"9":29,"all_client":9945,"all_tv_clinet":1003,"insert_time":"2014-08-22T20:59:03.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8939,"10":3,"107":57,"11":64,"13":30,"14":10,"15":2,"155":1,"16":5,"160":1,"161":13,"167":3,"17":2,"18":56,"19":5,"20":1,"209":6,"21":34,"210":3,"211":1,"214":2,"215":4,"221":27,"223":53,"224":2,"225":46,"23":30,"24":63,"25":13,"257":4,"26":3,"27":7,"273":2,"279":12,"28":69,"282":2,"291":2,"30":1,"31":3,"32":3,"33":1,"34":9,"35":10,"352":52,"36":9,"37":7,"38":34,"380":1,"381":3,"383":3,"39":6,"391":2,"40":4,"41":1,"414":6,"415":3,"42":4,"43":11,"430":1,"44":5,"45":4,"46":15,"48":5,"49":6,"5":47,"51":7,"52":8,"53":7,"6":9,"7":28,"8":11,"9":30,"all_client":9933,"all_tv_clinet":994,"insert_time":"2014-08-22T21:00:03.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8920,"10":3,"107":58,"11":65,"13":29,"14":9,"15":2,"155":1,"16":5,"160":1,"161":13,"167":3,"17":2,"18":53,"19":5,"20":1,"209":8,"21":31,"210":3,"211":1,"214":4,"215":4,"221":27,"223":56,"224":3,"225":46,"23":31,"24":62,"25":14,"257":3,"26":3,"27":7,"273":2,"279":11,"28":69,"282":2,"291":2,"31":3,"32":3,"33":1,"34":8,"35":10,"352":48,"36":10,"37":7,"38":36,"380":1,"381":3,"383":3,"39":5,"391":2,"40":4,"41":1,"414":6,"415":3,"42":4,"43":10,"430":1,"44":5,"45":4,"46":15,"48":5,"49":6,"5":46,"51":7,"52":9,"53":6,"6":10,"7":29,"8":10,"9":29,"all_client":9909,"all_tv_clinet":989,"insert_time":"2014-08-22T21:01:03.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8910,"10":2,"107":57,"11":65,"13":31,"14":9,"15":3,"155":1,"16":5,"160":1,"161":14,"167":4,"17":2,"18":51,"19":5,"20":1,"209":7,"21":32,"210":3,"211":1,"214":4,"215":4,"221":27,"223":61,"224":3,"225":47,"23":29,"24":62,"25":14,"257":3,"26":2,"27":7,"279":10,"28":71,"282":2,"291":2,"31":2,"32":3,"33":1,"34":10,"35":10,"352":48,"36":11,"37":7,"38":35,"380":1,"381":3,"383":3,"39":5,"391":2,"40":4,"414":6,"415":3,"42":4,"43":8,"430":1,"44":6,"45":3,"46":15,"48":5,"49":7,"5":45,"51":6,"52":10,"53":6,"6":9,"7":28,"8":11,"9":28,"all_client":9898,"all_tv_clinet":988,"insert_time":"2014-08-22T21:02:03.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8896,"10":2,"107":57,"11":62,"13":32,"14":8,"15":3,"155":1,"16":5,"161":14,"167":4,"17":2,"18":51,"19":5,"20":1,"209":7,"21":33,"210":3,"211":1,"214":4,"215":4,"221":23,"223":64,"224":3,"225":50,"23":30,"24":59,"25":16,"257":4,"26":3,"27":7,"279":11,"28":74,"282":2,"291":2,"31":1,"32":3,"33":1,"34":11,"35":11,"352":49,"36":13,"37":7,"38":35,"380":1,"381":3,"383":3,"39":7,"391":2,"40":4,"414":6,"415":3,"42":4,"43":7,"430":1,"44":6,"45":3,"46":15,"48":4,"49":6,"5":44,"51":6,"52":9,"53":4,"6":9,"7":28,"8":10,"9":26,"all_client":9885,"all_tv_clinet":989,"insert_time":"2014-08-22T21:03:03.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8873,"10":2,"107":56,"11":61,"13":33,"14":9,"15":3,"155":1,"16":4,"161":13,"167":4,"17":2,"18":52,"19":5,"20":1,"209":5,"21":34,"210":3,"211":1,"214":3,"215":4,"221":23,"223":60,"224":3,"225":52,"23":30,"24":58,"25":15,"257":4,"26":4,"27":7,"279":11,"28":71,"282":3,"291":2,"31":2,"32":3,"33":2,"34":11,"35":11,"352":48,"36":13,"37":9,"38":33,"380":1,"381":3,"383":3,"39":7,"391":2,"40":4,"414":5,"415":4,"42":4,"426":1,"43":6,"430":1,"44":7,"45":3,"46":17,"48":3,"49":7,"5":39,"51":6,"52":9,"53":4,"6":10,"7":33,"8":9,"9":26,"all_client":9858,"all_tv_clinet":985,"insert_time":"2014-08-22T21:04:03.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8853,"10":3,"107":54,"11":61,"13":31,"14":10,"15":2,"155":1,"16":4,"161":12,"167":4,"17":2,"18":55,"19":5,"20":2,"209":6,"21":36,"210":3,"211":1,"214":3,"215":3,"221":25,"223":60,"224":3,"225":48,"23":31,"24":57,"25":14,"257":4,"26":5,"27":7,"279":11,"28":66,"282":3,"291":2,"31":2,"32":3,"33":2,"34":10,"35":11,"352":47,"36":12,"37":9,"38":35,"380":1,"381":3,"383":3,"39":7,"391":2,"40":5,"41":1,"414":4,"415":3,"42":4,"426":1,"43":7,"430":1,"44":6,"45":4,"46":18,"48":2,"49":7,"5":42,"51":6,"52":8,"53":4,"6":10,"7":35,"8":9,"9":26,"all_client":9837,"all_tv_clinet":984,"insert_time":"2014-08-22T21:05:03.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8822,"10":3,"107":55,"11":61,"13":30,"14":9,"15":2,"155":1,"16":4,"161":13,"167":4,"17":2,"18":57,"19":5,"20":2,"209":7,"21":36,"210":2,"211":1,"214":3,"215":3,"221":25,"223":57,"224":3,"225":52,"23":30,"24":51,"25":14,"257":4,"26":5,"27":7,"279":11,"28":64,"282":3,"291":2,"31":3,"32":3,"33":1,"34":11,"35":10,"352":47,"36":11,"37":9,"38":33,"380":1,"381":3,"383":3,"39":7,"391":2,"40":5,"41":1,"414":4,"415":3,"42":5,"426":1,"43":8,"430":1,"44":6,"45":4,"46":17,"48":3,"49":10,"5":43,"51":6,"52":9,"53":4,"6":10,"7":36,"8":9,"9":25,"all_client":9804,"all_tv_clinet":982,"insert_time":"2014-08-22T21:06:03.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8776,"10":4,"107":55,"11":63,"13":30,"14":9,"15":3,"155":1,"16":4,"161":15,"167":4,"17":2,"18":55,"19":5,"20":3,"209":7,"21":38,"210":2,"211":1,"214":3,"215":3,"221":25,"223":57,"224":3,"225":46,"23":30,"24":49,"25":14,"257":4,"26":5,"27":7,"279":11,"28":64,"282":3,"291":2,"31":2,"32":3,"33":1,"34":10,"35":11,"352":51,"36":11,"37":8,"38":32,"380":1,"381":3,"383":4,"39":8,"391":2,"40":6,"41":2,"414":5,"415":3,"42":4,"43":9,"430":1,"44":5,"45":4,"46":16,"48":4,"49":11,"5":47,"51":6,"52":8,"53":4,"6":10,"7":33,"8":10,"9":26,"all_client":9764,"all_tv_clinet":988,"insert_time":"2014-08-22T21:07:04.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8763,"10":4,"107":56,"11":64,"13":29,"14":9,"15":3,"155":1,"16":4,"161":14,"167":3,"17":2,"18":57,"19":5,"20":3,"209":7,"21":38,"210":2,"211":1,"214":3,"215":2,"221":22,"223":56,"224":3,"225":50,"23":30,"24":52,"25":14,"257":4,"26":5,"27":7,"279":11,"28":63,"282":3,"291":3,"31":2,"32":3,"33":1,"34":9,"35":10,"352":49,"36":11,"37":9,"38":33,"380":1,"381":3,"383":4,"39":8,"391":2,"40":5,"41":2,"414":5,"415":3,"42":4,"43":9,"430":1,"44":5,"45":4,"46":18,"48":4,"49":11,"5":48,"51":6,"52":8,"53":6,"6":10,"7":35,"8":11,"9":26,"all_client":9759,"all_tv_clinet":996,"insert_time":"2014-08-22T21:08:04.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8745,"10":5,"107":56,"11":65,"13":30,"14":8,"15":3,"155":1,"16":3,"161":15,"167":3,"17":2,"18":57,"19":5,"20":5,"209":7,"21":38,"210":2,"211":1,"214":3,"215":2,"221":23,"223":54,"224":3,"225":50,"23":30,"24":48,"25":13,"257":4,"26":5,"27":7,"279":8,"28":63,"282":3,"291":3,"31":1,"32":3,"33":1,"34":7,"35":10,"352":48,"36":10,"37":9,"38":34,"380":1,"381":3,"383":4,"39":8,"391":2,"40":5,"41":2,"414":5,"415":4,"42":4,"43":8,"430":1,"44":5,"45":5,"46":19,"48":6,"49":10,"5":48,"51":6,"52":7,"53":4,"6":10,"7":35,"8":11,"9":26,"all_client":9732,"all_tv_clinet":987,"insert_time":"2014-08-22T21:09:04.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8719,"10":3,"107":55,"11":67,"13":30,"14":8,"15":3,"155":1,"16":2,"161":15,"167":3,"17":2,"18":60,"19":5,"20":5,"209":7,"21":37,"210":2,"211":1,"214":3,"215":3,"221":25,"223":54,"224":3,"225":53,"23":29,"24":48,"25":14,"257":4,"26":6,"27":7,"279":7,"28":62,"282":3,"291":3,"31":1,"32":3,"34":8,"35":11,"352":45,"36":10,"37":10,"38":36,"380":1,"381":3,"383":3,"39":7,"391":2,"40":6,"41":3,"414":5,"415":5,"42":5,"43":7,"430":1,"44":5,"45":5,"46":19,"48":7,"49":9,"5":45,"51":6,"52":6,"53":3,"6":9,"7":32,"8":11,"9":25,"all_client":9703,"all_tv_clinet":984,"insert_time":"2014-08-22T21:10:04.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8695,"10":3,"107":55,"11":67,"13":30,"14":8,"15":3,"155":1,"16":3,"161":14,"167":5,"17":2,"18":59,"19":5,"20":6,"209":8,"21":38,"210":2,"211":1,"214":3,"215":3,"221":25,"223":56,"224":3,"225":57,"23":28,"24":49,"25":14,"257":4,"26":5,"27":7,"279":8,"28":62,"282":4,"291":3,"31":1,"32":3,"34":9,"35":11,"352":44,"36":10,"37":11,"38":35,"380":1,"381":3,"383":3,"39":7,"391":2,"40":7,"41":3,"414":4,"415":5,"42":4,"43":7,"430":1,"44":5,"45":5,"46":18,"48":8,"49":9,"5":45,"51":7,"52":6,"53":2,"6":9,"7":31,"8":11,"9":25,"all_client":9688,"all_tv_clinet":993,"insert_time":"2014-08-22T21:11:04.362Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8675,"10":3,"107":56,"11":65,"13":31,"14":8,"15":3,"155":1,"16":3,"161":12,"167":5,"17":2,"18":58,"19":5,"20":6,"209":8,"21":37,"210":2,"211":1,"214":3,"215":4,"221":25,"223":56,"224":3,"225":56,"23":27,"24":51,"25":16,"257":4,"26":5,"27":7,"279":9,"28":62,"282":4,"291":3,"31":1,"32":3,"33":1,"34":9,"35":11,"352":45,"36":12,"37":11,"38":37,"381":3,"383":3,"39":6,"391":2,"40":8,"41":3,"414":5,"415":5,"42":4,"426":1,"43":7,"430":1,"44":6,"45":4,"46":17,"48":7,"49":10,"5":44,"51":6,"52":6,"53":2,"6":9,"7":30,"8":11,"9":24,"all_client":9670,"all_tv_clinet":995,"insert_time":"2014-08-22T21:12:04.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8647,"10":3,"107":58,"11":66,"13":31,"14":8,"15":3,"155":1,"16":3,"161":11,"167":5,"17":2,"18":60,"19":4,"20":6,"209":8,"21":38,"210":2,"211":1,"214":3,"215":4,"221":26,"223":56,"224":4,"225":53,"23":26,"24":52,"25":15,"257":4,"26":5,"27":10,"279":8,"28":59,"282":4,"291":3,"31":1,"32":4,"33":1,"34":8,"35":11,"352":46,"36":15,"37":10,"38":39,"381":2,"383":3,"39":6,"391":2,"40":7,"41":3,"414":5,"415":5,"42":3,"426":1,"43":7,"430":1,"44":6,"45":4,"46":18,"48":6,"49":10,"5":42,"51":6,"52":6,"53":2,"6":10,"7":32,"8":11,"9":22,"all_client":9644,"all_tv_clinet":997,"insert_time":"2014-08-22T21:13:04.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8636,"10":3,"107":59,"11":68,"13":33,"14":8,"15":3,"155":1,"16":2,"161":10,"167":5,"17":2,"18":59,"19":4,"20":5,"209":8,"21":37,"210":2,"211":1,"214":3,"215":4,"221":26,"223":56,"224":5,"225":57,"23":26,"24":54,"25":15,"257":4,"26":5,"27":10,"279":8,"28":59,"282":4,"291":3,"31":2,"32":3,"33":1,"34":8,"35":11,"352":46,"36":15,"37":9,"38":37,"381":2,"383":3,"39":6,"391":1,"40":7,"41":4,"414":5,"415":5,"42":3,"426":1,"43":7,"430":1,"44":9,"45":5,"46":20,"48":5,"49":10,"5":39,"51":6,"52":5,"53":2,"6":10,"7":33,"8":10,"9":23,"all_client":9639,"all_tv_clinet":1003,"insert_time":"2014-08-22T21:14:04.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8603,"10":3,"107":57,"11":71,"13":32,"14":8,"15":3,"155":1,"16":2,"161":12,"167":5,"17":2,"18":58,"19":4,"20":5,"209":8,"21":38,"210":2,"211":1,"214":3,"215":4,"221":26,"223":54,"224":5,"225":53,"23":27,"24":55,"25":14,"257":4,"26":5,"27":10,"279":8,"28":59,"282":4,"291":3,"31":3,"32":3,"33":1,"34":8,"35":11,"352":44,"36":16,"37":8,"38":37,"381":2,"383":3,"39":6,"391":1,"40":8,"41":3,"414":5,"415":6,"42":3,"426":1,"43":6,"430":1,"44":9,"45":5,"46":20,"48":6,"49":11,"5":39,"51":6,"52":4,"53":2,"6":10,"7":36,"8":10,"9":22,"all_client":9605,"all_tv_clinet":1002,"insert_time":"2014-08-22T21:15:04.706Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8587,"10":3,"107":56,"11":73,"13":32,"14":8,"15":3,"155":1,"16":2,"161":14,"167":5,"17":1,"18":59,"19":3,"20":5,"209":8,"21":35,"210":2,"211":1,"214":3,"215":4,"221":25,"223":53,"224":4,"225":53,"23":27,"24":57,"25":14,"257":4,"26":6,"27":9,"279":9,"28":60,"282":4,"291":3,"31":3,"32":3,"33":2,"34":8,"35":11,"352":46,"36":16,"37":7,"38":40,"381":2,"383":3,"39":6,"391":1,"40":9,"41":3,"414":4,"415":5,"42":3,"426":2,"43":7,"430":1,"44":9,"45":5,"46":19,"48":7,"49":13,"5":39,"51":5,"52":4,"53":2,"6":10,"7":35,"8":10,"9":22,"all_client":9595,"all_tv_clinet":1008,"insert_time":"2014-08-22T21:16:04.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8589,"10":4,"107":51,"11":72,"13":33,"14":8,"15":3,"155":1,"16":2,"161":15,"167":5,"17":1,"18":59,"19":2,"20":5,"209":8,"21":35,"210":2,"211":1,"214":3,"215":4,"221":24,"223":50,"224":5,"225":55,"23":29,"24":53,"25":15,"257":4,"26":6,"27":9,"279":14,"28":57,"282":4,"291":3,"31":3,"32":3,"33":2,"34":8,"35":11,"352":46,"36":16,"37":8,"38":41,"381":2,"383":3,"39":6,"391":1,"40":10,"41":2,"414":4,"415":5,"42":3,"426":2,"43":7,"430":1,"44":8,"45":5,"46":20,"48":7,"49":12,"5":38,"51":4,"52":5,"53":2,"6":8,"7":32,"8":11,"9":23,"all_client":9590,"all_tv_clinet":1001,"insert_time":"2014-08-22T21:17:04.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8559,"10":4,"107":48,"11":74,"13":31,"14":8,"15":4,"155":1,"16":2,"161":15,"167":5,"17":1,"18":62,"19":2,"20":3,"209":6,"21":35,"210":2,"211":1,"214":3,"215":5,"221":22,"223":51,"224":5,"225":56,"23":28,"24":51,"25":15,"257":4,"26":6,"27":9,"279":18,"28":53,"282":4,"291":3,"31":3,"32":3,"33":2,"34":8,"35":10,"352":47,"36":15,"37":9,"38":44,"381":2,"383":3,"39":6,"391":1,"40":10,"41":2,"414":4,"415":5,"42":3,"426":2,"43":8,"430":1,"44":7,"45":5,"46":20,"48":5,"49":11,"5":38,"51":4,"52":5,"53":3,"6":9,"7":32,"8":11,"9":23,"all_client":9557,"all_tv_clinet":998,"insert_time":"2014-08-22T21:18:04.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8553,"10":4,"107":47,"11":75,"13":28,"14":8,"15":3,"155":1,"16":3,"161":16,"167":5,"17":1,"18":64,"19":2,"20":3,"209":7,"21":34,"210":2,"211":1,"214":3,"215":5,"221":22,"223":51,"224":5,"225":59,"23":31,"24":52,"25":14,"257":5,"26":5,"268":1,"27":8,"279":21,"28":50,"282":4,"291":3,"31":4,"32":3,"33":2,"34":8,"35":9,"352":46,"36":15,"37":9,"38":43,"381":2,"383":3,"39":6,"391":1,"40":11,"41":2,"414":5,"415":5,"42":3,"426":1,"43":8,"430":1,"44":7,"45":5,"46":20,"48":4,"49":9,"5":37,"51":4,"52":5,"53":3,"6":11,"7":32,"8":11,"9":24,"all_client":9555,"all_tv_clinet":1002,"insert_time":"2014-08-22T21:19:05.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8520,"10":4,"107":47,"11":75,"13":29,"14":7,"15":3,"155":1,"16":3,"161":15,"167":5,"17":1,"18":67,"19":3,"20":3,"209":6,"21":32,"210":2,"211":1,"214":3,"215":5,"221":22,"223":51,"224":4,"225":58,"23":32,"24":52,"25":14,"257":5,"26":5,"268":1,"27":8,"279":22,"28":50,"282":4,"291":3,"31":4,"32":3,"33":3,"34":8,"35":9,"352":48,"36":16,"37":9,"38":41,"381":2,"383":3,"39":5,"391":1,"40":11,"41":3,"414":5,"415":6,"42":3,"426":1,"43":8,"430":1,"44":7,"45":5,"46":20,"48":4,"49":9,"5":37,"51":4,"52":5,"53":3,"6":11,"7":32,"8":11,"9":24,"all_client":9525,"all_tv_clinet":1005,"insert_time":"2014-08-22T21:20:05.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8540,"10":4,"107":51,"11":76,"13":27,"14":8,"15":3,"155":2,"16":3,"161":15,"167":5,"17":1,"18":66,"19":2,"20":3,"209":6,"21":30,"210":2,"211":1,"214":3,"215":3,"221":23,"223":46,"224":4,"225":51,"23":32,"24":53,"25":11,"257":5,"26":5,"268":1,"27":8,"273":1,"279":23,"28":51,"282":4,"291":3,"31":5,"32":3,"33":3,"34":8,"35":9,"352":48,"36":16,"37":9,"38":41,"381":2,"383":3,"39":5,"391":1,"40":11,"41":3,"414":5,"415":6,"42":3,"426":1,"43":7,"430":1,"44":5,"45":5,"46":23,"48":3,"49":9,"5":36,"51":4,"52":5,"53":4,"6":13,"7":32,"8":12,"9":25,"all_client":9538,"all_tv_clinet":998,"insert_time":"2014-08-22T21:21:05.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8540,"10":4,"107":50,"11":77,"13":27,"14":9,"15":3,"155":2,"16":3,"161":14,"167":6,"17":1,"18":65,"19":3,"20":3,"209":6,"21":31,"210":2,"211":1,"214":3,"215":3,"221":24,"223":46,"224":4,"225":50,"23":28,"24":56,"25":11,"257":5,"26":3,"27":8,"273":1,"279":26,"28":50,"282":4,"291":2,"31":5,"32":3,"33":4,"34":7,"35":9,"352":48,"36":15,"37":9,"38":44,"381":2,"383":3,"39":5,"391":1,"40":11,"41":3,"414":5,"415":6,"42":3,"426":1,"43":7,"430":1,"44":5,"45":5,"46":22,"48":3,"49":7,"5":37,"51":4,"52":5,"53":4,"6":14,"7":34,"8":12,"9":27,"all_client":9542,"all_tv_clinet":1002,"insert_time":"2014-08-22T21:22:05.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8538,"10":3,"107":48,"11":77,"13":26,"14":9,"15":4,"155":2,"16":3,"161":13,"167":4,"17":1,"18":66,"19":3,"20":3,"209":6,"21":32,"210":2,"211":1,"214":3,"215":3,"221":21,"223":45,"224":5,"225":49,"23":28,"24":54,"25":12,"257":4,"26":3,"27":8,"273":1,"279":28,"28":50,"282":4,"291":2,"31":5,"32":3,"33":4,"34":7,"35":9,"352":48,"36":16,"37":9,"38":43,"381":3,"383":3,"39":5,"391":1,"40":11,"41":3,"414":5,"415":5,"42":3,"426":1,"43":7,"430":1,"44":5,"45":5,"46":21,"48":3,"49":6,"5":37,"51":4,"52":5,"53":4,"6":15,"7":34,"8":13,"9":29,"all_client":9534,"all_tv_clinet":996,"insert_time":"2014-08-22T21:23:05.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8540,"10":3,"107":45,"11":75,"13":25,"14":9,"15":4,"155":1,"16":3,"161":11,"167":4,"17":1,"18":66,"19":3,"20":3,"209":6,"21":34,"210":1,"211":1,"214":3,"215":4,"221":21,"223":47,"224":6,"225":50,"23":26,"24":54,"25":12,"257":4,"26":3,"27":9,"273":1,"279":28,"28":50,"282":4,"291":2,"31":5,"32":3,"33":4,"34":7,"35":10,"352":47,"36":16,"37":9,"38":43,"381":3,"383":3,"39":5,"391":1,"40":11,"41":3,"414":5,"415":4,"42":3,"426":1,"43":7,"430":1,"44":5,"45":5,"46":21,"48":1,"49":6,"5":34,"51":4,"52":4,"53":3,"6":16,"7":36,"8":12,"9":31,"all_client":9528,"all_tv_clinet":988,"insert_time":"2014-08-22T21:24:05.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8548,"10":3,"107":45,"11":75,"13":25,"14":9,"15":4,"155":1,"16":3,"161":10,"167":4,"17":1,"18":64,"19":3,"20":4,"209":6,"21":35,"210":1,"211":1,"214":4,"215":4,"221":20,"223":48,"224":7,"225":51,"23":26,"24":55,"25":11,"257":3,"26":3,"27":9,"273":1,"279":28,"28":49,"282":4,"291":2,"31":5,"32":3,"33":4,"34":8,"35":9,"352":43,"36":15,"37":8,"38":44,"381":3,"383":3,"39":5,"391":1,"40":11,"41":2,"414":5,"415":3,"42":3,"426":1,"43":7,"430":1,"44":4,"45":5,"46":22,"48":1,"49":6,"5":38,"51":4,"52":4,"53":2,"6":14,"7":35,"8":12,"9":33,"all_client":9531,"all_tv_clinet":983,"insert_time":"2014-08-22T21:25:05.867Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8556,"10":3,"107":43,"11":78,"13":25,"14":10,"15":4,"155":1,"159":1,"16":3,"161":10,"167":4,"17":1,"18":64,"19":3,"20":4,"209":5,"21":35,"210":1,"211":1,"214":4,"215":5,"221":18,"223":52,"224":7,"225":49,"23":27,"24":57,"25":10,"257":3,"26":4,"27":9,"273":1,"279":28,"28":50,"282":4,"291":2,"31":5,"32":3,"33":4,"34":7,"35":8,"352":43,"36":14,"37":8,"38":44,"381":2,"383":3,"39":5,"391":1,"40":12,"41":2,"414":4,"415":3,"42":3,"426":2,"43":7,"430":1,"44":4,"45":5,"46":22,"48":1,"49":6,"5":41,"51":4,"52":4,"53":2,"6":13,"7":36,"8":11,"9":32,"all_client":9544,"all_tv_clinet":988,"insert_time":"2014-08-22T21:26:05.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8534,"10":3,"107":41,"11":76,"13":26,"14":11,"15":3,"159":1,"16":4,"161":9,"167":4,"17":1,"18":64,"19":3,"20":4,"209":5,"21":33,"210":1,"211":1,"214":4,"215":5,"221":20,"223":57,"224":5,"225":53,"23":27,"24":57,"25":10,"257":3,"26":5,"27":9,"279":29,"28":49,"282":4,"291":2,"292":1,"31":4,"32":3,"33":4,"34":7,"35":8,"352":41,"36":15,"37":8,"38":44,"381":2,"383":3,"39":5,"391":1,"40":12,"41":1,"414":4,"415":3,"42":3,"426":3,"43":7,"430":1,"44":4,"45":5,"46":22,"48":1,"49":3,"5":45,"51":4,"52":4,"53":3,"6":13,"7":35,"8":10,"9":29,"all_client":9521,"all_tv_clinet":987,"insert_time":"2014-08-22T21:27:06.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8534,"10":3,"107":43,"11":73,"13":26,"14":12,"15":3,"159":1,"16":4,"161":9,"167":3,"17":1,"18":65,"19":3,"20":4,"209":5,"21":34,"210":1,"211":1,"214":4,"215":5,"221":18,"223":58,"224":4,"225":55,"23":26,"24":55,"25":11,"257":4,"26":6,"27":9,"279":29,"28":51,"282":4,"291":3,"292":1,"31":4,"32":3,"33":4,"34":7,"35":8,"352":42,"36":13,"37":8,"38":45,"381":2,"383":3,"39":5,"391":1,"40":13,"41":2,"414":4,"415":3,"42":2,"426":3,"43":8,"430":1,"44":3,"45":5,"46":22,"48":2,"49":2,"5":45,"51":4,"52":4,"53":4,"6":14,"7":35,"8":11,"9":27,"all_client":9527,"all_tv_clinet":993,"insert_time":"2014-08-22T21:28:06.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8507,"10":3,"107":46,"11":69,"13":27,"14":12,"15":3,"159":1,"16":6,"161":9,"167":3,"17":1,"18":62,"19":3,"20":4,"209":5,"21":33,"210":1,"211":1,"214":4,"215":5,"221":21,"223":58,"224":4,"225":59,"23":27,"24":55,"25":12,"257":6,"26":6,"268":1,"27":13,"279":29,"28":51,"282":4,"291":3,"292":1,"31":4,"32":2,"33":4,"34":7,"35":8,"352":43,"36":15,"37":9,"38":47,"381":3,"383":3,"39":5,"391":1,"40":12,"41":2,"414":4,"415":3,"42":3,"426":2,"43":7,"430":1,"44":3,"45":5,"46":21,"48":2,"49":1,"5":47,"51":4,"52":4,"53":6,"6":13,"7":34,"8":9,"9":24,"all_client":9513,"all_tv_clinet":1006,"insert_time":"2014-08-22T21:29:06.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8514,"10":3,"107":46,"11":66,"13":29,"14":11,"15":3,"156":1,"159":1,"16":6,"161":8,"167":3,"17":1,"18":66,"19":3,"20":5,"209":4,"21":35,"210":1,"211":1,"214":4,"215":5,"221":22,"223":56,"224":4,"225":59,"23":29,"24":54,"25":12,"257":6,"26":6,"268":1,"27":13,"279":28,"28":50,"282":4,"291":3,"292":1,"31":5,"32":2,"33":4,"34":7,"35":8,"352":46,"36":15,"37":9,"38":47,"381":3,"383":3,"39":7,"391":1,"40":12,"41":2,"414":4,"415":4,"42":4,"426":1,"43":7,"430":1,"44":3,"45":5,"46":21,"48":2,"49":1,"5":50,"51":4,"52":4,"53":6,"6":13,"7":34,"8":9,"9":23,"all_client":9531,"all_tv_clinet":1017,"insert_time":"2014-08-22T21:30:06.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8499,"10":3,"107":46,"11":66,"13":29,"14":11,"15":3,"156":1,"159":1,"16":6,"161":8,"167":3,"17":1,"18":69,"19":3,"20":5,"209":4,"21":36,"210":1,"211":1,"214":4,"215":5,"221":22,"223":54,"224":4,"225":57,"23":30,"24":57,"25":11,"257":6,"26":6,"268":1,"27":13,"279":27,"28":49,"282":4,"291":3,"292":2,"31":5,"32":2,"33":4,"34":8,"35":9,"352":48,"36":14,"37":9,"38":45,"381":3,"383":3,"39":7,"391":2,"40":12,"41":1,"414":3,"415":4,"42":4,"426":1,"43":7,"430":1,"44":3,"45":5,"46":21,"48":2,"49":1,"5":51,"51":4,"52":4,"53":6,"6":13,"7":32,"8":10,"9":24,"all_client":9519,"all_tv_clinet":1020,"insert_time":"2014-08-22T21:31:06.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8502,"10":4,"107":48,"11":68,"12":1,"13":29,"14":11,"15":3,"156":1,"159":1,"16":5,"161":8,"167":3,"17":1,"18":73,"19":3,"20":5,"209":4,"21":36,"210":1,"211":1,"214":4,"215":5,"221":22,"223":52,"224":6,"225":56,"23":25,"24":57,"25":12,"257":6,"26":5,"268":1,"27":12,"276":1,"279":27,"28":49,"282":4,"291":3,"292":2,"31":5,"32":2,"33":3,"34":8,"35":9,"352":45,"36":17,"37":8,"38":42,"381":3,"383":4,"39":7,"391":2,"397":1,"40":11,"41":1,"414":3,"415":4,"42":4,"426":2,"43":7,"430":1,"44":3,"45":5,"46":23,"48":2,"49":1,"5":50,"51":4,"52":4,"53":5,"6":13,"7":34,"8":11,"9":24,"all_client":9525,"all_tv_clinet":1023,"insert_time":"2014-08-22T21:32:06.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8512,"10":4,"107":47,"11":69,"12":1,"13":26,"14":10,"15":3,"156":1,"159":1,"16":5,"161":7,"167":3,"17":1,"18":78,"19":3,"20":6,"209":3,"21":35,"210":1,"211":1,"214":4,"215":5,"221":21,"223":52,"224":6,"225":59,"23":24,"24":62,"25":12,"257":6,"26":6,"268":1,"27":12,"276":1,"279":26,"28":49,"282":4,"291":3,"292":2,"31":4,"32":2,"33":3,"34":8,"35":9,"352":45,"36":17,"37":8,"38":44,"381":3,"383":5,"39":6,"391":3,"397":2,"40":11,"409":1,"414":3,"415":3,"42":4,"426":2,"43":9,"430":1,"44":3,"45":5,"46":21,"48":2,"49":2,"5":45,"51":4,"52":4,"53":5,"6":13,"7":34,"8":13,"9":26,"all_client":9542,"all_tv_clinet":1030,"insert_time":"2014-08-22T21:33:06.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8520,"10":4,"107":45,"11":71,"12":1,"13":25,"14":11,"15":3,"156":1,"159":1,"16":5,"161":5,"167":3,"17":1,"18":82,"19":3,"20":6,"209":3,"21":35,"210":1,"211":1,"214":4,"215":5,"221":20,"223":52,"224":5,"225":61,"23":22,"24":64,"25":12,"257":7,"26":6,"268":1,"27":12,"276":1,"279":26,"28":50,"282":4,"291":3,"292":2,"31":4,"32":2,"33":2,"34":8,"35":9,"352":44,"36":20,"37":7,"38":44,"381":3,"383":5,"39":6,"391":3,"397":2,"40":12,"409":1,"414":3,"415":3,"42":4,"426":2,"43":9,"430":1,"44":3,"45":5,"46":19,"48":1,"49":3,"5":49,"51":4,"52":4,"53":5,"6":12,"7":33,"8":14,"9":24,"all_client":9554,"all_tv_clinet":1034,"insert_time":"2014-08-22T21:34:06.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8539,"10":4,"107":48,"11":69,"12":1,"13":22,"14":11,"15":4,"156":1,"159":1,"16":4,"161":5,"167":3,"17":1,"18":80,"19":4,"20":5,"209":3,"21":35,"210":1,"211":1,"214":4,"215":5,"221":20,"223":52,"224":5,"225":60,"23":26,"24":69,"25":10,"257":7,"26":6,"268":1,"27":12,"276":1,"279":24,"28":50,"282":4,"291":3,"292":2,"31":5,"32":2,"33":2,"34":8,"35":9,"352":43,"36":21,"37":8,"38":48,"381":3,"383":5,"39":6,"391":3,"397":1,"40":11,"409":1,"414":3,"415":3,"42":5,"426":2,"43":8,"430":1,"433":1,"44":3,"45":5,"46":19,"48":1,"49":2,"5":53,"51":4,"52":4,"53":5,"6":11,"7":33,"8":18,"9":26,"all_client":9586,"all_tv_clinet":1047,"insert_time":"2014-08-22T21:35:06.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8534,"10":4,"107":51,"11":71,"12":1,"13":20,"14":11,"15":4,"156":1,"159":1,"16":4,"161":5,"167":3,"17":1,"18":82,"19":4,"20":4,"209":3,"21":35,"210":1,"211":1,"214":4,"215":5,"221":19,"223":52,"224":5,"225":57,"23":25,"24":69,"25":11,"257":7,"26":5,"268":1,"27":12,"276":1,"279":23,"28":51,"282":4,"291":3,"292":2,"31":5,"32":3,"33":2,"34":8,"35":9,"352":42,"36":22,"37":8,"38":51,"381":3,"383":5,"39":6,"391":3,"40":11,"409":1,"41":1,"414":3,"415":2,"42":4,"426":2,"43":8,"430":1,"433":1,"44":3,"45":5,"46":18,"48":2,"49":2,"5":50,"51":4,"52":4,"53":6,"570":1,"6":13,"7":33,"8":18,"9":27,"all_client":9584,"all_tv_clinet":1050,"insert_time":"2014-08-22T21:36:06.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8536,"10":4,"107":49,"11":74,"12":1,"13":20,"14":10,"15":3,"156":1,"159":1,"16":3,"161":7,"167":3,"17":1,"18":82,"19":4,"20":4,"209":3,"21":35,"210":1,"211":1,"214":4,"215":5,"221":20,"223":54,"224":5,"225":56,"23":27,"24":69,"25":12,"257":7,"26":6,"268":1,"27":15,"276":1,"279":21,"28":52,"282":4,"291":3,"292":2,"31":4,"32":3,"33":2,"34":7,"35":9,"352":46,"36":23,"37":8,"38":43,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":2,"414":3,"415":2,"42":4,"426":2,"43":9,"430":1,"433":1,"44":3,"45":5,"46":18,"48":2,"49":1,"5":50,"51":4,"52":4,"53":7,"570":1,"6":13,"7":31,"8":18,"9":26,"all_client":9587,"all_tv_clinet":1051,"insert_time":"2014-08-22T21:37:06.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8537,"10":3,"107":46,"11":75,"12":1,"13":21,"14":11,"15":3,"156":1,"159":1,"16":3,"161":10,"167":4,"17":1,"18":83,"19":5,"20":4,"209":3,"21":34,"210":1,"211":1,"214":4,"215":4,"221":21,"223":54,"224":5,"225":57,"23":27,"24":67,"25":10,"257":8,"26":6,"268":1,"27":17,"276":1,"279":20,"28":53,"282":4,"291":3,"292":2,"31":4,"32":3,"33":2,"34":6,"35":8,"352":45,"36":23,"37":7,"38":44,"381":3,"383":4,"39":6,"391":3,"40":10,"409":1,"41":2,"414":3,"415":2,"42":4,"426":2,"43":10,"430":1,"433":1,"44":3,"45":5,"46":15,"48":2,"49":1,"5":48,"51":5,"52":4,"53":7,"570":1,"6":14,"7":31,"8":22,"9":25,"all_client":9589,"all_tv_clinet":1052,"insert_time":"2014-08-22T21:38:07.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8550,"10":3,"107":43,"11":77,"12":1,"13":21,"14":11,"15":3,"156":1,"159":1,"16":3,"161":12,"167":5,"17":1,"18":82,"19":6,"20":3,"209":3,"21":36,"210":1,"211":1,"214":5,"215":4,"221":22,"223":54,"224":5,"225":56,"23":26,"24":69,"25":10,"257":7,"26":6,"268":1,"27":17,"279":19,"28":54,"282":4,"291":3,"292":1,"31":4,"32":3,"33":2,"34":6,"35":8,"352":45,"36":24,"37":7,"38":42,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":2,"414":4,"415":2,"42":4,"426":1,"43":9,"433":1,"44":3,"45":5,"46":15,"48":1,"49":1,"5":47,"51":5,"52":4,"53":7,"570":1,"6":17,"7":30,"8":23,"9":27,"all_client":9605,"all_tv_clinet":1055,"insert_time":"2014-08-22T21:39:07.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8539,"10":3,"107":45,"11":74,"12":1,"13":24,"14":11,"15":3,"155":1,"156":1,"159":1,"16":2,"161":11,"167":5,"17":1,"18":81,"19":7,"20":3,"209":4,"21":37,"210":1,"211":1,"214":5,"215":4,"221":22,"223":50,"224":5,"225":56,"23":26,"24":69,"25":10,"257":7,"26":5,"268":1,"27":16,"279":21,"28":54,"282":4,"291":3,"31":4,"32":4,"33":2,"34":5,"35":8,"352":50,"36":24,"37":7,"38":42,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":2,"414":4,"415":2,"42":5,"426":1,"43":7,"433":1,"44":4,"45":5,"46":15,"48":1,"49":1,"5":46,"51":7,"52":5,"53":6,"570":1,"6":16,"7":31,"8":25,"9":29,"all_client":9602,"all_tv_clinet":1063,"insert_time":"2014-08-22T21:40:07.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8551,"10":3,"107":45,"11":75,"12":1,"13":27,"14":11,"15":2,"155":2,"156":1,"159":1,"16":2,"161":11,"167":4,"17":1,"18":86,"19":6,"20":3,"209":4,"21":38,"210":1,"211":1,"214":5,"215":4,"221":20,"223":49,"224":3,"225":55,"23":28,"24":67,"25":11,"257":5,"26":6,"268":1,"27":16,"279":20,"28":52,"282":4,"291":3,"31":4,"32":4,"33":2,"34":5,"35":8,"352":52,"36":21,"37":7,"38":39,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":2,"414":4,"415":3,"42":5,"426":1,"43":8,"433":1,"44":4,"45":5,"46":13,"48":1,"49":1,"5":49,"51":8,"52":5,"53":6,"570":1,"6":16,"7":30,"8":25,"9":27,"all_client":9610,"all_tv_clinet":1059,"insert_time":"2014-08-22T21:41:07.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8550,"10":3,"107":46,"11":77,"12":1,"13":28,"14":11,"15":4,"155":2,"156":1,"159":1,"16":1,"161":13,"167":4,"17":1,"18":84,"19":6,"20":3,"209":5,"21":40,"210":1,"211":1,"214":5,"215":3,"221":19,"223":53,"224":3,"225":55,"23":28,"24":68,"25":11,"257":5,"26":5,"27":16,"279":17,"28":50,"282":5,"291":3,"31":3,"32":4,"33":2,"34":5,"35":8,"352":54,"36":21,"37":7,"38":38,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":2,"414":4,"415":3,"42":5,"426":1,"43":8,"433":1,"44":4,"45":3,"46":12,"48":1,"49":1,"5":51,"51":9,"52":5,"53":5,"570":1,"6":12,"7":29,"8":26,"9":28,"all_client":9610,"all_tv_clinet":1060,"insert_time":"2014-08-22T21:42:07.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8552,"10":3,"107":48,"11":77,"12":1,"13":25,"14":11,"15":4,"155":1,"156":1,"159":1,"16":1,"161":14,"167":4,"17":1,"18":86,"19":6,"20":3,"209":4,"21":40,"210":1,"211":1,"214":5,"215":3,"221":19,"223":55,"224":3,"225":58,"23":30,"24":68,"25":11,"257":5,"26":5,"27":16,"279":13,"28":49,"282":5,"291":3,"31":3,"32":4,"33":2,"34":5,"35":8,"352":53,"36":21,"37":7,"38":37,"381":3,"383":5,"39":6,"391":3,"40":10,"409":1,"41":3,"414":4,"415":4,"42":5,"426":1,"43":8,"433":1,"44":4,"45":3,"46":15,"48":1,"49":2,"5":51,"51":9,"52":5,"53":4,"570":1,"6":11,"7":27,"8":26,"9":26,"all_client":9612,"all_tv_clinet":1060,"insert_time":"2014-08-22T21:43:07.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8570,"10":3,"107":47,"11":73,"12":1,"13":27,"14":13,"15":4,"155":1,"156":1,"16":1,"161":14,"167":4,"17":1,"18":93,"19":6,"20":3,"209":5,"21":39,"210":1,"211":1,"214":5,"215":3,"221":22,"223":54,"224":3,"225":60,"23":31,"24":69,"25":10,"257":5,"26":5,"27":17,"273":1,"279":13,"28":50,"282":5,"291":3,"31":3,"32":4,"33":2,"34":5,"35":8,"352":52,"36":18,"37":6,"38":37,"381":3,"383":5,"39":7,"391":3,"40":10,"409":1,"41":3,"414":4,"415":3,"42":5,"426":1,"43":8,"44":4,"45":3,"46":13,"48":1,"49":2,"5":54,"51":9,"52":5,"53":4,"570":1,"6":14,"63":1,"7":26,"8":28,"9":26,"all_client":9643,"all_tv_clinet":1073,"insert_time":"2014-08-22T21:44:07.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8582,"10":3,"107":46,"11":72,"12":1,"13":29,"14":14,"15":4,"155":1,"156":1,"16":1,"161":15,"167":4,"17":1,"18":91,"19":6,"20":3,"209":5,"21":39,"210":1,"211":1,"214":4,"215":4,"221":20,"223":54,"224":3,"225":61,"23":31,"24":71,"25":8,"257":5,"26":5,"27":17,"273":1,"279":13,"28":49,"282":5,"291":3,"31":2,"32":2,"33":2,"34":5,"35":8,"352":51,"36":18,"37":6,"38":38,"381":4,"383":5,"39":8,"391":3,"40":9,"409":1,"41":3,"414":4,"415":3,"42":4,"426":1,"43":8,"44":4,"45":3,"46":13,"48":1,"49":2,"5":53,"51":9,"52":5,"53":4,"570":1,"6":14,"63":1,"7":27,"8":30,"9":30,"all_client":9656,"all_tv_clinet":1074,"insert_time":"2014-08-22T21:45:07.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8604,"10":3,"107":41,"11":71,"12":1,"13":28,"14":14,"15":5,"155":2,"156":1,"16":1,"161":16,"167":5,"17":1,"18":96,"19":6,"20":3,"209":5,"21":39,"210":1,"211":1,"214":3,"215":5,"221":21,"223":53,"224":3,"225":61,"23":30,"24":75,"25":8,"257":4,"26":5,"27":16,"273":1,"279":15,"28":48,"282":4,"291":2,"31":2,"32":2,"33":2,"34":5,"35":9,"352":52,"36":18,"37":6,"38":41,"381":4,"383":5,"39":8,"391":3,"40":9,"409":1,"41":2,"414":4,"415":3,"42":4,"426":1,"43":8,"44":4,"45":3,"46":15,"48":1,"49":2,"5":52,"51":9,"52":5,"53":5,"570":1,"6":15,"63":1,"7":32,"8":32,"9":28,"all_client":9692,"all_tv_clinet":1088,"insert_time":"2014-08-22T21:46:07.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8631,"10":3,"107":42,"11":64,"12":1,"13":27,"14":14,"15":5,"155":2,"156":1,"16":1,"161":18,"167":6,"17":1,"18":97,"19":6,"20":3,"209":4,"21":40,"210":1,"211":1,"214":3,"215":5,"221":20,"223":56,"224":2,"225":55,"23":33,"24":76,"25":8,"257":4,"26":4,"27":18,"279":14,"28":48,"282":4,"291":2,"31":2,"314":1,"32":2,"33":2,"34":7,"35":9,"352":47,"36":17,"37":6,"38":44,"381":3,"383":5,"39":8,"391":3,"40":9,"409":1,"41":2,"414":4,"415":4,"42":4,"426":1,"43":8,"44":4,"45":3,"46":13,"48":1,"49":3,"5":49,"51":9,"52":5,"53":6,"570":1,"6":19,"63":1,"7":36,"8":33,"9":30,"all_client":9722,"all_tv_clinet":1091,"insert_time":"2014-08-22T21:47:07.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8646,"10":4,"107":39,"11":62,"12":1,"13":27,"14":15,"15":5,"155":3,"156":1,"16":1,"161":21,"167":7,"17":1,"18":98,"19":6,"20":3,"209":3,"21":40,"210":2,"211":1,"214":3,"215":6,"221":22,"223":55,"224":2,"225":54,"23":34,"24":76,"25":10,"257":4,"26":4,"27":18,"279":16,"28":49,"282":4,"291":2,"31":2,"314":1,"32":2,"33":3,"34":7,"35":8,"352":47,"36":14,"37":6,"38":44,"381":2,"383":5,"39":7,"391":3,"40":9,"41":2,"414":4,"415":4,"42":4,"426":1,"43":7,"44":4,"45":3,"46":14,"48":3,"49":3,"5":52,"51":9,"52":5,"53":7,"570":1,"6":19,"63":1,"7":36,"8":34,"9":28,"all_client":9746,"all_tv_clinet":1100,"insert_time":"2014-08-22T21:48:07.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8644,"10":5,"107":43,"11":54,"12":1,"13":28,"14":14,"15":5,"155":2,"156":1,"16":2,"161":22,"167":7,"17":1,"18":104,"19":5,"20":2,"209":3,"21":43,"210":2,"211":1,"214":3,"215":6,"221":19,"223":59,"224":2,"225":55,"23":35,"24":79,"25":10,"257":3,"26":4,"27":17,"279":16,"28":49,"282":4,"291":2,"31":2,"314":1,"32":2,"33":3,"34":7,"347":1,"35":7,"352":44,"36":14,"37":9,"38":39,"381":2,"383":4,"39":7,"391":3,"40":7,"41":2,"414":4,"415":4,"42":4,"426":1,"43":6,"44":4,"45":2,"46":16,"48":2,"49":3,"5":54,"51":9,"52":5,"53":6,"570":1,"6":19,"63":1,"7":40,"8":34,"9":31,"all_client":9752,"all_tv_clinet":1108,"insert_time":"2014-08-22T21:49:07.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8656,"10":5,"107":43,"11":56,"13":29,"14":12,"15":6,"155":2,"156":1,"16":3,"161":22,"167":7,"17":1,"18":103,"19":5,"20":2,"209":3,"21":44,"210":2,"211":1,"214":3,"215":6,"221":18,"223":59,"224":4,"225":53,"23":38,"24":78,"25":10,"257":3,"26":4,"27":17,"279":17,"28":52,"282":5,"291":2,"31":3,"32":2,"33":2,"34":7,"347":1,"35":7,"352":45,"36":16,"37":9,"38":37,"381":2,"383":4,"39":6,"391":3,"40":7,"41":2,"414":4,"415":3,"42":4,"426":1,"43":6,"44":4,"45":2,"46":15,"48":2,"49":4,"5":56,"51":9,"52":6,"53":6,"570":1,"6":19,"63":1,"7":41,"8":35,"9":30,"all_client":9774,"all_tv_clinet":1118,"insert_time":"2014-08-22T21:50:08.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8668,"10":3,"107":47,"11":55,"13":31,"14":12,"15":6,"155":2,"156":1,"16":3,"161":24,"167":7,"17":1,"18":109,"19":5,"20":2,"209":3,"21":43,"210":2,"211":1,"214":3,"215":8,"221":17,"223":59,"224":4,"225":51,"23":35,"24":80,"25":9,"257":4,"26":6,"268":1,"27":17,"279":15,"28":51,"282":4,"291":2,"31":4,"32":2,"33":2,"34":7,"347":1,"35":7,"352":44,"36":13,"37":9,"38":38,"380":1,"381":2,"383":3,"39":7,"391":2,"40":7,"41":1,"414":4,"415":3,"42":4,"426":1,"43":6,"44":4,"45":2,"46":15,"48":3,"49":4,"5":57,"51":9,"52":7,"53":4,"570":1,"6":19,"63":1,"7":41,"8":36,"9":30,"all_client":9792,"all_tv_clinet":1124,"insert_time":"2014-08-22T21:51:08.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8704,"10":3,"107":50,"11":54,"13":30,"14":12,"15":6,"155":2,"156":1,"16":3,"161":24,"167":7,"17":1,"18":108,"19":5,"20":2,"209":4,"21":41,"210":2,"211":1,"214":3,"215":8,"221":17,"223":62,"224":4,"225":53,"23":39,"24":86,"25":7,"257":3,"26":7,"268":1,"27":17,"279":14,"28":52,"282":4,"291":2,"302":1,"31":4,"32":2,"33":2,"34":7,"347":1,"35":7,"352":48,"36":13,"37":10,"38":39,"380":1,"381":1,"383":3,"39":8,"391":2,"40":7,"41":1,"414":4,"415":2,"42":5,"426":1,"43":4,"44":4,"45":2,"46":15,"48":3,"49":5,"5":59,"51":9,"52":6,"53":5,"570":1,"6":20,"63":1,"7":40,"8":36,"9":30,"all_client":9848,"all_tv_clinet":1144,"insert_time":"2014-08-22T21:52:08.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8744,"10":4,"107":48,"11":57,"13":30,"14":14,"15":6,"155":2,"156":1,"16":3,"161":25,"167":6,"17":1,"18":113,"19":4,"20":2,"209":4,"21":41,"210":2,"211":1,"214":3,"215":9,"221":17,"223":63,"224":3,"225":50,"23":37,"24":89,"25":8,"257":4,"26":7,"268":1,"27":17,"279":13,"28":52,"282":4,"291":2,"302":1,"31":4,"32":3,"33":3,"34":8,"347":1,"35":6,"352":54,"36":13,"37":10,"38":35,"380":1,"381":1,"383":3,"39":8,"391":2,"40":8,"41":2,"414":4,"415":2,"42":4,"43":4,"44":4,"45":2,"46":16,"48":3,"49":4,"5":59,"51":8,"52":6,"53":5,"570":1,"6":19,"63":1,"7":38,"8":34,"9":30,"all_client":9894,"all_tv_clinet":1150,"insert_time":"2014-08-22T21:53:08.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8775,"10":4,"107":49,"11":54,"13":31,"14":14,"15":6,"155":2,"156":1,"16":3,"161":25,"167":6,"17":1,"18":102,"19":4,"20":3,"209":4,"21":42,"210":2,"211":1,"214":3,"215":9,"221":16,"223":65,"224":3,"225":49,"23":37,"24":92,"25":7,"257":4,"26":9,"268":1,"27":16,"273":1,"279":12,"28":54,"282":4,"291":2,"292":3,"302":1,"31":3,"32":3,"33":3,"34":8,"347":1,"35":4,"352":56,"36":16,"37":10,"38":33,"380":1,"381":2,"383":3,"39":9,"391":2,"40":8,"409":1,"41":2,"414":3,"415":2,"42":3,"426":1,"43":4,"44":4,"45":2,"46":16,"48":2,"49":4,"5":62,"51":8,"52":7,"53":5,"570":1,"6":23,"63":1,"7":40,"8":36,"9":31,"all_client":9937,"all_tv_clinet":1162,"insert_time":"2014-08-22T21:54:08.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8794,"10":4,"107":51,"11":56,"13":33,"14":13,"15":6,"155":2,"156":1,"16":3,"161":26,"167":6,"17":1,"18":101,"19":5,"20":3,"209":4,"21":42,"210":2,"211":1,"214":3,"215":9,"221":17,"223":65,"224":3,"225":50,"23":37,"24":92,"25":9,"257":4,"26":10,"268":1,"27":16,"273":1,"279":12,"28":53,"282":4,"291":2,"292":3,"302":1,"31":3,"32":3,"33":3,"34":8,"347":1,"35":4,"352":56,"36":15,"37":12,"38":32,"380":1,"381":2,"383":3,"39":9,"391":2,"40":8,"409":1,"41":3,"414":3,"415":2,"42":3,"426":1,"43":4,"44":3,"45":2,"46":16,"48":2,"49":3,"5":60,"51":8,"52":7,"53":4,"570":1,"6":23,"63":1,"7":42,"8":36,"9":33,"all_client":9966,"all_tv_clinet":1172,"insert_time":"2014-08-22T21:55:08.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8824,"10":4,"107":51,"11":58,"13":34,"14":11,"15":6,"155":2,"156":1,"16":3,"161":27,"167":6,"17":1,"18":103,"19":5,"20":3,"209":3,"21":44,"210":2,"211":1,"214":3,"215":9,"221":18,"223":68,"224":3,"225":48,"23":37,"24":94,"25":10,"257":5,"26":10,"268":1,"27":15,"273":1,"279":13,"28":52,"282":4,"291":2,"292":3,"302":1,"31":5,"32":2,"33":4,"34":7,"347":1,"35":6,"352":58,"36":15,"37":12,"38":31,"380":1,"381":2,"383":3,"39":8,"391":2,"40":8,"409":1,"41":3,"414":1,"415":2,"42":4,"426":1,"43":3,"433":1,"44":3,"45":2,"46":16,"48":2,"49":3,"5":59,"51":8,"52":7,"53":4,"570":1,"6":24,"7":45,"8":38,"9":36,"all_client":10015,"all_tv_clinet":1191,"insert_time":"2014-08-22T21:56:08.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8853,"10":4,"107":51,"11":59,"13":36,"14":10,"15":5,"155":2,"156":1,"16":2,"161":27,"167":7,"17":1,"18":100,"19":6,"20":3,"209":4,"21":44,"210":1,"211":1,"214":3,"215":8,"221":20,"223":72,"224":3,"225":47,"23":38,"24":97,"25":10,"257":4,"26":10,"268":1,"27":14,"279":13,"28":53,"282":4,"291":2,"292":2,"302":1,"31":5,"32":2,"33":4,"34":5,"347":1,"35":7,"352":57,"36":16,"37":11,"38":33,"380":1,"381":2,"383":3,"39":8,"391":2,"40":8,"409":1,"41":3,"415":4,"42":5,"426":1,"43":3,"433":1,"44":3,"45":2,"46":18,"48":3,"49":3,"5":68,"51":8,"52":7,"53":5,"570":1,"6":25,"7":45,"8":37,"9":35,"all_client":10062,"all_tv_clinet":1209,"insert_time":"2014-08-22T21:57:08.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8892,"10":4,"107":50,"11":62,"13":38,"14":10,"15":5,"155":2,"156":1,"16":3,"161":25,"167":8,"17":1,"18":99,"19":6,"20":3,"209":4,"21":45,"210":1,"211":1,"214":3,"215":8,"221":20,"223":74,"224":4,"225":49,"23":39,"24":100,"25":11,"257":4,"26":9,"268":1,"27":12,"279":11,"28":52,"282":5,"291":2,"292":2,"302":1,"31":6,"32":2,"33":4,"34":5,"347":1,"35":7,"352":57,"36":17,"37":10,"38":31,"380":1,"381":2,"383":3,"39":6,"391":1,"40":8,"409":1,"41":3,"415":4,"42":5,"426":1,"43":3,"433":1,"44":3,"45":2,"46":17,"48":3,"49":3,"5":70,"51":7,"52":7,"53":5,"570":1,"6":29,"7":45,"8":39,"9":32,"all_client":10109,"all_tv_clinet":1217,"insert_time":"2014-08-22T21:58:08.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8922,"10":5,"107":51,"11":64,"12":1,"13":38,"14":11,"15":5,"155":2,"156":1,"16":3,"161":25,"167":9,"17":1,"18":98,"19":7,"20":5,"209":5,"21":45,"210":1,"211":1,"214":3,"215":8,"221":21,"223":78,"224":3,"225":46,"23":41,"24":104,"25":11,"257":5,"26":9,"268":1,"27":8,"279":11,"28":56,"282":6,"291":2,"292":2,"302":1,"31":5,"32":2,"33":4,"34":5,"347":2,"35":7,"352":58,"36":17,"37":10,"38":33,"380":1,"381":1,"383":3,"39":6,"391":1,"40":8,"409":1,"41":4,"415":6,"42":4,"426":1,"43":4,"433":1,"44":3,"45":3,"46":17,"48":3,"49":3,"5":67,"51":8,"52":8,"53":6,"570":1,"6":30,"7":46,"8":41,"9":32,"all_client":10168,"all_tv_clinet":1246,"insert_time":"2014-08-22T21:59:08.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8985,"10":4,"107":50,"11":65,"12":3,"13":37,"14":10,"15":5,"155":2,"156":1,"16":3,"161":25,"167":10,"17":2,"18":103,"19":7,"20":4,"209":5,"21":46,"210":2,"211":1,"214":3,"215":9,"221":20,"223":78,"224":3,"225":49,"23":47,"24":103,"25":13,"257":5,"26":9,"268":2,"27":8,"279":12,"28":55,"282":6,"291":2,"292":2,"302":1,"31":5,"32":2,"33":4,"34":5,"347":2,"35":6,"352":58,"36":18,"37":9,"38":31,"380":1,"381":1,"383":3,"39":6,"391":2,"40":8,"409":1,"41":4,"415":6,"42":4,"426":1,"43":3,"433":1,"44":2,"45":3,"46":19,"48":1,"49":3,"5":67,"51":9,"52":8,"53":6,"570":1,"6":30,"7":49,"8":40,"9":31,"all_client":10247,"all_tv_clinet":1262,"insert_time":"2014-08-22T22:00:09.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9018,"10":4,"107":49,"11":69,"12":5,"13":38,"14":10,"15":4,"155":2,"156":1,"16":2,"161":25,"167":11,"17":2,"18":100,"19":7,"20":5,"209":7,"21":44,"210":2,"211":1,"214":3,"215":9,"221":24,"223":74,"224":2,"225":47,"23":53,"24":103,"25":11,"257":6,"26":10,"268":2,"27":9,"279":13,"28":58,"282":6,"291":2,"292":2,"302":1,"31":5,"32":3,"33":4,"34":5,"347":3,"35":8,"352":58,"36":18,"37":8,"38":30,"380":1,"381":1,"383":3,"39":6,"391":2,"40":9,"409":1,"41":3,"415":6,"42":4,"426":1,"43":4,"433":1,"44":2,"45":4,"46":14,"48":1,"49":4,"5":68,"51":9,"52":8,"53":5,"570":1,"6":29,"7":52,"8":41,"9":29,"all_client":10292,"all_tv_clinet":1274,"insert_time":"2014-08-22T22:01:09.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9048,"10":3,"107":48,"11":70,"12":8,"13":38,"14":9,"15":6,"155":2,"156":1,"16":2,"161":25,"167":12,"17":2,"18":107,"19":9,"20":6,"209":8,"21":44,"210":2,"211":1,"214":3,"215":8,"221":26,"223":72,"224":2,"225":51,"23":52,"24":102,"25":10,"257":6,"26":9,"268":2,"27":11,"273":1,"279":14,"28":54,"282":6,"291":2,"292":3,"302":1,"31":5,"32":3,"33":4,"34":5,"347":2,"35":10,"352":56,"36":19,"37":9,"38":29,"380":1,"381":1,"383":4,"39":6,"391":3,"40":9,"409":1,"41":3,"415":7,"42":4,"426":1,"43":5,"433":1,"44":2,"45":2,"46":14,"48":1,"49":5,"5":69,"51":9,"52":8,"53":6,"570":1,"6":28,"7":51,"8":41,"9":29,"all_client":10340,"all_tv_clinet":1292,"insert_time":"2014-08-22T22:02:09.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9086,"10":4,"107":49,"11":69,"12":7,"13":43,"14":9,"15":5,"155":2,"156":1,"16":3,"161":25,"167":11,"17":1,"18":111,"19":9,"20":6,"209":8,"21":40,"210":3,"211":1,"214":3,"215":8,"221":25,"223":66,"224":2,"225":47,"23":50,"24":106,"25":12,"257":6,"26":10,"27":11,"273":1,"276":1,"279":12,"28":55,"282":6,"291":2,"292":1,"302":1,"31":5,"32":4,"33":2,"34":5,"347":2,"35":11,"352":57,"36":18,"37":9,"38":31,"380":1,"381":1,"383":4,"39":7,"391":3,"40":9,"409":1,"41":3,"415":7,"42":5,"426":1,"43":4,"433":1,"44":2,"45":2,"46":15,"48":1,"49":7,"5":69,"51":8,"52":9,"53":5,"570":1,"6":30,"7":56,"8":41,"9":30,"all_client":10385,"all_tv_clinet":1299,"insert_time":"2014-08-22T22:03:09.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9118,"10":4,"107":49,"11":70,"12":7,"13":45,"14":7,"15":6,"155":2,"156":1,"16":3,"161":26,"167":10,"17":2,"18":117,"19":8,"20":7,"209":9,"21":41,"210":3,"211":1,"214":3,"215":9,"221":24,"223":62,"224":2,"225":45,"23":45,"24":110,"25":12,"257":7,"26":11,"27":11,"273":1,"276":1,"279":10,"28":55,"282":6,"291":2,"292":1,"31":5,"32":4,"33":2,"34":5,"347":1,"35":10,"352":57,"36":18,"37":9,"38":31,"380":1,"381":1,"383":4,"39":7,"391":3,"40":11,"409":1,"41":3,"415":7,"42":5,"426":1,"43":5,"433":1,"44":2,"45":3,"46":16,"48":1,"49":8,"5":74,"51":8,"52":9,"53":5,"570":1,"6":31,"7":55,"79":1,"8":41,"9":39,"all_client":10439,"all_tv_clinet":1321,"insert_time":"2014-08-22T22:04:09.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9187,"10":4,"107":47,"11":73,"12":6,"13":48,"14":9,"15":8,"155":2,"156":1,"16":3,"161":27,"167":10,"17":2,"18":119,"19":8,"20":9,"209":9,"21":42,"210":4,"211":1,"214":3,"215":8,"221":25,"223":57,"224":2,"225":46,"23":42,"24":109,"25":12,"257":7,"26":11,"27":10,"273":1,"276":2,"279":11,"28":53,"282":7,"291":1,"292":2,"31":5,"32":4,"33":2,"34":5,"347":1,"35":10,"352":60,"36":17,"37":9,"38":34,"380":1,"381":2,"383":4,"39":7,"391":3,"40":10,"409":1,"41":2,"415":7,"42":7,"426":1,"43":6,"433":1,"44":2,"45":4,"46":15,"48":1,"49":8,"5":77,"51":8,"52":7,"53":5,"570":1,"6":31,"7":55,"79":1,"8":39,"9":43,"all_client":10524,"all_tv_clinet":1337,"insert_time":"2014-08-22T22:05:09.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9238,"10":4,"107":45,"11":74,"12":8,"13":51,"14":9,"15":9,"155":2,"156":1,"16":4,"161":26,"167":11,"17":3,"18":120,"19":9,"20":10,"209":10,"21":42,"210":4,"211":1,"214":3,"215":7,"221":26,"223":56,"224":2,"225":48,"23":41,"24":109,"25":10,"257":7,"26":12,"27":10,"273":1,"276":2,"279":13,"28":55,"282":7,"291":1,"292":2,"30":1,"31":3,"32":5,"33":3,"34":5,"347":1,"35":10,"352":62,"36":16,"37":8,"38":34,"380":1,"381":2,"383":4,"39":6,"391":3,"397":1,"40":10,"41":2,"415":6,"42":6,"43":6,"433":1,"44":2,"45":5,"46":13,"48":1,"49":9,"5":81,"51":9,"52":7,"53":5,"570":1,"6":30,"7":56,"79":1,"8":40,"9":47,"all_client":10596,"all_tv_clinet":1358,"insert_time":"2014-08-22T22:06:09.645Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9275,"10":4,"107":44,"11":76,"12":6,"13":51,"14":11,"15":8,"155":1,"156":1,"16":4,"161":28,"167":11,"17":4,"18":122,"19":8,"20":12,"209":10,"21":43,"210":4,"211":1,"214":3,"215":7,"221":24,"223":58,"224":2,"225":47,"23":41,"24":110,"25":11,"257":7,"26":11,"27":9,"273":2,"276":3,"279":15,"28":54,"282":7,"291":1,"292":2,"30":2,"31":2,"32":5,"33":3,"34":6,"347":2,"35":12,"352":61,"36":16,"37":7,"38":36,"380":1,"381":2,"383":4,"39":5,"391":3,"397":1,"40":10,"41":3,"415":6,"42":6,"43":6,"433":1,"44":2,"45":8,"46":12,"48":1,"49":9,"5":81,"51":9,"52":7,"53":6,"570":1,"6":28,"63":1,"7":56,"8":42,"9":50,"all_client":10651,"all_tv_clinet":1376,"insert_time":"2014-08-22T22:07:09.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9319,"10":4,"107":47,"11":75,"12":6,"13":53,"14":10,"15":11,"155":1,"156":1,"16":4,"161":27,"167":12,"17":4,"18":125,"19":9,"20":12,"209":10,"21":40,"210":4,"211":1,"214":3,"215":8,"221":24,"223":55,"224":4,"225":49,"23":43,"24":114,"25":12,"257":7,"26":12,"27":9,"273":2,"276":4,"279":15,"28":56,"282":6,"291":1,"292":2,"30":3,"31":4,"32":6,"33":3,"34":6,"347":1,"35":13,"352":59,"36":16,"37":6,"38":37,"380":1,"381":2,"383":4,"39":6,"391":4,"397":1,"40":10,"41":3,"415":4,"42":6,"43":5,"433":1,"44":2,"45":8,"46":11,"48":1,"49":9,"5":87,"51":8,"52":7,"53":6,"570":1,"6":27,"63":1,"7":58,"8":42,"80":1,"9":50,"all_client":10721,"all_tv_clinet":1402,"insert_time":"2014-08-22T22:08:09.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9372,"10":3,"107":44,"11":78,"12":6,"13":51,"14":11,"15":11,"155":1,"156":1,"16":4,"161":27,"167":12,"17":4,"18":130,"19":10,"20":12,"209":9,"21":44,"210":4,"211":1,"214":3,"215":8,"221":24,"223":59,"224":4,"225":47,"23":42,"24":115,"25":13,"257":8,"26":13,"27":9,"273":2,"276":4,"279":15,"28":57,"282":5,"291":1,"292":3,"30":2,"31":4,"32":5,"33":2,"34":4,"347":1,"35":13,"352":57,"36":15,"37":6,"38":43,"381":1,"383":4,"39":5,"391":4,"397":1,"40":10,"41":3,"414":1,"415":4,"42":7,"43":4,"433":1,"44":2,"45":8,"46":11,"48":2,"49":9,"5":92,"51":7,"52":6,"53":6,"570":1,"6":22,"63":1,"7":57,"8":42,"80":1,"9":51,"all_client":10782,"all_tv_clinet":1410,"insert_time":"2014-08-22T22:09:09.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9444,"10":3,"107":45,"11":82,"12":6,"13":51,"14":13,"15":12,"155":1,"156":1,"159":1,"16":4,"161":27,"167":13,"17":5,"18":135,"19":10,"20":11,"209":8,"21":48,"210":4,"211":1,"214":2,"215":6,"221":24,"223":56,"224":4,"225":45,"23":41,"24":112,"25":13,"257":8,"26":14,"27":7,"273":3,"276":4,"279":13,"28":57,"282":6,"291":1,"292":3,"30":2,"31":5,"32":5,"33":4,"34":4,"347":1,"35":12,"352":55,"36":15,"37":6,"38":44,"381":1,"383":4,"39":5,"391":4,"397":1,"40":10,"41":3,"414":1,"415":4,"42":7,"43":4,"433":1,"44":2,"45":8,"46":13,"48":2,"49":11,"5":94,"51":7,"52":6,"53":6,"570":1,"6":19,"63":1,"7":62,"79":1,"8":43,"80":2,"9":49,"all_client":10869,"all_tv_clinet":1425,"insert_time":"2014-08-22T22:10:10.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9496,"10":2,"107":48,"11":88,"12":8,"13":51,"14":13,"15":13,"155":1,"156":1,"159":1,"16":4,"160":1,"161":26,"167":14,"17":5,"18":132,"19":12,"20":11,"209":9,"21":53,"210":4,"211":1,"214":2,"215":8,"221":24,"223":58,"224":4,"225":43,"23":38,"24":111,"25":15,"257":6,"26":15,"27":7,"273":3,"276":4,"279":13,"28":59,"282":6,"291":1,"292":4,"30":2,"31":6,"32":4,"33":4,"34":4,"347":1,"35":11,"352":57,"36":14,"37":5,"38":44,"381":1,"383":4,"39":6,"391":4,"397":1,"40":9,"41":3,"414":1,"415":4,"42":7,"43":4,"433":1,"44":2,"45":8,"46":14,"48":2,"49":11,"5":99,"51":8,"52":7,"53":6,"570":1,"6":20,"63":1,"7":61,"79":1,"8":44,"80":2,"9":45,"all_client":10944,"all_tv_clinet":1448,"insert_time":"2014-08-22T22:11:10.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9563,"10":2,"107":49,"11":90,"12":6,"13":46,"14":15,"15":13,"155":1,"156":1,"159":1,"16":3,"160":1,"161":25,"167":14,"17":6,"18":138,"19":13,"20":11,"209":9,"21":54,"210":4,"211":1,"214":2,"215":8,"221":23,"223":57,"224":4,"225":46,"23":37,"24":113,"25":15,"257":7,"26":15,"27":6,"273":4,"276":4,"279":13,"28":62,"282":8,"291":1,"292":4,"30":3,"31":6,"32":4,"33":4,"34":4,"347":1,"35":10,"352":55,"36":13,"37":5,"38":45,"381":1,"383":4,"39":6,"391":5,"397":2,"40":9,"41":3,"414":1,"415":4,"42":6,"43":4,"433":1,"44":2,"45":8,"46":13,"48":2,"49":11,"5":104,"51":8,"52":7,"53":6,"570":1,"6":18,"63":1,"7":60,"79":1,"8":47,"80":2,"9":42,"all_client":11024,"all_tv_clinet":1461,"insert_time":"2014-08-22T22:12:10.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9639,"10":3,"107":53,"11":93,"12":8,"13":48,"14":14,"15":14,"155":1,"156":1,"159":1,"16":3,"160":1,"161":25,"167":14,"17":7,"18":141,"19":15,"20":12,"209":9,"21":55,"210":4,"211":1,"214":2,"215":8,"221":25,"223":53,"224":4,"225":46,"23":35,"24":127,"25":16,"257":7,"26":14,"27":6,"273":3,"276":5,"279":12,"28":62,"282":9,"291":1,"292":4,"30":4,"31":7,"32":4,"33":2,"34":4,"347":1,"35":9,"352":57,"36":11,"37":3,"38":43,"381":1,"383":4,"39":6,"391":5,"397":2,"40":9,"41":3,"414":1,"415":4,"42":6,"43":4,"433":1,"44":2,"45":8,"46":14,"48":2,"49":11,"5":102,"51":8,"52":7,"53":6,"570":1,"6":16,"63":1,"7":58,"79":1,"8":46,"80":2,"9":39,"all_client":11116,"all_tv_clinet":1477,"insert_time":"2014-08-22T22:13:10.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9726,"10":4,"107":53,"11":93,"12":8,"13":49,"14":15,"15":13,"156":1,"159":1,"16":2,"160":1,"161":24,"167":15,"17":8,"18":145,"19":16,"20":12,"209":9,"21":56,"210":4,"211":1,"214":1,"215":8,"221":25,"223":52,"224":3,"225":46,"23":35,"24":137,"25":16,"257":9,"26":14,"27":7,"273":3,"276":4,"279":10,"28":61,"282":9,"291":1,"292":3,"30":4,"31":5,"32":5,"33":2,"34":4,"347":2,"35":7,"352":55,"36":9,"37":3,"38":42,"381":1,"383":4,"39":6,"391":5,"397":2,"40":8,"41":3,"414":1,"415":3,"42":6,"43":3,"433":1,"44":1,"45":8,"46":14,"48":3,"49":12,"5":104,"51":8,"52":7,"53":6,"570":1,"6":17,"63":1,"7":58,"79":1,"8":48,"80":2,"9":42,"all_client":11214,"all_tv_clinet":1488,"insert_time":"2014-08-22T22:14:10.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9819,"10":4,"107":52,"11":94,"12":9,"13":51,"14":15,"15":14,"156":1,"159":1,"16":2,"160":1,"161":21,"167":15,"17":8,"18":153,"19":16,"20":12,"209":9,"21":60,"210":4,"211":1,"214":1,"215":8,"221":27,"223":49,"224":3,"225":40,"23":36,"24":140,"25":17,"257":9,"26":12,"27":7,"273":3,"276":5,"279":9,"28":61,"282":8,"291":1,"292":3,"30":4,"31":5,"32":6,"33":2,"34":5,"347":2,"35":6,"352":62,"36":11,"37":3,"38":40,"381":1,"383":4,"39":6,"391":6,"397":1,"40":8,"41":3,"414":1,"415":3,"42":6,"43":2,"433":1,"44":1,"45":8,"46":15,"48":4,"49":11,"5":106,"51":8,"52":7,"53":7,"570":1,"6":17,"63":1,"7":58,"79":1,"8":50,"80":2,"9":43,"all_client":11329,"all_tv_clinet":1510,"insert_time":"2014-08-22T22:15:10.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9923,"10":4,"107":49,"11":98,"12":10,"13":50,"14":14,"15":15,"155":1,"156":2,"159":1,"16":1,"160":1,"161":21,"167":15,"17":9,"18":152,"19":16,"20":12,"209":9,"21":63,"210":4,"211":1,"214":1,"215":8,"221":27,"223":50,"224":3,"225":43,"23":36,"24":137,"25":19,"257":9,"26":12,"27":8,"273":5,"276":7,"279":10,"28":59,"282":8,"291":1,"292":3,"30":4,"31":5,"32":5,"33":2,"34":5,"347":2,"35":6,"352":59,"36":10,"37":3,"38":38,"381":1,"383":4,"39":6,"391":6,"397":1,"40":9,"41":4,"414":1,"415":3,"42":5,"43":2,"433":1,"44":1,"45":8,"46":17,"48":5,"49":11,"5":113,"51":7,"52":9,"53":7,"56":1,"570":1,"6":18,"63":1,"7":58,"79":1,"8":47,"80":2,"9":39,"all_client":11445,"all_tv_clinet":1522,"insert_time":"2014-08-22T22:16:10.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10015,"10":4,"107":50,"11":103,"12":9,"13":54,"14":14,"15":15,"155":2,"156":2,"159":1,"16":2,"160":1,"161":19,"167":14,"17":9,"18":158,"19":14,"20":16,"209":9,"21":63,"210":4,"211":1,"214":1,"215":8,"221":28,"223":52,"224":3,"225":42,"23":36,"24":140,"25":23,"257":9,"26":12,"27":8,"273":5,"276":7,"279":12,"28":58,"281":1,"282":7,"291":1,"292":2,"30":4,"31":4,"32":4,"33":2,"34":4,"347":2,"35":6,"352":59,"36":9,"37":3,"38":45,"381":1,"383":4,"39":6,"391":7,"397":1,"40":9,"41":5,"414":1,"415":3,"42":5,"43":2,"433":1,"44":1,"45":8,"46":18,"48":5,"49":12,"5":118,"51":6,"52":9,"53":7,"56":1,"570":1,"6":18,"63":1,"7":59,"79":1,"8":46,"80":2,"9":36,"all_client":11570,"all_tv_clinet":1555,"insert_time":"2014-08-22T22:17:10.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10090,"10":4,"107":53,"11":104,"12":10,"13":51,"14":14,"15":14,"155":2,"156":2,"159":1,"16":2,"160":1,"161":18,"167":14,"17":12,"18":158,"19":14,"20":14,"209":10,"21":61,"210":4,"211":1,"214":1,"215":8,"221":28,"223":53,"224":3,"225":47,"23":38,"24":140,"25":23,"257":9,"26":12,"27":8,"273":6,"276":7,"279":13,"28":58,"281":1,"282":7,"291":1,"292":2,"30":4,"31":4,"32":4,"33":2,"34":5,"347":2,"35":6,"352":61,"36":10,"37":4,"38":45,"381":2,"383":4,"39":6,"391":7,"397":1,"40":9,"41":6,"414":1,"415":4,"42":5,"43":2,"433":1,"44":1,"45":8,"46":20,"48":3,"49":13,"5":133,"51":5,"52":8,"53":6,"56":1,"570":1,"6":17,"63":1,"7":59,"79":1,"8":45,"80":2,"9":36,"all_client":11674,"all_tv_clinet":1584,"insert_time":"2014-08-22T22:18:10.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10190,"10":4,"107":51,"11":102,"12":10,"13":53,"14":14,"15":16,"155":1,"156":2,"159":1,"16":5,"160":1,"161":17,"167":14,"17":10,"18":160,"19":14,"20":14,"209":9,"21":65,"210":4,"211":1,"214":1,"215":8,"221":26,"223":51,"224":3,"225":47,"23":38,"24":145,"25":24,"257":9,"26":13,"27":8,"273":7,"276":7,"279":16,"28":61,"281":1,"282":6,"291":1,"292":2,"30":3,"31":5,"32":4,"33":2,"34":5,"347":2,"35":6,"352":59,"36":11,"37":4,"38":43,"381":2,"383":4,"39":5,"391":7,"397":1,"40":9,"41":6,"414":1,"415":4,"42":5,"43":2,"433":1,"44":1,"45":8,"46":21,"48":2,"49":9,"5":141,"51":5,"52":7,"53":5,"56":1,"570":1,"6":16,"63":1,"7":61,"79":1,"8":44,"80":2,"9":38,"all_client":11787,"all_tv_clinet":1597,"insert_time":"2014-08-22T22:19:11.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10279,"10":4,"107":52,"11":110,"12":8,"13":57,"14":14,"15":16,"155":1,"156":2,"159":1,"16":5,"160":1,"161":17,"167":14,"17":11,"18":164,"19":14,"20":14,"209":9,"21":68,"210":3,"211":1,"214":1,"215":9,"221":27,"223":49,"224":3,"225":45,"23":43,"24":150,"25":24,"257":10,"26":14,"27":7,"273":7,"276":9,"279":15,"28":59,"281":2,"282":5,"291":1,"292":2,"30":3,"31":5,"32":3,"33":2,"34":6,"347":3,"35":7,"352":55,"36":13,"37":4,"38":43,"381":1,"383":3,"39":7,"391":6,"397":1,"40":9,"41":5,"414":1,"415":6,"42":5,"43":1,"433":1,"45":8,"46":21,"48":2,"49":9,"5":141,"51":5,"52":7,"53":5,"56":1,"570":1,"6":17,"63":1,"7":59,"79":1,"8":45,"80":2,"9":38,"all_client":11900,"all_tv_clinet":1621,"insert_time":"2014-08-22T22:20:11.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10354,"10":4,"107":56,"11":113,"12":10,"13":59,"14":14,"15":17,"155":1,"156":2,"159":1,"16":5,"160":1,"161":19,"167":14,"17":11,"18":161,"19":16,"20":14,"209":9,"21":67,"210":3,"211":1,"214":1,"215":10,"221":25,"223":47,"224":3,"225":42,"23":48,"24":152,"25":25,"257":10,"26":15,"27":8,"273":7,"276":10,"279":16,"28":59,"281":2,"282":5,"291":1,"292":3,"30":3,"31":5,"32":1,"33":2,"34":6,"347":3,"35":8,"352":57,"36":12,"37":5,"38":43,"381":1,"383":3,"39":8,"391":7,"397":1,"40":9,"41":6,"414":1,"415":5,"42":7,"43":3,"433":1,"45":8,"46":19,"48":4,"49":10,"5":145,"51":5,"52":6,"53":5,"56":1,"570":1,"6":23,"63":1,"7":57,"79":1,"8":46,"80":2,"9":42,"all_client":12014,"all_tv_clinet":1660,"insert_time":"2014-08-22T22:21:11.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10456,"10":5,"107":56,"11":117,"12":10,"13":57,"14":13,"15":15,"155":1,"156":2,"16":5,"160":2,"161":20,"167":14,"17":15,"18":162,"19":16,"20":15,"209":9,"21":66,"210":3,"211":1,"214":1,"215":10,"221":27,"223":49,"224":4,"225":45,"23":47,"24":154,"25":25,"257":10,"26":15,"27":8,"273":5,"276":10,"279":18,"28":57,"281":2,"282":5,"291":1,"292":5,"30":3,"31":4,"32":1,"33":1,"34":7,"347":3,"35":8,"352":59,"36":12,"37":5,"38":43,"381":1,"383":3,"39":8,"391":7,"397":1,"40":10,"41":6,"414":1,"415":5,"42":7,"43":3,"433":1,"45":8,"46":18,"48":7,"49":13,"5":141,"51":5,"52":6,"53":5,"56":1,"570":1,"6":22,"63":1,"7":60,"79":2,"8":42,"80":2,"9":45,"all_client":12136,"all_tv_clinet":1680,"insert_time":"2014-08-22T22:22:11.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10553,"10":4,"107":58,"11":113,"12":14,"13":57,"14":15,"15":16,"155":1,"156":2,"16":5,"160":3,"161":22,"167":14,"17":16,"18":157,"19":18,"20":15,"209":8,"21":63,"210":4,"211":1,"214":2,"215":9,"221":26,"223":49,"224":3,"225":47,"23":48,"24":148,"25":25,"257":11,"26":16,"27":9,"273":6,"276":9,"279":19,"28":59,"282":5,"291":1,"292":5,"30":2,"31":4,"32":1,"33":2,"34":8,"347":4,"35":8,"352":63,"36":13,"37":5,"38":48,"381":1,"383":3,"39":8,"391":7,"397":2,"40":10,"409":1,"41":6,"414":1,"415":4,"42":6,"43":3,"433":1,"45":9,"46":15,"48":9,"49":11,"5":145,"51":5,"52":5,"53":6,"56":1,"570":1,"6":23,"63":2,"7":62,"79":3,"8":41,"80":2,"9":47,"all_client":12254,"all_tv_clinet":1701,"insert_time":"2014-08-22T22:23:11.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10672,"10":4,"107":62,"11":112,"12":18,"13":56,"14":14,"15":21,"155":1,"156":2,"158":1,"159":1,"16":7,"160":3,"161":24,"167":15,"17":16,"18":159,"19":18,"20":15,"209":8,"21":60,"210":4,"211":1,"214":2,"215":10,"221":26,"223":48,"224":7,"225":49,"23":48,"24":150,"25":30,"257":11,"26":17,"27":9,"273":6,"276":9,"279":21,"28":58,"282":4,"291":1,"292":4,"30":2,"31":4,"32":1,"33":2,"34":7,"347":4,"35":8,"352":62,"36":11,"37":5,"38":48,"381":1,"383":3,"39":8,"391":7,"397":2,"40":10,"409":1,"41":6,"414":1,"415":5,"42":8,"43":3,"433":1,"45":10,"46":14,"48":10,"49":11,"5":150,"51":5,"52":5,"53":7,"56":1,"6":22,"63":2,"7":61,"79":3,"8":38,"80":2,"9":51,"all_client":12406,"all_tv_clinet":1734,"insert_time":"2014-08-22T22:24:11.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10776,"10":4,"107":66,"11":110,"12":20,"13":58,"14":12,"15":23,"155":1,"156":1,"158":1,"159":1,"16":8,"160":3,"161":26,"167":15,"17":16,"18":164,"19":19,"20":15,"209":6,"21":55,"210":5,"211":1,"214":2,"215":11,"221":23,"223":49,"224":7,"225":50,"23":51,"24":153,"25":33,"257":10,"26":16,"27":11,"273":6,"276":10,"279":20,"28":59,"282":3,"291":1,"292":4,"30":2,"31":5,"32":1,"33":2,"34":8,"347":4,"35":8,"352":67,"36":11,"37":5,"38":46,"381":1,"383":3,"39":9,"391":7,"397":2,"40":12,"409":1,"41":7,"414":1,"415":6,"42":8,"43":4,"433":1,"45":11,"46":13,"48":9,"49":10,"5":153,"51":7,"52":5,"53":7,"56":1,"6":26,"63":2,"7":58,"79":4,"8":43,"80":2,"9":52,"all_client":12549,"all_tv_clinet":1773,"insert_time":"2014-08-22T22:25:11.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10911,"10":5,"107":63,"11":111,"12":22,"13":54,"14":13,"15":22,"155":1,"156":1,"158":1,"159":1,"16":8,"160":3,"161":25,"167":15,"17":15,"18":172,"19":19,"20":15,"209":6,"21":52,"210":5,"211":1,"214":2,"215":10,"221":25,"223":50,"224":9,"225":47,"23":51,"24":157,"25":33,"257":11,"26":17,"27":10,"273":6,"276":10,"279":21,"28":57,"282":3,"291":1,"292":5,"30":2,"31":4,"32":1,"33":2,"34":8,"347":3,"35":8,"352":68,"36":11,"37":5,"38":46,"381":1,"383":3,"39":8,"391":5,"397":2,"40":12,"41":7,"414":1,"415":6,"42":8,"43":7,"433":1,"44":1,"45":12,"46":12,"48":10,"49":11,"5":152,"51":7,"52":4,"53":7,"56":1,"6":27,"63":2,"7":61,"79":3,"8":43,"80":3,"9":53,"all_client":12694,"all_tv_clinet":1783,"insert_time":"2014-08-22T22:26:11.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10996,"10":5,"107":63,"11":113,"12":26,"13":55,"14":13,"15":24,"155":2,"156":1,"158":1,"159":1,"16":9,"160":3,"161":25,"167":15,"17":15,"18":171,"19":19,"20":16,"209":5,"21":55,"210":5,"211":1,"214":2,"215":10,"221":22,"223":48,"224":10,"225":48,"23":54,"24":159,"25":32,"257":11,"26":16,"27":10,"273":6,"276":9,"279":20,"28":57,"282":4,"291":2,"292":4,"30":2,"31":5,"32":1,"33":2,"34":8,"347":3,"35":8,"352":69,"36":11,"37":5,"38":49,"381":1,"383":3,"39":8,"391":5,"397":2,"40":12,"41":7,"414":1,"415":6,"42":7,"43":9,"433":1,"44":1,"45":11,"46":13,"48":10,"49":12,"5":157,"51":7,"52":3,"53":6,"56":1,"6":25,"63":2,"7":59,"79":3,"8":43,"80":4,"9":52,"all_client":12797,"all_tv_clinet":1801,"insert_time":"2014-08-22T22:27:11.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11117,"10":5,"107":60,"11":109,"12":24,"13":56,"14":12,"15":25,"155":2,"156":1,"158":2,"159":1,"16":11,"160":3,"161":24,"167":16,"17":17,"18":178,"19":18,"20":17,"209":6,"21":53,"210":5,"211":1,"214":2,"215":12,"221":27,"223":52,"224":9,"225":49,"23":56,"24":168,"25":33,"257":12,"26":16,"27":9,"273":5,"276":8,"279":19,"28":58,"282":4,"291":2,"292":4,"30":3,"31":5,"32":1,"33":3,"34":8,"347":3,"35":8,"352":67,"36":13,"37":5,"38":49,"381":1,"383":3,"39":8,"391":5,"397":2,"40":11,"41":8,"414":1,"415":6,"42":8,"43":8,"433":1,"44":1,"45":12,"46":16,"48":13,"49":12,"5":164,"51":7,"52":3,"53":6,"56":1,"6":26,"63":1,"7":57,"79":3,"8":42,"80":4,"9":51,"all_client":12954,"all_tv_clinet":1837,"insert_time":"2014-08-22T22:28:12.114Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11232,"10":4,"107":63,"11":111,"12":23,"13":58,"14":11,"15":25,"155":2,"156":1,"158":2,"159":1,"16":13,"160":3,"161":24,"167":15,"17":19,"18":182,"19":19,"20":20,"209":6,"21":57,"210":4,"211":1,"214":2,"215":12,"221":27,"223":55,"224":8,"225":43,"23":60,"24":166,"25":35,"257":10,"26":15,"27":8,"273":6,"276":9,"279":20,"28":59,"282":4,"291":2,"292":4,"30":3,"31":5,"32":1,"33":5,"34":7,"347":3,"35":7,"352":71,"36":14,"37":5,"38":46,"381":1,"383":3,"39":8,"391":5,"397":2,"40":11,"41":8,"414":1,"415":6,"42":8,"43":8,"44":1,"45":12,"46":17,"48":12,"49":14,"5":172,"51":6,"52":2,"53":5,"56":1,"6":28,"63":1,"7":55,"79":3,"8":43,"80":3,"9":51,"all_client":13095,"all_tv_clinet":1863,"insert_time":"2014-08-22T22:29:12.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11319,"10":3,"107":64,"11":116,"12":16,"13":60,"14":12,"15":24,"155":2,"156":1,"158":3,"159":1,"16":14,"160":4,"161":23,"167":16,"17":20,"18":190,"19":23,"20":19,"209":4,"21":56,"210":5,"211":1,"214":1,"215":13,"221":30,"223":57,"224":7,"225":41,"23":65,"24":170,"25":38,"257":10,"26":15,"27":8,"273":6,"276":10,"279":19,"28":58,"282":5,"291":2,"292":5,"30":3,"31":4,"32":2,"33":5,"34":7,"347":4,"35":7,"352":75,"36":14,"37":5,"38":43,"381":1,"383":3,"39":8,"391":4,"397":2,"40":11,"41":6,"414":1,"415":6,"42":8,"43":8,"44":2,"45":11,"46":16,"48":13,"49":13,"5":180,"51":5,"52":2,"53":5,"56":1,"6":31,"63":1,"7":56,"79":3,"8":41,"80":3,"9":49,"all_client":13215,"all_tv_clinet":1896,"insert_time":"2014-08-22T22:30:12.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11418,"10":3,"107":64,"11":122,"12":15,"13":63,"14":12,"15":27,"155":2,"156":1,"158":3,"159":1,"16":13,"160":5,"161":25,"167":14,"17":21,"18":193,"19":26,"20":19,"209":4,"21":56,"210":5,"211":1,"214":1,"215":14,"221":31,"223":64,"224":7,"225":44,"23":66,"24":165,"25":39,"257":11,"26":15,"27":4,"273":5,"276":11,"279":18,"28":58,"282":6,"291":2,"292":5,"30":2,"31":3,"32":2,"33":6,"34":8,"347":4,"35":7,"352":75,"36":16,"37":5,"38":42,"381":1,"383":3,"39":9,"391":5,"397":3,"40":12,"41":5,"415":6,"42":7,"43":8,"44":2,"45":10,"46":17,"48":10,"49":15,"5":181,"51":4,"52":3,"53":5,"56":1,"6":30,"63":1,"7":60,"79":3,"8":40,"80":3,"9":57,"all_client":13350,"all_tv_clinet":1932,"insert_time":"2014-08-22T22:31:12.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11507,"10":2,"107":63,"11":130,"12":11,"13":65,"14":11,"15":31,"155":1,"156":1,"158":3,"159":1,"16":15,"160":4,"161":28,"167":14,"17":20,"18":192,"19":30,"20":20,"209":4,"21":60,"210":5,"211":1,"214":1,"215":14,"221":34,"223":63,"224":7,"225":47,"23":69,"24":163,"25":43,"257":9,"26":15,"27":4,"273":6,"276":12,"279":18,"28":57,"282":6,"291":2,"292":5,"30":2,"31":4,"32":2,"33":4,"34":8,"347":4,"35":8,"352":76,"36":14,"37":5,"38":45,"381":1,"383":3,"39":8,"391":6,"397":3,"40":12,"41":6,"415":6,"42":6,"43":8,"44":1,"45":10,"46":17,"48":8,"49":14,"5":185,"51":3,"52":3,"53":5,"56":1,"6":28,"63":1,"7":58,"79":3,"8":44,"80":3,"9":61,"all_client":13470,"all_tv_clinet":1963,"insert_time":"2014-08-22T22:32:12.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11620,"10":2,"107":64,"11":136,"12":12,"13":65,"14":11,"15":32,"156":1,"158":2,"159":1,"16":12,"160":4,"161":27,"167":16,"17":20,"18":191,"19":29,"20":23,"209":4,"21":60,"210":5,"211":1,"214":1,"215":12,"221":40,"223":69,"224":7,"225":45,"23":72,"24":165,"25":46,"257":9,"26":14,"27":4,"273":6,"276":12,"279":18,"28":57,"282":6,"291":2,"292":6,"30":2,"31":4,"32":2,"33":4,"34":8,"347":3,"35":9,"352":76,"36":13,"37":7,"38":44,"381":1,"383":3,"39":8,"391":6,"397":3,"40":13,"41":7,"415":5,"419":1,"42":5,"43":10,"45":7,"46":16,"48":7,"49":16,"5":194,"51":3,"52":4,"53":4,"56":1,"6":26,"63":2,"7":55,"79":3,"8":45,"80":3,"9":59,"all_client":13608,"all_tv_clinet":1988,"insert_time":"2014-08-22T22:33:12.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11727,"10":2,"107":66,"11":128,"12":17,"13":69,"14":14,"15":33,"156":1,"158":2,"159":1,"16":11,"160":5,"161":27,"167":16,"17":19,"18":198,"19":31,"20":25,"209":2,"21":59,"210":6,"211":1,"214":1,"215":12,"221":37,"223":76,"224":8,"225":48,"23":75,"24":167,"25":48,"257":9,"26":13,"27":3,"273":7,"276":13,"279":16,"28":57,"282":4,"291":2,"292":5,"30":2,"31":4,"32":2,"33":4,"34":9,"347":3,"35":9,"352":79,"36":12,"37":9,"38":44,"381":1,"383":3,"39":7,"391":6,"397":2,"40":12,"41":8,"415":5,"419":1,"42":6,"43":11,"433":1,"44":2,"45":5,"46":16,"48":8,"49":16,"5":203,"51":3,"52":4,"53":5,"56":1,"6":25,"63":3,"7":55,"79":3,"8":45,"80":3,"9":60,"all_client":13758,"all_tv_clinet":2031,"insert_time":"2014-08-22T22:34:12.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11824,"10":2,"107":62,"11":119,"12":22,"13":68,"14":15,"15":31,"156":1,"158":2,"159":1,"16":10,"160":6,"161":30,"167":16,"17":19,"18":201,"19":32,"20":27,"209":2,"21":55,"210":6,"211":1,"214":1,"215":13,"221":39,"223":78,"224":9,"225":46,"23":75,"24":170,"25":48,"257":9,"26":13,"27":3,"273":9,"276":14,"279":12,"28":59,"282":4,"291":2,"292":4,"30":3,"31":5,"32":2,"33":5,"34":9,"347":3,"35":11,"352":83,"36":13,"37":10,"38":44,"381":1,"383":4,"39":7,"391":6,"397":2,"40":12,"409":1,"41":10,"415":5,"419":1,"42":7,"43":10,"433":1,"44":3,"45":5,"46":18,"48":9,"49":17,"5":214,"51":3,"52":4,"53":6,"56":1,"6":26,"63":3,"7":54,"79":3,"8":45,"80":3,"9":59,"all_client":13888,"all_tv_clinet":2064,"insert_time":"2014-08-22T22:35:13.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11951,"10":2,"107":56,"11":114,"12":24,"13":65,"14":16,"15":30,"156":1,"158":1,"159":2,"16":10,"160":6,"161":31,"167":16,"17":17,"18":210,"19":27,"20":27,"209":2,"21":60,"210":6,"211":1,"214":1,"215":12,"221":37,"223":76,"224":9,"225":51,"23":77,"24":172,"25":49,"257":7,"26":14,"27":3,"273":12,"276":14,"279":11,"28":58,"282":4,"291":2,"292":5,"30":3,"31":5,"32":2,"33":5,"34":9,"347":3,"35":11,"352":85,"36":15,"37":10,"38":46,"381":2,"383":4,"39":7,"391":7,"397":2,"40":12,"409":1,"41":10,"415":6,"42":7,"43":10,"433":1,"44":5,"45":5,"46":21,"48":9,"49":17,"5":222,"51":3,"52":3,"53":5,"56":1,"6":25,"63":3,"7":62,"79":3,"8":47,"80":4,"9":59,"all_client":14046,"all_tv_clinet":2095,"insert_time":"2014-08-22T22:36:13.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12069,"10":2,"107":52,"11":114,"12":29,"13":58,"14":15,"15":30,"155":1,"156":1,"158":1,"159":2,"16":13,"160":6,"161":31,"167":18,"17":15,"18":212,"19":26,"20":27,"209":2,"21":58,"210":6,"211":1,"214":1,"215":11,"221":37,"223":80,"224":8,"225":55,"23":78,"24":177,"25":50,"257":6,"26":14,"268":1,"27":3,"273":13,"276":15,"279":9,"28":61,"282":4,"291":2,"292":5,"30":3,"31":5,"32":2,"33":4,"34":8,"347":3,"35":12,"352":84,"36":17,"37":12,"38":45,"381":2,"383":4,"39":8,"391":8,"397":2,"40":12,"409":1,"41":8,"414":3,"415":6,"419":1,"42":6,"43":10,"433":1,"44":6,"45":4,"46":20,"48":8,"49":18,"5":233,"51":2,"52":3,"53":5,"56":2,"6":24,"63":3,"7":65,"79":2,"8":47,"80":6,"9":57,"all_client":14191,"all_tv_clinet":2122,"insert_time":"2014-08-22T22:37:13.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12192,"10":3,"107":58,"11":116,"12":30,"13":56,"14":16,"15":31,"155":1,"156":1,"158":1,"159":2,"16":12,"160":6,"161":35,"167":19,"17":15,"18":214,"19":28,"20":28,"209":2,"21":59,"210":6,"211":1,"214":3,"215":13,"221":35,"223":88,"224":7,"225":63,"23":75,"24":181,"25":50,"257":6,"26":12,"268":2,"27":2,"273":12,"276":17,"279":8,"28":60,"282":4,"291":2,"292":6,"30":3,"31":5,"32":2,"33":3,"34":8,"347":4,"35":10,"352":78,"36":18,"37":14,"38":52,"381":3,"383":4,"39":7,"391":8,"397":2,"40":12,"409":1,"41":11,"414":3,"415":6,"419":1,"42":6,"43":10,"433":1,"44":6,"45":4,"46":20,"48":8,"49":17,"5":248,"51":2,"52":3,"53":3,"56":2,"6":24,"63":5,"7":63,"79":2,"8":46,"80":6,"9":55,"all_client":14364,"all_tv_clinet":2172,"insert_time":"2014-08-22T22:38:13.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12310,"10":3,"107":64,"11":115,"12":30,"13":59,"14":16,"15":35,"155":1,"156":1,"158":1,"159":2,"16":13,"160":7,"161":40,"167":18,"17":15,"18":211,"19":28,"20":30,"209":2,"21":57,"210":6,"211":1,"214":3,"215":15,"221":34,"223":93,"224":8,"225":64,"23":77,"24":193,"25":52,"257":6,"26":13,"268":2,"27":2,"273":12,"276":18,"279":8,"28":59,"282":3,"291":2,"292":5,"30":3,"302":1,"31":3,"32":2,"33":3,"34":8,"347":4,"35":10,"352":82,"36":20,"37":14,"38":52,"381":2,"383":4,"39":7,"391":8,"397":3,"40":12,"409":1,"41":11,"414":3,"415":6,"419":1,"42":6,"43":10,"433":1,"44":4,"45":4,"46":21,"48":8,"49":16,"5":248,"51":3,"52":3,"53":2,"56":2,"6":28,"63":5,"7":67,"79":2,"8":45,"80":8,"9":58,"all_client":14535,"all_tv_clinet":2225,"insert_time":"2014-08-22T22:39:13.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12435,"10":2,"107":59,"11":120,"12":27,"13":61,"14":17,"15":34,"155":1,"156":2,"158":1,"159":2,"16":14,"160":7,"161":48,"167":18,"17":15,"18":214,"19":29,"20":30,"209":2,"21":58,"210":6,"211":1,"214":3,"215":16,"221":33,"223":94,"224":8,"225":70,"23":80,"24":196,"25":53,"257":8,"26":13,"268":2,"27":2,"273":13,"276":19,"279":5,"28":56,"282":3,"291":2,"292":4,"30":3,"302":1,"31":3,"314":2,"32":2,"33":3,"34":8,"347":4,"35":9,"352":82,"36":19,"37":14,"38":57,"381":3,"383":4,"39":9,"391":8,"397":4,"40":14,"409":1,"41":11,"414":2,"415":7,"419":1,"42":7,"43":11,"433":1,"44":4,"45":4,"46":21,"48":9,"49":16,"5":250,"51":4,"52":4,"53":2,"56":1,"6":30,"63":6,"7":67,"79":2,"8":49,"80":8,"9":61,"all_client":14711,"all_tv_clinet":2276,"insert_time":"2014-08-22T22:40:13.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12574,"10":1,"107":60,"11":126,"12":28,"13":64,"14":19,"15":35,"155":1,"156":2,"158":1,"159":2,"16":14,"160":7,"161":51,"167":18,"17":15,"18":218,"19":31,"20":27,"209":2,"21":63,"210":6,"211":1,"214":3,"215":17,"221":30,"223":95,"224":8,"225":73,"23":80,"24":194,"25":52,"257":9,"26":14,"268":2,"27":2,"273":15,"276":18,"279":6,"28":56,"282":3,"291":2,"292":3,"30":3,"302":1,"31":2,"314":2,"32":2,"33":4,"34":6,"347":3,"35":9,"352":88,"36":18,"37":14,"38":58,"381":3,"383":3,"39":9,"391":8,"397":4,"40":13,"409":1,"41":9,"414":3,"415":8,"419":1,"42":8,"43":11,"433":1,"44":4,"45":5,"46":20,"48":10,"49":17,"5":248,"51":8,"52":4,"53":2,"56":1,"6":32,"63":6,"7":69,"79":2,"8":48,"80":9,"9":62,"all_client":14887,"all_tv_clinet":2313,"insert_time":"2014-08-22T22:41:13.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12734,"10":1,"107":56,"11":133,"12":29,"13":66,"14":19,"15":38,"155":3,"156":2,"158":1,"159":2,"16":12,"160":8,"161":54,"167":17,"17":12,"18":220,"19":34,"20":27,"209":2,"21":58,"210":6,"211":1,"214":3,"215":18,"221":32,"223":95,"224":7,"225":82,"23":83,"24":195,"25":51,"257":9,"26":11,"268":2,"27":2,"273":16,"276":20,"279":6,"28":54,"282":3,"291":1,"292":3,"30":2,"302":1,"31":2,"314":2,"32":1,"33":4,"34":6,"347":3,"35":9,"352":84,"36":18,"37":14,"38":68,"381":3,"383":3,"39":9,"391":9,"397":4,"40":14,"409":1,"41":9,"414":4,"415":7,"419":1,"42":9,"43":11,"433":1,"44":4,"45":5,"46":20,"48":9,"49":17,"5":246,"51":7,"52":4,"53":2,"56":1,"6":36,"63":8,"7":62,"79":2,"8":48,"80":10,"9":64,"all_client":15072,"all_tv_clinet":2338,"insert_time":"2014-08-22T22:42:13.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12872,"10":1,"107":56,"11":135,"12":31,"13":67,"14":17,"15":39,"155":4,"156":2,"158":1,"159":2,"16":11,"160":8,"161":50,"167":17,"17":12,"18":227,"19":37,"20":27,"209":2,"21":61,"210":6,"211":1,"214":2,"215":19,"221":31,"223":94,"224":7,"225":89,"23":91,"24":195,"25":51,"257":9,"26":13,"268":2,"27":1,"273":16,"276":20,"279":7,"28":56,"282":4,"291":1,"292":4,"30":2,"31":2,"314":2,"32":2,"33":4,"34":7,"347":3,"35":8,"352":86,"36":20,"37":13,"38":62,"381":3,"383":4,"39":7,"391":7,"397":4,"40":15,"409":1,"41":10,"414":5,"415":7,"42":9,"43":8,"433":1,"44":3,"45":5,"46":24,"48":8,"49":17,"5":255,"51":6,"52":4,"53":4,"56":1,"6":36,"63":11,"7":62,"79":1,"8":49,"80":10,"9":58,"all_client":15244,"all_tv_clinet":2372,"insert_time":"2014-08-22T22:43:14.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13018,"107":58,"11":141,"12":30,"13":69,"14":16,"15":40,"155":5,"156":2,"158":1,"159":2,"16":11,"160":8,"161":49,"167":17,"17":13,"18":234,"19":43,"20":30,"209":2,"21":61,"210":6,"211":1,"214":3,"215":18,"221":32,"223":90,"224":6,"225":92,"23":95,"24":194,"25":52,"257":14,"26":13,"268":2,"27":1,"273":15,"276":23,"279":7,"28":57,"282":4,"291":1,"292":4,"30":2,"31":3,"314":2,"32":2,"33":4,"34":6,"347":3,"35":9,"352":87,"36":20,"37":13,"38":65,"381":3,"383":4,"39":7,"391":6,"397":4,"40":15,"409":1,"41":9,"414":4,"415":6,"42":9,"43":9,"433":1,"44":3,"45":4,"46":23,"48":8,"49":17,"5":256,"51":4,"52":6,"53":5,"56":1,"6":33,"63":13,"7":63,"79":1,"8":49,"80":11,"9":57,"all_client":15428,"all_tv_clinet":2410,"insert_time":"2014-08-22T22:44:14.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13178,"107":59,"11":142,"12":30,"13":73,"14":15,"15":41,"155":6,"156":2,"158":1,"159":2,"16":14,"160":8,"161":46,"167":18,"17":14,"18":236,"19":47,"20":31,"209":2,"21":63,"210":6,"211":1,"214":3,"215":18,"221":34,"223":86,"224":6,"225":100,"23":97,"24":191,"25":54,"257":14,"26":13,"268":3,"27":1,"273":14,"276":25,"279":7,"28":58,"282":3,"291":1,"292":4,"30":3,"31":3,"314":3,"32":2,"33":5,"34":6,"347":3,"35":12,"352":87,"36":21,"37":14,"38":66,"381":3,"383":4,"39":7,"391":6,"397":4,"40":16,"409":1,"41":9,"414":4,"415":6,"42":10,"43":9,"433":1,"44":3,"45":4,"46":23,"48":7,"49":15,"5":258,"51":4,"52":7,"53":7,"56":1,"6":32,"63":14,"7":66,"79":1,"8":46,"80":11,"9":57,"all_client":15628,"all_tv_clinet":2450,"insert_time":"2014-08-22T22:45:14.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13351,"107":61,"11":152,"12":28,"13":75,"14":15,"15":41,"155":5,"156":3,"158":1,"159":2,"16":15,"160":8,"161":45,"167":19,"17":16,"18":235,"19":45,"20":31,"209":2,"21":64,"210":6,"211":1,"214":3,"215":19,"221":35,"223":83,"224":5,"225":111,"23":101,"24":194,"25":56,"257":13,"26":12,"268":3,"27":1,"273":13,"276":27,"279":7,"28":62,"282":3,"291":1,"292":3,"30":4,"31":3,"314":3,"32":2,"33":5,"34":4,"347":3,"35":12,"352":94,"36":22,"37":13,"38":68,"381":3,"383":4,"39":7,"391":6,"396":1,"397":4,"40":16,"409":1,"41":7,"414":4,"415":6,"419":1,"42":10,"43":10,"433":1,"44":4,"45":4,"46":20,"48":8,"49":16,"5":259,"51":5,"52":5,"53":9,"56":1,"6":33,"63":13,"7":68,"79":2,"8":47,"80":10,"9":58,"all_client":15849,"all_tv_clinet":2498,"insert_time":"2014-08-22T22:46:14.513Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13500,"10":1,"107":63,"11":153,"12":24,"13":78,"14":15,"15":42,"155":5,"156":3,"158":2,"159":2,"16":17,"160":7,"161":47,"167":19,"17":16,"18":243,"19":43,"20":32,"209":2,"21":67,"210":6,"211":1,"214":3,"215":19,"221":37,"223":81,"224":6,"225":116,"23":100,"24":200,"25":59,"257":10,"26":12,"268":3,"27":1,"273":14,"276":27,"279":7,"28":64,"282":3,"291":1,"292":5,"30":5,"31":2,"314":3,"32":2,"33":4,"34":4,"347":3,"35":12,"352":97,"36":23,"37":13,"38":69,"381":3,"383":5,"39":7,"391":6,"396":1,"397":4,"40":17,"41":6,"414":4,"415":8,"419":1,"42":9,"43":10,"433":1,"44":4,"45":4,"46":20,"48":7,"49":16,"5":263,"51":6,"52":2,"53":9,"56":1,"6":37,"63":15,"7":72,"79":3,"8":45,"80":10,"9":62,"all_client":16051,"all_tv_clinet":2551,"insert_time":"2014-08-22T22:47:14.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13672,"10":1,"107":68,"11":152,"12":27,"13":80,"14":15,"15":39,"155":5,"156":3,"158":2,"159":2,"16":16,"160":6,"161":49,"167":20,"17":18,"18":249,"19":41,"20":31,"209":2,"21":66,"210":6,"211":1,"214":3,"215":21,"221":36,"223":80,"224":6,"225":123,"23":99,"24":209,"25":59,"257":13,"26":10,"268":3,"27":2,"273":14,"276":28,"279":6,"28":64,"282":3,"291":1,"292":5,"30":7,"31":2,"314":3,"32":3,"33":3,"34":5,"347":3,"35":9,"352":93,"36":25,"37":12,"38":66,"381":3,"383":5,"39":7,"391":6,"396":1,"397":4,"40":16,"41":8,"414":4,"415":8,"419":1,"42":10,"43":10,"433":1,"44":6,"45":5,"46":21,"48":7,"49":17,"5":262,"51":7,"52":3,"53":7,"56":1,"6":40,"63":16,"7":77,"79":4,"8":50,"80":9,"9":64,"all_client":16267,"all_tv_clinet":2595,"insert_time":"2014-08-22T22:48:14.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13847,"10":1,"107":68,"11":154,"12":28,"13":87,"14":16,"15":39,"155":6,"156":2,"158":2,"159":2,"16":15,"160":6,"161":52,"167":21,"17":19,"18":245,"19":43,"20":30,"209":2,"21":64,"210":6,"211":1,"214":3,"215":22,"221":38,"223":85,"224":7,"225":122,"23":101,"24":212,"25":61,"257":14,"26":10,"268":2,"27":2,"273":15,"276":31,"279":6,"28":62,"282":4,"291":2,"292":4,"30":7,"31":3,"314":2,"32":5,"33":3,"34":4,"347":3,"35":11,"352":90,"36":24,"37":11,"38":69,"381":4,"383":5,"39":5,"391":6,"397":4,"40":17,"41":9,"414":5,"415":7,"419":1,"42":10,"43":10,"433":1,"44":5,"45":5,"46":26,"48":6,"49":15,"5":266,"51":7,"52":3,"53":8,"56":1,"6":42,"63":15,"7":80,"79":4,"8":52,"80":10,"9":63,"all_client":16483,"all_tv_clinet":2636,"insert_time":"2014-08-22T22:49:14.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14012,"10":1,"107":68,"11":153,"12":32,"13":90,"14":17,"15":39,"155":6,"156":2,"158":2,"159":2,"16":14,"160":7,"161":52,"167":22,"17":22,"18":239,"19":45,"20":34,"209":3,"21":69,"210":6,"211":1,"214":3,"215":24,"221":39,"223":87,"224":7,"225":125,"23":104,"24":216,"25":67,"257":15,"26":10,"268":2,"27":2,"273":15,"276":31,"279":5,"28":61,"282":4,"291":2,"292":4,"30":7,"302":1,"31":3,"314":2,"32":4,"33":5,"34":6,"347":3,"35":10,"352":87,"36":23,"37":12,"38":71,"381":4,"383":5,"39":5,"391":6,"397":3,"40":17,"41":10,"414":5,"415":5,"419":1,"42":10,"43":10,"433":1,"44":5,"45":5,"46":22,"48":5,"49":15,"5":268,"51":9,"52":4,"53":9,"56":1,"6":47,"63":16,"7":81,"79":4,"8":57,"80":10,"9":68,"all_client":16703,"all_tv_clinet":2691,"insert_time":"2014-08-22T22:50:15.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14221,"10":1,"107":68,"11":156,"12":33,"13":90,"14":18,"15":39,"155":8,"156":2,"158":2,"159":2,"16":14,"160":7,"161":52,"167":21,"17":23,"18":242,"19":46,"20":34,"209":3,"21":68,"210":5,"211":1,"214":3,"215":24,"221":43,"223":88,"224":7,"225":128,"23":112,"24":218,"25":70,"257":15,"26":7,"268":3,"27":1,"273":17,"276":33,"279":6,"28":61,"282":5,"291":3,"292":3,"30":7,"302":1,"31":4,"314":2,"32":3,"33":5,"34":7,"347":3,"35":9,"352":87,"36":23,"37":13,"38":75,"381":4,"383":5,"39":6,"391":6,"397":3,"40":16,"409":2,"41":10,"414":6,"415":6,"419":1,"42":10,"43":10,"433":1,"44":5,"45":5,"46":21,"48":4,"49":16,"5":269,"51":11,"52":6,"53":10,"6":46,"63":16,"7":81,"79":4,"8":58,"80":10,"9":69,"all_client":16959,"all_tv_clinet":2738,"insert_time":"2014-08-22T22:51:15.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14403,"10":2,"107":70,"11":157,"12":41,"13":89,"14":20,"15":41,"155":9,"156":2,"158":1,"159":2,"16":13,"160":8,"161":49,"167":20,"17":23,"18":252,"19":46,"20":37,"209":3,"21":69,"210":6,"211":1,"214":3,"215":28,"221":47,"223":85,"224":6,"225":131,"23":114,"24":217,"25":70,"257":17,"26":7,"268":4,"27":1,"273":20,"276":33,"279":6,"28":64,"281":1,"282":5,"291":3,"292":2,"30":8,"302":1,"306":1,"31":6,"314":2,"32":2,"33":6,"34":6,"347":3,"35":9,"352":90,"36":20,"37":13,"38":70,"381":5,"383":5,"39":6,"391":6,"397":3,"40":15,"409":3,"41":9,"414":6,"415":9,"419":1,"42":11,"43":10,"433":1,"44":5,"45":5,"46":20,"48":3,"49":16,"5":279,"51":11,"52":6,"53":10,"570":1,"6":55,"63":17,"7":82,"79":4,"8":60,"80":10,"9":70,"all_client":17209,"all_tv_clinet":2806,"insert_time":"2014-08-22T22:52:15.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14555,"10":2,"107":75,"11":162,"12":46,"13":89,"14":19,"15":38,"155":9,"156":2,"158":2,"159":3,"16":12,"160":10,"161":52,"167":20,"17":24,"18":260,"19":46,"20":40,"209":4,"21":69,"210":4,"211":1,"214":3,"215":28,"221":49,"223":84,"224":8,"225":135,"23":117,"24":207,"25":69,"257":21,"26":7,"268":4,"27":1,"273":22,"276":34,"279":5,"28":68,"281":1,"282":5,"291":3,"292":3,"30":8,"302":1,"306":2,"31":7,"314":3,"32":2,"33":7,"34":6,"347":2,"35":10,"352":90,"36":21,"37":13,"38":67,"381":6,"383":6,"39":7,"391":6,"397":3,"40":17,"409":3,"41":10,"414":6,"415":9,"419":1,"42":11,"43":11,"433":1,"44":5,"45":5,"46":19,"48":3,"49":16,"5":288,"51":11,"52":5,"53":9,"56":2,"570":1,"6":57,"63":18,"7":81,"79":4,"8":56,"80":12,"9":74,"all_client":17420,"all_tv_clinet":2865,"insert_time":"2014-08-22T22:53:15.654Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14764,"10":2,"107":72,"11":166,"12":47,"13":91,"14":19,"15":41,"155":9,"156":2,"158":2,"159":3,"16":13,"160":10,"161":54,"167":22,"17":25,"18":268,"19":45,"20":39,"209":4,"21":70,"210":4,"211":1,"214":1,"215":28,"221":47,"223":86,"224":9,"225":134,"23":122,"24":200,"25":67,"257":23,"26":7,"268":3,"27":2,"273":22,"276":34,"279":5,"28":76,"281":1,"282":5,"291":3,"292":5,"30":8,"302":1,"306":2,"31":5,"314":3,"32":2,"33":7,"34":6,"347":2,"35":11,"352":89,"36":25,"37":11,"38":70,"381":6,"383":6,"39":6,"391":6,"397":3,"40":19,"409":6,"41":12,"414":7,"415":9,"419":1,"42":11,"43":15,"433":1,"44":6,"45":3,"46":22,"48":3,"49":15,"5":298,"51":10,"52":4,"53":13,"56":2,"570":1,"6":56,"63":18,"7":78,"79":5,"8":58,"80":12,"9":76,"all_client":17683,"all_tv_clinet":2919,"insert_time":"2014-08-22T22:54:15.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14958,"10":1,"107":76,"11":170,"12":47,"13":95,"14":21,"15":42,"155":8,"156":2,"158":3,"159":3,"16":15,"160":10,"161":55,"167":23,"17":26,"18":270,"19":44,"20":42,"209":5,"21":75,"210":3,"211":1,"214":1,"215":28,"221":46,"223":85,"224":9,"225":141,"23":123,"24":200,"25":68,"257":25,"26":7,"268":4,"27":2,"273":24,"276":34,"279":5,"28":78,"282":5,"291":3,"292":5,"30":8,"302":1,"306":1,"31":4,"314":5,"32":1,"33":7,"34":7,"347":2,"35":10,"352":80,"36":24,"37":12,"38":75,"381":5,"383":6,"39":5,"391":6,"397":3,"40":19,"409":6,"41":13,"414":6,"415":9,"419":1,"42":9,"43":16,"433":1,"44":6,"45":3,"46":22,"48":4,"49":16,"5":299,"51":10,"52":4,"53":13,"56":2,"570":1,"6":54,"63":22,"7":78,"79":5,"8":62,"80":11,"9":81,"all_client":17923,"all_tv_clinet":2965,"insert_time":"2014-08-22T22:55:15.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15176,"10":1,"107":80,"11":177,"12":46,"13":100,"14":21,"15":41,"155":8,"156":2,"158":4,"159":3,"16":17,"160":11,"161":59,"167":26,"17":29,"18":274,"19":45,"20":45,"209":6,"21":70,"210":3,"211":1,"214":1,"215":29,"221":43,"223":89,"224":9,"225":150,"23":118,"24":201,"25":66,"257":21,"26":7,"268":4,"27":2,"273":24,"276":37,"279":6,"28":87,"282":6,"291":3,"292":5,"30":7,"302":1,"306":1,"31":6,"314":5,"32":2,"33":5,"34":6,"347":2,"35":10,"352":78,"36":25,"37":14,"38":78,"381":4,"383":5,"39":6,"391":6,"397":3,"40":19,"409":6,"41":10,"414":6,"415":10,"419":1,"42":12,"43":16,"433":1,"44":6,"45":3,"46":22,"48":4,"49":14,"5":304,"51":9,"52":4,"53":15,"56":2,"570":1,"6":53,"63":22,"7":78,"79":5,"8":66,"80":11,"9":78,"all_client":18195,"all_tv_clinet":3019,"insert_time":"2014-08-22T22:56:16.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15386,"10":2,"107":83,"11":179,"12":41,"13":102,"14":22,"15":41,"155":8,"156":2,"158":5,"159":2,"16":17,"160":11,"161":57,"167":28,"17":32,"18":275,"19":49,"20":45,"209":6,"21":73,"210":3,"211":1,"214":1,"215":30,"221":42,"223":92,"224":10,"225":159,"23":120,"24":209,"25":67,"257":20,"26":7,"268":4,"27":2,"273":25,"276":39,"279":6,"28":95,"282":7,"291":3,"292":4,"30":7,"302":1,"306":1,"31":6,"314":5,"32":2,"33":5,"34":6,"347":2,"35":10,"352":84,"36":23,"37":14,"38":80,"381":3,"383":5,"39":6,"391":4,"397":3,"40":19,"409":5,"41":13,"414":4,"415":9,"419":1,"42":13,"43":17,"433":1,"44":5,"45":4,"46":20,"48":3,"49":14,"5":296,"51":10,"52":5,"53":13,"56":2,"570":2,"6":54,"63":23,"7":91,"79":4,"8":72,"80":11,"9":77,"all_client":18467,"all_tv_clinet":3081,"insert_time":"2014-08-22T22:57:16.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15569,"10":2,"107":83,"11":184,"12":39,"13":103,"14":21,"15":35,"155":8,"156":2,"158":4,"159":3,"16":21,"160":11,"161":59,"167":28,"17":32,"18":287,"19":52,"20":46,"209":5,"21":71,"210":3,"211":1,"214":1,"215":31,"221":46,"223":93,"224":10,"225":172,"23":117,"24":220,"25":66,"257":18,"26":8,"268":4,"27":2,"273":26,"276":38,"279":6,"28":102,"282":6,"291":3,"292":6,"30":6,"302":2,"306":1,"31":8,"314":5,"32":3,"33":4,"34":8,"347":2,"35":11,"352":84,"36":24,"37":13,"38":79,"381":3,"383":5,"39":7,"391":5,"397":3,"40":20,"409":6,"41":14,"414":3,"415":7,"419":1,"42":12,"43":18,"430":1,"433":1,"44":6,"45":5,"46":19,"48":2,"49":15,"5":302,"51":10,"52":5,"53":13,"56":2,"570":2,"6":57,"63":23,"7":97,"79":5,"8":82,"80":12,"9":77,"all_client":18734,"all_tv_clinet":3165,"insert_time":"2014-08-22T22:58:16.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15761,"10":2,"107":84,"11":187,"12":37,"13":104,"14":18,"15":34,"155":8,"156":2,"158":4,"159":3,"16":20,"160":10,"161":67,"167":26,"17":34,"18":299,"19":50,"20":46,"209":4,"21":70,"210":4,"211":1,"214":1,"215":31,"221":44,"223":100,"224":9,"225":172,"23":119,"24":224,"25":67,"257":19,"26":7,"268":3,"27":2,"273":24,"276":38,"279":7,"28":108,"281":1,"282":6,"291":3,"292":8,"30":6,"302":3,"31":8,"314":4,"32":4,"33":4,"34":9,"347":4,"35":10,"352":84,"36":27,"37":10,"38":78,"381":3,"383":5,"39":7,"391":5,"397":3,"40":20,"409":5,"41":13,"414":3,"415":8,"419":1,"42":14,"43":18,"430":1,"433":1,"44":8,"45":5,"46":20,"48":2,"49":15,"5":319,"51":11,"52":5,"53":17,"56":3,"570":2,"6":62,"63":24,"7":105,"79":6,"8":89,"80":12,"9":70,"all_client":19001,"all_tv_clinet":3240,"insert_time":"2014-08-22T22:59:16.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15963,"10":2,"107":79,"11":196,"12":35,"13":106,"14":17,"15":33,"155":8,"156":2,"158":3,"159":3,"16":19,"160":11,"161":71,"167":25,"17":33,"18":309,"19":52,"20":50,"209":4,"21":69,"210":3,"211":1,"214":1,"215":33,"221":39,"223":104,"224":9,"225":180,"23":115,"24":229,"25":68,"257":23,"26":7,"268":3,"27":2,"273":24,"276":44,"279":6,"28":113,"281":1,"282":5,"291":3,"292":7,"30":4,"302":3,"31":9,"314":4,"32":4,"33":4,"34":10,"347":4,"35":10,"352":87,"36":26,"37":10,"38":79,"381":4,"383":6,"39":8,"391":4,"397":3,"40":18,"409":8,"41":10,"414":2,"415":8,"419":1,"42":12,"43":18,"430":1,"433":1,"44":10,"45":5,"46":21,"48":3,"49":14,"5":326,"51":10,"52":3,"53":20,"56":3,"570":2,"6":67,"63":25,"7":113,"79":6,"8":98,"80":13,"9":62,"all_client":19269,"all_tv_clinet":3306,"insert_time":"2014-08-22T23:00:16.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16150,"10":2,"107":81,"11":203,"12":31,"13":114,"14":17,"15":31,"155":8,"156":3,"158":3,"159":2,"16":21,"160":11,"161":72,"167":22,"17":33,"18":312,"19":54,"20":50,"209":5,"21":82,"210":3,"211":1,"214":1,"215":33,"221":37,"223":101,"224":10,"225":188,"23":114,"24":224,"25":65,"257":25,"26":7,"268":3,"27":2,"273":24,"276":51,"279":6,"28":120,"281":1,"282":5,"291":2,"292":7,"30":3,"302":4,"31":8,"314":3,"32":4,"33":4,"34":12,"347":5,"35":10,"352":84,"36":28,"37":9,"38":79,"381":4,"383":7,"39":8,"391":5,"397":3,"40":15,"409":7,"41":11,"414":2,"415":7,"42":14,"43":18,"430":1,"433":1,"44":10,"45":5,"46":23,"48":2,"49":14,"5":334,"51":10,"52":4,"53":17,"56":3,"570":2,"6":74,"63":24,"7":114,"79":7,"8":109,"80":15,"9":62,"all_client":19522,"all_tv_clinet":3372,"insert_time":"2014-08-22T23:01:17.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16348,"10":3,"107":79,"11":212,"12":28,"13":118,"14":18,"15":32,"155":9,"156":4,"158":3,"159":2,"16":22,"160":10,"161":66,"167":21,"17":35,"18":321,"19":57,"20":47,"209":4,"21":84,"210":3,"211":1,"214":1,"215":35,"221":37,"223":102,"224":11,"225":189,"23":117,"24":224,"25":61,"257":27,"26":6,"268":3,"27":2,"273":25,"276":57,"279":6,"28":121,"281":3,"282":6,"291":3,"292":6,"30":3,"302":4,"31":8,"314":2,"32":4,"33":4,"34":11,"347":6,"35":9,"352":83,"36":28,"37":9,"38":77,"381":4,"383":7,"39":9,"391":6,"397":4,"40":14,"409":8,"41":11,"414":2,"415":6,"42":14,"43":16,"430":1,"433":1,"44":10,"45":5,"46":24,"48":2,"49":14,"5":339,"51":9,"52":4,"53":17,"56":3,"570":1,"6":81,"63":27,"7":120,"79":7,"8":114,"80":15,"9":75,"all_client":19787,"all_tv_clinet":3439,"insert_time":"2014-08-22T23:02:17.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16583,"10":2,"107":78,"11":214,"12":27,"13":120,"14":20,"15":30,"155":9,"156":4,"158":3,"159":2,"16":23,"160":9,"161":59,"167":17,"17":40,"18":324,"19":58,"20":46,"209":4,"21":91,"210":3,"211":1,"214":1,"215":35,"221":42,"223":103,"224":10,"225":204,"23":112,"24":224,"25":55,"257":28,"26":5,"268":3,"27":2,"273":27,"276":67,"279":6,"28":127,"281":3,"282":5,"291":3,"292":7,"30":5,"302":4,"31":10,"314":2,"32":6,"33":4,"34":11,"347":6,"35":10,"352":91,"36":28,"37":9,"38":72,"381":4,"383":7,"39":9,"391":7,"397":5,"40":15,"409":7,"41":13,"414":3,"415":8,"42":13,"43":14,"430":1,"433":1,"44":10,"45":5,"46":24,"48":4,"49":10,"5":356,"51":11,"52":4,"53":16,"56":3,"570":1,"6":83,"63":27,"7":118,"79":8,"8":121,"80":14,"9":86,"all_client":20102,"all_tv_clinet":3519,"insert_time":"2014-08-22T23:03:17.434Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16803,"10":2,"107":79,"11":219,"12":24,"13":122,"14":18,"15":31,"155":10,"156":5,"158":3,"159":2,"16":22,"160":10,"161":60,"167":17,"17":45,"18":330,"19":61,"20":44,"209":5,"21":90,"210":3,"211":1,"214":1,"215":35,"221":38,"223":111,"224":10,"225":213,"23":115,"24":222,"25":52,"257":25,"26":5,"268":2,"27":2,"273":29,"276":72,"279":5,"28":129,"281":3,"282":7,"291":4,"292":10,"30":6,"302":5,"31":7,"314":2,"32":7,"33":5,"34":8,"347":6,"35":10,"352":96,"36":27,"37":9,"38":77,"381":5,"383":7,"39":10,"391":6,"397":5,"40":15,"409":7,"41":13,"414":4,"415":10,"42":12,"43":13,"430":1,"433":1,"44":11,"45":5,"46":24,"48":5,"49":9,"5":369,"51":10,"52":2,"53":13,"56":4,"570":2,"6":81,"63":27,"7":124,"79":8,"8":131,"80":13,"9":91,"all_client":20399,"all_tv_clinet":3596,"insert_time":"2014-08-22T23:04:17.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17021,"10":2,"107":75,"11":223,"12":21,"13":121,"14":19,"15":32,"155":10,"156":4,"158":2,"159":2,"16":22,"160":10,"161":60,"167":16,"17":46,"18":329,"19":63,"20":38,"209":4,"21":93,"210":2,"211":1,"214":1,"215":34,"221":39,"223":114,"224":10,"225":211,"23":112,"24":230,"25":52,"257":26,"26":8,"268":1,"27":3,"273":27,"276":79,"279":5,"28":137,"281":2,"282":7,"291":3,"292":12,"30":8,"302":6,"31":5,"314":3,"32":8,"33":4,"34":9,"347":6,"35":11,"352":101,"36":33,"37":8,"38":85,"381":5,"383":8,"39":9,"391":8,"397":7,"40":12,"409":7,"41":12,"414":4,"415":9,"42":10,"43":10,"430":1,"433":1,"44":10,"45":6,"46":23,"48":6,"49":11,"5":368,"51":10,"52":2,"53":14,"56":4,"570":3,"6":87,"63":26,"7":130,"79":10,"8":142,"80":11,"9":100,"all_client":20682,"all_tv_clinet":3661,"insert_time":"2014-08-22T23:05:17.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17210,"10":2,"107":76,"11":224,"12":22,"13":126,"14":22,"15":34,"155":10,"156":6,"158":2,"159":2,"16":21,"160":10,"161":61,"167":14,"17":45,"18":331,"19":65,"20":35,"209":4,"21":94,"210":2,"211":1,"214":1,"215":34,"221":43,"223":115,"224":10,"225":206,"23":105,"24":228,"25":54,"257":24,"26":13,"268":1,"27":4,"273":29,"276":80,"279":5,"28":140,"281":3,"282":7,"291":3,"292":14,"30":9,"302":7,"31":5,"314":3,"32":8,"33":6,"34":11,"347":6,"35":11,"352":104,"36":38,"37":8,"38":88,"381":5,"383":8,"39":9,"391":8,"397":6,"40":12,"409":8,"41":10,"414":5,"415":9,"42":12,"43":10,"430":1,"433":1,"44":9,"45":5,"46":26,"48":8,"49":12,"5":373,"51":9,"52":3,"53":13,"56":5,"570":3,"6":96,"63":26,"7":126,"79":10,"8":146,"80":11,"9":106,"all_client":20933,"all_tv_clinet":3723,"insert_time":"2014-08-22T23:06:18.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17402,"10":2,"107":80,"11":222,"12":20,"13":128,"14":25,"15":37,"155":10,"156":6,"158":3,"159":2,"16":23,"160":10,"161":67,"167":13,"17":44,"18":337,"19":66,"20":37,"209":4,"21":97,"210":2,"211":1,"214":1,"215":34,"221":44,"223":117,"224":10,"225":208,"23":102,"24":232,"25":53,"257":28,"26":15,"268":1,"27":6,"273":28,"276":81,"279":5,"28":145,"281":3,"282":8,"291":5,"292":14,"30":9,"302":7,"31":6,"314":3,"32":6,"33":5,"34":11,"347":6,"35":11,"352":108,"36":39,"37":8,"38":85,"381":8,"383":7,"39":8,"391":8,"397":6,"40":14,"409":9,"41":10,"414":7,"415":8,"42":12,"43":8,"430":1,"433":1,"44":8,"45":5,"46":26,"48":9,"49":14,"5":382,"51":10,"52":3,"53":13,"56":5,"570":3,"6":93,"63":24,"7":122,"79":9,"8":148,"80":12,"9":116,"all_client":21191,"all_tv_clinet":3789,"insert_time":"2014-08-22T23:07:18.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17628,"10":2,"107":80,"11":225,"12":22,"13":131,"14":26,"15":35,"155":11,"156":5,"158":3,"159":2,"16":22,"160":11,"161":66,"167":15,"17":41,"18":342,"19":66,"20":38,"209":5,"21":96,"210":2,"211":1,"214":1,"215":35,"221":42,"223":124,"224":9,"225":221,"23":108,"24":236,"25":53,"257":28,"26":16,"268":2,"27":6,"273":29,"276":86,"279":3,"28":149,"281":2,"282":8,"291":5,"292":12,"30":9,"302":8,"31":7,"314":3,"32":5,"33":6,"34":10,"347":5,"35":11,"352":104,"36":38,"37":10,"38":86,"381":8,"383":7,"39":9,"391":6,"397":6,"40":13,"409":9,"41":12,"414":7,"415":11,"42":12,"43":8,"430":1,"433":1,"44":8,"45":4,"46":33,"48":9,"49":15,"5":388,"51":11,"52":3,"53":11,"56":5,"570":3,"6":96,"63":26,"7":128,"79":9,"8":151,"80":13,"9":118,"all_client":21493,"all_tv_clinet":3865,"insert_time":"2014-08-22T23:08:18.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17804,"10":2,"107":82,"11":230,"12":25,"13":132,"14":26,"15":43,"155":11,"156":4,"158":3,"159":2,"16":21,"160":11,"161":67,"167":16,"17":40,"18":338,"19":70,"20":38,"209":5,"21":93,"210":2,"211":1,"214":1,"215":36,"221":44,"223":128,"224":12,"225":227,"23":110,"24":240,"25":52,"257":28,"26":14,"268":2,"27":5,"273":30,"276":84,"279":3,"28":155,"281":2,"282":9,"291":6,"292":11,"30":8,"302":10,"31":6,"314":2,"32":4,"33":6,"34":9,"347":5,"35":11,"352":100,"36":37,"37":11,"38":90,"381":8,"383":7,"39":9,"391":6,"397":6,"40":14,"409":9,"41":10,"414":8,"415":12,"42":12,"43":8,"430":2,"433":2,"44":8,"45":4,"46":33,"48":9,"49":14,"5":397,"51":12,"52":2,"53":11,"56":6,"570":3,"6":102,"63":28,"7":130,"79":7,"8":156,"80":13,"9":122,"all_client":21734,"all_tv_clinet":3930,"insert_time":"2014-08-22T23:09:18.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18036,"10":2,"107":77,"11":233,"12":25,"13":135,"14":25,"15":45,"155":11,"156":4,"158":4,"159":3,"16":19,"160":11,"161":63,"167":15,"17":37,"18":342,"19":70,"20":38,"209":5,"21":107,"210":3,"211":1,"214":1,"215":36,"221":46,"223":128,"224":12,"225":221,"23":114,"24":243,"25":50,"257":25,"26":16,"268":2,"27":3,"273":29,"276":87,"279":3,"28":157,"281":2,"282":8,"291":6,"292":12,"30":8,"302":9,"31":6,"314":2,"32":4,"33":7,"34":9,"347":5,"35":11,"352":107,"36":38,"37":11,"38":90,"381":9,"383":8,"39":9,"391":8,"397":6,"40":14,"409":10,"41":9,"414":8,"415":13,"419":1,"42":12,"426":1,"43":9,"430":2,"433":1,"44":6,"45":5,"46":33,"48":9,"49":15,"5":400,"51":12,"52":2,"53":13,"56":7,"570":2,"6":106,"63":27,"7":140,"79":6,"8":156,"80":14,"9":124,"all_client":22016,"all_tv_clinet":3980,"insert_time":"2014-08-22T23:10:18.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18282,"10":2,"107":78,"11":233,"12":25,"13":137,"14":25,"15":46,"155":10,"156":4,"158":4,"159":3,"16":21,"160":11,"161":64,"167":15,"17":37,"18":347,"19":70,"20":36,"209":5,"21":111,"210":3,"211":1,"214":1,"215":34,"221":51,"223":134,"224":12,"225":215,"23":116,"24":251,"25":48,"257":25,"26":17,"268":2,"27":2,"273":30,"276":88,"279":3,"28":158,"281":2,"282":9,"291":6,"292":13,"30":8,"302":9,"31":8,"314":1,"32":5,"33":6,"34":8,"347":4,"35":10,"352":109,"36":40,"37":12,"38":94,"381":11,"383":8,"39":11,"391":8,"397":5,"40":15,"409":10,"41":11,"414":9,"415":14,"419":1,"42":12,"426":1,"43":8,"430":2,"433":1,"44":4,"45":6,"46":34,"48":10,"49":12,"5":402,"51":12,"52":2,"53":9,"56":6,"570":2,"6":111,"63":29,"7":148,"79":6,"8":157,"80":16,"9":132,"all_client":22326,"all_tv_clinet":4044,"insert_time":"2014-08-22T23:11:18.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18504,"10":2,"107":83,"11":237,"12":25,"13":138,"14":27,"15":46,"155":10,"156":5,"158":4,"159":3,"16":22,"160":10,"161":62,"167":15,"17":36,"18":353,"19":68,"20":36,"209":5,"21":118,"210":3,"211":1,"214":1,"215":34,"221":50,"223":136,"224":12,"225":206,"23":116,"24":253,"25":46,"257":25,"26":19,"268":2,"27":2,"273":33,"276":90,"279":3,"28":158,"281":2,"282":9,"291":7,"292":13,"30":8,"302":9,"31":7,"314":1,"32":6,"33":6,"34":10,"347":5,"35":11,"352":116,"36":40,"37":12,"38":93,"380":1,"381":11,"383":8,"39":13,"391":8,"396":1,"397":5,"40":15,"409":5,"41":12,"414":10,"415":15,"419":1,"42":11,"426":1,"43":8,"430":3,"433":1,"44":4,"45":9,"46":32,"48":10,"49":12,"5":406,"51":12,"52":2,"53":9,"56":6,"570":2,"6":116,"63":30,"7":152,"79":7,"8":160,"80":17,"9":143,"all_client":22612,"all_tv_clinet":4108,"insert_time":"2014-08-22T23:12:19.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18762,"10":2,"107":81,"11":247,"12":26,"13":135,"14":27,"15":46,"155":10,"156":6,"158":3,"159":2,"16":22,"160":9,"161":58,"167":16,"17":38,"18":354,"19":69,"20":34,"209":5,"21":117,"210":3,"211":1,"214":1,"215":34,"221":55,"223":132,"224":12,"225":206,"23":116,"24":256,"25":44,"257":25,"26":20,"268":3,"27":2,"273":37,"276":93,"279":4,"28":163,"281":2,"282":8,"291":7,"292":10,"30":8,"302":9,"31":8,"32":9,"33":5,"34":10,"347":4,"35":12,"352":116,"36":41,"37":13,"38":98,"380":1,"381":10,"383":7,"39":14,"391":7,"396":1,"397":6,"40":15,"409":5,"41":12,"414":11,"415":13,"419":1,"42":11,"426":1,"43":6,"430":3,"433":1,"44":4,"45":9,"46":31,"48":10,"49":13,"5":422,"51":14,"52":2,"53":8,"56":6,"570":2,"6":122,"63":34,"7":159,"79":9,"8":164,"80":16,"9":148,"all_client":22934,"all_tv_clinet":4172,"insert_time":"2014-08-22T23:13:19.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19006,"10":2,"107":82,"11":248,"12":28,"13":138,"14":27,"15":43,"155":10,"156":6,"158":3,"159":2,"16":24,"160":8,"161":54,"167":17,"17":37,"18":354,"19":75,"20":32,"209":4,"21":122,"210":3,"211":1,"214":1,"215":35,"221":55,"223":133,"224":10,"225":200,"23":119,"24":270,"25":45,"257":25,"26":20,"268":3,"27":2,"273":37,"276":95,"279":4,"28":171,"281":1,"282":9,"291":7,"292":9,"30":8,"302":9,"31":8,"32":9,"33":6,"34":9,"347":4,"35":15,"352":117,"36":38,"37":15,"38":104,"380":1,"381":10,"383":7,"39":14,"391":7,"396":1,"397":7,"40":16,"409":6,"41":12,"414":10,"415":12,"419":1,"42":11,"426":1,"43":5,"430":3,"433":1,"44":2,"45":8,"46":30,"48":11,"49":15,"5":442,"51":18,"52":4,"53":8,"56":6,"570":3,"6":119,"63":32,"7":160,"79":7,"8":167,"80":16,"9":156,"all_client":23248,"all_tv_clinet":4242,"insert_time":"2014-08-22T23:14:19.622Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19285,"10":2,"107":82,"11":252,"12":29,"13":139,"14":27,"15":43,"155":10,"156":6,"158":3,"159":2,"16":24,"160":8,"161":55,"167":17,"17":37,"18":363,"19":78,"20":31,"209":5,"21":121,"210":4,"211":1,"214":1,"215":35,"221":56,"223":132,"224":10,"225":202,"23":116,"24":283,"25":43,"257":24,"26":20,"268":3,"27":2,"273":33,"276":97,"279":4,"28":186,"281":1,"282":9,"291":8,"292":9,"30":9,"302":8,"31":8,"32":9,"33":6,"34":9,"347":4,"35":15,"352":115,"36":37,"37":15,"38":107,"380":1,"381":12,"383":8,"39":14,"391":7,"396":1,"397":7,"40":17,"409":6,"41":12,"414":9,"415":12,"419":1,"42":12,"426":1,"43":2,"430":3,"44":2,"45":8,"46":28,"48":12,"49":16,"5":453,"51":19,"52":3,"53":9,"56":7,"570":3,"6":113,"63":31,"7":159,"79":7,"8":162,"80":16,"9":168,"all_client":23581,"all_tv_clinet":4296,"insert_time":"2014-08-22T23:15:19.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19555,"10":2,"107":82,"11":256,"12":28,"13":142,"14":26,"15":45,"155":10,"156":6,"158":4,"159":2,"16":24,"160":7,"161":55,"167":18,"17":39,"18":365,"19":83,"20":29,"209":5,"21":128,"210":4,"211":1,"214":1,"215":35,"221":54,"223":144,"224":8,"225":206,"23":117,"24":286,"25":40,"257":23,"26":14,"268":2,"27":2,"273":28,"276":100,"279":3,"28":188,"281":1,"282":9,"291":7,"292":9,"30":8,"302":8,"31":7,"32":10,"33":7,"34":10,"347":5,"35":14,"352":121,"36":40,"37":15,"38":104,"380":1,"381":10,"383":7,"39":12,"391":9,"396":1,"397":8,"40":17,"409":7,"41":14,"414":8,"415":13,"419":2,"42":12,"426":1,"43":3,"430":2,"44":2,"45":8,"46":32,"48":12,"49":18,"5":473,"51":19,"52":3,"53":11,"56":7,"570":3,"6":114,"63":31,"7":160,"79":6,"8":162,"80":16,"9":173,"all_client":23919,"all_tv_clinet":4364,"insert_time":"2014-08-22T23:16:20.045Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19849,"10":2,"107":88,"11":252,"12":32,"13":143,"14":25,"15":50,"155":11,"156":6,"158":4,"159":2,"16":21,"160":7,"161":56,"167":19,"17":40,"18":378,"19":86,"20":31,"209":6,"21":136,"210":4,"211":1,"214":1,"215":36,"221":53,"223":145,"224":7,"225":213,"23":117,"24":291,"25":40,"257":23,"26":14,"268":1,"27":3,"273":27,"276":94,"279":2,"28":193,"281":1,"282":8,"291":6,"292":8,"30":6,"302":8,"31":7,"32":9,"33":7,"34":9,"347":6,"35":12,"352":129,"36":38,"37":14,"38":101,"380":1,"381":10,"383":7,"39":12,"391":10,"396":1,"397":8,"40":17,"409":8,"41":13,"414":9,"415":13,"419":2,"42":12,"43":3,"430":4,"44":3,"45":7,"46":33,"48":12,"49":19,"5":473,"51":19,"52":4,"53":12,"56":7,"570":2,"6":114,"63":31,"7":158,"79":6,"8":163,"80":19,"9":183,"all_client":24273,"all_tv_clinet":4424,"insert_time":"2014-08-22T23:17:20.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20110,"10":2,"107":86,"11":250,"12":33,"13":141,"14":25,"15":49,"155":10,"156":7,"158":5,"159":3,"16":20,"160":8,"161":62,"167":21,"168":1,"17":38,"18":384,"19":85,"20":33,"209":5,"21":134,"210":3,"211":1,"214":2,"215":38,"221":56,"223":146,"224":8,"225":224,"23":119,"24":300,"25":38,"257":24,"26":13,"268":1,"27":3,"273":30,"276":92,"279":2,"28":195,"281":2,"282":8,"291":4,"292":8,"30":6,"302":8,"31":5,"314":1,"32":9,"33":7,"34":9,"347":6,"35":15,"352":128,"36":38,"37":14,"38":100,"380":1,"381":9,"383":7,"39":12,"391":9,"397":8,"40":17,"409":9,"41":12,"414":10,"415":12,"419":2,"42":13,"43":4,"430":5,"44":2,"45":6,"46":35,"48":12,"49":20,"5":493,"51":18,"52":4,"53":13,"56":6,"570":2,"6":117,"63":29,"7":166,"79":6,"8":160,"80":20,"9":188,"all_client":24602,"all_tv_clinet":4492,"insert_time":"2014-08-22T23:18:20.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20359,"10":2,"107":86,"11":247,"12":36,"13":139,"14":29,"15":50,"155":10,"156":7,"158":5,"159":3,"16":21,"160":8,"161":68,"167":21,"168":1,"17":34,"18":401,"19":81,"20":40,"209":5,"21":131,"210":3,"211":1,"214":2,"215":39,"221":59,"223":146,"224":9,"225":230,"23":124,"24":302,"25":42,"257":26,"26":14,"268":1,"27":3,"273":28,"276":86,"279":2,"28":202,"281":2,"282":8,"291":3,"292":8,"30":7,"302":8,"31":5,"314":3,"32":10,"33":8,"34":9,"347":6,"35":18,"352":133,"36":40,"37":14,"38":100,"380":1,"381":8,"383":6,"39":10,"391":9,"397":8,"40":17,"409":9,"41":10,"414":13,"415":12,"419":1,"42":12,"43":4,"430":5,"44":3,"45":6,"46":36,"48":12,"49":18,"5":498,"51":20,"52":5,"53":15,"56":6,"570":2,"6":126,"63":29,"7":165,"79":6,"8":159,"80":20,"9":191,"all_client":24927,"all_tv_clinet":4568,"insert_time":"2014-08-22T23:19:20.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20591,"10":1,"107":94,"11":236,"12":40,"13":142,"14":33,"15":55,"155":10,"156":7,"158":4,"159":2,"16":22,"160":8,"161":65,"167":20,"168":1,"17":30,"18":402,"19":84,"20":42,"209":5,"21":127,"210":3,"211":1,"214":2,"215":38,"221":60,"223":146,"224":9,"225":227,"23":126,"24":309,"25":40,"257":28,"26":16,"268":1,"27":4,"273":27,"276":90,"279":4,"28":209,"281":2,"282":9,"291":3,"292":10,"30":9,"302":8,"31":6,"314":3,"32":10,"33":9,"34":9,"347":9,"35":17,"352":137,"36":40,"37":15,"38":96,"380":1,"381":7,"383":6,"39":10,"391":10,"397":9,"40":17,"409":11,"41":9,"414":13,"415":12,"42":11,"43":5,"430":7,"44":4,"45":6,"46":37,"48":12,"49":18,"5":506,"51":22,"52":4,"53":17,"56":5,"570":2,"6":131,"63":30,"7":166,"79":6,"8":162,"80":19,"9":194,"all_client":25222,"all_tv_clinet":4631,"insert_time":"2014-08-22T23:20:20.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20864,"10":1,"107":96,"11":210,"12":45,"13":141,"14":35,"15":58,"155":9,"156":7,"158":4,"159":1,"16":21,"160":8,"161":64,"167":20,"17":26,"18":405,"19":80,"20":41,"209":6,"21":128,"210":2,"211":1,"214":2,"215":39,"221":64,"223":162,"224":9,"225":233,"23":128,"24":313,"25":40,"257":29,"26":19,"268":1,"27":5,"273":23,"276":91,"279":4,"28":216,"281":2,"282":10,"291":2,"292":11,"30":8,"302":8,"31":8,"314":3,"32":9,"33":11,"34":7,"347":10,"35":17,"352":141,"36":38,"37":15,"38":95,"381":6,"383":6,"39":9,"391":10,"397":9,"40":17,"409":13,"41":10,"414":12,"415":11,"42":12,"43":5,"430":7,"44":4,"45":6,"46":37,"48":12,"49":20,"5":502,"51":23,"52":6,"53":18,"56":6,"570":2,"6":146,"63":28,"7":162,"79":6,"8":173,"80":19,"9":206,"all_client":25549,"all_tv_clinet":4685,"insert_time":"2014-08-22T23:21:21.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21099,"10":1,"107":105,"11":194,"12":57,"13":139,"14":36,"15":61,"155":10,"156":8,"158":5,"159":1,"16":23,"160":8,"161":65,"167":22,"17":23,"18":398,"19":88,"20":41,"209":6,"21":134,"210":3,"211":1,"214":3,"215":38,"221":66,"223":171,"224":9,"225":232,"23":122,"24":311,"25":43,"257":31,"26":19,"268":1,"27":6,"273":29,"276":90,"279":4,"28":225,"281":2,"282":11,"291":3,"292":12,"30":9,"302":8,"31":9,"314":2,"32":8,"33":11,"34":7,"347":11,"35":16,"352":145,"36":39,"37":18,"38":104,"381":8,"383":6,"39":9,"391":10,"397":9,"40":17,"409":13,"41":14,"414":12,"415":11,"42":13,"43":5,"430":8,"44":4,"45":6,"46":37,"48":11,"49":20,"5":497,"51":22,"52":6,"53":17,"56":6,"570":3,"6":159,"63":26,"7":164,"79":5,"8":179,"80":18,"9":213,"all_client":25871,"all_tv_clinet":4772,"insert_time":"2014-08-22T23:22:21.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21377,"10":1,"107":103,"11":184,"12":62,"13":132,"14":38,"15":61,"155":10,"156":8,"158":5,"159":1,"16":24,"160":8,"161":65,"167":23,"17":22,"18":394,"19":91,"20":40,"209":6,"21":139,"210":3,"211":1,"214":3,"215":39,"221":70,"223":178,"224":10,"225":234,"23":124,"24":302,"25":46,"257":31,"26":19,"268":1,"27":7,"273":29,"276":89,"279":3,"28":225,"281":2,"282":11,"291":3,"292":15,"30":8,"302":6,"31":9,"314":2,"32":8,"33":12,"34":6,"347":11,"35":16,"352":152,"36":40,"37":18,"38":102,"381":8,"383":6,"39":10,"391":10,"396":2,"397":8,"40":16,"409":16,"41":14,"414":14,"415":12,"42":14,"43":5,"430":6,"44":4,"45":8,"46":39,"48":11,"49":20,"5":487,"51":20,"52":6,"53":19,"56":7,"570":3,"6":165,"63":29,"7":155,"79":5,"8":189,"80":18,"9":233,"all_client":26188,"all_tv_clinet":4811,"insert_time":"2014-08-22T23:23:22.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21594,"107":100,"11":178,"12":65,"13":130,"14":39,"15":65,"155":11,"156":8,"158":5,"159":1,"16":27,"160":8,"161":69,"167":23,"17":21,"18":398,"19":97,"20":42,"209":6,"21":147,"210":3,"211":1,"214":2,"215":35,"221":72,"223":175,"224":8,"225":237,"23":124,"24":300,"25":46,"257":30,"26":19,"268":1,"27":6,"273":32,"276":91,"279":3,"28":228,"281":2,"282":11,"291":2,"292":20,"30":6,"302":6,"31":8,"314":2,"32":8,"33":14,"34":7,"347":12,"35":19,"352":162,"36":43,"37":18,"38":104,"381":8,"383":6,"39":10,"391":10,"396":2,"397":7,"40":15,"409":16,"41":13,"414":15,"415":14,"42":14,"43":4,"430":5,"44":5,"45":8,"46":40,"48":13,"49":19,"5":487,"51":21,"52":5,"53":16,"56":8,"570":3,"6":172,"63":31,"7":157,"79":5,"8":192,"80":17,"9":241,"all_client":26470,"all_tv_clinet":4876,"insert_time":"2014-08-22T23:24:22.249Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21821,"107":100,"11":168,"12":74,"13":130,"14":40,"15":72,"155":11,"156":8,"158":5,"159":2,"16":28,"160":9,"161":72,"167":23,"17":21,"18":398,"19":105,"20":44,"209":6,"21":152,"210":1,"211":1,"214":2,"215":35,"221":68,"223":176,"224":8,"225":236,"23":128,"24":304,"25":46,"257":30,"26":21,"268":1,"27":8,"273":30,"276":91,"279":4,"28":232,"281":2,"282":12,"291":2,"292":22,"30":4,"302":5,"31":7,"314":3,"32":8,"33":13,"34":7,"347":13,"35":24,"352":162,"36":43,"37":18,"38":102,"381":7,"383":6,"39":10,"391":10,"396":2,"397":7,"40":15,"409":17,"41":11,"414":15,"415":16,"42":15,"43":6,"430":6,"44":5,"45":9,"46":42,"48":17,"49":20,"5":496,"51":21,"52":6,"53":16,"56":8,"570":2,"6":174,"63":33,"7":157,"79":5,"8":197,"80":18,"9":230,"all_client":26757,"all_tv_clinet":4936,"insert_time":"2014-08-22T23:25:22.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22071,"10":1,"107":93,"11":161,"12":74,"13":133,"14":40,"15":79,"155":13,"156":8,"158":5,"159":2,"16":30,"160":9,"161":71,"167":23,"17":20,"18":408,"19":111,"20":45,"209":5,"21":149,"210":1,"211":1,"214":2,"215":36,"221":74,"223":185,"224":8,"225":236,"23":134,"24":308,"25":46,"257":29,"26":18,"268":1,"27":8,"273":31,"276":94,"279":3,"28":245,"281":2,"282":12,"291":3,"292":23,"30":4,"302":5,"31":9,"314":3,"32":8,"33":13,"34":7,"347":12,"35":24,"352":163,"36":43,"37":18,"38":107,"381":6,"383":6,"39":11,"391":10,"396":1,"397":6,"40":15,"409":15,"41":10,"414":15,"415":17,"42":17,"43":6,"430":9,"433":1,"44":5,"45":9,"46":41,"48":18,"49":21,"5":507,"51":20,"52":4,"53":16,"56":8,"570":2,"6":176,"63":36,"7":159,"79":5,"8":202,"80":18,"9":220,"all_client":27079,"all_tv_clinet":5008,"insert_time":"2014-08-22T23:26:22.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22259,"10":1,"107":101,"11":150,"12":74,"13":134,"14":42,"15":84,"155":13,"156":9,"158":6,"159":2,"16":29,"160":9,"161":66,"167":23,"168":1,"17":22,"18":414,"19":119,"20":48,"209":4,"21":147,"210":3,"211":1,"214":2,"215":36,"221":74,"223":206,"224":8,"225":220,"23":143,"24":319,"25":47,"257":28,"26":19,"268":1,"27":8,"273":30,"276":96,"279":3,"28":247,"281":1,"282":13,"291":2,"292":25,"30":4,"302":5,"31":11,"314":2,"32":5,"33":13,"34":6,"347":13,"35":26,"352":160,"36":45,"37":21,"38":112,"381":6,"383":7,"39":16,"391":10,"396":1,"397":6,"40":16,"409":14,"41":11,"414":17,"415":21,"42":18,"43":7,"430":10,"433":1,"44":5,"45":10,"46":41,"48":18,"49":22,"5":529,"51":18,"52":4,"53":18,"56":7,"570":2,"6":181,"63":33,"7":157,"79":5,"8":208,"80":18,"9":203,"all_client":27352,"all_tv_clinet":5093,"insert_time":"2014-08-22T23:27:22.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22577,"10":1,"107":109,"11":145,"12":72,"13":141,"14":44,"15":85,"155":13,"156":9,"158":6,"159":2,"16":27,"160":10,"161":57,"167":25,"168":2,"17":22,"18":419,"19":127,"20":47,"209":3,"21":148,"210":3,"211":1,"214":2,"215":37,"221":72,"223":215,"224":6,"225":212,"23":149,"24":323,"25":47,"257":29,"26":18,"268":1,"27":7,"273":32,"276":93,"279":3,"28":253,"281":1,"282":11,"291":2,"292":23,"30":6,"302":5,"31":13,"314":2,"32":3,"33":14,"34":5,"347":14,"35":28,"352":161,"36":41,"37":23,"38":113,"381":6,"383":8,"39":19,"391":9,"396":1,"397":7,"40":16,"409":11,"41":11,"414":17,"415":22,"42":17,"43":7,"430":10,"433":1,"44":5,"45":10,"46":40,"48":16,"49":22,"5":531,"51":15,"52":5,"53":18,"56":8,"570":1,"6":185,"63":34,"7":153,"79":5,"8":206,"80":19,"9":203,"all_client":27697,"all_tv_clinet":5120,"insert_time":"2014-08-22T23:28:23.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22806,"10":1,"107":120,"11":143,"12":72,"13":144,"14":46,"15":86,"155":13,"156":8,"158":6,"159":2,"16":26,"160":10,"161":56,"167":25,"168":2,"17":22,"18":429,"19":130,"20":50,"209":3,"21":152,"210":3,"211":1,"214":3,"215":39,"221":80,"223":221,"224":8,"225":192,"23":152,"24":325,"25":46,"257":31,"26":20,"268":3,"27":7,"273":32,"276":91,"279":3,"28":261,"281":1,"282":10,"291":1,"292":22,"30":6,"302":6,"31":12,"314":2,"32":4,"33":14,"34":6,"347":14,"35":31,"352":171,"36":42,"37":28,"38":109,"381":6,"383":8,"39":21,"391":10,"396":1,"397":7,"40":16,"409":10,"41":11,"414":18,"415":25,"42":16,"43":7,"430":9,"44":5,"45":11,"46":37,"48":15,"49":20,"5":527,"51":12,"52":5,"53":21,"56":7,"570":1,"6":198,"63":37,"7":160,"79":5,"8":206,"80":18,"9":212,"all_client":28011,"all_tv_clinet":5205,"insert_time":"2014-08-22T23:29:23.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23090,"10":3,"107":125,"11":130,"12":71,"13":154,"14":47,"15":89,"155":14,"156":9,"158":7,"159":2,"16":26,"160":10,"161":54,"167":26,"168":2,"17":21,"18":443,"19":128,"20":51,"209":4,"21":157,"210":3,"211":1,"214":3,"215":41,"221":86,"223":227,"224":11,"225":184,"23":149,"24":350,"25":46,"257":31,"26":23,"268":4,"27":7,"273":36,"276":84,"279":3,"28":265,"281":2,"282":8,"291":1,"292":19,"30":5,"302":6,"31":12,"314":2,"32":5,"33":15,"34":7,"347":15,"35":32,"352":168,"36":42,"37":29,"38":116,"381":6,"383":9,"389":1,"39":20,"391":12,"396":1,"397":7,"40":16,"409":13,"41":11,"414":18,"415":20,"42":13,"43":6,"430":8,"44":5,"45":10,"46":36,"48":12,"49":21,"5":524,"51":12,"52":4,"53":16,"56":6,"570":2,"6":207,"63":39,"7":164,"79":7,"8":209,"80":18,"9":209,"all_client":28363,"all_tv_clinet":5273,"insert_time":"2014-08-22T23:30:23.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23363,"10":3,"107":128,"11":119,"12":74,"13":158,"14":50,"15":93,"155":15,"156":9,"158":8,"159":1,"16":25,"160":9,"161":53,"167":25,"168":2,"17":21,"18":446,"19":114,"20":51,"209":4,"21":166,"210":3,"211":1,"214":3,"215":46,"221":90,"223":225,"224":13,"225":175,"23":148,"24":362,"25":46,"257":35,"26":24,"268":4,"27":9,"273":40,"276":85,"279":3,"28":268,"281":2,"282":6,"291":1,"292":19,"30":4,"302":6,"31":11,"314":2,"32":5,"33":17,"34":5,"347":13,"35":33,"352":171,"36":48,"37":30,"38":111,"381":6,"383":9,"389":1,"39":22,"391":12,"396":1,"397":6,"40":15,"409":14,"41":13,"414":21,"415":20,"42":13,"43":7,"430":8,"434":1,"44":6,"45":9,"46":34,"48":12,"49":20,"5":530,"51":11,"52":2,"53":16,"56":5,"570":3,"6":214,"63":37,"7":165,"79":7,"8":209,"80":19,"9":217,"all_client":28686,"all_tv_clinet":5323,"insert_time":"2014-08-22T23:31:24.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23638,"10":2,"107":128,"11":116,"12":77,"13":153,"14":48,"15":94,"155":15,"156":11,"158":7,"159":3,"16":26,"160":9,"161":51,"167":25,"168":2,"17":22,"18":451,"19":118,"20":51,"209":4,"21":172,"210":3,"211":1,"214":3,"215":42,"221":88,"223":228,"224":12,"225":172,"23":144,"24":368,"25":49,"257":36,"26":23,"268":4,"27":9,"273":40,"276":85,"279":3,"28":269,"281":3,"282":6,"291":1,"292":20,"30":5,"302":5,"31":9,"314":2,"32":4,"33":15,"34":5,"347":13,"35":34,"352":173,"36":49,"37":28,"38":115,"381":6,"383":12,"389":1,"39":22,"391":12,"396":2,"397":5,"40":14,"409":14,"41":12,"414":21,"415":22,"42":17,"43":6,"430":9,"434":1,"44":6,"45":8,"46":35,"48":14,"49":20,"5":548,"51":11,"52":2,"53":13,"56":5,"570":3,"6":221,"63":39,"7":168,"79":9,"8":202,"80":18,"9":228,"all_client":29015,"all_tv_clinet":5377,"insert_time":"2014-08-22T23:32:24.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23925,"10":1,"107":132,"11":108,"12":80,"13":157,"14":47,"15":94,"155":15,"156":10,"158":8,"159":2,"16":27,"160":9,"161":56,"167":25,"168":2,"17":24,"18":454,"19":120,"20":49,"209":5,"21":175,"210":3,"211":1,"214":3,"215":41,"221":92,"223":219,"224":14,"225":162,"23":148,"24":367,"25":49,"257":35,"26":22,"268":4,"27":10,"273":42,"276":83,"279":3,"28":274,"281":3,"282":5,"291":3,"292":21,"30":5,"302":5,"31":10,"314":2,"32":5,"33":16,"34":5,"347":12,"35":36,"352":175,"36":49,"37":24,"38":117,"380":1,"381":7,"383":10,"389":1,"39":23,"391":12,"396":2,"397":6,"40":14,"409":13,"41":12,"414":19,"415":24,"42":18,"426":1,"43":6,"430":11,"434":1,"44":6,"45":8,"46":36,"48":15,"49":20,"5":553,"51":11,"52":2,"53":13,"56":6,"570":3,"6":227,"63":40,"7":176,"79":10,"8":201,"80":18,"9":252,"all_client":29368,"all_tv_clinet":5443,"insert_time":"2014-08-22T23:33:24.581Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24154,"10":2,"107":138,"11":110,"12":86,"13":164,"14":46,"15":95,"155":15,"156":10,"158":7,"159":4,"16":29,"160":7,"161":61,"167":25,"168":2,"17":26,"18":451,"19":124,"20":48,"209":7,"21":173,"210":3,"211":1,"214":3,"215":43,"221":100,"223":220,"224":15,"225":169,"23":141,"24":374,"25":52,"257":34,"26":30,"268":4,"27":10,"273":31,"276":89,"279":3,"28":276,"281":3,"282":5,"291":3,"292":24,"30":5,"302":5,"31":10,"314":1,"32":6,"33":16,"34":7,"347":12,"35":36,"352":175,"36":45,"37":24,"38":124,"380":1,"381":8,"383":11,"389":1,"39":22,"391":12,"396":2,"397":6,"40":13,"409":14,"41":13,"414":19,"415":24,"42":20,"426":1,"43":6,"430":11,"434":1,"44":7,"45":10,"46":32,"48":15,"49":22,"5":557,"51":11,"52":3,"53":14,"56":6,"570":2,"6":240,"63":40,"7":182,"79":10,"8":201,"80":18,"9":264,"all_client":29702,"all_tv_clinet":5548,"insert_time":"2014-08-22T23:34:24.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24432,"10":2,"107":133,"11":105,"12":86,"13":171,"14":43,"15":103,"155":15,"156":11,"158":7,"159":5,"16":32,"160":8,"161":60,"167":27,"168":2,"17":25,"18":447,"19":125,"20":50,"209":6,"21":173,"210":3,"211":1,"214":3,"215":50,"221":98,"223":228,"224":15,"225":166,"23":145,"24":380,"25":54,"257":31,"26":33,"268":4,"27":10,"273":28,"276":91,"279":4,"28":282,"281":3,"282":5,"291":3,"292":25,"30":4,"302":5,"31":10,"314":1,"32":6,"33":17,"34":8,"347":12,"35":36,"352":184,"36":43,"37":24,"38":133,"380":1,"381":7,"383":11,"389":1,"39":23,"391":11,"396":2,"397":5,"40":14,"409":16,"41":13,"414":18,"415":24,"42":21,"426":1,"43":7,"430":10,"434":1,"44":7,"45":11,"46":34,"48":13,"49":24,"5":570,"51":10,"52":4,"53":15,"56":6,"570":3,"6":244,"63":39,"7":179,"79":9,"8":199,"80":18,"9":271,"all_client":30055,"all_tv_clinet":5623,"insert_time":"2014-08-22T23:35:25.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24730,"10":3,"107":133,"11":104,"12":94,"13":177,"14":36,"15":101,"155":15,"156":10,"158":6,"159":7,"16":36,"160":6,"161":56,"167":27,"168":2,"17":26,"18":445,"19":130,"20":54,"209":6,"21":173,"210":2,"211":1,"214":3,"215":53,"221":105,"223":225,"224":18,"225":173,"23":142,"24":392,"25":57,"257":32,"26":30,"268":4,"27":10,"273":24,"276":94,"279":4,"28":290,"281":2,"282":5,"291":1,"292":25,"30":4,"302":5,"31":10,"314":1,"32":5,"33":17,"34":10,"347":12,"35":37,"352":185,"36":44,"37":21,"38":136,"381":9,"383":12,"39":26,"391":12,"396":2,"397":6,"40":13,"409":18,"41":16,"414":21,"415":22,"42":22,"43":7,"430":10,"434":1,"44":8,"45":9,"46":34,"48":12,"49":22,"5":573,"51":9,"52":5,"53":19,"56":6,"570":3,"6":256,"63":39,"7":184,"79":9,"8":197,"80":20,"9":288,"all_client":30446,"all_tv_clinet":5716,"insert_time":"2014-08-22T23:36:25.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25018,"10":2,"107":140,"11":111,"12":102,"13":183,"14":35,"15":103,"155":16,"156":9,"158":8,"159":5,"16":38,"160":5,"161":60,"167":27,"168":1,"17":27,"18":450,"19":130,"20":59,"209":6,"21":169,"210":2,"211":1,"214":4,"215":49,"221":107,"223":229,"224":17,"225":166,"23":141,"24":386,"25":62,"257":32,"26":26,"268":5,"27":11,"273":23,"276":92,"279":5,"28":292,"281":2,"282":4,"291":2,"292":27,"30":4,"302":5,"31":10,"314":1,"32":6,"33":18,"34":14,"347":9,"35":37,"352":181,"36":44,"37":22,"38":141,"381":9,"383":12,"39":29,"391":12,"396":2,"397":5,"40":12,"409":20,"41":14,"414":20,"415":22,"419":1,"42":21,"43":7,"430":10,"433":1,"434":1,"44":8,"45":7,"46":34,"48":12,"49":20,"5":564,"51":11,"52":5,"53":19,"56":7,"570":4,"6":273,"63":40,"7":183,"79":11,"8":203,"80":19,"9":300,"all_client":30799,"all_tv_clinet":5781,"insert_time":"2014-08-22T23:37:25.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25312,"10":2,"107":144,"11":112,"12":106,"13":187,"14":35,"15":102,"155":16,"156":6,"158":9,"159":6,"16":42,"160":6,"161":69,"167":29,"168":1,"17":28,"18":448,"19":130,"20":58,"209":6,"21":164,"210":2,"211":1,"214":4,"215":50,"221":114,"223":223,"224":17,"225":163,"23":141,"24":376,"25":59,"257":31,"26":24,"268":5,"27":11,"273":25,"276":89,"279":5,"28":293,"281":2,"282":6,"291":2,"292":30,"30":4,"302":5,"31":13,"314":1,"32":9,"33":17,"34":17,"347":8,"35":38,"352":186,"36":45,"37":21,"38":147,"381":11,"383":12,"39":29,"391":12,"396":2,"397":4,"40":11,"409":23,"41":14,"414":23,"415":18,"419":2,"42":19,"43":7,"430":10,"433":1,"434":1,"44":7,"45":6,"46":36,"48":13,"49":19,"5":577,"51":10,"52":6,"53":23,"56":7,"570":4,"6":281,"63":42,"7":182,"79":9,"8":202,"80":18,"9":313,"all_client":31156,"all_tv_clinet":5844,"insert_time":"2014-08-22T23:38:26.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25549,"10":2,"107":149,"11":116,"12":104,"13":186,"14":35,"15":110,"155":16,"156":6,"158":8,"159":7,"16":44,"160":6,"161":74,"167":29,"17":30,"18":448,"19":130,"20":58,"209":5,"21":173,"210":2,"211":1,"214":4,"215":48,"221":123,"223":226,"224":16,"225":164,"23":144,"24":372,"25":63,"257":33,"26":25,"268":5,"27":11,"273":26,"276":93,"279":5,"28":302,"281":3,"282":8,"291":2,"292":31,"30":4,"302":5,"31":15,"314":1,"32":12,"33":16,"34":20,"347":6,"35":37,"352":192,"36":47,"37":24,"38":147,"381":11,"383":12,"39":30,"391":12,"396":2,"397":3,"40":10,"409":22,"41":15,"414":22,"415":19,"419":2,"42":18,"43":7,"430":10,"433":1,"434":1,"44":7,"45":6,"46":40,"48":15,"49":19,"5":565,"51":11,"52":5,"53":20,"56":6,"570":5,"6":287,"63":45,"7":182,"79":10,"8":194,"80":18,"9":314,"all_client":31464,"all_tv_clinet":5915,"insert_time":"2014-08-22T23:39:26.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25855,"10":3,"107":140,"11":119,"12":102,"13":189,"14":36,"15":115,"155":15,"156":6,"158":7,"159":9,"16":48,"160":6,"161":76,"167":28,"17":32,"18":450,"19":134,"20":60,"209":5,"21":181,"210":1,"211":1,"214":2,"215":48,"221":122,"223":233,"224":19,"225":174,"23":143,"24":377,"25":63,"257":33,"26":29,"268":3,"27":11,"273":29,"276":91,"279":5,"28":307,"281":3,"282":8,"291":3,"292":35,"30":4,"302":5,"31":19,"314":1,"32":14,"33":17,"34":17,"347":7,"35":34,"352":199,"36":50,"37":25,"38":144,"381":11,"383":12,"39":30,"391":12,"396":1,"397":4,"40":10,"409":27,"41":18,"414":21,"415":16,"419":2,"42":17,"43":8,"430":11,"434":1,"44":7,"45":7,"46":40,"48":15,"49":17,"5":566,"51":12,"52":6,"53":20,"56":6,"570":5,"6":295,"63":46,"7":183,"79":11,"8":195,"80":17,"9":328,"all_client":31869,"all_tv_clinet":6014,"insert_time":"2014-08-22T23:40:26.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26146,"10":4,"107":137,"11":120,"12":103,"13":188,"14":36,"15":114,"155":15,"156":6,"158":7,"159":11,"16":47,"160":5,"161":75,"167":27,"17":35,"18":451,"19":132,"20":62,"209":4,"21":187,"210":1,"211":1,"214":2,"215":45,"221":117,"223":239,"224":19,"225":180,"23":147,"24":394,"25":66,"257":32,"26":27,"268":2,"27":11,"273":28,"276":91,"279":5,"28":317,"281":3,"282":11,"291":3,"292":36,"30":4,"302":6,"31":17,"314":1,"32":14,"33":16,"34":17,"347":8,"35":35,"352":197,"36":52,"37":27,"38":152,"381":11,"383":12,"39":30,"391":14,"396":1,"397":8,"40":10,"409":25,"41":18,"414":22,"415":15,"419":2,"42":14,"43":8,"430":11,"434":1,"44":7,"45":7,"46":41,"48":14,"49":14,"5":573,"51":12,"52":5,"53":18,"56":6,"570":4,"6":300,"63":42,"7":193,"79":11,"8":197,"80":17,"9":335,"all_client":32233,"all_tv_clinet":6087,"insert_time":"2014-08-22T23:41:27.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26404,"10":4,"107":131,"11":115,"12":109,"13":185,"14":36,"15":113,"155":16,"156":6,"158":7,"159":11,"16":48,"160":5,"161":79,"167":25,"17":38,"18":456,"19":127,"20":65,"209":4,"21":197,"210":1,"211":1,"214":2,"215":44,"221":107,"223":239,"224":17,"225":185,"23":144,"24":399,"25":67,"257":33,"26":26,"268":2,"27":10,"273":28,"276":96,"279":5,"28":323,"281":3,"282":12,"291":3,"292":35,"30":4,"302":6,"31":13,"314":2,"32":16,"33":17,"34":13,"347":7,"35":36,"352":195,"36":52,"37":26,"38":149,"381":16,"383":12,"39":30,"391":16,"396":1,"397":9,"40":11,"409":24,"41":19,"414":25,"415":17,"419":2,"42":13,"43":10,"430":10,"434":1,"44":7,"45":7,"46":48,"48":14,"49":13,"5":583,"51":12,"52":6,"53":20,"56":5,"570":4,"6":310,"63":39,"7":199,"79":11,"8":197,"80":17,"9":340,"all_client":32547,"all_tv_clinet":6143,"insert_time":"2014-08-22T23:42:27.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26697,"10":4,"107":137,"11":114,"12":108,"13":184,"14":38,"15":112,"155":15,"156":7,"158":8,"159":9,"16":49,"160":6,"161":80,"167":24,"17":34,"18":474,"19":128,"20":63,"209":4,"21":195,"210":1,"211":1,"214":2,"215":42,"221":104,"223":244,"224":18,"225":187,"23":143,"24":402,"25":69,"257":32,"26":21,"268":2,"27":10,"273":31,"276":97,"279":5,"28":331,"281":3,"282":16,"291":3,"292":34,"30":4,"302":7,"31":12,"314":2,"32":16,"33":16,"34":13,"347":8,"35":35,"352":204,"36":54,"37":27,"38":148,"381":15,"383":11,"39":32,"391":16,"396":1,"397":10,"40":11,"409":22,"41":19,"414":29,"415":19,"419":3,"42":13,"43":9,"430":10,"434":1,"44":5,"45":6,"46":54,"48":14,"49":14,"5":591,"51":13,"52":6,"53":20,"56":4,"570":4,"6":314,"63":41,"7":201,"79":10,"8":197,"80":18,"9":337,"all_client":32904,"all_tv_clinet":6207,"insert_time":"2014-08-22T23:43:27.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26954,"10":4,"107":141,"11":120,"12":108,"13":186,"14":38,"15":112,"155":15,"156":7,"158":8,"159":9,"16":54,"160":6,"161":82,"167":23,"17":32,"18":475,"19":131,"20":64,"209":4,"21":190,"210":1,"211":1,"214":2,"215":37,"221":99,"223":242,"224":17,"225":186,"23":147,"24":420,"25":67,"257":32,"26":23,"268":1,"27":9,"273":38,"276":97,"279":5,"28":337,"281":3,"282":18,"291":3,"292":31,"30":4,"302":8,"31":10,"314":2,"32":18,"33":18,"34":12,"347":7,"35":38,"352":203,"36":53,"37":27,"38":151,"381":15,"383":10,"39":28,"391":14,"396":2,"397":9,"40":12,"409":23,"41":21,"414":28,"415":20,"419":3,"42":12,"43":11,"430":11,"434":1,"44":4,"45":5,"46":55,"48":16,"49":14,"5":607,"51":14,"52":7,"53":20,"56":4,"570":4,"6":314,"63":39,"7":206,"79":10,"8":198,"80":18,"9":339,"all_client":33224,"all_tv_clinet":6270,"insert_time":"2014-08-22T23:44:27.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27312,"10":5,"107":146,"11":117,"12":113,"13":189,"14":37,"15":115,"155":14,"156":7,"158":8,"159":9,"16":54,"160":5,"161":82,"167":25,"17":35,"18":487,"19":125,"20":67,"209":5,"21":191,"210":3,"211":1,"214":2,"215":36,"221":101,"223":245,"224":15,"225":184,"23":150,"24":430,"25":67,"257":34,"26":24,"268":1,"27":9,"273":39,"276":98,"279":3,"28":347,"281":2,"282":19,"291":3,"292":30,"30":4,"302":8,"31":10,"314":2,"32":17,"33":15,"34":11,"347":6,"35":37,"352":200,"36":50,"37":27,"38":155,"381":16,"383":9,"39":30,"391":11,"396":2,"397":10,"40":11,"409":28,"41":21,"414":22,"415":21,"419":3,"42":12,"43":12,"430":13,"434":1,"44":4,"45":6,"46":57,"48":17,"49":10,"5":616,"51":14,"52":9,"53":20,"56":2,"570":3,"6":310,"63":46,"7":206,"79":11,"8":194,"80":19,"9":332,"all_client":33631,"all_tv_clinet":6319,"insert_time":"2014-08-22T23:45:28.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27628,"10":5,"107":145,"11":115,"12":121,"13":191,"14":38,"15":115,"155":12,"156":7,"158":8,"159":11,"16":55,"160":5,"161":78,"167":26,"17":34,"18":492,"19":128,"20":70,"209":6,"21":196,"210":3,"211":1,"214":2,"215":36,"221":107,"223":241,"224":14,"225":187,"23":150,"24":449,"25":68,"257":29,"26":24,"268":1,"27":8,"273":37,"276":101,"279":3,"28":346,"281":2,"282":21,"291":2,"292":29,"30":4,"302":8,"31":13,"314":2,"32":15,"33":14,"34":14,"347":6,"35":38,"352":201,"36":52,"37":25,"38":156,"381":16,"383":9,"39":30,"391":11,"396":2,"397":11,"40":13,"409":29,"41":20,"414":18,"415":23,"419":3,"42":12,"43":10,"430":16,"434":1,"44":3,"45":6,"46":63,"48":16,"49":9,"5":631,"51":16,"52":9,"53":20,"56":3,"570":3,"6":308,"63":47,"7":200,"79":11,"8":196,"80":20,"9":333,"all_client":34013,"all_tv_clinet":6385,"insert_time":"2014-08-22T23:46:28.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27925,"10":5,"107":139,"11":112,"12":126,"13":198,"14":40,"15":115,"155":11,"156":7,"158":8,"159":11,"16":61,"160":5,"161":69,"167":27,"17":34,"18":486,"19":125,"20":74,"209":6,"21":208,"210":3,"211":1,"214":2,"215":36,"221":106,"223":245,"224":16,"225":188,"23":150,"24":468,"25":67,"257":31,"26":29,"27":9,"273":34,"276":103,"279":4,"28":342,"281":2,"282":22,"291":3,"292":30,"30":4,"302":9,"31":13,"314":2,"32":15,"33":13,"34":15,"347":8,"35":35,"352":207,"36":54,"37":26,"38":161,"381":17,"383":9,"39":34,"391":11,"396":3,"397":11,"40":11,"409":34,"41":19,"414":17,"415":24,"419":3,"42":12,"426":1,"43":9,"430":17,"434":1,"44":3,"45":6,"46":59,"48":16,"49":8,"5":630,"51":15,"52":9,"53":20,"56":3,"570":4,"6":316,"63":45,"7":192,"79":12,"8":195,"80":19,"9":337,"all_client":34367,"all_tv_clinet":6442,"insert_time":"2014-08-22T23:47:28.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28206,"10":4,"107":135,"11":121,"12":125,"13":196,"14":44,"15":126,"155":11,"156":6,"158":8,"159":11,"16":63,"160":5,"161":67,"167":29,"168":1,"17":34,"18":479,"19":132,"20":79,"209":6,"21":216,"210":1,"211":1,"214":3,"215":35,"221":105,"223":240,"224":18,"225":195,"23":150,"24":500,"25":71,"257":31,"26":27,"27":10,"273":36,"276":99,"279":4,"28":330,"281":3,"282":23,"291":3,"292":33,"30":4,"302":10,"31":13,"32":16,"33":11,"34":14,"347":7,"35":29,"352":221,"36":56,"37":28,"38":166,"381":18,"383":9,"39":33,"391":11,"396":3,"397":11,"40":11,"409":35,"41":22,"414":16,"415":21,"419":3,"42":11,"426":1,"43":7,"430":20,"434":1,"44":3,"45":7,"46":60,"48":14,"49":7,"5":619,"51":15,"52":9,"53":21,"56":4,"570":4,"6":324,"63":46,"7":187,"79":16,"8":200,"80":18,"9":346,"all_client":34730,"all_tv_clinet":6524,"insert_time":"2014-08-22T23:48:29.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28441,"10":4,"107":138,"11":118,"12":124,"13":202,"14":50,"15":134,"155":12,"156":7,"158":7,"159":11,"16":66,"160":5,"161":65,"167":28,"168":1,"17":33,"18":473,"19":131,"20":83,"209":5,"21":227,"210":1,"211":1,"214":3,"215":36,"221":103,"223":241,"224":18,"225":204,"23":153,"24":527,"25":71,"257":33,"26":28,"27":11,"273":37,"276":100,"279":4,"28":323,"281":3,"282":24,"291":3,"292":34,"30":4,"302":11,"31":12,"32":16,"33":12,"34":12,"347":6,"35":29,"352":211,"36":60,"37":28,"38":178,"381":19,"383":8,"39":31,"391":12,"396":2,"397":11,"40":10,"409":34,"41":19,"414":15,"415":21,"419":2,"42":12,"426":1,"43":9,"430":20,"434":1,"44":2,"45":7,"46":61,"48":14,"49":6,"5":617,"51":15,"52":9,"53":21,"56":6,"570":3,"6":327,"63":48,"7":185,"79":17,"8":195,"80":17,"9":344,"all_client":35023,"all_tv_clinet":6582,"insert_time":"2014-08-22T23:49:29.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28791,"10":3,"107":144,"11":126,"12":127,"13":197,"14":51,"15":139,"155":12,"156":7,"158":7,"159":10,"16":68,"160":5,"161":69,"167":30,"168":1,"17":37,"18":472,"19":137,"20":86,"209":4,"21":237,"210":1,"211":1,"214":2,"215":40,"221":103,"223":234,"224":15,"225":202,"23":155,"24":540,"25":69,"257":33,"26":26,"27":14,"273":40,"276":100,"279":4,"28":329,"281":3,"282":24,"291":3,"292":37,"30":3,"302":11,"31":15,"32":16,"33":13,"34":12,"347":6,"35":27,"352":208,"36":59,"37":30,"38":173,"381":19,"383":7,"39":31,"391":12,"397":15,"40":9,"409":34,"41":22,"414":17,"415":16,"419":2,"42":13,"43":11,"430":21,"434":1,"44":4,"45":6,"46":65,"48":13,"49":6,"5":616,"51":14,"52":8,"53":21,"56":6,"570":3,"6":339,"63":48,"7":187,"79":18,"8":188,"80":18,"9":353,"all_client":35451,"all_tv_clinet":6660,"insert_time":"2014-08-22T23:50:29.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29160,"10":3,"107":145,"11":127,"12":135,"13":199,"14":53,"15":135,"155":12,"156":7,"158":7,"159":9,"16":69,"160":5,"161":72,"167":28,"168":1,"17":35,"18":485,"19":140,"20":86,"209":3,"21":236,"210":1,"211":1,"214":2,"215":44,"221":98,"223":236,"224":16,"225":205,"23":160,"24":556,"25":71,"257":31,"26":30,"27":14,"273":39,"276":98,"279":5,"28":339,"281":3,"282":26,"291":3,"292":41,"30":3,"302":11,"31":16,"314":1,"32":14,"33":16,"34":11,"347":6,"35":25,"352":203,"36":60,"37":30,"38":168,"381":19,"383":7,"39":31,"391":11,"397":16,"40":9,"409":34,"41":22,"414":16,"415":18,"419":2,"42":14,"426":1,"43":12,"430":22,"434":1,"44":4,"45":6,"46":68,"48":11,"49":6,"5":628,"51":16,"52":10,"53":20,"56":6,"570":3,"6":345,"63":46,"7":176,"79":19,"8":176,"80":19,"9":356,"all_client":35885,"all_tv_clinet":6725,"insert_time":"2014-08-22T23:51:29.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29457,"10":3,"107":152,"11":130,"12":135,"13":194,"14":56,"15":121,"155":12,"156":6,"158":9,"159":10,"16":69,"160":5,"161":77,"167":27,"168":1,"17":34,"18":505,"19":137,"20":85,"209":4,"21":238,"210":1,"211":1,"214":2,"215":44,"221":100,"223":237,"224":16,"225":209,"23":169,"24":559,"25":74,"257":35,"26":30,"27":15,"273":41,"276":95,"279":5,"28":345,"281":3,"282":26,"291":3,"292":43,"30":3,"302":10,"31":16,"314":1,"32":16,"33":17,"34":10,"347":6,"35":24,"352":207,"36":62,"37":33,"38":157,"381":19,"383":6,"39":29,"391":11,"397":16,"40":8,"409":35,"41":23,"414":15,"415":18,"419":2,"42":14,"426":1,"43":13,"430":23,"44":5,"45":6,"46":75,"48":12,"49":6,"5":636,"51":15,"52":10,"53":20,"56":6,"570":3,"6":357,"63":46,"7":187,"79":20,"8":163,"80":16,"9":361,"all_client":36259,"all_tv_clinet":6802,"insert_time":"2014-08-22T23:52:30.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29774,"10":2,"107":159,"11":127,"12":137,"13":196,"14":60,"15":117,"155":12,"156":7,"158":8,"159":10,"16":70,"160":3,"161":78,"167":26,"168":1,"17":33,"18":518,"19":135,"20":86,"209":4,"21":233,"210":1,"211":1,"214":2,"215":46,"221":100,"223":234,"224":17,"225":220,"23":175,"24":575,"25":73,"257":34,"26":30,"268":1,"27":16,"273":41,"276":96,"279":5,"28":351,"281":2,"282":25,"291":3,"292":44,"30":3,"302":10,"31":17,"314":1,"32":18,"33":15,"34":9,"347":6,"35":25,"352":209,"36":64,"37":31,"38":154,"381":19,"383":5,"39":29,"391":12,"397":16,"40":8,"409":35,"41":21,"414":13,"415":21,"419":2,"42":14,"426":1,"43":16,"430":25,"44":7,"45":5,"46":77,"48":12,"49":6,"5":651,"51":16,"52":11,"53":19,"56":6,"570":2,"6":349,"63":48,"7":198,"79":20,"8":153,"80":16,"9":355,"all_client":36638,"all_tv_clinet":6864,"insert_time":"2014-08-22T23:53:30.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30148,"10":2,"107":152,"11":132,"12":137,"13":198,"14":55,"15":110,"155":16,"156":8,"158":9,"159":9,"16":71,"160":3,"161":80,"167":26,"168":1,"17":33,"18":535,"19":136,"20":88,"209":4,"21":231,"211":1,"214":2,"215":47,"221":100,"223":232,"224":19,"225":234,"23":187,"24":576,"25":71,"257":33,"26":26,"268":2,"27":16,"273":42,"276":98,"279":5,"28":349,"281":2,"282":28,"291":6,"292":46,"30":2,"302":10,"31":15,"32":20,"33":13,"34":9,"347":7,"35":27,"352":207,"36":68,"37":31,"38":158,"381":19,"383":5,"39":27,"391":12,"397":16,"40":10,"409":34,"41":22,"414":14,"415":19,"419":3,"42":19,"426":1,"43":16,"430":27,"433":1,"44":7,"45":7,"46":71,"48":11,"49":6,"5":659,"51":16,"52":8,"53":20,"56":5,"570":2,"6":347,"63":50,"7":211,"79":18,"8":138,"80":16,"9":349,"all_client":37059,"all_tv_clinet":6911,"insert_time":"2014-08-22T23:54:30.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30472,"10":5,"107":154,"11":137,"12":147,"13":201,"14":54,"15":103,"155":17,"156":7,"158":9,"159":8,"16":70,"160":3,"161":83,"167":25,"168":1,"17":36,"18":558,"19":131,"20":85,"209":4,"21":221,"210":1,"211":1,"214":2,"215":52,"221":99,"223":225,"224":20,"225":239,"23":190,"24":577,"25":66,"257":32,"26":29,"268":2,"27":17,"273":42,"276":99,"279":5,"28":362,"281":2,"282":28,"291":5,"292":45,"30":2,"302":10,"31":15,"32":16,"33":14,"34":9,"347":6,"35":31,"352":204,"36":67,"37":30,"38":160,"381":19,"383":5,"39":27,"391":11,"397":17,"40":13,"409":34,"41":26,"414":14,"415":16,"419":2,"42":20,"426":1,"43":13,"430":29,"433":1,"44":12,"45":5,"46":81,"48":13,"49":7,"5":676,"51":15,"52":8,"53":20,"56":5,"570":2,"6":343,"63":50,"7":217,"79":18,"8":133,"80":18,"9":342,"all_client":37448,"all_tv_clinet":6976,"insert_time":"2014-08-22T23:55:31.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30738,"10":10,"107":147,"11":145,"12":156,"13":209,"14":50,"15":101,"155":17,"156":5,"158":9,"159":7,"16":76,"160":5,"161":87,"167":23,"168":1,"17":37,"18":566,"19":133,"20":83,"209":5,"21":209,"210":1,"211":1,"214":2,"215":52,"221":97,"223":229,"224":21,"225":244,"23":195,"24":593,"25":68,"257":31,"26":27,"268":3,"27":17,"273":42,"276":103,"279":5,"28":375,"281":1,"282":26,"291":5,"292":42,"30":3,"302":8,"31":14,"32":16,"33":15,"34":9,"347":5,"35":29,"352":212,"36":64,"37":30,"38":163,"381":20,"383":4,"39":32,"391":13,"397":16,"40":14,"409":31,"41":29,"414":11,"415":16,"419":2,"42":22,"426":1,"43":12,"430":31,"433":1,"44":10,"45":6,"46":86,"48":13,"49":8,"5":681,"51":13,"52":8,"53":28,"56":6,"570":1,"6":352,"63":48,"7":225,"79":17,"8":126,"80":18,"9":331,"all_client":37799,"all_tv_clinet":7061,"insert_time":"2014-08-22T23:56:31.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31027,"10":11,"107":158,"11":148,"12":165,"13":205,"14":52,"15":95,"155":17,"156":4,"158":7,"159":8,"16":89,"160":8,"161":89,"167":22,"168":1,"17":39,"18":572,"19":145,"20":84,"209":6,"21":205,"210":1,"211":1,"214":2,"215":53,"221":91,"223":231,"224":20,"225":245,"23":196,"24":616,"25":67,"257":31,"26":30,"268":3,"27":15,"273":36,"276":101,"279":6,"28":385,"281":1,"282":24,"291":5,"292":41,"30":3,"302":9,"31":14,"32":16,"33":16,"34":9,"347":5,"35":31,"352":228,"36":61,"37":31,"38":167,"381":21,"383":5,"39":34,"391":13,"397":17,"40":14,"409":26,"41":27,"414":12,"415":14,"419":3,"42":23,"426":1,"43":14,"430":31,"433":1,"44":10,"45":5,"46":91,"48":13,"49":7,"5":689,"51":11,"52":9,"53":29,"56":6,"570":2,"6":378,"63":42,"7":232,"79":16,"8":122,"80":17,"9":294,"all_client":38177,"all_tv_clinet":7150,"insert_time":"2014-08-22T23:57:32.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31332,"10":11,"107":147,"11":151,"12":167,"13":207,"14":54,"15":91,"155":17,"156":6,"158":7,"159":9,"16":96,"160":7,"161":93,"167":22,"168":1,"17":39,"18":573,"19":146,"20":85,"209":8,"21":207,"210":1,"211":1,"214":3,"215":55,"221":89,"223":243,"224":17,"225":256,"23":195,"24":649,"25":68,"257":33,"26":28,"268":4,"27":16,"273":29,"276":100,"279":6,"28":397,"281":1,"282":25,"291":6,"292":42,"30":3,"302":11,"31":15,"32":17,"33":16,"34":9,"347":4,"35":31,"352":229,"36":61,"37":32,"38":166,"381":22,"383":7,"39":35,"391":10,"397":16,"40":15,"409":25,"41":28,"414":12,"415":18,"419":3,"42":23,"426":1,"43":10,"430":33,"433":1,"44":10,"45":6,"46":94,"48":13,"49":6,"5":681,"51":15,"52":9,"53":30,"56":6,"570":3,"6":386,"63":41,"7":247,"79":13,"8":112,"80":21,"9":280,"all_client":38566,"all_tv_clinet":7234,"insert_time":"2014-08-22T23:58:32.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31667,"10":10,"107":151,"11":150,"12":167,"13":207,"14":57,"15":85,"155":17,"156":6,"158":7,"159":7,"16":98,"160":5,"161":100,"167":22,"168":1,"17":40,"18":571,"19":147,"20":88,"209":7,"21":220,"210":2,"211":1,"214":3,"215":52,"221":91,"223":248,"224":15,"225":257,"23":199,"24":658,"25":65,"257":39,"26":25,"268":4,"27":15,"273":28,"276":97,"279":8,"28":413,"281":2,"282":30,"291":6,"292":45,"30":4,"302":10,"31":18,"32":17,"33":16,"34":10,"347":4,"35":31,"352":225,"36":61,"37":31,"38":169,"381":17,"383":8,"39":35,"391":8,"397":15,"40":14,"409":23,"41":29,"414":12,"415":19,"419":4,"42":22,"426":1,"43":11,"430":33,"433":1,"44":9,"45":6,"46":102,"48":14,"49":5,"5":679,"51":15,"52":11,"53":30,"56":6,"570":4,"6":394,"63":41,"7":258,"79":13,"8":107,"80":23,"9":264,"all_client":38962,"all_tv_clinet":7295,"insert_time":"2014-08-22T23:59:32.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32011,"10":11,"107":160,"11":149,"12":173,"13":212,"14":60,"15":84,"155":18,"156":6,"158":7,"159":8,"16":107,"160":4,"161":105,"167":22,"168":2,"17":40,"18":563,"19":143,"20":94,"209":8,"21":221,"210":2,"211":1,"214":5,"215":50,"221":101,"223":244,"224":16,"225":265,"23":189,"24":654,"25":65,"257":42,"26":25,"268":4,"27":17,"273":31,"276":97,"279":9,"28":419,"281":2,"282":30,"291":7,"292":44,"30":4,"302":10,"31":18,"32":17,"33":19,"34":12,"347":6,"35":39,"352":224,"36":61,"37":28,"38":168,"381":16,"383":7,"39":35,"391":10,"396":1,"397":15,"40":18,"409":21,"41":28,"414":13,"415":25,"419":3,"42":23,"426":1,"43":10,"430":34,"433":1,"44":9,"45":6,"46":102,"48":18,"49":5,"5":682,"51":16,"52":11,"53":29,"56":5,"570":3,"6":398,"63":38,"7":265,"79":12,"8":104,"80":24,"9":252,"all_client":39373,"all_tv_clinet":7362,"insert_time":"2014-08-23T00:00:33.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32352,"10":16,"107":170,"11":152,"12":179,"13":216,"14":59,"15":81,"155":18,"156":5,"158":8,"159":7,"16":109,"160":4,"161":102,"167":22,"168":3,"17":43,"18":556,"19":147,"20":96,"209":7,"21":225,"210":2,"211":1,"214":5,"215":52,"221":112,"223":234,"224":15,"225":264,"23":182,"24":650,"25":62,"257":41,"26":24,"268":4,"27":16,"273":32,"276":103,"279":9,"28":422,"281":2,"282":29,"291":8,"292":47,"30":3,"302":10,"31":18,"32":17,"33":23,"34":15,"347":6,"35":43,"352":219,"36":57,"37":26,"38":169,"381":14,"383":7,"39":40,"391":9,"396":1,"397":14,"40":19,"409":20,"41":26,"414":15,"415":25,"419":3,"42":21,"426":1,"43":12,"430":36,"433":1,"44":7,"45":6,"46":106,"48":20,"49":4,"5":689,"51":14,"52":12,"53":30,"56":4,"570":3,"6":416,"63":39,"7":278,"79":10,"8":97,"80":27,"9":260,"all_client":39785,"all_tv_clinet":7433,"insert_time":"2014-08-23T00:01:33.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32705,"10":14,"107":174,"11":158,"12":181,"13":214,"14":65,"15":70,"155":17,"156":5,"158":8,"159":7,"16":112,"160":5,"161":100,"167":19,"168":4,"17":50,"18":549,"19":160,"20":102,"209":5,"21":242,"210":1,"211":1,"214":5,"215":56,"221":119,"223":232,"224":15,"225":274,"23":187,"24":642,"25":66,"257":40,"26":24,"268":3,"27":14,"273":37,"276":107,"279":9,"28":426,"281":2,"282":28,"291":8,"292":49,"30":3,"302":11,"31":21,"32":17,"33":23,"34":18,"347":7,"35":43,"352":214,"36":56,"37":25,"38":172,"381":15,"383":8,"39":43,"391":12,"396":1,"397":11,"40":19,"409":21,"41":26,"414":13,"415":25,"419":3,"42":20,"426":1,"43":11,"430":37,"433":1,"434":1,"44":6,"45":6,"46":108,"48":24,"49":4,"5":700,"51":14,"52":11,"53":32,"56":4,"570":3,"6":412,"63":37,"7":280,"79":13,"8":90,"80":27,"9":272,"all_client":40232,"all_tv_clinet":7527,"insert_time":"2014-08-23T00:02:34.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33060,"10":13,"107":178,"11":159,"12":179,"13":219,"14":68,"15":66,"155":17,"156":5,"158":8,"159":7,"16":119,"160":5,"161":99,"167":18,"168":4,"17":56,"18":557,"19":172,"20":103,"209":5,"21":245,"210":2,"211":1,"214":5,"215":59,"221":122,"223":237,"224":16,"225":287,"23":192,"24":624,"25":70,"257":37,"26":26,"268":3,"27":17,"273":44,"276":109,"279":7,"28":427,"281":2,"282":29,"291":9,"292":52,"30":4,"302":11,"31":21,"32":20,"33":23,"34":22,"347":7,"35":49,"352":213,"36":58,"37":21,"38":176,"381":14,"383":8,"39":43,"391":12,"396":1,"397":10,"40":17,"409":24,"41":25,"414":13,"415":24,"419":3,"42":16,"426":1,"43":12,"430":36,"433":1,"434":1,"44":6,"45":6,"46":109,"48":22,"49":5,"5":696,"51":16,"52":12,"53":32,"56":4,"570":3,"6":408,"63":37,"7":282,"79":16,"8":87,"80":27,"9":287,"all_client":40680,"all_tv_clinet":7620,"insert_time":"2014-08-23T00:03:34.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33435,"10":9,"107":188,"11":162,"12":189,"13":215,"14":65,"15":67,"155":16,"156":5,"158":7,"159":7,"16":120,"160":6,"161":98,"167":17,"168":5,"17":59,"18":557,"19":177,"20":112,"209":8,"21":247,"210":3,"211":1,"214":5,"215":57,"221":122,"223":235,"224":15,"225":292,"23":194,"24":597,"25":73,"257":38,"26":27,"268":2,"27":22,"273":50,"276":110,"279":7,"28":432,"281":3,"282":30,"291":8,"292":51,"30":4,"302":11,"31":20,"32":22,"33":23,"34":21,"347":9,"35":49,"352":211,"36":54,"37":19,"38":178,"381":17,"383":8,"39":42,"391":12,"396":1,"397":10,"40":18,"409":24,"41":26,"414":13,"415":25,"419":4,"42":15,"426":1,"43":12,"430":35,"433":1,"434":1,"44":6,"45":5,"46":107,"48":22,"49":7,"5":702,"51":16,"52":12,"53":28,"56":5,"570":3,"6":417,"63":41,"7":286,"79":17,"8":78,"80":26,"9":285,"all_client":41094,"all_tv_clinet":7659,"insert_time":"2014-08-23T00:04:34.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33745,"10":10,"107":185,"11":151,"12":191,"13":220,"14":66,"15":66,"155":16,"156":5,"158":7,"159":7,"16":119,"160":5,"161":93,"167":15,"168":5,"17":61,"18":563,"19":183,"20":114,"209":9,"21":251,"210":3,"211":1,"214":5,"215":57,"221":132,"223":241,"224":18,"225":288,"23":191,"24":586,"25":73,"257":39,"26":28,"268":2,"27":24,"273":57,"276":113,"279":6,"28":434,"281":3,"282":34,"291":8,"292":53,"30":4,"302":11,"31":17,"32":21,"33":23,"34":20,"347":8,"35":53,"352":225,"36":53,"37":19,"38":178,"381":19,"383":7,"39":41,"391":14,"396":2,"397":10,"40":18,"409":25,"41":25,"414":13,"415":28,"419":4,"42":14,"426":1,"43":12,"430":34,"433":1,"44":8,"45":5,"46":106,"48":27,"49":7,"5":693,"51":17,"52":14,"53":31,"56":5,"570":2,"6":431,"63":40,"7":288,"79":18,"8":73,"80":25,"9":292,"all_client":41465,"all_tv_clinet":7720,"insert_time":"2014-08-23T00:05:35.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34034,"10":10,"107":181,"11":146,"12":190,"13":216,"14":66,"15":60,"155":15,"156":5,"158":7,"159":6,"16":124,"160":6,"161":91,"167":12,"168":4,"17":67,"18":557,"19":190,"20":118,"209":10,"21":252,"210":5,"211":1,"214":5,"215":62,"221":136,"223":249,"224":17,"225":291,"23":194,"24":586,"25":77,"257":39,"26":26,"268":2,"27":25,"273":63,"276":113,"279":6,"28":438,"281":2,"282":34,"291":8,"292":51,"30":4,"302":10,"31":16,"32":18,"33":24,"34":23,"347":8,"35":44,"352":227,"36":50,"37":20,"38":183,"381":19,"383":7,"39":43,"391":15,"396":2,"397":10,"40":22,"409":27,"41":24,"414":14,"415":28,"419":5,"42":16,"426":1,"43":14,"430":34,"433":1,"44":7,"45":5,"46":103,"48":31,"49":9,"5":687,"51":18,"52":14,"53":32,"56":6,"570":2,"6":435,"63":41,"7":292,"79":18,"8":69,"80":26,"9":304,"all_client":41805,"all_tv_clinet":7771,"insert_time":"2014-08-23T00:06:35.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34347,"10":12,"107":180,"11":139,"12":191,"13":219,"14":66,"15":57,"155":16,"156":7,"158":6,"159":7,"16":123,"160":5,"161":100,"167":13,"168":4,"17":72,"18":558,"19":196,"20":119,"209":9,"21":248,"210":5,"211":1,"214":5,"215":65,"221":136,"223":249,"224":15,"225":298,"23":197,"24":579,"25":79,"257":38,"26":27,"268":2,"27":25,"273":64,"276":112,"279":5,"28":450,"281":2,"282":35,"291":9,"292":56,"30":4,"302":9,"31":18,"32":21,"33":26,"34":21,"347":8,"35":43,"352":226,"36":51,"37":25,"38":182,"381":19,"383":7,"39":41,"391":15,"396":2,"397":10,"40":21,"409":28,"41":24,"414":17,"415":27,"419":4,"42":14,"426":1,"43":12,"430":32,"433":1,"44":7,"45":5,"46":100,"48":32,"49":9,"5":687,"51":18,"52":12,"53":28,"56":5,"570":2,"6":443,"63":41,"7":301,"79":20,"8":64,"80":25,"9":316,"all_client":42172,"all_tv_clinet":7825,"insert_time":"2014-08-23T00:07:35.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34658,"10":12,"107":183,"11":144,"12":194,"13":220,"14":65,"15":57,"155":16,"156":9,"158":6,"159":9,"16":120,"160":5,"161":103,"167":11,"168":4,"17":77,"18":568,"19":195,"20":123,"209":11,"21":240,"210":6,"211":1,"214":5,"215":66,"221":142,"223":256,"224":13,"225":307,"23":199,"24":563,"25":77,"257":37,"26":30,"268":3,"27":27,"273":64,"276":107,"279":5,"28":464,"281":2,"282":36,"291":9,"292":51,"30":4,"302":11,"31":19,"32":21,"33":28,"34":21,"347":7,"35":41,"352":225,"36":53,"37":23,"38":184,"381":19,"383":7,"39":47,"391":15,"396":2,"397":10,"40":20,"409":33,"41":23,"414":18,"415":30,"419":2,"42":16,"43":12,"430":33,"433":1,"44":7,"45":7,"46":101,"48":36,"49":10,"5":693,"51":19,"52":10,"53":33,"56":5,"570":2,"6":445,"63":40,"7":309,"79":22,"8":56,"80":25,"9":323,"all_client":42568,"all_tv_clinet":7910,"insert_time":"2014-08-23T00:08:36.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35019,"10":12,"107":203,"11":141,"12":191,"13":210,"14":67,"15":55,"155":16,"156":10,"158":5,"159":11,"16":107,"160":3,"161":105,"167":11,"168":4,"17":83,"18":565,"19":204,"20":128,"209":11,"21":232,"210":6,"211":1,"214":5,"215":65,"221":144,"223":250,"224":12,"225":312,"23":201,"24":545,"25":80,"257":37,"26":34,"268":3,"27":29,"273":67,"276":104,"279":4,"28":479,"281":2,"282":36,"291":9,"292":50,"30":5,"302":11,"31":18,"32":18,"33":27,"34":24,"347":7,"35":39,"352":229,"36":53,"37":27,"38":186,"381":24,"383":7,"39":46,"391":14,"396":1,"397":9,"40":21,"409":36,"41":26,"414":19,"415":29,"419":2,"42":16,"43":13,"430":33,"44":8,"45":8,"46":103,"48":35,"49":7,"5":692,"51":20,"52":9,"53":33,"56":5,"570":2,"6":450,"63":40,"7":312,"79":25,"8":52,"80":23,"9":327,"all_client":42959,"all_tv_clinet":7940,"insert_time":"2014-08-23T00:09:36.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35381,"10":13,"107":205,"11":135,"12":193,"13":208,"14":69,"15":59,"155":16,"156":11,"158":6,"159":10,"16":106,"160":3,"161":107,"167":14,"168":4,"17":85,"18":561,"19":213,"20":130,"209":13,"21":229,"210":6,"211":1,"214":5,"215":65,"221":146,"223":244,"224":11,"225":313,"23":206,"24":524,"25":84,"257":41,"26":36,"268":2,"27":28,"273":67,"276":105,"279":5,"28":483,"281":3,"282":39,"291":10,"292":45,"30":5,"302":10,"31":19,"32":15,"33":26,"34":26,"347":6,"35":34,"352":239,"36":52,"37":29,"38":194,"381":24,"383":7,"39":47,"391":15,"396":1,"397":9,"40":25,"409":36,"41":24,"414":17,"415":29,"419":3,"42":18,"43":14,"430":33,"44":8,"45":11,"46":103,"48":36,"49":7,"5":700,"51":20,"52":11,"53":32,"56":4,"570":2,"6":463,"63":40,"7":308,"79":25,"8":52,"80":22,"9":329,"all_client":43370,"all_tv_clinet":7989,"insert_time":"2014-08-23T00:10:37.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35724,"10":11,"107":211,"11":135,"12":192,"13":192,"14":73,"15":59,"155":15,"156":11,"158":7,"159":13,"16":108,"160":3,"161":107,"167":14,"168":4,"17":93,"18":569,"19":215,"20":127,"209":12,"21":229,"210":6,"211":1,"214":5,"215":69,"221":138,"223":237,"224":15,"225":315,"23":203,"24":522,"25":84,"257":42,"26":32,"268":3,"27":30,"273":67,"276":105,"279":5,"28":492,"281":3,"282":40,"291":10,"292":46,"30":5,"302":10,"31":19,"314":1,"32":15,"33":25,"34":28,"347":5,"35":33,"352":233,"36":51,"37":29,"38":201,"381":24,"383":8,"39":44,"391":15,"397":8,"40":31,"409":39,"41":26,"414":18,"415":27,"419":3,"42":19,"43":13,"430":34,"44":8,"45":14,"46":105,"48":32,"49":9,"5":693,"51":21,"52":12,"53":37,"56":4,"570":3,"6":478,"63":40,"7":313,"79":26,"8":50,"80":22,"9":336,"all_client":43761,"all_tv_clinet":8037,"insert_time":"2014-08-23T00:11:37.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36027,"10":8,"107":196,"11":136,"12":186,"13":179,"14":76,"15":55,"155":13,"156":14,"158":7,"159":14,"16":116,"160":3,"161":111,"167":15,"168":4,"17":96,"18":567,"19":225,"20":120,"209":11,"21":226,"210":5,"211":1,"214":5,"215":70,"221":132,"223":238,"224":15,"225":312,"23":209,"24":534,"25":83,"257":47,"26":31,"268":3,"27":36,"273":70,"276":106,"279":7,"28":502,"281":3,"282":37,"291":10,"292":50,"30":6,"302":10,"31":24,"314":1,"32":14,"33":24,"34":30,"347":5,"35":30,"352":238,"36":53,"37":31,"38":194,"380":1,"381":23,"383":8,"39":46,"391":15,"396":1,"397":9,"40":27,"409":37,"41":26,"414":19,"415":31,"419":4,"42":19,"43":16,"430":37,"44":7,"45":15,"46":106,"48":34,"49":9,"5":698,"51":22,"52":12,"53":38,"56":4,"570":3,"6":485,"63":40,"7":318,"79":28,"8":55,"80":20,"9":340,"all_client":44124,"all_tv_clinet":8097,"insert_time":"2014-08-23T00:12:38.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36353,"10":7,"107":199,"11":135,"12":188,"13":171,"14":77,"15":61,"155":12,"156":12,"158":7,"159":16,"16":116,"160":3,"161":111,"167":16,"168":4,"17":100,"18":563,"19":231,"20":115,"209":8,"21":232,"210":5,"211":1,"214":6,"215":68,"221":128,"223":243,"224":17,"225":313,"23":210,"24":551,"25":90,"257":48,"26":30,"268":3,"27":39,"273":63,"276":105,"279":6,"28":508,"281":3,"282":33,"291":10,"292":51,"30":6,"302":10,"31":24,"314":1,"32":13,"33":20,"34":32,"347":6,"35":28,"352":239,"36":56,"37":28,"38":201,"380":1,"381":24,"383":8,"39":50,"391":15,"396":1,"397":9,"40":27,"409":35,"41":24,"414":21,"415":32,"419":4,"42":16,"43":18,"430":38,"44":6,"45":15,"46":107,"48":35,"49":10,"5":693,"51":21,"52":11,"53":36,"56":3,"570":3,"6":485,"63":40,"7":307,"79":28,"8":56,"80":19,"9":347,"all_client":44477,"all_tv_clinet":8124,"insert_time":"2014-08-23T00:13:38.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36711,"10":9,"107":199,"11":143,"12":190,"13":167,"14":80,"15":65,"155":13,"156":11,"158":9,"159":15,"16":118,"160":4,"161":110,"167":17,"168":4,"17":105,"18":573,"19":243,"20":110,"209":10,"21":225,"210":5,"211":1,"214":6,"215":69,"221":128,"223":244,"224":17,"225":302,"23":213,"24":572,"25":89,"257":47,"26":28,"268":2,"27":41,"273":56,"276":97,"279":5,"28":511,"281":3,"282":32,"291":9,"292":54,"30":5,"302":10,"31":22,"314":1,"32":13,"33":20,"34":34,"347":7,"35":28,"352":243,"36":61,"37":33,"38":200,"380":2,"381":26,"383":8,"39":49,"391":13,"396":1,"397":8,"40":30,"409":29,"41":22,"414":23,"415":35,"419":4,"42":16,"43":21,"430":38,"44":7,"45":14,"46":110,"48":34,"49":10,"5":706,"51":19,"52":8,"53":30,"56":3,"570":2,"6":486,"63":41,"7":301,"79":28,"8":56,"80":17,"9":354,"all_client":44890,"all_tv_clinet":8179,"insert_time":"2014-08-23T00:14:38.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37052,"10":9,"107":192,"11":139,"12":187,"13":164,"14":86,"15":67,"155":14,"156":10,"158":9,"159":15,"16":115,"160":5,"161":106,"167":16,"168":5,"17":106,"18":584,"19":252,"20":110,"209":12,"21":221,"210":5,"211":1,"214":6,"215":73,"221":129,"223":243,"224":17,"225":282,"23":221,"24":588,"25":88,"257":46,"26":26,"268":2,"27":41,"273":45,"276":93,"279":4,"28":514,"281":3,"282":34,"291":8,"292":59,"30":5,"302":10,"31":19,"314":1,"32":13,"33":19,"34":33,"347":8,"35":28,"352":253,"36":64,"37":35,"38":198,"380":2,"381":26,"383":8,"39":48,"391":11,"396":1,"397":8,"40":30,"409":26,"41":22,"414":25,"415":36,"419":5,"42":14,"43":22,"430":37,"44":8,"45":17,"46":114,"48":34,"49":9,"5":724,"51":19,"52":11,"53":31,"56":2,"570":3,"6":477,"63":42,"7":308,"79":25,"8":56,"80":16,"9":363,"all_client":45270,"all_tv_clinet":8218,"insert_time":"2014-08-23T00:15:39.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37360,"10":8,"107":183,"11":144,"12":192,"13":167,"14":87,"15":69,"155":14,"156":10,"158":8,"159":16,"16":118,"160":5,"161":109,"167":18,"168":3,"17":107,"18":590,"19":247,"20":113,"209":12,"21":222,"210":5,"211":2,"214":6,"215":76,"221":132,"223":255,"224":18,"225":264,"23":228,"24":581,"25":86,"257":43,"26":26,"268":2,"27":43,"273":47,"276":92,"279":2,"28":520,"281":2,"282":33,"291":8,"292":63,"30":7,"302":10,"306":1,"31":22,"314":1,"32":13,"33":19,"34":34,"347":8,"35":30,"352":263,"36":67,"37":33,"38":196,"380":2,"381":24,"383":8,"39":51,"391":11,"396":1,"397":8,"40":30,"409":27,"41":25,"414":25,"415":34,"419":6,"42":16,"43":22,"430":39,"44":9,"45":19,"46":118,"48":29,"49":9,"5":741,"51":20,"52":11,"53":33,"56":2,"570":4,"6":454,"63":41,"7":308,"79":27,"8":56,"80":12,"9":373,"all_client":45635,"all_tv_clinet":8275,"insert_time":"2014-08-23T00:16:39.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37678,"10":8,"107":188,"11":146,"12":193,"13":166,"14":90,"15":66,"155":14,"156":11,"158":5,"159":17,"16":121,"160":5,"161":109,"167":19,"168":4,"17":112,"18":603,"19":240,"20":109,"209":11,"21":222,"210":5,"211":2,"214":6,"215":79,"221":129,"223":252,"224":19,"225":257,"23":236,"24":575,"25":87,"257":44,"26":27,"268":1,"27":47,"273":51,"276":87,"279":2,"28":516,"281":1,"282":31,"291":10,"292":68,"30":8,"302":11,"306":1,"31":22,"314":1,"32":13,"33":19,"34":32,"347":8,"35":28,"352":265,"36":67,"37":34,"38":191,"380":2,"381":24,"383":7,"39":55,"391":10,"396":2,"397":8,"40":30,"409":35,"41":27,"414":26,"415":38,"419":6,"42":15,"43":24,"430":39,"44":8,"45":19,"46":124,"48":28,"49":9,"5":755,"51":18,"52":10,"53":30,"56":2,"570":4,"6":445,"63":42,"7":315,"79":32,"8":56,"80":10,"9":383,"all_client":46007,"all_tv_clinet":8329,"insert_time":"2014-08-23T00:17:40.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38034,"10":8,"107":185,"11":144,"12":193,"13":163,"14":86,"15":63,"155":16,"156":9,"158":5,"159":17,"16":116,"160":5,"161":115,"167":19,"168":4,"17":120,"18":615,"19":231,"20":109,"209":9,"21":228,"210":5,"211":2,"214":6,"215":80,"221":129,"223":258,"224":17,"225":238,"23":236,"24":581,"25":83,"257":46,"26":29,"268":1,"27":47,"273":59,"276":88,"279":2,"28":531,"281":1,"282":29,"291":9,"292":71,"30":9,"302":10,"306":1,"31":25,"314":1,"32":12,"33":20,"34":32,"347":7,"35":30,"352":266,"36":64,"37":33,"38":201,"380":2,"381":27,"383":6,"39":59,"391":10,"396":2,"397":8,"40":30,"409":35,"41":21,"414":28,"415":37,"419":4,"42":14,"43":23,"430":40,"44":7,"45":20,"46":123,"48":24,"49":10,"5":781,"51":18,"52":8,"53":31,"56":3,"570":5,"6":438,"63":42,"7":316,"79":34,"8":57,"80":8,"9":388,"all_client":46412,"all_tv_clinet":8378,"insert_time":"2014-08-23T00:18:40.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38382,"10":8,"107":200,"11":144,"12":196,"13":159,"14":84,"15":58,"155":16,"156":11,"158":3,"159":17,"16":120,"160":4,"161":114,"167":20,"168":4,"17":125,"18":633,"19":230,"20":110,"209":10,"21":231,"210":5,"211":2,"214":7,"215":81,"221":130,"223":255,"224":18,"225":228,"23":245,"24":573,"25":79,"257":45,"26":29,"268":1,"27":50,"273":57,"276":82,"279":2,"28":530,"281":1,"282":29,"291":9,"292":72,"30":8,"302":9,"306":1,"31":29,"314":1,"32":10,"33":16,"34":36,"347":7,"35":32,"352":270,"36":66,"37":33,"38":193,"380":3,"381":30,"383":6,"39":61,"391":10,"396":2,"397":8,"40":32,"409":38,"41":24,"414":31,"415":41,"419":4,"42":14,"43":23,"430":39,"44":6,"45":21,"46":128,"48":22,"49":9,"5":790,"51":17,"52":9,"53":30,"56":3,"570":5,"6":437,"63":42,"7":322,"79":34,"8":58,"80":7,"9":396,"all_client":46822,"all_tv_clinet":8440,"insert_time":"2014-08-23T00:19:40.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38722,"10":8,"107":200,"11":147,"12":207,"13":153,"14":84,"15":59,"155":16,"156":11,"158":2,"159":18,"16":127,"160":4,"161":110,"167":22,"168":4,"17":124,"18":639,"19":229,"20":110,"209":10,"21":244,"210":5,"211":2,"214":7,"215":81,"221":135,"223":254,"224":15,"225":222,"23":246,"24":578,"25":86,"257":42,"26":30,"268":1,"27":49,"273":54,"276":83,"279":3,"28":533,"281":1,"282":30,"291":9,"292":72,"30":9,"302":9,"306":1,"31":31,"314":1,"32":12,"33":17,"34":37,"347":7,"35":33,"352":285,"36":66,"37":34,"38":188,"380":3,"381":31,"383":5,"39":56,"391":11,"396":2,"397":9,"40":36,"409":39,"41":24,"414":31,"415":41,"419":5,"42":17,"426":1,"43":21,"430":40,"44":7,"45":23,"46":128,"48":19,"49":10,"5":777,"51":18,"52":10,"53":32,"56":2,"570":5,"6":433,"63":40,"7":330,"79":34,"8":62,"80":7,"9":408,"all_client":47235,"all_tv_clinet":8513,"insert_time":"2014-08-23T00:20:41.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39069,"10":11,"107":204,"11":152,"12":212,"13":163,"14":84,"15":60,"155":16,"156":11,"158":2,"159":18,"16":132,"160":4,"161":115,"167":22,"168":4,"17":123,"18":618,"19":217,"20":115,"209":11,"21":243,"210":5,"211":2,"214":7,"215":83,"221":136,"223":254,"224":19,"225":224,"23":241,"24":592,"25":86,"257":41,"26":29,"268":1,"27":48,"273":57,"276":83,"279":3,"28":529,"281":1,"282":30,"291":9,"292":76,"30":6,"302":9,"306":2,"31":37,"314":1,"32":14,"33":19,"34":35,"347":7,"35":31,"352":290,"36":70,"37":37,"38":192,"380":3,"381":30,"383":7,"39":52,"391":14,"396":2,"397":9,"40":37,"409":37,"41":23,"414":32,"415":42,"419":6,"42":17,"426":1,"43":24,"430":40,"433":1,"44":8,"45":27,"46":134,"48":16,"49":9,"5":762,"51":19,"52":8,"53":30,"56":3,"570":4,"6":429,"63":38,"7":333,"79":33,"8":66,"80":8,"9":412,"all_client":47628,"all_tv_clinet":8559,"insert_time":"2014-08-23T00:21:41.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39404,"10":12,"107":202,"11":154,"12":211,"13":166,"14":89,"15":61,"155":17,"156":13,"158":3,"159":18,"16":137,"160":5,"161":112,"167":22,"168":4,"17":129,"18":599,"19":225,"20":116,"209":11,"21":252,"210":6,"211":2,"214":9,"215":84,"221":137,"223":259,"224":20,"225":219,"23":238,"24":604,"25":85,"257":41,"26":29,"268":1,"27":47,"273":59,"276":82,"279":3,"28":537,"281":1,"282":30,"291":10,"292":72,"30":8,"302":9,"306":3,"31":37,"314":1,"32":15,"33":21,"34":35,"347":9,"35":37,"352":293,"36":73,"37":39,"38":203,"380":3,"381":30,"383":6,"39":49,"391":13,"396":2,"397":12,"40":42,"409":37,"41":22,"414":28,"415":45,"419":7,"42":16,"426":1,"43":25,"430":40,"433":1,"44":8,"45":29,"46":137,"48":17,"49":12,"5":747,"51":20,"52":8,"53":31,"56":4,"570":5,"6":420,"63":35,"7":341,"79":30,"8":69,"80":9,"9":418,"all_client":48039,"all_tv_clinet":8635,"insert_time":"2014-08-23T00:22:42.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39751,"10":12,"107":211,"11":158,"12":213,"13":171,"14":97,"15":64,"155":21,"156":14,"158":3,"159":18,"16":145,"160":4,"161":115,"167":25,"168":3,"17":129,"18":603,"19":224,"20":113,"209":9,"21":254,"210":6,"211":2,"214":9,"215":86,"221":136,"223":262,"224":20,"225":221,"23":236,"24":617,"25":87,"257":43,"26":26,"268":2,"27":46,"273":63,"276":82,"279":3,"28":552,"281":1,"282":30,"291":9,"292":68,"30":9,"302":9,"306":3,"31":40,"314":1,"32":12,"33":20,"34":30,"347":10,"35":44,"352":294,"36":72,"37":41,"38":205,"380":3,"381":29,"383":8,"39":45,"391":13,"396":2,"397":12,"40":43,"409":38,"41":23,"414":29,"415":73,"419":5,"42":13,"426":1,"43":24,"430":41,"433":1,"44":9,"45":30,"46":135,"48":18,"49":11,"5":729,"51":19,"52":8,"53":29,"56":5,"570":5,"6":374,"63":35,"7":350,"79":24,"8":74,"80":8,"9":419,"all_client":48439,"all_tv_clinet":8688,"insert_time":"2014-08-23T00:23:42.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40062,"10":13,"107":221,"11":160,"12":226,"13":169,"14":101,"15":72,"155":20,"156":14,"158":4,"159":18,"16":145,"160":6,"161":114,"167":25,"168":3,"17":135,"18":605,"19":226,"20":112,"209":9,"21":257,"210":6,"211":2,"214":11,"215":84,"221":136,"223":265,"224":21,"225":219,"23":239,"24":638,"25":86,"257":46,"26":27,"268":2,"27":46,"273":66,"276":80,"279":4,"28":564,"281":1,"282":32,"291":10,"292":64,"30":10,"302":8,"306":3,"31":44,"314":1,"32":10,"33":19,"34":29,"347":9,"35":44,"352":291,"36":78,"37":43,"38":197,"380":3,"381":30,"383":9,"39":42,"391":12,"396":2,"397":12,"40":43,"409":40,"41":23,"414":32,"415":72,"419":5,"42":12,"426":1,"43":25,"430":39,"44":9,"45":28,"46":131,"48":17,"49":10,"5":737,"51":18,"52":10,"53":31,"56":6,"570":5,"6":366,"63":33,"7":351,"79":21,"8":73,"80":8,"9":415,"all_client":48823,"all_tv_clinet":8761,"insert_time":"2014-08-23T00:24:42.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40424,"10":11,"107":226,"11":163,"12":228,"13":180,"14":101,"15":69,"155":20,"156":13,"158":4,"159":18,"16":152,"160":8,"161":112,"167":24,"168":3,"17":140,"18":612,"19":240,"20":111,"209":10,"21":258,"210":6,"211":2,"214":11,"215":80,"221":137,"223":268,"224":19,"225":220,"23":233,"24":654,"25":88,"257":48,"26":27,"268":2,"27":47,"273":70,"276":82,"279":5,"28":583,"281":1,"282":35,"291":9,"292":65,"30":10,"302":8,"306":2,"31":47,"314":1,"32":9,"33":18,"34":28,"347":8,"35":41,"352":287,"36":73,"37":41,"38":194,"380":3,"381":30,"383":10,"39":33,"391":10,"396":2,"397":11,"40":45,"409":36,"41":23,"414":33,"415":73,"419":5,"42":12,"426":1,"43":26,"430":40,"433":1,"44":9,"45":28,"46":136,"48":21,"49":10,"5":745,"51":18,"52":10,"53":32,"56":6,"570":4,"6":364,"63":34,"7":356,"79":20,"8":78,"80":7,"9":416,"all_client":49274,"all_tv_clinet":8850,"insert_time":"2014-08-23T00:25:43.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40780,"10":10,"107":234,"11":166,"12":228,"13":183,"14":103,"15":70,"155":19,"156":15,"158":4,"159":18,"16":158,"160":9,"161":112,"167":23,"168":2,"17":149,"18":618,"19":249,"20":118,"209":11,"21":259,"210":7,"211":2,"214":11,"215":72,"221":140,"223":257,"224":19,"225":217,"23":226,"24":665,"25":92,"257":43,"26":29,"268":2,"27":50,"273":70,"276":82,"279":5,"28":586,"281":2,"282":37,"291":10,"292":63,"30":8,"302":8,"306":1,"31":48,"314":2,"32":9,"33":18,"34":30,"347":7,"35":44,"352":294,"36":73,"37":44,"38":200,"380":4,"381":31,"383":10,"39":34,"391":11,"396":4,"397":10,"40":43,"409":33,"41":23,"414":33,"415":54,"419":5,"42":10,"426":1,"43":26,"430":40,"433":1,"44":9,"45":27,"46":139,"48":21,"49":9,"5":739,"51":16,"52":9,"53":34,"56":8,"570":4,"6":377,"63":34,"7":355,"79":18,"8":81,"80":6,"9":422,"all_client":49692,"all_tv_clinet":8912,"insert_time":"2014-08-23T00:26:43.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41106,"10":9,"107":231,"11":169,"12":223,"13":190,"14":104,"15":69,"155":19,"156":15,"158":3,"159":18,"16":164,"160":10,"161":110,"167":23,"168":2,"17":153,"18":612,"19":257,"20":121,"209":13,"21":263,"210":8,"211":2,"214":10,"215":74,"221":141,"223":258,"224":21,"225":227,"23":223,"24":672,"25":97,"257":42,"26":29,"268":2,"27":54,"273":66,"276":84,"279":4,"28":591,"281":3,"282":36,"291":10,"292":72,"30":9,"302":10,"306":1,"31":50,"314":2,"32":9,"33":22,"34":33,"347":6,"35":43,"352":303,"36":72,"37":44,"38":202,"380":3,"381":30,"383":8,"39":34,"391":11,"396":3,"397":9,"40":42,"409":32,"41":25,"414":33,"415":48,"419":6,"42":12,"426":1,"43":27,"430":38,"433":1,"44":9,"45":27,"46":136,"48":22,"49":9,"5":745,"51":18,"52":9,"53":38,"56":8,"570":4,"6":384,"63":34,"7":350,"79":18,"8":80,"80":6,"9":420,"all_client":50096,"all_tv_clinet":8990,"insert_time":"2014-08-23T00:27:44.049Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41532,"10":8,"107":238,"11":170,"12":227,"13":191,"14":106,"15":67,"155":21,"156":16,"158":4,"159":18,"16":166,"160":11,"161":113,"167":24,"168":3,"17":161,"18":603,"19":268,"20":124,"209":15,"21":255,"210":9,"211":2,"214":10,"215":76,"221":141,"223":251,"224":20,"225":223,"23":225,"24":687,"25":101,"257":45,"26":31,"268":3,"27":56,"273":58,"276":79,"279":4,"28":596,"281":3,"282":38,"291":11,"292":74,"30":10,"302":11,"306":1,"31":47,"314":2,"32":9,"33":22,"34":29,"347":6,"35":45,"352":310,"36":72,"37":46,"38":203,"380":3,"381":30,"383":8,"39":32,"391":11,"396":3,"397":8,"40":41,"409":29,"41":25,"414":35,"415":43,"419":6,"42":12,"426":1,"43":27,"430":36,"433":2,"44":13,"45":29,"46":139,"48":21,"49":12,"5":733,"51":18,"52":9,"53":38,"56":9,"570":4,"6":399,"63":34,"7":339,"79":18,"8":78,"80":6,"9":423,"all_client":50571,"all_tv_clinet":9039,"insert_time":"2014-08-23T00:28:44.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41885,"10":9,"107":243,"11":171,"12":224,"13":196,"14":108,"15":67,"155":22,"156":14,"158":6,"159":18,"16":169,"160":10,"161":110,"167":26,"168":3,"17":164,"18":602,"19":279,"20":129,"209":15,"21":253,"210":9,"211":2,"214":11,"215":80,"221":143,"223":252,"224":20,"225":218,"23":234,"24":679,"25":102,"257":48,"26":35,"268":3,"27":58,"273":55,"276":77,"279":5,"28":600,"281":3,"282":39,"291":11,"292":75,"30":10,"302":11,"306":1,"31":48,"314":2,"32":8,"33":23,"34":30,"347":6,"35":44,"352":310,"36":77,"37":48,"38":208,"380":2,"381":32,"383":9,"39":31,"391":12,"396":3,"397":6,"40":41,"409":28,"41":27,"414":35,"415":37,"419":5,"42":12,"426":1,"43":26,"430":36,"433":2,"44":12,"45":29,"46":141,"48":22,"49":15,"5":718,"51":17,"52":12,"53":33,"56":8,"570":4,"6":421,"63":33,"7":335,"79":17,"8":80,"80":6,"9":428,"all_client":50984,"all_tv_clinet":9099,"insert_time":"2014-08-23T00:29:44.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42260,"10":10,"107":240,"11":179,"12":220,"13":203,"14":108,"15":71,"155":22,"156":14,"158":8,"159":19,"16":173,"160":9,"161":106,"167":25,"168":3,"17":167,"18":590,"19":291,"20":130,"209":17,"21":259,"210":8,"211":2,"214":11,"215":86,"221":151,"223":249,"224":20,"225":221,"23":241,"24":680,"25":103,"257":48,"26":37,"268":4,"27":60,"273":54,"276":74,"279":5,"28":600,"281":3,"282":40,"291":11,"292":78,"30":11,"302":12,"306":1,"31":48,"314":2,"32":8,"33":26,"34":32,"347":6,"35":40,"352":309,"36":69,"37":49,"38":213,"380":2,"381":38,"383":9,"39":31,"391":12,"396":4,"397":7,"40":40,"409":24,"41":28,"414":34,"415":35,"419":5,"42":12,"426":1,"43":24,"430":35,"433":2,"44":11,"45":29,"46":143,"48":18,"49":16,"5":692,"51":18,"52":13,"53":30,"56":10,"570":4,"6":433,"63":32,"7":328,"79":18,"8":81,"80":6,"9":431,"all_client":51392,"all_tv_clinet":9132,"insert_time":"2014-08-23T00:30:45.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42548,"10":10,"107":245,"11":190,"12":225,"13":208,"14":106,"15":73,"155":22,"156":12,"158":8,"159":21,"16":177,"160":9,"161":106,"167":26,"168":2,"17":172,"18":584,"19":307,"20":129,"209":18,"21":257,"210":9,"211":2,"214":11,"215":87,"221":149,"223":242,"224":22,"225":209,"23":235,"24":695,"25":108,"257":44,"26":40,"268":3,"27":54,"273":53,"276":74,"279":5,"28":603,"281":3,"282":40,"291":11,"292":84,"30":11,"302":14,"306":1,"31":49,"314":3,"32":9,"33":29,"34":34,"347":6,"35":40,"352":320,"36":70,"37":51,"38":222,"380":2,"381":38,"383":11,"39":32,"391":12,"396":4,"397":6,"40":40,"409":26,"41":24,"414":37,"415":33,"419":3,"42":12,"426":1,"43":25,"430":35,"433":2,"44":11,"45":29,"46":140,"48":19,"49":14,"5":669,"51":20,"52":16,"53":33,"56":10,"570":5,"6":447,"63":32,"7":334,"79":18,"8":84,"80":6,"9":445,"all_client":51772,"all_tv_clinet":9224,"insert_time":"2014-08-23T00:31:45.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42899,"10":12,"107":253,"11":194,"12":232,"13":213,"14":106,"15":76,"155":23,"156":11,"158":9,"159":21,"16":178,"160":9,"161":108,"167":26,"168":2,"17":180,"18":585,"19":315,"20":131,"209":18,"21":250,"210":10,"211":1,"214":11,"215":87,"221":150,"223":229,"224":22,"225":206,"23":242,"24":699,"25":111,"257":47,"26":49,"268":2,"27":49,"273":52,"276":74,"279":5,"28":595,"281":2,"282":39,"291":11,"292":92,"30":15,"302":13,"306":1,"31":46,"314":3,"32":10,"33":28,"34":33,"347":5,"35":41,"352":315,"36":70,"37":49,"38":232,"380":2,"381":37,"383":11,"39":29,"391":13,"396":4,"397":7,"40":38,"409":25,"41":26,"414":38,"415":30,"419":3,"42":12,"426":1,"43":25,"430":33,"433":2,"44":12,"45":29,"46":144,"48":19,"49":14,"5":661,"51":21,"52":18,"53":36,"56":10,"570":5,"6":448,"63":34,"7":337,"79":19,"8":92,"80":7,"9":450,"all_client":52189,"all_tv_clinet":9290,"insert_time":"2014-08-23T00:32:46.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43272,"10":10,"107":257,"11":192,"12":236,"13":216,"14":106,"15":73,"155":22,"156":9,"158":12,"159":20,"16":174,"160":7,"161":111,"167":27,"168":2,"17":186,"18":585,"19":325,"20":140,"209":20,"21":251,"210":10,"211":1,"214":11,"215":90,"221":142,"223":229,"224":20,"225":203,"23":249,"24":696,"25":120,"257":47,"26":59,"268":2,"27":44,"273":53,"276":75,"279":4,"28":583,"281":2,"282":38,"291":10,"292":89,"30":16,"302":11,"306":1,"31":46,"314":2,"32":10,"33":26,"34":34,"347":4,"35":45,"352":318,"36":76,"37":54,"38":239,"380":2,"381":40,"383":11,"39":29,"391":12,"396":4,"397":7,"40":42,"409":25,"41":30,"414":39,"415":33,"419":3,"42":14,"426":1,"43":27,"430":28,"433":2,"434":1,"44":12,"45":30,"46":148,"48":21,"49":16,"5":639,"51":21,"52":19,"53":36,"56":11,"570":5,"6":433,"63":33,"7":342,"79":21,"8":92,"80":7,"9":455,"all_client":52603,"all_tv_clinet":9331,"insert_time":"2014-08-23T00:33:46.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43674,"10":11,"107":266,"11":191,"12":236,"13":222,"14":111,"15":79,"155":21,"156":9,"158":14,"159":20,"16":166,"160":8,"161":109,"167":28,"168":2,"17":185,"18":593,"19":334,"20":144,"209":20,"21":242,"210":13,"211":1,"214":11,"215":95,"221":150,"223":227,"224":19,"225":204,"23":254,"24":696,"25":125,"257":47,"26":57,"268":2,"27":36,"273":61,"276":72,"279":4,"28":575,"281":1,"282":37,"291":10,"292":91,"30":17,"302":10,"306":1,"31":45,"314":2,"32":10,"33":25,"34":37,"347":4,"35":44,"352":322,"36":73,"37":55,"38":244,"380":2,"381":40,"383":9,"39":26,"391":11,"396":3,"397":7,"40":42,"409":26,"41":32,"414":37,"415":31,"419":3,"42":16,"426":1,"43":26,"430":26,"433":2,"434":1,"44":9,"45":30,"46":150,"48":20,"49":14,"5":624,"51":20,"52":18,"53":38,"56":13,"570":5,"6":423,"63":36,"7":352,"79":24,"8":94,"80":7,"9":472,"all_client":53052,"all_tv_clinet":9378,"insert_time":"2014-08-23T00:34:47.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43940,"10":10,"107":271,"11":198,"12":236,"13":229,"14":112,"15":82,"155":21,"156":9,"158":15,"159":22,"16":147,"160":8,"161":110,"167":26,"168":1,"17":183,"18":605,"19":349,"20":146,"209":20,"21":241,"210":13,"211":1,"214":12,"215":99,"221":156,"223":230,"224":20,"225":208,"23":276,"24":713,"25":124,"257":45,"26":62,"268":2,"27":36,"273":64,"276":69,"279":5,"28":563,"281":1,"282":36,"291":10,"292":84,"30":16,"302":11,"306":1,"31":44,"314":2,"32":12,"33":24,"34":40,"347":4,"35":44,"352":315,"36":72,"37":57,"38":255,"380":2,"381":41,"383":11,"39":26,"391":12,"396":3,"397":7,"40":44,"409":30,"41":32,"414":34,"415":32,"419":4,"42":15,"43":25,"430":23,"433":2,"434":1,"44":11,"45":29,"46":155,"48":20,"49":13,"5":605,"51":21,"52":19,"53":38,"56":13,"570":5,"6":432,"63":36,"7":363,"79":27,"8":95,"80":7,"9":477,"all_client":53417,"all_tv_clinet":9477,"insert_time":"2014-08-23T00:35:47.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44263,"10":11,"107":272,"11":214,"12":233,"13":241,"14":117,"15":89,"155":19,"156":9,"158":15,"159":22,"16":137,"160":8,"161":117,"167":27,"168":2,"17":172,"18":605,"19":357,"20":145,"209":18,"21":243,"210":13,"211":1,"214":11,"215":102,"221":167,"223":230,"224":20,"225":211,"23":277,"24":740,"25":123,"257":42,"26":68,"268":2,"27":33,"273":66,"276":67,"279":5,"28":544,"281":1,"282":35,"291":10,"292":81,"30":17,"302":12,"306":2,"31":44,"314":2,"32":10,"33":24,"34":39,"347":4,"35":45,"352":306,"36":69,"37":60,"38":262,"380":2,"381":39,"383":10,"39":27,"391":11,"396":4,"397":6,"40":47,"409":34,"41":31,"414":35,"415":30,"419":3,"42":14,"43":24,"430":23,"433":2,"434":1,"44":14,"45":30,"46":151,"48":18,"49":14,"5":579,"51":18,"52":18,"53":41,"56":12,"570":4,"6":436,"63":36,"7":380,"79":28,"8":102,"80":8,"9":481,"all_client":53794,"all_tv_clinet":9531,"insert_time":"2014-08-23T00:36:48.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44664,"10":11,"107":263,"11":221,"12":237,"13":247,"14":124,"15":95,"155":19,"156":9,"158":17,"159":22,"16":130,"160":9,"161":123,"167":27,"168":2,"17":163,"18":611,"19":367,"20":148,"209":19,"21":235,"210":15,"211":1,"214":10,"215":103,"221":165,"223":240,"224":19,"225":217,"23":283,"24":749,"25":122,"257":47,"26":75,"268":3,"27":32,"273":68,"276":65,"279":5,"28":530,"281":1,"282":33,"291":10,"292":70,"30":13,"302":11,"306":2,"31":50,"314":2,"32":12,"33":23,"34":37,"347":2,"35":45,"352":310,"36":73,"37":61,"38":277,"380":3,"381":42,"383":9,"39":28,"391":11,"396":4,"397":7,"40":47,"409":34,"41":36,"414":35,"415":30,"419":3,"42":14,"43":24,"430":23,"433":2,"434":1,"44":17,"45":27,"46":152,"48":22,"49":14,"5":552,"51":19,"52":19,"53":45,"56":12,"570":4,"6":436,"63":34,"7":384,"79":28,"8":103,"80":9,"9":473,"all_client":54247,"all_tv_clinet":9583,"insert_time":"2014-08-23T00:37:48.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44995,"10":11,"107":262,"11":222,"12":242,"13":251,"14":125,"15":110,"155":20,"156":8,"158":14,"159":24,"16":128,"160":10,"161":125,"167":29,"168":2,"17":158,"18":594,"19":372,"20":141,"209":22,"21":237,"210":16,"211":1,"214":12,"215":104,"221":165,"223":239,"224":17,"225":215,"23":276,"24":764,"25":121,"257":50,"26":80,"268":5,"27":28,"273":68,"276":62,"279":5,"28":527,"281":1,"282":29,"291":9,"292":71,"30":12,"302":10,"306":2,"31":52,"314":2,"32":12,"33":22,"34":35,"347":2,"35":48,"352":309,"36":74,"37":63,"38":282,"380":3,"381":42,"383":9,"39":29,"391":10,"396":4,"397":7,"40":51,"409":33,"41":42,"414":36,"415":29,"419":4,"42":14,"43":30,"430":20,"433":2,"434":1,"44":18,"45":22,"46":155,"48":25,"49":15,"5":545,"51":18,"52":21,"53":46,"56":14,"570":4,"6":430,"63":37,"7":397,"79":31,"8":105,"80":9,"9":472,"all_client":54622,"all_tv_clinet":9627,"insert_time":"2014-08-23T00:38:49.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45294,"10":12,"107":270,"11":228,"12":252,"13":258,"14":126,"15":108,"155":20,"156":8,"158":13,"159":26,"16":119,"160":12,"161":130,"167":30,"168":2,"17":150,"18":613,"19":374,"20":139,"209":24,"21":242,"210":17,"211":1,"214":12,"215":108,"221":165,"223":252,"224":17,"225":217,"23":283,"24":761,"25":116,"257":51,"26":82,"268":5,"27":29,"273":66,"276":62,"279":5,"28":503,"281":1,"282":30,"291":9,"292":67,"30":7,"302":10,"306":2,"31":50,"314":3,"32":12,"33":22,"34":33,"347":2,"35":48,"352":315,"36":70,"37":58,"38":284,"380":3,"381":42,"383":9,"39":27,"391":10,"396":2,"397":7,"40":50,"409":35,"41":49,"414":37,"415":29,"419":4,"42":14,"426":1,"43":35,"430":18,"433":2,"434":1,"44":18,"45":22,"46":152,"48":24,"49":16,"5":531,"51":17,"52":23,"53":54,"56":15,"570":4,"6":431,"63":38,"7":402,"79":33,"8":109,"80":9,"9":469,"all_client":54967,"all_tv_clinet":9673,"insert_time":"2014-08-23T00:39:49.668Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45634,"10":9,"107":279,"11":221,"12":253,"13":264,"14":130,"15":114,"155":20,"156":7,"158":12,"159":27,"16":114,"160":12,"161":133,"167":28,"168":2,"17":144,"18":612,"19":362,"20":139,"209":21,"21":248,"210":18,"211":1,"214":11,"215":104,"221":174,"223":249,"224":16,"225":216,"23":292,"24":783,"25":117,"257":48,"26":88,"268":5,"27":25,"273":76,"276":61,"279":5,"28":493,"281":1,"282":28,"291":8,"292":71,"30":9,"302":10,"306":2,"31":47,"314":3,"32":10,"33":21,"34":32,"347":2,"35":52,"352":324,"36":72,"37":59,"38":277,"380":2,"381":43,"383":12,"39":26,"391":10,"396":2,"397":8,"40":53,"409":35,"41":54,"414":37,"415":27,"419":5,"42":12,"426":1,"43":38,"430":17,"433":2,"434":1,"44":18,"45":22,"46":145,"48":23,"49":20,"5":530,"51":16,"52":24,"53":58,"56":16,"570":4,"6":436,"63":39,"7":406,"79":34,"8":114,"80":8,"9":475,"all_client":55368,"all_tv_clinet":9734,"insert_time":"2014-08-23T00:40:50.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45978,"10":9,"107":285,"11":212,"12":253,"13":277,"14":131,"15":107,"155":20,"156":7,"158":13,"159":27,"16":110,"160":13,"161":132,"167":27,"168":2,"17":140,"18":619,"19":347,"20":143,"209":19,"21":248,"210":18,"211":1,"214":11,"215":104,"221":169,"223":250,"224":15,"225":216,"23":296,"24":796,"25":117,"257":53,"26":91,"268":4,"27":25,"273":77,"276":64,"279":4,"28":479,"281":1,"282":28,"291":8,"292":80,"30":10,"302":10,"306":2,"31":44,"314":3,"32":11,"33":21,"34":32,"347":2,"35":49,"352":324,"36":71,"37":59,"38":279,"380":2,"381":44,"383":14,"39":28,"391":11,"396":1,"397":8,"40":56,"409":35,"41":60,"414":33,"415":24,"419":5,"42":14,"426":2,"43":37,"430":16,"433":2,"434":1,"44":18,"45":20,"46":142,"48":22,"49":19,"5":520,"51":16,"52":29,"53":61,"56":15,"570":4,"6":446,"63":39,"7":407,"79":35,"8":114,"80":8,"9":483,"all_client":55734,"all_tv_clinet":9756,"insert_time":"2014-08-23T00:41:50.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46315,"10":8,"107":290,"11":192,"12":251,"13":283,"14":133,"15":101,"155":21,"156":6,"158":14,"159":27,"16":101,"160":13,"161":132,"167":25,"168":2,"17":140,"18":636,"19":341,"20":145,"209":22,"21":253,"210":19,"211":1,"214":11,"215":106,"221":176,"223":247,"224":16,"225":219,"23":296,"24":813,"25":119,"257":52,"26":97,"268":4,"27":26,"273":76,"276":65,"279":6,"28":463,"281":2,"282":25,"291":8,"292":85,"30":12,"302":9,"306":1,"31":41,"314":4,"32":13,"33":20,"34":32,"347":2,"35":46,"352":324,"36":67,"37":56,"38":285,"380":3,"381":46,"383":14,"39":32,"391":12,"396":1,"397":9,"40":57,"409":33,"41":64,"414":32,"415":26,"419":6,"42":13,"426":1,"43":37,"430":17,"433":2,"434":1,"44":17,"45":21,"46":141,"48":26,"49":22,"5":521,"51":15,"52":30,"53":66,"56":15,"570":4,"6":451,"63":39,"7":422,"79":35,"8":116,"80":9,"9":488,"all_client":56139,"all_tv_clinet":9824,"insert_time":"2014-08-23T00:42:51.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46647,"10":9,"107":301,"11":188,"12":242,"13":287,"14":137,"15":87,"155":21,"156":5,"158":13,"159":29,"16":97,"160":13,"161":135,"167":26,"168":2,"17":146,"18":665,"19":326,"20":143,"209":22,"21":267,"210":16,"211":1,"214":13,"215":105,"221":179,"223":250,"224":16,"225":219,"23":299,"24":834,"25":125,"257":52,"26":105,"268":4,"27":26,"273":71,"276":67,"279":6,"28":452,"281":2,"282":26,"291":9,"292":90,"30":12,"302":9,"306":1,"31":40,"314":4,"32":14,"33":22,"34":31,"347":2,"35":46,"352":324,"36":70,"37":57,"38":278,"380":3,"381":46,"383":16,"39":36,"391":13,"396":1,"397":9,"40":57,"409":31,"41":67,"414":32,"415":25,"419":5,"42":14,"426":2,"43":39,"430":18,"433":2,"434":2,"44":19,"45":22,"46":140,"48":25,"49":23,"5":516,"51":14,"52":29,"53":66,"56":15,"570":2,"6":442,"63":39,"7":440,"79":36,"8":123,"80":9,"9":502,"all_client":56565,"all_tv_clinet":9918,"insert_time":"2014-08-23T00:43:51.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46907,"10":9,"107":285,"11":180,"12":218,"13":292,"14":143,"15":74,"155":19,"156":6,"158":13,"159":29,"16":99,"160":12,"161":131,"167":28,"168":2,"17":151,"18":679,"19":322,"20":142,"209":23,"21":272,"210":16,"211":1,"214":13,"215":106,"221":178,"223":252,"224":20,"225":220,"23":300,"24":870,"25":127,"257":50,"26":111,"268":4,"27":23,"273":66,"276":67,"279":6,"28":434,"281":2,"282":26,"291":10,"292":93,"30":12,"302":9,"306":1,"31":41,"314":4,"32":14,"33":20,"34":34,"347":3,"35":49,"352":335,"36":72,"37":59,"38":272,"380":4,"381":44,"383":15,"39":37,"391":11,"396":1,"397":9,"40":59,"409":26,"41":71,"414":29,"415":27,"419":9,"42":15,"426":2,"43":45,"430":17,"433":2,"434":2,"44":22,"45":24,"46":143,"48":25,"49":22,"5":514,"51":17,"52":28,"53":66,"56":16,"570":2,"6":435,"63":40,"7":453,"79":34,"8":121,"80":10,"9":522,"all_client":56875,"all_tv_clinet":9968,"insert_time":"2014-08-23T00:44:51.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47179,"10":12,"107":291,"11":175,"12":193,"13":296,"14":145,"15":74,"155":19,"156":7,"158":13,"159":34,"16":101,"160":12,"161":134,"167":30,"168":2,"17":157,"18":685,"19":321,"20":138,"209":25,"21":265,"210":15,"211":1,"214":12,"215":103,"221":181,"223":261,"224":25,"225":217,"23":303,"24":877,"25":134,"257":53,"26":121,"268":4,"27":21,"273":64,"276":65,"279":6,"28":423,"281":2,"282":26,"291":10,"292":95,"30":12,"302":8,"306":1,"31":43,"314":4,"32":12,"33":17,"34":39,"347":3,"35":51,"352":338,"36":70,"37":59,"38":265,"380":4,"381":42,"383":17,"39":41,"391":10,"396":1,"397":9,"40":63,"409":29,"41":73,"414":26,"415":27,"419":8,"42":13,"426":2,"43":46,"430":16,"433":2,"434":2,"44":21,"45":25,"46":143,"48":23,"49":21,"5":537,"51":18,"52":31,"53":68,"56":15,"570":1,"6":420,"63":40,"7":474,"79":35,"8":116,"80":10,"9":539,"all_client":57217,"all_tv_clinet":10038,"insert_time":"2014-08-23T00:45:52.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47497,"10":15,"107":292,"11":173,"12":168,"13":302,"14":143,"15":74,"155":20,"156":7,"158":12,"159":33,"16":107,"160":13,"161":142,"167":31,"168":3,"17":162,"18":694,"19":320,"20":148,"209":26,"21":260,"210":15,"211":1,"214":13,"215":105,"221":187,"223":269,"224":30,"225":223,"23":302,"24":877,"25":134,"257":54,"26":124,"268":5,"27":23,"273":62,"276":65,"279":6,"28":416,"281":2,"282":30,"291":8,"292":97,"30":13,"302":8,"306":1,"31":44,"314":4,"32":14,"33":15,"34":44,"347":3,"35":51,"352":337,"36":73,"37":57,"38":271,"380":4,"381":40,"383":18,"39":39,"391":12,"396":1,"397":8,"40":63,"409":31,"41":70,"414":22,"415":29,"419":8,"42":17,"426":2,"43":42,"430":13,"433":1,"434":1,"44":20,"45":21,"46":151,"48":26,"49":23,"5":551,"51":21,"52":34,"53":62,"56":17,"570":2,"6":413,"63":40,"7":484,"79":37,"8":111,"80":11,"9":552,"all_client":57622,"all_tv_clinet":10125,"insert_time":"2014-08-23T00:46:52.969Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47896,"10":18,"107":293,"11":172,"12":160,"13":321,"14":131,"15":74,"155":20,"156":5,"158":13,"159":32,"16":108,"160":15,"161":167,"167":32,"168":3,"17":164,"18":705,"19":335,"20":156,"209":27,"21":259,"210":15,"211":1,"214":11,"215":105,"221":194,"223":281,"224":36,"225":223,"23":297,"24":863,"25":142,"257":50,"26":123,"268":4,"27":22,"273":58,"276":64,"279":6,"28":408,"281":2,"282":28,"291":7,"292":101,"30":12,"302":6,"306":1,"31":40,"314":4,"32":14,"33":13,"34":48,"347":4,"35":49,"352":337,"36":74,"37":55,"38":267,"380":3,"381":38,"383":19,"39":38,"391":13,"396":1,"397":7,"40":63,"409":38,"41":74,"414":19,"415":29,"419":6,"42":15,"426":2,"43":43,"430":10,"433":1,"434":1,"44":20,"45":22,"46":156,"48":28,"49":24,"5":554,"51":21,"52":32,"53":59,"56":17,"570":2,"6":403,"63":41,"7":476,"79":41,"8":109,"80":12,"9":557,"all_client":58065,"all_tv_clinet":10169,"insert_time":"2014-08-23T00:47:53.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48275,"10":16,"107":287,"11":168,"12":159,"13":333,"14":120,"15":73,"155":18,"156":5,"158":15,"159":31,"16":104,"160":16,"161":171,"167":32,"168":3,"17":167,"18":719,"19":349,"20":166,"209":26,"21":258,"210":14,"211":1,"214":11,"215":100,"221":197,"223":285,"224":46,"225":219,"23":300,"24":875,"25":145,"257":53,"26":127,"268":4,"27":24,"273":59,"276":62,"279":5,"28":392,"281":2,"282":30,"291":7,"292":103,"30":14,"302":8,"306":2,"31":35,"314":5,"32":16,"33":14,"34":53,"347":4,"35":50,"352":350,"36":78,"37":50,"38":263,"380":3,"381":38,"383":19,"39":33,"391":12,"396":1,"397":8,"40":65,"409":40,"41":71,"414":18,"415":29,"419":6,"42":14,"426":2,"43":40,"430":10,"433":1,"434":1,"44":23,"45":26,"46":159,"48":29,"49":25,"5":562,"51":23,"52":25,"53":52,"56":18,"570":2,"6":401,"63":39,"7":452,"79":42,"8":109,"80":13,"9":578,"all_client":58503,"all_tv_clinet":10228,"insert_time":"2014-08-23T00:48:53.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48600,"10":20,"107":290,"11":170,"12":160,"13":337,"14":113,"15":72,"155":16,"156":4,"158":13,"159":29,"16":100,"160":15,"161":170,"167":30,"168":3,"17":178,"18":724,"19":359,"20":172,"209":26,"21":277,"210":15,"211":1,"214":12,"215":101,"221":195,"223":298,"224":46,"225":222,"23":306,"24":893,"25":141,"257":54,"26":133,"268":4,"27":21,"273":61,"276":60,"279":5,"28":386,"281":2,"282":35,"291":7,"292":106,"30":14,"302":9,"306":3,"31":35,"314":6,"32":14,"33":13,"34":56,"347":4,"35":45,"352":348,"36":73,"37":45,"38":264,"380":3,"381":42,"383":19,"39":33,"391":11,"396":1,"397":9,"40":68,"409":39,"41":75,"414":16,"415":27,"419":5,"42":15,"426":2,"43":40,"430":10,"433":1,"434":1,"44":24,"45":26,"46":163,"48":30,"49":25,"5":572,"51":22,"52":23,"53":46,"56":18,"570":3,"6":408,"63":40,"7":424,"79":42,"8":112,"80":14,"9":581,"all_client":58901,"all_tv_clinet":10301,"insert_time":"2014-08-23T00:49:54.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48989,"10":20,"107":290,"11":173,"12":169,"13":346,"14":114,"15":73,"155":15,"156":4,"158":14,"159":29,"16":100,"160":16,"161":176,"167":30,"168":3,"17":178,"18":738,"19":356,"20":175,"209":24,"21":279,"210":14,"211":1,"214":13,"215":90,"221":200,"223":297,"224":50,"225":217,"23":305,"24":880,"25":145,"257":59,"26":138,"268":4,"27":20,"273":59,"276":58,"279":3,"28":383,"281":1,"282":34,"291":7,"292":109,"30":16,"302":9,"306":3,"31":36,"314":6,"32":14,"33":14,"34":56,"347":7,"35":45,"352":354,"36":79,"37":41,"38":265,"380":3,"381":49,"383":18,"39":34,"391":11,"396":1,"397":9,"40":72,"409":40,"41":78,"414":15,"415":24,"419":6,"42":14,"426":1,"43":38,"430":11,"433":1,"434":1,"44":26,"45":26,"46":166,"48":29,"49":26,"5":580,"51":23,"52":20,"53":43,"56":18,"570":3,"6":408,"63":41,"7":394,"79":46,"8":111,"80":15,"9":587,"all_client":59331,"all_tv_clinet":10342,"insert_time":"2014-08-23T00:50:54.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49401,"10":20,"107":311,"11":172,"12":188,"13":345,"14":115,"15":73,"155":14,"156":4,"158":14,"159":25,"16":105,"160":16,"161":180,"167":32,"168":3,"17":186,"18":731,"19":363,"20":178,"209":20,"21":278,"210":13,"211":1,"214":13,"215":84,"221":202,"223":308,"224":50,"225":222,"23":305,"24":862,"25":144,"257":61,"26":150,"268":4,"27":18,"273":63,"276":59,"279":3,"28":377,"281":1,"282":36,"291":8,"292":108,"30":19,"302":8,"306":3,"31":38,"314":7,"32":15,"33":13,"34":58,"347":6,"35":47,"352":350,"36":81,"37":36,"38":263,"380":4,"381":50,"383":20,"39":36,"391":11,"396":1,"397":9,"40":67,"409":44,"41":77,"414":15,"415":23,"419":6,"42":17,"426":2,"43":39,"430":8,"433":1,"44":26,"45":25,"46":172,"48":30,"49":26,"5":575,"51":25,"52":18,"53":43,"56":21,"570":4,"6":415,"63":42,"7":374,"79":45,"8":108,"80":15,"9":580,"all_client":59784,"all_tv_clinet":10383,"insert_time":"2014-08-23T00:51:55.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49751,"10":19,"107":317,"11":170,"12":196,"13":351,"14":114,"15":72,"155":14,"156":5,"158":15,"159":22,"16":103,"160":16,"161":188,"167":32,"168":3,"17":181,"18":752,"19":364,"20":167,"209":22,"21":277,"210":14,"211":1,"214":12,"215":86,"221":201,"223":308,"224":50,"225":219,"23":305,"24":855,"25":142,"257":64,"26":159,"268":4,"27":21,"273":66,"276":59,"279":3,"28":363,"281":2,"282":31,"291":8,"292":102,"30":22,"302":8,"306":3,"31":36,"314":8,"32":13,"33":17,"34":62,"347":6,"35":51,"352":357,"36":83,"37":32,"38":276,"380":4,"381":47,"383":22,"39":40,"391":12,"396":1,"397":10,"40":67,"409":47,"41":76,"414":11,"415":26,"419":7,"42":17,"426":4,"43":41,"430":10,"433":1,"44":30,"45":23,"46":182,"48":34,"49":26,"5":565,"51":26,"52":16,"53":40,"56":24,"570":5,"6":410,"63":41,"7":367,"79":47,"8":109,"80":15,"9":565,"all_client":60168,"all_tv_clinet":10417,"insert_time":"2014-08-23T00:52:55.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50078,"10":19,"107":326,"11":170,"12":192,"13":358,"14":119,"15":72,"155":15,"156":5,"158":16,"159":20,"16":107,"160":17,"161":183,"167":32,"168":2,"17":179,"18":745,"19":365,"20":165,"209":24,"21":290,"210":15,"211":1,"214":11,"215":86,"221":194,"223":323,"224":54,"225":213,"23":307,"24":867,"25":146,"257":66,"26":165,"268":4,"27":20,"273":71,"276":58,"279":4,"28":361,"281":2,"282":30,"291":8,"292":93,"30":23,"302":7,"306":3,"31":31,"314":8,"32":16,"33":17,"34":66,"347":5,"35":53,"352":367,"36":82,"37":27,"38":273,"380":3,"381":49,"383":24,"39":33,"391":14,"396":2,"397":10,"40":66,"409":49,"41":74,"414":12,"415":27,"419":4,"42":17,"426":5,"43":40,"430":10,"433":1,"44":31,"45":22,"46":182,"48":33,"49":28,"5":565,"51":25,"52":15,"53":36,"56":26,"570":5,"6":399,"63":40,"7":361,"79":47,"8":113,"80":15,"9":557,"all_client":60516,"all_tv_clinet":10438,"insert_time":"2014-08-23T00:53:56.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50450,"10":18,"107":333,"11":167,"12":191,"13":362,"14":121,"15":77,"155":14,"156":5,"158":15,"159":20,"16":112,"160":21,"161":187,"167":31,"168":2,"17":158,"18":772,"19":366,"20":156,"209":26,"21":294,"210":15,"211":3,"214":12,"215":84,"221":191,"223":340,"224":60,"225":207,"23":307,"24":868,"25":146,"257":67,"26":173,"268":5,"27":21,"273":70,"276":56,"279":5,"28":357,"281":2,"282":24,"291":10,"292":91,"30":24,"302":6,"306":3,"31":29,"314":8,"32":18,"33":18,"34":72,"347":6,"35":56,"352":368,"36":83,"37":28,"38":283,"380":3,"381":48,"383":26,"39":34,"391":14,"396":2,"397":10,"40":68,"409":50,"41":69,"414":14,"415":26,"419":5,"42":15,"426":6,"43":43,"430":9,"433":1,"44":32,"45":21,"46":180,"48":32,"49":29,"5":569,"51":24,"52":12,"53":31,"56":26,"570":5,"6":388,"63":38,"7":364,"79":49,"8":116,"80":15,"9":553,"all_client":60941,"all_tv_clinet":10491,"insert_time":"2014-08-23T00:54:57.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50817,"10":19,"107":336,"11":169,"12":194,"13":366,"14":117,"15":83,"155":16,"156":5,"158":14,"159":17,"16":112,"160":21,"161":183,"167":30,"168":2,"17":150,"18":776,"19":375,"20":153,"209":25,"21":300,"210":17,"211":3,"214":13,"215":81,"221":187,"223":362,"224":64,"225":208,"23":319,"24":846,"25":143,"257":68,"26":180,"268":5,"27":22,"273":67,"276":53,"279":5,"28":351,"281":2,"282":23,"291":11,"292":96,"30":24,"302":7,"306":2,"31":26,"314":8,"32":18,"33":21,"34":67,"347":8,"35":60,"352":375,"36":84,"37":29,"38":287,"380":3,"381":49,"383":24,"39":30,"391":15,"396":2,"397":8,"40":68,"409":49,"41":70,"414":18,"415":32,"419":5,"42":15,"426":5,"43":44,"430":8,"433":1,"44":33,"45":22,"46":181,"48":34,"49":28,"5":566,"51":24,"52":18,"53":31,"56":22,"570":5,"6":371,"63":35,"7":363,"79":48,"8":119,"80":16,"9":554,"all_client":61338,"all_tv_clinet":10521,"insert_time":"2014-08-23T00:55:57.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51195,"10":19,"107":334,"11":175,"12":192,"13":371,"14":114,"15":86,"155":16,"156":7,"158":14,"159":16,"16":110,"160":22,"161":174,"167":32,"168":3,"17":143,"18":781,"19":378,"20":151,"209":26,"21":314,"210":15,"211":3,"214":15,"215":75,"221":188,"223":389,"224":62,"225":206,"23":320,"24":856,"25":141,"257":71,"26":185,"268":5,"27":22,"273":68,"276":52,"279":5,"28":347,"281":2,"282":22,"291":11,"292":96,"30":26,"302":7,"306":2,"31":29,"314":7,"32":19,"33":24,"34":67,"347":6,"35":58,"352":387,"36":80,"37":32,"38":300,"380":2,"381":50,"383":25,"39":30,"391":15,"396":1,"397":8,"40":66,"409":49,"41":67,"414":20,"415":31,"419":7,"42":18,"426":4,"43":42,"430":7,"433":1,"44":32,"45":22,"46":183,"48":34,"49":29,"5":547,"51":24,"52":22,"53":29,"56":19,"570":3,"6":360,"63":34,"7":362,"79":50,"8":129,"80":15,"9":538,"all_client":61748,"all_tv_clinet":10553,"insert_time":"2014-08-23T00:56:58.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51574,"10":18,"107":325,"11":175,"12":200,"13":384,"14":108,"15":94,"155":19,"156":8,"158":14,"159":17,"16":113,"160":20,"161":169,"167":32,"168":3,"17":149,"18":760,"19":388,"20":151,"209":25,"21":324,"210":18,"211":2,"214":15,"215":68,"221":193,"223":403,"224":63,"225":204,"23":319,"24":858,"25":138,"257":71,"26":189,"268":5,"27":23,"273":65,"276":52,"279":7,"28":357,"281":2,"282":21,"291":12,"292":102,"30":28,"302":7,"306":2,"31":25,"314":5,"32":20,"33":27,"34":66,"347":6,"35":55,"352":403,"36":80,"37":35,"38":306,"380":1,"381":51,"383":26,"39":30,"391":16,"396":1,"397":8,"40":61,"409":40,"41":67,"414":19,"415":30,"419":12,"42":18,"426":4,"43":48,"430":8,"433":1,"44":32,"45":21,"46":187,"48":38,"49":29,"5":562,"51":21,"52":23,"53":26,"56":18,"570":3,"6":349,"63":34,"7":364,"79":50,"8":132,"80":14,"9":518,"all_client":62184,"all_tv_clinet":10610,"insert_time":"2014-08-23T00:57:58.609Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51996,"10":19,"107":327,"11":181,"12":205,"13":391,"14":104,"15":95,"155":19,"156":10,"158":13,"159":17,"16":120,"160":18,"161":161,"167":34,"168":3,"17":152,"18":754,"19":404,"20":146,"209":25,"21":347,"210":17,"211":2,"214":15,"215":67,"221":200,"223":409,"224":63,"225":215,"23":315,"24":881,"25":134,"257":72,"26":189,"268":5,"27":24,"273":57,"276":51,"279":7,"28":356,"281":1,"282":24,"291":13,"292":105,"30":27,"302":6,"306":3,"31":29,"314":6,"32":20,"33":27,"34":64,"347":6,"35":53,"352":393,"36":74,"37":41,"38":306,"380":1,"381":49,"383":24,"39":32,"391":15,"397":8,"40":58,"409":39,"41":66,"414":20,"415":32,"419":15,"42":18,"426":4,"43":50,"430":8,"433":2,"44":31,"45":24,"46":190,"48":36,"49":30,"5":549,"51":21,"52":21,"53":28,"56":21,"570":2,"6":334,"63":34,"7":376,"79":48,"8":143,"80":11,"9":507,"all_client":62665,"all_tv_clinet":10669,"insert_time":"2014-08-23T00:58:59.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52365,"10":19,"107":330,"11":180,"12":217,"13":401,"14":107,"15":97,"155":19,"156":11,"158":12,"159":16,"16":118,"160":16,"161":153,"167":34,"168":3,"17":162,"18":749,"19":416,"20":139,"209":26,"21":363,"210":17,"211":2,"214":14,"215":62,"221":196,"223":429,"224":68,"225":220,"23":313,"24":886,"25":123,"257":69,"26":200,"268":4,"27":25,"273":59,"276":52,"279":7,"28":352,"281":1,"282":23,"291":14,"292":107,"30":25,"302":6,"306":3,"31":26,"314":7,"32":20,"33":29,"34":64,"347":6,"35":53,"352":377,"36":71,"37":42,"38":314,"380":1,"381":47,"383":24,"39":30,"391":15,"396":1,"397":9,"40":51,"409":40,"41":61,"414":22,"415":36,"419":14,"42":17,"426":4,"43":49,"430":8,"433":2,"44":30,"45":28,"46":195,"48":37,"49":30,"5":552,"51":22,"52":26,"53":30,"56":23,"570":2,"6":324,"63":32,"7":382,"79":50,"8":152,"80":10,"9":478,"all_client":63073,"all_tv_clinet":10708,"insert_time":"2014-08-23T00:59:59.630Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52750,"10":22,"107":336,"11":190,"12":213,"13":401,"14":107,"15":104,"155":18,"156":11,"158":13,"159":13,"16":119,"160":15,"161":149,"167":34,"168":2,"17":170,"18":751,"19":430,"20":133,"209":27,"21":368,"210":16,"211":2,"214":16,"215":59,"221":195,"223":445,"224":68,"225":231,"23":306,"24":869,"25":122,"257":67,"26":198,"268":4,"27":26,"273":56,"276":50,"279":8,"28":355,"281":2,"282":22,"291":14,"292":109,"30":22,"302":6,"306":3,"31":31,"314":7,"32":18,"33":28,"34":58,"347":7,"35":54,"352":386,"36":72,"37":46,"38":329,"380":1,"381":46,"383":24,"39":30,"391":15,"396":1,"397":11,"40":51,"409":51,"41":55,"414":24,"415":40,"419":9,"42":18,"426":4,"43":51,"430":7,"433":2,"44":30,"45":28,"46":202,"48":37,"49":26,"5":554,"51":24,"52":24,"53":33,"56":23,"570":2,"6":312,"63":31,"7":390,"79":49,"8":158,"80":10,"9":451,"all_client":63507,"all_tv_clinet":10757,"insert_time":"2014-08-23T01:01:00.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53153,"10":22,"107":329,"11":193,"12":215,"13":405,"14":116,"15":110,"155":19,"156":12,"158":13,"159":12,"16":127,"160":16,"161":149,"167":32,"168":2,"17":173,"18":740,"19":448,"20":130,"209":28,"21":374,"210":14,"211":2,"214":18,"215":56,"221":195,"223":470,"224":68,"225":225,"23":295,"24":862,"25":124,"257":63,"26":201,"268":5,"27":23,"273":57,"276":48,"279":9,"28":360,"281":2,"282":17,"291":15,"292":111,"30":21,"302":6,"306":4,"31":27,"314":5,"32":17,"33":25,"34":59,"347":8,"35":56,"352":390,"36":71,"37":47,"38":328,"380":1,"381":48,"383":24,"39":31,"391":16,"396":1,"397":11,"40":49,"409":52,"41":56,"414":24,"415":41,"419":7,"42":18,"426":4,"43":49,"430":7,"433":2,"44":32,"45":28,"46":203,"48":38,"49":24,"5":575,"51":25,"52":23,"53":30,"56":24,"570":2,"6":303,"63":32,"7":397,"79":48,"8":162,"80":10,"9":427,"all_client":63946,"all_tv_clinet":10793,"insert_time":"2014-08-23T01:02:00.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53591,"10":21,"107":336,"11":198,"12":220,"13":411,"14":111,"15":114,"155":19,"156":12,"158":13,"159":13,"16":124,"160":17,"161":157,"167":37,"168":1,"17":172,"18":726,"19":463,"20":128,"209":28,"21":382,"210":13,"211":2,"214":16,"215":60,"221":201,"223":471,"224":68,"225":240,"23":288,"24":851,"25":122,"257":60,"26":204,"268":6,"27":22,"273":56,"276":48,"279":10,"28":356,"281":2,"282":17,"291":15,"292":115,"30":21,"302":6,"306":4,"31":25,"314":5,"32":17,"33":20,"34":59,"347":10,"35":64,"352":389,"36":77,"37":49,"38":326,"380":1,"381":47,"383":25,"39":31,"391":16,"396":2,"397":11,"40":47,"409":52,"41":51,"414":27,"415":46,"419":6,"42":18,"426":5,"43":50,"430":6,"433":2,"44":32,"45":28,"46":207,"48":43,"49":23,"5":590,"51":24,"52":20,"53":26,"56":27,"570":2,"6":286,"63":31,"7":398,"79":46,"8":168,"80":9,"9":424,"all_client":64436,"all_tv_clinet":10845,"insert_time":"2014-08-23T01:03:01.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53999,"10":21,"107":351,"11":202,"12":231,"13":404,"14":120,"15":117,"155":19,"156":14,"158":17,"159":12,"16":124,"160":16,"161":155,"167":38,"168":1,"17":172,"18":705,"19":479,"20":124,"209":29,"21":384,"210":12,"211":2,"214":16,"215":64,"221":201,"223":476,"224":63,"225":247,"23":291,"24":859,"25":122,"257":62,"26":207,"268":5,"27":21,"273":54,"276":43,"279":9,"28":356,"281":2,"282":17,"291":16,"292":112,"30":20,"302":6,"306":4,"31":26,"314":5,"32":18,"33":19,"34":57,"347":9,"35":68,"352":393,"36":75,"37":50,"38":330,"380":1,"381":51,"383":25,"39":33,"391":16,"396":2,"397":11,"40":46,"409":50,"41":49,"414":27,"415":43,"419":8,"42":20,"426":5,"43":53,"430":6,"433":2,"44":34,"45":29,"46":204,"48":48,"49":25,"5":595,"51":24,"52":22,"53":27,"56":27,"570":2,"6":265,"63":27,"7":401,"79":50,"8":171,"80":9,"9":412,"all_client":64891,"all_tv_clinet":10892,"insert_time":"2014-08-23T01:04:01.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54391,"10":20,"107":351,"11":210,"12":238,"13":395,"14":121,"15":121,"155":21,"156":14,"158":19,"159":12,"16":120,"160":16,"161":164,"167":38,"168":1,"17":169,"18":682,"19":481,"20":121,"209":28,"21":392,"210":13,"211":2,"214":17,"215":65,"221":202,"223":466,"224":63,"225":258,"23":295,"24":857,"25":123,"257":59,"26":214,"268":5,"27":19,"273":56,"276":44,"279":9,"28":357,"281":3,"282":18,"291":16,"292":108,"30":18,"302":6,"306":4,"31":26,"314":5,"32":17,"33":18,"34":52,"347":10,"35":73,"352":406,"36":82,"37":49,"38":337,"380":1,"381":53,"383":27,"39":36,"391":18,"396":2,"397":11,"40":47,"409":49,"41":46,"414":26,"415":43,"419":10,"42":21,"426":4,"43":52,"430":7,"433":2,"44":38,"45":33,"46":194,"48":48,"49":26,"5":611,"51":25,"52":24,"53":30,"56":26,"570":2,"6":254,"63":28,"7":409,"79":50,"8":182,"80":10,"9":401,"all_client":65343,"all_tv_clinet":10952,"insert_time":"2014-08-23T01:05:02.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54762,"10":20,"107":356,"11":213,"12":238,"13":384,"14":123,"15":127,"155":22,"156":14,"158":20,"159":12,"16":122,"160":18,"161":168,"167":40,"168":1,"17":171,"18":679,"19":484,"20":120,"209":28,"21":397,"210":12,"211":2,"214":19,"215":67,"221":203,"223":470,"224":67,"225":262,"23":294,"24":852,"25":121,"257":59,"26":210,"268":4,"27":20,"273":56,"276":43,"279":9,"28":366,"281":4,"282":15,"291":16,"292":96,"30":20,"302":7,"306":4,"31":26,"314":6,"32":17,"33":15,"34":52,"347":13,"35":78,"352":407,"36":81,"37":50,"38":345,"380":1,"381":52,"383":27,"39":40,"391":19,"396":2,"397":12,"40":47,"409":51,"41":49,"414":28,"415":49,"419":11,"42":24,"426":4,"43":53,"430":7,"433":2,"44":37,"45":32,"46":173,"48":48,"49":27,"5":624,"51":25,"52":23,"53":29,"56":23,"570":2,"6":243,"63":30,"7":421,"79":50,"8":199,"80":10,"9":394,"all_client":65775,"all_tv_clinet":11013,"insert_time":"2014-08-23T01:06:02.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55132,"10":19,"107":363,"11":214,"12":245,"13":376,"14":125,"15":132,"155":22,"156":13,"158":24,"159":13,"16":125,"160":20,"161":165,"167":36,"168":1,"17":162,"18":677,"19":482,"20":112,"209":32,"21":412,"210":14,"211":1,"214":19,"215":65,"221":208,"223":484,"224":68,"225":268,"23":297,"24":859,"25":125,"257":61,"26":213,"268":3,"27":22,"273":57,"276":44,"279":10,"28":360,"281":5,"282":15,"291":15,"292":91,"30":19,"302":7,"306":4,"31":22,"314":6,"32":15,"33":17,"34":57,"347":14,"35":81,"352":406,"36":85,"37":49,"38":368,"380":1,"381":54,"383":28,"39":43,"391":21,"396":2,"397":13,"40":47,"409":56,"41":54,"414":28,"415":51,"419":8,"42":23,"426":3,"43":57,"430":6,"433":2,"44":34,"45":34,"46":169,"48":46,"49":22,"5":614,"51":31,"52":24,"53":27,"56":24,"570":1,"6":246,"63":30,"7":432,"79":49,"8":210,"80":10,"9":375,"all_client":66231,"all_tv_clinet":11099,"insert_time":"2014-08-23T01:07:03.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55536,"10":16,"107":370,"11":217,"12":240,"13":370,"14":135,"15":139,"155":21,"156":13,"158":27,"159":14,"16":118,"160":21,"161":170,"167":36,"17":162,"18":665,"19":483,"20":112,"209":33,"21":413,"210":13,"211":2,"214":18,"215":66,"221":206,"223":478,"224":72,"225":276,"23":290,"24":864,"25":127,"257":64,"26":217,"268":4,"27":21,"273":57,"276":45,"279":11,"28":363,"281":7,"282":15,"291":14,"292":86,"30":21,"302":6,"306":4,"31":23,"314":6,"32":16,"33":17,"34":57,"347":15,"35":80,"352":415,"36":77,"37":47,"38":378,"380":1,"381":53,"383":28,"39":44,"391":22,"396":1,"397":13,"40":46,"409":62,"41":55,"414":29,"415":46,"419":7,"42":21,"426":2,"43":58,"430":6,"433":2,"44":27,"45":36,"46":160,"48":42,"49":22,"5":614,"51":36,"52":25,"53":22,"56":24,"570":1,"6":242,"63":29,"7":436,"79":48,"8":217,"80":11,"9":365,"all_client":66642,"all_tv_clinet":11106,"insert_time":"2014-08-23T01:08:03.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55869,"10":13,"107":377,"11":227,"12":224,"13":359,"14":142,"15":152,"155":21,"156":14,"158":28,"159":13,"16":119,"160":20,"161":174,"167":33,"17":161,"18":666,"19":477,"20":109,"209":35,"21":417,"210":17,"211":2,"214":19,"215":69,"221":212,"223":476,"224":66,"225":277,"23":278,"24":869,"25":126,"257":62,"26":209,"268":6,"27":20,"273":60,"276":49,"279":10,"28":363,"281":8,"282":17,"291":14,"292":82,"30":21,"302":7,"306":3,"31":26,"314":6,"32":16,"33":17,"34":57,"347":16,"35":79,"352":425,"36":84,"37":48,"38":404,"380":1,"381":52,"383":27,"39":38,"391":20,"396":2,"397":13,"40":46,"409":55,"41":53,"414":29,"415":47,"419":8,"42":19,"426":2,"43":57,"430":7,"433":2,"44":26,"45":36,"46":158,"48":42,"49":22,"5":613,"51":42,"52":27,"53":25,"56":21,"6":247,"63":30,"7":445,"79":49,"8":222,"80":11,"9":360,"all_client":67024,"all_tv_clinet":11155,"insert_time":"2014-08-23T01:09:04.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56173,"10":15,"107":378,"11":249,"12":203,"13":358,"14":139,"15":152,"155":25,"156":14,"158":27,"159":15,"16":124,"160":18,"161":177,"167":32,"17":167,"18":673,"19":482,"20":111,"209":36,"21":419,"210":15,"211":3,"214":17,"215":72,"221":214,"223":482,"224":66,"225":281,"23":282,"24":897,"25":128,"257":60,"26":189,"268":6,"27":22,"273":60,"276":51,"279":9,"28":361,"281":7,"282":21,"291":14,"292":80,"30":21,"302":7,"306":2,"31":31,"314":3,"32":18,"33":18,"34":61,"347":16,"35":78,"352":429,"36":80,"37":50,"38":412,"380":1,"381":53,"383":28,"39":37,"391":18,"396":5,"397":13,"40":44,"409":50,"41":52,"414":31,"415":52,"419":9,"42":20,"426":2,"43":56,"430":7,"433":2,"434":1,"44":22,"45":34,"46":159,"48":39,"49":22,"5":622,"51":43,"52":24,"53":24,"56":21,"570":1,"6":242,"63":31,"7":450,"79":51,"8":220,"80":12,"9":356,"all_client":67404,"all_tv_clinet":11231,"insert_time":"2014-08-23T01:10:04.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56483,"10":14,"107":367,"11":253,"12":186,"13":349,"14":140,"15":152,"155":25,"156":13,"158":30,"159":15,"16":124,"160":17,"161":185,"167":32,"17":177,"18":663,"19":494,"20":108,"209":35,"21":426,"210":17,"211":3,"214":16,"215":75,"221":214,"223":490,"224":68,"225":283,"23":284,"24":906,"25":130,"257":58,"26":164,"268":6,"27":22,"273":59,"276":49,"279":9,"28":363,"281":8,"282":23,"291":13,"292":86,"30":22,"302":7,"306":2,"31":31,"314":3,"32":18,"33":19,"34":62,"347":17,"35":80,"352":428,"36":84,"37":50,"38":427,"380":1,"381":53,"383":27,"39":38,"391":16,"396":5,"397":13,"40":43,"409":47,"41":56,"414":31,"415":56,"419":10,"42":20,"426":2,"43":56,"430":7,"433":2,"434":1,"44":20,"45":33,"46":154,"48":40,"49":21,"5":630,"51":44,"52":26,"53":24,"56":19,"570":1,"6":247,"63":31,"7":457,"79":54,"8":224,"80":14,"9":347,"all_client":67754,"all_tv_clinet":11271,"insert_time":"2014-08-23T01:11:05.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56863,"10":15,"107":363,"11":260,"12":174,"13":347,"14":140,"15":154,"155":25,"156":14,"158":34,"159":14,"16":126,"160":17,"161":179,"167":30,"17":174,"18":653,"19":495,"20":110,"209":33,"21":437,"210":17,"211":3,"214":16,"215":76,"221":210,"223":497,"224":71,"225":290,"23":302,"24":901,"25":135,"257":54,"26":150,"268":7,"27":22,"273":58,"276":50,"279":11,"28":355,"281":8,"282":25,"291":14,"292":92,"30":23,"302":7,"306":2,"31":31,"314":4,"32":20,"33":20,"34":59,"347":16,"35":80,"352":432,"36":85,"37":48,"38":425,"380":1,"381":53,"383":26,"39":40,"391":14,"396":4,"397":14,"40":40,"409":51,"41":56,"414":31,"415":53,"419":10,"42":20,"426":1,"43":56,"430":7,"433":2,"434":1,"44":16,"45":29,"46":151,"48":37,"49":21,"5":636,"51":39,"52":26,"53":26,"56":19,"570":1,"6":251,"63":29,"7":464,"79":56,"8":227,"80":14,"9":339,"all_client":68134,"all_tv_clinet":11271,"insert_time":"2014-08-23T01:12:05.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57183,"10":14,"107":373,"11":277,"12":157,"13":354,"14":141,"15":152,"155":24,"156":15,"158":35,"159":11,"16":123,"160":18,"161":178,"167":27,"17":185,"18":651,"19":503,"20":111,"209":32,"21":435,"210":17,"211":3,"214":17,"215":76,"221":201,"223":499,"224":70,"225":292,"23":300,"24":921,"25":147,"257":52,"26":140,"268":7,"27":20,"273":60,"276":51,"279":11,"28":354,"281":8,"282":26,"291":13,"292":92,"30":24,"302":7,"306":3,"31":31,"314":3,"32":20,"33":22,"34":63,"347":17,"35":78,"352":432,"36":85,"37":45,"38":432,"380":1,"381":55,"383":28,"39":42,"391":14,"396":2,"397":14,"40":41,"409":53,"41":57,"414":32,"415":50,"419":9,"42":20,"426":1,"43":60,"430":7,"433":2,"434":1,"44":18,"45":27,"46":145,"48":43,"49":20,"5":635,"51":41,"52":27,"53":26,"56":18,"570":1,"6":251,"63":28,"7":476,"79":58,"8":232,"80":12,"9":330,"all_client":68515,"all_tv_clinet":11332,"insert_time":"2014-08-23T01:13:06.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57573,"10":16,"107":376,"11":292,"12":143,"13":355,"14":141,"15":160,"155":24,"156":16,"158":35,"159":12,"16":125,"160":20,"161":175,"167":26,"17":179,"18":654,"19":496,"20":111,"209":35,"21":454,"210":17,"211":3,"214":16,"215":75,"221":191,"223":489,"224":72,"225":297,"23":310,"24":932,"25":147,"257":54,"26":137,"268":8,"27":19,"273":59,"276":48,"279":11,"28":352,"281":7,"282":26,"291":13,"292":94,"30":21,"302":7,"306":3,"31":30,"314":3,"32":21,"33":21,"34":63,"347":17,"35":77,"352":430,"36":90,"37":47,"38":427,"380":1,"381":50,"383":29,"39":45,"391":12,"396":2,"397":14,"40":38,"409":58,"41":56,"414":33,"415":51,"419":7,"42":21,"426":1,"43":60,"430":7,"433":2,"434":1,"44":17,"45":24,"46":144,"48":43,"49":24,"5":637,"51":42,"52":27,"53":29,"56":16,"570":1,"6":252,"63":28,"7":485,"79":58,"8":234,"80":13,"9":331,"all_client":68945,"all_tv_clinet":11372,"insert_time":"2014-08-23T01:14:06.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57968,"10":17,"107":390,"11":299,"12":126,"13":353,"14":148,"15":163,"155":24,"156":17,"158":38,"159":12,"16":127,"160":20,"161":176,"167":26,"17":174,"18":660,"19":490,"20":115,"209":34,"21":463,"210":19,"211":3,"214":16,"215":77,"221":195,"223":484,"224":71,"225":298,"23":308,"24":953,"25":149,"257":56,"26":128,"268":8,"27":18,"273":58,"276":48,"279":8,"28":357,"281":7,"282":27,"291":13,"292":96,"30":23,"302":8,"306":3,"31":30,"314":4,"32":21,"33":20,"34":65,"347":19,"35":76,"352":411,"36":94,"37":49,"38":416,"380":1,"381":50,"383":29,"389":1,"39":48,"391":13,"396":2,"397":13,"40":38,"409":60,"41":62,"414":32,"415":55,"419":5,"42":23,"426":2,"43":59,"430":7,"433":2,"434":1,"44":17,"45":23,"46":145,"48":41,"49":24,"5":647,"51":41,"52":35,"53":29,"56":16,"570":1,"6":251,"63":26,"7":498,"79":54,"8":234,"80":13,"9":320,"all_client":69394,"all_tv_clinet":11426,"insert_time":"2014-08-23T01:15:07.264Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58203,"10":18,"107":408,"11":302,"12":124,"13":360,"14":153,"15":170,"155":25,"156":14,"158":42,"159":13,"16":128,"160":20,"161":182,"167":25,"17":162,"18":647,"19":458,"20":113,"209":33,"21":469,"210":18,"211":3,"214":16,"215":78,"221":193,"223":474,"224":70,"225":296,"23":316,"24":981,"25":141,"257":56,"26":130,"268":8,"27":20,"273":54,"276":47,"279":7,"28":370,"281":8,"282":28,"291":12,"292":99,"30":27,"302":8,"306":3,"31":31,"314":5,"32":20,"33":21,"34":64,"347":21,"35":75,"352":428,"36":99,"37":51,"38":403,"380":2,"381":51,"383":25,"389":1,"39":56,"391":13,"396":2,"397":12,"40":38,"409":63,"41":63,"414":29,"415":59,"419":5,"42":22,"426":3,"43":58,"430":7,"433":2,"434":1,"44":16,"45":21,"46":141,"48":37,"49":25,"5":646,"51":42,"52":38,"53":32,"56":15,"570":2,"6":248,"63":26,"7":495,"79":54,"8":235,"80":14,"9":318,"all_client":69667,"all_tv_clinet":11464,"insert_time":"2014-08-23T01:16:07.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58498,"10":18,"107":418,"11":312,"12":119,"13":365,"14":165,"15":175,"155":25,"156":17,"158":42,"159":10,"16":130,"160":23,"161":202,"167":24,"17":160,"18":648,"19":425,"20":112,"209":30,"21":482,"210":15,"211":3,"214":14,"215":80,"221":200,"223":459,"224":67,"225":294,"23":312,"24":1006,"25":141,"257":59,"26":132,"268":9,"27":19,"273":51,"276":50,"279":8,"28":377,"281":10,"282":27,"291":13,"292":105,"30":27,"302":8,"306":3,"31":31,"314":5,"32":19,"33":20,"34":66,"347":21,"35":79,"352":437,"36":98,"37":54,"38":385,"380":2,"381":49,"383":25,"389":1,"39":57,"391":15,"396":3,"397":13,"40":37,"409":67,"41":62,"414":26,"415":61,"419":6,"42":23,"426":4,"43":60,"430":7,"433":2,"434":1,"44":13,"45":19,"46":143,"48":37,"49":23,"5":631,"51":45,"52":44,"53":34,"56":14,"570":2,"6":259,"63":21,"7":508,"79":52,"8":235,"80":15,"9":317,"all_client":70037,"all_tv_clinet":11539,"insert_time":"2014-08-23T01:17:08.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58835,"10":19,"107":419,"11":321,"12":121,"13":379,"14":169,"15":179,"155":26,"156":18,"158":43,"159":10,"16":127,"160":25,"161":222,"167":21,"17":150,"18":644,"19":402,"20":110,"209":31,"21":483,"210":13,"211":3,"214":16,"215":84,"221":214,"223":444,"224":66,"225":296,"23":311,"24":1028,"25":144,"257":59,"26":137,"268":8,"27":20,"273":51,"276":53,"279":7,"28":378,"281":9,"282":26,"291":13,"292":104,"30":26,"302":8,"306":3,"31":30,"314":6,"317":2,"32":19,"33":22,"34":68,"347":24,"35":82,"352":446,"36":95,"37":59,"38":372,"380":2,"381":47,"383":23,"389":1,"39":61,"391":14,"396":3,"397":13,"40":36,"409":73,"41":62,"414":24,"415":58,"419":5,"42":26,"426":4,"43":62,"430":6,"433":2,"434":1,"44":12,"45":17,"46":131,"48":34,"49":23,"5":616,"51":43,"52":47,"53":31,"56":14,"570":3,"6":267,"63":21,"7":516,"79":49,"8":238,"80":14,"9":322,"all_client":70421,"all_tv_clinet":11586,"insert_time":"2014-08-23T01:18:08.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59142,"10":20,"107":417,"11":331,"12":119,"13":386,"14":169,"15":185,"155":25,"156":20,"158":42,"159":10,"16":131,"160":23,"161":232,"167":22,"17":146,"18":651,"19":402,"20":113,"209":28,"21":493,"210":14,"211":3,"214":15,"215":88,"221":212,"223":428,"224":67,"225":292,"23":313,"24":1046,"25":146,"257":61,"26":142,"268":8,"27":21,"273":61,"276":55,"279":8,"28":373,"281":10,"282":25,"291":13,"292":92,"30":26,"302":8,"306":3,"31":25,"314":5,"317":2,"32":17,"33":22,"34":73,"347":32,"35":84,"352":456,"36":98,"37":61,"38":363,"380":2,"381":48,"383":23,"389":1,"39":56,"391":15,"396":3,"397":14,"40":36,"409":71,"41":63,"414":23,"415":56,"419":4,"42":30,"426":4,"43":63,"430":6,"433":2,"434":1,"44":12,"45":16,"46":131,"48":30,"49":25,"5":603,"51":41,"52":50,"53":28,"56":15,"570":3,"6":268,"63":21,"7":520,"79":45,"8":245,"80":14,"9":323,"all_client":70786,"all_tv_clinet":11644,"insert_time":"2014-08-23T01:19:09.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59428,"10":20,"107":409,"11":340,"12":114,"13":387,"14":166,"15":187,"155":26,"156":21,"158":41,"159":10,"16":132,"160":23,"161":240,"167":23,"17":144,"18":652,"19":392,"20":114,"209":28,"21":491,"210":14,"211":3,"214":15,"215":90,"221":221,"223":430,"224":69,"225":297,"23":321,"24":1057,"25":145,"257":61,"26":144,"268":6,"27":22,"273":63,"276":53,"279":7,"28":371,"281":11,"282":25,"291":13,"292":88,"30":28,"302":8,"306":2,"31":21,"314":5,"317":2,"32":17,"33":23,"34":68,"347":36,"35":81,"352":462,"36":105,"37":62,"38":361,"380":2,"381":48,"383":20,"389":2,"39":62,"391":17,"396":3,"397":14,"40":34,"409":64,"41":71,"414":24,"415":53,"419":4,"42":31,"426":3,"43":68,"430":7,"433":1,"434":1,"44":14,"45":17,"46":130,"48":25,"49":26,"5":574,"51":42,"52":50,"53":27,"56":15,"570":3,"6":273,"63":20,"7":534,"79":43,"8":249,"80":14,"9":325,"all_client":71105,"all_tv_clinet":11677,"insert_time":"2014-08-23T01:20:09.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59712,"10":24,"107":415,"11":348,"12":113,"13":389,"14":159,"15":189,"155":26,"156":21,"158":38,"159":10,"16":135,"160":25,"161":258,"167":23,"17":146,"18":660,"19":385,"20":114,"209":31,"21":496,"210":15,"211":3,"214":13,"215":90,"221":227,"223":418,"224":68,"225":303,"23":314,"24":1079,"25":149,"257":64,"26":155,"268":7,"27":23,"273":72,"276":50,"279":7,"28":370,"281":11,"282":25,"291":11,"292":84,"30":26,"302":8,"306":2,"31":20,"314":4,"317":2,"32":17,"33":22,"34":64,"347":37,"35":80,"352":462,"36":109,"37":59,"38":361,"380":2,"381":44,"383":21,"389":2,"39":74,"391":16,"396":1,"397":14,"40":34,"409":59,"41":69,"414":20,"415":50,"419":5,"42":33,"426":4,"43":66,"430":7,"433":1,"434":1,"44":16,"45":16,"46":132,"48":27,"49":26,"5":559,"51":43,"52":45,"53":28,"56":15,"570":3,"6":271,"63":21,"7":557,"79":39,"8":248,"80":14,"9":330,"all_client":71461,"all_tv_clinet":11749,"insert_time":"2014-08-23T01:21:10.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60001,"10":25,"107":409,"11":352,"12":110,"13":394,"14":162,"15":191,"155":26,"156":24,"158":37,"159":11,"16":132,"160":25,"161":263,"167":24,"17":146,"18":658,"19":386,"20":106,"209":31,"21":502,"210":15,"211":3,"214":13,"215":93,"221":229,"223":414,"224":69,"225":300,"23":324,"24":1093,"25":154,"257":65,"26":167,"268":7,"27":24,"273":75,"276":51,"279":7,"28":366,"281":10,"282":28,"291":9,"292":87,"30":24,"302":8,"306":2,"31":21,"314":4,"317":1,"32":15,"33":22,"34":56,"347":38,"35":84,"352":472,"36":103,"37":61,"38":352,"380":3,"381":45,"383":17,"389":2,"39":80,"391":15,"396":1,"397":14,"40":32,"409":57,"41":70,"414":20,"415":49,"419":5,"42":39,"426":4,"43":63,"430":7,"431":1,"433":1,"434":1,"44":17,"45":21,"46":129,"48":27,"49":24,"5":528,"51":43,"52":46,"53":29,"56":13,"570":3,"6":283,"63":23,"7":565,"79":36,"8":244,"80":15,"9":333,"all_client":71786,"all_tv_clinet":11785,"insert_time":"2014-08-23T01:22:10.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60317,"10":24,"107":418,"11":349,"12":112,"13":399,"14":170,"15":194,"155":25,"156":25,"158":35,"159":12,"16":132,"160":23,"161":268,"167":22,"17":143,"18":658,"19":385,"20":104,"209":30,"21":508,"210":15,"211":3,"214":16,"215":90,"221":230,"223":426,"224":68,"225":300,"23":336,"24":1123,"25":153,"257":64,"26":169,"268":7,"27":23,"273":74,"276":51,"279":7,"28":362,"281":10,"282":31,"291":9,"292":86,"30":23,"302":7,"306":1,"31":20,"314":4,"317":1,"32":15,"33":22,"34":49,"347":36,"35":82,"352":474,"36":102,"37":64,"38":344,"380":4,"381":45,"383":17,"389":2,"39":83,"391":15,"396":4,"397":14,"40":30,"409":57,"41":68,"414":18,"415":55,"419":4,"42":45,"426":4,"43":62,"430":7,"431":1,"433":1,"434":1,"44":13,"45":21,"46":128,"48":29,"49":26,"5":504,"51":43,"52":47,"53":24,"56":12,"570":3,"6":289,"63":23,"7":578,"79":35,"8":248,"80":13,"9":332,"all_client":72155,"all_tv_clinet":11838,"insert_time":"2014-08-23T01:23:11.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60624,"10":22,"107":411,"11":358,"12":111,"13":407,"14":173,"15":193,"155":26,"156":24,"158":37,"159":11,"16":126,"160":22,"161":261,"167":23,"17":146,"18":657,"19":394,"20":100,"209":30,"21":504,"210":15,"211":3,"214":17,"215":89,"221":233,"223":442,"224":62,"225":297,"23":342,"24":1115,"25":150,"257":67,"26":172,"268":8,"27":23,"273":80,"276":49,"279":7,"28":355,"281":10,"282":29,"291":9,"292":93,"30":23,"302":7,"306":1,"31":23,"314":3,"317":1,"32":12,"33":23,"34":43,"347":38,"35":75,"352":494,"36":103,"37":66,"38":336,"380":4,"381":47,"383":18,"389":2,"39":84,"391":18,"396":4,"397":17,"40":30,"409":53,"41":71,"414":18,"415":59,"419":4,"42":50,"426":3,"43":64,"430":6,"431":1,"433":1,"434":1,"44":13,"45":20,"46":129,"48":27,"49":23,"5":496,"51":44,"52":56,"53":24,"56":16,"570":3,"6":288,"63":23,"7":586,"79":32,"8":258,"80":14,"9":329,"all_client":72511,"all_tv_clinet":11887,"insert_time":"2014-08-23T01:24:11.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60928,"10":18,"107":420,"11":365,"12":104,"13":409,"14":178,"15":193,"155":26,"156":24,"158":37,"159":10,"16":127,"160":22,"161":251,"167":24,"17":151,"18":646,"19":391,"20":98,"209":28,"21":515,"210":16,"211":3,"214":17,"215":91,"221":235,"223":446,"224":54,"225":296,"23":354,"24":1122,"25":153,"257":70,"26":180,"268":9,"27":18,"273":88,"276":49,"279":8,"28":359,"281":9,"282":30,"291":8,"292":102,"30":26,"302":7,"306":1,"31":23,"314":3,"317":1,"32":12,"33":25,"34":36,"347":42,"35":64,"352":499,"36":108,"37":66,"38":339,"380":5,"381":46,"383":18,"389":2,"39":85,"391":19,"396":5,"397":18,"40":27,"409":52,"41":74,"414":16,"415":53,"419":4,"42":45,"426":3,"43":61,"430":6,"431":1,"433":1,"434":1,"44":12,"45":24,"46":125,"48":27,"49":21,"5":493,"51":44,"52":56,"53":25,"56":16,"570":3,"6":288,"63":25,"7":585,"79":34,"8":258,"80":14,"9":334,"all_client":72860,"all_tv_clinet":11932,"insert_time":"2014-08-23T01:25:12.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61200,"10":20,"107":417,"11":379,"12":99,"13":408,"14":178,"15":188,"155":27,"156":25,"158":35,"159":11,"16":120,"160":23,"161":239,"167":23,"17":147,"18":653,"19":394,"20":100,"209":28,"21":501,"210":16,"211":3,"214":18,"215":93,"221":244,"223":447,"224":53,"225":290,"23":348,"24":1132,"25":162,"257":74,"26":185,"268":9,"27":19,"273":89,"276":48,"279":7,"28":362,"281":10,"282":29,"291":8,"292":106,"30":24,"302":7,"306":1,"31":22,"314":4,"317":1,"32":12,"33":25,"34":38,"347":42,"35":61,"352":506,"36":108,"37":68,"38":343,"380":5,"381":47,"383":19,"389":2,"39":88,"391":17,"396":3,"397":18,"40":26,"409":54,"41":79,"414":15,"415":53,"419":5,"42":48,"426":3,"43":61,"430":5,"431":1,"433":1,"434":1,"44":12,"45":25,"46":128,"48":25,"49":18,"5":502,"51":46,"52":54,"53":26,"56":15,"570":3,"6":288,"63":25,"7":585,"79":35,"8":262,"80":14,"9":331,"all_client":73174,"all_tv_clinet":11974,"insert_time":"2014-08-23T01:26:12.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61462,"10":21,"107":412,"11":379,"12":99,"13":406,"14":174,"15":190,"155":26,"156":27,"158":36,"159":10,"16":119,"160":22,"161":220,"167":22,"17":143,"18":654,"19":400,"20":97,"209":30,"21":522,"210":16,"211":3,"214":18,"215":92,"221":251,"223":452,"224":51,"225":284,"23":346,"24":1144,"25":163,"257":76,"26":194,"268":8,"27":20,"273":89,"276":48,"279":9,"28":367,"281":10,"282":30,"291":7,"292":112,"30":22,"302":6,"306":1,"31":20,"314":3,"317":1,"32":14,"33":25,"34":42,"347":43,"35":58,"352":518,"36":112,"37":74,"38":351,"380":5,"381":45,"383":17,"389":2,"39":83,"391":17,"396":4,"397":17,"40":24,"409":52,"41":84,"414":15,"415":53,"419":5,"42":47,"426":3,"43":63,"430":4,"431":1,"433":1,"44":11,"45":26,"46":129,"48":25,"49":18,"5":502,"51":48,"52":53,"53":28,"56":13,"570":4,"6":287,"63":27,"7":582,"79":38,"8":268,"80":13,"9":334,"all_client":73499,"all_tv_clinet":12037,"insert_time":"2014-08-23T01:27:13.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61780,"10":22,"107":417,"11":383,"12":94,"13":413,"14":175,"15":192,"155":27,"156":27,"158":37,"159":10,"16":119,"160":22,"161":217,"167":22,"17":145,"18":652,"19":406,"20":99,"209":29,"21":540,"210":15,"211":3,"214":18,"215":98,"221":253,"223":439,"224":52,"225":288,"23":340,"24":1144,"25":160,"257":75,"26":192,"268":9,"27":20,"273":73,"276":47,"279":9,"28":364,"281":10,"282":26,"291":7,"292":121,"30":21,"302":8,"306":2,"31":26,"314":4,"317":1,"32":14,"33":24,"34":41,"347":43,"35":57,"352":517,"36":112,"37":85,"38":344,"380":6,"381":40,"383":19,"389":2,"39":84,"391":15,"396":3,"397":18,"40":24,"409":57,"41":85,"414":14,"415":56,"419":6,"42":48,"426":3,"43":64,"430":4,"433":1,"44":11,"45":20,"46":131,"48":24,"49":20,"5":519,"51":52,"52":58,"53":26,"56":13,"570":4,"6":291,"63":28,"7":578,"79":37,"8":271,"80":12,"9":332,"all_client":73866,"all_tv_clinet":12086,"insert_time":"2014-08-23T01:28:13.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62071,"10":23,"107":433,"11":386,"12":96,"13":413,"14":179,"15":201,"155":28,"156":27,"158":38,"159":10,"16":119,"160":22,"161":209,"167":23,"17":145,"18":645,"19":421,"20":96,"209":28,"21":535,"210":15,"211":3,"214":19,"215":99,"221":255,"223":437,"224":50,"225":283,"23":345,"24":1144,"25":163,"257":77,"26":197,"268":9,"27":20,"273":70,"276":46,"279":9,"28":366,"281":10,"282":24,"291":7,"292":123,"30":25,"302":8,"306":2,"31":31,"314":4,"317":1,"32":14,"33":22,"34":40,"347":39,"35":58,"352":511,"36":111,"37":91,"38":350,"380":6,"381":39,"383":14,"389":2,"39":85,"391":16,"396":3,"397":18,"40":22,"409":57,"41":85,"414":14,"415":61,"419":6,"42":50,"426":3,"43":60,"430":5,"433":1,"44":11,"45":17,"46":125,"48":30,"49":19,"5":518,"51":51,"52":59,"53":25,"56":13,"570":4,"6":287,"63":26,"7":579,"79":34,"8":270,"80":14,"9":331,"all_client":74186,"all_tv_clinet":12115,"insert_time":"2014-08-23T01:29:14.530Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62395,"10":21,"107":432,"11":395,"12":96,"13":411,"14":174,"15":205,"155":30,"156":28,"158":39,"159":9,"16":118,"160":22,"161":199,"167":22,"17":158,"18":640,"19":437,"20":97,"209":27,"21":522,"210":13,"211":3,"214":19,"215":106,"221":258,"223":448,"224":51,"225":294,"23":344,"24":1148,"25":167,"257":75,"26":205,"268":7,"27":20,"273":63,"276":47,"279":7,"28":360,"281":10,"282":23,"291":7,"292":128,"30":29,"302":8,"306":2,"31":33,"314":5,"317":1,"32":13,"33":23,"34":40,"347":33,"35":56,"352":509,"36":108,"37":96,"38":353,"380":6,"381":39,"383":15,"389":2,"39":86,"391":15,"396":2,"397":19,"40":21,"409":59,"41":86,"414":12,"415":56,"419":6,"42":54,"426":2,"43":56,"430":5,"433":1,"434":1,"44":15,"45":16,"46":125,"48":28,"49":18,"5":533,"51":54,"52":58,"53":28,"56":12,"570":3,"6":297,"63":25,"7":590,"79":34,"8":267,"80":15,"9":325,"all_client":74575,"all_tv_clinet":12180,"insert_time":"2014-08-23T01:30:14.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62727,"10":20,"107":435,"11":389,"12":98,"13":409,"14":168,"15":215,"155":32,"156":28,"158":37,"159":9,"16":117,"160":21,"161":194,"167":24,"17":156,"18":638,"19":441,"20":95,"209":26,"21":517,"210":14,"211":3,"214":19,"215":109,"221":266,"223":452,"224":54,"225":289,"23":335,"24":1155,"25":168,"257":74,"26":210,"268":7,"27":23,"273":57,"276":45,"279":6,"28":365,"281":10,"282":21,"291":9,"292":133,"30":32,"302":8,"306":2,"31":31,"314":5,"317":1,"32":12,"33":22,"34":40,"347":33,"35":54,"352":513,"36":105,"37":103,"38":366,"380":5,"381":36,"383":16,"389":2,"39":91,"391":15,"396":3,"397":20,"40":21,"409":60,"41":87,"414":14,"415":52,"419":6,"42":52,"426":1,"43":45,"430":5,"433":1,"434":1,"44":19,"45":16,"46":128,"48":32,"49":16,"5":538,"51":55,"52":60,"53":31,"56":12,"570":2,"6":302,"63":26,"7":596,"79":36,"8":275,"80":15,"9":329,"all_client":74968,"all_tv_clinet":12241,"insert_time":"2014-08-23T01:31:15.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63062,"10":20,"107":440,"11":397,"12":98,"13":414,"14":163,"15":212,"155":32,"156":27,"158":38,"159":8,"16":115,"160":20,"161":189,"167":26,"17":154,"18":643,"19":443,"20":95,"209":26,"21":501,"210":14,"211":3,"214":18,"215":110,"221":256,"223":468,"224":57,"225":293,"23":345,"24":1161,"25":174,"257":68,"26":207,"268":8,"27":23,"273":51,"276":46,"279":6,"28":372,"281":10,"282":18,"291":9,"292":136,"30":34,"302":8,"306":2,"31":32,"314":5,"317":1,"32":11,"33":18,"34":41,"347":34,"35":51,"352":517,"36":101,"37":110,"38":366,"380":5,"381":37,"383":18,"389":2,"39":95,"391":16,"396":3,"397":20,"40":23,"409":58,"41":83,"414":13,"415":50,"419":4,"42":53,"426":2,"43":36,"430":6,"433":1,"434":1,"44":21,"45":18,"46":126,"48":30,"49":20,"5":553,"51":57,"52":60,"53":32,"56":13,"570":3,"6":305,"63":26,"7":607,"79":36,"8":281,"80":16,"9":330,"all_client":75367,"all_tv_clinet":12305,"insert_time":"2014-08-23T01:32:16.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63397,"10":19,"107":439,"11":405,"12":96,"13":416,"14":157,"15":210,"155":30,"156":30,"158":40,"159":7,"16":119,"160":20,"161":188,"167":27,"17":151,"18":641,"19":446,"20":95,"209":25,"21":498,"210":13,"211":2,"214":18,"215":108,"221":239,"223":467,"224":58,"225":294,"23":355,"24":1160,"25":177,"257":70,"26":204,"268":7,"27":25,"273":53,"276":47,"279":5,"28":379,"281":10,"282":18,"291":10,"292":133,"30":36,"302":8,"306":3,"31":36,"314":5,"317":1,"32":9,"33":17,"34":41,"347":33,"35":51,"352":522,"36":103,"37":118,"38":373,"380":5,"381":35,"383":18,"389":2,"39":100,"391":15,"396":2,"397":19,"40":23,"409":57,"41":82,"414":14,"415":52,"419":4,"42":55,"426":1,"43":31,"430":7,"433":3,"434":1,"44":20,"45":19,"46":132,"48":31,"49":20,"5":547,"51":58,"52":62,"53":30,"56":11,"570":4,"6":304,"63":28,"7":615,"79":37,"8":278,"80":16,"9":320,"all_client":75722,"all_tv_clinet":12325,"insert_time":"2014-08-23T01:33:16.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63742,"10":17,"107":427,"11":406,"12":98,"13":416,"14":148,"15":205,"155":30,"156":32,"158":41,"159":5,"16":121,"160":21,"161":186,"167":28,"17":157,"18":648,"19":451,"20":89,"209":28,"21":484,"210":13,"211":2,"214":19,"215":102,"221":240,"223":468,"224":53,"225":302,"23":367,"24":1170,"25":183,"257":69,"26":203,"268":6,"27":26,"273":60,"276":45,"279":6,"28":371,"281":10,"282":16,"291":11,"292":124,"30":35,"302":7,"306":3,"31":36,"314":5,"317":1,"32":10,"33":14,"34":40,"347":30,"35":50,"352":535,"36":110,"37":126,"38":364,"380":5,"381":35,"383":17,"389":2,"39":105,"391":15,"396":3,"397":18,"40":22,"409":53,"41":85,"414":13,"415":53,"419":3,"42":58,"426":1,"43":28,"430":7,"433":3,"434":1,"44":21,"45":18,"46":130,"48":37,"49":20,"5":552,"51":61,"52":65,"53":27,"56":10,"570":4,"6":303,"63":31,"7":637,"79":38,"8":275,"80":17,"9":304,"all_client":76089,"all_tv_clinet":12347,"insert_time":"2014-08-23T01:34:17.224Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64004,"10":21,"107":442,"11":408,"12":93,"13":427,"14":146,"15":208,"155":31,"156":32,"158":41,"159":5,"16":112,"160":22,"161":185,"167":28,"17":156,"18":668,"19":464,"20":86,"209":28,"21":483,"210":13,"211":2,"214":18,"215":104,"221":244,"223":472,"224":51,"225":296,"23":371,"24":1186,"25":181,"257":68,"26":209,"268":4,"27":30,"273":60,"276":44,"279":6,"28":364,"281":10,"282":15,"291":12,"292":117,"30":31,"302":7,"306":3,"31":40,"314":5,"317":1,"32":10,"33":16,"34":40,"347":33,"35":47,"352":558,"36":106,"37":127,"38":349,"380":6,"381":35,"383":20,"389":2,"39":111,"391":15,"396":3,"397":18,"40":20,"409":44,"41":83,"414":12,"415":55,"419":4,"42":59,"43":26,"430":6,"433":3,"434":1,"44":21,"45":17,"46":125,"48":37,"49":21,"5":557,"51":65,"52":64,"53":29,"56":8,"570":4,"6":309,"63":32,"7":647,"79":43,"8":276,"80":17,"9":286,"all_client":76421,"all_tv_clinet":12417,"insert_time":"2014-08-23T01:35:17.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64324,"10":21,"107":455,"11":407,"12":88,"13":430,"14":152,"15":212,"155":29,"156":28,"158":39,"159":5,"16":107,"160":23,"161":189,"167":29,"17":160,"18":690,"19":477,"20":83,"209":29,"21":485,"210":15,"211":2,"214":16,"215":100,"221":249,"223":493,"224":46,"225":293,"23":384,"24":1199,"25":173,"257":70,"26":208,"268":4,"27":33,"273":68,"276":45,"279":6,"28":358,"281":10,"282":14,"291":12,"292":105,"30":29,"302":9,"306":3,"31":44,"314":6,"317":1,"32":11,"33":17,"34":39,"347":31,"35":51,"352":551,"36":106,"37":116,"38":340,"380":7,"381":32,"383":21,"389":2,"39":121,"391":15,"396":3,"397":18,"40":20,"409":44,"41":87,"414":10,"415":55,"419":5,"42":59,"43":24,"430":5,"433":3,"44":25,"45":18,"46":126,"48":34,"49":21,"5":569,"51":64,"52":63,"53":31,"56":9,"570":5,"6":311,"63":30,"7":663,"79":44,"8":269,"80":18,"9":263,"all_client":76813,"all_tv_clinet":12489,"insert_time":"2014-08-23T01:36:18.336Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64642,"10":22,"107":456,"11":409,"12":78,"13":433,"14":159,"15":215,"155":28,"156":27,"158":39,"159":6,"16":106,"160":25,"161":200,"167":32,"17":164,"18":715,"19":477,"20":84,"209":28,"21":460,"210":14,"211":2,"214":15,"215":97,"221":247,"223":497,"224":48,"225":297,"23":394,"24":1200,"25":176,"257":71,"26":212,"268":4,"27":34,"273":74,"276":46,"279":7,"28":358,"281":11,"282":14,"291":11,"292":100,"30":27,"302":9,"306":3,"31":42,"314":6,"32":13,"33":21,"34":41,"347":30,"35":51,"352":547,"36":106,"37":100,"38":347,"380":7,"381":30,"383":21,"389":2,"39":127,"391":16,"396":2,"397":16,"40":19,"409":44,"41":88,"414":10,"415":53,"419":5,"42":67,"43":22,"430":5,"433":4,"44":26,"45":14,"46":136,"48":34,"49":20,"5":584,"51":66,"52":63,"53":33,"56":13,"570":6,"6":308,"63":26,"7":654,"79":46,"8":257,"80":19,"9":248,"all_client":77168,"all_tv_clinet":12526,"insert_time":"2014-08-23T01:37:18.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64944,"10":25,"107":451,"11":409,"12":71,"13":437,"14":159,"15":218,"155":27,"156":25,"158":39,"159":6,"16":119,"160":26,"161":200,"167":32,"17":169,"18":741,"19":481,"20":84,"209":29,"21":459,"210":13,"211":2,"214":15,"215":90,"221":234,"223":506,"224":46,"225":303,"23":397,"24":1209,"25":173,"257":72,"26":219,"268":4,"27":40,"273":73,"276":45,"279":7,"28":363,"281":11,"282":13,"291":11,"292":95,"30":25,"302":9,"306":3,"31":43,"314":7,"32":12,"33":22,"34":42,"347":24,"35":58,"352":556,"36":112,"37":88,"38":352,"380":7,"381":29,"383":21,"389":2,"39":128,"391":17,"396":1,"397":16,"40":19,"409":44,"41":82,"414":10,"415":49,"419":7,"42":70,"426":1,"43":21,"430":4,"433":4,"44":30,"45":13,"46":140,"48":35,"49":17,"5":592,"51":68,"52":62,"53":31,"56":15,"570":5,"6":302,"63":24,"7":658,"79":50,"8":233,"80":18,"9":248,"all_client":77518,"all_tv_clinet":12574,"insert_time":"2014-08-23T01:38:19.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65176,"10":23,"107":446,"11":411,"12":66,"13":441,"14":164,"15":216,"155":25,"156":22,"158":38,"159":7,"16":123,"160":27,"161":197,"167":31,"17":175,"18":752,"19":477,"20":87,"209":28,"21":456,"210":14,"211":2,"214":12,"215":86,"221":230,"223":499,"224":51,"225":313,"23":392,"24":1230,"25":174,"257":73,"26":224,"268":5,"27":48,"273":72,"276":46,"279":8,"28":361,"281":12,"282":13,"291":11,"292":98,"30":28,"302":8,"306":3,"31":45,"314":8,"32":11,"33":24,"34":41,"347":22,"35":57,"352":554,"36":116,"37":80,"38":349,"380":8,"381":29,"383":22,"389":2,"39":129,"391":17,"397":15,"40":17,"409":42,"41":78,"414":13,"415":48,"419":6,"42":72,"426":1,"43":24,"430":5,"433":4,"44":33,"45":13,"46":143,"48":37,"49":19,"5":585,"51":68,"52":62,"53":32,"56":15,"570":5,"6":312,"63":26,"7":670,"79":47,"8":223,"80":19,"9":250,"all_client":77799,"all_tv_clinet":12623,"insert_time":"2014-08-23T01:39:20.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65475,"10":22,"107":442,"11":409,"12":68,"13":444,"14":165,"15":211,"155":25,"156":21,"158":38,"159":8,"16":128,"160":29,"161":197,"167":30,"17":182,"18":763,"19":475,"20":94,"209":34,"21":469,"210":15,"211":2,"214":11,"215":90,"221":236,"223":504,"224":50,"225":302,"23":400,"24":1256,"25":175,"257":68,"26":218,"268":5,"27":48,"273":77,"276":48,"279":7,"28":361,"281":10,"282":13,"291":11,"292":98,"30":29,"302":8,"306":3,"31":51,"314":11,"32":13,"33":24,"34":39,"347":20,"35":56,"352":562,"36":116,"37":80,"38":345,"380":8,"381":30,"383":22,"389":2,"39":128,"391":16,"397":15,"40":19,"409":42,"41":75,"414":13,"415":51,"419":6,"42":73,"426":1,"43":24,"430":6,"433":3,"44":36,"45":13,"46":141,"48":40,"49":22,"5":575,"51":66,"52":60,"53":35,"56":15,"570":5,"6":306,"63":26,"7":674,"79":46,"8":213,"80":20,"9":246,"all_client":78164,"all_tv_clinet":12689,"insert_time":"2014-08-23T01:40:20.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65734,"10":20,"107":444,"11":413,"12":67,"13":444,"14":157,"15":205,"155":24,"156":19,"158":37,"159":9,"16":129,"160":30,"161":202,"167":30,"168":1,"17":187,"18":778,"19":452,"20":92,"209":37,"21":484,"210":15,"211":3,"214":8,"215":89,"221":237,"223":517,"224":57,"225":297,"23":407,"24":1233,"25":175,"257":64,"26":214,"268":5,"27":51,"273":87,"276":48,"279":8,"28":375,"281":9,"282":13,"291":11,"292":104,"30":29,"302":9,"306":3,"31":54,"314":10,"32":13,"33":27,"34":37,"347":18,"35":59,"352":566,"36":112,"37":73,"38":361,"380":8,"381":31,"383":24,"389":2,"39":127,"391":16,"396":1,"397":15,"40":19,"409":42,"41":73,"414":12,"415":49,"419":6,"42":78,"426":1,"43":27,"430":6,"433":3,"44":39,"45":12,"46":143,"48":43,"49":27,"5":583,"51":68,"52":61,"53":36,"56":12,"570":6,"6":304,"63":25,"7":683,"79":47,"8":207,"80":19,"9":247,"all_client":78495,"all_tv_clinet":12761,"insert_time":"2014-08-23T01:41:21.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66033,"10":19,"107":443,"11":422,"12":64,"13":451,"14":152,"15":198,"155":24,"156":17,"158":37,"159":10,"16":131,"160":32,"161":202,"167":29,"168":1,"17":193,"18":784,"19":430,"20":91,"209":38,"21":497,"210":15,"211":3,"214":8,"215":93,"221":248,"223":508,"224":57,"225":313,"23":405,"24":1204,"25":180,"257":63,"26":219,"268":6,"27":53,"273":89,"276":47,"279":9,"28":382,"281":8,"282":13,"291":11,"292":115,"30":31,"302":10,"306":5,"31":57,"314":10,"32":11,"33":27,"34":34,"347":16,"35":59,"352":562,"36":108,"37":69,"38":365,"380":8,"381":28,"383":25,"389":2,"39":129,"391":16,"396":3,"397":17,"40":20,"409":44,"41":67,"414":10,"415":52,"419":6,"42":82,"426":1,"43":27,"430":7,"433":3,"44":35,"45":10,"46":146,"48":43,"49":30,"5":599,"51":66,"52":63,"53":35,"56":12,"570":5,"6":306,"63":25,"7":687,"79":48,"8":202,"80":18,"9":252,"all_client":78840,"all_tv_clinet":12807,"insert_time":"2014-08-23T01:42:22.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66362,"10":18,"107":446,"11":426,"12":64,"13":452,"14":148,"15":191,"155":24,"156":16,"158":35,"159":13,"16":132,"160":30,"161":206,"167":26,"168":1,"17":195,"18":789,"19":409,"20":92,"209":37,"21":495,"210":16,"211":3,"214":7,"215":88,"221":248,"223":505,"224":62,"225":326,"23":401,"24":1188,"25":183,"257":67,"26":229,"268":6,"27":60,"273":84,"276":47,"279":11,"28":386,"281":10,"282":11,"291":12,"292":123,"30":31,"302":11,"306":5,"31":56,"314":9,"32":9,"33":29,"34":31,"347":15,"35":59,"352":547,"36":113,"37":68,"38":367,"380":9,"381":30,"383":25,"389":2,"39":125,"391":15,"396":3,"397":17,"40":20,"409":47,"41":61,"414":9,"415":58,"419":7,"42":81,"426":1,"43":24,"430":7,"433":3,"44":33,"45":13,"46":148,"48":46,"49":34,"5":614,"51":63,"52":65,"53":41,"56":11,"570":5,"6":307,"63":27,"7":687,"79":47,"8":200,"80":17,"9":258,"all_client":79190,"all_tv_clinet":12828,"insert_time":"2014-08-23T01:43:22.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66627,"10":16,"107":448,"11":429,"12":63,"13":451,"14":137,"15":193,"155":22,"156":15,"158":37,"159":13,"16":135,"160":29,"161":207,"167":25,"168":2,"17":194,"18":793,"19":404,"20":90,"209":36,"21":495,"210":17,"211":3,"214":6,"215":87,"221":256,"223":507,"224":62,"225":332,"23":393,"24":1168,"25":184,"257":63,"26":236,"268":6,"27":70,"273":73,"276":47,"279":10,"28":382,"281":8,"282":11,"291":15,"292":132,"30":33,"302":11,"306":5,"31":58,"314":10,"32":8,"33":31,"34":28,"347":13,"35":60,"352":545,"36":111,"37":73,"38":368,"380":9,"381":32,"383":24,"389":2,"39":117,"391":14,"396":3,"397":18,"40":20,"409":55,"41":58,"414":10,"415":59,"419":6,"42":89,"426":1,"43":25,"430":7,"431":1,"433":3,"44":34,"45":13,"46":149,"48":50,"49":35,"5":642,"51":64,"52":66,"53":40,"56":13,"570":5,"6":309,"63":27,"7":683,"79":51,"8":193,"80":17,"9":260,"all_client":79487,"all_tv_clinet":12860,"insert_time":"2014-08-23T01:44:23.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66884,"10":16,"107":451,"11":425,"12":63,"13":452,"14":135,"15":192,"155":24,"156":16,"158":36,"159":13,"16":138,"160":30,"161":216,"167":23,"168":2,"17":193,"18":816,"19":400,"20":91,"209":35,"21":499,"210":17,"211":4,"214":7,"215":88,"221":254,"223":511,"224":60,"225":335,"23":404,"24":1149,"25":191,"257":62,"26":242,"268":6,"27":82,"273":66,"276":48,"279":10,"28":382,"281":8,"282":8,"291":18,"292":140,"30":31,"302":10,"306":4,"31":57,"314":10,"32":6,"33":34,"34":27,"347":12,"35":59,"352":551,"36":114,"37":76,"38":371,"380":9,"381":32,"383":23,"389":2,"39":103,"391":16,"396":1,"397":17,"40":22,"409":59,"41":56,"414":11,"415":55,"419":8,"42":87,"426":1,"43":26,"430":6,"431":1,"433":2,"44":34,"45":13,"46":139,"48":51,"49":41,"5":647,"51":60,"52":68,"53":41,"56":13,"570":5,"6":306,"63":25,"7":680,"79":52,"8":189,"80":17,"9":262,"all_client":79784,"all_tv_clinet":12900,"insert_time":"2014-08-23T01:45:23.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67120,"10":16,"107":448,"11":420,"12":63,"13":454,"14":134,"15":185,"155":24,"156":14,"158":40,"159":11,"16":133,"160":32,"161":230,"167":27,"168":2,"17":191,"18":817,"19":394,"20":94,"209":35,"21":504,"210":20,"211":4,"214":7,"215":90,"221":259,"223":515,"224":62,"225":339,"23":403,"24":1126,"25":195,"257":65,"26":246,"268":6,"27":85,"273":67,"276":43,"279":10,"28":388,"281":8,"282":7,"291":18,"292":143,"30":33,"302":11,"306":4,"31":55,"314":11,"32":6,"33":33,"34":27,"347":14,"35":58,"352":551,"36":110,"37":76,"38":371,"380":8,"381":29,"383":24,"389":2,"39":91,"391":16,"396":1,"397":15,"40":22,"409":60,"41":57,"414":12,"415":56,"419":8,"42":90,"426":1,"43":29,"430":5,"431":1,"433":3,"44":33,"45":12,"46":138,"48":54,"49":49,"5":650,"51":57,"52":65,"53":42,"56":13,"570":6,"6":306,"63":23,"7":682,"79":52,"8":182,"80":17,"9":262,"all_client":80027,"all_tv_clinet":12907,"insert_time":"2014-08-23T01:46:24.535Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67409,"10":15,"107":447,"11":404,"12":61,"13":458,"14":133,"15":188,"155":24,"156":15,"158":40,"159":9,"16":136,"160":34,"161":243,"167":29,"168":1,"17":192,"18":815,"19":405,"20":96,"209":35,"21":493,"210":21,"211":2,"214":6,"215":94,"221":261,"223":513,"224":65,"225":347,"23":394,"24":1130,"25":199,"257":69,"26":245,"268":6,"27":88,"273":64,"276":43,"279":11,"28":392,"281":7,"282":7,"291":18,"292":137,"30":32,"302":11,"306":5,"31":58,"314":9,"32":7,"33":33,"34":28,"347":12,"35":63,"352":563,"36":104,"37":84,"38":359,"380":8,"381":27,"383":22,"389":1,"39":86,"391":16,"397":15,"40":21,"409":62,"41":60,"414":14,"415":64,"419":10,"42":96,"426":1,"43":30,"430":5,"431":1,"433":3,"434":1,"44":35,"45":11,"46":144,"48":50,"49":52,"5":648,"51":58,"52":60,"53":41,"56":14,"570":5,"6":305,"63":21,"7":683,"79":50,"8":181,"80":15,"9":267,"all_client":80352,"all_tv_clinet":12943,"insert_time":"2014-08-23T01:47:25.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67691,"10":15,"107":446,"11":390,"12":63,"13":476,"14":134,"15":198,"155":27,"156":15,"158":40,"159":7,"16":135,"160":36,"161":258,"167":36,"168":1,"17":190,"18":826,"19":409,"20":96,"209":38,"21":492,"210":22,"211":2,"214":7,"215":94,"221":272,"223":505,"224":70,"225":343,"23":379,"24":1111,"25":205,"257":67,"26":249,"268":6,"27":98,"273":67,"276":41,"279":10,"28":391,"281":6,"282":8,"291":18,"292":128,"30":32,"302":11,"306":5,"31":61,"314":10,"32":9,"33":32,"34":28,"347":10,"35":67,"352":557,"36":106,"37":86,"38":355,"380":8,"381":28,"383":25,"389":1,"39":81,"391":19,"397":14,"40":21,"409":62,"41":56,"414":14,"415":71,"419":11,"42":96,"426":1,"43":28,"430":6,"431":1,"433":4,"434":2,"44":38,"45":10,"46":143,"48":51,"49":57,"5":657,"51":54,"52":52,"53":44,"56":15,"570":4,"6":305,"63":22,"7":695,"79":51,"8":179,"80":14,"9":273,"all_client":80700,"all_tv_clinet":13009,"insert_time":"2014-08-23T01:48:25.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67869,"10":18,"107":448,"11":389,"12":64,"13":479,"14":136,"15":200,"155":26,"156":17,"158":39,"159":5,"16":134,"160":37,"161":261,"167":38,"168":1,"17":188,"18":833,"19":405,"20":94,"209":40,"21":505,"210":21,"211":2,"214":7,"215":95,"221":272,"223":510,"224":71,"225":335,"23":372,"24":1111,"25":212,"257":63,"26":252,"268":6,"27":104,"273":73,"276":40,"279":9,"28":385,"281":6,"282":9,"291":20,"292":121,"30":31,"302":11,"306":5,"31":65,"314":8,"32":10,"33":35,"34":27,"347":10,"35":68,"352":564,"36":104,"37":88,"38":358,"380":8,"381":28,"383":28,"389":2,"39":71,"391":21,"396":1,"397":14,"40":25,"409":59,"41":59,"414":16,"415":67,"419":11,"42":102,"426":1,"43":27,"430":6,"431":1,"433":4,"434":2,"44":45,"45":10,"46":136,"48":52,"49":63,"5":677,"51":52,"52":47,"53":44,"56":15,"570":2,"6":307,"63":21,"7":685,"79":51,"8":178,"80":13,"9":290,"all_client":80947,"all_tv_clinet":13078,"insert_time":"2014-08-23T01:49:26.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68150,"10":18,"107":454,"11":378,"12":63,"13":483,"14":138,"15":210,"155":27,"156":16,"158":36,"159":5,"16":137,"160":41,"161":258,"167":40,"17":192,"18":825,"19":412,"20":96,"209":44,"21":510,"210":21,"211":2,"214":7,"215":96,"221":271,"223":527,"224":74,"225":337,"23":367,"24":1126,"25":215,"257":58,"26":245,"268":7,"27":99,"273":73,"276":39,"279":9,"28":381,"281":6,"282":9,"291":20,"292":121,"30":31,"302":12,"306":5,"31":63,"314":8,"32":11,"33":34,"34":23,"347":10,"35":68,"352":557,"36":109,"37":85,"38":365,"380":8,"381":29,"383":29,"389":2,"39":65,"391":20,"396":1,"397":13,"40":33,"409":54,"41":58,"414":16,"415":66,"419":11,"42":107,"426":1,"43":30,"430":6,"433":3,"434":2,"44":48,"45":14,"46":129,"48":52,"49":68,"5":690,"51":48,"52":44,"53":42,"56":13,"570":3,"6":309,"63":19,"7":684,"79":46,"8":186,"80":14,"9":291,"all_client":81278,"all_tv_clinet":13128,"insert_time":"2014-08-23T01:50:26.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68459,"10":21,"107":466,"11":366,"12":66,"13":467,"14":142,"15":214,"155":28,"156":17,"158":37,"159":5,"16":139,"160":42,"161":258,"167":40,"17":194,"18":814,"19":423,"20":95,"209":46,"21":513,"210":21,"211":2,"214":7,"215":98,"221":269,"223":542,"224":71,"225":339,"23":362,"24":1121,"25":203,"257":58,"26":252,"268":7,"27":106,"273":78,"276":37,"279":11,"28":379,"281":7,"282":9,"291":20,"292":125,"30":31,"302":13,"306":5,"31":59,"314":8,"32":11,"33":34,"34":20,"347":9,"35":76,"352":555,"36":102,"37":91,"38":384,"380":6,"381":29,"383":27,"389":2,"39":60,"391":20,"396":1,"397":14,"40":35,"409":46,"41":67,"414":16,"415":72,"419":13,"42":108,"426":1,"43":30,"430":7,"433":3,"434":2,"44":48,"45":16,"46":124,"48":50,"49":68,"5":713,"51":49,"52":46,"53":47,"56":12,"570":3,"6":285,"63":19,"7":690,"79":45,"8":188,"80":13,"9":290,"all_client":81639,"all_tv_clinet":13180,"insert_time":"2014-08-23T01:51:27.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68714,"10":22,"107":466,"11":364,"12":67,"13":466,"14":136,"15":216,"155":28,"156":17,"158":37,"159":5,"16":139,"160":44,"161":266,"167":41,"17":199,"18":822,"19":425,"20":93,"209":42,"21":520,"210":20,"211":2,"214":7,"215":99,"221":264,"223":548,"224":72,"225":344,"23":363,"24":1125,"25":194,"257":58,"26":248,"268":6,"27":110,"273":79,"276":36,"279":12,"28":385,"281":7,"282":7,"291":19,"292":128,"30":33,"302":13,"306":5,"31":50,"314":6,"32":11,"33":35,"34":21,"347":9,"35":75,"352":560,"36":106,"37":90,"38":384,"380":6,"381":29,"383":26,"389":2,"39":62,"391":20,"396":1,"397":15,"40":33,"409":43,"41":71,"414":16,"415":73,"419":13,"42":101,"426":1,"43":27,"430":8,"433":3,"434":2,"44":46,"45":15,"46":119,"48":48,"49":70,"5":714,"51":43,"52":41,"53":45,"56":11,"570":3,"6":273,"63":20,"7":712,"79":45,"8":192,"80":11,"9":301,"all_client":81921,"all_tv_clinet":13207,"insert_time":"2014-08-23T01:52:28.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69041,"10":18,"107":460,"11":371,"12":73,"13":463,"14":135,"15":222,"155":29,"156":19,"158":38,"159":4,"16":139,"160":45,"161":259,"167":45,"17":199,"18":822,"19":424,"20":92,"209":40,"21":537,"210":21,"211":2,"214":7,"215":99,"221":268,"223":552,"224":74,"225":332,"23":366,"24":1116,"25":193,"257":64,"26":249,"268":6,"27":112,"273":83,"276":38,"279":11,"28":388,"281":6,"282":6,"291":19,"292":128,"30":30,"302":13,"306":5,"31":50,"314":6,"32":11,"33":37,"34":21,"347":9,"35":73,"352":570,"36":110,"37":90,"38":399,"380":5,"381":29,"383":26,"389":3,"39":62,"391":20,"396":1,"397":16,"40":34,"409":36,"41":73,"414":16,"415":73,"419":14,"42":92,"426":2,"43":27,"430":9,"433":3,"434":2,"44":47,"45":14,"46":115,"48":48,"49":67,"5":725,"51":40,"52":42,"53":50,"56":13,"570":2,"6":258,"63":19,"7":711,"79":45,"8":190,"80":10,"9":305,"all_client":82283,"all_tv_clinet":13242,"insert_time":"2014-08-23T01:53:29.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69271,"10":15,"107":454,"11":377,"12":73,"13":459,"14":130,"15":221,"155":29,"156":20,"158":38,"159":3,"16":144,"160":48,"161":263,"167":45,"17":204,"18":827,"19":429,"20":91,"209":40,"21":557,"210":25,"211":1,"214":8,"215":101,"221":275,"223":560,"224":75,"225":344,"23":359,"24":1122,"25":190,"257":69,"26":247,"268":5,"27":111,"273":85,"276":38,"279":10,"28":388,"281":7,"282":6,"291":20,"292":131,"30":28,"302":13,"306":5,"31":45,"314":7,"32":10,"33":35,"34":20,"347":9,"35":71,"352":577,"36":108,"37":93,"38":397,"380":5,"381":30,"383":26,"389":3,"39":59,"391":16,"396":1,"397":17,"40":33,"409":35,"41":74,"414":14,"415":69,"419":12,"42":84,"426":2,"43":27,"430":7,"433":2,"434":2,"44":43,"45":14,"46":115,"48":47,"49":68,"5":738,"51":35,"52":41,"53":50,"56":14,"570":3,"6":241,"63":17,"7":731,"79":47,"8":193,"80":9,"9":310,"all_client":82567,"all_tv_clinet":13296,"insert_time":"2014-08-23T01:54:29.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69594,"10":15,"107":469,"11":375,"12":74,"13":449,"14":125,"15":226,"155":29,"156":20,"158":38,"159":5,"16":151,"160":48,"161":253,"167":48,"168":1,"17":213,"18":824,"19":439,"20":91,"209":38,"21":561,"210":26,"211":1,"214":8,"215":101,"221":269,"223":563,"224":76,"225":345,"23":349,"24":1138,"25":186,"257":66,"26":249,"268":6,"27":118,"273":83,"276":40,"279":10,"28":399,"281":7,"282":7,"291":19,"292":130,"30":24,"302":13,"306":5,"31":42,"314":6,"32":9,"33":40,"34":23,"347":11,"35":76,"352":560,"36":107,"37":91,"38":399,"380":5,"381":31,"383":27,"389":2,"39":57,"391":18,"396":2,"397":15,"40":34,"409":38,"41":75,"414":14,"415":65,"419":14,"42":78,"426":2,"43":30,"430":7,"433":2,"434":2,"44":49,"45":16,"46":114,"48":46,"49":60,"5":753,"51":34,"52":45,"53":51,"56":15,"570":3,"6":241,"63":20,"7":722,"79":48,"8":199,"80":8,"9":313,"all_client":82943,"all_tv_clinet":13349,"insert_time":"2014-08-23T01:55:30.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69772,"10":19,"107":461,"11":380,"12":70,"13":437,"14":114,"15":226,"155":27,"156":20,"158":40,"159":6,"16":151,"160":47,"161":248,"167":47,"168":1,"17":226,"18":834,"19":439,"20":94,"209":36,"21":558,"210":26,"211":1,"214":8,"215":101,"221":268,"223":560,"224":74,"225":365,"23":341,"24":1162,"25":181,"257":67,"26":246,"268":6,"27":119,"273":85,"276":40,"279":11,"28":401,"281":7,"282":7,"291":19,"292":135,"30":21,"302":13,"306":5,"31":40,"314":6,"32":10,"33":44,"34":26,"347":10,"35":79,"352":573,"36":111,"37":94,"38":390,"380":5,"381":30,"383":27,"389":2,"39":64,"391":18,"396":3,"397":15,"40":34,"409":43,"41":80,"414":17,"415":69,"419":14,"42":71,"426":2,"43":30,"430":8,"433":3,"434":2,"44":49,"45":18,"46":112,"48":45,"49":54,"5":768,"51":32,"52":44,"53":53,"56":18,"570":4,"6":244,"63":20,"7":730,"79":46,"8":204,"80":8,"9":318,"all_client":83209,"all_tv_clinet":13437,"insert_time":"2014-08-23T01:56:30.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69992,"10":19,"107":465,"11":389,"12":71,"13":422,"14":114,"15":228,"155":28,"156":19,"158":37,"159":7,"16":153,"160":48,"161":225,"167":47,"168":1,"17":228,"18":839,"19":423,"20":96,"209":36,"21":558,"210":20,"211":1,"214":11,"215":100,"221":261,"223":560,"224":76,"225":353,"23":348,"24":1201,"25":177,"257":69,"26":254,"268":7,"27":117,"273":83,"276":41,"279":13,"28":399,"281":5,"282":9,"291":20,"292":135,"30":21,"302":14,"306":5,"31":38,"314":6,"32":10,"33":47,"34":33,"347":10,"35":85,"352":582,"36":105,"37":94,"38":387,"380":5,"381":28,"383":27,"389":2,"39":68,"391":17,"396":5,"397":15,"40":34,"409":47,"41":78,"414":17,"415":69,"419":12,"42":72,"426":2,"43":30,"430":8,"433":3,"434":2,"44":48,"45":18,"46":113,"48":49,"49":47,"5":761,"51":33,"52":44,"53":49,"56":18,"570":3,"6":254,"63":19,"7":720,"79":48,"8":209,"80":8,"9":325,"all_client":83449,"all_tv_clinet":13457,"insert_time":"2014-08-23T01:57:31.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70267,"10":20,"107":459,"11":394,"12":74,"13":412,"14":111,"15":231,"155":28,"156":20,"158":37,"159":7,"16":152,"160":48,"161":209,"167":47,"17":231,"18":821,"19":411,"20":97,"209":37,"21":560,"210":17,"211":1,"214":12,"215":97,"221":254,"223":566,"224":75,"225":366,"23":344,"24":1218,"25":171,"257":68,"26":258,"268":6,"27":116,"273":84,"276":41,"279":13,"28":401,"281":5,"282":10,"291":21,"292":144,"30":19,"302":14,"306":5,"31":36,"314":6,"32":11,"33":48,"34":35,"347":8,"35":86,"352":589,"36":109,"37":95,"38":394,"380":4,"381":28,"383":30,"389":2,"39":70,"391":18,"396":5,"397":15,"40":36,"409":51,"41":83,"414":15,"415":67,"419":10,"42":73,"426":2,"43":30,"430":8,"433":3,"434":2,"44":47,"45":17,"46":111,"48":43,"49":44,"5":758,"51":35,"52":49,"53":44,"56":21,"570":3,"6":261,"63":20,"7":716,"79":47,"8":217,"80":9,"9":331,"all_client":83741,"all_tv_clinet":13474,"insert_time":"2014-08-23T01:58:31.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70472,"10":18,"107":456,"11":399,"12":77,"13":402,"14":107,"15":235,"155":27,"156":20,"158":36,"159":8,"16":156,"160":49,"161":207,"167":43,"17":239,"18":808,"19":403,"20":105,"209":35,"21":577,"210":16,"211":1,"214":16,"215":99,"221":247,"223":567,"224":77,"225":369,"23":343,"24":1210,"25":176,"257":63,"26":265,"268":6,"27":119,"273":81,"276":41,"279":13,"28":400,"281":5,"282":8,"291":22,"292":148,"30":20,"302":15,"306":5,"31":36,"314":6,"32":10,"33":45,"34":38,"347":8,"35":90,"352":598,"36":107,"37":93,"38":390,"380":4,"381":30,"383":32,"389":2,"39":71,"391":19,"396":6,"397":15,"40":36,"409":62,"41":86,"414":13,"415":71,"419":10,"42":72,"426":1,"43":30,"430":8,"433":2,"434":2,"44":48,"45":17,"46":103,"48":46,"49":43,"5":749,"51":36,"52":49,"53":50,"56":24,"570":4,"6":270,"63":20,"7":704,"79":47,"8":220,"80":9,"9":343,"all_client":83986,"all_tv_clinet":13514,"insert_time":"2014-08-23T01:59:33.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70732,"10":18,"107":450,"11":416,"12":79,"13":395,"14":104,"15":233,"155":27,"156":21,"158":35,"159":9,"16":161,"160":50,"161":202,"167":43,"168":1,"17":238,"18":759,"19":397,"20":118,"209":36,"21":564,"210":16,"211":1,"214":16,"215":102,"221":243,"223":585,"224":77,"225":372,"23":353,"24":1196,"25":186,"257":62,"26":256,"268":5,"27":118,"273":75,"276":40,"279":13,"28":402,"281":3,"282":8,"291":22,"292":143,"30":19,"302":15,"306":5,"31":36,"314":6,"32":12,"33":50,"34":42,"347":8,"35":86,"352":611,"36":118,"37":94,"38":401,"380":5,"381":26,"383":33,"389":2,"39":71,"391":17,"396":4,"397":16,"40":37,"409":68,"41":87,"414":12,"415":76,"419":10,"42":72,"426":1,"43":30,"430":8,"433":2,"434":1,"44":51,"45":17,"46":96,"48":48,"49":33,"5":742,"51":37,"52":50,"53":54,"56":25,"570":5,"6":281,"63":19,"7":716,"79":48,"8":219,"80":10,"9":349,"all_client":84263,"all_tv_clinet":13531,"insert_time":"2014-08-23T02:00:34.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71046,"10":18,"107":454,"11":421,"12":80,"13":394,"14":104,"15":238,"155":28,"156":21,"158":32,"159":9,"16":165,"160":50,"161":205,"167":44,"168":2,"17":245,"18":739,"19":385,"20":127,"209":32,"21":573,"210":14,"211":1,"214":14,"215":105,"221":244,"223":596,"224":70,"225":368,"23":354,"24":1180,"25":197,"257":61,"26":250,"268":5,"27":121,"273":80,"276":40,"279":12,"28":403,"281":3,"282":8,"291":22,"292":137,"30":19,"302":14,"306":5,"31":37,"314":8,"32":13,"33":49,"34":46,"347":9,"35":87,"352":626,"36":117,"37":97,"38":411,"380":5,"381":26,"383":32,"389":2,"39":70,"391":18,"396":4,"397":15,"40":38,"409":74,"41":82,"414":12,"415":77,"419":10,"42":71,"426":1,"43":32,"430":8,"433":2,"434":1,"44":47,"45":19,"46":92,"48":48,"49":31,"5":735,"51":36,"52":51,"53":59,"56":26,"570":5,"6":291,"63":20,"7":721,"79":47,"8":218,"80":10,"9":354,"all_client":84625,"all_tv_clinet":13579,"insert_time":"2014-08-23T02:01:34.792Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71277,"10":19,"107":461,"11":422,"12":82,"13":397,"14":105,"15":235,"155":30,"156":21,"158":29,"159":7,"16":165,"160":52,"161":206,"167":44,"168":2,"17":239,"18":743,"19":369,"20":131,"209":33,"21":573,"210":14,"211":1,"214":15,"215":103,"221":242,"223":601,"224":66,"225":381,"23":362,"24":1197,"25":216,"257":64,"26":231,"268":5,"27":122,"273":85,"276":41,"279":11,"28":415,"281":3,"282":9,"291":23,"292":126,"30":17,"302":14,"306":5,"31":37,"314":8,"32":13,"33":54,"34":44,"347":10,"35":83,"352":623,"36":119,"37":99,"38":427,"380":5,"381":25,"383":30,"389":2,"39":77,"391":19,"396":3,"397":15,"40":38,"409":77,"41":81,"414":11,"415":79,"419":10,"42":67,"426":1,"43":30,"430":10,"433":2,"434":1,"44":42,"45":22,"46":86,"48":49,"49":30,"5":737,"51":35,"52":50,"53":61,"56":25,"570":6,"6":293,"63":22,"7":731,"79":45,"8":217,"80":10,"9":348,"all_client":84920,"all_tv_clinet":13643,"insert_time":"2014-08-23T02:02:35.346Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71554,"10":18,"107":476,"11":429,"12":88,"13":392,"14":108,"15":237,"155":29,"156":23,"158":28,"159":7,"16":165,"160":53,"161":208,"167":43,"168":2,"17":239,"18":745,"19":371,"20":132,"209":34,"21":573,"210":14,"211":1,"214":16,"215":102,"221":235,"223":610,"224":63,"225":383,"23":360,"24":1195,"25":239,"257":64,"26":203,"268":6,"27":121,"273":87,"276":42,"279":12,"28":412,"281":2,"282":9,"291":24,"292":116,"30":16,"302":14,"306":4,"31":38,"314":7,"32":15,"33":55,"34":47,"347":10,"35":85,"352":613,"36":123,"37":100,"38":432,"380":4,"381":26,"383":29,"389":2,"39":81,"391":19,"396":3,"397":14,"40":41,"409":72,"41":85,"414":12,"415":83,"419":8,"42":73,"426":1,"43":31,"430":11,"433":2,"434":1,"44":39,"45":20,"46":88,"48":52,"49":29,"5":734,"51":36,"52":49,"53":61,"56":28,"570":5,"6":285,"63":23,"7":736,"79":44,"8":221,"80":11,"9":345,"all_client":85233,"all_tv_clinet":13679,"insert_time":"2014-08-23T02:03:35.911Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71771,"10":18,"107":490,"11":436,"12":91,"13":386,"14":114,"15":238,"155":30,"156":19,"158":30,"159":7,"16":164,"160":51,"161":212,"167":42,"168":2,"17":219,"18":770,"19":376,"20":129,"209":36,"21":590,"210":14,"211":1,"214":16,"215":96,"221":233,"223":624,"224":59,"225":385,"23":364,"24":1197,"25":241,"257":60,"26":177,"268":4,"27":121,"273":91,"276":39,"279":11,"28":417,"281":1,"282":9,"291":24,"292":120,"30":17,"302":12,"306":5,"31":33,"314":5,"32":15,"33":61,"34":47,"347":7,"35":86,"352":626,"36":121,"37":100,"38":426,"380":3,"381":27,"383":30,"389":2,"39":83,"391":18,"396":4,"397":14,"40":39,"409":66,"41":84,"414":10,"415":80,"419":8,"42":75,"426":1,"43":29,"430":13,"433":3,"434":1,"44":34,"45":19,"46":87,"48":55,"49":24,"5":732,"51":38,"52":47,"53":57,"56":31,"570":4,"6":295,"63":22,"7":726,"79":44,"8":227,"80":12,"9":344,"all_client":85474,"all_tv_clinet":13703,"insert_time":"2014-08-23T02:04:36.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71988,"10":16,"107":483,"11":442,"12":85,"13":383,"14":122,"15":236,"155":32,"156":19,"158":31,"159":8,"16":165,"160":50,"161":222,"167":41,"168":2,"17":211,"18":777,"19":375,"20":123,"209":45,"21":590,"210":14,"211":1,"214":16,"215":96,"221":234,"223":625,"224":54,"225":402,"23":368,"24":1211,"25":245,"257":56,"26":163,"268":4,"27":123,"273":92,"276":39,"279":11,"28":426,"281":2,"282":10,"291":26,"292":123,"30":18,"302":10,"306":5,"31":36,"314":6,"32":15,"33":59,"34":48,"347":7,"35":80,"352":626,"36":120,"37":102,"38":441,"380":3,"381":27,"383":30,"389":2,"39":89,"391":20,"396":4,"397":15,"40":42,"409":55,"41":87,"414":9,"415":79,"419":7,"42":78,"426":1,"43":32,"430":16,"433":5,"44":32,"45":17,"46":84,"48":58,"49":27,"5":721,"51":39,"52":48,"53":53,"56":32,"570":6,"6":299,"63":23,"7":712,"79":45,"8":236,"80":12,"9":351,"all_client":85756,"all_tv_clinet":13768,"insert_time":"2014-08-23T02:05:37.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72311,"10":18,"107":485,"11":434,"12":80,"13":387,"14":129,"15":238,"155":32,"156":20,"158":33,"159":8,"16":166,"160":47,"161":227,"167":39,"168":1,"17":201,"18":785,"19":372,"20":127,"209":45,"21":594,"210":13,"211":1,"214":17,"215":91,"221":245,"223":625,"224":51,"225":390,"23":375,"24":1218,"25":246,"257":54,"26":147,"268":4,"27":127,"273":97,"276":40,"279":11,"28":436,"281":2,"282":10,"291":25,"292":125,"30":20,"302":10,"306":7,"31":32,"314":5,"32":14,"33":58,"34":48,"347":6,"35":73,"352":631,"36":124,"37":104,"38":446,"380":3,"381":28,"383":31,"389":2,"39":95,"391":20,"396":4,"397":13,"40":44,"409":55,"41":82,"414":9,"415":72,"419":7,"42":79,"426":1,"43":31,"430":16,"433":5,"44":31,"45":18,"46":80,"48":51,"49":29,"5":714,"51":38,"52":50,"53":49,"56":34,"570":8,"6":308,"63":22,"7":708,"79":44,"8":245,"80":12,"9":362,"all_client":86107,"all_tv_clinet":13796,"insert_time":"2014-08-23T02:06:37.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72519,"10":16,"107":484,"11":437,"12":76,"13":392,"14":135,"15":238,"155":32,"156":20,"158":33,"159":8,"16":178,"160":43,"161":228,"167":37,"168":1,"17":189,"18":786,"19":365,"20":125,"209":48,"21":592,"210":11,"211":3,"214":17,"215":87,"221":246,"223":638,"224":50,"225":390,"23":378,"24":1239,"25":252,"257":54,"26":145,"268":4,"27":123,"273":103,"276":43,"279":12,"28":441,"281":1,"282":10,"291":25,"292":123,"30":20,"302":9,"306":7,"31":36,"314":5,"32":15,"33":54,"34":48,"347":6,"35":65,"352":644,"36":123,"37":105,"38":448,"380":3,"381":26,"383":33,"389":2,"39":100,"391":19,"396":3,"397":13,"40":43,"409":56,"41":80,"414":10,"415":75,"419":8,"42":79,"426":1,"43":32,"430":18,"433":5,"44":30,"45":19,"46":85,"48":48,"49":31,"5":691,"51":39,"52":52,"53":45,"56":32,"570":8,"6":318,"63":24,"7":710,"79":44,"8":250,"80":13,"9":365,"all_client":86372,"all_tv_clinet":13853,"insert_time":"2014-08-23T02:07:38.411Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72691,"10":15,"107":489,"11":441,"12":73,"13":394,"14":132,"15":236,"155":33,"156":21,"158":31,"159":7,"16":180,"160":44,"161":232,"167":37,"168":1,"17":179,"18":776,"19":372,"20":129,"209":49,"21":598,"210":13,"211":3,"214":18,"215":89,"221":242,"223":643,"224":45,"225":400,"23":378,"24":1261,"25":259,"257":58,"26":137,"268":3,"27":122,"273":104,"276":43,"279":10,"28":451,"281":2,"282":11,"291":24,"292":121,"30":18,"302":10,"306":7,"31":39,"314":5,"32":15,"33":54,"34":52,"347":5,"35":58,"352":651,"36":120,"37":110,"38":451,"380":3,"381":28,"383":33,"389":2,"39":97,"391":19,"396":3,"397":13,"40":40,"409":61,"41":76,"414":10,"415":74,"419":11,"42":82,"426":2,"43":35,"430":23,"433":4,"44":29,"45":19,"46":84,"48":44,"49":29,"5":660,"51":40,"52":55,"53":46,"56":33,"570":8,"6":319,"63":21,"7":716,"79":46,"8":253,"80":13,"9":362,"all_client":86585,"all_tv_clinet":13894,"insert_time":"2014-08-23T02:08:39.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72902,"10":16,"107":478,"11":447,"12":71,"13":407,"14":133,"15":235,"155":35,"156":22,"158":32,"159":6,"16":180,"160":42,"161":234,"167":36,"168":2,"17":172,"18":779,"19":375,"20":130,"209":53,"21":606,"210":13,"211":3,"214":18,"215":91,"221":252,"223":642,"224":40,"225":409,"23":370,"24":1291,"25":256,"257":59,"26":137,"268":4,"27":122,"273":105,"276":44,"279":11,"28":464,"281":2,"282":10,"291":23,"292":119,"30":16,"302":10,"306":7,"31":40,"314":4,"32":14,"33":51,"34":52,"347":4,"35":54,"352":649,"36":125,"37":109,"38":445,"380":3,"381":30,"383":32,"389":2,"39":98,"391":19,"396":3,"397":13,"40":40,"409":63,"41":73,"414":12,"415":74,"419":13,"42":82,"426":2,"43":35,"430":23,"433":3,"44":26,"45":18,"46":89,"48":44,"49":29,"5":637,"51":42,"52":59,"53":42,"56":29,"570":7,"6":324,"63":23,"7":718,"79":48,"8":250,"80":12,"9":357,"all_client":86832,"all_tv_clinet":13930,"insert_time":"2014-08-23T02:09:39.614Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73079,"10":16,"107":467,"11":450,"12":66,"13":418,"14":138,"15":237,"155":33,"156":22,"158":32,"159":5,"16":175,"160":42,"161":237,"167":40,"168":1,"17":162,"18":775,"19":376,"20":126,"209":53,"21":614,"210":14,"211":2,"214":19,"215":89,"221":257,"223":630,"224":36,"225":410,"23":374,"24":1313,"25":258,"257":60,"26":126,"268":4,"27":126,"273":104,"276":41,"279":7,"28":473,"281":4,"282":10,"291":21,"292":117,"30":16,"302":10,"306":7,"31":44,"314":4,"32":15,"33":48,"34":52,"347":4,"35":51,"352":654,"36":127,"37":113,"38":455,"380":3,"381":30,"383":29,"389":2,"39":102,"391":19,"396":2,"397":14,"40":41,"409":61,"41":74,"414":13,"415":79,"419":14,"42":81,"426":2,"43":33,"430":28,"433":4,"44":26,"45":17,"46":85,"48":43,"49":26,"5":608,"51":42,"52":60,"53":40,"56":29,"570":8,"6":344,"63":23,"7":725,"79":49,"8":257,"80":12,"9":363,"all_client":87047,"all_tv_clinet":13968,"insert_time":"2014-08-23T02:10:40.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73293,"10":17,"107":465,"11":453,"12":66,"13":421,"14":139,"15":237,"155":34,"156":23,"158":33,"159":4,"16":166,"160":36,"161":223,"167":41,"168":2,"17":161,"18":780,"19":377,"20":130,"209":50,"21":613,"210":17,"211":2,"214":18,"215":94,"221":266,"223":633,"224":35,"225":407,"23":384,"24":1339,"25":259,"257":57,"26":126,"268":5,"27":128,"273":103,"276":41,"279":7,"28":486,"281":4,"282":10,"291":21,"292":117,"30":19,"302":11,"306":7,"31":44,"314":4,"32":17,"33":46,"34":53,"347":4,"35":52,"352":650,"36":132,"37":109,"38":449,"380":3,"381":33,"383":27,"389":2,"39":103,"391":19,"396":1,"397":14,"40":39,"409":62,"41":80,"414":13,"415":80,"419":13,"42":80,"43":33,"430":29,"433":4,"44":29,"45":14,"46":92,"48":42,"49":25,"5":603,"51":43,"52":62,"53":40,"56":29,"570":7,"6":359,"63":23,"7":711,"79":50,"8":257,"80":14,"9":361,"all_client":87316,"all_tv_clinet":14023,"insert_time":"2014-08-23T02:11:41.107Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73492,"10":17,"107":480,"11":450,"12":61,"13":422,"14":147,"15":243,"155":35,"156":21,"158":34,"159":5,"16":169,"160":34,"161":201,"167":39,"168":2,"17":153,"18":785,"19":382,"20":127,"209":47,"21":622,"210":18,"211":2,"214":18,"215":93,"221":261,"223":622,"224":38,"225":412,"23":392,"24":1359,"25":268,"257":58,"26":123,"268":5,"27":119,"273":100,"276":40,"279":6,"28":496,"281":4,"282":10,"291":21,"292":120,"30":18,"302":11,"306":7,"31":46,"314":3,"32":16,"33":43,"34":52,"347":4,"35":58,"352":644,"36":132,"37":115,"38":465,"380":3,"381":31,"383":27,"389":1,"39":105,"391":18,"396":2,"397":15,"40":37,"409":59,"41":86,"414":15,"415":85,"419":14,"42":86,"43":37,"430":31,"433":3,"44":26,"45":14,"46":92,"48":39,"49":24,"5":592,"51":44,"52":58,"53":43,"56":31,"570":8,"6":360,"63":22,"7":698,"79":48,"8":253,"80":15,"9":358,"all_client":87547,"all_tv_clinet":14055,"insert_time":"2014-08-23T02:12:41.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73656,"10":16,"107":498,"11":452,"12":58,"13":431,"14":151,"15":246,"155":35,"156":25,"158":32,"159":6,"16":171,"160":32,"161":186,"167":40,"168":2,"17":146,"18":780,"19":391,"20":128,"209":47,"21":626,"210":16,"211":2,"214":18,"215":91,"221":267,"223":598,"224":41,"225":406,"23":396,"24":1378,"25":268,"257":57,"26":125,"268":5,"27":105,"273":99,"276":41,"279":7,"28":505,"281":4,"282":9,"291":21,"292":113,"30":17,"302":12,"306":7,"31":44,"314":5,"32":17,"33":40,"34":56,"347":4,"35":60,"352":648,"36":140,"37":113,"38":451,"380":3,"381":33,"383":28,"389":1,"39":108,"391":18,"396":1,"397":14,"40":37,"409":60,"41":89,"414":15,"415":87,"419":16,"42":88,"43":41,"430":31,"433":3,"44":26,"45":14,"46":95,"48":37,"49":27,"5":583,"51":46,"52":59,"53":44,"56":32,"570":7,"6":358,"63":22,"7":701,"79":46,"8":263,"80":15,"9":361,"all_client":87750,"all_tv_clinet":14094,"insert_time":"2014-08-23T02:13:42.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73922,"10":17,"107":507,"11":448,"12":55,"13":438,"14":158,"15":244,"155":37,"156":24,"158":32,"159":6,"16":177,"160":33,"161":182,"167":38,"168":1,"17":140,"18":775,"19":393,"20":125,"209":42,"21":635,"210":16,"211":4,"214":17,"215":92,"221":268,"223":566,"224":46,"225":401,"23":405,"24":1400,"25":270,"257":58,"26":123,"268":4,"27":86,"273":89,"276":38,"279":7,"28":509,"281":5,"282":10,"291":20,"292":102,"30":19,"302":12,"306":7,"31":46,"314":6,"32":17,"33":37,"34":55,"347":6,"35":62,"352":651,"36":139,"37":119,"38":437,"380":3,"381":27,"383":28,"389":1,"39":111,"391":17,"396":1,"397":13,"40":38,"409":63,"41":87,"414":17,"415":86,"419":15,"42":90,"43":39,"430":29,"433":3,"44":26,"45":14,"46":96,"48":38,"49":29,"5":577,"51":52,"52":61,"53":41,"56":31,"570":7,"6":353,"63":23,"7":710,"79":43,"8":269,"80":14,"9":372,"all_client":88002,"all_tv_clinet":14080,"insert_time":"2014-08-23T02:14:43.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74093,"10":20,"107":525,"11":453,"12":50,"13":448,"14":160,"15":248,"155":35,"156":24,"158":30,"159":6,"16":178,"160":31,"161":192,"167":39,"17":140,"18":761,"19":394,"20":125,"209":42,"21":651,"210":15,"211":4,"214":17,"215":89,"221":272,"223":566,"224":53,"225":405,"23":406,"24":1394,"25":257,"257":58,"26":126,"268":4,"27":83,"273":90,"276":38,"279":5,"28":509,"281":5,"282":11,"291":20,"292":95,"30":20,"302":12,"306":7,"31":52,"314":6,"32":15,"33":33,"34":54,"347":6,"35":57,"352":657,"36":139,"37":115,"38":440,"380":3,"381":31,"383":29,"389":2,"39":110,"391":16,"396":1,"397":13,"40":37,"409":68,"41":87,"414":17,"415":78,"419":15,"42":90,"43":38,"430":29,"433":3,"44":25,"45":13,"46":102,"48":39,"49":28,"5":581,"51":51,"52":62,"53":34,"56":31,"570":7,"6":339,"63":24,"7":706,"79":44,"8":271,"80":16,"9":382,"all_client":88202,"all_tv_clinet":14109,"insert_time":"2014-08-23T02:15:43.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74284,"10":20,"107":518,"11":455,"12":46,"13":453,"14":164,"15":255,"155":34,"156":25,"158":30,"159":5,"16":182,"160":32,"161":193,"167":36,"17":145,"18":754,"19":394,"20":124,"209":39,"21":648,"210":18,"211":4,"214":20,"215":88,"221":277,"223":576,"224":54,"225":421,"23":414,"24":1388,"25":254,"257":59,"26":125,"268":4,"27":76,"273":90,"276":37,"279":4,"28":520,"281":5,"282":10,"291":20,"292":91,"30":21,"302":12,"306":7,"31":50,"314":5,"32":12,"33":31,"34":56,"347":7,"35":62,"352":646,"36":136,"37":116,"38":437,"380":5,"381":31,"383":27,"389":2,"39":115,"391":18,"396":1,"397":13,"40":34,"409":72,"41":89,"414":18,"415":72,"419":14,"42":94,"426":1,"43":40,"430":33,"433":3,"44":24,"45":13,"46":101,"48":38,"49":31,"5":580,"51":53,"52":61,"53":33,"56":30,"570":7,"6":322,"63":24,"7":699,"79":42,"8":270,"80":19,"9":390,"all_client":88408,"all_tv_clinet":14124,"insert_time":"2014-08-23T02:16:44.352Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74556,"10":23,"107":519,"11":461,"12":48,"13":454,"14":169,"15":261,"155":32,"156":28,"158":29,"159":7,"16":183,"160":30,"161":211,"167":33,"17":143,"18":762,"19":400,"20":124,"209":39,"21":639,"210":20,"211":3,"214":23,"215":89,"221":269,"223":576,"224":55,"225":424,"23":415,"24":1377,"25":260,"257":56,"26":129,"268":4,"27":74,"273":92,"276":39,"279":6,"28":526,"281":6,"282":9,"291":19,"292":95,"30":21,"302":11,"306":7,"31":53,"314":5,"32":11,"33":28,"34":58,"347":6,"35":63,"352":637,"36":125,"37":117,"38":430,"380":6,"381":30,"383":27,"389":2,"39":118,"391":18,"396":2,"397":13,"40":38,"409":76,"41":90,"414":17,"415":70,"419":15,"42":97,"426":1,"43":40,"430":36,"433":3,"44":22,"45":12,"46":102,"48":38,"49":30,"5":582,"51":54,"52":63,"53":36,"56":31,"570":6,"6":313,"63":24,"7":682,"79":43,"8":275,"80":17,"9":388,"all_client":88706,"all_tv_clinet":14150,"insert_time":"2014-08-23T02:17:44.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74783,"10":21,"107":525,"11":448,"12":49,"13":465,"14":168,"15":276,"155":31,"156":30,"158":28,"159":7,"16":185,"160":31,"161":225,"167":35,"17":149,"18":772,"19":409,"20":122,"209":41,"21":624,"210":20,"211":3,"214":23,"215":92,"221":271,"223":570,"224":55,"225":410,"23":416,"24":1379,"25":269,"257":54,"26":135,"268":4,"27":73,"273":91,"276":38,"279":6,"28":536,"281":6,"282":10,"291":18,"292":98,"30":21,"302":10,"306":7,"31":52,"314":6,"32":11,"33":28,"34":59,"347":6,"35":65,"352":640,"36":120,"37":118,"38":432,"380":6,"381":28,"383":28,"389":2,"39":121,"391":20,"396":2,"397":16,"40":36,"409":72,"41":92,"414":15,"415":70,"419":13,"42":96,"426":1,"43":38,"430":37,"433":4,"44":20,"45":11,"46":108,"48":37,"49":29,"5":584,"51":51,"52":65,"53":39,"56":29,"570":6,"6":313,"63":25,"7":656,"79":41,"8":271,"80":16,"9":384,"all_client":88958,"all_tv_clinet":14175,"insert_time":"2014-08-23T02:18:45.637Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75045,"10":20,"107":525,"11":443,"12":48,"13":476,"14":169,"15":282,"155":31,"156":26,"158":26,"159":10,"16":184,"160":31,"161":223,"167":33,"17":153,"18":785,"19":408,"20":118,"209":42,"21":611,"210":19,"211":3,"214":21,"215":97,"221":261,"223":570,"224":60,"225":399,"23":423,"24":1396,"25":273,"257":52,"26":140,"268":4,"27":73,"273":92,"276":40,"279":6,"28":534,"281":6,"282":9,"291":18,"292":108,"30":21,"302":10,"306":7,"31":51,"314":5,"32":10,"33":26,"34":57,"347":6,"35":64,"352":641,"36":121,"37":121,"38":427,"380":6,"381":28,"383":27,"389":2,"39":125,"391":18,"396":3,"397":16,"40":37,"409":64,"41":86,"414":16,"415":78,"419":17,"42":100,"43":39,"430":39,"433":4,"44":23,"45":10,"46":111,"48":35,"49":25,"5":566,"51":56,"52":63,"53":41,"56":32,"570":7,"6":323,"63":24,"7":644,"79":42,"8":274,"80":15,"9":381,"all_client":89237,"all_tv_clinet":14192,"insert_time":"2014-08-23T02:19:46.268Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75239,"10":23,"107":521,"11":442,"12":45,"13":501,"14":168,"15":284,"155":31,"156":23,"158":26,"159":11,"16":188,"160":33,"161":218,"167":32,"17":152,"18":788,"19":416,"20":115,"209":41,"21":600,"210":18,"211":3,"214":21,"215":93,"221":253,"223":553,"224":64,"225":388,"23":421,"24":1390,"25":275,"257":54,"26":147,"268":4,"27":70,"273":93,"276":40,"279":7,"28":541,"281":6,"282":8,"291":20,"292":120,"30":24,"302":10,"306":6,"31":54,"314":3,"32":11,"33":25,"34":60,"347":7,"35":65,"352":655,"36":130,"37":122,"38":434,"380":6,"381":29,"383":28,"389":2,"39":126,"391":18,"396":3,"397":16,"40":37,"409":55,"41":77,"414":17,"415":81,"419":17,"42":98,"43":40,"430":41,"433":4,"44":23,"45":11,"46":121,"48":36,"49":25,"5":573,"51":55,"52":63,"53":40,"56":33,"570":8,"6":327,"63":22,"7":618,"79":42,"8":270,"80":16,"9":387,"all_client":89457,"all_tv_clinet":14218,"insert_time":"2014-08-23T02:20:46.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75461,"10":24,"107":522,"11":435,"12":44,"13":516,"14":171,"15":287,"155":31,"156":23,"158":27,"159":11,"16":192,"160":32,"161":214,"167":32,"17":153,"18":775,"19":415,"20":110,"209":35,"21":586,"210":18,"211":3,"214":23,"215":96,"221":254,"223":521,"224":72,"225":391,"23":422,"24":1398,"25":284,"257":55,"26":144,"268":5,"27":70,"273":95,"276":40,"279":6,"28":546,"281":6,"282":8,"291":19,"292":128,"30":24,"302":10,"306":5,"31":56,"314":3,"32":13,"33":26,"34":65,"347":10,"35":65,"352":641,"36":130,"37":123,"38":439,"380":5,"381":29,"383":28,"389":3,"39":135,"391":20,"396":2,"397":14,"40":41,"409":54,"41":68,"414":17,"415":83,"419":19,"42":96,"43":40,"430":41,"433":4,"44":24,"45":12,"46":128,"48":36,"49":25,"5":564,"51":55,"52":68,"53":41,"56":31,"570":6,"6":337,"63":21,"7":605,"79":44,"8":274,"80":17,"9":401,"all_client":89698,"all_tv_clinet":14237,"insert_time":"2014-08-23T02:21:47.595Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75601,"10":27,"107":519,"11":449,"12":40,"13":519,"14":171,"15":288,"155":29,"156":24,"158":26,"159":9,"16":191,"160":33,"161":213,"167":33,"17":148,"18":783,"19":409,"20":112,"209":38,"21":589,"210":19,"211":3,"214":23,"215":97,"221":249,"223":505,"224":72,"225":406,"23":422,"24":1416,"25":277,"257":60,"26":139,"268":4,"27":70,"273":97,"276":38,"279":6,"28":547,"281":6,"282":9,"291":19,"292":135,"30":25,"302":13,"306":5,"31":56,"314":3,"32":10,"33":28,"34":68,"347":14,"35":61,"352":647,"36":132,"37":123,"38":451,"380":6,"381":29,"383":27,"389":3,"39":139,"391":21,"396":2,"397":14,"40":43,"409":51,"41":67,"414":16,"415":83,"419":20,"42":93,"43":37,"430":40,"433":4,"44":23,"45":12,"46":138,"48":36,"49":23,"5":561,"51":52,"52":69,"53":33,"56":30,"570":5,"6":334,"63":21,"7":595,"79":38,"8":281,"80":19,"9":419,"all_client":89890,"all_tv_clinet":14289,"insert_time":"2014-08-23T02:22:48.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75917,"10":25,"107":513,"11":447,"12":40,"13":519,"14":172,"15":299,"155":27,"156":25,"158":25,"159":9,"16":189,"160":31,"161":212,"167":34,"17":150,"18":784,"19":406,"20":111,"209":37,"21":578,"210":19,"211":3,"214":22,"215":99,"221":252,"223":506,"224":80,"225":420,"23":420,"24":1423,"25":288,"257":62,"26":142,"268":3,"27":67,"273":100,"276":39,"279":3,"28":546,"281":7,"282":10,"291":20,"292":135,"30":23,"302":13,"306":5,"31":54,"314":2,"32":10,"33":28,"34":72,"347":14,"35":63,"352":642,"36":135,"37":120,"38":450,"380":6,"381":30,"383":28,"389":3,"39":140,"391":22,"396":2,"397":13,"40":44,"409":49,"41":70,"414":15,"415":81,"419":22,"42":95,"43":37,"430":40,"433":4,"44":24,"45":11,"46":143,"48":36,"49":21,"5":553,"51":54,"52":67,"53":35,"56":28,"570":5,"6":331,"63":21,"7":586,"79":37,"8":287,"80":17,"9":427,"all_client":90231,"all_tv_clinet":14314,"insert_time":"2014-08-23T02:23:48.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76174,"10":28,"107":503,"11":445,"12":41,"13":527,"14":170,"15":306,"155":24,"156":26,"158":23,"159":9,"16":186,"160":32,"161":215,"167":31,"168":1,"17":150,"18":782,"19":397,"20":113,"209":33,"21":568,"210":19,"211":3,"214":21,"215":105,"221":258,"223":508,"224":83,"225":429,"23":431,"24":1420,"25":301,"257":64,"26":147,"268":5,"27":65,"273":102,"276":41,"279":3,"28":534,"281":7,"282":9,"291":23,"292":132,"30":27,"302":14,"306":5,"31":57,"314":3,"32":11,"33":28,"34":70,"347":18,"35":66,"352":648,"36":133,"37":115,"38":426,"380":6,"381":32,"383":25,"389":3,"39":137,"391":23,"396":3,"397":13,"40":51,"409":50,"41":70,"414":14,"415":84,"419":23,"42":96,"43":39,"430":40,"433":3,"44":24,"45":12,"46":143,"48":38,"49":22,"5":547,"51":52,"52":71,"53":31,"56":28,"570":5,"6":334,"63":20,"7":568,"79":35,"8":282,"80":16,"9":439,"all_client":90494,"all_tv_clinet":14320,"insert_time":"2014-08-23T02:24:49.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76323,"10":29,"107":502,"11":438,"12":41,"13":533,"14":173,"15":307,"155":25,"156":24,"158":23,"159":10,"16":191,"160":34,"161":214,"167":32,"168":1,"17":153,"18":784,"19":380,"20":109,"209":33,"21":559,"210":18,"211":3,"214":20,"215":111,"221":270,"223":519,"224":85,"225":431,"23":438,"24":1428,"25":308,"257":66,"26":157,"268":5,"27":65,"273":102,"276":42,"279":2,"28":531,"281":7,"282":9,"291":24,"292":138,"30":29,"302":15,"306":5,"31":60,"314":3,"32":10,"33":30,"34":68,"347":19,"35":65,"352":643,"36":132,"37":112,"38":422,"380":6,"381":31,"383":25,"389":3,"39":140,"391":20,"396":3,"397":13,"40":51,"409":49,"41":71,"414":14,"415":78,"419":23,"42":97,"43":39,"430":39,"433":5,"44":24,"45":12,"46":152,"48":37,"49":24,"5":561,"51":53,"52":71,"53":29,"56":26,"570":5,"6":338,"63":21,"7":564,"79":33,"8":282,"80":16,"9":446,"all_client":90711,"all_tv_clinet":14388,"insert_time":"2014-08-23T02:25:50.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76547,"10":31,"107":516,"11":441,"12":42,"13":541,"14":179,"15":308,"155":26,"156":26,"158":23,"159":9,"16":180,"160":35,"161":214,"167":32,"168":1,"17":161,"18":767,"19":351,"20":109,"209":38,"21":538,"210":16,"211":3,"214":21,"215":112,"221":288,"223":517,"224":88,"225":430,"23":442,"24":1444,"25":315,"257":61,"26":160,"268":4,"27":65,"273":103,"276":42,"279":1,"28":528,"281":7,"282":9,"291":24,"292":135,"30":33,"302":15,"306":5,"31":60,"314":3,"32":10,"33":34,"34":67,"347":22,"35":68,"352":646,"36":133,"37":102,"38":406,"380":6,"381":31,"383":27,"389":3,"39":141,"391":19,"396":2,"397":13,"40":53,"409":52,"41":76,"414":14,"415":81,"419":23,"42":97,"43":40,"430":39,"433":5,"44":21,"45":13,"46":158,"48":39,"49":23,"5":572,"51":53,"52":76,"53":26,"56":22,"570":4,"6":337,"63":21,"7":556,"79":38,"8":291,"80":17,"9":459,"all_client":90982,"all_tv_clinet":14435,"insert_time":"2014-08-23T02:26:50.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76737,"10":29,"107":516,"11":444,"12":46,"13":548,"14":182,"15":316,"155":27,"156":27,"158":21,"159":10,"16":161,"160":35,"161":202,"167":35,"168":1,"17":174,"18":753,"19":346,"20":105,"209":40,"21":526,"210":15,"211":3,"214":20,"215":111,"221":294,"223":510,"224":87,"225":435,"23":443,"24":1468,"25":324,"257":61,"26":162,"268":4,"27":68,"273":96,"276":42,"279":2,"28":544,"281":7,"282":8,"291":24,"292":140,"30":33,"302":15,"306":5,"31":57,"314":2,"32":12,"33":31,"34":69,"347":24,"35":69,"352":648,"36":129,"37":102,"38":410,"380":6,"381":31,"383":27,"389":3,"39":128,"391":18,"396":2,"397":13,"40":50,"409":54,"41":81,"414":13,"415":79,"419":25,"42":95,"43":44,"430":40,"433":5,"44":20,"45":14,"46":161,"48":44,"49":23,"5":583,"51":52,"52":81,"53":30,"56":19,"570":6,"6":341,"63":21,"7":551,"79":43,"8":292,"80":18,"9":457,"all_client":91225,"all_tv_clinet":14488,"insert_time":"2014-08-23T02:27:51.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76935,"10":30,"107":524,"11":437,"12":54,"13":560,"14":191,"15":322,"155":27,"156":30,"158":20,"159":10,"16":138,"160":34,"161":199,"167":36,"168":1,"17":179,"18":742,"19":344,"20":106,"209":37,"21":507,"210":14,"211":2,"214":20,"215":106,"221":295,"223":512,"224":92,"225":441,"23":446,"24":1475,"25":342,"257":62,"26":164,"268":5,"27":70,"273":94,"276":44,"279":2,"28":558,"281":7,"282":9,"291":24,"292":128,"30":33,"302":15,"306":4,"31":57,"314":2,"32":14,"33":33,"34":68,"347":21,"35":76,"352":644,"36":130,"37":92,"38":404,"380":6,"381":31,"383":28,"389":3,"39":111,"391":17,"396":3,"397":15,"40":52,"409":62,"41":80,"414":15,"415":83,"419":24,"42":99,"43":46,"430":42,"433":3,"44":19,"45":12,"46":168,"48":44,"49":26,"5":596,"51":55,"52":82,"53":31,"56":19,"570":6,"6":339,"63":20,"7":544,"79":43,"8":291,"80":18,"9":444,"all_client":91445,"all_tv_clinet":14510,"insert_time":"2014-08-23T02:28:52.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77144,"10":31,"107":507,"11":439,"12":59,"13":572,"14":185,"15":329,"155":28,"156":28,"158":21,"159":12,"16":131,"160":30,"161":189,"167":35,"168":1,"17":186,"18":732,"19":343,"20":104,"209":34,"21":499,"210":13,"211":2,"214":21,"215":102,"221":288,"223":512,"224":94,"225":455,"23":451,"24":1507,"25":353,"257":63,"26":171,"268":6,"27":78,"273":85,"276":43,"279":3,"28":560,"281":5,"282":11,"291":24,"292":116,"30":34,"302":15,"306":4,"31":52,"314":3,"32":13,"33":33,"34":73,"347":20,"35":77,"352":649,"36":136,"37":84,"38":404,"380":8,"381":30,"383":27,"389":4,"39":101,"391":16,"396":3,"397":15,"40":54,"409":68,"41":89,"414":18,"415":82,"419":23,"42":102,"426":1,"43":49,"430":39,"433":3,"44":18,"45":11,"46":165,"48":46,"49":27,"5":606,"51":61,"52":75,"53":35,"56":18,"570":5,"6":332,"63":20,"7":531,"79":42,"8":292,"80":19,"9":454,"all_client":91688,"all_tv_clinet":14544,"insert_time":"2014-08-23T02:29:52.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77416,"10":29,"107":493,"11":447,"12":58,"13":570,"14":179,"15":333,"155":32,"156":25,"158":22,"159":12,"16":123,"160":30,"161":182,"167":34,"168":1,"17":194,"18":716,"19":335,"20":105,"209":41,"21":487,"210":13,"211":2,"214":22,"215":96,"221":290,"223":524,"224":98,"225":439,"23":457,"24":1520,"25":359,"257":66,"26":174,"268":6,"27":75,"273":84,"276":44,"279":3,"28":575,"281":5,"282":11,"291":25,"292":108,"30":34,"302":13,"306":3,"31":55,"314":3,"32":13,"33":36,"34":74,"347":21,"35":82,"352":649,"36":132,"37":82,"38":398,"380":8,"381":25,"383":24,"389":4,"39":99,"391":14,"396":3,"397":17,"40":56,"409":72,"41":92,"414":19,"415":85,"419":24,"42":101,"426":1,"43":50,"430":35,"433":3,"44":22,"45":12,"46":164,"48":47,"49":28,"5":615,"51":65,"52":65,"53":36,"56":15,"570":7,"6":326,"63":19,"7":514,"79":42,"8":298,"80":24,"9":458,"all_client":91944,"all_tv_clinet":14528,"insert_time":"2014-08-23T02:30:53.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77599,"10":28,"107":495,"11":450,"12":61,"13":575,"14":160,"15":333,"155":31,"156":28,"158":23,"159":11,"16":117,"160":27,"161":182,"167":35,"168":1,"17":199,"18":716,"19":350,"20":106,"209":42,"21":488,"210":16,"211":2,"214":20,"215":93,"221":294,"223":541,"224":101,"225":445,"23":456,"24":1503,"25":361,"257":63,"26":178,"268":6,"27":80,"273":86,"276":42,"279":4,"28":586,"281":5,"282":11,"291":24,"292":108,"30":37,"302":13,"306":4,"31":56,"314":3,"32":16,"33":36,"34":68,"347":21,"35":85,"352":656,"36":129,"37":82,"38":399,"380":8,"381":26,"383":21,"389":4,"39":96,"391":15,"396":3,"397":16,"40":60,"409":71,"41":95,"414":17,"415":87,"419":25,"42":101,"426":4,"43":56,"430":33,"433":2,"44":24,"45":13,"46":171,"48":45,"49":27,"5":629,"51":69,"52":57,"53":37,"56":14,"570":7,"6":325,"63":19,"7":499,"79":45,"8":302,"80":24,"9":464,"all_client":92198,"all_tv_clinet":14599,"insert_time":"2014-08-23T02:31:54.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77793,"10":28,"107":502,"11":460,"12":64,"13":579,"14":161,"15":329,"155":31,"156":29,"158":22,"159":11,"16":127,"160":26,"161":194,"167":36,"168":1,"17":207,"18":709,"19":362,"20":100,"209":42,"21":486,"210":17,"211":2,"214":19,"215":94,"221":288,"223":549,"224":105,"225":433,"23":463,"24":1473,"25":370,"257":65,"26":180,"268":6,"27":81,"273":87,"276":39,"279":4,"28":593,"281":5,"282":13,"291":26,"292":114,"30":36,"302":13,"306":3,"31":56,"314":2,"32":16,"33":39,"34":63,"347":21,"35":86,"352":660,"36":132,"37":84,"38":400,"380":7,"381":26,"383":21,"389":4,"39":94,"391":14,"396":4,"397":16,"40":58,"409":71,"41":89,"414":16,"415":85,"419":25,"42":97,"426":4,"43":58,"430":29,"433":2,"44":22,"45":14,"46":171,"48":45,"49":27,"5":640,"51":64,"52":55,"53":39,"56":15,"570":5,"6":330,"63":19,"7":502,"79":47,"8":294,"80":23,"9":457,"all_client":92425,"all_tv_clinet":14632,"insert_time":"2014-08-23T02:32:54.780Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77967,"10":33,"107":504,"11":453,"12":64,"13":583,"14":163,"15":318,"155":33,"156":29,"158":21,"159":12,"16":133,"160":25,"161":204,"167":35,"168":1,"17":206,"18":710,"19":361,"20":102,"209":42,"21":492,"210":19,"211":2,"214":18,"215":95,"221":285,"223":568,"224":107,"225":437,"23":463,"24":1465,"25":375,"257":66,"26":187,"268":4,"27":85,"273":94,"276":40,"279":5,"28":596,"281":6,"282":12,"291":26,"292":117,"30":36,"302":12,"306":3,"31":53,"314":2,"32":17,"33":42,"34":55,"347":21,"35":88,"352":660,"36":128,"37":86,"38":396,"380":7,"381":26,"383":26,"389":3,"39":91,"391":14,"396":4,"397":15,"40":61,"409":69,"41":86,"414":17,"415":83,"419":25,"42":100,"426":5,"43":59,"430":29,"433":2,"44":25,"45":11,"46":177,"48":47,"49":25,"5":661,"51":62,"52":51,"53":34,"56":14,"570":4,"6":337,"63":19,"7":501,"79":48,"8":283,"80":20,"9":459,"all_client":92662,"all_tv_clinet":14695,"insert_time":"2014-08-23T02:33:55.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78105,"10":33,"107":508,"11":458,"12":65,"13":578,"14":168,"15":302,"155":33,"156":28,"158":20,"159":11,"16":144,"160":25,"161":211,"167":35,"168":1,"17":213,"18":714,"19":360,"20":104,"209":41,"21":495,"210":16,"211":2,"214":18,"215":95,"221":278,"223":564,"224":107,"225":429,"23":462,"24":1483,"25":388,"257":64,"26":192,"268":4,"27":91,"273":94,"276":40,"279":7,"28":609,"281":6,"282":13,"291":27,"292":118,"30":36,"302":11,"306":2,"31":50,"314":2,"32":15,"33":38,"34":49,"347":22,"35":90,"352":663,"36":134,"37":87,"38":403,"380":8,"381":26,"383":24,"389":3,"39":90,"391":15,"396":5,"397":15,"40":58,"409":70,"41":86,"414":17,"415":82,"419":24,"42":101,"426":4,"43":57,"430":27,"433":4,"44":28,"45":11,"46":179,"48":47,"49":21,"5":676,"51":62,"52":48,"53":36,"56":14,"570":4,"6":353,"63":17,"7":514,"79":46,"8":257,"80":18,"9":465,"all_client":92873,"all_tv_clinet":14768,"insert_time":"2014-08-23T02:34:56.078Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78285,"10":30,"107":529,"11":455,"12":60,"13":578,"14":166,"15":294,"155":32,"156":29,"158":20,"159":11,"16":146,"160":25,"161":214,"167":37,"168":1,"17":214,"18":710,"19":353,"20":109,"209":41,"21":502,"210":16,"211":2,"214":17,"215":90,"221":280,"223":577,"224":110,"225":422,"23":448,"24":1468,"25":403,"257":69,"26":200,"268":5,"27":93,"273":97,"276":38,"279":8,"28":612,"281":6,"282":11,"291":27,"292":119,"30":35,"302":12,"306":2,"31":51,"314":2,"32":16,"33":39,"34":47,"347":23,"35":91,"352":663,"36":137,"37":87,"38":399,"380":8,"381":27,"383":25,"389":3,"39":86,"391":15,"396":6,"397":15,"40":57,"409":68,"41":92,"414":21,"415":74,"419":27,"42":102,"426":4,"43":55,"430":26,"433":4,"44":33,"45":8,"46":189,"48":45,"49":20,"5":685,"51":59,"52":45,"53":31,"56":14,"570":4,"6":352,"63":18,"7":508,"79":44,"8":244,"80":18,"9":467,"all_client":93062,"all_tv_clinet":14777,"insert_time":"2014-08-23T02:35:56.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78432,"10":31,"107":526,"11":446,"12":62,"13":585,"14":174,"15":286,"155":34,"156":30,"158":19,"159":12,"16":145,"160":28,"161":220,"167":38,"168":1,"17":217,"18":723,"19":361,"20":115,"209":34,"21":503,"210":16,"211":2,"214":18,"215":90,"221":284,"223":591,"224":114,"225":425,"23":435,"24":1468,"25":416,"257":66,"26":204,"268":5,"27":94,"273":99,"276":33,"279":8,"28":612,"281":6,"282":11,"291":27,"292":118,"30":38,"302":12,"306":2,"31":49,"314":2,"32":15,"33":38,"34":46,"347":25,"35":94,"352":661,"36":130,"37":84,"38":403,"380":8,"381":29,"383":23,"389":2,"39":86,"391":14,"396":5,"397":13,"40":58,"409":64,"41":96,"414":22,"415":74,"419":26,"42":101,"426":5,"43":57,"430":25,"433":3,"44":35,"45":8,"46":199,"48":47,"49":21,"5":687,"51":60,"52":41,"53":31,"56":13,"570":5,"6":356,"63":17,"7":509,"79":44,"8":237,"80":16,"9":471,"all_client":93271,"all_tv_clinet":14839,"insert_time":"2014-08-23T02:36:57.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78638,"10":30,"107":507,"11":442,"12":62,"13":573,"14":177,"15":282,"155":37,"156":27,"158":17,"159":11,"16":152,"160":29,"161":214,"167":37,"168":1,"17":218,"18":718,"19":359,"20":115,"209":34,"21":513,"210":17,"211":2,"214":18,"215":92,"221":292,"223":600,"224":119,"225":425,"23":417,"24":1468,"25":417,"257":66,"26":209,"268":5,"27":95,"273":98,"276":34,"279":8,"28":617,"281":6,"282":8,"291":27,"292":127,"30":41,"302":13,"306":2,"31":48,"314":3,"32":14,"33":37,"34":44,"347":29,"35":95,"352":669,"36":133,"37":87,"38":408,"380":7,"381":30,"383":24,"389":2,"39":80,"391":16,"396":4,"397":13,"40":60,"409":65,"41":103,"414":23,"415":80,"419":27,"42":95,"426":5,"43":62,"430":24,"433":2,"44":37,"45":8,"46":208,"48":48,"49":21,"5":689,"51":62,"52":47,"53":35,"56":11,"570":5,"6":366,"63":17,"7":506,"79":43,"8":232,"80":12,"9":477,"all_client":93529,"all_tv_clinet":14891,"insert_time":"2014-08-23T02:37:58.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78809,"10":31,"107":493,"11":445,"12":64,"13":566,"14":182,"15":269,"155":37,"156":27,"158":19,"159":10,"16":157,"160":27,"161":212,"167":36,"168":2,"17":218,"18":713,"19":366,"20":115,"209":37,"21":521,"210":17,"211":2,"214":18,"215":88,"221":292,"223":607,"224":127,"225":426,"23":404,"24":1458,"25":425,"257":71,"26":213,"268":5,"27":97,"273":96,"276":34,"279":7,"28":597,"281":6,"282":9,"291":27,"292":135,"30":42,"302":14,"306":2,"31":41,"314":3,"32":13,"33":35,"34":45,"347":31,"35":94,"352":672,"36":130,"37":91,"38":414,"380":8,"381":31,"383":23,"389":1,"39":83,"391":16,"396":6,"397":12,"40":61,"409":62,"41":104,"414":27,"415":86,"419":31,"42":87,"426":6,"43":62,"430":22,"433":2,"44":37,"45":8,"46":209,"48":51,"49":22,"5":692,"51":66,"52":49,"53":34,"56":11,"570":5,"6":359,"63":16,"7":511,"79":40,"8":227,"80":13,"9":489,"all_client":93713,"all_tv_clinet":14904,"insert_time":"2014-08-23T02:38:58.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79030,"10":30,"107":506,"11":433,"12":67,"13":571,"14":179,"15":248,"155":39,"156":28,"158":21,"159":9,"16":167,"160":26,"161":208,"167":37,"168":1,"17":203,"18":711,"19":369,"20":118,"209":41,"21":537,"210":17,"211":2,"214":17,"215":89,"221":279,"223":621,"224":128,"225":427,"23":392,"24":1439,"25":434,"257":73,"26":217,"268":5,"27":101,"273":99,"276":33,"279":8,"28":573,"281":6,"282":10,"291":28,"292":139,"30":42,"302":15,"306":2,"31":42,"314":2,"32":12,"33":37,"34":51,"347":27,"35":91,"352":669,"36":136,"37":94,"38":418,"380":8,"381":29,"383":25,"389":1,"39":85,"391":16,"396":5,"397":12,"40":61,"409":66,"41":104,"414":27,"415":87,"419":28,"42":80,"426":6,"43":60,"430":22,"433":3,"44":37,"45":8,"46":219,"48":50,"49":22,"5":706,"51":67,"52":53,"53":37,"56":11,"570":4,"6":345,"63":16,"7":511,"79":42,"8":221,"80":13,"9":498,"all_client":93939,"all_tv_clinet":14909,"insert_time":"2014-08-23T02:39:59.383Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79206,"10":33,"107":528,"11":424,"12":71,"13":566,"14":180,"15":234,"155":38,"156":31,"158":22,"159":9,"16":177,"160":25,"161":214,"167":37,"168":2,"17":194,"18":715,"19":377,"20":113,"209":44,"21":544,"210":15,"211":2,"214":17,"215":91,"221":281,"223":632,"224":134,"225":418,"23":392,"24":1424,"25":438,"257":75,"26":215,"268":5,"27":101,"273":102,"276":35,"279":8,"28":562,"281":6,"282":9,"291":27,"292":143,"30":42,"302":13,"306":3,"31":40,"32":14,"33":38,"34":62,"347":27,"35":93,"352":667,"36":133,"37":93,"38":415,"380":7,"381":31,"383":23,"389":1,"39":86,"391":14,"396":5,"397":12,"40":63,"409":71,"41":109,"414":28,"415":83,"419":30,"42":76,"426":4,"43":62,"430":20,"433":2,"44":40,"45":8,"46":213,"48":51,"49":28,"5":716,"51":65,"52":52,"53":36,"56":10,"570":4,"6":334,"63":16,"7":521,"79":42,"8":208,"80":15,"9":511,"all_client":94153,"all_tv_clinet":14947,"insert_time":"2014-08-23T02:41:00.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79427,"10":34,"107":534,"11":395,"12":75,"13":561,"14":183,"15":220,"155":39,"156":30,"158":22,"159":10,"16":182,"160":27,"161":211,"167":40,"168":2,"17":183,"18":711,"19":389,"20":111,"209":45,"21":556,"210":15,"211":2,"214":17,"215":90,"221":272,"223":627,"224":135,"225":423,"23":388,"24":1391,"25":434,"257":73,"26":218,"268":6,"27":104,"273":109,"276":38,"279":7,"28":562,"281":7,"282":7,"291":27,"292":144,"30":41,"302":13,"306":3,"31":42,"32":13,"33":41,"34":65,"347":26,"35":94,"352":666,"36":129,"37":91,"38":421,"380":6,"381":33,"383":27,"39":91,"391":13,"396":3,"397":12,"40":69,"409":80,"41":112,"414":26,"415":82,"419":30,"42":75,"426":4,"43":68,"430":22,"433":4,"44":38,"45":9,"46":217,"48":48,"49":30,"5":744,"51":69,"52":58,"53":42,"56":8,"570":4,"6":334,"63":17,"7":532,"79":40,"8":201,"80":15,"9":525,"all_client":94416,"all_tv_clinet":14989,"insert_time":"2014-08-23T02:42:00.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79599,"10":38,"107":538,"11":378,"12":72,"13":561,"14":192,"15":206,"155":39,"156":30,"158":22,"159":9,"16":187,"160":26,"161":211,"167":42,"168":2,"17":175,"18":704,"19":399,"20":110,"209":47,"21":556,"210":15,"211":2,"214":18,"215":91,"221":266,"223":631,"224":131,"225":426,"23":384,"24":1380,"25":437,"257":69,"26":224,"268":7,"27":102,"273":101,"276":37,"279":7,"28":564,"281":7,"282":7,"291":27,"292":157,"30":41,"302":14,"306":3,"31":45,"32":13,"33":43,"34":68,"347":29,"35":88,"352":665,"36":129,"37":90,"38":421,"380":7,"381":33,"383":24,"39":104,"391":14,"396":4,"397":13,"40":67,"409":77,"41":119,"414":29,"415":80,"419":31,"42":71,"426":4,"43":74,"430":26,"433":4,"44":41,"45":9,"46":219,"48":47,"49":35,"5":760,"51":75,"52":63,"53":41,"56":7,"570":3,"6":340,"63":18,"7":543,"79":39,"8":201,"80":15,"9":535,"all_client":94654,"all_tv_clinet":15055,"insert_time":"2014-08-23T02:43:01.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79836,"10":35,"107":529,"11":356,"12":75,"13":559,"14":199,"15":198,"155":41,"156":31,"158":24,"159":9,"16":191,"160":28,"161":202,"167":46,"168":2,"17":167,"18":698,"19":399,"20":114,"209":48,"21":579,"210":15,"211":2,"214":19,"215":90,"221":267,"223":645,"224":112,"225":427,"23":373,"24":1396,"25":440,"257":73,"26":225,"268":7,"27":100,"273":94,"276":35,"279":6,"28":554,"281":7,"282":8,"291":28,"292":153,"30":42,"302":14,"306":3,"31":45,"32":13,"33":44,"34":77,"347":28,"35":82,"352":661,"36":131,"37":92,"38":418,"380":7,"381":30,"383":27,"39":112,"391":12,"396":5,"397":13,"40":65,"409":71,"41":123,"414":31,"415":78,"419":30,"42":67,"426":5,"43":66,"430":27,"433":4,"44":45,"45":11,"46":227,"48":47,"49":34,"5":772,"51":73,"52":65,"53":41,"56":8,"570":4,"6":349,"63":21,"7":536,"79":40,"8":198,"80":16,"9":545,"all_client":94897,"all_tv_clinet":15061,"insert_time":"2014-08-23T02:44:02.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80097,"10":34,"107":527,"11":353,"12":74,"13":562,"14":194,"15":189,"155":42,"156":30,"158":28,"159":9,"16":199,"160":29,"161":198,"167":46,"168":2,"17":170,"18":703,"19":409,"20":114,"209":49,"21":601,"210":15,"211":2,"214":19,"215":86,"221":288,"223":637,"224":99,"225":436,"23":369,"24":1390,"25":419,"257":74,"26":227,"268":7,"27":105,"273":87,"276":35,"279":6,"28":547,"281":6,"282":7,"291":27,"292":149,"30":42,"302":15,"306":3,"31":45,"32":15,"33":43,"34":86,"347":28,"35":75,"352":674,"36":131,"37":90,"38":419,"380":7,"381":33,"383":25,"39":112,"391":11,"396":6,"397":14,"40":58,"409":66,"41":123,"414":28,"415":75,"419":34,"42":64,"426":7,"43":58,"430":29,"433":3,"44":48,"45":11,"46":224,"48":48,"49":36,"5":789,"51":73,"52":63,"53":38,"56":9,"570":4,"6":351,"63":22,"7":544,"79":38,"8":202,"80":15,"9":551,"all_client":95181,"all_tv_clinet":15084,"insert_time":"2014-08-23T02:45:02.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80291,"10":34,"107":514,"11":350,"12":77,"13":566,"14":201,"15":176,"155":43,"156":29,"158":31,"159":7,"16":206,"160":30,"161":198,"167":46,"168":2,"17":173,"18":704,"19":423,"20":113,"209":52,"21":616,"210":14,"211":2,"214":19,"215":84,"221":287,"223":622,"224":90,"225":436,"23":360,"24":1383,"25":394,"257":74,"26":231,"268":8,"27":114,"273":88,"276":36,"279":4,"28":559,"281":6,"282":5,"291":25,"292":143,"30":45,"302":15,"306":3,"31":53,"314":1,"32":14,"33":46,"34":90,"347":28,"35":66,"352":682,"36":137,"37":94,"38":427,"380":8,"381":34,"383":25,"39":120,"391":10,"396":7,"397":14,"40":57,"409":63,"41":124,"414":28,"415":81,"419":33,"42":63,"426":8,"43":50,"430":33,"433":2,"44":50,"45":12,"46":232,"48":47,"49":36,"5":785,"51":71,"52":67,"53":40,"56":12,"570":4,"6":354,"63":23,"7":558,"79":35,"8":201,"80":13,"9":562,"all_client":95429,"all_tv_clinet":15138,"insert_time":"2014-08-23T02:46:03.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80494,"10":34,"107":514,"11":350,"12":73,"13":563,"14":204,"15":177,"155":44,"156":30,"158":33,"159":7,"16":207,"160":28,"161":185,"167":44,"168":2,"17":163,"18":698,"19":434,"20":108,"209":51,"21":615,"210":13,"211":2,"214":20,"215":82,"221":287,"223":628,"224":88,"225":435,"23":370,"24":1377,"25":367,"257":73,"26":251,"268":9,"27":112,"273":84,"276":34,"279":5,"28":572,"281":6,"282":4,"291":25,"292":144,"30":44,"302":17,"306":3,"31":53,"314":3,"32":15,"33":47,"34":90,"347":29,"35":62,"352":678,"36":137,"37":95,"38":422,"380":8,"381":36,"383":25,"39":124,"391":13,"396":7,"397":14,"40":54,"409":63,"41":116,"414":29,"415":84,"419":33,"42":61,"426":9,"43":52,"430":33,"433":2,"44":49,"45":14,"46":227,"48":47,"49":42,"5":795,"51":70,"52":65,"53":44,"56":11,"570":5,"6":356,"63":21,"7":569,"79":35,"8":206,"80":13,"9":570,"all_client":95643,"all_tv_clinet":15149,"insert_time":"2014-08-23T02:47:04.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80668,"10":31,"107":495,"11":345,"12":71,"13":545,"14":202,"15":174,"155":44,"156":34,"158":36,"159":9,"16":220,"160":27,"161":184,"167":47,"168":1,"17":160,"18":695,"19":434,"20":105,"209":55,"21":604,"210":14,"211":2,"214":21,"215":81,"221":301,"223":630,"224":83,"225":452,"23":371,"24":1359,"25":338,"257":70,"26":265,"268":8,"27":113,"273":85,"276":32,"279":5,"28":588,"281":6,"282":5,"291":27,"292":143,"30":42,"302":19,"306":3,"31":58,"314":3,"32":16,"33":48,"34":95,"347":30,"35":60,"352":680,"36":136,"37":99,"38":428,"380":8,"381":34,"383":24,"39":130,"391":13,"396":8,"397":14,"40":57,"409":61,"41":116,"414":28,"415":90,"419":32,"42":64,"426":11,"43":51,"430":34,"433":2,"44":51,"45":17,"46":216,"48":49,"49":46,"5":802,"51":71,"52":67,"53":48,"56":11,"570":6,"6":349,"63":22,"7":569,"79":34,"8":218,"80":13,"9":584,"all_client":95852,"all_tv_clinet":15184,"insert_time":"2014-08-23T02:48:04.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80878,"10":29,"107":500,"11":349,"12":73,"13":525,"14":209,"15":174,"155":47,"156":30,"158":35,"159":10,"16":227,"160":27,"161":200,"167":46,"168":1,"17":160,"18":701,"19":418,"20":108,"209":53,"21":605,"210":14,"211":2,"214":20,"215":79,"221":302,"223":635,"224":79,"225":475,"23":360,"24":1344,"25":328,"257":67,"26":260,"268":7,"27":116,"273":86,"276":36,"279":3,"28":585,"281":6,"282":7,"291":28,"292":146,"30":43,"302":17,"306":4,"31":57,"314":4,"32":15,"33":49,"34":103,"347":35,"35":61,"352":669,"36":136,"37":105,"38":440,"380":9,"381":34,"383":25,"39":136,"391":16,"396":8,"397":14,"40":53,"409":66,"41":106,"414":33,"415":82,"419":34,"42":64,"426":12,"43":46,"430":33,"433":1,"44":54,"45":16,"46":207,"48":49,"49":51,"5":830,"51":65,"52":68,"53":53,"56":8,"570":6,"6":332,"63":22,"7":554,"79":33,"8":221,"80":17,"9":599,"all_client":96085,"all_tv_clinet":15207,"insert_time":"2014-08-23T02:49:05.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81144,"10":29,"107":502,"11":337,"12":78,"13":512,"14":209,"15":174,"155":46,"156":31,"158":34,"159":10,"16":229,"160":25,"161":233,"167":49,"168":1,"17":161,"18":708,"19":406,"20":102,"209":53,"21":613,"210":12,"211":2,"214":19,"215":80,"221":300,"223":629,"224":75,"225":504,"23":367,"24":1317,"25":316,"257":64,"26":233,"268":7,"27":120,"273":93,"276":36,"279":5,"28":573,"281":6,"282":10,"291":29,"292":156,"30":43,"302":17,"306":4,"31":55,"314":4,"32":13,"33":49,"34":117,"347":39,"35":56,"352":662,"36":142,"37":108,"38":432,"380":10,"381":33,"383":26,"39":143,"391":16,"396":7,"397":15,"40":55,"409":74,"41":108,"414":33,"415":83,"419":32,"42":65,"426":13,"43":44,"430":35,"433":1,"44":56,"45":18,"46":196,"48":53,"49":55,"5":830,"51":58,"52":63,"53":51,"56":9,"570":4,"6":300,"63":21,"7":562,"79":32,"8":233,"80":19,"9":620,"all_client":96353,"all_tv_clinet":15209,"insert_time":"2014-08-23T02:50:06.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81362,"10":30,"107":491,"11":337,"12":80,"13":501,"14":206,"15":171,"155":45,"156":31,"158":31,"159":11,"16":229,"160":25,"161":241,"167":51,"168":1,"17":162,"18":717,"19":381,"20":100,"209":55,"21":619,"210":12,"211":1,"214":18,"215":90,"221":300,"223":632,"224":70,"225":516,"23":381,"24":1312,"25":318,"257":66,"26":204,"268":7,"27":122,"273":101,"276":35,"279":7,"28":572,"281":6,"282":10,"291":29,"292":163,"30":45,"302":15,"306":4,"31":62,"314":4,"32":11,"33":45,"34":122,"347":42,"35":55,"352":653,"36":136,"37":107,"38":426,"380":10,"381":30,"383":32,"39":143,"391":19,"396":6,"397":15,"40":52,"409":81,"41":112,"414":35,"415":84,"419":30,"42":66,"426":14,"43":44,"430":38,"433":1,"44":55,"45":17,"46":191,"48":54,"49":60,"5":830,"51":54,"52":64,"53":53,"56":9,"570":3,"6":290,"63":22,"7":582,"79":30,"8":244,"80":23,"9":631,"all_client":96600,"all_tv_clinet":15238,"insert_time":"2014-08-23T02:51:07.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81581,"10":31,"107":480,"11":333,"12":83,"13":498,"14":202,"15":183,"155":46,"156":31,"158":33,"159":12,"16":241,"160":25,"161":234,"167":51,"168":1,"17":166,"18":715,"19":376,"20":101,"209":56,"21":616,"210":13,"211":1,"214":19,"215":91,"221":302,"223":635,"224":62,"225":525,"23":385,"24":1300,"25":309,"257":70,"26":190,"268":7,"27":121,"273":103,"276":35,"279":8,"28":576,"281":6,"282":10,"291":29,"292":167,"30":42,"302":14,"306":3,"31":65,"314":4,"32":11,"33":47,"34":125,"347":40,"35":50,"352":636,"36":135,"37":108,"38":416,"380":10,"381":30,"383":35,"39":149,"391":19,"396":5,"397":15,"40":48,"409":88,"41":108,"414":41,"415":89,"419":26,"42":66,"426":13,"43":45,"430":41,"433":1,"44":53,"45":16,"46":181,"48":57,"49":67,"5":839,"51":50,"52":63,"53":52,"56":9,"570":3,"6":294,"63":20,"7":596,"79":29,"8":258,"80":23,"9":639,"all_client":96833,"all_tv_clinet":15252,"insert_time":"2014-08-23T02:52:08.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81739,"10":31,"107":496,"11":335,"12":82,"13":488,"14":183,"15":189,"155":47,"156":31,"158":35,"159":13,"16":233,"160":27,"161":235,"167":51,"168":1,"17":173,"18":722,"19":377,"20":101,"209":62,"21":607,"210":13,"211":1,"214":19,"215":93,"221":298,"223":639,"224":60,"225":521,"23":385,"24":1294,"25":310,"257":69,"26":185,"268":7,"27":124,"273":106,"276":37,"279":8,"28":572,"281":6,"282":8,"291":29,"292":164,"30":39,"302":13,"306":3,"31":68,"314":4,"32":14,"33":50,"34":126,"347":36,"35":51,"352":632,"36":137,"37":111,"38":429,"380":12,"381":29,"383":32,"39":154,"391":21,"396":3,"397":16,"40":47,"409":93,"41":100,"414":41,"415":91,"419":26,"42":68,"426":13,"43":47,"430":43,"433":1,"44":54,"45":16,"46":174,"48":59,"49":70,"5":849,"51":48,"52":66,"53":56,"56":7,"570":3,"6":302,"63":20,"7":612,"79":29,"8":261,"80":24,"9":642,"all_client":97048,"all_tv_clinet":15309,"insert_time":"2014-08-23T02:53:09.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81963,"10":32,"107":503,"11":327,"12":84,"13":486,"14":172,"15":200,"155":47,"156":29,"158":37,"159":14,"16":220,"160":29,"161":241,"167":55,"168":1,"17":177,"18":715,"19":377,"20":96,"209":62,"21":614,"210":11,"211":2,"214":19,"215":88,"221":296,"223":648,"224":58,"225":524,"23":379,"24":1317,"25":308,"257":70,"26":179,"268":7,"27":123,"273":107,"276":38,"279":9,"28":571,"281":4,"282":7,"291":30,"292":161,"30":41,"302":16,"306":4,"31":70,"314":4,"32":15,"33":55,"34":123,"347":31,"35":49,"352":635,"36":133,"37":114,"38":437,"380":12,"381":28,"383":31,"39":155,"391":21,"396":2,"397":17,"40":45,"409":93,"41":93,"414":43,"415":87,"419":24,"42":68,"426":13,"43":50,"430":45,"433":2,"44":55,"45":15,"46":169,"48":63,"49":76,"5":846,"51":49,"52":69,"53":51,"56":6,"570":4,"6":294,"63":20,"7":627,"79":30,"8":272,"80":26,"9":646,"all_client":97311,"all_tv_clinet":15348,"insert_time":"2014-08-23T02:54:10.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82147,"10":30,"107":507,"11":327,"12":81,"13":477,"14":160,"15":208,"155":45,"156":31,"158":35,"159":13,"16":199,"160":30,"161":255,"167":55,"168":1,"17":185,"18":710,"19":374,"20":90,"209":63,"21":610,"210":11,"211":2,"214":19,"215":93,"221":300,"223":654,"224":56,"225":511,"23":365,"24":1354,"25":303,"257":76,"26":167,"268":6,"27":121,"273":108,"276":39,"279":7,"28":566,"281":4,"282":8,"291":31,"292":154,"30":47,"302":17,"306":4,"31":80,"314":3,"32":17,"33":53,"34":126,"347":25,"35":50,"352":642,"36":132,"37":113,"38":449,"380":9,"381":29,"383":30,"39":160,"391":22,"396":2,"397":17,"40":50,"409":91,"41":96,"414":48,"415":87,"419":23,"42":67,"426":13,"43":49,"430":45,"433":3,"44":55,"45":17,"46":163,"48":67,"49":79,"5":835,"51":50,"52":68,"53":47,"56":4,"570":4,"6":301,"63":20,"7":638,"79":28,"8":278,"80":27,"9":644,"all_client":97512,"all_tv_clinet":15365,"insert_time":"2014-08-23T02:55:10.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82370,"10":30,"107":510,"11":329,"12":76,"13":476,"14":157,"15":208,"155":44,"156":33,"158":35,"159":13,"16":199,"160":29,"161":257,"167":55,"168":1,"17":190,"18":707,"19":370,"20":88,"209":65,"21":607,"210":10,"211":2,"214":19,"215":92,"221":289,"223":672,"224":54,"225":525,"23":352,"24":1391,"25":307,"257":77,"26":166,"268":6,"27":123,"273":106,"276":40,"279":7,"28":579,"281":4,"282":8,"291":33,"292":137,"30":46,"302":16,"306":4,"31":81,"314":3,"32":13,"33":49,"34":124,"347":21,"35":49,"352":646,"36":131,"37":113,"38":449,"380":9,"381":29,"383":26,"39":164,"391":26,"396":1,"397":17,"40":49,"409":92,"41":92,"414":50,"415":86,"419":23,"42":66,"426":12,"43":47,"430":46,"433":3,"44":53,"45":17,"46":169,"48":65,"49":79,"5":833,"51":50,"52":64,"53":48,"56":6,"570":4,"6":293,"63":18,"7":654,"79":29,"8":279,"80":25,"9":653,"all_client":97770,"all_tv_clinet":15400,"insert_time":"2014-08-23T02:56:11.422Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82525,"10":27,"107":527,"11":332,"12":78,"13":476,"14":151,"15":219,"155":45,"156":33,"158":36,"159":14,"16":197,"160":29,"161":248,"167":56,"168":1,"17":192,"18":710,"19":383,"20":90,"209":65,"21":603,"210":10,"211":1,"214":19,"215":91,"221":278,"223":675,"224":49,"225":526,"23":345,"24":1390,"25":303,"257":77,"26":172,"268":5,"27":122,"273":110,"276":40,"279":8,"28":588,"281":5,"282":6,"291":29,"292":125,"30":44,"302":16,"306":3,"31":90,"314":3,"32":12,"33":50,"34":127,"347":19,"35":49,"352":655,"36":132,"37":117,"38":450,"380":9,"381":29,"383":27,"39":169,"391":27,"396":1,"397":16,"40":48,"409":97,"41":93,"414":53,"415":88,"419":22,"42":69,"426":13,"43":48,"430":47,"433":4,"44":52,"45":17,"46":173,"48":63,"49":81,"5":814,"51":48,"52":71,"53":48,"56":7,"570":3,"6":293,"63":16,"7":657,"79":29,"8":281,"80":25,"9":648,"all_client":97964,"all_tv_clinet":15439,"insert_time":"2014-08-23T02:57:12.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82730,"10":24,"107":530,"11":344,"12":83,"13":474,"14":150,"15":222,"155":45,"156":34,"158":35,"159":14,"16":199,"160":26,"161":237,"167":58,"168":1,"17":192,"18":712,"19":404,"20":90,"209":64,"21":593,"210":10,"211":1,"214":19,"215":94,"221":280,"223":687,"224":49,"225":526,"23":343,"24":1420,"25":300,"257":78,"26":181,"268":5,"27":123,"273":104,"276":38,"279":9,"28":594,"281":5,"282":7,"291":28,"292":125,"30":37,"302":16,"306":4,"31":91,"314":4,"32":13,"33":47,"34":133,"347":21,"35":48,"352":656,"36":132,"37":113,"38":444,"380":8,"381":25,"383":25,"39":175,"391":26,"396":2,"397":15,"40":50,"409":88,"41":92,"414":61,"415":85,"419":22,"42":65,"426":14,"43":49,"430":46,"433":3,"44":51,"45":16,"46":168,"48":56,"49":87,"5":778,"51":46,"52":71,"53":45,"56":8,"570":3,"6":298,"63":18,"7":649,"79":33,"8":286,"80":28,"9":626,"all_client":98164,"all_tv_clinet":15434,"insert_time":"2014-08-23T02:58:12.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82906,"10":24,"107":526,"11":348,"12":96,"13":484,"14":157,"15":230,"155":44,"156":33,"158":37,"159":13,"16":206,"160":27,"161":227,"167":59,"168":1,"17":191,"18":696,"19":422,"20":96,"209":66,"21":581,"210":10,"211":1,"214":18,"215":88,"221":289,"223":694,"224":50,"225":520,"23":345,"24":1428,"25":311,"257":84,"26":180,"268":4,"27":123,"273":96,"276":38,"279":9,"28":593,"281":5,"282":7,"291":28,"292":142,"30":36,"302":16,"306":4,"31":92,"314":5,"32":15,"33":48,"34":134,"347":20,"35":46,"352":659,"36":138,"37":116,"38":451,"380":7,"381":25,"383":25,"39":180,"391":22,"396":3,"397":15,"40":50,"409":80,"41":94,"414":65,"415":92,"419":22,"42":65,"426":13,"43":51,"430":44,"433":3,"44":54,"45":15,"46":166,"48":53,"49":85,"5":755,"51":44,"52":77,"53":50,"56":8,"570":4,"6":288,"63":19,"7":676,"79":32,"8":299,"80":32,"9":574,"all_client":98400,"all_tv_clinet":15494,"insert_time":"2014-08-23T02:59:13.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83008,"10":23,"107":521,"11":362,"12":103,"13":487,"14":155,"15":232,"155":44,"156":31,"158":40,"159":13,"16":212,"160":25,"161":225,"167":60,"168":1,"17":189,"18":677,"19":436,"20":103,"209":65,"21":573,"210":12,"211":1,"214":18,"215":89,"221":293,"223":708,"224":49,"225":524,"23":355,"24":1431,"25":315,"257":82,"26":176,"268":4,"27":121,"273":87,"276":37,"279":11,"28":598,"281":5,"282":6,"291":29,"292":145,"30":35,"302":16,"306":4,"31":93,"314":6,"32":14,"33":49,"34":140,"347":22,"35":45,"352":663,"36":143,"37":118,"38":444,"380":6,"381":27,"383":25,"39":183,"391":19,"396":3,"397":15,"40":55,"409":77,"41":97,"414":64,"415":89,"419":24,"42":66,"426":8,"43":51,"430":46,"433":3,"44":54,"45":16,"46":167,"48":47,"49":87,"5":725,"51":40,"52":80,"53":55,"56":12,"570":5,"6":282,"63":22,"7":712,"79":33,"8":302,"80":32,"9":525,"all_client":98527,"all_tv_clinet":15519,"insert_time":"2014-08-23T03:00:14.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83281,"10":25,"107":523,"11":379,"12":107,"13":489,"14":158,"15":243,"155":45,"156":32,"158":41,"159":14,"16":218,"160":26,"161":223,"167":59,"168":1,"17":183,"18":660,"19":434,"20":105,"209":62,"21":559,"210":11,"211":1,"214":19,"215":91,"221":297,"223":721,"224":48,"225":534,"23":355,"24":1451,"25":325,"257":79,"26":184,"268":4,"27":119,"273":89,"276":36,"279":11,"28":609,"281":5,"282":6,"291":29,"292":151,"30":33,"302":15,"306":4,"31":84,"314":6,"32":13,"33":49,"34":143,"347":20,"35":42,"352":660,"36":141,"37":118,"38":434,"380":7,"381":27,"383":24,"39":182,"391":18,"396":3,"397":15,"40":52,"409":73,"41":101,"414":66,"415":89,"419":25,"42":62,"426":5,"43":56,"430":47,"433":3,"44":57,"45":16,"46":167,"48":47,"49":89,"5":708,"51":38,"52":79,"53":57,"56":12,"570":5,"6":260,"63":22,"7":742,"79":31,"8":305,"80":32,"9":481,"all_client":98807,"all_tv_clinet":15526,"insert_time":"2014-08-23T03:01:15.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83525,"10":23,"107":523,"11":391,"12":111,"13":498,"14":157,"15":251,"155":44,"156":31,"158":40,"159":15,"16":225,"160":27,"161":207,"167":61,"17":176,"18":654,"19":444,"20":103,"209":62,"21":550,"210":11,"211":2,"214":19,"215":94,"221":299,"223":727,"224":46,"225":546,"23":352,"24":1466,"25":327,"257":75,"26":188,"268":5,"27":121,"273":86,"276":37,"279":9,"28":616,"281":3,"282":7,"291":28,"292":149,"30":34,"302":16,"306":4,"31":78,"314":5,"32":18,"33":49,"34":144,"347":19,"35":38,"352":664,"36":151,"37":119,"38":421,"380":7,"381":25,"383":23,"39":186,"391":18,"396":4,"397":14,"40":55,"409":68,"41":100,"414":68,"415":89,"419":28,"42":63,"426":5,"43":57,"430":47,"433":3,"44":55,"45":16,"46":174,"48":48,"49":91,"5":684,"51":37,"52":80,"53":55,"56":13,"570":3,"6":248,"63":22,"7":751,"79":31,"8":316,"80":34,"9":457,"all_client":99066,"all_tv_clinet":15541,"insert_time":"2014-08-23T03:02:15.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83736,"10":21,"107":527,"11":393,"12":117,"13":500,"14":157,"15":248,"155":44,"156":32,"158":40,"159":15,"16":231,"160":27,"161":207,"167":61,"17":173,"18":670,"19":440,"20":105,"209":55,"21":543,"210":11,"211":2,"214":21,"215":93,"221":294,"223":730,"224":45,"225":551,"23":355,"24":1484,"25":334,"257":71,"26":194,"268":5,"27":120,"273":81,"276":36,"279":9,"28":631,"281":3,"282":9,"291":26,"292":150,"30":31,"302":17,"306":4,"31":70,"314":6,"32":18,"33":47,"34":148,"347":19,"35":36,"352":669,"36":152,"37":125,"38":426,"380":7,"381":24,"383":23,"39":188,"391":20,"396":7,"397":13,"40":56,"409":64,"41":95,"414":69,"415":84,"419":26,"42":57,"426":5,"43":56,"430":48,"433":3,"44":52,"45":15,"46":180,"48":42,"49":89,"5":665,"51":38,"52":78,"53":60,"56":16,"570":3,"6":243,"63":22,"7":755,"79":30,"8":325,"80":34,"9":440,"all_client":99297,"all_tv_clinet":15561,"insert_time":"2014-08-23T03:03:16.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83953,"10":21,"107":525,"11":395,"12":116,"13":513,"14":165,"15":248,"155":44,"156":32,"158":43,"159":16,"16":245,"160":26,"161":195,"167":59,"17":171,"18":685,"19":435,"20":110,"209":53,"21":538,"210":13,"211":3,"214":21,"215":101,"221":290,"223":707,"224":44,"225":548,"23":361,"24":1491,"25":350,"257":74,"26":200,"268":6,"27":114,"273":84,"276":36,"279":9,"28":633,"281":3,"282":12,"291":25,"292":155,"30":31,"302":17,"306":4,"31":66,"314":8,"32":18,"33":43,"34":149,"347":18,"35":34,"352":683,"36":145,"37":128,"38":436,"380":7,"381":24,"383":22,"39":190,"391":21,"396":8,"397":12,"40":56,"409":68,"41":88,"414":69,"415":81,"419":24,"42":58,"426":6,"43":52,"430":50,"433":3,"44":44,"45":18,"46":188,"48":41,"49":88,"5":652,"51":35,"52":77,"53":61,"56":16,"570":3,"6":242,"63":24,"7":764,"79":29,"8":331,"80":34,"9":429,"all_client":99563,"all_tv_clinet":15610,"insert_time":"2014-08-23T03:04:17.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84132,"10":23,"107":533,"11":386,"12":121,"13":517,"14":167,"15":256,"155":45,"156":32,"158":43,"159":19,"16":247,"160":26,"161":194,"167":59,"17":173,"18":689,"19":432,"20":110,"209":51,"21":541,"210":14,"211":3,"214":22,"215":109,"221":292,"223":678,"224":41,"225":550,"23":362,"24":1502,"25":348,"257":69,"26":198,"268":6,"27":106,"273":84,"276":38,"279":10,"28":634,"281":3,"282":13,"291":23,"292":155,"30":31,"302":18,"306":4,"31":68,"314":8,"32":18,"33":41,"34":154,"347":18,"35":34,"352":690,"36":141,"37":135,"38":445,"380":6,"381":25,"383":23,"39":193,"391":21,"396":10,"397":11,"40":57,"409":71,"41":89,"414":69,"415":80,"419":20,"42":61,"426":4,"43":57,"430":53,"433":4,"44":38,"45":18,"46":190,"48":43,"49":88,"5":650,"51":33,"52":76,"53":66,"56":15,"570":3,"6":242,"63":23,"7":753,"79":29,"8":335,"80":35,"9":429,"all_client":99781,"all_tv_clinet":15649,"insert_time":"2014-08-23T03:05:17.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84298,"10":23,"107":521,"11":388,"12":116,"13":523,"14":174,"15":264,"155":46,"156":33,"158":45,"159":19,"16":250,"160":27,"161":206,"167":54,"17":172,"18":708,"19":432,"20":109,"209":48,"21":554,"210":17,"211":4,"214":23,"215":114,"221":291,"223":654,"224":37,"225":541,"23":364,"24":1521,"25":353,"257":68,"26":198,"268":5,"27":98,"273":83,"276":38,"279":10,"28":643,"281":3,"282":14,"291":23,"292":156,"30":34,"302":18,"306":4,"31":69,"314":8,"32":16,"33":36,"34":149,"347":17,"35":34,"352":696,"36":145,"37":134,"38":438,"380":6,"381":24,"383":25,"39":193,"391":22,"396":8,"397":11,"40":56,"409":76,"41":78,"414":70,"415":83,"419":19,"42":61,"426":4,"43":56,"430":53,"433":3,"44":36,"45":19,"46":199,"48":46,"49":86,"5":647,"51":32,"52":77,"53":69,"56":15,"570":3,"6":240,"63":22,"7":747,"79":30,"8":337,"80":37,"9":423,"all_client":99979,"all_tv_clinet":15681,"insert_time":"2014-08-23T03:06:18.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84501,"10":27,"107":528,"11":378,"12":116,"13":521,"14":182,"15":264,"155":47,"156":33,"158":44,"159":18,"16":252,"160":29,"161":206,"167":51,"17":175,"18":730,"19":428,"20":110,"209":50,"21":555,"210":19,"211":6,"214":24,"215":116,"221":290,"223":647,"224":38,"225":555,"23":363,"24":1527,"25":360,"257":64,"26":197,"268":4,"27":94,"273":82,"276":37,"279":9,"28":647,"281":3,"282":15,"291":24,"292":157,"30":40,"302":18,"306":2,"31":65,"314":7,"32":17,"33":36,"34":141,"347":17,"35":31,"352":678,"36":144,"37":135,"38":442,"380":5,"381":22,"383":23,"39":195,"391":25,"396":6,"397":11,"40":57,"409":80,"41":70,"414":70,"415":83,"419":15,"42":58,"426":4,"43":52,"430":56,"433":3,"44":33,"45":21,"46":193,"48":47,"49":85,"5":646,"51":31,"52":79,"53":79,"56":16,"570":3,"6":242,"63":22,"7":752,"79":28,"8":336,"80":41,"9":430,"all_client":100215,"all_tv_clinet":15714,"insert_time":"2014-08-23T03:07:19.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84659,"10":26,"107":531,"11":386,"12":113,"13":526,"14":192,"15":253,"155":47,"156":35,"158":45,"159":17,"16":254,"160":28,"161":202,"167":48,"17":176,"18":753,"19":425,"20":115,"209":51,"21":569,"210":20,"211":7,"214":25,"215":125,"221":286,"223":628,"224":42,"225":543,"23":368,"24":1541,"25":371,"257":63,"26":205,"268":5,"27":91,"273":80,"276":37,"279":9,"28":640,"281":3,"282":15,"291":24,"292":161,"30":41,"302":17,"306":2,"31":59,"314":8,"32":13,"33":36,"34":139,"347":17,"35":27,"352":691,"36":146,"37":133,"38":454,"380":4,"381":22,"383":24,"39":198,"391":27,"396":4,"397":11,"40":58,"409":86,"41":63,"414":72,"415":82,"419":12,"42":57,"426":5,"43":52,"430":57,"433":3,"44":32,"45":23,"46":196,"48":47,"49":83,"5":638,"51":27,"52":81,"53":78,"56":17,"570":3,"6":241,"63":20,"7":753,"79":30,"8":341,"80":40,"9":420,"all_client":100430,"all_tv_clinet":15771,"insert_time":"2014-08-23T03:08:20.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84823,"10":25,"107":556,"11":387,"12":113,"13":532,"14":201,"15":243,"155":48,"156":36,"158":45,"159":17,"16":245,"160":29,"161":202,"167":48,"17":177,"18":773,"19":422,"20":117,"209":49,"21":562,"210":24,"211":7,"214":26,"215":131,"221":284,"223":612,"224":43,"225":545,"23":372,"24":1526,"25":380,"257":58,"26":208,"268":5,"27":87,"273":80,"276":35,"279":9,"28":639,"281":2,"282":16,"291":24,"292":158,"30":45,"302":17,"306":2,"31":60,"314":9,"32":13,"33":34,"34":134,"347":16,"35":28,"352":706,"36":148,"37":130,"38":458,"380":4,"381":20,"383":26,"39":192,"391":31,"396":5,"397":11,"40":60,"409":91,"41":60,"414":75,"415":79,"419":11,"42":58,"426":5,"43":55,"430":48,"433":2,"44":30,"45":23,"46":205,"48":42,"49":82,"5":647,"51":28,"52":77,"53":76,"56":19,"570":4,"6":244,"63":20,"7":758,"79":30,"8":341,"80":38,"9":422,"all_client":100640,"all_tv_clinet":15817,"insert_time":"2014-08-23T03:09:20.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84970,"10":21,"107":562,"11":391,"12":107,"13":544,"14":204,"15":226,"155":46,"156":36,"158":40,"159":19,"16":260,"160":33,"161":214,"167":49,"17":176,"18":774,"19":426,"20":117,"209":50,"21":552,"210":22,"211":8,"214":27,"215":135,"221":280,"223":624,"224":41,"225":545,"23":381,"24":1511,"25":385,"257":59,"26":215,"268":4,"27":85,"273":85,"276":36,"279":8,"28":648,"281":2,"282":16,"291":24,"292":144,"30":49,"302":16,"306":2,"31":59,"314":9,"32":11,"33":35,"34":134,"347":17,"35":29,"352":709,"36":151,"37":123,"38":461,"380":5,"381":23,"383":27,"39":177,"391":29,"396":5,"397":11,"40":60,"409":100,"41":60,"414":75,"415":77,"419":9,"42":57,"426":4,"43":57,"430":43,"433":2,"44":27,"45":25,"46":215,"48":43,"49":81,"5":664,"51":28,"52":82,"53":78,"56":19,"570":4,"6":244,"63":21,"7":753,"79":33,"8":350,"80":39,"9":416,"all_client":100850,"all_tv_clinet":15880,"insert_time":"2014-08-23T03:10:21.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85169,"10":17,"107":549,"11":381,"12":98,"13":554,"14":212,"15":223,"155":43,"156":39,"158":39,"159":21,"16":269,"160":33,"161":220,"167":47,"17":175,"18":790,"19":421,"20":116,"209":46,"21":538,"210":25,"211":8,"214":26,"215":137,"221":277,"223":629,"224":48,"225":557,"23":396,"24":1491,"25":400,"257":59,"26":217,"268":5,"27":79,"273":87,"276":36,"279":8,"28":650,"281":2,"282":16,"291":23,"292":121,"30":57,"302":17,"306":2,"31":59,"314":10,"32":10,"33":37,"34":142,"347":18,"35":28,"352":708,"36":142,"37":110,"38":469,"380":5,"381":24,"383":27,"39":157,"391":33,"396":3,"397":12,"40":64,"409":104,"41":58,"414":77,"415":76,"419":10,"42":56,"426":4,"43":59,"430":42,"433":2,"44":25,"45":26,"46":224,"48":38,"49":84,"5":675,"51":31,"52":85,"53":78,"56":20,"570":4,"6":251,"63":23,"7":733,"79":34,"8":352,"80":41,"9":395,"all_client":101038,"all_tv_clinet":15869,"insert_time":"2014-08-23T03:11:22.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85378,"10":17,"107":552,"11":374,"12":94,"13":558,"14":223,"15":234,"155":41,"156":41,"158":37,"159":22,"16":285,"160":36,"161":215,"167":46,"17":171,"18":805,"19":421,"20":117,"209":44,"21":538,"210":27,"211":9,"214":26,"215":143,"221":283,"223":638,"224":54,"225":562,"23":398,"24":1494,"25":409,"257":62,"26":211,"268":5,"27":77,"273":92,"276":35,"279":7,"28":653,"281":2,"282":17,"291":25,"292":113,"30":59,"302":17,"306":2,"31":58,"314":10,"32":12,"33":39,"34":143,"347":18,"35":28,"352":700,"36":140,"37":102,"38":478,"380":5,"381":23,"383":26,"39":133,"391":30,"396":2,"397":14,"40":65,"409":108,"41":56,"414":72,"415":78,"419":13,"42":61,"426":6,"43":60,"430":40,"433":2,"44":25,"45":28,"46":229,"48":40,"49":83,"5":672,"51":32,"52":84,"53":72,"56":24,"570":4,"6":244,"63":24,"7":730,"79":38,"8":355,"80":41,"9":371,"all_client":101287,"all_tv_clinet":15909,"insert_time":"2014-08-23T03:12:23.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85509,"10":19,"107":563,"11":358,"12":85,"13":563,"14":221,"15":236,"155":37,"156":42,"158":36,"159":22,"16":292,"160":40,"161":210,"167":44,"17":174,"18":809,"19":427,"20":118,"209":48,"21":545,"210":27,"211":9,"214":28,"215":151,"221":287,"223":642,"224":69,"225":569,"23":398,"24":1492,"25":409,"257":64,"26":207,"268":6,"27":76,"273":89,"276":35,"279":7,"28":665,"281":2,"282":19,"291":26,"292":113,"30":61,"302":18,"306":2,"31":54,"314":10,"32":13,"33":41,"34":145,"347":18,"35":30,"352":694,"36":141,"37":91,"38":485,"380":5,"381":24,"383":25,"39":122,"391":29,"396":3,"397":14,"40":65,"409":111,"41":60,"414":64,"415":75,"419":10,"42":59,"426":10,"43":65,"430":37,"433":4,"44":25,"45":31,"46":234,"48":40,"49":87,"5":673,"51":34,"52":86,"53":64,"56":24,"570":5,"6":251,"63":22,"7":734,"79":34,"8":358,"80":46,"9":357,"all_client":101478,"all_tv_clinet":15969,"insert_time":"2014-08-23T03:13:23.845Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85693,"10":20,"107":578,"11":348,"12":74,"13":561,"14":217,"15":245,"155":36,"156":41,"158":36,"159":21,"16":299,"160":40,"161":201,"167":43,"168":1,"17":175,"18":823,"19":416,"20":124,"209":48,"21":546,"210":26,"211":9,"214":29,"215":156,"221":295,"223":640,"224":71,"225":561,"23":401,"24":1500,"25":419,"257":67,"26":209,"268":5,"27":76,"273":84,"276":35,"279":7,"28":678,"281":3,"282":21,"291":27,"292":115,"30":59,"302":18,"306":2,"31":54,"314":8,"32":11,"33":41,"34":143,"347":19,"35":31,"352":681,"36":145,"37":82,"38":485,"380":5,"381":30,"383":26,"39":107,"391":27,"396":5,"397":15,"40":69,"409":102,"41":56,"414":56,"415":70,"419":12,"42":57,"426":13,"43":68,"430":36,"433":4,"44":24,"45":34,"46":238,"48":46,"49":88,"5":697,"51":38,"52":80,"53":57,"56":26,"570":5,"6":254,"63":23,"7":741,"79":35,"8":363,"80":46,"9":346,"all_client":101698,"all_tv_clinet":16005,"insert_time":"2014-08-23T03:14:24.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85860,"10":22,"107":584,"11":342,"12":68,"13":564,"14":216,"15":248,"155":34,"156":40,"158":33,"159":21,"16":297,"160":39,"161":199,"167":40,"168":1,"17":177,"18":829,"19":399,"20":125,"209":49,"21":557,"210":25,"211":9,"214":32,"215":165,"221":301,"223":637,"224":67,"225":559,"23":394,"24":1506,"25":421,"257":70,"26":213,"268":4,"27":81,"273":77,"276":35,"279":6,"28":683,"281":3,"282":22,"291":27,"292":114,"30":62,"302":19,"306":2,"31":56,"314":6,"32":12,"33":42,"34":141,"347":19,"35":34,"352":676,"36":153,"37":77,"38":488,"380":4,"381":30,"383":25,"39":100,"391":23,"396":5,"397":15,"40":72,"409":103,"41":56,"414":56,"415":68,"419":10,"42":54,"426":9,"43":68,"430":34,"433":3,"44":25,"45":34,"46":232,"48":47,"49":83,"5":720,"51":40,"52":75,"53":59,"56":28,"570":6,"6":261,"63":23,"7":756,"79":36,"8":365,"80":47,"9":342,"all_client":101896,"all_tv_clinet":16036,"insert_time":"2014-08-23T03:15:25.288Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86081,"10":25,"107":576,"11":328,"12":66,"13":572,"14":214,"15":250,"155":30,"156":41,"158":30,"159":22,"16":306,"160":41,"161":220,"167":37,"168":1,"17":180,"18":833,"19":375,"20":127,"209":50,"21":562,"210":27,"211":10,"214":32,"215":173,"221":299,"223":632,"224":69,"225":526,"23":392,"24":1485,"25":428,"257":68,"26":217,"268":3,"27":86,"273":79,"276":35,"279":5,"28":699,"281":3,"282":23,"291":29,"292":121,"30":68,"302":19,"306":2,"31":55,"314":5,"32":13,"33":45,"34":145,"347":21,"35":36,"352":680,"36":151,"37":72,"38":497,"380":4,"381":28,"383":28,"39":96,"391":23,"396":3,"397":15,"40":74,"409":103,"41":54,"414":55,"415":73,"419":12,"42":51,"426":8,"43":69,"430":30,"433":2,"44":25,"45":34,"46":235,"48":46,"49":75,"5":725,"51":40,"52":66,"53":57,"56":30,"570":6,"6":264,"63":23,"7":771,"79":34,"8":375,"80":53,"9":349,"all_client":102153,"all_tv_clinet":16072,"insert_time":"2014-08-23T03:16:26.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86209,"10":25,"107":585,"11":318,"12":66,"13":567,"14":214,"15":245,"155":30,"156":41,"158":27,"159":22,"16":313,"160":42,"161":230,"167":35,"168":1,"17":182,"18":860,"19":369,"20":128,"209":53,"21":564,"210":24,"211":12,"214":34,"215":184,"221":296,"223":649,"224":72,"225":496,"23":402,"24":1468,"25":442,"257":71,"26":227,"268":5,"27":88,"273":79,"276":34,"279":5,"28":707,"281":6,"282":25,"291":30,"292":128,"30":71,"302":21,"306":2,"31":53,"314":5,"317":1,"32":13,"33":46,"34":140,"347":21,"35":42,"352":669,"36":155,"37":71,"38":494,"380":3,"381":27,"383":28,"39":95,"391":23,"396":1,"397":15,"40":74,"409":109,"41":55,"414":49,"415":72,"419":10,"42":48,"426":7,"43":71,"430":28,"433":2,"44":26,"45":36,"46":235,"48":50,"49":71,"5":728,"51":45,"52":62,"53":56,"56":30,"570":8,"6":254,"63":24,"7":782,"79":33,"8":378,"80":55,"9":352,"all_client":102356,"all_tv_clinet":16147,"insert_time":"2014-08-23T03:17:26.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86425,"10":24,"107":586,"11":310,"12":70,"13":580,"14":221,"15":249,"155":30,"156":41,"158":25,"159":22,"16":323,"160":42,"161":239,"167":34,"168":1,"17":180,"18":878,"19":363,"20":125,"209":50,"21":549,"210":21,"211":12,"214":34,"215":189,"221":310,"223":655,"224":74,"225":450,"23":390,"24":1465,"25":446,"257":72,"26":235,"268":5,"27":86,"273":80,"276":34,"279":5,"28":706,"281":7,"282":27,"291":31,"292":131,"30":76,"302":21,"306":2,"31":52,"314":6,"317":1,"32":13,"33":48,"34":128,"347":20,"35":48,"352":677,"36":149,"37":67,"38":499,"380":3,"381":32,"383":26,"39":90,"391":22,"396":1,"397":15,"40":77,"409":116,"41":53,"414":44,"415":69,"419":9,"42":45,"426":9,"43":76,"430":26,"433":2,"44":25,"45":37,"46":233,"48":55,"49":68,"5":732,"51":50,"52":63,"53":53,"56":32,"570":7,"6":252,"63":25,"7":782,"79":33,"8":388,"80":57,"9":355,"all_client":102601,"all_tv_clinet":16176,"insert_time":"2014-08-23T03:18:27.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86584,"10":24,"107":588,"11":306,"12":70,"13":572,"14":219,"15":254,"155":28,"156":41,"158":29,"159":22,"16":324,"160":40,"161":241,"167":36,"168":1,"17":170,"18":888,"19":359,"20":127,"209":44,"21":562,"210":23,"211":12,"214":34,"215":191,"221":308,"223":656,"224":81,"225":450,"23":392,"24":1468,"25":458,"257":68,"26":245,"268":5,"27":89,"273":80,"276":35,"279":4,"28":709,"281":8,"282":25,"291":32,"292":128,"30":78,"302":23,"306":2,"31":51,"314":6,"317":1,"32":13,"33":49,"34":113,"347":22,"35":51,"352":688,"36":151,"37":64,"38":488,"380":3,"381":32,"383":24,"39":86,"391":22,"396":1,"397":13,"40":78,"409":119,"41":52,"414":39,"415":68,"419":10,"42":44,"426":9,"43":82,"430":27,"433":2,"44":23,"45":35,"46":232,"48":64,"49":67,"5":742,"51":55,"52":62,"53":49,"56":32,"570":8,"6":246,"63":25,"7":786,"79":36,"8":394,"80":57,"9":357,"all_client":102811,"all_tv_clinet":16227,"insert_time":"2014-08-23T03:19:28.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86728,"10":24,"107":593,"11":308,"12":69,"13":577,"14":213,"15":262,"155":29,"156":41,"158":28,"159":22,"16":329,"160":40,"161":246,"167":36,"168":1,"17":157,"18":902,"19":343,"20":122,"209":46,"21":554,"210":24,"211":12,"214":33,"215":195,"221":301,"223":663,"224":82,"225":453,"23":392,"24":1485,"25":459,"257":64,"26":251,"268":6,"27":93,"273":80,"276":35,"279":6,"28":714,"281":8,"282":26,"291":32,"292":133,"30":78,"302":21,"306":2,"31":51,"314":6,"317":1,"32":11,"33":47,"34":100,"347":20,"35":51,"352":674,"36":143,"37":65,"38":471,"380":3,"381":33,"383":22,"39":84,"391":21,"396":4,"397":14,"40":77,"409":118,"41":50,"414":35,"415":65,"419":9,"42":45,"426":10,"43":88,"430":28,"433":2,"434":1,"44":22,"45":32,"46":234,"48":67,"49":62,"5":744,"51":57,"52":62,"53":49,"56":31,"570":8,"6":252,"63":24,"7":785,"79":38,"8":405,"80":61,"9":363,"all_client":102963,"all_tv_clinet":16235,"insert_time":"2014-08-23T03:20:29.025Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86926,"10":26,"107":589,"11":310,"12":63,"13":586,"14":213,"15":264,"155":31,"156":37,"158":27,"159":23,"16":325,"160":41,"161":247,"167":35,"168":1,"17":149,"18":899,"19":338,"20":119,"209":45,"21":559,"210":23,"211":11,"214":33,"215":200,"221":295,"223":672,"224":87,"225":449,"23":402,"24":1497,"25":466,"257":69,"26":258,"268":6,"27":95,"273":78,"276":36,"279":6,"28":711,"281":9,"282":26,"291":31,"292":134,"30":77,"302":20,"306":2,"31":49,"314":6,"317":1,"32":11,"33":50,"34":93,"347":19,"35":54,"352":671,"36":142,"37":65,"38":458,"380":3,"381":32,"383":22,"39":78,"391":21,"396":5,"397":13,"40":75,"409":120,"41":52,"414":36,"415":66,"419":8,"42":43,"426":9,"43":86,"430":28,"433":2,"434":1,"44":20,"45":35,"46":246,"48":65,"49":60,"5":746,"51":58,"52":64,"53":45,"56":33,"570":6,"6":253,"63":24,"7":779,"79":36,"8":407,"80":65,"9":363,"all_client":103170,"all_tv_clinet":16244,"insert_time":"2014-08-23T03:21:29.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87107,"10":22,"107":592,"11":315,"12":58,"13":595,"14":215,"15":268,"155":31,"156":37,"158":26,"159":24,"16":335,"160":42,"161":247,"167":34,"168":1,"17":140,"18":899,"19":336,"20":114,"209":45,"21":561,"210":25,"211":11,"214":31,"215":201,"221":292,"223":673,"224":85,"225":446,"23":408,"24":1532,"25":478,"257":72,"26":260,"268":6,"27":96,"273":79,"276":36,"279":6,"28":710,"281":10,"282":26,"291":31,"292":139,"30":66,"302":20,"306":2,"31":48,"314":7,"317":2,"32":12,"33":51,"34":87,"347":19,"35":53,"352":673,"36":143,"37":61,"38":442,"380":2,"381":31,"383":22,"39":77,"391":22,"396":5,"397":13,"40":71,"409":120,"41":53,"414":33,"415":64,"419":6,"42":42,"426":10,"43":84,"430":29,"433":3,"434":1,"44":22,"45":38,"46":254,"48":63,"49":62,"5":748,"51":54,"52":63,"53":42,"56":37,"570":5,"6":253,"63":26,"7":782,"79":37,"8":415,"80":66,"9":372,"all_client":103410,"all_tv_clinet":16303,"insert_time":"2014-08-23T03:22:30.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87262,"10":21,"107":597,"11":311,"12":59,"13":597,"14":221,"15":260,"155":32,"156":40,"158":25,"159":23,"16":337,"160":46,"161":255,"167":32,"168":1,"17":138,"18":887,"19":340,"20":110,"209":46,"21":563,"210":27,"211":11,"214":31,"215":195,"221":288,"223":686,"224":88,"225":442,"23":405,"24":1538,"25":489,"257":64,"26":273,"268":5,"27":101,"273":80,"276":35,"279":5,"28":726,"281":10,"282":27,"291":31,"292":142,"30":61,"302":20,"306":2,"31":48,"314":7,"317":2,"32":16,"33":54,"34":82,"347":16,"35":54,"352":668,"36":135,"37":59,"38":443,"380":2,"381":28,"383":24,"39":79,"391":24,"396":2,"397":13,"40":61,"409":115,"41":53,"414":35,"415":60,"419":5,"42":41,"426":8,"43":82,"430":31,"433":4,"434":1,"44":19,"45":38,"46":256,"48":62,"49":62,"5":749,"51":55,"52":63,"53":42,"56":38,"570":6,"6":255,"63":25,"7":777,"79":37,"8":419,"80":64,"9":376,"all_client":103580,"all_tv_clinet":16318,"insert_time":"2014-08-23T03:23:31.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87503,"10":19,"107":584,"11":313,"12":66,"13":594,"14":224,"15":256,"155":34,"156":40,"158":25,"159":22,"16":337,"160":43,"161":262,"167":33,"168":1,"17":139,"18":877,"19":336,"20":111,"209":49,"21":571,"210":29,"211":12,"214":27,"215":190,"221":282,"223":706,"224":91,"225":439,"23":401,"24":1551,"25":494,"257":61,"26":269,"268":5,"27":98,"273":88,"276":34,"279":7,"28":731,"281":10,"282":26,"291":33,"292":141,"30":52,"302":20,"306":3,"31":48,"314":6,"317":2,"32":20,"33":59,"34":78,"347":17,"35":56,"352":671,"36":137,"37":54,"38":447,"380":2,"381":26,"383":26,"39":73,"391":26,"396":2,"397":14,"40":57,"409":110,"41":54,"414":36,"415":58,"419":3,"42":40,"426":7,"43":84,"430":33,"433":4,"434":1,"44":22,"45":38,"46":256,"48":59,"49":60,"5":765,"51":57,"52":64,"53":44,"56":42,"570":7,"6":252,"63":28,"7":768,"79":37,"8":429,"80":64,"9":369,"all_client":103851,"all_tv_clinet":16348,"insert_time":"2014-08-23T03:24:32.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87621,"10":19,"107":580,"11":314,"12":67,"13":584,"14":224,"15":257,"155":36,"156":37,"158":28,"159":23,"16":339,"160":42,"161":268,"167":32,"168":1,"17":143,"18":879,"19":333,"20":110,"209":51,"21":559,"210":28,"211":12,"214":24,"215":184,"221":283,"223":726,"224":100,"225":430,"23":406,"24":1543,"25":499,"257":64,"26":273,"268":6,"27":101,"273":90,"276":34,"279":7,"28":728,"281":10,"282":23,"291":34,"292":136,"30":51,"302":20,"306":3,"31":45,"314":6,"317":2,"32":20,"33":62,"34":74,"347":16,"35":59,"352":698,"36":142,"37":49,"38":454,"380":2,"381":29,"383":28,"39":72,"391":26,"396":1,"397":15,"40":56,"409":102,"41":56,"414":34,"415":60,"419":4,"42":42,"426":5,"43":85,"430":35,"433":4,"434":1,"44":20,"45":34,"46":255,"48":60,"49":60,"5":780,"51":61,"52":68,"53":42,"56":42,"570":7,"6":258,"63":28,"7":785,"79":35,"8":426,"80":64,"9":349,"all_client":104020,"all_tv_clinet":16399,"insert_time":"2014-08-23T03:25:32.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87839,"10":19,"107":557,"11":331,"12":65,"13":583,"14":226,"15":259,"155":37,"156":37,"158":32,"159":21,"16":337,"160":39,"161":253,"167":28,"168":1,"17":145,"18":858,"19":337,"20":111,"209":50,"21":556,"210":29,"211":14,"214":24,"215":178,"221":289,"223":731,"224":106,"225":426,"23":417,"24":1560,"25":507,"257":62,"26":269,"268":6,"27":106,"273":94,"276":32,"279":8,"28":736,"281":9,"282":22,"291":33,"292":133,"30":46,"302":22,"306":3,"31":44,"314":5,"317":2,"32":19,"33":61,"34":73,"347":16,"35":59,"352":701,"36":140,"37":47,"38":455,"380":2,"381":28,"383":31,"39":69,"391":27,"396":1,"397":15,"40":53,"409":95,"41":57,"414":31,"415":59,"419":5,"42":44,"426":6,"43":85,"430":36,"433":3,"434":1,"44":21,"45":29,"46":247,"48":62,"49":59,"5":788,"51":61,"52":68,"53":45,"56":44,"570":6,"6":268,"63":30,"7":805,"79":35,"8":430,"80":61,"9":339,"all_client":104251,"all_tv_clinet":16412,"insert_time":"2014-08-23T03:26:33.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88013,"10":21,"107":544,"11":347,"12":66,"13":590,"14":231,"15":255,"155":39,"156":38,"158":34,"159":21,"16":337,"160":38,"161":233,"167":26,"168":1,"17":149,"18":855,"19":361,"20":115,"209":49,"21":557,"210":29,"211":16,"214":20,"215":175,"221":290,"223":701,"224":116,"225":417,"23":414,"24":1594,"25":526,"257":63,"26":257,"268":6,"27":108,"273":88,"276":32,"279":8,"28":733,"281":9,"282":22,"291":30,"292":125,"30":49,"302":22,"306":2,"31":41,"314":6,"317":2,"32":18,"33":63,"34":75,"347":17,"35":59,"352":699,"36":138,"37":45,"38":458,"380":2,"381":29,"383":34,"39":68,"391":25,"396":1,"397":15,"40":47,"409":92,"41":57,"414":29,"415":54,"419":7,"42":43,"426":8,"43":81,"430":37,"433":3,"434":1,"44":23,"45":29,"46":257,"48":62,"49":58,"5":788,"51":66,"52":73,"53":42,"56":46,"570":5,"6":267,"63":31,"7":803,"79":37,"8":432,"80":57,"9":332,"all_client":104434,"all_tv_clinet":16421,"insert_time":"2014-08-23T03:27:34.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88236,"10":25,"107":551,"11":359,"12":70,"13":596,"14":237,"15":253,"155":38,"156":42,"158":34,"159":21,"16":337,"160":32,"161":211,"167":26,"168":1,"17":154,"18":850,"19":367,"20":113,"209":46,"21":560,"210":29,"211":16,"214":19,"215":177,"221":283,"223":689,"224":119,"225":420,"23":423,"24":1621,"25":526,"257":62,"26":233,"268":5,"27":106,"273":89,"276":31,"279":9,"28":726,"281":10,"282":22,"291":30,"292":120,"30":51,"302":22,"306":2,"31":43,"314":6,"317":2,"32":16,"33":60,"34":78,"347":19,"35":61,"352":688,"36":142,"37":42,"38":446,"380":2,"381":30,"383":33,"39":68,"391":23,"396":1,"397":15,"40":46,"409":90,"41":55,"414":26,"415":50,"419":6,"42":42,"426":16,"43":81,"430":40,"433":2,"434":1,"44":23,"45":30,"46":265,"48":66,"49":59,"5":803,"51":67,"52":81,"53":42,"56":45,"570":5,"6":281,"63":35,"7":811,"79":37,"8":434,"80":55,"9":316,"all_client":104684,"all_tv_clinet":16448,"insert_time":"2014-08-23T03:28:35.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88397,"10":28,"107":544,"11":372,"12":70,"13":608,"14":242,"15":261,"155":39,"156":43,"158":36,"159":21,"16":342,"160":31,"161":204,"167":25,"168":1,"17":160,"18":851,"19":377,"20":115,"209":42,"21":563,"210":28,"211":16,"214":18,"215":178,"221":289,"223":685,"224":123,"225":416,"23":423,"24":1644,"25":539,"257":63,"26":201,"268":5,"27":109,"273":76,"276":32,"279":8,"28":706,"281":9,"282":23,"291":31,"292":116,"30":47,"302":20,"306":2,"31":44,"314":7,"317":1,"32":18,"33":59,"34":83,"347":20,"35":64,"352":682,"36":147,"37":41,"38":446,"380":2,"381":31,"383":28,"39":69,"391":22,"396":1,"397":15,"40":44,"409":95,"41":54,"414":25,"415":54,"419":6,"42":45,"426":20,"43":79,"430":38,"433":2,"434":1,"44":25,"45":31,"46":266,"48":67,"49":61,"5":810,"51":70,"52":89,"53":40,"56":43,"570":4,"6":273,"63":37,"7":824,"79":37,"8":436,"80":55,"9":317,"all_client":104907,"all_tv_clinet":16510,"insert_time":"2014-08-23T03:29:36.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88467,"10":31,"107":548,"11":395,"12":69,"13":614,"14":241,"15":263,"155":37,"156":43,"158":39,"159":18,"16":330,"160":31,"161":194,"167":24,"168":1,"17":163,"18":868,"19":383,"20":114,"209":45,"21":573,"210":29,"211":16,"214":17,"215":181,"221":280,"223":681,"224":128,"225":420,"23":431,"24":1686,"25":551,"257":63,"26":176,"268":5,"27":109,"273":66,"276":33,"279":9,"28":682,"281":8,"282":23,"291":30,"292":119,"30":48,"302":21,"306":2,"31":43,"314":8,"317":1,"32":15,"33":61,"34":85,"347":19,"35":67,"352":675,"36":146,"37":42,"38":434,"380":2,"381":35,"383":24,"39":68,"391":23,"396":2,"397":15,"40":41,"409":96,"41":55,"414":22,"415":55,"419":7,"42":44,"426":25,"43":79,"430":39,"433":2,"434":1,"44":25,"45":31,"46":277,"48":65,"49":66,"5":823,"51":66,"52":87,"53":41,"56":46,"570":4,"6":274,"63":36,"7":844,"79":38,"8":447,"80":55,"9":323,"all_client":105084,"all_tv_clinet":16617,"insert_time":"2014-08-23T03:30:36.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88564,"10":27,"107":555,"11":400,"12":74,"13":620,"14":234,"15":274,"155":40,"156":41,"158":41,"159":15,"16":308,"160":34,"161":195,"167":22,"17":163,"18":876,"19":391,"20":109,"209":46,"21":584,"210":32,"211":18,"214":17,"215":185,"221":274,"223":678,"224":132,"225":415,"23":436,"24":1686,"25":558,"257":64,"26":151,"268":4,"27":107,"273":62,"276":33,"279":10,"28":668,"281":7,"282":26,"291":31,"292":124,"30":52,"302":24,"306":2,"31":41,"314":7,"317":1,"32":17,"33":59,"34":90,"347":16,"35":69,"352":679,"36":145,"37":42,"38":439,"380":2,"381":35,"383":21,"39":67,"391":22,"396":2,"397":15,"40":36,"409":95,"41":55,"414":21,"415":58,"419":7,"42":42,"426":27,"43":76,"430":39,"433":2,"434":1,"44":24,"45":28,"46":285,"48":62,"49":69,"5":823,"51":65,"52":89,"53":42,"56":47,"570":4,"6":281,"63":38,"7":871,"79":41,"8":442,"80":49,"9":330,"all_client":105227,"all_tv_clinet":16663,"insert_time":"2014-08-23T03:31:37.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88635,"10":28,"107":541,"11":407,"12":80,"13":622,"14":225,"15":278,"155":41,"156":42,"158":39,"159":14,"16":278,"160":32,"161":208,"167":22,"17":172,"18":898,"19":403,"20":109,"209":46,"21":579,"210":32,"211":18,"214":16,"215":197,"221":268,"223":679,"224":137,"225":410,"23":448,"24":1677,"25":560,"257":60,"26":144,"268":3,"27":111,"273":66,"276":37,"279":8,"28":660,"281":8,"282":27,"291":31,"292":128,"30":50,"302":26,"306":2,"31":37,"314":6,"317":1,"32":16,"33":63,"34":84,"347":17,"35":71,"352":698,"36":143,"37":40,"38":429,"380":3,"381":32,"383":24,"39":69,"391":21,"396":2,"397":16,"40":37,"409":95,"41":56,"414":22,"415":55,"419":7,"42":47,"426":29,"43":78,"430":39,"431":1,"433":2,"434":1,"44":23,"45":28,"46":295,"48":61,"49":67,"5":843,"51":62,"52":94,"53":39,"56":45,"570":5,"6":283,"63":38,"7":870,"79":44,"8":426,"80":56,"9":342,"all_client":105364,"all_tv_clinet":16729,"insert_time":"2014-08-23T03:32:38.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88808,"10":29,"107":539,"11":407,"12":82,"13":622,"14":217,"15":283,"155":44,"156":41,"158":39,"159":15,"16":260,"160":32,"161":225,"167":23,"17":177,"18":903,"19":415,"20":107,"209":46,"21":584,"210":32,"211":17,"214":16,"215":201,"221":259,"223":690,"224":136,"225":408,"23":439,"24":1615,"25":566,"257":60,"26":139,"268":5,"27":115,"273":73,"276":37,"279":8,"28":658,"281":8,"282":25,"291":30,"292":137,"30":49,"302":25,"306":2,"31":32,"314":6,"317":1,"32":15,"33":62,"34":83,"347":17,"35":78,"352":699,"36":140,"37":41,"38":438,"380":3,"381":30,"383":24,"39":69,"391":21,"396":1,"397":17,"40":36,"409":98,"41":55,"414":17,"415":60,"419":7,"42":47,"426":31,"43":76,"430":38,"431":1,"433":3,"434":1,"44":22,"45":29,"46":296,"48":67,"49":79,"5":858,"51":61,"52":93,"53":39,"56":39,"570":6,"6":288,"63":37,"7":879,"79":47,"8":412,"80":61,"9":359,"all_client":105567,"all_tv_clinet":16759,"insert_time":"2014-08-23T03:33:38.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88991,"10":27,"107":536,"11":415,"12":84,"13":626,"14":223,"15":277,"155":42,"156":39,"158":39,"159":19,"16":248,"160":30,"161":234,"167":23,"17":186,"18":909,"19":423,"20":102,"209":47,"21":582,"210":34,"211":17,"214":18,"215":204,"221":266,"223":692,"224":151,"225":395,"23":434,"24":1584,"25":578,"257":58,"26":132,"268":4,"27":121,"273":74,"276":40,"279":10,"28":649,"281":7,"282":23,"291":29,"292":140,"30":50,"302":25,"306":2,"31":30,"314":5,"317":1,"32":14,"33":64,"34":82,"347":17,"35":80,"352":709,"36":137,"37":39,"38":435,"380":3,"381":30,"383":25,"39":72,"391":22,"396":1,"397":17,"40":37,"409":97,"41":54,"414":23,"415":60,"419":7,"42":50,"426":27,"43":72,"430":39,"431":1,"433":3,"434":1,"44":25,"45":33,"46":287,"48":63,"49":82,"5":861,"51":61,"52":90,"53":41,"56":39,"570":6,"6":290,"63":37,"7":896,"79":46,"8":380,"80":62,"9":376,"all_client":105768,"all_tv_clinet":16777,"insert_time":"2014-08-23T03:34:39.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89140,"10":28,"107":528,"11":439,"12":87,"13":621,"14":227,"15":271,"155":42,"156":37,"158":40,"159":22,"16":233,"160":30,"161":240,"167":25,"17":190,"18":916,"19":419,"20":107,"209":50,"21":582,"210":34,"211":14,"214":18,"215":204,"221":274,"223":700,"224":160,"225":395,"23":428,"24":1591,"25":602,"257":62,"26":128,"268":2,"27":122,"273":82,"276":41,"279":12,"28":641,"281":6,"282":23,"291":29,"292":142,"30":49,"302":24,"306":2,"31":31,"314":5,"317":1,"32":14,"33":66,"34":85,"347":21,"35":78,"352":714,"36":142,"37":39,"38":440,"380":3,"381":29,"383":26,"39":72,"391":23,"396":2,"397":18,"40":36,"409":98,"41":55,"414":26,"415":63,"419":6,"42":50,"426":23,"43":67,"430":38,"433":3,"44":21,"45":34,"46":274,"48":64,"49":86,"5":856,"51":63,"52":90,"53":43,"56":40,"570":5,"6":298,"63":37,"7":896,"79":40,"8":359,"80":64,"9":384,"all_client":105987,"all_tv_clinet":16847,"insert_time":"2014-08-23T03:35:41.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89391,"10":24,"107":518,"11":445,"12":93,"13":615,"14":228,"15":279,"155":43,"156":36,"158":44,"159":19,"16":225,"160":30,"161":239,"167":25,"168":1,"17":201,"18":929,"19":420,"20":109,"209":51,"21":576,"210":32,"211":14,"214":18,"215":214,"221":284,"223":718,"224":164,"225":391,"23":428,"24":1610,"25":611,"257":62,"26":122,"268":2,"27":133,"273":81,"276":42,"279":14,"28":639,"281":7,"282":22,"291":31,"292":142,"30":51,"302":20,"306":2,"31":34,"314":5,"317":1,"32":13,"33":64,"34":92,"347":24,"35":70,"352":713,"36":143,"37":36,"38":449,"380":3,"381":27,"383":27,"39":70,"391":23,"396":2,"397":19,"40":36,"409":99,"41":52,"414":30,"415":63,"419":5,"42":54,"426":24,"43":56,"430":39,"433":2,"44":19,"45":36,"46":257,"48":67,"49":86,"5":866,"51":61,"52":93,"53":38,"56":44,"570":6,"6":302,"63":38,"7":862,"79":39,"8":318,"80":72,"9":414,"all_client":106288,"all_tv_clinet":16897,"insert_time":"2014-08-23T03:36:42.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89564,"10":27,"107":527,"11":462,"12":95,"13":611,"14":224,"15":280,"155":41,"156":35,"158":46,"159":17,"16":206,"160":29,"161":241,"167":29,"168":2,"17":209,"18":931,"19":438,"20":109,"209":50,"21":575,"210":32,"211":15,"214":20,"215":225,"221":282,"223":749,"224":144,"225":389,"23":422,"24":1629,"25":625,"257":68,"26":114,"268":2,"27":138,"273":87,"276":41,"279":13,"28":631,"281":7,"282":23,"291":32,"292":142,"30":54,"302":19,"306":3,"31":38,"314":7,"317":1,"32":11,"33":66,"34":99,"347":25,"35":68,"352":728,"36":147,"37":37,"38":455,"380":3,"381":27,"383":26,"39":68,"391":25,"396":3,"397":19,"40":38,"409":97,"41":53,"414":34,"415":56,"419":6,"42":56,"426":24,"43":50,"430":39,"431":1,"433":2,"44":18,"45":37,"46":240,"48":64,"49":89,"5":882,"51":60,"52":98,"53":36,"56":41,"570":6,"6":308,"63":34,"7":846,"79":41,"8":303,"80":75,"9":438,"all_client":106579,"all_tv_clinet":17015,"insert_time":"2014-08-23T03:37:43.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89795,"10":26,"107":556,"11":466,"12":92,"13":610,"14":222,"15":285,"155":40,"156":35,"158":46,"159":13,"16":191,"160":30,"161":244,"167":28,"168":2,"17":215,"18":925,"19":445,"20":105,"209":54,"21":577,"210":29,"211":18,"214":19,"215":234,"221":290,"223":756,"224":124,"225":385,"23":417,"24":1622,"25":645,"257":73,"26":101,"268":3,"27":141,"273":89,"276":42,"279":15,"28":628,"281":8,"282":22,"291":33,"292":145,"30":57,"302":19,"306":3,"31":43,"314":9,"317":1,"32":7,"33":68,"34":111,"347":32,"35":66,"352":737,"36":147,"37":38,"38":440,"380":4,"381":27,"383":25,"39":68,"391":25,"396":3,"397":19,"40":38,"409":93,"41":53,"414":32,"415":53,"419":6,"42":56,"426":25,"43":43,"430":38,"431":1,"433":2,"44":19,"45":38,"46":222,"48":64,"49":92,"5":901,"51":60,"52":94,"53":37,"56":41,"570":7,"6":306,"63":32,"7":837,"79":43,"8":291,"80":80,"9":466,"all_client":106860,"all_tv_clinet":17065,"insert_time":"2014-08-23T03:38:44.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89918,"10":26,"107":575,"11":465,"12":90,"13":584,"14":224,"15":286,"155":39,"156":36,"158":46,"159":14,"16":184,"160":29,"161":251,"167":30,"168":1,"17":214,"18":911,"19":426,"20":111,"209":51,"21":587,"210":27,"211":18,"214":20,"215":241,"221":301,"223":782,"224":102,"225":385,"23":406,"24":1638,"25":665,"257":75,"26":98,"268":3,"27":142,"273":93,"276":48,"279":15,"28":626,"281":7,"282":22,"291":31,"292":139,"30":56,"302":18,"306":3,"31":46,"314":9,"317":1,"32":8,"33":67,"34":115,"347":38,"35":70,"352":730,"36":141,"37":39,"38":449,"380":4,"381":27,"383":30,"39":70,"391":27,"396":2,"397":19,"40":38,"409":89,"41":51,"414":31,"415":56,"419":7,"42":56,"426":27,"43":45,"430":38,"431":1,"433":1,"44":19,"45":40,"46":214,"48":60,"49":93,"5":930,"51":57,"52":95,"53":39,"56":40,"570":5,"6":306,"63":30,"7":835,"79":45,"8":289,"80":83,"9":475,"all_client":107046,"all_tv_clinet":17128,"insert_time":"2014-08-23T03:39:44.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90097,"10":28,"107":582,"11":477,"12":95,"13":578,"14":225,"15":296,"155":38,"156":36,"158":46,"159":12,"16":170,"160":31,"161":259,"167":30,"168":1,"17":200,"18":904,"19":408,"20":107,"209":53,"21":585,"210":26,"211":20,"214":21,"215":247,"221":301,"223":809,"224":83,"225":389,"23":386,"24":1653,"25":690,"257":76,"26":95,"268":3,"27":144,"273":100,"276":51,"279":14,"28":629,"281":7,"282":26,"291":31,"292":126,"30":55,"302":16,"306":3,"31":45,"314":7,"317":1,"32":13,"33":68,"34":120,"347":37,"35":76,"352":721,"36":147,"37":37,"38":448,"380":5,"381":27,"383":35,"39":72,"391":26,"396":3,"397":20,"40":36,"409":89,"41":51,"414":35,"415":60,"419":8,"42":56,"426":24,"43":44,"430":35,"431":1,"433":1,"44":18,"45":40,"46":202,"48":56,"49":103,"5":929,"51":62,"52":96,"53":37,"56":35,"570":5,"6":304,"63":33,"7":831,"79":48,"8":282,"80":90,"9":495,"all_client":107273,"all_tv_clinet":17176,"insert_time":"2014-08-23T03:40:45.717Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90251,"10":30,"107":586,"11":481,"12":99,"13":563,"14":226,"15":299,"155":38,"156":34,"158":46,"159":12,"16":160,"160":30,"161":263,"167":29,"168":1,"17":199,"18":918,"19":384,"20":104,"209":44,"21":581,"210":27,"211":20,"214":20,"215":250,"221":307,"223":823,"224":77,"225":381,"23":382,"24":1683,"25":712,"257":75,"26":94,"268":3,"27":150,"273":103,"276":50,"279":12,"28":632,"281":7,"282":26,"291":32,"292":121,"30":51,"302":15,"306":3,"31":43,"314":7,"317":1,"32":13,"33":69,"34":116,"347":39,"35":78,"352":727,"36":147,"37":39,"38":444,"380":5,"381":27,"383":35,"39":71,"391":28,"396":3,"397":20,"40":34,"409":93,"41":49,"414":36,"415":63,"419":6,"42":56,"426":22,"43":47,"430":36,"431":1,"433":1,"44":17,"45":40,"46":200,"48":55,"49":104,"5":943,"51":66,"52":99,"53":42,"56":27,"570":5,"6":306,"63":33,"7":829,"79":49,"8":274,"80":96,"9":514,"all_client":107489,"all_tv_clinet":17238,"insert_time":"2014-08-23T03:41:46.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90395,"10":30,"107":587,"11":502,"12":100,"13":537,"14":226,"15":300,"155":40,"156":33,"158":49,"159":13,"16":152,"160":31,"161":255,"167":30,"168":1,"17":201,"18":934,"19":371,"20":98,"209":43,"21":560,"210":27,"211":20,"214":19,"215":247,"221":304,"223":825,"224":69,"225":381,"23":381,"24":1691,"25":738,"257":77,"26":94,"268":4,"27":154,"273":101,"276":51,"279":12,"28":637,"281":8,"282":25,"291":33,"292":119,"30":45,"302":14,"306":3,"31":43,"314":9,"317":1,"32":16,"33":72,"34":115,"347":39,"35":83,"352":721,"36":148,"37":38,"38":445,"380":5,"381":27,"383":36,"39":73,"391":30,"396":3,"397":20,"40":32,"409":96,"41":49,"414":40,"415":71,"419":7,"42":59,"426":18,"43":44,"430":36,"431":1,"433":1,"44":19,"45":42,"46":204,"48":59,"49":106,"5":949,"51":71,"52":101,"53":44,"56":24,"570":5,"6":308,"63":32,"7":832,"79":49,"8":272,"80":101,"9":536,"all_client":107699,"all_tv_clinet":17304,"insert_time":"2014-08-23T03:42:47.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90528,"10":31,"107":598,"11":514,"12":103,"13":524,"14":231,"15":296,"155":40,"156":33,"158":53,"159":15,"16":148,"160":27,"161":238,"167":31,"168":1,"17":211,"18":948,"19":370,"20":102,"209":44,"21":549,"210":27,"211":19,"214":21,"215":254,"221":306,"223":833,"224":70,"225":379,"23":384,"24":1683,"25":749,"257":75,"26":90,"268":4,"27":153,"273":96,"276":51,"279":14,"28":631,"281":8,"282":28,"291":34,"292":117,"30":44,"302":13,"306":3,"31":41,"314":10,"32":15,"33":71,"34":114,"347":42,"35":83,"352":737,"36":141,"37":40,"38":436,"380":5,"381":25,"383":37,"39":76,"391":28,"396":2,"397":22,"40":33,"409":95,"41":51,"414":44,"415":74,"419":7,"42":55,"426":15,"43":45,"430":36,"431":1,"433":1,"44":22,"45":44,"46":209,"48":61,"49":101,"5":974,"51":69,"52":105,"53":45,"56":23,"570":4,"6":303,"63":34,"7":849,"79":47,"8":278,"80":102,"9":534,"all_client":107907,"all_tv_clinet":17379,"insert_time":"2014-08-23T03:43:48.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90775,"10":31,"107":601,"11":524,"12":106,"13":511,"14":238,"15":286,"155":39,"156":28,"158":55,"159":13,"16":142,"160":27,"161":235,"167":31,"168":1,"17":220,"18":942,"19":368,"20":101,"209":41,"21":548,"210":27,"211":19,"214":22,"215":258,"221":307,"223":828,"224":63,"225":389,"23":387,"24":1682,"25":737,"257":80,"26":81,"268":3,"27":153,"273":88,"276":52,"279":14,"28":644,"281":8,"282":27,"291":35,"292":121,"30":43,"302":11,"306":4,"31":43,"314":8,"32":13,"33":74,"34":117,"347":41,"35":83,"352":733,"36":145,"37":40,"38":442,"380":5,"381":26,"383":37,"39":79,"391":30,"396":3,"397":22,"40":35,"409":94,"41":54,"414":45,"415":78,"419":9,"42":52,"426":16,"43":46,"430":35,"431":1,"433":1,"44":23,"45":46,"46":217,"48":65,"49":100,"5":978,"51":70,"52":107,"53":43,"56":19,"570":2,"6":288,"63":34,"7":860,"79":47,"8":281,"80":107,"9":547,"all_client":108187,"all_tv_clinet":17412,"insert_time":"2014-08-23T03:44:49.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90925,"10":33,"107":605,"11":537,"12":108,"13":497,"14":241,"15":263,"155":37,"156":27,"158":57,"159":11,"16":136,"160":27,"161":238,"167":31,"168":2,"17":236,"18":949,"19":364,"20":102,"209":43,"21":564,"210":27,"211":18,"214":21,"215":265,"221":300,"223":823,"224":63,"225":378,"23":398,"24":1691,"25":674,"257":77,"26":83,"268":4,"27":153,"273":79,"276":56,"279":15,"28":670,"281":7,"282":29,"291":35,"292":124,"30":44,"302":11,"306":4,"31":43,"314":7,"32":16,"33":71,"34":125,"347":41,"35":86,"352":746,"36":146,"37":41,"38":450,"380":5,"381":26,"383":38,"39":79,"391":30,"396":3,"397":22,"40":34,"409":92,"41":57,"414":48,"415":74,"419":9,"42":52,"426":14,"43":45,"430":35,"433":1,"44":24,"45":44,"46":217,"48":66,"49":100,"5":987,"51":69,"52":109,"53":42,"56":20,"570":3,"6":284,"63":35,"7":867,"79":46,"8":279,"80":110,"9":563,"all_client":108383,"all_tv_clinet":17458,"insert_time":"2014-08-23T03:45:50.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91084,"10":41,"107":608,"11":553,"12":114,"13":489,"14":250,"15":248,"155":38,"156":26,"158":59,"159":11,"16":140,"160":28,"161":250,"167":32,"168":2,"17":245,"18":950,"19":361,"20":101,"209":37,"21":568,"210":26,"211":16,"214":21,"215":267,"221":303,"223":821,"224":54,"225":393,"23":402,"24":1697,"25":607,"257":80,"26":81,"268":5,"27":145,"273":78,"276":56,"279":16,"28":705,"281":7,"282":31,"291":34,"292":127,"30":44,"302":9,"306":4,"31":42,"314":6,"32":15,"33":71,"34":128,"347":44,"35":89,"352":720,"36":140,"37":40,"38":458,"380":3,"381":28,"383":37,"39":75,"391":29,"396":2,"397":21,"40":36,"409":93,"41":59,"414":50,"415":72,"419":9,"42":48,"426":14,"43":42,"430":36,"433":1,"44":21,"45":45,"46":224,"48":64,"49":99,"5":1004,"51":76,"52":113,"53":40,"56":20,"570":3,"6":284,"63":34,"7":863,"79":47,"8":284,"80":115,"9":576,"all_client":108584,"all_tv_clinet":17500,"insert_time":"2014-08-23T03:46:50.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91222,"10":37,"107":615,"11":564,"12":119,"13":469,"14":254,"15":243,"155":39,"156":25,"158":57,"159":13,"16":138,"160":29,"161":238,"167":33,"168":2,"17":266,"18":935,"19":356,"20":96,"209":37,"21":588,"210":26,"211":16,"214":22,"215":269,"221":305,"223":832,"224":50,"225":382,"23":409,"24":1733,"25":546,"257":80,"26":90,"268":7,"27":140,"273":75,"276":57,"279":16,"28":720,"281":7,"282":35,"291":35,"292":133,"30":42,"302":9,"306":3,"31":40,"314":6,"32":15,"33":67,"34":128,"347":43,"35":90,"352":733,"36":139,"37":40,"38":474,"380":3,"381":27,"383":37,"39":68,"391":28,"396":3,"397":22,"40":35,"409":93,"41":59,"414":53,"415":75,"419":9,"42":49,"426":13,"43":40,"430":36,"433":1,"44":22,"45":44,"46":225,"48":61,"49":101,"5":1026,"51":75,"52":114,"53":38,"56":19,"570":3,"6":289,"63":34,"7":856,"79":46,"8":288,"80":116,"9":580,"all_client":108777,"all_tv_clinet":17555,"insert_time":"2014-08-23T03:47:51.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91322,"10":36,"107":616,"11":556,"12":120,"13":445,"14":261,"15":238,"155":39,"156":21,"158":56,"159":12,"16":137,"160":29,"161":245,"167":34,"168":2,"17":280,"18":930,"19":359,"20":95,"209":38,"21":594,"210":26,"211":17,"214":22,"215":277,"221":319,"223":854,"224":48,"225":382,"23":404,"24":1760,"25":524,"257":82,"26":91,"268":7,"27":128,"273":78,"276":56,"279":15,"28":732,"281":6,"282":38,"291":35,"292":137,"30":41,"302":9,"306":3,"31":41,"314":6,"32":15,"33":64,"34":126,"347":46,"35":95,"352":730,"36":142,"37":36,"38":464,"380":3,"381":27,"383":35,"39":65,"391":29,"396":4,"397":22,"40":35,"409":92,"41":61,"414":56,"415":77,"419":10,"42":50,"426":13,"43":40,"430":38,"433":1,"434":1,"44":20,"45":48,"46":236,"48":57,"49":106,"5":1037,"51":78,"52":119,"53":41,"56":18,"570":3,"6":274,"63":34,"7":866,"79":47,"8":292,"80":118,"9":582,"all_client":108956,"all_tv_clinet":17634,"insert_time":"2014-08-23T03:48:52.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91455,"10":35,"107":614,"11":558,"12":126,"13":430,"14":260,"15":236,"155":35,"156":19,"158":60,"159":12,"16":132,"160":31,"161":253,"167":34,"168":2,"17":288,"18":926,"19":368,"20":98,"209":40,"21":604,"210":24,"211":17,"214":24,"215":280,"221":326,"223":861,"224":48,"225":377,"23":406,"24":1783,"25":494,"257":83,"26":84,"268":8,"27":122,"273":80,"276":58,"279":14,"28":736,"281":6,"282":40,"291":37,"292":138,"30":37,"302":7,"306":2,"31":43,"314":6,"32":14,"33":61,"34":129,"347":44,"35":98,"352":734,"36":150,"37":34,"38":451,"380":3,"381":27,"383":36,"39":70,"391":29,"396":5,"397":21,"40":37,"409":89,"41":57,"414":56,"415":83,"419":11,"42":49,"426":15,"43":40,"430":36,"433":1,"434":1,"44":20,"45":51,"46":236,"48":53,"49":107,"5":1054,"51":84,"52":119,"53":38,"56":17,"570":4,"6":241,"63":30,"7":873,"79":47,"8":297,"80":120,"9":585,"all_client":109114,"all_tv_clinet":17659,"insert_time":"2014-08-23T03:49:53.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91593,"10":36,"107":599,"11":567,"12":128,"13":416,"14":263,"15":228,"155":36,"156":19,"158":61,"159":13,"16":135,"160":29,"161":252,"167":35,"168":2,"17":301,"18":921,"19":373,"20":102,"209":34,"21":600,"210":25,"211":17,"214":24,"215":291,"221":318,"223":886,"224":46,"225":383,"23":409,"24":1790,"25":477,"257":82,"26":88,"268":8,"27":110,"273":83,"276":60,"279":18,"28":746,"281":6,"282":46,"291":37,"292":142,"30":36,"302":8,"306":2,"31":44,"314":6,"32":13,"33":59,"34":137,"347":48,"35":100,"352":754,"36":157,"37":33,"38":455,"380":3,"381":27,"383":40,"39":70,"391":29,"396":5,"397":22,"40":35,"409":90,"41":54,"414":58,"415":81,"419":10,"42":48,"426":13,"43":36,"430":34,"433":1,"434":2,"44":21,"45":48,"46":235,"48":46,"49":110,"5":1030,"51":86,"52":121,"53":40,"56":18,"570":4,"6":233,"63":29,"7":877,"79":44,"8":319,"80":128,"9":600,"all_client":109334,"all_tv_clinet":17741,"insert_time":"2014-08-23T03:50:54.152Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91774,"10":37,"107":599,"11":598,"12":127,"13":406,"14":250,"15":231,"155":37,"156":20,"158":59,"159":16,"16":135,"160":26,"161":254,"167":38,"168":2,"17":304,"18":920,"19":384,"20":107,"209":38,"21":582,"210":26,"211":17,"214":24,"215":289,"221":314,"223":896,"224":47,"225":387,"23":406,"24":1799,"25":471,"257":81,"26":88,"268":8,"27":106,"273":86,"276":61,"279":16,"28":759,"281":6,"282":46,"291":36,"292":141,"30":36,"302":9,"306":2,"31":40,"314":7,"32":14,"33":65,"34":132,"347":50,"35":102,"352":743,"36":160,"37":33,"38":454,"380":3,"381":27,"383":43,"39":74,"391":29,"396":3,"397":22,"40":35,"409":89,"41":49,"414":60,"415":86,"419":10,"42":52,"426":12,"43":33,"430":34,"433":1,"434":1,"44":22,"45":47,"46":243,"48":48,"49":116,"5":1001,"51":91,"52":127,"53":36,"56":17,"570":4,"6":228,"63":28,"7":881,"79":46,"8":330,"80":130,"9":604,"all_client":109563,"all_tv_clinet":17789,"insert_time":"2014-08-23T03:51:54.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91916,"10":36,"107":607,"11":619,"12":131,"13":396,"14":239,"15":235,"155":36,"156":20,"158":59,"159":22,"16":141,"160":23,"161":259,"167":36,"168":3,"17":310,"18":931,"19":381,"20":103,"209":39,"21":566,"210":24,"211":17,"214":24,"215":281,"221":311,"223":920,"224":47,"225":385,"23":408,"24":1819,"25":459,"257":80,"26":89,"268":7,"27":99,"273":85,"276":62,"279":14,"28":762,"281":6,"282":49,"291":37,"292":145,"30":37,"302":13,"306":2,"31":40,"314":7,"32":14,"33":63,"34":134,"347":50,"35":102,"352":764,"36":162,"37":35,"38":463,"380":4,"381":27,"383":45,"39":71,"391":29,"396":3,"397":22,"40":34,"409":91,"41":45,"414":66,"415":92,"419":8,"42":63,"426":10,"43":30,"430":33,"433":1,"434":1,"44":18,"45":46,"46":248,"48":48,"49":124,"5":957,"51":87,"52":130,"53":38,"56":16,"570":4,"6":216,"63":26,"7":887,"79":42,"8":345,"80":129,"9":619,"all_client":109779,"all_tv_clinet":17863,"insert_time":"2014-08-23T03:52:55.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92135,"10":36,"107":605,"11":627,"12":136,"13":386,"14":225,"15":249,"155":35,"156":17,"158":61,"159":24,"16":136,"160":19,"161":263,"167":38,"168":2,"17":318,"18":941,"19":390,"20":104,"209":41,"21":561,"210":26,"211":16,"214":24,"215":262,"221":310,"223":935,"224":48,"225":399,"23":398,"24":1828,"25":453,"257":84,"26":84,"268":6,"27":90,"273":91,"276":65,"279":11,"28":771,"281":6,"282":55,"291":37,"292":150,"30":39,"302":14,"306":2,"31":38,"314":7,"32":13,"33":63,"34":137,"347":47,"35":98,"352":760,"36":156,"37":33,"38":468,"380":4,"381":27,"383":42,"39":68,"391":30,"396":3,"397":22,"40":32,"409":85,"41":49,"414":68,"415":91,"419":9,"42":68,"426":10,"43":30,"430":30,"433":1,"434":1,"44":17,"45":46,"46":264,"48":45,"49":130,"5":931,"51":85,"52":134,"53":44,"56":15,"570":5,"6":219,"63":26,"7":885,"79":42,"8":358,"80":134,"9":620,"all_client":110043,"all_tv_clinet":17908,"insert_time":"2014-08-23T03:53:56.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92290,"10":37,"107":612,"11":641,"12":142,"13":370,"14":214,"15":264,"155":36,"156":17,"158":62,"159":23,"16":137,"160":21,"161":268,"167":36,"168":2,"17":326,"18":954,"19":388,"20":101,"209":39,"21":555,"210":27,"211":16,"214":26,"215":258,"221":306,"223":947,"224":43,"225":392,"23":382,"24":1827,"25":448,"257":79,"26":80,"268":6,"27":85,"273":99,"276":65,"279":11,"28":777,"281":6,"282":59,"291":35,"292":149,"30":38,"302":14,"306":2,"31":36,"314":7,"32":11,"33":65,"34":143,"347":50,"35":95,"352":754,"36":156,"37":36,"38":474,"380":4,"381":30,"383":43,"39":69,"391":33,"396":3,"397":22,"40":31,"409":79,"41":51,"414":70,"415":95,"419":9,"42":71,"426":10,"43":33,"430":26,"431":1,"433":1,"434":1,"44":15,"45":45,"46":270,"48":43,"49":136,"5":893,"51":84,"52":139,"53":48,"56":15,"570":5,"6":225,"63":25,"7":863,"79":42,"8":378,"80":135,"9":629,"all_client":110211,"all_tv_clinet":17921,"insert_time":"2014-08-23T03:54:57.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92462,"10":39,"107":605,"11":659,"12":149,"13":369,"14":207,"15":268,"155":39,"156":15,"158":62,"159":22,"16":135,"160":25,"161":259,"167":36,"168":1,"17":333,"18":963,"19":397,"20":97,"209":38,"21":540,"210":28,"211":14,"214":26,"215":256,"221":311,"223":969,"224":42,"225":397,"23":376,"24":1887,"25":448,"257":80,"26":79,"268":6,"27":83,"273":110,"276":70,"279":10,"28":778,"281":5,"282":62,"291":34,"292":137,"30":34,"302":13,"306":3,"31":34,"314":7,"32":11,"33":61,"34":140,"347":52,"35":97,"352":745,"36":150,"37":38,"38":474,"380":3,"381":34,"383":44,"39":69,"391":35,"396":3,"397":23,"40":26,"409":69,"41":48,"414":68,"415":94,"419":11,"42":72,"426":10,"43":33,"430":23,"431":1,"433":1,"434":2,"44":14,"45":45,"46":274,"48":40,"49":139,"5":873,"51":78,"52":139,"53":50,"56":14,"570":4,"6":230,"63":26,"7":807,"79":43,"8":403,"80":135,"9":641,"all_client":110411,"all_tv_clinet":17949,"insert_time":"2014-08-23T03:55:58.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92605,"10":40,"107":614,"11":669,"12":153,"13":375,"14":213,"15":248,"155":38,"156":14,"158":66,"159":23,"16":136,"160":20,"161":254,"167":37,"168":1,"17":333,"18":987,"19":408,"20":102,"209":40,"21":535,"210":28,"211":13,"214":27,"215":250,"221":308,"223":985,"224":40,"225":397,"23":373,"24":1922,"25":450,"257":78,"26":77,"268":6,"27":77,"273":114,"276":70,"279":10,"28":778,"281":5,"282":66,"291":34,"292":128,"30":34,"302":13,"306":3,"31":31,"314":8,"32":12,"33":55,"34":143,"347":52,"35":100,"352":736,"36":143,"37":40,"38":477,"380":3,"381":35,"383":45,"39":71,"391":35,"396":3,"397":22,"40":26,"409":64,"41":52,"414":69,"415":104,"419":11,"42":74,"426":11,"43":31,"430":21,"431":1,"433":1,"434":2,"44":16,"45":44,"46":280,"48":41,"49":142,"5":868,"51":82,"52":142,"53":43,"56":12,"570":4,"6":239,"63":27,"7":756,"79":43,"8":429,"80":132,"9":640,"all_client":110615,"all_tv_clinet":18010,"insert_time":"2014-08-23T03:56:58.910Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92740,"10":39,"107":611,"11":670,"12":156,"13":393,"14":216,"15":225,"155":38,"156":15,"158":66,"159":24,"16":138,"160":20,"161":231,"167":37,"168":1,"17":320,"18":1008,"19":420,"20":110,"209":38,"21":524,"210":30,"211":12,"214":27,"215":249,"221":311,"223":1000,"224":37,"225":424,"23":364,"24":1959,"25":451,"257":81,"26":77,"268":7,"27":77,"273":104,"276":68,"279":10,"28":796,"281":5,"282":69,"291":33,"292":126,"30":33,"302":12,"306":5,"31":29,"314":10,"32":10,"33":56,"34":144,"347":48,"35":104,"352":738,"36":145,"37":43,"38":497,"380":4,"381":36,"383":41,"39":71,"391":36,"396":3,"397":23,"40":26,"409":67,"41":51,"414":72,"415":110,"419":9,"42":78,"426":8,"43":30,"430":23,"431":1,"433":2,"434":2,"44":16,"45":42,"46":287,"48":42,"49":142,"5":871,"51":77,"52":144,"53":46,"56":11,"570":4,"6":250,"63":32,"7":731,"79":47,"8":437,"80":131,"9":622,"all_client":110856,"all_tv_clinet":18116,"insert_time":"2014-08-23T03:57:59.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92971,"10":39,"107":617,"11":670,"12":162,"13":398,"14":217,"15":204,"155":38,"156":14,"158":64,"159":22,"16":143,"160":19,"161":221,"167":41,"17":303,"18":1022,"19":443,"20":117,"209":38,"21":516,"210":33,"211":11,"214":28,"215":239,"221":305,"223":1034,"224":35,"225":426,"23":357,"24":1979,"25":464,"257":81,"26":79,"268":7,"27":70,"273":97,"276":66,"279":10,"28":822,"281":6,"282":72,"291":33,"292":121,"30":35,"302":12,"306":4,"31":32,"314":9,"32":14,"33":55,"34":147,"347":49,"35":109,"352":723,"36":146,"37":43,"38":496,"380":4,"381":35,"383":40,"39":70,"391":35,"396":4,"397":22,"40":27,"409":73,"41":49,"414":78,"415":107,"419":7,"42":82,"426":6,"43":32,"430":25,"431":1,"433":3,"434":3,"44":14,"45":46,"46":293,"48":43,"49":137,"5":901,"51":71,"52":144,"53":49,"56":11,"570":4,"6":263,"63":31,"7":690,"79":46,"8":467,"80":129,"9":598,"all_client":111168,"all_tv_clinet":18197,"insert_time":"2014-08-23T03:59:00.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93111,"10":37,"107":619,"11":684,"12":166,"13":414,"14":205,"15":202,"155":39,"156":14,"158":62,"159":20,"16":144,"160":19,"161":212,"167":42,"17":276,"18":1026,"19":457,"20":134,"209":37,"21":501,"210":32,"211":10,"214":30,"215":241,"221":300,"223":1059,"224":36,"225":438,"23":349,"24":1994,"25":450,"257":82,"26":75,"268":7,"27":69,"273":90,"276":69,"279":11,"28":847,"281":6,"282":71,"291":33,"292":126,"30":41,"302":12,"306":4,"31":32,"314":8,"32":16,"33":61,"34":146,"347":49,"35":112,"352":726,"36":147,"37":44,"38":495,"380":4,"381":38,"383":37,"39":72,"391":36,"396":5,"397":21,"40":30,"409":76,"41":46,"414":86,"415":102,"419":7,"42":87,"426":6,"43":33,"430":28,"431":1,"433":3,"434":3,"44":15,"45":47,"46":294,"48":43,"49":127,"5":935,"51":65,"52":135,"53":51,"56":10,"570":3,"6":270,"63":32,"7":676,"79":48,"8":483,"80":131,"9":575,"all_client":111400,"all_tv_clinet":18289,"insert_time":"2014-08-23T04:00:01.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93248,"10":39,"107":625,"11":687,"12":169,"13":426,"14":195,"15":190,"155":35,"156":18,"158":59,"159":24,"16":148,"160":19,"161":212,"167":42,"168":1,"17":268,"18":1017,"19":471,"20":142,"209":36,"21":503,"210":28,"211":11,"214":28,"215":243,"221":305,"223":1077,"224":38,"225":429,"23":345,"24":2002,"25":457,"257":86,"26":72,"268":6,"27":59,"273":89,"276":71,"279":11,"28":872,"281":6,"282":69,"291":35,"292":130,"30":43,"302":16,"306":3,"31":32,"314":6,"32":18,"33":55,"34":149,"347":49,"35":112,"352":725,"36":147,"37":43,"38":493,"380":4,"381":42,"383":39,"39":75,"391":38,"396":7,"397":21,"40":30,"409":81,"41":44,"414":89,"415":96,"419":7,"42":93,"426":6,"43":34,"430":32,"433":3,"434":3,"44":14,"45":45,"46":293,"48":43,"49":115,"5":954,"51":66,"52":125,"53":51,"56":9,"570":3,"6":274,"63":31,"7":653,"79":48,"8":503,"80":128,"9":574,"all_client":111607,"all_tv_clinet":18359,"insert_time":"2014-08-23T04:01:02.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93387,"10":38,"107":631,"11":691,"12":174,"13":437,"14":189,"15":183,"155":34,"156":19,"158":64,"159":26,"16":149,"160":20,"161":210,"167":42,"168":2,"17":267,"18":1023,"19":485,"20":144,"209":36,"21":495,"210":28,"211":12,"214":27,"215":244,"221":303,"223":1065,"224":41,"225":435,"23":354,"24":1997,"25":458,"257":82,"26":70,"268":7,"27":53,"273":80,"276":77,"279":13,"28":895,"281":6,"282":65,"291":35,"292":143,"30":39,"302":17,"306":3,"31":31,"314":5,"32":17,"33":58,"34":143,"347":50,"35":116,"352":727,"36":146,"37":45,"38":503,"380":4,"381":45,"383":39,"39":76,"391":37,"396":5,"397":22,"40":31,"409":82,"41":45,"414":92,"415":97,"419":7,"42":94,"426":7,"43":33,"430":36,"433":3,"434":4,"44":16,"45":47,"46":300,"48":42,"49":108,"5":988,"51":66,"52":111,"53":45,"56":10,"570":3,"6":277,"63":34,"7":626,"79":49,"8":518,"80":132,"9":590,"all_client":111857,"all_tv_clinet":18470,"insert_time":"2014-08-23T04:02:03.253Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93494,"10":36,"107":637,"11":697,"12":177,"13":442,"14":182,"15":177,"155":35,"156":20,"158":63,"159":25,"16":152,"160":22,"161":213,"167":39,"168":2,"17":264,"18":1025,"19":493,"20":142,"209":36,"21":493,"210":26,"211":12,"214":26,"215":237,"221":299,"223":1030,"224":37,"225":444,"23":356,"24":1992,"25":460,"257":79,"26":68,"268":7,"27":54,"273":78,"276":81,"279":14,"28":912,"281":5,"282":66,"291":35,"292":142,"30":34,"302":14,"306":3,"31":31,"314":6,"32":17,"33":59,"34":151,"347":55,"35":120,"352":718,"36":150,"37":48,"38":523,"380":4,"381":43,"383":43,"39":76,"391":39,"396":3,"397":22,"40":31,"409":84,"41":40,"414":96,"415":90,"419":8,"42":94,"426":8,"43":32,"430":38,"433":3,"434":4,"44":13,"45":50,"46":302,"48":46,"49":90,"5":1045,"51":69,"52":96,"53":45,"56":10,"570":4,"6":270,"63":32,"7":601,"79":52,"8":545,"80":138,"9":607,"all_client":112028,"all_tv_clinet":18534,"insert_time":"2014-08-23T04:03:04.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93661,"10":38,"107":643,"11":698,"12":183,"13":444,"14":175,"15":176,"155":36,"156":14,"158":63,"159":24,"16":154,"160":18,"161":219,"167":39,"168":3,"17":271,"18":1036,"19":472,"20":146,"209":33,"21":473,"210":26,"211":12,"214":25,"215":236,"221":295,"223":993,"224":34,"225":459,"23":357,"24":2003,"25":479,"257":80,"26":67,"268":6,"27":54,"273":82,"276":86,"279":17,"28":919,"281":5,"282":67,"291":36,"292":144,"30":28,"302":11,"306":3,"31":36,"314":7,"32":16,"33":60,"34":143,"347":56,"35":122,"352":734,"36":156,"37":48,"38":509,"380":3,"381":45,"383":39,"39":78,"391":35,"396":3,"397":21,"40":29,"409":80,"41":39,"414":98,"415":84,"419":7,"42":94,"426":6,"43":35,"430":42,"433":3,"434":4,"44":13,"45":54,"46":303,"48":47,"49":82,"5":1097,"51":67,"52":91,"53":43,"56":10,"570":5,"6":268,"63":31,"7":565,"79":50,"8":563,"80":154,"9":635,"all_client":112253,"all_tv_clinet":18592,"insert_time":"2014-08-23T04:04:04.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93803,"10":40,"107":659,"11":715,"12":185,"13":456,"14":181,"15":171,"155":36,"156":13,"158":61,"159":22,"16":153,"160":16,"161":221,"167":39,"168":3,"17":272,"18":1057,"19":434,"20":146,"209":32,"21":475,"210":26,"211":11,"214":25,"215":247,"221":286,"223":971,"224":36,"225":467,"23":355,"24":2036,"25":479,"257":80,"26":67,"268":6,"27":54,"273":89,"276":82,"279":18,"28":930,"281":5,"282":69,"291":36,"292":146,"30":29,"302":11,"306":1,"31":37,"314":7,"32":17,"33":62,"34":131,"347":53,"35":117,"352":732,"36":154,"37":46,"38":524,"380":4,"381":44,"383":37,"39":81,"391":35,"396":3,"397":21,"40":28,"409":84,"41":37,"414":94,"415":81,"419":9,"42":94,"426":7,"43":36,"430":47,"433":3,"434":3,"44":12,"45":55,"46":305,"48":45,"49":79,"5":1147,"51":64,"52":83,"53":44,"56":10,"570":5,"6":268,"63":28,"7":536,"79":51,"8":580,"80":161,"9":636,"all_client":112489,"all_tv_clinet":18686,"insert_time":"2014-08-23T04:05:05.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93925,"10":37,"107":663,"11":700,"12":178,"13":457,"14":179,"15":168,"155":33,"156":12,"158":62,"159":25,"16":161,"160":18,"161":222,"167":39,"168":3,"17":267,"18":1066,"19":399,"20":144,"209":29,"21":473,"210":26,"211":13,"214":23,"215":258,"221":284,"223":969,"224":36,"225":471,"23":349,"24":2048,"25":491,"257":84,"26":71,"268":8,"27":55,"273":93,"276":85,"279":18,"28":937,"281":4,"282":73,"291":37,"292":153,"30":26,"302":13,"306":1,"31":43,"314":5,"32":17,"33":64,"34":119,"347":47,"35":117,"352":726,"36":154,"37":47,"38":535,"380":5,"381":49,"383":33,"39":80,"391":33,"396":2,"397":22,"40":28,"409":91,"41":37,"414":95,"415":83,"419":10,"42":97,"426":7,"43":36,"430":52,"433":3,"434":2,"44":11,"45":55,"46":303,"48":42,"49":74,"5":1179,"51":60,"52":81,"53":43,"56":12,"570":5,"6":262,"63":28,"7":516,"79":51,"8":596,"80":171,"9":658,"all_client":112672,"all_tv_clinet":18747,"insert_time":"2014-08-23T04:06:06.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94039,"10":33,"107":660,"11":676,"12":165,"13":462,"14":182,"15":166,"155":35,"156":13,"158":60,"159":25,"16":167,"160":19,"161":225,"167":36,"168":4,"17":265,"18":1087,"19":388,"20":151,"209":30,"21":485,"210":26,"211":17,"214":22,"215":261,"221":285,"223":980,"224":33,"225":490,"23":360,"24":2076,"25":492,"257":78,"26":75,"268":7,"27":52,"273":95,"276":88,"279":19,"28":940,"281":4,"282":71,"291":36,"292":159,"30":22,"302":14,"306":1,"31":47,"314":7,"32":17,"33":60,"34":112,"347":46,"35":117,"352":738,"36":155,"37":49,"38":543,"380":4,"381":53,"383":35,"39":81,"391":30,"397":22,"40":28,"409":92,"41":41,"414":88,"415":84,"419":11,"42":96,"426":8,"43":34,"430":58,"433":2,"434":2,"44":11,"45":55,"46":311,"48":42,"49":70,"5":1216,"51":58,"52":77,"53":44,"56":10,"570":6,"6":259,"63":26,"7":496,"79":46,"8":603,"80":181,"9":667,"all_client":112914,"all_tv_clinet":18875,"insert_time":"2014-08-23T04:07:07.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94162,"10":34,"107":643,"11":633,"12":158,"13":472,"14":183,"15":164,"155":35,"156":15,"158":57,"159":24,"16":170,"160":21,"161":231,"167":37,"168":3,"17":269,"18":1098,"19":383,"20":152,"209":26,"21":488,"210":26,"211":17,"214":23,"215":266,"221":287,"223":975,"224":32,"225":494,"23":356,"24":2089,"25":500,"257":75,"26":76,"268":6,"27":50,"273":99,"276":90,"279":23,"28":942,"281":2,"282":72,"291":35,"292":160,"30":21,"302":13,"306":1,"31":51,"314":7,"32":16,"33":63,"34":102,"347":41,"35":115,"352":749,"36":164,"37":51,"38":548,"380":3,"381":55,"383":41,"39":86,"391":30,"397":20,"40":29,"409":91,"41":43,"414":85,"415":85,"419":10,"42":100,"426":5,"43":33,"430":59,"433":2,"434":1,"44":10,"45":54,"46":317,"48":42,"49":67,"5":1278,"51":58,"52":72,"53":42,"56":9,"570":7,"6":256,"63":30,"7":489,"79":47,"8":611,"80":185,"9":685,"all_client":113132,"all_tv_clinet":18970,"insert_time":"2014-08-23T04:08:08.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94316,"10":32,"107":629,"11":600,"12":156,"13":491,"14":181,"15":158,"155":37,"156":14,"158":49,"159":24,"16":171,"160":22,"161":243,"167":40,"168":3,"17":263,"18":1097,"19":384,"20":157,"209":25,"21":488,"210":24,"211":17,"214":24,"215":277,"221":281,"223":996,"224":35,"225":505,"23":367,"24":2109,"25":504,"257":72,"26":75,"268":6,"27":46,"273":101,"276":90,"279":27,"28":938,"281":1,"282":70,"291":36,"292":161,"30":21,"302":12,"306":2,"31":53,"314":7,"317":1,"32":16,"33":69,"34":91,"347":41,"35":114,"352":751,"36":160,"37":50,"38":547,"380":2,"381":57,"383":38,"39":85,"391":32,"396":1,"397":18,"40":28,"409":84,"41":42,"414":70,"415":85,"419":9,"42":97,"426":8,"43":33,"430":62,"433":3,"434":1,"44":11,"45":53,"46":318,"48":40,"49":65,"5":1314,"51":54,"52":68,"53":45,"56":8,"570":6,"6":247,"63":29,"7":469,"79":48,"8":626,"80":192,"9":688,"all_client":113313,"all_tv_clinet":18997,"insert_time":"2014-08-23T04:09:09.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94543,"10":32,"107":615,"11":585,"12":151,"13":501,"14":185,"15":156,"155":37,"156":14,"158":46,"159":25,"16":174,"160":22,"161":249,"167":41,"168":4,"17":267,"18":1105,"19":378,"20":165,"209":26,"21":489,"210":24,"211":16,"214":23,"215":290,"221":275,"223":1001,"224":35,"225":511,"23":366,"24":2140,"25":506,"257":71,"26":78,"268":7,"27":43,"273":104,"276":90,"279":25,"28":928,"281":1,"282":71,"291":36,"292":156,"30":20,"302":11,"306":2,"31":45,"314":6,"317":1,"32":15,"33":69,"34":90,"347":38,"35":115,"352":757,"36":164,"37":48,"38":552,"380":2,"381":58,"383":41,"39":80,"391":32,"396":2,"397":18,"40":36,"409":82,"41":45,"414":52,"415":84,"419":10,"42":103,"426":9,"43":36,"430":66,"433":3,"434":1,"44":11,"45":54,"46":321,"48":40,"49":65,"5":1311,"51":51,"52":60,"53":42,"56":10,"570":3,"6":236,"63":30,"7":449,"79":48,"8":636,"80":201,"9":714,"all_client":113582,"all_tv_clinet":19039,"insert_time":"2014-08-23T04:10:10.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94641,"10":35,"107":622,"11":570,"12":150,"13":514,"14":189,"15":159,"155":33,"156":12,"158":44,"159":23,"16":177,"160":23,"161":254,"167":46,"168":4,"17":273,"18":1095,"19":384,"20":167,"209":25,"21":490,"210":27,"211":15,"214":23,"215":292,"221":274,"223":998,"224":35,"225":505,"23":371,"24":2144,"25":508,"257":74,"26":78,"268":8,"27":42,"273":113,"276":90,"279":27,"28":923,"281":1,"282":71,"291":36,"292":148,"30":18,"302":10,"306":2,"31":43,"314":6,"317":1,"32":15,"33":70,"34":89,"347":34,"35":119,"352":758,"36":169,"37":47,"38":546,"380":2,"381":59,"383":40,"39":83,"391":33,"396":2,"397":18,"40":43,"409":79,"41":44,"414":50,"415":81,"419":8,"42":106,"426":8,"43":34,"430":73,"433":3,"434":1,"44":11,"45":46,"46":321,"48":39,"49":62,"5":1342,"51":48,"52":56,"53":45,"56":12,"570":4,"6":226,"63":28,"7":432,"79":51,"8":639,"80":204,"9":734,"all_client":113727,"all_tv_clinet":19086,"insert_time":"2014-08-23T04:11:10.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94811,"10":34,"107":619,"11":562,"12":155,"13":533,"14":193,"15":160,"155":31,"156":12,"158":49,"159":24,"16":174,"160":28,"161":252,"167":46,"168":4,"17":281,"18":1082,"19":402,"20":170,"209":31,"21":495,"210":27,"211":16,"214":25,"215":302,"221":277,"223":988,"224":35,"225":527,"23":375,"24":2134,"25":525,"257":72,"26":79,"268":7,"27":41,"273":110,"276":90,"279":27,"28":932,"281":2,"282":76,"291":35,"292":131,"30":18,"302":10,"306":2,"31":45,"314":5,"317":1,"32":16,"33":70,"34":90,"347":30,"35":115,"352":751,"36":162,"37":44,"38":549,"380":1,"381":60,"383":46,"39":85,"391":31,"396":2,"397":19,"40":47,"409":79,"41":47,"414":48,"415":84,"419":8,"42":105,"426":6,"43":34,"430":80,"433":2,"434":1,"44":13,"45":49,"46":324,"48":36,"49":56,"5":1366,"51":46,"52":53,"53":44,"56":12,"570":5,"6":216,"63":27,"7":421,"79":56,"8":648,"80":202,"9":749,"all_client":113997,"all_tv_clinet":19186,"insert_time":"2014-08-23T04:12:11.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94990,"10":36,"107":621,"11":553,"12":160,"13":547,"14":187,"15":158,"155":31,"156":11,"158":49,"159":25,"16":166,"160":27,"161":244,"167":49,"168":4,"17":274,"18":1089,"19":414,"20":178,"209":29,"21":502,"210":27,"211":15,"214":25,"215":303,"221":277,"223":992,"224":37,"225":538,"23":382,"24":2111,"25":535,"257":74,"26":74,"268":6,"27":39,"273":102,"276":92,"279":26,"28":949,"281":2,"282":78,"291":35,"292":127,"30":19,"302":10,"306":2,"31":45,"314":3,"317":1,"32":18,"33":74,"34":87,"347":28,"35":108,"352":743,"36":164,"37":45,"38":554,"380":1,"381":59,"383":51,"39":89,"391":34,"396":2,"397":19,"40":49,"409":79,"41":55,"414":50,"415":80,"419":8,"42":98,"426":4,"43":32,"430":83,"431":1,"433":2,"434":1,"44":12,"45":45,"46":328,"48":35,"49":49,"5":1394,"51":49,"52":48,"53":48,"56":11,"570":4,"6":217,"63":29,"7":408,"79":55,"8":666,"80":205,"9":756,"all_client":114247,"all_tv_clinet":19257,"insert_time":"2014-08-23T04:13:12.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95169,"10":37,"107":632,"11":552,"12":167,"13":565,"14":185,"15":162,"155":30,"156":11,"158":52,"159":26,"16":167,"160":27,"161":238,"167":50,"168":4,"17":279,"18":1091,"19":415,"20":180,"209":28,"21":510,"210":25,"211":14,"214":25,"215":307,"221":276,"223":999,"224":40,"225":543,"23":377,"24":2095,"25":546,"257":72,"26":74,"268":6,"27":37,"273":89,"276":92,"279":22,"28":958,"281":2,"282":75,"291":34,"292":126,"30":19,"302":9,"306":2,"31":42,"314":3,"317":1,"32":18,"33":76,"34":80,"347":29,"35":107,"352":749,"36":158,"37":48,"38":552,"380":1,"381":61,"383":50,"39":91,"391":36,"396":3,"397":18,"40":57,"409":83,"41":55,"414":49,"415":79,"419":10,"42":92,"426":5,"43":30,"430":83,"431":1,"433":2,"44":11,"45":43,"46":334,"48":34,"49":47,"5":1413,"51":49,"52":49,"53":52,"56":10,"570":3,"6":216,"63":28,"7":396,"79":54,"8":664,"80":214,"9":776,"all_client":114503,"all_tv_clinet":19334,"insert_time":"2014-08-23T04:14:13.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95315,"10":38,"107":641,"11":550,"12":171,"13":572,"14":190,"15":165,"155":31,"156":10,"158":55,"159":25,"16":177,"160":22,"161":238,"167":48,"168":5,"17":276,"18":1097,"19":420,"20":189,"209":29,"21":505,"210":24,"211":14,"214":24,"215":318,"221":268,"223":1003,"224":46,"225":539,"23":362,"24":2077,"25":562,"257":71,"26":75,"268":6,"27":37,"273":84,"276":92,"279":22,"28":970,"281":2,"282":75,"291":33,"292":121,"30":21,"302":11,"306":2,"31":40,"314":2,"317":1,"32":17,"33":75,"34":73,"347":24,"35":102,"352":753,"36":156,"37":50,"38":564,"380":1,"381":64,"383":48,"39":92,"391":34,"396":3,"397":18,"40":68,"409":82,"41":57,"414":49,"415":92,"419":12,"42":89,"426":4,"43":30,"430":81,"431":1,"433":2,"44":12,"45":41,"46":337,"48":36,"49":44,"5":1441,"51":49,"52":45,"53":56,"56":10,"570":3,"6":219,"63":29,"7":386,"79":49,"8":652,"80":228,"9":788,"all_client":114737,"all_tv_clinet":19422,"insert_time":"2014-08-23T04:15:14.242Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95377,"10":38,"107":622,"11":551,"12":170,"13":575,"14":188,"15":160,"155":32,"156":10,"158":57,"159":25,"16":177,"160":22,"161":237,"167":51,"168":5,"17":279,"18":1106,"19":427,"20":191,"209":31,"21":515,"210":23,"211":14,"214":23,"215":327,"221":259,"223":1000,"224":42,"225":525,"23":367,"24":2061,"25":573,"257":69,"26":80,"268":6,"27":35,"273":83,"276":89,"279":23,"28":969,"281":2,"282":78,"291":33,"292":121,"30":19,"302":13,"306":2,"31":41,"314":2,"317":1,"32":20,"33":77,"34":73,"347":23,"35":95,"352":773,"36":158,"37":54,"38":573,"380":2,"381":61,"383":45,"39":94,"391":33,"396":4,"397":18,"40":79,"409":80,"41":59,"414":42,"415":99,"419":13,"42":91,"426":9,"43":33,"430":79,"431":1,"433":3,"44":13,"45":40,"46":333,"48":36,"49":42,"5":1475,"51":50,"52":39,"53":58,"56":10,"570":3,"6":216,"63":27,"7":379,"79":52,"8":642,"80":231,"9":805,"all_client":114868,"all_tv_clinet":19491,"insert_time":"2014-08-23T04:16:15.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95516,"10":35,"107":637,"11":540,"12":174,"13":581,"14":190,"15":162,"155":32,"156":9,"158":57,"159":25,"16":181,"160":21,"161":243,"167":56,"168":5,"17":275,"18":1113,"19":440,"20":192,"209":35,"21":505,"210":22,"211":14,"214":20,"215":339,"221":256,"223":996,"224":42,"225":538,"23":370,"24":2066,"25":576,"257":66,"26":81,"268":4,"27":32,"273":77,"276":84,"279":23,"28":980,"281":2,"282":75,"291":33,"292":123,"30":19,"302":14,"306":2,"31":38,"314":4,"317":1,"32":20,"33":79,"34":71,"347":22,"35":91,"352":774,"36":154,"37":54,"38":573,"380":2,"381":62,"383":44,"39":93,"391":34,"396":4,"397":15,"40":80,"409":78,"41":66,"414":35,"415":102,"419":14,"42":90,"426":9,"43":34,"430":79,"431":1,"433":3,"44":14,"45":39,"46":317,"48":34,"49":42,"5":1507,"51":49,"52":34,"53":56,"56":9,"570":5,"6":210,"63":28,"7":376,"79":49,"8":642,"80":235,"9":825,"all_client":115075,"all_tv_clinet":19559,"insert_time":"2014-08-23T04:17:15.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95704,"10":31,"107":637,"11":535,"12":179,"13":584,"14":194,"15":158,"155":31,"156":10,"158":58,"159":28,"16":186,"160":20,"161":247,"167":56,"168":6,"17":279,"18":1119,"19":453,"20":189,"209":37,"21":508,"210":24,"211":13,"214":20,"215":342,"221":267,"223":995,"224":41,"225":538,"23":367,"24":2049,"25":584,"257":66,"26":82,"268":4,"27":30,"273":75,"276":83,"279":21,"28":972,"281":2,"282":74,"291":34,"292":127,"30":18,"302":14,"306":2,"31":38,"314":4,"317":1,"32":22,"33":80,"34":67,"347":23,"35":92,"352":782,"36":150,"37":55,"38":578,"380":4,"381":63,"383":43,"39":96,"391":35,"396":3,"397":14,"40":88,"409":82,"41":68,"414":32,"415":103,"419":14,"42":96,"426":8,"43":34,"430":79,"431":1,"433":3,"44":14,"45":41,"46":282,"48":32,"49":46,"5":1534,"51":50,"52":34,"53":61,"56":12,"570":7,"6":214,"63":28,"7":369,"79":49,"8":632,"80":236,"9":836,"all_client":115328,"all_tv_clinet":19624,"insert_time":"2014-08-23T04:18:16.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95866,"10":30,"107":650,"11":543,"12":184,"13":590,"14":190,"15":157,"155":30,"156":10,"158":54,"159":31,"16":186,"160":21,"161":255,"167":58,"168":5,"17":274,"18":1135,"19":466,"20":181,"209":37,"21":527,"210":23,"211":13,"214":21,"215":349,"221":271,"223":1003,"224":39,"225":537,"23":358,"24":2015,"25":597,"257":67,"26":88,"268":4,"27":30,"273":80,"276":81,"279":20,"28":934,"281":2,"282":75,"291":34,"292":130,"30":19,"302":13,"306":2,"31":41,"314":6,"317":1,"32":22,"33":80,"34":70,"347":22,"35":102,"352":768,"36":144,"37":55,"38":576,"380":6,"381":66,"383":49,"39":92,"391":37,"396":2,"397":13,"40":95,"409":79,"41":68,"414":31,"415":105,"419":12,"42":99,"426":7,"43":29,"430":82,"433":3,"44":14,"45":43,"46":256,"48":37,"49":44,"5":1581,"51":48,"52":34,"53":61,"56":12,"570":8,"6":212,"63":27,"7":364,"79":46,"8":642,"80":240,"9":852,"all_client":115568,"all_tv_clinet":19702,"insert_time":"2014-08-23T04:19:17.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96002,"10":27,"107":661,"11":544,"12":184,"13":597,"14":189,"15":156,"155":30,"156":12,"158":54,"159":29,"16":187,"160":23,"161":255,"167":59,"168":5,"17":272,"18":1140,"19":468,"20":179,"209":39,"21":540,"210":21,"211":13,"214":21,"215":336,"221":281,"223":1010,"224":37,"225":533,"23":360,"24":1988,"25":603,"257":67,"26":91,"268":7,"27":29,"273":83,"276":79,"279":22,"28":904,"281":1,"282":75,"291":35,"292":130,"30":20,"302":14,"306":2,"31":41,"314":7,"317":1,"32":24,"33":87,"34":69,"347":24,"35":101,"352":768,"36":145,"37":56,"38":578,"380":7,"381":67,"383":50,"39":90,"391":34,"396":2,"397":16,"40":102,"409":81,"41":68,"414":28,"415":107,"419":11,"42":105,"426":7,"43":28,"430":84,"433":3,"44":13,"45":44,"46":245,"48":38,"49":40,"5":1608,"51":45,"52":33,"53":61,"56":11,"570":8,"6":217,"63":28,"7":362,"79":45,"8":644,"80":237,"9":854,"all_client":115738,"all_tv_clinet":19736,"insert_time":"2014-08-23T04:20:18.788Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96192,"10":27,"107":653,"11":558,"12":188,"13":598,"14":196,"15":156,"155":30,"156":12,"158":52,"159":27,"16":188,"160":21,"161":257,"167":59,"168":6,"17":267,"18":1149,"19":478,"20":177,"209":38,"21":541,"210":19,"211":11,"214":21,"215":325,"221":281,"223":998,"224":34,"225":540,"23":362,"24":1992,"25":607,"257":72,"26":93,"268":7,"27":27,"273":83,"276":79,"279":22,"28":883,"282":73,"291":36,"292":137,"30":18,"302":14,"306":2,"31":42,"314":7,"317":1,"32":24,"33":89,"34":68,"347":23,"35":101,"352":762,"36":142,"37":58,"38":593,"380":7,"381":68,"383":51,"39":90,"391":40,"396":2,"397":16,"40":104,"409":81,"41":70,"414":28,"415":105,"419":10,"42":106,"426":7,"43":28,"430":88,"433":3,"44":13,"45":43,"46":240,"48":38,"49":39,"5":1632,"51":49,"52":26,"53":61,"56":11,"570":8,"6":213,"63":28,"7":362,"79":48,"8":660,"80":241,"9":838,"all_client":115970,"all_tv_clinet":19778,"insert_time":"2014-08-23T04:21:19.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96327,"10":25,"107":679,"11":564,"12":189,"13":587,"14":202,"15":159,"155":33,"156":10,"158":52,"159":24,"16":190,"160":20,"161":261,"167":56,"168":6,"17":262,"18":1154,"19":494,"20":185,"209":43,"21":534,"210":17,"211":8,"214":20,"215":314,"221":282,"223":994,"224":34,"225":553,"23":371,"24":1963,"25":612,"257":74,"26":93,"268":6,"27":26,"273":86,"276":81,"279":24,"28":877,"282":70,"291":37,"292":141,"30":18,"302":15,"306":3,"31":39,"314":6,"317":1,"32":22,"33":94,"34":63,"347":22,"35":101,"352":758,"36":151,"37":60,"38":606,"380":9,"381":68,"383":55,"39":84,"391":40,"396":2,"397":16,"40":111,"409":80,"41":70,"414":28,"415":109,"419":11,"42":104,"426":9,"43":27,"430":92,"433":3,"44":13,"45":42,"46":232,"48":36,"49":38,"5":1655,"51":51,"52":24,"53":56,"56":12,"570":8,"6":216,"63":29,"7":354,"79":55,"8":665,"80":239,"9":848,"all_client":116189,"all_tv_clinet":19862,"insert_time":"2014-08-23T04:22:20.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96523,"10":27,"107":667,"11":576,"12":191,"13":582,"14":200,"15":154,"155":35,"156":10,"158":50,"159":21,"16":187,"160":22,"161":258,"167":54,"168":6,"17":266,"18":1159,"19":500,"20":185,"209":45,"21":544,"210":16,"211":7,"214":19,"215":307,"221":293,"223":983,"224":37,"225":560,"23":366,"24":1982,"25":617,"257":78,"26":91,"268":5,"27":23,"273":90,"276":81,"279":23,"28":882,"281":1,"282":69,"291":38,"292":151,"30":18,"302":15,"306":4,"31":38,"314":4,"32":21,"33":93,"34":62,"347":19,"35":100,"352":769,"36":149,"37":65,"38":607,"380":9,"381":71,"383":56,"39":84,"391":43,"396":2,"397":15,"40":115,"409":70,"41":73,"414":30,"415":111,"419":12,"42":106,"426":8,"43":30,"430":98,"433":4,"44":13,"45":41,"46":223,"48":37,"49":38,"5":1665,"51":51,"52":22,"53":58,"56":13,"570":8,"6":214,"63":29,"7":355,"79":54,"8":672,"80":242,"9":856,"all_client":116473,"all_tv_clinet":19950,"insert_time":"2014-08-23T04:23:21.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96675,"10":29,"107":662,"11":575,"12":186,"13":590,"14":203,"15":153,"155":34,"156":10,"158":52,"159":18,"16":186,"160":26,"161":262,"167":55,"168":6,"17":262,"18":1151,"19":495,"20":186,"209":49,"21":543,"210":17,"211":6,"214":15,"215":300,"221":291,"223":996,"224":36,"225":559,"23":373,"24":1993,"25":627,"257":84,"26":90,"268":5,"27":22,"273":96,"276":80,"279":24,"28":897,"281":1,"282":73,"291":36,"292":144,"30":21,"302":13,"306":4,"31":34,"314":4,"32":21,"33":93,"34":60,"347":18,"35":96,"352":774,"36":149,"37":63,"38":602,"380":9,"381":70,"383":57,"39":81,"391":42,"396":2,"397":16,"40":117,"409":66,"41":78,"414":32,"415":111,"419":11,"42":106,"426":7,"43":31,"430":101,"433":4,"44":12,"45":42,"46":221,"48":38,"49":38,"5":1678,"51":47,"52":21,"53":58,"56":14,"570":8,"6":215,"63":28,"7":352,"79":48,"8":681,"80":245,"9":881,"all_client":116693,"all_tv_clinet":20018,"insert_time":"2014-08-23T04:24:22.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96819,"10":29,"107":637,"11":591,"12":185,"13":593,"14":202,"15":153,"155":34,"156":11,"158":53,"159":15,"16":182,"160":29,"161":262,"167":57,"168":6,"17":268,"18":1154,"19":502,"20":189,"209":49,"21":551,"210":18,"211":6,"214":15,"215":299,"221":299,"223":998,"224":41,"225":545,"23":368,"24":2016,"25":637,"257":81,"26":82,"268":5,"27":21,"273":102,"276":79,"279":23,"28":912,"281":2,"282":74,"291":36,"292":134,"30":20,"302":13,"306":5,"31":31,"314":4,"32":23,"33":92,"34":56,"347":16,"35":85,"352":773,"36":159,"37":61,"38":597,"380":10,"381":70,"383":57,"39":78,"391":44,"396":2,"397":16,"40":118,"409":61,"41":79,"414":34,"415":108,"419":12,"42":109,"426":3,"43":34,"430":95,"433":4,"44":13,"45":46,"46":218,"48":40,"49":40,"5":1693,"51":48,"52":18,"53":54,"56":15,"570":7,"6":225,"63":30,"7":343,"79":39,"8":683,"80":255,"9":890,"all_client":116890,"all_tv_clinet":20071,"insert_time":"2014-08-23T04:25:22.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97026,"10":28,"107":638,"11":586,"12":181,"13":600,"14":201,"15":158,"155":33,"156":10,"158":53,"159":15,"16":178,"160":25,"161":256,"167":61,"168":6,"17":270,"18":1132,"19":503,"20":195,"209":51,"21":568,"210":20,"211":6,"214":14,"215":285,"221":299,"223":1003,"224":44,"225":544,"23":369,"24":2037,"25":649,"257":82,"26":77,"268":5,"27":22,"273":106,"276":76,"279":24,"28":924,"281":2,"282":81,"291":37,"292":119,"30":23,"302":12,"306":4,"31":29,"314":4,"32":26,"33":98,"34":54,"347":13,"35":76,"352":772,"36":161,"37":59,"38":607,"380":10,"381":73,"383":56,"39":75,"391":46,"396":2,"397":17,"40":119,"409":64,"41":74,"414":36,"415":110,"419":12,"42":108,"426":3,"43":36,"430":95,"433":4,"44":13,"45":44,"46":216,"48":36,"49":40,"5":1690,"51":48,"52":20,"53":54,"56":15,"570":7,"6":230,"63":31,"7":340,"79":38,"8":686,"80":265,"9":905,"all_client":117155,"all_tv_clinet":20129,"insert_time":"2014-08-23T04:26:23.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97151,"10":27,"107":635,"11":600,"12":184,"13":607,"14":204,"15":164,"155":34,"156":11,"158":55,"159":15,"16":165,"160":24,"161":246,"167":63,"168":3,"17":275,"18":1131,"19":495,"20":194,"209":53,"21":589,"210":20,"211":6,"214":13,"215":284,"221":295,"223":1019,"224":45,"225":535,"23":371,"24":2065,"25":655,"257":83,"26":71,"268":6,"27":23,"273":108,"276":74,"279":23,"28":929,"281":2,"282":79,"291":37,"292":109,"30":24,"302":12,"306":4,"31":32,"314":3,"32":24,"33":100,"34":52,"347":13,"35":72,"352":762,"36":173,"37":61,"38":603,"380":10,"381":74,"383":58,"39":78,"391":47,"396":1,"397":16,"40":117,"409":67,"41":77,"414":33,"415":114,"419":12,"42":102,"426":3,"43":38,"430":95,"433":4,"44":14,"45":39,"46":214,"48":35,"49":44,"5":1684,"51":47,"52":21,"53":57,"56":13,"570":6,"6":238,"63":31,"7":333,"79":34,"8":686,"80":266,"9":910,"all_client":117330,"all_tv_clinet":20179,"insert_time":"2014-08-23T04:27:24.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97248,"10":24,"107":634,"11":601,"12":187,"13":618,"14":201,"15":166,"155":33,"156":11,"158":58,"159":15,"16":162,"160":24,"161":226,"167":62,"168":3,"17":288,"18":1109,"19":471,"20":192,"209":62,"21":588,"210":19,"211":6,"214":13,"215":275,"221":285,"223":1039,"224":42,"225":554,"23":362,"24":2129,"25":654,"257":88,"26":66,"268":5,"27":22,"273":104,"276":76,"279":23,"28":940,"281":2,"282":82,"291":37,"292":110,"30":24,"302":12,"306":3,"31":30,"314":4,"32":21,"33":99,"34":47,"347":14,"35":66,"352":779,"36":182,"37":56,"38":597,"380":11,"381":75,"383":58,"39":77,"391":50,"396":1,"397":15,"40":105,"409":74,"41":79,"414":34,"415":116,"419":11,"42":99,"426":3,"43":36,"430":93,"433":3,"44":16,"45":35,"46":207,"48":37,"49":44,"5":1683,"51":50,"52":23,"53":57,"56":12,"570":5,"6":232,"63":30,"7":338,"79":31,"8":698,"80":272,"9":920,"all_client":117480,"all_tv_clinet":20232,"insert_time":"2014-08-23T04:28:25.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97327,"10":26,"107":623,"11":606,"12":188,"13":645,"14":206,"15":165,"155":34,"156":11,"158":59,"159":14,"16":149,"160":26,"161":219,"167":64,"168":3,"17":293,"18":1093,"19":448,"20":190,"209":69,"21":589,"210":18,"211":6,"214":14,"215":273,"221":280,"223":1064,"224":40,"225":572,"23":352,"24":2192,"25":661,"257":92,"26":66,"268":3,"27":18,"273":98,"276":75,"279":22,"28":952,"281":1,"282":88,"291":38,"292":114,"30":22,"302":12,"306":4,"31":30,"314":4,"32":19,"33":98,"34":48,"347":15,"35":62,"352":788,"36":189,"37":59,"38":579,"380":10,"381":78,"383":58,"39":81,"391":49,"397":16,"40":91,"409":79,"41":76,"414":34,"415":121,"419":13,"42":94,"426":3,"43":38,"430":89,"433":3,"44":17,"45":34,"46":207,"48":37,"49":40,"5":1680,"51":52,"52":23,"53":55,"56":12,"570":5,"6":230,"63":30,"7":329,"79":28,"8":708,"80":275,"9":928,"all_client":117638,"all_tv_clinet":20311,"insert_time":"2014-08-23T04:29:26.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97405,"10":28,"107":633,"11":628,"12":193,"13":650,"14":208,"15":168,"155":36,"156":10,"158":57,"159":13,"16":149,"160":27,"161":215,"167":69,"168":4,"17":301,"18":1076,"19":432,"20":200,"209":68,"21":600,"210":20,"211":6,"214":13,"215":257,"221":290,"223":1066,"224":36,"225":570,"23":337,"24":2212,"25":669,"257":88,"26":70,"268":3,"27":19,"273":86,"276":76,"279":20,"28":957,"281":1,"282":90,"291":38,"292":115,"30":26,"302":12,"306":4,"31":31,"314":4,"32":19,"33":97,"34":55,"347":15,"35":58,"352":797,"36":187,"37":61,"38":594,"380":9,"381":81,"383":54,"389":1,"39":77,"391":50,"397":16,"40":82,"409":78,"41":71,"414":38,"415":116,"419":14,"42":92,"426":4,"43":36,"430":90,"433":3,"434":1,"44":17,"45":34,"46":211,"48":39,"49":41,"5":1664,"51":52,"52":24,"53":56,"56":11,"570":6,"6":213,"63":33,"7":325,"79":23,"8":716,"80":278,"9":937,"all_client":117762,"all_tv_clinet":20357,"insert_time":"2014-08-23T04:30:27.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97456,"10":27,"107":634,"11":643,"12":194,"13":650,"14":208,"15":171,"155":35,"156":11,"158":53,"159":15,"16":161,"160":27,"161":209,"167":70,"168":5,"17":303,"18":1058,"19":434,"20":208,"209":71,"21":603,"210":18,"211":6,"214":10,"215":249,"221":299,"223":1030,"224":36,"225":574,"23":334,"24":2248,"25":684,"257":86,"26":67,"268":3,"27":21,"273":85,"276":74,"279":21,"28":945,"281":1,"282":93,"291":40,"292":122,"30":36,"302":12,"306":3,"31":34,"314":5,"32":17,"33":99,"34":53,"347":16,"35":54,"352":792,"36":180,"37":63,"38":596,"380":8,"381":82,"383":55,"389":1,"39":80,"391":48,"397":17,"40":83,"409":70,"41":64,"414":35,"415":115,"419":15,"42":90,"426":4,"43":33,"430":91,"433":3,"434":1,"44":16,"45":30,"46":222,"48":39,"49":36,"5":1661,"51":55,"52":25,"53":56,"56":13,"570":6,"6":208,"63":37,"7":322,"79":24,"8":725,"80":277,"9":962,"all_client":117861,"all_tv_clinet":20405,"insert_time":"2014-08-23T04:31:28.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97576,"10":27,"107":646,"11":652,"12":194,"13":668,"14":193,"15":179,"155":34,"156":12,"158":51,"159":15,"16":158,"160":29,"161":207,"167":72,"168":5,"17":309,"18":1042,"19":428,"20":208,"209":71,"21":604,"210":20,"211":4,"214":9,"215":233,"221":318,"223":1001,"224":38,"225":552,"23":319,"24":2265,"25":700,"257":86,"26":72,"268":8,"27":22,"273":81,"276":77,"279":20,"28":953,"281":1,"282":95,"291":40,"292":124,"30":39,"302":13,"306":4,"31":42,"314":6,"32":17,"33":98,"34":49,"347":16,"35":52,"352":779,"36":181,"37":68,"38":584,"380":8,"381":86,"383":56,"389":1,"39":79,"391":50,"397":19,"40":84,"409":68,"41":71,"414":35,"415":109,"419":13,"42":94,"426":4,"43":35,"430":92,"433":3,"434":1,"44":14,"45":30,"46":217,"48":40,"49":36,"5":1657,"51":55,"52":27,"53":57,"56":15,"570":5,"6":203,"63":39,"7":340,"79":25,"8":735,"80":280,"9":981,"all_client":118030,"all_tv_clinet":20454,"insert_time":"2014-08-23T04:32:29.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97592,"10":28,"107":645,"11":669,"12":195,"13":689,"14":184,"15":184,"155":34,"156":11,"158":53,"159":15,"16":157,"160":31,"161":214,"167":73,"168":4,"17":300,"18":1053,"19":417,"20":204,"209":76,"21":606,"210":18,"211":5,"214":11,"215":228,"221":324,"223":973,"224":39,"225":545,"23":312,"24":2270,"25":716,"257":83,"26":71,"268":9,"27":22,"273":84,"276":80,"279":19,"28":953,"281":1,"282":98,"291":41,"292":125,"30":38,"302":13,"306":4,"31":41,"314":6,"32":18,"33":96,"34":45,"347":15,"35":51,"352":775,"36":178,"37":67,"38":571,"380":8,"381":85,"383":58,"39":83,"391":50,"397":18,"40":93,"409":70,"41":70,"414":37,"415":105,"419":12,"42":101,"426":4,"43":37,"430":93,"433":3,"44":14,"45":28,"46":217,"48":41,"49":38,"5":1676,"51":57,"52":29,"53":51,"56":17,"570":3,"6":198,"63":39,"7":352,"79":24,"8":736,"80":279,"9":1012,"all_client":118117,"all_tv_clinet":20525,"insert_time":"2014-08-23T04:33:30.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97770,"10":26,"107":642,"11":673,"12":194,"13":698,"14":175,"15":181,"155":32,"156":9,"158":54,"159":12,"16":154,"160":29,"161":217,"167":76,"168":4,"17":291,"18":1051,"19":420,"20":207,"209":78,"21":594,"210":18,"211":5,"214":10,"215":217,"221":332,"223":961,"224":41,"225":543,"23":305,"24":2273,"25":720,"257":78,"26":74,"268":10,"27":24,"273":91,"276":78,"279":17,"28":964,"281":2,"282":95,"291":40,"292":129,"30":43,"302":12,"306":4,"31":45,"314":5,"32":19,"33":94,"34":46,"347":16,"35":49,"352":774,"36":183,"37":66,"38":573,"380":9,"381":84,"383":58,"39":89,"391":54,"397":17,"40":100,"409":70,"41":68,"414":39,"415":105,"419":9,"42":108,"426":2,"43":36,"430":99,"433":3,"44":11,"45":28,"46":224,"48":38,"49":35,"5":1676,"51":59,"52":27,"53":51,"56":17,"570":5,"6":197,"63":40,"7":350,"79":26,"8":729,"80":279,"9":1022,"all_client":118307,"all_tv_clinet":20537,"insert_time":"2014-08-23T04:34:31.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97906,"10":25,"107":638,"11":689,"12":193,"13":703,"14":171,"15":176,"155":35,"156":11,"158":54,"159":17,"16":159,"160":25,"161":207,"167":77,"168":4,"17":274,"18":1066,"19":424,"20":211,"209":77,"21":591,"210":16,"211":8,"214":11,"215":206,"221":337,"223":966,"224":43,"225":532,"23":304,"24":2296,"25":708,"257":82,"26":72,"268":9,"27":25,"273":89,"276":79,"279":17,"28":967,"281":2,"282":102,"291":39,"292":127,"30":49,"302":15,"306":4,"31":42,"314":5,"32":14,"33":91,"34":44,"347":16,"35":47,"352":772,"36":192,"37":68,"38":559,"380":9,"381":81,"383":60,"39":90,"391":52,"397":17,"40":105,"409":66,"41":66,"414":42,"415":104,"419":10,"42":108,"426":2,"43":38,"430":103,"433":4,"44":11,"45":28,"46":229,"48":44,"49":39,"5":1675,"51":60,"52":25,"53":55,"56":16,"570":5,"6":206,"63":43,"7":349,"79":28,"8":710,"80":275,"9":1020,"all_client":118463,"all_tv_clinet":20557,"insert_time":"2014-08-23T04:35:32.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98027,"10":24,"107":651,"11":695,"12":190,"13":722,"14":179,"15":170,"155":36,"156":12,"158":53,"159":16,"16":152,"160":25,"161":212,"167":76,"168":4,"17":268,"18":1081,"19":425,"20":206,"209":80,"21":590,"210":14,"211":9,"214":11,"215":202,"221":337,"223":986,"224":48,"225":521,"23":304,"24":2314,"25":695,"257":85,"26":73,"268":9,"27":26,"273":88,"276":80,"279":18,"28":976,"281":2,"282":100,"291":39,"292":133,"30":52,"302":16,"306":5,"31":40,"314":5,"32":11,"33":91,"34":42,"347":19,"35":49,"352":763,"36":198,"37":66,"38":547,"380":9,"381":83,"383":53,"39":91,"391":53,"396":1,"397":16,"40":113,"409":66,"41":63,"414":43,"415":108,"419":9,"42":103,"426":2,"43":39,"430":103,"433":4,"44":12,"45":25,"46":230,"48":42,"49":38,"5":1698,"51":61,"52":23,"53":57,"56":15,"570":6,"6":209,"63":48,"7":366,"79":29,"8":694,"80":271,"9":1007,"all_client":118658,"all_tv_clinet":20631,"insert_time":"2014-08-23T04:36:32.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98089,"10":23,"107":644,"11":696,"12":191,"13":729,"14":175,"15":164,"155":37,"156":13,"158":45,"159":18,"16":146,"160":32,"161":222,"167":75,"168":4,"17":247,"18":1114,"19":425,"20":202,"209":82,"21":575,"210":13,"211":8,"214":11,"215":203,"221":348,"223":1001,"224":54,"225":498,"23":305,"24":2326,"25":690,"257":82,"26":78,"268":9,"27":27,"273":91,"276":82,"279":18,"28":982,"281":3,"282":97,"291":39,"292":142,"30":59,"302":16,"306":8,"31":37,"314":5,"32":12,"33":92,"34":42,"347":21,"35":49,"352":740,"36":201,"37":66,"38":542,"380":8,"381":82,"383":54,"39":86,"391":52,"396":4,"397":17,"40":113,"409":66,"41":64,"414":42,"415":108,"419":10,"42":99,"426":2,"43":39,"430":99,"433":4,"44":16,"45":24,"46":236,"48":41,"49":35,"5":1721,"51":64,"52":25,"53":58,"56":16,"570":6,"6":213,"63":54,"7":378,"79":33,"8":673,"80":265,"9":993,"all_client":118745,"all_tv_clinet":20656,"insert_time":"2014-08-23T04:37:33.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98116,"10":19,"107":648,"11":709,"12":189,"13":727,"14":181,"15":163,"155":34,"156":12,"158":45,"159":20,"16":149,"160":30,"161":221,"167":74,"168":4,"17":237,"18":1141,"19":434,"20":205,"209":79,"21":571,"210":12,"211":9,"214":10,"215":204,"221":351,"223":1010,"224":58,"225":491,"23":294,"24":2308,"25":693,"257":76,"26":82,"268":8,"27":25,"273":92,"276":88,"279":21,"28":990,"281":3,"282":94,"291":38,"292":149,"30":60,"302":18,"306":9,"31":35,"314":5,"32":14,"33":91,"34":47,"347":19,"35":48,"352":758,"36":206,"37":60,"38":563,"380":9,"381":84,"383":54,"39":88,"391":52,"396":4,"397":17,"40":119,"409":54,"41":61,"414":40,"415":106,"419":10,"42":100,"426":2,"43":38,"430":98,"433":5,"44":16,"45":26,"46":250,"48":38,"49":30,"5":1739,"51":63,"52":27,"53":56,"56":16,"570":6,"6":229,"63":57,"7":387,"79":37,"8":664,"80":265,"9":964,"all_client":118858,"all_tv_clinet":20742,"insert_time":"2014-08-23T04:38:34.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98156,"10":21,"107":654,"11":714,"12":188,"13":719,"14":181,"15":160,"155":34,"156":12,"158":43,"159":23,"16":158,"160":31,"161":220,"167":75,"168":4,"17":217,"18":1160,"19":436,"20":200,"209":79,"21":568,"210":13,"211":9,"214":8,"215":202,"221":349,"223":1024,"224":60,"225":490,"23":298,"24":2326,"25":692,"257":75,"26":87,"268":9,"27":24,"273":97,"276":88,"279":20,"28":977,"281":3,"282":88,"291":38,"292":145,"30":61,"302":18,"306":9,"31":35,"314":6,"32":18,"33":91,"34":46,"347":18,"35":45,"352":761,"36":208,"37":61,"38":567,"380":10,"381":83,"383":55,"39":89,"391":52,"396":5,"397":18,"40":118,"409":50,"41":63,"414":42,"415":104,"419":11,"42":96,"426":3,"43":38,"430":97,"433":5,"44":14,"45":27,"46":252,"48":35,"49":32,"5":1770,"51":60,"52":29,"53":54,"56":15,"570":6,"6":229,"63":56,"7":382,"79":38,"8":657,"80":260,"9":953,"all_client":118927,"all_tv_clinet":20771,"insert_time":"2014-08-23T04:39:35.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98172,"10":17,"107":654,"11":701,"12":184,"13":718,"14":184,"15":162,"155":35,"156":13,"158":43,"159":22,"16":149,"160":28,"161":227,"167":77,"168":4,"17":213,"18":1175,"19":430,"20":198,"209":82,"21":561,"210":12,"211":9,"214":8,"215":201,"221":355,"223":1024,"224":64,"225":497,"23":303,"24":2321,"25":695,"257":75,"26":93,"268":9,"27":24,"273":96,"276":91,"279":20,"28":953,"281":3,"282":87,"291":38,"292":127,"30":56,"302":17,"306":10,"31":37,"314":5,"32":17,"33":90,"34":46,"347":16,"35":41,"352":779,"36":213,"37":63,"38":577,"380":11,"381":86,"383":50,"39":87,"391":51,"396":6,"397":18,"40":117,"409":49,"41":64,"414":40,"415":103,"419":12,"42":91,"426":3,"43":40,"430":92,"433":5,"44":16,"45":26,"46":257,"48":38,"49":28,"5":1812,"51":63,"52":29,"53":58,"56":14,"570":7,"6":227,"63":55,"7":396,"79":36,"8":660,"80":262,"9":933,"all_client":118963,"all_tv_clinet":20791,"insert_time":"2014-08-23T04:40:36.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98187,"10":21,"107":650,"11":704,"12":187,"13":712,"14":182,"15":158,"155":34,"156":13,"158":44,"159":24,"16":155,"160":30,"161":235,"167":76,"168":4,"17":197,"18":1185,"19":431,"20":206,"209":86,"21":554,"210":12,"211":8,"214":8,"215":201,"221":345,"223":1028,"224":65,"225":512,"23":308,"24":2342,"25":702,"257":75,"26":96,"268":9,"27":24,"273":94,"276":90,"279":19,"28":931,"281":3,"282":79,"291":38,"292":111,"30":59,"302":17,"306":9,"31":33,"314":5,"32":16,"33":88,"34":45,"347":18,"35":38,"352":774,"36":220,"37":62,"38":577,"380":12,"381":87,"383":50,"39":82,"391":49,"396":6,"397":17,"40":112,"409":54,"41":62,"414":39,"415":102,"419":8,"42":93,"426":4,"43":40,"430":92,"433":5,"44":17,"45":28,"46":262,"48":40,"49":30,"5":1866,"51":64,"52":24,"53":57,"56":14,"570":7,"6":219,"63":55,"7":399,"79":35,"8":658,"80":255,"9":902,"all_client":118982,"all_tv_clinet":20795,"insert_time":"2014-08-23T04:41:37.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98277,"10":22,"107":647,"11":711,"12":192,"13":700,"14":182,"15":149,"155":34,"156":11,"158":44,"159":25,"16":158,"160":29,"161":221,"167":78,"168":3,"17":191,"18":1201,"19":432,"20":209,"209":89,"21":553,"210":11,"211":10,"214":8,"215":202,"221":357,"223":1022,"224":70,"225":506,"23":311,"24":2348,"25":698,"257":76,"26":95,"268":10,"27":20,"273":92,"276":90,"279":17,"28":905,"281":3,"282":76,"291":38,"292":104,"30":60,"302":17,"306":10,"31":37,"314":4,"32":19,"33":89,"34":47,"347":16,"35":38,"352":777,"36":219,"37":65,"38":576,"380":13,"381":87,"383":48,"39":83,"391":48,"396":7,"397":17,"40":114,"409":53,"41":56,"414":39,"415":101,"419":7,"42":89,"426":4,"43":40,"430":90,"433":4,"44":20,"45":26,"46":274,"48":41,"49":28,"5":1933,"51":64,"52":18,"53":55,"56":12,"570":7,"6":208,"63":57,"7":393,"79":36,"8":662,"80":253,"9":880,"all_client":119068,"all_tv_clinet":20791,"insert_time":"2014-08-23T04:42:38.367Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98361,"10":25,"107":625,"11":721,"12":200,"13":677,"14":191,"15":146,"155":31,"156":11,"158":42,"159":26,"16":159,"160":28,"161":210,"167":77,"168":3,"17":181,"18":1214,"19":438,"20":206,"209":87,"21":551,"210":11,"211":10,"214":8,"215":200,"221":355,"223":1014,"224":68,"225":505,"23":318,"24":2352,"25":705,"257":85,"26":97,"268":10,"27":23,"273":91,"276":93,"279":21,"28":898,"281":3,"282":77,"291":35,"292":108,"30":58,"302":19,"306":10,"31":35,"314":4,"32":19,"33":89,"34":48,"347":15,"35":40,"352":778,"36":215,"37":64,"38":574,"380":14,"381":88,"383":49,"39":83,"391":47,"396":6,"397":15,"40":116,"409":57,"41":60,"414":38,"415":104,"419":5,"42":84,"426":4,"43":40,"430":87,"433":5,"44":18,"45":24,"46":285,"48":36,"49":30,"5":1982,"51":62,"52":17,"53":59,"56":11,"570":6,"6":206,"63":60,"7":397,"79":34,"8":667,"80":247,"9":855,"all_client":119163,"all_tv_clinet":20802,"insert_time":"2014-08-23T04:43:39.207Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98464,"10":25,"107":629,"11":723,"12":196,"13":637,"14":197,"15":143,"155":31,"156":12,"158":39,"159":26,"16":157,"160":28,"161":201,"167":74,"168":4,"17":171,"18":1241,"19":441,"20":199,"209":92,"21":539,"210":10,"211":10,"214":8,"215":196,"221":344,"223":1019,"224":69,"225":502,"23":310,"24":2351,"25":709,"257":87,"26":93,"268":8,"27":24,"273":82,"276":92,"279":21,"28":895,"281":3,"282":79,"291":32,"292":116,"30":58,"302":18,"306":11,"31":36,"314":4,"32":19,"33":86,"34":46,"347":14,"35":40,"352":777,"36":210,"37":64,"38":568,"380":13,"381":87,"383":48,"389":1,"39":83,"391":51,"396":11,"397":16,"40":119,"409":54,"41":62,"414":36,"415":104,"419":5,"42":80,"426":4,"43":46,"430":81,"433":5,"44":18,"45":25,"46":299,"48":36,"49":32,"5":2050,"51":58,"52":18,"53":53,"56":12,"570":9,"6":205,"63":56,"7":408,"79":35,"8":673,"80":244,"9":833,"all_client":119250,"all_tv_clinet":20786,"insert_time":"2014-08-23T04:44:40.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98489,"10":25,"107":624,"11":715,"12":194,"13":590,"14":202,"15":139,"155":31,"156":12,"158":39,"159":27,"16":161,"160":26,"161":195,"167":75,"168":3,"17":167,"18":1256,"19":434,"20":204,"209":94,"21":534,"210":11,"211":10,"214":8,"215":200,"221":340,"223":1025,"224":75,"225":503,"23":310,"24":2350,"25":718,"257":92,"26":91,"268":8,"27":25,"273":77,"276":91,"279":22,"28":896,"281":3,"282":75,"291":29,"292":128,"30":60,"302":18,"306":11,"31":34,"314":3,"32":18,"33":86,"34":41,"347":14,"35":39,"352":762,"36":206,"37":64,"38":575,"380":14,"381":82,"383":48,"389":1,"39":89,"391":50,"396":10,"397":16,"40":123,"409":56,"41":63,"414":33,"415":98,"419":5,"42":76,"426":4,"43":43,"430":74,"433":5,"44":18,"45":26,"46":303,"48":32,"49":28,"5":2111,"51":62,"52":19,"53":56,"56":12,"570":9,"6":206,"63":61,"7":417,"79":35,"8":682,"80":240,"9":832,"all_client":119293,"all_tv_clinet":20804,"insert_time":"2014-08-23T04:45:41.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98505,"10":24,"107":615,"11":716,"12":194,"13":571,"14":200,"15":142,"155":31,"156":13,"158":36,"159":27,"16":163,"160":24,"161":197,"167":78,"168":3,"17":163,"18":1270,"19":433,"20":204,"209":94,"21":535,"210":12,"211":10,"214":9,"215":204,"221":349,"223":1033,"224":75,"225":499,"23":313,"24":2344,"25":720,"257":95,"26":86,"268":9,"27":24,"273":74,"276":92,"279":24,"28":900,"281":4,"282":73,"291":25,"292":130,"30":58,"302":19,"306":11,"31":27,"314":3,"32":15,"33":86,"34":41,"347":14,"35":38,"352":772,"36":203,"37":57,"38":563,"380":13,"381":82,"383":48,"389":1,"39":89,"391":52,"396":10,"397":15,"40":131,"409":54,"41":60,"414":34,"415":95,"419":5,"42":71,"426":5,"43":43,"430":70,"433":4,"44":18,"45":24,"46":307,"48":38,"49":28,"5":2162,"51":64,"52":19,"53":52,"56":11,"570":10,"6":206,"63":62,"7":424,"79":36,"8":687,"80":233,"9":817,"all_client":119329,"all_tv_clinet":20824,"insert_time":"2014-08-23T04:46:41.889Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98530,"10":25,"107":616,"11":719,"12":200,"13":548,"14":200,"15":138,"155":31,"156":12,"158":35,"159":30,"16":161,"160":20,"161":202,"167":77,"168":3,"17":160,"18":1280,"19":438,"20":208,"209":93,"21":547,"210":12,"211":10,"214":9,"215":207,"221":364,"223":1035,"224":77,"225":502,"23":322,"24":2324,"25":724,"257":95,"26":81,"268":8,"27":21,"273":75,"276":93,"279":23,"28":897,"281":5,"282":67,"291":23,"292":129,"30":58,"302":20,"306":11,"31":29,"314":3,"32":16,"33":81,"34":38,"347":10,"35":37,"352":778,"36":186,"37":56,"38":554,"380":12,"381":80,"383":46,"39":97,"391":50,"396":8,"397":14,"40":134,"409":57,"41":62,"414":36,"415":94,"419":5,"42":68,"426":5,"43":40,"430":69,"431":1,"433":4,"44":18,"45":22,"46":293,"48":39,"49":24,"5":2202,"51":62,"52":23,"53":56,"56":8,"570":12,"6":198,"63":65,"7":442,"79":35,"8":693,"80":227,"9":811,"all_client":119365,"all_tv_clinet":20835,"insert_time":"2014-08-23T04:47:42.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98635,"10":23,"107":641,"11":725,"12":197,"13":535,"14":195,"15":134,"155":33,"156":12,"158":34,"159":31,"16":161,"160":20,"161":207,"167":75,"168":3,"17":159,"18":1286,"19":441,"20":206,"209":97,"21":541,"210":12,"211":10,"214":9,"215":212,"221":354,"223":1022,"224":82,"225":495,"23":322,"24":2307,"25":726,"257":94,"26":82,"268":9,"27":23,"273":78,"276":91,"279":24,"28":882,"281":5,"282":65,"291":23,"292":128,"30":59,"302":21,"306":11,"31":27,"314":5,"32":13,"33":83,"34":38,"347":9,"35":35,"352":753,"36":188,"37":54,"38":550,"380":12,"381":78,"383":45,"39":96,"391":46,"396":10,"397":12,"40":131,"409":58,"41":61,"414":38,"415":96,"419":5,"42":66,"426":4,"43":41,"430":65,"431":1,"433":6,"44":17,"45":21,"46":294,"48":37,"49":23,"5":2245,"51":59,"52":22,"53":54,"56":9,"570":13,"6":194,"63":61,"7":448,"79":34,"8":700,"80":224,"9":804,"all_client":119422,"all_tv_clinet":20787,"insert_time":"2014-08-23T04:48:43.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98702,"10":18,"107":634,"11":723,"12":194,"13":530,"14":201,"15":132,"155":33,"156":12,"158":33,"159":34,"16":164,"160":21,"161":204,"167":72,"168":2,"17":158,"18":1298,"19":441,"20":197,"209":102,"21":542,"210":12,"211":10,"214":10,"215":217,"221":359,"223":1027,"224":91,"225":498,"23":329,"24":2276,"25":743,"257":92,"26":73,"268":7,"27":22,"273":76,"276":90,"279":20,"28":853,"281":4,"282":65,"291":23,"292":130,"30":61,"302":23,"306":14,"31":27,"314":5,"32":12,"33":78,"34":36,"347":8,"35":32,"352":754,"36":181,"37":54,"38":549,"380":9,"381":81,"383":50,"39":97,"391":47,"396":11,"397":12,"40":130,"409":57,"41":58,"414":38,"415":93,"419":4,"42":63,"426":4,"43":43,"430":62,"431":1,"433":9,"44":17,"45":21,"46":294,"48":34,"49":22,"5":2305,"51":57,"52":23,"53":54,"56":7,"570":15,"6":188,"63":55,"7":450,"79":32,"8":707,"80":217,"9":807,"all_client":119482,"all_tv_clinet":20780,"insert_time":"2014-08-23T04:49:44.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98675,"10":20,"107":634,"11":731,"12":190,"13":511,"14":201,"15":129,"155":33,"156":12,"158":35,"159":34,"16":161,"160":20,"161":208,"167":72,"168":2,"17":160,"18":1310,"19":424,"20":198,"209":102,"21":551,"210":12,"211":10,"214":8,"215":213,"221":359,"223":1017,"224":100,"225":486,"23":331,"24":2282,"25":749,"257":83,"26":79,"268":7,"27":24,"273":77,"276":90,"279":20,"28":841,"281":4,"282":69,"291":21,"292":135,"30":60,"302":24,"306":15,"31":27,"314":7,"32":13,"33":73,"34":36,"347":8,"35":35,"352":737,"36":176,"37":51,"38":565,"380":9,"381":81,"383":50,"39":96,"391":46,"396":10,"397":15,"40":121,"409":52,"41":57,"414":40,"415":89,"419":2,"42":58,"426":4,"43":44,"430":61,"433":9,"44":19,"45":21,"46":298,"48":34,"49":23,"5":2352,"51":56,"52":25,"53":54,"56":7,"570":15,"6":192,"63":53,"7":445,"79":36,"8":709,"80":202,"9":801,"all_client":119443,"all_tv_clinet":20768,"insert_time":"2014-08-23T04:50:45.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98695,"10":24,"107":631,"11":736,"12":178,"13":492,"14":206,"15":130,"155":33,"156":14,"158":34,"159":32,"16":157,"160":21,"161":209,"167":70,"168":2,"17":163,"18":1303,"19":411,"20":188,"209":106,"21":553,"210":12,"211":10,"214":8,"215":210,"221":355,"223":1009,"224":104,"225":487,"23":330,"24":2286,"25":762,"257":85,"26":82,"268":5,"27":23,"273":82,"276":91,"279":22,"28":811,"281":4,"282":73,"291":21,"292":146,"30":66,"302":24,"306":16,"31":27,"314":7,"32":12,"33":76,"34":34,"347":7,"35":33,"352":731,"36":176,"37":53,"38":568,"380":7,"381":83,"383":49,"39":99,"391":44,"396":9,"397":18,"40":111,"409":47,"41":54,"414":40,"415":87,"419":2,"42":54,"426":4,"43":42,"430":58,"433":10,"44":17,"45":22,"46":314,"48":36,"49":23,"5":2405,"51":55,"52":26,"53":48,"56":7,"570":15,"6":201,"63":50,"7":445,"79":34,"8":716,"80":194,"9":782,"all_client":119444,"all_tv_clinet":20749,"insert_time":"2014-08-23T04:51:46.587Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98662,"10":26,"107":633,"11":737,"12":157,"13":491,"14":190,"15":148,"155":33,"156":14,"158":36,"159":30,"16":163,"160":22,"161":208,"167":70,"168":2,"17":160,"18":1317,"19":387,"20":187,"209":110,"21":551,"210":12,"211":11,"214":8,"215":209,"221":361,"223":1018,"224":103,"225":502,"23":326,"24":2281,"25":758,"257":84,"26":86,"268":5,"27":21,"273":88,"276":91,"279":21,"28":793,"281":4,"282":74,"291":20,"292":154,"30":67,"302":25,"306":16,"31":24,"314":6,"32":14,"33":76,"34":33,"347":6,"35":33,"352":741,"36":175,"37":51,"38":561,"380":7,"381":83,"383":46,"39":105,"391":43,"396":9,"397":20,"40":96,"409":43,"41":55,"414":37,"415":89,"419":3,"42":54,"426":4,"43":42,"430":55,"433":8,"44":19,"45":23,"46":322,"48":34,"49":22,"5":2457,"51":55,"52":25,"53":45,"56":7,"570":13,"6":207,"63":51,"7":440,"79":31,"8":716,"80":189,"9":755,"all_client":119402,"all_tv_clinet":20740,"insert_time":"2014-08-23T04:52:47.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98682,"10":25,"107":647,"11":685,"12":142,"13":503,"14":173,"15":161,"155":34,"156":16,"158":33,"159":32,"16":169,"160":25,"161":218,"167":68,"168":2,"17":163,"18":1322,"19":371,"20":185,"209":115,"21":551,"210":14,"211":10,"214":8,"215":210,"221":352,"223":1033,"224":105,"225":500,"23":330,"24":2288,"25":761,"257":82,"26":86,"268":7,"27":19,"273":97,"276":91,"279":20,"28":778,"281":4,"282":74,"291":19,"292":157,"30":65,"302":24,"306":16,"31":25,"314":5,"32":13,"33":78,"34":36,"347":5,"35":32,"352":740,"36":169,"37":49,"38":552,"380":6,"381":79,"383":48,"39":104,"391":40,"396":8,"397":21,"40":91,"409":44,"41":50,"414":36,"415":93,"419":4,"42":52,"426":4,"43":46,"430":54,"433":7,"44":17,"45":21,"46":332,"48":33,"49":25,"5":2515,"51":53,"52":26,"53":45,"56":5,"570":15,"6":210,"63":53,"7":433,"79":29,"8":724,"80":181,"9":730,"all_client":119410,"all_tv_clinet":20728,"insert_time":"2014-08-23T04:53:48.215Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98757,"10":22,"107":633,"11":637,"12":136,"13":509,"14":161,"15":174,"155":33,"156":14,"158":34,"159":33,"16":173,"160":27,"161":235,"167":65,"168":2,"17":168,"18":1322,"19":352,"20":190,"209":115,"21":546,"210":14,"211":10,"214":8,"215":215,"221":353,"223":1066,"224":105,"225":511,"23":323,"24":2302,"25":766,"257":81,"26":85,"268":7,"27":18,"273":106,"276":87,"279":20,"28":772,"281":4,"282":72,"291":17,"292":141,"30":64,"302":24,"306":17,"31":25,"314":5,"32":10,"33":80,"34":35,"347":6,"35":25,"352":739,"36":165,"37":47,"38":550,"380":4,"381":80,"383":53,"39":105,"391":44,"396":5,"397":20,"40":92,"409":52,"41":49,"414":35,"415":97,"419":3,"42":49,"426":3,"43":50,"430":52,"433":6,"44":22,"45":21,"46":330,"48":32,"49":25,"5":2554,"51":54,"52":26,"53":46,"56":4,"570":16,"6":213,"63":55,"7":430,"79":29,"8":719,"80":177,"9":700,"all_client":119465,"all_tv_clinet":20708,"insert_time":"2014-08-23T04:54:49.052Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98798,"10":25,"107":628,"11":581,"12":128,"13":508,"14":157,"15":179,"155":32,"156":13,"158":35,"159":35,"16":177,"160":28,"161":243,"167":64,"168":2,"17":179,"18":1333,"19":341,"20":185,"209":117,"21":546,"210":14,"211":10,"214":7,"215":223,"221":356,"223":1078,"224":113,"225":511,"23":332,"24":2311,"25":754,"257":80,"26":87,"268":8,"27":17,"273":112,"276":85,"279":18,"28":768,"281":3,"282":74,"291":17,"292":126,"30":64,"302":24,"306":18,"31":26,"314":7,"32":10,"33":78,"34":33,"347":7,"35":23,"352":748,"36":168,"37":49,"38":546,"380":4,"381":72,"383":55,"39":101,"391":45,"396":5,"397":20,"40":93,"409":61,"41":50,"414":35,"415":97,"419":3,"42":46,"426":3,"43":46,"430":49,"433":4,"44":22,"45":22,"46":325,"48":32,"49":28,"5":2605,"51":51,"52":26,"53":49,"56":2,"570":16,"6":209,"63":54,"7":436,"79":29,"8":724,"80":171,"9":686,"all_client":119515,"all_tv_clinet":20717,"insert_time":"2014-08-23T04:55:49.925Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98835,"10":28,"107":637,"11":551,"12":123,"13":496,"14":156,"15":186,"155":28,"156":13,"158":36,"159":36,"16":179,"160":29,"161":235,"167":61,"168":2,"17":181,"18":1363,"19":352,"20":181,"209":119,"21":541,"210":15,"211":10,"214":7,"215":230,"221":352,"223":1091,"224":116,"225":520,"23":329,"24":2286,"25":753,"257":79,"26":81,"268":7,"27":18,"273":120,"276":81,"279":14,"28":757,"281":4,"282":70,"291":19,"292":110,"30":64,"302":23,"306":17,"31":30,"314":7,"32":12,"33":82,"34":31,"347":7,"35":24,"352":749,"36":168,"37":49,"38":547,"380":5,"381":69,"383":52,"39":100,"391":47,"396":5,"397":18,"40":96,"409":67,"41":48,"414":34,"415":94,"419":4,"42":44,"426":3,"43":41,"430":46,"433":4,"44":24,"45":21,"46":318,"48":33,"49":28,"5":2626,"51":53,"52":25,"53":49,"56":2,"570":17,"6":212,"63":51,"7":447,"79":29,"8":723,"80":171,"9":666,"all_client":119519,"all_tv_clinet":20684,"insert_time":"2014-08-23T04:56:50.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98811,"10":33,"107":621,"11":515,"12":119,"13":516,"14":156,"15":193,"155":27,"156":14,"158":38,"159":35,"16":174,"160":27,"161":217,"167":60,"168":2,"17":181,"18":1361,"19":369,"20":175,"209":110,"21":542,"210":15,"211":10,"214":7,"215":229,"221":341,"223":1092,"224":118,"225":520,"23":323,"24":2299,"25":746,"257":78,"26":79,"268":9,"27":18,"273":104,"276":76,"279":11,"28":743,"281":4,"282":71,"291":21,"292":109,"30":66,"302":22,"306":16,"31":29,"314":7,"32":11,"33":84,"34":31,"347":8,"35":26,"352":749,"36":167,"37":42,"38":562,"380":5,"381":64,"383":50,"389":1,"39":97,"391":44,"396":5,"397":15,"40":100,"409":72,"41":52,"414":36,"415":94,"419":4,"42":43,"426":3,"43":43,"430":47,"433":5,"44":22,"45":22,"46":323,"48":33,"49":30,"5":2658,"51":55,"52":25,"53":57,"56":3,"570":16,"6":219,"63":53,"7":468,"79":31,"8":727,"80":164,"9":653,"all_client":119478,"all_tv_clinet":20667,"insert_time":"2014-08-23T04:57:51.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98766,"10":38,"107":626,"11":487,"12":113,"13":509,"14":145,"15":195,"155":27,"156":14,"158":40,"159":34,"16":177,"160":25,"161":203,"167":60,"168":2,"17":187,"18":1326,"19":392,"20":184,"209":96,"21":551,"210":17,"211":10,"214":7,"215":233,"221":339,"223":1114,"224":120,"225":534,"23":327,"24":2304,"25":741,"257":82,"26":75,"268":10,"27":18,"273":91,"276":72,"279":9,"28":748,"281":3,"282":69,"291":21,"292":110,"30":67,"302":22,"306":15,"31":30,"314":7,"32":13,"33":89,"34":29,"347":7,"35":26,"352":761,"36":163,"37":37,"38":565,"380":4,"381":63,"383":50,"389":1,"39":88,"391":42,"396":4,"397":13,"40":99,"409":75,"41":50,"414":36,"415":89,"419":5,"42":41,"426":2,"43":40,"430":45,"433":5,"44":23,"45":22,"46":325,"48":34,"49":30,"5":2712,"51":58,"52":27,"53":63,"56":4,"570":17,"6":223,"63":51,"7":467,"79":29,"8":730,"80":166,"9":637,"all_client":119452,"all_tv_clinet":20686,"insert_time":"2014-08-23T04:58:52.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98717,"10":41,"107":602,"11":469,"12":116,"13":524,"14":142,"15":201,"155":24,"156":14,"158":41,"159":33,"16":183,"160":27,"161":194,"167":59,"168":3,"17":185,"18":1266,"19":389,"20":183,"209":80,"21":541,"210":16,"211":10,"214":7,"215":232,"221":338,"223":1114,"224":126,"225":535,"23":324,"24":2324,"25":750,"257":85,"26":67,"268":10,"27":20,"273":82,"276":68,"279":13,"28":751,"281":3,"282":71,"291":22,"292":109,"30":73,"302":23,"306":14,"31":29,"314":6,"32":16,"33":96,"34":29,"347":6,"35":28,"352":754,"36":156,"37":35,"38":571,"380":4,"381":62,"383":54,"389":1,"39":85,"391":41,"396":4,"397":16,"40":96,"409":80,"41":51,"414":36,"415":96,"419":7,"42":40,"426":2,"43":41,"430":45,"433":5,"44":21,"45":24,"46":332,"48":34,"49":30,"5":2776,"51":57,"52":26,"53":63,"56":4,"570":12,"6":220,"63":53,"7":469,"79":37,"8":729,"80":163,"9":598,"all_client":119361,"all_tv_clinet":20644,"insert_time":"2014-08-23T04:59:53.367Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98670,"10":40,"107":606,"11":463,"12":117,"13":522,"14":149,"15":210,"155":25,"156":17,"158":39,"159":33,"16":183,"160":23,"161":193,"167":57,"168":3,"17":186,"18":1203,"19":388,"20":185,"209":71,"21":519,"210":18,"211":9,"214":6,"215":224,"221":344,"223":1124,"224":127,"225":531,"23":332,"24":2324,"25":756,"257":81,"26":65,"268":10,"27":22,"273":79,"276":68,"279":14,"28":768,"281":4,"282":75,"291":25,"292":119,"30":72,"302":23,"306":14,"31":28,"314":6,"32":17,"33":98,"34":32,"347":6,"35":37,"352":772,"36":147,"37":38,"38":560,"380":5,"381":57,"383":50,"389":1,"39":75,"391":45,"396":4,"397":17,"40":83,"409":78,"41":45,"414":35,"415":98,"419":7,"42":38,"426":3,"43":37,"430":43,"433":3,"44":22,"45":25,"46":333,"48":37,"49":29,"5":2828,"51":54,"52":25,"53":63,"56":4,"570":10,"6":225,"63":55,"7":479,"79":39,"8":715,"80":159,"9":563,"all_client":119266,"all_tv_clinet":20596,"insert_time":"2014-08-23T05:00:54.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98692,"10":37,"107":622,"11":451,"12":112,"13":535,"14":146,"15":213,"155":22,"156":18,"158":41,"159":35,"16":184,"160":23,"161":178,"167":54,"168":3,"17":197,"18":1157,"19":391,"20":188,"209":73,"21":507,"210":17,"211":9,"214":6,"215":218,"221":336,"223":1135,"224":130,"225":527,"23":336,"24":2331,"25":750,"257":76,"26":62,"268":9,"27":22,"273":75,"276":65,"279":15,"28":777,"281":4,"282":79,"291":26,"292":126,"30":77,"302":23,"306":15,"31":29,"314":7,"32":17,"33":100,"34":32,"347":6,"35":37,"352":764,"36":149,"37":39,"38":564,"380":5,"381":54,"383":47,"389":1,"39":73,"391":45,"396":3,"397":16,"40":77,"409":77,"41":46,"414":36,"415":99,"419":8,"42":36,"426":3,"43":39,"430":44,"433":3,"44":18,"45":25,"46":336,"48":36,"49":38,"5":2860,"51":51,"52":23,"53":57,"56":6,"570":9,"6":232,"63":56,"7":476,"79":47,"8":707,"80":154,"9":535,"all_client":119247,"all_tv_clinet":20555,"insert_time":"2014-08-23T05:01:55.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98589,"10":36,"107":618,"11":423,"12":106,"13":522,"14":150,"15":207,"155":25,"156":19,"158":42,"159":34,"16":188,"160":24,"161":168,"167":55,"168":3,"17":209,"18":1138,"19":399,"20":188,"209":65,"21":498,"210":16,"211":9,"214":7,"215":217,"221":333,"223":1153,"224":126,"225":532,"23":337,"24":2350,"25":755,"257":75,"26":62,"268":8,"27":20,"273":70,"276":63,"279":16,"28":794,"281":4,"282":77,"291":27,"292":130,"30":79,"302":20,"306":16,"31":27,"314":9,"32":18,"33":98,"34":38,"347":7,"35":41,"352":758,"36":156,"37":37,"38":564,"380":4,"381":53,"383":47,"389":2,"39":73,"391":46,"396":4,"397":13,"40":76,"409":74,"41":45,"414":33,"415":103,"419":7,"42":36,"426":2,"43":37,"430":43,"433":3,"44":18,"45":27,"46":334,"48":37,"49":40,"5":2894,"51":45,"52":21,"53":57,"56":7,"570":12,"6":233,"63":56,"7":485,"79":46,"8":698,"80":153,"9":515,"all_client":119134,"all_tv_clinet":20545,"insert_time":"2014-08-23T05:02:56.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98517,"10":37,"107":624,"11":405,"12":112,"13":532,"14":153,"15":207,"155":24,"156":19,"158":43,"159":35,"16":189,"160":24,"161":166,"167":54,"168":3,"17":216,"18":1129,"19":401,"20":190,"209":66,"21":486,"210":17,"211":8,"214":6,"215":215,"221":328,"223":1130,"224":121,"225":532,"23":346,"24":2348,"25":767,"257":75,"26":59,"268":6,"27":21,"273":67,"276":63,"279":18,"28":821,"281":4,"282":73,"291":28,"292":135,"30":70,"302":20,"306":16,"31":27,"314":8,"32":20,"33":102,"34":41,"347":5,"35":39,"352":754,"36":155,"37":33,"38":558,"380":4,"381":49,"383":45,"389":3,"39":69,"391":46,"396":5,"397":14,"40":75,"409":75,"41":43,"414":34,"415":97,"419":7,"42":34,"426":1,"43":39,"430":45,"433":2,"44":15,"45":27,"46":330,"48":37,"49":42,"5":2911,"51":41,"52":20,"53":58,"56":7,"570":17,"6":231,"63":59,"7":486,"79":48,"8":690,"80":152,"9":510,"all_client":119036,"all_tv_clinet":20519,"insert_time":"2014-08-23T05:03:56.948Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98482,"10":35,"107":624,"11":385,"12":118,"13":536,"14":156,"15":209,"155":23,"156":19,"158":42,"159":35,"16":181,"160":23,"161":173,"167":55,"168":3,"17":217,"18":1121,"19":400,"20":189,"209":68,"21":480,"210":17,"211":11,"214":6,"215":216,"221":325,"223":1080,"224":121,"225":532,"23":354,"24":2373,"25":755,"257":74,"26":60,"268":6,"27":19,"273":60,"276":59,"279":17,"28":841,"281":4,"282":70,"291":26,"292":140,"30":64,"302":19,"306":16,"31":28,"314":8,"32":21,"33":108,"34":45,"347":5,"35":42,"352":752,"36":156,"37":33,"38":548,"380":4,"381":51,"383":43,"389":3,"39":69,"391":45,"396":4,"397":15,"40":67,"409":77,"41":48,"414":35,"415":97,"419":6,"42":34,"426":1,"43":41,"430":44,"433":2,"44":13,"45":26,"46":331,"48":35,"49":45,"5":2946,"51":44,"52":21,"53":59,"56":7,"570":20,"6":232,"63":54,"7":493,"79":50,"8":683,"80":152,"9":512,"all_client":118994,"all_tv_clinet":20512,"insert_time":"2014-08-23T05:04:57.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98452,"10":33,"107":626,"11":372,"12":127,"13":530,"14":149,"15":204,"155":18,"156":20,"158":40,"159":36,"16":187,"160":18,"161":171,"167":48,"168":4,"17":214,"18":1110,"19":395,"20":190,"209":67,"21":468,"210":16,"211":13,"214":6,"215":221,"221":328,"223":1039,"224":118,"225":528,"23":372,"24":2381,"25":748,"257":70,"26":62,"268":6,"27":20,"273":57,"276":59,"279":16,"28":845,"281":3,"282":65,"291":24,"292":140,"30":57,"302":17,"306":20,"31":27,"314":7,"32":21,"33":108,"34":47,"347":5,"35":44,"352":748,"36":152,"37":32,"38":557,"380":4,"381":52,"383":39,"389":3,"39":68,"391":44,"396":7,"397":16,"40":58,"409":75,"41":50,"414":34,"415":89,"419":9,"42":34,"426":1,"43":44,"430":45,"433":1,"44":11,"45":28,"46":330,"48":36,"49":46,"5":2972,"51":46,"52":21,"53":58,"56":6,"570":20,"6":236,"63":51,"7":505,"79":52,"8":678,"80":148,"9":519,"all_client":118894,"all_tv_clinet":20442,"insert_time":"2014-08-23T05:05:58.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98378,"10":32,"107":638,"11":366,"12":129,"13":545,"14":145,"15":195,"155":17,"156":19,"158":37,"159":37,"16":189,"160":19,"161":167,"167":48,"168":4,"17":205,"18":1113,"19":397,"20":185,"209":67,"21":459,"210":14,"211":14,"214":6,"215":219,"221":330,"223":1019,"224":117,"225":519,"23":378,"24":2401,"25":723,"257":70,"26":63,"268":6,"27":21,"273":61,"276":54,"279":17,"28":863,"281":4,"282":64,"291":25,"292":144,"30":52,"302":17,"306":21,"31":26,"314":8,"32":22,"33":104,"34":47,"347":3,"35":46,"352":750,"36":153,"37":34,"38":549,"380":3,"381":52,"383":36,"389":3,"39":65,"391":44,"396":7,"397":13,"40":57,"409":64,"41":54,"414":35,"415":85,"419":10,"42":32,"426":1,"43":45,"430":43,"433":1,"44":14,"45":29,"46":329,"48":36,"49":49,"5":2996,"51":44,"52":23,"53":55,"56":6,"570":19,"6":234,"63":50,"7":515,"79":54,"8":673,"80":147,"9":511,"all_client":118789,"all_tv_clinet":20411,"insert_time":"2014-08-23T05:06:59.659Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98373,"10":27,"107":617,"11":361,"12":134,"13":543,"14":141,"15":180,"155":17,"156":21,"158":35,"159":36,"16":192,"160":21,"161":157,"167":46,"168":4,"17":204,"18":1104,"19":408,"20":185,"209":58,"21":454,"210":13,"211":16,"214":5,"215":219,"221":319,"223":1024,"224":121,"225":515,"23":383,"24":2411,"25":700,"257":68,"26":69,"268":6,"27":21,"273":56,"276":54,"279":17,"28":868,"281":4,"282":61,"291":25,"292":148,"30":50,"302":14,"306":21,"31":26,"314":8,"32":26,"33":108,"34":50,"347":3,"35":47,"352":742,"36":152,"37":33,"38":550,"380":3,"381":54,"383":37,"389":3,"39":62,"391":43,"396":12,"397":13,"40":56,"409":52,"41":54,"414":34,"415":82,"419":9,"42":28,"426":1,"43":49,"430":44,"433":1,"44":14,"45":29,"46":332,"48":35,"49":54,"5":3014,"51":39,"52":24,"53":54,"56":6,"570":18,"6":248,"63":53,"7":512,"79":56,"8":673,"80":145,"9":500,"all_client":118714,"all_tv_clinet":20341,"insert_time":"2014-08-23T05:08:00.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98279,"10":26,"107":621,"11":359,"12":132,"13":551,"14":149,"15":174,"155":17,"156":21,"158":33,"159":34,"16":190,"160":22,"161":155,"167":46,"168":4,"17":202,"18":1071,"19":406,"20":179,"209":57,"21":442,"210":13,"211":17,"214":4,"215":218,"221":321,"223":1004,"224":124,"225":512,"23":384,"24":2431,"25":671,"257":71,"26":79,"268":5,"27":22,"273":56,"276":49,"279":17,"28":867,"281":5,"282":59,"291":25,"292":146,"30":51,"302":13,"306":21,"31":27,"314":7,"32":26,"33":111,"34":49,"347":3,"35":44,"352":734,"36":158,"37":36,"38":557,"380":3,"381":51,"383":38,"389":3,"39":58,"391":42,"396":14,"397":13,"40":55,"409":47,"41":56,"414":32,"415":84,"419":10,"42":27,"426":1,"43":49,"430":43,"433":1,"44":15,"45":29,"46":333,"48":37,"49":54,"5":3024,"51":37,"52":22,"53":59,"56":6,"570":17,"6":260,"63":52,"7":516,"79":53,"8":673,"80":138,"9":490,"all_client":118549,"all_tv_clinet":20270,"insert_time":"2014-08-23T05:09:01.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98187,"10":23,"107":619,"11":355,"12":130,"13":548,"14":145,"15":177,"155":18,"156":22,"158":32,"159":33,"16":191,"160":21,"161":161,"167":45,"168":4,"17":205,"18":1061,"19":402,"20":171,"209":55,"21":447,"210":13,"211":17,"214":4,"215":222,"221":318,"223":996,"224":124,"225":516,"23":391,"24":2428,"25":666,"257":76,"26":86,"268":4,"27":21,"273":55,"276":46,"279":15,"28":861,"281":5,"282":59,"291":24,"292":135,"30":52,"302":13,"306":21,"31":28,"314":6,"32":26,"33":114,"34":53,"347":2,"35":43,"352":743,"36":156,"37":33,"38":561,"380":3,"381":52,"383":38,"389":2,"39":54,"391":34,"396":17,"397":9,"40":49,"409":49,"41":57,"414":32,"415":81,"419":13,"42":26,"426":1,"43":47,"430":42,"433":1,"44":17,"45":32,"46":334,"48":39,"49":55,"5":3041,"51":39,"52":20,"53":61,"56":6,"570":23,"6":266,"63":54,"7":517,"79":51,"8":664,"80":136,"9":478,"all_client":118425,"all_tv_clinet":20238,"insert_time":"2014-08-23T05:10:02.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98066,"10":25,"107":626,"11":364,"12":127,"13":553,"14":147,"15":177,"155":18,"156":22,"158":26,"159":35,"16":187,"160":20,"161":162,"167":46,"168":4,"17":207,"18":1035,"19":401,"20":171,"209":49,"21":452,"210":14,"211":16,"214":4,"215":217,"221":307,"223":1000,"224":122,"225":504,"23":391,"24":2470,"25":669,"257":71,"26":85,"268":3,"27":20,"273":58,"276":43,"279":17,"28":860,"281":5,"282":62,"291":25,"292":126,"30":51,"302":13,"306":21,"31":29,"314":6,"32":22,"33":113,"34":62,"347":2,"35":44,"352":740,"36":154,"37":32,"38":553,"380":3,"381":54,"383":37,"389":1,"39":53,"391":35,"396":19,"397":9,"40":49,"409":52,"41":56,"414":32,"415":77,"419":14,"42":26,"426":1,"43":44,"430":39,"433":1,"44":17,"45":34,"46":323,"48":37,"49":56,"5":3041,"51":38,"52":19,"53":65,"56":7,"570":22,"6":257,"63":55,"7":516,"79":52,"8":670,"80":143,"9":467,"all_client":118272,"all_tv_clinet":20206,"insert_time":"2014-08-23T05:11:03.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97936,"10":21,"107":612,"11":361,"12":123,"13":545,"14":143,"15":177,"155":18,"156":22,"158":21,"159":33,"16":184,"160":19,"161":165,"167":46,"168":4,"17":205,"18":1007,"19":400,"20":168,"209":51,"21":460,"210":13,"211":17,"214":4,"215":220,"221":303,"223":1007,"224":116,"225":513,"23":404,"24":2492,"25":672,"257":64,"26":92,"268":2,"27":22,"273":58,"276":42,"279":20,"28":870,"281":3,"282":57,"291":26,"292":114,"30":50,"302":12,"306":19,"31":31,"314":5,"32":22,"33":114,"34":64,"347":2,"35":42,"352":760,"36":150,"37":33,"38":542,"380":3,"381":53,"383":35,"389":1,"39":55,"391":30,"396":23,"397":7,"40":48,"409":57,"41":53,"414":29,"415":74,"419":14,"42":24,"426":1,"43":42,"430":37,"433":1,"44":16,"45":35,"46":307,"48":34,"49":60,"5":3029,"51":41,"52":20,"53":69,"56":9,"570":24,"6":257,"63":57,"7":530,"79":57,"8":664,"80":144,"9":465,"all_client":118103,"all_tv_clinet":20167,"insert_time":"2014-08-23T05:12:04.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97807,"10":21,"107":611,"11":374,"12":115,"13":532,"14":145,"15":178,"155":17,"156":23,"158":23,"159":32,"16":177,"160":18,"161":174,"167":45,"168":4,"17":207,"18":1013,"19":397,"20":171,"209":52,"21":463,"210":14,"211":17,"214":4,"215":224,"221":300,"223":986,"224":124,"225":525,"23":415,"24":2483,"25":673,"257":59,"26":99,"268":3,"27":23,"273":57,"276":42,"279":20,"28":879,"281":3,"282":56,"291":25,"292":107,"30":50,"302":11,"306":19,"31":29,"314":6,"32":22,"33":116,"34":62,"347":2,"35":40,"352":766,"36":149,"37":29,"38":531,"380":5,"381":52,"383":31,"389":1,"39":54,"391":28,"396":28,"397":13,"40":48,"409":51,"41":52,"414":28,"415":76,"419":12,"42":26,"426":2,"43":40,"430":38,"433":1,"44":15,"45":34,"46":297,"48":32,"49":58,"5":3040,"51":38,"52":20,"53":72,"56":8,"570":20,"6":252,"63":52,"7":525,"79":57,"8":657,"80":141,"9":460,"all_client":117933,"all_tv_clinet":20126,"insert_time":"2014-08-23T05:13:05.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97704,"10":22,"107":600,"11":379,"12":105,"13":527,"14":150,"15":181,"155":17,"156":25,"158":26,"159":33,"16":176,"160":20,"161":179,"167":42,"168":4,"17":209,"18":996,"19":392,"20":169,"209":52,"21":455,"210":13,"211":17,"214":4,"215":223,"221":292,"223":976,"224":123,"225":519,"23":412,"24":2483,"25":677,"257":62,"26":106,"268":3,"27":24,"273":56,"276":43,"279":20,"28":893,"281":3,"282":58,"291":25,"292":104,"30":49,"302":11,"306":20,"31":33,"314":7,"32":22,"33":114,"34":60,"347":2,"35":39,"352":769,"36":154,"37":30,"38":539,"380":5,"381":52,"383":29,"389":1,"39":55,"391":24,"396":28,"397":16,"40":49,"409":50,"41":56,"414":25,"415":77,"419":12,"42":25,"426":2,"43":40,"430":36,"433":1,"44":17,"45":38,"46":271,"48":32,"49":62,"5":3061,"51":42,"52":21,"53":69,"56":9,"570":17,"6":252,"63":51,"7":517,"79":57,"8":656,"80":137,"9":463,"all_client":117803,"all_tv_clinet":20099,"insert_time":"2014-08-23T05:14:06.372Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97555,"10":22,"107":613,"11":381,"12":106,"13":539,"14":150,"15":178,"155":16,"156":26,"158":30,"159":34,"16":170,"160":20,"161":181,"167":41,"168":4,"17":214,"18":986,"19":375,"20":169,"209":55,"21":472,"210":11,"211":16,"214":5,"215":220,"221":282,"223":970,"224":122,"225":529,"23":408,"24":2491,"25":681,"257":61,"26":109,"268":4,"27":25,"273":59,"276":41,"279":16,"28":900,"281":3,"282":58,"291":24,"292":99,"30":45,"302":12,"306":21,"31":33,"314":6,"32":23,"33":115,"34":61,"347":2,"35":39,"352":759,"36":153,"37":31,"38":535,"380":6,"381":50,"383":26,"39":59,"391":25,"396":31,"397":17,"40":50,"409":47,"41":55,"414":24,"415":78,"419":9,"42":28,"426":2,"43":37,"430":37,"433":1,"44":16,"45":38,"46":250,"48":31,"49":65,"5":3067,"51":43,"52":20,"53":64,"56":9,"570":20,"6":239,"63":47,"7":505,"79":52,"8":667,"80":135,"9":466,"all_client":117622,"all_tv_clinet":20067,"insert_time":"2014-08-23T05:15:07.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97405,"10":21,"107":628,"11":383,"12":105,"13":537,"14":152,"15":184,"155":16,"156":24,"158":27,"159":37,"16":170,"160":18,"161":183,"167":41,"168":4,"17":210,"18":975,"19":360,"20":172,"209":60,"21":476,"210":11,"211":16,"214":5,"215":216,"221":280,"223":982,"224":114,"225":530,"23":400,"24":2511,"25":685,"257":61,"26":113,"268":6,"27":26,"273":59,"276":39,"279":13,"28":895,"281":3,"282":59,"291":22,"292":92,"30":38,"302":12,"306":20,"31":38,"314":4,"32":23,"33":116,"34":62,"347":2,"35":38,"352":752,"36":156,"37":33,"38":531,"380":6,"381":50,"383":26,"39":59,"391":26,"396":27,"397":15,"40":49,"409":52,"41":55,"414":19,"415":77,"419":8,"42":29,"426":3,"43":34,"430":38,"433":1,"44":19,"45":41,"46":237,"48":31,"49":65,"5":3088,"51":42,"52":20,"53":65,"56":9,"570":21,"6":237,"63":48,"7":503,"79":49,"8":665,"80":132,"9":460,"all_client":117457,"all_tv_clinet":20052,"insert_time":"2014-08-23T05:16:08.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97289,"10":20,"107":625,"11":395,"12":112,"13":546,"14":152,"15":182,"155":16,"156":21,"158":29,"159":35,"16":164,"160":18,"161":177,"167":41,"168":5,"17":211,"18":962,"19":344,"20":171,"209":62,"21":467,"210":9,"211":17,"214":6,"215":214,"221":280,"223":992,"224":113,"225":558,"23":401,"24":2509,"25":690,"257":62,"26":117,"268":6,"27":25,"273":58,"276":39,"279":13,"28":876,"281":3,"282":59,"291":21,"292":92,"30":36,"302":11,"306":20,"31":41,"314":7,"317":2,"32":24,"33":115,"34":62,"347":1,"35":41,"352":755,"36":153,"37":36,"38":518,"380":7,"381":47,"383":26,"39":62,"391":29,"396":25,"397":14,"40":48,"409":54,"41":57,"414":19,"415":80,"419":7,"42":31,"426":3,"43":35,"430":39,"433":1,"44":19,"45":40,"46":224,"48":30,"49":70,"5":3091,"51":41,"52":21,"53":60,"56":9,"570":23,"6":233,"63":49,"7":513,"79":50,"8":643,"80":132,"9":452,"all_client":117310,"all_tv_clinet":20021,"insert_time":"2014-08-23T05:17:09.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97216,"10":21,"107":628,"11":415,"12":111,"13":556,"14":153,"15":182,"155":17,"156":20,"158":27,"159":32,"16":156,"160":18,"161":184,"167":39,"168":5,"17":209,"18":948,"19":333,"20":167,"209":62,"21":471,"210":11,"211":17,"214":5,"215":208,"221":278,"223":994,"224":106,"225":553,"23":410,"24":2463,"25":701,"257":65,"26":119,"268":5,"27":24,"273":59,"276":36,"279":11,"28":888,"281":4,"282":61,"291":21,"292":90,"30":31,"302":11,"306":19,"31":46,"314":9,"317":2,"32":28,"33":112,"34":72,"347":1,"35":43,"352":761,"36":147,"37":38,"38":507,"380":7,"381":47,"383":24,"39":65,"391":27,"396":21,"397":12,"40":50,"409":57,"41":59,"414":17,"415":80,"419":8,"42":32,"426":3,"43":32,"430":38,"433":1,"44":18,"45":40,"46":210,"48":33,"49":76,"5":3079,"51":42,"52":17,"53":54,"56":9,"570":23,"6":230,"63":51,"7":527,"79":49,"8":625,"80":138,"9":447,"all_client":117174,"all_tv_clinet":19958,"insert_time":"2014-08-23T05:18:10.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97148,"10":20,"107":630,"11":428,"12":110,"13":554,"14":158,"15":184,"155":16,"156":19,"158":30,"159":29,"16":153,"160":19,"161":187,"167":38,"168":5,"17":209,"18":935,"19":322,"20":169,"209":61,"21":474,"210":11,"211":17,"214":5,"215":202,"221":286,"223":1001,"224":102,"225":557,"23":403,"24":2414,"25":709,"257":66,"26":122,"268":3,"27":23,"273":55,"276":37,"279":11,"28":901,"281":4,"282":57,"291":21,"292":88,"30":29,"302":10,"306":18,"31":44,"314":10,"317":2,"32":29,"33":108,"34":76,"347":1,"35":42,"352":742,"36":143,"37":37,"38":515,"380":7,"381":48,"383":24,"39":65,"391":33,"396":18,"397":14,"40":50,"409":59,"41":58,"414":16,"415":83,"419":12,"42":37,"426":4,"43":34,"430":36,"433":1,"44":20,"45":43,"46":199,"48":35,"49":79,"5":3081,"51":41,"52":18,"53":51,"56":8,"570":22,"6":228,"63":49,"7":534,"79":50,"8":612,"80":142,"9":444,"all_client":117054,"all_tv_clinet":19906,"insert_time":"2014-08-23T05:19:10.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97057,"10":24,"107":637,"11":439,"12":104,"13":546,"14":163,"15":191,"155":16,"156":17,"158":27,"159":22,"16":145,"160":21,"161":190,"167":38,"168":5,"17":208,"18":923,"19":313,"20":166,"209":63,"21":473,"210":11,"211":15,"214":7,"215":203,"221":279,"223":993,"224":98,"225":567,"23":405,"24":2359,"25":714,"257":66,"26":126,"268":5,"27":21,"273":54,"276":36,"279":9,"28":925,"281":3,"282":58,"291":22,"292":90,"30":30,"302":10,"306":18,"31":46,"314":9,"317":2,"32":33,"33":111,"34":79,"347":1,"35":38,"352":717,"36":152,"37":39,"38":522,"380":8,"381":47,"383":28,"39":65,"391":33,"396":12,"397":19,"40":51,"409":62,"41":60,"414":17,"415":86,"419":12,"42":38,"426":3,"43":38,"430":33,"433":1,"44":20,"45":45,"46":192,"48":36,"49":84,"5":3076,"51":38,"52":20,"53":47,"56":5,"570":20,"6":220,"63":46,"7":542,"79":53,"8":613,"80":139,"9":448,"all_client":116918,"all_tv_clinet":19861,"insert_time":"2014-08-23T05:20:11.791Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96931,"10":25,"107":635,"11":451,"12":94,"13":547,"14":162,"15":195,"155":16,"156":16,"158":27,"159":22,"16":142,"160":23,"161":196,"167":37,"168":7,"17":212,"18":918,"19":303,"20":171,"209":63,"21":480,"210":12,"211":14,"214":7,"215":201,"221":276,"223":978,"224":95,"225":554,"23":396,"24":2346,"25":701,"257":66,"26":133,"268":5,"27":21,"273":52,"276":35,"279":8,"28":922,"281":2,"282":58,"291":23,"292":97,"30":28,"302":10,"306":16,"31":51,"314":8,"317":2,"32":30,"33":109,"34":81,"347":3,"35":42,"352":726,"36":151,"37":42,"38":523,"380":9,"381":47,"383":29,"39":64,"391":33,"396":11,"397":22,"40":47,"409":55,"41":61,"414":18,"415":89,"419":13,"42":39,"426":3,"43":43,"430":30,"433":1,"44":22,"45":45,"46":184,"48":32,"49":86,"5":3108,"51":37,"52":21,"53":54,"56":5,"570":19,"6":223,"63":45,"7":545,"79":53,"8":605,"80":137,"9":442,"all_client":116774,"all_tv_clinet":19843,"insert_time":"2014-08-23T05:21:12.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96761,"10":28,"107":629,"11":455,"12":94,"13":551,"14":166,"15":194,"155":14,"156":15,"158":27,"159":22,"16":144,"160":27,"161":188,"167":36,"168":8,"17":210,"18":897,"19":288,"20":173,"209":65,"21":483,"210":11,"211":14,"214":7,"215":201,"221":265,"223":986,"224":94,"225":547,"23":406,"24":2315,"25":663,"257":66,"26":135,"268":7,"27":21,"273":52,"276":35,"279":9,"28":928,"281":2,"282":57,"291":23,"292":101,"30":28,"302":9,"306":15,"31":54,"314":8,"317":2,"32":30,"33":111,"34":82,"347":3,"35":42,"352":746,"36":154,"37":44,"38":523,"380":9,"381":47,"383":33,"39":61,"391":38,"396":13,"397":20,"40":48,"409":55,"41":69,"414":17,"415":94,"419":12,"42":36,"426":2,"43":40,"430":28,"433":1,"434":1,"44":20,"45":46,"46":184,"48":28,"49":90,"5":3132,"51":36,"52":20,"53":56,"56":4,"570":18,"6":224,"63":41,"7":553,"79":53,"8":611,"80":134,"9":439,"all_client":116584,"all_tv_clinet":19823,"insert_time":"2014-08-23T05:22:13.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96711,"10":28,"107":615,"11":472,"12":85,"13":552,"14":172,"15":192,"155":15,"156":12,"158":30,"159":22,"16":141,"160":25,"161":190,"167":38,"168":8,"17":217,"18":893,"19":283,"20":173,"209":67,"21":481,"210":11,"211":13,"214":6,"215":200,"221":264,"223":992,"224":89,"225":556,"23":407,"24":2285,"25":637,"257":70,"26":134,"268":7,"27":21,"273":56,"276":34,"279":9,"28":944,"281":2,"282":58,"291":24,"292":103,"30":29,"302":9,"306":14,"31":57,"314":8,"317":2,"32":26,"33":116,"34":83,"347":3,"35":42,"352":752,"36":150,"37":47,"38":516,"380":9,"381":45,"383":33,"39":60,"391":41,"396":20,"397":16,"40":50,"409":45,"41":71,"414":15,"415":94,"419":14,"42":35,"426":2,"43":35,"430":30,"433":1,"434":1,"44":17,"45":47,"46":174,"48":32,"49":89,"5":3142,"51":41,"52":18,"53":61,"56":4,"570":20,"6":221,"63":40,"7":547,"79":55,"8":607,"80":136,"9":439,"all_client":116505,"all_tv_clinet":19794,"insert_time":"2014-08-23T05:23:14.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96623,"10":27,"107":623,"11":481,"12":85,"13":558,"14":170,"15":201,"155":14,"156":11,"158":29,"159":22,"16":141,"160":20,"161":186,"167":38,"168":5,"17":222,"18":876,"19":273,"20":172,"209":67,"21":487,"210":11,"211":14,"214":7,"215":193,"221":268,"223":992,"224":84,"225":550,"23":406,"24":2266,"25":628,"257":69,"26":132,"268":7,"27":20,"273":54,"276":33,"279":9,"28":965,"281":2,"282":58,"291":26,"292":103,"30":27,"302":7,"306":13,"31":59,"314":9,"317":2,"32":27,"33":115,"34":83,"347":2,"35":41,"352":742,"36":146,"37":43,"38":514,"380":9,"381":45,"383":37,"39":55,"391":42,"396":23,"397":12,"40":49,"409":40,"41":74,"414":15,"415":98,"419":14,"42":37,"426":2,"43":37,"430":31,"433":2,"434":1,"44":16,"45":47,"46":176,"48":34,"49":91,"5":3143,"51":42,"52":19,"53":60,"56":4,"570":23,"6":219,"63":39,"7":547,"79":53,"8":603,"80":140,"9":446,"all_client":116383,"all_tv_clinet":19760,"insert_time":"2014-08-23T05:24:14.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96468,"10":30,"107":623,"11":498,"12":79,"13":566,"14":163,"15":210,"155":14,"156":12,"158":28,"159":21,"16":142,"160":17,"161":180,"167":39,"168":5,"17":224,"18":858,"19":263,"20":169,"209":70,"21":479,"210":10,"211":14,"214":7,"215":192,"221":269,"223":995,"224":79,"225":547,"23":401,"24":2258,"25":625,"257":69,"26":129,"268":6,"27":21,"273":50,"276":32,"279":7,"28":973,"281":3,"282":58,"291":25,"292":107,"30":26,"302":7,"306":12,"31":62,"314":9,"317":4,"32":28,"33":116,"34":84,"347":2,"35":40,"352":762,"36":149,"37":45,"38":501,"380":9,"381":45,"383":37,"39":55,"391":41,"396":23,"397":9,"40":49,"409":42,"41":69,"414":14,"415":98,"419":13,"42":37,"426":2,"43":40,"430":31,"433":2,"44":15,"45":45,"46":171,"48":33,"49":98,"5":3138,"51":47,"52":22,"53":58,"56":4,"570":26,"6":216,"63":34,"7":552,"79":51,"8":607,"80":138,"9":446,"all_client":116199,"all_tv_clinet":19731,"insert_time":"2014-08-23T05:25:15.825Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96413,"10":28,"107":620,"11":500,"12":76,"13":561,"14":154,"15":220,"155":13,"156":13,"158":28,"159":20,"16":140,"160":17,"161":188,"167":40,"168":5,"17":228,"18":841,"19":250,"20":172,"209":70,"21":472,"210":10,"211":12,"214":6,"215":185,"221":262,"223":1006,"224":82,"225":565,"23":386,"24":2249,"25":598,"257":69,"26":130,"268":7,"27":20,"273":48,"276":31,"279":5,"28":984,"281":3,"282":57,"291":24,"292":98,"30":22,"302":9,"306":11,"31":63,"314":10,"317":4,"32":26,"33":118,"34":89,"347":3,"35":43,"352":748,"36":144,"37":45,"38":501,"380":11,"381":42,"383":36,"39":52,"391":41,"396":19,"397":7,"40":50,"409":48,"41":67,"414":15,"415":94,"419":15,"42":39,"426":2,"43":41,"430":34,"433":2,"44":16,"45":46,"46":168,"48":35,"49":100,"5":3147,"51":46,"52":20,"53":60,"56":4,"570":26,"6":211,"63":31,"7":547,"79":51,"8":605,"80":139,"9":441,"all_client":116050,"all_tv_clinet":19637,"insert_time":"2014-08-23T05:26:17.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96317,"10":30,"107":612,"11":513,"12":74,"13":565,"14":149,"15":228,"155":12,"156":14,"158":38,"159":22,"16":142,"160":18,"161":191,"167":41,"168":6,"17":229,"18":814,"19":250,"20":167,"209":72,"21":479,"210":10,"211":13,"214":6,"215":181,"221":257,"223":1027,"224":82,"225":558,"23":391,"24":2260,"25":571,"257":68,"26":132,"268":7,"27":20,"273":44,"276":28,"279":7,"28":992,"281":3,"282":57,"291":24,"292":87,"30":21,"302":10,"306":11,"31":66,"314":8,"317":4,"32":25,"33":125,"34":89,"347":2,"35":44,"352":766,"36":147,"37":48,"38":503,"380":11,"381":40,"383":33,"39":50,"391":40,"396":14,"397":6,"40":50,"409":54,"41":65,"414":16,"415":92,"419":15,"42":39,"426":2,"43":43,"430":37,"433":2,"44":16,"45":41,"46":164,"48":37,"49":103,"5":3136,"51":40,"52":21,"53":65,"56":4,"570":26,"6":212,"63":28,"7":537,"79":50,"8":606,"80":127,"9":440,"all_client":115939,"all_tv_clinet":19622,"insert_time":"2014-08-23T05:27:18.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96204,"10":30,"107":599,"11":525,"12":71,"13":574,"14":148,"15":230,"155":12,"156":12,"158":41,"159":22,"16":139,"160":18,"161":194,"167":42,"168":6,"17":226,"18":802,"19":261,"20":153,"209":73,"21":489,"210":10,"211":13,"214":6,"215":183,"221":244,"223":1033,"224":87,"225":583,"23":384,"24":2275,"25":537,"257":70,"26":132,"268":7,"27":19,"273":42,"276":31,"279":9,"28":999,"281":2,"282":59,"291":24,"292":80,"30":22,"302":12,"306":13,"31":72,"314":9,"317":4,"32":25,"33":126,"34":92,"347":2,"35":46,"352":753,"36":149,"37":51,"38":505,"380":11,"381":37,"383":35,"39":41,"391":40,"396":13,"397":10,"40":46,"409":53,"41":61,"414":19,"415":93,"419":15,"42":40,"426":2,"43":43,"430":37,"433":2,"44":19,"45":40,"46":156,"48":37,"49":106,"5":3086,"51":38,"52":21,"53":66,"56":6,"570":23,"6":208,"63":28,"7":545,"79":50,"8":605,"80":124,"9":439,"all_client":115776,"all_tv_clinet":19572,"insert_time":"2014-08-23T05:28:19.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96176,"10":32,"107":596,"11":530,"12":79,"13":578,"14":148,"15":227,"155":11,"156":13,"158":35,"159":19,"16":138,"160":16,"161":184,"167":43,"168":6,"17":223,"18":795,"19":275,"20":144,"209":74,"21":482,"210":10,"211":14,"214":5,"215":180,"221":244,"223":1050,"224":92,"225":574,"23":394,"24":2282,"25":504,"257":66,"26":134,"268":7,"27":18,"273":44,"276":30,"279":8,"28":1010,"281":2,"282":58,"291":25,"292":76,"30":22,"302":13,"306":14,"31":71,"314":8,"317":4,"32":24,"33":128,"34":93,"347":4,"35":47,"352":763,"36":159,"37":53,"38":515,"380":11,"381":40,"383":35,"39":42,"391":38,"396":15,"397":12,"40":45,"409":50,"41":55,"414":17,"415":96,"419":15,"42":41,"426":2,"43":45,"430":35,"433":2,"44":18,"45":38,"46":162,"48":36,"49":105,"5":2987,"51":37,"52":20,"53":68,"56":5,"570":23,"6":208,"63":28,"7":575,"79":54,"8":578,"80":125,"9":460,"all_client":115692,"all_tv_clinet":19516,"insert_time":"2014-08-23T05:29:19.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96037,"10":30,"107":603,"11":559,"12":87,"13":588,"14":143,"15":241,"155":12,"156":14,"158":32,"159":17,"16":145,"160":19,"161":185,"167":43,"168":6,"17":219,"18":800,"19":284,"20":138,"209":77,"21":482,"210":10,"211":15,"214":5,"215":178,"221":240,"223":1069,"224":93,"225":576,"23":393,"24":2252,"25":489,"257":69,"26":136,"268":7,"27":19,"273":44,"276":31,"279":10,"28":1005,"281":3,"282":59,"291":23,"292":79,"30":22,"302":15,"306":15,"31":73,"314":9,"317":4,"32":23,"33":128,"34":93,"347":4,"35":47,"352":766,"36":159,"37":58,"38":509,"380":11,"381":39,"383":35,"39":44,"391":39,"396":17,"397":12,"40":43,"409":51,"41":54,"414":16,"415":98,"419":15,"42":43,"426":2,"43":43,"430":34,"433":1,"434":1,"44":18,"45":40,"46":170,"48":38,"49":104,"5":2837,"51":40,"52":20,"53":69,"56":5,"570":23,"6":195,"63":25,"7":591,"79":63,"8":547,"80":131,"9":460,"all_client":115465,"all_tv_clinet":19428,"insert_time":"2014-08-23T05:30:20.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95929,"10":27,"107":620,"11":575,"12":108,"13":605,"14":144,"15":248,"155":12,"156":16,"158":34,"159":17,"16":147,"160":18,"161":187,"167":42,"168":6,"17":216,"18":808,"19":293,"20":134,"209":75,"21":487,"210":9,"211":16,"214":5,"215":181,"221":237,"223":1097,"224":94,"225":566,"23":408,"24":2251,"25":474,"257":68,"26":140,"268":6,"27":18,"273":42,"276":31,"279":7,"28":1006,"281":3,"282":59,"291":23,"292":80,"30":21,"302":14,"306":14,"31":74,"314":8,"317":4,"32":27,"33":133,"34":94,"347":4,"35":51,"352":776,"36":159,"37":64,"38":513,"380":11,"381":38,"383":36,"39":47,"391":39,"396":19,"397":12,"40":44,"409":53,"41":61,"414":17,"415":104,"419":14,"42":45,"426":2,"43":42,"430":34,"433":1,"434":2,"44":18,"45":40,"46":176,"48":36,"49":107,"5":2682,"51":35,"52":16,"53":70,"56":4,"570":24,"6":179,"63":24,"7":598,"79":66,"8":504,"80":130,"9":453,"all_client":115308,"all_tv_clinet":19379,"insert_time":"2014-08-23T05:31:21.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95875,"10":24,"107":621,"11":610,"12":114,"13":604,"14":141,"15":261,"155":12,"156":20,"158":40,"159":19,"16":149,"160":20,"161":183,"167":42,"168":6,"17":214,"18":803,"19":289,"20":142,"209":80,"21":497,"210":9,"211":15,"214":5,"215":192,"221":244,"223":1131,"224":91,"225":564,"23":408,"24":2267,"25":458,"257":73,"26":141,"268":6,"27":19,"273":42,"276":29,"279":8,"28":974,"281":3,"282":60,"291":23,"292":78,"30":23,"302":14,"306":13,"31":79,"314":8,"317":3,"32":26,"33":134,"34":94,"347":3,"35":48,"352":766,"36":163,"37":69,"38":515,"380":9,"381":36,"383":41,"39":52,"391":39,"396":20,"397":13,"40":43,"409":50,"41":61,"414":17,"415":103,"419":16,"42":43,"426":2,"43":40,"430":33,"433":1,"434":2,"44":18,"45":43,"46":183,"48":37,"49":112,"5":2513,"51":35,"52":17,"53":73,"56":6,"570":25,"6":164,"63":22,"7":626,"79":63,"8":471,"80":125,"9":436,"all_client":115154,"all_tv_clinet":19279,"insert_time":"2014-08-23T05:32:22.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95741,"10":22,"107":608,"11":626,"12":123,"13":609,"14":140,"15":271,"155":12,"156":19,"158":39,"159":18,"16":146,"160":18,"161":192,"167":45,"168":6,"17":208,"18":809,"19":294,"20":150,"209":82,"21":503,"210":9,"211":15,"214":5,"215":190,"221":249,"223":1146,"224":96,"225":572,"23":397,"24":2298,"25":450,"257":71,"26":144,"268":6,"27":20,"273":37,"276":30,"279":6,"28":935,"281":3,"282":60,"291":23,"292":77,"30":23,"302":14,"306":12,"31":80,"314":9,"317":4,"32":26,"33":139,"34":95,"347":3,"35":47,"352":754,"36":174,"37":68,"38":516,"380":9,"381":33,"383":43,"39":51,"391":41,"396":21,"397":19,"40":42,"409":47,"41":64,"414":17,"415":104,"419":17,"42":42,"426":2,"43":41,"430":31,"433":1,"434":1,"44":17,"45":46,"46":185,"48":35,"49":117,"5":2388,"51":38,"52":18,"53":68,"56":6,"570":22,"6":155,"63":22,"7":634,"79":61,"8":455,"80":131,"9":420,"all_client":114928,"all_tv_clinet":19187,"insert_time":"2014-08-23T05:33:23.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95579,"10":20,"107":594,"11":646,"12":133,"13":603,"14":144,"15":272,"155":11,"156":18,"158":40,"159":19,"16":145,"160":15,"161":196,"167":46,"168":6,"17":195,"18":797,"19":291,"20":156,"209":82,"21":508,"210":9,"211":13,"214":5,"215":193,"221":250,"223":1163,"224":98,"225":576,"23":398,"24":2314,"25":442,"257":74,"26":142,"268":6,"27":20,"273":37,"276":33,"279":5,"28":928,"281":3,"282":56,"291":24,"292":75,"30":27,"302":12,"306":12,"31":83,"314":9,"317":4,"32":24,"33":144,"34":97,"347":4,"35":43,"352":755,"36":175,"37":69,"38":519,"380":9,"381":32,"383":47,"39":51,"391":40,"396":17,"397":15,"40":43,"409":53,"41":60,"414":18,"415":106,"419":17,"42":39,"426":2,"43":44,"430":30,"433":1,"44":16,"45":48,"46":191,"48":37,"49":118,"5":2296,"51":40,"52":23,"53":66,"56":8,"570":22,"6":146,"63":23,"7":648,"79":62,"8":439,"80":132,"9":411,"all_client":114707,"all_tv_clinet":19128,"insert_time":"2014-08-23T05:34:24.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95375,"10":18,"107":571,"11":656,"12":142,"13":614,"14":139,"15":274,"155":11,"156":17,"158":38,"159":19,"16":149,"160":14,"161":197,"167":42,"168":6,"17":180,"18":806,"19":299,"20":156,"209":81,"21":522,"210":12,"211":14,"214":5,"215":189,"221":255,"223":1177,"224":101,"225":572,"23":392,"24":2324,"25":430,"257":74,"26":153,"268":6,"27":19,"273":34,"276":32,"279":5,"28":923,"281":3,"282":53,"291":24,"292":78,"30":27,"302":12,"306":11,"31":83,"314":10,"317":4,"32":22,"33":147,"34":106,"347":4,"35":40,"352":767,"36":174,"37":67,"38":525,"380":9,"381":33,"383":50,"39":53,"391":42,"396":13,"397":11,"40":44,"409":55,"41":66,"414":18,"415":110,"419":16,"42":39,"426":2,"43":44,"430":28,"433":1,"44":15,"45":49,"46":192,"48":39,"49":116,"5":2218,"51":38,"52":24,"53":68,"56":6,"570":18,"6":141,"63":28,"7":651,"79":68,"8":414,"80":136,"9":407,"all_client":114462,"all_tv_clinet":19087,"insert_time":"2014-08-23T05:35:24.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95275,"10":20,"107":588,"11":649,"12":144,"13":622,"14":136,"15":268,"155":12,"156":17,"158":36,"159":19,"16":146,"160":10,"161":197,"167":40,"168":6,"17":179,"18":817,"19":300,"20":156,"209":76,"21":514,"210":12,"211":14,"214":5,"215":185,"221":253,"223":1184,"224":101,"225":582,"23":384,"24":2346,"25":418,"257":82,"26":160,"268":6,"27":21,"273":34,"276":34,"279":4,"28":910,"281":3,"282":54,"291":24,"292":80,"30":27,"302":11,"306":11,"31":80,"314":10,"317":4,"32":21,"33":148,"34":108,"347":3,"35":32,"352":768,"36":166,"37":70,"38":533,"380":9,"381":36,"383":48,"39":52,"391":43,"396":12,"397":8,"40":44,"409":54,"41":64,"414":21,"415":109,"419":15,"42":39,"426":2,"43":43,"430":29,"433":1,"44":14,"45":52,"46":188,"48":38,"49":111,"5":2116,"51":37,"52":25,"53":67,"56":7,"570":17,"6":140,"63":28,"7":659,"79":67,"8":399,"80":134,"9":401,"all_client":114244,"all_tv_clinet":18969,"insert_time":"2014-08-23T05:36:25.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95209,"10":22,"107":584,"11":641,"12":148,"13":630,"14":136,"15":261,"155":12,"156":20,"158":37,"159":21,"16":148,"160":10,"161":200,"167":41,"168":5,"17":174,"18":832,"19":298,"20":152,"209":73,"21":521,"210":15,"211":13,"214":4,"215":186,"221":268,"223":1151,"224":104,"225":566,"23":384,"24":2361,"25":407,"257":84,"26":169,"268":6,"27":22,"273":33,"276":33,"279":4,"28":888,"281":4,"282":52,"291":24,"292":83,"30":30,"302":11,"306":12,"31":74,"314":9,"317":3,"32":23,"33":149,"34":115,"347":5,"35":34,"352":765,"36":161,"37":70,"38":548,"380":9,"381":32,"383":50,"39":53,"391":43,"396":9,"397":8,"40":45,"409":48,"41":72,"414":20,"415":107,"419":13,"42":38,"426":2,"43":42,"430":28,"433":1,"44":13,"45":55,"46":184,"48":38,"49":103,"5":1988,"51":38,"52":26,"53":65,"56":7,"570":17,"6":145,"63":28,"7":664,"79":66,"8":375,"80":136,"9":410,"all_client":114023,"all_tv_clinet":18814,"insert_time":"2014-08-23T05:37:26.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95073,"10":21,"107":590,"11":656,"12":161,"13":611,"14":140,"15":249,"155":12,"156":24,"158":37,"159":22,"16":160,"160":9,"161":205,"167":42,"168":6,"17":173,"18":836,"19":297,"20":154,"209":73,"21":517,"210":15,"211":12,"214":3,"215":184,"221":273,"223":1108,"224":110,"225":563,"23":384,"24":2368,"25":392,"257":85,"26":164,"268":6,"27":24,"273":34,"276":34,"279":5,"28":898,"281":6,"282":52,"291":23,"292":85,"30":31,"302":11,"306":12,"31":68,"314":10,"317":3,"32":24,"33":149,"34":106,"347":6,"35":33,"352":773,"36":156,"37":72,"38":545,"380":9,"381":34,"383":49,"39":56,"391":45,"396":6,"397":8,"40":45,"409":52,"41":79,"414":19,"415":110,"419":9,"42":38,"426":2,"43":44,"430":28,"433":1,"44":12,"45":57,"46":187,"48":36,"49":86,"5":1849,"51":38,"52":26,"53":65,"56":8,"570":22,"6":146,"63":23,"7":675,"79":62,"8":342,"80":139,"9":409,"all_client":113711,"all_tv_clinet":18638,"insert_time":"2014-08-23T05:38:27.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94879,"10":18,"107":587,"11":676,"12":174,"13":593,"14":144,"15":229,"155":13,"156":27,"158":40,"159":22,"16":164,"160":12,"161":205,"167":41,"168":6,"17":169,"18":834,"19":302,"20":153,"209":74,"21":522,"210":15,"211":12,"214":3,"215":179,"221":280,"223":1100,"224":114,"225":567,"23":387,"24":2343,"25":379,"257":84,"26":166,"268":6,"27":25,"273":36,"276":34,"279":7,"28":912,"281":6,"282":52,"291":23,"292":85,"30":34,"302":10,"306":11,"31":63,"314":10,"317":3,"32":26,"33":150,"34":99,"347":5,"35":30,"352":760,"36":164,"37":75,"38":548,"380":9,"381":32,"383":53,"39":57,"391":43,"396":3,"397":9,"40":48,"409":54,"41":82,"414":23,"415":112,"419":8,"42":37,"426":2,"43":45,"430":28,"433":2,"44":13,"45":55,"46":191,"48":42,"49":81,"5":1698,"51":36,"52":25,"53":63,"56":9,"570":25,"6":151,"63":22,"7":688,"79":63,"8":328,"80":135,"9":405,"all_client":113364,"all_tv_clinet":18485,"insert_time":"2014-08-23T05:39:28.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94724,"10":19,"107":589,"11":691,"12":190,"13":539,"14":151,"15":212,"155":15,"156":25,"158":39,"159":20,"16":169,"160":12,"161":203,"167":40,"168":7,"17":162,"18":834,"19":295,"20":157,"209":72,"21":532,"210":16,"211":12,"214":2,"215":181,"221":286,"223":1108,"224":123,"225":572,"23":390,"24":2337,"25":370,"257":84,"26":164,"268":6,"27":24,"273":36,"276":35,"279":9,"28":924,"281":5,"282":55,"291":23,"292":84,"30":33,"302":7,"306":12,"31":60,"314":9,"317":2,"32":30,"33":151,"34":87,"347":6,"35":30,"352":757,"36":165,"37":79,"38":535,"380":9,"381":30,"383":54,"39":59,"391":43,"396":3,"397":11,"40":46,"409":56,"41":85,"414":22,"415":104,"419":9,"42":36,"426":1,"43":45,"430":28,"433":2,"44":12,"45":57,"46":197,"48":44,"49":73,"5":1567,"51":33,"52":30,"53":66,"56":10,"570":24,"6":152,"63":22,"7":696,"79":65,"8":306,"80":132,"9":396,"all_client":113031,"all_tv_clinet":18307,"insert_time":"2014-08-23T05:40:29.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94560,"10":18,"107":583,"11":696,"12":200,"13":510,"14":162,"15":200,"155":14,"156":21,"158":41,"159":21,"16":167,"160":11,"161":194,"167":39,"168":7,"17":152,"18":832,"19":292,"20":164,"209":76,"21":530,"210":15,"211":9,"214":3,"215":173,"221":286,"223":1106,"224":122,"225":564,"23":392,"24":2362,"25":357,"257":83,"26":162,"268":6,"27":26,"273":32,"276":33,"279":13,"28":940,"281":5,"282":52,"291":22,"292":88,"30":37,"302":7,"306":13,"31":60,"314":10,"317":1,"32":32,"33":152,"34":78,"347":5,"35":33,"352":753,"36":157,"37":80,"38":534,"380":11,"381":27,"383":53,"39":55,"391":47,"396":2,"397":15,"40":49,"409":57,"41":85,"414":23,"415":105,"419":9,"42":37,"426":1,"43":49,"430":25,"433":3,"44":14,"45":58,"46":205,"48":51,"49":68,"5":1457,"51":33,"52":39,"53":74,"56":9,"570":22,"6":169,"63":22,"7":680,"79":69,"8":287,"80":133,"9":377,"all_client":112713,"all_tv_clinet":18153,"insert_time":"2014-08-23T05:41:30.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94388,"10":18,"107":568,"11":708,"12":213,"13":492,"14":168,"15":191,"155":14,"156":20,"158":42,"159":22,"16":170,"160":12,"161":193,"167":40,"168":7,"17":151,"18":829,"19":292,"20":163,"209":83,"21":530,"210":14,"211":9,"214":4,"215":172,"221":292,"223":1114,"224":125,"225":562,"23":397,"24":2370,"25":368,"257":79,"26":160,"268":5,"27":27,"273":34,"276":31,"279":11,"28":952,"281":5,"282":48,"291":21,"292":82,"30":37,"302":7,"306":14,"31":55,"314":9,"317":1,"32":27,"33":144,"34":78,"347":6,"35":37,"352":753,"36":155,"37":77,"38":540,"380":11,"381":30,"383":51,"39":57,"391":43,"396":3,"397":15,"40":48,"409":58,"41":88,"414":19,"415":103,"419":7,"42":36,"426":1,"43":49,"430":28,"433":4,"44":16,"45":58,"46":206,"48":51,"49":64,"5":1367,"51":31,"52":42,"53":79,"56":10,"570":22,"6":185,"63":22,"7":688,"79":66,"8":281,"80":129,"9":344,"all_client":112448,"all_tv_clinet":18060,"insert_time":"2014-08-23T05:42:31.262Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94270,"10":17,"107":547,"11":707,"12":212,"13":457,"14":175,"15":190,"155":15,"156":17,"158":42,"159":20,"16":176,"160":13,"161":190,"167":40,"168":7,"17":153,"18":844,"19":291,"20":157,"209":86,"21":519,"210":14,"211":8,"214":4,"215":169,"221":293,"223":1118,"224":129,"225":551,"23":396,"24":2385,"25":356,"257":79,"26":163,"268":6,"27":27,"273":40,"276":31,"279":10,"28":964,"281":5,"282":46,"291":19,"292":76,"30":41,"302":8,"306":13,"31":54,"314":9,"317":1,"32":26,"33":148,"34":72,"347":8,"35":36,"352":742,"36":161,"37":76,"38":544,"380":11,"381":32,"383":49,"39":58,"391":44,"396":2,"397":17,"40":47,"409":59,"41":88,"414":20,"415":106,"419":6,"42":36,"426":1,"43":48,"430":25,"433":4,"44":17,"45":55,"46":207,"48":59,"49":62,"5":1329,"51":31,"52":49,"53":80,"56":8,"570":21,"6":196,"63":19,"7":688,"79":64,"8":269,"80":128,"9":315,"all_client":112223,"all_tv_clinet":17953,"insert_time":"2014-08-23T05:43:32.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94055,"10":17,"107":547,"11":701,"12":200,"13":451,"14":171,"15":186,"155":16,"156":17,"158":43,"159":20,"16":178,"160":11,"161":189,"167":39,"168":7,"17":157,"18":863,"19":295,"20":147,"209":88,"21":522,"210":14,"211":9,"214":4,"215":168,"221":291,"223":1134,"224":133,"225":536,"23":400,"24":2409,"25":354,"257":80,"26":168,"268":6,"27":27,"273":41,"276":29,"279":10,"28":961,"281":7,"282":47,"291":16,"292":69,"30":44,"302":8,"306":13,"31":50,"314":9,"317":1,"32":23,"33":146,"34":72,"347":8,"35":39,"352":744,"36":158,"37":76,"38":541,"380":11,"381":33,"383":46,"39":51,"391":46,"396":2,"397":13,"40":47,"409":59,"41":96,"414":18,"415":104,"419":7,"42":35,"426":1,"43":48,"430":26,"433":4,"44":15,"45":51,"46":202,"48":58,"49":57,"5":1276,"51":34,"52":52,"53":86,"56":9,"570":22,"6":201,"63":19,"7":683,"79":60,"8":251,"80":124,"9":290,"all_client":111902,"all_tv_clinet":17847,"insert_time":"2014-08-23T05:44:32.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93973,"10":14,"107":549,"11":706,"12":184,"13":441,"14":176,"15":179,"155":15,"156":19,"158":45,"159":18,"16":178,"160":10,"161":188,"167":36,"168":9,"17":169,"18":867,"19":289,"20":146,"209":89,"21":529,"210":13,"211":9,"214":4,"215":168,"221":281,"223":1143,"224":135,"225":520,"23":394,"24":2421,"25":343,"257":80,"26":172,"268":6,"27":27,"273":39,"276":29,"279":11,"28":964,"281":7,"282":47,"291":16,"292":75,"30":44,"302":8,"306":14,"31":52,"314":9,"317":1,"32":22,"33":146,"34":71,"347":8,"35":38,"352":752,"36":157,"37":74,"38":552,"380":11,"381":33,"383":47,"39":47,"391":45,"396":3,"397":14,"40":46,"409":53,"41":92,"414":16,"415":108,"419":8,"42":34,"426":1,"43":42,"430":24,"433":4,"44":16,"45":51,"46":199,"48":58,"49":54,"5":1221,"51":32,"52":54,"53":85,"56":9,"570":21,"6":209,"63":19,"7":688,"79":58,"8":243,"80":122,"9":276,"all_client":111724,"all_tv_clinet":17751,"insert_time":"2014-08-23T05:45:33.744Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93762,"10":16,"107":527,"11":721,"12":170,"13":444,"14":173,"15":170,"155":14,"156":21,"158":51,"159":19,"16":177,"160":10,"161":193,"167":37,"168":9,"17":185,"18":872,"19":295,"20":146,"209":91,"21":521,"210":13,"211":9,"214":3,"215":162,"221":268,"223":1146,"224":129,"225":518,"23":395,"24":2440,"25":342,"257":79,"26":178,"268":7,"27":29,"273":39,"276":28,"279":9,"28":963,"281":7,"282":48,"291":15,"292":81,"30":48,"302":8,"306":14,"31":53,"314":9,"317":1,"32":23,"33":140,"34":72,"347":7,"35":38,"352":757,"36":158,"37":72,"38":551,"380":12,"381":32,"383":48,"39":44,"391":43,"396":3,"397":15,"40":47,"409":46,"41":89,"414":18,"415":108,"419":9,"42":34,"426":1,"43":37,"430":24,"433":4,"44":15,"45":48,"46":199,"48":60,"49":50,"5":1158,"51":34,"52":60,"53":89,"56":10,"570":21,"6":219,"63":18,"7":685,"79":57,"8":232,"80":114,"9":250,"all_client":111416,"all_tv_clinet":17654,"insert_time":"2014-08-23T05:46:34.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93662,"10":17,"107":534,"11":740,"12":170,"13":419,"14":168,"15":158,"155":20,"156":21,"158":51,"159":23,"16":171,"160":12,"161":193,"167":37,"168":9,"17":191,"18":876,"19":291,"20":149,"209":90,"21":518,"210":13,"211":7,"214":3,"215":161,"221":262,"223":1156,"224":133,"225":512,"23":399,"24":2449,"25":336,"257":77,"26":184,"268":8,"27":31,"273":37,"276":27,"279":10,"28":955,"281":5,"282":48,"291":13,"292":81,"30":49,"302":8,"306":13,"31":50,"314":9,"317":2,"32":21,"33":134,"34":73,"347":7,"35":41,"352":746,"36":157,"37":70,"38":554,"380":12,"381":30,"383":49,"39":42,"391":43,"396":3,"397":20,"40":46,"409":40,"41":83,"414":20,"415":108,"419":10,"42":33,"426":2,"43":40,"430":23,"433":4,"44":16,"45":49,"46":192,"48":64,"49":47,"5":1118,"51":40,"52":59,"53":92,"56":8,"570":18,"6":219,"63":17,"7":673,"79":52,"8":232,"80":112,"9":240,"all_client":111217,"all_tv_clinet":17555,"insert_time":"2014-08-23T05:47:35.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93529,"10":17,"107":527,"11":750,"12":172,"13":407,"14":160,"15":153,"155":21,"156":19,"158":54,"159":24,"16":171,"160":13,"161":192,"167":38,"168":9,"17":192,"18":858,"19":294,"20":151,"209":86,"21":518,"210":12,"211":7,"214":3,"215":161,"221":266,"223":1168,"224":128,"225":506,"23":398,"24":2449,"25":333,"257":71,"26":186,"268":8,"27":26,"273":38,"276":26,"279":10,"28":940,"281":4,"282":51,"291":13,"292":84,"30":52,"302":8,"306":13,"31":45,"314":10,"317":1,"32":22,"33":135,"34":76,"347":8,"35":45,"352":756,"36":162,"37":71,"38":552,"380":12,"381":31,"383":49,"39":40,"391":42,"396":1,"397":21,"40":46,"409":40,"41":80,"414":20,"415":103,"419":10,"42":32,"426":2,"43":37,"430":21,"433":3,"44":17,"45":49,"46":195,"48":70,"49":38,"5":1095,"51":38,"52":66,"53":93,"56":6,"570":19,"6":225,"63":17,"7":664,"79":51,"8":223,"80":102,"9":236,"all_client":110993,"all_tv_clinet":17464,"insert_time":"2014-08-23T05:48:36.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93387,"10":18,"107":535,"11":757,"12":180,"13":399,"14":147,"15":147,"155":24,"156":17,"158":56,"159":24,"16":166,"160":13,"161":202,"167":40,"168":9,"17":189,"18":854,"19":295,"20":149,"209":86,"21":508,"210":10,"211":6,"214":3,"215":156,"221":271,"223":1181,"224":130,"225":506,"23":393,"24":2458,"25":334,"257":70,"26":185,"268":8,"27":26,"273":38,"276":25,"279":10,"28":940,"281":3,"282":56,"291":14,"292":85,"30":50,"302":8,"306":12,"31":44,"314":10,"317":1,"32":16,"33":136,"34":74,"347":7,"35":42,"352":728,"36":161,"37":66,"38":559,"380":12,"381":32,"383":50,"39":41,"391":41,"396":1,"397":20,"40":44,"409":38,"41":80,"414":21,"415":99,"419":8,"42":33,"426":2,"43":40,"430":21,"433":3,"44":19,"45":52,"46":195,"48":70,"49":38,"5":1077,"51":37,"52":67,"53":92,"56":7,"570":19,"6":228,"63":17,"7":640,"79":47,"8":214,"80":102,"9":228,"all_client":110759,"all_tv_clinet":17372,"insert_time":"2014-08-23T05:49:36.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93258,"10":23,"107":543,"11":755,"12":187,"13":381,"14":149,"15":142,"155":22,"156":18,"158":54,"159":26,"16":164,"160":12,"161":213,"167":41,"168":7,"17":195,"18":839,"19":294,"20":147,"209":86,"21":513,"210":10,"211":6,"214":3,"215":155,"221":275,"223":1188,"224":136,"225":530,"23":386,"24":2446,"25":338,"257":69,"26":169,"268":8,"27":27,"273":35,"276":27,"279":9,"28":949,"281":2,"282":56,"291":14,"292":90,"30":47,"302":6,"306":11,"31":44,"314":12,"317":1,"32":15,"33":139,"34":68,"347":9,"35":47,"352":731,"36":157,"37":58,"38":564,"380":11,"381":32,"383":50,"39":42,"391":39,"396":1,"397":20,"40":40,"409":37,"41":80,"414":21,"415":99,"419":8,"42":35,"426":2,"43":40,"430":18,"433":3,"44":21,"45":53,"46":188,"48":73,"49":35,"5":1037,"51":37,"52":70,"53":81,"56":7,"570":17,"6":229,"63":20,"7":641,"79":44,"8":210,"80":100,"9":228,"all_client":110575,"all_tv_clinet":17317,"insert_time":"2014-08-23T05:50:37.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93112,"10":25,"107":542,"11":763,"12":186,"13":368,"14":155,"15":136,"155":22,"156":17,"158":56,"159":29,"16":165,"160":12,"161":211,"167":46,"168":7,"17":187,"18":832,"19":298,"20":143,"209":89,"21":510,"210":10,"211":6,"214":3,"215":155,"221":278,"223":1202,"224":136,"225":541,"23":374,"24":2443,"25":342,"257":68,"26":152,"268":8,"27":29,"273":34,"276":25,"279":6,"28":965,"281":2,"282":55,"291":14,"292":93,"30":42,"302":6,"306":11,"31":43,"314":12,"317":1,"32":15,"33":138,"34":69,"347":8,"35":47,"352":715,"36":156,"37":57,"38":569,"380":11,"381":31,"383":51,"39":44,"391":39,"396":1,"397":20,"40":38,"409":35,"41":76,"414":20,"415":103,"419":9,"42":32,"426":2,"43":42,"430":19,"433":3,"44":21,"45":56,"46":188,"48":77,"49":33,"5":1013,"51":37,"52":71,"53":75,"56":6,"570":15,"6":237,"63":20,"7":619,"79":41,"8":208,"80":104,"9":220,"all_client":110358,"all_tv_clinet":17246,"insert_time":"2014-08-23T05:51:38.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92959,"10":24,"107":535,"11":769,"12":189,"13":376,"14":151,"15":127,"155":21,"156":17,"158":56,"159":28,"16":165,"160":10,"161":205,"167":44,"168":7,"17":185,"18":818,"19":298,"20":147,"209":89,"21":508,"210":10,"211":6,"214":3,"215":156,"221":281,"223":1221,"224":134,"225":535,"23":370,"24":2434,"25":353,"257":62,"26":134,"268":8,"27":29,"273":33,"276":26,"279":6,"28":957,"281":2,"282":56,"291":14,"292":93,"30":40,"302":6,"306":11,"31":45,"314":13,"317":1,"32":17,"33":143,"34":75,"347":8,"35":49,"352":718,"36":150,"37":48,"38":560,"380":10,"381":32,"383":51,"39":43,"391":39,"396":1,"397":21,"40":38,"409":34,"41":76,"414":21,"415":106,"419":9,"42":32,"426":1,"43":45,"430":18,"433":3,"44":20,"45":55,"46":188,"48":81,"49":34,"5":993,"51":39,"52":72,"53":78,"56":6,"570":16,"6":245,"63":18,"7":594,"79":44,"8":211,"80":105,"9":215,"all_client":110129,"all_tv_clinet":17170,"insert_time":"2014-08-23T05:52:39.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92787,"10":21,"107":546,"11":770,"12":199,"13":373,"14":144,"15":124,"155":18,"156":17,"158":57,"159":28,"16":170,"160":12,"161":208,"167":47,"168":7,"17":177,"18":800,"19":303,"20":152,"209":84,"21":509,"210":10,"211":6,"214":3,"215":161,"221":282,"223":1229,"224":131,"225":524,"23":373,"24":2436,"25":356,"257":63,"26":126,"268":7,"27":29,"273":32,"276":24,"279":6,"28":958,"281":2,"282":59,"291":15,"292":89,"30":36,"302":6,"306":13,"31":42,"314":14,"317":1,"32":17,"33":148,"34":73,"347":15,"35":47,"352":694,"36":151,"37":44,"38":567,"380":9,"381":31,"383":49,"39":45,"391":38,"396":1,"397":20,"40":39,"409":40,"41":79,"414":22,"415":102,"419":5,"42":29,"426":1,"43":47,"430":18,"433":3,"44":17,"45":52,"46":185,"48":88,"49":37,"5":984,"51":41,"52":75,"53":73,"56":7,"570":16,"6":248,"63":16,"7":578,"79":44,"8":210,"80":98,"9":216,"all_client":109905,"all_tv_clinet":17118,"insert_time":"2014-08-23T05:53:40.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92672,"10":18,"107":552,"11":763,"12":212,"13":387,"14":144,"15":112,"155":17,"156":19,"158":58,"159":30,"16":165,"160":10,"161":218,"167":47,"168":7,"17":175,"18":786,"19":312,"20":148,"209":79,"21":491,"210":9,"211":6,"214":3,"215":160,"221":280,"223":1235,"224":128,"225":530,"23":378,"24":2401,"25":375,"257":60,"26":113,"268":7,"27":27,"273":30,"276":23,"279":8,"28":968,"281":2,"282":57,"291":15,"292":78,"30":35,"302":6,"306":13,"31":38,"314":13,"317":1,"32":15,"33":145,"34":75,"347":18,"35":44,"352":696,"36":150,"37":39,"38":570,"380":8,"381":29,"383":48,"39":44,"391":37,"396":3,"397":20,"40":37,"409":49,"41":84,"414":20,"415":98,"419":5,"42":26,"426":1,"43":49,"430":17,"433":3,"44":16,"45":50,"46":188,"48":95,"49":36,"5":974,"51":44,"52":75,"53":68,"56":8,"570":15,"6":247,"63":15,"7":563,"79":45,"8":210,"80":98,"9":218,"all_client":109716,"all_tv_clinet":17044,"insert_time":"2014-08-23T05:54:40.844Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92605,"10":21,"107":550,"11":769,"12":216,"13":382,"14":140,"15":110,"155":18,"156":19,"158":58,"159":31,"16":163,"160":10,"161":222,"167":45,"168":7,"17":171,"18":786,"19":327,"20":150,"209":70,"21":470,"210":9,"211":6,"214":3,"215":159,"221":277,"223":1257,"224":126,"225":533,"23":380,"24":2375,"25":377,"257":59,"26":107,"268":7,"27":27,"273":33,"276":22,"279":9,"28":968,"281":2,"282":55,"291":16,"292":70,"30":34,"302":6,"306":14,"31":37,"314":14,"317":1,"32":14,"33":146,"34":78,"347":18,"35":42,"352":699,"36":151,"37":39,"38":561,"380":8,"381":29,"383":49,"39":43,"391":36,"396":3,"397":20,"40":38,"409":57,"41":81,"414":20,"415":96,"419":5,"42":27,"426":1,"43":53,"430":17,"433":4,"44":17,"45":50,"46":187,"48":94,"49":33,"5":967,"51":42,"52":78,"53":70,"56":8,"570":12,"6":246,"63":16,"7":544,"79":38,"8":217,"80":97,"9":220,"all_client":109594,"all_tv_clinet":16989,"insert_time":"2014-08-23T05:55:41.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92482,"10":19,"107":521,"11":745,"12":228,"13":398,"14":133,"15":109,"155":18,"156":19,"158":59,"159":30,"16":157,"160":9,"161":219,"167":45,"168":8,"17":173,"18":776,"19":338,"20":149,"209":68,"21":453,"210":8,"211":6,"214":4,"215":154,"221":273,"223":1264,"224":126,"225":546,"23":383,"24":2366,"25":375,"257":62,"26":106,"268":8,"27":28,"273":38,"276":23,"279":8,"28":972,"281":2,"282":54,"291":16,"292":66,"30":36,"302":6,"306":14,"31":33,"314":14,"32":15,"33":144,"34":82,"347":14,"35":38,"352":704,"36":160,"37":37,"38":559,"380":9,"381":29,"383":48,"39":43,"391":36,"396":4,"397":18,"40":36,"409":57,"41":81,"414":19,"415":96,"419":4,"42":26,"426":1,"43":56,"430":17,"433":4,"44":18,"45":49,"46":193,"48":94,"49":31,"5":951,"51":41,"52":81,"53":67,"56":8,"570":15,"6":247,"63":16,"7":532,"79":41,"8":216,"80":99,"9":223,"all_client":109406,"all_tv_clinet":16924,"insert_time":"2014-08-23T05:56:42.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92352,"10":24,"107":516,"11":699,"12":245,"13":413,"14":132,"15":107,"155":18,"156":19,"158":61,"159":30,"16":159,"160":11,"161":215,"167":43,"168":8,"17":178,"18":757,"19":344,"20":148,"209":65,"21":446,"210":8,"211":6,"214":5,"215":153,"221":272,"223":1281,"224":126,"225":536,"23":383,"24":2355,"25":372,"257":64,"26":103,"268":9,"27":28,"273":42,"276":23,"279":9,"28":970,"281":3,"282":49,"291":15,"292":66,"30":36,"302":5,"306":14,"31":34,"314":13,"317":1,"32":15,"33":144,"34":81,"347":17,"35":37,"352":699,"36":150,"37":36,"38":569,"380":8,"381":31,"383":47,"39":42,"391":35,"396":3,"397":18,"40":40,"409":57,"41":83,"414":17,"415":93,"419":4,"42":27,"426":1,"43":54,"430":16,"433":4,"44":19,"45":49,"46":200,"48":94,"49":30,"5":942,"51":37,"52":81,"53":63,"56":11,"570":15,"6":256,"63":16,"7":512,"79":44,"8":221,"80":100,"9":224,"all_client":109213,"all_tv_clinet":16861,"insert_time":"2014-08-23T05:57:43.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92210,"10":24,"107":508,"11":661,"12":258,"13":413,"14":125,"15":107,"155":19,"156":18,"158":62,"159":30,"16":165,"160":13,"161":211,"167":45,"168":8,"17":181,"18":726,"19":345,"20":158,"209":64,"21":440,"210":8,"211":6,"214":6,"215":151,"221":274,"223":1306,"224":134,"225":549,"23":366,"24":2335,"25":394,"257":66,"26":106,"268":8,"27":28,"273":43,"276":24,"279":10,"28":995,"281":3,"282":52,"291":14,"292":64,"30":40,"302":6,"306":14,"31":36,"314":13,"317":2,"32":12,"33":144,"34":79,"347":17,"35":37,"352":686,"36":150,"37":31,"38":573,"380":8,"381":32,"383":46,"39":45,"391":35,"396":6,"397":20,"40":42,"409":60,"41":84,"414":20,"415":97,"419":5,"42":26,"426":1,"43":55,"430":15,"433":4,"44":18,"45":47,"46":196,"48":102,"49":31,"5":936,"51":39,"52":84,"53":61,"56":10,"570":12,"6":263,"63":16,"7":502,"79":47,"8":231,"80":98,"9":215,"all_client":109082,"all_tv_clinet":16872,"insert_time":"2014-08-23T05:58:43.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92082,"10":24,"107":507,"11":636,"12":265,"13":410,"14":127,"15":110,"155":17,"156":20,"158":62,"159":30,"16":165,"160":12,"161":215,"167":46,"168":8,"17":186,"18":701,"19":353,"20":159,"209":60,"21":439,"210":7,"211":6,"214":6,"215":149,"221":282,"223":1329,"224":136,"225":564,"23":348,"24":2272,"25":414,"257":64,"26":105,"268":8,"27":31,"273":40,"276":23,"279":9,"28":998,"281":3,"282":54,"291":15,"292":68,"30":43,"302":8,"306":12,"31":39,"314":13,"317":2,"32":12,"33":145,"34":78,"347":17,"35":38,"352":671,"36":147,"37":30,"38":579,"380":7,"381":30,"383":48,"39":48,"391":32,"396":5,"397":23,"40":44,"409":61,"41":79,"414":22,"415":99,"419":6,"42":26,"426":1,"43":60,"430":16,"433":4,"44":17,"45":45,"46":198,"48":104,"49":30,"5":934,"51":34,"52":92,"53":59,"56":10,"570":9,"6":274,"63":15,"7":495,"79":47,"8":237,"80":95,"9":209,"all_client":108914,"all_tv_clinet":16832,"insert_time":"2014-08-23T05:59:45.290Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91998,"10":21,"107":515,"11":621,"12":263,"13":420,"14":130,"15":105,"155":20,"156":19,"158":60,"159":30,"16":166,"160":11,"161":212,"167":46,"168":8,"17":188,"18":684,"19":356,"20":161,"209":58,"21":431,"210":8,"211":5,"214":6,"215":144,"221":284,"223":1348,"224":140,"225":578,"23":351,"24":2213,"25":423,"257":69,"26":105,"268":8,"27":34,"273":40,"276":23,"279":10,"28":964,"281":3,"282":57,"291":17,"292":73,"30":46,"302":9,"306":12,"31":35,"314":15,"317":2,"32":12,"33":142,"34":83,"347":19,"35":36,"352":671,"36":152,"37":33,"38":583,"380":7,"381":27,"383":46,"39":54,"391":31,"396":6,"397":23,"40":46,"409":58,"41":74,"414":22,"415":100,"419":10,"42":25,"426":1,"43":67,"430":17,"433":3,"44":17,"45":42,"46":197,"48":103,"49":30,"5":924,"51":39,"52":94,"53":61,"56":10,"570":9,"6":281,"63":18,"7":471,"79":50,"8":246,"80":83,"9":206,"all_client":108774,"all_tv_clinet":16776,"insert_time":"2014-08-23T06:00:46.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91840,"10":19,"107":511,"11":624,"12":265,"13":422,"14":125,"15":107,"155":19,"156":19,"158":59,"159":30,"16":164,"160":9,"161":211,"167":45,"168":7,"17":183,"18":675,"19":363,"20":162,"209":57,"21":433,"210":8,"211":4,"214":8,"215":145,"221":281,"223":1371,"224":144,"225":565,"23":355,"24":2179,"25":441,"257":73,"26":107,"268":8,"27":34,"273":42,"276":25,"279":10,"28":938,"281":3,"282":58,"291":17,"292":71,"30":48,"302":8,"306":11,"31":36,"314":12,"317":2,"32":12,"33":139,"34":86,"347":20,"35":41,"352":687,"36":150,"37":30,"38":583,"380":6,"381":26,"383":46,"39":52,"391":30,"396":7,"397":24,"40":46,"409":51,"41":73,"414":20,"415":102,"419":12,"42":22,"426":1,"43":71,"430":17,"433":3,"44":18,"45":37,"46":194,"48":108,"49":30,"5":920,"51":38,"52":102,"53":60,"56":11,"570":9,"6":288,"63":19,"7":461,"79":48,"8":256,"80":80,"9":204,"all_client":108593,"all_tv_clinet":16753,"insert_time":"2014-08-23T06:01:47.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91734,"10":21,"107":525,"11":626,"12":263,"13":429,"14":128,"15":105,"155":19,"156":17,"158":63,"159":30,"16":160,"160":7,"161":215,"167":44,"168":8,"17":181,"18":656,"19":368,"20":156,"209":57,"21":435,"210":8,"211":4,"214":8,"215":146,"221":280,"223":1372,"224":147,"225":577,"23":364,"24":2117,"25":451,"257":72,"26":109,"268":8,"27":40,"273":39,"276":25,"279":11,"28":937,"281":3,"282":58,"291":16,"292":72,"30":49,"302":7,"306":11,"31":35,"314":12,"317":2,"32":11,"33":135,"34":85,"347":21,"35":38,"352":694,"36":150,"37":28,"38":589,"380":6,"381":26,"383":46,"39":55,"391":29,"396":7,"397":24,"40":42,"409":43,"41":75,"414":19,"415":106,"419":13,"42":22,"426":1,"43":74,"430":17,"433":3,"44":20,"45":36,"46":184,"48":117,"49":29,"5":909,"51":37,"52":104,"53":60,"56":12,"570":8,"6":290,"63":19,"7":457,"79":45,"8":255,"80":79,"9":201,"all_client":108448,"all_tv_clinet":16714,"insert_time":"2014-08-23T06:02:48.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91623,"10":19,"107":510,"11":619,"12":270,"13":437,"14":127,"15":104,"155":18,"156":18,"158":65,"159":33,"16":147,"160":8,"161":215,"167":43,"168":9,"17":181,"18":634,"19":369,"20":159,"209":56,"21":439,"210":9,"211":4,"214":9,"215":145,"221":281,"223":1383,"224":149,"225":575,"23":372,"24":2103,"25":455,"257":75,"26":103,"268":7,"27":46,"273":35,"276":26,"279":12,"28":932,"281":3,"282":59,"291":14,"292":76,"30":49,"302":7,"306":11,"31":39,"314":11,"317":1,"32":13,"33":133,"34":84,"347":20,"35":42,"352":693,"36":144,"37":29,"38":570,"380":6,"381":24,"383":45,"39":57,"391":27,"396":6,"397":24,"40":42,"409":38,"41":76,"414":20,"415":101,"419":13,"42":23,"426":1,"43":72,"430":17,"433":4,"44":18,"45":37,"46":177,"48":120,"49":29,"5":901,"51":35,"52":113,"53":63,"56":12,"570":7,"6":294,"63":19,"7":441,"79":44,"8":251,"80":78,"9":200,"all_client":108257,"all_tv_clinet":16634,"insert_time":"2014-08-23T06:03:48.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91512,"10":20,"107":518,"11":621,"12":272,"13":434,"14":128,"15":102,"155":19,"156":17,"158":66,"159":32,"16":145,"160":7,"161":214,"167":42,"168":11,"17":177,"18":631,"19":370,"20":155,"209":51,"21":431,"210":11,"211":4,"214":8,"215":146,"221":286,"223":1378,"224":141,"225":570,"23":374,"24":2075,"25":464,"257":76,"26":96,"268":7,"27":49,"273":41,"276":26,"279":11,"28":930,"281":3,"282":59,"291":15,"292":76,"30":51,"302":6,"306":9,"31":42,"314":9,"317":2,"32":14,"33":132,"34":85,"347":19,"35":40,"352":707,"36":151,"37":28,"38":564,"380":5,"381":25,"383":43,"39":64,"391":27,"396":6,"397":23,"40":43,"409":37,"41":74,"414":19,"415":102,"419":14,"42":25,"426":1,"43":76,"430":18,"433":4,"44":15,"45":36,"46":169,"48":123,"49":30,"5":893,"51":36,"52":120,"53":59,"56":13,"570":8,"6":300,"63":20,"7":426,"79":44,"8":253,"80":74,"9":203,"all_client":108108,"all_tv_clinet":16596,"insert_time":"2014-08-23T06:04:49.693Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91407,"10":20,"107":499,"11":621,"12":269,"13":440,"14":131,"15":98,"155":20,"156":22,"158":66,"159":32,"16":139,"160":7,"161":215,"167":43,"168":11,"17":175,"18":624,"19":376,"20":162,"209":55,"21":436,"210":11,"211":3,"214":6,"215":148,"221":300,"223":1378,"224":131,"225":556,"23":373,"24":2048,"25":465,"257":75,"26":92,"268":7,"27":48,"273":42,"276":26,"279":10,"28":928,"281":3,"282":59,"291":15,"292":79,"30":54,"302":5,"306":8,"31":45,"314":9,"317":2,"32":14,"33":129,"34":89,"347":19,"35":41,"352":707,"36":150,"37":30,"38":552,"380":4,"381":25,"383":43,"39":68,"391":24,"396":6,"397":23,"40":42,"409":32,"41":82,"414":18,"415":105,"419":15,"42":22,"426":1,"43":77,"430":16,"433":3,"44":13,"45":36,"46":159,"48":120,"49":29,"5":882,"51":37,"52":120,"53":56,"56":12,"570":10,"6":302,"63":20,"7":429,"79":48,"8":256,"80":73,"9":205,"all_client":107938,"all_tv_clinet":16531,"insert_time":"2014-08-23T06:05:50.416Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91263,"10":20,"107":497,"11":626,"12":265,"13":445,"14":132,"15":98,"155":20,"156":23,"158":67,"159":30,"16":128,"160":7,"161":214,"167":44,"168":9,"17":173,"18":630,"19":377,"20":165,"209":54,"21":455,"210":11,"211":3,"214":6,"215":149,"221":303,"223":1381,"224":119,"225":562,"23":365,"24":2034,"25":459,"257":72,"26":94,"268":6,"27":51,"273":41,"276":25,"279":8,"28":949,"281":3,"282":60,"291":16,"292":80,"30":53,"302":5,"306":8,"31":44,"314":9,"317":3,"32":15,"33":128,"34":85,"347":21,"35":40,"352":707,"36":158,"37":26,"38":546,"380":4,"381":25,"383":43,"39":70,"391":25,"396":7,"397":24,"40":39,"409":31,"41":87,"414":16,"415":109,"419":14,"42":24,"426":1,"43":74,"430":16,"433":3,"44":14,"45":36,"46":142,"48":123,"49":26,"5":865,"51":36,"52":119,"53":50,"56":13,"570":11,"6":301,"63":21,"7":422,"79":49,"8":261,"80":70,"9":205,"all_client":107763,"all_tv_clinet":16500,"insert_time":"2014-08-23T06:06:51.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91178,"10":22,"107":510,"11":638,"12":267,"13":446,"14":134,"15":94,"155":19,"156":23,"158":67,"159":31,"16":120,"160":9,"161":215,"167":43,"168":7,"17":164,"18":634,"19":377,"20":161,"209":51,"21":473,"210":11,"211":3,"214":7,"215":148,"221":304,"223":1330,"224":109,"225":561,"23":369,"24":2046,"25":455,"257":72,"26":90,"268":6,"27":56,"273":41,"276":25,"279":8,"28":979,"281":3,"282":61,"291":16,"292":83,"30":52,"302":5,"306":8,"31":46,"314":9,"317":3,"32":14,"33":131,"34":83,"347":20,"35":39,"352":706,"36":158,"37":26,"38":530,"380":5,"381":25,"383":41,"39":72,"391":22,"396":7,"397":22,"40":38,"409":30,"41":88,"414":17,"415":112,"419":13,"42":24,"426":1,"43":73,"430":18,"433":3,"44":14,"45":33,"46":140,"48":126,"49":26,"5":867,"51":32,"52":117,"53":49,"56":13,"570":14,"6":305,"63":20,"7":426,"79":50,"8":262,"80":67,"9":203,"all_client":107671,"all_tv_clinet":16493,"insert_time":"2014-08-23T06:07:51.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91023,"10":21,"107":516,"11":662,"12":258,"13":450,"14":136,"15":93,"155":20,"156":22,"158":66,"159":31,"16":121,"160":10,"161":210,"167":43,"168":6,"17":159,"18":625,"19":363,"20":164,"209":47,"21":479,"210":11,"211":2,"214":7,"215":153,"221":290,"223":1259,"224":102,"225":539,"23":367,"24":2074,"25":450,"257":66,"26":89,"268":6,"27":59,"273":49,"276":25,"279":8,"28":982,"281":3,"282":61,"291":16,"292":82,"30":54,"302":5,"306":8,"31":44,"314":9,"317":3,"32":14,"33":132,"34":88,"347":22,"35":45,"352":715,"36":157,"37":26,"38":527,"380":5,"381":24,"383":44,"39":72,"391":23,"396":7,"397":23,"40":38,"409":28,"41":88,"414":13,"415":111,"419":12,"42":24,"426":1,"43":72,"430":18,"433":3,"44":15,"45":35,"46":140,"48":126,"49":30,"5":861,"51":33,"52":117,"53":46,"56":14,"570":13,"6":313,"63":19,"7":419,"79":53,"8":269,"80":69,"9":212,"all_client":107464,"all_tv_clinet":16441,"insert_time":"2014-08-23T06:08:52.555Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90844,"10":22,"107":527,"11":665,"12":246,"13":465,"14":136,"15":90,"155":20,"156":23,"158":65,"159":31,"16":118,"160":10,"161":203,"167":43,"168":5,"17":158,"18":637,"19":326,"20":160,"209":47,"21":487,"210":11,"211":2,"214":7,"215":152,"221":286,"223":1178,"224":96,"225":528,"23":368,"24":2099,"25":432,"257":68,"26":91,"268":6,"27":57,"273":60,"276":25,"279":7,"28":985,"281":3,"282":63,"291":15,"292":69,"30":57,"302":5,"306":6,"31":44,"314":10,"317":3,"32":13,"33":127,"34":89,"347":22,"35":42,"352":707,"36":155,"37":25,"38":524,"380":5,"381":24,"383":46,"389":1,"39":75,"391":24,"396":6,"397":23,"40":40,"409":29,"41":91,"414":11,"415":116,"419":12,"42":26,"426":2,"43":72,"430":21,"433":3,"44":12,"45":36,"46":145,"48":132,"49":30,"5":857,"51":34,"52":119,"53":44,"56":16,"570":13,"6":317,"63":17,"7":421,"79":53,"8":269,"80":69,"9":225,"all_client":107201,"all_tv_clinet":16357,"insert_time":"2014-08-23T06:09:53.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90664,"10":26,"107":536,"11":661,"12":228,"13":494,"14":137,"15":87,"155":19,"156":23,"158":63,"159":30,"16":119,"160":8,"161":193,"167":44,"168":5,"17":166,"18":635,"19":299,"20":163,"209":50,"21":491,"210":10,"211":2,"214":7,"215":151,"221":292,"223":1138,"224":93,"225":532,"23":371,"24":2150,"25":399,"257":65,"26":97,"268":7,"27":58,"273":66,"276":23,"279":9,"28":995,"281":3,"282":61,"291":17,"292":64,"30":56,"302":6,"306":5,"31":45,"314":9,"317":2,"32":13,"33":127,"34":90,"347":22,"35":35,"352":699,"36":151,"37":25,"38":516,"380":5,"381":24,"383":46,"389":1,"39":76,"391":23,"396":6,"397":23,"40":39,"409":28,"41":97,"414":11,"415":119,"419":14,"42":27,"426":2,"43":75,"430":21,"433":3,"44":12,"45":34,"46":137,"48":132,"49":32,"5":853,"51":33,"52":119,"53":43,"56":17,"570":14,"6":327,"63":20,"7":422,"79":53,"8":276,"80":72,"9":228,"all_client":107016,"all_tv_clinet":16352,"insert_time":"2014-08-23T06:10:54.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90531,"10":22,"107":536,"11":657,"12":206,"13":510,"14":143,"15":94,"155":20,"156":16,"158":64,"159":33,"16":115,"160":9,"161":189,"167":43,"168":4,"17":167,"18":643,"19":285,"20":166,"209":45,"21":497,"210":10,"211":2,"214":7,"215":140,"221":290,"223":1111,"224":89,"225":523,"23":380,"24":2162,"25":367,"257":66,"26":106,"268":8,"27":60,"273":65,"276":21,"279":11,"28":1004,"281":3,"282":60,"291":17,"292":62,"30":59,"302":6,"306":4,"31":50,"314":8,"317":2,"32":16,"33":128,"34":90,"347":20,"35":27,"352":714,"36":145,"37":28,"38":514,"380":5,"381":25,"383":41,"389":1,"39":78,"391":23,"396":6,"397":20,"40":39,"409":29,"41":102,"414":11,"415":118,"419":15,"42":26,"426":1,"43":76,"430":22,"433":4,"44":11,"45":33,"46":140,"48":136,"49":34,"5":857,"51":31,"52":120,"53":45,"56":19,"570":15,"6":332,"63":22,"7":419,"79":50,"8":275,"80":69,"9":233,"all_client":106853,"all_tv_clinet":16322,"insert_time":"2014-08-23T06:11:55.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90414,"10":20,"107":542,"11":649,"12":186,"13":509,"14":142,"15":92,"155":20,"156":12,"158":62,"159":36,"16":110,"160":9,"161":190,"167":43,"168":3,"17":167,"18":658,"19":280,"20":165,"209":46,"21":506,"210":9,"211":2,"214":7,"215":132,"221":292,"223":1096,"224":90,"225":509,"23":394,"24":2178,"25":343,"257":67,"26":118,"268":8,"27":58,"273":66,"276":19,"279":14,"28":1008,"281":3,"282":57,"291":17,"292":63,"30":58,"302":6,"306":3,"31":52,"314":9,"317":2,"32":16,"33":131,"34":86,"347":17,"35":27,"352":707,"36":145,"37":27,"38":509,"380":7,"381":25,"383":39,"389":2,"39":82,"391":25,"396":4,"397":20,"40":39,"409":31,"41":104,"414":12,"415":112,"419":15,"42":20,"43":79,"430":24,"433":4,"44":10,"45":30,"46":135,"48":139,"49":35,"5":847,"51":28,"52":118,"53":49,"56":18,"570":14,"6":318,"63":23,"7":425,"79":53,"8":283,"80":68,"9":239,"all_client":106682,"all_tv_clinet":16268,"insert_time":"2014-08-23T06:12:56.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90309,"10":17,"107":554,"11":651,"12":175,"13":511,"14":149,"15":94,"155":19,"156":11,"158":62,"159":36,"16":105,"160":13,"161":191,"167":43,"168":4,"17":158,"18":671,"19":274,"20":156,"209":50,"21":509,"210":7,"211":2,"214":7,"215":122,"221":289,"223":1068,"224":85,"225":498,"23":395,"24":2213,"25":338,"257":61,"26":119,"268":10,"27":62,"273":64,"276":20,"279":16,"28":1025,"281":4,"282":54,"291":16,"292":63,"30":56,"302":6,"306":3,"31":55,"314":9,"317":2,"32":17,"33":123,"34":84,"347":16,"35":27,"352":701,"36":143,"37":23,"38":504,"380":7,"381":22,"383":37,"389":2,"39":89,"391":27,"396":3,"397":21,"40":38,"409":29,"41":107,"414":12,"415":105,"419":17,"42":20,"43":77,"430":24,"433":3,"44":11,"45":31,"46":128,"48":134,"49":36,"5":841,"51":29,"52":116,"53":52,"56":19,"570":14,"6":306,"63":23,"7":429,"79":52,"8":283,"80":66,"9":256,"all_client":106535,"all_tv_clinet":16226,"insert_time":"2014-08-23T06:13:56.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90200,"10":19,"107":543,"11":649,"12":160,"13":514,"14":146,"15":89,"155":17,"156":10,"158":58,"159":36,"16":102,"160":14,"161":199,"167":42,"168":4,"17":151,"18":693,"19":273,"20":160,"209":49,"21":508,"210":8,"211":2,"214":7,"215":119,"221":282,"223":1055,"224":94,"225":492,"23":404,"24":2238,"25":330,"257":56,"26":123,"268":11,"27":64,"273":54,"276":22,"279":17,"28":1023,"281":4,"282":54,"291":15,"292":68,"30":44,"302":7,"306":3,"31":56,"314":8,"317":2,"32":16,"33":122,"34":83,"347":15,"35":26,"352":694,"36":142,"37":23,"38":500,"380":7,"381":21,"383":32,"389":2,"39":91,"391":27,"396":3,"397":20,"40":40,"409":27,"41":103,"414":11,"415":103,"419":16,"42":20,"43":80,"430":25,"433":4,"44":11,"45":30,"46":133,"48":118,"49":37,"5":830,"51":28,"52":114,"53":50,"56":22,"570":13,"6":283,"63":20,"7":442,"79":51,"8":281,"80":66,"9":264,"all_client":106344,"all_tv_clinet":16144,"insert_time":"2014-08-23T06:14:57.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90076,"10":20,"107":565,"11":658,"12":158,"13":511,"14":149,"15":92,"155":18,"156":9,"158":60,"159":35,"16":98,"160":14,"161":197,"167":43,"168":4,"17":147,"18":703,"19":281,"20":163,"209":48,"21":511,"210":8,"211":2,"214":7,"215":115,"221":287,"223":1024,"224":95,"225":490,"23":406,"24":2221,"25":318,"257":54,"26":127,"268":12,"27":66,"273":50,"276":23,"279":14,"28":1014,"281":4,"282":54,"291":16,"292":72,"30":40,"302":6,"306":3,"31":59,"314":9,"317":2,"32":17,"33":120,"34":88,"347":16,"35":24,"352":699,"36":136,"37":19,"38":509,"380":6,"381":19,"383":36,"389":1,"39":92,"391":28,"396":4,"397":21,"40":39,"409":23,"41":105,"414":9,"415":103,"419":19,"42":23,"43":80,"430":25,"433":3,"44":10,"45":25,"46":131,"48":95,"49":38,"5":816,"51":31,"52":119,"53":48,"56":23,"570":14,"6":274,"63":20,"7":452,"79":51,"8":276,"80":66,"9":271,"all_client":106182,"all_tv_clinet":16106,"insert_time":"2014-08-23T06:15:58.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89950,"10":19,"107":553,"11":677,"12":151,"13":508,"14":152,"15":89,"155":18,"156":7,"158":62,"159":34,"16":93,"160":14,"161":212,"167":44,"168":4,"17":145,"18":711,"19":281,"20":164,"209":54,"21":516,"210":9,"211":2,"214":7,"215":109,"221":289,"223":992,"224":94,"225":487,"23":414,"24":2199,"25":312,"257":51,"26":126,"268":11,"27":65,"273":52,"276":23,"279":9,"28":1017,"281":4,"282":53,"291":17,"292":80,"30":35,"302":6,"306":3,"31":63,"314":9,"317":2,"32":14,"33":121,"34":86,"347":17,"35":23,"352":719,"36":138,"37":17,"38":527,"380":6,"381":18,"383":37,"389":1,"39":89,"391":28,"396":5,"397":20,"40":40,"409":20,"41":103,"414":8,"415":99,"419":22,"42":23,"426":1,"43":83,"430":27,"433":3,"44":10,"45":21,"46":130,"48":79,"49":31,"5":806,"51":32,"52":117,"53":45,"56":24,"570":15,"6":256,"63":18,"7":464,"79":52,"8":280,"80":68,"9":267,"all_client":106008,"all_tv_clinet":16058,"insert_time":"2014-08-23T06:16:59.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89904,"10":15,"107":561,"11":681,"12":144,"13":503,"14":154,"15":86,"155":18,"156":6,"158":64,"159":33,"16":94,"160":14,"161":223,"167":45,"168":5,"17":142,"18":704,"19":279,"20":157,"209":58,"21":513,"210":10,"211":2,"214":7,"215":108,"221":284,"223":947,"224":99,"225":478,"23":408,"24":2180,"25":302,"257":53,"26":127,"268":10,"27":64,"273":53,"276":20,"279":8,"28":1018,"281":4,"282":49,"291":17,"292":79,"30":34,"302":6,"306":3,"31":63,"314":8,"317":2,"32":15,"33":118,"34":84,"347":17,"35":19,"352":731,"36":139,"37":17,"38":519,"380":6,"381":17,"383":39,"389":1,"39":81,"391":28,"396":5,"397":21,"40":42,"409":20,"41":102,"414":6,"415":98,"419":22,"42":24,"426":1,"43":80,"430":28,"433":3,"44":12,"45":20,"46":137,"48":73,"49":34,"5":804,"51":31,"52":126,"53":47,"56":24,"570":14,"6":253,"63":18,"7":469,"79":51,"8":283,"80":68,"9":257,"all_client":105850,"all_tv_clinet":15946,"insert_time":"2014-08-23T06:17:59.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89730,"10":13,"107":580,"11":685,"12":141,"13":511,"14":157,"15":87,"155":17,"156":6,"158":62,"159":31,"16":92,"160":13,"161":231,"167":46,"168":5,"17":129,"18":699,"19":281,"20":152,"209":56,"21":530,"210":9,"211":2,"214":8,"215":109,"221":288,"223":891,"224":104,"225":482,"23":414,"24":2167,"25":293,"257":56,"26":131,"268":12,"27":65,"273":59,"276":20,"279":7,"28":1018,"281":4,"282":45,"291":18,"292":83,"30":34,"302":6,"306":3,"31":65,"314":7,"317":2,"32":13,"33":121,"34":82,"347":17,"35":18,"352":728,"36":136,"37":15,"38":512,"380":6,"381":16,"383":40,"389":1,"39":79,"391":28,"396":3,"397":21,"40":42,"409":20,"41":103,"414":6,"415":95,"419":22,"42":22,"426":1,"43":83,"430":27,"433":3,"44":11,"45":19,"46":139,"48":70,"49":31,"5":812,"51":30,"52":123,"53":48,"56":25,"570":12,"6":253,"63":18,"7":469,"79":50,"8":285,"80":70,"9":250,"all_client":105631,"all_tv_clinet":15901,"insert_time":"2014-08-23T06:19:00.581Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89583,"10":13,"107":575,"11":677,"12":139,"13":512,"14":156,"15":89,"155":14,"156":7,"158":59,"159":31,"16":94,"160":13,"161":237,"167":46,"168":6,"17":121,"18":697,"19":276,"20":147,"209":55,"21":536,"210":10,"211":2,"214":9,"215":104,"221":273,"223":867,"224":108,"225":501,"23":414,"24":2161,"25":291,"257":56,"26":127,"268":11,"27":64,"273":62,"276":19,"279":6,"28":1010,"281":4,"282":46,"291":19,"292":85,"30":33,"302":5,"306":2,"31":64,"314":7,"317":2,"32":14,"33":118,"34":84,"347":17,"35":16,"352":735,"36":144,"37":15,"38":513,"380":5,"381":19,"383":36,"389":1,"39":79,"391":29,"396":3,"397":22,"40":40,"409":22,"41":111,"414":9,"415":92,"419":19,"42":22,"43":83,"430":26,"433":2,"44":11,"45":20,"46":140,"48":67,"49":31,"5":819,"51":31,"52":121,"53":48,"56":25,"570":11,"6":250,"63":16,"7":471,"79":52,"8":283,"80":72,"9":242,"all_client":105431,"all_tv_clinet":15848,"insert_time":"2014-08-23T06:20:01.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89462,"10":13,"107":583,"11":676,"12":138,"13":529,"14":150,"15":91,"155":13,"156":8,"158":58,"159":32,"16":96,"160":13,"161":233,"167":47,"168":5,"17":117,"18":704,"19":273,"20":149,"209":53,"21":543,"210":10,"211":2,"214":9,"215":102,"221":271,"223":843,"224":105,"225":505,"23":422,"24":2164,"25":291,"257":54,"26":135,"268":9,"27":67,"273":63,"276":19,"279":5,"28":1012,"281":3,"282":46,"291":19,"292":89,"30":33,"302":4,"306":2,"31":63,"314":7,"317":2,"32":14,"33":120,"34":82,"347":16,"35":14,"352":721,"36":145,"37":16,"38":509,"380":5,"381":20,"383":34,"389":1,"39":82,"391":28,"396":3,"397":22,"40":39,"409":23,"41":112,"414":9,"415":92,"419":18,"42":22,"43":81,"430":27,"433":2,"44":12,"45":23,"46":136,"48":62,"49":30,"5":814,"51":30,"52":109,"53":49,"56":27,"570":10,"6":252,"63":15,"7":470,"79":52,"8":279,"80":68,"9":240,"all_client":105277,"all_tv_clinet":15815,"insert_time":"2014-08-23T06:21:02.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89429,"10":16,"107":570,"11":672,"12":132,"13":522,"14":152,"15":88,"155":14,"156":9,"158":59,"159":32,"16":95,"160":14,"161":218,"167":49,"168":6,"17":116,"18":705,"19":288,"20":153,"209":56,"21":533,"210":10,"211":2,"214":9,"215":98,"221":260,"223":825,"224":105,"225":515,"23":421,"24":2168,"25":281,"257":52,"26":143,"268":9,"27":69,"273":68,"276":18,"279":6,"28":1011,"281":2,"282":47,"291":20,"292":90,"30":26,"302":4,"306":2,"31":66,"314":6,"317":2,"32":14,"33":118,"34":80,"347":15,"35":15,"352":705,"36":141,"37":16,"38":512,"380":6,"381":21,"383":32,"389":2,"39":84,"391":26,"396":4,"397":20,"40":41,"409":24,"41":116,"414":11,"415":97,"419":15,"42":23,"43":82,"430":26,"433":2,"44":12,"45":24,"46":136,"48":60,"49":33,"5":800,"51":29,"52":99,"53":49,"56":27,"570":12,"6":255,"63":15,"7":478,"79":52,"8":284,"80":67,"9":239,"all_client":105182,"all_tv_clinet":15753,"insert_time":"2014-08-23T06:22:03.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89332,"10":17,"107":572,"11":658,"12":131,"13":518,"14":153,"15":94,"155":14,"156":8,"158":58,"159":32,"16":97,"160":13,"161":208,"167":51,"168":6,"17":118,"18":691,"19":303,"20":156,"209":61,"21":537,"210":8,"211":2,"214":9,"215":94,"221":248,"223":813,"224":108,"225":498,"23":407,"24":2204,"25":280,"257":58,"26":144,"268":8,"27":69,"273":68,"276":17,"279":8,"28":1014,"281":2,"282":48,"291":21,"292":85,"30":22,"302":5,"306":2,"31":70,"314":4,"317":3,"32":15,"33":118,"34":83,"347":12,"35":16,"352":707,"36":146,"37":19,"38":507,"380":6,"381":21,"383":32,"389":2,"39":90,"391":25,"396":4,"397":21,"40":41,"409":22,"41":115,"414":11,"415":98,"419":16,"42":22,"43":81,"430":25,"433":2,"44":12,"45":21,"46":134,"48":56,"49":35,"5":777,"51":26,"52":89,"53":47,"56":28,"570":11,"6":254,"63":17,"7":480,"79":50,"8":284,"80":68,"9":242,"all_client":105035,"all_tv_clinet":15703,"insert_time":"2014-08-23T06:23:03.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89194,"10":19,"107":574,"11":656,"12":129,"13":515,"14":151,"15":94,"155":13,"156":9,"158":57,"159":30,"16":92,"160":12,"161":200,"167":51,"168":6,"17":116,"18":688,"19":304,"20":155,"209":60,"21":537,"210":9,"211":2,"214":10,"215":85,"221":240,"223":804,"224":104,"225":505,"23":396,"24":2219,"25":280,"257":63,"26":155,"268":8,"27":72,"273":75,"276":18,"279":11,"28":1010,"281":3,"282":46,"291":21,"292":76,"30":20,"302":5,"306":2,"31":76,"314":3,"317":3,"32":18,"33":120,"34":85,"347":12,"35":17,"352":696,"36":141,"37":20,"38":520,"380":6,"381":24,"383":32,"389":2,"39":89,"391":24,"396":4,"397":19,"40":37,"409":21,"41":115,"414":12,"415":100,"419":18,"42":22,"43":77,"430":25,"433":1,"44":10,"45":21,"46":137,"48":62,"49":35,"5":749,"51":24,"52":83,"53":45,"56":27,"570":13,"6":261,"63":16,"7":494,"79":51,"8":287,"80":72,"9":246,"all_client":104873,"all_tv_clinet":15679,"insert_time":"2014-08-23T06:24:04.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89123,"10":17,"107":561,"11":669,"12":130,"13":519,"14":147,"15":93,"155":13,"156":9,"158":58,"159":29,"16":94,"160":9,"161":192,"167":52,"168":6,"17":118,"18":697,"19":316,"20":164,"209":63,"21":531,"210":10,"211":2,"214":10,"215":80,"221":228,"223":799,"224":109,"225":498,"23":381,"24":2208,"25":287,"257":64,"26":156,"268":7,"27":72,"273":77,"276":19,"279":16,"28":1029,"281":3,"282":46,"291":21,"292":64,"30":18,"302":6,"306":2,"31":76,"314":5,"317":3,"32":16,"33":123,"34":86,"347":12,"35":17,"352":711,"36":147,"37":20,"38":527,"380":7,"381":25,"383":33,"389":2,"39":91,"391":24,"396":3,"397":21,"40":39,"409":20,"41":109,"414":12,"415":98,"419":17,"42":17,"43":75,"430":23,"433":1,"44":11,"45":23,"46":134,"48":70,"49":37,"5":725,"51":22,"52":82,"53":46,"56":26,"570":11,"6":265,"63":16,"7":492,"79":52,"8":289,"80":76,"9":247,"all_client":104806,"all_tv_clinet":15683,"insert_time":"2014-08-23T06:25:05.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89050,"10":18,"107":552,"11":665,"12":129,"13":524,"14":147,"15":90,"155":12,"156":9,"158":58,"159":30,"16":95,"160":10,"161":194,"167":49,"168":7,"17":127,"18":696,"19":319,"20":165,"209":67,"21":529,"210":10,"211":2,"214":10,"215":80,"221":225,"223":774,"224":110,"225":494,"23":383,"24":2171,"25":288,"257":62,"26":161,"268":6,"27":72,"273":81,"276":19,"279":16,"28":1048,"281":5,"282":44,"291":20,"292":62,"30":22,"302":6,"306":2,"31":76,"314":6,"317":2,"32":17,"33":123,"34":80,"347":11,"35":19,"352":708,"36":150,"37":21,"38":538,"380":7,"381":24,"383":33,"389":2,"39":92,"391":25,"396":2,"397":19,"40":41,"409":20,"41":109,"414":12,"415":99,"419":20,"42":17,"426":1,"43":69,"430":24,"433":1,"44":10,"45":27,"46":138,"48":70,"49":42,"5":730,"51":19,"52":74,"53":49,"56":24,"570":12,"6":266,"63":16,"7":499,"79":54,"8":286,"80":74,"9":236,"all_client":104709,"all_tv_clinet":15659,"insert_time":"2014-08-23T06:26:06.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88947,"10":18,"107":547,"11":663,"12":130,"13":527,"14":155,"15":91,"155":14,"156":8,"158":58,"159":32,"16":95,"160":12,"161":199,"167":49,"168":8,"17":125,"18":696,"19":318,"20":173,"209":69,"21":533,"210":10,"211":2,"214":10,"215":78,"221":219,"223":743,"224":113,"225":497,"23":385,"24":2111,"25":313,"257":60,"26":163,"268":6,"27":77,"273":83,"276":20,"279":15,"28":1070,"281":5,"282":47,"291":19,"292":62,"30":23,"302":5,"306":2,"31":64,"314":6,"317":2,"32":15,"33":123,"34":67,"347":12,"35":18,"352":718,"36":148,"37":24,"38":532,"380":6,"381":24,"383":34,"389":2,"39":92,"391":25,"396":2,"397":20,"40":42,"409":19,"41":103,"414":11,"415":94,"419":21,"42":22,"426":1,"43":59,"430":26,"433":1,"44":10,"45":31,"46":141,"48":70,"49":48,"5":727,"51":19,"52":82,"53":45,"56":25,"570":12,"6":270,"63":15,"7":503,"79":56,"8":289,"80":75,"9":216,"all_client":104572,"all_tv_clinet":15625,"insert_time":"2014-08-23T06:27:07.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88860,"10":19,"107":539,"11":670,"12":137,"13":531,"14":149,"15":91,"155":14,"156":8,"158":59,"159":37,"16":95,"160":11,"161":215,"167":46,"168":8,"17":132,"18":703,"19":324,"20":171,"209":67,"21":531,"210":10,"211":2,"214":11,"215":77,"221":229,"223":715,"224":115,"225":491,"23":387,"24":2093,"25":327,"257":61,"26":171,"268":5,"27":82,"273":79,"276":22,"279":17,"28":1086,"281":5,"282":46,"291":19,"292":62,"30":20,"302":5,"306":2,"31":54,"314":5,"317":1,"32":17,"33":122,"34":60,"347":15,"35":20,"352":717,"36":144,"37":29,"38":518,"380":5,"381":27,"383":31,"389":3,"39":84,"391":25,"396":1,"397":19,"40":45,"409":15,"41":98,"414":11,"415":92,"419":22,"42":26,"426":1,"43":51,"430":27,"433":1,"44":11,"45":37,"46":141,"48":72,"49":48,"5":723,"51":22,"52":79,"53":48,"56":24,"570":12,"6":274,"63":13,"7":511,"79":54,"8":297,"80":75,"9":198,"all_client":104481,"all_tv_clinet":15621,"insert_time":"2014-08-23T06:28:08.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88847,"10":19,"107":537,"11":679,"12":141,"13":530,"14":145,"15":89,"155":13,"156":9,"158":58,"159":38,"16":94,"160":13,"161":222,"167":45,"168":10,"17":137,"18":702,"19":322,"20":173,"209":66,"21":527,"210":12,"211":3,"214":11,"215":78,"221":229,"223":697,"224":121,"225":481,"23":408,"24":2077,"25":341,"257":61,"26":166,"268":5,"27":83,"273":72,"276":21,"279":19,"28":1046,"281":5,"282":46,"291":19,"292":68,"30":20,"302":4,"306":2,"31":48,"314":5,"317":1,"32":18,"33":119,"34":58,"347":17,"35":22,"352":705,"36":147,"37":31,"38":513,"380":5,"381":26,"383":34,"389":3,"39":79,"391":25,"397":20,"40":43,"409":15,"41":92,"414":12,"415":84,"419":21,"42":26,"426":1,"43":50,"430":29,"433":1,"44":11,"45":41,"46":146,"48":80,"49":57,"5":708,"51":26,"52":76,"53":47,"56":25,"570":10,"6":277,"63":13,"7":527,"79":59,"8":293,"80":73,"9":182,"all_client":104412,"all_tv_clinet":15565,"insert_time":"2014-08-23T06:29:09.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88727,"10":21,"107":540,"11":692,"12":140,"13":530,"14":142,"15":87,"155":13,"156":11,"158":58,"159":35,"16":91,"160":12,"161":230,"167":44,"168":11,"17":140,"18":706,"19":325,"20":164,"209":72,"21":542,"210":10,"211":3,"214":11,"215":76,"221":215,"223":688,"224":120,"225":479,"23":433,"24":2053,"25":348,"257":58,"26":169,"268":4,"27":84,"273":62,"276":24,"279":21,"28":1023,"281":6,"282":46,"291":17,"292":74,"30":20,"302":4,"306":2,"31":48,"314":6,"317":1,"32":17,"33":119,"34":55,"347":20,"35":23,"352":712,"36":151,"37":30,"38":513,"380":4,"381":25,"383":38,"389":3,"39":76,"391":25,"397":21,"40":44,"409":16,"41":86,"414":12,"415":84,"419":20,"42":28,"426":1,"43":52,"430":29,"431":1,"433":1,"44":13,"45":45,"46":158,"48":80,"49":59,"5":701,"51":26,"52":75,"53":49,"56":26,"570":8,"6":280,"63":14,"7":540,"79":59,"8":268,"80":72,"9":170,"all_client":104287,"all_tv_clinet":15560,"insert_time":"2014-08-23T06:30:10.298Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88631,"10":18,"107":537,"11":694,"12":136,"13":520,"14":144,"15":89,"155":13,"156":11,"158":58,"159":35,"16":94,"160":10,"161":231,"167":45,"168":11,"17":149,"18":702,"19":330,"20":163,"209":75,"21":553,"210":10,"211":3,"214":10,"215":77,"221":208,"223":679,"224":120,"225":490,"23":448,"24":2025,"25":358,"257":59,"26":149,"268":5,"27":81,"273":56,"276":24,"279":20,"28":1009,"281":6,"282":47,"291":17,"292":74,"30":21,"302":4,"306":2,"31":47,"314":6,"317":1,"32":18,"33":122,"34":54,"347":20,"35":23,"352":704,"36":143,"37":32,"38":512,"380":4,"381":23,"383":40,"389":3,"39":75,"391":25,"397":21,"40":45,"409":19,"41":84,"414":12,"415":83,"419":16,"42":30,"426":1,"43":51,"430":30,"431":1,"433":1,"44":12,"45":46,"46":161,"48":86,"49":64,"5":706,"51":24,"52":72,"53":50,"56":26,"570":8,"6":291,"63":15,"7":549,"79":63,"8":249,"80":71,"9":165,"all_client":104155,"all_tv_clinet":15524,"insert_time":"2014-08-23T06:31:11.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88526,"10":18,"107":525,"11":689,"12":135,"13":527,"14":140,"15":82,"155":13,"156":10,"158":61,"159":35,"16":94,"160":10,"161":234,"167":43,"168":11,"17":154,"18":692,"19":336,"20":157,"209":75,"21":546,"210":9,"211":3,"214":10,"215":78,"221":208,"223":679,"224":118,"225":497,"23":456,"24":2010,"25":377,"257":58,"26":138,"268":5,"27":86,"273":55,"276":25,"279":19,"28":1008,"281":5,"282":47,"291":18,"292":76,"30":22,"302":6,"306":2,"31":47,"314":5,"317":1,"32":18,"33":123,"34":52,"347":20,"35":23,"352":699,"36":141,"37":33,"38":517,"380":4,"381":24,"383":40,"389":3,"39":76,"391":25,"397":19,"40":47,"409":22,"41":84,"414":12,"415":86,"419":16,"42":29,"426":1,"43":50,"430":29,"431":1,"433":1,"44":12,"45":49,"46":170,"48":88,"49":65,"5":701,"51":26,"52":73,"53":50,"56":25,"570":8,"6":285,"63":16,"7":564,"79":63,"8":240,"80":71,"9":160,"all_client":104042,"all_tv_clinet":15516,"insert_time":"2014-08-23T06:32:12.505Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88458,"10":17,"107":524,"11":690,"12":137,"13":532,"14":138,"15":83,"155":14,"156":10,"158":61,"159":35,"16":93,"160":17,"161":227,"167":44,"168":11,"17":156,"18":694,"19":334,"20":158,"209":76,"21":542,"210":9,"211":3,"214":10,"215":78,"221":210,"223":680,"224":116,"225":496,"23":462,"24":1994,"25":383,"257":62,"26":121,"268":5,"27":94,"273":58,"276":23,"279":19,"28":1013,"281":4,"282":51,"291":17,"292":74,"30":22,"302":6,"306":2,"31":46,"314":4,"317":1,"32":21,"33":121,"34":52,"347":22,"35":24,"352":685,"36":137,"37":35,"38":517,"380":5,"381":24,"383":35,"389":4,"39":78,"391":27,"397":19,"40":43,"409":23,"41":81,"414":11,"415":86,"419":15,"42":31,"426":1,"43":48,"430":28,"433":1,"44":13,"45":52,"46":173,"48":91,"49":65,"5":698,"51":25,"52":77,"53":51,"56":22,"570":8,"6":259,"63":16,"7":578,"79":63,"8":238,"80":69,"9":153,"all_client":103939,"all_tv_clinet":15481,"insert_time":"2014-08-23T06:33:13.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88338,"10":19,"107":525,"11":707,"12":135,"13":554,"14":130,"15":82,"155":14,"156":10,"158":61,"159":32,"16":97,"160":18,"161":219,"167":43,"168":11,"17":158,"18":695,"19":334,"20":157,"209":73,"21":546,"210":9,"211":3,"214":9,"215":79,"221":213,"223":681,"224":118,"225":495,"23":464,"24":1986,"25":384,"257":62,"26":110,"268":6,"27":99,"273":63,"276":24,"279":18,"28":1025,"281":4,"282":53,"291":17,"292":77,"30":26,"302":6,"306":2,"31":44,"314":3,"317":2,"32":19,"33":121,"34":50,"347":23,"35":25,"352":690,"36":135,"37":34,"38":516,"380":6,"381":24,"383":35,"389":3,"39":78,"391":28,"397":18,"40":37,"409":21,"41":81,"414":13,"415":85,"419":13,"42":30,"426":1,"43":45,"430":24,"433":2,"44":13,"45":51,"46":180,"48":89,"49":67,"5":706,"51":25,"52":79,"53":51,"56":25,"570":8,"6":229,"63":16,"7":595,"79":63,"8":228,"80":67,"9":150,"all_client":103839,"all_tv_clinet":15501,"insert_time":"2014-08-23T06:34:13.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88353,"10":16,"107":524,"11":729,"12":132,"13":554,"14":127,"15":81,"155":15,"156":13,"158":59,"159":33,"16":98,"160":19,"161":202,"167":44,"168":11,"17":161,"18":698,"19":341,"20":157,"209":74,"21":541,"210":10,"211":2,"214":9,"215":75,"221":211,"223":675,"224":115,"225":481,"23":470,"24":1986,"25":379,"257":62,"26":105,"268":6,"27":96,"273":70,"276":24,"279":17,"28":1023,"281":4,"282":53,"291":16,"292":77,"30":24,"302":5,"306":2,"31":43,"314":4,"317":2,"32":21,"33":121,"34":45,"347":22,"35":26,"352":688,"36":133,"37":32,"38":503,"380":6,"381":28,"383":38,"389":3,"39":75,"391":27,"397":18,"40":38,"409":21,"41":75,"414":13,"415":81,"419":13,"42":33,"426":1,"43":44,"430":27,"433":2,"44":13,"45":52,"46":184,"48":92,"49":72,"5":721,"51":27,"52":76,"53":50,"56":24,"570":10,"6":203,"63":16,"7":594,"79":66,"8":216,"80":62,"9":148,"all_client":103788,"all_tv_clinet":15435,"insert_time":"2014-08-23T06:35:14.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88281,"10":15,"107":524,"11":745,"12":136,"13":570,"14":124,"15":89,"155":16,"156":13,"158":58,"159":34,"16":100,"160":18,"161":191,"167":41,"168":11,"17":168,"18":697,"19":341,"20":162,"209":72,"21":532,"210":12,"211":2,"214":11,"215":73,"221":214,"223":673,"224":110,"225":470,"23":465,"24":1977,"25":378,"257":64,"26":90,"268":6,"27":98,"273":71,"276":24,"279":17,"28":1024,"281":3,"282":52,"291":16,"292":76,"30":24,"302":3,"306":2,"31":43,"314":3,"317":2,"32":19,"33":123,"34":44,"347":20,"35":25,"352":696,"36":135,"37":31,"38":515,"380":6,"381":29,"383":34,"389":3,"39":70,"391":27,"397":19,"40":39,"409":19,"41":76,"414":13,"415":76,"419":12,"42":33,"426":1,"43":41,"430":27,"433":2,"44":16,"45":52,"46":186,"48":90,"49":77,"5":730,"51":27,"52":76,"53":51,"56":22,"570":10,"6":191,"63":17,"7":586,"79":67,"8":208,"80":60,"9":146,"all_client":103688,"all_tv_clinet":15407,"insert_time":"2014-08-23T06:36:15.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88190,"10":15,"107":519,"11":757,"12":134,"13":570,"14":122,"15":97,"155":16,"156":12,"158":56,"159":35,"16":97,"160":19,"161":190,"167":40,"168":11,"17":169,"18":701,"19":340,"20":164,"209":75,"21":536,"210":12,"211":3,"214":9,"215":70,"221":218,"223":652,"224":112,"225":464,"23":464,"24":1995,"25":371,"257":63,"26":84,"268":4,"27":98,"273":70,"276":23,"279":16,"28":1018,"281":3,"282":57,"291":16,"292":76,"30":23,"302":4,"306":2,"31":49,"314":4,"317":2,"32":18,"33":114,"34":44,"347":20,"35":25,"352":684,"36":138,"37":32,"38":515,"380":6,"381":31,"383":31,"389":2,"39":67,"391":28,"397":18,"40":35,"409":18,"41":64,"414":12,"415":79,"419":13,"42":37,"426":1,"43":39,"430":27,"433":2,"44":15,"45":58,"46":193,"48":90,"49":81,"5":743,"51":24,"52":78,"53":47,"56":16,"570":10,"6":179,"63":15,"7":592,"79":67,"8":207,"80":59,"9":143,"all_client":103564,"all_tv_clinet":15374,"insert_time":"2014-08-23T06:37:16.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88035,"10":16,"107":521,"11":773,"12":132,"13":557,"14":122,"15":108,"155":17,"156":14,"158":56,"159":34,"16":97,"160":15,"161":198,"167":39,"168":11,"17":178,"18":704,"19":342,"20":161,"209":78,"21":543,"210":10,"211":3,"214":10,"215":70,"221":219,"223":633,"224":113,"225":455,"23":462,"24":1989,"25":366,"257":66,"26":80,"268":5,"27":99,"273":71,"276":24,"279":17,"28":1034,"281":3,"282":57,"291":16,"292":81,"30":20,"302":4,"306":2,"31":52,"314":4,"317":2,"32":17,"33":105,"34":43,"347":20,"35":25,"352":682,"36":139,"37":33,"38":521,"380":6,"381":32,"383":30,"389":2,"39":63,"391":27,"397":17,"40":36,"409":18,"41":65,"414":14,"415":80,"419":13,"42":34,"426":1,"43":40,"430":26,"433":3,"44":15,"45":60,"46":195,"48":92,"49":78,"5":739,"51":27,"52":77,"53":43,"56":15,"570":10,"6":172,"63":15,"7":594,"79":68,"8":204,"80":52,"9":143,"all_client":103409,"all_tv_clinet":15374,"insert_time":"2014-08-23T06:38:17.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87928,"10":20,"107":527,"11":789,"12":126,"13":537,"14":121,"15":114,"155":16,"156":14,"158":56,"159":35,"16":94,"160":13,"161":201,"167":40,"168":10,"17":184,"18":710,"19":343,"20":163,"209":73,"21":533,"210":10,"211":3,"214":11,"215":68,"221":210,"223":624,"224":115,"225":438,"23":455,"24":1998,"25":366,"257":64,"26":76,"268":7,"27":97,"273":74,"276":20,"279":16,"28":1038,"281":4,"282":56,"291":15,"292":73,"30":22,"302":3,"306":3,"31":52,"314":4,"317":2,"32":18,"33":106,"34":42,"347":18,"35":27,"352":694,"36":136,"37":33,"38":527,"380":7,"381":34,"383":29,"389":2,"39":60,"391":29,"397":18,"40":33,"409":18,"41":65,"414":15,"415":82,"419":13,"42":33,"426":1,"43":45,"430":27,"433":4,"434":1,"44":12,"45":59,"46":198,"48":93,"49":75,"5":746,"51":32,"52":80,"53":43,"56":14,"570":10,"6":164,"63":15,"7":588,"79":68,"8":206,"80":50,"9":146,"all_client":103287,"all_tv_clinet":15359,"insert_time":"2014-08-23T06:39:18.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87916,"10":19,"107":534,"11":790,"12":120,"13":488,"14":133,"15":117,"155":16,"156":15,"158":54,"159":35,"16":93,"160":13,"161":198,"167":42,"168":10,"17":184,"18":698,"19":350,"20":170,"209":74,"21":524,"210":10,"211":3,"214":11,"215":72,"221":212,"223":600,"224":112,"225":431,"23":465,"24":2015,"25":366,"257":64,"26":72,"268":7,"27":94,"273":76,"276":20,"279":16,"28":1034,"281":4,"282":55,"291":15,"292":66,"30":25,"302":3,"306":3,"31":52,"314":3,"317":2,"32":17,"33":101,"34":39,"347":18,"35":27,"352":683,"36":139,"37":37,"38":524,"380":6,"381":32,"383":29,"389":2,"39":60,"391":29,"396":1,"397":18,"40":34,"409":20,"41":66,"414":13,"415":81,"419":12,"42":31,"426":1,"43":42,"430":28,"433":4,"434":1,"44":12,"45":60,"46":204,"48":97,"49":72,"5":742,"51":33,"52":82,"53":42,"56":12,"570":14,"6":175,"63":16,"7":597,"79":71,"8":202,"80":45,"9":147,"all_client":103219,"all_tv_clinet":15303,"insert_time":"2014-08-23T06:40:19.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87846,"10":17,"107":517,"11":783,"12":120,"13":464,"14":137,"15":127,"155":16,"156":15,"158":50,"159":40,"16":93,"160":12,"161":198,"167":41,"168":6,"17":190,"18":691,"19":350,"20":166,"209":74,"21":519,"210":8,"211":5,"214":12,"215":74,"221":210,"223":594,"224":118,"225":433,"23":471,"24":2013,"25":381,"257":66,"26":67,"268":7,"27":90,"273":79,"276":20,"279":16,"28":1010,"281":4,"282":56,"291":15,"292":60,"30":23,"302":3,"306":3,"31":56,"314":2,"317":2,"32":13,"33":100,"34":40,"347":24,"35":27,"352":688,"36":138,"37":39,"38":529,"380":6,"381":30,"383":30,"389":2,"39":57,"391":29,"396":1,"397":18,"40":35,"409":21,"41":66,"414":15,"415":84,"419":10,"42":34,"43":40,"430":27,"433":4,"434":1,"44":15,"45":61,"46":208,"48":96,"49":76,"5":733,"51":33,"52":84,"53":41,"56":11,"570":14,"6":180,"63":17,"7":581,"79":70,"8":197,"80":44,"9":162,"all_client":103101,"all_tv_clinet":15255,"insert_time":"2014-08-23T06:41:19.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87828,"10":18,"107":514,"11":736,"12":121,"13":448,"14":145,"15":131,"155":17,"156":15,"158":45,"159":43,"16":93,"160":13,"161":196,"167":41,"168":5,"17":191,"18":677,"19":348,"20":165,"209":79,"21":519,"210":8,"211":5,"214":14,"215":74,"221":212,"223":603,"224":120,"225":426,"23":483,"24":2028,"25":382,"257":65,"26":60,"268":7,"27":80,"273":81,"276":19,"279":17,"28":985,"281":4,"282":53,"291":14,"292":61,"30":22,"302":3,"306":3,"31":59,"314":2,"317":1,"32":14,"33":98,"34":38,"347":26,"35":30,"352":702,"36":141,"37":39,"38":516,"380":7,"381":31,"383":28,"389":2,"39":53,"391":27,"396":2,"397":18,"40":34,"409":20,"41":68,"414":16,"415":84,"419":10,"42":38,"43":37,"430":25,"433":4,"434":1,"44":16,"45":60,"46":203,"48":103,"49":78,"5":736,"51":32,"52":84,"53":39,"56":11,"570":15,"6":192,"63":17,"7":572,"79":67,"8":201,"80":38,"9":162,"all_client":103014,"all_tv_clinet":15186,"insert_time":"2014-08-23T06:42:20.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87764,"10":16,"107":513,"11":675,"12":114,"13":435,"14":163,"15":133,"155":18,"156":17,"158":39,"159":46,"16":93,"160":13,"161":195,"167":43,"168":6,"17":194,"18":679,"19":342,"20":169,"209":83,"21":509,"210":7,"211":5,"214":13,"215":79,"221":222,"223":615,"224":114,"225":422,"23":480,"24":2018,"25":395,"257":62,"26":60,"268":6,"27":68,"273":78,"276":17,"279":17,"28":968,"281":4,"282":50,"291":14,"292":59,"30":21,"302":3,"306":3,"31":65,"314":2,"317":1,"32":15,"33":95,"34":39,"347":23,"35":35,"352":708,"36":138,"37":41,"38":526,"380":7,"381":31,"383":26,"389":1,"39":50,"391":28,"396":2,"397":19,"40":34,"409":19,"41":72,"414":18,"415":81,"419":10,"42":40,"43":37,"430":25,"433":5,"434":1,"44":18,"45":63,"46":199,"48":105,"49":81,"5":757,"51":32,"52":87,"53":39,"56":11,"570":13,"6":208,"63":16,"7":556,"79":64,"8":204,"80":36,"9":163,"all_client":102905,"all_tv_clinet":15141,"insert_time":"2014-08-23T06:43:21.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87591,"10":19,"107":515,"11":609,"12":107,"13":424,"14":173,"15":144,"155":19,"156":13,"158":33,"159":49,"16":96,"160":13,"161":190,"167":42,"168":6,"17":192,"18":683,"19":346,"20":170,"209":87,"21":507,"210":6,"211":6,"214":12,"215":80,"221":229,"223":602,"224":102,"225":417,"23":483,"24":2024,"25":396,"257":60,"26":61,"268":6,"27":61,"273":75,"276":19,"279":14,"28":966,"281":4,"282":51,"291":16,"292":60,"30":18,"302":3,"306":4,"31":69,"314":3,"317":1,"32":18,"33":86,"34":38,"347":20,"35":45,"352":711,"36":137,"37":36,"38":530,"380":7,"381":29,"383":23,"389":1,"39":51,"391":28,"396":2,"397":20,"40":38,"409":20,"41":78,"414":19,"415":74,"419":13,"42":41,"43":39,"430":23,"433":5,"434":1,"44":17,"45":70,"46":200,"48":106,"49":82,"5":758,"51":33,"52":86,"53":41,"56":12,"570":13,"6":216,"63":16,"7":569,"79":60,"8":208,"80":38,"9":172,"all_client":102706,"all_tv_clinet":15115,"insert_time":"2014-08-23T06:44:22.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87591,"10":20,"107":518,"11":574,"12":104,"13":407,"14":180,"15":152,"155":16,"156":13,"158":31,"159":53,"16":98,"160":10,"161":199,"167":42,"168":6,"17":194,"18":687,"19":341,"20":163,"209":93,"21":498,"210":5,"211":6,"214":11,"215":75,"221":240,"223":600,"224":87,"225":416,"23":484,"24":2014,"25":408,"257":57,"26":58,"268":6,"27":57,"273":70,"276":18,"279":14,"28":965,"281":4,"282":47,"291":17,"292":63,"30":19,"302":3,"306":4,"31":71,"314":4,"317":1,"32":21,"33":85,"34":36,"347":20,"35":45,"352":702,"36":138,"37":36,"38":537,"380":7,"381":30,"383":24,"389":1,"39":54,"391":27,"396":2,"397":22,"40":41,"409":20,"41":79,"414":20,"415":73,"419":15,"42":40,"43":36,"430":22,"433":4,"434":1,"44":17,"45":76,"46":205,"48":105,"49":85,"5":763,"51":34,"52":86,"53":40,"56":12,"570":11,"6":228,"63":15,"7":564,"79":59,"8":218,"80":37,"9":178,"all_client":102685,"all_tv_clinet":15094,"insert_time":"2014-08-23T06:45:23.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87595,"10":22,"107":515,"11":554,"12":106,"13":395,"14":179,"15":154,"155":18,"156":14,"158":31,"159":52,"16":98,"160":11,"161":211,"167":39,"168":5,"17":191,"18":680,"19":344,"20":162,"209":93,"21":501,"210":5,"211":6,"214":11,"215":76,"221":248,"223":581,"224":81,"225":407,"23":495,"24":1974,"25":412,"257":55,"26":58,"268":5,"27":54,"273":64,"276":15,"279":12,"28":980,"281":4,"282":44,"291":18,"292":69,"30":20,"302":3,"306":4,"31":68,"314":4,"317":2,"32":23,"33":86,"34":34,"347":19,"35":44,"352":705,"36":137,"37":41,"38":533,"380":6,"381":30,"383":27,"389":1,"39":56,"391":25,"396":2,"397":21,"40":44,"409":21,"41":80,"414":20,"415":74,"419":15,"42":38,"43":38,"430":25,"433":4,"434":1,"44":19,"45":78,"46":207,"48":108,"49":88,"5":773,"51":35,"52":91,"53":42,"56":10,"570":11,"6":230,"63":16,"7":561,"79":58,"8":226,"80":33,"9":178,"all_client":102659,"all_tv_clinet":15064,"insert_time":"2014-08-23T06:46:24.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87563,"10":21,"107":501,"11":531,"12":104,"13":394,"14":176,"15":163,"155":19,"156":16,"158":31,"159":53,"16":94,"160":12,"161":209,"167":38,"168":5,"17":182,"18":678,"19":351,"20":167,"209":91,"21":490,"210":5,"211":6,"214":11,"215":78,"221":252,"223":582,"224":85,"225":405,"23":493,"24":1939,"25":417,"257":54,"26":59,"268":5,"27":51,"273":68,"276":14,"279":14,"28":994,"281":3,"282":38,"291":17,"292":69,"30":19,"302":4,"306":4,"31":70,"314":4,"317":2,"32":25,"33":91,"34":31,"347":21,"35":46,"352":710,"36":137,"37":45,"38":537,"380":6,"381":29,"383":26,"389":1,"39":57,"391":22,"396":2,"397":22,"40":47,"409":20,"41":82,"414":22,"415":69,"419":13,"42":33,"43":37,"430":26,"433":4,"434":1,"44":18,"45":78,"46":204,"48":108,"49":90,"5":776,"51":35,"52":90,"53":43,"56":9,"570":11,"6":237,"63":15,"7":571,"79":59,"8":235,"80":32,"9":186,"all_client":102610,"all_tv_clinet":15047,"insert_time":"2014-08-23T06:47:24.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87532,"10":21,"107":510,"11":506,"12":105,"13":406,"14":158,"15":178,"155":19,"156":17,"158":30,"159":53,"16":94,"160":11,"161":209,"167":37,"168":4,"17":171,"18":682,"19":370,"20":169,"209":85,"21":479,"210":4,"211":7,"214":11,"215":78,"221":246,"223":587,"224":82,"225":404,"23":498,"24":1936,"25":416,"257":52,"26":60,"268":5,"27":52,"273":74,"276":15,"279":15,"28":1000,"281":4,"282":37,"291":17,"292":70,"30":19,"302":4,"306":4,"31":74,"314":4,"317":2,"32":28,"33":95,"34":32,"347":23,"35":51,"352":701,"36":135,"37":47,"38":529,"380":6,"381":30,"383":25,"389":1,"39":57,"391":23,"396":2,"397":22,"40":54,"409":22,"41":85,"414":24,"415":71,"419":13,"42":30,"43":37,"430":24,"433":4,"434":1,"44":20,"45":79,"46":192,"48":102,"49":86,"5":779,"51":35,"52":91,"53":43,"56":8,"570":11,"6":246,"63":14,"7":571,"79":60,"8":244,"80":32,"9":181,"all_client":102589,"all_tv_clinet":15057,"insert_time":"2014-08-23T06:48:25.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87456,"10":23,"107":522,"11":505,"12":102,"13":402,"14":142,"15":183,"155":19,"156":18,"158":29,"159":52,"16":93,"160":11,"161":199,"167":36,"168":3,"17":162,"18":677,"19":372,"20":167,"209":88,"21":460,"210":4,"211":7,"214":12,"215":78,"221":244,"223":588,"224":79,"225":406,"23":510,"24":1923,"25":426,"257":53,"26":60,"268":5,"27":55,"273":81,"276":15,"279":15,"28":998,"281":3,"282":34,"291":18,"292":74,"30":20,"302":4,"306":4,"31":75,"314":4,"317":2,"32":33,"33":94,"34":31,"347":23,"35":57,"352":704,"36":142,"37":46,"38":527,"380":6,"381":30,"383":22,"389":1,"39":59,"391":23,"396":4,"397":23,"40":54,"409":21,"41":89,"414":26,"415":74,"419":14,"42":29,"43":38,"430":22,"433":3,"434":1,"44":21,"45":72,"46":186,"48":102,"49":84,"5":792,"51":34,"52":93,"53":48,"56":9,"570":13,"6":251,"63":14,"7":580,"79":55,"8":252,"80":33,"9":183,"all_client":102536,"all_tv_clinet":15080,"insert_time":"2014-08-23T06:49:26.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87406,"10":24,"107":532,"11":492,"12":106,"13":409,"14":136,"15":189,"155":23,"156":18,"158":28,"159":51,"16":95,"160":11,"161":189,"167":35,"168":3,"17":158,"18":663,"19":364,"20":161,"209":88,"21":463,"210":4,"211":8,"214":12,"215":82,"221":252,"223":591,"224":80,"225":402,"23":510,"24":1933,"25":428,"257":48,"26":56,"268":4,"27":55,"273":83,"276":15,"279":13,"28":989,"281":3,"282":28,"291":19,"292":75,"30":24,"302":5,"306":3,"31":76,"314":4,"317":2,"32":33,"33":100,"34":31,"347":25,"35":62,"352":700,"36":145,"37":47,"38":518,"380":5,"381":30,"383":26,"39":63,"391":23,"396":5,"397":23,"40":51,"409":18,"41":87,"414":26,"415":78,"419":15,"42":31,"43":39,"430":20,"433":3,"434":1,"44":20,"45":64,"46":179,"48":104,"49":88,"5":788,"51":31,"52":98,"53":45,"56":8,"570":13,"6":260,"63":14,"7":576,"79":58,"8":262,"80":33,"9":184,"all_client":102478,"all_tv_clinet":15072,"insert_time":"2014-08-23T06:50:26.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87298,"10":25,"107":517,"11":457,"12":109,"13":405,"14":139,"15":194,"155":25,"156":19,"158":30,"159":50,"16":96,"160":11,"161":195,"167":35,"168":3,"17":154,"18":641,"19":363,"20":158,"209":88,"21":453,"210":4,"211":8,"214":8,"215":81,"221":256,"223":597,"224":80,"225":399,"23":520,"24":1933,"25":437,"257":51,"26":55,"268":4,"27":56,"273":83,"276":17,"279":13,"28":983,"281":3,"282":26,"291":19,"292":79,"30":27,"302":5,"306":2,"31":78,"314":3,"317":2,"32":33,"33":101,"34":35,"347":26,"35":65,"352":712,"36":138,"37":49,"38":517,"380":4,"381":28,"383":28,"39":66,"391":24,"396":5,"397":23,"40":52,"409":15,"41":93,"414":25,"415":76,"419":16,"42":29,"43":45,"430":19,"433":3,"44":19,"45":55,"46":165,"48":107,"49":90,"5":799,"51":34,"52":103,"53":46,"56":8,"570":13,"6":256,"63":15,"7":581,"79":57,"8":265,"80":30,"9":185,"all_client":102349,"all_tv_clinet":15051,"insert_time":"2014-08-23T06:51:27.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87227,"10":25,"107":518,"11":433,"12":109,"13":402,"14":140,"15":191,"155":25,"156":19,"158":30,"159":50,"16":93,"160":10,"161":196,"167":35,"168":4,"17":148,"18":634,"19":358,"20":152,"209":93,"21":438,"210":4,"211":8,"214":8,"215":83,"221":248,"223":609,"224":77,"225":392,"23":521,"24":1939,"25":448,"257":47,"26":56,"268":4,"27":57,"273":85,"276":17,"279":14,"28":992,"281":3,"282":24,"291":19,"292":82,"30":30,"302":5,"306":2,"31":78,"314":4,"317":2,"32":30,"33":103,"34":37,"347":26,"35":62,"352":712,"36":141,"37":50,"38":501,"380":5,"381":29,"383":30,"39":67,"391":25,"396":4,"397":23,"40":46,"409":13,"41":90,"414":24,"415":76,"419":18,"42":30,"43":47,"430":19,"433":3,"44":18,"45":51,"46":159,"48":105,"49":90,"5":796,"51":35,"52":104,"53":45,"56":9,"570":11,"6":255,"63":16,"7":587,"79":57,"8":274,"80":30,"9":182,"all_client":102223,"all_tv_clinet":14996,"insert_time":"2014-08-23T06:52:28.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87188,"10":25,"107":501,"11":421,"12":111,"13":403,"14":139,"15":187,"155":26,"156":18,"158":30,"159":52,"16":92,"160":10,"161":199,"167":33,"168":5,"17":144,"18":629,"19":357,"20":155,"209":84,"21":442,"210":4,"211":8,"214":8,"215":82,"221":249,"223":615,"224":77,"225":394,"23":534,"24":1959,"25":418,"257":49,"26":53,"268":4,"27":60,"273":92,"276":18,"279":13,"28":1001,"281":3,"282":21,"291":18,"292":78,"30":31,"302":5,"306":2,"31":73,"314":5,"317":2,"32":29,"33":111,"34":37,"347":26,"35":60,"352":719,"36":132,"37":55,"38":504,"380":4,"381":29,"383":27,"389":2,"39":65,"391":25,"396":4,"397":23,"40":50,"409":14,"41":91,"414":24,"415":78,"419":18,"42":26,"43":45,"430":20,"433":3,"44":16,"45":46,"46":154,"48":106,"49":89,"5":805,"51":31,"52":110,"53":44,"56":8,"570":11,"6":258,"63":15,"7":585,"79":55,"8":279,"80":29,"9":182,"all_client":102171,"all_tv_clinet":14983,"insert_time":"2014-08-23T06:53:29.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87172,"10":25,"107":514,"11":392,"12":111,"13":405,"14":139,"15":188,"155":26,"156":18,"158":29,"159":49,"16":90,"160":10,"161":197,"167":32,"168":5,"17":146,"18":624,"19":372,"20":158,"209":78,"21":439,"210":6,"211":8,"214":7,"215":85,"221":249,"223":611,"224":74,"225":399,"23":541,"24":1938,"25":398,"257":49,"26":52,"268":3,"27":67,"273":97,"276":18,"279":14,"28":1018,"281":2,"282":20,"291":20,"292":76,"30":33,"302":5,"306":2,"31":73,"314":6,"317":2,"32":29,"33":109,"34":36,"347":27,"35":59,"352":702,"36":128,"37":61,"38":508,"380":4,"381":25,"383":23,"389":2,"39":63,"391":24,"396":5,"397":24,"40":49,"409":17,"41":89,"414":24,"415":74,"419":16,"42":26,"43":51,"430":21,"433":3,"44":17,"45":43,"46":149,"48":108,"49":96,"5":812,"51":35,"52":110,"53":47,"56":7,"570":11,"6":258,"63":15,"7":584,"79":53,"8":276,"80":30,"9":184,"all_client":102126,"all_tv_clinet":14954,"insert_time":"2014-08-23T06:54:29.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87083,"10":25,"107":521,"11":389,"12":118,"13":407,"14":127,"15":193,"155":28,"156":18,"158":27,"159":50,"16":88,"160":10,"161":192,"167":31,"168":5,"17":144,"18":626,"19":376,"20":158,"209":75,"21":444,"210":6,"211":8,"214":7,"215":88,"221":251,"223":613,"224":69,"225":398,"23":548,"24":1911,"25":354,"257":53,"26":52,"268":3,"27":72,"273":101,"276":19,"279":12,"28":1020,"281":2,"282":17,"291":22,"292":68,"30":34,"302":4,"306":2,"31":78,"314":6,"317":2,"32":30,"33":108,"34":35,"347":30,"35":62,"352":716,"36":132,"37":60,"38":507,"380":4,"381":26,"383":27,"389":2,"39":62,"391":24,"396":5,"397":26,"40":54,"409":16,"41":89,"414":22,"415":75,"419":17,"42":26,"43":50,"430":19,"433":3,"44":18,"45":41,"46":144,"48":111,"49":98,"5":809,"51":34,"52":110,"53":52,"56":7,"570":11,"6":261,"63":13,"7":582,"79":53,"8":288,"80":32,"9":185,"all_client":102031,"all_tv_clinet":14948,"insert_time":"2014-08-23T06:55:30.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87107,"10":25,"107":548,"11":387,"12":116,"13":416,"14":120,"15":195,"155":28,"156":17,"158":26,"159":52,"16":88,"160":11,"161":192,"167":31,"168":5,"17":140,"18":626,"19":375,"20":159,"209":77,"21":447,"210":6,"211":7,"214":7,"215":85,"221":256,"223":598,"224":67,"225":404,"23":556,"24":1873,"25":339,"257":58,"26":49,"268":3,"27":75,"273":100,"276":20,"279":12,"28":1022,"281":1,"282":14,"291":22,"292":66,"30":34,"302":4,"306":2,"31":78,"314":5,"317":3,"32":28,"33":105,"34":37,"347":28,"35":59,"352":712,"36":131,"37":58,"38":493,"380":4,"381":25,"383":28,"389":2,"39":64,"391":26,"396":6,"397":27,"40":55,"409":18,"41":87,"414":22,"415":73,"419":17,"42":28,"43":52,"430":21,"433":3,"44":18,"45":43,"46":140,"48":111,"49":103,"5":800,"51":35,"52":110,"53":53,"56":6,"570":11,"6":267,"63":14,"7":580,"79":50,"8":291,"80":35,"9":188,"all_client":102018,"all_tv_clinet":14911,"insert_time":"2014-08-23T06:56:31.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87022,"10":25,"107":557,"11":397,"12":113,"13":427,"14":112,"15":198,"155":29,"156":15,"158":26,"159":51,"16":92,"160":14,"161":194,"167":33,"168":6,"17":139,"18":611,"19":375,"20":151,"209":76,"21":465,"210":4,"211":7,"214":8,"215":85,"221":259,"223":579,"224":65,"225":420,"23":553,"24":1839,"25":330,"257":58,"26":52,"268":4,"27":79,"273":100,"276":20,"279":14,"28":1028,"281":1,"282":13,"291":21,"292":69,"30":34,"302":4,"306":2,"31":79,"314":4,"317":3,"32":25,"33":105,"34":42,"347":26,"35":64,"352":706,"36":133,"37":50,"38":479,"380":3,"381":26,"383":28,"389":3,"39":64,"391":26,"396":6,"397":27,"40":54,"409":20,"41":89,"414":22,"415":76,"419":17,"42":29,"43":57,"430":21,"433":3,"44":21,"45":43,"46":135,"48":117,"49":105,"5":800,"51":33,"52":116,"53":51,"56":5,"570":11,"6":273,"63":14,"7":588,"79":47,"8":291,"80":38,"9":188,"all_client":101939,"all_tv_clinet":14917,"insert_time":"2014-08-23T06:57:31.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86979,"10":27,"107":551,"11":406,"12":115,"13":421,"14":107,"15":194,"155":28,"156":14,"158":29,"159":50,"16":92,"160":14,"161":196,"167":34,"168":6,"17":131,"18":596,"19":369,"20":151,"209":72,"21":463,"210":3,"211":7,"214":8,"215":79,"221":266,"223":574,"224":63,"225":436,"23":555,"24":1803,"25":313,"257":57,"26":49,"268":4,"27":82,"273":97,"276":20,"279":14,"28":1032,"281":1,"282":15,"291":20,"292":79,"30":34,"302":2,"306":2,"31":83,"314":5,"317":2,"32":23,"33":115,"34":42,"347":26,"35":72,"352":701,"36":136,"37":50,"38":476,"380":2,"381":25,"383":26,"389":3,"39":65,"391":25,"396":4,"397":26,"40":51,"409":23,"41":87,"414":22,"415":73,"419":17,"42":29,"43":54,"430":21,"433":3,"44":26,"45":48,"46":136,"48":124,"49":101,"5":807,"51":35,"52":118,"53":48,"56":5,"570":11,"6":274,"63":15,"7":594,"79":47,"8":295,"80":38,"9":191,"all_client":101860,"all_tv_clinet":14881,"insert_time":"2014-08-23T06:58:32.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86913,"10":27,"107":543,"11":423,"12":111,"13":424,"14":99,"15":193,"155":28,"156":15,"158":30,"159":49,"16":88,"160":14,"161":201,"167":34,"168":6,"17":140,"18":580,"19":351,"20":144,"209":68,"21":468,"210":5,"211":8,"214":8,"215":76,"221":265,"223":566,"224":63,"225":454,"23":561,"24":1783,"25":316,"257":55,"26":52,"268":4,"27":83,"273":91,"276":21,"279":14,"28":1035,"281":1,"282":15,"291":20,"292":80,"30":38,"302":2,"306":2,"31":80,"314":5,"317":2,"32":25,"33":115,"34":39,"347":24,"35":77,"352":706,"36":138,"37":54,"38":475,"380":2,"381":25,"383":24,"389":4,"39":71,"391":26,"396":3,"397":25,"40":50,"409":23,"41":88,"414":22,"415":78,"419":16,"42":32,"43":54,"430":21,"433":3,"44":27,"45":49,"46":140,"48":129,"49":92,"5":813,"51":38,"52":117,"53":54,"56":5,"570":11,"6":279,"63":15,"7":607,"79":46,"8":299,"80":38,"9":192,"all_client":101825,"all_tv_clinet":14912,"insert_time":"2014-08-23T06:59:33.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86906,"10":24,"107":539,"11":435,"12":113,"13":428,"14":97,"15":191,"155":30,"156":16,"158":34,"159":48,"16":86,"160":14,"161":199,"167":35,"168":7,"17":141,"18":560,"19":330,"20":144,"209":65,"21":477,"210":6,"211":8,"214":8,"215":74,"221":261,"223":555,"224":64,"225":449,"23":560,"24":1794,"25":312,"257":58,"26":51,"268":4,"27":85,"273":80,"276":23,"279":13,"28":1026,"281":1,"282":14,"291":20,"292":83,"30":38,"302":2,"306":2,"31":83,"314":5,"317":2,"32":24,"33":121,"34":37,"347":23,"35":82,"352":694,"36":141,"37":54,"38":489,"380":2,"381":23,"383":28,"389":4,"39":65,"391":27,"396":2,"397":25,"40":46,"409":19,"41":86,"414":22,"415":84,"419":17,"42":34,"43":54,"430":21,"433":3,"44":26,"45":49,"46":139,"48":127,"49":79,"5":834,"51":40,"52":117,"53":53,"56":5,"570":12,"6":282,"63":15,"7":611,"79":42,"8":304,"80":37,"9":192,"all_client":101791,"all_tv_clinet":14885,"insert_time":"2014-08-23T07:00:34.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86955,"10":24,"107":540,"11":447,"12":110,"13":431,"14":94,"15":176,"155":29,"156":13,"158":35,"159":47,"16":83,"160":15,"161":196,"167":34,"168":7,"17":144,"18":540,"19":303,"20":140,"209":63,"21":480,"210":6,"211":9,"214":8,"215":73,"221":268,"223":565,"224":63,"225":447,"23":557,"24":1790,"25":316,"257":56,"26":52,"268":5,"27":79,"273":79,"276":22,"279":14,"28":1002,"281":1,"282":11,"291":20,"292":82,"30":37,"302":2,"306":2,"31":89,"314":4,"317":2,"32":21,"33":124,"34":42,"347":23,"35":83,"352":699,"36":144,"37":51,"38":493,"380":2,"381":24,"383":28,"389":4,"39":68,"391":27,"396":2,"397":24,"40":46,"409":18,"41":91,"414":23,"415":81,"419":19,"42":37,"43":55,"430":19,"433":3,"44":31,"45":49,"46":138,"48":131,"49":67,"5":836,"51":43,"52":118,"53":53,"56":6,"570":11,"6":281,"63":15,"7":610,"79":41,"8":311,"80":36,"9":191,"all_client":101786,"all_tv_clinet":14831,"insert_time":"2014-08-23T07:01:35.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86871,"10":21,"107":548,"11":448,"12":114,"13":433,"14":95,"15":169,"155":29,"156":11,"158":37,"159":46,"16":82,"160":14,"161":190,"167":33,"168":7,"17":149,"18":528,"19":294,"20":139,"209":56,"21":476,"210":7,"211":9,"214":8,"215":69,"221":268,"223":581,"224":59,"225":456,"23":555,"24":1798,"25":322,"257":57,"26":52,"268":6,"27":72,"273":76,"276":20,"279":14,"28":973,"281":1,"282":9,"291":19,"292":87,"30":39,"302":3,"306":2,"31":89,"314":4,"317":2,"32":24,"33":130,"34":46,"347":22,"35":81,"352":690,"36":160,"37":50,"38":503,"380":4,"381":25,"383":29,"389":3,"39":66,"391":27,"396":1,"397":24,"40":46,"409":18,"41":93,"414":23,"415":86,"419":19,"42":35,"43":58,"430":21,"433":3,"44":33,"45":57,"46":134,"48":132,"49":62,"5":842,"51":46,"52":118,"53":52,"56":8,"570":11,"6":275,"63":16,"7":617,"79":40,"8":311,"80":37,"9":193,"all_client":101718,"all_tv_clinet":14847,"insert_time":"2014-08-23T07:02:35.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86809,"10":21,"107":558,"11":439,"12":120,"13":437,"14":97,"15":168,"155":29,"156":11,"158":39,"159":42,"16":83,"160":12,"161":193,"167":31,"168":5,"17":157,"18":528,"19":291,"20":139,"209":55,"21":485,"210":8,"211":9,"214":8,"215":67,"221":274,"223":571,"224":56,"225":456,"23":546,"24":1798,"25":326,"257":52,"26":48,"268":6,"27":60,"273":74,"276":21,"279":13,"28":950,"281":1,"282":9,"291":19,"292":87,"30":41,"302":4,"306":3,"31":90,"314":4,"317":2,"32":22,"33":135,"34":51,"347":19,"35":82,"352":690,"36":158,"37":53,"38":501,"380":4,"381":28,"383":32,"389":3,"39":67,"391":27,"396":1,"397":25,"40":46,"409":23,"41":95,"414":21,"415":85,"419":19,"42":34,"43":58,"430":25,"433":2,"44":39,"45":60,"46":142,"48":119,"49":59,"5":847,"51":49,"52":115,"53":51,"56":9,"570":10,"6":277,"63":16,"7":621,"79":43,"8":318,"80":36,"9":198,"all_client":101667,"all_tv_clinet":14858,"insert_time":"2014-08-23T07:03:36.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86759,"10":23,"107":568,"11":428,"12":123,"13":453,"14":96,"15":170,"155":29,"156":11,"158":38,"159":39,"16":81,"160":13,"161":197,"167":30,"168":5,"17":157,"18":520,"19":282,"20":131,"209":53,"21":492,"210":10,"211":8,"214":8,"215":65,"221":270,"223":574,"224":58,"225":458,"23":550,"24":1792,"25":334,"257":50,"26":43,"268":5,"27":58,"273":72,"276":23,"279":14,"28":951,"281":1,"282":10,"291":20,"292":90,"30":41,"302":5,"306":3,"31":86,"314":4,"317":1,"32":21,"33":134,"34":55,"347":14,"35":82,"352":696,"36":150,"37":54,"38":496,"380":4,"381":27,"383":26,"389":3,"39":71,"391":25,"397":24,"40":50,"409":23,"41":93,"414":17,"415":87,"419":18,"42":32,"43":62,"430":25,"433":2,"434":1,"44":40,"45":59,"46":142,"48":108,"49":54,"5":848,"51":53,"52":114,"53":46,"56":10,"570":9,"6":286,"63":16,"7":638,"79":42,"8":319,"80":37,"9":197,"all_client":101612,"all_tv_clinet":14853,"insert_time":"2014-08-23T07:04:37.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86770,"10":22,"107":564,"11":427,"12":119,"13":455,"14":101,"15":172,"155":29,"156":10,"158":38,"159":38,"16":79,"160":14,"161":196,"167":29,"168":5,"17":169,"18":536,"19":273,"20":128,"209":51,"21":489,"210":10,"211":7,"214":7,"215":61,"221":270,"223":568,"224":56,"225":467,"23":550,"24":1752,"25":355,"257":48,"26":40,"268":5,"27":55,"273":75,"276":23,"279":15,"28":947,"281":1,"282":9,"291":19,"292":86,"30":43,"302":3,"306":3,"31":86,"314":4,"317":1,"32":22,"33":130,"34":61,"347":13,"35":75,"352":699,"36":147,"37":53,"38":503,"380":5,"381":25,"383":28,"389":4,"39":74,"391":26,"396":1,"397":26,"40":49,"409":24,"41":93,"414":17,"415":86,"419":18,"42":36,"43":63,"430":27,"433":2,"434":1,"44":40,"45":61,"46":145,"48":91,"49":52,"5":851,"51":54,"52":113,"53":48,"56":11,"570":9,"6":295,"63":16,"7":637,"79":42,"8":325,"80":38,"9":192,"all_client":101608,"all_tv_clinet":14838,"insert_time":"2014-08-23T07:05:38.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86736,"10":21,"107":554,"11":421,"12":121,"13":462,"14":102,"15":172,"155":29,"156":10,"158":38,"159":39,"16":77,"160":15,"161":199,"167":26,"168":5,"17":178,"18":543,"19":259,"20":125,"209":46,"21":488,"210":11,"211":7,"214":7,"215":57,"221":262,"223":573,"224":56,"225":467,"23":557,"24":1725,"25":380,"257":48,"26":42,"268":5,"27":53,"273":79,"276":23,"279":15,"28":953,"281":1,"282":8,"291":18,"292":87,"30":46,"302":3,"306":3,"31":75,"314":3,"317":1,"32":23,"33":122,"34":65,"347":12,"35":73,"352":695,"36":143,"37":56,"38":514,"380":5,"381":25,"383":26,"389":4,"39":78,"391":25,"396":1,"397":26,"40":48,"409":25,"41":96,"414":18,"415":82,"419":20,"42":35,"43":65,"430":26,"433":2,"434":1,"44":45,"45":62,"46":145,"48":84,"49":49,"5":849,"51":59,"52":114,"53":48,"56":11,"570":9,"6":301,"63":16,"7":625,"79":42,"8":322,"80":37,"9":193,"all_client":101553,"all_tv_clinet":14817,"insert_time":"2014-08-23T07:06:39.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86714,"10":18,"107":537,"11":436,"12":123,"13":462,"14":104,"15":162,"155":28,"156":13,"158":37,"159":43,"16":79,"160":16,"161":191,"167":26,"168":5,"17":180,"18":562,"19":252,"20":128,"209":47,"21":485,"210":10,"211":7,"214":7,"215":64,"221":255,"223":570,"224":55,"225":469,"23":554,"24":1723,"25":384,"257":46,"26":40,"268":6,"27":49,"273":84,"276":24,"279":14,"28":958,"281":1,"282":10,"291":16,"292":76,"30":50,"302":3,"306":3,"31":72,"314":3,"317":1,"32":21,"33":115,"34":66,"347":11,"35":72,"352":692,"36":144,"37":56,"38":521,"380":4,"381":24,"383":25,"389":4,"39":81,"391":25,"396":1,"397":26,"40":46,"409":27,"41":101,"414":18,"415":84,"419":20,"42":37,"43":67,"430":26,"433":2,"44":46,"45":61,"46":154,"48":79,"49":47,"5":849,"51":58,"52":113,"53":51,"56":12,"570":10,"6":300,"63":16,"7":606,"79":43,"8":326,"80":36,"9":198,"all_client":101523,"all_tv_clinet":14809,"insert_time":"2014-08-23T07:07:40.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86619,"10":18,"107":547,"11":458,"12":130,"13":463,"14":105,"15":145,"155":22,"156":16,"158":35,"159":43,"16":83,"160":18,"161":198,"167":25,"168":5,"17":184,"18":558,"19":244,"20":129,"209":45,"21":484,"210":12,"211":6,"214":9,"215":71,"221":254,"223":569,"224":52,"225":473,"23":546,"24":1704,"25":399,"257":48,"26":43,"268":6,"27":51,"273":82,"276":24,"279":14,"28":960,"281":2,"282":9,"291":16,"292":70,"30":52,"302":2,"306":3,"31":62,"314":3,"317":1,"32":19,"33":113,"34":71,"347":11,"35":69,"352":689,"36":143,"37":52,"38":521,"380":4,"381":24,"383":25,"389":5,"39":83,"391":24,"397":25,"40":47,"409":28,"41":101,"414":18,"415":86,"419":22,"42":38,"43":67,"430":28,"433":2,"44":49,"45":58,"46":156,"48":77,"49":43,"5":844,"51":65,"52":114,"53":52,"56":12,"570":9,"6":306,"63":18,"7":581,"79":45,"8":325,"80":35,"9":198,"all_client":101419,"all_tv_clinet":14800,"insert_time":"2014-08-23T07:08:41.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86630,"10":19,"107":549,"11":466,"12":125,"13":468,"14":111,"15":131,"155":22,"156":17,"158":35,"159":41,"16":87,"160":18,"161":200,"167":25,"168":5,"17":184,"18":563,"19":242,"20":125,"209":44,"21":479,"210":15,"211":6,"214":10,"215":71,"221":249,"223":565,"224":50,"225":472,"23":535,"24":1698,"25":399,"257":53,"26":42,"268":6,"27":50,"273":84,"276":24,"279":14,"28":959,"281":2,"282":10,"291":16,"292":65,"30":52,"302":2,"306":3,"31":60,"314":3,"317":1,"32":18,"33":110,"34":72,"347":10,"35":64,"352":686,"36":145,"37":50,"38":520,"380":4,"381":25,"383":25,"389":5,"39":85,"391":26,"397":26,"40":47,"409":27,"41":98,"414":19,"415":81,"419":23,"42":40,"43":62,"430":30,"433":3,"44":51,"45":58,"46":163,"48":71,"49":45,"5":838,"51":65,"52":111,"53":54,"56":13,"570":10,"6":315,"63":20,"7":570,"79":43,"8":327,"80":35,"9":198,"all_client":101390,"all_tv_clinet":14760,"insert_time":"2014-08-23T07:09:41.833Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86577,"10":18,"107":557,"11":487,"12":121,"13":456,"14":117,"15":122,"155":21,"156":15,"158":34,"159":38,"16":90,"160":18,"161":202,"167":26,"168":4,"17":185,"18":550,"19":244,"20":126,"209":41,"21":495,"210":18,"211":6,"214":11,"215":75,"221":244,"223":570,"224":50,"225":464,"23":533,"24":1673,"25":402,"257":55,"26":42,"268":6,"27":50,"273":85,"276":23,"279":14,"28":957,"281":4,"282":11,"291":17,"292":61,"30":52,"302":2,"306":3,"31":54,"314":3,"317":1,"32":18,"33":110,"34":75,"347":9,"35":55,"352":702,"36":148,"37":43,"38":516,"380":5,"381":28,"383":25,"389":5,"39":86,"391":26,"397":26,"40":45,"409":27,"41":91,"414":18,"415":81,"419":25,"42":45,"43":61,"430":32,"433":3,"44":58,"45":58,"46":165,"48":67,"49":48,"5":834,"51":66,"52":114,"53":54,"56":14,"570":9,"6":319,"63":20,"7":566,"79":43,"8":327,"80":35,"9":197,"all_client":101329,"all_tv_clinet":14752,"insert_time":"2014-08-23T07:10:42.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86570,"10":19,"107":559,"11":494,"12":118,"13":462,"14":114,"15":118,"155":20,"156":15,"158":34,"159":38,"16":90,"160":17,"161":217,"167":26,"168":4,"17":193,"18":541,"19":257,"20":123,"209":39,"21":499,"210":18,"211":6,"214":13,"215":74,"221":245,"223":582,"224":48,"225":475,"23":531,"24":1642,"25":404,"257":53,"26":39,"268":7,"27":49,"273":85,"276":22,"279":16,"28":956,"281":4,"282":11,"291":17,"292":63,"30":50,"302":2,"306":3,"31":51,"314":2,"317":1,"32":16,"33":114,"34":76,"347":8,"35":50,"352":705,"36":144,"37":43,"38":513,"380":5,"381":30,"383":28,"389":4,"39":80,"391":25,"397":24,"40":45,"409":28,"41":84,"414":16,"415":78,"419":24,"42":49,"43":60,"430":32,"433":3,"44":60,"45":60,"46":162,"48":61,"49":46,"5":833,"51":73,"52":107,"53":60,"56":14,"570":10,"6":327,"63":20,"7":569,"79":43,"8":329,"80":34,"9":201,"all_client":101329,"all_tv_clinet":14759,"insert_time":"2014-08-23T07:11:43.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86502,"10":18,"107":541,"11":503,"12":119,"13":478,"14":117,"15":117,"155":20,"156":15,"158":36,"159":38,"16":92,"160":16,"161":223,"167":28,"168":4,"17":198,"18":528,"19":265,"20":118,"209":39,"21":516,"210":18,"211":5,"214":13,"215":78,"221":242,"223":574,"224":49,"225":493,"23":523,"24":1617,"25":409,"257":51,"26":41,"268":6,"27":51,"273":91,"276":21,"279":17,"28":964,"281":4,"282":11,"291":19,"292":60,"30":51,"302":3,"306":3,"31":46,"314":2,"317":1,"32":16,"33":117,"34":72,"347":7,"35":45,"352":706,"36":149,"37":43,"38":515,"380":5,"381":34,"383":25,"389":4,"39":78,"391":25,"397":20,"40":48,"409":29,"41":83,"414":16,"415":81,"419":23,"42":50,"43":60,"430":32,"433":4,"44":57,"45":64,"46":170,"48":60,"49":42,"5":799,"51":73,"52":105,"53":65,"56":14,"570":13,"6":341,"63":20,"7":572,"79":46,"8":330,"80":33,"9":199,"all_client":101284,"all_tv_clinet":14782,"insert_time":"2014-08-23T07:12:43.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86503,"10":19,"107":551,"11":504,"12":114,"13":482,"14":121,"15":114,"155":19,"156":15,"158":36,"159":36,"16":87,"160":16,"161":222,"167":27,"168":5,"17":201,"18":534,"19":269,"20":114,"209":39,"21":518,"210":20,"211":5,"214":13,"215":74,"221":246,"223":574,"224":46,"225":495,"23":519,"24":1602,"25":414,"257":49,"26":37,"268":5,"27":50,"273":97,"276":20,"279":17,"28":981,"281":4,"282":11,"291":18,"292":60,"30":52,"302":3,"306":3,"31":45,"314":2,"317":1,"32":18,"33":116,"34":73,"347":6,"35":43,"352":711,"36":145,"37":43,"38":497,"380":5,"381":35,"383":27,"389":3,"39":76,"391":23,"396":1,"397":21,"40":52,"409":34,"41":79,"414":14,"415":79,"419":24,"42":48,"426":2,"43":65,"430":31,"433":4,"44":61,"45":67,"46":170,"48":55,"49":45,"5":760,"51":72,"52":96,"53":69,"56":15,"570":14,"6":349,"63":19,"7":564,"79":45,"8":331,"80":34,"9":179,"all_client":101229,"all_tv_clinet":14726,"insert_time":"2014-08-23T07:13:44.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86561,"10":21,"107":549,"11":509,"12":107,"13":480,"14":128,"15":110,"155":18,"156":15,"158":34,"159":37,"16":85,"160":17,"161":207,"167":28,"168":6,"17":210,"18":538,"19":285,"20":110,"209":38,"21":535,"210":21,"211":5,"214":13,"215":73,"221":248,"223":586,"224":47,"225":497,"23":525,"24":1592,"25":426,"257":47,"26":37,"268":5,"27":52,"273":95,"276":20,"279":17,"28":970,"281":4,"282":11,"291":18,"292":64,"30":54,"302":5,"306":3,"31":44,"314":2,"317":1,"32":16,"33":116,"34":69,"347":7,"35":40,"352":713,"36":147,"37":42,"38":498,"380":4,"381":35,"383":27,"389":3,"39":73,"391":21,"396":2,"397":21,"40":53,"409":34,"41":79,"414":13,"415":74,"419":24,"42":47,"426":3,"43":64,"430":28,"433":5,"44":61,"45":69,"46":174,"48":57,"49":40,"5":737,"51":70,"52":88,"53":69,"56":16,"570":14,"6":352,"63":19,"7":560,"79":49,"8":326,"80":34,"9":171,"all_client":101274,"all_tv_clinet":14713,"insert_time":"2014-08-23T07:14:45.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86503,"10":24,"107":540,"11":512,"12":102,"13":483,"14":124,"15":106,"155":18,"156":13,"158":31,"159":39,"16":87,"160":17,"161":200,"167":27,"168":6,"17":226,"18":538,"19":292,"20":112,"209":38,"21":536,"210":19,"211":5,"214":13,"215":73,"221":254,"223":578,"224":47,"225":506,"23":524,"24":1597,"25":436,"257":46,"26":36,"268":6,"27":52,"273":90,"276":20,"279":19,"28":978,"281":4,"282":11,"291":18,"292":69,"30":53,"302":5,"306":3,"31":41,"314":1,"317":1,"32":14,"33":114,"34":69,"347":6,"35":39,"352":722,"36":146,"37":42,"38":505,"380":4,"381":34,"383":28,"389":3,"39":70,"391":20,"396":2,"397":22,"40":54,"409":36,"41":75,"414":10,"415":75,"419":25,"42":43,"426":4,"43":63,"430":29,"433":8,"44":65,"45":71,"46":169,"48":56,"49":40,"5":717,"51":70,"52":82,"53":65,"56":16,"570":14,"6":341,"63":17,"7":578,"79":50,"8":329,"80":34,"9":166,"all_client":101221,"all_tv_clinet":14718,"insert_time":"2014-08-23T07:15:45.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86436,"10":24,"107":540,"11":520,"12":100,"13":487,"14":124,"15":102,"155":18,"156":13,"158":29,"159":42,"16":89,"160":20,"161":192,"167":27,"168":6,"17":234,"18":539,"19":298,"20":117,"209":40,"21":533,"210":20,"211":5,"214":12,"215":76,"221":262,"223":598,"224":48,"225":509,"23":534,"24":1595,"25":437,"257":48,"26":35,"268":6,"27":52,"273":81,"276":20,"279":18,"28":967,"281":4,"282":10,"291":18,"292":72,"30":57,"302":5,"306":3,"31":41,"314":1,"317":1,"32":12,"33":117,"34":70,"347":7,"35":38,"352":732,"36":145,"37":45,"38":513,"380":5,"381":31,"383":27,"389":3,"39":64,"391":20,"396":4,"397":22,"40":54,"409":36,"41":68,"414":7,"415":76,"419":24,"42":40,"426":4,"43":63,"430":29,"433":8,"44":66,"45":73,"46":164,"48":57,"49":38,"5":713,"51":72,"52":77,"53":65,"56":17,"570":14,"6":313,"63":16,"7":593,"79":49,"8":328,"80":35,"9":159,"all_client":101178,"all_tv_clinet":14742,"insert_time":"2014-08-23T07:16:46.591Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86447,"10":24,"107":541,"11":532,"12":97,"13":490,"14":136,"15":99,"155":20,"156":16,"158":31,"159":43,"16":92,"160":19,"161":195,"167":27,"168":7,"17":237,"18":548,"19":296,"20":120,"209":40,"21":537,"210":18,"211":4,"214":10,"215":76,"221":253,"223":600,"224":50,"225":503,"23":525,"24":1607,"25":440,"257":50,"26":40,"268":5,"27":41,"273":79,"276":20,"279":18,"28":946,"281":4,"282":10,"291":19,"292":73,"30":61,"302":6,"306":3,"31":42,"314":1,"317":1,"32":13,"33":119,"34":73,"347":5,"35":31,"352":736,"36":138,"37":42,"38":530,"380":5,"381":31,"383":25,"389":2,"39":62,"391":20,"396":6,"397":22,"40":50,"409":36,"41":62,"414":7,"415":77,"419":24,"42":38,"426":3,"43":63,"430":29,"433":8,"44":66,"45":84,"46":176,"48":53,"49":37,"5":709,"51":68,"52":74,"53":65,"56":19,"570":14,"6":274,"63":15,"7":600,"79":50,"8":335,"80":34,"9":159,"all_client":101188,"all_tv_clinet":14741,"insert_time":"2014-08-23T07:17:47.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86453,"10":24,"107":558,"11":538,"12":86,"13":492,"14":140,"15":100,"155":16,"156":16,"158":31,"159":44,"16":94,"160":19,"161":191,"167":26,"168":7,"17":243,"18":555,"19":298,"20":122,"209":39,"21":531,"210":20,"211":5,"214":9,"215":75,"221":253,"223":629,"224":53,"225":499,"23":521,"24":1595,"25":430,"257":51,"26":38,"268":4,"27":36,"273":78,"276":21,"279":15,"28":942,"281":4,"282":10,"291":19,"292":73,"30":67,"302":5,"306":3,"31":41,"317":1,"32":16,"33":120,"34":76,"347":5,"35":30,"352":740,"36":135,"37":37,"38":536,"380":5,"381":29,"383":22,"389":2,"39":62,"391":22,"396":6,"397":23,"40":46,"409":35,"41":62,"414":7,"415":76,"419":24,"42":38,"426":2,"43":63,"430":29,"433":7,"44":63,"45":86,"46":172,"48":56,"49":36,"5":712,"51":70,"52":68,"53":67,"56":18,"570":15,"6":243,"63":14,"7":590,"79":52,"8":333,"80":35,"9":158,"all_client":101163,"all_tv_clinet":14710,"insert_time":"2014-08-23T07:18:48.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86454,"10":25,"107":557,"11":550,"12":84,"13":504,"14":139,"15":106,"155":18,"156":18,"158":31,"159":40,"16":95,"160":17,"161":191,"167":24,"168":7,"17":243,"18":562,"19":297,"20":121,"209":37,"21":533,"210":20,"211":5,"214":9,"215":74,"221":258,"223":625,"224":58,"225":486,"23":520,"24":1594,"25":432,"257":51,"26":42,"268":4,"27":35,"273":78,"276":20,"279":16,"28":933,"281":4,"282":9,"291":20,"292":72,"30":68,"302":6,"306":3,"31":42,"32":21,"33":116,"34":79,"347":7,"35":26,"352":730,"36":134,"37":35,"38":539,"380":5,"381":28,"383":21,"389":2,"39":61,"391":22,"396":6,"397":23,"40":48,"409":33,"41":54,"414":9,"415":76,"419":22,"42":40,"426":2,"43":64,"430":31,"433":7,"44":64,"45":88,"46":176,"48":61,"49":34,"5":697,"51":67,"52":65,"53":74,"56":18,"570":15,"6":227,"63":14,"7":592,"79":57,"8":333,"80":34,"9":162,"all_client":101156,"all_tv_clinet":14702,"insert_time":"2014-08-23T07:19:48.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86415,"10":26,"107":571,"11":550,"12":84,"13":505,"14":139,"15":109,"155":16,"156":18,"158":28,"159":39,"16":91,"160":18,"161":197,"167":24,"168":7,"17":239,"18":564,"19":291,"20":125,"209":38,"21":535,"210":20,"211":5,"214":11,"215":71,"221":262,"223":637,"224":60,"225":477,"23":525,"24":1612,"25":431,"257":53,"26":40,"268":3,"27":31,"273":77,"276":20,"279":17,"28":928,"281":4,"282":11,"291":19,"292":73,"30":68,"302":5,"306":3,"31":43,"314":1,"32":19,"33":114,"34":79,"347":7,"35":24,"352":720,"36":142,"37":36,"38":542,"380":4,"381":26,"383":20,"389":3,"39":60,"391":22,"396":6,"397":21,"40":53,"409":34,"41":50,"414":10,"415":71,"419":23,"42":41,"426":2,"43":64,"430":31,"433":7,"44":64,"45":93,"46":177,"48":63,"49":32,"5":703,"51":69,"52":67,"53":69,"56":19,"570":16,"6":208,"63":12,"7":597,"79":58,"8":336,"80":35,"9":163,"all_client":101148,"all_tv_clinet":14733,"insert_time":"2014-08-23T07:20:49.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86380,"10":27,"107":570,"11":560,"12":85,"13":506,"14":131,"15":112,"155":17,"156":18,"158":29,"159":40,"16":89,"160":17,"161":193,"167":23,"168":7,"17":242,"18":567,"19":286,"20":123,"209":38,"21":530,"210":21,"211":4,"214":11,"215":71,"221":257,"223":622,"224":60,"225":466,"23":524,"24":1633,"25":435,"257":55,"26":41,"268":4,"27":29,"273":78,"276":22,"279":17,"28":930,"281":4,"282":10,"291":18,"292":71,"30":69,"302":6,"306":3,"31":43,"314":1,"32":18,"33":119,"34":76,"347":7,"35":23,"352":707,"36":148,"37":37,"38":534,"380":4,"381":25,"383":24,"389":3,"39":60,"391":22,"396":7,"397":21,"40":57,"409":37,"41":50,"414":10,"415":76,"419":23,"42":40,"426":2,"43":63,"430":30,"433":7,"44":63,"45":96,"46":183,"48":68,"49":35,"5":706,"51":72,"52":68,"53":72,"56":20,"570":16,"6":191,"63":12,"7":609,"79":55,"8":319,"80":31,"9":172,"all_client":101113,"all_tv_clinet":14733,"insert_time":"2014-08-23T07:21:50.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86479,"10":24,"107":567,"11":568,"12":89,"13":512,"14":125,"15":116,"155":16,"156":18,"158":29,"159":40,"16":89,"160":17,"161":194,"167":23,"168":7,"17":239,"18":584,"19":291,"20":122,"209":36,"21":542,"210":22,"211":4,"214":10,"215":66,"221":262,"223":622,"224":60,"225":439,"23":516,"24":1638,"25":440,"257":56,"26":45,"268":4,"27":26,"273":79,"276":23,"279":16,"28":942,"281":4,"282":11,"291":19,"292":66,"30":68,"302":7,"306":3,"31":43,"314":1,"32":15,"33":118,"34":79,"347":7,"35":22,"352":710,"36":154,"37":39,"38":533,"380":6,"381":28,"383":27,"389":3,"39":55,"391":22,"396":6,"397":21,"40":59,"409":31,"41":52,"414":9,"415":77,"419":24,"42":39,"426":1,"43":63,"430":30,"433":7,"44":62,"45":95,"46":186,"48":71,"49":38,"5":709,"51":71,"52":66,"53":70,"56":19,"570":16,"6":179,"63":12,"7":612,"79":52,"8":299,"80":31,"9":179,"all_client":101223,"all_tv_clinet":14744,"insert_time":"2014-08-23T07:22:51.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86439,"10":22,"107":580,"11":564,"12":90,"13":520,"14":109,"15":122,"155":21,"156":17,"158":29,"159":37,"16":89,"160":15,"161":200,"167":25,"168":5,"17":239,"18":613,"19":297,"20":119,"209":38,"21":538,"210":22,"211":3,"214":10,"215":69,"221":266,"223":618,"224":68,"225":420,"23":510,"24":1642,"25":448,"257":57,"26":46,"268":5,"27":28,"273":77,"276":24,"279":12,"28":952,"281":3,"282":9,"291":20,"292":69,"30":67,"302":7,"306":3,"31":37,"314":1,"32":16,"33":125,"34":83,"347":5,"35":24,"352":716,"36":150,"37":39,"38":528,"380":6,"381":27,"383":28,"389":3,"39":52,"391":21,"396":4,"397":22,"40":61,"409":26,"41":50,"414":11,"415":83,"419":24,"42":39,"426":1,"43":62,"430":29,"433":7,"44":61,"45":90,"46":188,"48":73,"49":38,"5":696,"51":71,"52":67,"53":70,"56":17,"570":16,"6":173,"63":12,"7":615,"79":50,"8":280,"80":30,"9":182,"all_client":101192,"all_tv_clinet":14753,"insert_time":"2014-08-23T07:23:51.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86434,"10":18,"107":586,"11":571,"12":86,"13":516,"14":104,"15":127,"155":21,"156":17,"158":30,"159":37,"16":88,"160":15,"161":210,"167":25,"168":6,"17":235,"18":632,"19":308,"20":119,"209":39,"21":543,"210":22,"211":3,"214":10,"215":66,"221":265,"223":626,"224":69,"225":407,"23":495,"24":1632,"25":446,"257":58,"26":41,"268":6,"27":27,"273":80,"276":26,"279":12,"28":961,"281":3,"282":8,"291":21,"292":69,"30":68,"302":7,"306":3,"31":35,"314":1,"32":18,"33":126,"34":83,"347":6,"35":26,"352":720,"36":151,"37":40,"38":531,"380":6,"381":24,"383":27,"389":3,"39":54,"391":20,"396":3,"397":23,"40":57,"409":21,"41":49,"414":13,"415":79,"419":23,"42":41,"426":1,"43":61,"430":30,"433":6,"44":63,"45":86,"46":197,"48":74,"49":43,"5":691,"51":69,"52":65,"53":70,"56":18,"570":16,"6":166,"63":12,"7":619,"79":52,"8":259,"80":29,"9":186,"all_client":101191,"all_tv_clinet":14757,"insert_time":"2014-08-23T07:24:52.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86410,"10":20,"107":560,"11":587,"12":81,"13":508,"14":105,"15":128,"155":21,"156":16,"158":29,"159":37,"16":86,"160":15,"161":217,"167":28,"168":6,"17":239,"18":638,"19":312,"20":114,"209":40,"21":562,"210":22,"211":2,"214":9,"215":67,"221":267,"223":634,"224":70,"225":401,"23":482,"24":1632,"25":451,"257":59,"26":44,"268":6,"27":27,"273":89,"276":25,"279":14,"28":946,"281":4,"282":10,"291":21,"292":71,"30":67,"302":7,"306":3,"31":34,"314":3,"317":1,"32":20,"33":134,"34":87,"347":6,"35":25,"352":703,"36":154,"37":41,"38":541,"380":6,"381":26,"383":27,"389":3,"39":57,"391":20,"396":2,"397":22,"40":58,"409":24,"41":51,"414":14,"415":79,"419":23,"42":43,"426":1,"43":62,"430":31,"433":6,"44":63,"45":81,"46":197,"48":79,"49":44,"5":693,"51":70,"52":69,"53":76,"56":17,"570":16,"6":166,"63":12,"7":610,"79":52,"8":251,"80":28,"9":186,"all_client":101203,"all_tv_clinet":14793,"insert_time":"2014-08-23T07:25:53.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86464,"10":18,"107":550,"11":591,"12":86,"13":508,"14":97,"15":129,"155":22,"156":16,"158":29,"159":37,"16":87,"160":17,"161":216,"167":29,"168":8,"17":240,"18":654,"19":314,"20":112,"209":41,"21":559,"210":22,"211":1,"214":9,"215":69,"221":276,"223":640,"224":75,"225":409,"23":480,"24":1626,"25":458,"257":57,"26":45,"268":6,"27":23,"273":88,"276":23,"279":13,"28":923,"281":4,"282":12,"291":20,"292":75,"30":65,"302":7,"306":2,"31":37,"314":3,"317":2,"32":17,"33":136,"34":88,"347":6,"35":23,"352":700,"36":158,"37":41,"38":539,"380":6,"381":25,"383":28,"389":3,"39":60,"391":21,"396":1,"397":22,"40":54,"409":25,"41":53,"414":15,"415":76,"419":24,"42":43,"426":1,"43":62,"430":31,"433":5,"44":66,"45":71,"46":205,"48":82,"49":46,"5":707,"51":63,"52":73,"53":79,"56":16,"570":15,"6":166,"63":12,"7":601,"79":52,"8":246,"80":28,"9":190,"all_client":101275,"all_tv_clinet":14811,"insert_time":"2014-08-23T07:26:53.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86446,"10":16,"107":560,"11":587,"12":90,"13":498,"14":97,"15":131,"155":22,"156":16,"158":29,"159":37,"16":85,"160":20,"161":208,"167":31,"168":7,"17":237,"18":660,"19":324,"20":108,"209":39,"21":573,"210":23,"211":1,"214":10,"215":69,"221":275,"223":646,"224":71,"225":417,"23":478,"24":1627,"25":464,"257":57,"26":46,"268":7,"27":22,"273":86,"276":23,"279":12,"28":877,"281":4,"282":12,"291":20,"292":81,"30":65,"302":7,"306":3,"31":38,"314":3,"317":2,"32":17,"33":138,"34":92,"347":7,"35":25,"352":690,"36":155,"37":40,"38":536,"380":6,"381":23,"383":28,"389":2,"39":61,"391":21,"396":1,"397":22,"40":51,"409":28,"41":53,"414":15,"415":75,"419":24,"42":44,"426":2,"43":62,"430":31,"433":5,"44":73,"45":67,"46":210,"48":89,"49":47,"5":713,"51":62,"52":73,"53":71,"56":16,"570":14,"6":164,"63":11,"7":598,"79":50,"8":236,"80":28,"9":189,"all_client":101232,"all_tv_clinet":14786,"insert_time":"2014-08-23T07:27:54.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86454,"10":17,"107":553,"11":589,"12":89,"13":487,"14":102,"15":129,"155":22,"156":17,"158":31,"159":36,"16":88,"160":20,"161":206,"167":31,"168":7,"17":231,"18":666,"19":330,"20":106,"209":35,"21":571,"210":25,"211":1,"214":10,"215":70,"221":276,"223":652,"224":75,"225":419,"23":474,"24":1613,"25":468,"257":61,"26":45,"268":7,"27":20,"273":79,"276":22,"279":12,"28":853,"281":4,"282":11,"291":19,"292":88,"30":68,"302":7,"306":3,"31":36,"314":5,"317":2,"32":17,"33":138,"34":96,"347":7,"35":24,"352":684,"36":160,"37":42,"38":537,"380":6,"381":25,"383":29,"389":2,"39":63,"391":19,"396":1,"397":23,"40":49,"409":29,"41":57,"414":15,"415":77,"419":23,"42":44,"426":2,"43":58,"430":31,"433":5,"44":78,"45":65,"46":211,"48":93,"49":49,"5":718,"51":61,"52":73,"53":69,"56":18,"570":13,"6":167,"63":12,"7":594,"79":49,"8":228,"80":29,"9":190,"all_client":101222,"all_tv_clinet":14768,"insert_time":"2014-08-23T07:28:55.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86484,"10":18,"107":550,"11":600,"12":89,"13":498,"14":102,"15":127,"155":22,"156":17,"158":31,"159":36,"16":96,"160":19,"161":196,"167":33,"168":9,"17":217,"18":684,"19":330,"20":108,"209":35,"21":575,"210":26,"211":1,"214":8,"215":67,"221":268,"223":659,"224":71,"225":424,"23":475,"24":1623,"25":471,"257":64,"26":44,"268":7,"27":20,"273":77,"276":22,"279":12,"28":834,"281":4,"282":12,"291":17,"292":90,"30":61,"302":7,"306":3,"31":37,"314":6,"317":2,"32":15,"33":140,"34":98,"347":8,"35":26,"352":688,"36":148,"37":42,"38":532,"380":6,"381":23,"383":30,"389":3,"39":68,"391":19,"396":1,"397":24,"40":50,"409":33,"41":54,"414":16,"415":79,"419":19,"42":44,"426":2,"43":54,"430":31,"433":5,"44":80,"45":61,"46":214,"48":98,"49":50,"5":722,"51":63,"52":78,"53":66,"56":19,"570":14,"6":170,"63":12,"7":580,"79":47,"8":229,"80":30,"9":186,"all_client":101265,"all_tv_clinet":14781,"insert_time":"2014-08-23T07:29:55.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86473,"10":18,"107":538,"11":613,"12":93,"13":498,"14":101,"15":131,"155":22,"156":16,"158":30,"159":38,"16":99,"160":17,"161":190,"167":32,"168":9,"17":207,"18":701,"19":321,"20":109,"209":37,"21":572,"210":27,"211":1,"214":7,"215":65,"221":270,"223":666,"224":74,"225":419,"23":462,"24":1632,"25":451,"257":62,"26":41,"268":9,"27":24,"273":78,"276":23,"279":12,"28":838,"281":4,"282":13,"291":18,"292":94,"30":49,"302":7,"306":2,"31":41,"314":6,"317":2,"32":18,"33":142,"34":103,"347":9,"35":25,"352":705,"36":155,"37":43,"38":535,"380":6,"381":20,"383":30,"389":2,"39":73,"391":18,"396":2,"397":24,"40":48,"409":31,"41":57,"414":17,"415":85,"419":19,"42":44,"426":1,"43":48,"430":30,"433":5,"44":77,"45":55,"46":213,"48":105,"49":52,"5":726,"51":56,"52":80,"53":72,"56":21,"570":14,"6":178,"63":12,"7":567,"79":48,"8":234,"80":30,"9":193,"all_client":101290,"all_tv_clinet":14817,"insert_time":"2014-08-23T07:30:56.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86478,"10":15,"107":536,"11":612,"12":94,"13":495,"14":104,"15":133,"155":22,"156":18,"158":29,"159":38,"16":100,"160":18,"161":191,"167":33,"168":9,"17":191,"18":722,"19":330,"20":111,"209":38,"21":584,"210":25,"211":1,"214":7,"215":59,"221":269,"223":660,"224":75,"225":412,"23":457,"24":1646,"25":430,"257":57,"26":45,"268":9,"27":24,"273":78,"276":24,"279":12,"28":833,"281":4,"282":13,"291":18,"292":95,"30":41,"302":6,"306":2,"31":41,"314":7,"317":2,"32":16,"33":137,"34":107,"347":10,"35":25,"352":689,"36":160,"37":45,"38":526,"380":6,"381":18,"383":29,"389":2,"39":76,"391":18,"396":3,"397":26,"40":47,"409":32,"41":56,"414":19,"415":92,"419":18,"42":42,"43":44,"430":30,"431":1,"433":5,"44":75,"45":51,"46":205,"48":109,"49":60,"5":743,"51":55,"52":87,"53":75,"56":23,"570":14,"6":182,"63":12,"7":553,"79":48,"8":235,"80":28,"9":196,"all_client":101283,"all_tv_clinet":14805,"insert_time":"2014-08-23T07:31:57.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86526,"10":15,"107":529,"11":621,"12":96,"13":488,"14":108,"15":137,"155":22,"156":20,"158":29,"159":37,"16":105,"160":18,"161":195,"167":34,"168":8,"17":185,"18":732,"19":328,"20":112,"209":37,"21":584,"210":26,"211":1,"214":7,"215":61,"221":281,"223":641,"224":80,"225":413,"23":449,"24":1675,"25":391,"257":53,"26":51,"268":8,"27":25,"273":76,"276":23,"279":16,"28":839,"281":4,"282":14,"291":18,"292":100,"30":37,"302":6,"306":2,"31":49,"314":9,"317":1,"32":18,"33":124,"34":112,"347":11,"35":25,"352":689,"36":158,"37":49,"38":510,"380":6,"381":19,"383":27,"389":2,"39":75,"391":18,"396":5,"397":27,"40":45,"409":34,"41":55,"414":19,"415":92,"419":20,"42":42,"43":45,"430":30,"431":1,"433":6,"44":82,"45":55,"46":188,"48":109,"49":64,"5":746,"51":46,"52":91,"53":71,"56":23,"570":12,"6":193,"63":14,"7":537,"79":49,"8":231,"80":28,"9":206,"all_client":101331,"all_tv_clinet":14805,"insert_time":"2014-08-23T07:32:58.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86562,"10":15,"107":522,"11":632,"12":103,"13":457,"14":115,"15":141,"155":23,"156":20,"158":30,"159":38,"16":107,"160":19,"161":195,"167":35,"168":8,"17":178,"18":730,"19":330,"20":112,"209":35,"21":575,"210":27,"211":1,"214":6,"215":60,"221":283,"223":625,"224":82,"225":427,"23":438,"24":1679,"25":380,"257":50,"26":54,"268":9,"27":25,"273":77,"276":22,"279":17,"28":854,"281":3,"282":13,"291":18,"292":101,"30":37,"302":6,"306":2,"31":47,"314":10,"317":1,"32":18,"33":121,"34":114,"347":11,"35":24,"352":691,"36":164,"37":50,"38":499,"380":7,"381":19,"383":26,"389":2,"39":80,"391":21,"396":6,"397":28,"40":47,"409":36,"41":62,"414":20,"415":96,"419":18,"42":43,"426":1,"43":44,"430":31,"431":1,"433":7,"44":86,"45":57,"46":174,"48":115,"49":73,"5":757,"51":40,"52":96,"53":74,"56":25,"570":12,"6":193,"63":14,"7":541,"79":50,"8":234,"80":28,"9":209,"all_client":101401,"all_tv_clinet":14839,"insert_time":"2014-08-23T07:33:59.048Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86539,"10":17,"107":540,"11":652,"12":114,"13":445,"14":117,"15":145,"155":25,"156":18,"158":28,"159":36,"16":109,"160":17,"161":200,"167":36,"168":8,"17":185,"18":721,"19":336,"20":115,"209":34,"21":575,"210":28,"211":1,"214":6,"215":58,"221":289,"223":574,"224":85,"225":433,"23":431,"24":1668,"25":369,"257":49,"26":50,"268":8,"27":28,"273":81,"276":22,"279":17,"28":862,"281":3,"282":11,"291":17,"292":100,"30":34,"302":5,"306":2,"31":48,"314":10,"317":1,"32":20,"33":125,"34":112,"347":10,"35":28,"352":689,"36":162,"37":52,"38":496,"380":7,"381":19,"383":25,"389":2,"39":76,"391":20,"396":6,"397":27,"40":47,"409":36,"41":64,"414":20,"415":93,"419":21,"42":43,"426":1,"43":44,"430":32,"433":7,"44":91,"45":62,"46":162,"48":118,"49":76,"5":785,"51":40,"52":94,"53":83,"56":24,"570":14,"6":196,"63":16,"7":558,"79":52,"8":232,"80":29,"9":218,"all_client":101436,"all_tv_clinet":14897,"insert_time":"2014-08-23T07:34:59.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86587,"10":15,"107":540,"11":663,"12":127,"13":422,"14":110,"15":146,"155":25,"156":19,"158":28,"159":36,"16":108,"160":18,"161":203,"167":37,"168":8,"17":189,"18":722,"19":335,"20":116,"209":39,"21":571,"210":29,"211":1,"214":8,"215":56,"221":286,"223":560,"224":84,"225":434,"23":440,"24":1635,"25":360,"257":51,"26":48,"268":8,"27":37,"273":85,"276":21,"279":16,"28":871,"281":3,"282":10,"291":18,"292":96,"30":36,"302":5,"306":2,"31":47,"314":8,"317":1,"32":19,"33":127,"34":112,"347":8,"35":28,"352":694,"36":165,"37":57,"38":493,"380":8,"381":18,"383":27,"389":2,"39":78,"391":22,"396":6,"397":28,"40":45,"409":43,"41":66,"414":19,"415":95,"419":18,"42":40,"426":1,"43":38,"430":33,"433":6,"44":93,"45":64,"46":147,"48":126,"49":78,"5":794,"51":43,"52":101,"53":79,"56":25,"570":14,"6":193,"63":17,"7":573,"79":50,"8":232,"80":29,"9":226,"all_client":101500,"all_tv_clinet":14913,"insert_time":"2014-08-23T07:36:00.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86590,"10":19,"107":534,"11":679,"12":138,"13":401,"14":106,"15":152,"155":25,"156":20,"158":30,"159":35,"16":108,"160":18,"161":209,"167":37,"168":8,"17":193,"18":711,"19":330,"20":120,"209":39,"21":566,"210":29,"211":1,"214":7,"215":52,"221":281,"223":549,"224":92,"225":430,"23":456,"24":1615,"25":342,"257":48,"26":50,"268":8,"27":42,"273":87,"276":21,"279":18,"28":868,"281":3,"282":10,"291":19,"292":95,"30":42,"302":5,"306":2,"31":52,"314":8,"317":1,"32":16,"33":130,"34":106,"347":7,"35":27,"352":695,"36":164,"37":60,"38":491,"380":8,"381":18,"383":27,"389":2,"39":76,"391":23,"396":5,"397":26,"40":45,"409":47,"41":64,"414":19,"415":95,"419":16,"42":38,"426":1,"43":38,"430":32,"433":6,"44":91,"45":68,"46":143,"48":134,"49":78,"5":810,"51":44,"52":108,"53":77,"56":24,"570":12,"6":204,"63":17,"7":569,"79":52,"8":232,"80":30,"9":232,"all_client":101508,"all_tv_clinet":14918,"insert_time":"2014-08-23T07:37:01.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86616,"10":17,"107":522,"11":697,"12":150,"13":395,"14":103,"15":152,"155":25,"156":21,"158":30,"159":36,"16":105,"160":18,"161":210,"167":38,"168":8,"17":201,"18":705,"19":331,"20":122,"209":40,"21":542,"210":25,"211":1,"214":8,"215":52,"221":268,"223":550,"224":99,"225":444,"23":459,"24":1598,"25":331,"257":52,"26":51,"268":7,"27":44,"273":90,"276":19,"279":18,"28":857,"281":3,"282":10,"291":19,"292":90,"30":42,"302":6,"306":2,"31":53,"314":10,"317":1,"32":16,"33":130,"34":94,"347":10,"35":24,"352":714,"36":164,"37":68,"38":494,"380":8,"381":17,"383":24,"389":2,"39":75,"391":23,"396":6,"397":28,"40":44,"409":51,"41":65,"414":18,"415":98,"419":12,"42":35,"426":1,"43":39,"430":34,"433":6,"44":93,"45":71,"46":149,"48":133,"49":77,"5":806,"51":43,"52":108,"53":76,"56":26,"570":12,"6":205,"63":18,"7":575,"79":53,"8":239,"80":31,"9":243,"all_client":101551,"all_tv_clinet":14935,"insert_time":"2014-08-23T07:38:01.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86684,"10":17,"107":523,"11":701,"12":158,"13":386,"14":104,"15":147,"155":27,"156":19,"158":32,"159":33,"16":109,"160":19,"161":202,"167":41,"168":9,"17":203,"18":699,"19":336,"20":128,"209":41,"21":540,"210":23,"211":1,"214":8,"215":53,"221":254,"223":548,"224":97,"225":469,"23":454,"24":1598,"25":327,"257":52,"26":53,"268":7,"27":49,"273":94,"276":20,"279":20,"28":838,"281":4,"282":9,"291":20,"292":79,"30":46,"302":5,"306":2,"31":49,"314":12,"317":1,"32":21,"33":132,"34":83,"347":10,"35":25,"352":694,"36":163,"37":74,"38":484,"380":8,"381":19,"383":23,"389":2,"39":76,"391":24,"396":5,"397":28,"40":47,"409":47,"41":67,"414":17,"415":101,"419":13,"42":32,"426":2,"43":41,"430":35,"433":6,"44":86,"45":77,"46":148,"48":135,"49":84,"5":813,"51":42,"52":111,"53":77,"56":27,"570":12,"6":205,"63":18,"7":581,"79":52,"8":248,"80":32,"9":245,"all_client":101622,"all_tv_clinet":14938,"insert_time":"2014-08-23T07:39:02.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86690,"10":16,"107":529,"11":696,"12":157,"13":380,"14":110,"15":134,"155":27,"156":20,"158":32,"159":31,"16":109,"160":17,"161":201,"167":45,"168":8,"17":213,"18":699,"19":340,"20":139,"209":45,"21":518,"210":22,"211":1,"214":11,"215":52,"221":260,"223":557,"224":96,"225":476,"23":442,"24":1596,"25":332,"257":59,"26":51,"268":6,"27":53,"273":96,"276":18,"279":18,"28":827,"281":3,"282":9,"291":19,"292":81,"30":48,"302":5,"306":2,"31":46,"314":14,"317":1,"32":19,"33":133,"34":77,"347":10,"35":25,"352":699,"36":157,"37":76,"38":488,"380":7,"381":22,"383":25,"389":2,"39":81,"391":24,"396":5,"397":28,"40":51,"409":43,"41":66,"414":16,"415":99,"419":13,"42":30,"426":1,"43":43,"430":38,"433":5,"44":78,"45":79,"46":148,"48":141,"49":92,"5":809,"51":43,"52":117,"53":75,"56":27,"570":12,"6":208,"63":18,"7":567,"79":53,"8":257,"80":32,"9":251,"all_client":101647,"all_tv_clinet":14957,"insert_time":"2014-08-23T07:40:03.287Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86659,"10":16,"107":534,"11":690,"12":155,"13":380,"14":116,"15":140,"155":29,"156":21,"158":34,"159":31,"16":107,"160":18,"161":196,"167":45,"168":8,"17":220,"18":700,"19":348,"20":136,"209":45,"21":501,"210":21,"211":1,"214":13,"215":54,"221":258,"223":551,"224":104,"225":488,"23":425,"24":1590,"25":336,"257":64,"26":51,"268":6,"27":54,"273":99,"276":18,"279":18,"28":836,"281":3,"282":8,"291":19,"292":87,"30":49,"302":4,"306":2,"31":52,"314":14,"317":1,"32":24,"33":131,"34":67,"347":12,"35":23,"352":702,"36":153,"37":75,"38":482,"380":6,"381":21,"383":27,"389":2,"39":83,"391":26,"396":5,"397":26,"40":46,"409":38,"41":66,"414":15,"415":91,"419":13,"42":31,"426":1,"43":43,"430":38,"433":6,"44":67,"45":80,"46":146,"48":145,"49":89,"5":820,"51":44,"52":118,"53":62,"56":27,"570":12,"6":217,"63":17,"7":569,"79":56,"8":268,"80":31,"9":256,"all_client":101632,"all_tv_clinet":14973,"insert_time":"2014-08-23T07:41:04.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86734,"10":16,"107":515,"11":685,"12":161,"13":368,"14":116,"15":138,"155":30,"156":22,"158":33,"159":28,"16":106,"160":17,"161":190,"167":49,"168":8,"17":222,"18":697,"19":355,"20":135,"209":42,"21":495,"210":22,"211":1,"214":14,"215":53,"221":251,"223":544,"224":109,"225":497,"23":423,"24":1560,"25":349,"257":62,"26":55,"268":6,"27":55,"273":107,"276":17,"279":18,"28":838,"281":3,"282":9,"291":17,"292":91,"30":46,"302":2,"306":2,"31":56,"314":13,"317":1,"32":21,"33":132,"34":61,"347":12,"35":21,"352":705,"36":149,"37":76,"38":476,"380":6,"381":22,"383":24,"389":2,"39":88,"391":25,"396":4,"397":24,"40":49,"409":33,"41":58,"414":15,"415":85,"419":12,"42":35,"426":1,"43":39,"430":35,"433":7,"44":58,"45":83,"46":142,"48":147,"49":92,"5":822,"51":41,"52":118,"53":67,"56":28,"570":15,"6":223,"63":18,"7":554,"79":60,"8":278,"80":32,"9":262,"all_client":101640,"all_tv_clinet":14906,"insert_time":"2014-08-23T07:42:04.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86789,"10":18,"107":526,"11":654,"12":164,"13":364,"14":120,"15":141,"155":31,"156":21,"158":34,"159":29,"16":104,"160":19,"161":195,"167":49,"168":8,"17":226,"18":697,"19":356,"20":138,"209":43,"21":488,"210":22,"211":1,"214":14,"215":53,"221":259,"223":542,"224":112,"225":497,"23":414,"24":1539,"25":361,"257":62,"26":58,"268":6,"27":56,"273":106,"276":16,"279":18,"28":836,"281":3,"282":9,"291":20,"292":91,"30":46,"302":1,"306":3,"31":60,"314":11,"317":1,"32":23,"33":131,"34":60,"347":12,"35":19,"352":698,"36":147,"37":77,"38":474,"380":6,"381":20,"383":22,"389":2,"39":91,"391":25,"396":3,"397":24,"40":48,"409":29,"41":54,"414":17,"415":76,"419":12,"42":37,"426":1,"43":35,"430":33,"433":8,"44":52,"45":85,"46":139,"48":140,"49":94,"5":837,"51":41,"52":120,"53":66,"56":25,"570":16,"6":238,"63":19,"7":560,"79":59,"8":283,"80":33,"9":268,"all_client":101690,"all_tv_clinet":14901,"insert_time":"2014-08-23T07:43:05.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86780,"10":21,"107":522,"11":619,"12":170,"13":368,"14":124,"15":150,"155":31,"156":21,"158":34,"159":30,"16":105,"160":19,"161":192,"167":47,"168":8,"17":225,"18":707,"19":361,"20":144,"209":43,"21":497,"210":24,"211":1,"214":16,"215":51,"221":252,"223":531,"224":115,"225":517,"23":398,"24":1521,"25":364,"257":59,"26":61,"268":5,"27":58,"273":100,"276":15,"279":19,"28":838,"281":2,"282":8,"291":22,"292":89,"30":49,"302":1,"306":3,"31":60,"314":12,"317":1,"32":20,"33":132,"34":58,"347":11,"35":21,"352":703,"36":148,"37":81,"38":474,"380":5,"381":21,"383":22,"389":1,"39":95,"391":25,"396":5,"397":24,"40":49,"409":27,"41":53,"414":16,"415":79,"419":11,"42":37,"426":1,"43":34,"430":28,"433":9,"44":45,"45":90,"46":138,"48":139,"49":93,"5":845,"51":40,"52":122,"53":71,"56":21,"570":18,"6":235,"63":18,"7":553,"79":60,"8":284,"80":32,"9":266,"all_client":101670,"all_tv_clinet":14890,"insert_time":"2014-08-23T07:44:06.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86809,"10":24,"107":516,"11":594,"12":170,"13":380,"14":123,"15":162,"155":32,"156":21,"158":33,"159":29,"16":99,"160":22,"161":194,"167":44,"168":8,"17":221,"18":702,"19":368,"20":144,"209":44,"21":486,"210":26,"211":1,"214":18,"215":48,"221":249,"223":518,"224":119,"225":511,"23":389,"24":1516,"25":371,"257":55,"26":58,"268":6,"27":63,"273":96,"276":14,"279":19,"28":854,"281":2,"282":8,"291":22,"292":91,"30":49,"302":2,"306":3,"31":64,"314":13,"317":1,"32":23,"33":139,"34":57,"347":11,"35":22,"352":707,"36":148,"37":86,"38":484,"380":5,"381":20,"383":23,"389":1,"39":97,"391":25,"396":5,"397":22,"40":50,"409":27,"41":54,"414":17,"415":77,"419":12,"42":39,"426":1,"43":37,"430":28,"433":9,"44":41,"45":89,"46":136,"48":142,"49":92,"5":855,"51":37,"52":124,"53":65,"56":20,"570":16,"6":240,"63":19,"7":555,"79":60,"8":289,"80":31,"9":271,"all_client":101719,"all_tv_clinet":14910,"insert_time":"2014-08-23T07:45:06.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86836,"10":25,"107":517,"11":582,"12":163,"13":399,"14":123,"15":169,"155":32,"156":20,"158":31,"159":30,"16":98,"160":22,"161":186,"167":45,"168":9,"17":221,"18":706,"19":369,"20":141,"209":44,"21":480,"210":26,"211":1,"214":18,"215":43,"221":255,"223":511,"224":124,"225":505,"23":386,"24":1508,"25":379,"257":57,"26":57,"268":7,"27":65,"273":96,"276":16,"279":18,"28":866,"281":2,"282":7,"291":22,"292":88,"30":51,"302":2,"306":3,"31":65,"314":14,"317":1,"32":24,"33":141,"34":57,"347":14,"35":21,"352":721,"36":157,"37":85,"38":490,"380":5,"381":18,"383":22,"389":1,"39":93,"391":26,"396":5,"397":22,"40":49,"409":28,"41":54,"414":18,"415":80,"419":11,"42":38,"426":1,"43":35,"430":29,"433":9,"44":41,"45":89,"46":129,"48":139,"49":90,"5":863,"51":37,"52":124,"53":65,"56":20,"570":15,"6":235,"63":19,"7":560,"79":56,"8":295,"80":32,"9":273,"all_client":101777,"all_tv_clinet":14941,"insert_time":"2014-08-23T07:46:07.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86869,"10":22,"107":525,"11":566,"12":165,"13":396,"14":118,"15":173,"155":33,"156":21,"158":31,"159":29,"16":101,"160":24,"161":192,"167":44,"168":9,"17":225,"18":701,"19":368,"20":140,"209":44,"21":469,"210":26,"211":1,"214":21,"215":45,"221":263,"223":518,"224":124,"225":489,"23":380,"24":1506,"25":388,"257":58,"26":52,"268":6,"27":70,"273":96,"276":16,"279":17,"28":882,"281":3,"282":8,"291":21,"292":90,"30":56,"302":1,"306":3,"31":68,"314":12,"32":24,"33":138,"34":57,"347":15,"35":20,"352":716,"36":157,"37":85,"38":485,"380":4,"381":18,"383":20,"389":1,"39":91,"391":26,"396":3,"397":21,"40":48,"409":26,"41":55,"414":18,"415":84,"419":12,"42":39,"426":1,"43":40,"430":28,"433":12,"44":38,"45":92,"46":124,"48":130,"49":90,"5":866,"51":37,"52":123,"53":61,"56":19,"570":13,"6":233,"63":19,"7":562,"79":54,"8":298,"80":33,"9":270,"all_client":101791,"all_tv_clinet":14922,"insert_time":"2014-08-23T07:47:08.252Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86860,"10":24,"107":526,"11":574,"12":151,"13":404,"14":117,"15":183,"155":32,"156":21,"158":27,"159":30,"16":103,"160":23,"161":193,"167":42,"168":10,"17":224,"18":691,"19":370,"20":141,"209":46,"21":464,"210":26,"211":2,"214":16,"215":49,"221":260,"223":524,"224":120,"225":482,"23":374,"24":1500,"25":398,"257":59,"26":50,"268":7,"27":69,"273":93,"276":16,"279":12,"28":890,"281":2,"282":9,"291":21,"292":87,"30":55,"302":1,"306":3,"31":65,"314":10,"32":23,"33":142,"34":54,"347":16,"35":20,"352":713,"36":153,"37":85,"38":487,"380":4,"381":17,"383":18,"389":1,"39":90,"391":24,"396":3,"397":22,"40":52,"409":24,"41":58,"414":18,"415":85,"419":12,"42":40,"426":1,"43":45,"430":30,"433":12,"44":39,"45":97,"46":121,"48":127,"49":88,"5":865,"51":36,"52":124,"53":62,"56":19,"570":11,"6":239,"63":19,"7":568,"79":52,"8":301,"80":33,"9":273,"all_client":101779,"all_tv_clinet":14919,"insert_time":"2014-08-23T07:48:08.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86849,"10":24,"107":527,"11":589,"12":148,"13":402,"14":106,"15":185,"155":32,"156":22,"158":24,"159":33,"16":107,"160":23,"161":191,"167":42,"168":10,"17":214,"18":681,"19":360,"20":137,"209":46,"21":483,"210":26,"211":2,"214":16,"215":50,"221":248,"223":519,"224":110,"225":485,"23":362,"24":1514,"25":397,"257":56,"26":54,"268":7,"27":68,"273":92,"276":17,"279":12,"28":898,"281":2,"282":8,"291":22,"292":88,"30":60,"302":1,"306":2,"31":63,"314":10,"32":23,"33":143,"34":54,"347":15,"35":20,"352":714,"36":147,"37":93,"38":484,"380":4,"381":18,"383":18,"389":1,"39":92,"391":22,"396":3,"397":22,"40":54,"409":21,"41":60,"414":18,"415":88,"419":12,"42":39,"426":1,"43":48,"430":31,"433":12,"44":35,"45":95,"46":117,"48":127,"49":91,"5":867,"51":38,"52":124,"53":55,"56":18,"570":11,"6":242,"63":19,"7":567,"79":53,"8":307,"80":33,"9":277,"all_client":101757,"all_tv_clinet":14908,"insert_time":"2014-08-23T07:49:09.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86821,"10":25,"107":526,"11":594,"12":143,"13":406,"14":111,"15":183,"155":32,"156":22,"158":24,"159":34,"16":107,"160":23,"161":192,"167":40,"168":12,"17":199,"18":686,"19":334,"20":141,"209":48,"21":487,"210":26,"211":3,"214":16,"215":50,"221":256,"223":509,"224":100,"225":478,"23":350,"24":1528,"25":397,"257":54,"26":52,"268":7,"27":66,"273":95,"276":19,"279":12,"28":908,"281":2,"282":8,"291":23,"292":96,"30":58,"302":1,"306":2,"31":62,"314":11,"32":21,"33":140,"34":50,"347":14,"35":20,"352":727,"36":145,"37":93,"38":487,"380":4,"381":19,"383":17,"389":1,"39":95,"391":24,"396":3,"397":22,"40":51,"409":20,"41":53,"414":18,"415":86,"419":13,"42":44,"426":1,"43":42,"430":31,"433":10,"44":32,"45":94,"46":128,"48":131,"49":93,"5":872,"51":37,"52":127,"53":57,"56":17,"570":10,"6":245,"63":19,"7":566,"79":52,"8":317,"80":33,"9":270,"all_client":101730,"all_tv_clinet":14909,"insert_time":"2014-08-23T07:50:10.452Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86853,"10":23,"107":521,"11":598,"12":132,"13":414,"14":111,"15":182,"155":32,"156":23,"158":23,"159":37,"16":106,"160":21,"161":203,"167":39,"168":14,"17":190,"18":680,"19":300,"20":144,"209":51,"21":499,"210":24,"211":3,"214":16,"215":50,"221":258,"223":506,"224":97,"225":473,"23":347,"24":1528,"25":396,"257":54,"26":55,"268":6,"27":70,"273":99,"276":20,"279":11,"28":923,"281":2,"282":8,"291":22,"292":94,"30":60,"302":1,"306":2,"31":63,"314":10,"32":21,"33":143,"34":51,"347":14,"35":20,"352":731,"36":154,"37":102,"38":513,"380":5,"381":19,"383":18,"389":1,"39":97,"391":25,"396":3,"397":22,"40":45,"409":19,"41":54,"414":19,"415":83,"419":15,"42":40,"43":45,"430":28,"433":10,"44":30,"45":96,"46":130,"48":134,"49":83,"5":878,"51":37,"52":132,"53":58,"56":12,"570":10,"6":247,"63":18,"7":559,"79":51,"8":318,"80":34,"9":268,"all_client":101786,"all_tv_clinet":14933,"insert_time":"2014-08-23T07:51:11.269Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86869,"10":21,"107":513,"11":596,"12":119,"13":415,"14":114,"15":184,"155":32,"156":25,"158":21,"159":35,"16":102,"160":23,"161":207,"167":39,"168":13,"17":189,"18":681,"19":281,"20":145,"209":49,"21":508,"210":23,"211":3,"214":16,"215":55,"221":270,"223":512,"224":93,"225":474,"23":337,"24":1506,"25":394,"257":49,"26":60,"268":5,"27":69,"273":102,"276":21,"279":12,"28":925,"281":2,"282":9,"291":20,"292":86,"30":59,"302":1,"306":2,"31":63,"314":13,"32":23,"33":141,"34":64,"347":15,"35":24,"352":738,"36":153,"37":101,"38":513,"380":5,"381":19,"383":19,"389":1,"39":92,"391":26,"396":3,"397":23,"40":45,"409":26,"41":56,"414":20,"415":81,"419":16,"42":42,"43":43,"430":25,"433":8,"44":34,"45":97,"46":133,"48":129,"49":62,"5":880,"51":31,"52":130,"53":60,"56":11,"570":10,"6":254,"63":18,"7":567,"79":51,"8":316,"80":35,"9":269,"all_client":101771,"all_tv_clinet":14902,"insert_time":"2014-08-23T07:52:11.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86924,"10":21,"107":509,"11":603,"12":110,"13":417,"14":123,"15":171,"155":31,"156":24,"158":20,"159":35,"16":106,"160":24,"161":198,"167":40,"168":12,"17":190,"18":671,"19":267,"20":142,"209":48,"21":513,"210":22,"211":3,"214":16,"215":57,"221":260,"223":515,"224":93,"225":477,"23":333,"24":1510,"25":391,"257":43,"26":67,"268":5,"27":69,"273":106,"276":20,"279":13,"28":942,"281":2,"282":9,"291":20,"292":87,"30":61,"302":1,"306":1,"31":56,"314":14,"32":23,"33":141,"34":72,"347":15,"35":26,"352":740,"36":151,"37":100,"38":525,"380":5,"381":21,"383":21,"389":1,"39":96,"391":26,"396":2,"397":23,"40":46,"409":26,"41":53,"414":20,"415":80,"419":17,"42":40,"43":50,"430":23,"433":7,"44":33,"45":95,"46":140,"48":133,"49":55,"5":871,"51":32,"52":128,"53":55,"56":11,"570":13,"6":258,"63":20,"7":566,"79":50,"8":310,"80":36,"9":271,"all_client":101819,"all_tv_clinet":14895,"insert_time":"2014-08-23T07:53:12.656Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86950,"10":21,"107":528,"11":607,"12":106,"13":412,"14":124,"15":163,"155":32,"156":23,"158":18,"159":35,"16":108,"160":26,"161":194,"167":39,"168":12,"17":196,"18":672,"19":267,"20":137,"209":50,"21":514,"210":22,"211":4,"214":17,"215":59,"221":266,"223":513,"224":85,"225":472,"23":322,"24":1514,"25":389,"257":42,"26":64,"268":5,"27":68,"273":108,"276":19,"279":13,"28":944,"281":2,"282":9,"291":21,"292":87,"30":62,"302":1,"306":1,"31":55,"314":13,"32":25,"33":145,"34":74,"347":14,"35":29,"352":743,"36":148,"37":96,"38":516,"380":5,"381":24,"383":24,"389":1,"39":94,"391":26,"396":1,"397":23,"40":47,"409":31,"41":51,"414":20,"415":79,"419":15,"42":42,"426":1,"43":52,"430":21,"433":8,"44":33,"45":94,"46":144,"48":131,"49":53,"5":871,"51":31,"52":127,"53":56,"56":10,"570":13,"6":265,"63":20,"7":568,"79":48,"8":312,"80":38,"9":266,"all_client":101846,"all_tv_clinet":14896,"insert_time":"2014-08-23T07:54:13.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87075,"10":21,"107":520,"11":625,"12":99,"13":420,"14":126,"15":154,"155":32,"156":19,"158":20,"159":38,"16":107,"160":27,"161":200,"167":40,"168":12,"17":188,"18":686,"19":260,"20":133,"209":47,"21":507,"210":24,"211":4,"214":17,"215":56,"221":261,"223":501,"224":84,"225":465,"23":318,"24":1518,"25":389,"257":40,"26":64,"268":6,"27":70,"273":114,"276":17,"279":13,"28":947,"281":2,"282":8,"291":20,"292":85,"30":65,"302":2,"306":1,"31":53,"314":12,"32":23,"33":142,"34":72,"347":15,"35":29,"352":738,"36":152,"37":99,"38":521,"380":3,"381":25,"383":26,"389":1,"39":96,"391":25,"397":24,"40":50,"409":33,"41":54,"414":17,"415":79,"419":18,"42":40,"426":1,"43":54,"430":22,"433":9,"44":32,"45":92,"46":145,"48":135,"49":47,"5":882,"51":32,"52":129,"53":57,"56":10,"570":12,"6":265,"63":20,"7":564,"79":47,"8":309,"80":37,"9":273,"all_client":101968,"all_tv_clinet":14893,"insert_time":"2014-08-23T07:55:14.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87130,"10":20,"107":511,"11":634,"12":92,"13":434,"14":122,"15":155,"155":32,"156":14,"158":20,"159":42,"16":111,"160":32,"161":199,"167":41,"168":13,"17":185,"18":686,"19":260,"20":129,"209":47,"21":525,"210":23,"211":4,"214":18,"215":57,"221":258,"223":498,"224":84,"225":476,"23":322,"24":1530,"25":390,"257":39,"26":66,"268":6,"27":75,"273":114,"276":17,"279":14,"28":936,"281":3,"282":10,"291":20,"292":83,"30":67,"302":3,"306":1,"31":54,"314":10,"32":27,"33":135,"34":71,"347":15,"35":31,"352":731,"36":154,"37":98,"38":526,"380":3,"381":24,"383":28,"389":1,"39":94,"391":27,"396":1,"397":24,"40":48,"409":33,"41":56,"414":17,"415":81,"419":20,"42":40,"426":1,"43":56,"430":19,"433":9,"44":35,"45":92,"46":140,"48":137,"49":39,"5":892,"51":33,"52":128,"53":61,"56":10,"570":11,"6":260,"63":19,"7":542,"79":43,"8":313,"80":38,"9":275,"all_client":102050,"all_tv_clinet":14920,"insert_time":"2014-08-23T07:56:15.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87199,"10":23,"107":510,"11":643,"12":83,"13":451,"14":121,"15":162,"155":32,"156":14,"158":20,"159":44,"16":104,"160":31,"161":211,"167":40,"168":13,"17":184,"18":682,"19":248,"20":133,"209":45,"21":532,"210":22,"211":4,"214":18,"215":57,"221":265,"223":500,"224":80,"225":472,"23":327,"24":1528,"25":407,"257":42,"26":73,"268":7,"27":75,"273":107,"276":17,"279":14,"28":915,"281":4,"282":11,"291":20,"292":76,"30":65,"302":3,"306":1,"31":55,"314":9,"32":26,"33":125,"34":72,"347":15,"35":32,"352":741,"36":157,"37":96,"38":528,"380":5,"381":26,"383":30,"389":1,"39":90,"391":28,"396":1,"397":24,"40":46,"409":38,"41":59,"414":16,"415":87,"419":20,"42":40,"426":1,"43":56,"430":18,"433":10,"44":33,"45":95,"46":141,"48":127,"49":40,"5":881,"51":38,"52":127,"53":61,"56":11,"570":10,"6":260,"63":19,"7":522,"79":38,"8":313,"80":38,"9":280,"all_client":102121,"all_tv_clinet":14922,"insert_time":"2014-08-23T07:57:16.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87250,"10":28,"107":519,"11":663,"12":85,"13":461,"14":121,"15":171,"155":32,"156":13,"158":18,"159":43,"16":105,"160":34,"161":216,"167":41,"168":13,"17":191,"18":660,"19":250,"20":134,"209":42,"21":524,"210":21,"211":4,"214":18,"215":64,"221":262,"223":516,"224":80,"225":473,"23":331,"24":1539,"25":411,"257":41,"26":76,"268":7,"27":75,"273":102,"276":18,"279":16,"28":914,"281":4,"282":11,"291":20,"292":79,"30":70,"302":2,"306":1,"31":58,"314":9,"32":27,"33":121,"34":73,"347":16,"35":39,"352":750,"36":155,"37":86,"38":525,"380":5,"381":25,"383":28,"389":1,"39":85,"391":24,"396":3,"397":23,"40":49,"409":31,"41":56,"414":15,"415":83,"419":20,"42":41,"426":2,"43":59,"430":19,"433":10,"44":29,"45":94,"46":145,"48":115,"49":35,"5":884,"51":40,"52":124,"53":61,"56":11,"570":11,"6":264,"63":20,"7":497,"79":35,"8":314,"80":37,"9":258,"all_client":102181,"all_tv_clinet":14931,"insert_time":"2014-08-23T07:58:16.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87283,"10":25,"107":522,"11":687,"12":91,"13":470,"14":112,"15":178,"155":32,"156":13,"158":19,"159":45,"16":106,"160":33,"161":223,"167":41,"168":10,"17":193,"18":656,"19":253,"20":136,"209":42,"21":518,"210":21,"211":4,"214":19,"215":66,"221":257,"223":525,"224":82,"225":477,"23":337,"24":1539,"25":414,"257":42,"26":80,"268":7,"27":71,"273":98,"276":19,"279":16,"28":909,"281":5,"282":11,"291":19,"292":80,"30":69,"302":2,"306":1,"31":56,"314":10,"32":26,"33":118,"34":75,"347":14,"35":42,"352":769,"36":158,"37":85,"38":528,"380":5,"381":27,"383":27,"389":1,"39":81,"391":20,"396":4,"397":23,"40":46,"409":30,"41":61,"414":17,"415":83,"419":20,"42":41,"426":2,"43":59,"430":18,"433":10,"44":27,"45":97,"46":154,"48":94,"49":39,"5":886,"51":40,"52":127,"53":61,"56":11,"570":13,"6":274,"63":20,"7":471,"79":33,"8":318,"80":35,"9":240,"all_client":102254,"all_tv_clinet":14971,"insert_time":"2014-08-23T07:59:17.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87311,"10":27,"107":524,"11":715,"12":90,"13":476,"14":107,"15":186,"155":32,"156":10,"158":19,"159":47,"16":107,"160":34,"161":224,"167":40,"168":9,"17":189,"18":650,"19":251,"20":132,"209":38,"21":536,"210":21,"211":4,"214":19,"215":69,"221":257,"223":529,"224":91,"225":486,"23":338,"24":1565,"25":420,"257":39,"26":81,"268":6,"27":76,"273":94,"276":20,"279":15,"28":909,"281":5,"282":10,"291":19,"292":81,"30":68,"302":2,"306":1,"31":51,"314":11,"32":27,"33":117,"34":72,"347":13,"35":48,"352":762,"36":156,"37":87,"38":524,"380":4,"381":22,"383":29,"389":1,"39":75,"391":18,"396":4,"397":22,"40":45,"409":24,"41":61,"414":16,"415":86,"419":23,"42":36,"426":1,"43":62,"430":16,"433":9,"44":28,"45":88,"46":157,"48":83,"49":37,"5":894,"51":40,"52":128,"53":60,"56":11,"570":15,"6":274,"63":21,"7":464,"79":33,"8":321,"80":33,"9":225,"all_client":102313,"all_tv_clinet":15002,"insert_time":"2014-08-23T08:00:18.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87328,"10":24,"107":514,"11":725,"12":85,"13":483,"14":104,"15":195,"155":33,"156":11,"158":18,"159":48,"16":107,"160":32,"161":227,"167":41,"168":9,"17":187,"18":640,"19":259,"20":137,"209":41,"21":548,"210":21,"211":4,"214":19,"215":67,"221":254,"223":528,"224":96,"225":498,"23":349,"24":1567,"25":431,"257":37,"26":82,"268":5,"27":76,"273":87,"276":18,"279":14,"28":905,"281":7,"282":10,"291":19,"292":83,"30":70,"302":3,"306":1,"31":49,"314":12,"32":29,"33":108,"34":73,"347":13,"35":48,"352":762,"36":156,"37":85,"38":532,"380":4,"381":23,"383":30,"389":1,"39":71,"391":21,"396":8,"397":22,"40":46,"409":21,"41":63,"414":18,"415":83,"419":26,"42":31,"426":1,"43":62,"430":13,"433":8,"44":28,"45":81,"46":163,"48":74,"49":39,"5":875,"51":39,"52":131,"53":57,"56":9,"570":14,"6":268,"63":21,"7":456,"79":36,"8":325,"80":35,"9":218,"all_client":102335,"all_tv_clinet":15007,"insert_time":"2014-08-23T08:01:19.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87401,"10":27,"107":519,"11":730,"12":78,"13":492,"14":106,"15":207,"155":34,"156":9,"158":17,"159":48,"16":107,"160":29,"161":236,"167":41,"168":9,"17":176,"18":642,"19":258,"20":135,"209":39,"21":559,"210":20,"211":4,"214":19,"215":73,"221":260,"223":549,"224":101,"225":491,"23":351,"24":1574,"25":439,"257":37,"26":89,"268":5,"27":80,"273":86,"276":18,"279":16,"28":908,"281":6,"282":10,"291":20,"292":84,"30":68,"302":3,"306":1,"31":45,"314":12,"32":30,"33":103,"34":75,"347":14,"35":54,"352":759,"36":153,"37":87,"38":515,"380":4,"381":22,"383":28,"389":1,"39":67,"391":19,"396":10,"397":22,"40":45,"409":19,"41":67,"414":17,"415":83,"419":26,"42":28,"426":1,"43":61,"430":12,"433":8,"44":26,"45":74,"46":170,"48":68,"49":37,"5":837,"51":46,"52":129,"53":55,"56":8,"570":14,"6":274,"63":22,"7":444,"79":35,"8":328,"80":35,"9":208,"all_client":102408,"all_tv_clinet":15007,"insert_time":"2014-08-23T08:02:20.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87465,"10":24,"107":520,"11":751,"12":78,"13":505,"14":106,"15":214,"155":32,"156":9,"158":18,"159":48,"16":114,"160":30,"161":235,"167":41,"168":8,"17":174,"18":641,"19":260,"20":139,"209":38,"21":555,"210":19,"211":3,"214":20,"215":78,"221":257,"223":549,"224":98,"225":502,"23":349,"24":1586,"25":440,"257":38,"26":92,"268":4,"27":81,"273":85,"276":19,"279":17,"28":920,"281":6,"282":9,"291":20,"292":88,"30":68,"302":3,"306":1,"31":45,"314":11,"32":33,"33":99,"34":78,"347":10,"35":56,"352":743,"36":154,"37":76,"38":525,"380":4,"381":21,"383":29,"389":1,"39":64,"391":21,"396":10,"397":21,"40":48,"409":21,"41":64,"414":16,"415":80,"419":24,"42":23,"426":1,"43":62,"430":12,"433":7,"44":27,"45":66,"46":175,"48":66,"49":39,"5":797,"51":49,"52":128,"53":54,"56":7,"570":13,"6":277,"63":22,"7":430,"79":33,"8":330,"80":36,"9":202,"all_client":102467,"all_tv_clinet":15002,"insert_time":"2014-08-23T08:03:20.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87520,"10":23,"107":520,"11":752,"12":77,"13":507,"14":111,"15":213,"155":31,"156":6,"158":18,"159":49,"16":113,"160":27,"161":224,"167":42,"168":8,"17":170,"18":654,"19":264,"20":138,"209":37,"21":560,"210":17,"211":3,"214":21,"215":81,"221":266,"223":547,"224":99,"225":528,"23":346,"24":1599,"25":445,"257":39,"26":101,"268":3,"27":82,"273":90,"276":20,"279":17,"28":930,"281":6,"282":11,"291":21,"292":80,"30":62,"302":4,"306":2,"31":39,"314":12,"32":35,"33":98,"34":71,"347":9,"35":58,"352":742,"36":156,"37":73,"38":518,"380":4,"381":24,"383":24,"389":1,"39":60,"391":20,"396":8,"397":20,"40":47,"409":28,"41":66,"414":16,"415":82,"419":25,"42":24,"426":1,"43":67,"430":12,"433":7,"44":27,"45":64,"46":179,"48":64,"49":38,"5":780,"51":48,"52":129,"53":51,"56":8,"570":13,"6":281,"63":22,"7":427,"79":31,"8":337,"80":35,"9":191,"all_client":102556,"all_tv_clinet":15036,"insert_time":"2014-08-23T08:04:21.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87589,"10":21,"107":518,"11":745,"12":77,"13":511,"14":111,"15":220,"155":31,"156":6,"158":21,"159":49,"16":112,"160":26,"161":217,"167":42,"168":8,"17":171,"18":658,"19":260,"20":133,"209":39,"21":567,"210":15,"211":3,"214":22,"215":81,"221":265,"223":539,"224":107,"225":537,"23":342,"24":1619,"25":438,"257":44,"26":100,"268":4,"27":79,"273":95,"276":20,"279":18,"28":936,"281":6,"282":11,"291":23,"292":71,"30":61,"302":4,"306":2,"31":34,"314":12,"32":35,"33":101,"34":69,"347":8,"35":67,"352":737,"36":155,"37":64,"38":526,"380":4,"381":25,"383":27,"389":1,"39":59,"391":22,"396":6,"397":21,"40":50,"409":28,"41":68,"414":17,"415":83,"419":25,"42":23,"426":1,"43":61,"430":13,"433":7,"44":27,"45":62,"46":181,"48":60,"49":37,"5":756,"51":46,"52":118,"53":51,"56":10,"570":11,"6":285,"63":19,"7":433,"79":31,"8":333,"80":35,"9":197,"all_client":102615,"all_tv_clinet":15026,"insert_time":"2014-08-23T08:05:22.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87661,"10":22,"107":514,"11":748,"12":78,"13":501,"14":112,"15":222,"155":26,"156":6,"158":20,"159":49,"16":116,"160":25,"161":204,"167":42,"168":8,"17":169,"18":662,"19":261,"20":134,"209":38,"21":566,"210":13,"211":3,"214":21,"215":78,"221":260,"223":536,"224":111,"225":545,"23":341,"24":1626,"25":452,"257":47,"26":103,"268":3,"27":81,"273":100,"276":20,"279":18,"28":943,"281":6,"282":10,"291":23,"292":68,"30":57,"302":3,"306":2,"31":30,"314":13,"32":38,"33":102,"34":73,"347":9,"35":74,"352":730,"36":156,"37":61,"38":534,"380":4,"381":29,"383":27,"389":1,"39":56,"391":24,"396":6,"397":20,"40":47,"409":30,"41":67,"414":19,"415":81,"419":27,"42":23,"426":1,"43":64,"430":12,"433":6,"44":26,"45":62,"46":186,"48":56,"49":33,"5":740,"51":42,"52":112,"53":46,"56":10,"570":12,"6":287,"63":19,"7":421,"79":34,"8":335,"80":32,"9":194,"all_client":102665,"all_tv_clinet":15004,"insert_time":"2014-08-23T08:06:22.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87569,"10":23,"107":522,"11":762,"12":76,"13":497,"14":116,"15":222,"155":26,"156":5,"158":19,"159":51,"16":116,"160":24,"161":202,"167":38,"168":8,"17":163,"18":665,"19":266,"20":134,"209":36,"21":582,"210":13,"211":3,"214":21,"215":75,"221":265,"223":536,"224":113,"225":535,"23":338,"24":1622,"25":455,"257":48,"26":103,"268":3,"27":84,"273":96,"276":21,"279":18,"28":951,"281":6,"282":11,"291":24,"292":65,"30":58,"302":2,"306":1,"31":31,"314":13,"32":38,"33":106,"34":77,"347":8,"35":73,"352":717,"36":151,"37":56,"38":536,"380":5,"381":33,"383":28,"389":1,"39":57,"391":21,"396":5,"397":20,"40":48,"409":31,"41":67,"414":21,"415":83,"419":24,"42":23,"426":2,"43":65,"430":11,"433":6,"44":29,"45":64,"46":182,"48":55,"49":30,"5":731,"51":45,"52":104,"53":49,"56":10,"570":10,"6":291,"63":19,"7":409,"79":37,"8":339,"80":31,"9":193,"all_client":102574,"all_tv_clinet":15005,"insert_time":"2014-08-23T08:07:23.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87621,"10":24,"107":523,"11":761,"12":79,"13":496,"14":121,"15":221,"155":22,"156":6,"158":21,"159":47,"16":114,"160":21,"161":208,"167":37,"168":8,"17":156,"18":673,"19":276,"20":139,"209":36,"21":582,"210":16,"211":3,"214":20,"215":74,"221":265,"223":540,"224":114,"225":541,"23":344,"24":1599,"25":454,"257":46,"26":102,"268":4,"27":86,"273":98,"276":22,"279":17,"28":964,"281":5,"282":11,"291":24,"292":65,"30":57,"302":4,"306":1,"31":29,"314":13,"32":44,"33":103,"34":80,"347":8,"35":72,"352":717,"36":161,"37":55,"38":531,"380":5,"381":33,"383":30,"389":1,"39":52,"391":21,"396":4,"397":19,"40":46,"409":31,"41":66,"414":22,"415":84,"419":24,"42":21,"426":2,"43":66,"430":10,"433":7,"44":30,"45":68,"46":187,"48":58,"49":29,"5":717,"51":46,"52":102,"53":50,"56":10,"570":10,"6":282,"63":19,"7":408,"79":36,"8":342,"80":30,"9":196,"all_client":102645,"all_tv_clinet":15024,"insert_time":"2014-08-23T08:08:24.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87705,"10":22,"107":514,"11":735,"12":86,"13":493,"14":124,"15":224,"155":23,"156":6,"158":21,"159":47,"16":113,"160":21,"161":222,"167":37,"168":7,"17":148,"18":690,"19":289,"20":142,"209":37,"21":579,"210":17,"211":3,"214":20,"215":71,"221":260,"223":532,"224":117,"225":546,"23":353,"24":1560,"25":444,"257":46,"26":105,"268":4,"27":89,"273":102,"276":23,"279":17,"28":971,"281":5,"282":12,"291":24,"292":60,"30":52,"302":5,"306":1,"31":33,"314":12,"32":42,"33":106,"34":82,"347":8,"35":72,"352":725,"36":159,"37":52,"38":540,"380":6,"381":34,"383":30,"389":1,"39":51,"391":19,"396":5,"397":19,"40":53,"409":32,"41":61,"414":22,"415":79,"419":26,"42":20,"426":2,"43":70,"430":10,"433":8,"44":31,"45":68,"46":191,"48":59,"49":28,"5":712,"51":46,"52":95,"53":48,"56":11,"570":12,"6":281,"63":20,"7":400,"79":40,"8":342,"80":29,"9":200,"all_client":102716,"all_tv_clinet":15011,"insert_time":"2014-08-23T08:09:25.136Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87748,"10":22,"107":527,"11":723,"12":86,"13":495,"14":121,"15":236,"155":22,"156":5,"158":20,"159":46,"16":109,"160":22,"161":229,"167":34,"168":7,"17":140,"18":694,"19":300,"20":148,"209":37,"21":576,"210":19,"211":4,"214":20,"215":68,"221":259,"223":547,"224":116,"225":545,"23":359,"24":1573,"25":452,"257":48,"26":107,"268":4,"27":94,"273":102,"276":24,"279":18,"28":977,"281":5,"282":11,"291":24,"292":64,"30":50,"302":5,"306":1,"31":35,"314":12,"32":39,"33":109,"34":83,"347":8,"35":71,"352":712,"36":152,"37":52,"38":544,"380":6,"381":34,"383":29,"389":1,"39":54,"391":18,"396":3,"397":19,"40":55,"409":28,"41":63,"414":22,"415":79,"419":26,"42":17,"426":3,"43":72,"430":11,"433":9,"44":36,"45":65,"46":199,"48":60,"49":28,"5":698,"51":46,"52":90,"53":49,"56":11,"570":11,"6":282,"63":20,"7":382,"79":39,"8":341,"80":28,"9":205,"all_client":102799,"all_tv_clinet":15051,"insert_time":"2014-08-23T08:10:26.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87748,"10":20,"107":549,"11":711,"12":87,"13":493,"14":118,"15":239,"155":20,"156":4,"158":17,"159":48,"16":106,"160":22,"161":229,"167":34,"168":7,"17":139,"18":699,"19":310,"20":147,"209":34,"21":578,"210":20,"211":6,"214":18,"215":65,"221":257,"223":537,"224":118,"225":539,"23":364,"24":1574,"25":459,"257":51,"26":111,"268":5,"27":92,"273":99,"276":24,"279":18,"28":989,"281":5,"282":12,"291":24,"292":61,"30":49,"302":4,"306":1,"31":38,"314":11,"32":33,"33":114,"34":81,"347":9,"35":75,"352":716,"36":149,"37":52,"38":541,"380":6,"381":34,"383":28,"389":1,"39":54,"391":19,"396":2,"397":19,"40":56,"409":28,"41":63,"414":21,"415":85,"419":28,"42":15,"426":3,"43":66,"430":11,"433":8,"44":38,"45":63,"46":201,"48":60,"49":27,"5":688,"51":45,"52":85,"53":55,"56":13,"570":10,"6":281,"63":20,"7":391,"79":41,"8":348,"80":29,"9":201,"all_client":102823,"all_tv_clinet":15075,"insert_time":"2014-08-23T08:11:26.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87765,"10":19,"107":568,"11":725,"12":89,"13":498,"14":119,"15":239,"155":21,"156":5,"158":18,"159":49,"16":109,"160":21,"161":225,"167":33,"168":7,"17":133,"18":694,"19":318,"20":150,"209":31,"21":576,"210":20,"211":6,"214":19,"215":64,"221":248,"223":532,"224":112,"225":530,"23":362,"24":1577,"25":461,"257":50,"26":114,"268":5,"27":98,"273":103,"276":24,"279":18,"28":989,"281":5,"282":12,"291":24,"292":55,"30":49,"302":4,"306":2,"31":38,"314":11,"32":27,"33":122,"34":76,"347":10,"35":73,"352":721,"36":149,"37":50,"38":543,"380":6,"381":32,"383":29,"389":1,"39":52,"391":18,"396":3,"397":20,"40":52,"409":26,"41":64,"414":19,"415":83,"419":27,"42":16,"426":3,"43":66,"430":11,"433":7,"44":44,"45":68,"46":205,"48":65,"49":26,"5":662,"51":49,"52":83,"53":63,"56":13,"570":8,"6":277,"63":20,"7":386,"79":48,"8":352,"80":30,"9":200,"all_client":102849,"all_tv_clinet":15084,"insert_time":"2014-08-23T08:12:27.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87801,"10":19,"107":552,"11":734,"12":90,"13":502,"14":122,"15":241,"155":19,"156":6,"158":17,"159":50,"16":109,"160":21,"161":215,"167":37,"168":6,"17":127,"18":691,"19":316,"20":147,"209":32,"21":575,"210":18,"211":6,"214":17,"215":64,"221":240,"223":530,"224":111,"225":515,"23":366,"24":1572,"25":462,"257":51,"26":116,"268":5,"27":94,"273":106,"276":24,"279":17,"28":998,"281":5,"282":13,"291":22,"292":53,"30":47,"302":4,"306":2,"31":39,"314":10,"32":22,"33":127,"34":78,"347":13,"35":72,"352":722,"36":158,"37":51,"38":558,"380":6,"381":31,"383":30,"389":1,"39":46,"391":20,"396":3,"397":19,"40":52,"409":26,"41":64,"414":18,"415":82,"419":26,"42":14,"426":1,"43":68,"430":11,"433":7,"44":44,"45":72,"46":202,"48":65,"49":24,"5":645,"51":47,"52":84,"53":64,"56":13,"570":7,"6":280,"63":20,"7":389,"79":50,"8":352,"80":32,"9":206,"all_client":102858,"all_tv_clinet":15057,"insert_time":"2014-08-23T08:13:28.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87869,"10":17,"107":547,"11":727,"12":95,"13":520,"14":134,"15":234,"155":18,"156":6,"158":22,"159":49,"16":109,"160":20,"161":215,"167":35,"168":7,"17":126,"18":682,"19":315,"20":145,"209":32,"21":579,"210":19,"211":5,"214":16,"215":62,"221":241,"223":508,"224":113,"225":515,"23":362,"24":1573,"25":454,"257":52,"26":113,"268":4,"27":94,"273":103,"276":24,"279":16,"28":1015,"281":5,"282":13,"291":21,"292":48,"30":50,"302":2,"306":2,"31":40,"314":8,"32":21,"33":135,"34":85,"347":14,"35":77,"352":719,"36":156,"37":50,"38":579,"380":5,"381":28,"383":31,"389":1,"39":44,"391":19,"396":3,"397":18,"40":56,"409":25,"41":59,"414":19,"415":89,"419":26,"42":13,"426":1,"43":71,"430":11,"433":6,"44":50,"45":70,"46":214,"48":70,"49":22,"5":614,"51":46,"52":85,"53":63,"56":12,"570":5,"6":277,"63":19,"7":389,"79":53,"8":351,"80":32,"9":219,"all_client":102933,"all_tv_clinet":15064,"insert_time":"2014-08-23T08:14:29.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87923,"10":18,"107":556,"11":719,"12":93,"13":515,"14":138,"15":230,"155":18,"156":6,"158":23,"159":49,"16":109,"160":19,"161":204,"167":33,"168":7,"17":122,"18":690,"19":321,"20":143,"209":32,"21":590,"210":20,"211":6,"214":16,"215":64,"221":236,"223":514,"224":115,"225":497,"23":360,"24":1581,"25":432,"257":53,"26":111,"268":5,"27":94,"273":94,"276":25,"279":16,"28":1037,"281":5,"282":15,"291":21,"292":44,"30":49,"302":2,"306":2,"31":39,"314":8,"32":20,"33":136,"34":91,"347":13,"35":77,"352":729,"36":145,"37":50,"38":576,"380":5,"381":29,"383":34,"389":1,"39":42,"391":18,"396":4,"397":17,"40":60,"409":27,"41":64,"414":18,"415":82,"419":27,"42":11,"426":1,"43":72,"430":11,"433":7,"44":52,"45":70,"46":220,"48":76,"49":22,"5":599,"51":48,"52":85,"53":60,"56":15,"570":5,"6":285,"63":16,"7":397,"79":53,"8":352,"80":30,"9":225,"all_client":102996,"all_tv_clinet":15073,"insert_time":"2014-08-23T08:15:29.811Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87940,"10":18,"107":564,"11":730,"12":100,"13":515,"14":138,"15":219,"155":19,"156":4,"158":25,"159":47,"16":106,"160":20,"161":197,"167":34,"168":8,"17":123,"18":697,"19":328,"20":145,"209":27,"21":596,"210":21,"211":6,"214":17,"215":66,"221":244,"223":500,"224":116,"225":475,"23":358,"24":1583,"25":408,"257":55,"26":108,"268":6,"27":98,"273":86,"276":26,"279":17,"28":1047,"281":5,"282":16,"291":22,"292":43,"30":47,"302":2,"306":2,"31":39,"314":7,"32":14,"33":142,"34":92,"347":16,"35":79,"352":723,"36":141,"37":50,"38":578,"380":5,"381":28,"383":34,"389":1,"39":40,"391":17,"396":4,"397":17,"40":60,"409":30,"41":70,"414":17,"415":74,"419":29,"42":10,"426":1,"43":73,"430":9,"433":7,"44":56,"45":73,"46":218,"48":79,"49":20,"5":578,"51":53,"52":83,"53":64,"56":16,"570":5,"6":280,"63":15,"7":399,"79":54,"8":354,"80":32,"9":238,"all_client":102998,"all_tv_clinet":15058,"insert_time":"2014-08-23T08:16:30.478Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87930,"10":18,"107":554,"11":737,"12":106,"13":511,"14":132,"15":211,"155":19,"156":3,"158":26,"159":47,"16":111,"160":21,"161":192,"167":34,"168":8,"17":118,"18":697,"19":336,"20":148,"209":26,"21":598,"210":21,"211":6,"214":17,"215":64,"221":255,"223":500,"224":126,"225":473,"23":357,"24":1601,"25":392,"257":56,"26":106,"268":6,"27":94,"273":85,"276":25,"279":17,"28":1066,"281":4,"282":18,"291":19,"292":39,"30":44,"302":2,"306":2,"31":39,"314":10,"32":13,"33":147,"34":93,"347":22,"35":78,"352":716,"36":139,"37":53,"38":575,"380":5,"381":28,"383":35,"389":1,"39":38,"391":16,"396":4,"397":17,"40":61,"409":30,"41":68,"414":16,"415":71,"419":27,"42":9,"426":1,"43":76,"430":9,"433":9,"44":54,"45":76,"46":228,"48":81,"49":20,"5":578,"51":50,"52":86,"53":64,"56":16,"570":5,"6":278,"63":14,"7":413,"79":53,"8":336,"80":32,"9":251,"all_client":103019,"all_tv_clinet":15089,"insert_time":"2014-08-23T08:17:31.165Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87964,"10":18,"107":560,"11":756,"12":100,"13":521,"14":135,"15":204,"155":18,"156":3,"158":27,"159":49,"16":109,"160":21,"161":192,"167":32,"168":9,"17":115,"18":701,"19":347,"20":148,"209":26,"21":603,"210":20,"211":6,"214":15,"215":63,"221":250,"223":493,"224":138,"225":473,"23":355,"24":1587,"25":376,"257":56,"26":109,"268":7,"27":97,"273":79,"276":26,"279":18,"28":1092,"281":3,"282":18,"291":19,"292":37,"30":39,"302":3,"306":2,"31":40,"314":10,"32":12,"33":149,"34":96,"347":22,"35":71,"352":729,"36":135,"37":59,"38":559,"380":4,"381":29,"383":34,"389":1,"39":39,"391":15,"396":5,"397":18,"40":63,"409":33,"41":66,"414":15,"415":71,"419":24,"42":10,"426":1,"43":74,"430":8,"433":10,"44":55,"45":80,"46":236,"48":83,"49":21,"5":566,"51":48,"52":88,"53":65,"56":15,"570":4,"6":280,"63":14,"7":426,"79":51,"8":325,"80":32,"9":260,"all_client":103090,"all_tv_clinet":15126,"insert_time":"2014-08-23T08:18:31.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87979,"10":20,"107":570,"11":753,"12":104,"13":536,"14":134,"15":202,"155":20,"156":4,"158":28,"159":50,"16":106,"160":21,"161":193,"167":32,"168":9,"17":110,"18":698,"19":358,"20":147,"209":21,"21":592,"210":21,"211":6,"214":15,"215":65,"221":247,"223":505,"224":141,"225":479,"23":365,"24":1564,"25":354,"257":59,"26":108,"268":7,"27":96,"273":78,"276":26,"279":20,"28":1116,"281":3,"282":17,"291":20,"292":36,"30":38,"302":4,"306":2,"31":38,"314":11,"32":15,"33":150,"34":91,"347":26,"35":63,"352":724,"36":136,"37":60,"38":554,"380":4,"381":30,"383":33,"389":1,"39":43,"391":16,"396":6,"397":18,"40":64,"409":34,"41":61,"414":13,"415":74,"419":26,"42":11,"426":1,"43":75,"430":8,"433":9,"44":54,"45":84,"46":243,"48":84,"49":19,"5":565,"51":48,"52":93,"53":68,"56":16,"570":4,"6":293,"63":15,"7":425,"79":54,"8":307,"80":33,"9":271,"all_client":103150,"all_tv_clinet":15171,"insert_time":"2014-08-23T08:19:32.642Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88018,"10":23,"107":578,"11":767,"12":101,"13":550,"14":140,"15":197,"155":22,"156":5,"158":26,"159":49,"16":110,"160":20,"161":200,"167":33,"168":9,"17":103,"18":695,"19":355,"20":148,"209":20,"21":601,"210":18,"211":6,"214":15,"215":66,"221":242,"223":492,"224":143,"225":473,"23":362,"24":1526,"25":337,"257":62,"26":109,"268":5,"27":91,"273":79,"276":28,"279":20,"28":1128,"281":3,"282":17,"291":19,"292":35,"30":35,"302":5,"306":2,"31":41,"314":10,"32":19,"33":154,"34":98,"347":26,"35":54,"352":721,"36":133,"37":65,"38":543,"380":4,"381":31,"383":33,"389":1,"39":45,"391":14,"396":6,"397":17,"40":67,"409":36,"41":59,"414":13,"415":75,"419":25,"42":9,"426":2,"43":79,"430":8,"433":7,"434":1,"44":57,"45":90,"46":251,"48":90,"49":18,"5":572,"51":49,"52":97,"53":71,"56":16,"570":4,"6":299,"63":15,"7":426,"79":53,"8":291,"80":33,"9":280,"all_client":103196,"all_tv_clinet":15178,"insert_time":"2014-08-23T08:20:33.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88094,"10":24,"107":578,"11":765,"12":108,"13":546,"14":133,"15":198,"155":23,"156":4,"158":26,"159":48,"16":115,"160":20,"161":206,"167":33,"168":9,"17":103,"18":696,"19":352,"20":147,"209":21,"21":611,"210":17,"211":5,"214":14,"215":71,"221":248,"223":490,"224":141,"225":475,"23":366,"24":1501,"25":323,"257":66,"26":106,"268":5,"27":88,"273":80,"276":29,"279":21,"28":1136,"281":3,"282":17,"291":18,"292":32,"30":33,"302":3,"306":3,"31":43,"314":11,"32":19,"33":157,"34":102,"347":30,"35":51,"352":736,"36":141,"37":70,"38":537,"380":4,"381":32,"383":35,"389":1,"39":40,"391":16,"396":4,"397":17,"40":68,"409":39,"41":58,"414":14,"415":77,"419":26,"42":10,"426":2,"43":80,"430":9,"433":7,"434":1,"44":64,"45":90,"46":245,"48":98,"49":18,"5":565,"51":45,"52":101,"53":73,"56":18,"570":3,"6":316,"63":13,"7":422,"79":53,"8":277,"80":33,"9":289,"all_client":103311,"all_tv_clinet":15217,"insert_time":"2014-08-23T08:21:34.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88142,"10":24,"107":580,"11":764,"12":110,"13":559,"14":122,"15":197,"155":23,"156":4,"158":27,"159":48,"16":117,"160":19,"161":214,"167":37,"168":9,"17":104,"18":700,"19":350,"20":150,"209":20,"21":625,"210":18,"211":5,"214":14,"215":72,"221":257,"223":480,"224":146,"225":484,"23":366,"24":1466,"25":312,"257":66,"26":108,"268":5,"27":80,"273":85,"276":30,"279":20,"28":1144,"281":3,"282":17,"291":18,"292":32,"30":30,"302":3,"306":3,"31":43,"314":10,"32":18,"33":158,"34":110,"347":31,"35":47,"352":729,"36":142,"37":72,"38":537,"380":4,"381":29,"383":35,"389":2,"39":39,"391":17,"396":4,"397":17,"40":63,"409":36,"41":51,"414":14,"415":76,"419":23,"42":13,"426":2,"43":85,"430":8,"433":6,"434":1,"44":66,"45":91,"46":236,"48":103,"49":16,"5":552,"51":48,"52":104,"53":72,"56":19,"570":5,"6":321,"63":12,"7":423,"79":53,"8":277,"80":33,"9":291,"all_client":103353,"all_tv_clinet":15211,"insert_time":"2014-08-23T08:22:35.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88179,"10":25,"107":581,"11":770,"12":110,"13":559,"14":112,"15":203,"155":26,"156":5,"158":29,"159":49,"16":107,"160":23,"161":225,"167":39,"168":9,"17":106,"18":693,"19":348,"20":147,"209":20,"21":645,"210":19,"211":5,"214":15,"215":72,"221":253,"223":494,"224":152,"225":481,"23":357,"24":1432,"25":315,"257":69,"26":113,"268":5,"27":78,"273":90,"276":30,"279":21,"28":1146,"281":3,"282":16,"291":18,"292":34,"30":28,"302":3,"306":3,"31":42,"314":8,"32":17,"33":157,"34":111,"347":31,"35":44,"352":732,"36":144,"37":71,"38":520,"380":2,"381":30,"383":39,"389":2,"39":36,"391":16,"396":3,"397":18,"40":57,"409":32,"41":52,"414":13,"415":78,"419":24,"42":16,"426":1,"43":95,"430":9,"433":6,"434":1,"44":63,"45":85,"46":219,"48":108,"49":15,"5":545,"51":47,"52":109,"53":75,"56":20,"570":4,"6":326,"63":12,"7":411,"79":56,"8":269,"80":32,"9":303,"all_client":103368,"all_tv_clinet":15189,"insert_time":"2014-08-23T08:23:35.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88226,"10":25,"107":578,"11":767,"12":111,"13":570,"14":115,"15":210,"155":26,"156":6,"158":28,"159":50,"16":99,"160":22,"161":241,"167":39,"168":8,"17":102,"18":692,"19":356,"20":151,"209":21,"21":658,"210":18,"211":5,"214":16,"215":70,"221":254,"223":511,"224":159,"225":471,"23":375,"24":1395,"25":308,"257":70,"26":115,"268":4,"27":71,"273":89,"276":30,"279":21,"28":1157,"281":2,"282":18,"291":18,"292":37,"30":25,"302":3,"306":3,"31":43,"314":8,"32":17,"33":159,"34":117,"347":29,"35":42,"352":740,"36":150,"37":69,"38":511,"380":2,"381":31,"383":36,"389":2,"39":35,"391":16,"396":3,"397":18,"40":46,"409":29,"41":49,"414":15,"415":77,"419":26,"42":21,"426":1,"43":99,"430":10,"433":6,"434":1,"44":64,"45":81,"46":205,"48":108,"49":18,"5":547,"51":49,"52":108,"53":76,"56":22,"570":4,"6":330,"63":12,"7":403,"79":58,"8":266,"80":34,"9":313,"all_client":103452,"all_tv_clinet":15226,"insert_time":"2014-08-23T08:24:36.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88222,"10":25,"107":582,"11":778,"12":120,"13":569,"14":115,"15":211,"155":26,"156":5,"158":30,"159":50,"16":92,"160":22,"161":241,"167":39,"168":7,"17":99,"18":702,"19":359,"20":152,"209":22,"21":659,"210":17,"211":5,"214":16,"215":69,"221":261,"223":512,"224":167,"225":467,"23":383,"24":1360,"25":300,"257":69,"26":117,"268":5,"27":71,"273":91,"276":30,"279":21,"28":1156,"281":2,"282":22,"291":18,"292":36,"30":26,"302":3,"306":4,"31":44,"314":8,"32":18,"33":154,"34":120,"347":25,"35":43,"352":732,"36":153,"37":68,"38":501,"380":2,"381":32,"383":34,"389":2,"39":38,"391":16,"396":4,"397":18,"40":46,"409":27,"41":50,"414":14,"415":75,"419":23,"42":22,"426":1,"43":99,"430":9,"431":1,"433":7,"434":1,"44":70,"45":78,"46":189,"48":112,"49":22,"5":547,"51":50,"52":109,"53":75,"56":26,"570":2,"6":331,"63":13,"7":405,"79":59,"8":265,"80":33,"9":324,"all_client":103452,"all_tv_clinet":15230,"insert_time":"2014-08-23T08:25:37.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88258,"10":23,"107":577,"11":776,"12":123,"13":569,"14":113,"15":202,"155":28,"156":5,"158":31,"159":50,"16":92,"160":20,"161":245,"167":37,"168":7,"17":98,"18":703,"19":362,"20":162,"209":18,"21":640,"210":17,"211":5,"214":17,"215":71,"221":275,"223":523,"224":168,"225":447,"23":382,"24":1347,"25":302,"257":62,"26":118,"268":5,"27":71,"273":94,"276":32,"279":21,"28":1161,"281":2,"282":24,"291":19,"292":37,"30":27,"302":3,"306":4,"31":41,"314":7,"32":18,"33":152,"34":120,"347":25,"35":46,"352":745,"36":149,"37":68,"38":503,"380":2,"381":33,"383":34,"389":2,"39":39,"391":16,"396":3,"397":18,"40":47,"409":28,"41":46,"414":14,"415":75,"419":20,"42":27,"426":2,"43":97,"430":8,"431":1,"433":7,"434":1,"44":78,"45":76,"46":179,"48":109,"49":23,"5":545,"51":53,"52":108,"53":76,"56":29,"570":2,"6":335,"63":12,"7":402,"79":57,"8":261,"80":34,"9":327,"all_client":103473,"all_tv_clinet":15215,"insert_time":"2014-08-23T08:26:38.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88278,"10":23,"107":588,"11":778,"12":126,"13":579,"14":121,"15":182,"155":27,"156":4,"158":30,"159":52,"16":94,"160":21,"161":254,"167":35,"168":7,"17":96,"18":699,"19":371,"20":164,"209":20,"21":624,"210":17,"211":5,"214":18,"215":73,"221":270,"223":533,"224":176,"225":447,"23":365,"24":1333,"25":300,"257":63,"26":114,"268":6,"27":60,"273":88,"276":32,"279":24,"28":1178,"281":2,"282":27,"291":19,"292":37,"30":28,"302":3,"306":4,"31":40,"314":7,"32":14,"33":142,"34":117,"347":25,"35":45,"352":771,"36":151,"37":68,"38":505,"380":2,"381":33,"383":37,"389":2,"39":39,"391":18,"396":5,"397":18,"40":44,"409":25,"41":41,"414":16,"415":74,"419":14,"42":32,"426":2,"43":84,"430":7,"431":1,"433":6,"434":1,"44":79,"45":80,"46":175,"48":106,"49":25,"5":538,"51":51,"52":112,"53":79,"56":28,"570":2,"6":338,"63":13,"7":415,"79":60,"8":259,"80":31,"9":331,"all_client":103503,"all_tv_clinet":15225,"insert_time":"2014-08-23T08:27:38.962Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88277,"10":22,"107":570,"11":794,"12":130,"13":563,"14":121,"15":165,"155":28,"156":4,"158":28,"159":53,"16":93,"160":24,"161":264,"167":36,"168":7,"17":95,"18":699,"19":368,"20":162,"209":20,"21":605,"210":18,"211":5,"214":18,"215":73,"221":261,"223":540,"224":182,"225":486,"23":353,"24":1320,"25":309,"257":65,"26":118,"268":6,"27":58,"273":91,"276":31,"279":25,"28":1181,"281":1,"282":26,"291":19,"292":32,"30":25,"302":3,"306":4,"31":42,"314":6,"32":14,"33":140,"34":107,"347":25,"35":42,"352":777,"36":155,"37":70,"38":505,"380":2,"381":33,"383":37,"389":3,"39":41,"391":15,"396":5,"397":18,"40":44,"409":26,"41":42,"414":17,"415":72,"419":13,"42":38,"426":2,"43":78,"430":7,"431":1,"433":6,"434":1,"44":82,"45":84,"46":178,"48":109,"49":26,"5":547,"51":52,"52":116,"53":76,"56":28,"570":3,"6":337,"63":13,"7":415,"79":61,"8":249,"80":30,"9":343,"all_client":103511,"all_tv_clinet":15234,"insert_time":"2014-08-23T08:28:39.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88368,"10":22,"107":576,"11":810,"12":137,"13":540,"14":128,"15":155,"155":30,"156":5,"158":29,"159":50,"16":92,"160":23,"161":250,"167":36,"168":7,"17":91,"18":708,"19":360,"20":161,"209":20,"21":582,"210":18,"211":5,"214":18,"215":72,"221":260,"223":550,"224":184,"225":495,"23":347,"24":1340,"25":315,"257":68,"26":121,"268":7,"27":53,"273":95,"276":31,"279":27,"28":1177,"281":1,"282":28,"291":21,"292":33,"30":25,"302":3,"306":4,"31":40,"314":5,"32":14,"33":138,"34":95,"347":26,"35":39,"352":773,"36":152,"37":68,"38":503,"380":3,"381":30,"383":36,"389":3,"39":41,"391":15,"396":6,"397":18,"40":40,"409":25,"41":40,"414":16,"415":74,"419":14,"42":45,"426":2,"43":63,"430":6,"431":1,"433":6,"434":1,"44":86,"45":87,"46":176,"48":111,"49":26,"5":565,"51":53,"52":114,"53":79,"56":29,"570":4,"6":340,"63":14,"7":416,"79":63,"8":252,"80":29,"9":354,"all_client":103614,"all_tv_clinet":15246,"insert_time":"2014-08-23T08:29:40.415Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88452,"10":22,"107":569,"11":835,"12":142,"13":507,"14":138,"15":146,"155":31,"156":5,"158":32,"159":49,"16":85,"160":23,"161":237,"167":40,"168":7,"17":92,"18":718,"19":332,"20":158,"209":21,"21":564,"210":17,"211":5,"214":18,"215":73,"221":264,"223":554,"224":188,"225":503,"23":327,"24":1383,"25":318,"257":68,"26":124,"268":6,"27":51,"273":101,"276":34,"279":27,"28":1199,"281":1,"282":29,"291":21,"292":41,"30":25,"302":3,"306":2,"31":40,"314":4,"32":13,"33":134,"34":81,"347":25,"35":37,"352":771,"36":159,"37":67,"38":520,"380":3,"381":32,"383":34,"389":3,"39":47,"391":12,"396":4,"397":19,"40":37,"409":25,"41":35,"414":16,"415":78,"419":13,"42":49,"426":2,"43":57,"430":7,"431":1,"433":6,"434":1,"44":86,"45":89,"46":167,"48":114,"49":25,"5":573,"51":56,"52":112,"53":76,"56":29,"570":4,"6":347,"63":13,"7":427,"79":63,"8":251,"80":30,"9":359,"all_client":103740,"all_tv_clinet":15288,"insert_time":"2014-08-23T08:30:41.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88467,"10":22,"107":557,"11":855,"12":136,"13":472,"14":145,"15":139,"155":31,"156":9,"158":33,"159":48,"16":84,"160":23,"161":218,"167":41,"168":7,"17":96,"18":722,"19":320,"20":156,"209":19,"21":550,"210":16,"211":5,"214":18,"215":75,"221":254,"223":569,"224":185,"225":520,"23":324,"24":1417,"25":324,"257":69,"26":121,"268":6,"27":51,"273":105,"276":33,"279":29,"28":1217,"281":1,"282":30,"291":22,"292":42,"30":23,"302":2,"306":2,"31":36,"314":6,"32":13,"33":135,"34":76,"347":27,"35":35,"352":775,"36":157,"37":68,"38":528,"380":3,"381":36,"383":34,"389":2,"39":48,"391":12,"396":3,"397":21,"40":35,"409":26,"41":37,"414":17,"415":75,"419":12,"42":44,"426":1,"43":53,"430":7,"433":4,"434":1,"44":84,"45":89,"46":160,"48":114,"49":27,"5":579,"51":57,"52":112,"53":87,"56":31,"570":4,"6":348,"63":14,"7":447,"79":63,"8":252,"80":31,"9":366,"all_client":103802,"all_tv_clinet":15335,"insert_time":"2014-08-23T08:31:42.544Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88536,"10":22,"107":549,"11":856,"12":133,"13":464,"14":146,"15":137,"155":28,"156":9,"158":33,"159":45,"16":84,"160":24,"161":225,"167":43,"168":7,"17":100,"18":721,"19":321,"20":150,"209":20,"21":538,"210":15,"211":5,"214":18,"215":75,"221":253,"223":576,"224":181,"225":543,"23":311,"24":1438,"25":329,"257":67,"26":120,"268":6,"27":48,"273":96,"276":32,"279":29,"28":1219,"281":1,"282":29,"291":22,"292":45,"30":24,"302":2,"306":2,"31":39,"314":6,"32":14,"33":135,"34":65,"347":27,"35":36,"352":768,"36":163,"37":71,"38":520,"380":3,"381":35,"383":32,"389":2,"39":51,"391":12,"396":3,"397":19,"40":36,"409":25,"41":41,"414":17,"415":78,"419":11,"42":42,"426":1,"43":49,"430":7,"433":5,"434":1,"44":83,"45":90,"46":163,"48":116,"49":31,"5":582,"51":58,"52":116,"53":89,"56":31,"570":4,"6":356,"63":15,"7":451,"79":59,"8":253,"80":30,"9":371,"all_client":103889,"all_tv_clinet":15353,"insert_time":"2014-08-23T08:32:43.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88622,"10":20,"107":556,"11":866,"12":123,"13":466,"14":152,"15":132,"155":27,"156":9,"158":32,"159":44,"16":81,"160":26,"161":223,"167":46,"168":7,"17":98,"18":731,"19":309,"20":152,"209":20,"21":536,"210":17,"211":2,"214":18,"215":73,"221":260,"223":575,"224":170,"225":544,"23":312,"24":1455,"25":325,"257":71,"26":125,"268":6,"27":43,"273":93,"276":33,"279":29,"28":1230,"281":1,"282":29,"291":22,"292":47,"30":22,"302":3,"306":2,"31":44,"314":5,"32":14,"33":139,"34":63,"347":27,"35":39,"352":774,"36":165,"37":73,"38":504,"380":2,"381":35,"383":32,"389":2,"39":47,"391":11,"396":3,"397":18,"40":37,"409":24,"41":44,"414":18,"415":75,"419":12,"42":38,"426":1,"43":45,"430":6,"433":6,"434":1,"44":90,"45":95,"46":156,"48":110,"49":31,"5":588,"51":56,"52":116,"53":84,"56":32,"570":4,"6":355,"63":15,"7":454,"79":58,"8":258,"80":30,"9":379,"all_client":104000,"all_tv_clinet":15378,"insert_time":"2014-08-23T08:33:49.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88740,"10":19,"107":574,"11":878,"12":119,"13":449,"14":154,"15":124,"155":26,"156":6,"158":34,"159":43,"16":78,"160":27,"161":234,"167":44,"168":7,"17":99,"18":739,"19":305,"20":146,"209":20,"21":532,"210":18,"211":2,"214":19,"215":73,"221":255,"223":562,"224":163,"225":541,"23":303,"24":1470,"25":335,"257":70,"26":124,"268":5,"27":42,"273":88,"276":33,"279":28,"28":1240,"281":2,"282":26,"291":22,"292":48,"30":24,"302":3,"306":2,"31":45,"314":3,"32":12,"33":141,"34":63,"347":26,"35":42,"352":770,"36":161,"37":76,"38":507,"380":2,"381":36,"383":32,"389":2,"39":44,"391":10,"396":3,"397":18,"40":38,"409":24,"41":43,"414":18,"415":72,"419":12,"42":35,"426":1,"43":44,"430":5,"433":6,"434":1,"44":87,"45":89,"46":155,"48":115,"49":32,"5":585,"51":59,"52":125,"53":89,"56":31,"570":5,"6":357,"63":18,"7":466,"79":60,"8":262,"80":29,"9":381,"all_client":104132,"all_tv_clinet":15392,"insert_time":"2014-08-23T08:34:49.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88781,"10":19,"107":580,"11":874,"12":117,"13":431,"14":154,"15":120,"155":25,"156":5,"158":35,"159":44,"16":76,"160":29,"161":233,"167":46,"168":7,"17":93,"18":739,"19":296,"20":151,"209":23,"21":535,"210":17,"211":2,"214":18,"215":72,"221":259,"223":569,"224":160,"225":541,"23":302,"24":1453,"25":339,"257":73,"26":121,"268":5,"27":42,"273":88,"276":32,"279":27,"28":1250,"281":3,"282":25,"291":23,"292":47,"30":23,"302":3,"306":3,"31":41,"314":3,"32":10,"33":139,"34":60,"347":25,"35":48,"352":765,"36":155,"37":72,"38":506,"380":3,"381":35,"383":29,"389":2,"39":46,"391":10,"396":3,"397":18,"40":39,"409":25,"41":49,"414":18,"415":71,"419":12,"42":31,"426":1,"43":44,"430":6,"433":5,"434":1,"44":85,"45":81,"46":146,"48":118,"49":38,"5":596,"51":59,"52":127,"53":86,"56":32,"570":6,"6":354,"63":20,"7":484,"79":60,"8":274,"80":29,"9":386,"all_client":104163,"all_tv_clinet":15382,"insert_time":"2014-08-23T08:35:50.678Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88855,"10":19,"107":573,"11":864,"12":129,"13":420,"14":152,"15":120,"155":27,"156":6,"158":36,"159":43,"16":73,"160":30,"161":235,"167":44,"168":7,"17":83,"18":738,"19":292,"20":146,"209":24,"21":537,"210":16,"211":3,"214":18,"215":70,"221":269,"223":573,"224":147,"225":544,"23":316,"24":1460,"25":355,"257":72,"26":121,"268":5,"27":41,"273":86,"276":33,"279":25,"28":1243,"281":3,"282":23,"291":22,"292":47,"30":25,"302":5,"306":3,"31":45,"314":3,"32":10,"33":134,"34":59,"347":24,"35":52,"352":755,"36":152,"37":72,"38":510,"380":4,"381":36,"383":27,"389":2,"39":48,"391":10,"396":3,"397":20,"40":42,"409":27,"41":51,"414":20,"415":70,"419":11,"42":30,"43":47,"430":6,"433":6,"434":1,"44":84,"45":72,"46":146,"48":122,"49":44,"5":608,"51":55,"52":127,"53":81,"56":34,"570":6,"6":354,"63":21,"7":491,"79":61,"8":290,"80":29,"9":392,"all_client":104272,"all_tv_clinet":15417,"insert_time":"2014-08-23T08:36:51.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88923,"10":21,"107":586,"11":861,"12":130,"13":415,"14":155,"15":115,"155":27,"156":7,"158":34,"159":45,"16":74,"160":26,"161":242,"167":44,"168":7,"17":78,"18":740,"19":287,"20":140,"209":26,"21":555,"210":16,"211":3,"214":18,"215":72,"221":263,"223":580,"224":130,"225":559,"23":315,"24":1467,"25":359,"257":71,"26":126,"268":5,"27":40,"273":86,"276":31,"279":28,"28":1221,"281":3,"282":21,"291":23,"292":49,"30":28,"302":5,"306":4,"31":49,"314":3,"32":11,"33":131,"34":57,"347":23,"35":54,"352":742,"36":147,"37":69,"38":515,"380":4,"381":38,"383":26,"389":1,"39":49,"391":10,"396":3,"397":20,"40":45,"409":29,"41":54,"414":20,"415":77,"419":11,"42":32,"43":45,"430":7,"433":6,"434":1,"44":86,"45":69,"46":150,"48":121,"49":47,"5":624,"51":52,"52":124,"53":76,"56":33,"570":6,"6":353,"63":21,"7":486,"79":58,"8":304,"80":29,"9":385,"all_client":104364,"all_tv_clinet":15441,"insert_time":"2014-08-23T08:37:52.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88943,"10":20,"107":587,"11":858,"12":130,"13":417,"14":150,"15":117,"155":28,"156":9,"158":35,"159":45,"16":81,"160":24,"161":263,"167":46,"168":6,"17":74,"18":752,"19":281,"20":137,"209":24,"21":574,"210":18,"211":4,"214":19,"215":69,"221":261,"223":590,"224":116,"225":564,"23":317,"24":1446,"25":375,"257":70,"26":125,"268":5,"27":40,"273":84,"276":29,"279":30,"28":1181,"281":3,"282":19,"291":25,"292":54,"30":28,"302":5,"306":4,"31":56,"314":3,"32":10,"33":130,"34":56,"347":22,"35":55,"352":741,"36":141,"37":67,"38":517,"380":4,"381":38,"383":26,"39":46,"391":9,"396":3,"397":20,"40":54,"409":31,"41":54,"414":19,"415":82,"419":11,"42":30,"43":42,"430":8,"433":7,"434":1,"44":87,"45":66,"46":158,"48":120,"49":54,"5":629,"51":53,"52":125,"53":72,"56":35,"570":6,"6":350,"63":22,"7":482,"79":62,"8":319,"80":30,"9":384,"all_client":104419,"all_tv_clinet":15476,"insert_time":"2014-08-23T08:38:53.194Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88995,"10":20,"107":595,"11":864,"12":138,"13":406,"14":138,"15":114,"155":28,"156":10,"158":37,"159":44,"16":84,"160":25,"161":262,"167":46,"168":6,"17":76,"18":754,"19":273,"20":139,"209":23,"21":565,"210":18,"211":4,"214":18,"215":70,"221":258,"223":589,"224":99,"225":578,"23":326,"24":1458,"25":386,"257":69,"26":123,"268":6,"27":40,"273":91,"276":27,"279":33,"28":1150,"281":4,"282":18,"291":26,"292":57,"30":26,"302":4,"306":4,"31":59,"314":3,"32":13,"33":129,"34":52,"347":18,"35":56,"352":740,"36":144,"37":66,"38":524,"380":3,"381":40,"383":25,"39":48,"391":10,"396":2,"397":21,"40":54,"409":33,"41":54,"414":18,"415":77,"419":9,"42":28,"43":40,"430":9,"433":7,"434":1,"44":92,"45":61,"46":166,"48":114,"49":65,"5":635,"51":50,"52":127,"53":74,"56":39,"570":6,"6":345,"63":23,"7":482,"79":61,"8":323,"80":31,"9":372,"all_client":104473,"all_tv_clinet":15478,"insert_time":"2014-08-23T08:39:53.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89136,"10":20,"107":598,"11":867,"12":136,"13":399,"14":135,"15":116,"155":28,"156":9,"158":40,"159":44,"16":87,"160":25,"161":258,"167":45,"168":6,"17":76,"18":759,"19":275,"20":137,"209":22,"21":573,"210":18,"211":4,"214":17,"215":69,"221":270,"223":584,"224":88,"225":576,"23":322,"24":1476,"25":398,"257":66,"26":124,"268":6,"27":37,"273":90,"276":25,"279":33,"28":1122,"281":5,"282":18,"291":26,"292":57,"30":27,"302":3,"306":4,"31":54,"314":2,"32":13,"33":132,"34":51,"347":17,"35":57,"352":746,"36":144,"37":68,"38":530,"380":6,"381":38,"383":28,"389":1,"39":48,"391":10,"396":2,"397":22,"40":59,"409":34,"41":56,"414":16,"415":79,"419":9,"42":28,"43":39,"430":9,"433":7,"44":97,"45":55,"46":165,"48":89,"49":76,"5":637,"51":47,"52":124,"53":72,"56":40,"570":4,"6":346,"63":23,"7":492,"79":61,"8":331,"80":31,"9":373,"all_client":104624,"all_tv_clinet":15488,"insert_time":"2014-08-23T08:40:54.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89144,"10":19,"107":609,"11":860,"12":141,"13":405,"14":135,"15":109,"155":30,"156":9,"158":40,"159":45,"16":88,"160":26,"161":238,"167":47,"168":6,"17":81,"18":760,"19":270,"20":139,"209":22,"21":569,"210":19,"211":4,"214":19,"215":74,"221":279,"223":587,"224":85,"225":582,"23":322,"24":1486,"25":402,"257":64,"26":121,"268":6,"27":40,"273":93,"276":25,"279":33,"28":1099,"281":6,"282":18,"291":23,"292":56,"30":25,"302":3,"306":4,"31":51,"314":2,"32":15,"33":130,"34":51,"347":15,"35":56,"352":763,"36":138,"37":67,"38":536,"380":6,"381":37,"383":29,"389":2,"39":50,"391":9,"396":1,"397":22,"40":56,"409":35,"41":55,"414":17,"415":72,"419":12,"42":29,"43":39,"430":8,"433":7,"44":99,"45":53,"46":164,"48":79,"49":78,"5":647,"51":43,"52":131,"53":70,"56":43,"570":4,"6":337,"63":23,"7":501,"79":60,"8":342,"80":31,"9":374,"all_client":104656,"all_tv_clinet":15512,"insert_time":"2014-08-23T08:41:55.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89144,"10":22,"107":602,"11":860,"12":144,"13":405,"14":139,"15":105,"155":29,"156":9,"158":38,"159":45,"16":92,"160":29,"161":239,"167":46,"168":6,"17":84,"18":771,"19":264,"20":142,"209":26,"21":569,"210":19,"211":4,"214":19,"215":75,"221":267,"223":599,"224":81,"225":581,"23":327,"24":1497,"25":407,"257":67,"26":124,"268":6,"27":42,"273":94,"276":26,"279":34,"28":1097,"281":6,"282":18,"291":23,"292":58,"30":24,"302":2,"306":4,"31":46,"314":2,"32":15,"33":134,"34":53,"347":14,"35":57,"352":767,"36":142,"37":65,"38":540,"380":5,"381":32,"383":27,"389":2,"39":47,"391":7,"396":5,"397":23,"40":55,"409":27,"41":57,"414":17,"415":75,"419":12,"42":26,"43":36,"430":9,"433":6,"44":107,"45":50,"46":166,"48":72,"49":83,"5":659,"51":43,"52":131,"53":70,"56":40,"570":4,"6":334,"63":21,"7":488,"79":59,"8":345,"80":30,"9":376,"all_client":104692,"all_tv_clinet":15548,"insert_time":"2014-08-23T08:42:56.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89236,"10":22,"107":593,"11":850,"12":145,"13":407,"14":138,"15":104,"155":31,"156":8,"158":39,"159":43,"16":95,"160":28,"161":243,"167":46,"168":7,"17":85,"18":778,"19":256,"20":141,"209":25,"21":562,"210":20,"211":4,"214":19,"215":80,"221":263,"223":600,"224":78,"225":589,"23":325,"24":1510,"25":412,"257":67,"26":117,"268":4,"27":41,"273":92,"276":25,"279":32,"28":1096,"281":4,"282":17,"291":24,"292":57,"30":24,"302":2,"306":4,"31":49,"314":1,"32":16,"33":134,"34":52,"347":12,"35":54,"352":777,"36":151,"37":63,"38":554,"380":4,"381":31,"383":27,"389":2,"39":48,"391":6,"396":5,"397":23,"40":58,"409":27,"41":59,"414":17,"415":75,"419":15,"42":26,"43":27,"430":10,"433":6,"44":102,"45":45,"46":174,"48":64,"49":83,"5":654,"51":43,"52":134,"53":66,"56":41,"570":4,"6":343,"63":20,"7":486,"79":58,"8":349,"80":30,"9":371,"all_client":104784,"all_tv_clinet":15548,"insert_time":"2014-08-23T08:43:57.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89268,"10":23,"107":597,"11":861,"12":150,"13":402,"14":139,"15":99,"155":31,"156":10,"158":39,"159":42,"16":93,"160":31,"161":241,"167":46,"168":6,"17":84,"18":789,"19":255,"20":133,"209":24,"21":567,"210":19,"211":5,"214":19,"215":82,"221":259,"223":609,"224":72,"225":604,"23":341,"24":1503,"25":421,"257":61,"26":119,"268":3,"27":39,"273":83,"276":24,"279":33,"28":1098,"281":4,"282":16,"291":23,"292":53,"30":25,"302":2,"306":4,"31":51,"314":1,"32":19,"33":136,"34":54,"347":10,"35":57,"352":781,"36":157,"37":61,"38":546,"380":5,"381":31,"383":31,"389":2,"39":44,"391":9,"396":4,"397":24,"40":60,"409":24,"41":58,"414":17,"415":75,"419":15,"42":23,"43":28,"430":11,"433":6,"44":88,"45":42,"46":175,"48":61,"49":86,"5":658,"51":42,"52":134,"53":63,"56":39,"570":4,"6":349,"63":19,"7":485,"79":63,"8":354,"80":30,"9":366,"all_client":104849,"all_tv_clinet":15581,"insert_time":"2014-08-23T08:44:57.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89294,"10":23,"107":604,"11":862,"12":152,"13":406,"14":140,"15":97,"155":30,"156":10,"158":43,"159":39,"16":92,"160":32,"161":240,"167":47,"168":6,"17":87,"18":792,"19":268,"20":127,"209":26,"21":573,"210":20,"211":5,"214":19,"215":83,"221":256,"223":608,"224":65,"225":597,"23":340,"24":1490,"25":428,"257":64,"26":124,"268":3,"27":39,"273":78,"276":24,"279":35,"28":1115,"281":6,"282":16,"291":23,"292":51,"30":26,"302":2,"306":4,"31":55,"314":1,"32":20,"33":135,"34":53,"347":8,"35":58,"352":781,"36":161,"37":63,"38":546,"380":5,"381":30,"383":33,"389":2,"39":47,"391":9,"396":3,"397":24,"40":61,"409":29,"41":55,"414":18,"415":73,"419":16,"42":22,"43":27,"430":14,"433":6,"44":68,"45":37,"46":183,"48":64,"49":88,"5":656,"51":42,"52":135,"53":65,"56":38,"570":5,"6":351,"63":20,"7":479,"79":68,"8":365,"80":31,"9":350,"all_client":104911,"all_tv_clinet":15617,"insert_time":"2014-08-23T08:45:58.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89326,"10":30,"107":603,"11":879,"12":150,"13":394,"14":140,"15":97,"155":31,"156":10,"158":42,"159":37,"16":88,"160":33,"161":243,"167":47,"168":6,"17":88,"18":800,"19":279,"20":134,"209":26,"21":585,"210":19,"211":4,"214":17,"215":83,"221":261,"223":607,"224":64,"225":610,"23":343,"24":1458,"25":424,"257":61,"26":122,"268":3,"27":40,"273":71,"276":25,"279":37,"28":1123,"281":6,"282":15,"291":22,"292":47,"30":27,"302":2,"306":5,"31":61,"314":2,"32":21,"33":130,"34":50,"347":6,"35":61,"352":774,"36":158,"37":68,"38":545,"380":6,"381":28,"383":33,"389":2,"39":51,"391":9,"396":4,"397":23,"40":63,"409":27,"41":57,"414":19,"415":71,"419":17,"42":21,"43":29,"430":15,"433":6,"44":56,"45":35,"46":183,"48":64,"49":90,"5":671,"51":41,"52":134,"53":65,"56":38,"570":5,"6":344,"63":17,"7":492,"79":70,"8":375,"80":32,"9":335,"all_client":104968,"all_tv_clinet":15642,"insert_time":"2014-08-23T08:46:59.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89415,"10":28,"107":594,"11":886,"12":149,"13":399,"14":134,"15":101,"155":32,"156":9,"158":43,"159":35,"16":90,"160":30,"161":244,"167":44,"168":7,"17":92,"18":807,"19":295,"20":142,"209":22,"21":584,"210":19,"211":4,"214":17,"215":83,"221":261,"223":618,"224":56,"225":614,"23":338,"24":1421,"25":437,"257":61,"26":124,"268":3,"27":39,"273":69,"276":24,"279":39,"28":1144,"281":6,"282":15,"291":22,"292":48,"30":23,"302":2,"306":5,"31":62,"314":2,"32":21,"33":128,"34":48,"347":8,"35":62,"352":762,"36":161,"37":70,"38":554,"380":6,"381":28,"383":33,"389":2,"39":50,"391":8,"396":5,"397":23,"40":63,"409":28,"41":58,"414":18,"415":67,"419":19,"42":20,"43":28,"430":17,"433":7,"44":55,"45":34,"46":189,"48":64,"49":87,"5":675,"51":41,"52":132,"53":65,"56":36,"570":5,"6":351,"63":16,"7":491,"79":73,"8":382,"80":32,"9":308,"all_client":105068,"all_tv_clinet":15653,"insert_time":"2014-08-23T08:48:00.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89462,"10":28,"107":590,"11":890,"12":141,"13":390,"14":126,"15":106,"155":33,"156":9,"158":41,"159":36,"16":101,"160":28,"161":248,"167":46,"168":6,"17":101,"18":806,"19":298,"20":142,"209":23,"21":592,"210":20,"211":4,"214":16,"215":80,"221":263,"223":611,"224":55,"225":619,"23":348,"24":1397,"25":454,"257":61,"26":126,"268":3,"27":38,"273":64,"276":24,"279":40,"28":1144,"281":7,"282":15,"291":22,"292":47,"30":24,"302":3,"306":5,"31":61,"314":2,"32":21,"33":125,"34":50,"347":9,"35":63,"352":764,"36":150,"37":76,"38":562,"380":7,"381":26,"383":31,"389":2,"39":53,"391":8,"396":4,"397":23,"40":63,"409":29,"41":57,"414":18,"415":67,"419":20,"42":20,"43":27,"430":17,"433":7,"44":49,"45":33,"46":195,"48":62,"49":87,"5":680,"51":44,"52":132,"53":64,"56":34,"570":6,"6":366,"63":16,"7":500,"79":71,"8":375,"80":30,"9":276,"all_client":105115,"all_tv_clinet":15653,"insert_time":"2014-08-23T08:49:01.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89571,"10":24,"107":583,"11":896,"12":128,"13":395,"14":120,"15":105,"155":34,"156":10,"158":42,"159":33,"16":109,"160":29,"161":249,"167":49,"168":6,"17":111,"18":806,"19":303,"20":147,"209":23,"21":596,"210":21,"211":4,"214":16,"215":83,"221":257,"223":594,"224":54,"225":611,"23":359,"24":1406,"25":457,"257":64,"26":126,"268":5,"27":36,"273":62,"276":23,"279":42,"28":1153,"281":8,"282":18,"291":22,"292":49,"30":23,"302":3,"306":4,"31":64,"314":2,"32":24,"33":125,"34":48,"347":10,"35":59,"352":778,"36":153,"37":75,"38":564,"380":8,"381":26,"383":33,"389":2,"39":54,"391":8,"396":4,"397":23,"40":67,"409":33,"41":53,"414":18,"415":67,"419":26,"42":19,"43":27,"430":16,"433":7,"44":47,"45":29,"46":201,"48":55,"49":85,"5":679,"51":42,"52":133,"53":63,"56":34,"570":6,"6":374,"63":15,"7":496,"79":71,"8":377,"80":33,"9":258,"all_client":105260,"all_tv_clinet":15689,"insert_time":"2014-08-23T08:50:02.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89636,"10":22,"107":586,"11":903,"12":121,"13":397,"14":121,"15":108,"155":35,"156":11,"158":43,"159":31,"16":113,"160":32,"161":244,"167":50,"168":6,"17":123,"18":794,"19":312,"20":150,"209":23,"21":597,"210":20,"211":4,"214":16,"215":80,"221":255,"223":569,"224":52,"225":603,"23":351,"24":1407,"25":452,"257":66,"26":126,"268":4,"27":33,"273":62,"276":23,"279":41,"28":1164,"281":8,"282":16,"291":22,"292":55,"30":23,"302":3,"306":4,"31":64,"314":2,"32":25,"33":121,"34":45,"347":10,"35":61,"352":777,"36":163,"37":74,"38":573,"380":7,"381":27,"383":33,"389":2,"39":54,"391":8,"396":4,"397":22,"40":67,"409":33,"41":48,"414":20,"415":69,"419":30,"42":20,"43":28,"430":17,"433":7,"44":49,"45":27,"46":211,"48":51,"49":90,"5":680,"51":41,"52":136,"53":61,"56":33,"570":7,"6":377,"63":15,"7":508,"79":70,"8":375,"80":33,"9":245,"all_client":105337,"all_tv_clinet":15701,"insert_time":"2014-08-23T08:51:03.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89690,"10":22,"107":584,"11":896,"12":112,"13":405,"14":128,"15":107,"155":34,"156":13,"158":39,"159":30,"16":117,"160":32,"161":248,"167":50,"168":6,"17":132,"18":789,"19":316,"20":152,"209":19,"21":603,"210":19,"211":5,"214":16,"215":75,"221":249,"223":559,"224":50,"225":623,"23":347,"24":1397,"25":455,"257":67,"26":129,"268":3,"27":33,"273":65,"276":25,"279":36,"28":1173,"281":7,"282":16,"291":23,"292":54,"30":24,"302":5,"306":6,"31":64,"314":3,"32":24,"33":120,"34":42,"347":11,"35":62,"352":755,"36":167,"37":73,"38":575,"380":7,"381":28,"383":35,"389":2,"39":54,"391":9,"396":3,"397":22,"40":67,"409":33,"41":47,"414":18,"415":76,"419":32,"42":20,"43":28,"430":22,"433":8,"44":46,"45":26,"46":210,"48":47,"49":92,"5":691,"51":38,"52":135,"53":63,"56":29,"570":7,"6":380,"63":14,"7":502,"79":68,"8":377,"80":34,"9":238,"all_client":105389,"all_tv_clinet":15699,"insert_time":"2014-08-23T08:52:04.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89786,"10":21,"107":566,"11":865,"12":105,"13":420,"14":133,"15":100,"155":38,"156":11,"158":35,"159":29,"16":116,"160":35,"161":246,"167":53,"168":5,"17":139,"18":789,"19":330,"20":151,"209":26,"21":609,"210":17,"211":6,"214":17,"215":77,"221":247,"223":555,"224":47,"225":619,"23":345,"24":1378,"25":458,"257":67,"26":131,"268":3,"27":33,"273":65,"276":28,"279":33,"28":1177,"281":7,"282":16,"291":24,"292":59,"30":24,"302":6,"306":6,"31":71,"314":2,"32":20,"33":122,"34":41,"347":11,"35":66,"352":769,"36":163,"37":75,"38":560,"380":6,"381":28,"383":36,"389":1,"39":54,"391":10,"396":2,"397":22,"40":68,"409":35,"41":44,"414":19,"415":73,"419":37,"42":23,"43":30,"430":23,"433":9,"44":45,"45":25,"46":211,"48":48,"49":97,"5":712,"51":39,"52":132,"53":59,"56":28,"570":6,"6":393,"63":16,"7":499,"79":69,"8":381,"80":31,"9":237,"all_client":105501,"all_tv_clinet":15715,"insert_time":"2014-08-23T08:53:04.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89832,"10":21,"107":569,"11":802,"12":96,"13":429,"14":140,"15":95,"155":38,"156":13,"158":32,"159":28,"16":117,"160":34,"161":242,"167":56,"168":4,"17":147,"18":802,"19":326,"20":151,"209":26,"21":625,"210":17,"211":6,"214":17,"215":83,"221":250,"223":551,"224":48,"225":611,"23":346,"24":1368,"25":457,"257":67,"26":139,"268":4,"27":32,"273":69,"276":30,"279":33,"28":1189,"281":7,"282":16,"291":24,"292":68,"30":30,"302":7,"306":6,"31":76,"314":3,"32":25,"33":121,"34":41,"347":7,"35":71,"352":765,"36":162,"37":76,"38":557,"380":6,"381":29,"383":34,"389":1,"39":56,"391":10,"396":2,"397":21,"40":71,"409":35,"41":41,"414":20,"415":79,"419":41,"42":23,"43":28,"430":22,"433":10,"44":44,"45":26,"46":216,"48":49,"49":95,"5":719,"51":41,"52":136,"53":60,"56":22,"570":5,"6":393,"63":17,"7":504,"79":68,"8":386,"80":28,"9":243,"all_client":105585,"all_tv_clinet":15753,"insert_time":"2014-08-23T08:54:05.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89887,"10":21,"107":565,"11":735,"12":88,"13":450,"14":156,"15":94,"155":39,"156":14,"158":33,"159":26,"16":127,"160":34,"161":241,"167":56,"168":3,"17":153,"18":807,"19":312,"20":151,"209":24,"21":620,"210":19,"211":6,"214":19,"215":87,"221":256,"223":541,"224":49,"225":624,"23":344,"24":1388,"25":464,"257":71,"26":133,"268":5,"27":30,"273":67,"276":31,"279":32,"28":1196,"281":7,"282":17,"291":22,"292":80,"30":31,"302":8,"306":6,"31":78,"314":3,"32":25,"33":131,"34":41,"347":6,"35":74,"352":769,"36":167,"37":76,"38":559,"380":6,"381":28,"383":37,"389":1,"39":58,"391":10,"396":2,"397":21,"40":69,"409":30,"41":41,"414":19,"415":72,"419":44,"42":24,"43":30,"430":19,"433":9,"44":40,"45":24,"46":215,"48":50,"49":95,"5":728,"51":42,"52":135,"53":54,"56":21,"570":6,"6":400,"63":18,"7":504,"79":65,"8":385,"80":28,"9":252,"all_client":105680,"all_tv_clinet":15793,"insert_time":"2014-08-23T08:55:07.054Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89907,"10":22,"107":566,"11":666,"12":80,"13":449,"14":155,"15":110,"155":40,"156":14,"158":38,"159":22,"16":134,"160":30,"161":233,"167":55,"168":2,"17":151,"18":820,"19":299,"20":154,"209":24,"21":634,"210":19,"211":6,"214":19,"215":86,"221":266,"223":538,"224":54,"225":644,"23":345,"24":1391,"25":469,"257":74,"26":125,"268":5,"27":26,"273":75,"276":31,"279":30,"28":1214,"281":7,"282":21,"291":24,"292":92,"30":38,"302":8,"306":6,"31":74,"314":4,"32":30,"33":138,"34":39,"347":9,"35":70,"352":763,"36":166,"37":71,"38":561,"380":5,"381":28,"383":38,"389":1,"39":57,"391":11,"396":3,"397":20,"40":74,"409":25,"41":42,"414":18,"415":71,"419":45,"42":23,"43":34,"430":21,"433":9,"44":41,"45":25,"46":220,"48":53,"49":96,"5":742,"51":41,"52":137,"53":55,"56":19,"570":7,"6":382,"63":18,"7":515,"79":66,"8":382,"80":27,"9":256,"all_client":105750,"all_tv_clinet":15843,"insert_time":"2014-08-23T08:56:07.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89979,"10":23,"107":571,"11":637,"12":80,"13":446,"14":153,"15":130,"155":40,"156":14,"158":38,"159":23,"16":136,"160":26,"161":224,"167":57,"168":2,"17":153,"18":797,"19":300,"20":156,"209":28,"21":647,"210":20,"211":6,"214":21,"215":83,"221":254,"223":545,"224":58,"225":660,"23":346,"24":1401,"25":475,"257":78,"26":108,"268":4,"27":27,"273":80,"276":34,"279":27,"28":1223,"281":8,"282":21,"291":24,"292":104,"30":40,"302":7,"306":5,"31":69,"314":4,"32":32,"33":137,"34":39,"347":9,"35":59,"352":761,"36":173,"37":62,"38":558,"380":7,"381":26,"383":35,"389":1,"39":57,"391":11,"396":4,"397":20,"40":72,"409":26,"41":41,"414":18,"415":69,"419":48,"42":25,"43":35,"430":23,"433":8,"44":38,"45":24,"46":224,"48":48,"49":100,"5":743,"51":39,"52":139,"53":56,"56":20,"570":7,"6":368,"63":17,"7":520,"79":67,"8":381,"80":26,"9":272,"all_client":105837,"all_tv_clinet":15858,"insert_time":"2014-08-23T08:57:08.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90037,"10":22,"107":565,"11":616,"12":84,"13":436,"14":146,"15":132,"155":35,"156":14,"158":38,"159":25,"16":131,"160":26,"161":216,"167":59,"168":1,"17":152,"18":786,"19":316,"20":168,"209":27,"21":659,"210":19,"211":6,"214":21,"215":77,"221":259,"223":549,"224":67,"225":655,"23":354,"24":1405,"25":482,"257":82,"26":96,"268":3,"27":26,"273":79,"276":37,"279":28,"28":1234,"281":10,"282":23,"291":24,"292":112,"30":45,"302":8,"306":5,"31":63,"314":4,"32":34,"33":139,"34":36,"347":9,"35":52,"352":772,"36":172,"37":53,"38":561,"380":7,"381":25,"383":37,"389":1,"39":60,"391":11,"396":4,"397":21,"40":74,"409":23,"41":41,"414":21,"415":69,"419":49,"42":23,"43":34,"430":23,"433":8,"44":36,"45":25,"46":230,"48":47,"49":102,"5":762,"51":39,"52":144,"53":56,"56":16,"570":7,"6":328,"63":16,"7":521,"79":68,"8":381,"80":26,"9":297,"all_client":105924,"all_tv_clinet":15887,"insert_time":"2014-08-23T08:58:09.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90177,"10":24,"107":561,"11":591,"12":88,"13":427,"14":144,"15":131,"155":30,"156":14,"158":39,"159":26,"16":135,"160":24,"161":205,"167":57,"168":1,"17":155,"18":758,"19":340,"20":177,"209":27,"21":660,"210":18,"211":6,"214":20,"215":75,"221":258,"223":556,"224":75,"225":656,"23":364,"24":1409,"25":486,"257":82,"26":94,"268":4,"27":26,"273":68,"276":38,"279":28,"28":1249,"281":11,"282":26,"291":24,"292":105,"30":43,"302":9,"306":5,"31":55,"314":4,"32":34,"33":138,"34":36,"347":10,"35":52,"352":767,"36":170,"37":49,"38":551,"380":8,"381":29,"383":34,"389":1,"39":61,"391":11,"396":4,"397":22,"40":73,"409":23,"41":50,"414":23,"415":71,"419":49,"42":24,"426":1,"43":38,"430":23,"433":9,"44":33,"45":23,"46":229,"48":49,"49":109,"5":761,"51":39,"52":144,"53":54,"56":14,"570":7,"6":296,"63":20,"7":526,"79":70,"8":387,"80":26,"9":315,"all_client":106048,"all_tv_clinet":15871,"insert_time":"2014-08-23T08:59:10.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90194,"10":23,"107":557,"11":561,"12":83,"13":425,"14":141,"15":140,"155":30,"156":14,"158":43,"159":24,"16":139,"160":23,"161":209,"167":58,"168":1,"17":157,"18":734,"19":365,"20":176,"209":25,"21":665,"210":18,"211":8,"214":21,"215":70,"221":257,"223":570,"224":72,"225":649,"23":370,"24":1401,"25":478,"257":81,"26":95,"268":5,"27":24,"273":65,"276":39,"279":32,"28":1252,"281":10,"282":26,"291":25,"292":93,"30":39,"302":8,"306":5,"31":54,"314":4,"32":37,"33":144,"34":35,"347":12,"35":53,"352":763,"36":167,"37":48,"38":556,"380":10,"381":26,"383":34,"389":1,"39":65,"391":10,"396":3,"397":23,"40":74,"409":24,"41":50,"414":23,"415":70,"419":52,"42":24,"426":1,"43":36,"430":23,"433":8,"44":31,"45":22,"46":232,"48":51,"49":114,"5":773,"51":38,"52":131,"53":51,"56":12,"570":8,"6":271,"63":20,"7":544,"79":73,"8":391,"80":27,"9":316,"all_client":106035,"all_tv_clinet":15841,"insert_time":"2014-08-23T09:00:10.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90320,"10":22,"107":552,"11":552,"12":80,"13":433,"14":137,"15":147,"155":28,"156":15,"158":45,"159":25,"16":133,"160":24,"161":199,"167":59,"168":1,"17":161,"18":716,"19":391,"20":179,"209":23,"21":669,"210":18,"211":10,"214":23,"215":72,"221":253,"223":589,"224":70,"225":645,"23":372,"24":1406,"25":468,"257":79,"26":87,"268":6,"27":24,"273":63,"276":42,"279":32,"28":1261,"281":7,"282":28,"291":23,"292":83,"30":41,"302":6,"306":4,"31":54,"314":4,"32":39,"33":144,"34":35,"347":11,"35":51,"352":761,"36":166,"37":43,"38":560,"380":11,"381":27,"383":34,"389":1,"39":63,"391":8,"396":3,"397":23,"40":74,"409":25,"41":54,"414":25,"415":71,"419":56,"42":25,"426":1,"43":38,"430":28,"433":8,"44":30,"45":22,"46":240,"48":49,"49":116,"5":805,"51":40,"52":118,"53":48,"56":10,"570":8,"6":255,"63":20,"7":566,"79":72,"8":395,"80":27,"9":295,"all_client":106182,"all_tv_clinet":15862,"insert_time":"2014-08-23T09:01:11.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90370,"10":21,"107":534,"11":543,"12":80,"13":435,"14":144,"15":147,"155":28,"156":16,"158":46,"159":27,"16":134,"160":24,"161":196,"167":61,"168":1,"17":163,"18":706,"19":411,"20":170,"209":24,"21":675,"210":18,"211":10,"214":24,"215":75,"221":261,"223":625,"224":73,"225":651,"23":377,"24":1419,"25":471,"257":80,"26":89,"268":6,"27":25,"273":59,"276":42,"279":28,"28":1273,"281":6,"282":29,"291":22,"292":81,"30":41,"302":6,"306":4,"31":53,"314":3,"32":38,"33":141,"34":35,"347":10,"35":50,"352":748,"36":164,"37":43,"38":574,"380":13,"381":29,"383":37,"389":1,"39":66,"391":8,"396":3,"397":23,"40":72,"409":22,"41":54,"414":27,"415":76,"419":54,"42":27,"426":1,"43":38,"430":30,"433":8,"44":29,"45":22,"46":242,"48":50,"49":120,"5":800,"51":34,"52":103,"53":44,"56":10,"570":8,"6":246,"63":22,"7":567,"79":71,"8":393,"80":26,"9":287,"all_client":106273,"all_tv_clinet":15903,"insert_time":"2014-08-23T09:02:12.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90490,"10":19,"107":533,"11":520,"12":80,"13":434,"14":140,"15":146,"155":29,"156":15,"158":48,"159":27,"16":134,"160":24,"161":202,"167":59,"168":1,"17":171,"18":701,"19":429,"20":174,"209":28,"21":664,"210":15,"211":14,"214":25,"215":74,"221":255,"223":641,"224":71,"225":662,"23":384,"24":1412,"25":474,"257":77,"26":84,"268":6,"27":23,"273":58,"276":41,"279":28,"28":1285,"281":6,"282":32,"291":22,"292":76,"30":41,"302":6,"306":4,"31":49,"314":3,"32":36,"33":144,"34":33,"347":11,"35":47,"352":749,"36":159,"37":40,"38":586,"380":12,"381":31,"383":37,"389":2,"39":65,"391":9,"396":3,"397":23,"40":67,"409":22,"41":50,"414":22,"415":77,"419":52,"42":29,"426":1,"43":37,"430":29,"433":8,"44":30,"45":23,"46":248,"48":51,"49":123,"5":795,"51":36,"52":92,"53":38,"56":10,"570":8,"6":256,"63":22,"7":557,"79":64,"8":390,"80":30,"9":290,"all_client":106380,"all_tv_clinet":15890,"insert_time":"2014-08-23T09:03:13.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90536,"10":19,"107":536,"11":486,"12":76,"13":433,"14":150,"15":144,"155":30,"156":16,"158":45,"159":29,"16":135,"160":25,"161":209,"167":61,"168":1,"17":177,"18":702,"19":453,"20":177,"209":28,"21":686,"210":12,"211":14,"214":26,"215":72,"221":244,"223":667,"224":76,"225":666,"23":386,"24":1429,"25":461,"257":74,"26":81,"268":6,"27":22,"273":54,"276":42,"279":28,"28":1292,"281":6,"282":35,"291":23,"292":75,"30":45,"302":6,"306":4,"31":45,"314":3,"32":35,"33":147,"34":33,"347":11,"35":46,"352":749,"36":158,"37":36,"38":603,"380":12,"381":28,"383":37,"389":2,"39":60,"391":9,"396":4,"397":25,"40":64,"409":28,"41":52,"414":23,"415":78,"419":46,"42":33,"426":1,"43":35,"430":28,"433":8,"44":30,"45":22,"46":249,"48":52,"49":128,"5":763,"51":39,"52":89,"53":40,"56":10,"570":8,"6":244,"63":21,"7":558,"79":58,"8":388,"80":30,"9":297,"all_client":106465,"all_tv_clinet":15929,"insert_time":"2014-08-23T09:04:14.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90494,"10":17,"107":539,"11":473,"12":76,"13":442,"14":156,"15":142,"155":28,"156":15,"158":41,"159":28,"16":132,"160":27,"161":214,"167":61,"168":2,"17":180,"18":701,"19":476,"20":183,"209":30,"21":675,"210":14,"211":14,"214":28,"215":70,"221":237,"223":672,"224":82,"225":665,"23":378,"24":1448,"25":437,"257":74,"26":78,"268":6,"27":22,"273":54,"276":44,"279":29,"28":1301,"281":5,"282":36,"291":24,"292":76,"30":51,"302":7,"306":4,"31":45,"314":4,"32":33,"33":149,"34":31,"347":10,"35":41,"352":754,"36":158,"37":35,"38":619,"380":12,"381":27,"383":36,"389":2,"39":64,"391":10,"396":4,"397":26,"40":64,"409":29,"41":54,"414":22,"415":79,"419":41,"42":39,"43":31,"430":29,"431":1,"433":7,"44":28,"45":22,"46":258,"48":56,"49":129,"5":733,"51":46,"52":83,"53":39,"56":7,"570":8,"6":239,"63":23,"7":557,"79":55,"8":387,"80":29,"9":304,"all_client":106447,"all_tv_clinet":15953,"insert_time":"2014-08-23T09:05:14.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90605,"10":17,"107":549,"11":468,"12":72,"13":452,"14":172,"15":134,"155":31,"156":14,"158":41,"159":28,"16":128,"160":29,"161":218,"167":58,"168":2,"17":187,"18":704,"19":491,"20":176,"209":29,"21":668,"210":13,"211":14,"214":29,"215":72,"221":243,"223":680,"224":87,"225":656,"23":365,"24":1457,"25":417,"257":76,"26":77,"268":6,"27":21,"273":56,"276":47,"279":31,"28":1309,"281":4,"282":37,"291":25,"292":78,"30":55,"302":8,"306":4,"31":47,"314":5,"32":31,"33":149,"34":27,"347":9,"35":33,"352":759,"36":159,"37":37,"38":624,"380":11,"381":25,"383":36,"389":2,"39":63,"391":11,"396":4,"397":25,"40":64,"409":30,"41":53,"414":25,"415":79,"419":36,"42":39,"43":32,"430":25,"431":1,"433":6,"44":31,"45":24,"46":265,"48":49,"49":131,"5":704,"51":55,"52":80,"53":41,"56":8,"570":9,"6":228,"63":23,"7":563,"79":53,"8":392,"80":25,"9":306,"all_client":106574,"all_tv_clinet":15969,"insert_time":"2014-08-23T09:06:15.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90678,"10":15,"107":566,"11":462,"12":72,"13":461,"14":178,"15":125,"155":32,"156":12,"158":42,"159":25,"16":131,"160":30,"161":227,"167":58,"168":2,"17":191,"18":702,"19":499,"20":166,"209":29,"21":664,"210":14,"211":14,"214":29,"215":70,"221":241,"223":702,"224":91,"225":667,"23":359,"24":1454,"25":392,"257":76,"26":77,"268":6,"27":19,"273":59,"276":50,"279":29,"28":1301,"281":4,"282":39,"291":25,"292":73,"30":54,"302":8,"306":4,"31":43,"314":5,"32":34,"33":152,"34":30,"347":9,"35":31,"352":752,"36":156,"37":32,"38":626,"380":11,"381":28,"383":36,"389":2,"39":62,"391":12,"396":3,"397":23,"40":61,"409":33,"41":50,"414":25,"415":81,"419":33,"42":41,"43":36,"430":24,"431":1,"433":7,"44":34,"45":26,"46":270,"48":48,"49":120,"5":690,"51":54,"52":78,"53":40,"56":7,"570":10,"6":239,"63":24,"7":555,"79":53,"8":389,"80":26,"9":312,"all_client":106638,"all_tv_clinet":15960,"insert_time":"2014-08-23T09:07:16.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90721,"10":16,"107":561,"11":459,"12":72,"13":454,"14":187,"15":122,"155":36,"156":11,"158":37,"159":30,"16":131,"160":32,"161":233,"167":56,"168":2,"17":193,"18":703,"19":506,"20":154,"209":28,"21":679,"210":13,"211":14,"214":28,"215":70,"221":237,"223":722,"224":103,"225":677,"23":352,"24":1453,"25":378,"257":73,"26":74,"268":7,"27":18,"273":60,"276":55,"279":30,"28":1292,"281":3,"282":41,"291":24,"292":69,"30":60,"302":8,"306":4,"31":41,"314":6,"32":34,"33":158,"34":29,"347":10,"35":33,"352":739,"36":151,"37":29,"38":632,"380":10,"381":27,"383":36,"389":2,"39":68,"391":12,"396":4,"397":25,"40":63,"409":34,"41":48,"414":25,"415":75,"419":32,"42":39,"43":40,"430":24,"431":1,"433":6,"44":35,"45":28,"46":268,"48":46,"49":108,"5":681,"51":58,"52":76,"53":45,"56":9,"570":10,"6":245,"63":23,"7":547,"79":46,"8":385,"80":25,"9":316,"all_client":106672,"all_tv_clinet":15951,"insert_time":"2014-08-23T09:08:17.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90769,"10":16,"107":574,"11":457,"12":71,"13":458,"14":193,"15":119,"155":37,"156":12,"158":29,"159":34,"16":129,"160":33,"161":237,"167":58,"168":2,"17":191,"18":726,"19":517,"20":148,"209":28,"21":687,"210":14,"211":13,"214":27,"215":65,"221":251,"223":740,"224":108,"225":668,"23":346,"24":1430,"25":365,"257":76,"26":72,"268":8,"27":19,"273":57,"276":58,"279":29,"28":1310,"281":3,"282":44,"291":21,"292":60,"30":62,"302":8,"306":3,"31":39,"314":7,"32":36,"33":160,"34":30,"347":9,"35":33,"352":725,"36":155,"37":25,"38":635,"380":10,"381":26,"383":37,"389":2,"39":67,"391":11,"396":7,"397":25,"40":64,"409":33,"41":47,"414":24,"415":77,"419":31,"42":43,"43":49,"430":24,"431":1,"433":6,"44":35,"45":28,"46":272,"48":45,"49":101,"5":661,"51":59,"52":79,"53":50,"56":7,"570":11,"6":243,"63":23,"7":536,"79":44,"8":377,"80":24,"9":297,"all_client":106712,"all_tv_clinet":15943,"insert_time":"2014-08-23T09:09:18.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90897,"10":16,"107":580,"11":440,"12":74,"13":464,"14":208,"15":114,"155":39,"156":12,"158":28,"159":34,"16":130,"160":32,"161":244,"167":56,"168":2,"17":188,"18":727,"19":530,"20":142,"209":30,"21":699,"210":12,"211":13,"214":29,"215":62,"221":259,"223":765,"224":109,"225":673,"23":329,"24":1404,"25":345,"257":76,"26":66,"268":8,"27":20,"273":58,"276":60,"279":30,"28":1305,"281":3,"282":48,"291":20,"292":60,"30":64,"302":8,"306":3,"31":39,"314":9,"32":35,"33":156,"34":32,"347":10,"35":33,"352":732,"36":156,"37":24,"38":634,"380":10,"381":27,"383":36,"389":2,"39":69,"391":12,"396":9,"397":25,"40":62,"409":36,"41":46,"414":22,"415":78,"419":29,"42":51,"43":54,"430":25,"431":1,"433":6,"44":45,"45":26,"46":267,"48":43,"49":94,"5":669,"51":58,"52":80,"53":46,"56":8,"570":10,"6":230,"63":23,"7":519,"79":48,"8":370,"80":23,"9":282,"all_client":106816,"all_tv_clinet":15919,"insert_time":"2014-08-23T09:10:19.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90975,"10":17,"107":576,"11":435,"12":74,"13":474,"14":213,"15":110,"155":41,"156":14,"158":26,"159":35,"16":133,"160":31,"161":251,"167":59,"168":2,"17":191,"18":714,"19":536,"20":140,"209":28,"21":712,"210":12,"211":13,"214":29,"215":65,"221":254,"223":785,"224":105,"225":645,"23":335,"24":1393,"25":339,"257":76,"26":69,"268":8,"27":19,"273":57,"276":60,"279":32,"28":1292,"281":3,"282":48,"291":19,"292":57,"30":59,"302":8,"306":3,"31":40,"314":7,"32":31,"33":155,"34":30,"347":9,"35":31,"352":734,"36":161,"37":24,"38":638,"380":12,"381":28,"383":34,"389":2,"39":77,"391":12,"396":11,"397":24,"40":60,"409":35,"41":47,"414":21,"415":80,"419":30,"42":61,"43":58,"430":26,"431":1,"433":6,"434":1,"44":47,"45":23,"46":265,"48":38,"49":93,"5":678,"51":63,"52":81,"53":49,"56":7,"570":10,"6":227,"63":24,"7":505,"79":47,"8":373,"80":26,"9":269,"all_client":106883,"all_tv_clinet":15908,"insert_time":"2014-08-23T09:11:20.756Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91034,"10":16,"107":578,"11":422,"12":79,"13":484,"14":220,"15":105,"155":41,"156":14,"158":26,"159":35,"16":136,"160":33,"161":236,"167":60,"168":3,"17":186,"18":703,"19":549,"20":141,"209":30,"21":725,"210":11,"211":13,"214":28,"215":69,"221":251,"223":799,"224":104,"225":641,"23":331,"24":1399,"25":329,"257":76,"26":63,"268":7,"27":19,"273":53,"276":60,"279":35,"28":1275,"281":3,"282":52,"291":20,"292":56,"30":61,"302":8,"306":3,"31":34,"314":7,"32":31,"33":153,"34":32,"347":12,"35":33,"352":733,"36":169,"37":26,"38":614,"380":12,"381":27,"383":36,"389":2,"39":75,"391":12,"396":11,"397":24,"40":60,"409":39,"41":49,"414":19,"415":82,"419":28,"42":71,"43":66,"430":27,"431":1,"433":7,"434":1,"44":47,"45":22,"46":271,"48":39,"49":89,"5":683,"51":66,"52":81,"53":51,"56":7,"570":10,"6":228,"63":24,"7":490,"79":46,"8":376,"80":27,"9":261,"all_client":106933,"all_tv_clinet":15899,"insert_time":"2014-08-23T09:12:21.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91144,"10":15,"107":578,"11":420,"12":82,"13":487,"14":228,"15":107,"155":42,"156":15,"158":23,"159":36,"16":137,"160":36,"161":217,"167":57,"168":2,"17":180,"18":697,"19":561,"20":145,"209":31,"21":724,"210":12,"211":12,"214":27,"215":68,"221":262,"223":804,"224":100,"225":649,"23":329,"24":1410,"25":326,"257":77,"26":63,"268":7,"27":18,"273":53,"276":57,"279":35,"28":1267,"281":4,"282":55,"291":21,"292":59,"30":65,"302":9,"306":3,"31":34,"314":7,"32":36,"33":144,"34":31,"347":12,"35":37,"352":732,"36":170,"37":25,"38":606,"380":12,"381":23,"383":35,"389":2,"39":76,"391":11,"396":19,"397":24,"40":59,"409":33,"41":50,"414":19,"415":88,"419":39,"42":75,"43":64,"430":26,"431":1,"433":7,"434":1,"44":46,"45":24,"46":270,"48":42,"49":84,"5":688,"51":64,"52":82,"53":54,"56":10,"570":9,"6":225,"63":26,"7":507,"79":42,"8":379,"80":31,"9":251,"all_client":107088,"all_tv_clinet":15944,"insert_time":"2014-08-23T09:13:22.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91247,"10":13,"107":579,"11":411,"12":83,"13":498,"14":233,"15":109,"155":42,"156":15,"158":21,"159":38,"16":141,"160":36,"161":208,"167":57,"168":1,"17":173,"18":703,"19":570,"20":142,"209":28,"21":748,"210":12,"211":12,"214":28,"215":69,"221":263,"223":813,"224":101,"225":647,"23":327,"24":1415,"25":328,"257":75,"26":64,"268":7,"27":20,"273":54,"276":56,"279":34,"28":1250,"281":4,"282":56,"291":21,"292":63,"30":66,"302":9,"306":3,"31":32,"314":7,"32":41,"33":134,"34":31,"347":13,"35":39,"352":746,"36":169,"37":27,"38":593,"380":10,"381":24,"383":34,"389":2,"39":70,"391":11,"396":19,"397":24,"40":63,"409":33,"41":48,"414":19,"415":87,"419":47,"42":85,"43":66,"430":23,"431":1,"433":8,"44":44,"45":25,"46":264,"48":42,"49":84,"5":684,"51":62,"52":91,"53":54,"56":12,"570":9,"6":228,"63":26,"7":506,"79":41,"8":373,"80":29,"9":243,"all_client":107216,"all_tv_clinet":15969,"insert_time":"2014-08-23T09:14:23.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91305,"10":12,"107":580,"11":400,"12":88,"13":502,"14":243,"15":111,"155":42,"156":15,"158":21,"159":40,"16":139,"160":34,"161":210,"167":58,"17":161,"18":707,"19":572,"20":142,"209":28,"21":748,"210":13,"211":11,"214":27,"215":68,"221":259,"223":804,"224":102,"225":666,"23":321,"24":1441,"25":341,"257":73,"26":65,"268":7,"27":22,"273":53,"276":56,"279":34,"28":1241,"281":3,"282":62,"291":20,"292":70,"30":68,"302":10,"306":2,"31":35,"314":6,"32":44,"33":121,"34":34,"347":16,"35":45,"352":748,"36":169,"37":25,"38":577,"380":9,"381":24,"383":32,"389":3,"39":74,"391":11,"396":20,"397":24,"40":62,"409":33,"41":47,"414":18,"415":91,"419":50,"42":97,"43":62,"430":23,"431":1,"433":8,"44":48,"45":23,"46":256,"48":43,"49":80,"5":681,"51":65,"52":94,"53":53,"56":19,"570":7,"6":231,"63":27,"7":518,"79":37,"8":372,"80":28,"9":243,"all_client":107331,"all_tv_clinet":16026,"insert_time":"2014-08-23T09:15:24.470Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91263,"10":14,"107":570,"11":393,"12":91,"13":525,"14":251,"15":116,"155":42,"156":15,"158":22,"159":39,"16":142,"160":33,"161":220,"167":59,"17":145,"18":713,"19":568,"20":134,"209":26,"21":745,"210":12,"211":13,"214":26,"215":70,"221":259,"223":814,"224":107,"225":670,"23":319,"24":1439,"25":350,"257":71,"26":61,"268":8,"27":19,"273":51,"276":56,"279":33,"28":1239,"281":2,"282":62,"291":18,"292":73,"30":69,"302":11,"306":2,"31":35,"314":5,"32":38,"33":114,"34":33,"347":20,"35":49,"352":756,"36":171,"37":26,"38":567,"380":8,"381":27,"383":32,"389":3,"39":75,"391":11,"396":15,"397":25,"40":65,"409":40,"41":49,"414":17,"415":91,"419":60,"42":104,"43":50,"430":24,"431":1,"433":7,"44":53,"45":23,"46":263,"48":43,"49":82,"5":704,"51":67,"52":95,"53":54,"56":22,"570":8,"6":238,"63":28,"7":502,"79":38,"8":375,"80":27,"9":240,"all_client":107360,"all_tv_clinet":16097,"insert_time":"2014-08-23T09:16:25.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91402,"10":16,"107":585,"11":390,"12":93,"13":525,"14":256,"15":125,"155":42,"156":15,"158":19,"159":39,"16":138,"160":35,"161":232,"167":59,"17":145,"18":733,"19":548,"20":135,"209":26,"21":740,"210":13,"211":16,"214":27,"215":73,"221":253,"223":820,"224":110,"225":662,"23":312,"24":1443,"25":358,"257":72,"26":63,"268":8,"27":18,"273":49,"276":57,"279":33,"28":1240,"281":2,"282":63,"291":18,"292":79,"30":68,"302":12,"306":2,"31":33,"314":3,"32":37,"33":107,"34":32,"347":18,"35":48,"352":751,"36":163,"37":27,"38":561,"380":8,"381":27,"383":30,"389":3,"39":69,"391":11,"396":15,"397":25,"40":67,"409":41,"41":48,"414":16,"415":91,"419":68,"42":109,"43":48,"430":24,"431":1,"433":7,"44":56,"45":20,"46":261,"48":43,"49":83,"5":708,"51":66,"52":88,"53":55,"56":21,"570":7,"6":247,"63":28,"7":498,"79":41,"8":369,"80":27,"9":237,"all_client":107512,"all_tv_clinet":16110,"insert_time":"2014-08-23T09:17:25.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91481,"10":17,"107":604,"11":390,"12":101,"13":531,"14":258,"15":126,"155":47,"156":15,"158":18,"159":38,"16":138,"160":36,"161":251,"167":60,"168":1,"17":140,"18":746,"19":515,"20":132,"209":26,"21":717,"210":12,"211":16,"214":26,"215":75,"221":250,"223":839,"224":114,"225":662,"23":299,"24":1448,"25":361,"257":77,"26":63,"268":8,"27":19,"273":48,"276":62,"279":34,"28":1251,"281":2,"282":56,"291":18,"292":81,"30":69,"302":13,"306":2,"31":32,"314":3,"32":36,"33":106,"34":32,"347":16,"35":41,"352":743,"36":164,"37":23,"38":556,"380":8,"381":27,"383":29,"389":3,"39":67,"391":12,"396":12,"397":25,"40":65,"409":40,"41":56,"414":17,"415":88,"419":72,"42":114,"43":44,"430":23,"431":1,"433":7,"44":54,"45":20,"46":267,"48":39,"49":85,"5":719,"51":67,"52":90,"53":63,"56":23,"570":6,"6":247,"63":28,"7":494,"79":42,"8":364,"80":26,"9":233,"all_client":107622,"all_tv_clinet":16141,"insert_time":"2014-08-23T09:18:26.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91568,"10":19,"107":613,"11":382,"12":108,"13":546,"14":261,"15":127,"155":49,"156":17,"158":19,"159":40,"16":143,"160":36,"161":262,"167":58,"168":1,"17":132,"18":757,"19":487,"20":129,"209":26,"21":697,"210":12,"211":15,"214":26,"215":80,"221":250,"223":859,"224":118,"225":643,"23":299,"24":1461,"25":373,"257":79,"26":66,"268":7,"27":18,"273":47,"276":66,"279":33,"28":1264,"281":2,"282":49,"291":18,"292":87,"30":67,"302":12,"306":3,"31":35,"314":4,"32":32,"33":103,"34":33,"347":15,"35":37,"352":741,"36":155,"37":28,"38":541,"380":9,"381":24,"383":32,"389":3,"39":69,"391":12,"396":12,"397":25,"40":64,"409":39,"41":55,"414":17,"415":84,"419":76,"42":111,"43":41,"430":24,"431":1,"433":9,"44":51,"45":18,"46":266,"48":36,"49":86,"5":731,"51":69,"52":101,"53":64,"56":24,"570":5,"6":252,"63":28,"7":485,"79":45,"8":362,"80":23,"9":222,"all_client":107730,"all_tv_clinet":16162,"insert_time":"2014-08-23T09:19:27.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91583,"10":21,"107":616,"11":374,"12":120,"13":551,"14":269,"15":128,"155":49,"156":17,"158":20,"159":39,"16":147,"160":32,"161":278,"167":61,"168":1,"17":128,"18":763,"19":466,"20":130,"209":24,"21":686,"210":12,"211":14,"214":25,"215":82,"221":254,"223":876,"224":125,"225":653,"23":292,"24":1457,"25":388,"257":82,"26":63,"268":7,"27":18,"273":46,"276":66,"279":34,"28":1278,"281":2,"282":39,"291":19,"292":89,"30":66,"302":12,"306":5,"31":32,"314":4,"32":32,"33":101,"34":36,"347":16,"35":41,"352":746,"36":158,"37":29,"38":536,"380":9,"381":20,"383":34,"389":3,"39":64,"391":12,"396":13,"397":26,"40":59,"409":40,"41":56,"414":18,"415":83,"419":80,"42":108,"43":37,"430":23,"433":10,"44":56,"45":18,"46":255,"48":37,"49":92,"5":749,"51":74,"52":104,"53":65,"56":24,"570":5,"6":259,"63":29,"7":464,"79":46,"8":361,"80":22,"9":224,"all_client":107817,"all_tv_clinet":16234,"insert_time":"2014-08-23T09:20:28.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91601,"10":21,"107":614,"11":372,"12":126,"13":561,"14":270,"15":128,"155":51,"156":20,"158":19,"159":39,"16":147,"160":36,"161":288,"167":60,"168":1,"17":126,"18":779,"19":458,"20":134,"209":24,"21":672,"210":13,"211":13,"214":26,"215":83,"221":255,"223":904,"224":130,"225":646,"23":299,"24":1441,"25":402,"257":82,"26":62,"268":8,"27":17,"273":48,"276":65,"279":34,"28":1283,"281":2,"282":32,"291":19,"292":96,"30":69,"302":14,"306":6,"31":32,"314":5,"32":32,"33":90,"34":35,"347":17,"35":41,"352":759,"36":155,"37":28,"38":536,"380":9,"381":20,"383":37,"389":2,"39":64,"391":9,"396":12,"397":26,"40":56,"409":43,"41":58,"414":15,"415":90,"419":82,"42":109,"426":1,"43":35,"430":26,"433":10,"44":57,"45":18,"46":237,"48":34,"49":96,"5":762,"51":76,"52":105,"53":62,"56":25,"570":6,"6":256,"63":33,"7":435,"79":45,"8":359,"80":24,"9":236,"all_client":107896,"all_tv_clinet":16295,"insert_time":"2014-08-23T09:21:29.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91661,"10":22,"107":613,"11":365,"12":132,"13":585,"14":255,"15":126,"155":54,"156":21,"158":21,"159":38,"16":146,"160":37,"161":287,"167":58,"168":1,"17":128,"18":798,"19":450,"20":135,"209":21,"21":660,"210":12,"211":12,"214":28,"215":82,"221":248,"223":902,"224":138,"225":647,"23":299,"24":1420,"25":406,"257":81,"26":63,"268":8,"27":16,"273":46,"276":67,"279":34,"28":1279,"281":2,"282":30,"291":22,"292":101,"30":70,"302":14,"306":6,"31":30,"314":5,"32":38,"33":86,"34":38,"347":21,"35":40,"352":761,"36":161,"37":26,"38":543,"380":10,"381":22,"383":35,"389":2,"39":66,"391":8,"396":11,"397":26,"40":56,"409":43,"41":61,"414":13,"415":94,"419":82,"42":117,"426":1,"43":37,"430":25,"433":11,"44":58,"45":18,"46":228,"48":33,"49":95,"5":769,"51":73,"52":104,"53":67,"56":25,"570":6,"6":253,"63":34,"7":430,"79":42,"8":362,"80":25,"9":254,"all_client":107992,"all_tv_clinet":16331,"insert_time":"2014-08-23T09:22:29.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91706,"10":21,"107":618,"11":352,"12":125,"13":595,"14":239,"15":129,"155":55,"156":21,"158":20,"159":39,"16":146,"160":41,"161":289,"167":56,"168":1,"17":126,"18":825,"19":452,"20":132,"209":26,"21":654,"210":12,"211":11,"214":26,"215":86,"221":251,"223":908,"224":146,"225":648,"23":301,"24":1394,"25":417,"257":80,"26":62,"268":7,"27":16,"273":48,"276":65,"279":35,"28":1264,"281":2,"282":30,"291":22,"292":105,"30":70,"302":14,"306":6,"31":29,"314":6,"32":43,"33":83,"34":35,"347":24,"35":39,"352":761,"36":167,"37":27,"38":536,"380":10,"381":25,"383":35,"389":2,"39":68,"391":9,"396":10,"397":26,"40":54,"409":40,"41":64,"414":16,"415":101,"419":83,"42":121,"426":1,"43":35,"430":26,"433":10,"44":56,"45":19,"46":221,"48":33,"49":93,"5":794,"51":70,"52":109,"53":69,"56":27,"570":8,"6":255,"63":34,"7":408,"79":41,"8":364,"80":24,"9":277,"all_client":108082,"all_tv_clinet":16376,"insert_time":"2014-08-23T09:23:30.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91805,"10":21,"107":632,"11":355,"12":112,"13":601,"14":226,"15":128,"155":56,"156":21,"158":19,"159":40,"16":146,"160":41,"161":283,"167":54,"168":1,"17":126,"18":861,"19":461,"20":129,"209":26,"21":646,"210":12,"211":10,"214":28,"215":86,"221":244,"223":913,"224":145,"225":674,"23":300,"24":1382,"25":420,"257":80,"26":67,"268":4,"27":20,"273":46,"276":69,"279":33,"28":1247,"281":2,"282":30,"291":22,"292":116,"30":67,"302":15,"306":6,"31":28,"314":7,"32":41,"33":81,"34":37,"347":27,"35":39,"352":769,"36":166,"37":26,"38":518,"380":10,"381":26,"383":34,"389":2,"39":71,"391":9,"396":9,"397":27,"40":52,"409":35,"41":61,"414":17,"415":96,"419":85,"42":132,"426":1,"43":33,"430":27,"433":10,"44":58,"45":20,"46":211,"48":36,"49":98,"5":792,"51":73,"52":113,"53":66,"56":28,"570":8,"6":255,"63":33,"7":402,"79":39,"8":361,"80":23,"9":285,"all_client":108205,"all_tv_clinet":16400,"insert_time":"2014-08-23T09:24:31.433Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91955,"10":21,"107":641,"11":351,"12":105,"13":603,"14":225,"15":128,"155":56,"156":21,"158":17,"159":38,"16":141,"160":42,"161":287,"167":50,"168":1,"17":126,"18":888,"19":466,"20":121,"209":26,"21":647,"210":12,"211":10,"214":29,"215":84,"221":247,"223":917,"224":147,"225":676,"23":293,"24":1355,"25":439,"257":80,"26":60,"268":5,"27":20,"273":43,"276":71,"279":35,"28":1231,"281":3,"282":26,"291":22,"292":118,"30":68,"302":14,"306":6,"31":28,"314":6,"32":39,"33":77,"34":38,"347":27,"35":35,"352":761,"36":170,"37":26,"38":509,"380":11,"381":25,"383":35,"389":2,"39":74,"391":9,"396":6,"397":28,"40":52,"409":26,"41":63,"414":17,"415":90,"419":87,"42":136,"426":1,"43":34,"430":26,"433":11,"44":59,"45":22,"46":207,"48":39,"49":102,"5":794,"51":70,"52":112,"53":65,"56":25,"570":11,"6":259,"63":33,"7":403,"79":41,"8":360,"80":24,"9":296,"all_client":108338,"all_tv_clinet":16383,"insert_time":"2014-08-23T09:25:32.174Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92098,"10":23,"107":641,"11":352,"12":99,"13":605,"14":223,"15":124,"155":57,"156":22,"158":18,"159":39,"16":138,"160":42,"161":268,"167":51,"168":1,"17":122,"18":919,"19":494,"20":123,"209":22,"21":639,"210":13,"211":10,"214":32,"215":82,"221":255,"223":924,"224":148,"225":683,"23":299,"24":1337,"25":449,"257":81,"26":57,"268":4,"27":20,"273":46,"276":71,"279":37,"28":1203,"281":4,"282":25,"291":23,"292":115,"30":67,"302":15,"306":7,"31":30,"314":7,"32":35,"33":71,"34":36,"347":29,"35":31,"352":756,"36":169,"37":27,"38":501,"380":10,"381":27,"383":37,"389":2,"39":76,"391":8,"396":5,"397":28,"40":48,"409":28,"41":65,"414":16,"415":88,"419":90,"42":146,"426":1,"43":38,"430":27,"433":10,"44":61,"45":20,"46":192,"48":42,"49":105,"5":797,"51":69,"52":115,"53":66,"56":27,"570":10,"6":256,"63":32,"7":401,"79":40,"8":354,"80":26,"9":301,"all_client":108483,"all_tv_clinet":16385,"insert_time":"2014-08-23T09:26:32.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92167,"10":25,"107":620,"11":344,"12":99,"13":608,"14":227,"15":121,"155":58,"156":22,"158":17,"159":39,"16":134,"160":44,"161":248,"167":52,"168":1,"17":124,"18":940,"19":518,"20":124,"209":25,"21":633,"210":13,"211":9,"214":35,"215":85,"221":254,"223":939,"224":151,"225":690,"23":304,"24":1328,"25":468,"257":84,"26":56,"268":5,"27":19,"273":46,"276":70,"279":37,"28":1174,"281":5,"282":25,"291":23,"292":103,"30":73,"302":12,"306":7,"31":31,"314":7,"32":29,"33":71,"34":36,"347":29,"35":29,"352":743,"36":161,"37":30,"38":497,"380":10,"381":30,"383":36,"389":2,"39":78,"391":8,"396":6,"397":28,"40":47,"409":34,"41":60,"414":16,"415":84,"419":94,"42":146,"426":1,"43":37,"430":29,"433":10,"44":63,"45":18,"46":181,"48":44,"49":106,"5":799,"51":67,"52":114,"53":69,"56":26,"570":12,"6":256,"63":33,"7":403,"79":43,"8":353,"80":26,"9":314,"all_client":108551,"all_tv_clinet":16384,"insert_time":"2014-08-23T09:27:33.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92248,"10":27,"107":625,"11":344,"12":99,"13":597,"14":235,"15":116,"155":62,"156":20,"158":18,"159":37,"16":129,"160":45,"161":225,"167":52,"168":1,"17":125,"18":967,"19":524,"20":119,"209":24,"21":643,"210":13,"211":8,"214":35,"215":87,"221":262,"223":938,"224":152,"225":692,"23":316,"24":1328,"25":465,"257":85,"26":59,"268":3,"27":21,"273":49,"276":69,"279":39,"28":1153,"281":5,"282":25,"291":23,"292":100,"30":78,"302":12,"306":6,"31":32,"314":7,"32":26,"33":75,"34":38,"347":32,"35":28,"352":731,"36":163,"37":29,"38":489,"380":10,"381":30,"383":36,"389":2,"39":73,"391":7,"396":4,"397":29,"40":45,"409":35,"41":58,"414":17,"415":83,"419":99,"42":143,"426":1,"43":35,"430":30,"433":11,"44":61,"45":20,"46":169,"48":42,"49":106,"5":794,"51":66,"52":117,"53":67,"56":27,"570":14,"6":261,"63":32,"7":406,"79":47,"8":350,"80":26,"9":335,"all_client":108643,"all_tv_clinet":16395,"insert_time":"2014-08-23T09:28:34.565Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92351,"10":25,"107":623,"11":340,"12":101,"13":604,"14":238,"15":112,"155":62,"156":19,"158":17,"159":37,"16":127,"160":44,"161":212,"167":54,"168":1,"17":125,"18":989,"19":527,"20":118,"209":26,"21":643,"210":13,"211":7,"214":34,"215":84,"221":255,"223":940,"224":154,"225":706,"23":314,"24":1327,"25":470,"257":86,"26":61,"268":3,"27":22,"273":46,"276":72,"279":41,"28":1136,"281":5,"282":24,"291":26,"292":99,"30":77,"302":14,"306":5,"31":31,"314":6,"32":23,"33":72,"34":38,"347":34,"35":28,"352":738,"36":163,"37":25,"38":494,"380":10,"381":37,"383":37,"389":2,"39":73,"391":7,"396":4,"397":29,"40":44,"409":35,"41":55,"414":20,"415":86,"419":98,"42":143,"426":2,"43":32,"430":30,"433":11,"44":62,"45":20,"46":150,"48":42,"49":113,"5":801,"51":60,"52":121,"53":72,"56":27,"570":14,"6":265,"63":31,"7":403,"79":49,"8":354,"80":27,"9":342,"all_client":108776,"all_tv_clinet":16425,"insert_time":"2014-08-23T09:29:35.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92371,"10":27,"107":613,"11":347,"12":103,"13":611,"14":233,"15":108,"155":64,"156":19,"158":18,"159":37,"16":129,"160":45,"161":205,"167":54,"17":126,"18":1011,"19":529,"20":116,"209":28,"21":659,"210":13,"211":5,"214":31,"215":85,"221":247,"223":945,"224":152,"225":706,"23":312,"24":1342,"25":475,"257":84,"26":58,"268":3,"27":22,"273":43,"276":69,"279":41,"28":1121,"281":4,"282":24,"291":24,"292":103,"30":79,"302":15,"306":6,"31":31,"314":5,"32":21,"33":67,"34":35,"347":34,"35":28,"352":740,"36":155,"37":26,"38":499,"380":12,"381":37,"383":40,"389":2,"39":72,"391":8,"396":3,"397":28,"40":42,"409":34,"41":58,"414":19,"415":89,"419":101,"42":146,"426":1,"43":31,"430":28,"433":11,"44":62,"45":21,"46":152,"48":41,"49":115,"5":795,"51":62,"52":126,"53":69,"56":29,"570":14,"6":277,"63":32,"7":405,"79":51,"8":355,"80":27,"9":348,"all_client":108846,"all_tv_clinet":16475,"insert_time":"2014-08-23T09:30:36.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92543,"10":29,"107":622,"11":341,"12":104,"13":624,"14":227,"15":105,"155":64,"156":18,"158":18,"159":36,"16":128,"160":46,"161":192,"167":56,"17":125,"18":1030,"19":526,"20":120,"209":28,"21":682,"210":12,"211":5,"214":32,"215":88,"221":247,"223":946,"224":152,"225":712,"23":314,"24":1336,"25":485,"257":77,"26":59,"268":5,"27":22,"273":42,"276":70,"279":40,"28":1107,"281":4,"282":26,"291":26,"292":102,"30":77,"302":15,"306":6,"31":32,"314":4,"32":22,"33":62,"34":34,"347":32,"35":28,"352":734,"36":154,"37":22,"38":485,"380":10,"381":40,"383":39,"389":2,"39":70,"391":8,"396":3,"397":24,"40":38,"409":38,"41":53,"414":17,"415":89,"419":103,"42":156,"426":1,"43":30,"430":27,"433":11,"44":65,"45":25,"46":149,"48":40,"49":122,"5":798,"51":63,"52":126,"53":72,"56":32,"570":13,"6":268,"63":31,"7":400,"79":51,"8":359,"80":26,"9":354,"all_client":109033,"all_tv_clinet":16490,"insert_time":"2014-08-23T09:31:37.576Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92734,"10":34,"107":635,"11":335,"12":99,"13":621,"14":223,"15":103,"155":65,"156":18,"158":19,"159":38,"16":128,"160":48,"161":194,"167":54,"17":130,"18":1022,"19":507,"20":123,"209":30,"21":676,"210":11,"211":6,"214":33,"215":90,"221":241,"223":934,"224":155,"225":721,"23":319,"24":1347,"25":491,"257":82,"26":58,"268":5,"27":21,"273":40,"276":70,"279":45,"28":1096,"281":4,"282":27,"291":26,"292":111,"30":73,"302":12,"306":6,"31":34,"314":5,"32":21,"33":65,"34":35,"347":34,"35":27,"352":749,"36":160,"37":22,"38":488,"380":9,"381":38,"383":44,"389":2,"39":71,"391":9,"396":3,"397":23,"40":36,"409":38,"41":54,"414":14,"415":85,"419":100,"42":157,"426":1,"43":29,"430":26,"433":11,"44":67,"45":26,"46":149,"48":39,"49":122,"5":807,"51":65,"52":132,"53":70,"56":32,"570":12,"6":268,"63":32,"7":405,"79":48,"8":355,"80":23,"9":371,"all_client":109273,"all_tv_clinet":16539,"insert_time":"2014-08-23T09:32:38.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92818,"10":32,"107":617,"11":330,"12":99,"13":626,"14":212,"15":113,"155":65,"156":15,"158":25,"159":37,"16":129,"160":46,"161":196,"167":55,"17":131,"18":1023,"19":489,"20":119,"209":29,"21":688,"210":13,"211":6,"214":34,"215":90,"221":243,"223":949,"224":165,"225":702,"23":332,"24":1370,"25":489,"257":79,"26":62,"268":6,"27":20,"273":44,"276":70,"279":45,"28":1060,"281":4,"282":28,"291":27,"292":111,"30":63,"302":13,"306":6,"31":38,"314":4,"32":23,"33":67,"34":37,"347":38,"35":26,"352":735,"36":155,"37":23,"38":478,"380":8,"381":42,"383":44,"389":2,"39":72,"391":9,"396":3,"397":23,"40":39,"409":38,"41":55,"414":19,"415":82,"419":100,"42":159,"426":1,"43":30,"430":26,"433":12,"44":67,"45":26,"46":143,"48":38,"49":127,"5":813,"51":60,"52":130,"53":73,"56":31,"570":10,"6":276,"63":31,"7":411,"79":51,"8":355,"80":22,"9":381,"all_client":109358,"all_tv_clinet":16540,"insert_time":"2014-08-23T09:33:39.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92918,"10":34,"107":600,"11":329,"12":97,"13":627,"14":200,"15":127,"155":64,"156":17,"158":29,"159":37,"16":131,"160":46,"161":197,"167":55,"17":132,"18":1014,"19":472,"20":120,"209":31,"21":686,"210":14,"211":4,"214":37,"215":92,"221":241,"223":964,"224":162,"225":707,"23":360,"24":1417,"25":486,"257":72,"26":65,"268":6,"27":22,"273":41,"276":72,"279":47,"28":1022,"281":4,"282":29,"291":26,"292":117,"30":61,"302":13,"306":7,"31":39,"314":5,"32":20,"33":63,"34":35,"347":42,"35":26,"352":737,"36":155,"37":26,"38":481,"380":10,"381":41,"383":44,"389":2,"39":68,"391":8,"396":3,"397":21,"40":35,"409":45,"41":57,"414":20,"415":88,"419":94,"42":168,"426":1,"43":29,"430":23,"433":10,"44":69,"45":27,"46":141,"48":35,"49":126,"5":823,"51":62,"52":132,"53":75,"56":32,"570":10,"6":285,"63":31,"7":398,"79":51,"8":346,"80":23,"9":393,"all_client":109506,"all_tv_clinet":16588,"insert_time":"2014-08-23T09:34:39.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92984,"10":35,"107":593,"11":324,"12":104,"13":625,"14":189,"15":136,"155":62,"156":18,"158":30,"159":37,"16":126,"160":45,"161":197,"167":51,"17":136,"18":1006,"19":456,"20":118,"209":29,"21":698,"210":14,"211":4,"214":37,"215":95,"221":258,"223":976,"224":150,"225":696,"23":397,"24":1456,"25":497,"257":72,"26":67,"268":6,"27":25,"273":44,"276":74,"279":43,"28":974,"281":4,"282":26,"291":25,"292":123,"30":58,"302":13,"306":7,"31":42,"314":5,"32":19,"33":59,"34":34,"347":45,"35":28,"352":737,"36":154,"37":24,"38":486,"380":9,"381":39,"383":45,"389":2,"39":66,"391":7,"396":3,"397":22,"40":34,"409":46,"41":56,"414":21,"415":89,"419":87,"42":174,"43":27,"430":21,"433":11,"44":68,"45":24,"46":144,"48":36,"49":129,"5":836,"51":65,"52":134,"53":75,"56":33,"570":10,"6":290,"63":32,"7":404,"79":48,"8":329,"80":25,"9":402,"all_client":109616,"all_tv_clinet":16632,"insert_time":"2014-08-23T09:35:40.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93072,"10":34,"107":586,"11":319,"12":106,"13":634,"14":187,"15":143,"155":63,"156":18,"158":29,"159":38,"16":122,"160":46,"161":195,"167":54,"168":1,"17":138,"18":999,"19":445,"20":119,"209":30,"21":708,"210":12,"211":4,"214":37,"215":99,"221":266,"223":978,"224":138,"225":693,"23":418,"24":1494,"25":512,"257":72,"26":69,"268":6,"27":28,"273":46,"276":78,"279":44,"28":933,"281":5,"282":28,"291":27,"292":127,"30":56,"302":12,"306":6,"31":41,"314":5,"32":21,"33":55,"34":36,"347":42,"35":27,"352":741,"36":153,"37":23,"38":488,"380":8,"381":37,"383":52,"389":2,"39":59,"391":8,"396":3,"397":22,"40":33,"409":45,"41":56,"414":22,"415":88,"419":85,"42":185,"43":25,"430":18,"433":11,"44":67,"45":27,"46":149,"48":36,"49":132,"5":846,"51":65,"52":137,"53":73,"56":33,"570":9,"6":301,"63":32,"7":411,"79":49,"8":284,"80":26,"9":406,"all_client":109748,"all_tv_clinet":16676,"insert_time":"2014-08-23T09:36:41.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93168,"10":32,"107":593,"11":324,"12":106,"13":633,"14":181,"15":150,"155":64,"156":19,"158":27,"159":37,"16":122,"160":47,"161":188,"167":54,"168":2,"17":139,"18":991,"19":444,"20":124,"209":30,"21":708,"210":11,"211":4,"214":38,"215":107,"221":272,"223":992,"224":125,"225":690,"23":441,"24":1498,"25":512,"257":69,"26":72,"268":4,"27":26,"273":49,"276":82,"279":42,"28":897,"281":5,"282":31,"291":24,"292":124,"30":57,"302":13,"306":6,"31":40,"314":5,"32":24,"33":52,"34":36,"347":43,"35":24,"352":752,"36":155,"37":18,"38":493,"380":7,"381":37,"383":56,"389":2,"39":60,"391":9,"396":4,"397":20,"40":33,"409":43,"41":60,"414":27,"415":88,"419":82,"42":192,"43":27,"430":17,"433":9,"44":69,"45":26,"46":158,"48":41,"49":135,"5":856,"51":64,"52":139,"53":74,"56":37,"570":9,"6":304,"63":33,"7":427,"79":52,"8":261,"80":27,"9":416,"all_client":109917,"all_tv_clinet":16749,"insert_time":"2014-08-23T09:37:42.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93162,"10":33,"107":577,"11":334,"12":106,"13":650,"14":194,"15":153,"155":66,"156":19,"158":27,"159":32,"16":119,"160":49,"161":186,"167":52,"168":2,"17":139,"18":983,"19":441,"20":123,"209":32,"21":724,"210":11,"211":3,"214":36,"215":112,"221":280,"223":994,"224":115,"225":689,"23":460,"24":1516,"25":510,"257":74,"26":76,"268":4,"27":26,"273":46,"276":85,"279":43,"28":870,"281":6,"282":37,"291":24,"292":128,"30":50,"302":12,"306":7,"31":41,"314":4,"32":24,"33":49,"34":38,"347":45,"35":27,"352":754,"36":155,"37":20,"38":503,"380":7,"381":40,"383":56,"389":3,"39":64,"391":11,"396":4,"397":18,"40":32,"409":39,"41":63,"414":28,"415":83,"419":80,"42":192,"426":1,"43":29,"430":18,"433":9,"44":74,"45":23,"46":153,"48":41,"49":135,"5":868,"51":63,"52":143,"53":75,"56":40,"570":10,"6":299,"63":34,"7":423,"79":54,"8":253,"80":30,"9":422,"all_client":109994,"all_tv_clinet":16832,"insert_time":"2014-08-23T09:38:42.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93236,"10":33,"107":586,"11":352,"12":113,"13":650,"14":196,"15":152,"155":67,"156":18,"158":28,"159":29,"16":116,"160":52,"161":180,"167":53,"168":2,"17":137,"18":968,"19":452,"20":123,"209":28,"21":735,"210":10,"211":3,"214":38,"215":114,"221":291,"223":1009,"224":103,"225":706,"23":465,"24":1516,"25":522,"257":70,"26":83,"268":3,"27":28,"273":46,"276":85,"279":43,"28":851,"281":5,"282":40,"291":22,"292":133,"30":48,"302":12,"306":6,"31":42,"314":5,"32":23,"33":47,"34":37,"347":47,"35":32,"352":752,"36":156,"37":16,"38":488,"380":7,"381":37,"383":57,"389":3,"39":67,"391":13,"396":4,"397":17,"40":32,"409":36,"41":64,"414":28,"415":82,"419":83,"42":198,"426":1,"43":28,"430":18,"433":9,"44":77,"45":24,"46":150,"48":45,"49":128,"5":871,"51":63,"52":147,"53":76,"56":40,"570":12,"6":275,"63":33,"7":448,"79":53,"8":242,"80":28,"9":430,"all_client":110129,"all_tv_clinet":16893,"insert_time":"2014-08-23T09:39:43.747Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93274,"10":29,"107":583,"11":373,"12":118,"13":653,"14":201,"15":158,"155":67,"156":19,"158":28,"159":26,"16":116,"160":53,"161":175,"167":52,"168":3,"17":135,"18":948,"19":462,"20":123,"209":30,"21":753,"210":9,"211":3,"214":38,"215":120,"221":292,"223":1007,"224":93,"225":705,"23":476,"24":1529,"25":528,"257":68,"26":89,"268":4,"27":27,"273":45,"276":85,"279":44,"28":823,"281":5,"282":44,"291":22,"292":133,"30":46,"302":12,"306":6,"31":42,"314":5,"32":23,"33":44,"34":34,"347":48,"35":38,"352":738,"36":155,"37":17,"38":485,"380":8,"381":40,"383":56,"389":3,"39":72,"391":15,"396":2,"397":17,"40":30,"409":35,"41":67,"414":24,"415":81,"419":84,"42":201,"426":1,"43":26,"430":21,"433":9,"44":80,"45":25,"46":141,"48":44,"49":115,"5":878,"51":60,"52":155,"53":74,"56":40,"570":13,"6":253,"63":33,"7":485,"79":59,"8":233,"80":29,"9":435,"all_client":110205,"all_tv_clinet":16931,"insert_time":"2014-08-23T09:40:44.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93329,"10":23,"107":587,"11":378,"12":128,"13":658,"14":194,"15":166,"155":69,"156":18,"158":30,"159":23,"16":110,"160":55,"161":180,"167":52,"168":3,"17":137,"18":943,"19":489,"20":125,"209":29,"21":760,"210":10,"211":3,"214":38,"215":120,"221":292,"223":1026,"224":88,"225":698,"23":481,"24":1516,"25":535,"257":68,"26":97,"268":4,"27":27,"273":45,"276":87,"279":45,"28":804,"281":5,"282":45,"291":24,"292":118,"30":46,"302":13,"306":7,"31":44,"314":4,"32":21,"33":44,"34":34,"347":46,"35":35,"352":749,"36":156,"37":19,"38":489,"380":7,"381":43,"383":58,"389":3,"39":74,"391":15,"397":16,"40":29,"409":36,"41":74,"414":25,"415":82,"419":84,"42":203,"426":1,"43":24,"430":20,"433":9,"44":80,"45":28,"46":131,"48":43,"49":103,"5":891,"51":59,"52":157,"53":74,"56":40,"570":14,"6":241,"63":31,"7":517,"79":62,"8":224,"80":24,"9":445,"all_client":110336,"all_tv_clinet":17007,"insert_time":"2014-08-23T09:41:45.782Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93431,"10":23,"107":585,"11":386,"12":124,"13":658,"14":197,"15":175,"155":69,"156":19,"158":28,"159":23,"16":101,"160":53,"161":183,"167":51,"168":3,"17":144,"18":948,"19":503,"20":127,"209":27,"21":764,"210":10,"211":3,"214":38,"215":119,"221":297,"223":1011,"224":84,"225":696,"23":494,"24":1508,"25":534,"257":69,"26":99,"268":4,"27":26,"273":46,"276":90,"279":46,"28":776,"281":4,"282":46,"291":26,"292":108,"30":41,"302":14,"306":6,"31":46,"314":4,"32":20,"33":46,"34":31,"347":38,"35":37,"352":747,"36":156,"37":21,"38":490,"380":6,"381":50,"383":53,"389":3,"39":77,"391":15,"397":13,"40":29,"409":38,"41":80,"414":26,"415":81,"419":83,"42":202,"426":1,"43":24,"430":23,"433":8,"44":84,"45":30,"46":133,"48":40,"49":102,"5":907,"51":63,"52":158,"53":75,"56":42,"570":12,"6":225,"63":33,"7":532,"79":65,"8":214,"80":24,"9":458,"all_client":110462,"all_tv_clinet":17031,"insert_time":"2014-08-23T09:42:46.963Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93478,"10":25,"107":567,"11":397,"12":130,"13":667,"14":207,"15":177,"155":72,"156":20,"158":30,"159":25,"16":102,"160":56,"161":185,"167":49,"168":2,"17":145,"18":942,"19":522,"20":130,"209":28,"21":776,"210":10,"211":4,"214":40,"215":121,"221":313,"223":1006,"224":82,"225":691,"23":511,"24":1482,"25":537,"257":69,"26":103,"268":4,"27":29,"273":45,"276":91,"279":42,"28":774,"281":4,"282":45,"291":26,"292":100,"30":35,"302":14,"306":6,"31":44,"314":4,"32":19,"33":47,"34":32,"347":34,"35":34,"352":761,"36":157,"37":20,"38":490,"380":6,"381":53,"383":56,"389":3,"39":78,"391":15,"396":1,"397":13,"40":28,"409":40,"41":75,"414":29,"415":87,"419":87,"42":207,"426":1,"43":24,"430":25,"433":8,"44":90,"45":31,"46":133,"48":38,"49":99,"5":912,"51":62,"52":158,"53":76,"56":43,"570":12,"6":216,"63":31,"7":536,"79":60,"8":200,"80":24,"9":470,"all_client":110585,"all_tv_clinet":17107,"insert_time":"2014-08-23T09:43:47.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93478,"10":25,"107":560,"11":398,"12":136,"13":666,"14":210,"15":182,"155":73,"156":18,"158":31,"159":25,"16":104,"160":56,"161":190,"167":50,"168":2,"17":139,"18":938,"19":533,"20":128,"209":29,"21":792,"210":10,"211":5,"214":39,"215":126,"221":313,"223":1008,"224":74,"225":694,"23":497,"24":1455,"25":535,"257":63,"26":110,"268":6,"27":28,"273":49,"276":98,"279":40,"28":770,"281":3,"282":47,"291":25,"292":96,"30":34,"302":14,"306":5,"31":47,"314":2,"32":20,"33":47,"34":34,"347":30,"35":37,"352":752,"36":153,"37":22,"38":500,"380":6,"381":55,"383":58,"389":3,"39":76,"391":15,"396":1,"397":12,"40":27,"409":43,"41":75,"414":30,"415":88,"419":90,"42":213,"43":23,"430":26,"433":6,"44":92,"45":30,"46":144,"48":38,"49":91,"5":915,"51":55,"52":159,"53":79,"56":43,"570":11,"6":216,"63":32,"7":555,"79":62,"8":183,"80":23,"9":478,"all_client":110604,"all_tv_clinet":17126,"insert_time":"2014-08-23T09:44:48.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93579,"10":25,"107":547,"11":391,"12":142,"13":662,"14":211,"15":183,"155":74,"156":17,"158":30,"159":23,"16":103,"160":54,"161":189,"167":52,"168":2,"17":136,"18":929,"19":546,"20":124,"209":31,"21":796,"210":10,"211":5,"214":40,"215":127,"221":310,"223":995,"224":72,"225":679,"23":493,"24":1428,"25":545,"257":62,"26":118,"268":7,"27":28,"273":48,"276":99,"279":41,"28":782,"281":3,"282":49,"291":26,"292":100,"30":32,"302":15,"306":5,"31":48,"314":2,"32":20,"33":54,"34":34,"347":24,"35":35,"352":759,"36":153,"37":24,"38":502,"380":8,"381":57,"383":57,"389":3,"39":76,"391":16,"396":1,"397":12,"40":27,"409":44,"41":72,"414":29,"415":95,"419":93,"42":219,"43":25,"430":29,"433":6,"434":1,"44":93,"45":27,"46":136,"48":40,"49":85,"5":930,"51":55,"52":160,"53":85,"56":45,"570":8,"6":215,"63":33,"7":559,"79":61,"8":171,"80":21,"9":481,"all_client":110695,"all_tv_clinet":17116,"insert_time":"2014-08-23T09:45:54.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93821,"10":27,"107":556,"11":386,"12":139,"13":661,"14":207,"15":200,"155":74,"156":18,"158":30,"159":18,"16":105,"160":54,"161":198,"167":56,"168":2,"17":137,"18":933,"19":558,"20":122,"209":31,"21":802,"210":10,"211":6,"214":41,"215":130,"221":309,"223":1005,"224":72,"225":655,"23":493,"24":1437,"25":549,"257":65,"26":117,"268":6,"27":27,"273":47,"276":99,"279":43,"28":810,"281":4,"282":49,"291":25,"292":101,"30":31,"302":16,"306":5,"31":46,"314":4,"32":18,"33":56,"34":34,"347":21,"35":34,"352":751,"36":149,"37":25,"38":513,"380":10,"381":57,"383":53,"389":3,"39":73,"391":16,"396":1,"397":12,"40":25,"409":44,"41":68,"414":31,"415":95,"419":99,"42":225,"43":26,"430":28,"433":5,"434":1,"44":80,"45":28,"46":144,"48":40,"49":82,"5":931,"51":51,"52":163,"53":86,"56":47,"570":7,"6":215,"63":32,"7":582,"79":61,"8":156,"80":20,"9":481,"all_client":111016,"all_tv_clinet":17195,"insert_time":"2014-08-23T09:46:55.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93944,"10":25,"107":571,"11":382,"12":142,"13":670,"14":193,"15":216,"155":75,"156":18,"158":31,"159":17,"16":100,"160":48,"161":196,"167":59,"168":3,"17":137,"18":931,"19":549,"20":122,"209":29,"21":805,"210":10,"211":5,"214":43,"215":136,"221":311,"223":1009,"224":67,"225":625,"23":490,"24":1434,"25":564,"257":65,"26":118,"268":7,"27":27,"273":44,"276":99,"279":43,"28":817,"281":4,"282":48,"291":25,"292":102,"30":28,"302":17,"306":6,"31":48,"314":5,"32":20,"33":52,"34":36,"347":18,"35":30,"352":754,"36":154,"37":26,"38":511,"380":10,"381":60,"383":55,"389":2,"39":78,"391":18,"396":1,"397":10,"40":28,"409":42,"41":68,"414":30,"415":99,"419":105,"42":219,"43":27,"430":27,"433":5,"434":1,"44":75,"45":29,"46":140,"48":46,"49":83,"5":929,"51":51,"52":160,"53":82,"56":47,"570":7,"6":222,"63":31,"7":601,"79":63,"8":151,"80":21,"9":485,"all_client":111169,"all_tv_clinet":17225,"insert_time":"2014-08-23T09:47:56.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94020,"10":26,"107":572,"11":380,"12":143,"13":667,"14":175,"15":232,"155":76,"156":19,"158":33,"159":17,"16":101,"160":37,"161":198,"167":61,"168":3,"17":142,"18":930,"19":549,"20":122,"209":30,"21":810,"210":10,"211":4,"214":43,"215":136,"221":309,"223":1013,"224":66,"225":606,"23":478,"24":1432,"25":573,"257":69,"26":122,"268":7,"27":27,"273":43,"276":100,"279":44,"28":848,"281":5,"282":49,"291":25,"292":105,"30":27,"302":18,"306":6,"31":49,"314":5,"32":19,"33":52,"34":36,"347":19,"35":29,"352":754,"36":149,"37":26,"38":506,"380":9,"381":62,"383":58,"389":2,"39":83,"391":17,"397":11,"40":28,"409":44,"41":70,"414":31,"415":101,"419":112,"42":201,"43":29,"430":29,"433":5,"434":1,"44":64,"45":33,"46":140,"48":49,"49":81,"5":932,"51":54,"52":163,"53":78,"56":46,"570":7,"6":229,"63":31,"7":624,"79":67,"8":150,"80":27,"9":488,"all_client":111308,"all_tv_clinet":17288,"insert_time":"2014-08-23T09:48:57.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94099,"10":27,"107":579,"11":394,"12":139,"13":656,"14":166,"15":233,"155":76,"156":18,"158":32,"159":17,"16":100,"160":32,"161":192,"167":60,"168":3,"17":145,"18":925,"19":558,"20":123,"209":35,"21":811,"210":10,"211":4,"214":42,"215":133,"221":317,"223":1016,"224":61,"225":587,"23":468,"24":1456,"25":577,"257":70,"26":125,"268":7,"27":29,"273":42,"276":102,"279":46,"28":859,"281":5,"282":50,"291":26,"292":109,"30":25,"302":18,"306":6,"31":49,"314":5,"32":19,"33":49,"34":33,"347":19,"35":28,"352":753,"36":144,"37":27,"38":508,"380":11,"381":61,"383":63,"389":2,"39":88,"391":17,"396":1,"397":10,"40":28,"409":45,"41":70,"414":30,"415":97,"419":113,"42":176,"43":30,"430":31,"433":6,"434":1,"44":60,"45":34,"46":143,"48":55,"49":74,"5":949,"51":54,"52":169,"53":75,"56":47,"570":6,"6":240,"63":33,"7":644,"79":69,"8":138,"80":32,"9":490,"all_client":111436,"all_tv_clinet":17337,"insert_time":"2014-08-23T09:49:58.213Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94239,"10":27,"107":586,"11":403,"12":135,"13":635,"14":166,"15":243,"155":70,"156":19,"158":35,"159":12,"16":99,"160":37,"161":191,"167":61,"168":3,"17":149,"18":919,"19":555,"20":122,"209":39,"21":815,"210":8,"211":4,"214":40,"215":133,"221":314,"223":1028,"224":60,"225":592,"23":483,"24":1455,"25":584,"257":71,"26":129,"268":6,"27":27,"273":40,"276":106,"279":45,"28":867,"281":5,"282":51,"291":26,"292":110,"30":23,"302":18,"306":7,"31":50,"314":4,"32":20,"33":48,"34":32,"347":21,"35":27,"352":730,"36":137,"37":27,"38":504,"380":12,"381":59,"383":64,"389":1,"39":85,"391":17,"396":1,"397":9,"40":27,"409":46,"41":76,"414":31,"415":92,"419":115,"42":156,"43":32,"430":32,"433":7,"434":1,"44":54,"45":33,"46":153,"48":56,"49":65,"5":962,"51":57,"52":167,"53":76,"56":51,"570":5,"6":240,"63":35,"7":658,"79":69,"8":136,"80":38,"9":491,"all_client":111601,"all_tv_clinet":17362,"insert_time":"2014-08-23T09:50:59.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94291,"10":25,"107":599,"11":403,"12":132,"13":625,"14":161,"15":263,"155":71,"156":18,"158":36,"159":12,"16":104,"160":50,"161":185,"167":64,"168":3,"17":148,"18":904,"19":551,"20":120,"209":41,"21":821,"210":9,"211":4,"214":41,"215":130,"221":316,"223":1042,"224":55,"225":582,"23":494,"24":1477,"25":591,"257":73,"26":133,"268":5,"27":26,"273":42,"276":109,"279":45,"28":881,"281":5,"282":51,"291":27,"292":121,"30":22,"302":19,"306":7,"31":51,"314":2,"32":19,"33":44,"34":32,"347":23,"35":25,"352":722,"36":143,"37":27,"38":501,"380":11,"381":67,"383":59,"389":3,"39":87,"391":16,"396":1,"397":9,"40":29,"409":43,"41":81,"414":29,"415":91,"419":121,"42":141,"43":30,"430":31,"433":7,"44":51,"45":35,"46":148,"48":54,"49":65,"5":963,"51":47,"52":160,"53":79,"56":49,"570":6,"6":242,"63":37,"7":688,"79":65,"8":126,"80":36,"9":495,"all_client":111725,"all_tv_clinet":17434,"insert_time":"2014-08-23T09:52:00.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94388,"10":25,"107":616,"11":394,"12":125,"13":619,"14":161,"15":274,"155":68,"156":17,"158":38,"159":13,"16":101,"160":57,"161":185,"167":66,"168":3,"17":154,"18":904,"19":565,"20":119,"209":40,"21":823,"210":9,"211":4,"214":37,"215":128,"221":316,"223":1051,"224":58,"225":574,"23":495,"24":1468,"25":599,"257":71,"26":144,"268":5,"27":26,"273":49,"276":114,"279":47,"28":876,"281":6,"282":49,"291":29,"292":118,"30":26,"302":18,"306":8,"31":58,"314":2,"32":23,"33":42,"34":32,"347":20,"35":26,"352":726,"36":146,"37":26,"38":494,"380":11,"381":67,"383":53,"389":4,"39":90,"391":17,"396":1,"397":8,"40":31,"409":41,"41":84,"414":29,"415":93,"419":128,"42":141,"43":30,"430":31,"433":7,"44":44,"45":42,"46":146,"48":52,"49":61,"5":947,"51":46,"52":149,"53":83,"56":49,"570":6,"6":239,"63":38,"7":708,"79":62,"8":114,"80":37,"9":513,"all_client":111877,"all_tv_clinet":17489,"insert_time":"2014-08-23T09:53:01.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94484,"10":25,"107":601,"11":398,"12":111,"13":619,"14":165,"15":284,"155":66,"156":15,"158":40,"159":16,"16":108,"160":62,"161":187,"167":69,"168":2,"17":157,"18":906,"19":587,"20":119,"209":41,"21":823,"210":9,"211":4,"214":34,"215":125,"221":317,"223":1060,"224":59,"225":561,"23":505,"24":1457,"25":590,"257":70,"26":150,"268":4,"27":26,"273":52,"276":120,"279":50,"28":885,"281":6,"282":47,"291":28,"292":126,"30":26,"302":20,"306":8,"31":68,"314":2,"32":24,"33":46,"34":33,"347":21,"35":31,"352":734,"36":137,"37":25,"38":490,"380":12,"381":69,"383":54,"389":3,"39":88,"391":18,"396":2,"397":8,"40":34,"409":38,"41":80,"414":31,"415":92,"419":135,"42":135,"426":1,"43":29,"430":31,"433":7,"44":47,"45":46,"46":150,"48":52,"49":63,"5":904,"51":48,"52":133,"53":82,"56":48,"570":5,"6":246,"63":39,"7":716,"79":62,"8":113,"80":38,"9":529,"all_client":112023,"all_tv_clinet":17539,"insert_time":"2014-08-23T09:54:02.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94605,"10":29,"107":606,"11":404,"12":103,"13":609,"14":170,"15":287,"155":65,"156":16,"158":38,"159":17,"16":104,"160":66,"161":198,"167":77,"168":2,"17":162,"18":915,"19":631,"20":117,"209":36,"21":820,"210":10,"211":4,"214":31,"215":118,"221":315,"223":1079,"224":56,"225":548,"23":503,"24":1459,"25":555,"257":76,"26":144,"268":4,"27":24,"273":51,"276":121,"279":50,"28":888,"281":7,"282":48,"291":29,"292":139,"30":24,"302":20,"306":8,"31":85,"314":3,"32":25,"33":47,"34":32,"347":21,"35":32,"352":742,"36":132,"37":26,"38":491,"380":12,"381":68,"383":57,"389":3,"39":92,"391":19,"396":2,"397":8,"40":37,"409":33,"41":80,"414":31,"415":86,"419":134,"42":125,"426":2,"43":28,"430":32,"433":8,"44":47,"45":53,"46":153,"48":53,"49":57,"5":865,"51":50,"52":123,"53":87,"56":50,"570":5,"6":258,"63":42,"7":728,"79":64,"8":113,"80":38,"9":541,"all_client":112208,"all_tv_clinet":17603,"insert_time":"2014-08-23T09:55:03.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94649,"10":32,"107":629,"11":398,"12":102,"13":604,"14":162,"15":288,"155":64,"156":14,"158":35,"159":17,"16":99,"160":71,"161":204,"167":77,"168":1,"17":170,"18":918,"19":660,"20":113,"209":31,"21":831,"210":9,"211":5,"214":31,"215":117,"221":324,"223":1083,"224":49,"225":536,"23":494,"24":1490,"25":527,"257":85,"26":155,"268":3,"27":25,"273":54,"276":119,"279":48,"28":901,"281":6,"282":47,"291":29,"292":130,"30":24,"302":21,"306":7,"31":94,"314":3,"32":23,"33":47,"34":31,"347":21,"35":31,"352":757,"36":128,"37":32,"38":491,"380":13,"381":69,"383":60,"389":3,"39":93,"391":18,"396":4,"397":8,"40":34,"409":29,"41":77,"414":33,"415":83,"419":139,"42":117,"426":2,"43":32,"430":33,"433":9,"44":47,"45":54,"46":167,"48":52,"49":51,"5":819,"51":49,"52":120,"53":94,"56":46,"570":5,"6":266,"63":43,"7":748,"79":63,"8":111,"80":42,"9":563,"all_client":112342,"all_tv_clinet":17693,"insert_time":"2014-08-23T09:56:03.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94748,"10":32,"107":621,"11":386,"12":96,"13":596,"14":161,"15":282,"155":64,"156":15,"158":32,"159":18,"16":97,"160":79,"161":202,"167":77,"17":178,"18":913,"19":658,"20":115,"209":30,"21":852,"210":10,"211":5,"214":34,"215":118,"221":325,"223":1068,"224":48,"225":525,"23":491,"24":1503,"25":488,"257":86,"26":162,"268":4,"27":24,"273":56,"276":114,"279":45,"28":915,"281":7,"282":45,"291":31,"292":125,"30":27,"302":23,"306":7,"31":98,"314":3,"32":25,"33":50,"34":31,"347":20,"35":30,"352":769,"36":138,"37":33,"38":501,"380":14,"381":72,"383":60,"389":3,"39":98,"391":20,"396":6,"397":8,"40":35,"409":28,"41":74,"414":34,"415":86,"419":138,"42":106,"426":2,"43":34,"430":33,"433":10,"44":45,"45":54,"46":176,"48":52,"49":47,"5":805,"51":49,"52":109,"53":97,"56":42,"570":6,"6":289,"63":44,"7":795,"79":62,"8":110,"80":47,"9":578,"all_client":112504,"all_tv_clinet":17756,"insert_time":"2014-08-23T09:57:04.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94777,"10":32,"107":646,"11":383,"12":93,"13":609,"14":158,"15":267,"155":65,"156":14,"158":37,"159":18,"16":97,"160":79,"161":206,"167":81,"17":177,"18":912,"19":630,"20":122,"209":28,"21":870,"210":11,"211":5,"214":35,"215":116,"221":330,"223":1036,"224":46,"225":540,"23":465,"24":1490,"25":472,"257":84,"26":170,"268":4,"27":28,"273":60,"276":116,"279":43,"28":914,"281":7,"282":45,"291":30,"292":126,"30":29,"302":23,"306":7,"31":108,"314":5,"32":26,"33":50,"34":29,"347":19,"35":28,"352":780,"36":150,"37":35,"38":494,"380":14,"381":72,"383":62,"389":3,"39":91,"391":21,"396":11,"397":8,"40":38,"409":28,"41":72,"414":36,"415":85,"419":143,"42":100,"426":2,"43":35,"430":33,"431":1,"433":10,"44":47,"45":54,"46":180,"48":51,"49":42,"5":798,"51":50,"52":100,"53":100,"56":38,"570":6,"6":309,"63":41,"7":830,"79":58,"8":108,"80":47,"9":600,"all_client":112581,"all_tv_clinet":17804,"insert_time":"2014-08-23T09:58:05.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94880,"10":32,"107":659,"11":392,"12":92,"13":611,"14":157,"15":253,"155":62,"156":13,"158":40,"159":19,"16":97,"160":77,"161":224,"167":83,"17":183,"18":894,"19":610,"20":119,"209":23,"21":882,"210":12,"211":5,"214":38,"215":118,"221":333,"223":1004,"224":47,"225":541,"23":454,"24":1469,"25":456,"257":87,"26":176,"268":6,"27":28,"273":60,"276":117,"279":39,"28":896,"281":8,"282":45,"291":30,"292":130,"30":29,"302":22,"306":7,"31":116,"314":6,"32":24,"33":54,"34":30,"347":18,"35":32,"352":778,"36":153,"37":37,"38":484,"380":14,"381":77,"383":58,"389":3,"39":101,"391":21,"396":10,"397":9,"40":43,"409":32,"41":78,"414":39,"415":87,"419":149,"42":93,"426":2,"43":35,"430":37,"431":1,"433":10,"44":44,"45":50,"46":185,"48":47,"49":42,"5":805,"51":54,"52":94,"53":100,"56":33,"570":6,"6":322,"63":39,"7":881,"79":61,"8":105,"80":44,"9":628,"all_client":112730,"all_tv_clinet":17850,"insert_time":"2014-08-23T09:59:06.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95018,"10":29,"107":682,"11":396,"12":102,"13":634,"14":164,"15":238,"155":63,"156":12,"158":40,"159":19,"16":100,"160":78,"161":236,"167":84,"17":202,"18":889,"19":598,"20":119,"209":25,"21":890,"210":13,"211":5,"214":42,"215":123,"221":342,"223":958,"224":44,"225":534,"23":446,"24":1486,"25":434,"257":90,"26":194,"268":5,"27":26,"273":61,"276":114,"279":37,"28":868,"281":8,"282":45,"291":26,"292":136,"30":27,"302":20,"306":6,"31":131,"314":8,"32":20,"33":56,"34":32,"347":19,"35":32,"352":793,"36":155,"37":43,"38":477,"380":16,"381":78,"383":58,"389":4,"39":102,"391":21,"396":10,"397":9,"40":49,"409":36,"41":72,"414":37,"415":97,"419":148,"42":87,"426":2,"43":36,"430":41,"431":1,"433":10,"44":44,"45":47,"46":186,"48":50,"49":40,"5":794,"51":52,"52":93,"53":95,"56":29,"570":8,"6":335,"63":41,"7":893,"79":62,"8":103,"80":46,"9":625,"all_client":112931,"all_tv_clinet":17913,"insert_time":"2014-08-23T10:00:07.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95158,"10":32,"107":689,"11":413,"12":100,"13":646,"14":168,"15":228,"155":65,"156":11,"158":39,"159":17,"16":98,"160":77,"161":230,"167":82,"17":208,"18":877,"19":598,"20":115,"209":28,"21":901,"210":13,"211":11,"214":42,"215":125,"221":335,"223":941,"224":46,"225":539,"23":443,"24":1518,"25":419,"257":90,"26":190,"268":6,"27":25,"273":66,"276":121,"279":36,"28":835,"281":8,"282":44,"291":26,"292":152,"30":27,"302":21,"306":6,"31":141,"314":8,"32":25,"33":56,"34":36,"347":18,"35":31,"352":793,"36":149,"37":48,"38":487,"380":18,"381":83,"383":58,"389":5,"39":108,"391":22,"396":6,"397":7,"40":50,"409":40,"41":69,"414":40,"415":102,"419":150,"42":85,"426":1,"43":39,"430":40,"431":1,"433":10,"44":45,"45":40,"46":194,"48":49,"49":39,"5":790,"51":52,"52":92,"53":93,"56":24,"570":10,"6":343,"63":41,"7":902,"79":63,"8":99,"80":46,"9":601,"all_client":113114,"all_tv_clinet":17956,"insert_time":"2014-08-23T10:01:08.513Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95328,"10":31,"107":700,"11":410,"12":98,"13":657,"14":176,"15":228,"155":66,"156":13,"158":41,"159":18,"16":100,"160":79,"161":225,"167":85,"168":1,"17":199,"18":874,"19":602,"20":131,"209":30,"21":900,"210":11,"211":12,"214":44,"215":131,"221":343,"223":937,"224":49,"225":547,"23":436,"24":1520,"25":404,"257":90,"26":195,"268":6,"27":26,"273":65,"276":130,"279":34,"28":817,"281":8,"282":41,"291":24,"292":169,"30":24,"302":22,"306":4,"31":150,"314":7,"32":29,"33":60,"34":41,"347":20,"35":32,"352":808,"36":154,"37":49,"38":482,"380":18,"381":86,"383":56,"389":5,"39":109,"391":23,"396":5,"397":6,"40":53,"409":41,"41":67,"414":38,"415":99,"419":153,"42":79,"426":1,"43":40,"430":41,"431":1,"433":10,"44":43,"45":46,"46":194,"48":51,"49":41,"5":786,"51":53,"52":86,"53":84,"56":24,"570":15,"6":358,"63":46,"7":908,"79":63,"8":100,"80":44,"9":575,"all_client":113361,"all_tv_clinet":18033,"insert_time":"2014-08-23T10:02:09.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95448,"10":35,"107":701,"11":421,"12":92,"13":659,"14":179,"15":242,"155":65,"156":12,"158":44,"159":20,"16":102,"160":74,"161":220,"167":89,"168":1,"17":187,"18":894,"19":654,"20":136,"209":29,"21":897,"210":10,"211":12,"214":45,"215":142,"221":336,"223":919,"224":47,"225":550,"23":448,"24":1516,"25":387,"257":83,"26":191,"268":5,"27":27,"273":64,"276":141,"279":34,"28":818,"281":7,"282":40,"291":23,"292":185,"30":23,"302":25,"306":2,"31":158,"314":7,"32":30,"33":61,"34":42,"347":20,"35":31,"352":815,"36":161,"37":50,"38":478,"380":18,"381":87,"383":58,"389":6,"39":106,"391":24,"396":5,"397":6,"40":54,"409":39,"41":70,"414":39,"415":97,"419":150,"42":73,"43":41,"430":46,"431":2,"433":10,"44":44,"45":45,"46":191,"48":47,"49":36,"5":788,"51":50,"52":86,"53":77,"56":23,"570":16,"6":357,"63":52,"7":881,"79":64,"8":98,"80":44,"9":574,"all_client":113538,"all_tv_clinet":18090,"insert_time":"2014-08-23T10:03:10.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95533,"10":31,"107":699,"11":416,"12":97,"13":677,"14":183,"15":243,"155":66,"156":13,"158":53,"159":21,"16":101,"160":72,"161":222,"167":85,"168":1,"17":181,"18":893,"19":675,"20":143,"209":31,"21":888,"210":11,"211":12,"214":46,"215":157,"221":319,"223":926,"224":46,"225":544,"23":453,"24":1509,"25":373,"257":90,"26":190,"268":7,"27":29,"273":64,"276":146,"279":34,"28":808,"281":7,"282":39,"291":22,"292":193,"30":21,"302":27,"306":2,"31":161,"314":5,"32":32,"33":64,"34":44,"347":21,"35":31,"352":818,"36":168,"37":48,"38":482,"380":19,"381":86,"383":57,"389":5,"39":103,"391":25,"396":4,"397":6,"40":53,"409":42,"41":67,"414":41,"415":101,"419":138,"42":68,"43":37,"430":51,"431":3,"433":10,"44":39,"45":44,"46":188,"48":54,"49":40,"5":799,"51":46,"52":85,"53":77,"56":20,"570":15,"6":368,"63":57,"7":851,"79":64,"8":100,"80":46,"9":583,"all_client":113665,"all_tv_clinet":18132,"insert_time":"2014-08-23T10:04:10.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95537,"10":27,"107":706,"11":434,"12":94,"13":669,"14":182,"15":242,"155":66,"156":13,"158":58,"159":20,"16":102,"160":66,"161":214,"167":84,"168":1,"17":177,"18":891,"19":703,"20":143,"209":32,"21":878,"210":10,"211":13,"214":47,"215":162,"221":316,"223":942,"224":43,"225":524,"23":466,"24":1523,"25":361,"257":92,"26":187,"268":6,"27":29,"273":65,"276":151,"279":33,"28":805,"281":7,"282":41,"291":22,"292":181,"30":21,"302":29,"306":3,"31":171,"314":3,"32":35,"33":69,"34":43,"347":21,"35":34,"352":828,"36":168,"37":48,"38":478,"380":20,"381":87,"383":59,"389":5,"39":99,"391":24,"396":4,"397":5,"40":57,"409":39,"41":66,"414":42,"415":105,"419":131,"42":75,"43":36,"430":55,"431":3,"433":10,"44":42,"45":40,"46":188,"48":60,"49":45,"5":793,"51":45,"52":77,"53":83,"56":18,"570":17,"6":375,"63":57,"7":832,"79":68,"8":102,"80":50,"9":589,"all_client":113719,"all_tv_clinet":18182,"insert_time":"2014-08-23T10:05:11.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95699,"10":26,"107":710,"11":460,"12":87,"13":683,"14":182,"15":243,"155":67,"156":15,"158":58,"159":19,"16":106,"160":65,"161":209,"167":84,"168":1,"17":167,"18":890,"19":724,"20":143,"209":34,"21":876,"210":9,"211":13,"214":47,"215":180,"221":316,"223":943,"224":45,"225":518,"23":471,"24":1547,"25":338,"257":95,"26":184,"268":7,"27":28,"273":68,"276":151,"279":32,"28":814,"281":7,"282":40,"291":21,"292":171,"30":18,"302":32,"306":3,"31":166,"314":2,"32":33,"33":71,"34":42,"347":20,"35":38,"352":814,"36":173,"37":50,"38":481,"380":21,"381":88,"383":65,"389":4,"39":98,"391":26,"396":3,"397":4,"40":58,"409":39,"41":65,"414":42,"415":109,"419":128,"42":75,"43":33,"430":54,"431":2,"433":10,"44":38,"45":43,"46":188,"48":62,"49":44,"5":778,"51":44,"52":70,"53":86,"56":18,"570":18,"6":387,"63":60,"7":820,"79":68,"8":103,"80":49,"9":593,"all_client":113929,"all_tv_clinet":18230,"insert_time":"2014-08-23T10:06:12.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95727,"10":28,"107":722,"11":485,"12":85,"13":684,"14":186,"15":249,"155":67,"156":12,"158":61,"159":20,"16":109,"160":66,"161":207,"167":85,"17":166,"18":885,"19":754,"20":148,"209":35,"21":870,"210":8,"211":15,"214":47,"215":186,"221":319,"223":941,"224":46,"225":506,"23":462,"24":1556,"25":329,"257":87,"26":183,"268":9,"27":28,"273":73,"276":152,"279":33,"28":808,"281":9,"282":43,"291":21,"292":161,"30":17,"302":32,"306":3,"31":162,"314":4,"32":32,"33":70,"34":44,"347":18,"35":36,"352":821,"36":176,"37":52,"38":474,"380":20,"381":91,"383":73,"389":4,"39":100,"391":28,"396":4,"397":5,"40":57,"409":33,"41":70,"414":44,"415":102,"419":130,"42":74,"43":31,"430":53,"433":10,"44":35,"45":44,"46":188,"48":63,"49":47,"5":788,"51":42,"52":69,"53":84,"56":18,"570":20,"6":394,"63":61,"7":813,"79":66,"8":107,"80":49,"9":591,"all_client":114022,"all_tv_clinet":18295,"insert_time":"2014-08-23T10:07:13.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95845,"10":26,"107":715,"11":507,"12":88,"13":679,"14":192,"15":244,"155":68,"156":13,"158":63,"159":22,"16":113,"160":64,"161":206,"167":87,"17":162,"18":890,"19":752,"20":142,"209":36,"21":854,"210":7,"211":16,"214":45,"215":196,"221":314,"223":939,"224":40,"225":528,"23":462,"24":1564,"25":318,"257":88,"26":179,"268":7,"27":30,"273":67,"276":159,"279":30,"28":797,"281":11,"282":42,"291":21,"292":169,"30":18,"302":33,"306":3,"31":159,"314":4,"32":27,"33":76,"34":44,"347":18,"35":42,"352":820,"36":184,"37":59,"38":473,"380":20,"381":94,"383":76,"389":4,"39":97,"391":28,"396":4,"397":4,"40":55,"409":31,"41":72,"414":44,"415":101,"419":126,"42":75,"43":31,"430":49,"433":10,"44":32,"45":47,"46":185,"48":69,"49":48,"5":803,"51":46,"52":63,"53":86,"56":18,"570":20,"6":391,"63":64,"7":797,"79":59,"8":109,"80":55,"9":590,"all_client":114160,"all_tv_clinet":18315,"insert_time":"2014-08-23T10:08:14.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95940,"10":22,"107":716,"11":508,"12":85,"13":668,"14":195,"15":242,"155":68,"156":12,"158":64,"159":22,"16":105,"160":63,"161":210,"167":89,"17":163,"18":898,"19":762,"20":142,"209":40,"21":852,"210":9,"211":15,"214":45,"215":200,"221":310,"223":946,"224":42,"225":522,"23":462,"24":1583,"25":306,"257":82,"26":181,"268":7,"27":31,"273":70,"276":156,"279":31,"28":791,"281":12,"282":42,"291":23,"292":167,"30":20,"302":35,"306":2,"31":160,"314":4,"32":31,"33":72,"34":43,"347":17,"35":39,"352":846,"36":186,"37":62,"38":471,"380":20,"381":92,"383":72,"389":3,"39":92,"391":27,"396":4,"397":4,"40":59,"409":30,"41":73,"414":38,"415":97,"419":125,"42":78,"43":32,"430":42,"433":11,"44":30,"45":45,"46":190,"48":74,"49":50,"5":823,"51":46,"52":59,"53":79,"56":18,"570":20,"6":391,"63":66,"7":795,"79":54,"8":114,"80":52,"9":591,"all_client":114283,"all_tv_clinet":18343,"insert_time":"2014-08-23T10:09:15.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96028,"10":23,"107":720,"11":513,"12":83,"13":663,"14":201,"15":245,"155":72,"156":12,"158":66,"159":22,"16":114,"160":65,"161":220,"167":88,"17":169,"18":906,"19":773,"20":146,"209":40,"21":853,"210":9,"211":16,"214":45,"215":211,"221":303,"223":953,"224":44,"225":515,"23":473,"24":1616,"25":295,"257":73,"26":186,"268":5,"27":32,"273":77,"276":163,"279":32,"28":774,"281":12,"282":48,"291":23,"292":164,"30":22,"302":36,"306":2,"31":160,"314":3,"32":33,"33":73,"34":42,"347":16,"35":41,"352":850,"36":189,"37":67,"38":484,"380":20,"381":96,"383":76,"389":3,"39":90,"391":26,"396":1,"397":3,"40":60,"409":25,"41":73,"414":33,"415":98,"419":123,"42":80,"43":33,"430":42,"433":11,"44":29,"45":45,"46":179,"48":77,"49":49,"5":816,"51":44,"52":55,"53":71,"56":19,"570":23,"6":377,"63":69,"7":806,"79":50,"8":113,"80":55,"9":585,"all_client":114464,"all_tv_clinet":18436,"insert_time":"2014-08-23T10:10:16.130Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96135,"10":24,"107":712,"11":528,"12":85,"13":663,"14":200,"15":244,"155":75,"156":10,"158":69,"159":22,"16":122,"160":62,"161":220,"167":90,"17":173,"18":910,"19":767,"20":148,"209":40,"21":847,"210":9,"211":15,"214":44,"215":209,"221":309,"223":962,"224":42,"225":518,"23":472,"24":1650,"25":286,"257":72,"26":186,"268":6,"27":28,"273":77,"276":168,"279":31,"28":770,"281":12,"282":49,"291":22,"292":148,"30":21,"302":37,"306":2,"31":153,"314":3,"32":33,"33":73,"34":41,"347":16,"35":41,"352":858,"36":185,"37":69,"38":492,"380":20,"381":97,"383":79,"389":3,"39":84,"391":28,"396":1,"397":4,"40":61,"409":29,"41":68,"414":30,"415":99,"419":122,"42":70,"43":29,"430":43,"433":12,"44":31,"45":44,"46":164,"48":84,"49":53,"5":842,"51":48,"52":53,"53":67,"56":20,"570":26,"6":367,"63":67,"7":808,"79":48,"8":120,"80":53,"9":582,"all_client":114611,"all_tv_clinet":18476,"insert_time":"2014-08-23T10:11:17.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96275,"10":25,"107":709,"11":538,"12":84,"13":667,"14":208,"15":239,"155":75,"156":10,"158":74,"159":21,"16":135,"160":59,"161":229,"167":90,"17":173,"18":904,"19":747,"20":145,"209":38,"21":834,"210":10,"211":22,"214":45,"215":212,"221":308,"223":949,"224":43,"225":499,"23":480,"24":1670,"25":280,"257":71,"26":189,"268":6,"27":29,"273":77,"276":172,"279":27,"28":771,"281":12,"282":55,"291":24,"292":141,"30":21,"302":36,"306":2,"31":153,"314":3,"32":30,"33":73,"34":38,"347":17,"35":41,"352":869,"36":188,"37":74,"38":500,"380":20,"381":106,"383":79,"389":3,"39":87,"391":27,"396":1,"397":6,"40":60,"409":31,"41":67,"414":28,"415":97,"419":130,"42":70,"43":28,"430":42,"433":12,"44":27,"45":46,"46":152,"48":83,"49":49,"5":868,"51":48,"52":49,"53":69,"56":20,"570":24,"6":362,"63":73,"7":820,"79":52,"8":117,"80":52,"9":565,"all_client":114786,"all_tv_clinet":18511,"insert_time":"2014-08-23T10:12:23.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96453,"10":27,"107":714,"11":575,"12":92,"13":668,"14":213,"15":237,"155":74,"156":10,"158":74,"159":20,"16":137,"160":57,"161":229,"167":97,"17":176,"18":904,"19":708,"20":152,"209":39,"21":847,"210":11,"211":25,"214":45,"215":202,"221":317,"223":936,"224":43,"225":526,"23":483,"24":1703,"25":276,"257":68,"26":193,"268":6,"27":27,"273":75,"276":167,"279":24,"28":756,"281":11,"282":56,"291":24,"292":144,"30":21,"302":39,"306":3,"31":155,"314":2,"32":28,"33":75,"34":37,"347":18,"35":42,"352":855,"36":191,"37":72,"38":498,"380":21,"381":105,"383":78,"389":3,"39":85,"391":24,"396":1,"397":6,"40":60,"409":35,"41":67,"414":21,"415":94,"419":131,"42":64,"43":32,"430":37,"433":13,"44":25,"45":45,"46":147,"48":79,"49":48,"5":901,"51":53,"52":50,"53":73,"56":20,"570":24,"6":356,"63":78,"7":827,"79":54,"8":120,"80":42,"9":536,"all_client":115012,"all_tv_clinet":18559,"insert_time":"2014-08-23T10:13:24.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96502,"10":26,"107":703,"11":608,"12":92,"13":673,"14":226,"15":234,"155":77,"156":12,"158":77,"159":18,"16":139,"160":60,"161":220,"167":96,"17":176,"18":905,"19":686,"20":155,"209":38,"21":840,"210":12,"211":27,"214":46,"215":167,"221":314,"223":926,"224":44,"225":549,"23":481,"24":1743,"25":269,"257":71,"26":202,"268":6,"27":27,"273":71,"276":168,"279":25,"28":746,"281":12,"282":62,"291":26,"292":154,"30":20,"302":39,"306":3,"31":155,"314":3,"32":26,"33":72,"34":37,"347":16,"35":43,"352":849,"36":192,"37":73,"38":511,"380":19,"381":107,"383":78,"389":3,"39":81,"391":23,"396":1,"397":7,"40":61,"409":35,"41":66,"414":21,"415":92,"419":135,"42":69,"43":31,"430":38,"433":12,"44":23,"45":44,"46":140,"48":75,"49":47,"5":914,"51":54,"52":45,"53":71,"56":22,"570":22,"6":353,"63":81,"7":843,"79":51,"8":117,"80":40,"9":504,"all_client":115075,"all_tv_clinet":18573,"insert_time":"2014-08-23T10:14:25.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96654,"10":27,"107":707,"11":635,"12":90,"13":673,"14":234,"15":232,"155":76,"156":13,"158":78,"159":20,"16":149,"160":59,"161":209,"167":99,"17":178,"18":911,"19":675,"20":158,"209":36,"21":843,"210":13,"211":28,"214":47,"215":162,"221":324,"223":928,"224":45,"225":583,"23":479,"24":1745,"25":256,"257":75,"26":203,"268":6,"27":24,"273":74,"276":168,"279":24,"28":746,"281":13,"282":65,"291":25,"292":168,"30":17,"302":39,"306":3,"31":148,"314":3,"32":27,"33":73,"34":37,"347":16,"35":44,"352":836,"36":189,"37":71,"38":500,"380":18,"381":106,"383":76,"389":3,"39":82,"391":17,"396":2,"397":8,"40":58,"409":34,"41":65,"414":19,"415":88,"419":138,"42":69,"43":37,"430":37,"433":12,"44":24,"45":43,"46":141,"48":71,"49":48,"5":923,"51":54,"52":44,"53":72,"56":26,"570":21,"6":361,"63":82,"7":855,"79":47,"8":128,"80":41,"9":467,"all_client":115277,"all_tv_clinet":18623,"insert_time":"2014-08-23T10:15:26.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96727,"10":28,"107":691,"11":651,"12":103,"13":685,"14":234,"15":231,"155":74,"156":13,"158":78,"159":19,"16":153,"160":60,"161":202,"167":103,"17":180,"18":928,"19":663,"20":166,"209":36,"21":843,"210":13,"211":29,"214":48,"215":182,"221":331,"223":932,"224":46,"225":562,"23":479,"24":1743,"25":259,"257":82,"26":199,"268":7,"27":25,"273":85,"276":170,"279":23,"28":754,"281":14,"282":74,"291":24,"292":174,"30":16,"302":39,"306":3,"31":151,"314":6,"32":31,"33":75,"34":41,"347":14,"35":41,"352":823,"36":190,"37":72,"38":497,"380":18,"381":109,"383":72,"389":3,"39":77,"391":16,"396":3,"397":7,"40":58,"409":32,"41":64,"414":20,"415":89,"419":138,"42":69,"43":38,"430":38,"433":11,"44":26,"45":44,"46":146,"48":72,"49":45,"5":932,"51":59,"52":37,"53":73,"56":23,"570":21,"6":355,"63":85,"7":875,"79":45,"8":122,"80":40,"9":433,"all_client":115417,"all_tv_clinet":18690,"insert_time":"2014-08-23T10:16:27.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96916,"10":26,"107":694,"11":664,"12":114,"13":681,"14":238,"15":231,"155":75,"156":13,"158":78,"159":21,"16":163,"160":60,"161":203,"167":106,"17":180,"18":941,"19":656,"20":172,"209":37,"21":853,"210":13,"211":31,"214":50,"215":222,"221":324,"223":932,"224":43,"225":525,"23":468,"24":1720,"25":261,"257":84,"26":192,"268":7,"27":26,"273":96,"276":166,"279":22,"28":762,"281":14,"282":78,"291":25,"292":184,"30":17,"302":39,"306":3,"31":153,"314":6,"32":30,"33":74,"34":45,"347":13,"35":38,"352":819,"36":194,"37":73,"38":479,"380":17,"381":105,"383":75,"389":2,"39":75,"391":15,"396":3,"397":10,"40":55,"409":34,"41":64,"414":20,"415":86,"419":139,"42":60,"43":40,"430":32,"433":11,"44":24,"45":44,"46":141,"48":72,"49":44,"5":941,"51":59,"52":35,"53":75,"56":23,"570":22,"6":344,"63":88,"7":889,"79":44,"8":124,"80":40,"9":415,"all_client":115617,"all_tv_clinet":18701,"insert_time":"2014-08-23T10:17:28.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97059,"10":24,"107":724,"11":678,"12":129,"13":684,"14":239,"15":224,"155":77,"156":12,"158":81,"159":24,"16":165,"160":58,"161":199,"167":108,"17":188,"18":960,"19":677,"20":179,"209":40,"21":837,"210":13,"211":31,"214":50,"215":237,"221":317,"223":934,"224":44,"225":505,"23":471,"24":1710,"25":261,"257":82,"26":195,"268":6,"27":27,"273":94,"276":172,"279":21,"28":759,"281":15,"282":79,"291":27,"292":195,"30":18,"302":39,"306":3,"31":152,"314":6,"32":35,"33":73,"34":46,"347":12,"35":41,"352":805,"36":197,"37":72,"38":493,"380":18,"381":105,"383":80,"389":2,"39":78,"391":14,"396":3,"397":10,"40":51,"409":33,"41":63,"414":20,"415":88,"419":137,"42":63,"43":39,"430":32,"433":11,"44":23,"45":45,"46":144,"48":75,"49":46,"5":982,"51":59,"52":33,"53":72,"56":22,"570":23,"6":339,"63":89,"7":883,"79":42,"8":120,"80":39,"9":388,"all_client":115874,"all_tv_clinet":18815,"insert_time":"2014-08-23T10:18:29.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97140,"10":23,"107":726,"11":686,"12":133,"13":690,"14":238,"15":228,"155":78,"156":12,"158":81,"159":24,"16":172,"160":58,"161":198,"167":108,"17":196,"18":963,"19":692,"20":175,"209":38,"21":834,"210":15,"211":30,"214":50,"215":245,"221":315,"223":946,"224":43,"225":509,"23":474,"24":1695,"25":256,"257":85,"26":198,"268":5,"27":29,"273":100,"276":177,"279":20,"28":765,"281":15,"282":80,"291":27,"292":200,"30":18,"302":40,"306":3,"31":144,"314":5,"32":30,"33":77,"34":46,"347":13,"35":43,"352":805,"36":195,"37":72,"38":495,"380":18,"381":107,"383":75,"389":2,"39":78,"391":15,"396":3,"397":11,"40":51,"409":31,"41":65,"414":17,"415":89,"419":134,"42":66,"426":1,"43":38,"430":32,"433":11,"44":24,"45":45,"46":149,"48":78,"49":45,"5":1005,"51":50,"52":34,"53":78,"56":20,"570":21,"6":342,"63":90,"7":889,"79":39,"8":121,"80":41,"9":362,"all_client":116035,"all_tv_clinet":18895,"insert_time":"2014-08-23T10:19:29.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97271,"10":21,"107":707,"11":708,"12":131,"13":697,"14":241,"15":232,"155":77,"156":11,"158":82,"159":23,"16":173,"160":63,"161":194,"167":109,"17":196,"18":978,"19":696,"20":171,"209":39,"21":821,"210":16,"211":28,"214":49,"215":252,"221":323,"223":952,"224":45,"225":527,"23":481,"24":1692,"25":251,"257":93,"26":191,"268":5,"27":30,"273":101,"276":180,"279":21,"28":764,"281":14,"282":85,"291":26,"292":204,"30":17,"302":44,"306":3,"31":138,"314":5,"32":33,"33":80,"34":47,"347":13,"35":42,"352":821,"36":191,"37":67,"38":504,"380":18,"381":104,"383":76,"389":3,"39":81,"391":16,"396":3,"397":9,"40":51,"409":29,"41":59,"414":17,"415":88,"419":138,"42":67,"426":1,"43":38,"430":32,"433":11,"44":26,"45":46,"46":144,"48":82,"49":46,"5":1019,"51":52,"52":34,"53":79,"56":21,"570":19,"6":338,"63":95,"7":898,"79":38,"8":124,"80":38,"9":351,"all_client":116267,"all_tv_clinet":18996,"insert_time":"2014-08-23T10:20:31.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97459,"10":24,"107":719,"11":723,"12":138,"13":702,"14":252,"15":241,"155":80,"156":10,"158":83,"159":23,"16":172,"160":60,"161":189,"167":109,"168":1,"17":197,"18":974,"19":702,"20":173,"209":36,"21":833,"210":17,"211":28,"214":50,"215":256,"221":324,"223":933,"224":41,"225":529,"23":484,"24":1707,"25":249,"257":91,"26":181,"268":4,"27":31,"273":102,"276":183,"279":26,"28":758,"281":15,"282":87,"291":24,"292":206,"30":18,"302":43,"306":3,"31":128,"314":4,"32":33,"33":82,"34":46,"347":15,"35":43,"352":820,"36":182,"37":69,"38":498,"380":18,"381":102,"383":80,"389":3,"39":80,"391":17,"396":3,"397":9,"40":51,"409":29,"41":56,"414":13,"415":84,"419":143,"42":71,"426":1,"43":39,"430":32,"433":12,"44":26,"45":46,"46":153,"48":83,"49":43,"5":1037,"51":49,"52":38,"53":87,"56":17,"570":21,"6":335,"63":97,"7":904,"79":38,"8":121,"80":37,"9":336,"all_client":116521,"all_tv_clinet":19062,"insert_time":"2014-08-23T10:21:32.358Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97591,"10":24,"107":712,"11":732,"12":155,"13":711,"14":251,"15":240,"155":81,"156":11,"158":82,"159":26,"16":172,"160":62,"161":200,"167":110,"168":1,"17":199,"18":991,"19":729,"20":175,"209":39,"21":837,"210":17,"211":28,"214":49,"215":266,"221":324,"223":909,"224":41,"225":526,"23":486,"24":1705,"25":246,"257":87,"26":180,"268":4,"27":30,"273":91,"276":181,"279":26,"28":758,"281":15,"282":90,"291":23,"292":213,"30":18,"302":43,"306":3,"31":121,"314":3,"32":29,"33":87,"34":44,"347":15,"35":43,"352":830,"36":182,"37":67,"38":498,"380":18,"381":106,"383":85,"389":3,"39":75,"391":20,"396":3,"397":8,"40":52,"409":31,"41":58,"414":13,"415":85,"419":145,"42":65,"43":36,"430":30,"433":13,"44":26,"45":45,"46":155,"48":79,"49":48,"5":1039,"51":49,"52":36,"53":86,"56":15,"570":22,"6":329,"63":104,"7":917,"79":37,"8":118,"80":36,"9":325,"all_client":116721,"all_tv_clinet":19130,"insert_time":"2014-08-23T10:22:33.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97770,"10":28,"107":727,"11":739,"12":159,"13":718,"14":247,"15":251,"155":83,"156":11,"158":83,"159":25,"16":176,"160":64,"161":215,"167":113,"168":1,"17":203,"18":987,"19":745,"20":175,"209":40,"21":829,"210":17,"211":29,"214":48,"215":270,"221":328,"223":898,"224":42,"225":529,"23":484,"24":1709,"25":247,"257":88,"26":175,"268":4,"27":28,"273":91,"276":182,"279":25,"28":752,"281":15,"282":88,"291":23,"292":204,"30":19,"302":41,"306":3,"31":116,"314":4,"32":25,"33":91,"34":45,"347":16,"35":46,"352":819,"36":185,"37":70,"38":485,"380":20,"381":109,"383":86,"389":3,"39":68,"391":19,"396":5,"397":5,"40":49,"409":29,"41":55,"414":12,"415":94,"419":147,"42":66,"43":37,"430":30,"433":13,"44":25,"45":43,"46":153,"48":76,"49":49,"5":1076,"51":45,"52":39,"53":83,"56":14,"570":25,"6":316,"63":110,"7":923,"79":41,"8":116,"80":35,"9":320,"all_client":116966,"all_tv_clinet":19196,"insert_time":"2014-08-23T10:23:34.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97938,"10":28,"107":707,"11":744,"12":159,"13":719,"14":255,"15":259,"155":85,"156":10,"158":85,"159":24,"16":177,"160":60,"161":222,"167":111,"17":202,"18":998,"19":762,"20":176,"209":39,"21":833,"210":18,"211":30,"214":48,"215":283,"221":321,"223":898,"224":42,"225":541,"23":493,"24":1720,"25":265,"257":98,"26":164,"268":4,"27":28,"273":90,"276":184,"279":29,"28":756,"281":14,"282":91,"291":24,"292":187,"30":20,"302":41,"306":4,"31":110,"314":3,"32":21,"33":92,"34":41,"347":16,"35":47,"352":810,"36":180,"37":72,"38":486,"380":20,"381":107,"383":89,"389":2,"39":63,"391":19,"396":7,"397":3,"40":51,"409":27,"41":59,"414":11,"415":93,"419":151,"42":60,"43":36,"430":32,"433":12,"44":24,"45":48,"46":156,"48":76,"49":47,"5":1089,"51":44,"52":37,"53":91,"56":13,"570":28,"6":312,"63":110,"7":938,"79":43,"8":116,"80":38,"9":324,"all_client":117240,"all_tv_clinet":19302,"insert_time":"2014-08-23T10:24:35.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98016,"10":28,"107":707,"11":773,"12":149,"13":724,"14":264,"15":270,"155":83,"156":12,"158":86,"159":27,"16":172,"160":56,"161":224,"167":114,"17":206,"18":1010,"19":785,"20":172,"209":41,"21":822,"210":18,"211":29,"214":45,"215":291,"221":312,"223":911,"224":43,"225":535,"23":509,"24":1743,"25":268,"257":96,"26":158,"268":4,"27":29,"273":88,"276":182,"279":26,"28":755,"281":13,"282":92,"291":22,"292":172,"30":20,"302":38,"306":4,"31":109,"314":3,"32":24,"33":91,"34":36,"347":14,"35":49,"352":817,"36":178,"37":68,"38":486,"380":20,"381":109,"383":90,"389":2,"39":62,"391":17,"396":6,"397":4,"40":50,"409":25,"41":56,"414":9,"415":93,"419":152,"42":53,"426":1,"43":39,"430":34,"433":12,"44":23,"45":48,"46":167,"48":74,"49":45,"5":1116,"51":45,"52":34,"53":87,"56":11,"570":28,"6":307,"63":116,"7":942,"79":42,"8":116,"80":39,"9":320,"all_client":117413,"all_tv_clinet":19397,"insert_time":"2014-08-23T10:25:36.092Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98093,"10":28,"107":708,"11":780,"12":142,"13":733,"14":268,"15":284,"155":85,"156":15,"158":86,"159":30,"16":184,"160":53,"161":215,"167":109,"17":212,"18":1025,"19":801,"20":177,"209":44,"21":773,"210":22,"211":28,"214":45,"215":298,"221":313,"223":900,"224":42,"225":537,"23":522,"24":1727,"25":271,"257":95,"26":148,"268":4,"27":28,"273":90,"276":182,"279":26,"28":752,"281":13,"282":93,"291":24,"292":172,"30":20,"302":37,"306":4,"31":109,"314":3,"32":26,"33":87,"34":36,"347":13,"35":49,"352":828,"36":187,"37":70,"38":493,"380":18,"381":117,"383":92,"389":2,"39":61,"391":18,"396":6,"397":6,"40":48,"409":25,"41":59,"414":8,"415":93,"419":157,"42":50,"426":2,"43":42,"430":37,"433":13,"44":22,"45":48,"46":163,"48":73,"49":53,"5":1133,"51":44,"52":34,"53":85,"56":10,"570":24,"6":314,"63":121,"7":960,"79":41,"8":113,"80":41,"9":325,"all_client":117597,"all_tv_clinet":19504,"insert_time":"2014-08-23T10:26:37.011Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98132,"10":29,"107":702,"11":804,"12":134,"13":742,"14":278,"15":301,"155":89,"156":17,"158":84,"159":33,"16":191,"160":55,"161":214,"167":115,"168":1,"17":218,"18":1049,"19":814,"20":178,"209":42,"21":732,"210":26,"211":27,"214":45,"215":305,"221":317,"223":876,"224":44,"225":541,"23":540,"24":1707,"25":268,"257":99,"26":146,"268":5,"27":30,"273":92,"276":179,"279":21,"28":738,"281":14,"282":88,"291":24,"292":160,"30":22,"302":40,"306":3,"31":104,"314":3,"32":34,"33":87,"34":38,"347":14,"35":47,"352":836,"36":197,"37":67,"38":494,"380":18,"381":122,"383":92,"389":2,"39":62,"391":19,"396":5,"397":7,"40":43,"409":24,"41":60,"414":8,"415":98,"419":162,"42":43,"426":2,"43":39,"430":39,"433":12,"44":21,"45":41,"46":160,"48":72,"49":57,"5":1159,"51":46,"52":38,"53":76,"56":10,"570":24,"6":312,"63":128,"7":969,"79":44,"8":113,"80":39,"9":340,"all_client":117738,"all_tv_clinet":19606,"insert_time":"2014-08-23T10:27:38.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98200,"10":31,"107":707,"11":832,"12":128,"13":738,"14":283,"15":313,"155":91,"156":18,"158":84,"159":31,"16":197,"160":51,"161":202,"167":121,"168":1,"17":222,"18":1063,"19":815,"20":177,"209":45,"21":715,"210":33,"211":29,"214":45,"215":320,"221":316,"223":849,"224":41,"225":537,"23":540,"24":1684,"25":267,"257":100,"26":140,"268":6,"27":28,"273":96,"276":175,"279":22,"28":718,"281":15,"282":87,"291":24,"292":153,"30":21,"302":39,"306":3,"31":104,"314":2,"32":36,"33":84,"34":37,"347":14,"35":42,"352":829,"36":196,"37":69,"38":499,"380":18,"381":126,"383":93,"389":3,"39":64,"391":17,"396":5,"397":8,"40":46,"409":23,"41":61,"414":9,"415":97,"419":163,"42":45,"426":2,"43":36,"430":39,"433":13,"44":21,"45":42,"46":151,"48":69,"49":63,"5":1202,"51":46,"52":38,"53":77,"56":10,"570":25,"6":321,"63":133,"7":980,"79":48,"8":107,"80":39,"9":365,"all_client":117870,"all_tv_clinet":19670,"insert_time":"2014-08-23T10:28:38.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98332,"10":34,"107":708,"11":857,"12":131,"13":739,"14":287,"15":325,"155":98,"156":18,"158":83,"159":36,"16":202,"160":53,"161":192,"167":123,"168":1,"17":219,"18":1075,"19":823,"20":188,"209":45,"21":696,"210":37,"211":30,"214":43,"215":337,"221":327,"223":814,"224":40,"225":539,"23":547,"24":1687,"25":264,"257":98,"26":144,"268":4,"27":28,"273":96,"276":176,"279":22,"28":700,"281":14,"282":83,"291":24,"292":147,"30":22,"302":38,"306":3,"31":107,"314":2,"32":34,"33":89,"34":36,"347":13,"35":40,"352":832,"36":205,"37":68,"38":505,"380":16,"381":123,"383":93,"389":3,"39":65,"391":18,"396":6,"397":8,"40":43,"409":21,"41":64,"414":11,"415":94,"419":164,"42":43,"426":1,"43":34,"430":41,"433":12,"44":21,"45":40,"46":152,"48":70,"49":58,"5":1247,"51":47,"52":41,"53":75,"56":10,"570":26,"6":321,"63":133,"7":977,"79":52,"8":100,"80":38,"9":368,"all_client":118096,"all_tv_clinet":19764,"insert_time":"2014-08-23T10:29:39.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98495,"10":35,"107":709,"11":880,"12":143,"13":735,"14":278,"15":332,"155":99,"156":19,"158":71,"159":36,"16":205,"160":52,"161":192,"167":123,"168":1,"17":226,"18":1083,"19":837,"20":196,"209":42,"21":686,"210":33,"211":28,"214":48,"215":348,"221":321,"223":788,"224":40,"225":530,"23":548,"24":1682,"25":259,"257":95,"26":142,"268":4,"27":28,"273":92,"276":181,"279":19,"28":680,"281":13,"282":82,"291":23,"292":143,"30":21,"302":41,"306":4,"31":104,"314":2,"32":34,"33":87,"34":38,"347":13,"35":41,"352":835,"36":200,"37":67,"38":525,"380":16,"381":130,"383":94,"389":3,"39":68,"391":19,"396":9,"397":11,"40":40,"409":18,"41":64,"414":14,"415":98,"419":169,"42":43,"426":1,"43":32,"430":42,"433":12,"44":22,"45":37,"46":154,"48":70,"49":57,"5":1276,"51":53,"52":43,"53":72,"56":8,"570":24,"6":324,"63":133,"7":976,"79":56,"8":96,"80":37,"9":380,"all_client":118315,"all_tv_clinet":19820,"insert_time":"2014-08-23T10:30:41.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98617,"10":35,"107":723,"11":887,"12":159,"13":729,"14":278,"15":345,"155":99,"156":18,"158":62,"159":40,"16":213,"160":50,"161":192,"167":121,"168":1,"17":224,"18":1090,"19":837,"20":199,"209":40,"21":691,"210":34,"211":29,"214":49,"215":360,"221":327,"223":765,"224":38,"225":528,"23":540,"24":1691,"25":252,"257":98,"26":141,"268":5,"27":29,"273":96,"276":185,"279":18,"28":671,"281":12,"282":76,"291":24,"292":140,"30":20,"302":42,"306":5,"31":103,"314":3,"32":36,"33":89,"34":36,"347":14,"35":42,"352":854,"36":195,"37":63,"38":519,"380":16,"381":136,"383":95,"389":1,"39":71,"391":20,"396":11,"397":16,"40":35,"409":16,"41":62,"414":14,"415":101,"419":169,"42":37,"426":1,"43":37,"430":43,"433":12,"44":22,"45":35,"46":155,"48":74,"49":55,"5":1303,"51":49,"52":40,"53":72,"56":9,"570":17,"6":310,"63":138,"7":995,"79":56,"8":97,"80":38,"9":385,"all_client":118522,"all_tv_clinet":19905,"insert_time":"2014-08-23T10:31:42.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98841,"10":35,"107":739,"11":910,"12":170,"13":734,"14":268,"15":352,"155":98,"156":19,"158":66,"159":42,"16":216,"160":47,"161":191,"167":120,"168":1,"17":226,"18":1103,"19":847,"20":195,"209":38,"21":686,"210":33,"211":29,"214":48,"215":378,"221":317,"223":750,"224":33,"225":537,"23":527,"24":1675,"25":244,"257":103,"26":141,"268":4,"27":28,"273":94,"276":193,"279":17,"28":643,"281":13,"282":76,"291":24,"292":140,"30":19,"302":47,"306":6,"31":99,"314":3,"32":40,"33":89,"34":33,"347":15,"35":40,"352":851,"36":187,"37":59,"38":523,"380":15,"381":140,"383":93,"389":1,"39":72,"391":20,"396":11,"397":18,"40":35,"409":17,"41":62,"414":18,"415":106,"419":167,"42":36,"426":2,"43":38,"430":43,"433":12,"44":21,"45":32,"46":158,"48":73,"49":54,"5":1346,"51":47,"52":35,"53":67,"56":10,"570":16,"6":286,"63":144,"7":1016,"79":56,"8":92,"80":42,"9":390,"all_client":118793,"all_tv_clinet":19952,"insert_time":"2014-08-23T10:32:43.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99015,"10":34,"107":727,"11":955,"12":170,"13":743,"14":250,"15":363,"155":99,"156":20,"158":64,"159":45,"16":221,"160":46,"161":194,"167":117,"168":2,"17":228,"18":1106,"19":876,"20":199,"209":36,"21":684,"210":31,"211":27,"214":46,"215":390,"221":323,"223":737,"224":34,"225":534,"23":523,"24":1638,"25":246,"257":104,"26":147,"268":5,"27":29,"273":99,"276":201,"279":18,"28":635,"281":13,"282":77,"291":22,"292":134,"30":18,"302":45,"306":5,"31":99,"314":4,"32":43,"33":90,"34":30,"347":14,"35":38,"352":852,"36":182,"37":60,"38":513,"380":15,"381":148,"383":85,"389":1,"39":68,"391":20,"396":9,"397":17,"40":34,"409":16,"41":55,"414":23,"415":109,"419":156,"42":35,"426":2,"43":36,"430":46,"433":14,"44":21,"45":31,"46":154,"48":73,"49":54,"5":1373,"51":47,"52":35,"53":68,"56":10,"570":16,"6":269,"63":145,"7":1033,"79":54,"8":95,"80":46,"9":389,"all_client":119002,"all_tv_clinet":19987,"insert_time":"2014-08-23T10:33:44.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99212,"10":35,"107":722,"11":982,"12":181,"13":746,"14":239,"15":367,"155":100,"156":17,"158":70,"159":45,"16":209,"160":45,"161":198,"167":115,"168":2,"17":224,"18":1147,"19":886,"20":202,"209":37,"21":672,"210":27,"211":28,"214":45,"215":389,"221":325,"223":727,"224":33,"225":535,"23":521,"24":1614,"25":245,"257":107,"26":143,"268":5,"27":31,"273":101,"276":208,"279":21,"28":617,"281":13,"282":82,"291":22,"292":139,"30":18,"302":49,"306":4,"31":101,"314":4,"32":43,"33":88,"34":32,"347":16,"35":36,"352":857,"36":175,"37":62,"38":511,"380":13,"381":156,"383":80,"389":1,"39":69,"391":21,"396":9,"397":10,"40":32,"409":19,"41":54,"414":26,"415":116,"419":150,"42":34,"426":1,"43":34,"430":46,"431":1,"433":14,"44":19,"45":28,"46":163,"48":70,"49":54,"5":1396,"51":49,"52":35,"53":74,"56":8,"570":20,"6":271,"63":148,"7":1054,"79":55,"8":99,"80":46,"9":397,"all_client":119299,"all_tv_clinet":20087,"insert_time":"2014-08-23T10:34:45.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99345,"10":39,"107":723,"11":1021,"12":192,"13":751,"14":231,"15":362,"155":102,"156":16,"158":67,"159":43,"16":204,"160":46,"161":185,"167":117,"168":2,"17":227,"18":1173,"19":871,"20":199,"209":36,"21":673,"210":25,"211":28,"214":45,"215":398,"221":329,"223":719,"224":32,"225":527,"23":517,"24":1601,"25":245,"257":106,"26":138,"268":5,"27":32,"273":100,"276":211,"279":21,"28":605,"281":12,"282":92,"291":22,"292":150,"30":19,"302":50,"306":4,"31":103,"314":3,"32":42,"33":90,"34":31,"347":17,"35":36,"352":873,"36":178,"37":57,"38":505,"380":13,"381":158,"383":72,"389":1,"39":64,"391":23,"396":10,"397":8,"40":40,"409":19,"41":52,"414":26,"415":115,"419":148,"42":36,"43":36,"430":45,"431":1,"433":14,"44":19,"45":26,"46":152,"48":69,"49":51,"5":1444,"51":48,"52":40,"53":82,"56":9,"570":21,"6":269,"63":149,"7":1049,"79":57,"8":94,"80":44,"9":396,"all_client":119493,"all_tv_clinet":20148,"insert_time":"2014-08-23T10:35:46.692Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99520,"10":40,"107":766,"11":1039,"12":201,"13":769,"14":232,"15":354,"155":106,"156":16,"158":72,"159":34,"16":199,"160":46,"161":196,"167":118,"168":1,"17":228,"18":1159,"19":831,"20":196,"209":38,"21":667,"210":25,"211":27,"214":44,"215":405,"221":336,"223":716,"224":27,"225":529,"23":521,"24":1577,"25":232,"257":103,"26":139,"268":6,"27":33,"273":108,"276":220,"279":22,"28":594,"281":12,"282":94,"291":22,"292":156,"30":19,"302":53,"306":5,"31":107,"314":3,"32":40,"33":89,"34":33,"347":16,"35":35,"352":889,"36":189,"37":58,"38":513,"380":14,"381":154,"383":70,"389":1,"39":63,"391":23,"396":10,"397":8,"40":41,"409":20,"41":55,"414":26,"415":117,"419":147,"42":36,"426":1,"43":37,"430":45,"431":1,"433":14,"44":19,"45":27,"46":154,"48":67,"49":47,"5":1486,"51":46,"52":39,"53":91,"56":9,"570":21,"6":268,"63":151,"7":1028,"79":55,"8":90,"80":43,"9":393,"all_client":119742,"all_tv_clinet":20222,"insert_time":"2014-08-23T10:36:47.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99613,"10":42,"107":797,"11":1057,"12":210,"13":788,"14":227,"15":347,"155":105,"156":14,"158":75,"159":33,"16":207,"160":45,"161":206,"167":120,"168":1,"17":232,"18":1153,"19":802,"20":202,"209":37,"21":662,"210":25,"211":27,"214":45,"215":405,"221":338,"223":709,"224":25,"225":529,"23":521,"24":1581,"25":234,"257":100,"26":131,"268":4,"27":30,"273":107,"276":224,"279":23,"28":588,"281":13,"282":95,"291":22,"292":168,"30":19,"302":53,"306":5,"31":103,"314":4,"32":44,"33":79,"34":36,"347":19,"35":35,"352":876,"36":195,"37":53,"38":515,"380":14,"381":162,"383":67,"389":1,"39":63,"391":22,"396":12,"397":6,"40":40,"409":18,"41":62,"414":29,"415":118,"419":152,"42":43,"426":1,"43":38,"430":43,"431":1,"433":13,"44":18,"45":26,"46":151,"48":68,"49":42,"5":1511,"51":45,"52":39,"53":88,"56":9,"570":24,"6":265,"63":157,"7":1033,"79":59,"8":83,"80":43,"9":387,"all_client":119908,"all_tv_clinet":20295,"insert_time":"2014-08-23T10:37:48.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99853,"10":43,"107":795,"11":1080,"12":219,"13":789,"14":225,"15":353,"155":107,"156":18,"158":73,"159":27,"16":214,"160":42,"161":224,"167":128,"168":1,"17":237,"18":1160,"19":782,"20":203,"209":35,"21":648,"210":25,"211":27,"214":45,"215":412,"221":336,"223":713,"224":29,"225":530,"23":532,"24":1577,"25":233,"257":99,"26":127,"268":4,"27":29,"273":101,"276":233,"279":27,"28":571,"281":14,"282":98,"291":24,"292":177,"30":19,"302":53,"306":5,"31":98,"314":4,"32":48,"33":78,"34":37,"347":17,"35":33,"352":885,"36":192,"37":48,"38":523,"380":14,"381":165,"383":64,"389":1,"39":65,"391":22,"396":10,"397":6,"40":37,"409":16,"41":63,"414":29,"415":125,"419":148,"42":43,"426":2,"43":38,"430":45,"431":1,"433":13,"44":18,"45":26,"46":149,"48":63,"49":40,"5":1512,"51":45,"52":38,"53":87,"56":7,"570":25,"6":262,"63":161,"7":991,"79":60,"8":81,"80":42,"9":392,"all_client":120165,"all_tv_clinet":20312,"insert_time":"2014-08-23T10:38:49.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100033,"10":50,"107":782,"11":1080,"12":222,"13":787,"14":229,"15":355,"155":106,"156":14,"158":74,"159":23,"16":232,"160":42,"161":236,"167":128,"168":1,"17":240,"18":1190,"19":783,"20":210,"209":40,"21":656,"210":27,"211":25,"214":44,"215":432,"221":348,"223":720,"224":28,"225":525,"23":530,"24":1584,"25":236,"257":95,"26":122,"268":4,"27":29,"273":88,"276":233,"279":30,"28":559,"281":13,"282":99,"291":25,"292":177,"30":20,"302":54,"306":5,"31":93,"314":3,"317":1,"32":50,"33":81,"34":38,"347":17,"35":34,"352":895,"36":186,"37":45,"38":515,"380":14,"381":167,"383":66,"389":1,"39":62,"391":22,"396":10,"397":8,"40":35,"409":19,"41":65,"414":31,"415":131,"419":146,"42":42,"426":2,"43":39,"430":49,"431":1,"433":14,"44":18,"45":25,"46":151,"48":68,"49":40,"5":1534,"51":45,"52":36,"53":85,"56":7,"570":24,"6":254,"63":159,"7":963,"79":58,"8":83,"80":44,"9":400,"all_client":120441,"all_tv_clinet":20408,"insert_time":"2014-08-23T10:39:50.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100170,"10":52,"107":782,"11":1088,"12":223,"13":791,"14":227,"15":350,"155":109,"156":13,"158":77,"159":22,"16":243,"160":42,"161":264,"167":128,"168":1,"17":244,"18":1188,"19":778,"20":215,"209":38,"21":643,"210":27,"211":23,"214":45,"215":436,"221":355,"223":732,"224":27,"225":519,"23":531,"24":1569,"25":233,"257":95,"26":126,"268":6,"27":29,"273":81,"276":236,"279":28,"28":562,"281":13,"282":101,"291":25,"292":176,"30":22,"302":55,"306":5,"31":92,"314":2,"317":1,"32":48,"33":81,"34":41,"347":19,"35":33,"352":888,"36":190,"37":42,"38":510,"380":14,"381":169,"383":70,"389":1,"39":62,"391":25,"396":10,"397":14,"40":35,"409":19,"41":69,"414":31,"415":136,"419":146,"42":42,"426":2,"43":38,"430":52,"431":1,"433":13,"44":18,"45":23,"46":146,"48":69,"49":38,"5":1556,"51":46,"52":41,"53":74,"56":7,"570":21,"6":253,"63":164,"7":936,"79":56,"8":80,"80":44,"9":396,"all_client":120609,"all_tv_clinet":20439,"insert_time":"2014-08-23T10:40:51.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100381,"10":55,"107":800,"11":1093,"12":228,"13":767,"14":236,"15":333,"155":110,"156":11,"158":76,"159":24,"16":250,"160":44,"161":256,"167":131,"168":1,"17":245,"18":1182,"19":796,"20":215,"209":36,"21":641,"210":27,"211":20,"214":44,"215":440,"221":350,"223":728,"224":26,"225":516,"23":537,"24":1555,"25":225,"257":95,"26":136,"268":5,"27":31,"273":85,"276":240,"279":27,"28":558,"281":15,"282":102,"291":22,"292":165,"30":25,"302":55,"306":4,"31":88,"314":2,"317":1,"32":47,"33":87,"34":42,"347":19,"35":34,"352":873,"36":199,"37":45,"38":510,"380":15,"381":171,"383":65,"389":1,"39":60,"391":26,"396":8,"397":15,"40":36,"409":23,"41":69,"414":29,"415":134,"419":144,"42":41,"426":3,"43":38,"430":50,"431":1,"433":12,"44":19,"45":21,"46":146,"48":70,"49":37,"5":1582,"51":44,"52":40,"53":83,"56":6,"570":21,"6":258,"63":167,"7":932,"79":52,"8":83,"80":47,"9":396,"all_client":120836,"all_tv_clinet":20455,"insert_time":"2014-08-23T10:41:53.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100597,"10":53,"107":803,"11":1102,"12":233,"13":740,"14":246,"15":305,"155":112,"156":15,"158":77,"159":23,"16":258,"160":47,"161":244,"167":138,"17":252,"18":1176,"19":821,"20":213,"209":35,"21":643,"210":25,"211":19,"214":46,"215":445,"221":352,"223":740,"224":27,"225":520,"23":550,"24":1558,"25":224,"257":98,"26":141,"268":8,"27":29,"273":82,"276":248,"279":25,"28":541,"281":14,"282":102,"291":23,"292":156,"30":25,"302":54,"306":4,"31":82,"314":2,"32":52,"33":88,"34":36,"347":20,"35":35,"352":849,"36":198,"37":46,"38":512,"380":15,"381":172,"383":65,"389":1,"39":59,"391":25,"396":7,"397":15,"40":35,"409":28,"41":67,"414":27,"415":139,"419":146,"42":39,"426":2,"43":40,"430":49,"431":1,"433":11,"44":20,"45":22,"46":155,"48":72,"49":36,"5":1596,"51":44,"52":39,"53":87,"56":7,"570":21,"6":258,"63":169,"7":932,"79":49,"8":81,"80":47,"9":404,"all_client":121091,"all_tv_clinet":20494,"insert_time":"2014-08-23T10:42:53.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100853,"10":50,"107":798,"11":1111,"12":240,"13":711,"14":249,"15":282,"155":112,"156":16,"158":74,"159":24,"16":264,"160":47,"161":232,"167":139,"17":254,"18":1175,"19":841,"20":218,"209":38,"21":649,"210":25,"211":17,"214":47,"215":454,"221":353,"223":738,"224":30,"225":522,"23":547,"24":1564,"25":231,"257":102,"26":151,"268":7,"27":30,"273":87,"276":252,"279":26,"28":541,"281":13,"282":106,"291":24,"292":142,"30":26,"302":54,"306":4,"31":82,"314":1,"32":46,"33":89,"34":37,"347":21,"35":32,"352":842,"36":195,"37":47,"38":520,"380":15,"381":173,"383":64,"389":1,"39":58,"391":24,"396":4,"397":18,"40":34,"409":33,"41":68,"414":29,"415":140,"419":144,"42":32,"426":2,"43":38,"430":50,"433":12,"44":22,"45":22,"46":165,"48":74,"49":31,"5":1616,"51":45,"52":39,"53":94,"56":13,"570":17,"6":263,"63":166,"7":934,"79":49,"8":82,"80":48,"9":412,"all_client":121413,"all_tv_clinet":20560,"insert_time":"2014-08-23T10:43:54.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100960,"10":46,"107":779,"11":1108,"12":240,"13":674,"14":253,"15":255,"155":113,"156":16,"158":76,"159":24,"16":270,"160":47,"161":225,"167":139,"17":263,"18":1185,"19":852,"20":222,"209":42,"21":648,"210":25,"211":18,"214":47,"215":463,"221":345,"223":751,"224":32,"225":518,"23":543,"24":1574,"25":241,"257":100,"26":151,"268":7,"27":30,"273":90,"276":258,"279":29,"28":539,"281":13,"282":108,"291":24,"292":135,"30":24,"302":54,"306":3,"31":86,"314":2,"32":45,"33":86,"34":41,"347":22,"35":31,"352":860,"36":182,"37":47,"38":529,"380":15,"381":181,"383":67,"39":54,"391":22,"396":6,"397":19,"40":36,"409":31,"41":63,"414":25,"415":144,"419":147,"42":31,"426":3,"43":40,"430":54,"433":11,"44":23,"45":24,"46":168,"48":76,"49":30,"5":1636,"51":46,"52":43,"53":94,"56":14,"570":16,"6":285,"63":169,"7":944,"79":53,"8":85,"80":47,"9":419,"all_client":121611,"all_tv_clinet":20651,"insert_time":"2014-08-23T10:44:55.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101150,"10":50,"107":771,"11":1115,"12":234,"13":639,"14":255,"15":239,"155":112,"156":17,"158":71,"159":23,"16":284,"160":45,"161":218,"167":137,"17":272,"18":1178,"19":862,"20":225,"209":44,"21":640,"210":28,"211":17,"214":46,"215":462,"221":355,"223":759,"224":33,"225":518,"23":537,"24":1595,"25":234,"257":96,"26":155,"268":6,"27":30,"273":93,"276":262,"279":30,"28":532,"281":12,"282":115,"291":25,"292":131,"30":26,"302":55,"306":3,"31":91,"314":2,"32":49,"33":85,"34":41,"347":22,"35":30,"352":877,"36":186,"37":47,"38":543,"380":18,"381":185,"383":67,"39":54,"391":23,"396":6,"397":23,"40":38,"409":31,"41":67,"414":25,"415":143,"419":150,"42":32,"426":3,"43":42,"430":53,"433":10,"44":24,"45":25,"46":166,"48":75,"49":35,"5":1660,"51":48,"52":44,"53":90,"56":15,"570":16,"6":291,"63":174,"7":974,"79":54,"8":82,"80":45,"9":414,"all_client":121911,"all_tv_clinet":20761,"insert_time":"2014-08-23T10:45:57.316Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101311,"10":57,"107":756,"11":1103,"12":234,"13":611,"14":263,"15":225,"155":111,"156":14,"158":71,"159":23,"16":282,"160":47,"161":209,"167":142,"17":271,"18":1191,"19":864,"20":224,"209":45,"21":640,"210":27,"211":17,"214":46,"215":463,"221":355,"223":775,"224":32,"225":524,"23":542,"24":1612,"25":234,"257":97,"26":167,"268":8,"27":31,"273":101,"276":265,"279":29,"28":537,"281":12,"282":123,"291":24,"292":132,"30":29,"302":56,"306":3,"31":84,"314":2,"32":54,"33":90,"34":41,"347":22,"35":27,"352":881,"36":188,"37":45,"38":561,"380":19,"381":191,"383":68,"39":55,"391":24,"396":6,"397":24,"40":40,"409":27,"41":69,"414":22,"415":145,"419":157,"42":30,"426":3,"43":41,"430":55,"433":8,"44":22,"45":24,"46":165,"48":72,"49":40,"5":1698,"51":53,"52":44,"53":84,"56":15,"570":14,"6":295,"63":176,"7":995,"79":55,"8":81,"80":46,"9":402,"all_client":122195,"all_tv_clinet":20884,"insert_time":"2014-08-23T10:46:58.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101464,"10":72,"107":749,"11":1106,"12":241,"13":611,"14":254,"15":225,"155":103,"156":14,"158":71,"159":24,"16":276,"160":47,"161":216,"167":143,"17":264,"18":1199,"19":873,"20":230,"209":43,"21":645,"210":27,"211":17,"214":47,"215":460,"221":349,"223":777,"224":29,"225":545,"23":542,"24":1589,"25":231,"257":98,"26":170,"268":8,"27":32,"273":100,"276":267,"279":31,"28":547,"281":11,"282":127,"291":26,"292":131,"30":28,"302":55,"306":4,"31":76,"314":3,"32":48,"33":92,"34":40,"347":20,"35":28,"352":870,"36":193,"37":43,"38":577,"380":22,"381":189,"383":70,"39":57,"391":24,"396":7,"397":25,"40":39,"409":26,"41":68,"414":26,"415":135,"419":159,"42":30,"426":3,"43":40,"430":54,"433":7,"44":24,"45":23,"46":175,"48":73,"49":38,"5":1744,"51":52,"52":42,"53":90,"56":15,"570":11,"6":296,"63":184,"7":987,"79":52,"8":82,"80":47,"9":382,"all_client":122406,"all_tv_clinet":20942,"insert_time":"2014-08-23T10:47:59.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101663,"10":78,"107":742,"11":1117,"12":254,"13":597,"14":238,"15":229,"155":96,"156":14,"158":69,"159":22,"16":280,"160":47,"161":216,"167":146,"17":251,"18":1213,"19":859,"20":239,"209":43,"21":647,"210":26,"211":16,"214":51,"215":467,"221":347,"223":787,"224":31,"225":546,"23":535,"24":1586,"25":232,"257":105,"26":173,"268":8,"27":32,"273":103,"276":272,"279":31,"28":539,"281":11,"282":129,"291":27,"292":135,"30":28,"302":55,"306":4,"31":80,"314":2,"32":45,"33":94,"34":39,"347":19,"35":27,"352":887,"36":200,"37":45,"38":579,"380":25,"381":196,"383":68,"39":59,"391":25,"396":7,"397":24,"40":41,"409":25,"41":65,"414":28,"415":124,"419":163,"42":32,"426":2,"43":38,"430":53,"433":7,"44":25,"45":22,"46":187,"48":75,"49":37,"5":1772,"51":53,"52":45,"53":97,"56":14,"570":11,"6":302,"63":184,"7":984,"79":55,"8":83,"80":49,"9":368,"all_client":122698,"all_tv_clinet":21035,"insert_time":"2014-08-23T10:49:00.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101881,"10":83,"107":732,"11":1128,"12":262,"13":603,"14":222,"15":235,"155":93,"156":16,"158":70,"159":23,"16":288,"160":47,"161":229,"167":148,"17":243,"18":1229,"19":828,"20":245,"209":43,"21":649,"210":25,"211":15,"214":52,"215":473,"221":335,"223":798,"224":33,"225":557,"23":519,"24":1589,"25":225,"257":104,"26":176,"268":7,"27":29,"273":106,"276":281,"279":31,"28":541,"281":10,"282":132,"291":28,"292":138,"30":27,"302":56,"306":4,"31":77,"314":3,"317":1,"32":42,"33":94,"34":43,"347":18,"35":29,"352":885,"36":209,"37":46,"38":590,"380":25,"381":193,"383":71,"39":60,"391":23,"396":6,"397":23,"40":42,"409":23,"41":68,"414":29,"415":118,"419":164,"42":31,"426":3,"43":38,"430":56,"433":7,"44":26,"45":24,"46":191,"48":78,"49":39,"5":1761,"51":56,"52":45,"53":99,"56":17,"570":13,"6":303,"63":182,"7":964,"79":59,"8":84,"80":50,"9":376,"all_client":122972,"all_tv_clinet":21091,"insert_time":"2014-08-23T10:50:01.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102106,"10":84,"107":740,"11":1126,"12":262,"13":572,"14":210,"15":252,"155":85,"156":16,"158":69,"159":25,"16":295,"160":51,"161":242,"167":149,"17":238,"18":1249,"19":804,"20":239,"209":44,"21":668,"210":25,"211":15,"214":51,"215":476,"221":347,"223":804,"224":36,"225":558,"23":524,"24":1571,"25":232,"257":108,"26":181,"268":7,"27":28,"273":113,"276":283,"279":30,"28":536,"281":10,"282":133,"291":29,"292":153,"30":23,"302":56,"306":6,"31":72,"314":2,"317":1,"32":52,"33":94,"34":41,"347":16,"35":33,"352":881,"36":211,"37":47,"38":605,"380":24,"381":194,"383":70,"39":58,"391":28,"396":8,"397":23,"40":41,"409":20,"41":65,"414":30,"415":113,"419":163,"42":32,"426":4,"43":39,"430":56,"431":1,"433":5,"44":25,"45":24,"46":191,"48":69,"49":42,"5":1734,"51":56,"52":47,"53":104,"56":16,"570":13,"6":314,"63":182,"7":975,"79":57,"8":81,"80":49,"9":395,"all_client":123264,"all_tv_clinet":21158,"insert_time":"2014-08-23T10:51:02.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102346,"10":92,"107":729,"11":1145,"12":254,"13":563,"14":208,"15":259,"155":81,"156":16,"158":69,"159":24,"16":303,"160":54,"161":250,"167":151,"17":234,"18":1269,"19":775,"20":231,"209":46,"21":693,"210":25,"211":16,"214":51,"215":480,"221":351,"223":802,"224":40,"225":561,"23":513,"24":1572,"25":222,"257":108,"26":179,"268":8,"27":30,"273":122,"276":289,"279":33,"28":531,"281":10,"282":136,"291":29,"292":159,"30":24,"302":55,"306":5,"31":70,"314":2,"317":1,"32":52,"33":96,"34":39,"347":13,"35":40,"352":882,"36":215,"37":48,"38":605,"380":24,"381":189,"383":68,"39":55,"391":30,"396":8,"397":23,"40":41,"409":26,"41":71,"414":35,"415":114,"419":159,"42":32,"426":5,"43":42,"430":57,"431":1,"433":3,"44":22,"45":26,"46":193,"48":68,"49":43,"5":1719,"51":57,"52":50,"53":114,"56":17,"570":12,"6":316,"63":183,"7":986,"79":64,"8":82,"80":47,"9":407,"all_client":123595,"all_tv_clinet":21249,"insert_time":"2014-08-23T10:52:03.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102557,"10":93,"107":752,"11":1173,"12":258,"13":541,"14":211,"15":273,"155":72,"156":18,"158":63,"159":25,"16":310,"160":56,"161":252,"167":153,"17":224,"18":1242,"19":777,"20":235,"209":42,"21":699,"210":25,"211":13,"214":51,"215":482,"221":357,"223":796,"224":43,"225":567,"23":519,"24":1570,"25":223,"257":108,"26":181,"268":10,"27":35,"273":126,"276":302,"279":34,"28":529,"281":11,"282":137,"291":30,"292":167,"30":26,"302":56,"306":5,"31":66,"314":1,"317":1,"32":58,"33":95,"34":38,"347":11,"35":43,"352":890,"36":208,"37":51,"38":612,"380":24,"381":191,"383":66,"39":57,"391":30,"396":11,"397":22,"40":39,"409":27,"41":66,"414":36,"415":113,"419":157,"42":34,"426":4,"43":40,"430":53,"431":1,"433":4,"44":24,"45":28,"46":183,"48":67,"49":41,"5":1707,"51":57,"52":49,"53":107,"56":16,"570":13,"6":328,"63":190,"7":981,"79":74,"8":80,"80":48,"9":411,"all_client":123882,"all_tv_clinet":21325,"insert_time":"2014-08-23T10:53:03.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102707,"10":94,"107":766,"11":1205,"12":261,"13":535,"14":209,"15":276,"155":67,"156":20,"158":55,"159":28,"16":316,"160":60,"161":256,"167":159,"17":213,"18":1218,"19":774,"20":247,"209":43,"21":705,"210":24,"211":11,"214":51,"215":480,"221":373,"223":777,"224":42,"225":573,"23":521,"24":1588,"25":224,"257":112,"26":185,"268":10,"27":37,"273":126,"276":308,"279":35,"28":524,"281":12,"282":149,"291":29,"292":171,"30":27,"302":57,"306":5,"31":68,"314":2,"317":1,"32":62,"33":90,"34":43,"347":11,"35":46,"352":883,"36":209,"37":52,"38":596,"380":23,"381":191,"383":66,"39":58,"391":31,"396":10,"397":21,"40":37,"409":28,"41":68,"414":41,"415":121,"419":160,"42":34,"426":4,"43":39,"430":51,"431":1,"433":4,"44":25,"45":26,"46":176,"48":66,"49":37,"5":1698,"51":57,"52":49,"53":95,"56":15,"570":14,"6":336,"63":192,"7":1002,"79":75,"8":81,"80":48,"9":434,"all_client":124142,"all_tv_clinet":21435,"insert_time":"2014-08-23T10:54:04.931Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102932,"10":98,"107":768,"11":1203,"12":276,"13":529,"14":205,"15":289,"155":64,"156":19,"158":58,"159":32,"16":311,"160":59,"161":253,"167":160,"17":209,"18":1197,"19":785,"20":246,"209":43,"21":720,"210":24,"211":13,"214":51,"215":470,"221":369,"223":769,"224":40,"225":576,"23":539,"24":1586,"25":216,"257":113,"26":193,"268":10,"27":42,"273":128,"276":307,"279":40,"28":519,"281":12,"282":152,"291":26,"292":181,"30":27,"302":61,"306":5,"31":69,"314":3,"317":1,"32":60,"33":91,"34":41,"347":10,"35":42,"352":882,"36":207,"37":51,"38":599,"380":22,"381":196,"383":62,"39":56,"391":32,"396":12,"397":21,"40":39,"409":30,"41":68,"414":44,"415":130,"419":162,"42":34,"426":4,"43":40,"430":51,"431":1,"433":4,"44":22,"45":25,"46":186,"48":66,"49":35,"5":1704,"51":61,"52":48,"53":90,"56":14,"570":13,"6":345,"63":196,"7":999,"79":76,"8":78,"80":47,"9":460,"all_client":124454,"all_tv_clinet":21522,"insert_time":"2014-08-23T10:55:05.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103186,"10":105,"107":790,"11":1237,"12":292,"13":528,"14":195,"15":294,"155":59,"156":18,"158":64,"159":33,"16":317,"160":56,"161":235,"167":161,"17":212,"18":1171,"19":797,"20":253,"209":42,"21":714,"210":24,"211":12,"214":50,"215":466,"221":362,"223":742,"224":38,"225":585,"23":546,"24":1586,"25":214,"257":108,"26":199,"268":10,"27":39,"273":135,"276":313,"279":40,"28":520,"281":12,"282":155,"291":25,"292":189,"30":26,"302":60,"306":5,"31":67,"314":3,"317":1,"32":66,"33":92,"34":44,"347":13,"35":42,"352":889,"36":210,"37":48,"38":589,"380":24,"381":196,"383":63,"39":56,"391":34,"396":11,"397":19,"40":40,"409":30,"41":62,"414":52,"415":138,"419":168,"42":33,"426":4,"43":41,"430":51,"431":1,"433":4,"44":24,"45":20,"46":197,"48":66,"49":35,"5":1685,"51":62,"52":47,"53":88,"56":13,"570":14,"6":356,"63":198,"7":1026,"79":75,"8":75,"80":47,"9":482,"all_client":124821,"all_tv_clinet":21635,"insert_time":"2014-08-23T10:56:06.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103371,"10":102,"107":806,"11":1250,"12":304,"13":526,"14":191,"15":313,"155":52,"156":17,"158":68,"159":33,"16":319,"160":55,"161":233,"167":165,"17":214,"18":1147,"19":785,"20":256,"209":43,"21":725,"210":25,"211":13,"214":51,"215":475,"221":358,"223":735,"224":39,"225":587,"23":529,"24":1604,"25":215,"257":108,"26":206,"268":11,"27":42,"273":135,"276":319,"279":42,"28":526,"281":14,"282":156,"291":23,"292":178,"30":27,"302":62,"306":5,"31":69,"314":4,"317":1,"32":59,"33":96,"34":50,"347":14,"35":40,"352":892,"36":206,"37":45,"38":594,"380":23,"381":195,"383":62,"39":56,"391":30,"396":13,"397":20,"40":39,"409":30,"41":67,"414":59,"415":143,"419":170,"42":35,"426":4,"43":40,"430":52,"431":2,"433":4,"44":26,"45":20,"46":201,"48":66,"49":37,"5":1670,"51":55,"52":45,"53":85,"56":13,"570":12,"6":359,"63":199,"7":1059,"79":79,"8":77,"80":49,"9":518,"all_client":125144,"all_tv_clinet":21773,"insert_time":"2014-08-23T10:57:07.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103531,"10":102,"107":807,"11":1278,"12":323,"13":519,"14":185,"15":320,"155":55,"156":18,"158":67,"159":33,"16":318,"160":55,"161":259,"167":171,"17":219,"18":1128,"19":758,"20":261,"209":48,"21":744,"210":23,"211":11,"214":47,"215":478,"221":357,"223":727,"224":40,"225":591,"23":517,"24":1581,"25":213,"257":107,"26":217,"268":11,"27":45,"273":132,"276":325,"279":44,"28":534,"281":14,"282":161,"291":24,"292":158,"30":28,"302":63,"306":6,"31":68,"314":4,"317":1,"32":58,"33":102,"34":51,"347":14,"35":39,"352":901,"36":203,"37":45,"38":584,"380":25,"381":198,"383":65,"39":65,"391":33,"396":15,"397":19,"40":39,"409":29,"41":71,"414":64,"415":146,"419":176,"42":32,"426":4,"43":38,"430":54,"431":2,"433":4,"44":25,"45":18,"46":188,"48":69,"49":39,"5":1681,"51":60,"52":43,"53":95,"56":12,"570":10,"6":366,"63":198,"7":1096,"79":79,"8":75,"80":46,"9":533,"all_client":125435,"all_tv_clinet":21904,"insert_time":"2014-08-23T10:58:08.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103644,"10":105,"107":793,"11":1313,"12":337,"13":521,"14":179,"15":332,"155":58,"156":17,"158":67,"159":33,"16":333,"160":55,"161":285,"167":180,"17":227,"18":1133,"19":719,"20":266,"209":44,"21":754,"210":22,"211":15,"214":40,"215":480,"221":369,"223":728,"224":38,"225":583,"23":507,"24":1573,"25":218,"257":109,"26":222,"268":12,"27":43,"273":123,"276":327,"279":48,"28":542,"281":12,"282":158,"291":26,"292":142,"30":24,"302":66,"306":6,"31":71,"314":7,"317":1,"32":57,"33":105,"34":52,"347":14,"35":35,"352":895,"36":201,"37":48,"38":585,"380":25,"381":207,"383":66,"39":67,"391":37,"396":17,"397":18,"40":39,"409":32,"41":75,"414":68,"415":147,"419":183,"42":30,"426":3,"43":35,"430":59,"431":2,"433":2,"44":22,"45":18,"46":186,"48":69,"49":43,"5":1716,"51":61,"52":41,"53":101,"56":10,"570":11,"6":375,"63":189,"7":1120,"79":82,"8":74,"80":43,"9":549,"all_client":125721,"all_tv_clinet":22077,"insert_time":"2014-08-23T10:59:09.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103887,"10":112,"107":786,"11":1342,"12":350,"13":499,"14":175,"15":347,"155":61,"156":17,"158":74,"159":32,"16":342,"160":54,"161":309,"167":187,"17":236,"18":1138,"19":697,"20":270,"209":41,"21":767,"210":25,"211":18,"214":34,"215":466,"221":377,"223":738,"224":38,"225":561,"23":496,"24":1546,"25":228,"257":113,"26":227,"268":12,"27":42,"273":123,"276":324,"279":48,"28":537,"281":11,"282":167,"291":26,"292":139,"30":22,"302":70,"306":6,"31":68,"314":6,"317":2,"32":63,"33":104,"34":52,"347":12,"35":34,"352":904,"36":191,"37":48,"38":586,"380":25,"381":217,"383":64,"39":67,"391":46,"396":15,"397":19,"40":41,"409":40,"41":77,"414":70,"415":150,"419":195,"42":30,"426":3,"43":34,"430":62,"431":1,"433":2,"44":22,"45":16,"46":184,"48":69,"49":40,"5":1773,"51":62,"52":40,"53":107,"56":13,"570":10,"6":374,"63":174,"7":1122,"79":87,"8":70,"80":36,"9":510,"all_client":126054,"all_tv_clinet":22167,"insert_time":"2014-08-23T11:00:10.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103992,"10":114,"107":793,"11":1367,"12":364,"13":480,"14":162,"15":350,"155":67,"156":13,"158":79,"159":33,"16":372,"160":51,"161":322,"167":180,"17":250,"18":1167,"19":675,"20":275,"209":37,"21":750,"210":27,"211":19,"214":34,"215":456,"221":378,"223":744,"224":37,"225":560,"23":481,"24":1531,"25":219,"257":116,"26":226,"268":11,"27":39,"273":119,"276":316,"279":52,"28":535,"281":9,"282":170,"291":30,"292":133,"30":22,"302":72,"306":6,"31":67,"314":7,"317":2,"32":66,"33":104,"34":52,"347":10,"35":38,"352":886,"36":196,"37":47,"38":584,"380":26,"381":209,"383":62,"39":65,"391":46,"396":11,"397":23,"40":40,"409":46,"41":69,"414":81,"415":152,"419":196,"42":33,"426":3,"43":36,"430":75,"431":1,"433":2,"44":22,"45":16,"46":183,"48":71,"49":41,"5":2015,"51":59,"52":32,"53":114,"56":13,"570":10,"6":369,"63":166,"7":1066,"79":95,"8":68,"80":31,"9":479,"all_client":126320,"all_tv_clinet":22328,"insert_time":"2014-08-23T11:01:11.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104115,"10":116,"107":787,"11":1397,"12":390,"13":472,"14":153,"15":364,"155":71,"156":15,"158":79,"159":31,"16":379,"160":49,"161":327,"167":176,"17":256,"18":1198,"19":677,"20":267,"209":36,"21":737,"210":36,"211":18,"214":41,"215":442,"221":379,"223":739,"224":39,"225":560,"23":452,"24":1513,"25":215,"257":125,"26":216,"268":9,"27":34,"273":109,"276":308,"279":53,"28":521,"281":10,"282":193,"291":33,"292":130,"30":22,"302":71,"306":6,"31":62,"314":7,"317":2,"32":65,"33":110,"34":50,"347":10,"35":36,"352":880,"36":199,"37":45,"38":592,"380":27,"381":211,"383":64,"39":63,"391":55,"396":7,"397":26,"40":42,"409":48,"41":68,"414":97,"415":147,"419":185,"42":34,"426":5,"43":33,"430":84,"431":1,"433":3,"44":23,"45":16,"46":179,"48":65,"49":41,"5":2314,"51":57,"52":33,"53":116,"56":12,"570":8,"6":359,"63":151,"7":1031,"79":101,"8":56,"80":31,"9":451,"all_client":126668,"all_tv_clinet":22553,"insert_time":"2014-08-23T11:02:13.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104318,"10":119,"107":774,"11":1431,"12":404,"13":477,"14":146,"15":353,"155":73,"156":17,"158":83,"159":30,"16":384,"160":43,"161":338,"167":159,"17":267,"18":1209,"19":654,"20":262,"209":30,"21":706,"210":41,"211":19,"214":47,"215":438,"221":374,"223":735,"224":41,"225":552,"23":448,"24":1471,"25":204,"257":125,"26":202,"268":9,"27":33,"273":102,"276":306,"279":53,"28":513,"281":7,"282":211,"291":38,"292":133,"30":24,"302":69,"306":6,"31":61,"314":7,"317":1,"32":56,"33":114,"34":51,"347":10,"35":36,"352":865,"36":199,"37":45,"38":599,"380":27,"381":206,"383":66,"39":61,"391":60,"396":6,"397":31,"40":45,"409":48,"41":67,"414":101,"415":141,"419":169,"42":37,"426":10,"43":33,"430":89,"431":1,"433":3,"44":19,"45":16,"46":184,"48":58,"49":41,"5":2675,"51":57,"52":31,"53":112,"56":9,"570":7,"6":348,"63":136,"7":1018,"79":110,"8":50,"80":29,"9":448,"all_client":127071,"all_tv_clinet":22753,"insert_time":"2014-08-23T11:03:14.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104467,"10":119,"107":782,"11":1450,"12":394,"13":469,"14":147,"15":354,"155":76,"156":20,"158":83,"159":29,"16":384,"160":41,"161":350,"167":163,"17":267,"18":1207,"19":642,"20":252,"209":31,"21":688,"210":45,"211":22,"214":48,"215":429,"221":383,"223":741,"224":40,"225":531,"23":450,"24":1447,"25":209,"257":128,"26":196,"268":10,"27":34,"273":99,"276":304,"279":53,"28":502,"281":7,"282":228,"291":39,"292":139,"30":23,"302":64,"306":6,"31":58,"314":6,"317":1,"32":56,"33":115,"34":48,"347":12,"35":36,"352":881,"36":198,"37":45,"38":594,"380":28,"381":207,"383":67,"39":61,"391":67,"396":6,"397":34,"40":48,"409":45,"41":59,"414":105,"415":145,"419":154,"42":36,"426":12,"43":39,"430":91,"431":1,"433":4,"44":18,"45":15,"46":171,"48":60,"49":43,"5":2925,"51":53,"52":27,"53":110,"56":9,"570":7,"6":360,"63":129,"7":994,"79":114,"8":48,"80":29,"9":445,"all_client":127408,"all_tv_clinet":22941,"insert_time":"2014-08-23T11:04:15.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104668,"10":119,"107":779,"11":1470,"12":406,"13":469,"14":147,"15":355,"155":78,"156":22,"158":80,"159":29,"16":389,"160":43,"161":353,"167":155,"168":1,"17":272,"18":1213,"19":630,"20":245,"209":33,"21":684,"210":49,"211":24,"214":50,"215":424,"221":380,"223":739,"224":41,"225":520,"23":454,"24":1418,"25":208,"257":131,"26":197,"268":12,"27":35,"273":108,"276":300,"279":52,"28":493,"281":7,"282":234,"291":38,"292":142,"30":24,"302":65,"306":6,"31":59,"314":6,"317":1,"32":61,"33":113,"34":46,"347":14,"35":35,"352":877,"36":204,"37":44,"38":589,"380":29,"381":205,"383":70,"389":1,"39":60,"391":69,"396":4,"397":32,"40":46,"409":43,"41":56,"414":104,"415":143,"419":148,"42":36,"426":12,"43":40,"430":93,"431":1,"433":4,"44":18,"45":14,"46":172,"48":60,"49":40,"5":3092,"51":49,"52":27,"53":109,"56":7,"570":6,"6":358,"63":125,"7":982,"79":116,"8":48,"80":23,"9":435,"all_client":127717,"all_tv_clinet":23049,"insert_time":"2014-08-23T11:05:16.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104858,"10":117,"107":772,"11":1478,"12":410,"13":468,"14":144,"15":367,"155":84,"156":21,"158":76,"159":31,"16":390,"160":42,"161":355,"167":148,"168":1,"17":280,"18":1222,"19":623,"20":238,"209":29,"21":682,"210":54,"211":27,"214":49,"215":414,"221":370,"223":726,"224":37,"225":525,"23":459,"24":1395,"25":209,"257":133,"26":197,"268":12,"27":34,"273":113,"276":291,"279":50,"28":492,"281":10,"282":253,"291":45,"292":148,"30":26,"302":63,"306":7,"31":63,"314":6,"317":1,"32":61,"33":115,"34":40,"347":15,"35":34,"352":874,"36":207,"37":47,"38":589,"380":31,"381":194,"383":69,"389":1,"39":57,"391":75,"396":4,"397":33,"40":48,"409":39,"41":51,"414":112,"415":146,"419":142,"42":34,"426":12,"43":42,"430":100,"431":1,"433":5,"44":23,"45":13,"46":168,"48":60,"49":39,"5":3251,"51":51,"52":27,"53":111,"56":6,"570":5,"6":359,"63":115,"7":955,"79":110,"8":45,"80":23,"9":453,"all_client":128037,"all_tv_clinet":23179,"insert_time":"2014-08-23T11:06:17.605Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105017,"10":120,"107":763,"11":1484,"12":404,"13":478,"14":145,"15":373,"155":86,"156":21,"158":79,"159":31,"16":394,"160":43,"161":361,"167":146,"168":1,"17":280,"18":1218,"19":625,"20":233,"209":31,"21":684,"210":55,"211":33,"214":48,"215":410,"221":373,"223":723,"224":36,"225":527,"23":467,"24":1371,"25":215,"257":123,"26":190,"268":11,"27":35,"273":109,"276":289,"279":53,"28":499,"281":11,"282":260,"291":47,"292":154,"30":25,"302":60,"306":7,"31":60,"314":5,"317":1,"32":66,"33":124,"34":40,"347":16,"35":32,"352":871,"36":201,"37":44,"38":602,"380":30,"381":194,"383":72,"389":1,"39":55,"391":76,"396":3,"397":34,"40":46,"409":39,"41":51,"414":110,"415":147,"419":133,"42":35,"426":16,"43":40,"430":106,"431":1,"433":5,"44":25,"45":12,"46":166,"48":66,"49":41,"5":3378,"51":52,"52":26,"53":109,"56":6,"570":5,"6":354,"63":109,"7":951,"79":109,"8":49,"80":21,"9":447,"all_client":128330,"all_tv_clinet":23313,"insert_time":"2014-08-23T11:07:18.617Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105196,"10":119,"107":750,"11":1500,"12":385,"13":468,"14":141,"15":380,"155":90,"156":21,"158":82,"159":32,"16":388,"160":42,"161":356,"167":143,"17":283,"18":1251,"19":634,"20":233,"209":28,"21":669,"210":61,"211":37,"214":47,"215":413,"221":363,"223":696,"224":39,"225":529,"23":469,"24":1366,"25":223,"257":119,"26":189,"268":9,"27":36,"273":113,"276":286,"279":56,"28":500,"281":12,"282":270,"291":48,"292":160,"30":24,"302":56,"306":7,"31":64,"314":5,"317":1,"32":64,"33":121,"34":41,"347":15,"35":31,"352":881,"36":204,"37":37,"38":599,"380":30,"381":192,"383":73,"389":1,"39":55,"391":83,"396":7,"397":35,"40":45,"409":41,"41":49,"414":116,"415":155,"419":125,"42":42,"426":17,"43":41,"430":108,"431":1,"433":6,"44":26,"45":12,"46":164,"48":60,"49":41,"5":3516,"51":57,"52":23,"53":103,"56":4,"570":5,"6":357,"63":102,"7":944,"79":110,"8":53,"80":23,"9":447,"all_client":128651,"all_tv_clinet":23455,"insert_time":"2014-08-23T11:08:19.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105294,"10":131,"107":740,"11":1507,"12":378,"13":472,"14":142,"15":381,"155":91,"156":22,"158":84,"159":33,"16":431,"160":41,"161":335,"167":144,"17":301,"18":1303,"19":649,"20":237,"209":29,"21":662,"210":64,"211":41,"214":45,"215":424,"221":350,"223":714,"224":42,"225":533,"23":458,"24":1359,"25":233,"257":121,"26":188,"268":8,"27":36,"273":117,"276":284,"279":56,"28":497,"281":11,"282":280,"291":49,"292":161,"30":27,"302":53,"306":6,"31":63,"314":5,"317":1,"32":69,"33":119,"34":38,"347":15,"35":33,"352":875,"36":212,"37":33,"38":595,"380":29,"381":191,"383":77,"389":1,"39":56,"391":94,"396":8,"397":35,"40":46,"409":44,"41":47,"414":115,"415":158,"419":119,"42":41,"426":16,"43":44,"430":115,"433":6,"44":28,"45":14,"46":161,"48":62,"49":44,"5":3475,"51":59,"52":20,"53":98,"56":3,"570":7,"6":358,"63":97,"7":962,"79":115,"8":53,"80":22,"9":442,"all_client":128884,"all_tv_clinet":23590,"insert_time":"2014-08-23T11:09:20.638Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105399,"10":131,"107":755,"11":1516,"12":379,"13":475,"14":144,"15":392,"155":95,"156":21,"158":86,"159":36,"16":399,"160":42,"161":313,"167":144,"17":312,"18":1317,"19":650,"20":246,"209":29,"21":650,"210":69,"211":44,"214":46,"215":424,"221":339,"223":722,"224":42,"225":528,"23":447,"24":1392,"25":232,"257":122,"26":188,"268":7,"27":39,"273":132,"276":281,"279":54,"28":499,"281":11,"282":287,"291":50,"292":172,"30":25,"302":51,"306":6,"31":61,"314":6,"317":1,"32":61,"33":121,"34":41,"347":15,"35":31,"352":864,"36":214,"37":34,"38":588,"380":27,"381":201,"383":76,"389":1,"39":62,"391":98,"396":9,"397":35,"40":45,"409":43,"41":48,"414":119,"415":164,"419":116,"42":41,"426":15,"43":44,"430":120,"433":5,"44":31,"45":14,"46":159,"48":61,"49":44,"5":3518,"51":59,"52":24,"53":100,"56":3,"570":7,"6":353,"63":94,"7":978,"79":113,"8":55,"80":21,"9":448,"all_client":129128,"all_tv_clinet":23729,"insert_time":"2014-08-23T11:10:21.737Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105560,"10":138,"107":751,"11":1513,"12":374,"13":490,"14":148,"15":398,"155":98,"156":24,"158":87,"159":36,"16":381,"160":43,"161":297,"167":144,"168":1,"17":318,"18":1312,"19":645,"20":254,"209":33,"21":636,"210":74,"211":44,"214":45,"215":423,"221":347,"223":739,"224":38,"225":542,"23":453,"24":1389,"25":229,"257":123,"26":187,"268":6,"27":37,"273":141,"276":268,"279":55,"28":506,"281":11,"282":302,"291":55,"292":172,"30":27,"302":50,"306":6,"31":60,"314":4,"317":1,"32":56,"33":124,"34":39,"347":11,"35":32,"352":866,"36":224,"37":32,"38":575,"380":26,"381":203,"383":79,"389":1,"39":65,"391":97,"396":10,"397":37,"40":45,"409":46,"41":42,"414":121,"415":166,"419":113,"42":45,"426":20,"43":42,"430":125,"433":4,"44":32,"45":15,"46":159,"48":63,"49":43,"5":3564,"51":59,"52":29,"53":101,"56":3,"570":7,"6":338,"63":87,"7":995,"79":112,"8":57,"80":22,"9":461,"all_client":129408,"all_tv_clinet":23848,"insert_time":"2014-08-23T11:11:22.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105726,"10":140,"107":766,"11":1532,"12":375,"13":487,"14":153,"15":412,"155":101,"156":27,"158":85,"159":35,"16":324,"160":46,"161":295,"167":144,"168":1,"17":323,"18":1281,"19":643,"20":250,"209":32,"21":627,"210":74,"211":44,"214":48,"215":429,"221":351,"223":740,"224":41,"225":540,"23":451,"24":1376,"25":226,"257":121,"26":187,"268":6,"27":37,"273":145,"276":260,"279":60,"28":505,"281":11,"282":301,"291":57,"292":156,"30":29,"302":47,"306":6,"31":58,"314":6,"317":1,"32":52,"33":127,"34":39,"347":13,"35":32,"352":879,"36":232,"37":31,"38":580,"380":25,"381":212,"383":80,"389":1,"39":63,"391":97,"396":10,"397":34,"40":43,"409":58,"41":44,"414":119,"415":170,"419":109,"42":47,"426":22,"43":40,"430":127,"433":5,"44":31,"45":16,"46":162,"48":61,"49":39,"5":3721,"51":57,"52":33,"53":107,"56":3,"570":8,"6":334,"63":83,"7":994,"79":117,"8":57,"80":23,"9":420,"all_client":129675,"all_tv_clinet":23949,"insert_time":"2014-08-23T11:12:23.980Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105921,"10":147,"107":756,"11":1548,"12":382,"13":500,"14":147,"15":403,"155":100,"156":31,"158":83,"159":33,"16":299,"160":49,"161":306,"167":143,"168":1,"17":334,"18":1282,"19":638,"20":247,"209":32,"21":619,"210":74,"211":43,"214":49,"215":441,"221":352,"223":747,"224":41,"225":523,"23":444,"24":1359,"25":229,"257":114,"26":184,"268":7,"27":34,"273":151,"276":244,"279":60,"28":494,"281":11,"282":308,"291":57,"292":135,"30":31,"302":51,"306":6,"31":59,"314":6,"317":1,"32":49,"33":138,"34":36,"347":15,"35":33,"352":886,"36":226,"37":32,"38":587,"380":25,"381":210,"383":79,"389":1,"39":60,"391":98,"396":10,"397":33,"40":45,"409":66,"41":45,"414":116,"415":168,"419":101,"42":43,"426":24,"43":39,"430":129,"433":5,"44":29,"45":18,"46":160,"48":56,"49":40,"5":3821,"51":57,"52":30,"53":129,"56":3,"570":9,"6":342,"63":76,"7":1029,"79":120,"8":54,"80":26,"9":388,"all_client":129942,"all_tv_clinet":24021,"insert_time":"2014-08-23T11:13:25.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106168,"10":150,"107":750,"11":1559,"12":385,"13":506,"14":151,"15":403,"155":99,"156":29,"158":87,"159":35,"16":290,"160":51,"161":311,"167":148,"17":346,"18":1293,"19":629,"20":243,"209":33,"21":629,"210":71,"211":43,"214":48,"215":449,"221":355,"223":770,"224":43,"225":526,"23":437,"24":1362,"25":228,"257":112,"26":182,"268":8,"27":34,"273":153,"276":232,"279":61,"28":492,"281":11,"282":318,"291":58,"292":120,"30":32,"302":48,"306":6,"31":54,"314":6,"317":1,"32":48,"33":143,"34":36,"347":14,"35":32,"352":888,"36":232,"37":30,"38":575,"380":27,"381":213,"383":75,"389":1,"39":61,"391":100,"396":9,"397":35,"40":42,"409":69,"41":45,"414":126,"415":165,"419":98,"42":42,"426":20,"43":38,"430":134,"433":8,"44":25,"45":20,"46":165,"48":55,"49":39,"5":3904,"51":58,"52":31,"53":129,"56":2,"570":9,"6":347,"63":74,"7":1045,"79":119,"8":55,"80":27,"9":349,"all_client":130314,"all_tv_clinet":24146,"insert_time":"2014-08-23T11:14:26.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106388,"10":150,"107":738,"11":1530,"12":400,"13":510,"14":157,"15":403,"155":99,"156":31,"158":85,"159":38,"16":263,"160":50,"161":318,"167":150,"17":348,"18":1325,"19":634,"20":248,"209":31,"21":627,"210":72,"211":43,"214":49,"215":456,"221":345,"223":795,"224":45,"225":507,"23":443,"24":1384,"25":226,"257":121,"26":170,"268":8,"27":37,"273":157,"276":226,"279":59,"28":484,"281":9,"282":328,"291":61,"292":116,"30":34,"302":45,"306":5,"31":54,"314":5,"317":1,"32":49,"33":154,"34":37,"347":15,"35":34,"352":890,"36":230,"37":31,"38":570,"380":27,"381":213,"383":74,"389":1,"39":63,"391":100,"396":8,"397":32,"40":41,"409":71,"41":50,"414":125,"415":156,"419":96,"42":42,"426":23,"43":35,"430":141,"433":8,"44":27,"45":21,"46":162,"48":57,"49":39,"5":3965,"51":54,"52":33,"53":135,"56":2,"570":9,"6":360,"63":72,"7":1052,"79":120,"8":59,"80":30,"9":320,"all_client":130641,"all_tv_clinet":24253,"insert_time":"2014-08-23T11:15:27.793Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106645,"10":154,"107":744,"11":1435,"12":412,"13":515,"14":163,"15":423,"155":100,"156":34,"158":82,"159":41,"16":244,"160":52,"161":327,"167":151,"17":360,"18":1332,"19":646,"20":249,"209":28,"21":620,"210":74,"211":43,"214":52,"215":465,"221":333,"223":833,"224":46,"225":511,"23":446,"24":1409,"25":237,"257":123,"26":164,"268":8,"27":38,"273":145,"276":223,"279":58,"28":496,"281":9,"282":338,"291":63,"292":119,"30":33,"302":41,"306":5,"31":61,"314":4,"32":57,"33":156,"34":39,"347":14,"35":37,"352":886,"36":227,"37":34,"38":565,"380":27,"381":215,"383":74,"39":66,"391":102,"396":9,"397":33,"40":42,"409":70,"41":46,"414":125,"415":155,"419":96,"42":39,"426":31,"43":38,"430":144,"433":8,"44":26,"45":22,"46":162,"48":55,"49":36,"5":4000,"51":58,"52":34,"53":129,"56":4,"570":9,"6":375,"63":68,"7":1051,"79":122,"8":65,"80":31,"9":299,"all_client":131015,"all_tv_clinet":24370,"insert_time":"2014-08-23T11:16:28.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106847,"10":154,"107":732,"11":1339,"12":422,"13":538,"14":169,"15":446,"155":102,"156":36,"158":82,"159":42,"16":240,"160":50,"161":348,"167":151,"17":360,"18":1355,"19":660,"20":249,"209":28,"21":622,"210":79,"211":42,"214":53,"215":471,"221":341,"223":837,"224":47,"225":501,"23":445,"24":1433,"25":241,"257":121,"26":161,"268":7,"27":38,"273":142,"276":219,"279":58,"28":493,"281":9,"282":347,"291":63,"292":125,"30":33,"302":38,"306":5,"31":60,"314":5,"32":55,"33":153,"34":37,"347":12,"35":39,"352":891,"36":225,"37":33,"38":554,"380":27,"381":216,"383":72,"39":67,"391":106,"396":9,"397":32,"40":46,"409":65,"41":48,"414":122,"415":154,"419":95,"42":40,"426":30,"43":39,"430":155,"433":9,"44":26,"45":24,"46":162,"48":59,"49":37,"5":4072,"51":55,"52":28,"53":120,"56":4,"570":9,"6":391,"63":64,"7":1049,"79":120,"8":63,"80":34,"9":277,"all_client":131311,"all_tv_clinet":24464,"insert_time":"2014-08-23T11:17:29.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107044,"10":157,"107":739,"11":1282,"12":425,"13":554,"14":168,"15":458,"155":101,"156":38,"158":83,"159":41,"16":224,"160":48,"161":367,"167":152,"17":367,"18":1373,"19":674,"20":255,"209":26,"21":636,"210":78,"211":44,"214":53,"215":476,"221":352,"223":848,"224":43,"225":509,"23":436,"24":1447,"25":249,"257":111,"26":165,"268":8,"27":39,"273":134,"276":216,"279":60,"28":496,"281":9,"282":353,"291":64,"292":142,"30":36,"302":47,"306":5,"31":62,"314":6,"32":56,"33":153,"34":37,"347":11,"35":40,"352":864,"36":222,"37":32,"38":555,"380":24,"381":217,"383":69,"39":68,"391":106,"396":9,"397":33,"40":43,"409":54,"41":53,"414":126,"415":155,"419":91,"42":41,"426":31,"43":38,"430":162,"433":9,"44":24,"45":25,"46":161,"48":63,"49":39,"5":4168,"51":57,"52":27,"53":113,"56":5,"570":9,"6":415,"63":64,"7":1060,"79":124,"8":58,"80":35,"9":261,"all_client":131707,"all_tv_clinet":24663,"insert_time":"2014-08-23T11:18:36.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107380,"10":155,"107":726,"11":1238,"12":436,"13":550,"14":162,"15":474,"155":106,"156":33,"158":82,"159":40,"16":218,"160":47,"161":359,"167":150,"17":366,"18":1397,"19":675,"20":251,"209":26,"21":645,"210":84,"211":41,"214":53,"215":489,"221":362,"223":854,"224":43,"225":510,"23":435,"24":1445,"25":257,"257":109,"26":161,"268":8,"27":44,"273":135,"276":211,"279":59,"28":505,"281":11,"282":361,"291":67,"292":152,"30":37,"302":48,"306":5,"31":61,"314":6,"32":52,"33":166,"34":39,"347":12,"35":39,"352":873,"36":228,"37":33,"38":550,"380":24,"381":216,"383":68,"39":70,"391":108,"396":7,"397":33,"40":45,"409":46,"41":59,"414":128,"415":161,"419":88,"42":42,"426":28,"43":38,"430":160,"431":1,"433":8,"44":23,"45":23,"46":149,"48":70,"49":40,"5":4256,"51":52,"52":28,"53":109,"56":4,"570":9,"6":422,"63":66,"7":1061,"79":122,"8":54,"80":38,"9":248,"all_client":132165,"all_tv_clinet":24785,"insert_time":"2014-08-23T11:19:37.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107548,"10":158,"107":755,"11":1222,"12":450,"13":563,"14":156,"15":480,"155":105,"156":33,"158":76,"159":42,"16":203,"160":46,"161":353,"167":146,"17":376,"18":1421,"19":687,"20":251,"209":27,"21":655,"210":86,"211":39,"214":53,"215":505,"221":352,"223":863,"224":46,"225":516,"23":435,"24":1445,"25":255,"257":109,"26":154,"268":9,"27":45,"273":133,"276":210,"279":58,"28":512,"281":11,"282":357,"291":65,"292":158,"30":39,"302":48,"306":5,"31":61,"314":5,"32":49,"33":167,"34":40,"347":14,"35":39,"352":855,"36":230,"37":34,"38":544,"380":22,"381":214,"383":68,"39":73,"391":108,"396":7,"397":33,"40":45,"409":46,"41":59,"414":123,"415":160,"419":93,"42":41,"426":34,"43":38,"430":159,"431":1,"433":8,"44":24,"45":24,"46":146,"48":79,"49":39,"5":4323,"51":53,"52":28,"53":110,"56":5,"570":8,"6":439,"63":66,"7":1067,"79":124,"8":54,"80":38,"9":245,"all_client":132503,"all_tv_clinet":24955,"insert_time":"2014-08-23T11:20:38.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107675,"10":166,"107":749,"11":1199,"12":460,"13":557,"14":156,"15":494,"155":106,"156":35,"158":74,"159":44,"16":189,"160":44,"161":344,"167":148,"17":370,"18":1445,"19":699,"20":264,"209":28,"21":654,"210":88,"211":35,"214":57,"215":524,"221":342,"223":869,"224":47,"225":525,"23":439,"24":1446,"25":253,"257":106,"26":160,"268":10,"27":48,"273":131,"276":204,"279":60,"28":526,"281":11,"282":359,"291":68,"292":154,"30":40,"302":49,"306":5,"31":61,"314":5,"32":53,"33":171,"34":39,"347":14,"35":40,"352":849,"36":227,"37":33,"38":536,"380":18,"381":214,"383":67,"39":72,"391":115,"396":9,"397":34,"40":48,"409":48,"41":60,"414":130,"415":164,"419":90,"42":43,"426":34,"43":35,"430":163,"431":1,"433":7,"44":25,"45":24,"46":149,"48":69,"49":44,"5":4386,"51":56,"52":27,"53":104,"56":8,"570":7,"6":445,"63":65,"7":1084,"79":115,"8":54,"80":40,"9":238,"all_client":132776,"all_tv_clinet":25101,"insert_time":"2014-08-23T11:21:39.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107984,"10":170,"107":762,"11":1221,"12":471,"13":549,"14":155,"15":493,"155":106,"156":35,"158":68,"159":44,"16":172,"160":42,"161":342,"167":148,"17":362,"18":1453,"19":698,"20":264,"209":26,"21":656,"210":89,"211":35,"214":56,"215":533,"221":338,"223":858,"224":47,"225":523,"23":439,"24":1458,"25":241,"257":111,"26":157,"268":10,"27":50,"273":129,"276":204,"279":60,"28":530,"281":11,"282":355,"291":68,"292":153,"30":41,"302":48,"306":5,"31":59,"314":6,"32":47,"33":169,"34":37,"347":13,"35":44,"352":852,"36":228,"37":31,"38":545,"380":18,"381":214,"383":66,"39":72,"391":116,"396":9,"397":33,"40":47,"409":47,"41":58,"414":125,"415":166,"419":88,"42":45,"426":39,"43":40,"430":162,"433":7,"44":27,"45":25,"46":147,"48":73,"49":42,"5":4462,"51":49,"52":25,"53":101,"56":9,"570":8,"6":446,"63":62,"7":1079,"79":121,"8":52,"80":36,"9":246,"all_client":133163,"all_tv_clinet":25179,"insert_time":"2014-08-23T11:22:40.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108302,"10":173,"107":762,"11":1226,"12":484,"13":555,"14":156,"15":494,"155":110,"156":34,"158":71,"159":44,"16":166,"160":41,"161":343,"167":150,"17":327,"18":1470,"19":706,"20":264,"209":28,"21":662,"210":90,"211":34,"214":57,"215":528,"221":342,"223":878,"224":49,"225":510,"23":433,"24":1448,"25":246,"257":117,"26":157,"268":10,"27":49,"273":132,"276":204,"279":59,"28":524,"281":10,"282":357,"291":69,"292":149,"30":38,"302":48,"306":5,"31":60,"314":6,"32":41,"33":169,"34":35,"347":12,"35":43,"352":850,"36":217,"37":32,"38":549,"380":20,"381":214,"383":70,"39":74,"391":115,"396":8,"397":33,"40":46,"409":48,"41":56,"414":126,"415":170,"419":88,"42":43,"426":41,"43":41,"430":164,"433":9,"44":23,"45":24,"46":145,"48":71,"49":44,"5":4536,"51":52,"52":23,"53":98,"56":10,"570":7,"6":448,"63":62,"7":1089,"79":122,"8":49,"80":38,"9":235,"all_client":133567,"all_tv_clinet":25265,"insert_time":"2014-08-23T11:23:41.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108458,"10":175,"107":777,"11":1265,"12":461,"13":567,"14":165,"15":509,"155":112,"156":34,"158":76,"159":46,"16":172,"160":39,"161":349,"167":152,"17":294,"18":1485,"19":700,"20":260,"209":29,"21":672,"210":93,"211":31,"214":55,"215":532,"221":348,"223":885,"224":51,"225":522,"23":433,"24":1455,"25":241,"257":119,"26":154,"268":9,"27":51,"273":134,"276":205,"279":58,"28":529,"281":10,"282":358,"291":68,"292":147,"30":39,"302":47,"306":4,"31":56,"314":4,"32":43,"33":170,"34":39,"347":12,"35":46,"352":849,"36":216,"37":36,"38":546,"380":20,"381":216,"383":68,"39":74,"391":116,"396":6,"397":34,"40":47,"409":43,"41":52,"414":129,"415":170,"419":86,"42":40,"426":38,"43":43,"430":168,"433":9,"44":24,"45":23,"46":143,"48":70,"49":45,"5":4638,"51":45,"52":23,"53":87,"56":10,"570":8,"6":452,"63":60,"7":1057,"79":124,"8":48,"80":41,"9":240,"all_client":133889,"all_tv_clinet":25431,"insert_time":"2014-08-23T11:24:42.880Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108717,"10":159,"107":779,"11":1297,"12":413,"13":574,"14":166,"15":537,"155":113,"156":36,"158":77,"159":43,"16":182,"160":47,"161":350,"167":153,"17":280,"18":1516,"19":701,"20":242,"209":33,"21":672,"210":95,"211":33,"214":54,"215":540,"221":351,"223":901,"224":53,"225":528,"23":439,"24":1455,"25":241,"257":121,"26":154,"268":9,"27":50,"273":131,"276":209,"279":62,"28":528,"281":11,"282":361,"291":69,"292":144,"30":40,"302":49,"306":4,"31":51,"314":3,"32":42,"33":170,"34":39,"347":13,"35":46,"352":825,"36":214,"37":39,"38":551,"380":19,"381":219,"383":67,"39":71,"391":116,"396":6,"397":33,"40":46,"409":44,"41":53,"414":133,"415":177,"419":87,"42":39,"426":35,"43":45,"430":170,"433":8,"44":23,"45":24,"46":153,"48":67,"49":44,"5":4745,"51":47,"52":19,"53":89,"56":11,"570":10,"6":460,"63":59,"7":990,"79":134,"8":48,"80":43,"9":244,"all_client":134290,"all_tv_clinet":25573,"insert_time":"2014-08-23T11:25:43.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108929,"10":162,"107":774,"11":1339,"12":378,"13":577,"14":167,"15":559,"155":116,"156":33,"158":77,"159":40,"16":178,"160":49,"161":363,"167":155,"17":265,"18":1544,"19":703,"20":234,"209":35,"21":672,"210":94,"211":31,"214":51,"215":552,"221":349,"223":914,"224":56,"225":536,"23":444,"24":1439,"25":248,"257":120,"26":158,"268":8,"27":50,"273":136,"276":207,"279":65,"28":532,"281":11,"282":368,"291":72,"292":140,"30":38,"302":50,"306":4,"31":51,"314":2,"32":46,"33":172,"34":39,"347":13,"35":48,"352":850,"36":207,"37":38,"38":562,"380":18,"381":220,"383":69,"39":72,"391":116,"396":6,"397":36,"40":48,"409":45,"41":49,"414":135,"415":181,"419":87,"42":36,"426":35,"43":49,"430":163,"433":8,"44":23,"45":24,"46":156,"48":62,"49":45,"5":4865,"51":48,"52":18,"53":96,"56":11,"570":10,"6":449,"63":55,"7":911,"79":136,"8":50,"80":44,"9":244,"all_client":134670,"all_tv_clinet":25741,"insert_time":"2014-08-23T11:26:44.934Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109253,"10":165,"107":771,"11":1377,"12":349,"13":594,"14":157,"15":573,"155":118,"156":32,"158":77,"159":39,"16":183,"160":49,"161":358,"167":153,"17":244,"18":1582,"19":725,"20":223,"209":39,"21":678,"210":91,"211":29,"214":52,"215":556,"221":347,"223":918,"224":58,"225":523,"23":447,"24":1452,"25":250,"257":122,"26":147,"268":9,"27":49,"273":137,"276":209,"279":61,"28":537,"281":11,"282":364,"291":75,"292":141,"30":37,"302":53,"306":3,"31":51,"314":2,"32":48,"33":168,"34":38,"347":13,"35":47,"352":858,"36":208,"37":42,"38":550,"380":17,"381":216,"383":69,"389":1,"39":74,"391":119,"396":6,"397":34,"40":49,"409":50,"41":49,"414":130,"415":182,"419":87,"42":35,"426":39,"43":47,"430":166,"433":8,"44":22,"45":25,"46":159,"48":61,"49":48,"5":5003,"51":51,"52":19,"53":104,"56":10,"570":8,"6":434,"63":57,"7":836,"79":139,"8":54,"80":42,"9":225,"all_client":135117,"all_tv_clinet":25864,"insert_time":"2014-08-23T11:27:45.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109456,"10":187,"107":771,"11":1400,"12":330,"13":607,"14":157,"15":598,"155":118,"156":31,"158":72,"159":35,"16":190,"160":42,"161":354,"167":149,"17":240,"18":1616,"19":745,"20":216,"209":42,"21":681,"210":86,"211":29,"214":51,"215":544,"221":346,"223":924,"224":61,"225":515,"23":447,"24":1451,"25":245,"257":126,"26":143,"268":9,"27":52,"273":143,"276":211,"279":61,"28":544,"281":10,"282":369,"291":79,"292":133,"30":36,"302":54,"306":2,"31":54,"314":3,"32":52,"33":165,"34":39,"347":13,"35":48,"352":846,"36":207,"37":40,"38":563,"380":18,"381":215,"383":68,"389":1,"39":70,"391":124,"396":10,"397":32,"40":49,"409":58,"41":55,"414":131,"415":178,"419":96,"42":34,"426":40,"43":45,"430":165,"433":8,"44":26,"45":27,"46":154,"48":58,"49":50,"5":5126,"51":50,"52":20,"53":96,"56":10,"570":10,"6":405,"63":60,"7":804,"79":127,"8":54,"80":47,"9":219,"all_client":135478,"all_tv_clinet":26022,"insert_time":"2014-08-23T11:28:46.984Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109757,"10":198,"107":780,"11":1405,"12":327,"13":606,"14":163,"15":626,"155":116,"156":34,"158":75,"159":33,"16":205,"160":43,"161":351,"167":154,"17":236,"18":1639,"19":750,"20":210,"209":45,"21":672,"210":86,"211":28,"214":51,"215":528,"221":334,"223":890,"224":62,"225":516,"23":439,"24":1456,"25":244,"257":127,"26":135,"268":9,"27":53,"273":143,"276":208,"279":63,"28":553,"281":9,"282":388,"291":81,"292":129,"30":36,"302":51,"306":1,"31":52,"314":3,"32":50,"33":168,"34":41,"347":14,"35":50,"352":858,"36":214,"37":45,"38":569,"380":19,"381":215,"383":66,"389":1,"39":67,"391":123,"396":12,"397":31,"40":52,"409":62,"41":57,"414":127,"415":179,"419":96,"42":34,"426":42,"43":44,"430":169,"431":1,"433":8,"44":26,"45":35,"46":151,"48":60,"49":58,"5":5271,"51":48,"52":21,"53":88,"56":9,"570":11,"6":369,"63":63,"7":770,"79":118,"8":56,"80":53,"9":212,"all_client":135933,"all_tv_clinet":26176,"insert_time":"2014-08-23T11:29:48.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109982,"10":218,"107":804,"11":1423,"12":324,"13":615,"14":167,"15":642,"155":119,"156":36,"158":71,"159":26,"16":207,"160":43,"161":335,"167":154,"17":235,"18":1645,"19":758,"20":206,"209":49,"21":668,"210":85,"211":30,"214":50,"215":508,"221":345,"223":845,"224":65,"225":527,"23":432,"24":1486,"25":255,"257":126,"26":141,"268":8,"27":55,"273":150,"276":211,"279":66,"28":567,"281":8,"282":401,"291":82,"292":126,"30":34,"302":48,"306":1,"31":54,"314":5,"32":47,"33":164,"34":39,"347":13,"35":52,"352":845,"36":218,"37":42,"38":571,"380":22,"381":221,"383":67,"39":67,"391":123,"396":14,"397":31,"40":54,"409":65,"41":66,"414":132,"415":195,"419":98,"42":35,"426":37,"43":44,"430":174,"431":1,"433":8,"434":1,"44":28,"45":39,"46":158,"48":62,"49":64,"5":5331,"51":45,"52":24,"53":82,"56":11,"570":13,"6":344,"63":64,"7":752,"79":111,"8":69,"80":56,"9":210,"all_client":136347,"all_tv_clinet":26365,"insert_time":"2014-08-23T11:30:49.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110162,"10":247,"107":808,"11":1443,"12":297,"13":643,"14":174,"15":670,"155":121,"156":36,"158":74,"159":28,"16":202,"160":37,"161":324,"167":153,"168":1,"17":251,"18":1626,"19":764,"20":208,"209":49,"21":675,"210":89,"211":32,"214":53,"215":503,"221":366,"223":823,"224":71,"225":550,"23":429,"24":1567,"25":259,"257":124,"26":151,"268":9,"27":54,"273":149,"276":216,"279":69,"28":591,"281":8,"282":410,"291":79,"292":123,"30":34,"302":49,"306":2,"31":61,"314":5,"32":38,"33":160,"34":45,"347":14,"35":49,"352":875,"36":223,"37":42,"38":576,"380":26,"381":217,"383":69,"39":72,"391":123,"396":15,"397":29,"40":49,"409":71,"41":63,"414":138,"415":195,"419":92,"42":38,"426":30,"43":46,"430":182,"431":1,"433":7,"434":2,"44":26,"45":36,"46":174,"48":65,"49":73,"5":5170,"51":47,"52":34,"53":85,"56":14,"570":15,"6":336,"63":69,"7":746,"79":99,"8":84,"80":51,"9":223,"all_client":136703,"all_tv_clinet":26541,"insert_time":"2014-08-23T11:31:50.686Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110398,"10":273,"107":804,"11":1480,"12":274,"13":646,"14":186,"15":707,"155":121,"156":35,"158":75,"159":32,"16":199,"160":34,"161":311,"167":157,"168":2,"17":263,"18":1604,"19":776,"20":216,"209":45,"21":657,"210":90,"211":33,"214":53,"215":502,"221":370,"223":809,"224":82,"225":577,"23":437,"24":1664,"25":272,"257":124,"26":150,"268":10,"27":54,"273":151,"276":217,"279":72,"28":621,"281":7,"282":416,"291":78,"292":122,"30":34,"302":47,"306":3,"31":71,"314":6,"32":52,"33":169,"34":46,"347":13,"35":50,"352":892,"36":217,"37":39,"38":566,"380":30,"381":217,"383":72,"39":72,"391":128,"396":17,"397":27,"40":47,"409":76,"41":64,"414":119,"415":199,"419":92,"42":44,"426":34,"43":48,"430":189,"431":1,"433":3,"434":2,"44":26,"45":32,"46":179,"48":64,"49":71,"5":5016,"51":50,"52":40,"53":83,"56":15,"570":14,"6":325,"63":73,"7":753,"79":89,"8":94,"80":55,"9":242,"all_client":137113,"all_tv_clinet":26715,"insert_time":"2014-08-23T11:32:51.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110572,"10":306,"107":777,"11":1485,"12":283,"13":637,"14":186,"15":733,"155":121,"156":39,"158":71,"159":33,"16":199,"160":29,"161":322,"167":159,"168":2,"17":282,"18":1589,"19":759,"20":220,"209":44,"21":648,"210":91,"211":40,"214":53,"215":511,"221":374,"223":792,"224":98,"225":599,"23":441,"24":1769,"25":284,"257":134,"26":143,"268":10,"27":49,"273":142,"276":212,"279":84,"28":653,"281":7,"282":408,"291":76,"292":122,"30":35,"302":45,"306":3,"31":71,"314":6,"32":58,"33":171,"34":47,"347":14,"35":55,"352":885,"36":213,"37":40,"38":591,"380":33,"381":220,"383":77,"39":76,"391":130,"396":14,"397":27,"40":49,"409":83,"41":60,"414":131,"415":202,"419":89,"42":48,"426":32,"43":49,"430":189,"431":1,"433":5,"434":2,"44":27,"45":37,"46":205,"48":61,"49":73,"5":4948,"51":53,"52":43,"53":82,"56":14,"570":11,"6":308,"63":75,"7":733,"79":76,"8":115,"80":57,"9":255,"all_client":137512,"all_tv_clinet":26940,"insert_time":"2014-08-23T11:33:52.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110749,"10":322,"107":779,"11":1485,"12":273,"13":617,"14":192,"15":748,"155":123,"156":41,"158":70,"159":34,"16":199,"160":26,"161":332,"167":160,"168":2,"17":299,"18":1578,"19":744,"20":214,"209":40,"21":645,"210":94,"211":42,"214":51,"215":513,"221":363,"223":773,"224":104,"225":608,"23":442,"24":1809,"25":316,"257":135,"26":142,"268":11,"27":52,"273":128,"276":206,"279":88,"28":676,"281":8,"282":408,"291":76,"292":122,"30":38,"302":46,"306":6,"31":74,"314":7,"32":66,"33":178,"34":49,"347":12,"35":54,"352":903,"36":207,"37":39,"38":586,"380":34,"381":218,"383":75,"39":78,"391":129,"396":12,"397":30,"40":46,"409":84,"41":58,"414":135,"415":205,"419":84,"42":50,"426":35,"43":52,"430":187,"431":1,"433":5,"434":2,"44":27,"45":42,"46":214,"48":64,"49":86,"5":4978,"51":53,"52":44,"53":78,"56":10,"570":10,"6":303,"63":75,"7":723,"79":72,"8":143,"80":56,"9":251,"all_client":137853,"all_tv_clinet":27104,"insert_time":"2014-08-23T11:34:53.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110967,"10":340,"107":791,"11":1479,"12":272,"13":605,"14":194,"15":753,"155":123,"156":41,"158":67,"159":36,"16":207,"160":25,"161":326,"167":162,"168":2,"17":314,"18":1560,"19":742,"20":220,"209":41,"21":634,"210":95,"211":45,"214":51,"215":508,"221":361,"223":770,"224":115,"225":631,"23":460,"24":1874,"25":337,"257":137,"26":142,"268":13,"27":57,"273":113,"276":209,"279":91,"28":700,"281":7,"282":408,"291":76,"292":128,"30":40,"302":49,"306":8,"31":71,"314":7,"32":62,"33":178,"34":47,"347":12,"35":61,"352":913,"36":200,"37":41,"38":602,"380":34,"381":215,"383":75,"39":80,"391":130,"396":11,"397":29,"40":46,"409":84,"41":58,"414":143,"415":204,"419":80,"42":50,"426":34,"43":53,"430":189,"431":1,"433":4,"434":2,"44":28,"45":43,"46":223,"48":65,"49":98,"5":4875,"51":54,"52":47,"53":86,"56":8,"570":11,"6":309,"63":79,"7":742,"79":73,"8":169,"80":49,"9":246,"all_client":138247,"all_tv_clinet":27280,"insert_time":"2014-08-23T11:35:54.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111151,"10":350,"107":786,"11":1473,"12":284,"13":619,"14":196,"15":765,"155":122,"156":40,"158":64,"159":47,"16":214,"160":25,"161":317,"167":166,"168":2,"17":331,"18":1502,"19":730,"20":215,"209":39,"21":638,"210":93,"211":43,"214":52,"215":515,"221":350,"223":790,"224":125,"225":680,"23":495,"24":1941,"25":360,"257":132,"26":142,"268":11,"27":60,"273":105,"276":207,"279":101,"28":741,"281":8,"282":412,"291":77,"292":125,"30":41,"302":47,"306":9,"31":75,"314":5,"32":62,"33":186,"34":47,"347":13,"35":61,"352":928,"36":207,"37":39,"38":597,"380":37,"381":204,"383":73,"39":78,"391":130,"396":11,"397":33,"40":46,"409":82,"41":64,"414":134,"415":198,"419":81,"42":49,"426":36,"43":55,"430":192,"431":1,"433":4,"434":2,"44":21,"45":44,"46":238,"48":70,"49":111,"5":4627,"51":60,"52":50,"53":89,"56":11,"570":11,"6":356,"63":77,"7":775,"79":76,"8":191,"80":43,"9":250,"all_client":138568,"all_tv_clinet":27417,"insert_time":"2014-08-23T11:36:56.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111513,"10":365,"107":782,"11":1482,"12":306,"13":622,"14":203,"15":781,"155":120,"156":38,"158":64,"159":47,"16":225,"160":25,"161":311,"167":171,"168":3,"17":341,"18":1432,"19":727,"20":215,"209":39,"21":661,"210":90,"211":50,"214":54,"215":527,"221":346,"223":809,"224":136,"225":695,"23":522,"24":1998,"25":381,"257":138,"26":141,"268":12,"27":63,"273":102,"276":205,"279":112,"28":770,"281":7,"282":412,"291":75,"292":133,"30":42,"302":44,"306":8,"31":79,"314":5,"32":58,"33":191,"34":50,"347":14,"35":67,"352":927,"36":217,"37":42,"38":601,"380":36,"381":201,"383":74,"39":86,"391":127,"396":12,"397":33,"40":54,"409":73,"41":64,"414":138,"415":192,"419":79,"42":51,"426":35,"43":52,"430":192,"431":1,"433":6,"434":2,"44":24,"45":47,"46":254,"48":69,"49":121,"5":4368,"51":61,"52":52,"53":88,"56":12,"570":10,"6":402,"63":78,"7":788,"79":77,"8":216,"80":44,"9":252,"all_client":139067,"all_tv_clinet":27554,"insert_time":"2014-08-23T11:37:57.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111749,"10":371,"107":778,"11":1507,"12":316,"13":626,"14":208,"15":765,"155":119,"156":41,"158":64,"159":49,"16":230,"160":26,"161":300,"167":173,"168":3,"17":357,"18":1354,"19":727,"20":210,"209":41,"21":687,"210":90,"211":52,"214":55,"215":531,"221":355,"223":868,"224":141,"225":725,"23":558,"24":2049,"25":408,"257":137,"26":147,"268":11,"27":64,"273":100,"276":200,"279":116,"28":796,"281":10,"282":408,"291":76,"292":134,"30":46,"302":42,"306":10,"31":76,"314":4,"32":64,"33":190,"34":55,"347":14,"35":78,"352":930,"36":221,"37":44,"38":615,"380":38,"381":199,"383":74,"39":93,"391":126,"396":11,"397":32,"40":54,"409":70,"41":69,"414":145,"415":192,"419":79,"42":49,"426":29,"43":49,"430":193,"431":1,"433":7,"434":2,"44":26,"45":51,"46":283,"48":70,"49":137,"5":4105,"51":62,"52":54,"53":88,"56":14,"570":9,"6":425,"63":79,"7":808,"79":72,"8":233,"80":48,"9":268,"all_client":139465,"all_tv_clinet":27716,"insert_time":"2014-08-23T11:38:58.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111958,"10":382,"107":766,"11":1546,"12":342,"13":624,"14":206,"15":700,"155":106,"156":42,"158":61,"159":52,"16":229,"160":25,"161":285,"167":176,"168":3,"17":384,"18":1298,"19":736,"20":206,"209":37,"21":714,"210":86,"211":52,"214":59,"215":543,"221":363,"223":914,"224":150,"225":732,"23":571,"24":2119,"25":423,"257":138,"26":161,"268":10,"27":70,"273":105,"276":189,"279":127,"28":830,"281":11,"282":398,"291":77,"292":136,"30":46,"302":41,"306":12,"31":75,"314":4,"32":65,"33":187,"34":60,"347":15,"35":85,"352":939,"36":220,"37":47,"38":631,"380":39,"381":198,"383":72,"39":100,"391":125,"396":12,"397":33,"40":60,"409":64,"41":72,"414":149,"415":197,"419":77,"42":50,"426":26,"43":49,"430":187,"431":1,"433":6,"434":2,"44":26,"45":60,"46":303,"48":73,"49":152,"5":3878,"51":65,"52":53,"53":85,"56":14,"570":12,"6":458,"63":83,"7":831,"79":73,"8":250,"80":49,"9":276,"all_client":139829,"all_tv_clinet":27871,"insert_time":"2014-08-23T11:40:00.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112173,"10":393,"107":765,"11":1561,"12":348,"13":640,"14":194,"15":616,"155":97,"156":41,"158":62,"159":57,"16":230,"160":23,"161":269,"167":177,"168":4,"17":406,"18":1256,"19":742,"20":206,"209":39,"21":723,"210":89,"211":52,"214":60,"215":555,"221":378,"223":956,"224":161,"225":755,"23":585,"24":2151,"25":446,"257":143,"26":157,"268":9,"27":75,"273":108,"276":178,"279":129,"28":855,"281":12,"282":392,"291":78,"292":142,"30":49,"302":42,"306":14,"31":76,"314":4,"32":70,"33":182,"34":65,"347":17,"35":94,"352":943,"36":218,"37":49,"38":644,"380":39,"381":185,"383":74,"39":92,"391":125,"396":12,"397":36,"40":57,"409":63,"41":72,"414":158,"415":195,"419":76,"42":58,"426":25,"43":45,"430":174,"431":1,"433":5,"434":2,"44":30,"45":65,"46":319,"48":71,"49":163,"5":3699,"51":68,"52":54,"53":91,"56":14,"570":10,"6":515,"63":85,"7":851,"79":78,"8":265,"80":48,"9":278,"all_client":140153,"all_tv_clinet":27980,"insert_time":"2014-08-23T11:41:01.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112364,"10":399,"107":760,"11":1593,"12":348,"13":653,"14":182,"15":515,"155":91,"156":41,"158":58,"159":60,"16":234,"160":23,"161":273,"167":177,"168":4,"17":416,"18":1232,"19":745,"20":216,"209":40,"21":751,"210":90,"211":51,"214":61,"215":568,"221":380,"223":982,"224":170,"225":757,"23":604,"24":2191,"25":463,"257":141,"26":158,"268":7,"27":77,"273":112,"276":172,"279":139,"28":882,"281":11,"282":380,"291":80,"292":126,"30":50,"302":40,"306":14,"31":77,"314":5,"32":70,"33":185,"34":71,"347":19,"35":92,"352":972,"36":218,"37":55,"38":646,"380":39,"381":185,"383":71,"39":96,"391":122,"396":12,"397":37,"40":63,"409":59,"41":79,"414":178,"415":195,"419":67,"42":63,"426":22,"43":44,"430":160,"431":1,"433":6,"434":2,"44":33,"45":69,"46":327,"48":69,"49":171,"5":3578,"51":71,"52":51,"53":88,"56":13,"570":9,"6":571,"63":84,"7":860,"79":75,"8":280,"80":50,"9":281,"all_client":140472,"all_tv_clinet":28108,"insert_time":"2014-08-23T11:42:02.414Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112575,"10":399,"107":752,"11":1620,"12":336,"13":652,"14":188,"15":453,"155":88,"156":42,"158":58,"159":60,"16":229,"160":22,"161":276,"167":178,"168":4,"17":436,"18":1214,"19":737,"20":213,"209":47,"21":777,"210":90,"211":49,"214":61,"215":575,"221":372,"223":993,"224":175,"225":759,"23":624,"24":2223,"25":482,"257":144,"26":145,"268":7,"27":78,"273":117,"276":168,"279":148,"28":903,"281":13,"282":377,"291":83,"292":123,"30":54,"302":39,"306":14,"31":79,"314":5,"32":66,"33":184,"34":75,"347":21,"35":90,"352":968,"36":218,"37":56,"38":642,"380":42,"381":179,"383":74,"39":99,"391":123,"396":13,"397":37,"40":66,"409":57,"41":84,"414":186,"415":193,"419":66,"42":69,"426":21,"43":46,"430":155,"431":1,"433":7,"434":2,"44":35,"45":69,"46":337,"48":71,"49":188,"5":3467,"51":75,"52":43,"53":94,"56":12,"570":9,"6":613,"63":85,"7":892,"79":70,"8":295,"80":53,"9":280,"all_client":140784,"all_tv_clinet":28209,"insert_time":"2014-08-23T11:43:03.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112786,"10":406,"107":768,"11":1637,"12":333,"13":653,"14":194,"15":399,"155":89,"156":42,"158":54,"159":63,"16":221,"160":23,"161":290,"167":172,"168":4,"17":450,"18":1213,"19":710,"20":218,"209":49,"21":790,"210":89,"211":47,"214":63,"215":573,"221":365,"223":1003,"224":184,"225":766,"23":651,"24":2264,"25":487,"257":142,"26":148,"268":5,"27":83,"273":119,"276":162,"279":150,"28":912,"281":14,"282":372,"291":82,"292":104,"30":54,"302":38,"306":13,"31":81,"314":7,"32":69,"33":182,"34":75,"347":21,"35":92,"352":960,"36":216,"37":61,"38":624,"380":45,"381":178,"383":72,"39":100,"391":118,"396":11,"397":38,"40":68,"409":66,"41":91,"414":193,"415":196,"419":61,"42":75,"426":19,"43":46,"430":149,"433":7,"434":2,"44":37,"45":71,"46":341,"48":70,"49":201,"5":3421,"51":71,"52":48,"53":99,"56":10,"570":9,"6":631,"63":87,"7":888,"79":68,"8":309,"80":50,"9":281,"all_client":141069,"all_tv_clinet":28283,"insert_time":"2014-08-23T11:44:04.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113014,"10":414,"107":760,"11":1642,"12":333,"13":631,"14":193,"15":363,"155":90,"156":42,"158":51,"159":63,"16":226,"160":24,"161":304,"167":169,"168":4,"17":460,"18":1189,"19":668,"20":213,"209":44,"21":802,"210":89,"211":48,"214":57,"215":568,"221":375,"223":1010,"224":194,"225":789,"23":669,"24":2306,"25":477,"257":147,"26":148,"268":5,"27":88,"273":113,"276":161,"279":159,"28":930,"281":13,"282":372,"291":79,"292":107,"30":58,"302":38,"306":10,"31":78,"314":7,"32":78,"33":189,"34":81,"347":22,"35":95,"352":947,"36":218,"37":62,"38":631,"380":46,"381":177,"383":75,"39":102,"391":116,"396":10,"397":38,"40":69,"409":75,"41":89,"414":187,"415":200,"419":57,"42":72,"426":21,"43":44,"430":148,"433":6,"434":2,"44":38,"45":73,"46":350,"48":68,"49":214,"5":3371,"51":63,"52":54,"53":104,"56":9,"570":10,"6":611,"63":86,"7":898,"79":71,"8":330,"80":51,"9":278,"all_client":141330,"all_tv_clinet":28316,"insert_time":"2014-08-23T11:45:05.697Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113349,"10":422,"107":762,"11":1653,"12":333,"13":615,"14":189,"15":339,"155":86,"156":42,"158":53,"159":67,"16":222,"160":26,"161":313,"167":165,"168":4,"17":473,"18":1172,"19":638,"20":214,"209":43,"21":795,"210":93,"211":47,"214":53,"215":572,"221":388,"223":1040,"224":195,"225":792,"23":673,"24":2356,"25":481,"257":150,"26":149,"268":6,"27":94,"273":111,"276":150,"279":153,"28":947,"281":13,"282":375,"291":73,"292":94,"30":57,"302":41,"306":10,"31":74,"314":10,"32":76,"33":187,"34":81,"347":21,"35":104,"352":934,"36":223,"37":61,"38":639,"380":45,"381":169,"383":70,"39":102,"391":117,"396":9,"397":39,"40":70,"409":83,"41":89,"414":186,"415":198,"419":53,"42":71,"426":19,"43":44,"430":144,"433":8,"434":2,"44":37,"45":74,"46":351,"48":67,"49":214,"5":3335,"51":69,"52":58,"53":106,"56":9,"570":10,"6":569,"63":86,"7":916,"79":73,"8":343,"80":52,"9":278,"all_client":141663,"all_tv_clinet":28314,"insert_time":"2014-08-23T11:46:06.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113569,"10":426,"107":765,"11":1680,"12":338,"13":589,"14":189,"15":318,"155":86,"156":43,"158":54,"159":66,"16":235,"160":25,"161":316,"167":165,"168":4,"17":478,"18":1160,"19":624,"20":219,"209":41,"21":790,"210":94,"211":46,"214":49,"215":577,"221":372,"223":1068,"224":201,"225":797,"23":683,"24":2403,"25":489,"257":151,"26":151,"268":7,"27":94,"273":105,"276":141,"279":155,"28":959,"281":13,"282":376,"291":70,"292":98,"30":63,"302":40,"306":12,"31":74,"314":10,"32":67,"33":189,"34":73,"347":23,"35":110,"352":933,"36":226,"37":60,"38":649,"380":45,"381":167,"383":67,"39":107,"391":113,"396":8,"397":40,"40":67,"409":95,"41":90,"414":175,"415":197,"419":49,"42":76,"426":21,"43":44,"430":140,"433":8,"434":2,"44":38,"45":71,"46":366,"48":70,"49":213,"5":3245,"51":72,"52":60,"53":103,"56":13,"570":10,"6":511,"63":84,"7":930,"79":74,"8":363,"80":51,"9":287,"all_client":141880,"all_tv_clinet":28311,"insert_time":"2014-08-23T11:47:07.671Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113886,"10":437,"107":760,"11":1678,"12":343,"13":567,"14":189,"15":301,"155":86,"156":45,"158":57,"159":66,"16":249,"160":23,"161":312,"167":164,"168":4,"17":479,"18":1160,"19":607,"20":221,"209":44,"21":812,"210":96,"211":47,"214":48,"215":589,"221":392,"223":1096,"224":209,"225":807,"23":688,"24":2441,"25":498,"257":147,"26":153,"268":6,"27":95,"273":107,"276":136,"279":158,"28":976,"281":13,"282":372,"291":69,"292":99,"30":62,"302":40,"306":13,"31":70,"314":11,"32":66,"33":187,"34":72,"347":22,"35":110,"352":916,"36":225,"37":61,"38":650,"380":45,"381":167,"383":68,"39":111,"391":111,"396":10,"397":41,"40":67,"409":95,"41":86,"414":180,"415":192,"419":50,"42":79,"426":20,"43":43,"430":137,"433":8,"434":2,"44":34,"45":66,"46":363,"48":70,"49":216,"5":3144,"51":74,"52":62,"53":107,"56":15,"570":11,"6":501,"63":84,"7":928,"79":71,"8":378,"80":44,"9":287,"all_client":142204,"all_tv_clinet":28318,"insert_time":"2014-08-23T11:48:08.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114185,"10":442,"107":779,"11":1689,"12":350,"13":553,"14":190,"15":302,"155":88,"156":44,"158":57,"159":63,"16":254,"160":22,"161":307,"167":167,"168":4,"17":477,"18":1136,"19":593,"20":229,"209":45,"21":822,"210":96,"211":50,"214":49,"215":593,"221":380,"223":1137,"224":214,"225":806,"23":701,"24":2456,"25":505,"257":140,"26":152,"268":6,"27":96,"273":111,"276":129,"279":161,"28":982,"281":10,"282":380,"291":66,"292":94,"30":63,"302":41,"306":13,"31":77,"314":11,"32":69,"33":190,"34":71,"347":22,"35":112,"352":922,"36":226,"37":64,"38":654,"380":44,"381":164,"383":64,"39":112,"391":110,"396":11,"397":42,"40":68,"409":93,"41":82,"414":181,"415":183,"419":48,"42":86,"426":20,"43":43,"430":136,"433":7,"434":2,"44":35,"45":66,"46":373,"48":74,"49":227,"5":3112,"51":76,"52":66,"53":106,"56":14,"570":11,"6":510,"63":83,"7":939,"79":68,"8":384,"80":44,"9":284,"all_client":142615,"all_tv_clinet":28430,"insert_time":"2014-08-23T11:49:09.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114472,"10":450,"107":763,"11":1695,"12":365,"13":534,"14":188,"15":294,"155":89,"156":40,"158":54,"159":65,"16":240,"160":23,"161":321,"167":168,"168":4,"17":473,"18":1119,"19":586,"20":231,"209":45,"21":841,"210":99,"211":54,"214":47,"215":589,"221":370,"223":1147,"224":211,"225":806,"23":729,"24":2476,"25":514,"257":141,"26":151,"268":5,"27":96,"273":104,"276":129,"279":172,"28":987,"281":10,"282":370,"291":66,"292":91,"30":64,"302":39,"306":15,"31":73,"314":11,"32":72,"33":191,"34":84,"347":21,"35":115,"352":940,"36":234,"37":64,"38":647,"380":45,"381":160,"383":64,"39":111,"391":112,"396":12,"397":41,"40":70,"409":89,"41":83,"414":181,"415":180,"419":46,"42":87,"426":17,"43":43,"430":140,"433":6,"434":2,"44":35,"45":69,"46":377,"48":79,"49":235,"5":3054,"51":77,"52":64,"53":108,"56":13,"570":10,"6":541,"63":79,"7":928,"79":67,"8":393,"80":43,"9":268,"all_client":142923,"all_tv_clinet":28451,"insert_time":"2014-08-23T11:50:11.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114795,"10":453,"107":743,"11":1699,"12":373,"13":531,"14":188,"15":297,"155":89,"156":39,"158":57,"159":68,"16":230,"160":20,"161":324,"167":166,"168":4,"17":456,"18":1119,"19":588,"20":231,"209":45,"21":848,"210":98,"211":51,"214":49,"215":588,"221":374,"223":1157,"224":214,"225":807,"23":735,"24":2498,"25":518,"257":148,"26":150,"268":7,"27":96,"273":111,"276":122,"279":172,"28":1001,"281":10,"282":366,"291":66,"292":88,"30":62,"302":37,"306":17,"31":76,"314":12,"32":71,"33":190,"34":85,"347":20,"35":119,"352":939,"36":236,"37":67,"38":650,"380":47,"381":161,"383":64,"39":111,"391":111,"396":10,"397":41,"40":64,"409":82,"41":85,"414":180,"415":180,"419":46,"42":92,"426":16,"43":46,"430":145,"433":4,"434":2,"44":37,"45":69,"46":375,"48":82,"49":237,"5":2973,"51":77,"52":66,"53":107,"56":13,"570":9,"6":555,"63":79,"7":943,"79":66,"8":405,"80":45,"9":257,"all_client":143252,"all_tv_clinet":28457,"insert_time":"2014-08-23T11:51:13.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115125,"10":459,"107":721,"11":1685,"12":362,"13":538,"14":186,"15":296,"155":86,"156":37,"158":56,"159":71,"16":232,"160":19,"161":317,"167":165,"168":4,"17":447,"18":1107,"19":602,"20":228,"209":48,"21":836,"210":99,"211":59,"214":50,"215":590,"221":373,"223":1171,"224":217,"225":818,"23":753,"24":2539,"25":510,"257":146,"26":147,"268":6,"27":101,"273":113,"276":116,"279":181,"28":1002,"281":11,"282":372,"291":63,"292":92,"30":60,"302":34,"306":21,"31":79,"314":14,"32":70,"33":189,"34":84,"347":21,"35":118,"352":958,"36":231,"37":68,"38":637,"380":48,"381":158,"383":63,"39":117,"391":107,"396":10,"397":43,"40":65,"409":71,"41":85,"414":183,"415":182,"419":43,"42":94,"426":15,"43":48,"430":151,"433":3,"434":2,"44":38,"45":72,"46":382,"48":79,"49":235,"5":2914,"51":77,"52":64,"53":109,"56":13,"570":9,"6":568,"63":79,"7":947,"79":67,"8":418,"80":44,"9":252,"all_client":143595,"all_tv_clinet":28470,"insert_time":"2014-08-23T11:52:15.277Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115447,"10":462,"107":709,"11":1657,"12":350,"13":526,"14":184,"15":304,"155":90,"156":38,"158":58,"159":73,"16":226,"160":17,"161":306,"167":168,"168":4,"17":446,"18":1107,"19":612,"20":225,"209":47,"21":831,"210":100,"211":57,"214":51,"215":586,"221":379,"223":1174,"224":219,"225":813,"23":769,"24":2583,"25":505,"257":152,"26":149,"268":6,"27":105,"273":122,"276":115,"279":183,"28":1022,"281":11,"282":369,"291":62,"292":99,"30":58,"302":34,"306":19,"31":75,"314":13,"32":72,"33":182,"34":85,"347":21,"35":118,"352":963,"36":220,"37":68,"38":627,"380":46,"381":151,"383":64,"39":116,"391":108,"396":10,"397":44,"40":64,"409":61,"41":88,"414":189,"415":181,"419":47,"42":98,"426":11,"43":48,"430":160,"433":4,"434":1,"44":36,"45":70,"46":384,"48":78,"49":235,"5":2896,"51":76,"52":65,"53":111,"56":9,"570":10,"6":575,"63":80,"7":969,"79":63,"8":435,"80":41,"9":256,"all_client":143953,"all_tv_clinet":28506,"insert_time":"2014-08-23T11:53:16.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115709,"10":465,"107":722,"11":1640,"12":341,"13":508,"14":176,"15":319,"155":93,"156":37,"158":56,"159":77,"16":227,"160":20,"161":296,"167":164,"168":4,"17":450,"18":1101,"19":615,"20":216,"209":46,"21":839,"210":96,"211":64,"214":50,"215":583,"221":367,"223":1176,"224":224,"225":803,"23":777,"24":2630,"25":510,"257":147,"26":152,"268":6,"27":107,"273":122,"276":113,"279":180,"28":1038,"281":10,"282":376,"291":61,"292":99,"30":58,"302":33,"306":17,"31":77,"314":13,"317":1,"32":73,"33":175,"34":86,"347":22,"35":118,"352":955,"36":232,"37":71,"38":638,"380":47,"381":151,"383":65,"39":123,"391":102,"396":8,"397":44,"40":60,"409":54,"41":86,"414":186,"415":177,"419":49,"42":99,"426":10,"43":53,"430":164,"433":4,"434":1,"44":40,"45":74,"46":384,"48":82,"49":241,"5":2874,"51":79,"52":62,"53":113,"56":9,"570":10,"6":584,"63":79,"7":993,"79":62,"8":448,"80":38,"9":254,"all_client":144290,"all_tv_clinet":28581,"insert_time":"2014-08-23T11:54:17.311Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115961,"10":473,"107":717,"11":1614,"12":318,"13":503,"14":161,"15":327,"155":97,"156":38,"158":57,"159":77,"16":218,"160":20,"161":286,"167":166,"168":4,"17":453,"18":1114,"19":624,"20":217,"209":42,"21":847,"210":95,"211":64,"214":49,"215":587,"221":364,"223":1192,"224":226,"225":815,"23":776,"24":2656,"25":522,"257":157,"26":149,"268":4,"27":104,"273":117,"276":104,"279":187,"28":1055,"281":13,"282":375,"291":60,"292":99,"30":61,"302":32,"306":16,"31":81,"314":12,"317":1,"32":77,"33":158,"34":88,"347":21,"35":121,"352":966,"36":233,"37":70,"38":648,"380":47,"381":144,"383":73,"39":125,"391":95,"396":8,"397":46,"40":57,"409":53,"41":91,"414":181,"415":179,"419":51,"42":97,"426":12,"43":54,"430":176,"433":4,"434":1,"44":44,"45":79,"46":379,"48":79,"49":248,"5":2843,"51":71,"52":61,"53":111,"56":9,"570":10,"6":598,"63":81,"7":1030,"79":59,"8":462,"80":40,"9":245,"all_client":144632,"all_tv_clinet":28671,"insert_time":"2014-08-23T11:55:18.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116220,"10":477,"107":726,"11":1635,"12":285,"13":499,"14":140,"15":329,"155":98,"156":38,"158":55,"159":73,"16":221,"160":25,"161":275,"167":170,"168":5,"17":470,"18":1073,"19":621,"20":209,"209":42,"21":853,"210":93,"211":63,"214":52,"215":591,"221":369,"223":1228,"224":230,"225":836,"23":802,"24":2650,"25":525,"257":161,"26":152,"268":5,"27":101,"273":109,"276":102,"279":185,"28":1061,"281":12,"282":369,"291":59,"292":98,"30":60,"302":31,"306":15,"31":83,"314":14,"317":1,"32":80,"33":158,"34":87,"347":23,"35":126,"352":962,"36":232,"37":73,"38":668,"380":49,"381":138,"383":68,"39":130,"391":90,"396":7,"397":50,"40":58,"409":49,"41":92,"414":173,"415":181,"419":47,"42":99,"426":19,"43":54,"430":179,"433":4,"434":2,"44":40,"45":85,"46":376,"48":80,"49":249,"5":2778,"51":71,"52":64,"53":114,"56":10,"570":10,"6":632,"63":84,"7":1051,"79":58,"8":473,"80":39,"9":242,"all_client":144950,"all_tv_clinet":28730,"insert_time":"2014-08-23T11:56:19.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116492,"10":480,"107":706,"11":1654,"12":255,"13":492,"14":130,"15":337,"155":105,"156":37,"158":55,"159":73,"16":222,"160":27,"161":281,"167":170,"168":5,"17":476,"18":1035,"19":624,"20":215,"209":42,"21":870,"210":94,"211":69,"214":53,"215":601,"221":374,"223":1249,"224":233,"225":848,"23":807,"24":2673,"25":531,"257":164,"26":158,"268":6,"27":101,"273":105,"276":100,"279":187,"28":1080,"281":12,"282":361,"291":55,"292":99,"30":62,"302":31,"306":16,"31":84,"314":11,"317":1,"32":77,"33":149,"34":92,"347":24,"35":126,"352":956,"36":221,"37":78,"38":685,"380":49,"381":142,"383":67,"39":139,"391":85,"396":7,"397":52,"40":55,"409":47,"41":97,"414":157,"415":181,"419":53,"42":98,"426":32,"43":57,"430":186,"433":4,"434":2,"44":43,"45":86,"46":376,"48":79,"49":256,"5":2672,"51":70,"52":68,"53":113,"56":10,"570":10,"6":665,"63":83,"7":1092,"79":62,"8":475,"80":40,"9":249,"all_client":145315,"all_tv_clinet":28823,"insert_time":"2014-08-23T11:57:20.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116689,"10":485,"107":713,"11":1674,"12":246,"13":495,"14":121,"15":354,"155":108,"156":35,"158":49,"159":75,"16":224,"160":28,"161":276,"167":167,"168":5,"17":484,"18":1006,"19":629,"20":206,"209":43,"21":864,"210":97,"211":69,"214":53,"215":608,"221":378,"223":1279,"224":233,"225":866,"23":824,"24":2699,"25":540,"257":168,"26":171,"268":6,"27":109,"273":98,"276":101,"279":186,"28":1099,"281":11,"282":359,"291":58,"292":95,"30":67,"302":31,"306":15,"31":81,"314":11,"317":1,"32":70,"33":143,"34":93,"347":23,"35":120,"352":956,"36":221,"37":79,"38":705,"380":48,"381":141,"383":65,"39":139,"391":84,"396":7,"397":51,"40":57,"409":47,"41":99,"414":133,"415":184,"419":54,"42":97,"426":58,"43":55,"430":182,"433":6,"434":2,"44":39,"45":86,"46":371,"48":82,"49":259,"5":2555,"51":72,"52":71,"53":108,"56":10,"570":11,"6":690,"63":84,"7":1132,"79":60,"8":473,"80":41,"9":264,"all_client":145616,"all_tv_clinet":28927,"insert_time":"2014-08-23T11:58:21.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116977,"10":489,"107":718,"11":1687,"12":231,"13":498,"14":112,"15":362,"155":111,"156":30,"158":49,"159":74,"16":227,"160":29,"161":284,"167":165,"168":6,"17":496,"18":975,"19":625,"20":192,"209":44,"21":869,"210":94,"211":71,"214":53,"215":598,"221":378,"223":1312,"224":224,"225":872,"23":832,"24":2736,"25":543,"257":170,"26":177,"268":6,"27":112,"273":90,"276":97,"279":193,"28":1117,"281":10,"282":356,"291":60,"292":100,"30":73,"302":31,"306":15,"31":82,"314":11,"317":1,"32":68,"33":136,"34":96,"347":23,"35":120,"352":951,"36":229,"37":78,"38":713,"380":47,"381":143,"383":69,"39":142,"391":82,"396":8,"397":52,"40":62,"409":47,"41":100,"414":113,"415":195,"419":57,"42":96,"426":78,"43":54,"430":186,"433":6,"434":2,"44":37,"45":85,"46":365,"48":80,"49":273,"5":2484,"51":69,"52":73,"53":109,"56":11,"570":11,"6":701,"63":84,"7":1150,"79":58,"8":481,"80":42,"9":270,"all_client":146000,"all_tv_clinet":29023,"insert_time":"2014-08-23T11:59:23.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117240,"10":492,"107":751,"11":1709,"12":217,"13":509,"14":110,"15":374,"155":110,"156":31,"158":50,"159":73,"16":229,"160":26,"161":280,"167":164,"168":6,"17":502,"18":971,"19":623,"20":192,"209":46,"21":863,"210":92,"211":76,"214":53,"215":588,"221":383,"223":1316,"224":228,"225":886,"23":832,"24":2751,"25":556,"257":174,"26":171,"268":6,"27":112,"273":91,"276":93,"279":197,"28":1134,"281":10,"282":349,"291":61,"292":99,"30":71,"302":29,"306":17,"31":87,"314":13,"317":1,"32":67,"33":142,"34":97,"347":21,"35":119,"352":959,"36":232,"37":79,"38":708,"380":46,"381":139,"383":68,"39":142,"391":85,"396":8,"397":52,"40":60,"409":51,"41":102,"414":109,"415":192,"419":53,"42":95,"426":84,"43":57,"430":190,"433":6,"434":2,"44":35,"45":87,"46":364,"48":82,"49":277,"5":2425,"51":65,"52":77,"53":106,"56":11,"570":12,"6":720,"63":83,"7":1133,"79":55,"8":486,"80":42,"9":278,"all_client":146347,"all_tv_clinet":29107,"insert_time":"2014-08-23T12:00:24.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117427,"10":496,"107":762,"11":1718,"12":211,"13":520,"14":108,"15":390,"155":115,"156":30,"158":47,"159":76,"16":235,"160":25,"161":281,"167":165,"168":8,"17":512,"18":950,"19":617,"20":197,"209":47,"21":865,"210":85,"211":76,"214":53,"215":567,"221":378,"223":1323,"224":232,"225":899,"23":847,"24":2753,"25":574,"257":178,"26":163,"268":6,"27":116,"273":98,"276":92,"279":207,"28":1149,"281":11,"282":331,"291":62,"292":95,"30":70,"302":29,"306":19,"31":84,"314":13,"317":1,"32":74,"33":141,"34":95,"347":19,"35":119,"352":956,"36":237,"37":75,"38":705,"380":46,"381":137,"383":62,"39":143,"391":87,"396":8,"397":54,"40":60,"409":56,"41":111,"414":119,"415":202,"419":52,"42":96,"426":71,"43":62,"430":199,"433":6,"434":2,"44":36,"45":88,"46":374,"48":87,"49":283,"5":2404,"51":68,"52":77,"53":105,"56":10,"570":11,"6":730,"63":82,"7":1107,"79":57,"8":495,"80":39,"9":286,"all_client":146646,"all_tv_clinet":29219,"insert_time":"2014-08-23T12:01:25.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117637,"10":502,"107":774,"11":1705,"12":210,"13":533,"14":112,"15":400,"155":120,"156":26,"158":41,"159":76,"16":233,"160":28,"161":284,"167":164,"168":8,"17":525,"18":920,"19":634,"20":196,"209":56,"21":876,"210":79,"211":79,"214":55,"215":550,"221":385,"223":1328,"224":238,"225":897,"23":855,"24":2770,"25":587,"257":180,"26":166,"268":5,"27":116,"273":106,"276":91,"279":207,"28":1165,"281":10,"282":306,"291":59,"292":87,"30":71,"302":27,"306":18,"31":90,"314":16,"317":1,"32":71,"33":139,"34":98,"347":18,"35":121,"352":969,"36":229,"37":76,"38":698,"380":46,"381":139,"383":60,"39":143,"391":88,"396":7,"397":55,"40":59,"409":61,"41":108,"414":115,"415":204,"419":51,"42":99,"426":70,"43":62,"430":210,"433":6,"434":1,"44":37,"45":88,"46":390,"48":91,"49":284,"5":2408,"51":66,"52":80,"53":102,"56":9,"570":12,"6":726,"63":82,"7":1087,"79":56,"8":503,"80":38,"9":291,"all_client":146957,"all_tv_clinet":29320,"insert_time":"2014-08-23T12:02:26.765Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117886,"10":506,"107":780,"11":1677,"12":214,"13":548,"14":114,"15":404,"155":121,"156":25,"158":40,"159":78,"16":230,"160":31,"161":279,"167":171,"168":9,"17":529,"18":910,"19":633,"20":198,"209":59,"21":885,"210":70,"211":78,"214":55,"215":545,"221":393,"223":1352,"224":238,"225":896,"23":859,"24":2798,"25":590,"257":179,"26":160,"268":6,"27":115,"273":110,"276":93,"279":207,"28":1176,"281":9,"282":295,"291":59,"292":82,"30":68,"302":28,"306":17,"31":89,"314":16,"317":1,"32":70,"33":145,"34":101,"347":16,"35":126,"352":971,"36":230,"37":77,"38":713,"380":48,"381":140,"383":61,"39":143,"391":85,"396":8,"397":56,"40":64,"409":64,"41":111,"414":120,"415":211,"419":49,"42":103,"426":67,"43":61,"430":211,"431":1,"433":10,"434":1,"44":40,"45":88,"46":403,"48":91,"49":285,"5":2379,"51":69,"52":77,"53":103,"56":10,"570":11,"6":746,"63":85,"7":1048,"79":53,"8":507,"80":37,"9":290,"all_client":147296,"all_tv_clinet":29410,"insert_time":"2014-08-23T12:03:27.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118135,"10":516,"107":795,"11":1639,"12":219,"13":545,"14":122,"15":396,"155":123,"156":23,"158":38,"159":76,"16":234,"160":31,"161":286,"167":169,"168":10,"17":522,"18":924,"19":632,"20":198,"209":57,"21":895,"210":66,"211":75,"214":54,"215":541,"221":400,"223":1376,"224":234,"225":896,"23":868,"24":2834,"25":592,"257":180,"26":156,"268":4,"27":119,"273":115,"276":94,"279":208,"28":1196,"281":11,"282":282,"291":59,"292":84,"30":64,"302":30,"306":12,"31":93,"314":15,"317":1,"32":70,"33":153,"34":103,"347":17,"35":131,"352":970,"36":223,"37":77,"38":703,"380":47,"381":135,"383":64,"39":149,"391":84,"396":7,"397":57,"40":63,"409":66,"41":110,"414":117,"415":205,"419":49,"42":104,"426":69,"43":65,"430":212,"431":1,"433":13,"434":1,"44":40,"45":93,"46":399,"48":91,"49":279,"5":2376,"51":71,"52":73,"53":100,"56":12,"570":11,"6":775,"63":89,"7":1005,"79":57,"8":516,"80":37,"9":287,"all_client":147620,"all_tv_clinet":29485,"insert_time":"2014-08-23T12:04:28.861Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118336,"10":524,"107":799,"11":1498,"12":242,"13":559,"14":125,"15":402,"155":124,"156":24,"158":39,"159":77,"16":236,"160":29,"161":289,"167":169,"168":12,"17":471,"18":970,"19":629,"20":196,"209":55,"21":898,"210":65,"211":76,"214":55,"215":537,"221":394,"223":1445,"224":236,"225":903,"23":875,"24":2889,"25":590,"257":182,"26":159,"268":5,"27":120,"273":117,"276":95,"279":212,"28":1212,"281":12,"282":267,"291":60,"292":78,"30":69,"302":30,"306":12,"31":93,"314":13,"317":1,"32":65,"33":163,"34":114,"347":18,"35":133,"352":978,"36":225,"37":80,"38":709,"380":49,"381":129,"383":63,"39":153,"391":83,"396":8,"397":61,"40":68,"409":66,"41":109,"414":130,"415":210,"419":50,"42":106,"426":60,"43":63,"430":208,"431":1,"433":13,"434":1,"44":41,"45":95,"46":400,"48":90,"49":285,"5":2395,"51":68,"52":69,"53":91,"56":12,"570":10,"6":809,"63":85,"7":981,"79":62,"8":519,"80":40,"9":285,"all_client":147958,"all_tv_clinet":29622,"insert_time":"2014-08-23T12:05:29.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118472,"10":528,"107":792,"11":1317,"12":276,"13":584,"14":128,"15":415,"155":127,"156":23,"158":39,"159":79,"16":242,"160":26,"161":294,"167":170,"168":12,"17":426,"18":1033,"19":639,"20":204,"209":50,"21":909,"210":63,"211":77,"214":57,"215":550,"221":387,"223":1470,"224":234,"225":922,"23":898,"24":2956,"25":600,"257":181,"26":159,"268":5,"27":118,"273":121,"276":97,"279":209,"28":1234,"281":13,"282":251,"291":63,"292":80,"30":67,"302":27,"306":7,"31":96,"314":11,"317":1,"32":66,"33":165,"34":121,"347":19,"35":142,"352":980,"36":227,"37":81,"38":689,"380":49,"381":123,"383":68,"39":163,"391":82,"396":8,"397":60,"40":67,"409":61,"41":108,"414":139,"415":219,"419":51,"42":107,"426":52,"43":65,"430":211,"433":12,"434":1,"44":38,"45":96,"46":401,"48":92,"49":288,"5":2400,"51":66,"52":65,"53":88,"56":10,"570":11,"6":830,"63":85,"7":987,"79":64,"8":523,"80":39,"9":291,"all_client":148249,"all_tv_clinet":29777,"insert_time":"2014-08-23T12:06:31.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118679,"10":525,"107":793,"11":1197,"12":287,"13":601,"14":125,"15":413,"155":129,"156":22,"158":41,"159":80,"16":244,"160":27,"161":290,"167":169,"168":12,"17":384,"18":1083,"19":644,"20":209,"209":51,"21":931,"210":63,"211":76,"214":58,"215":558,"221":388,"223":1506,"224":222,"225":891,"23":908,"24":3044,"25":567,"257":183,"26":170,"268":5,"27":115,"273":119,"276":99,"279":207,"28":1249,"281":12,"282":234,"291":63,"292":81,"30":69,"302":26,"306":10,"31":98,"314":11,"317":1,"32":66,"33":170,"34":123,"347":20,"35":149,"352":975,"36":225,"37":82,"38":677,"380":45,"381":133,"383":72,"39":169,"391":80,"396":7,"397":61,"40":72,"409":67,"41":112,"414":145,"415":228,"419":48,"42":105,"426":49,"43":64,"430":212,"433":11,"434":1,"44":36,"45":99,"46":403,"48":86,"49":289,"5":2385,"51":73,"52":62,"53":90,"56":9,"570":11,"6":845,"63":85,"7":1004,"79":64,"8":523,"80":33,"9":291,"all_client":148525,"all_tv_clinet":29846,"insert_time":"2014-08-23T12:07:32.807Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118891,"10":530,"107":811,"11":1099,"12":283,"13":607,"14":128,"15":424,"155":130,"156":20,"158":40,"159":83,"16":257,"160":30,"161":275,"167":170,"168":12,"17":359,"18":1137,"19":661,"20":214,"209":53,"21":940,"210":61,"211":77,"214":57,"215":551,"221":390,"223":1543,"224":210,"225":872,"23":921,"24":3131,"25":541,"257":179,"26":180,"268":6,"27":122,"273":126,"276":101,"279":211,"28":1265,"281":12,"282":229,"291":65,"292":92,"30":71,"302":26,"306":9,"31":100,"314":11,"317":1,"32":68,"33":180,"34":129,"347":20,"35":160,"352":961,"36":232,"37":87,"38":683,"380":44,"381":131,"383":73,"39":173,"391":75,"396":9,"397":59,"40":76,"409":69,"41":109,"414":152,"415":229,"419":48,"42":108,"426":46,"43":68,"430":214,"433":11,"434":1,"44":39,"45":102,"46":404,"48":75,"49":296,"5":2406,"51":74,"52":67,"53":92,"56":11,"570":10,"6":866,"63":86,"7":972,"79":66,"8":472,"80":27,"9":296,"all_client":148890,"all_tv_clinet":29999,"insert_time":"2014-08-23T12:08:33.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119022,"10":529,"107":819,"11":1036,"12":282,"13":618,"14":134,"15":414,"155":131,"156":19,"158":38,"159":82,"16":254,"160":33,"161":256,"167":169,"168":12,"17":353,"18":1194,"19":661,"20":211,"209":59,"21":944,"210":58,"211":80,"214":59,"215":539,"221":398,"223":1525,"224":200,"225":835,"23":930,"24":3221,"25":511,"257":177,"26":186,"268":5,"27":122,"273":132,"276":99,"279":212,"28":1280,"281":12,"282":224,"291":66,"292":100,"30":78,"302":25,"306":10,"31":108,"314":10,"32":68,"33":179,"34":137,"347":23,"35":163,"352":958,"36":241,"37":91,"38":685,"380":40,"381":130,"383":70,"39":175,"391":77,"396":8,"397":60,"40":84,"409":67,"41":115,"414":161,"415":240,"419":50,"42":117,"426":41,"43":69,"430":216,"433":12,"434":1,"44":42,"45":108,"46":399,"48":75,"49":304,"5":2446,"51":73,"52":62,"53":101,"56":11,"570":9,"6":876,"63":85,"7":959,"79":66,"8":447,"80":23,"9":290,"all_client":149126,"all_tv_clinet":30104,"insert_time":"2014-08-23T12:09:34.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119283,"10":529,"107":816,"11":991,"12":292,"13":639,"14":142,"15":417,"155":133,"156":22,"158":33,"159":85,"16":263,"160":33,"161":247,"167":168,"168":9,"17":355,"18":1244,"19":657,"20":210,"209":60,"21":956,"210":56,"211":83,"214":63,"215":550,"221":409,"223":1439,"224":186,"225":818,"23":936,"24":3296,"25":510,"257":178,"26":188,"268":6,"27":131,"273":134,"276":102,"279":213,"28":1263,"281":12,"282":222,"291":71,"292":103,"30":81,"302":24,"306":9,"31":119,"314":10,"32":67,"33":185,"34":150,"347":23,"35":157,"352":947,"36":248,"37":95,"38":687,"380":41,"381":131,"383":72,"39":182,"391":79,"396":8,"397":61,"40":91,"409":62,"41":113,"414":167,"415":238,"419":50,"42":119,"426":37,"43":65,"430":217,"433":10,"434":1,"44":44,"45":112,"46":364,"48":73,"49":311,"5":2483,"51":76,"52":60,"53":101,"56":10,"570":9,"6":878,"63":81,"7":971,"79":71,"8":407,"80":23,"9":301,"all_client":149474,"all_tv_clinet":30191,"insert_time":"2014-08-23T12:10:36.161Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119490,"10":533,"107":802,"11":967,"12":302,"13":651,"14":148,"15":401,"155":132,"156":24,"158":34,"159":85,"16":258,"160":30,"161":242,"167":168,"168":11,"17":374,"18":1293,"19":669,"20":213,"209":68,"21":981,"210":55,"211":85,"214":64,"215":553,"221":428,"223":1325,"224":178,"225":797,"23":906,"24":3396,"25":510,"257":178,"26":196,"268":7,"27":132,"273":127,"276":102,"279":215,"28":1218,"281":12,"282":214,"291":74,"292":105,"30":83,"302":24,"306":9,"31":125,"314":9,"32":65,"33":193,"34":161,"347":27,"35":148,"352":944,"36":247,"37":97,"38":690,"380":39,"381":133,"383":67,"39":188,"391":80,"396":8,"397":60,"40":98,"409":65,"41":119,"414":165,"415":243,"419":49,"42":128,"426":38,"43":65,"430":224,"433":10,"434":1,"44":43,"45":118,"46":348,"48":69,"49":303,"5":2546,"51":71,"52":63,"53":112,"56":8,"570":9,"6":869,"63":81,"7":984,"79":69,"8":393,"80":22,"9":316,"all_client":149779,"all_tv_clinet":30289,"insert_time":"2014-08-23T12:11:37.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119692,"10":538,"107":802,"11":921,"12":305,"13":648,"14":166,"15":383,"155":132,"156":24,"158":36,"159":83,"16":259,"160":27,"161":254,"167":167,"168":10,"17":386,"18":1334,"19":677,"20":218,"209":69,"21":1005,"210":56,"211":83,"214":64,"215":553,"221":433,"223":1244,"224":176,"225":778,"23":864,"24":3480,"25":506,"257":183,"26":198,"268":7,"27":133,"273":130,"276":108,"279":211,"28":1175,"281":11,"282":208,"291":77,"292":99,"30":82,"302":28,"306":8,"31":130,"314":9,"32":61,"33":196,"34":164,"347":29,"35":138,"352":938,"36":260,"37":101,"38":688,"380":40,"381":133,"383":68,"39":196,"391":83,"396":8,"397":61,"40":105,"409":67,"41":127,"414":170,"415":245,"419":46,"42":128,"426":36,"43":72,"430":224,"433":10,"434":1,"44":40,"45":118,"46":347,"48":65,"49":290,"5":2613,"51":76,"52":62,"53":117,"56":8,"570":9,"6":871,"63":81,"7":1005,"79":70,"8":390,"80":19,"9":318,"all_client":150064,"all_tv_clinet":30372,"insert_time":"2014-08-23T12:12:38.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119763,"10":542,"107":812,"11":864,"12":323,"13":672,"14":175,"15":371,"155":130,"156":26,"158":38,"159":84,"16":250,"160":29,"161":262,"167":167,"168":10,"17":399,"18":1372,"19":688,"20":227,"209":69,"21":1033,"210":54,"211":82,"214":65,"215":553,"221":437,"223":1186,"224":176,"225":768,"23":813,"24":3593,"25":503,"257":180,"26":187,"268":8,"27":125,"273":119,"276":111,"279":215,"28":1139,"281":11,"282":201,"291":82,"292":94,"30":84,"302":27,"306":7,"31":131,"314":8,"32":66,"33":196,"34":172,"347":28,"35":122,"352":962,"36":262,"37":99,"38":697,"380":41,"381":135,"383":67,"39":209,"391":77,"396":8,"397":64,"40":112,"409":70,"41":129,"414":176,"415":240,"419":45,"42":135,"426":34,"43":81,"430":228,"433":12,"434":1,"44":40,"45":123,"46":337,"48":62,"49":266,"5":2685,"51":79,"52":62,"53":113,"56":10,"570":8,"6":884,"63":80,"7":1029,"79":68,"8":378,"80":18,"9":329,"all_client":150304,"all_tv_clinet":30541,"insert_time":"2014-08-23T12:13:39.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119957,"10":543,"107":824,"11":848,"12":321,"13":671,"14":186,"15":374,"155":131,"156":31,"158":38,"159":82,"16":244,"160":33,"161":270,"167":163,"168":12,"17":397,"18":1414,"19":690,"20":231,"209":68,"21":1017,"210":56,"211":84,"214":65,"215":549,"221":432,"223":1145,"224":177,"225":768,"23":792,"24":3696,"25":492,"257":184,"26":173,"268":11,"27":115,"273":106,"276":115,"279":214,"28":1122,"281":11,"282":199,"291":85,"292":90,"30":86,"302":27,"306":6,"31":139,"314":10,"32":65,"33":187,"34":165,"347":30,"35":116,"352":969,"36":253,"37":101,"38":687,"380":40,"381":131,"383":65,"39":216,"391":79,"396":6,"397":66,"40":117,"409":62,"41":128,"414":176,"415":239,"419":44,"42":136,"426":32,"43":88,"430":233,"433":13,"434":1,"44":41,"45":129,"46":334,"48":62,"49":262,"5":2720,"51":82,"52":58,"53":121,"56":11,"570":7,"6":896,"63":82,"7":1026,"79":72,"8":374,"80":20,"9":338,"all_client":150574,"all_tv_clinet":30617,"insert_time":"2014-08-23T12:14:40.976Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120175,"10":540,"107":851,"11":799,"12":317,"13":680,"14":189,"15":391,"155":137,"156":30,"158":41,"159":86,"16":236,"160":32,"161":275,"167":164,"168":14,"17":411,"18":1456,"19":699,"20":232,"209":68,"21":953,"210":54,"211":81,"214":68,"215":538,"221":443,"223":1100,"224":173,"225":774,"23":774,"24":3760,"25":475,"257":183,"26":164,"268":12,"27":117,"273":95,"276":114,"279":216,"28":1116,"281":10,"282":199,"291":88,"292":88,"30":83,"302":32,"306":4,"31":135,"314":11,"32":69,"33":197,"34":159,"347":33,"35":116,"352":960,"36":260,"37":105,"38":681,"380":42,"381":131,"383":66,"39":205,"391":78,"396":6,"397":66,"40":117,"409":60,"41":135,"414":169,"415":246,"419":45,"42":145,"426":33,"43":91,"430":235,"433":16,"434":1,"44":42,"45":140,"46":324,"48":65,"49":256,"5":2751,"51":82,"52":62,"53":127,"56":13,"570":7,"6":901,"63":82,"7":1057,"79":81,"8":371,"80":20,"9":350,"all_client":150881,"all_tv_clinet":30706,"insert_time":"2014-08-23T12:15:42.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120406,"10":546,"107":858,"11":774,"12":324,"13":696,"14":200,"15":400,"155":139,"156":25,"158":41,"159":89,"16":216,"160":29,"161":290,"167":168,"168":14,"17":427,"18":1509,"19":713,"20":221,"209":72,"21":900,"210":54,"211":86,"214":69,"215":540,"221":443,"223":1058,"224":177,"225":772,"23":752,"24":3749,"25":473,"257":192,"26":158,"268":12,"27":114,"273":96,"276":109,"279":221,"28":1133,"281":12,"282":195,"291":91,"292":88,"30":76,"302":38,"306":3,"31":124,"314":10,"32":74,"33":203,"34":142,"347":34,"35":113,"352":968,"36":256,"37":99,"38":683,"380":39,"381":129,"383":63,"39":193,"391":78,"396":7,"397":66,"40":128,"409":58,"41":140,"414":154,"415":260,"419":46,"42":159,"426":36,"43":98,"430":232,"433":17,"434":1,"44":42,"45":147,"46":321,"48":70,"49":246,"5":2801,"51":84,"52":60,"53":139,"56":12,"570":7,"6":902,"63":85,"7":1069,"79":90,"8":375,"80":23,"9":357,"all_client":151208,"all_tv_clinet":30802,"insert_time":"2014-08-23T12:16:43.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120653,"10":550,"107":823,"11":786,"12":328,"13":710,"14":193,"15":397,"155":144,"156":22,"158":42,"159":91,"16":217,"160":26,"161":298,"167":169,"168":14,"17":440,"18":1552,"19":720,"20":221,"209":75,"21":855,"210":49,"211":88,"214":72,"215":531,"221":426,"223":1017,"224":179,"225":778,"23":750,"24":3748,"25":481,"257":189,"26":156,"268":12,"27":114,"273":103,"276":109,"279":229,"28":1143,"281":13,"282":192,"291":89,"292":92,"30":67,"302":39,"306":2,"31":120,"314":8,"32":76,"33":211,"34":120,"347":41,"35":114,"352":990,"36":266,"37":87,"38":674,"380":39,"381":132,"383":62,"39":180,"391":77,"396":6,"397":65,"40":126,"409":58,"41":139,"414":148,"415":269,"419":48,"42":164,"426":39,"43":101,"430":236,"433":14,"434":1,"44":47,"45":143,"46":330,"48":76,"49":250,"5":2834,"51":88,"52":59,"53":149,"56":12,"570":8,"6":923,"63":85,"7":1078,"79":96,"8":368,"80":24,"9":368,"all_client":151543,"all_tv_clinet":30890,"insert_time":"2014-08-23T12:17:44.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120799,"10":550,"107":804,"11":789,"12":330,"13":723,"14":196,"15":413,"155":148,"156":23,"158":43,"159":90,"16":224,"160":28,"161":304,"167":169,"168":15,"17":451,"18":1591,"19":736,"20":227,"209":76,"21":841,"210":47,"211":85,"214":71,"215":534,"221":428,"223":1024,"224":186,"225":761,"23":751,"24":3717,"25":502,"257":183,"26":158,"268":12,"27":113,"273":104,"276":113,"279":228,"28":1149,"281":15,"282":188,"291":90,"292":91,"30":60,"302":41,"306":2,"31":106,"314":8,"32":75,"33":217,"34":114,"347":51,"35":115,"352":1020,"36":258,"37":77,"38":687,"380":41,"381":126,"383":63,"39":178,"391":75,"396":6,"397":65,"40":119,"409":56,"41":128,"414":148,"415":283,"419":46,"42":172,"426":41,"43":100,"430":239,"433":13,"434":1,"44":42,"45":130,"46":321,"48":80,"49":251,"5":2885,"51":88,"52":58,"53":156,"56":11,"570":9,"6":924,"63":82,"7":1067,"79":95,"8":361,"80":27,"9":375,"all_client":151813,"all_tv_clinet":31014,"insert_time":"2014-08-23T12:18:45.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121056,"10":529,"107":803,"11":823,"12":328,"13":720,"14":192,"15":422,"155":147,"156":26,"158":45,"159":93,"16":221,"160":33,"161":326,"167":172,"168":15,"17":462,"18":1624,"19":751,"20":229,"209":80,"21":848,"210":45,"211":89,"214":71,"215":530,"221":424,"223":1016,"224":192,"225":773,"23":744,"24":3725,"25":528,"257":183,"26":165,"268":11,"27":108,"273":113,"276":118,"279":217,"28":1147,"281":16,"282":189,"291":86,"292":99,"30":59,"302":42,"306":2,"31":101,"314":7,"32":73,"33":227,"34":105,"347":53,"35":115,"352":1017,"36":262,"37":73,"38":675,"380":42,"381":121,"383":66,"39":172,"391":74,"396":7,"397":65,"40":100,"409":51,"41":126,"414":140,"415":291,"419":45,"42":170,"426":45,"43":99,"430":245,"433":13,"434":2,"44":37,"45":106,"46":326,"48":86,"49":253,"5":2931,"51":80,"52":59,"53":153,"56":8,"570":9,"6":898,"63":83,"7":1055,"79":92,"8":356,"80":29,"9":390,"all_client":152170,"all_tv_clinet":31114,"insert_time":"2014-08-23T12:19:46.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121277,"10":490,"107":809,"11":824,"12":336,"13":742,"14":200,"15":426,"155":146,"156":29,"158":46,"159":96,"16":214,"160":36,"161":330,"167":171,"168":13,"17":467,"18":1664,"19":750,"20":232,"209":70,"21":837,"210":38,"211":89,"214":72,"215":536,"221":424,"223":997,"224":188,"225":779,"23":738,"24":3778,"25":559,"257":190,"26":157,"268":9,"27":110,"273":120,"276":116,"279":203,"28":1142,"281":15,"282":191,"291":86,"292":100,"30":56,"302":42,"306":2,"31":97,"314":6,"32":68,"33":229,"34":103,"347":55,"35":108,"352":1012,"36":268,"37":73,"38":669,"380":44,"381":119,"383":68,"39":168,"391":73,"396":8,"397":64,"40":93,"409":60,"41":119,"414":124,"415":305,"419":49,"42":161,"426":50,"43":92,"430":247,"433":13,"434":2,"44":34,"45":99,"46":331,"48":95,"49":251,"5":2961,"51":82,"52":63,"53":152,"56":10,"570":8,"6":870,"63":83,"7":1039,"79":98,"8":363,"80":29,"9":397,"all_client":152454,"all_tv_clinet":31177,"insert_time":"2014-08-23T12:20:48.064Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121495,"10":454,"107":818,"11":839,"12":344,"13":746,"14":209,"15":432,"155":145,"156":30,"158":47,"159":95,"16":209,"160":36,"161":326,"167":171,"168":12,"17":470,"18":1695,"19":760,"20":216,"209":66,"21":820,"210":37,"211":92,"214":70,"215":542,"221":430,"223":977,"224":180,"225":803,"23":727,"24":3859,"25":580,"257":192,"26":157,"268":8,"27":106,"273":123,"276":112,"279":189,"28":1136,"281":15,"282":191,"291":87,"292":106,"30":53,"302":45,"306":2,"31":93,"314":5,"32":63,"33":235,"34":101,"347":59,"35":106,"352":993,"36":274,"37":68,"38":674,"380":43,"381":123,"383":67,"39":169,"391":73,"396":8,"397":64,"40":95,"409":66,"41":114,"414":117,"415":298,"419":51,"42":150,"426":48,"43":87,"430":240,"433":13,"434":2,"44":37,"45":99,"46":333,"48":104,"49":256,"5":3017,"51":85,"52":67,"53":141,"56":13,"570":9,"6":834,"63":84,"7":1050,"79":95,"8":370,"80":30,"9":406,"all_client":152783,"all_tv_clinet":31288,"insert_time":"2014-08-23T12:21:49.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121667,"10":426,"107":842,"11":882,"12":345,"13":750,"14":221,"15":428,"155":146,"156":36,"158":46,"159":88,"16":216,"160":34,"161":306,"167":172,"168":11,"17":481,"18":1716,"19":767,"20":217,"209":58,"21":836,"210":36,"211":94,"214":68,"215":544,"221":440,"223":951,"224":174,"225":843,"23":719,"24":3886,"25":611,"257":188,"26":153,"268":7,"27":110,"273":134,"276":116,"279":173,"28":1121,"281":14,"282":188,"291":86,"292":106,"30":46,"302":44,"306":2,"31":93,"314":7,"32":64,"33":234,"34":96,"347":68,"35":112,"352":1006,"36":272,"37":68,"38":686,"380":43,"381":122,"383":69,"389":1,"39":167,"391":72,"396":7,"397":66,"40":92,"409":72,"41":115,"414":124,"415":284,"419":51,"42":132,"426":43,"43":74,"430":242,"433":15,"434":2,"44":35,"45":90,"46":345,"48":104,"49":254,"5":3045,"51":81,"52":74,"53":131,"56":17,"570":7,"6":827,"63":84,"7":1041,"79":94,"8":374,"80":35,"9":396,"all_client":153078,"all_tv_clinet":31411,"insert_time":"2014-08-23T12:22:51.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121865,"10":414,"107":860,"11":924,"12":348,"13":753,"14":230,"15":433,"155":150,"156":36,"158":46,"159":83,"16":224,"160":33,"161":289,"167":173,"168":11,"17":500,"18":1731,"19":768,"20":202,"209":54,"21":872,"210":38,"211":89,"214":65,"215":553,"221":446,"223":927,"224":168,"225":863,"23":726,"24":3899,"25":617,"257":189,"26":155,"268":9,"27":110,"273":139,"276":114,"279":161,"28":1123,"281":14,"282":183,"291":88,"292":105,"30":44,"302":44,"306":2,"31":85,"314":8,"32":63,"33":237,"34":92,"347":66,"35":110,"352":1009,"36":273,"37":64,"38":684,"380":44,"381":121,"383":74,"389":1,"39":159,"391":73,"396":6,"397":68,"40":89,"409":67,"41":114,"414":130,"415":268,"419":49,"42":131,"426":44,"43":70,"430":243,"433":15,"434":2,"44":36,"45":91,"46":349,"48":108,"49":256,"5":3051,"51":80,"52":82,"53":121,"56":22,"570":7,"6":825,"63":84,"7":1034,"79":92,"8":392,"80":37,"9":391,"all_client":153387,"all_tv_clinet":31522,"insert_time":"2014-08-23T12:23:52.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122065,"10":403,"107":867,"11":941,"12":336,"13":765,"14":240,"15":431,"155":154,"156":38,"158":46,"159":74,"16":226,"160":35,"161":288,"167":172,"168":11,"17":504,"18":1722,"19":769,"20":192,"209":52,"21":918,"210":37,"211":93,"214":67,"215":562,"221":446,"223":915,"224":166,"225":867,"23":710,"24":3887,"25":627,"257":187,"26":149,"268":8,"27":111,"273":146,"276":116,"279":161,"28":1114,"281":10,"282":178,"291":87,"292":112,"30":42,"302":45,"306":2,"31":86,"314":9,"32":62,"33":238,"34":87,"347":71,"35":109,"352":1013,"36":265,"37":66,"38":704,"380":44,"381":122,"383":75,"389":1,"39":158,"391":73,"396":7,"397":65,"40":78,"409":66,"41":110,"414":136,"415":260,"419":41,"42":126,"426":47,"43":71,"430":242,"433":17,"434":2,"44":34,"45":87,"46":368,"48":108,"49":256,"5":3070,"51":83,"52":88,"53":108,"56":27,"570":9,"6":820,"63":83,"7":1037,"79":96,"8":431,"80":41,"9":384,"all_client":153675,"all_tv_clinet":31610,"insert_time":"2014-08-23T12:24:53.273Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122311,"10":378,"107":871,"11":950,"12":348,"13":769,"14":246,"15":442,"155":158,"156":38,"158":51,"159":64,"16":232,"160":38,"161":290,"167":168,"168":10,"17":509,"18":1720,"19":778,"20":195,"209":48,"21":927,"210":36,"211":89,"214":68,"215":568,"221":459,"223":899,"224":176,"225":877,"23":711,"24":3899,"25":634,"257":189,"26":150,"268":8,"27":118,"273":142,"276":117,"279":160,"28":1138,"281":7,"282":169,"291":84,"292":98,"30":40,"302":44,"306":2,"31":84,"314":9,"32":61,"33":244,"34":87,"347":70,"35":114,"352":1023,"36":264,"37":66,"38":715,"380":45,"381":125,"383":74,"389":1,"39":152,"391":75,"396":7,"397":62,"40":68,"409":68,"41":115,"414":135,"415":253,"419":39,"42":120,"426":53,"43":75,"430":243,"433":15,"434":1,"44":34,"45":85,"46":374,"48":111,"49":261,"5":3050,"51":83,"52":85,"53":112,"56":31,"570":11,"6":819,"63":81,"7":1035,"79":112,"8":460,"80":42,"9":374,"all_client":154046,"all_tv_clinet":31735,"insert_time":"2014-08-23T12:25:54.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122487,"10":370,"107":868,"11":984,"12":319,"13":759,"14":247,"15":449,"155":157,"156":42,"158":54,"159":53,"16":231,"160":37,"161":285,"167":166,"168":10,"17":513,"18":1737,"19":783,"20":199,"209":47,"21":925,"210":39,"211":91,"214":68,"215":565,"221":452,"223":918,"224":181,"225":897,"23":707,"24":3909,"25":654,"257":191,"26":145,"268":6,"27":123,"273":142,"276":116,"279":163,"28":1159,"281":7,"282":168,"291":84,"292":95,"30":37,"302":41,"306":1,"31":86,"314":10,"32":59,"33":243,"34":84,"347":72,"35":110,"352":1022,"36":264,"37":66,"38":747,"380":44,"381":123,"383":66,"39":147,"391":74,"396":4,"397":61,"40":66,"409":67,"41":115,"414":122,"415":258,"419":36,"42":115,"426":68,"43":80,"430":239,"433":16,"434":1,"44":31,"45":84,"46":385,"48":115,"49":273,"5":3027,"51":86,"52":88,"53":113,"56":26,"570":11,"6":754,"63":81,"7":1058,"79":113,"8":482,"80":43,"9":375,"all_client":154291,"all_tv_clinet":31804,"insert_time":"2014-08-23T12:26:55.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122662,"10":361,"107":863,"11":1001,"12":291,"13":755,"14":256,"15":422,"155":157,"156":43,"158":56,"159":49,"16":246,"160":36,"161":295,"167":170,"168":9,"17":529,"18":1728,"19":791,"20":199,"209":51,"21":952,"210":39,"211":93,"214":69,"215":574,"221":447,"223":953,"224":182,"225":906,"23":725,"24":3957,"25":641,"257":196,"26":144,"268":6,"27":133,"273":131,"276":112,"279":154,"28":1185,"281":7,"282":162,"291":82,"292":80,"30":37,"302":44,"306":1,"31":82,"314":9,"32":61,"33":244,"34":82,"347":66,"35":107,"352":1040,"36":252,"37":67,"38":760,"380":45,"381":127,"383":66,"39":148,"391":76,"396":5,"397":61,"40":68,"409":68,"41":109,"414":118,"415":257,"419":39,"42":108,"426":72,"43":83,"430":235,"433":14,"434":1,"44":33,"45":86,"46":396,"48":119,"49":288,"5":3027,"51":80,"52":85,"53":120,"56":29,"570":12,"6":682,"63":80,"7":1075,"79":123,"8":500,"80":39,"9":349,"all_client":154575,"all_tv_clinet":31913,"insert_time":"2014-08-23T12:27:56.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123038,"10":359,"107":847,"11":1029,"12":259,"13":741,"14":239,"15":399,"155":156,"156":47,"158":59,"159":46,"16":252,"160":33,"161":300,"167":176,"168":7,"17":542,"18":1726,"19":799,"20":192,"209":46,"21":970,"210":42,"211":93,"214":68,"215":568,"221":451,"223":966,"224":190,"225":913,"23":748,"24":4048,"25":641,"257":196,"26":145,"268":6,"27":134,"273":119,"276":105,"279":153,"28":1205,"281":7,"282":155,"291":83,"292":79,"30":33,"302":41,"306":1,"31":77,"314":9,"32":58,"33":250,"34":72,"347":65,"35":105,"352":1025,"36":257,"37":64,"38":749,"380":46,"381":128,"383":68,"39":140,"391":75,"396":7,"397":62,"40":66,"409":67,"41":109,"414":125,"415":258,"419":39,"42":104,"426":76,"43":88,"430":232,"433":15,"434":1,"44":35,"45":89,"46":412,"48":117,"49":301,"5":3034,"51":77,"52":82,"53":115,"56":30,"570":12,"6":642,"63":80,"7":1079,"79":125,"8":527,"80":36,"9":321,"all_client":155003,"all_tv_clinet":31965,"insert_time":"2014-08-23T12:28:58.017Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123273,"10":348,"107":831,"11":1033,"12":246,"13":743,"14":224,"15":387,"155":159,"156":47,"158":60,"159":43,"16":262,"160":34,"161":295,"167":180,"168":7,"17":547,"18":1730,"19":791,"20":194,"209":45,"21":993,"210":41,"211":103,"214":70,"215":567,"221":459,"223":980,"224":195,"225":913,"23":750,"24":4128,"25":653,"257":193,"26":142,"268":8,"27":136,"273":110,"276":98,"279":151,"28":1225,"281":7,"282":148,"291":82,"292":73,"30":30,"302":43,"306":1,"31":74,"314":9,"32":57,"33":245,"34":70,"347":65,"35":109,"352":1016,"36":256,"37":66,"38":755,"380":45,"381":133,"383":62,"39":145,"391":73,"396":8,"397":62,"40":63,"409":72,"41":112,"414":137,"415":256,"419":43,"42":103,"426":68,"43":92,"430":223,"433":15,"434":1,"44":35,"45":92,"46":421,"48":110,"49":310,"5":3043,"51":78,"52":79,"53":111,"56":29,"570":12,"6":604,"63":83,"7":1082,"79":131,"8":546,"80":38,"9":306,"all_client":155323,"all_tv_clinet":32050,"insert_time":"2014-08-23T12:29:59.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123503,"10":339,"107":827,"11":1039,"12":227,"13":736,"14":201,"15":389,"155":158,"156":46,"158":63,"159":41,"16":259,"160":35,"161":271,"167":173,"168":7,"17":563,"18":1726,"19":804,"20":192,"209":39,"21":1009,"210":42,"211":100,"214":70,"215":561,"221":466,"223":989,"224":197,"225":919,"23":752,"24":4183,"25":652,"257":193,"26":145,"268":8,"27":141,"273":100,"276":97,"279":150,"28":1240,"281":6,"282":145,"291":81,"292":66,"30":29,"302":43,"306":1,"31":72,"314":10,"32":56,"33":238,"34":77,"347":63,"35":113,"352":1012,"36":254,"37":65,"38":764,"380":47,"381":130,"383":67,"39":141,"391":69,"396":7,"397":61,"40":65,"409":77,"41":108,"414":138,"415":265,"419":40,"42":96,"426":67,"43":103,"430":213,"433":15,"434":1,"44":36,"45":91,"46":422,"48":106,"49":314,"5":3091,"51":83,"52":83,"53":109,"56":25,"570":11,"6":552,"63":83,"7":1070,"79":130,"8":547,"80":37,"9":296,"all_client":155543,"all_tv_clinet":32040,"insert_time":"2014-08-23T12:31:00.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123641,"10":356,"107":832,"11":1032,"12":222,"13":736,"14":193,"15":406,"155":159,"156":45,"158":70,"159":37,"16":255,"160":27,"161":266,"167":169,"168":8,"17":570,"18":1726,"19":806,"20":191,"209":40,"21":1000,"210":46,"211":99,"214":69,"215":568,"221":462,"223":983,"224":202,"225":924,"23":762,"24":4259,"25":667,"257":191,"26":145,"268":7,"27":147,"273":99,"276":98,"279":143,"28":1268,"281":6,"282":141,"291":82,"292":75,"30":29,"302":43,"306":1,"31":79,"314":9,"32":54,"33":238,"34":82,"347":64,"35":119,"352":1007,"36":255,"37":70,"38":771,"380":48,"381":125,"383":66,"39":140,"391":67,"396":8,"397":63,"40":67,"409":83,"41":105,"414":143,"415":265,"419":38,"42":96,"426":65,"43":96,"430":192,"433":15,"434":1,"44":33,"45":94,"46":422,"48":109,"49":319,"5":3131,"51":88,"52":86,"53":105,"56":24,"570":9,"6":491,"63":82,"7":1074,"79":116,"8":546,"80":40,"9":302,"all_client":155805,"all_tv_clinet":32164,"insert_time":"2014-08-23T12:32:01.961Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123925,"10":356,"107":834,"11":1032,"12":212,"13":743,"14":193,"15":419,"155":161,"156":44,"158":73,"159":33,"16":253,"160":27,"161":258,"167":157,"168":9,"17":579,"18":1717,"19":815,"20":188,"209":41,"21":996,"210":48,"211":100,"214":69,"215":581,"221":460,"223":981,"224":202,"225":931,"23":777,"24":4332,"25":676,"257":187,"26":152,"268":4,"27":141,"273":97,"276":94,"279":140,"28":1271,"281":6,"282":126,"291":85,"292":79,"30":30,"302":43,"306":1,"31":79,"314":9,"32":56,"33":244,"34":78,"347":63,"35":131,"352":1021,"36":248,"37":68,"38":764,"380":50,"381":123,"383":70,"39":139,"391":66,"396":9,"397":63,"40":66,"409":82,"41":106,"414":147,"415":265,"419":36,"42":94,"426":63,"43":93,"430":184,"433":17,"434":1,"44":34,"45":94,"46":423,"48":107,"49":320,"5":3122,"51":83,"52":88,"53":107,"56":25,"570":9,"6":447,"63":80,"7":1073,"79":113,"8":539,"80":39,"9":328,"all_client":156144,"all_tv_clinet":32219,"insert_time":"2014-08-23T12:33:03.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124151,"10":375,"107":837,"11":1033,"12":201,"13":737,"14":194,"15":413,"155":152,"156":42,"158":77,"159":35,"16":243,"160":24,"161":276,"167":150,"168":9,"17":588,"18":1711,"19":766,"20":180,"209":38,"21":988,"210":49,"211":96,"214":70,"215":592,"221":466,"223":977,"224":209,"225":951,"23":788,"24":4390,"25":685,"257":180,"26":148,"268":7,"27":144,"273":104,"276":95,"279":139,"28":1288,"281":7,"282":119,"291":86,"292":88,"30":35,"302":40,"306":1,"31":87,"314":9,"32":57,"33":243,"34":75,"347":62,"35":136,"352":1022,"36":250,"37":68,"38":770,"380":51,"381":124,"383":65,"39":138,"391":66,"396":11,"397":65,"40":66,"409":90,"41":105,"414":153,"415":276,"419":37,"42":92,"426":58,"43":88,"430":179,"433":17,"434":1,"44":32,"45":102,"46":415,"48":107,"49":332,"5":3082,"51":79,"52":90,"53":110,"56":24,"570":6,"6":417,"63":84,"7":1090,"79":103,"8":540,"80":41,"9":366,"all_client":156455,"all_tv_clinet":32304,"insert_time":"2014-08-23T12:34:05.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124393,"10":377,"107":840,"11":1027,"12":189,"13":741,"14":197,"15":410,"155":144,"156":43,"158":75,"159":35,"16":247,"160":26,"161":291,"167":154,"168":9,"17":592,"18":1717,"19":689,"20":175,"209":36,"21":986,"210":50,"211":97,"214":68,"215":585,"221":456,"223":977,"224":214,"225":969,"23":793,"24":4470,"25":685,"257":175,"26":148,"268":7,"27":149,"273":117,"276":94,"279":141,"28":1301,"281":10,"282":122,"291":87,"292":92,"30":37,"302":42,"306":1,"31":86,"314":9,"32":52,"33":254,"34":80,"347":64,"35":135,"352":1019,"36":252,"37":73,"38":776,"380":50,"381":125,"383":64,"39":139,"391":62,"396":10,"397":63,"40":64,"409":92,"41":106,"414":154,"415":280,"419":35,"42":93,"426":55,"43":91,"430":177,"433":18,"434":1,"44":32,"45":106,"46":416,"48":100,"49":336,"5":3061,"51":81,"52":91,"53":112,"56":22,"570":5,"6":389,"63":84,"7":1113,"79":93,"8":540,"80":40,"9":394,"all_client":156774,"all_tv_clinet":32381,"insert_time":"2014-08-23T12:35:06.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124507,"10":388,"107":851,"11":1019,"12":183,"13":744,"14":190,"15":407,"155":123,"156":41,"158":79,"159":34,"16":246,"160":25,"161":311,"167":154,"168":9,"17":598,"18":1697,"19":630,"20":178,"209":36,"21":1007,"210":51,"211":94,"214":70,"215":583,"221":458,"223":985,"224":225,"225":956,"23":788,"24":4512,"25":697,"257":177,"26":152,"268":6,"27":156,"273":123,"276":96,"279":146,"28":1315,"281":10,"282":121,"291":90,"292":102,"30":39,"302":41,"306":1,"31":84,"314":9,"32":55,"33":255,"34":83,"347":66,"35":145,"352":1018,"36":265,"37":80,"38":771,"380":51,"381":126,"383":60,"39":150,"391":61,"396":10,"397":63,"40":64,"409":96,"41":107,"414":164,"415":277,"419":36,"42":99,"426":41,"43":93,"430":169,"433":16,"434":1,"44":35,"45":104,"46":420,"48":103,"49":333,"5":3064,"51":78,"52":95,"53":118,"56":20,"570":7,"6":372,"63":84,"7":1113,"79":83,"8":538,"80":45,"9":425,"all_client":157003,"all_tv_clinet":32496,"insert_time":"2014-08-23T12:36:07.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124778,"10":390,"107":854,"11":1037,"12":166,"13":753,"14":195,"15":418,"155":113,"156":43,"158":82,"159":33,"16":239,"160":23,"161":321,"167":158,"168":9,"17":598,"18":1681,"19":590,"20":173,"209":33,"21":1021,"210":51,"211":89,"214":67,"215":589,"221":456,"223":962,"224":231,"225":969,"23":805,"24":4558,"25":711,"257":179,"26":152,"268":5,"27":163,"273":129,"276":91,"279":149,"28":1322,"281":10,"282":121,"291":90,"292":110,"30":41,"302":34,"306":1,"31":84,"314":9,"32":55,"33":253,"34":87,"347":68,"35":152,"352":1016,"36":264,"37":77,"38":772,"380":53,"381":117,"383":63,"39":151,"391":64,"396":7,"397":63,"40":62,"409":89,"41":108,"414":173,"415":274,"419":36,"42":98,"426":30,"43":94,"430":171,"433":15,"434":1,"44":37,"45":106,"46":423,"48":99,"49":336,"5":3058,"51":77,"52":93,"53":119,"56":22,"570":9,"6":363,"63":85,"7":1114,"79":84,"8":542,"80":43,"9":442,"all_client":157351,"all_tv_clinet":32573,"insert_time":"2014-08-23T12:37:08.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125011,"10":402,"107":830,"11":1046,"12":164,"13":764,"14":192,"15":420,"155":106,"156":46,"158":79,"159":31,"16":237,"160":23,"161":317,"167":159,"168":10,"17":599,"18":1663,"19":575,"20":177,"209":34,"21":1013,"210":52,"211":80,"214":65,"215":603,"221":463,"223":959,"224":231,"225":977,"23":812,"24":4577,"25":721,"257":178,"26":159,"268":5,"27":166,"273":130,"276":91,"279":162,"28":1350,"281":10,"282":115,"291":90,"292":118,"30":42,"302":38,"306":1,"31":95,"314":9,"32":58,"33":247,"34":85,"347":68,"35":157,"352":1020,"36":258,"37":78,"38":765,"380":51,"381":113,"383":68,"39":155,"391":66,"396":6,"397":64,"40":64,"409":75,"41":103,"414":184,"415":262,"419":41,"42":95,"426":21,"43":96,"430":159,"433":16,"434":1,"44":39,"45":106,"46":421,"48":103,"49":339,"5":3055,"51":77,"52":96,"53":120,"56":26,"570":10,"6":351,"63":84,"7":1102,"79":82,"8":544,"80":44,"9":469,"all_client":157641,"all_tv_clinet":32630,"insert_time":"2014-08-23T12:38:09.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125350,"10":414,"107":810,"11":1066,"12":164,"13":765,"14":192,"15":407,"155":100,"156":47,"158":79,"159":31,"16":234,"160":22,"161":337,"167":157,"168":11,"17":619,"18":1645,"19":555,"20":175,"209":38,"21":1022,"210":47,"211":80,"214":61,"215":604,"221":458,"223":955,"224":226,"225":977,"23":828,"24":4608,"25":725,"257":175,"26":164,"268":6,"27":170,"273":134,"276":91,"279":159,"28":1347,"281":9,"282":112,"291":89,"292":125,"30":40,"302":38,"306":1,"31":98,"314":9,"32":57,"33":246,"34":86,"347":67,"35":158,"352":1018,"36":259,"37":75,"38":783,"380":51,"381":115,"383":68,"39":154,"391":64,"396":5,"397":66,"40":64,"409":71,"41":101,"414":188,"415":255,"419":43,"42":98,"426":17,"43":95,"430":157,"433":15,"434":1,"44":40,"45":107,"46":422,"48":98,"49":345,"5":3059,"51":75,"52":90,"53":124,"56":27,"570":10,"6":342,"63":82,"7":1075,"79":87,"8":550,"80":42,"9":477,"all_client":158005,"all_tv_clinet":32655,"insert_time":"2014-08-23T12:39:10.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125619,"10":440,"107":814,"11":1064,"12":168,"13":761,"14":189,"15":407,"155":98,"156":47,"158":71,"159":30,"16":237,"160":23,"161":338,"167":153,"168":14,"17":626,"18":1629,"19":538,"20":174,"209":45,"21":1030,"210":45,"211":82,"214":56,"215":603,"221":455,"223":944,"224":229,"225":965,"23":839,"24":4642,"25":732,"257":175,"26":166,"268":6,"27":169,"273":144,"276":94,"279":161,"28":1350,"281":8,"282":112,"291":88,"292":126,"30":42,"302":37,"306":2,"31":100,"314":11,"32":56,"33":241,"34":82,"347":67,"35":159,"352":1014,"36":258,"37":80,"38":790,"380":51,"381":118,"383":68,"389":1,"39":161,"391":60,"396":4,"397":68,"40":68,"409":65,"41":106,"414":194,"415":259,"419":43,"42":101,"426":16,"43":91,"430":157,"433":18,"434":1,"44":40,"45":106,"46":428,"48":94,"49":350,"5":3048,"51":74,"52":89,"53":119,"56":27,"570":10,"6":333,"63":82,"7":1040,"79":86,"8":551,"80":42,"9":497,"all_client":158311,"all_tv_clinet":32692,"insert_time":"2014-08-23T12:40:12.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125870,"10":451,"107":824,"11":1074,"12":166,"13":749,"14":197,"15":412,"155":94,"156":48,"158":73,"159":31,"16":234,"160":22,"161":347,"167":152,"168":14,"17":636,"18":1605,"19":521,"20":175,"209":47,"21":1022,"210":46,"211":78,"214":55,"215":597,"221":464,"223":940,"224":229,"225":972,"23":847,"24":4675,"25":732,"257":169,"26":162,"268":5,"27":169,"273":147,"276":96,"279":165,"28":1357,"281":6,"282":110,"291":84,"292":115,"30":46,"302":39,"306":3,"31":104,"314":12,"32":53,"33":243,"34":81,"347":68,"35":161,"352":999,"36":260,"37":80,"38":774,"380":49,"381":120,"383":69,"389":1,"39":158,"391":62,"396":3,"397":66,"40":78,"409":72,"41":108,"414":191,"415":268,"419":45,"42":102,"426":15,"43":101,"430":159,"433":17,"434":1,"44":40,"45":110,"46":438,"48":98,"49":354,"5":3035,"51":73,"52":84,"53":106,"56":25,"570":10,"6":327,"63":81,"7":1019,"79":85,"8":557,"80":42,"9":520,"all_client":158596,"all_tv_clinet":32726,"insert_time":"2014-08-23T12:41:13.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126009,"10":474,"107":823,"11":1074,"12":162,"13":714,"14":200,"15":408,"155":94,"156":48,"158":72,"159":33,"16":239,"160":24,"161":349,"167":153,"168":13,"17":621,"18":1562,"19":518,"20":174,"209":48,"21":1027,"210":47,"211":74,"214":49,"215":599,"221":478,"223":927,"224":237,"225":990,"23":857,"24":4704,"25":731,"257":168,"26":163,"268":5,"27":166,"273":145,"276":93,"279":171,"28":1365,"281":6,"282":114,"291":82,"292":102,"30":46,"302":41,"306":4,"31":107,"314":11,"32":48,"33":239,"34":82,"347":70,"35":164,"352":989,"36":254,"37":84,"38":770,"380":49,"381":122,"383":67,"389":1,"39":160,"391":63,"396":3,"397":69,"40":83,"409":73,"41":111,"414":189,"415":277,"419":48,"42":107,"426":18,"43":94,"430":165,"433":17,"434":1,"44":41,"45":113,"46":438,"48":95,"49":354,"5":3053,"51":69,"52":86,"53":97,"56":24,"570":10,"6":325,"63":83,"7":1011,"79":79,"8":558,"80":42,"9":558,"all_client":158774,"all_tv_clinet":32765,"insert_time":"2014-08-23T12:42:15.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126277,"10":487,"107":828,"11":1072,"12":172,"13":673,"14":204,"15":413,"155":89,"156":50,"158":65,"159":35,"16":246,"160":24,"161":351,"167":158,"168":12,"17":599,"18":1543,"19":513,"20":170,"209":49,"21":1014,"210":51,"211":74,"214":47,"215":594,"221":467,"223":926,"224":242,"225":999,"23":854,"24":4733,"25":731,"257":162,"26":170,"268":5,"27":171,"273":135,"276":97,"279":175,"28":1382,"281":7,"282":110,"291":80,"292":95,"30":44,"302":44,"306":4,"31":107,"314":10,"317":1,"32":47,"33":246,"34":91,"347":72,"35":163,"352":966,"36":257,"37":82,"38":745,"380":50,"381":120,"383":68,"389":1,"39":159,"391":66,"396":4,"397":69,"40":85,"409":77,"41":108,"414":187,"415":285,"419":46,"42":108,"426":19,"43":94,"430":165,"433":19,"434":1,"44":40,"45":118,"46":445,"48":93,"49":359,"5":3051,"51":68,"52":84,"53":102,"56":23,"570":12,"6":322,"63":81,"7":990,"79":78,"8":563,"80":45,"9":589,"all_client":159024,"all_tv_clinet":32747,"insert_time":"2014-08-23T12:43:16.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126511,"10":494,"107":823,"11":1097,"12":182,"13":627,"14":207,"15":416,"155":88,"156":49,"158":65,"159":35,"16":247,"160":23,"161":338,"167":160,"168":11,"17":574,"18":1517,"19":515,"20":170,"209":55,"21":1025,"210":52,"211":71,"214":50,"215":588,"221":458,"223":934,"224":250,"225":1003,"23":861,"24":4762,"25":740,"257":159,"26":172,"268":4,"27":176,"273":122,"276":96,"279":182,"28":1393,"281":7,"282":108,"291":82,"292":89,"30":45,"302":46,"306":1,"31":107,"314":7,"317":1,"32":46,"33":248,"34":91,"347":74,"35":157,"352":968,"36":251,"37":81,"38":743,"380":51,"381":126,"383":63,"389":1,"39":165,"391":64,"396":7,"397":70,"40":85,"409":82,"41":109,"414":196,"415":294,"419":45,"42":109,"426":20,"43":92,"430":170,"433":20,"434":1,"44":41,"45":115,"46":449,"48":93,"49":357,"5":3059,"51":69,"52":85,"53":110,"56":21,"570":13,"6":317,"63":84,"7":949,"79":75,"8":566,"80":42,"9":615,"all_client":159284,"all_tv_clinet":32773,"insert_time":"2014-08-23T12:44:17.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126742,"10":502,"107":815,"11":1108,"12":184,"13":603,"14":199,"15":393,"155":94,"156":51,"158":60,"159":33,"16":253,"160":24,"161":320,"167":160,"168":11,"17":564,"18":1513,"19":502,"20":167,"209":60,"21":1017,"210":52,"211":66,"214":50,"215":583,"221":451,"223":934,"224":246,"225":1014,"23":861,"24":4803,"25":753,"257":158,"26":171,"268":5,"27":177,"273":118,"276":106,"279":187,"28":1402,"281":7,"282":104,"291":80,"292":92,"30":51,"302":46,"31":100,"314":9,"317":1,"32":46,"33":251,"34":95,"347":73,"35":153,"352":990,"36":256,"37":78,"38":736,"380":51,"381":124,"383":62,"389":1,"39":170,"391":61,"396":7,"397":71,"40":87,"409":87,"41":111,"414":195,"415":297,"419":41,"42":109,"426":19,"43":94,"430":175,"433":21,"434":1,"44":40,"45":116,"46":455,"48":94,"49":354,"5":3081,"51":69,"52":88,"53":102,"56":20,"570":14,"6":316,"63":81,"7":937,"79":72,"8":569,"80":45,"9":621,"all_client":159538,"all_tv_clinet":32796,"insert_time":"2014-08-23T12:45:18.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126919,"10":505,"107":800,"11":1118,"12":184,"13":586,"14":195,"15":360,"155":94,"156":51,"158":58,"159":34,"16":249,"160":26,"161":319,"167":157,"168":11,"17":550,"18":1507,"19":507,"20":166,"209":61,"21":1039,"210":54,"211":65,"214":50,"215":578,"221":455,"223":932,"224":246,"225":1015,"23":861,"24":4826,"25":770,"257":166,"26":176,"268":9,"27":180,"273":117,"276":106,"279":188,"28":1394,"281":7,"282":103,"291":76,"292":89,"30":53,"302":46,"31":106,"314":8,"317":1,"32":49,"33":251,"34":97,"347":65,"35":147,"352":996,"36":263,"37":77,"38":748,"380":53,"381":129,"383":62,"389":1,"39":170,"391":58,"396":6,"397":74,"40":89,"409":90,"41":116,"414":193,"415":297,"419":43,"42":112,"426":18,"43":97,"430":175,"433":20,"434":1,"44":39,"45":118,"46":460,"48":101,"49":352,"5":3100,"51":67,"52":93,"53":92,"56":25,"570":15,"6":296,"63":82,"7":929,"79":74,"8":573,"80":42,"9":643,"all_client":159771,"all_tv_clinet":32852,"insert_time":"2014-08-23T12:46:19.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127121,"10":516,"107":799,"11":1127,"12":193,"13":583,"14":184,"15":355,"155":95,"156":55,"158":55,"159":34,"16":247,"160":26,"161":321,"167":157,"168":11,"17":547,"18":1513,"19":501,"20":163,"209":63,"21":1029,"210":54,"211":62,"214":51,"215":583,"221":457,"223":923,"224":253,"225":1008,"23":852,"24":4898,"25":786,"257":172,"26":174,"268":10,"27":178,"273":114,"276":106,"279":187,"28":1407,"281":7,"282":106,"291":73,"292":92,"30":52,"302":48,"31":108,"314":7,"317":1,"32":53,"33":237,"34":103,"347":53,"35":151,"352":1018,"36":255,"37":77,"38":744,"380":53,"381":128,"383":60,"389":1,"39":172,"391":58,"396":8,"397":74,"40":91,"409":96,"41":113,"414":186,"415":297,"419":41,"42":115,"426":19,"43":98,"430":183,"433":21,"434":1,"44":34,"45":120,"46":465,"48":98,"49":359,"5":3085,"51":67,"52":91,"53":93,"56":26,"570":14,"6":277,"63":83,"7":928,"79":67,"8":583,"80":43,"9":661,"all_client":160064,"all_tv_clinet":32943,"insert_time":"2014-08-23T12:47:20.701Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127318,"10":526,"107":812,"11":1113,"12":204,"13":588,"14":182,"15":357,"155":97,"156":52,"158":51,"159":32,"16":237,"160":25,"161":324,"167":156,"168":11,"17":521,"18":1518,"19":503,"20":166,"209":63,"21":1036,"210":54,"211":59,"214":53,"215":590,"221":456,"223":926,"224":256,"225":1018,"23":869,"24":4934,"25":782,"257":175,"26":180,"268":10,"27":179,"273":114,"276":106,"279":191,"28":1410,"281":8,"282":107,"291":69,"292":93,"30":53,"302":49,"31":108,"314":7,"317":1,"32":59,"33":227,"34":104,"347":49,"35":161,"352":1008,"36":256,"37":78,"38":727,"380":54,"381":131,"383":57,"389":1,"39":172,"391":59,"396":10,"397":75,"40":83,"409":94,"41":109,"414":184,"415":294,"419":39,"42":115,"426":19,"43":99,"430":184,"433":21,"434":1,"44":33,"45":121,"46":462,"48":102,"49":362,"5":3081,"51":65,"52":86,"53":91,"56":28,"570":14,"6":269,"63":86,"7":940,"79":61,"8":591,"80":38,"9":676,"all_client":160325,"all_tv_clinet":33007,"insert_time":"2014-08-23T12:48:21.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127472,"10":531,"107":797,"11":1111,"12":197,"13":598,"14":185,"15":374,"155":105,"156":52,"158":53,"159":26,"16":241,"160":21,"161":332,"167":156,"168":11,"17":480,"18":1512,"19":511,"20":160,"209":62,"21":1040,"210":55,"211":59,"214":56,"215":602,"221":439,"223":927,"224":255,"225":1041,"23":874,"24":5000,"25":793,"257":164,"26":175,"268":11,"27":182,"273":117,"276":108,"279":194,"28":1417,"281":8,"282":105,"291":69,"292":99,"30":52,"302":49,"306":1,"31":111,"314":7,"317":1,"32":61,"33":221,"34":106,"347":41,"35":163,"352":1004,"36":249,"37":81,"38":735,"380":54,"381":125,"383":63,"389":1,"39":173,"391":58,"396":9,"397":75,"40":87,"409":91,"41":103,"414":179,"415":294,"419":36,"42":113,"426":21,"43":94,"430":187,"433":23,"434":1,"44":34,"45":122,"46":456,"48":99,"49":372,"5":3087,"51":69,"52":83,"53":93,"56":25,"570":11,"6":252,"63":87,"7":958,"79":52,"8":587,"80":40,"9":695,"all_client":160568,"all_tv_clinet":33096,"insert_time":"2014-08-23T12:49:22.711Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127647,"10":539,"107":790,"11":1115,"12":194,"13":591,"14":188,"15":394,"155":111,"156":52,"158":54,"159":29,"16":238,"160":20,"161":343,"167":157,"168":11,"17":435,"18":1496,"19":496,"20":147,"209":58,"21":1062,"210":53,"211":56,"214":57,"215":601,"221":440,"223":941,"224":262,"225":1041,"23":895,"24":4988,"25":794,"257":169,"26":183,"268":12,"27":180,"273":118,"276":109,"279":199,"28":1428,"281":8,"282":106,"291":70,"292":108,"30":53,"302":49,"306":2,"31":113,"314":8,"317":1,"32":63,"33":216,"34":108,"347":38,"35":162,"352":1008,"36":244,"37":81,"38":731,"380":53,"381":126,"383":61,"389":1,"39":175,"391":54,"396":5,"397":75,"40":85,"409":86,"41":102,"414":175,"415":297,"419":32,"42":112,"426":25,"43":96,"430":190,"433":21,"434":1,"44":36,"45":122,"46":458,"48":102,"49":374,"5":3100,"51":70,"52":77,"53":95,"56":24,"570":13,"6":239,"63":88,"7":986,"79":46,"8":597,"80":39,"9":698,"all_client":160798,"all_tv_clinet":33151,"insert_time":"2014-08-23T12:50:23.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127821,"10":541,"107":792,"11":1103,"12":185,"13":603,"14":187,"15":428,"155":109,"156":54,"158":50,"159":27,"16":234,"160":20,"161":348,"167":155,"168":11,"17":414,"18":1487,"19":471,"20":150,"209":53,"21":1059,"210":54,"211":54,"214":60,"215":598,"221":440,"223":930,"224":261,"225":1072,"23":913,"24":4845,"25":806,"257":172,"26":182,"268":13,"27":179,"273":132,"276":109,"279":202,"28":1463,"281":9,"282":108,"291":70,"292":109,"30":55,"302":47,"306":2,"31":114,"314":9,"317":1,"32":65,"33":208,"34":121,"347":37,"35":161,"352":1015,"36":246,"37":84,"38":748,"380":53,"381":129,"383":62,"389":1,"39":176,"391":56,"396":5,"397":74,"40":92,"409":86,"41":107,"414":184,"415":298,"419":28,"42":114,"426":23,"43":97,"430":189,"433":21,"434":1,"44":39,"45":125,"46":464,"48":105,"49":374,"5":3106,"51":74,"52":74,"53":97,"56":25,"570":13,"6":241,"63":89,"7":1011,"79":46,"8":601,"80":41,"9":696,"all_client":161013,"all_tv_clinet":33192,"insert_time":"2014-08-23T12:51:25.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128008,"10":542,"107":800,"11":1093,"12":190,"13":608,"14":182,"15":437,"155":109,"156":51,"158":51,"159":29,"16":233,"160":25,"161":355,"167":155,"168":11,"17":394,"18":1477,"19":486,"20":145,"209":55,"21":1068,"210":53,"211":55,"214":61,"215":590,"221":437,"223":928,"224":264,"225":1074,"23":927,"24":4737,"25":805,"257":174,"26":183,"268":13,"27":180,"273":135,"276":109,"279":207,"28":1494,"281":9,"282":115,"291":70,"292":108,"30":52,"302":47,"306":2,"31":122,"314":9,"317":2,"32":63,"33":197,"34":129,"347":39,"35":162,"352":1026,"36":255,"37":86,"38":739,"380":53,"381":132,"383":58,"389":1,"39":181,"391":52,"396":5,"397":75,"40":98,"409":90,"41":111,"414":186,"415":305,"419":29,"42":118,"426":22,"43":99,"430":193,"433":17,"434":1,"44":42,"45":128,"46":479,"48":105,"49":383,"5":3119,"51":68,"52":72,"53":104,"56":28,"570":13,"6":261,"63":91,"7":1048,"79":41,"8":619,"80":41,"9":687,"all_client":161317,"all_tv_clinet":33309,"insert_time":"2014-08-23T12:52:27.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128190,"10":544,"107":811,"11":1097,"12":190,"13":594,"14":187,"15":431,"155":112,"156":46,"158":50,"159":30,"16":226,"160":30,"161":365,"167":155,"168":12,"17":371,"18":1464,"19":490,"20":140,"209":58,"21":1071,"210":57,"211":56,"214":58,"215":595,"221":429,"223":915,"224":264,"225":1090,"23":944,"24":4639,"25":820,"257":176,"26":188,"268":12,"27":185,"273":141,"276":109,"279":214,"28":1519,"281":9,"282":115,"291":70,"292":111,"30":53,"302":44,"306":1,"31":119,"314":12,"317":2,"32":68,"33":191,"34":138,"347":38,"35":160,"352":1017,"36":260,"37":80,"38":759,"380":50,"381":137,"383":56,"389":1,"39":189,"391":52,"396":5,"397":75,"40":99,"409":92,"41":114,"414":182,"415":305,"419":33,"42":121,"426":32,"43":105,"430":190,"433":17,"434":1,"44":40,"45":130,"46":487,"48":108,"49":381,"5":3118,"51":66,"52":72,"53":113,"56":32,"570":13,"6":274,"63":93,"7":1045,"79":39,"8":629,"80":43,"9":705,"all_client":161566,"all_tv_clinet":33376,"insert_time":"2014-08-23T12:53:28.147Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128322,"10":551,"107":802,"11":1102,"12":192,"13":578,"14":183,"15":409,"155":116,"156":43,"158":49,"159":33,"16":237,"160":28,"161":371,"167":150,"168":13,"17":356,"18":1456,"19":492,"20":134,"209":59,"21":1069,"210":59,"211":60,"214":58,"215":591,"221":419,"223":902,"224":265,"225":1092,"23":943,"24":4607,"25":809,"257":178,"26":190,"268":13,"27":186,"273":138,"276":110,"279":218,"28":1540,"281":10,"282":115,"291":71,"292":117,"30":52,"302":43,"306":2,"31":120,"314":11,"317":2,"32":70,"33":179,"34":146,"347":36,"35":160,"352":1027,"36":265,"37":82,"38":768,"380":49,"381":135,"383":58,"389":1,"39":193,"391":53,"396":5,"397":75,"40":94,"409":91,"41":117,"414":173,"415":316,"419":36,"42":123,"426":43,"43":106,"430":193,"433":18,"434":2,"44":36,"45":132,"46":489,"48":107,"49":381,"5":3154,"51":66,"52":74,"53":115,"56":31,"570":11,"6":272,"63":89,"7":1022,"79":40,"8":639,"80":47,"9":718,"all_client":161703,"all_tv_clinet":33381,"insert_time":"2014-08-23T12:54:29.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128565,"10":559,"107":799,"11":1102,"12":197,"13":577,"14":178,"15":405,"155":119,"156":36,"158":55,"159":29,"16":236,"160":28,"161":373,"167":150,"168":13,"17":349,"18":1396,"19":512,"20":132,"209":61,"21":1066,"210":59,"211":60,"214":60,"215":576,"221":415,"223":892,"224":271,"225":1106,"23":950,"24":4552,"25":804,"257":178,"26":195,"268":12,"27":180,"273":138,"276":108,"279":225,"28":1554,"281":9,"282":113,"291":72,"292":114,"30":56,"302":43,"306":3,"31":116,"314":10,"317":2,"32":73,"33":176,"34":149,"347":39,"35":165,"352":1027,"36":254,"37":83,"38":771,"380":49,"381":136,"383":61,"389":1,"39":197,"391":57,"396":6,"397":75,"40":90,"409":96,"41":121,"414":165,"415":317,"419":37,"42":124,"426":54,"43":102,"430":194,"433":15,"434":2,"44":32,"45":132,"46":486,"48":114,"49":386,"5":3204,"51":69,"52":73,"53":113,"56":33,"570":11,"6":279,"63":82,"7":1021,"79":39,"8":643,"80":50,"9":743,"all_client":161956,"all_tv_clinet":33391,"insert_time":"2014-08-23T12:55:30.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128723,"10":572,"107":816,"11":1102,"12":197,"13":593,"14":174,"15":383,"155":120,"156":32,"158":62,"159":26,"16":239,"160":30,"161":361,"167":147,"168":12,"17":355,"18":1334,"19":525,"20":132,"209":60,"21":1080,"210":54,"211":68,"214":58,"215":567,"221":422,"223":882,"224":274,"225":1105,"23":953,"24":4545,"25":805,"257":173,"26":194,"268":11,"27":182,"273":146,"276":110,"279":227,"28":1563,"281":8,"282":108,"291":76,"292":106,"30":58,"302":41,"306":3,"31":110,"314":9,"317":2,"32":74,"33":171,"34":147,"347":43,"35":163,"352":1030,"36":257,"37":88,"38":774,"380":49,"381":127,"383":63,"389":1,"39":202,"391":64,"396":7,"397":77,"40":92,"409":97,"41":127,"414":161,"415":322,"419":41,"42":125,"426":62,"43":102,"430":197,"433":12,"434":3,"44":33,"45":132,"46":491,"48":113,"49":393,"5":3263,"51":71,"52":68,"53":109,"56":33,"570":13,"6":288,"63":76,"7":1023,"79":43,"8":638,"80":46,"9":774,"all_client":162220,"all_tv_clinet":33497,"insert_time":"2014-08-23T12:56:31.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128903,"10":573,"107":821,"11":1099,"12":202,"13":575,"14":180,"15":338,"155":125,"156":29,"158":68,"159":25,"16":242,"160":30,"161":348,"167":146,"168":10,"17":352,"18":1270,"19":546,"20":127,"209":66,"21":1096,"210":52,"211":72,"214":58,"215":568,"221":422,"223":890,"224":275,"225":1091,"23":980,"24":4541,"25":829,"257":177,"26":196,"268":11,"27":186,"273":138,"276":109,"279":235,"28":1566,"281":5,"282":103,"291":79,"292":99,"30":60,"302":40,"306":2,"31":110,"314":8,"317":1,"32":74,"33":160,"34":153,"347":42,"35":165,"352":1031,"36":255,"37":88,"38":773,"380":49,"381":128,"383":63,"389":2,"39":202,"391":68,"396":7,"397":79,"40":94,"409":101,"41":135,"414":155,"415":329,"419":44,"42":127,"426":72,"43":102,"430":196,"433":12,"434":2,"44":34,"45":129,"46":494,"48":118,"49":396,"5":3291,"51":67,"52":63,"53":110,"56":34,"570":13,"6":284,"63":73,"7":1028,"79":44,"8":645,"80":44,"9":776,"all_client":162425,"all_tv_clinet":33522,"insert_time":"2014-08-23T12:57:32.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129041,"10":580,"107":845,"11":1133,"12":221,"13":589,"14":182,"15":298,"155":124,"156":25,"158":69,"159":31,"16":241,"160":29,"161":328,"167":146,"168":6,"17":358,"18":1213,"19":567,"20":132,"209":64,"21":1107,"210":54,"211":77,"214":58,"215":559,"221":398,"223":906,"224":278,"225":1097,"23":988,"24":4573,"25":837,"257":172,"26":199,"268":11,"27":185,"273":120,"276":111,"279":235,"28":1572,"281":5,"282":98,"291":80,"292":98,"30":58,"302":38,"306":1,"31":112,"314":11,"317":1,"32":75,"33":161,"34":152,"347":42,"35":162,"352":1041,"36":258,"37":95,"38":771,"380":47,"381":120,"383":62,"389":2,"39":197,"391":69,"396":6,"397":81,"40":92,"409":93,"41":137,"414":155,"415":329,"419":45,"42":127,"426":75,"43":105,"430":197,"431":2,"433":11,"434":2,"44":38,"45":132,"46":497,"48":118,"49":393,"5":3355,"51":66,"52":65,"53":121,"56":35,"570":17,"6":282,"63":66,"7":985,"79":47,"8":653,"80":43,"9":736,"all_client":162621,"all_tv_clinet":33580,"insert_time":"2014-08-23T12:58:34.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129176,"10":583,"107":842,"11":1164,"12":266,"13":578,"14":185,"15":269,"155":126,"156":26,"158":71,"159":32,"16":230,"160":28,"161":320,"167":148,"168":7,"17":361,"18":1182,"19":591,"20":138,"209":63,"21":1107,"210":55,"211":83,"214":58,"215":549,"221":396,"223":909,"224":280,"225":1119,"23":997,"24":4620,"25":846,"257":178,"26":204,"268":12,"27":187,"273":106,"276":112,"279":236,"28":1567,"281":5,"282":97,"291":82,"292":107,"30":60,"302":35,"306":1,"31":115,"314":10,"32":78,"33":156,"34":156,"347":42,"35":167,"352":1048,"36":257,"37":97,"38":770,"380":47,"381":119,"383":68,"389":2,"39":198,"391":65,"396":5,"397":82,"40":89,"409":79,"41":134,"414":161,"415":328,"419":43,"42":132,"426":70,"43":106,"430":202,"431":2,"433":12,"434":2,"44":42,"45":135,"46":495,"48":114,"49":397,"5":3394,"51":67,"52":65,"53":119,"56":34,"570":17,"6":296,"63":67,"7":931,"79":46,"8":661,"80":49,"9":669,"all_client":162834,"all_tv_clinet":33658,"insert_time":"2014-08-23T12:59:35.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129329,"10":591,"107":836,"11":1214,"12":296,"13":602,"14":173,"15":244,"155":130,"156":25,"158":76,"159":33,"16":230,"160":27,"161":315,"167":150,"168":8,"17":354,"18":1162,"19":580,"20":140,"209":63,"21":1052,"210":52,"211":89,"214":58,"215":544,"221":383,"223":939,"224":290,"225":1104,"23":1004,"24":4732,"25":862,"257":174,"26":212,"268":11,"27":190,"273":99,"276":111,"279":239,"28":1542,"281":5,"282":95,"291":82,"292":120,"30":70,"302":37,"306":2,"31":118,"314":10,"32":78,"33":150,"34":154,"347":42,"35":168,"352":1034,"36":258,"37":95,"38":780,"380":45,"381":113,"383":66,"389":2,"39":204,"391":65,"396":6,"397":82,"40":86,"409":69,"41":138,"414":176,"415":326,"419":43,"42":135,"426":57,"43":106,"430":213,"431":2,"433":12,"434":2,"44":42,"45":133,"46":501,"48":110,"49":403,"5":3463,"51":68,"52":70,"53":112,"56":33,"570":17,"6":306,"63":63,"7":852,"79":54,"8":672,"80":45,"9":598,"all_client":163053,"all_tv_clinet":33724,"insert_time":"2014-08-23T13:00:36.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129520,"10":593,"107":845,"11":1239,"12":305,"13":619,"14":177,"15":230,"155":131,"156":29,"158":75,"159":31,"16":231,"160":28,"161":314,"167":150,"168":8,"17":354,"18":1156,"19":575,"20":136,"209":61,"21":974,"210":52,"211":91,"214":58,"215":543,"221":375,"223":938,"224":297,"225":1066,"23":1012,"24":4863,"25":887,"257":177,"26":209,"268":11,"27":190,"273":94,"276":112,"279":243,"28":1479,"281":4,"282":95,"291":82,"292":131,"30":73,"302":38,"306":2,"31":119,"314":10,"32":76,"33":150,"34":148,"347":43,"35":173,"352":1041,"36":260,"37":96,"38":800,"380":44,"381":113,"383":65,"389":2,"39":211,"391":67,"396":6,"397":82,"40":87,"409":56,"41":140,"414":185,"415":335,"419":42,"42":141,"426":50,"43":100,"430":215,"433":12,"434":1,"44":41,"45":129,"46":494,"48":107,"49":392,"5":3502,"51":70,"52":64,"53":114,"56":34,"570":15,"6":307,"63":63,"7":806,"79":63,"8":689,"80":41,"9":605,"all_client":163309,"all_tv_clinet":33789,"insert_time":"2014-08-23T13:01:38.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129714,"10":597,"107":835,"11":1225,"12":283,"13":655,"14":191,"15":228,"155":137,"156":28,"158":70,"159":24,"16":236,"160":38,"161":317,"167":149,"168":9,"17":357,"18":1138,"19":559,"20":132,"209":69,"21":904,"210":51,"211":87,"214":58,"215":550,"221":397,"223":937,"224":300,"225":996,"23":1048,"24":4979,"25":942,"257":176,"26":211,"268":11,"27":185,"273":96,"276":113,"279":250,"28":1378,"281":4,"282":96,"291":83,"292":139,"30":83,"302":36,"306":2,"31":117,"314":9,"32":74,"33":142,"34":145,"347":44,"35":179,"352":1031,"36":263,"37":101,"38":809,"380":43,"381":108,"383":70,"389":2,"39":206,"391":70,"396":6,"397":79,"40":90,"409":58,"41":147,"414":190,"415":337,"419":42,"42":143,"426":41,"43":94,"430":210,"433":12,"44":42,"45":130,"46":503,"48":108,"49":364,"5":3526,"51":67,"52":70,"53":117,"56":34,"570":15,"6":329,"63":65,"7":782,"79":64,"8":704,"80":34,"9":634,"all_client":163553,"all_tv_clinet":33839,"insert_time":"2014-08-23T13:02:39.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129807,"10":597,"107":830,"11":1167,"12":256,"13":668,"14":216,"15":246,"155":149,"156":28,"158":63,"159":24,"16":236,"160":41,"161":317,"167":147,"168":10,"17":364,"18":1114,"19":569,"20":131,"209":67,"21":853,"210":50,"211":86,"214":59,"215":572,"221":406,"223":931,"224":314,"225":935,"23":1085,"24":5111,"25":941,"257":173,"26":215,"268":12,"27":173,"273":88,"276":115,"279":248,"28":1312,"281":4,"282":98,"291":84,"292":141,"30":81,"302":33,"306":1,"31":117,"314":11,"32":68,"33":137,"34":141,"347":44,"35":189,"352":1026,"36":258,"37":119,"38":806,"380":44,"381":108,"383":71,"389":3,"39":210,"391":67,"396":7,"397":78,"40":100,"409":61,"41":150,"414":175,"415":336,"419":39,"42":152,"426":41,"43":99,"430":208,"433":11,"44":46,"45":128,"46":513,"48":112,"49":333,"5":3518,"51":73,"52":67,"53":127,"56":33,"570":15,"6":343,"63":62,"7":787,"79":61,"8":721,"80":31,"9":692,"all_client":163706,"all_tv_clinet":33899,"insert_time":"2014-08-23T13:03:40.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129877,"10":607,"107":812,"11":1074,"12":258,"13":687,"14":225,"15":264,"155":150,"156":33,"158":52,"159":21,"16":240,"160":42,"161":317,"167":149,"168":10,"17":356,"18":1100,"19":565,"20":125,"209":67,"21":820,"210":51,"211":84,"214":60,"215":602,"221":412,"223":931,"224":326,"225":906,"23":1122,"24":5224,"25":914,"257":172,"26":224,"268":13,"27":158,"273":88,"276":113,"279":250,"28":1254,"281":4,"282":95,"291":84,"292":148,"30":85,"302":32,"306":1,"31":116,"314":14,"32":65,"33":128,"34":143,"347":44,"35":194,"352":1033,"36":259,"37":119,"38":810,"380":43,"381":105,"383":70,"389":4,"39":211,"391":66,"396":6,"397":78,"40":107,"409":62,"41":157,"414":170,"415":329,"419":42,"42":157,"426":39,"43":94,"430":211,"433":11,"44":47,"45":135,"46":535,"48":113,"49":312,"5":3529,"51":78,"52":67,"53":130,"56":33,"570":17,"6":358,"63":59,"7":764,"79":62,"8":734,"80":30,"9":723,"all_client":163817,"all_tv_clinet":33940,"insert_time":"2014-08-23T13:04:41.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129992,"10":613,"107":823,"11":996,"12":247,"13":680,"14":240,"15":290,"155":151,"156":33,"158":42,"159":25,"16":248,"160":39,"161":326,"167":149,"168":8,"17":348,"18":1106,"19":582,"20":125,"209":65,"21":784,"210":55,"211":88,"214":60,"215":609,"221":410,"223":946,"224":313,"225":870,"23":1151,"24":5313,"25":835,"257":169,"26":222,"268":12,"27":153,"273":95,"276":113,"279":253,"28":1206,"281":3,"282":97,"291":83,"292":145,"30":84,"302":31,"306":1,"31":119,"314":15,"32":68,"33":128,"34":148,"347":47,"35":196,"352":1049,"36":264,"37":124,"38":803,"380":42,"381":108,"383":67,"389":4,"39":212,"391":64,"396":4,"397":79,"40":113,"409":69,"41":165,"414":164,"415":336,"419":38,"42":167,"426":35,"43":88,"430":207,"433":10,"44":43,"45":134,"46":561,"48":113,"49":298,"5":3521,"51":73,"52":64,"53":136,"56":30,"570":19,"6":358,"63":59,"7":783,"79":67,"8":733,"80":33,"9":784,"all_client":163971,"all_tv_clinet":33979,"insert_time":"2014-08-23T13:05:42.764Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130173,"10":620,"107":831,"11":973,"12":228,"13":670,"14":252,"15":305,"155":154,"156":33,"158":38,"159":24,"16":243,"160":38,"161":330,"167":147,"168":7,"17":343,"18":1093,"19":586,"20":127,"209":69,"21":780,"210":55,"211":88,"214":62,"215":606,"221":420,"223":964,"224":278,"225":862,"23":1181,"24":5356,"25":806,"257":164,"26":227,"268":11,"27":147,"273":96,"276":114,"279":252,"28":1168,"281":4,"282":98,"291":82,"292":143,"30":85,"302":30,"306":1,"31":129,"314":16,"32":78,"33":126,"34":150,"347":47,"35":198,"352":1027,"36":261,"37":125,"38":796,"380":43,"381":109,"383":70,"389":3,"39":212,"391":63,"396":4,"397":77,"40":117,"409":67,"41":170,"414":168,"415":335,"419":38,"42":173,"426":28,"43":82,"430":204,"433":10,"44":41,"45":138,"46":582,"48":104,"49":286,"5":3515,"51":72,"52":63,"53":139,"56":22,"570":18,"6":366,"63":62,"7":783,"79":71,"8":717,"80":37,"9":826,"all_client":164132,"all_tv_clinet":33959,"insert_time":"2014-08-23T13:06:43.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130217,"10":621,"107":852,"11":949,"12":189,"13":668,"14":268,"15":317,"155":157,"156":31,"158":35,"159":23,"16":242,"160":35,"161":336,"167":145,"168":7,"17":341,"18":1096,"19":598,"20":129,"209":71,"21":769,"210":57,"211":92,"214":59,"215":617,"221":418,"223":992,"224":246,"225":844,"23":1197,"24":5390,"25":793,"257":162,"26":212,"268":12,"27":147,"273":95,"276":116,"279":248,"28":1145,"281":4,"282":102,"291":83,"292":149,"30":84,"302":28,"306":1,"31":127,"314":15,"32":80,"33":125,"34":149,"347":52,"35":199,"352":1020,"36":257,"37":126,"38":793,"380":45,"381":110,"383":73,"389":2,"39":210,"391":66,"396":5,"397":77,"40":113,"409":68,"41":173,"414":164,"415":344,"419":41,"42":174,"426":25,"43":75,"430":196,"433":9,"434":1,"44":37,"45":135,"46":614,"48":103,"49":286,"5":3494,"51":76,"52":61,"53":135,"56":19,"570":15,"6":374,"63":63,"7":800,"79":66,"8":725,"80":37,"9":845,"all_client":164188,"all_tv_clinet":33971,"insert_time":"2014-08-23T13:07:45.123Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130216,"10":626,"107":841,"11":940,"12":171,"13":668,"14":275,"15":326,"155":155,"156":32,"158":35,"159":21,"16":253,"160":37,"161":343,"167":148,"168":9,"17":342,"18":1069,"19":618,"20":122,"209":73,"21":756,"210":55,"211":91,"214":59,"215":626,"221":429,"223":1001,"224":236,"225":828,"23":1218,"24":5469,"25":776,"257":163,"26":195,"268":12,"27":147,"273":100,"276":118,"279":246,"28":1134,"281":4,"282":103,"291":85,"292":150,"30":88,"302":27,"306":2,"31":130,"314":14,"32":77,"33":121,"34":156,"347":54,"35":202,"352":997,"36":260,"37":120,"38":811,"380":47,"381":105,"383":73,"389":2,"39":223,"391":65,"396":5,"397":77,"40":113,"409":69,"41":173,"414":161,"415":364,"419":44,"42":177,"426":19,"43":75,"430":195,"433":8,"434":1,"44":37,"45":141,"46":616,"48":94,"49":287,"5":3472,"51":78,"52":57,"53":136,"56":16,"570":12,"6":379,"63":63,"7":810,"79":68,"8":689,"80":36,"9":863,"all_client":164230,"all_tv_clinet":34014,"insert_time":"2014-08-23T13:08:46.296Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130337,"10":630,"107":837,"11":929,"12":158,"13":675,"14":293,"15":337,"155":153,"156":31,"158":35,"159":20,"16":258,"160":39,"161":357,"167":149,"168":9,"17":344,"18":1033,"19":630,"20":126,"209":71,"21":746,"210":54,"211":85,"214":59,"215":637,"221":422,"223":1031,"224":219,"225":849,"23":1237,"24":5534,"25":803,"257":159,"26":179,"268":12,"27":149,"273":102,"276":117,"279":246,"28":1132,"281":4,"282":103,"291":85,"292":144,"30":97,"302":27,"306":2,"31":124,"314":12,"32":72,"33":120,"34":143,"347":55,"35":213,"352":980,"36":255,"37":107,"38":799,"380":43,"381":113,"383":74,"389":2,"39":228,"391":68,"396":5,"397":78,"40":119,"409":71,"41":173,"414":156,"415":374,"419":45,"42":180,"426":16,"43":72,"430":193,"433":8,"434":1,"44":40,"45":135,"46":636,"48":86,"49":283,"5":3404,"51":82,"52":59,"53":132,"56":16,"570":12,"6":389,"63":62,"7":825,"79":66,"8":628,"80":38,"9":895,"all_client":164372,"all_tv_clinet":34035,"insert_time":"2014-08-23T13:09:47.673Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130492,"10":631,"107":835,"11":947,"12":149,"13":682,"14":308,"15":367,"155":156,"156":34,"158":38,"159":19,"16":255,"160":38,"161":383,"167":149,"168":9,"17":352,"18":999,"19":606,"20":128,"209":77,"21":765,"210":53,"211":85,"214":60,"215":633,"221":410,"223":1062,"224":205,"225":849,"23":1220,"24":5584,"25":832,"257":159,"26":167,"268":10,"27":154,"273":103,"276":119,"279":248,"28":1126,"281":4,"282":103,"291":86,"292":120,"30":109,"302":27,"306":2,"31":112,"314":10,"32":70,"33":120,"34":131,"347":57,"35":218,"352":976,"36":259,"37":97,"38":805,"380":45,"381":117,"383":68,"389":1,"39":231,"391":70,"396":5,"397":78,"40":133,"409":90,"41":177,"414":159,"415":374,"419":37,"42":182,"426":15,"43":74,"430":194,"433":9,"434":1,"44":42,"45":124,"46":629,"48":82,"49":279,"5":3322,"51":81,"52":56,"53":121,"56":18,"570":11,"6":392,"63":62,"7":848,"79":67,"8":545,"80":43,"9":929,"all_client":164515,"all_tv_clinet":34023,"insert_time":"2014-08-23T13:10:49.398Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130630,"10":628,"107":821,"11":980,"12":136,"13":692,"14":316,"15":393,"155":156,"156":33,"158":37,"159":21,"16":234,"160":39,"161":405,"167":149,"168":8,"17":366,"18":981,"19":572,"20":132,"209":80,"21":771,"210":53,"211":86,"214":61,"215":624,"221":420,"223":1075,"224":196,"225":842,"23":1125,"24":5635,"25":880,"257":165,"26":158,"268":10,"27":155,"273":106,"276":120,"279":249,"28":1143,"281":4,"282":110,"291":87,"292":105,"30":125,"302":27,"306":2,"31":106,"314":9,"32":71,"33":118,"34":117,"347":62,"35":221,"352":964,"36":258,"37":90,"38":791,"380":47,"381":119,"383":68,"389":2,"39":233,"391":74,"396":5,"397":77,"40":141,"409":99,"41":177,"414":167,"415":364,"419":36,"42":183,"426":17,"43":81,"430":195,"433":10,"434":1,"44":42,"45":114,"46":624,"48":84,"49":278,"5":3264,"51":82,"52":58,"53":124,"56":17,"570":12,"6":389,"63":60,"7":867,"79":59,"8":497,"80":44,"9":950,"all_client":164611,"all_tv_clinet":33981,"insert_time":"2014-08-23T13:11:50.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130640,"10":631,"107":824,"11":1005,"12":132,"13":699,"14":319,"15":407,"155":157,"156":33,"158":40,"159":22,"16":229,"160":42,"161":400,"167":153,"168":7,"17":380,"18":963,"19":533,"20":122,"209":83,"21":797,"210":55,"211":87,"214":63,"215":618,"221":421,"223":1083,"224":195,"225":845,"23":1007,"24":5713,"25":964,"257":163,"26":143,"268":12,"27":157,"273":101,"276":123,"279":254,"28":1174,"281":5,"282":112,"291":89,"292":98,"30":120,"302":26,"306":2,"31":91,"314":10,"32":72,"33":121,"34":103,"347":70,"35":218,"352":980,"36":269,"37":85,"38":804,"380":47,"381":121,"383":71,"389":2,"39":239,"391":74,"396":5,"397":73,"40":150,"409":103,"41":176,"414":172,"415":355,"419":31,"42":189,"426":20,"43":84,"430":199,"433":11,"434":1,"44":43,"45":101,"46":580,"48":84,"49":279,"5":3247,"51":86,"52":63,"53":129,"56":15,"570":12,"6":384,"63":63,"7":882,"79":56,"8":472,"80":47,"9":956,"all_client":164693,"all_tv_clinet":34053,"insert_time":"2014-08-23T13:12:51.937Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130765,"10":628,"107":832,"11":1019,"12":130,"13":706,"14":325,"15":410,"155":156,"156":35,"158":41,"159":23,"16":221,"160":40,"161":396,"167":151,"168":7,"17":390,"18":946,"19":521,"20":122,"209":85,"21":815,"210":55,"211":89,"214":64,"215":606,"221":435,"223":1095,"224":191,"225":845,"23":914,"24":5764,"25":1037,"257":163,"26":134,"268":13,"27":164,"273":93,"276":123,"279":257,"28":1206,"281":5,"282":116,"291":93,"292":95,"30":112,"302":27,"306":2,"31":85,"314":11,"32":74,"33":121,"34":97,"347":79,"35":194,"352":998,"36":265,"37":85,"38":812,"380":49,"381":123,"383":66,"389":2,"39":227,"391":72,"396":5,"397":71,"40":160,"409":106,"41":180,"414":179,"415":363,"419":30,"42":192,"426":18,"43":87,"430":198,"433":11,"434":1,"44":46,"45":92,"46":529,"48":79,"49":275,"5":3255,"51":89,"52":67,"53":135,"56":16,"570":13,"6":383,"63":61,"7":900,"79":53,"8":438,"80":47,"9":955,"all_client":164856,"all_tv_clinet":34091,"insert_time":"2014-08-23T13:13:53.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130750,"10":634,"107":829,"11":1038,"12":133,"13":699,"14":325,"15":390,"155":152,"156":35,"158":40,"159":23,"16":221,"160":45,"161":374,"167":152,"168":7,"17":395,"18":936,"19":509,"20":122,"209":79,"21":841,"210":53,"211":91,"214":64,"215":617,"221":429,"223":1124,"224":187,"225":836,"23":847,"24":5820,"25":1143,"257":168,"26":129,"268":14,"27":174,"273":93,"276":125,"279":261,"28":1236,"281":4,"282":114,"291":95,"292":98,"30":83,"302":27,"306":1,"31":80,"314":12,"32":76,"33":117,"34":92,"347":80,"35":168,"352":1010,"36":269,"37":80,"38":835,"380":48,"381":129,"383":70,"389":2,"39":208,"391":72,"396":5,"397":66,"40":175,"409":100,"41":184,"414":184,"415":356,"419":31,"42":199,"426":18,"43":89,"430":202,"433":8,"434":1,"44":47,"45":84,"46":484,"48":78,"49":281,"5":3256,"51":85,"52":67,"53":136,"56":17,"570":12,"6":385,"63":61,"7":935,"79":51,"8":415,"80":51,"9":947,"all_client":164920,"all_tv_clinet":34170,"insert_time":"2014-08-23T13:14:54.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130825,"10":643,"107":815,"11":1051,"12":131,"13":701,"14":337,"15":347,"155":148,"156":33,"158":38,"159":23,"16":221,"160":46,"161":365,"167":151,"168":7,"17":399,"18":913,"19":523,"20":129,"209":71,"21":845,"210":54,"211":98,"214":63,"215":631,"221":455,"223":1138,"224":172,"225":816,"23":803,"24":5852,"25":1214,"257":164,"26":122,"268":14,"27":187,"273":102,"276":126,"279":267,"28":1260,"281":3,"282":113,"291":94,"292":98,"30":77,"302":27,"31":78,"314":15,"32":79,"33":111,"34":86,"347":89,"35":159,"352":1032,"36":263,"37":76,"38":855,"380":47,"381":129,"383":69,"389":2,"39":192,"391":67,"396":5,"397":68,"40":165,"409":84,"41":174,"414":186,"415":357,"419":30,"42":206,"426":18,"43":87,"430":202,"433":7,"434":1,"44":43,"45":81,"46":462,"48":83,"49":282,"5":3264,"51":84,"52":67,"53":147,"56":20,"570":12,"6":390,"63":62,"7":938,"79":43,"8":396,"80":52,"9":984,"all_client":165061,"all_tv_clinet":34236,"insert_time":"2014-08-23T13:15:55.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130859,"10":651,"107":805,"11":1079,"12":128,"13":697,"14":335,"15":329,"155":147,"156":36,"158":36,"159":23,"16":227,"160":48,"161":361,"167":152,"168":7,"17":394,"18":891,"19":535,"20":134,"209":70,"21":859,"210":53,"211":102,"214":64,"215":637,"221":471,"223":1164,"224":158,"225":810,"23":774,"24":5878,"25":1253,"257":161,"26":116,"268":14,"27":196,"273":110,"276":125,"279":266,"28":1279,"281":2,"282":112,"291":92,"292":98,"30":71,"302":26,"31":78,"314":20,"32":80,"33":114,"34":81,"347":94,"35":150,"352":1027,"36":255,"37":74,"38":869,"380":49,"381":129,"383":71,"389":2,"39":182,"391":61,"396":5,"397":70,"40":151,"409":71,"41":166,"414":191,"415":350,"419":29,"42":211,"426":18,"43":89,"430":205,"433":8,"44":38,"45":76,"46":434,"48":92,"49":291,"5":3278,"51":86,"52":70,"53":147,"56":19,"570":9,"6":399,"63":63,"7":956,"79":40,"8":384,"80":48,"9":997,"all_client":165162,"all_tv_clinet":34303,"insert_time":"2014-08-23T13:16:56.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130887,"10":656,"107":816,"11":1106,"12":120,"13":707,"14":338,"15":339,"155":148,"156":32,"158":38,"159":22,"16":229,"160":45,"161":361,"167":155,"168":6,"17":398,"18":881,"19":531,"20":135,"209":72,"21":848,"210":51,"211":106,"214":61,"215":647,"221":469,"223":1182,"224":154,"225":799,"23":753,"24":5857,"25":1277,"257":162,"26":118,"268":17,"27":212,"273":110,"276":127,"279":261,"28":1296,"281":3,"282":111,"291":91,"292":104,"30":66,"302":25,"31":74,"314":20,"32":80,"33":115,"34":73,"347":95,"35":142,"352":1044,"36":254,"37":76,"38":869,"380":50,"381":131,"383":70,"389":2,"39":175,"391":59,"396":6,"397":73,"40":134,"409":65,"41":153,"414":192,"415":346,"419":30,"42":211,"426":18,"43":91,"430":206,"433":10,"44":38,"45":71,"46":416,"48":98,"49":298,"5":3314,"51":81,"52":75,"53":137,"56":19,"570":9,"6":376,"63":64,"7":967,"79":38,"8":373,"80":48,"9":995,"all_client":165210,"all_tv_clinet":34323,"insert_time":"2014-08-23T13:17:58.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130945,"10":651,"107":813,"11":1123,"12":114,"13":702,"14":346,"15":344,"155":150,"156":34,"158":38,"159":22,"16":237,"160":47,"161":373,"167":158,"168":6,"17":410,"18":885,"19":541,"20":133,"209":68,"21":839,"210":51,"211":107,"214":60,"215":661,"221":461,"223":1200,"224":153,"225":821,"23":766,"24":5671,"25":1311,"257":162,"26":122,"268":15,"27":215,"273":118,"276":126,"279":256,"28":1349,"281":4,"282":110,"291":90,"292":108,"30":63,"302":27,"31":70,"314":19,"32":73,"33":117,"34":80,"347":104,"35":132,"352":1042,"36":253,"37":78,"38":887,"380":50,"381":134,"383":71,"389":2,"39":164,"391":59,"396":7,"397":73,"40":131,"409":61,"41":149,"414":200,"415":345,"419":34,"42":222,"426":16,"43":90,"430":205,"433":10,"44":37,"45":71,"46":394,"48":111,"49":308,"5":3381,"51":76,"52":71,"53":135,"56":16,"570":10,"6":346,"63":65,"7":976,"79":41,"8":371,"80":49,"9":997,"all_client":165339,"all_tv_clinet":34394,"insert_time":"2014-08-23T13:18:59.401Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130914,"10":653,"107":810,"11":1151,"12":110,"13":695,"14":351,"15":343,"155":149,"156":34,"158":41,"159":18,"16":231,"160":49,"161":382,"167":155,"168":7,"17":417,"18":880,"19":561,"20":134,"209":70,"21":850,"210":51,"211":108,"214":59,"215":671,"221":450,"223":1192,"224":141,"225":846,"23":788,"24":5471,"25":1366,"257":161,"26":125,"268":14,"27":228,"273":119,"276":126,"279":262,"28":1439,"281":5,"282":110,"291":90,"292":112,"30":62,"302":26,"31":73,"314":16,"32":76,"33":120,"34":87,"347":104,"35":133,"352":1028,"36":246,"37":80,"38":886,"380":53,"381":126,"383":66,"389":3,"39":156,"391":57,"396":7,"397":72,"40":128,"409":61,"41":144,"414":203,"415":344,"419":35,"42":226,"426":17,"43":92,"430":194,"433":9,"44":33,"45":74,"46":385,"48":116,"49":320,"5":3444,"51":78,"52":66,"53":127,"56":17,"570":10,"6":313,"63":67,"7":995,"79":39,"8":356,"80":50,"9":997,"all_client":165356,"all_tv_clinet":34442,"insert_time":"2014-08-23T13:20:00.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130963,"10":657,"107":815,"11":1177,"12":110,"13":709,"14":350,"15":342,"155":146,"156":35,"158":42,"159":18,"16":230,"160":50,"161":386,"167":152,"168":5,"17":425,"18":862,"19":557,"20":138,"209":73,"21":863,"210":53,"211":106,"214":60,"215":664,"221":443,"223":1220,"224":137,"225":855,"23":810,"24":5249,"25":1427,"257":154,"26":125,"268":15,"27":234,"273":123,"276":128,"279":264,"28":1506,"281":5,"282":114,"291":92,"292":118,"30":63,"302":27,"31":80,"314":15,"32":74,"33":117,"34":87,"347":107,"35":133,"352":1036,"36":247,"37":84,"38":878,"380":54,"381":124,"383":72,"389":2,"39":153,"391":60,"396":8,"397":71,"40":123,"409":58,"41":139,"414":210,"415":351,"419":37,"42":235,"426":18,"43":94,"430":175,"433":7,"44":33,"45":79,"46":373,"48":118,"49":342,"5":3457,"51":76,"52":62,"53":128,"56":14,"570":10,"6":288,"63":65,"7":989,"79":36,"8":342,"80":51,"9":989,"all_client":165398,"all_tv_clinet":34435,"insert_time":"2014-08-23T13:21:02.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131002,"10":652,"107":825,"11":1183,"12":118,"13":711,"14":350,"15":358,"155":145,"156":32,"158":46,"159":21,"16":224,"160":49,"161":381,"167":148,"168":5,"17":421,"18":848,"19":564,"20":135,"209":74,"21":875,"210":52,"211":105,"214":62,"215":641,"221":452,"223":1248,"224":129,"225":866,"23":817,"24":5141,"25":1516,"257":163,"26":132,"268":14,"27":239,"273":129,"276":122,"279":278,"28":1547,"281":4,"282":115,"291":93,"292":124,"30":61,"302":27,"31":80,"314":14,"32":70,"33":121,"34":88,"347":103,"35":125,"352":1042,"36":239,"37":77,"38":876,"380":57,"381":111,"383":77,"389":2,"39":152,"391":59,"396":5,"397":70,"40":110,"409":65,"41":140,"414":213,"415":367,"419":42,"42":228,"426":21,"43":91,"430":156,"433":7,"44":32,"45":83,"46":347,"48":125,"49":360,"5":3481,"51":77,"52":59,"53":128,"56":15,"570":11,"6":256,"63":68,"7":1000,"79":39,"8":331,"80":52,"9":974,"all_client":165490,"all_tv_clinet":34488,"insert_time":"2014-08-23T13:22:03.945Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131043,"10":645,"107":824,"11":1188,"12":123,"13":723,"14":350,"15":353,"155":144,"156":32,"158":47,"159":21,"16":218,"160":51,"161":371,"167":151,"168":4,"17":428,"18":831,"19":572,"20":134,"209":69,"21":873,"210":52,"211":101,"214":66,"215":632,"221":476,"223":1248,"224":134,"225":848,"23":810,"24":5033,"25":1588,"257":163,"26":139,"268":13,"27":242,"273":137,"276":114,"279":276,"28":1593,"281":3,"282":110,"291":96,"292":125,"30":59,"302":28,"31":74,"314":14,"32":72,"33":115,"34":92,"347":111,"35":124,"352":1065,"36":242,"37":82,"38":879,"380":59,"381":111,"383":72,"389":3,"39":150,"391":59,"396":5,"397":71,"40":102,"409":66,"41":141,"414":214,"415":372,"419":45,"42":216,"426":17,"43":87,"430":154,"433":8,"44":31,"45":91,"46":332,"48":126,"49":376,"5":3498,"51":75,"52":57,"53":130,"56":19,"570":13,"6":238,"63":65,"7":983,"79":38,"8":309,"80":54,"9":976,"all_client":165514,"all_tv_clinet":34471,"insert_time":"2014-08-23T13:23:05.075Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131056,"10":645,"107":823,"11":1205,"12":134,"13":731,"14":347,"15":351,"155":139,"156":32,"158":46,"159":19,"16":215,"160":53,"161":361,"167":145,"168":3,"17":438,"18":824,"19":569,"20":137,"209":60,"21":886,"210":54,"211":101,"214":66,"215":635,"221":458,"223":1276,"224":130,"225":853,"23":818,"24":4963,"25":1640,"257":164,"26":147,"268":12,"27":250,"273":133,"276":106,"279":279,"28":1613,"281":3,"282":104,"291":96,"292":127,"30":57,"302":26,"306":1,"31":70,"314":14,"32":77,"33":117,"34":94,"347":117,"35":116,"352":1052,"36":243,"37":82,"38":864,"380":56,"381":112,"383":69,"389":3,"39":145,"391":57,"396":5,"397":71,"40":98,"409":72,"41":136,"414":215,"415":378,"419":45,"42":194,"426":14,"43":84,"430":148,"433":9,"44":33,"45":91,"46":328,"48":127,"49":383,"5":3532,"51":74,"52":53,"53":133,"56":23,"570":13,"6":227,"63":62,"7":979,"79":36,"8":299,"80":58,"9":984,"all_client":165523,"all_tv_clinet":34467,"insert_time":"2014-08-23T13:24:06.189Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131130,"10":650,"107":817,"11":1211,"12":133,"13":713,"14":346,"15":351,"155":137,"156":38,"158":43,"159":16,"16":208,"160":58,"161":365,"167":140,"168":4,"17":446,"18":824,"19":566,"20":134,"209":55,"21":898,"210":58,"211":96,"214":67,"215":636,"221":446,"223":1295,"224":127,"225":872,"23":804,"24":4914,"25":1716,"257":170,"26":168,"268":12,"27":259,"273":134,"276":100,"279":279,"28":1618,"281":4,"282":102,"291":96,"292":114,"30":57,"302":26,"306":2,"31":77,"314":13,"32":80,"33":116,"34":109,"347":121,"35":110,"352":1033,"36":249,"37":86,"38":845,"380":56,"381":110,"383":67,"389":3,"39":139,"391":55,"396":5,"397":72,"40":92,"409":81,"41":133,"414":219,"415":370,"419":48,"42":169,"426":12,"43":80,"430":139,"433":10,"44":29,"45":88,"46":325,"48":132,"49":397,"5":3539,"51":70,"52":55,"53":127,"56":22,"570":12,"6":230,"63":57,"7":980,"79":36,"8":294,"80":58,"9":979,"all_client":165584,"all_tv_clinet":34454,"insert_time":"2014-08-23T13:25:07.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131105,"10":657,"107":848,"11":1230,"12":139,"13":707,"14":353,"15":352,"155":138,"156":39,"158":42,"159":17,"16":202,"160":57,"161":357,"167":137,"168":4,"17":447,"18":825,"19":580,"20":132,"209":55,"21":909,"210":61,"211":97,"214":69,"215":631,"221":422,"223":1306,"224":126,"225":866,"23":782,"24":4914,"25":1767,"257":178,"26":180,"268":11,"27":259,"273":129,"276":95,"279":279,"28":1610,"281":5,"282":103,"291":94,"292":112,"30":54,"302":25,"306":2,"31":78,"314":14,"32":79,"33":117,"34":114,"347":119,"35":109,"352":1019,"36":253,"37":86,"38":848,"380":55,"381":108,"383":65,"389":3,"39":134,"391":52,"396":7,"397":74,"40":84,"409":82,"41":130,"414":225,"415":376,"419":48,"42":153,"426":11,"43":82,"430":129,"433":11,"44":28,"45":93,"46":322,"48":135,"49":405,"5":3527,"51":66,"52":55,"53":129,"56":19,"570":14,"6":230,"63":57,"7":980,"79":33,"8":298,"80":59,"9":974,"all_client":165598,"all_tv_clinet":34493,"insert_time":"2014-08-23T13:26:09.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131118,"10":660,"107":832,"11":1220,"12":148,"13":700,"14":360,"15":356,"155":138,"156":40,"158":40,"159":18,"16":208,"160":56,"161":344,"167":134,"168":3,"17":456,"18":816,"19":588,"20":128,"209":56,"21":919,"210":64,"211":97,"214":69,"215":634,"221":423,"223":1300,"224":129,"225":852,"23":770,"24":4938,"25":1820,"257":171,"26":178,"268":9,"27":272,"273":120,"276":92,"279":280,"28":1601,"281":5,"282":94,"291":97,"292":98,"30":55,"302":23,"306":1,"31":79,"314":13,"32":77,"33":116,"34":120,"347":119,"35":104,"352":1024,"36":252,"37":89,"38":855,"380":52,"381":109,"383":63,"389":3,"39":128,"391":49,"396":7,"397":72,"40":80,"409":88,"41":128,"414":234,"415":375,"419":51,"42":137,"426":9,"43":84,"430":119,"433":12,"44":30,"45":93,"46":324,"48":137,"49":414,"5":3521,"51":66,"52":52,"53":121,"56":21,"570":14,"6":235,"63":54,"7":999,"79":31,"8":305,"80":60,"9":966,"all_client":165621,"all_tv_clinet":34503,"insert_time":"2014-08-23T13:27:10.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131094,"10":627,"107":851,"11":1222,"12":170,"13":707,"14":364,"15":344,"155":135,"156":42,"158":37,"159":19,"16":206,"160":62,"161":318,"167":131,"168":5,"17":463,"18":824,"19":606,"20":121,"209":49,"21":915,"210":62,"211":101,"214":68,"215":634,"221":414,"223":1308,"224":132,"225":861,"23":752,"24":4984,"25":1869,"257":168,"26":181,"268":9,"27":275,"273":112,"276":96,"279":264,"28":1616,"281":5,"282":89,"291":98,"292":93,"30":60,"302":29,"31":81,"314":13,"32":76,"33":112,"34":127,"347":110,"35":103,"352":1039,"36":252,"37":87,"38":850,"380":50,"381":110,"383":65,"389":3,"39":130,"391":53,"396":8,"397":71,"40":81,"409":88,"41":125,"414":235,"415":361,"419":45,"42":129,"426":10,"43":86,"430":115,"433":12,"44":35,"45":92,"46":319,"48":136,"49":422,"5":3498,"51":60,"52":55,"53":120,"56":24,"570":12,"6":223,"63":53,"7":1009,"79":29,"8":301,"80":61,"9":970,"all_client":165638,"all_tv_clinet":34544,"insert_time":"2014-08-23T13:28:12.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131063,"10":552,"107":844,"11":1220,"12":172,"13":716,"14":367,"15":333,"155":123,"156":45,"158":43,"159":20,"16":206,"160":70,"161":312,"167":132,"168":5,"17":462,"18":839,"19":592,"20":115,"209":47,"21":921,"210":61,"211":107,"214":65,"215":642,"221":428,"223":1324,"224":130,"225":863,"23":740,"24":5062,"25":1931,"257":168,"26":182,"268":9,"27":278,"273":108,"276":98,"279":240,"28":1621,"281":5,"282":86,"291":99,"292":94,"30":62,"302":29,"31":79,"314":11,"32":70,"33":111,"34":120,"347":98,"35":103,"352":1029,"36":253,"37":89,"38":854,"380":49,"381":108,"383":70,"389":3,"39":125,"391":54,"396":8,"397":75,"40":84,"409":90,"41":122,"414":237,"415":331,"419":48,"42":124,"426":10,"43":87,"430":114,"433":12,"44":35,"45":97,"46":311,"48":139,"49":428,"5":3515,"51":59,"52":51,"53":116,"56":25,"570":12,"6":231,"63":54,"7":1012,"79":47,"8":290,"80":62,"9":949,"all_client":165632,"all_tv_clinet":34569,"insert_time":"2014-08-23T13:29:13.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131192,"10":499,"107":852,"11":1214,"12":174,"13":713,"14":372,"15":323,"155":112,"156":44,"158":46,"159":20,"16":201,"160":75,"161":304,"167":128,"168":5,"17":467,"18":855,"19":596,"20":115,"209":47,"21":929,"210":62,"211":115,"214":65,"215":642,"221":428,"223":1336,"224":120,"225":871,"23":743,"24":5112,"25":1991,"257":179,"26":193,"268":9,"27":278,"273":101,"276":95,"279":211,"28":1642,"281":5,"282":85,"291":99,"292":91,"30":62,"302":26,"31":81,"314":12,"32":63,"33":109,"34":130,"347":87,"35":97,"352":1036,"36":258,"37":90,"38":838,"380":51,"381":102,"383":74,"389":2,"39":129,"391":53,"396":8,"397":77,"40":86,"409":87,"41":127,"414":234,"415":300,"419":48,"42":119,"426":16,"43":89,"430":120,"433":13,"44":33,"45":100,"46":296,"48":132,"49":430,"5":3527,"51":56,"52":49,"53":121,"56":25,"570":10,"6":240,"63":55,"7":1019,"79":53,"8":286,"80":59,"9":920,"all_client":165791,"all_tv_clinet":34599,"insert_time":"2014-08-23T13:30:14.946Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131267,"10":466,"107":850,"11":1208,"12":186,"13":711,"14":355,"15":334,"155":109,"156":43,"158":49,"159":19,"16":202,"160":71,"161":308,"167":118,"168":4,"17":468,"18":846,"19":600,"20":114,"209":49,"21":940,"210":62,"211":112,"214":59,"215":631,"221":418,"223":1372,"224":118,"225":848,"23":726,"24":5180,"25":2048,"257":179,"26":208,"268":9,"27":286,"273":91,"276":96,"279":191,"28":1653,"281":7,"282":85,"291":99,"292":98,"30":60,"302":25,"306":1,"31":76,"314":12,"32":64,"33":104,"34":135,"347":72,"35":95,"352":1016,"36":252,"37":100,"38":815,"380":51,"381":98,"383":79,"389":2,"39":130,"391":52,"396":7,"397":77,"40":91,"409":77,"41":128,"414":223,"415":289,"419":48,"42":108,"426":30,"43":84,"430":127,"433":14,"44":28,"45":104,"46":281,"48":133,"49":439,"5":3519,"51":55,"52":43,"53":123,"56":25,"570":7,"6":254,"63":56,"7":1041,"79":52,"8":285,"80":60,"9":905,"all_client":165845,"all_tv_clinet":34578,"insert_time":"2014-08-23T13:31:16.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131261,"10":438,"107":859,"11":1205,"12":201,"13":712,"14":314,"15":373,"155":103,"156":46,"158":55,"159":18,"16":212,"160":71,"161":310,"167":112,"168":4,"17":473,"18":801,"19":616,"20":108,"209":45,"21":937,"210":63,"211":108,"214":56,"215":619,"221":410,"223":1393,"224":115,"225":843,"23":713,"24":5237,"25":2070,"257":181,"26":221,"268":9,"27":295,"273":85,"276":101,"279":178,"28":1665,"281":6,"282":83,"291":102,"292":107,"30":57,"302":23,"306":1,"31":75,"314":12,"32":64,"33":105,"34":139,"347":67,"35":95,"352":998,"36":253,"37":100,"38":809,"380":51,"381":104,"383":82,"389":2,"39":133,"391":52,"396":7,"397":76,"40":91,"409":70,"41":121,"414":210,"415":263,"419":51,"42":103,"426":49,"43":81,"430":132,"433":15,"44":27,"45":89,"46":283,"48":136,"49":438,"5":3532,"51":56,"52":49,"53":115,"56":25,"570":6,"6":268,"63":55,"7":1042,"79":45,"8":286,"80":62,"9":907,"all_client":165846,"all_tv_clinet":34585,"insert_time":"2014-08-23T13:32:17.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131277,"10":416,"107":859,"11":1196,"12":207,"13":707,"14":276,"15":400,"155":101,"156":48,"158":55,"159":12,"16":217,"160":68,"161":308,"167":107,"168":4,"17":478,"18":768,"19":619,"20":100,"209":47,"21":943,"210":62,"211":112,"214":55,"215":613,"221":420,"223":1391,"224":118,"225":848,"23":710,"24":5253,"25":2083,"257":177,"26":225,"268":10,"27":295,"273":86,"276":102,"279":170,"28":1691,"281":6,"282":85,"291":102,"292":112,"30":58,"302":21,"306":3,"31":76,"314":12,"32":61,"33":110,"34":142,"347":57,"35":95,"352":988,"36":253,"37":99,"38":814,"380":50,"381":110,"383":87,"389":2,"39":140,"391":50,"396":7,"397":76,"40":94,"409":60,"41":120,"414":202,"415":253,"419":52,"42":97,"426":53,"43":84,"430":142,"433":14,"44":29,"45":79,"46":279,"48":137,"49":441,"5":3534,"51":51,"52":52,"53":106,"56":29,"570":6,"6":271,"63":53,"7":1033,"79":44,"8":290,"80":62,"9":945,"all_client":165862,"all_tv_clinet":34585,"insert_time":"2014-08-23T13:33:18.924Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131193,"10":398,"107":843,"11":1194,"12":209,"13":704,"14":265,"15":417,"155":95,"156":50,"158":54,"159":10,"16":217,"160":63,"161":310,"167":107,"168":3,"17":473,"18":757,"19":629,"20":97,"209":46,"21":952,"210":60,"211":113,"214":50,"215":594,"221":424,"223":1381,"224":117,"225":849,"23":707,"24":5274,"25":2131,"257":176,"26":239,"268":12,"27":301,"273":89,"276":107,"279":161,"28":1697,"281":8,"282":83,"291":98,"292":118,"30":56,"302":23,"306":4,"31":75,"314":11,"32":58,"33":119,"34":143,"347":49,"35":96,"352":983,"36":257,"37":103,"38":812,"380":47,"381":116,"383":93,"389":3,"39":141,"391":47,"396":6,"397":76,"40":103,"409":55,"41":113,"414":195,"415":242,"419":56,"42":92,"426":51,"43":87,"430":148,"433":17,"44":30,"45":73,"46":276,"48":137,"49":449,"5":3545,"51":50,"52":48,"53":101,"56":31,"570":6,"6":272,"63":49,"7":1032,"79":43,"8":274,"80":66,"9":965,"all_client":165799,"all_tv_clinet":34606,"insert_time":"2014-08-23T13:34:20.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131054,"10":397,"107":831,"11":1199,"12":232,"13":689,"14":265,"15":426,"155":92,"156":51,"158":48,"159":10,"16":214,"160":62,"161":311,"167":108,"168":3,"17":450,"18":755,"19":628,"20":105,"209":39,"21":959,"210":60,"211":113,"214":48,"215":579,"221":437,"223":1375,"224":119,"225":843,"23":699,"24":5311,"25":2154,"257":174,"26":242,"268":9,"27":302,"273":96,"276":103,"279":155,"28":1695,"281":7,"282":86,"291":89,"292":113,"30":57,"302":22,"306":4,"31":74,"314":10,"32":59,"33":120,"34":144,"347":48,"35":97,"352":1002,"36":258,"37":104,"38":831,"380":47,"381":117,"383":93,"389":4,"39":141,"391":47,"396":6,"397":77,"40":107,"409":62,"41":112,"414":192,"415":225,"419":58,"42":89,"426":44,"43":90,"430":152,"433":20,"44":30,"45":73,"46":274,"48":129,"49":454,"5":3484,"51":51,"52":49,"53":100,"56":31,"570":6,"6":270,"63":48,"7":1062,"79":36,"8":263,"80":64,"9":1001,"all_client":165675,"all_tv_clinet":34621,"insert_time":"2014-08-23T13:35:21.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130972,"10":365,"107":822,"11":1215,"12":248,"13":686,"14":265,"15":443,"155":92,"156":52,"158":44,"159":11,"16":208,"160":63,"161":316,"167":113,"168":4,"17":419,"18":773,"19":640,"20":101,"209":35,"21":961,"210":58,"211":118,"214":47,"215":564,"221":418,"223":1367,"224":113,"225":857,"23":690,"24":5329,"25":2200,"257":176,"26":242,"268":9,"27":304,"273":97,"276":103,"279":151,"28":1700,"281":7,"282":88,"291":83,"292":113,"30":57,"302":23,"306":2,"31":68,"314":10,"32":55,"33":121,"34":147,"347":44,"35":98,"352":996,"36":258,"37":104,"38":830,"380":48,"381":117,"383":95,"389":4,"39":147,"391":48,"396":7,"397":80,"40":111,"409":62,"41":111,"414":190,"415":223,"419":58,"42":84,"426":42,"43":91,"430":164,"433":23,"44":28,"45":73,"46":272,"48":129,"49":457,"5":3414,"51":53,"52":45,"53":95,"56":31,"570":5,"6":251,"63":46,"7":1082,"79":35,"8":246,"80":69,"9":1041,"all_client":165572,"all_tv_clinet":34600,"insert_time":"2014-08-23T13:36:22.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130967,"10":316,"107":806,"11":1245,"12":259,"13":670,"14":264,"15":451,"155":92,"156":48,"158":39,"159":11,"16":206,"160":68,"161":308,"167":115,"168":4,"17":385,"18":797,"19":646,"20":101,"209":35,"21":994,"210":57,"211":116,"214":45,"215":535,"221":411,"223":1347,"224":108,"225":850,"23":682,"24":5343,"25":2255,"257":177,"26":238,"268":7,"27":304,"273":99,"276":104,"279":145,"28":1700,"281":9,"282":91,"291":82,"292":118,"30":56,"302":25,"306":4,"31":70,"314":12,"32":54,"33":128,"34":146,"347":44,"35":100,"352":995,"36":258,"37":108,"38":833,"380":50,"381":116,"383":97,"389":4,"39":152,"391":47,"396":7,"397":80,"40":114,"409":58,"41":112,"414":197,"415":213,"419":54,"42":82,"426":40,"43":89,"430":169,"433":24,"44":29,"45":74,"46":268,"48":135,"49":461,"5":3315,"51":49,"52":44,"53":99,"56":32,"570":4,"6":232,"63":47,"7":1115,"79":37,"8":248,"80":70,"9":1086,"all_client":165533,"all_tv_clinet":34566,"insert_time":"2014-08-23T13:37:23.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130985,"10":273,"107":805,"11":1261,"12":271,"13":648,"14":269,"15":458,"155":91,"156":47,"158":33,"159":12,"16":202,"160":75,"161":318,"167":111,"168":4,"17":367,"18":825,"19":634,"20":102,"209":33,"21":1005,"210":55,"211":112,"214":44,"215":521,"221":402,"223":1255,"224":107,"225":844,"23":689,"24":5372,"25":2319,"257":174,"26":244,"268":7,"27":312,"273":102,"276":109,"279":134,"28":1646,"281":10,"282":97,"291":83,"292":122,"30":58,"302":24,"306":4,"31":69,"314":15,"32":47,"33":136,"34":139,"347":35,"35":106,"352":1002,"36":267,"37":108,"38":815,"380":50,"381":120,"383":96,"389":4,"39":149,"391":46,"396":8,"397":82,"40":117,"409":52,"41":110,"414":206,"415":212,"419":51,"42":77,"426":40,"43":88,"430":174,"431":1,"433":26,"44":30,"45":79,"46":278,"48":137,"49":465,"5":3288,"51":53,"52":46,"53":98,"56":29,"570":4,"6":205,"63":45,"7":1137,"79":40,"8":241,"80":70,"9":1124,"all_client":165492,"all_tv_clinet":34507,"insert_time":"2014-08-23T13:38:24.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130923,"10":269,"107":811,"11":1257,"12":279,"13":635,"14":264,"15":473,"155":89,"156":49,"158":30,"159":11,"16":205,"160":78,"161":322,"167":110,"168":4,"17":362,"18":846,"19":630,"20":106,"209":34,"21":995,"210":54,"211":115,"214":42,"215":505,"221":403,"223":1160,"224":110,"225":843,"23":703,"24":5416,"25":2366,"257":180,"26":247,"268":6,"27":318,"273":102,"276":110,"279":124,"28":1586,"281":10,"282":108,"291":81,"292":124,"30":59,"302":24,"306":4,"31":65,"314":15,"32":47,"33":140,"34":135,"347":32,"35":104,"352":1006,"36":259,"37":111,"38":819,"380":50,"381":118,"383":94,"389":4,"39":138,"391":47,"396":8,"397":81,"40":124,"409":58,"41":103,"414":209,"415":204,"419":47,"42":71,"426":38,"43":85,"430":178,"431":1,"433":26,"44":31,"45":73,"46":275,"48":144,"49":469,"5":3285,"51":55,"52":46,"53":100,"56":32,"570":5,"6":201,"63":42,"7":1152,"79":41,"8":238,"80":71,"9":1143,"all_client":165402,"all_tv_clinet":34479,"insert_time":"2014-08-23T13:39:25.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130818,"10":288,"107":814,"11":1271,"12":288,"13":613,"14":265,"15":465,"155":94,"156":52,"158":26,"159":14,"16":207,"160":80,"161":330,"167":108,"168":5,"17":354,"18":853,"19":629,"20":105,"209":29,"21":961,"210":54,"211":110,"214":37,"215":491,"221":399,"223":1072,"224":109,"225":852,"23":718,"24":5468,"25":2397,"257":180,"26":251,"268":7,"27":321,"273":96,"276":113,"279":121,"28":1504,"281":9,"282":111,"291":82,"292":112,"30":66,"302":26,"306":3,"31":60,"314":15,"32":47,"33":145,"34":138,"347":30,"35":101,"352":1006,"36":262,"37":109,"38":803,"380":47,"381":121,"383":90,"389":3,"39":129,"391":43,"396":9,"397":79,"40":122,"409":68,"41":98,"414":210,"415":199,"419":46,"42":68,"426":42,"43":85,"430":184,"431":1,"433":27,"44":32,"45":81,"46":273,"48":147,"49":474,"5":3301,"51":64,"52":44,"53":102,"56":34,"570":6,"6":214,"63":42,"7":1145,"79":39,"8":247,"80":67,"9":1168,"all_client":165245,"all_tv_clinet":34427,"insert_time":"2014-08-23T13:40:27.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130726,"10":295,"107":829,"11":1278,"12":297,"13":597,"14":263,"15":443,"155":100,"156":53,"158":29,"159":13,"16":205,"160":78,"161":336,"167":105,"168":4,"17":334,"18":872,"19":627,"20":107,"209":36,"21":954,"210":55,"211":101,"214":35,"215":464,"221":365,"223":1016,"224":110,"225":844,"23":728,"24":5504,"25":2443,"257":178,"26":254,"268":6,"27":321,"273":96,"276":120,"279":116,"28":1448,"281":9,"282":112,"291":84,"292":100,"30":70,"302":25,"306":3,"31":61,"314":16,"32":50,"33":147,"34":139,"347":27,"35":104,"352":1006,"36":257,"37":106,"38":812,"380":49,"381":119,"383":89,"389":3,"39":130,"391":43,"396":8,"397":78,"40":116,"409":75,"41":97,"414":188,"415":192,"419":43,"42":65,"426":66,"43":88,"430":190,"431":1,"433":31,"44":34,"45":79,"46":269,"48":154,"49":478,"5":3295,"51":67,"52":44,"53":109,"56":34,"570":7,"6":219,"63":46,"7":1137,"79":37,"8":254,"80":65,"9":1180,"all_client":165092,"all_tv_clinet":34366,"insert_time":"2014-08-23T13:41:28.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130630,"10":277,"107":825,"11":1319,"12":298,"13":584,"14":272,"15":416,"155":111,"156":52,"158":32,"159":14,"16":198,"160":82,"161":334,"167":107,"168":4,"17":317,"18":878,"19":638,"20":110,"209":32,"21":939,"210":57,"211":86,"214":33,"215":449,"221":370,"223":993,"224":115,"225":823,"23":730,"24":5511,"25":2473,"257":174,"26":274,"268":6,"27":327,"273":90,"276":136,"279":115,"28":1409,"281":9,"282":112,"291":84,"292":91,"30":79,"302":27,"306":3,"31":62,"314":16,"32":49,"33":150,"34":139,"347":21,"35":103,"352":1017,"36":256,"37":104,"38":833,"380":48,"381":118,"383":88,"389":3,"39":128,"391":42,"396":7,"397":80,"40":113,"409":79,"41":92,"414":163,"415":191,"419":35,"42":63,"426":87,"43":90,"430":194,"433":30,"44":36,"45":78,"46":256,"48":156,"49":487,"5":3279,"51":69,"52":44,"53":105,"56":36,"570":7,"6":229,"63":47,"7":1122,"79":37,"8":247,"80":64,"9":1200,"all_client":164945,"all_tv_clinet":34315,"insert_time":"2014-08-23T13:42:29.824Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130534,"10":260,"107":828,"11":1326,"12":292,"13":579,"14":272,"15":397,"155":111,"156":53,"158":35,"159":15,"16":197,"160":83,"161":325,"167":108,"168":4,"17":298,"18":886,"19":605,"20":110,"209":35,"21":938,"210":54,"211":82,"214":32,"215":430,"221":393,"223":967,"224":117,"225":824,"23":728,"24":5557,"25":2503,"257":182,"26":284,"268":6,"27":332,"273":91,"276":143,"279":112,"28":1393,"281":8,"282":112,"291":85,"292":93,"30":83,"302":24,"306":2,"31":60,"314":16,"32":42,"33":151,"34":142,"347":24,"35":111,"352":1027,"36":249,"37":107,"38":830,"380":48,"381":114,"383":89,"389":3,"39":130,"391":44,"396":9,"397":80,"40":112,"409":81,"41":82,"414":153,"415":195,"419":31,"42":56,"426":101,"43":89,"430":193,"433":29,"44":34,"45":80,"46":247,"48":160,"49":490,"5":3268,"51":63,"52":43,"53":103,"56":35,"570":7,"6":225,"63":48,"7":1129,"79":45,"8":243,"80":64,"9":1207,"all_client":164817,"all_tv_clinet":34283,"insert_time":"2014-08-23T13:43:31.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130528,"10":251,"107":805,"11":1341,"12":289,"13":564,"14":259,"15":399,"155":109,"156":54,"158":35,"159":16,"16":199,"160":83,"161":317,"167":108,"168":4,"17":282,"18":900,"19":565,"20":106,"209":36,"21":939,"210":53,"211":80,"214":30,"215":411,"221":387,"223":969,"224":119,"225":828,"23":707,"24":5607,"25":2455,"257":188,"26":294,"268":7,"27":331,"273":79,"276":137,"279":110,"28":1413,"281":8,"282":108,"291":88,"292":96,"30":89,"302":30,"306":4,"31":64,"314":14,"32":50,"33":156,"34":146,"347":25,"35":117,"352":1053,"36":249,"37":106,"38":817,"380":50,"381":115,"383":95,"389":4,"39":130,"391":42,"396":8,"397":82,"40":114,"409":86,"41":76,"414":155,"415":194,"419":26,"42":55,"426":101,"43":88,"430":197,"431":1,"433":27,"44":36,"45":83,"46":243,"48":159,"49":495,"5":3257,"51":59,"52":43,"53":112,"56":36,"570":6,"6":230,"63":49,"7":1136,"79":50,"8":231,"80":68,"9":1222,"all_client":164775,"all_tv_clinet":34247,"insert_time":"2014-08-23T13:44:32.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130408,"10":239,"107":794,"11":1366,"12":288,"13":569,"14":247,"15":391,"155":112,"156":51,"158":36,"159":14,"16":189,"160":78,"161":309,"167":106,"168":4,"17":267,"18":917,"19":528,"20":113,"209":35,"21":938,"210":54,"211":75,"214":28,"215":397,"221":387,"223":981,"224":122,"225":830,"23":673,"24":5596,"25":2372,"257":195,"26":295,"268":8,"27":333,"273":80,"276":136,"279":114,"28":1477,"281":7,"282":111,"291":90,"292":107,"30":95,"302":32,"306":5,"31":65,"314":12,"32":50,"33":155,"34":146,"347":24,"35":127,"352":1064,"36":244,"37":106,"38":835,"380":49,"381":110,"383":99,"389":4,"39":133,"391":42,"396":8,"397":82,"40":117,"409":84,"41":71,"414":165,"415":197,"419":27,"42":58,"426":97,"43":82,"430":199,"431":1,"433":27,"44":33,"45":92,"46":238,"48":168,"49":499,"5":3229,"51":62,"52":39,"53":121,"56":37,"570":6,"6":240,"63":50,"7":1130,"79":57,"8":224,"80":70,"9":1236,"all_client":164610,"all_tv_clinet":34202,"insert_time":"2014-08-23T13:45:33.679Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130279,"10":241,"107":792,"11":1376,"12":292,"13":573,"14":230,"15":392,"155":116,"156":49,"158":37,"159":17,"16":187,"160":81,"161":320,"167":106,"168":4,"17":260,"18":925,"19":512,"20":116,"209":43,"21":940,"210":58,"211":68,"214":26,"215":403,"221":385,"223":1028,"224":122,"225":839,"23":674,"24":5454,"25":2271,"257":200,"26":314,"268":7,"27":333,"273":77,"276":133,"279":112,"28":1558,"281":8,"282":113,"291":91,"292":116,"30":97,"302":30,"306":7,"31":61,"314":12,"32":54,"33":157,"34":154,"347":23,"35":143,"352":1075,"36":241,"37":103,"38":833,"380":51,"381":112,"383":100,"389":5,"39":130,"391":42,"396":6,"397":84,"40":121,"409":85,"41":78,"414":172,"415":199,"419":23,"42":66,"426":92,"43":85,"430":202,"431":1,"433":27,"44":34,"45":85,"46":246,"48":171,"49":499,"5":3203,"51":58,"52":43,"53":117,"56":35,"570":7,"6":237,"63":47,"7":1134,"79":54,"8":220,"80":74,"9":1264,"all_client":164477,"all_tv_clinet":34198,"insert_time":"2014-08-23T13:46:34.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130178,"10":240,"107":791,"11":1387,"12":275,"13":584,"14":233,"15":399,"155":117,"156":44,"158":40,"159":16,"16":193,"160":77,"161":326,"167":102,"168":4,"17":256,"18":933,"19":511,"20":114,"209":43,"21":927,"210":59,"211":58,"214":24,"215":396,"221":399,"223":1067,"224":125,"225":838,"23":696,"24":5269,"25":2242,"257":204,"26":321,"268":7,"27":341,"273":84,"276":132,"279":112,"28":1618,"281":9,"282":118,"291":92,"292":141,"30":107,"302":34,"306":7,"31":59,"314":12,"32":53,"33":162,"34":160,"347":19,"35":141,"352":1085,"36":236,"37":108,"38":831,"380":52,"381":121,"383":91,"389":5,"39":122,"391":44,"396":6,"397":86,"40":134,"409":69,"41":81,"414":178,"415":201,"419":20,"42":65,"426":86,"43":83,"430":205,"431":1,"433":29,"44":35,"45":86,"46":249,"48":168,"49":505,"5":3191,"51":54,"52":40,"53":117,"56":35,"570":9,"6":240,"63":44,"7":1135,"79":53,"8":230,"80":74,"9":1273,"all_client":164373,"all_tv_clinet":34195,"insert_time":"2014-08-23T13:47:35.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130033,"10":244,"107":798,"11":1392,"12":266,"13":586,"14":244,"15":401,"155":117,"156":39,"158":42,"159":17,"16":196,"160":75,"161":330,"167":97,"168":4,"17":256,"18":928,"19":517,"20":116,"209":43,"21":931,"210":61,"211":49,"214":25,"215":385,"221":410,"223":1070,"224":123,"225":850,"23":735,"24":5095,"25":2249,"257":203,"26":334,"268":10,"27":356,"273":88,"276":134,"279":112,"28":1638,"281":10,"282":128,"291":93,"292":153,"30":108,"302":37,"306":6,"31":61,"314":11,"32":50,"33":168,"34":168,"347":20,"35":143,"352":1088,"36":234,"37":103,"38":839,"380":53,"381":122,"383":88,"389":6,"39":117,"391":43,"396":7,"397":87,"40":135,"409":62,"41":86,"414":179,"415":197,"419":19,"42":61,"426":86,"43":79,"430":199,"431":1,"433":29,"44":36,"45":82,"46":260,"48":164,"49":501,"5":3118,"51":57,"52":43,"53":118,"56":38,"570":9,"6":266,"63":42,"7":1150,"79":48,"8":244,"80":73,"9":1295,"all_client":164219,"all_tv_clinet":34186,"insert_time":"2014-08-23T13:48:36.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129865,"10":253,"107":793,"11":1414,"12":252,"13":598,"14":244,"15":407,"155":120,"156":35,"158":46,"159":16,"16":201,"160":72,"161":335,"167":94,"168":4,"17":257,"18":934,"19":530,"20":116,"209":38,"21":933,"210":62,"211":43,"214":25,"215":376,"221":424,"223":1058,"224":122,"225":856,"23":761,"24":4991,"25":2284,"257":201,"26":342,"268":10,"27":360,"273":95,"276":132,"279":110,"28":1648,"281":11,"282":138,"291":95,"292":158,"30":108,"302":36,"306":6,"31":67,"314":12,"32":50,"33":170,"34":169,"347":23,"35":143,"352":1101,"36":231,"37":108,"38":847,"380":48,"381":123,"383":81,"389":6,"39":113,"391":43,"396":8,"397":86,"40":142,"409":52,"41":77,"414":168,"415":193,"419":16,"42":69,"426":91,"43":76,"430":198,"431":1,"433":30,"44":38,"45":81,"46":266,"48":166,"49":504,"5":3037,"51":58,"52":43,"53":118,"56":39,"570":8,"6":278,"63":44,"7":1112,"79":42,"8":246,"80":78,"9":1310,"all_client":164019,"all_tv_clinet":34154,"insert_time":"2014-08-23T13:49:38.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129710,"10":252,"107":779,"11":1434,"12":261,"13":610,"14":259,"15":418,"155":125,"156":35,"158":48,"159":16,"16":203,"160":68,"161":344,"167":92,"168":4,"17":247,"18":936,"19":550,"20":115,"209":36,"21":927,"210":59,"211":34,"214":27,"215":378,"221":429,"223":1037,"224":117,"225":883,"23":783,"24":4908,"25":2342,"257":196,"26":342,"268":10,"27":365,"273":104,"276":132,"279":114,"28":1641,"281":11,"282":148,"291":94,"292":159,"30":100,"302":35,"306":6,"31":71,"314":12,"32":49,"33":171,"34":177,"347":23,"35":143,"352":1105,"36":231,"37":108,"38":854,"380":45,"381":120,"383":85,"389":5,"39":118,"391":46,"396":8,"397":87,"40":146,"409":52,"41":79,"414":163,"415":194,"419":17,"42":71,"426":78,"43":78,"430":191,"433":30,"44":36,"45":80,"46":261,"48":171,"49":490,"5":2955,"51":58,"52":45,"53":120,"56":38,"570":5,"6":299,"63":45,"7":1063,"79":40,"8":251,"80":78,"9":1316,"all_client":163831,"all_tv_clinet":34121,"insert_time":"2014-08-23T13:50:39.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129570,"10":248,"107":775,"11":1458,"12":263,"13":616,"14":261,"15":421,"155":127,"156":34,"158":51,"159":14,"16":207,"160":60,"161":347,"167":95,"168":4,"17":248,"18":924,"19":569,"20":118,"209":38,"21":932,"210":56,"211":27,"214":29,"215":374,"221":426,"223":1047,"224":122,"225":851,"23":777,"24":4865,"25":2417,"257":189,"26":339,"268":10,"27":364,"273":100,"276":130,"279":112,"28":1635,"281":11,"282":148,"291":92,"292":167,"30":99,"302":35,"306":7,"31":70,"314":13,"32":47,"33":181,"34":184,"347":22,"35":141,"352":1137,"36":231,"37":113,"38":840,"380":45,"381":127,"383":82,"389":5,"39":121,"391":49,"396":9,"397":91,"40":146,"409":51,"41":79,"414":162,"415":185,"419":15,"42":74,"426":71,"43":79,"430":187,"433":30,"44":33,"45":81,"46":270,"48":166,"49":460,"5":2894,"51":58,"52":47,"53":115,"56":40,"570":5,"6":298,"63":46,"7":1021,"79":46,"8":244,"80":74,"9":1343,"all_client":163637,"all_tv_clinet":34067,"insert_time":"2014-08-23T13:51:40.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129418,"10":247,"107":764,"11":1461,"12":266,"13":629,"14":271,"15":422,"155":125,"156":38,"158":51,"159":13,"16":210,"160":54,"161":328,"167":91,"168":4,"17":251,"18":922,"19":565,"20":117,"209":40,"21":939,"210":52,"211":22,"214":27,"215":368,"221":428,"223":1077,"224":120,"225":826,"23":788,"24":4874,"25":2489,"257":189,"26":342,"268":9,"27":367,"273":101,"276":139,"279":111,"28":1667,"281":13,"282":149,"291":91,"292":167,"30":104,"302":35,"306":5,"31":69,"314":13,"32":45,"33":171,"34":184,"347":18,"35":136,"352":1139,"36":237,"37":118,"38":838,"380":44,"381":131,"383":80,"389":4,"39":128,"391":52,"396":6,"397":90,"40":143,"409":56,"41":83,"414":169,"415":182,"419":17,"42":72,"426":57,"43":72,"430":197,"433":29,"44":31,"45":86,"46":270,"48":158,"49":411,"5":2765,"51":57,"52":45,"53":114,"56":41,"570":5,"6":292,"63":48,"7":1013,"79":47,"8":247,"80":66,"9":1378,"all_client":163440,"all_tv_clinet":34022,"insert_time":"2014-08-23T13:52:42.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129353,"10":241,"107":762,"11":1469,"12":271,"13":633,"14":272,"15":427,"155":126,"156":44,"158":52,"159":15,"16":205,"160":51,"161":326,"167":86,"168":5,"17":259,"18":938,"19":565,"20":126,"209":39,"21":942,"210":52,"211":18,"214":25,"215":369,"221":419,"223":1124,"224":120,"225":813,"23":797,"24":4863,"25":2550,"257":187,"26":361,"268":10,"27":364,"273":105,"276":146,"279":111,"28":1696,"281":12,"282":157,"291":91,"292":148,"30":101,"302":34,"306":6,"31":67,"314":11,"32":43,"33":163,"34":184,"347":20,"35":126,"352":1093,"36":235,"37":119,"38":849,"380":47,"381":135,"383":70,"389":4,"39":145,"391":58,"396":6,"397":91,"40":145,"409":64,"41":85,"414":172,"415":187,"419":18,"42":78,"426":57,"43":65,"430":202,"433":29,"44":32,"45":81,"46":271,"48":157,"49":371,"5":2587,"51":62,"52":46,"53":113,"56":42,"570":5,"6":265,"63":50,"7":1043,"79":46,"8":229,"80":61,"9":1424,"all_client":163339,"all_tv_clinet":33986,"insert_time":"2014-08-23T13:53:43.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129219,"10":232,"107":758,"11":1481,"12":289,"13":640,"14":255,"15":447,"155":127,"156":46,"158":53,"159":15,"16":193,"160":61,"161":333,"167":83,"168":5,"17":263,"18":953,"19":565,"20":125,"209":45,"21":961,"210":52,"211":13,"214":24,"215":376,"221":411,"223":1164,"224":119,"225":813,"23":804,"24":4857,"25":2599,"257":185,"26":368,"268":10,"27":358,"273":108,"276":146,"279":106,"28":1717,"281":9,"282":154,"291":91,"292":122,"30":108,"302":32,"306":6,"31":65,"314":13,"32":49,"33":155,"34":183,"347":20,"35":115,"352":1070,"36":235,"37":117,"38":860,"380":41,"381":146,"383":64,"389":2,"39":152,"391":58,"396":6,"397":92,"40":136,"409":75,"41":80,"414":163,"415":188,"419":15,"42":85,"426":59,"43":59,"430":208,"433":32,"44":29,"45":88,"46":267,"48":159,"49":351,"5":2419,"51":59,"52":46,"53":119,"56":41,"570":4,"6":237,"63":48,"7":1056,"79":39,"8":213,"80":55,"9":1460,"all_client":163134,"all_tv_clinet":33915,"insert_time":"2014-08-23T13:54:45.356Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129050,"10":235,"107":766,"11":1493,"12":308,"13":649,"14":243,"15":457,"155":131,"156":49,"158":55,"159":16,"16":194,"160":60,"161":328,"167":83,"168":4,"17":268,"18":976,"19":577,"20":129,"209":47,"21":976,"210":52,"211":11,"214":24,"215":377,"221":399,"223":1170,"224":117,"225":804,"23":798,"24":4895,"25":2645,"257":179,"26":380,"268":10,"27":328,"273":105,"276":144,"279":111,"28":1719,"281":7,"282":151,"291":91,"292":115,"30":108,"302":36,"306":7,"31":67,"314":13,"32":51,"33":157,"34":181,"347":20,"35":118,"352":1062,"36":242,"37":120,"38":856,"380":42,"381":146,"383":66,"389":2,"39":158,"391":57,"396":6,"397":94,"40":127,"409":77,"41":83,"414":161,"415":183,"419":14,"42":84,"426":56,"43":60,"430":204,"431":1,"433":31,"44":31,"45":83,"46":261,"48":171,"49":341,"5":2279,"51":61,"52":45,"53":119,"56":43,"570":3,"6":206,"63":46,"7":1021,"79":37,"8":184,"80":51,"9":1473,"all_client":162871,"all_tv_clinet":33821,"insert_time":"2014-08-23T13:55:46.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128889,"10":235,"107":781,"11":1513,"12":317,"13":648,"14":225,"15":430,"155":135,"156":47,"158":61,"159":19,"16":194,"160":59,"161":303,"167":83,"168":3,"17":284,"18":988,"19":589,"20":139,"209":46,"21":981,"210":55,"211":10,"214":23,"215":382,"221":409,"223":1188,"224":109,"225":786,"23":802,"24":4960,"25":2666,"257":180,"26":388,"268":10,"27":310,"273":95,"276":146,"279":109,"28":1730,"281":6,"282":149,"291":94,"292":101,"30":109,"302":34,"306":7,"31":70,"314":12,"32":50,"33":153,"34":177,"347":21,"35":124,"352":1046,"36":245,"37":122,"38":845,"380":41,"381":141,"383":67,"389":2,"39":138,"391":58,"396":8,"397":95,"40":118,"409":80,"41":90,"414":165,"415":182,"419":13,"42":85,"426":46,"43":60,"430":207,"431":1,"433":34,"44":29,"45":92,"46":260,"48":176,"49":316,"5":2186,"51":63,"52":46,"53":121,"56":44,"570":3,"6":184,"63":42,"7":959,"79":44,"8":190,"80":42,"9":1507,"all_client":162627,"all_tv_clinet":33738,"insert_time":"2014-08-23T13:56:47.523Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128726,"10":247,"107":793,"11":1517,"12":326,"13":653,"14":224,"15":384,"155":138,"156":52,"158":66,"159":21,"16":205,"160":51,"161":277,"167":80,"168":3,"17":302,"18":980,"19":603,"20":145,"209":41,"21":964,"210":56,"211":10,"214":23,"215":383,"221":417,"223":1211,"224":104,"225":777,"23":825,"24":5061,"25":2688,"257":178,"26":400,"268":7,"27":279,"273":82,"276":144,"279":106,"28":1720,"281":7,"282":142,"291":95,"292":96,"30":116,"302":37,"306":7,"31":71,"314":12,"32":42,"33":150,"34":161,"347":23,"35":126,"352":1051,"36":244,"37":121,"38":826,"380":42,"381":136,"383":76,"389":3,"39":127,"391":59,"396":9,"397":94,"40":111,"409":81,"41":92,"414":177,"415":178,"419":14,"42":85,"426":38,"43":56,"430":214,"431":1,"433":33,"44":31,"45":88,"46":259,"48":182,"49":305,"5":2109,"51":67,"52":46,"53":118,"56":46,"570":3,"6":172,"63":41,"7":910,"79":47,"8":181,"80":36,"9":1510,"all_client":162373,"all_tv_clinet":33647,"insert_time":"2014-08-23T13:57:48.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128629,"10":242,"107":791,"11":1544,"12":347,"13":658,"14":219,"15":340,"155":138,"156":55,"158":67,"159":21,"16":204,"160":50,"161":253,"167":74,"168":4,"17":303,"18":992,"19":622,"20":143,"209":41,"21":965,"210":57,"211":7,"214":22,"215":383,"221":424,"223":1234,"224":103,"225":782,"23":818,"24":5121,"25":2709,"257":177,"26":418,"268":8,"27":264,"273":79,"276":155,"279":100,"28":1733,"281":7,"282":142,"291":96,"292":99,"30":121,"302":40,"306":6,"31":74,"314":16,"32":44,"33":150,"34":143,"347":23,"35":128,"352":1055,"36":246,"37":120,"38":822,"380":42,"381":134,"383":78,"389":3,"39":118,"391":55,"396":10,"397":92,"40":109,"409":86,"41":90,"414":188,"415":178,"419":15,"42":85,"426":28,"43":56,"430":219,"433":35,"44":33,"45":90,"46":249,"48":185,"49":284,"5":2018,"51":69,"52":45,"53":120,"56":51,"570":3,"6":182,"63":41,"7":848,"79":50,"8":171,"80":37,"9":1447,"all_client":162172,"all_tv_clinet":33543,"insert_time":"2014-08-23T13:58:49.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128396,"10":249,"107":784,"11":1574,"12":371,"13":657,"14":210,"15":320,"155":140,"156":62,"158":73,"159":16,"16":203,"160":50,"161":241,"167":81,"168":4,"17":290,"18":1025,"19":639,"20":136,"209":39,"21":964,"210":53,"211":7,"214":24,"215":389,"221":427,"223":1260,"224":115,"225":797,"23":772,"24":5184,"25":2773,"257":170,"26":415,"268":7,"27":257,"273":75,"276":157,"279":100,"28":1767,"281":7,"282":128,"291":95,"292":93,"30":127,"302":46,"306":5,"31":75,"314":15,"32":45,"33":141,"34":134,"347":24,"35":117,"352":1073,"36":247,"37":109,"38":805,"380":42,"381":135,"383":74,"389":3,"39":114,"391":52,"396":8,"397":82,"40":114,"409":86,"41":90,"414":185,"415":175,"419":16,"42":77,"426":35,"43":52,"430":210,"433":34,"44":39,"45":93,"46":263,"48":178,"49":270,"5":1939,"51":72,"52":41,"53":107,"56":48,"570":6,"6":203,"63":39,"7":804,"79":43,"8":157,"80":37,"9":1334,"all_client":161816,"all_tv_clinet":33420,"insert_time":"2014-08-23T13:59:50.926Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128168,"10":257,"107":758,"11":1606,"12":390,"13":679,"14":195,"15":299,"155":139,"156":61,"158":74,"159":17,"16":195,"160":46,"161":246,"167":80,"168":5,"17":271,"18":1068,"19":650,"20":134,"209":43,"21":983,"210":51,"211":4,"214":27,"215":386,"221":454,"223":1262,"224":115,"225":798,"23":721,"24":5245,"25":2813,"257":168,"26":384,"268":7,"27":253,"273":72,"276":161,"279":97,"28":1816,"281":9,"282":128,"291":97,"292":95,"30":133,"302":41,"306":5,"31":73,"314":13,"32":53,"33":139,"34":126,"347":24,"35":117,"352":1063,"36":245,"37":103,"38":807,"380":43,"381":138,"383":73,"389":2,"39":115,"391":51,"396":7,"397":83,"40":125,"409":90,"41":90,"414":171,"415":173,"419":18,"42":70,"426":45,"43":53,"430":202,"433":36,"44":40,"45":91,"46":255,"48":177,"49":237,"5":1897,"51":74,"52":44,"53":109,"56":52,"570":7,"6":235,"63":38,"7":773,"79":38,"8":149,"80":34,"9":1195,"all_client":161499,"all_tv_clinet":33331,"insert_time":"2014-08-23T14:00:52.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127953,"10":252,"107":756,"11":1622,"12":365,"13":689,"14":199,"15":275,"155":137,"156":66,"158":76,"159":17,"16":200,"160":44,"161":247,"167":83,"168":5,"17":248,"18":1108,"19":649,"20":135,"209":42,"21":982,"210":51,"211":4,"214":32,"215":387,"221":466,"223":1267,"224":119,"225":812,"23":691,"24":5274,"25":2849,"257":178,"26":353,"268":8,"27":264,"273":69,"276":156,"279":92,"28":1820,"281":10,"282":121,"291":98,"292":93,"30":139,"302":36,"306":7,"31":71,"314":12,"32":52,"33":136,"34":111,"347":29,"35":116,"352":1047,"36":246,"37":98,"38":805,"380":43,"381":142,"383":75,"389":2,"39":109,"391":50,"396":6,"397":79,"40":133,"409":89,"41":94,"414":164,"415":175,"419":21,"42":66,"426":47,"43":50,"430":202,"433":38,"44":40,"45":92,"46":252,"48":169,"49":212,"5":1845,"51":71,"52":44,"53":120,"56":62,"570":6,"6":255,"63":38,"7":768,"79":37,"8":146,"80":34,"9":1097,"all_client":161142,"all_tv_clinet":33189,"insert_time":"2014-08-23T14:01:53.513Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127706,"10":253,"107":775,"11":1639,"12":343,"13":686,"14":192,"15":262,"155":137,"156":73,"158":74,"159":21,"16":195,"160":48,"161":234,"167":76,"168":5,"17":257,"18":1122,"19":652,"20":141,"209":45,"21":971,"210":49,"211":3,"214":37,"215":389,"221":472,"223":1240,"224":117,"225":854,"23":691,"24":5276,"25":2907,"257":182,"26":339,"268":7,"27":259,"273":64,"276":153,"279":82,"28":1818,"281":10,"282":117,"291":101,"292":92,"30":137,"302":33,"306":6,"31":67,"314":12,"32":51,"33":132,"34":110,"347":28,"35":111,"352":1023,"36":240,"37":88,"38":802,"380":44,"381":133,"383":80,"389":2,"39":121,"391":53,"396":5,"397":85,"40":138,"409":89,"41":92,"414":176,"415":182,"419":18,"42":64,"426":37,"43":49,"430":199,"433":39,"44":40,"45":95,"46":248,"48":148,"49":190,"5":1804,"51":69,"52":49,"53":120,"56":67,"570":4,"6":268,"63":39,"7":749,"79":33,"8":139,"80":32,"9":1027,"all_client":160733,"all_tv_clinet":33027,"insert_time":"2014-08-23T14:02:55.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127371,"10":239,"107":775,"11":1631,"12":316,"13":695,"14":198,"15":250,"155":139,"156":75,"158":76,"159":21,"16":183,"160":49,"161":226,"167":75,"168":6,"17":258,"18":1145,"19":652,"20":145,"209":42,"21":958,"210":46,"211":2,"214":39,"215":397,"221":465,"223":1234,"224":121,"225":873,"23":695,"24":5292,"25":2939,"257":184,"26":327,"268":7,"27":249,"273":61,"276":149,"279":76,"28":1810,"281":10,"282":112,"291":98,"292":86,"30":132,"302":31,"306":6,"31":73,"314":12,"32":47,"33":124,"34":101,"347":29,"35":105,"352":1006,"36":243,"37":82,"38":823,"380":45,"381":128,"383":76,"389":2,"39":121,"391":56,"396":7,"397":82,"40":150,"409":87,"41":94,"414":184,"415":183,"419":16,"42":71,"426":28,"43":53,"430":198,"433":41,"44":37,"45":98,"46":245,"48":139,"49":166,"5":1756,"51":73,"52":52,"53":117,"56":69,"570":4,"6":266,"63":42,"7":747,"79":33,"8":140,"80":31,"9":982,"all_client":160230,"all_tv_clinet":32859,"insert_time":"2014-08-23T14:03:56.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127076,"10":237,"107":773,"11":1657,"12":295,"13":699,"14":193,"15":239,"155":140,"156":74,"158":78,"159":22,"16":179,"160":45,"161":222,"167":72,"168":5,"17":262,"18":1169,"19":642,"20":147,"209":38,"21":951,"210":41,"211":2,"214":44,"215":405,"221":453,"223":1201,"224":122,"225":878,"23":695,"24":5327,"25":2969,"257":180,"26":301,"268":6,"27":249,"273":69,"276":149,"279":79,"28":1805,"281":10,"282":110,"291":98,"292":75,"30":136,"302":30,"306":8,"31":75,"314":12,"32":44,"33":116,"34":102,"347":33,"35":107,"352":1005,"36":242,"37":74,"38":822,"380":47,"381":128,"383":73,"389":2,"39":129,"391":53,"396":7,"397":80,"40":162,"409":81,"41":87,"414":181,"415":179,"419":15,"42":69,"426":35,"43":56,"430":200,"433":44,"44":34,"45":100,"46":240,"48":136,"49":147,"5":1749,"51":67,"52":50,"53":120,"56":65,"570":5,"6":269,"63":42,"7":730,"79":30,"8":135,"80":34,"9":947,"all_client":159817,"all_tv_clinet":32741,"insert_time":"2014-08-23T14:04:58.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126777,"10":231,"107":760,"11":1652,"12":288,"13":706,"14":187,"15":232,"155":139,"156":75,"158":82,"159":19,"16":181,"160":46,"161":229,"167":72,"168":5,"17":252,"18":1171,"19":604,"20":153,"209":36,"21":939,"210":39,"211":2,"214":46,"215":404,"221":442,"223":1175,"224":122,"225":871,"23":703,"24":5314,"25":2988,"257":187,"26":292,"268":5,"27":241,"273":77,"276":151,"279":77,"28":1800,"281":10,"282":109,"291":96,"292":75,"30":140,"302":31,"306":8,"31":77,"314":8,"32":45,"33":114,"34":98,"347":30,"35":101,"352":1030,"36":260,"37":74,"38":827,"380":46,"381":127,"383":69,"389":2,"39":132,"391":54,"396":7,"397":81,"40":166,"409":84,"41":90,"414":150,"415":175,"419":16,"42":74,"426":63,"43":53,"430":199,"433":49,"44":33,"45":99,"46":227,"48":135,"49":136,"5":1711,"51":68,"52":49,"53":130,"56":62,"570":5,"6":265,"63":39,"7":720,"79":28,"8":136,"80":33,"9":919,"all_client":159337,"all_tv_clinet":32560,"insert_time":"2014-08-23T14:05:59.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126486,"10":229,"107":764,"11":1660,"12":293,"13":700,"14":184,"15":227,"155":139,"156":75,"158":82,"159":18,"16":183,"160":49,"161":219,"167":71,"168":4,"17":254,"18":1170,"19":564,"20":152,"209":37,"21":931,"210":39,"211":2,"214":49,"215":405,"221":428,"223":1151,"224":121,"225":886,"23":706,"24":5296,"25":3029,"257":182,"26":276,"268":5,"27":244,"273":81,"276":148,"279":69,"28":1800,"281":10,"282":107,"291":97,"292":74,"30":133,"302":30,"306":8,"31":80,"314":7,"32":50,"33":115,"34":95,"347":28,"35":97,"352":1024,"36":263,"37":69,"38":825,"380":47,"381":127,"383":65,"389":3,"39":143,"391":56,"396":7,"397":76,"40":179,"409":82,"41":91,"414":141,"415":175,"419":14,"42":82,"426":80,"43":54,"430":194,"433":52,"44":32,"45":99,"46":212,"48":129,"49":126,"5":1689,"51":64,"52":46,"53":132,"56":53,"570":5,"6":272,"63":41,"7":729,"79":28,"8":130,"80":31,"9":878,"all_client":158884,"all_tv_clinet":32398,"insert_time":"2014-08-23T14:07:00.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126172,"10":223,"107":752,"11":1647,"12":283,"13":695,"14":187,"15":225,"155":138,"156":73,"158":80,"159":16,"16":182,"160":53,"161":217,"167":70,"168":4,"17":260,"18":1171,"19":527,"20":154,"209":37,"21":937,"210":40,"211":1,"214":50,"215":403,"221":412,"223":1134,"224":117,"225":903,"23":722,"24":5323,"25":3045,"257":177,"26":270,"268":7,"27":249,"273":90,"276":149,"279":67,"28":1790,"281":11,"282":106,"291":97,"292":71,"30":125,"302":30,"306":8,"31":83,"314":6,"32":51,"33":113,"34":88,"347":23,"35":86,"352":1028,"36":251,"37":63,"38":810,"380":47,"381":125,"383":61,"389":3,"39":147,"391":56,"396":7,"397":77,"40":186,"409":81,"41":98,"414":139,"415":174,"419":12,"42":86,"426":89,"43":55,"430":195,"433":58,"44":31,"45":98,"46":206,"48":120,"49":120,"5":1679,"51":68,"52":41,"53":137,"56":47,"570":4,"6":282,"63":41,"7":728,"79":27,"8":137,"80":31,"9":853,"all_client":158448,"all_tv_clinet":32276,"insert_time":"2014-08-23T14:08:02.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125861,"10":217,"107":744,"11":1656,"12":251,"13":701,"14":186,"15":217,"155":136,"156":78,"158":85,"159":16,"16":179,"160":57,"161":202,"167":69,"168":4,"17":265,"18":1178,"19":504,"20":150,"209":34,"21":932,"210":41,"211":1,"214":53,"215":395,"221":408,"223":1128,"224":115,"225":878,"23":724,"24":5354,"25":3090,"257":172,"26":260,"268":8,"27":260,"273":106,"276":150,"279":67,"28":1741,"281":11,"282":105,"291":97,"292":64,"30":112,"302":30,"306":7,"31":88,"314":6,"32":51,"33":114,"34":82,"347":24,"35":83,"352":1008,"36":249,"37":69,"38":808,"380":46,"381":118,"383":61,"389":3,"39":138,"391":57,"396":8,"397":74,"40":192,"409":74,"41":103,"414":157,"415":171,"419":12,"42":85,"426":83,"43":51,"430":192,"433":63,"44":35,"45":97,"46":201,"48":108,"49":111,"5":1669,"51":69,"52":37,"53":144,"56":40,"570":3,"6":278,"63":43,"7":731,"79":27,"8":135,"80":32,"9":821,"all_client":157950,"all_tv_clinet":32089,"insert_time":"2014-08-23T14:09:03.366Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125635,"10":217,"107":734,"11":1655,"12":218,"13":695,"14":186,"15":222,"155":140,"156":80,"158":88,"159":17,"16":175,"160":58,"161":203,"167":67,"168":3,"17":263,"18":1184,"19":488,"20":149,"209":39,"21":930,"210":38,"211":1,"214":53,"215":381,"221":415,"223":1079,"224":111,"225":882,"23":731,"24":5416,"25":3108,"257":171,"26":266,"268":7,"27":271,"273":108,"276":150,"279":67,"28":1662,"281":12,"282":107,"291":97,"292":59,"30":111,"302":28,"306":7,"31":88,"314":6,"32":51,"33":109,"34":75,"347":24,"35":88,"352":982,"36":245,"37":65,"38":799,"380":48,"381":121,"383":67,"389":2,"39":130,"391":54,"396":9,"397":79,"40":197,"409":71,"41":101,"414":170,"415":164,"419":12,"42":82,"426":74,"43":51,"430":183,"433":62,"44":33,"45":96,"46":193,"48":108,"49":104,"5":1640,"51":69,"52":35,"53":151,"56":37,"570":3,"6":285,"63":39,"7":706,"79":25,"8":137,"80":32,"9":805,"all_client":157491,"all_tv_clinet":31856,"insert_time":"2014-08-23T14:10:04.558Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125297,"10":216,"107":750,"11":1650,"12":205,"13":691,"14":188,"15":212,"155":140,"156":83,"158":89,"159":15,"16":174,"160":57,"161":195,"167":63,"168":3,"17":268,"18":1185,"19":469,"20":147,"209":37,"21":937,"210":36,"211":1,"214":56,"215":366,"221":419,"223":1031,"224":115,"225":877,"23":740,"24":5454,"25":3053,"257":171,"26":286,"268":6,"27":278,"273":109,"276":148,"279":67,"28":1575,"281":13,"282":105,"291":96,"292":60,"30":100,"302":27,"306":6,"31":91,"314":6,"32":59,"33":103,"34":70,"347":24,"35":92,"352":983,"36":254,"37":63,"38":803,"380":45,"381":121,"383":71,"389":1,"39":127,"391":55,"396":9,"397":82,"40":206,"409":74,"41":92,"414":155,"415":163,"419":12,"42":77,"426":93,"43":52,"430":171,"433":62,"44":36,"45":96,"46":199,"48":105,"49":96,"5":1641,"51":63,"52":34,"53":145,"56":34,"570":3,"6":291,"63":43,"7":699,"79":23,"8":144,"80":32,"9":808,"all_client":156974,"all_tv_clinet":31677,"insert_time":"2014-08-23T14:11:05.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124963,"10":216,"107":760,"11":1668,"12":188,"13":692,"14":192,"15":211,"155":137,"156":83,"158":89,"159":15,"16":163,"160":55,"161":195,"167":66,"168":4,"17":278,"18":1196,"19":450,"20":144,"209":39,"21":957,"210":36,"211":1,"214":61,"215":349,"221":417,"223":955,"224":101,"225":903,"23":723,"24":5506,"25":2946,"257":169,"26":312,"268":6,"27":258,"273":114,"276":142,"279":68,"28":1516,"281":13,"282":105,"291":94,"292":59,"30":95,"302":25,"306":6,"31":96,"314":6,"32":57,"33":103,"34":71,"347":24,"35":88,"352":974,"36":252,"37":64,"38":787,"380":49,"381":120,"383":69,"389":1,"39":125,"391":59,"396":8,"397":79,"40":220,"409":76,"41":100,"414":163,"415":161,"419":10,"42":71,"426":94,"43":53,"430":171,"433":63,"44":34,"45":99,"46":195,"48":106,"49":92,"5":1648,"51":61,"52":34,"53":145,"56":30,"570":3,"6":311,"63":42,"7":690,"79":25,"8":151,"80":31,"9":817,"all_client":156469,"all_tv_clinet":31506,"insert_time":"2014-08-23T14:12:06.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124574,"10":208,"107":741,"11":1687,"12":171,"13":686,"14":187,"15":213,"155":135,"156":83,"158":89,"159":14,"16":169,"160":58,"161":192,"167":67,"168":4,"17":281,"18":1210,"19":438,"20":139,"209":39,"21":969,"210":36,"211":1,"214":62,"215":354,"221":416,"223":896,"224":96,"225":916,"23":681,"24":5542,"25":2853,"257":163,"26":329,"268":8,"27":264,"273":115,"276":142,"279":61,"28":1495,"281":14,"282":107,"291":97,"292":60,"30":92,"302":24,"306":7,"31":98,"314":5,"32":53,"33":101,"34":69,"347":23,"35":84,"352":991,"36":259,"37":66,"38":795,"380":48,"381":116,"383":68,"389":1,"39":122,"391":60,"396":8,"397":79,"40":228,"409":74,"41":105,"414":164,"415":157,"419":10,"42":68,"426":95,"43":54,"430":173,"433":65,"434":1,"44":34,"45":96,"46":198,"48":114,"49":92,"5":1653,"51":68,"52":31,"53":151,"56":25,"570":2,"6":313,"63":40,"7":709,"79":28,"8":168,"80":32,"9":818,"all_client":155997,"all_tv_clinet":31423,"insert_time":"2014-08-23T14:13:07.895Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124299,"10":200,"107":728,"11":1704,"12":167,"13":686,"14":177,"15":209,"155":138,"156":80,"158":94,"159":14,"16":168,"160":61,"161":192,"167":71,"168":4,"17":277,"18":1212,"19":409,"20":137,"209":40,"21":966,"210":37,"211":1,"214":61,"215":361,"221":433,"223":851,"224":88,"225":927,"23":649,"24":5561,"25":2824,"257":165,"26":330,"268":7,"27":267,"273":108,"276":134,"279":61,"28":1506,"281":18,"282":107,"291":96,"292":64,"30":89,"302":19,"306":6,"31":104,"314":6,"32":49,"33":99,"34":70,"347":22,"35":81,"352":1002,"36":260,"37":70,"38":779,"380":47,"381":118,"383":68,"389":1,"39":127,"391":64,"396":11,"397":77,"40":235,"409":72,"41":108,"414":177,"415":147,"419":8,"42":64,"426":83,"43":58,"430":172,"433":66,"434":1,"44":36,"45":95,"46":190,"48":117,"49":89,"5":1659,"51":66,"52":28,"53":153,"56":23,"570":3,"6":317,"63":43,"7":714,"79":23,"8":173,"80":31,"9":809,"all_client":155618,"all_tv_clinet":31319,"insert_time":"2014-08-23T14:14:09.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123906,"10":204,"107":727,"11":1693,"12":167,"13":679,"14":162,"15":219,"155":138,"156":77,"158":91,"159":14,"16":168,"160":61,"161":186,"167":70,"168":4,"17":277,"18":1210,"19":396,"20":136,"209":38,"21":932,"210":38,"211":1,"214":62,"215":361,"221":424,"223":795,"224":91,"225":902,"23":639,"24":5567,"25":2826,"257":165,"26":345,"268":8,"27":286,"273":99,"276":127,"279":66,"28":1518,"281":19,"282":111,"291":96,"292":72,"30":87,"302":16,"306":6,"31":110,"314":7,"32":54,"33":103,"34":68,"347":20,"35":80,"352":1015,"36":262,"37":67,"38":775,"380":45,"381":123,"383":69,"389":1,"39":122,"391":62,"396":10,"397":74,"40":239,"409":70,"41":107,"414":191,"415":148,"419":8,"42":63,"426":69,"43":51,"430":171,"433":73,"434":1,"44":36,"45":93,"46":180,"48":110,"49":83,"5":1667,"51":63,"52":31,"53":153,"56":23,"570":7,"6":314,"63":39,"7":736,"79":25,"8":172,"80":29,"9":809,"all_client":155110,"all_tv_clinet":31204,"insert_time":"2014-08-23T14:15:10.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123608,"10":201,"107":730,"11":1690,"12":170,"13":685,"14":155,"15":231,"155":138,"156":79,"158":95,"159":14,"16":165,"160":61,"161":192,"167":71,"168":4,"17":281,"18":1151,"19":385,"20":132,"209":38,"21":857,"210":38,"211":1,"214":63,"215":365,"221":425,"223":752,"224":97,"225":876,"23":651,"24":5550,"25":2850,"257":163,"26":361,"268":8,"27":294,"273":96,"276":127,"279":72,"28":1562,"281":18,"282":109,"291":97,"292":73,"30":83,"302":16,"306":6,"31":117,"314":5,"32":53,"33":104,"34":73,"347":19,"35":78,"352":1015,"36":262,"37":66,"38":758,"380":45,"381":112,"383":73,"389":1,"39":119,"391":62,"396":8,"397":74,"40":247,"409":70,"41":100,"414":202,"415":156,"419":10,"42":65,"426":54,"43":53,"430":158,"433":73,"434":1,"44":36,"45":87,"46":188,"48":105,"49":84,"5":1673,"51":58,"52":34,"53":151,"56":21,"570":7,"6":319,"63":37,"7":752,"79":23,"8":171,"80":28,"9":810,"all_client":154703,"all_tv_clinet":31095,"insert_time":"2014-08-23T14:16:11.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123270,"10":182,"107":749,"11":1688,"12":175,"13":677,"14":158,"15":241,"155":141,"156":80,"158":98,"159":15,"16":152,"160":62,"161":179,"167":69,"168":4,"17":287,"18":1054,"19":386,"20":132,"209":34,"21":776,"210":40,"211":1,"214":68,"215":373,"221":427,"223":728,"224":94,"225":859,"23":669,"24":5518,"25":2910,"257":157,"26":374,"268":8,"27":303,"273":94,"276":124,"279":72,"28":1566,"281":15,"282":107,"291":97,"292":82,"30":81,"302":12,"306":7,"31":121,"314":5,"32":54,"33":102,"34":70,"347":20,"35":84,"352":1013,"36":258,"37":73,"38":768,"380":45,"381":109,"383":72,"389":2,"39":112,"391":58,"396":6,"397":79,"40":259,"409":77,"41":97,"414":199,"415":169,"419":11,"42":64,"426":54,"43":52,"430":145,"433":74,"434":1,"44":36,"45":78,"46":188,"48":100,"49":78,"5":1660,"51":65,"52":38,"53":153,"56":19,"570":6,"6":343,"63":39,"7":752,"79":30,"8":174,"80":27,"9":817,"all_client":154251,"all_tv_clinet":30981,"insert_time":"2014-08-23T14:17:12.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123037,"10":166,"107":761,"11":1706,"12":167,"13":674,"14":164,"15":238,"155":140,"156":83,"158":94,"159":18,"16":157,"160":65,"161":186,"167":69,"168":4,"17":295,"18":971,"19":397,"20":119,"209":32,"21":706,"210":38,"211":1,"214":67,"215":377,"221":424,"223":724,"224":104,"225":848,"23":696,"24":5396,"25":3004,"257":153,"26":376,"268":8,"27":315,"273":86,"276":123,"279":78,"28":1567,"281":16,"282":103,"291":97,"292":84,"30":77,"302":10,"306":8,"31":126,"314":8,"32":53,"33":104,"34":73,"347":18,"35":95,"352":1013,"36":261,"37":75,"38":767,"380":44,"381":109,"383":70,"389":2,"39":114,"391":59,"396":7,"397":88,"40":269,"409":80,"41":98,"414":175,"415":167,"419":10,"42":62,"426":80,"43":58,"430":136,"433":76,"434":1,"44":34,"45":75,"46":188,"48":103,"49":79,"5":1616,"51":67,"52":34,"53":158,"56":16,"570":2,"6":355,"63":42,"7":771,"79":31,"8":179,"80":31,"9":832,"all_client":153940,"all_tv_clinet":30903,"insert_time":"2014-08-23T14:18:13.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122710,"10":149,"107":769,"11":1701,"12":170,"13":668,"14":172,"15":238,"155":139,"156":85,"158":92,"159":18,"16":151,"160":67,"161":184,"167":68,"168":4,"17":295,"18":958,"19":394,"20":119,"209":36,"21":667,"210":40,"211":1,"214":67,"215":372,"221":420,"223":734,"224":105,"225":864,"23":735,"24":5212,"25":3077,"257":151,"26":385,"268":5,"27":322,"273":82,"276":121,"279":73,"28":1577,"281":16,"282":107,"291":98,"292":91,"30":74,"302":10,"306":9,"31":137,"314":8,"32":56,"33":108,"34":77,"347":17,"35":104,"352":998,"36":254,"37":72,"38":758,"380":44,"381":108,"383":73,"389":2,"39":113,"391":62,"396":7,"397":89,"40":273,"409":80,"41":94,"414":145,"415":164,"419":12,"42":65,"426":110,"43":54,"430":130,"433":77,"434":1,"44":37,"45":71,"46":186,"48":99,"49":77,"5":1576,"51":66,"52":33,"53":160,"56":15,"570":2,"6":361,"63":39,"7":788,"79":38,"8":191,"80":31,"9":834,"all_client":153498,"all_tv_clinet":30788,"insert_time":"2014-08-23T14:19:14.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122386,"10":148,"107":775,"11":1699,"12":170,"13":676,"14":167,"15":235,"155":136,"156":86,"158":95,"159":18,"16":147,"160":64,"161":194,"167":68,"168":4,"17":296,"18":952,"19":384,"20":117,"209":37,"21":621,"210":40,"211":1,"214":71,"215":362,"221":420,"223":741,"224":106,"225":874,"23":761,"24":5013,"25":3133,"257":151,"26":400,"268":5,"27":329,"273":76,"276":121,"279":69,"28":1595,"281":17,"282":110,"291":98,"292":94,"30":73,"302":10,"306":10,"31":140,"314":7,"32":61,"33":107,"34":77,"347":17,"35":107,"352":991,"36":255,"37":70,"38":760,"380":44,"381":104,"383":72,"389":2,"39":112,"391":66,"396":8,"397":89,"40":278,"409":82,"41":90,"414":133,"415":153,"419":11,"42":68,"426":123,"43":51,"430":123,"433":79,"434":1,"44":39,"45":75,"46":186,"48":96,"49":79,"5":1576,"51":58,"52":34,"53":158,"56":15,"570":1,"6":362,"63":37,"7":789,"79":35,"8":196,"80":31,"9":847,"all_client":153050,"all_tv_clinet":30664,"insert_time":"2014-08-23T14:20:15.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122015,"10":140,"107":757,"11":1674,"12":174,"13":663,"14":163,"15":236,"155":129,"156":86,"158":95,"159":17,"16":150,"160":68,"161":201,"167":68,"168":6,"17":291,"18":968,"19":378,"20":118,"209":35,"21":596,"210":40,"211":1,"214":69,"215":365,"221":423,"223":715,"224":107,"225":913,"23":756,"24":4857,"25":3173,"257":149,"26":416,"268":4,"27":329,"273":76,"276":119,"279":62,"28":1593,"281":18,"282":111,"291":100,"292":97,"30":79,"302":10,"306":8,"31":134,"314":7,"32":66,"33":104,"34":75,"347":18,"35":117,"352":1000,"36":255,"37":66,"38":763,"380":44,"381":104,"383":74,"389":2,"39":104,"391":62,"396":9,"397":89,"40":273,"409":80,"41":85,"414":145,"415":147,"419":11,"42":66,"426":117,"43":48,"430":113,"433":79,"434":1,"44":39,"45":74,"46":187,"48":90,"49":79,"5":1588,"51":53,"52":34,"53":157,"56":12,"570":1,"6":363,"63":36,"7":782,"79":37,"8":199,"80":33,"9":847,"all_client":152487,"all_tv_clinet":30472,"insert_time":"2014-08-23T14:21:17.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121665,"10":144,"107":742,"11":1675,"12":172,"13":652,"14":163,"15":234,"155":119,"156":86,"158":96,"159":18,"16":154,"160":69,"161":196,"167":70,"168":5,"17":293,"18":962,"19":364,"20":118,"209":35,"21":575,"210":37,"211":1,"214":70,"215":365,"221":419,"223":701,"224":110,"225":916,"23":760,"24":4752,"25":3203,"257":146,"26":425,"268":5,"27":333,"273":78,"276":118,"279":58,"28":1603,"281":17,"282":108,"291":99,"292":95,"30":84,"302":10,"306":10,"31":127,"314":8,"32":70,"33":105,"34":77,"347":19,"35":123,"352":1003,"36":251,"37":65,"38":783,"380":46,"381":106,"383":70,"389":2,"39":101,"391":61,"396":9,"397":92,"40":278,"409":86,"41":88,"414":155,"415":147,"419":9,"42":66,"426":108,"43":43,"430":106,"433":78,"434":1,"44":36,"45":76,"46":194,"48":95,"49":78,"5":1613,"51":51,"52":35,"53":154,"56":13,"570":1,"6":351,"63":37,"7":785,"79":33,"8":200,"80":32,"9":850,"all_client":152047,"all_tv_clinet":30382,"insert_time":"2014-08-23T14:22:18.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121331,"10":138,"107":715,"11":1682,"12":152,"13":657,"14":167,"15":231,"155":112,"156":88,"158":96,"159":19,"16":166,"160":72,"161":191,"167":68,"168":6,"17":298,"18":954,"19":347,"20":117,"209":35,"21":579,"210":35,"211":1,"214":69,"215":360,"221":425,"223":698,"224":104,"225":934,"23":783,"24":4673,"25":3246,"257":150,"26":429,"268":4,"27":335,"273":83,"276":114,"279":63,"28":1557,"281":16,"282":104,"291":99,"292":87,"30":91,"302":10,"306":10,"31":126,"314":9,"32":77,"33":104,"34":76,"347":18,"35":136,"352":991,"36":254,"37":69,"38":786,"380":46,"381":107,"383":71,"389":1,"39":106,"391":64,"396":10,"397":85,"40":270,"409":84,"41":95,"414":158,"415":144,"419":9,"42":60,"426":111,"43":37,"430":103,"433":77,"434":1,"44":33,"45":75,"46":201,"48":96,"49":75,"5":1628,"51":53,"52":33,"53":147,"56":14,"570":5,"6":349,"63":38,"7":774,"79":36,"8":201,"80":31,"9":858,"all_client":151633,"all_tv_clinet":30302,"insert_time":"2014-08-23T14:23:19.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121062,"10":136,"107":739,"11":1673,"12":134,"13":662,"14":174,"15":229,"155":101,"156":93,"158":95,"159":18,"16":165,"160":70,"161":187,"167":65,"168":5,"17":302,"18":939,"19":338,"20":117,"209":36,"21":582,"210":35,"211":1,"214":73,"215":362,"221":412,"223":674,"224":107,"225":918,"23":805,"24":4598,"25":3273,"257":149,"26":441,"268":5,"27":345,"273":81,"276":117,"279":66,"28":1483,"281":16,"282":96,"291":98,"292":83,"30":94,"302":9,"306":9,"31":123,"314":8,"32":73,"33":105,"34":76,"347":15,"35":144,"352":973,"36":249,"37":71,"38":782,"380":46,"381":110,"383":74,"39":102,"391":69,"396":9,"397":83,"40":270,"409":86,"41":98,"414":153,"415":143,"419":8,"42":61,"426":115,"43":38,"430":100,"433":77,"434":1,"44":32,"45":79,"46":215,"48":98,"49":78,"5":1660,"51":55,"52":38,"53":136,"56":14,"570":5,"6":335,"63":36,"7":769,"79":37,"8":202,"80":29,"9":860,"all_client":151212,"all_tv_clinet":30150,"insert_time":"2014-08-23T14:24:20.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120695,"10":138,"107":728,"11":1629,"12":116,"13":663,"14":162,"15":226,"155":93,"156":94,"158":99,"159":15,"16":174,"160":70,"161":192,"167":63,"168":4,"17":302,"18":936,"19":331,"20":121,"209":40,"21":578,"210":35,"211":1,"214":76,"215":366,"221":408,"223":681,"224":105,"225":913,"23":813,"24":4492,"25":3302,"257":148,"26":458,"268":5,"27":348,"273":82,"276":118,"279":63,"28":1433,"281":16,"282":90,"291":92,"292":81,"30":94,"302":10,"306":9,"31":125,"314":7,"32":69,"33":105,"34":76,"347":14,"35":148,"352":956,"36":249,"37":71,"38":775,"380":44,"381":113,"383":74,"39":98,"391":70,"396":8,"397":84,"40":269,"409":87,"41":104,"414":162,"415":137,"419":8,"42":63,"426":108,"43":37,"430":98,"433":78,"434":1,"44":31,"45":82,"46":225,"48":96,"49":77,"5":1678,"51":56,"52":42,"53":131,"56":12,"570":6,"6":340,"63":36,"7":745,"79":40,"8":205,"80":30,"9":881,"all_client":150659,"all_tv_clinet":29964,"insert_time":"2014-08-23T14:25:21.877Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120255,"10":140,"107":719,"11":1583,"12":121,"13":657,"14":151,"15":226,"155":85,"156":97,"158":100,"159":15,"16":180,"160":71,"161":181,"167":61,"168":2,"17":301,"18":929,"19":330,"20":121,"209":40,"21":562,"210":35,"211":1,"214":77,"215":362,"221":415,"223":684,"224":100,"225":885,"23":818,"24":4421,"25":3317,"257":145,"26":477,"268":6,"27":351,"273":82,"276":118,"279":56,"28":1406,"281":13,"282":84,"291":90,"292":74,"30":96,"302":10,"306":9,"31":133,"314":6,"32":63,"33":99,"34":72,"347":14,"35":153,"352":947,"36":254,"37":69,"38":775,"380":41,"381":120,"383":76,"389":1,"39":89,"391":66,"396":7,"397":91,"40":279,"409":89,"41":94,"414":175,"415":144,"419":9,"42":67,"426":93,"43":33,"430":93,"433":79,"434":1,"44":33,"45":81,"46":228,"48":96,"49":76,"5":1683,"51":51,"52":41,"53":125,"56":11,"570":3,"6":334,"63":37,"7":745,"79":40,"8":204,"80":30,"9":886,"all_client":149995,"all_tv_clinet":29740,"insert_time":"2014-08-23T14:26:22.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119818,"10":140,"107":713,"11":1476,"12":137,"13":657,"14":137,"15":233,"155":80,"156":97,"158":102,"159":15,"16":189,"160":65,"161":192,"167":61,"168":2,"17":298,"18":918,"19":327,"20":120,"209":39,"21":546,"210":38,"211":1,"214":79,"215":359,"221":414,"223":706,"224":106,"225":851,"23":791,"24":4355,"25":3332,"257":145,"26":501,"268":5,"27":346,"273":77,"276":116,"279":54,"28":1382,"281":13,"282":76,"291":89,"292":73,"30":95,"302":10,"306":9,"31":132,"314":5,"32":63,"33":100,"34":78,"347":12,"35":157,"352":952,"36":248,"37":72,"38":775,"380":38,"381":124,"383":79,"389":1,"39":86,"391":67,"396":7,"397":94,"40":284,"409":88,"41":92,"414":184,"415":142,"419":7,"42":64,"426":81,"43":33,"430":96,"433":81,"434":1,"44":32,"45":83,"46":234,"48":100,"49":74,"5":1687,"51":52,"52":44,"53":117,"56":12,"570":3,"6":314,"63":39,"7":750,"79":41,"8":204,"80":28,"9":900,"all_client":149342,"all_tv_clinet":29524,"insert_time":"2014-08-23T14:27:23.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119385,"10":138,"107":699,"11":1340,"12":149,"13":660,"14":122,"15":246,"155":74,"156":102,"158":104,"159":16,"16":194,"160":68,"161":210,"167":61,"168":2,"17":306,"18":937,"19":324,"20":116,"209":35,"21":546,"210":39,"211":1,"214":81,"215":361,"221":415,"223":757,"224":108,"225":849,"23":752,"24":4277,"25":3361,"257":146,"26":527,"268":6,"27":339,"273":78,"276":112,"279":52,"28":1340,"281":13,"282":74,"291":87,"292":73,"30":94,"302":10,"306":10,"31":134,"314":6,"32":64,"33":103,"34":78,"347":12,"35":160,"352":942,"36":258,"37":77,"38":750,"380":37,"381":119,"383":85,"389":2,"39":88,"391":65,"396":5,"397":95,"40":292,"409":96,"41":91,"414":185,"415":147,"419":5,"42":64,"426":75,"43":31,"430":96,"433":83,"44":33,"45":83,"46":231,"48":93,"49":70,"5":1692,"51":52,"52":42,"53":115,"56":10,"570":6,"6":295,"63":39,"7":742,"79":40,"8":201,"80":27,"9":904,"all_client":148716,"all_tv_clinet":29331,"insert_time":"2014-08-23T14:28:24.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119009,"10":134,"107":690,"11":1197,"12":173,"13":662,"14":119,"15":248,"155":71,"156":104,"158":105,"159":15,"16":213,"160":68,"161":221,"167":60,"168":3,"17":315,"18":954,"19":320,"20":117,"209":39,"21":543,"210":39,"211":1,"214":85,"215":361,"221":415,"223":794,"224":107,"225":833,"23":711,"24":4205,"25":3382,"257":150,"26":562,"268":7,"27":320,"273":76,"276":107,"279":54,"28":1288,"281":15,"282":72,"291":88,"292":75,"30":90,"302":10,"306":11,"31":133,"314":5,"32":61,"33":106,"34":75,"347":14,"35":159,"352":930,"36":252,"37":77,"38":714,"380":37,"381":121,"383":88,"389":1,"39":89,"391":65,"396":4,"397":95,"40":299,"409":101,"41":84,"414":197,"415":147,"419":5,"42":61,"426":64,"43":31,"430":95,"433":82,"44":37,"45":89,"46":235,"48":92,"49":67,"5":1667,"51":54,"52":44,"53":119,"56":11,"570":7,"6":306,"63":40,"7":730,"79":40,"8":203,"80":26,"9":907,"all_client":148104,"all_tv_clinet":29095,"insert_time":"2014-08-23T14:29:25.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118566,"10":130,"107":688,"11":1108,"12":183,"13":645,"14":109,"15":236,"155":63,"156":103,"158":106,"159":14,"16":238,"160":67,"161":218,"167":60,"168":3,"17":325,"18":972,"19":326,"20":113,"209":36,"21":559,"210":39,"211":1,"214":86,"215":357,"221":420,"223":804,"224":101,"225":820,"23":716,"24":4144,"25":3396,"257":155,"26":576,"268":6,"27":304,"273":72,"276":102,"279":54,"28":1252,"281":15,"282":71,"291":83,"292":72,"30":92,"302":11,"306":12,"31":134,"314":6,"32":65,"33":109,"34":77,"347":14,"35":158,"352":951,"36":249,"37":77,"38":715,"380":38,"381":115,"383":87,"389":1,"39":94,"391":65,"396":6,"397":93,"40":301,"409":100,"41":85,"414":202,"415":139,"419":6,"42":60,"426":58,"43":34,"430":94,"433":83,"44":38,"45":88,"46":240,"48":96,"49":64,"5":1614,"51":53,"52":40,"53":108,"56":9,"570":9,"6":325,"63":36,"7":738,"79":36,"8":206,"80":28,"9":900,"all_client":147473,"all_tv_clinet":28907,"insert_time":"2014-08-23T14:30:26.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118187,"10":122,"107":687,"11":1066,"12":168,"13":614,"14":110,"15":227,"155":59,"156":100,"158":106,"159":9,"16":249,"160":67,"161":210,"167":54,"168":3,"17":329,"18":990,"19":324,"20":114,"209":39,"21":561,"210":44,"211":1,"214":86,"215":360,"221":427,"223":830,"224":97,"225":819,"23":734,"24":4093,"25":3410,"257":152,"26":586,"268":6,"27":300,"273":70,"276":100,"279":52,"28":1225,"281":15,"282":73,"291":82,"292":74,"30":94,"302":11,"306":11,"31":136,"314":5,"32":68,"33":108,"34":76,"347":14,"35":161,"352":943,"36":252,"37":78,"38":704,"380":39,"381":114,"383":89,"389":1,"39":92,"391":65,"396":7,"397":88,"40":306,"409":100,"41":84,"414":208,"415":145,"419":8,"42":59,"426":56,"43":36,"430":100,"433":83,"44":37,"45":92,"46":241,"48":94,"49":63,"5":1530,"51":54,"52":40,"53":105,"56":10,"570":10,"6":362,"63":38,"7":732,"79":34,"8":209,"80":26,"9":903,"all_client":146952,"all_tv_clinet":28765,"insert_time":"2014-08-23T14:31:27.801Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117773,"10":125,"107":663,"11":1008,"12":147,"13":602,"14":122,"15":209,"155":49,"156":104,"158":104,"159":9,"16":279,"160":67,"161":216,"167":54,"168":4,"17":325,"18":997,"19":320,"20":116,"209":45,"21":561,"210":42,"211":1,"214":88,"215":364,"221":413,"223":843,"224":98,"225":838,"23":761,"24":4066,"25":3421,"257":146,"26":583,"268":5,"27":300,"273":71,"276":97,"279":49,"28":1193,"281":13,"282":73,"291":75,"292":76,"30":93,"302":11,"306":10,"31":142,"314":6,"32":68,"33":111,"34":80,"347":11,"35":166,"352":930,"36":246,"37":70,"38":690,"380":39,"381":111,"383":90,"389":1,"39":88,"391":67,"396":8,"397":90,"40":307,"409":96,"41":84,"414":206,"415":140,"419":9,"42":57,"426":56,"43":34,"430":106,"433":84,"434":2,"44":38,"45":89,"46":237,"48":87,"49":63,"5":1447,"51":52,"52":42,"53":103,"56":10,"570":10,"6":390,"63":36,"7":752,"79":31,"8":215,"80":29,"9":908,"all_client":146363,"all_tv_clinet":28590,"insert_time":"2014-08-23T14:32:28.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117336,"10":123,"107":665,"11":972,"12":132,"13":578,"14":129,"15":210,"155":47,"156":102,"158":103,"159":9,"16":283,"160":68,"161":221,"167":52,"168":3,"17":327,"18":1007,"19":318,"20":121,"209":46,"21":560,"210":44,"211":1,"214":88,"215":370,"221":411,"223":873,"224":90,"225":854,"23":770,"24":3994,"25":3445,"257":151,"26":585,"268":5,"27":305,"273":70,"276":92,"279":50,"28":1172,"281":14,"282":68,"291":68,"292":78,"30":100,"302":10,"306":12,"31":138,"314":5,"32":71,"33":116,"34":80,"347":11,"35":163,"352":915,"36":251,"37":72,"38":680,"380":39,"381":113,"383":93,"389":1,"39":84,"391":67,"396":8,"397":94,"40":304,"409":95,"41":83,"414":210,"415":147,"419":9,"42":59,"426":54,"43":37,"430":103,"433":86,"434":2,"44":39,"45":86,"46":240,"48":81,"49":59,"5":1379,"51":49,"52":45,"53":107,"56":10,"570":8,"6":413,"63":37,"7":740,"79":33,"8":225,"80":29,"9":902,"all_client":145804,"all_tv_clinet":28468,"insert_time":"2014-08-23T14:33:30.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116963,"10":118,"107":652,"11":927,"12":125,"13":573,"14":137,"15":210,"155":44,"156":102,"158":99,"159":12,"16":298,"160":65,"161":222,"167":50,"168":3,"17":324,"18":997,"19":315,"20":123,"209":45,"21":564,"210":43,"211":1,"214":86,"215":366,"221":423,"223":872,"224":82,"225":834,"23":790,"24":3926,"25":3447,"257":153,"26":576,"268":5,"27":317,"273":71,"276":87,"279":49,"28":1149,"281":15,"282":64,"291":61,"292":83,"30":104,"302":10,"306":12,"31":127,"314":6,"32":70,"33":119,"34":85,"347":10,"35":167,"352":922,"36":258,"37":70,"38":681,"380":39,"381":116,"383":92,"39":83,"391":66,"396":12,"397":97,"40":308,"409":86,"41":79,"414":216,"415":147,"419":10,"42":55,"426":50,"43":38,"430":100,"433":88,"434":2,"44":37,"45":89,"46":239,"48":78,"49":61,"5":1330,"51":46,"52":45,"53":104,"56":10,"570":6,"6":421,"63":37,"7":738,"79":34,"8":229,"80":30,"9":900,"all_client":145227,"all_tv_clinet":28264,"insert_time":"2014-08-23T14:34:31.255Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116565,"10":118,"107":641,"11":878,"12":120,"13":566,"14":133,"15":207,"155":40,"156":102,"158":97,"159":12,"16":311,"160":63,"161":222,"167":50,"168":3,"17":326,"18":1005,"19":324,"20":119,"209":43,"21":579,"210":43,"211":1,"214":89,"215":367,"221":425,"223":871,"224":76,"225":828,"23":789,"24":3890,"25":3444,"257":156,"26":570,"268":6,"27":322,"273":78,"276":85,"279":48,"28":1150,"281":17,"282":63,"291":55,"292":88,"30":106,"302":10,"306":11,"31":119,"314":6,"32":74,"33":115,"34":84,"347":11,"35":171,"352":909,"36":251,"37":72,"38":675,"380":41,"381":116,"383":88,"39":87,"391":68,"396":14,"397":94,"40":311,"409":89,"41":72,"414":220,"415":150,"419":9,"42":52,"426":48,"43":39,"430":95,"433":88,"434":2,"44":39,"45":92,"46":238,"48":74,"49":57,"5":1274,"51":45,"52":45,"53":101,"56":11,"570":7,"6":423,"63":37,"7":742,"79":33,"8":234,"80":30,"9":885,"all_client":144649,"all_tv_clinet":28084,"insert_time":"2014-08-23T14:35:32.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116115,"10":115,"107":643,"11":809,"12":113,"13":557,"14":129,"15":214,"155":38,"156":101,"158":98,"159":13,"16":312,"160":64,"161":222,"167":45,"168":3,"17":315,"18":1023,"19":320,"20":120,"209":44,"21":574,"210":41,"211":1,"214":89,"215":362,"221":430,"223":878,"224":70,"225":824,"23":790,"24":3858,"25":3451,"257":153,"26":557,"268":7,"27":330,"273":84,"276":83,"279":42,"28":1135,"281":20,"282":62,"291":50,"292":82,"30":104,"302":10,"306":11,"31":124,"314":5,"32":70,"33":118,"34":93,"347":10,"35":173,"352":909,"36":251,"37":66,"38":686,"380":41,"381":109,"383":90,"39":87,"391":71,"396":15,"397":86,"40":300,"409":91,"41":66,"414":226,"415":146,"419":9,"42":52,"426":43,"43":39,"430":95,"433":85,"434":2,"44":38,"45":90,"46":242,"48":67,"49":57,"5":1227,"51":45,"52":48,"53":94,"56":11,"570":13,"6":431,"63":38,"7":757,"79":32,"8":232,"80":29,"9":871,"all_client":143991,"all_tv_clinet":27876,"insert_time":"2014-08-23T14:36:33.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115703,"10":114,"107":640,"11":743,"12":110,"13":527,"14":132,"15":208,"155":36,"156":101,"158":96,"159":14,"16":329,"160":59,"161":217,"167":48,"168":3,"17":291,"18":1026,"19":323,"20":129,"209":42,"21":596,"210":37,"211":1,"214":87,"215":356,"221":442,"223":875,"224":71,"225":847,"23":769,"24":3838,"25":3460,"257":151,"26":558,"268":6,"27":330,"273":89,"276":77,"279":43,"28":1120,"281":21,"282":61,"291":49,"292":77,"30":107,"302":10,"306":11,"31":120,"314":6,"32":71,"33":115,"34":93,"347":8,"35":181,"352":893,"36":247,"37":73,"38":671,"380":37,"381":108,"383":87,"39":88,"391":70,"396":12,"397":83,"40":279,"409":99,"41":65,"414":231,"415":144,"419":6,"42":52,"426":40,"43":38,"430":97,"433":85,"434":2,"44":40,"45":92,"46":244,"48":69,"49":55,"5":1161,"51":44,"52":45,"53":91,"56":16,"570":19,"6":430,"63":39,"7":761,"79":32,"8":230,"80":29,"9":854,"all_client":143332,"all_tv_clinet":27629,"insert_time":"2014-08-23T14:37:35.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115274,"10":113,"107":651,"11":700,"12":106,"13":491,"14":138,"15":215,"155":37,"156":90,"158":89,"159":13,"16":333,"160":60,"161":215,"167":51,"168":3,"17":265,"18":1034,"19":324,"20":127,"209":42,"21":609,"210":32,"211":1,"214":87,"215":348,"221":456,"223":858,"224":72,"225":847,"23":744,"24":3774,"25":3452,"257":154,"26":558,"268":5,"27":331,"273":88,"276":73,"279":41,"28":1111,"281":22,"282":59,"291":42,"292":67,"30":107,"302":12,"306":13,"31":123,"314":6,"32":71,"33":120,"34":95,"347":8,"35":190,"352":880,"36":245,"37":75,"38":686,"380":37,"381":103,"383":88,"39":90,"391":71,"396":11,"397":81,"40":272,"409":99,"41":68,"414":223,"415":146,"419":6,"42":52,"426":49,"43":40,"430":97,"433":84,"434":2,"44":38,"45":96,"46":235,"48":72,"49":53,"5":1127,"51":48,"52":49,"53":96,"56":15,"570":25,"6":435,"63":40,"7":750,"79":31,"8":227,"80":28,"9":854,"all_client":142671,"all_tv_clinet":27397,"insert_time":"2014-08-23T14:38:36.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114767,"10":110,"107":646,"11":691,"12":102,"13":465,"14":138,"15":217,"155":36,"156":85,"158":82,"159":12,"16":337,"160":58,"161":212,"167":52,"168":4,"17":248,"18":1019,"19":328,"20":121,"209":45,"21":626,"210":29,"211":1,"214":88,"215":339,"221":453,"223":822,"224":76,"225":846,"23":708,"24":3750,"25":3444,"257":153,"26":563,"268":6,"27":327,"273":90,"276":70,"279":42,"28":1123,"281":22,"282":58,"291":39,"292":67,"30":111,"302":12,"306":13,"31":117,"314":7,"32":72,"33":120,"34":92,"347":8,"35":197,"352":880,"36":244,"37":78,"38":677,"380":38,"381":102,"383":90,"39":86,"391":69,"396":12,"397":83,"40":274,"409":104,"41":62,"414":198,"415":143,"419":5,"42":57,"426":72,"43":40,"430":99,"433":85,"434":2,"44":37,"45":92,"46":234,"48":70,"49":56,"5":1100,"51":45,"52":49,"53":91,"56":16,"570":23,"6":434,"63":43,"7":739,"79":32,"8":231,"80":26,"9":852,"all_client":141936,"all_tv_clinet":27169,"insert_time":"2014-08-23T14:39:37.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114366,"10":105,"107":659,"11":667,"12":94,"13":449,"14":136,"15":221,"155":33,"156":82,"158":71,"159":10,"16":343,"160":57,"161":222,"167":56,"168":5,"17":233,"18":1005,"19":336,"20":120,"209":46,"21":644,"210":28,"211":1,"214":88,"215":327,"221":457,"223":789,"224":67,"225":844,"23":698,"24":3682,"25":3439,"257":150,"26":570,"268":8,"27":325,"273":89,"276":65,"279":42,"28":1133,"281":21,"282":57,"291":36,"292":68,"30":105,"302":14,"306":13,"31":113,"314":7,"32":71,"33":124,"34":92,"347":7,"35":202,"352":868,"36":242,"37":76,"38":685,"380":43,"381":103,"383":93,"39":84,"391":74,"396":10,"397":89,"40":274,"409":106,"41":61,"414":178,"415":144,"419":4,"42":54,"426":89,"43":38,"430":99,"433":85,"434":2,"44":35,"45":92,"46":228,"48":69,"49":55,"5":1072,"51":43,"52":48,"53":89,"56":16,"570":20,"6":428,"63":42,"7":769,"79":34,"8":231,"80":25,"9":846,"all_client":141335,"all_tv_clinet":26969,"insert_time":"2014-08-23T14:40:38.828Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113924,"10":103,"107":660,"11":655,"12":85,"13":436,"14":131,"15":219,"155":33,"156":72,"158":69,"159":14,"16":338,"160":51,"161":222,"167":54,"168":5,"17":212,"18":977,"19":347,"20":123,"209":46,"21":641,"210":29,"211":1,"214":87,"215":328,"221":448,"223":783,"224":64,"225":865,"23":701,"24":3652,"25":3439,"257":148,"26":567,"268":8,"27":325,"273":89,"276":67,"279":39,"28":1139,"281":21,"282":49,"291":32,"292":71,"30":108,"302":15,"306":14,"31":107,"314":7,"32":69,"33":120,"34":93,"347":8,"35":204,"352":868,"36":244,"37":73,"38":675,"380":43,"381":103,"383":92,"39":82,"391":76,"396":10,"397":95,"40":277,"409":107,"41":61,"414":159,"415":145,"419":4,"42":55,"426":91,"43":39,"430":107,"433":88,"434":2,"44":35,"45":91,"46":228,"48":66,"49":54,"5":1052,"51":41,"52":44,"53":87,"56":16,"570":16,"6":425,"63":42,"7":775,"79":35,"8":231,"80":23,"9":835,"all_client":140706,"all_tv_clinet":26782,"insert_time":"2014-08-23T14:41:39.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113480,"10":102,"107":673,"11":636,"12":86,"13":427,"14":135,"15":203,"155":36,"156":68,"158":69,"159":12,"16":342,"160":45,"161":226,"167":54,"168":4,"17":199,"18":973,"19":354,"20":123,"209":45,"21":644,"210":30,"211":1,"214":84,"215":333,"221":439,"223":781,"224":65,"225":828,"23":688,"24":3619,"25":3443,"257":148,"26":576,"268":5,"27":330,"273":89,"276":66,"279":38,"28":1146,"281":20,"282":42,"291":30,"292":74,"30":103,"302":14,"306":12,"31":104,"314":7,"32":73,"33":115,"34":90,"347":10,"35":209,"352":865,"36":241,"37":70,"38":669,"380":41,"381":103,"383":95,"39":80,"391":79,"396":10,"397":88,"40":273,"409":109,"41":67,"414":151,"415":143,"419":5,"42":55,"426":74,"43":41,"430":112,"433":90,"434":2,"44":34,"45":94,"46":233,"48":63,"49":51,"5":1056,"51":37,"52":48,"53":85,"56":16,"570":14,"6":424,"63":43,"7":772,"79":32,"8":229,"80":24,"9":827,"all_client":140093,"all_tv_clinet":26613,"insert_time":"2014-08-23T14:42:41.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113054,"10":97,"107":695,"11":605,"12":79,"13":419,"14":133,"15":191,"155":38,"156":59,"158":73,"159":12,"16":357,"160":43,"161":220,"167":50,"168":4,"17":189,"18":972,"19":358,"20":124,"209":42,"21":655,"210":32,"211":1,"214":87,"215":333,"221":428,"223":754,"224":67,"225":815,"23":688,"24":3573,"25":3459,"257":145,"26":585,"268":4,"27":345,"273":84,"276":66,"279":40,"28":1138,"281":18,"282":38,"291":29,"292":75,"30":103,"302":14,"306":13,"31":103,"314":6,"32":72,"33":115,"34":84,"347":11,"35":205,"352":858,"36":244,"37":68,"38":663,"380":39,"381":105,"383":86,"39":80,"391":75,"396":10,"397":78,"40":264,"409":107,"41":63,"414":145,"415":142,"419":5,"42":60,"426":65,"43":44,"430":114,"433":92,"434":2,"44":32,"45":96,"46":236,"48":59,"49":55,"5":1063,"51":34,"52":48,"53":76,"56":17,"570":14,"6":415,"63":43,"7":782,"79":29,"8":217,"80":22,"9":817,"all_client":139463,"all_tv_clinet":26409,"insert_time":"2014-08-23T14:43:43.531Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112493,"10":97,"107":700,"11":602,"12":67,"13":396,"14":132,"15":179,"155":39,"156":58,"158":72,"159":13,"16":357,"160":37,"161":228,"167":50,"168":4,"17":181,"18":963,"19":360,"20":118,"209":40,"21":649,"210":35,"211":1,"214":86,"215":317,"221":429,"223":746,"224":71,"225":793,"23":679,"24":3544,"25":3466,"257":143,"26":595,"268":4,"27":350,"273":82,"276":60,"279":44,"28":1152,"281":18,"282":40,"291":27,"292":74,"30":103,"302":13,"306":12,"31":98,"314":6,"32":77,"33":113,"34":77,"347":11,"35":208,"352":844,"36":239,"37":73,"38":665,"380":36,"381":108,"383":84,"39":75,"391":76,"396":10,"397":77,"40":238,"409":104,"41":65,"414":145,"415":149,"419":5,"42":58,"426":52,"43":44,"430":118,"433":93,"434":2,"44":37,"45":99,"46":243,"48":59,"49":52,"5":1070,"51":37,"52":48,"53":70,"56":16,"570":14,"6":406,"63":44,"7":799,"79":31,"8":201,"80":19,"9":795,"all_client":138709,"all_tv_clinet":26216,"insert_time":"2014-08-23T14:44:44.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112079,"10":94,"107":683,"11":595,"12":65,"13":404,"14":124,"15":181,"155":39,"156":59,"158":72,"159":15,"16":365,"160":37,"161":208,"167":53,"168":4,"17":174,"18":962,"19":355,"20":109,"209":40,"21":668,"210":32,"211":1,"214":90,"215":306,"221":445,"223":725,"224":68,"225":793,"23":652,"24":3504,"25":3457,"257":143,"26":596,"268":5,"27":351,"273":79,"276":61,"279":46,"28":1170,"281":19,"282":40,"291":27,"292":78,"30":106,"302":13,"306":13,"31":92,"314":6,"32":76,"33":112,"34":70,"347":13,"35":206,"352":841,"36":242,"37":77,"38":647,"380":35,"381":109,"383":77,"39":75,"391":81,"396":9,"397":70,"40":204,"409":96,"41":69,"414":133,"415":155,"419":7,"42":55,"426":47,"43":44,"430":126,"433":95,"434":2,"44":39,"45":102,"46":246,"48":53,"49":52,"5":1091,"51":42,"52":46,"53":73,"56":15,"570":17,"6":378,"63":45,"7":819,"79":30,"8":188,"80":18,"9":749,"all_client":138079,"all_tv_clinet":26000,"insert_time":"2014-08-23T14:45:45.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111655,"10":98,"107":683,"11":598,"12":65,"13":410,"14":122,"15":181,"155":39,"156":56,"158":74,"159":16,"16":370,"160":32,"161":202,"167":54,"168":4,"17":166,"18":968,"19":366,"20":104,"209":43,"21":667,"210":30,"211":1,"214":91,"215":292,"221":444,"223":716,"224":60,"225":799,"23":591,"24":3500,"25":3477,"257":147,"26":592,"268":5,"27":347,"273":74,"276":62,"279":46,"28":1169,"281":20,"282":43,"291":26,"292":80,"30":108,"302":12,"306":12,"31":92,"314":6,"32":75,"33":114,"34":67,"347":14,"35":212,"352":851,"36":250,"37":82,"38":634,"380":33,"381":107,"383":73,"39":80,"391":86,"396":8,"397":64,"40":190,"409":88,"41":72,"414":132,"415":153,"419":6,"42":53,"426":43,"43":47,"430":128,"433":97,"434":1,"44":42,"45":98,"46":246,"48":56,"49":55,"5":1089,"51":39,"52":49,"53":79,"56":14,"570":18,"6":344,"63":46,"7":827,"79":33,"8":182,"80":16,"9":716,"all_client":137524,"all_tv_clinet":25869,"insert_time":"2014-08-23T14:46:46.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111207,"10":100,"107":666,"11":596,"12":78,"13":400,"14":110,"15":181,"155":38,"156":51,"158":69,"159":18,"16":378,"160":34,"161":199,"167":56,"168":3,"17":154,"18":971,"19":368,"20":93,"209":45,"21":669,"210":30,"211":1,"214":89,"215":280,"221":455,"223":703,"224":52,"225":812,"23":556,"24":3486,"25":3460,"257":149,"26":597,"268":5,"27":348,"273":74,"276":63,"279":47,"28":1166,"281":22,"282":46,"291":25,"292":85,"30":104,"302":13,"306":13,"31":85,"314":7,"32":73,"33":117,"34":65,"347":15,"35":210,"352":864,"36":239,"37":87,"38":629,"380":33,"381":104,"383":68,"39":81,"391":90,"396":8,"397":63,"40":177,"409":77,"41":75,"414":115,"415":153,"419":6,"42":58,"426":41,"43":52,"430":131,"433":93,"434":1,"44":38,"45":99,"46":249,"48":61,"49":58,"5":1080,"51":36,"52":47,"53":79,"56":17,"570":20,"6":311,"63":42,"7":831,"79":32,"8":181,"80":17,"9":696,"all_client":136876,"all_tv_clinet":25669,"insert_time":"2014-08-23T14:47:47.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110625,"10":110,"107":659,"11":607,"12":84,"13":392,"14":103,"15":183,"155":39,"156":51,"158":58,"159":19,"16":382,"160":33,"161":198,"167":56,"168":3,"17":148,"18":968,"19":370,"20":92,"209":45,"21":661,"210":30,"211":1,"214":87,"215":274,"221":456,"223":692,"224":52,"225":819,"23":532,"24":3458,"25":3440,"257":143,"26":602,"268":5,"27":356,"273":75,"276":63,"279":48,"28":1155,"281":23,"282":46,"291":26,"292":89,"30":101,"302":13,"306":13,"31":77,"314":8,"32":81,"33":120,"34":64,"347":15,"35":209,"352":875,"36":233,"37":90,"38":619,"380":32,"381":105,"383":70,"39":78,"391":90,"396":4,"397":71,"40":166,"409":76,"41":69,"414":109,"415":151,"419":5,"42":56,"426":40,"43":56,"430":129,"433":89,"434":1,"44":37,"45":94,"46":249,"48":69,"49":63,"5":1081,"51":36,"52":43,"53":74,"56":17,"570":16,"6":291,"63":40,"7":842,"79":33,"8":179,"80":18,"9":695,"all_client":136150,"all_tv_clinet":25525,"insert_time":"2014-08-23T14:48:48.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110172,"10":114,"107":660,"11":618,"12":93,"13":381,"14":101,"15":169,"155":42,"156":55,"158":58,"159":20,"16":386,"160":32,"161":191,"167":57,"168":3,"17":149,"18":949,"19":361,"20":87,"209":42,"21":664,"210":30,"211":1,"214":90,"215":270,"221":470,"223":688,"224":52,"225":806,"23":503,"24":3452,"25":3442,"257":139,"26":603,"268":5,"27":354,"273":76,"276":66,"279":48,"28":1159,"281":22,"282":48,"291":26,"292":84,"30":100,"302":19,"306":11,"31":81,"314":8,"32":80,"33":117,"34":69,"347":12,"35":214,"352":861,"36":223,"37":93,"38":611,"380":31,"381":110,"383":69,"39":72,"391":96,"396":5,"397":70,"40":164,"409":72,"41":69,"414":95,"415":156,"419":6,"42":54,"426":38,"43":60,"430":126,"433":83,"434":1,"44":32,"45":96,"46":250,"48":69,"49":58,"5":1075,"51":32,"52":43,"53":74,"56":15,"570":12,"6":284,"63":41,"7":841,"79":32,"8":177,"80":19,"9":688,"all_client":135552,"all_tv_clinet":25380,"insert_time":"2014-08-23T14:49:49.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109704,"10":123,"107":665,"11":611,"12":102,"13":383,"14":100,"15":154,"155":41,"156":58,"158":56,"159":18,"16":400,"160":27,"161":193,"167":57,"168":3,"17":149,"18":936,"19":362,"20":90,"209":40,"21":656,"210":28,"211":1,"214":92,"215":268,"221":462,"223":679,"224":49,"225":814,"23":484,"24":3430,"25":3425,"257":132,"26":607,"268":6,"27":359,"273":80,"276":70,"279":48,"28":1167,"281":20,"282":48,"291":27,"292":77,"30":101,"302":28,"306":10,"31":76,"314":8,"32":78,"33":120,"34":69,"347":11,"35":215,"352":841,"36":221,"37":91,"38":613,"380":31,"381":110,"383":73,"39":68,"391":100,"396":6,"397":66,"40":162,"409":74,"41":66,"414":79,"415":160,"419":8,"42":56,"426":29,"43":61,"430":126,"433":73,"434":1,"44":28,"45":91,"46":238,"48":72,"49":60,"5":1061,"51":34,"52":42,"53":77,"56":15,"570":12,"6":282,"63":39,"7":843,"79":33,"8":178,"80":18,"9":677,"all_client":134932,"all_tv_clinet":25228,"insert_time":"2014-08-23T14:50:50.516Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109234,"10":119,"107":675,"11":608,"12":112,"13":370,"14":104,"15":138,"155":42,"156":55,"158":58,"159":19,"16":400,"160":29,"161":187,"167":57,"168":2,"17":145,"18":944,"19":361,"20":83,"209":39,"21":645,"210":28,"211":1,"214":92,"215":268,"221":471,"223":672,"224":50,"225":832,"23":468,"24":3372,"25":3355,"257":130,"26":620,"268":6,"27":361,"273":79,"276":70,"279":51,"28":1188,"281":21,"282":49,"291":28,"292":71,"30":103,"302":33,"306":9,"31":75,"314":8,"32":76,"33":124,"34":74,"347":10,"35":222,"352":828,"36":221,"37":94,"38":609,"380":30,"381":104,"383":77,"39":66,"391":102,"396":6,"397":61,"40":151,"409":74,"41":68,"414":67,"415":168,"419":8,"42":55,"426":20,"43":61,"430":122,"433":66,"434":1,"44":27,"45":89,"46":224,"48":67,"49":60,"5":1072,"51":30,"52":47,"53":84,"56":16,"570":16,"6":271,"63":40,"7":843,"79":34,"8":178,"80":17,"9":671,"all_client":134288,"all_tv_clinet":25054,"insert_time":"2014-08-23T14:51:51.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108698,"10":115,"107":680,"11":600,"12":111,"13":380,"14":115,"15":132,"155":43,"156":49,"158":60,"159":18,"16":401,"160":30,"161":190,"167":57,"168":2,"17":135,"18":932,"19":359,"20":85,"209":40,"21":643,"210":26,"211":1,"214":95,"215":265,"221":467,"223":655,"224":51,"225":853,"23":459,"24":3309,"25":3213,"257":136,"26":632,"268":5,"27":365,"273":80,"276":70,"279":51,"28":1232,"281":21,"282":59,"291":28,"292":69,"30":101,"302":36,"306":10,"31":74,"314":6,"32":74,"33":120,"34":68,"347":9,"35":226,"352":849,"36":223,"37":100,"38":605,"380":30,"381":96,"383":79,"39":69,"391":99,"396":5,"397":63,"40":140,"409":74,"41":69,"414":55,"415":173,"419":7,"42":58,"426":16,"43":60,"430":119,"433":62,"434":1,"44":27,"45":90,"46":220,"48":71,"49":58,"5":1072,"51":34,"52":49,"53":86,"56":15,"570":19,"6":266,"63":39,"7":850,"79":38,"8":186,"80":19,"9":674,"all_client":133606,"all_tv_clinet":24908,"insert_time":"2014-08-23T14:52:53.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108242,"10":109,"107":684,"11":613,"12":119,"13":374,"14":117,"15":129,"155":44,"156":49,"158":58,"159":18,"16":398,"160":29,"161":192,"167":58,"168":2,"17":129,"18":928,"19":350,"20":98,"209":38,"21":642,"210":27,"211":1,"214":94,"215":262,"221":462,"223":676,"224":57,"225":858,"23":427,"24":3217,"25":3069,"257":136,"26":594,"268":5,"27":368,"273":79,"276":72,"279":49,"28":1284,"281":21,"282":62,"291":29,"292":68,"30":96,"302":36,"306":10,"31":71,"314":5,"317":1,"32":73,"33":123,"34":69,"347":8,"35":222,"352":866,"36":225,"37":100,"38":602,"380":28,"381":89,"383":76,"39":71,"391":102,"396":5,"397":60,"40":124,"409":67,"41":73,"414":55,"415":172,"419":8,"42":59,"426":13,"43":61,"430":117,"433":62,"434":1,"44":28,"45":93,"46":231,"48":65,"49":65,"5":1086,"51":34,"52":52,"53":88,"56":15,"570":22,"6":256,"63":38,"7":864,"79":41,"8":184,"80":21,"9":674,"all_client":132944,"all_tv_clinet":24702,"insert_time":"2014-08-23T14:53:54.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107697,"10":109,"107":689,"11":616,"12":129,"13":388,"14":122,"15":117,"155":43,"156":48,"158":57,"159":19,"16":402,"160":29,"161":196,"167":55,"168":2,"17":122,"18":899,"19":339,"20":105,"209":42,"21":661,"210":28,"211":2,"214":96,"215":254,"221":463,"223":660,"224":73,"225":857,"23":417,"24":3150,"25":3004,"257":133,"26":513,"268":6,"27":366,"273":79,"276":73,"279":50,"28":1342,"281":21,"282":68,"291":28,"292":69,"30":101,"302":36,"306":11,"31":71,"314":4,"317":1,"32":71,"33":123,"34":72,"347":6,"35":209,"352":851,"36":222,"37":101,"38":604,"380":32,"381":89,"383":79,"39":73,"391":102,"396":6,"397":62,"40":107,"409":64,"41":80,"414":49,"415":166,"419":8,"42":58,"426":12,"43":59,"430":119,"433":62,"434":1,"44":23,"45":91,"46":236,"48":69,"49":70,"5":1091,"51":36,"52":51,"53":89,"56":20,"570":19,"6":228,"63":38,"7":864,"79":41,"8":187,"80":21,"9":673,"all_client":132196,"all_tv_clinet":24499,"insert_time":"2014-08-23T14:54:55.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107177,"10":115,"107":672,"11":620,"12":143,"13":389,"14":127,"15":119,"155":42,"156":50,"158":58,"159":17,"16":403,"160":28,"161":200,"167":56,"168":3,"17":120,"18":876,"19":322,"20":117,"209":47,"21":669,"210":27,"211":2,"214":93,"215":248,"221":469,"223":617,"224":81,"225":861,"23":397,"24":3112,"25":2984,"257":124,"26":445,"268":6,"27":363,"273":83,"276":72,"279":53,"28":1370,"281":18,"282":73,"291":27,"292":70,"30":103,"302":40,"306":12,"31":65,"314":5,"317":1,"32":74,"33":126,"34":74,"347":6,"35":204,"352":824,"36":220,"37":108,"38":611,"380":33,"381":90,"383":78,"39":70,"391":101,"396":5,"397":61,"40":102,"409":64,"41":79,"414":49,"415":170,"419":11,"42":61,"426":11,"43":62,"430":120,"433":62,"434":1,"44":22,"45":89,"46":244,"48":73,"49":69,"5":1098,"51":37,"52":54,"53":89,"56":21,"570":16,"6":199,"63":38,"7":873,"79":36,"8":186,"80":20,"9":670,"all_client":131502,"all_tv_clinet":24325,"insert_time":"2014-08-23T14:55:56.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106596,"10":119,"107":691,"11":623,"12":153,"13":393,"14":121,"15":120,"155":41,"156":49,"158":63,"159":16,"16":407,"160":30,"161":188,"167":56,"168":3,"17":114,"18":878,"19":302,"20":128,"209":51,"21":674,"210":28,"211":2,"214":96,"215":246,"221":469,"223":543,"224":86,"225":861,"23":382,"24":3079,"25":2933,"257":117,"26":388,"268":7,"27":363,"273":84,"276":73,"279":54,"28":1398,"281":19,"282":80,"291":27,"292":70,"30":106,"302":41,"306":13,"31":69,"314":6,"317":1,"32":78,"33":124,"34":71,"347":6,"35":205,"352":831,"36":221,"37":106,"38":575,"380":33,"381":101,"383":80,"39":63,"391":103,"396":5,"397":58,"40":99,"409":61,"41":70,"414":41,"415":171,"419":12,"42":61,"426":11,"43":63,"430":120,"433":66,"434":1,"44":23,"45":82,"46":254,"48":78,"49":72,"5":1101,"51":35,"52":59,"53":92,"56":22,"570":14,"6":187,"63":32,"7":903,"79":31,"8":190,"80":19,"9":677,"all_client":130764,"all_tv_clinet":24168,"insert_time":"2014-08-23T14:56:57.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106053,"10":117,"107":693,"11":620,"12":151,"13":391,"14":113,"15":136,"155":44,"156":50,"158":62,"159":13,"16":398,"160":30,"161":188,"167":58,"168":3,"17":115,"18":898,"19":294,"20":128,"209":53,"21":677,"210":27,"211":2,"214":95,"215":244,"221":454,"223":514,"224":95,"225":840,"23":384,"24":3073,"25":2811,"257":116,"26":357,"268":9,"27":370,"273":81,"276":74,"279":56,"28":1424,"281":17,"282":85,"291":28,"292":68,"30":109,"302":41,"306":13,"31":68,"314":9,"317":1,"32":83,"33":119,"34":59,"347":5,"35":208,"352":837,"36":223,"37":104,"38":574,"380":37,"381":107,"383":71,"39":61,"391":104,"396":4,"397":58,"40":101,"409":64,"41":64,"414":40,"415":181,"419":11,"42":57,"426":9,"43":62,"430":118,"433":66,"434":1,"44":24,"45":80,"46":260,"48":73,"49":75,"5":1124,"51":37,"52":61,"53":92,"56":22,"570":13,"6":180,"63":31,"7":916,"79":32,"8":184,"80":18,"9":679,"all_client":130079,"all_tv_clinet":24026,"insert_time":"2014-08-23T14:57:58.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105548,"10":111,"107":699,"11":632,"12":160,"13":389,"14":108,"15":144,"155":50,"156":53,"158":61,"159":12,"16":390,"160":29,"161":178,"167":56,"168":3,"17":115,"18":928,"19":285,"20":142,"209":52,"21":692,"210":26,"211":2,"214":101,"215":239,"221":433,"223":512,"224":105,"225":786,"23":382,"24":3065,"25":2663,"257":116,"26":330,"268":10,"27":376,"273":73,"276":76,"279":58,"28":1436,"281":16,"282":87,"291":29,"292":72,"30":113,"302":43,"306":10,"31":76,"314":9,"317":1,"32":77,"33":119,"34":58,"347":7,"35":217,"352":848,"36":226,"37":110,"38":568,"380":39,"381":106,"383":71,"39":59,"391":100,"396":3,"397":57,"40":100,"409":67,"41":63,"414":37,"415":187,"419":8,"42":59,"426":10,"43":60,"430":116,"433":66,"434":1,"44":26,"45":81,"46":267,"48":78,"49":76,"5":1150,"51":39,"52":66,"53":96,"56":22,"570":14,"6":164,"63":29,"7":913,"79":40,"8":185,"80":18,"9":631,"all_client":129416,"all_tv_clinet":23868,"insert_time":"2014-08-23T14:58:59.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105064,"10":114,"107":700,"11":662,"12":171,"13":385,"14":101,"15":160,"155":53,"156":57,"158":63,"159":12,"16":405,"160":31,"161":179,"167":56,"168":3,"17":113,"18":941,"19":277,"20":152,"209":55,"21":698,"210":24,"211":2,"214":102,"215":246,"221":415,"223":528,"224":101,"225":782,"23":387,"24":3087,"25":2527,"257":112,"26":312,"268":8,"27":365,"273":68,"276":75,"279":60,"28":1385,"281":15,"282":97,"291":30,"292":73,"30":124,"302":44,"306":8,"31":73,"314":11,"317":1,"32":71,"33":110,"34":57,"347":7,"35":220,"352":853,"36":228,"37":106,"38":564,"380":40,"381":103,"383":65,"39":56,"391":94,"396":4,"397":54,"40":98,"409":69,"41":63,"414":38,"415":190,"419":9,"42":63,"426":11,"43":58,"430":121,"433":65,"434":1,"44":23,"45":85,"46":277,"48":85,"49":79,"5":1166,"51":40,"52":68,"53":96,"56":20,"570":16,"6":172,"63":28,"7":885,"79":43,"8":191,"80":18,"9":557,"all_client":128781,"all_tv_clinet":23717,"insert_time":"2014-08-23T14:59:59.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104571,"10":118,"107":703,"11":696,"12":192,"13":395,"14":97,"15":169,"155":54,"156":56,"158":61,"159":13,"16":411,"160":30,"161":172,"167":56,"168":3,"17":111,"18":951,"19":273,"20":163,"209":56,"21":696,"210":25,"211":2,"214":105,"215":257,"221":396,"223":521,"224":87,"225":762,"23":385,"24":3102,"25":2417,"257":110,"26":302,"268":8,"27":339,"273":67,"276":81,"279":59,"28":1312,"281":15,"282":99,"291":28,"292":72,"30":124,"302":45,"306":7,"31":73,"314":9,"317":1,"32":61,"33":101,"34":54,"347":6,"35":223,"352":858,"36":232,"37":112,"38":568,"380":39,"381":100,"383":65,"39":59,"391":85,"396":5,"397":57,"40":99,"409":67,"41":59,"414":39,"415":189,"419":9,"42":78,"426":11,"43":60,"430":125,"433":65,"434":1,"44":25,"45":79,"46":271,"48":87,"49":84,"5":1195,"51":44,"52":69,"53":99,"56":17,"570":13,"6":173,"63":22,"7":877,"79":42,"8":200,"80":20,"9":496,"all_client":128097,"all_tv_clinet":23526,"insert_time":"2014-08-23T15:01:00.951Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104043,"10":122,"107":711,"11":688,"12":188,"13":382,"14":101,"15":194,"155":54,"156":61,"158":63,"159":12,"16":411,"160":31,"161":175,"167":56,"168":4,"17":113,"18":932,"19":265,"20":169,"209":49,"21":706,"210":26,"211":2,"214":104,"215":262,"221":379,"223":525,"224":79,"225":760,"23":384,"24":3114,"25":2337,"257":107,"26":291,"268":5,"27":306,"273":65,"276":82,"279":60,"28":1234,"281":15,"282":98,"291":26,"292":79,"30":111,"302":43,"306":8,"31":72,"314":10,"317":1,"32":61,"33":91,"34":54,"347":4,"35":220,"352":844,"36":227,"37":113,"38":584,"380":41,"381":99,"383":65,"39":63,"391":81,"396":4,"397":56,"40":96,"409":65,"41":61,"414":37,"415":189,"419":9,"42":88,"426":12,"43":56,"430":125,"433":64,"434":1,"44":26,"45":76,"46":253,"48":91,"49":92,"5":1227,"51":46,"52":59,"53":89,"56":15,"570":12,"6":176,"63":21,"7":843,"79":42,"8":204,"80":22,"9":488,"all_client":127307,"all_tv_clinet":23264,"insert_time":"2014-08-23T15:02:01.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103432,"10":124,"107":726,"11":696,"12":178,"13":374,"14":106,"15":193,"155":53,"156":64,"158":63,"159":11,"16":409,"160":29,"161":167,"167":59,"168":4,"17":113,"18":909,"19":260,"20":180,"209":50,"21":725,"210":26,"211":2,"214":105,"215":260,"221":379,"223":525,"224":75,"225":751,"23":372,"24":3076,"25":2250,"257":100,"26":280,"268":5,"27":278,"273":61,"276":81,"279":59,"28":1182,"281":13,"282":96,"291":27,"292":78,"30":105,"302":42,"306":8,"31":72,"314":10,"317":1,"32":60,"33":79,"34":51,"347":4,"35":226,"352":820,"36":228,"37":122,"38":587,"380":40,"381":92,"383":63,"39":66,"391":77,"396":4,"397":56,"40":91,"409":62,"41":61,"414":36,"415":191,"419":9,"42":94,"426":12,"43":55,"430":126,"433":65,"434":1,"44":30,"45":66,"46":233,"48":95,"49":92,"5":1254,"51":44,"52":54,"53":81,"56":14,"570":12,"6":188,"63":24,"7":831,"79":43,"8":204,"80":19,"9":497,"all_client":126403,"all_tv_clinet":22971,"insert_time":"2014-08-23T15:03:03.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102885,"10":122,"107":729,"11":710,"12":171,"13":372,"14":105,"15":187,"155":48,"156":64,"158":60,"159":12,"16":406,"160":28,"161":164,"167":58,"168":4,"17":114,"18":881,"19":264,"20":187,"209":47,"21":723,"210":23,"211":2,"214":104,"215":270,"221":391,"223":528,"224":74,"225":726,"23":366,"24":3066,"25":2153,"257":95,"26":238,"268":6,"27":269,"273":59,"276":79,"279":64,"28":1155,"281":14,"282":98,"291":26,"292":77,"30":94,"302":42,"306":7,"31":81,"314":11,"317":1,"32":62,"33":73,"34":51,"347":8,"35":224,"352":830,"36":240,"37":123,"38":563,"380":41,"381":91,"383":61,"39":70,"391":70,"396":3,"397":54,"40":93,"409":61,"41":57,"414":33,"415":194,"419":9,"42":98,"426":11,"43":58,"430":129,"433":66,"434":1,"44":31,"45":59,"46":227,"48":98,"49":90,"5":1255,"51":45,"52":56,"53":77,"56":13,"570":10,"6":188,"63":25,"7":827,"79":44,"8":210,"80":20,"9":525,"all_client":125634,"all_tv_clinet":22749,"insert_time":"2014-08-23T15:04:04.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102369,"10":120,"107":707,"11":722,"12":170,"13":387,"14":115,"15":184,"155":41,"156":66,"158":61,"159":11,"16":389,"160":29,"161":156,"167":58,"168":4,"17":114,"18":866,"19":262,"20":188,"209":43,"21":733,"210":23,"211":2,"214":100,"215":274,"221":389,"223":531,"224":77,"225":704,"23":361,"24":3068,"25":2037,"257":90,"26":208,"268":6,"27":249,"273":60,"276":78,"279":63,"28":1145,"281":15,"282":100,"291":24,"292":68,"30":92,"302":41,"306":9,"31":82,"314":11,"317":1,"32":60,"33":67,"34":55,"347":11,"35":231,"352":834,"36":229,"37":122,"38":556,"380":41,"381":91,"383":60,"39":82,"391":68,"396":3,"397":51,"40":96,"409":55,"41":51,"414":33,"415":199,"419":10,"42":101,"426":11,"43":55,"430":127,"433":68,"434":1,"44":32,"45":52,"46":213,"48":105,"49":84,"5":1249,"51":46,"52":54,"53":69,"56":13,"570":10,"6":200,"63":32,"7":829,"79":48,"8":210,"80":22,"9":546,"all_client":124885,"all_tv_clinet":22516,"insert_time":"2014-08-23T15:05:05.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101819,"10":118,"107":705,"11":719,"12":169,"13":398,"14":121,"15":184,"155":37,"156":67,"158":63,"159":11,"16":369,"160":25,"161":144,"167":59,"168":4,"17":114,"18":861,"19":272,"20":190,"209":44,"21":734,"210":23,"211":2,"214":94,"215":276,"221":387,"223":517,"224":72,"225":686,"23":360,"24":3052,"25":1927,"257":90,"26":177,"268":6,"27":239,"273":60,"276":79,"279":64,"28":1139,"281":14,"282":96,"291":24,"292":66,"30":81,"302":39,"306":10,"31":88,"314":10,"317":1,"32":58,"33":70,"34":55,"347":10,"35":228,"352":831,"36":242,"37":123,"38":534,"380":41,"381":91,"383":61,"39":95,"391":67,"396":4,"397":50,"40":100,"409":52,"41":54,"414":30,"415":205,"419":12,"42":103,"426":11,"43":59,"430":127,"433":75,"434":1,"44":35,"45":48,"46":207,"48":104,"49":83,"5":1231,"51":51,"52":51,"53":65,"56":15,"570":9,"6":202,"63":31,"7":834,"79":51,"8":208,"80":21,"9":559,"all_client":124100,"all_tv_clinet":22281,"insert_time":"2014-08-23T15:06:05.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101228,"10":117,"107":702,"11":702,"12":167,"13":405,"14":129,"15":187,"155":36,"156":58,"158":67,"159":10,"16":332,"160":26,"161":146,"167":63,"168":4,"17":115,"18":877,"19":276,"20":195,"209":43,"21":741,"210":19,"211":2,"214":94,"215":270,"221":361,"223":508,"224":71,"225":693,"23":351,"24":3033,"25":1858,"257":89,"26":162,"268":5,"27":226,"273":61,"276":80,"279":63,"28":1147,"281":11,"282":100,"291":26,"292":66,"30":79,"302":39,"306":10,"31":84,"314":12,"317":1,"32":57,"33":67,"34":52,"347":8,"35":231,"352":819,"36":235,"37":119,"38":524,"380":44,"381":94,"383":53,"39":107,"391":67,"396":5,"397":48,"40":98,"409":46,"41":58,"414":31,"415":200,"419":12,"42":96,"426":11,"43":58,"430":124,"433":79,"434":1,"44":35,"45":53,"46":200,"48":109,"49":85,"5":1232,"51":49,"52":49,"53":65,"56":14,"570":10,"6":210,"63":31,"7":808,"79":53,"8":212,"80":19,"9":570,"all_client":123295,"all_tv_clinet":22067,"insert_time":"2014-08-23T15:07:06.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100626,"10":116,"107":702,"11":713,"12":156,"13":401,"14":136,"15":190,"155":40,"156":49,"158":67,"159":12,"16":307,"160":26,"161":142,"167":64,"168":4,"17":111,"18":909,"19":278,"20":196,"209":44,"21":736,"210":18,"211":2,"214":95,"215":263,"221":359,"223":504,"224":66,"225":682,"23":346,"24":3000,"25":1758,"257":87,"26":155,"268":5,"27":211,"273":63,"276":78,"279":65,"28":1141,"281":9,"282":106,"291":26,"292":67,"30":76,"302":37,"306":10,"31":85,"314":12,"317":1,"32":59,"33":62,"34":55,"347":7,"35":236,"352":820,"36":230,"37":123,"38":510,"380":43,"381":97,"383":47,"39":110,"391":68,"396":6,"397":48,"40":98,"409":43,"41":62,"414":31,"415":199,"419":12,"42":92,"426":13,"43":54,"430":124,"433":83,"434":1,"44":35,"45":53,"46":193,"48":105,"49":85,"5":1239,"51":49,"52":51,"53":70,"56":10,"570":10,"6":213,"63":31,"7":785,"79":48,"8":210,"80":19,"9":565,"all_client":122456,"all_tv_clinet":21830,"insert_time":"2014-08-23T15:08:07.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100039,"10":115,"107":687,"11":724,"12":149,"13":410,"14":143,"15":190,"155":42,"156":46,"158":65,"159":11,"16":292,"160":26,"161":137,"167":65,"168":3,"17":106,"18":920,"19":280,"20":196,"209":39,"21":731,"210":17,"211":2,"214":96,"215":267,"221":351,"223":505,"224":63,"225":665,"23":340,"24":2953,"25":1670,"257":87,"26":157,"268":5,"27":192,"273":60,"276":79,"279":65,"28":1132,"281":10,"282":112,"291":25,"292":64,"30":67,"302":34,"306":10,"31":81,"314":12,"317":1,"32":62,"33":63,"34":55,"347":9,"35":233,"352":807,"36":219,"37":125,"38":510,"380":43,"381":100,"383":46,"39":110,"391":61,"396":6,"397":47,"40":98,"409":46,"41":65,"414":31,"415":198,"419":12,"42":92,"426":13,"43":53,"430":119,"433":88,"434":1,"44":32,"45":49,"46":187,"48":104,"49":82,"5":1246,"51":46,"52":56,"53":73,"56":9,"570":10,"6":222,"63":30,"7":735,"79":45,"8":210,"80":22,"9":562,"all_client":121570,"all_tv_clinet":21531,"insert_time":"2014-08-23T15:09:08.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99370,"10":114,"107":679,"11":725,"12":141,"13":413,"14":153,"15":187,"155":43,"156":50,"158":62,"159":12,"16":279,"160":25,"161":134,"167":62,"168":3,"17":98,"18":927,"19":286,"20":198,"209":37,"21":729,"210":17,"211":1,"214":93,"215":261,"221":352,"223":494,"224":61,"225":676,"23":331,"24":2928,"25":1635,"257":82,"26":155,"268":5,"27":165,"273":57,"276":79,"279":62,"28":1119,"281":9,"282":107,"291":25,"292":67,"30":59,"302":33,"306":11,"31":76,"314":11,"317":1,"32":58,"33":62,"34":58,"347":10,"35":237,"352":789,"36":220,"37":128,"38":507,"380":43,"381":98,"383":47,"39":109,"391":57,"396":6,"397":43,"40":96,"409":48,"41":68,"414":30,"415":194,"419":11,"42":92,"426":14,"43":54,"430":108,"433":91,"434":1,"44":32,"45":46,"46":187,"48":100,"49":83,"5":1251,"51":43,"52":54,"53":72,"56":9,"570":16,"6":228,"63":29,"7":703,"79":41,"8":205,"80":25,"9":545,"all_client":120647,"all_tv_clinet":21277,"insert_time":"2014-08-23T15:10:10.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98827,"10":116,"107":656,"11":712,"12":132,"13":417,"14":158,"15":179,"155":47,"156":45,"158":61,"159":12,"16":281,"160":24,"161":131,"167":63,"168":3,"17":96,"18":934,"19":287,"20":193,"209":38,"21":717,"210":16,"211":1,"214":92,"215":261,"221":350,"223":476,"224":62,"225":688,"23":324,"24":2905,"25":1600,"257":80,"26":151,"268":5,"27":147,"273":55,"276":79,"279":64,"28":1111,"281":8,"282":101,"291":24,"292":69,"30":55,"302":32,"306":9,"31":70,"314":8,"317":1,"32":55,"33":58,"34":59,"347":11,"35":238,"352":783,"36":211,"37":123,"38":506,"380":42,"381":97,"383":49,"39":121,"391":58,"396":6,"397":40,"40":89,"409":51,"41":75,"414":29,"415":195,"419":10,"42":85,"426":14,"43":54,"430":100,"433":94,"434":1,"44":38,"45":39,"46":193,"48":94,"49":82,"5":1237,"51":42,"52":55,"53":72,"56":9,"570":15,"6":236,"63":29,"7":649,"79":35,"8":212,"80":25,"9":565,"all_client":119854,"all_tv_clinet":21027,"insert_time":"2014-08-23T15:11:11.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98249,"10":113,"107":648,"11":715,"12":126,"13":412,"14":160,"15":181,"155":46,"156":44,"158":58,"159":12,"16":276,"160":26,"161":122,"167":64,"168":3,"17":88,"18":945,"19":291,"20":193,"209":42,"21":706,"210":14,"211":1,"214":93,"215":259,"221":347,"223":459,"224":60,"225":667,"23":314,"24":2908,"25":1573,"257":76,"26":141,"268":4,"27":128,"273":57,"276":77,"279":65,"28":1096,"281":9,"282":97,"291":23,"292":73,"30":56,"302":24,"306":11,"31":66,"314":7,"317":1,"32":54,"33":56,"34":57,"347":11,"35":239,"352":773,"36":203,"37":122,"38":506,"380":42,"381":98,"383":48,"39":122,"391":59,"396":8,"397":41,"40":89,"409":54,"41":76,"414":24,"415":192,"419":11,"42":82,"426":16,"43":56,"430":87,"433":94,"434":1,"44":39,"45":35,"46":196,"48":92,"49":83,"5":1226,"51":43,"52":57,"53":61,"56":10,"570":14,"6":236,"63":32,"7":609,"79":35,"8":214,"80":26,"9":556,"all_client":119011,"all_tv_clinet":20762,"insert_time":"2014-08-23T15:12:12.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97682,"10":113,"107":635,"11":714,"12":115,"13":394,"14":164,"15":181,"155":48,"156":45,"158":59,"159":12,"16":274,"160":21,"161":126,"167":65,"168":2,"17":87,"18":958,"19":302,"20":194,"209":45,"21":702,"210":12,"211":1,"214":92,"215":262,"221":325,"223":443,"224":62,"225":644,"23":313,"24":2891,"25":1552,"257":80,"26":142,"268":5,"27":120,"273":57,"276":73,"279":64,"28":1089,"281":8,"282":97,"291":21,"292":73,"30":50,"302":22,"306":12,"31":64,"314":6,"317":1,"32":56,"33":61,"34":55,"347":13,"35":231,"352":789,"36":196,"37":118,"38":501,"380":42,"381":96,"383":45,"39":122,"391":59,"396":8,"397":41,"40":91,"409":57,"41":82,"414":22,"415":193,"419":12,"42":74,"426":17,"43":58,"430":83,"433":94,"434":1,"44":40,"45":28,"46":198,"48":88,"49":86,"5":1189,"51":42,"52":56,"53":56,"56":10,"570":14,"6":247,"63":37,"7":580,"79":34,"8":213,"80":25,"9":559,"all_client":118238,"all_tv_clinet":20556,"insert_time":"2014-08-23T15:13:13.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97175,"10":108,"107":634,"11":721,"12":108,"13":383,"14":160,"15":185,"155":46,"156":46,"158":61,"159":13,"16":258,"160":21,"161":123,"167":65,"168":2,"17":81,"18":967,"19":306,"20":194,"209":47,"21":686,"210":12,"211":1,"214":93,"215":262,"221":311,"223":425,"224":58,"225":645,"23":306,"24":2864,"25":1522,"257":78,"26":144,"268":6,"27":99,"273":53,"276":72,"279":63,"28":1088,"281":8,"282":98,"291":22,"292":74,"30":46,"302":19,"306":12,"31":66,"314":6,"32":55,"33":63,"34":54,"347":12,"35":233,"352":785,"36":196,"37":113,"38":495,"380":42,"381":98,"383":49,"39":112,"391":56,"396":9,"397":40,"40":93,"409":55,"41":78,"414":24,"415":190,"419":12,"42":71,"426":18,"43":60,"430":76,"433":98,"44":38,"45":25,"46":200,"48":87,"49":87,"5":1158,"51":43,"52":57,"53":56,"56":11,"570":15,"6":251,"63":37,"7":557,"79":37,"8":211,"80":24,"9":553,"all_client":117477,"all_tv_clinet":20302,"insert_time":"2014-08-23T15:14:13.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96625,"10":108,"107":615,"11":703,"12":103,"13":386,"14":158,"15":183,"155":45,"156":45,"158":61,"159":13,"16":253,"160":21,"161":121,"167":65,"168":2,"17":79,"18":976,"19":305,"20":191,"209":41,"21":681,"210":11,"211":1,"214":95,"215":254,"221":307,"223":421,"224":58,"225":643,"23":294,"24":2836,"25":1496,"257":81,"26":146,"268":6,"27":94,"273":51,"276":70,"279":61,"28":1079,"281":9,"282":98,"291":20,"292":70,"30":41,"302":18,"306":13,"31":62,"314":6,"32":54,"33":63,"34":51,"347":12,"35":236,"352":786,"36":194,"37":112,"38":503,"380":43,"381":97,"383":46,"39":110,"391":53,"396":10,"397":42,"40":92,"409":57,"41":72,"414":19,"415":191,"419":10,"42":64,"426":16,"43":63,"430":72,"433":96,"44":36,"45":25,"46":199,"48":81,"49":84,"5":1137,"51":45,"52":61,"53":58,"56":11,"570":15,"6":252,"63":37,"7":540,"79":36,"8":211,"80":24,"9":545,"all_client":116682,"all_tv_clinet":20057,"insert_time":"2014-08-23T15:15:14.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96117,"10":109,"107":602,"11":693,"12":96,"13":386,"14":165,"15":173,"155":46,"156":44,"158":61,"159":14,"16":248,"160":22,"161":112,"167":67,"168":2,"17":77,"18":980,"19":304,"20":190,"209":37,"21":670,"210":12,"211":1,"214":93,"215":258,"221":293,"223":408,"224":59,"225":648,"23":279,"24":2820,"25":1470,"257":77,"26":149,"268":5,"27":88,"273":47,"276":69,"279":61,"28":1072,"281":9,"282":96,"291":19,"292":66,"30":42,"302":20,"306":12,"31":57,"314":6,"32":49,"33":58,"34":52,"347":10,"35":236,"352":778,"36":188,"37":113,"38":503,"380":44,"381":99,"383":48,"389":1,"39":106,"391":49,"396":10,"397":44,"40":88,"409":57,"41":70,"414":17,"415":176,"419":10,"42":59,"426":23,"43":61,"430":69,"433":97,"44":36,"45":27,"46":210,"48":87,"49":82,"5":1117,"51":47,"52":57,"53":63,"56":9,"570":12,"6":251,"63":38,"7":517,"79":39,"8":211,"80":22,"9":545,"all_client":115936,"all_tv_clinet":19819,"insert_time":"2014-08-23T15:16:15.407Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95623,"10":107,"107":605,"11":677,"12":87,"13":383,"14":167,"15":160,"155":45,"156":43,"158":57,"159":15,"16":248,"160":19,"161":111,"167":65,"168":2,"17":73,"18":964,"19":313,"20":191,"209":38,"21":655,"210":13,"211":1,"214":92,"215":258,"221":292,"223":396,"224":59,"225":647,"23":274,"24":2790,"25":1470,"257":69,"26":136,"268":5,"27":83,"273":49,"276":70,"279":60,"28":1083,"281":9,"282":94,"291":19,"292":63,"30":40,"302":16,"306":12,"31":59,"314":5,"32":49,"33":56,"34":49,"347":10,"35":240,"352":762,"36":191,"37":114,"38":507,"380":44,"381":98,"383":44,"389":1,"39":100,"391":50,"396":11,"397":43,"40":89,"409":55,"41":68,"414":15,"415":180,"419":12,"42":57,"426":21,"43":58,"430":64,"433":99,"44":33,"45":25,"46":211,"48":82,"49":82,"5":1112,"51":46,"52":52,"53":64,"56":8,"570":10,"6":257,"63":35,"7":483,"79":37,"8":207,"80":20,"9":555,"all_client":115218,"all_tv_clinet":19595,"insert_time":"2014-08-23T15:17:16.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95054,"10":106,"107":596,"11":666,"12":80,"13":368,"14":166,"15":158,"155":47,"156":41,"158":59,"159":16,"16":255,"160":19,"161":114,"167":64,"168":2,"17":71,"18":951,"19":308,"20":194,"209":38,"21":655,"210":13,"211":1,"214":91,"215":264,"221":284,"223":388,"224":54,"225":667,"23":267,"24":2803,"25":1458,"257":75,"26":142,"268":5,"27":83,"273":46,"276":67,"279":59,"28":1079,"281":11,"282":95,"291":22,"292":61,"30":39,"302":13,"306":12,"31":60,"314":5,"32":44,"33":51,"34":47,"347":9,"35":233,"352":751,"36":193,"37":116,"38":496,"380":44,"381":97,"383":44,"389":1,"39":98,"391":46,"396":8,"397":42,"40":85,"409":49,"41":67,"414":15,"415":170,"419":12,"42":56,"426":25,"43":60,"430":58,"433":100,"44":35,"45":24,"46":214,"48":82,"49":82,"5":1107,"51":49,"52":51,"53":70,"56":8,"570":10,"6":259,"63":36,"7":449,"79":37,"8":201,"80":18,"9":542,"all_client":114483,"all_tv_clinet":19429,"insert_time":"2014-08-23T15:18:16.990Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94599,"10":105,"107":579,"11":669,"12":76,"13":370,"14":162,"15":158,"155":48,"156":42,"158":56,"159":13,"16":257,"160":21,"161":112,"167":65,"168":1,"17":68,"18":935,"19":312,"20":196,"209":39,"21":642,"210":14,"211":1,"214":91,"215":262,"221":279,"223":381,"224":49,"225":673,"23":266,"24":2794,"25":1443,"257":77,"26":138,"268":5,"27":75,"273":51,"276":66,"279":59,"28":1073,"281":9,"282":95,"291":22,"292":63,"30":36,"302":13,"306":12,"31":60,"314":6,"32":44,"33":51,"34":43,"347":9,"35":231,"352":723,"36":187,"37":116,"38":479,"380":41,"381":97,"383":41,"389":1,"39":97,"391":43,"396":8,"397":43,"40":89,"409":48,"41":68,"414":17,"415":175,"419":12,"42":51,"426":21,"43":61,"430":56,"433":101,"44":35,"45":24,"46":218,"48":85,"49":82,"5":1084,"51":53,"52":52,"53":66,"56":7,"570":10,"6":264,"63":38,"7":414,"79":35,"8":198,"80":19,"9":536,"all_client":113811,"all_tv_clinet":19212,"insert_time":"2014-08-23T15:19:17.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94080,"10":110,"107":581,"11":664,"12":73,"13":363,"14":159,"15":158,"155":46,"156":41,"158":55,"159":12,"16":260,"160":23,"161":117,"167":65,"168":1,"17":69,"18":939,"19":317,"20":194,"209":40,"21":648,"210":14,"211":1,"214":89,"215":254,"221":274,"223":377,"224":47,"225":667,"23":261,"24":2798,"25":1420,"257":81,"26":134,"268":5,"27":71,"273":50,"276":63,"279":57,"28":1065,"281":10,"282":94,"291":22,"292":61,"30":35,"302":13,"306":12,"31":61,"314":5,"32":41,"33":50,"34":43,"347":8,"35":230,"352":726,"36":194,"37":114,"38":457,"380":41,"381":94,"383":42,"389":1,"39":92,"391":41,"396":7,"397":45,"40":85,"409":51,"41":75,"414":19,"415":171,"419":13,"42":44,"426":18,"43":66,"430":49,"433":101,"44":30,"45":23,"46":220,"48":86,"49":86,"5":1047,"51":51,"52":55,"53":66,"56":7,"570":10,"6":261,"63":37,"7":389,"79":35,"8":200,"80":20,"9":528,"all_client":113125,"all_tv_clinet":19045,"insert_time":"2014-08-23T15:20:18.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93507,"10":108,"107":584,"11":666,"12":70,"13":358,"14":162,"15":161,"155":48,"156":40,"158":57,"159":12,"16":267,"160":24,"161":107,"167":64,"168":1,"17":71,"18":929,"19":317,"20":190,"209":41,"21":660,"210":14,"211":1,"214":90,"215":250,"221":265,"223":372,"224":43,"225":665,"23":263,"24":2797,"25":1397,"257":77,"26":138,"268":6,"27":69,"273":46,"276":63,"279":57,"28":1081,"281":10,"282":92,"291":23,"292":64,"30":34,"302":13,"306":11,"31":59,"314":5,"32":39,"33":47,"34":39,"347":8,"35":226,"352":722,"36":193,"37":102,"38":447,"380":39,"381":103,"383":44,"389":1,"39":90,"391":39,"396":6,"397":43,"40":86,"409":53,"41":73,"414":19,"415":167,"419":12,"42":40,"426":18,"43":66,"430":44,"433":101,"44":33,"45":23,"46":221,"48":88,"49":87,"5":1013,"51":49,"52":56,"53":61,"56":8,"570":8,"6":268,"63":36,"7":382,"79":38,"8":203,"80":20,"9":515,"all_client":112425,"all_tv_clinet":18918,"insert_time":"2014-08-23T15:21:19.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92998,"10":107,"107":590,"11":673,"12":66,"13":355,"14":165,"15":162,"155":47,"156":41,"158":59,"159":11,"16":269,"160":23,"161":110,"167":63,"168":1,"17":77,"18":924,"19":317,"20":186,"209":43,"21":662,"210":14,"211":1,"214":87,"215":249,"221":272,"223":365,"224":42,"225":660,"23":248,"24":2809,"25":1386,"257":69,"26":139,"268":6,"27":70,"273":46,"276":60,"279":56,"28":1096,"281":10,"282":93,"291":22,"292":62,"30":34,"302":14,"306":9,"31":54,"314":5,"32":42,"33":54,"34":42,"347":9,"35":224,"352":707,"36":190,"37":93,"38":444,"380":39,"381":100,"383":48,"389":1,"39":92,"391":39,"396":7,"397":45,"40":87,"409":51,"41":80,"414":19,"415":168,"419":11,"42":39,"426":17,"43":63,"430":41,"433":102,"44":38,"45":21,"46":222,"48":84,"49":84,"5":991,"51":47,"52":53,"53":67,"56":8,"570":6,"6":267,"63":31,"7":363,"79":37,"8":200,"80":21,"9":501,"all_client":111822,"all_tv_clinet":18824,"insert_time":"2014-08-23T15:22:20.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92332,"10":105,"107":573,"11":662,"12":64,"13":353,"14":173,"15":162,"155":47,"156":38,"158":60,"159":12,"16":271,"160":25,"161":108,"167":64,"168":1,"17":86,"18":897,"19":319,"20":184,"209":46,"21":670,"210":14,"211":1,"214":79,"215":245,"221":260,"223":373,"224":44,"225":670,"23":242,"24":2762,"25":1374,"257":65,"26":150,"268":7,"27":69,"273":47,"276":59,"279":57,"28":1097,"281":9,"282":93,"291":20,"292":61,"30":29,"302":13,"306":9,"31":50,"314":4,"32":40,"33":56,"34":42,"347":9,"35":226,"352":705,"36":186,"37":73,"38":445,"380":39,"381":99,"383":49,"389":1,"39":86,"391":36,"396":7,"397":46,"40":88,"409":50,"41":83,"414":17,"415":163,"419":13,"42":38,"426":17,"43":59,"430":39,"433":105,"434":1,"44":39,"45":22,"46":224,"48":79,"49":86,"5":994,"51":53,"52":55,"53":64,"56":9,"570":6,"6":274,"63":28,"7":358,"79":38,"8":193,"80":22,"9":471,"all_client":110988,"all_tv_clinet":18656,"insert_time":"2014-08-23T15:23:21.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91745,"10":108,"107":565,"11":659,"12":61,"13":347,"14":176,"15":164,"155":46,"156":39,"158":58,"159":12,"16":280,"160":24,"161":115,"167":61,"168":1,"17":94,"18":889,"19":323,"20":183,"209":48,"21":665,"210":14,"211":1,"214":72,"215":244,"221":258,"223":372,"224":44,"225":691,"23":240,"24":2700,"25":1368,"257":62,"26":151,"268":6,"27":68,"273":48,"276":57,"279":58,"28":1116,"281":10,"282":90,"291":18,"292":61,"30":26,"302":15,"306":9,"31":46,"314":5,"32":42,"33":58,"34":40,"347":10,"35":225,"352":696,"36":184,"37":68,"38":433,"380":40,"381":94,"383":52,"389":1,"39":80,"391":32,"396":7,"397":45,"40":87,"409":50,"41":86,"414":17,"415":155,"419":14,"42":44,"426":16,"43":58,"430":37,"433":105,"434":1,"44":33,"45":23,"46":221,"48":87,"49":84,"5":987,"51":54,"52":55,"53":66,"56":9,"570":7,"6":281,"63":29,"7":347,"79":39,"8":193,"80":20,"9":452,"all_client":110277,"all_tv_clinet":18532,"insert_time":"2014-08-23T15:24:21.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91172,"10":106,"107":553,"11":660,"12":56,"13":332,"14":181,"15":166,"155":48,"156":40,"158":58,"159":13,"16":288,"160":22,"161":115,"167":64,"168":1,"17":104,"18":886,"19":329,"20":182,"209":46,"21":644,"210":14,"211":1,"214":67,"215":244,"221":262,"223":387,"224":43,"225":687,"23":240,"24":2611,"25":1371,"257":59,"26":155,"268":5,"27":69,"273":47,"276":55,"279":58,"28":1129,"281":8,"282":86,"291":17,"292":64,"30":28,"302":15,"306":10,"31":51,"314":3,"32":42,"33":54,"34":41,"347":11,"35":241,"352":689,"36":185,"37":59,"38":429,"380":39,"381":93,"383":54,"389":1,"39":76,"391":31,"396":7,"397":47,"40":92,"409":56,"41":85,"414":17,"415":152,"419":15,"42":52,"426":15,"43":57,"430":39,"433":106,"434":1,"44":32,"45":23,"46":217,"48":91,"49":78,"5":995,"51":59,"52":59,"53":71,"56":8,"570":6,"6":289,"63":30,"7":332,"79":37,"8":191,"80":21,"9":414,"all_client":109591,"all_tv_clinet":18419,"insert_time":"2014-08-23T15:25:22.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90611,"10":110,"107":555,"11":658,"12":56,"13":320,"14":189,"15":172,"155":48,"156":38,"158":58,"159":12,"16":284,"160":21,"161":123,"167":64,"168":1,"17":113,"18":881,"19":334,"20":177,"209":46,"21":641,"210":14,"211":1,"214":61,"215":243,"221":264,"223":401,"224":40,"225":719,"23":234,"24":2561,"25":1385,"257":59,"26":152,"268":4,"27":67,"273":46,"276":47,"279":58,"28":1123,"281":7,"282":90,"291":17,"292":64,"30":26,"302":15,"306":10,"31":57,"314":3,"32":42,"33":55,"34":42,"347":13,"35":239,"352":666,"36":182,"37":55,"38":430,"380":38,"381":96,"383":53,"389":1,"39":70,"391":30,"396":7,"397":43,"40":89,"409":55,"41":87,"414":21,"415":143,"419":14,"42":51,"426":11,"43":56,"430":40,"433":108,"434":2,"44":33,"45":28,"46":210,"48":93,"49":69,"5":966,"51":56,"52":57,"53":73,"56":9,"570":6,"6":301,"63":30,"7":333,"79":34,"8":183,"80":21,"9":365,"all_client":108886,"all_tv_clinet":18275,"insert_time":"2014-08-23T15:26:23.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90042,"10":116,"107":550,"11":670,"12":58,"13":302,"14":188,"15":177,"155":48,"156":38,"158":54,"159":13,"16":285,"160":21,"161":120,"167":61,"17":121,"18":894,"19":335,"20":180,"209":45,"21":641,"210":14,"211":1,"214":59,"215":242,"221":257,"223":414,"224":40,"225":746,"23":223,"24":2515,"25":1373,"257":57,"26":153,"268":3,"27":63,"273":46,"276":44,"279":55,"28":1129,"281":8,"282":88,"291":16,"292":62,"30":22,"302":14,"306":11,"31":52,"314":3,"32":43,"33":53,"34":42,"347":16,"35":237,"352":657,"36":190,"37":53,"38":425,"380":39,"381":96,"383":52,"389":1,"39":66,"391":31,"396":8,"397":42,"40":88,"409":53,"41":84,"414":23,"415":144,"419":14,"42":50,"426":8,"43":57,"430":37,"433":107,"434":2,"44":36,"45":31,"46":208,"48":82,"49":62,"5":913,"51":54,"52":52,"53":75,"56":7,"570":7,"6":314,"63":27,"7":351,"79":33,"8":186,"80":20,"9":324,"all_client":108169,"all_tv_clinet":18127,"insert_time":"2014-08-23T15:27:24.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89495,"10":114,"107":554,"11":665,"12":61,"13":301,"14":181,"15":179,"155":48,"156":32,"158":52,"159":12,"16":282,"160":25,"161":112,"167":60,"17":130,"18":900,"19":340,"20":174,"209":42,"21":616,"210":15,"211":1,"214":55,"215":241,"221":258,"223":417,"224":43,"225":761,"23":223,"24":2501,"25":1373,"257":57,"26":158,"268":2,"27":60,"273":47,"276":39,"279":52,"28":1136,"281":7,"282":91,"291":16,"292":61,"30":23,"302":13,"306":13,"31":55,"314":4,"32":41,"33":55,"34":40,"347":15,"35":231,"352":647,"36":188,"37":49,"38":411,"380":40,"381":98,"383":45,"389":1,"39":67,"391":32,"396":8,"397":41,"40":88,"409":51,"41":84,"414":24,"415":146,"419":11,"42":54,"426":7,"43":59,"430":38,"433":110,"434":2,"44":34,"45":29,"46":207,"48":74,"49":60,"5":850,"51":54,"52":49,"53":78,"56":8,"570":8,"6":317,"63":26,"7":369,"79":34,"8":184,"80":19,"9":293,"all_client":107473,"all_tv_clinet":17978,"insert_time":"2014-08-23T15:28:25.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88961,"10":112,"107":556,"11":679,"12":59,"13":304,"14":179,"15":182,"155":50,"156":27,"158":51,"159":10,"16":285,"160":28,"161":107,"167":60,"17":135,"18":884,"19":346,"20":170,"209":41,"21":569,"210":15,"211":1,"214":51,"215":242,"221":246,"223":414,"224":43,"225":752,"23":225,"24":2487,"25":1355,"257":59,"26":164,"268":2,"27":61,"273":49,"276":35,"279":52,"28":1141,"281":6,"282":93,"291":16,"292":57,"30":29,"302":13,"306":14,"31":54,"314":4,"32":40,"33":58,"34":41,"347":14,"35":232,"352":651,"36":185,"37":46,"38":407,"380":41,"381":98,"383":42,"389":1,"39":64,"391":29,"396":7,"397":39,"40":92,"409":45,"41":89,"414":22,"415":143,"419":8,"42":60,"426":7,"43":59,"430":40,"433":112,"434":2,"44":32,"45":30,"46":206,"48":70,"49":59,"5":796,"51":56,"52":46,"53":82,"56":8,"570":8,"6":317,"63":24,"7":379,"79":37,"8":187,"80":18,"9":273,"all_client":106777,"all_tv_clinet":17816,"insert_time":"2014-08-23T15:29:25.810Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88373,"10":111,"107":576,"11":675,"12":65,"13":307,"14":181,"15":175,"155":51,"156":28,"158":51,"159":9,"16":287,"160":27,"161":115,"167":62,"17":141,"18":890,"19":343,"20":170,"209":40,"21":504,"210":15,"211":1,"214":52,"215":242,"221":246,"223":405,"224":43,"225":752,"23":228,"24":2491,"25":1356,"257":61,"26":171,"268":2,"27":60,"273":45,"276":33,"279":54,"28":1116,"281":5,"282":91,"291":16,"292":57,"30":32,"302":13,"306":12,"31":51,"314":3,"32":40,"33":55,"34":39,"347":14,"35":243,"352":644,"36":181,"37":42,"38":418,"380":42,"381":106,"383":35,"389":1,"39":58,"391":27,"396":5,"397":39,"40":92,"409":40,"41":83,"414":23,"415":134,"419":6,"42":64,"426":6,"43":54,"430":39,"433":110,"434":2,"44":31,"45":27,"46":210,"48":66,"49":61,"5":763,"51":58,"52":50,"53":84,"56":8,"570":8,"6":318,"63":23,"7":382,"79":34,"8":179,"80":17,"9":258,"all_client":106053,"all_tv_clinet":17680,"insert_time":"2014-08-23T15:30:26.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87800,"10":109,"107":573,"11":683,"12":69,"13":311,"14":180,"15":166,"155":50,"156":28,"158":54,"159":10,"16":286,"160":27,"161":114,"167":59,"17":148,"18":879,"19":340,"20":168,"209":43,"21":472,"210":16,"211":1,"214":50,"215":244,"221":247,"223":416,"224":39,"225":754,"23":217,"24":2480,"25":1341,"257":60,"26":175,"268":3,"27":62,"273":44,"276":32,"279":59,"28":1071,"281":5,"282":83,"291":16,"292":54,"30":30,"302":12,"306":10,"31":50,"314":3,"32":40,"33":53,"34":35,"347":14,"35":251,"352":640,"36":189,"37":39,"38":401,"380":42,"381":109,"383":39,"39":58,"391":26,"396":6,"397":40,"40":98,"409":41,"41":82,"414":23,"415":120,"419":6,"42":69,"426":7,"43":56,"430":39,"433":113,"434":2,"44":32,"45":26,"46":207,"48":66,"49":61,"5":734,"51":57,"52":49,"53":83,"56":9,"570":6,"6":322,"63":22,"7":382,"79":35,"8":165,"80":13,"9":249,"all_client":105299,"all_tv_clinet":17499,"insert_time":"2014-08-23T15:31:29.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87171,"10":103,"107":562,"11":679,"12":73,"13":306,"14":182,"15":160,"155":50,"156":26,"158":51,"159":11,"16":282,"160":27,"161":113,"167":58,"17":155,"18":879,"19":342,"20":161,"209":40,"21":450,"210":15,"211":1,"214":44,"215":238,"221":244,"223":406,"224":41,"225":779,"23":215,"24":2479,"25":1304,"257":58,"26":169,"268":3,"27":62,"273":42,"276":32,"279":59,"28":1020,"281":6,"282":80,"291":15,"292":56,"30":26,"302":12,"306":10,"31":51,"314":3,"32":44,"33":54,"34":37,"347":14,"35":255,"352":633,"36":199,"37":37,"38":405,"380":43,"381":105,"383":39,"39":55,"391":26,"396":6,"397":41,"40":105,"409":42,"41":78,"414":21,"415":116,"419":6,"42":77,"426":9,"43":57,"430":44,"433":113,"434":2,"44":30,"45":26,"46":208,"48":63,"49":58,"5":702,"51":57,"52":51,"53":79,"56":10,"570":6,"6":329,"63":21,"7":379,"79":36,"8":151,"80":13,"9":242,"all_client":104475,"all_tv_clinet":17304,"insert_time":"2014-08-23T15:32:34.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86513,"10":107,"107":550,"11":675,"12":78,"13":301,"14":185,"15":161,"155":49,"156":25,"158":47,"159":11,"16":278,"160":22,"161":118,"167":56,"17":159,"18":876,"19":354,"20":152,"209":40,"21":432,"210":15,"211":1,"214":37,"215":242,"221":236,"223":419,"224":37,"225":773,"23":216,"24":2458,"25":1267,"257":60,"26":171,"268":4,"27":63,"273":41,"276":33,"279":58,"28":987,"281":4,"282":76,"291":16,"292":58,"30":25,"302":12,"306":8,"31":51,"314":2,"32":45,"33":55,"34":39,"347":12,"35":261,"352":627,"36":200,"37":39,"38":403,"380":43,"381":105,"383":44,"39":62,"391":26,"396":5,"397":40,"40":109,"409":43,"41":77,"414":18,"415":123,"419":6,"42":79,"426":10,"43":53,"430":44,"433":116,"434":2,"44":29,"45":25,"46":211,"48":66,"49":59,"5":676,"51":58,"52":47,"53":80,"56":10,"570":5,"6":333,"63":20,"7":379,"79":37,"8":140,"80":11,"9":240,"all_client":103671,"all_tv_clinet":17158,"insert_time":"2014-08-23T15:33:35.838Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85912,"10":111,"107":561,"11":664,"12":80,"13":299,"14":191,"15":163,"155":49,"156":23,"158":41,"159":9,"16":279,"160":19,"161":118,"167":57,"17":165,"18":858,"19":349,"20":157,"209":39,"21":422,"210":14,"211":1,"214":35,"215":241,"221":238,"223":424,"224":35,"225":767,"23":218,"24":2442,"25":1211,"257":62,"26":168,"268":4,"27":61,"273":43,"276":32,"279":59,"28":968,"281":4,"282":77,"291":18,"292":56,"30":28,"302":13,"306":7,"31":54,"314":3,"32":42,"33":61,"34":45,"347":11,"35":270,"352":625,"36":193,"37":39,"38":393,"380":41,"381":101,"383":45,"39":61,"391":22,"396":5,"397":38,"40":101,"409":41,"41":71,"414":16,"415":124,"419":5,"42":76,"426":8,"43":54,"430":42,"433":116,"434":1,"44":31,"45":26,"46":223,"48":71,"49":55,"5":650,"51":55,"52":48,"53":80,"56":11,"570":7,"6":334,"63":21,"7":372,"79":39,"8":137,"80":9,"9":230,"all_client":102895,"all_tv_clinet":16983,"insert_time":"2014-08-23T15:34:36.520Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85369,"10":112,"107":543,"11":682,"12":78,"13":295,"14":193,"15":155,"155":48,"156":18,"158":40,"159":9,"16":280,"160":17,"161":110,"167":58,"17":166,"18":844,"19":356,"20":157,"209":42,"21":435,"210":14,"211":1,"214":30,"215":229,"221":239,"223":427,"224":33,"225":788,"23":220,"24":2396,"25":1199,"257":62,"26":168,"268":5,"27":64,"273":41,"276":29,"279":57,"28":951,"281":2,"282":78,"291":19,"292":60,"30":31,"302":12,"306":7,"31":55,"314":3,"32":41,"33":62,"34":46,"347":10,"35":263,"352":618,"36":183,"37":43,"38":377,"380":37,"381":100,"383":46,"39":59,"391":21,"396":6,"397":36,"40":103,"409":42,"41":69,"414":18,"415":118,"419":4,"42":64,"426":5,"43":55,"430":45,"431":1,"433":118,"434":2,"44":29,"45":25,"46":220,"48":71,"49":51,"5":629,"51":54,"52":49,"53":83,"56":10,"570":6,"6":322,"63":24,"7":365,"79":40,"8":134,"80":8,"9":224,"all_client":102163,"all_tv_clinet":16794,"insert_time":"2014-08-23T15:35:37.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84740,"10":111,"107":536,"11":679,"12":74,"13":292,"14":196,"15":152,"155":48,"156":19,"158":38,"159":9,"16":283,"160":17,"161":109,"167":55,"17":166,"18":852,"19":353,"20":155,"209":43,"21":439,"210":15,"211":1,"214":28,"215":220,"221":242,"223":423,"224":33,"225":791,"23":228,"24":2349,"25":1179,"257":59,"26":171,"268":5,"27":68,"273":40,"276":27,"279":55,"28":950,"281":2,"282":80,"291":17,"292":59,"30":33,"302":13,"306":7,"31":56,"314":3,"32":40,"33":58,"34":45,"347":12,"35":251,"352":611,"36":181,"37":42,"38":375,"380":34,"381":102,"383":47,"39":55,"391":21,"396":5,"397":35,"40":106,"409":40,"41":69,"414":17,"415":114,"419":4,"42":61,"426":6,"43":57,"430":46,"431":2,"433":120,"434":2,"44":30,"45":23,"46":220,"48":70,"49":39,"5":600,"51":52,"52":50,"53":83,"56":9,"570":7,"6":298,"63":24,"7":366,"79":41,"8":128,"80":8,"9":222,"all_client":101348,"all_tv_clinet":16608,"insert_time":"2014-08-23T15:36:37.933Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84049,"10":111,"107":537,"11":675,"12":78,"13":292,"14":189,"15":138,"155":47,"156":18,"158":37,"159":9,"16":293,"160":18,"161":113,"167":51,"17":165,"18":841,"19":354,"20":152,"209":42,"21":433,"210":16,"214":27,"215":204,"221":237,"223":426,"224":35,"225":802,"23":228,"24":2311,"25":1168,"257":57,"26":170,"268":5,"27":68,"273":39,"276":28,"279":53,"28":950,"281":2,"282":81,"291":16,"292":59,"30":32,"302":14,"306":7,"31":50,"314":3,"32":41,"33":57,"34":42,"347":12,"35":237,"352":602,"36":177,"37":41,"38":365,"380":29,"381":104,"383":49,"39":56,"391":19,"396":6,"397":32,"40":105,"409":40,"41":63,"414":18,"415":112,"419":4,"42":56,"426":6,"43":57,"430":44,"431":2,"433":119,"434":2,"44":25,"45":22,"46":214,"48":70,"49":34,"5":569,"51":53,"52":56,"53":79,"56":8,"570":5,"6":278,"63":25,"7":375,"79":44,"8":131,"80":8,"9":223,"all_client":100446,"all_tv_clinet":16397,"insert_time":"2014-08-23T15:37:38.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83521,"10":114,"107":535,"11":672,"12":84,"13":297,"14":181,"15":128,"155":50,"156":17,"158":33,"159":7,"16":296,"160":19,"161":104,"167":49,"17":165,"18":828,"19":346,"20":154,"209":38,"21":418,"210":16,"214":27,"215":197,"221":236,"223":429,"224":35,"225":804,"23":218,"24":2292,"25":1171,"257":56,"26":173,"268":4,"27":68,"273":37,"276":27,"279":54,"28":950,"281":2,"282":85,"291":14,"292":56,"30":31,"302":14,"306":7,"31":48,"314":3,"32":41,"33":56,"34":44,"347":9,"35":230,"352":606,"36":175,"37":34,"38":356,"380":27,"381":97,"383":47,"39":60,"391":19,"396":5,"397":28,"40":106,"409":36,"41":59,"414":18,"415":106,"419":4,"42":58,"426":7,"43":54,"430":44,"431":2,"433":118,"434":1,"44":22,"45":20,"46":208,"48":68,"49":29,"5":545,"51":57,"52":56,"53":77,"56":7,"570":8,"6":276,"63":25,"7":378,"79":43,"8":133,"80":9,"9":221,"all_client":99739,"all_tv_clinet":16218,"insert_time":"2014-08-23T15:38:39.227Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82988,"10":118,"107":533,"11":652,"12":81,"13":306,"14":181,"15":111,"155":50,"156":17,"158":33,"159":7,"16":301,"160":19,"161":109,"167":49,"17":162,"18":813,"19":343,"20":146,"209":36,"21":406,"210":17,"214":29,"215":194,"221":226,"223":436,"224":35,"225":795,"23":204,"24":2255,"25":1169,"257":54,"26":173,"268":4,"27":66,"273":37,"276":26,"279":55,"28":945,"281":3,"282":82,"291":13,"292":56,"30":31,"302":13,"306":7,"31":48,"314":3,"32":42,"33":58,"34":45,"347":7,"35":228,"352":610,"36":179,"37":31,"38":354,"380":27,"381":95,"383":42,"39":58,"391":18,"396":5,"397":27,"40":101,"409":38,"41":54,"414":18,"415":105,"419":3,"42":59,"426":7,"43":47,"430":50,"431":1,"433":119,"434":1,"44":22,"45":22,"46":210,"48":66,"49":30,"5":526,"51":58,"52":57,"53":79,"56":7,"570":7,"6":275,"63":23,"7":386,"79":42,"8":126,"80":8,"9":227,"all_client":99037,"all_tv_clinet":16049,"insert_time":"2014-08-23T15:39:39.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82432,"10":115,"107":545,"11":626,"12":84,"13":318,"14":172,"15":102,"155":50,"156":17,"158":31,"159":9,"16":309,"160":17,"161":106,"167":48,"17":168,"18":817,"19":344,"20":145,"209":32,"21":407,"210":18,"214":29,"215":192,"221":231,"223":428,"224":33,"225":769,"23":200,"24":2222,"25":1163,"257":46,"26":173,"268":4,"27":67,"273":35,"276":22,"279":54,"28":915,"281":2,"282":76,"291":12,"292":54,"30":30,"302":13,"306":7,"31":52,"314":2,"32":46,"33":58,"34":43,"347":7,"35":224,"352":615,"36":184,"37":32,"38":344,"380":26,"381":89,"383":46,"39":54,"391":18,"396":5,"397":24,"40":94,"409":38,"41":48,"414":18,"415":99,"419":3,"42":59,"426":7,"43":46,"430":50,"431":1,"433":119,"434":1,"44":22,"45":22,"46":210,"48":71,"49":32,"5":515,"51":56,"52":51,"53":79,"56":7,"570":6,"6":276,"63":23,"7":377,"79":39,"8":122,"80":9,"9":225,"all_client":98283,"all_tv_clinet":15851,"insert_time":"2014-08-23T15:40:40.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81885,"10":117,"107":541,"11":601,"12":86,"13":312,"14":164,"15":99,"155":49,"156":18,"158":32,"159":9,"16":314,"160":17,"161":101,"167":47,"168":1,"17":164,"18":821,"19":351,"20":139,"209":30,"21":397,"210":17,"214":30,"215":190,"221":228,"223":425,"224":29,"225":756,"23":192,"24":2202,"25":1152,"257":45,"26":174,"268":5,"27":68,"273":36,"276":22,"279":54,"28":897,"281":2,"282":75,"291":10,"292":50,"30":28,"302":13,"306":7,"31":53,"314":2,"32":48,"33":57,"34":45,"347":8,"35":224,"352":624,"36":180,"37":30,"38":338,"380":24,"381":82,"383":46,"39":57,"391":18,"396":4,"397":23,"40":82,"409":39,"41":44,"414":17,"415":101,"419":3,"42":57,"426":8,"43":44,"430":50,"431":1,"433":116,"434":1,"44":24,"45":22,"46":206,"48":69,"49":35,"5":508,"51":55,"52":51,"53":81,"56":7,"570":6,"6":277,"63":26,"7":389,"79":34,"8":123,"80":11,"9":220,"all_client":97572,"all_tv_clinet":15687,"insert_time":"2014-08-23T15:41:42.172Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81341,"10":114,"107":533,"11":578,"12":83,"13":310,"14":150,"15":99,"155":49,"156":18,"158":29,"159":8,"16":308,"160":16,"161":94,"167":47,"168":1,"17":172,"18":810,"19":351,"20":134,"209":29,"21":395,"210":17,"214":27,"215":185,"221":241,"223":431,"224":31,"225":765,"23":202,"24":2192,"25":1128,"257":45,"26":170,"268":6,"27":67,"273":34,"276":26,"279":55,"28":874,"281":2,"282":74,"291":8,"292":48,"30":28,"302":13,"306":7,"31":54,"314":2,"32":53,"33":57,"34":48,"347":8,"35":225,"352":624,"36":174,"37":31,"38":346,"380":23,"381":79,"383":47,"39":61,"391":18,"396":3,"397":22,"40":75,"409":39,"41":44,"414":19,"415":106,"419":2,"42":54,"426":9,"43":38,"430":49,"431":1,"433":113,"434":1,"44":21,"45":22,"46":201,"48":66,"49":35,"5":489,"51":53,"52":49,"53":78,"56":7,"570":6,"6":283,"63":26,"7":393,"79":32,"8":125,"80":12,"9":218,"all_client":96886,"all_tv_clinet":15545,"insert_time":"2014-08-23T15:42:42.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80805,"10":116,"107":514,"11":550,"12":88,"13":302,"14":141,"15":99,"155":48,"156":19,"158":28,"159":7,"16":310,"160":18,"161":95,"167":47,"168":1,"17":170,"18":803,"19":332,"20":126,"209":28,"21":399,"210":17,"214":25,"215":178,"221":221,"223":437,"224":31,"225":781,"23":215,"24":2185,"25":1107,"257":42,"26":166,"268":6,"27":68,"273":31,"276":26,"279":57,"28":860,"281":2,"282":74,"291":7,"292":45,"30":26,"302":14,"306":6,"31":45,"314":2,"32":51,"33":57,"34":48,"347":9,"35":229,"352":612,"36":168,"37":29,"38":352,"380":23,"381":76,"383":41,"39":64,"391":16,"396":5,"397":20,"40":70,"409":38,"41":46,"414":18,"415":103,"419":2,"42":53,"426":9,"43":33,"430":50,"431":1,"433":114,"434":1,"44":21,"45":21,"46":199,"48":65,"49":39,"5":470,"51":49,"52":49,"53":78,"56":5,"570":7,"6":281,"63":29,"7":406,"79":28,"8":126,"80":13,"9":218,"all_client":96162,"all_tv_clinet":15357,"insert_time":"2014-08-23T15:43:44.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80203,"10":113,"107":501,"11":534,"12":88,"13":296,"14":140,"15":95,"155":45,"156":17,"158":28,"159":7,"16":312,"160":16,"161":91,"167":48,"168":1,"17":165,"18":800,"19":318,"20":128,"209":28,"21":400,"210":16,"214":24,"215":174,"221":213,"223":438,"224":29,"225":771,"23":214,"24":2175,"25":1107,"257":39,"26":162,"268":6,"27":67,"273":29,"276":27,"279":59,"28":836,"281":3,"282":72,"291":8,"292":48,"30":26,"302":13,"306":4,"31":41,"314":3,"32":50,"33":57,"34":48,"347":9,"35":227,"352":602,"36":156,"37":25,"38":340,"380":20,"381":79,"383":43,"39":63,"391":15,"396":5,"397":20,"40":68,"409":37,"41":46,"414":18,"415":106,"419":2,"42":53,"426":11,"43":30,"430":47,"431":1,"433":116,"434":1,"44":21,"45":23,"46":196,"48":67,"49":40,"5":457,"51":52,"52":48,"53":78,"56":5,"570":6,"6":280,"63":32,"7":402,"79":27,"8":133,"80":14,"9":219,"all_client":95373,"all_tv_clinet":15170,"insert_time":"2014-08-23T15:44:44.940Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79578,"10":112,"107":476,"11":526,"12":91,"13":293,"14":138,"15":97,"155":47,"156":16,"158":28,"159":7,"16":318,"160":21,"161":82,"167":49,"168":2,"17":167,"18":788,"19":293,"20":126,"209":26,"21":401,"210":16,"214":26,"215":162,"221":205,"223":447,"224":28,"225":761,"23":215,"24":2159,"25":1078,"257":37,"26":155,"268":6,"27":67,"273":27,"276":25,"279":62,"28":817,"281":3,"282":75,"291":8,"292":49,"30":25,"302":13,"306":4,"31":45,"314":3,"32":52,"33":55,"34":43,"347":8,"35":222,"352":598,"36":153,"37":26,"38":336,"380":16,"381":85,"383":42,"39":63,"391":16,"396":8,"397":21,"40":59,"409":34,"41":48,"414":16,"415":98,"419":2,"42":54,"426":12,"43":29,"430":47,"431":1,"433":116,"434":1,"44":22,"45":24,"46":189,"48":70,"49":39,"5":452,"51":53,"52":49,"53":75,"56":5,"570":6,"6":290,"63":32,"7":393,"79":27,"8":127,"80":14,"9":214,"all_client":94542,"all_tv_clinet":14964,"insert_time":"2014-08-23T15:45:45.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78988,"10":112,"107":468,"11":519,"12":91,"13":286,"14":147,"15":99,"155":47,"156":16,"158":29,"159":6,"16":317,"160":26,"161":82,"167":50,"168":2,"17":169,"18":779,"19":279,"20":128,"209":26,"21":396,"210":15,"214":24,"215":160,"221":197,"223":444,"224":28,"225":770,"23":219,"24":2136,"25":1081,"257":40,"26":140,"268":7,"27":66,"273":23,"276":25,"279":63,"28":775,"281":3,"282":77,"291":8,"292":53,"30":24,"302":13,"306":3,"31":42,"314":3,"32":50,"33":52,"34":45,"347":7,"35":218,"352":595,"36":154,"37":24,"38":336,"380":11,"381":88,"383":46,"39":62,"391":15,"396":7,"397":20,"40":56,"409":32,"41":44,"414":16,"415":96,"419":2,"42":51,"426":11,"43":32,"430":50,"431":1,"433":118,"434":1,"44":19,"45":27,"46":185,"48":67,"49":36,"5":443,"51":52,"52":48,"53":70,"56":4,"570":5,"6":290,"63":36,"7":384,"79":25,"8":128,"80":12,"9":205,"all_client":93777,"all_tv_clinet":14789,"insert_time":"2014-08-23T15:46:46.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78415,"10":122,"107":452,"11":514,"12":89,"13":295,"14":158,"15":95,"155":47,"156":15,"158":30,"159":6,"16":315,"160":25,"161":84,"167":50,"168":1,"17":164,"18":767,"19":265,"20":130,"209":24,"21":387,"210":16,"214":22,"215":161,"221":195,"223":440,"224":29,"225":753,"23":218,"24":2108,"25":1080,"257":39,"26":135,"268":7,"27":64,"273":22,"276":24,"279":61,"28":741,"281":4,"282":74,"291":8,"292":53,"30":25,"302":14,"306":3,"31":42,"314":5,"32":49,"33":51,"34":45,"347":7,"35":222,"352":600,"36":152,"37":22,"38":338,"380":10,"381":93,"383":46,"39":64,"391":17,"396":6,"397":20,"40":55,"409":31,"41":44,"414":19,"415":92,"419":1,"42":49,"426":7,"43":31,"430":48,"431":1,"433":118,"434":1,"44":20,"45":29,"46":181,"48":63,"49":33,"5":435,"51":54,"52":48,"53":72,"56":3,"570":6,"6":290,"63":36,"7":377,"79":24,"8":130,"80":11,"9":204,"all_client":93048,"all_tv_clinet":14633,"insert_time":"2014-08-23T15:47:46.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77906,"10":132,"107":440,"11":528,"12":97,"13":291,"14":159,"15":92,"155":45,"156":12,"158":30,"159":6,"16":315,"160":24,"161":85,"167":48,"17":169,"18":752,"19":260,"20":131,"209":23,"21":380,"210":20,"214":20,"215":164,"221":193,"223":438,"224":26,"225":748,"23":214,"24":2065,"25":1083,"257":42,"26":125,"268":5,"27":63,"273":22,"276":25,"279":55,"28":732,"281":4,"282":75,"291":8,"292":54,"30":27,"302":14,"306":3,"31":40,"314":5,"32":44,"33":51,"34":48,"347":4,"35":221,"352":588,"36":152,"37":21,"38":330,"380":10,"381":90,"383":47,"39":60,"391":17,"396":5,"397":20,"40":52,"409":28,"41":41,"414":18,"415":86,"419":1,"42":49,"426":5,"43":28,"430":50,"431":1,"433":118,"434":1,"44":18,"45":29,"46":177,"48":63,"49":36,"5":425,"51":58,"52":47,"53":70,"56":3,"570":6,"6":292,"63":36,"7":359,"79":22,"8":140,"80":10,"9":197,"all_client":92369,"all_tv_clinet":14463,"insert_time":"2014-08-23T15:48:47.488Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77372,"10":133,"107":426,"11":546,"12":96,"13":291,"14":160,"15":91,"155":42,"156":12,"158":28,"159":5,"16":313,"160":23,"161":82,"167":49,"17":170,"18":741,"19":248,"20":139,"209":24,"21":383,"210":20,"214":19,"215":168,"221":199,"223":438,"224":26,"225":709,"23":214,"24":2002,"25":1089,"257":42,"26":118,"268":6,"27":63,"273":20,"276":25,"279":50,"28":710,"281":4,"282":71,"291":8,"292":56,"30":25,"302":14,"306":3,"31":44,"314":5,"32":38,"33":49,"34":48,"347":5,"35":210,"352":598,"36":154,"37":20,"38":338,"380":8,"381":95,"383":44,"39":63,"391":16,"396":4,"397":19,"40":52,"409":26,"41":43,"414":18,"415":94,"419":2,"42":55,"426":5,"43":27,"430":53,"431":1,"433":120,"434":1,"44":19,"45":26,"46":166,"48":63,"49":42,"5":417,"51":53,"52":43,"53":72,"56":3,"570":6,"6":294,"63":35,"7":344,"79":22,"8":143,"80":11,"9":194,"all_client":91681,"all_tv_clinet":14309,"insert_time":"2014-08-23T15:49:48.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76844,"10":135,"107":417,"11":550,"12":102,"13":295,"14":164,"15":91,"155":42,"156":13,"158":27,"159":5,"16":316,"160":24,"161":81,"167":51,"17":168,"18":723,"19":237,"20":140,"209":25,"21":385,"210":21,"214":17,"215":165,"221":201,"223":454,"224":28,"225":681,"23":208,"24":1965,"25":1088,"257":43,"26":105,"268":6,"27":74,"273":24,"276":22,"279":49,"28":692,"281":5,"282":69,"291":8,"292":53,"30":29,"302":14,"306":2,"31":45,"314":4,"32":37,"33":50,"34":47,"347":5,"35":199,"352":584,"36":148,"37":21,"38":332,"380":8,"381":92,"383":40,"39":67,"391":14,"396":5,"397":21,"40":48,"409":25,"41":40,"414":17,"415":88,"419":2,"42":57,"426":4,"43":23,"430":52,"431":1,"433":120,"44":18,"45":27,"46":158,"48":65,"49":43,"5":415,"51":53,"52":38,"53":70,"56":5,"570":6,"6":292,"63":36,"7":339,"79":21,"8":146,"80":11,"9":188,"all_client":90985,"all_tv_clinet":14141,"insert_time":"2014-08-23T15:50:48.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76295,"10":137,"107":412,"11":549,"12":106,"13":290,"14":151,"15":94,"155":42,"156":14,"158":26,"159":4,"16":322,"160":24,"161":78,"167":51,"17":167,"18":711,"19":226,"20":146,"209":25,"21":399,"210":19,"214":17,"215":166,"221":204,"223":457,"224":28,"225":643,"23":205,"24":1936,"25":1083,"257":44,"26":99,"268":6,"27":77,"273":24,"276":21,"279":49,"28":672,"281":5,"282":69,"291":8,"292":52,"30":29,"302":18,"306":2,"31":43,"314":4,"32":39,"33":45,"34":44,"347":6,"35":191,"352":581,"36":143,"37":19,"38":338,"380":6,"381":94,"383":39,"39":71,"391":14,"396":5,"397":20,"40":43,"409":25,"41":41,"414":17,"415":93,"419":2,"42":61,"426":4,"43":20,"430":49,"431":1,"433":118,"44":17,"45":27,"46":157,"48":65,"49":44,"5":416,"51":53,"52":38,"53":74,"56":9,"570":6,"6":298,"63":34,"7":335,"79":23,"8":149,"80":10,"9":179,"all_client":90312,"all_tv_clinet":14017,"insert_time":"2014-08-23T15:51:49.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75655,"10":142,"107":397,"11":553,"12":105,"13":291,"14":137,"15":90,"155":42,"156":12,"158":24,"159":6,"16":316,"160":24,"161":70,"167":49,"17":166,"18":710,"19":210,"20":142,"209":23,"21":402,"210":21,"214":16,"215":174,"221":197,"223":463,"224":24,"225":628,"23":199,"24":1920,"25":1084,"257":46,"26":91,"268":6,"27":79,"273":24,"276":19,"279":47,"28":659,"281":4,"282":72,"291":9,"292":55,"30":28,"302":24,"306":2,"31":40,"314":5,"32":36,"33":43,"34":42,"347":6,"35":192,"352":581,"36":140,"37":20,"38":332,"380":6,"381":98,"383":39,"39":70,"391":14,"396":4,"397":19,"40":44,"409":23,"41":41,"414":17,"415":101,"419":2,"42":59,"426":4,"43":19,"430":44,"431":1,"433":113,"44":19,"45":29,"46":156,"48":65,"49":37,"5":404,"51":53,"52":36,"53":72,"56":10,"570":5,"6":300,"63":34,"7":341,"79":20,"8":148,"80":11,"9":172,"all_client":89524,"all_tv_clinet":13869,"insert_time":"2014-08-23T15:52:50.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75115,"10":143,"107":398,"11":559,"12":106,"13":288,"14":127,"15":89,"155":41,"156":11,"158":22,"159":7,"16":312,"160":23,"161":71,"167":49,"17":164,"18":707,"19":213,"20":137,"209":20,"21":411,"210":20,"214":14,"215":175,"221":191,"223":473,"224":19,"225":630,"23":195,"24":1880,"25":1068,"257":49,"26":85,"268":5,"27":79,"273":22,"276":18,"279":43,"28":641,"281":4,"282":72,"291":10,"292":55,"30":27,"302":33,"306":2,"31":40,"314":5,"32":33,"33":38,"34":40,"347":6,"35":192,"352":584,"36":135,"37":20,"38":322,"380":6,"381":100,"383":44,"39":68,"391":13,"396":3,"397":17,"40":44,"409":22,"41":37,"414":18,"415":105,"419":3,"42":61,"426":4,"43":19,"430":39,"431":1,"433":108,"44":15,"45":27,"46":157,"48":66,"49":37,"5":400,"51":53,"52":33,"53":71,"56":7,"570":5,"6":294,"63":34,"7":337,"79":20,"8":143,"80":11,"9":171,"all_client":88831,"all_tv_clinet":13716,"insert_time":"2014-08-23T15:53:51.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74576,"10":139,"107":403,"11":569,"12":111,"13":280,"14":128,"15":83,"155":40,"156":10,"158":21,"159":9,"16":285,"160":23,"161":66,"167":49,"17":155,"18":719,"19":208,"20":140,"209":25,"21":403,"210":20,"214":15,"215":184,"221":188,"223":474,"224":18,"225":639,"23":202,"24":1869,"25":1080,"257":50,"26":80,"268":6,"27":78,"273":23,"276":19,"279":44,"28":608,"281":4,"282":69,"291":10,"292":52,"30":26,"302":34,"306":2,"31":39,"314":5,"32":31,"33":38,"34":41,"347":7,"35":191,"352":581,"36":135,"37":19,"38":321,"380":6,"381":96,"383":49,"39":70,"391":12,"396":2,"397":17,"40":45,"409":21,"41":37,"414":19,"415":104,"419":3,"42":54,"426":4,"43":18,"430":36,"431":1,"433":107,"44":14,"45":26,"46":150,"48":68,"49":39,"5":396,"51":52,"52":28,"53":73,"56":6,"570":4,"6":257,"63":33,"7":328,"79":22,"8":148,"80":12,"9":172,"all_client":88173,"all_tv_clinet":13597,"insert_time":"2014-08-23T15:54:52.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74026,"10":133,"107":408,"11":568,"12":119,"13":280,"14":122,"15":82,"155":39,"156":8,"158":21,"159":9,"16":264,"160":26,"161":71,"167":46,"17":148,"18":723,"19":213,"20":137,"209":28,"21":398,"210":18,"214":15,"215":188,"221":192,"223":480,"224":18,"225":616,"23":208,"24":1854,"25":1083,"257":48,"26":75,"268":6,"27":78,"273":27,"276":20,"279":45,"28":581,"281":4,"282":63,"291":10,"292":47,"30":25,"302":34,"306":2,"31":36,"314":3,"32":32,"33":35,"34":38,"347":7,"35":194,"352":574,"36":124,"37":20,"38":325,"380":5,"381":92,"383":51,"39":66,"391":11,"396":2,"397":18,"40":47,"409":21,"41":34,"414":19,"415":98,"419":3,"42":48,"426":4,"43":19,"430":32,"431":1,"433":101,"44":13,"45":28,"46":150,"48":67,"49":40,"5":405,"51":56,"52":29,"53":67,"56":7,"570":4,"6":232,"63":29,"7":318,"79":24,"8":148,"80":13,"9":172,"all_client":87468,"all_tv_clinet":13442,"insert_time":"2014-08-23T15:55:52.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73531,"10":132,"107":416,"11":565,"12":128,"13":281,"14":119,"15":79,"155":39,"156":7,"158":23,"159":8,"16":245,"160":26,"161":75,"167":47,"17":145,"18":728,"19":215,"20":143,"209":31,"21":398,"210":17,"214":16,"215":199,"221":188,"223":448,"224":18,"225":603,"23":213,"24":1840,"25":1077,"257":46,"26":68,"268":6,"27":77,"273":28,"276":21,"279":44,"28":568,"281":6,"282":57,"291":10,"292":41,"30":20,"302":34,"306":1,"31":36,"314":1,"32":33,"33":36,"34":38,"347":6,"35":191,"352":576,"36":124,"37":17,"38":329,"380":5,"381":89,"383":49,"39":65,"391":13,"396":2,"397":18,"40":49,"409":20,"41":34,"414":18,"415":95,"419":2,"42":48,"426":4,"43":19,"430":32,"433":94,"44":14,"45":29,"46":154,"48":70,"49":44,"5":394,"51":55,"52":29,"53":65,"56":7,"570":4,"6":206,"63":29,"7":325,"79":23,"8":151,"80":14,"9":172,"all_client":86855,"all_tv_clinet":13324,"insert_time":"2014-08-23T15:56:53.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72918,"10":129,"107":410,"11":567,"12":128,"13":283,"14":121,"15":84,"155":38,"156":7,"158":21,"159":6,"16":217,"160":23,"161":82,"167":45,"17":152,"18":718,"19":225,"20":148,"209":29,"21":397,"210":17,"214":15,"215":204,"221":194,"223":421,"224":20,"225":589,"23":207,"24":1807,"25":1088,"257":48,"26":64,"268":6,"27":75,"273":29,"276":20,"279":45,"28":545,"281":7,"282":56,"291":9,"292":39,"30":18,"302":35,"306":1,"31":35,"314":3,"32":27,"33":32,"34":36,"347":7,"35":188,"352":570,"36":121,"37":16,"38":330,"380":4,"381":90,"383":49,"39":61,"391":12,"396":1,"397":18,"40":47,"409":19,"41":31,"414":15,"415":92,"419":4,"42":50,"426":4,"43":20,"430":33,"433":93,"44":15,"45":28,"46":153,"48":72,"49":44,"5":400,"51":57,"52":31,"53":62,"56":6,"570":5,"6":193,"63":28,"7":333,"79":21,"8":152,"80":16,"9":175,"all_client":86106,"all_tv_clinet":13188,"insert_time":"2014-08-23T15:57:54.066Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72357,"10":127,"107":402,"11":576,"12":126,"13":281,"14":119,"15":83,"155":38,"156":7,"158":25,"159":4,"16":213,"160":17,"161":80,"167":45,"17":158,"18":690,"19":229,"20":148,"209":27,"21":393,"210":17,"214":16,"215":209,"221":195,"223":391,"224":21,"225":591,"23":203,"24":1790,"25":1095,"257":48,"26":61,"268":5,"27":72,"273":26,"276":20,"279":41,"28":533,"281":9,"282":52,"291":8,"292":34,"30":16,"302":36,"306":1,"31":34,"314":3,"32":31,"33":32,"34":35,"347":9,"35":176,"352":564,"36":116,"37":21,"38":326,"380":4,"381":86,"383":48,"39":57,"391":13,"396":1,"397":18,"40":51,"409":17,"41":32,"414":15,"415":94,"419":4,"42":50,"426":4,"43":19,"430":32,"433":88,"44":16,"45":27,"46":149,"48":68,"49":47,"5":399,"51":57,"52":28,"53":63,"56":5,"570":7,"6":184,"63":27,"7":341,"79":17,"8":153,"80":15,"9":177,"all_client":85395,"all_tv_clinet":13038,"insert_time":"2014-08-23T15:58:54.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71822,"10":121,"107":401,"11":569,"12":125,"13":271,"14":107,"15":83,"155":38,"156":8,"158":27,"159":5,"16":204,"160":16,"161":78,"167":43,"17":164,"18":661,"19":232,"20":150,"209":24,"21":391,"210":16,"214":16,"215":211,"221":193,"223":375,"224":24,"225":581,"23":205,"24":1777,"25":1061,"257":51,"26":59,"268":5,"27":63,"273":24,"276":21,"279":43,"28":521,"281":8,"282":51,"291":7,"292":31,"30":14,"302":37,"306":1,"31":39,"314":3,"32":29,"33":33,"34":31,"347":10,"35":167,"352":554,"36":114,"37":25,"38":317,"380":4,"381":84,"383":48,"39":54,"391":14,"396":1,"397":19,"40":51,"409":17,"41":31,"414":15,"415":96,"419":4,"42":53,"426":3,"43":21,"430":32,"433":89,"44":14,"45":25,"46":148,"48":69,"49":55,"5":399,"51":57,"52":28,"53":60,"56":5,"570":6,"6":178,"63":22,"7":334,"79":19,"8":150,"80":17,"9":179,"all_client":84658,"all_tv_clinet":12836,"insert_time":"2014-08-23T15:59:55.103Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71238,"10":121,"107":406,"11":573,"12":117,"13":273,"14":100,"15":85,"155":38,"156":8,"158":28,"159":5,"16":202,"160":19,"161":75,"167":43,"17":163,"18":630,"19":237,"20":150,"209":25,"21":394,"210":15,"211":3,"214":15,"215":218,"221":195,"223":373,"224":23,"225":592,"23":207,"24":1748,"25":1031,"257":47,"26":63,"268":5,"27":56,"273":24,"276":19,"279":42,"28":516,"281":7,"282":48,"291":7,"292":30,"30":15,"302":37,"306":1,"31":42,"314":3,"32":28,"33":33,"34":29,"347":8,"35":161,"352":535,"36":112,"37":27,"38":313,"380":3,"381":84,"383":47,"39":56,"391":13,"396":1,"397":18,"40":48,"409":13,"41":29,"414":15,"415":91,"419":3,"42":54,"426":1,"43":21,"430":27,"433":83,"44":13,"45":26,"46":143,"48":70,"49":58,"5":400,"51":57,"52":27,"53":57,"56":5,"570":6,"6":169,"63":22,"7":340,"79":20,"8":155,"80":16,"9":174,"all_client":83923,"all_tv_clinet":12685,"insert_time":"2014-08-23T16:00:55.707Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70680,"10":121,"107":401,"11":577,"12":106,"13":268,"14":90,"15":85,"155":37,"156":8,"158":28,"159":4,"16":204,"160":16,"161":76,"167":42,"17":160,"18":623,"19":236,"20":150,"209":21,"21":394,"210":15,"211":5,"214":16,"215":223,"221":194,"223":376,"224":22,"225":599,"23":207,"24":1745,"25":985,"257":47,"26":64,"268":6,"27":48,"273":25,"276":20,"279":41,"28":505,"281":7,"282":48,"291":6,"292":30,"30":15,"302":42,"306":1,"31":39,"314":3,"32":25,"33":33,"34":29,"347":7,"35":155,"352":523,"36":102,"37":36,"38":308,"380":3,"381":87,"383":44,"39":55,"391":14,"396":1,"397":19,"40":44,"409":13,"41":28,"414":12,"415":92,"419":2,"42":52,"426":1,"43":21,"430":28,"433":79,"44":12,"45":26,"46":145,"48":68,"49":55,"5":399,"51":55,"52":29,"53":58,"56":5,"570":4,"6":167,"63":20,"7":334,"79":26,"8":158,"80":18,"9":172,"all_client":83225,"all_tv_clinet":12545,"insert_time":"2014-08-23T16:01:56.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70094,"10":118,"107":391,"11":578,"12":93,"13":269,"14":85,"15":82,"155":37,"156":6,"158":25,"159":4,"16":199,"160":16,"161":72,"167":42,"17":166,"18":607,"19":235,"20":151,"209":20,"21":410,"210":15,"211":14,"214":16,"215":220,"221":193,"223":385,"224":22,"225":610,"23":213,"24":1731,"25":968,"257":47,"26":62,"268":6,"27":48,"273":26,"276":22,"279":41,"28":481,"281":8,"282":48,"291":5,"292":27,"30":14,"302":45,"306":1,"31":38,"314":4,"32":23,"33":34,"34":26,"347":6,"35":145,"352":524,"36":99,"37":39,"38":299,"380":3,"381":89,"383":44,"39":52,"391":16,"396":1,"397":17,"40":41,"409":11,"41":27,"414":9,"415":90,"419":1,"42":48,"43":22,"430":26,"433":75,"44":15,"45":26,"46":151,"48":66,"49":52,"5":400,"51":53,"52":28,"53":56,"56":5,"570":3,"6":168,"63":18,"7":337,"79":27,"8":165,"80":18,"9":166,"all_client":82531,"all_tv_clinet":12437,"insert_time":"2014-08-23T16:02:57.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69541,"10":118,"107":378,"11":573,"12":83,"13":272,"14":85,"15":73,"155":37,"156":6,"158":24,"159":4,"16":202,"160":17,"161":72,"167":42,"17":167,"18":593,"19":239,"20":150,"209":19,"21":408,"210":15,"211":16,"214":16,"215":228,"221":184,"223":382,"224":22,"225":594,"23":220,"24":1716,"25":949,"257":46,"26":58,"268":6,"27":48,"273":25,"276":22,"279":39,"28":473,"281":8,"282":44,"291":6,"292":26,"30":14,"302":47,"306":1,"31":39,"314":5,"32":21,"33":36,"34":28,"347":6,"35":137,"352":545,"36":94,"37":43,"38":292,"380":4,"381":88,"383":45,"39":50,"391":19,"396":1,"397":15,"40":38,"409":9,"41":28,"414":10,"415":87,"42":50,"426":1,"43":21,"430":25,"433":70,"44":16,"45":26,"46":152,"48":63,"49":54,"5":402,"51":51,"52":29,"53":54,"56":6,"570":3,"6":158,"63":16,"7":324,"79":24,"8":167,"80":18,"9":167,"all_client":81845,"all_tv_clinet":12304,"insert_time":"2014-08-23T16:03:57.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69017,"10":115,"107":369,"11":562,"12":85,"13":267,"14":89,"15":66,"155":37,"156":5,"158":21,"159":4,"16":203,"160":18,"161":66,"167":42,"17":166,"18":588,"19":235,"20":152,"209":23,"21":398,"210":13,"211":26,"214":17,"215":227,"221":184,"223":380,"224":23,"225":592,"23":220,"24":1686,"25":951,"257":46,"26":60,"268":7,"27":46,"273":24,"276":22,"279":39,"28":464,"281":8,"282":40,"291":6,"292":22,"30":15,"302":46,"306":1,"31":39,"314":6,"32":20,"33":37,"34":27,"347":6,"35":131,"352":540,"36":89,"37":42,"38":293,"380":4,"381":86,"383":45,"39":50,"391":21,"396":2,"397":14,"40":37,"409":8,"41":30,"414":11,"415":89,"42":50,"426":1,"43":17,"430":24,"433":68,"44":17,"45":28,"46":149,"48":62,"49":56,"5":405,"51":49,"52":28,"53":58,"56":6,"570":3,"6":146,"63":16,"7":309,"79":24,"8":164,"80":18,"9":163,"all_client":81181,"all_tv_clinet":12164,"insert_time":"2014-08-23T16:05:03.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68475,"10":116,"107":366,"11":561,"12":83,"13":252,"14":92,"15":66,"155":37,"156":4,"158":21,"159":5,"16":190,"160":18,"161":64,"167":41,"17":166,"18":572,"19":233,"20":156,"209":22,"21":402,"210":11,"211":29,"214":17,"215":226,"221":182,"223":373,"224":22,"225":583,"23":212,"24":1667,"25":964,"257":41,"26":59,"268":6,"27":43,"273":23,"276":20,"279":42,"28":456,"281":8,"282":39,"291":7,"292":18,"30":16,"302":44,"306":1,"31":34,"314":5,"32":19,"33":35,"34":29,"347":6,"35":121,"352":538,"36":91,"37":40,"38":290,"380":5,"381":81,"383":46,"39":49,"391":22,"396":2,"397":13,"40":35,"409":5,"41":30,"414":12,"415":92,"419":1,"42":49,"426":2,"43":13,"430":23,"433":65,"44":19,"45":29,"46":144,"48":64,"49":57,"5":407,"51":50,"52":30,"53":59,"56":6,"570":3,"6":130,"63":17,"7":303,"79":23,"8":167,"80":14,"9":162,"all_client":80488,"all_tv_clinet":12013,"insert_time":"2014-08-23T16:06:03.784Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67836,"10":109,"107":361,"11":561,"12":88,"13":261,"14":89,"15":67,"155":37,"156":4,"158":22,"159":5,"16":193,"160":20,"161":60,"167":42,"17":168,"18":563,"19":234,"20":151,"209":21,"21":404,"210":11,"211":32,"214":18,"215":221,"221":182,"223":362,"224":27,"225":565,"23":207,"24":1640,"25":954,"257":42,"26":56,"268":5,"27":41,"273":22,"276":24,"279":43,"28":448,"281":8,"282":39,"291":7,"292":17,"30":16,"302":41,"306":1,"31":31,"314":4,"32":17,"33":33,"34":30,"347":7,"35":108,"352":534,"36":89,"37":41,"38":292,"380":5,"381":82,"383":47,"39":51,"391":20,"396":3,"397":15,"40":34,"409":5,"41":31,"414":14,"415":94,"419":1,"42":47,"426":1,"43":14,"430":21,"433":66,"44":19,"45":29,"46":135,"48":65,"49":57,"5":400,"51":52,"52":29,"53":59,"56":8,"570":3,"6":122,"63":16,"7":286,"79":25,"8":165,"80":14,"9":164,"all_client":79710,"all_tv_clinet":11874,"insert_time":"2014-08-23T16:07:04.244Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67249,"10":108,"107":357,"11":554,"12":82,"13":261,"14":93,"15":68,"155":36,"156":4,"158":23,"159":4,"16":193,"160":20,"161":60,"167":43,"17":171,"18":545,"19":236,"20":149,"209":21,"21":405,"210":11,"211":32,"214":19,"215":211,"221":181,"223":348,"224":28,"225":558,"23":204,"24":1611,"25":956,"257":42,"26":58,"268":4,"27":40,"273":20,"276":26,"279":42,"28":440,"281":8,"282":42,"291":7,"292":16,"30":15,"302":35,"306":1,"31":33,"314":4,"32":17,"33":33,"34":32,"347":8,"35":94,"352":545,"36":88,"37":41,"38":289,"380":5,"381":75,"383":43,"39":50,"391":22,"396":4,"397":12,"40":31,"409":5,"41":28,"414":14,"415":89,"419":1,"42":46,"426":1,"43":16,"430":21,"433":62,"44":18,"45":22,"46":138,"48":65,"49":62,"5":390,"51":52,"52":31,"53":57,"56":9,"570":3,"6":114,"63":12,"7":276,"79":22,"8":168,"80":15,"9":152,"all_client":78952,"all_tv_clinet":11703,"insert_time":"2014-08-23T16:08:04.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66679,"10":109,"107":366,"11":555,"12":83,"13":268,"14":88,"15":65,"155":35,"156":5,"158":24,"159":2,"16":197,"160":19,"161":57,"167":41,"17":172,"18":513,"19":238,"20":144,"209":22,"21":404,"210":9,"211":36,"214":20,"215":202,"221":172,"223":344,"224":27,"225":554,"23":203,"24":1587,"25":943,"257":42,"26":59,"268":4,"27":39,"273":17,"276":26,"279":42,"28":431,"281":7,"282":36,"291":8,"292":15,"30":13,"302":38,"306":1,"31":35,"314":5,"32":16,"33":33,"34":34,"347":9,"35":84,"352":536,"36":87,"37":38,"38":291,"380":4,"381":68,"383":43,"39":52,"391":23,"396":4,"397":11,"40":30,"409":7,"41":25,"414":15,"415":84,"419":1,"42":44,"426":4,"43":17,"430":19,"433":59,"44":16,"45":22,"46":141,"48":63,"49":58,"5":399,"51":51,"52":36,"53":57,"56":9,"570":2,"6":106,"63":10,"7":268,"79":23,"8":163,"80":19,"9":150,"all_client":78232,"all_tv_clinet":11553,"insert_time":"2014-08-23T16:09:05.306Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65995,"10":112,"107":350,"11":557,"12":82,"13":270,"14":91,"15":60,"155":35,"156":6,"158":24,"159":4,"16":204,"160":17,"161":56,"167":40,"17":174,"18":502,"19":241,"20":146,"209":22,"21":408,"210":9,"211":37,"214":23,"215":199,"221":169,"223":338,"224":27,"225":530,"23":191,"24":1538,"25":930,"257":40,"26":59,"268":4,"27":38,"273":18,"276":23,"279":41,"28":429,"281":5,"282":33,"291":8,"292":14,"30":11,"302":38,"306":1,"31":36,"314":5,"32":19,"33":31,"34":39,"347":9,"35":79,"352":540,"36":86,"37":37,"38":286,"380":4,"381":64,"383":43,"39":54,"391":22,"396":4,"397":12,"40":32,"409":8,"41":26,"414":14,"415":86,"419":1,"42":41,"426":7,"43":16,"430":19,"433":58,"44":16,"45":20,"46":144,"48":60,"49":56,"5":391,"51":50,"52":38,"53":54,"56":7,"570":3,"6":102,"63":11,"7":261,"79":21,"8":167,"80":20,"9":145,"all_client":77393,"all_tv_clinet":11398,"insert_time":"2014-08-23T16:10:05.778Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65422,"10":107,"107":331,"11":555,"12":96,"13":264,"14":96,"15":58,"155":33,"156":6,"158":24,"159":5,"16":207,"160":17,"161":57,"167":37,"17":177,"18":497,"19":250,"20":145,"209":19,"21":408,"210":9,"211":40,"214":26,"215":201,"221":162,"223":338,"224":30,"225":510,"23":186,"24":1499,"25":925,"257":41,"26":58,"268":4,"27":37,"273":18,"276":24,"279":45,"28":421,"281":5,"282":30,"291":8,"292":11,"30":11,"302":38,"306":1,"31":32,"314":5,"32":15,"33":27,"34":39,"347":9,"35":66,"352":540,"36":88,"37":39,"38":276,"380":5,"381":65,"383":43,"39":56,"391":22,"396":5,"397":12,"40":32,"409":9,"41":27,"414":13,"415":86,"419":1,"42":38,"426":10,"43":15,"430":19,"433":58,"44":15,"45":22,"46":147,"48":59,"49":55,"5":388,"51":48,"52":42,"53":55,"56":6,"570":3,"6":98,"63":11,"7":263,"79":22,"8":167,"80":20,"9":139,"all_client":76701,"all_tv_clinet":11279,"insert_time":"2014-08-23T16:11:06.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64781,"10":103,"107":315,"11":558,"12":101,"13":248,"14":105,"15":56,"155":32,"156":5,"158":22,"159":5,"16":204,"160":16,"161":53,"167":35,"17":183,"18":489,"19":247,"20":148,"209":19,"21":408,"210":10,"211":41,"214":30,"215":204,"221":161,"223":336,"224":31,"225":482,"23":182,"24":1458,"25":922,"257":40,"26":58,"268":4,"27":35,"273":19,"276":25,"279":47,"28":416,"281":5,"282":29,"291":7,"292":12,"30":10,"302":34,"306":1,"31":32,"314":5,"32":16,"33":27,"34":42,"347":9,"35":58,"352":533,"36":90,"37":42,"38":268,"380":5,"381":63,"383":42,"39":57,"391":23,"396":5,"397":11,"40":34,"409":10,"41":29,"414":15,"415":88,"419":1,"42":38,"426":10,"43":13,"430":19,"433":56,"44":16,"45":18,"46":148,"48":58,"49":58,"5":385,"51":46,"52":43,"53":56,"56":7,"570":3,"6":96,"63":10,"7":268,"79":23,"8":168,"80":20,"9":123,"all_client":75919,"all_tv_clinet":11138,"insert_time":"2014-08-23T16:12:06.729Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64276,"10":105,"107":309,"11":553,"12":103,"13":228,"14":108,"15":58,"155":29,"156":4,"158":21,"159":4,"16":200,"160":15,"161":59,"167":36,"17":183,"18":472,"19":245,"20":148,"209":19,"21":393,"210":9,"211":42,"214":32,"215":206,"221":160,"223":346,"224":31,"225":464,"23":192,"24":1417,"25":920,"257":41,"26":64,"268":4,"27":34,"273":20,"276":24,"279":46,"28":405,"281":5,"282":28,"291":7,"292":13,"30":10,"302":33,"306":1,"31":34,"314":4,"32":17,"33":30,"34":40,"347":11,"35":49,"352":517,"36":93,"37":47,"38":262,"380":5,"381":66,"383":42,"389":1,"39":52,"391":24,"396":5,"397":9,"40":35,"409":11,"41":30,"414":16,"415":89,"419":2,"42":41,"426":10,"43":13,"430":19,"433":55,"44":16,"45":17,"46":147,"48":60,"49":60,"5":380,"51":43,"52":48,"53":57,"56":7,"570":3,"6":94,"63":11,"7":267,"79":23,"8":165,"80":19,"9":117,"all_client":75285,"all_tv_clinet":11009,"insert_time":"2014-08-23T16:13:07.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63762,"10":102,"107":320,"11":545,"12":104,"13":224,"14":112,"15":59,"155":28,"156":4,"158":22,"159":3,"16":205,"160":13,"161":56,"167":36,"17":183,"18":452,"19":240,"20":147,"209":17,"21":398,"210":9,"211":42,"214":31,"215":207,"221":151,"223":348,"224":29,"225":449,"23":189,"24":1390,"25":898,"257":38,"26":64,"268":4,"27":34,"273":20,"276":23,"279":46,"28":398,"281":5,"282":28,"291":7,"292":12,"30":10,"302":30,"306":1,"31":33,"314":4,"32":18,"33":27,"34":42,"347":9,"35":48,"352":508,"36":87,"37":46,"38":265,"380":7,"381":61,"383":46,"389":1,"39":53,"391":24,"396":3,"397":8,"40":38,"409":13,"41":31,"414":16,"415":88,"419":2,"42":42,"426":12,"43":12,"430":18,"433":55,"44":23,"45":16,"46":146,"48":61,"49":61,"5":374,"51":44,"52":51,"53":57,"56":7,"570":3,"6":98,"63":11,"7":262,"79":25,"8":163,"80":20,"9":110,"all_client":74644,"all_tv_clinet":10882,"insert_time":"2014-08-23T16:14:07.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63263,"10":103,"107":315,"11":547,"12":109,"13":222,"14":113,"15":58,"155":27,"156":4,"158":22,"159":3,"16":205,"160":12,"161":57,"167":36,"17":187,"18":444,"19":243,"20":138,"209":18,"21":395,"210":10,"211":42,"214":29,"215":208,"221":154,"223":353,"224":29,"225":432,"23":187,"24":1344,"25":890,"257":38,"26":61,"268":4,"27":30,"273":22,"276":22,"279":44,"28":395,"281":5,"282":26,"291":7,"292":12,"30":11,"302":29,"306":1,"31":34,"314":4,"32":18,"33":25,"34":41,"347":9,"35":42,"352":499,"36":86,"37":49,"38":267,"380":8,"381":59,"383":48,"389":1,"39":51,"391":27,"396":4,"397":8,"40":40,"409":14,"41":28,"414":14,"415":89,"419":3,"42":45,"426":12,"43":13,"430":16,"433":58,"44":20,"45":16,"46":143,"48":62,"49":60,"5":369,"51":44,"52":51,"53":55,"56":8,"570":3,"6":91,"63":10,"7":258,"79":26,"8":141,"80":20,"9":106,"all_client":74001,"all_tv_clinet":10738,"insert_time":"2014-08-23T16:15:08.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62668,"10":93,"107":315,"11":553,"12":110,"13":222,"14":110,"15":54,"155":26,"156":4,"158":28,"159":4,"16":208,"160":13,"161":67,"167":34,"168":1,"17":184,"18":437,"19":241,"20":133,"209":18,"21":384,"210":10,"211":41,"214":31,"215":207,"221":151,"223":360,"224":28,"225":408,"23":183,"24":1306,"25":875,"257":39,"26":59,"268":3,"27":27,"273":21,"276":22,"279":43,"28":394,"281":4,"282":26,"291":7,"292":11,"30":11,"302":28,"306":1,"31":33,"314":4,"32":17,"33":25,"34":38,"347":7,"35":41,"352":485,"36":81,"37":47,"38":256,"380":9,"381":60,"383":48,"389":1,"39":52,"391":26,"396":5,"397":7,"40":38,"409":12,"41":25,"414":12,"415":89,"419":4,"42":44,"426":12,"43":11,"430":16,"433":57,"44":23,"45":18,"46":148,"48":55,"49":61,"5":373,"51":48,"52":52,"53":54,"56":8,"570":3,"6":91,"63":11,"7":255,"79":30,"8":127,"80":20,"9":104,"all_client":73246,"all_tv_clinet":10578,"insert_time":"2014-08-23T16:16:08.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62182,"10":88,"107":327,"11":558,"12":112,"13":216,"14":111,"15":59,"155":26,"156":5,"158":30,"159":5,"16":210,"160":16,"161":71,"167":33,"168":1,"17":183,"18":417,"19":239,"20":130,"209":21,"21":387,"210":12,"211":42,"214":30,"215":204,"221":147,"223":380,"224":27,"225":387,"23":177,"24":1257,"25":860,"257":43,"26":57,"268":3,"27":26,"273":21,"276":21,"279":44,"28":395,"281":4,"282":25,"291":8,"292":10,"30":10,"302":27,"306":1,"31":35,"314":4,"32":16,"33":27,"34":34,"347":9,"35":41,"352":477,"36":80,"37":47,"38":250,"380":8,"381":58,"383":48,"389":1,"39":52,"391":25,"396":5,"397":9,"40":37,"409":12,"41":23,"414":12,"415":87,"419":3,"42":44,"426":12,"43":16,"430":16,"433":56,"44":21,"45":17,"46":146,"48":50,"49":57,"5":373,"51":46,"52":53,"53":53,"56":7,"570":2,"6":93,"63":12,"7":250,"79":29,"8":112,"80":19,"9":106,"all_client":72635,"all_tv_clinet":10453,"insert_time":"2014-08-23T16:17:14.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61686,"10":84,"107":344,"11":531,"12":110,"13":205,"14":112,"15":58,"155":25,"156":5,"158":32,"159":5,"16":210,"160":18,"161":71,"167":31,"168":1,"17":189,"18":409,"19":234,"20":129,"209":21,"21":383,"210":10,"211":42,"214":31,"215":200,"221":152,"223":373,"224":27,"225":368,"23":169,"24":1198,"25":855,"257":39,"26":58,"268":3,"27":24,"273":19,"276":19,"279":45,"28":396,"281":4,"282":25,"291":8,"292":9,"30":11,"302":24,"306":1,"31":33,"314":4,"32":17,"33":26,"34":33,"347":11,"35":38,"352":473,"36":76,"37":45,"38":258,"380":9,"381":57,"383":47,"389":1,"39":52,"391":25,"396":4,"397":9,"40":35,"409":11,"41":24,"414":11,"415":85,"419":3,"42":46,"426":10,"43":17,"430":16,"433":55,"44":18,"45":18,"46":141,"48":47,"49":54,"5":374,"51":49,"52":46,"53":52,"56":6,"570":2,"6":95,"63":12,"7":247,"79":28,"8":100,"80":20,"9":104,"all_client":71947,"all_tv_clinet":10261,"insert_time":"2014-08-23T16:18:14.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61142,"10":92,"107":350,"11":527,"12":118,"13":193,"14":113,"15":57,"155":23,"156":5,"158":25,"159":4,"16":213,"160":17,"161":69,"167":32,"168":1,"17":184,"18":390,"19":238,"20":132,"209":19,"21":388,"210":9,"211":42,"214":31,"215":204,"221":154,"223":369,"224":24,"225":352,"23":167,"24":1153,"25":850,"257":38,"26":58,"268":2,"27":23,"273":19,"276":19,"279":41,"28":402,"281":3,"282":24,"291":7,"292":7,"30":9,"302":24,"306":1,"31":33,"314":3,"32":17,"33":26,"34":34,"347":11,"35":37,"352":462,"36":75,"37":45,"38":242,"380":9,"381":48,"383":46,"389":1,"39":52,"391":25,"396":4,"397":9,"40":38,"409":11,"41":21,"414":10,"415":84,"419":3,"42":47,"426":7,"43":17,"430":15,"433":55,"44":18,"45":20,"46":140,"48":46,"49":52,"5":360,"51":48,"52":42,"53":55,"56":5,"570":3,"6":99,"63":10,"7":246,"79":25,"8":93,"80":24,"9":103,"all_client":71240,"all_tv_clinet":10098,"insert_time":"2014-08-23T16:19:15.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60589,"10":91,"107":349,"11":520,"12":118,"13":184,"14":118,"15":55,"155":21,"156":7,"158":23,"159":4,"16":210,"160":17,"161":67,"167":31,"168":1,"17":187,"18":390,"19":239,"20":128,"209":18,"21":388,"210":9,"211":42,"214":29,"215":204,"221":151,"223":367,"224":23,"225":348,"23":163,"24":1112,"25":848,"257":38,"26":58,"268":1,"27":22,"273":19,"276":17,"279":38,"28":392,"281":4,"282":24,"291":7,"292":7,"30":10,"302":25,"306":1,"31":31,"314":3,"32":16,"33":22,"34":33,"347":10,"35":38,"352":470,"36":73,"37":44,"38":244,"380":10,"381":45,"383":44,"389":1,"39":53,"391":27,"396":3,"397":9,"40":41,"409":12,"41":21,"414":8,"415":78,"419":4,"42":46,"426":8,"43":16,"430":16,"433":53,"44":17,"45":21,"46":142,"48":43,"49":51,"5":333,"51":48,"52":39,"53":53,"56":6,"570":3,"6":96,"63":8,"7":245,"79":26,"8":91,"80":23,"9":104,"all_client":70542,"all_tv_clinet":9953,"insert_time":"2014-08-23T16:20:15.596Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60045,"10":89,"107":346,"11":539,"12":116,"13":185,"14":122,"15":60,"155":18,"156":7,"158":21,"159":6,"16":211,"160":18,"161":66,"167":31,"168":2,"17":185,"18":379,"19":240,"20":130,"209":18,"21":382,"210":11,"211":42,"214":29,"215":208,"221":148,"223":358,"224":27,"225":328,"23":161,"24":1081,"25":843,"257":36,"26":55,"268":1,"27":20,"273":21,"276":19,"279":41,"28":384,"281":3,"282":25,"291":6,"292":7,"30":12,"302":27,"31":31,"314":2,"32":17,"33":22,"34":37,"347":11,"35":36,"352":456,"36":70,"37":45,"38":227,"380":10,"381":46,"383":41,"389":1,"39":56,"391":26,"396":3,"397":9,"40":41,"409":12,"41":23,"414":7,"415":74,"419":4,"42":46,"426":9,"43":12,"430":17,"433":53,"44":15,"45":18,"46":137,"48":37,"49":47,"5":317,"51":45,"52":37,"53":53,"56":8,"570":3,"6":100,"63":6,"7":249,"79":24,"8":89,"80":21,"9":100,"all_client":69859,"all_tv_clinet":9814,"insert_time":"2014-08-23T16:21:16.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59549,"10":89,"107":332,"11":544,"12":114,"13":174,"14":119,"15":58,"155":13,"156":9,"158":20,"159":6,"16":210,"160":17,"161":65,"167":31,"168":2,"17":184,"18":373,"19":236,"20":126,"209":18,"21":381,"210":12,"211":43,"214":28,"215":203,"221":148,"223":350,"224":29,"225":317,"23":164,"24":1056,"25":836,"257":38,"26":54,"268":1,"27":20,"273":21,"276":18,"279":40,"28":374,"281":3,"282":23,"291":6,"292":7,"30":13,"302":26,"31":25,"314":2,"32":17,"33":26,"34":37,"347":9,"35":35,"352":449,"36":69,"37":34,"38":235,"380":10,"381":46,"383":44,"389":1,"39":53,"391":25,"396":3,"397":9,"40":40,"409":11,"41":24,"414":6,"415":62,"419":4,"42":47,"426":10,"43":14,"430":15,"433":53,"44":14,"45":18,"46":136,"48":35,"49":43,"5":300,"51":45,"52":40,"53":54,"56":9,"570":2,"6":104,"63":6,"7":255,"79":27,"8":81,"80":21,"9":104,"all_client":69209,"all_tv_clinet":9660,"insert_time":"2014-08-23T16:22:17.052Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58981,"10":89,"107":331,"11":545,"12":110,"13":172,"14":118,"15":56,"155":13,"156":8,"158":20,"159":6,"16":214,"160":16,"161":66,"167":30,"168":2,"17":178,"18":367,"19":236,"20":125,"209":17,"21":383,"210":14,"211":38,"214":30,"215":202,"221":144,"223":323,"224":32,"225":311,"23":161,"24":1033,"25":836,"257":42,"26":52,"268":2,"27":19,"273":20,"276":20,"279":40,"28":366,"281":3,"282":25,"291":6,"292":6,"30":13,"302":24,"31":30,"314":2,"32":14,"33":25,"34":37,"347":8,"35":31,"352":434,"36":71,"37":31,"38":229,"380":10,"381":47,"383":42,"389":1,"39":50,"391":26,"396":4,"397":8,"40":39,"409":11,"41":23,"414":5,"415":66,"419":4,"42":45,"426":11,"43":14,"430":15,"433":53,"44":15,"45":18,"46":137,"48":34,"49":38,"5":290,"51":45,"52":42,"53":55,"56":9,"570":3,"6":103,"63":7,"7":258,"79":26,"8":77,"80":22,"9":108,"all_client":68518,"all_tv_clinet":9537,"insert_time":"2014-08-23T16:23:17.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58513,"10":89,"107":316,"11":553,"12":116,"13":167,"14":117,"15":51,"155":14,"156":8,"158":18,"159":6,"16":220,"160":14,"161":65,"167":30,"168":3,"17":186,"18":358,"19":230,"20":118,"209":16,"21":382,"210":14,"211":37,"214":30,"215":204,"221":146,"223":300,"224":33,"225":301,"23":159,"24":999,"25":835,"257":40,"26":56,"268":2,"27":18,"273":18,"276":18,"279":37,"28":363,"281":3,"282":26,"291":6,"292":4,"30":12,"302":25,"31":30,"314":2,"32":15,"33":23,"34":37,"347":7,"35":31,"352":423,"36":72,"37":30,"38":240,"380":10,"381":46,"383":42,"389":1,"39":45,"391":25,"396":4,"397":8,"40":38,"409":10,"41":19,"414":7,"415":68,"419":4,"42":44,"426":10,"43":14,"430":15,"433":48,"44":17,"45":16,"46":129,"48":30,"49":36,"5":279,"51":45,"52":43,"53":57,"56":8,"570":3,"6":102,"63":8,"7":254,"79":27,"8":74,"80":21,"9":108,"all_client":67901,"all_tv_clinet":9388,"insert_time":"2014-08-23T16:24:18.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58060,"10":80,"107":306,"11":555,"12":118,"13":161,"14":115,"15":46,"155":15,"156":6,"158":17,"159":6,"16":225,"160":14,"161":65,"167":29,"168":3,"17":187,"18":356,"19":235,"20":114,"209":15,"21":378,"210":14,"211":35,"214":29,"215":200,"221":149,"223":269,"224":33,"225":300,"23":151,"24":989,"25":824,"257":42,"26":53,"268":2,"27":19,"273":19,"276":18,"279":39,"28":364,"281":3,"282":27,"291":6,"292":3,"30":10,"302":24,"31":29,"314":2,"32":16,"33":19,"34":34,"347":8,"35":28,"352":417,"36":74,"37":30,"38":241,"380":10,"381":47,"383":41,"39":41,"391":27,"396":3,"397":8,"40":39,"409":10,"41":19,"414":11,"415":68,"419":5,"42":40,"426":7,"43":13,"430":14,"433":47,"44":16,"45":17,"46":131,"48":30,"49":35,"5":270,"51":47,"52":45,"53":58,"56":8,"570":3,"6":93,"63":9,"7":256,"79":26,"8":70,"80":19,"9":114,"all_client":67323,"all_tv_clinet":9263,"insert_time":"2014-08-23T16:25:18.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57569,"10":84,"107":302,"11":561,"12":117,"13":157,"14":114,"15":44,"155":15,"156":5,"158":17,"159":5,"16":225,"160":15,"161":74,"167":29,"168":3,"17":189,"18":359,"19":228,"20":110,"209":15,"21":375,"210":13,"211":30,"214":29,"215":199,"221":140,"223":267,"224":34,"225":293,"23":150,"24":958,"25":815,"257":41,"26":57,"268":2,"27":19,"273":20,"276":21,"279":39,"28":364,"281":4,"282":26,"291":6,"292":4,"30":9,"302":22,"31":29,"314":3,"32":14,"33":18,"34":31,"347":8,"35":26,"352":404,"36":72,"37":27,"38":232,"380":10,"381":50,"383":38,"39":43,"391":26,"396":4,"397":8,"40":38,"409":12,"41":21,"414":13,"415":67,"419":4,"42":36,"426":6,"43":11,"430":12,"433":48,"44":16,"45":18,"46":132,"48":28,"49":34,"5":260,"51":45,"52":45,"53":58,"56":8,"570":4,"6":92,"63":8,"7":252,"79":26,"8":66,"80":18,"9":126,"all_client":66721,"all_tv_clinet":9152,"insert_time":"2014-08-23T16:26:18.891Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57177,"10":83,"107":284,"11":567,"12":114,"13":150,"14":114,"15":39,"155":16,"156":5,"158":17,"159":5,"16":226,"160":15,"161":77,"167":26,"168":3,"17":190,"18":354,"19":226,"20":110,"209":15,"21":366,"210":13,"211":25,"214":30,"215":204,"221":135,"223":261,"224":31,"225":293,"23":151,"24":950,"25":800,"257":39,"26":56,"268":2,"27":20,"273":20,"276":20,"279":38,"28":366,"281":4,"282":24,"291":5,"292":5,"30":10,"302":20,"31":33,"314":3,"32":14,"33":16,"34":30,"347":6,"35":25,"352":403,"36":75,"37":25,"38":235,"380":11,"381":50,"383":38,"39":43,"391":26,"396":5,"397":7,"40":38,"409":11,"41":24,"414":15,"415":65,"419":3,"42":30,"426":6,"43":11,"430":11,"433":50,"44":18,"45":22,"46":135,"48":24,"49":32,"5":250,"51":42,"52":47,"53":58,"56":8,"570":4,"6":85,"63":7,"7":249,"79":25,"8":60,"80":18,"9":134,"all_client":66228,"all_tv_clinet":9051,"insert_time":"2014-08-23T16:27:19.329Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56646,"10":86,"107":271,"11":565,"12":111,"13":153,"14":118,"15":41,"155":14,"156":5,"158":19,"159":5,"16":230,"160":14,"161":77,"167":25,"168":3,"17":190,"18":350,"19":225,"20":110,"209":17,"21":359,"210":13,"211":24,"214":31,"215":205,"221":137,"223":260,"224":29,"225":278,"23":154,"24":929,"25":799,"257":42,"26":56,"268":2,"27":18,"273":20,"276":20,"279":36,"28":355,"281":5,"282":20,"291":5,"292":6,"30":12,"302":20,"31":33,"314":3,"32":12,"33":17,"34":26,"347":5,"35":20,"352":405,"36":74,"37":25,"38":221,"380":11,"381":50,"383":35,"39":42,"391":27,"396":5,"397":7,"40":38,"409":11,"41":22,"414":16,"415":64,"419":2,"42":29,"426":6,"43":13,"430":11,"433":54,"44":19,"45":24,"46":133,"48":20,"49":33,"5":240,"51":40,"52":47,"53":57,"56":8,"570":4,"6":84,"63":7,"7":245,"79":23,"8":59,"80":19,"9":136,"all_client":65592,"all_tv_clinet":8946,"insert_time":"2014-08-23T16:28:19.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56242,"10":87,"107":278,"11":564,"12":107,"13":150,"14":111,"15":44,"155":14,"156":4,"158":17,"159":4,"16":234,"160":16,"161":71,"167":26,"168":3,"17":181,"18":358,"19":229,"20":113,"209":15,"21":345,"210":14,"211":20,"214":32,"215":200,"221":133,"223":254,"224":27,"225":286,"23":153,"24":906,"25":785,"257":39,"26":57,"268":2,"27":15,"273":22,"276":20,"279":33,"28":344,"281":6,"282":20,"291":5,"292":6,"30":13,"302":22,"31":33,"314":3,"32":15,"33":16,"34":23,"347":6,"35":20,"352":418,"36":72,"37":23,"38":212,"380":11,"381":49,"383":34,"39":43,"391":27,"396":5,"397":7,"40":37,"409":11,"41":21,"414":16,"415":59,"419":2,"42":28,"426":6,"43":14,"430":11,"433":56,"44":20,"45":25,"46":129,"48":19,"49":33,"5":237,"51":40,"52":45,"53":58,"56":8,"570":4,"6":85,"63":7,"7":240,"79":21,"8":55,"80":19,"9":137,"all_client":65087,"all_tv_clinet":8845,"insert_time":"2014-08-23T16:29:20.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55713,"10":83,"107":281,"11":562,"12":104,"13":155,"14":106,"15":52,"155":14,"156":6,"158":20,"159":3,"16":228,"160":16,"161":69,"167":26,"168":3,"17":167,"18":359,"19":228,"20":114,"209":13,"21":345,"210":13,"211":18,"214":33,"215":199,"221":129,"223":254,"224":27,"225":274,"23":153,"24":897,"25":782,"257":38,"26":62,"268":3,"27":17,"273":26,"276":20,"279":29,"28":337,"281":6,"282":18,"291":5,"292":7,"30":11,"302":23,"31":32,"314":4,"32":14,"33":13,"34":19,"347":7,"35":18,"352":406,"36":71,"37":20,"38":202,"380":12,"381":49,"383":33,"39":41,"391":26,"396":5,"397":6,"40":37,"409":11,"41":21,"414":16,"415":53,"419":2,"42":24,"426":6,"43":12,"430":12,"433":60,"44":22,"45":24,"46":121,"48":20,"49":32,"5":238,"51":38,"52":47,"53":60,"56":7,"570":3,"6":87,"63":7,"7":232,"79":22,"8":58,"80":16,"9":142,"all_client":64456,"all_tv_clinet":8743,"insert_time":"2014-08-23T16:30:20.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55248,"10":78,"107":284,"11":533,"12":104,"13":148,"14":106,"15":58,"155":15,"156":5,"158":20,"159":4,"16":226,"160":19,"161":61,"167":25,"168":3,"17":162,"18":364,"19":220,"20":115,"209":12,"21":341,"210":13,"211":14,"214":33,"215":194,"221":127,"223":250,"224":28,"225":271,"23":150,"24":880,"25":779,"257":40,"26":59,"268":3,"27":16,"273":25,"276":20,"279":29,"28":331,"281":6,"282":18,"291":5,"292":7,"30":10,"302":23,"31":33,"314":4,"32":14,"33":14,"34":21,"347":8,"35":18,"352":412,"36":73,"37":19,"38":200,"380":11,"381":47,"383":29,"39":37,"391":26,"396":5,"397":6,"40":37,"409":13,"41":19,"414":16,"415":56,"419":3,"42":22,"426":6,"43":12,"430":11,"433":61,"44":22,"45":25,"46":119,"48":19,"49":32,"5":235,"51":33,"52":45,"53":58,"56":6,"570":3,"6":94,"63":8,"7":223,"79":25,"8":55,"80":14,"9":146,"all_client":63877,"all_tv_clinet":8629,"insert_time":"2014-08-23T16:31:21.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54771,"10":81,"107":281,"11":509,"12":104,"13":151,"14":102,"15":83,"155":15,"156":5,"158":24,"159":4,"16":209,"160":19,"161":60,"167":25,"168":3,"17":158,"18":371,"19":216,"20":106,"209":11,"21":338,"210":13,"211":13,"214":32,"215":195,"221":127,"223":248,"224":28,"225":261,"23":149,"24":878,"25":774,"257":35,"26":58,"268":2,"27":16,"273":22,"276":19,"279":25,"28":331,"281":5,"282":17,"291":6,"292":7,"30":10,"302":20,"31":31,"314":4,"317":1,"32":15,"33":17,"34":20,"347":8,"35":18,"352":401,"36":75,"37":18,"38":191,"380":11,"381":47,"383":29,"39":40,"391":27,"396":5,"397":5,"40":39,"409":13,"41":16,"414":16,"415":55,"419":3,"42":21,"426":7,"43":11,"430":10,"433":65,"44":24,"45":26,"46":114,"48":16,"49":32,"5":233,"51":31,"52":46,"53":61,"56":5,"570":2,"6":98,"63":9,"7":216,"79":24,"8":49,"80":14,"9":146,"all_client":63302,"all_tv_clinet":8531,"insert_time":"2014-08-23T16:32:21.512Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54375,"10":83,"107":272,"11":476,"12":103,"13":142,"14":103,"15":84,"155":14,"156":4,"158":22,"159":4,"16":211,"160":18,"161":57,"167":24,"168":3,"17":154,"18":377,"19":204,"20":100,"209":10,"21":340,"210":13,"211":12,"214":34,"215":196,"221":122,"223":252,"224":25,"225":264,"23":148,"24":861,"25":775,"257":36,"26":56,"268":2,"27":18,"273":24,"276":19,"279":24,"28":325,"281":5,"282":17,"291":7,"292":6,"30":11,"302":18,"31":30,"314":4,"317":1,"32":14,"33":20,"34":21,"347":8,"35":18,"352":402,"36":67,"37":19,"38":193,"380":11,"381":46,"383":32,"39":38,"391":26,"396":4,"397":5,"40":41,"409":14,"41":16,"414":17,"415":54,"419":3,"42":20,"426":7,"43":12,"430":10,"433":66,"44":26,"45":28,"46":109,"48":17,"49":29,"5":228,"51":31,"52":46,"53":60,"56":7,"570":2,"6":103,"63":9,"7":208,"79":23,"8":51,"80":15,"9":142,"all_client":62803,"all_tv_clinet":8428,"insert_time":"2014-08-23T16:33:21.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53931,"10":84,"107":269,"11":461,"12":98,"13":136,"14":102,"15":91,"155":14,"156":3,"158":23,"159":3,"16":213,"160":15,"161":62,"167":24,"168":3,"17":147,"18":376,"19":192,"20":102,"209":11,"21":350,"210":12,"211":10,"214":34,"215":192,"221":117,"223":259,"224":24,"225":263,"23":150,"24":856,"25":765,"257":31,"26":54,"268":2,"27":19,"273":26,"276":17,"279":24,"28":314,"281":4,"282":16,"291":7,"292":7,"30":10,"302":18,"31":27,"314":4,"317":1,"32":14,"33":20,"34":20,"347":7,"35":16,"352":391,"36":68,"37":20,"38":190,"380":11,"381":47,"383":30,"39":38,"391":24,"396":4,"397":5,"40":42,"409":14,"41":15,"414":17,"415":47,"419":1,"42":16,"426":7,"43":12,"430":11,"433":68,"44":25,"45":28,"46":106,"48":17,"49":28,"5":233,"51":30,"52":46,"53":58,"56":9,"570":2,"6":104,"63":10,"7":216,"79":22,"8":52,"80":14,"9":135,"all_client":62263,"all_tv_clinet":8332,"insert_time":"2014-08-23T16:34:22.359Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53458,"10":84,"107":263,"11":438,"12":98,"13":134,"14":103,"15":83,"155":14,"156":3,"158":22,"159":3,"16":231,"160":15,"161":60,"167":25,"168":3,"17":140,"18":378,"19":185,"20":107,"209":11,"21":354,"210":12,"211":8,"214":34,"215":185,"221":115,"223":262,"224":24,"225":261,"23":147,"24":849,"25":745,"257":32,"26":55,"268":2,"27":21,"273":27,"276":16,"279":25,"28":308,"281":5,"282":15,"291":7,"292":7,"30":8,"302":19,"31":24,"314":4,"317":1,"32":14,"33":20,"34":20,"347":8,"35":16,"352":397,"36":69,"37":20,"38":174,"380":12,"381":46,"383":31,"39":35,"391":23,"396":4,"397":5,"40":43,"409":15,"41":16,"414":21,"415":49,"419":1,"42":14,"426":4,"43":10,"430":9,"433":69,"44":25,"45":28,"46":99,"48":19,"49":32,"5":232,"51":29,"52":46,"53":57,"56":9,"570":2,"6":98,"63":10,"7":222,"79":23,"8":52,"80":13,"9":129,"all_client":61700,"all_tv_clinet":8242,"insert_time":"2014-08-23T16:35:22.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53066,"10":80,"107":264,"11":420,"12":102,"13":141,"14":102,"15":85,"155":13,"156":4,"158":24,"159":3,"16":230,"160":16,"161":58,"167":25,"168":3,"17":129,"18":381,"19":165,"20":109,"209":12,"21":353,"210":11,"211":8,"214":36,"215":185,"221":113,"223":266,"224":25,"225":253,"23":144,"24":836,"25":722,"257":31,"26":58,"268":2,"27":19,"273":27,"276":16,"279":23,"28":303,"281":5,"282":15,"291":7,"292":7,"30":10,"302":17,"31":25,"314":4,"317":1,"32":14,"33":19,"34":20,"347":7,"35":15,"352":398,"36":72,"37":17,"38":173,"380":12,"381":43,"383":30,"39":35,"391":23,"396":3,"397":4,"40":45,"409":14,"41":18,"414":25,"415":50,"419":3,"42":12,"426":4,"43":10,"430":9,"433":72,"44":25,"45":29,"46":100,"48":16,"49":33,"5":226,"51":28,"52":51,"53":54,"56":9,"570":2,"6":98,"63":9,"7":222,"79":23,"8":48,"80":13,"9":124,"all_client":61211,"all_tv_clinet":8145,"insert_time":"2014-08-23T16:36:23.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52614,"10":75,"107":267,"11":404,"12":97,"13":137,"14":99,"15":94,"155":13,"156":4,"158":25,"159":4,"16":234,"160":17,"161":50,"167":23,"168":3,"17":119,"18":378,"19":159,"20":109,"209":12,"21":347,"210":9,"211":8,"214":37,"215":184,"221":113,"223":267,"224":26,"225":256,"23":145,"24":818,"25":709,"257":31,"26":58,"268":2,"27":22,"273":28,"276":15,"279":22,"28":300,"281":5,"282":15,"291":8,"292":7,"30":10,"302":17,"31":26,"314":4,"317":1,"32":14,"33":17,"34":23,"347":8,"35":15,"352":393,"36":69,"37":16,"38":172,"380":12,"381":42,"383":30,"39":30,"391":23,"396":2,"397":4,"40":44,"409":14,"41":17,"414":25,"415":47,"419":3,"42":11,"426":5,"43":11,"430":9,"433":74,"44":27,"45":31,"46":96,"48":15,"49":35,"5":228,"51":27,"52":55,"53":48,"56":9,"570":1,"6":95,"63":9,"7":226,"79":26,"8":46,"80":13,"9":118,"all_client":60662,"all_tv_clinet":8048,"insert_time":"2014-08-23T16:37:23.585Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52226,"10":73,"107":256,"11":395,"12":88,"13":133,"14":94,"15":102,"155":13,"156":4,"158":25,"159":4,"16":239,"160":17,"161":49,"167":21,"168":3,"17":111,"18":381,"19":152,"20":98,"209":12,"21":346,"210":8,"211":8,"214":37,"215":187,"221":111,"223":260,"224":26,"225":248,"23":143,"24":806,"25":706,"257":33,"26":53,"268":2,"27":22,"273":26,"276":13,"279":22,"28":297,"281":5,"282":14,"291":6,"292":7,"30":10,"302":17,"31":25,"314":4,"317":1,"32":12,"33":18,"34":22,"347":8,"35":15,"352":392,"36":66,"37":16,"38":163,"380":10,"381":42,"383":29,"39":29,"391":23,"396":1,"397":4,"40":44,"409":13,"41":18,"414":25,"415":48,"419":3,"42":10,"426":5,"43":11,"430":8,"431":1,"433":79,"44":27,"45":32,"46":92,"48":16,"49":34,"5":226,"51":24,"52":57,"53":52,"56":9,"570":1,"6":95,"63":9,"7":242,"79":26,"8":50,"80":13,"9":116,"all_client":60175,"all_tv_clinet":7949,"insert_time":"2014-08-23T16:38:23.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51790,"10":74,"107":255,"11":390,"12":72,"13":122,"14":93,"15":108,"155":14,"156":4,"158":25,"159":4,"16":238,"160":16,"161":49,"167":19,"168":2,"17":104,"18":389,"19":148,"20":92,"209":11,"21":348,"210":8,"211":7,"214":37,"215":186,"221":110,"223":259,"224":27,"225":246,"23":142,"24":799,"25":686,"257":35,"26":55,"268":2,"27":25,"273":23,"276":13,"279":21,"28":295,"281":5,"282":15,"291":6,"292":7,"30":10,"302":16,"31":22,"314":4,"317":1,"32":11,"33":20,"34":22,"347":7,"35":15,"352":399,"36":65,"37":13,"38":164,"380":10,"381":42,"383":28,"39":27,"391":23,"396":1,"397":4,"40":46,"409":12,"41":16,"414":24,"415":47,"419":2,"42":8,"426":5,"43":10,"430":8,"431":1,"433":81,"434":1,"44":29,"45":32,"46":85,"48":16,"49":32,"5":230,"51":22,"52":58,"53":50,"56":8,"6":92,"63":9,"7":246,"79":23,"8":56,"80":12,"9":117,"all_client":59658,"all_tv_clinet":7868,"insert_time":"2014-08-23T16:39:24.380Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51270,"10":75,"107":258,"11":378,"12":57,"13":120,"14":93,"15":113,"155":14,"156":4,"158":28,"159":4,"16":233,"160":15,"161":49,"167":20,"168":2,"17":100,"18":386,"19":140,"20":86,"209":11,"21":345,"210":8,"211":4,"214":39,"215":188,"221":110,"223":260,"224":25,"225":244,"23":140,"24":800,"25":664,"257":36,"26":58,"268":3,"27":27,"273":23,"276":13,"279":22,"28":292,"281":5,"282":15,"291":7,"292":7,"30":11,"302":16,"31":23,"314":4,"317":1,"32":10,"33":19,"34":21,"347":8,"35":14,"352":397,"36":65,"37":13,"38":158,"380":10,"381":42,"383":27,"39":31,"391":23,"396":1,"397":5,"40":45,"409":12,"41":16,"414":24,"415":46,"419":2,"42":8,"426":4,"43":10,"430":7,"431":1,"433":79,"434":1,"44":30,"45":32,"46":82,"48":16,"49":31,"5":231,"51":24,"52":49,"53":47,"56":7,"6":91,"63":9,"7":249,"79":22,"8":59,"80":13,"9":117,"all_client":59054,"all_tv_clinet":7784,"insert_time":"2014-08-23T16:40:24.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50864,"10":74,"107":253,"11":373,"12":52,"13":109,"14":94,"15":117,"155":14,"156":4,"158":28,"159":4,"16":235,"160":13,"161":51,"167":20,"168":1,"17":96,"18":374,"19":133,"20":83,"209":12,"21":335,"210":6,"211":3,"214":38,"215":185,"221":115,"223":258,"224":27,"225":241,"23":141,"24":787,"25":649,"257":37,"26":60,"268":3,"27":35,"273":23,"276":14,"279":23,"28":290,"281":6,"282":16,"291":7,"292":8,"30":10,"302":15,"31":21,"314":4,"317":1,"32":11,"33":18,"34":20,"347":8,"35":14,"352":403,"36":67,"37":15,"38":156,"380":11,"381":36,"383":24,"39":31,"391":24,"396":1,"397":5,"40":45,"409":12,"41":16,"414":24,"415":45,"419":2,"42":8,"426":4,"43":11,"430":7,"431":1,"433":81,"434":1,"44":32,"45":31,"46":74,"48":15,"49":34,"5":231,"51":25,"52":40,"53":45,"56":7,"6":94,"63":8,"7":245,"79":22,"8":61,"80":13,"9":119,"all_client":58559,"all_tv_clinet":7695,"insert_time":"2014-08-23T16:41:25.139Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50386,"10":73,"107":257,"11":365,"12":48,"13":100,"14":98,"15":121,"155":14,"156":4,"158":30,"159":5,"16":236,"160":10,"161":51,"167":19,"17":100,"18":366,"19":127,"20":76,"209":11,"21":336,"210":7,"211":2,"214":38,"215":182,"221":117,"223":273,"224":28,"225":245,"23":147,"24":779,"25":629,"257":37,"26":60,"268":3,"27":35,"273":24,"276":12,"279":23,"28":281,"281":6,"282":17,"291":7,"292":8,"30":11,"302":15,"31":16,"314":3,"317":1,"32":11,"33":17,"34":20,"347":8,"35":14,"352":399,"36":68,"37":15,"38":155,"380":10,"381":35,"383":22,"39":36,"391":23,"396":1,"397":5,"40":41,"409":12,"41":13,"414":23,"415":42,"419":2,"42":7,"426":4,"43":10,"430":7,"431":1,"433":82,"434":1,"44":35,"45":30,"46":72,"48":16,"49":36,"5":228,"51":23,"52":32,"53":43,"56":7,"570":1,"6":93,"63":9,"7":241,"79":22,"8":61,"80":13,"9":116,"all_client":58001,"all_tv_clinet":7615,"insert_time":"2014-08-23T16:42:25.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49962,"10":67,"107":261,"11":363,"12":46,"13":99,"14":93,"15":118,"155":14,"156":4,"158":34,"159":4,"16":234,"160":7,"161":53,"167":19,"17":101,"18":355,"19":117,"20":73,"209":9,"21":334,"210":7,"211":2,"214":38,"215":178,"221":107,"223":281,"224":29,"225":239,"23":146,"24":774,"25":613,"257":34,"26":60,"268":3,"27":34,"273":23,"276":12,"279":22,"28":280,"281":5,"282":17,"291":7,"292":8,"30":10,"302":15,"31":16,"314":3,"317":1,"32":11,"33":16,"34":19,"347":6,"35":14,"352":401,"36":70,"37":15,"38":158,"380":11,"381":34,"383":21,"39":40,"391":23,"397":5,"40":39,"409":12,"41":13,"414":22,"415":41,"419":1,"42":8,"426":4,"43":8,"430":9,"431":1,"433":84,"434":1,"44":35,"45":31,"46":68,"48":15,"49":34,"5":228,"51":21,"52":32,"53":48,"56":7,"570":1,"6":92,"63":9,"7":234,"79":25,"8":62,"80":13,"9":110,"all_client":57483,"all_tv_clinet":7521,"insert_time":"2014-08-23T16:43:25.860Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49558,"10":63,"107":250,"11":362,"12":46,"13":102,"14":94,"15":126,"155":14,"156":4,"158":34,"159":4,"16":234,"160":7,"161":52,"167":19,"17":109,"18":349,"19":110,"20":72,"209":9,"21":324,"210":7,"211":1,"214":37,"215":175,"221":105,"223":289,"224":28,"225":236,"23":155,"24":776,"25":594,"257":31,"26":55,"268":3,"27":28,"273":24,"276":12,"279":22,"28":274,"281":4,"282":17,"291":7,"292":8,"30":12,"302":15,"31":17,"314":3,"317":1,"32":12,"33":16,"34":20,"347":5,"35":11,"352":388,"36":71,"37":13,"38":168,"380":11,"381":38,"383":21,"39":38,"391":21,"396":1,"397":5,"40":38,"409":12,"41":14,"414":20,"415":43,"419":1,"42":9,"426":3,"43":7,"430":10,"433":83,"434":1,"44":29,"45":32,"46":72,"48":16,"49":33,"5":229,"51":23,"52":27,"53":43,"56":7,"570":1,"6":87,"63":12,"7":225,"79":25,"8":67,"80":13,"9":101,"all_client":57000,"all_tv_clinet":7442,"insert_time":"2014-08-23T16:44:26.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49133,"10":61,"107":244,"11":354,"12":45,"13":103,"14":88,"15":132,"155":14,"156":4,"158":34,"159":4,"16":227,"160":7,"161":49,"167":19,"17":105,"18":343,"19":101,"20":67,"209":9,"21":317,"210":5,"211":1,"214":35,"215":171,"221":107,"223":288,"224":30,"225":241,"23":154,"24":786,"25":581,"257":33,"26":54,"268":3,"27":26,"273":25,"276":11,"279":23,"28":270,"281":4,"282":18,"291":7,"292":7,"30":13,"302":13,"31":15,"314":3,"317":1,"32":15,"33":16,"34":20,"347":3,"35":11,"352":382,"36":63,"37":12,"38":163,"380":10,"381":37,"383":21,"39":38,"391":20,"396":1,"397":5,"40":36,"409":10,"41":15,"414":20,"415":45,"419":1,"42":9,"426":3,"43":10,"430":11,"433":84,"434":1,"44":23,"45":32,"46":71,"48":17,"49":32,"5":234,"51":24,"52":25,"53":39,"56":7,"570":2,"6":85,"63":12,"7":214,"79":24,"8":71,"80":12,"9":104,"all_client":56475,"all_tv_clinet":7342,"insert_time":"2014-08-23T16:45:26.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48718,"10":61,"107":236,"11":351,"12":46,"13":101,"14":84,"15":142,"155":14,"156":3,"158":35,"159":4,"16":204,"160":8,"161":45,"167":19,"17":108,"18":350,"19":97,"20":62,"209":10,"21":305,"210":3,"211":1,"214":34,"215":171,"221":107,"223":294,"224":31,"225":250,"23":154,"24":779,"25":550,"257":32,"26":48,"268":3,"27":24,"273":24,"276":11,"279":23,"28":276,"281":4,"282":20,"291":8,"292":7,"30":15,"302":13,"31":16,"314":4,"317":1,"32":18,"33":17,"34":20,"347":3,"35":11,"352":382,"36":63,"37":14,"38":165,"380":10,"381":37,"383":19,"39":40,"391":19,"396":2,"397":4,"40":35,"409":10,"41":19,"414":20,"415":50,"419":1,"42":7,"426":4,"43":12,"430":10,"433":88,"434":1,"44":22,"45":30,"46":71,"48":20,"49":32,"5":239,"51":21,"52":23,"53":37,"56":6,"570":2,"6":76,"63":12,"7":206,"79":22,"8":75,"80":11,"9":110,"all_client":56002,"all_tv_clinet":7284,"insert_time":"2014-08-23T16:46:26.973Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48320,"10":59,"107":234,"11":353,"12":42,"13":96,"14":81,"15":148,"155":15,"156":3,"158":36,"159":4,"16":188,"160":7,"161":40,"167":19,"17":114,"18":342,"19":86,"20":56,"209":10,"21":310,"210":2,"211":1,"214":30,"215":174,"221":108,"223":292,"224":31,"225":259,"23":157,"24":771,"25":519,"257":31,"26":45,"268":3,"27":24,"273":25,"276":9,"279":26,"28":277,"281":4,"282":19,"291":8,"292":7,"30":13,"302":9,"31":14,"314":4,"317":1,"32":19,"33":14,"34":20,"347":2,"35":12,"352":375,"36":58,"37":14,"38":162,"380":10,"381":34,"383":17,"39":40,"391":19,"396":3,"397":4,"40":33,"409":9,"41":19,"414":20,"415":49,"419":1,"42":7,"426":4,"43":12,"430":10,"433":89,"434":1,"44":19,"45":34,"46":69,"48":21,"49":28,"5":243,"51":23,"52":23,"53":36,"56":5,"570":2,"6":71,"63":12,"7":201,"79":22,"8":77,"80":10,"9":114,"all_client":55493,"all_tv_clinet":7173,"insert_time":"2014-08-23T16:47:27.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47923,"10":60,"107":232,"11":350,"12":40,"13":98,"14":82,"15":158,"155":15,"156":3,"158":35,"159":4,"16":181,"160":8,"161":37,"167":19,"17":120,"18":336,"19":83,"20":56,"209":12,"21":301,"210":2,"211":1,"214":29,"215":170,"221":109,"223":293,"224":30,"225":267,"23":158,"24":767,"25":479,"257":25,"26":37,"268":3,"27":25,"273":24,"276":10,"279":24,"28":280,"281":4,"282":18,"291":8,"292":7,"30":9,"302":10,"306":1,"31":15,"314":4,"317":1,"32":20,"33":13,"34":20,"347":2,"35":12,"352":362,"36":59,"37":15,"38":157,"380":10,"381":32,"383":19,"39":43,"391":19,"396":3,"397":4,"40":31,"409":8,"41":19,"414":18,"415":50,"419":1,"42":7,"426":3,"43":13,"430":10,"433":87,"434":1,"44":17,"45":34,"46":71,"48":21,"49":28,"5":244,"51":25,"52":22,"53":37,"56":4,"570":1,"6":64,"63":13,"7":193,"79":22,"8":78,"80":10,"9":116,"all_client":55001,"all_tv_clinet":7078,"insert_time":"2014-08-23T16:48:27.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47472,"10":60,"107":227,"11":367,"12":35,"13":98,"14":82,"15":161,"155":14,"156":4,"158":34,"159":4,"16":175,"160":9,"161":41,"167":20,"17":129,"18":335,"19":83,"20":49,"209":16,"21":306,"210":3,"211":1,"214":28,"215":166,"221":108,"223":291,"224":30,"225":265,"23":158,"24":756,"25":433,"257":24,"26":33,"268":3,"27":26,"273":22,"276":10,"279":25,"28":284,"281":4,"282":19,"291":8,"292":5,"30":12,"302":11,"306":1,"31":12,"314":4,"317":1,"32":20,"33":13,"34":18,"347":2,"35":10,"352":351,"36":57,"37":13,"38":157,"380":9,"381":35,"383":20,"39":50,"391":18,"396":3,"397":4,"40":29,"409":8,"41":16,"414":19,"415":53,"419":1,"42":7,"426":1,"43":11,"430":11,"433":85,"434":1,"44":16,"45":31,"46":78,"48":20,"49":24,"5":239,"51":25,"52":17,"53":36,"56":4,"570":1,"6":59,"63":13,"7":180,"79":20,"8":75,"80":11,"9":115,"all_client":54450,"all_tv_clinet":6978,"insert_time":"2014-08-23T16:49:28.125Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47125,"10":60,"107":222,"11":366,"12":34,"13":105,"14":81,"15":159,"155":15,"156":5,"158":34,"159":4,"16":167,"160":9,"161":40,"167":21,"17":131,"18":336,"19":81,"20":43,"209":20,"21":305,"210":3,"211":1,"214":26,"215":161,"221":111,"223":295,"224":29,"225":268,"23":152,"24":762,"25":398,"257":21,"26":31,"268":3,"27":24,"273":23,"276":11,"279":21,"28":278,"281":3,"282":20,"291":9,"292":7,"30":13,"302":10,"306":1,"31":13,"314":3,"317":1,"32":20,"33":13,"34":18,"347":1,"35":10,"352":349,"36":59,"37":14,"38":162,"380":8,"381":33,"383":18,"39":52,"391":18,"396":1,"397":4,"40":28,"409":9,"41":16,"414":18,"415":57,"419":2,"42":8,"426":3,"43":11,"430":11,"433":88,"434":1,"44":15,"45":29,"46":75,"48":21,"49":21,"5":237,"51":23,"52":15,"53":35,"56":5,"570":1,"6":60,"63":12,"7":173,"79":19,"8":69,"80":11,"9":114,"all_client":54028,"all_tv_clinet":6903,"insert_time":"2014-08-23T16:50:28.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46711,"10":63,"107":229,"11":375,"12":34,"13":108,"14":79,"15":159,"155":15,"156":5,"158":31,"159":5,"16":161,"160":10,"161":43,"167":21,"17":125,"18":340,"19":76,"20":41,"209":22,"21":303,"210":4,"211":1,"214":26,"215":161,"221":113,"223":294,"224":26,"225":273,"23":145,"24":759,"25":367,"257":22,"26":31,"268":3,"27":27,"273":22,"276":10,"279":19,"28":270,"281":2,"282":20,"291":9,"292":7,"30":11,"302":10,"306":1,"31":13,"314":3,"317":1,"32":21,"33":13,"34":18,"347":1,"35":9,"352":341,"36":53,"37":14,"38":159,"380":7,"381":35,"383":14,"39":52,"391":17,"396":1,"397":5,"40":21,"409":10,"41":15,"414":16,"415":59,"419":3,"42":8,"426":3,"43":12,"430":12,"433":91,"434":1,"44":16,"45":28,"46":73,"48":19,"49":19,"5":239,"51":22,"52":15,"53":36,"56":5,"570":1,"6":59,"63":15,"7":167,"79":19,"8":69,"80":10,"9":112,"all_client":53541,"all_tv_clinet":6830,"insert_time":"2014-08-23T16:51:28.823Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46292,"10":60,"107":223,"11":379,"12":33,"13":110,"14":80,"15":160,"155":15,"156":3,"158":26,"159":5,"16":153,"160":11,"161":41,"167":22,"17":119,"18":333,"19":75,"20":40,"209":23,"21":302,"210":3,"214":28,"215":160,"221":115,"223":292,"224":26,"225":282,"23":140,"24":747,"25":344,"257":21,"26":28,"268":3,"27":28,"273":22,"276":10,"279":18,"28":269,"281":2,"282":20,"291":10,"292":7,"30":12,"302":6,"306":1,"31":14,"314":2,"317":1,"32":21,"33":13,"34":20,"347":1,"35":9,"352":327,"36":52,"37":13,"38":157,"380":7,"381":32,"383":14,"39":52,"391":16,"396":2,"397":5,"40":19,"409":9,"41":16,"414":13,"415":57,"419":3,"42":7,"426":3,"43":11,"430":11,"433":91,"434":1,"44":16,"45":26,"46":66,"48":22,"49":20,"5":233,"51":23,"52":17,"53":37,"56":4,"570":1,"6":57,"63":14,"7":168,"79":17,"8":72,"80":8,"9":113,"all_client":53012,"all_tv_clinet":6720,"insert_time":"2014-08-23T16:52:29.134Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45877,"10":57,"107":222,"11":381,"12":33,"13":112,"14":76,"15":154,"155":15,"156":3,"158":30,"159":5,"16":149,"160":10,"161":41,"167":21,"17":115,"18":331,"19":74,"20":41,"209":19,"21":302,"210":4,"214":28,"215":161,"221":109,"223":285,"224":30,"225":286,"23":142,"24":746,"25":330,"257":19,"26":27,"268":3,"27":28,"273":21,"276":11,"279":17,"28":263,"281":2,"282":20,"291":10,"292":6,"30":13,"302":6,"306":1,"31":16,"314":2,"317":1,"32":22,"33":12,"34":18,"347":1,"35":9,"352":319,"36":50,"37":13,"38":155,"380":6,"381":30,"383":13,"39":53,"391":14,"396":2,"397":5,"40":15,"409":8,"41":16,"414":12,"415":55,"419":3,"42":6,"426":3,"43":10,"430":14,"433":90,"434":1,"44":15,"45":25,"46":63,"48":19,"49":19,"5":231,"51":22,"52":17,"53":37,"56":4,"570":1,"6":56,"63":15,"7":168,"79":16,"8":74,"80":8,"9":118,"all_client":52518,"all_tv_clinet":6641,"insert_time":"2014-08-23T16:53:29.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45472,"10":53,"107":219,"11":386,"12":31,"13":117,"14":77,"15":152,"155":15,"156":3,"158":31,"159":4,"16":136,"160":10,"161":42,"167":21,"17":118,"18":328,"19":70,"20":40,"209":16,"21":294,"210":3,"214":28,"215":162,"221":102,"223":284,"224":31,"225":281,"23":139,"24":733,"25":308,"257":21,"26":25,"268":3,"27":31,"273":19,"276":12,"279":16,"28":260,"281":2,"282":23,"291":10,"292":6,"30":13,"302":6,"306":2,"31":15,"314":2,"317":1,"32":22,"33":11,"34":19,"347":1,"35":9,"352":327,"36":51,"37":14,"38":152,"380":6,"381":28,"383":15,"39":53,"391":13,"396":2,"397":5,"40":14,"409":7,"41":17,"414":11,"415":57,"419":1,"42":8,"426":3,"43":10,"430":14,"433":88,"434":1,"44":12,"45":24,"46":57,"48":20,"49":18,"5":228,"51":22,"52":19,"53":41,"56":3,"570":1,"6":55,"63":15,"7":167,"79":14,"8":77,"80":6,"9":118,"all_client":52029,"all_tv_clinet":6557,"insert_time":"2014-08-23T16:54:29.787Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45084,"10":55,"107":209,"11":383,"12":28,"13":123,"14":77,"15":153,"155":14,"156":4,"158":32,"159":4,"16":121,"160":9,"161":43,"167":21,"17":113,"18":324,"19":67,"20":40,"209":14,"21":294,"210":3,"214":27,"215":161,"221":99,"223":289,"224":35,"225":273,"23":141,"24":719,"25":294,"257":22,"26":21,"268":4,"27":31,"273":18,"276":12,"279":16,"28":254,"281":3,"282":23,"291":10,"292":6,"30":14,"302":6,"306":2,"31":16,"314":2,"32":26,"33":12,"34":19,"347":1,"35":9,"352":334,"36":51,"37":14,"38":143,"380":5,"381":29,"383":17,"39":50,"391":13,"396":2,"397":5,"40":16,"409":8,"41":18,"414":12,"415":55,"419":1,"42":8,"426":3,"43":10,"430":16,"433":87,"434":1,"44":10,"45":23,"46":54,"48":21,"49":18,"5":230,"51":21,"52":22,"53":42,"56":2,"570":1,"6":54,"63":14,"7":165,"79":11,"8":78,"80":7,"9":107,"all_client":51558,"all_tv_clinet":6474,"insert_time":"2014-08-23T16:55:30.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44626,"10":54,"107":210,"11":375,"12":23,"13":122,"14":72,"15":159,"155":13,"156":3,"158":29,"159":4,"16":105,"160":10,"161":46,"167":19,"17":105,"18":326,"19":66,"20":39,"209":14,"21":288,"210":3,"214":27,"215":163,"221":99,"223":291,"224":33,"225":267,"23":141,"24":712,"25":274,"257":24,"26":20,"268":4,"27":32,"273":17,"276":12,"279":16,"28":249,"281":3,"282":20,"291":9,"292":6,"30":14,"302":7,"306":2,"31":17,"314":2,"32":28,"33":13,"34":19,"347":1,"35":10,"352":328,"36":51,"37":17,"38":150,"380":3,"381":28,"383":18,"39":49,"391":12,"396":2,"397":5,"40":14,"409":6,"41":17,"414":11,"415":53,"419":1,"42":10,"426":4,"43":10,"430":18,"433":88,"434":1,"44":10,"45":21,"46":57,"48":22,"49":18,"5":226,"51":21,"52":23,"53":43,"56":1,"570":1,"6":50,"63":13,"7":154,"79":13,"8":77,"80":5,"9":98,"all_client":50992,"all_tv_clinet":6366,"insert_time":"2014-08-23T16:56:30.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44280,"10":53,"107":194,"11":381,"12":21,"13":118,"14":69,"15":158,"155":13,"156":3,"158":28,"159":4,"16":103,"160":10,"161":42,"167":19,"17":97,"18":326,"19":61,"20":39,"209":14,"21":282,"210":3,"214":26,"215":163,"221":91,"223":296,"224":34,"225":266,"23":144,"24":697,"25":259,"257":23,"26":18,"268":4,"27":32,"273":18,"276":12,"279":15,"28":244,"281":3,"282":18,"291":9,"292":5,"30":14,"302":7,"306":2,"31":16,"314":2,"32":27,"33":14,"34":20,"347":1,"35":10,"352":319,"36":52,"37":20,"38":150,"380":3,"381":26,"383":20,"39":45,"391":12,"396":2,"397":5,"40":15,"409":6,"41":18,"414":11,"415":51,"419":1,"42":10,"426":4,"43":9,"430":17,"433":89,"434":1,"44":10,"45":17,"46":57,"48":22,"49":21,"5":221,"51":20,"52":24,"53":42,"56":2,"570":1,"6":50,"63":13,"7":150,"79":14,"8":78,"80":5,"9":88,"all_client":50529,"all_tv_clinet":6249,"insert_time":"2014-08-23T16:57:30.757Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43880,"10":51,"107":193,"11":389,"12":23,"13":121,"14":68,"15":157,"155":13,"156":2,"158":28,"159":4,"16":93,"160":10,"161":42,"167":19,"17":88,"18":325,"19":59,"20":41,"209":13,"21":292,"210":3,"214":25,"215":167,"221":85,"223":289,"224":33,"225":269,"23":144,"24":688,"25":250,"257":23,"26":16,"268":3,"27":34,"273":17,"276":13,"279":14,"28":236,"281":3,"282":15,"291":8,"292":5,"30":12,"302":7,"306":2,"31":14,"314":2,"32":28,"33":16,"34":19,"347":1,"35":11,"352":311,"36":50,"37":20,"38":146,"380":3,"381":24,"383":19,"39":44,"391":13,"396":2,"397":4,"40":14,"409":5,"41":13,"414":11,"415":47,"419":1,"42":11,"426":4,"43":8,"430":17,"433":91,"434":1,"44":11,"45":18,"46":59,"48":23,"49":21,"5":223,"51":19,"52":24,"53":42,"56":2,"570":1,"6":48,"63":14,"7":140,"79":16,"8":81,"80":5,"9":79,"all_client":50048,"all_tv_clinet":6168,"insert_time":"2014-08-23T16:58:31.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43515,"10":49,"107":190,"11":392,"12":22,"13":126,"14":65,"15":158,"155":13,"156":2,"158":30,"159":4,"16":92,"160":10,"161":38,"167":18,"17":84,"18":323,"19":60,"20":41,"209":13,"21":286,"210":3,"214":25,"215":166,"221":82,"223":283,"224":32,"225":265,"23":147,"24":679,"25":246,"257":23,"26":17,"268":5,"27":34,"273":16,"276":14,"279":14,"28":225,"281":3,"282":15,"291":8,"292":5,"30":11,"302":7,"306":2,"31":13,"314":2,"32":27,"33":16,"34":18,"347":1,"35":11,"352":309,"36":45,"37":20,"38":149,"380":3,"381":22,"383":19,"39":45,"391":13,"396":3,"397":3,"40":14,"409":5,"41":13,"414":11,"415":46,"419":1,"42":11,"426":3,"43":9,"430":16,"433":91,"434":1,"44":10,"45":16,"46":59,"48":26,"49":22,"5":222,"51":18,"52":23,"53":41,"56":2,"570":1,"6":49,"63":13,"7":130,"79":16,"8":81,"80":5,"9":72,"all_client":49604,"all_tv_clinet":6089,"insert_time":"2014-08-23T16:59:31.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43127,"10":47,"107":191,"11":387,"12":22,"13":126,"14":62,"15":156,"155":10,"156":2,"158":34,"159":4,"16":95,"160":10,"161":38,"167":18,"17":81,"18":304,"19":61,"20":39,"209":17,"21":284,"210":3,"214":24,"215":166,"221":82,"223":278,"224":32,"225":267,"23":143,"24":678,"25":235,"257":21,"26":14,"268":5,"27":40,"273":17,"276":14,"279":13,"28":219,"281":3,"282":12,"291":8,"292":5,"30":11,"302":7,"306":2,"31":13,"314":2,"32":29,"33":16,"34":18,"347":1,"35":11,"352":296,"36":45,"37":18,"38":149,"380":3,"381":19,"383":16,"39":46,"391":12,"396":5,"397":3,"40":14,"409":4,"41":11,"414":10,"415":46,"419":1,"42":12,"426":3,"43":9,"430":16,"433":90,"44":10,"45":14,"46":59,"48":26,"49":23,"5":218,"51":17,"52":22,"53":41,"56":2,"570":1,"6":51,"63":14,"7":126,"79":16,"8":80,"80":5,"9":72,"all_client":49129,"all_tv_clinet":6002,"insert_time":"2014-08-23T17:00:31.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42736,"10":43,"107":184,"11":381,"12":20,"13":130,"14":61,"15":160,"155":10,"156":2,"158":32,"159":4,"16":96,"160":10,"161":42,"167":17,"17":73,"18":290,"19":61,"20":40,"209":21,"21":284,"210":3,"214":24,"215":163,"221":81,"223":271,"224":31,"225":256,"23":135,"24":672,"25":228,"257":21,"26":15,"268":4,"27":42,"273":17,"276":14,"279":16,"28":217,"281":3,"282":12,"291":8,"292":6,"30":12,"302":7,"306":2,"31":14,"314":2,"32":27,"33":13,"34":18,"35":10,"352":297,"36":44,"37":17,"38":159,"380":3,"381":20,"383":15,"39":47,"391":12,"396":4,"397":3,"40":11,"409":4,"41":13,"414":10,"415":44,"419":1,"42":14,"426":3,"43":11,"430":16,"433":90,"44":8,"45":12,"46":56,"48":30,"49":27,"5":215,"51":16,"52":22,"53":39,"56":1,"570":1,"6":54,"63":15,"7":131,"79":14,"8":79,"80":5,"9":72,"all_client":48676,"all_tv_clinet":5940,"insert_time":"2014-08-23T17:01:32.052Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42371,"10":48,"107":178,"11":381,"12":17,"13":134,"14":61,"15":165,"155":10,"156":2,"158":28,"159":4,"16":87,"160":10,"161":41,"167":17,"17":69,"18":284,"19":61,"20":39,"209":23,"21":281,"210":3,"214":24,"215":164,"221":80,"223":268,"224":28,"225":252,"23":132,"24":666,"25":225,"257":19,"26":16,"268":4,"27":41,"273":18,"276":14,"279":19,"28":222,"281":3,"282":12,"291":7,"292":6,"30":10,"302":7,"306":2,"31":14,"314":2,"32":28,"33":15,"34":20,"35":9,"352":299,"36":44,"37":18,"38":152,"380":3,"381":19,"383":17,"39":44,"391":12,"396":4,"397":3,"40":10,"409":4,"41":17,"414":11,"415":44,"419":1,"42":13,"426":3,"43":11,"430":16,"433":90,"44":9,"45":12,"46":57,"48":30,"49":29,"5":207,"51":14,"52":22,"53":38,"56":1,"570":1,"6":56,"63":16,"7":131,"79":13,"8":79,"80":5,"9":69,"all_client":48265,"all_tv_clinet":5894,"insert_time":"2014-08-23T17:02:32.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41987,"10":48,"107":167,"11":386,"12":15,"13":136,"14":54,"15":170,"155":10,"156":2,"158":25,"159":4,"16":80,"160":10,"161":38,"167":16,"17":62,"18":281,"19":58,"20":37,"209":23,"21":270,"210":4,"214":25,"215":164,"221":79,"223":268,"224":29,"225":253,"23":136,"24":654,"25":218,"257":18,"26":14,"268":3,"27":41,"273":19,"276":14,"279":19,"28":221,"281":4,"282":11,"291":7,"292":7,"30":11,"302":7,"306":1,"31":14,"314":2,"32":27,"33":15,"34":21,"35":10,"352":300,"36":42,"37":17,"38":151,"380":3,"381":20,"383":17,"39":43,"391":12,"396":4,"397":3,"40":10,"409":4,"41":17,"414":11,"415":38,"419":1,"42":14,"426":3,"43":10,"430":16,"433":87,"44":10,"45":12,"46":53,"48":28,"49":29,"5":209,"51":12,"52":22,"53":38,"570":1,"6":56,"63":15,"7":132,"79":12,"8":80,"80":5,"9":73,"all_client":47805,"all_tv_clinet":5818,"insert_time":"2014-08-23T17:03:32.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41655,"10":47,"107":170,"11":383,"12":13,"13":139,"14":52,"15":174,"155":10,"156":2,"158":25,"159":5,"16":79,"160":12,"161":37,"167":16,"17":59,"18":271,"19":58,"20":35,"209":21,"21":245,"210":5,"214":24,"215":162,"221":80,"223":267,"224":29,"225":252,"23":134,"24":647,"25":215,"257":18,"26":15,"268":3,"27":43,"273":19,"276":14,"279":20,"28":222,"281":4,"282":11,"291":6,"292":7,"30":10,"302":7,"306":1,"31":14,"314":2,"32":27,"33":14,"34":20,"35":10,"352":283,"36":47,"37":16,"38":152,"380":2,"381":17,"383":16,"39":41,"391":12,"396":3,"397":3,"40":10,"409":4,"41":16,"414":12,"415":39,"419":1,"42":13,"426":4,"43":11,"430":15,"433":87,"44":11,"45":11,"46":52,"48":28,"49":30,"5":211,"51":13,"52":21,"53":38,"570":1,"6":55,"63":14,"7":131,"79":13,"8":79,"80":5,"9":71,"all_client":47398,"all_tv_clinet":5743,"insert_time":"2014-08-23T17:04:33.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41309,"10":47,"107":167,"11":378,"12":13,"13":133,"14":54,"15":180,"155":9,"156":2,"158":25,"159":5,"16":75,"160":13,"161":36,"167":16,"17":52,"18":271,"19":58,"20":35,"209":22,"21":237,"210":5,"214":25,"215":157,"221":79,"223":264,"224":27,"225":251,"23":136,"24":634,"25":204,"257":16,"26":15,"268":2,"27":46,"273":20,"276":13,"279":22,"28":223,"281":4,"282":13,"291":6,"292":5,"30":10,"302":7,"306":1,"31":14,"314":1,"32":27,"33":13,"34":19,"35":10,"352":278,"36":51,"37":14,"38":151,"380":2,"381":16,"383":19,"39":40,"391":12,"396":3,"397":3,"40":9,"409":3,"41":16,"414":14,"415":43,"419":2,"42":15,"426":3,"43":11,"430":16,"433":86,"44":10,"45":11,"46":55,"48":29,"49":33,"5":207,"51":14,"52":20,"53":36,"570":1,"6":56,"63":12,"7":129,"79":13,"8":80,"80":4,"9":69,"all_client":46992,"all_tv_clinet":5683,"insert_time":"2014-08-23T17:05:33.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40959,"10":41,"107":159,"11":372,"12":12,"13":130,"14":51,"15":183,"155":7,"156":4,"158":25,"159":5,"16":75,"160":12,"161":38,"167":17,"17":51,"18":269,"19":56,"20":36,"209":18,"21":224,"210":4,"214":25,"215":157,"221":77,"223":272,"224":28,"225":255,"23":134,"24":620,"25":194,"257":15,"26":18,"268":2,"27":47,"273":19,"276":12,"279":23,"28":212,"281":4,"282":13,"291":5,"292":6,"30":11,"302":7,"31":14,"32":30,"33":10,"34":15,"35":9,"352":286,"36":52,"37":13,"38":151,"380":2,"381":15,"383":18,"39":40,"391":12,"396":3,"397":3,"40":10,"409":3,"41":14,"414":16,"415":44,"419":2,"42":14,"426":4,"43":11,"430":17,"433":85,"44":11,"45":10,"46":55,"48":28,"49":33,"5":201,"51":12,"52":19,"53":34,"56":1,"570":1,"6":55,"63":12,"7":122,"79":13,"8":80,"80":5,"9":69,"all_client":46558,"all_tv_clinet":5599,"insert_time":"2014-08-23T17:06:33.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40600,"10":41,"107":156,"11":374,"12":11,"13":132,"14":50,"15":182,"155":8,"156":4,"158":24,"159":5,"16":73,"160":11,"161":37,"167":17,"17":47,"18":266,"19":55,"20":35,"209":18,"21":213,"210":3,"214":26,"215":159,"221":77,"223":268,"224":27,"225":251,"23":129,"24":616,"25":190,"257":16,"26":17,"268":3,"27":49,"273":19,"276":12,"279":24,"28":201,"281":4,"282":13,"291":5,"292":6,"30":8,"302":7,"31":13,"32":27,"33":10,"34":15,"35":10,"352":288,"36":54,"37":13,"38":147,"380":2,"381":14,"383":17,"39":41,"391":14,"396":3,"397":3,"40":12,"409":3,"41":14,"414":14,"415":42,"419":2,"42":15,"426":5,"43":12,"430":17,"433":83,"44":11,"45":10,"46":59,"48":25,"49":34,"5":199,"51":12,"52":22,"53":30,"56":2,"570":1,"6":53,"63":12,"7":123,"79":14,"8":77,"80":5,"9":66,"all_client":46134,"all_tv_clinet":5534,"insert_time":"2014-08-23T17:07:34.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40265,"10":39,"107":165,"11":374,"12":10,"13":144,"14":53,"15":183,"155":7,"156":5,"158":23,"159":6,"16":73,"160":10,"161":41,"167":16,"17":43,"18":260,"19":54,"20":37,"209":18,"21":195,"210":4,"214":26,"215":161,"221":75,"223":273,"224":27,"225":252,"23":125,"24":617,"25":185,"257":16,"26":16,"268":3,"27":52,"273":17,"276":11,"279":23,"28":195,"281":4,"282":13,"291":4,"292":7,"30":7,"302":7,"31":9,"32":25,"33":10,"34":18,"35":12,"352":287,"36":53,"37":14,"38":143,"380":1,"381":14,"383":12,"39":38,"391":14,"396":3,"397":3,"40":14,"409":2,"41":13,"414":14,"415":37,"419":2,"42":15,"426":5,"43":12,"430":18,"433":86,"44":11,"45":8,"46":58,"48":23,"49":33,"5":197,"51":13,"52":23,"53":33,"56":2,"570":1,"6":52,"63":13,"7":120,"79":14,"8":79,"80":6,"9":66,"all_client":45767,"all_tv_clinet":5502,"insert_time":"2014-08-23T17:08:34.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39925,"10":40,"107":169,"11":368,"12":10,"13":149,"14":52,"15":184,"155":8,"156":5,"158":22,"159":6,"16":70,"160":10,"161":37,"167":16,"17":43,"18":246,"19":55,"20":36,"209":16,"21":192,"210":5,"214":26,"215":159,"221":75,"223":272,"224":27,"225":249,"23":121,"24":612,"25":174,"257":16,"26":17,"268":3,"27":54,"273":16,"276":11,"279":25,"28":196,"281":4,"282":13,"291":5,"292":5,"30":7,"302":7,"31":8,"32":25,"33":9,"34":18,"347":1,"35":13,"352":280,"36":51,"37":14,"38":139,"380":1,"381":14,"383":12,"39":36,"391":14,"396":3,"397":2,"40":15,"409":3,"41":14,"414":14,"415":37,"419":2,"42":16,"426":6,"43":12,"430":17,"433":86,"44":11,"45":8,"46":59,"48":22,"49":33,"5":197,"51":13,"52":23,"53":31,"56":2,"570":1,"6":48,"63":13,"7":122,"79":14,"8":77,"80":6,"9":63,"all_client":45363,"all_tv_clinet":5438,"insert_time":"2014-08-23T17:09:36.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39520,"10":40,"107":173,"11":356,"12":9,"13":148,"14":52,"15":185,"155":7,"156":6,"158":22,"159":6,"16":68,"160":10,"161":39,"167":14,"17":43,"18":241,"19":55,"20":37,"209":15,"21":184,"210":5,"214":26,"215":156,"221":77,"223":271,"224":24,"225":245,"23":124,"24":600,"25":171,"257":15,"26":18,"268":3,"27":58,"273":16,"276":11,"279":24,"28":190,"281":5,"282":12,"291":5,"292":5,"30":7,"302":7,"31":9,"314":1,"32":25,"33":9,"34":19,"347":1,"35":15,"352":289,"36":50,"37":13,"38":140,"380":1,"381":14,"383":12,"39":33,"391":15,"396":3,"397":2,"40":16,"409":3,"41":15,"414":16,"415":34,"419":2,"42":18,"426":6,"43":12,"430":18,"433":85,"44":11,"45":7,"46":60,"48":20,"49":32,"5":193,"51":12,"52":22,"53":32,"56":2,"570":1,"6":47,"63":12,"7":124,"79":13,"8":77,"80":8,"9":58,"all_client":44912,"all_tv_clinet":5392,"insert_time":"2014-08-23T17:10:36.267Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39156,"10":39,"107":179,"11":348,"12":8,"13":154,"14":52,"15":186,"155":8,"156":5,"158":25,"159":5,"16":68,"160":9,"161":39,"167":16,"17":40,"18":231,"19":50,"20":35,"209":15,"21":168,"210":5,"214":26,"215":154,"221":76,"223":260,"224":22,"225":240,"23":124,"24":586,"25":170,"257":15,"26":17,"268":3,"27":57,"273":16,"276":11,"279":24,"28":181,"281":4,"282":12,"291":5,"292":5,"30":7,"302":6,"31":10,"314":1,"32":26,"33":7,"34":18,"347":2,"35":14,"352":283,"36":51,"37":13,"38":149,"380":1,"381":15,"383":12,"39":32,"391":11,"396":4,"397":2,"40":19,"409":3,"41":15,"414":18,"415":35,"419":2,"42":18,"426":5,"43":11,"430":19,"433":86,"44":13,"45":7,"46":60,"48":18,"49":32,"5":190,"51":13,"52":21,"53":31,"56":3,"570":1,"6":47,"63":11,"7":128,"79":13,"8":73,"80":8,"9":51,"all_client":44464,"all_tv_clinet":5308,"insert_time":"2014-08-23T17:11:36.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38816,"10":39,"107":174,"11":353,"12":8,"13":156,"14":50,"15":189,"155":8,"156":6,"158":23,"159":5,"16":64,"160":9,"161":39,"167":16,"17":34,"18":229,"19":51,"20":36,"209":13,"21":164,"210":5,"214":26,"215":156,"221":74,"223":255,"224":21,"225":233,"23":123,"24":571,"25":169,"257":16,"26":18,"268":5,"27":53,"273":13,"276":10,"279":24,"28":178,"281":4,"282":12,"291":6,"292":6,"30":6,"302":6,"31":10,"314":1,"32":26,"33":7,"34":18,"347":2,"35":13,"352":275,"36":51,"37":14,"38":148,"380":1,"381":16,"383":12,"39":32,"391":11,"396":4,"397":2,"40":19,"409":3,"41":14,"414":18,"415":34,"419":3,"42":17,"426":5,"43":10,"430":19,"433":87,"44":12,"45":8,"46":59,"48":16,"49":32,"5":179,"51":16,"52":21,"53":34,"56":3,"570":1,"6":46,"63":8,"7":127,"79":13,"8":71,"80":8,"9":49,"all_client":44047,"all_tv_clinet":5231,"insert_time":"2014-08-23T17:12:36.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38466,"10":41,"107":173,"11":356,"12":7,"13":158,"14":51,"15":193,"155":8,"156":6,"158":23,"159":4,"16":62,"160":9,"161":33,"167":15,"17":34,"18":227,"19":52,"20":37,"209":12,"21":149,"210":5,"214":26,"215":155,"221":69,"223":251,"224":19,"225":224,"23":126,"24":557,"25":170,"257":16,"26":17,"268":5,"27":54,"273":13,"276":9,"279":23,"28":175,"281":4,"282":13,"291":6,"292":6,"30":7,"302":6,"31":10,"32":26,"33":8,"34":18,"347":2,"35":15,"352":273,"36":51,"37":13,"38":149,"380":1,"381":16,"383":15,"39":30,"391":11,"396":4,"397":2,"40":19,"409":3,"41":16,"414":19,"415":36,"419":3,"42":19,"426":4,"43":9,"430":18,"433":86,"44":12,"45":9,"46":59,"48":16,"49":33,"5":170,"51":15,"52":19,"53":31,"56":3,"570":1,"6":50,"63":8,"7":127,"79":12,"8":71,"80":8,"9":48,"all_client":43640,"all_tv_clinet":5174,"insert_time":"2014-08-23T17:13:37.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38106,"10":42,"107":169,"11":363,"12":7,"13":157,"14":53,"15":196,"155":8,"156":6,"158":24,"159":4,"16":60,"160":9,"161":31,"167":14,"17":31,"18":221,"19":52,"20":36,"209":12,"21":141,"210":6,"214":26,"215":155,"221":74,"223":250,"224":18,"225":218,"23":128,"24":545,"25":169,"257":15,"26":16,"268":4,"27":51,"273":16,"276":8,"279":22,"28":173,"281":5,"282":13,"291":6,"292":5,"30":9,"302":6,"31":9,"32":24,"33":8,"34":20,"347":2,"35":16,"352":278,"36":53,"37":14,"38":146,"380":1,"381":17,"383":18,"39":28,"391":11,"396":3,"397":2,"40":19,"409":3,"41":15,"414":16,"415":36,"419":4,"42":20,"426":5,"43":10,"430":17,"433":85,"44":10,"45":8,"46":57,"48":14,"49":34,"5":166,"51":14,"52":20,"53":31,"56":3,"570":1,"6":48,"63":7,"7":129,"79":13,"8":76,"80":8,"9":47,"all_client":43246,"all_tv_clinet":5140,"insert_time":"2014-08-23T17:14:37.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37794,"10":45,"107":166,"11":363,"12":7,"13":156,"14":51,"15":199,"155":8,"156":6,"158":25,"159":4,"16":59,"160":8,"161":32,"167":15,"17":32,"18":212,"19":52,"20":34,"209":14,"21":129,"210":6,"214":25,"215":153,"221":76,"223":250,"224":17,"225":211,"23":125,"24":525,"25":167,"257":15,"26":16,"268":4,"27":51,"273":18,"276":7,"279":24,"28":172,"281":5,"282":13,"291":6,"292":5,"30":10,"302":6,"31":10,"32":19,"33":8,"34":20,"347":2,"35":16,"352":284,"36":53,"37":13,"38":147,"380":1,"381":18,"383":17,"39":29,"391":10,"396":3,"397":2,"40":19,"409":3,"41":17,"414":15,"415":39,"419":4,"42":19,"426":6,"43":10,"430":17,"433":82,"44":11,"45":7,"46":53,"48":15,"49":36,"5":158,"51":13,"52":19,"53":28,"56":3,"570":1,"6":51,"63":8,"7":132,"79":14,"8":77,"80":8,"9":48,"all_client":42883,"all_tv_clinet":5089,"insert_time":"2014-08-23T17:15:37.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37470,"10":43,"107":178,"11":363,"12":7,"13":156,"14":50,"15":195,"155":8,"156":5,"158":25,"159":3,"16":53,"160":7,"161":33,"167":14,"17":31,"18":212,"19":50,"20":33,"209":15,"21":124,"210":6,"214":26,"215":147,"221":73,"223":250,"224":16,"225":206,"23":122,"24":506,"25":160,"257":15,"26":16,"268":5,"27":52,"273":19,"276":9,"279":22,"28":172,"281":5,"282":15,"291":5,"292":7,"30":10,"302":6,"31":10,"314":1,"32":18,"33":8,"34":20,"347":2,"35":15,"352":279,"36":55,"37":13,"38":137,"381":19,"383":15,"39":27,"391":9,"396":3,"397":3,"40":20,"409":3,"41":16,"414":15,"415":36,"419":4,"42":21,"426":6,"43":11,"430":17,"433":82,"44":11,"45":6,"46":54,"48":13,"49":38,"5":154,"51":11,"52":17,"53":28,"56":3,"570":1,"6":56,"63":10,"7":135,"79":14,"8":78,"80":8,"9":48,"all_client":42495,"all_tv_clinet":5025,"insert_time":"2014-08-23T17:16:37.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37186,"10":45,"107":171,"11":365,"12":7,"13":153,"14":50,"15":198,"155":8,"156":6,"158":26,"159":3,"16":51,"160":7,"161":36,"167":13,"17":31,"18":206,"19":52,"20":36,"209":16,"21":117,"210":6,"214":25,"215":138,"221":72,"223":249,"224":14,"225":201,"23":115,"24":488,"25":158,"257":16,"26":18,"268":5,"27":51,"273":19,"276":9,"279":23,"28":168,"281":6,"282":15,"291":4,"292":8,"30":11,"302":6,"31":11,"314":1,"32":17,"33":9,"34":21,"347":3,"35":16,"352":278,"36":53,"37":16,"38":140,"380":1,"381":17,"383":14,"39":27,"391":9,"396":3,"397":3,"40":20,"409":5,"41":16,"414":16,"415":36,"419":4,"42":20,"426":5,"43":10,"430":18,"433":83,"44":11,"45":5,"46":54,"48":11,"49":38,"5":156,"51":11,"52":14,"53":28,"56":3,"570":1,"6":54,"63":10,"7":137,"79":13,"8":77,"80":7,"9":45,"all_client":42155,"all_tv_clinet":4969,"insert_time":"2014-08-23T17:17:38.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36837,"10":49,"107":172,"11":366,"12":7,"13":153,"14":49,"15":199,"155":9,"156":4,"158":23,"159":3,"16":46,"160":8,"161":35,"167":13,"17":32,"18":205,"19":55,"20":36,"209":15,"21":114,"210":6,"214":24,"215":130,"221":75,"223":253,"224":12,"225":192,"23":122,"24":483,"25":154,"257":18,"26":17,"268":5,"27":50,"273":19,"276":9,"279":22,"28":168,"281":5,"282":15,"291":4,"292":8,"30":8,"302":6,"31":11,"314":1,"32":16,"33":9,"34":25,"347":3,"35":16,"352":265,"36":49,"37":15,"38":142,"380":1,"381":16,"383":14,"39":24,"391":9,"396":3,"397":3,"40":19,"409":5,"41":15,"414":15,"415":36,"419":5,"42":19,"426":4,"43":10,"430":16,"433":86,"44":11,"45":5,"46":56,"48":12,"49":34,"5":149,"51":10,"52":11,"53":29,"56":3,"570":1,"6":52,"63":11,"7":135,"79":14,"8":77,"80":6,"9":45,"all_client":41748,"all_tv_clinet":4911,"insert_time":"2014-08-23T17:18:38.561Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36512,"10":62,"107":166,"11":370,"12":7,"13":154,"14":54,"15":186,"155":9,"156":4,"158":18,"159":2,"16":40,"160":8,"161":34,"167":13,"17":30,"18":203,"19":55,"20":34,"209":16,"21":109,"210":6,"214":24,"215":120,"221":71,"223":244,"224":11,"225":189,"23":128,"24":473,"25":153,"257":17,"26":18,"268":5,"27":49,"273":18,"276":9,"279":23,"28":167,"281":5,"282":15,"291":4,"292":8,"30":8,"302":7,"31":11,"314":1,"32":13,"33":10,"34":24,"347":4,"35":17,"352":265,"36":46,"37":17,"38":140,"380":1,"381":15,"383":13,"39":22,"391":8,"396":3,"397":3,"40":19,"409":6,"41":16,"414":15,"415":41,"419":7,"42":21,"426":5,"43":8,"430":16,"433":87,"44":13,"45":7,"46":57,"48":12,"49":34,"5":147,"51":11,"52":10,"53":30,"56":5,"570":1,"6":50,"63":10,"7":135,"79":14,"8":74,"80":6,"9":45,"all_client":41373,"all_tv_clinet":4861,"insert_time":"2014-08-23T17:19:38.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36174,"10":70,"107":159,"11":375,"12":7,"13":153,"14":57,"15":160,"155":8,"156":2,"158":15,"159":2,"16":36,"160":9,"161":35,"167":13,"17":33,"18":205,"19":56,"20":33,"209":17,"21":104,"210":7,"214":24,"215":114,"221":76,"223":236,"224":11,"225":184,"23":126,"24":469,"25":152,"257":17,"26":18,"268":5,"27":48,"273":17,"276":8,"279":24,"28":173,"281":6,"282":15,"291":4,"292":7,"30":8,"302":10,"31":13,"314":1,"32":14,"33":9,"34":26,"347":4,"35":17,"352":274,"36":42,"37":15,"38":140,"380":2,"381":16,"383":12,"39":21,"391":9,"396":1,"397":3,"40":17,"409":5,"41":17,"414":16,"415":39,"419":7,"42":24,"426":6,"43":10,"430":16,"433":84,"44":16,"45":7,"46":58,"48":11,"49":34,"5":148,"51":10,"52":9,"53":30,"56":5,"570":1,"6":48,"63":11,"7":134,"79":13,"8":75,"80":7,"9":48,"all_client":41007,"all_tv_clinet":4833,"insert_time":"2014-08-23T17:20:39.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35907,"10":76,"107":158,"11":381,"12":7,"13":152,"14":60,"15":136,"155":7,"156":1,"158":11,"159":2,"16":38,"160":12,"161":33,"167":13,"17":32,"18":205,"19":56,"20":32,"209":18,"21":98,"210":7,"214":25,"215":111,"221":74,"223":227,"224":12,"225":178,"23":123,"24":455,"25":152,"257":16,"26":20,"268":6,"27":47,"273":16,"276":7,"279":26,"28":173,"281":6,"282":16,"291":4,"292":7,"30":10,"302":12,"31":13,"314":1,"32":13,"33":10,"34":27,"347":3,"35":16,"352":276,"36":41,"37":15,"38":141,"380":2,"381":15,"383":12,"39":17,"391":10,"396":1,"397":3,"40":16,"409":6,"41":16,"414":15,"415":45,"419":9,"42":28,"426":7,"43":9,"430":16,"433":82,"44":15,"45":7,"46":57,"48":10,"49":33,"5":145,"51":10,"52":9,"53":30,"56":5,"6":49,"63":9,"7":137,"79":12,"8":73,"80":8,"9":49,"all_client":40688,"all_tv_clinet":4781,"insert_time":"2014-08-23T17:21:39.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35573,"10":78,"107":158,"11":376,"12":8,"13":155,"14":60,"15":127,"155":7,"156":2,"158":10,"159":2,"16":37,"160":13,"161":32,"167":13,"17":29,"18":201,"19":57,"20":37,"209":19,"21":98,"210":8,"214":24,"215":106,"221":72,"223":224,"224":12,"225":178,"23":119,"24":449,"25":145,"257":16,"26":17,"268":6,"27":46,"273":15,"276":8,"279":26,"28":176,"281":5,"282":18,"291":3,"292":7,"30":9,"302":12,"31":13,"314":1,"32":14,"33":9,"34":28,"347":2,"35":15,"352":280,"36":45,"37":15,"38":130,"380":2,"381":15,"383":11,"39":18,"391":9,"396":1,"397":3,"40":17,"409":6,"41":14,"414":15,"415":40,"419":9,"42":29,"426":6,"43":9,"430":18,"433":79,"44":14,"45":6,"46":54,"48":12,"49":33,"5":152,"51":10,"52":8,"53":30,"56":5,"6":47,"63":10,"7":138,"79":11,"8":72,"80":8,"9":50,"all_client":40306,"all_tv_clinet":4733,"insert_time":"2014-08-23T17:22:39.685Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35252,"10":76,"107":163,"11":380,"12":8,"13":152,"14":60,"15":118,"155":7,"156":2,"158":9,"159":2,"16":43,"160":13,"161":34,"167":12,"17":27,"18":194,"19":56,"20":38,"209":18,"21":98,"210":11,"214":24,"215":95,"221":68,"223":221,"224":12,"225":183,"23":117,"24":435,"25":141,"257":17,"26":16,"268":6,"27":51,"273":17,"276":9,"279":27,"28":183,"281":3,"282":21,"291":3,"292":7,"30":10,"302":14,"31":13,"314":1,"32":14,"33":9,"34":30,"347":2,"35":13,"352":271,"36":43,"37":15,"38":124,"380":1,"381":16,"383":9,"39":20,"391":8,"396":1,"397":3,"40":18,"409":6,"41":13,"414":17,"415":40,"419":9,"42":29,"426":5,"43":8,"430":16,"433":78,"44":12,"45":7,"46":53,"48":13,"49":31,"5":148,"51":7,"52":7,"53":31,"56":5,"6":45,"63":10,"7":137,"79":14,"8":69,"80":8,"9":50,"all_client":39932,"all_tv_clinet":4680,"insert_time":"2014-08-23T17:23:39.967Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34956,"10":71,"107":163,"11":383,"12":8,"13":153,"14":63,"15":109,"155":6,"156":2,"158":10,"159":3,"16":42,"160":11,"161":33,"167":13,"17":28,"18":188,"19":49,"20":40,"209":18,"21":101,"210":12,"214":24,"215":85,"221":69,"223":213,"224":13,"225":188,"23":118,"24":424,"25":145,"257":16,"26":15,"268":4,"27":51,"273":15,"276":9,"279":27,"28":175,"281":3,"282":24,"291":3,"292":7,"30":8,"302":15,"31":13,"314":1,"32":15,"33":10,"34":32,"347":2,"35":15,"352":269,"36":45,"37":14,"38":119,"380":1,"381":17,"383":11,"39":20,"391":8,"396":1,"397":3,"40":19,"409":5,"41":14,"414":18,"415":38,"419":6,"42":32,"426":5,"43":8,"430":15,"433":74,"44":13,"45":7,"46":54,"48":13,"49":32,"5":148,"51":8,"52":7,"53":32,"56":5,"6":41,"63":9,"7":139,"79":18,"8":65,"80":7,"9":51,"all_client":39592,"all_tv_clinet":4636,"insert_time":"2014-08-23T17:24:40.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34655,"10":68,"107":169,"11":387,"12":8,"13":149,"14":65,"15":101,"155":6,"156":2,"158":10,"159":6,"16":47,"160":11,"161":31,"167":13,"17":27,"18":181,"19":46,"20":38,"209":18,"21":97,"210":12,"214":24,"215":80,"221":67,"223":206,"224":13,"225":184,"23":115,"24":410,"25":147,"257":18,"26":18,"268":4,"27":53,"273":15,"276":10,"279":26,"28":176,"281":3,"282":23,"291":3,"292":6,"30":8,"302":16,"31":9,"314":1,"32":14,"33":11,"34":37,"347":2,"35":17,"352":270,"36":45,"37":13,"38":118,"380":1,"381":18,"383":12,"39":20,"391":9,"396":1,"397":2,"40":21,"409":5,"41":13,"414":18,"415":39,"419":6,"42":28,"426":4,"43":8,"430":14,"433":74,"44":13,"45":6,"46":50,"48":13,"49":29,"5":145,"51":7,"52":6,"53":32,"56":5,"6":39,"63":8,"7":140,"79":18,"8":63,"80":6,"9":52,"all_client":39234,"all_tv_clinet":4579,"insert_time":"2014-08-23T17:25:40.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34335,"10":64,"107":173,"11":386,"12":8,"13":151,"14":65,"15":100,"155":6,"156":2,"158":15,"159":6,"16":51,"160":11,"161":30,"167":13,"17":26,"18":187,"19":45,"20":38,"209":18,"21":97,"210":11,"214":24,"215":69,"221":67,"223":203,"224":11,"225":178,"23":117,"24":401,"25":145,"257":17,"26":21,"268":4,"27":53,"273":16,"276":10,"279":28,"28":174,"281":4,"282":21,"291":3,"292":5,"30":7,"302":15,"31":8,"314":1,"32":14,"33":10,"34":41,"347":2,"35":17,"352":265,"36":45,"37":12,"38":115,"380":1,"381":17,"383":15,"39":19,"391":9,"396":1,"397":2,"40":22,"409":5,"41":18,"414":18,"415":35,"419":6,"42":27,"426":4,"43":7,"430":13,"433":72,"44":13,"45":5,"46":50,"48":11,"49":30,"5":145,"51":6,"52":5,"53":32,"56":5,"6":39,"63":8,"7":141,"79":15,"8":61,"80":6,"9":48,"all_client":38872,"all_tv_clinet":4537,"insert_time":"2014-08-23T17:26:40.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34056,"10":63,"107":176,"11":384,"12":8,"13":149,"14":67,"15":93,"155":7,"156":3,"158":15,"159":7,"16":49,"160":11,"161":31,"167":13,"17":27,"18":179,"19":45,"20":36,"209":17,"21":98,"210":11,"214":23,"215":65,"221":74,"223":199,"224":10,"225":183,"23":115,"24":397,"25":142,"257":17,"26":24,"268":2,"27":51,"273":14,"276":10,"279":30,"28":176,"281":4,"282":19,"291":3,"292":5,"30":6,"302":15,"31":8,"314":1,"32":11,"33":9,"34":43,"347":2,"35":17,"352":264,"36":47,"37":12,"38":108,"380":1,"381":15,"383":19,"39":19,"391":10,"397":2,"40":23,"409":5,"41":19,"414":17,"415":34,"419":7,"42":25,"426":4,"43":7,"430":13,"433":70,"44":13,"45":5,"46":48,"48":10,"49":30,"5":147,"51":5,"52":5,"53":35,"56":5,"6":39,"63":7,"7":140,"79":13,"8":60,"80":6,"9":46,"all_client":38555,"all_tv_clinet":4499,"insert_time":"2014-08-23T17:27:41.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33777,"10":51,"107":172,"11":363,"12":7,"13":155,"14":66,"15":83,"155":7,"156":3,"158":18,"159":5,"16":49,"160":11,"161":30,"167":12,"17":27,"18":181,"19":45,"20":34,"209":15,"21":100,"210":11,"214":25,"215":53,"221":72,"223":203,"224":8,"225":189,"23":117,"24":396,"25":142,"257":17,"26":28,"268":1,"27":50,"273":14,"276":10,"279":34,"28":182,"281":4,"282":17,"291":3,"292":5,"30":6,"302":15,"31":8,"32":12,"33":9,"34":42,"347":2,"35":20,"352":252,"36":47,"37":13,"38":99,"380":2,"381":14,"383":19,"39":18,"391":10,"397":2,"40":22,"409":5,"41":19,"414":17,"415":30,"419":8,"42":25,"426":4,"43":8,"430":13,"433":71,"44":13,"45":5,"46":47,"48":10,"49":29,"5":149,"51":5,"52":5,"53":35,"56":5,"6":40,"63":6,"7":140,"79":17,"8":61,"80":6,"9":48,"all_client":38225,"all_tv_clinet":4448,"insert_time":"2014-08-23T17:28:41.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33507,"10":53,"107":178,"11":350,"12":7,"13":150,"14":64,"15":74,"155":7,"156":3,"158":15,"159":4,"16":46,"160":13,"161":26,"167":12,"17":24,"18":181,"19":41,"20":34,"209":13,"21":94,"210":11,"214":25,"215":46,"221":76,"223":198,"224":8,"225":188,"23":117,"24":399,"25":143,"257":20,"26":31,"268":1,"27":50,"273":12,"276":10,"279":36,"28":186,"281":3,"282":16,"291":3,"292":6,"30":6,"302":16,"31":8,"32":10,"33":10,"34":37,"347":2,"35":20,"352":253,"36":49,"37":13,"38":103,"380":2,"381":16,"383":18,"39":18,"391":10,"397":2,"40":24,"409":4,"41":16,"414":16,"415":28,"419":6,"42":23,"426":4,"43":9,"430":14,"433":69,"44":14,"45":4,"46":47,"48":9,"49":27,"5":147,"51":5,"52":5,"53":35,"56":5,"6":44,"63":6,"7":139,"79":16,"8":62,"80":6,"9":50,"all_client":37908,"all_tv_clinet":4401,"insert_time":"2014-08-23T17:29:41.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33213,"10":58,"107":177,"11":333,"12":7,"13":147,"14":65,"15":62,"155":7,"156":2,"158":12,"159":3,"16":47,"160":13,"161":27,"167":11,"17":23,"18":181,"19":40,"20":32,"209":12,"21":91,"210":11,"214":25,"215":39,"221":71,"223":188,"224":8,"225":180,"23":113,"24":403,"25":143,"257":19,"26":34,"268":2,"27":50,"273":12,"276":10,"279":36,"28":180,"281":3,"282":16,"291":3,"292":6,"30":6,"302":17,"31":9,"32":10,"33":12,"34":36,"347":2,"35":20,"352":257,"36":48,"37":13,"38":112,"380":3,"381":17,"383":18,"39":18,"391":9,"397":2,"40":25,"409":4,"41":17,"414":15,"415":28,"419":5,"42":25,"426":3,"43":10,"430":15,"433":61,"44":15,"45":4,"46":48,"48":9,"49":28,"5":145,"51":5,"52":5,"53":30,"56":5,"6":44,"63":6,"7":136,"79":14,"8":63,"80":8,"9":47,"all_client":37544,"all_tv_clinet":4331,"insert_time":"2014-08-23T17:30:41.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32928,"10":64,"107":173,"11":334,"12":7,"13":150,"14":62,"15":60,"155":8,"156":2,"158":9,"159":2,"16":48,"160":12,"161":27,"167":10,"17":23,"18":180,"19":40,"20":31,"209":12,"21":90,"210":10,"214":23,"215":35,"221":75,"223":184,"224":8,"225":180,"23":113,"24":398,"25":142,"257":19,"26":33,"268":2,"27":48,"273":12,"276":10,"279":37,"28":175,"281":3,"282":14,"291":5,"292":5,"30":4,"302":17,"31":8,"32":9,"33":9,"34":37,"347":2,"35":20,"352":255,"36":46,"37":14,"38":112,"380":3,"381":18,"383":18,"39":17,"391":8,"397":2,"40":27,"409":4,"41":18,"414":16,"415":28,"419":5,"42":25,"426":3,"43":9,"430":16,"433":60,"44":14,"45":4,"46":48,"48":9,"49":27,"5":141,"51":5,"52":6,"53":31,"56":5,"6":44,"63":6,"7":136,"79":11,"8":62,"80":8,"9":48,"all_client":37218,"all_tv_clinet":4290,"insert_time":"2014-08-23T17:31:41.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32633,"10":65,"107":169,"11":338,"12":7,"13":146,"14":59,"15":52,"155":8,"156":2,"158":8,"159":3,"16":49,"160":12,"161":28,"167":10,"17":21,"18":173,"19":39,"20":30,"209":12,"21":89,"210":10,"214":23,"215":31,"221":71,"223":177,"224":8,"225":177,"23":112,"24":401,"25":136,"257":20,"26":39,"268":2,"27":49,"273":12,"276":10,"279":40,"28":174,"281":3,"282":13,"291":5,"292":4,"30":4,"302":16,"31":9,"32":9,"33":10,"34":39,"347":2,"35":20,"352":253,"36":48,"37":13,"38":117,"380":3,"381":17,"383":16,"39":15,"391":8,"397":2,"40":23,"409":6,"41":17,"414":17,"415":28,"419":4,"42":25,"426":3,"43":8,"430":17,"433":54,"44":13,"45":6,"46":44,"48":8,"49":27,"5":136,"51":7,"52":6,"53":30,"56":7,"6":40,"63":6,"7":136,"79":12,"8":62,"80":8,"9":46,"all_client":36867,"all_tv_clinet":4234,"insert_time":"2014-08-23T17:32:42.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32407,"10":64,"107":174,"11":334,"12":7,"13":142,"14":56,"15":53,"155":8,"156":2,"158":8,"159":2,"16":46,"160":15,"161":28,"167":12,"17":20,"18":170,"19":39,"20":32,"209":13,"21":86,"210":9,"214":22,"215":28,"221":75,"223":180,"224":8,"225":172,"23":112,"24":395,"25":129,"257":20,"26":42,"268":2,"27":49,"273":12,"276":9,"279":39,"28":167,"281":3,"282":12,"291":5,"292":3,"30":5,"302":15,"31":6,"32":9,"33":8,"34":38,"347":2,"35":20,"352":245,"36":45,"37":12,"38":107,"380":3,"381":18,"383":18,"39":15,"391":8,"397":2,"40":20,"409":6,"41":17,"414":17,"415":26,"419":4,"42":25,"426":2,"43":8,"430":18,"433":53,"44":13,"45":6,"46":45,"48":8,"49":26,"5":133,"51":6,"52":6,"53":28,"56":7,"6":37,"63":7,"7":136,"79":13,"8":63,"80":7,"9":47,"all_client":36571,"all_tv_clinet":4164,"insert_time":"2014-08-23T17:33:42.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32107,"10":68,"107":170,"11":341,"12":8,"13":138,"14":54,"15":52,"155":8,"156":1,"158":8,"159":1,"16":43,"160":14,"161":30,"167":10,"17":20,"18":168,"19":37,"20":32,"209":12,"21":90,"210":10,"214":21,"215":26,"221":74,"223":181,"224":10,"225":165,"23":109,"24":396,"25":132,"257":21,"26":45,"268":2,"27":45,"273":12,"276":10,"279":37,"28":162,"281":3,"282":10,"291":5,"292":2,"30":7,"302":15,"31":6,"32":8,"33":8,"34":38,"347":3,"35":21,"352":244,"36":43,"37":12,"38":101,"380":2,"381":18,"383":19,"39":14,"391":9,"397":2,"40":19,"409":5,"41":18,"414":16,"415":24,"419":4,"42":24,"426":4,"43":8,"430":17,"433":50,"44":13,"45":6,"46":44,"48":7,"49":26,"5":126,"51":6,"52":7,"53":30,"56":7,"6":35,"63":7,"7":135,"79":12,"8":63,"80":7,"9":48,"all_client":36228,"all_tv_clinet":4121,"insert_time":"2014-08-23T17:34:42.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31840,"10":68,"107":161,"11":342,"12":9,"13":140,"14":53,"15":50,"155":8,"156":1,"158":8,"16":40,"160":14,"161":31,"167":9,"17":19,"18":166,"19":37,"20":33,"209":13,"21":92,"210":11,"214":20,"215":25,"221":72,"223":186,"224":9,"225":165,"23":104,"24":391,"25":127,"257":19,"26":44,"268":2,"27":42,"273":10,"276":10,"279":33,"28":159,"281":4,"282":7,"291":5,"292":4,"30":8,"302":14,"31":7,"32":8,"33":6,"34":40,"347":3,"35":21,"352":244,"36":39,"37":12,"38":102,"380":1,"381":17,"383":20,"39":15,"391":9,"396":1,"397":2,"40":19,"409":4,"41":15,"414":16,"415":27,"419":3,"42":25,"426":4,"43":10,"430":17,"433":52,"44":14,"45":5,"46":47,"48":8,"49":26,"5":126,"51":5,"52":7,"53":30,"56":6,"6":38,"63":8,"7":129,"79":9,"8":62,"80":7,"9":46,"all_client":35917,"all_tv_clinet":4077,"insert_time":"2014-08-23T17:35:42.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31553,"10":69,"107":164,"11":340,"12":8,"13":139,"14":53,"15":47,"155":8,"156":1,"158":8,"16":39,"160":14,"161":32,"167":6,"17":18,"18":166,"19":37,"20":33,"209":12,"21":92,"210":11,"214":18,"215":25,"221":70,"223":190,"224":10,"225":169,"23":102,"24":386,"25":130,"257":20,"26":46,"268":2,"27":38,"273":10,"276":11,"279":31,"28":157,"281":4,"282":7,"291":5,"292":4,"30":9,"302":14,"31":8,"317":1,"32":8,"33":6,"34":41,"347":3,"35":21,"352":239,"36":39,"37":12,"38":102,"380":1,"381":14,"383":20,"39":15,"391":9,"396":1,"397":2,"40":19,"409":3,"41":16,"414":16,"415":24,"419":3,"42":21,"426":5,"43":11,"430":19,"433":55,"44":14,"45":6,"46":43,"48":10,"49":26,"5":129,"51":5,"52":7,"53":31,"56":5,"6":38,"63":7,"7":123,"79":9,"8":59,"80":7,"9":48,"all_client":35609,"all_tv_clinet":4056,"insert_time":"2014-08-23T17:36:43.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31262,"10":68,"107":165,"11":341,"12":8,"13":137,"14":48,"15":45,"155":8,"156":1,"158":10,"16":37,"160":14,"161":29,"167":7,"17":18,"18":163,"19":36,"20":31,"209":12,"21":91,"210":11,"214":17,"215":24,"221":72,"223":195,"224":12,"225":177,"23":101,"24":382,"25":129,"257":18,"26":45,"268":2,"27":37,"273":10,"276":9,"279":32,"28":144,"281":5,"282":6,"291":5,"292":4,"30":9,"302":14,"31":10,"317":1,"32":7,"33":6,"34":41,"347":3,"35":20,"352":232,"36":36,"37":10,"38":108,"380":1,"381":14,"383":18,"39":17,"391":10,"396":2,"397":2,"40":15,"409":3,"41":11,"414":16,"415":23,"419":2,"42":19,"426":5,"43":12,"430":22,"433":53,"44":15,"45":6,"46":42,"48":10,"49":27,"5":126,"51":6,"52":6,"53":29,"56":5,"6":33,"63":7,"7":116,"79":9,"8":58,"80":7,"9":51,"all_client":35263,"all_tv_clinet":4001,"insert_time":"2014-08-23T17:37:43.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30967,"10":69,"107":162,"11":333,"12":8,"13":135,"14":48,"15":47,"155":8,"156":2,"158":6,"16":32,"160":13,"161":27,"167":8,"17":18,"18":159,"19":37,"20":31,"209":12,"21":89,"210":9,"214":17,"215":24,"221":69,"223":199,"224":12,"225":173,"23":98,"24":389,"25":132,"257":16,"26":49,"268":2,"27":36,"273":11,"276":7,"279":31,"28":139,"281":5,"282":5,"291":5,"292":4,"30":7,"302":14,"31":11,"317":1,"32":7,"33":6,"34":38,"347":4,"35":21,"352":221,"36":35,"37":9,"38":106,"380":1,"381":15,"383":18,"39":16,"391":11,"396":2,"397":2,"40":13,"409":3,"41":13,"414":15,"415":22,"419":3,"42":19,"426":6,"43":10,"430":19,"433":52,"44":14,"45":7,"46":44,"48":11,"49":27,"5":128,"51":6,"52":5,"53":29,"56":5,"6":37,"63":8,"7":111,"79":9,"8":58,"80":7,"9":50,"all_client":34919,"all_tv_clinet":3952,"insert_time":"2014-08-23T17:38:43.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30714,"10":68,"107":163,"11":326,"12":8,"13":138,"14":48,"15":45,"155":8,"156":2,"158":7,"16":31,"160":12,"161":24,"167":8,"17":21,"18":155,"19":40,"20":30,"209":13,"21":92,"210":9,"214":17,"215":22,"221":65,"223":198,"224":13,"225":167,"23":96,"24":385,"25":130,"257":17,"26":48,"268":2,"27":35,"273":11,"276":7,"279":30,"28":136,"281":5,"282":4,"291":5,"292":4,"30":7,"302":14,"31":12,"317":1,"32":8,"33":9,"34":37,"347":4,"35":24,"352":224,"36":36,"37":8,"38":104,"380":1,"381":15,"383":14,"39":15,"391":11,"396":2,"397":2,"40":13,"409":3,"41":12,"414":14,"415":21,"419":3,"42":20,"426":6,"43":10,"430":20,"433":53,"44":15,"45":7,"46":46,"48":12,"49":25,"5":129,"51":8,"52":5,"53":28,"56":5,"6":38,"63":7,"7":104,"79":9,"8":61,"80":7,"9":52,"all_client":34640,"all_tv_clinet":3926,"insert_time":"2014-08-23T17:39:43.738Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30487,"10":68,"107":160,"11":327,"12":8,"13":129,"14":50,"15":45,"155":9,"156":2,"158":7,"16":33,"160":11,"161":24,"167":8,"17":24,"18":154,"19":40,"20":31,"209":14,"21":89,"210":8,"214":13,"215":21,"221":58,"223":194,"224":12,"225":161,"23":97,"24":381,"25":130,"257":17,"26":48,"268":1,"27":36,"273":12,"276":7,"279":30,"28":134,"281":5,"282":5,"291":5,"292":4,"30":8,"302":14,"31":12,"317":1,"32":10,"33":10,"34":36,"347":4,"35":25,"352":223,"36":36,"37":8,"38":105,"380":1,"381":13,"383":13,"39":15,"391":11,"396":2,"397":1,"40":13,"409":3,"41":12,"414":13,"415":20,"419":3,"42":19,"426":6,"43":9,"430":20,"433":53,"44":15,"45":8,"46":48,"48":12,"49":24,"5":127,"51":9,"52":5,"53":28,"56":6,"6":36,"63":7,"7":99,"79":9,"8":61,"80":7,"9":52,"all_client":34371,"all_tv_clinet":3884,"insert_time":"2014-08-23T17:40:43.936Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30226,"10":66,"107":155,"11":326,"12":8,"13":128,"14":52,"15":42,"155":9,"156":2,"158":11,"16":36,"160":12,"161":24,"167":8,"17":25,"18":156,"19":38,"20":32,"209":12,"21":89,"210":8,"214":12,"215":21,"221":61,"223":194,"224":12,"225":157,"23":101,"24":366,"25":131,"257":17,"26":51,"268":1,"27":35,"273":12,"276":6,"279":32,"28":130,"281":4,"282":5,"291":5,"292":5,"30":9,"302":13,"31":10,"317":1,"32":9,"33":10,"34":33,"347":2,"35":26,"352":215,"36":34,"37":9,"38":105,"380":1,"381":12,"383":12,"39":15,"391":10,"396":2,"397":1,"40":12,"409":3,"41":10,"414":14,"415":23,"419":2,"42":21,"426":7,"43":9,"430":20,"433":56,"44":15,"45":8,"46":44,"48":13,"49":24,"5":125,"51":10,"52":4,"53":28,"56":6,"6":36,"63":8,"7":96,"79":9,"8":61,"80":7,"9":52,"all_client":34075,"all_tv_clinet":3849,"insert_time":"2014-08-23T17:41:44.120Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29988,"10":62,"107":153,"11":329,"12":8,"13":127,"14":54,"15":40,"155":9,"156":2,"158":12,"16":37,"160":13,"161":26,"167":8,"17":25,"18":157,"19":36,"20":34,"209":12,"21":87,"210":9,"214":12,"215":21,"221":59,"223":191,"224":11,"225":158,"23":98,"24":347,"25":129,"257":15,"26":51,"268":1,"27":38,"273":12,"276":6,"279":32,"28":128,"281":4,"282":4,"291":5,"292":5,"30":8,"302":12,"31":10,"317":1,"32":10,"33":9,"34":34,"347":2,"35":27,"352":217,"36":36,"37":10,"38":107,"380":1,"381":15,"383":11,"39":14,"391":10,"396":2,"397":1,"40":12,"409":3,"41":11,"414":15,"415":21,"419":3,"42":21,"426":7,"43":10,"430":20,"433":56,"44":13,"45":8,"46":41,"48":13,"49":23,"5":119,"51":9,"52":4,"53":28,"56":6,"6":35,"63":8,"7":93,"79":10,"8":57,"80":5,"9":51,"all_client":33794,"all_tv_clinet":3806,"insert_time":"2014-08-23T17:42:44.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29733,"10":58,"107":147,"11":330,"12":8,"13":122,"14":52,"15":38,"155":8,"156":2,"158":14,"16":34,"160":13,"161":24,"167":7,"17":25,"18":157,"19":36,"20":34,"209":14,"21":90,"210":10,"214":11,"215":21,"221":57,"223":192,"224":12,"225":158,"23":99,"24":337,"25":123,"257":15,"26":54,"268":1,"27":36,"273":13,"276":5,"279":30,"28":123,"281":3,"282":4,"291":4,"292":5,"30":8,"302":10,"31":10,"314":1,"317":1,"32":9,"33":9,"34":35,"347":2,"35":28,"352":218,"36":32,"37":11,"38":110,"380":1,"381":15,"383":11,"39":15,"391":10,"396":2,"397":1,"40":11,"409":3,"41":12,"414":15,"415":24,"419":2,"42":22,"426":7,"43":11,"430":20,"433":58,"44":13,"45":7,"46":41,"48":13,"49":22,"5":116,"51":8,"52":5,"53":27,"56":5,"6":36,"63":7,"7":95,"79":12,"8":52,"80":4,"9":51,"all_client":33497,"all_tv_clinet":3764,"insert_time":"2014-08-23T17:43:44.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29509,"10":58,"107":140,"11":329,"12":8,"13":118,"14":53,"15":36,"155":6,"156":3,"158":13,"16":37,"160":11,"161":22,"167":7,"17":26,"18":156,"19":37,"20":33,"209":13,"21":89,"210":8,"214":10,"215":21,"221":54,"223":187,"224":14,"225":164,"23":96,"24":327,"25":123,"257":15,"26":53,"268":1,"27":33,"273":13,"276":5,"279":28,"28":124,"281":3,"282":4,"291":4,"292":6,"30":8,"302":10,"31":8,"314":1,"317":1,"32":9,"33":9,"34":35,"347":3,"35":29,"352":217,"36":35,"37":12,"38":106,"380":1,"381":16,"383":10,"39":16,"391":11,"396":3,"40":12,"409":7,"41":15,"414":17,"415":21,"419":3,"42":22,"426":4,"43":9,"430":20,"433":58,"44":15,"45":6,"46":43,"48":10,"49":22,"5":113,"51":8,"52":7,"53":30,"56":4,"6":32,"63":6,"7":96,"79":11,"8":44,"80":4,"9":52,"all_client":33228,"all_tv_clinet":3719,"insert_time":"2014-08-23T17:44:44.788Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29318,"10":55,"107":134,"11":332,"12":7,"13":117,"14":51,"15":32,"155":6,"156":3,"158":13,"16":38,"160":10,"161":23,"167":8,"17":23,"18":155,"19":31,"20":34,"209":12,"21":85,"210":7,"214":9,"215":19,"221":50,"223":190,"224":13,"225":155,"23":94,"24":327,"25":124,"257":16,"26":54,"268":1,"27":29,"273":13,"276":5,"279":29,"28":121,"281":3,"282":4,"291":4,"292":6,"30":10,"302":10,"31":8,"314":1,"317":1,"32":7,"33":9,"34":36,"347":3,"35":29,"352":208,"36":32,"37":13,"38":107,"380":1,"381":15,"383":8,"39":16,"391":10,"396":3,"40":11,"409":7,"41":16,"414":15,"415":21,"419":3,"42":21,"426":4,"43":9,"430":18,"433":61,"44":15,"45":5,"46":47,"48":8,"49":20,"5":114,"51":7,"52":7,"53":33,"56":4,"6":32,"63":5,"7":101,"79":11,"8":41,"80":5,"9":51,"all_client":32979,"all_tv_clinet":3661,"insert_time":"2014-08-23T17:45:44.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29055,"10":56,"107":138,"11":332,"12":7,"13":109,"14":49,"15":32,"155":6,"156":3,"158":12,"16":41,"160":9,"161":24,"167":8,"17":22,"18":150,"19":33,"20":33,"209":11,"21":86,"210":7,"214":9,"215":22,"221":51,"223":189,"224":12,"225":153,"23":87,"24":322,"25":118,"257":16,"26":51,"268":1,"27":26,"273":14,"276":6,"279":29,"28":117,"281":3,"282":4,"291":4,"292":7,"30":12,"302":10,"31":8,"317":1,"32":7,"33":10,"34":37,"347":4,"35":27,"352":208,"36":29,"37":13,"38":109,"380":1,"381":14,"383":9,"39":15,"391":11,"396":3,"40":11,"409":8,"41":18,"414":15,"415":23,"419":4,"42":20,"426":3,"43":8,"430":15,"433":63,"44":16,"45":6,"46":49,"48":8,"49":19,"5":109,"51":7,"52":6,"53":34,"56":4,"6":33,"63":6,"7":100,"79":12,"8":41,"80":5,"9":51,"all_client":32686,"all_tv_clinet":3631,"insert_time":"2014-08-23T17:46:45.199Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28851,"10":52,"107":138,"11":335,"12":7,"13":103,"14":45,"15":36,"155":6,"156":2,"158":12,"16":38,"160":9,"161":27,"167":7,"17":23,"18":152,"19":32,"20":32,"209":10,"21":91,"210":7,"214":8,"215":23,"221":50,"223":188,"224":13,"225":145,"23":85,"24":316,"25":117,"257":16,"26":56,"268":1,"27":26,"273":12,"276":6,"279":29,"28":110,"281":3,"282":4,"291":4,"292":6,"30":11,"302":9,"31":12,"317":1,"32":7,"33":9,"34":36,"347":5,"35":27,"352":204,"36":29,"37":12,"38":105,"380":1,"381":14,"383":11,"39":13,"391":10,"396":2,"40":10,"409":6,"41":21,"414":14,"415":25,"419":3,"42":20,"426":3,"43":7,"430":18,"433":64,"44":13,"45":6,"46":49,"48":7,"49":16,"5":102,"51":7,"52":6,"53":33,"56":3,"570":1,"6":34,"63":5,"7":91,"79":11,"8":39,"80":4,"9":52,"all_client":32421,"all_tv_clinet":3570,"insert_time":"2014-08-23T17:47:45.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28650,"10":48,"107":127,"11":338,"12":7,"13":100,"14":40,"15":38,"155":5,"156":2,"158":12,"16":39,"160":9,"161":24,"167":7,"17":24,"18":152,"19":31,"20":32,"209":10,"21":93,"210":7,"214":6,"215":24,"221":46,"223":193,"224":14,"225":138,"23":83,"24":309,"25":115,"257":16,"26":57,"268":1,"27":27,"273":13,"276":5,"279":27,"28":108,"281":3,"282":4,"291":4,"292":6,"30":12,"302":8,"31":12,"317":1,"32":8,"33":10,"34":36,"347":5,"35":27,"352":210,"36":27,"37":12,"38":107,"380":1,"381":14,"383":13,"39":16,"391":9,"396":2,"40":10,"409":7,"41":22,"414":14,"415":26,"419":3,"42":18,"426":3,"43":7,"430":18,"433":63,"44":15,"45":6,"46":48,"48":7,"49":16,"5":97,"51":8,"52":5,"53":32,"56":3,"570":2,"6":33,"63":5,"7":86,"79":10,"8":39,"80":5,"9":52,"all_client":32184,"all_tv_clinet":3534,"insert_time":"2014-08-23T17:48:45.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28427,"10":46,"107":128,"11":336,"12":7,"13":100,"14":42,"15":37,"155":5,"156":2,"158":12,"16":35,"160":10,"161":23,"167":6,"17":25,"18":151,"19":30,"20":32,"209":10,"21":88,"210":7,"214":6,"215":24,"221":48,"223":196,"224":14,"225":128,"23":83,"24":308,"25":114,"257":15,"26":56,"268":1,"27":28,"273":13,"276":5,"279":26,"28":104,"281":3,"282":5,"291":4,"292":5,"30":11,"302":7,"31":14,"317":1,"32":8,"33":9,"34":37,"347":4,"35":26,"352":210,"36":28,"37":12,"38":106,"380":1,"381":14,"383":14,"39":17,"391":8,"396":1,"40":9,"409":6,"41":23,"414":12,"415":27,"419":2,"42":22,"426":4,"43":6,"430":17,"433":62,"44":13,"45":6,"46":47,"48":9,"49":17,"5":96,"51":7,"52":5,"53":35,"56":3,"570":2,"6":34,"63":5,"7":82,"79":10,"8":36,"80":5,"9":50,"all_client":31925,"all_tv_clinet":3498,"insert_time":"2014-08-23T17:49:45.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28180,"10":45,"107":142,"11":331,"12":8,"13":100,"14":43,"15":36,"155":4,"156":2,"158":12,"16":33,"160":10,"161":25,"167":6,"17":25,"18":143,"19":30,"20":34,"209":10,"21":80,"210":7,"214":6,"215":24,"221":43,"223":200,"224":14,"225":126,"23":83,"24":307,"25":113,"257":15,"26":54,"268":1,"27":31,"273":15,"276":5,"279":25,"28":105,"281":3,"282":7,"291":4,"292":4,"30":12,"302":5,"31":13,"317":1,"32":7,"33":10,"34":35,"347":5,"35":26,"352":208,"36":29,"37":13,"38":100,"380":1,"381":13,"383":14,"39":17,"391":8,"396":1,"40":10,"409":6,"41":20,"414":12,"415":29,"419":2,"42":20,"426":5,"43":6,"430":17,"433":65,"44":13,"45":8,"46":46,"48":9,"49":18,"5":93,"51":7,"52":5,"53":37,"56":3,"570":2,"6":36,"63":4,"7":81,"79":10,"8":37,"80":5,"9":50,"all_client":31665,"all_tv_clinet":3485,"insert_time":"2014-08-23T17:50:46.021Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27980,"10":47,"107":142,"11":328,"12":8,"13":96,"14":43,"15":33,"155":4,"156":4,"158":11,"16":31,"160":10,"161":24,"167":6,"17":25,"18":141,"19":30,"20":34,"209":9,"21":83,"210":7,"214":6,"215":25,"221":41,"223":203,"224":13,"225":129,"23":84,"24":304,"25":108,"257":15,"26":55,"268":1,"27":30,"273":13,"276":5,"279":22,"28":99,"281":3,"282":7,"291":4,"292":4,"30":11,"302":5,"31":14,"32":6,"33":9,"34":35,"347":5,"35":25,"352":206,"36":31,"37":14,"38":102,"380":1,"381":14,"383":12,"39":18,"391":8,"396":2,"40":10,"409":6,"41":15,"414":12,"415":28,"419":2,"42":21,"426":4,"43":6,"430":17,"433":68,"44":11,"45":8,"46":46,"48":10,"49":20,"5":94,"51":5,"52":5,"53":35,"56":3,"570":1,"6":35,"63":4,"7":85,"79":10,"8":37,"80":5,"9":49,"all_client":31437,"all_tv_clinet":3457,"insert_time":"2014-08-23T17:51:46.210Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27771,"10":47,"107":140,"11":329,"12":8,"13":105,"14":43,"15":34,"155":4,"156":5,"158":12,"16":29,"160":9,"161":27,"167":6,"17":25,"18":144,"19":32,"20":34,"209":10,"21":76,"210":7,"214":6,"215":23,"221":45,"223":201,"224":12,"225":129,"23":83,"24":299,"25":109,"257":15,"26":59,"268":1,"27":31,"273":12,"276":5,"279":20,"28":94,"281":3,"282":7,"291":4,"292":4,"30":10,"302":5,"31":10,"32":6,"33":9,"34":32,"347":5,"35":24,"352":207,"36":28,"37":16,"38":102,"380":1,"381":15,"383":12,"39":16,"391":8,"396":2,"40":10,"409":6,"41":13,"414":12,"415":28,"419":2,"42":22,"426":4,"43":8,"430":17,"433":69,"44":10,"45":8,"46":46,"48":12,"49":21,"5":90,"51":6,"52":5,"53":33,"56":2,"570":1,"6":33,"63":4,"7":82,"79":10,"8":37,"80":5,"9":50,"all_client":31213,"all_tv_clinet":3442,"insert_time":"2014-08-23T17:52:46.400Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27561,"10":45,"107":132,"11":328,"12":8,"13":101,"14":43,"15":36,"155":4,"156":5,"158":14,"16":29,"160":9,"161":26,"167":6,"17":24,"18":142,"19":32,"20":34,"209":12,"21":73,"210":7,"214":6,"215":22,"221":43,"223":197,"224":13,"225":125,"23":80,"24":302,"25":105,"257":16,"26":59,"268":2,"27":30,"273":11,"276":5,"279":23,"28":87,"281":4,"282":6,"291":4,"292":5,"30":11,"302":5,"31":11,"32":6,"33":9,"34":31,"347":5,"35":24,"352":217,"36":29,"37":15,"38":99,"380":1,"381":15,"383":10,"39":16,"391":7,"396":2,"40":9,"409":7,"41":14,"414":10,"415":24,"419":2,"42":21,"426":4,"43":8,"430":16,"433":71,"44":10,"45":8,"46":46,"48":12,"49":20,"5":88,"51":6,"52":6,"53":32,"56":2,"6":33,"63":4,"7":82,"79":10,"8":34,"80":6,"9":51,"all_client":30965,"all_tv_clinet":3404,"insert_time":"2014-08-23T17:53:46.831Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27313,"10":44,"107":132,"11":330,"12":8,"13":100,"14":42,"15":37,"155":4,"156":5,"158":14,"16":25,"160":9,"161":27,"167":6,"17":25,"18":139,"19":32,"20":34,"209":12,"21":73,"210":7,"214":6,"215":22,"221":46,"223":200,"224":13,"225":126,"23":77,"24":305,"25":104,"257":16,"26":57,"268":2,"27":31,"273":13,"276":3,"279":22,"28":86,"281":4,"282":6,"291":4,"292":6,"30":11,"302":5,"31":10,"32":5,"33":8,"34":28,"347":5,"35":24,"352":211,"36":31,"37":15,"38":95,"380":1,"381":14,"383":11,"39":14,"391":7,"396":1,"40":9,"409":7,"41":16,"414":11,"415":22,"419":3,"42":19,"426":3,"43":8,"430":16,"433":72,"44":10,"45":9,"46":47,"48":11,"49":18,"5":85,"51":7,"52":6,"53":30,"56":2,"6":32,"63":4,"7":84,"79":8,"8":31,"80":6,"9":50,"all_client":30689,"all_tv_clinet":3376,"insert_time":"2014-08-23T17:54:47.010Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27123,"10":43,"107":129,"11":330,"12":7,"13":101,"14":42,"15":36,"155":3,"156":5,"158":14,"16":25,"160":9,"161":25,"167":6,"17":26,"18":137,"19":32,"20":33,"209":13,"21":74,"210":7,"214":6,"215":21,"221":46,"223":198,"224":14,"225":126,"23":73,"24":304,"25":104,"257":16,"26":54,"268":2,"27":31,"273":12,"276":3,"279":20,"28":84,"281":4,"282":6,"291":4,"292":7,"30":11,"302":5,"31":9,"32":5,"33":8,"34":28,"347":5,"35":23,"352":211,"36":31,"37":18,"38":91,"380":1,"381":14,"383":11,"39":14,"391":7,"396":1,"40":9,"409":7,"41":16,"414":10,"415":21,"419":3,"42":17,"426":3,"43":7,"430":16,"433":73,"44":9,"45":9,"46":45,"48":11,"49":15,"5":87,"51":6,"52":6,"53":29,"56":2,"6":34,"63":4,"7":83,"79":8,"8":32,"80":6,"9":52,"all_client":30468,"all_tv_clinet":3345,"insert_time":"2014-08-23T17:55:47.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26884,"10":43,"107":128,"11":332,"12":7,"13":102,"14":38,"15":40,"155":2,"156":5,"158":13,"16":24,"160":8,"161":25,"167":6,"17":26,"18":133,"19":34,"20":32,"209":13,"21":75,"210":7,"214":6,"215":22,"221":44,"223":197,"224":14,"225":125,"23":68,"24":298,"25":103,"257":15,"26":57,"268":2,"27":32,"273":12,"276":3,"279":19,"28":82,"281":4,"282":5,"291":4,"292":7,"30":11,"302":5,"31":9,"32":5,"33":8,"34":26,"347":4,"35":24,"352":209,"36":31,"37":18,"38":90,"380":1,"381":13,"383":13,"39":16,"391":7,"396":1,"40":9,"409":5,"41":17,"414":9,"415":21,"419":3,"42":17,"426":3,"43":8,"430":15,"433":73,"44":9,"45":7,"46":45,"48":11,"49":15,"5":87,"51":7,"52":6,"53":28,"56":3,"6":33,"63":3,"7":85,"79":7,"8":32,"80":6,"9":53,"all_client":30204,"all_tv_clinet":3320,"insert_time":"2014-08-23T17:56:47.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26674,"10":40,"107":132,"11":328,"12":7,"13":104,"14":35,"15":40,"155":2,"156":4,"158":14,"16":21,"160":7,"161":24,"167":5,"17":26,"18":136,"19":36,"20":32,"209":14,"21":73,"210":7,"214":6,"215":20,"221":44,"223":196,"224":14,"225":125,"23":67,"24":288,"25":98,"257":15,"26":55,"268":2,"27":32,"273":12,"276":3,"279":20,"28":79,"281":4,"282":5,"291":4,"292":7,"30":11,"302":5,"31":11,"32":3,"33":9,"34":27,"347":4,"35":26,"352":206,"36":31,"37":18,"38":87,"380":1,"381":11,"383":14,"39":14,"391":7,"40":10,"409":2,"41":14,"414":8,"415":22,"419":4,"42":18,"426":3,"43":10,"430":15,"433":72,"44":8,"45":7,"46":42,"48":11,"49":14,"5":88,"51":7,"52":6,"53":29,"56":3,"6":34,"63":3,"7":88,"79":7,"8":28,"80":6,"9":52,"all_client":29953,"all_tv_clinet":3279,"insert_time":"2014-08-23T17:57:47.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26441,"10":40,"107":134,"11":329,"12":7,"13":103,"14":34,"15":40,"155":2,"156":3,"158":12,"16":19,"160":7,"161":22,"167":4,"17":26,"18":138,"19":34,"20":32,"209":15,"21":72,"210":7,"214":6,"215":21,"221":46,"223":200,"224":13,"225":127,"23":66,"24":284,"25":92,"257":15,"26":58,"268":2,"27":33,"273":12,"276":4,"279":18,"28":75,"281":4,"282":4,"291":4,"292":8,"30":8,"302":5,"31":11,"32":3,"33":9,"34":29,"347":3,"35":27,"352":202,"36":31,"37":20,"38":90,"380":1,"381":13,"383":13,"39":11,"391":7,"396":1,"40":9,"409":2,"41":12,"414":9,"415":20,"419":6,"42":15,"426":2,"43":10,"430":14,"433":71,"44":8,"45":5,"46":38,"48":11,"49":14,"5":93,"51":7,"52":8,"53":29,"56":3,"6":31,"63":2,"7":88,"79":7,"8":25,"80":6,"9":48,"all_client":29690,"all_tv_clinet":3249,"insert_time":"2014-08-23T17:58:47.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26251,"10":41,"107":130,"11":331,"12":7,"13":99,"14":34,"15":41,"155":2,"156":2,"158":13,"16":14,"160":8,"161":19,"167":3,"17":25,"18":139,"19":35,"20":31,"209":17,"21":78,"210":7,"214":6,"215":21,"221":48,"223":200,"224":13,"225":130,"23":65,"24":283,"25":89,"257":13,"26":57,"268":1,"27":33,"273":12,"276":4,"279":17,"28":73,"281":4,"282":4,"291":4,"292":8,"30":7,"302":5,"31":11,"32":4,"33":8,"34":28,"347":3,"35":27,"352":199,"36":32,"37":20,"38":89,"380":1,"381":13,"383":13,"39":11,"391":7,"396":1,"40":10,"409":2,"41":10,"414":7,"415":21,"419":7,"42":17,"426":2,"43":11,"430":15,"433":72,"44":8,"45":5,"46":37,"48":11,"49":13,"5":92,"51":8,"52":9,"53":27,"56":4,"6":30,"63":2,"7":88,"79":7,"8":23,"80":5,"9":45,"all_client":29479,"all_tv_clinet":3228,"insert_time":"2014-08-23T17:59:47.974Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26065,"10":42,"107":123,"11":329,"12":8,"13":98,"14":32,"15":43,"155":2,"156":2,"158":13,"16":14,"160":8,"161":21,"167":3,"17":26,"18":132,"19":36,"20":30,"209":18,"21":77,"210":7,"214":5,"215":20,"221":46,"223":195,"224":13,"225":133,"23":65,"24":280,"25":88,"257":13,"26":55,"268":1,"27":33,"273":10,"276":4,"279":17,"28":72,"281":4,"282":4,"291":4,"292":8,"30":7,"302":5,"31":10,"32":5,"33":8,"34":27,"347":3,"35":25,"352":195,"36":33,"37":19,"38":91,"380":1,"381":13,"383":13,"39":11,"391":7,"396":1,"40":10,"409":2,"41":10,"414":7,"415":24,"419":5,"42":17,"426":2,"43":11,"430":15,"433":71,"44":8,"45":5,"46":33,"48":11,"49":12,"5":96,"51":8,"52":10,"53":27,"56":4,"6":29,"63":2,"7":86,"79":8,"8":24,"80":5,"9":45,"all_client":29260,"all_tv_clinet":3195,"insert_time":"2014-08-23T18:00:48.146Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25890,"10":42,"107":121,"11":327,"12":8,"13":103,"14":33,"15":45,"155":2,"156":3,"158":14,"16":13,"160":8,"161":21,"167":3,"17":26,"18":127,"19":35,"20":29,"209":17,"21":81,"210":6,"214":5,"215":20,"221":45,"223":192,"224":13,"225":135,"23":67,"24":278,"25":88,"257":15,"26":49,"268":1,"27":32,"273":9,"276":3,"279":18,"28":70,"281":4,"282":3,"291":4,"292":9,"30":7,"302":5,"31":10,"32":5,"33":7,"34":26,"347":3,"35":26,"352":195,"36":35,"37":20,"38":88,"380":1,"381":13,"383":12,"39":11,"391":7,"396":1,"40":10,"409":2,"41":10,"414":6,"415":21,"419":5,"42":15,"426":2,"43":12,"430":15,"433":71,"44":6,"45":4,"46":34,"48":11,"49":11,"5":99,"51":10,"52":11,"53":28,"56":5,"6":29,"63":2,"7":83,"79":6,"8":24,"80":5,"9":46,"all_client":29069,"all_tv_clinet":3179,"insert_time":"2014-08-23T18:01:48.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25716,"10":42,"107":122,"11":328,"12":9,"13":107,"14":33,"15":44,"155":2,"156":3,"158":13,"16":11,"160":9,"161":19,"167":3,"17":27,"18":129,"19":35,"20":31,"209":15,"21":84,"210":5,"214":5,"215":18,"221":47,"223":190,"224":14,"225":133,"23":63,"24":273,"25":82,"257":14,"26":49,"268":1,"27":33,"273":12,"276":3,"279":18,"28":68,"281":4,"282":4,"291":4,"292":9,"30":5,"302":5,"31":11,"32":4,"33":6,"34":28,"347":3,"35":26,"352":191,"36":35,"37":20,"38":84,"380":1,"381":12,"383":11,"39":11,"391":7,"396":1,"40":10,"409":2,"41":10,"414":5,"415":21,"419":4,"42":15,"426":2,"43":13,"430":13,"433":71,"44":6,"45":4,"46":33,"48":11,"49":13,"5":101,"51":10,"52":10,"53":27,"56":5,"6":29,"63":2,"7":82,"79":6,"8":25,"80":5,"9":45,"all_client":28872,"all_tv_clinet":3156,"insert_time":"2014-08-23T18:02:48.527Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25502,"10":42,"107":121,"11":327,"12":9,"13":106,"14":34,"15":45,"155":2,"156":3,"158":11,"159":1,"16":10,"160":9,"161":20,"167":2,"17":28,"18":123,"19":35,"20":31,"209":17,"21":80,"210":5,"214":6,"215":19,"221":48,"223":197,"224":14,"225":131,"23":61,"24":266,"25":81,"257":15,"26":52,"268":1,"27":31,"273":12,"276":3,"279":17,"28":66,"281":4,"282":4,"291":4,"292":9,"30":3,"302":4,"31":11,"32":4,"33":6,"34":28,"347":3,"35":25,"352":184,"36":36,"37":21,"38":84,"380":1,"381":13,"383":10,"39":12,"391":7,"396":1,"40":12,"409":2,"41":9,"414":5,"415":19,"419":4,"42":13,"426":2,"43":12,"430":13,"433":71,"44":7,"45":4,"46":30,"48":11,"49":12,"5":108,"51":10,"52":10,"53":28,"56":5,"6":30,"63":2,"7":83,"79":5,"8":24,"80":5,"9":45,"all_client":28638,"all_tv_clinet":3136,"insert_time":"2014-08-23T18:03:48.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25277,"10":45,"107":119,"11":325,"12":9,"13":110,"14":35,"15":44,"155":2,"156":3,"158":9,"159":1,"16":10,"160":9,"161":18,"167":2,"17":28,"18":119,"19":36,"20":32,"209":16,"21":80,"210":6,"214":6,"215":20,"221":44,"223":203,"224":13,"225":131,"23":58,"24":258,"25":88,"257":15,"26":54,"268":1,"27":29,"273":13,"276":2,"279":17,"28":68,"281":3,"282":3,"291":4,"292":9,"30":3,"302":4,"31":10,"32":3,"33":6,"34":26,"347":3,"35":24,"352":176,"36":35,"37":19,"38":84,"380":1,"381":13,"383":11,"39":12,"391":5,"40":12,"409":1,"41":8,"414":5,"415":17,"419":3,"42":13,"426":2,"43":11,"430":13,"433":71,"44":7,"45":4,"46":27,"48":11,"49":13,"5":110,"51":10,"52":9,"53":28,"56":5,"6":31,"63":2,"7":83,"79":5,"8":25,"80":5,"9":44,"all_client":28384,"all_tv_clinet":3107,"insert_time":"2014-08-23T18:04:48.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25054,"10":45,"107":115,"11":322,"12":9,"13":108,"14":35,"15":45,"155":2,"156":3,"158":10,"159":1,"16":10,"160":8,"161":21,"167":2,"17":30,"18":114,"19":36,"20":32,"209":16,"21":77,"210":5,"214":6,"215":22,"221":46,"223":200,"224":13,"225":136,"23":57,"24":248,"25":86,"257":16,"26":48,"268":1,"27":29,"273":14,"276":2,"279":13,"28":65,"281":3,"282":3,"291":4,"292":9,"30":3,"302":4,"31":11,"32":3,"33":6,"34":24,"347":2,"35":23,"352":170,"36":34,"37":19,"38":84,"380":1,"381":13,"383":10,"39":13,"391":5,"40":11,"409":1,"41":8,"414":5,"415":18,"419":2,"42":13,"426":2,"43":9,"430":14,"433":74,"44":7,"45":4,"46":26,"48":12,"49":11,"5":114,"51":10,"52":10,"53":27,"56":5,"6":29,"63":2,"7":84,"79":5,"8":24,"80":5,"9":46,"all_client":28124,"all_tv_clinet":3070,"insert_time":"2014-08-23T18:05:49.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24888,"10":43,"107":108,"11":323,"12":8,"13":107,"14":34,"15":45,"155":2,"156":1,"158":11,"159":1,"16":11,"160":8,"161":21,"167":2,"17":30,"18":119,"19":36,"20":29,"209":16,"21":79,"210":5,"214":6,"215":22,"221":47,"223":198,"224":13,"225":140,"23":61,"24":248,"25":85,"257":15,"26":40,"268":1,"27":29,"273":14,"276":2,"279":15,"28":65,"281":3,"282":3,"291":4,"292":10,"30":3,"302":4,"31":9,"32":3,"33":6,"34":24,"347":2,"35":23,"352":162,"36":34,"37":18,"38":82,"380":1,"381":13,"383":10,"39":13,"391":5,"40":12,"409":1,"41":7,"414":5,"415":16,"419":2,"42":14,"426":2,"43":10,"430":17,"433":73,"44":7,"45":3,"46":28,"48":13,"49":10,"5":113,"51":9,"52":10,"53":27,"56":4,"6":30,"63":2,"7":82,"79":5,"8":24,"80":5,"9":44,"all_client":27935,"all_tv_clinet":3047,"insert_time":"2014-08-23T18:06:49.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24700,"10":39,"107":105,"11":323,"12":8,"13":105,"14":35,"15":44,"155":2,"156":1,"158":12,"159":1,"16":12,"160":9,"161":24,"167":2,"17":30,"18":123,"19":37,"20":29,"209":15,"21":77,"210":5,"214":6,"215":22,"221":46,"223":203,"224":13,"225":137,"23":64,"24":245,"25":81,"257":13,"26":37,"268":1,"27":28,"273":14,"276":2,"279":17,"28":64,"281":3,"282":3,"291":4,"292":8,"30":3,"302":4,"31":9,"32":3,"33":6,"34":23,"347":2,"35":22,"352":167,"36":37,"37":18,"38":81,"380":1,"381":12,"383":8,"39":14,"391":5,"40":14,"409":1,"41":8,"414":5,"415":16,"419":3,"42":13,"426":2,"43":11,"430":17,"433":72,"44":6,"45":3,"46":25,"48":14,"49":7,"5":112,"51":8,"52":9,"53":27,"56":3,"6":32,"63":2,"7":79,"79":5,"8":25,"80":5,"9":45,"all_client":27733,"all_tv_clinet":3033,"insert_time":"2014-08-23T18:07:49.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24510,"10":38,"107":105,"11":309,"12":8,"13":110,"14":35,"15":40,"155":2,"156":1,"158":13,"159":1,"16":12,"160":8,"161":24,"167":2,"17":32,"18":121,"19":35,"20":25,"209":15,"21":78,"210":5,"214":6,"215":23,"221":43,"223":208,"224":13,"225":139,"23":59,"24":246,"25":80,"257":12,"26":30,"268":1,"27":29,"273":12,"276":1,"279":17,"28":63,"281":3,"282":3,"291":4,"292":8,"30":4,"302":4,"31":8,"32":3,"33":7,"34":24,"347":2,"35":18,"352":169,"36":35,"37":19,"38":80,"380":1,"381":12,"383":9,"39":11,"391":5,"40":17,"409":1,"41":7,"414":6,"415":13,"419":3,"42":12,"426":1,"43":11,"430":16,"433":72,"44":6,"45":3,"46":27,"48":15,"49":9,"5":111,"51":9,"52":10,"53":27,"56":3,"6":37,"63":2,"7":79,"79":6,"8":24,"80":5,"9":45,"all_client":27517,"all_tv_clinet":3007,"insert_time":"2014-08-23T18:08:49.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24290,"10":38,"107":105,"11":281,"12":8,"13":111,"14":36,"15":38,"155":2,"156":1,"158":13,"159":1,"16":13,"160":8,"161":25,"167":3,"17":33,"18":123,"19":35,"20":26,"209":15,"21":78,"210":5,"214":6,"215":23,"221":39,"223":211,"224":12,"225":133,"23":62,"24":246,"25":82,"257":11,"26":29,"268":1,"27":30,"273":12,"279":19,"28":65,"281":3,"282":5,"291":4,"292":5,"30":4,"302":4,"31":7,"32":4,"33":7,"34":24,"347":2,"35":17,"352":176,"36":32,"37":17,"38":82,"380":2,"381":11,"383":10,"39":10,"391":5,"40":18,"409":1,"41":8,"414":6,"415":15,"419":3,"42":13,"426":1,"43":11,"430":13,"433":73,"44":6,"45":3,"46":24,"48":16,"49":10,"5":114,"51":9,"52":12,"53":27,"56":3,"6":37,"63":2,"7":76,"79":6,"8":25,"80":5,"9":42,"all_client":27279,"all_tv_clinet":2989,"insert_time":"2014-08-23T18:09:49.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24077,"10":36,"107":111,"11":263,"12":8,"13":113,"14":37,"15":38,"155":2,"156":1,"158":13,"159":1,"16":11,"160":7,"161":21,"167":5,"17":33,"18":126,"19":37,"20":25,"209":14,"21":74,"210":5,"214":6,"215":23,"221":40,"223":213,"224":11,"225":128,"23":61,"24":243,"25":82,"257":12,"26":26,"268":1,"27":32,"273":10,"279":17,"28":64,"281":3,"282":4,"291":4,"292":5,"30":4,"302":4,"31":7,"32":5,"33":9,"34":23,"347":2,"35":17,"352":177,"36":32,"37":17,"38":82,"380":2,"381":10,"383":10,"39":11,"391":5,"396":1,"40":18,"409":1,"41":8,"414":6,"415":15,"419":2,"42":13,"426":1,"43":10,"430":13,"433":72,"44":6,"45":3,"46":25,"48":16,"49":10,"5":116,"51":9,"52":10,"53":25,"56":3,"6":36,"63":2,"7":75,"79":4,"8":24,"80":5,"9":41,"all_client":27030,"all_tv_clinet":2953,"insert_time":"2014-08-23T18:10:49.981Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23878,"10":35,"107":104,"11":252,"12":8,"13":111,"14":38,"15":38,"155":2,"156":2,"158":7,"159":1,"16":9,"160":7,"161":21,"167":5,"17":31,"18":127,"19":36,"20":24,"209":14,"21":74,"210":5,"214":6,"215":22,"221":39,"223":220,"224":11,"225":119,"23":64,"24":233,"25":82,"257":11,"26":30,"268":1,"27":31,"273":11,"279":17,"28":65,"281":3,"282":4,"291":4,"292":5,"30":2,"302":3,"31":9,"32":5,"33":8,"34":21,"347":2,"35":16,"352":175,"36":31,"37":16,"38":80,"380":2,"381":10,"383":12,"39":10,"391":5,"396":1,"40":19,"409":1,"41":10,"414":5,"415":14,"419":2,"42":13,"426":1,"43":8,"430":14,"433":70,"44":8,"45":3,"46":25,"48":17,"49":10,"5":117,"51":9,"52":11,"53":24,"56":4,"6":36,"63":3,"7":79,"79":7,"8":23,"80":5,"9":38,"all_client":26791,"all_tv_clinet":2913,"insert_time":"2014-08-23T18:11:50.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23720,"10":36,"107":103,"11":246,"12":10,"13":110,"14":39,"15":35,"155":2,"156":2,"158":8,"159":1,"16":8,"160":8,"161":20,"167":5,"17":31,"18":122,"19":36,"20":22,"209":14,"21":69,"210":5,"214":6,"215":22,"221":40,"223":217,"224":11,"225":115,"23":62,"24":234,"25":83,"257":11,"26":29,"268":1,"27":32,"273":11,"279":17,"28":61,"281":3,"282":4,"291":4,"292":5,"30":1,"302":3,"31":10,"32":4,"33":7,"34":20,"347":3,"35":16,"352":174,"36":30,"37":16,"38":77,"380":2,"381":12,"383":10,"39":10,"391":5,"396":1,"40":18,"409":1,"41":12,"414":5,"415":14,"419":2,"42":13,"426":1,"43":10,"430":15,"433":70,"44":8,"45":3,"46":25,"48":16,"49":10,"5":115,"51":8,"52":11,"53":24,"56":5,"6":36,"63":3,"7":80,"79":7,"8":25,"80":4,"9":37,"all_client":26599,"all_tv_clinet":2879,"insert_time":"2014-08-23T18:12:50.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23586,"10":38,"107":101,"11":241,"12":10,"13":108,"14":37,"15":36,"155":2,"156":2,"158":9,"159":1,"16":9,"160":8,"161":20,"167":5,"17":31,"18":119,"19":34,"20":21,"209":14,"21":70,"210":5,"214":6,"215":23,"221":44,"223":213,"224":10,"225":114,"23":59,"24":234,"25":81,"257":10,"26":32,"268":1,"27":33,"273":11,"279":18,"28":63,"281":3,"282":6,"291":3,"292":4,"30":1,"302":2,"31":11,"32":4,"33":5,"34":20,"347":3,"35":14,"352":171,"36":31,"37":16,"38":76,"380":2,"381":12,"383":10,"39":9,"391":4,"396":1,"40":18,"409":1,"41":13,"414":5,"415":14,"419":1,"42":14,"43":11,"430":15,"433":68,"44":8,"45":3,"46":25,"48":15,"49":9,"5":113,"51":8,"52":11,"53":23,"56":5,"6":38,"63":2,"7":82,"79":7,"8":25,"80":5,"9":35,"all_client":26441,"all_tv_clinet":2855,"insert_time":"2014-08-23T18:13:50.451Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23374,"10":36,"107":101,"11":234,"12":10,"13":103,"14":37,"15":37,"155":2,"156":2,"158":10,"159":1,"16":9,"160":8,"161":22,"167":5,"17":29,"18":109,"19":33,"20":21,"209":15,"21":70,"210":6,"214":6,"215":23,"221":44,"223":215,"224":10,"225":114,"23":63,"24":230,"25":81,"257":10,"26":31,"268":1,"27":34,"273":10,"279":20,"28":66,"281":1,"282":7,"291":3,"292":4,"30":1,"302":2,"31":12,"32":4,"33":4,"34":19,"347":4,"35":14,"352":166,"36":32,"37":18,"38":73,"380":3,"381":12,"383":10,"39":10,"391":3,"396":1,"40":16,"41":12,"414":5,"415":14,"419":1,"42":14,"43":11,"430":15,"433":68,"44":7,"45":3,"46":25,"48":14,"49":8,"5":112,"51":8,"52":11,"53":26,"56":4,"6":38,"63":2,"7":80,"79":9,"8":26,"80":5,"9":34,"all_client":26203,"all_tv_clinet":2829,"insert_time":"2014-08-23T18:14:50.616Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23200,"10":36,"107":97,"11":225,"12":9,"13":103,"14":36,"15":40,"155":2,"156":2,"158":9,"159":1,"16":9,"160":8,"161":21,"167":5,"17":27,"18":106,"19":32,"20":21,"209":15,"21":71,"210":5,"214":5,"215":23,"221":42,"223":216,"224":11,"225":108,"23":62,"24":228,"25":80,"257":9,"26":31,"268":1,"27":32,"273":10,"279":20,"28":65,"281":2,"282":7,"291":3,"292":4,"30":1,"302":2,"31":13,"32":3,"33":5,"34":18,"347":4,"35":14,"352":170,"36":32,"37":18,"38":74,"380":3,"381":12,"383":12,"39":10,"391":3,"396":1,"40":15,"41":10,"414":5,"415":12,"42":16,"43":12,"430":14,"433":68,"44":7,"45":2,"46":26,"48":12,"49":10,"5":111,"51":9,"52":10,"53":24,"56":4,"6":37,"63":2,"7":80,"79":9,"8":27,"80":4,"9":37,"all_client":25997,"all_tv_clinet":2797,"insert_time":"2014-08-23T18:15:50.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23030,"10":36,"107":90,"11":206,"12":9,"13":101,"14":38,"15":38,"155":2,"156":2,"158":8,"159":1,"16":8,"160":7,"161":21,"167":5,"17":27,"18":102,"19":30,"20":21,"209":15,"21":73,"210":5,"214":5,"215":23,"221":42,"223":213,"224":10,"225":110,"23":58,"24":223,"25":82,"257":9,"26":33,"268":1,"27":32,"273":10,"279":20,"28":64,"281":4,"282":6,"291":3,"292":4,"30":1,"302":2,"31":13,"314":1,"32":3,"33":4,"34":16,"347":4,"35":14,"352":164,"36":32,"37":17,"38":70,"380":3,"381":12,"383":12,"39":10,"391":3,"396":1,"40":15,"41":10,"414":5,"415":14,"419":1,"42":15,"43":10,"430":14,"433":68,"44":7,"45":2,"46":28,"48":11,"49":12,"5":115,"51":9,"52":10,"53":23,"56":3,"6":37,"63":2,"7":82,"79":10,"8":27,"80":4,"9":35,"all_client":25778,"all_tv_clinet":2748,"insert_time":"2014-08-23T18:16:50.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22861,"10":39,"107":93,"11":181,"12":9,"13":97,"14":37,"15":35,"155":2,"156":2,"158":7,"159":1,"16":8,"160":7,"161":22,"167":5,"17":25,"18":100,"19":31,"20":21,"209":14,"21":72,"210":5,"214":5,"215":25,"221":40,"223":213,"224":9,"225":107,"23":58,"24":224,"25":80,"257":10,"26":34,"268":1,"27":34,"273":9,"279":20,"28":66,"281":4,"282":6,"291":3,"292":3,"30":1,"302":2,"31":13,"314":1,"32":3,"33":5,"34":16,"347":4,"35":13,"352":159,"36":27,"37":16,"38":72,"380":3,"381":12,"383":13,"39":10,"391":3,"396":1,"40":14,"41":7,"414":5,"415":15,"419":1,"42":15,"43":11,"430":14,"433":69,"44":6,"45":2,"46":29,"48":10,"49":12,"5":114,"51":9,"52":10,"53":22,"56":3,"6":36,"63":3,"7":81,"79":10,"8":26,"80":4,"9":37,"all_client":25564,"all_tv_clinet":2703,"insert_time":"2014-08-23T18:17:51.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22662,"10":39,"107":92,"11":142,"12":8,"13":87,"14":37,"15":35,"155":2,"156":2,"158":7,"159":1,"16":8,"160":6,"161":22,"167":5,"17":21,"18":99,"19":30,"20":17,"209":13,"21":69,"210":5,"214":5,"215":26,"221":41,"223":218,"224":10,"225":105,"23":59,"24":221,"25":81,"257":10,"26":35,"268":1,"27":34,"273":9,"279":19,"28":65,"281":4,"282":6,"291":3,"292":3,"30":1,"302":2,"31":12,"314":1,"32":3,"33":5,"34":15,"347":4,"35":12,"352":156,"36":29,"37":15,"38":73,"380":3,"381":12,"383":12,"39":12,"391":3,"396":1,"40":15,"409":1,"41":5,"414":5,"415":14,"419":1,"42":16,"43":10,"430":14,"433":67,"44":6,"45":2,"46":28,"48":10,"49":14,"5":110,"51":9,"52":8,"53":22,"56":3,"6":33,"63":3,"7":82,"79":10,"8":25,"80":4,"9":36,"all_client":25288,"all_tv_clinet":2626,"insert_time":"2014-08-23T18:18:51.643Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22489,"10":42,"107":100,"11":116,"12":8,"13":85,"14":35,"15":37,"155":2,"156":2,"158":7,"159":1,"16":8,"160":5,"161":23,"167":4,"17":18,"18":95,"19":30,"20":16,"209":14,"21":69,"210":5,"214":4,"215":24,"221":39,"223":217,"224":11,"225":99,"23":61,"24":216,"25":83,"257":10,"26":36,"268":1,"27":33,"273":9,"279":18,"28":65,"281":4,"282":8,"291":3,"292":3,"30":1,"302":2,"31":12,"314":1,"32":2,"33":5,"34":16,"347":4,"35":12,"352":151,"36":24,"37":13,"38":74,"380":3,"381":11,"383":12,"39":14,"391":3,"396":1,"40":14,"409":1,"41":3,"414":5,"415":12,"42":17,"43":10,"430":13,"433":67,"44":7,"45":2,"46":30,"48":10,"49":14,"5":107,"51":8,"52":5,"53":22,"56":3,"6":30,"63":3,"7":82,"79":10,"8":25,"80":4,"9":39,"all_client":25059,"all_tv_clinet":2570,"insert_time":"2014-08-23T18:19:51.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22303,"10":43,"107":104,"11":113,"12":8,"13":85,"14":34,"15":39,"155":2,"156":2,"158":7,"159":1,"16":6,"160":6,"161":27,"167":4,"17":16,"18":100,"19":29,"20":14,"209":13,"21":66,"210":5,"214":4,"215":25,"221":40,"223":218,"224":12,"225":100,"23":59,"24":214,"25":81,"257":10,"26":39,"268":1,"27":31,"273":10,"276":1,"279":18,"28":66,"281":4,"282":8,"291":3,"292":4,"30":1,"302":2,"31":12,"314":1,"32":2,"33":5,"34":16,"347":5,"35":13,"352":146,"36":26,"37":13,"38":72,"380":3,"381":12,"383":12,"39":14,"391":2,"396":2,"40":13,"409":1,"41":3,"414":5,"415":11,"42":17,"43":10,"430":12,"433":66,"44":7,"45":3,"46":26,"48":8,"49":14,"5":107,"51":9,"52":4,"53":22,"56":3,"6":26,"63":3,"7":79,"79":9,"8":26,"80":4,"9":39,"all_client":24861,"all_tv_clinet":2558,"insert_time":"2014-08-23T18:20:51.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22087,"10":43,"107":103,"11":111,"12":8,"13":85,"14":33,"15":39,"155":1,"156":2,"158":7,"159":1,"16":5,"160":6,"161":27,"167":4,"17":14,"18":96,"19":29,"20":14,"209":13,"21":66,"210":5,"214":4,"215":25,"221":40,"223":220,"224":12,"225":101,"23":55,"24":204,"25":81,"257":11,"26":38,"268":1,"27":31,"273":10,"276":1,"279":18,"28":67,"281":4,"282":8,"291":3,"292":5,"30":1,"302":2,"31":12,"314":1,"32":1,"33":5,"34":17,"347":4,"35":11,"352":144,"36":25,"37":13,"38":78,"380":2,"381":11,"383":13,"39":13,"391":2,"396":2,"397":1,"40":14,"409":1,"41":5,"414":6,"415":8,"42":15,"43":11,"430":13,"433":63,"44":7,"45":3,"46":28,"48":8,"49":13,"5":101,"51":10,"52":4,"53":21,"56":3,"6":27,"63":3,"7":83,"79":9,"8":27,"80":4,"9":39,"all_client":24622,"all_tv_clinet":2535,"insert_time":"2014-08-23T18:21:52.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21900,"10":43,"107":108,"11":105,"12":7,"13":87,"14":34,"15":38,"155":1,"156":4,"158":8,"159":1,"16":6,"160":7,"161":25,"167":3,"17":13,"18":92,"19":28,"20":14,"209":13,"21":68,"210":5,"214":5,"215":27,"221":41,"223":220,"224":14,"225":101,"23":54,"24":202,"25":80,"257":12,"26":36,"268":1,"27":32,"273":10,"276":1,"279":17,"28":64,"281":4,"282":9,"291":3,"292":4,"30":1,"302":2,"31":12,"314":1,"32":1,"33":4,"34":16,"347":4,"35":11,"352":144,"36":26,"37":12,"38":71,"380":2,"381":10,"383":12,"39":15,"391":2,"396":2,"397":1,"40":14,"409":1,"41":5,"414":6,"415":8,"42":15,"43":12,"430":13,"433":64,"44":6,"45":5,"46":28,"48":7,"49":13,"5":98,"51":10,"52":5,"53":19,"56":3,"6":24,"63":3,"7":83,"79":8,"8":26,"80":4,"9":38,"all_client":24414,"all_tv_clinet":2514,"insert_time":"2014-08-23T18:22:52.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21743,"10":44,"107":107,"11":104,"12":7,"13":85,"14":35,"15":38,"155":1,"156":4,"158":9,"159":1,"16":6,"160":6,"161":23,"167":3,"17":10,"18":90,"19":24,"20":12,"209":12,"21":69,"210":5,"214":6,"215":23,"221":42,"223":215,"224":14,"225":95,"23":50,"24":203,"25":77,"257":11,"26":35,"268":1,"27":32,"273":9,"276":1,"279":17,"28":61,"281":4,"282":13,"291":3,"292":5,"30":1,"302":2,"31":12,"314":1,"32":1,"33":4,"34":16,"347":4,"35":11,"352":142,"36":24,"37":12,"38":74,"380":2,"381":10,"383":13,"39":17,"391":2,"396":2,"397":1,"40":14,"409":1,"41":6,"414":7,"415":8,"419":1,"42":16,"43":12,"430":14,"433":64,"44":5,"45":6,"46":28,"48":7,"49":14,"5":96,"51":10,"52":4,"53":15,"56":4,"6":23,"63":3,"7":81,"79":8,"8":27,"80":5,"9":36,"all_client":24221,"all_tv_clinet":2478,"insert_time":"2014-08-23T18:23:52.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21577,"10":46,"107":103,"11":107,"12":7,"13":82,"14":35,"15":37,"155":1,"156":4,"158":6,"159":1,"16":6,"160":6,"161":22,"167":3,"17":7,"18":90,"19":24,"20":12,"209":12,"21":69,"210":5,"214":6,"215":23,"221":43,"223":205,"224":13,"225":99,"23":46,"24":206,"25":74,"257":11,"26":36,"268":1,"27":32,"273":9,"276":1,"279":19,"28":60,"281":4,"282":14,"291":3,"292":5,"30":1,"302":2,"31":13,"314":1,"32":1,"33":4,"34":16,"347":6,"35":11,"352":143,"36":25,"37":13,"38":73,"380":2,"381":10,"383":15,"39":17,"391":2,"396":2,"397":1,"40":12,"409":1,"41":6,"414":6,"415":9,"419":1,"42":14,"43":12,"430":14,"433":62,"44":5,"45":7,"46":29,"48":8,"49":12,"5":98,"51":8,"52":5,"53":15,"56":5,"6":23,"63":3,"7":78,"79":8,"8":24,"80":6,"9":36,"all_client":24037,"all_tv_clinet":2460,"insert_time":"2014-08-23T18:24:52.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21415,"10":49,"107":102,"11":109,"12":7,"13":79,"14":35,"15":34,"155":1,"156":4,"158":2,"159":1,"16":8,"160":7,"161":20,"167":2,"17":7,"18":87,"19":23,"20":12,"209":12,"21":62,"210":5,"214":6,"215":21,"221":42,"223":199,"224":12,"225":96,"23":47,"24":205,"25":72,"257":11,"26":37,"268":2,"27":34,"273":9,"276":1,"279":22,"28":57,"281":4,"282":14,"291":3,"292":5,"30":1,"302":3,"31":12,"314":1,"32":1,"33":4,"34":18,"347":6,"35":11,"352":152,"36":24,"37":14,"38":72,"380":2,"381":9,"383":15,"39":17,"391":2,"396":2,"397":1,"40":11,"409":1,"41":7,"414":6,"415":8,"419":1,"42":13,"43":12,"430":13,"433":60,"44":6,"45":6,"46":27,"48":8,"49":12,"5":95,"51":8,"52":4,"53":17,"56":5,"6":23,"63":3,"7":80,"79":9,"8":23,"80":6,"9":36,"all_client":23849,"all_tv_clinet":2434,"insert_time":"2014-08-23T18:25:52.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21216,"10":55,"107":103,"11":107,"12":7,"13":76,"14":34,"15":30,"155":1,"156":4,"158":1,"159":2,"16":8,"160":7,"161":20,"167":2,"17":7,"18":87,"19":23,"20":13,"209":11,"21":63,"210":7,"214":5,"215":20,"221":41,"223":197,"224":12,"225":97,"23":52,"24":201,"25":73,"257":10,"26":35,"268":2,"27":34,"273":9,"276":2,"279":22,"28":55,"281":4,"282":13,"291":3,"292":5,"30":1,"302":4,"31":13,"314":1,"32":1,"33":5,"34":17,"347":7,"35":11,"352":158,"36":24,"37":14,"38":72,"380":2,"381":9,"383":13,"39":16,"391":2,"396":2,"397":1,"40":11,"409":1,"41":5,"414":6,"415":8,"419":1,"42":13,"43":12,"430":13,"433":58,"44":6,"45":6,"46":27,"48":8,"49":15,"5":97,"51":8,"52":4,"53":16,"56":4,"6":26,"63":3,"7":82,"79":7,"8":24,"80":5,"9":35,"all_client":23650,"all_tv_clinet":2434,"insert_time":"2014-08-23T18:26:52.955Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21026,"10":58,"107":101,"11":106,"12":7,"13":76,"14":34,"15":31,"155":1,"156":4,"158":1,"159":1,"16":8,"160":8,"161":18,"167":2,"17":6,"18":91,"19":21,"20":13,"209":13,"21":62,"210":7,"214":5,"215":20,"221":40,"223":192,"224":11,"225":92,"23":50,"24":199,"25":73,"257":9,"26":35,"268":2,"27":32,"273":9,"276":2,"279":22,"28":54,"281":4,"282":13,"291":3,"292":5,"30":1,"302":4,"31":13,"314":1,"32":1,"33":4,"34":18,"347":6,"35":11,"352":165,"36":21,"37":14,"38":73,"380":1,"381":10,"383":11,"39":17,"391":2,"396":3,"397":1,"40":12,"409":1,"41":5,"414":7,"415":10,"419":1,"42":13,"43":11,"430":12,"433":57,"44":5,"45":5,"46":27,"48":8,"49":15,"5":99,"51":9,"52":3,"53":18,"56":3,"6":30,"63":3,"7":82,"79":9,"8":24,"80":5,"9":36,"all_client":23454,"all_tv_clinet":2428,"insert_time":"2014-08-23T18:27:53.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20871,"10":52,"107":99,"11":104,"12":8,"13":75,"14":31,"15":32,"155":2,"156":3,"158":1,"159":2,"16":7,"160":9,"161":20,"167":1,"17":6,"18":91,"19":21,"20":12,"209":13,"21":63,"210":7,"214":5,"215":19,"221":38,"223":189,"224":10,"225":98,"23":50,"24":197,"25":69,"257":8,"26":36,"268":2,"27":32,"273":9,"276":2,"279":25,"28":54,"281":4,"282":11,"291":3,"292":5,"30":1,"302":4,"31":13,"314":1,"32":1,"33":5,"34":17,"347":6,"35":11,"352":162,"36":21,"37":14,"38":75,"380":1,"381":11,"383":11,"39":17,"391":2,"396":2,"397":1,"40":12,"409":1,"41":6,"414":7,"415":13,"419":1,"42":13,"43":11,"430":11,"433":57,"44":5,"45":5,"46":29,"48":7,"49":14,"5":101,"51":8,"52":3,"53":18,"56":4,"6":31,"63":4,"7":82,"79":12,"8":24,"80":5,"9":34,"all_client":23290,"all_tv_clinet":2419,"insert_time":"2014-08-23T18:28:53.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20721,"10":48,"107":96,"11":104,"12":8,"13":74,"14":31,"15":32,"155":2,"156":2,"158":2,"159":3,"16":7,"160":6,"161":17,"167":1,"17":6,"18":95,"19":21,"20":11,"209":13,"21":65,"210":7,"214":5,"215":18,"221":38,"223":180,"224":10,"225":102,"23":50,"24":191,"25":68,"257":7,"26":36,"268":2,"27":33,"273":8,"276":2,"279":25,"28":52,"281":5,"282":10,"291":3,"292":5,"30":2,"302":4,"31":11,"314":1,"32":2,"33":4,"34":16,"347":6,"35":9,"352":161,"36":20,"37":14,"38":80,"380":1,"381":12,"383":10,"39":18,"391":2,"396":2,"397":1,"40":11,"409":1,"41":7,"414":7,"415":14,"42":12,"43":10,"430":11,"433":56,"44":4,"45":3,"46":26,"48":7,"49":12,"5":98,"51":8,"52":3,"53":20,"56":4,"6":32,"63":4,"7":82,"79":14,"8":24,"80":5,"9":35,"all_client":23108,"all_tv_clinet":2387,"insert_time":"2014-08-23T18:29:53.427Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20602,"10":48,"107":93,"11":104,"12":8,"13":70,"14":29,"15":39,"155":2,"156":2,"158":2,"159":3,"16":6,"160":6,"161":18,"167":1,"17":6,"18":91,"19":20,"20":10,"209":11,"21":66,"210":7,"214":5,"215":16,"221":42,"223":176,"224":10,"225":99,"23":50,"24":187,"25":69,"257":9,"26":37,"268":2,"27":33,"273":9,"276":2,"279":28,"28":53,"281":5,"282":10,"291":3,"292":5,"30":2,"302":4,"31":11,"314":1,"32":2,"33":6,"34":16,"347":6,"35":9,"352":164,"36":20,"37":13,"38":80,"380":1,"381":12,"383":10,"39":18,"391":2,"396":2,"397":1,"40":10,"409":1,"41":8,"414":8,"415":13,"42":12,"43":9,"430":11,"433":52,"44":5,"45":3,"46":27,"48":6,"49":12,"5":95,"51":7,"52":3,"53":20,"56":4,"6":36,"63":5,"7":82,"79":14,"8":23,"80":5,"9":33,"all_client":22978,"all_tv_clinet":2376,"insert_time":"2014-08-23T18:30:53.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20439,"10":50,"107":93,"11":101,"12":8,"13":73,"14":29,"15":41,"155":2,"156":2,"158":1,"159":3,"16":5,"160":5,"161":15,"167":2,"17":3,"18":91,"19":20,"20":10,"209":12,"21":65,"210":7,"214":5,"215":19,"221":42,"223":169,"224":9,"225":98,"23":51,"24":191,"25":68,"257":9,"26":40,"268":2,"27":32,"273":9,"276":3,"279":34,"28":51,"281":5,"282":10,"291":3,"292":5,"30":2,"302":4,"31":11,"314":1,"32":2,"33":6,"34":18,"347":6,"35":10,"352":162,"36":18,"37":14,"38":79,"380":1,"381":12,"383":10,"39":18,"391":3,"396":2,"397":1,"40":11,"409":1,"41":7,"414":8,"415":12,"42":13,"426":1,"43":10,"430":9,"433":50,"44":5,"45":3,"46":26,"48":6,"49":12,"5":90,"51":8,"52":2,"53":17,"56":4,"6":38,"63":4,"7":81,"79":11,"8":24,"80":5,"9":33,"all_client":22803,"all_tv_clinet":2364,"insert_time":"2014-08-23T18:31:53.939Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20273,"10":53,"107":94,"11":101,"12":8,"13":74,"14":29,"15":41,"155":2,"156":1,"158":1,"159":2,"16":6,"160":5,"161":14,"167":2,"17":3,"18":89,"19":20,"20":9,"209":12,"21":66,"210":7,"211":3,"214":5,"215":23,"221":40,"223":162,"224":8,"225":102,"23":49,"24":191,"25":65,"257":9,"26":39,"268":2,"27":33,"273":9,"276":3,"279":35,"28":54,"281":5,"282":9,"291":3,"292":5,"30":1,"302":4,"31":11,"314":1,"32":2,"33":5,"34":18,"347":6,"35":10,"352":171,"36":18,"37":14,"38":84,"380":1,"381":11,"383":10,"39":18,"391":3,"396":3,"397":1,"40":11,"409":1,"41":6,"414":8,"415":13,"42":13,"426":2,"43":11,"430":10,"433":45,"44":5,"45":2,"46":27,"48":6,"49":10,"5":93,"51":9,"52":2,"53":14,"56":4,"6":32,"63":4,"7":79,"79":9,"8":22,"80":5,"9":32,"all_client":22633,"all_tv_clinet":2360,"insert_time":"2014-08-23T18:32:54.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20091,"10":51,"107":94,"11":103,"12":8,"13":71,"14":30,"15":37,"155":2,"156":1,"158":1,"159":2,"16":6,"160":5,"161":14,"167":2,"17":3,"18":89,"19":19,"20":7,"209":13,"21":69,"210":8,"211":5,"214":5,"215":24,"221":42,"223":154,"224":8,"225":104,"23":48,"24":184,"25":65,"257":8,"26":37,"268":2,"27":31,"273":9,"276":3,"279":37,"28":55,"281":5,"282":10,"291":3,"292":5,"30":1,"302":4,"31":10,"314":1,"32":2,"33":5,"34":19,"347":6,"35":11,"352":167,"36":19,"37":15,"38":83,"380":1,"381":11,"383":12,"39":18,"391":4,"396":2,"397":1,"40":12,"409":1,"41":6,"414":8,"415":16,"42":13,"426":3,"43":13,"430":9,"433":44,"44":4,"45":2,"46":27,"48":5,"49":11,"5":91,"51":9,"52":2,"53":14,"56":5,"570":1,"6":32,"63":3,"7":79,"79":9,"8":21,"80":5,"9":31,"all_client":22438,"all_tv_clinet":2347,"insert_time":"2014-08-23T18:33:54.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19911,"10":45,"107":92,"11":103,"12":7,"13":67,"14":30,"15":37,"155":2,"156":1,"158":1,"159":2,"16":6,"160":5,"161":17,"167":2,"17":3,"18":89,"19":18,"20":7,"209":12,"21":76,"210":7,"211":7,"214":6,"215":24,"221":41,"223":148,"224":8,"225":111,"23":46,"24":180,"25":67,"257":8,"26":39,"268":2,"27":29,"273":9,"276":2,"279":37,"28":56,"281":5,"282":10,"291":3,"292":4,"30":2,"302":4,"31":9,"314":1,"32":2,"33":5,"34":18,"347":6,"35":9,"352":165,"36":22,"37":15,"38":83,"380":1,"381":11,"383":13,"39":18,"391":3,"396":2,"397":1,"40":10,"409":1,"41":7,"414":7,"415":15,"42":14,"426":3,"43":11,"430":8,"433":40,"44":4,"45":2,"46":26,"48":5,"49":9,"5":87,"51":10,"52":4,"53":12,"56":5,"570":1,"6":34,"63":3,"7":80,"79":8,"8":22,"80":5,"9":34,"all_client":22239,"all_tv_clinet":2328,"insert_time":"2014-08-23T18:34:54.408Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19714,"10":43,"107":95,"11":100,"12":7,"13":62,"14":31,"15":33,"155":2,"156":1,"159":1,"16":7,"160":5,"161":16,"167":2,"17":3,"18":85,"19":16,"20":8,"209":12,"21":79,"210":9,"211":6,"214":5,"215":23,"221":45,"223":135,"224":7,"225":109,"23":46,"24":174,"25":68,"257":8,"26":38,"268":2,"27":29,"273":9,"276":2,"279":37,"28":57,"281":5,"282":9,"291":3,"292":4,"30":2,"302":4,"31":8,"314":1,"32":2,"33":5,"34":19,"347":6,"35":12,"352":159,"36":21,"37":13,"38":80,"380":1,"381":10,"383":12,"39":17,"391":3,"396":3,"397":1,"40":10,"409":1,"41":7,"414":5,"415":13,"42":14,"426":5,"43":11,"430":8,"433":31,"44":4,"45":2,"46":26,"48":5,"49":9,"5":87,"51":10,"52":4,"53":11,"56":6,"570":1,"6":38,"63":3,"7":80,"79":8,"8":21,"80":6,"9":35,"all_client":21992,"all_tv_clinet":2278,"insert_time":"2014-08-23T18:35:54.567Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19549,"10":42,"107":94,"11":99,"12":7,"13":57,"14":32,"15":32,"155":2,"156":1,"159":1,"16":6,"160":5,"161":15,"167":1,"17":3,"18":85,"19":15,"20":8,"209":12,"21":79,"210":9,"211":7,"214":5,"215":24,"221":45,"223":126,"224":7,"225":106,"23":47,"24":171,"25":67,"257":8,"26":39,"268":2,"27":27,"273":8,"276":2,"279":38,"28":57,"281":5,"282":10,"291":3,"292":3,"30":2,"302":4,"31":8,"314":1,"32":2,"33":4,"34":17,"347":6,"35":13,"352":160,"36":21,"37":12,"38":78,"380":1,"381":11,"383":9,"39":16,"391":3,"396":3,"40":9,"409":1,"41":9,"414":5,"415":15,"42":14,"426":5,"43":12,"430":8,"433":25,"44":4,"45":1,"46":28,"48":6,"49":9,"5":84,"51":11,"52":4,"53":13,"56":5,"570":1,"6":34,"63":3,"7":79,"79":7,"8":22,"80":5,"9":35,"all_client":21786,"all_tv_clinet":2237,"insert_time":"2014-08-23T18:36:54.731Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19398,"10":47,"107":92,"11":102,"12":7,"13":61,"14":33,"15":26,"155":2,"159":1,"16":4,"160":5,"161":17,"167":1,"17":3,"18":87,"19":14,"20":8,"209":12,"21":73,"210":9,"211":8,"214":4,"215":25,"221":44,"223":114,"224":7,"225":107,"23":46,"24":172,"25":66,"257":8,"26":40,"268":2,"27":29,"273":7,"276":2,"279":39,"28":54,"281":5,"282":9,"291":3,"292":3,"30":1,"302":3,"31":8,"314":1,"32":2,"33":4,"34":20,"347":6,"35":14,"352":159,"36":20,"37":12,"38":75,"380":1,"381":10,"383":11,"39":13,"391":3,"396":3,"40":10,"409":1,"41":10,"414":6,"415":16,"42":11,"426":5,"43":12,"430":8,"433":20,"44":4,"45":1,"46":29,"48":6,"49":11,"5":85,"51":10,"52":3,"53":14,"56":5,"570":1,"6":30,"63":3,"7":78,"79":6,"8":23,"80":5,"9":38,"all_client":21613,"all_tv_clinet":2215,"insert_time":"2014-08-23T18:37:54.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19242,"10":45,"107":97,"11":97,"12":7,"13":63,"14":32,"15":26,"155":2,"159":1,"16":5,"160":5,"161":17,"167":1,"17":3,"18":89,"19":14,"20":8,"209":12,"21":73,"210":8,"211":9,"214":4,"215":26,"221":45,"223":111,"224":6,"225":108,"23":49,"24":164,"25":64,"257":8,"26":39,"268":2,"27":28,"273":7,"276":2,"279":37,"28":51,"281":4,"282":9,"291":3,"292":2,"30":1,"302":2,"31":7,"314":2,"32":1,"33":4,"34":19,"347":6,"35":15,"352":156,"36":22,"37":14,"38":68,"380":1,"381":9,"383":12,"39":12,"391":3,"396":3,"40":11,"409":1,"41":13,"414":7,"415":16,"42":10,"426":4,"43":12,"430":8,"433":18,"44":6,"45":2,"46":31,"48":7,"49":9,"5":85,"51":9,"52":3,"53":14,"56":6,"570":1,"6":29,"63":2,"7":75,"79":5,"8":23,"80":5,"9":38,"all_client":21432,"all_tv_clinet":2190,"insert_time":"2014-08-23T18:38:55.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19107,"10":40,"107":95,"11":94,"12":7,"13":62,"14":33,"15":25,"155":2,"159":1,"16":5,"160":3,"161":16,"167":1,"17":3,"18":90,"19":13,"20":7,"209":12,"21":69,"210":7,"211":10,"214":4,"215":26,"221":41,"223":97,"224":7,"225":112,"23":50,"24":162,"25":63,"257":7,"26":39,"268":2,"27":30,"273":8,"276":2,"279":36,"28":50,"281":4,"282":9,"291":3,"292":2,"30":1,"302":2,"31":7,"314":2,"32":1,"33":5,"34":20,"347":6,"35":16,"352":151,"36":23,"37":15,"38":67,"380":1,"381":9,"383":11,"39":11,"391":3,"396":3,"40":11,"409":1,"41":12,"414":9,"415":15,"42":10,"426":2,"43":13,"430":8,"433":15,"44":6,"45":2,"46":27,"48":7,"49":8,"5":85,"51":10,"52":3,"53":12,"56":6,"570":1,"6":29,"63":2,"7":75,"79":4,"8":25,"80":4,"9":38,"all_client":21250,"all_tv_clinet":2143,"insert_time":"2014-08-23T18:39:55.184Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18965,"10":36,"107":92,"11":92,"12":7,"13":64,"14":33,"15":21,"155":2,"159":1,"16":4,"160":2,"161":16,"167":1,"17":3,"18":92,"19":14,"20":8,"209":12,"21":67,"210":7,"211":11,"214":4,"215":26,"221":35,"223":95,"224":6,"225":106,"23":52,"24":165,"25":61,"257":7,"26":38,"268":2,"27":31,"273":7,"276":2,"279":39,"28":50,"281":3,"282":9,"291":3,"292":2,"30":1,"302":2,"31":8,"314":2,"32":3,"33":5,"34":19,"347":6,"35":16,"352":145,"36":24,"37":16,"38":70,"380":1,"381":8,"383":10,"39":10,"391":3,"396":3,"40":11,"409":1,"41":11,"414":9,"415":17,"42":9,"426":2,"43":13,"430":8,"433":13,"44":7,"45":2,"46":25,"48":8,"49":8,"5":83,"51":10,"52":2,"53":11,"56":6,"570":1,"6":30,"63":3,"7":74,"79":4,"8":23,"80":4,"9":37,"all_client":21077,"all_tv_clinet":2112,"insert_time":"2014-08-23T18:40:55.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18784,"10":33,"107":89,"11":89,"12":7,"13":62,"14":33,"15":21,"155":2,"156":1,"16":5,"160":2,"161":17,"167":1,"17":2,"18":90,"19":13,"20":8,"209":14,"21":64,"210":6,"211":11,"214":3,"215":26,"221":32,"223":93,"224":6,"225":102,"23":52,"24":166,"25":61,"257":7,"26":38,"268":2,"27":30,"273":7,"276":2,"279":41,"28":48,"281":3,"282":9,"291":3,"292":1,"30":1,"302":2,"31":8,"314":1,"32":3,"33":5,"34":20,"347":6,"35":13,"352":149,"36":24,"37":15,"38":65,"381":8,"383":9,"39":10,"391":3,"396":3,"40":11,"409":1,"41":11,"414":10,"415":18,"419":1,"42":10,"426":2,"43":12,"430":6,"433":10,"44":7,"45":1,"46":26,"48":8,"49":10,"5":78,"51":10,"52":2,"53":12,"56":5,"570":1,"6":28,"63":3,"7":77,"79":6,"8":23,"80":3,"9":39,"all_client":20862,"all_tv_clinet":2078,"insert_time":"2014-08-23T18:41:55.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18599,"10":31,"107":93,"11":85,"12":7,"13":63,"14":34,"15":19,"155":2,"156":1,"16":5,"160":2,"161":18,"167":1,"17":1,"18":86,"19":13,"20":7,"209":12,"21":63,"210":6,"211":11,"214":3,"215":25,"221":31,"223":94,"224":6,"225":95,"23":53,"24":162,"25":62,"257":7,"26":39,"268":2,"27":30,"273":6,"276":2,"279":40,"28":46,"281":3,"282":8,"291":3,"292":1,"30":1,"302":2,"31":8,"314":1,"32":3,"33":4,"34":21,"347":6,"35":13,"352":150,"36":24,"37":14,"38":64,"381":9,"383":8,"39":12,"391":3,"396":3,"40":11,"409":1,"41":9,"414":10,"415":18,"419":3,"42":8,"426":2,"43":11,"430":6,"433":9,"44":7,"45":1,"46":27,"48":9,"49":10,"5":73,"51":10,"52":2,"53":14,"56":7,"570":1,"6":29,"63":3,"7":75,"79":6,"8":23,"80":3,"9":39,"all_client":20650,"all_tv_clinet":2051,"insert_time":"2014-08-23T18:42:55.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18479,"10":31,"107":91,"11":86,"12":7,"13":59,"14":32,"15":19,"155":2,"156":1,"16":5,"160":2,"161":19,"167":1,"17":1,"18":83,"19":15,"20":5,"209":12,"21":63,"210":5,"211":11,"214":2,"215":24,"221":32,"223":95,"224":5,"225":88,"23":53,"24":159,"25":60,"257":7,"26":39,"268":2,"27":29,"273":7,"276":2,"279":40,"28":45,"281":3,"282":8,"291":3,"292":2,"30":1,"302":2,"31":8,"314":1,"32":3,"33":4,"34":21,"347":5,"35":11,"352":153,"36":26,"37":13,"38":61,"381":9,"383":8,"39":11,"391":3,"396":3,"40":11,"409":1,"41":9,"414":10,"415":17,"419":3,"42":8,"426":2,"43":11,"430":6,"433":9,"44":7,"45":1,"46":28,"48":9,"49":10,"5":72,"51":9,"52":2,"53":16,"56":7,"570":1,"6":28,"63":3,"7":77,"79":6,"8":23,"80":3,"9":40,"all_client":20506,"all_tv_clinet":2027,"insert_time":"2014-08-23T18:43:55.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18361,"10":33,"107":94,"11":85,"12":7,"13":59,"14":33,"15":18,"155":2,"156":2,"16":5,"160":2,"161":18,"17":1,"18":80,"19":15,"20":5,"209":15,"21":63,"210":4,"211":11,"214":2,"215":25,"221":36,"223":95,"224":5,"225":84,"23":51,"24":156,"25":63,"257":7,"26":38,"268":2,"27":29,"273":8,"276":2,"279":38,"28":44,"281":2,"282":8,"291":3,"292":2,"30":2,"302":2,"31":8,"314":1,"32":3,"33":4,"34":21,"347":6,"35":11,"352":149,"36":27,"37":13,"38":64,"381":10,"383":10,"39":8,"391":3,"396":3,"40":11,"409":1,"41":9,"414":8,"415":19,"419":3,"42":7,"426":3,"43":12,"430":4,"433":8,"44":6,"45":1,"46":25,"48":10,"49":10,"5":68,"51":9,"52":1,"53":14,"56":7,"570":1,"6":32,"63":3,"7":71,"79":3,"8":24,"80":3,"9":42,"all_client":20373,"all_tv_clinet":2012,"insert_time":"2014-08-23T18:44:55.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18236,"10":32,"107":93,"11":90,"12":7,"13":59,"14":32,"15":15,"155":2,"156":2,"16":5,"160":3,"161":16,"17":2,"18":80,"19":16,"20":5,"209":14,"21":63,"210":4,"211":11,"214":2,"215":24,"221":38,"223":93,"224":6,"225":85,"23":48,"24":156,"25":58,"257":7,"26":41,"268":1,"27":28,"273":8,"276":2,"279":39,"28":42,"281":1,"282":8,"291":3,"292":2,"30":2,"302":2,"31":7,"314":1,"32":2,"33":4,"34":21,"347":6,"35":11,"352":145,"36":23,"37":14,"38":63,"381":10,"383":10,"39":8,"391":3,"396":3,"40":11,"409":2,"41":11,"414":6,"415":19,"419":2,"42":8,"426":4,"43":11,"430":4,"433":7,"44":6,"45":1,"46":24,"48":13,"49":11,"5":68,"51":6,"52":1,"53":13,"56":6,"6":34,"63":3,"7":64,"79":2,"8":24,"80":2,"9":44,"all_client":20221,"all_tv_clinet":1985,"insert_time":"2014-08-23T18:45:55.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18108,"10":34,"107":96,"11":88,"12":6,"13":60,"14":33,"15":11,"155":2,"156":2,"16":5,"160":3,"161":15,"17":2,"18":80,"19":15,"20":5,"209":13,"21":64,"210":4,"211":11,"214":2,"215":25,"221":38,"223":93,"224":9,"225":89,"23":47,"24":155,"25":59,"257":7,"26":40,"27":26,"273":7,"276":2,"279":39,"28":41,"281":1,"282":8,"291":2,"292":2,"30":2,"302":2,"31":8,"314":1,"32":1,"33":4,"34":19,"347":6,"35":11,"352":146,"36":23,"37":13,"38":67,"381":10,"383":10,"39":9,"391":3,"396":3,"40":10,"409":3,"41":12,"414":7,"415":19,"419":3,"42":8,"426":4,"43":12,"430":4,"433":7,"44":6,"45":1,"46":23,"48":13,"49":11,"5":65,"51":6,"52":1,"53":12,"56":8,"6":34,"63":2,"7":65,"8":24,"80":2,"9":45,"all_client":20094,"all_tv_clinet":1986,"insert_time":"2014-08-23T18:46:56.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18008,"10":32,"107":90,"11":88,"12":6,"13":58,"14":36,"15":11,"155":3,"156":1,"159":1,"16":5,"160":4,"161":15,"17":2,"18":82,"19":14,"20":5,"209":13,"21":58,"210":3,"211":10,"214":2,"215":24,"221":37,"223":90,"224":9,"225":98,"23":48,"24":155,"25":58,"257":7,"26":41,"27":26,"273":8,"276":2,"279":40,"28":43,"281":1,"282":8,"291":2,"292":2,"30":3,"302":1,"31":6,"314":1,"32":1,"33":3,"34":16,"347":5,"35":11,"352":136,"36":25,"37":13,"38":65,"381":10,"383":9,"39":9,"391":3,"396":2,"40":10,"409":3,"41":11,"414":7,"415":18,"419":3,"42":8,"426":4,"43":12,"430":5,"433":7,"44":5,"45":2,"46":22,"48":15,"49":14,"5":64,"51":5,"52":1,"53":14,"56":8,"6":33,"63":2,"7":60,"8":25,"9":49,"all_client":19972,"all_tv_clinet":1964,"insert_time":"2014-08-23T18:47:56.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17881,"10":32,"107":85,"11":87,"12":6,"13":59,"14":34,"15":11,"155":3,"156":1,"159":1,"16":5,"160":4,"161":17,"17":2,"18":83,"19":13,"20":5,"209":14,"21":55,"210":3,"211":9,"214":2,"215":23,"221":37,"223":88,"224":10,"225":97,"23":48,"24":154,"25":56,"257":7,"26":40,"27":25,"273":8,"276":2,"279":40,"28":43,"281":1,"282":9,"291":2,"292":2,"30":3,"302":1,"31":6,"314":1,"32":1,"33":3,"34":16,"347":5,"35":10,"352":138,"36":25,"37":12,"38":61,"381":10,"383":10,"39":9,"391":3,"396":2,"40":10,"409":3,"41":13,"414":5,"415":19,"419":3,"42":9,"426":5,"43":12,"430":4,"433":6,"44":6,"45":3,"46":20,"48":13,"49":14,"5":66,"51":5,"52":1,"53":12,"56":6,"6":31,"63":2,"7":61,"8":25,"9":49,"all_client":19823,"all_tv_clinet":1942,"insert_time":"2014-08-23T18:48:56.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17743,"10":32,"107":89,"11":90,"12":6,"13":61,"14":32,"15":11,"155":3,"156":1,"159":1,"16":5,"160":2,"161":20,"17":2,"18":80,"19":13,"20":5,"209":14,"21":56,"210":3,"211":8,"214":2,"215":21,"221":35,"223":86,"224":10,"225":94,"23":51,"24":153,"25":57,"257":7,"26":39,"27":25,"273":8,"276":2,"279":39,"28":43,"281":1,"282":8,"291":2,"292":2,"30":3,"302":1,"31":7,"314":1,"32":2,"33":3,"34":17,"347":4,"35":10,"352":138,"36":25,"37":13,"38":63,"381":10,"383":10,"39":10,"391":3,"396":1,"40":8,"409":2,"41":13,"414":4,"415":19,"419":4,"42":9,"426":5,"43":12,"430":4,"433":6,"44":6,"45":2,"46":15,"48":13,"49":14,"5":65,"51":5,"52":1,"53":11,"56":5,"6":32,"63":2,"7":57,"8":23,"9":49,"all_client":19669,"all_tv_clinet":1926,"insert_time":"2014-08-23T18:49:56.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17608,"10":34,"107":91,"11":92,"12":6,"13":61,"14":30,"15":11,"155":3,"156":1,"16":3,"160":1,"161":21,"17":2,"18":80,"19":13,"20":4,"209":14,"21":58,"210":3,"211":8,"214":2,"215":21,"221":36,"223":83,"224":10,"225":91,"23":51,"24":149,"25":56,"257":8,"26":37,"27":26,"273":8,"276":2,"279":39,"28":43,"281":1,"282":8,"291":2,"292":2,"30":4,"302":1,"31":7,"314":1,"32":2,"33":3,"34":16,"347":4,"35":10,"352":138,"36":24,"37":12,"38":65,"381":11,"383":10,"39":9,"391":3,"40":8,"409":2,"41":14,"414":5,"415":21,"419":4,"42":9,"426":5,"43":13,"430":4,"433":6,"44":6,"45":1,"46":15,"48":13,"49":14,"5":61,"51":5,"52":1,"53":11,"56":5,"6":30,"63":2,"7":57,"8":25,"9":49,"all_client":19525,"all_tv_clinet":1917,"insert_time":"2014-08-23T18:50:56.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17459,"10":34,"107":92,"11":93,"12":6,"13":62,"14":29,"15":9,"155":3,"156":2,"16":6,"160":1,"161":22,"17":2,"18":75,"19":13,"20":4,"209":14,"21":60,"210":3,"211":7,"214":2,"215":22,"221":38,"223":83,"224":9,"225":91,"23":50,"24":147,"25":52,"257":8,"26":35,"27":26,"273":8,"276":2,"279":39,"28":42,"281":1,"282":6,"291":2,"292":2,"30":4,"302":1,"31":8,"314":1,"32":2,"33":3,"34":17,"347":3,"35":11,"352":136,"36":24,"37":12,"38":70,"381":10,"383":9,"39":8,"391":3,"40":8,"409":2,"41":13,"414":9,"415":18,"419":4,"42":9,"426":4,"43":14,"430":4,"433":6,"44":6,"46":14,"48":11,"49":16,"5":61,"51":5,"52":1,"53":10,"56":7,"6":28,"63":2,"7":60,"8":24,"9":47,"all_client":19366,"all_tv_clinet":1907,"insert_time":"2014-08-23T18:51:56.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17356,"10":33,"107":93,"11":93,"12":6,"13":62,"14":27,"15":9,"155":3,"156":2,"16":6,"160":1,"161":21,"17":2,"18":75,"19":11,"20":4,"209":13,"21":61,"210":3,"211":7,"214":2,"215":22,"221":39,"223":81,"224":9,"225":88,"23":50,"24":145,"25":50,"257":8,"26":36,"27":26,"273":8,"276":2,"279":38,"28":42,"281":1,"282":6,"291":2,"292":2,"30":4,"302":1,"31":8,"33":4,"34":17,"347":3,"35":11,"352":131,"36":23,"37":11,"38":70,"381":9,"383":10,"39":9,"391":3,"40":8,"409":2,"41":12,"414":9,"415":19,"419":3,"42":9,"426":4,"43":15,"430":4,"433":6,"44":5,"46":16,"48":11,"49":15,"5":61,"51":4,"52":1,"53":10,"56":7,"6":29,"63":2,"7":60,"8":23,"9":51,"all_client":19245,"all_tv_clinet":1889,"insert_time":"2014-08-23T18:52:56.923Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17265,"10":32,"107":94,"11":91,"12":6,"13":60,"14":26,"15":10,"155":3,"156":2,"16":6,"160":1,"161":20,"17":2,"18":76,"19":11,"20":4,"209":11,"21":60,"210":3,"211":7,"214":2,"215":22,"221":35,"223":79,"224":10,"225":91,"23":53,"24":145,"25":50,"257":8,"26":39,"27":27,"273":8,"276":2,"279":39,"28":40,"281":1,"282":6,"291":2,"292":2,"30":2,"302":1,"31":8,"33":4,"34":17,"347":3,"35":11,"352":124,"36":22,"37":11,"38":70,"381":8,"383":11,"39":8,"391":3,"40":9,"409":2,"41":15,"414":9,"415":17,"419":3,"42":8,"426":4,"43":15,"430":4,"433":6,"44":5,"46":15,"48":9,"49":16,"5":59,"51":4,"52":1,"53":9,"56":6,"6":28,"63":2,"7":60,"8":22,"9":49,"all_client":19131,"all_tv_clinet":1866,"insert_time":"2014-08-23T18:53:57.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17154,"10":33,"107":93,"11":90,"12":6,"13":62,"14":27,"15":10,"155":3,"156":1,"16":6,"161":16,"17":2,"18":76,"19":10,"20":4,"209":11,"21":58,"210":4,"211":7,"214":1,"215":22,"221":35,"223":78,"224":10,"225":87,"23":54,"24":141,"25":52,"257":9,"26":39,"27":26,"273":9,"276":2,"279":41,"28":38,"281":1,"282":6,"291":2,"292":3,"30":2,"302":1,"31":9,"32":1,"33":4,"34":18,"347":3,"35":11,"352":123,"36":21,"37":10,"38":71,"381":8,"383":11,"39":8,"391":2,"397":1,"40":11,"409":2,"41":15,"414":9,"415":18,"419":2,"42":9,"426":4,"43":15,"430":4,"433":6,"44":6,"46":15,"48":11,"49":16,"5":57,"51":4,"52":1,"53":9,"56":6,"6":26,"63":2,"7":55,"8":22,"9":46,"all_client":19004,"all_tv_clinet":1850,"insert_time":"2014-08-23T18:54:57.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17003,"10":33,"107":92,"11":88,"12":6,"13":60,"14":27,"15":9,"155":3,"156":1,"159":1,"16":6,"161":14,"17":2,"18":77,"19":8,"20":4,"209":11,"21":55,"210":4,"211":6,"214":1,"215":22,"221":34,"223":75,"224":9,"225":88,"23":52,"24":142,"25":50,"257":8,"26":39,"27":25,"273":9,"276":2,"279":41,"28":37,"281":1,"282":6,"291":2,"292":3,"30":2,"302":1,"31":9,"32":2,"33":4,"34":20,"347":4,"35":12,"352":126,"36":21,"37":11,"38":72,"381":8,"383":10,"39":9,"391":3,"397":1,"40":11,"409":2,"41":13,"414":9,"415":16,"419":2,"42":7,"426":4,"43":15,"430":4,"433":5,"44":6,"46":12,"48":12,"49":16,"5":52,"51":4,"52":1,"53":9,"56":6,"6":25,"63":2,"7":58,"8":22,"9":47,"all_client":18831,"all_tv_clinet":1828,"insert_time":"2014-08-23T18:55:57.292Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16878,"10":33,"107":95,"11":84,"12":6,"13":59,"14":27,"15":9,"155":3,"158":1,"159":1,"16":6,"161":15,"17":2,"18":77,"19":8,"20":4,"209":11,"21":53,"210":5,"211":6,"214":1,"215":21,"221":39,"223":74,"224":9,"225":88,"23":52,"24":139,"25":50,"257":7,"26":40,"27":25,"273":9,"276":2,"279":40,"28":37,"281":1,"282":7,"291":2,"292":3,"30":3,"302":1,"31":9,"32":2,"33":6,"34":20,"347":2,"35":12,"352":125,"36":19,"37":12,"38":69,"381":8,"383":9,"39":8,"391":4,"397":1,"40":10,"409":2,"41":8,"414":9,"415":15,"419":1,"42":8,"426":4,"43":15,"430":4,"433":5,"44":5,"46":11,"48":10,"49":13,"5":56,"51":4,"52":1,"53":9,"56":6,"6":26,"63":2,"7":57,"8":22,"9":49,"all_client":18691,"all_tv_clinet":1813,"insert_time":"2014-08-23T18:56:57.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16784,"10":33,"107":94,"11":83,"12":6,"13":58,"14":26,"15":9,"155":3,"158":1,"159":1,"16":4,"161":18,"17":1,"18":79,"19":8,"20":4,"209":12,"21":53,"210":6,"211":4,"214":1,"215":22,"221":40,"223":71,"224":8,"225":92,"23":51,"24":138,"25":49,"257":6,"26":42,"27":25,"273":8,"276":2,"279":41,"28":39,"281":1,"282":7,"291":2,"292":4,"30":4,"302":1,"31":9,"32":2,"33":6,"34":19,"347":2,"35":12,"352":117,"36":17,"37":12,"38":69,"381":5,"383":9,"39":8,"391":4,"397":1,"40":10,"409":2,"41":7,"414":7,"415":14,"419":1,"42":7,"426":5,"43":13,"430":4,"433":4,"44":5,"46":12,"48":8,"49":10,"5":57,"51":3,"52":1,"53":8,"56":6,"570":1,"6":27,"63":2,"7":58,"8":22,"9":50,"all_client":18577,"all_tv_clinet":1793,"insert_time":"2014-08-23T18:57:57.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16693,"10":31,"107":91,"11":86,"12":6,"13":58,"14":27,"15":9,"155":3,"158":1,"16":4,"161":19,"17":1,"18":80,"19":8,"20":4,"209":13,"21":52,"210":5,"211":5,"214":1,"215":21,"221":40,"223":71,"224":8,"225":91,"23":53,"24":137,"25":48,"257":7,"26":43,"27":25,"273":8,"276":2,"279":40,"28":39,"281":1,"282":6,"291":1,"292":4,"30":5,"302":1,"31":9,"32":1,"33":6,"34":17,"347":2,"35":11,"352":118,"36":15,"37":10,"38":71,"380":1,"381":5,"383":8,"39":9,"391":4,"397":1,"40":9,"409":2,"41":9,"414":7,"415":13,"419":1,"42":9,"426":5,"43":13,"430":4,"433":4,"44":5,"46":10,"48":9,"49":12,"5":56,"51":3,"52":1,"53":9,"56":6,"570":1,"6":27,"63":2,"7":59,"8":23,"9":47,"all_client":18482,"all_tv_clinet":1789,"insert_time":"2014-08-23T18:58:57.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16589,"10":31,"107":90,"11":85,"12":6,"13":60,"14":26,"15":9,"155":3,"16":5,"160":1,"161":19,"17":1,"18":80,"19":9,"20":4,"209":13,"21":55,"210":5,"211":4,"214":1,"215":21,"221":37,"223":72,"224":8,"225":93,"23":53,"24":133,"25":48,"257":7,"26":45,"27":25,"273":7,"276":2,"279":39,"28":37,"281":1,"282":6,"291":1,"292":4,"30":5,"302":1,"31":9,"32":1,"33":5,"34":17,"347":2,"35":12,"352":120,"36":12,"37":10,"38":68,"380":1,"381":5,"383":8,"39":9,"391":4,"397":1,"40":10,"409":3,"41":9,"414":7,"415":13,"419":1,"42":10,"426":4,"43":10,"430":3,"433":3,"44":4,"46":11,"48":9,"49":13,"5":52,"51":3,"52":1,"53":8,"56":7,"570":1,"6":27,"63":1,"7":59,"8":21,"9":44,"all_client":18359,"all_tv_clinet":1770,"insert_time":"2014-08-23T18:59:57.772Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16479,"10":32,"107":86,"11":83,"12":5,"13":63,"14":26,"15":8,"155":3,"16":5,"160":1,"161":19,"17":1,"18":78,"19":8,"20":3,"209":13,"21":52,"210":5,"211":4,"214":1,"215":22,"221":37,"223":75,"224":7,"225":93,"23":57,"24":131,"25":46,"257":6,"26":44,"27":25,"273":7,"276":2,"279":35,"28":39,"281":1,"282":5,"291":1,"292":4,"30":4,"31":8,"32":1,"33":5,"34":17,"347":2,"35":11,"352":124,"36":13,"37":11,"38":70,"380":1,"381":5,"383":8,"39":9,"391":4,"397":1,"40":10,"409":4,"41":8,"414":5,"415":14,"419":1,"42":10,"426":5,"43":11,"430":3,"433":3,"44":3,"46":11,"48":8,"49":13,"5":50,"51":4,"52":1,"53":8,"56":7,"570":1,"6":27,"63":1,"7":58,"8":20,"9":42,"all_client":18234,"all_tv_clinet":1755,"insert_time":"2014-08-23T19:00:57.920Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16382,"10":30,"107":80,"11":78,"12":5,"13":66,"14":25,"15":8,"155":3,"16":5,"160":1,"161":19,"167":1,"17":1,"18":73,"19":8,"20":3,"209":13,"21":50,"210":5,"211":3,"214":1,"215":21,"221":38,"223":74,"224":9,"225":96,"23":58,"24":132,"25":48,"257":6,"26":45,"27":26,"273":6,"276":2,"279":33,"28":40,"281":1,"282":6,"291":1,"292":4,"30":4,"31":9,"32":2,"33":6,"34":17,"347":1,"35":11,"352":126,"36":14,"37":11,"38":68,"380":1,"381":6,"383":7,"39":8,"391":4,"397":1,"40":10,"409":4,"41":7,"414":6,"415":14,"419":1,"42":10,"426":4,"43":11,"430":3,"433":3,"44":3,"46":12,"48":7,"49":12,"5":50,"51":4,"52":1,"53":7,"56":7,"570":1,"6":27,"63":1,"7":58,"8":19,"9":38,"all_client":18122,"all_tv_clinet":1740,"insert_time":"2014-08-23T19:01:58.114Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16273,"10":29,"107":77,"11":80,"12":5,"13":65,"14":24,"15":8,"155":3,"16":4,"160":1,"161":18,"167":1,"17":1,"18":70,"19":8,"20":3,"209":11,"21":47,"210":5,"211":3,"214":1,"215":21,"221":38,"223":72,"224":9,"225":98,"23":58,"24":128,"25":50,"257":5,"26":45,"27":26,"273":6,"276":1,"279":33,"28":41,"281":1,"282":6,"291":1,"292":4,"30":4,"31":9,"32":2,"33":5,"34":16,"347":2,"35":9,"352":130,"36":16,"37":10,"38":62,"380":1,"381":7,"383":7,"39":8,"391":4,"397":1,"40":10,"409":3,"41":7,"414":7,"415":16,"419":1,"42":11,"426":4,"43":12,"430":2,"433":3,"44":3,"45":1,"46":13,"48":8,"49":9,"5":51,"51":4,"52":1,"53":7,"56":7,"570":1,"6":28,"63":1,"7":59,"8":20,"9":37,"all_client":17999,"all_tv_clinet":1726,"insert_time":"2014-08-23T19:02:58.228Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16175,"10":30,"107":80,"11":80,"12":5,"13":64,"14":23,"15":8,"155":3,"16":4,"160":1,"161":15,"167":1,"17":1,"18":68,"19":9,"20":3,"209":10,"21":47,"210":5,"211":3,"214":1,"215":19,"221":31,"223":70,"224":10,"225":108,"23":59,"24":125,"25":49,"257":5,"26":45,"27":26,"273":6,"276":1,"279":31,"28":39,"281":1,"282":5,"292":4,"30":4,"31":9,"32":2,"33":5,"34":15,"347":1,"35":8,"352":124,"36":16,"37":9,"38":58,"380":2,"381":7,"383":8,"39":8,"391":4,"397":1,"40":10,"409":3,"41":8,"414":8,"415":17,"419":1,"42":12,"426":2,"43":11,"430":2,"433":3,"44":4,"45":1,"46":13,"48":9,"49":10,"5":49,"51":4,"52":1,"53":7,"56":7,"570":1,"6":28,"63":1,"7":60,"8":20,"9":37,"all_client":17880,"all_tv_clinet":1705,"insert_time":"2014-08-23T19:03:58.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16085,"10":30,"107":78,"11":77,"12":4,"13":62,"14":22,"15":8,"155":3,"16":4,"160":1,"161":15,"167":1,"17":1,"18":68,"19":8,"20":2,"209":11,"21":48,"210":5,"211":3,"214":1,"215":20,"221":32,"223":70,"224":11,"225":105,"23":64,"24":123,"25":48,"257":5,"26":41,"27":27,"273":6,"276":1,"279":28,"28":38,"281":1,"282":4,"292":5,"30":3,"31":7,"32":2,"33":4,"34":15,"347":1,"35":8,"352":120,"36":18,"37":10,"38":54,"380":2,"381":7,"383":9,"39":9,"391":4,"397":1,"40":10,"409":4,"41":9,"414":7,"415":15,"419":1,"42":14,"426":2,"43":12,"430":2,"433":3,"44":4,"45":2,"46":13,"48":9,"49":10,"5":54,"51":4,"52":1,"53":7,"56":7,"570":1,"6":25,"63":1,"7":57,"8":20,"9":36,"all_client":17770,"all_tv_clinet":1685,"insert_time":"2014-08-23T19:04:58.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15969,"10":30,"107":75,"11":76,"12":4,"13":63,"14":21,"15":8,"155":3,"158":1,"16":4,"160":1,"161":17,"167":1,"17":1,"18":68,"19":8,"20":2,"209":10,"21":47,"210":5,"211":2,"214":1,"215":21,"221":32,"223":66,"224":11,"225":101,"23":62,"24":117,"25":45,"257":7,"26":42,"27":29,"273":6,"276":1,"279":29,"28":39,"281":1,"282":4,"292":5,"30":2,"31":7,"32":2,"33":5,"34":15,"347":1,"35":9,"352":118,"36":17,"37":10,"38":55,"380":3,"381":7,"383":9,"39":8,"391":4,"397":1,"40":10,"409":4,"41":9,"414":6,"415":15,"419":1,"42":13,"426":2,"43":11,"430":2,"433":3,"44":5,"45":2,"46":12,"48":9,"49":9,"5":51,"51":3,"52":3,"53":7,"56":7,"570":1,"6":26,"63":1,"7":58,"8":21,"9":33,"all_client":17632,"all_tv_clinet":1663,"insert_time":"2014-08-23T19:05:58.724Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15864,"10":30,"107":77,"11":77,"12":4,"13":62,"14":21,"15":8,"155":3,"158":1,"16":3,"160":1,"161":19,"167":1,"17":1,"18":69,"19":8,"20":2,"209":10,"21":45,"210":4,"211":2,"214":1,"215":22,"221":28,"223":65,"224":11,"225":93,"23":62,"24":120,"25":45,"257":7,"26":44,"27":29,"273":6,"276":1,"279":25,"28":39,"281":1,"282":4,"292":4,"30":2,"31":8,"32":2,"33":5,"34":15,"347":1,"35":8,"352":119,"36":18,"37":10,"38":55,"380":3,"381":7,"383":8,"39":8,"391":4,"396":1,"397":1,"40":12,"409":3,"41":9,"414":6,"415":14,"419":1,"42":14,"426":2,"43":12,"430":2,"433":3,"44":5,"45":2,"46":12,"48":9,"49":9,"5":52,"51":2,"52":3,"53":9,"56":7,"570":1,"6":24,"63":1,"7":59,"8":23,"9":33,"all_client":17523,"all_tv_clinet":1659,"insert_time":"2014-08-23T19:06:58.918Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15765,"10":28,"107":76,"11":78,"12":3,"13":60,"14":19,"15":8,"155":3,"158":1,"16":3,"160":1,"161":18,"167":1,"17":1,"18":70,"19":8,"20":2,"209":9,"21":46,"210":4,"211":3,"214":1,"215":24,"221":26,"223":64,"224":11,"225":92,"23":63,"24":119,"25":44,"257":7,"26":43,"27":29,"273":6,"276":1,"279":23,"28":42,"281":1,"282":4,"292":4,"30":2,"31":7,"32":2,"33":5,"34":14,"347":1,"35":8,"352":120,"36":18,"37":9,"38":50,"380":3,"381":7,"383":9,"39":8,"391":4,"396":1,"397":1,"40":13,"409":2,"41":10,"414":6,"415":16,"419":1,"42":14,"426":1,"43":12,"430":3,"433":3,"44":5,"45":2,"46":16,"48":9,"49":9,"5":49,"51":2,"52":3,"53":9,"56":7,"570":1,"6":24,"63":1,"7":57,"8":27,"9":29,"all_client":17411,"all_tv_clinet":1646,"insert_time":"2014-08-23T19:07:59.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15658,"10":26,"107":77,"11":78,"12":3,"13":61,"14":21,"15":7,"155":3,"16":3,"160":1,"161":17,"167":1,"17":1,"18":69,"19":7,"20":2,"209":9,"21":46,"210":4,"211":2,"214":1,"215":24,"221":25,"223":64,"224":11,"225":86,"23":66,"24":117,"25":44,"257":7,"26":44,"27":28,"273":6,"276":1,"279":21,"28":41,"281":1,"282":3,"292":4,"30":2,"31":7,"314":1,"32":2,"33":5,"34":12,"347":1,"35":8,"352":121,"36":20,"37":9,"38":49,"380":3,"381":7,"383":9,"39":7,"391":4,"396":1,"397":1,"40":13,"409":2,"41":10,"414":6,"415":15,"419":1,"42":15,"426":1,"43":11,"430":3,"433":3,"44":5,"45":2,"46":16,"48":9,"49":9,"5":47,"51":2,"52":3,"53":10,"56":7,"570":1,"6":24,"63":1,"7":58,"8":27,"9":30,"all_client":17290,"all_tv_clinet":1632,"insert_time":"2014-08-23T19:08:59.154Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15552,"10":25,"107":71,"11":79,"12":3,"13":61,"14":21,"15":8,"155":3,"16":2,"160":1,"161":14,"167":1,"17":1,"18":71,"19":6,"20":2,"209":10,"21":46,"210":4,"211":2,"214":1,"215":23,"221":25,"223":65,"224":12,"225":81,"23":64,"24":115,"25":45,"257":7,"26":44,"27":31,"273":8,"276":1,"279":20,"28":41,"281":1,"282":4,"292":5,"30":2,"31":6,"314":1,"32":4,"33":6,"34":11,"347":2,"35":8,"352":127,"36":21,"37":8,"38":51,"380":3,"381":6,"383":8,"39":7,"391":4,"396":1,"40":12,"409":2,"41":9,"414":6,"415":15,"419":1,"42":15,"43":12,"430":3,"433":3,"44":4,"45":2,"46":16,"48":11,"49":9,"5":46,"51":2,"52":3,"53":9,"56":7,"570":1,"6":24,"63":1,"7":57,"79":1,"8":26,"9":30,"all_client":17179,"all_tv_clinet":1627,"insert_time":"2014-08-23T19:09:59.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15427,"10":24,"107":73,"11":78,"12":3,"13":61,"14":21,"15":7,"155":3,"16":4,"160":2,"161":13,"167":2,"17":1,"18":71,"19":5,"20":2,"209":11,"21":49,"210":4,"211":1,"214":1,"215":23,"221":26,"223":64,"224":12,"225":82,"23":61,"24":117,"25":43,"257":7,"26":44,"27":31,"273":7,"276":1,"279":21,"28":40,"281":1,"282":4,"292":4,"30":2,"31":5,"314":1,"32":4,"33":6,"34":11,"347":2,"35":8,"352":131,"36":22,"37":8,"38":50,"380":3,"381":6,"383":8,"39":9,"391":4,"396":1,"40":12,"409":2,"41":7,"414":6,"415":16,"419":1,"42":15,"43":11,"430":3,"433":3,"44":4,"45":2,"46":15,"48":11,"49":9,"5":48,"51":2,"52":3,"53":9,"56":7,"570":1,"6":23,"63":1,"7":57,"79":1,"8":24,"9":28,"all_client":17053,"all_tv_clinet":1626,"insert_time":"2014-08-23T19:10:59.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15326,"10":24,"107":75,"11":79,"12":3,"13":58,"14":24,"15":7,"155":3,"16":4,"160":1,"161":14,"167":2,"17":1,"18":73,"19":5,"20":1,"209":11,"21":48,"210":4,"211":2,"214":1,"215":22,"221":25,"223":63,"224":12,"225":80,"23":60,"24":114,"25":39,"257":7,"26":44,"27":29,"273":7,"276":1,"279":22,"28":39,"281":1,"282":4,"292":4,"30":2,"31":5,"314":1,"32":4,"33":6,"34":10,"347":2,"35":9,"352":128,"36":20,"37":8,"38":51,"380":3,"381":6,"383":7,"39":8,"391":4,"396":1,"40":9,"409":2,"41":7,"414":7,"415":17,"419":1,"42":15,"43":12,"430":3,"433":3,"44":5,"45":2,"46":16,"48":11,"49":11,"5":51,"51":2,"52":3,"53":8,"56":8,"570":1,"6":21,"63":1,"7":54,"79":1,"8":23,"9":25,"all_client":16933,"all_tv_clinet":1607,"insert_time":"2014-08-23T19:11:59.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15212,"10":24,"107":76,"11":77,"12":4,"13":56,"14":26,"15":7,"155":3,"156":1,"16":4,"160":2,"161":15,"167":2,"17":1,"18":72,"19":5,"20":1,"209":10,"21":50,"210":4,"211":2,"214":1,"215":19,"221":28,"223":61,"224":11,"225":76,"23":56,"24":116,"25":40,"257":8,"26":44,"27":29,"273":7,"276":1,"279":21,"28":40,"281":1,"282":3,"292":4,"30":2,"31":4,"314":1,"32":4,"33":7,"34":9,"347":2,"35":9,"352":130,"36":22,"37":7,"38":46,"380":3,"381":6,"383":7,"39":8,"391":4,"396":1,"40":9,"409":2,"41":7,"414":8,"415":20,"419":1,"42":15,"426":1,"43":10,"430":3,"433":3,"44":5,"45":2,"46":15,"48":12,"49":11,"5":54,"51":3,"52":2,"53":7,"56":7,"570":1,"6":23,"63":1,"7":51,"79":1,"8":24,"80":1,"9":24,"all_client":16815,"all_tv_clinet":1603,"insert_time":"2014-08-23T19:12:59.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15099,"10":24,"107":74,"11":76,"12":3,"13":54,"14":27,"15":7,"155":3,"156":1,"16":4,"160":1,"161":15,"167":2,"17":1,"18":70,"19":5,"20":1,"209":10,"21":51,"210":4,"211":2,"214":1,"215":20,"221":26,"223":61,"224":11,"225":76,"23":54,"24":118,"25":41,"257":8,"26":39,"27":31,"273":7,"276":1,"279":20,"28":42,"281":1,"282":3,"292":5,"30":2,"31":3,"314":2,"32":4,"33":7,"34":9,"347":2,"35":9,"352":132,"36":22,"37":7,"38":41,"380":3,"381":6,"383":7,"39":9,"391":4,"396":1,"40":8,"409":2,"41":6,"414":8,"415":21,"419":1,"42":14,"426":1,"43":10,"430":3,"433":3,"44":5,"45":2,"46":15,"48":11,"49":11,"5":55,"51":4,"52":2,"53":8,"56":6,"570":1,"6":25,"63":1,"7":51,"79":1,"8":23,"80":1,"9":21,"all_client":16689,"all_tv_clinet":1590,"insert_time":"2014-08-23T19:13:59.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15001,"10":21,"107":72,"11":75,"12":3,"13":54,"14":27,"15":6,"155":3,"156":1,"16":4,"160":1,"161":16,"167":2,"17":1,"18":72,"19":5,"20":1,"209":10,"21":52,"210":4,"211":2,"214":1,"215":19,"221":25,"223":58,"224":11,"225":78,"23":50,"24":123,"25":41,"257":9,"26":34,"27":31,"273":7,"276":1,"279":20,"28":41,"281":1,"282":4,"292":5,"30":2,"31":4,"314":1,"32":5,"33":7,"34":8,"347":2,"35":9,"352":131,"36":23,"37":8,"38":39,"380":3,"381":6,"383":7,"39":9,"391":4,"396":1,"40":11,"409":2,"41":7,"414":9,"415":19,"419":1,"42":13,"426":1,"43":8,"430":3,"433":3,"44":5,"45":3,"46":13,"48":10,"49":12,"5":52,"51":4,"52":3,"53":6,"56":5,"570":1,"6":25,"63":1,"7":49,"79":2,"8":22,"80":1,"9":22,"all_client":16574,"all_tv_clinet":1573,"insert_time":"2014-08-23T19:14:59.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14881,"10":21,"107":71,"11":76,"12":3,"13":54,"14":25,"15":6,"155":3,"156":1,"159":1,"16":6,"160":1,"161":16,"167":2,"17":1,"18":70,"19":5,"20":1,"209":12,"21":53,"210":4,"211":3,"214":1,"215":21,"221":26,"223":55,"224":11,"225":83,"23":46,"24":121,"25":39,"257":8,"26":29,"27":31,"273":8,"276":1,"279":18,"28":41,"281":1,"282":5,"292":5,"30":2,"302":1,"31":5,"314":1,"32":5,"33":7,"34":8,"347":3,"35":9,"352":121,"36":23,"37":8,"38":36,"380":3,"381":6,"383":7,"39":9,"391":3,"396":1,"40":11,"409":2,"41":7,"414":9,"415":18,"419":1,"42":15,"426":1,"43":8,"430":3,"433":2,"44":4,"45":2,"46":14,"48":11,"49":11,"5":51,"51":4,"52":3,"53":6,"56":5,"570":1,"6":25,"63":1,"7":50,"79":2,"8":23,"80":1,"9":23,"all_client":16438,"all_tv_clinet":1557,"insert_time":"2014-08-23T19:16:00.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14785,"10":20,"107":75,"11":74,"12":3,"13":50,"14":26,"15":6,"155":5,"156":1,"159":1,"16":6,"160":1,"161":16,"167":2,"17":1,"18":69,"19":5,"20":1,"209":11,"21":54,"210":4,"211":3,"214":1,"215":20,"221":28,"223":54,"224":12,"225":85,"23":44,"24":120,"25":39,"257":9,"26":29,"27":30,"273":7,"276":1,"279":18,"28":40,"281":1,"282":6,"292":4,"30":2,"302":1,"31":5,"314":1,"32":4,"33":7,"34":9,"347":3,"35":9,"352":117,"36":24,"37":8,"38":39,"380":2,"381":6,"383":6,"39":10,"391":3,"396":1,"40":11,"409":2,"41":9,"414":10,"415":16,"419":1,"42":14,"426":1,"43":8,"430":3,"433":2,"44":6,"45":2,"46":15,"48":11,"49":8,"5":51,"51":3,"52":3,"53":6,"56":5,"570":1,"6":26,"63":1,"7":53,"79":1,"8":23,"80":1,"9":25,"all_client":16342,"all_tv_clinet":1557,"insert_time":"2014-08-23T19:17:00.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14702,"10":19,"107":85,"11":73,"12":3,"13":52,"14":24,"15":6,"155":6,"156":1,"159":1,"16":7,"160":1,"161":16,"167":2,"17":1,"18":72,"19":5,"20":1,"209":11,"21":55,"210":4,"211":3,"214":1,"215":18,"221":26,"223":55,"224":12,"225":78,"23":44,"24":125,"25":40,"257":9,"26":28,"27":30,"273":7,"276":1,"279":16,"28":40,"281":1,"282":6,"292":4,"30":2,"302":1,"31":6,"314":1,"32":4,"33":7,"34":9,"347":3,"35":9,"352":115,"36":25,"37":9,"38":39,"380":2,"381":6,"383":6,"39":9,"391":3,"396":1,"40":11,"409":2,"41":10,"414":8,"415":17,"419":1,"42":14,"426":1,"43":8,"430":3,"433":2,"44":5,"45":1,"46":14,"48":9,"49":7,"5":54,"51":3,"52":3,"53":6,"56":5,"570":1,"6":26,"63":3,"7":53,"79":1,"8":22,"80":1,"9":24,"all_client":16263,"all_tv_clinet":1561,"insert_time":"2014-08-23T19:18:00.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14621,"10":18,"107":86,"11":70,"12":3,"13":49,"14":24,"15":6,"155":6,"156":1,"16":7,"160":1,"161":16,"167":3,"17":1,"18":73,"19":6,"20":1,"209":11,"21":55,"210":4,"211":3,"214":1,"215":20,"221":26,"223":56,"224":12,"225":80,"23":44,"24":128,"25":40,"257":9,"26":27,"27":27,"273":7,"279":15,"28":41,"281":1,"282":6,"292":3,"30":2,"302":1,"31":7,"314":1,"32":5,"33":7,"34":12,"347":2,"35":9,"352":113,"36":26,"37":9,"38":37,"380":3,"381":6,"383":6,"39":10,"391":4,"40":9,"409":2,"41":9,"414":7,"415":16,"419":1,"42":11,"426":2,"43":9,"430":3,"433":2,"44":6,"45":1,"46":13,"48":9,"49":7,"5":58,"51":3,"52":3,"53":6,"56":4,"570":1,"6":26,"63":3,"7":50,"79":1,"8":21,"80":1,"9":23,"all_client":16175,"all_tv_clinet":1554,"insert_time":"2014-08-23T19:19:00.423Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14510,"10":18,"107":83,"11":72,"12":3,"13":53,"14":25,"15":6,"155":5,"156":1,"16":6,"160":1,"161":15,"167":3,"17":1,"18":72,"19":6,"20":1,"209":9,"21":56,"210":4,"211":3,"214":1,"215":20,"221":27,"223":52,"224":11,"225":78,"23":44,"24":129,"25":40,"257":9,"26":26,"27":28,"273":8,"279":14,"28":42,"281":1,"282":8,"292":3,"30":3,"302":1,"31":8,"314":1,"32":5,"33":7,"34":12,"347":2,"35":8,"352":112,"36":26,"37":10,"38":38,"380":3,"381":5,"383":7,"39":11,"391":4,"40":9,"409":2,"41":8,"414":7,"415":16,"419":1,"42":11,"426":2,"43":9,"430":3,"433":2,"44":4,"45":2,"46":12,"48":9,"49":9,"5":58,"51":4,"52":3,"53":6,"56":4,"570":1,"6":24,"63":3,"7":49,"79":1,"8":20,"80":1,"9":23,"all_client":16060,"all_tv_clinet":1550,"insert_time":"2014-08-23T19:20:00.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14419,"10":17,"107":76,"11":75,"12":3,"13":52,"14":24,"15":6,"155":4,"156":1,"16":5,"160":1,"161":14,"167":3,"17":1,"18":71,"19":6,"20":1,"209":9,"21":54,"210":4,"211":3,"214":1,"215":18,"221":23,"223":52,"224":11,"225":78,"23":42,"24":131,"25":37,"257":7,"26":23,"27":28,"273":8,"279":13,"28":44,"281":1,"282":7,"292":4,"30":3,"302":1,"31":8,"314":1,"32":4,"33":7,"34":13,"347":1,"35":8,"352":113,"36":26,"37":10,"38":42,"380":3,"381":5,"383":8,"39":10,"391":4,"40":9,"409":2,"41":7,"414":7,"415":17,"419":1,"42":9,"426":2,"43":10,"430":3,"433":2,"44":4,"45":2,"46":14,"48":9,"49":9,"5":58,"51":4,"52":3,"53":7,"56":4,"6":22,"63":3,"7":50,"79":1,"8":21,"80":1,"9":25,"all_client":15950,"all_tv_clinet":1531,"insert_time":"2014-08-23T19:21:00.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14321,"10":17,"107":76,"11":71,"12":4,"13":54,"14":24,"15":5,"155":3,"156":1,"16":5,"160":1,"161":15,"167":3,"17":1,"18":73,"19":5,"20":1,"209":10,"21":56,"210":4,"211":3,"214":1,"215":16,"221":21,"223":52,"224":11,"225":80,"23":40,"24":129,"25":37,"257":7,"26":23,"27":27,"273":7,"279":14,"28":44,"281":1,"282":7,"292":4,"30":3,"31":9,"314":1,"32":4,"33":6,"34":11,"347":1,"35":8,"352":115,"36":25,"37":10,"38":45,"380":3,"381":5,"383":8,"39":10,"391":4,"397":1,"40":9,"409":2,"41":7,"414":7,"415":17,"419":1,"42":9,"426":2,"43":11,"430":3,"433":2,"44":4,"45":2,"46":14,"48":9,"49":8,"5":57,"51":4,"52":3,"53":9,"56":4,"6":22,"63":3,"7":50,"79":1,"8":21,"80":1,"9":25,"all_client":15850,"all_tv_clinet":1529,"insert_time":"2014-08-23T19:22:00.789Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14220,"10":17,"107":77,"11":71,"12":4,"13":55,"14":24,"15":5,"155":3,"156":1,"16":6,"160":1,"161":14,"167":2,"17":1,"18":76,"19":5,"20":1,"209":11,"21":54,"210":4,"211":3,"214":1,"215":16,"221":23,"223":54,"224":11,"225":80,"23":37,"24":130,"25":37,"257":7,"26":20,"27":30,"273":7,"279":14,"28":44,"281":1,"282":5,"292":4,"30":2,"31":8,"314":1,"32":5,"33":6,"34":11,"347":1,"35":8,"352":115,"36":25,"37":10,"38":45,"380":3,"381":5,"383":7,"39":10,"391":4,"397":1,"40":9,"409":2,"41":7,"414":7,"415":16,"419":1,"42":11,"426":2,"43":12,"430":3,"433":2,"44":4,"45":2,"46":13,"48":9,"49":7,"5":56,"51":4,"52":3,"53":8,"56":4,"6":22,"63":3,"7":51,"79":1,"8":22,"80":1,"9":24,"all_client":15749,"all_tv_clinet":1529,"insert_time":"2014-08-23T19:23:00.885Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14126,"10":16,"107":72,"11":76,"12":4,"13":54,"14":25,"15":5,"155":3,"156":1,"16":7,"160":2,"161":14,"167":2,"17":1,"18":76,"19":5,"20":1,"209":12,"21":51,"210":4,"211":3,"214":1,"215":17,"221":26,"223":52,"224":10,"225":81,"23":33,"24":130,"25":38,"257":7,"26":17,"268":1,"27":31,"273":6,"279":14,"28":43,"281":1,"282":5,"292":4,"30":2,"31":10,"314":1,"32":6,"33":8,"34":11,"347":1,"35":8,"352":110,"36":24,"37":9,"38":51,"380":3,"381":5,"383":7,"39":9,"391":4,"397":1,"40":9,"409":2,"41":7,"414":6,"415":16,"419":1,"42":10,"426":2,"43":11,"430":3,"433":2,"44":4,"45":2,"46":14,"48":8,"49":6,"5":56,"51":5,"52":2,"53":7,"56":3,"6":22,"63":3,"7":50,"79":1,"8":23,"80":1,"9":25,"all_client":15648,"all_tv_clinet":1522,"insert_time":"2014-08-23T19:24:00.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14034,"10":14,"107":69,"11":76,"12":4,"13":56,"14":25,"15":5,"155":3,"156":1,"16":8,"160":2,"161":14,"167":2,"17":1,"18":75,"19":5,"20":2,"209":10,"21":52,"210":4,"211":3,"214":1,"215":16,"221":26,"223":49,"224":10,"225":74,"23":37,"24":127,"25":39,"257":6,"26":17,"268":1,"27":33,"273":6,"279":13,"28":42,"281":1,"282":5,"292":4,"30":2,"31":11,"314":1,"32":6,"33":7,"34":11,"347":1,"35":9,"352":109,"36":21,"37":9,"38":51,"380":3,"381":5,"383":7,"39":8,"391":5,"397":1,"40":12,"409":2,"41":7,"414":7,"415":17,"419":1,"42":9,"43":12,"430":3,"433":2,"44":4,"45":2,"46":14,"48":6,"49":7,"5":58,"51":5,"52":2,"53":6,"56":4,"6":22,"63":3,"7":47,"79":1,"8":22,"80":1,"9":25,"all_client":15540,"all_tv_clinet":1506,"insert_time":"2014-08-23T19:25:01.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13967,"10":14,"107":64,"11":74,"12":4,"13":58,"14":23,"15":6,"155":4,"156":1,"16":7,"160":1,"161":14,"167":2,"17":1,"18":76,"19":5,"20":2,"209":9,"21":48,"210":4,"211":3,"214":1,"215":15,"221":26,"223":47,"224":8,"225":74,"23":36,"24":127,"25":38,"257":5,"26":17,"268":1,"27":30,"273":5,"279":13,"28":40,"281":1,"282":5,"292":4,"30":2,"31":11,"314":1,"32":6,"33":7,"34":9,"347":1,"35":11,"352":114,"36":20,"37":8,"38":51,"380":3,"381":5,"383":7,"39":9,"391":5,"397":1,"40":12,"409":2,"41":7,"414":8,"415":16,"419":1,"42":10,"43":13,"430":2,"433":2,"44":5,"45":2,"46":14,"48":6,"49":7,"5":58,"51":4,"52":2,"53":5,"56":4,"6":23,"63":3,"7":47,"79":1,"8":18,"9":24,"all_client":15447,"all_tv_clinet":1480,"insert_time":"2014-08-23T19:26:01.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13870,"10":13,"107":67,"11":74,"12":4,"13":62,"14":21,"15":5,"155":4,"156":1,"16":9,"161":14,"167":2,"17":1,"18":77,"19":5,"20":2,"209":9,"21":51,"210":5,"211":3,"214":1,"215":14,"221":24,"223":49,"224":8,"225":74,"23":39,"24":126,"25":38,"257":4,"26":16,"268":1,"27":30,"273":5,"279":11,"28":36,"281":1,"282":4,"292":4,"30":2,"31":10,"314":1,"32":6,"33":7,"34":7,"347":1,"35":12,"352":112,"36":21,"37":7,"38":55,"380":2,"381":4,"383":8,"39":8,"391":5,"397":1,"40":13,"409":1,"41":6,"414":6,"415":16,"419":1,"42":12,"426":1,"43":11,"430":2,"433":2,"44":5,"45":1,"46":12,"48":6,"49":7,"5":58,"51":3,"52":2,"53":5,"56":4,"6":23,"63":3,"7":49,"79":1,"8":14,"9":23,"all_client":15340,"all_tv_clinet":1470,"insert_time":"2014-08-23T19:27:01.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13783,"10":13,"107":66,"11":77,"12":4,"13":64,"14":20,"15":5,"155":4,"16":8,"161":13,"167":2,"17":1,"18":74,"19":6,"20":2,"209":10,"21":50,"210":5,"211":4,"214":1,"215":13,"221":22,"223":46,"224":8,"225":72,"23":41,"24":122,"25":37,"257":5,"26":16,"268":1,"27":29,"273":4,"279":10,"28":38,"281":1,"282":4,"292":4,"30":2,"31":10,"314":1,"32":5,"33":7,"34":6,"347":1,"35":12,"352":109,"36":22,"37":7,"38":53,"380":1,"381":4,"383":8,"39":9,"391":5,"396":2,"397":1,"40":13,"409":1,"41":6,"414":5,"415":15,"419":1,"42":12,"426":2,"43":10,"430":2,"433":2,"44":5,"45":1,"46":12,"48":6,"49":8,"5":57,"51":3,"52":2,"53":5,"56":4,"6":22,"63":3,"7":51,"79":1,"8":14,"9":22,"all_client":15235,"all_tv_clinet":1452,"insert_time":"2014-08-23T19:28:01.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13703,"10":13,"107":66,"11":77,"12":4,"13":62,"14":20,"15":4,"155":4,"16":7,"161":11,"167":3,"17":1,"18":72,"19":6,"20":2,"209":10,"21":47,"210":5,"211":3,"214":1,"215":13,"221":22,"223":47,"224":8,"225":71,"23":41,"24":120,"25":37,"257":7,"26":14,"268":1,"27":29,"273":4,"279":10,"28":39,"281":1,"282":4,"292":4,"30":2,"31":10,"314":1,"32":5,"33":6,"34":5,"347":1,"35":12,"352":108,"36":22,"37":7,"38":54,"380":1,"381":4,"383":8,"39":9,"391":5,"396":2,"397":1,"40":14,"409":1,"41":7,"414":4,"415":15,"419":1,"42":10,"426":3,"43":8,"430":2,"433":2,"44":5,"45":1,"46":13,"48":6,"49":8,"5":57,"51":4,"52":2,"53":3,"56":3,"6":20,"63":3,"7":50,"79":1,"8":14,"9":24,"all_client":15137,"all_tv_clinet":1434,"insert_time":"2014-08-23T19:29:01.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13642,"10":13,"107":65,"11":78,"12":4,"13":58,"14":18,"15":4,"155":4,"16":7,"161":11,"167":3,"17":1,"18":75,"19":6,"20":3,"209":11,"21":47,"210":6,"211":3,"214":1,"215":12,"221":23,"223":47,"224":8,"225":64,"23":41,"24":117,"25":36,"257":6,"26":15,"27":28,"273":4,"279":9,"28":41,"281":1,"282":4,"292":4,"30":2,"31":10,"314":1,"32":4,"33":6,"34":5,"347":1,"35":12,"352":112,"36":19,"37":8,"38":52,"381":3,"383":7,"39":8,"391":5,"396":2,"397":1,"40":14,"409":1,"41":8,"414":4,"415":15,"419":1,"42":9,"426":3,"43":9,"430":2,"433":2,"44":5,"45":2,"46":13,"48":7,"49":8,"5":57,"51":3,"52":3,"53":3,"56":3,"6":22,"63":3,"7":53,"8":14,"9":22,"all_client":15064,"all_tv_clinet":1422,"insert_time":"2014-08-23T19:30:01.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13554,"10":13,"107":65,"11":79,"12":4,"13":62,"14":17,"15":5,"155":4,"16":7,"161":12,"167":3,"17":1,"18":76,"19":5,"20":3,"209":11,"21":48,"210":6,"211":3,"214":1,"215":12,"221":25,"223":46,"224":8,"225":64,"23":40,"24":116,"25":38,"257":6,"26":15,"27":28,"273":4,"279":7,"28":42,"281":1,"282":4,"292":4,"30":2,"31":10,"314":1,"32":4,"33":5,"34":4,"347":1,"35":12,"352":108,"36":19,"37":8,"38":51,"381":3,"383":7,"39":8,"391":5,"396":2,"397":1,"40":15,"41":8,"414":4,"415":12,"42":9,"426":3,"43":8,"430":2,"433":1,"44":4,"45":2,"46":14,"48":6,"49":7,"5":57,"51":3,"52":4,"53":4,"56":3,"6":21,"63":3,"7":53,"8":14,"9":22,"all_client":14969,"all_tv_clinet":1415,"insert_time":"2014-08-23T19:31:02.274Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13462,"10":13,"107":63,"11":80,"12":4,"13":60,"14":17,"15":4,"155":4,"16":7,"161":13,"167":3,"17":1,"18":77,"19":5,"20":3,"209":11,"21":47,"210":6,"211":3,"214":1,"215":11,"221":28,"223":46,"224":9,"225":66,"23":39,"24":110,"25":42,"257":6,"26":16,"27":28,"273":4,"279":6,"28":42,"281":1,"282":4,"292":4,"30":2,"31":8,"314":1,"32":4,"33":6,"34":4,"347":1,"35":13,"352":108,"36":17,"37":8,"38":48,"381":2,"383":6,"39":10,"391":4,"396":2,"397":1,"40":15,"41":7,"414":4,"415":11,"42":9,"426":2,"43":8,"430":2,"433":1,"44":4,"45":3,"46":15,"48":5,"49":7,"5":58,"51":3,"52":4,"53":5,"56":3,"6":17,"63":3,"7":55,"8":11,"9":22,"all_client":14865,"all_tv_clinet":1403,"insert_time":"2014-08-23T19:32:02.370Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13377,"10":14,"107":56,"11":78,"12":4,"13":60,"14":17,"15":4,"155":4,"16":6,"161":14,"167":3,"17":1,"18":74,"19":5,"20":2,"209":11,"21":48,"210":5,"211":3,"214":1,"215":11,"221":29,"223":46,"224":8,"225":69,"23":39,"24":109,"25":44,"257":6,"26":18,"27":28,"273":5,"279":6,"28":42,"281":1,"282":4,"292":4,"30":2,"31":9,"314":1,"32":4,"33":6,"34":5,"347":1,"35":12,"352":101,"36":17,"37":8,"38":50,"381":2,"383":6,"39":9,"391":4,"396":2,"397":1,"40":13,"41":8,"414":5,"415":11,"42":9,"426":1,"43":11,"430":2,"433":1,"44":4,"45":3,"46":16,"48":6,"49":6,"5":59,"51":5,"52":2,"53":5,"56":3,"6":17,"63":3,"7":52,"8":12,"9":21,"all_client":14771,"all_tv_clinet":1394,"insert_time":"2014-08-23T19:33:02.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13283,"10":15,"107":60,"11":78,"12":3,"13":58,"14":19,"15":4,"155":4,"16":6,"161":14,"167":3,"17":1,"18":73,"19":5,"20":2,"209":10,"21":47,"210":5,"211":3,"214":1,"215":12,"221":27,"223":48,"224":9,"225":64,"23":40,"24":108,"25":46,"257":6,"26":18,"27":28,"273":5,"279":6,"28":43,"281":1,"282":3,"292":5,"30":2,"31":6,"314":1,"32":4,"33":6,"34":5,"347":1,"35":13,"352":102,"36":16,"37":9,"38":52,"381":2,"383":7,"39":9,"391":4,"396":2,"40":11,"41":8,"414":5,"415":9,"42":8,"426":1,"43":12,"430":2,"433":1,"44":4,"45":3,"46":17,"48":7,"49":7,"5":59,"51":5,"52":1,"53":6,"56":3,"6":14,"63":3,"7":53,"8":12,"9":21,"all_client":14676,"all_tv_clinet":1393,"insert_time":"2014-08-23T19:34:02.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13216,"10":15,"107":57,"11":78,"12":3,"13":56,"14":20,"15":4,"155":4,"16":6,"161":15,"167":2,"17":1,"18":72,"19":5,"20":2,"209":8,"21":46,"210":6,"211":3,"214":1,"215":14,"221":27,"223":48,"224":10,"225":68,"23":40,"24":110,"25":46,"257":8,"26":20,"27":27,"273":5,"279":6,"28":45,"281":1,"282":2,"292":5,"30":2,"31":5,"314":1,"32":4,"33":6,"34":5,"347":1,"35":12,"352":96,"36":14,"37":9,"38":50,"381":2,"383":7,"39":11,"391":4,"396":2,"40":10,"41":8,"414":6,"415":9,"42":7,"426":1,"43":12,"430":3,"433":1,"44":4,"45":3,"46":17,"48":7,"49":8,"5":59,"51":5,"52":1,"53":6,"56":3,"6":16,"63":3,"7":52,"8":12,"9":21,"all_client":14607,"all_tv_clinet":1391,"insert_time":"2014-08-23T19:35:02.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13166,"10":15,"107":59,"11":77,"12":3,"13":52,"14":21,"15":4,"155":4,"16":5,"161":16,"167":2,"17":1,"18":74,"19":5,"20":2,"209":8,"21":46,"210":6,"211":2,"214":1,"215":14,"221":28,"223":49,"224":11,"225":72,"23":39,"24":107,"25":47,"257":8,"26":20,"268":2,"27":27,"273":4,"279":6,"28":44,"281":1,"282":2,"292":5,"30":2,"31":6,"314":1,"32":4,"33":6,"34":5,"347":1,"35":12,"352":92,"36":13,"37":7,"38":47,"381":2,"383":7,"39":10,"391":4,"396":2,"40":10,"41":9,"414":6,"415":7,"42":7,"426":1,"43":10,"430":3,"433":1,"44":4,"45":3,"46":18,"48":8,"49":8,"5":55,"51":5,"52":2,"53":9,"56":3,"6":17,"63":2,"7":49,"8":10,"9":22,"all_client":14545,"all_tv_clinet":1379,"insert_time":"2014-08-23T19:36:02.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13076,"10":15,"107":58,"11":75,"12":3,"13":49,"14":21,"15":3,"155":4,"16":4,"161":15,"167":2,"17":1,"18":76,"19":4,"20":2,"209":8,"21":45,"210":6,"211":2,"214":1,"215":16,"221":30,"223":49,"224":10,"225":76,"23":35,"24":105,"25":47,"257":8,"26":20,"268":2,"27":25,"273":4,"279":6,"28":42,"281":1,"282":2,"292":6,"30":2,"31":7,"314":1,"32":4,"33":6,"34":5,"35":12,"352":90,"36":15,"37":6,"38":49,"381":2,"383":7,"39":7,"391":4,"396":1,"40":11,"41":10,"414":6,"415":7,"42":7,"426":1,"43":10,"430":3,"433":1,"44":4,"45":3,"46":19,"48":8,"49":8,"5":55,"51":6,"52":2,"53":8,"56":2,"6":17,"63":2,"7":51,"8":10,"9":23,"all_client":14446,"all_tv_clinet":1370,"insert_time":"2014-08-23T19:37:02.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13015,"10":16,"107":58,"11":72,"12":3,"13":49,"14":21,"15":3,"155":4,"16":4,"161":15,"167":2,"17":1,"18":79,"19":4,"20":2,"209":8,"21":44,"210":6,"211":2,"214":1,"215":16,"221":28,"223":47,"224":9,"225":74,"23":32,"24":107,"25":47,"257":8,"26":19,"268":2,"27":24,"273":4,"279":6,"28":40,"281":1,"282":2,"292":6,"30":2,"31":7,"314":1,"32":5,"33":6,"34":7,"35":9,"352":94,"36":16,"37":6,"38":50,"381":2,"383":7,"39":7,"391":3,"396":1,"40":10,"41":9,"414":5,"415":7,"42":8,"426":1,"43":11,"430":3,"433":1,"44":4,"45":3,"46":19,"48":8,"49":8,"5":58,"51":6,"52":3,"53":8,"56":3,"6":16,"63":2,"7":52,"79":1,"8":10,"9":24,"all_client":14384,"all_tv_clinet":1369,"insert_time":"2014-08-23T19:38:03.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12940,"10":17,"107":54,"11":73,"12":3,"13":43,"14":22,"15":3,"155":4,"16":3,"161":16,"167":2,"17":1,"18":81,"19":4,"20":2,"209":8,"21":43,"210":6,"211":2,"214":1,"215":16,"221":31,"223":49,"224":9,"225":69,"23":32,"24":108,"25":49,"257":9,"26":19,"268":1,"27":20,"273":4,"279":7,"28":40,"281":1,"282":2,"292":6,"30":2,"31":5,"314":1,"32":5,"33":5,"34":8,"35":8,"352":91,"36":16,"37":5,"38":51,"381":2,"383":7,"39":6,"391":3,"396":1,"40":10,"41":9,"414":5,"415":10,"42":7,"426":1,"43":11,"430":3,"433":1,"44":4,"45":3,"46":20,"48":8,"49":7,"5":56,"51":6,"52":3,"53":8,"56":3,"6":17,"63":2,"7":52,"79":1,"8":10,"9":26,"all_client":14299,"all_tv_clinet":1359,"insert_time":"2014-08-23T19:39:03.201Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12850,"10":16,"107":55,"11":74,"12":2,"13":42,"14":20,"15":4,"155":4,"16":3,"161":16,"167":2,"17":1,"18":79,"19":4,"20":2,"209":8,"21":40,"210":6,"211":2,"214":1,"215":15,"221":30,"223":51,"224":11,"225":67,"23":33,"24":110,"25":50,"257":9,"26":20,"268":2,"27":20,"273":5,"279":7,"28":39,"281":1,"282":2,"292":6,"30":2,"31":5,"314":1,"32":5,"33":5,"34":10,"35":7,"352":91,"36":14,"37":5,"38":53,"381":2,"383":7,"39":6,"391":3,"396":1,"40":9,"41":8,"414":5,"415":9,"42":7,"426":1,"43":11,"430":3,"433":1,"44":4,"45":4,"46":19,"48":8,"49":6,"5":57,"51":6,"52":3,"53":10,"56":3,"6":18,"63":2,"7":50,"79":1,"8":9,"9":25,"all_client":14205,"all_tv_clinet":1355,"insert_time":"2014-08-23T19:40:03.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12806,"10":15,"107":55,"11":73,"12":2,"13":42,"14":20,"15":4,"155":3,"16":3,"161":17,"167":2,"17":2,"18":76,"19":5,"20":2,"209":8,"21":41,"210":6,"211":2,"214":1,"215":14,"221":32,"223":52,"224":11,"225":68,"23":32,"24":111,"25":47,"257":8,"26":17,"268":2,"27":19,"273":3,"279":7,"28":39,"281":1,"282":2,"292":6,"30":2,"31":6,"314":1,"32":5,"33":4,"34":10,"35":7,"352":88,"36":11,"37":5,"38":51,"381":2,"383":6,"39":7,"391":3,"396":1,"40":9,"41":8,"414":5,"415":10,"42":6,"426":1,"43":10,"430":3,"433":1,"44":4,"45":4,"46":20,"48":8,"49":4,"5":56,"51":6,"52":3,"53":11,"56":3,"6":18,"63":2,"7":47,"8":9,"9":23,"all_client":14136,"all_tv_clinet":1330,"insert_time":"2014-08-23T19:41:03.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12743,"10":14,"107":56,"11":71,"12":2,"13":44,"14":19,"15":4,"155":3,"158":1,"16":3,"161":15,"167":2,"17":2,"18":73,"19":5,"20":3,"209":9,"21":38,"210":6,"211":2,"214":1,"215":14,"221":33,"223":51,"224":10,"225":69,"23":30,"24":110,"25":47,"257":8,"26":19,"268":2,"27":19,"273":3,"279":7,"28":38,"281":1,"282":2,"292":6,"30":2,"31":6,"314":1,"32":5,"33":3,"34":9,"35":7,"352":88,"36":10,"37":7,"38":48,"381":2,"383":5,"39":5,"391":3,"396":1,"40":9,"41":8,"414":6,"415":11,"42":6,"426":1,"43":10,"430":3,"433":1,"44":5,"45":4,"46":21,"48":9,"49":5,"5":55,"51":6,"52":3,"53":10,"56":3,"6":19,"63":2,"7":47,"8":9,"9":22,"all_client":14062,"all_tv_clinet":1319,"insert_time":"2014-08-23T19:42:03.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12668,"10":14,"107":56,"11":69,"12":2,"13":43,"14":19,"15":3,"155":3,"158":2,"16":3,"161":16,"167":2,"17":2,"18":71,"19":5,"20":2,"209":10,"21":38,"210":7,"211":2,"214":1,"215":13,"221":32,"223":52,"224":10,"225":67,"23":29,"24":104,"25":46,"257":8,"26":19,"268":2,"27":19,"273":2,"279":5,"28":37,"281":1,"282":2,"292":7,"30":2,"31":6,"314":1,"32":5,"33":3,"34":9,"35":6,"352":89,"36":10,"37":6,"38":49,"381":2,"383":4,"39":5,"391":4,"40":8,"41":8,"414":6,"415":12,"42":6,"426":1,"43":9,"430":3,"433":1,"44":6,"45":4,"46":21,"48":8,"49":5,"5":58,"51":6,"52":3,"53":8,"56":3,"6":20,"63":2,"7":49,"8":8,"9":22,"all_client":13971,"all_tv_clinet":1303,"insert_time":"2014-08-23T19:43:03.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12572,"10":15,"107":61,"11":67,"12":1,"13":44,"14":19,"15":3,"155":3,"158":2,"16":3,"160":1,"161":15,"167":2,"17":3,"18":70,"19":5,"20":2,"209":12,"21":39,"210":7,"211":2,"214":1,"215":13,"221":31,"223":51,"224":9,"225":63,"23":31,"24":104,"25":47,"257":8,"26":21,"268":3,"27":19,"273":2,"279":5,"28":37,"281":1,"282":2,"292":7,"30":2,"31":5,"314":1,"32":4,"33":3,"34":9,"35":6,"352":90,"36":10,"37":6,"38":54,"381":2,"383":4,"39":6,"391":4,"40":7,"41":8,"414":6,"415":14,"42":6,"426":1,"43":7,"430":4,"433":1,"44":6,"45":4,"46":21,"48":8,"49":5,"5":58,"51":5,"52":3,"53":8,"56":3,"6":20,"63":2,"7":44,"8":9,"9":23,"all_client":13882,"all_tv_clinet":1310,"insert_time":"2014-08-23T19:44:03.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12485,"10":15,"107":63,"11":62,"12":1,"13":45,"14":18,"15":3,"155":3,"158":2,"16":3,"160":1,"161":15,"167":2,"17":3,"18":66,"19":5,"20":1,"209":12,"21":37,"210":7,"211":2,"214":1,"215":13,"221":32,"223":52,"224":9,"225":59,"23":32,"24":104,"25":46,"257":8,"26":21,"268":3,"27":18,"273":2,"279":4,"28":36,"281":1,"282":2,"292":6,"30":1,"31":5,"314":1,"32":4,"33":3,"34":9,"35":6,"352":90,"36":10,"37":6,"38":57,"381":2,"383":4,"39":5,"391":4,"40":7,"41":8,"414":6,"415":15,"42":8,"426":1,"43":7,"430":4,"433":1,"44":6,"45":4,"46":21,"48":8,"49":5,"5":61,"51":6,"52":4,"53":7,"56":3,"6":18,"63":2,"7":45,"8":9,"9":23,"all_client":13786,"all_tv_clinet":1301,"insert_time":"2014-08-23T19:45:03.856Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12409,"10":15,"107":63,"11":60,"12":1,"13":45,"14":19,"15":3,"155":3,"158":2,"16":3,"160":1,"161":14,"167":2,"17":3,"18":65,"19":6,"20":1,"209":12,"21":42,"210":6,"211":1,"214":1,"215":12,"221":31,"223":50,"224":8,"225":60,"23":31,"24":102,"25":48,"257":8,"26":23,"268":3,"27":16,"273":2,"279":5,"28":35,"281":1,"282":1,"291":1,"292":6,"30":2,"31":5,"314":1,"32":4,"33":4,"34":9,"35":6,"352":92,"36":12,"37":6,"38":58,"381":2,"383":6,"39":6,"391":4,"40":7,"41":8,"414":6,"415":14,"42":7,"426":1,"43":7,"430":4,"433":1,"44":5,"45":3,"46":21,"48":8,"49":5,"5":58,"51":6,"52":4,"53":8,"56":3,"6":18,"63":2,"7":45,"8":8,"9":23,"all_client":13709,"all_tv_clinet":1300,"insert_time":"2014-08-23T19:46:03.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12362,"10":15,"107":63,"11":63,"12":1,"13":47,"14":20,"15":3,"155":3,"158":2,"16":3,"160":1,"161":14,"167":3,"17":2,"18":64,"19":6,"20":1,"209":11,"21":37,"210":6,"211":1,"214":1,"215":13,"221":32,"223":51,"224":7,"225":61,"23":30,"24":102,"25":47,"257":9,"26":21,"268":3,"27":13,"273":2,"279":5,"28":35,"281":1,"282":1,"291":1,"292":5,"30":2,"31":5,"314":1,"32":3,"33":3,"34":9,"35":6,"352":90,"36":12,"37":6,"38":59,"381":2,"383":6,"39":7,"391":4,"40":7,"41":9,"414":5,"415":14,"42":7,"426":1,"43":8,"430":3,"433":1,"44":5,"45":3,"46":21,"48":8,"49":3,"5":55,"51":6,"52":4,"53":7,"56":2,"6":18,"63":2,"7":44,"8":7,"9":24,"all_client":13647,"all_tv_clinet":1285,"insert_time":"2014-08-23T19:47:04.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12307,"10":15,"107":62,"11":64,"12":1,"13":47,"14":20,"15":3,"155":3,"158":1,"16":3,"160":1,"161":14,"167":3,"17":2,"18":62,"19":6,"20":1,"209":11,"21":36,"210":5,"211":1,"214":1,"215":14,"221":32,"223":51,"224":7,"225":61,"23":28,"24":101,"25":46,"257":11,"26":21,"268":3,"27":11,"273":2,"279":5,"28":33,"281":1,"282":1,"291":1,"292":5,"30":2,"31":4,"314":1,"32":3,"33":3,"34":9,"35":6,"352":89,"36":12,"37":5,"38":58,"381":2,"383":6,"39":6,"391":4,"40":7,"41":8,"414":3,"415":11,"42":8,"426":3,"43":8,"430":3,"433":1,"44":5,"45":3,"46":20,"48":6,"49":4,"5":56,"51":5,"52":4,"53":7,"56":2,"6":18,"63":1,"7":47,"8":6,"9":22,"all_client":13571,"all_tv_clinet":1264,"insert_time":"2014-08-23T19:48:04.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12250,"10":16,"107":59,"11":64,"12":1,"13":46,"14":20,"15":3,"155":3,"158":1,"16":3,"160":1,"161":12,"167":3,"17":2,"18":62,"19":6,"20":1,"209":11,"21":36,"210":5,"211":1,"214":1,"215":13,"221":34,"223":49,"224":7,"225":62,"23":29,"24":101,"25":46,"257":10,"26":23,"268":3,"27":12,"273":2,"279":7,"28":30,"281":1,"282":1,"291":1,"292":5,"30":2,"31":4,"314":1,"32":3,"33":3,"34":10,"35":5,"352":87,"36":12,"37":6,"38":61,"381":2,"383":6,"39":6,"391":4,"40":7,"41":7,"414":2,"415":12,"42":8,"426":3,"43":7,"430":3,"433":1,"44":5,"45":3,"46":21,"48":6,"49":4,"5":53,"51":5,"52":4,"53":7,"56":3,"6":18,"63":1,"7":43,"8":6,"9":21,"all_client":13505,"all_tv_clinet":1255,"insert_time":"2014-08-23T19:49:04.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12194,"10":15,"107":55,"11":62,"12":1,"13":46,"14":20,"15":3,"155":3,"156":1,"158":1,"16":3,"160":1,"161":11,"167":3,"17":1,"18":64,"19":6,"20":1,"209":10,"21":40,"210":5,"211":1,"214":1,"215":13,"221":33,"223":48,"224":6,"225":60,"23":29,"24":98,"25":45,"257":9,"26":25,"268":4,"27":12,"273":3,"279":7,"28":29,"282":1,"291":1,"292":5,"30":1,"31":4,"314":1,"32":4,"33":2,"34":10,"35":5,"352":84,"36":12,"37":6,"38":63,"381":2,"383":6,"39":6,"391":4,"40":7,"41":6,"414":2,"415":11,"42":8,"426":3,"43":6,"430":3,"433":1,"44":5,"45":3,"46":19,"48":6,"49":5,"5":51,"51":5,"52":4,"53":10,"56":4,"6":17,"63":1,"7":43,"8":8,"9":20,"all_client":13434,"all_tv_clinet":1240,"insert_time":"2014-08-23T19:50:04.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12128,"10":16,"107":57,"11":58,"12":1,"13":45,"14":20,"15":3,"155":3,"156":1,"158":1,"16":2,"160":1,"161":10,"167":3,"17":1,"18":64,"19":6,"20":1,"209":11,"21":41,"210":5,"214":1,"215":13,"221":32,"223":48,"224":6,"225":65,"23":31,"24":99,"25":44,"257":8,"26":26,"268":4,"27":12,"273":3,"279":7,"28":28,"282":2,"291":1,"292":5,"30":1,"31":4,"314":1,"32":4,"33":2,"34":10,"347":1,"35":5,"352":84,"36":12,"37":7,"38":60,"381":2,"383":6,"39":6,"391":4,"40":8,"41":6,"414":3,"415":9,"42":6,"426":2,"43":5,"430":3,"433":1,"44":5,"45":4,"46":20,"48":6,"49":4,"5":50,"51":5,"52":3,"53":9,"56":4,"6":17,"63":1,"7":43,"8":8,"9":19,"all_client":13363,"all_tv_clinet":1235,"insert_time":"2014-08-23T19:51:04.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12089,"10":16,"107":58,"11":54,"12":1,"13":47,"14":20,"15":3,"155":3,"156":1,"158":1,"16":2,"160":1,"161":13,"167":3,"17":1,"18":64,"19":7,"20":1,"209":9,"21":43,"210":5,"214":1,"215":14,"221":29,"223":49,"224":5,"225":67,"23":33,"24":97,"25":42,"257":6,"26":26,"268":3,"27":11,"273":3,"279":6,"28":29,"282":2,"291":1,"292":5,"31":3,"314":1,"32":3,"33":3,"34":10,"347":1,"35":5,"352":84,"36":12,"37":7,"38":61,"381":2,"383":4,"39":7,"391":4,"40":8,"41":7,"414":3,"415":8,"42":6,"426":2,"43":5,"430":3,"433":1,"44":5,"45":4,"46":21,"48":5,"49":4,"5":50,"51":4,"52":3,"53":11,"56":5,"6":18,"63":1,"7":40,"8":8,"9":18,"all_client":13318,"all_tv_clinet":1229,"insert_time":"2014-08-23T19:52:04.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12006,"10":16,"107":58,"11":53,"12":1,"13":50,"14":20,"15":3,"155":3,"158":1,"159":1,"16":3,"160":1,"161":16,"167":3,"17":1,"18":63,"19":6,"20":1,"209":9,"21":46,"210":4,"214":1,"215":13,"221":28,"223":48,"224":5,"225":64,"23":34,"24":93,"25":45,"257":7,"26":25,"268":2,"27":11,"273":2,"279":6,"28":31,"282":2,"291":1,"292":6,"31":4,"314":1,"32":3,"33":3,"34":10,"347":1,"35":6,"352":85,"36":11,"37":8,"38":59,"381":3,"383":3,"39":8,"391":4,"40":8,"41":6,"414":3,"415":8,"42":6,"426":2,"43":5,"430":3,"433":1,"44":5,"45":4,"46":20,"48":5,"49":4,"5":49,"51":3,"52":3,"53":10,"56":4,"6":19,"63":1,"7":39,"8":8,"9":18,"all_client":13232,"all_tv_clinet":1226,"insert_time":"2014-08-23T19:53:04.699Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11920,"10":14,"107":54,"11":51,"12":1,"13":50,"14":20,"15":3,"155":3,"158":1,"159":1,"16":3,"161":16,"167":3,"17":1,"18":60,"19":6,"20":1,"209":8,"21":45,"210":4,"211":1,"214":1,"215":13,"221":25,"223":49,"224":5,"225":64,"23":34,"24":95,"25":46,"257":7,"26":25,"268":2,"27":11,"273":2,"279":6,"28":30,"282":2,"291":1,"292":6,"31":4,"314":1,"32":2,"33":4,"34":10,"347":1,"35":6,"352":84,"36":11,"37":8,"38":57,"381":3,"383":3,"39":6,"391":4,"396":1,"40":8,"41":8,"414":2,"415":9,"42":6,"426":2,"43":5,"430":3,"433":1,"44":4,"45":4,"46":19,"48":4,"49":4,"5":51,"51":3,"52":4,"53":10,"56":4,"6":18,"63":1,"7":38,"8":8,"9":19,"all_client":13130,"all_tv_clinet":1210,"insert_time":"2014-08-23T19:54:04.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11868,"10":14,"107":50,"11":50,"12":1,"13":49,"14":19,"15":3,"155":3,"156":1,"159":1,"16":3,"161":16,"167":3,"17":1,"18":61,"19":6,"20":1,"209":8,"21":42,"210":4,"211":1,"214":1,"215":13,"221":24,"223":53,"224":5,"225":64,"23":33,"24":94,"25":47,"257":9,"26":23,"268":1,"27":11,"273":2,"279":6,"28":30,"282":2,"291":1,"292":6,"31":5,"314":1,"32":2,"33":4,"34":9,"347":1,"35":6,"352":78,"36":13,"37":8,"38":54,"381":4,"383":3,"39":7,"391":3,"396":1,"40":8,"41":8,"414":2,"415":9,"42":7,"426":2,"43":6,"430":3,"433":1,"44":4,"45":4,"46":18,"48":4,"49":5,"5":52,"51":3,"52":4,"53":9,"56":4,"6":19,"63":1,"7":40,"8":8,"9":20,"all_client":13070,"all_tv_clinet":1202,"insert_time":"2014-08-23T19:55:04.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11808,"10":14,"107":50,"11":50,"12":1,"13":49,"14":19,"15":3,"155":3,"156":1,"159":1,"16":3,"161":16,"167":3,"17":1,"18":62,"19":6,"20":1,"209":8,"21":38,"210":4,"211":1,"214":1,"215":13,"221":23,"223":51,"224":5,"225":64,"23":32,"24":94,"25":46,"257":9,"26":22,"268":1,"27":12,"273":2,"279":6,"28":30,"282":2,"291":1,"292":6,"31":5,"314":1,"32":2,"33":4,"34":9,"347":1,"35":6,"352":79,"36":14,"37":8,"38":57,"381":3,"383":2,"39":8,"391":3,"396":1,"40":8,"41":8,"414":2,"415":9,"42":7,"426":2,"43":7,"430":3,"433":1,"44":5,"45":4,"46":20,"48":5,"49":6,"5":50,"51":3,"52":4,"53":8,"56":4,"6":19,"63":1,"7":40,"79":1,"8":7,"9":19,"all_client":13008,"all_tv_clinet":1200,"insert_time":"2014-08-23T19:56:04.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11758,"10":15,"107":50,"11":49,"12":1,"13":48,"14":18,"15":2,"155":3,"156":1,"159":1,"16":3,"161":16,"167":3,"17":1,"18":61,"19":6,"20":1,"209":7,"21":39,"210":3,"211":2,"214":1,"215":13,"221":25,"223":51,"224":5,"225":64,"23":31,"24":95,"25":46,"257":9,"26":23,"268":1,"27":12,"273":2,"279":6,"28":30,"282":3,"291":1,"292":5,"31":5,"314":1,"32":2,"33":4,"34":9,"347":1,"35":6,"352":79,"36":14,"37":8,"38":54,"381":2,"383":2,"39":7,"391":3,"396":1,"397":1,"40":6,"409":1,"41":6,"414":2,"415":10,"42":7,"426":1,"43":7,"430":3,"433":1,"44":5,"45":4,"46":21,"48":5,"49":7,"5":49,"51":3,"52":3,"53":8,"56":4,"6":21,"63":1,"7":38,"79":1,"8":6,"9":19,"all_client":12949,"all_tv_clinet":1191,"insert_time":"2014-08-23T19:57:05.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11699,"10":14,"107":50,"11":50,"12":1,"13":49,"14":18,"15":3,"155":3,"156":1,"159":1,"16":3,"160":1,"161":17,"167":3,"17":1,"18":59,"19":6,"20":1,"209":7,"21":38,"210":3,"211":2,"214":1,"215":13,"221":23,"223":54,"224":5,"225":61,"23":31,"24":97,"25":44,"257":8,"26":22,"268":2,"27":12,"273":2,"279":7,"28":28,"282":3,"291":1,"292":4,"31":5,"314":1,"32":2,"33":4,"34":9,"347":1,"35":6,"352":78,"36":14,"37":7,"38":51,"381":2,"383":4,"39":6,"391":2,"396":1,"397":1,"40":6,"409":1,"41":7,"414":3,"415":12,"42":7,"426":1,"43":7,"430":3,"433":1,"44":5,"45":5,"46":20,"48":5,"49":6,"5":47,"51":4,"52":4,"53":8,"56":4,"6":20,"63":1,"7":37,"79":1,"8":6,"9":19,"all_client":12882,"all_tv_clinet":1183,"insert_time":"2014-08-23T19:58:05.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11643,"10":13,"107":47,"11":51,"12":1,"13":46,"14":17,"15":3,"155":3,"156":1,"159":1,"16":3,"160":1,"161":16,"167":3,"17":1,"18":60,"19":5,"20":1,"209":8,"21":39,"210":2,"211":2,"214":1,"215":11,"221":21,"223":57,"224":5,"225":61,"23":31,"24":98,"25":43,"257":8,"26":22,"268":1,"27":13,"273":2,"279":6,"28":26,"282":5,"291":2,"292":4,"31":5,"32":2,"33":4,"34":7,"347":1,"35":6,"352":84,"36":14,"37":7,"38":53,"381":2,"383":6,"39":5,"391":2,"396":1,"397":1,"40":6,"409":1,"41":7,"414":3,"415":11,"42":8,"426":2,"43":7,"430":2,"433":1,"44":5,"45":5,"46":22,"48":4,"49":6,"5":50,"51":4,"52":4,"53":8,"56":3,"6":19,"63":1,"7":37,"79":1,"8":6,"9":20,"all_client":12827,"all_tv_clinet":1184,"insert_time":"2014-08-23T19:59:05.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11568,"10":13,"107":44,"11":52,"12":1,"13":45,"14":18,"15":3,"155":3,"156":1,"159":1,"16":3,"160":1,"161":17,"167":3,"17":1,"18":60,"19":5,"20":1,"209":8,"21":39,"210":1,"211":2,"214":1,"215":11,"221":21,"223":54,"224":5,"225":58,"23":28,"24":98,"25":42,"257":10,"26":21,"268":1,"27":12,"273":2,"279":6,"28":26,"282":4,"291":2,"292":3,"31":5,"32":2,"33":4,"34":8,"347":1,"35":6,"352":86,"36":14,"37":7,"38":56,"381":2,"383":6,"39":6,"391":2,"397":1,"40":6,"409":1,"41":7,"414":3,"415":11,"42":8,"426":4,"43":7,"430":2,"433":1,"44":5,"45":5,"46":22,"48":4,"49":6,"5":49,"51":4,"52":5,"53":8,"56":3,"6":20,"63":1,"7":41,"79":1,"8":6,"9":16,"all_client":12747,"all_tv_clinet":1179,"insert_time":"2014-08-23T20:00:05.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11508,"10":12,"107":45,"11":52,"12":1,"13":42,"14":17,"15":3,"155":3,"159":1,"16":3,"160":1,"161":17,"167":3,"17":1,"18":61,"19":5,"20":1,"209":8,"21":38,"211":2,"214":1,"215":9,"221":22,"223":53,"224":5,"225":60,"23":25,"24":100,"25":42,"257":9,"26":20,"268":2,"27":13,"273":2,"279":7,"28":25,"282":3,"291":1,"292":3,"31":5,"32":2,"33":4,"34":9,"347":1,"35":6,"352":86,"36":15,"37":6,"38":55,"381":2,"383":6,"39":6,"391":2,"397":1,"40":6,"409":1,"41":6,"414":3,"415":10,"42":7,"426":4,"43":7,"430":2,"433":1,"44":6,"45":5,"46":21,"48":4,"49":7,"5":49,"51":4,"52":5,"53":9,"56":4,"6":19,"63":1,"7":41,"79":1,"8":5,"9":17,"all_client":12677,"all_tv_clinet":1169,"insert_time":"2014-08-23T20:01:05.444Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11440,"10":12,"107":40,"11":53,"12":1,"13":41,"14":17,"15":3,"155":4,"159":1,"16":4,"160":1,"161":16,"167":3,"17":1,"18":63,"19":4,"20":1,"209":7,"21":39,"211":2,"214":1,"215":9,"221":22,"223":50,"224":5,"225":60,"23":24,"24":100,"25":42,"257":8,"26":18,"268":2,"27":13,"273":2,"279":7,"28":25,"282":2,"291":1,"292":3,"31":6,"32":2,"33":3,"34":10,"347":1,"35":6,"352":82,"36":14,"37":6,"38":56,"381":2,"383":6,"39":7,"391":2,"397":1,"40":7,"409":1,"41":6,"414":4,"415":10,"42":6,"426":3,"43":8,"430":2,"433":1,"44":6,"45":5,"46":21,"48":4,"49":7,"5":51,"51":5,"52":5,"53":9,"56":4,"6":19,"63":1,"7":41,"79":1,"8":4,"9":16,"all_client":12598,"all_tv_clinet":1158,"insert_time":"2014-08-23T20:02:05.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11391,"10":12,"107":42,"11":53,"12":1,"13":41,"14":15,"15":3,"155":4,"159":1,"16":4,"160":1,"161":17,"167":3,"17":1,"18":65,"19":4,"20":2,"209":6,"21":36,"211":2,"215":8,"221":22,"223":50,"224":6,"225":61,"23":22,"24":95,"25":45,"257":7,"26":18,"268":2,"27":14,"273":2,"279":7,"28":25,"282":2,"291":1,"292":3,"31":6,"32":3,"33":3,"34":8,"347":1,"35":7,"352":79,"36":15,"37":5,"38":56,"380":1,"381":2,"383":6,"39":6,"391":2,"397":1,"40":7,"409":1,"41":6,"414":4,"415":10,"42":7,"426":2,"43":8,"430":2,"433":1,"44":5,"45":7,"46":21,"48":4,"49":6,"5":50,"51":5,"52":5,"53":9,"56":4,"6":20,"7":36,"79":1,"8":5,"9":18,"all_client":12539,"all_tv_clinet":1148,"insert_time":"2014-08-23T20:03:05.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11330,"10":12,"107":40,"11":53,"12":1,"13":39,"14":15,"15":3,"155":4,"159":1,"16":3,"160":1,"161":17,"167":3,"17":1,"18":67,"19":4,"20":2,"209":6,"21":32,"211":2,"215":8,"221":24,"223":48,"224":6,"225":57,"23":24,"24":97,"25":45,"257":7,"26":18,"268":2,"27":13,"273":2,"279":8,"28":25,"282":3,"291":1,"292":3,"31":6,"32":4,"33":4,"34":7,"347":1,"35":7,"352":80,"36":12,"37":5,"38":53,"380":1,"381":2,"383":6,"39":6,"391":2,"397":1,"40":8,"409":1,"41":6,"414":3,"415":8,"42":7,"426":3,"43":8,"430":2,"433":1,"44":5,"45":7,"46":23,"48":4,"49":6,"5":52,"51":5,"52":6,"53":9,"56":2,"6":19,"7":33,"79":1,"8":5,"9":18,"all_client":12466,"all_tv_clinet":1136,"insert_time":"2014-08-23T20:04:05.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11278,"10":12,"107":40,"11":53,"12":1,"13":35,"14":14,"15":3,"155":3,"16":3,"160":1,"161":17,"167":3,"17":1,"18":65,"19":5,"20":2,"209":6,"21":34,"211":2,"215":7,"221":24,"223":48,"224":6,"225":58,"23":24,"24":90,"25":43,"257":5,"26":18,"268":2,"27":13,"273":2,"279":8,"28":26,"282":3,"291":1,"292":3,"31":6,"32":4,"33":4,"34":6,"347":1,"35":7,"352":83,"36":13,"37":5,"38":54,"380":1,"381":2,"383":6,"39":7,"391":2,"397":1,"40":8,"409":1,"41":6,"414":3,"415":8,"42":7,"426":3,"43":9,"430":2,"433":1,"44":6,"45":7,"46":22,"48":5,"49":6,"5":52,"51":5,"52":6,"53":8,"56":2,"6":17,"7":36,"79":1,"8":5,"9":22,"all_client":12409,"all_tv_clinet":1131,"insert_time":"2014-08-23T20:05:05.815Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11214,"10":13,"107":41,"11":51,"12":1,"13":36,"14":14,"15":3,"155":3,"16":3,"160":1,"161":17,"167":3,"17":1,"18":64,"19":5,"20":1,"209":5,"21":37,"211":2,"215":7,"221":23,"223":52,"224":7,"225":57,"23":24,"24":89,"25":38,"257":5,"26":15,"268":2,"27":14,"273":2,"279":7,"28":26,"282":3,"291":1,"292":3,"31":6,"32":4,"33":4,"34":6,"347":1,"35":7,"352":85,"36":13,"37":4,"38":57,"380":1,"381":2,"383":6,"39":6,"391":2,"397":1,"40":9,"409":1,"41":7,"414":4,"415":11,"42":5,"426":2,"43":9,"430":2,"433":1,"44":6,"45":6,"46":22,"48":6,"49":6,"5":53,"51":5,"52":5,"53":9,"56":2,"6":18,"63":1,"7":35,"79":1,"8":5,"9":22,"all_client":12348,"all_tv_clinet":1134,"insert_time":"2014-08-23T20:06:05.901Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11140,"10":13,"107":41,"11":52,"12":1,"13":36,"14":15,"15":3,"155":3,"16":3,"160":1,"161":17,"167":4,"17":1,"18":66,"19":5,"20":1,"209":6,"21":40,"211":2,"215":8,"221":23,"223":52,"224":7,"225":54,"23":23,"24":86,"25":36,"257":5,"26":13,"268":1,"27":15,"273":2,"279":5,"28":26,"282":3,"291":1,"292":3,"31":6,"32":2,"33":4,"34":7,"347":1,"35":7,"352":79,"36":13,"37":4,"38":58,"380":1,"381":2,"383":6,"39":6,"391":3,"397":1,"40":8,"409":1,"41":7,"414":4,"415":10,"42":5,"426":1,"43":9,"430":2,"433":1,"44":6,"45":5,"46":22,"48":6,"49":6,"5":53,"51":6,"52":3,"53":9,"56":2,"6":17,"63":1,"7":35,"79":1,"8":5,"9":23,"all_client":12261,"all_tv_clinet":1121,"insert_time":"2014-08-23T20:07:05.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11100,"10":14,"107":43,"11":52,"12":1,"13":36,"14":14,"15":3,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":67,"19":5,"20":2,"209":6,"21":41,"211":2,"215":8,"221":21,"223":52,"224":7,"225":53,"23":22,"24":89,"25":34,"257":5,"26":14,"268":1,"27":14,"273":2,"279":5,"28":26,"282":3,"291":1,"292":3,"31":5,"32":2,"33":4,"34":7,"347":1,"35":8,"352":68,"36":13,"37":3,"38":54,"380":1,"381":2,"383":6,"39":7,"391":3,"397":1,"40":10,"409":1,"41":7,"414":4,"415":9,"42":4,"426":1,"43":9,"430":2,"433":1,"44":6,"45":4,"46":23,"48":6,"49":5,"5":52,"51":6,"52":2,"53":9,"56":2,"6":17,"63":1,"7":34,"8":5,"80":1,"9":26,"all_client":12205,"all_tv_clinet":1105,"insert_time":"2014-08-23T20:08:06.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11034,"10":14,"107":41,"11":50,"12":1,"13":38,"14":15,"15":4,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":67,"19":6,"20":2,"209":6,"21":41,"210":1,"211":2,"215":8,"221":24,"223":52,"224":6,"225":55,"23":20,"24":90,"25":34,"257":5,"26":13,"268":1,"27":14,"273":2,"279":5,"28":25,"282":3,"291":1,"292":3,"31":6,"32":3,"33":4,"34":7,"347":1,"35":8,"352":68,"36":12,"37":3,"38":53,"380":1,"381":2,"383":7,"39":6,"391":3,"40":10,"409":1,"41":7,"414":5,"415":8,"42":3,"426":1,"43":9,"430":2,"433":1,"44":7,"45":4,"46":22,"48":6,"49":6,"5":51,"51":6,"52":2,"53":10,"56":2,"6":16,"63":1,"7":34,"8":5,"80":1,"9":27,"all_client":12141,"all_tv_clinet":1107,"insert_time":"2014-08-23T20:09:06.209Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10958,"10":14,"107":40,"11":50,"12":1,"13":36,"14":16,"15":4,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":66,"19":5,"20":2,"209":6,"21":40,"210":1,"211":2,"215":8,"221":24,"223":54,"224":6,"225":53,"23":20,"24":91,"25":34,"257":5,"26":14,"268":1,"27":14,"273":2,"279":5,"28":27,"282":3,"291":1,"292":3,"31":6,"32":3,"33":5,"34":6,"347":1,"35":9,"352":70,"36":12,"37":3,"38":52,"380":1,"381":2,"383":7,"39":6,"391":3,"40":10,"409":1,"41":7,"414":5,"415":8,"42":4,"426":2,"43":8,"430":2,"433":1,"44":6,"45":4,"46":22,"48":6,"49":7,"5":51,"51":6,"52":1,"53":10,"56":2,"6":17,"63":1,"7":34,"79":1,"8":5,"80":1,"9":27,"all_client":12068,"all_tv_clinet":1110,"insert_time":"2014-08-23T20:10:06.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10883,"10":14,"107":40,"11":48,"12":1,"13":36,"14":16,"15":4,"155":3,"16":3,"160":1,"161":13,"167":4,"17":1,"18":67,"19":6,"20":2,"209":6,"21":35,"210":1,"211":2,"215":7,"221":27,"223":57,"224":6,"225":53,"23":22,"24":90,"25":33,"257":5,"26":13,"268":1,"27":13,"273":2,"279":5,"28":27,"282":3,"291":1,"292":3,"31":5,"32":3,"33":6,"34":7,"347":1,"35":7,"352":77,"36":11,"37":3,"38":50,"380":1,"381":2,"383":6,"39":7,"391":3,"40":11,"409":1,"41":7,"414":5,"415":8,"42":4,"426":2,"43":8,"430":2,"433":1,"44":5,"45":4,"46":20,"48":7,"49":7,"5":48,"51":6,"52":1,"53":10,"56":2,"6":17,"63":1,"7":33,"79":1,"8":5,"9":27,"all_client":11986,"all_tv_clinet":1103,"insert_time":"2014-08-23T20:11:06.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10834,"10":14,"107":39,"11":48,"12":1,"13":33,"14":16,"15":4,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":70,"19":6,"20":2,"209":6,"21":36,"210":1,"211":2,"215":7,"221":25,"223":57,"224":8,"225":51,"23":22,"24":89,"25":34,"257":4,"26":12,"268":1,"27":14,"273":2,"279":5,"28":29,"282":3,"291":1,"292":3,"302":1,"31":4,"32":3,"33":5,"34":7,"35":7,"352":76,"36":11,"37":2,"38":52,"380":1,"381":2,"383":6,"39":7,"391":3,"40":11,"41":7,"414":5,"415":10,"42":5,"426":2,"43":8,"430":2,"433":1,"44":5,"45":3,"46":19,"48":7,"49":7,"5":48,"51":6,"52":1,"53":9,"56":2,"6":16,"63":1,"7":33,"79":1,"8":6,"9":26,"all_client":11934,"all_tv_clinet":1100,"insert_time":"2014-08-23T20:12:06.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10802,"10":15,"107":38,"11":48,"12":1,"13":35,"14":15,"15":5,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":65,"19":6,"20":2,"209":6,"21":36,"210":1,"211":2,"215":6,"221":26,"223":54,"224":8,"225":55,"23":22,"24":85,"25":34,"257":4,"26":12,"268":1,"27":13,"273":2,"279":6,"28":29,"282":4,"291":1,"292":2,"302":1,"31":4,"32":4,"33":5,"34":8,"35":7,"352":75,"36":12,"37":2,"38":48,"380":1,"381":2,"383":6,"39":7,"391":3,"40":11,"41":7,"414":5,"415":10,"42":4,"426":2,"43":8,"430":1,"433":1,"44":5,"45":3,"46":19,"48":7,"49":7,"5":48,"51":6,"52":1,"53":8,"56":2,"6":15,"63":1,"7":34,"8":6,"9":29,"all_client":11893,"all_tv_clinet":1091,"insert_time":"2014-08-23T20:13:06.571Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10752,"10":14,"107":40,"11":50,"12":1,"13":34,"14":13,"15":5,"155":3,"16":3,"160":1,"161":16,"167":4,"17":1,"18":63,"19":6,"20":2,"209":6,"21":36,"210":1,"211":2,"215":6,"221":28,"223":51,"224":9,"225":56,"23":21,"24":84,"25":34,"257":4,"26":12,"268":1,"27":15,"273":2,"279":6,"28":30,"282":4,"291":1,"292":2,"302":1,"31":4,"32":4,"33":5,"34":8,"35":7,"352":69,"36":13,"37":2,"38":45,"380":1,"381":3,"383":6,"39":7,"391":3,"40":9,"41":7,"414":6,"415":9,"42":4,"426":2,"43":8,"430":1,"433":1,"44":5,"45":4,"46":19,"48":7,"49":7,"5":48,"51":6,"52":1,"53":8,"56":2,"6":14,"63":1,"7":35,"8":6,"9":30,"all_client":11837,"all_tv_clinet":1085,"insert_time":"2014-08-23T20:14:06.664Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10698,"10":12,"107":40,"11":52,"12":1,"13":37,"14":13,"15":5,"155":3,"16":3,"160":1,"161":15,"167":4,"17":1,"18":63,"19":6,"20":2,"209":6,"21":34,"210":1,"211":2,"215":6,"221":29,"223":52,"224":8,"225":56,"23":23,"24":84,"25":32,"257":3,"26":11,"268":1,"27":16,"273":2,"279":6,"28":30,"282":4,"291":1,"292":2,"302":1,"31":3,"32":3,"33":5,"34":8,"35":8,"352":66,"36":12,"37":2,"38":44,"380":1,"381":3,"383":6,"39":6,"391":3,"40":8,"41":7,"414":6,"415":7,"42":4,"426":2,"43":8,"430":1,"433":1,"44":6,"45":4,"46":20,"48":7,"49":7,"5":50,"51":5,"52":1,"53":8,"56":2,"6":14,"63":1,"7":39,"8":5,"9":30,"all_client":11779,"all_tv_clinet":1081,"insert_time":"2014-08-23T20:15:06.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10647,"10":11,"107":38,"11":50,"12":1,"13":36,"14":15,"15":5,"155":3,"16":3,"160":1,"161":12,"167":4,"17":1,"18":59,"19":7,"20":2,"209":6,"21":35,"210":1,"211":2,"215":6,"221":26,"223":54,"224":8,"225":57,"23":23,"24":83,"25":32,"257":3,"26":11,"268":1,"27":16,"273":2,"279":6,"28":29,"282":3,"291":1,"292":2,"302":1,"31":3,"32":3,"33":3,"34":8,"35":8,"352":67,"36":12,"37":2,"38":45,"380":1,"381":2,"383":6,"39":6,"391":3,"40":8,"41":6,"414":6,"415":7,"42":4,"426":2,"43":8,"430":1,"433":1,"44":6,"45":4,"46":20,"48":7,"49":7,"5":49,"51":6,"52":1,"53":8,"56":2,"6":14,"63":1,"7":40,"8":5,"9":31,"all_client":11716,"all_tv_clinet":1069,"insert_time":"2014-08-23T20:16:06.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10588,"10":10,"107":36,"11":51,"12":1,"13":37,"14":17,"15":5,"155":3,"16":4,"160":1,"161":12,"167":4,"17":1,"18":58,"19":8,"20":3,"209":6,"21":33,"210":1,"211":2,"215":6,"221":25,"223":51,"224":8,"225":55,"23":23,"24":82,"25":32,"257":2,"26":12,"27":17,"273":2,"279":7,"28":29,"282":3,"291":1,"292":2,"302":1,"31":2,"32":4,"33":3,"34":7,"35":9,"352":65,"36":14,"37":3,"38":46,"380":1,"381":2,"383":7,"39":6,"391":3,"40":8,"41":6,"414":4,"415":7,"42":5,"426":2,"43":8,"430":1,"433":1,"44":7,"45":5,"46":19,"48":7,"49":7,"5":49,"51":6,"52":1,"53":7,"56":2,"6":13,"63":1,"7":36,"8":5,"9":33,"all_client":11651,"all_tv_clinet":1063,"insert_time":"2014-08-23T20:17:07.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10538,"10":10,"107":34,"11":49,"12":1,"13":36,"14":16,"15":5,"155":3,"16":5,"160":1,"161":11,"167":4,"17":1,"18":55,"19":8,"20":3,"209":7,"21":34,"210":1,"211":1,"215":6,"221":28,"223":49,"224":7,"225":56,"23":22,"24":81,"25":32,"257":2,"26":10,"27":16,"273":2,"279":8,"28":28,"282":2,"291":1,"292":2,"302":1,"31":2,"32":4,"33":3,"34":8,"35":7,"352":61,"36":15,"37":4,"38":45,"380":1,"381":3,"383":7,"39":6,"391":3,"40":7,"409":1,"41":6,"414":5,"415":8,"42":4,"426":1,"43":7,"430":1,"433":1,"44":7,"45":5,"46":20,"48":7,"49":8,"5":50,"51":7,"52":1,"53":6,"56":2,"6":13,"63":1,"7":34,"8":5,"9":34,"all_client":11586,"all_tv_clinet":1048,"insert_time":"2014-08-23T20:18:07.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10484,"10":10,"107":33,"11":47,"12":1,"13":37,"14":17,"15":5,"155":3,"16":6,"160":1,"161":12,"167":4,"17":1,"18":53,"19":8,"20":3,"209":7,"21":30,"210":1,"211":1,"215":6,"221":30,"223":49,"224":7,"225":55,"23":22,"24":80,"25":33,"257":2,"26":10,"27":16,"273":2,"279":8,"28":28,"282":2,"291":1,"292":2,"302":1,"31":2,"32":4,"33":3,"34":9,"35":7,"352":64,"36":14,"37":4,"38":43,"380":1,"381":3,"383":6,"39":6,"391":3,"40":7,"409":1,"41":6,"414":5,"415":8,"42":4,"426":1,"43":7,"430":1,"433":1,"44":7,"45":5,"46":20,"48":7,"49":7,"5":49,"51":7,"53":6,"56":2,"570":1,"6":13,"63":1,"7":32,"8":5,"9":37,"all_client":11527,"all_tv_clinet":1043,"insert_time":"2014-08-23T20:19:07.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10443,"10":9,"107":34,"11":46,"12":1,"13":33,"14":16,"15":5,"155":3,"16":5,"160":1,"161":12,"167":5,"17":1,"18":54,"19":8,"20":3,"209":7,"21":29,"210":1,"211":1,"215":7,"221":29,"223":52,"224":8,"225":58,"23":23,"24":82,"25":33,"257":3,"26":8,"27":16,"273":2,"279":7,"28":28,"282":2,"291":1,"292":3,"302":1,"31":2,"32":4,"33":3,"34":10,"347":1,"35":6,"352":64,"36":13,"37":4,"38":44,"380":1,"381":4,"383":5,"39":7,"391":3,"397":1,"40":8,"409":1,"41":6,"414":6,"415":9,"42":3,"426":1,"43":7,"430":1,"433":1,"44":7,"45":3,"46":19,"48":6,"49":8,"5":48,"51":7,"53":6,"56":2,"570":1,"6":14,"63":1,"7":31,"79":1,"8":5,"9":38,"all_client":11492,"all_tv_clinet":1049,"insert_time":"2014-08-23T20:20:07.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10410,"10":9,"107":35,"11":47,"12":1,"13":33,"14":16,"15":5,"155":3,"16":5,"160":1,"161":12,"167":6,"17":1,"18":54,"19":7,"20":3,"209":7,"21":28,"210":1,"211":1,"215":7,"221":28,"223":52,"224":9,"225":56,"23":25,"24":77,"25":32,"257":2,"26":9,"27":16,"273":2,"279":7,"28":29,"282":2,"291":1,"292":3,"31":2,"32":3,"33":3,"34":10,"347":1,"35":7,"352":66,"36":13,"37":4,"38":40,"380":1,"381":4,"383":5,"39":5,"391":3,"397":1,"40":8,"409":1,"41":6,"414":6,"415":9,"42":3,"426":1,"43":6,"430":1,"433":1,"44":7,"45":3,"46":20,"48":6,"49":7,"5":48,"51":5,"53":8,"56":1,"570":1,"6":14,"63":1,"7":30,"79":1,"8":5,"9":36,"all_client":11445,"all_tv_clinet":1035,"insert_time":"2014-08-23T20:21:07.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10356,"10":9,"107":33,"11":49,"12":1,"13":33,"14":18,"15":5,"155":3,"16":5,"160":1,"161":12,"167":6,"17":1,"18":54,"19":7,"20":3,"209":7,"21":27,"210":1,"211":1,"215":8,"221":26,"223":49,"224":9,"225":56,"23":25,"24":74,"25":31,"257":2,"26":8,"27":16,"273":2,"279":8,"28":26,"282":1,"292":3,"31":2,"32":3,"33":2,"34":13,"347":1,"35":7,"352":65,"36":13,"37":4,"38":42,"380":1,"381":4,"383":7,"39":5,"391":3,"397":2,"40":8,"409":1,"41":6,"414":7,"415":9,"42":3,"43":6,"430":1,"433":1,"44":8,"45":3,"46":18,"48":6,"49":6,"5":50,"51":4,"52":1,"53":8,"56":1,"6":14,"63":1,"7":31,"79":2,"8":7,"9":36,"all_client":11388,"all_tv_clinet":1032,"insert_time":"2014-08-23T20:22:07.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10311,"10":9,"107":30,"11":47,"12":1,"13":35,"14":17,"15":4,"155":3,"16":5,"160":1,"161":11,"167":6,"17":1,"18":52,"19":6,"20":2,"209":7,"21":24,"210":1,"211":1,"215":8,"221":27,"223":52,"224":9,"225":56,"23":25,"24":74,"25":32,"257":2,"26":8,"27":16,"273":1,"279":8,"28":28,"282":1,"292":3,"31":2,"32":3,"33":2,"34":12,"347":1,"35":6,"352":64,"36":11,"37":3,"38":42,"381":5,"383":7,"39":5,"391":3,"397":2,"40":8,"409":1,"41":6,"414":6,"415":9,"42":4,"43":7,"430":1,"433":1,"44":8,"45":3,"46":17,"48":6,"49":6,"5":51,"51":4,"52":1,"53":8,"56":1,"6":14,"63":1,"7":31,"79":2,"8":7,"9":36,"all_client":11331,"all_tv_clinet":1020,"insert_time":"2014-08-23T20:23:07.554Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10265,"10":7,"107":29,"11":46,"12":1,"13":36,"14":19,"15":4,"155":3,"16":5,"160":1,"161":13,"167":6,"17":1,"18":53,"19":6,"20":2,"209":7,"21":27,"210":1,"211":1,"215":8,"221":24,"223":49,"224":9,"225":55,"23":23,"24":73,"25":31,"257":1,"26":10,"27":15,"273":1,"279":8,"28":27,"282":1,"292":3,"302":1,"31":2,"32":4,"33":2,"34":12,"347":1,"35":7,"352":65,"36":11,"37":3,"38":46,"381":5,"383":7,"39":5,"391":3,"397":2,"40":9,"409":1,"41":5,"414":6,"415":8,"42":4,"43":8,"430":1,"433":1,"44":8,"45":3,"46":15,"48":6,"49":6,"5":51,"51":4,"52":1,"53":5,"56":1,"6":13,"63":1,"7":31,"79":2,"8":7,"9":36,"all_client":11280,"all_tv_clinet":1015,"insert_time":"2014-08-23T20:24:07.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10218,"10":7,"107":32,"11":44,"12":1,"13":34,"14":18,"15":3,"155":3,"156":1,"16":6,"160":1,"161":13,"167":6,"17":1,"18":51,"19":7,"20":3,"209":7,"21":27,"210":1,"211":1,"215":7,"221":24,"223":47,"224":9,"225":56,"23":22,"24":73,"25":30,"257":2,"26":10,"27":15,"273":1,"279":8,"28":29,"282":2,"292":3,"30":1,"302":1,"31":2,"32":5,"33":2,"34":13,"347":2,"35":7,"352":63,"36":12,"37":4,"38":47,"381":5,"383":5,"39":5,"391":3,"397":2,"40":9,"409":1,"41":6,"414":5,"415":8,"42":4,"43":8,"430":1,"433":1,"44":8,"45":3,"46":14,"48":6,"49":6,"5":52,"51":4,"53":7,"56":1,"6":13,"63":1,"7":31,"79":2,"8":6,"9":36,"all_client":11235,"all_tv_clinet":1017,"insert_time":"2014-08-23T20:25:07.712Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10175,"10":8,"107":30,"11":45,"12":1,"13":33,"14":18,"15":3,"155":3,"156":1,"16":4,"160":1,"161":15,"167":6,"17":1,"18":48,"19":6,"20":3,"209":7,"21":27,"210":1,"211":1,"215":7,"221":24,"223":47,"224":8,"225":56,"23":23,"24":70,"25":31,"257":3,"26":10,"27":13,"273":1,"279":8,"28":27,"282":2,"292":3,"30":1,"302":1,"31":2,"32":6,"33":2,"34":16,"347":2,"35":8,"352":64,"36":11,"37":4,"38":46,"381":6,"383":4,"39":5,"391":3,"397":2,"40":8,"409":1,"41":7,"414":5,"415":7,"42":4,"43":8,"430":1,"433":1,"44":7,"45":3,"46":12,"48":6,"49":7,"5":54,"51":4,"53":7,"56":1,"6":13,"63":1,"7":31,"79":2,"8":6,"9":36,"all_client":11185,"all_tv_clinet":1010,"insert_time":"2014-08-23T20:26:07.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10138,"10":8,"107":29,"11":46,"12":1,"13":33,"14":17,"15":3,"155":3,"156":1,"16":4,"160":1,"161":15,"167":6,"17":1,"18":49,"19":7,"20":3,"209":7,"21":28,"210":1,"211":1,"215":8,"221":26,"223":43,"224":9,"225":55,"23":25,"24":69,"25":32,"257":4,"26":10,"27":13,"273":1,"279":8,"28":27,"282":2,"292":3,"30":1,"302":1,"31":2,"32":5,"33":2,"34":17,"347":3,"35":8,"352":62,"36":11,"37":5,"38":43,"381":6,"383":3,"39":4,"391":3,"397":2,"40":8,"409":1,"41":7,"414":5,"415":8,"42":3,"43":8,"430":1,"433":1,"44":7,"45":3,"46":13,"48":6,"49":8,"5":54,"51":5,"53":7,"56":1,"6":13,"63":1,"7":30,"79":2,"8":6,"9":37,"all_client":11150,"all_tv_clinet":1012,"insert_time":"2014-08-23T20:27:07.883Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10096,"10":8,"107":27,"11":46,"12":1,"13":34,"14":16,"15":3,"155":3,"158":1,"16":4,"160":1,"161":15,"167":6,"17":1,"18":49,"19":7,"20":2,"209":7,"21":27,"210":1,"211":1,"215":7,"221":25,"223":42,"224":9,"225":57,"23":24,"24":71,"25":34,"257":3,"26":8,"27":12,"273":1,"279":8,"28":26,"282":2,"292":3,"30":1,"302":1,"31":3,"32":5,"33":2,"34":15,"347":3,"35":9,"352":62,"36":10,"37":5,"38":44,"381":6,"383":3,"39":4,"391":3,"397":2,"40":8,"409":1,"41":7,"414":5,"415":8,"42":3,"43":8,"430":1,"433":1,"44":7,"45":3,"46":15,"48":5,"49":10,"5":57,"51":5,"53":6,"56":1,"6":13,"63":1,"7":29,"79":2,"8":7,"9":39,"all_client":11108,"all_tv_clinet":1012,"insert_time":"2014-08-23T20:28:07.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10058,"10":8,"107":29,"11":43,"12":1,"13":36,"14":17,"15":3,"155":3,"158":1,"16":4,"160":1,"161":16,"167":6,"17":1,"18":50,"19":7,"20":2,"209":6,"21":31,"210":1,"211":1,"215":7,"221":26,"223":37,"224":8,"225":55,"23":25,"24":68,"25":37,"257":3,"26":8,"27":12,"273":1,"279":9,"28":23,"282":2,"292":3,"30":1,"302":1,"31":3,"32":5,"33":2,"34":13,"347":3,"35":9,"352":63,"36":8,"37":6,"38":46,"381":5,"383":3,"39":5,"391":3,"397":1,"40":7,"409":1,"41":7,"414":6,"415":9,"42":3,"43":7,"430":1,"433":1,"44":8,"45":3,"46":15,"48":5,"49":9,"5":59,"51":5,"52":1,"53":6,"56":1,"6":13,"63":2,"7":28,"79":2,"8":8,"9":40,"all_client":11073,"all_tv_clinet":1015,"insert_time":"2014-08-23T20:29:08.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10021,"10":8,"107":27,"11":42,"12":1,"13":37,"14":18,"15":3,"155":3,"158":1,"16":4,"160":1,"161":16,"167":5,"17":1,"18":52,"19":7,"20":2,"209":6,"21":31,"210":2,"211":1,"215":6,"221":24,"223":36,"224":8,"225":57,"23":26,"24":64,"25":37,"257":3,"26":9,"27":12,"273":1,"279":9,"28":22,"282":2,"292":3,"30":1,"302":1,"31":3,"32":5,"33":2,"34":15,"347":3,"35":9,"352":62,"36":8,"37":5,"38":47,"381":5,"383":4,"39":4,"391":3,"397":1,"40":7,"409":1,"41":7,"414":4,"415":8,"42":3,"426":2,"43":7,"430":1,"433":1,"44":8,"45":4,"46":14,"48":5,"49":10,"5":59,"51":5,"52":1,"53":7,"56":1,"6":13,"63":2,"7":28,"79":1,"8":8,"9":38,"all_client":11031,"all_tv_clinet":1010,"insert_time":"2014-08-23T20:30:08.301Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9987,"10":8,"107":28,"11":43,"12":1,"13":37,"14":19,"15":3,"155":3,"158":1,"16":5,"160":1,"161":16,"167":5,"17":1,"18":53,"19":6,"20":2,"209":6,"21":30,"210":2,"211":1,"215":6,"221":24,"223":34,"224":8,"225":60,"23":25,"24":64,"25":36,"257":3,"26":10,"27":11,"273":1,"279":9,"28":22,"282":2,"292":3,"302":1,"31":3,"32":5,"33":2,"34":13,"347":4,"35":8,"352":63,"36":11,"37":5,"38":50,"381":5,"383":4,"39":3,"391":3,"397":1,"40":7,"409":1,"41":5,"414":3,"415":8,"42":4,"426":4,"43":7,"430":1,"433":1,"44":8,"45":4,"46":16,"48":7,"49":10,"5":57,"51":5,"52":2,"53":8,"56":1,"6":12,"63":2,"7":30,"79":1,"8":7,"9":33,"all_client":11001,"all_tv_clinet":1014,"insert_time":"2014-08-23T20:31:08.369Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9950,"10":7,"107":25,"11":43,"12":1,"13":41,"14":19,"15":3,"155":3,"158":1,"16":5,"160":1,"161":15,"167":5,"17":1,"18":54,"19":6,"20":1,"209":6,"21":30,"210":2,"211":1,"215":6,"221":23,"223":32,"224":8,"225":59,"23":24,"24":62,"25":35,"257":2,"26":10,"27":10,"273":1,"279":10,"28":22,"282":3,"292":3,"302":1,"31":1,"32":5,"33":2,"34":13,"347":4,"35":8,"352":64,"36":12,"37":5,"38":49,"381":5,"383":4,"39":4,"391":3,"397":1,"40":7,"409":1,"41":5,"414":3,"415":8,"42":5,"426":4,"43":9,"430":1,"433":1,"44":6,"45":4,"46":16,"48":8,"49":10,"5":59,"51":5,"52":1,"53":8,"56":1,"6":12,"63":2,"7":30,"79":1,"8":6,"9":33,"all_client":10957,"all_tv_clinet":1007,"insert_time":"2014-08-23T20:32:08.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9916,"10":7,"107":25,"11":43,"12":1,"13":39,"14":21,"15":3,"155":2,"158":1,"16":5,"160":1,"161":17,"167":5,"17":1,"18":53,"19":6,"20":1,"209":7,"21":31,"210":1,"211":1,"215":7,"221":25,"223":31,"224":9,"225":58,"23":24,"24":63,"25":35,"257":2,"26":9,"27":9,"273":1,"279":9,"28":22,"282":3,"291":1,"292":3,"302":1,"31":1,"32":5,"33":2,"34":12,"347":4,"35":8,"352":66,"36":13,"37":5,"38":50,"381":4,"383":3,"39":3,"391":3,"396":1,"397":1,"40":7,"409":1,"41":5,"414":3,"415":7,"42":5,"426":4,"43":9,"430":1,"433":1,"44":6,"45":2,"46":16,"48":8,"49":11,"5":59,"51":5,"52":1,"53":8,"56":1,"6":11,"63":2,"7":30,"79":1,"8":6,"9":31,"all_client":10921,"all_tv_clinet":1005,"insert_time":"2014-08-23T20:33:08.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9882,"10":7,"107":25,"11":44,"12":1,"13":38,"14":21,"15":3,"155":2,"16":4,"161":17,"167":5,"17":1,"18":54,"19":6,"20":1,"209":7,"21":32,"210":1,"211":1,"215":7,"221":25,"223":32,"224":9,"225":55,"23":25,"24":61,"25":35,"257":2,"26":10,"27":9,"273":1,"279":8,"28":23,"282":3,"291":2,"292":3,"302":1,"31":1,"32":5,"33":2,"34":10,"347":4,"35":10,"352":69,"36":12,"37":4,"38":46,"381":4,"383":3,"39":3,"391":3,"396":1,"40":7,"409":1,"41":5,"414":4,"415":6,"42":7,"426":3,"43":8,"430":2,"433":1,"44":6,"45":3,"46":14,"48":9,"49":11,"5":60,"51":3,"52":1,"53":7,"56":1,"6":11,"63":2,"7":31,"79":1,"8":7,"9":30,"all_client":10881,"all_tv_clinet":999,"insert_time":"2014-08-23T20:34:08.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9838,"10":7,"107":26,"11":44,"12":1,"13":38,"14":21,"15":3,"155":2,"16":4,"161":17,"167":4,"17":2,"18":54,"19":6,"20":1,"209":7,"21":33,"210":1,"211":1,"215":7,"221":23,"223":29,"224":9,"225":54,"23":24,"24":60,"25":37,"257":3,"26":11,"27":9,"273":1,"279":7,"28":23,"282":4,"291":2,"292":3,"302":1,"31":2,"32":6,"33":2,"34":9,"347":4,"35":10,"352":67,"36":14,"37":3,"38":47,"381":3,"383":3,"39":4,"391":3,"396":1,"397":1,"40":5,"409":1,"41":5,"414":3,"415":6,"42":6,"426":3,"43":9,"430":2,"433":1,"44":6,"45":3,"46":14,"48":11,"49":11,"5":59,"51":3,"52":1,"53":7,"56":1,"6":11,"63":1,"7":31,"79":1,"8":7,"9":31,"all_client":10835,"all_tv_clinet":997,"insert_time":"2014-08-23T20:35:08.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9808,"10":7,"107":25,"11":44,"12":1,"13":38,"14":20,"15":3,"155":2,"16":3,"161":15,"167":4,"17":2,"18":53,"19":6,"20":1,"209":7,"21":33,"210":1,"211":2,"215":6,"221":21,"223":29,"224":8,"225":58,"23":26,"24":59,"25":38,"257":3,"26":11,"27":8,"273":1,"279":8,"28":23,"282":4,"291":3,"292":2,"30":1,"302":1,"31":2,"32":7,"33":1,"34":7,"347":4,"35":10,"352":66,"36":14,"37":3,"38":45,"381":3,"383":4,"39":3,"391":3,"396":1,"397":1,"40":3,"409":1,"41":4,"414":4,"415":5,"42":6,"426":2,"43":10,"430":2,"44":5,"45":3,"46":14,"48":12,"49":10,"5":62,"51":3,"52":1,"53":7,"56":1,"6":11,"63":1,"7":31,"79":1,"8":7,"9":32,"all_client":10797,"all_tv_clinet":989,"insert_time":"2014-08-23T20:36:08.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9753,"10":7,"107":26,"11":44,"12":1,"13":38,"14":20,"15":3,"155":2,"16":3,"161":14,"167":4,"17":2,"18":51,"19":6,"20":1,"209":6,"21":32,"210":1,"211":2,"215":5,"221":20,"223":31,"224":8,"225":59,"23":26,"24":60,"25":38,"257":2,"26":11,"27":8,"273":1,"279":7,"28":22,"282":4,"291":3,"292":2,"30":1,"302":1,"31":2,"32":7,"33":1,"34":7,"347":4,"35":9,"352":63,"36":14,"37":3,"38":45,"381":3,"383":4,"39":3,"391":3,"396":1,"397":1,"40":3,"409":1,"41":4,"414":4,"415":5,"42":6,"426":3,"43":11,"430":2,"44":4,"45":2,"46":13,"48":11,"49":9,"5":64,"51":3,"53":6,"6":11,"7":34,"79":1,"8":6,"9":31,"all_client":10729,"all_tv_clinet":976,"insert_time":"2014-08-23T20:37:08.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9701,"10":6,"107":27,"11":45,"12":1,"13":37,"14":20,"15":3,"155":2,"158":1,"16":3,"161":13,"167":3,"17":2,"18":53,"19":8,"20":1,"209":7,"21":32,"210":2,"211":2,"215":5,"221":22,"223":29,"224":8,"225":55,"23":25,"24":61,"25":36,"257":3,"26":11,"27":7,"273":1,"279":7,"28":22,"282":2,"291":3,"292":3,"30":1,"302":1,"31":2,"32":8,"33":1,"34":7,"347":4,"35":10,"352":67,"36":13,"37":3,"38":43,"381":4,"383":4,"39":4,"391":3,"396":1,"397":1,"40":3,"409":1,"41":5,"414":4,"415":4,"42":5,"426":3,"43":10,"430":2,"44":4,"45":2,"46":13,"48":11,"49":9,"5":64,"51":3,"53":7,"6":10,"7":33,"79":1,"8":6,"9":33,"all_client":10679,"all_tv_clinet":978,"insert_time":"2014-08-23T20:38:08.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9657,"10":6,"107":23,"11":44,"12":1,"13":36,"14":20,"15":3,"155":2,"158":1,"16":4,"161":13,"167":3,"17":2,"18":54,"19":8,"20":1,"209":7,"21":33,"210":2,"211":2,"215":6,"221":22,"223":30,"224":7,"225":52,"23":26,"24":61,"25":37,"257":3,"26":11,"27":6,"273":1,"279":7,"28":22,"282":2,"291":3,"292":4,"31":2,"32":7,"33":1,"34":6,"347":4,"35":10,"352":70,"36":14,"37":3,"38":39,"381":4,"383":3,"39":3,"391":3,"396":1,"397":1,"40":4,"409":1,"41":6,"414":4,"415":4,"42":6,"426":3,"43":8,"430":2,"44":4,"45":4,"46":13,"48":10,"49":9,"5":65,"51":3,"53":6,"6":11,"7":35,"79":1,"8":6,"9":34,"all_client":10632,"all_tv_clinet":975,"insert_time":"2014-08-23T20:39:09.013Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9618,"10":6,"107":24,"11":43,"12":1,"13":35,"14":20,"15":3,"155":2,"158":1,"16":3,"161":13,"167":3,"17":2,"18":53,"19":8,"20":1,"209":7,"21":35,"210":2,"211":2,"215":7,"221":22,"223":27,"224":7,"225":49,"23":25,"24":63,"25":37,"257":3,"26":11,"27":6,"273":1,"279":7,"28":22,"282":2,"291":3,"292":4,"31":2,"32":7,"33":1,"34":6,"347":4,"35":9,"352":69,"36":13,"37":3,"38":39,"381":4,"383":3,"39":2,"391":3,"396":1,"397":1,"40":4,"409":1,"41":5,"414":4,"415":4,"42":6,"426":2,"43":8,"430":2,"44":4,"45":3,"46":13,"48":9,"49":9,"5":67,"51":4,"53":5,"6":11,"7":34,"79":1,"8":7,"9":34,"all_client":10582,"all_tv_clinet":964,"insert_time":"2014-08-23T20:40:09.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9590,"10":7,"107":27,"11":41,"12":1,"13":36,"14":19,"15":3,"155":2,"16":3,"161":15,"167":3,"17":2,"18":54,"19":8,"20":1,"209":6,"21":34,"210":2,"211":2,"215":7,"221":24,"223":26,"224":7,"225":47,"23":28,"24":63,"25":39,"257":1,"26":10,"27":6,"273":1,"279":6,"28":22,"282":2,"291":3,"292":4,"31":2,"32":5,"33":1,"34":6,"347":4,"35":9,"352":65,"36":14,"37":3,"38":40,"381":4,"383":3,"39":4,"391":3,"396":1,"397":1,"40":4,"409":1,"41":5,"414":3,"415":4,"42":6,"426":2,"43":8,"430":2,"44":4,"45":3,"46":9,"48":7,"49":9,"5":66,"51":4,"53":5,"6":10,"7":34,"79":1,"8":7,"9":35,"all_client":10546,"all_tv_clinet":956,"insert_time":"2014-08-23T20:41:09.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9527,"10":7,"107":29,"11":39,"12":1,"13":35,"14":19,"15":3,"155":2,"16":3,"161":15,"167":4,"17":2,"18":55,"19":8,"20":2,"209":5,"21":35,"210":2,"211":2,"215":6,"221":26,"223":25,"224":6,"225":46,"23":27,"24":61,"25":39,"257":1,"26":10,"27":6,"273":1,"279":6,"28":21,"282":3,"291":3,"292":4,"31":2,"32":6,"33":1,"34":6,"347":3,"35":9,"352":69,"36":14,"37":4,"38":38,"380":3,"381":4,"383":3,"39":3,"391":3,"396":1,"397":1,"40":4,"409":1,"41":4,"414":3,"415":4,"42":8,"426":2,"43":7,"430":2,"44":4,"45":3,"46":10,"48":6,"49":8,"5":66,"51":4,"53":5,"6":10,"7":34,"79":1,"8":7,"9":37,"all_client":10486,"all_tv_clinet":959,"insert_time":"2014-08-23T20:42:09.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9492,"10":7,"107":28,"11":38,"12":1,"13":35,"14":19,"15":3,"155":2,"16":2,"161":15,"167":4,"17":2,"18":55,"19":7,"20":2,"209":6,"21":33,"210":2,"211":2,"215":5,"221":27,"223":26,"224":7,"225":49,"23":27,"24":53,"25":40,"257":1,"26":11,"27":6,"273":1,"279":7,"28":21,"282":3,"291":3,"292":4,"31":2,"32":7,"33":1,"34":6,"347":3,"35":9,"352":66,"36":14,"37":3,"38":38,"380":3,"381":4,"383":3,"39":3,"391":3,"396":1,"397":1,"40":4,"409":1,"41":4,"414":3,"415":4,"42":8,"426":3,"43":8,"430":2,"44":5,"45":3,"46":10,"48":6,"49":8,"5":67,"51":4,"53":5,"6":10,"7":32,"8":6,"9":37,"all_client":10443,"all_tv_clinet":951,"insert_time":"2014-08-23T20:43:09.303Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9453,"10":7,"107":25,"11":38,"12":1,"13":33,"14":19,"15":3,"155":2,"16":2,"161":14,"167":4,"17":2,"18":54,"19":7,"20":2,"209":6,"21":34,"210":2,"211":2,"215":5,"221":26,"223":26,"224":7,"225":50,"23":26,"24":54,"25":39,"257":2,"26":11,"27":6,"273":1,"279":7,"28":21,"282":3,"291":3,"292":5,"31":1,"32":7,"34":4,"347":3,"35":10,"352":63,"36":13,"37":3,"38":42,"380":3,"381":4,"383":3,"39":4,"391":3,"396":1,"397":1,"40":4,"409":1,"41":3,"414":6,"415":4,"42":8,"426":3,"43":8,"430":2,"44":5,"45":3,"46":10,"48":6,"49":9,"5":66,"51":4,"53":6,"6":11,"7":33,"8":6,"9":34,"all_client":10399,"all_tv_clinet":946,"insert_time":"2014-08-23T20:44:09.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9422,"10":7,"107":26,"11":37,"12":1,"13":35,"14":19,"15":3,"155":2,"16":2,"161":13,"167":3,"17":2,"18":54,"19":6,"20":3,"209":7,"21":34,"210":3,"211":2,"215":5,"221":26,"223":29,"224":7,"225":49,"23":26,"24":53,"25":39,"257":2,"26":11,"27":6,"279":7,"28":21,"282":3,"291":3,"292":5,"31":1,"32":7,"34":3,"347":3,"35":10,"352":62,"36":13,"37":2,"38":45,"380":3,"381":4,"383":3,"39":3,"391":3,"396":1,"397":1,"40":4,"409":1,"41":2,"414":7,"415":4,"42":8,"426":3,"43":8,"430":2,"44":5,"45":3,"46":8,"48":6,"49":9,"5":67,"51":4,"53":6,"56":1,"6":10,"7":32,"8":7,"9":34,"all_client":10368,"all_tv_clinet":946,"insert_time":"2014-08-23T20:45:09.507Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9386,"10":7,"107":25,"11":37,"12":1,"13":35,"14":20,"15":3,"155":2,"16":2,"161":13,"167":3,"17":2,"18":55,"19":6,"20":3,"209":6,"21":35,"210":3,"211":2,"215":5,"221":24,"223":30,"224":5,"225":49,"23":26,"24":53,"25":37,"257":3,"26":11,"27":6,"279":7,"28":21,"282":3,"291":3,"292":5,"31":1,"32":7,"34":4,"347":3,"35":10,"352":67,"36":12,"37":2,"38":46,"380":3,"381":4,"383":4,"39":3,"391":3,"396":1,"397":1,"40":4,"409":1,"41":2,"414":7,"415":4,"42":9,"426":3,"43":8,"430":2,"44":5,"45":3,"46":9,"48":5,"49":9,"5":66,"51":5,"53":6,"56":1,"6":10,"7":32,"8":7,"9":34,"all_client":10337,"all_tv_clinet":951,"insert_time":"2014-08-23T20:46:09.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9365,"10":6,"107":28,"11":37,"12":1,"13":36,"14":19,"15":3,"155":2,"16":2,"161":12,"167":3,"17":2,"18":52,"19":5,"20":3,"209":6,"21":35,"210":3,"211":2,"215":6,"221":24,"223":29,"224":5,"225":50,"23":26,"24":54,"25":35,"257":3,"26":10,"27":6,"279":7,"28":18,"282":3,"291":3,"292":5,"31":1,"32":7,"34":4,"347":2,"35":10,"352":63,"36":12,"37":2,"38":42,"380":3,"381":5,"383":4,"39":3,"391":3,"396":1,"397":1,"40":3,"409":1,"41":2,"414":7,"415":4,"42":9,"426":3,"43":9,"430":2,"44":5,"45":5,"46":9,"48":5,"49":8,"5":68,"51":5,"53":6,"56":1,"6":9,"7":35,"8":7,"9":34,"all_client":10306,"all_tv_clinet":941,"insert_time":"2014-08-23T20:47:09.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9331,"10":6,"107":31,"11":37,"12":1,"13":36,"14":19,"15":3,"155":2,"16":2,"161":12,"167":3,"17":2,"18":51,"19":5,"20":3,"209":6,"21":32,"210":3,"211":2,"215":6,"221":21,"223":30,"224":5,"225":50,"23":25,"24":53,"25":35,"257":3,"26":10,"27":6,"279":7,"28":19,"282":2,"291":3,"292":5,"31":2,"32":7,"34":4,"347":2,"35":10,"352":64,"36":11,"37":3,"38":41,"380":3,"381":5,"383":4,"39":3,"391":3,"396":1,"397":1,"40":2,"409":1,"41":3,"414":6,"415":4,"42":9,"426":2,"43":9,"430":2,"44":5,"45":5,"46":9,"48":5,"49":8,"5":69,"51":6,"53":6,"56":1,"6":8,"7":33,"8":7,"9":35,"all_client":10266,"all_tv_clinet":935,"insert_time":"2014-08-23T20:48:09.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9316,"10":6,"107":33,"11":38,"12":1,"13":35,"14":17,"15":3,"155":2,"16":3,"161":10,"167":3,"17":2,"18":50,"19":5,"20":3,"209":6,"21":30,"210":3,"211":2,"215":6,"221":21,"223":30,"224":5,"225":52,"23":25,"24":51,"25":36,"257":3,"26":9,"27":6,"279":8,"28":19,"282":2,"291":3,"292":5,"31":2,"32":7,"34":4,"347":1,"35":11,"352":62,"36":11,"37":3,"38":43,"380":3,"381":5,"383":3,"39":4,"391":3,"396":1,"397":1,"40":2,"409":1,"41":4,"414":7,"415":4,"42":7,"426":1,"43":9,"430":1,"44":5,"45":5,"46":9,"48":5,"49":8,"5":70,"51":7,"53":6,"56":1,"6":9,"7":34,"8":7,"9":35,"all_client":10250,"all_tv_clinet":934,"insert_time":"2014-08-23T20:49:09.834Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9293,"10":7,"107":33,"11":40,"12":1,"13":32,"14":17,"15":3,"155":2,"16":3,"161":10,"167":3,"17":2,"18":50,"19":6,"20":3,"209":6,"21":32,"210":3,"211":2,"215":7,"221":22,"223":31,"224":5,"225":53,"23":25,"24":49,"25":35,"257":3,"26":9,"27":6,"279":8,"28":20,"282":2,"291":3,"292":5,"31":2,"32":6,"34":5,"347":1,"35":10,"352":64,"36":11,"37":3,"38":44,"380":3,"381":5,"383":3,"39":5,"391":3,"396":1,"397":1,"40":2,"409":1,"41":4,"414":7,"415":3,"42":7,"426":1,"43":8,"430":1,"44":5,"45":5,"46":9,"48":5,"49":7,"5":71,"51":7,"53":6,"56":1,"6":9,"7":34,"8":7,"9":37,"all_client":10235,"all_tv_clinet":942,"insert_time":"2014-08-23T20:50:09.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9266,"10":7,"107":33,"11":40,"12":1,"13":32,"14":17,"15":3,"155":2,"16":3,"161":10,"167":3,"17":2,"18":50,"19":6,"20":3,"209":5,"21":32,"210":3,"211":1,"215":8,"221":20,"223":32,"224":4,"225":53,"23":24,"24":50,"25":34,"257":3,"26":8,"27":6,"279":8,"28":20,"282":2,"291":3,"292":5,"31":2,"32":6,"34":5,"347":1,"35":10,"352":69,"36":10,"37":4,"38":45,"380":3,"381":5,"383":3,"39":4,"391":3,"397":1,"40":2,"409":1,"41":4,"414":8,"415":3,"42":6,"426":1,"43":8,"430":1,"44":6,"45":5,"46":7,"48":6,"49":8,"5":73,"51":7,"53":5,"56":1,"6":9,"63":1,"7":33,"8":6,"9":38,"all_client":10209,"all_tv_clinet":943,"insert_time":"2014-08-23T20:51:09.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9229,"10":7,"107":35,"11":40,"12":1,"13":35,"14":17,"15":3,"155":2,"16":2,"161":10,"167":3,"17":2,"18":49,"19":6,"20":3,"209":5,"21":32,"210":3,"211":1,"215":8,"221":20,"223":31,"224":4,"225":51,"23":23,"24":49,"25":36,"257":3,"26":6,"27":6,"279":8,"28":21,"282":2,"291":3,"292":5,"31":2,"32":5,"34":5,"347":1,"35":9,"352":71,"36":10,"37":4,"38":46,"380":3,"381":5,"383":3,"39":4,"391":4,"397":1,"40":2,"409":1,"41":4,"414":7,"415":3,"419":1,"42":6,"426":1,"43":8,"430":1,"44":5,"45":5,"46":8,"48":7,"49":8,"5":73,"51":7,"53":5,"56":2,"6":10,"63":1,"7":32,"8":6,"9":39,"all_client":10176,"all_tv_clinet":947,"insert_time":"2014-08-23T20:52:10.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9216,"10":7,"107":36,"11":40,"12":1,"13":35,"14":15,"15":3,"155":2,"16":2,"161":8,"167":3,"17":2,"18":48,"19":6,"20":3,"209":5,"21":33,"210":3,"211":1,"215":8,"221":19,"223":28,"224":4,"225":50,"23":25,"24":51,"25":36,"257":3,"26":6,"27":6,"279":8,"28":19,"282":2,"291":3,"292":4,"31":2,"32":5,"34":5,"347":1,"35":10,"352":71,"36":9,"37":4,"38":45,"380":3,"381":5,"383":4,"39":5,"391":4,"397":1,"40":2,"409":1,"41":4,"414":7,"415":5,"419":1,"42":6,"426":1,"43":8,"430":1,"44":5,"45":4,"46":8,"48":7,"49":8,"5":72,"51":7,"53":6,"56":2,"6":11,"63":1,"7":34,"8":5,"9":38,"all_client":10159,"all_tv_clinet":943,"insert_time":"2014-08-23T20:53:10.132Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9207,"10":8,"107":37,"11":41,"12":1,"13":35,"14":14,"15":4,"155":2,"16":2,"161":8,"167":3,"17":2,"18":46,"19":6,"20":3,"209":6,"21":33,"210":3,"211":1,"215":8,"221":20,"223":28,"224":4,"225":50,"23":24,"24":51,"25":36,"257":3,"26":6,"27":6,"279":7,"28":20,"282":2,"291":3,"292":4,"31":2,"32":5,"34":5,"347":1,"35":10,"352":66,"36":11,"37":5,"38":45,"380":3,"381":5,"383":4,"39":3,"391":4,"397":2,"40":2,"409":1,"41":4,"414":7,"415":4,"419":1,"42":6,"426":1,"43":8,"430":1,"44":5,"45":4,"46":8,"48":7,"49":7,"5":72,"51":6,"53":6,"56":2,"6":12,"63":1,"7":36,"8":6,"9":38,"all_client":10150,"all_tv_clinet":943,"insert_time":"2014-08-23T20:54:10.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9162,"10":10,"107":38,"11":41,"12":1,"13":37,"14":14,"15":4,"155":2,"16":2,"161":9,"167":3,"17":2,"18":49,"19":6,"20":3,"209":5,"21":33,"210":3,"211":1,"215":8,"221":20,"223":28,"224":4,"225":50,"23":23,"24":51,"25":34,"257":3,"26":6,"27":6,"279":7,"28":21,"282":2,"291":3,"292":4,"31":2,"32":5,"34":5,"347":1,"35":9,"352":65,"36":13,"37":5,"38":48,"380":3,"381":5,"383":4,"39":3,"391":4,"397":2,"40":2,"409":1,"41":4,"414":7,"415":4,"419":1,"42":4,"426":1,"43":8,"430":1,"44":5,"45":4,"46":8,"48":7,"49":7,"5":70,"51":6,"53":6,"56":2,"6":12,"63":1,"7":35,"8":6,"9":37,"all_client":10108,"all_tv_clinet":946,"insert_time":"2014-08-23T20:55:10.270Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9150,"10":10,"107":38,"11":43,"12":1,"13":36,"14":14,"15":4,"155":2,"16":2,"161":8,"167":3,"17":2,"18":47,"19":6,"20":3,"209":5,"21":33,"210":3,"211":1,"215":8,"221":20,"223":31,"224":4,"225":51,"23":22,"24":50,"25":33,"257":4,"26":6,"268":1,"27":6,"279":7,"28":21,"282":2,"291":3,"292":4,"31":2,"32":5,"34":4,"347":1,"35":9,"352":63,"36":12,"37":5,"38":50,"380":3,"381":4,"383":5,"39":3,"391":4,"397":2,"40":2,"409":1,"41":4,"414":7,"415":2,"419":1,"42":4,"426":1,"43":8,"430":1,"44":5,"45":4,"46":9,"48":7,"49":7,"5":71,"51":6,"53":5,"56":2,"6":11,"63":1,"7":35,"8":6,"9":36,"all_client":10092,"all_tv_clinet":942,"insert_time":"2014-08-23T20:56:10.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9122,"10":10,"107":37,"11":45,"12":1,"13":36,"14":13,"15":4,"155":3,"16":2,"161":8,"167":3,"17":2,"18":47,"19":6,"20":3,"209":5,"21":32,"210":2,"215":9,"221":19,"223":31,"224":4,"225":51,"23":24,"24":51,"25":35,"257":4,"26":7,"268":2,"27":6,"279":7,"28":22,"282":2,"291":3,"292":3,"31":2,"32":5,"34":4,"347":1,"35":9,"352":59,"36":11,"37":4,"38":49,"380":2,"381":4,"383":5,"39":2,"391":4,"397":2,"40":3,"409":1,"41":5,"414":7,"415":3,"419":1,"42":3,"426":1,"43":8,"430":1,"44":4,"45":3,"46":8,"48":7,"49":6,"5":71,"51":6,"53":5,"56":2,"6":11,"63":1,"7":35,"8":7,"9":35,"all_client":10058,"all_tv_clinet":936,"insert_time":"2014-08-23T20:57:10.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9105,"10":10,"107":34,"11":44,"12":1,"13":35,"14":13,"15":4,"155":3,"16":2,"161":11,"167":3,"17":2,"18":44,"19":6,"20":3,"209":5,"21":32,"210":2,"215":9,"221":18,"223":31,"224":5,"225":52,"23":26,"24":53,"25":35,"257":4,"26":7,"268":2,"27":6,"279":7,"28":22,"282":2,"291":3,"292":2,"31":2,"32":5,"34":4,"347":1,"35":9,"352":60,"36":9,"37":4,"38":46,"380":2,"381":2,"383":5,"39":2,"391":3,"397":2,"40":3,"409":1,"41":5,"414":7,"415":3,"419":1,"42":3,"426":1,"43":9,"430":1,"44":4,"45":3,"46":7,"48":8,"49":6,"5":71,"51":6,"53":6,"56":2,"6":11,"63":1,"7":35,"8":7,"9":36,"all_client":10036,"all_tv_clinet":931,"insert_time":"2014-08-23T20:58:10.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9091,"10":10,"107":33,"11":43,"12":1,"13":30,"14":14,"15":4,"155":3,"16":2,"161":10,"167":3,"17":3,"18":46,"19":5,"20":3,"209":5,"21":31,"210":2,"215":9,"221":16,"223":32,"224":5,"225":53,"23":26,"24":53,"25":37,"257":4,"26":8,"268":2,"27":6,"279":7,"28":21,"282":2,"291":3,"292":2,"31":2,"32":5,"34":5,"347":1,"35":9,"352":61,"36":10,"37":4,"38":47,"380":2,"381":1,"383":5,"39":5,"391":3,"397":2,"40":3,"409":1,"41":5,"414":7,"415":4,"419":1,"42":3,"426":2,"43":9,"430":1,"44":4,"45":3,"46":6,"48":8,"49":6,"5":71,"51":6,"53":6,"56":2,"6":9,"63":1,"7":37,"79":1,"8":6,"9":35,"all_client":10024,"all_tv_clinet":933,"insert_time":"2014-08-23T20:59:10.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9073,"10":9,"107":31,"11":43,"12":1,"13":29,"14":14,"15":3,"155":3,"16":2,"161":10,"167":3,"17":3,"18":48,"19":5,"20":3,"209":5,"21":32,"210":3,"215":9,"221":18,"223":32,"224":5,"225":58,"23":25,"24":52,"25":39,"257":4,"26":7,"268":1,"27":6,"279":7,"28":21,"282":2,"291":4,"292":2,"31":3,"32":5,"34":7,"347":1,"35":8,"352":60,"36":10,"37":4,"38":44,"381":1,"383":5,"39":4,"391":3,"397":1,"40":3,"409":1,"41":4,"414":7,"415":5,"419":1,"42":3,"426":2,"43":9,"430":1,"44":4,"45":3,"46":6,"48":8,"49":6,"5":71,"51":6,"53":6,"56":2,"6":10,"63":1,"7":39,"79":1,"8":5,"9":33,"all_client":10005,"all_tv_clinet":932,"insert_time":"2014-08-23T21:00:10.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9054,"10":9,"107":35,"11":42,"12":1,"13":31,"14":13,"15":3,"155":3,"16":2,"161":10,"167":3,"17":3,"18":50,"19":5,"20":3,"209":5,"21":31,"210":3,"215":9,"221":19,"223":33,"224":5,"225":54,"23":21,"24":49,"25":40,"257":4,"26":6,"268":1,"27":6,"279":6,"28":21,"282":2,"291":4,"292":2,"31":4,"32":4,"33":1,"34":9,"347":1,"35":8,"352":57,"36":11,"37":4,"38":48,"381":1,"383":5,"39":5,"391":2,"397":1,"40":3,"409":2,"41":4,"414":7,"415":5,"42":3,"426":2,"43":9,"430":1,"44":4,"45":4,"46":6,"48":7,"49":8,"5":71,"51":5,"53":6,"56":2,"6":10,"63":1,"7":42,"79":1,"8":5,"9":31,"all_client":9988,"all_tv_clinet":934,"insert_time":"2014-08-23T21:01:10.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9012,"10":9,"107":32,"11":47,"12":1,"13":34,"14":14,"15":3,"155":3,"16":2,"161":10,"167":3,"17":3,"18":51,"19":5,"20":3,"209":5,"21":30,"210":3,"215":9,"221":16,"223":31,"224":5,"225":54,"23":22,"24":52,"25":40,"257":4,"26":6,"268":1,"27":6,"279":7,"28":20,"282":2,"291":4,"292":2,"31":4,"32":4,"33":1,"34":11,"347":1,"35":8,"352":57,"36":11,"37":4,"38":48,"381":1,"383":5,"39":6,"391":2,"397":1,"40":3,"409":2,"41":4,"414":6,"415":4,"42":3,"426":4,"43":8,"430":1,"44":4,"45":3,"46":7,"48":6,"49":8,"5":68,"51":5,"53":3,"56":2,"6":10,"63":1,"7":44,"79":1,"8":5,"9":29,"all_client":9946,"all_tv_clinet":934,"insert_time":"2014-08-23T21:02:10.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8993,"10":9,"107":31,"11":45,"12":1,"13":36,"14":13,"15":3,"155":4,"16":2,"161":11,"167":3,"17":3,"18":56,"19":3,"20":3,"209":5,"21":28,"210":3,"214":1,"215":10,"221":19,"223":32,"224":5,"225":51,"23":22,"24":56,"25":41,"257":4,"26":6,"268":1,"27":6,"279":7,"28":20,"282":2,"291":3,"292":2,"31":4,"32":4,"33":1,"34":10,"347":1,"35":8,"352":55,"36":11,"37":4,"38":48,"381":1,"383":5,"39":7,"391":2,"397":1,"40":3,"409":2,"41":3,"414":6,"415":3,"42":4,"426":4,"43":6,"430":1,"44":4,"45":3,"46":8,"48":5,"49":8,"5":64,"51":5,"53":3,"56":2,"6":13,"7":46,"79":1,"8":7,"9":27,"all_client":9930,"all_tv_clinet":937,"insert_time":"2014-08-23T21:03:10.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8972,"10":9,"107":31,"11":47,"12":1,"13":36,"14":13,"15":3,"155":4,"16":1,"161":11,"167":4,"17":3,"18":57,"19":3,"20":2,"209":5,"21":30,"210":3,"214":1,"215":10,"221":19,"223":33,"224":4,"225":51,"23":22,"24":57,"25":41,"257":4,"26":6,"268":1,"27":8,"273":1,"279":8,"28":20,"282":2,"291":3,"292":2,"31":5,"32":4,"33":1,"34":10,"347":1,"35":8,"352":53,"36":10,"37":6,"38":47,"381":1,"383":5,"39":7,"391":2,"397":1,"40":3,"409":2,"41":2,"414":6,"415":3,"42":4,"426":4,"43":4,"430":1,"44":4,"45":3,"46":9,"48":4,"49":8,"5":66,"51":7,"53":3,"56":2,"6":14,"7":45,"79":1,"8":7,"9":25,"all_client":9916,"all_tv_clinet":944,"insert_time":"2014-08-23T21:04:10.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8969,"10":8,"107":31,"11":46,"12":1,"13":39,"14":12,"15":3,"155":4,"16":1,"161":11,"167":4,"17":3,"18":59,"19":3,"20":1,"209":5,"21":29,"210":3,"214":1,"215":9,"221":19,"223":33,"224":4,"225":48,"23":21,"24":58,"25":42,"257":4,"26":7,"268":1,"27":9,"273":1,"279":8,"28":20,"282":2,"291":3,"292":2,"31":5,"32":4,"33":1,"34":10,"347":1,"35":8,"352":58,"36":10,"37":6,"38":51,"381":1,"383":5,"39":8,"391":2,"397":1,"40":3,"409":2,"41":2,"414":4,"415":1,"42":4,"426":5,"43":3,"430":1,"44":4,"45":4,"46":9,"48":4,"49":8,"5":67,"51":7,"53":3,"56":2,"6":15,"7":46,"79":1,"8":7,"9":24,"all_client":9921,"all_tv_clinet":952,"insert_time":"2014-08-23T21:05:11.084Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8946,"10":7,"107":33,"11":47,"12":1,"13":41,"14":13,"15":3,"155":4,"16":1,"161":11,"167":4,"17":4,"18":59,"19":3,"20":1,"209":5,"21":29,"210":4,"215":10,"221":17,"223":31,"224":3,"225":46,"23":23,"24":56,"25":42,"257":3,"26":7,"268":1,"27":10,"273":1,"279":8,"28":20,"282":3,"291":3,"292":2,"31":5,"32":3,"33":2,"34":10,"347":1,"35":8,"352":60,"36":11,"37":7,"38":47,"381":1,"383":4,"39":7,"391":2,"397":1,"40":4,"409":2,"41":3,"414":4,"415":1,"42":4,"426":5,"43":2,"430":1,"44":4,"45":5,"46":9,"48":3,"49":8,"5":65,"51":7,"52":1,"53":3,"56":2,"6":17,"7":45,"79":1,"8":7,"9":21,"all_client":9895,"all_tv_clinet":949,"insert_time":"2014-08-23T21:06:11.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8917,"10":7,"107":28,"11":45,"12":1,"13":41,"14":14,"15":3,"155":4,"16":1,"161":11,"167":5,"17":4,"18":63,"19":3,"20":1,"209":5,"21":29,"210":4,"215":10,"221":19,"223":34,"224":3,"225":45,"23":23,"24":54,"25":45,"257":3,"26":8,"268":1,"27":10,"273":1,"279":7,"28":20,"282":3,"291":3,"292":1,"31":5,"32":3,"33":2,"34":11,"347":1,"35":7,"352":56,"36":11,"37":7,"38":47,"381":1,"383":4,"39":8,"391":2,"397":1,"40":4,"409":2,"41":3,"414":3,"415":1,"42":4,"426":6,"43":3,"430":1,"44":4,"45":6,"46":8,"48":4,"49":7,"5":65,"51":6,"52":1,"53":3,"56":2,"6":16,"7":45,"79":1,"8":9,"9":20,"all_client":9866,"all_tv_clinet":949,"insert_time":"2014-08-23T21:07:11.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8894,"10":7,"107":29,"11":43,"12":1,"13":39,"14":14,"15":3,"155":3,"16":1,"161":12,"167":5,"17":4,"18":64,"19":3,"20":1,"209":5,"21":29,"210":4,"215":10,"221":20,"223":35,"224":4,"225":46,"23":23,"24":53,"25":45,"257":3,"26":9,"268":1,"27":12,"273":1,"279":7,"28":20,"282":3,"291":3,"292":1,"31":5,"32":3,"33":2,"34":11,"347":1,"35":7,"352":55,"36":11,"37":7,"38":49,"381":1,"383":3,"39":8,"391":2,"397":1,"40":4,"409":2,"41":3,"414":3,"415":2,"42":4,"426":6,"43":3,"430":1,"44":4,"45":6,"46":7,"48":5,"49":7,"5":65,"51":6,"52":1,"53":3,"56":2,"6":16,"7":44,"79":1,"8":10,"9":20,"all_client":9848,"all_tv_clinet":954,"insert_time":"2014-08-23T21:08:11.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8881,"10":7,"107":30,"11":42,"12":1,"13":39,"14":14,"15":3,"155":3,"16":1,"161":12,"167":5,"17":4,"18":66,"19":4,"20":1,"209":5,"21":28,"210":4,"215":9,"221":21,"223":35,"224":4,"225":45,"23":20,"24":51,"25":45,"257":5,"26":11,"268":1,"27":12,"273":1,"279":7,"28":19,"282":3,"291":3,"292":1,"31":5,"32":3,"33":2,"34":11,"347":1,"35":7,"352":54,"36":9,"37":7,"38":52,"381":1,"383":3,"39":8,"391":2,"397":1,"40":3,"409":2,"41":2,"414":3,"415":2,"42":4,"426":6,"43":3,"430":1,"433":1,"44":4,"45":7,"46":8,"48":6,"49":8,"5":63,"51":6,"52":1,"53":3,"56":2,"6":17,"7":42,"79":1,"8":11,"9":21,"all_client":9836,"all_tv_clinet":955,"insert_time":"2014-08-23T21:09:11.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8862,"10":7,"107":32,"11":41,"12":1,"13":40,"14":14,"15":3,"155":3,"156":1,"16":3,"161":13,"167":5,"17":4,"18":67,"19":4,"20":1,"209":5,"21":26,"210":4,"215":9,"221":21,"223":34,"224":4,"225":44,"23":17,"24":53,"25":44,"257":5,"26":10,"268":1,"27":12,"273":1,"279":6,"28":19,"282":3,"291":3,"292":1,"31":5,"32":3,"33":2,"34":12,"347":1,"35":7,"352":50,"36":10,"37":7,"38":53,"381":1,"383":3,"39":8,"391":2,"397":1,"40":3,"409":2,"41":2,"414":3,"415":2,"42":4,"426":6,"43":3,"430":1,"433":1,"44":4,"45":7,"46":8,"48":6,"49":8,"5":60,"51":5,"52":1,"53":2,"56":2,"6":18,"7":41,"79":1,"8":11,"9":23,"all_client":9812,"all_tv_clinet":950,"insert_time":"2014-08-23T21:10:11.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8829,"10":7,"107":31,"11":42,"12":1,"13":44,"14":14,"15":3,"155":3,"156":1,"16":4,"161":16,"167":6,"17":4,"18":67,"19":5,"20":1,"209":5,"21":22,"210":4,"215":9,"221":21,"223":33,"224":6,"225":45,"23":15,"24":51,"25":44,"257":4,"26":10,"268":1,"27":11,"273":1,"279":6,"28":18,"282":3,"291":3,"292":2,"31":6,"32":3,"33":2,"34":11,"347":1,"35":7,"352":52,"36":10,"37":6,"38":50,"381":1,"383":4,"39":7,"391":2,"397":1,"40":3,"409":2,"41":2,"414":4,"415":2,"42":3,"426":5,"43":4,"430":1,"433":1,"44":4,"45":8,"46":10,"48":7,"49":10,"5":57,"51":4,"52":1,"53":2,"56":2,"6":19,"7":37,"79":1,"8":10,"9":22,"all_client":9776,"all_tv_clinet":947,"insert_time":"2014-08-23T21:11:11.600Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8821,"10":7,"107":29,"11":41,"12":1,"13":46,"14":14,"15":3,"155":3,"156":1,"16":4,"161":16,"167":6,"17":4,"18":64,"19":5,"20":1,"209":5,"21":21,"210":4,"211":1,"215":9,"221":21,"223":34,"224":6,"225":45,"23":16,"24":55,"25":43,"257":4,"26":10,"268":1,"27":11,"273":1,"279":6,"28":18,"282":3,"291":4,"292":2,"31":6,"32":3,"33":2,"34":11,"347":1,"35":7,"352":54,"36":11,"37":7,"38":49,"381":1,"383":4,"39":7,"391":2,"397":1,"40":3,"409":2,"41":2,"414":4,"415":2,"42":3,"426":5,"43":4,"430":1,"433":1,"44":4,"45":8,"46":8,"48":7,"49":9,"5":55,"51":4,"52":1,"53":2,"56":2,"6":19,"7":34,"79":1,"8":9,"9":23,"all_client":9765,"all_tv_clinet":944,"insert_time":"2014-08-23T21:12:11.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8782,"10":6,"107":29,"11":43,"12":1,"13":46,"14":14,"15":3,"155":3,"156":1,"16":4,"161":15,"167":6,"17":4,"18":65,"19":5,"20":1,"209":5,"21":21,"210":4,"211":1,"215":9,"221":21,"223":34,"224":6,"225":47,"23":17,"24":54,"25":44,"257":4,"26":8,"268":1,"27":11,"273":1,"279":6,"28":18,"282":3,"291":4,"292":2,"31":6,"32":3,"33":2,"34":11,"347":1,"35":7,"352":55,"36":11,"37":7,"38":47,"381":1,"383":4,"39":7,"391":2,"40":3,"409":2,"41":2,"414":4,"415":2,"42":3,"426":5,"43":3,"430":1,"433":1,"44":4,"45":8,"46":10,"48":7,"49":10,"5":55,"51":4,"52":1,"53":3,"56":2,"6":19,"7":33,"79":1,"8":9,"9":24,"all_client":9729,"all_tv_clinet":947,"insert_time":"2014-08-23T21:13:11.763Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8768,"10":6,"107":30,"11":42,"12":1,"13":46,"14":15,"15":3,"155":3,"156":1,"16":4,"161":15,"167":5,"17":4,"18":66,"19":4,"20":1,"209":5,"21":20,"210":4,"211":1,"215":7,"221":22,"223":34,"224":6,"225":43,"23":17,"24":55,"25":45,"257":4,"26":8,"268":1,"27":12,"273":1,"279":6,"28":17,"282":3,"291":4,"292":2,"31":6,"32":1,"33":2,"34":11,"347":1,"35":6,"352":55,"36":10,"37":7,"38":49,"381":1,"383":4,"39":9,"391":2,"40":3,"409":2,"41":2,"414":6,"415":2,"42":3,"426":4,"43":3,"430":1,"433":1,"44":4,"45":8,"46":10,"48":7,"49":9,"5":54,"51":4,"52":1,"53":3,"56":2,"6":20,"63":1,"7":33,"8":10,"9":24,"all_client":9712,"all_tv_clinet":944,"insert_time":"2014-08-23T21:14:11.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8747,"10":5,"107":31,"11":45,"12":1,"13":46,"14":16,"15":3,"155":3,"156":1,"158":1,"16":3,"161":14,"167":4,"17":4,"18":61,"19":4,"20":1,"209":5,"21":22,"210":4,"211":1,"215":6,"221":22,"223":35,"224":6,"225":43,"23":15,"24":55,"25":43,"257":5,"26":7,"268":1,"27":12,"273":1,"279":6,"28":17,"282":2,"291":4,"292":2,"31":6,"32":1,"33":3,"34":11,"347":1,"35":6,"352":56,"36":11,"37":6,"38":48,"381":1,"383":4,"39":7,"391":2,"397":1,"40":3,"409":2,"41":4,"414":5,"415":3,"42":3,"426":4,"43":3,"430":1,"433":1,"44":4,"45":9,"46":12,"48":7,"49":9,"5":55,"51":6,"52":1,"53":4,"56":2,"6":20,"63":1,"7":31,"8":11,"9":27,"all_client":9696,"all_tv_clinet":949,"insert_time":"2014-08-23T21:15:11.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8741,"10":5,"107":33,"11":45,"12":1,"13":48,"14":15,"15":3,"155":3,"156":1,"158":1,"16":2,"161":14,"167":3,"17":4,"18":62,"19":4,"20":1,"209":5,"21":20,"210":4,"211":1,"215":6,"221":22,"223":35,"224":6,"225":42,"23":14,"24":52,"25":44,"257":5,"26":8,"268":1,"27":12,"273":1,"279":6,"28":17,"282":2,"291":4,"292":2,"31":6,"32":1,"33":2,"34":11,"347":1,"35":6,"352":53,"36":10,"37":6,"38":49,"381":2,"383":4,"39":6,"391":2,"396":1,"397":1,"40":3,"409":2,"41":4,"414":5,"415":3,"42":3,"426":4,"43":2,"430":1,"433":1,"44":4,"45":9,"46":11,"48":6,"49":10,"5":55,"51":6,"52":1,"53":5,"56":2,"6":20,"63":1,"7":30,"8":11,"9":27,"all_client":9682,"all_tv_clinet":941,"insert_time":"2014-08-23T21:16:12.057Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8741,"10":5,"107":36,"11":44,"12":2,"13":48,"14":14,"15":3,"155":3,"156":1,"158":1,"16":2,"161":14,"167":4,"17":4,"18":63,"19":4,"20":1,"209":5,"21":21,"210":4,"211":1,"215":6,"221":22,"223":35,"224":6,"225":42,"23":14,"24":52,"25":44,"257":4,"26":8,"268":1,"27":12,"273":1,"279":6,"28":17,"282":2,"291":4,"292":2,"31":5,"32":1,"33":2,"34":10,"347":1,"35":6,"352":54,"36":8,"37":6,"38":47,"381":2,"383":4,"39":6,"391":2,"396":1,"397":1,"40":3,"409":2,"41":4,"414":4,"415":3,"42":3,"426":2,"43":3,"430":1,"433":1,"44":4,"45":9,"46":12,"48":5,"49":10,"5":52,"51":6,"52":1,"53":6,"56":2,"6":20,"63":1,"7":29,"8":10,"9":28,"all_client":9676,"all_tv_clinet":935,"insert_time":"2014-08-23T21:17:12.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8698,"10":5,"107":34,"11":43,"12":2,"13":50,"14":14,"15":3,"155":3,"156":1,"158":1,"16":2,"161":14,"167":4,"17":3,"18":62,"19":5,"20":1,"209":5,"21":21,"210":4,"211":1,"215":7,"221":20,"223":35,"224":6,"225":40,"23":15,"24":54,"25":44,"257":5,"26":8,"268":1,"27":14,"273":1,"279":6,"28":17,"282":2,"291":4,"292":2,"31":5,"32":3,"33":2,"34":9,"347":1,"35":4,"352":57,"36":8,"37":7,"38":45,"381":2,"383":4,"39":6,"391":2,"396":1,"397":1,"40":2,"409":2,"41":2,"414":4,"415":3,"42":3,"426":2,"43":3,"430":1,"433":1,"44":4,"45":9,"46":11,"48":6,"49":10,"5":51,"51":6,"52":1,"53":5,"56":2,"6":20,"63":1,"7":29,"8":11,"9":27,"all_client":9630,"all_tv_clinet":932,"insert_time":"2014-08-23T21:18:12.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8689,"10":5,"107":35,"11":42,"12":2,"13":49,"14":14,"15":3,"155":3,"156":1,"158":1,"16":3,"161":12,"167":4,"17":3,"18":64,"19":5,"20":1,"209":5,"21":20,"210":4,"211":1,"215":7,"221":19,"223":35,"224":6,"225":41,"23":15,"24":52,"25":41,"257":5,"26":7,"268":1,"27":14,"273":1,"279":6,"28":18,"282":2,"291":4,"292":3,"31":5,"32":3,"33":3,"34":8,"347":1,"35":4,"352":53,"36":7,"37":6,"38":46,"381":2,"383":5,"39":5,"391":2,"396":1,"397":1,"40":3,"409":2,"41":2,"414":4,"415":3,"42":3,"426":2,"43":4,"430":1,"433":1,"44":4,"45":9,"46":11,"48":6,"49":9,"5":50,"51":6,"52":1,"53":5,"56":2,"6":19,"63":1,"7":29,"8":11,"9":27,"all_client":9610,"all_tv_clinet":921,"insert_time":"2014-08-23T21:19:12.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8657,"10":6,"107":35,"11":41,"12":2,"13":49,"14":14,"15":3,"155":3,"156":1,"158":1,"16":4,"161":11,"167":4,"17":3,"18":65,"19":5,"20":1,"209":5,"21":21,"210":4,"211":1,"215":8,"221":18,"223":35,"224":7,"225":40,"23":19,"24":51,"25":43,"257":5,"26":7,"27":13,"273":1,"279":6,"28":19,"282":2,"291":4,"292":3,"31":4,"32":3,"33":3,"34":9,"347":1,"35":4,"352":54,"36":7,"37":6,"38":42,"381":2,"383":5,"39":6,"391":1,"396":1,"397":1,"40":3,"409":1,"41":2,"414":3,"415":3,"42":3,"426":3,"43":3,"430":1,"433":1,"44":4,"45":9,"46":8,"48":6,"49":9,"5":51,"51":6,"52":1,"53":6,"56":2,"6":19,"63":1,"7":30,"8":12,"9":26,"all_client":9579,"all_tv_clinet":922,"insert_time":"2014-08-23T21:20:12.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8635,"10":6,"107":33,"11":42,"12":2,"13":49,"14":14,"15":3,"155":4,"156":1,"158":1,"16":4,"161":11,"167":4,"17":3,"18":65,"19":4,"20":1,"209":5,"21":21,"210":4,"211":1,"215":8,"221":16,"223":36,"224":8,"225":43,"23":16,"24":51,"25":41,"257":6,"26":7,"27":13,"273":2,"279":5,"28":19,"282":2,"291":5,"292":3,"31":4,"32":3,"33":3,"34":9,"347":1,"35":5,"352":53,"36":6,"37":6,"38":44,"381":2,"383":5,"39":5,"391":1,"396":1,"397":1,"40":3,"409":1,"41":2,"414":3,"415":3,"42":3,"426":3,"43":3,"430":1,"433":1,"44":4,"45":9,"46":9,"48":5,"49":9,"5":53,"51":5,"52":1,"53":6,"56":2,"6":17,"63":2,"7":31,"8":12,"9":26,"all_client":9557,"all_tv_clinet":922,"insert_time":"2014-08-23T21:21:12.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8621,"10":7,"107":30,"11":42,"12":2,"13":45,"14":14,"15":4,"155":3,"156":1,"158":1,"16":6,"161":11,"167":4,"17":2,"18":65,"19":4,"20":1,"209":5,"21":23,"210":4,"211":1,"215":8,"221":17,"223":38,"224":9,"225":43,"23":16,"24":54,"25":41,"257":5,"26":7,"27":13,"273":1,"279":5,"28":20,"282":2,"291":5,"292":3,"31":4,"32":3,"33":3,"34":9,"347":1,"35":5,"352":54,"36":6,"37":5,"38":44,"381":2,"383":4,"39":5,"391":1,"396":1,"397":1,"40":3,"409":1,"41":3,"414":3,"415":3,"42":3,"426":3,"43":3,"430":1,"433":1,"44":4,"45":9,"46":9,"48":6,"49":10,"5":54,"51":5,"52":1,"53":6,"56":2,"6":14,"63":2,"7":31,"8":12,"9":26,"all_client":9546,"all_tv_clinet":925,"insert_time":"2014-08-23T21:22:12.597Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8598,"10":7,"107":30,"11":43,"12":2,"13":46,"14":14,"15":4,"155":3,"156":1,"158":1,"16":5,"161":11,"167":3,"17":2,"18":64,"19":4,"20":1,"209":5,"21":22,"210":4,"211":1,"215":9,"221":18,"223":39,"224":8,"225":44,"23":16,"24":54,"25":39,"257":5,"26":6,"27":15,"273":1,"279":4,"28":20,"282":1,"291":5,"292":3,"31":4,"32":3,"33":3,"34":9,"347":1,"35":4,"352":53,"36":7,"37":5,"38":42,"381":2,"383":4,"39":7,"391":1,"396":1,"397":2,"40":4,"409":1,"41":3,"414":2,"415":3,"42":3,"426":4,"43":2,"430":2,"433":1,"44":3,"45":10,"46":9,"48":5,"49":11,"5":53,"51":5,"52":1,"53":5,"56":2,"6":13,"63":2,"7":30,"8":13,"9":29,"all_client":9522,"all_tv_clinet":924,"insert_time":"2014-08-23T21:23:12.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8583,"10":7,"107":30,"11":40,"12":2,"13":47,"14":15,"15":4,"155":3,"156":1,"158":1,"16":5,"161":11,"167":3,"17":2,"18":67,"19":4,"20":1,"209":4,"21":23,"210":4,"211":1,"215":9,"221":20,"223":36,"224":8,"225":44,"23":17,"24":52,"25":40,"257":5,"26":6,"27":15,"273":1,"279":4,"28":20,"282":2,"291":5,"292":3,"31":5,"32":3,"33":3,"34":10,"347":1,"35":4,"352":56,"36":7,"37":5,"38":44,"380":2,"381":2,"383":5,"39":7,"391":1,"396":1,"397":2,"40":3,"409":1,"41":2,"414":3,"415":3,"42":3,"426":4,"43":2,"430":2,"433":1,"44":4,"45":9,"46":9,"48":7,"49":10,"5":53,"51":5,"53":6,"56":2,"6":11,"63":2,"7":31,"8":13,"9":30,"all_client":9519,"all_tv_clinet":936,"insert_time":"2014-08-23T21:24:12.799Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8581,"10":6,"107":29,"11":40,"12":2,"13":46,"14":15,"15":4,"155":3,"158":1,"159":1,"16":4,"161":10,"167":3,"17":2,"18":69,"19":6,"20":1,"209":4,"21":21,"210":4,"211":1,"215":9,"221":23,"223":34,"224":9,"225":43,"23":17,"24":53,"25":39,"257":6,"26":5,"27":14,"273":1,"279":4,"28":21,"282":2,"291":5,"292":2,"31":5,"314":1,"32":3,"33":2,"34":9,"347":1,"35":4,"352":59,"36":7,"37":5,"38":45,"380":2,"381":2,"383":5,"39":6,"391":1,"396":1,"397":2,"40":4,"409":1,"41":2,"414":3,"415":3,"42":3,"426":5,"43":2,"430":2,"433":1,"44":4,"45":10,"46":10,"48":7,"49":10,"5":51,"51":4,"53":5,"56":2,"6":10,"63":2,"7":32,"8":14,"9":30,"all_client":9517,"all_tv_clinet":936,"insert_time":"2014-08-23T21:25:12.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8588,"10":7,"107":29,"11":38,"12":2,"13":45,"14":16,"15":4,"155":3,"158":1,"159":1,"16":5,"161":9,"167":3,"17":2,"18":71,"19":6,"20":1,"209":4,"21":21,"210":4,"211":1,"215":9,"221":23,"223":33,"224":9,"225":43,"23":16,"24":54,"25":40,"257":5,"26":4,"27":13,"273":1,"279":4,"28":21,"282":2,"291":5,"292":2,"30":1,"31":5,"314":1,"32":3,"33":2,"34":9,"347":1,"35":4,"352":56,"36":6,"37":5,"38":45,"380":2,"381":2,"383":5,"39":5,"391":1,"396":1,"397":2,"40":4,"41":2,"414":5,"415":4,"42":3,"426":4,"43":2,"430":2,"433":1,"44":4,"45":10,"46":10,"48":7,"49":10,"5":51,"51":4,"53":5,"56":2,"6":9,"63":2,"7":33,"8":14,"9":30,"all_client":9519,"all_tv_clinet":931,"insert_time":"2014-08-23T21:26:12.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8571,"10":7,"107":30,"11":39,"12":2,"13":45,"14":17,"15":4,"155":3,"158":1,"159":1,"16":5,"161":10,"167":3,"17":2,"18":72,"19":6,"20":1,"209":4,"21":20,"210":4,"211":1,"214":1,"215":7,"221":21,"223":30,"224":9,"225":46,"23":17,"24":55,"25":42,"257":6,"26":6,"27":12,"273":1,"279":4,"28":23,"282":2,"291":5,"292":2,"30":1,"31":5,"314":1,"32":3,"33":2,"34":9,"347":1,"35":5,"352":55,"36":8,"37":5,"38":46,"380":2,"381":2,"383":5,"39":4,"391":1,"396":1,"397":2,"40":4,"41":2,"414":5,"415":4,"42":3,"426":4,"43":2,"430":2,"433":1,"44":3,"45":10,"46":10,"48":8,"49":11,"5":53,"51":4,"53":4,"56":2,"6":8,"63":2,"7":32,"8":14,"9":28,"all_client":9511,"all_tv_clinet":940,"insert_time":"2014-08-23T21:27:13.080Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8576,"10":8,"107":29,"11":38,"12":2,"13":45,"14":17,"15":5,"155":3,"158":1,"16":5,"161":9,"167":3,"17":2,"18":71,"19":5,"20":1,"209":4,"21":21,"210":4,"211":1,"214":1,"215":7,"221":23,"223":31,"224":7,"225":48,"23":17,"24":55,"25":43,"257":5,"26":6,"268":1,"27":13,"273":1,"279":3,"28":23,"282":2,"291":5,"292":2,"30":1,"31":5,"314":1,"32":3,"33":2,"34":9,"347":1,"35":4,"352":55,"36":9,"37":5,"38":45,"380":2,"381":2,"383":4,"39":4,"391":2,"396":1,"397":1,"40":5,"41":3,"414":5,"415":4,"42":3,"426":3,"43":2,"430":2,"433":1,"44":4,"45":10,"46":9,"48":9,"49":11,"5":53,"51":4,"53":3,"56":2,"6":9,"63":2,"7":30,"8":13,"9":29,"all_client":9515,"all_tv_clinet":939,"insert_time":"2014-08-23T21:28:13.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8570,"10":8,"107":28,"11":37,"12":2,"13":46,"14":19,"15":5,"155":2,"158":2,"16":6,"161":9,"167":3,"17":2,"18":74,"19":5,"20":1,"209":4,"21":20,"210":4,"211":1,"214":1,"215":6,"221":23,"223":30,"224":7,"225":50,"23":15,"24":54,"25":42,"257":6,"26":6,"268":1,"27":13,"273":1,"279":2,"28":22,"282":2,"291":5,"292":1,"30":1,"31":5,"314":1,"32":3,"33":2,"34":9,"347":1,"35":3,"352":54,"36":9,"37":5,"38":45,"380":2,"381":2,"383":3,"39":5,"391":2,"396":1,"397":1,"40":5,"41":2,"414":4,"415":4,"42":3,"426":4,"43":2,"430":2,"433":1,"44":4,"45":10,"46":8,"48":9,"49":10,"5":52,"51":5,"52":1,"53":3,"56":2,"6":10,"63":1,"7":31,"8":13,"9":28,"all_client":9503,"all_tv_clinet":933,"insert_time":"2014-08-23T21:29:13.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8570,"10":8,"107":27,"11":41,"12":2,"13":45,"14":18,"15":5,"155":2,"158":2,"16":6,"161":9,"167":3,"17":3,"18":75,"19":5,"20":2,"209":5,"21":21,"210":4,"215":6,"221":24,"223":29,"224":6,"225":52,"23":15,"24":56,"25":43,"257":5,"26":7,"268":1,"27":12,"273":1,"279":2,"28":21,"282":3,"291":4,"292":1,"31":4,"314":1,"32":2,"33":2,"34":8,"347":1,"35":3,"352":55,"36":10,"37":5,"38":42,"380":2,"381":2,"383":2,"39":4,"391":2,"396":1,"397":1,"40":4,"409":1,"41":2,"414":4,"415":5,"42":3,"426":4,"43":5,"430":2,"433":1,"44":5,"45":10,"46":9,"48":8,"49":9,"5":51,"51":4,"52":1,"53":3,"56":2,"6":12,"7":31,"8":15,"9":25,"all_client":9504,"all_tv_clinet":934,"insert_time":"2014-08-23T21:30:13.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8571,"10":8,"107":27,"11":44,"12":2,"13":44,"14":17,"15":5,"155":2,"158":2,"16":5,"161":9,"167":3,"17":3,"18":73,"19":4,"20":2,"209":5,"21":20,"210":4,"215":6,"221":25,"223":25,"224":6,"225":50,"23":16,"24":58,"25":42,"257":5,"26":7,"268":1,"27":12,"273":1,"279":2,"28":24,"282":3,"291":4,"292":1,"31":4,"314":1,"32":2,"33":2,"34":7,"347":1,"35":4,"352":57,"36":10,"37":5,"38":43,"380":2,"381":2,"383":3,"39":5,"391":2,"396":1,"397":1,"40":3,"409":1,"41":1,"414":4,"415":5,"42":3,"426":4,"43":5,"430":2,"433":1,"44":5,"45":10,"46":9,"48":6,"49":10,"5":50,"51":4,"52":1,"53":6,"56":2,"6":12,"7":31,"8":14,"9":26,"all_client":9505,"all_tv_clinet":934,"insert_time":"2014-08-23T21:31:13.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8573,"10":8,"107":28,"11":43,"12":2,"13":46,"14":17,"15":5,"155":2,"156":1,"158":2,"16":5,"161":9,"167":4,"17":3,"18":75,"19":4,"20":2,"209":5,"21":20,"210":4,"215":6,"221":25,"223":25,"224":5,"225":45,"23":17,"24":58,"25":42,"257":5,"26":7,"268":1,"27":12,"273":1,"279":2,"28":22,"282":3,"291":4,"292":1,"31":5,"32":2,"33":2,"34":7,"347":1,"35":4,"352":55,"36":13,"37":5,"38":42,"380":2,"381":2,"383":3,"39":4,"391":2,"396":1,"397":1,"40":3,"409":1,"41":2,"414":4,"415":5,"42":3,"426":4,"43":5,"430":2,"433":1,"44":5,"45":9,"46":9,"48":6,"49":10,"5":49,"51":4,"53":6,"56":2,"6":12,"7":32,"8":14,"9":24,"all_client":9502,"all_tv_clinet":929,"insert_time":"2014-08-23T21:32:13.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8561,"10":8,"107":32,"11":41,"12":2,"13":45,"14":18,"15":5,"155":2,"156":1,"158":2,"16":6,"161":8,"167":4,"17":3,"18":77,"19":4,"20":1,"209":5,"21":21,"210":3,"215":6,"221":26,"223":26,"224":5,"225":44,"23":18,"24":55,"25":42,"257":5,"26":8,"268":1,"27":13,"273":1,"279":2,"28":23,"282":3,"291":4,"292":1,"31":5,"32":2,"33":2,"34":7,"347":1,"35":4,"352":51,"36":11,"37":5,"38":40,"380":2,"381":2,"383":4,"39":4,"391":2,"396":1,"397":1,"40":3,"409":1,"41":2,"414":4,"415":4,"42":3,"426":4,"43":4,"430":2,"433":1,"44":5,"45":9,"46":10,"48":5,"49":10,"5":50,"51":4,"53":7,"56":2,"6":11,"7":30,"8":14,"9":27,"all_client":9488,"all_tv_clinet":927,"insert_time":"2014-08-23T21:33:13.653Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8558,"10":8,"107":36,"11":43,"12":2,"13":44,"14":18,"15":4,"155":2,"156":1,"158":2,"16":5,"161":8,"167":5,"17":3,"18":81,"19":4,"20":1,"209":5,"21":21,"210":3,"215":6,"221":26,"223":29,"224":4,"225":40,"23":20,"24":55,"25":43,"257":5,"26":8,"268":1,"27":13,"273":1,"279":2,"28":21,"282":3,"291":4,"292":1,"31":7,"32":2,"33":2,"34":6,"347":1,"35":4,"352":53,"36":12,"37":6,"38":36,"380":2,"381":2,"383":4,"39":4,"391":2,"397":1,"40":2,"409":1,"41":2,"414":4,"415":5,"42":3,"426":4,"43":5,"430":2,"433":1,"44":5,"45":9,"46":10,"48":5,"49":12,"5":49,"51":3,"53":7,"56":2,"6":12,"7":31,"8":15,"9":31,"all_client":9500,"all_tv_clinet":942,"insert_time":"2014-08-23T21:34:13.733Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8559,"10":8,"107":39,"11":46,"12":1,"13":42,"14":17,"15":4,"155":2,"156":1,"158":1,"16":4,"161":8,"167":5,"17":3,"18":84,"19":5,"20":1,"209":5,"21":24,"210":3,"215":6,"221":25,"223":29,"224":5,"225":44,"23":21,"24":54,"25":45,"257":5,"26":8,"268":1,"27":13,"273":1,"279":2,"28":21,"282":3,"291":4,"292":2,"31":7,"32":2,"33":2,"34":5,"347":1,"35":4,"352":55,"36":12,"37":6,"38":34,"380":2,"381":1,"383":4,"39":5,"391":2,"40":2,"409":1,"41":1,"414":5,"415":4,"42":3,"426":3,"43":6,"430":2,"433":1,"44":5,"45":9,"46":11,"48":5,"49":12,"5":53,"51":3,"53":6,"56":2,"6":12,"7":28,"8":16,"9":32,"all_client":9515,"all_tv_clinet":956,"insert_time":"2014-08-23T21:35:13.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8574,"10":7,"107":38,"11":48,"12":1,"13":39,"14":16,"15":4,"155":2,"156":1,"158":1,"16":5,"161":9,"167":5,"17":2,"18":82,"19":5,"20":1,"209":4,"21":26,"210":2,"214":1,"215":6,"221":28,"223":30,"224":5,"225":44,"23":22,"24":56,"25":46,"257":5,"26":8,"268":1,"27":13,"273":1,"279":2,"28":20,"282":3,"291":4,"292":2,"30":1,"31":7,"32":4,"33":1,"34":4,"347":1,"35":4,"352":53,"36":12,"37":6,"38":34,"380":2,"381":1,"383":4,"39":4,"391":2,"40":1,"409":1,"41":2,"414":7,"415":2,"42":3,"426":3,"43":7,"430":2,"433":1,"44":5,"45":9,"46":11,"48":4,"49":12,"5":56,"51":3,"53":6,"56":2,"6":14,"7":30,"8":16,"9":32,"all_client":9538,"all_tv_clinet":964,"insert_time":"2014-08-23T21:36:13.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8572,"10":6,"107":37,"11":47,"12":1,"13":38,"14":16,"15":4,"155":2,"156":1,"158":1,"16":6,"161":9,"167":6,"17":2,"18":82,"19":7,"20":1,"209":4,"21":26,"210":2,"214":1,"215":6,"221":24,"223":31,"224":5,"225":43,"23":20,"24":58,"25":47,"257":7,"26":8,"268":1,"27":13,"273":2,"279":2,"28":19,"282":3,"291":4,"292":2,"30":1,"31":7,"32":4,"33":1,"34":5,"347":1,"35":6,"352":56,"36":12,"37":6,"38":34,"380":2,"381":1,"383":4,"39":4,"391":2,"40":1,"409":1,"41":3,"414":7,"415":2,"42":3,"426":3,"43":8,"430":2,"433":1,"44":5,"45":9,"46":11,"48":3,"49":12,"5":58,"51":4,"52":2,"53":7,"56":2,"6":15,"7":30,"8":18,"9":30,"all_client":9549,"all_tv_clinet":977,"insert_time":"2014-08-23T21:37:14.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8571,"10":5,"107":36,"11":49,"12":1,"13":36,"14":15,"15":4,"155":2,"156":1,"158":1,"16":6,"161":9,"167":6,"17":2,"18":83,"19":7,"20":1,"209":4,"21":26,"210":2,"214":1,"215":6,"221":27,"223":32,"224":5,"225":38,"23":19,"24":59,"25":50,"257":8,"26":8,"268":1,"27":15,"273":2,"279":2,"28":19,"282":3,"291":4,"292":2,"30":1,"31":7,"32":4,"33":1,"34":5,"347":2,"35":7,"352":56,"36":11,"37":6,"38":34,"380":2,"381":1,"383":4,"39":5,"391":3,"40":1,"409":1,"41":3,"414":7,"415":2,"42":3,"426":3,"43":8,"430":2,"433":1,"44":5,"45":8,"46":11,"48":3,"49":12,"5":60,"51":4,"52":2,"53":7,"56":2,"6":16,"7":33,"8":17,"9":29,"all_client":9557,"all_tv_clinet":986,"insert_time":"2014-08-23T21:38:14.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8578,"10":5,"107":35,"11":48,"12":1,"13":38,"14":15,"15":4,"155":2,"156":1,"158":1,"16":5,"161":10,"167":5,"17":2,"18":81,"19":7,"20":1,"209":4,"21":25,"210":3,"214":2,"215":6,"221":28,"223":31,"224":5,"225":43,"23":17,"24":61,"25":50,"257":8,"26":7,"268":1,"27":15,"273":3,"279":2,"28":19,"282":3,"291":4,"292":2,"30":1,"31":6,"32":3,"34":6,"347":2,"35":7,"352":56,"36":10,"37":6,"38":35,"380":2,"383":4,"39":4,"391":3,"40":1,"409":1,"41":3,"414":7,"415":2,"42":3,"426":3,"43":8,"430":2,"433":1,"44":5,"45":8,"46":11,"48":3,"49":13,"5":61,"51":4,"52":2,"53":6,"56":2,"6":17,"7":30,"8":17,"9":29,"all_client":9562,"all_tv_clinet":984,"insert_time":"2014-08-23T21:39:14.208Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8596,"10":5,"107":33,"11":50,"12":1,"13":42,"14":16,"15":4,"155":2,"156":1,"158":1,"16":5,"161":13,"167":5,"17":2,"18":80,"19":5,"20":1,"209":4,"21":26,"210":3,"214":2,"215":6,"221":27,"223":30,"224":5,"225":41,"23":19,"24":63,"25":52,"257":9,"26":6,"27":15,"273":3,"279":2,"28":20,"282":3,"291":4,"292":3,"30":1,"31":6,"32":3,"33":1,"34":6,"347":2,"35":6,"352":56,"36":11,"37":6,"38":36,"380":2,"383":4,"39":4,"391":3,"40":1,"409":1,"41":3,"414":7,"415":2,"42":3,"426":3,"43":8,"430":2,"433":1,"44":5,"45":8,"46":10,"48":3,"49":13,"5":59,"51":5,"52":2,"53":6,"56":2,"6":16,"7":30,"8":20,"9":29,"all_client":9591,"all_tv_clinet":995,"insert_time":"2014-08-23T21:40:14.315Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8605,"10":5,"107":33,"11":51,"12":1,"13":41,"14":16,"15":4,"155":2,"156":1,"158":1,"16":5,"161":13,"167":5,"17":2,"18":79,"19":5,"20":1,"209":4,"21":27,"210":3,"214":2,"215":5,"221":26,"223":32,"224":5,"225":44,"23":19,"24":62,"25":52,"257":11,"26":6,"27":15,"273":3,"279":3,"28":20,"282":3,"291":4,"292":2,"30":1,"31":5,"32":3,"33":1,"34":6,"347":1,"35":8,"352":56,"36":11,"37":6,"38":35,"380":2,"383":6,"39":4,"391":4,"40":1,"409":1,"41":3,"414":9,"415":2,"42":4,"426":2,"43":9,"430":2,"433":1,"44":5,"45":8,"46":11,"48":4,"49":13,"5":56,"51":5,"52":2,"53":8,"56":2,"6":16,"7":29,"8":21,"9":29,"all_client":9610,"all_tv_clinet":1005,"insert_time":"2014-08-23T21:41:14.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8611,"10":5,"107":33,"11":52,"12":1,"13":42,"14":16,"15":4,"155":2,"156":1,"158":1,"16":5,"161":11,"167":5,"17":2,"18":78,"19":5,"20":1,"209":4,"21":27,"210":3,"214":2,"215":5,"221":27,"223":34,"224":5,"225":44,"23":18,"24":62,"25":53,"257":12,"26":4,"27":15,"273":3,"279":3,"28":20,"282":3,"291":4,"292":2,"31":4,"32":3,"33":1,"34":6,"347":1,"35":8,"352":60,"36":11,"37":6,"38":37,"383":6,"39":3,"391":4,"40":1,"41":3,"414":9,"415":2,"42":4,"426":2,"43":9,"430":2,"433":1,"44":6,"45":6,"46":10,"48":6,"49":13,"5":54,"51":5,"52":3,"53":9,"56":2,"6":18,"7":27,"8":21,"9":31,"all_client":9619,"all_tv_clinet":1008,"insert_time":"2014-08-23T21:42:14.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8634,"10":5,"107":34,"11":51,"12":1,"13":42,"14":16,"15":3,"155":2,"156":1,"158":1,"16":5,"161":11,"167":5,"17":3,"18":78,"19":4,"20":1,"209":3,"21":27,"210":3,"214":2,"215":5,"221":29,"223":32,"224":5,"225":44,"23":17,"24":60,"25":53,"257":12,"26":4,"27":15,"273":4,"279":3,"28":19,"282":4,"291":5,"292":2,"31":4,"32":3,"33":1,"34":6,"347":1,"35":8,"352":59,"36":11,"37":6,"38":35,"383":6,"39":3,"391":4,"40":1,"41":2,"414":9,"415":2,"42":4,"426":2,"43":9,"430":2,"433":1,"44":7,"45":6,"46":10,"48":6,"49":13,"5":53,"51":6,"52":3,"53":7,"56":2,"6":19,"7":25,"8":22,"9":33,"all_client":9636,"all_tv_clinet":1002,"insert_time":"2014-08-23T21:43:14.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8654,"10":5,"107":33,"11":51,"12":1,"13":43,"14":15,"15":3,"155":2,"156":1,"158":1,"16":5,"161":11,"167":5,"17":3,"18":76,"19":3,"209":5,"21":26,"210":3,"214":2,"215":5,"221":30,"223":31,"224":4,"225":46,"23":16,"24":63,"25":55,"257":12,"26":6,"27":15,"273":4,"279":3,"28":19,"282":4,"291":5,"292":2,"31":4,"32":2,"33":1,"34":6,"347":1,"35":7,"352":57,"36":12,"37":6,"38":35,"383":5,"39":4,"391":4,"40":1,"41":4,"414":10,"415":2,"42":4,"426":2,"43":9,"430":2,"433":1,"44":7,"45":5,"46":9,"48":6,"49":13,"5":53,"51":6,"52":3,"53":6,"56":2,"6":22,"7":26,"8":22,"9":36,"all_client":9663,"all_tv_clinet":1009,"insert_time":"2014-08-23T21:44:14.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8663,"10":5,"107":34,"11":49,"12":1,"13":42,"14":16,"15":3,"155":2,"156":1,"158":1,"16":5,"161":10,"167":5,"17":3,"18":78,"19":5,"209":4,"21":27,"210":3,"214":3,"215":7,"221":30,"223":32,"224":4,"225":43,"23":18,"24":61,"25":57,"257":11,"26":6,"27":13,"273":4,"279":3,"28":21,"282":3,"291":5,"292":2,"31":5,"32":2,"33":1,"34":6,"347":1,"35":7,"352":57,"36":11,"37":7,"38":33,"381":1,"383":5,"39":3,"391":4,"40":2,"41":3,"414":10,"415":2,"42":4,"426":2,"43":9,"430":2,"433":1,"44":7,"45":5,"46":9,"48":6,"49":13,"5":52,"51":6,"52":3,"53":6,"56":2,"6":22,"7":28,"8":24,"9":38,"all_client":9679,"all_tv_clinet":1016,"insert_time":"2014-08-23T21:45:14.786Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8660,"10":5,"107":32,"11":48,"12":1,"13":43,"14":16,"15":3,"155":2,"156":1,"158":1,"16":6,"161":10,"167":5,"17":2,"18":81,"19":5,"209":4,"21":27,"210":3,"214":3,"215":7,"221":30,"223":33,"224":4,"225":50,"23":16,"24":66,"25":58,"257":11,"26":6,"27":15,"273":4,"279":3,"28":21,"282":3,"291":5,"292":2,"31":5,"32":2,"33":1,"34":6,"347":1,"35":7,"352":60,"36":11,"37":7,"38":33,"381":1,"383":5,"39":3,"391":4,"396":1,"40":2,"41":3,"414":11,"415":2,"42":5,"426":2,"43":7,"430":2,"433":1,"44":7,"45":7,"46":9,"48":6,"49":10,"5":54,"51":7,"52":3,"53":7,"56":2,"6":21,"7":29,"8":23,"9":39,"all_client":9698,"all_tv_clinet":1038,"insert_time":"2014-08-23T21:46:14.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8669,"10":5,"107":33,"11":50,"12":1,"13":41,"14":16,"15":3,"155":2,"156":1,"158":1,"16":7,"161":11,"167":5,"17":2,"18":82,"19":4,"209":2,"21":25,"210":3,"214":3,"215":4,"221":27,"223":31,"224":4,"225":52,"23":15,"24":70,"25":59,"257":12,"26":6,"27":16,"273":4,"279":3,"28":22,"282":3,"291":5,"292":3,"31":5,"32":2,"33":1,"34":6,"347":1,"35":8,"352":62,"36":8,"37":8,"38":33,"381":1,"383":5,"39":4,"391":5,"396":1,"40":3,"41":3,"414":10,"415":3,"42":5,"426":2,"43":6,"430":1,"433":1,"44":6,"45":6,"46":8,"48":7,"49":9,"5":55,"51":7,"52":3,"53":7,"56":2,"6":22,"7":29,"8":22,"9":43,"all_client":9712,"all_tv_clinet":1043,"insert_time":"2014-08-23T21:47:14.928Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8687,"10":5,"107":33,"11":54,"12":1,"13":41,"14":16,"15":3,"155":2,"156":1,"158":1,"16":8,"161":12,"167":6,"17":2,"18":83,"19":2,"209":2,"21":26,"210":3,"214":3,"215":4,"221":26,"223":34,"224":4,"225":51,"23":16,"24":68,"25":58,"257":12,"26":7,"27":17,"273":5,"279":3,"28":21,"282":4,"291":5,"292":3,"30":1,"31":6,"32":3,"33":1,"34":6,"347":1,"35":8,"352":60,"36":8,"37":8,"38":33,"381":1,"383":5,"39":3,"391":5,"396":1,"40":3,"41":3,"414":11,"415":3,"42":5,"426":2,"43":5,"430":1,"433":1,"44":7,"45":6,"46":9,"48":6,"49":8,"5":55,"51":8,"52":3,"53":7,"56":2,"6":22,"7":30,"8":22,"9":43,"all_client":9741,"all_tv_clinet":1054,"insert_time":"2014-08-23T21:48:15.018Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8678,"10":5,"107":36,"11":56,"12":1,"13":43,"14":16,"15":3,"155":2,"156":1,"158":1,"16":7,"161":12,"167":6,"17":2,"18":84,"19":3,"209":2,"21":26,"210":3,"214":4,"215":4,"221":27,"223":34,"224":4,"225":52,"23":17,"24":68,"25":58,"257":12,"26":7,"27":17,"273":5,"279":3,"28":22,"282":3,"291":4,"292":3,"30":1,"31":8,"32":3,"33":1,"34":6,"347":1,"35":8,"352":57,"36":7,"37":8,"38":32,"381":1,"383":5,"39":3,"391":5,"40":3,"41":5,"414":12,"415":2,"42":5,"426":2,"43":5,"433":1,"44":6,"45":5,"46":9,"48":6,"49":8,"5":58,"51":7,"52":1,"53":7,"56":2,"6":22,"63":1,"7":31,"8":22,"9":43,"all_client":9740,"all_tv_clinet":1062,"insert_time":"2014-08-23T21:49:15.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8699,"10":5,"107":34,"11":55,"12":1,"13":42,"14":15,"15":3,"155":2,"156":1,"158":1,"16":7,"161":11,"167":6,"17":2,"18":86,"19":4,"209":2,"21":25,"210":3,"214":4,"215":5,"221":30,"223":35,"224":3,"225":52,"23":16,"24":69,"25":57,"257":10,"26":7,"27":17,"273":5,"279":3,"28":22,"282":3,"291":4,"292":3,"30":1,"302":1,"31":7,"32":3,"33":1,"34":5,"347":1,"35":8,"352":56,"36":9,"37":8,"38":33,"381":1,"383":5,"39":4,"391":5,"40":3,"41":4,"414":12,"415":3,"42":5,"426":2,"43":6,"433":1,"44":6,"45":5,"46":9,"48":6,"49":8,"5":61,"51":8,"52":1,"53":8,"56":3,"6":25,"63":1,"7":32,"8":22,"9":46,"all_client":9774,"all_tv_clinet":1075,"insert_time":"2014-08-23T21:50:15.166Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8704,"10":5,"107":38,"11":57,"12":1,"13":38,"14":15,"15":3,"155":3,"156":1,"158":1,"16":6,"161":12,"167":6,"17":2,"18":88,"19":5,"209":2,"21":26,"210":3,"214":5,"215":5,"221":31,"223":36,"224":3,"225":52,"23":15,"24":72,"25":58,"257":11,"26":7,"27":17,"273":4,"279":3,"28":23,"282":3,"291":4,"292":3,"30":1,"302":1,"31":7,"314":1,"32":3,"33":2,"34":5,"347":1,"35":8,"352":56,"36":9,"37":9,"38":34,"381":1,"383":5,"39":2,"391":5,"40":3,"41":4,"414":11,"415":3,"42":5,"426":3,"43":4,"433":1,"44":5,"45":5,"46":9,"48":6,"49":7,"5":63,"51":9,"52":1,"53":8,"56":3,"6":26,"63":1,"7":31,"8":20,"9":49,"all_client":9795,"all_tv_clinet":1091,"insert_time":"2014-08-23T21:51:15.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8737,"10":5,"107":37,"11":56,"12":1,"13":38,"14":14,"15":3,"155":3,"156":1,"158":1,"16":8,"161":12,"167":6,"17":2,"18":87,"19":6,"209":2,"21":27,"210":3,"214":5,"215":5,"221":31,"223":36,"224":3,"225":50,"23":14,"24":69,"25":62,"257":10,"26":8,"27":17,"273":3,"279":3,"28":23,"282":3,"291":3,"292":3,"30":1,"302":1,"31":7,"314":1,"32":3,"33":2,"34":5,"347":1,"35":8,"352":59,"36":8,"37":9,"38":31,"381":1,"383":5,"39":3,"391":4,"40":3,"41":5,"414":11,"415":3,"42":5,"426":2,"43":4,"433":1,"44":4,"45":5,"46":10,"48":6,"49":7,"5":66,"51":9,"52":2,"53":9,"56":3,"6":27,"63":1,"7":31,"8":20,"9":49,"all_client":9829,"all_tv_clinet":1092,"insert_time":"2014-08-23T21:52:15.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8747,"10":5,"107":40,"11":58,"12":1,"13":40,"14":13,"15":3,"155":3,"156":1,"158":1,"16":8,"161":12,"167":7,"17":2,"18":89,"19":5,"209":2,"21":25,"210":3,"214":6,"215":5,"221":31,"223":36,"224":3,"225":47,"23":15,"24":72,"25":64,"257":10,"26":8,"27":17,"273":3,"279":4,"28":22,"282":3,"291":3,"292":3,"30":2,"31":7,"314":1,"32":4,"33":2,"34":6,"347":1,"35":8,"352":58,"36":8,"37":9,"38":31,"381":1,"383":5,"39":5,"391":5,"40":3,"41":5,"414":9,"415":2,"42":5,"426":3,"43":3,"433":1,"44":4,"45":5,"46":10,"48":6,"49":9,"5":70,"51":10,"52":2,"53":9,"56":2,"6":26,"63":1,"7":32,"8":21,"9":50,"all_client":9858,"all_tv_clinet":1111,"insert_time":"2014-08-23T21:53:15.424Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8763,"10":5,"107":39,"11":57,"12":1,"13":39,"14":12,"15":3,"155":4,"156":1,"158":1,"16":8,"161":12,"167":8,"17":2,"18":92,"19":5,"209":2,"21":22,"210":3,"214":6,"215":8,"221":33,"223":35,"224":3,"225":49,"23":18,"24":70,"25":64,"257":10,"26":7,"27":17,"273":2,"279":4,"28":22,"282":3,"291":3,"292":2,"30":1,"31":7,"314":1,"32":4,"33":2,"34":6,"347":1,"35":9,"352":62,"36":10,"37":10,"38":33,"381":1,"383":5,"39":4,"391":5,"40":3,"41":5,"414":8,"415":2,"42":5,"426":2,"43":5,"433":1,"44":4,"45":5,"46":11,"48":6,"49":8,"5":70,"51":9,"52":2,"53":9,"56":2,"6":26,"63":1,"7":33,"8":20,"9":53,"all_client":9886,"all_tv_clinet":1123,"insert_time":"2014-08-23T21:54:15.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8784,"10":5,"107":41,"11":57,"12":1,"13":37,"14":13,"15":3,"155":5,"156":1,"158":1,"16":6,"161":11,"167":7,"17":2,"18":94,"19":5,"209":2,"21":22,"210":3,"214":6,"215":8,"221":34,"223":35,"224":3,"225":54,"23":18,"24":68,"25":64,"257":9,"26":7,"27":18,"273":2,"279":4,"28":19,"282":3,"291":4,"292":2,"30":1,"31":7,"314":1,"32":4,"33":2,"34":7,"347":1,"35":9,"352":62,"36":13,"37":12,"38":33,"381":1,"383":6,"39":4,"391":5,"40":3,"41":3,"414":8,"415":2,"42":5,"426":2,"43":6,"433":1,"44":4,"45":5,"46":11,"48":6,"49":9,"5":72,"51":9,"52":2,"53":8,"56":2,"6":26,"63":1,"7":33,"8":22,"9":52,"all_client":9918,"all_tv_clinet":1134,"insert_time":"2014-08-23T21:55:15.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8816,"10":4,"107":40,"11":60,"12":1,"13":36,"14":14,"15":3,"155":5,"156":1,"158":1,"16":6,"161":11,"167":7,"17":2,"18":94,"19":5,"209":2,"21":22,"210":3,"214":6,"215":9,"221":32,"223":33,"224":4,"225":55,"23":20,"24":66,"25":66,"257":8,"26":7,"27":16,"273":2,"279":4,"28":19,"282":3,"291":4,"292":4,"30":1,"31":7,"314":1,"32":4,"33":2,"34":7,"347":1,"35":12,"352":65,"36":14,"37":12,"38":34,"381":1,"383":6,"39":5,"391":5,"40":3,"41":2,"414":8,"415":2,"42":5,"426":1,"43":5,"433":1,"44":5,"45":6,"46":10,"48":6,"49":9,"5":73,"51":8,"52":4,"53":9,"56":3,"6":25,"63":2,"7":33,"8":24,"9":53,"all_client":9965,"all_tv_clinet":1149,"insert_time":"2014-08-23T21:56:15.732Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8869,"10":4,"107":41,"11":61,"12":1,"13":35,"14":13,"15":3,"155":5,"156":1,"158":1,"16":5,"161":12,"167":7,"17":2,"18":97,"19":7,"209":2,"21":26,"210":3,"214":6,"215":10,"221":34,"223":31,"224":4,"225":54,"23":20,"24":68,"25":62,"257":10,"26":8,"27":16,"273":2,"279":4,"28":18,"282":3,"291":4,"292":4,"30":1,"31":7,"314":1,"32":4,"33":1,"34":6,"347":1,"35":14,"352":65,"36":14,"37":10,"38":32,"383":5,"39":6,"391":5,"40":3,"41":2,"414":8,"415":2,"42":5,"426":1,"43":5,"433":1,"44":5,"45":6,"46":9,"48":4,"49":10,"5":75,"51":9,"52":4,"53":8,"56":3,"6":26,"63":3,"7":36,"8":25,"9":54,"all_client":10029,"all_tv_clinet":1160,"insert_time":"2014-08-23T21:57:15.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8935,"10":5,"107":38,"11":63,"12":1,"13":38,"14":12,"15":3,"155":5,"156":1,"158":1,"16":5,"161":12,"167":7,"17":2,"18":95,"19":5,"209":2,"21":27,"210":3,"214":6,"215":10,"221":33,"223":28,"224":5,"225":55,"23":21,"24":67,"25":63,"257":10,"26":7,"27":14,"273":1,"279":4,"28":18,"282":3,"291":4,"292":4,"30":1,"31":7,"314":1,"32":4,"33":1,"34":6,"347":1,"35":14,"352":68,"36":14,"37":8,"38":32,"383":5,"39":5,"391":5,"40":3,"41":2,"414":9,"415":2,"42":5,"426":1,"43":4,"433":1,"44":5,"45":6,"46":10,"48":4,"49":10,"5":70,"51":9,"52":5,"53":7,"56":3,"6":26,"63":3,"7":42,"8":27,"9":57,"all_client":10096,"all_tv_clinet":1161,"insert_time":"2014-08-23T21:58:16.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":8979,"10":6,"107":38,"11":67,"12":1,"13":44,"14":11,"15":4,"155":5,"158":1,"16":6,"161":12,"167":7,"17":3,"18":94,"19":5,"209":2,"21":27,"210":3,"214":6,"215":10,"221":35,"223":27,"224":5,"225":53,"23":22,"24":66,"25":63,"257":10,"26":7,"27":11,"273":1,"279":3,"28":18,"282":3,"291":3,"292":3,"30":2,"31":7,"314":1,"32":5,"33":1,"34":6,"347":1,"35":13,"352":69,"36":14,"37":8,"38":34,"383":4,"39":6,"391":3,"40":3,"41":2,"414":8,"415":2,"42":5,"426":1,"43":4,"433":1,"44":5,"45":7,"46":10,"48":4,"49":11,"5":67,"51":9,"52":5,"53":6,"56":2,"6":27,"63":3,"7":41,"8":30,"9":63,"all_client":10151,"all_tv_clinet":1172,"insert_time":"2014-08-23T21:59:16.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9043,"10":6,"107":35,"11":68,"12":1,"13":47,"14":11,"15":7,"155":5,"158":1,"16":5,"161":13,"167":8,"17":4,"18":96,"19":4,"209":1,"21":27,"210":3,"211":2,"214":5,"215":10,"221":33,"223":29,"224":5,"225":52,"23":22,"24":67,"25":63,"257":11,"26":7,"27":11,"273":2,"279":3,"28":20,"282":2,"291":4,"292":3,"30":3,"31":7,"314":2,"32":5,"33":1,"34":5,"347":2,"35":10,"352":69,"36":15,"37":8,"38":34,"383":4,"39":5,"391":3,"40":3,"41":2,"414":8,"415":2,"42":6,"426":1,"43":4,"433":1,"44":5,"45":7,"46":10,"48":4,"49":11,"5":69,"51":8,"52":5,"53":7,"56":2,"6":26,"63":2,"7":41,"8":32,"9":62,"all_client":10227,"all_tv_clinet":1184,"insert_time":"2014-08-23T22:00:16.241Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9085,"10":6,"107":39,"11":69,"12":2,"13":47,"14":11,"15":7,"155":5,"158":1,"16":5,"161":13,"167":9,"17":5,"18":101,"19":4,"209":2,"21":26,"210":3,"211":2,"214":4,"215":10,"221":33,"223":30,"224":5,"225":52,"23":23,"24":70,"25":65,"257":12,"26":7,"27":12,"273":2,"279":3,"28":19,"282":2,"291":4,"292":3,"30":2,"31":7,"314":2,"32":6,"34":3,"347":2,"35":10,"352":61,"36":15,"37":6,"38":36,"383":4,"39":5,"391":3,"40":3,"41":2,"414":6,"415":2,"42":5,"426":1,"43":4,"433":1,"44":5,"45":6,"46":11,"48":4,"49":11,"5":66,"51":8,"52":5,"53":7,"56":2,"6":26,"63":2,"7":41,"8":33,"9":59,"all_client":10270,"all_tv_clinet":1185,"insert_time":"2014-08-23T22:01:16.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9118,"10":5,"107":39,"11":67,"12":4,"13":46,"14":11,"15":11,"155":6,"156":1,"158":1,"16":4,"161":13,"167":10,"17":6,"18":102,"19":5,"209":2,"21":28,"210":2,"211":2,"214":4,"215":10,"221":36,"223":29,"224":4,"225":54,"23":24,"24":72,"25":66,"257":12,"26":7,"27":12,"273":2,"276":1,"279":3,"28":20,"282":2,"291":4,"292":3,"30":1,"31":7,"314":2,"32":6,"34":3,"347":2,"35":12,"352":62,"36":15,"37":6,"38":35,"381":1,"383":4,"39":6,"391":2,"40":2,"41":3,"414":6,"415":2,"42":5,"426":2,"43":4,"433":1,"44":4,"45":7,"46":11,"48":3,"49":12,"5":67,"51":8,"52":7,"53":7,"56":2,"6":24,"63":2,"7":40,"8":34,"9":58,"all_client":10323,"all_tv_clinet":1205,"insert_time":"2014-08-23T22:02:16.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9185,"10":4,"107":44,"11":69,"12":4,"13":46,"14":9,"15":10,"155":6,"156":1,"158":1,"16":4,"161":13,"167":10,"17":7,"18":109,"19":5,"20":2,"209":2,"21":28,"210":2,"211":2,"214":4,"215":10,"221":35,"223":27,"224":3,"225":50,"23":23,"24":80,"25":70,"257":11,"26":6,"27":14,"273":1,"276":2,"279":3,"28":18,"282":2,"291":4,"292":2,"30":1,"31":6,"314":2,"32":6,"34":3,"347":2,"35":11,"352":60,"36":16,"37":5,"38":35,"381":1,"383":4,"39":5,"391":2,"40":2,"41":3,"414":5,"415":2,"42":3,"426":2,"43":4,"433":1,"44":4,"45":8,"46":12,"48":3,"49":12,"5":76,"51":9,"52":7,"53":6,"56":2,"6":24,"63":2,"7":38,"8":35,"9":56,"all_client":10403,"all_tv_clinet":1218,"insert_time":"2014-08-23T22:03:16.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9220,"10":4,"107":40,"11":69,"12":4,"13":42,"14":8,"15":15,"155":6,"156":1,"158":1,"16":4,"161":11,"167":10,"17":8,"18":116,"19":5,"20":3,"209":3,"21":29,"210":2,"211":2,"214":5,"215":11,"221":36,"223":28,"224":3,"225":49,"23":27,"24":81,"25":73,"257":11,"26":9,"27":14,"273":1,"276":2,"279":3,"28":18,"282":2,"291":4,"292":2,"30":2,"31":6,"314":2,"32":6,"34":3,"347":3,"35":11,"352":57,"36":17,"37":5,"38":40,"381":1,"383":3,"39":5,"391":2,"41":5,"414":5,"415":2,"42":3,"426":2,"43":3,"433":1,"44":4,"45":8,"46":12,"48":3,"49":12,"5":80,"51":8,"52":7,"53":5,"56":2,"6":24,"63":2,"7":40,"8":34,"9":62,"all_client":10469,"all_tv_clinet":1249,"insert_time":"2014-08-23T22:04:16.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9278,"10":4,"107":40,"11":67,"12":3,"13":44,"14":8,"15":17,"155":6,"156":1,"158":1,"16":3,"161":12,"167":11,"17":9,"18":117,"19":4,"20":3,"209":3,"21":28,"210":2,"211":2,"214":5,"215":11,"221":35,"223":28,"224":3,"225":46,"23":30,"24":80,"25":75,"257":11,"26":9,"27":16,"273":1,"276":2,"279":3,"28":17,"282":2,"291":4,"292":2,"30":2,"31":6,"314":2,"32":6,"33":1,"34":3,"347":4,"35":9,"352":59,"36":17,"37":5,"38":39,"381":1,"383":2,"39":6,"391":2,"41":5,"414":4,"415":3,"42":3,"43":3,"433":1,"44":4,"45":8,"46":12,"48":3,"49":12,"5":85,"51":8,"52":6,"53":3,"56":2,"6":25,"63":2,"7":42,"8":34,"9":62,"all_client":10534,"all_tv_clinet":1256,"insert_time":"2014-08-23T22:05:16.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9308,"10":4,"107":40,"11":67,"12":3,"13":53,"14":8,"15":16,"155":6,"156":1,"158":1,"16":3,"161":12,"167":10,"17":11,"18":117,"19":3,"20":3,"209":2,"21":29,"210":2,"211":1,"214":5,"215":9,"221":34,"223":28,"224":3,"225":44,"23":29,"24":76,"25":75,"257":11,"26":9,"27":16,"273":1,"276":3,"279":3,"28":16,"282":3,"291":3,"292":3,"30":2,"302":1,"31":6,"314":2,"32":6,"33":1,"34":3,"347":4,"35":10,"352":61,"36":16,"37":5,"38":41,"381":1,"383":2,"39":4,"391":2,"40":1,"41":5,"414":3,"415":3,"42":4,"43":3,"433":1,"44":3,"45":8,"46":12,"48":3,"49":12,"5":92,"51":9,"52":5,"53":2,"56":2,"6":26,"63":2,"7":44,"8":33,"9":61,"all_client":10572,"all_tv_clinet":1264,"insert_time":"2014-08-23T22:06:16.994Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9351,"10":4,"107":44,"11":73,"12":3,"13":52,"14":9,"15":19,"155":7,"156":1,"158":1,"16":3,"161":11,"167":10,"17":11,"18":120,"19":3,"20":5,"209":2,"21":32,"210":2,"211":1,"214":4,"215":8,"221":31,"223":25,"224":3,"225":40,"23":30,"24":76,"25":76,"257":11,"26":9,"268":1,"27":14,"273":1,"276":3,"279":3,"28":16,"282":3,"291":4,"292":4,"30":1,"302":1,"31":5,"314":2,"32":7,"33":1,"34":3,"347":4,"35":10,"352":66,"36":13,"37":4,"38":42,"381":1,"383":2,"39":3,"391":2,"40":2,"41":5,"414":3,"415":3,"42":4,"43":3,"433":1,"44":3,"45":8,"46":11,"48":3,"49":13,"5":94,"51":9,"52":6,"53":2,"56":2,"6":24,"63":3,"7":46,"8":34,"9":60,"all_client":10632,"all_tv_clinet":1281,"insert_time":"2014-08-23T22:07:17.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9378,"10":4,"107":42,"11":76,"12":3,"13":54,"14":10,"15":19,"155":7,"158":1,"159":1,"16":3,"160":1,"161":12,"167":11,"17":12,"18":122,"19":3,"20":6,"209":3,"21":34,"210":2,"211":1,"214":4,"215":9,"221":33,"223":25,"224":3,"225":42,"23":30,"24":77,"25":76,"257":11,"26":9,"268":1,"27":14,"273":1,"276":3,"279":3,"28":16,"282":3,"291":4,"292":5,"30":1,"302":1,"31":5,"314":2,"32":7,"34":5,"347":3,"35":9,"352":71,"36":12,"37":4,"38":43,"381":1,"383":2,"39":5,"391":2,"40":3,"41":5,"414":2,"415":1,"42":4,"43":3,"433":1,"44":3,"45":8,"46":12,"48":2,"49":12,"5":99,"51":10,"52":7,"53":2,"56":2,"6":21,"63":3,"7":49,"8":34,"9":60,"all_client":10690,"all_tv_clinet":1312,"insert_time":"2014-08-23T22:08:17.187Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9433,"10":5,"107":46,"11":74,"12":6,"13":57,"14":9,"15":19,"155":7,"158":1,"159":1,"16":3,"160":1,"161":11,"167":11,"17":13,"18":121,"19":4,"20":6,"209":3,"21":34,"210":2,"211":2,"214":3,"215":10,"221":32,"223":29,"224":3,"225":42,"23":30,"24":81,"25":74,"257":13,"26":9,"268":1,"27":14,"273":1,"276":3,"279":3,"28":17,"282":3,"291":4,"292":5,"30":1,"302":1,"31":5,"314":2,"32":7,"34":5,"347":3,"35":8,"352":68,"36":13,"37":5,"38":37,"381":1,"383":3,"39":4,"391":2,"40":4,"41":6,"414":2,"415":1,"42":5,"43":2,"433":1,"44":3,"45":8,"46":13,"48":1,"49":12,"5":97,"51":11,"52":7,"53":2,"56":2,"6":21,"63":3,"7":51,"8":36,"9":60,"all_client":10759,"all_tv_clinet":1326,"insert_time":"2014-08-23T22:09:17.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9501,"10":4,"107":48,"11":75,"12":6,"13":59,"14":9,"15":18,"155":7,"158":1,"159":1,"16":4,"160":1,"161":10,"167":12,"17":14,"18":121,"19":4,"20":6,"209":3,"21":34,"210":2,"211":2,"214":3,"215":11,"221":34,"223":31,"224":4,"225":42,"23":30,"24":84,"25":72,"257":11,"26":9,"268":1,"27":14,"273":1,"276":3,"279":3,"28":17,"282":3,"291":3,"292":5,"30":2,"302":1,"31":5,"314":2,"32":6,"34":5,"347":2,"35":8,"352":68,"36":12,"37":4,"38":46,"383":2,"39":4,"391":3,"40":4,"41":5,"414":2,"415":1,"42":5,"43":3,"430":1,"433":1,"44":3,"45":7,"46":14,"48":1,"49":11,"5":101,"51":12,"52":6,"53":2,"56":2,"6":22,"63":2,"7":51,"8":36,"9":57,"all_client":10842,"all_tv_clinet":1341,"insert_time":"2014-08-23T22:10:17.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9588,"10":4,"107":46,"11":75,"12":11,"13":57,"14":10,"15":18,"155":7,"156":1,"158":1,"159":1,"16":4,"160":1,"161":10,"167":13,"17":15,"18":122,"19":3,"20":5,"209":3,"21":34,"210":3,"211":2,"214":3,"215":12,"221":33,"223":31,"224":4,"225":44,"23":33,"24":86,"25":72,"257":11,"26":9,"268":1,"27":13,"273":1,"276":3,"279":2,"28":17,"282":3,"291":3,"292":5,"30":2,"302":1,"31":5,"314":2,"32":6,"34":5,"347":2,"35":7,"352":72,"36":12,"37":5,"38":46,"381":1,"383":2,"39":5,"391":3,"40":3,"409":1,"41":5,"414":2,"415":1,"42":5,"43":3,"430":1,"433":1,"44":3,"45":7,"46":14,"48":1,"49":10,"5":104,"51":12,"52":7,"53":2,"56":2,"6":23,"63":2,"7":52,"8":35,"9":52,"all_client":10944,"all_tv_clinet":1356,"insert_time":"2014-08-23T22:11:17.590Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9675,"10":4,"107":48,"11":78,"12":10,"13":59,"14":10,"15":19,"155":7,"156":1,"158":1,"159":1,"16":5,"160":2,"161":9,"167":14,"17":17,"18":125,"19":4,"20":7,"209":3,"21":37,"210":3,"211":1,"214":3,"215":11,"221":33,"223":27,"224":4,"225":42,"23":33,"24":82,"25":72,"257":11,"26":9,"268":2,"27":13,"273":1,"276":3,"279":2,"28":15,"282":3,"291":3,"292":5,"30":3,"302":1,"31":5,"314":2,"32":6,"34":6,"347":2,"35":6,"352":70,"36":11,"37":5,"38":46,"381":1,"383":2,"39":4,"391":3,"40":2,"409":1,"41":5,"414":2,"415":2,"42":5,"43":4,"430":1,"433":1,"44":3,"45":7,"46":15,"49":10,"5":108,"51":12,"52":7,"53":2,"56":2,"6":22,"63":2,"7":59,"8":36,"9":45,"all_client":11040,"all_tv_clinet":1365,"insert_time":"2014-08-23T22:12:17.688Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9760,"10":4,"107":49,"11":77,"12":11,"13":53,"14":12,"15":21,"155":7,"156":1,"158":1,"159":1,"16":5,"160":2,"161":10,"167":14,"17":18,"18":125,"19":4,"20":9,"209":3,"21":38,"210":3,"211":1,"214":3,"215":11,"221":33,"223":29,"224":3,"225":41,"23":30,"24":85,"25":73,"257":12,"26":8,"268":2,"27":11,"273":1,"276":5,"279":2,"28":13,"282":3,"291":3,"292":5,"30":2,"302":1,"31":5,"314":2,"32":7,"34":6,"347":2,"35":5,"352":72,"36":11,"37":5,"38":47,"381":3,"383":2,"39":4,"391":3,"40":2,"409":1,"41":5,"414":2,"415":3,"42":6,"43":4,"430":1,"433":1,"44":3,"45":7,"46":16,"49":9,"5":109,"51":12,"52":6,"53":1,"56":2,"570":1,"6":23,"63":2,"7":62,"8":38,"9":42,"all_client":11137,"all_tv_clinet":1377,"insert_time":"2014-08-23T22:13:17.774Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9838,"10":4,"107":48,"11":77,"12":15,"13":58,"14":11,"15":24,"155":7,"158":1,"159":1,"16":6,"160":2,"161":10,"167":15,"17":22,"18":125,"19":7,"20":9,"209":3,"21":40,"210":3,"211":1,"214":3,"215":10,"221":30,"223":33,"224":5,"225":42,"23":27,"24":90,"25":67,"257":12,"26":8,"268":2,"27":12,"273":1,"276":5,"279":1,"28":14,"282":3,"291":3,"292":6,"30":2,"302":2,"31":5,"314":1,"32":7,"34":8,"347":3,"35":3,"352":67,"36":9,"37":5,"38":47,"381":3,"383":2,"39":5,"391":3,"40":2,"41":4,"414":2,"415":4,"42":7,"43":4,"430":1,"433":1,"44":3,"45":7,"46":16,"49":6,"5":106,"51":12,"52":6,"53":2,"56":2,"570":1,"6":22,"63":3,"7":61,"8":40,"9":40,"all_client":11225,"all_tv_clinet":1387,"insert_time":"2014-08-23T22:14:17.866Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9905,"10":5,"107":51,"11":77,"12":16,"13":57,"14":11,"15":26,"155":7,"158":1,"159":1,"16":6,"160":2,"161":10,"167":15,"17":24,"18":123,"19":7,"20":11,"209":3,"21":39,"210":3,"211":1,"214":3,"215":10,"221":30,"223":37,"224":5,"225":44,"23":30,"24":93,"25":63,"257":11,"26":8,"268":2,"27":13,"273":1,"276":5,"279":1,"28":15,"282":3,"291":2,"292":5,"30":2,"302":2,"31":5,"314":1,"32":8,"33":1,"34":6,"347":3,"35":3,"352":68,"36":9,"37":6,"38":49,"381":3,"383":2,"39":4,"391":3,"40":2,"41":4,"414":2,"415":4,"42":7,"43":4,"430":1,"433":1,"44":3,"45":7,"46":16,"49":6,"5":107,"51":12,"52":6,"53":2,"56":2,"570":1,"6":23,"63":3,"7":68,"8":40,"9":40,"all_client":11318,"all_tv_clinet":1413,"insert_time":"2014-08-23T22:15:17.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":9942,"10":6,"107":50,"11":78,"12":18,"13":60,"14":10,"15":25,"155":7,"158":1,"159":2,"16":6,"160":2,"161":9,"167":16,"17":24,"18":128,"19":8,"20":11,"209":4,"21":39,"210":3,"211":1,"214":3,"215":11,"221":30,"223":39,"224":6,"225":50,"23":28,"24":99,"25":61,"257":10,"26":5,"268":2,"27":14,"273":1,"276":4,"279":1,"28":15,"281":1,"282":3,"291":1,"292":4,"30":2,"302":2,"306":1,"31":5,"314":1,"32":8,"33":1,"34":6,"347":3,"35":3,"352":66,"36":9,"37":5,"38":48,"381":3,"383":2,"39":4,"391":3,"396":1,"40":2,"41":4,"414":2,"415":4,"42":7,"43":4,"430":1,"433":1,"44":3,"45":8,"46":15,"48":1,"49":7,"5":110,"51":13,"52":7,"53":1,"56":2,"570":1,"6":24,"63":3,"7":69,"8":42,"9":40,"all_client":11382,"all_tv_clinet":1440,"insert_time":"2014-08-23T22:16:18.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10029,"10":6,"107":50,"11":83,"12":14,"13":59,"14":10,"15":23,"155":7,"158":1,"159":2,"16":5,"160":2,"161":10,"167":16,"17":25,"18":137,"19":11,"20":12,"209":4,"21":41,"210":3,"211":1,"214":3,"215":12,"221":31,"223":37,"224":6,"225":49,"23":30,"24":99,"25":60,"257":10,"26":8,"268":2,"27":14,"273":3,"276":5,"28":13,"281":1,"282":4,"291":1,"292":3,"30":2,"302":2,"306":1,"31":5,"314":2,"32":7,"33":1,"34":6,"347":3,"35":3,"352":67,"36":10,"37":5,"38":51,"381":3,"383":2,"39":5,"391":3,"396":1,"40":1,"41":4,"414":2,"415":4,"42":6,"43":3,"430":1,"433":1,"44":2,"45":8,"46":17,"48":1,"49":7,"5":116,"51":11,"52":6,"53":1,"56":2,"570":1,"6":23,"63":2,"7":70,"8":45,"9":39,"all_client":11494,"all_tv_clinet":1465,"insert_time":"2014-08-23T22:17:18.211Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10112,"10":7,"107":48,"11":84,"12":13,"13":64,"14":11,"15":23,"155":6,"158":1,"159":2,"16":7,"160":2,"161":11,"167":17,"17":23,"18":141,"19":11,"20":11,"209":5,"21":43,"210":3,"211":1,"214":3,"215":11,"221":34,"223":35,"224":7,"225":49,"23":29,"24":99,"25":63,"257":10,"26":8,"268":1,"27":15,"273":3,"276":6,"28":12,"281":1,"282":4,"292":3,"30":3,"302":2,"306":1,"31":4,"314":2,"32":6,"33":1,"34":6,"347":3,"35":2,"352":70,"36":12,"37":3,"38":55,"381":3,"383":2,"39":4,"391":3,"396":1,"40":1,"41":3,"414":2,"415":4,"42":5,"43":3,"430":1,"433":1,"44":2,"45":8,"46":18,"48":2,"49":8,"5":123,"51":9,"52":7,"53":1,"56":2,"570":1,"6":23,"63":2,"7":69,"79":1,"8":46,"80":1,"9":41,"all_client":11606,"all_tv_clinet":1494,"insert_time":"2014-08-23T22:18:18.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10184,"10":7,"107":49,"11":83,"12":13,"13":70,"14":13,"15":24,"155":7,"158":1,"159":2,"16":7,"160":3,"161":10,"167":17,"17":24,"18":140,"19":11,"20":13,"209":8,"21":48,"210":3,"211":1,"214":3,"215":11,"221":36,"223":32,"224":8,"225":50,"23":30,"24":101,"25":62,"257":10,"26":8,"268":1,"27":15,"273":3,"276":6,"279":1,"28":12,"282":4,"292":3,"30":3,"302":2,"306":1,"31":4,"314":3,"32":5,"33":2,"34":6,"347":4,"35":3,"352":68,"36":14,"37":3,"38":53,"381":3,"383":2,"39":4,"391":3,"40":2,"41":4,"414":2,"415":4,"42":5,"43":4,"430":1,"433":1,"44":2,"45":9,"46":17,"48":1,"49":8,"5":128,"51":8,"52":5,"53":1,"56":2,"6":21,"63":2,"7":67,"79":1,"8":47,"80":1,"9":46,"all_client":11706,"all_tv_clinet":1522,"insert_time":"2014-08-23T22:19:18.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10254,"10":7,"107":51,"11":84,"12":15,"13":74,"14":14,"15":24,"155":6,"156":1,"158":1,"159":2,"16":8,"160":3,"161":12,"167":18,"17":23,"18":148,"19":11,"20":13,"209":7,"21":48,"210":3,"211":1,"214":2,"215":12,"221":35,"223":34,"224":8,"225":48,"23":30,"24":103,"25":63,"257":10,"26":7,"268":1,"27":15,"273":3,"276":6,"279":2,"28":13,"282":4,"292":3,"30":3,"302":1,"306":1,"31":4,"314":3,"32":5,"33":2,"34":5,"347":5,"35":4,"352":65,"36":16,"37":4,"38":51,"381":3,"383":2,"39":5,"391":3,"40":3,"41":6,"414":1,"415":3,"42":6,"43":4,"430":1,"433":1,"44":2,"45":9,"46":14,"48":2,"49":7,"5":136,"51":7,"52":5,"53":1,"56":3,"6":23,"63":3,"7":68,"79":1,"8":47,"80":1,"9":50,"all_client":11813,"all_tv_clinet":1559,"insert_time":"2014-08-23T22:20:18.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10298,"10":7,"107":52,"11":85,"12":16,"13":73,"14":14,"15":26,"155":6,"156":1,"158":1,"159":2,"16":9,"160":3,"161":11,"167":18,"17":24,"18":152,"19":12,"20":13,"209":7,"21":47,"210":3,"211":1,"214":2,"215":12,"221":34,"223":32,"224":7,"225":52,"23":28,"24":109,"25":60,"257":9,"26":7,"268":1,"27":15,"273":3,"276":7,"279":2,"28":14,"282":4,"292":3,"30":2,"302":1,"306":1,"31":3,"314":3,"32":5,"33":2,"34":5,"347":5,"35":4,"352":67,"36":16,"37":5,"38":48,"381":3,"383":1,"39":3,"391":3,"40":3,"41":6,"414":1,"415":3,"42":8,"43":4,"430":2,"433":1,"44":2,"45":9,"46":15,"48":3,"49":11,"5":143,"51":7,"52":5,"53":2,"56":3,"6":26,"63":3,"7":68,"79":1,"8":49,"80":1,"9":51,"all_client":11886,"all_tv_clinet":1588,"insert_time":"2014-08-23T22:21:18.865Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10359,"10":7,"107":55,"11":88,"12":16,"13":77,"14":14,"15":31,"155":6,"156":1,"158":1,"159":2,"16":7,"160":1,"161":12,"167":20,"17":24,"18":157,"19":11,"20":14,"209":7,"21":45,"210":3,"211":1,"214":3,"215":11,"221":32,"223":37,"224":5,"225":52,"23":28,"24":107,"25":62,"257":9,"26":9,"268":2,"27":15,"273":3,"276":8,"279":2,"28":14,"282":3,"292":3,"30":2,"302":1,"306":1,"31":3,"314":2,"32":5,"33":2,"34":4,"347":5,"35":4,"352":66,"36":16,"37":5,"38":47,"381":2,"383":1,"39":3,"391":3,"397":2,"40":4,"41":7,"414":1,"415":3,"42":7,"43":5,"430":1,"433":1,"44":2,"45":10,"46":14,"48":4,"49":11,"5":143,"51":7,"52":4,"53":2,"56":3,"6":24,"63":3,"7":72,"79":1,"8":47,"80":2,"9":51,"all_client":11967,"all_tv_clinet":1608,"insert_time":"2014-08-23T22:22:18.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10444,"10":7,"107":58,"11":91,"12":18,"13":80,"14":14,"15":30,"155":6,"156":1,"158":4,"159":2,"16":7,"161":13,"167":20,"17":26,"18":162,"19":12,"20":13,"209":6,"21":45,"210":3,"211":1,"214":3,"215":10,"221":32,"223":38,"224":6,"225":48,"23":26,"24":111,"25":61,"257":10,"26":9,"268":2,"27":15,"273":2,"276":8,"279":2,"28":14,"282":3,"292":3,"30":2,"302":2,"306":1,"31":3,"314":2,"32":5,"33":2,"34":3,"347":5,"35":4,"352":64,"36":16,"37":4,"38":47,"381":3,"383":2,"39":4,"391":3,"397":2,"40":4,"41":6,"414":1,"415":3,"42":7,"43":5,"430":1,"433":1,"44":1,"45":10,"46":18,"48":5,"49":13,"5":148,"51":7,"52":2,"53":1,"56":2,"6":24,"63":3,"7":77,"79":1,"8":50,"80":3,"9":51,"all_client":12084,"all_tv_clinet":1640,"insert_time":"2014-08-23T22:23:19.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10531,"10":7,"107":56,"11":90,"12":23,"13":81,"14":14,"15":31,"155":6,"156":1,"158":4,"159":2,"16":8,"161":13,"167":20,"17":25,"18":164,"19":11,"20":12,"209":6,"21":47,"210":3,"211":1,"214":3,"215":10,"221":31,"223":43,"224":6,"225":47,"23":25,"24":114,"25":62,"257":11,"26":11,"268":2,"27":16,"273":2,"276":9,"279":2,"28":12,"282":2,"292":3,"30":1,"302":2,"306":1,"31":4,"314":2,"32":4,"33":2,"34":3,"347":5,"35":4,"352":64,"36":15,"37":3,"38":46,"381":3,"383":2,"39":3,"391":3,"397":2,"40":5,"41":6,"414":1,"415":3,"419":1,"42":8,"43":5,"433":1,"44":2,"45":10,"46":21,"48":6,"49":13,"5":145,"51":8,"52":3,"56":2,"6":24,"63":3,"7":80,"79":2,"8":45,"80":3,"9":51,"all_client":12184,"all_tv_clinet":1653,"insert_time":"2014-08-23T22:24:19.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10627,"10":7,"107":57,"11":91,"12":23,"13":84,"14":13,"15":30,"155":5,"156":1,"158":4,"159":2,"16":9,"161":14,"167":18,"17":25,"18":165,"19":11,"20":13,"209":5,"21":47,"210":4,"211":1,"214":4,"215":9,"221":37,"223":49,"224":6,"225":48,"23":25,"24":116,"25":65,"257":10,"26":12,"268":2,"27":16,"273":3,"276":10,"279":1,"28":12,"282":2,"291":1,"292":4,"30":1,"302":2,"306":1,"31":4,"314":2,"32":3,"33":2,"34":3,"347":5,"35":4,"352":69,"36":15,"37":4,"38":45,"381":2,"383":2,"39":3,"391":2,"397":2,"40":3,"41":5,"414":1,"415":5,"419":1,"42":10,"43":5,"433":1,"44":2,"45":10,"46":23,"48":7,"49":13,"5":144,"51":8,"52":2,"56":2,"6":22,"63":2,"7":81,"79":2,"8":44,"80":4,"9":51,"all_client":12307,"all_tv_clinet":1680,"insert_time":"2014-08-23T22:25:19.326Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10735,"10":7,"107":55,"11":92,"12":23,"13":82,"14":13,"15":31,"155":5,"156":1,"158":3,"159":2,"16":8,"160":1,"161":15,"167":18,"17":25,"18":176,"19":10,"20":15,"209":5,"21":41,"210":4,"211":1,"214":4,"215":10,"221":37,"223":48,"224":6,"225":49,"23":25,"24":119,"25":68,"257":11,"26":12,"268":2,"27":16,"273":4,"276":11,"279":1,"28":11,"282":2,"291":1,"292":3,"30":1,"302":2,"306":1,"31":4,"314":2,"32":3,"33":2,"34":3,"347":4,"35":5,"352":69,"36":16,"37":3,"38":47,"381":1,"383":2,"39":4,"391":2,"397":2,"40":3,"41":5,"414":1,"415":5,"419":1,"42":10,"43":5,"433":1,"44":2,"45":10,"46":22,"48":7,"49":13,"5":150,"51":7,"52":2,"53":1,"56":2,"6":23,"63":2,"7":79,"79":2,"8":41,"80":4,"9":45,"all_client":12424,"all_tv_clinet":1689,"insert_time":"2014-08-23T22:26:19.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10838,"10":8,"107":54,"11":89,"12":25,"13":87,"14":14,"15":32,"155":5,"156":1,"158":3,"159":2,"16":8,"160":1,"161":16,"167":18,"17":25,"18":184,"19":10,"20":16,"209":5,"21":40,"210":4,"214":4,"215":10,"221":37,"223":47,"224":5,"225":47,"23":24,"24":118,"25":69,"257":11,"26":13,"268":2,"27":16,"273":4,"276":11,"279":1,"28":13,"282":2,"291":1,"292":3,"30":1,"302":2,"306":2,"31":3,"314":2,"32":4,"33":2,"34":4,"347":3,"35":5,"352":66,"36":15,"37":3,"38":44,"380":1,"381":1,"383":3,"39":3,"391":3,"397":2,"40":3,"41":5,"414":1,"415":5,"419":2,"42":9,"43":4,"44":2,"45":11,"46":22,"48":7,"49":14,"5":154,"51":7,"52":2,"53":1,"56":2,"6":28,"63":2,"7":81,"79":2,"8":42,"80":4,"9":48,"all_client":12550,"all_tv_clinet":1712,"insert_time":"2014-08-23T22:27:19.578Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":10924,"10":8,"107":50,"11":83,"12":26,"13":89,"14":12,"15":34,"155":5,"156":1,"158":4,"159":2,"16":7,"160":1,"161":16,"167":18,"17":27,"18":186,"19":12,"20":16,"209":4,"21":42,"210":4,"214":4,"215":11,"221":39,"223":47,"224":4,"225":46,"23":24,"24":120,"25":69,"257":13,"26":15,"268":2,"27":17,"273":5,"276":11,"279":1,"28":18,"281":1,"282":2,"291":1,"292":3,"30":1,"302":2,"306":1,"31":3,"314":2,"32":3,"33":3,"34":4,"347":4,"35":5,"352":69,"36":16,"37":3,"38":46,"380":1,"381":1,"383":3,"39":3,"391":3,"396":1,"397":2,"40":3,"41":5,"414":1,"415":5,"419":2,"42":9,"43":4,"44":2,"45":11,"46":19,"48":7,"49":14,"5":159,"51":7,"52":2,"53":1,"56":2,"6":32,"63":3,"7":82,"79":2,"8":44,"80":4,"9":49,"all_client":12669,"all_tv_clinet":1745,"insert_time":"2014-08-23T22:28:19.742Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11044,"10":8,"107":54,"11":71,"12":24,"13":95,"14":13,"15":36,"155":5,"156":2,"158":4,"159":2,"16":7,"160":1,"161":14,"167":18,"17":29,"18":193,"19":15,"20":16,"209":4,"21":43,"210":4,"214":4,"215":11,"221":41,"223":46,"224":5,"225":48,"23":25,"24":120,"25":75,"257":14,"26":16,"268":2,"27":14,"273":5,"276":12,"279":1,"28":19,"281":1,"282":2,"291":1,"292":3,"30":1,"302":2,"306":1,"31":3,"314":2,"32":3,"33":3,"34":4,"347":3,"35":6,"352":68,"36":14,"37":3,"38":50,"380":1,"381":1,"383":2,"39":4,"391":3,"396":1,"397":2,"40":4,"41":5,"414":1,"415":5,"419":2,"42":8,"43":5,"44":3,"45":11,"46":17,"48":7,"49":13,"5":167,"51":7,"52":2,"53":1,"56":2,"6":32,"63":4,"7":85,"79":2,"8":42,"80":4,"9":52,"all_client":12825,"all_tv_clinet":1781,"insert_time":"2014-08-23T22:29:19.947Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11164,"10":8,"107":54,"11":68,"12":21,"13":94,"14":12,"15":34,"155":5,"156":2,"158":4,"159":3,"16":6,"160":2,"161":14,"167":20,"17":29,"18":203,"19":20,"20":18,"209":4,"21":42,"210":5,"214":5,"215":11,"221":40,"223":48,"224":6,"225":49,"23":24,"24":117,"25":77,"257":14,"26":16,"268":2,"27":11,"273":5,"276":13,"279":1,"28":21,"281":1,"282":2,"291":1,"292":3,"30":1,"302":2,"31":4,"314":2,"32":4,"33":3,"34":4,"347":4,"35":7,"352":69,"36":15,"37":4,"38":53,"380":1,"381":1,"383":2,"39":3,"391":3,"396":1,"397":2,"40":4,"41":4,"414":1,"415":5,"419":2,"42":8,"43":5,"44":3,"45":11,"46":17,"48":5,"49":14,"5":170,"51":7,"52":1,"53":1,"56":2,"6":34,"63":4,"7":91,"79":2,"8":39,"80":4,"9":51,"all_client":12969,"all_tv_clinet":1805,"insert_time":"2014-08-23T22:30:20.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11281,"10":9,"107":52,"11":75,"12":21,"13":97,"14":12,"15":31,"155":5,"156":2,"158":3,"159":3,"16":8,"160":2,"161":14,"167":18,"17":32,"18":201,"19":23,"20":21,"209":3,"21":43,"210":6,"214":5,"215":10,"221":40,"223":51,"224":6,"225":53,"23":24,"24":110,"25":77,"257":13,"26":16,"268":2,"27":11,"273":5,"276":15,"279":1,"28":19,"281":1,"282":2,"291":1,"292":4,"30":1,"302":2,"31":4,"314":2,"32":4,"33":2,"34":4,"347":5,"35":7,"352":75,"36":14,"37":4,"38":53,"380":1,"381":1,"383":3,"39":3,"391":4,"396":1,"397":2,"40":5,"41":4,"414":1,"415":6,"419":1,"42":7,"43":5,"44":4,"45":10,"46":16,"48":5,"49":16,"5":177,"51":5,"52":1,"53":1,"56":2,"6":33,"63":5,"7":97,"79":3,"8":41,"80":4,"9":52,"all_client":13121,"all_tv_clinet":1840,"insert_time":"2014-08-23T22:31:20.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11411,"10":10,"107":50,"11":77,"12":20,"13":96,"14":13,"15":30,"155":5,"156":1,"158":3,"159":3,"16":9,"160":2,"161":11,"167":18,"17":33,"18":197,"19":24,"20":20,"209":3,"21":45,"210":6,"214":5,"215":10,"221":40,"223":59,"224":6,"225":55,"23":28,"24":111,"25":77,"257":15,"26":16,"268":1,"27":11,"273":5,"276":16,"279":1,"28":19,"281":1,"282":1,"291":1,"292":4,"30":1,"302":2,"31":6,"314":1,"32":7,"33":2,"34":5,"347":4,"35":7,"352":75,"36":17,"37":5,"38":48,"380":1,"381":1,"383":4,"39":4,"391":3,"396":1,"397":3,"40":5,"409":1,"41":5,"414":1,"415":6,"419":1,"42":8,"43":5,"44":3,"45":9,"46":17,"48":4,"49":16,"5":181,"51":5,"53":1,"56":2,"6":35,"63":4,"7":103,"79":3,"8":42,"80":5,"9":56,"all_client":13284,"all_tv_clinet":1873,"insert_time":"2014-08-23T22:32:20.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11506,"10":10,"107":51,"11":83,"12":23,"13":95,"14":13,"15":29,"155":5,"156":1,"158":3,"159":2,"16":10,"160":2,"161":11,"167":20,"17":35,"18":190,"19":24,"20":22,"209":3,"21":49,"210":6,"214":4,"215":10,"221":42,"223":62,"224":6,"225":59,"23":26,"24":116,"25":76,"257":14,"26":14,"268":1,"27":11,"273":8,"276":17,"279":1,"28":20,"281":1,"282":1,"291":1,"292":4,"30":1,"302":2,"31":6,"32":6,"33":2,"34":5,"347":3,"35":7,"352":77,"36":20,"37":6,"38":48,"380":1,"381":2,"383":3,"39":3,"391":3,"396":1,"397":3,"40":5,"409":1,"41":5,"414":1,"415":5,"419":1,"42":9,"43":5,"44":4,"45":9,"46":18,"48":4,"49":16,"5":177,"51":6,"52":1,"53":1,"56":2,"6":34,"63":5,"7":110,"79":2,"8":42,"80":5,"9":62,"all_client":13416,"all_tv_clinet":1910,"insert_time":"2014-08-23T22:33:20.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11618,"10":9,"107":55,"11":85,"12":25,"13":96,"14":13,"15":28,"155":5,"156":1,"158":4,"159":2,"16":9,"160":3,"161":12,"167":19,"17":37,"18":189,"19":25,"20":22,"209":4,"21":46,"210":6,"214":5,"215":10,"221":40,"223":63,"224":6,"225":53,"23":30,"24":116,"25":78,"257":16,"26":13,"268":1,"27":11,"273":9,"276":17,"279":1,"28":19,"281":1,"282":1,"291":1,"292":3,"30":1,"302":2,"31":6,"32":6,"33":2,"34":6,"347":2,"35":7,"352":76,"36":22,"37":7,"38":46,"380":2,"381":2,"383":3,"39":5,"391":3,"396":1,"397":2,"40":5,"409":1,"41":7,"414":1,"415":5,"419":1,"42":9,"43":5,"430":1,"44":4,"45":8,"46":17,"48":4,"49":17,"5":183,"51":6,"52":2,"53":2,"56":2,"6":38,"63":6,"7":108,"79":4,"8":45,"80":3,"9":72,"all_client":13564,"all_tv_clinet":1946,"insert_time":"2014-08-23T22:34:20.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11700,"10":9,"107":54,"11":85,"12":26,"13":97,"14":15,"15":29,"155":5,"156":1,"158":4,"159":2,"16":10,"160":3,"161":14,"167":19,"17":37,"18":194,"19":25,"20":22,"209":4,"21":49,"210":6,"214":5,"215":9,"221":42,"223":69,"224":6,"225":53,"23":27,"24":112,"25":80,"257":15,"26":15,"268":2,"27":11,"273":10,"276":18,"28":21,"281":2,"282":2,"291":1,"292":2,"30":2,"302":2,"31":6,"32":5,"33":2,"34":7,"347":2,"35":7,"352":73,"36":23,"37":7,"38":48,"380":2,"381":3,"383":4,"39":6,"391":3,"396":1,"397":2,"40":6,"409":1,"41":7,"414":2,"415":5,"419":1,"42":9,"43":5,"430":1,"44":5,"45":7,"46":14,"48":6,"49":17,"5":190,"51":7,"52":3,"53":2,"56":1,"6":39,"63":6,"7":104,"79":4,"8":43,"80":4,"9":76,"all_client":13682,"all_tv_clinet":1982,"insert_time":"2014-08-23T22:35:20.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11821,"10":9,"107":57,"11":82,"12":30,"13":93,"14":15,"15":31,"155":5,"156":1,"158":4,"159":2,"16":11,"160":3,"161":13,"167":20,"17":36,"18":199,"19":25,"20":20,"209":5,"21":47,"210":5,"214":5,"215":12,"221":43,"223":74,"224":6,"225":54,"23":30,"24":114,"25":78,"257":15,"26":16,"268":2,"27":10,"273":9,"276":19,"28":19,"281":2,"282":2,"291":1,"292":3,"30":4,"302":2,"31":6,"32":5,"33":2,"34":8,"347":2,"35":7,"352":74,"36":25,"37":6,"38":52,"380":2,"381":3,"383":4,"39":6,"391":3,"396":1,"397":3,"40":6,"409":1,"41":7,"414":2,"415":7,"42":8,"43":5,"430":1,"44":8,"45":7,"46":13,"48":7,"49":15,"5":197,"51":5,"52":3,"53":2,"56":1,"570":1,"6":39,"63":5,"7":108,"79":3,"8":43,"80":6,"9":75,"all_client":13838,"all_tv_clinet":2017,"insert_time":"2014-08-23T22:36:21.022Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":11971,"10":9,"107":53,"11":83,"12":32,"13":90,"14":14,"15":32,"155":5,"156":1,"158":5,"159":2,"16":10,"160":3,"161":13,"167":20,"17":35,"18":204,"19":26,"20":20,"209":4,"21":46,"210":5,"214":3,"215":12,"221":44,"223":77,"224":7,"225":56,"23":27,"24":118,"25":79,"257":17,"26":15,"268":2,"27":9,"273":8,"276":21,"28":19,"281":2,"282":2,"292":3,"30":4,"302":2,"31":7,"32":5,"33":2,"34":8,"347":2,"35":7,"352":74,"36":26,"37":5,"38":59,"380":1,"381":3,"383":4,"39":6,"391":3,"396":1,"397":3,"40":7,"409":1,"41":6,"414":2,"415":7,"42":7,"43":7,"430":1,"44":9,"45":6,"46":14,"48":7,"49":15,"5":200,"51":5,"52":3,"53":2,"56":1,"570":1,"6":43,"63":5,"7":111,"79":3,"8":42,"80":6,"9":73,"all_client":14010,"all_tv_clinet":2039,"insert_time":"2014-08-23T22:37:21.260Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12117,"10":8,"107":57,"11":85,"12":34,"13":89,"14":15,"15":34,"155":4,"156":1,"158":4,"159":3,"16":11,"160":4,"161":15,"167":21,"17":30,"18":208,"19":24,"20":22,"209":4,"21":46,"210":4,"214":3,"215":10,"221":43,"223":85,"224":8,"225":62,"23":27,"24":123,"25":81,"257":18,"26":15,"268":2,"27":7,"273":8,"276":20,"28":16,"281":2,"282":2,"292":3,"30":5,"302":2,"31":7,"32":3,"33":2,"34":8,"347":2,"35":8,"352":75,"36":24,"37":4,"38":57,"380":1,"381":5,"383":4,"39":7,"391":3,"396":1,"397":3,"40":6,"409":2,"41":6,"414":3,"415":7,"42":8,"43":7,"430":1,"44":12,"45":7,"46":15,"48":7,"49":13,"5":206,"51":4,"52":2,"53":2,"56":1,"570":1,"6":43,"63":6,"7":114,"79":3,"8":42,"80":6,"9":65,"all_client":14185,"all_tv_clinet":2068,"insert_time":"2014-08-23T22:38:21.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12243,"10":8,"107":55,"11":83,"12":32,"13":88,"14":16,"15":35,"155":4,"156":1,"158":4,"159":3,"16":13,"160":6,"161":14,"167":21,"17":29,"18":209,"19":24,"20":23,"209":4,"21":46,"210":4,"214":3,"215":11,"221":42,"223":87,"224":7,"225":64,"23":29,"24":120,"25":84,"257":19,"26":15,"268":2,"27":6,"273":9,"276":21,"28":20,"281":2,"282":2,"292":3,"30":4,"302":2,"31":8,"32":3,"33":3,"34":6,"347":2,"35":8,"352":74,"36":23,"37":5,"38":60,"380":1,"381":6,"383":4,"39":5,"391":4,"396":1,"397":3,"40":6,"409":2,"41":6,"414":3,"415":6,"42":7,"43":7,"430":1,"44":13,"45":7,"46":16,"48":7,"49":16,"5":210,"51":5,"52":2,"53":3,"56":1,"6":46,"63":7,"7":116,"79":3,"8":41,"80":7,"9":67,"all_client":14338,"all_tv_clinet":2095,"insert_time":"2014-08-23T22:39:21.522Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12353,"10":8,"107":56,"11":85,"12":29,"13":90,"14":17,"15":38,"155":4,"156":1,"158":4,"159":3,"16":15,"160":6,"161":21,"167":21,"17":25,"18":210,"19":25,"20":24,"209":5,"21":41,"210":4,"214":3,"215":11,"221":41,"223":90,"224":7,"225":71,"23":34,"24":124,"25":87,"257":17,"26":14,"268":2,"27":5,"273":9,"276":22,"28":22,"281":1,"282":2,"292":3,"30":4,"302":3,"31":8,"32":3,"33":3,"34":6,"347":2,"35":9,"352":76,"36":25,"37":4,"38":59,"380":1,"381":6,"383":5,"39":5,"391":4,"397":3,"40":6,"409":2,"41":7,"414":3,"415":2,"42":8,"43":7,"430":1,"44":13,"45":7,"46":15,"48":8,"49":19,"5":216,"51":6,"52":2,"53":4,"6":50,"63":7,"7":122,"79":3,"8":38,"80":7,"9":64,"all_client":14493,"all_tv_clinet":2140,"insert_time":"2014-08-23T22:40:21.680Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12450,"10":9,"107":56,"11":85,"12":29,"13":89,"14":16,"15":42,"155":4,"156":2,"158":4,"159":3,"16":19,"160":6,"161":21,"167":19,"17":23,"18":212,"19":25,"20":24,"209":5,"21":41,"210":4,"214":3,"215":11,"221":44,"223":95,"224":8,"225":78,"23":35,"24":128,"25":90,"257":16,"26":14,"268":2,"27":7,"273":9,"276":26,"28":23,"281":1,"282":1,"292":3,"30":2,"302":3,"31":9,"32":3,"33":4,"34":8,"347":2,"35":10,"352":82,"36":24,"37":4,"38":62,"380":1,"381":5,"383":4,"39":6,"391":3,"397":3,"40":6,"409":3,"41":6,"414":2,"415":3,"42":10,"43":8,"430":1,"44":12,"45":7,"46":17,"48":7,"49":19,"5":209,"51":6,"52":2,"53":4,"56":1,"6":53,"63":7,"7":119,"79":4,"8":38,"80":7,"9":65,"all_client":14633,"all_tv_clinet":2183,"insert_time":"2014-08-23T22:41:21.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12593,"10":9,"107":58,"11":90,"12":29,"13":88,"14":18,"15":48,"155":5,"156":2,"158":4,"159":3,"16":19,"160":6,"161":22,"167":19,"17":21,"18":204,"19":29,"20":25,"209":5,"21":48,"210":3,"214":3,"215":11,"221":46,"223":99,"224":7,"225":90,"23":39,"24":136,"25":93,"257":15,"26":14,"268":2,"27":6,"273":7,"276":26,"28":20,"281":1,"282":1,"291":1,"292":3,"30":2,"302":3,"31":8,"32":4,"33":4,"34":8,"347":2,"35":14,"352":82,"36":24,"37":4,"38":63,"380":1,"381":8,"383":4,"39":5,"391":3,"397":3,"40":6,"409":2,"41":6,"414":3,"415":4,"419":1,"42":13,"43":8,"430":1,"44":10,"45":7,"46":17,"48":8,"49":19,"5":206,"51":7,"52":2,"53":5,"56":1,"6":49,"63":7,"7":122,"79":4,"8":40,"80":7,"9":65,"all_client":14830,"all_tv_clinet":2237,"insert_time":"2014-08-23T22:42:21.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12740,"10":10,"107":57,"11":93,"12":29,"13":91,"14":18,"15":51,"155":5,"156":3,"158":4,"159":3,"16":22,"160":6,"161":20,"167":20,"17":21,"18":207,"19":32,"20":25,"209":5,"21":49,"210":4,"214":3,"215":12,"221":47,"223":104,"224":6,"225":88,"23":40,"24":142,"25":95,"257":17,"26":13,"268":2,"27":6,"273":6,"276":27,"28":20,"281":1,"282":1,"291":1,"292":3,"30":1,"302":2,"31":8,"32":4,"33":5,"34":8,"35":15,"352":82,"36":23,"37":4,"38":68,"380":1,"381":8,"383":3,"39":5,"391":4,"396":1,"397":3,"40":6,"409":2,"41":5,"414":3,"415":4,"419":1,"42":13,"43":8,"430":1,"44":12,"45":6,"46":20,"48":8,"49":18,"5":209,"51":7,"52":2,"53":3,"56":1,"6":50,"63":8,"7":118,"79":3,"8":41,"80":7,"9":66,"all_client":15016,"all_tv_clinet":2276,"insert_time":"2014-08-23T22:43:22.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":12909,"10":9,"107":57,"11":96,"12":32,"13":92,"14":16,"15":50,"155":4,"156":3,"158":4,"159":3,"16":25,"160":6,"161":19,"167":20,"17":23,"18":212,"19":33,"20":29,"209":5,"21":47,"210":4,"214":2,"215":12,"221":47,"223":102,"224":8,"225":95,"23":42,"24":144,"25":93,"257":17,"26":10,"268":1,"27":6,"273":8,"276":27,"28":20,"281":1,"282":1,"291":1,"292":4,"30":2,"302":1,"31":8,"32":5,"33":5,"34":8,"35":16,"352":88,"36":23,"37":3,"38":72,"380":1,"381":8,"383":3,"39":5,"391":4,"396":1,"397":3,"40":5,"409":1,"41":7,"414":3,"415":3,"419":1,"42":15,"43":7,"430":1,"44":12,"45":4,"46":21,"48":10,"49":18,"5":217,"51":6,"52":2,"53":4,"56":2,"6":52,"63":8,"7":120,"79":3,"8":41,"80":8,"9":68,"all_client":15234,"all_tv_clinet":2325,"insert_time":"2014-08-23T22:44:22.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13077,"10":7,"107":59,"11":98,"12":34,"13":95,"14":19,"15":47,"155":5,"156":3,"158":4,"159":3,"16":24,"160":7,"161":21,"167":20,"17":23,"18":221,"19":31,"20":28,"209":5,"21":47,"210":4,"214":2,"215":13,"221":48,"223":94,"224":9,"225":102,"23":41,"24":149,"25":92,"257":18,"26":11,"268":1,"27":6,"273":9,"276":28,"28":22,"281":1,"282":2,"291":1,"292":4,"30":2,"302":1,"31":8,"314":1,"32":4,"33":5,"34":8,"35":14,"352":93,"36":25,"37":4,"38":77,"380":1,"381":7,"383":4,"39":4,"391":4,"396":1,"397":3,"40":5,"409":1,"41":9,"414":3,"415":2,"419":1,"42":16,"43":9,"430":1,"44":11,"45":4,"46":22,"48":8,"49":16,"5":224,"51":8,"52":1,"53":4,"56":2,"6":52,"63":8,"7":122,"79":3,"8":40,"80":8,"9":72,"all_client":15453,"all_tv_clinet":2376,"insert_time":"2014-08-23T22:45:22.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13217,"10":7,"107":57,"11":102,"12":36,"13":95,"14":21,"15":43,"155":5,"156":3,"158":5,"159":3,"16":26,"160":7,"161":19,"167":19,"17":24,"18":223,"19":31,"20":30,"209":4,"21":48,"210":5,"214":1,"215":13,"221":45,"223":92,"224":9,"225":110,"23":43,"24":144,"25":91,"257":19,"26":11,"268":1,"27":7,"273":10,"276":33,"279":1,"28":25,"281":1,"282":2,"291":1,"292":4,"30":2,"302":1,"31":9,"314":1,"32":4,"33":5,"34":8,"35":14,"352":92,"36":29,"37":5,"38":77,"380":1,"381":7,"383":5,"39":6,"391":5,"396":1,"397":3,"40":5,"409":1,"41":11,"414":4,"415":4,"419":1,"42":18,"43":11,"44":10,"45":4,"46":24,"48":8,"49":16,"5":238,"51":7,"52":1,"53":4,"56":2,"6":49,"63":7,"7":127,"79":3,"8":42,"80":9,"9":72,"all_client":15646,"all_tv_clinet":2429,"insert_time":"2014-08-23T22:46:22.421Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13368,"10":7,"107":57,"11":112,"12":38,"13":98,"14":19,"15":38,"155":5,"156":3,"158":5,"159":1,"16":29,"160":7,"161":21,"167":19,"17":23,"18":226,"19":30,"20":33,"209":4,"21":47,"210":5,"214":1,"215":13,"221":48,"223":89,"224":8,"225":129,"23":41,"24":152,"25":90,"257":21,"26":9,"268":2,"27":7,"273":10,"276":36,"279":1,"28":24,"281":1,"282":2,"291":1,"292":5,"30":2,"302":3,"31":9,"314":1,"32":4,"33":5,"34":7,"347":1,"35":11,"352":86,"36":29,"37":7,"38":78,"380":1,"381":6,"383":4,"39":6,"391":5,"396":1,"397":3,"40":6,"409":2,"41":11,"414":4,"415":5,"419":1,"42":21,"43":12,"44":10,"45":4,"46":26,"48":5,"49":18,"5":246,"51":8,"52":1,"53":3,"56":1,"6":49,"63":8,"7":123,"79":4,"8":43,"80":10,"9":73,"all_client":15848,"all_tv_clinet":2480,"insert_time":"2014-08-23T22:47:22.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13520,"10":7,"107":60,"11":120,"12":39,"13":97,"14":16,"15":37,"155":5,"156":3,"158":5,"159":1,"16":32,"160":7,"161":21,"167":17,"168":1,"17":21,"18":238,"19":34,"20":32,"209":4,"21":45,"210":6,"214":1,"215":15,"221":49,"223":92,"224":7,"225":142,"23":42,"24":159,"25":92,"257":21,"26":9,"268":2,"27":7,"273":9,"276":35,"279":1,"28":23,"281":1,"282":2,"291":1,"292":5,"30":2,"302":3,"306":1,"31":9,"32":5,"33":4,"34":9,"347":2,"35":11,"352":89,"36":29,"37":9,"38":73,"380":1,"381":6,"383":4,"39":6,"391":5,"396":1,"397":4,"40":7,"409":2,"41":10,"414":5,"415":6,"419":1,"42":21,"43":13,"433":1,"44":9,"45":4,"46":26,"48":5,"49":22,"5":250,"51":9,"52":2,"53":2,"56":1,"6":49,"63":9,"7":121,"79":4,"8":45,"80":9,"9":73,"all_client":16062,"all_tv_clinet":2542,"insert_time":"2014-08-23T22:48:22.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13674,"10":7,"107":64,"11":127,"12":42,"13":95,"14":16,"15":37,"155":6,"156":3,"158":4,"16":37,"160":7,"161":22,"167":18,"168":1,"17":21,"18":241,"19":36,"20":33,"209":5,"21":45,"210":7,"214":1,"215":16,"221":49,"223":98,"224":10,"225":145,"23":45,"24":160,"25":86,"257":21,"26":9,"268":2,"27":8,"273":11,"276":34,"279":1,"28":22,"281":1,"282":2,"291":1,"292":5,"30":2,"302":4,"306":1,"31":9,"32":5,"33":4,"34":10,"347":2,"35":10,"352":88,"36":29,"37":9,"38":72,"380":1,"381":6,"383":4,"39":5,"391":4,"397":4,"40":7,"409":2,"41":9,"414":5,"415":8,"419":1,"42":21,"43":14,"433":1,"44":9,"45":4,"46":26,"48":6,"49":19,"5":253,"51":9,"52":1,"53":2,"56":1,"6":54,"63":10,"7":120,"79":3,"8":45,"80":9,"9":74,"all_client":16257,"all_tv_clinet":2583,"insert_time":"2014-08-23T22:49:22.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":13844,"10":7,"107":65,"11":135,"12":44,"13":95,"14":18,"15":39,"155":7,"156":4,"158":4,"159":1,"16":37,"160":6,"161":23,"167":19,"168":1,"17":22,"18":240,"19":33,"20":32,"209":4,"21":47,"210":7,"214":1,"215":17,"221":50,"223":98,"224":10,"225":145,"23":48,"24":163,"25":84,"257":17,"26":10,"268":2,"27":9,"273":12,"276":35,"279":2,"28":21,"282":2,"291":1,"292":6,"30":3,"302":4,"306":1,"31":10,"32":7,"33":4,"34":9,"347":1,"35":9,"352":89,"36":29,"37":7,"38":72,"380":1,"381":5,"383":4,"39":6,"391":5,"397":4,"40":8,"409":2,"41":11,"414":5,"415":8,"419":1,"42":18,"43":15,"433":1,"44":10,"45":4,"46":26,"48":6,"49":18,"5":261,"51":10,"52":1,"53":2,"6":54,"63":10,"7":119,"79":3,"8":46,"80":9,"9":78,"all_client":16463,"all_tv_clinet":2619,"insert_time":"2014-08-23T22:50:22.992Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14031,"10":7,"107":66,"11":137,"12":43,"13":98,"14":19,"15":42,"155":7,"156":4,"158":4,"159":1,"16":38,"160":6,"161":25,"167":19,"17":24,"18":248,"19":35,"20":31,"209":4,"21":49,"210":7,"214":1,"215":15,"221":47,"223":103,"224":11,"225":146,"23":49,"24":166,"25":83,"257":17,"26":11,"268":2,"27":9,"273":15,"276":38,"279":2,"28":19,"282":4,"291":1,"292":5,"30":3,"302":4,"306":1,"31":9,"32":7,"33":6,"34":8,"347":1,"35":8,"352":92,"36":27,"37":6,"38":70,"380":1,"381":3,"383":4,"39":5,"391":3,"397":4,"40":8,"409":3,"41":14,"414":5,"415":8,"419":1,"42":15,"43":15,"433":1,"44":11,"45":4,"46":28,"48":5,"49":19,"5":268,"51":8,"52":2,"53":1,"6":53,"63":12,"7":116,"79":4,"8":51,"80":9,"9":78,"all_client":16690,"all_tv_clinet":2659,"insert_time":"2014-08-23T22:51:23.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14211,"10":6,"107":59,"11":138,"12":36,"13":103,"14":20,"15":44,"155":7,"156":4,"158":5,"159":1,"16":43,"160":6,"161":25,"167":20,"17":25,"18":251,"19":36,"20":30,"209":2,"21":56,"210":6,"214":1,"215":15,"221":51,"223":103,"224":12,"225":156,"23":48,"24":172,"25":80,"257":16,"26":12,"268":2,"27":9,"273":15,"276":36,"279":2,"28":20,"282":4,"291":1,"292":5,"30":3,"302":4,"306":1,"31":9,"32":6,"33":6,"34":10,"347":1,"35":8,"352":89,"36":28,"37":5,"38":68,"381":4,"383":4,"39":4,"391":2,"397":4,"40":9,"409":3,"41":15,"414":5,"415":7,"419":1,"42":15,"426":1,"43":18,"433":1,"44":11,"45":4,"46":30,"48":4,"49":20,"5":274,"51":8,"52":3,"53":1,"6":56,"63":13,"7":113,"79":4,"8":53,"80":9,"9":76,"all_client":16904,"all_tv_clinet":2693,"insert_time":"2014-08-23T22:52:23.334Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14386,"10":6,"107":65,"11":139,"12":35,"13":106,"14":21,"15":47,"155":5,"156":4,"158":5,"159":1,"16":43,"160":7,"161":25,"167":21,"17":25,"18":255,"19":38,"20":29,"209":2,"21":56,"210":6,"214":2,"215":16,"221":53,"223":104,"224":13,"225":151,"23":49,"24":183,"25":80,"257":16,"26":11,"268":2,"27":9,"273":17,"276":38,"279":1,"28":21,"282":4,"291":1,"292":5,"30":3,"302":4,"306":1,"31":10,"32":7,"33":6,"34":10,"347":1,"35":10,"352":100,"36":29,"37":5,"38":64,"381":6,"383":4,"39":5,"391":2,"397":5,"40":8,"409":4,"41":14,"414":4,"415":6,"419":1,"42":15,"426":1,"43":18,"433":1,"44":10,"45":5,"46":32,"48":5,"49":21,"5":276,"51":8,"52":3,"53":1,"56":1,"6":58,"63":14,"7":114,"79":4,"8":56,"80":8,"9":77,"all_client":17140,"all_tv_clinet":2754,"insert_time":"2014-08-23T22:53:23.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14573,"10":6,"107":59,"11":139,"12":35,"13":107,"14":20,"15":48,"155":7,"156":4,"158":5,"159":1,"16":43,"160":8,"161":27,"167":23,"17":28,"18":263,"19":36,"20":30,"209":2,"21":60,"210":5,"214":3,"215":20,"221":54,"223":109,"224":14,"225":153,"23":50,"24":190,"25":77,"257":15,"26":10,"268":2,"27":9,"273":16,"276":37,"279":1,"28":23,"282":4,"291":1,"292":5,"30":3,"302":5,"306":1,"31":10,"32":6,"33":7,"34":9,"347":1,"35":8,"352":100,"36":26,"37":6,"38":71,"381":6,"383":4,"39":4,"391":1,"397":5,"40":9,"409":5,"41":14,"414":6,"415":6,"42":13,"426":1,"43":18,"433":1,"44":10,"45":5,"46":29,"48":5,"49":21,"5":289,"51":10,"52":3,"53":1,"56":2,"6":64,"63":16,"7":112,"79":3,"8":63,"80":8,"9":79,"all_client":17388,"all_tv_clinet":2815,"insert_time":"2014-08-23T22:54:23.656Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14753,"10":7,"107":65,"11":140,"12":36,"13":104,"14":23,"15":52,"155":7,"156":3,"158":5,"159":1,"16":39,"160":8,"161":29,"167":23,"17":28,"18":270,"19":36,"20":31,"209":2,"21":63,"210":5,"214":3,"215":19,"221":58,"223":114,"224":14,"225":156,"23":53,"24":183,"25":76,"257":14,"26":10,"268":2,"27":7,"273":16,"276":40,"28":26,"281":1,"282":4,"291":1,"292":5,"30":3,"302":5,"306":1,"31":10,"32":6,"33":6,"34":10,"347":1,"35":7,"352":100,"36":21,"37":6,"38":67,"381":6,"383":4,"39":6,"391":1,"397":6,"40":10,"409":5,"41":12,"414":7,"415":5,"42":16,"426":1,"43":18,"433":1,"44":11,"45":5,"46":27,"48":6,"49":22,"5":290,"51":10,"52":3,"53":1,"56":2,"6":65,"63":19,"7":115,"79":3,"8":71,"80":8,"9":84,"all_client":17615,"all_tv_clinet":2862,"insert_time":"2014-08-23T22:55:23.842Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":14945,"10":6,"107":69,"11":142,"12":40,"13":100,"14":23,"15":50,"155":6,"156":3,"158":6,"16":35,"160":7,"161":32,"167":23,"17":30,"18":269,"19":37,"20":33,"209":3,"21":66,"210":5,"214":3,"215":20,"221":59,"223":117,"224":14,"225":168,"23":52,"24":182,"25":75,"257":13,"26":11,"268":2,"27":7,"273":14,"276":42,"28":30,"281":1,"282":5,"291":2,"292":5,"30":4,"302":5,"306":1,"31":11,"32":6,"33":6,"34":12,"347":1,"35":7,"352":97,"36":20,"37":7,"38":67,"381":7,"383":4,"39":7,"391":1,"397":6,"40":9,"409":5,"41":12,"414":7,"415":6,"42":16,"426":2,"43":18,"433":1,"44":12,"45":4,"46":25,"48":6,"49":21,"5":291,"51":12,"52":4,"53":4,"56":2,"6":67,"63":20,"7":118,"79":4,"8":81,"80":8,"9":81,"all_client":17857,"all_tv_clinet":2912,"insert_time":"2014-08-23T22:56:24.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15113,"10":6,"107":69,"11":147,"12":44,"13":99,"14":24,"15":49,"155":6,"156":3,"158":6,"16":36,"160":7,"161":34,"167":18,"17":32,"18":269,"19":36,"20":36,"209":3,"21":67,"210":5,"214":3,"215":20,"221":59,"223":116,"224":14,"225":177,"23":54,"24":181,"25":70,"257":13,"26":10,"268":2,"27":6,"273":14,"276":45,"279":1,"28":38,"281":1,"282":4,"291":2,"292":7,"30":6,"302":5,"306":1,"31":11,"32":7,"33":5,"34":11,"347":1,"35":8,"352":99,"36":21,"37":5,"38":73,"381":7,"383":4,"39":6,"391":1,"397":6,"40":9,"409":4,"41":14,"414":7,"415":6,"42":15,"426":2,"43":18,"433":1,"44":12,"45":4,"46":28,"48":5,"49":19,"5":294,"51":11,"52":4,"53":6,"56":2,"6":72,"63":18,"7":122,"79":4,"8":88,"80":8,"9":75,"all_client":18071,"all_tv_clinet":2958,"insert_time":"2014-08-23T22:57:24.170Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15311,"10":5,"107":76,"11":153,"12":50,"13":101,"14":22,"15":44,"155":6,"156":4,"158":5,"16":40,"160":7,"161":30,"167":17,"17":28,"18":279,"19":36,"20":37,"209":4,"21":71,"210":4,"214":4,"215":20,"221":55,"223":115,"224":13,"225":175,"23":57,"24":191,"25":68,"257":15,"26":11,"268":2,"27":6,"273":13,"276":46,"279":1,"28":41,"281":1,"282":4,"291":3,"292":7,"30":7,"302":4,"306":1,"31":11,"32":7,"33":5,"34":11,"347":1,"35":8,"352":102,"36":21,"37":4,"38":73,"381":6,"383":4,"39":5,"391":1,"397":7,"40":7,"409":4,"41":14,"414":7,"415":8,"42":16,"426":1,"43":19,"430":1,"433":1,"44":12,"45":4,"46":26,"48":4,"49":20,"5":299,"51":11,"52":4,"53":6,"56":3,"6":71,"63":18,"7":121,"79":4,"8":92,"80":8,"9":70,"all_client":18307,"all_tv_clinet":2996,"insert_time":"2014-08-23T22:58:24.391Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15523,"10":5,"107":74,"11":159,"12":54,"13":99,"14":27,"15":41,"155":7,"156":4,"158":6,"16":41,"160":6,"161":32,"167":17,"17":25,"18":287,"19":36,"20":36,"209":3,"21":76,"210":4,"214":3,"215":21,"221":53,"223":113,"224":13,"225":172,"23":62,"24":190,"25":64,"257":17,"26":10,"268":1,"27":5,"273":13,"276":50,"279":1,"28":47,"281":1,"282":4,"291":3,"292":6,"30":6,"302":3,"306":1,"31":10,"32":7,"33":5,"34":8,"347":1,"35":8,"352":107,"36":23,"37":5,"38":75,"381":8,"383":4,"39":6,"391":2,"397":8,"40":9,"409":4,"41":16,"414":7,"415":9,"42":14,"43":19,"430":2,"433":1,"44":15,"45":4,"46":26,"48":4,"49":21,"5":320,"51":13,"52":3,"53":8,"56":3,"6":70,"63":18,"7":120,"79":5,"8":96,"80":8,"9":62,"all_client":18575,"all_tv_clinet":3052,"insert_time":"2014-08-23T22:59:24.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15755,"10":5,"107":79,"11":161,"12":48,"13":101,"14":26,"15":40,"155":7,"156":4,"158":7,"16":41,"160":5,"161":31,"167":15,"17":24,"18":286,"19":42,"20":36,"209":2,"21":76,"210":4,"214":3,"215":23,"221":57,"223":117,"224":11,"225":173,"23":65,"24":188,"25":61,"257":19,"26":10,"268":1,"27":6,"273":13,"276":57,"28":48,"281":1,"282":4,"291":2,"292":6,"30":4,"302":3,"31":8,"314":1,"32":8,"33":5,"34":9,"347":1,"35":8,"352":110,"36":27,"37":6,"38":71,"381":8,"383":4,"39":5,"391":3,"396":1,"397":7,"40":10,"409":6,"41":16,"414":4,"415":10,"42":15,"43":19,"430":2,"433":1,"44":16,"45":4,"46":26,"48":5,"49":20,"5":330,"51":14,"52":3,"53":10,"56":3,"6":70,"63":19,"7":126,"79":5,"8":109,"80":9,"9":67,"all_client":18868,"all_tv_clinet":3113,"insert_time":"2014-08-23T23:00:24.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":15980,"10":5,"107":73,"11":177,"12":45,"13":101,"14":28,"15":39,"155":6,"156":4,"158":7,"16":41,"160":5,"161":31,"167":13,"17":26,"18":288,"19":43,"20":37,"209":2,"21":80,"210":4,"214":3,"215":23,"221":62,"223":113,"224":9,"225":183,"23":64,"24":187,"25":59,"257":19,"26":12,"268":1,"27":6,"273":15,"276":65,"279":1,"28":56,"281":1,"282":4,"291":2,"292":6,"30":6,"302":2,"31":9,"314":1,"32":7,"33":5,"34":10,"347":1,"35":8,"352":114,"36":28,"37":7,"38":72,"381":8,"383":3,"39":4,"391":3,"396":1,"397":7,"40":10,"409":6,"41":17,"414":4,"415":11,"42":15,"43":15,"430":2,"433":1,"44":18,"45":5,"46":27,"48":5,"49":19,"5":339,"51":16,"52":3,"53":11,"56":3,"6":67,"63":22,"7":128,"79":6,"8":116,"80":10,"9":67,"all_client":19165,"all_tv_clinet":3185,"insert_time":"2014-08-23T23:01:25.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16124,"10":5,"107":78,"11":182,"12":36,"13":105,"14":28,"15":37,"155":6,"156":5,"158":6,"16":40,"160":5,"161":33,"167":11,"17":28,"18":290,"19":48,"20":38,"209":2,"21":81,"210":4,"214":3,"215":25,"221":63,"223":118,"224":8,"225":183,"23":66,"24":190,"25":56,"257":21,"26":14,"268":2,"27":6,"273":15,"276":79,"279":2,"28":57,"281":1,"282":3,"291":3,"292":7,"30":6,"302":3,"31":9,"314":1,"32":6,"33":5,"34":11,"347":2,"35":8,"352":112,"36":28,"37":7,"38":76,"381":8,"383":4,"39":4,"391":3,"396":1,"397":7,"40":10,"409":8,"41":17,"414":5,"415":12,"42":16,"43":15,"430":3,"433":1,"44":15,"45":7,"46":30,"48":4,"49":18,"5":349,"51":17,"52":3,"53":11,"56":6,"6":67,"63":24,"7":134,"79":5,"8":119,"80":10,"9":76,"all_client":19397,"all_tv_clinet":3273,"insert_time":"2014-08-23T23:02:25.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16304,"10":6,"107":90,"11":185,"12":33,"13":106,"14":28,"15":38,"155":5,"156":5,"158":5,"16":44,"160":6,"161":34,"167":9,"17":30,"18":298,"19":47,"20":36,"209":2,"21":81,"210":3,"214":3,"215":26,"221":65,"223":114,"224":8,"225":183,"23":66,"24":184,"25":58,"257":22,"26":13,"268":2,"27":6,"273":16,"276":92,"279":2,"28":66,"281":1,"282":3,"291":3,"292":7,"30":7,"302":3,"31":9,"314":1,"32":5,"33":6,"34":12,"347":3,"35":7,"352":111,"36":27,"37":7,"38":75,"380":1,"381":9,"383":4,"39":3,"391":3,"396":1,"397":7,"40":9,"409":8,"41":16,"414":5,"415":12,"42":15,"43":14,"430":3,"433":1,"44":16,"45":8,"46":32,"48":3,"49":16,"5":363,"51":17,"52":2,"53":13,"56":6,"6":68,"63":25,"7":132,"79":5,"8":120,"80":10,"9":85,"all_client":19640,"all_tv_clinet":3336,"insert_time":"2014-08-23T23:03:25.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16515,"10":5,"107":94,"11":191,"12":29,"13":101,"14":25,"15":41,"155":5,"156":5,"158":5,"16":46,"160":6,"161":36,"167":8,"17":32,"18":311,"19":48,"20":36,"209":1,"21":82,"210":3,"214":4,"215":29,"221":63,"223":119,"224":7,"225":184,"23":64,"24":179,"25":57,"257":22,"26":12,"268":2,"27":6,"273":18,"276":101,"279":3,"28":67,"281":1,"282":4,"291":4,"292":8,"30":8,"302":3,"31":8,"314":1,"32":4,"33":6,"34":11,"347":4,"35":7,"352":116,"36":24,"37":8,"38":81,"380":1,"381":9,"383":4,"39":3,"391":3,"396":1,"397":7,"40":8,"409":8,"41":19,"414":6,"415":12,"42":14,"43":14,"430":3,"433":1,"44":15,"45":8,"46":33,"48":3,"49":13,"5":363,"51":19,"52":2,"53":13,"56":6,"570":2,"6":65,"63":25,"7":135,"79":7,"8":128,"80":10,"9":97,"all_client":19917,"all_tv_clinet":3402,"insert_time":"2014-08-23T23:04:25.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16717,"10":5,"107":95,"11":197,"12":26,"13":103,"14":24,"15":43,"155":5,"156":4,"158":5,"16":46,"160":6,"161":34,"167":8,"17":35,"18":318,"19":52,"20":35,"209":1,"21":84,"210":3,"214":4,"215":28,"221":61,"223":123,"224":6,"225":191,"23":64,"24":175,"25":53,"257":23,"26":12,"268":2,"27":7,"273":18,"276":102,"279":4,"28":73,"281":1,"282":5,"291":4,"292":10,"30":9,"302":3,"31":7,"314":1,"32":5,"33":7,"34":11,"347":4,"35":7,"352":117,"36":27,"37":9,"38":85,"380":1,"381":9,"383":4,"39":6,"391":4,"396":1,"397":6,"40":11,"409":8,"41":17,"414":6,"415":11,"42":13,"43":15,"430":2,"433":1,"44":15,"45":7,"46":31,"48":4,"49":14,"5":375,"51":16,"52":2,"53":13,"56":5,"570":2,"6":64,"63":25,"7":140,"79":7,"8":135,"80":10,"9":102,"all_client":20186,"all_tv_clinet":3469,"insert_time":"2014-08-23T23:05:25.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":16930,"10":5,"107":97,"11":200,"12":23,"13":103,"14":24,"15":41,"155":5,"156":4,"158":4,"16":40,"160":7,"161":33,"167":10,"17":37,"18":320,"19":52,"20":33,"209":1,"21":84,"210":3,"214":4,"215":29,"221":66,"223":120,"224":6,"225":186,"23":68,"24":181,"25":52,"257":23,"26":11,"268":2,"27":7,"273":18,"276":102,"279":4,"28":74,"281":1,"282":6,"291":4,"292":10,"30":10,"302":3,"31":5,"32":4,"33":5,"34":11,"347":4,"35":7,"352":118,"36":28,"37":10,"38":88,"380":1,"381":9,"383":4,"39":6,"391":5,"396":1,"397":6,"40":11,"409":8,"41":19,"414":7,"415":12,"42":11,"43":15,"430":3,"433":1,"44":14,"45":6,"46":30,"48":5,"49":15,"5":394,"51":17,"52":4,"53":13,"56":4,"570":2,"6":71,"63":26,"7":144,"79":7,"8":138,"80":11,"9":107,"all_client":20450,"all_tv_clinet":3520,"insert_time":"2014-08-23T23:06:25.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17113,"10":5,"107":98,"11":193,"12":25,"13":101,"14":27,"15":44,"155":5,"156":5,"158":4,"16":38,"160":7,"161":31,"167":11,"17":39,"18":327,"19":52,"20":35,"209":1,"21":88,"210":4,"214":4,"215":29,"221":62,"223":124,"224":7,"225":184,"23":68,"24":194,"25":51,"257":24,"26":10,"268":1,"27":8,"273":18,"276":107,"279":4,"28":77,"281":1,"282":6,"291":3,"292":12,"30":11,"302":3,"31":5,"32":4,"33":5,"34":11,"347":4,"35":7,"352":120,"36":29,"37":10,"38":90,"380":1,"381":9,"383":4,"39":6,"391":7,"396":1,"397":6,"40":11,"409":9,"41":18,"414":7,"415":12,"42":9,"43":14,"430":3,"433":2,"44":13,"45":6,"46":27,"48":5,"49":15,"5":402,"51":19,"52":4,"53":13,"56":4,"6":72,"63":26,"7":151,"79":6,"8":145,"80":12,"9":109,"all_client":20694,"all_tv_clinet":3581,"insert_time":"2014-08-23T23:07:26.177Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17330,"10":4,"107":97,"11":191,"12":24,"13":98,"14":27,"15":44,"155":5,"156":6,"158":5,"16":39,"160":8,"161":30,"167":11,"17":39,"18":333,"19":53,"20":33,"209":2,"21":89,"210":6,"214":4,"215":28,"221":69,"223":131,"224":7,"225":194,"23":70,"24":199,"25":48,"257":23,"26":11,"268":1,"27":9,"273":19,"276":109,"279":3,"28":78,"281":1,"282":6,"291":6,"292":12,"30":13,"302":3,"31":5,"32":3,"33":6,"34":12,"347":4,"35":6,"352":113,"36":28,"37":10,"38":95,"380":1,"381":9,"383":6,"39":6,"391":9,"396":1,"397":6,"40":9,"409":9,"41":18,"414":8,"415":13,"42":11,"43":13,"430":4,"433":2,"44":13,"45":6,"46":27,"48":6,"49":14,"5":406,"51":22,"52":5,"53":13,"56":4,"6":83,"63":26,"7":157,"79":6,"8":150,"80":11,"9":115,"all_client":20989,"all_tv_clinet":3659,"insert_time":"2014-08-23T23:08:26.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17579,"10":4,"107":94,"11":195,"12":27,"13":104,"14":27,"15":47,"155":6,"156":7,"158":5,"16":39,"160":8,"161":31,"167":12,"17":41,"18":332,"19":51,"20":33,"209":2,"21":89,"210":6,"214":4,"215":25,"221":69,"223":132,"224":8,"225":197,"23":73,"24":199,"25":48,"257":25,"26":12,"268":1,"27":10,"273":19,"276":110,"279":4,"28":83,"281":1,"282":6,"291":8,"292":13,"30":13,"302":3,"31":5,"32":3,"33":7,"34":13,"347":4,"35":7,"352":114,"36":31,"37":8,"38":96,"380":1,"381":10,"383":6,"39":6,"391":9,"396":1,"397":6,"40":11,"409":10,"41":17,"414":8,"415":13,"42":11,"43":11,"430":3,"433":2,"44":12,"45":6,"46":29,"48":7,"49":11,"5":409,"51":22,"52":5,"53":16,"56":4,"6":84,"63":30,"7":163,"79":6,"8":149,"80":11,"9":118,"all_client":21297,"all_tv_clinet":3718,"insert_time":"2014-08-23T23:09:26.894Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":17782,"10":4,"107":93,"11":195,"12":29,"13":112,"14":28,"15":50,"155":6,"156":7,"158":5,"16":42,"160":8,"161":32,"167":16,"17":41,"18":337,"19":52,"20":30,"209":2,"21":89,"210":6,"214":3,"215":25,"221":77,"223":135,"224":6,"225":197,"23":70,"24":201,"25":44,"257":22,"26":11,"268":1,"27":9,"273":23,"276":109,"279":4,"28":91,"281":1,"282":7,"291":8,"292":13,"30":10,"302":3,"31":7,"32":3,"33":8,"34":14,"347":5,"35":7,"352":111,"36":34,"37":9,"38":98,"380":1,"381":13,"383":6,"39":6,"391":9,"396":1,"397":6,"40":11,"409":10,"41":16,"414":8,"415":12,"42":12,"43":10,"430":3,"433":1,"44":13,"45":5,"46":27,"48":8,"49":12,"5":419,"51":24,"52":5,"53":16,"56":4,"6":91,"63":32,"7":166,"79":6,"8":147,"80":11,"9":125,"all_client":21568,"all_tv_clinet":3786,"insert_time":"2014-08-23T23:10:27.085Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18022,"10":5,"107":97,"11":197,"12":31,"13":114,"14":25,"15":56,"155":6,"156":8,"158":4,"16":39,"160":7,"161":34,"167":17,"17":41,"18":344,"19":55,"20":30,"209":2,"21":92,"210":7,"214":2,"215":25,"221":82,"223":146,"224":9,"225":193,"23":76,"24":197,"25":45,"257":22,"26":11,"268":1,"27":9,"273":25,"276":111,"279":4,"28":92,"281":1,"282":7,"291":5,"292":14,"30":9,"302":5,"31":6,"32":4,"33":7,"34":13,"347":5,"35":8,"352":113,"36":34,"37":8,"38":99,"380":1,"381":12,"383":6,"39":7,"391":9,"396":1,"397":6,"40":11,"409":10,"41":13,"414":8,"415":12,"42":12,"43":11,"430":2,"433":1,"44":13,"45":5,"46":28,"48":6,"49":13,"5":434,"51":23,"52":5,"53":16,"56":4,"6":95,"63":34,"7":164,"79":5,"8":145,"80":14,"9":130,"all_client":21877,"all_tv_clinet":3855,"insert_time":"2014-08-23T23:11:27.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18281,"10":5,"107":91,"11":200,"12":31,"13":120,"14":27,"15":56,"155":6,"156":7,"158":5,"16":40,"160":6,"161":34,"167":20,"17":40,"18":357,"19":56,"20":29,"209":2,"21":91,"210":7,"214":2,"215":24,"221":88,"223":150,"224":10,"225":188,"23":86,"24":204,"25":44,"257":22,"26":11,"268":2,"27":9,"273":26,"276":110,"279":3,"28":87,"282":7,"291":7,"292":14,"30":11,"302":5,"31":6,"32":4,"33":8,"34":11,"347":6,"35":7,"352":112,"36":35,"37":7,"38":92,"380":1,"381":12,"383":6,"39":6,"391":9,"396":1,"397":6,"40":12,"409":10,"41":12,"414":8,"415":13,"42":14,"43":11,"430":2,"44":13,"45":6,"46":29,"48":7,"49":14,"5":439,"51":22,"52":6,"53":18,"56":4,"6":101,"63":32,"7":160,"79":6,"8":147,"80":14,"9":137,"all_client":22187,"all_tv_clinet":3906,"insert_time":"2014-08-23T23:12:27.458Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18527,"10":6,"107":91,"11":197,"12":30,"13":118,"14":29,"15":56,"155":5,"156":7,"158":5,"16":41,"160":6,"161":31,"167":20,"17":41,"18":365,"19":55,"20":28,"209":2,"21":93,"210":7,"214":1,"215":22,"221":88,"223":157,"224":11,"225":186,"23":93,"24":217,"25":48,"257":23,"26":12,"268":2,"27":10,"273":23,"276":114,"279":3,"28":86,"282":7,"291":7,"292":14,"30":12,"302":5,"31":6,"32":6,"33":11,"34":12,"347":7,"35":6,"352":120,"36":38,"37":9,"38":86,"380":1,"381":9,"383":7,"39":6,"391":11,"396":1,"397":6,"40":11,"409":8,"41":9,"414":8,"415":13,"42":13,"43":13,"430":2,"44":11,"45":8,"46":31,"48":8,"49":12,"5":446,"51":21,"52":6,"53":18,"56":6,"6":106,"63":33,"7":158,"79":7,"8":155,"80":14,"9":149,"all_client":22509,"all_tv_clinet":3982,"insert_time":"2014-08-23T23:13:27.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18697,"10":6,"107":99,"11":198,"12":32,"13":117,"14":31,"15":57,"155":7,"156":8,"158":5,"16":37,"160":6,"161":28,"167":20,"168":1,"17":40,"18":371,"19":51,"20":29,"209":1,"21":101,"210":7,"214":1,"215":20,"221":89,"223":152,"224":10,"225":192,"23":91,"24":227,"25":51,"257":23,"26":13,"268":2,"27":12,"273":24,"276":110,"279":2,"28":85,"282":8,"291":7,"292":12,"30":12,"302":5,"31":7,"32":5,"33":12,"34":11,"347":8,"35":6,"352":131,"36":37,"37":9,"38":86,"380":1,"381":9,"383":7,"39":6,"391":12,"396":1,"397":5,"40":9,"409":8,"41":12,"414":8,"415":13,"42":13,"43":11,"430":3,"44":12,"45":9,"46":35,"48":8,"49":11,"5":456,"51":24,"52":5,"53":20,"56":7,"6":103,"63":33,"7":167,"79":7,"8":161,"80":13,"9":160,"all_client":22758,"all_tv_clinet":4061,"insert_time":"2014-08-23T23:14:27.878Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":18919,"10":6,"107":104,"11":195,"12":33,"13":115,"14":32,"15":58,"155":7,"156":8,"158":4,"159":1,"16":38,"160":6,"161":31,"167":20,"168":2,"17":38,"18":390,"19":54,"20":29,"209":1,"21":104,"210":8,"215":21,"221":94,"223":155,"224":10,"225":190,"23":98,"24":231,"25":50,"257":24,"26":14,"268":2,"27":12,"273":24,"276":108,"279":2,"28":89,"282":8,"291":7,"292":11,"30":10,"302":5,"31":6,"32":5,"33":12,"34":12,"347":6,"35":6,"352":130,"36":38,"37":9,"38":94,"380":1,"381":10,"383":6,"39":6,"391":12,"397":5,"40":8,"409":7,"41":12,"414":10,"415":16,"42":14,"43":11,"430":3,"44":12,"45":8,"46":35,"48":8,"49":12,"5":453,"51":26,"52":5,"53":23,"56":7,"6":100,"63":35,"7":172,"79":6,"8":163,"80":13,"9":166,"all_client":23051,"all_tv_clinet":4132,"insert_time":"2014-08-23T23:15:28.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19145,"10":5,"107":105,"11":190,"12":38,"13":119,"14":31,"15":61,"155":7,"156":8,"158":4,"159":1,"16":41,"160":6,"161":34,"167":21,"168":2,"17":38,"18":389,"19":58,"20":35,"209":3,"21":109,"210":8,"215":24,"221":97,"223":155,"224":11,"225":190,"23":96,"24":240,"25":52,"257":22,"26":14,"268":2,"27":13,"273":18,"276":109,"279":2,"28":88,"282":8,"291":7,"292":10,"30":11,"302":6,"31":5,"32":6,"33":12,"34":11,"347":6,"35":11,"352":134,"36":37,"37":9,"38":95,"380":1,"381":10,"383":6,"39":7,"391":12,"397":5,"40":10,"409":9,"41":10,"414":10,"415":16,"42":15,"43":10,"430":3,"44":10,"45":8,"46":35,"48":9,"49":14,"5":451,"51":25,"52":6,"53":24,"56":4,"6":99,"63":35,"7":174,"79":7,"8":169,"80":13,"9":174,"all_client":23340,"all_tv_clinet":4195,"insert_time":"2014-08-23T23:16:28.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19402,"10":4,"107":98,"11":174,"12":42,"13":121,"14":33,"15":67,"155":6,"156":7,"158":4,"159":2,"16":47,"160":7,"161":35,"167":20,"168":2,"17":35,"18":383,"19":69,"20":38,"209":3,"21":105,"210":8,"215":24,"221":93,"223":167,"224":11,"225":201,"23":96,"24":244,"25":53,"257":23,"26":11,"268":2,"27":12,"273":16,"276":107,"279":3,"28":90,"282":8,"291":7,"292":10,"30":10,"302":5,"31":6,"32":7,"33":12,"34":11,"347":5,"35":13,"352":137,"36":37,"37":9,"38":100,"380":1,"381":10,"383":7,"39":10,"391":11,"397":5,"40":11,"409":11,"41":12,"414":11,"415":19,"42":15,"43":11,"430":4,"44":9,"45":9,"46":34,"48":9,"49":16,"5":447,"51":25,"52":6,"53":23,"56":4,"6":108,"63":35,"7":177,"79":10,"8":170,"80":14,"9":190,"all_client":23666,"all_tv_clinet":4264,"insert_time":"2014-08-23T23:17:28.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19612,"10":3,"107":103,"11":168,"12":47,"13":124,"14":34,"15":66,"155":6,"156":7,"158":4,"159":2,"16":51,"160":7,"161":35,"167":20,"168":1,"17":28,"18":389,"19":68,"20":36,"209":4,"21":111,"210":8,"215":24,"221":91,"223":174,"224":11,"225":205,"23":102,"24":246,"25":51,"257":24,"26":11,"268":2,"27":11,"273":15,"276":110,"279":3,"28":96,"282":7,"291":7,"292":10,"30":10,"302":5,"31":9,"32":7,"33":12,"34":11,"347":5,"35":14,"352":135,"36":40,"37":10,"38":103,"381":10,"383":8,"39":7,"391":13,"397":5,"40":11,"409":12,"41":14,"414":12,"415":20,"42":15,"43":11,"430":5,"44":8,"45":10,"46":32,"48":10,"49":16,"5":444,"51":27,"52":5,"53":21,"56":4,"6":114,"63":35,"7":171,"79":10,"8":171,"80":14,"9":199,"all_client":23929,"all_tv_clinet":4317,"insert_time":"2014-08-23T23:18:28.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":19841,"10":3,"107":103,"11":164,"12":52,"13":130,"14":32,"15":65,"155":6,"156":6,"158":4,"159":2,"16":51,"160":7,"161":37,"167":21,"168":1,"17":25,"18":403,"19":71,"20":39,"209":4,"21":118,"210":8,"215":22,"221":89,"223":179,"224":11,"225":206,"23":109,"24":262,"25":52,"257":24,"26":11,"268":2,"27":11,"273":16,"276":108,"279":3,"28":100,"282":8,"291":7,"292":11,"30":10,"302":5,"31":10,"314":1,"32":8,"33":13,"34":11,"347":5,"35":13,"352":128,"36":41,"37":9,"38":100,"381":10,"383":8,"39":8,"391":12,"397":5,"40":13,"409":15,"41":14,"414":11,"415":21,"42":16,"43":10,"430":5,"44":9,"45":11,"46":31,"48":10,"49":16,"5":448,"51":27,"52":5,"53":21,"56":4,"6":122,"63":35,"7":172,"79":9,"8":175,"80":13,"9":204,"all_client":24238,"all_tv_clinet":4397,"insert_time":"2014-08-23T23:19:29.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20113,"10":4,"107":103,"11":159,"12":54,"13":130,"14":31,"15":70,"155":6,"156":7,"158":3,"159":2,"16":53,"160":8,"161":43,"167":20,"168":1,"17":25,"18":403,"19":71,"20":39,"209":4,"21":121,"210":8,"215":23,"221":98,"223":181,"224":11,"225":205,"23":123,"24":261,"25":53,"257":24,"26":12,"268":2,"27":11,"273":16,"276":110,"279":2,"28":102,"282":8,"291":7,"292":12,"30":9,"302":6,"31":12,"314":1,"32":6,"33":12,"34":9,"347":4,"35":17,"352":131,"36":43,"37":8,"38":97,"381":10,"383":5,"39":7,"391":12,"397":5,"40":13,"409":13,"41":15,"414":12,"415":22,"42":15,"43":7,"430":6,"44":9,"45":9,"46":31,"48":9,"49":16,"5":450,"51":28,"52":5,"53":22,"56":4,"570":1,"6":129,"63":33,"7":166,"79":8,"8":177,"80":11,"9":207,"all_client":24551,"all_tv_clinet":4438,"insert_time":"2014-08-23T23:20:29.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20372,"10":4,"107":114,"11":162,"12":55,"13":130,"14":35,"15":74,"155":7,"156":7,"158":3,"159":2,"16":52,"160":9,"161":40,"167":19,"168":2,"17":25,"18":413,"19":73,"20":40,"209":4,"21":124,"210":8,"215":23,"221":94,"223":182,"224":11,"225":206,"23":130,"24":260,"25":57,"257":25,"26":13,"268":2,"27":15,"273":18,"276":110,"279":2,"28":102,"282":7,"291":7,"292":13,"30":8,"302":6,"31":12,"314":1,"32":6,"33":13,"34":10,"347":4,"35":18,"352":126,"36":45,"37":10,"38":94,"381":10,"383":6,"39":8,"391":12,"397":5,"40":11,"409":14,"41":13,"414":11,"415":20,"419":1,"42":16,"43":6,"430":6,"44":9,"45":10,"46":34,"48":8,"49":16,"5":454,"51":27,"52":5,"53":21,"56":2,"570":1,"6":144,"63":33,"7":165,"79":9,"8":178,"80":10,"9":212,"all_client":24881,"all_tv_clinet":4509,"insert_time":"2014-08-23T23:21:29.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20672,"10":4,"107":112,"11":170,"12":56,"13":132,"14":38,"15":77,"155":7,"156":8,"158":3,"159":2,"16":53,"160":9,"161":31,"167":17,"168":2,"17":24,"18":411,"19":76,"20":41,"209":4,"21":129,"210":9,"215":24,"221":89,"223":179,"224":14,"225":211,"23":130,"24":265,"25":57,"257":25,"26":11,"268":2,"27":15,"273":20,"276":108,"279":1,"28":105,"282":7,"291":7,"292":14,"30":7,"302":6,"306":1,"31":11,"314":1,"32":6,"33":13,"34":10,"347":4,"35":21,"352":131,"36":46,"37":10,"38":91,"381":10,"383":7,"39":10,"391":13,"397":4,"40":8,"409":15,"41":13,"414":11,"415":22,"419":1,"42":16,"43":6,"430":6,"44":10,"45":9,"46":33,"48":7,"49":17,"5":449,"51":28,"52":5,"53":19,"56":3,"570":3,"6":148,"63":32,"7":160,"79":10,"8":184,"80":10,"9":223,"all_client":25221,"all_tv_clinet":4549,"insert_time":"2014-08-23T23:22:29.900Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":20912,"10":4,"107":115,"11":180,"12":60,"13":132,"14":40,"15":79,"155":7,"156":8,"158":3,"159":2,"16":55,"160":9,"161":26,"167":18,"168":2,"17":22,"18":414,"19":82,"20":42,"209":5,"21":134,"210":8,"215":24,"221":90,"223":172,"224":14,"225":219,"23":133,"24":269,"25":55,"257":28,"26":12,"268":1,"27":15,"273":22,"276":106,"279":1,"28":108,"282":6,"291":8,"292":15,"30":8,"302":7,"306":1,"31":11,"314":1,"32":6,"33":14,"34":10,"347":3,"35":23,"352":131,"36":44,"37":10,"38":96,"381":9,"383":7,"39":12,"391":14,"397":4,"40":7,"409":16,"41":12,"414":12,"415":18,"419":1,"42":16,"43":6,"430":6,"44":9,"45":10,"46":36,"48":7,"49":18,"5":452,"51":26,"52":4,"53":17,"56":3,"570":2,"6":163,"63":34,"7":158,"79":11,"8":182,"80":12,"9":224,"all_client":25530,"all_tv_clinet":4618,"insert_time":"2014-08-23T23:23:30.124Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21225,"10":4,"107":107,"11":177,"12":61,"13":129,"14":41,"15":80,"155":7,"156":8,"158":3,"159":2,"16":58,"160":8,"161":27,"167":17,"168":1,"17":21,"18":413,"19":87,"20":46,"209":5,"21":132,"210":7,"215":23,"221":93,"223":178,"224":14,"225":224,"23":131,"24":276,"25":54,"257":26,"26":15,"268":2,"27":13,"273":24,"276":105,"279":1,"28":113,"282":6,"291":7,"292":14,"30":8,"302":7,"306":1,"31":10,"314":1,"32":6,"33":14,"34":10,"347":3,"35":25,"352":135,"36":42,"37":9,"38":95,"381":9,"383":7,"39":12,"391":14,"397":3,"40":7,"409":16,"41":10,"414":13,"415":20,"42":16,"43":6,"430":6,"44":8,"45":11,"46":33,"48":9,"49":20,"5":455,"51":25,"52":4,"53":17,"56":2,"570":3,"6":162,"63":32,"7":162,"79":11,"8":188,"80":13,"9":219,"all_client":25864,"all_tv_clinet":4639,"insert_time":"2014-08-23T23:24:30.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21514,"10":5,"107":102,"11":191,"12":60,"13":127,"14":42,"15":78,"155":6,"156":8,"158":3,"159":3,"16":53,"160":8,"161":34,"167":19,"168":1,"17":19,"18":420,"19":91,"20":50,"209":7,"21":133,"210":7,"214":1,"215":24,"221":92,"223":186,"224":16,"225":230,"23":134,"24":267,"25":53,"257":28,"26":19,"268":2,"27":13,"273":24,"276":108,"279":1,"28":117,"282":7,"291":6,"292":16,"30":7,"302":7,"306":1,"31":12,"314":1,"32":4,"33":13,"34":9,"347":3,"35":25,"352":137,"36":42,"37":10,"38":99,"381":9,"383":7,"39":14,"391":13,"397":3,"40":5,"409":16,"41":10,"414":13,"415":20,"42":14,"43":4,"430":7,"44":8,"45":10,"46":34,"48":11,"49":20,"5":454,"51":26,"52":4,"53":18,"56":3,"570":4,"6":169,"63":34,"7":166,"79":11,"8":190,"80":14,"9":199,"all_client":26205,"all_tv_clinet":4691,"insert_time":"2014-08-23T23:25:30.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":21795,"10":5,"107":100,"11":197,"12":60,"13":128,"14":43,"15":78,"155":7,"156":7,"158":4,"159":3,"16":49,"160":8,"161":36,"167":19,"17":22,"18":424,"19":90,"20":55,"209":8,"21":144,"210":6,"214":1,"215":27,"221":81,"223":201,"224":16,"225":227,"23":137,"24":262,"25":49,"257":27,"26":21,"268":3,"27":11,"273":28,"276":111,"279":1,"28":123,"282":7,"291":6,"292":20,"30":9,"302":7,"306":1,"31":12,"314":1,"32":3,"33":15,"34":11,"347":3,"35":26,"352":132,"36":44,"37":12,"38":94,"381":9,"383":8,"39":16,"391":14,"397":4,"40":6,"409":15,"41":9,"414":10,"415":22,"42":16,"426":2,"43":5,"430":7,"44":7,"45":10,"46":32,"48":11,"49":22,"5":448,"51":27,"52":5,"53":18,"56":4,"570":6,"6":179,"63":37,"7":170,"79":11,"8":193,"80":15,"9":188,"all_client":26543,"all_tv_clinet":4748,"insert_time":"2014-08-23T23:26:30.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22024,"10":5,"107":93,"11":208,"12":60,"13":130,"14":48,"15":76,"155":7,"156":7,"158":5,"159":3,"16":47,"160":8,"161":35,"167":19,"17":18,"18":436,"19":93,"20":58,"209":7,"21":154,"210":6,"214":1,"215":33,"221":81,"223":214,"224":16,"225":213,"23":142,"24":264,"25":48,"257":28,"26":21,"268":3,"27":11,"273":28,"276":109,"279":2,"28":125,"282":8,"291":6,"292":20,"30":10,"302":7,"306":1,"31":12,"314":2,"32":3,"33":15,"34":12,"347":3,"35":27,"352":132,"36":47,"37":13,"38":96,"381":8,"383":9,"39":16,"391":13,"397":4,"40":6,"409":16,"41":10,"414":10,"415":22,"42":14,"426":2,"43":5,"430":7,"44":7,"45":10,"46":32,"48":14,"49":22,"5":458,"51":27,"52":8,"53":18,"56":4,"570":5,"6":188,"63":41,"7":164,"79":11,"8":200,"80":15,"9":175,"all_client":26841,"all_tv_clinet":4817,"insert_time":"2014-08-23T23:27:31.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22272,"10":5,"107":97,"11":215,"12":65,"13":132,"14":50,"15":78,"155":7,"156":6,"158":6,"159":3,"16":46,"160":10,"161":35,"167":17,"17":18,"18":441,"19":102,"20":55,"209":6,"21":149,"210":9,"211":1,"214":1,"215":34,"221":87,"223":215,"224":15,"225":197,"23":148,"24":287,"25":47,"257":30,"26":20,"268":3,"27":13,"273":28,"276":109,"279":2,"28":130,"282":7,"291":6,"292":17,"30":9,"302":9,"306":1,"31":12,"314":2,"32":2,"33":16,"34":14,"347":4,"35":26,"352":130,"36":48,"37":13,"38":99,"381":8,"383":10,"39":19,"391":13,"397":7,"40":8,"409":17,"41":11,"414":10,"415":22,"419":1,"42":13,"426":2,"43":6,"430":8,"44":7,"45":9,"46":31,"48":14,"49":23,"5":477,"51":24,"52":6,"53":17,"56":4,"570":2,"6":203,"63":41,"7":173,"79":12,"8":200,"80":15,"9":172,"all_client":27191,"all_tv_clinet":4919,"insert_time":"2014-08-23T23:28:31.271Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22517,"10":5,"107":108,"11":220,"12":69,"13":129,"14":48,"15":79,"155":7,"156":6,"158":6,"159":3,"16":49,"160":11,"161":35,"167":17,"17":19,"18":447,"19":106,"20":58,"209":6,"21":155,"210":9,"211":1,"214":1,"215":36,"221":87,"223":205,"224":15,"225":184,"23":153,"24":298,"25":47,"257":31,"26":19,"268":3,"27":13,"273":31,"276":110,"279":2,"28":135,"282":6,"291":6,"292":18,"30":8,"302":9,"306":1,"31":14,"314":2,"32":2,"33":16,"34":16,"347":6,"35":25,"352":125,"36":44,"37":16,"38":102,"381":9,"383":11,"39":25,"391":12,"397":8,"40":12,"409":17,"41":9,"414":10,"415":24,"419":3,"42":13,"426":1,"43":5,"430":8,"44":7,"45":10,"46":28,"48":15,"49":23,"5":492,"51":23,"52":7,"53":21,"56":4,"570":1,"6":208,"63":39,"7":171,"79":14,"8":198,"80":14,"9":180,"all_client":27518,"all_tv_clinet":5001,"insert_time":"2014-08-23T23:29:31.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":22812,"10":5,"107":109,"11":223,"12":71,"13":131,"14":48,"15":81,"155":7,"156":5,"158":6,"159":2,"16":49,"160":10,"161":37,"167":16,"17":22,"18":454,"19":104,"20":61,"209":6,"21":155,"210":9,"211":1,"214":2,"215":34,"221":96,"223":203,"224":17,"225":186,"23":139,"24":299,"25":47,"257":29,"26":18,"268":3,"27":12,"273":34,"276":112,"279":2,"28":142,"282":5,"291":9,"292":18,"30":8,"302":9,"306":1,"31":13,"314":2,"32":2,"33":20,"34":17,"347":8,"35":25,"352":129,"36":46,"37":17,"38":102,"381":9,"383":10,"39":30,"391":12,"396":1,"397":8,"40":12,"409":17,"41":11,"414":10,"415":23,"419":4,"42":13,"426":1,"43":4,"430":9,"44":7,"45":8,"46":32,"48":13,"49":23,"5":508,"51":21,"52":7,"53":18,"56":4,"570":1,"6":211,"63":37,"7":168,"79":14,"8":202,"80":14,"9":185,"all_client":27877,"all_tv_clinet":5065,"insert_time":"2014-08-23T23:30:31.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23060,"10":7,"107":113,"11":221,"12":72,"13":130,"14":50,"15":82,"155":9,"156":5,"158":5,"159":2,"16":51,"160":8,"161":38,"167":15,"17":25,"18":451,"19":106,"20":65,"209":5,"21":159,"210":10,"214":3,"215":39,"221":102,"223":204,"224":19,"225":186,"23":139,"24":300,"25":46,"257":29,"26":20,"268":3,"27":12,"273":39,"276":109,"279":2,"28":141,"282":5,"291":10,"292":19,"30":8,"302":9,"31":12,"314":3,"32":2,"33":19,"34":17,"347":7,"35":25,"352":132,"36":47,"37":20,"38":96,"381":9,"383":11,"39":34,"391":12,"396":1,"397":8,"40":14,"409":19,"41":12,"414":10,"415":20,"419":4,"42":12,"426":1,"43":4,"430":9,"44":7,"45":8,"46":39,"48":12,"49":23,"5":518,"51":19,"52":8,"53":17,"56":4,"570":1,"6":213,"63":38,"7":178,"79":15,"8":203,"80":13,"9":196,"all_client":28205,"all_tv_clinet":5145,"insert_time":"2014-08-23T23:31:32.046Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23353,"10":7,"107":109,"11":218,"12":71,"13":133,"14":54,"15":90,"155":9,"156":4,"158":5,"159":2,"16":55,"160":8,"161":33,"167":15,"17":29,"18":439,"19":110,"20":66,"209":7,"21":162,"210":11,"214":3,"215":38,"221":113,"223":210,"224":20,"225":179,"23":141,"24":316,"25":46,"257":33,"26":21,"268":3,"27":14,"273":38,"276":109,"279":2,"28":146,"282":5,"291":11,"292":19,"30":7,"302":9,"31":13,"314":3,"32":3,"33":19,"34":16,"347":9,"35":27,"352":143,"36":51,"37":19,"38":96,"381":10,"383":12,"39":35,"391":12,"396":1,"397":8,"40":14,"409":18,"41":11,"414":10,"415":19,"419":3,"42":14,"426":1,"43":5,"430":10,"44":7,"45":7,"46":38,"48":13,"49":22,"5":521,"51":18,"52":9,"53":17,"56":3,"570":1,"6":211,"63":39,"7":183,"79":15,"8":197,"80":13,"9":204,"all_client":28573,"all_tv_clinet":5220,"insert_time":"2014-08-23T23:32:32.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23647,"10":6,"107":113,"11":215,"12":73,"13":136,"14":53,"15":96,"155":9,"156":6,"158":4,"159":3,"16":52,"160":8,"161":30,"167":13,"17":30,"18":422,"19":115,"20":68,"209":7,"21":161,"210":11,"214":2,"215":42,"221":115,"223":211,"224":20,"225":190,"23":152,"24":325,"25":50,"257":33,"26":21,"268":3,"27":14,"273":38,"276":112,"279":3,"28":149,"282":4,"291":9,"292":20,"30":7,"302":9,"31":13,"314":2,"32":3,"33":18,"34":17,"347":11,"35":29,"352":148,"36":56,"37":19,"38":97,"381":11,"383":11,"39":36,"391":12,"397":8,"40":13,"409":19,"41":10,"414":12,"415":19,"419":3,"42":15,"426":1,"43":8,"430":12,"44":7,"45":6,"46":37,"48":11,"49":24,"5":518,"51":16,"52":7,"53":18,"56":3,"570":1,"6":225,"63":41,"7":193,"79":15,"8":196,"80":13,"9":223,"all_client":28964,"all_tv_clinet":5317,"insert_time":"2014-08-23T23:33:32.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":23975,"10":4,"107":111,"11":215,"12":75,"13":142,"14":56,"15":93,"155":10,"156":7,"158":4,"159":3,"16":54,"160":12,"161":30,"167":11,"168":1,"17":31,"18":415,"19":114,"20":70,"209":7,"21":161,"210":10,"214":2,"215":45,"221":115,"223":212,"224":17,"225":192,"23":155,"24":340,"25":51,"257":33,"26":24,"268":3,"27":13,"273":35,"276":116,"279":2,"28":151,"282":5,"291":9,"292":22,"30":7,"302":9,"31":15,"314":2,"32":3,"33":19,"34":18,"347":13,"35":31,"352":152,"36":57,"37":19,"38":98,"381":10,"383":10,"39":39,"391":12,"397":8,"40":14,"409":19,"41":10,"414":12,"415":20,"419":4,"42":16,"426":1,"43":9,"430":12,"44":7,"45":7,"46":40,"48":11,"49":23,"5":521,"51":17,"52":6,"53":16,"56":2,"570":2,"6":233,"63":40,"7":201,"79":15,"8":191,"80":13,"9":231,"all_client":29368,"all_tv_clinet":5393,"insert_time":"2014-08-23T23:34:32.818Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24257,"10":6,"107":113,"11":218,"12":76,"13":142,"14":60,"15":93,"155":10,"156":6,"158":4,"159":3,"16":55,"160":12,"161":33,"167":11,"168":1,"17":33,"18":419,"19":117,"20":70,"209":8,"21":159,"210":10,"214":2,"215":43,"221":114,"223":207,"224":17,"225":196,"23":155,"24":356,"25":53,"257":32,"26":26,"268":3,"27":13,"273":34,"276":117,"279":3,"28":154,"282":4,"291":8,"292":21,"30":6,"302":8,"31":14,"314":2,"32":3,"33":20,"34":19,"347":11,"35":29,"352":155,"36":60,"37":20,"38":90,"381":10,"383":10,"39":38,"391":13,"396":1,"397":8,"40":13,"409":21,"41":11,"414":15,"415":23,"419":3,"42":16,"426":1,"43":8,"430":14,"433":1,"44":9,"45":7,"46":42,"48":9,"49":22,"5":528,"51":18,"52":5,"53":17,"56":2,"570":1,"6":250,"63":38,"7":210,"79":13,"8":194,"80":13,"9":222,"all_client":29717,"all_tv_clinet":5460,"insert_time":"2014-08-23T23:35:33.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24519,"10":7,"107":115,"11":223,"12":78,"13":145,"14":65,"15":97,"155":10,"156":6,"158":3,"159":3,"16":61,"160":10,"161":39,"167":12,"168":1,"17":33,"18":425,"19":116,"20":73,"209":8,"21":153,"210":10,"214":2,"215":37,"221":116,"223":205,"224":15,"225":202,"23":167,"24":371,"25":56,"257":31,"26":28,"268":3,"27":13,"273":34,"276":118,"279":3,"28":150,"282":5,"291":8,"292":21,"30":6,"302":9,"31":15,"314":2,"32":4,"33":22,"34":20,"347":10,"35":28,"352":154,"36":57,"37":20,"38":88,"381":9,"383":12,"39":38,"391":13,"396":1,"397":8,"40":13,"409":21,"41":10,"414":14,"415":28,"419":3,"42":16,"426":1,"43":8,"430":14,"433":1,"44":9,"45":6,"46":41,"48":11,"49":22,"5":526,"51":17,"52":5,"53":16,"56":1,"570":2,"6":264,"63":37,"7":212,"79":15,"8":191,"80":15,"9":225,"all_client":30057,"all_tv_clinet":5538,"insert_time":"2014-08-23T23:36:33.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":24841,"10":7,"107":120,"11":242,"12":79,"13":144,"14":65,"15":98,"155":9,"156":7,"158":3,"159":3,"16":63,"160":10,"161":45,"167":11,"17":33,"18":442,"19":118,"20":72,"209":8,"21":158,"210":10,"214":2,"215":33,"221":116,"223":195,"224":14,"225":203,"23":169,"24":370,"25":55,"257":32,"26":23,"268":3,"27":12,"273":35,"276":118,"279":4,"28":151,"282":6,"291":9,"292":23,"30":5,"302":9,"31":13,"314":2,"32":4,"33":21,"34":21,"347":8,"35":28,"352":154,"36":55,"37":21,"38":88,"381":10,"383":11,"39":38,"391":11,"396":1,"397":8,"40":13,"409":22,"41":12,"414":16,"415":26,"419":3,"42":15,"426":1,"43":9,"430":15,"433":1,"44":9,"45":5,"46":40,"48":10,"49":19,"5":527,"51":14,"52":5,"53":20,"56":1,"570":1,"6":274,"63":37,"7":215,"79":15,"8":195,"80":15,"9":235,"all_client":30439,"all_tv_clinet":5598,"insert_time":"2014-08-23T23:37:33.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25153,"10":5,"107":124,"11":258,"12":81,"13":143,"14":61,"15":100,"155":9,"156":7,"158":3,"159":3,"16":65,"160":10,"161":47,"167":11,"17":30,"18":456,"19":120,"20":69,"209":9,"21":165,"210":10,"214":2,"215":31,"221":116,"223":199,"224":12,"225":210,"23":174,"24":358,"25":55,"257":31,"26":23,"268":3,"27":14,"273":35,"276":118,"279":3,"28":157,"282":6,"291":9,"292":26,"30":5,"302":8,"31":12,"314":2,"32":3,"33":23,"34":19,"347":9,"35":27,"352":154,"36":57,"37":21,"38":96,"381":12,"383":11,"39":36,"391":11,"396":1,"397":7,"40":14,"409":22,"41":13,"414":13,"415":21,"419":3,"42":15,"426":1,"43":9,"430":16,"433":1,"44":9,"45":5,"46":43,"48":10,"49":18,"5":545,"51":13,"52":4,"53":24,"56":1,"570":2,"6":280,"63":37,"7":209,"79":16,"8":194,"80":16,"9":239,"all_client":30828,"all_tv_clinet":5675,"insert_time":"2014-08-23T23:38:34.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25409,"10":4,"107":123,"11":263,"12":80,"13":146,"14":58,"15":100,"155":9,"156":7,"158":5,"159":2,"16":63,"160":10,"161":50,"167":11,"17":32,"18":467,"19":118,"20":67,"209":10,"21":170,"210":10,"214":2,"215":30,"221":116,"223":199,"224":12,"225":210,"23":183,"24":369,"25":60,"257":31,"26":24,"268":2,"27":14,"273":36,"276":119,"279":4,"28":161,"282":7,"291":8,"292":27,"30":5,"302":8,"31":11,"314":2,"32":2,"33":24,"34":23,"347":9,"35":29,"352":155,"36":54,"37":20,"38":104,"381":12,"383":9,"39":36,"391":10,"396":1,"397":9,"40":14,"409":22,"41":14,"414":12,"415":18,"419":3,"42":14,"426":1,"43":10,"430":14,"433":1,"44":10,"45":5,"46":43,"48":10,"49":18,"5":551,"51":13,"52":5,"53":25,"570":2,"6":289,"63":39,"7":208,"79":16,"8":188,"80":16,"9":247,"all_client":31159,"all_tv_clinet":5750,"insert_time":"2014-08-23T23:39:34.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":25728,"10":5,"107":133,"11":267,"12":82,"13":144,"14":56,"15":100,"155":9,"156":6,"158":5,"159":1,"16":64,"160":9,"161":50,"167":11,"168":1,"17":34,"18":479,"19":123,"20":65,"209":9,"21":167,"210":10,"214":1,"215":30,"221":116,"223":200,"224":11,"225":207,"23":188,"24":370,"25":64,"257":28,"26":24,"268":2,"27":14,"273":36,"276":119,"279":4,"28":164,"282":9,"291":7,"292":30,"30":5,"302":8,"31":11,"314":1,"32":3,"33":24,"34":24,"347":9,"35":34,"352":167,"36":55,"37":18,"38":109,"381":13,"383":8,"39":34,"391":10,"396":1,"397":9,"40":15,"409":24,"41":12,"414":13,"415":17,"419":1,"42":14,"426":1,"43":11,"430":15,"433":1,"44":9,"45":5,"46":43,"48":13,"49":18,"5":562,"51":13,"52":6,"53":25,"570":2,"6":295,"63":39,"7":212,"79":15,"8":186,"80":16,"9":251,"all_client":31559,"all_tv_clinet":5831,"insert_time":"2014-08-23T23:40:34.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26060,"10":6,"107":128,"11":265,"12":82,"13":151,"14":51,"15":105,"155":9,"156":8,"158":4,"159":1,"16":64,"160":8,"161":52,"167":11,"168":1,"17":34,"18":495,"19":120,"20":67,"209":9,"21":180,"210":11,"214":1,"215":31,"221":123,"223":204,"224":9,"225":203,"23":183,"24":382,"25":71,"257":27,"26":25,"268":3,"27":14,"273":36,"276":119,"279":4,"28":165,"282":9,"291":7,"292":32,"30":5,"302":8,"31":12,"314":1,"32":4,"33":24,"34":25,"347":8,"35":38,"352":170,"36":54,"37":21,"38":109,"381":12,"383":9,"39":31,"391":13,"396":2,"397":11,"40":15,"409":23,"41":13,"414":12,"415":19,"419":1,"42":13,"426":1,"43":11,"430":14,"433":1,"44":8,"45":4,"46":41,"48":11,"49":16,"5":580,"51":14,"52":5,"53":22,"56":1,"570":1,"6":311,"63":39,"7":210,"79":15,"8":192,"80":17,"9":256,"all_client":31993,"all_tv_clinet":5933,"insert_time":"2014-08-23T23:41:35.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26309,"10":6,"107":133,"11":267,"12":81,"13":152,"14":49,"15":106,"155":8,"156":8,"158":5,"159":1,"16":61,"160":8,"161":53,"167":13,"168":1,"17":32,"18":506,"19":120,"20":71,"209":10,"21":180,"210":10,"214":2,"215":29,"221":126,"223":201,"224":9,"225":200,"23":189,"24":392,"25":73,"257":28,"26":23,"268":3,"27":14,"273":38,"276":119,"279":4,"28":169,"281":1,"282":10,"291":8,"292":27,"30":4,"302":8,"31":13,"32":6,"33":22,"34":20,"347":8,"35":39,"352":175,"36":57,"37":19,"38":119,"381":16,"383":7,"39":31,"391":14,"396":2,"397":13,"40":15,"409":24,"41":11,"414":12,"415":21,"419":1,"42":13,"426":1,"43":9,"430":14,"433":2,"44":8,"45":4,"46":42,"48":12,"49":14,"5":591,"51":14,"52":3,"53":25,"56":1,"570":1,"6":315,"63":38,"7":215,"79":14,"8":195,"80":17,"9":267,"all_client":32327,"all_tv_clinet":6018,"insert_time":"2014-08-23T23:42:35.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26583,"10":6,"107":127,"11":259,"12":79,"13":158,"14":47,"15":116,"155":8,"156":7,"158":5,"159":1,"16":60,"160":8,"161":61,"167":14,"168":1,"17":32,"18":515,"19":114,"20":74,"209":10,"21":182,"210":10,"214":2,"215":28,"221":128,"223":202,"224":13,"225":204,"23":190,"24":397,"25":71,"257":29,"26":20,"268":3,"27":14,"273":42,"276":120,"279":4,"28":168,"281":1,"282":13,"291":8,"292":29,"30":3,"302":6,"31":12,"32":5,"33":20,"34":15,"347":7,"35":40,"352":177,"36":59,"37":23,"38":121,"381":14,"383":9,"39":31,"391":14,"396":2,"397":13,"40":14,"409":19,"41":12,"414":11,"415":19,"419":3,"42":12,"426":1,"43":11,"430":13,"433":2,"44":8,"45":4,"46":48,"48":12,"49":14,"5":600,"51":15,"52":3,"53":24,"56":1,"570":1,"6":326,"63":39,"7":222,"79":16,"8":195,"80":17,"9":275,"all_client":32671,"all_tv_clinet":6088,"insert_time":"2014-08-23T23:43:35.621Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":26881,"10":7,"107":132,"11":256,"12":76,"13":162,"14":50,"15":118,"155":9,"156":6,"158":5,"16":61,"160":7,"161":65,"167":13,"168":1,"17":31,"18":513,"19":119,"20":75,"209":8,"21":179,"210":9,"214":2,"215":27,"221":119,"223":210,"224":12,"225":208,"23":193,"24":413,"25":68,"257":30,"26":18,"268":2,"27":16,"273":41,"276":120,"279":4,"28":189,"281":1,"282":17,"291":9,"292":28,"30":3,"302":5,"31":12,"32":5,"33":18,"34":14,"347":6,"35":39,"352":176,"36":53,"37":23,"38":124,"381":14,"383":7,"39":31,"391":17,"397":12,"40":12,"409":18,"41":14,"414":12,"415":16,"419":4,"42":14,"426":1,"43":12,"430":12,"433":1,"44":8,"45":5,"46":54,"48":14,"49":15,"5":612,"51":14,"52":4,"53":22,"56":1,"570":3,"6":332,"63":39,"7":235,"79":17,"8":190,"80":16,"9":279,"all_client":33045,"all_tv_clinet":6164,"insert_time":"2014-08-23T23:44:35.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27169,"10":8,"107":128,"11":258,"12":79,"13":163,"14":50,"15":120,"155":10,"156":5,"158":4,"16":60,"160":8,"161":61,"167":12,"168":2,"17":37,"18":508,"19":122,"20":80,"209":8,"21":189,"210":9,"214":1,"215":31,"221":118,"223":214,"224":11,"225":202,"23":193,"24":423,"25":68,"257":30,"26":19,"268":2,"27":16,"273":39,"276":119,"279":4,"28":196,"281":1,"282":18,"291":8,"292":32,"30":3,"302":5,"306":2,"31":13,"314":1,"32":3,"33":17,"34":14,"347":7,"35":34,"352":187,"36":46,"37":26,"38":126,"381":13,"383":8,"39":32,"391":17,"397":10,"40":11,"409":18,"41":14,"414":13,"415":15,"419":5,"42":15,"426":1,"43":13,"430":11,"44":7,"45":5,"46":62,"48":14,"49":14,"5":615,"51":13,"52":4,"53":22,"56":1,"570":4,"6":346,"63":38,"7":252,"79":17,"8":193,"80":16,"9":289,"all_client":33427,"all_tv_clinet":6258,"insert_time":"2014-08-23T23:45:36.180Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27497,"10":11,"107":132,"11":268,"12":82,"13":161,"14":52,"15":115,"155":11,"156":4,"158":3,"159":1,"16":58,"160":8,"161":63,"167":13,"168":2,"17":35,"18":502,"19":119,"20":86,"209":9,"21":187,"210":10,"215":33,"221":117,"223":214,"224":11,"225":210,"23":190,"24":441,"25":70,"257":29,"26":21,"268":2,"27":17,"273":36,"276":117,"279":4,"28":202,"281":1,"282":19,"291":7,"292":32,"30":3,"302":6,"306":2,"31":13,"314":1,"32":5,"33":17,"34":15,"347":7,"35":29,"352":189,"36":46,"37":25,"38":128,"380":1,"381":12,"383":8,"39":29,"391":15,"397":10,"40":10,"409":19,"41":14,"414":13,"415":17,"419":5,"42":15,"426":1,"43":14,"430":10,"44":4,"45":5,"46":63,"48":13,"49":15,"5":607,"51":13,"52":4,"53":21,"56":1,"570":5,"6":353,"63":35,"7":271,"79":17,"8":190,"80":16,"9":297,"all_client":33811,"all_tv_clinet":6314,"insert_time":"2014-08-23T23:46:36.486Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":27826,"10":11,"107":124,"11":277,"12":89,"13":165,"14":55,"15":117,"155":11,"156":4,"158":3,"159":1,"16":53,"160":9,"161":65,"167":19,"168":2,"17":32,"18":503,"19":120,"20":84,"209":11,"21":188,"210":10,"215":34,"221":118,"223":205,"224":14,"225":202,"23":193,"24":453,"25":75,"257":31,"26":21,"268":2,"27":16,"273":33,"276":113,"279":4,"28":200,"281":1,"282":21,"291":6,"292":34,"30":3,"302":8,"306":2,"31":12,"314":1,"32":5,"33":16,"34":13,"347":7,"35":25,"352":189,"36":46,"37":26,"38":135,"380":1,"381":12,"383":8,"39":29,"391":13,"396":2,"397":10,"40":13,"409":21,"41":14,"414":12,"415":18,"419":5,"42":13,"426":2,"43":11,"430":10,"433":1,"44":4,"45":6,"46":72,"48":12,"49":16,"5":613,"51":12,"52":4,"53":24,"56":2,"570":6,"6":348,"63":34,"7":281,"79":17,"8":193,"80":18,"9":300,"all_client":34200,"all_tv_clinet":6374,"insert_time":"2014-08-23T23:47:36.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28161,"10":11,"107":130,"11":284,"12":97,"13":168,"14":57,"15":118,"155":10,"156":4,"158":4,"159":1,"16":52,"160":9,"161":68,"167":21,"168":2,"17":31,"18":505,"19":128,"20":88,"209":11,"21":190,"210":10,"215":38,"221":117,"223":207,"224":14,"225":202,"23":196,"24":452,"25":78,"257":32,"26":19,"268":5,"27":16,"273":32,"276":113,"279":2,"28":205,"281":1,"282":22,"291":7,"292":33,"30":3,"302":8,"306":2,"31":12,"314":1,"32":6,"33":15,"34":13,"347":6,"35":26,"352":188,"36":45,"37":24,"38":142,"380":1,"381":11,"383":9,"39":27,"391":13,"396":2,"397":11,"40":14,"409":21,"41":14,"414":12,"415":21,"419":5,"42":13,"426":2,"43":11,"430":11,"433":1,"44":4,"45":6,"46":69,"48":12,"49":16,"5":615,"51":12,"52":6,"53":24,"56":2,"570":7,"6":331,"63":34,"7":292,"79":18,"8":197,"80":20,"9":318,"all_client":34624,"all_tv_clinet":6463,"insert_time":"2014-08-23T23:48:37.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28448,"10":9,"107":125,"11":290,"12":98,"13":172,"14":58,"15":119,"155":12,"156":4,"158":4,"159":1,"16":53,"160":8,"161":66,"167":21,"168":2,"17":32,"18":512,"19":137,"20":87,"209":11,"21":196,"210":11,"215":38,"221":118,"223":207,"224":13,"225":203,"23":200,"24":442,"25":82,"257":33,"26":19,"268":4,"27":16,"273":39,"276":112,"279":2,"28":204,"281":1,"282":23,"291":7,"292":41,"30":3,"302":8,"306":2,"31":16,"314":1,"32":6,"33":17,"34":13,"347":5,"35":23,"352":191,"36":49,"37":24,"38":145,"381":15,"383":7,"39":29,"391":14,"396":2,"397":12,"40":15,"409":22,"41":14,"414":11,"415":19,"419":5,"42":16,"426":2,"43":13,"430":10,"433":1,"44":4,"45":7,"46":65,"48":11,"49":16,"5":626,"51":10,"52":7,"53":26,"56":2,"570":6,"6":327,"63":36,"7":292,"79":17,"8":198,"80":20,"9":327,"all_client":34987,"all_tv_clinet":6539,"insert_time":"2014-08-23T23:49:37.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":28796,"10":9,"107":130,"11":294,"12":98,"13":174,"14":60,"15":125,"155":12,"156":5,"158":5,"159":2,"16":52,"160":7,"161":74,"167":21,"168":2,"17":34,"18":516,"19":136,"20":87,"209":10,"21":201,"210":13,"214":1,"215":43,"221":115,"223":217,"224":14,"225":204,"23":200,"24":434,"25":86,"257":35,"26":23,"268":4,"27":15,"273":44,"276":113,"279":4,"28":194,"281":1,"282":22,"291":8,"292":43,"30":2,"302":7,"306":2,"31":20,"314":1,"32":7,"33":17,"34":15,"347":3,"35":21,"352":195,"36":55,"37":25,"38":139,"381":13,"383":8,"39":28,"391":15,"396":1,"397":13,"40":15,"409":26,"41":11,"414":11,"415":19,"419":5,"42":22,"426":1,"43":13,"430":12,"433":1,"44":6,"45":5,"46":74,"48":13,"49":16,"5":637,"51":10,"52":7,"53":26,"56":2,"570":5,"6":312,"63":37,"7":304,"79":17,"8":194,"80":20,"9":336,"all_client":35427,"all_tv_clinet":6631,"insert_time":"2014-08-23T23:50:37.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29102,"10":8,"107":136,"11":299,"12":101,"13":172,"14":59,"15":129,"155":11,"156":6,"158":6,"159":3,"16":51,"160":8,"161":73,"167":21,"168":2,"17":28,"18":519,"19":138,"20":90,"209":9,"21":207,"210":13,"214":1,"215":45,"221":118,"223":212,"224":17,"225":200,"23":193,"24":429,"25":90,"257":36,"26":23,"268":3,"27":14,"273":48,"276":115,"279":4,"28":197,"281":1,"282":23,"291":8,"292":48,"30":2,"302":7,"306":2,"31":21,"314":1,"32":7,"33":15,"34":13,"347":3,"35":22,"352":196,"36":57,"37":25,"38":141,"380":1,"381":16,"383":7,"39":27,"391":14,"396":1,"397":13,"40":17,"409":28,"41":12,"414":12,"415":21,"419":4,"42":27,"426":1,"43":13,"430":13,"433":1,"44":5,"45":4,"46":82,"48":16,"49":16,"5":657,"51":13,"52":6,"53":24,"56":2,"570":3,"6":318,"63":38,"7":306,"79":17,"8":183,"80":19,"9":343,"all_client":35808,"all_tv_clinet":6706,"insert_time":"2014-08-23T23:51:38.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29513,"10":9,"107":149,"11":299,"12":106,"13":172,"14":54,"15":138,"155":12,"156":6,"158":6,"159":3,"16":48,"160":7,"161":74,"167":21,"168":1,"17":28,"18":535,"19":138,"20":95,"209":10,"21":205,"210":15,"214":1,"215":45,"221":119,"223":206,"224":16,"225":205,"23":191,"24":426,"25":91,"257":35,"26":22,"268":3,"27":12,"273":54,"276":115,"279":3,"28":192,"281":1,"282":24,"291":8,"292":48,"30":2,"302":7,"306":2,"31":22,"314":1,"32":8,"33":13,"34":14,"347":3,"35":23,"352":196,"36":62,"37":29,"38":143,"380":1,"381":16,"383":6,"39":25,"391":14,"396":1,"397":13,"40":15,"409":27,"41":12,"414":11,"415":24,"419":2,"42":27,"426":2,"43":14,"430":14,"433":1,"44":5,"45":4,"46":88,"48":17,"49":16,"5":656,"51":14,"52":6,"53":24,"56":2,"570":3,"6":317,"63":37,"7":303,"79":20,"8":169,"80":19,"9":349,"all_client":36260,"all_tv_clinet":6747,"insert_time":"2014-08-23T23:52:38.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":29812,"10":8,"107":149,"11":300,"12":112,"13":176,"14":51,"15":142,"155":16,"156":5,"158":7,"159":4,"16":50,"160":7,"161":74,"167":20,"168":1,"17":26,"18":536,"19":143,"20":92,"209":11,"21":202,"210":14,"214":1,"215":47,"221":123,"223":204,"224":20,"225":210,"23":197,"24":431,"25":95,"257":33,"26":20,"268":3,"27":11,"273":60,"276":115,"279":2,"28":193,"281":1,"282":26,"291":8,"292":49,"30":2,"302":8,"306":2,"31":22,"314":1,"32":9,"33":14,"34":14,"347":3,"35":24,"352":193,"36":66,"37":26,"38":148,"380":1,"381":13,"383":6,"39":26,"391":13,"397":13,"40":15,"409":28,"41":14,"414":10,"415":26,"419":2,"42":27,"426":1,"43":15,"430":15,"433":2,"44":3,"45":4,"46":89,"48":20,"49":15,"5":658,"51":13,"52":8,"53":21,"56":3,"570":3,"6":324,"63":35,"7":316,"79":21,"8":163,"80":21,"9":354,"all_client":36637,"all_tv_clinet":6825,"insert_time":"2014-08-23T23:53:38.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30146,"10":10,"107":146,"11":313,"12":111,"13":177,"14":53,"15":138,"155":17,"156":4,"158":6,"159":3,"16":52,"160":7,"161":74,"167":22,"168":1,"17":25,"18":523,"19":150,"20":89,"209":11,"21":205,"210":14,"214":1,"215":46,"221":129,"223":205,"224":23,"225":217,"23":194,"24":441,"25":98,"257":35,"26":24,"268":2,"27":12,"273":59,"276":115,"279":4,"28":197,"281":1,"282":29,"291":8,"292":49,"30":2,"302":8,"306":2,"31":19,"314":1,"32":9,"33":14,"34":17,"347":3,"35":23,"352":194,"36":69,"37":29,"38":145,"380":2,"381":14,"383":6,"39":26,"391":13,"397":14,"40":18,"409":28,"41":16,"414":9,"415":25,"419":1,"42":24,"426":1,"43":16,"430":15,"433":2,"44":4,"45":4,"46":91,"48":22,"49":16,"5":650,"51":13,"52":9,"53":20,"56":3,"570":3,"6":338,"63":35,"7":333,"79":24,"8":152,"80":22,"9":363,"all_client":37053,"all_tv_clinet":6907,"insert_time":"2014-08-23T23:54:39.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30528,"10":7,"107":148,"11":317,"12":112,"13":183,"14":52,"15":131,"155":18,"156":4,"158":7,"159":3,"16":51,"160":10,"161":81,"167":21,"168":2,"17":28,"18":525,"19":161,"20":88,"209":10,"21":204,"210":14,"214":1,"215":47,"221":129,"223":207,"224":24,"225":228,"23":196,"24":450,"25":101,"257":35,"26":24,"268":3,"27":11,"273":52,"276":117,"279":4,"28":204,"281":1,"282":32,"291":8,"292":45,"30":2,"302":8,"306":2,"31":20,"314":1,"32":10,"33":14,"34":18,"347":3,"35":27,"352":194,"36":72,"37":29,"38":153,"380":2,"381":15,"383":6,"39":26,"391":12,"397":13,"40":20,"409":30,"41":16,"414":10,"415":25,"419":1,"42":23,"426":1,"43":18,"430":15,"433":2,"44":4,"45":4,"46":98,"48":21,"49":14,"5":650,"51":13,"52":10,"53":20,"56":3,"570":4,"6":350,"63":35,"7":342,"79":25,"8":135,"80":24,"9":364,"all_client":37528,"all_tv_clinet":7000,"insert_time":"2014-08-23T23:55:39.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":30887,"10":9,"107":163,"11":329,"12":124,"13":187,"14":51,"15":122,"155":18,"156":4,"158":8,"159":3,"16":51,"160":10,"161":84,"167":21,"168":2,"17":29,"18":547,"19":162,"20":89,"209":10,"21":197,"210":13,"214":2,"215":44,"221":123,"223":215,"224":21,"225":232,"23":196,"24":459,"25":100,"257":34,"26":25,"268":3,"27":12,"273":49,"276":117,"279":4,"28":211,"281":1,"282":34,"291":9,"292":43,"30":3,"302":8,"306":2,"31":19,"314":1,"32":9,"33":16,"34":17,"347":3,"35":24,"352":193,"36":72,"37":31,"38":150,"380":2,"381":16,"383":4,"39":29,"391":11,"397":13,"40":23,"409":30,"41":15,"414":9,"415":26,"419":2,"42":21,"426":1,"43":18,"430":16,"433":1,"44":4,"45":4,"46":101,"48":28,"49":17,"5":674,"51":12,"52":10,"53":20,"56":2,"570":3,"6":356,"63":36,"7":348,"79":27,"8":125,"80":25,"9":343,"all_client":37974,"all_tv_clinet":7087,"insert_time":"2014-08-23T23:56:39.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31260,"10":10,"107":172,"11":337,"12":124,"13":193,"14":49,"15":116,"155":20,"156":5,"158":7,"159":4,"16":50,"160":11,"161":87,"167":23,"168":2,"17":28,"18":572,"19":165,"20":96,"209":10,"21":193,"210":13,"214":2,"215":43,"221":123,"223":217,"224":19,"225":248,"23":194,"24":471,"25":98,"257":34,"26":24,"268":3,"27":12,"273":48,"276":116,"279":3,"28":217,"281":1,"282":35,"291":9,"292":43,"30":4,"302":9,"306":2,"31":18,"314":1,"317":1,"32":10,"33":19,"34":16,"347":3,"35":24,"352":195,"36":70,"37":30,"38":155,"380":2,"381":16,"383":4,"39":25,"391":11,"397":14,"40":21,"409":28,"41":15,"414":7,"415":25,"419":3,"42":17,"426":1,"43":19,"430":16,"433":1,"44":4,"45":4,"46":98,"48":25,"49":14,"5":686,"51":14,"52":10,"53":17,"56":1,"570":3,"6":364,"63":34,"7":367,"79":23,"8":114,"80":26,"9":320,"all_client":38413,"all_tv_clinet":7153,"insert_time":"2014-08-23T23:57:40.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31614,"10":13,"107":173,"11":341,"12":127,"13":205,"14":51,"15":108,"155":22,"156":5,"158":7,"159":5,"16":53,"160":10,"161":89,"167":21,"168":2,"17":26,"18":567,"19":170,"20":100,"209":11,"21":194,"210":13,"214":2,"215":44,"221":121,"223":218,"224":16,"225":252,"23":195,"24":474,"25":100,"257":33,"26":29,"268":2,"27":13,"273":47,"276":115,"279":5,"28":222,"282":34,"291":12,"292":47,"30":4,"302":9,"306":2,"31":16,"314":2,"317":1,"32":12,"33":21,"34":15,"347":2,"35":22,"352":196,"36":68,"37":25,"38":163,"380":2,"381":15,"383":4,"39":28,"391":10,"397":15,"40":23,"409":29,"41":19,"414":7,"415":24,"419":4,"42":17,"43":21,"430":17,"433":1,"44":2,"45":3,"46":101,"48":27,"49":15,"5":688,"51":14,"52":10,"53":18,"56":2,"570":4,"6":378,"63":33,"7":375,"79":20,"8":107,"80":28,"9":297,"all_client":38824,"all_tv_clinet":7210,"insert_time":"2014-08-23T23:58:40.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":31997,"10":11,"107":181,"11":338,"12":127,"13":205,"14":48,"15":103,"155":24,"156":4,"158":5,"159":6,"16":53,"160":12,"161":94,"167":16,"168":2,"17":26,"18":566,"19":171,"20":109,"209":10,"21":202,"210":13,"214":4,"215":46,"221":120,"223":229,"224":16,"225":259,"23":197,"24":476,"25":98,"257":32,"26":31,"268":2,"27":12,"273":40,"276":117,"279":6,"28":231,"282":32,"291":12,"292":47,"30":3,"302":10,"306":3,"31":15,"314":3,"317":1,"32":14,"33":21,"34":16,"347":2,"35":23,"352":193,"36":70,"37":25,"38":168,"380":2,"381":16,"383":4,"39":30,"391":11,"397":14,"40":27,"409":27,"41":19,"414":6,"415":25,"419":4,"42":15,"43":21,"430":18,"433":2,"44":2,"45":3,"46":106,"48":28,"49":12,"5":673,"51":16,"52":8,"53":15,"56":2,"570":4,"6":391,"63":32,"7":402,"79":19,"8":102,"80":30,"9":287,"all_client":39270,"all_tv_clinet":7273,"insert_time":"2014-08-23T23:59:40.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32315,"10":10,"107":179,"11":310,"12":134,"13":216,"14":46,"15":100,"155":24,"156":3,"158":6,"159":6,"16":52,"160":12,"161":94,"167":18,"168":2,"17":30,"18":574,"19":167,"20":109,"209":13,"21":216,"210":13,"211":1,"214":4,"215":47,"221":119,"223":243,"224":12,"225":265,"23":201,"24":489,"25":92,"257":31,"26":33,"268":3,"27":13,"273":36,"276":116,"279":6,"28":233,"282":32,"291":12,"292":48,"30":5,"302":10,"306":2,"31":14,"314":3,"317":1,"32":14,"33":20,"34":16,"347":4,"35":25,"352":204,"36":76,"37":25,"38":165,"380":1,"381":17,"383":4,"39":32,"391":12,"397":13,"40":27,"409":27,"41":19,"414":5,"415":22,"419":7,"42":15,"43":21,"430":22,"433":2,"44":3,"45":4,"46":109,"48":33,"49":13,"5":675,"51":13,"52":9,"53":13,"56":2,"570":4,"6":399,"63":28,"7":417,"79":19,"8":99,"80":30,"9":274,"all_client":39659,"all_tv_clinet":7344,"insert_time":"2014-08-24T00:00:41.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32665,"10":12,"107":177,"11":277,"12":142,"13":221,"14":48,"15":103,"155":23,"156":6,"158":7,"159":7,"16":57,"160":9,"161":94,"167":20,"168":2,"17":35,"18":566,"19":173,"20":115,"209":11,"21":221,"210":11,"211":1,"214":5,"215":47,"221":121,"223":252,"224":12,"225":275,"23":203,"24":486,"25":86,"257":30,"26":32,"268":3,"27":16,"273":31,"276":114,"279":5,"28":244,"282":30,"291":12,"292":51,"30":5,"302":9,"306":2,"31":15,"314":3,"317":1,"32":15,"33":21,"34":14,"347":7,"35":26,"352":219,"36":79,"37":23,"38":160,"380":1,"381":18,"383":4,"39":36,"391":12,"397":13,"40":25,"409":26,"41":16,"414":5,"415":20,"419":9,"42":15,"43":19,"430":22,"433":2,"44":5,"45":5,"46":113,"48":31,"49":14,"5":685,"51":15,"52":8,"53":13,"56":1,"570":2,"6":398,"63":30,"7":416,"79":19,"8":94,"80":30,"9":291,"all_client":40070,"all_tv_clinet":7405,"insert_time":"2014-08-24T00:01:41.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":32975,"10":15,"107":178,"11":253,"12":154,"13":230,"14":44,"15":100,"155":23,"156":7,"158":6,"159":8,"16":59,"160":8,"161":97,"167":20,"168":2,"17":36,"18":570,"19":174,"20":120,"209":10,"21":219,"210":12,"211":1,"214":5,"215":49,"221":121,"223":263,"224":10,"225":274,"23":200,"24":473,"25":87,"257":29,"26":27,"268":4,"27":14,"273":35,"276":116,"279":3,"28":253,"282":33,"291":11,"292":58,"30":4,"302":9,"306":2,"31":16,"314":3,"317":1,"32":13,"33":21,"34":18,"347":7,"35":25,"352":227,"36":81,"37":23,"38":165,"381":20,"383":3,"39":38,"391":14,"396":2,"397":13,"40":24,"409":25,"41":16,"414":4,"415":29,"419":9,"42":16,"43":18,"430":25,"433":2,"44":7,"45":7,"46":126,"48":32,"49":15,"5":681,"51":14,"52":9,"53":14,"56":1,"570":2,"6":402,"63":31,"7":403,"79":18,"8":89,"80":31,"9":313,"all_client":40454,"all_tv_clinet":7479,"insert_time":"2014-08-24T00:02:41.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33345,"10":15,"107":184,"11":237,"12":160,"13":224,"14":54,"15":97,"155":24,"156":7,"158":5,"159":7,"16":58,"160":9,"161":93,"167":18,"168":2,"17":39,"18":569,"19":179,"20":111,"209":8,"21":224,"210":12,"211":1,"214":4,"215":57,"221":127,"223":270,"224":11,"225":288,"23":201,"24":472,"25":91,"257":29,"26":25,"268":3,"27":15,"273":37,"276":119,"279":3,"28":266,"282":33,"291":13,"292":60,"30":4,"302":9,"306":3,"31":19,"314":3,"317":1,"32":14,"33":18,"34":17,"347":8,"35":26,"352":227,"36":78,"37":21,"38":171,"380":1,"381":16,"383":3,"39":40,"391":14,"396":2,"397":13,"40":23,"409":24,"41":15,"414":4,"415":32,"419":7,"42":15,"43":16,"430":27,"433":1,"44":8,"45":8,"46":134,"48":32,"49":15,"5":703,"51":14,"52":10,"53":15,"56":2,"570":2,"6":399,"63":33,"7":405,"79":17,"8":82,"80":34,"9":321,"all_client":40912,"all_tv_clinet":7567,"insert_time":"2014-08-24T00:03:42.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":33670,"10":12,"107":189,"11":233,"12":163,"13":223,"14":53,"15":101,"155":21,"156":7,"158":3,"159":10,"16":58,"160":11,"161":88,"167":20,"168":2,"17":48,"18":572,"19":176,"20":112,"209":8,"21":232,"210":10,"211":1,"214":4,"215":57,"221":129,"223":271,"224":13,"225":288,"23":206,"24":483,"25":93,"257":33,"26":24,"268":5,"27":16,"273":43,"276":120,"279":3,"28":276,"282":33,"291":13,"292":60,"30":4,"302":11,"306":3,"31":19,"314":3,"317":2,"32":12,"33":22,"34":19,"347":9,"35":26,"352":228,"36":78,"37":21,"38":175,"380":1,"381":17,"383":3,"39":40,"391":13,"396":2,"397":13,"40":23,"409":20,"41":15,"414":7,"415":31,"419":7,"42":16,"43":15,"430":26,"433":1,"44":8,"45":8,"46":127,"48":36,"49":20,"5":712,"51":15,"52":11,"53":16,"56":2,"570":3,"6":398,"63":31,"7":405,"79":14,"8":81,"80":34,"9":339,"all_client":41335,"all_tv_clinet":7665,"insert_time":"2014-08-24T00:04:42.646Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34031,"10":10,"107":186,"11":218,"12":155,"13":224,"14":55,"15":100,"155":18,"156":6,"158":3,"159":12,"16":57,"160":11,"161":87,"167":20,"168":2,"17":50,"18":584,"19":176,"20":117,"209":8,"21":251,"210":12,"211":2,"214":4,"215":58,"221":127,"223":268,"224":13,"225":294,"23":212,"24":482,"25":96,"257":36,"26":23,"268":5,"27":15,"273":46,"276":118,"279":3,"28":287,"282":35,"291":13,"292":57,"30":5,"302":11,"306":2,"31":19,"314":3,"317":2,"32":12,"33":21,"34":20,"347":11,"35":27,"352":229,"36":82,"37":19,"38":172,"380":1,"381":15,"383":3,"39":39,"391":14,"396":2,"397":14,"40":23,"409":19,"41":16,"414":7,"415":33,"419":8,"42":17,"43":16,"430":26,"433":1,"44":8,"45":10,"46":120,"48":34,"49":20,"5":722,"51":16,"52":9,"53":16,"56":2,"570":2,"6":405,"63":32,"7":416,"79":16,"8":82,"80":32,"9":348,"all_client":41766,"all_tv_clinet":7735,"insert_time":"2014-08-24T00:05:42.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34390,"10":12,"107":191,"11":202,"12":154,"13":225,"14":54,"15":102,"155":18,"156":6,"158":3,"159":14,"16":60,"160":11,"161":85,"167":19,"168":2,"17":57,"18":589,"19":179,"20":119,"209":8,"21":255,"210":14,"211":1,"214":5,"215":62,"221":130,"223":270,"224":12,"225":297,"23":212,"24":480,"25":100,"257":36,"26":23,"268":5,"27":14,"273":49,"276":117,"279":3,"28":295,"282":31,"291":14,"292":57,"30":4,"302":12,"306":2,"31":23,"314":3,"317":2,"32":11,"33":21,"34":19,"347":11,"35":27,"352":229,"36":80,"37":19,"38":169,"380":1,"381":17,"383":4,"39":36,"391":14,"396":2,"397":13,"40":22,"409":19,"41":15,"414":7,"415":37,"419":7,"42":16,"43":17,"430":27,"433":1,"44":9,"45":11,"46":115,"48":37,"49":22,"5":722,"51":16,"52":7,"53":20,"56":1,"570":2,"6":411,"63":32,"7":417,"79":16,"8":78,"80":32,"9":364,"all_client":42181,"all_tv_clinet":7791,"insert_time":"2014-08-24T00:06:43.373Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":34745,"10":15,"107":194,"11":193,"12":156,"13":228,"14":58,"15":99,"155":17,"156":4,"158":3,"159":15,"16":61,"160":10,"161":86,"167":18,"168":2,"17":68,"18":613,"19":178,"20":115,"209":7,"21":250,"210":14,"211":1,"214":5,"215":67,"221":134,"223":267,"224":10,"225":302,"23":208,"24":487,"25":109,"257":37,"26":25,"268":5,"27":13,"273":52,"276":117,"279":2,"28":285,"282":29,"291":14,"292":58,"30":5,"302":11,"306":2,"31":20,"314":3,"317":2,"32":11,"33":19,"34":19,"347":11,"35":29,"352":230,"36":85,"37":19,"38":176,"380":1,"381":20,"383":5,"39":42,"391":16,"396":2,"397":12,"40":23,"409":19,"41":16,"414":6,"415":36,"419":8,"42":17,"43":16,"430":29,"433":1,"44":9,"45":12,"46":116,"48":36,"49":22,"5":727,"51":17,"52":6,"53":22,"56":1,"570":1,"6":416,"63":33,"7":422,"79":17,"8":74,"80":31,"9":375,"all_client":42624,"all_tv_clinet":7879,"insert_time":"2014-08-24T00:07:43.743Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35108,"10":17,"107":193,"11":181,"12":152,"13":240,"14":60,"15":107,"155":17,"156":5,"158":3,"159":16,"16":64,"160":11,"161":92,"167":18,"168":3,"17":73,"18":616,"19":194,"20":118,"209":8,"21":245,"210":13,"214":5,"215":66,"221":145,"223":272,"224":10,"225":291,"23":208,"24":496,"25":113,"257":37,"26":25,"268":5,"27":14,"273":53,"276":120,"279":1,"28":273,"282":28,"291":14,"292":62,"30":7,"302":11,"306":2,"31":19,"314":2,"317":2,"32":11,"33":16,"34":18,"347":10,"35":29,"352":239,"36":83,"37":19,"38":179,"380":1,"381":20,"383":5,"39":45,"391":13,"396":2,"397":11,"40":24,"409":20,"41":16,"414":7,"415":37,"419":8,"42":18,"43":18,"430":29,"433":1,"44":8,"45":12,"46":119,"48":37,"49":23,"5":728,"51":16,"52":7,"53":23,"56":2,"570":1,"6":415,"63":33,"7":425,"79":14,"8":71,"80":27,"9":385,"all_client":43060,"all_tv_clinet":7952,"insert_time":"2014-08-24T00:08:44.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35450,"10":18,"107":192,"11":181,"12":153,"13":242,"14":63,"15":109,"155":16,"156":5,"158":4,"159":16,"16":61,"160":11,"161":90,"167":18,"168":3,"17":79,"18":625,"19":198,"20":119,"209":7,"21":243,"210":15,"214":5,"215":65,"221":149,"223":265,"224":9,"225":288,"23":210,"24":487,"25":115,"257":37,"26":27,"268":6,"27":14,"273":53,"276":125,"279":1,"28":273,"282":30,"291":14,"292":61,"30":8,"302":11,"306":1,"31":20,"314":4,"317":2,"32":12,"33":16,"34":19,"347":10,"35":26,"352":249,"36":85,"37":19,"38":184,"380":1,"381":21,"383":5,"39":44,"391":13,"396":2,"397":10,"40":23,"409":20,"41":16,"414":8,"415":41,"419":8,"42":14,"426":1,"43":19,"430":28,"433":1,"44":7,"45":13,"46":118,"48":33,"49":23,"5":732,"51":21,"52":7,"53":26,"56":2,"570":2,"6":411,"63":34,"7":434,"79":18,"8":69,"80":27,"9":384,"all_client":43454,"all_tv_clinet":8004,"insert_time":"2014-08-24T00:09:44.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":35774,"10":19,"107":191,"11":167,"12":156,"13":231,"14":72,"15":104,"155":16,"156":6,"158":5,"159":18,"16":62,"160":10,"161":93,"167":18,"168":2,"17":90,"18":626,"19":210,"20":123,"209":8,"21":243,"210":16,"214":5,"215":66,"221":151,"223":275,"224":10,"225":294,"23":211,"24":490,"25":120,"257":36,"26":28,"268":6,"27":12,"273":56,"276":126,"279":2,"28":280,"282":31,"291":12,"292":52,"30":6,"302":10,"306":1,"31":21,"314":4,"317":2,"32":11,"33":17,"34":19,"347":6,"35":24,"352":252,"36":80,"37":21,"38":188,"380":1,"381":19,"383":7,"39":43,"391":13,"396":2,"397":11,"40":24,"409":22,"41":15,"414":7,"415":42,"419":8,"42":10,"426":1,"43":19,"430":30,"433":1,"44":7,"45":15,"46":123,"48":36,"49":23,"5":740,"51":22,"52":8,"53":27,"56":2,"570":2,"6":415,"63":34,"7":443,"79":19,"8":67,"80":25,"9":390,"all_client":43858,"all_tv_clinet":8084,"insert_time":"2014-08-24T00:10:44.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36095,"10":19,"107":189,"11":156,"12":152,"13":213,"14":74,"15":104,"155":17,"156":6,"158":6,"159":18,"16":54,"160":11,"161":96,"167":20,"168":2,"17":96,"18":625,"19":214,"20":121,"209":9,"21":248,"210":16,"214":5,"215":67,"221":142,"223":266,"224":11,"225":301,"23":207,"24":503,"25":124,"257":35,"26":32,"268":6,"27":13,"273":57,"276":126,"279":2,"28":303,"282":33,"291":10,"292":47,"30":8,"302":10,"306":2,"31":22,"314":4,"317":1,"32":10,"33":18,"34":19,"347":5,"35":26,"352":259,"36":87,"37":21,"38":183,"380":1,"381":19,"383":7,"39":46,"391":13,"396":2,"397":12,"40":24,"409":23,"41":16,"414":8,"415":39,"419":8,"42":12,"426":1,"43":17,"430":28,"433":1,"44":7,"45":16,"46":127,"48":38,"49":20,"5":744,"51":22,"52":8,"53":30,"56":1,"570":2,"6":421,"63":35,"7":446,"79":19,"8":61,"80":23,"9":400,"all_client":44223,"all_tv_clinet":8128,"insert_time":"2014-08-24T00:11:45.263Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36486,"10":16,"107":186,"11":155,"12":154,"13":204,"14":76,"15":106,"155":16,"156":6,"158":9,"159":22,"16":56,"160":11,"161":102,"167":21,"168":2,"17":96,"18":619,"19":228,"20":122,"209":11,"21":251,"210":16,"214":5,"215":70,"221":138,"223":264,"224":16,"225":303,"23":203,"24":519,"25":122,"257":36,"26":33,"268":5,"27":11,"273":52,"276":122,"279":2,"28":306,"282":29,"291":9,"292":46,"30":9,"302":9,"306":2,"31":20,"314":3,"317":1,"32":9,"33":16,"34":20,"347":5,"35":24,"352":256,"36":86,"37":21,"38":179,"380":1,"381":22,"383":7,"39":46,"391":15,"396":3,"397":12,"40":27,"409":22,"41":19,"414":9,"415":38,"419":9,"42":16,"426":1,"43":16,"430":30,"433":1,"44":7,"45":17,"46":131,"48":37,"49":21,"5":752,"51":22,"52":7,"53":27,"56":1,"570":1,"6":435,"63":36,"7":451,"79":18,"8":63,"80":19,"9":404,"all_client":44665,"all_tv_clinet":8179,"insert_time":"2014-08-24T00:12:45.634Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":36822,"10":14,"107":188,"11":151,"12":151,"13":204,"14":79,"15":108,"155":17,"156":5,"158":10,"159":23,"16":55,"160":11,"161":101,"167":21,"168":2,"17":98,"18":632,"19":240,"20":122,"209":10,"21":265,"210":17,"214":5,"215":72,"221":141,"223":255,"224":13,"225":305,"23":203,"24":526,"25":124,"257":37,"26":33,"268":5,"27":10,"273":44,"276":119,"279":1,"28":314,"282":31,"291":10,"292":46,"30":9,"302":9,"306":2,"31":21,"314":3,"317":1,"32":7,"33":16,"34":22,"347":5,"35":22,"352":250,"36":82,"37":20,"38":177,"380":1,"381":22,"383":7,"39":41,"391":16,"396":3,"397":12,"40":27,"409":21,"41":22,"414":9,"415":40,"419":9,"42":16,"426":1,"43":19,"430":30,"433":1,"44":8,"45":18,"46":137,"48":38,"49":25,"5":757,"51":23,"52":7,"53":26,"56":2,"570":1,"6":444,"63":36,"7":461,"79":18,"8":60,"80":15,"9":403,"all_client":45062,"all_tv_clinet":8240,"insert_time":"2014-08-24T00:13:45.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37133,"10":16,"107":190,"11":151,"12":159,"13":197,"14":83,"15":104,"155":16,"156":5,"158":12,"159":23,"16":55,"160":9,"161":104,"167":21,"168":2,"17":100,"18":632,"19":263,"20":123,"209":11,"21":259,"210":19,"214":5,"215":79,"221":136,"223":262,"224":13,"225":296,"23":200,"24":522,"25":131,"257":35,"26":33,"268":5,"27":12,"273":38,"276":118,"279":1,"28":319,"282":29,"291":9,"292":49,"30":10,"302":9,"306":2,"31":16,"314":3,"317":1,"32":6,"33":15,"34":24,"347":5,"35":23,"352":254,"36":81,"37":18,"38":183,"380":1,"381":24,"383":8,"39":40,"391":17,"396":2,"397":12,"40":28,"409":18,"41":19,"414":11,"415":45,"419":9,"42":18,"426":1,"43":19,"430":31,"433":1,"44":8,"45":19,"46":140,"48":33,"49":26,"5":757,"51":22,"52":5,"53":28,"56":2,"570":1,"6":448,"63":38,"7":485,"79":20,"8":58,"80":12,"9":407,"all_client":45442,"all_tv_clinet":8309,"insert_time":"2014-08-24T00:14:46.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":37566,"10":17,"107":196,"11":154,"12":159,"13":192,"14":88,"15":101,"155":16,"156":6,"158":12,"159":24,"16":59,"160":10,"161":105,"167":20,"168":3,"17":104,"18":618,"19":271,"20":123,"209":10,"21":255,"210":21,"214":5,"215":74,"221":135,"223":257,"224":12,"225":282,"23":207,"24":523,"25":135,"257":36,"26":36,"268":6,"27":13,"273":38,"276":119,"279":1,"28":327,"282":29,"291":9,"292":51,"30":8,"302":10,"306":2,"31":18,"314":3,"317":1,"32":5,"33":16,"34":23,"347":4,"35":23,"352":271,"36":83,"37":16,"38":181,"380":2,"381":25,"383":9,"39":40,"391":16,"396":1,"397":12,"40":29,"409":20,"41":19,"414":15,"415":45,"419":8,"42":17,"426":1,"43":18,"430":31,"433":1,"44":8,"45":19,"46":148,"48":34,"49":26,"5":749,"51":23,"52":7,"53":28,"56":2,"570":1,"6":445,"63":37,"7":495,"79":21,"8":57,"80":10,"9":415,"all_client":45923,"all_tv_clinet":8357,"insert_time":"2014-08-24T00:15:46.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38001,"10":18,"107":198,"11":157,"12":158,"13":190,"14":93,"15":100,"155":16,"156":5,"158":12,"159":23,"16":62,"160":11,"161":115,"167":20,"168":3,"17":108,"18":615,"19":265,"20":119,"209":11,"21":247,"210":21,"214":5,"215":75,"221":137,"223":257,"224":12,"225":258,"23":213,"24":520,"25":134,"257":37,"26":41,"268":6,"27":13,"273":40,"276":115,"279":2,"28":334,"282":31,"291":10,"292":60,"30":8,"302":11,"306":2,"31":18,"314":3,"317":1,"32":6,"33":17,"34":20,"347":5,"35":22,"352":276,"36":83,"37":16,"38":191,"380":2,"381":23,"383":11,"389":1,"39":47,"391":16,"396":2,"397":11,"40":27,"409":22,"41":20,"414":19,"415":41,"419":6,"42":19,"426":1,"43":18,"430":28,"433":1,"44":9,"45":22,"46":147,"48":33,"49":27,"5":732,"51":25,"52":10,"53":35,"56":1,"570":1,"6":445,"63":38,"7":507,"79":24,"8":60,"80":10,"9":425,"all_client":46413,"all_tv_clinet":8412,"insert_time":"2014-08-24T00:16:47.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38442,"10":18,"107":209,"11":160,"12":162,"13":189,"14":94,"15":101,"155":17,"156":5,"158":12,"159":23,"16":62,"160":12,"161":107,"167":21,"168":3,"17":117,"18":613,"19":256,"20":117,"209":10,"21":244,"210":21,"214":5,"215":71,"221":144,"223":254,"224":14,"225":241,"23":223,"24":537,"25":133,"257":38,"26":42,"268":5,"27":13,"273":43,"276":115,"279":2,"28":340,"282":31,"291":10,"292":65,"30":9,"302":11,"306":2,"31":19,"314":3,"317":1,"32":7,"33":21,"34":20,"347":4,"35":23,"352":270,"36":74,"37":15,"38":190,"380":2,"381":23,"383":11,"389":1,"39":54,"391":17,"396":3,"397":11,"40":31,"409":25,"41":23,"414":19,"415":39,"419":5,"42":20,"426":1,"43":22,"430":28,"44":10,"45":21,"46":147,"48":34,"49":25,"5":727,"51":28,"52":11,"53":37,"56":1,"6":444,"63":40,"7":524,"79":24,"8":60,"80":11,"9":424,"all_client":46913,"all_tv_clinet":8471,"insert_time":"2014-08-24T00:17:47.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":38820,"10":18,"107":202,"11":157,"12":168,"13":187,"14":97,"15":100,"155":17,"156":6,"158":12,"159":25,"16":63,"160":12,"161":103,"167":22,"168":2,"17":119,"18":617,"19":247,"20":115,"209":10,"21":244,"210":25,"214":5,"215":72,"221":152,"223":260,"224":15,"225":232,"23":223,"24":543,"25":137,"257":40,"26":43,"268":4,"27":13,"273":48,"276":115,"279":1,"28":344,"282":30,"291":10,"292":65,"30":10,"302":11,"306":1,"31":19,"314":3,"317":1,"32":6,"33":20,"34":21,"347":4,"35":23,"352":270,"36":78,"37":15,"38":194,"380":2,"381":23,"383":10,"389":1,"39":58,"391":17,"396":3,"397":11,"40":32,"409":25,"41":22,"414":19,"415":41,"419":4,"42":17,"426":1,"43":23,"430":26,"44":10,"45":17,"46":154,"48":34,"49":23,"5":733,"51":26,"52":9,"53":38,"56":1,"6":444,"63":38,"7":534,"79":26,"8":58,"80":9,"9":436,"all_client":47341,"all_tv_clinet":8521,"insert_time":"2014-08-24T00:18:48.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39195,"10":15,"107":209,"11":152,"12":169,"13":186,"14":96,"15":98,"155":17,"156":7,"158":12,"159":24,"16":62,"160":11,"161":100,"167":22,"168":2,"17":119,"18":625,"19":240,"20":117,"209":12,"21":244,"210":25,"214":6,"215":71,"221":156,"223":274,"224":15,"225":231,"23":234,"24":563,"25":142,"257":42,"26":41,"268":4,"27":13,"273":52,"276":118,"279":1,"28":342,"282":31,"291":8,"292":70,"30":10,"302":11,"306":1,"31":19,"314":3,"317":1,"32":6,"33":21,"34":24,"347":3,"35":24,"352":278,"36":77,"37":16,"38":191,"380":2,"381":25,"383":8,"389":1,"39":56,"391":17,"396":3,"397":10,"40":33,"409":25,"41":21,"414":20,"415":43,"419":3,"42":18,"426":1,"43":26,"430":27,"44":8,"45":17,"46":166,"48":31,"49":19,"5":735,"51":27,"52":9,"53":42,"56":3,"6":449,"63":39,"7":540,"79":26,"8":60,"80":8,"9":436,"all_client":47812,"all_tv_clinet":8617,"insert_time":"2014-08-24T00:19:48.396Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39600,"10":13,"107":201,"11":150,"12":160,"13":186,"14":98,"15":98,"155":16,"156":8,"158":13,"159":22,"16":67,"160":13,"161":95,"167":20,"168":2,"17":115,"18":638,"19":240,"20":119,"209":12,"21":245,"210":27,"214":6,"215":75,"221":166,"223":267,"224":20,"225":222,"23":237,"24":584,"25":150,"257":41,"26":43,"268":4,"27":13,"273":54,"276":115,"28":350,"282":32,"291":10,"292":68,"30":11,"302":10,"306":1,"31":21,"314":4,"317":1,"32":6,"33":23,"34":28,"347":1,"35":24,"352":273,"36":75,"37":17,"38":200,"380":3,"381":26,"383":8,"389":1,"39":51,"391":15,"396":3,"397":12,"40":32,"409":28,"41":21,"414":20,"415":45,"419":3,"42":22,"426":1,"43":26,"430":27,"44":9,"45":20,"46":167,"48":32,"49":20,"5":747,"51":29,"52":8,"53":40,"56":3,"570":3,"6":450,"63":35,"7":555,"79":26,"8":59,"80":7,"9":443,"all_client":48307,"all_tv_clinet":8707,"insert_time":"2014-08-24T00:20:48.795Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":39952,"10":13,"107":202,"11":156,"12":159,"13":183,"14":100,"15":98,"155":16,"156":8,"158":12,"159":23,"16":67,"160":13,"161":94,"167":20,"168":2,"17":114,"18":634,"19":238,"20":126,"209":11,"21":249,"210":26,"214":6,"215":74,"221":169,"223":266,"224":21,"225":219,"23":236,"24":596,"25":158,"257":47,"26":44,"268":3,"27":13,"273":53,"276":115,"279":1,"28":349,"282":37,"291":11,"292":69,"30":12,"302":10,"306":1,"31":22,"314":4,"317":1,"32":6,"33":24,"34":30,"347":1,"35":26,"352":273,"36":75,"37":18,"38":198,"380":2,"381":26,"383":8,"389":1,"39":47,"391":15,"396":3,"397":13,"40":32,"409":30,"41":19,"414":18,"415":44,"419":5,"42":25,"426":1,"43":27,"430":26,"44":9,"45":21,"46":172,"48":31,"49":21,"5":756,"51":26,"52":8,"53":41,"56":4,"570":4,"6":453,"63":34,"7":563,"79":24,"8":60,"80":8,"9":443,"all_client":48724,"all_tv_clinet":8772,"insert_time":"2014-08-24T00:21:49.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40351,"10":17,"107":202,"11":158,"12":162,"13":179,"14":100,"15":99,"155":17,"156":9,"158":12,"159":24,"16":72,"160":12,"161":98,"167":21,"168":2,"17":115,"18":648,"19":245,"20":127,"209":11,"21":246,"210":26,"214":6,"215":75,"221":168,"223":256,"224":21,"225":206,"23":248,"24":607,"25":167,"257":51,"26":45,"268":3,"27":14,"273":54,"276":113,"279":2,"28":359,"282":36,"291":10,"292":64,"30":13,"302":11,"306":1,"31":21,"314":4,"317":1,"32":7,"33":21,"34":29,"347":1,"35":30,"352":277,"36":76,"37":18,"38":203,"380":4,"381":28,"383":9,"39":43,"391":16,"396":4,"397":13,"40":33,"409":29,"41":20,"414":18,"415":50,"419":6,"42":26,"426":1,"43":24,"430":28,"44":7,"45":22,"46":174,"48":35,"49":20,"5":747,"51":28,"52":9,"53":38,"56":4,"570":7,"6":447,"63":30,"7":557,"79":20,"8":62,"80":11,"9":450,"all_client":49191,"all_tv_clinet":8840,"insert_time":"2014-08-24T00:22:49.603Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":40724,"10":18,"107":205,"11":154,"12":166,"13":182,"14":107,"15":103,"155":17,"156":12,"158":11,"159":24,"16":76,"160":11,"161":99,"167":21,"168":2,"17":117,"18":644,"19":250,"20":124,"209":11,"21":246,"210":26,"214":6,"215":70,"221":174,"223":272,"224":20,"225":208,"23":262,"24":608,"25":161,"257":52,"26":46,"268":2,"27":14,"273":55,"276":109,"279":2,"28":360,"282":38,"291":10,"292":65,"30":10,"302":13,"306":1,"31":24,"314":3,"317":1,"32":7,"33":19,"34":31,"35":34,"352":285,"36":76,"37":18,"38":194,"380":3,"381":27,"383":10,"39":41,"391":16,"396":3,"397":12,"40":35,"409":32,"41":19,"414":17,"415":46,"419":7,"42":26,"426":1,"43":24,"430":29,"44":7,"45":22,"46":176,"48":31,"49":19,"5":743,"51":28,"52":8,"53":39,"56":4,"570":7,"6":455,"63":30,"7":546,"79":19,"8":63,"80":9,"9":464,"all_client":49618,"all_tv_clinet":8894,"insert_time":"2014-08-24T00:23:50.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41084,"10":17,"107":216,"11":148,"12":174,"13":189,"14":108,"15":111,"155":19,"156":10,"158":16,"159":24,"16":75,"160":11,"161":104,"167":21,"168":2,"17":122,"18":650,"19":252,"20":131,"209":12,"21":254,"210":26,"214":6,"215":66,"221":167,"223":279,"224":22,"225":211,"23":267,"24":618,"25":164,"257":53,"26":50,"268":2,"27":14,"273":54,"276":104,"279":2,"28":357,"281":1,"282":38,"291":10,"292":59,"30":10,"302":13,"306":1,"31":26,"314":2,"317":1,"32":9,"33":18,"34":37,"347":1,"35":34,"352":280,"36":79,"37":18,"38":201,"380":3,"381":32,"383":10,"39":40,"391":16,"396":3,"397":13,"40":34,"409":33,"41":17,"414":16,"415":43,"419":10,"42":27,"426":1,"43":23,"430":30,"44":9,"45":22,"46":180,"48":29,"49":20,"5":752,"51":28,"52":10,"53":38,"56":4,"570":9,"6":457,"63":29,"7":523,"79":19,"8":63,"80":10,"9":463,"all_client":50066,"all_tv_clinet":8982,"insert_time":"2014-08-24T00:24:50.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41437,"10":16,"107":219,"11":160,"12":171,"13":191,"14":110,"15":111,"155":20,"156":10,"158":16,"159":27,"16":76,"160":10,"161":109,"167":21,"168":2,"17":120,"18":657,"19":258,"20":139,"209":11,"21":258,"210":25,"214":5,"215":65,"221":165,"223":283,"224":22,"225":219,"23":263,"24":620,"25":165,"257":54,"26":51,"268":1,"27":14,"273":54,"276":100,"279":2,"28":360,"281":1,"282":38,"291":10,"292":59,"30":13,"302":15,"306":1,"31":30,"314":4,"317":1,"32":8,"33":16,"34":38,"347":2,"35":35,"352":283,"36":79,"37":20,"38":206,"380":3,"381":31,"383":7,"39":39,"391":17,"396":4,"397":13,"40":37,"409":33,"41":21,"414":18,"415":43,"419":8,"42":27,"426":1,"43":23,"430":29,"44":8,"45":22,"46":174,"48":29,"49":19,"5":758,"51":28,"52":9,"53":37,"56":3,"570":7,"6":450,"63":29,"7":516,"79":20,"8":64,"80":11,"9":479,"all_client":50493,"all_tv_clinet":9056,"insert_time":"2014-08-24T00:25:50.855Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":41819,"10":19,"107":228,"11":170,"12":176,"13":190,"14":112,"15":111,"155":20,"156":9,"158":16,"159":27,"16":77,"160":9,"161":119,"167":22,"168":2,"17":124,"18":662,"19":279,"20":142,"209":11,"21":254,"210":25,"214":5,"215":66,"221":164,"223":275,"224":22,"225":220,"23":263,"24":634,"25":164,"257":56,"26":54,"268":1,"27":13,"273":57,"276":96,"279":3,"28":365,"281":1,"282":37,"291":10,"292":55,"30":13,"302":14,"306":1,"31":28,"314":4,"317":1,"32":8,"33":16,"34":39,"347":2,"35":35,"352":287,"36":76,"37":21,"38":204,"380":3,"381":32,"383":7,"39":37,"391":16,"396":4,"397":13,"40":38,"409":31,"41":24,"414":18,"415":40,"419":9,"42":20,"426":1,"43":24,"430":30,"433":1,"44":8,"45":25,"46":172,"48":30,"49":17,"5":769,"51":25,"52":10,"53":37,"56":5,"570":7,"6":439,"63":29,"7":506,"79":17,"8":72,"80":11,"9":479,"all_client":50939,"all_tv_clinet":9120,"insert_time":"2014-08-24T00:26:51.258Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42155,"10":21,"107":224,"11":175,"12":179,"13":194,"14":109,"15":115,"155":21,"156":9,"158":15,"159":28,"16":80,"160":9,"161":119,"167":22,"168":2,"17":128,"18":657,"19":298,"20":140,"209":12,"21":252,"210":24,"214":5,"215":62,"221":159,"223":269,"224":22,"225":215,"23":271,"24":638,"25":172,"257":54,"26":54,"268":2,"27":16,"273":51,"276":94,"279":2,"28":362,"281":1,"282":39,"291":10,"292":63,"30":14,"302":14,"306":1,"31":27,"314":4,"317":1,"32":8,"33":16,"34":40,"347":2,"35":40,"352":293,"36":73,"37":22,"38":202,"380":3,"381":32,"383":7,"39":34,"391":18,"396":5,"397":13,"40":36,"409":28,"41":27,"414":21,"415":44,"419":9,"42":18,"43":26,"430":30,"433":1,"434":1,"44":6,"45":26,"46":176,"48":31,"49":18,"5":758,"51":25,"52":8,"53":36,"56":5,"570":6,"6":442,"63":29,"7":505,"79":17,"8":76,"80":10,"9":494,"all_client":51327,"all_tv_clinet":9172,"insert_time":"2014-08-24T00:27:51.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42551,"10":21,"107":231,"11":181,"12":183,"13":208,"14":110,"15":119,"155":20,"156":8,"158":15,"159":27,"16":83,"160":9,"161":114,"167":23,"168":1,"17":130,"18":649,"19":307,"20":145,"209":10,"21":247,"210":27,"214":5,"215":59,"221":165,"223":263,"224":22,"225":212,"23":274,"24":649,"25":165,"257":51,"26":52,"268":2,"27":15,"273":50,"276":92,"279":2,"28":376,"281":1,"282":43,"291":8,"292":67,"30":14,"302":14,"306":1,"31":25,"314":2,"317":1,"32":7,"33":15,"34":42,"347":1,"35":41,"352":300,"36":71,"37":23,"38":203,"380":3,"381":30,"383":8,"39":31,"391":17,"396":5,"397":13,"40":33,"409":29,"41":32,"414":18,"415":44,"419":13,"42":16,"43":31,"430":30,"433":1,"434":1,"44":7,"45":28,"46":175,"48":29,"49":16,"5":743,"51":24,"52":11,"53":33,"56":5,"570":6,"6":461,"63":28,"7":521,"79":15,"8":74,"80":10,"9":505,"all_client":51798,"all_tv_clinet":9247,"insert_time":"2014-08-24T00:28:52.111Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":42930,"10":22,"107":228,"11":194,"12":188,"13":215,"14":114,"15":124,"155":20,"156":7,"158":17,"159":27,"16":85,"160":9,"161":112,"167":24,"168":1,"17":133,"18":653,"19":319,"20":144,"209":11,"21":244,"210":26,"214":5,"215":59,"221":159,"223":258,"224":19,"225":209,"23":275,"24":656,"25":157,"257":47,"26":47,"268":2,"27":17,"273":41,"276":87,"279":3,"28":392,"281":2,"282":39,"291":8,"292":76,"30":15,"302":11,"306":1,"31":30,"314":2,"317":1,"32":6,"33":16,"34":45,"347":1,"35":44,"352":312,"36":71,"37":23,"38":211,"380":3,"381":31,"383":10,"39":32,"391":17,"396":7,"397":12,"40":31,"409":26,"41":36,"414":17,"415":47,"419":16,"42":17,"43":34,"430":30,"433":1,"434":1,"44":8,"45":29,"46":175,"48":26,"49":17,"5":712,"51":21,"52":11,"53":32,"56":6,"570":6,"6":472,"63":28,"7":520,"79":16,"8":77,"80":11,"9":512,"all_client":52241,"all_tv_clinet":9311,"insert_time":"2014-08-24T00:29:52.568Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43334,"10":22,"107":227,"11":201,"12":196,"13":229,"14":117,"15":131,"155":20,"156":6,"158":17,"159":28,"16":87,"160":8,"161":107,"167":24,"168":1,"17":137,"18":652,"19":324,"20":146,"209":10,"21":239,"210":27,"214":5,"215":59,"221":157,"223":252,"224":18,"225":213,"23":280,"24":667,"25":156,"257":45,"26":42,"268":2,"27":18,"273":39,"276":85,"279":3,"28":401,"281":1,"282":39,"291":9,"292":79,"30":15,"302":11,"306":1,"31":31,"314":2,"317":1,"32":5,"33":19,"34":42,"35":47,"352":326,"36":74,"37":27,"38":210,"380":3,"381":34,"383":11,"39":34,"391":17,"396":6,"397":11,"40":33,"409":26,"41":31,"414":20,"415":48,"419":16,"42":19,"43":37,"430":30,"433":1,"434":1,"44":7,"45":31,"46":171,"48":27,"49":17,"5":690,"51":22,"52":11,"53":35,"56":5,"570":6,"6":490,"63":29,"7":513,"79":16,"8":82,"80":11,"9":524,"all_client":52736,"all_tv_clinet":9402,"insert_time":"2014-08-24T00:30:52.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":43656,"10":24,"107":232,"11":202,"12":207,"13":224,"14":116,"15":136,"155":20,"156":5,"158":18,"159":29,"16":85,"160":9,"161":103,"167":24,"168":1,"17":139,"18":631,"19":331,"20":148,"209":11,"21":238,"210":27,"214":5,"215":60,"221":151,"223":246,"224":19,"225":209,"23":285,"24":674,"25":157,"257":47,"26":42,"268":1,"27":21,"273":38,"276":83,"279":5,"28":411,"281":1,"282":42,"291":9,"292":83,"30":15,"302":11,"31":31,"314":1,"32":5,"33":19,"34":41,"347":1,"35":45,"352":326,"36":81,"37":28,"38":225,"380":2,"381":34,"383":11,"39":32,"391":16,"396":5,"397":11,"40":35,"409":26,"41":32,"414":20,"415":50,"419":18,"42":17,"43":37,"430":29,"433":1,"434":1,"44":8,"45":31,"46":176,"48":29,"49":18,"5":683,"51":21,"52":10,"53":37,"56":7,"570":5,"6":500,"63":27,"7":508,"79":16,"8":83,"80":8,"9":524,"all_client":53102,"all_tv_clinet":9446,"insert_time":"2014-08-24T00:31:53.418Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44053,"10":24,"107":234,"11":198,"12":216,"13":226,"14":109,"15":137,"155":21,"156":3,"158":21,"159":31,"16":86,"160":7,"161":101,"167":25,"168":1,"17":143,"18":636,"19":339,"20":148,"209":10,"21":230,"210":28,"211":1,"214":5,"215":62,"221":152,"223":236,"224":21,"225":214,"23":287,"24":691,"25":156,"257":50,"26":41,"268":1,"27":19,"273":39,"276":80,"279":5,"28":421,"281":1,"282":41,"291":8,"292":86,"30":16,"302":11,"306":1,"31":31,"32":4,"33":21,"34":39,"347":1,"35":41,"352":333,"36":81,"37":30,"38":236,"380":2,"381":35,"383":8,"39":33,"391":17,"396":5,"397":11,"40":36,"409":26,"41":36,"414":23,"415":48,"419":16,"42":19,"43":37,"430":26,"431":1,"433":2,"434":1,"44":7,"45":30,"46":181,"48":33,"49":17,"5":659,"51":28,"52":10,"53":40,"56":8,"570":4,"6":510,"63":25,"7":508,"79":19,"8":84,"80":7,"9":533,"all_client":53574,"all_tv_clinet":9521,"insert_time":"2014-08-24T00:32:53.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44504,"10":24,"107":234,"11":204,"12":225,"13":223,"14":105,"15":146,"155":21,"156":4,"158":21,"159":30,"16":84,"160":10,"161":100,"167":25,"168":1,"17":148,"18":636,"19":337,"20":148,"209":11,"21":223,"210":27,"211":1,"214":6,"215":62,"221":150,"223":234,"224":25,"225":208,"23":305,"24":710,"25":158,"257":50,"26":45,"268":1,"27":19,"273":38,"276":77,"279":5,"28":424,"281":2,"282":39,"291":8,"292":86,"30":17,"302":10,"306":2,"31":29,"32":5,"33":23,"34":37,"347":1,"35":42,"352":339,"36":79,"37":30,"38":243,"380":2,"381":38,"383":7,"39":33,"391":17,"396":5,"397":9,"40":37,"409":28,"41":40,"414":23,"415":54,"419":19,"42":20,"43":39,"430":26,"431":1,"433":2,"44":8,"45":29,"46":176,"48":33,"49":19,"5":640,"51":29,"52":12,"53":38,"56":8,"570":5,"6":508,"63":27,"7":516,"79":23,"8":81,"80":7,"9":524,"all_client":54084,"all_tv_clinet":9580,"insert_time":"2014-08-24T00:33:54.342Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":44876,"10":20,"107":233,"11":202,"12":225,"13":230,"14":100,"15":149,"155":22,"156":4,"158":20,"159":31,"16":83,"160":11,"161":109,"167":24,"168":1,"17":147,"18":639,"19":340,"20":148,"209":11,"21":222,"210":30,"211":1,"214":6,"215":68,"221":149,"223":233,"224":28,"225":215,"23":312,"24":720,"25":161,"257":52,"26":44,"268":3,"27":18,"273":42,"276":75,"279":6,"28":425,"281":2,"282":28,"291":10,"292":89,"30":17,"302":11,"306":3,"31":30,"32":6,"33":26,"34":36,"35":41,"352":337,"36":77,"37":29,"38":246,"380":2,"381":38,"383":9,"39":32,"391":19,"396":4,"397":8,"40":40,"409":31,"41":41,"414":23,"415":53,"419":22,"42":22,"43":38,"430":25,"431":1,"433":2,"44":9,"45":31,"46":169,"48":35,"49":19,"5":642,"51":29,"52":12,"53":41,"56":8,"570":6,"6":520,"63":29,"7":525,"79":27,"8":85,"80":7,"9":508,"all_client":54535,"all_tv_clinet":9659,"insert_time":"2014-08-24T00:34:54.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45289,"10":20,"107":233,"11":199,"12":231,"13":233,"14":107,"15":147,"155":22,"156":3,"158":21,"159":33,"16":82,"160":11,"161":116,"167":25,"168":1,"17":141,"18":654,"19":344,"20":146,"209":8,"21":224,"210":30,"211":1,"214":6,"215":73,"221":145,"223":239,"224":35,"225":220,"23":324,"24":737,"25":157,"257":51,"26":51,"268":3,"27":17,"273":47,"276":73,"279":6,"28":410,"281":1,"282":27,"291":10,"292":88,"30":16,"302":10,"306":3,"31":31,"314":1,"32":6,"33":27,"34":34,"35":42,"352":342,"36":80,"37":29,"38":242,"380":2,"381":40,"383":9,"39":33,"391":20,"396":3,"397":8,"40":39,"409":32,"41":41,"414":24,"415":50,"419":22,"42":20,"43":38,"430":24,"431":1,"433":1,"44":12,"45":31,"46":168,"48":31,"49":21,"5":629,"51":26,"52":15,"53":45,"56":8,"570":6,"6":523,"63":30,"7":525,"79":26,"8":87,"80":7,"9":498,"all_client":54999,"all_tv_clinet":9710,"insert_time":"2014-08-24T00:35:55.256Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":45679,"10":18,"107":229,"11":201,"12":230,"13":251,"14":110,"15":146,"155":22,"156":1,"158":21,"159":33,"16":83,"160":11,"161":118,"167":25,"168":1,"17":136,"18":661,"19":347,"20":137,"209":9,"21":229,"210":30,"211":1,"214":6,"215":76,"221":152,"223":249,"224":38,"225":221,"23":327,"24":747,"25":157,"257":49,"26":58,"268":4,"27":17,"273":46,"276":74,"279":7,"28":409,"281":1,"282":24,"291":10,"292":91,"30":16,"302":11,"306":3,"31":32,"314":1,"32":7,"33":27,"34":36,"347":1,"35":43,"352":346,"36":82,"37":31,"38":234,"380":2,"381":42,"383":10,"39":34,"391":19,"396":2,"397":9,"40":37,"409":35,"41":41,"414":24,"415":45,"419":23,"42":18,"43":38,"430":22,"431":1,"433":1,"44":13,"45":31,"46":168,"48":30,"49":21,"5":622,"51":25,"52":16,"53":48,"56":8,"570":7,"6":536,"63":30,"7":528,"79":28,"8":92,"80":6,"9":497,"all_client":55471,"all_tv_clinet":9792,"insert_time":"2014-08-24T00:36:55.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46051,"10":18,"107":242,"11":198,"12":226,"13":255,"14":118,"15":145,"155":22,"156":1,"158":23,"159":33,"16":83,"160":11,"161":119,"167":28,"168":1,"17":123,"18":672,"19":355,"20":135,"209":9,"21":230,"210":29,"211":1,"214":6,"215":79,"221":158,"223":256,"224":38,"225":223,"23":331,"24":766,"25":150,"257":51,"26":66,"268":5,"27":15,"273":44,"276":71,"279":8,"28":407,"281":1,"282":20,"291":10,"292":87,"30":17,"302":11,"306":4,"31":33,"314":1,"32":7,"33":28,"34":38,"347":2,"35":44,"352":356,"36":83,"37":31,"38":231,"380":2,"381":44,"383":11,"39":34,"391":21,"396":2,"397":9,"40":37,"409":36,"41":40,"414":24,"415":43,"419":17,"42":16,"43":39,"430":21,"431":1,"433":1,"434":1,"44":13,"45":32,"46":179,"48":29,"49":22,"5":604,"51":25,"52":16,"53":48,"56":9,"570":6,"6":541,"63":30,"7":529,"79":28,"8":94,"80":5,"9":511,"all_client":55926,"all_tv_clinet":9875,"insert_time":"2014-08-24T00:37:56.155Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46428,"10":16,"107":246,"11":203,"12":227,"13":257,"14":119,"15":143,"155":23,"156":2,"158":20,"159":34,"16":85,"160":13,"161":122,"167":28,"168":1,"17":120,"18":680,"19":364,"20":134,"209":11,"21":231,"210":29,"211":1,"214":6,"215":81,"221":159,"223":257,"224":42,"225":213,"23":333,"24":776,"25":148,"257":55,"26":68,"268":5,"27":15,"273":43,"276":69,"279":9,"28":398,"281":2,"282":19,"291":10,"292":79,"30":17,"302":11,"306":4,"31":31,"314":2,"32":9,"33":27,"34":39,"347":2,"35":45,"352":362,"36":82,"37":33,"38":235,"380":2,"381":44,"383":10,"39":34,"391":22,"396":2,"397":9,"40":36,"409":39,"41":40,"414":26,"415":43,"419":16,"42":16,"43":41,"430":21,"433":1,"434":1,"44":10,"45":33,"46":183,"48":28,"49":27,"5":597,"51":28,"52":20,"53":49,"56":8,"570":6,"6":529,"63":28,"7":525,"79":32,"8":96,"80":6,"9":518,"all_client":56349,"all_tv_clinet":9921,"insert_time":"2014-08-24T00:38:56.619Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":46851,"10":16,"107":252,"11":215,"12":230,"13":259,"14":125,"15":141,"155":23,"156":2,"158":23,"159":35,"16":88,"160":14,"161":130,"167":27,"168":1,"17":121,"18":684,"19":370,"20":132,"209":12,"21":227,"210":29,"211":1,"214":8,"215":81,"221":149,"223":267,"224":45,"225":214,"23":335,"24":792,"25":151,"257":49,"26":71,"268":5,"27":19,"273":45,"276":67,"279":8,"28":382,"281":3,"282":15,"291":10,"292":73,"30":17,"302":12,"306":4,"31":29,"314":2,"32":10,"33":25,"34":40,"347":1,"35":49,"352":366,"36":79,"37":35,"38":233,"380":2,"381":41,"383":12,"39":34,"391":22,"396":1,"397":10,"40":33,"409":44,"41":41,"414":28,"415":42,"419":13,"42":17,"43":41,"430":24,"433":1,"434":1,"44":10,"45":33,"46":182,"48":27,"49":29,"5":573,"51":31,"52":19,"53":49,"56":8,"570":4,"6":528,"63":29,"7":528,"79":34,"8":103,"80":8,"9":515,"all_client":56816,"all_tv_clinet":9965,"insert_time":"2014-08-24T00:39:57.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47168,"10":14,"107":256,"11":218,"12":230,"13":270,"14":131,"15":142,"155":23,"156":3,"158":23,"159":35,"16":88,"160":16,"161":131,"167":28,"168":1,"17":125,"18":678,"19":359,"20":138,"209":13,"21":233,"210":31,"211":2,"214":7,"215":90,"221":146,"223":273,"224":44,"225":227,"23":344,"24":796,"25":162,"257":51,"26":78,"268":5,"27":19,"273":48,"276":65,"279":7,"28":363,"281":3,"282":14,"291":10,"292":71,"30":19,"302":11,"306":3,"31":30,"314":3,"32":9,"33":27,"34":40,"347":1,"35":49,"352":369,"36":80,"37":41,"38":234,"380":2,"381":40,"383":12,"39":32,"391":21,"396":2,"397":10,"40":28,"409":47,"41":41,"414":32,"415":41,"419":11,"42":15,"43":40,"430":22,"433":1,"434":1,"44":11,"45":28,"46":178,"48":30,"49":27,"5":563,"51":29,"52":19,"53":51,"56":10,"570":4,"6":524,"63":29,"7":528,"79":36,"8":106,"80":7,"9":508,"all_client":57181,"all_tv_clinet":10013,"insert_time":"2014-08-24T00:40:57.570Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47574,"10":18,"107":261,"11":215,"12":236,"13":274,"14":134,"15":144,"155":23,"156":4,"158":23,"159":35,"16":85,"160":17,"161":138,"167":29,"168":1,"17":126,"18":678,"19":337,"20":134,"209":12,"21":239,"210":30,"211":2,"214":7,"215":89,"221":145,"223":289,"224":45,"225":236,"23":345,"24":804,"25":162,"257":49,"26":80,"268":6,"27":18,"273":57,"276":66,"279":7,"28":351,"281":3,"282":11,"291":10,"292":75,"30":16,"302":11,"306":3,"31":31,"314":2,"32":8,"33":28,"34":41,"347":1,"35":51,"352":374,"36":81,"37":41,"38":236,"380":2,"381":41,"383":12,"39":30,"391":20,"396":2,"397":11,"40":24,"409":48,"41":39,"414":33,"415":42,"419":9,"42":14,"43":42,"430":21,"433":1,"434":1,"44":11,"45":27,"46":175,"48":29,"49":25,"5":548,"51":32,"52":18,"53":51,"56":12,"570":4,"6":527,"63":30,"7":530,"79":34,"8":117,"80":7,"9":507,"all_client":57624,"all_tv_clinet":10050,"insert_time":"2014-08-24T00:41:58.135Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":47930,"10":19,"107":273,"11":214,"12":238,"13":284,"14":137,"15":129,"155":24,"156":4,"158":24,"159":37,"16":84,"160":17,"161":140,"167":29,"168":1,"17":129,"18":699,"19":335,"20":142,"209":12,"21":239,"210":30,"211":2,"214":8,"215":90,"221":144,"223":302,"224":41,"225":234,"23":353,"24":801,"25":161,"257":48,"26":83,"268":6,"27":15,"273":55,"276":68,"279":6,"28":335,"281":3,"282":10,"291":10,"292":83,"30":15,"302":10,"306":3,"31":28,"314":2,"32":6,"33":29,"34":44,"347":2,"35":51,"352":367,"36":85,"37":40,"38":247,"380":2,"381":38,"383":11,"39":28,"391":19,"396":2,"397":12,"40":26,"409":43,"41":40,"414":33,"415":42,"419":8,"42":14,"43":44,"430":23,"433":1,"434":1,"44":14,"45":26,"46":177,"48":30,"49":25,"5":538,"51":30,"52":21,"53":53,"56":13,"570":4,"6":515,"63":31,"7":543,"79":33,"8":120,"80":6,"9":507,"all_client":58030,"all_tv_clinet":10100,"insert_time":"2014-08-24T00:42:58.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48285,"10":20,"107":262,"11":210,"12":233,"13":280,"14":144,"15":118,"155":24,"156":5,"158":23,"159":37,"16":83,"160":16,"161":136,"167":28,"168":1,"17":138,"18":712,"19":328,"20":145,"209":15,"21":245,"210":30,"211":4,"214":7,"215":92,"221":143,"223":311,"224":45,"225":239,"23":352,"24":825,"25":163,"257":46,"26":84,"268":6,"27":18,"273":47,"276":67,"279":8,"28":324,"281":3,"282":10,"291":10,"292":92,"30":15,"302":10,"306":3,"31":29,"314":2,"32":6,"33":24,"34":49,"347":2,"35":54,"352":370,"36":84,"37":39,"38":247,"380":2,"381":36,"383":12,"39":28,"391":19,"396":4,"397":13,"40":25,"409":41,"41":41,"414":29,"415":44,"419":7,"42":15,"426":1,"43":46,"430":23,"433":1,"434":1,"44":13,"45":25,"46":180,"48":30,"49":26,"5":534,"51":35,"52":22,"53":56,"56":14,"570":2,"6":499,"63":32,"7":560,"79":34,"8":126,"80":6,"9":509,"all_client":58439,"all_tv_clinet":10154,"insert_time":"2014-08-24T00:43:59.110Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":48646,"10":19,"107":280,"11":210,"12":213,"13":289,"14":149,"15":115,"155":23,"156":6,"158":23,"159":38,"16":81,"160":14,"161":137,"167":29,"168":1,"17":138,"18":724,"19":324,"20":151,"209":17,"21":268,"210":30,"211":4,"214":7,"215":94,"221":145,"223":309,"224":49,"225":229,"23":355,"24":832,"25":173,"257":44,"26":85,"268":6,"27":18,"273":44,"276":67,"279":8,"28":325,"281":3,"282":10,"291":10,"292":95,"30":15,"302":10,"306":4,"31":27,"314":2,"32":6,"33":26,"34":50,"347":2,"35":56,"352":378,"36":89,"37":42,"38":248,"380":2,"381":33,"383":12,"39":26,"391":20,"396":3,"397":13,"40":26,"409":39,"41":45,"414":23,"415":45,"419":6,"42":16,"426":3,"43":44,"430":23,"433":1,"434":1,"44":14,"45":26,"46":185,"48":32,"49":28,"5":527,"51":31,"52":22,"53":53,"56":13,"570":3,"6":486,"63":31,"7":573,"79":36,"8":133,"80":6,"9":506,"all_client":58878,"all_tv_clinet":10232,"insert_time":"2014-08-24T00:44:59.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49015,"10":20,"107":288,"11":197,"12":180,"13":295,"14":154,"15":103,"155":24,"156":7,"158":23,"159":37,"16":80,"160":13,"161":143,"167":28,"168":1,"17":144,"18":738,"19":328,"20":167,"209":18,"21":282,"210":28,"211":5,"214":5,"215":97,"221":147,"223":320,"224":50,"225":225,"23":358,"24":826,"25":178,"257":41,"26":94,"268":6,"27":20,"273":44,"276":67,"279":9,"28":320,"281":2,"282":9,"291":12,"292":94,"30":17,"302":8,"306":4,"31":27,"314":2,"32":8,"33":24,"34":50,"347":3,"35":61,"352":383,"36":94,"37":43,"38":241,"380":2,"381":30,"383":13,"39":27,"391":20,"396":3,"397":14,"40":24,"409":41,"41":43,"414":21,"415":45,"419":5,"42":13,"426":4,"43":41,"430":21,"433":1,"434":1,"44":13,"45":27,"46":183,"48":31,"49":30,"5":524,"51":32,"52":23,"53":48,"56":15,"570":6,"6":479,"63":29,"7":584,"79":38,"8":134,"80":5,"9":529,"all_client":59306,"all_tv_clinet":10291,"insert_time":"2014-08-24T00:46:00.237Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49434,"10":20,"107":299,"11":202,"12":164,"13":301,"14":157,"15":97,"155":24,"156":8,"158":25,"159":37,"16":82,"160":12,"161":147,"167":27,"168":1,"17":148,"18":749,"19":336,"20":174,"209":17,"21":292,"210":29,"211":5,"214":5,"215":93,"221":145,"223":339,"224":50,"225":229,"23":356,"24":805,"25":184,"257":43,"26":97,"268":5,"27":20,"273":48,"276":62,"279":8,"28":302,"281":3,"282":8,"291":12,"292":99,"30":18,"302":8,"306":3,"31":27,"314":3,"32":10,"33":24,"34":48,"347":3,"35":67,"352":381,"36":93,"37":39,"38":243,"380":2,"381":31,"383":12,"39":26,"391":19,"396":4,"397":14,"40":26,"409":41,"41":48,"414":21,"415":44,"419":4,"42":14,"426":4,"43":34,"430":23,"433":2,"44":13,"45":27,"46":190,"48":30,"49":33,"5":520,"51":32,"52":28,"53":47,"56":15,"570":7,"6":488,"63":27,"7":555,"79":39,"8":142,"80":5,"9":537,"all_client":59771,"all_tv_clinet":10337,"insert_time":"2014-08-24T00:47:00.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":49822,"10":18,"107":304,"11":198,"12":165,"13":307,"14":144,"15":95,"155":25,"156":8,"158":25,"159":38,"16":83,"160":13,"161":151,"167":27,"168":1,"17":164,"18":756,"19":340,"20":182,"209":13,"21":302,"210":30,"211":5,"214":5,"215":91,"221":141,"223":361,"224":46,"225":238,"23":347,"24":804,"25":185,"257":47,"26":94,"268":5,"27":24,"273":50,"276":60,"279":8,"28":300,"281":4,"282":9,"291":11,"292":102,"30":19,"302":8,"306":3,"31":27,"314":3,"32":10,"33":24,"34":52,"347":5,"35":67,"352":370,"36":98,"37":34,"38":249,"380":2,"381":35,"383":11,"39":27,"391":20,"396":5,"397":14,"40":28,"409":41,"41":50,"414":22,"415":42,"419":4,"42":16,"426":3,"43":32,"430":21,"433":2,"44":15,"45":27,"46":189,"48":32,"49":35,"5":524,"51":30,"52":29,"53":51,"56":19,"570":8,"6":480,"63":27,"7":517,"79":39,"8":147,"80":5,"9":557,"all_client":60223,"all_tv_clinet":10401,"insert_time":"2014-08-24T00:48:01.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50224,"10":17,"107":320,"11":196,"12":173,"13":314,"14":136,"15":94,"155":26,"156":8,"158":24,"159":39,"16":89,"160":14,"161":154,"167":26,"168":1,"17":167,"18":761,"19":357,"20":186,"209":15,"21":302,"210":30,"211":5,"214":5,"215":94,"221":148,"223":380,"224":51,"225":242,"23":347,"24":812,"25":185,"257":45,"26":97,"268":4,"27":23,"273":53,"276":60,"279":8,"28":287,"281":4,"282":12,"291":10,"292":106,"30":19,"302":8,"306":5,"31":28,"314":3,"32":12,"33":24,"34":57,"347":4,"35":67,"352":369,"36":95,"37":31,"38":250,"380":2,"381":37,"383":11,"39":30,"391":20,"396":6,"397":13,"40":27,"409":40,"41":52,"414":21,"415":43,"419":4,"42":15,"426":3,"43":31,"430":21,"433":2,"44":18,"45":28,"46":193,"48":30,"49":35,"5":521,"51":32,"52":28,"53":51,"56":19,"570":6,"6":470,"63":29,"7":474,"79":39,"8":153,"80":6,"9":559,"all_client":60692,"all_tv_clinet":10468,"insert_time":"2014-08-24T00:49:01.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50568,"10":17,"107":323,"11":194,"12":176,"13":312,"14":128,"15":96,"155":26,"156":8,"158":20,"159":42,"16":98,"160":14,"161":162,"167":29,"168":1,"17":167,"18":773,"19":365,"20":189,"209":14,"21":315,"210":32,"211":5,"214":6,"215":95,"221":145,"223":385,"224":57,"225":252,"23":343,"24":820,"25":180,"257":45,"26":105,"268":4,"27":23,"273":53,"276":58,"279":6,"28":279,"281":4,"282":12,"291":10,"292":111,"30":20,"302":9,"306":5,"31":26,"314":3,"32":14,"33":25,"34":56,"347":6,"35":67,"352":372,"36":94,"37":31,"38":249,"380":1,"381":44,"383":10,"39":30,"391":20,"396":6,"397":14,"40":24,"409":41,"41":52,"414":20,"415":40,"419":4,"42":14,"426":2,"43":32,"430":20,"433":1,"44":16,"45":29,"46":195,"48":27,"49":34,"5":544,"51":28,"52":26,"53":46,"56":19,"570":6,"6":458,"63":29,"7":447,"79":40,"8":155,"80":8,"9":570,"all_client":61096,"all_tv_clinet":10528,"insert_time":"2014-08-24T00:50:02.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":50965,"10":18,"107":313,"11":195,"12":176,"13":312,"14":135,"15":85,"155":27,"156":9,"158":16,"159":42,"16":97,"160":14,"161":168,"167":28,"168":1,"17":168,"18":782,"19":361,"20":190,"209":14,"21":322,"210":33,"211":5,"214":6,"215":98,"221":138,"223":395,"224":57,"225":263,"23":347,"24":830,"25":189,"257":47,"26":106,"268":4,"27":23,"273":52,"276":59,"279":7,"28":266,"281":4,"282":12,"291":10,"292":117,"30":17,"302":9,"306":5,"31":24,"314":3,"32":12,"33":23,"34":55,"347":5,"35":70,"352":366,"36":91,"37":26,"38":251,"380":1,"381":43,"383":13,"39":31,"391":21,"396":5,"397":10,"40":23,"409":43,"41":54,"414":18,"415":42,"419":4,"42":14,"426":1,"43":37,"430":19,"433":1,"44":16,"45":30,"46":202,"48":26,"49":39,"5":559,"51":29,"52":26,"53":37,"56":19,"570":8,"6":449,"63":31,"7":427,"79":42,"8":160,"80":9,"9":578,"all_client":61530,"all_tv_clinet":10565,"insert_time":"2014-08-24T00:51:02.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51358,"10":18,"107":310,"11":203,"12":177,"13":321,"14":135,"15":82,"155":26,"156":10,"158":14,"159":39,"16":95,"160":12,"161":170,"167":27,"17":165,"18":787,"19":369,"20":186,"209":10,"21":339,"210":34,"211":6,"214":6,"215":98,"221":139,"223":388,"224":59,"225":271,"23":347,"24":821,"25":194,"257":47,"26":106,"268":4,"27":22,"273":52,"276":59,"279":7,"28":257,"281":4,"282":12,"291":11,"292":117,"30":14,"302":9,"306":4,"31":22,"314":4,"32":10,"33":22,"34":51,"347":5,"35":72,"352":373,"36":94,"37":26,"38":269,"380":1,"381":47,"383":12,"39":31,"391":22,"396":4,"397":9,"40":23,"409":46,"41":52,"414":18,"415":44,"419":5,"42":14,"426":1,"43":37,"430":17,"433":1,"44":16,"45":30,"46":202,"48":23,"49":34,"5":571,"51":31,"52":26,"53":37,"56":19,"570":7,"6":454,"63":30,"7":422,"79":41,"8":163,"80":9,"9":581,"all_client":61969,"all_tv_clinet":10611,"insert_time":"2014-08-24T00:52:03.200Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":51734,"10":17,"107":322,"11":205,"12":176,"13":329,"14":132,"15":79,"155":27,"156":9,"158":14,"159":39,"16":96,"160":13,"161":164,"167":27,"17":165,"18":796,"19":378,"20":181,"209":9,"21":340,"210":35,"211":4,"214":5,"215":98,"221":152,"223":398,"224":61,"225":275,"23":348,"24":820,"25":196,"257":47,"26":103,"268":5,"27":20,"273":57,"276":60,"279":7,"28":257,"281":4,"282":14,"291":11,"292":112,"30":12,"302":10,"306":4,"31":21,"314":3,"32":9,"33":21,"34":52,"347":4,"35":73,"352":368,"36":91,"37":26,"38":280,"380":1,"381":47,"383":11,"39":32,"391":22,"396":3,"397":8,"40":23,"409":50,"41":53,"414":16,"415":45,"419":5,"42":15,"426":1,"43":37,"430":16,"433":1,"44":19,"45":33,"46":208,"48":26,"49":32,"5":585,"51":31,"52":23,"53":37,"56":19,"570":7,"6":451,"63":27,"7":410,"79":43,"8":167,"80":9,"9":583,"all_client":62411,"all_tv_clinet":10677,"insert_time":"2014-08-24T00:53:03.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52087,"10":19,"107":317,"11":211,"12":172,"13":332,"14":131,"15":76,"155":26,"156":9,"158":14,"159":36,"16":96,"160":14,"161":171,"167":27,"17":160,"18":806,"19":382,"20":173,"209":9,"21":343,"210":35,"211":4,"214":5,"215":101,"221":163,"223":403,"224":62,"225":281,"23":348,"24":813,"25":205,"257":53,"26":109,"268":7,"27":18,"273":64,"276":58,"279":6,"28":259,"281":3,"282":17,"291":11,"292":107,"30":12,"302":10,"306":6,"31":19,"314":3,"32":12,"33":20,"34":50,"347":5,"35":65,"352":373,"36":92,"37":28,"38":289,"380":1,"381":47,"383":12,"39":31,"391":19,"396":3,"397":10,"40":22,"409":52,"41":55,"414":19,"415":48,"419":5,"42":16,"426":2,"43":41,"430":16,"44":20,"45":35,"46":210,"48":27,"49":28,"5":583,"51":33,"52":22,"53":34,"56":21,"570":4,"6":450,"63":27,"7":394,"79":48,"8":174,"80":11,"9":579,"all_client":62826,"all_tv_clinet":10739,"insert_time":"2014-08-24T00:54:04.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52470,"10":20,"107":313,"11":220,"12":173,"13":330,"14":128,"15":78,"155":24,"156":9,"158":13,"159":32,"16":96,"160":17,"161":170,"167":29,"17":146,"18":811,"19":395,"20":167,"209":9,"21":356,"210":33,"211":3,"214":5,"215":102,"221":169,"223":406,"224":62,"225":288,"23":348,"24":796,"25":212,"257":56,"26":117,"268":6,"27":15,"273":69,"276":55,"279":6,"28":256,"281":3,"282":14,"291":10,"292":107,"30":11,"302":11,"306":8,"31":18,"314":3,"32":11,"33":20,"34":53,"347":5,"35":61,"352":366,"36":95,"37":28,"38":299,"380":1,"381":50,"383":11,"39":28,"391":19,"396":3,"397":9,"40":25,"409":52,"41":64,"414":15,"415":50,"419":6,"42":16,"426":4,"43":44,"430":16,"433":1,"44":20,"45":35,"46":211,"48":28,"49":25,"5":577,"51":34,"52":24,"53":30,"56":23,"570":2,"6":444,"63":27,"7":383,"79":47,"8":183,"80":13,"9":572,"all_client":63225,"all_tv_clinet":10755,"insert_time":"2014-08-24T00:55:04.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":52927,"10":19,"107":320,"11":232,"12":175,"13":345,"14":124,"15":83,"155":23,"156":11,"158":15,"159":25,"16":92,"160":18,"161":182,"167":32,"17":135,"18":801,"19":410,"20":164,"209":10,"21":369,"210":31,"211":3,"214":6,"215":106,"221":169,"223":408,"224":55,"225":294,"23":355,"24":783,"25":208,"257":55,"26":124,"268":8,"27":15,"273":71,"276":56,"279":6,"28":247,"281":4,"282":18,"291":10,"292":115,"30":10,"302":11,"306":9,"31":20,"314":2,"32":11,"33":20,"34":49,"347":5,"35":64,"352":372,"36":97,"37":29,"38":305,"380":1,"381":49,"383":11,"39":30,"391":21,"396":2,"397":11,"40":27,"409":49,"41":70,"414":16,"415":50,"419":10,"42":16,"426":4,"43":47,"430":15,"433":1,"44":18,"45":33,"46":213,"48":30,"49":24,"5":568,"51":36,"52":28,"53":31,"56":23,"570":4,"6":436,"63":24,"7":366,"79":50,"8":174,"80":13,"9":572,"all_client":63736,"all_tv_clinet":10809,"insert_time":"2014-08-24T00:56:05.355Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53390,"10":18,"107":318,"11":236,"12":177,"13":364,"14":120,"15":87,"155":22,"156":12,"158":15,"159":23,"16":97,"160":19,"161":191,"167":33,"17":131,"18":783,"19":424,"20":158,"209":12,"21":380,"210":31,"211":3,"214":6,"215":96,"221":165,"223":416,"224":56,"225":310,"23":365,"24":757,"25":205,"257":53,"26":137,"268":7,"27":16,"273":71,"276":57,"279":6,"28":237,"281":4,"282":20,"291":11,"292":122,"30":11,"302":12,"306":9,"31":22,"314":2,"32":8,"33":20,"34":52,"347":5,"35":67,"352":384,"36":93,"37":35,"38":310,"380":1,"381":48,"383":10,"39":33,"391":22,"396":2,"397":13,"40":28,"409":45,"41":72,"414":15,"415":47,"419":12,"42":20,"426":4,"43":53,"430":15,"433":1,"44":20,"45":33,"46":216,"48":30,"49":22,"5":561,"51":38,"52":30,"53":34,"56":23,"570":4,"6":414,"63":24,"7":363,"79":53,"8":162,"80":10,"9":547,"all_client":64216,"all_tv_clinet":10826,"insert_time":"2014-08-24T00:57:05.871Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":53774,"10":20,"107":325,"11":235,"12":178,"13":381,"14":119,"15":89,"155":22,"156":15,"158":14,"159":22,"16":102,"160":17,"161":192,"167":35,"17":136,"18":779,"19":444,"20":145,"209":13,"21":386,"210":29,"211":4,"214":5,"215":91,"221":164,"223":450,"224":59,"225":330,"23":357,"24":748,"25":215,"257":56,"26":141,"268":7,"27":23,"273":63,"276":56,"279":5,"28":232,"281":4,"282":25,"291":11,"292":126,"30":11,"302":12,"306":9,"31":21,"314":2,"32":8,"33":22,"34":47,"347":6,"35":68,"352":396,"36":97,"37":41,"38":317,"380":1,"381":45,"383":13,"39":35,"391":20,"396":2,"397":12,"40":27,"409":40,"41":72,"414":17,"415":48,"419":15,"42":20,"426":4,"43":56,"430":13,"44":20,"45":34,"46":224,"48":31,"49":22,"5":559,"51":36,"52":31,"53":33,"56":22,"570":4,"6":400,"63":24,"7":360,"79":58,"8":146,"80":9,"9":526,"all_client":64680,"all_tv_clinet":10906,"insert_time":"2014-08-24T00:58:06.462Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54273,"10":20,"107":321,"11":238,"12":181,"13":393,"14":122,"15":91,"155":25,"156":14,"158":13,"159":21,"16":104,"160":18,"161":181,"167":36,"17":147,"18":777,"19":459,"20":144,"209":14,"21":386,"210":32,"211":5,"214":5,"215":85,"221":170,"223":467,"224":63,"225":328,"23":346,"24":769,"25":212,"257":55,"26":145,"268":6,"27":26,"273":55,"276":55,"279":5,"28":234,"281":4,"282":28,"291":10,"292":127,"30":14,"302":11,"306":10,"31":21,"314":4,"32":10,"33":25,"34":51,"347":6,"35":73,"352":397,"36":96,"37":45,"38":337,"380":1,"381":44,"383":15,"39":32,"391":19,"396":2,"397":9,"40":29,"409":41,"41":64,"414":15,"415":49,"419":15,"42":20,"426":4,"43":60,"430":14,"44":22,"45":36,"46":219,"48":30,"49":20,"5":555,"51":38,"52":30,"53":33,"56":22,"570":3,"6":376,"63":26,"7":355,"79":63,"8":135,"80":9,"9":503,"all_client":65218,"all_tv_clinet":10945,"insert_time":"2014-08-24T00:59:07.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":54649,"10":20,"107":340,"11":249,"12":187,"13":396,"14":122,"15":91,"155":25,"156":18,"158":11,"159":19,"16":109,"160":21,"161":174,"167":35,"17":158,"18":771,"19":467,"20":140,"209":13,"21":391,"210":32,"211":6,"214":5,"215":82,"221":167,"223":473,"224":66,"225":334,"23":326,"24":775,"25":218,"257":52,"26":150,"268":6,"27":35,"273":47,"276":55,"279":6,"28":231,"281":4,"282":31,"291":9,"292":132,"30":13,"302":11,"306":10,"31":21,"314":5,"32":11,"33":28,"34":52,"347":9,"35":80,"352":395,"36":103,"37":47,"38":360,"380":1,"381":46,"383":19,"39":31,"391":21,"396":3,"397":9,"40":26,"409":40,"41":60,"414":15,"415":52,"419":15,"42":19,"426":3,"43":58,"430":12,"434":1,"44":24,"45":39,"46":225,"48":31,"49":20,"5":560,"51":42,"52":31,"53":37,"56":21,"570":4,"6":356,"63":25,"7":357,"79":65,"8":128,"80":9,"9":476,"all_client":65674,"all_tv_clinet":11025,"insert_time":"2014-08-24T01:00:07.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55090,"10":18,"107":348,"11":261,"12":190,"13":401,"14":117,"15":97,"155":25,"156":22,"158":10,"159":19,"16":110,"160":23,"161":173,"167":42,"17":175,"18":775,"19":475,"20":135,"209":13,"21":374,"210":31,"211":7,"214":7,"215":82,"221":169,"223":490,"224":70,"225":346,"23":310,"24":769,"25":222,"257":52,"26":155,"268":6,"27":40,"273":44,"276":52,"279":7,"28":218,"281":4,"282":33,"291":7,"292":135,"30":14,"302":11,"306":8,"31":25,"314":5,"32":11,"33":28,"34":56,"347":10,"35":81,"352":395,"36":103,"37":51,"38":374,"380":1,"381":48,"383":20,"39":31,"391":23,"396":3,"397":10,"40":24,"409":40,"41":56,"414":17,"415":51,"419":16,"42":19,"426":2,"43":59,"430":11,"434":1,"44":24,"45":38,"46":226,"48":30,"49":22,"5":551,"51":42,"52":29,"53":38,"56":23,"570":4,"6":333,"63":24,"7":362,"79":70,"8":121,"80":6,"9":455,"all_client":66151,"all_tv_clinet":11061,"insert_time":"2014-08-24T01:01:08.193Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55484,"10":16,"107":354,"11":265,"12":199,"13":417,"14":115,"15":100,"155":26,"156":22,"158":11,"159":17,"16":109,"160":24,"161":170,"167":43,"17":187,"18":779,"19":484,"20":137,"209":13,"21":358,"210":30,"211":8,"214":7,"215":88,"221":173,"223":506,"224":72,"225":344,"23":302,"24":788,"25":225,"257":52,"26":156,"268":7,"27":41,"273":39,"276":48,"279":6,"28":217,"281":4,"282":32,"291":8,"292":137,"30":13,"302":11,"306":8,"31":26,"314":4,"32":13,"33":29,"34":60,"347":11,"35":86,"352":406,"36":107,"37":54,"38":381,"380":1,"381":49,"383":17,"39":34,"391":25,"396":3,"397":10,"40":20,"409":44,"41":57,"414":19,"415":54,"419":18,"42":20,"426":2,"43":60,"430":11,"434":1,"44":27,"45":39,"46":221,"48":34,"49":23,"5":551,"51":38,"52":32,"53":34,"56":22,"570":4,"6":321,"63":23,"7":370,"79":69,"8":122,"80":6,"9":431,"all_client":66641,"all_tv_clinet":11157,"insert_time":"2014-08-24T01:02:08.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":55919,"10":21,"107":357,"11":270,"12":209,"13":429,"14":112,"15":105,"155":28,"156":23,"158":13,"159":15,"16":110,"160":24,"161":174,"167":47,"17":198,"18":784,"19":497,"20":136,"209":16,"21":347,"210":29,"211":8,"214":7,"215":92,"221":176,"223":506,"224":70,"225":359,"23":288,"24":798,"25":222,"257":54,"26":156,"268":6,"27":44,"273":39,"276":46,"279":6,"28":219,"281":5,"282":31,"291":8,"292":127,"30":15,"302":11,"306":5,"31":22,"314":4,"32":11,"33":30,"34":64,"347":12,"35":88,"352":414,"36":110,"37":53,"38":379,"380":2,"381":48,"383":15,"39":34,"391":24,"396":3,"397":10,"40":20,"409":46,"41":56,"414":18,"415":54,"419":21,"42":19,"426":2,"43":61,"430":11,"434":1,"44":24,"45":40,"46":222,"48":34,"49":23,"5":557,"51":41,"52":30,"53":34,"56":22,"570":3,"6":315,"63":21,"7":369,"79":69,"8":124,"80":6,"9":414,"all_client":67141,"all_tv_clinet":11222,"insert_time":"2014-08-24T01:03:09.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56341,"10":20,"107":366,"11":284,"12":209,"13":429,"14":116,"15":108,"155":28,"156":20,"158":15,"159":14,"16":107,"160":27,"161":172,"167":47,"168":2,"17":208,"18":796,"19":507,"20":135,"209":18,"21":342,"210":28,"211":9,"214":7,"215":90,"221":174,"223":517,"224":74,"225":377,"23":280,"24":825,"25":222,"257":50,"26":157,"268":6,"27":46,"273":44,"276":45,"279":7,"28":217,"281":6,"282":32,"291":8,"292":115,"30":19,"302":8,"306":5,"31":25,"314":4,"32":13,"33":31,"34":61,"347":12,"35":91,"352":416,"36":106,"37":57,"38":374,"380":3,"381":49,"383":15,"39":34,"391":24,"396":3,"397":9,"40":21,"409":47,"41":57,"414":17,"415":54,"419":22,"42":19,"426":2,"43":68,"430":11,"434":1,"44":26,"45":40,"46":210,"48":30,"49":21,"5":562,"51":40,"52":32,"53":34,"56":21,"570":4,"6":297,"63":21,"7":361,"79":73,"8":124,"80":6,"9":401,"all_client":67628,"all_tv_clinet":11287,"insert_time":"2014-08-24T01:04:09.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":56707,"10":21,"107":370,"11":294,"12":209,"13":409,"14":114,"15":105,"155":27,"156":22,"158":17,"159":13,"16":110,"160":28,"161":174,"167":48,"168":2,"17":228,"18":805,"19":506,"20":135,"209":15,"21":354,"210":27,"211":9,"214":7,"215":92,"221":170,"223":518,"224":74,"225":371,"23":275,"24":842,"25":224,"257":47,"26":160,"268":7,"27":48,"273":52,"276":42,"279":7,"28":217,"281":6,"282":34,"291":8,"292":92,"30":21,"302":8,"306":4,"31":25,"314":5,"32":12,"33":30,"34":58,"347":11,"35":94,"352":424,"36":106,"37":58,"38":383,"380":3,"381":53,"383":14,"39":31,"391":19,"396":3,"397":9,"40":19,"409":52,"41":60,"414":16,"415":57,"419":23,"42":15,"426":1,"43":70,"430":10,"434":1,"44":24,"45":42,"46":204,"48":29,"49":23,"5":574,"51":39,"52":34,"53":35,"56":23,"570":3,"6":284,"63":22,"7":354,"79":75,"8":122,"80":6,"9":397,"all_client":68027,"all_tv_clinet":11320,"insert_time":"2014-08-24T01:05:10.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57115,"10":21,"107":371,"11":301,"12":211,"13":395,"14":116,"15":100,"155":28,"156":22,"158":18,"159":12,"16":119,"160":28,"161":179,"167":48,"168":2,"17":233,"18":813,"19":502,"20":137,"209":17,"21":354,"210":28,"211":9,"214":7,"215":96,"221":166,"223":529,"224":74,"225":379,"23":266,"24":857,"25":222,"257":47,"26":154,"268":7,"27":50,"273":60,"276":43,"279":7,"28":220,"281":6,"282":35,"291":7,"292":80,"30":23,"302":7,"306":5,"31":29,"314":5,"32":12,"33":30,"34":58,"347":12,"35":100,"352":430,"36":106,"37":62,"38":393,"380":3,"381":51,"383":16,"39":30,"391":21,"396":5,"397":7,"40":18,"409":60,"41":57,"414":19,"415":60,"419":22,"42":15,"426":1,"43":74,"430":9,"434":1,"44":21,"45":47,"46":194,"48":30,"49":22,"5":572,"51":42,"52":33,"53":33,"56":22,"570":3,"6":271,"63":23,"7":354,"79":72,"8":120,"80":7,"9":392,"all_client":68490,"all_tv_clinet":11375,"insert_time":"2014-08-24T01:06:10.748Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57437,"10":22,"107":367,"11":306,"12":213,"13":370,"14":115,"15":103,"155":27,"156":26,"158":18,"159":12,"16":115,"160":26,"161":177,"167":50,"168":2,"17":233,"18":822,"19":498,"20":130,"209":16,"21":360,"210":27,"211":9,"214":7,"215":101,"221":165,"223":547,"224":76,"225":380,"23":270,"24":860,"25":226,"257":44,"26":151,"268":7,"27":59,"273":61,"276":42,"279":6,"28":224,"281":6,"282":35,"291":8,"292":73,"30":22,"302":6,"306":5,"31":29,"314":5,"32":14,"33":30,"34":64,"347":12,"35":100,"352":448,"36":106,"37":64,"38":388,"380":3,"381":52,"383":15,"39":28,"391":22,"396":5,"397":9,"40":15,"409":59,"41":56,"414":23,"415":66,"419":22,"42":16,"426":1,"43":76,"430":9,"434":1,"44":21,"45":46,"46":193,"48":29,"49":25,"5":575,"51":42,"52":34,"53":31,"56":23,"570":1,"6":265,"63":21,"7":356,"79":70,"8":119,"80":8,"9":393,"all_client":68852,"all_tv_clinet":11415,"insert_time":"2014-08-24T01:07:11.246Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":57855,"10":22,"107":364,"11":299,"12":210,"13":353,"14":108,"15":114,"155":28,"156":25,"158":18,"159":10,"16":114,"160":26,"161":182,"167":51,"168":2,"17":227,"18":834,"19":502,"20":126,"209":19,"21":362,"210":26,"211":9,"214":9,"215":101,"221":168,"223":551,"224":69,"225":409,"23":270,"24":870,"25":224,"257":45,"26":149,"268":9,"27":58,"273":61,"276":41,"279":6,"28":220,"281":6,"282":34,"291":10,"292":79,"30":24,"302":5,"306":5,"31":27,"314":5,"32":14,"33":31,"34":67,"347":14,"35":101,"352":454,"36":109,"37":65,"38":402,"380":3,"381":49,"383":17,"389":1,"39":28,"391":22,"396":5,"397":9,"40":15,"409":53,"41":50,"414":27,"415":63,"419":18,"42":21,"426":1,"43":77,"430":9,"434":1,"44":19,"45":50,"46":193,"48":26,"49":23,"5":572,"51":45,"52":33,"53":31,"56":20,"570":1,"6":249,"63":20,"7":374,"79":71,"8":121,"80":8,"9":398,"all_client":69321,"all_tv_clinet":11466,"insert_time":"2014-08-24T01:08:11.881Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58234,"10":23,"107":366,"11":298,"12":192,"13":333,"14":105,"15":114,"155":29,"156":24,"158":18,"159":11,"16":111,"160":27,"161":183,"167":47,"168":2,"17":234,"18":848,"19":515,"20":123,"209":17,"21":370,"210":25,"211":9,"214":9,"215":104,"221":171,"223":548,"224":65,"225":424,"23":268,"24":878,"25":220,"257":47,"26":151,"268":9,"27":57,"273":56,"276":43,"279":8,"28":217,"281":6,"282":38,"291":11,"292":87,"30":24,"302":3,"306":4,"31":30,"314":6,"32":17,"33":32,"34":66,"347":15,"35":101,"352":451,"36":114,"37":64,"38":407,"380":3,"381":49,"383":13,"389":1,"39":30,"391":21,"396":1,"397":14,"40":13,"409":51,"41":57,"414":31,"415":63,"419":18,"42":20,"426":1,"43":76,"430":9,"434":1,"44":16,"45":50,"46":193,"48":29,"49":25,"5":576,"51":43,"52":35,"53":30,"56":16,"570":1,"6":241,"63":19,"7":389,"79":72,"8":123,"80":7,"9":405,"all_client":69751,"all_tv_clinet":11517,"insert_time":"2014-08-24T01:09:12.350Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58546,"10":24,"107":393,"11":304,"12":177,"13":328,"14":112,"15":122,"155":29,"156":23,"158":18,"159":11,"16":117,"160":29,"161":189,"167":50,"168":2,"17":231,"18":865,"19":516,"20":123,"209":18,"21":377,"210":25,"211":8,"214":9,"215":109,"221":172,"223":535,"224":62,"225":416,"23":275,"24":897,"25":220,"257":52,"26":144,"268":10,"27":57,"273":53,"276":43,"279":8,"28":215,"281":6,"282":38,"291":13,"292":95,"30":27,"302":3,"306":4,"31":25,"314":7,"32":15,"33":36,"34":62,"347":17,"35":99,"352":456,"36":114,"37":65,"38":426,"380":3,"381":48,"383":14,"389":1,"39":31,"391":22,"396":1,"397":13,"40":13,"409":52,"41":56,"414":33,"415":62,"419":18,"42":25,"43":77,"430":8,"434":1,"44":15,"45":54,"46":194,"48":29,"49":23,"5":563,"51":41,"52":35,"53":30,"56":17,"570":1,"6":242,"63":21,"7":396,"79":70,"8":118,"80":7,"9":409,"all_client":70165,"all_tv_clinet":11619,"insert_time":"2014-08-24T01:10:13.020Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":58936,"10":23,"107":395,"11":307,"12":162,"13":324,"14":117,"15":126,"155":30,"156":22,"158":21,"159":11,"16":114,"160":30,"161":188,"167":50,"168":2,"17":236,"18":884,"19":519,"20":113,"209":15,"21":381,"210":26,"211":8,"214":9,"215":115,"221":170,"223":514,"224":62,"225":408,"23":272,"24":901,"25":225,"257":55,"26":129,"268":11,"27":60,"273":56,"276":43,"279":8,"28":219,"281":6,"282":43,"291":12,"292":98,"30":26,"302":3,"306":4,"31":25,"314":8,"32":15,"33":38,"34":58,"347":21,"35":99,"352":468,"36":115,"37":65,"38":426,"380":3,"381":47,"383":13,"389":1,"39":33,"391":23,"396":1,"397":12,"40":12,"409":53,"41":57,"414":34,"415":60,"419":19,"42":26,"43":82,"430":9,"434":1,"44":15,"45":56,"46":196,"48":29,"49":24,"5":559,"51":43,"52":36,"53":31,"56":15,"570":1,"6":243,"63":24,"7":412,"79":68,"8":120,"80":6,"9":415,"all_client":70606,"all_tv_clinet":11670,"insert_time":"2014-08-24T01:11:13.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59287,"10":23,"107":410,"11":300,"12":149,"13":313,"14":114,"15":126,"155":30,"156":22,"158":21,"159":11,"16":113,"160":31,"161":186,"167":51,"168":2,"17":242,"18":892,"19":534,"20":116,"209":15,"21":399,"210":24,"211":11,"214":10,"215":113,"221":179,"223":501,"224":58,"225":406,"23":281,"24":896,"25":231,"257":54,"26":125,"268":11,"27":62,"273":59,"276":45,"279":8,"28":215,"281":5,"282":45,"291":12,"292":104,"30":29,"302":3,"306":4,"31":24,"314":9,"32":16,"33":37,"34":58,"347":20,"35":101,"352":463,"36":114,"37":68,"38":428,"380":3,"381":45,"383":14,"389":1,"39":35,"391":22,"396":1,"397":11,"40":12,"409":53,"41":56,"414":34,"415":59,"419":18,"42":30,"43":83,"430":8,"434":1,"44":14,"45":56,"46":209,"48":26,"49":23,"5":547,"51":43,"52":35,"53":28,"56":15,"570":2,"6":241,"63":25,"7":416,"79":67,"8":125,"80":7,"9":427,"all_client":71008,"all_tv_clinet":11721,"insert_time":"2014-08-24T01:12:13.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59628,"10":23,"107":398,"11":307,"12":139,"13":311,"14":120,"15":120,"155":31,"156":18,"158":23,"159":12,"16":113,"160":28,"161":186,"167":53,"168":2,"17":238,"18":891,"19":536,"20":117,"209":18,"21":400,"210":24,"211":12,"214":11,"215":111,"221":180,"223":487,"224":59,"225":427,"23":290,"24":903,"25":232,"257":54,"26":113,"268":9,"27":62,"273":58,"276":45,"279":7,"28":213,"281":5,"282":47,"291":12,"292":113,"30":28,"302":4,"306":4,"31":25,"314":9,"32":15,"33":40,"34":58,"347":19,"35":106,"352":466,"36":111,"37":77,"38":434,"380":3,"381":49,"383":10,"389":1,"39":33,"391":21,"396":1,"397":12,"40":10,"409":54,"41":59,"414":36,"415":61,"419":18,"42":31,"43":87,"430":8,"434":1,"44":12,"45":56,"46":216,"48":27,"49":21,"5":542,"51":48,"52":33,"53":29,"56":14,"570":2,"6":234,"63":26,"7":427,"79":70,"8":122,"80":6,"9":436,"all_client":71398,"all_tv_clinet":11770,"insert_time":"2014-08-24T01:13:14.514Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":59984,"10":24,"107":409,"11":318,"12":134,"13":316,"14":118,"15":114,"155":30,"156":18,"158":23,"159":12,"16":116,"160":29,"161":190,"167":55,"168":2,"17":224,"18":897,"19":536,"20":114,"209":20,"21":413,"210":22,"211":14,"214":11,"215":112,"221":184,"223":494,"224":60,"225":439,"23":300,"24":912,"25":233,"257":53,"26":111,"268":8,"27":64,"273":55,"276":45,"279":7,"28":208,"281":4,"282":47,"291":11,"292":115,"30":30,"302":4,"306":3,"31":24,"314":9,"32":17,"33":39,"34":59,"347":20,"35":107,"352":461,"36":114,"37":75,"38":418,"380":4,"381":51,"383":11,"389":1,"39":38,"391":22,"396":1,"397":12,"40":14,"409":57,"41":62,"414":37,"415":63,"419":17,"42":37,"43":87,"430":8,"434":1,"44":13,"45":51,"46":216,"48":27,"49":20,"5":537,"51":48,"52":36,"53":28,"56":13,"570":2,"6":227,"63":28,"7":440,"79":71,"8":114,"80":6,"9":444,"all_client":71829,"all_tv_clinet":11845,"insert_time":"2014-08-24T01:14:14.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60346,"10":24,"107":406,"11":326,"12":124,"13":313,"14":121,"15":117,"155":31,"156":19,"158":23,"159":12,"16":115,"160":28,"161":198,"167":58,"168":2,"17":207,"18":891,"19":508,"20":109,"209":20,"21":423,"210":17,"211":16,"214":11,"215":109,"221":194,"223":488,"224":64,"225":436,"23":302,"24":931,"25":234,"257":57,"26":104,"268":7,"27":71,"273":54,"276":45,"279":8,"28":205,"281":3,"282":43,"291":11,"292":116,"30":30,"302":4,"306":2,"31":26,"314":9,"32":19,"33":39,"34":63,"347":19,"35":112,"352":473,"36":117,"37":78,"38":400,"380":5,"381":50,"383":10,"389":1,"39":41,"391":22,"396":2,"397":12,"40":15,"409":60,"41":63,"414":41,"415":61,"419":16,"42":43,"43":87,"430":9,"434":1,"44":13,"45":44,"46":203,"48":32,"49":20,"5":536,"51":50,"52":40,"53":35,"56":13,"570":2,"6":222,"63":30,"7":454,"79":66,"8":118,"80":7,"9":442,"all_client":72204,"all_tv_clinet":11858,"insert_time":"2014-08-24T01:15:15.573Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":60672,"10":24,"107":416,"11":326,"12":132,"13":326,"14":124,"15":118,"155":32,"156":24,"158":23,"159":8,"16":113,"160":28,"161":209,"167":59,"168":3,"17":195,"18":894,"19":475,"20":111,"209":21,"21":440,"210":17,"211":17,"214":11,"215":108,"221":205,"223":497,"224":63,"225":430,"23":304,"24":947,"25":236,"257":61,"26":95,"268":7,"27":74,"273":56,"276":45,"279":8,"28":212,"281":4,"282":39,"291":11,"292":116,"30":26,"302":5,"306":3,"31":24,"314":10,"317":1,"32":22,"33":41,"34":65,"347":19,"35":118,"352":484,"36":115,"37":81,"38":384,"380":7,"381":50,"383":10,"389":1,"39":47,"391":21,"396":3,"397":12,"40":16,"409":60,"41":64,"414":43,"415":57,"419":18,"42":43,"43":89,"430":9,"434":1,"44":17,"45":41,"46":183,"48":32,"49":20,"5":538,"51":54,"52":44,"53":37,"56":11,"570":2,"6":230,"63":29,"7":460,"79":60,"8":125,"80":8,"9":446,"all_client":72622,"all_tv_clinet":11950,"insert_time":"2014-08-24T01:16:16.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61012,"10":23,"107":414,"11":323,"12":140,"13":323,"14":124,"15":114,"155":34,"156":23,"158":23,"159":8,"16":114,"160":27,"161":221,"167":60,"168":3,"17":183,"18":893,"19":442,"20":112,"209":21,"21":443,"210":15,"211":17,"214":14,"215":107,"221":206,"223":496,"224":61,"225":446,"23":310,"24":975,"25":242,"257":65,"26":95,"268":7,"27":80,"273":57,"276":44,"279":8,"28":205,"281":6,"282":33,"291":10,"292":114,"30":28,"302":5,"306":3,"31":27,"314":10,"317":1,"32":22,"33":44,"34":70,"347":20,"35":122,"352":489,"36":109,"37":83,"38":380,"380":7,"381":48,"383":12,"389":1,"39":51,"391":20,"396":3,"397":14,"40":14,"409":62,"41":67,"414":40,"415":54,"419":18,"42":46,"43":95,"430":9,"434":1,"44":17,"45":35,"46":170,"48":34,"49":19,"5":554,"51":57,"52":47,"53":36,"56":11,"570":2,"6":233,"63":28,"7":459,"79":59,"8":124,"80":9,"9":443,"all_client":73005,"all_tv_clinet":11993,"insert_time":"2014-08-24T01:17:16.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61353,"10":24,"107":410,"11":325,"12":137,"13":329,"14":123,"15":114,"155":35,"156":22,"158":25,"159":7,"16":115,"160":27,"161":229,"167":60,"168":3,"17":171,"18":916,"19":424,"20":110,"209":23,"21":446,"210":13,"211":16,"214":16,"215":108,"221":199,"223":499,"224":61,"225":456,"23":324,"24":993,"25":243,"257":72,"26":92,"268":8,"27":84,"273":61,"276":45,"279":6,"28":212,"281":6,"282":28,"291":11,"292":111,"30":29,"302":4,"306":3,"31":27,"314":10,"317":1,"32":25,"33":47,"34":68,"347":18,"35":124,"352":512,"36":102,"37":86,"38":373,"380":7,"381":46,"383":13,"389":1,"39":58,"391":21,"396":2,"397":16,"40":16,"409":66,"41":66,"414":40,"415":53,"419":18,"42":49,"43":97,"430":8,"434":1,"44":15,"45":33,"46":170,"48":32,"49":20,"5":543,"51":56,"52":46,"53":33,"56":10,"6":236,"63":28,"7":459,"79":52,"8":123,"80":10,"9":443,"all_client":73408,"all_tv_clinet":12055,"insert_time":"2014-08-24T01:18:17.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":61703,"10":25,"107":410,"11":322,"12":139,"13":335,"14":122,"15":119,"155":35,"156":25,"158":28,"159":7,"16":115,"160":29,"161":232,"167":61,"168":3,"17":158,"18":934,"19":417,"20":103,"209":23,"21":448,"210":13,"211":16,"214":15,"215":110,"221":203,"223":487,"224":59,"225":463,"23":320,"24":1027,"25":243,"257":68,"26":97,"268":9,"27":85,"273":64,"276":43,"279":6,"28":208,"281":6,"282":24,"291":11,"292":104,"30":26,"302":4,"306":3,"31":34,"314":10,"317":1,"32":24,"33":46,"34":69,"347":19,"35":121,"352":514,"36":104,"37":85,"38":382,"380":7,"381":45,"383":12,"389":1,"39":63,"391":20,"396":1,"397":16,"40":19,"409":66,"41":71,"414":42,"415":56,"419":18,"42":55,"43":97,"430":8,"433":1,"434":1,"44":15,"45":28,"46":161,"48":32,"49":20,"5":554,"51":54,"52":47,"53":35,"56":10,"6":223,"63":29,"7":478,"79":44,"8":123,"80":10,"9":436,"all_client":73814,"all_tv_clinet":12111,"insert_time":"2014-08-24T01:19:17.781Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62026,"10":25,"107":435,"11":303,"12":135,"13":350,"14":124,"15":123,"155":35,"156":25,"158":28,"159":7,"16":116,"160":26,"161":241,"167":63,"168":3,"17":150,"18":937,"19":417,"20":102,"209":22,"21":454,"210":11,"211":14,"214":15,"215":107,"221":208,"223":490,"224":61,"225":464,"23":329,"24":1036,"25":241,"257":66,"26":99,"268":9,"27":92,"273":70,"276":42,"279":8,"28":209,"281":6,"282":18,"291":11,"292":101,"30":27,"302":4,"306":4,"31":38,"314":9,"317":1,"32":23,"33":52,"34":66,"347":20,"35":118,"352":521,"36":96,"37":84,"38":381,"380":7,"381":45,"383":13,"389":1,"39":72,"391":21,"396":1,"397":14,"40":19,"409":55,"41":69,"414":41,"415":55,"419":21,"42":57,"43":99,"430":10,"433":2,"434":1,"44":15,"45":28,"46":162,"48":30,"49":19,"5":549,"51":55,"52":48,"53":41,"56":10,"6":227,"63":28,"7":483,"79":42,"8":122,"80":11,"9":435,"all_client":74206,"all_tv_clinet":12180,"insert_time":"2014-08-24T01:20:18.515Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62353,"10":24,"107":437,"11":297,"12":138,"13":356,"14":122,"15":126,"155":34,"156":25,"158":27,"159":8,"16":122,"160":25,"161":255,"167":62,"168":3,"17":146,"18":936,"19":418,"20":95,"209":19,"21":441,"210":10,"211":14,"214":15,"215":105,"221":211,"223":491,"224":56,"225":485,"23":340,"24":1061,"25":245,"257":63,"26":97,"268":8,"27":96,"273":76,"276":43,"279":8,"28":205,"281":7,"282":17,"291":11,"292":93,"30":25,"302":4,"306":4,"31":39,"314":9,"317":1,"32":20,"33":50,"34":62,"347":22,"35":114,"352":519,"36":100,"37":83,"38":382,"380":7,"381":42,"383":13,"389":1,"39":79,"391":22,"396":2,"397":14,"40":19,"409":49,"41":65,"414":40,"415":56,"419":25,"42":62,"426":1,"43":104,"430":10,"433":2,"434":1,"44":15,"45":28,"46":159,"48":30,"49":20,"5":543,"51":52,"52":48,"53":42,"56":10,"570":1,"6":230,"63":28,"7":492,"79":42,"8":122,"80":12,"9":433,"all_client":74581,"all_tv_clinet":12228,"insert_time":"2014-08-24T01:21:19.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":62711,"10":25,"107":438,"11":298,"12":140,"13":369,"14":124,"15":127,"155":34,"156":29,"158":27,"159":10,"16":120,"160":25,"161":262,"167":64,"168":2,"17":142,"18":935,"19":423,"20":93,"209":18,"21":441,"210":9,"211":15,"214":15,"215":106,"221":208,"223":497,"224":52,"225":483,"23":342,"24":1064,"25":240,"257":64,"26":106,"268":7,"27":101,"273":75,"276":42,"279":10,"28":204,"281":6,"282":17,"291":12,"292":97,"30":28,"302":4,"306":4,"31":36,"314":10,"317":1,"32":21,"33":49,"34":60,"347":23,"35":112,"352":527,"36":105,"37":85,"38":377,"380":7,"381":42,"383":13,"389":1,"39":89,"391":25,"396":2,"397":14,"40":19,"409":45,"41":68,"414":37,"415":58,"419":28,"42":65,"426":1,"43":109,"430":9,"433":2,"434":1,"44":15,"45":26,"46":157,"48":34,"49":22,"5":533,"51":51,"52":45,"53":40,"56":11,"570":2,"6":238,"63":30,"7":490,"79":42,"8":123,"80":12,"9":437,"all_client":75014,"all_tv_clinet":12303,"insert_time":"2014-08-24T01:22:19.562Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63022,"10":25,"107":439,"11":289,"12":142,"13":366,"14":124,"15":122,"155":33,"156":27,"158":26,"159":10,"16":116,"160":26,"161":268,"167":62,"168":2,"17":139,"18":926,"19":427,"20":90,"209":16,"21":460,"210":10,"211":16,"214":15,"215":114,"221":205,"223":504,"224":48,"225":487,"23":347,"24":1080,"25":245,"257":67,"26":109,"268":6,"27":101,"273":74,"276":41,"279":10,"28":203,"281":5,"282":17,"291":14,"292":94,"30":26,"302":4,"306":4,"31":38,"314":9,"32":21,"33":42,"34":58,"347":23,"35":116,"352":537,"36":107,"37":88,"38":371,"380":7,"381":40,"383":14,"389":1,"39":100,"391":25,"396":2,"397":15,"40":18,"409":46,"41":66,"414":36,"415":55,"419":24,"42":64,"426":1,"43":109,"430":10,"433":2,"434":1,"44":15,"45":24,"46":159,"48":39,"49":24,"5":518,"51":52,"52":45,"53":36,"56":10,"570":2,"6":249,"63":31,"7":508,"79":39,"8":125,"80":12,"9":440,"all_client":75377,"all_tv_clinet":12355,"insert_time":"2014-08-24T01:23:20.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63351,"10":27,"107":453,"11":284,"12":143,"13":373,"14":134,"15":119,"155":32,"156":28,"158":25,"159":9,"16":115,"160":28,"161":267,"167":61,"168":3,"17":139,"18":914,"19":432,"20":90,"209":19,"21":461,"210":9,"211":16,"214":14,"215":116,"221":208,"223":511,"224":51,"225":481,"23":358,"24":1086,"25":242,"257":70,"26":115,"268":5,"27":98,"273":74,"276":38,"279":11,"28":204,"281":5,"282":12,"291":15,"292":97,"30":27,"302":4,"306":3,"31":37,"314":10,"32":23,"33":40,"34":55,"347":23,"35":117,"352":547,"36":105,"37":94,"38":375,"380":6,"381":38,"383":15,"389":1,"39":102,"391":25,"396":1,"397":15,"40":17,"409":47,"41":67,"414":34,"415":51,"419":23,"42":66,"43":104,"430":10,"433":2,"44":15,"45":23,"46":157,"48":38,"49":23,"5":505,"51":50,"52":47,"53":31,"56":10,"570":2,"6":250,"63":33,"7":519,"79":38,"8":130,"80":12,"9":442,"all_client":75752,"all_tv_clinet":12401,"insert_time":"2014-08-24T01:24:20.669Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63718,"10":29,"107":445,"11":283,"12":147,"13":377,"14":136,"15":116,"155":32,"156":26,"158":27,"159":9,"16":113,"160":28,"161":258,"167":58,"168":3,"17":139,"18":909,"19":437,"20":88,"209":22,"21":457,"210":9,"211":15,"214":12,"215":122,"221":205,"223":521,"224":47,"225":494,"23":367,"24":1084,"25":239,"257":63,"26":112,"268":4,"27":99,"273":76,"276":38,"279":11,"28":206,"281":4,"282":10,"291":15,"292":96,"30":28,"302":3,"306":3,"31":37,"314":10,"32":22,"33":38,"34":55,"347":22,"35":117,"352":564,"36":106,"37":99,"38":371,"380":6,"381":37,"383":14,"389":1,"39":106,"391":25,"396":1,"397":15,"40":15,"409":46,"41":73,"414":31,"415":53,"419":24,"42":73,"43":101,"430":9,"433":3,"44":12,"45":24,"46":158,"48":38,"49":24,"5":505,"51":49,"52":44,"53":34,"56":10,"570":4,"6":244,"63":34,"7":526,"79":36,"8":129,"80":13,"9":448,"all_client":76146,"all_tv_clinet":12428,"insert_time":"2014-08-24T01:25:21.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64085,"10":27,"107":432,"11":283,"12":150,"13":379,"14":144,"15":112,"155":31,"156":27,"158":30,"159":8,"16":113,"160":26,"161":244,"167":54,"168":3,"17":146,"18":875,"19":445,"20":85,"209":20,"21":473,"210":10,"211":14,"214":12,"215":120,"221":213,"223":521,"224":48,"225":502,"23":376,"24":1090,"25":241,"257":64,"26":118,"268":4,"27":99,"273":80,"276":39,"279":10,"28":210,"281":4,"282":9,"291":16,"292":99,"30":28,"302":3,"306":3,"31":34,"314":10,"32":24,"33":37,"34":51,"347":20,"35":118,"352":565,"36":109,"37":99,"38":375,"380":6,"381":37,"383":13,"389":1,"39":113,"391":25,"396":2,"397":15,"40":18,"409":48,"41":81,"414":28,"415":57,"419":25,"42":75,"43":104,"430":10,"433":3,"44":15,"45":20,"46":152,"48":43,"49":21,"5":490,"51":47,"52":41,"53":35,"56":11,"570":4,"6":240,"63":36,"7":539,"79":34,"8":136,"80":13,"9":461,"all_client":76566,"all_tv_clinet":12481,"insert_time":"2014-08-24T01:26:21.822Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64486,"10":26,"107":435,"11":266,"12":144,"13":378,"14":146,"15":117,"155":32,"156":27,"158":30,"159":8,"16":114,"160":24,"161":231,"167":53,"168":3,"17":146,"18":876,"19":453,"20":90,"209":19,"21":477,"210":10,"211":14,"214":12,"215":120,"221":217,"223":521,"224":49,"225":502,"23":384,"24":1086,"25":244,"257":62,"26":118,"268":4,"27":101,"273":80,"276":39,"279":9,"28":206,"281":3,"282":8,"291":17,"292":101,"30":25,"302":4,"306":3,"31":36,"314":9,"32":21,"33":38,"34":49,"347":19,"35":113,"352":569,"36":105,"37":101,"38":368,"380":6,"381":41,"383":11,"389":1,"39":119,"391":24,"396":2,"397":14,"40":19,"409":48,"41":81,"414":27,"415":56,"419":25,"42":76,"426":1,"43":106,"430":11,"433":3,"44":14,"45":20,"46":148,"48":44,"49":24,"5":481,"51":49,"52":45,"53":35,"56":12,"570":6,"6":238,"63":38,"7":552,"79":33,"8":144,"80":10,"9":464,"all_client":76976,"all_tv_clinet":12490,"insert_time":"2014-08-24T01:27:22.465Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64894,"10":27,"107":441,"11":260,"12":149,"13":388,"14":141,"15":111,"155":31,"156":25,"158":32,"159":9,"16":116,"160":22,"161":218,"167":50,"168":3,"17":153,"18":882,"19":467,"20":90,"209":16,"21":490,"210":9,"211":15,"214":13,"215":122,"221":225,"223":523,"224":47,"225":515,"23":394,"24":1100,"25":244,"257":61,"26":124,"268":4,"27":103,"273":72,"276":39,"279":10,"28":209,"281":3,"282":9,"291":19,"292":108,"30":25,"302":4,"306":2,"31":34,"314":9,"32":20,"33":40,"34":48,"347":21,"35":105,"352":569,"36":104,"37":100,"38":370,"380":5,"381":35,"383":14,"389":1,"39":121,"391":24,"396":2,"397":13,"40":17,"409":51,"41":77,"414":25,"415":53,"419":27,"42":75,"426":2,"43":99,"430":12,"433":2,"44":14,"45":21,"46":141,"48":43,"49":23,"5":456,"51":51,"52":47,"53":35,"56":12,"570":7,"6":234,"63":36,"7":559,"79":32,"8":145,"80":10,"9":476,"all_client":77431,"all_tv_clinet":12537,"insert_time":"2014-08-24T01:28:23.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65294,"10":30,"107":449,"11":256,"12":157,"13":394,"14":142,"15":112,"155":30,"156":25,"158":30,"159":8,"16":111,"160":21,"161":210,"167":51,"168":3,"17":154,"18":897,"19":487,"20":89,"209":16,"21":473,"210":8,"211":13,"214":14,"215":118,"221":232,"223":523,"224":49,"225":530,"23":399,"24":1082,"25":242,"257":62,"26":127,"268":3,"27":101,"273":68,"276":39,"279":10,"28":212,"281":3,"282":9,"291":20,"292":108,"30":25,"302":4,"306":2,"31":36,"314":10,"32":20,"33":39,"34":48,"347":20,"35":89,"352":568,"36":100,"37":107,"38":371,"380":5,"381":35,"383":13,"389":1,"39":129,"391":24,"396":2,"397":11,"40":20,"409":52,"41":75,"414":23,"415":49,"419":29,"42":79,"426":2,"43":91,"430":12,"433":1,"44":13,"45":23,"46":133,"48":41,"49":24,"5":458,"51":53,"52":50,"53":40,"56":13,"570":8,"6":242,"63":39,"7":574,"79":29,"8":146,"80":13,"9":466,"all_client":77868,"all_tv_clinet":12574,"insert_time":"2014-08-24T01:29:23.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65637,"10":29,"107":467,"11":255,"12":161,"13":388,"14":139,"15":110,"155":29,"156":26,"158":30,"159":8,"16":111,"160":20,"161":205,"167":53,"168":3,"17":154,"18":898,"19":502,"20":88,"209":14,"21":478,"210":8,"211":11,"214":13,"215":117,"221":232,"223":525,"224":55,"225":531,"23":401,"24":1082,"25":243,"257":61,"26":133,"268":3,"27":101,"273":67,"276":38,"279":10,"28":212,"281":4,"282":8,"291":20,"292":110,"30":25,"302":4,"306":2,"31":41,"314":12,"32":20,"33":39,"34":45,"347":18,"35":79,"352":550,"36":100,"37":109,"38":362,"380":5,"381":37,"383":13,"389":1,"39":136,"391":22,"396":2,"397":12,"40":19,"409":56,"41":77,"414":22,"415":53,"419":29,"42":79,"426":2,"43":86,"430":11,"433":2,"44":15,"45":23,"46":130,"48":40,"49":21,"5":464,"51":56,"52":51,"53":43,"56":13,"570":7,"6":244,"63":40,"7":582,"79":29,"8":147,"80":14,"9":469,"all_client":78248,"all_tv_clinet":12611,"insert_time":"2014-08-24T01:30:24.445Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65955,"10":26,"107":477,"11":258,"12":161,"13":390,"14":133,"15":106,"155":29,"156":25,"158":33,"159":8,"16":117,"160":19,"161":204,"167":56,"168":3,"17":156,"18":901,"19":512,"20":89,"209":15,"21":483,"210":8,"211":10,"214":14,"215":118,"221":234,"223":523,"224":59,"225":530,"23":405,"24":1108,"25":239,"257":61,"26":129,"268":3,"27":110,"273":63,"276":37,"279":10,"28":216,"281":5,"282":7,"291":18,"292":112,"30":27,"302":4,"306":2,"31":44,"314":14,"32":22,"33":42,"34":47,"347":16,"35":81,"352":552,"36":94,"37":112,"38":359,"380":5,"381":38,"383":14,"389":1,"39":140,"391":20,"396":2,"397":12,"40":19,"409":56,"41":77,"414":20,"415":53,"419":29,"42":79,"426":2,"43":77,"430":11,"433":2,"44":14,"45":21,"46":132,"48":43,"49":22,"5":461,"51":54,"52":51,"53":47,"56":14,"570":6,"6":243,"63":43,"7":588,"79":29,"8":150,"80":15,"9":465,"all_client":78646,"all_tv_clinet":12691,"insert_time":"2014-08-24T01:31:25.071Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66320,"10":27,"107":480,"11":249,"12":160,"13":396,"14":129,"15":108,"155":31,"156":25,"158":35,"159":7,"16":119,"160":20,"161":208,"167":59,"168":3,"17":158,"18":897,"19":517,"20":96,"209":16,"21":483,"210":8,"211":11,"214":14,"215":120,"221":221,"223":535,"224":58,"225":519,"23":416,"24":1129,"25":231,"257":59,"26":131,"268":3,"27":114,"273":60,"276":36,"279":10,"28":226,"281":5,"282":6,"291":19,"292":112,"30":26,"302":6,"306":2,"31":47,"314":13,"32":22,"33":44,"34":45,"347":13,"35":79,"352":535,"36":102,"37":112,"38":362,"380":5,"381":36,"383":16,"389":1,"39":141,"391":18,"396":2,"397":12,"40":22,"409":58,"41":77,"414":18,"415":50,"419":29,"42":81,"426":2,"43":69,"430":10,"433":1,"44":14,"45":21,"46":134,"48":41,"49":23,"5":456,"51":52,"52":54,"53":48,"56":14,"570":6,"6":240,"63":46,"7":595,"79":27,"8":155,"80":14,"9":473,"all_client":79055,"all_tv_clinet":12735,"insert_time":"2014-08-24T01:32:25.660Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66681,"10":27,"107":479,"11":254,"12":159,"13":391,"14":133,"15":107,"155":32,"156":24,"158":35,"159":6,"16":117,"160":20,"161":215,"167":59,"168":3,"17":157,"18":917,"19":519,"20":99,"209":16,"21":493,"210":8,"211":14,"214":13,"215":123,"221":212,"223":535,"224":59,"225":507,"23":410,"24":1141,"25":226,"257":62,"26":131,"268":2,"27":115,"273":58,"276":34,"279":10,"28":228,"281":5,"282":6,"291":19,"292":112,"30":26,"302":6,"306":2,"31":48,"314":12,"32":20,"33":48,"34":43,"347":11,"35":74,"352":552,"36":107,"37":109,"38":353,"380":6,"381":35,"383":18,"389":1,"39":150,"391":17,"396":1,"397":14,"40":22,"409":54,"41":83,"414":15,"415":50,"419":30,"42":81,"426":2,"43":65,"430":11,"433":1,"44":13,"45":22,"46":129,"48":42,"49":22,"5":465,"51":53,"52":57,"53":49,"56":15,"570":5,"6":237,"63":47,"7":604,"79":27,"8":157,"80":14,"9":479,"all_client":79477,"all_tv_clinet":12796,"insert_time":"2014-08-24T01:33:26.218Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66973,"10":26,"107":485,"11":256,"12":152,"13":392,"14":135,"15":108,"155":32,"156":24,"158":31,"159":8,"16":113,"160":19,"161":222,"167":58,"168":3,"17":156,"18":899,"19":530,"20":92,"209":14,"21":507,"210":10,"211":13,"214":13,"215":119,"221":222,"223":558,"224":64,"225":477,"23":423,"24":1148,"25":218,"257":61,"26":133,"268":3,"27":120,"273":63,"276":33,"279":9,"28":233,"281":4,"282":5,"291":20,"292":100,"30":25,"302":4,"306":1,"31":49,"314":11,"32":20,"33":44,"34":44,"347":7,"35":69,"352":555,"36":113,"37":104,"38":344,"380":7,"381":30,"383":20,"389":1,"39":152,"391":17,"396":1,"397":14,"40":25,"409":52,"41":87,"414":12,"415":50,"419":33,"42":80,"426":3,"43":63,"430":12,"433":2,"44":16,"45":24,"46":128,"48":48,"49":25,"5":467,"51":58,"52":60,"53":57,"56":11,"570":4,"6":248,"63":48,"7":599,"79":28,"8":160,"80":16,"9":490,"all_client":79822,"all_tv_clinet":12849,"insert_time":"2014-08-24T01:34:26.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67316,"10":25,"107":494,"11":265,"12":152,"13":397,"14":133,"15":105,"155":29,"156":24,"158":32,"159":10,"16":121,"160":20,"161":221,"167":61,"168":3,"17":156,"18":904,"19":545,"20":90,"209":17,"21":504,"210":11,"211":15,"214":12,"215":117,"221":231,"223":550,"224":64,"225":475,"23":428,"24":1110,"25":212,"257":61,"26":131,"268":4,"27":120,"273":67,"276":33,"279":10,"28":235,"281":5,"282":6,"291":21,"292":95,"30":24,"302":7,"306":1,"31":50,"314":11,"32":15,"33":46,"34":42,"347":6,"35":66,"352":559,"36":111,"37":94,"38":349,"380":7,"381":30,"383":20,"389":1,"39":152,"391":17,"397":14,"40":30,"409":46,"41":94,"414":12,"415":53,"419":34,"42":77,"426":3,"43":60,"430":12,"433":3,"44":18,"45":26,"46":120,"48":50,"49":27,"5":470,"51":63,"52":61,"53":60,"56":11,"570":5,"6":257,"63":48,"7":615,"79":29,"8":166,"80":15,"9":491,"all_client":80215,"all_tv_clinet":12899,"insert_time":"2014-08-24T01:35:27.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67654,"10":24,"107":479,"11":266,"12":152,"13":410,"14":134,"15":108,"155":31,"156":24,"158":32,"159":9,"16":116,"160":22,"161":220,"167":65,"168":3,"17":160,"18":907,"19":559,"20":90,"209":18,"21":506,"210":11,"211":14,"214":14,"215":112,"221":238,"223":556,"224":67,"225":466,"23":429,"24":1095,"25":216,"257":65,"26":130,"268":3,"27":122,"273":73,"276":35,"279":12,"28":237,"281":5,"282":4,"291":22,"292":87,"30":25,"302":8,"306":1,"31":53,"314":11,"32":15,"33":44,"34":42,"347":6,"35":63,"352":568,"36":107,"37":86,"38":366,"380":6,"381":30,"383":21,"389":1,"39":144,"391":18,"397":13,"40":34,"409":41,"41":89,"414":13,"415":54,"419":35,"42":76,"426":3,"43":60,"430":12,"433":3,"44":20,"45":24,"46":123,"48":54,"49":31,"5":472,"51":65,"52":65,"53":56,"56":10,"570":4,"6":259,"63":47,"7":626,"79":26,"8":175,"80":15,"9":481,"all_client":80603,"all_tv_clinet":12949,"insert_time":"2014-08-24T01:36:28.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68070,"10":21,"107":491,"11":256,"12":146,"13":417,"14":137,"15":107,"155":31,"156":21,"158":37,"159":8,"16":115,"160":23,"161":219,"167":66,"168":3,"17":166,"18":916,"19":559,"20":93,"209":16,"21":512,"210":12,"211":14,"214":13,"215":110,"221":239,"223":559,"224":67,"225":480,"23":434,"24":1069,"25":217,"257":67,"26":126,"268":3,"27":111,"273":74,"276":37,"279":11,"28":233,"281":5,"282":4,"291":22,"292":84,"30":28,"302":8,"306":1,"31":61,"314":12,"32":16,"33":43,"34":36,"347":6,"35":63,"352":558,"36":111,"37":75,"38":369,"380":4,"381":30,"383":22,"389":1,"39":145,"391":20,"397":15,"40":34,"409":40,"41":86,"414":9,"415":54,"419":32,"42":79,"426":4,"43":58,"430":13,"433":3,"44":21,"45":21,"46":127,"48":56,"49":30,"5":484,"51":65,"52":67,"53":52,"56":8,"570":5,"6":266,"63":50,"7":635,"79":24,"8":179,"80":14,"9":476,"all_client":81037,"all_tv_clinet":12967,"insert_time":"2014-08-24T01:37:28.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68359,"10":21,"107":491,"11":259,"12":135,"13":413,"14":137,"15":108,"155":30,"156":21,"158":36,"159":10,"16":122,"160":21,"161":223,"167":67,"168":3,"17":171,"18":922,"19":555,"20":101,"209":18,"21":515,"210":12,"211":14,"214":14,"215":104,"221":239,"223":559,"224":65,"225":495,"23":456,"24":1055,"25":217,"257":66,"26":127,"268":3,"27":103,"273":79,"276":38,"279":11,"28":221,"281":5,"282":5,"291":21,"292":84,"30":30,"302":7,"306":1,"31":61,"314":12,"317":1,"32":18,"33":39,"34":35,"347":6,"35":61,"352":572,"36":120,"37":65,"38":376,"380":4,"381":29,"383":20,"389":1,"39":142,"391":20,"396":1,"397":15,"40":36,"409":45,"41":80,"414":8,"415":57,"419":31,"42":84,"426":3,"43":55,"430":12,"433":3,"44":20,"45":17,"46":124,"48":59,"49":39,"5":495,"51":62,"52":66,"53":52,"56":6,"570":5,"6":270,"63":50,"7":641,"79":22,"8":182,"80":15,"9":471,"all_client":81377,"all_tv_clinet":13018,"insert_time":"2014-08-24T01:38:29.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68714,"10":24,"107":492,"11":264,"12":117,"13":417,"14":141,"15":108,"155":28,"156":17,"158":36,"159":9,"16":123,"160":23,"161":224,"167":66,"168":2,"17":174,"18":919,"19":554,"20":109,"209":20,"21":527,"210":14,"211":13,"214":14,"215":102,"221":237,"223":555,"224":65,"225":511,"23":464,"24":1048,"25":211,"257":64,"26":125,"268":3,"27":89,"273":79,"276":36,"279":10,"28":221,"281":6,"282":6,"291":20,"292":88,"30":31,"302":7,"306":1,"31":62,"314":10,"317":1,"32":21,"33":38,"34":33,"347":6,"35":69,"352":567,"36":123,"37":58,"38":377,"380":4,"381":31,"383":19,"389":1,"39":140,"391":19,"396":1,"397":14,"40":41,"409":44,"41":79,"414":7,"415":57,"419":30,"42":86,"426":3,"43":54,"430":11,"433":4,"44":21,"45":19,"46":121,"48":59,"49":42,"5":507,"51":63,"52":61,"53":50,"56":7,"570":5,"6":271,"63":49,"7":650,"79":23,"8":169,"80":14,"9":476,"all_client":81745,"all_tv_clinet":13031,"insert_time":"2014-08-24T01:39:29.830Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69049,"10":27,"107":487,"11":276,"12":114,"13":427,"14":138,"15":114,"155":27,"156":15,"158":37,"159":9,"16":121,"160":23,"161":220,"167":63,"168":2,"17":178,"18":923,"19":535,"20":109,"209":22,"21":540,"210":13,"211":14,"214":14,"215":93,"221":233,"223":558,"224":71,"225":523,"23":466,"24":1034,"25":214,"257":67,"26":122,"268":4,"27":81,"273":82,"276":33,"279":10,"28":218,"281":7,"282":5,"291":19,"292":104,"30":30,"302":7,"306":2,"31":72,"314":9,"317":1,"32":21,"33":38,"34":35,"347":7,"35":74,"352":574,"36":124,"37":58,"38":382,"380":7,"381":32,"383":18,"389":1,"39":138,"391":18,"396":1,"397":13,"40":44,"409":46,"41":75,"414":8,"415":66,"419":26,"42":83,"426":1,"43":50,"430":10,"433":5,"44":21,"45":19,"46":121,"48":58,"49":46,"5":527,"51":61,"52":62,"53":52,"56":6,"570":6,"6":271,"63":51,"7":646,"79":23,"8":157,"80":14,"9":485,"all_client":82143,"all_tv_clinet":13094,"insert_time":"2014-08-24T01:40:30.521Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69326,"10":27,"107":474,"11":282,"12":108,"13":434,"14":132,"15":113,"155":27,"156":14,"158":39,"159":8,"16":125,"160":26,"161":218,"167":64,"168":2,"17":182,"18":917,"19":500,"20":107,"209":23,"21":552,"210":14,"211":16,"214":13,"215":90,"221":243,"223":563,"224":75,"225":536,"23":468,"24":1038,"25":215,"257":64,"26":129,"268":4,"27":74,"273":91,"276":32,"279":10,"28":226,"281":8,"282":5,"291":19,"292":119,"30":33,"302":7,"306":1,"31":79,"314":8,"317":1,"32":17,"33":37,"34":38,"347":6,"35":75,"352":586,"36":126,"37":56,"38":394,"380":7,"381":32,"383":18,"389":1,"39":136,"391":20,"396":1,"397":13,"40":43,"409":47,"41":69,"414":10,"415":66,"419":25,"42":85,"426":1,"43":46,"430":10,"433":5,"44":24,"45":19,"46":129,"48":61,"49":44,"5":552,"51":60,"52":67,"53":49,"56":9,"570":5,"6":261,"63":52,"7":640,"79":23,"8":139,"80":13,"9":488,"all_client":82486,"all_tv_clinet":13160,"insert_time":"2014-08-24T01:41:31.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69598,"10":26,"107":495,"11":290,"12":98,"13":425,"14":128,"15":99,"155":24,"156":14,"158":41,"159":7,"16":129,"160":28,"161":215,"167":65,"168":2,"17":189,"18":919,"19":462,"20":107,"209":25,"21":561,"210":13,"211":17,"214":12,"215":88,"221":243,"223":570,"224":73,"225":536,"23":478,"24":1064,"25":222,"257":67,"26":131,"268":4,"27":69,"273":91,"276":31,"279":10,"28":229,"281":8,"282":7,"291":20,"292":125,"30":33,"302":7,"306":1,"31":83,"314":6,"317":1,"32":18,"33":39,"34":39,"347":6,"35":78,"352":592,"36":134,"37":61,"38":390,"380":6,"381":31,"383":17,"389":2,"39":133,"391":21,"396":1,"397":13,"40":46,"409":56,"41":64,"414":10,"415":68,"419":24,"42":86,"426":1,"43":46,"430":10,"433":4,"44":25,"45":18,"46":129,"48":59,"49":46,"5":569,"51":61,"52":67,"53":54,"56":7,"570":5,"6":262,"63":53,"7":639,"79":25,"8":134,"80":12,"9":490,"all_client":82837,"all_tv_clinet":13239,"insert_time":"2014-08-24T01:42:31.695Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69878,"10":25,"107":498,"11":299,"12":101,"13":425,"14":129,"15":87,"155":20,"156":14,"158":41,"159":8,"16":125,"160":28,"161":212,"167":70,"168":2,"17":187,"18":908,"19":434,"20":110,"209":25,"21":562,"210":12,"211":19,"214":13,"215":90,"221":241,"223":580,"224":76,"225":561,"23":473,"24":1075,"25":229,"257":65,"26":135,"268":6,"27":67,"273":84,"276":27,"279":11,"28":238,"281":8,"282":7,"291":23,"292":132,"30":33,"302":7,"31":85,"314":5,"317":1,"32":18,"33":41,"34":38,"347":8,"35":80,"352":585,"36":138,"37":63,"38":382,"380":6,"381":31,"383":16,"389":2,"39":135,"391":20,"396":1,"397":14,"40":47,"409":60,"41":58,"414":10,"415":65,"419":22,"42":89,"426":1,"43":43,"430":11,"433":4,"44":26,"45":18,"46":120,"48":61,"49":47,"5":585,"51":59,"52":70,"53":53,"56":7,"570":6,"6":265,"63":51,"7":647,"79":27,"8":125,"80":12,"9":492,"all_client":83150,"all_tv_clinet":13272,"insert_time":"2014-08-24T01:43:32.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70128,"10":23,"107":507,"11":290,"12":100,"13":425,"14":131,"15":79,"155":19,"156":14,"158":42,"159":9,"16":121,"160":29,"161":218,"167":70,"168":3,"17":190,"18":897,"19":428,"20":116,"209":23,"21":566,"210":11,"211":20,"214":13,"215":90,"221":243,"223":587,"224":76,"225":559,"23":466,"24":1070,"25":242,"257":64,"26":145,"268":5,"27":63,"273":75,"276":26,"279":11,"28":248,"281":8,"282":5,"291":23,"292":138,"30":31,"302":7,"31":82,"314":5,"317":1,"32":20,"33":48,"34":35,"347":8,"35":81,"352":593,"36":139,"37":67,"38":381,"380":6,"381":29,"383":18,"389":2,"39":130,"391":20,"396":2,"397":15,"40":51,"409":68,"41":54,"414":11,"415":68,"419":22,"42":91,"426":1,"43":37,"430":7,"433":4,"44":26,"45":21,"46":113,"48":65,"49":48,"5":589,"51":59,"52":75,"53":58,"56":9,"570":6,"6":268,"63":49,"7":654,"79":27,"8":122,"80":12,"9":491,"all_client":83442,"all_tv_clinet":13314,"insert_time":"2014-08-24T01:44:33.023Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70403,"10":23,"107":505,"11":289,"12":102,"13":434,"14":134,"15":77,"155":19,"156":14,"158":43,"159":9,"16":124,"160":32,"161":232,"167":70,"168":3,"17":182,"18":891,"19":428,"20":119,"209":19,"21":581,"210":11,"211":20,"214":13,"215":88,"221":242,"223":587,"224":79,"225":574,"23":457,"24":1060,"25":268,"257":60,"26":148,"268":5,"27":63,"273":75,"276":23,"279":13,"28":253,"281":8,"282":5,"291":26,"292":140,"30":34,"302":5,"31":79,"314":7,"317":1,"32":18,"33":51,"34":33,"347":9,"35":81,"352":598,"36":137,"37":66,"38":375,"380":9,"381":27,"383":19,"389":1,"39":121,"391":20,"396":3,"397":15,"40":54,"409":73,"41":60,"414":10,"415":69,"419":18,"42":93,"426":1,"43":35,"430":7,"433":4,"44":25,"45":20,"46":113,"48":67,"49":51,"5":601,"51":59,"52":77,"53":64,"56":10,"570":6,"6":274,"63":47,"7":647,"79":25,"8":105,"80":11,"9":485,"all_client":83771,"all_tv_clinet":13368,"insert_time":"2014-08-24T01:45:33.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70616,"10":23,"107":502,"11":292,"12":102,"13":454,"14":136,"15":73,"155":17,"156":12,"158":44,"159":9,"16":128,"160":32,"161":243,"167":70,"168":3,"17":186,"18":903,"19":410,"20":121,"209":20,"21":606,"210":11,"211":21,"214":14,"215":87,"221":242,"223":555,"224":87,"225":576,"23":444,"24":1040,"25":272,"257":61,"26":154,"268":6,"27":57,"273":73,"276":21,"279":13,"28":261,"281":9,"282":5,"291":27,"292":146,"30":37,"302":5,"31":66,"314":6,"317":1,"32":14,"33":51,"34":33,"347":8,"35":86,"352":607,"36":140,"37":71,"38":379,"380":8,"381":28,"383":21,"389":1,"39":107,"391":23,"396":3,"397":17,"40":57,"409":76,"41":60,"414":10,"415":67,"419":17,"42":95,"426":2,"43":34,"430":7,"433":2,"44":24,"45":22,"46":116,"48":70,"49":55,"5":605,"51":60,"52":77,"53":67,"56":10,"570":7,"6":279,"63":45,"7":651,"79":25,"8":108,"80":10,"9":483,"all_client":84037,"all_tv_clinet":13421,"insert_time":"2014-08-24T01:46:34.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70922,"10":24,"107":516,"11":288,"12":103,"13":464,"14":136,"15":80,"155":18,"156":10,"158":44,"159":9,"16":131,"160":32,"161":240,"167":71,"168":3,"17":194,"18":895,"19":420,"20":120,"209":20,"21":621,"210":12,"211":20,"214":15,"215":87,"221":233,"223":535,"224":93,"225":569,"23":430,"24":1033,"25":286,"257":60,"26":162,"268":5,"27":58,"273":77,"276":20,"279":15,"28":264,"281":10,"282":5,"291":28,"292":133,"30":37,"302":6,"306":1,"31":60,"314":5,"317":2,"32":14,"33":51,"34":33,"347":9,"35":87,"352":620,"36":144,"37":71,"38":369,"380":8,"381":27,"383":23,"389":1,"39":97,"391":21,"396":2,"397":16,"40":57,"409":80,"41":61,"414":8,"415":64,"419":18,"42":97,"426":2,"43":34,"430":7,"433":2,"44":26,"45":22,"46":118,"48":71,"49":60,"5":613,"51":54,"52":70,"53":66,"56":12,"570":8,"6":285,"63":41,"7":662,"79":22,"8":105,"80":9,"9":495,"all_client":84384,"all_tv_clinet":13462,"insert_time":"2014-08-24T01:47:34.817Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71159,"10":27,"107":522,"11":295,"12":108,"13":481,"14":134,"15":91,"155":18,"156":9,"158":44,"159":10,"16":135,"160":32,"161":240,"167":72,"168":3,"17":195,"18":909,"19":433,"20":115,"209":23,"21":602,"210":12,"211":18,"214":16,"215":87,"221":235,"223":517,"224":101,"225":573,"23":425,"24":1026,"25":298,"257":62,"26":169,"268":5,"27":52,"273":83,"276":21,"279":12,"28":270,"281":10,"282":7,"291":28,"292":122,"30":40,"302":6,"306":1,"31":59,"314":4,"317":2,"32":15,"33":54,"34":32,"347":8,"35":90,"352":633,"36":150,"37":76,"38":382,"380":9,"381":26,"383":23,"389":1,"39":94,"391":22,"396":2,"397":17,"40":61,"409":77,"41":60,"414":9,"415":62,"419":20,"42":100,"426":2,"43":33,"430":7,"433":2,"44":27,"45":23,"46":122,"48":71,"49":64,"5":613,"51":51,"52":61,"53":63,"56":13,"570":10,"6":282,"63":40,"7":658,"79":22,"8":113,"80":8,"9":494,"all_client":84720,"all_tv_clinet":13561,"insert_time":"2014-08-24T01:48:35.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71445,"10":31,"107":516,"11":295,"12":104,"13":492,"14":133,"15":95,"155":19,"156":8,"158":44,"159":12,"16":136,"160":31,"161":250,"167":74,"168":3,"17":195,"18":903,"19":443,"20":118,"209":23,"21":599,"210":12,"211":18,"214":17,"215":87,"221":236,"223":522,"224":99,"225":566,"23":428,"24":1021,"25":314,"257":63,"26":169,"268":6,"27":47,"273":85,"276":21,"279":9,"28":273,"281":10,"282":8,"291":28,"292":111,"30":44,"302":6,"306":1,"31":59,"314":4,"317":2,"32":13,"33":56,"34":30,"347":6,"35":93,"352":647,"36":148,"37":80,"38":385,"380":9,"381":24,"383":22,"389":1,"39":86,"391":25,"396":3,"397":15,"40":65,"409":68,"41":61,"414":11,"415":61,"419":25,"42":101,"426":1,"43":29,"430":7,"433":2,"44":26,"45":20,"46":120,"48":75,"49":69,"5":615,"51":52,"52":63,"53":64,"56":13,"570":11,"6":279,"63":38,"7":660,"79":21,"8":106,"80":8,"9":498,"all_client":85047,"all_tv_clinet":13602,"insert_time":"2014-08-24T01:49:36.068Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71732,"10":31,"107":521,"11":300,"12":106,"13":491,"14":130,"15":105,"155":18,"156":11,"158":40,"159":11,"16":132,"160":33,"161":249,"167":74,"168":3,"17":198,"18":898,"19":450,"20":119,"209":24,"21":575,"210":12,"211":18,"214":17,"215":90,"221":231,"223":527,"224":102,"225":569,"23":430,"24":1019,"25":332,"257":66,"26":173,"268":6,"27":44,"273":86,"276":20,"279":9,"28":281,"281":9,"282":8,"291":29,"292":108,"30":43,"302":7,"306":2,"31":54,"314":7,"317":2,"32":13,"33":55,"34":30,"347":4,"35":91,"352":646,"36":149,"37":85,"38":388,"380":10,"381":25,"383":23,"389":1,"39":86,"391":26,"396":5,"397":17,"40":66,"409":58,"41":64,"414":11,"415":55,"419":25,"42":100,"426":1,"43":27,"430":8,"433":2,"44":26,"45":22,"46":120,"48":75,"49":72,"5":615,"51":51,"52":59,"53":66,"56":12,"570":11,"6":276,"63":37,"7":655,"79":22,"8":101,"80":7,"9":497,"all_client":85347,"all_tv_clinet":13615,"insert_time":"2014-08-24T01:50:36.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71997,"10":30,"107":523,"11":309,"12":106,"13":504,"14":127,"15":111,"155":19,"156":12,"158":36,"159":11,"16":130,"160":33,"161":252,"167":73,"168":3,"17":208,"18":907,"19":445,"20":118,"209":22,"21":560,"210":11,"211":19,"214":18,"215":92,"221":220,"223":513,"224":103,"225":575,"23":437,"24":1028,"25":345,"257":70,"26":160,"268":6,"27":40,"273":83,"276":20,"279":8,"28":286,"281":9,"282":9,"291":32,"292":115,"30":45,"302":8,"306":2,"31":51,"314":10,"317":2,"32":12,"33":51,"34":29,"347":5,"35":92,"352":640,"36":146,"37":88,"38":377,"380":9,"381":23,"383":23,"389":1,"39":82,"391":26,"396":8,"397":17,"40":68,"409":50,"41":69,"414":11,"415":57,"419":25,"42":101,"426":1,"43":27,"430":8,"433":3,"44":28,"45":22,"46":122,"48":76,"49":85,"5":613,"51":47,"52":56,"53":64,"56":11,"570":11,"6":276,"63":37,"7":658,"79":23,"8":96,"80":7,"9":487,"all_client":85621,"all_tv_clinet":13624,"insert_time":"2014-08-24T01:51:37.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72287,"10":28,"107":535,"11":316,"12":112,"13":516,"14":131,"15":113,"155":20,"156":12,"158":38,"159":11,"16":133,"160":37,"161":250,"167":72,"168":2,"17":211,"18":905,"19":459,"20":111,"209":24,"21":548,"210":11,"211":18,"214":20,"215":93,"221":215,"223":525,"224":101,"225":571,"23":436,"24":1061,"25":353,"257":71,"26":145,"268":8,"27":41,"273":85,"276":24,"279":8,"28":288,"281":9,"282":11,"291":31,"292":118,"30":44,"302":9,"306":2,"31":48,"314":10,"317":2,"32":12,"33":52,"34":31,"347":6,"35":91,"352":634,"36":145,"37":87,"38":377,"380":7,"381":24,"383":23,"389":1,"39":83,"391":23,"396":7,"397":16,"40":69,"409":51,"41":75,"414":10,"415":56,"419":24,"42":100,"426":1,"43":26,"430":9,"433":3,"44":30,"45":23,"46":120,"48":71,"49":87,"5":603,"51":45,"52":57,"53":62,"56":13,"570":13,"6":277,"63":31,"7":663,"79":23,"8":93,"80":7,"9":484,"all_client":85974,"all_tv_clinet":13687,"insert_time":"2014-08-24T01:52:38.127Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72586,"10":28,"107":544,"11":311,"12":113,"13":523,"14":132,"15":113,"155":21,"156":12,"158":38,"159":10,"16":138,"160":37,"161":251,"167":71,"168":2,"17":214,"18":917,"19":457,"20":105,"209":26,"21":533,"210":10,"211":17,"214":22,"215":93,"221":227,"223":539,"224":103,"225":582,"23":446,"24":1063,"25":365,"257":70,"26":128,"268":9,"27":43,"273":82,"276":24,"279":7,"28":285,"281":10,"282":12,"291":31,"292":121,"30":46,"302":8,"306":2,"31":45,"314":9,"317":2,"32":10,"33":52,"34":30,"347":5,"35":92,"352":628,"36":142,"37":89,"38":372,"380":6,"381":25,"383":22,"389":1,"39":84,"391":21,"396":8,"397":16,"40":64,"409":47,"41":80,"414":11,"415":59,"419":24,"42":100,"426":1,"43":25,"430":8,"433":3,"44":31,"45":23,"46":118,"48":71,"49":84,"5":606,"51":42,"52":56,"53":64,"56":13,"570":13,"6":284,"63":30,"7":671,"79":24,"8":95,"80":7,"9":485,"all_client":86325,"all_tv_clinet":13739,"insert_time":"2014-08-24T01:53:38.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72851,"10":29,"107":549,"11":321,"12":123,"13":520,"14":124,"15":134,"155":22,"156":12,"158":37,"159":14,"16":142,"160":39,"161":249,"167":70,"168":3,"17":222,"18":912,"19":456,"20":102,"209":26,"21":507,"210":10,"211":19,"214":22,"215":93,"221":223,"223":551,"224":101,"225":591,"23":447,"24":1052,"25":368,"257":65,"26":122,"268":9,"27":45,"273":81,"276":26,"279":9,"28":284,"281":9,"282":13,"291":33,"292":120,"30":44,"302":8,"306":2,"31":42,"314":10,"317":2,"32":11,"33":50,"34":31,"347":6,"35":97,"352":631,"36":141,"37":87,"38":373,"380":6,"381":24,"383":22,"389":1,"39":81,"391":21,"396":7,"397":16,"40":55,"409":46,"41":83,"414":11,"415":59,"419":22,"42":93,"426":1,"43":26,"430":8,"433":4,"44":34,"45":25,"46":119,"48":70,"49":71,"5":619,"51":40,"52":60,"53":63,"56":15,"570":12,"6":283,"63":29,"7":669,"79":28,"8":98,"80":9,"9":480,"all_client":86602,"all_tv_clinet":13751,"insert_time":"2014-08-24T01:54:39.312Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73082,"10":28,"107":544,"11":323,"12":124,"13":512,"14":113,"15":146,"155":24,"156":11,"158":38,"159":14,"16":139,"160":39,"161":245,"167":71,"168":4,"17":226,"18":912,"19":448,"20":102,"209":25,"21":500,"210":10,"211":19,"214":20,"215":99,"221":216,"223":550,"224":102,"225":596,"23":444,"24":1062,"25":382,"257":64,"26":120,"268":10,"27":44,"273":84,"276":26,"279":10,"28":295,"281":8,"282":13,"291":32,"292":125,"30":41,"302":8,"306":2,"31":42,"314":10,"317":2,"32":13,"33":53,"34":33,"347":7,"35":99,"352":636,"36":141,"37":91,"38":385,"380":6,"381":24,"383":21,"389":1,"39":82,"391":19,"396":7,"397":14,"40":55,"409":41,"41":81,"414":9,"415":60,"419":23,"42":83,"426":1,"43":24,"430":7,"433":5,"44":33,"45":21,"46":121,"48":73,"49":61,"5":644,"51":38,"52":60,"53":63,"56":18,"570":13,"6":287,"63":27,"7":672,"79":28,"8":100,"80":8,"9":479,"all_client":86873,"all_tv_clinet":13791,"insert_time":"2014-08-24T01:55:40.076Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73328,"10":29,"107":528,"11":327,"12":123,"13":496,"14":114,"15":155,"155":24,"156":12,"158":39,"159":14,"16":144,"160":38,"161":240,"167":72,"168":4,"17":234,"18":919,"19":446,"20":101,"209":25,"21":501,"210":10,"211":20,"214":21,"215":98,"221":215,"223":557,"224":109,"225":596,"23":446,"24":1083,"25":383,"257":68,"26":113,"268":11,"27":44,"273":84,"276":28,"279":10,"28":291,"281":8,"282":13,"291":30,"292":129,"30":35,"302":9,"306":2,"31":36,"314":9,"317":1,"32":15,"33":56,"34":35,"347":7,"35":103,"352":660,"36":141,"37":88,"38":378,"380":6,"381":23,"383":21,"389":1,"39":84,"391":18,"396":2,"397":15,"40":52,"409":47,"41":82,"414":10,"415":60,"419":25,"42":79,"426":1,"43":27,"430":7,"433":5,"44":35,"45":21,"46":123,"48":75,"49":58,"5":661,"51":38,"52":64,"53":61,"56":19,"570":13,"6":280,"63":28,"7":671,"79":28,"8":109,"80":7,"9":477,"all_client":87188,"all_tv_clinet":13860,"insert_time":"2014-08-24T01:56:40.734Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73591,"10":28,"107":537,"11":331,"12":121,"13":481,"14":115,"15":156,"155":24,"156":11,"158":42,"159":13,"16":142,"160":38,"161":230,"167":73,"168":6,"17":241,"18":906,"19":421,"20":96,"209":24,"21":510,"210":10,"211":21,"214":22,"215":96,"221":219,"223":567,"224":104,"225":593,"23":454,"24":1132,"25":395,"257":66,"26":112,"268":10,"27":43,"273":87,"276":28,"279":8,"28":286,"281":7,"282":15,"291":30,"292":132,"30":33,"302":8,"306":2,"31":31,"314":8,"317":1,"32":14,"33":55,"34":37,"347":7,"35":105,"352":656,"36":127,"37":91,"38":389,"380":6,"381":23,"383":21,"389":2,"39":87,"391":18,"397":15,"40":52,"409":44,"41":83,"414":10,"415":57,"419":30,"42":75,"426":1,"43":25,"430":7,"433":5,"44":35,"45":21,"46":125,"48":74,"49":57,"5":673,"51":39,"52":62,"53":62,"56":19,"570":13,"6":254,"63":29,"7":690,"79":28,"8":119,"80":7,"9":491,"all_client":87497,"all_tv_clinet":13906,"insert_time":"2014-08-24T01:57:41.436Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73939,"10":31,"107":542,"11":344,"12":116,"13":458,"14":116,"15":164,"155":27,"156":10,"158":42,"159":9,"16":140,"160":38,"161":221,"167":73,"168":8,"17":248,"18":888,"19":423,"20":104,"209":27,"21":516,"210":10,"211":19,"214":23,"215":92,"221":217,"223":556,"224":100,"225":597,"23":477,"24":1146,"25":400,"257":64,"26":104,"268":9,"27":40,"273":76,"276":27,"279":11,"28":290,"281":7,"282":16,"291":29,"292":129,"30":31,"302":7,"306":1,"31":32,"314":9,"317":1,"32":19,"33":55,"34":36,"347":6,"35":107,"352":648,"36":133,"37":87,"38":413,"380":5,"381":25,"383":19,"389":3,"39":86,"391":19,"397":15,"40":49,"409":45,"41":83,"414":10,"415":59,"419":35,"42":66,"426":1,"43":28,"430":7,"433":5,"44":36,"45":20,"46":122,"48":67,"49":57,"5":689,"51":36,"52":60,"53":65,"56":21,"570":11,"6":226,"63":29,"7":704,"79":29,"8":128,"80":7,"9":503,"all_client":87878,"all_tv_clinet":13939,"insert_time":"2014-08-24T01:58:42.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74258,"10":31,"107":543,"11":353,"12":116,"13":447,"14":112,"15":171,"155":28,"156":11,"158":43,"159":9,"16":141,"160":36,"161":224,"167":75,"168":8,"17":250,"18":874,"19":417,"20":109,"209":28,"21":522,"210":10,"211":19,"214":22,"215":90,"221":218,"223":553,"224":92,"225":604,"23":490,"24":1166,"25":414,"257":66,"26":98,"268":9,"27":38,"273":71,"276":27,"279":12,"28":288,"281":6,"282":14,"291":31,"292":119,"30":33,"302":6,"306":2,"31":35,"314":8,"317":1,"32":23,"33":51,"34":40,"347":7,"35":113,"352":644,"36":130,"37":91,"38":422,"380":5,"381":23,"383":24,"389":3,"39":92,"391":21,"397":15,"40":48,"409":47,"41":81,"414":9,"415":56,"419":37,"42":65,"426":2,"43":30,"430":7,"433":5,"44":32,"45":20,"46":122,"48":56,"49":52,"5":719,"51":34,"52":60,"53":62,"56":20,"570":8,"6":199,"63":29,"7":713,"79":30,"8":134,"80":8,"9":514,"all_client":88251,"all_tv_clinet":13993,"insert_time":"2014-08-24T01:59:42.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74545,"10":33,"107":532,"11":357,"12":116,"13":432,"14":114,"15":186,"155":28,"156":13,"158":44,"159":9,"16":144,"160":34,"161":228,"167":77,"168":8,"17":247,"18":857,"19":410,"20":117,"209":27,"21":521,"210":11,"211":17,"214":22,"215":86,"221":228,"223":540,"224":88,"225":601,"23":492,"24":1171,"25":428,"257":63,"26":97,"268":10,"27":39,"273":67,"276":25,"279":12,"28":289,"281":6,"282":13,"291":33,"292":114,"30":33,"302":7,"306":3,"31":35,"314":7,"317":1,"32":26,"33":50,"34":41,"347":8,"35":115,"352":632,"36":119,"37":91,"38":432,"380":6,"381":25,"383":25,"389":3,"39":95,"391":19,"396":3,"397":13,"40":44,"409":50,"41":81,"414":8,"415":54,"419":37,"42":62,"426":2,"43":32,"430":8,"433":4,"44":32,"45":20,"46":122,"48":55,"49":51,"5":737,"51":34,"52":64,"53":66,"56":19,"570":8,"6":192,"63":28,"7":722,"79":28,"8":141,"80":9,"9":522,"all_client":88552,"all_tv_clinet":14007,"insert_time":"2014-08-24T02:00:43.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74812,"10":33,"107":524,"11":364,"12":115,"13":419,"14":109,"15":208,"155":27,"156":13,"158":43,"159":9,"16":146,"160":35,"161":226,"167":73,"168":7,"17":235,"18":853,"19":399,"20":122,"209":31,"21":524,"210":12,"211":19,"214":22,"215":82,"221":229,"223":564,"224":83,"225":614,"23":492,"24":1157,"25":429,"257":64,"26":100,"268":7,"27":39,"273":65,"276":25,"279":8,"28":299,"281":5,"282":14,"291":34,"292":112,"30":30,"302":8,"306":3,"31":35,"314":7,"317":1,"32":26,"33":41,"34":42,"347":9,"35":121,"352":634,"36":113,"37":93,"38":441,"380":6,"381":24,"383":27,"389":2,"39":100,"391":18,"396":6,"397":13,"40":38,"409":61,"41":77,"414":10,"415":61,"419":35,"42":59,"426":2,"43":33,"430":9,"433":5,"44":30,"45":23,"46":127,"48":52,"49":49,"5":747,"51":36,"52":64,"53":69,"56":20,"570":6,"6":191,"63":29,"7":737,"79":26,"8":147,"80":9,"9":525,"all_client":88879,"all_tv_clinet":14067,"insert_time":"2014-08-24T02:01:44.007Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75118,"10":33,"107":526,"11":366,"12":120,"13":418,"14":106,"15":224,"155":27,"156":13,"158":37,"159":10,"16":142,"160":34,"161":222,"167":71,"168":9,"17":222,"18":854,"19":386,"20":122,"209":29,"21":532,"210":11,"211":20,"214":23,"215":78,"221":227,"223":587,"224":80,"225":620,"23":496,"24":1155,"25":439,"257":62,"26":103,"268":7,"27":34,"273":64,"276":26,"279":10,"28":297,"281":5,"282":14,"291":34,"292":118,"30":29,"302":8,"306":3,"31":39,"314":9,"317":1,"32":26,"33":39,"34":45,"347":9,"35":120,"352":639,"36":111,"37":99,"38":460,"380":6,"381":24,"383":25,"389":2,"39":97,"391":19,"396":8,"397":11,"40":34,"409":63,"41":78,"414":10,"415":56,"419":34,"42":56,"426":2,"43":29,"430":10,"433":5,"44":26,"45":23,"46":133,"48":50,"49":43,"5":748,"51":38,"52":69,"53":72,"56":19,"570":6,"6":189,"63":30,"7":730,"79":26,"8":155,"80":9,"9":540,"all_client":89243,"all_tv_clinet":14125,"insert_time":"2014-08-24T02:02:44.802Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75347,"10":33,"107":531,"11":378,"12":113,"13":414,"14":115,"15":240,"155":28,"156":14,"158":35,"159":12,"16":146,"160":34,"161":227,"167":69,"168":9,"17":203,"18":856,"19":380,"20":124,"209":27,"21":551,"210":8,"211":21,"214":26,"215":75,"221":224,"223":603,"224":77,"225":624,"23":495,"24":1146,"25":443,"257":58,"26":111,"268":7,"27":35,"273":63,"276":26,"279":10,"28":296,"281":5,"282":14,"291":32,"292":124,"30":27,"302":7,"306":2,"31":40,"314":10,"317":1,"32":25,"33":37,"34":50,"347":7,"35":123,"352":638,"36":107,"37":100,"38":475,"380":6,"381":24,"383":25,"389":2,"39":105,"391":19,"396":6,"397":9,"40":30,"409":64,"41":77,"414":9,"415":55,"419":30,"42":60,"426":2,"43":27,"430":13,"431":1,"433":5,"44":17,"45":24,"46":132,"48":51,"49":40,"5":754,"51":40,"52":69,"53":72,"56":21,"570":4,"6":182,"63":31,"7":721,"79":27,"8":152,"80":8,"9":540,"all_client":89512,"all_tv_clinet":14165,"insert_time":"2014-08-24T02:03:45.440Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75639,"10":34,"107":542,"11":383,"12":105,"13":398,"14":123,"15":242,"155":27,"156":16,"158":33,"159":12,"16":147,"160":35,"161":226,"167":68,"168":8,"17":195,"18":857,"19":388,"20":126,"209":26,"21":574,"210":10,"211":20,"214":26,"215":70,"221":213,"223":606,"224":76,"225":617,"23":500,"24":1163,"25":455,"257":58,"26":109,"268":6,"27":36,"273":73,"276":25,"279":8,"28":291,"281":5,"282":13,"291":30,"292":129,"30":24,"302":7,"306":2,"31":39,"314":9,"317":1,"32":26,"33":39,"34":51,"347":5,"35":127,"352":638,"36":106,"37":94,"38":482,"380":6,"381":24,"383":25,"389":2,"39":109,"391":22,"396":5,"397":9,"40":30,"409":59,"41":78,"414":9,"415":52,"419":28,"42":57,"426":2,"43":26,"430":12,"431":1,"433":5,"44":16,"45":26,"46":135,"48":55,"49":35,"5":757,"51":40,"52":74,"53":71,"56":20,"570":5,"6":181,"63":31,"7":716,"79":26,"8":155,"80":8,"9":543,"all_client":89848,"all_tv_clinet":14209,"insert_time":"2014-08-24T02:04:46.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75881,"10":36,"107":562,"11":381,"12":99,"13":406,"14":131,"15":248,"155":26,"156":18,"158":30,"159":13,"16":151,"160":35,"161":222,"167":69,"168":8,"17":196,"18":850,"19":389,"20":126,"209":26,"21":579,"210":12,"211":22,"214":26,"215":72,"221":221,"223":618,"224":78,"225":618,"23":506,"24":1158,"25":457,"257":55,"26":112,"268":5,"27":36,"273":78,"276":24,"279":7,"28":291,"281":4,"282":14,"291":28,"292":138,"30":23,"302":7,"306":2,"31":40,"314":9,"32":24,"33":39,"34":44,"347":5,"35":129,"352":633,"36":100,"37":91,"38":496,"380":6,"381":25,"383":27,"389":2,"39":109,"391":23,"396":5,"397":9,"40":33,"409":53,"41":80,"414":11,"415":49,"419":29,"42":53,"426":2,"43":31,"430":11,"431":1,"433":5,"44":17,"45":24,"46":129,"48":48,"49":36,"5":741,"51":37,"52":73,"53":71,"56":23,"570":5,"6":179,"63":28,"7":720,"79":27,"8":158,"80":10,"9":544,"all_client":90138,"all_tv_clinet":14257,"insert_time":"2014-08-24T02:05:46.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76202,"10":36,"107":562,"11":372,"12":96,"13":408,"14":133,"15":257,"155":26,"156":20,"158":30,"159":10,"16":147,"160":32,"161":220,"167":70,"168":8,"17":191,"18":856,"19":390,"20":121,"209":29,"21":578,"210":16,"211":22,"214":25,"215":76,"221":224,"223":611,"224":80,"225":611,"23":506,"24":1150,"25":449,"257":54,"26":115,"268":6,"27":34,"273":84,"276":26,"279":8,"28":290,"281":4,"282":14,"291":28,"292":137,"30":24,"302":7,"306":2,"31":40,"314":8,"32":24,"33":39,"34":40,"347":5,"35":132,"352":631,"36":105,"37":89,"38":502,"380":7,"381":28,"383":29,"389":2,"39":106,"391":22,"396":4,"397":9,"40":37,"409":52,"41":79,"414":9,"415":50,"419":25,"42":49,"426":2,"43":41,"430":10,"431":1,"433":5,"44":16,"45":25,"46":132,"48":45,"49":35,"5":751,"51":38,"52":72,"53":75,"56":25,"570":5,"6":176,"63":25,"7":727,"79":24,"8":168,"80":13,"9":549,"all_client":90480,"all_tv_clinet":14278,"insert_time":"2014-08-24T02:06:47.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76507,"10":35,"107":561,"11":367,"12":94,"13":418,"14":130,"15":277,"155":26,"156":20,"158":31,"159":10,"16":152,"160":34,"161":213,"167":72,"168":9,"17":185,"18":866,"19":382,"20":120,"209":30,"21":585,"210":17,"211":20,"214":24,"215":76,"221":231,"223":621,"224":79,"225":610,"23":509,"24":1151,"25":454,"257":50,"26":113,"268":6,"27":37,"273":86,"276":28,"279":9,"28":289,"281":4,"282":13,"291":27,"292":137,"30":24,"302":7,"306":2,"31":45,"314":7,"32":22,"33":38,"34":40,"347":5,"35":126,"352":640,"36":108,"37":86,"38":501,"380":7,"381":29,"383":30,"389":2,"39":108,"391":24,"396":3,"397":8,"40":37,"409":50,"41":78,"414":9,"415":47,"419":27,"42":51,"426":2,"43":41,"430":12,"431":1,"433":5,"44":13,"45":20,"46":133,"48":41,"49":32,"5":749,"51":35,"52":74,"53":70,"56":25,"570":4,"6":177,"63":25,"7":733,"79":25,"8":161,"80":14,"9":556,"all_client":90824,"all_tv_clinet":14317,"insert_time":"2014-08-24T02:07:48.029Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76711,"10":34,"107":558,"11":354,"12":93,"13":429,"14":129,"15":292,"155":26,"156":19,"158":32,"159":11,"16":154,"160":32,"161":210,"167":70,"168":7,"17":178,"18":862,"19":376,"20":119,"209":33,"21":603,"210":18,"211":20,"214":25,"215":75,"221":227,"223":614,"224":80,"225":616,"23":511,"24":1155,"25":448,"257":52,"26":117,"268":7,"27":35,"273":92,"276":27,"279":9,"28":301,"281":4,"282":11,"291":27,"292":140,"30":25,"302":7,"306":1,"31":45,"314":7,"32":22,"33":41,"34":41,"347":5,"35":116,"352":634,"36":115,"37":86,"38":500,"380":8,"381":28,"383":28,"389":2,"39":113,"391":24,"396":2,"397":8,"40":38,"409":49,"41":77,"414":8,"415":51,"419":26,"42":53,"426":2,"43":42,"430":13,"433":6,"44":12,"45":22,"46":134,"48":42,"49":32,"5":756,"51":34,"52":73,"53":67,"56":28,"570":4,"6":177,"63":22,"7":737,"79":20,"8":169,"80":13,"9":564,"all_client":91072,"all_tv_clinet":14361,"insert_time":"2014-08-24T02:08:48.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76843,"10":33,"107":549,"11":353,"12":84,"13":431,"14":127,"15":294,"155":27,"156":19,"158":30,"159":12,"16":156,"160":32,"161":208,"167":69,"168":7,"17":174,"18":852,"19":385,"20":122,"209":33,"21":615,"210":18,"211":18,"214":26,"215":75,"221":234,"223":616,"224":83,"225":610,"23":512,"24":1181,"25":458,"257":51,"26":113,"268":7,"27":36,"273":95,"276":29,"279":9,"28":308,"281":5,"282":10,"291":26,"292":140,"30":27,"302":7,"306":2,"31":49,"314":7,"32":22,"33":44,"34":43,"347":6,"35":104,"352":651,"36":112,"37":90,"38":511,"380":7,"381":27,"383":30,"389":2,"39":115,"391":26,"396":2,"397":8,"40":37,"409":46,"41":77,"414":9,"415":46,"419":28,"42":54,"426":2,"43":43,"430":15,"433":7,"44":13,"45":23,"46":139,"48":46,"49":31,"5":746,"51":34,"52":77,"53":57,"56":29,"570":4,"6":175,"63":20,"7":745,"79":20,"8":173,"80":12,"9":569,"all_client":91284,"all_tv_clinet":14441,"insert_time":"2014-08-24T02:09:49.283Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77069,"10":32,"107":549,"11":358,"12":81,"13":443,"14":127,"15":298,"155":26,"156":19,"158":29,"159":12,"16":152,"160":27,"161":201,"167":66,"168":6,"17":177,"18":847,"19":381,"20":125,"209":31,"21":623,"210":22,"211":17,"214":23,"215":79,"221":234,"223":602,"224":86,"225":619,"23":514,"24":1178,"25":460,"257":53,"26":124,"268":9,"27":34,"273":99,"276":29,"279":10,"28":310,"281":4,"282":11,"291":27,"292":142,"30":28,"302":6,"306":2,"31":51,"314":9,"32":22,"33":44,"34":41,"347":5,"35":100,"352":653,"36":111,"37":92,"38":522,"380":7,"381":31,"383":31,"389":2,"39":116,"391":26,"396":3,"397":8,"40":39,"409":46,"41":79,"414":10,"415":46,"419":26,"42":54,"426":2,"43":46,"430":17,"433":7,"44":15,"45":25,"46":134,"48":44,"49":29,"5":730,"51":38,"52":78,"53":54,"56":31,"570":3,"6":183,"63":20,"7":744,"79":23,"8":170,"80":12,"9":562,"all_client":91542,"all_tv_clinet":14473,"insert_time":"2014-08-24T02:10:49.882Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77265,"10":33,"107":555,"11":353,"12":80,"13":455,"14":127,"15":292,"155":26,"156":22,"158":31,"159":11,"16":153,"160":24,"161":200,"167":65,"168":5,"17":170,"18":833,"19":381,"20":122,"209":35,"21":644,"210":22,"211":16,"214":21,"215":79,"221":229,"223":606,"224":84,"225":620,"23":522,"24":1213,"25":462,"257":55,"26":127,"268":10,"27":35,"273":100,"276":29,"279":9,"28":316,"281":4,"282":12,"291":27,"292":147,"30":27,"302":6,"306":2,"31":52,"314":8,"32":18,"33":46,"34":43,"347":5,"35":96,"352":647,"36":112,"37":96,"38":526,"380":6,"381":32,"383":33,"389":3,"39":113,"391":26,"396":3,"397":9,"40":41,"409":45,"41":80,"414":9,"415":46,"419":25,"42":56,"426":2,"43":45,"430":18,"433":5,"44":17,"45":25,"46":135,"48":43,"49":29,"5":712,"51":37,"52":80,"53":53,"56":31,"570":3,"6":187,"63":21,"7":745,"79":22,"8":174,"80":11,"9":557,"all_client":91790,"all_tv_clinet":14525,"insert_time":"2014-08-24T02:11:50.559Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77527,"10":35,"107":551,"11":342,"12":79,"13":457,"14":132,"15":285,"155":27,"156":21,"158":32,"159":13,"16":149,"160":27,"161":192,"167":68,"168":4,"17":166,"18":834,"19":382,"20":122,"209":38,"21":643,"210":22,"211":16,"214":19,"215":76,"221":238,"223":620,"224":87,"225":627,"23":515,"24":1231,"25":467,"257":55,"26":135,"268":9,"27":31,"273":91,"276":30,"279":10,"28":324,"281":2,"282":11,"291":26,"292":155,"30":28,"302":7,"306":2,"31":54,"314":8,"32":18,"33":45,"34":48,"347":3,"35":89,"352":662,"36":112,"37":91,"38":536,"380":6,"381":34,"383":31,"389":3,"39":120,"391":27,"396":3,"397":9,"40":41,"409":48,"41":80,"414":8,"415":46,"419":30,"42":62,"426":2,"43":51,"430":17,"433":5,"44":17,"45":24,"46":134,"48":40,"49":28,"5":678,"51":35,"52":78,"53":52,"56":32,"570":3,"6":184,"63":21,"7":745,"79":22,"8":171,"80":11,"9":558,"all_client":92082,"all_tv_clinet":14555,"insert_time":"2014-08-24T02:12:51.186Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77800,"10":33,"107":556,"11":335,"12":74,"13":460,"14":133,"15":271,"155":26,"156":21,"158":33,"159":11,"16":152,"160":26,"161":185,"167":67,"168":3,"17":165,"18":824,"19":385,"20":123,"209":41,"21":647,"210":26,"211":17,"214":18,"215":73,"221":235,"223":620,"224":87,"225":625,"23":520,"24":1268,"25":472,"257":54,"26":139,"268":7,"27":29,"273":89,"276":32,"279":9,"28":329,"281":3,"282":9,"291":24,"292":153,"30":29,"302":7,"306":2,"31":50,"314":6,"32":18,"33":51,"34":46,"347":3,"35":89,"352":674,"36":109,"37":93,"38":536,"380":6,"381":33,"383":33,"389":3,"39":129,"391":25,"396":6,"397":10,"40":41,"409":48,"41":78,"414":10,"415":48,"419":28,"42":65,"426":2,"43":50,"430":17,"433":5,"44":14,"45":24,"46":145,"48":42,"49":26,"5":657,"51":34,"52":80,"53":49,"56":33,"570":4,"6":184,"63":21,"7":725,"79":22,"8":172,"80":12,"9":579,"all_client":92382,"all_tv_clinet":14582,"insert_time":"2014-08-24T02:13:51.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77974,"10":33,"107":566,"11":331,"12":69,"13":469,"14":130,"15":268,"155":27,"156":20,"158":34,"159":12,"16":151,"160":26,"161":176,"167":66,"168":4,"17":165,"18":818,"19":388,"20":127,"209":38,"21":653,"210":28,"211":16,"214":18,"215":72,"221":233,"223":613,"224":84,"225":631,"23":529,"24":1299,"25":474,"257":57,"26":146,"268":7,"27":24,"273":78,"276":32,"279":10,"28":327,"281":4,"282":8,"291":26,"292":141,"30":29,"302":7,"306":2,"31":48,"314":6,"32":19,"33":51,"34":44,"347":3,"35":91,"352":687,"36":111,"37":94,"38":544,"380":5,"381":34,"383":30,"389":3,"39":130,"391":23,"396":9,"397":10,"40":40,"409":49,"41":79,"414":10,"415":47,"419":27,"42":67,"426":1,"43":49,"430":17,"433":6,"44":14,"45":24,"46":150,"48":50,"49":25,"5":641,"51":33,"52":78,"53":48,"56":34,"570":4,"6":192,"63":24,"7":717,"79":20,"8":174,"80":12,"9":599,"all_client":92613,"all_tv_clinet":14639,"insert_time":"2014-08-24T02:14:52.546Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78199,"10":30,"107":562,"11":329,"12":62,"13":469,"14":130,"15":263,"155":30,"156":20,"158":34,"159":10,"16":146,"160":23,"161":176,"167":65,"168":5,"17":169,"18":810,"19":391,"20":124,"209":35,"21":661,"210":28,"211":19,"214":17,"215":76,"221":229,"223":621,"224":85,"225":643,"23":539,"24":1325,"25":473,"257":57,"26":151,"268":8,"27":27,"273":78,"276":32,"279":11,"28":321,"281":4,"282":7,"291":25,"292":125,"30":31,"302":7,"306":2,"31":49,"314":6,"32":20,"33":49,"34":44,"347":3,"35":90,"352":677,"36":112,"37":93,"38":544,"380":6,"381":32,"383":30,"389":3,"39":134,"391":22,"396":9,"397":10,"40":43,"409":56,"41":81,"414":10,"415":47,"419":26,"42":67,"426":1,"43":49,"430":17,"433":6,"44":15,"45":21,"46":150,"48":48,"49":22,"5":627,"51":37,"52":81,"53":51,"56":34,"570":5,"6":200,"63":23,"7":703,"79":19,"8":170,"80":11,"9":608,"all_client":92845,"all_tv_clinet":14646,"insert_time":"2014-08-24T02:15:53.204Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78411,"10":30,"107":557,"11":331,"12":60,"13":466,"14":126,"15":265,"155":31,"156":20,"158":35,"159":11,"16":136,"160":24,"161":184,"167":64,"168":5,"17":166,"18":810,"19":394,"20":131,"209":38,"21":661,"210":29,"211":22,"214":17,"215":76,"221":228,"223":633,"224":85,"225":642,"23":533,"24":1317,"25":476,"257":60,"26":155,"268":10,"27":27,"273":80,"276":33,"279":10,"28":333,"281":4,"282":9,"291":24,"292":119,"30":31,"302":7,"306":2,"31":52,"314":6,"32":21,"33":47,"34":49,"347":4,"35":92,"352":677,"36":114,"37":93,"38":541,"380":6,"381":30,"383":33,"389":4,"39":134,"391":22,"396":5,"397":9,"40":44,"409":66,"41":83,"414":9,"415":43,"419":30,"42":72,"426":1,"43":50,"430":16,"433":6,"44":17,"45":20,"46":154,"48":49,"49":21,"5":620,"51":41,"52":78,"53":48,"56":35,"570":5,"6":206,"63":22,"7":700,"79":19,"8":172,"80":10,"9":613,"all_client":93107,"all_tv_clinet":14696,"insert_time":"2014-08-24T02:16:53.840Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78594,"10":29,"107":560,"11":324,"12":59,"13":476,"14":128,"15":268,"155":31,"156":19,"158":33,"159":12,"16":133,"160":25,"161":188,"167":62,"168":4,"17":171,"18":829,"19":401,"20":128,"209":35,"21":666,"210":31,"211":20,"214":18,"215":75,"221":227,"223":642,"224":87,"225":649,"23":538,"24":1285,"25":470,"257":59,"26":155,"268":10,"27":30,"273":83,"276":32,"279":11,"28":343,"281":4,"282":10,"291":26,"292":121,"30":31,"302":6,"306":2,"31":53,"314":9,"32":20,"33":49,"34":51,"347":5,"35":90,"352":674,"36":112,"37":97,"38":551,"380":5,"381":28,"383":33,"389":4,"39":134,"391":24,"396":5,"397":11,"40":45,"409":68,"41":84,"414":9,"415":45,"419":31,"42":77,"426":1,"43":54,"430":15,"433":6,"44":17,"45":20,"46":160,"48":51,"49":23,"5":615,"51":45,"52":80,"53":47,"56":35,"570":5,"6":203,"63":22,"7":670,"79":21,"8":167,"80":9,"9":612,"all_client":93332,"all_tv_clinet":14738,"insert_time":"2014-08-24T02:17:54.584Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78786,"10":30,"107":545,"11":327,"12":64,"13":479,"14":125,"15":275,"155":30,"156":18,"158":31,"159":14,"16":135,"160":24,"161":205,"167":62,"168":3,"17":169,"18":825,"19":415,"20":125,"209":33,"21":683,"210":31,"211":20,"214":17,"215":71,"221":228,"223":660,"224":92,"225":655,"23":546,"24":1272,"25":471,"257":58,"26":158,"268":10,"27":31,"273":88,"276":32,"279":10,"28":354,"281":4,"282":11,"291":29,"292":129,"30":28,"302":4,"306":1,"31":51,"314":10,"32":19,"33":49,"34":53,"347":5,"35":91,"352":672,"36":115,"37":100,"38":556,"380":4,"381":29,"383":32,"389":4,"39":127,"391":25,"396":6,"397":11,"40":45,"409":58,"41":78,"414":9,"415":44,"419":31,"42":79,"426":1,"43":50,"430":15,"433":6,"44":18,"45":16,"46":162,"48":55,"49":24,"5":607,"51":48,"52":84,"53":50,"56":35,"570":5,"6":207,"63":21,"7":636,"79":22,"8":172,"80":12,"9":631,"all_client":93593,"all_tv_clinet":14807,"insert_time":"2014-08-24T02:18:55.338Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79077,"10":31,"107":559,"11":327,"12":59,"13":481,"14":126,"15":276,"155":30,"156":18,"158":29,"159":16,"16":130,"160":24,"161":210,"167":62,"168":3,"17":173,"18":814,"19":412,"20":119,"209":30,"21":676,"210":30,"211":19,"214":18,"215":72,"221":245,"223":667,"224":91,"225":664,"23":558,"24":1262,"25":469,"257":60,"26":160,"268":10,"27":29,"273":88,"276":33,"279":10,"28":359,"281":3,"282":11,"291":28,"292":137,"30":29,"302":4,"306":1,"31":50,"314":9,"32":20,"33":53,"34":56,"347":6,"35":94,"352":668,"36":121,"37":101,"38":554,"380":5,"381":32,"383":30,"389":4,"39":130,"391":23,"396":6,"397":11,"40":50,"409":50,"41":77,"414":7,"415":45,"419":29,"42":77,"426":1,"43":54,"430":15,"433":6,"44":17,"45":16,"46":155,"48":51,"49":25,"5":604,"51":49,"52":88,"53":51,"56":35,"570":5,"6":200,"63":19,"7":616,"79":22,"8":176,"80":14,"9":634,"all_client":93900,"all_tv_clinet":14823,"insert_time":"2014-08-24T02:19:56.015Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79344,"10":32,"107":547,"11":334,"12":54,"13":478,"14":127,"15":278,"155":30,"156":17,"158":25,"159":16,"16":128,"160":22,"161":213,"167":64,"168":1,"17":174,"18":796,"19":417,"20":119,"209":32,"21":681,"210":30,"211":19,"214":17,"215":77,"221":243,"223":674,"224":95,"225":662,"23":570,"24":1271,"25":475,"257":58,"26":160,"268":9,"27":27,"273":92,"276":35,"279":10,"28":352,"281":3,"282":10,"291":29,"292":144,"30":32,"302":4,"306":1,"31":49,"314":7,"32":20,"33":54,"34":58,"347":7,"35":95,"352":673,"36":121,"37":101,"38":550,"380":5,"381":36,"383":26,"389":4,"39":131,"391":25,"396":5,"397":10,"40":48,"409":48,"41":78,"414":7,"415":45,"419":27,"42":80,"426":1,"43":54,"430":20,"433":6,"44":16,"45":17,"46":157,"48":50,"49":24,"5":603,"51":49,"52":91,"53":51,"56":33,"570":5,"6":204,"63":18,"7":606,"79":20,"8":176,"80":16,"9":644,"all_client":94199,"all_tv_clinet":14855,"insert_time":"2014-08-24T02:20:56.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79614,"10":30,"107":543,"11":346,"12":50,"13":480,"14":125,"15":280,"155":33,"156":17,"158":27,"159":15,"16":121,"160":22,"161":212,"167":65,"168":1,"17":179,"18":784,"19":418,"20":115,"209":33,"21":681,"210":30,"211":19,"214":17,"215":83,"221":254,"223":674,"224":99,"225":657,"23":574,"24":1274,"25":480,"257":57,"26":164,"268":10,"27":26,"273":96,"276":36,"279":10,"28":349,"281":3,"282":12,"291":30,"292":150,"30":29,"302":4,"306":1,"31":46,"314":7,"32":19,"33":56,"34":57,"347":8,"35":96,"352":678,"36":123,"37":96,"38":553,"380":5,"381":36,"383":31,"389":4,"39":131,"391":23,"396":6,"397":10,"40":48,"409":48,"41":78,"414":7,"415":47,"419":27,"42":78,"426":1,"43":55,"430":20,"433":5,"44":15,"45":17,"46":153,"48":52,"49":22,"5":600,"51":47,"52":92,"53":47,"56":33,"570":7,"6":214,"63":19,"7":585,"79":18,"8":187,"80":16,"9":640,"all_client":94492,"all_tv_clinet":14878,"insert_time":"2014-08-24T02:21:57.348Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79866,"10":31,"107":557,"11":349,"12":48,"13":482,"14":125,"15":283,"155":36,"156":18,"158":24,"159":15,"16":116,"160":23,"161":216,"167":67,"168":1,"17":188,"18":773,"19":413,"20":108,"209":34,"21":679,"210":30,"211":20,"214":18,"215":81,"221":258,"223":675,"224":104,"225":666,"23":577,"24":1275,"25":478,"257":58,"26":169,"268":10,"27":27,"273":97,"276":35,"279":15,"28":352,"281":3,"282":12,"291":31,"292":149,"30":27,"302":4,"306":1,"31":51,"314":8,"32":15,"33":57,"34":54,"347":11,"35":97,"352":663,"36":126,"37":92,"38":543,"380":5,"381":36,"383":32,"389":4,"39":128,"391":22,"396":5,"397":10,"40":45,"409":47,"41":76,"414":7,"415":51,"419":26,"42":81,"426":1,"43":56,"430":23,"433":4,"44":14,"45":17,"46":161,"48":50,"49":25,"5":611,"51":50,"52":94,"53":43,"56":32,"570":8,"6":219,"63":19,"7":573,"79":18,"8":188,"80":16,"9":649,"all_client":94787,"all_tv_clinet":14921,"insert_time":"2014-08-24T02:22:58.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80162,"10":31,"107":564,"11":356,"12":48,"13":490,"14":126,"15":278,"155":36,"156":19,"158":25,"159":16,"16":106,"160":24,"161":218,"167":67,"168":1,"17":197,"18":774,"19":408,"20":112,"209":37,"21":666,"210":30,"211":15,"214":18,"215":83,"221":259,"223":683,"224":108,"225":674,"23":573,"24":1288,"25":479,"257":62,"26":171,"268":10,"27":28,"273":97,"276":35,"279":14,"28":360,"281":3,"282":13,"291":32,"292":147,"30":29,"302":3,"306":1,"31":50,"314":7,"32":13,"33":56,"34":57,"347":10,"35":96,"352":683,"36":123,"37":87,"38":523,"380":5,"381":34,"383":34,"389":4,"39":126,"391":21,"396":5,"397":11,"40":49,"409":46,"41":71,"414":5,"415":49,"419":28,"42":79,"426":1,"43":57,"430":23,"433":5,"44":16,"45":17,"46":160,"48":54,"49":23,"5":610,"51":48,"52":102,"53":41,"56":31,"570":8,"6":223,"63":17,"7":566,"79":17,"8":193,"80":15,"9":653,"all_client":95128,"all_tv_clinet":14966,"insert_time":"2014-08-24T02:23:58.843Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80481,"10":29,"107":575,"11":361,"12":55,"13":501,"14":125,"15":267,"155":36,"156":20,"158":24,"159":16,"16":102,"160":25,"161":226,"167":67,"168":1,"17":207,"18":780,"19":392,"20":115,"209":36,"21":671,"210":31,"211":15,"214":18,"215":79,"221":267,"223":674,"224":110,"225":675,"23":563,"24":1307,"25":487,"257":62,"26":179,"268":10,"27":31,"273":98,"276":35,"279":14,"28":369,"281":3,"282":14,"291":33,"292":146,"30":31,"302":3,"306":1,"31":51,"314":7,"32":15,"33":55,"34":57,"347":9,"35":103,"352":685,"36":117,"37":76,"38":530,"380":4,"381":35,"383":34,"389":4,"39":129,"391":22,"396":8,"397":10,"40":50,"409":50,"41":71,"414":5,"415":48,"419":28,"42":78,"426":2,"43":57,"430":24,"433":5,"44":16,"45":16,"46":166,"48":51,"49":21,"5":614,"51":50,"52":108,"53":40,"56":31,"570":8,"6":225,"63":17,"7":537,"79":18,"8":197,"80":12,"9":641,"all_client":95504,"all_tv_clinet":15023,"insert_time":"2014-08-24T02:24:59.491Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80770,"10":30,"107":584,"11":355,"12":62,"13":513,"14":135,"15":264,"155":33,"156":18,"158":23,"159":17,"16":97,"160":27,"161":232,"167":64,"168":2,"17":220,"18":782,"19":374,"20":115,"209":38,"21":675,"210":29,"211":14,"214":18,"215":81,"221":256,"223":706,"224":111,"225":645,"23":532,"24":1340,"25":497,"257":63,"26":193,"268":10,"27":30,"273":97,"276":36,"279":12,"28":382,"281":2,"282":14,"291":37,"292":145,"30":32,"302":4,"306":1,"31":52,"314":9,"32":12,"33":56,"34":58,"347":11,"35":101,"352":676,"36":117,"37":71,"38":524,"380":4,"381":37,"383":32,"389":5,"39":134,"391":25,"396":8,"397":10,"40":49,"409":52,"41":70,"414":8,"415":44,"419":26,"42":81,"426":2,"43":61,"430":26,"433":6,"44":16,"45":16,"46":166,"48":52,"49":18,"5":616,"51":52,"52":104,"53":41,"56":28,"570":10,"6":235,"63":17,"7":518,"79":16,"8":208,"80":13,"9":616,"all_client":95826,"all_tv_clinet":15056,"insert_time":"2014-08-24T02:26:00.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80958,"10":30,"107":583,"11":361,"12":67,"13":524,"14":133,"15":278,"155":33,"156":18,"158":24,"159":19,"16":94,"160":27,"161":221,"167":68,"168":2,"17":226,"18":782,"19":372,"20":116,"209":39,"21":685,"210":29,"211":15,"214":19,"215":77,"221":256,"223":733,"224":117,"225":605,"23":508,"24":1367,"25":508,"257":62,"26":199,"268":10,"27":34,"273":100,"276":36,"279":13,"28":396,"281":2,"282":14,"291":37,"292":137,"30":33,"302":6,"306":1,"31":58,"314":12,"32":12,"33":61,"34":65,"347":15,"35":105,"352":672,"36":110,"37":67,"38":516,"380":4,"381":40,"383":31,"389":5,"39":135,"391":25,"396":8,"397":11,"40":43,"409":57,"41":73,"414":10,"415":44,"419":24,"42":80,"426":3,"43":59,"430":25,"433":7,"44":14,"45":13,"46":178,"48":53,"49":19,"5":632,"51":52,"52":106,"53":40,"56":24,"570":10,"6":238,"63":16,"7":499,"79":15,"8":215,"80":15,"9":566,"all_client":96056,"all_tv_clinet":15098,"insert_time":"2014-08-24T02:27:00.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81193,"10":34,"107":581,"11":343,"12":67,"13":521,"14":142,"15":276,"155":32,"156":18,"158":22,"159":21,"16":94,"160":29,"161":200,"167":68,"168":2,"17":225,"18":786,"19":380,"20":115,"209":43,"21":685,"210":27,"211":14,"214":20,"215":78,"221":258,"223":744,"224":121,"225":591,"23":492,"24":1388,"25":494,"257":61,"26":217,"268":9,"27":38,"273":100,"276":40,"279":14,"28":414,"281":3,"282":13,"291":38,"292":133,"30":34,"302":6,"31":60,"314":12,"32":14,"33":68,"34":71,"347":15,"35":111,"352":658,"36":111,"37":67,"38":511,"380":4,"381":40,"383":32,"389":5,"39":129,"391":27,"396":9,"397":11,"40":42,"409":65,"41":72,"414":12,"415":49,"419":20,"42":82,"426":3,"43":57,"430":25,"433":6,"44":16,"45":12,"46":182,"48":54,"49":19,"5":642,"51":52,"52":106,"53":45,"56":22,"570":10,"6":241,"63":16,"7":493,"79":15,"8":217,"80":18,"9":531,"all_client":96303,"all_tv_clinet":15110,"insert_time":"2014-08-24T02:28:01.684Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81547,"10":39,"107":566,"11":337,"12":72,"13":538,"14":148,"15":289,"155":30,"156":18,"158":23,"159":21,"16":98,"160":29,"161":186,"167":66,"168":3,"17":235,"18":784,"19":382,"20":116,"209":44,"21":687,"210":27,"211":14,"214":21,"215":78,"221":260,"223":741,"224":127,"225":577,"23":482,"24":1421,"25":478,"257":59,"26":225,"268":8,"27":40,"273":92,"276":41,"279":15,"28":429,"281":4,"282":12,"291":37,"292":124,"30":34,"302":7,"31":61,"314":12,"32":14,"33":72,"34":72,"347":17,"35":115,"352":680,"36":108,"37":70,"38":500,"380":4,"381":37,"383":34,"389":5,"39":122,"391":26,"396":9,"397":12,"40":42,"409":72,"41":72,"414":16,"415":54,"419":21,"42":85,"426":3,"43":57,"430":26,"433":6,"44":17,"45":12,"46":193,"48":62,"49":18,"5":645,"51":53,"52":112,"53":45,"56":22,"570":9,"6":241,"63":17,"7":490,"79":14,"8":219,"80":17,"9":482,"all_client":96703,"all_tv_clinet":15156,"insert_time":"2014-08-24T02:29:02.489Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81746,"10":41,"107":569,"11":324,"12":76,"13":543,"14":143,"15":301,"155":29,"156":17,"158":21,"159":21,"16":98,"160":29,"161":180,"167":63,"168":3,"17":242,"18":795,"19":376,"20":113,"209":44,"21":694,"210":26,"211":13,"214":19,"215":80,"221":267,"223":732,"224":137,"225":570,"23":476,"24":1452,"25":468,"257":61,"26":236,"268":7,"27":43,"273":85,"276":39,"279":14,"28":439,"281":5,"282":13,"291":38,"292":122,"30":35,"302":8,"306":1,"31":64,"314":15,"317":1,"32":14,"33":72,"34":79,"347":17,"35":115,"352":685,"36":112,"37":67,"38":504,"380":4,"381":37,"383":40,"389":5,"39":108,"391":23,"396":9,"397":13,"40":40,"409":80,"41":68,"414":17,"415":53,"419":21,"42":88,"426":3,"43":56,"430":24,"433":5,"44":19,"45":12,"46":193,"48":61,"49":18,"5":642,"51":54,"52":104,"53":46,"56":21,"570":9,"6":248,"63":18,"7":489,"79":15,"8":220,"80":15,"9":471,"all_client":96948,"all_tv_clinet":15202,"insert_time":"2014-08-24T02:30:03.197Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81977,"10":40,"107":564,"11":325,"12":74,"13":555,"14":132,"15":319,"155":28,"156":17,"158":17,"159":20,"16":98,"160":28,"161":185,"167":62,"168":3,"17":249,"18":800,"19":374,"20":112,"209":48,"21":705,"210":25,"211":12,"214":19,"215":77,"221":267,"223":727,"224":147,"225":555,"23":474,"24":1431,"25":466,"257":63,"26":239,"268":8,"27":49,"273":80,"276":40,"279":15,"28":447,"281":5,"282":13,"291":38,"292":123,"30":38,"302":8,"306":1,"31":64,"314":16,"317":2,"32":15,"33":78,"34":87,"347":17,"35":124,"352":685,"36":116,"37":65,"38":491,"380":8,"381":38,"383":39,"389":5,"39":103,"391":23,"396":5,"397":13,"40":38,"409":88,"41":69,"414":20,"415":53,"419":19,"42":86,"426":3,"43":57,"430":23,"433":4,"44":20,"45":12,"46":202,"48":65,"49":17,"5":649,"51":54,"52":83,"53":42,"56":19,"570":8,"6":252,"63":19,"7":490,"79":15,"8":228,"80":14,"9":456,"all_client":97198,"all_tv_clinet":15221,"insert_time":"2014-08-24T02:31:03.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82222,"10":38,"107":556,"11":333,"12":66,"13":562,"14":130,"15":329,"155":26,"156":19,"158":16,"159":21,"16":96,"160":28,"161":191,"167":61,"168":1,"17":264,"18":811,"19":387,"20":116,"209":49,"21":720,"210":21,"211":12,"214":20,"215":78,"221":271,"223":726,"224":153,"225":551,"23":469,"24":1377,"25":459,"257":60,"26":242,"268":8,"27":59,"273":80,"276":38,"279":14,"28":467,"281":4,"282":14,"291":35,"292":128,"30":40,"302":11,"306":1,"31":59,"314":14,"317":2,"32":15,"33":79,"34":92,"347":18,"35":128,"352":682,"36":120,"37":60,"38":480,"380":10,"381":40,"383":38,"389":6,"39":100,"391":22,"396":5,"397":13,"40":38,"409":85,"41":72,"414":17,"415":56,"419":20,"42":89,"426":3,"43":59,"430":23,"433":4,"44":25,"45":11,"46":205,"48":67,"49":20,"5":669,"51":58,"52":70,"53":43,"56":15,"570":8,"6":260,"63":18,"7":482,"79":15,"8":229,"80":14,"9":443,"all_client":97481,"all_tv_clinet":15259,"insert_time":"2014-08-24T02:32:04.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82423,"10":42,"107":538,"11":336,"12":65,"13":565,"14":129,"15":334,"155":25,"156":24,"158":16,"159":20,"16":95,"160":28,"161":200,"167":65,"168":1,"17":273,"18":823,"19":385,"20":117,"209":47,"21":728,"210":22,"211":13,"214":21,"215":78,"221":269,"223":748,"224":153,"225":553,"23":479,"24":1329,"25":461,"257":60,"26":252,"268":8,"27":68,"273":83,"276":37,"279":13,"28":486,"281":5,"282":13,"291":35,"292":135,"30":37,"302":12,"306":1,"31":51,"314":13,"317":2,"32":15,"33":81,"34":90,"347":18,"35":133,"352":684,"36":123,"37":56,"38":461,"380":10,"381":41,"383":33,"389":6,"39":95,"391":23,"396":7,"397":13,"40":40,"409":76,"41":75,"414":21,"415":53,"419":22,"42":91,"426":3,"43":63,"430":23,"433":4,"44":31,"45":10,"46":212,"48":67,"49":19,"5":697,"51":59,"52":63,"53":42,"56":15,"570":8,"6":265,"63":17,"7":471,"79":14,"8":242,"80":13,"9":420,"all_client":97741,"all_tv_clinet":15318,"insert_time":"2014-08-24T02:33:05.295Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82631,"10":43,"107":529,"11":335,"12":70,"13":574,"14":133,"15":325,"155":24,"156":23,"158":16,"159":21,"16":91,"160":28,"161":215,"167":66,"168":1,"17":277,"18":826,"19":397,"20":121,"209":49,"21":730,"210":21,"211":13,"214":21,"215":78,"221":271,"223":750,"224":145,"225":537,"23":474,"24":1283,"25":457,"257":61,"26":259,"268":11,"27":71,"273":91,"276":33,"279":12,"28":499,"281":7,"282":12,"291":36,"292":141,"30":39,"302":12,"306":2,"31":47,"314":12,"317":2,"32":16,"33":84,"34":86,"347":18,"35":141,"352":692,"36":126,"37":59,"38":471,"380":11,"381":45,"383":35,"389":5,"39":87,"391":22,"396":6,"397":14,"40":41,"409":73,"41":80,"414":23,"415":57,"419":26,"42":94,"426":1,"43":62,"430":22,"433":5,"44":31,"45":11,"46":213,"48":67,"49":21,"5":724,"51":61,"52":63,"53":41,"56":12,"570":8,"6":269,"63":16,"7":464,"79":12,"8":248,"80":15,"9":408,"all_client":98008,"all_tv_clinet":15377,"insert_time":"2014-08-24T02:34:05.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82867,"10":44,"107":536,"11":331,"12":73,"13":581,"14":133,"15":318,"155":25,"156":25,"158":18,"159":21,"16":93,"160":29,"161":224,"167":64,"168":1,"17":285,"18":830,"19":405,"20":116,"209":50,"21":739,"210":20,"211":13,"214":21,"215":78,"221":256,"223":764,"224":125,"225":530,"23":453,"24":1243,"25":440,"257":61,"26":263,"268":13,"27":72,"273":99,"276":34,"279":12,"28":514,"281":7,"282":13,"291":36,"292":153,"30":38,"302":11,"306":2,"31":46,"314":12,"317":2,"32":17,"33":84,"34":72,"347":18,"35":145,"352":698,"36":130,"37":69,"38":469,"380":11,"381":48,"383":38,"389":5,"39":90,"391":20,"396":7,"397":16,"40":45,"409":72,"41":75,"414":23,"415":59,"419":27,"42":97,"426":1,"43":62,"430":21,"433":6,"44":32,"45":12,"46":217,"48":73,"49":25,"5":739,"51":62,"52":64,"53":46,"56":13,"570":6,"6":274,"63":15,"7":459,"79":13,"8":254,"80":17,"9":392,"all_client":98277,"all_tv_clinet":15410,"insert_time":"2014-08-24T02:35:06.667Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83128,"10":39,"107":536,"11":334,"12":63,"13":594,"14":137,"15":318,"155":26,"156":25,"158":20,"159":21,"16":96,"160":29,"161":225,"167":64,"168":2,"17":286,"18":821,"19":412,"20":121,"209":52,"21":757,"210":20,"211":12,"214":20,"215":76,"221":255,"223":787,"224":109,"225":518,"23":415,"24":1231,"25":426,"257":59,"26":262,"268":12,"27":78,"273":101,"276":35,"279":10,"28":522,"281":8,"282":12,"291":36,"292":162,"30":44,"302":10,"306":3,"31":45,"314":13,"317":2,"32":18,"33":80,"34":64,"347":18,"35":152,"352":686,"36":132,"37":77,"38":482,"380":11,"381":45,"383":37,"389":5,"39":94,"391":20,"396":6,"397":15,"40":44,"409":75,"41":80,"414":26,"415":61,"419":27,"42":100,"43":70,"430":21,"433":6,"44":32,"45":12,"46":207,"48":73,"49":28,"5":756,"51":61,"52":59,"53":46,"56":13,"570":7,"6":280,"63":15,"7":466,"79":14,"8":258,"80":18,"9":379,"all_client":98565,"all_tv_clinet":15437,"insert_time":"2014-08-24T02:36:07.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83374,"10":35,"107":536,"11":339,"12":62,"13":591,"14":140,"15":332,"155":26,"156":26,"158":23,"159":20,"16":108,"160":29,"161":230,"167":67,"168":2,"17":288,"18":814,"19":410,"20":120,"209":58,"21":751,"210":22,"211":11,"214":21,"215":79,"221":251,"223":805,"224":101,"225":521,"23":396,"24":1238,"25":419,"257":57,"26":265,"268":12,"27":78,"273":99,"276":37,"279":9,"28":533,"281":8,"282":13,"291":34,"292":164,"30":46,"302":8,"306":4,"31":48,"314":14,"317":2,"32":15,"33":75,"34":58,"347":21,"35":158,"352":694,"36":130,"37":89,"38":464,"380":9,"381":46,"383":40,"389":5,"39":91,"391":23,"396":6,"397":14,"40":49,"409":74,"41":82,"414":25,"415":65,"419":27,"42":102,"43":77,"430":20,"433":5,"44":34,"45":9,"46":201,"48":71,"49":29,"5":768,"51":60,"52":61,"53":45,"56":11,"570":4,"6":284,"63":15,"7":474,"79":15,"8":257,"80":18,"9":368,"all_client":98864,"all_tv_clinet":15490,"insert_time":"2014-08-24T02:37:08.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83605,"10":30,"107":542,"11":335,"12":61,"13":594,"14":140,"15":338,"155":26,"156":25,"158":26,"159":16,"16":121,"160":33,"161":236,"167":67,"168":3,"17":276,"18":810,"19":403,"20":121,"209":60,"21":777,"210":24,"211":9,"214":20,"215":78,"221":260,"223":816,"224":91,"225":511,"23":392,"24":1236,"25":412,"257":61,"26":277,"268":11,"27":82,"273":100,"276":40,"279":9,"28":549,"281":8,"282":12,"291":33,"292":165,"30":50,"302":6,"306":4,"31":45,"314":15,"317":2,"32":12,"33":70,"34":59,"347":22,"35":154,"352":700,"36":128,"37":90,"38":462,"380":11,"381":47,"383":37,"389":4,"39":90,"391":24,"396":6,"397":13,"40":49,"409":76,"41":84,"414":24,"415":67,"419":31,"42":101,"43":77,"430":17,"433":5,"44":37,"45":10,"46":183,"48":72,"49":34,"5":776,"51":66,"52":60,"53":46,"56":11,"570":4,"6":292,"63":17,"7":493,"79":16,"8":245,"80":19,"9":366,"all_client":99170,"all_tv_clinet":15565,"insert_time":"2014-08-24T02:38:08.884Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83811,"10":30,"107":531,"11":337,"12":63,"13":590,"14":144,"15":339,"155":27,"156":24,"158":28,"159":15,"16":130,"160":33,"161":238,"167":68,"168":3,"17":262,"18":810,"19":404,"20":129,"209":56,"21":762,"210":23,"211":7,"214":22,"215":77,"221":262,"223":813,"224":85,"225":503,"23":381,"24":1218,"25":408,"257":61,"26":291,"268":11,"27":84,"273":102,"276":42,"279":9,"28":561,"281":8,"282":13,"291":35,"292":162,"30":50,"302":6,"306":6,"31":45,"314":15,"317":2,"32":13,"33":66,"34":54,"347":24,"35":153,"352":701,"36":127,"37":98,"38":462,"380":11,"381":48,"383":38,"389":3,"39":91,"391":25,"396":4,"397":12,"40":55,"409":81,"41":86,"414":22,"415":68,"419":30,"42":102,"426":1,"43":80,"430":17,"433":3,"44":42,"45":10,"46":181,"48":79,"49":37,"5":766,"51":67,"52":61,"53":49,"56":12,"570":3,"6":296,"63":17,"7":514,"79":15,"8":233,"80":21,"9":365,"all_client":99379,"all_tv_clinet":15568,"insert_time":"2014-08-24T02:39:09.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84023,"10":29,"107":536,"11":333,"12":65,"13":595,"14":146,"15":331,"155":31,"156":26,"158":30,"159":14,"16":143,"160":34,"161":242,"167":71,"168":3,"17":256,"18":829,"19":408,"20":124,"209":55,"21":744,"210":20,"211":7,"214":21,"215":78,"221":257,"223":811,"224":84,"225":503,"23":376,"24":1218,"25":405,"257":61,"26":289,"268":9,"27":88,"273":102,"276":40,"279":9,"28":567,"281":8,"282":12,"291":37,"292":168,"30":52,"302":6,"306":6,"31":45,"314":14,"317":1,"32":13,"33":69,"34":56,"347":21,"35":156,"352":721,"36":132,"37":102,"38":453,"380":11,"381":40,"383":40,"389":3,"39":95,"391":23,"396":5,"397":12,"40":58,"409":78,"41":87,"414":22,"415":72,"419":30,"42":101,"426":2,"43":81,"430":18,"433":4,"44":49,"45":11,"46":178,"48":79,"49":41,"5":764,"51":70,"52":60,"53":51,"56":10,"570":3,"6":298,"63":17,"7":538,"79":14,"8":215,"80":18,"9":360,"all_client":99643,"all_tv_clinet":15620,"insert_time":"2014-08-24T02:40:10.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84278,"10":31,"107":546,"11":327,"12":65,"13":592,"14":149,"15":321,"155":33,"156":28,"158":33,"159":13,"16":157,"160":34,"161":246,"167":72,"168":2,"17":257,"18":842,"19":408,"20":122,"209":56,"21":708,"210":18,"211":7,"214":22,"215":79,"221":254,"223":812,"224":76,"225":501,"23":372,"24":1205,"25":417,"257":62,"26":269,"268":8,"27":86,"273":105,"276":39,"279":8,"28":565,"281":8,"282":12,"291":40,"292":173,"30":55,"302":6,"306":6,"31":45,"314":14,"317":1,"32":13,"33":71,"34":61,"347":21,"35":160,"352":735,"36":139,"37":102,"38":456,"380":14,"381":36,"383":40,"389":2,"39":93,"391":21,"396":4,"397":12,"40":66,"409":80,"41":85,"414":25,"415":69,"419":32,"42":104,"426":2,"43":84,"430":18,"433":4,"44":49,"45":12,"46":173,"48":80,"49":44,"5":775,"51":71,"52":64,"53":52,"56":7,"570":3,"6":294,"63":17,"7":549,"79":16,"8":215,"80":16,"9":358,"all_client":99929,"all_tv_clinet":15651,"insert_time":"2014-08-24T02:41:10.966Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84531,"10":29,"107":557,"11":329,"12":64,"13":606,"14":146,"15":294,"155":33,"156":29,"158":34,"159":14,"16":172,"160":33,"161":239,"167":71,"168":2,"17":276,"18":869,"19":415,"20":109,"209":55,"21":691,"210":20,"211":7,"214":23,"215":85,"221":257,"223":811,"224":71,"225":500,"23":377,"24":1191,"25":431,"257":61,"26":239,"268":9,"27":93,"273":109,"276":39,"279":12,"28":555,"281":9,"282":11,"291":39,"292":173,"30":61,"302":6,"306":7,"31":45,"314":13,"317":1,"32":12,"33":73,"34":66,"347":21,"35":158,"352":722,"36":136,"37":98,"38":456,"380":15,"381":35,"383":38,"389":2,"39":97,"391":19,"396":4,"397":14,"40":66,"409":81,"41":87,"414":24,"415":70,"419":34,"42":104,"426":3,"43":88,"430":22,"433":4,"44":49,"45":12,"46":174,"48":79,"49":53,"5":784,"51":69,"52":69,"53":51,"56":5,"570":4,"6":291,"63":19,"7":568,"79":15,"8":203,"80":16,"9":353,"all_client":100216,"all_tv_clinet":15685,"insert_time":"2014-08-24T02:42:11.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84753,"10":28,"107":550,"11":331,"12":66,"13":616,"14":139,"15":255,"155":35,"156":31,"158":35,"159":13,"16":174,"160":32,"161":225,"167":74,"168":2,"17":294,"18":869,"19":427,"20":114,"209":54,"21":676,"210":21,"211":7,"214":24,"215":86,"221":257,"223":840,"224":66,"225":509,"23":362,"24":1194,"25":446,"257":61,"26":218,"268":8,"27":99,"273":110,"276":37,"279":10,"28":543,"281":8,"282":12,"291":40,"292":168,"30":61,"302":6,"306":7,"31":51,"314":12,"317":1,"32":9,"33":67,"34":72,"347":21,"35":155,"352":729,"36":142,"37":100,"38":466,"380":15,"381":38,"383":29,"39":106,"391":19,"396":4,"397":15,"40":65,"409":79,"41":87,"414":24,"415":70,"419":34,"42":106,"426":3,"43":84,"430":21,"433":4,"44":49,"45":12,"46":177,"48":75,"49":60,"5":801,"51":74,"52":75,"53":50,"56":5,"570":6,"6":298,"63":21,"7":581,"79":17,"8":198,"80":18,"9":355,"all_client":100493,"all_tv_clinet":15740,"insert_time":"2014-08-24T02:43:12.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84974,"10":27,"107":532,"11":345,"12":69,"13":615,"14":139,"15":235,"155":35,"156":35,"158":35,"159":13,"16":187,"160":33,"161":219,"167":75,"168":2,"17":307,"18":882,"19":451,"20":112,"209":54,"21":654,"210":19,"211":7,"214":25,"215":90,"221":255,"223":834,"224":63,"225":514,"23":361,"24":1171,"25":459,"257":60,"26":205,"268":8,"27":103,"273":102,"276":38,"279":11,"28":520,"281":8,"282":12,"291":38,"292":163,"30":61,"302":7,"306":7,"31":61,"314":10,"317":1,"32":11,"33":61,"34":71,"347":24,"35":152,"352":736,"36":145,"37":98,"38":472,"380":13,"381":36,"383":33,"39":107,"391":19,"396":5,"397":19,"40":71,"409":71,"41":95,"414":27,"415":81,"419":35,"42":108,"426":3,"43":81,"430":21,"433":3,"44":47,"45":13,"46":181,"48":73,"49":66,"5":812,"51":76,"52":80,"53":49,"56":4,"570":5,"6":290,"63":22,"7":586,"79":17,"8":193,"80":17,"9":353,"all_client":100725,"all_tv_clinet":15751,"insert_time":"2014-08-24T02:44:13.195Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85182,"10":30,"107":532,"11":345,"12":65,"13":612,"14":141,"15":221,"155":35,"156":31,"158":39,"159":13,"16":197,"160":34,"161":217,"167":73,"168":2,"17":309,"18":878,"19":459,"20":115,"209":58,"21":635,"210":20,"211":7,"214":26,"215":87,"221":250,"223":848,"224":61,"225":519,"23":356,"24":1193,"25":478,"257":64,"26":197,"268":9,"27":99,"273":95,"276":37,"279":12,"28":504,"281":8,"282":12,"291":41,"292":165,"30":67,"302":7,"306":7,"31":65,"314":8,"317":1,"32":14,"33":57,"34":76,"347":26,"35":138,"352":735,"36":147,"37":101,"38":452,"380":13,"381":36,"383":32,"39":118,"391":19,"396":5,"397":22,"40":72,"409":64,"41":98,"414":31,"415":79,"419":39,"42":108,"426":3,"43":71,"430":26,"433":3,"44":50,"45":13,"46":186,"48":65,"49":68,"5":821,"51":77,"52":83,"53":53,"56":5,"570":6,"6":299,"63":20,"7":582,"79":19,"8":184,"80":15,"9":359,"all_client":100956,"all_tv_clinet":15774,"insert_time":"2014-08-24T02:45:13.988Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85449,"10":31,"107":538,"11":357,"12":66,"13":611,"14":145,"15":207,"155":34,"156":28,"158":41,"159":13,"16":203,"160":36,"161":224,"167":72,"168":2,"17":321,"18":883,"19":454,"20":115,"209":57,"21":610,"210":20,"211":5,"214":27,"215":86,"221":256,"223":853,"224":60,"225":505,"23":346,"24":1213,"25":494,"257":68,"26":183,"268":10,"27":98,"273":91,"276":36,"279":11,"28":496,"281":8,"282":12,"291":43,"292":169,"30":66,"302":7,"306":7,"31":71,"314":8,"32":18,"33":49,"34":75,"347":25,"35":115,"352":726,"36":146,"37":98,"38":447,"380":12,"381":35,"383":32,"39":126,"391":17,"396":5,"397":24,"40":75,"409":61,"41":99,"414":32,"415":81,"419":41,"42":109,"426":2,"43":65,"430":25,"433":4,"44":51,"45":14,"46":184,"48":60,"49":75,"5":833,"51":75,"52":90,"53":55,"56":5,"570":4,"6":298,"63":21,"7":581,"79":18,"8":179,"80":17,"9":353,"all_client":101203,"all_tv_clinet":15754,"insert_time":"2014-08-24T02:46:15.089Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85633,"10":26,"107":530,"11":365,"12":62,"13":611,"14":134,"15":198,"155":36,"156":26,"158":40,"159":12,"16":208,"160":37,"161":228,"167":72,"168":2,"17":329,"18":884,"19":427,"20":116,"209":55,"21":600,"210":21,"211":6,"214":30,"215":83,"221":257,"223":868,"224":56,"225":504,"23":329,"24":1250,"25":502,"257":70,"26":185,"268":10,"27":96,"273":87,"276":34,"279":10,"28":481,"281":8,"282":13,"291":43,"292":174,"30":66,"302":5,"306":8,"31":76,"314":9,"32":18,"33":48,"34":83,"347":24,"35":95,"352":733,"36":146,"37":95,"38":451,"380":12,"381":34,"383":36,"39":135,"391":16,"396":7,"397":22,"40":74,"409":59,"41":102,"414":32,"415":79,"419":40,"42":116,"426":2,"43":63,"430":33,"433":4,"44":54,"45":16,"46":183,"48":58,"49":82,"5":841,"51":75,"52":89,"53":57,"56":5,"570":5,"6":309,"63":25,"7":603,"79":17,"8":185,"80":17,"9":345,"all_client":101437,"all_tv_clinet":15804,"insert_time":"2014-08-24T02:47:15.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85838,"10":25,"107":529,"11":375,"12":66,"13":595,"14":128,"15":195,"155":36,"156":26,"158":40,"159":13,"16":208,"160":35,"161":226,"167":72,"168":3,"17":337,"18":883,"19":407,"20":117,"209":54,"21":588,"210":23,"211":7,"214":29,"215":86,"221":264,"223":877,"224":53,"225":510,"23":312,"24":1270,"25":513,"257":67,"26":184,"268":8,"27":96,"273":95,"276":35,"279":8,"28":478,"281":7,"282":14,"291":42,"292":174,"30":68,"302":5,"306":8,"31":75,"314":6,"32":17,"33":46,"34":85,"347":23,"35":92,"352":729,"36":149,"37":95,"38":453,"380":12,"381":36,"383":39,"39":137,"391":17,"396":6,"397":21,"40":76,"409":61,"41":106,"414":35,"415":78,"419":34,"42":114,"426":2,"43":56,"430":35,"433":4,"44":56,"45":17,"46":186,"48":56,"49":89,"5":866,"51":73,"52":91,"53":55,"56":5,"570":4,"6":316,"63":25,"7":620,"79":16,"8":185,"80":17,"9":326,"all_client":101671,"all_tv_clinet":15833,"insert_time":"2014-08-24T02:48:16.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86052,"10":26,"107":536,"11":372,"12":69,"13":583,"14":126,"15":195,"155":38,"156":25,"158":42,"159":13,"16":198,"160":32,"161":233,"167":69,"168":3,"17":350,"18":898,"19":381,"20":114,"209":53,"21":589,"210":24,"211":7,"214":30,"215":84,"221":273,"223":872,"224":54,"225":505,"23":313,"24":1279,"25":514,"257":68,"26":189,"268":8,"27":95,"273":104,"276":33,"279":9,"28":482,"281":7,"282":14,"291":41,"292":182,"30":68,"302":5,"306":8,"31":81,"314":8,"317":1,"32":15,"33":45,"34":90,"347":24,"35":89,"352":732,"36":146,"37":97,"38":465,"380":13,"381":39,"383":35,"39":146,"391":19,"396":7,"397":22,"40":75,"409":59,"41":106,"414":35,"415":77,"419":36,"42":103,"426":2,"43":53,"430":35,"433":4,"44":53,"45":17,"46":183,"48":58,"49":101,"5":874,"51":74,"52":92,"53":61,"56":8,"570":4,"6":318,"63":27,"7":634,"79":14,"8":182,"80":14,"9":317,"all_client":101955,"all_tv_clinet":15903,"insert_time":"2014-08-24T02:49:17.349Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86292,"10":29,"107":559,"11":378,"12":70,"13":542,"14":132,"15":214,"155":36,"156":24,"158":41,"159":13,"16":193,"160":31,"161":237,"167":69,"168":3,"17":362,"18":902,"19":362,"20":117,"209":50,"21":604,"210":23,"211":7,"214":29,"215":83,"221":261,"223":870,"224":54,"225":516,"23":306,"24":1282,"25":517,"257":70,"26":199,"268":9,"27":103,"273":110,"276":34,"279":10,"28":484,"281":7,"282":18,"291":42,"292":186,"30":68,"302":5,"306":8,"31":88,"314":7,"317":1,"32":13,"33":40,"34":96,"347":23,"35":84,"352":727,"36":147,"37":99,"38":465,"380":13,"381":42,"383":33,"39":149,"391":19,"396":5,"397":22,"40":77,"409":57,"41":104,"414":38,"415":73,"419":38,"42":93,"426":2,"43":44,"430":36,"433":4,"44":51,"45":15,"46":184,"48":57,"49":111,"5":890,"51":75,"52":92,"53":61,"56":9,"570":4,"6":311,"63":27,"7":631,"79":13,"8":172,"80":14,"9":307,"all_client":102224,"all_tv_clinet":15932,"insert_time":"2014-08-24T02:50:18.090Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86461,"10":28,"107":564,"11":365,"12":83,"13":520,"14":138,"15":209,"155":38,"156":22,"158":44,"159":12,"16":202,"160":31,"161":242,"167":72,"168":1,"17":366,"18":899,"19":358,"20":115,"209":57,"21":612,"210":24,"211":6,"214":31,"215":83,"221":264,"223":881,"224":52,"225":509,"23":306,"24":1295,"25":514,"257":74,"26":197,"268":10,"27":104,"273":113,"276":34,"279":10,"28":488,"281":8,"282":20,"291":43,"292":186,"30":68,"302":5,"306":8,"31":101,"314":7,"317":1,"32":14,"33":39,"34":94,"347":24,"35":81,"352":735,"36":149,"37":103,"38":461,"380":14,"381":41,"383":33,"39":150,"391":20,"396":10,"397":22,"40":77,"409":53,"41":113,"414":34,"415":73,"419":43,"42":76,"426":2,"43":43,"430":34,"433":4,"44":50,"45":16,"46":176,"48":55,"49":113,"5":893,"51":71,"52":95,"53":61,"56":9,"570":3,"6":306,"63":27,"7":656,"79":11,"8":182,"80":16,"9":307,"all_client":102470,"all_tv_clinet":16009,"insert_time":"2014-08-24T02:51:18.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86688,"10":26,"107":571,"11":363,"12":84,"13":500,"14":143,"15":213,"155":38,"156":22,"158":43,"159":12,"16":211,"160":31,"161":237,"167":76,"168":1,"17":374,"18":885,"19":355,"20":115,"209":60,"21":618,"210":23,"211":6,"214":31,"215":84,"221":257,"223":901,"224":52,"225":523,"23":305,"24":1300,"25":527,"257":73,"26":198,"268":8,"27":108,"273":113,"276":32,"279":9,"28":495,"281":8,"282":21,"291":44,"292":177,"30":71,"302":4,"306":8,"31":107,"314":5,"317":1,"32":14,"33":42,"34":95,"347":26,"35":70,"352":719,"36":153,"37":105,"38":453,"380":13,"381":40,"383":37,"39":152,"391":19,"396":13,"397":22,"40":77,"409":45,"41":117,"414":36,"415":74,"419":46,"42":73,"426":2,"43":44,"430":36,"433":4,"44":55,"45":17,"46":174,"48":53,"49":119,"5":890,"51":61,"52":96,"53":60,"56":8,"570":5,"6":305,"63":29,"7":661,"79":11,"8":183,"80":20,"9":303,"all_client":102734,"all_tv_clinet":16046,"insert_time":"2014-08-24T02:52:19.454Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86871,"10":29,"107":570,"11":365,"12":86,"13":484,"14":147,"15":211,"155":37,"156":21,"158":41,"159":12,"16":217,"160":35,"161":241,"167":78,"168":1,"17":376,"18":894,"19":353,"20":118,"209":64,"21":613,"210":23,"211":6,"214":33,"215":83,"221":259,"223":921,"224":55,"225":513,"23":308,"24":1300,"25":542,"257":73,"26":196,"268":9,"27":106,"273":115,"276":32,"279":8,"28":494,"281":8,"282":23,"291":42,"292":176,"30":71,"302":4,"306":7,"31":110,"314":6,"317":1,"32":15,"33":44,"34":91,"347":26,"35":65,"352":727,"36":152,"37":101,"38":450,"380":11,"381":42,"383":38,"39":153,"391":19,"396":16,"397":22,"40":76,"409":43,"41":119,"414":34,"415":73,"419":44,"42":70,"426":2,"43":45,"430":37,"433":4,"44":54,"45":15,"46":185,"48":50,"49":118,"5":882,"51":58,"52":99,"53":59,"56":9,"570":5,"6":289,"63":29,"7":674,"79":11,"8":188,"80":21,"9":311,"all_client":102964,"all_tv_clinet":16093,"insert_time":"2014-08-24T02:53:20.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87102,"10":28,"107":582,"11":367,"12":79,"13":484,"14":146,"15":217,"155":37,"156":22,"158":42,"159":11,"16":226,"160":36,"161":235,"167":78,"168":1,"17":384,"18":895,"19":360,"20":118,"209":61,"21":610,"210":22,"211":6,"214":34,"215":86,"221":265,"223":938,"224":53,"225":512,"23":301,"24":1313,"25":560,"257":75,"26":195,"268":7,"27":109,"273":115,"276":35,"279":10,"28":484,"281":6,"282":24,"291":40,"292":174,"30":70,"302":4,"306":6,"31":108,"314":7,"317":1,"32":14,"33":45,"34":89,"347":22,"35":61,"352":732,"36":162,"37":100,"38":444,"380":10,"381":45,"383":35,"39":151,"391":19,"396":13,"397":21,"40":80,"409":44,"41":122,"414":33,"415":75,"419":42,"42":70,"426":1,"43":43,"430":34,"431":1,"433":4,"44":54,"45":15,"46":193,"48":51,"49":124,"5":888,"51":59,"52":101,"53":60,"56":8,"570":5,"6":266,"63":29,"7":685,"79":12,"8":187,"80":22,"9":313,"all_client":103265,"all_tv_clinet":16163,"insert_time":"2014-08-24T02:54:20.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87282,"10":29,"107":580,"11":377,"12":88,"13":488,"14":139,"15":233,"155":39,"156":21,"158":44,"159":13,"16":231,"160":37,"161":230,"167":79,"168":1,"17":387,"18":890,"19":364,"20":120,"209":55,"21":622,"210":24,"211":4,"214":34,"215":86,"221":266,"223":919,"224":51,"225":527,"23":296,"24":1315,"25":568,"257":83,"26":193,"268":7,"27":110,"273":120,"276":37,"279":13,"28":481,"281":6,"282":22,"291":39,"292":162,"30":72,"302":4,"306":7,"31":104,"314":8,"317":1,"32":13,"33":44,"34":88,"347":21,"35":58,"352":731,"36":161,"37":99,"38":442,"380":10,"381":43,"383":31,"39":148,"391":21,"396":11,"397":21,"40":83,"409":56,"41":123,"414":33,"415":79,"419":37,"42":66,"426":1,"43":45,"430":38,"431":1,"433":3,"44":52,"45":14,"46":197,"48":54,"49":124,"5":882,"51":53,"52":102,"53":56,"56":9,"570":4,"6":234,"63":29,"7":695,"79":12,"8":199,"80":20,"9":325,"all_client":103476,"all_tv_clinet":16194,"insert_time":"2014-08-24T02:55:21.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87465,"10":26,"107":591,"11":382,"12":93,"13":489,"14":122,"15":248,"155":41,"156":22,"158":47,"159":13,"16":247,"160":37,"161":223,"167":80,"168":1,"17":394,"18":888,"19":362,"20":116,"209":52,"21":640,"210":23,"211":4,"214":32,"215":83,"221":274,"223":871,"224":49,"225":517,"23":290,"24":1335,"25":582,"257":78,"26":197,"268":7,"27":112,"273":127,"276":37,"279":14,"28":480,"281":8,"282":21,"291":37,"292":147,"30":73,"302":3,"306":6,"31":104,"314":8,"317":1,"32":13,"33":45,"34":87,"347":22,"35":53,"352":733,"36":159,"37":102,"38":435,"380":9,"381":42,"383":32,"39":146,"391":22,"396":9,"397":21,"40":85,"409":65,"41":124,"414":37,"415":83,"419":34,"42":62,"426":1,"43":48,"430":41,"431":1,"433":4,"44":52,"45":14,"46":198,"48":54,"49":120,"5":893,"51":48,"52":109,"53":59,"56":11,"570":3,"6":222,"63":29,"7":703,"79":15,"8":207,"80":19,"9":324,"all_client":103694,"all_tv_clinet":16229,"insert_time":"2014-08-24T02:56:22.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87697,"10":26,"107":588,"11":389,"12":93,"13":491,"14":121,"15":254,"155":41,"156":22,"158":47,"159":15,"16":255,"160":40,"161":214,"167":80,"168":1,"17":398,"18":873,"19":361,"20":118,"209":52,"21":637,"210":22,"211":4,"214":33,"215":78,"221":281,"223":826,"224":52,"225":516,"23":287,"24":1351,"25":598,"257":76,"26":211,"268":8,"27":114,"273":121,"276":37,"279":13,"28":488,"281":8,"282":19,"291":33,"292":137,"30":72,"302":4,"306":6,"31":107,"314":8,"317":1,"32":12,"33":44,"34":85,"347":19,"35":49,"352":725,"36":162,"37":104,"38":443,"380":9,"381":44,"383":31,"39":145,"391":23,"396":8,"397":21,"40":82,"409":69,"41":122,"414":39,"415":93,"419":30,"42":63,"426":1,"43":45,"430":42,"433":4,"44":51,"45":12,"46":194,"48":51,"49":117,"5":908,"51":46,"52":110,"53":64,"56":10,"570":3,"6":205,"63":31,"7":717,"79":15,"8":213,"80":19,"9":331,"all_client":103935,"all_tv_clinet":16238,"insert_time":"2014-08-24T02:57:23.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87863,"10":29,"107":585,"11":385,"12":91,"13":491,"14":120,"15":264,"155":41,"156":21,"158":48,"159":15,"16":249,"160":44,"161":189,"167":80,"168":1,"17":413,"18":846,"19":368,"20":119,"209":51,"21":641,"210":21,"211":3,"214":32,"215":80,"221":277,"223":790,"224":55,"225":518,"23":281,"24":1371,"25":601,"257":78,"26":218,"268":8,"27":117,"273":113,"276":39,"279":13,"28":490,"281":8,"282":19,"291":33,"292":139,"30":73,"302":4,"306":4,"31":99,"314":7,"317":1,"32":11,"33":43,"34":89,"347":20,"35":49,"352":741,"36":160,"37":104,"38":438,"380":8,"381":43,"383":34,"39":146,"391":24,"396":5,"397":24,"40":83,"409":70,"41":125,"414":41,"415":88,"419":27,"42":69,"426":1,"43":47,"430":43,"433":4,"44":55,"45":12,"46":192,"48":46,"49":116,"5":917,"51":49,"52":110,"53":66,"56":12,"570":4,"6":199,"63":31,"7":741,"79":13,"8":229,"80":21,"9":329,"all_client":104125,"all_tv_clinet":16262,"insert_time":"2014-08-24T02:58:23.858Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88129,"10":29,"107":588,"11":382,"12":91,"13":494,"14":120,"15":267,"155":41,"156":19,"158":49,"159":15,"16":237,"160":44,"161":191,"167":82,"168":1,"17":427,"18":817,"19":388,"20":114,"209":50,"21":638,"210":21,"211":3,"214":33,"215":79,"221":277,"223":789,"224":62,"225":533,"23":282,"24":1354,"25":615,"257":75,"26":218,"268":8,"27":111,"273":106,"276":39,"279":13,"28":495,"281":8,"282":21,"291":32,"292":145,"30":74,"302":4,"306":3,"31":103,"314":6,"317":1,"32":11,"33":46,"34":93,"347":15,"35":45,"352":740,"36":159,"37":105,"38":443,"380":7,"381":41,"383":32,"39":146,"391":22,"396":7,"397":24,"40":83,"409":64,"41":121,"414":37,"415":92,"419":26,"42":73,"426":1,"43":44,"430":45,"433":4,"44":58,"45":11,"46":196,"48":42,"49":115,"5":904,"51":46,"52":113,"53":67,"56":11,"570":4,"6":188,"63":30,"7":744,"79":12,"8":227,"80":22,"9":330,"all_client":104369,"all_tv_clinet":16240,"insert_time":"2014-08-24T02:59:24.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88351,"10":30,"107":591,"11":385,"12":92,"13":503,"14":121,"15":280,"155":40,"156":18,"158":48,"159":17,"16":222,"160":45,"161":190,"167":83,"168":2,"17":439,"18":792,"19":405,"20":114,"209":52,"21":638,"210":21,"211":3,"214":34,"215":81,"221":281,"223":791,"224":64,"225":547,"23":278,"24":1345,"25":624,"257":81,"26":216,"268":7,"27":103,"273":98,"276":38,"279":12,"28":494,"281":8,"282":23,"291":30,"292":161,"30":74,"302":3,"306":3,"31":104,"314":8,"317":1,"32":14,"33":45,"34":97,"347":18,"35":46,"352":739,"36":164,"37":102,"38":441,"380":6,"381":40,"383":36,"39":148,"391":21,"396":7,"397":24,"40":81,"409":55,"41":119,"414":36,"415":88,"419":24,"42":77,"426":1,"43":45,"430":43,"433":4,"44":57,"45":10,"46":198,"48":43,"49":113,"5":872,"51":49,"52":118,"53":68,"56":13,"570":4,"6":179,"63":30,"7":755,"79":13,"8":227,"80":22,"9":327,"all_client":104610,"all_tv_clinet":16259,"insert_time":"2014-08-24T03:00:25.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88488,"10":29,"107":600,"11":387,"12":94,"13":510,"14":115,"15":291,"155":42,"156":20,"158":50,"159":14,"16":214,"160":43,"161":195,"167":88,"168":2,"17":447,"18":782,"19":416,"20":106,"209":49,"21":652,"210":19,"211":3,"214":35,"215":82,"221":282,"223":787,"224":68,"225":556,"23":280,"24":1329,"25":635,"257":86,"26":218,"268":7,"27":90,"273":94,"276":35,"279":14,"28":507,"281":8,"282":24,"291":31,"292":174,"30":74,"302":3,"306":2,"31":105,"314":10,"317":1,"32":13,"33":45,"34":100,"347":18,"35":39,"352":745,"36":168,"37":102,"38":445,"380":5,"381":39,"383":36,"39":149,"391":18,"396":7,"397":23,"40":78,"409":52,"41":113,"414":39,"415":90,"419":20,"42":81,"426":1,"43":50,"430":42,"433":4,"44":54,"45":13,"46":202,"48":45,"49":116,"5":854,"51":45,"52":117,"53":67,"56":17,"570":4,"6":175,"63":30,"7":749,"79":13,"8":229,"80":23,"9":324,"all_client":104792,"all_tv_clinet":16304,"insert_time":"2014-08-24T03:01:26.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88701,"10":32,"107":586,"11":402,"12":98,"13":510,"14":120,"15":300,"155":43,"156":20,"158":49,"159":14,"16":197,"160":42,"161":196,"167":87,"168":2,"17":458,"18":762,"19":427,"20":109,"209":50,"21":657,"210":19,"211":2,"214":38,"215":87,"221":290,"223":795,"224":73,"225":564,"23":293,"24":1330,"25":625,"257":90,"26":215,"268":7,"27":87,"273":93,"276":34,"279":14,"28":514,"281":6,"282":21,"291":32,"292":177,"30":75,"302":5,"306":2,"31":102,"314":12,"317":1,"32":14,"33":45,"34":100,"347":18,"35":35,"352":743,"36":163,"37":101,"38":445,"380":5,"381":36,"383":34,"39":154,"391":16,"396":6,"397":23,"40":78,"409":55,"41":106,"414":41,"415":95,"419":20,"42":83,"426":1,"43":53,"430":41,"433":5,"44":48,"45":12,"46":204,"48":49,"49":120,"5":818,"51":44,"52":117,"53":67,"56":19,"570":4,"6":179,"63":31,"7":740,"79":12,"8":234,"80":24,"9":332,"all_client":105035,"all_tv_clinet":16334,"insert_time":"2014-08-24T03:02:26.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88880,"10":30,"107":589,"11":405,"12":105,"13":509,"14":125,"15":292,"155":45,"156":21,"158":47,"159":15,"16":195,"160":45,"161":194,"167":85,"168":2,"17":469,"18":781,"19":435,"20":111,"209":49,"21":663,"210":18,"211":2,"214":38,"215":84,"221":294,"223":792,"224":76,"225":550,"23":296,"24":1321,"25":622,"257":89,"26":218,"268":7,"27":82,"273":92,"276":35,"279":13,"28":531,"281":6,"282":20,"291":32,"292":180,"30":78,"302":6,"306":2,"31":103,"314":12,"317":1,"32":13,"33":50,"34":100,"347":17,"35":36,"352":748,"36":161,"37":103,"38":456,"380":5,"381":33,"383":31,"39":157,"391":16,"396":6,"397":24,"40":81,"409":60,"41":100,"414":40,"415":100,"419":17,"42":88,"43":53,"430":38,"433":8,"44":46,"45":13,"46":200,"48":52,"49":121,"5":790,"51":46,"52":118,"53":68,"56":19,"570":4,"6":172,"63":31,"7":745,"79":13,"8":242,"80":26,"9":326,"all_client":105265,"all_tv_clinet":16385,"insert_time":"2014-08-24T03:03:27.601Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89146,"10":31,"107":577,"11":420,"12":101,"13":524,"14":138,"15":286,"155":45,"156":21,"158":47,"159":15,"16":196,"160":43,"161":202,"167":86,"168":2,"17":469,"18":796,"19":438,"20":112,"209":48,"21":663,"210":20,"211":2,"214":38,"215":79,"221":285,"223":799,"224":76,"225":550,"23":293,"24":1328,"25":625,"257":85,"26":215,"268":7,"27":76,"273":95,"276":35,"279":13,"28":532,"281":7,"282":24,"291":31,"292":185,"30":78,"302":6,"306":2,"31":109,"314":12,"317":1,"32":12,"33":52,"34":100,"347":17,"35":37,"352":766,"36":156,"37":103,"38":455,"380":4,"381":32,"383":28,"39":154,"391":15,"396":8,"397":24,"40":84,"409":58,"41":93,"414":43,"415":96,"419":16,"42":91,"43":57,"430":40,"433":9,"44":38,"45":13,"46":203,"48":51,"49":118,"5":762,"51":42,"52":121,"53":74,"56":17,"570":1,"6":174,"63":30,"7":739,"79":14,"8":246,"80":25,"9":319,"all_client":105551,"all_tv_clinet":16405,"insert_time":"2014-08-24T03:04:28.341Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89321,"10":29,"107":567,"11":428,"12":100,"13":535,"14":136,"15":274,"155":44,"156":21,"158":47,"159":17,"16":194,"160":44,"161":200,"167":86,"168":2,"17":477,"18":810,"19":439,"20":112,"209":44,"21":666,"210":18,"211":1,"214":35,"215":80,"221":281,"223":792,"224":72,"225":548,"23":290,"24":1346,"25":636,"257":85,"26":217,"268":7,"27":70,"273":103,"276":36,"279":12,"28":532,"281":9,"282":23,"291":30,"292":180,"30":79,"302":7,"306":1,"31":111,"314":13,"317":1,"32":11,"33":56,"34":98,"347":17,"35":40,"352":769,"36":152,"37":104,"38":450,"380":4,"381":32,"383":24,"39":151,"391":17,"396":8,"397":24,"40":87,"409":61,"41":91,"414":42,"415":95,"419":16,"42":93,"426":1,"43":59,"430":42,"433":9,"44":33,"45":11,"46":209,"48":51,"49":110,"5":738,"51":47,"52":127,"53":72,"56":17,"6":175,"63":30,"7":756,"79":15,"8":247,"80":26,"9":317,"all_client":105742,"all_tv_clinet":16421,"insert_time":"2014-08-24T03:05:29.140Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89503,"10":28,"107":567,"11":429,"12":99,"13":543,"14":145,"15":269,"155":42,"156":22,"158":46,"159":16,"16":191,"160":44,"161":196,"167":85,"168":2,"17":487,"18":819,"19":429,"20":113,"209":45,"21":676,"210":18,"211":2,"214":34,"215":82,"221":285,"223":792,"224":76,"225":561,"23":291,"24":1343,"25":647,"257":86,"26":214,"268":6,"27":68,"273":109,"276":35,"279":13,"28":534,"281":9,"282":23,"291":31,"292":179,"30":80,"302":7,"306":1,"31":102,"314":13,"317":1,"32":10,"33":54,"34":103,"347":16,"35":41,"352":781,"36":156,"37":104,"38":441,"380":3,"381":32,"383":24,"39":157,"391":18,"396":9,"397":25,"40":88,"409":64,"41":84,"414":42,"415":96,"419":17,"42":97,"426":1,"43":63,"430":45,"433":9,"44":32,"45":13,"46":215,"48":51,"49":106,"5":727,"51":45,"52":124,"53":71,"56":16,"6":176,"63":29,"7":759,"79":15,"8":252,"80":24,"9":325,"all_client":105998,"all_tv_clinet":16495,"insert_time":"2014-08-24T03:06:30.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89698,"10":28,"107":559,"11":429,"12":94,"13":551,"14":144,"15":267,"155":42,"156":21,"158":45,"159":15,"16":188,"160":43,"161":196,"167":85,"168":2,"17":492,"18":833,"19":422,"20":112,"209":47,"21":694,"210":16,"211":4,"214":33,"215":86,"221":284,"223":786,"224":79,"225":555,"23":290,"24":1354,"25":655,"257":85,"26":210,"268":7,"27":63,"273":108,"276":36,"279":13,"28":532,"281":11,"282":25,"291":30,"292":177,"30":80,"302":7,"306":3,"31":90,"314":13,"32":10,"33":50,"34":107,"347":16,"35":42,"352":806,"36":155,"37":106,"38":450,"380":3,"381":30,"383":28,"39":164,"391":18,"396":7,"397":26,"40":93,"409":67,"41":77,"414":38,"415":93,"419":17,"42":98,"426":4,"43":59,"430":44,"433":11,"44":29,"45":13,"46":215,"48":49,"49":110,"5":718,"51":44,"52":123,"53":71,"56":16,"570":2,"6":173,"63":27,"7":758,"79":15,"8":252,"80":24,"9":318,"all_client":106215,"all_tv_clinet":16517,"insert_time":"2014-08-24T03:07:30.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89921,"10":28,"107":559,"11":427,"12":90,"13":555,"14":149,"15":258,"155":42,"156":22,"158":45,"159":14,"16":188,"160":41,"161":191,"167":84,"168":2,"17":500,"18":839,"19":418,"20":108,"209":47,"21":702,"210":17,"211":4,"214":31,"215":96,"221":288,"223":792,"224":87,"225":559,"23":289,"24":1364,"25":658,"257":84,"26":211,"268":4,"27":58,"273":107,"276":36,"279":12,"28":539,"281":11,"282":28,"291":29,"292":173,"30":81,"302":6,"306":3,"31":80,"314":12,"32":9,"33":49,"34":107,"347":17,"35":39,"352":823,"36":151,"37":106,"38":445,"380":3,"381":32,"383":29,"39":164,"391":18,"396":7,"397":25,"40":101,"409":67,"41":74,"414":33,"415":92,"419":16,"42":97,"426":6,"43":58,"430":44,"433":13,"44":26,"45":15,"46":217,"48":49,"49":110,"5":709,"51":44,"52":120,"53":68,"56":14,"570":2,"6":167,"63":26,"7":766,"79":15,"8":255,"80":26,"9":313,"all_client":106456,"all_tv_clinet":16535,"insert_time":"2014-08-24T03:08:31.524Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90037,"10":29,"107":565,"11":429,"12":90,"13":553,"14":145,"15":261,"155":41,"156":24,"158":47,"159":14,"16":186,"160":38,"161":199,"167":86,"168":2,"17":501,"18":840,"19":422,"20":103,"209":48,"21":702,"210":16,"211":4,"214":32,"215":104,"221":292,"223":793,"224":91,"225":555,"23":268,"24":1368,"25":660,"257":80,"26":208,"268":4,"27":59,"273":105,"276":40,"279":11,"28":537,"281":11,"282":30,"291":31,"292":164,"30":76,"302":5,"306":3,"31":73,"314":11,"32":12,"33":51,"34":110,"347":14,"35":40,"352":821,"36":150,"37":110,"38":452,"380":3,"381":32,"383":29,"39":155,"391":18,"396":7,"397":24,"40":101,"409":68,"41":70,"414":34,"415":87,"419":12,"42":95,"426":6,"43":59,"430":44,"433":12,"44":24,"45":14,"46":228,"48":53,"49":116,"5":703,"51":43,"52":124,"53":70,"56":14,"570":2,"6":170,"63":26,"7":785,"79":15,"8":255,"80":31,"9":307,"all_client":106589,"all_tv_clinet":16552,"insert_time":"2014-08-24T03:09:32.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90217,"10":30,"107":570,"11":434,"12":82,"13":545,"14":145,"15":256,"155":41,"156":23,"158":49,"159":14,"16":191,"160":39,"161":206,"167":88,"168":2,"17":505,"18":849,"19":420,"20":103,"209":43,"21":698,"210":20,"211":4,"214":30,"215":113,"221":287,"223":800,"224":106,"225":551,"23":266,"24":1368,"25":671,"257":78,"26":212,"268":4,"27":61,"273":110,"276":38,"279":12,"28":535,"281":10,"282":29,"291":30,"292":142,"30":74,"302":6,"306":3,"31":65,"314":10,"317":1,"32":13,"33":52,"34":108,"347":17,"35":39,"352":817,"36":151,"37":102,"38":469,"380":3,"381":34,"383":28,"39":137,"391":21,"396":7,"397":24,"40":102,"409":76,"41":70,"414":35,"415":86,"419":12,"42":96,"426":5,"43":59,"430":42,"433":12,"434":1,"44":27,"45":12,"46":234,"48":48,"49":116,"5":695,"51":45,"52":126,"53":67,"56":16,"570":1,"6":176,"63":24,"7":799,"79":17,"8":261,"80":32,"9":305,"all_client":106805,"all_tv_clinet":16588,"insert_time":"2014-08-24T03:10:33.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90410,"10":31,"107":569,"11":436,"12":73,"13":543,"14":148,"15":257,"155":41,"156":22,"158":47,"159":15,"16":199,"160":39,"161":214,"167":88,"168":1,"17":508,"18":855,"19":407,"20":101,"209":45,"21":693,"210":25,"211":4,"214":29,"215":117,"221":286,"223":797,"224":106,"225":570,"23":267,"24":1380,"25":683,"257":81,"26":213,"268":5,"27":64,"273":119,"276":39,"279":12,"28":536,"281":10,"282":29,"291":28,"292":124,"30":72,"302":7,"306":3,"31":59,"314":10,"317":1,"32":14,"33":54,"34":111,"347":17,"35":40,"352":822,"36":153,"37":96,"38":473,"380":3,"381":34,"383":29,"39":121,"391":22,"396":6,"397":23,"40":101,"409":86,"41":68,"414":37,"415":83,"419":11,"42":99,"426":3,"43":61,"430":38,"433":11,"434":1,"44":26,"45":15,"46":238,"48":46,"49":107,"5":707,"51":44,"52":128,"53":66,"56":16,"570":3,"6":174,"63":21,"7":813,"79":21,"8":260,"80":31,"9":305,"all_client":107056,"all_tv_clinet":16646,"insert_time":"2014-08-24T03:11:34.604Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90637,"10":32,"107":565,"11":448,"12":66,"13":545,"14":149,"15":249,"155":40,"156":22,"158":47,"159":17,"16":211,"160":40,"161":210,"167":91,"17":511,"18":845,"19":384,"20":97,"209":44,"21":703,"210":27,"211":4,"214":29,"215":123,"221":281,"223":798,"224":114,"225":557,"23":267,"24":1417,"25":696,"257":83,"26":214,"268":4,"27":64,"273":119,"276":37,"279":13,"28":548,"281":10,"282":29,"291":27,"292":116,"30":72,"302":6,"306":3,"31":62,"314":9,"317":1,"32":13,"33":56,"34":107,"347":18,"35":38,"352":820,"36":152,"37":84,"38":484,"380":3,"381":34,"383":28,"39":108,"391":22,"396":6,"397":23,"40":101,"409":91,"41":62,"414":36,"415":79,"419":10,"42":99,"426":4,"43":63,"430":35,"433":10,"434":1,"44":27,"45":15,"46":241,"48":48,"49":90,"5":722,"51":46,"52":128,"53":62,"56":17,"570":2,"6":171,"63":21,"7":832,"79":22,"8":270,"80":33,"9":303,"all_client":107320,"all_tv_clinet":16683,"insert_time":"2014-08-24T03:12:35.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90824,"10":35,"107":570,"11":446,"12":59,"13":553,"14":154,"15":244,"155":39,"156":25,"158":48,"159":16,"16":222,"160":36,"161":208,"167":89,"17":500,"18":842,"19":366,"20":99,"209":51,"21":716,"210":29,"211":3,"214":30,"215":132,"221":283,"223":785,"224":117,"225":547,"23":265,"24":1450,"25":703,"257":82,"26":214,"268":4,"27":63,"273":116,"276":37,"279":12,"28":543,"281":10,"282":27,"291":27,"292":112,"30":69,"302":6,"306":2,"31":56,"314":9,"317":1,"32":15,"33":59,"34":107,"347":17,"35":35,"352":830,"36":147,"37":80,"38":475,"380":3,"381":34,"383":33,"39":97,"391":19,"396":7,"397":22,"40":105,"409":97,"41":65,"414":32,"415":84,"419":11,"42":103,"426":5,"43":65,"430":34,"433":10,"44":25,"45":14,"46":245,"48":54,"49":81,"5":731,"51":45,"52":127,"53":54,"56":16,"570":2,"6":170,"63":17,"7":836,"79":23,"8":280,"80":36,"9":309,"all_client":107532,"all_tv_clinet":16708,"insert_time":"2014-08-24T03:13:36.159Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90937,"10":37,"107":596,"11":444,"12":56,"13":559,"14":156,"15":248,"155":37,"156":26,"158":48,"159":17,"16":233,"160":37,"161":210,"167":88,"17":487,"18":851,"19":351,"20":99,"209":54,"21":718,"210":28,"211":4,"214":29,"215":137,"221":296,"223":771,"224":123,"225":536,"23":275,"24":1457,"25":678,"257":82,"26":219,"268":5,"27":67,"273":102,"276":39,"279":12,"28":547,"281":9,"282":28,"291":26,"292":105,"30":67,"302":5,"306":2,"31":49,"314":10,"317":1,"32":16,"33":57,"34":110,"347":16,"35":38,"352":835,"36":148,"37":75,"38":471,"380":3,"381":32,"383":36,"39":97,"391":18,"396":12,"397":21,"40":103,"409":95,"41":67,"414":31,"415":84,"419":11,"42":108,"426":5,"43":67,"430":33,"433":13,"44":24,"45":13,"46":253,"48":56,"49":77,"5":744,"51":49,"52":120,"53":53,"56":16,"570":2,"6":169,"63":17,"7":852,"79":23,"8":298,"80":38,"9":313,"all_client":107717,"all_tv_clinet":16780,"insert_time":"2014-08-24T03:14:37.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91062,"10":36,"107":601,"11":456,"12":55,"13":560,"14":158,"15":261,"155":36,"156":22,"158":48,"159":15,"16":254,"160":36,"161":204,"167":90,"17":476,"18":864,"19":346,"20":102,"209":55,"21":724,"210":32,"211":5,"214":29,"215":143,"221":304,"223":753,"224":125,"225":539,"23":278,"24":1476,"25":623,"257":87,"26":216,"268":5,"27":66,"273":95,"276":40,"279":11,"28":561,"281":8,"282":26,"291":27,"292":109,"30":69,"302":5,"306":3,"31":47,"314":11,"317":1,"32":14,"33":53,"34":111,"347":15,"35":38,"352":830,"36":144,"37":69,"38":478,"380":3,"381":33,"383":35,"39":94,"391":18,"396":16,"397":21,"40":103,"409":95,"41":66,"414":30,"415":88,"419":10,"42":112,"426":6,"43":70,"430":31,"433":13,"44":22,"45":16,"46":266,"48":57,"49":77,"5":742,"51":52,"52":111,"53":52,"56":19,"570":2,"6":169,"63":17,"7":869,"79":26,"8":304,"80":40,"9":318,"all_client":107910,"all_tv_clinet":16848,"insert_time":"2014-08-24T03:15:37.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91269,"10":33,"107":619,"11":459,"12":53,"13":570,"14":164,"15":269,"155":33,"156":19,"158":48,"159":18,"16":265,"160":36,"161":217,"167":92,"17":458,"18":884,"19":356,"20":107,"209":53,"21":724,"210":34,"211":5,"214":29,"215":151,"221":304,"223":740,"224":137,"225":536,"23":280,"24":1476,"25":562,"257":90,"26":228,"268":6,"27":64,"273":95,"276":39,"279":13,"28":586,"281":8,"282":24,"291":27,"292":117,"30":68,"302":6,"306":2,"31":51,"314":10,"317":1,"32":11,"33":53,"34":113,"347":14,"35":40,"352":813,"36":155,"37":59,"38":465,"380":3,"381":33,"383":28,"39":91,"391":18,"396":16,"397":21,"40":102,"409":97,"41":61,"414":32,"415":87,"419":9,"42":106,"426":5,"43":75,"430":27,"433":15,"44":22,"45":17,"46":263,"48":55,"49":78,"5":764,"51":56,"52":90,"53":48,"56":23,"570":3,"6":159,"63":17,"7":887,"79":28,"8":315,"80":45,"9":321,"all_client":108175,"all_tv_clinet":16906,"insert_time":"2014-08-24T03:16:38.755Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91438,"10":32,"107":622,"11":456,"12":52,"13":577,"14":168,"15":282,"155":31,"156":18,"158":46,"159":16,"16":269,"160":39,"161":222,"167":91,"17":457,"18":889,"19":354,"20":108,"209":58,"21":713,"210":36,"211":5,"214":27,"215":153,"221":310,"223":753,"224":144,"225":534,"23":266,"24":1495,"25":536,"257":88,"26":244,"268":7,"27":70,"273":96,"276":38,"279":14,"28":598,"281":9,"282":25,"291":28,"292":127,"30":68,"302":5,"306":2,"31":49,"314":10,"317":1,"32":9,"33":52,"34":111,"347":13,"35":37,"352":801,"36":154,"37":54,"38":473,"380":3,"381":32,"383":23,"39":88,"391":18,"396":11,"397":20,"40":96,"409":100,"41":60,"414":31,"415":89,"419":10,"42":106,"426":4,"43":76,"430":26,"431":1,"433":15,"44":21,"45":22,"46":266,"48":59,"49":76,"5":763,"51":53,"52":87,"53":45,"56":27,"570":3,"6":152,"63":16,"7":890,"79":28,"8":321,"80":48,"9":323,"all_client":108389,"all_tv_clinet":16951,"insert_time":"2014-08-24T03:17:39.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91611,"10":31,"107":621,"11":448,"12":50,"13":597,"14":173,"15":281,"155":31,"156":19,"158":45,"159":19,"16":274,"160":43,"161":233,"167":88,"17":448,"18":884,"19":346,"20":105,"209":58,"21":708,"210":39,"211":4,"214":26,"215":157,"221":307,"223":753,"224":149,"225":533,"23":274,"24":1490,"25":509,"257":87,"26":253,"268":8,"27":71,"273":97,"276":38,"279":12,"28":606,"281":9,"282":29,"291":29,"292":136,"30":65,"302":5,"306":2,"31":46,"314":10,"317":1,"32":8,"33":53,"34":101,"347":12,"35":39,"352":808,"36":152,"37":50,"38":463,"380":3,"381":31,"383":24,"39":90,"391":19,"396":9,"397":20,"40":100,"409":101,"41":60,"414":31,"415":92,"419":10,"42":106,"426":3,"43":77,"430":25,"431":1,"433":14,"44":21,"45":26,"46":264,"48":59,"49":72,"5":768,"51":52,"52":82,"53":48,"56":28,"570":3,"6":147,"63":16,"7":895,"79":27,"8":323,"80":49,"9":323,"all_client":108563,"all_tv_clinet":16952,"insert_time":"2014-08-24T03:18:40.547Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91802,"10":32,"107":604,"11":444,"12":48,"13":598,"14":171,"15":296,"155":29,"156":19,"158":38,"159":19,"16":290,"160":44,"161":234,"167":92,"17":420,"18":898,"19":340,"20":111,"209":62,"21":719,"210":39,"211":4,"214":27,"215":165,"221":307,"223":773,"224":153,"225":528,"23":272,"24":1496,"25":485,"257":87,"26":261,"268":8,"27":79,"273":100,"276":40,"279":12,"28":601,"281":10,"282":28,"291":28,"292":135,"30":61,"302":5,"306":2,"31":39,"314":9,"317":1,"32":11,"33":53,"34":89,"347":15,"35":40,"352":797,"36":150,"37":49,"38":482,"380":2,"381":33,"383":25,"39":87,"391":20,"396":10,"397":21,"40":93,"409":103,"41":54,"414":32,"415":90,"419":10,"42":107,"426":1,"43":77,"430":24,"431":1,"433":13,"44":20,"45":28,"46":273,"48":60,"49":73,"5":775,"51":51,"52":82,"53":46,"56":31,"570":3,"6":158,"63":16,"7":901,"79":27,"8":324,"80":49,"9":331,"all_client":108802,"all_tv_clinet":17000,"insert_time":"2014-08-24T03:19:41.381Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91953,"10":31,"107":615,"11":443,"12":48,"13":601,"14":166,"15":309,"155":29,"156":17,"158":37,"159":20,"16":287,"160":45,"161":234,"167":87,"17":394,"18":914,"19":336,"20":115,"209":60,"21":723,"210":42,"211":3,"214":29,"215":169,"221":301,"223":772,"224":154,"225":541,"23":257,"24":1499,"25":474,"257":92,"26":264,"268":9,"27":83,"273":104,"276":39,"279":15,"28":601,"281":10,"282":33,"291":29,"292":134,"30":62,"302":5,"306":2,"31":37,"314":8,"317":1,"32":13,"33":54,"34":82,"347":13,"35":40,"352":819,"36":155,"37":49,"38":487,"380":2,"381":32,"383":23,"39":80,"391":20,"396":10,"397":20,"40":88,"409":101,"41":58,"414":28,"415":92,"419":11,"42":110,"426":2,"43":77,"430":24,"433":12,"44":22,"45":27,"46":281,"48":64,"49":72,"5":780,"51":51,"52":82,"53":45,"56":31,"570":5,"6":152,"63":17,"7":915,"79":29,"8":336,"80":48,"9":335,"all_client":109027,"all_tv_clinet":17074,"insert_time":"2014-08-24T03:20:42.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92176,"10":29,"107":627,"11":442,"12":49,"13":609,"14":163,"15":317,"155":29,"156":17,"158":38,"159":18,"16":271,"160":48,"161":234,"167":81,"17":373,"18":939,"19":332,"20":117,"209":63,"21":737,"210":45,"211":3,"214":30,"215":166,"221":290,"223":782,"224":151,"225":521,"23":252,"24":1503,"25":457,"257":94,"26":261,"268":8,"27":90,"273":109,"276":38,"279":16,"28":592,"281":10,"282":36,"291":30,"292":134,"30":66,"302":5,"306":2,"31":33,"314":8,"317":1,"32":17,"33":58,"34":86,"347":13,"35":44,"352":814,"36":150,"37":45,"38":492,"380":2,"381":34,"383":23,"39":77,"391":19,"396":8,"397":18,"40":78,"409":104,"41":54,"414":27,"415":94,"419":12,"42":115,"426":2,"43":75,"430":26,"433":12,"44":26,"45":30,"46":282,"48":61,"49":70,"5":780,"51":49,"52":81,"53":45,"56":32,"570":7,"6":148,"63":14,"7":925,"79":28,"8":352,"80":45,"9":327,"all_client":109243,"all_tv_clinet":17067,"insert_time":"2014-08-24T03:21:43.079Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92360,"10":30,"107":636,"11":447,"12":52,"13":637,"14":156,"15":331,"155":30,"156":19,"158":37,"159":18,"16":235,"160":49,"161":234,"167":77,"17":359,"18":965,"19":332,"20":118,"209":63,"21":745,"210":46,"211":3,"214":34,"215":161,"221":300,"223":802,"224":147,"225":505,"23":245,"24":1528,"25":442,"257":95,"26":260,"268":7,"27":88,"273":109,"276":39,"279":20,"28":595,"281":10,"282":40,"291":32,"292":142,"30":65,"302":5,"306":4,"31":32,"314":9,"317":1,"32":19,"33":57,"34":79,"347":12,"35":48,"352":798,"36":154,"37":44,"38":481,"380":2,"381":33,"383":21,"39":72,"391":20,"396":10,"397":18,"40":71,"409":100,"41":56,"414":27,"415":89,"419":14,"42":121,"426":3,"43":74,"430":27,"433":10,"44":28,"45":31,"46":289,"48":60,"49":71,"5":783,"51":50,"52":84,"53":41,"56":31,"570":8,"6":149,"63":16,"7":951,"79":28,"8":354,"80":46,"9":313,"all_client":109489,"all_tv_clinet":17129,"insert_time":"2014-08-24T03:22:43.977Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92487,"10":25,"107":641,"11":438,"12":54,"13":635,"14":158,"15":336,"155":32,"156":20,"158":38,"159":19,"16":229,"160":50,"161":231,"167":77,"168":1,"17":353,"18":964,"19":336,"20":120,"209":59,"21":747,"210":48,"211":3,"214":36,"215":157,"221":304,"223":814,"224":146,"225":493,"23":245,"24":1552,"25":419,"257":94,"26":266,"268":7,"27":88,"273":109,"276":39,"279":21,"28":594,"281":13,"282":42,"291":32,"292":147,"30":60,"302":5,"306":5,"31":34,"314":10,"317":1,"32":22,"33":58,"34":75,"347":11,"35":53,"352":784,"36":155,"37":40,"38":493,"380":2,"381":34,"383":23,"39":69,"391":21,"396":10,"397":18,"40":71,"409":95,"41":53,"414":33,"415":86,"419":15,"42":125,"426":2,"43":75,"430":28,"433":8,"44":27,"45":32,"46":290,"48":58,"49":72,"5":796,"51":49,"52":84,"53":38,"56":32,"570":7,"6":154,"63":17,"7":965,"79":32,"8":365,"80":47,"9":308,"all_client":109666,"all_tv_clinet":17179,"insert_time":"2014-08-24T03:23:44.694Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92678,"10":28,"107":619,"11":441,"12":55,"13":639,"14":160,"15":332,"155":29,"156":18,"158":36,"159":17,"16":220,"160":48,"161":241,"167":71,"168":1,"17":339,"18":963,"19":342,"20":125,"209":60,"21":761,"210":49,"211":3,"214":37,"215":156,"221":309,"223":825,"224":144,"225":490,"23":240,"24":1565,"25":421,"257":90,"26":265,"268":7,"27":96,"273":112,"276":38,"279":21,"28":601,"281":14,"282":43,"291":31,"292":137,"30":59,"302":5,"306":5,"31":35,"314":11,"317":1,"32":30,"33":55,"34":72,"347":10,"35":55,"352":788,"36":158,"37":40,"38":503,"380":2,"381":33,"383":21,"39":62,"391":20,"396":9,"397":18,"40":66,"409":85,"41":56,"414":35,"415":84,"419":12,"42":124,"426":2,"43":77,"430":33,"433":7,"44":27,"45":33,"46":293,"48":59,"49":73,"5":805,"51":49,"52":88,"53":40,"56":32,"570":6,"6":159,"63":19,"7":969,"79":32,"8":363,"80":47,"9":301,"all_client":109885,"all_tv_clinet":17207,"insert_time":"2014-08-24T03:24:45.472Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92724,"10":25,"107":623,"11":439,"12":55,"13":631,"14":161,"15":329,"155":30,"156":16,"158":35,"159":18,"16":218,"160":45,"161":235,"167":71,"168":1,"17":341,"18":976,"19":349,"20":121,"209":58,"21":755,"210":51,"211":2,"214":39,"215":154,"221":319,"223":838,"224":143,"225":479,"23":248,"24":1590,"25":427,"257":92,"26":273,"268":7,"27":101,"273":113,"276":37,"279":18,"28":602,"281":14,"282":44,"291":32,"292":122,"30":61,"302":6,"306":5,"31":36,"314":12,"317":1,"32":29,"33":57,"34":73,"347":10,"35":60,"352":785,"36":154,"37":42,"38":503,"380":2,"381":32,"383":22,"39":65,"391":22,"396":10,"397":17,"40":62,"409":83,"41":52,"414":38,"415":89,"419":10,"42":126,"426":3,"43":75,"430":30,"433":7,"44":22,"45":33,"46":299,"48":58,"49":73,"5":811,"51":53,"52":90,"53":42,"56":32,"570":6,"6":158,"63":20,"7":986,"79":30,"8":368,"80":47,"9":290,"all_client":109998,"all_tv_clinet":17274,"insert_time":"2014-08-24T03:25:46.286Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92908,"10":24,"107":615,"11":429,"12":59,"13":634,"14":159,"15":334,"155":29,"156":15,"158":35,"159":20,"16":220,"160":37,"161":239,"167":69,"168":1,"17":338,"18":989,"19":349,"20":128,"209":61,"21":767,"210":53,"211":2,"214":39,"215":151,"221":326,"223":862,"224":142,"225":474,"23":249,"24":1613,"25":431,"257":85,"26":271,"268":7,"27":105,"273":114,"276":38,"279":20,"28":603,"281":14,"282":43,"291":32,"292":107,"30":61,"302":7,"306":5,"31":37,"314":12,"317":1,"32":27,"33":56,"34":70,"347":11,"35":62,"352":795,"36":156,"37":41,"38":501,"380":2,"381":31,"383":27,"39":63,"391":21,"396":10,"397":17,"40":61,"409":80,"41":52,"414":35,"415":88,"419":7,"42":125,"426":3,"43":72,"430":29,"433":6,"44":23,"45":32,"46":293,"48":59,"49":79,"5":811,"51":52,"52":91,"53":42,"56":30,"570":6,"6":156,"63":23,"7":1010,"79":32,"8":367,"80":45,"9":291,"all_client":110253,"all_tv_clinet":17345,"insert_time":"2014-08-24T03:26:47.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93117,"10":22,"107":605,"11":429,"12":63,"13":628,"14":158,"15":334,"155":34,"156":15,"158":35,"159":19,"16":223,"160":35,"161":232,"167":67,"168":1,"17":344,"18":987,"19":360,"20":125,"209":61,"21":762,"210":55,"211":2,"214":38,"215":151,"221":325,"223":871,"224":151,"225":463,"23":245,"24":1632,"25":442,"257":84,"26":268,"268":10,"27":105,"273":111,"276":36,"279":21,"28":607,"281":14,"282":46,"291":32,"292":103,"30":57,"302":7,"306":5,"31":38,"314":13,"317":1,"32":20,"33":52,"34":73,"347":15,"35":58,"352":808,"36":158,"37":39,"38":507,"380":2,"381":33,"383":29,"39":60,"391":21,"396":10,"397":18,"40":57,"409":79,"41":48,"414":34,"415":91,"419":6,"42":131,"426":3,"43":72,"430":31,"433":6,"44":20,"45":34,"46":289,"48":58,"49":76,"5":824,"51":52,"52":95,"53":37,"56":31,"570":6,"6":155,"63":20,"7":1026,"79":34,"8":387,"80":43,"9":279,"all_client":110516,"all_tv_clinet":17399,"insert_time":"2014-08-24T03:27:47.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93310,"10":24,"107":614,"11":430,"12":62,"13":626,"14":158,"15":319,"155":35,"156":13,"158":38,"159":17,"16":227,"160":36,"161":220,"167":63,"168":2,"17":349,"18":986,"19":365,"20":130,"209":63,"21":759,"210":56,"211":2,"214":41,"215":154,"221":328,"223":864,"224":150,"225":467,"23":251,"24":1641,"25":444,"257":85,"26":236,"268":10,"27":112,"273":110,"276":34,"279":22,"28":614,"281":15,"282":47,"291":32,"292":100,"30":59,"302":7,"306":5,"31":39,"314":12,"32":18,"33":51,"34":75,"347":17,"35":63,"352":821,"36":157,"37":39,"38":513,"380":3,"381":34,"383":31,"39":61,"391":21,"396":7,"397":18,"40":55,"409":85,"41":48,"414":36,"415":96,"419":5,"42":133,"426":3,"43":75,"430":31,"433":6,"44":21,"45":34,"46":275,"48":56,"49":81,"5":837,"51":54,"52":98,"53":41,"56":33,"570":5,"6":156,"63":21,"7":1043,"79":34,"8":398,"80":46,"9":273,"all_client":110791,"all_tv_clinet":17481,"insert_time":"2014-08-24T03:28:48.674Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93519,"10":22,"107":606,"11":435,"12":62,"13":626,"14":159,"15":313,"155":37,"156":13,"158":38,"159":15,"16":236,"160":37,"161":206,"167":63,"168":2,"17":357,"18":985,"19":377,"20":132,"209":59,"21":771,"210":58,"211":2,"214":41,"215":159,"221":335,"223":835,"224":152,"225":466,"23":245,"24":1660,"25":448,"257":91,"26":217,"268":10,"27":113,"273":102,"276":35,"279":25,"28":633,"281":13,"282":47,"291":34,"292":103,"30":59,"302":6,"306":5,"31":37,"314":12,"32":17,"33":51,"34":84,"347":16,"35":68,"352":824,"36":150,"37":39,"38":500,"380":3,"381":32,"383":31,"39":57,"391":23,"396":8,"397":17,"40":53,"409":88,"41":52,"414":38,"415":100,"419":5,"42":134,"426":3,"43":77,"430":31,"433":5,"44":20,"45":31,"46":265,"48":52,"49":82,"5":852,"51":57,"52":106,"53":41,"56":32,"570":5,"6":159,"63":20,"7":1050,"79":37,"8":402,"80":46,"9":270,"all_client":111046,"all_tv_clinet":17527,"insert_time":"2014-08-24T03:29:49.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93685,"10":26,"107":601,"11":450,"12":62,"13":633,"14":162,"15":313,"155":39,"156":13,"158":39,"159":15,"16":242,"160":36,"161":198,"167":62,"168":2,"17":360,"18":1003,"19":367,"20":127,"209":61,"21":779,"210":62,"211":3,"214":41,"215":162,"221":337,"223":820,"224":155,"225":475,"23":245,"24":1689,"25":457,"257":85,"26":194,"268":10,"27":114,"273":99,"276":34,"279":24,"28":631,"281":13,"282":51,"291":33,"292":102,"30":63,"302":7,"306":5,"31":34,"314":12,"32":18,"33":53,"34":81,"347":15,"35":74,"352":827,"36":152,"37":39,"38":488,"380":3,"381":32,"383":30,"39":57,"391":21,"396":8,"397":17,"40":54,"409":94,"41":51,"414":38,"415":100,"419":5,"42":131,"426":3,"43":81,"430":33,"433":6,"44":20,"45":26,"46":263,"48":53,"49":83,"5":862,"51":62,"52":111,"53":42,"56":32,"570":4,"6":160,"63":22,"7":1050,"79":38,"8":407,"80":45,"9":275,"all_client":111298,"all_tv_clinet":17613,"insert_time":"2014-08-24T03:30:50.464Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93779,"10":26,"107":600,"11":455,"12":61,"13":637,"14":163,"15":315,"155":38,"156":13,"158":41,"159":14,"16":255,"160":37,"161":193,"167":60,"168":2,"17":359,"18":992,"19":365,"20":128,"209":63,"21":806,"210":63,"211":3,"214":38,"215":161,"221":324,"223":825,"224":158,"225":487,"23":244,"24":1695,"25":480,"257":80,"26":176,"268":10,"27":111,"273":94,"276":34,"279":23,"28":616,"281":12,"282":54,"291":32,"292":108,"30":64,"302":6,"306":5,"31":35,"314":12,"32":22,"33":53,"34":83,"347":16,"35":71,"352":853,"36":157,"37":37,"38":480,"380":3,"381":27,"383":33,"39":60,"391":20,"396":7,"397":16,"40":54,"409":96,"41":49,"414":36,"415":102,"419":7,"42":129,"426":4,"43":82,"430":32,"433":6,"44":20,"45":27,"46":256,"48":55,"49":76,"5":867,"51":64,"52":114,"53":49,"56":32,"570":4,"6":165,"63":23,"7":1055,"79":38,"8":408,"80":46,"9":290,"all_client":111476,"all_tv_clinet":17697,"insert_time":"2014-08-24T03:31:51.310Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93953,"10":28,"107":596,"11":463,"12":65,"13":637,"14":160,"15":321,"155":38,"156":12,"158":42,"159":14,"16":257,"160":33,"161":204,"167":58,"168":2,"17":365,"18":981,"19":379,"20":131,"209":61,"21":807,"210":61,"211":2,"214":39,"215":168,"221":318,"223":844,"224":161,"225":492,"23":263,"24":1669,"25":504,"257":76,"26":165,"268":9,"27":107,"273":91,"276":35,"279":24,"28":587,"281":15,"282":56,"291":33,"292":112,"30":64,"302":5,"306":6,"31":36,"314":14,"32":21,"33":58,"34":87,"347":18,"35":70,"352":840,"36":154,"37":36,"38":486,"380":3,"381":26,"383":35,"39":58,"391":21,"396":5,"397":16,"40":54,"409":97,"41":44,"414":36,"415":102,"419":5,"42":131,"426":4,"43":82,"430":32,"433":5,"44":19,"45":28,"46":253,"48":49,"49":78,"5":881,"51":60,"52":112,"53":49,"56":36,"570":3,"6":165,"63":24,"7":1048,"79":38,"8":407,"80":46,"9":306,"all_client":111691,"all_tv_clinet":17738,"insert_time":"2014-08-24T03:32:52.108Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94026,"10":25,"107":611,"11":462,"12":64,"13":636,"14":169,"15":321,"155":34,"156":13,"158":45,"159":16,"16":262,"160":33,"161":209,"167":55,"168":2,"17":374,"18":962,"19":383,"20":132,"209":60,"21":812,"210":61,"211":2,"214":40,"215":169,"221":321,"223":847,"224":168,"225":514,"23":264,"24":1645,"25":524,"257":76,"26":153,"268":8,"27":111,"273":99,"276":38,"279":24,"28":571,"281":15,"282":60,"291":34,"292":116,"30":67,"302":5,"306":6,"31":42,"314":14,"32":24,"33":58,"34":87,"347":17,"35":72,"352":834,"36":165,"37":34,"38":495,"380":3,"381":25,"383":34,"39":59,"391":20,"396":6,"397":15,"40":54,"409":97,"41":47,"414":38,"415":105,"419":6,"42":133,"426":4,"43":71,"430":33,"433":5,"44":19,"45":31,"46":260,"48":45,"49":83,"5":890,"51":59,"52":113,"53":52,"56":35,"570":3,"6":168,"63":23,"7":1049,"79":38,"8":393,"80":52,"9":323,"all_client":111877,"all_tv_clinet":17851,"insert_time":"2014-08-24T03:33:52.982Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94142,"10":27,"107":596,"11":464,"12":67,"13":634,"14":173,"15":320,"155":34,"156":15,"158":45,"159":17,"16":263,"160":31,"161":217,"167":53,"168":2,"17":382,"18":947,"19":395,"20":133,"209":55,"21":818,"210":60,"211":2,"214":40,"215":176,"221":319,"223":868,"224":176,"225":528,"23":264,"24":1626,"25":547,"257":81,"26":143,"268":8,"27":110,"273":105,"276":39,"279":23,"28":562,"281":17,"282":63,"291":36,"292":121,"30":70,"302":5,"306":5,"31":40,"314":13,"32":20,"33":57,"34":88,"347":17,"35":83,"352":838,"36":168,"37":31,"38":509,"380":3,"381":25,"383":36,"39":60,"391":21,"396":7,"397":15,"40":53,"409":93,"41":44,"414":38,"415":109,"419":6,"42":134,"426":4,"43":65,"430":33,"433":5,"44":18,"45":34,"46":266,"48":44,"49":85,"5":884,"51":54,"52":114,"53":48,"56":37,"570":3,"6":164,"63":22,"7":1062,"79":38,"8":362,"80":51,"9":341,"all_client":112066,"all_tv_clinet":17924,"insert_time":"2014-08-24T03:34:53.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94366,"10":28,"107":604,"11":469,"12":71,"13":627,"14":177,"15":325,"155":35,"156":21,"158":45,"159":18,"16":266,"160":30,"161":216,"167":53,"168":2,"17":389,"18":932,"19":407,"20":131,"209":50,"21":800,"210":58,"211":2,"214":40,"215":177,"221":326,"223":873,"224":183,"225":539,"23":265,"24":1603,"25":563,"257":83,"26":131,"268":9,"27":113,"273":111,"276":39,"279":24,"28":554,"281":17,"282":62,"291":39,"292":123,"30":69,"302":4,"306":5,"31":43,"314":13,"32":21,"33":53,"34":92,"347":19,"35":85,"352":828,"36":169,"37":30,"38":505,"380":3,"381":26,"383":33,"39":59,"391":21,"396":7,"397":16,"40":51,"409":95,"41":45,"414":39,"415":112,"419":6,"42":134,"426":4,"43":61,"430":38,"433":5,"44":21,"45":32,"46":275,"48":43,"49":84,"5":905,"51":59,"52":116,"53":48,"56":37,"570":3,"6":160,"63":24,"7":1072,"79":38,"8":337,"80":52,"9":357,"all_client":112350,"all_tv_clinet":17984,"insert_time":"2014-08-24T03:35:54.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94537,"10":30,"107":598,"11":471,"12":76,"13":622,"14":183,"15":330,"155":36,"156":24,"158":43,"159":15,"16":257,"160":31,"161":227,"167":55,"168":2,"17":394,"18":937,"19":413,"20":127,"209":46,"21":806,"210":53,"211":2,"214":38,"215":185,"221":324,"223":891,"224":189,"225":552,"23":282,"24":1569,"25":580,"257":84,"26":125,"268":10,"27":120,"273":111,"276":38,"279":22,"28":535,"281":16,"282":55,"291":41,"292":135,"30":63,"302":4,"306":5,"31":43,"314":14,"32":21,"33":54,"34":106,"347":19,"35":90,"352":830,"36":166,"37":26,"38":500,"380":3,"381":30,"383":36,"39":57,"391":23,"396":11,"397":16,"40":47,"409":89,"41":45,"414":40,"415":113,"419":8,"42":136,"426":3,"43":54,"430":37,"433":5,"44":18,"45":30,"46":277,"48":39,"49":82,"5":921,"51":60,"52":120,"53":49,"56":40,"570":3,"6":160,"63":24,"7":1079,"79":37,"8":305,"80":50,"9":385,"all_client":112590,"all_tv_clinet":18053,"insert_time":"2014-08-24T03:36:55.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94729,"10":27,"107":602,"11":465,"12":80,"13":626,"14":194,"15":334,"155":38,"156":23,"158":41,"159":16,"16":239,"160":33,"161":231,"167":55,"168":2,"17":393,"18":946,"19":424,"20":126,"209":39,"21":799,"210":56,"211":2,"214":37,"215":194,"221":337,"223":894,"224":167,"225":552,"23":290,"24":1535,"25":594,"257":83,"26":121,"268":10,"27":121,"273":112,"276":35,"279":23,"28":531,"281":16,"282":47,"291":40,"292":144,"30":56,"302":6,"306":5,"31":43,"314":16,"32":21,"33":57,"34":121,"347":24,"35":93,"352":825,"36":166,"37":25,"38":492,"380":3,"381":34,"383":38,"39":56,"391":23,"396":9,"397":16,"40":43,"409":77,"41":54,"414":38,"415":112,"419":8,"42":138,"426":2,"43":53,"430":40,"433":5,"44":21,"45":33,"46":282,"48":40,"49":81,"5":929,"51":64,"52":119,"53":49,"56":40,"570":2,"6":159,"63":23,"7":1079,"79":38,"8":298,"80":55,"9":395,"all_client":112809,"all_tv_clinet":18080,"insert_time":"2014-08-24T03:37:56.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94805,"10":24,"107":617,"11":461,"12":80,"13":632,"14":188,"15":342,"155":42,"156":22,"158":42,"159":15,"16":214,"160":34,"161":230,"167":51,"168":1,"17":393,"18":951,"19":427,"20":134,"209":37,"21":797,"210":56,"211":2,"214":37,"215":200,"221":339,"223":897,"224":144,"225":561,"23":305,"24":1522,"25":603,"257":85,"26":113,"268":9,"27":128,"273":115,"276":38,"279":23,"28":527,"281":15,"282":46,"291":39,"292":140,"30":60,"302":7,"306":4,"31":47,"314":14,"32":22,"33":56,"34":122,"347":25,"35":98,"352":841,"36":170,"37":26,"38":490,"380":3,"381":34,"383":39,"39":54,"391":22,"396":9,"397":16,"40":41,"409":76,"41":54,"414":42,"415":115,"419":8,"42":135,"426":2,"43":50,"430":38,"433":5,"44":20,"45":31,"46":291,"48":44,"49":81,"5":931,"51":66,"52":118,"53":51,"56":39,"570":3,"6":160,"63":20,"7":1094,"79":36,"8":294,"80":61,"9":408,"all_client":112956,"all_tv_clinet":18151,"insert_time":"2014-08-24T03:38:57.141Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94934,"10":23,"107":620,"11":441,"12":78,"13":617,"14":184,"15":360,"155":43,"156":23,"158":42,"159":17,"16":196,"160":33,"161":233,"167":49,"168":1,"17":377,"18":951,"19":437,"20":139,"209":36,"21":801,"210":55,"211":1,"214":38,"215":212,"221":342,"223":930,"224":125,"225":580,"23":317,"24":1523,"25":611,"257":77,"26":117,"268":10,"27":144,"273":121,"276":37,"279":22,"28":518,"281":16,"282":41,"291":38,"292":126,"30":62,"302":8,"306":3,"31":46,"314":13,"32":19,"33":58,"34":124,"347":26,"35":106,"352":854,"36":169,"37":26,"38":489,"380":4,"381":34,"383":38,"39":53,"391":22,"396":9,"397":16,"40":41,"409":74,"41":53,"414":43,"415":115,"419":6,"42":126,"426":2,"43":52,"430":36,"433":4,"44":17,"45":31,"46":304,"48":46,"49":89,"5":943,"51":66,"52":119,"53":47,"56":34,"570":3,"6":153,"63":21,"7":1096,"79":35,"8":290,"80":65,"9":422,"all_client":113148,"all_tv_clinet":18214,"insert_time":"2014-08-24T03:39:58.009Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95076,"10":24,"107":617,"11":411,"12":84,"13":600,"14":179,"15":375,"155":42,"156":24,"158":44,"159":17,"16":183,"160":30,"161":239,"167":51,"168":1,"17":363,"18":968,"19":420,"20":139,"209":35,"21":795,"210":55,"211":1,"214":38,"215":216,"221":325,"223":958,"224":112,"225":592,"23":331,"24":1541,"25":620,"257":76,"26":117,"268":10,"27":139,"273":129,"276":38,"279":24,"28":512,"281":14,"282":42,"291":37,"292":113,"30":67,"302":9,"306":3,"31":44,"314":12,"32":18,"33":55,"34":125,"347":24,"35":103,"352":857,"36":167,"37":23,"38":492,"380":4,"381":38,"383":37,"39":56,"391":24,"396":9,"397":16,"40":40,"409":71,"41":53,"414":43,"415":115,"419":7,"42":113,"426":3,"43":49,"430":37,"433":4,"44":15,"45":29,"46":316,"48":47,"49":96,"5":961,"51":60,"52":120,"53":49,"56":31,"570":3,"6":145,"63":21,"7":1109,"79":35,"8":287,"80":69,"9":451,"all_client":113319,"all_tv_clinet":18243,"insert_time":"2014-08-24T03:40:59.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95195,"10":23,"107":604,"11":391,"12":94,"13":591,"14":181,"15":377,"155":42,"156":25,"158":46,"159":19,"16":173,"160":29,"161":234,"167":52,"168":2,"17":352,"18":981,"19":400,"20":134,"209":33,"21":795,"210":56,"211":1,"214":37,"215":218,"221":330,"223":966,"224":108,"225":604,"23":344,"24":1562,"25":637,"257":88,"26":110,"268":10,"27":144,"273":134,"276":36,"279":25,"28":505,"281":13,"282":43,"291":38,"292":105,"30":66,"302":8,"306":3,"31":42,"314":12,"32":20,"33":53,"34":119,"347":23,"35":102,"352":853,"36":173,"37":25,"38":497,"380":3,"381":41,"383":35,"39":56,"391":23,"396":9,"397":17,"40":42,"409":71,"41":56,"414":44,"415":112,"419":8,"42":106,"426":3,"43":49,"430":38,"433":5,"44":14,"45":33,"46":326,"48":44,"49":98,"5":976,"51":61,"52":127,"53":54,"56":29,"570":3,"6":142,"63":19,"7":1126,"79":35,"8":275,"80":74,"9":479,"all_client":113516,"all_tv_clinet":18321,"insert_time":"2014-08-24T03:42:00.065Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95257,"10":26,"107":606,"11":374,"12":99,"13":579,"14":188,"15":383,"155":43,"156":25,"158":46,"159":19,"16":159,"160":30,"161":235,"167":48,"168":2,"17":357,"18":996,"19":386,"20":138,"209":34,"21":803,"210":56,"211":2,"214":38,"215":221,"221":338,"223":991,"224":103,"225":625,"23":353,"24":1558,"25":654,"257":86,"26":106,"268":11,"27":143,"273":127,"276":37,"279":25,"28":495,"281":10,"282":46,"291":38,"292":113,"30":65,"302":9,"306":3,"31":46,"314":13,"32":18,"33":56,"34":117,"347":22,"35":98,"352":868,"36":177,"37":24,"38":495,"380":3,"381":38,"383":36,"39":54,"391":24,"396":4,"397":18,"40":40,"409":77,"41":58,"414":45,"415":112,"419":9,"42":103,"426":2,"43":51,"430":40,"433":4,"44":12,"45":30,"46":331,"48":44,"49":101,"5":994,"51":61,"52":128,"53":56,"56":27,"570":2,"6":133,"63":17,"7":1154,"79":33,"8":266,"80":77,"9":489,"all_client":113693,"all_tv_clinet":18436,"insert_time":"2014-08-24T03:43:00.854Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95369,"10":25,"107":595,"11":359,"12":110,"13":568,"14":193,"15":389,"155":41,"156":27,"158":46,"159":20,"16":155,"160":34,"161":229,"167":48,"168":2,"17":361,"18":1004,"19":383,"20":137,"209":35,"21":813,"210":56,"211":2,"214":35,"215":228,"221":356,"223":1009,"224":98,"225":633,"23":358,"24":1549,"25":672,"257":87,"26":100,"268":11,"27":149,"273":115,"276":35,"279":26,"28":486,"281":10,"282":46,"291":37,"292":115,"30":63,"302":10,"306":3,"31":47,"314":13,"32":19,"33":53,"34":113,"347":25,"35":97,"352":865,"36":181,"37":25,"38":499,"380":3,"381":35,"383":32,"39":53,"391":27,"396":6,"397":18,"40":40,"409":79,"41":55,"414":49,"415":119,"419":8,"42":98,"426":2,"43":45,"430":45,"433":4,"44":9,"45":27,"46":340,"48":42,"49":107,"5":996,"51":59,"52":130,"53":55,"56":24,"570":2,"6":122,"63":16,"7":1162,"79":36,"8":264,"80":77,"9":499,"all_client":113854,"all_tv_clinet":18485,"insert_time":"2014-08-24T03:44:01.751Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95546,"10":24,"107":594,"11":347,"12":109,"13":557,"14":195,"15":370,"155":41,"156":23,"158":47,"159":20,"16":152,"160":36,"161":229,"167":46,"168":2,"17":381,"18":1004,"19":383,"20":140,"209":39,"21":817,"210":54,"211":2,"214":35,"215":230,"221":351,"223":1034,"224":91,"225":653,"23":374,"24":1518,"25":693,"257":84,"26":93,"268":11,"27":151,"273":111,"276":38,"279":26,"28":484,"281":10,"282":45,"291":35,"292":116,"30":71,"302":11,"306":3,"31":49,"314":12,"32":16,"33":56,"34":120,"347":22,"35":94,"352":874,"36":179,"37":26,"38":505,"380":4,"381":32,"383":37,"39":55,"391":27,"396":7,"397":18,"40":39,"409":81,"41":54,"414":48,"415":122,"419":9,"42":94,"426":2,"43":44,"430":47,"433":5,"44":9,"45":26,"46":350,"48":39,"49":108,"5":996,"51":61,"52":129,"53":53,"56":23,"570":2,"6":118,"63":16,"7":1152,"79":42,"8":254,"80":78,"9":516,"all_client":114076,"all_tv_clinet":18530,"insert_time":"2014-08-24T03:45:02.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95786,"10":26,"107":609,"11":343,"12":116,"13":545,"14":200,"15":358,"155":43,"156":23,"158":49,"159":18,"16":141,"160":32,"161":236,"167":47,"168":2,"17":392,"18":1007,"19":394,"20":136,"209":34,"21":824,"210":56,"211":2,"214":35,"215":236,"221":348,"223":1042,"224":84,"225":661,"23":382,"24":1486,"25":692,"257":89,"26":88,"268":10,"27":149,"273":114,"276":40,"279":26,"28":483,"281":10,"282":46,"291":35,"292":124,"30":72,"302":10,"306":3,"31":45,"314":11,"32":16,"33":59,"34":122,"347":24,"35":94,"352":867,"36":179,"37":27,"38":516,"380":5,"381":30,"383":38,"39":56,"391":28,"396":7,"397":17,"40":39,"409":81,"41":55,"414":50,"415":116,"419":9,"42":94,"426":1,"43":45,"430":49,"433":5,"434":2,"44":9,"45":27,"46":356,"48":39,"49":110,"5":998,"51":59,"52":129,"53":55,"56":20,"570":2,"6":120,"63":16,"7":1151,"79":42,"8":259,"80":76,"9":524,"all_client":114363,"all_tv_clinet":18577,"insert_time":"2014-08-24T03:46:03.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96082,"10":27,"107":616,"11":337,"12":118,"13":527,"14":206,"15":349,"155":45,"156":22,"158":51,"159":20,"16":143,"160":31,"161":230,"167":50,"168":1,"17":389,"18":1019,"19":406,"20":134,"209":31,"21":824,"210":56,"211":2,"214":35,"215":237,"221":328,"223":1048,"224":81,"225":670,"23":385,"24":1482,"25":690,"257":89,"26":82,"268":10,"27":143,"273":108,"276":38,"279":25,"28":473,"281":10,"282":49,"291":35,"292":138,"30":72,"302":10,"306":3,"31":44,"314":11,"32":15,"33":62,"34":123,"347":21,"35":96,"352":870,"36":179,"37":30,"38":502,"380":5,"381":30,"383":37,"39":58,"391":31,"396":9,"397":17,"40":38,"409":77,"41":57,"414":50,"415":114,"419":11,"42":91,"426":1,"43":46,"430":53,"433":5,"434":2,"44":9,"45":28,"46":365,"48":35,"49":110,"5":1010,"51":62,"52":131,"53":52,"56":18,"570":1,"6":117,"63":15,"7":1153,"79":40,"8":255,"80":81,"9":538,"all_client":114662,"all_tv_clinet":18580,"insert_time":"2014-08-24T03:47:04.232Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96232,"10":30,"107":617,"11":343,"12":118,"13":509,"14":212,"15":351,"155":46,"156":17,"158":54,"159":20,"16":137,"160":31,"161":232,"167":48,"168":1,"17":392,"18":1023,"19":405,"20":132,"209":34,"21":824,"210":57,"211":3,"214":36,"215":238,"221":322,"223":1069,"224":73,"225":679,"23":388,"24":1475,"25":695,"257":90,"26":81,"268":9,"27":132,"273":101,"276":37,"279":24,"28":460,"281":8,"282":51,"291":34,"292":147,"30":72,"302":11,"306":3,"31":41,"314":10,"32":13,"33":63,"34":124,"347":24,"35":100,"352":853,"36":178,"37":31,"38":503,"380":5,"381":30,"383":36,"39":63,"391":32,"396":8,"397":17,"40":37,"409":80,"41":57,"414":51,"415":114,"419":12,"42":92,"426":1,"43":43,"430":54,"433":5,"434":2,"44":11,"45":28,"46":376,"48":37,"49":113,"5":1034,"51":63,"52":132,"53":52,"56":15,"570":1,"6":116,"63":14,"7":1152,"79":37,"8":263,"80":80,"9":550,"all_client":114856,"all_tv_clinet":18624,"insert_time":"2014-08-24T03:48:05.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96386,"10":29,"107":600,"11":345,"12":117,"13":496,"14":211,"15":355,"155":47,"156":16,"158":54,"159":20,"16":138,"160":34,"161":234,"167":50,"168":1,"17":399,"18":1041,"19":420,"20":133,"209":37,"21":821,"210":57,"211":2,"214":35,"215":235,"221":334,"223":1086,"224":65,"225":665,"23":399,"24":1496,"25":695,"257":92,"26":76,"268":11,"27":114,"273":99,"276":38,"279":23,"28":466,"281":8,"282":51,"291":32,"292":155,"30":77,"302":9,"306":2,"31":45,"314":11,"32":15,"33":62,"34":115,"347":28,"35":104,"352":842,"36":175,"37":32,"38":503,"380":3,"381":33,"383":31,"39":56,"391":30,"396":8,"397":19,"40":32,"409":78,"41":58,"414":49,"415":111,"419":11,"42":86,"426":1,"43":41,"430":54,"433":5,"434":2,"44":13,"45":29,"46":393,"48":35,"49":113,"5":1052,"51":64,"52":129,"53":48,"56":13,"570":1,"6":118,"63":14,"7":1127,"79":38,"8":271,"80":83,"9":579,"all_client":115066,"all_tv_clinet":18680,"insert_time":"2014-08-24T03:49:05.922Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96600,"10":30,"107":592,"11":339,"12":122,"13":472,"14":211,"15":366,"155":45,"156":14,"158":54,"159":20,"16":142,"160":32,"161":236,"167":51,"168":1,"17":402,"18":1037,"19":419,"20":134,"209":41,"21":819,"210":55,"211":2,"214":39,"215":242,"221":334,"223":1105,"224":64,"225":669,"23":402,"24":1515,"25":706,"257":94,"26":74,"268":12,"27":109,"273":98,"276":37,"279":24,"28":475,"281":6,"282":48,"291":33,"292":156,"30":76,"302":8,"306":2,"31":46,"314":12,"32":17,"33":62,"34":115,"347":32,"35":103,"352":847,"36":167,"37":34,"38":493,"380":3,"381":34,"383":28,"39":52,"391":31,"396":8,"397":20,"40":32,"409":82,"41":54,"414":49,"415":112,"419":12,"42":86,"426":1,"43":41,"430":49,"433":5,"434":2,"44":14,"45":29,"46":392,"48":32,"49":116,"5":1086,"51":63,"52":133,"53":45,"56":11,"570":1,"6":115,"63":15,"7":1077,"79":36,"8":282,"80":87,"9":606,"all_client":115333,"all_tv_clinet":18733,"insert_time":"2014-08-24T03:50:06.790Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96747,"10":31,"107":591,"11":335,"12":124,"13":452,"14":218,"15":386,"155":42,"156":15,"158":56,"159":18,"16":141,"160":34,"161":238,"167":54,"168":1,"17":405,"18":1041,"19":419,"20":134,"209":35,"21":815,"210":56,"211":3,"214":39,"215":237,"221":329,"223":1123,"224":60,"225":637,"23":407,"24":1544,"25":724,"257":91,"26":73,"268":14,"27":98,"273":96,"276":36,"279":27,"28":481,"281":6,"282":48,"291":34,"292":160,"30":80,"302":9,"306":1,"31":49,"314":13,"32":18,"33":63,"34":117,"347":32,"35":102,"352":847,"36":171,"37":36,"38":487,"380":3,"381":37,"383":31,"39":52,"391":31,"396":8,"397":21,"40":30,"409":79,"41":53,"414":51,"415":118,"419":10,"42":92,"426":1,"43":39,"430":47,"433":6,"434":2,"44":13,"45":29,"46":394,"48":31,"49":117,"5":1074,"51":63,"52":134,"53":48,"56":10,"570":2,"6":123,"63":15,"7":1012,"79":33,"8":301,"80":90,"9":628,"all_client":115508,"all_tv_clinet":18761,"insert_time":"2014-08-24T03:51:07.769Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96884,"10":34,"107":587,"11":342,"12":131,"13":447,"14":225,"15":400,"155":41,"156":14,"158":55,"159":17,"16":150,"160":31,"161":236,"167":54,"17":411,"18":1052,"19":415,"20":136,"209":30,"21":802,"210":56,"211":3,"214":38,"215":231,"221":326,"223":1141,"224":54,"225":617,"23":417,"24":1588,"25":728,"257":94,"26":72,"268":14,"27":93,"273":96,"276":36,"279":27,"28":478,"281":7,"282":52,"291":33,"292":163,"30":82,"302":10,"306":1,"31":49,"314":12,"32":15,"33":64,"34":117,"347":32,"35":102,"352":846,"36":163,"37":37,"38":503,"380":3,"381":38,"383":33,"39":53,"391":31,"396":8,"397":22,"40":30,"409":77,"41":50,"414":52,"415":125,"419":10,"42":92,"426":1,"43":40,"430":44,"433":7,"434":2,"44":11,"45":27,"46":390,"48":31,"49":124,"5":1045,"51":60,"52":134,"53":49,"56":10,"570":4,"6":127,"63":18,"7":977,"79":29,"8":320,"80":94,"9":642,"all_client":115701,"all_tv_clinet":18817,"insert_time":"2014-08-24T03:52:09.251Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97001,"10":32,"107":575,"11":342,"12":133,"13":432,"14":224,"15":400,"155":39,"156":14,"158":56,"159":17,"16":153,"160":32,"161":242,"167":53,"17":416,"18":1065,"19":415,"20":134,"209":35,"21":804,"210":53,"211":3,"214":39,"215":223,"221":328,"223":1146,"224":56,"225":595,"23":424,"24":1644,"25":734,"257":93,"26":67,"268":15,"27":88,"273":97,"276":37,"279":25,"28":478,"281":8,"282":57,"291":32,"292":165,"30":79,"302":10,"306":1,"31":50,"314":14,"317":1,"32":16,"33":59,"34":119,"347":34,"35":105,"352":833,"36":163,"37":40,"38":528,"380":2,"381":35,"383":35,"39":56,"391":27,"396":7,"397":21,"40":29,"409":77,"41":49,"414":56,"415":123,"419":8,"42":96,"426":1,"43":44,"430":44,"433":8,"434":1,"44":11,"45":29,"46":399,"48":30,"49":129,"5":1004,"51":62,"52":135,"53":50,"56":8,"570":5,"6":133,"63":22,"7":957,"79":31,"8":343,"80":95,"9":648,"all_client":115883,"all_tv_clinet":18882,"insert_time":"2014-08-24T03:53:10.053Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97175,"10":31,"107":572,"11":362,"12":140,"13":430,"14":205,"15":411,"155":38,"156":16,"158":58,"159":16,"16":153,"160":35,"161":253,"167":55,"17":421,"18":1069,"19":424,"20":130,"209":32,"21":805,"210":51,"211":2,"214":39,"215":223,"221":330,"223":1167,"224":54,"225":567,"23":417,"24":1699,"25":734,"257":82,"26":67,"268":15,"27":82,"273":96,"276":38,"279":26,"28":486,"281":8,"282":57,"291":32,"292":172,"30":77,"302":9,"306":1,"31":50,"314":14,"317":1,"32":17,"33":57,"34":122,"347":34,"35":107,"352":859,"36":170,"37":42,"38":526,"380":2,"381":40,"383":35,"39":55,"391":30,"396":7,"397":20,"40":30,"409":72,"41":49,"414":59,"415":121,"419":9,"42":94,"426":1,"43":42,"430":44,"433":7,"434":1,"44":11,"45":31,"46":407,"48":28,"49":138,"5":954,"51":62,"52":134,"53":48,"56":9,"570":5,"6":132,"63":28,"7":920,"79":30,"8":363,"80":97,"9":652,"all_client":116128,"all_tv_clinet":18953,"insert_time":"2014-08-24T03:54:10.927Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97317,"10":33,"107":580,"11":382,"12":141,"13":417,"14":185,"15":419,"155":39,"156":18,"158":58,"159":17,"16":152,"160":35,"161":255,"167":57,"17":432,"18":1076,"19":423,"20":129,"209":30,"21":798,"210":48,"211":2,"214":38,"215":222,"221":330,"223":1168,"224":55,"225":546,"23":412,"24":1744,"25":757,"257":83,"26":67,"268":14,"27":78,"273":105,"276":37,"279":29,"28":485,"281":8,"282":56,"291":33,"292":164,"30":79,"302":7,"306":1,"31":48,"314":16,"317":1,"32":16,"33":59,"34":122,"347":35,"35":109,"352":859,"36":179,"37":44,"38":533,"380":2,"381":43,"383":35,"39":56,"391":34,"396":11,"397":21,"40":29,"409":72,"41":53,"414":59,"415":120,"419":8,"42":93,"426":1,"43":40,"430":41,"433":6,"44":11,"45":33,"46":407,"48":30,"49":151,"5":948,"51":65,"52":134,"53":51,"56":8,"570":4,"6":138,"63":26,"7":878,"79":28,"8":376,"80":97,"9":657,"all_client":116348,"all_tv_clinet":19031,"insert_time":"2014-08-24T03:55:11.714Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97544,"10":33,"107":579,"11":395,"12":144,"13":415,"14":174,"15":406,"155":37,"156":20,"158":57,"159":18,"16":149,"160":34,"161":254,"167":59,"17":436,"18":1076,"19":441,"20":124,"209":26,"21":817,"210":48,"211":2,"214":40,"215":220,"221":338,"223":1166,"224":54,"225":536,"23":399,"24":1795,"25":771,"257":86,"26":69,"268":14,"27":74,"273":106,"276":41,"279":29,"28":492,"281":8,"282":57,"291":32,"292":149,"30":81,"302":6,"306":2,"31":47,"314":15,"32":18,"33":64,"34":123,"347":35,"35":106,"352":857,"36":174,"37":44,"38":528,"380":3,"381":46,"383":38,"39":59,"391":33,"396":9,"397":22,"40":30,"409":66,"41":53,"414":61,"415":116,"419":8,"42":102,"426":1,"43":39,"430":41,"433":5,"44":11,"45":32,"46":399,"48":31,"49":162,"5":933,"51":62,"52":134,"53":51,"56":10,"570":5,"6":154,"63":27,"7":823,"79":27,"8":392,"80":100,"9":677,"all_client":116626,"all_tv_clinet":19082,"insert_time":"2014-08-24T03:56:12.631Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97793,"10":30,"107":597,"11":400,"12":142,"13":405,"14":170,"15":371,"155":38,"156":23,"158":58,"159":17,"16":149,"160":36,"161":239,"167":61,"17":432,"18":1092,"19":452,"20":124,"209":29,"21":807,"210":47,"211":2,"214":42,"215":223,"221":347,"223":1188,"224":55,"225":527,"23":375,"24":1839,"25":793,"257":95,"26":70,"268":14,"27":74,"273":104,"276":42,"279":25,"28":486,"281":8,"282":57,"291":32,"292":144,"30":79,"302":6,"306":2,"31":51,"314":14,"32":18,"33":66,"34":127,"347":36,"35":106,"352":847,"36":175,"37":44,"38":528,"380":3,"381":49,"383":41,"39":56,"391":33,"396":9,"397":22,"40":30,"409":61,"41":51,"414":61,"415":116,"419":8,"42":106,"426":1,"43":41,"430":41,"433":4,"44":14,"45":35,"46":401,"48":35,"49":169,"5":930,"51":58,"52":134,"53":56,"56":12,"570":5,"6":161,"63":28,"7":773,"79":27,"8":398,"80":105,"9":701,"all_client":116928,"all_tv_clinet":19135,"insert_time":"2014-08-24T03:57:13.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98005,"10":35,"107":612,"11":398,"12":152,"13":414,"14":169,"15":335,"155":38,"156":21,"158":58,"159":17,"16":155,"160":33,"161":233,"167":59,"168":1,"17":411,"18":1103,"19":461,"20":120,"209":34,"21":769,"210":47,"211":2,"214":43,"215":223,"221":344,"223":1203,"224":54,"225":531,"23":366,"24":1901,"25":819,"257":97,"26":71,"268":13,"27":70,"273":97,"276":39,"279":22,"28":477,"281":9,"282":52,"291":37,"292":140,"30":80,"302":6,"306":2,"31":53,"314":16,"32":18,"33":62,"34":128,"347":39,"35":112,"352":835,"36":170,"37":48,"38":532,"380":3,"381":49,"383":43,"39":64,"391":30,"396":8,"397":20,"40":32,"409":61,"41":51,"414":63,"415":118,"419":7,"42":108,"426":3,"43":38,"430":42,"433":4,"44":15,"45":32,"46":406,"48":34,"49":165,"5":928,"51":54,"52":131,"53":61,"56":12,"570":5,"6":189,"63":27,"7":729,"79":30,"8":420,"80":105,"9":691,"all_client":117169,"all_tv_clinet":19164,"insert_time":"2014-08-24T03:58:14.395Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98192,"10":40,"107":624,"11":411,"12":157,"13":422,"14":159,"15":310,"155":39,"156":22,"158":58,"159":18,"16":155,"160":27,"161":218,"167":57,"168":1,"17":383,"18":1111,"19":480,"20":127,"209":39,"21":731,"210":46,"211":2,"214":40,"215":220,"221":347,"223":1237,"224":50,"225":530,"23":357,"24":1908,"25":847,"257":96,"26":81,"268":14,"27":70,"273":93,"276":41,"279":21,"28":476,"281":8,"282":56,"291":39,"292":145,"30":74,"302":5,"306":1,"31":52,"314":15,"32":20,"33":58,"34":133,"347":40,"35":116,"352":817,"36":171,"37":49,"38":531,"380":3,"381":50,"383":39,"39":62,"391":30,"396":6,"397":19,"40":32,"409":65,"41":53,"414":67,"415":115,"419":8,"42":118,"426":2,"43":39,"430":42,"433":4,"44":15,"45":36,"46":419,"48":33,"49":170,"5":942,"51":53,"52":132,"53":60,"56":13,"570":4,"6":211,"63":26,"7":692,"79":37,"8":446,"80":107,"9":663,"all_client":117400,"all_tv_clinet":19208,"insert_time":"2014-08-24T03:59:15.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98388,"10":47,"107":622,"11":431,"12":163,"13":432,"14":153,"15":296,"155":40,"156":24,"158":58,"159":17,"16":159,"160":24,"161":213,"167":59,"168":1,"17":366,"18":1091,"19":494,"20":141,"209":34,"21":705,"210":45,"211":2,"214":39,"215":218,"221":341,"223":1259,"224":53,"225":542,"23":345,"24":1903,"25":876,"257":100,"26":78,"268":14,"27":70,"273":87,"276":42,"279":20,"28":482,"281":8,"282":58,"291":41,"292":141,"30":77,"302":7,"306":1,"31":52,"314":17,"32":18,"33":64,"34":134,"347":40,"35":115,"352":811,"36":180,"37":48,"38":532,"380":3,"381":50,"383":38,"39":64,"391":29,"396":5,"397":18,"40":36,"409":69,"41":56,"414":66,"415":109,"419":8,"42":125,"426":2,"43":36,"430":41,"433":6,"44":15,"45":36,"46":423,"48":34,"49":165,"5":975,"51":51,"52":127,"53":55,"56":14,"570":3,"6":241,"63":24,"7":682,"79":40,"8":467,"80":111,"9":630,"all_client":117672,"all_tv_clinet":19284,"insert_time":"2014-08-24T04:00:16.144Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98567,"10":43,"107":609,"11":448,"12":162,"13":446,"14":153,"15":288,"155":42,"156":25,"158":55,"159":20,"16":167,"160":26,"161":216,"167":53,"168":2,"17":367,"18":1095,"19":498,"20":159,"209":32,"21":693,"210":41,"211":2,"214":37,"215":217,"221":352,"223":1246,"224":52,"225":551,"23":343,"24":1886,"25":877,"257":97,"26":71,"268":13,"27":63,"273":85,"276":49,"279":21,"28":473,"281":7,"282":57,"291":42,"292":157,"30":68,"302":10,"306":1,"31":58,"314":17,"32":19,"33":63,"34":140,"347":41,"35":111,"352":809,"36":170,"37":51,"38":535,"380":3,"381":48,"383":36,"39":65,"391":28,"396":7,"397":19,"40":38,"409":71,"41":57,"414":66,"415":106,"419":9,"42":133,"426":2,"43":36,"430":43,"433":6,"44":16,"45":37,"46":418,"48":39,"49":155,"5":1029,"51":53,"52":113,"53":51,"56":13,"570":3,"6":254,"63":26,"7":651,"79":43,"8":494,"80":110,"9":631,"all_client":117907,"all_tv_clinet":19340,"insert_time":"2014-08-24T04:01:16.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98726,"10":44,"107":594,"11":450,"12":165,"13":459,"14":154,"15":278,"155":44,"156":23,"158":54,"159":19,"16":168,"160":24,"161":219,"167":57,"168":2,"17":377,"18":1109,"19":501,"20":157,"209":34,"21":675,"210":39,"211":3,"214":35,"215":219,"221":336,"223":1203,"224":52,"225":563,"23":354,"24":1900,"25":861,"257":100,"26":64,"268":14,"27":58,"273":92,"276":50,"279":23,"28":476,"281":7,"282":51,"291":42,"292":157,"30":62,"302":10,"306":1,"31":57,"314":16,"32":15,"33":67,"34":144,"347":44,"35":117,"352":825,"36":172,"37":51,"38":549,"380":4,"381":52,"383":35,"39":69,"391":33,"396":7,"397":19,"40":45,"409":72,"41":62,"414":68,"415":94,"419":11,"42":130,"426":2,"43":38,"430":47,"433":6,"44":17,"45":37,"46":415,"48":43,"49":134,"5":1096,"51":52,"52":101,"53":52,"56":16,"570":3,"6":262,"63":26,"7":621,"79":40,"8":518,"80":118,"9":641,"all_client":118148,"all_tv_clinet":19422,"insert_time":"2014-08-24T04:02:17.804Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98864,"10":44,"107":590,"11":455,"12":168,"13":483,"14":153,"15":267,"155":41,"156":19,"158":53,"159":19,"16":172,"160":24,"161":224,"167":55,"168":3,"17":381,"18":1122,"19":498,"20":157,"209":39,"21":666,"210":36,"211":5,"214":33,"215":223,"221":339,"223":1156,"224":56,"225":580,"23":359,"24":1934,"25":844,"257":92,"26":61,"268":13,"27":52,"273":90,"276":51,"279":24,"28":474,"281":8,"282":47,"291":45,"292":156,"30":53,"302":11,"306":1,"31":54,"314":15,"32":14,"33":69,"34":142,"347":46,"35":121,"352":844,"36":168,"37":51,"38":557,"380":3,"381":53,"383":33,"39":70,"391":35,"396":7,"397":20,"40":46,"409":72,"41":60,"414":67,"415":90,"419":11,"42":141,"426":2,"43":40,"430":51,"433":6,"44":16,"45":38,"46":418,"48":41,"49":118,"5":1162,"51":49,"52":96,"53":52,"56":20,"570":2,"6":252,"63":26,"7":610,"79":42,"8":537,"80":140,"9":659,"all_client":118406,"all_tv_clinet":19542,"insert_time":"2014-08-24T04:03:18.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99001,"10":41,"107":590,"11":464,"12":176,"13":500,"14":158,"15":247,"155":39,"156":16,"158":53,"159":16,"16":172,"160":25,"161":237,"167":54,"168":3,"17":374,"18":1144,"19":480,"20":156,"209":39,"21":640,"210":37,"211":6,"214":33,"215":223,"221":323,"223":1129,"224":56,"225":592,"23":371,"24":1951,"25":839,"257":93,"26":59,"268":12,"27":44,"273":87,"276":51,"279":34,"28":468,"281":8,"282":46,"291":44,"292":160,"30":50,"302":12,"306":1,"31":51,"314":14,"32":16,"33":73,"34":133,"347":50,"35":116,"352":840,"36":166,"37":55,"38":562,"380":5,"381":51,"383":38,"39":73,"391":36,"396":6,"397":17,"40":49,"409":75,"41":61,"414":67,"415":90,"419":10,"42":143,"426":3,"43":41,"430":54,"433":6,"434":1,"44":15,"45":37,"46":430,"48":42,"49":107,"5":1217,"51":47,"52":96,"53":56,"56":26,"570":1,"6":248,"63":26,"7":591,"79":39,"8":558,"80":155,"9":689,"all_client":118636,"all_tv_clinet":19635,"insert_time":"2014-08-24T04:04:19.750Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99177,"10":44,"107":591,"11":464,"12":181,"13":498,"14":158,"15":249,"155":42,"156":14,"158":51,"159":15,"16":173,"160":27,"161":250,"167":51,"168":4,"17":373,"18":1163,"19":444,"20":153,"209":37,"21":622,"210":34,"211":6,"214":33,"215":229,"221":327,"223":1133,"224":57,"225":598,"23":377,"24":1996,"25":840,"257":89,"26":59,"268":11,"27":43,"273":91,"276":56,"279":37,"28":461,"281":8,"282":42,"291":46,"292":169,"30":46,"302":11,"306":1,"31":57,"314":15,"32":15,"33":78,"34":115,"347":49,"35":117,"352":820,"36":162,"37":55,"38":572,"380":5,"381":49,"383":36,"39":74,"391":35,"396":5,"397":16,"40":44,"409":76,"41":61,"414":66,"415":88,"419":11,"42":141,"426":3,"43":39,"430":58,"433":7,"434":1,"44":16,"45":41,"46":445,"48":39,"49":103,"5":1272,"51":45,"52":92,"53":56,"56":27,"570":1,"6":248,"63":25,"7":580,"79":41,"8":562,"80":163,"9":699,"all_client":118906,"all_tv_clinet":19729,"insert_time":"2014-08-24T04:05:20.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99320,"10":46,"107":604,"11":464,"12":177,"13":522,"14":158,"15":235,"155":41,"156":13,"158":47,"159":14,"16":167,"160":29,"161":261,"167":57,"168":4,"17":374,"18":1197,"19":410,"20":151,"209":34,"21":638,"210":33,"211":5,"214":31,"215":236,"221":324,"223":1124,"224":58,"225":596,"23":375,"24":2013,"25":833,"257":84,"26":59,"268":10,"27":39,"273":91,"276":56,"279":36,"28":466,"281":8,"282":41,"291":45,"292":174,"30":43,"302":12,"306":1,"31":59,"314":14,"32":15,"33":78,"34":103,"347":43,"35":112,"352":815,"36":166,"37":60,"38":565,"380":6,"381":48,"383":31,"39":73,"391":36,"396":6,"397":16,"40":42,"409":82,"41":61,"414":66,"415":90,"419":10,"42":136,"426":3,"43":39,"430":60,"433":7,"434":1,"44":18,"45":41,"46":442,"48":40,"49":104,"5":1347,"51":47,"52":87,"53":62,"56":26,"570":1,"6":246,"63":24,"7":552,"79":41,"8":566,"80":180,"9":715,"all_client":119138,"all_tv_clinet":19818,"insert_time":"2014-08-24T04:06:21.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99412,"10":48,"107":615,"11":448,"12":174,"13":517,"14":152,"15":231,"155":42,"156":12,"158":44,"159":15,"16":166,"160":29,"161":271,"167":59,"168":6,"17":375,"18":1201,"19":395,"20":154,"209":33,"21":635,"210":32,"211":5,"214":32,"215":244,"221":327,"223":1132,"224":55,"225":599,"23":383,"24":2034,"25":831,"257":87,"26":64,"268":11,"27":40,"273":92,"276":55,"279":35,"28":473,"281":8,"282":42,"291":44,"292":176,"30":39,"302":13,"306":1,"31":56,"314":15,"32":14,"33":80,"34":96,"347":36,"35":117,"352":813,"36":168,"37":59,"38":583,"380":6,"381":52,"383":30,"39":69,"391":37,"396":7,"397":15,"40":45,"409":81,"41":57,"414":65,"415":91,"419":11,"42":130,"426":3,"43":41,"430":65,"433":7,"434":1,"44":19,"45":45,"46":440,"48":40,"49":103,"5":1411,"51":46,"52":84,"53":61,"56":25,"570":1,"6":246,"63":23,"7":544,"79":42,"8":571,"80":191,"9":728,"all_client":119358,"all_tv_clinet":19946,"insert_time":"2014-08-24T04:07:22.387Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99503,"10":48,"107":629,"11":447,"12":174,"13":527,"14":144,"15":228,"155":42,"156":13,"158":42,"159":15,"16":169,"160":26,"161":274,"167":56,"168":6,"17":374,"18":1205,"19":380,"20":157,"209":31,"21":641,"210":34,"211":6,"214":29,"215":239,"221":321,"223":1143,"224":54,"225":601,"23":376,"24":2051,"25":831,"257":92,"26":65,"268":12,"27":41,"273":91,"276":56,"279":35,"28":479,"281":9,"282":38,"291":44,"292":176,"30":34,"302":19,"31":54,"314":15,"32":18,"33":79,"34":95,"347":33,"35":122,"352":807,"36":172,"37":60,"38":583,"380":7,"381":51,"383":35,"39":67,"391":35,"396":7,"397":16,"40":49,"409":79,"41":61,"414":69,"415":91,"419":11,"42":124,"426":3,"43":41,"430":67,"433":8,"434":1,"44":20,"45":50,"46":436,"48":42,"49":108,"5":1442,"51":47,"52":83,"53":58,"56":25,"570":1,"6":239,"63":25,"7":523,"79":40,"8":580,"80":201,"9":742,"all_client":119529,"all_tv_clinet":20026,"insert_time":"2014-08-24T04:08:23.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99695,"10":47,"107":637,"11":429,"12":175,"13":549,"14":149,"15":223,"155":43,"156":15,"158":37,"159":15,"16":162,"160":28,"161":268,"167":58,"168":6,"17":365,"18":1226,"19":383,"20":157,"209":32,"21":637,"210":33,"211":7,"214":28,"215":237,"221":318,"223":1164,"224":52,"225":612,"23":378,"24":2046,"25":835,"257":92,"26":65,"268":12,"27":42,"273":94,"276":57,"279":36,"28":492,"281":10,"282":40,"291":45,"292":176,"30":36,"302":19,"31":59,"314":15,"32":19,"33":79,"34":89,"347":30,"35":125,"352":790,"36":172,"37":58,"38":586,"380":8,"381":56,"383":37,"39":66,"391":36,"396":5,"397":15,"40":52,"409":69,"41":61,"414":69,"415":88,"419":10,"42":120,"426":2,"43":41,"430":69,"433":8,"434":1,"44":21,"45":49,"46":435,"48":42,"49":108,"5":1501,"51":46,"52":79,"53":57,"56":24,"570":1,"6":234,"63":27,"7":503,"79":40,"8":584,"80":204,"9":744,"all_client":119796,"all_tv_clinet":20101,"insert_time":"2014-08-24T04:09:24.217Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99914,"10":42,"107":635,"11":426,"12":181,"13":553,"14":152,"15":222,"155":44,"156":16,"158":36,"159":14,"16":162,"160":27,"161":270,"167":58,"168":6,"17":362,"18":1251,"19":389,"20":162,"209":31,"21":626,"210":32,"211":9,"214":28,"215":239,"221":323,"223":1178,"224":51,"225":609,"23":379,"24":2005,"25":841,"257":91,"26":67,"268":12,"27":40,"273":95,"276":59,"279":34,"28":514,"281":9,"282":49,"291":45,"292":161,"30":37,"302":19,"31":58,"314":14,"32":17,"33":81,"34":80,"347":26,"35":125,"352":777,"36":178,"37":56,"38":569,"380":6,"381":51,"383":37,"39":70,"391":37,"396":5,"397":15,"40":54,"409":62,"41":66,"414":67,"415":89,"419":11,"42":116,"426":2,"43":40,"430":76,"433":8,"434":1,"44":18,"45":47,"46":421,"48":41,"49":110,"5":1541,"51":46,"52":70,"53":55,"56":24,"570":2,"6":224,"63":29,"7":479,"79":35,"8":603,"80":215,"9":766,"all_client":120025,"all_tv_clinet":20111,"insert_time":"2014-08-24T04:10:25.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100034,"10":39,"107":627,"11":420,"12":179,"13":559,"14":156,"15":211,"155":44,"156":14,"158":35,"159":14,"16":158,"160":28,"161":275,"167":60,"168":6,"17":365,"18":1286,"19":399,"20":170,"209":28,"21":631,"210":31,"211":9,"214":28,"215":242,"221":320,"223":1202,"224":50,"225":614,"23":373,"24":1984,"25":862,"257":89,"26":71,"268":9,"27":39,"273":97,"276":59,"279":33,"28":527,"281":9,"282":53,"291":43,"292":156,"30":36,"302":21,"31":54,"314":12,"32":15,"33":79,"34":75,"347":24,"35":132,"352":776,"36":175,"37":56,"38":594,"380":6,"381":49,"383":35,"39":75,"391":41,"396":5,"397":15,"40":49,"409":57,"41":62,"414":54,"415":83,"419":11,"42":114,"426":2,"43":40,"430":76,"433":8,"434":1,"44":19,"45":47,"46":399,"48":44,"49":106,"5":1582,"51":40,"52":68,"53":57,"56":24,"570":2,"6":224,"63":26,"7":476,"79":31,"8":614,"80":223,"9":767,"all_client":120219,"all_tv_clinet":20185,"insert_time":"2014-08-24T04:11:26.050Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100093,"10":34,"107":621,"11":405,"12":191,"13":570,"14":156,"15":210,"155":44,"156":10,"158":39,"159":15,"16":155,"160":27,"161":261,"167":60,"168":5,"17":365,"18":1297,"19":402,"20":178,"209":28,"21":626,"210":31,"211":9,"214":27,"215":243,"221":315,"223":1215,"224":49,"225":626,"23":369,"24":1972,"25":870,"257":96,"26":78,"268":8,"27":39,"273":96,"276":62,"279":37,"28":531,"281":9,"282":58,"291":44,"292":138,"30":34,"302":20,"31":49,"314":11,"32":15,"33":80,"34":72,"347":24,"35":133,"352":791,"36":176,"37":58,"38":616,"380":6,"381":41,"383":36,"39":75,"391":40,"396":5,"397":14,"40":49,"409":61,"41":69,"414":42,"415":85,"419":9,"42":117,"426":2,"43":39,"430":82,"433":10,"434":1,"44":19,"45":49,"46":355,"48":45,"49":103,"5":1622,"51":38,"52":62,"53":58,"56":24,"570":2,"6":224,"63":26,"7":470,"79":30,"8":620,"80":236,"9":770,"all_client":120329,"all_tv_clinet":20236,"insert_time":"2014-08-24T04:12:26.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100226,"10":34,"107":607,"11":400,"12":194,"13":575,"14":156,"15":212,"155":47,"156":11,"158":35,"159":16,"16":156,"160":29,"161":248,"167":60,"168":4,"17":382,"18":1305,"19":426,"20":180,"209":31,"21":638,"210":31,"211":9,"214":25,"215":251,"221":310,"223":1213,"224":50,"225":648,"23":364,"24":1978,"25":894,"257":93,"26":81,"268":8,"27":38,"273":86,"276":65,"279":37,"28":531,"281":8,"282":61,"291":44,"292":129,"30":33,"302":19,"31":46,"314":11,"32":15,"33":80,"34":69,"347":21,"35":130,"352":808,"36":180,"37":60,"38":637,"380":6,"381":50,"383":38,"39":75,"391":40,"396":7,"397":13,"40":45,"409":61,"41":69,"414":41,"415":83,"419":6,"42":120,"426":1,"43":38,"430":86,"433":10,"434":1,"44":19,"45":50,"46":326,"48":44,"49":94,"5":1657,"51":36,"52":58,"53":59,"56":25,"570":2,"6":222,"63":26,"7":462,"79":32,"8":613,"80":247,"9":773,"all_client":120570,"all_tv_clinet":20344,"insert_time":"2014-08-24T04:13:27.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100373,"10":32,"107":600,"11":397,"12":198,"13":578,"14":158,"15":213,"155":48,"156":12,"158":36,"159":16,"16":157,"160":33,"161":234,"167":62,"168":4,"17":384,"18":1317,"19":430,"20":181,"209":38,"21":653,"210":31,"211":9,"214":22,"215":254,"221":302,"223":1227,"224":48,"225":643,"23":354,"24":1973,"25":901,"257":97,"26":87,"268":8,"27":35,"273":79,"276":68,"279":44,"28":540,"281":8,"282":70,"291":44,"292":124,"30":31,"302":15,"31":45,"314":11,"32":14,"33":79,"34":66,"347":17,"35":118,"352":810,"36":181,"37":65,"38":625,"380":6,"381":55,"383":40,"39":75,"391":36,"396":8,"397":13,"40":46,"409":62,"41":74,"414":36,"415":86,"419":6,"42":120,"426":1,"43":40,"430":86,"433":9,"434":1,"44":19,"45":50,"46":305,"48":44,"49":83,"5":1704,"51":34,"52":53,"53":62,"56":23,"570":3,"6":225,"63":23,"7":470,"79":32,"8":603,"80":255,"9":778,"all_client":120765,"all_tv_clinet":20392,"insert_time":"2014-08-24T04:14:28.644Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100529,"10":29,"107":601,"11":382,"12":203,"13":590,"14":157,"15":211,"155":49,"156":13,"158":38,"159":15,"16":157,"160":33,"161":230,"167":59,"168":4,"17":383,"18":1314,"19":437,"20":185,"209":39,"21":651,"210":33,"211":10,"214":21,"215":266,"221":310,"223":1256,"224":52,"225":645,"23":358,"24":1972,"25":907,"257":94,"26":95,"268":8,"27":34,"273":78,"276":67,"279":43,"28":552,"281":7,"282":70,"291":42,"292":121,"30":31,"302":15,"31":43,"314":11,"32":16,"33":82,"34":63,"347":16,"35":112,"352":815,"36":177,"37":68,"38":639,"380":6,"381":59,"383":45,"39":76,"391":35,"396":7,"397":13,"40":40,"409":64,"41":73,"414":33,"415":90,"419":5,"42":122,"426":1,"43":41,"430":85,"433":8,"434":1,"44":19,"45":49,"46":290,"48":45,"49":78,"5":1742,"51":35,"52":56,"53":56,"56":24,"570":3,"6":227,"63":23,"7":459,"79":35,"8":593,"80":257,"9":783,"all_client":121016,"all_tv_clinet":20487,"insert_time":"2014-08-24T04:15:29.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100669,"10":31,"107":602,"11":383,"12":198,"13":596,"14":155,"15":210,"155":49,"156":9,"158":37,"159":14,"16":155,"160":36,"161":223,"167":61,"168":4,"17":378,"18":1329,"19":435,"20":194,"209":38,"21":653,"210":34,"211":9,"214":21,"215":259,"221":310,"223":1254,"224":57,"225":636,"23":362,"24":1960,"25":924,"257":91,"26":98,"268":7,"27":35,"273":74,"276":66,"279":41,"28":552,"281":7,"282":70,"291":41,"292":132,"30":28,"302":17,"31":42,"314":9,"32":17,"33":85,"34":63,"347":15,"35":108,"352":826,"36":172,"37":72,"38":642,"380":9,"381":61,"383":47,"39":76,"391":34,"396":5,"397":15,"40":41,"409":70,"41":67,"414":31,"415":87,"419":5,"42":122,"426":1,"43":45,"430":84,"433":8,"434":1,"44":24,"45":51,"46":278,"48":52,"49":78,"5":1796,"51":33,"52":56,"53":55,"56":21,"570":3,"6":220,"63":25,"7":452,"79":36,"8":587,"80":259,"9":788,"all_client":121218,"all_tv_clinet":20549,"insert_time":"2014-08-24T04:16:30.428Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100816,"10":32,"107":602,"11":381,"12":203,"13":603,"14":158,"15":211,"155":48,"156":9,"158":36,"159":13,"16":160,"160":36,"161":217,"167":60,"168":4,"17":375,"18":1324,"19":435,"20":194,"209":35,"21":657,"210":34,"211":9,"214":20,"215":261,"221":315,"223":1263,"224":58,"225":621,"23":365,"24":1962,"25":937,"257":87,"26":101,"268":6,"27":34,"273":70,"276":61,"279":43,"28":567,"281":7,"282":69,"291":43,"292":132,"30":26,"302":16,"306":1,"31":39,"314":11,"32":20,"33":87,"34":62,"347":15,"35":104,"352":826,"36":166,"37":76,"38":638,"380":9,"381":65,"383":46,"39":74,"391":33,"396":7,"397":14,"40":38,"409":69,"41":69,"414":27,"415":95,"419":4,"42":120,"426":1,"43":45,"430":84,"433":6,"434":1,"44":22,"45":51,"46":263,"48":55,"49":73,"5":1815,"51":30,"52":52,"53":59,"56":22,"570":3,"6":220,"63":28,"7":451,"79":41,"8":593,"80":257,"9":794,"all_client":121397,"all_tv_clinet":20581,"insert_time":"2014-08-24T04:17:31.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100997,"10":32,"107":602,"11":380,"12":202,"13":607,"14":160,"15":204,"155":50,"156":7,"158":35,"159":14,"16":160,"160":36,"161":231,"167":61,"168":4,"17":371,"18":1323,"19":438,"20":195,"209":29,"21":655,"210":34,"211":9,"214":18,"215":261,"221":306,"223":1270,"224":63,"225":631,"23":360,"24":1944,"25":943,"257":87,"26":108,"268":7,"27":34,"273":74,"276":61,"279":42,"28":569,"281":7,"282":71,"291":41,"292":137,"30":27,"302":15,"306":2,"31":37,"314":12,"32":17,"33":89,"34":62,"347":11,"35":104,"352":827,"36":170,"37":78,"38":623,"380":9,"381":62,"383":46,"39":72,"391":35,"396":7,"397":12,"40":39,"409":69,"41":70,"414":26,"415":101,"419":4,"42":116,"426":2,"43":42,"430":81,"433":5,"434":1,"44":24,"45":49,"46":251,"48":56,"49":69,"5":1851,"51":26,"52":45,"53":58,"56":24,"570":3,"6":218,"63":28,"7":453,"79":43,"8":607,"80":260,"9":794,"all_client":121602,"all_tv_clinet":20605,"insert_time":"2014-08-24T04:18:32.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101179,"10":30,"107":610,"11":392,"12":204,"13":620,"14":160,"15":202,"155":47,"156":8,"158":31,"159":14,"16":158,"160":35,"161":239,"167":59,"168":5,"17":368,"18":1323,"19":439,"20":191,"209":29,"21":657,"210":33,"211":8,"214":16,"215":265,"221":300,"223":1280,"224":61,"225":631,"23":356,"24":1937,"25":949,"257":87,"26":107,"268":7,"27":32,"273":87,"276":59,"279":43,"28":569,"281":6,"282":71,"291":43,"292":139,"30":26,"302":15,"306":2,"31":34,"314":13,"32":17,"33":90,"34":59,"347":10,"35":105,"352":815,"36":173,"37":76,"38":632,"380":8,"381":65,"383":46,"39":77,"391":37,"396":7,"397":10,"40":35,"409":67,"41":72,"414":26,"415":96,"419":5,"42":115,"426":2,"43":39,"430":79,"433":5,"434":1,"44":25,"45":51,"46":246,"48":58,"49":67,"5":1878,"51":24,"52":45,"53":58,"56":23,"570":5,"6":230,"63":27,"7":439,"79":48,"8":611,"80":264,"9":801,"all_client":121845,"all_tv_clinet":20666,"insert_time":"2014-08-24T04:19:33.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101274,"10":29,"107":628,"11":393,"12":204,"13":628,"14":159,"15":201,"155":46,"156":6,"158":32,"159":15,"16":153,"160":34,"161":245,"167":58,"168":6,"17":374,"18":1313,"19":444,"20":192,"209":35,"21":648,"210":34,"211":8,"214":15,"215":275,"221":296,"223":1285,"224":60,"225":647,"23":366,"24":1920,"25":950,"257":84,"26":107,"268":9,"27":29,"273":92,"276":61,"279":40,"28":560,"281":5,"282":72,"291":44,"292":148,"30":26,"302":16,"306":1,"31":37,"314":14,"32":15,"33":91,"34":58,"347":12,"35":110,"352":793,"36":176,"37":72,"38":633,"380":8,"381":67,"383":49,"39":78,"391":39,"396":5,"397":10,"40":35,"409":69,"41":68,"414":24,"415":92,"419":3,"42":112,"426":2,"43":40,"430":80,"433":6,"434":1,"44":26,"45":55,"46":247,"48":56,"49":66,"5":1903,"51":25,"52":50,"53":57,"56":22,"570":5,"6":225,"63":28,"7":429,"79":48,"8":614,"80":268,"9":801,"all_client":121991,"all_tv_clinet":20717,"insert_time":"2014-08-24T04:20:34.394Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101373,"10":27,"107":650,"11":398,"12":202,"13":646,"14":160,"15":199,"155":47,"156":5,"158":37,"159":14,"16":158,"160":35,"161":244,"167":57,"168":7,"17":373,"18":1307,"19":440,"20":189,"209":37,"21":633,"210":31,"211":8,"214":14,"215":271,"221":307,"223":1287,"224":57,"225":650,"23":362,"24":1952,"25":958,"257":83,"26":109,"268":9,"27":27,"273":99,"276":66,"279":40,"28":548,"281":5,"282":75,"291":44,"292":146,"30":24,"302":17,"306":1,"31":38,"314":14,"32":14,"33":91,"34":49,"347":12,"35":115,"352":783,"36":169,"37":69,"38":637,"380":10,"381":68,"383":46,"39":77,"391":40,"396":8,"397":10,"40":38,"409":64,"41":69,"414":23,"415":85,"419":4,"42":112,"426":2,"43":43,"430":80,"433":5,"434":1,"44":24,"45":62,"46":241,"48":49,"49":65,"5":1917,"51":26,"52":51,"53":59,"56":19,"570":6,"6":226,"63":29,"7":421,"79":44,"8":617,"80":270,"9":816,"all_client":122146,"all_tv_clinet":20773,"insert_time":"2014-08-24T04:21:35.234Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101517,"10":30,"107":648,"11":408,"12":202,"13":649,"14":160,"15":202,"155":47,"156":6,"158":38,"159":14,"16":156,"160":37,"161":235,"167":54,"168":6,"17":364,"18":1294,"19":443,"20":184,"209":40,"21":623,"210":32,"211":8,"214":14,"215":263,"221":302,"223":1291,"224":53,"225":644,"23":351,"24":1968,"25":963,"257":81,"26":106,"268":10,"27":27,"273":97,"276":68,"279":37,"28":535,"281":6,"282":79,"291":43,"292":150,"30":20,"302":17,"306":1,"31":35,"314":15,"32":18,"33":94,"34":46,"347":10,"35":119,"352":803,"36":168,"37":68,"38":639,"380":10,"381":68,"383":50,"39":81,"391":39,"396":8,"397":10,"40":40,"409":59,"41":72,"414":20,"415":86,"419":6,"42":113,"426":3,"43":40,"430":77,"433":5,"44":23,"45":61,"46":237,"48":45,"49":60,"5":1902,"51":31,"52":51,"53":59,"56":17,"570":7,"6":251,"63":31,"7":409,"79":42,"8":630,"80":272,"9":846,"all_client":122299,"all_tv_clinet":20782,"insert_time":"2014-08-24T04:22:36.171Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101574,"10":29,"107":642,"11":412,"12":200,"13":664,"14":161,"15":194,"155":46,"156":6,"158":41,"159":13,"16":157,"160":36,"161":234,"167":53,"168":6,"17":367,"18":1285,"19":444,"20":184,"209":42,"21":604,"210":29,"211":7,"214":14,"215":257,"221":307,"223":1310,"224":51,"225":633,"23":346,"24":2018,"25":986,"257":84,"26":110,"268":10,"27":27,"273":94,"276":73,"279":37,"28":527,"281":7,"282":82,"291":44,"292":150,"30":18,"302":16,"306":1,"31":33,"314":13,"32":16,"33":92,"34":46,"347":10,"35":110,"352":813,"36":158,"37":66,"38":660,"380":9,"381":68,"383":50,"39":80,"391":41,"396":7,"397":10,"40":39,"409":55,"41":67,"414":20,"415":87,"419":5,"42":115,"426":2,"43":38,"430":82,"433":5,"44":23,"45":58,"46":237,"48":41,"49":58,"5":1888,"51":31,"52":51,"53":64,"56":15,"570":7,"6":260,"63":31,"7":405,"79":39,"8":641,"80":273,"9":872,"all_client":122423,"all_tv_clinet":20849,"insert_time":"2014-08-24T04:23:37.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101709,"10":31,"107":651,"11":430,"12":200,"13":663,"14":163,"15":189,"155":48,"156":6,"158":41,"159":13,"16":156,"160":37,"161":237,"167":52,"168":6,"17":370,"18":1280,"19":447,"20":188,"209":48,"21":601,"210":27,"211":4,"214":15,"215":253,"221":309,"223":1312,"224":47,"225":607,"23":355,"24":2052,"25":1009,"257":75,"26":111,"268":12,"27":27,"273":99,"276":76,"279":37,"28":514,"281":9,"282":78,"291":42,"292":142,"30":16,"302":17,"306":1,"31":31,"314":14,"32":18,"33":92,"34":45,"347":11,"35":107,"352":831,"36":158,"37":69,"38":655,"380":10,"381":69,"383":53,"39":86,"391":43,"396":5,"397":9,"40":38,"409":51,"41":62,"414":19,"415":89,"419":4,"42":112,"426":2,"43":37,"430":83,"433":5,"44":22,"45":53,"46":225,"48":46,"49":59,"5":1911,"51":32,"52":50,"53":59,"56":16,"570":7,"6":263,"63":31,"7":390,"79":37,"8":651,"80":276,"9":884,"all_client":122632,"all_tv_clinet":20923,"insert_time":"2014-08-24T04:24:38.047Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101829,"10":30,"107":658,"11":432,"12":198,"13":664,"14":166,"15":186,"155":48,"156":4,"158":42,"159":11,"16":155,"160":38,"161":231,"167":50,"168":7,"17":379,"18":1279,"19":447,"20":185,"209":53,"21":611,"210":25,"211":4,"214":14,"215":242,"221":313,"223":1333,"224":45,"225":607,"23":353,"24":2068,"25":1028,"257":73,"26":107,"268":12,"27":27,"273":103,"276":78,"279":42,"28":502,"281":9,"282":77,"291":41,"292":129,"30":17,"302":17,"306":1,"31":36,"314":15,"32":19,"33":99,"34":47,"347":9,"35":102,"352":835,"36":154,"37":72,"38":651,"380":10,"381":73,"383":53,"39":86,"391":49,"396":4,"397":8,"40":42,"409":51,"41":56,"414":18,"415":87,"419":5,"42":111,"426":2,"43":38,"430":87,"433":6,"44":22,"45":47,"46":227,"48":47,"49":55,"5":1933,"51":36,"52":46,"53":58,"56":15,"570":7,"6":252,"63":30,"7":373,"79":35,"8":657,"80":278,"9":885,"all_client":122798,"all_tv_clinet":20969,"insert_time":"2014-08-24T04:25:39.039Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101930,"10":33,"107":659,"11":429,"12":200,"13":665,"14":167,"15":186,"155":49,"156":5,"158":40,"159":8,"16":160,"160":36,"161":227,"167":50,"168":6,"17":379,"18":1262,"19":447,"20":188,"209":55,"21":624,"210":27,"211":3,"214":13,"215":239,"221":305,"223":1339,"224":45,"225":609,"23":355,"24":2096,"25":1035,"257":74,"26":99,"268":11,"27":25,"273":101,"276":74,"279":42,"28":501,"281":9,"282":72,"291":40,"292":125,"30":17,"302":17,"306":1,"31":35,"314":15,"317":1,"32":21,"33":106,"34":43,"347":10,"35":93,"352":841,"36":162,"37":71,"38":660,"380":9,"381":77,"383":55,"39":86,"391":49,"396":3,"397":7,"40":38,"409":53,"41":56,"414":18,"415":82,"419":7,"42":109,"426":2,"43":35,"430":86,"433":6,"44":21,"45":48,"46":220,"48":47,"49":56,"5":1960,"51":38,"52":44,"53":56,"56":13,"570":7,"6":251,"63":30,"7":354,"79":34,"8":657,"80":280,"9":891,"all_client":122922,"all_tv_clinet":20992,"insert_time":"2014-08-24T04:26:39.935Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102071,"10":31,"107":671,"11":432,"12":200,"13":675,"14":168,"15":187,"155":48,"156":6,"158":39,"159":9,"16":165,"160":35,"161":214,"167":50,"168":8,"17":382,"18":1248,"19":444,"20":196,"209":59,"21":635,"210":25,"211":3,"214":13,"215":233,"221":301,"223":1359,"224":47,"225":615,"23":349,"24":2140,"25":1028,"257":69,"26":93,"268":11,"27":26,"273":99,"276":76,"279":40,"28":509,"281":10,"282":75,"291":39,"292":121,"30":15,"302":17,"306":1,"31":38,"314":14,"317":1,"32":18,"33":105,"34":43,"347":10,"35":87,"352":841,"36":163,"37":74,"38":665,"380":7,"381":77,"383":60,"39":86,"391":49,"396":3,"397":7,"40":37,"409":61,"41":57,"414":19,"415":81,"419":6,"42":105,"426":1,"43":36,"430":86,"433":6,"44":21,"45":46,"46":209,"48":44,"49":55,"5":1951,"51":39,"52":42,"53":53,"56":9,"570":7,"6":244,"63":30,"7":346,"79":36,"8":673,"80":281,"9":905,"all_client":123121,"all_tv_clinet":21050,"insert_time":"2014-08-24T04:27:40.914Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102200,"10":31,"107":651,"11":460,"12":201,"13":667,"14":166,"15":195,"155":45,"156":5,"158":38,"159":11,"16":170,"160":37,"161":206,"167":50,"168":7,"17":388,"18":1217,"19":427,"20":195,"209":62,"21":663,"210":28,"211":3,"214":12,"215":230,"221":294,"223":1381,"224":44,"225":631,"23":334,"24":2171,"25":1015,"257":73,"26":88,"268":9,"27":25,"273":94,"276":79,"279":38,"28":526,"281":10,"282":75,"291":40,"292":118,"30":14,"302":18,"306":1,"31":36,"314":14,"317":1,"32":16,"33":100,"34":39,"347":11,"35":80,"352":841,"36":172,"37":72,"38":683,"380":6,"381":75,"383":62,"39":86,"391":51,"396":4,"397":9,"40":36,"409":65,"41":60,"414":22,"415":91,"419":6,"42":99,"426":1,"43":38,"430":89,"433":5,"44":19,"45":46,"46":211,"48":42,"49":57,"5":1934,"51":39,"52":43,"53":51,"56":10,"570":7,"6":228,"63":30,"7":331,"79":29,"8":678,"80":287,"9":929,"all_client":123284,"all_tv_clinet":21084,"insert_time":"2014-08-24T04:28:41.811Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102249,"10":28,"107":671,"11":463,"12":201,"13":678,"14":161,"15":209,"155":44,"156":7,"158":38,"159":10,"16":168,"160":35,"161":202,"167":51,"168":7,"17":388,"18":1180,"19":413,"20":202,"209":64,"21":670,"210":30,"211":3,"214":12,"215":222,"221":295,"223":1357,"224":43,"225":627,"23":324,"24":2207,"25":993,"257":70,"26":91,"268":10,"27":26,"273":89,"276":78,"279":36,"28":533,"281":9,"282":77,"291":41,"292":118,"30":17,"302":17,"306":1,"31":37,"314":16,"32":16,"33":97,"34":40,"347":11,"35":74,"352":837,"36":169,"37":77,"38":661,"380":6,"381":71,"383":60,"39":86,"391":50,"396":6,"397":9,"40":39,"409":67,"41":60,"414":23,"415":97,"419":7,"42":96,"426":2,"43":41,"430":90,"433":5,"44":22,"45":42,"46":219,"48":46,"49":60,"5":1935,"51":41,"52":42,"53":52,"56":12,"570":8,"6":211,"63":32,"7":334,"79":30,"8":686,"80":292,"9":978,"all_client":123357,"all_tv_clinet":21108,"insert_time":"2014-08-24T04:29:42.730Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102354,"10":32,"107":664,"11":492,"12":197,"13":675,"14":161,"15":218,"155":46,"156":6,"158":38,"159":9,"16":163,"160":36,"161":201,"167":49,"168":9,"17":377,"18":1167,"19":397,"20":204,"209":67,"21":684,"210":30,"211":2,"214":9,"215":213,"221":303,"223":1326,"224":41,"225":617,"23":331,"24":2254,"25":982,"257":72,"26":88,"268":9,"27":25,"273":84,"276":76,"279":38,"28":539,"281":10,"282":80,"291":41,"292":122,"30":23,"302":17,"306":1,"31":40,"314":16,"32":18,"33":96,"34":40,"347":11,"35":68,"352":825,"36":171,"37":76,"38":644,"380":9,"381":71,"383":59,"39":84,"391":52,"396":10,"397":9,"40":42,"409":65,"41":62,"414":24,"415":93,"419":7,"42":94,"426":2,"43":40,"430":89,"433":5,"44":28,"45":40,"46":231,"48":46,"49":63,"5":1917,"51":44,"52":41,"53":57,"56":12,"570":7,"6":197,"63":32,"7":330,"79":29,"8":697,"80":298,"9":1015,"all_client":123485,"all_tv_clinet":21131,"insert_time":"2014-08-24T04:30:43.829Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102475,"10":29,"107":669,"11":518,"12":199,"13":698,"14":161,"15":219,"155":44,"156":6,"158":39,"159":8,"16":148,"160":35,"161":202,"167":49,"168":11,"17":366,"18":1156,"19":385,"20":208,"209":71,"21":687,"210":30,"211":2,"214":9,"215":209,"221":308,"223":1298,"224":40,"225":618,"23":335,"24":2293,"25":972,"257":71,"26":89,"268":8,"27":25,"273":81,"276":76,"279":37,"28":548,"281":11,"282":76,"291":41,"292":125,"30":28,"302":14,"306":2,"31":40,"314":14,"32":18,"33":89,"34":47,"347":10,"35":68,"352":821,"36":172,"37":78,"38":647,"380":10,"381":73,"383":56,"39":85,"391":52,"396":9,"397":8,"40":41,"409":64,"41":59,"414":27,"415":94,"419":8,"42":98,"426":2,"43":38,"430":91,"433":5,"44":32,"45":39,"46":238,"48":41,"49":59,"5":1901,"51":40,"52":41,"53":57,"56":12,"570":7,"6":194,"63":33,"7":332,"79":29,"8":703,"80":299,"9":1044,"all_client":123654,"all_tv_clinet":21179,"insert_time":"2014-08-24T04:31:44.760Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102568,"10":28,"107":654,"11":549,"12":204,"13":706,"14":163,"15":215,"155":45,"156":6,"158":41,"159":9,"16":147,"160":31,"161":196,"167":43,"168":12,"17":363,"18":1147,"19":373,"20":216,"209":69,"21":694,"210":35,"211":2,"214":11,"215":201,"221":315,"223":1289,"224":36,"225":632,"23":328,"24":2296,"25":959,"257":73,"26":84,"268":9,"27":26,"273":83,"276":83,"279":37,"28":550,"281":11,"282":81,"291":41,"292":128,"30":33,"302":14,"306":3,"31":42,"314":13,"32":16,"33":92,"34":47,"347":12,"35":64,"352":813,"36":172,"37":84,"38":631,"380":11,"381":75,"383":58,"39":83,"391":53,"396":10,"397":9,"40":39,"409":65,"41":56,"414":27,"415":87,"419":10,"42":104,"426":2,"43":37,"430":92,"433":5,"44":28,"45":38,"46":255,"48":44,"49":56,"5":1889,"51":41,"52":42,"53":55,"56":11,"570":7,"6":187,"63":34,"7":326,"79":29,"8":710,"80":301,"9":1064,"all_client":123765,"all_tv_clinet":21197,"insert_time":"2014-08-24T04:32:45.657Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102622,"10":25,"107":670,"11":560,"12":206,"13":694,"14":167,"15":212,"155":46,"156":8,"158":44,"159":13,"16":149,"160":26,"161":193,"167":41,"168":11,"17":349,"18":1136,"19":360,"20":223,"209":74,"21":693,"210":38,"211":1,"214":11,"215":203,"221":325,"223":1308,"224":33,"225":653,"23":326,"24":2308,"25":952,"257":72,"26":85,"268":9,"27":25,"273":85,"276":89,"279":33,"28":552,"281":9,"282":80,"291":42,"292":132,"30":30,"302":13,"306":3,"31":43,"314":14,"32":16,"33":95,"34":47,"347":11,"35":62,"352":807,"36":178,"37":82,"38":625,"380":11,"381":82,"383":56,"39":84,"391":52,"396":6,"397":9,"40":35,"409":67,"41":57,"414":28,"415":93,"419":11,"42":108,"426":2,"43":39,"430":89,"433":5,"44":27,"45":39,"46":266,"48":42,"49":58,"5":1866,"51":42,"52":46,"53":56,"56":12,"570":6,"6":191,"63":36,"7":317,"79":29,"8":717,"80":295,"9":1072,"all_client":123870,"all_tv_clinet":21248,"insert_time":"2014-08-24T04:33:46.508Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102662,"10":21,"107":679,"11":576,"12":207,"13":706,"14":179,"15":211,"155":46,"156":8,"158":42,"159":15,"16":143,"160":25,"161":195,"167":41,"168":12,"17":340,"18":1133,"19":355,"20":219,"209":72,"21":699,"210":36,"211":1,"214":11,"215":201,"221":322,"223":1321,"224":37,"225":647,"23":325,"24":2310,"25":962,"257":71,"26":92,"268":8,"27":25,"273":85,"276":94,"279":30,"28":558,"281":9,"282":89,"291":43,"292":134,"30":31,"302":13,"306":2,"31":46,"314":15,"32":16,"33":95,"34":49,"347":11,"35":55,"352":800,"36":185,"37":85,"38":614,"380":11,"381":80,"383":57,"39":81,"391":54,"396":5,"397":9,"40":35,"409":69,"41":57,"414":27,"415":89,"419":11,"42":108,"426":1,"43":38,"430":90,"433":5,"44":27,"45":37,"46":271,"48":50,"49":55,"5":1867,"51":47,"52":44,"53":54,"56":12,"570":5,"6":202,"63":39,"7":329,"79":27,"8":714,"80":290,"9":1072,"all_client":123983,"all_tv_clinet":21321,"insert_time":"2014-08-24T04:34:47.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102733,"10":21,"107":671,"11":575,"12":207,"13":703,"14":173,"15":214,"155":46,"156":8,"158":41,"159":18,"16":141,"160":25,"161":192,"167":38,"168":11,"17":315,"18":1111,"19":358,"20":220,"209":75,"21":686,"210":35,"211":1,"214":12,"215":205,"221":334,"223":1352,"224":42,"225":645,"23":327,"24":2324,"25":984,"257":74,"26":96,"268":7,"27":27,"273":87,"276":103,"279":33,"28":562,"281":9,"282":90,"291":41,"292":140,"30":32,"302":13,"306":2,"31":48,"314":14,"32":21,"33":97,"34":47,"347":11,"35":49,"352":800,"36":195,"37":85,"38":613,"380":11,"381":81,"383":52,"39":79,"391":56,"396":4,"397":8,"40":38,"409":69,"41":54,"414":27,"415":92,"419":10,"42":112,"426":1,"43":36,"430":92,"433":6,"44":26,"45":32,"46":282,"48":46,"49":57,"5":1872,"51":47,"52":41,"53":48,"56":10,"570":4,"6":203,"63":41,"7":324,"79":28,"8":706,"80":287,"9":1073,"all_client":124094,"all_tv_clinet":21361,"insert_time":"2014-08-24T04:35:48.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102802,"10":18,"107":675,"11":582,"12":202,"13":713,"14":180,"15":216,"155":45,"156":8,"158":40,"159":17,"16":140,"160":25,"161":195,"167":37,"168":9,"17":308,"18":1091,"19":366,"20":214,"209":88,"21":680,"210":35,"211":1,"214":12,"215":205,"221":339,"223":1363,"224":44,"225":628,"23":319,"24":2329,"25":987,"257":77,"26":97,"268":7,"27":29,"273":94,"276":106,"279":34,"28":563,"281":9,"282":91,"291":40,"292":147,"30":32,"302":14,"306":2,"31":44,"314":11,"32":21,"33":99,"34":50,"347":13,"35":52,"352":805,"36":193,"37":86,"38":599,"380":11,"381":84,"383":54,"39":84,"391":58,"396":4,"397":8,"40":39,"409":66,"41":54,"414":27,"415":94,"419":10,"42":114,"426":2,"43":35,"430":94,"433":6,"44":22,"45":28,"46":294,"48":47,"49":57,"5":1893,"51":45,"52":38,"53":51,"56":7,"570":5,"6":206,"63":43,"7":329,"79":30,"8":687,"80":293,"9":1064,"all_client":124211,"all_tv_clinet":21409,"insert_time":"2014-08-24T04:36:49.272Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102845,"10":21,"107":672,"11":578,"12":207,"13":704,"14":177,"15":217,"155":43,"156":9,"158":37,"159":18,"16":141,"160":23,"161":198,"167":40,"168":10,"17":300,"18":1080,"19":360,"20":216,"209":88,"21":653,"210":29,"211":1,"214":13,"215":206,"221":337,"223":1373,"224":47,"225":638,"23":314,"24":2340,"25":1005,"257":79,"26":103,"268":5,"27":30,"273":98,"276":108,"279":32,"28":569,"281":10,"282":89,"291":38,"292":154,"30":34,"302":13,"306":2,"31":44,"314":12,"32":19,"33":98,"34":50,"347":18,"35":53,"352":792,"36":192,"37":84,"38":600,"380":11,"381":81,"383":55,"39":88,"391":59,"396":3,"397":9,"40":45,"409":56,"41":56,"414":32,"415":93,"419":8,"42":112,"426":3,"43":36,"430":104,"433":5,"44":21,"45":30,"46":305,"48":43,"49":54,"5":1911,"51":45,"52":38,"53":53,"56":7,"570":6,"6":204,"63":43,"7":341,"79":35,"8":671,"80":293,"9":1058,"all_client":124280,"all_tv_clinet":21435,"insert_time":"2014-08-24T04:37:50.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102930,"10":24,"107":669,"11":588,"12":208,"13":702,"14":174,"15":222,"155":42,"156":9,"158":38,"159":17,"16":131,"160":22,"161":203,"167":39,"168":11,"17":279,"18":1054,"19":365,"20":205,"209":88,"21":641,"210":29,"211":1,"214":11,"215":211,"221":336,"223":1377,"224":59,"225":620,"23":332,"24":2291,"25":1022,"257":83,"26":99,"268":4,"27":30,"273":99,"276":106,"279":29,"28":596,"281":10,"282":87,"291":36,"292":158,"30":40,"302":15,"306":2,"31":45,"314":12,"32":18,"33":95,"34":52,"347":19,"35":53,"352":803,"36":197,"37":82,"38":592,"380":12,"381":84,"383":56,"39":86,"391":55,"396":2,"397":10,"40":53,"409":52,"41":58,"414":34,"415":95,"419":8,"42":107,"426":3,"43":32,"430":100,"433":3,"44":21,"45":29,"46":310,"48":39,"49":57,"5":1954,"51":47,"52":36,"53":61,"56":5,"570":6,"6":213,"63":49,"7":339,"79":32,"8":667,"80":293,"9":1059,"all_client":124379,"all_tv_clinet":21449,"insert_time":"2014-08-24T04:38:51.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103018,"10":24,"107":653,"11":599,"12":209,"13":704,"14":173,"15":221,"155":42,"156":10,"158":34,"159":19,"16":136,"160":21,"161":201,"167":40,"168":11,"17":270,"18":1035,"19":373,"20":197,"209":88,"21":643,"210":28,"211":1,"214":11,"215":214,"221":340,"223":1381,"224":65,"225":614,"23":330,"24":2230,"25":1039,"257":84,"26":105,"268":3,"27":32,"273":103,"276":107,"279":31,"28":584,"281":10,"282":87,"291":36,"292":153,"30":40,"302":14,"306":3,"31":46,"314":13,"32":18,"33":96,"34":47,"347":19,"35":50,"352":792,"36":189,"37":91,"38":591,"380":12,"381":84,"383":54,"39":91,"391":51,"396":2,"397":12,"40":55,"409":47,"41":50,"414":32,"415":94,"419":10,"42":105,"426":2,"43":30,"430":98,"433":3,"44":18,"45":28,"46":317,"48":39,"49":54,"5":2006,"51":44,"52":33,"53":61,"56":5,"570":6,"6":216,"63":52,"7":341,"79":36,"8":666,"80":289,"9":1044,"all_client":124405,"all_tv_clinet":21387,"insert_time":"2014-08-24T04:39:52.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103112,"10":23,"107":663,"11":600,"12":199,"13":698,"14":173,"15":223,"155":44,"156":10,"158":35,"159":19,"16":136,"160":22,"161":206,"167":39,"168":11,"17":259,"18":1032,"19":380,"20":205,"209":87,"21":650,"210":26,"214":10,"215":219,"221":339,"223":1372,"224":72,"225":604,"23":338,"24":2159,"25":1046,"257":83,"26":103,"268":4,"27":30,"273":111,"276":106,"279":26,"28":568,"281":9,"282":88,"291":37,"292":138,"30":42,"302":13,"306":3,"31":41,"314":12,"32":19,"33":99,"34":46,"347":18,"35":50,"352":784,"36":205,"37":93,"38":597,"380":13,"381":90,"383":56,"39":86,"391":51,"396":2,"397":12,"40":54,"409":47,"41":51,"414":28,"415":92,"419":12,"42":105,"426":2,"43":27,"430":95,"433":2,"44":17,"45":27,"46":313,"48":46,"49":52,"5":2090,"51":45,"52":32,"53":65,"56":5,"570":6,"6":222,"63":54,"7":333,"79":32,"8":670,"80":285,"9":1033,"all_client":124488,"all_tv_clinet":21376,"insert_time":"2014-08-24T04:40:53.276Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103149,"10":25,"107":652,"11":594,"12":200,"13":679,"14":174,"15":218,"155":46,"156":12,"158":35,"159":19,"16":139,"160":23,"161":209,"167":38,"168":10,"17":248,"18":1023,"19":393,"20":206,"209":89,"21":652,"210":25,"214":11,"215":232,"221":340,"223":1378,"224":73,"225":596,"23":341,"24":2128,"25":1061,"257":76,"26":110,"268":4,"27":30,"273":114,"276":106,"279":22,"28":547,"281":10,"282":87,"291":35,"292":129,"30":43,"302":13,"306":4,"31":42,"314":12,"32":20,"33":102,"34":45,"347":18,"35":50,"352":791,"36":202,"37":92,"38":583,"380":13,"381":90,"383":59,"39":89,"391":49,"396":2,"397":13,"40":52,"409":46,"41":55,"414":22,"415":84,"419":15,"42":101,"426":3,"43":29,"430":92,"433":2,"44":15,"45":27,"46":314,"48":47,"49":49,"5":2160,"51":50,"52":32,"53":66,"56":3,"570":6,"6":229,"63":56,"7":340,"79":32,"8":682,"80":281,"9":1009,"all_client":124519,"all_tv_clinet":21370,"insert_time":"2014-08-24T04:41:54.233Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103175,"10":25,"107":653,"11":617,"12":198,"13":650,"14":173,"15":213,"155":45,"156":12,"158":35,"159":19,"16":143,"160":23,"161":204,"167":34,"168":8,"17":246,"18":1022,"19":393,"20":204,"209":91,"21":659,"210":25,"214":11,"215":237,"221":335,"223":1377,"224":78,"225":591,"23":334,"24":2102,"25":1071,"257":77,"26":105,"268":3,"27":28,"273":103,"276":107,"279":21,"28":542,"281":10,"282":91,"291":34,"292":124,"30":49,"302":18,"306":6,"31":43,"314":12,"32":22,"33":105,"34":47,"347":21,"35":49,"352":785,"36":204,"37":88,"38":582,"380":14,"381":91,"383":58,"39":87,"391":46,"396":4,"397":13,"40":51,"409":53,"41":56,"414":22,"415":83,"419":13,"42":95,"426":3,"43":31,"430":96,"433":3,"44":18,"45":26,"46":319,"48":49,"49":49,"5":2220,"51":51,"52":29,"53":70,"56":3,"570":6,"6":223,"63":54,"7":352,"79":31,"8":697,"80":283,"9":988,"all_client":124566,"all_tv_clinet":21391,"insert_time":"2014-08-24T04:42:55.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103166,"10":24,"107":650,"11":637,"12":195,"13":598,"14":177,"15":192,"155":45,"156":12,"158":33,"159":18,"16":144,"160":24,"161":195,"167":35,"168":7,"17":234,"18":1021,"19":400,"20":197,"209":97,"21":654,"210":25,"214":11,"215":238,"221":335,"223":1386,"224":83,"225":590,"23":334,"24":2114,"25":1081,"257":80,"26":111,"268":4,"27":32,"273":93,"276":110,"279":21,"28":540,"281":10,"282":89,"291":30,"292":127,"30":51,"302":17,"306":6,"31":41,"314":10,"32":21,"33":100,"34":44,"347":24,"35":46,"352":800,"36":208,"37":88,"38":565,"380":14,"381":89,"383":59,"39":85,"391":46,"396":4,"397":13,"40":51,"409":62,"41":60,"414":21,"415":82,"419":11,"42":88,"426":2,"43":34,"430":93,"433":3,"44":18,"45":25,"46":315,"48":51,"49":48,"5":2321,"51":53,"52":30,"53":67,"56":5,"570":6,"6":213,"63":55,"7":369,"79":30,"8":707,"80":281,"9":963,"all_client":124594,"all_tv_clinet":21428,"insert_time":"2014-08-24T04:43:56.016Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103264,"10":24,"107":641,"11":662,"12":200,"13":554,"14":176,"15":180,"155":44,"156":13,"158":35,"159":17,"16":153,"160":21,"161":185,"167":34,"168":5,"17":232,"18":1028,"19":413,"20":201,"209":94,"21":648,"210":25,"214":11,"215":239,"221":328,"223":1388,"224":85,"225":587,"23":339,"24":2111,"25":1093,"257":83,"26":107,"268":5,"27":33,"273":85,"276":112,"279":22,"28":543,"281":9,"282":87,"291":30,"292":126,"30":52,"302":17,"306":4,"31":41,"314":10,"32":18,"33":97,"34":47,"347":24,"35":45,"352":778,"36":212,"37":85,"38":584,"380":13,"381":86,"383":57,"39":84,"391":47,"396":3,"397":14,"40":55,"409":62,"41":60,"414":24,"415":84,"419":8,"42":85,"426":2,"43":36,"430":94,"433":4,"44":18,"45":26,"46":313,"48":51,"49":45,"5":2364,"51":51,"52":29,"53":64,"56":5,"570":6,"6":211,"63":53,"7":377,"79":29,"8":694,"80":284,"9":964,"all_client":124688,"all_tv_clinet":21424,"insert_time":"2014-08-24T04:44:57.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103250,"10":31,"107":633,"11":667,"12":200,"13":537,"14":171,"15":170,"155":46,"156":12,"158":37,"159":18,"16":156,"160":23,"161":180,"167":34,"168":4,"17":219,"18":1033,"19":414,"20":207,"209":96,"21":643,"210":25,"211":2,"214":13,"215":237,"221":324,"223":1382,"224":90,"225":597,"23":338,"24":2103,"25":1086,"257":82,"26":109,"268":6,"27":33,"273":77,"276":113,"279":21,"28":542,"281":8,"282":86,"291":26,"292":125,"30":53,"302":16,"306":3,"31":39,"314":8,"32":17,"33":98,"34":43,"347":27,"35":44,"352":780,"36":221,"37":84,"38":597,"380":12,"381":87,"383":61,"39":91,"391":43,"396":2,"397":14,"40":60,"409":60,"41":58,"414":28,"415":77,"419":8,"42":81,"426":2,"43":35,"430":87,"433":6,"44":20,"45":20,"46":312,"48":48,"49":44,"5":2445,"51":55,"52":29,"53":60,"56":8,"570":7,"6":200,"63":51,"7":379,"79":29,"8":693,"80":278,"9":956,"all_client":124682,"all_tv_clinet":21432,"insert_time":"2014-08-24T04:45:57.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103312,"10":32,"107":640,"11":656,"12":204,"13":521,"14":162,"15":161,"155":45,"156":12,"158":37,"159":20,"16":158,"160":23,"161":183,"167":38,"168":2,"17":214,"18":1033,"19":413,"20":206,"209":94,"21":631,"210":25,"211":2,"214":12,"215":243,"221":331,"223":1383,"224":93,"225":591,"23":346,"24":2086,"25":1077,"257":82,"26":108,"268":8,"27":33,"273":78,"276":112,"279":21,"28":540,"281":8,"282":83,"291":25,"292":127,"30":53,"302":15,"306":3,"31":38,"314":9,"32":19,"33":97,"34":43,"347":26,"35":42,"352":758,"36":216,"37":87,"38":581,"380":10,"381":88,"383":60,"39":89,"391":43,"396":2,"397":13,"40":63,"409":60,"41":62,"414":29,"415":78,"419":8,"42":80,"426":2,"43":34,"430":82,"433":9,"44":21,"45":21,"46":317,"48":46,"49":43,"5":2514,"51":56,"52":28,"53":67,"56":7,"570":10,"6":198,"63":47,"7":381,"79":30,"8":704,"80":281,"9":947,"all_client":124728,"all_tv_clinet":21416,"insert_time":"2014-08-24T04:46:58.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103397,"10":32,"107":638,"11":637,"12":203,"13":507,"14":165,"15":155,"155":47,"156":13,"158":38,"159":24,"16":164,"160":21,"161":189,"167":38,"168":2,"17":211,"18":1037,"19":417,"20":206,"209":93,"21":617,"210":26,"211":2,"214":12,"215":245,"221":340,"223":1380,"224":92,"225":589,"23":335,"24":2099,"25":1081,"257":78,"26":109,"268":7,"27":33,"273":77,"276":111,"279":19,"28":532,"281":5,"282":81,"291":25,"292":129,"30":50,"302":15,"306":4,"31":36,"314":10,"32":20,"33":97,"34":44,"347":27,"35":40,"352":747,"36":207,"37":90,"38":593,"380":8,"381":89,"383":57,"39":86,"391":44,"396":2,"397":12,"40":64,"409":60,"41":61,"414":30,"415":76,"419":8,"42":77,"426":2,"43":38,"430":74,"433":9,"44":19,"45":18,"46":318,"48":44,"49":40,"5":2562,"51":60,"52":28,"53":65,"56":8,"570":12,"6":198,"63":45,"7":388,"79":31,"8":713,"80":273,"9":924,"all_client":124781,"all_tv_clinet":21384,"insert_time":"2014-08-24T04:48:00.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103398,"10":26,"107":637,"11":628,"12":207,"13":481,"14":165,"15":159,"155":48,"156":15,"158":40,"159":23,"16":167,"160":21,"161":192,"167":40,"168":2,"17":219,"18":1041,"19":417,"20":208,"209":97,"21":616,"210":24,"211":2,"214":13,"215":250,"221":352,"223":1372,"224":92,"225":586,"23":335,"24":2106,"25":1082,"257":79,"26":109,"268":9,"27":31,"273":78,"276":112,"279":22,"28":532,"281":5,"282":78,"291":23,"292":131,"30":46,"302":15,"306":4,"31":36,"314":11,"32":21,"33":98,"34":41,"347":26,"35":40,"352":758,"36":206,"37":90,"38":594,"380":8,"381":91,"383":52,"39":80,"391":44,"396":1,"397":12,"40":64,"409":60,"41":60,"414":30,"415":76,"419":7,"42":73,"426":2,"43":39,"430":71,"433":7,"44":18,"45":19,"46":324,"48":44,"49":40,"5":2623,"51":64,"52":29,"53":63,"56":7,"570":11,"6":199,"63":52,"7":413,"79":33,"8":714,"80":268,"9":896,"all_client":124850,"all_tv_clinet":21452,"insert_time":"2014-08-24T04:49:01.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103377,"10":26,"107":632,"11":629,"12":208,"13":476,"14":164,"15":169,"155":48,"156":14,"158":41,"159":25,"16":166,"160":20,"161":191,"167":41,"168":2,"17":220,"18":1041,"19":416,"20":207,"209":99,"21":618,"210":24,"211":3,"214":13,"215":252,"221":363,"223":1359,"224":97,"225":587,"23":334,"24":2131,"25":1082,"257":77,"26":106,"268":9,"27":34,"273":80,"276":111,"279":22,"28":527,"281":4,"282":78,"291":24,"292":134,"30":45,"302":15,"306":5,"31":35,"314":11,"32":18,"33":100,"34":46,"347":20,"35":35,"352":765,"36":207,"37":88,"38":593,"380":7,"381":88,"383":54,"39":76,"391":45,"396":1,"397":13,"40":66,"409":62,"41":58,"414":31,"415":77,"419":5,"42":63,"426":2,"43":41,"430":68,"433":4,"44":18,"45":24,"46":335,"48":47,"49":37,"5":2670,"51":64,"52":30,"53":60,"56":7,"570":10,"6":202,"63":55,"7":418,"79":34,"8":713,"80":260,"9":863,"all_client":124872,"all_tv_clinet":21495,"insert_time":"2014-08-24T04:50:02.471Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103394,"10":27,"107":641,"11":622,"12":204,"13":468,"14":153,"15":174,"155":51,"156":12,"158":40,"159":27,"16":169,"160":18,"161":193,"167":36,"168":2,"17":219,"18":1034,"19":413,"20":206,"209":98,"21":619,"210":24,"211":3,"214":12,"215":247,"221":365,"223":1356,"224":100,"225":575,"23":321,"24":2149,"25":1086,"257":76,"26":102,"268":9,"27":36,"273":81,"276":108,"279":22,"28":527,"281":4,"282":77,"291":22,"292":132,"30":47,"302":14,"306":5,"31":37,"314":12,"32":19,"33":98,"34":47,"347":20,"35":31,"352":764,"36":205,"37":87,"38":596,"380":5,"381":85,"383":54,"39":70,"391":43,"396":1,"397":13,"40":64,"409":61,"41":53,"414":37,"415":79,"419":6,"42":57,"426":2,"43":37,"430":65,"433":4,"44":21,"45":21,"46":336,"48":50,"49":41,"5":2703,"51":61,"52":30,"53":58,"56":6,"570":13,"6":208,"63":54,"7":434,"79":35,"8":719,"80":249,"9":841,"all_client":124852,"all_tv_clinet":21458,"insert_time":"2014-08-24T04:51:03.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103371,"10":27,"107":630,"11":639,"12":191,"13":470,"14":150,"15":175,"155":56,"156":15,"158":39,"159":29,"16":163,"160":15,"161":202,"167":34,"168":2,"17":222,"18":1006,"19":400,"20":204,"209":99,"21":620,"210":24,"211":2,"214":13,"215":248,"221":353,"223":1362,"224":98,"225":589,"23":324,"24":2156,"25":1097,"257":75,"26":102,"268":7,"27":37,"273":85,"276":112,"279":23,"28":522,"281":4,"282":77,"291":22,"292":136,"30":52,"302":13,"306":7,"31":35,"314":12,"32":19,"33":97,"34":50,"347":16,"35":29,"352":772,"36":204,"37":91,"38":596,"380":5,"381":87,"383":55,"39":71,"391":43,"396":1,"397":13,"40":64,"409":56,"41":52,"414":33,"415":76,"419":7,"42":50,"426":2,"43":35,"430":64,"433":2,"44":19,"45":21,"46":334,"48":48,"49":38,"5":2732,"51":61,"52":29,"53":58,"56":7,"570":14,"6":209,"63":54,"7":437,"79":32,"8":721,"80":240,"9":826,"all_client":124816,"all_tv_clinet":21445,"insert_time":"2014-08-24T04:52:04.560Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103386,"10":29,"107":635,"11":649,"12":173,"13":464,"14":151,"15":193,"155":61,"156":16,"158":39,"159":28,"16":168,"160":14,"161":212,"167":35,"168":1,"17":223,"18":971,"19":384,"20":203,"209":101,"21":630,"210":23,"211":1,"214":12,"215":246,"221":358,"223":1384,"224":98,"225":595,"23":325,"24":2163,"25":1100,"257":73,"26":103,"268":7,"27":32,"273":85,"276":115,"279":23,"28":520,"281":4,"282":83,"291":22,"292":139,"30":51,"302":13,"306":7,"31":36,"314":12,"32":18,"33":94,"34":55,"347":15,"35":28,"352":755,"36":200,"37":91,"38":593,"380":4,"381":91,"383":54,"39":69,"391":39,"396":3,"397":13,"40":66,"409":52,"41":53,"414":38,"415":75,"419":6,"42":49,"426":2,"43":36,"430":59,"433":2,"44":20,"45":15,"46":342,"48":48,"49":37,"5":2747,"51":64,"52":33,"53":61,"56":7,"570":13,"6":208,"63":56,"7":445,"79":31,"8":718,"80":227,"9":808,"all_client":124836,"all_tv_clinet":21450,"insert_time":"2014-08-24T04:53:05.466Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103401,"10":27,"107":635,"11":643,"12":161,"13":462,"14":153,"15":201,"155":60,"156":13,"158":39,"159":29,"16":167,"160":15,"161":230,"167":37,"168":1,"17":222,"18":955,"19":366,"20":203,"209":104,"21":629,"210":23,"211":1,"214":12,"215":254,"221":366,"223":1391,"224":98,"225":583,"23":331,"24":2142,"25":1109,"257":72,"26":106,"268":8,"27":31,"273":90,"276":116,"279":22,"28":533,"281":4,"282":80,"291":21,"292":135,"30":54,"302":12,"306":8,"31":32,"314":11,"32":13,"33":94,"34":57,"347":13,"35":25,"352":740,"36":197,"37":84,"38":597,"380":6,"381":93,"383":51,"39":69,"391":39,"396":3,"397":12,"40":68,"409":49,"41":52,"414":36,"415":71,"419":7,"42":40,"426":2,"43":37,"430":59,"433":2,"44":20,"45":16,"46":352,"48":51,"49":40,"5":2779,"51":69,"52":33,"53":58,"56":6,"570":12,"6":209,"63":56,"7":437,"79":31,"8":718,"80":215,"9":798,"all_client":124814,"all_tv_clinet":21413,"insert_time":"2014-08-24T04:54:06.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103502,"10":28,"107":627,"11":634,"12":153,"13":473,"14":143,"15":202,"155":62,"156":15,"158":39,"159":30,"16":162,"160":16,"161":240,"167":37,"168":1,"17":218,"18":945,"19":358,"20":209,"209":102,"21":623,"210":24,"211":1,"214":11,"215":252,"221":357,"223":1400,"224":101,"225":594,"23":336,"24":2128,"25":1116,"257":72,"26":104,"268":8,"27":30,"273":92,"276":115,"279":21,"28":518,"281":4,"282":77,"291":19,"292":132,"30":52,"302":13,"306":8,"31":31,"314":10,"32":12,"33":94,"34":58,"347":12,"35":25,"352":751,"36":195,"37":77,"38":590,"380":5,"381":87,"383":53,"39":70,"391":36,"396":5,"397":12,"40":65,"409":49,"41":53,"414":37,"415":75,"419":7,"42":39,"426":4,"43":35,"430":58,"433":3,"44":18,"45":17,"46":355,"48":50,"49":40,"5":2823,"51":70,"52":33,"53":59,"56":7,"570":11,"6":211,"63":53,"7":442,"79":27,"8":726,"80":209,"9":793,"all_client":124896,"all_tv_clinet":21394,"insert_time":"2014-08-24T04:55:07.281Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103446,"10":29,"107":621,"11":654,"12":145,"13":464,"14":138,"15":202,"155":60,"156":19,"158":40,"159":30,"16":160,"160":16,"161":239,"167":35,"168":2,"17":211,"18":936,"19":352,"20":204,"209":98,"21":628,"210":22,"211":1,"214":11,"215":250,"221":350,"223":1395,"224":103,"225":602,"23":346,"24":2150,"25":1115,"257":68,"26":101,"268":7,"27":25,"273":97,"276":109,"279":22,"28":506,"281":5,"282":78,"291":20,"292":124,"30":50,"302":14,"306":9,"31":28,"314":10,"32":14,"33":97,"34":54,"347":14,"35":25,"352":768,"36":194,"37":69,"38":580,"380":4,"381":87,"383":54,"39":69,"391":39,"396":5,"397":12,"40":65,"409":53,"41":50,"414":34,"415":78,"419":8,"42":35,"426":4,"43":36,"430":60,"433":3,"44":17,"45":17,"46":366,"48":45,"49":39,"5":2859,"51":68,"52":31,"53":53,"56":8,"570":11,"6":218,"63":50,"7":442,"79":26,"8":730,"80":198,"9":791,"all_client":124827,"all_tv_clinet":21381,"insert_time":"2014-08-24T04:56:08.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103401,"10":29,"107":629,"11":677,"12":139,"13":459,"14":130,"15":206,"155":62,"156":18,"158":42,"159":33,"16":163,"160":18,"161":231,"167":36,"168":3,"17":211,"18":903,"19":352,"20":204,"209":87,"21":630,"210":22,"211":1,"214":10,"215":256,"221":355,"223":1400,"224":106,"225":588,"23":348,"24":2173,"25":1090,"257":67,"26":94,"268":8,"27":25,"273":93,"276":107,"279":25,"28":487,"281":5,"282":78,"291":20,"292":120,"30":48,"302":14,"306":10,"31":28,"314":11,"32":15,"33":100,"34":55,"347":14,"35":27,"352":773,"36":202,"37":64,"38":568,"380":4,"381":84,"383":52,"39":67,"391":40,"396":4,"397":14,"40":63,"409":61,"41":53,"414":32,"415":82,"419":8,"42":36,"426":4,"43":40,"430":59,"433":3,"44":17,"45":17,"46":378,"48":41,"49":37,"5":2890,"51":69,"52":35,"53":52,"56":8,"570":10,"6":223,"63":49,"7":463,"79":25,"8":736,"80":185,"9":781,"all_client":124792,"all_tv_clinet":21391,"insert_time":"2014-08-24T04:57:09.412Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103432,"10":29,"107":627,"11":685,"12":137,"13":462,"14":126,"15":215,"155":59,"156":18,"158":43,"159":32,"16":160,"160":18,"161":218,"167":37,"168":4,"17":219,"18":883,"19":354,"20":205,"209":76,"21":638,"210":23,"211":1,"214":11,"215":255,"221":347,"223":1395,"224":105,"225":579,"23":345,"24":2165,"25":1067,"257":67,"26":86,"268":7,"27":25,"273":89,"276":104,"279":24,"28":492,"281":5,"282":76,"291":22,"292":118,"30":49,"302":14,"306":11,"31":30,"314":13,"32":16,"33":105,"34":51,"347":18,"35":27,"352":786,"36":191,"37":58,"38":568,"380":5,"381":86,"383":53,"39":74,"391":41,"396":3,"397":14,"40":63,"409":67,"41":50,"414":34,"415":86,"419":10,"42":32,"426":3,"43":41,"430":57,"433":4,"44":19,"45":20,"46":389,"48":39,"49":38,"5":2921,"51":69,"52":35,"53":51,"56":6,"570":9,"6":230,"63":50,"7":482,"79":25,"8":743,"80":176,"9":757,"all_client":124804,"all_tv_clinet":21372,"insert_time":"2014-08-24T04:58:10.318Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103378,"10":28,"107":649,"11":665,"12":133,"13":477,"14":123,"15":233,"155":53,"156":16,"158":46,"159":34,"16":156,"160":19,"161":209,"167":36,"168":6,"17":224,"18":864,"19":366,"20":203,"209":72,"21":616,"210":23,"211":2,"214":11,"215":257,"221":342,"223":1395,"224":106,"225":588,"23":331,"24":2170,"25":1047,"257":70,"26":77,"268":7,"27":25,"273":75,"276":99,"279":22,"28":498,"281":5,"282":75,"291":18,"292":123,"30":48,"302":14,"306":11,"31":33,"314":11,"32":17,"33":107,"34":50,"347":19,"35":27,"352":789,"36":191,"37":57,"38":566,"380":5,"381":83,"383":60,"39":78,"391":36,"396":3,"397":13,"40":63,"409":71,"41":50,"414":31,"415":85,"419":9,"42":31,"426":2,"43":46,"430":55,"433":4,"44":18,"45":19,"46":384,"48":41,"49":39,"5":2955,"51":73,"52":35,"53":54,"56":6,"570":9,"6":243,"63":57,"7":500,"79":30,"8":750,"80":174,"9":728,"all_client":124752,"all_tv_clinet":21374,"insert_time":"2014-08-24T04:59:11.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103323,"10":32,"107":658,"11":655,"12":126,"13":491,"14":122,"15":247,"155":48,"156":18,"158":46,"159":35,"16":162,"160":19,"161":205,"167":37,"168":6,"17":227,"18":840,"19":391,"20":197,"209":75,"21":598,"210":23,"211":2,"214":12,"215":254,"221":340,"223":1400,"224":111,"225":588,"23":334,"24":2157,"25":1061,"257":66,"26":76,"268":7,"27":23,"273":72,"276":97,"279":20,"28":502,"281":5,"282":78,"291":17,"292":127,"30":50,"302":13,"306":11,"31":32,"314":9,"32":16,"33":104,"34":48,"347":18,"35":26,"352":801,"36":186,"37":54,"38":578,"380":5,"381":86,"383":62,"39":78,"391":36,"396":3,"397":14,"40":64,"409":74,"41":48,"414":32,"415":78,"419":8,"42":29,"426":2,"43":47,"430":52,"433":4,"44":17,"45":21,"46":377,"48":41,"49":38,"5":2995,"51":73,"52":36,"53":50,"56":6,"570":9,"6":246,"63":61,"7":510,"79":31,"8":732,"80":173,"9":688,"all_client":124702,"all_tv_clinet":21379,"insert_time":"2014-08-24T05:00:12.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103258,"10":35,"107":645,"11":653,"12":124,"13":482,"14":125,"15":249,"155":43,"156":18,"158":46,"159":38,"16":163,"160":20,"161":202,"167":37,"168":7,"17":233,"18":815,"19":398,"20":198,"209":74,"21":587,"210":23,"211":2,"214":11,"215":250,"221":328,"223":1426,"224":108,"225":578,"23":345,"24":2167,"25":1047,"257":67,"26":79,"268":7,"27":22,"273":67,"276":95,"279":17,"28":521,"281":4,"282":76,"291":19,"292":129,"30":52,"302":12,"306":13,"31":32,"314":9,"32":15,"33":106,"34":51,"347":14,"35":28,"352":801,"36":184,"37":54,"38":577,"380":5,"381":83,"383":58,"39":76,"391":35,"396":3,"397":13,"40":65,"409":75,"41":54,"414":32,"415":81,"419":7,"42":27,"426":3,"43":53,"430":57,"433":5,"44":17,"45":21,"46":380,"48":39,"49":42,"5":3035,"51":72,"52":36,"53":50,"56":4,"570":10,"6":260,"63":62,"7":528,"79":37,"8":712,"80":171,"9":654,"all_client":124648,"all_tv_clinet":21390,"insert_time":"2014-08-24T05:01:13.442Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103276,"10":41,"107":636,"11":663,"12":123,"13":491,"14":126,"15":255,"155":42,"156":17,"158":47,"159":39,"16":163,"160":18,"161":197,"167":37,"168":8,"17":240,"18":810,"19":398,"20":194,"209":66,"21":590,"210":19,"211":1,"214":11,"215":257,"221":332,"223":1441,"224":115,"225":590,"23":357,"24":2171,"25":992,"257":70,"26":72,"268":5,"27":22,"273":63,"276":91,"279":18,"28":531,"281":4,"282":73,"291":20,"292":133,"30":52,"302":12,"306":13,"31":32,"314":10,"32":14,"33":107,"34":51,"347":11,"35":30,"352":816,"36":176,"37":53,"38":578,"380":5,"381":77,"383":63,"39":76,"391":36,"396":3,"397":14,"40":61,"409":72,"41":51,"414":34,"415":79,"419":7,"42":23,"426":3,"43":54,"430":58,"433":7,"44":16,"45":21,"46":382,"48":41,"49":44,"5":3064,"51":65,"52":37,"53":50,"56":4,"570":10,"6":270,"63":62,"7":524,"79":39,"8":693,"80":166,"9":618,"all_client":124649,"all_tv_clinet":21373,"insert_time":"2014-08-24T05:02:14.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103218,"10":44,"107":641,"11":676,"12":120,"13":495,"14":126,"15":262,"155":37,"156":15,"158":48,"159":38,"16":159,"160":18,"161":202,"167":37,"168":9,"17":240,"18":810,"19":394,"20":197,"209":61,"21":576,"210":17,"211":1,"214":13,"215":264,"221":319,"223":1410,"224":122,"225":595,"23":361,"24":2186,"25":931,"257":77,"26":74,"268":5,"27":18,"273":63,"276":87,"279":15,"28":548,"281":5,"282":69,"291":22,"292":130,"30":49,"302":12,"306":10,"31":30,"314":7,"32":16,"33":113,"34":54,"347":9,"35":37,"352":820,"36":176,"37":52,"38":577,"380":5,"381":73,"383":67,"39":74,"391":37,"396":5,"397":14,"40":64,"409":74,"41":50,"414":31,"415":80,"419":6,"42":21,"426":3,"43":56,"430":55,"433":7,"44":17,"45":20,"46":380,"48":43,"49":50,"5":3090,"51":59,"52":36,"53":55,"56":4,"570":10,"6":282,"63":61,"7":514,"79":49,"8":695,"80":163,"9":588,"all_client":124555,"all_tv_clinet":21337,"insert_time":"2014-08-24T05:03:15.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103109,"10":46,"107":651,"11":666,"12":127,"13":503,"14":130,"15":267,"155":34,"156":18,"158":53,"159":38,"16":163,"160":18,"161":186,"167":35,"168":8,"17":243,"18":818,"19":394,"20":196,"209":56,"21":559,"210":18,"211":1,"214":13,"215":260,"221":323,"223":1364,"224":127,"225":608,"23":374,"24":2215,"25":874,"257":76,"26":73,"268":3,"27":18,"273":62,"276":82,"279":17,"28":547,"281":5,"282":74,"291":24,"292":128,"30":46,"302":12,"306":10,"31":29,"314":9,"32":16,"33":116,"34":56,"347":9,"35":40,"352":822,"36":178,"37":44,"38":576,"380":5,"381":73,"383":67,"39":71,"391":37,"396":4,"397":17,"40":67,"409":73,"41":51,"414":28,"415":78,"419":7,"42":20,"426":3,"43":59,"430":56,"433":7,"44":14,"45":19,"46":385,"48":38,"49":56,"5":3127,"51":58,"52":38,"53":63,"56":5,"570":8,"6":292,"63":62,"7":505,"79":57,"8":708,"80":155,"9":564,"all_client":124444,"all_tv_clinet":21335,"insert_time":"2014-08-24T05:04:16.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103089,"10":44,"107":661,"11":635,"12":134,"13":516,"14":133,"15":272,"155":34,"156":18,"158":50,"159":39,"16":165,"160":16,"161":180,"167":32,"168":9,"17":248,"18":826,"19":401,"20":196,"209":54,"21":552,"210":19,"211":2,"214":15,"215":261,"221":318,"223":1320,"224":129,"225":613,"23":383,"24":2217,"25":844,"257":78,"26":86,"268":4,"27":17,"273":60,"276":75,"279":18,"28":530,"281":4,"282":79,"291":25,"292":127,"30":38,"302":10,"306":10,"31":35,"314":11,"32":12,"33":116,"34":62,"347":7,"35":40,"352":820,"36":174,"37":44,"38":597,"380":6,"381":66,"383":67,"39":66,"391":37,"396":4,"397":17,"40":71,"409":69,"41":57,"414":26,"415":76,"419":8,"42":21,"426":3,"43":60,"430":51,"433":7,"44":16,"45":23,"46":377,"48":32,"49":64,"5":3153,"51":55,"52":38,"53":65,"56":5,"570":7,"6":296,"63":67,"7":487,"79":54,"8":709,"80":157,"9":541,"all_client":124362,"all_tv_clinet":21273,"insert_time":"2014-08-24T05:05:17.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103037,"10":44,"107":662,"11":605,"12":135,"13":528,"14":141,"15":275,"155":37,"156":20,"158":45,"159":39,"16":175,"160":17,"161":185,"167":32,"168":10,"17":259,"18":832,"19":397,"20":194,"209":53,"21":554,"210":16,"211":2,"214":15,"215":265,"221":324,"223":1310,"224":132,"225":612,"23":398,"24":2179,"25":806,"257":77,"26":97,"268":4,"27":17,"273":61,"276":74,"279":18,"28":518,"281":4,"282":81,"291":25,"292":129,"30":41,"302":10,"306":10,"31":37,"314":11,"32":15,"33":119,"34":69,"347":7,"35":43,"352":819,"36":169,"37":46,"38":609,"380":7,"381":60,"383":66,"39":65,"391":34,"396":5,"397":17,"40":72,"409":67,"41":56,"414":29,"415":74,"419":11,"42":19,"426":3,"43":59,"430":50,"433":7,"44":17,"45":24,"46":352,"48":36,"49":69,"5":3201,"51":54,"52":37,"53":62,"56":5,"570":5,"6":290,"63":69,"7":480,"79":53,"8":717,"80":154,"9":510,"all_client":124281,"all_tv_clinet":21244,"insert_time":"2014-08-24T05:06:18.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102998,"10":47,"107":649,"11":595,"12":130,"13":550,"14":149,"15":284,"155":38,"156":22,"158":40,"159":38,"16":176,"160":15,"161":188,"167":32,"168":9,"17":252,"18":837,"19":400,"20":185,"209":48,"21":557,"210":16,"211":2,"214":16,"215":269,"221":325,"223":1301,"224":137,"225":611,"23":404,"24":2130,"25":768,"257":79,"26":111,"268":4,"27":16,"273":62,"276":73,"279":15,"28":506,"281":6,"282":81,"291":25,"292":134,"30":46,"302":10,"306":10,"31":44,"314":10,"32":17,"33":118,"34":77,"347":9,"35":42,"352":811,"36":173,"37":41,"38":619,"380":7,"381":58,"383":71,"39":63,"391":35,"396":6,"397":20,"40":77,"409":62,"41":65,"414":27,"415":71,"419":12,"42":18,"426":2,"43":58,"430":50,"433":7,"44":18,"45":28,"46":336,"48":34,"49":66,"5":3244,"51":49,"52":36,"53":65,"56":5,"570":5,"6":279,"63":68,"7":473,"79":48,"8":724,"80":156,"9":487,"all_client":124187,"all_tv_clinet":21189,"insert_time":"2014-08-24T05:07:18.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102891,"10":45,"107":651,"11":579,"12":134,"13":566,"14":150,"15":293,"155":38,"156":25,"158":38,"159":40,"16":177,"160":17,"161":191,"167":30,"168":9,"17":246,"18":838,"19":402,"20":186,"209":47,"21":539,"210":17,"211":2,"214":16,"215":268,"221":333,"223":1313,"224":139,"225":613,"23":415,"24":2092,"25":730,"257":75,"26":125,"268":4,"27":18,"273":63,"276":72,"279":14,"28":500,"281":6,"282":74,"291":23,"292":140,"30":46,"302":10,"306":10,"31":44,"314":10,"32":22,"33":122,"34":79,"347":9,"35":44,"352":814,"36":169,"37":40,"38":621,"380":7,"381":61,"383":69,"39":66,"391":34,"396":6,"397":22,"40":77,"409":60,"41":61,"414":30,"415":67,"419":13,"42":20,"426":2,"43":58,"430":48,"433":7,"44":21,"45":27,"46":312,"48":34,"49":73,"5":3291,"51":49,"52":33,"53":66,"56":4,"570":5,"6":277,"63":64,"7":478,"79":50,"8":715,"80":153,"9":461,"all_client":124045,"all_tv_clinet":21154,"insert_time":"2014-08-24T05:08:19.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102853,"10":45,"107":650,"11":566,"12":141,"13":578,"14":149,"15":308,"155":37,"156":26,"158":36,"159":43,"16":180,"160":17,"161":202,"167":31,"168":9,"17":248,"18":839,"19":408,"20":189,"209":47,"21":534,"210":16,"211":2,"214":16,"215":273,"221":323,"223":1330,"224":138,"225":611,"23":424,"24":2053,"25":717,"257":76,"26":134,"268":4,"27":19,"273":63,"276":70,"279":14,"28":497,"281":6,"282":69,"291":23,"292":139,"30":48,"302":9,"306":10,"31":43,"314":9,"32":23,"33":126,"34":78,"347":8,"35":44,"352":822,"36":175,"37":39,"38":602,"380":9,"381":57,"383":68,"39":66,"391":33,"396":4,"397":22,"40":80,"409":56,"41":64,"414":31,"415":64,"419":13,"42":20,"426":2,"43":57,"430":54,"433":7,"44":17,"45":30,"46":300,"48":33,"49":76,"5":3308,"51":44,"52":28,"53":69,"56":4,"570":4,"6":276,"63":65,"7":470,"79":52,"8":711,"80":149,"9":441,"all_client":123973,"all_tv_clinet":21120,"insert_time":"2014-08-24T05:09:20.788Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102751,"10":43,"107":639,"11":568,"12":141,"13":569,"14":152,"15":315,"155":36,"156":31,"158":34,"159":43,"16":182,"160":18,"161":210,"167":30,"168":11,"17":253,"18":857,"19":418,"20":190,"209":43,"21":551,"210":16,"211":2,"214":16,"215":273,"221":317,"223":1341,"224":146,"225":608,"23":430,"24":2035,"25":681,"257":74,"26":143,"268":4,"27":18,"273":63,"276":65,"279":15,"28":490,"281":4,"282":63,"291":24,"292":131,"30":48,"302":9,"306":10,"31":41,"314":9,"32":22,"33":132,"34":72,"347":6,"35":48,"352":815,"36":172,"37":37,"38":598,"380":9,"381":59,"383":71,"39":61,"391":31,"396":4,"397":23,"40":80,"409":58,"41":67,"414":30,"415":68,"419":12,"42":22,"426":2,"43":59,"430":56,"433":7,"44":16,"45":30,"46":288,"48":35,"49":82,"5":3295,"51":41,"52":34,"53":69,"56":3,"570":4,"6":277,"63":64,"7":465,"79":55,"8":704,"80":145,"9":411,"all_client":123800,"all_tv_clinet":21049,"insert_time":"2014-08-24T05:10:21.983Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102702,"10":46,"107":639,"11":581,"12":132,"13":553,"14":158,"15":321,"155":35,"156":30,"158":32,"159":46,"16":179,"160":16,"161":227,"167":29,"168":11,"17":258,"18":867,"19":418,"20":191,"209":45,"21":544,"210":16,"211":2,"214":15,"215":274,"221":306,"223":1334,"224":153,"225":634,"23":437,"24":2006,"25":642,"257":75,"26":144,"268":4,"27":18,"273":60,"276":61,"279":15,"28":498,"281":4,"282":60,"291":23,"292":120,"30":41,"302":8,"306":11,"31":49,"314":8,"32":23,"33":136,"34":69,"347":6,"35":50,"352":830,"36":180,"37":37,"38":600,"380":9,"381":52,"383":70,"39":61,"391":31,"396":3,"397":26,"40":80,"409":64,"41":68,"414":28,"415":65,"419":15,"42":19,"426":2,"43":60,"430":56,"433":9,"44":17,"45":29,"46":269,"48":36,"49":84,"5":3298,"51":38,"52":33,"53":68,"56":3,"570":4,"6":274,"63":58,"7":459,"79":52,"8":702,"80":144,"9":397,"all_client":123692,"all_tv_clinet":20990,"insert_time":"2014-08-24T05:11:22.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102548,"10":42,"107":632,"11":582,"12":128,"13":560,"14":161,"15":318,"155":33,"156":30,"158":31,"159":47,"16":177,"160":14,"161":227,"167":32,"168":10,"17":268,"18":870,"19":410,"20":191,"209":49,"21":537,"210":15,"211":2,"214":14,"215":271,"221":311,"223":1339,"224":158,"225":651,"23":436,"24":1991,"25":597,"257":74,"26":143,"268":6,"27":18,"273":64,"276":59,"279":17,"28":503,"281":5,"282":59,"291":21,"292":109,"30":36,"302":8,"306":12,"31":55,"314":8,"32":21,"33":141,"34":66,"347":7,"35":48,"352":831,"36":185,"37":41,"38":605,"380":9,"381":48,"383":75,"39":59,"391":31,"396":3,"397":26,"40":72,"409":68,"41":71,"414":24,"415":64,"419":11,"42":18,"426":2,"43":63,"430":57,"433":10,"44":21,"45":31,"46":259,"48":38,"49":88,"5":3304,"51":38,"52":31,"53":71,"56":4,"570":4,"6":272,"63":57,"7":445,"79":50,"8":695,"80":142,"9":377,"all_client":123462,"all_tv_clinet":20914,"insert_time":"2014-08-24T05:12:23.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102423,"10":40,"107":635,"11":590,"12":121,"13":565,"14":160,"15":316,"155":30,"156":26,"158":39,"159":48,"16":187,"160":14,"161":234,"167":32,"168":9,"17":268,"18":871,"19":414,"20":190,"209":54,"21":528,"210":15,"211":2,"214":14,"215":274,"221":310,"223":1317,"224":160,"225":650,"23":444,"24":1993,"25":554,"257":72,"26":146,"268":7,"27":20,"273":62,"276":57,"279":16,"28":492,"281":5,"282":58,"291":22,"292":100,"30":28,"302":8,"306":12,"31":56,"314":10,"32":21,"33":143,"34":69,"347":5,"35":47,"352":822,"36":180,"37":43,"38":601,"380":9,"381":44,"383":77,"39":56,"391":33,"396":3,"397":27,"40":63,"409":69,"41":74,"414":23,"415":64,"419":8,"42":17,"426":2,"43":62,"430":56,"433":9,"44":24,"45":33,"46":245,"48":39,"49":92,"5":3317,"51":35,"52":27,"53":71,"56":5,"570":5,"6":265,"63":57,"7":441,"79":53,"8":684,"80":142,"9":364,"all_client":123224,"all_tv_clinet":20801,"insert_time":"2014-08-24T05:13:24.677Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102337,"10":41,"107":629,"11":599,"12":116,"13":575,"14":162,"15":315,"155":30,"156":24,"158":39,"159":48,"16":187,"160":13,"161":241,"167":32,"168":10,"17":261,"18":860,"19":411,"20":187,"209":55,"21":527,"210":16,"211":3,"214":13,"215":267,"221":312,"223":1302,"224":162,"225":648,"23":460,"24":2006,"25":526,"257":74,"26":143,"268":7,"27":20,"273":66,"276":53,"279":16,"28":487,"281":4,"282":55,"291":22,"292":91,"30":29,"302":8,"306":11,"31":52,"314":10,"32":21,"33":147,"34":69,"347":4,"35":49,"352":810,"36":175,"37":43,"38":603,"380":9,"381":45,"383":82,"389":1,"39":55,"391":34,"396":3,"397":27,"40":53,"409":68,"41":73,"414":24,"415":68,"419":8,"42":20,"426":2,"43":62,"430":59,"433":8,"44":27,"45":34,"46":236,"48":36,"49":90,"5":3347,"51":37,"52":30,"53":78,"56":5,"570":5,"6":250,"63":56,"7":455,"79":51,"8":678,"80":142,"9":341,"all_client":123082,"all_tv_clinet":20745,"insert_time":"2014-08-24T05:14:25.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102190,"10":40,"107":632,"11":592,"12":111,"13":567,"14":172,"15":315,"155":30,"156":24,"158":37,"159":48,"16":187,"160":13,"161":252,"167":31,"168":10,"17":273,"18":865,"19":390,"20":193,"209":56,"21":534,"210":14,"211":3,"214":13,"215":263,"221":310,"223":1320,"224":162,"225":647,"23":483,"24":2020,"25":513,"257":74,"26":145,"268":6,"27":20,"273":60,"276":52,"279":16,"28":485,"281":4,"282":54,"291":24,"292":91,"30":30,"302":6,"306":11,"31":51,"314":10,"32":23,"33":141,"34":68,"347":3,"35":48,"352":819,"36":174,"37":41,"38":602,"380":9,"381":45,"383":81,"389":1,"39":55,"391":33,"396":3,"397":30,"40":45,"409":68,"41":69,"414":21,"415":69,"419":7,"42":23,"426":3,"43":61,"430":60,"433":9,"44":27,"45":32,"46":220,"48":35,"49":97,"5":3337,"51":36,"52":35,"53":79,"56":9,"570":6,"6":229,"63":54,"7":459,"79":50,"8":671,"80":140,"9":328,"all_client":122904,"all_tv_clinet":20714,"insert_time":"2014-08-24T05:15:26.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102152,"10":40,"107":628,"11":595,"12":112,"13":568,"14":177,"15":317,"155":29,"156":22,"158":33,"159":47,"16":191,"160":14,"161":244,"167":31,"168":10,"17":277,"18":867,"19":352,"20":187,"209":57,"21":522,"210":13,"211":3,"214":14,"215":250,"221":315,"223":1316,"224":155,"225":634,"23":486,"24":2034,"25":506,"257":71,"26":139,"268":6,"27":20,"273":60,"276":51,"279":20,"28":493,"281":4,"282":51,"291":21,"292":91,"30":29,"302":6,"306":11,"31":50,"314":11,"32":25,"33":134,"34":66,"347":4,"35":47,"352":812,"36":180,"37":40,"38":612,"380":9,"381":43,"383":85,"389":1,"39":51,"391":35,"396":4,"397":29,"40":42,"409":65,"41":69,"414":22,"415":66,"419":7,"42":24,"426":4,"43":57,"430":62,"433":9,"44":31,"45":33,"46":214,"48":36,"49":103,"5":3337,"51":35,"52":32,"53":76,"56":10,"570":6,"6":209,"63":56,"7":468,"79":50,"8":680,"80":139,"9":320,"all_client":122771,"all_tv_clinet":20619,"insert_time":"2014-08-24T05:16:27.469Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102036,"10":37,"107":640,"11":599,"12":115,"13":576,"14":179,"15":315,"155":29,"156":22,"158":33,"159":46,"16":183,"160":15,"161":230,"167":28,"168":9,"17":280,"18":863,"19":321,"20":190,"209":59,"21":519,"210":13,"211":2,"214":14,"215":241,"221":311,"223":1325,"224":148,"225":598,"23":490,"24":2072,"25":515,"257":70,"26":151,"268":6,"27":20,"273":55,"276":51,"279":19,"28":500,"281":4,"282":56,"291":23,"292":91,"30":25,"302":6,"306":11,"31":47,"314":11,"32":27,"33":128,"34":66,"347":4,"35":46,"352":819,"36":172,"37":42,"38":620,"380":10,"381":43,"383":85,"39":49,"391":36,"396":4,"397":28,"40":39,"409":63,"41":67,"414":23,"415":70,"419":12,"42":26,"426":4,"43":58,"430":65,"433":8,"44":29,"45":32,"46":213,"48":37,"49":102,"5":3336,"51":36,"52":28,"53":72,"56":10,"570":5,"6":196,"63":56,"7":479,"79":50,"8":673,"80":137,"9":318,"all_client":122622,"all_tv_clinet":20586,"insert_time":"2014-08-24T05:17:28.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101995,"10":37,"107":645,"11":606,"12":115,"13":568,"14":179,"15":320,"155":29,"156":22,"158":36,"159":42,"16":182,"160":16,"161":218,"167":29,"168":8,"17":274,"18":867,"19":315,"20":196,"209":62,"21":527,"210":13,"211":2,"214":14,"215":229,"221":302,"223":1325,"224":135,"225":579,"23":494,"24":2097,"25":508,"257":72,"26":151,"268":6,"27":20,"273":51,"276":50,"279":21,"28":514,"281":4,"282":55,"291":24,"292":83,"30":25,"302":6,"306":11,"31":46,"314":11,"317":1,"32":28,"33":125,"34":71,"347":5,"35":46,"352":808,"36":165,"37":42,"38":612,"380":11,"381":39,"383":82,"39":43,"391":38,"396":6,"397":30,"40":39,"409":64,"41":69,"414":24,"415":70,"419":12,"42":29,"426":4,"43":58,"430":64,"433":9,"44":30,"45":35,"46":200,"48":38,"49":101,"5":3320,"51":33,"52":27,"53":73,"56":8,"570":5,"6":190,"63":55,"7":481,"79":51,"8":659,"80":134,"9":308,"all_client":122478,"all_tv_clinet":20483,"insert_time":"2014-08-24T05:18:29.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101808,"10":35,"107":664,"11":626,"12":121,"13":569,"14":181,"15":328,"155":31,"156":19,"158":37,"159":39,"16":176,"160":17,"161":220,"167":29,"168":8,"17":273,"18":851,"19":308,"20":192,"209":61,"21":521,"210":12,"211":2,"214":13,"215":225,"221":298,"223":1320,"224":127,"225":561,"23":483,"24":2102,"25":506,"257":73,"26":149,"268":6,"27":20,"273":49,"276":50,"279":20,"28":531,"281":3,"282":54,"291":23,"292":84,"30":29,"302":5,"306":9,"31":45,"314":11,"317":1,"32":23,"33":123,"34":70,"347":5,"35":44,"352":804,"36":164,"37":45,"38":600,"380":11,"381":38,"383":77,"39":42,"391":38,"396":6,"397":32,"40":38,"409":60,"41":70,"414":23,"415":68,"419":16,"42":31,"426":5,"43":57,"430":66,"433":9,"44":31,"45":39,"46":192,"48":34,"49":103,"5":3324,"51":32,"52":33,"53":75,"56":8,"570":5,"6":189,"63":53,"7":479,"79":51,"8":643,"80":132,"9":307,"all_client":122220,"all_tv_clinet":20412,"insert_time":"2014-08-24T05:19:30.191Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101666,"10":35,"107":662,"11":633,"12":125,"13":563,"14":184,"15":325,"155":31,"156":19,"158":42,"159":30,"16":174,"160":18,"161":230,"167":30,"168":9,"17":282,"18":847,"19":309,"20":190,"209":60,"21":527,"210":14,"211":3,"214":13,"215":236,"221":304,"223":1321,"224":118,"225":553,"23":475,"24":2111,"25":497,"257":76,"26":155,"268":6,"27":23,"273":50,"276":50,"279":20,"28":548,"281":3,"282":51,"291":23,"292":89,"30":28,"302":5,"306":9,"31":47,"314":12,"317":1,"32":22,"33":120,"34":68,"347":5,"35":42,"352":794,"36":173,"37":47,"38":592,"380":11,"381":36,"383":72,"39":40,"391":39,"396":7,"397":34,"40":35,"409":55,"41":73,"414":21,"415":68,"419":15,"42":29,"426":5,"43":61,"430":63,"433":9,"44":30,"45":45,"46":190,"48":38,"49":102,"5":3326,"51":30,"52":35,"53":76,"56":8,"570":5,"6":188,"63":54,"7":471,"79":53,"8":630,"80":133,"9":302,"all_client":122084,"all_tv_clinet":20418,"insert_time":"2014-08-24T05:20:31.012Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101557,"10":37,"107":689,"11":649,"12":123,"13":567,"14":187,"15":325,"155":31,"156":19,"158":43,"159":26,"16":169,"160":18,"161":239,"167":30,"168":9,"17":289,"18":847,"19":303,"20":181,"209":57,"21":520,"210":14,"211":3,"214":12,"215":237,"221":301,"223":1303,"224":113,"225":545,"23":470,"24":2123,"25":500,"257":73,"26":155,"268":5,"27":26,"273":47,"276":48,"279":22,"28":558,"281":3,"282":52,"291":22,"292":96,"30":32,"302":5,"306":9,"31":45,"314":11,"317":1,"32":24,"33":119,"34":70,"347":6,"35":44,"352":796,"36":174,"37":47,"38":587,"380":10,"381":36,"383":74,"39":42,"391":38,"396":7,"397":34,"40":30,"409":43,"41":73,"414":19,"415":69,"419":15,"42":30,"426":5,"43":55,"430":61,"433":9,"44":30,"45":46,"46":194,"48":36,"49":100,"5":3322,"51":33,"52":36,"53":76,"56":7,"570":4,"6":192,"63":52,"7":474,"79":50,"8":625,"80":134,"9":297,"all_client":121971,"all_tv_clinet":20414,"insert_time":"2014-08-24T05:21:31.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101493,"10":40,"107":693,"11":644,"12":117,"13":572,"14":193,"15":320,"155":31,"156":19,"158":42,"159":21,"16":161,"160":18,"161":241,"167":30,"168":9,"17":285,"18":839,"19":294,"20":183,"209":55,"21":511,"210":12,"211":4,"214":10,"215":234,"221":307,"223":1306,"224":116,"225":534,"23":470,"24":2125,"25":491,"257":73,"26":163,"268":7,"27":27,"273":43,"276":49,"279":23,"28":560,"281":3,"282":51,"291":23,"292":97,"30":35,"302":5,"306":9,"31":52,"314":9,"317":1,"32":23,"33":121,"34":73,"347":6,"35":47,"352":797,"36":168,"37":51,"38":597,"380":10,"381":36,"383":76,"39":42,"391":38,"396":8,"397":36,"40":32,"409":42,"41":71,"414":19,"415":68,"419":15,"42":32,"426":5,"43":54,"430":61,"433":9,"44":30,"45":43,"46":189,"48":38,"49":95,"5":3322,"51":31,"52":36,"53":71,"56":6,"570":3,"6":194,"63":51,"7":468,"79":48,"8":610,"80":132,"9":297,"all_client":121851,"all_tv_clinet":20358,"insert_time":"2014-08-24T05:22:32.761Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101347,"10":39,"107":689,"11":628,"12":106,"13":575,"14":195,"15":324,"155":31,"156":19,"158":43,"159":19,"16":155,"160":17,"161":242,"167":30,"168":9,"17":284,"18":831,"19":280,"20":184,"209":59,"21":502,"210":11,"211":5,"214":10,"215":237,"221":303,"223":1315,"224":111,"225":546,"23":468,"24":2110,"25":487,"257":74,"26":164,"268":6,"27":27,"273":43,"276":51,"279":23,"28":576,"281":2,"282":50,"291":22,"292":99,"30":36,"302":5,"306":9,"31":53,"314":9,"317":1,"32":23,"33":115,"34":74,"347":6,"35":49,"352":795,"36":165,"37":51,"38":593,"380":10,"381":37,"383":74,"39":41,"391":41,"396":10,"397":33,"40":30,"409":40,"41":74,"414":20,"415":67,"419":14,"42":32,"426":5,"43":54,"430":59,"433":9,"44":29,"45":44,"46":191,"48":38,"49":95,"5":3323,"51":31,"52":36,"53":75,"56":6,"570":3,"6":196,"63":51,"7":468,"79":43,"8":602,"80":134,"9":285,"all_client":121632,"all_tv_clinet":20285,"insert_time":"2014-08-24T05:23:33.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101338,"10":36,"107":683,"11":612,"12":96,"13":572,"14":190,"15":322,"155":30,"156":16,"158":45,"159":17,"16":149,"160":18,"161":244,"167":31,"168":9,"17":285,"18":815,"19":277,"20":184,"209":59,"21":503,"210":10,"211":5,"214":9,"215":237,"221":301,"223":1332,"224":111,"225":549,"23":456,"24":2095,"25":489,"257":72,"26":169,"268":6,"27":27,"273":43,"276":53,"279":23,"28":590,"281":2,"282":50,"291":23,"292":96,"30":35,"302":5,"306":10,"31":56,"314":9,"317":1,"32":22,"33":119,"34":70,"347":6,"35":50,"352":782,"36":162,"37":55,"38":601,"380":10,"381":31,"383":75,"39":39,"391":39,"396":10,"397":34,"40":30,"409":41,"41":74,"414":18,"415":68,"419":14,"42":33,"426":6,"43":55,"430":57,"433":9,"44":33,"45":41,"46":186,"48":34,"49":93,"5":3324,"51":33,"52":34,"53":80,"56":7,"570":4,"6":201,"63":47,"7":456,"79":45,"8":608,"80":134,"9":272,"all_client":121537,"all_tv_clinet":20199,"insert_time":"2014-08-24T05:24:34.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101232,"10":37,"107":688,"11":603,"12":93,"13":568,"14":186,"15":323,"155":28,"156":16,"158":47,"159":19,"16":143,"160":15,"161":244,"167":31,"168":9,"17":282,"18":807,"19":270,"20":186,"209":61,"21":511,"210":9,"211":5,"214":9,"215":231,"221":292,"223":1342,"224":108,"225":551,"23":458,"24":2103,"25":493,"257":75,"26":161,"268":8,"27":25,"273":45,"276":55,"279":23,"28":593,"281":2,"282":50,"291":22,"292":92,"30":36,"302":5,"306":11,"31":56,"314":9,"317":1,"32":18,"33":121,"34":68,"347":5,"35":49,"352":791,"36":160,"37":56,"38":585,"380":10,"381":29,"383":70,"39":39,"391":41,"396":10,"397":34,"40":30,"409":40,"41":77,"414":18,"415":67,"419":13,"42":38,"426":6,"43":55,"430":55,"433":10,"44":31,"45":42,"46":195,"48":31,"49":90,"5":3324,"51":32,"52":38,"53":77,"56":7,"570":4,"6":206,"63":47,"7":457,"79":46,"8":610,"80":135,"9":251,"all_client":121387,"all_tv_clinet":20155,"insert_time":"2014-08-24T05:25:35.539Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101087,"10":35,"107":685,"11":609,"12":91,"13":567,"14":183,"15":323,"155":27,"156":17,"158":46,"159":18,"16":146,"160":16,"161":242,"167":30,"168":12,"17":277,"18":806,"19":263,"20":186,"209":60,"21":517,"210":8,"211":4,"214":8,"215":227,"221":291,"223":1353,"224":112,"225":562,"23":449,"24":2097,"25":500,"257":79,"26":160,"268":8,"27":21,"273":43,"276":53,"279":24,"28":592,"281":2,"282":45,"291":21,"292":90,"30":36,"302":5,"306":11,"31":62,"314":10,"317":1,"32":17,"33":125,"34":75,"347":5,"35":49,"352":774,"36":155,"37":55,"38":581,"380":9,"381":29,"383":68,"39":41,"391":39,"396":9,"397":36,"40":27,"409":43,"41":80,"414":18,"415":74,"419":14,"42":39,"426":5,"43":50,"430":56,"433":10,"44":33,"45":40,"46":202,"48":32,"49":89,"5":3304,"51":31,"52":37,"53":75,"56":6,"570":4,"6":218,"63":47,"7":447,"79":45,"8":624,"80":131,"9":238,"all_client":121203,"all_tv_clinet":20116,"insert_time":"2014-08-24T05:26:36.518Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101045,"10":38,"107":691,"11":618,"12":98,"13":578,"14":186,"15":323,"155":27,"156":16,"158":46,"159":17,"16":147,"160":15,"161":236,"167":30,"168":12,"17":272,"18":799,"19":262,"20":190,"209":65,"21":516,"210":9,"211":4,"214":7,"215":228,"221":294,"223":1354,"224":118,"225":565,"23":421,"24":2113,"25":495,"257":81,"26":167,"268":8,"27":21,"273":41,"276":54,"279":24,"28":598,"281":2,"282":44,"291":22,"292":89,"30":33,"302":5,"306":11,"31":65,"314":10,"317":1,"32":16,"33":130,"34":78,"347":7,"35":47,"352":773,"36":152,"37":57,"38":576,"380":8,"381":29,"383":68,"39":40,"391":38,"396":9,"397":41,"40":26,"409":47,"41":83,"414":19,"415":76,"419":14,"42":41,"426":4,"43":51,"430":53,"433":9,"44":31,"45":39,"46":202,"48":34,"49":86,"5":3200,"51":26,"52":36,"53":81,"56":6,"570":4,"6":258,"63":45,"7":461,"79":46,"8":608,"80":134,"9":224,"all_client":121124,"all_tv_clinet":20079,"insert_time":"2014-08-24T05:27:37.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100905,"10":42,"107":693,"11":624,"12":100,"13":569,"14":186,"15":320,"155":26,"156":14,"158":44,"159":15,"16":147,"160":13,"161":224,"167":31,"168":12,"17":263,"18":786,"19":261,"20":194,"209":67,"21":523,"210":9,"211":4,"214":7,"215":231,"221":297,"223":1364,"224":122,"225":565,"23":419,"24":2124,"25":497,"257":90,"26":179,"268":9,"27":20,"273":37,"276":53,"279":23,"28":611,"281":2,"282":42,"291":22,"292":82,"30":30,"302":5,"306":10,"31":65,"314":10,"317":1,"32":20,"33":134,"34":82,"347":8,"35":48,"352":779,"36":155,"37":61,"38":561,"380":9,"381":26,"383":70,"39":43,"391":37,"396":8,"397":44,"40":24,"409":50,"41":89,"414":21,"415":86,"419":12,"42":45,"426":3,"43":49,"430":53,"433":10,"44":31,"45":42,"46":210,"48":31,"49":92,"5":3054,"51":26,"52":34,"53":78,"56":5,"570":3,"6":314,"63":45,"7":467,"79":46,"8":580,"80":135,"9":220,"all_client":120929,"all_tv_clinet":20024,"insert_time":"2014-08-24T05:28:38.330Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100759,"10":44,"107":682,"11":636,"12":110,"13":577,"14":183,"15":320,"155":26,"156":15,"158":45,"159":16,"16":146,"160":10,"161":214,"167":33,"168":11,"17":246,"18":773,"19":268,"20":196,"209":66,"21":535,"210":9,"211":4,"214":9,"215":237,"221":306,"223":1386,"224":119,"225":569,"23":406,"24":2152,"25":497,"257":91,"26":188,"268":10,"27":21,"273":36,"276":52,"279":23,"28":634,"281":2,"282":44,"291":22,"292":73,"30":28,"302":5,"306":11,"31":66,"314":10,"317":1,"32":20,"33":133,"34":78,"347":8,"35":49,"352":789,"36":160,"37":62,"38":539,"380":9,"381":26,"383":73,"39":42,"391":38,"396":7,"397":43,"40":28,"409":53,"41":90,"414":21,"415":87,"419":11,"42":45,"426":3,"43":49,"430":51,"433":11,"44":32,"45":44,"46":214,"48":27,"49":92,"5":2903,"51":28,"52":34,"53":83,"56":5,"570":4,"6":367,"63":44,"7":471,"79":48,"8":543,"80":138,"9":221,"all_client":120745,"all_tv_clinet":19986,"insert_time":"2014-08-24T05:29:39.153Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100583,"10":36,"107":678,"11":625,"12":118,"13":597,"14":185,"15":320,"155":26,"156":15,"158":47,"159":17,"16":144,"160":10,"161":208,"167":38,"168":12,"17":231,"18":764,"19":272,"20":201,"209":70,"21":537,"210":9,"211":4,"214":9,"215":236,"221":313,"223":1417,"224":124,"225":599,"23":415,"24":2168,"25":510,"257":87,"26":194,"268":10,"27":21,"273":39,"276":49,"279":23,"28":644,"281":3,"282":44,"291":22,"292":66,"30":25,"302":6,"306":11,"31":67,"314":11,"317":1,"32":18,"33":137,"34":82,"347":6,"35":49,"352":789,"36":162,"37":63,"38":519,"380":9,"381":29,"383":71,"39":42,"391":40,"396":5,"397":41,"40":25,"409":51,"41":88,"414":23,"415":86,"419":13,"42":49,"426":3,"43":46,"430":54,"433":11,"434":1,"44":30,"45":47,"46":216,"48":26,"49":93,"5":2781,"51":26,"52":35,"53":83,"56":6,"570":4,"6":365,"63":42,"7":483,"79":50,"8":510,"80":139,"9":221,"all_client":120530,"all_tv_clinet":19947,"insert_time":"2014-08-24T05:30:40.327Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100418,"10":33,"107":655,"11":636,"12":129,"13":608,"14":176,"15":337,"155":26,"156":16,"158":49,"159":20,"16":142,"160":8,"161":197,"167":38,"168":12,"17":229,"18":777,"19":277,"20":200,"209":71,"21":549,"210":7,"211":4,"214":10,"215":238,"221":311,"223":1428,"224":123,"225":617,"23":412,"24":2194,"25":510,"257":88,"26":197,"268":7,"27":22,"273":39,"276":50,"279":21,"28":659,"281":3,"282":45,"291":20,"292":67,"30":26,"302":5,"306":11,"31":66,"314":10,"317":1,"32":17,"33":134,"34":84,"347":8,"35":50,"352":793,"36":161,"37":65,"38":532,"380":9,"381":30,"383":68,"39":40,"391":39,"396":5,"397":41,"40":26,"409":50,"41":90,"414":27,"415":87,"419":16,"42":54,"426":3,"43":50,"430":52,"433":11,"434":1,"44":29,"45":52,"46":210,"48":25,"49":87,"5":2681,"51":27,"52":32,"53":84,"56":6,"570":5,"6":331,"63":41,"7":507,"79":48,"8":484,"80":139,"9":222,"all_client":120347,"all_tv_clinet":19929,"insert_time":"2014-08-24T05:31:41.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100317,"10":29,"107":644,"11":668,"12":137,"13":619,"14":171,"15":348,"155":25,"156":17,"158":52,"159":20,"16":146,"160":8,"161":211,"167":40,"168":10,"17":235,"18":784,"19":278,"20":205,"209":72,"21":556,"210":9,"211":4,"214":9,"215":245,"221":309,"223":1389,"224":124,"225":615,"23":408,"24":2194,"25":515,"257":91,"26":197,"268":7,"27":22,"273":41,"276":50,"279":19,"28":676,"281":3,"282":46,"291":20,"292":68,"30":25,"302":5,"306":11,"31":67,"314":11,"317":1,"32":19,"33":134,"34":87,"347":9,"35":49,"352":782,"36":158,"37":68,"38":525,"380":9,"381":32,"383":68,"39":34,"391":38,"396":7,"397":40,"40":27,"409":45,"41":90,"414":30,"415":84,"419":16,"42":56,"426":3,"43":48,"430":49,"433":11,"434":1,"44":30,"45":46,"46":212,"48":23,"49":87,"5":2558,"51":26,"52":34,"53":83,"56":6,"570":5,"6":302,"63":41,"7":508,"79":47,"8":464,"80":138,"9":229,"all_client":120131,"all_tv_clinet":19814,"insert_time":"2014-08-24T05:32:41.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100255,"10":32,"107":627,"11":702,"12":141,"13":623,"14":166,"15":359,"155":25,"156":16,"158":48,"159":22,"16":148,"160":10,"161":219,"167":36,"168":10,"17":228,"18":803,"19":294,"20":205,"209":73,"21":571,"210":9,"211":3,"214":9,"215":246,"221":315,"223":1338,"224":125,"225":622,"23":410,"24":2197,"25":516,"257":94,"26":194,"268":8,"27":25,"273":37,"276":55,"279":17,"28":680,"281":3,"282":47,"291":19,"292":73,"30":24,"302":2,"306":11,"31":67,"314":10,"317":1,"32":22,"33":138,"34":83,"347":10,"35":47,"352":784,"36":160,"37":70,"38":533,"380":9,"381":32,"383":68,"39":33,"391":41,"396":8,"397":37,"40":31,"409":45,"41":90,"414":30,"415":86,"419":17,"42":57,"426":3,"43":52,"430":48,"433":9,"434":1,"44":27,"45":51,"46":219,"48":22,"49":93,"5":2476,"51":26,"52":37,"53":82,"56":9,"570":6,"6":286,"63":38,"7":510,"79":50,"8":448,"80":139,"9":241,"all_client":120074,"all_tv_clinet":19819,"insert_time":"2014-08-24T05:33:42.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100130,"10":27,"107":628,"11":719,"12":152,"13":631,"14":170,"15":362,"155":24,"156":17,"158":48,"159":22,"16":146,"160":13,"161":236,"167":35,"168":10,"17":219,"18":811,"19":298,"20":206,"209":74,"21":574,"210":11,"211":3,"214":8,"215":246,"221":317,"223":1324,"224":126,"225":600,"23":423,"24":2169,"25":525,"257":96,"26":199,"268":9,"27":24,"273":39,"276":53,"279":17,"28":654,"281":3,"282":47,"291":19,"292":77,"30":22,"302":4,"306":11,"31":69,"314":10,"317":1,"32":23,"33":137,"34":82,"347":10,"35":40,"352":774,"36":156,"37":72,"38":536,"380":9,"381":32,"383":66,"39":34,"391":44,"396":8,"397":34,"40":32,"409":46,"41":93,"414":30,"415":87,"419":18,"42":59,"426":2,"43":54,"430":49,"433":9,"434":1,"44":28,"45":56,"46":219,"48":23,"49":98,"5":2384,"51":27,"52":38,"53":86,"56":9,"570":6,"6":298,"63":37,"7":501,"79":49,"8":445,"80":140,"9":244,"all_client":119883,"all_tv_clinet":19753,"insert_time":"2014-08-24T05:34:43.661Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100012,"10":26,"107":618,"11":720,"12":153,"13":630,"14":172,"15":357,"155":23,"156":16,"158":45,"159":27,"16":150,"160":14,"161":241,"167":34,"168":10,"17":205,"18":816,"19":307,"20":203,"209":71,"21":578,"210":10,"211":3,"214":8,"215":241,"221":309,"223":1324,"224":129,"225":593,"23":431,"24":2146,"25":535,"257":95,"26":209,"268":10,"27":25,"273":40,"276":54,"279":18,"28":646,"281":3,"282":48,"291":20,"292":84,"30":22,"302":4,"306":12,"31":64,"314":8,"317":1,"32":19,"33":133,"34":86,"347":10,"35":38,"352":774,"36":161,"37":74,"38":538,"380":9,"381":35,"383":64,"39":36,"391":44,"396":7,"397":32,"40":35,"409":46,"41":93,"414":29,"415":88,"419":16,"42":63,"426":2,"43":57,"430":52,"433":10,"434":1,"44":26,"45":58,"46":213,"48":28,"49":98,"5":2284,"51":27,"52":38,"53":84,"56":9,"570":6,"6":305,"63":36,"7":511,"79":51,"8":430,"80":145,"9":241,"all_client":119662,"all_tv_clinet":19650,"insert_time":"2014-08-24T05:35:44.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99850,"10":26,"107":618,"11":721,"12":158,"13":601,"14":173,"15":355,"155":22,"156":17,"158":46,"159":27,"16":153,"160":16,"161":248,"167":35,"168":10,"17":195,"18":814,"19":309,"20":198,"209":74,"21":556,"210":10,"211":3,"214":9,"215":243,"221":314,"223":1342,"224":131,"225":588,"23":421,"24":2146,"25":530,"257":97,"26":217,"268":10,"27":23,"273":41,"276":54,"279":22,"28":648,"281":3,"282":50,"291":19,"292":87,"30":24,"302":5,"306":12,"31":64,"314":9,"317":1,"32":22,"33":131,"34":91,"347":11,"35":36,"352":784,"36":155,"37":72,"38":544,"380":10,"381":36,"383":64,"39":37,"391":45,"396":4,"397":29,"40":36,"409":46,"41":89,"414":29,"415":94,"419":13,"42":67,"426":2,"43":57,"430":51,"433":10,"434":1,"44":25,"45":60,"46":217,"48":29,"49":98,"5":2151,"51":27,"52":33,"53":77,"56":8,"570":10,"6":320,"63":38,"7":515,"79":49,"8":407,"80":146,"9":240,"all_client":119361,"all_tv_clinet":19511,"insert_time":"2014-08-24T05:36:45.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99615,"10":26,"107":609,"11":729,"12":158,"13":580,"14":173,"15":361,"155":21,"156":18,"158":46,"159":26,"16":152,"160":12,"161":255,"167":36,"168":10,"17":191,"18":820,"19":315,"20":187,"209":72,"21":557,"210":8,"211":3,"214":9,"215":245,"221":315,"223":1368,"224":135,"225":595,"23":421,"24":2108,"25":543,"257":96,"26":224,"268":10,"27":22,"273":38,"276":56,"279":18,"28":667,"281":3,"282":48,"291":21,"292":83,"30":27,"302":5,"306":10,"31":58,"314":9,"317":1,"32":24,"33":130,"34":95,"347":10,"35":36,"352":787,"36":155,"37":71,"38":557,"380":9,"381":36,"383":64,"39":38,"391":41,"396":3,"397":28,"40":35,"409":50,"41":93,"414":27,"415":90,"419":8,"42":69,"426":4,"43":57,"430":54,"433":10,"434":1,"44":21,"45":60,"46":218,"48":32,"49":87,"5":2022,"51":27,"52":36,"53":79,"56":8,"570":13,"6":327,"63":36,"7":524,"79":50,"8":372,"80":147,"9":241,"all_client":118997,"all_tv_clinet":19382,"insert_time":"2014-08-24T05:37:46.410Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99390,"10":28,"107":608,"11":743,"12":159,"13":557,"14":171,"15":362,"155":21,"156":17,"158":44,"159":27,"16":155,"160":12,"161":267,"167":39,"168":10,"17":189,"18":821,"19":321,"20":167,"209":75,"21":554,"210":9,"211":1,"214":10,"215":247,"221":320,"223":1385,"224":141,"225":609,"23":414,"24":2054,"25":552,"257":90,"26":232,"268":10,"27":23,"273":38,"276":57,"279":18,"28":695,"281":3,"282":48,"291":19,"292":86,"30":33,"302":5,"306":9,"31":56,"314":9,"317":1,"32":24,"33":129,"34":98,"347":10,"35":36,"352":771,"36":162,"37":70,"38":570,"380":9,"381":36,"383":63,"39":36,"391":45,"396":5,"397":28,"40":34,"409":51,"41":93,"414":29,"415":92,"419":10,"42":67,"426":4,"43":59,"430":57,"433":9,"434":1,"44":21,"45":59,"46":227,"48":29,"49":77,"5":1875,"51":27,"52":37,"53":86,"56":7,"570":13,"6":325,"63":31,"7":535,"79":50,"8":350,"80":144,"9":251,"all_client":118653,"all_tv_clinet":19263,"insert_time":"2014-08-24T05:38:47.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99191,"10":25,"107":598,"11":737,"12":163,"13":547,"14":177,"15":347,"155":20,"156":16,"158":45,"159":26,"16":159,"160":9,"161":277,"167":40,"168":9,"17":188,"18":821,"19":320,"20":157,"209":79,"21":554,"210":8,"211":1,"214":10,"215":241,"221":319,"223":1394,"224":142,"225":603,"23":413,"24":1989,"25":568,"257":89,"26":237,"268":11,"27":22,"273":38,"276":57,"279":15,"28":710,"281":3,"282":46,"291":20,"292":83,"30":33,"302":3,"306":9,"31":55,"314":9,"32":28,"33":133,"34":106,"347":11,"35":38,"352":778,"36":155,"37":70,"38":564,"380":10,"381":37,"383":62,"39":37,"391":46,"396":5,"397":31,"40":33,"409":54,"41":93,"414":26,"415":83,"419":10,"42":71,"426":3,"43":63,"430":57,"433":8,"434":2,"44":22,"45":58,"46":239,"48":32,"49":68,"5":1787,"51":31,"52":40,"53":85,"56":7,"570":10,"6":334,"63":30,"7":525,"79":52,"8":321,"80":141,"9":248,"all_client":118277,"all_tv_clinet":19086,"insert_time":"2014-08-24T05:39:48.375Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99022,"10":25,"107":594,"11":750,"12":179,"13":534,"14":179,"15":317,"155":21,"156":14,"158":45,"159":29,"16":157,"160":9,"161":276,"167":41,"168":9,"17":198,"18":832,"19":322,"20":154,"209":79,"21":573,"210":8,"211":1,"214":10,"215":239,"221":322,"223":1383,"224":140,"225":600,"23":416,"24":1941,"25":561,"257":91,"26":244,"268":10,"27":23,"273":39,"276":56,"279":17,"28":734,"281":3,"282":46,"291":20,"292":87,"30":32,"302":3,"306":9,"31":53,"314":10,"32":26,"33":136,"34":110,"347":12,"35":36,"352":780,"36":151,"37":71,"38":570,"380":10,"381":36,"383":64,"39":36,"391":46,"396":6,"397":36,"40":33,"409":51,"41":85,"414":24,"415":82,"419":9,"42":74,"426":3,"43":61,"430":57,"433":9,"434":2,"44":20,"45":62,"46":245,"48":32,"49":66,"5":1696,"51":34,"52":38,"53":84,"56":8,"570":7,"6":339,"63":28,"7":516,"79":53,"8":313,"80":137,"9":245,"all_client":117996,"all_tv_clinet":18974,"insert_time":"2014-08-24T05:40:49.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98820,"10":28,"107":592,"11":755,"12":183,"13":522,"14":180,"15":291,"155":20,"156":13,"158":49,"159":28,"16":156,"160":10,"161":260,"167":41,"168":9,"17":195,"18":839,"19":329,"20":154,"209":78,"21":569,"210":6,"211":2,"214":10,"215":233,"221":314,"223":1379,"224":137,"225":593,"23":411,"24":1943,"25":569,"257":96,"26":253,"268":11,"27":22,"273":42,"276":56,"279":15,"28":745,"281":3,"282":46,"291":19,"292":83,"30":31,"302":4,"306":9,"31":51,"314":9,"32":26,"33":141,"34":107,"347":13,"35":44,"352":792,"36":159,"37":76,"38":581,"380":10,"381":35,"383":58,"39":38,"391":46,"396":7,"397":37,"40":32,"409":53,"41":91,"414":22,"415":83,"419":7,"42":77,"426":3,"43":60,"430":57,"431":1,"433":10,"434":2,"44":18,"45":65,"46":258,"48":30,"49":63,"5":1642,"51":36,"52":38,"53":83,"56":9,"570":7,"6":342,"63":27,"7":509,"79":51,"8":298,"80":138,"9":229,"all_client":117724,"all_tv_clinet":18904,"insert_time":"2014-08-24T05:41:50.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98691,"10":28,"107":570,"11":761,"12":187,"13":523,"14":173,"15":266,"155":19,"156":10,"158":52,"159":27,"16":158,"160":10,"161":245,"167":44,"168":9,"17":201,"18":837,"19":329,"20":151,"209":80,"21":583,"210":7,"211":3,"214":11,"215":230,"221":303,"223":1403,"224":134,"225":609,"23":422,"24":1938,"25":573,"257":93,"26":250,"268":10,"27":22,"273":41,"276":52,"279":17,"28":758,"281":4,"282":46,"291":18,"292":81,"30":36,"302":5,"306":8,"31":52,"314":8,"32":23,"33":140,"34":91,"347":11,"35":47,"352":772,"36":155,"37":82,"38":596,"380":10,"381":37,"383":60,"39":42,"391":50,"396":7,"397":34,"40":34,"409":51,"41":93,"414":22,"415":81,"419":7,"42":84,"426":3,"43":58,"430":55,"431":1,"433":9,"434":2,"44":19,"45":64,"46":259,"48":31,"49":64,"5":1592,"51":35,"52":38,"53":83,"56":10,"570":7,"6":349,"63":28,"7":502,"79":51,"8":289,"80":132,"9":210,"all_client":117508,"all_tv_clinet":18817,"insert_time":"2014-08-24T05:42:51.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98550,"10":29,"107":571,"11":751,"12":187,"13":523,"14":170,"15":252,"155":19,"156":9,"158":53,"159":30,"16":162,"160":9,"161":225,"167":43,"168":9,"17":210,"18":817,"19":333,"20":146,"209":80,"21":579,"210":8,"211":6,"214":12,"215":233,"221":315,"223":1418,"224":137,"225":608,"23":433,"24":1949,"25":575,"257":92,"26":231,"268":10,"27":22,"273":41,"276":51,"279":18,"28":752,"281":4,"282":47,"291":20,"292":79,"30":40,"302":5,"306":8,"31":51,"314":7,"32":18,"33":138,"34":76,"347":10,"35":47,"352":768,"36":152,"37":82,"38":596,"380":9,"381":37,"383":56,"39":41,"391":50,"396":7,"397":32,"40":36,"409":50,"41":92,"414":21,"415":80,"419":8,"42":83,"426":2,"43":61,"430":52,"431":1,"433":9,"434":2,"44":20,"45":56,"46":262,"48":30,"49":60,"5":1565,"51":39,"52":44,"53":89,"56":11,"570":7,"6":353,"63":30,"7":499,"79":54,"8":283,"80":128,"9":194,"all_client":117269,"all_tv_clinet":18719,"insert_time":"2014-08-24T05:43:51.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98382,"10":27,"107":570,"11":759,"12":191,"13":513,"14":167,"15":231,"155":19,"156":12,"158":54,"159":32,"16":163,"160":11,"161":220,"167":42,"168":9,"17":216,"18":820,"19":333,"20":150,"209":82,"21":579,"210":10,"211":6,"214":12,"215":234,"221":307,"223":1433,"224":136,"225":595,"23":440,"24":1946,"25":571,"257":88,"26":213,"268":10,"27":21,"273":37,"276":50,"279":20,"28":756,"281":4,"282":46,"291":20,"292":79,"30":41,"302":5,"306":8,"31":46,"314":8,"32":17,"33":131,"34":60,"347":12,"35":51,"352":771,"36":154,"37":85,"38":604,"380":9,"381":42,"383":56,"39":40,"391":50,"396":8,"397":33,"40":36,"409":43,"41":93,"414":20,"415":80,"419":10,"42":83,"426":2,"43":67,"430":51,"431":1,"433":9,"434":2,"44":21,"45":52,"46":262,"48":31,"49":55,"5":1561,"51":38,"52":51,"53":89,"56":12,"570":7,"6":362,"63":30,"7":498,"79":56,"8":278,"80":122,"9":189,"all_client":117058,"all_tv_clinet":18676,"insert_time":"2014-08-24T05:44:52.735Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98225,"10":27,"107":581,"11":759,"12":196,"13":497,"14":154,"15":212,"155":20,"156":12,"158":56,"159":34,"16":160,"160":14,"161":224,"167":42,"168":9,"17":224,"18":831,"19":337,"20":149,"209":85,"21":575,"210":10,"211":6,"214":11,"215":234,"221":312,"223":1444,"224":140,"225":596,"23":450,"24":1913,"25":585,"257":93,"26":202,"268":12,"27":20,"273":36,"276":45,"279":20,"28":767,"281":4,"282":46,"291":19,"292":78,"30":42,"302":6,"306":8,"31":47,"314":7,"32":15,"33":129,"34":56,"347":10,"35":49,"352":772,"36":154,"37":88,"38":600,"380":10,"381":43,"383":55,"39":42,"391":49,"396":9,"397":30,"40":32,"409":38,"41":91,"414":22,"415":82,"419":10,"42":80,"426":2,"43":65,"430":48,"431":1,"433":9,"434":1,"44":25,"45":55,"46":270,"48":36,"49":49,"5":1544,"51":36,"52":55,"53":89,"56":11,"570":7,"6":368,"63":30,"7":473,"79":52,"8":270,"80":120,"9":176,"all_client":116834,"all_tv_clinet":18609,"insert_time":"2014-08-24T05:45:53.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98063,"10":25,"107":579,"11":759,"12":196,"13":477,"14":154,"15":202,"155":20,"156":15,"158":59,"159":35,"16":160,"160":16,"161":227,"167":43,"168":10,"17":225,"18":868,"19":342,"20":150,"209":89,"21":583,"210":9,"211":5,"214":11,"215":234,"221":304,"223":1449,"224":140,"225":604,"23":454,"24":1917,"25":592,"257":94,"26":195,"268":12,"27":19,"273":38,"276":44,"279":20,"28":767,"281":4,"282":41,"291":20,"292":79,"30":41,"302":7,"306":8,"31":46,"314":6,"32":14,"33":124,"34":54,"347":10,"35":48,"352":758,"36":147,"37":89,"38":600,"380":10,"381":42,"383":57,"39":41,"391":54,"396":7,"397":25,"40":34,"409":37,"41":85,"414":23,"415":84,"419":10,"42":84,"426":1,"43":67,"430":44,"431":1,"433":9,"434":1,"44":26,"45":56,"46":265,"48":40,"49":44,"5":1531,"51":34,"52":55,"53":88,"56":9,"570":8,"6":354,"63":28,"7":448,"79":48,"8":269,"80":114,"9":172,"all_client":116606,"all_tv_clinet":18543,"insert_time":"2014-08-24T05:46:54.417Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97982,"10":26,"107":584,"11":749,"12":199,"13":457,"14":148,"15":191,"155":19,"156":14,"158":60,"159":40,"16":169,"160":13,"161":224,"167":42,"168":11,"17":224,"18":872,"19":337,"20":145,"209":88,"21":580,"210":10,"211":6,"214":12,"215":234,"221":307,"223":1471,"224":150,"225":610,"23":452,"24":1907,"25":583,"257":91,"26":177,"268":13,"27":18,"273":38,"276":43,"279":19,"28":783,"281":4,"282":41,"291":19,"292":85,"30":43,"302":6,"306":10,"31":47,"314":6,"32":14,"33":120,"34":51,"347":8,"35":48,"352":771,"36":156,"37":92,"38":600,"380":11,"381":38,"383":54,"39":41,"391":56,"396":4,"397":22,"40":31,"409":39,"41":80,"414":25,"415":82,"419":10,"42":86,"426":1,"43":59,"430":40,"433":8,"434":1,"44":29,"45":57,"46":260,"48":40,"49":41,"5":1497,"51":32,"52":50,"53":91,"56":9,"570":8,"6":349,"63":28,"7":446,"79":39,"8":258,"80":109,"9":168,"all_client":116418,"all_tv_clinet":18436,"insert_time":"2014-08-24T05:47:55.182Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97885,"10":27,"107":574,"11":741,"12":199,"13":443,"14":152,"15":188,"155":19,"156":15,"158":60,"159":42,"16":169,"160":14,"161":230,"167":41,"168":11,"17":235,"18":890,"19":331,"20":141,"209":88,"21":590,"210":10,"211":6,"214":12,"215":239,"221":310,"223":1486,"224":153,"225":593,"23":446,"24":1903,"25":577,"257":82,"26":175,"268":13,"27":19,"273":40,"276":42,"279":19,"28":783,"281":4,"282":40,"291":19,"292":87,"30":43,"302":7,"306":10,"31":42,"314":6,"32":17,"33":118,"34":49,"347":8,"35":49,"352":775,"36":152,"37":91,"38":591,"380":10,"381":38,"383":55,"39":40,"391":55,"396":5,"397":21,"40":31,"409":37,"41":77,"414":24,"415":81,"419":8,"42":86,"426":1,"43":55,"430":42,"433":7,"434":1,"44":30,"45":58,"46":255,"48":41,"49":37,"5":1454,"51":32,"52":54,"53":87,"56":9,"570":8,"6":360,"63":27,"7":442,"79":34,"8":255,"80":109,"9":164,"all_client":116231,"all_tv_clinet":18346,"insert_time":"2014-08-24T05:48:56.024Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97765,"10":26,"107":562,"11":692,"12":203,"13":443,"14":157,"15":179,"155":22,"156":12,"158":58,"159":41,"16":169,"160":13,"161":239,"167":43,"168":9,"17":234,"18":896,"19":327,"20":144,"209":86,"21":594,"210":11,"211":7,"214":13,"215":234,"221":302,"223":1496,"224":152,"225":594,"23":448,"24":1885,"25":578,"257":85,"26":174,"268":13,"27":18,"273":39,"276":46,"279":19,"28":789,"281":4,"282":37,"291":20,"292":86,"30":40,"302":6,"306":9,"31":42,"314":6,"32":19,"33":119,"34":48,"347":9,"35":48,"352":792,"36":153,"37":93,"38":591,"380":10,"381":40,"383":52,"39":37,"391":54,"396":6,"397":24,"40":30,"409":40,"41":76,"414":26,"415":80,"419":6,"42":81,"426":1,"43":55,"430":39,"433":6,"434":1,"44":32,"45":60,"46":253,"48":42,"49":37,"5":1408,"51":33,"52":54,"53":85,"56":9,"570":5,"6":365,"63":28,"7":449,"79":34,"8":248,"80":110,"9":165,"all_client":116020,"all_tv_clinet":18255,"insert_time":"2014-08-24T05:49:56.908Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97684,"10":24,"107":561,"11":649,"12":205,"13":433,"14":165,"15":164,"155":23,"156":11,"158":60,"159":42,"16":167,"160":11,"161":237,"167":43,"168":8,"17":239,"18":904,"19":320,"20":142,"209":85,"21":599,"210":12,"211":8,"214":13,"215":229,"221":305,"223":1513,"224":153,"225":613,"23":449,"24":1880,"25":575,"257":86,"26":182,"268":13,"27":17,"273":35,"276":45,"279":21,"28":787,"281":4,"282":40,"291":21,"292":82,"30":44,"302":6,"306":9,"31":43,"314":5,"32":18,"33":122,"34":48,"347":11,"35":50,"352":785,"36":158,"37":83,"38":584,"380":10,"381":43,"383":50,"389":1,"39":34,"391":53,"396":5,"397":25,"40":28,"409":44,"41":73,"414":26,"415":80,"419":6,"42":74,"426":1,"43":56,"430":36,"433":4,"434":1,"44":34,"45":60,"46":258,"48":39,"49":39,"5":1378,"51":32,"52":60,"53":91,"56":8,"570":4,"6":370,"63":29,"7":437,"79":35,"8":249,"80":104,"9":165,"all_client":115867,"all_tv_clinet":18183,"insert_time":"2014-08-24T05:50:58.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97612,"10":22,"107":541,"11":600,"12":207,"13":426,"14":163,"15":155,"155":25,"156":12,"158":62,"159":42,"16":169,"160":11,"161":243,"167":42,"168":7,"17":239,"18":902,"19":321,"20":139,"209":84,"21":605,"210":14,"211":9,"214":13,"215":231,"221":305,"223":1516,"224":155,"225":606,"23":452,"24":1872,"25":576,"257":83,"26":190,"268":10,"27":18,"273":34,"276":42,"279":19,"28":776,"281":3,"282":45,"291":19,"292":81,"30":45,"302":6,"306":10,"31":45,"314":6,"32":16,"33":121,"34":47,"347":13,"35":52,"352":777,"36":152,"37":73,"38":583,"380":10,"381":42,"383":48,"389":1,"39":33,"391":52,"396":5,"397":21,"40":30,"409":43,"41":66,"414":23,"415":85,"419":7,"42":66,"426":1,"43":53,"430":37,"433":4,"434":1,"44":36,"45":58,"46":263,"48":36,"49":42,"5":1357,"51":32,"52":63,"53":93,"56":7,"570":4,"6":377,"63":30,"7":454,"79":34,"8":253,"80":103,"9":168,"all_client":115682,"all_tv_clinet":18070,"insert_time":"2014-08-24T05:51:58.868Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97470,"10":21,"107":534,"11":562,"12":197,"13":434,"14":165,"15":148,"155":25,"156":13,"158":64,"159":43,"16":167,"160":10,"161":246,"167":42,"168":7,"17":243,"18":901,"19":324,"20":137,"209":85,"21":608,"210":16,"211":9,"214":13,"215":232,"221":297,"223":1466,"224":156,"225":593,"23":462,"24":1872,"25":582,"257":83,"26":204,"268":9,"27":19,"273":34,"276":38,"279":19,"28":765,"281":4,"282":45,"291":21,"292":79,"30":50,"302":6,"306":10,"31":48,"314":6,"32":14,"33":117,"34":51,"347":15,"35":51,"352":786,"36":152,"37":62,"38":588,"380":9,"381":45,"383":50,"389":1,"39":34,"391":51,"396":5,"397":18,"40":31,"409":44,"41":65,"414":24,"415":80,"419":8,"42":59,"43":55,"430":33,"433":4,"434":1,"44":36,"45":49,"46":258,"48":40,"49":43,"5":1360,"51":31,"52":72,"53":97,"56":6,"570":6,"6":383,"63":30,"7":473,"79":31,"8":255,"80":99,"9":179,"all_client":115485,"all_tv_clinet":18015,"insert_time":"2014-08-24T05:53:00.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97386,"10":23,"107":528,"11":547,"12":190,"13":434,"14":163,"15":141,"155":25,"156":11,"158":63,"159":44,"16":162,"160":9,"161":248,"167":44,"168":7,"17":247,"18":904,"19":326,"20":135,"209":86,"21":606,"210":16,"211":8,"214":13,"215":231,"221":302,"223":1367,"224":156,"225":578,"23":448,"24":1862,"25":581,"257":84,"26":216,"268":9,"27":23,"273":35,"276":37,"279":20,"28":753,"281":4,"282":43,"291":21,"292":76,"30":47,"302":7,"306":10,"31":48,"314":8,"317":1,"32":14,"33":116,"34":54,"347":14,"35":50,"352":802,"36":146,"37":64,"38":581,"380":7,"381":43,"383":49,"389":1,"39":36,"391":48,"396":4,"397":21,"40":29,"409":43,"41":65,"414":24,"415":84,"419":8,"42":55,"43":56,"430":32,"433":5,"434":1,"44":38,"45":45,"46":257,"48":45,"49":42,"5":1366,"51":33,"52":75,"53":88,"56":8,"570":8,"6":391,"63":28,"7":502,"79":29,"8":261,"80":104,"9":191,"all_client":115296,"all_tv_clinet":17910,"insert_time":"2014-08-24T05:54:01.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97226,"10":22,"107":518,"11":526,"12":188,"13":453,"14":160,"15":143,"155":25,"156":10,"158":60,"159":45,"16":167,"160":8,"161":248,"167":45,"168":7,"17":252,"18":910,"19":330,"20":135,"209":84,"21":607,"210":15,"211":8,"214":13,"215":223,"221":298,"223":1291,"224":152,"225":570,"23":456,"24":1870,"25":582,"257":79,"26":216,"268":9,"27":22,"273":37,"276":35,"279":19,"28":764,"281":4,"282":46,"291":22,"292":73,"30":50,"302":9,"306":12,"31":43,"314":7,"317":1,"32":14,"33":123,"34":58,"347":14,"35":50,"352":812,"36":148,"37":61,"38":586,"380":8,"381":41,"383":51,"389":1,"39":34,"391":43,"396":4,"397":22,"40":26,"409":42,"41":66,"414":25,"415":83,"419":9,"42":52,"43":64,"430":31,"433":5,"434":1,"44":36,"45":45,"46":256,"48":50,"49":43,"5":1378,"51":32,"52":78,"53":84,"56":10,"570":9,"6":392,"63":28,"7":518,"79":25,"8":261,"80":104,"9":205,"all_client":115123,"all_tv_clinet":17897,"insert_time":"2014-08-24T05:55:01.938Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97147,"10":21,"107":521,"11":502,"12":194,"13":449,"14":149,"15":147,"155":25,"156":11,"158":61,"159":44,"16":167,"160":9,"161":243,"167":47,"168":7,"17":260,"18":920,"19":333,"20":134,"209":70,"21":596,"210":14,"211":8,"214":13,"215":226,"221":292,"223":1228,"224":160,"225":562,"23":448,"24":1884,"25":561,"257":76,"26":218,"268":8,"27":26,"273":39,"276":35,"279":20,"28":770,"281":4,"282":48,"291":21,"292":66,"30":51,"302":9,"306":13,"31":44,"314":8,"317":1,"32":13,"33":123,"34":59,"347":12,"35":53,"352":796,"36":158,"37":58,"38":587,"380":8,"381":39,"383":51,"389":1,"39":34,"391":41,"396":3,"397":24,"40":22,"409":44,"41":64,"414":25,"415":82,"419":10,"42":48,"426":1,"43":70,"430":28,"433":4,"434":1,"44":35,"45":46,"46":261,"48":47,"49":43,"5":1387,"51":34,"52":72,"53":76,"56":10,"570":8,"6":389,"63":27,"7":535,"79":27,"8":261,"80":103,"9":210,"all_client":114940,"all_tv_clinet":17793,"insert_time":"2014-08-24T05:56:02.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97022,"10":23,"107":510,"11":482,"12":202,"13":464,"14":141,"15":140,"155":25,"156":11,"158":60,"159":46,"16":169,"160":11,"161":220,"167":47,"168":6,"17":258,"18":914,"19":341,"20":137,"209":65,"21":588,"210":15,"211":8,"214":13,"215":221,"221":283,"223":1202,"224":158,"225":557,"23":466,"24":1930,"25":531,"257":72,"26":221,"268":8,"27":26,"273":42,"276":36,"279":20,"28":772,"281":5,"282":50,"291":20,"292":59,"30":56,"302":9,"306":14,"31":43,"314":7,"317":1,"32":12,"33":126,"34":58,"347":14,"35":52,"352":769,"36":161,"37":55,"38":592,"380":7,"381":41,"383":49,"39":38,"391":39,"396":3,"397":25,"40":23,"409":48,"41":65,"414":25,"415":83,"419":10,"42":47,"426":1,"43":69,"430":26,"433":3,"434":1,"44":35,"45":46,"46":265,"48":50,"49":36,"5":1384,"51":31,"52":77,"53":73,"56":12,"570":8,"6":391,"63":26,"7":543,"79":28,"8":269,"80":107,"9":212,"all_client":114762,"all_tv_clinet":17740,"insert_time":"2014-08-24T05:57:03.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96941,"10":26,"107":516,"11":472,"12":208,"13":464,"14":145,"15":139,"155":25,"156":11,"158":58,"159":49,"16":166,"160":12,"161":217,"167":47,"168":7,"17":266,"18":897,"19":345,"20":136,"209":61,"21":575,"210":15,"211":9,"214":13,"215":218,"221":291,"223":1160,"224":164,"225":549,"23":462,"24":1941,"25":494,"257":71,"26":226,"268":8,"27":26,"273":43,"276":34,"279":25,"28":788,"281":5,"282":50,"291":21,"292":53,"30":55,"302":7,"306":14,"31":39,"314":7,"317":2,"32":11,"33":129,"34":65,"347":16,"35":55,"352":770,"36":165,"37":55,"38":604,"380":6,"381":40,"383":46,"39":36,"391":39,"396":3,"397":23,"40":22,"409":53,"41":68,"414":21,"415":84,"419":10,"42":46,"426":1,"43":72,"430":27,"433":2,"434":1,"44":34,"45":45,"46":267,"48":52,"49":35,"5":1387,"51":33,"52":77,"53":71,"56":14,"570":6,"6":386,"63":25,"7":546,"79":26,"8":267,"80":109,"9":218,"all_client":114641,"all_tv_clinet":17700,"insert_time":"2014-08-24T05:58:04.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96764,"10":29,"107":523,"11":460,"12":208,"13":471,"14":143,"15":136,"155":26,"156":12,"158":53,"159":47,"16":171,"160":14,"161":208,"167":50,"168":7,"17":275,"18":854,"19":346,"20":138,"209":55,"21":567,"210":14,"211":9,"214":13,"215":215,"221":295,"223":1131,"224":160,"225":548,"23":449,"24":1943,"25":467,"257":65,"26":233,"268":9,"27":30,"273":44,"276":32,"279":25,"28":801,"281":6,"282":49,"291":22,"292":59,"30":56,"302":7,"306":16,"31":39,"314":8,"317":2,"32":15,"33":131,"34":75,"347":21,"35":63,"352":772,"36":165,"37":55,"38":595,"380":6,"381":38,"383":48,"39":39,"391":38,"396":4,"397":23,"40":22,"409":50,"41":68,"414":16,"415":82,"419":10,"42":43,"43":75,"430":28,"433":2,"434":1,"44":32,"45":48,"46":277,"48":56,"49":35,"5":1403,"51":35,"52":83,"53":74,"56":14,"570":7,"6":395,"63":25,"7":534,"79":26,"8":269,"80":109,"9":220,"all_client":114431,"all_tv_clinet":17667,"insert_time":"2014-08-24T05:59:05.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96621,"10":28,"107":538,"11":429,"12":214,"13":485,"14":136,"15":131,"155":26,"156":12,"158":55,"159":48,"16":173,"160":13,"161":206,"167":49,"168":6,"17":280,"18":834,"19":345,"20":136,"209":50,"21":553,"210":13,"211":10,"214":12,"215":208,"221":295,"223":1106,"224":163,"225":556,"23":422,"24":1934,"25":459,"257":65,"26":243,"268":9,"27":35,"273":40,"276":31,"279":25,"28":795,"281":7,"282":49,"291":21,"292":66,"30":53,"302":7,"306":16,"31":39,"314":11,"317":2,"32":15,"33":130,"34":85,"347":17,"35":70,"352":774,"36":163,"37":52,"38":591,"380":6,"381":36,"383":47,"39":46,"391":40,"396":5,"397":24,"40":22,"409":45,"41":67,"414":14,"415":84,"419":13,"42":44,"43":76,"430":27,"433":3,"434":1,"44":33,"45":46,"46":269,"48":61,"49":31,"5":1406,"51":33,"52":85,"53":71,"56":16,"570":5,"6":412,"63":23,"7":531,"79":26,"8":278,"80":110,"9":216,"all_client":114209,"all_tv_clinet":17588,"insert_time":"2014-08-24T06:00:05.812Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96489,"10":30,"107":542,"11":421,"12":219,"13":481,"14":134,"15":126,"155":25,"156":17,"158":56,"159":51,"16":170,"160":14,"161":199,"167":50,"168":7,"17":283,"18":806,"19":341,"20":134,"209":53,"21":543,"210":14,"211":9,"214":12,"215":205,"221":298,"223":1092,"224":168,"225":569,"23":392,"24":1947,"25":450,"257":66,"26":251,"268":9,"27":40,"273":39,"276":30,"279":26,"28":771,"281":7,"282":53,"291":22,"292":73,"30":50,"302":6,"306":18,"31":45,"314":13,"317":2,"32":14,"33":135,"34":89,"347":17,"35":73,"352":754,"36":166,"37":54,"38":592,"380":6,"381":35,"383":45,"39":47,"391":41,"396":5,"397":24,"40":24,"409":43,"41":69,"414":13,"415":84,"419":14,"42":45,"43":78,"430":25,"433":4,"434":1,"44":36,"45":43,"46":245,"48":70,"49":34,"5":1408,"51":28,"52":85,"53":68,"56":15,"570":5,"6":421,"63":23,"7":516,"79":26,"8":284,"80":112,"9":212,"all_client":113996,"all_tv_clinet":17507,"insert_time":"2014-08-24T06:01:06.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96336,"10":28,"107":552,"11":407,"12":223,"13":493,"14":128,"15":126,"155":23,"156":20,"158":56,"159":52,"16":168,"160":15,"161":203,"167":47,"168":7,"17":288,"18":790,"19":341,"20":128,"209":54,"21":528,"210":15,"211":8,"214":12,"215":206,"221":305,"223":1077,"224":177,"225":565,"23":381,"24":1948,"25":434,"257":67,"26":259,"268":10,"27":46,"273":42,"276":29,"279":27,"28":750,"281":7,"282":55,"291":21,"292":79,"30":51,"302":6,"306":18,"31":47,"314":14,"317":2,"32":15,"33":133,"34":90,"347":16,"35":75,"352":748,"36":164,"37":51,"38":583,"380":6,"381":37,"383":43,"39":51,"391":40,"396":4,"397":23,"40":22,"409":40,"41":76,"414":14,"415":90,"419":13,"42":48,"426":1,"43":73,"430":25,"433":4,"434":1,"44":37,"45":40,"46":225,"48":75,"49":34,"5":1412,"51":33,"52":87,"53":60,"56":16,"570":3,"6":420,"63":23,"7":505,"79":28,"8":291,"80":113,"9":210,"all_client":113769,"all_tv_clinet":17433,"insert_time":"2014-08-24T06:02:07.499Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96180,"10":27,"107":553,"11":398,"12":226,"13":509,"14":132,"15":124,"155":24,"156":21,"158":56,"159":50,"16":167,"160":15,"161":204,"167":46,"168":8,"17":289,"18":768,"19":341,"20":125,"209":49,"21":523,"210":15,"211":6,"214":13,"215":206,"221":305,"223":1046,"224":177,"225":557,"23":382,"24":1977,"25":428,"257":64,"26":259,"268":10,"27":49,"273":42,"276":29,"279":27,"28":715,"281":7,"282":59,"291":22,"292":84,"30":49,"302":7,"306":21,"31":53,"314":13,"317":2,"32":12,"33":135,"34":91,"347":16,"35":74,"352":761,"36":162,"37":45,"38":589,"380":6,"381":38,"383":40,"389":1,"39":55,"391":37,"396":5,"397":22,"40":22,"409":36,"41":79,"414":14,"415":93,"419":13,"42":50,"426":1,"43":73,"430":24,"433":4,"434":1,"44":37,"45":38,"46":205,"48":80,"49":34,"5":1422,"51":36,"52":93,"53":57,"56":17,"570":3,"6":421,"63":23,"7":482,"79":29,"8":297,"80":114,"9":202,"all_client":113548,"all_tv_clinet":17368,"insert_time":"2014-08-24T06:03:08.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96062,"10":28,"107":556,"11":387,"12":227,"13":529,"14":127,"15":119,"155":22,"156":24,"158":55,"159":51,"16":162,"160":14,"161":227,"167":47,"168":8,"17":291,"18":773,"19":343,"20":124,"209":45,"21":502,"210":15,"211":6,"214":13,"215":212,"221":301,"223":988,"224":183,"225":553,"23":373,"24":1962,"25":428,"257":64,"26":259,"268":10,"27":50,"273":41,"276":29,"279":25,"28":706,"281":7,"282":56,"291":23,"292":88,"30":52,"302":6,"306":20,"31":52,"314":14,"317":2,"32":9,"33":138,"34":97,"347":18,"35":72,"352":763,"36":165,"37":38,"38":573,"380":6,"381":36,"383":44,"389":1,"39":57,"391":35,"396":5,"397":19,"40":25,"409":37,"41":84,"414":13,"415":100,"419":11,"42":54,"426":1,"43":68,"430":24,"433":4,"434":1,"44":34,"45":32,"46":198,"48":79,"49":31,"5":1444,"51":42,"52":95,"53":54,"56":18,"570":3,"6":432,"63":23,"7":462,"79":28,"8":303,"80":111,"9":206,"all_client":113354,"all_tv_clinet":17292,"insert_time":"2014-08-24T06:04:09.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95894,"10":30,"107":556,"11":389,"12":231,"13":542,"14":125,"15":112,"155":21,"156":21,"158":55,"159":50,"16":163,"160":14,"161":239,"167":47,"168":9,"17":300,"18":754,"19":354,"20":124,"209":44,"21":485,"210":15,"211":8,"214":13,"215":218,"221":290,"223":948,"224":174,"225":556,"23":365,"24":1948,"25":422,"257":67,"26":262,"268":10,"27":52,"273":41,"276":28,"279":24,"28":691,"281":7,"282":58,"291":24,"292":90,"30":53,"302":5,"306":20,"31":49,"314":12,"317":2,"32":9,"33":142,"34":101,"347":19,"35":74,"352":760,"36":162,"37":35,"38":568,"380":6,"381":35,"383":43,"389":1,"39":66,"391":34,"396":5,"397":20,"40":25,"409":37,"41":94,"414":15,"415":99,"419":11,"42":56,"43":66,"430":24,"433":5,"434":1,"44":35,"45":31,"46":195,"48":87,"49":33,"5":1445,"51":43,"52":96,"53":56,"56":19,"570":3,"6":425,"63":23,"7":457,"79":25,"8":293,"80":113,"9":216,"all_client":113119,"all_tv_clinet":17225,"insert_time":"2014-08-24T06:05:10.351Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95760,"10":26,"107":554,"11":382,"12":236,"13":548,"14":126,"15":112,"155":20,"156":23,"158":53,"159":51,"16":166,"160":12,"161":251,"167":47,"168":10,"17":297,"18":757,"19":359,"20":124,"209":42,"21":490,"210":14,"211":7,"214":14,"215":219,"221":280,"223":922,"224":160,"225":557,"23":364,"24":1926,"25":418,"257":67,"26":268,"268":8,"27":55,"273":40,"276":28,"279":26,"28":680,"281":6,"282":57,"291":23,"292":94,"30":58,"302":5,"306":20,"31":46,"314":10,"317":2,"32":10,"33":143,"34":106,"347":17,"35":75,"352":743,"36":160,"37":32,"38":569,"380":6,"381":34,"383":45,"389":1,"39":67,"391":36,"396":4,"397":22,"40":30,"409":37,"41":97,"414":16,"415":98,"419":10,"42":62,"43":67,"430":23,"433":5,"434":1,"44":33,"45":28,"46":200,"48":89,"49":33,"5":1449,"51":44,"52":98,"53":60,"56":18,"570":4,"6":416,"63":23,"7":460,"79":22,"8":293,"80":115,"9":219,"all_client":112940,"all_tv_clinet":17180,"insert_time":"2014-08-24T06:06:11.151Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95588,"10":23,"107":546,"11":382,"12":229,"13":560,"14":128,"15":112,"155":20,"156":24,"158":53,"159":49,"16":165,"160":11,"161":252,"167":47,"168":10,"17":299,"18":766,"19":360,"20":120,"209":34,"21":492,"210":14,"211":7,"214":14,"215":223,"221":281,"223":921,"224":145,"225":569,"23":361,"24":1926,"25":410,"257":67,"26":269,"268":8,"27":62,"273":39,"276":27,"279":23,"28":679,"281":6,"282":60,"291":25,"292":94,"30":64,"302":5,"306":17,"31":50,"314":8,"317":2,"32":11,"33":142,"34":106,"347":16,"35":71,"352":758,"36":166,"37":35,"38":573,"380":3,"381":33,"383":46,"389":1,"39":69,"391":37,"396":3,"397":22,"40":29,"409":35,"41":98,"414":16,"415":91,"419":10,"42":60,"43":69,"430":22,"433":5,"434":1,"44":33,"45":28,"46":197,"48":96,"49":32,"5":1446,"51":40,"52":99,"53":60,"56":19,"570":4,"6":396,"63":23,"7":446,"79":18,"8":276,"80":120,"9":224,"all_client":112731,"all_tv_clinet":17143,"insert_time":"2014-08-24T06:07:11.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95436,"10":23,"107":529,"11":381,"12":220,"13":565,"14":129,"15":115,"155":20,"156":24,"158":52,"159":49,"16":162,"160":11,"161":241,"167":50,"168":10,"17":302,"18":759,"19":351,"20":120,"209":34,"21":499,"210":12,"211":7,"214":15,"215":223,"221":273,"223":919,"224":130,"225":567,"23":355,"24":1944,"25":422,"257":64,"26":270,"268":8,"27":65,"273":37,"276":25,"279":22,"28":679,"281":6,"282":63,"291":25,"292":94,"30":63,"302":5,"306":16,"31":54,"314":8,"317":2,"32":13,"33":141,"34":108,"347":15,"35":64,"352":760,"36":170,"37":33,"38":560,"380":3,"381":35,"383":44,"389":1,"39":67,"391":36,"396":4,"397":22,"40":31,"409":32,"41":104,"414":15,"415":93,"419":9,"42":67,"43":65,"430":22,"433":4,"434":1,"44":34,"45":25,"46":204,"48":95,"49":29,"5":1428,"51":38,"52":104,"53":59,"56":21,"570":5,"6":392,"63":23,"7":423,"79":18,"8":280,"80":123,"9":227,"all_client":112502,"all_tv_clinet":17066,"insert_time":"2014-08-24T06:08:12.853Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95396,"10":23,"107":521,"11":375,"12":203,"13":574,"14":131,"15":112,"155":19,"156":25,"158":51,"159":48,"16":154,"160":13,"161":222,"167":50,"168":10,"17":301,"18":766,"19":338,"20":120,"209":32,"21":498,"210":12,"211":8,"214":16,"215":221,"221":262,"223":911,"224":123,"225":588,"23":363,"24":1946,"25":423,"257":69,"26":280,"268":7,"27":71,"273":36,"276":24,"279":21,"28":677,"281":7,"282":64,"291":27,"292":90,"30":63,"302":6,"306":15,"31":56,"314":9,"317":2,"32":13,"33":140,"34":116,"347":16,"35":58,"352":768,"36":176,"37":32,"38":536,"380":3,"381":36,"383":43,"389":1,"39":70,"391":36,"396":4,"397":24,"40":27,"409":30,"41":104,"414":16,"415":93,"419":8,"42":63,"43":65,"430":22,"433":5,"434":1,"44":33,"45":22,"46":199,"48":99,"49":28,"5":1429,"51":35,"52":104,"53":57,"56":23,"570":4,"6":392,"63":22,"7":409,"79":18,"8":282,"80":124,"9":226,"all_client":112391,"all_tv_clinet":16995,"insert_time":"2014-08-24T06:09:13.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95290,"10":22,"107":533,"11":358,"12":196,"13":573,"14":125,"15":112,"155":19,"156":23,"158":51,"159":48,"16":148,"160":14,"161":205,"167":49,"168":9,"17":306,"18":752,"19":319,"20":118,"209":36,"21":496,"210":11,"211":8,"214":18,"215":223,"221":254,"223":886,"224":118,"225":584,"23":368,"24":1973,"25":426,"257":70,"26":285,"268":7,"27":72,"273":40,"276":25,"279":20,"28":684,"281":7,"282":64,"291":27,"292":88,"30":69,"302":6,"306":13,"31":55,"314":8,"317":2,"32":13,"33":139,"34":119,"347":20,"35":56,"352":769,"36":172,"37":29,"38":530,"380":3,"381":37,"383":46,"389":1,"39":69,"391":31,"396":3,"397":27,"40":28,"409":27,"41":109,"414":17,"415":94,"419":7,"42":64,"426":1,"43":67,"430":21,"433":5,"434":1,"44":34,"45":21,"46":197,"48":92,"49":28,"5":1428,"51":36,"52":105,"53":56,"56":25,"570":5,"6":392,"63":23,"7":408,"79":18,"8":288,"80":124,"9":231,"all_client":112229,"all_tv_clinet":16939,"insert_time":"2014-08-24T06:10:14.627Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95163,"10":19,"107":535,"11":358,"12":204,"13":575,"14":127,"15":111,"155":23,"156":21,"158":53,"159":46,"16":146,"160":12,"161":210,"167":47,"168":7,"17":293,"18":743,"19":299,"20":121,"209":33,"21":496,"210":12,"211":10,"214":17,"215":225,"221":250,"223":863,"224":115,"225":572,"23":365,"24":1966,"25":436,"257":70,"26":296,"268":7,"27":73,"273":39,"276":25,"279":18,"28":697,"281":6,"282":67,"291":27,"292":83,"30":69,"302":6,"306":13,"31":56,"314":9,"32":13,"33":135,"34":121,"347":22,"35":51,"352":773,"36":161,"37":28,"38":531,"380":3,"381":36,"383":44,"389":1,"39":71,"391":29,"396":2,"397":30,"40":26,"409":23,"41":106,"414":18,"415":92,"419":7,"42":64,"426":1,"43":72,"430":23,"433":5,"44":36,"45":21,"46":198,"48":93,"49":33,"5":1434,"51":36,"52":105,"53":56,"56":22,"570":3,"6":385,"63":22,"7":405,"79":13,"8":285,"80":122,"9":227,"all_client":112018,"all_tv_clinet":16855,"insert_time":"2014-08-24T06:11:15.357Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95128,"10":19,"107":537,"11":362,"12":207,"13":589,"14":128,"15":118,"155":23,"156":19,"158":54,"159":46,"16":135,"160":11,"161":217,"167":47,"168":6,"17":278,"18":727,"19":289,"20":124,"209":36,"21":486,"210":12,"211":10,"214":17,"215":223,"221":253,"223":849,"224":110,"225":557,"23":361,"24":1939,"25":451,"257":67,"26":322,"268":6,"27":73,"273":39,"276":23,"279":17,"28":715,"281":5,"282":69,"291":26,"292":78,"30":68,"302":7,"306":12,"31":59,"314":9,"32":14,"33":129,"34":124,"347":23,"35":45,"352":757,"36":160,"37":33,"38":518,"380":2,"381":37,"383":44,"39":67,"391":28,"396":2,"397":29,"40":28,"409":20,"41":106,"414":20,"415":89,"419":8,"42":63,"426":1,"43":73,"430":23,"433":4,"44":34,"45":19,"46":202,"48":94,"49":34,"5":1429,"51":39,"52":111,"53":60,"56":21,"570":3,"6":364,"63":22,"7":405,"79":10,"8":286,"80":119,"9":223,"all_client":111885,"all_tv_clinet":16757,"insert_time":"2014-08-24T06:12:16.056Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95068,"10":18,"107":526,"11":372,"12":194,"13":605,"14":131,"15":116,"155":24,"156":17,"158":53,"159":45,"16":135,"160":10,"161":222,"167":48,"168":5,"17":266,"18":714,"19":283,"20":125,"209":36,"21":492,"210":12,"211":10,"214":17,"215":220,"221":254,"223":829,"224":109,"225":570,"23":366,"24":1897,"25":459,"257":65,"26":336,"268":5,"27":79,"273":38,"276":22,"279":19,"28":730,"281":5,"282":71,"291":26,"292":77,"30":60,"302":5,"306":12,"31":60,"314":8,"32":15,"33":122,"34":134,"347":22,"35":44,"352":763,"36":156,"37":31,"38":512,"380":2,"381":36,"383":42,"39":67,"391":30,"396":3,"397":30,"40":28,"409":20,"41":103,"414":16,"415":91,"419":9,"42":62,"426":1,"43":75,"430":23,"433":4,"44":35,"45":19,"46":212,"48":101,"49":34,"5":1445,"51":34,"52":117,"53":58,"56":19,"570":2,"6":341,"63":19,"7":418,"79":11,"8":292,"80":115,"9":220,"all_client":111799,"all_tv_clinet":16731,"insert_time":"2014-08-24T06:13:16.835Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94995,"10":18,"107":502,"11":381,"12":172,"13":619,"14":138,"15":115,"155":26,"156":16,"158":53,"159":46,"16":133,"160":10,"161":221,"167":48,"168":5,"17":254,"18":701,"19":281,"20":123,"209":39,"21":488,"210":12,"211":9,"214":16,"215":203,"221":257,"223":814,"224":108,"225":560,"23":365,"24":1868,"25":472,"257":64,"26":352,"268":5,"27":83,"273":35,"276":23,"279":20,"28":739,"281":5,"282":71,"291":27,"292":79,"30":57,"302":4,"306":13,"31":61,"314":7,"32":16,"33":119,"34":133,"347":23,"35":45,"352":765,"36":154,"37":33,"38":494,"380":2,"381":37,"383":42,"39":70,"391":29,"396":3,"397":30,"40":29,"409":17,"41":101,"414":17,"415":92,"419":13,"42":65,"426":1,"43":73,"430":21,"433":5,"434":1,"44":35,"45":19,"46":216,"48":108,"49":32,"5":1444,"51":36,"52":120,"53":57,"56":24,"570":2,"6":326,"63":20,"7":427,"79":12,"8":296,"80":116,"9":223,"all_client":111656,"all_tv_clinet":16661,"insert_time":"2014-08-24T06:14:17.655Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94866,"10":17,"107":497,"11":384,"12":160,"13":634,"14":147,"15":108,"155":26,"156":15,"158":53,"159":47,"16":133,"160":10,"161":229,"167":46,"168":4,"17":241,"18":689,"19":279,"20":115,"209":39,"21":511,"210":9,"211":9,"214":15,"215":196,"221":255,"223":800,"224":111,"225":559,"23":362,"24":1826,"25":477,"257":62,"26":357,"268":5,"27":84,"273":32,"276":24,"279":21,"28":753,"281":5,"282":72,"291":27,"292":76,"30":55,"302":4,"306":14,"31":58,"314":7,"32":15,"33":124,"34":133,"347":23,"35":43,"352":762,"36":149,"37":33,"38":485,"380":2,"381":39,"383":45,"39":70,"391":28,"396":2,"397":29,"40":30,"409":17,"41":104,"414":15,"415":88,"419":16,"42":65,"426":1,"43":74,"430":21,"433":5,"434":1,"44":35,"45":20,"46":224,"48":111,"49":29,"5":1465,"51":35,"52":121,"53":56,"56":23,"570":2,"6":317,"63":20,"7":420,"79":14,"8":298,"80":119,"9":226,"all_client":111479,"all_tv_clinet":16613,"insert_time":"2014-08-24T06:15:18.460Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94742,"10":15,"107":509,"11":378,"12":154,"13":633,"14":144,"15":110,"155":24,"156":17,"158":53,"159":49,"16":136,"160":11,"161":234,"167":46,"168":3,"17":225,"18":689,"19":271,"20":111,"209":39,"21":514,"210":9,"211":9,"214":14,"215":188,"221":245,"223":806,"224":115,"225":543,"23":366,"24":1808,"25":484,"257":64,"26":374,"268":6,"27":83,"273":31,"276":23,"279":24,"28":744,"281":4,"282":67,"291":28,"292":75,"30":44,"302":4,"306":14,"31":59,"314":6,"32":17,"33":128,"34":129,"347":24,"35":44,"352":765,"36":141,"37":33,"38":476,"380":3,"381":39,"383":50,"389":1,"39":71,"391":29,"396":2,"397":26,"40":31,"409":17,"41":102,"414":14,"415":86,"419":19,"42":65,"426":1,"43":74,"430":22,"433":4,"434":1,"44":34,"45":19,"46":223,"48":118,"49":27,"5":1470,"51":36,"52":121,"53":58,"56":26,"570":3,"6":288,"63":20,"7":420,"79":15,"8":311,"80":119,"9":234,"all_client":111300,"all_tv_clinet":16558,"insert_time":"2014-08-24T06:16:19.257Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94662,"10":14,"107":516,"11":380,"12":139,"13":646,"14":148,"15":107,"155":17,"156":16,"158":53,"159":48,"16":137,"160":12,"161":234,"167":47,"168":3,"17":220,"18":686,"19":267,"20":106,"209":37,"21":526,"210":9,"211":9,"214":15,"215":178,"221":250,"223":797,"224":124,"225":546,"23":370,"24":1795,"25":476,"257":65,"26":382,"268":6,"27":83,"273":35,"276":22,"279":24,"28":718,"281":4,"282":66,"291":26,"292":76,"30":39,"302":4,"306":14,"31":59,"314":5,"32":16,"33":132,"34":128,"347":23,"35":41,"352":766,"36":145,"37":34,"38":480,"380":4,"381":40,"383":50,"389":1,"39":75,"391":29,"396":3,"397":26,"40":30,"409":21,"41":107,"414":14,"415":85,"419":16,"42":66,"426":1,"43":76,"430":25,"433":3,"434":1,"44":31,"45":16,"46":229,"48":118,"49":28,"5":1480,"51":32,"52":121,"53":59,"56":27,"570":3,"6":269,"63":20,"7":430,"79":13,"8":315,"80":123,"9":242,"all_client":111212,"all_tv_clinet":16550,"insert_time":"2014-08-24T06:17:20.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94539,"10":14,"107":519,"11":388,"12":136,"13":646,"14":148,"15":110,"155":17,"156":18,"158":54,"159":46,"16":134,"160":14,"161":232,"167":48,"168":4,"17":213,"18":686,"19":263,"20":106,"209":38,"21":535,"210":9,"211":8,"214":15,"215":175,"221":245,"223":786,"224":127,"225":544,"23":378,"24":1784,"25":479,"257":66,"26":385,"268":6,"27":88,"273":34,"276":24,"279":22,"28":704,"281":4,"282":62,"291":27,"292":77,"30":35,"302":3,"306":12,"31":62,"314":4,"32":17,"33":135,"34":128,"347":24,"35":38,"352":778,"36":146,"37":32,"38":477,"380":4,"381":34,"383":51,"389":2,"39":75,"391":28,"396":4,"397":27,"40":30,"409":23,"41":107,"414":13,"415":86,"419":15,"42":67,"426":2,"43":76,"430":25,"433":3,"434":1,"44":30,"45":14,"46":225,"48":118,"49":28,"5":1485,"51":32,"52":124,"53":58,"56":27,"570":3,"6":257,"63":19,"7":434,"79":13,"8":311,"80":124,"9":234,"all_client":111057,"all_tv_clinet":16518,"insert_time":"2014-08-24T06:18:20.809Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94478,"10":15,"107":520,"11":399,"12":135,"13":642,"14":150,"15":107,"155":19,"156":15,"158":52,"159":44,"16":130,"160":14,"161":235,"167":49,"168":4,"17":200,"18":696,"19":255,"20":104,"209":36,"21":535,"210":7,"211":8,"214":15,"215":168,"221":244,"223":784,"224":129,"225":559,"23":369,"24":1772,"25":475,"257":67,"26":393,"268":7,"27":91,"273":31,"276":24,"279":24,"28":707,"281":5,"282":58,"291":27,"292":86,"30":31,"302":3,"306":12,"31":62,"314":4,"32":16,"33":133,"34":124,"347":23,"35":35,"352":773,"36":148,"37":30,"38":465,"380":4,"381":30,"383":49,"389":2,"39":76,"391":26,"396":3,"397":28,"40":28,"409":24,"41":112,"414":12,"415":86,"419":15,"42":67,"426":2,"43":78,"430":29,"433":2,"434":1,"44":32,"45":13,"46":220,"48":120,"49":30,"5":1501,"51":32,"52":125,"53":61,"56":24,"570":3,"6":237,"63":18,"7":427,"79":12,"8":309,"80":123,"9":235,"all_client":110939,"all_tv_clinet":16461,"insert_time":"2014-08-24T06:19:21.582Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94371,"10":19,"107":527,"11":407,"12":135,"13":649,"14":147,"15":104,"155":19,"156":15,"158":54,"159":44,"16":123,"160":14,"161":233,"167":49,"168":3,"17":182,"18":689,"19":250,"20":105,"209":40,"21":541,"210":7,"211":6,"214":14,"215":161,"221":245,"223":770,"224":127,"225":563,"23":367,"24":1768,"25":479,"257":70,"26":396,"268":7,"27":95,"273":30,"276":24,"279":24,"28":702,"281":5,"282":52,"291":27,"292":90,"30":29,"302":3,"306":11,"31":62,"314":6,"32":16,"33":134,"34":128,"347":25,"35":35,"352":767,"36":154,"37":29,"38":458,"380":3,"381":30,"383":48,"389":2,"39":80,"391":24,"396":2,"397":30,"40":27,"409":25,"41":109,"414":9,"415":84,"419":16,"42":65,"426":4,"43":84,"430":29,"433":2,"434":1,"44":30,"45":15,"46":221,"48":117,"49":30,"5":1490,"51":34,"52":115,"53":59,"56":25,"570":4,"6":223,"63":18,"7":427,"79":13,"8":310,"80":122,"9":235,"all_client":110768,"all_tv_clinet":16397,"insert_time":"2014-08-24T06:20:22.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94305,"10":20,"107":515,"11":400,"12":135,"13":656,"14":144,"15":105,"155":19,"156":12,"158":55,"159":46,"16":116,"160":13,"161":227,"167":50,"168":2,"17":180,"18":685,"19":254,"20":103,"209":42,"21":537,"210":8,"211":6,"214":14,"215":157,"221":239,"223":739,"224":117,"225":559,"23":368,"24":1781,"25":478,"257":70,"26":390,"268":7,"27":97,"273":31,"276":23,"279":25,"28":700,"281":6,"282":51,"291":27,"292":90,"30":30,"302":3,"306":10,"31":63,"314":5,"32":17,"33":135,"34":132,"347":23,"35":35,"352":770,"36":153,"37":29,"38":458,"380":4,"381":30,"383":47,"389":1,"39":81,"391":23,"396":1,"397":30,"40":24,"409":25,"41":109,"414":10,"415":88,"419":15,"42":69,"426":4,"43":83,"430":29,"433":1,"434":1,"44":30,"45":14,"46":235,"48":119,"49":32,"5":1491,"51":33,"52":101,"53":60,"56":23,"570":5,"6":213,"63":18,"7":425,"79":12,"8":315,"80":120,"9":238,"all_client":110626,"all_tv_clinet":16321,"insert_time":"2014-08-24T06:21:23.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94211,"10":21,"107":519,"11":398,"12":140,"13":662,"14":148,"15":103,"155":19,"156":12,"158":54,"159":47,"16":117,"160":12,"161":212,"167":52,"168":2,"17":170,"18":672,"19":249,"20":99,"209":43,"21":543,"210":6,"211":6,"214":14,"215":149,"221":241,"223":706,"224":116,"225":559,"23":378,"24":1777,"25":481,"257":71,"26":395,"268":8,"27":95,"273":31,"276":23,"279":24,"28":707,"281":6,"282":47,"291":27,"292":89,"30":31,"302":3,"306":10,"31":62,"314":5,"32":18,"33":130,"34":133,"347":21,"35":35,"352":779,"36":146,"37":26,"38":469,"380":4,"381":28,"383":43,"389":1,"39":78,"391":23,"396":1,"397":28,"40":26,"409":26,"41":110,"414":11,"415":88,"419":15,"42":71,"426":3,"43":83,"430":29,"433":1,"434":1,"44":25,"45":14,"46":237,"48":118,"49":32,"5":1472,"51":35,"52":95,"53":56,"56":23,"570":6,"6":211,"63":18,"7":422,"79":13,"8":315,"80":119,"9":234,"all_client":110444,"all_tv_clinet":16233,"insert_time":"2014-08-24T06:22:24.723Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94122,"10":16,"107":517,"11":399,"12":144,"13":667,"14":152,"15":100,"155":18,"156":12,"158":56,"159":49,"16":117,"160":11,"161":192,"167":52,"168":2,"17":163,"18":667,"19":260,"20":98,"209":44,"21":544,"210":6,"211":5,"214":14,"215":141,"221":241,"223":669,"224":110,"225":564,"23":376,"24":1766,"25":476,"257":67,"26":399,"268":8,"27":93,"273":33,"276":24,"279":25,"28":713,"281":6,"282":43,"291":27,"292":86,"30":28,"302":3,"306":11,"31":59,"314":3,"317":1,"32":20,"33":129,"34":136,"347":20,"35":34,"352":787,"36":148,"37":25,"38":465,"380":4,"381":28,"383":47,"389":1,"39":76,"391":25,"396":1,"397":26,"40":25,"409":26,"41":112,"414":10,"415":91,"419":17,"42":73,"426":3,"43":83,"430":27,"433":1,"434":1,"44":26,"45":12,"46":236,"48":116,"49":30,"5":1465,"51":37,"52":87,"53":54,"56":24,"570":6,"6":211,"63":17,"7":415,"79":10,"8":313,"80":118,"9":241,"all_client":110258,"all_tv_clinet":16136,"insert_time":"2014-08-24T06:23:25.545Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94043,"10":15,"107":516,"11":403,"12":143,"13":671,"14":154,"15":98,"155":18,"156":12,"158":55,"159":49,"16":113,"160":11,"161":187,"167":52,"168":2,"17":164,"18":666,"19":263,"20":98,"209":44,"21":553,"210":6,"211":5,"214":15,"215":131,"221":241,"223":653,"224":108,"225":561,"23":379,"24":1751,"25":473,"257":66,"26":398,"268":8,"27":85,"273":33,"276":25,"279":27,"28":713,"281":5,"282":39,"291":26,"292":85,"30":23,"302":4,"306":13,"31":64,"314":5,"317":1,"32":19,"33":131,"34":141,"347":16,"35":34,"352":788,"36":147,"37":23,"38":466,"380":4,"381":28,"383":43,"389":1,"39":76,"391":24,"396":1,"397":26,"40":24,"409":25,"41":114,"414":11,"415":87,"419":16,"42":73,"426":3,"43":83,"430":26,"433":1,"434":1,"44":24,"45":14,"46":234,"48":112,"49":29,"5":1462,"51":37,"52":82,"53":54,"56":23,"570":5,"6":212,"63":16,"7":418,"79":11,"8":319,"80":117,"9":248,"all_client":110122,"all_tv_clinet":16079,"insert_time":"2014-08-24T06:24:26.294Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93958,"10":16,"107":521,"11":407,"12":140,"13":678,"14":155,"15":100,"155":18,"156":12,"158":54,"159":50,"16":109,"160":13,"161":187,"167":51,"168":2,"17":158,"18":654,"19":257,"20":95,"209":44,"21":574,"210":7,"211":5,"214":15,"215":123,"221":247,"223":640,"224":110,"225":550,"23":369,"24":1765,"25":480,"257":64,"26":392,"268":6,"27":88,"273":32,"276":26,"279":31,"28":718,"281":5,"282":42,"291":27,"292":86,"30":21,"302":4,"306":13,"31":69,"314":5,"317":1,"32":17,"33":130,"34":138,"347":14,"35":32,"352":788,"36":152,"37":22,"38":465,"380":4,"381":27,"383":42,"389":1,"39":74,"391":24,"396":1,"397":20,"40":22,"409":25,"41":117,"414":10,"415":78,"419":15,"42":73,"426":3,"43":83,"430":24,"433":2,"434":1,"44":23,"45":15,"46":225,"48":90,"49":27,"5":1470,"51":37,"52":80,"53":53,"56":25,"570":6,"6":213,"63":19,"7":420,"79":11,"8":320,"80":120,"9":246,"all_client":109998,"all_tv_clinet":16040,"insert_time":"2014-08-24T06:25:27.032Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93948,"10":17,"107":536,"11":405,"12":145,"13":663,"14":159,"15":103,"155":16,"156":13,"158":51,"159":52,"16":102,"160":13,"161":184,"167":53,"168":3,"17":159,"18":656,"19":256,"20":94,"209":44,"21":570,"210":8,"211":6,"214":16,"215":118,"221":255,"223":626,"224":115,"225":544,"23":360,"24":1783,"25":486,"257":63,"26":386,"268":5,"27":88,"273":31,"276":27,"279":32,"28":717,"281":5,"282":41,"291":27,"292":80,"30":22,"302":4,"306":13,"31":64,"314":5,"317":1,"32":17,"33":130,"34":123,"347":13,"35":32,"352":784,"36":153,"37":26,"38":476,"380":4,"381":29,"383":40,"389":1,"39":73,"391":23,"396":2,"397":19,"40":23,"409":24,"41":122,"414":12,"415":72,"419":16,"42":72,"426":3,"43":80,"430":26,"433":2,"434":1,"44":22,"45":17,"46":222,"48":82,"49":30,"5":1475,"51":37,"52":83,"53":50,"56":26,"570":5,"6":213,"63":18,"7":421,"79":11,"8":323,"80":116,"9":244,"all_client":109963,"all_tv_clinet":16015,"insert_time":"2014-08-24T06:26:27.767Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93806,"10":16,"107":552,"11":400,"12":146,"13":665,"14":161,"15":105,"155":17,"156":14,"158":50,"159":50,"16":107,"160":15,"161":193,"167":56,"168":3,"17":165,"18":652,"19":263,"20":97,"209":44,"21":583,"210":7,"211":6,"214":16,"215":109,"221":244,"223":620,"224":119,"225":534,"23":358,"24":1772,"25":487,"257":63,"26":382,"268":5,"27":90,"273":31,"276":28,"279":31,"28":723,"281":5,"282":39,"291":27,"292":74,"30":21,"302":3,"306":13,"31":59,"314":3,"317":1,"32":17,"33":129,"34":105,"347":14,"35":31,"352":784,"36":153,"37":29,"38":462,"380":4,"381":35,"383":38,"389":1,"39":73,"391":23,"396":2,"397":20,"40":22,"409":24,"41":121,"414":11,"415":72,"419":17,"42":74,"426":4,"43":82,"430":26,"433":2,"434":1,"44":22,"45":24,"46":226,"48":79,"49":37,"5":1480,"51":38,"52":84,"53":52,"56":28,"570":5,"6":212,"63":18,"7":434,"79":13,"8":325,"80":109,"9":225,"all_client":109817,"all_tv_clinet":16011,"insert_time":"2014-08-24T06:27:28.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93759,"10":18,"107":542,"11":398,"12":144,"13":671,"14":160,"15":104,"155":19,"156":15,"158":53,"159":52,"16":100,"160":16,"161":199,"167":55,"168":3,"17":175,"18":656,"19":267,"20":94,"209":42,"21":591,"210":8,"211":6,"214":17,"215":115,"221":255,"223":612,"224":120,"225":520,"23":351,"24":1743,"25":497,"257":60,"26":385,"268":8,"27":94,"273":34,"276":27,"279":29,"28":733,"281":6,"282":38,"291":26,"292":75,"30":21,"302":3,"306":13,"31":54,"314":3,"317":1,"32":19,"33":130,"34":94,"347":15,"35":28,"352":784,"36":155,"37":33,"38":463,"380":4,"381":33,"383":46,"389":1,"39":68,"391":21,"396":2,"397":21,"40":22,"409":23,"41":111,"414":11,"415":71,"419":18,"42":77,"426":5,"43":83,"430":28,"433":1,"434":1,"44":23,"45":28,"46":236,"48":70,"49":45,"5":1502,"51":35,"52":79,"53":54,"56":28,"570":3,"6":206,"63":13,"7":430,"79":16,"8":324,"80":101,"9":203,"all_client":109751,"all_tv_clinet":15992,"insert_time":"2014-08-24T06:28:29.278Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93719,"10":17,"107":544,"11":401,"12":142,"13":663,"14":165,"15":96,"155":19,"156":16,"158":51,"159":52,"16":101,"160":16,"161":212,"167":54,"168":3,"17":183,"18":673,"19":280,"20":93,"209":45,"21":597,"210":6,"211":6,"214":16,"215":117,"221":256,"223":596,"224":128,"225":514,"23":346,"24":1698,"25":486,"257":59,"26":384,"268":8,"27":97,"273":37,"276":27,"279":28,"28":736,"281":6,"282":37,"291":25,"292":79,"30":21,"302":3,"306":15,"31":54,"314":3,"32":18,"33":129,"34":91,"347":16,"35":26,"352":792,"36":150,"37":34,"38":471,"380":4,"381":32,"383":42,"389":2,"39":60,"391":20,"396":2,"397":21,"40":22,"409":23,"41":104,"414":8,"415":73,"419":19,"42":79,"426":5,"43":86,"430":30,"433":1,"434":1,"44":20,"45":30,"46":238,"48":67,"49":51,"5":1504,"51":38,"52":74,"53":55,"56":28,"570":3,"6":208,"63":13,"7":429,"79":15,"8":329,"80":102,"9":192,"all_client":109687,"all_tv_clinet":15968,"insert_time":"2014-08-24T06:29:30.196Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93669,"10":15,"107":554,"11":398,"12":139,"13":662,"14":165,"15":89,"155":19,"156":17,"158":50,"159":53,"16":96,"160":15,"161":215,"167":51,"168":2,"17":188,"18":670,"19":286,"20":94,"209":44,"21":585,"210":6,"211":7,"214":17,"215":120,"221":259,"223":585,"224":134,"225":512,"23":348,"24":1689,"25":492,"257":56,"26":390,"268":8,"27":98,"273":40,"276":27,"279":27,"28":728,"281":6,"282":42,"291":25,"292":81,"30":20,"302":1,"306":16,"31":51,"314":3,"32":20,"33":124,"34":80,"347":18,"35":26,"352":786,"36":153,"37":36,"38":481,"380":4,"381":31,"383":39,"389":2,"39":59,"391":20,"396":2,"397":17,"40":25,"409":25,"41":99,"414":11,"415":76,"419":19,"42":86,"426":4,"43":81,"430":32,"433":1,"434":1,"44":22,"45":32,"46":230,"48":59,"49":57,"5":1498,"51":37,"52":71,"53":53,"56":29,"570":4,"6":205,"63":13,"7":434,"79":15,"8":336,"80":102,"9":193,"all_client":109612,"all_tv_clinet":15943,"insert_time":"2014-08-24T06:30:31.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93528,"10":12,"107":561,"11":411,"12":148,"13":675,"14":158,"15":84,"155":18,"156":16,"158":51,"159":55,"16":94,"160":14,"161":221,"167":53,"168":2,"17":193,"18":671,"19":285,"20":95,"209":43,"21":599,"210":5,"211":6,"214":16,"215":117,"221":252,"223":575,"224":138,"225":506,"23":343,"24":1668,"25":491,"257":61,"26":366,"268":7,"27":99,"273":37,"276":27,"279":23,"28":704,"281":5,"282":40,"291":25,"292":81,"30":19,"302":1,"306":17,"31":54,"314":6,"32":25,"33":127,"34":76,"347":19,"35":25,"352":786,"36":153,"37":36,"38":500,"380":4,"381":39,"383":35,"389":2,"39":57,"391":23,"396":2,"397":18,"40":30,"409":25,"41":96,"414":15,"415":76,"419":16,"42":86,"426":4,"43":70,"430":30,"433":2,"434":1,"44":19,"45":38,"46":232,"48":57,"49":60,"5":1509,"51":38,"52":72,"53":47,"56":30,"570":4,"6":209,"63":13,"7":425,"79":15,"8":343,"80":103,"9":193,"all_client":109461,"all_tv_clinet":15933,"insert_time":"2014-08-24T06:31:31.878Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93461,"10":14,"107":563,"11":420,"12":152,"13":677,"14":148,"15":82,"155":18,"156":17,"158":52,"159":55,"16":96,"160":14,"161":222,"167":53,"168":2,"17":201,"18":668,"19":286,"20":95,"209":42,"21":611,"210":4,"211":6,"214":16,"215":113,"221":248,"223":568,"224":145,"225":511,"23":341,"24":1674,"25":491,"257":62,"26":321,"268":7,"27":94,"273":40,"276":29,"279":23,"28":709,"281":5,"282":44,"291":23,"292":82,"30":18,"302":1,"306":17,"31":52,"314":6,"32":28,"33":124,"34":72,"347":22,"35":25,"352":793,"36":148,"37":44,"38":507,"380":4,"381":37,"383":31,"389":2,"39":55,"391":26,"397":17,"40":30,"409":23,"41":82,"414":17,"415":72,"419":12,"42":86,"426":3,"43":62,"430":32,"433":2,"44":20,"45":38,"46":236,"48":55,"49":62,"5":1497,"51":36,"52":74,"53":47,"56":31,"570":4,"6":216,"63":13,"7":405,"79":15,"8":344,"80":105,"9":192,"all_client":109345,"all_tv_clinet":15884,"insert_time":"2014-08-24T06:32:33.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93375,"10":14,"107":561,"11":427,"12":167,"13":681,"14":137,"15":84,"155":18,"156":18,"158":52,"159":56,"16":97,"160":15,"161":217,"167":55,"168":2,"17":212,"18":681,"19":288,"20":100,"209":46,"21":622,"210":4,"211":5,"214":16,"215":113,"221":247,"223":563,"224":147,"225":503,"23":342,"24":1678,"25":485,"257":65,"26":265,"268":6,"27":84,"273":38,"276":27,"279":23,"28":720,"281":6,"282":43,"291":23,"292":90,"30":18,"302":2,"306":17,"31":55,"314":6,"32":27,"33":129,"34":72,"347":24,"35":30,"352":793,"36":149,"37":50,"38":534,"380":4,"381":34,"383":32,"389":2,"39":51,"391":28,"397":18,"40":31,"409":23,"41":79,"414":20,"415":71,"419":11,"42":82,"426":2,"43":55,"430":31,"433":2,"44":18,"45":37,"46":237,"48":51,"49":60,"5":1467,"51":33,"52":78,"53":46,"56":32,"570":3,"6":226,"63":14,"7":395,"79":13,"8":340,"80":108,"9":189,"all_client":109247,"all_tv_clinet":15872,"insert_time":"2014-08-24T06:33:33.890Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93308,"10":12,"107":562,"11":423,"12":168,"13":700,"14":132,"15":81,"155":20,"156":20,"158":53,"159":55,"16":99,"160":15,"161":211,"167":55,"168":1,"17":215,"18":677,"19":286,"20":100,"209":48,"21":626,"210":4,"211":5,"214":17,"215":111,"221":265,"223":566,"224":154,"225":504,"23":344,"24":1705,"25":487,"257":66,"26":236,"268":5,"27":71,"273":36,"276":27,"279":24,"28":733,"281":5,"282":43,"291":22,"292":89,"30":15,"302":2,"306":16,"31":57,"314":8,"32":27,"33":130,"34":72,"347":26,"35":30,"352":795,"36":147,"37":54,"38":545,"380":4,"381":33,"383":32,"389":2,"39":53,"391":28,"397":19,"40":33,"409":26,"41":84,"414":21,"415":71,"419":10,"42":82,"426":2,"43":53,"430":31,"433":1,"44":22,"45":38,"46":229,"48":54,"49":62,"5":1420,"51":32,"52":82,"53":45,"56":30,"570":4,"6":245,"63":16,"7":380,"79":15,"8":341,"80":110,"9":191,"all_client":109211,"all_tv_clinet":15903,"insert_time":"2014-08-24T06:34:34.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93220,"10":10,"107":554,"11":425,"12":175,"13":696,"14":134,"15":89,"155":20,"156":20,"158":52,"159":54,"16":107,"160":18,"161":194,"167":55,"168":2,"17":216,"18":685,"19":286,"20":99,"209":49,"21":631,"210":5,"211":5,"214":17,"215":112,"221":258,"223":564,"224":157,"225":489,"23":340,"24":1724,"25":484,"257":65,"26":207,"268":6,"27":65,"273":36,"276":27,"279":24,"28":751,"281":5,"282":42,"291":21,"292":91,"30":15,"302":2,"306":15,"31":58,"314":7,"317":1,"32":29,"33":132,"34":73,"347":27,"35":31,"352":805,"36":142,"37":59,"38":531,"380":3,"381":33,"383":34,"389":2,"39":53,"391":28,"397":20,"40":37,"409":26,"41":85,"414":23,"415":75,"419":8,"42":82,"426":2,"43":49,"430":32,"433":2,"44":21,"45":40,"46":233,"48":57,"49":63,"5":1371,"51":33,"52":83,"53":42,"56":29,"570":5,"6":268,"63":17,"7":370,"79":15,"8":338,"80":109,"9":194,"all_client":109095,"all_tv_clinet":15875,"insert_time":"2014-08-24T06:35:35.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93165,"10":10,"107":564,"11":434,"12":170,"13":689,"14":135,"15":91,"155":21,"156":22,"158":53,"159":52,"16":107,"160":13,"161":184,"167":57,"168":2,"17":225,"18":697,"19":281,"20":97,"209":47,"21":620,"210":5,"211":5,"214":19,"215":115,"221":259,"223":550,"224":160,"225":487,"23":348,"24":1737,"25":483,"257":69,"26":193,"268":6,"27":56,"273":37,"276":28,"279":23,"28":759,"281":4,"282":42,"291":21,"292":90,"30":13,"302":2,"306":14,"31":57,"314":6,"317":1,"32":29,"33":123,"34":69,"347":30,"35":28,"352":813,"36":138,"37":63,"38":533,"380":3,"381":35,"383":36,"389":2,"39":53,"391":25,"397":20,"40":44,"409":26,"41":89,"414":23,"415":74,"419":7,"42":85,"426":2,"43":49,"430":34,"433":2,"44":21,"45":43,"46":237,"48":54,"49":67,"5":1323,"51":32,"52":86,"53":37,"56":28,"570":6,"6":282,"63":21,"7":359,"79":16,"8":344,"80":105,"9":201,"all_client":109022,"all_tv_clinet":15857,"insert_time":"2014-08-24T06:36:36.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93119,"10":12,"107":566,"11":435,"12":168,"13":664,"14":141,"15":95,"155":23,"156":23,"158":53,"159":52,"16":110,"160":13,"161":181,"167":58,"168":2,"17":240,"18":700,"19":286,"20":101,"209":48,"21":625,"210":5,"211":4,"214":20,"215":111,"221":264,"223":548,"224":165,"225":474,"23":346,"24":1747,"25":478,"257":68,"26":184,"268":6,"27":52,"273":36,"276":29,"279":24,"28":772,"281":5,"282":46,"291":22,"292":92,"30":16,"302":2,"306":13,"31":54,"314":6,"317":1,"32":30,"33":124,"34":62,"347":33,"35":28,"352":796,"36":138,"37":64,"38":524,"380":3,"381":34,"383":34,"389":3,"39":55,"391":25,"397":20,"40":47,"409":19,"41":93,"414":23,"415":74,"419":7,"42":85,"426":2,"43":47,"430":35,"433":3,"44":21,"45":44,"46":241,"48":59,"49":70,"5":1277,"51":36,"52":90,"53":40,"56":26,"570":5,"6":286,"63":22,"7":352,"79":14,"8":347,"80":100,"9":210,"all_client":108953,"all_tv_clinet":15834,"insert_time":"2014-08-24T06:37:36.848Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92972,"10":13,"107":574,"11":436,"12":166,"13":644,"14":142,"15":103,"155":23,"156":24,"158":50,"159":56,"16":111,"160":14,"161":181,"167":59,"168":2,"17":247,"18":700,"19":282,"20":97,"209":50,"21":642,"210":6,"211":4,"214":20,"215":109,"221":258,"223":529,"224":157,"225":468,"23":343,"24":1761,"25":484,"257":71,"26":170,"268":5,"27":51,"273":33,"276":28,"279":22,"28":791,"281":5,"282":46,"291":23,"292":95,"30":14,"302":2,"306":12,"31":54,"314":6,"317":1,"32":31,"33":124,"34":62,"347":31,"35":28,"352":799,"36":137,"37":67,"38":530,"380":3,"381":34,"383":37,"389":4,"39":50,"391":25,"397":20,"40":51,"409":21,"41":93,"414":20,"415":72,"419":9,"42":82,"426":2,"43":44,"430":36,"433":3,"44":19,"45":44,"46":241,"48":60,"49":74,"5":1237,"51":32,"52":92,"53":41,"56":25,"570":5,"6":290,"63":24,"7":355,"79":13,"8":350,"80":92,"9":215,"all_client":108780,"all_tv_clinet":15808,"insert_time":"2014-08-24T06:38:37.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92857,"10":13,"107":584,"11":442,"12":162,"13":619,"14":151,"15":107,"155":23,"156":24,"158":52,"159":57,"16":112,"160":15,"161":185,"167":61,"168":4,"17":252,"18":699,"19":289,"20":91,"209":60,"21":655,"210":7,"211":4,"214":21,"215":112,"221":252,"223":512,"224":158,"225":461,"23":332,"24":1787,"25":491,"257":71,"26":159,"268":4,"27":49,"273":30,"276":28,"279":22,"28":797,"281":6,"282":45,"291":23,"292":86,"30":13,"302":2,"306":9,"31":53,"314":6,"317":1,"32":31,"33":119,"34":61,"347":33,"35":29,"352":813,"36":142,"37":65,"38":531,"380":3,"381":34,"383":40,"389":4,"39":49,"391":24,"397":20,"40":51,"409":25,"41":94,"414":20,"415":69,"419":9,"42":75,"426":2,"43":46,"430":37,"433":3,"44":17,"45":44,"46":240,"48":60,"49":77,"5":1213,"51":31,"52":92,"53":45,"56":24,"570":5,"6":291,"63":23,"7":363,"79":14,"8":350,"80":88,"9":219,"all_client":108680,"all_tv_clinet":15823,"insert_time":"2014-08-24T06:39:38.337Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92770,"10":12,"107":590,"11":446,"12":152,"13":591,"14":156,"15":120,"155":24,"156":24,"158":52,"159":58,"16":110,"160":15,"161":187,"167":60,"168":4,"17":258,"18":698,"19":300,"20":95,"209":63,"21":644,"210":8,"211":4,"214":19,"215":114,"221":245,"223":500,"224":153,"225":459,"23":331,"24":1826,"25":487,"257":66,"26":143,"268":3,"27":48,"273":30,"276":26,"279":20,"28":812,"281":7,"282":46,"291":22,"292":80,"30":11,"302":3,"306":9,"31":56,"314":4,"317":1,"32":31,"33":113,"34":61,"347":37,"35":32,"352":800,"36":138,"37":68,"38":534,"380":3,"381":34,"383":43,"389":4,"39":49,"391":24,"397":19,"40":48,"409":25,"41":97,"414":19,"415":70,"419":9,"42":68,"426":2,"43":44,"430":36,"433":2,"44":19,"45":45,"46":245,"48":61,"49":82,"5":1183,"51":28,"52":93,"53":43,"56":20,"570":4,"6":296,"63":25,"7":365,"79":16,"8":350,"80":81,"9":217,"all_client":108545,"all_tv_clinet":15775,"insert_time":"2014-08-24T06:40:39.319Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92746,"10":11,"107":579,"11":443,"12":134,"13":575,"14":156,"15":130,"155":26,"156":25,"158":49,"159":62,"16":109,"160":14,"161":187,"167":60,"168":4,"17":260,"18":689,"19":310,"20":94,"209":63,"21":639,"210":8,"211":4,"214":20,"215":111,"221":245,"223":495,"224":155,"225":450,"23":334,"24":1866,"25":490,"257":66,"26":136,"268":3,"27":47,"273":28,"276":25,"279":21,"28":816,"281":7,"282":48,"291":23,"292":69,"30":12,"302":2,"306":10,"31":59,"314":4,"317":2,"32":27,"33":110,"34":55,"347":37,"35":37,"352":782,"36":139,"37":64,"38":524,"380":3,"381":34,"383":46,"389":3,"39":50,"391":25,"397":19,"40":46,"409":26,"41":97,"414":24,"415":71,"419":9,"42":56,"426":2,"43":43,"430":36,"433":2,"44":20,"45":45,"46":247,"48":69,"49":88,"5":1175,"51":28,"52":98,"53":45,"56":18,"570":4,"6":289,"63":26,"7":368,"79":17,"8":353,"80":79,"9":209,"all_client":108466,"all_tv_clinet":15720,"insert_time":"2014-08-24T06:41:40.008Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92710,"10":8,"107":562,"11":457,"12":121,"13":562,"14":149,"15":144,"155":26,"156":25,"158":47,"159":62,"16":109,"160":14,"161":183,"167":61,"168":4,"17":265,"18":689,"19":309,"20":93,"209":65,"21":648,"210":9,"211":3,"214":21,"215":109,"221":257,"223":506,"224":154,"225":449,"23":336,"24":1884,"25":491,"257":65,"26":120,"268":3,"27":45,"273":30,"276":23,"279":21,"28":818,"281":7,"282":47,"291":23,"292":68,"30":12,"302":2,"306":8,"31":58,"314":5,"317":2,"32":28,"33":109,"34":56,"347":36,"35":43,"352":774,"36":134,"37":66,"38":540,"380":3,"381":36,"383":45,"389":3,"39":52,"391":27,"396":2,"397":18,"40":51,"409":24,"41":95,"414":25,"415":77,"419":9,"42":53,"426":3,"43":38,"430":34,"433":2,"44":21,"45":44,"46":245,"48":72,"49":93,"5":1136,"51":28,"52":99,"53":41,"56":15,"570":4,"6":294,"63":26,"7":359,"79":15,"8":355,"80":79,"9":215,"all_client":108413,"all_tv_clinet":15703,"insert_time":"2014-08-24T06:42:40.709Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92657,"10":8,"107":560,"11":455,"12":114,"13":536,"14":145,"15":158,"155":27,"156":23,"158":43,"159":66,"16":110,"160":14,"161":184,"167":58,"168":4,"17":266,"18":686,"19":316,"20":88,"209":66,"21":640,"210":9,"211":4,"214":22,"215":111,"221":252,"223":507,"224":152,"225":453,"23":342,"24":1911,"25":467,"257":65,"26":114,"268":3,"27":42,"273":30,"276":23,"279":21,"28":810,"281":7,"282":48,"291":23,"292":67,"30":11,"302":2,"306":8,"31":61,"314":6,"317":2,"32":29,"33":106,"34":57,"347":36,"35":47,"352":768,"36":140,"37":66,"38":541,"380":3,"381":40,"383":43,"389":3,"39":57,"391":27,"396":2,"397":18,"40":53,"409":22,"41":94,"414":24,"415":71,"419":9,"42":50,"426":3,"43":36,"430":33,"433":2,"44":20,"45":46,"46":245,"48":79,"49":99,"5":1102,"51":27,"52":99,"53":42,"56":15,"570":4,"6":294,"63":26,"7":359,"79":14,"8":364,"80":77,"9":220,"all_client":108309,"all_tv_clinet":15652,"insert_time":"2014-08-24T06:43:41.403Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92581,"10":10,"107":550,"11":471,"12":122,"13":524,"14":138,"15":174,"155":29,"156":23,"158":42,"159":66,"16":107,"160":13,"161":183,"167":57,"168":2,"17":267,"18":698,"19":317,"20":92,"209":68,"21":634,"210":9,"211":4,"214":22,"215":119,"221":262,"223":496,"224":154,"225":445,"23":348,"24":1908,"25":449,"257":69,"26":107,"268":3,"27":38,"273":31,"276":23,"279":21,"28":811,"281":6,"282":50,"291":22,"292":69,"30":11,"302":2,"306":8,"31":61,"314":5,"317":2,"32":31,"33":103,"34":59,"347":37,"35":49,"352":773,"36":131,"37":64,"38":543,"380":3,"381":37,"383":44,"389":2,"39":59,"391":25,"396":2,"397":19,"40":54,"409":21,"41":91,"414":18,"415":66,"419":9,"42":48,"426":3,"43":32,"430":27,"433":2,"44":22,"45":51,"46":244,"48":77,"49":100,"5":1058,"51":31,"52":108,"53":40,"56":15,"570":4,"6":293,"63":28,"7":362,"79":14,"8":364,"80":76,"9":226,"all_client":108188,"all_tv_clinet":15607,"insert_time":"2014-08-24T06:44:42.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92521,"10":9,"107":549,"11":469,"12":127,"13":517,"14":141,"15":182,"155":30,"156":23,"158":36,"159":69,"16":108,"160":15,"161":183,"167":57,"168":3,"17":259,"18":704,"19":336,"20":88,"209":71,"21":638,"210":7,"211":4,"214":23,"215":119,"221":269,"223":485,"224":148,"225":447,"23":363,"24":1869,"25":419,"257":75,"26":98,"268":3,"27":39,"273":32,"276":24,"279":19,"28":829,"281":5,"282":49,"291":23,"292":72,"30":12,"302":2,"306":7,"31":68,"314":5,"317":2,"32":34,"33":94,"34":58,"347":35,"35":48,"352":770,"36":134,"37":64,"38":546,"380":3,"381":34,"383":47,"389":3,"39":60,"391":25,"397":19,"40":58,"409":18,"41":95,"414":18,"415":66,"419":9,"42":48,"426":2,"43":33,"430":29,"433":3,"44":22,"45":48,"46":253,"48":85,"49":107,"5":1033,"51":30,"52":110,"53":42,"56":13,"570":3,"6":290,"63":28,"7":354,"79":13,"8":370,"80":72,"9":228,"all_client":108106,"all_tv_clinet":15585,"insert_time":"2014-08-24T06:45:42.906Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92450,"10":9,"107":543,"11":464,"12":128,"13":525,"14":135,"15":197,"155":30,"156":23,"158":35,"159":70,"16":113,"160":15,"161":182,"167":59,"168":3,"17":242,"18":717,"19":347,"20":85,"209":69,"21":626,"210":8,"211":3,"214":23,"215":110,"221":272,"223":475,"224":156,"225":452,"23":376,"24":1825,"25":405,"257":75,"26":90,"268":2,"27":39,"273":34,"276":24,"279":18,"28":854,"281":6,"282":49,"291":23,"292":81,"30":13,"302":2,"306":7,"31":74,"314":3,"317":2,"32":32,"33":92,"34":60,"347":33,"35":51,"352":781,"36":128,"37":69,"38":536,"380":2,"381":33,"383":49,"389":2,"39":61,"391":27,"397":16,"40":61,"409":18,"41":94,"414":20,"415":70,"419":9,"42":47,"426":2,"43":34,"430":27,"433":4,"44":20,"45":52,"46":255,"48":95,"49":110,"5":989,"51":30,"52":110,"53":47,"56":14,"570":3,"6":294,"63":28,"7":346,"79":15,"8":371,"80":66,"9":228,"all_client":107999,"all_tv_clinet":15549,"insert_time":"2014-08-24T06:46:44.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92402,"10":9,"107":549,"11":458,"12":127,"13":525,"14":137,"15":213,"155":31,"156":22,"158":33,"159":72,"16":110,"160":16,"161":177,"167":61,"168":3,"17":224,"18":720,"19":353,"20":82,"209":70,"21":622,"210":8,"211":3,"214":23,"215":115,"221":270,"223":471,"224":159,"225":456,"23":386,"24":1778,"25":394,"257":74,"26":87,"268":2,"27":40,"273":36,"276":23,"279":16,"28":868,"281":6,"282":44,"291":23,"292":87,"30":13,"302":2,"306":6,"31":76,"314":4,"317":2,"32":33,"33":91,"34":55,"347":32,"35":52,"352":776,"36":131,"37":70,"38":541,"380":2,"381":34,"383":44,"389":2,"39":62,"391":27,"397":16,"40":62,"409":18,"41":94,"414":24,"415":74,"419":9,"42":45,"426":2,"43":37,"430":24,"433":4,"44":19,"45":56,"46":256,"48":101,"49":109,"5":958,"51":32,"52":112,"53":50,"56":12,"570":4,"6":300,"63":29,"7":349,"79":17,"8":375,"80":64,"9":229,"all_client":107921,"all_tv_clinet":15519,"insert_time":"2014-08-24T06:47:45.060Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92397,"10":9,"107":554,"11":441,"12":131,"13":526,"14":132,"15":225,"155":32,"156":20,"158":33,"159":73,"16":111,"160":17,"161":167,"167":62,"168":3,"17":208,"18":731,"19":356,"20":84,"209":76,"21":599,"210":8,"211":4,"214":24,"215":114,"221":273,"223":475,"224":168,"225":469,"23":396,"24":1740,"25":392,"257":73,"26":83,"268":3,"27":37,"273":35,"276":24,"279":16,"28":872,"281":6,"282":44,"291":22,"292":91,"30":13,"302":2,"306":5,"31":79,"314":4,"317":2,"32":33,"33":87,"34":52,"347":33,"35":50,"352":749,"36":131,"37":75,"38":528,"380":2,"381":36,"383":46,"389":1,"39":68,"391":27,"397":17,"40":60,"409":15,"41":97,"414":25,"415":75,"419":8,"42":49,"426":1,"43":37,"430":22,"433":4,"44":18,"45":59,"46":257,"48":111,"49":118,"5":930,"51":33,"52":114,"53":49,"56":12,"570":5,"6":298,"63":29,"7":351,"79":22,"8":386,"80":62,"9":231,"all_client":107874,"all_tv_clinet":15477,"insert_time":"2014-08-24T06:48:45.826Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92345,"10":11,"107":565,"11":415,"12":140,"13":519,"14":130,"15":237,"155":31,"156":20,"158":33,"159":72,"16":108,"160":19,"161":162,"167":64,"168":4,"17":200,"18":729,"19":350,"20":83,"209":84,"21":569,"210":8,"211":4,"214":24,"215":114,"221":265,"223":465,"224":171,"225":480,"23":405,"24":1736,"25":394,"257":78,"26":81,"268":4,"27":50,"273":34,"276":26,"279":17,"28":878,"281":5,"282":43,"291":22,"292":93,"30":15,"302":2,"306":5,"31":77,"314":4,"317":2,"32":35,"33":85,"34":45,"347":31,"35":52,"352":743,"36":131,"37":77,"38":514,"380":3,"381":37,"383":43,"389":1,"39":68,"391":27,"396":1,"397":15,"40":56,"409":14,"41":98,"414":25,"415":73,"419":8,"42":50,"426":1,"43":39,"430":21,"433":4,"44":18,"45":63,"46":253,"48":118,"49":122,"5":915,"51":34,"52":115,"53":51,"56":12,"570":5,"6":304,"63":29,"7":363,"79":24,"8":379,"80":60,"9":238,"all_client":107792,"all_tv_clinet":15447,"insert_time":"2014-08-24T06:49:46.665Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92408,"10":10,"107":568,"11":407,"12":147,"13":539,"14":125,"15":242,"155":33,"156":19,"158":32,"159":74,"16":109,"160":19,"161":175,"167":62,"168":4,"17":193,"18":727,"19":352,"20":83,"209":85,"21":554,"210":6,"211":3,"214":24,"215":114,"221":267,"223":475,"224":170,"225":484,"23":409,"24":1693,"25":387,"257":77,"26":79,"268":4,"27":57,"273":29,"276":27,"279":20,"28":892,"281":5,"282":43,"291":22,"292":92,"30":18,"302":1,"306":4,"31":79,"314":5,"317":2,"32":38,"33":93,"34":45,"347":32,"35":53,"352":728,"36":127,"37":85,"38":497,"380":3,"381":40,"383":46,"389":1,"39":67,"391":29,"396":1,"397":15,"40":51,"409":13,"41":96,"414":25,"415":71,"419":7,"42":58,"43":35,"430":20,"433":4,"44":18,"45":57,"46":249,"48":117,"49":131,"5":895,"51":38,"52":116,"53":51,"56":14,"570":4,"6":293,"63":27,"7":362,"79":25,"8":361,"80":59,"9":239,"all_client":107791,"all_tv_clinet":15383,"insert_time":"2014-08-24T06:50:47.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92404,"10":12,"107":561,"11":413,"12":148,"13":546,"14":119,"15":255,"155":37,"156":19,"158":31,"159":73,"16":113,"160":20,"161":189,"167":64,"168":4,"17":184,"18":732,"19":360,"20":83,"209":87,"21":546,"210":6,"211":4,"214":24,"215":119,"221":276,"223":463,"224":171,"225":496,"23":409,"24":1670,"25":389,"257":80,"26":77,"268":3,"27":68,"273":31,"276":27,"279":21,"28":915,"281":5,"282":37,"291":22,"292":93,"30":20,"302":1,"306":4,"31":80,"314":5,"317":2,"32":37,"33":97,"34":40,"347":30,"35":57,"352":730,"36":124,"37":85,"38":486,"380":3,"381":45,"383":48,"389":1,"39":65,"391":28,"396":2,"397":16,"40":48,"409":15,"41":95,"414":27,"415":75,"419":8,"42":59,"43":34,"430":20,"433":4,"44":19,"45":53,"46":227,"48":120,"49":133,"5":875,"51":38,"52":117,"53":53,"56":11,"570":4,"6":293,"63":26,"7":360,"79":27,"8":341,"80":57,"9":234,"all_client":107785,"all_tv_clinet":15381,"insert_time":"2014-08-24T06:51:48.320Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92370,"10":12,"107":563,"11":420,"12":150,"13":543,"14":119,"15":251,"155":38,"156":18,"158":31,"159":71,"16":116,"160":21,"161":196,"167":65,"168":4,"17":174,"18":731,"19":375,"20":81,"209":83,"21":540,"210":6,"211":5,"214":24,"215":120,"221":263,"223":471,"224":173,"225":501,"23":423,"24":1622,"25":384,"257":81,"26":71,"268":3,"27":73,"273":31,"276":26,"279":20,"28":946,"281":4,"282":35,"291":23,"292":97,"30":22,"302":1,"306":4,"31":83,"314":5,"317":2,"32":38,"33":100,"34":43,"347":32,"35":54,"352":732,"36":133,"37":86,"38":489,"380":3,"381":49,"383":48,"389":1,"39":63,"391":28,"396":2,"397":18,"40":47,"409":15,"41":94,"414":28,"415":77,"419":9,"42":62,"43":35,"430":20,"433":5,"44":16,"45":47,"46":216,"48":126,"49":145,"5":868,"51":38,"52":118,"53":49,"56":12,"570":6,"6":293,"63":26,"7":353,"79":27,"8":325,"80":57,"9":229,"all_client":107753,"all_tv_clinet":15383,"insert_time":"2014-08-24T06:52:49.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92370,"10":18,"107":570,"11":426,"12":153,"13":542,"14":118,"15":237,"155":39,"156":19,"158":31,"159":69,"16":117,"160":19,"161":213,"167":62,"168":4,"17":171,"18":736,"19":379,"20":84,"209":81,"21":522,"210":7,"211":5,"214":24,"215":120,"221":263,"223":465,"224":167,"225":501,"23":423,"24":1602,"25":388,"257":84,"26":73,"268":4,"27":72,"273":29,"276":26,"279":17,"28":951,"281":4,"282":31,"291":24,"292":92,"30":21,"302":2,"306":4,"31":77,"314":4,"317":1,"32":38,"33":104,"34":45,"347":33,"35":60,"352":716,"36":140,"37":86,"38":487,"380":3,"381":47,"383":50,"389":1,"39":68,"391":30,"396":2,"397":18,"40":49,"409":17,"41":90,"414":27,"415":79,"419":10,"42":61,"43":35,"430":16,"433":5,"44":15,"45":41,"46":211,"48":128,"49":153,"5":864,"51":36,"52":125,"53":47,"56":10,"570":5,"6":296,"63":27,"7":357,"79":29,"8":314,"80":57,"9":231,"all_client":107724,"all_tv_clinet":15354,"insert_time":"2014-08-24T06:53:50.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92341,"10":20,"107":560,"11":421,"12":153,"13":544,"14":112,"15":235,"155":38,"156":20,"158":31,"159":71,"16":117,"160":20,"161":218,"167":59,"168":4,"17":167,"18":739,"19":382,"20":84,"209":75,"21":518,"210":7,"211":5,"214":27,"215":120,"221":259,"223":462,"224":161,"225":515,"23":429,"24":1597,"25":395,"257":82,"26":75,"268":4,"27":71,"273":29,"276":27,"279":17,"28":968,"281":4,"282":28,"291":24,"292":89,"30":23,"302":3,"306":4,"31":77,"314":5,"317":1,"32":38,"33":106,"34":47,"347":34,"35":62,"352":725,"36":136,"37":90,"38":491,"380":3,"381":46,"383":49,"389":1,"39":73,"391":30,"396":2,"397":19,"40":47,"409":16,"41":89,"414":29,"415":80,"419":10,"42":66,"43":36,"430":14,"433":5,"44":14,"45":39,"46":202,"48":127,"49":154,"5":841,"51":35,"52":123,"53":50,"56":10,"570":5,"6":301,"63":28,"7":360,"79":30,"8":295,"80":55,"9":233,"all_client":107683,"all_tv_clinet":15342,"insert_time":"2014-08-24T06:54:50.794Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92219,"10":22,"107":561,"11":430,"12":154,"13":553,"14":106,"15":239,"155":39,"156":22,"158":32,"159":69,"16":120,"160":19,"161":221,"167":57,"168":3,"17":173,"18":746,"19":377,"20":80,"209":68,"21":514,"210":7,"211":6,"214":27,"215":120,"221":257,"223":467,"224":160,"225":517,"23":429,"24":1602,"25":406,"257":80,"26":77,"268":5,"27":73,"273":30,"276":28,"279":17,"28":970,"281":6,"282":27,"291":27,"292":83,"30":24,"302":2,"306":3,"31":74,"314":4,"317":1,"32":38,"33":103,"34":43,"347":34,"35":64,"352":728,"36":134,"37":91,"38":490,"380":3,"381":48,"383":51,"389":1,"39":76,"391":30,"396":3,"397":20,"40":46,"409":20,"41":93,"414":30,"415":82,"419":12,"42":69,"43":34,"430":14,"433":4,"44":15,"45":39,"46":194,"48":128,"49":159,"5":826,"51":37,"52":124,"53":47,"56":8,"570":4,"6":302,"63":28,"7":359,"79":32,"8":281,"80":53,"9":236,"all_client":107586,"all_tv_clinet":15367,"insert_time":"2014-08-24T06:55:51.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92160,"10":20,"107":553,"11":439,"12":158,"13":557,"14":100,"15":241,"155":39,"156":21,"158":31,"159":72,"16":119,"160":18,"161":217,"167":59,"168":3,"17":166,"18":747,"19":374,"20":81,"209":68,"21":498,"210":7,"211":5,"214":26,"215":117,"221":259,"223":466,"224":143,"225":525,"23":428,"24":1577,"25":411,"257":79,"26":71,"268":7,"27":78,"273":29,"276":29,"279":18,"28":981,"281":6,"282":26,"291":26,"292":80,"30":24,"302":2,"306":4,"31":77,"314":3,"317":1,"32":34,"33":109,"34":43,"347":33,"35":64,"352":743,"36":132,"37":95,"38":489,"380":3,"381":50,"383":55,"389":1,"39":79,"391":27,"396":4,"397":21,"40":46,"409":20,"41":94,"414":28,"415":83,"419":13,"42":73,"43":35,"430":14,"433":2,"44":17,"45":41,"46":191,"48":132,"49":163,"5":813,"51":38,"52":123,"53":50,"56":7,"570":5,"6":306,"63":28,"7":359,"79":34,"8":275,"80":53,"9":245,"all_client":107516,"all_tv_clinet":15356,"insert_time":"2014-08-24T06:56:52.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92049,"10":22,"107":567,"11":439,"12":161,"13":565,"14":101,"15":244,"155":39,"156":21,"158":29,"159":70,"16":118,"160":16,"161":221,"167":59,"168":4,"17":179,"18":723,"19":356,"20":77,"209":65,"21":496,"210":7,"211":5,"214":26,"215":109,"221":262,"223":465,"224":129,"225":525,"23":418,"24":1585,"25":414,"257":80,"26":70,"268":6,"27":86,"273":26,"276":31,"279":19,"28":1001,"281":6,"282":25,"291":25,"292":81,"30":23,"302":2,"306":4,"31":76,"314":3,"317":1,"32":30,"33":113,"34":40,"347":36,"35":68,"352":752,"36":137,"37":96,"38":490,"380":3,"381":51,"383":59,"389":1,"39":83,"391":27,"396":4,"397":21,"40":46,"409":18,"41":92,"414":26,"415":81,"419":15,"42":76,"43":37,"430":17,"433":2,"44":18,"45":42,"46":187,"48":137,"49":146,"5":807,"51":39,"52":129,"53":49,"56":8,"570":5,"6":301,"63":29,"7":347,"79":39,"8":275,"80":52,"9":255,"all_client":107417,"all_tv_clinet":15368,"insert_time":"2014-08-24T06:57:53.035Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92034,"10":21,"107":557,"11":439,"12":165,"13":583,"14":99,"15":257,"155":39,"156":22,"158":30,"159":70,"16":117,"160":14,"161":232,"167":60,"168":5,"17":186,"18":680,"19":331,"20":75,"209":66,"21":494,"210":7,"211":5,"214":24,"215":106,"221":262,"223":463,"224":121,"225":531,"23":420,"24":1605,"25":418,"257":82,"26":66,"268":5,"27":86,"273":26,"276":33,"279":20,"28":1015,"281":7,"282":22,"291":24,"292":79,"30":23,"302":2,"306":4,"31":77,"314":5,"317":1,"32":28,"33":117,"34":40,"347":34,"35":71,"352":744,"36":141,"37":100,"38":502,"380":3,"381":50,"383":57,"389":1,"39":84,"391":26,"396":4,"397":21,"40":46,"409":17,"41":98,"414":26,"415":82,"419":14,"42":81,"426":1,"43":39,"430":18,"433":2,"44":17,"45":45,"46":188,"48":137,"49":131,"5":806,"51":42,"52":128,"53":50,"56":8,"570":5,"6":300,"63":29,"7":340,"79":38,"8":275,"80":51,"9":262,"all_client":107414,"all_tv_clinet":15380,"insert_time":"2014-08-24T06:58:53.800Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91998,"10":21,"107":557,"11":435,"12":161,"13":594,"14":99,"15":256,"155":40,"156":21,"158":31,"159":70,"16":114,"160":16,"161":240,"167":59,"168":5,"17":212,"18":636,"19":301,"20":74,"209":62,"21":517,"210":6,"211":5,"214":24,"215":106,"221":262,"223":466,"224":116,"225":533,"23":413,"24":1626,"25":425,"257":77,"26":62,"268":5,"27":87,"273":27,"276":32,"279":20,"28":1016,"281":7,"282":21,"291":24,"292":83,"30":23,"302":2,"306":4,"31":78,"314":6,"317":1,"32":28,"33":119,"34":38,"347":33,"35":69,"352":749,"36":141,"37":103,"38":498,"380":4,"381":48,"383":52,"389":1,"39":79,"391":26,"396":4,"397":23,"40":41,"409":16,"41":106,"414":26,"415":87,"419":13,"42":87,"426":1,"43":37,"430":18,"433":2,"44":18,"45":47,"46":183,"48":136,"49":114,"5":791,"51":47,"52":124,"53":51,"56":9,"570":4,"6":305,"63":28,"7":351,"79":36,"8":269,"80":52,"9":274,"all_client":107364,"all_tv_clinet":15366,"insert_time":"2014-08-24T06:59:54.586Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91933,"10":19,"107":547,"11":430,"12":173,"13":617,"14":98,"15":254,"155":42,"156":21,"158":30,"159":70,"16":108,"160":16,"161":228,"167":58,"168":5,"17":223,"18":619,"19":288,"20":75,"209":58,"21":519,"210":5,"211":5,"214":25,"215":107,"221":256,"223":455,"224":111,"225":540,"23":414,"24":1670,"25":427,"257":72,"26":59,"268":5,"27":88,"273":26,"276":31,"279":19,"28":1000,"281":7,"282":19,"291":24,"292":87,"30":24,"302":3,"306":3,"31":78,"314":5,"317":1,"32":25,"33":121,"34":41,"347":23,"35":70,"352":758,"36":143,"37":106,"38":501,"380":5,"381":47,"383":50,"389":1,"39":78,"391":28,"396":4,"397":24,"40":40,"409":16,"41":100,"414":24,"415":86,"419":12,"42":86,"426":1,"43":39,"430":20,"433":2,"44":18,"45":49,"46":183,"48":136,"49":107,"5":780,"51":53,"52":129,"53":50,"56":9,"570":5,"6":304,"63":28,"7":356,"79":32,"8":265,"80":50,"9":279,"all_client":107281,"all_tv_clinet":15348,"insert_time":"2014-08-24T07:00:55.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91827,"10":21,"107":552,"11":430,"12":175,"13":619,"14":97,"15":249,"155":41,"156":20,"158":30,"159":71,"16":103,"160":14,"161":220,"167":57,"168":5,"17":231,"18":598,"19":281,"20":75,"209":57,"21":522,"210":6,"211":5,"214":25,"215":110,"221":272,"223":439,"224":106,"225":531,"23":411,"24":1666,"25":426,"257":73,"26":57,"268":5,"27":89,"273":27,"276":30,"279":19,"28":988,"281":6,"282":18,"291":22,"292":87,"30":26,"302":4,"306":3,"31":76,"314":4,"317":1,"32":24,"33":122,"34":45,"347":21,"35":67,"352":762,"36":142,"37":110,"38":508,"380":5,"381":49,"383":52,"389":1,"39":74,"391":27,"396":4,"397":25,"40":42,"409":14,"41":103,"414":25,"415":96,"419":14,"42":90,"43":40,"430":20,"433":3,"44":17,"45":52,"46":186,"48":135,"49":104,"5":776,"51":53,"52":131,"53":51,"56":10,"570":4,"6":305,"63":28,"7":359,"79":34,"8":264,"80":49,"9":295,"all_client":107165,"all_tv_clinet":15338,"insert_time":"2014-08-24T07:01:56.239Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91879,"10":20,"107":558,"11":430,"12":181,"13":620,"14":97,"15":245,"155":41,"156":20,"158":30,"159":70,"16":104,"160":15,"161":206,"167":56,"168":4,"17":243,"18":583,"19":270,"20":76,"209":56,"21":541,"210":6,"211":6,"214":25,"215":106,"221":261,"223":443,"224":101,"225":530,"23":410,"24":1665,"25":430,"257":70,"26":59,"268":5,"27":93,"273":27,"276":32,"279":18,"28":990,"281":6,"282":16,"291":22,"292":87,"30":30,"302":3,"306":3,"31":77,"314":4,"317":1,"32":21,"33":118,"34":48,"347":18,"35":60,"352":758,"36":153,"37":112,"38":517,"380":5,"381":46,"383":51,"389":2,"39":77,"391":28,"396":4,"397":24,"40":41,"409":14,"41":111,"414":24,"415":105,"419":15,"42":92,"43":44,"430":24,"433":3,"44":16,"45":52,"46":185,"48":139,"49":100,"5":769,"51":52,"52":132,"53":51,"56":10,"570":4,"6":308,"63":28,"7":339,"79":34,"8":262,"80":47,"9":295,"all_client":107209,"all_tv_clinet":15330,"insert_time":"2014-08-24T07:02:56.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91827,"10":19,"107":569,"11":430,"12":181,"13":606,"14":92,"15":235,"155":37,"156":18,"158":29,"159":71,"16":104,"160":15,"161":201,"167":55,"168":3,"17":256,"18":574,"19":262,"20":80,"209":52,"21":555,"210":6,"211":6,"214":24,"215":100,"221":273,"223":435,"224":95,"225":530,"23":410,"24":1662,"25":437,"257":64,"26":60,"268":6,"27":94,"273":28,"276":33,"279":17,"28":988,"281":7,"282":18,"291":22,"292":89,"30":29,"302":3,"306":3,"31":80,"314":5,"317":1,"32":22,"33":119,"34":48,"347":15,"35":51,"352":746,"36":150,"37":112,"38":523,"380":5,"381":43,"383":48,"389":2,"39":81,"391":28,"396":4,"397":23,"40":40,"409":13,"41":110,"414":25,"415":108,"419":15,"42":96,"43":43,"430":23,"433":4,"44":15,"45":52,"46":189,"48":141,"49":96,"5":753,"51":52,"52":132,"53":47,"56":12,"570":3,"6":308,"63":28,"7":334,"79":33,"8":274,"80":48,"9":302,"all_client":107112,"all_tv_clinet":15285,"insert_time":"2014-08-24T07:03:57.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91757,"10":17,"107":565,"11":444,"12":182,"13":601,"14":98,"15":219,"155":35,"156":16,"158":27,"159":71,"16":108,"160":14,"161":197,"167":54,"168":3,"17":260,"18":573,"19":255,"20":76,"209":48,"21":558,"210":6,"211":6,"214":25,"215":100,"221":273,"223":420,"224":90,"225":538,"23":413,"24":1657,"25":442,"257":65,"26":58,"268":6,"27":94,"273":31,"276":33,"279":16,"28":995,"281":7,"282":18,"291":22,"292":91,"30":31,"302":3,"306":3,"31":84,"314":5,"317":1,"32":19,"33":116,"34":45,"347":12,"35":48,"352":760,"36":148,"37":109,"38":535,"380":5,"381":44,"383":47,"389":2,"39":82,"391":28,"396":4,"397":23,"40":45,"409":14,"41":114,"414":25,"415":115,"419":14,"42":98,"43":45,"430":23,"433":4,"44":14,"45":52,"46":188,"48":141,"49":91,"5":753,"51":51,"52":135,"53":48,"56":13,"570":3,"6":312,"63":30,"7":332,"79":33,"8":279,"80":47,"9":297,"all_client":107054,"all_tv_clinet":15297,"insert_time":"2014-08-24T07:04:58.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91751,"10":15,"107":561,"11":440,"12":181,"13":601,"14":99,"15":212,"155":34,"156":15,"158":28,"159":73,"16":107,"160":12,"161":194,"167":53,"168":3,"17":270,"18":570,"19":253,"20":80,"209":46,"21":557,"210":5,"211":6,"214":25,"215":102,"221":274,"223":398,"224":86,"225":538,"23":412,"24":1665,"25":438,"257":67,"26":57,"268":6,"27":96,"273":34,"276":33,"279":17,"28":990,"281":6,"282":19,"291":22,"292":92,"30":37,"302":5,"306":2,"31":83,"314":5,"317":1,"32":17,"33":113,"34":47,"347":12,"35":46,"352":775,"36":141,"37":103,"38":534,"380":5,"381":45,"383":48,"389":2,"39":85,"391":26,"396":2,"397":23,"40":46,"409":17,"41":115,"414":24,"415":118,"419":14,"42":98,"43":47,"430":24,"433":5,"44":16,"45":52,"46":187,"48":138,"49":80,"5":750,"51":50,"52":133,"53":51,"56":14,"570":3,"6":311,"63":31,"7":331,"79":31,"8":284,"80":47,"9":300,"all_client":107017,"all_tv_clinet":15266,"insert_time":"2014-08-24T07:05:59.261Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91646,"10":17,"107":566,"11":435,"12":179,"13":598,"14":100,"15":218,"155":34,"156":15,"158":27,"159":74,"16":113,"160":11,"161":192,"167":51,"168":3,"17":267,"18":555,"19":247,"20":81,"209":38,"21":573,"210":5,"211":5,"214":25,"215":106,"221":283,"223":397,"224":82,"225":541,"23":412,"24":1660,"25":436,"257":65,"26":59,"268":6,"27":99,"273":33,"276":35,"279":16,"28":992,"281":7,"282":20,"291":22,"292":90,"30":39,"302":6,"306":2,"31":82,"314":7,"317":1,"32":20,"33":111,"34":53,"347":12,"35":40,"352":784,"36":143,"37":99,"38":524,"380":6,"381":43,"383":41,"389":2,"39":79,"391":27,"396":2,"397":22,"40":51,"409":18,"41":116,"414":25,"415":122,"419":13,"42":95,"43":49,"430":24,"433":6,"44":17,"45":55,"46":185,"48":144,"49":76,"5":749,"51":52,"52":130,"53":51,"56":16,"570":3,"6":320,"63":32,"7":333,"79":29,"8":297,"80":45,"9":297,"all_client":106931,"all_tv_clinet":15285,"insert_time":"2014-08-24T07:06:59.995Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91718,"10":17,"107":574,"11":430,"12":177,"13":607,"14":101,"15":213,"155":32,"156":13,"158":29,"159":72,"16":111,"160":11,"161":190,"167":48,"168":3,"17":274,"18":541,"19":244,"20":81,"209":37,"21":571,"210":6,"211":3,"214":24,"215":105,"221":272,"223":407,"224":71,"225":524,"23":414,"24":1671,"25":430,"257":67,"26":62,"268":6,"27":105,"273":34,"276":36,"279":19,"28":997,"281":7,"282":20,"291":21,"292":92,"30":37,"302":6,"306":3,"31":73,"314":8,"317":1,"32":21,"33":105,"34":56,"347":10,"35":39,"352":790,"36":142,"37":93,"38":526,"380":6,"381":40,"383":37,"389":2,"39":76,"391":27,"396":1,"397":24,"40":48,"409":18,"41":120,"414":23,"415":118,"419":15,"42":95,"43":54,"430":23,"433":6,"44":15,"45":56,"46":182,"48":144,"49":73,"5":742,"51":53,"52":127,"53":58,"56":16,"570":4,"6":326,"63":32,"7":339,"79":28,"8":310,"80":45,"9":294,"all_client":106974,"all_tv_clinet":15256,"insert_time":"2014-08-24T07:08:00.719Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91760,"10":20,"107":589,"11":419,"12":179,"13":607,"14":107,"15":204,"155":31,"156":12,"158":28,"159":71,"16":113,"160":12,"161":194,"167":47,"168":3,"17":277,"18":529,"19":244,"20":75,"209":34,"21":566,"210":7,"211":2,"214":23,"215":105,"221":262,"223":398,"224":69,"225":528,"23":422,"24":1663,"25":432,"257":66,"26":61,"268":6,"27":104,"273":33,"276":37,"279":18,"28":1001,"281":7,"282":21,"291":20,"292":88,"30":35,"302":7,"306":3,"31":69,"314":8,"317":1,"32":20,"33":103,"34":60,"347":10,"35":39,"352":794,"36":143,"37":84,"38":517,"380":6,"381":39,"383":34,"389":2,"39":73,"391":30,"397":27,"40":47,"409":19,"41":118,"414":26,"415":124,"419":16,"42":96,"426":1,"43":60,"430":24,"433":5,"44":14,"45":55,"46":186,"48":150,"49":67,"5":744,"51":54,"52":128,"53":62,"56":17,"570":5,"6":326,"63":31,"7":338,"79":28,"8":314,"80":44,"9":286,"all_client":106983,"all_tv_clinet":15223,"insert_time":"2014-08-24T07:09:01.612Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91765,"10":20,"107":577,"11":420,"12":181,"13":609,"14":111,"15":186,"155":27,"156":9,"158":28,"159":72,"16":110,"160":15,"161":197,"167":47,"168":4,"17":282,"18":522,"19":250,"20":77,"209":35,"21":574,"210":8,"211":2,"214":20,"215":103,"221":258,"223":401,"224":68,"225":534,"23":423,"24":1662,"25":442,"257":65,"26":60,"268":7,"27":105,"273":33,"276":36,"279":16,"28":1000,"281":6,"282":21,"291":21,"292":79,"30":37,"302":6,"306":3,"31":67,"314":7,"317":1,"32":19,"33":100,"34":64,"347":9,"35":40,"352":800,"36":147,"37":74,"38":500,"380":6,"381":40,"383":32,"389":2,"39":76,"391":30,"397":26,"40":44,"409":22,"41":106,"414":27,"415":126,"419":20,"42":97,"426":1,"43":71,"430":23,"433":5,"44":13,"45":62,"46":197,"48":153,"49":63,"5":756,"51":57,"52":133,"53":62,"56":15,"570":5,"6":328,"63":27,"7":340,"79":29,"8":315,"80":44,"9":280,"all_client":106995,"all_tv_clinet":15230,"insert_time":"2014-08-24T07:10:02.364Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91777,"10":23,"107":583,"11":421,"12":178,"13":602,"14":105,"15":176,"155":27,"156":7,"158":29,"159":71,"16":101,"160":15,"161":197,"167":46,"168":3,"17":288,"18":528,"19":250,"20":78,"209":36,"21":570,"210":6,"211":3,"214":19,"215":107,"221":275,"223":400,"224":69,"225":537,"23":420,"24":1648,"25":442,"257":64,"26":56,"268":7,"27":110,"273":36,"276":36,"279":14,"28":1005,"281":6,"282":21,"291":21,"292":70,"30":35,"302":9,"306":3,"31":63,"314":7,"317":1,"32":17,"33":101,"34":69,"347":9,"35":40,"352":797,"36":158,"37":71,"38":501,"380":6,"381":38,"383":31,"389":2,"39":79,"391":32,"396":1,"397":27,"40":46,"409":24,"41":96,"414":31,"415":124,"419":18,"42":98,"426":1,"43":75,"430":21,"433":6,"44":13,"45":63,"46":189,"48":149,"49":57,"5":763,"51":53,"52":132,"53":57,"56":16,"570":5,"6":325,"63":25,"7":354,"79":30,"8":325,"80":43,"9":275,"all_client":106994,"all_tv_clinet":15217,"insert_time":"2014-08-24T07:11:04.205Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91754,"10":23,"107":584,"11":428,"12":176,"13":603,"14":105,"15":174,"155":26,"156":6,"158":29,"159":71,"16":101,"160":16,"161":198,"167":46,"168":4,"17":278,"18":542,"19":245,"20":77,"209":36,"21":571,"210":8,"211":3,"214":18,"215":107,"221":278,"223":399,"224":67,"225":542,"23":410,"24":1638,"25":447,"257":62,"26":56,"268":8,"27":111,"273":42,"276":35,"279":17,"28":1008,"281":8,"282":22,"291":20,"292":62,"30":34,"302":7,"306":3,"31":54,"314":7,"317":1,"32":17,"33":100,"34":72,"347":9,"35":39,"352":791,"36":152,"37":63,"38":508,"380":7,"381":38,"383":32,"389":2,"39":73,"391":32,"396":2,"397":27,"40":48,"409":27,"41":86,"414":25,"415":132,"419":17,"42":99,"426":2,"43":79,"430":21,"433":7,"44":12,"45":65,"46":192,"48":150,"49":55,"5":764,"51":53,"52":125,"53":61,"56":17,"570":5,"6":334,"63":25,"7":361,"79":34,"8":333,"80":46,"9":274,"all_client":106980,"all_tv_clinet":15226,"insert_time":"2014-08-24T07:12:04.919Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91726,"10":23,"107":580,"11":435,"12":179,"13":620,"14":107,"15":151,"155":25,"156":5,"158":32,"159":71,"16":99,"160":15,"161":195,"167":46,"168":6,"17":280,"18":552,"19":253,"20":78,"209":35,"21":568,"210":8,"211":3,"214":18,"215":103,"221":274,"223":418,"224":68,"225":556,"23":408,"24":1640,"25":436,"257":60,"26":54,"268":7,"27":116,"273":45,"276":35,"279":16,"28":1013,"281":8,"282":22,"291":20,"292":60,"30":35,"302":7,"306":3,"31":49,"314":5,"317":1,"32":16,"33":100,"34":77,"347":9,"35":37,"352":790,"36":151,"37":59,"38":505,"380":6,"381":37,"383":31,"389":2,"39":72,"391":31,"396":2,"397":28,"40":50,"409":29,"41":83,"414":24,"415":137,"419":17,"42":100,"426":3,"43":77,"430":19,"433":6,"44":13,"45":66,"46":199,"48":132,"49":55,"5":764,"51":52,"52":117,"53":62,"56":18,"570":4,"6":338,"63":25,"7":367,"79":38,"8":336,"80":47,"9":262,"all_client":106962,"all_tv_clinet":15236,"insert_time":"2014-08-24T07:13:05.708Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91779,"10":24,"107":587,"11":444,"12":165,"13":624,"14":111,"15":145,"155":24,"156":6,"158":32,"159":67,"16":99,"160":16,"161":180,"167":43,"168":6,"17":281,"18":559,"19":269,"20":78,"209":34,"21":578,"210":9,"211":3,"214":20,"215":100,"221":277,"223":415,"224":66,"225":549,"23":398,"24":1639,"25":447,"257":59,"26":55,"268":8,"27":120,"273":50,"276":34,"279":17,"28":1027,"281":8,"282":17,"291":20,"292":63,"30":43,"302":6,"306":3,"31":45,"314":6,"317":1,"32":18,"33":104,"34":85,"347":9,"35":41,"352":787,"36":147,"37":53,"38":507,"380":6,"381":37,"383":31,"389":2,"39":68,"391":29,"397":28,"40":48,"409":29,"41":80,"414":26,"415":133,"419":16,"42":97,"426":4,"43":77,"430":18,"433":7,"44":14,"45":63,"46":200,"48":118,"49":55,"5":773,"51":53,"52":112,"53":63,"56":17,"570":4,"6":340,"63":25,"7":364,"79":39,"8":346,"80":47,"9":253,"all_client":107029,"all_tv_clinet":15250,"insert_time":"2014-08-24T07:14:06.441Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91747,"10":21,"107":591,"11":466,"12":163,"13":621,"14":113,"15":137,"155":21,"156":9,"158":33,"159":67,"16":97,"160":15,"161":173,"167":43,"168":6,"17":284,"18":581,"19":287,"20":77,"209":35,"21":582,"210":9,"211":3,"214":17,"215":105,"221":279,"223":432,"224":66,"225":538,"23":384,"24":1592,"25":460,"257":60,"26":56,"268":7,"27":126,"273":51,"276":35,"279":17,"28":1031,"281":8,"282":17,"291":21,"292":68,"30":50,"302":6,"306":3,"31":45,"314":5,"317":1,"32":15,"33":108,"34":83,"347":8,"35":45,"352":771,"36":151,"37":49,"38":518,"380":5,"381":36,"383":28,"389":1,"39":63,"391":29,"396":2,"397":27,"40":51,"409":26,"41":80,"414":25,"415":114,"419":18,"42":97,"426":3,"43":80,"430":19,"433":7,"44":13,"45":65,"46":204,"48":103,"49":53,"5":775,"51":52,"52":102,"53":68,"56":18,"570":4,"6":344,"63":25,"7":370,"79":42,"8":346,"80":45,"9":239,"all_client":106988,"all_tv_clinet":15241,"insert_time":"2014-08-24T07:15:07.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91780,"10":18,"107":573,"11":472,"12":147,"13":625,"14":119,"15":134,"155":21,"156":9,"158":34,"159":66,"16":95,"160":12,"161":175,"167":43,"168":7,"17":288,"18":602,"19":295,"20":73,"209":34,"21":590,"210":9,"211":3,"214":17,"215":112,"221":281,"223":423,"224":65,"225":528,"23":376,"24":1537,"25":468,"257":60,"26":63,"268":7,"27":123,"273":47,"276":35,"279":20,"28":1038,"281":8,"282":15,"291":21,"292":75,"30":54,"302":6,"306":3,"31":46,"314":4,"317":1,"32":19,"33":110,"34":85,"347":8,"35":46,"352":778,"36":151,"37":47,"38":517,"380":5,"381":36,"383":30,"389":2,"39":60,"391":27,"396":4,"397":27,"40":52,"409":29,"41":78,"414":26,"415":107,"419":20,"42":99,"426":4,"43":87,"430":18,"433":6,"44":14,"45":66,"46":205,"48":100,"49":54,"5":781,"51":52,"52":96,"53":64,"56":18,"570":5,"6":341,"63":24,"7":375,"79":40,"8":358,"80":46,"9":226,"all_client":107000,"all_tv_clinet":15220,"insert_time":"2014-08-24T07:16:08.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91809,"10":16,"107":573,"11":472,"12":136,"13":628,"14":122,"15":128,"155":22,"156":9,"158":34,"159":65,"16":97,"160":11,"161":177,"167":44,"168":8,"17":283,"18":618,"19":302,"20":71,"209":38,"21":614,"210":10,"211":3,"214":17,"215":119,"221":276,"223":436,"224":63,"225":529,"23":362,"24":1500,"25":465,"257":65,"26":65,"268":7,"27":125,"273":47,"276":36,"279":23,"28":1015,"281":8,"282":16,"291":20,"292":75,"30":59,"302":6,"306":3,"31":45,"314":4,"32":20,"33":109,"34":86,"347":9,"35":40,"352":769,"36":148,"37":45,"38":519,"380":5,"381":36,"383":29,"389":2,"39":59,"391":26,"396":5,"397":24,"40":55,"409":29,"41":71,"414":24,"415":96,"419":23,"42":105,"426":4,"43":87,"430":18,"433":7,"44":12,"45":71,"46":222,"48":97,"49":56,"5":787,"51":54,"52":93,"53":63,"56":20,"570":5,"6":348,"63":25,"7":374,"79":37,"8":360,"80":48,"9":224,"all_client":107022,"all_tv_clinet":15213,"insert_time":"2014-08-24T07:17:09.265Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91768,"10":16,"107":573,"11":464,"12":122,"13":635,"14":124,"15":125,"155":21,"156":12,"158":34,"159":64,"16":98,"160":10,"161":181,"167":48,"168":6,"17":282,"18":627,"19":311,"20":68,"209":37,"21":614,"210":9,"211":3,"214":17,"215":118,"221":273,"223":436,"224":62,"225":530,"23":350,"24":1474,"25":478,"257":67,"26":60,"268":7,"27":127,"273":44,"276":38,"279":22,"28":995,"281":8,"282":16,"291":21,"292":83,"30":59,"302":7,"306":3,"31":45,"314":4,"32":20,"33":110,"34":90,"347":10,"35":42,"352":796,"36":145,"37":44,"38":539,"380":4,"381":36,"383":27,"389":2,"39":56,"391":25,"396":6,"397":23,"40":58,"409":31,"41":69,"414":24,"415":94,"419":23,"42":108,"426":3,"43":92,"430":16,"433":7,"44":12,"45":73,"46":235,"48":92,"49":61,"5":786,"51":52,"52":90,"53":62,"56":20,"570":5,"6":347,"63":23,"7":368,"79":37,"8":361,"80":50,"9":222,"all_client":106992,"all_tv_clinet":15224,"insert_time":"2014-08-24T07:18:10.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91767,"10":15,"107":576,"11":458,"12":109,"13":644,"14":127,"15":136,"155":20,"156":13,"158":36,"159":64,"16":99,"160":12,"161":173,"167":50,"168":5,"17":278,"18":654,"19":323,"20":64,"209":33,"21":627,"210":9,"211":3,"214":17,"215":116,"221":272,"223":444,"224":64,"225":529,"23":347,"24":1452,"25":498,"257":69,"26":57,"268":7,"27":137,"273":42,"276":38,"279":21,"28":963,"281":7,"282":16,"291":20,"292":86,"30":60,"302":8,"306":3,"31":45,"314":5,"32":19,"33":113,"34":91,"347":9,"35":39,"352":783,"36":145,"37":41,"38":554,"380":4,"381":35,"383":27,"389":2,"39":53,"391":26,"396":8,"397":23,"40":57,"409":34,"41":75,"414":23,"415":87,"419":23,"42":112,"426":3,"43":99,"430":17,"433":7,"44":12,"45":79,"46":233,"48":87,"49":62,"5":774,"51":53,"52":87,"53":62,"56":22,"570":5,"6":354,"63":23,"7":363,"79":36,"8":365,"80":48,"9":222,"all_client":107014,"all_tv_clinet":15247,"insert_time":"2014-08-24T07:19:10.864Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91791,"10":16,"107":562,"11":451,"12":102,"13":659,"14":128,"15":150,"155":19,"156":16,"158":37,"159":66,"16":98,"160":11,"161":179,"167":51,"168":3,"17":288,"18":645,"19":327,"20":63,"209":32,"21":633,"210":9,"211":2,"214":17,"215":118,"221":263,"223":447,"224":61,"225":530,"23":354,"24":1415,"25":510,"257":67,"26":55,"268":11,"27":136,"273":39,"276":39,"279":18,"28":950,"281":7,"282":14,"291":20,"292":86,"30":62,"302":7,"306":2,"31":43,"314":6,"32":20,"33":115,"34":92,"347":7,"35":41,"352":793,"36":144,"37":39,"38":558,"380":4,"381":32,"383":29,"389":2,"39":55,"391":25,"396":8,"397":24,"40":56,"409":36,"41":69,"414":25,"415":83,"419":23,"42":113,"426":2,"43":109,"430":18,"433":7,"44":12,"45":78,"46":237,"48":81,"49":61,"5":776,"51":50,"52":84,"53":62,"56":26,"570":6,"6":350,"63":24,"7":360,"79":37,"8":374,"80":47,"9":228,"all_client":107037,"all_tv_clinet":15246,"insert_time":"2014-08-24T07:20:11.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91771,"10":18,"107":544,"11":451,"12":101,"13":661,"14":128,"15":145,"155":20,"156":16,"158":41,"159":63,"16":97,"160":12,"161":187,"167":53,"168":3,"17":281,"18":651,"19":324,"20":62,"209":31,"21":638,"210":9,"211":2,"214":17,"215":112,"221":269,"223":446,"224":60,"225":533,"23":364,"24":1416,"25":510,"257":66,"26":58,"268":12,"27":138,"273":40,"276":37,"279":15,"28":955,"281":7,"282":14,"291":19,"292":89,"30":65,"302":6,"306":2,"31":41,"314":7,"32":17,"33":115,"34":101,"347":7,"35":38,"352":809,"36":153,"37":35,"38":543,"380":5,"381":32,"383":29,"389":2,"39":56,"391":25,"396":6,"397":24,"40":53,"409":40,"41":66,"414":26,"415":84,"419":21,"42":112,"426":2,"43":112,"430":19,"433":8,"44":10,"45":78,"46":236,"48":83,"49":59,"5":776,"51":51,"52":78,"53":64,"56":25,"570":6,"6":350,"63":24,"7":366,"79":40,"8":373,"80":40,"9":231,"all_client":107037,"all_tv_clinet":15266,"insert_time":"2014-08-24T07:21:12.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91779,"10":17,"107":545,"11":434,"12":97,"13":667,"14":127,"15":139,"155":21,"156":17,"158":40,"159":63,"16":94,"160":13,"161":181,"167":51,"168":3,"17":285,"18":660,"19":317,"20":60,"209":33,"21":626,"210":9,"211":3,"214":17,"215":114,"221":271,"223":449,"224":55,"225":548,"23":371,"24":1407,"25":509,"257":62,"26":59,"268":13,"27":135,"273":40,"276":38,"279":13,"28":964,"281":8,"282":13,"291":19,"292":93,"30":64,"302":4,"306":2,"31":37,"314":8,"32":18,"33":114,"34":105,"347":7,"35":38,"352":827,"36":155,"37":38,"38":540,"380":4,"381":31,"383":30,"389":2,"39":53,"391":24,"396":4,"397":23,"40":49,"409":41,"41":63,"414":25,"415":86,"419":20,"42":110,"426":2,"43":112,"430":21,"431":1,"433":8,"44":10,"45":76,"46":244,"48":79,"49":62,"5":780,"51":51,"52":74,"53":65,"56":27,"570":6,"6":352,"63":23,"7":354,"79":38,"8":384,"80":38,"9":231,"all_client":107039,"all_tv_clinet":15260,"insert_time":"2014-08-24T07:22:13.236Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91696,"10":18,"107":547,"11":430,"12":96,"13":657,"14":131,"15":135,"155":23,"156":18,"158":40,"159":62,"16":96,"160":13,"161":185,"167":52,"168":4,"17":287,"18":688,"19":319,"20":60,"209":35,"21":627,"210":11,"211":3,"214":14,"215":114,"221":269,"223":442,"224":58,"225":554,"23":367,"24":1400,"25":499,"257":61,"26":60,"268":14,"27":130,"273":36,"276":40,"279":13,"28":961,"281":8,"282":14,"291":19,"292":92,"30":62,"302":5,"306":2,"31":34,"314":6,"32":18,"33":112,"34":98,"347":8,"35":40,"352":833,"36":157,"37":40,"38":549,"380":5,"381":31,"383":31,"389":2,"39":51,"391":23,"396":3,"397":22,"40":46,"409":39,"41":64,"414":26,"415":87,"419":20,"42":114,"426":3,"43":117,"430":22,"431":1,"433":9,"44":10,"45":79,"46":239,"48":90,"49":66,"5":773,"51":48,"52":71,"53":65,"56":27,"570":6,"6":351,"63":21,"7":366,"79":40,"8":388,"80":38,"9":229,"all_client":106985,"all_tv_clinet":15289,"insert_time":"2014-08-24T07:23:13.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91665,"10":18,"107":555,"11":428,"12":94,"13":653,"14":133,"15":148,"155":23,"156":18,"158":39,"159":63,"16":93,"160":12,"161":180,"167":51,"168":4,"17":284,"18":702,"19":317,"20":64,"209":33,"21":628,"210":13,"211":4,"214":15,"215":113,"221":276,"223":437,"224":57,"225":552,"23":361,"24":1398,"25":497,"257":52,"26":57,"268":15,"27":124,"273":36,"276":40,"279":12,"28":949,"281":8,"282":15,"291":18,"292":94,"30":65,"302":5,"306":2,"31":33,"314":6,"32":21,"33":112,"34":98,"347":9,"35":41,"352":827,"36":153,"37":39,"38":549,"380":4,"381":29,"383":33,"389":3,"39":50,"391":22,"396":3,"397":23,"40":48,"409":35,"41":68,"414":23,"415":90,"419":22,"42":111,"426":3,"43":119,"430":22,"431":1,"433":9,"44":10,"45":79,"46":242,"48":89,"49":72,"5":775,"51":51,"52":67,"53":63,"56":26,"570":7,"6":347,"63":21,"7":375,"79":38,"8":394,"80":39,"9":230,"all_client":106951,"all_tv_clinet":15286,"insert_time":"2014-08-24T07:24:14.700Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91693,"10":18,"107":553,"11":435,"12":99,"13":647,"14":132,"15":148,"155":23,"156":18,"158":40,"159":63,"16":88,"160":11,"161":181,"167":51,"168":5,"17":283,"18":701,"19":322,"20":65,"209":34,"21":644,"210":16,"211":4,"214":15,"215":111,"221":285,"223":428,"224":55,"225":553,"23":353,"24":1417,"25":496,"257":53,"26":54,"268":13,"27":112,"273":40,"276":41,"279":13,"28":955,"281":7,"282":15,"291":19,"292":87,"30":68,"302":4,"306":2,"31":32,"314":5,"317":1,"32":21,"33":112,"34":101,"347":10,"35":42,"352":823,"36":155,"37":42,"38":536,"380":4,"381":28,"383":34,"389":3,"39":47,"391":22,"396":4,"397":24,"40":46,"409":29,"41":66,"414":22,"415":90,"419":24,"42":113,"426":3,"43":113,"430":23,"431":1,"433":10,"44":9,"45":76,"46":244,"48":93,"49":73,"5":782,"51":49,"52":77,"53":63,"56":24,"570":7,"6":337,"63":22,"7":374,"79":36,"8":398,"80":41,"9":226,"all_client":106987,"all_tv_clinet":15294,"insert_time":"2014-08-24T07:25:15.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91666,"10":19,"107":539,"11":445,"12":103,"13":654,"14":134,"15":152,"155":22,"156":18,"158":42,"159":62,"16":93,"160":11,"161":176,"167":53,"168":5,"17":286,"18":706,"19":316,"20":64,"209":34,"21":645,"210":18,"211":4,"214":15,"215":104,"221":281,"223":431,"224":53,"225":556,"23":348,"24":1422,"25":495,"257":55,"26":54,"268":12,"27":105,"273":43,"276":42,"279":10,"28":973,"281":7,"282":14,"291":19,"292":85,"30":69,"302":4,"306":2,"31":29,"314":5,"317":2,"32":20,"33":118,"34":110,"347":9,"35":42,"352":831,"36":153,"37":43,"38":536,"380":4,"381":27,"383":29,"389":3,"39":47,"391":24,"396":4,"397":25,"40":44,"409":29,"41":64,"414":19,"415":87,"419":24,"42":111,"426":3,"43":112,"430":22,"431":1,"433":10,"44":14,"45":73,"46":252,"48":87,"49":77,"5":793,"51":50,"52":80,"53":64,"56":25,"570":7,"6":329,"63":22,"7":376,"79":36,"8":393,"80":41,"9":225,"all_client":106997,"all_tv_clinet":15331,"insert_time":"2014-08-24T07:26:16.173Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91567,"10":18,"107":530,"11":443,"12":101,"13":661,"14":134,"15":150,"155":23,"156":19,"158":40,"159":61,"16":92,"160":11,"161":169,"167":54,"168":5,"17":287,"18":703,"19":311,"20":68,"209":40,"21":647,"210":17,"211":4,"214":15,"215":106,"221":281,"223":435,"224":51,"225":543,"23":342,"24":1472,"25":476,"257":58,"26":53,"268":12,"27":91,"273":48,"276":43,"279":11,"28":970,"281":7,"282":12,"291":19,"292":75,"30":73,"302":4,"306":2,"31":28,"314":5,"317":2,"32":23,"33":119,"34":115,"347":9,"35":47,"352":828,"36":149,"37":41,"38":539,"380":5,"381":27,"383":24,"389":3,"39":49,"391":23,"396":4,"397":25,"40":42,"409":34,"41":67,"414":18,"415":83,"419":22,"42":114,"426":3,"43":115,"430":23,"431":1,"433":10,"44":16,"45":62,"46":254,"48":87,"49":85,"5":792,"51":56,"52":81,"53":59,"56":26,"570":8,"6":328,"63":21,"7":378,"79":36,"8":399,"80":40,"9":227,"all_client":106906,"all_tv_clinet":15339,"insert_time":"2014-08-24T07:27:16.960Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91559,"10":17,"107":513,"11":453,"12":101,"13":652,"14":131,"15":158,"155":21,"156":20,"158":42,"159":59,"16":92,"160":12,"161":169,"167":54,"168":4,"17":280,"18":714,"19":313,"20":63,"209":41,"21":660,"210":17,"211":3,"214":17,"215":105,"221":275,"223":442,"224":52,"225":539,"23":327,"24":1500,"25":445,"257":58,"26":54,"268":12,"27":82,"273":52,"276":41,"279":10,"28":978,"281":7,"282":13,"291":19,"292":64,"30":73,"302":4,"306":3,"31":30,"314":5,"317":2,"32":21,"33":119,"34":118,"347":10,"35":43,"352":830,"36":144,"37":53,"38":537,"380":3,"381":23,"383":24,"389":3,"39":53,"391":23,"396":4,"397":28,"40":44,"409":38,"41":67,"414":23,"415":78,"419":22,"42":116,"426":3,"43":112,"430":23,"431":1,"433":10,"44":18,"45":55,"46":253,"48":91,"49":88,"5":791,"51":59,"52":80,"53":56,"56":25,"570":9,"6":327,"63":21,"7":377,"79":39,"8":396,"80":39,"9":229,"all_client":106883,"all_tv_clinet":15324,"insert_time":"2014-08-24T07:28:17.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91526,"10":15,"107":521,"11":453,"12":99,"13":658,"14":130,"15":159,"155":21,"156":19,"158":44,"159":60,"16":93,"160":13,"161":180,"167":55,"168":4,"17":268,"18":715,"19":323,"20":67,"209":41,"21":663,"210":20,"211":2,"214":17,"215":103,"221":280,"223":438,"224":54,"225":534,"23":324,"24":1498,"25":410,"257":58,"26":55,"268":13,"27":75,"273":56,"276":37,"279":13,"28":960,"281":7,"282":12,"291":18,"292":61,"30":68,"302":6,"306":3,"31":36,"314":4,"317":2,"32":21,"33":125,"34":125,"347":11,"35":44,"352":809,"36":141,"37":59,"38":532,"380":4,"381":23,"383":23,"389":3,"39":51,"391":23,"396":4,"397":28,"40":43,"409":38,"41":69,"414":23,"415":79,"419":21,"42":113,"426":2,"43":117,"430":23,"431":1,"433":8,"44":24,"45":51,"46":260,"48":98,"49":89,"5":785,"51":62,"52":86,"53":54,"56":24,"570":10,"6":328,"63":21,"7":386,"79":40,"8":393,"80":39,"9":240,"all_client":106844,"all_tv_clinet":15318,"insert_time":"2014-08-24T07:29:18.533Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91482,"10":17,"107":516,"11":462,"12":107,"13":664,"14":126,"15":168,"155":21,"156":17,"158":44,"159":63,"16":95,"160":13,"161":188,"167":55,"168":5,"17":261,"18":705,"19":333,"20":64,"209":39,"21":670,"210":21,"211":2,"214":17,"215":97,"221":272,"223":438,"224":58,"225":534,"23":323,"24":1477,"25":399,"257":56,"26":57,"268":12,"27":73,"273":61,"276":37,"279":15,"28":955,"281":7,"282":12,"291":19,"292":66,"30":65,"302":5,"306":3,"31":40,"314":4,"317":2,"32":20,"33":124,"34":127,"347":13,"35":37,"352":800,"36":149,"37":60,"38":523,"380":4,"381":23,"383":23,"389":3,"39":56,"391":24,"396":4,"397":29,"40":41,"409":39,"41":66,"414":26,"415":79,"419":21,"42":108,"426":2,"43":120,"430":23,"431":1,"433":7,"44":30,"45":50,"46":261,"48":104,"49":87,"5":775,"51":70,"52":100,"53":59,"56":25,"570":10,"6":331,"63":24,"7":380,"79":38,"8":395,"80":39,"9":250,"all_client":106822,"all_tv_clinet":15340,"insert_time":"2014-08-24T07:30:19.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91528,"10":15,"107":537,"11":464,"12":119,"13":652,"14":124,"15":186,"155":21,"156":17,"158":44,"159":64,"16":96,"160":17,"161":196,"167":53,"168":6,"17":243,"18":703,"19":345,"20":66,"209":40,"21":682,"210":20,"211":2,"214":16,"215":97,"221":266,"223":438,"224":59,"225":521,"23":316,"24":1491,"25":392,"257":57,"26":54,"268":12,"27":72,"273":61,"276":37,"279":18,"28":932,"281":8,"282":12,"291":20,"292":68,"30":60,"302":5,"306":3,"31":40,"314":5,"317":2,"32":18,"33":126,"34":128,"347":14,"35":35,"352":792,"36":152,"37":57,"38":517,"380":5,"381":25,"383":22,"389":2,"39":59,"391":24,"396":3,"397":30,"40":44,"409":41,"41":64,"414":21,"415":84,"419":22,"42":95,"426":1,"43":125,"430":24,"431":1,"433":6,"44":32,"45":49,"46":264,"48":107,"49":90,"5":762,"51":70,"52":104,"53":58,"56":25,"570":10,"6":330,"63":24,"7":380,"79":39,"8":407,"80":39,"9":262,"all_client":106891,"all_tv_clinet":15363,"insert_time":"2014-08-24T07:31:20.221Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91539,"10":14,"107":538,"11":475,"12":125,"13":621,"14":121,"15":198,"155":23,"156":17,"158":42,"159":66,"16":101,"160":20,"161":197,"167":53,"168":7,"17":246,"18":709,"19":346,"20":64,"209":43,"21":700,"210":21,"211":4,"214":16,"215":96,"221":254,"223":433,"224":63,"225":519,"23":304,"24":1517,"25":386,"257":56,"26":58,"268":10,"27":70,"273":55,"276":39,"279":20,"28":914,"281":7,"282":13,"291":21,"292":65,"30":53,"302":4,"306":3,"31":42,"314":7,"317":2,"32":18,"33":120,"34":127,"347":13,"35":35,"352":792,"36":146,"37":62,"38":513,"380":5,"381":24,"383":21,"389":2,"39":60,"391":24,"396":2,"397":31,"40":45,"409":44,"41":61,"414":21,"415":89,"419":23,"42":89,"426":1,"43":125,"430":27,"431":1,"433":6,"44":35,"45":45,"46":264,"48":112,"49":96,"5":744,"51":67,"52":111,"53":62,"56":25,"570":9,"6":340,"63":26,"7":382,"79":41,"8":415,"80":38,"9":268,"all_client":106924,"all_tv_clinet":15385,"insert_time":"2014-08-24T07:32:20.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91546,"10":10,"107":536,"11":478,"12":127,"13":588,"14":125,"15":207,"155":24,"156":19,"158":42,"159":71,"16":103,"160":20,"161":202,"167":53,"168":6,"17":236,"18":730,"19":355,"20":65,"209":39,"21":711,"210":22,"211":4,"214":19,"215":93,"221":248,"223":438,"224":68,"225":515,"23":306,"24":1523,"25":374,"257":63,"26":57,"268":10,"27":68,"273":53,"276":37,"279":21,"28":912,"281":7,"282":11,"291":21,"292":64,"30":47,"302":4,"306":3,"31":45,"314":7,"317":2,"32":17,"33":116,"34":129,"347":14,"35":34,"352":786,"36":147,"37":67,"38":508,"380":6,"381":28,"383":24,"389":2,"39":60,"391":25,"396":3,"397":32,"40":45,"409":43,"41":61,"414":23,"415":94,"419":22,"42":81,"426":2,"43":123,"430":28,"431":1,"433":7,"44":36,"45":45,"46":267,"48":114,"49":98,"5":720,"51":75,"52":117,"53":65,"56":27,"570":6,"6":339,"63":25,"7":379,"79":41,"8":420,"80":38,"9":269,"all_client":106944,"all_tv_clinet":15398,"insert_time":"2014-08-24T07:33:21.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91572,"10":11,"107":535,"11":485,"12":134,"13":561,"14":135,"15":209,"155":24,"156":19,"158":44,"159":72,"16":106,"160":18,"161":207,"167":52,"168":5,"17":241,"18":730,"19":347,"20":68,"209":39,"21":722,"210":25,"211":4,"214":18,"215":94,"221":261,"223":438,"224":78,"225":507,"23":306,"24":1513,"25":366,"257":62,"26":57,"268":10,"27":65,"273":49,"276":37,"279":19,"28":897,"281":7,"282":11,"291":19,"292":73,"30":45,"302":4,"306":2,"31":48,"314":5,"317":2,"32":19,"33":117,"34":135,"347":13,"35":36,"352":760,"36":137,"37":72,"38":518,"380":6,"381":26,"383":24,"389":2,"39":61,"391":24,"396":6,"397":32,"40":45,"409":40,"41":61,"414":25,"415":97,"419":21,"42":77,"426":3,"43":121,"430":30,"431":1,"433":7,"44":37,"45":49,"46":266,"48":117,"49":107,"5":700,"51":75,"52":125,"53":67,"56":26,"570":7,"6":343,"63":25,"7":375,"79":42,"8":428,"80":39,"9":275,"all_client":106977,"all_tv_clinet":15405,"insert_time":"2014-08-24T07:34:22.628Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91654,"10":12,"107":534,"11":481,"12":144,"13":546,"14":139,"15":205,"155":25,"156":18,"158":43,"159":71,"16":109,"160":19,"161":211,"167":55,"168":4,"17":243,"18":719,"19":351,"20":66,"209":45,"21":713,"210":25,"211":3,"214":19,"215":90,"221":268,"223":442,"224":77,"225":495,"23":294,"24":1528,"25":372,"257":63,"26":54,"268":12,"27":63,"273":47,"276":36,"279":20,"28":888,"281":7,"282":13,"291":22,"292":79,"30":42,"302":3,"306":2,"31":48,"314":5,"317":2,"32":20,"33":115,"34":136,"347":14,"35":34,"352":768,"36":130,"37":73,"38":520,"380":6,"381":26,"383":24,"389":2,"39":60,"391":25,"396":6,"397":32,"40":47,"409":40,"41":62,"414":25,"415":93,"419":19,"42":72,"426":3,"43":118,"430":32,"431":1,"433":9,"44":34,"45":53,"46":268,"48":114,"49":106,"5":692,"51":76,"52":127,"53":71,"56":26,"570":7,"6":348,"63":25,"7":376,"79":44,"8":430,"80":38,"9":286,"all_client":107059,"all_tv_clinet":15405,"insert_time":"2014-08-24T07:35:23.456Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91698,"10":14,"107":541,"11":476,"12":147,"13":533,"14":136,"15":205,"155":26,"156":19,"158":43,"159":71,"16":112,"160":19,"161":218,"167":56,"168":5,"17":248,"18":709,"19":347,"20":66,"209":45,"21":713,"210":25,"211":3,"214":20,"215":87,"221":273,"223":450,"224":86,"225":497,"23":292,"24":1486,"25":389,"257":58,"26":52,"268":12,"27":61,"273":43,"276":36,"279":20,"28":892,"281":8,"282":14,"291":22,"292":78,"30":43,"302":4,"306":2,"31":48,"314":5,"317":2,"32":22,"33":121,"34":144,"347":12,"35":38,"352":778,"36":132,"37":73,"38":521,"380":5,"381":29,"383":20,"389":2,"39":64,"391":25,"396":6,"397":32,"40":53,"409":39,"41":57,"414":27,"415":90,"419":17,"42":70,"426":2,"43":115,"430":33,"431":2,"433":10,"44":37,"45":52,"46":268,"48":115,"49":109,"5":693,"51":69,"52":127,"53":66,"56":24,"570":7,"6":357,"63":26,"7":365,"79":46,"8":431,"80":37,"9":293,"all_client":107116,"all_tv_clinet":15418,"insert_time":"2014-08-24T07:36:24.819Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91694,"10":13,"107":550,"11":455,"12":152,"13":527,"14":125,"15":204,"155":26,"156":19,"158":43,"159":72,"16":111,"160":21,"161":224,"167":57,"168":4,"17":257,"18":709,"19":356,"20":66,"209":50,"21":693,"210":24,"211":3,"214":18,"215":83,"221":281,"223":470,"224":95,"225":491,"23":299,"24":1436,"25":390,"257":57,"26":53,"268":12,"27":62,"273":41,"276":35,"279":19,"28":900,"281":8,"282":15,"291":22,"292":79,"30":45,"302":4,"306":2,"31":50,"314":6,"317":2,"32":26,"33":122,"34":154,"347":11,"35":40,"352":781,"36":141,"37":71,"38":524,"380":5,"381":30,"383":20,"389":2,"39":64,"391":26,"396":3,"397":32,"40":51,"409":42,"41":60,"414":29,"415":91,"419":15,"42":70,"426":4,"43":117,"430":32,"431":2,"433":10,"44":37,"45":58,"46":267,"48":114,"49":113,"5":697,"51":64,"52":120,"53":68,"56":25,"570":7,"6":370,"63":26,"7":359,"79":46,"8":433,"80":36,"9":304,"all_client":107149,"all_tv_clinet":15455,"insert_time":"2014-08-24T07:37:25.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91755,"10":12,"107":539,"11":450,"12":152,"13":519,"14":124,"15":203,"155":26,"156":19,"158":43,"159":71,"16":111,"160":22,"161":218,"167":57,"168":4,"17":262,"18":722,"19":356,"20":65,"209":50,"21":669,"210":24,"211":3,"214":18,"215":82,"221":279,"223":485,"224":101,"225":494,"23":298,"24":1424,"25":383,"257":55,"26":55,"268":12,"27":57,"273":44,"276":34,"279":18,"28":914,"281":9,"282":13,"291":22,"292":75,"30":47,"302":5,"306":2,"31":51,"314":7,"317":2,"32":31,"33":127,"34":148,"347":9,"35":41,"352":783,"36":139,"37":73,"38":507,"380":5,"381":28,"383":19,"389":2,"39":65,"391":21,"396":4,"397":30,"40":50,"409":43,"41":60,"414":29,"415":86,"419":16,"42":69,"426":6,"43":115,"430":29,"431":2,"433":9,"44":36,"45":58,"46":257,"48":119,"49":113,"5":698,"51":62,"52":119,"53":76,"56":25,"570":9,"6":363,"63":26,"7":362,"79":49,"8":441,"80":36,"9":310,"all_client":107167,"all_tv_clinet":15412,"insert_time":"2014-08-24T07:38:26.385Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91820,"10":14,"107":537,"11":446,"12":147,"13":498,"14":125,"15":199,"155":27,"156":16,"158":43,"159":72,"16":111,"160":18,"161":217,"167":57,"168":4,"17":269,"18":731,"19":361,"20":66,"209":53,"21":645,"210":25,"211":3,"214":19,"215":80,"221":278,"223":505,"224":109,"225":494,"23":304,"24":1430,"25":375,"257":56,"26":56,"268":10,"27":55,"273":52,"276":33,"279":16,"28":922,"281":11,"282":14,"291":22,"292":72,"30":53,"302":6,"306":2,"31":56,"314":6,"317":2,"32":32,"33":135,"34":125,"347":9,"35":44,"352":769,"36":136,"37":79,"38":517,"380":6,"381":24,"383":24,"389":2,"39":69,"391":21,"396":3,"397":29,"40":47,"409":44,"41":60,"414":30,"415":85,"419":17,"42":65,"426":6,"43":116,"430":30,"431":1,"433":9,"44":39,"45":61,"46":244,"48":121,"49":118,"5":692,"51":56,"52":127,"53":80,"56":25,"570":9,"6":370,"63":25,"7":358,"79":47,"8":447,"80":36,"9":316,"all_client":107247,"all_tv_clinet":15427,"insert_time":"2014-08-24T07:39:27.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91884,"10":16,"107":540,"11":446,"12":144,"13":477,"14":127,"15":200,"155":27,"156":20,"158":45,"159":70,"16":117,"160":18,"161":212,"167":56,"168":4,"17":267,"18":732,"19":359,"20":68,"209":53,"21":627,"210":23,"211":2,"214":20,"215":77,"221":274,"223":510,"224":127,"225":507,"23":298,"24":1435,"25":388,"257":57,"26":64,"268":8,"27":60,"273":61,"276":33,"279":17,"28":908,"281":12,"282":15,"291":22,"292":65,"30":58,"302":6,"306":2,"31":55,"314":6,"317":2,"32":28,"33":134,"34":106,"347":9,"35":45,"352":748,"36":137,"37":79,"38":516,"380":7,"381":25,"383":24,"389":2,"39":70,"391":20,"396":4,"397":29,"40":47,"409":38,"41":60,"414":30,"415":81,"419":19,"42":65,"426":5,"43":116,"430":31,"431":1,"433":9,"44":41,"45":69,"46":233,"48":122,"49":119,"5":684,"51":57,"52":128,"53":79,"56":24,"570":9,"6":365,"63":25,"7":360,"79":47,"8":451,"80":34,"9":321,"all_client":107274,"all_tv_clinet":15390,"insert_time":"2014-08-24T07:40:28.067Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91954,"10":15,"107":547,"11":435,"12":149,"13":462,"14":127,"15":203,"155":28,"156":21,"158":47,"159":70,"16":108,"160":18,"161":205,"167":54,"168":5,"17":264,"18":726,"19":369,"20":70,"209":50,"21":597,"210":22,"211":1,"214":19,"215":76,"221":281,"223":527,"224":137,"225":500,"23":295,"24":1438,"25":404,"257":56,"26":77,"268":7,"27":62,"273":64,"276":33,"279":16,"28":894,"281":12,"282":15,"291":21,"292":65,"30":68,"302":7,"306":3,"31":57,"314":5,"317":2,"32":27,"33":131,"34":90,"347":9,"35":43,"352":749,"36":135,"37":77,"38":525,"380":7,"381":24,"383":25,"389":2,"39":77,"391":18,"396":4,"397":28,"40":45,"409":33,"41":54,"414":35,"415":87,"419":17,"42":67,"426":5,"43":112,"430":31,"431":1,"433":9,"44":46,"45":72,"46":231,"48":129,"49":130,"5":676,"51":54,"52":123,"53":77,"56":24,"570":11,"6":361,"63":26,"7":349,"79":47,"8":449,"80":33,"9":317,"all_client":107310,"all_tv_clinet":15356,"insert_time":"2014-08-24T07:41:29.796Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91935,"10":13,"107":560,"11":422,"12":157,"13":449,"14":126,"15":194,"155":29,"156":22,"158":45,"159":70,"16":114,"160":19,"161":200,"167":53,"168":5,"17":265,"18":704,"19":365,"20":71,"209":51,"21":578,"210":24,"211":1,"214":20,"215":79,"221":283,"223":535,"224":147,"225":515,"23":307,"24":1427,"25":419,"257":61,"26":84,"268":8,"27":66,"273":71,"276":29,"279":12,"28":881,"281":14,"282":12,"291":21,"292":69,"30":68,"302":7,"306":4,"31":53,"314":6,"317":2,"32":25,"33":133,"34":82,"347":8,"35":47,"352":735,"36":132,"37":77,"38":542,"380":8,"381":27,"383":27,"389":1,"39":77,"391":15,"396":4,"397":29,"40":53,"409":28,"41":47,"414":34,"415":93,"419":18,"42":71,"426":5,"43":109,"430":28,"431":1,"433":8,"44":45,"45":78,"46":230,"48":134,"49":132,"5":675,"51":52,"52":125,"53":70,"56":22,"570":11,"6":359,"63":25,"7":365,"79":51,"8":435,"80":32,"9":314,"all_client":107291,"all_tv_clinet":15356,"insert_time":"2014-08-24T07:42:30.579Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91919,"10":12,"107":547,"11":426,"12":158,"13":443,"14":120,"15":205,"155":31,"156":21,"158":47,"159":68,"16":117,"160":19,"161":193,"167":50,"168":5,"17":269,"18":677,"19":371,"20":77,"209":50,"21":565,"210":23,"211":2,"214":21,"215":79,"221":281,"223":544,"224":150,"225":525,"23":318,"24":1393,"25":435,"257":63,"26":86,"268":9,"27":68,"273":74,"276":27,"279":13,"28":875,"281":14,"282":11,"291":21,"292":80,"30":68,"302":8,"306":4,"31":55,"314":6,"317":2,"32":24,"33":137,"34":80,"347":9,"35":48,"352":736,"36":134,"37":79,"38":521,"380":8,"381":24,"383":26,"389":1,"39":75,"391":15,"396":5,"397":29,"40":58,"409":25,"41":47,"414":35,"415":92,"419":17,"42":74,"426":6,"43":102,"430":27,"433":8,"44":51,"45":85,"46":232,"48":137,"49":138,"5":691,"51":47,"52":124,"53":69,"56":21,"570":11,"6":366,"63":25,"7":381,"79":53,"8":408,"80":35,"9":312,"all_client":107273,"all_tv_clinet":15354,"insert_time":"2014-08-24T07:43:31.404Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91986,"10":14,"107":568,"11":425,"12":157,"13":447,"14":119,"15":207,"155":32,"156":21,"158":45,"159":69,"16":124,"160":19,"161":195,"167":49,"168":4,"17":271,"18":668,"19":362,"20":70,"209":49,"21":579,"210":24,"211":2,"214":22,"215":79,"221":277,"223":526,"224":161,"225":528,"23":321,"24":1387,"25":453,"257":64,"26":94,"268":9,"27":75,"273":74,"276":26,"279":11,"28":869,"281":14,"282":10,"291":22,"292":82,"30":67,"302":7,"306":3,"31":59,"314":6,"317":2,"32":25,"33":136,"34":73,"347":9,"35":50,"352":724,"36":136,"37":82,"38":509,"380":9,"381":25,"383":24,"389":1,"39":77,"391":15,"396":5,"397":29,"40":60,"409":25,"41":47,"414":33,"415":92,"419":14,"42":75,"426":6,"43":88,"430":27,"433":8,"44":53,"45":88,"46":224,"48":134,"49":135,"5":700,"51":49,"52":124,"53":58,"56":19,"570":12,"6":364,"63":27,"7":400,"79":49,"8":380,"80":37,"9":306,"all_client":107317,"all_tv_clinet":15331,"insert_time":"2014-08-24T07:44:32.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92010,"10":16,"107":554,"11":434,"12":158,"13":465,"14":120,"15":210,"155":34,"156":20,"158":45,"159":68,"16":122,"160":20,"161":211,"167":48,"168":4,"17":277,"18":668,"19":366,"20":66,"209":52,"21":555,"210":25,"211":3,"214":25,"215":83,"221":270,"223":497,"224":172,"225":524,"23":314,"24":1369,"25":469,"257":63,"26":100,"268":9,"27":76,"273":68,"276":25,"279":11,"28":870,"281":13,"282":9,"291":24,"292":91,"30":65,"302":7,"306":3,"31":60,"314":6,"317":2,"32":24,"33":133,"34":73,"347":9,"35":52,"352":746,"36":133,"37":86,"38":513,"380":9,"381":28,"383":22,"389":1,"39":80,"391":15,"396":5,"397":31,"40":71,"409":23,"41":44,"414":33,"415":92,"419":12,"42":77,"426":7,"43":77,"430":28,"433":9,"44":57,"45":92,"46":219,"48":134,"49":136,"5":706,"51":48,"52":120,"53":57,"56":15,"570":13,"6":359,"63":27,"7":414,"79":46,"8":359,"80":40,"9":307,"all_client":107358,"all_tv_clinet":15348,"insert_time":"2014-08-24T07:45:32.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92068,"10":14,"107":574,"11":433,"12":149,"13":473,"14":121,"15":217,"155":33,"156":19,"158":44,"159":69,"16":118,"160":21,"161":223,"167":49,"168":4,"17":276,"18":666,"19":362,"20":64,"209":53,"21":553,"210":26,"211":3,"214":25,"215":82,"221":261,"223":472,"224":178,"225":505,"23":313,"24":1336,"25":478,"257":63,"26":103,"268":9,"27":80,"273":61,"276":24,"279":12,"28":893,"281":14,"282":9,"291":24,"292":96,"30":61,"302":6,"306":2,"31":61,"314":6,"317":2,"32":20,"33":133,"34":67,"347":9,"35":54,"352":746,"36":137,"37":86,"38":526,"380":8,"381":32,"383":25,"389":1,"39":82,"391":15,"396":3,"397":32,"40":75,"409":22,"41":46,"414":31,"415":93,"419":11,"42":76,"426":7,"43":72,"430":26,"433":6,"44":59,"45":92,"46":218,"48":136,"49":142,"5":714,"51":42,"52":119,"53":57,"56":15,"570":14,"6":349,"63":26,"7":419,"79":44,"8":339,"80":39,"9":314,"all_client":107387,"all_tv_clinet":15319,"insert_time":"2014-08-24T07:46:33.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92040,"10":14,"107":582,"11":434,"12":143,"13":483,"14":123,"15":217,"155":34,"156":19,"158":40,"159":68,"16":111,"160":21,"161":225,"167":51,"168":4,"17":276,"18":672,"19":364,"20":63,"209":51,"21":543,"210":26,"211":3,"214":24,"215":82,"221":260,"223":467,"224":184,"225":514,"23":313,"24":1292,"25":483,"257":64,"26":113,"268":9,"27":82,"273":54,"276":22,"279":13,"28":907,"281":15,"282":9,"291":23,"292":99,"30":63,"302":6,"306":1,"31":62,"314":7,"317":1,"32":21,"33":131,"34":68,"347":13,"35":55,"352":759,"36":138,"37":85,"38":535,"380":8,"381":30,"383":24,"389":1,"39":83,"391":15,"396":4,"397":31,"40":79,"409":21,"41":46,"414":29,"415":81,"419":11,"42":76,"426":7,"43":66,"430":25,"433":7,"44":61,"45":94,"46":209,"48":136,"49":141,"5":721,"51":42,"52":125,"53":58,"56":12,"570":13,"6":353,"63":24,"7":434,"79":47,"8":330,"80":39,"9":318,"all_client":107382,"all_tv_clinet":15342,"insert_time":"2014-08-24T07:47:34.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92010,"10":18,"107":578,"11":447,"12":124,"13":504,"14":128,"15":213,"155":34,"156":20,"158":36,"159":65,"16":111,"160":24,"161":228,"167":52,"168":4,"17":266,"18":683,"19":350,"20":61,"209":49,"21":542,"210":25,"211":3,"214":21,"215":81,"221":271,"223":464,"224":190,"225":513,"23":317,"24":1270,"25":476,"257":62,"26":120,"268":10,"27":86,"273":56,"276":23,"279":13,"28":924,"281":15,"282":10,"291":22,"292":100,"30":65,"302":4,"306":1,"31":63,"314":10,"317":1,"32":22,"33":128,"34":65,"347":13,"35":56,"352":758,"36":145,"37":86,"38":542,"380":10,"381":32,"383":25,"39":78,"391":15,"396":4,"397":30,"40":74,"409":23,"41":46,"414":28,"415":78,"419":14,"42":78,"426":6,"43":64,"430":24,"433":7,"44":65,"45":98,"46":206,"48":138,"49":138,"5":723,"51":43,"52":123,"53":57,"56":12,"570":13,"6":349,"63":24,"7":448,"79":50,"8":322,"80":40,"9":317,"all_client":107380,"all_tv_clinet":15370,"insert_time":"2014-08-24T07:48:35.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92018,"10":17,"107":570,"11":451,"12":117,"13":511,"14":135,"15":223,"155":34,"156":23,"158":31,"159":66,"16":111,"160":23,"161":230,"167":54,"168":4,"17":252,"18":680,"19":323,"20":62,"209":47,"21":541,"210":24,"211":2,"214":21,"215":80,"221":280,"223":459,"224":187,"225":526,"23":309,"24":1276,"25":485,"257":61,"26":125,"268":8,"27":80,"273":58,"276":24,"279":13,"28":933,"281":14,"282":8,"291":21,"292":95,"30":71,"302":4,"306":1,"31":63,"314":10,"317":1,"32":21,"33":126,"34":62,"347":15,"35":60,"352":757,"36":147,"37":86,"38":536,"380":10,"381":33,"383":22,"39":75,"391":14,"396":3,"397":30,"40":75,"409":24,"41":46,"414":27,"415":78,"419":11,"42":76,"426":6,"43":62,"430":25,"433":9,"44":67,"45":99,"46":197,"48":141,"49":136,"5":733,"51":46,"52":122,"53":56,"56":12,"570":11,"6":353,"63":26,"7":462,"79":51,"8":316,"80":40,"9":312,"all_client":107378,"all_tv_clinet":15360,"insert_time":"2014-08-24T07:49:35.805Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92112,"10":15,"107":578,"11":448,"12":113,"13":529,"14":136,"15":228,"155":31,"156":23,"158":31,"159":65,"16":110,"160":23,"161":234,"167":52,"168":5,"17":245,"18":669,"19":296,"20":60,"209":50,"21":517,"210":25,"211":2,"214":21,"215":74,"221":290,"223":456,"224":187,"225":529,"23":315,"24":1292,"25":486,"257":66,"26":135,"268":9,"27":80,"273":63,"276":25,"279":15,"28":936,"281":14,"282":9,"291":21,"292":92,"30":70,"302":4,"306":1,"31":63,"314":9,"32":20,"33":128,"34":63,"347":16,"35":57,"352":761,"36":149,"37":87,"38":525,"380":10,"381":33,"383":24,"39":70,"391":17,"396":3,"397":30,"40":77,"409":23,"41":47,"414":30,"415":80,"419":11,"42":77,"426":5,"43":66,"430":26,"433":9,"44":70,"45":101,"46":191,"48":142,"49":137,"5":743,"51":43,"52":123,"53":50,"56":11,"570":13,"6":354,"63":26,"7":464,"79":51,"8":310,"80":40,"9":307,"all_client":107479,"all_tv_clinet":15367,"insert_time":"2014-08-24T07:50:36.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92162,"10":14,"107":581,"11":444,"12":114,"13":542,"14":130,"15":230,"155":30,"156":23,"158":31,"159":65,"16":113,"160":25,"161":218,"167":52,"168":5,"17":234,"18":683,"19":290,"20":60,"209":42,"21":523,"210":25,"211":2,"214":22,"215":72,"221":287,"223":454,"224":191,"225":535,"23":317,"24":1317,"25":501,"257":66,"26":134,"268":10,"27":76,"273":65,"276":23,"279":14,"28":947,"281":14,"282":8,"291":22,"292":91,"30":70,"302":4,"306":1,"31":61,"314":9,"32":17,"33":128,"34":63,"347":18,"35":56,"352":766,"36":144,"37":86,"38":517,"380":10,"381":33,"383":24,"39":76,"391":18,"396":4,"397":29,"40":78,"409":21,"41":46,"414":30,"415":80,"419":11,"42":78,"426":5,"43":64,"430":24,"433":9,"44":73,"45":106,"46":189,"48":144,"49":137,"5":748,"51":45,"52":126,"53":54,"56":9,"570":15,"6":357,"63":27,"7":477,"79":48,"8":303,"80":40,"9":302,"all_client":107584,"all_tv_clinet":15422,"insert_time":"2014-08-24T07:51:37.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92263,"10":13,"107":579,"11":439,"12":114,"13":548,"14":129,"15":231,"155":31,"156":20,"158":31,"159":65,"16":112,"160":28,"161":208,"167":53,"168":6,"17":234,"18":681,"19":278,"20":62,"209":42,"21":523,"210":23,"211":2,"214":22,"215":78,"221":284,"223":439,"224":192,"225":534,"23":319,"24":1322,"25":512,"257":67,"26":129,"268":10,"27":77,"273":65,"276":24,"279":15,"28":954,"281":14,"282":9,"291":22,"292":93,"30":69,"302":5,"306":1,"31":61,"314":9,"32":17,"33":125,"34":68,"347":24,"35":60,"352":789,"36":146,"37":91,"38":517,"380":10,"381":29,"383":26,"39":71,"391":18,"396":5,"397":27,"40":81,"409":22,"41":46,"414":29,"415":82,"419":15,"42":79,"426":3,"43":59,"430":24,"433":9,"44":75,"45":111,"46":185,"48":143,"49":131,"5":745,"51":42,"52":127,"53":51,"56":9,"570":15,"6":353,"63":27,"7":485,"79":47,"8":294,"80":40,"9":304,"all_client":107697,"all_tv_clinet":15434,"insert_time":"2014-08-24T07:52:38.606Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92306,"10":16,"107":574,"11":442,"12":105,"13":538,"14":131,"15":235,"155":31,"156":17,"158":29,"159":64,"16":110,"160":28,"161":203,"167":56,"168":6,"17":228,"18":671,"19":269,"20":62,"209":42,"21":520,"210":21,"211":2,"214":22,"215":78,"221":295,"223":456,"224":198,"225":549,"23":319,"24":1341,"25":512,"257":67,"26":124,"268":8,"27":76,"273":60,"276":22,"279":16,"28":967,"281":14,"282":9,"291":23,"292":96,"30":68,"302":6,"306":1,"31":66,"314":9,"32":19,"33":125,"34":68,"347":24,"35":62,"352":790,"36":144,"37":86,"38":536,"380":10,"381":30,"383":26,"39":71,"391":19,"396":5,"397":27,"40":80,"409":20,"41":48,"414":28,"415":81,"419":17,"42":81,"426":3,"43":51,"430":24,"433":10,"44":72,"45":119,"46":179,"48":147,"49":131,"5":752,"51":42,"52":128,"53":54,"56":8,"570":14,"6":352,"63":27,"7":496,"79":45,"8":288,"80":40,"9":301,"all_client":107788,"all_tv_clinet":15482,"insert_time":"2014-08-24T07:53:39.321Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92314,"10":15,"107":582,"11":447,"12":95,"13":545,"14":135,"15":236,"155":36,"156":17,"158":25,"159":68,"16":109,"160":26,"161":213,"167":55,"168":7,"17":226,"18":663,"19":259,"20":69,"209":39,"21":497,"210":21,"211":3,"214":21,"215":81,"221":294,"223":470,"224":193,"225":562,"23":317,"24":1377,"25":513,"257":70,"26":130,"268":7,"27":77,"273":57,"276":22,"279":15,"28":973,"281":13,"282":8,"291":25,"292":86,"30":65,"302":7,"306":1,"31":67,"314":8,"32":23,"33":123,"34":75,"347":25,"35":64,"352":779,"36":143,"37":86,"38":541,"380":9,"381":28,"383":26,"39":72,"391":18,"396":6,"397":25,"40":77,"409":20,"41":50,"414":26,"415":88,"419":16,"42":78,"426":2,"43":48,"430":23,"433":11,"44":75,"45":117,"46":178,"48":148,"49":130,"5":755,"51":37,"52":121,"53":49,"56":9,"570":16,"6":352,"63":27,"7":500,"79":46,"8":283,"80":40,"9":300,"all_client":107826,"all_tv_clinet":15512,"insert_time":"2014-08-24T07:54:40.117Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92360,"10":17,"107":582,"11":442,"12":92,"13":547,"14":132,"15":235,"155":37,"156":15,"158":26,"159":67,"16":112,"160":26,"161":216,"167":56,"168":7,"17":229,"18":656,"19":256,"20":73,"209":38,"21":490,"210":22,"211":3,"214":20,"215":84,"221":304,"223":476,"224":194,"225":561,"23":310,"24":1365,"25":514,"257":67,"26":130,"268":6,"27":79,"273":56,"276":23,"279":15,"28":984,"281":13,"282":7,"291":25,"292":81,"30":66,"302":9,"306":1,"31":65,"314":9,"32":25,"33":125,"34":82,"347":23,"35":64,"352":774,"36":146,"37":83,"38":544,"380":9,"381":26,"383":24,"39":73,"391":18,"396":4,"397":24,"40":80,"409":25,"41":46,"414":24,"415":87,"419":15,"42":82,"426":3,"43":44,"430":23,"433":11,"44":72,"45":118,"46":174,"48":151,"49":121,"5":754,"51":32,"52":124,"53":47,"56":11,"570":16,"6":354,"63":27,"7":501,"79":45,"8":279,"80":39,"9":293,"all_client":107842,"all_tv_clinet":15482,"insert_time":"2014-08-24T07:55:40.979Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92461,"10":18,"107":577,"11":443,"12":89,"13":553,"14":127,"15":240,"155":36,"156":13,"158":28,"159":67,"16":116,"160":23,"161":218,"167":54,"168":7,"17":228,"18":641,"19":250,"20":82,"209":37,"21":488,"210":22,"211":3,"214":20,"215":82,"221":306,"223":474,"224":196,"225":568,"23":309,"24":1351,"25":517,"257":67,"26":123,"268":8,"27":80,"273":58,"276":24,"279":13,"28":995,"281":13,"282":7,"291":24,"292":79,"30":64,"302":10,"306":1,"31":62,"314":10,"32":27,"33":118,"34":83,"347":27,"35":66,"352":776,"36":143,"37":87,"38":551,"380":9,"381":25,"383":20,"39":77,"391":16,"396":3,"397":23,"40":81,"409":30,"41":41,"414":25,"415":88,"419":17,"42":82,"426":4,"43":44,"430":22,"433":11,"44":75,"45":120,"46":187,"48":150,"49":104,"5":758,"51":31,"52":122,"53":46,"56":10,"570":16,"6":349,"63":28,"7":511,"79":45,"8":278,"80":39,"9":299,"all_client":107946,"all_tv_clinet":15485,"insert_time":"2014-08-24T07:56:42.285Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92489,"10":20,"107":596,"11":458,"12":81,"13":567,"14":126,"15":237,"155":34,"156":12,"158":27,"159":67,"16":118,"160":23,"161":230,"167":53,"168":7,"17":234,"18":629,"19":261,"20":83,"209":36,"21":489,"210":22,"211":2,"214":18,"215":77,"221":302,"223":487,"224":194,"225":576,"23":314,"24":1298,"25":525,"257":60,"26":117,"268":8,"27":86,"273":60,"276":25,"279":14,"28":1000,"281":13,"282":7,"291":23,"292":81,"30":64,"302":9,"306":1,"31":64,"314":9,"32":26,"33":119,"34":85,"347":29,"35":74,"352":769,"36":148,"37":86,"38":550,"380":9,"381":23,"383":20,"389":1,"39":76,"391":16,"396":2,"397":23,"40":83,"409":33,"41":38,"414":24,"415":85,"419":17,"42":84,"426":5,"43":38,"430":20,"433":11,"44":73,"45":121,"46":184,"48":151,"49":90,"5":771,"51":33,"52":128,"53":52,"56":10,"570":14,"6":340,"63":26,"7":508,"79":42,"8":274,"80":39,"9":295,"all_client":107978,"all_tv_clinet":15489,"insert_time":"2014-08-24T07:57:43.087Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92501,"10":19,"107":597,"11":471,"12":83,"13":565,"14":124,"15":226,"155":34,"156":11,"158":29,"159":66,"16":123,"160":24,"161":232,"167":53,"168":6,"17":233,"18":625,"19":259,"20":89,"209":36,"21":497,"210":21,"211":2,"214":17,"215":77,"221":310,"223":508,"224":191,"225":562,"23":311,"24":1285,"25":532,"257":64,"26":115,"268":9,"27":86,"273":60,"276":26,"279":13,"28":999,"281":11,"282":7,"291":24,"292":88,"30":63,"302":10,"306":1,"31":61,"314":10,"32":28,"33":111,"34":90,"347":28,"35":78,"352":773,"36":152,"37":84,"38":562,"380":10,"381":23,"383":22,"389":1,"39":70,"391":16,"396":3,"397":24,"40":83,"409":33,"41":37,"414":23,"415":85,"419":19,"42":79,"426":5,"43":36,"430":17,"433":11,"44":76,"45":121,"46":186,"48":147,"49":86,"5":775,"51":36,"52":129,"53":52,"56":12,"570":13,"6":318,"63":27,"7":512,"79":42,"8":276,"80":40,"9":286,"all_client":108003,"all_tv_clinet":15502,"insert_time":"2014-08-24T07:58:43.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92569,"10":17,"107":612,"11":474,"12":82,"13":578,"14":122,"15":223,"155":33,"156":12,"158":31,"159":66,"16":119,"160":24,"161":244,"167":53,"168":3,"17":232,"18":615,"19":267,"20":97,"209":35,"21":491,"210":17,"211":2,"214":18,"215":77,"221":307,"223":529,"224":193,"225":549,"23":304,"24":1267,"25":535,"257":66,"26":120,"268":9,"27":87,"273":57,"276":25,"279":12,"28":995,"281":12,"282":8,"291":26,"292":97,"30":62,"302":10,"306":1,"31":65,"314":13,"32":29,"33":109,"34":94,"347":27,"35":79,"352":769,"36":151,"37":87,"38":569,"380":10,"381":24,"383":19,"389":1,"39":69,"391":17,"396":3,"397":25,"40":82,"409":27,"41":39,"414":22,"415":90,"419":19,"42":79,"426":5,"43":37,"430":16,"433":11,"44":79,"45":122,"46":193,"48":140,"49":84,"5":774,"51":41,"52":128,"53":56,"56":12,"570":12,"6":289,"63":27,"7":522,"79":42,"8":283,"80":43,"9":277,"all_client":108095,"all_tv_clinet":15526,"insert_time":"2014-08-24T07:59:44.501Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92614,"10":15,"107":600,"11":475,"12":81,"13":576,"14":122,"15":232,"155":35,"156":12,"158":33,"159":66,"16":122,"160":23,"161":251,"167":52,"168":3,"17":236,"18":604,"19":265,"20":105,"209":35,"21":507,"210":17,"211":2,"214":18,"215":76,"221":301,"223":550,"224":182,"225":550,"23":310,"24":1258,"25":539,"257":67,"26":120,"268":9,"27":87,"273":51,"276":26,"279":11,"28":983,"281":12,"282":8,"291":25,"292":105,"30":72,"302":10,"306":1,"31":56,"314":12,"32":30,"33":108,"34":103,"347":23,"35":84,"352":785,"36":151,"37":84,"38":577,"380":10,"381":26,"383":20,"389":1,"39":59,"391":17,"396":4,"397":25,"40":84,"409":24,"41":39,"414":22,"415":87,"419":18,"42":81,"426":5,"43":39,"430":15,"433":15,"44":78,"45":119,"46":197,"48":135,"49":82,"5":770,"51":44,"52":127,"53":53,"56":12,"570":10,"6":266,"63":27,"7":520,"79":40,"8":297,"80":45,"9":262,"all_client":108142,"all_tv_clinet":15528,"insert_time":"2014-08-24T08:00:45.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92694,"10":16,"107":590,"11":469,"12":72,"13":582,"14":125,"15":247,"155":37,"156":12,"158":33,"159":65,"16":119,"160":27,"161":261,"167":53,"168":2,"17":235,"18":611,"19":276,"20":110,"209":33,"21":516,"210":17,"211":2,"214":18,"215":79,"221":303,"223":562,"224":176,"225":559,"23":311,"24":1249,"25":545,"257":66,"26":123,"268":11,"27":90,"273":47,"276":27,"279":13,"28":965,"281":12,"282":9,"291":25,"292":96,"30":74,"302":10,"306":1,"31":56,"314":12,"32":27,"33":107,"34":104,"347":21,"35":85,"352":800,"36":152,"37":84,"38":576,"380":10,"381":26,"383":21,"389":1,"39":59,"391":16,"396":6,"397":24,"40":87,"409":24,"41":38,"414":21,"415":89,"419":20,"42":89,"426":5,"43":39,"430":15,"433":16,"44":74,"45":105,"46":200,"48":135,"49":83,"5":768,"51":48,"52":129,"53":49,"56":9,"570":12,"6":244,"63":28,"7":515,"79":40,"8":304,"80":44,"9":245,"all_client":108237,"all_tv_clinet":15543,"insert_time":"2014-08-24T08:01:46.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92776,"10":17,"107":573,"11":486,"12":71,"13":601,"14":124,"15":247,"155":39,"156":12,"158":32,"159":67,"16":124,"160":25,"161":257,"167":53,"168":2,"17":236,"18":598,"19":287,"20":114,"209":29,"21":528,"210":18,"211":2,"214":19,"215":78,"221":302,"223":581,"224":150,"225":564,"23":310,"24":1256,"25":557,"257":63,"26":127,"268":10,"27":93,"273":46,"276":27,"279":14,"28":953,"281":12,"282":9,"291":26,"292":85,"30":76,"302":9,"306":1,"31":51,"314":12,"317":1,"32":28,"33":104,"34":117,"347":20,"35":91,"352":806,"36":150,"37":77,"38":577,"380":10,"381":25,"383":20,"389":2,"39":55,"391":16,"396":6,"397":24,"40":90,"409":25,"41":41,"414":24,"415":89,"419":21,"42":94,"426":5,"43":39,"430":14,"431":1,"433":14,"44":82,"45":84,"46":206,"48":141,"49":85,"5":773,"51":49,"52":125,"53":47,"56":9,"570":9,"6":235,"63":27,"7":492,"79":38,"8":315,"80":45,"9":232,"all_client":108329,"all_tv_clinet":15553,"insert_time":"2014-08-24T08:02:47.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92895,"10":19,"107":571,"11":480,"12":73,"13":600,"14":123,"15":245,"155":34,"156":13,"158":32,"159":67,"16":124,"160":25,"161":253,"167":53,"168":2,"17":242,"18":603,"19":293,"20":122,"209":32,"21":546,"210":16,"211":1,"214":17,"215":80,"221":302,"223":594,"224":131,"225":576,"23":310,"24":1248,"25":566,"257":61,"26":132,"268":10,"27":102,"273":49,"276":26,"279":15,"28":941,"281":12,"282":8,"291":26,"292":79,"30":77,"302":10,"306":1,"31":49,"314":13,"317":1,"32":28,"33":94,"34":120,"347":18,"35":97,"352":814,"36":144,"37":70,"38":587,"380":10,"381":27,"383":22,"389":3,"39":55,"391":17,"396":6,"397":25,"40":87,"409":25,"41":38,"414":25,"415":103,"419":23,"42":101,"426":5,"43":40,"430":14,"431":1,"433":11,"44":84,"45":77,"46":210,"48":133,"49":85,"5":770,"51":52,"52":126,"53":49,"56":9,"570":9,"6":228,"63":27,"7":483,"79":38,"8":320,"80":45,"9":219,"all_client":108474,"all_tv_clinet":15579,"insert_time":"2014-08-24T08:03:48.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92978,"10":14,"107":592,"11":489,"12":72,"13":605,"14":127,"15":239,"155":30,"156":13,"158":33,"159":66,"16":124,"160":22,"161":237,"167":55,"168":1,"17":248,"18":608,"19":310,"20":131,"209":30,"21":565,"210":15,"211":1,"214":16,"215":80,"221":299,"223":612,"224":125,"225":586,"23":318,"24":1251,"25":575,"257":62,"26":132,"268":8,"27":111,"273":51,"276":26,"279":16,"28":935,"281":11,"282":8,"291":25,"292":73,"30":78,"302":10,"306":1,"31":52,"314":13,"317":1,"32":28,"33":94,"34":118,"347":18,"35":99,"352":816,"36":142,"37":69,"38":588,"380":10,"381":26,"383":22,"389":3,"39":53,"391":17,"396":4,"397":25,"40":87,"409":25,"41":41,"414":28,"415":103,"419":21,"42":103,"426":3,"43":43,"430":13,"431":1,"433":10,"44":83,"45":75,"46":216,"48":112,"49":75,"5":777,"51":54,"52":122,"53":50,"56":9,"570":9,"6":217,"63":26,"7":465,"79":39,"8":320,"80":45,"9":216,"all_client":108600,"all_tv_clinet":15622,"insert_time":"2014-08-24T08:04:49.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93029,"10":14,"107":599,"11":507,"12":72,"13":619,"14":126,"15":236,"155":31,"156":13,"158":34,"159":65,"16":125,"160":20,"161":226,"167":55,"168":4,"17":246,"18":617,"19":307,"20":138,"209":27,"21":578,"210":15,"211":1,"214":15,"215":87,"221":303,"223":613,"224":118,"225":605,"23":326,"24":1252,"25":594,"257":63,"26":132,"268":8,"27":114,"273":55,"276":26,"279":16,"28":933,"281":10,"282":9,"291":25,"292":69,"30":82,"302":11,"306":2,"31":47,"314":10,"317":1,"32":28,"33":91,"34":119,"347":16,"35":101,"352":829,"36":150,"37":62,"38":587,"380":11,"381":28,"383":24,"389":3,"39":56,"391":19,"396":4,"397":24,"40":87,"409":28,"41":36,"414":31,"415":103,"419":20,"42":100,"426":3,"43":43,"430":14,"431":1,"433":10,"44":79,"45":69,"46":221,"48":96,"49":73,"5":787,"51":56,"52":113,"53":49,"56":6,"570":9,"6":209,"63":26,"7":448,"79":38,"8":330,"80":43,"9":216,"all_client":108726,"all_tv_clinet":15697,"insert_time":"2014-08-24T08:05:50.419Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93182,"10":14,"107":585,"11":510,"12":78,"13":614,"14":123,"15":247,"155":30,"156":15,"158":32,"159":66,"16":122,"160":22,"161":224,"167":50,"168":4,"17":227,"18":620,"19":319,"20":147,"209":27,"21":582,"210":22,"211":1,"214":15,"215":85,"221":300,"223":618,"224":115,"225":605,"23":313,"24":1272,"25":593,"257":61,"26":132,"268":8,"27":117,"273":56,"276":27,"279":17,"28":943,"281":10,"282":9,"291":25,"292":67,"30":82,"302":14,"306":2,"31":46,"314":10,"317":1,"32":28,"33":94,"34":118,"347":15,"35":99,"352":821,"36":155,"37":61,"38":589,"380":11,"381":28,"383":24,"389":3,"39":55,"391":19,"396":3,"397":23,"40":85,"409":30,"41":37,"414":32,"415":102,"419":20,"42":101,"426":3,"43":44,"430":12,"431":1,"433":9,"44":78,"45":67,"46":224,"48":87,"49":81,"5":787,"51":60,"52":99,"53":49,"56":7,"570":9,"6":204,"63":26,"7":436,"79":37,"8":338,"80":43,"9":213,"all_client":108873,"all_tv_clinet":15691,"insert_time":"2014-08-24T08:06:51.169Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93191,"10":15,"107":580,"11":511,"12":80,"13":623,"14":123,"15":244,"155":28,"156":15,"158":29,"159":72,"16":123,"160":22,"161":220,"167":47,"168":4,"17":214,"18":623,"19":327,"20":158,"209":28,"21":577,"210":23,"211":1,"214":15,"215":86,"221":298,"223":617,"224":111,"225":605,"23":317,"24":1296,"25":592,"257":61,"26":127,"268":8,"27":122,"273":60,"276":28,"279":15,"28":943,"281":11,"282":11,"291":26,"292":65,"30":86,"302":15,"306":2,"31":44,"314":11,"317":1,"32":31,"33":96,"34":118,"347":14,"35":97,"352":825,"36":161,"37":58,"38":584,"380":11,"381":27,"383":26,"389":3,"39":59,"391":19,"396":3,"397":23,"40":78,"409":29,"41":37,"414":31,"415":103,"419":22,"42":99,"426":2,"43":44,"430":12,"431":1,"433":9,"44":72,"45":71,"46":224,"48":80,"49":78,"5":781,"51":60,"52":87,"53":55,"56":7,"570":9,"6":206,"63":26,"7":426,"79":37,"8":343,"80":43,"9":212,"all_client":108890,"all_tv_clinet":15699,"insert_time":"2014-08-24T08:07:51.899Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93259,"10":15,"107":577,"11":498,"12":84,"13":607,"14":130,"15":245,"155":27,"156":18,"158":33,"159":71,"16":118,"160":23,"161":217,"167":44,"168":3,"17":199,"18":643,"19":328,"20":170,"209":31,"21":582,"210":23,"211":1,"214":15,"215":89,"221":296,"223":622,"224":104,"225":610,"23":322,"24":1296,"25":600,"257":64,"26":126,"268":8,"27":129,"273":62,"276":29,"279":16,"28":946,"281":10,"282":12,"291":27,"292":60,"30":86,"302":14,"306":3,"31":45,"314":9,"317":1,"32":36,"33":98,"34":122,"347":13,"35":99,"352":813,"36":163,"37":58,"38":577,"380":9,"381":27,"383":24,"389":3,"39":53,"391":20,"396":4,"397":24,"40":78,"409":28,"41":35,"414":30,"415":102,"419":23,"42":104,"426":2,"43":46,"430":10,"431":1,"433":9,"44":65,"45":72,"46":225,"48":74,"49":71,"5":788,"51":67,"52":80,"53":59,"56":9,"570":8,"6":200,"63":22,"7":416,"79":34,"8":342,"80":40,"9":214,"all_client":108944,"all_tv_clinet":15685,"insert_time":"2014-08-24T08:08:52.648Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93287,"10":15,"107":590,"11":498,"12":82,"13":617,"14":133,"15":242,"155":27,"156":18,"158":32,"159":69,"16":129,"160":19,"161":207,"167":42,"168":3,"17":192,"18":641,"19":327,"20":172,"209":30,"21":572,"210":23,"211":1,"214":15,"215":91,"221":293,"223":627,"224":100,"225":608,"23":331,"24":1295,"25":604,"257":63,"26":128,"268":8,"27":129,"273":63,"276":27,"279":16,"28":952,"281":11,"282":12,"291":28,"292":58,"30":87,"302":13,"306":4,"31":45,"314":9,"317":1,"32":35,"33":108,"34":116,"347":12,"35":98,"352":814,"36":160,"37":57,"38":577,"380":9,"381":27,"383":27,"389":3,"39":50,"391":20,"396":3,"397":22,"40":85,"409":23,"41":35,"414":27,"415":101,"419":24,"42":104,"426":2,"43":48,"430":10,"431":1,"433":9,"44":55,"45":80,"46":230,"48":72,"49":67,"5":789,"51":67,"52":79,"53":61,"56":11,"570":7,"6":194,"63":23,"7":411,"79":36,"8":335,"80":39,"9":221,"all_client":108970,"all_tv_clinet":15683,"insert_time":"2014-08-24T08:09:53.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93287,"10":15,"107":589,"11":500,"12":84,"13":620,"14":139,"15":237,"155":28,"156":17,"158":32,"159":68,"16":130,"160":18,"161":215,"167":42,"168":3,"17":181,"18":640,"19":324,"20":177,"209":30,"21":569,"210":26,"211":1,"214":15,"215":92,"221":297,"223":622,"224":93,"225":610,"23":347,"24":1268,"25":608,"257":67,"26":125,"268":7,"27":136,"273":68,"276":24,"279":18,"28":959,"281":11,"282":11,"291":26,"292":59,"30":89,"302":11,"306":4,"31":44,"314":10,"317":1,"32":35,"33":113,"34":114,"347":13,"35":93,"352":805,"36":163,"37":53,"38":570,"380":9,"381":31,"383":24,"389":3,"39":51,"391":19,"396":3,"397":23,"40":83,"409":23,"41":37,"414":28,"415":102,"419":26,"42":105,"426":3,"43":47,"430":10,"431":1,"433":10,"44":48,"45":91,"46":240,"48":69,"49":67,"5":795,"51":68,"52":77,"53":59,"56":13,"570":7,"6":200,"63":20,"7":413,"79":36,"8":334,"80":39,"9":227,"all_client":108994,"all_tv_clinet":15707,"insert_time":"2014-08-24T08:10:54.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93306,"10":15,"107":577,"11":506,"12":84,"13":625,"14":135,"15":246,"155":27,"156":19,"158":31,"159":69,"16":130,"160":18,"161":213,"167":41,"168":3,"17":165,"18":649,"19":322,"20":179,"209":28,"21":560,"210":26,"211":1,"214":16,"215":96,"221":281,"223":630,"224":88,"225":613,"23":351,"24":1248,"25":603,"257":71,"26":125,"268":7,"27":133,"273":73,"276":19,"279":20,"28":972,"281":11,"282":13,"291":26,"292":57,"30":89,"302":11,"306":4,"31":41,"314":10,"317":1,"32":27,"33":115,"34":113,"347":18,"35":86,"352":820,"36":162,"37":51,"38":587,"380":10,"381":28,"383":26,"389":3,"39":51,"391":15,"396":3,"397":22,"40":83,"409":24,"41":41,"414":26,"415":100,"419":24,"42":106,"426":3,"43":47,"430":11,"431":1,"433":10,"44":45,"45":102,"46":235,"48":64,"49":68,"5":803,"51":69,"52":78,"53":59,"56":17,"570":7,"6":197,"63":21,"7":399,"79":36,"8":334,"80":38,"9":229,"all_client":108998,"all_tv_clinet":15692,"insert_time":"2014-08-24T08:11:55.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93337,"10":14,"107":566,"11":515,"12":89,"13":623,"14":136,"15":251,"155":26,"156":19,"158":30,"159":70,"16":133,"160":18,"161":231,"167":38,"168":3,"17":157,"18":652,"19":335,"20":181,"209":29,"21":562,"210":27,"211":2,"214":19,"215":95,"221":277,"223":626,"224":85,"225":618,"23":356,"24":1226,"25":604,"257":69,"26":126,"268":7,"27":133,"273":82,"276":20,"279":22,"28":973,"281":9,"282":13,"291":28,"292":54,"30":90,"302":10,"306":3,"31":39,"314":9,"317":1,"32":24,"33":117,"34":109,"347":19,"35":76,"352":832,"36":164,"37":47,"38":595,"380":9,"381":29,"383":26,"389":3,"39":50,"391":15,"396":4,"397":21,"40":77,"409":25,"41":40,"414":23,"415":102,"419":25,"42":107,"426":3,"43":54,"430":11,"431":1,"433":11,"44":42,"45":103,"46":238,"48":64,"49":66,"5":800,"51":68,"52":76,"53":60,"56":18,"570":7,"6":197,"63":21,"7":396,"79":38,"8":332,"80":37,"9":235,"all_client":109055,"all_tv_clinet":15718,"insert_time":"2014-08-24T08:12:56.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93472,"10":15,"107":573,"11":512,"12":91,"13":632,"14":140,"15":251,"155":26,"156":20,"158":31,"159":69,"16":132,"160":18,"161":236,"167":39,"168":3,"17":152,"18":649,"19":334,"20":187,"209":24,"21":545,"210":28,"211":2,"214":19,"215":95,"221":282,"223":635,"224":87,"225":629,"23":351,"24":1226,"25":603,"257":68,"26":126,"268":8,"27":131,"273":81,"276":20,"279":19,"28":976,"281":11,"282":13,"291":28,"292":52,"30":89,"302":11,"306":3,"31":36,"314":10,"317":1,"32":24,"33":119,"34":107,"347":20,"35":72,"352":839,"36":163,"37":46,"38":606,"380":9,"381":29,"383":27,"389":3,"39":46,"391":14,"396":4,"397":20,"40":70,"409":26,"41":39,"414":20,"415":103,"419":23,"42":107,"426":5,"43":58,"430":13,"431":1,"433":11,"44":41,"45":103,"46":242,"48":70,"49":62,"5":792,"51":69,"52":74,"53":64,"56":18,"570":8,"6":193,"63":21,"7":392,"79":38,"8":335,"80":35,"9":239,"all_client":109211,"all_tv_clinet":15739,"insert_time":"2014-08-24T08:13:57.178Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93543,"10":14,"107":573,"11":507,"12":93,"13":639,"14":144,"15":243,"155":23,"156":21,"158":30,"159":71,"16":134,"160":15,"161":241,"167":41,"168":2,"17":140,"18":666,"19":345,"20":185,"209":22,"21":555,"210":30,"211":2,"214":20,"215":93,"221":277,"223":644,"224":92,"225":631,"23":339,"24":1222,"25":599,"257":67,"26":126,"268":7,"27":133,"273":78,"276":21,"279":20,"28":988,"281":11,"282":13,"291":27,"292":44,"30":92,"302":11,"306":3,"31":33,"314":11,"317":1,"32":23,"33":119,"34":107,"347":20,"35":65,"352":848,"36":159,"37":49,"38":596,"380":9,"381":36,"383":30,"389":3,"39":46,"391":13,"396":5,"397":20,"40":67,"409":27,"41":43,"414":15,"415":98,"419":24,"42":105,"426":5,"43":63,"430":13,"431":1,"433":12,"44":36,"45":109,"46":241,"48":70,"49":61,"5":794,"51":64,"52":72,"53":67,"56":18,"570":8,"6":199,"63":19,"7":404,"79":38,"8":338,"80":37,"9":245,"all_client":109323,"all_tv_clinet":15780,"insert_time":"2014-08-24T08:14:58.339Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93618,"10":15,"107":564,"11":506,"12":92,"13":643,"14":150,"15":235,"155":24,"156":23,"158":28,"159":74,"16":131,"160":16,"161":233,"167":40,"168":2,"17":141,"18":681,"19":359,"20":189,"209":23,"21":558,"210":32,"214":21,"215":86,"221":289,"223":650,"224":101,"225":641,"23":332,"24":1213,"25":585,"257":68,"26":125,"268":7,"27":130,"273":74,"276":19,"279":19,"28":993,"281":12,"282":14,"291":27,"292":45,"30":91,"302":11,"306":4,"31":31,"314":14,"317":1,"32":21,"33":114,"34":105,"347":21,"35":62,"352":830,"36":167,"37":52,"38":580,"380":9,"381":36,"383":28,"389":3,"39":47,"391":12,"396":6,"397":20,"40":59,"409":27,"41":44,"414":14,"415":91,"419":23,"42":94,"426":5,"43":65,"430":12,"431":1,"433":11,"44":29,"45":115,"46":242,"48":69,"49":62,"5":783,"51":66,"52":69,"53":75,"56":18,"570":8,"6":194,"63":18,"7":406,"79":36,"8":349,"80":37,"9":249,"all_client":109364,"all_tv_clinet":15746,"insert_time":"2014-08-24T08:15:59.473Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93689,"10":17,"107":559,"11":510,"12":101,"13":638,"14":151,"15":219,"155":24,"156":25,"158":29,"159":73,"16":126,"160":17,"161":217,"167":43,"168":4,"17":136,"18":705,"19":361,"20":187,"209":25,"21":561,"210":32,"214":24,"215":84,"221":280,"223":656,"224":105,"225":646,"23":333,"24":1231,"25":555,"257":73,"26":120,"268":7,"27":133,"273":73,"276":18,"279":18,"28":1020,"281":12,"282":13,"291":26,"292":47,"30":73,"302":10,"306":4,"31":33,"314":15,"317":1,"32":20,"33":120,"34":106,"347":21,"35":61,"352":813,"36":163,"37":57,"38":574,"380":9,"381":34,"383":29,"389":3,"39":47,"391":12,"396":6,"397":19,"40":54,"409":29,"41":47,"414":15,"415":80,"419":24,"42":86,"426":4,"43":71,"430":12,"431":1,"433":11,"44":30,"45":119,"46":248,"48":75,"49":62,"5":786,"51":63,"52":70,"53":77,"56":18,"570":7,"6":189,"63":18,"7":418,"79":38,"8":351,"80":36,"9":265,"all_client":109457,"all_tv_clinet":15768,"insert_time":"2014-08-24T08:17:00.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93737,"10":18,"107":556,"11":526,"12":104,"13":644,"14":153,"15":219,"155":25,"156":24,"158":30,"159":71,"16":126,"160":18,"161":209,"167":39,"168":5,"17":134,"18":713,"19":371,"20":189,"209":22,"21":561,"210":33,"214":26,"215":89,"221":277,"223":668,"224":112,"225":644,"23":337,"24":1227,"25":510,"257":74,"26":116,"268":6,"27":131,"273":70,"276":21,"279":19,"28":1033,"281":14,"282":10,"291":24,"292":49,"30":56,"302":9,"306":4,"31":35,"314":17,"32":17,"33":120,"34":106,"347":22,"35":61,"352":827,"36":167,"37":61,"38":554,"380":10,"381":34,"383":29,"389":3,"39":45,"391":13,"396":5,"397":19,"40":50,"409":31,"41":48,"414":15,"415":81,"419":23,"42":84,"426":5,"43":74,"430":11,"433":10,"44":28,"45":120,"46":261,"48":82,"49":63,"5":791,"51":62,"52":68,"53":82,"56":17,"570":9,"6":189,"63":17,"7":418,"79":41,"8":359,"80":35,"9":272,"all_client":109544,"all_tv_clinet":15807,"insert_time":"2014-08-24T08:18:00.999Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93820,"10":18,"107":553,"11":521,"12":107,"13":638,"14":157,"15":216,"155":29,"156":25,"158":32,"159":69,"16":125,"160":18,"161":204,"167":40,"168":5,"17":130,"18":718,"19":368,"20":190,"209":20,"21":570,"210":33,"214":26,"215":88,"221":281,"223":680,"224":112,"225":636,"23":340,"24":1239,"25":469,"257":74,"26":115,"268":6,"27":134,"273":66,"276":22,"279":18,"28":1035,"281":15,"282":10,"291":22,"292":43,"30":49,"302":9,"306":4,"31":37,"314":18,"32":19,"33":124,"34":111,"347":21,"35":56,"352":822,"36":170,"37":66,"38":543,"380":11,"381":35,"383":27,"389":2,"39":43,"391":13,"396":4,"397":20,"40":52,"409":34,"41":45,"414":16,"415":80,"419":23,"42":77,"426":4,"43":79,"430":10,"433":6,"44":28,"45":122,"46":260,"48":92,"49":66,"5":793,"51":63,"52":72,"53":80,"56":17,"570":10,"6":191,"63":18,"7":414,"79":42,"8":364,"80":33,"9":285,"all_client":109617,"all_tv_clinet":15797,"insert_time":"2014-08-24T08:19:01.753Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93823,"10":22,"107":540,"11":523,"12":110,"13":641,"14":158,"15":222,"155":29,"156":26,"158":34,"159":69,"16":128,"160":18,"161":203,"167":44,"168":4,"17":130,"18":728,"19":372,"20":192,"209":20,"21":575,"210":31,"214":26,"215":88,"221":278,"223":691,"224":117,"225":637,"23":333,"24":1237,"25":470,"257":71,"26":114,"268":6,"27":134,"273":66,"276":25,"279":20,"28":1039,"281":14,"282":9,"291":23,"292":43,"30":46,"302":8,"306":4,"31":38,"314":15,"32":20,"33":127,"34":114,"347":21,"35":58,"352":812,"36":174,"37":71,"38":535,"380":11,"381":34,"383":27,"389":2,"39":46,"391":14,"396":4,"397":21,"40":47,"409":38,"41":45,"414":13,"415":82,"419":26,"42":74,"426":3,"43":80,"430":10,"433":5,"44":26,"45":124,"46":260,"48":96,"49":63,"5":773,"51":66,"52":74,"53":78,"56":19,"570":11,"6":189,"63":17,"7":412,"79":44,"8":374,"80":36,"9":290,"all_client":109660,"all_tv_clinet":15837,"insert_time":"2014-08-24T08:20:02.519Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93938,"10":23,"107":551,"11":530,"12":111,"13":646,"14":156,"15":236,"155":30,"156":28,"158":35,"159":70,"16":125,"160":17,"161":206,"167":43,"168":5,"17":131,"18":730,"19":371,"20":187,"209":21,"21":571,"210":30,"214":26,"215":85,"221":290,"223":694,"224":128,"225":627,"23":331,"24":1245,"25":445,"257":70,"26":118,"268":4,"27":123,"273":66,"276":26,"279":19,"28":1064,"281":15,"282":7,"291":24,"292":42,"30":43,"302":8,"306":3,"31":39,"314":13,"32":20,"33":126,"34":119,"347":22,"35":53,"352":802,"36":159,"37":80,"38":524,"380":10,"381":31,"383":28,"389":2,"39":43,"391":13,"396":5,"397":23,"40":49,"409":38,"41":46,"414":12,"415":80,"419":25,"42":65,"426":4,"43":84,"430":9,"433":5,"44":26,"45":123,"46":262,"48":97,"49":57,"5":741,"51":68,"52":84,"53":80,"56":21,"570":12,"6":190,"63":15,"7":428,"79":43,"8":381,"80":35,"9":295,"all_client":109781,"all_tv_clinet":15843,"insert_time":"2014-08-24T08:21:03.534Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93974,"10":25,"107":543,"11":519,"12":116,"13":655,"14":156,"15":235,"155":30,"156":31,"158":35,"159":69,"16":123,"160":18,"161":210,"167":44,"168":6,"17":131,"18":737,"19":381,"20":188,"209":23,"21":564,"210":29,"214":28,"215":88,"221":295,"223":697,"224":133,"225":600,"23":333,"24":1254,"25":439,"257":68,"26":119,"268":5,"27":98,"273":64,"276":25,"279":21,"28":1089,"281":15,"282":7,"291":24,"292":42,"30":41,"302":8,"306":3,"31":41,"314":11,"32":20,"33":127,"34":128,"347":24,"35":51,"352":794,"36":162,"37":82,"38":519,"380":10,"381":34,"383":28,"389":2,"39":41,"391":12,"396":4,"397":23,"40":46,"409":38,"41":46,"414":11,"415":84,"419":25,"42":59,"426":4,"43":92,"430":7,"433":6,"44":25,"45":124,"46":266,"48":105,"49":52,"5":724,"51":67,"52":94,"53":80,"56":23,"570":13,"6":198,"63":14,"7":447,"79":44,"8":387,"80":33,"9":300,"all_client":109865,"all_tv_clinet":15891,"insert_time":"2014-08-24T08:22:04.293Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94040,"10":24,"107":537,"11":528,"12":119,"13":667,"14":162,"15":247,"155":33,"156":31,"158":34,"159":70,"16":124,"160":16,"161":209,"167":45,"168":7,"17":130,"18":742,"19":384,"20":184,"209":26,"21":549,"210":28,"214":28,"215":87,"221":291,"223":689,"224":142,"225":581,"23":333,"24":1244,"25":435,"257":68,"26":128,"268":6,"27":83,"273":63,"276":25,"279":21,"28":1102,"281":16,"282":7,"291":23,"292":37,"30":40,"302":7,"306":3,"31":41,"314":11,"32":19,"33":127,"34":135,"347":25,"35":47,"352":803,"36":156,"37":81,"38":518,"380":9,"381":35,"383":31,"389":2,"39":45,"391":13,"396":3,"397":23,"40":49,"409":36,"41":43,"414":12,"415":89,"419":26,"42":54,"426":4,"43":94,"430":7,"433":6,"44":27,"45":125,"46":276,"48":104,"49":51,"5":707,"51":69,"52":98,"53":86,"56":21,"570":12,"6":201,"63":13,"7":459,"79":45,"8":391,"80":33,"9":303,"all_client":109960,"all_tv_clinet":15920,"insert_time":"2014-08-24T08:23:05.026Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94033,"10":24,"107":545,"11":526,"12":114,"13":669,"14":159,"15":253,"155":35,"156":28,"158":34,"159":70,"16":125,"160":17,"161":217,"167":47,"168":8,"17":130,"18":773,"19":383,"20":192,"209":25,"21":542,"210":27,"211":1,"214":27,"215":85,"221":286,"223":691,"224":137,"225":568,"23":322,"24":1233,"25":435,"257":69,"26":133,"268":6,"27":77,"273":65,"276":27,"279":20,"28":1109,"281":14,"282":7,"291":22,"292":38,"30":41,"302":8,"306":3,"31":45,"314":11,"32":18,"33":129,"34":142,"347":24,"35":50,"352":799,"36":156,"37":89,"38":508,"380":9,"381":37,"383":29,"389":4,"39":46,"391":15,"396":3,"397":23,"40":49,"409":34,"41":44,"414":12,"415":92,"419":26,"42":52,"426":3,"43":98,"430":7,"433":5,"44":25,"45":126,"46":283,"48":109,"49":45,"5":684,"51":72,"52":104,"53":82,"56":20,"570":11,"6":206,"63":12,"7":469,"79":46,"8":396,"80":35,"9":303,"all_client":109987,"all_tv_clinet":15954,"insert_time":"2014-08-24T08:24:05.814Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94092,"10":25,"107":535,"11":537,"12":100,"13":685,"14":155,"15":256,"155":38,"156":24,"158":35,"159":70,"16":126,"160":17,"161":233,"167":45,"168":8,"17":126,"18":793,"19":390,"20":187,"209":26,"21":539,"210":28,"211":1,"214":26,"215":81,"221":291,"223":692,"224":143,"225":552,"23":327,"24":1203,"25":431,"257":66,"26":138,"268":7,"27":71,"273":67,"276":30,"279":16,"28":1115,"281":12,"282":9,"291":23,"292":41,"30":36,"302":10,"306":3,"31":49,"314":10,"32":18,"33":130,"34":151,"347":24,"35":47,"352":801,"36":159,"37":89,"38":507,"380":10,"381":35,"383":29,"389":4,"39":47,"391":16,"396":2,"397":23,"40":52,"409":31,"41":44,"414":12,"415":87,"419":26,"42":50,"426":3,"43":103,"430":8,"433":5,"44":27,"45":127,"46":288,"48":109,"49":47,"5":674,"51":71,"52":109,"53":83,"56":23,"570":14,"6":207,"63":10,"7":483,"79":45,"8":400,"80":36,"9":307,"all_client":110093,"all_tv_clinet":16001,"insert_time":"2014-08-24T08:25:06.633Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94189,"10":25,"107":545,"11":550,"12":91,"13":683,"14":160,"15":248,"155":38,"156":23,"158":36,"159":71,"16":131,"160":17,"161":237,"167":42,"168":8,"17":125,"18":792,"19":394,"20":189,"209":26,"21":547,"210":29,"211":2,"214":26,"215":80,"221":294,"223":676,"224":150,"225":541,"23":326,"24":1169,"25":418,"257":67,"26":141,"268":6,"27":67,"273":63,"276":29,"279":20,"28":1116,"281":11,"282":9,"291":25,"292":40,"30":36,"302":9,"306":3,"31":50,"314":9,"32":18,"33":125,"34":155,"347":22,"35":47,"352":799,"36":155,"37":87,"38":494,"380":9,"381":37,"383":33,"389":4,"39":39,"391":15,"396":4,"397":24,"40":53,"409":26,"41":46,"414":10,"415":87,"419":24,"42":46,"426":2,"43":106,"430":9,"431":1,"433":6,"44":21,"45":129,"46":291,"48":115,"49":47,"5":670,"51":71,"52":122,"53":87,"56":26,"570":15,"6":216,"63":12,"7":488,"79":44,"8":405,"80":36,"9":311,"all_client":110168,"all_tv_clinet":15979,"insert_time":"2014-08-24T08:26:07.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94206,"10":26,"107":553,"11":552,"12":88,"13":690,"14":165,"15":230,"155":37,"156":21,"158":36,"159":71,"16":136,"160":19,"161":248,"167":42,"168":7,"17":125,"18":809,"19":400,"20":192,"209":24,"21":531,"210":29,"211":2,"214":27,"215":88,"221":306,"223":651,"224":152,"225":529,"23":318,"24":1158,"25":417,"257":69,"26":151,"268":6,"27":65,"273":69,"276":28,"279":20,"28":1134,"281":10,"282":8,"291":28,"292":40,"30":33,"302":11,"306":3,"31":49,"314":10,"32":19,"33":121,"34":151,"347":20,"35":45,"352":808,"36":159,"37":87,"38":504,"380":8,"381":35,"383":34,"389":5,"39":39,"391":14,"396":4,"397":24,"40":55,"409":23,"41":47,"414":11,"415":90,"419":23,"42":42,"426":2,"43":108,"430":10,"431":2,"433":7,"44":19,"45":131,"46":304,"48":115,"49":52,"5":653,"51":68,"52":122,"53":88,"56":26,"570":14,"6":218,"63":13,"7":499,"79":43,"8":404,"80":34,"9":319,"all_client":110238,"all_tv_clinet":16032,"insert_time":"2014-08-24T08:27:08.094Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94254,"10":25,"107":554,"11":542,"12":98,"13":674,"14":174,"15":215,"155":37,"156":24,"158":37,"159":69,"16":144,"160":17,"161":249,"167":44,"168":8,"17":128,"18":817,"19":405,"20":193,"209":24,"21":531,"210":29,"211":2,"214":27,"215":90,"221":311,"223":631,"224":162,"225":515,"23":310,"24":1143,"25":407,"257":72,"26":156,"268":6,"27":64,"273":71,"276":25,"279":19,"28":1135,"281":9,"282":7,"291":28,"292":40,"30":33,"302":11,"306":2,"31":52,"314":10,"32":23,"33":116,"34":136,"347":19,"35":51,"352":827,"36":154,"37":86,"38":501,"380":10,"381":36,"383":34,"389":5,"39":40,"391":15,"396":4,"397":25,"40":60,"409":22,"41":48,"414":13,"415":88,"419":22,"42":38,"426":2,"43":109,"430":9,"431":2,"433":7,"44":20,"45":130,"46":306,"48":122,"49":51,"5":659,"51":70,"52":124,"53":91,"56":24,"570":13,"6":224,"63":14,"7":507,"79":43,"8":411,"80":34,"9":328,"all_client":110303,"all_tv_clinet":16049,"insert_time":"2014-08-24T08:28:08.862Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94300,"10":25,"107":543,"11":524,"12":115,"13":643,"14":179,"15":199,"155":37,"156":24,"158":36,"159":71,"16":148,"160":19,"161":247,"167":46,"168":8,"17":127,"18":827,"19":395,"20":194,"209":22,"21":535,"210":26,"211":2,"214":27,"215":96,"221":306,"223":630,"224":164,"225":508,"23":315,"24":1153,"25":405,"257":67,"26":154,"268":7,"27":61,"273":74,"276":24,"279":17,"28":1135,"281":10,"282":7,"291":29,"292":42,"30":33,"302":11,"306":3,"31":55,"314":10,"32":23,"33":109,"34":131,"347":20,"35":56,"352":824,"36":156,"37":91,"38":506,"380":11,"381":37,"383":30,"389":5,"39":43,"391":15,"396":3,"397":25,"40":63,"409":21,"41":49,"414":12,"415":88,"419":22,"42":36,"426":2,"43":114,"430":9,"431":1,"433":7,"44":24,"45":130,"46":312,"48":120,"49":53,"5":651,"51":67,"52":126,"53":96,"56":25,"570":12,"6":233,"63":14,"7":502,"79":44,"8":415,"80":35,"9":337,"all_client":110340,"all_tv_clinet":16040,"insert_time":"2014-08-24T08:29:09.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94342,"10":26,"107":549,"11":500,"12":126,"13":603,"14":173,"15":196,"155":38,"156":22,"158":38,"159":71,"16":142,"160":23,"161":233,"167":43,"168":9,"17":126,"18":831,"19":364,"20":200,"209":24,"21":545,"210":26,"211":2,"214":28,"215":92,"221":313,"223":653,"224":160,"225":499,"23":326,"24":1196,"25":408,"257":68,"26":153,"268":7,"27":59,"273":78,"276":24,"279":17,"28":1139,"281":10,"282":7,"291":27,"292":39,"30":30,"302":11,"306":3,"31":58,"314":10,"32":24,"33":111,"34":117,"347":18,"35":62,"352":808,"36":154,"37":94,"38":515,"380":11,"381":37,"383":30,"389":4,"39":43,"391":16,"396":6,"397":25,"40":68,"409":21,"41":48,"414":16,"415":85,"419":24,"42":36,"426":1,"43":111,"430":9,"431":1,"433":7,"44":24,"45":130,"46":325,"48":125,"49":51,"5":635,"51":67,"52":126,"53":100,"56":25,"570":10,"6":235,"63":11,"7":500,"79":44,"8":412,"80":36,"9":348,"all_client":110373,"all_tv_clinet":16031,"insert_time":"2014-08-24T08:30:10.480Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94382,"10":25,"107":531,"11":495,"12":138,"13":588,"14":167,"15":184,"155":38,"156":18,"158":38,"159":69,"16":139,"160":27,"161":214,"167":43,"168":9,"17":132,"18":825,"19":332,"20":204,"209":29,"21":542,"210":25,"211":2,"214":29,"215":95,"221":321,"223":676,"224":163,"225":510,"23":336,"24":1227,"25":412,"257":70,"26":154,"268":5,"27":57,"273":83,"276":25,"279":17,"28":1137,"281":10,"282":7,"291":27,"292":42,"30":28,"302":12,"306":3,"31":56,"314":11,"32":19,"33":106,"34":108,"347":20,"35":71,"352":802,"36":160,"37":96,"38":532,"380":13,"381":37,"383":31,"389":4,"39":49,"391":13,"396":6,"397":25,"40":67,"409":22,"41":45,"414":17,"415":81,"419":22,"42":34,"426":1,"43":105,"430":9,"431":1,"433":7,"44":25,"45":134,"46":325,"48":122,"49":44,"5":633,"51":65,"52":129,"53":98,"56":25,"570":9,"6":245,"63":9,"7":508,"79":49,"8":407,"80":35,"9":355,"all_client":110429,"all_tv_clinet":16047,"insert_time":"2014-08-24T08:31:11.447Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94546,"10":24,"107":518,"11":490,"12":146,"13":565,"14":155,"15":179,"155":38,"156":15,"158":41,"159":65,"16":131,"160":31,"161":209,"167":43,"168":9,"17":137,"18":820,"19":326,"20":207,"209":33,"21":546,"210":25,"211":3,"214":30,"215":95,"221":335,"223":692,"224":166,"225":519,"23":347,"24":1247,"25":412,"257":69,"26":155,"268":4,"27":52,"273":84,"276":28,"279":18,"28":1136,"281":8,"282":9,"291":28,"292":46,"30":28,"302":11,"306":2,"31":52,"314":12,"32":17,"33":110,"34":103,"347":20,"35":72,"352":805,"36":157,"37":95,"38":523,"380":13,"381":38,"383":31,"389":3,"39":50,"391":14,"396":6,"397":24,"40":69,"409":20,"41":48,"414":18,"415":85,"419":22,"42":31,"426":2,"43":105,"430":8,"431":1,"433":7,"44":24,"45":132,"46":326,"48":117,"49":43,"5":638,"51":66,"52":127,"53":96,"56":25,"570":11,"6":258,"63":8,"7":510,"79":48,"8":400,"80":36,"9":358,"all_client":110607,"all_tv_clinet":16061,"insert_time":"2014-08-24T08:32:12.145Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94549,"10":27,"107":514,"11":498,"12":152,"13":561,"14":155,"15":170,"155":39,"156":15,"158":39,"159":62,"16":128,"160":32,"161":214,"167":43,"168":8,"17":135,"18":819,"19":311,"20":206,"209":33,"21":541,"210":26,"211":2,"214":32,"215":91,"221":345,"223":679,"224":169,"225":516,"23":348,"24":1278,"25":418,"257":66,"26":151,"268":5,"27":55,"273":75,"276":28,"279":18,"28":1140,"281":8,"282":8,"291":29,"292":46,"30":25,"302":9,"306":2,"31":53,"314":12,"32":18,"33":110,"34":98,"347":23,"35":70,"352":821,"36":153,"37":95,"38":533,"380":12,"381":37,"383":32,"389":3,"39":48,"391":14,"396":5,"397":24,"40":70,"409":19,"41":50,"414":20,"415":85,"419":19,"42":26,"426":2,"43":105,"430":8,"433":6,"44":27,"45":135,"46":310,"48":121,"49":41,"5":650,"51":66,"52":128,"53":93,"56":25,"570":11,"6":263,"63":8,"7":521,"79":49,"8":412,"80":35,"9":354,"all_client":110640,"all_tv_clinet":16091,"insert_time":"2014-08-24T08:33:12.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94630,"10":30,"107":516,"11":506,"12":155,"13":535,"14":157,"15":169,"155":40,"156":14,"158":40,"159":65,"16":126,"160":32,"161":209,"167":42,"168":8,"17":131,"18":817,"19":302,"20":203,"209":31,"21":542,"210":26,"211":2,"214":31,"215":88,"221":357,"223":674,"224":165,"225":513,"23":347,"24":1302,"25":432,"257":64,"26":157,"268":5,"27":51,"273":73,"276":27,"279":18,"28":1152,"281":9,"282":8,"291":28,"292":43,"30":23,"302":8,"306":2,"31":56,"314":12,"32":16,"33":110,"34":97,"347":24,"35":72,"352":816,"36":152,"37":92,"38":553,"380":12,"381":38,"383":30,"389":3,"39":46,"391":13,"396":5,"397":23,"40":70,"409":22,"41":51,"414":22,"415":89,"419":18,"42":25,"426":2,"43":108,"430":9,"433":6,"44":30,"45":133,"46":291,"48":119,"49":41,"5":651,"51":65,"52":128,"53":98,"56":25,"570":11,"6":261,"63":8,"7":517,"79":45,"8":420,"80":35,"9":346,"all_client":110721,"all_tv_clinet":16091,"insert_time":"2014-08-24T08:34:13.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94647,"10":30,"107":534,"11":522,"12":156,"13":526,"14":166,"15":173,"155":41,"156":14,"158":41,"159":62,"16":109,"160":28,"161":209,"167":43,"168":8,"17":127,"18":817,"19":290,"20":210,"209":30,"21":544,"210":27,"211":2,"214":30,"215":89,"221":365,"223":672,"224":168,"225":508,"23":339,"24":1316,"25":439,"257":69,"26":162,"268":6,"27":47,"273":73,"276":29,"279":17,"28":1169,"281":9,"282":7,"291":29,"292":45,"30":21,"302":7,"306":2,"31":57,"314":12,"32":15,"33":110,"34":91,"347":24,"35":75,"352":821,"36":152,"37":93,"38":555,"380":12,"381":37,"383":32,"389":5,"39":45,"391":11,"396":5,"397":24,"40":73,"409":23,"41":53,"414":20,"415":89,"419":18,"42":25,"426":1,"43":107,"430":8,"433":3,"44":28,"45":131,"46":267,"48":121,"49":43,"5":654,"51":59,"52":134,"53":100,"56":25,"570":14,"6":260,"63":10,"7":521,"79":47,"8":422,"80":33,"9":347,"all_client":110786,"all_tv_clinet":16139,"insert_time":"2014-08-24T08:35:15.160Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94665,"10":32,"107":532,"11":542,"12":160,"13":507,"14":166,"15":167,"155":41,"156":15,"158":42,"159":63,"16":104,"160":27,"161":206,"167":44,"168":8,"17":117,"18":823,"19":284,"20":211,"209":34,"21":544,"210":29,"211":2,"214":29,"215":94,"221":368,"223":681,"224":166,"225":521,"23":340,"24":1308,"25":450,"257":66,"26":157,"268":4,"27":45,"273":73,"276":28,"279":21,"28":1173,"281":8,"282":7,"291":28,"292":42,"30":23,"302":7,"306":2,"31":58,"314":13,"32":14,"33":111,"34":81,"347":20,"35":79,"352":823,"36":158,"37":92,"38":554,"380":12,"381":37,"383":33,"389":5,"39":47,"391":10,"396":6,"397":23,"40":74,"409":25,"41":54,"414":20,"415":89,"419":17,"42":25,"426":1,"43":112,"430":8,"433":3,"44":30,"45":117,"46":241,"48":121,"49":49,"5":645,"51":61,"52":134,"53":105,"56":26,"570":14,"6":260,"63":9,"7":524,"79":48,"8":426,"80":35,"9":344,"all_client":110799,"all_tv_clinet":16134,"insert_time":"2014-08-24T08:36:15.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94709,"10":33,"107":555,"11":544,"12":159,"13":496,"14":167,"15":164,"155":40,"156":16,"158":42,"159":63,"16":105,"160":28,"161":201,"167":47,"168":8,"17":107,"18":837,"19":280,"20":204,"209":34,"21":543,"210":28,"211":2,"214":33,"215":94,"221":371,"223":688,"224":168,"225":525,"23":340,"24":1331,"25":458,"257":68,"26":160,"268":6,"27":44,"273":69,"276":29,"279":23,"28":1173,"281":8,"282":7,"291":28,"292":46,"30":23,"302":6,"306":2,"31":56,"314":12,"32":13,"33":109,"34":81,"347":19,"35":79,"352":816,"36":157,"37":93,"38":558,"380":11,"381":38,"383":32,"389":5,"39":47,"391":9,"396":6,"397":21,"40":77,"409":27,"41":59,"414":20,"415":85,"419":15,"42":28,"426":1,"43":110,"430":9,"433":3,"44":33,"45":102,"46":225,"48":124,"49":49,"5":643,"51":60,"52":137,"53":110,"56":25,"570":14,"6":264,"63":8,"7":538,"79":47,"8":421,"80":34,"9":342,"all_client":110884,"all_tv_clinet":16175,"insert_time":"2014-08-24T08:37:16.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94728,"10":35,"107":558,"11":546,"12":165,"13":492,"14":163,"15":161,"155":40,"156":15,"158":41,"159":65,"16":111,"160":27,"161":211,"167":47,"168":8,"17":99,"18":856,"19":283,"20":191,"209":34,"21":544,"210":28,"211":2,"214":35,"215":102,"221":361,"223":687,"224":160,"225":530,"23":345,"24":1330,"25":471,"257":65,"26":156,"268":6,"27":41,"273":68,"276":28,"279":23,"28":1185,"281":8,"282":9,"291":28,"292":46,"30":24,"302":6,"306":2,"31":54,"314":10,"32":11,"33":111,"34":77,"347":13,"35":79,"352":828,"36":162,"37":93,"38":571,"380":10,"381":40,"383":28,"389":4,"39":48,"391":9,"396":7,"397":18,"40":74,"409":31,"41":57,"414":21,"415":82,"419":12,"42":32,"426":1,"43":112,"430":11,"433":6,"44":40,"45":93,"46":211,"48":123,"49":56,"5":652,"51":65,"52":139,"53":110,"56":23,"570":13,"6":266,"63":9,"7":545,"79":49,"8":402,"80":33,"9":340,"all_client":110947,"all_tv_clinet":16219,"insert_time":"2014-08-24T08:38:17.552Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94746,"10":33,"107":550,"11":547,"12":170,"13":467,"14":167,"15":160,"155":40,"156":19,"158":42,"159":66,"16":105,"160":26,"161":230,"167":48,"168":8,"17":90,"18":876,"19":286,"20":186,"209":36,"21":553,"210":28,"211":2,"214":34,"215":104,"221":360,"223":696,"224":145,"225":537,"23":364,"24":1321,"25":474,"257":73,"26":157,"268":7,"27":40,"273":67,"276":29,"279":23,"28":1185,"281":10,"282":9,"291":29,"292":48,"30":23,"302":6,"306":2,"31":56,"314":11,"32":11,"33":117,"34":71,"347":13,"35":81,"352":818,"36":160,"37":93,"38":565,"380":12,"381":43,"383":25,"389":2,"39":50,"391":7,"396":5,"397":17,"40":78,"409":38,"41":52,"414":21,"415":78,"419":11,"42":34,"426":1,"43":110,"430":11,"433":6,"44":46,"45":87,"46":211,"48":121,"49":62,"5":661,"51":62,"52":147,"53":105,"56":24,"570":14,"6":270,"63":9,"7":548,"79":48,"8":372,"80":34,"9":334,"all_client":110976,"all_tv_clinet":16230,"insert_time":"2014-08-24T08:39:18.305Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94815,"10":29,"107":561,"11":556,"12":171,"13":461,"14":173,"15":166,"155":41,"156":18,"158":41,"159":72,"16":100,"160":25,"161":241,"167":46,"168":9,"17":94,"18":876,"19":284,"20":179,"209":34,"21":557,"210":27,"211":4,"214":35,"215":107,"221":354,"223":698,"224":124,"225":542,"23":374,"24":1302,"25":487,"257":71,"26":160,"268":8,"27":36,"273":76,"276":30,"279":22,"28":1182,"281":10,"282":9,"291":30,"292":55,"30":26,"302":6,"306":2,"31":57,"314":11,"32":11,"33":119,"34":72,"347":12,"35":86,"352":809,"36":166,"37":91,"38":561,"380":11,"381":43,"383":25,"389":2,"39":51,"391":8,"396":5,"397":17,"40":75,"409":43,"41":48,"414":23,"415":78,"419":11,"42":40,"426":2,"43":106,"430":10,"433":6,"44":45,"45":84,"46":209,"48":120,"49":69,"5":681,"51":57,"52":151,"53":105,"56":25,"570":15,"6":262,"63":9,"7":555,"79":46,"8":344,"80":34,"9":347,"all_client":111083,"all_tv_clinet":16268,"insert_time":"2014-08-24T08:40:19.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94891,"10":27,"107":576,"11":561,"12":174,"13":453,"14":174,"15":162,"155":42,"156":17,"158":41,"159":73,"16":92,"160":23,"161":242,"167":48,"168":9,"17":97,"18":877,"19":285,"20":177,"209":33,"21":571,"210":28,"211":5,"214":34,"215":108,"221":362,"223":711,"224":104,"225":548,"23":379,"24":1319,"25":494,"257":73,"26":158,"268":9,"27":32,"273":82,"276":29,"279":22,"28":1150,"281":9,"282":11,"291":30,"292":58,"30":23,"302":6,"306":2,"31":64,"314":9,"32":12,"33":119,"34":64,"347":12,"35":88,"352":783,"36":167,"37":91,"38":573,"380":12,"381":44,"383":25,"39":51,"391":9,"396":5,"397":16,"40":78,"409":45,"41":49,"414":22,"415":80,"419":11,"42":46,"426":2,"43":106,"430":9,"433":9,"44":49,"45":77,"46":203,"48":118,"49":72,"5":693,"51":48,"52":148,"53":104,"56":27,"570":14,"6":244,"63":8,"7":555,"79":43,"8":322,"80":35,"9":352,"all_client":111144,"all_tv_clinet":16253,"insert_time":"2014-08-24T08:41:20.158Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94907,"10":25,"107":570,"11":563,"12":173,"13":448,"14":168,"15":167,"155":43,"156":16,"158":40,"159":74,"16":88,"160":27,"161":235,"167":47,"168":9,"17":102,"18":886,"19":282,"20":176,"209":34,"21":588,"210":29,"211":5,"214":35,"215":105,"221":364,"223":712,"224":97,"225":565,"23":376,"24":1332,"25":517,"257":73,"26":165,"268":9,"27":31,"273":96,"276":31,"279":21,"28":1116,"281":9,"282":12,"291":29,"292":60,"30":21,"302":6,"306":1,"31":68,"314":7,"32":11,"33":120,"34":61,"347":10,"35":94,"352":779,"36":160,"37":93,"38":577,"380":12,"381":41,"383":27,"389":2,"39":54,"391":9,"396":7,"397":16,"40":83,"409":43,"41":50,"414":21,"415":83,"419":11,"42":51,"426":2,"43":107,"430":9,"433":9,"44":52,"45":70,"46":192,"48":110,"49":70,"5":704,"51":49,"52":149,"53":104,"56":26,"570":14,"6":225,"63":8,"7":545,"79":43,"8":310,"80":35,"9":367,"all_client":111175,"all_tv_clinet":16268,"insert_time":"2014-08-24T08:42:21.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94923,"10":27,"107":580,"11":572,"12":176,"13":449,"14":156,"15":167,"155":44,"156":17,"158":41,"159":74,"16":85,"160":25,"161":229,"167":48,"168":9,"17":111,"18":870,"19":288,"20":181,"209":35,"21":577,"210":29,"211":6,"214":33,"215":106,"221":365,"223":707,"224":92,"225":578,"23":373,"24":1328,"25":537,"257":79,"26":162,"268":9,"27":31,"273":98,"276":33,"279":22,"28":1104,"281":9,"282":13,"291":26,"292":58,"30":19,"302":6,"306":1,"31":69,"314":8,"317":1,"32":12,"33":120,"34":56,"347":11,"35":96,"352":787,"36":158,"37":93,"38":592,"380":12,"381":41,"383":28,"389":3,"39":57,"391":9,"396":8,"397":16,"40":84,"409":37,"41":52,"414":20,"415":85,"419":11,"42":56,"426":2,"43":110,"430":10,"433":9,"44":53,"45":67,"46":190,"48":94,"49":74,"5":715,"51":53,"52":158,"53":98,"56":24,"570":14,"6":220,"63":9,"7":554,"79":41,"8":298,"80":34,"9":370,"all_client":111227,"all_tv_clinet":16304,"insert_time":"2014-08-24T08:43:21.857Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94994,"10":27,"107":585,"11":568,"12":186,"13":437,"14":152,"15":163,"155":44,"156":16,"158":41,"159":74,"16":84,"160":27,"161":233,"167":47,"168":8,"17":113,"18":877,"19":289,"20":169,"209":40,"21":581,"210":29,"211":6,"214":33,"215":105,"221":362,"223":705,"224":86,"225":603,"23":378,"24":1344,"25":540,"257":76,"26":162,"268":9,"27":33,"273":97,"276":34,"279":19,"28":1102,"281":9,"282":13,"291":26,"292":56,"30":20,"302":7,"306":1,"31":68,"314":6,"317":1,"32":11,"33":122,"34":51,"347":12,"35":97,"352":799,"36":153,"37":94,"38":593,"380":12,"381":39,"383":28,"389":3,"39":60,"391":11,"396":9,"397":18,"40":81,"409":30,"41":53,"414":21,"415":82,"419":10,"42":60,"426":2,"43":108,"430":12,"433":8,"44":51,"45":62,"46":182,"48":85,"49":82,"5":717,"51":55,"52":154,"53":91,"56":26,"570":14,"6":227,"63":9,"7":568,"79":43,"8":295,"80":34,"9":369,"all_client":111328,"all_tv_clinet":16334,"insert_time":"2014-08-24T08:44:22.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95001,"10":28,"107":601,"11":581,"12":195,"13":426,"14":155,"15":162,"155":47,"156":13,"158":41,"159":75,"16":92,"160":26,"161":243,"167":51,"168":8,"17":112,"18":879,"19":299,"20":169,"209":41,"21":582,"210":29,"211":6,"214":33,"215":105,"221":377,"223":687,"224":78,"225":604,"23":379,"24":1328,"25":550,"257":70,"26":162,"268":9,"27":30,"273":91,"276":37,"279":21,"28":1096,"281":9,"282":14,"291":26,"292":50,"30":19,"302":8,"306":1,"31":69,"314":6,"317":1,"32":11,"33":129,"34":49,"347":10,"35":94,"352":791,"36":149,"37":98,"38":600,"380":12,"381":36,"383":27,"389":2,"39":61,"391":11,"396":7,"397":18,"40":83,"409":31,"41":48,"414":21,"415":81,"419":14,"42":63,"426":2,"43":103,"430":11,"433":10,"44":52,"45":58,"46":179,"48":75,"49":92,"5":727,"51":57,"52":157,"53":83,"56":28,"570":14,"6":236,"63":8,"7":573,"79":47,"8":291,"80":34,"9":358,"all_client":111363,"all_tv_clinet":16362,"insert_time":"2014-08-24T08:45:23.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95113,"10":27,"107":589,"11":587,"12":201,"13":423,"14":160,"15":153,"155":46,"156":15,"158":42,"159":66,"16":88,"160":27,"161":248,"167":52,"168":8,"17":114,"18":871,"19":311,"20":168,"209":38,"21":577,"210":29,"211":7,"214":34,"215":104,"221":386,"223":674,"224":74,"225":611,"23":380,"24":1314,"25":562,"257":68,"26":164,"268":8,"27":31,"273":83,"276":35,"279":21,"28":1096,"281":9,"282":14,"291":27,"292":50,"30":18,"302":8,"306":1,"31":68,"314":6,"317":1,"32":12,"33":131,"34":48,"347":7,"35":99,"352":807,"36":149,"37":97,"38":607,"380":11,"381":40,"383":25,"389":3,"39":56,"391":10,"396":7,"397":19,"40":87,"409":32,"41":54,"414":19,"415":81,"419":15,"42":59,"426":2,"43":84,"430":12,"433":10,"44":55,"45":52,"46":174,"48":72,"49":101,"5":753,"51":54,"52":154,"53":82,"56":28,"570":13,"6":241,"63":9,"7":596,"79":50,"8":288,"80":34,"9":344,"all_client":111490,"all_tv_clinet":16377,"insert_time":"2014-08-24T08:46:24.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95171,"10":28,"107":582,"11":589,"12":194,"13":430,"14":164,"15":149,"155":46,"156":15,"158":43,"159":64,"16":86,"160":26,"161":251,"167":53,"168":7,"17":122,"18":868,"19":314,"20":179,"209":40,"21":575,"210":27,"211":7,"214":38,"215":100,"221":384,"223":659,"224":67,"225":624,"23":381,"24":1279,"25":570,"257":67,"26":168,"268":8,"27":31,"273":77,"276":35,"279":19,"28":1104,"281":10,"282":12,"291":26,"292":44,"30":19,"302":9,"306":1,"31":67,"314":7,"317":1,"32":18,"33":128,"34":47,"347":8,"35":95,"352":805,"36":146,"37":94,"38":603,"380":12,"381":41,"383":24,"389":3,"39":56,"391":9,"396":7,"397":19,"40":87,"409":35,"41":53,"414":26,"415":86,"419":15,"42":49,"426":1,"43":76,"430":12,"433":13,"44":63,"45":51,"46":180,"48":66,"49":112,"5":761,"51":51,"52":156,"53":79,"56":30,"570":13,"6":244,"63":10,"7":607,"79":56,"8":290,"80":35,"9":325,"all_client":111534,"all_tv_clinet":16363,"insert_time":"2014-08-24T08:47:25.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95275,"10":30,"107":576,"11":578,"12":173,"13":428,"14":165,"15":147,"155":47,"156":15,"158":47,"159":54,"16":85,"160":31,"161":252,"167":54,"168":7,"17":127,"18":872,"19":325,"20":178,"209":40,"21":582,"210":28,"211":7,"214":37,"215":94,"221":386,"223":681,"224":64,"225":623,"23":380,"24":1267,"25":581,"257":63,"26":175,"268":8,"27":32,"273":70,"276":37,"279":20,"28":1108,"281":8,"282":13,"291":27,"292":46,"30":19,"302":8,"306":2,"31":66,"314":6,"317":1,"32":21,"33":124,"34":44,"347":9,"35":98,"352":799,"36":144,"37":91,"38":606,"380":12,"381":42,"383":24,"389":3,"39":57,"391":8,"396":7,"397":19,"40":90,"409":34,"41":55,"414":28,"415":86,"419":19,"42":44,"426":1,"43":64,"430":13,"433":12,"44":65,"45":46,"46":183,"48":68,"49":117,"5":774,"51":54,"52":156,"53":78,"56":28,"570":12,"6":262,"63":10,"7":610,"79":54,"8":289,"80":35,"9":293,"all_client":111633,"all_tv_clinet":16358,"insert_time":"2014-08-24T08:48:26.420Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95284,"10":30,"107":569,"11":575,"12":152,"13":444,"14":164,"15":156,"155":51,"156":14,"158":49,"159":51,"16":84,"160":33,"161":262,"167":54,"168":7,"17":134,"18":880,"19":341,"20":186,"209":41,"21":590,"210":28,"211":7,"214":37,"215":95,"221":385,"223":712,"224":61,"225":627,"23":385,"24":1252,"25":588,"257":67,"26":173,"268":6,"27":32,"273":64,"276":38,"279":20,"28":1100,"281":9,"282":15,"291":27,"292":48,"30":18,"302":8,"306":2,"31":65,"314":7,"317":1,"32":22,"33":129,"34":43,"347":9,"35":101,"352":802,"36":146,"37":92,"38":600,"380":12,"381":39,"383":24,"389":3,"39":58,"391":6,"396":6,"397":19,"40":93,"409":37,"41":53,"414":29,"415":85,"419":21,"42":38,"426":1,"43":61,"430":13,"433":11,"44":67,"45":46,"46":182,"48":65,"49":117,"5":768,"51":54,"52":164,"53":76,"56":27,"570":10,"6":270,"63":10,"7":621,"79":57,"8":277,"80":35,"9":272,"all_client":111699,"all_tv_clinet":16415,"insert_time":"2014-08-24T08:49:27.164Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95265,"10":32,"107":581,"11":564,"12":130,"13":439,"14":166,"15":147,"155":52,"156":13,"158":50,"159":50,"16":81,"160":34,"161":266,"167":54,"168":7,"17":137,"18":884,"19":345,"20":189,"209":38,"21":600,"210":28,"211":7,"214":38,"215":93,"221":392,"223":733,"224":60,"225":646,"23":392,"24":1249,"25":594,"257":71,"26":178,"268":6,"27":29,"273":59,"276":38,"279":22,"28":1106,"281":9,"282":12,"291":28,"292":49,"30":18,"302":9,"306":2,"31":65,"314":7,"317":1,"32":23,"33":132,"34":46,"347":11,"35":104,"352":793,"36":147,"37":91,"38":602,"380":13,"381":36,"383":24,"389":3,"39":58,"391":6,"396":6,"397":19,"40":96,"409":38,"41":58,"414":26,"415":87,"419":23,"42":36,"426":1,"43":60,"430":12,"433":13,"44":65,"45":38,"46":184,"48":64,"49":116,"5":774,"51":54,"52":166,"53":74,"56":21,"570":7,"6":275,"63":8,"7":621,"79":55,"8":267,"80":35,"9":259,"all_client":111712,"all_tv_clinet":16447,"insert_time":"2014-08-24T08:50:27.986Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95317,"10":31,"107":593,"11":560,"12":119,"13":444,"14":169,"15":141,"155":52,"156":13,"158":47,"159":46,"16":79,"160":36,"161":273,"167":50,"168":7,"17":143,"18":884,"19":353,"20":194,"209":36,"21":596,"210":28,"211":5,"214":42,"215":96,"221":384,"223":759,"224":58,"225":634,"23":392,"24":1238,"25":603,"257":71,"26":179,"268":5,"27":29,"273":59,"276":38,"279":21,"28":1096,"281":9,"282":10,"291":26,"292":53,"30":16,"302":10,"306":2,"31":64,"314":7,"317":1,"32":21,"33":124,"34":44,"347":10,"35":103,"352":796,"36":152,"37":95,"38":608,"380":13,"381":34,"383":23,"389":4,"39":58,"391":7,"396":5,"397":20,"40":95,"409":37,"41":57,"414":27,"415":87,"419":29,"42":36,"426":1,"43":54,"430":12,"433":13,"44":65,"45":38,"46":182,"48":61,"49":113,"5":778,"51":50,"52":170,"53":74,"56":19,"570":6,"6":277,"63":8,"7":619,"79":54,"8":262,"80":35,"9":250,"all_client":111744,"all_tv_clinet":16427,"insert_time":"2014-08-24T08:51:28.942Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95373,"10":34,"107":587,"11":568,"12":106,"13":447,"14":170,"15":139,"155":52,"156":12,"158":49,"159":44,"16":78,"160":42,"161":265,"167":52,"168":6,"17":149,"18":887,"19":357,"20":198,"209":39,"21":589,"210":27,"211":2,"214":43,"215":94,"221":386,"223":781,"224":60,"225":641,"23":401,"24":1228,"25":606,"257":64,"26":175,"268":4,"27":29,"273":58,"276":44,"279":20,"28":1084,"281":8,"282":8,"291":26,"292":56,"30":15,"302":12,"306":2,"31":71,"314":6,"317":1,"32":28,"33":122,"34":39,"347":10,"35":108,"352":796,"36":149,"37":94,"38":615,"380":14,"381":32,"383":24,"389":4,"39":60,"391":7,"396":5,"397":20,"40":91,"409":37,"41":55,"414":25,"415":89,"419":38,"42":33,"426":1,"43":49,"430":13,"433":13,"44":67,"45":36,"46":196,"48":56,"49":116,"5":783,"51":51,"52":162,"53":71,"56":16,"570":5,"6":277,"63":7,"7":610,"79":54,"8":256,"80":32,"9":243,"all_client":111804,"all_tv_clinet":16431,"insert_time":"2014-08-24T08:52:29.740Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95449,"10":32,"107":576,"11":579,"12":102,"13":443,"14":171,"15":137,"155":52,"156":12,"158":49,"159":43,"16":79,"160":44,"161":265,"167":50,"168":4,"17":156,"18":869,"19":353,"20":207,"209":40,"21":604,"210":27,"211":2,"214":42,"215":100,"221":378,"223":806,"224":62,"225":630,"23":406,"24":1206,"25":610,"257":64,"26":167,"268":6,"27":27,"273":59,"276":46,"279":20,"28":1086,"281":8,"282":9,"291":27,"292":70,"30":16,"302":12,"306":2,"31":71,"314":6,"317":1,"32":28,"33":110,"34":41,"347":8,"35":113,"352":802,"36":153,"37":94,"38":615,"380":13,"381":31,"383":23,"389":4,"39":59,"391":7,"396":6,"397":20,"40":93,"409":40,"41":57,"414":27,"415":87,"419":44,"42":32,"426":1,"43":50,"430":14,"433":13,"44":67,"45":37,"46":205,"48":56,"49":117,"5":796,"51":52,"52":163,"53":64,"56":18,"570":6,"6":284,"63":7,"7":601,"79":55,"8":252,"80":28,"9":242,"all_client":111917,"all_tv_clinet":16468,"insert_time":"2014-08-24T08:53:30.463Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95468,"10":31,"107":565,"11":584,"12":102,"13":429,"14":160,"15":135,"155":53,"156":11,"158":50,"159":43,"16":75,"160":42,"161":243,"167":52,"168":1,"17":166,"18":865,"19":331,"20":201,"209":38,"21":610,"210":27,"211":2,"214":41,"215":95,"221":369,"223":831,"224":59,"225":630,"23":413,"24":1198,"25":610,"257":66,"26":163,"268":5,"27":27,"273":66,"276":47,"279":19,"28":1085,"281":8,"282":9,"291":29,"292":88,"30":18,"302":12,"306":3,"31":68,"314":6,"317":1,"32":31,"33":111,"34":42,"347":9,"35":117,"352":818,"36":152,"37":92,"38":634,"380":12,"381":34,"383":28,"389":4,"39":58,"391":8,"396":8,"397":19,"40":92,"409":40,"41":54,"414":30,"415":83,"419":45,"42":37,"426":2,"43":51,"430":13,"433":13,"44":68,"45":35,"46":215,"48":54,"49":122,"5":798,"51":52,"52":166,"53":61,"56":18,"570":6,"6":288,"63":8,"7":613,"79":58,"8":255,"80":28,"9":241,"all_client":111973,"all_tv_clinet":16505,"insert_time":"2014-08-24T08:54:31.243Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95490,"10":33,"107":568,"11":589,"12":101,"13":427,"14":158,"15":122,"155":54,"156":9,"158":48,"159":39,"16":72,"160":39,"161":228,"167":52,"168":1,"17":169,"18":877,"19":329,"20":201,"209":40,"21":624,"210":27,"211":2,"214":42,"215":92,"221":362,"223":833,"224":53,"225":624,"23":424,"24":1195,"25":618,"257":67,"26":156,"268":5,"27":26,"273":77,"276":49,"279":20,"28":1098,"281":8,"282":9,"291":30,"292":99,"30":23,"302":12,"306":4,"31":67,"314":5,"317":1,"32":33,"33":106,"34":41,"347":7,"35":113,"352":832,"36":156,"37":89,"38":632,"380":12,"381":35,"383":28,"389":3,"39":58,"391":7,"396":7,"397":19,"40":83,"409":40,"41":57,"414":33,"415":77,"419":45,"42":41,"426":3,"43":47,"430":15,"433":14,"44":67,"45":37,"46":222,"48":53,"49":120,"5":793,"51":47,"52":168,"53":66,"56":18,"570":6,"6":291,"63":8,"7":605,"79":58,"8":270,"80":30,"9":244,"all_client":112034,"all_tv_clinet":16544,"insert_time":"2014-08-24T08:55:32.077Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95574,"10":32,"107":564,"11":593,"12":97,"13":429,"14":154,"15":118,"155":51,"156":10,"158":47,"159":38,"16":73,"160":38,"161":214,"167":52,"168":1,"17":171,"18":864,"19":349,"20":193,"209":43,"21":625,"210":27,"211":2,"214":45,"215":86,"221":363,"223":852,"224":54,"225":616,"23":426,"24":1200,"25":631,"257":70,"26":153,"268":4,"27":29,"273":77,"276":50,"279":21,"28":1107,"281":8,"282":10,"291":30,"292":106,"30":26,"302":13,"306":4,"31":60,"314":4,"317":1,"32":37,"33":113,"34":44,"347":6,"35":101,"352":824,"36":159,"37":82,"38":640,"380":11,"381":35,"383":31,"389":3,"39":61,"391":7,"396":6,"397":19,"40":78,"409":37,"41":51,"414":34,"415":76,"419":46,"42":42,"426":4,"43":39,"430":17,"433":13,"44":72,"45":41,"46":234,"48":53,"49":126,"5":786,"51":48,"52":171,"53":63,"56":18,"570":6,"6":294,"63":6,"7":593,"79":58,"8":283,"80":30,"9":242,"all_client":112145,"all_tv_clinet":16571,"insert_time":"2014-08-24T08:56:32.941Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95636,"10":33,"107":564,"11":597,"12":98,"13":425,"14":150,"15":117,"155":49,"156":10,"158":48,"159":41,"16":77,"160":36,"161":214,"167":52,"168":2,"17":173,"18":853,"19":369,"20":189,"209":43,"21":622,"210":26,"211":2,"214":45,"215":90,"221":338,"223":865,"224":56,"225":624,"23":427,"24":1190,"25":637,"257":66,"26":139,"268":4,"27":29,"273":78,"276":52,"279":22,"28":1108,"281":8,"282":12,"291":31,"292":116,"30":31,"302":13,"306":5,"31":53,"314":3,"317":1,"32":38,"33":115,"34":44,"347":5,"35":82,"352":837,"36":155,"37":71,"38":633,"380":11,"381":33,"383":31,"389":3,"39":61,"391":7,"396":4,"397":18,"40":69,"409":39,"41":49,"414":31,"415":76,"419":47,"42":46,"426":5,"43":37,"430":19,"431":1,"433":13,"44":71,"45":41,"46":239,"48":51,"49":129,"5":788,"51":47,"52":174,"53":66,"56":18,"570":5,"6":292,"63":6,"7":614,"79":60,"8":295,"80":28,"9":249,"all_client":112222,"all_tv_clinet":16586,"insert_time":"2014-08-24T08:57:34.437Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95709,"10":31,"107":571,"11":612,"12":97,"13":427,"14":152,"15":118,"155":41,"156":13,"158":53,"159":42,"16":79,"160":36,"161":220,"167":51,"168":2,"17":169,"18":835,"19":396,"20":186,"209":42,"21":609,"210":22,"211":2,"214":44,"215":88,"221":322,"223":875,"224":60,"225":618,"23":428,"24":1176,"25":652,"257":65,"26":127,"268":5,"27":28,"273":80,"276":54,"279":23,"28":1114,"281":7,"282":15,"291":32,"292":121,"30":36,"302":12,"306":6,"31":47,"314":6,"317":1,"32":38,"33":118,"34":48,"347":5,"35":76,"352":832,"36":160,"37":67,"38":635,"380":11,"381":30,"383":33,"389":2,"39":61,"391":8,"396":4,"397":17,"40":68,"409":41,"41":49,"414":27,"415":81,"419":53,"42":43,"426":5,"43":38,"430":17,"431":1,"433":14,"44":72,"45":40,"46":241,"48":51,"49":139,"5":803,"51":44,"52":173,"53":61,"56":16,"570":5,"6":290,"63":6,"7":611,"79":63,"8":300,"80":26,"9":253,"all_client":112333,"all_tv_clinet":16624,"insert_time":"2014-08-24T08:58:35.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95775,"10":29,"107":571,"11":631,"12":87,"13":417,"14":146,"15":130,"155":38,"156":12,"158":51,"159":44,"16":78,"160":37,"161":210,"167":50,"168":2,"17":164,"18":813,"19":420,"20":189,"209":43,"21":593,"210":20,"211":1,"214":45,"215":85,"221":319,"223":869,"224":61,"225":629,"23":422,"24":1192,"25":650,"257":62,"26":121,"268":5,"27":29,"273":80,"276":57,"279":29,"28":1129,"281":7,"282":19,"291":32,"292":121,"30":40,"302":11,"306":7,"31":45,"314":7,"317":1,"32":40,"33":122,"34":51,"347":4,"35":74,"352":839,"36":162,"37":59,"38":633,"380":13,"381":28,"383":29,"389":2,"39":63,"391":9,"396":4,"397":16,"40":62,"409":41,"41":46,"414":26,"415":85,"419":57,"42":41,"426":4,"43":41,"430":15,"431":1,"433":13,"44":71,"45":37,"46":243,"48":51,"49":140,"5":798,"51":43,"52":164,"53":69,"56":15,"570":5,"6":301,"63":6,"7":626,"79":62,"8":303,"80":26,"9":266,"all_client":112431,"all_tv_clinet":16656,"insert_time":"2014-08-24T08:59:36.119Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95842,"10":32,"107":566,"11":643,"12":87,"13":420,"14":149,"15":137,"155":35,"156":12,"158":51,"159":45,"16":77,"160":34,"161":208,"167":50,"168":2,"17":169,"18":787,"19":455,"20":191,"209":43,"21":595,"210":18,"211":1,"214":47,"215":85,"221":326,"223":840,"224":64,"225":639,"23":434,"24":1199,"25":641,"257":68,"26":113,"268":6,"27":28,"273":73,"276":60,"279":33,"28":1117,"281":6,"282":20,"291":32,"292":111,"30":42,"302":11,"306":7,"31":44,"314":8,"32":42,"33":124,"34":53,"347":4,"35":69,"352":843,"36":167,"37":53,"38":642,"380":14,"381":28,"383":31,"389":3,"39":60,"391":9,"396":2,"397":16,"40":56,"409":39,"41":51,"414":23,"415":85,"419":63,"42":35,"426":2,"43":40,"430":16,"433":15,"44":71,"45":33,"46":243,"48":49,"49":145,"5":801,"51":43,"52":147,"53":64,"56":15,"570":5,"6":310,"63":7,"7":614,"79":61,"8":312,"80":27,"9":283,"all_client":112518,"all_tv_clinet":16676,"insert_time":"2014-08-24T09:00:37.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95967,"10":36,"107":573,"11":644,"12":81,"13":424,"14":152,"15":135,"155":33,"156":12,"158":51,"159":43,"16":76,"160":34,"161":201,"167":50,"168":2,"17":174,"18":775,"19":488,"20":204,"209":41,"21":594,"210":15,"211":1,"214":48,"215":85,"221":320,"223":812,"224":73,"225":642,"23":436,"24":1233,"25":634,"257":70,"26":110,"268":4,"27":25,"273":71,"276":62,"279":35,"28":1135,"281":6,"282":21,"291":29,"292":97,"30":47,"302":12,"306":6,"31":44,"314":8,"32":41,"33":122,"34":53,"347":4,"35":63,"352":839,"36":170,"37":53,"38":639,"380":14,"381":30,"383":29,"389":4,"39":62,"391":10,"396":2,"397":16,"40":54,"409":42,"41":52,"414":27,"415":93,"419":63,"42":33,"426":2,"43":39,"430":16,"433":14,"44":75,"45":32,"46":239,"48":51,"49":152,"5":812,"51":44,"52":128,"53":61,"56":12,"570":6,"6":324,"63":7,"7":621,"79":54,"8":316,"80":27,"9":272,"all_client":112690,"all_tv_clinet":16723,"insert_time":"2014-08-24T09:01:38.754Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95970,"10":40,"107":583,"11":647,"12":74,"13":432,"14":152,"15":144,"155":34,"156":15,"158":52,"159":38,"16":77,"160":35,"161":205,"167":50,"168":2,"17":188,"18":775,"19":510,"20":204,"209":41,"21":583,"210":15,"214":47,"215":81,"221":322,"223":801,"224":79,"225":648,"23":427,"24":1249,"25":631,"257":69,"26":103,"268":6,"27":25,"273":73,"276":66,"279":33,"28":1143,"281":7,"282":22,"291":29,"292":92,"30":55,"302":13,"306":5,"31":42,"314":9,"32":40,"33":119,"34":54,"347":4,"35":56,"352":842,"36":168,"37":48,"38":635,"380":15,"381":29,"383":30,"389":4,"39":53,"391":10,"396":2,"397":16,"40":50,"409":39,"41":56,"414":26,"415":92,"419":63,"42":33,"426":2,"43":38,"430":17,"433":15,"44":79,"45":33,"46":244,"48":52,"49":154,"5":820,"51":44,"52":120,"53":57,"56":11,"570":9,"6":333,"63":7,"7":633,"79":50,"8":319,"80":26,"9":266,"all_client":112756,"all_tv_clinet":16786,"insert_time":"2014-08-24T09:02:39.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95999,"10":38,"107":591,"11":641,"12":73,"13":447,"14":156,"15":141,"155":34,"156":18,"158":53,"159":38,"16":74,"160":35,"161":204,"167":52,"168":2,"17":195,"18":780,"19":537,"20":215,"209":38,"21":573,"210":14,"214":47,"215":79,"221":319,"223":790,"224":88,"225":650,"23":420,"24":1264,"25":622,"257":70,"26":101,"268":6,"27":27,"273":72,"276":70,"279":34,"28":1160,"281":7,"282":22,"291":29,"292":93,"30":56,"302":13,"306":5,"31":46,"314":6,"32":47,"33":122,"34":52,"347":3,"35":62,"352":840,"36":170,"37":44,"38":622,"380":15,"381":30,"383":26,"389":4,"39":51,"391":10,"396":2,"397":16,"40":49,"409":39,"41":53,"414":34,"415":92,"419":53,"42":27,"426":1,"43":35,"430":17,"433":15,"44":81,"45":32,"46":254,"48":47,"49":159,"5":825,"51":43,"52":116,"53":54,"56":11,"570":10,"6":336,"63":6,"7":623,"79":45,"8":321,"80":28,"9":260,"all_client":112826,"all_tv_clinet":16827,"insert_time":"2014-08-24T09:03:40.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95936,"10":36,"107":580,"11":641,"12":66,"13":453,"14":155,"15":142,"155":32,"156":15,"158":54,"159":37,"16":76,"160":37,"161":207,"167":51,"168":2,"17":195,"18":801,"19":546,"20":224,"209":35,"21":568,"210":14,"214":45,"215":79,"221":315,"223":786,"224":93,"225":652,"23":402,"24":1264,"25":585,"257":68,"26":98,"268":5,"27":27,"273":67,"276":71,"279":36,"28":1179,"281":7,"282":23,"291":32,"292":93,"30":53,"302":14,"306":5,"31":48,"314":5,"317":1,"32":48,"33":130,"34":55,"347":5,"35":63,"352":846,"36":176,"37":39,"38":632,"380":18,"381":31,"383":26,"389":4,"39":48,"391":9,"396":1,"397":16,"40":46,"409":41,"41":56,"414":37,"415":92,"419":45,"42":28,"426":1,"43":36,"430":17,"433":14,"44":75,"45":32,"46":262,"48":46,"49":157,"5":830,"51":43,"52":118,"53":53,"56":14,"570":10,"6":353,"63":8,"7":621,"79":46,"8":327,"80":31,"9":259,"all_client":112801,"all_tv_clinet":16865,"insert_time":"2014-08-24T09:04:41.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95993,"10":36,"107":561,"11":651,"12":69,"13":462,"14":159,"15":136,"155":33,"156":14,"158":53,"159":38,"16":72,"160":37,"161":212,"167":52,"168":2,"17":196,"18":798,"19":564,"20":229,"209":34,"21":559,"210":14,"214":43,"215":76,"221":317,"223":802,"224":95,"225":655,"23":402,"24":1269,"25":536,"257":70,"26":100,"268":5,"27":26,"273":62,"276":74,"279":39,"28":1186,"281":7,"282":27,"291":31,"292":91,"30":53,"302":12,"306":5,"31":48,"314":6,"317":1,"32":46,"33":128,"34":50,"347":5,"35":59,"352":854,"36":178,"37":41,"38":629,"380":17,"381":35,"383":27,"389":4,"39":49,"391":8,"396":1,"397":20,"40":43,"409":42,"41":58,"414":37,"415":96,"419":42,"42":28,"426":1,"43":33,"430":16,"433":13,"44":78,"45":33,"46":268,"48":48,"49":158,"5":842,"51":44,"52":120,"53":52,"56":14,"570":10,"6":355,"63":10,"7":607,"79":47,"8":333,"80":32,"9":271,"all_client":112894,"all_tv_clinet":16901,"insert_time":"2014-08-24T09:05:42.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96041,"10":37,"107":561,"11":653,"12":80,"13":455,"14":163,"15":133,"155":34,"156":14,"158":53,"159":37,"16":68,"160":39,"161":217,"167":52,"168":4,"17":195,"18":795,"19":581,"20":225,"209":38,"21":561,"210":13,"214":39,"215":79,"221":314,"223":811,"224":101,"225":658,"23":384,"24":1278,"25":509,"257":68,"26":96,"268":5,"27":24,"273":60,"276":72,"279":38,"28":1194,"281":7,"282":28,"291":30,"292":88,"30":53,"302":12,"306":5,"31":50,"314":7,"317":1,"32":48,"33":127,"34":51,"347":7,"35":54,"352":835,"36":176,"37":37,"38":639,"380":16,"381":36,"383":28,"389":4,"39":53,"391":8,"396":1,"397":21,"40":44,"409":43,"41":61,"414":37,"415":109,"419":38,"42":27,"426":1,"43":35,"430":18,"433":11,"44":82,"45":32,"46":270,"48":48,"49":159,"5":828,"51":45,"52":114,"53":53,"56":12,"570":10,"6":364,"63":10,"7":603,"79":46,"8":334,"80":33,"9":280,"all_client":112948,"all_tv_clinet":16907,"insert_time":"2014-08-24T09:06:43.034Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96146,"10":39,"107":569,"11":659,"12":80,"13":455,"14":162,"15":133,"155":36,"156":13,"158":45,"159":40,"16":64,"160":43,"161":230,"167":51,"168":4,"17":196,"18":792,"19":584,"20":225,"209":38,"21":569,"210":14,"214":35,"215":78,"221":308,"223":824,"224":105,"225":666,"23":380,"24":1279,"25":498,"257":71,"26":91,"268":6,"27":23,"273":64,"276":71,"279":38,"28":1202,"281":9,"282":28,"291":30,"292":84,"30":51,"302":11,"306":5,"31":48,"314":8,"317":1,"32":49,"33":133,"34":48,"347":6,"35":49,"352":830,"36":166,"37":37,"38":638,"380":15,"381":35,"383":27,"389":3,"39":57,"391":10,"396":2,"397":22,"40":40,"409":44,"41":63,"414":41,"415":108,"419":38,"42":28,"426":1,"43":34,"430":17,"433":11,"44":85,"45":29,"46":270,"48":47,"49":160,"5":836,"51":46,"52":112,"53":53,"56":12,"570":10,"6":383,"63":10,"7":583,"79":43,"8":334,"80":37,"9":289,"all_client":113092,"all_tv_clinet":16946,"insert_time":"2014-08-24T09:07:43.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96224,"10":39,"107":557,"11":655,"12":83,"13":462,"14":161,"15":130,"155":36,"156":14,"158":43,"159":37,"16":63,"160":48,"161":239,"167":54,"168":4,"17":192,"18":796,"19":592,"20":222,"209":41,"21":588,"210":14,"214":34,"215":83,"221":313,"223":829,"224":107,"225":666,"23":382,"24":1279,"25":474,"257":73,"26":90,"268":6,"27":26,"273":67,"276":70,"279":37,"28":1207,"281":9,"282":29,"291":30,"292":77,"30":53,"302":10,"306":6,"31":48,"314":7,"317":1,"32":51,"33":133,"34":52,"347":7,"35":51,"352":827,"36":167,"37":36,"38":648,"380":15,"381":40,"383":28,"389":3,"39":57,"391":11,"396":3,"397":22,"40":39,"409":49,"41":62,"414":45,"415":111,"419":38,"42":26,"426":1,"43":33,"430":18,"433":10,"44":84,"45":28,"46":270,"48":45,"49":160,"5":827,"51":47,"52":104,"53":54,"56":11,"570":11,"6":391,"63":9,"7":570,"79":44,"8":330,"80":39,"9":292,"all_client":113206,"all_tv_clinet":16982,"insert_time":"2014-08-24T09:08:44.816Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96246,"10":40,"107":555,"11":653,"12":87,"13":470,"14":161,"15":126,"155":37,"156":13,"158":36,"159":42,"16":66,"160":50,"161":242,"167":56,"168":3,"17":185,"18":799,"19":598,"20":214,"209":39,"21":599,"210":13,"214":33,"215":85,"221":326,"223":848,"224":104,"225":682,"23":375,"24":1283,"25":476,"257":75,"26":83,"268":8,"27":28,"273":67,"276":72,"279":38,"28":1207,"281":9,"282":33,"291":29,"292":78,"30":58,"302":10,"306":6,"31":46,"314":8,"317":1,"32":56,"33":132,"34":49,"347":7,"35":47,"352":822,"36":170,"37":37,"38":646,"380":13,"381":39,"383":30,"389":3,"39":63,"391":12,"396":3,"397":23,"40":35,"409":54,"41":61,"414":37,"415":111,"419":34,"42":27,"426":1,"43":29,"430":21,"433":10,"44":82,"45":28,"46":284,"48":41,"49":160,"5":828,"51":47,"52":106,"53":55,"56":8,"570":10,"6":397,"63":10,"7":564,"79":43,"8":325,"80":45,"9":279,"all_client":113282,"all_tv_clinet":17036,"insert_time":"2014-08-24T09:09:45.592Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96281,"10":40,"107":538,"11":621,"12":91,"13":470,"14":168,"15":123,"155":41,"156":14,"158":33,"159":45,"16":70,"160":49,"161":237,"167":58,"168":3,"17":183,"18":832,"19":611,"20":208,"209":41,"21":589,"210":12,"214":33,"215":86,"221":333,"223":863,"224":111,"225":687,"23":371,"24":1275,"25":461,"257":80,"26":82,"268":8,"27":29,"273":66,"276":74,"279":40,"28":1216,"281":9,"282":34,"291":29,"292":75,"30":62,"302":9,"306":7,"31":45,"314":9,"317":1,"32":57,"33":138,"34":47,"347":7,"35":46,"352":823,"36":171,"37":33,"38":650,"380":13,"381":39,"383":31,"389":3,"39":63,"391":10,"396":3,"397":23,"40":35,"409":56,"41":64,"414":30,"415":114,"419":34,"42":30,"426":1,"43":33,"430":19,"433":11,"44":83,"45":29,"46":286,"48":43,"49":150,"5":832,"51":48,"52":101,"53":55,"56":7,"570":9,"6":399,"63":10,"7":570,"79":43,"8":328,"80":48,"9":268,"all_client":113346,"all_tv_clinet":17065,"insert_time":"2014-08-24T09:10:46.542Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96315,"10":43,"107":545,"11":588,"12":106,"13":479,"14":165,"15":118,"155":42,"156":14,"158":29,"159":50,"16":76,"160":48,"161":237,"167":57,"168":3,"17":177,"18":867,"19":629,"20":199,"209":39,"21":582,"210":12,"214":33,"215":83,"221":323,"223":878,"224":114,"225":677,"23":365,"24":1272,"25":455,"257":78,"26":81,"268":7,"27":24,"273":66,"276":77,"279":40,"28":1219,"281":9,"282":36,"291":29,"292":67,"30":65,"302":11,"306":6,"31":46,"314":11,"317":1,"32":60,"33":135,"34":50,"347":7,"35":44,"352":832,"36":172,"37":31,"38":663,"380":11,"381":38,"383":32,"389":3,"39":59,"391":11,"396":2,"397":23,"40":32,"409":60,"41":66,"414":31,"415":109,"419":31,"42":31,"426":1,"43":35,"430":17,"433":13,"44":84,"45":29,"46":295,"48":43,"49":133,"5":824,"51":44,"52":108,"53":53,"56":6,"570":9,"6":407,"63":9,"7":586,"79":41,"8":333,"80":48,"9":253,"all_client":113397,"all_tv_clinet":17082,"insert_time":"2014-08-24T09:11:47.340Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96376,"10":46,"107":546,"11":551,"12":108,"13":484,"14":163,"15":117,"155":45,"156":14,"158":27,"159":53,"16":76,"160":49,"161":225,"167":61,"168":3,"17":177,"18":900,"19":645,"20":191,"209":43,"21":560,"210":13,"214":32,"215":81,"221":331,"223":904,"224":111,"225":676,"23":361,"24":1270,"25":443,"257":79,"26":82,"268":5,"27":23,"273":61,"276":78,"279":37,"28":1231,"281":9,"282":38,"291":29,"292":63,"30":66,"302":12,"306":7,"31":44,"314":11,"317":1,"32":58,"33":129,"34":50,"347":7,"35":44,"352":830,"36":173,"37":33,"38":653,"380":11,"381":43,"383":30,"389":3,"39":56,"391":11,"396":2,"397":23,"40":29,"409":55,"41":70,"414":28,"415":116,"419":38,"42":34,"426":1,"43":35,"430":17,"433":14,"44":76,"45":31,"46":298,"48":42,"49":119,"5":812,"51":50,"52":117,"53":50,"56":7,"570":9,"6":417,"63":10,"7":614,"79":41,"8":334,"80":51,"9":240,"all_client":113469,"all_tv_clinet":17093,"insert_time":"2014-08-24T09:12:48.492Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96447,"10":47,"107":563,"11":550,"12":107,"13":504,"14":164,"15":119,"155":49,"156":15,"158":22,"159":53,"16":73,"160":44,"161":213,"167":65,"168":4,"17":174,"18":906,"19":657,"20":186,"209":43,"21":558,"210":13,"214":30,"215":84,"221":329,"223":900,"224":116,"225":685,"23":354,"24":1285,"25":441,"257":79,"26":77,"268":5,"27":25,"273":61,"276":77,"279":40,"28":1224,"281":10,"282":37,"291":27,"292":68,"30":68,"302":11,"306":6,"31":44,"314":9,"317":1,"32":58,"33":115,"34":52,"347":9,"35":45,"352":826,"36":157,"37":33,"38":628,"380":11,"381":44,"383":30,"389":3,"39":55,"391":13,"396":2,"397":23,"40":30,"409":56,"41":78,"414":27,"415":116,"419":48,"42":41,"426":1,"43":35,"430":17,"433":14,"44":68,"45":27,"46":302,"48":44,"49":109,"5":774,"51":58,"52":129,"53":47,"56":8,"570":9,"6":426,"63":10,"7":618,"79":46,"8":335,"80":48,"9":238,"all_client":113532,"all_tv_clinet":17085,"insert_time":"2014-08-24T09:13:49.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96415,"10":48,"107":578,"11":544,"12":100,"13":532,"14":165,"15":129,"155":48,"156":15,"158":20,"159":54,"16":76,"160":43,"161":198,"167":68,"168":4,"17":164,"18":937,"19":673,"20":190,"209":44,"21":551,"210":12,"214":31,"215":85,"221":333,"223":905,"224":121,"225":684,"23":358,"24":1291,"25":444,"257":81,"26":79,"268":7,"27":24,"273":60,"276":80,"279":39,"28":1215,"281":10,"282":31,"291":27,"292":69,"30":74,"302":11,"306":6,"31":37,"314":7,"317":1,"32":54,"33":101,"34":51,"347":11,"35":44,"352":837,"36":155,"37":34,"38":614,"380":11,"381":42,"383":30,"389":3,"39":61,"391":11,"396":3,"397":24,"40":30,"409":50,"41":79,"414":22,"415":120,"419":56,"42":44,"426":1,"43":34,"430":17,"433":16,"44":55,"45":25,"46":304,"48":43,"49":104,"5":746,"51":60,"52":133,"53":47,"56":11,"570":9,"6":438,"63":11,"7":601,"79":48,"8":338,"80":47,"9":237,"all_client":113530,"all_tv_clinet":17115,"insert_time":"2014-08-24T09:14:50.181Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96414,"10":49,"107":579,"11":534,"12":96,"13":550,"14":166,"15":126,"155":49,"156":17,"158":22,"159":53,"16":83,"160":42,"161":203,"167":69,"168":3,"17":162,"18":964,"19":668,"20":188,"209":41,"21":551,"210":12,"214":30,"215":87,"221":330,"223":900,"224":130,"225":680,"23":353,"24":1299,"25":449,"257":76,"26":79,"268":7,"27":23,"273":59,"276":84,"279":39,"28":1196,"281":10,"282":27,"291":27,"292":73,"30":76,"302":10,"306":6,"31":38,"314":7,"317":1,"32":56,"33":98,"34":51,"347":13,"35":44,"352":840,"36":155,"37":35,"38":625,"380":11,"381":34,"383":33,"389":2,"39":60,"391":12,"396":3,"397":24,"40":31,"409":52,"41":78,"414":21,"415":127,"419":62,"42":47,"43":32,"430":17,"433":15,"44":49,"45":22,"46":310,"48":46,"49":96,"5":717,"51":62,"52":136,"53":48,"56":12,"570":9,"6":451,"63":12,"7":585,"79":49,"8":342,"80":48,"9":228,"all_client":113537,"all_tv_clinet":17123,"insert_time":"2014-08-24T09:15:50.989Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96403,"10":44,"107":580,"11":523,"12":100,"13":549,"14":178,"15":133,"155":53,"156":19,"158":23,"159":54,"16":85,"160":43,"161":213,"167":67,"168":3,"17":149,"18":986,"19":644,"20":198,"209":40,"21":544,"210":13,"214":31,"215":87,"221":334,"223":916,"224":135,"225":684,"23":358,"24":1290,"25":452,"257":77,"26":77,"268":9,"27":20,"273":57,"276":88,"279":38,"28":1172,"281":9,"282":25,"291":25,"292":81,"30":75,"302":10,"306":6,"31":39,"314":7,"317":1,"32":55,"33":93,"34":47,"347":15,"35":48,"352":835,"36":155,"37":35,"38":625,"380":10,"381":37,"383":31,"389":2,"39":59,"391":12,"396":4,"397":24,"40":30,"409":53,"41":77,"414":19,"415":134,"419":63,"42":54,"426":2,"43":35,"430":17,"433":15,"44":48,"45":23,"46":310,"48":48,"49":96,"5":712,"51":62,"52":141,"53":44,"56":14,"570":9,"6":460,"63":13,"7":563,"79":47,"8":340,"80":46,"9":220,"all_client":113529,"all_tv_clinet":17126,"insert_time":"2014-08-24T09:16:51.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96469,"10":41,"107":582,"11":514,"12":110,"13":554,"14":177,"15":135,"155":53,"156":18,"158":21,"159":48,"16":76,"160":39,"161":243,"167":64,"168":2,"17":141,"18":1023,"19":607,"20":200,"209":40,"21":539,"210":13,"214":29,"215":92,"221":330,"223":930,"224":140,"225":683,"23":350,"24":1288,"25":466,"257":77,"26":74,"268":7,"27":19,"273":60,"276":93,"279":39,"28":1168,"281":9,"282":24,"291":24,"292":91,"30":78,"302":10,"306":7,"31":38,"314":10,"317":1,"32":55,"33":90,"34":47,"347":15,"35":47,"352":826,"36":158,"37":36,"38":623,"380":7,"381":40,"383":34,"389":2,"39":56,"391":13,"396":4,"397":22,"40":31,"409":51,"41":74,"414":18,"415":133,"419":65,"42":57,"426":2,"43":38,"430":16,"433":15,"44":47,"45":21,"46":308,"48":47,"49":91,"5":716,"51":67,"52":149,"53":41,"56":19,"570":10,"6":467,"63":12,"7":521,"79":50,"8":343,"80":47,"9":213,"all_client":113590,"all_tv_clinet":17121,"insert_time":"2014-08-24T09:17:52.623Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96508,"10":42,"107":601,"11":508,"12":110,"13":552,"14":176,"15":141,"155":55,"156":20,"158":24,"159":49,"16":77,"160":37,"161":254,"167":65,"168":3,"17":135,"18":1033,"19":570,"20":204,"209":42,"21":529,"210":14,"214":28,"215":97,"221":336,"223":939,"224":157,"225":682,"23":360,"24":1273,"25":472,"257":75,"26":76,"268":8,"27":21,"273":58,"276":96,"279":38,"28":1160,"281":9,"282":24,"291":28,"292":103,"30":79,"302":10,"306":6,"31":36,"314":9,"317":1,"32":54,"33":90,"34":45,"347":19,"35":44,"352":814,"36":158,"37":38,"38":619,"380":7,"381":41,"383":36,"389":2,"39":56,"391":13,"396":3,"397":20,"40":29,"409":55,"41":68,"414":19,"415":135,"419":69,"42":58,"426":2,"43":42,"430":16,"433":15,"44":46,"45":19,"46":310,"48":53,"49":87,"5":719,"51":67,"52":155,"53":42,"56":19,"570":10,"6":478,"63":10,"7":508,"79":47,"8":339,"80":47,"9":207,"all_client":113660,"all_tv_clinet":17152,"insert_time":"2014-08-24T09:18:53.455Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96564,"10":38,"107":597,"11":499,"12":114,"13":549,"14":172,"15":150,"155":53,"156":20,"158":25,"159":50,"16":77,"160":38,"161":262,"167":69,"168":4,"17":135,"18":1040,"19":552,"20":201,"209":46,"21":520,"210":13,"214":27,"215":95,"221":334,"223":930,"224":162,"225":706,"23":364,"24":1242,"25":489,"257":75,"26":78,"268":8,"27":21,"273":57,"276":94,"279":36,"28":1176,"281":9,"282":25,"291":28,"292":106,"30":77,"302":10,"306":6,"31":34,"314":9,"317":1,"32":57,"33":87,"34":44,"347":20,"35":42,"352":819,"36":165,"37":37,"38":597,"380":8,"381":42,"383":37,"389":3,"39":57,"391":16,"396":5,"397":19,"40":28,"409":59,"41":73,"414":22,"415":132,"419":75,"42":60,"426":2,"43":42,"430":16,"433":14,"44":45,"45":19,"46":310,"48":54,"49":90,"5":713,"51":67,"52":154,"53":46,"56":19,"570":10,"6":488,"63":13,"7":506,"79":44,"8":336,"80":47,"9":204,"all_client":113730,"all_tv_clinet":17166,"insert_time":"2014-08-24T09:19:54.300Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96611,"10":40,"107":604,"11":495,"12":121,"13":551,"14":166,"15":146,"155":54,"156":21,"158":29,"159":50,"16":81,"160":35,"161":271,"167":69,"168":4,"17":133,"18":1061,"19":542,"20":202,"209":45,"21":530,"210":12,"214":27,"215":93,"221":336,"223":921,"224":167,"225":714,"23":360,"24":1234,"25":497,"257":71,"26":79,"268":8,"27":20,"273":57,"276":97,"279":35,"28":1177,"281":9,"282":23,"291":27,"292":113,"30":79,"302":11,"306":5,"31":35,"314":10,"317":1,"32":58,"33":82,"34":40,"347":19,"35":43,"352":828,"36":171,"37":37,"38":564,"380":9,"381":39,"383":38,"389":3,"39":58,"391":15,"396":6,"397":19,"40":29,"409":57,"41":77,"414":24,"415":134,"419":74,"42":62,"426":2,"43":39,"430":18,"433":14,"44":34,"45":21,"46":312,"48":53,"49":90,"5":714,"51":68,"52":152,"53":50,"56":17,"570":12,"6":492,"63":12,"7":498,"79":41,"8":329,"80":47,"9":209,"all_client":113789,"all_tv_clinet":17178,"insert_time":"2014-08-24T09:20:55.225Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96609,"10":38,"107":605,"11":483,"12":127,"13":547,"14":166,"15":144,"155":56,"156":21,"158":28,"159":49,"16":78,"160":38,"161":281,"167":67,"168":3,"17":128,"18":1072,"19":533,"20":209,"209":44,"21":533,"210":13,"214":25,"215":94,"221":336,"223":930,"224":167,"225":721,"23":359,"24":1200,"25":508,"257":78,"26":80,"268":7,"27":20,"273":52,"276":100,"279":33,"28":1185,"281":9,"282":21,"291":28,"292":117,"30":78,"302":12,"306":5,"31":34,"314":10,"317":1,"32":59,"33":80,"34":33,"347":21,"35":43,"352":830,"36":163,"37":36,"38":568,"380":7,"381":42,"383":38,"389":3,"39":63,"391":15,"396":7,"397":19,"40":30,"409":55,"41":80,"414":24,"415":123,"419":77,"42":63,"426":2,"43":41,"430":18,"433":15,"44":31,"45":21,"46":315,"48":48,"49":92,"5":719,"51":67,"52":155,"53":50,"56":21,"570":13,"6":503,"63":14,"7":492,"79":42,"8":326,"80":48,"9":209,"all_client":113803,"all_tv_clinet":17194,"insert_time":"2014-08-24T09:21:56.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96637,"10":38,"107":599,"11":485,"12":129,"13":549,"14":166,"15":148,"155":55,"156":20,"158":32,"159":48,"16":77,"160":39,"161":285,"167":68,"168":3,"17":130,"18":1090,"19":544,"20":206,"209":38,"21":532,"210":13,"214":26,"215":91,"221":338,"223":925,"224":164,"225":729,"23":359,"24":1201,"25":534,"257":80,"26":79,"268":7,"27":18,"273":52,"276":102,"279":26,"28":1179,"281":8,"282":21,"291":30,"292":118,"30":77,"302":13,"306":5,"31":33,"314":12,"317":1,"32":59,"33":77,"34":39,"347":21,"35":43,"352":835,"36":165,"37":36,"38":555,"380":7,"381":44,"383":39,"389":2,"39":66,"391":14,"396":9,"397":20,"40":29,"409":53,"41":80,"414":24,"415":122,"419":81,"42":68,"426":1,"43":40,"430":20,"433":15,"44":27,"45":21,"46":311,"48":52,"49":92,"5":722,"51":66,"52":153,"53":58,"56":23,"570":13,"6":509,"63":14,"7":483,"79":42,"8":328,"80":47,"9":214,"all_client":113898,"all_tv_clinet":17261,"insert_time":"2014-08-24T09:22:56.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96721,"10":38,"107":606,"11":469,"12":129,"13":555,"14":162,"15":147,"155":56,"156":18,"158":32,"159":50,"16":76,"160":40,"161":295,"167":68,"168":2,"17":136,"18":1077,"19":558,"20":202,"209":37,"21":525,"210":13,"214":27,"215":92,"221":337,"223":928,"224":169,"225":719,"23":371,"24":1185,"25":548,"257":81,"26":72,"268":8,"27":17,"273":49,"276":104,"279":23,"28":1168,"281":8,"282":21,"291":31,"292":123,"30":78,"302":12,"306":5,"31":35,"314":13,"317":1,"32":55,"33":75,"34":39,"347":23,"35":41,"352":810,"36":167,"37":36,"38":569,"380":7,"381":44,"383":41,"389":2,"39":68,"391":14,"396":8,"397":20,"40":28,"409":48,"41":82,"414":24,"415":122,"419":84,"42":73,"426":1,"43":42,"430":19,"433":15,"44":24,"45":20,"46":314,"48":53,"49":99,"5":719,"51":66,"52":153,"53":59,"56":25,"570":11,"6":510,"63":14,"7":483,"79":40,"8":328,"80":47,"9":220,"all_client":113979,"all_tv_clinet":17258,"insert_time":"2014-08-24T09:23:58.088Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96850,"10":35,"107":609,"11":477,"12":128,"13":559,"14":171,"15":141,"155":56,"156":18,"158":34,"159":50,"16":73,"160":40,"161":301,"167":67,"168":2,"17":149,"18":1073,"19":580,"20":207,"209":34,"21":524,"210":12,"211":1,"214":29,"215":89,"221":333,"223":922,"224":162,"225":742,"23":373,"24":1159,"25":549,"257":79,"26":68,"268":9,"27":16,"273":52,"276":110,"279":22,"28":1176,"281":8,"282":18,"291":30,"292":134,"30":78,"302":13,"306":4,"31":35,"314":14,"317":1,"32":46,"33":74,"34":42,"347":21,"35":41,"352":805,"36":163,"37":33,"38":571,"380":7,"381":40,"383":42,"389":2,"39":74,"391":13,"396":7,"397":20,"40":26,"409":42,"41":78,"414":22,"415":118,"419":84,"42":77,"426":1,"43":42,"430":17,"433":16,"44":25,"45":19,"46":314,"48":53,"49":101,"5":713,"51":73,"52":155,"53":59,"56":24,"570":11,"6":510,"63":13,"7":489,"79":41,"8":330,"80":44,"9":219,"all_client":114133,"all_tv_clinet":17283,"insert_time":"2014-08-24T09:24:59.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96870,"10":32,"107":612,"11":468,"12":126,"13":569,"14":177,"15":129,"155":56,"156":20,"158":35,"159":47,"16":78,"160":42,"161":300,"167":64,"168":1,"17":154,"18":1069,"19":591,"20":206,"209":33,"21":520,"210":12,"211":1,"214":30,"215":88,"221":331,"223":932,"224":163,"225":746,"23":355,"24":1154,"25":556,"257":83,"26":70,"268":9,"27":15,"273":50,"276":110,"279":24,"28":1175,"281":8,"282":18,"291":29,"292":138,"30":77,"302":12,"306":4,"31":35,"314":12,"317":1,"32":47,"33":70,"34":39,"347":21,"35":35,"352":810,"36":159,"37":35,"38":575,"380":6,"381":36,"383":41,"389":2,"39":78,"391":14,"396":5,"397":19,"40":27,"409":38,"41":68,"414":22,"415":112,"419":89,"42":78,"426":2,"43":46,"430":17,"433":16,"44":25,"45":18,"46":319,"48":53,"49":107,"5":701,"51":75,"52":158,"53":56,"56":26,"570":11,"6":528,"63":13,"7":482,"79":43,"8":339,"80":44,"9":222,"all_client":114164,"all_tv_clinet":17294,"insert_time":"2014-08-24T09:25:59.972Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96895,"10":31,"107":607,"11":458,"12":119,"13":581,"14":179,"15":115,"155":56,"156":23,"158":33,"159":49,"16":78,"160":43,"161":280,"167":68,"168":1,"17":158,"18":1069,"19":622,"20":214,"209":33,"21":523,"210":13,"211":1,"214":33,"215":90,"221":326,"223":938,"224":158,"225":756,"23":357,"24":1172,"25":561,"257":85,"26":70,"268":9,"27":14,"273":51,"276":103,"279":25,"28":1154,"281":8,"282":17,"291":28,"292":123,"30":80,"302":12,"306":5,"31":36,"314":15,"317":1,"32":47,"33":69,"34":38,"347":22,"35":34,"352":809,"36":156,"37":32,"38":558,"380":6,"381":40,"383":40,"389":1,"39":77,"391":15,"396":5,"397":19,"40":28,"409":37,"41":68,"414":24,"415":115,"419":91,"42":93,"426":2,"43":54,"430":17,"433":16,"44":23,"45":17,"46":316,"48":54,"49":109,"5":710,"51":75,"52":161,"53":57,"56":27,"570":9,"6":544,"63":13,"7":469,"79":39,"8":340,"80":42,"9":223,"all_client":114217,"all_tv_clinet":17322,"insert_time":"2014-08-24T09:27:00.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97028,"10":36,"107":610,"11":457,"12":107,"13":601,"14":172,"15":105,"155":57,"156":23,"158":30,"159":48,"16":82,"160":40,"161":259,"167":69,"168":1,"17":166,"18":1080,"19":644,"20":212,"209":37,"21":542,"210":12,"211":1,"214":34,"215":90,"221":325,"223":929,"224":157,"225":769,"23":354,"24":1208,"25":579,"257":83,"26":68,"268":9,"27":14,"273":52,"276":97,"279":25,"28":1129,"281":5,"282":19,"291":31,"292":106,"30":75,"302":12,"306":4,"31":38,"314":13,"317":1,"32":46,"33":65,"34":38,"347":17,"35":33,"352":805,"36":156,"37":31,"38":558,"380":8,"381":45,"383":37,"389":1,"39":82,"391":15,"396":7,"397":20,"40":31,"409":40,"41":71,"414":28,"415":113,"419":94,"42":99,"426":2,"43":62,"430":16,"433":15,"44":22,"45":17,"46":294,"48":56,"49":119,"5":725,"51":73,"52":165,"53":56,"56":27,"570":9,"6":541,"63":13,"7":450,"79":39,"8":337,"80":43,"9":230,"all_client":114396,"all_tv_clinet":17368,"insert_time":"2014-08-24T09:28:01.626Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97111,"10":35,"107":622,"11":454,"12":106,"13":616,"14":162,"15":103,"155":59,"156":23,"158":30,"159":49,"16":84,"160":39,"161":253,"167":71,"168":1,"17":179,"18":1081,"19":671,"20":205,"209":35,"21":554,"210":12,"211":1,"214":36,"215":94,"221":318,"223":932,"224":154,"225":771,"23":343,"24":1220,"25":568,"257":80,"26":67,"268":9,"27":15,"273":51,"276":91,"279":25,"28":1098,"281":5,"282":17,"291":31,"292":96,"30":80,"302":12,"306":3,"31":39,"314":15,"317":1,"32":44,"33":68,"34":36,"347":17,"35":36,"352":796,"36":167,"37":31,"38":551,"380":10,"381":47,"383":37,"389":1,"39":78,"391":15,"396":6,"397":22,"40":32,"409":41,"41":74,"414":28,"415":116,"419":92,"42":109,"426":1,"43":57,"430":15,"433":16,"44":22,"45":18,"46":275,"48":55,"49":131,"5":735,"51":73,"52":166,"53":57,"56":29,"570":9,"6":551,"63":14,"7":443,"79":39,"8":337,"80":42,"9":228,"all_client":114494,"all_tv_clinet":17383,"insert_time":"2014-08-24T09:29:02.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97133,"10":37,"107":615,"11":444,"12":102,"13":614,"14":170,"15":100,"155":60,"156":21,"158":30,"159":54,"16":80,"160":36,"161":244,"167":75,"168":1,"17":189,"18":1085,"19":685,"20":194,"209":32,"21":570,"210":11,"211":1,"214":36,"215":92,"221":326,"223":940,"224":156,"225":778,"23":334,"24":1238,"25":582,"257":78,"26":65,"268":9,"27":15,"273":48,"276":93,"279":24,"28":1069,"281":4,"282":20,"291":31,"292":93,"30":87,"302":12,"306":3,"31":39,"314":15,"317":1,"32":39,"33":64,"34":38,"347":21,"35":37,"352":783,"36":173,"37":27,"38":544,"380":10,"381":48,"383":40,"389":1,"39":75,"391":15,"396":6,"397":22,"40":34,"409":41,"41":77,"414":28,"415":115,"419":94,"42":116,"426":2,"43":56,"430":16,"433":16,"44":22,"45":19,"46":251,"48":54,"49":140,"5":745,"51":78,"52":168,"53":61,"56":30,"570":8,"6":556,"63":16,"7":446,"79":40,"8":335,"80":44,"9":234,"all_client":114556,"all_tv_clinet":17423,"insert_time":"2014-08-24T09:30:03.379Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97213,"10":34,"107":618,"11":426,"12":101,"13":615,"14":171,"15":104,"155":60,"156":21,"158":32,"159":56,"16":83,"160":41,"161":229,"167":76,"168":2,"17":192,"18":1081,"19":689,"20":185,"209":29,"21":594,"210":12,"211":1,"214":36,"215":94,"221":329,"223":942,"224":154,"225":793,"23":342,"24":1243,"25":592,"257":82,"26":68,"268":7,"27":14,"273":45,"276":87,"279":20,"28":1049,"281":4,"282":21,"291":29,"292":90,"30":94,"302":12,"306":3,"31":36,"314":18,"317":1,"32":37,"33":62,"34":39,"347":21,"35":37,"352":775,"36":163,"37":26,"38":548,"380":10,"381":49,"383":41,"389":1,"39":75,"391":15,"396":5,"397":23,"40":32,"409":42,"41":82,"414":28,"415":116,"419":100,"42":125,"426":2,"43":55,"430":17,"433":16,"44":22,"45":17,"46":236,"48":51,"49":144,"5":748,"51":79,"52":168,"53":64,"56":30,"570":8,"6":537,"63":16,"7":446,"79":40,"8":336,"80":45,"9":248,"all_client":114647,"all_tv_clinet":17434,"insert_time":"2014-08-24T09:31:04.481Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97304,"10":37,"107":627,"11":405,"12":95,"13":608,"14":177,"15":106,"155":58,"156":18,"158":35,"159":58,"16":86,"160":43,"161":226,"167":68,"168":2,"17":206,"18":1078,"19":679,"20":185,"209":31,"21":620,"210":12,"211":1,"214":36,"215":92,"221":332,"223":952,"224":155,"225":781,"23":348,"24":1275,"25":592,"257":81,"26":67,"268":3,"27":15,"273":44,"276":94,"279":20,"28":1029,"281":3,"282":24,"291":30,"292":95,"30":97,"302":12,"306":3,"31":36,"314":18,"317":1,"32":34,"33":62,"34":41,"347":23,"35":36,"352":777,"36":153,"37":23,"38":538,"380":10,"381":50,"383":43,"39":72,"391":14,"396":3,"397":22,"40":33,"409":43,"41":83,"414":29,"415":122,"419":101,"42":135,"426":1,"43":61,"430":16,"431":1,"433":18,"44":19,"45":19,"46":218,"48":50,"49":143,"5":749,"51":82,"52":173,"53":73,"56":27,"570":8,"6":490,"63":15,"7":465,"79":40,"8":337,"80":46,"9":266,"all_client":114764,"all_tv_clinet":17460,"insert_time":"2014-08-24T09:32:05.389Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97356,"10":38,"107":625,"11":394,"12":87,"13":611,"14":181,"15":127,"155":59,"156":17,"158":40,"159":59,"16":88,"160":41,"161":234,"167":61,"168":2,"17":214,"18":1094,"19":638,"20":182,"209":29,"21":643,"210":12,"211":1,"214":38,"215":94,"221":316,"223":956,"224":157,"225":791,"23":363,"24":1293,"25":599,"257":77,"26":68,"268":3,"27":17,"273":43,"276":98,"279":22,"28":1010,"281":6,"282":24,"291":30,"292":100,"30":88,"302":12,"306":2,"31":41,"314":14,"317":1,"32":35,"33":65,"34":42,"347":22,"35":35,"352":784,"36":154,"37":24,"38":532,"380":10,"381":53,"383":37,"39":71,"391":12,"396":4,"397":22,"40":35,"409":44,"41":88,"414":30,"415":112,"419":97,"42":146,"426":2,"43":58,"430":14,"431":1,"433":18,"44":19,"45":18,"46":218,"48":48,"49":147,"5":751,"51":84,"52":171,"53":73,"56":28,"570":9,"6":442,"63":16,"7":470,"79":42,"8":331,"80":47,"9":276,"all_client":114833,"all_tv_clinet":17477,"insert_time":"2014-08-24T09:33:06.231Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97408,"10":36,"107":628,"11":380,"12":90,"13":629,"14":183,"15":136,"155":62,"156":17,"158":44,"159":58,"16":91,"160":42,"161":248,"167":59,"168":2,"17":223,"18":1106,"19":604,"20":177,"209":33,"21":657,"210":11,"211":1,"214":39,"215":94,"221":318,"223":959,"224":153,"225":800,"23":365,"24":1317,"25":608,"257":79,"26":71,"268":4,"27":15,"273":44,"276":113,"279":21,"28":1002,"281":5,"282":25,"291":32,"292":113,"30":78,"302":11,"306":2,"31":41,"314":16,"317":1,"32":36,"33":64,"34":45,"347":25,"35":33,"352":777,"36":153,"37":22,"38":527,"380":11,"381":52,"383":41,"39":72,"391":12,"396":6,"397":22,"40":34,"409":45,"41":87,"414":32,"415":109,"419":88,"42":160,"426":2,"43":54,"430":13,"431":1,"433":18,"44":19,"45":17,"46":211,"48":47,"49":154,"5":748,"51":84,"52":174,"53":77,"56":27,"570":9,"6":391,"63":16,"7":456,"79":42,"8":311,"80":46,"9":294,"all_client":114915,"all_tv_clinet":17507,"insert_time":"2014-08-24T09:34:07.003Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97496,"10":34,"107":634,"11":372,"12":87,"13":643,"14":178,"15":158,"155":64,"156":16,"158":44,"159":59,"16":92,"160":41,"161":252,"167":58,"168":2,"17":229,"18":1102,"19":586,"20":174,"209":31,"21":669,"210":10,"211":1,"214":41,"215":94,"221":319,"223":961,"224":147,"225":793,"23":373,"24":1315,"25":609,"257":77,"26":80,"268":5,"27":16,"273":47,"276":118,"279":19,"28":998,"281":5,"282":33,"291":32,"292":119,"30":69,"302":12,"306":2,"31":43,"314":15,"317":1,"32":37,"33":64,"34":42,"347":25,"35":30,"352":782,"36":166,"37":22,"38":528,"380":11,"381":55,"383":41,"39":71,"391":12,"396":6,"397":21,"40":35,"409":45,"41":90,"414":30,"415":108,"419":83,"42":162,"426":3,"43":49,"430":12,"433":19,"44":19,"45":18,"46":216,"48":48,"49":166,"5":753,"51":84,"52":177,"53":69,"56":27,"570":9,"6":365,"63":16,"7":454,"79":45,"8":291,"80":47,"9":303,"all_client":115031,"all_tv_clinet":17535,"insert_time":"2014-08-24T09:35:07.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97506,"10":33,"107":642,"11":367,"12":90,"13":644,"14":188,"15":169,"155":65,"156":15,"158":47,"159":61,"16":95,"160":44,"161":255,"167":54,"168":2,"17":237,"18":1108,"19":577,"20":173,"209":30,"21":684,"210":10,"211":1,"214":42,"215":95,"221":334,"223":964,"224":152,"225":779,"23":380,"24":1328,"25":620,"257":76,"26":85,"268":5,"27":15,"273":47,"276":118,"279":21,"28":973,"281":4,"282":35,"291":31,"292":117,"30":63,"302":12,"306":4,"31":46,"314":15,"317":1,"32":39,"33":62,"34":40,"347":26,"35":33,"352":781,"36":164,"37":25,"38":525,"380":11,"381":61,"383":43,"39":65,"391":13,"396":7,"397":19,"40":36,"409":46,"41":100,"414":29,"415":114,"419":80,"42":163,"426":1,"43":46,"430":11,"431":1,"433":19,"44":19,"45":21,"46":208,"48":53,"49":174,"5":760,"51":76,"52":179,"53":67,"56":27,"570":8,"6":347,"63":15,"7":463,"79":48,"8":268,"80":46,"9":306,"all_client":115104,"all_tv_clinet":17598,"insert_time":"2014-08-24T09:36:08.773Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97611,"10":35,"107":628,"11":364,"12":90,"13":648,"14":198,"15":185,"155":66,"156":14,"158":47,"159":62,"16":97,"160":42,"161":255,"167":53,"168":2,"17":247,"18":1093,"19":574,"20":168,"209":27,"21":692,"210":9,"211":1,"214":44,"215":97,"221":334,"223":961,"224":153,"225":744,"23":401,"24":1342,"25":620,"257":77,"26":92,"268":4,"27":14,"273":50,"276":126,"279":21,"28":949,"281":4,"282":40,"291":30,"292":125,"30":61,"302":13,"306":3,"31":53,"314":11,"32":38,"33":60,"34":39,"347":26,"35":35,"352":782,"36":167,"37":25,"38":520,"380":11,"381":58,"383":44,"389":1,"39":60,"391":14,"396":8,"397":19,"40":37,"409":42,"41":102,"414":33,"415":118,"419":75,"42":169,"426":1,"43":44,"430":12,"431":1,"433":20,"44":15,"45":21,"46":205,"48":57,"49":177,"5":762,"51":74,"52":183,"53":70,"56":27,"570":8,"6":331,"63":15,"7":467,"79":46,"8":254,"80":45,"9":313,"all_client":115208,"all_tv_clinet":17597,"insert_time":"2014-08-24T09:37:09.566Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97704,"10":38,"107":616,"11":359,"12":97,"13":652,"14":207,"15":192,"155":67,"156":15,"158":50,"159":64,"16":93,"160":40,"161":251,"167":55,"168":2,"17":258,"18":1086,"19":570,"20":159,"209":26,"21":709,"210":9,"211":1,"214":44,"215":98,"221":337,"223":976,"224":155,"225":721,"23":430,"24":1363,"25":623,"257":83,"26":97,"268":4,"27":14,"273":47,"276":127,"279":19,"28":898,"281":5,"282":43,"291":31,"292":126,"30":56,"302":13,"306":3,"31":53,"314":11,"32":37,"33":59,"34":37,"347":29,"35":48,"352":787,"36":170,"37":25,"38":525,"380":9,"381":58,"383":43,"389":1,"39":62,"391":13,"396":10,"397":19,"40":39,"409":39,"41":103,"414":35,"415":111,"419":66,"42":182,"426":1,"43":39,"430":11,"431":1,"433":18,"44":16,"45":21,"46":198,"48":57,"49":174,"5":760,"51":78,"52":184,"53":71,"56":28,"570":8,"6":324,"63":17,"7":468,"79":47,"8":233,"80":43,"9":325,"all_client":115326,"all_tv_clinet":17622,"insert_time":"2014-08-24T09:38:10.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97764,"10":39,"107":606,"11":353,"12":94,"13":654,"14":204,"15":211,"155":69,"156":15,"158":53,"159":64,"16":93,"160":41,"161":263,"167":56,"168":2,"17":264,"18":1083,"19":574,"20":150,"209":26,"21":712,"210":9,"211":1,"214":43,"215":97,"221":346,"223":982,"224":147,"225":714,"23":444,"24":1360,"25":626,"257":80,"26":106,"268":5,"27":12,"273":44,"276":127,"279":19,"28":865,"281":6,"282":48,"291":31,"292":132,"30":50,"302":12,"306":2,"31":54,"314":10,"32":40,"33":53,"34":40,"347":29,"35":52,"352":796,"36":172,"37":24,"38":508,"380":8,"381":59,"383":47,"389":2,"39":67,"391":14,"396":8,"397":17,"40":37,"409":37,"41":100,"414":41,"415":110,"419":66,"42":195,"426":2,"43":40,"430":11,"433":17,"44":15,"45":25,"46":185,"48":54,"49":163,"5":770,"51":79,"52":182,"53":70,"56":31,"570":8,"6":315,"63":17,"7":490,"79":54,"8":225,"80":41,"9":336,"all_client":115414,"all_tv_clinet":17650,"insert_time":"2014-08-24T09:39:11.157Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97831,"10":40,"107":610,"11":346,"12":92,"13":663,"14":188,"15":230,"155":71,"156":13,"158":55,"159":66,"16":90,"160":38,"161":271,"167":56,"168":2,"17":272,"18":1082,"19":586,"20":152,"209":32,"21":734,"210":10,"211":1,"214":43,"215":99,"221":334,"223":984,"224":142,"225":688,"23":448,"24":1342,"25":617,"257":84,"26":111,"268":5,"27":13,"273":44,"276":132,"279":20,"28":844,"281":5,"282":50,"291":30,"292":135,"30":49,"302":12,"306":2,"31":52,"314":10,"317":1,"32":36,"33":53,"34":41,"347":32,"35":58,"352":806,"36":177,"37":29,"38":503,"380":8,"381":59,"383":50,"389":3,"39":66,"391":15,"396":5,"397":16,"40":33,"409":37,"41":95,"414":44,"415":110,"419":66,"42":206,"426":2,"43":36,"430":11,"433":16,"44":16,"45":29,"46":171,"48":56,"49":145,"5":783,"51":80,"52":182,"53":73,"56":32,"570":7,"6":308,"63":21,"7":504,"79":56,"8":218,"80":36,"9":343,"all_client":115500,"all_tv_clinet":17669,"insert_time":"2014-08-24T09:40:11.991Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97896,"10":39,"107":616,"11":351,"12":94,"13":669,"14":182,"15":236,"155":73,"156":10,"158":56,"159":64,"16":88,"160":40,"161":292,"167":54,"168":2,"17":277,"18":1080,"19":608,"20":153,"209":31,"21":737,"210":10,"211":1,"214":43,"215":103,"221":333,"223":959,"224":131,"225":671,"23":470,"24":1349,"25":633,"257":88,"26":116,"268":5,"27":15,"273":43,"276":135,"279":20,"28":809,"281":4,"282":48,"291":29,"292":125,"30":46,"302":12,"306":2,"31":52,"314":11,"317":1,"32":36,"33":50,"34":44,"347":31,"35":61,"352":808,"36":172,"37":29,"38":497,"380":10,"381":60,"383":52,"389":3,"39":66,"391":17,"396":2,"397":14,"40":33,"409":39,"41":96,"414":43,"415":114,"419":66,"42":212,"426":2,"43":41,"430":11,"433":13,"44":16,"45":28,"46":172,"48":55,"49":124,"5":797,"51":76,"52":184,"53":70,"56":34,"570":9,"6":297,"63":23,"7":524,"79":54,"8":210,"80":34,"9":338,"all_client":115579,"all_tv_clinet":17683,"insert_time":"2014-08-24T09:41:13.226Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97972,"10":38,"107":619,"11":350,"12":93,"13":670,"14":184,"15":236,"155":74,"156":10,"158":57,"159":63,"16":87,"160":42,"161":308,"167":54,"168":2,"17":285,"18":1081,"19":624,"20":149,"209":32,"21":752,"210":11,"211":1,"214":41,"215":109,"221":312,"223":953,"224":123,"225":653,"23":488,"24":1357,"25":628,"257":85,"26":121,"268":4,"27":15,"273":44,"276":135,"279":19,"28":782,"281":3,"282":53,"291":30,"292":108,"30":42,"302":13,"306":2,"31":54,"314":10,"317":1,"32":36,"33":49,"34":44,"347":31,"35":52,"352":805,"36":169,"37":32,"38":498,"380":11,"381":63,"383":53,"389":4,"39":64,"391":18,"396":1,"397":14,"40":34,"409":35,"41":96,"414":41,"415":119,"419":69,"42":213,"426":2,"43":37,"430":15,"433":13,"44":14,"45":29,"46":168,"48":52,"49":111,"5":807,"51":74,"52":187,"53":72,"56":32,"570":8,"6":288,"63":25,"7":541,"79":57,"8":200,"80":36,"9":346,"all_client":115644,"all_tv_clinet":17672,"insert_time":"2014-08-24T09:42:14.041Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97967,"10":40,"107":608,"11":337,"12":93,"13":678,"14":192,"15":240,"155":77,"156":10,"158":53,"159":60,"16":84,"160":42,"161":313,"167":57,"168":2,"17":291,"18":1080,"19":644,"20":141,"209":33,"21":760,"210":12,"211":1,"214":39,"215":110,"221":310,"223":962,"224":117,"225":634,"23":488,"24":1354,"25":638,"257":82,"26":125,"268":3,"27":16,"273":47,"276":133,"279":19,"28":778,"281":2,"282":57,"291":33,"292":95,"30":36,"302":14,"306":2,"31":55,"314":10,"317":1,"32":36,"33":46,"34":48,"347":28,"35":48,"352":808,"36":171,"37":33,"38":501,"380":10,"381":63,"383":55,"389":4,"39":66,"391":18,"396":1,"397":13,"40":36,"409":34,"41":91,"414":33,"415":119,"419":72,"42":221,"426":3,"43":37,"430":18,"433":12,"44":16,"45":31,"46":168,"48":47,"49":105,"5":811,"51":68,"52":194,"53":70,"56":31,"570":10,"6":281,"63":22,"7":571,"79":59,"8":189,"80":37,"9":347,"all_client":115657,"all_tv_clinet":17690,"insert_time":"2014-08-24T09:43:14.821Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97961,"10":43,"107":600,"11":341,"12":100,"13":689,"14":186,"15":245,"155":79,"156":10,"158":59,"159":59,"16":81,"160":43,"161":300,"167":62,"168":2,"17":301,"18":1088,"19":664,"20":146,"209":33,"21":763,"210":12,"211":1,"214":36,"215":109,"221":307,"223":971,"224":111,"225":636,"23":487,"24":1360,"25":643,"257":82,"26":127,"268":1,"27":19,"273":43,"276":138,"279":21,"28":775,"281":2,"282":55,"291":34,"292":94,"30":36,"302":13,"306":2,"31":54,"314":7,"317":1,"32":35,"33":44,"34":51,"347":23,"35":48,"352":818,"36":173,"37":34,"38":508,"380":11,"381":63,"383":57,"389":4,"39":69,"391":19,"397":11,"40":37,"409":34,"41":89,"414":35,"415":121,"419":76,"42":223,"426":3,"43":30,"430":19,"433":10,"44":16,"45":32,"46":165,"48":44,"49":94,"5":813,"51":67,"52":197,"53":77,"56":34,"570":7,"6":270,"63":21,"7":587,"79":60,"8":166,"80":38,"9":357,"all_client":115722,"all_tv_clinet":17761,"insert_time":"2014-08-24T09:44:15.689Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98089,"10":40,"107":617,"11":341,"12":101,"13":687,"14":194,"15":251,"155":80,"156":10,"158":60,"159":52,"16":80,"160":47,"161":270,"167":64,"168":2,"17":308,"18":1081,"19":680,"20":139,"209":38,"21":764,"210":12,"211":1,"214":36,"215":106,"221":305,"223":973,"224":100,"225":614,"23":482,"24":1362,"25":646,"257":83,"26":131,"268":2,"27":19,"273":46,"276":140,"279":22,"28":779,"281":1,"282":55,"291":32,"292":98,"30":31,"302":14,"306":1,"31":58,"314":6,"317":1,"32":33,"33":43,"34":52,"347":20,"35":47,"352":836,"36":169,"37":33,"38":496,"380":12,"381":70,"383":56,"389":3,"39":65,"391":18,"396":1,"397":9,"40":37,"409":38,"41":89,"414":35,"415":116,"419":77,"42":228,"426":3,"43":31,"430":22,"433":12,"44":20,"45":29,"46":166,"48":47,"49":89,"5":825,"51":66,"52":202,"53":79,"56":31,"570":6,"6":260,"63":24,"7":606,"79":63,"8":161,"80":41,"9":354,"all_client":115871,"all_tv_clinet":17782,"insert_time":"2014-08-24T09:45:16.479Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98123,"10":42,"107":623,"11":340,"12":105,"13":692,"14":193,"15":259,"155":79,"156":13,"158":64,"159":47,"16":81,"160":49,"161":250,"167":67,"168":2,"17":310,"18":1082,"19":695,"20":134,"209":35,"21":775,"210":11,"211":1,"214":39,"215":107,"221":301,"223":974,"224":96,"225":599,"23":478,"24":1345,"25":665,"257":82,"26":132,"268":2,"27":18,"273":49,"276":142,"279":26,"28":778,"281":1,"282":58,"291":32,"292":100,"30":30,"302":16,"306":1,"31":61,"314":7,"317":1,"32":29,"33":42,"34":48,"347":19,"35":49,"352":831,"36":175,"37":33,"38":500,"380":12,"381":74,"383":54,"389":3,"39":64,"391":17,"396":1,"397":8,"40":38,"409":40,"41":89,"414":36,"415":110,"419":79,"42":236,"426":3,"43":31,"430":26,"433":12,"44":19,"45":31,"46":170,"48":46,"49":86,"5":827,"51":64,"52":203,"53":78,"56":32,"570":5,"6":255,"63":23,"7":610,"79":66,"8":162,"80":42,"9":361,"all_client":115951,"all_tv_clinet":17828,"insert_time":"2014-08-24T09:46:17.323Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98194,"10":39,"107":615,"11":337,"12":106,"13":706,"14":192,"15":273,"155":81,"156":13,"158":66,"159":40,"16":81,"160":52,"161":234,"167":66,"168":4,"17":318,"18":1079,"19":705,"20":129,"209":33,"21":774,"210":12,"211":1,"214":37,"215":105,"221":290,"223":975,"224":91,"225":604,"23":475,"24":1316,"25":677,"257":78,"26":136,"268":3,"27":23,"273":49,"276":151,"279":28,"28":787,"282":61,"291":33,"292":109,"30":27,"302":17,"306":1,"31":67,"314":7,"317":1,"32":29,"33":46,"34":44,"347":16,"35":42,"352":826,"36":177,"37":34,"38":497,"380":13,"381":71,"383":57,"389":3,"39":61,"391":16,"396":3,"397":8,"40":40,"409":41,"41":93,"414":37,"415":111,"419":86,"42":247,"426":3,"43":30,"430":30,"433":15,"44":20,"45":32,"46":167,"48":47,"49":84,"5":839,"51":71,"52":202,"53":78,"56":30,"570":3,"6":263,"63":23,"7":625,"79":67,"8":152,"80":42,"9":362,"all_client":116081,"all_tv_clinet":17887,"insert_time":"2014-08-24T09:47:18.220Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98333,"10":42,"107":607,"11":332,"12":106,"13":713,"14":188,"15":289,"155":80,"156":13,"158":69,"159":37,"16":83,"160":57,"161":232,"167":68,"168":4,"17":311,"18":1076,"19":707,"20":127,"209":36,"21":775,"210":12,"211":1,"214":38,"215":107,"221":300,"223":990,"224":82,"225":619,"23":470,"24":1302,"25":678,"257":79,"26":141,"268":5,"27":23,"273":46,"276":160,"279":28,"28":795,"282":61,"291":32,"292":116,"30":24,"302":19,"306":1,"31":69,"314":7,"317":1,"32":26,"33":45,"34":42,"347":14,"35":42,"352":825,"36":183,"37":33,"38":469,"380":13,"381":70,"383":60,"389":4,"39":60,"391":16,"396":3,"397":8,"40":37,"409":44,"41":93,"414":36,"415":114,"419":89,"42":240,"426":3,"43":27,"430":29,"433":16,"44":22,"45":37,"46":161,"48":48,"49":78,"5":838,"51":65,"52":204,"53":71,"56":31,"570":3,"6":257,"63":23,"7":630,"79":66,"8":143,"80":44,"9":366,"all_client":116219,"all_tv_clinet":17886,"insert_time":"2014-08-24T09:48:20.028Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98433,"10":41,"107":607,"11":342,"12":110,"13":696,"14":189,"15":302,"155":81,"156":13,"158":70,"159":35,"16":81,"160":58,"161":240,"167":66,"168":5,"17":324,"18":1073,"19":713,"20":121,"209":40,"21":790,"210":13,"211":1,"214":36,"215":101,"221":308,"223":990,"224":79,"225":620,"23":466,"24":1318,"25":691,"257":79,"26":141,"268":4,"27":25,"273":48,"276":160,"279":27,"28":801,"281":1,"282":65,"291":30,"292":120,"30":25,"302":20,"306":1,"31":67,"314":8,"317":1,"32":24,"33":46,"34":43,"347":14,"35":38,"352":825,"36":185,"37":35,"38":475,"380":13,"381":69,"383":59,"389":4,"39":60,"391":17,"396":4,"397":8,"40":37,"409":43,"41":97,"414":35,"415":107,"419":94,"42":221,"426":3,"43":31,"430":31,"433":18,"44":23,"45":41,"46":157,"48":53,"49":73,"5":840,"51":64,"52":207,"53":67,"56":30,"570":3,"6":263,"63":26,"7":636,"79":65,"8":129,"80":46,"9":365,"all_client":116400,"all_tv_clinet":17967,"insert_time":"2014-08-24T09:49:20.932Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98580,"10":40,"107":602,"11":351,"12":112,"13":670,"14":195,"15":310,"155":78,"156":13,"158":75,"159":34,"16":81,"160":56,"161":244,"167":67,"168":4,"17":328,"18":1065,"19":710,"20":125,"209":41,"21":793,"210":14,"211":1,"214":38,"215":95,"221":311,"223":988,"224":78,"225":621,"23":456,"24":1323,"25":695,"257":79,"26":148,"268":4,"27":22,"273":51,"276":161,"279":29,"28":804,"281":1,"282":61,"291":30,"292":123,"30":29,"302":22,"306":2,"31":60,"314":8,"317":1,"32":24,"33":45,"34":45,"347":13,"35":37,"352":812,"36":185,"37":37,"38":487,"380":13,"381":70,"383":59,"389":5,"39":68,"391":20,"396":4,"397":8,"40":36,"409":42,"41":103,"414":34,"415":101,"419":92,"42":191,"426":4,"43":35,"430":33,"433":21,"44":26,"45":43,"46":158,"48":60,"49":75,"5":847,"51":64,"52":215,"53":67,"56":32,"570":3,"6":260,"63":29,"7":649,"79":64,"8":122,"80":47,"9":358,"all_client":116572,"all_tv_clinet":17992,"insert_time":"2014-08-24T09:50:21.726Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98667,"10":39,"107":614,"11":366,"12":118,"13":658,"14":195,"15":293,"155":74,"156":14,"158":69,"159":33,"16":87,"160":60,"161":240,"167":69,"168":4,"17":344,"18":1060,"19":713,"20":122,"209":39,"21":800,"210":14,"211":2,"214":38,"215":91,"221":316,"223":991,"224":79,"225":617,"23":459,"24":1325,"25":702,"257":76,"26":154,"268":3,"27":23,"273":51,"276":161,"279":31,"28":804,"281":2,"282":55,"291":30,"292":130,"30":35,"302":22,"306":1,"31":56,"314":8,"317":1,"32":32,"33":49,"34":48,"347":13,"35":37,"352":802,"36":185,"37":36,"38":499,"380":14,"381":65,"383":59,"389":6,"39":71,"391":22,"396":4,"397":8,"40":35,"409":42,"41":108,"414":39,"415":111,"419":92,"42":173,"426":5,"43":33,"430":37,"433":22,"44":25,"45":44,"46":155,"48":53,"49":78,"5":845,"51":67,"52":205,"53":70,"56":38,"570":2,"6":269,"63":30,"7":653,"79":66,"8":120,"80":50,"9":364,"all_client":116736,"all_tv_clinet":18069,"insert_time":"2014-08-24T09:51:22.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98727,"10":35,"107":617,"11":362,"12":130,"13":638,"14":198,"15":294,"155":70,"156":12,"158":72,"159":30,"16":89,"160":62,"161":239,"167":69,"168":4,"17":356,"18":1045,"19":723,"20":117,"209":37,"21":808,"210":14,"211":3,"214":40,"215":92,"221":319,"223":988,"224":77,"225":614,"23":467,"24":1308,"25":708,"257":71,"26":162,"268":3,"27":20,"273":51,"276":165,"279":29,"28":807,"281":1,"282":50,"291":31,"292":135,"30":33,"302":23,"306":1,"31":59,"314":9,"317":1,"32":36,"33":52,"34":49,"347":15,"35":39,"352":822,"36":192,"37":35,"38":497,"380":14,"381":67,"383":59,"389":6,"39":69,"391":24,"396":5,"397":7,"40":37,"409":44,"41":113,"414":39,"415":114,"419":99,"42":158,"426":5,"43":30,"430":40,"433":21,"44":25,"45":47,"46":146,"48":49,"49":78,"5":846,"51":62,"52":185,"53":72,"56":41,"570":2,"6":271,"63":30,"7":667,"79":69,"8":113,"80":55,"9":378,"all_client":116839,"all_tv_clinet":18112,"insert_time":"2014-08-24T09:52:23.485Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98823,"10":31,"107":618,"11":374,"12":139,"13":641,"14":195,"15":289,"155":67,"156":11,"158":74,"159":28,"16":92,"160":60,"161":252,"167":75,"168":4,"17":375,"18":1022,"19":745,"20":115,"209":39,"21":818,"210":13,"211":3,"214":42,"215":90,"221":316,"223":989,"224":72,"225":628,"23":487,"24":1299,"25":687,"257":70,"26":160,"268":2,"27":20,"273":47,"276":172,"279":26,"28":805,"281":1,"282":48,"291":30,"292":138,"30":29,"302":23,"31":71,"314":9,"317":1,"32":37,"33":55,"34":53,"347":16,"35":39,"352":830,"36":193,"37":29,"38":499,"380":14,"381":74,"383":60,"389":6,"39":72,"391":24,"396":5,"397":7,"40":37,"409":43,"41":114,"414":42,"415":114,"419":98,"42":151,"426":4,"43":32,"430":41,"433":20,"44":27,"45":49,"46":138,"48":49,"49":81,"5":837,"51":61,"52":167,"53":74,"56":42,"570":3,"6":276,"63":35,"7":676,"79":72,"8":115,"80":58,"9":387,"all_client":117021,"all_tv_clinet":18198,"insert_time":"2014-08-24T09:53:24.361Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98883,"10":29,"107":607,"11":390,"12":152,"13":642,"14":184,"15":298,"155":67,"156":11,"158":76,"159":31,"16":97,"160":62,"161":246,"167":79,"168":3,"17":384,"18":1011,"19":760,"20":123,"209":41,"21":820,"210":13,"211":3,"214":44,"215":91,"221":303,"223":984,"224":73,"225":631,"23":485,"24":1305,"25":633,"257":73,"26":167,"268":2,"27":20,"273":48,"276":174,"279":25,"28":817,"281":1,"282":42,"291":31,"292":145,"30":29,"302":25,"306":1,"31":83,"314":8,"317":1,"32":36,"33":58,"34":52,"347":16,"35":40,"352":830,"36":198,"37":29,"38":488,"380":14,"381":74,"383":59,"389":6,"39":75,"391":25,"396":5,"397":6,"40":39,"409":40,"41":113,"414":44,"415":117,"419":106,"42":143,"426":4,"43":31,"430":41,"431":1,"433":20,"44":29,"45":53,"46":142,"48":52,"49":79,"5":850,"51":61,"52":154,"53":79,"56":34,"570":3,"6":284,"63":37,"7":679,"79":73,"8":111,"80":58,"9":384,"all_client":117125,"all_tv_clinet":18242,"insert_time":"2014-08-24T09:54:25.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98952,"10":31,"107":599,"11":415,"12":149,"13":641,"14":177,"15":309,"155":65,"156":11,"158":77,"159":30,"16":104,"160":62,"161":270,"167":81,"168":2,"17":393,"18":1020,"19":765,"20":124,"209":40,"21":819,"210":14,"211":3,"214":45,"215":100,"221":307,"223":985,"224":69,"225":642,"23":483,"24":1270,"25":580,"257":77,"26":171,"268":2,"27":19,"273":44,"276":167,"279":24,"28":825,"281":2,"282":39,"291":31,"292":151,"30":33,"302":24,"306":3,"31":87,"314":6,"317":1,"32":33,"33":59,"34":54,"347":18,"35":39,"352":831,"36":190,"37":31,"38":479,"380":15,"381":80,"383":61,"389":6,"39":83,"391":29,"396":5,"397":6,"40":40,"409":38,"41":115,"414":42,"415":115,"419":110,"42":132,"426":3,"43":30,"430":41,"431":1,"433":18,"44":33,"45":54,"46":139,"48":55,"49":81,"5":867,"51":64,"52":141,"53":85,"56":31,"570":5,"6":290,"63":37,"7":695,"79":75,"8":109,"80":57,"9":381,"all_client":117243,"all_tv_clinet":18291,"insert_time":"2014-08-24T09:55:26.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98932,"10":32,"107":611,"11":431,"12":139,"13":640,"14":164,"15":322,"155":63,"156":12,"158":79,"159":30,"16":102,"160":67,"161":286,"167":81,"168":2,"17":383,"18":1032,"19":759,"20":129,"209":33,"21":829,"210":14,"211":3,"214":47,"215":103,"221":311,"223":991,"224":66,"225":646,"23":479,"24":1274,"25":538,"257":79,"26":175,"268":2,"27":20,"273":51,"276":167,"279":24,"28":823,"281":2,"282":40,"291":34,"292":151,"30":38,"302":26,"306":5,"31":87,"314":8,"317":1,"32":32,"33":67,"34":52,"347":19,"35":39,"352":820,"36":190,"37":33,"38":475,"380":16,"381":79,"383":58,"389":6,"39":82,"391":31,"396":4,"397":7,"40":35,"409":35,"41":110,"414":42,"415":111,"419":117,"42":123,"426":3,"43":31,"430":42,"431":1,"433":17,"434":1,"44":33,"45":57,"46":135,"48":58,"49":75,"5":881,"51":67,"52":132,"53":90,"56":25,"570":4,"6":293,"63":41,"7":704,"79":75,"8":105,"80":54,"9":381,"all_client":117251,"all_tv_clinet":18319,"insert_time":"2014-08-24T09:56:26.930Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98994,"10":30,"107":617,"11":431,"12":119,"13":632,"14":164,"15":308,"155":65,"156":12,"158":73,"159":30,"16":104,"160":64,"161":291,"167":90,"168":2,"17":378,"18":1054,"19":741,"20":133,"209":30,"21":830,"210":14,"211":5,"214":47,"215":108,"221":320,"223":1016,"224":64,"225":647,"23":469,"24":1284,"25":509,"257":84,"26":178,"268":2,"27":23,"273":64,"276":162,"279":25,"28":825,"281":1,"282":38,"291":33,"292":147,"30":37,"302":27,"306":5,"31":88,"314":9,"317":1,"32":27,"33":67,"34":52,"347":16,"35":38,"352":825,"36":191,"37":36,"38":490,"380":17,"381":81,"383":59,"389":5,"39":84,"391":30,"396":7,"397":8,"40":38,"409":35,"41":107,"414":41,"415":114,"419":122,"42":112,"426":3,"43":30,"430":42,"433":16,"434":1,"44":35,"45":61,"46":140,"48":64,"49":66,"5":908,"51":72,"52":120,"53":87,"56":21,"570":5,"6":301,"63":41,"7":721,"79":75,"8":103,"80":52,"9":386,"all_client":117376,"all_tv_clinet":18382,"insert_time":"2014-08-24T09:57:27.721Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99154,"10":27,"107":628,"11":422,"12":112,"13":641,"14":171,"15":275,"155":63,"156":12,"158":70,"159":33,"16":109,"160":66,"161":268,"167":89,"168":2,"17":360,"18":1048,"19":719,"20":141,"209":30,"21":849,"210":13,"211":6,"214":51,"215":108,"221":310,"223":1037,"224":61,"225":648,"23":465,"24":1303,"25":490,"257":85,"26":183,"268":2,"27":24,"273":71,"276":164,"279":28,"28":817,"281":1,"282":38,"291":35,"292":147,"30":38,"302":28,"306":3,"31":92,"314":9,"317":1,"32":29,"33":72,"34":50,"347":15,"35":33,"352":822,"36":189,"37":43,"38":493,"380":17,"381":90,"383":60,"389":5,"39":83,"391":30,"396":7,"397":8,"40":42,"409":34,"41":112,"414":43,"415":114,"419":125,"42":102,"426":3,"43":32,"430":42,"433":17,"434":1,"44":38,"45":56,"46":142,"48":65,"49":63,"5":920,"51":71,"52":117,"53":89,"56":19,"570":7,"6":308,"63":46,"7":740,"79":76,"8":101,"80":54,"9":381,"all_client":117553,"all_tv_clinet":18399,"insert_time":"2014-08-24T09:58:28.703Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99243,"10":26,"107":651,"11":404,"12":109,"13":647,"14":176,"15":247,"155":59,"156":10,"158":67,"159":35,"16":119,"160":71,"161":256,"167":95,"168":1,"17":357,"18":1056,"19":702,"20":138,"209":34,"21":856,"210":12,"211":6,"214":53,"215":110,"221":308,"223":1062,"224":60,"225":644,"23":461,"24":1319,"25":480,"257":88,"26":192,"268":3,"27":24,"273":74,"276":167,"279":27,"28":796,"281":1,"282":31,"291":35,"292":139,"30":34,"302":28,"306":2,"31":102,"314":8,"317":1,"32":29,"33":77,"34":48,"347":16,"35":33,"352":824,"36":190,"37":45,"38":495,"380":17,"381":94,"383":64,"389":5,"39":89,"391":30,"396":7,"397":8,"40":42,"409":34,"41":114,"414":44,"415":119,"419":128,"42":101,"426":3,"43":34,"430":41,"433":19,"44":41,"45":48,"46":144,"48":63,"49":61,"5":919,"51":72,"52":112,"53":84,"56":17,"570":7,"6":306,"63":46,"7":751,"79":73,"8":92,"80":55,"9":384,"all_client":117651,"all_tv_clinet":18408,"insert_time":"2014-08-24T09:59:29.540Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99383,"10":29,"107":654,"11":408,"12":111,"13":665,"14":183,"15":231,"155":60,"156":10,"158":70,"159":34,"16":117,"160":72,"161":241,"167":98,"168":1,"17":361,"18":1058,"19":702,"20":140,"209":31,"21":847,"210":12,"211":9,"214":53,"215":111,"221":304,"223":1104,"224":57,"225":640,"23":461,"24":1374,"25":475,"257":87,"26":207,"268":4,"27":25,"273":66,"276":166,"279":25,"28":767,"281":1,"282":31,"291":37,"292":148,"30":33,"302":28,"306":2,"31":104,"314":8,"317":1,"32":26,"33":79,"34":48,"347":17,"35":36,"352":811,"36":187,"37":46,"38":498,"380":18,"381":95,"383":66,"389":5,"39":91,"391":29,"396":7,"397":8,"40":46,"409":33,"41":116,"414":44,"415":121,"419":132,"42":94,"426":2,"43":37,"430":41,"433":19,"44":48,"45":45,"46":140,"48":61,"49":57,"5":878,"51":72,"52":110,"53":78,"56":16,"570":8,"6":301,"63":52,"7":747,"79":70,"8":88,"80":59,"9":375,"all_client":117803,"all_tv_clinet":18420,"insert_time":"2014-08-24T10:00:30.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99455,"10":30,"107":663,"11":421,"12":107,"13":682,"14":178,"15":221,"155":59,"156":9,"158":62,"159":36,"16":114,"160":73,"161":230,"167":96,"168":1,"17":365,"18":1057,"19":722,"20":141,"209":29,"21":850,"210":11,"211":11,"214":55,"215":116,"221":303,"223":1135,"224":58,"225":665,"23":459,"24":1421,"25":460,"257":90,"26":212,"268":4,"27":24,"273":60,"276":177,"279":22,"28":725,"281":2,"282":29,"291":33,"292":153,"30":28,"302":26,"306":2,"31":109,"314":7,"317":1,"32":25,"33":84,"34":51,"347":17,"35":37,"352":816,"36":186,"37":45,"38":501,"380":18,"381":97,"383":70,"389":5,"39":96,"391":29,"396":7,"397":9,"40":46,"409":31,"41":122,"414":46,"415":124,"419":134,"42":89,"426":2,"43":36,"430":39,"433":20,"44":47,"45":45,"46":144,"48":61,"49":52,"5":846,"51":73,"52":100,"53":69,"56":16,"570":7,"6":301,"63":55,"7":731,"79":68,"8":91,"80":62,"9":378,"all_client":117927,"all_tv_clinet":18472,"insert_time":"2014-08-24T10:01:31.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99526,"10":27,"107":667,"11":427,"12":109,"13":697,"14":183,"15":215,"155":61,"156":9,"158":60,"159":38,"16":114,"160":67,"161":224,"167":94,"168":1,"17":362,"18":1047,"19":739,"20":140,"209":29,"21":847,"210":11,"211":11,"214":55,"215":120,"221":307,"223":1162,"224":57,"225":663,"23":470,"24":1451,"25":440,"257":93,"26":213,"268":5,"27":23,"273":56,"276":180,"279":22,"28":699,"281":3,"282":28,"291":32,"292":159,"30":28,"302":28,"306":3,"31":112,"314":7,"317":1,"32":25,"33":79,"34":53,"347":15,"35":37,"352":820,"36":188,"37":56,"38":512,"380":17,"381":101,"383":74,"389":5,"39":97,"391":28,"396":7,"397":8,"40":47,"409":29,"41":126,"414":47,"415":121,"419":137,"42":82,"426":3,"43":36,"430":40,"433":19,"44":51,"45":45,"46":141,"48":62,"49":46,"5":824,"51":73,"52":91,"53":69,"56":18,"570":6,"6":299,"63":60,"7":721,"79":71,"8":96,"80":63,"9":381,"all_client":118048,"all_tv_clinet":18522,"insert_time":"2014-08-24T10:02:32.551Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99612,"10":33,"107":656,"11":446,"12":108,"13":714,"14":195,"15":218,"155":62,"156":11,"158":59,"159":36,"16":110,"160":54,"161":236,"167":96,"168":1,"17":332,"18":1039,"19":756,"20":138,"209":28,"21":854,"210":13,"211":9,"214":55,"215":133,"221":310,"223":1177,"224":55,"225":667,"23":483,"24":1486,"25":417,"257":95,"26":215,"268":5,"27":23,"273":56,"276":185,"279":22,"28":679,"281":3,"282":28,"291":30,"292":164,"30":27,"302":30,"306":3,"31":115,"314":7,"317":1,"32":27,"33":83,"34":56,"347":13,"35":36,"352":826,"36":180,"37":63,"38":522,"380":17,"381":103,"383":71,"389":6,"39":96,"391":29,"396":7,"397":7,"40":49,"409":31,"41":125,"414":48,"415":120,"419":132,"42":81,"426":3,"43":32,"430":42,"433":19,"44":52,"45":43,"46":138,"48":60,"49":48,"5":811,"51":74,"52":79,"53":67,"56":18,"570":8,"6":303,"63":64,"7":707,"79":73,"8":96,"80":63,"9":394,"all_client":118209,"all_tv_clinet":18597,"insert_time":"2014-08-24T10:03:33.550Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99643,"10":31,"107":674,"11":435,"12":108,"13":719,"14":197,"15":220,"155":63,"156":11,"158":65,"159":35,"16":109,"160":46,"161":236,"167":104,"168":1,"17":305,"18":1070,"19":771,"20":136,"209":23,"21":829,"210":14,"211":10,"214":52,"215":150,"221":310,"223":1192,"224":52,"225":643,"23":505,"24":1504,"25":392,"257":95,"26":212,"268":5,"27":23,"273":54,"276":187,"279":22,"28":663,"281":1,"282":30,"291":29,"292":168,"30":26,"302":30,"306":3,"31":116,"314":5,"317":1,"32":29,"33":82,"34":58,"347":13,"35":39,"352":841,"36":180,"37":64,"38":526,"380":18,"381":106,"383":72,"389":6,"39":94,"391":28,"396":7,"397":6,"40":52,"409":30,"41":127,"414":52,"415":114,"419":126,"42":79,"426":3,"43":35,"430":43,"433":18,"44":53,"45":42,"46":148,"48":62,"49":49,"5":806,"51":71,"52":73,"53":71,"56":17,"570":10,"6":305,"63":65,"7":711,"79":81,"8":98,"80":61,"9":411,"all_client":118307,"all_tv_clinet":18664,"insert_time":"2014-08-24T10:04:34.325Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99669,"10":33,"107":701,"11":427,"12":106,"13":723,"14":205,"15":216,"155":63,"156":11,"158":67,"159":33,"16":107,"160":48,"161":247,"167":104,"168":1,"17":294,"18":1068,"19":785,"20":128,"209":23,"21":828,"210":15,"211":15,"214":48,"215":166,"221":318,"223":1171,"224":52,"225":637,"23":518,"24":1556,"25":376,"257":99,"26":220,"268":6,"27":24,"273":54,"276":188,"279":23,"28":645,"281":1,"282":32,"291":28,"292":169,"30":25,"302":30,"306":2,"31":113,"314":4,"317":2,"32":36,"33":85,"34":56,"347":14,"35":41,"352":830,"36":177,"37":69,"38":532,"380":18,"381":107,"383":76,"389":6,"39":97,"391":28,"396":6,"397":6,"40":52,"409":32,"41":127,"414":51,"415":113,"419":124,"42":75,"426":3,"43":35,"430":44,"433":17,"44":51,"45":41,"46":155,"48":61,"49":45,"5":781,"51":70,"52":72,"53":72,"56":17,"570":10,"6":296,"63":66,"7":711,"79":76,"8":106,"80":64,"9":425,"all_client":118400,"all_tv_clinet":18731,"insert_time":"2014-08-24T10:05:35.167Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99733,"10":29,"107":705,"11":401,"12":103,"13":721,"14":215,"15":213,"155":67,"156":9,"158":72,"159":35,"16":108,"160":60,"161":253,"167":105,"168":1,"17":274,"18":1090,"19":791,"20":129,"209":26,"21":829,"210":14,"211":20,"214":47,"215":177,"221":308,"223":1129,"224":54,"225":632,"23":536,"24":1581,"25":358,"257":95,"26":230,"268":7,"27":23,"273":56,"276":194,"279":22,"28":634,"281":2,"282":34,"291":27,"292":169,"30":26,"302":31,"306":2,"31":113,"314":4,"317":2,"32":40,"33":84,"34":50,"347":12,"35":43,"352":834,"36":189,"37":67,"38":537,"380":17,"381":109,"383":80,"389":6,"39":103,"391":27,"396":7,"397":6,"40":55,"409":34,"41":129,"414":48,"415":108,"419":122,"42":65,"426":3,"43":34,"430":43,"433":16,"44":52,"45":35,"46":157,"48":63,"49":47,"5":761,"51":69,"52":66,"53":68,"56":17,"570":10,"6":301,"63":67,"7":722,"79":70,"8":110,"80":69,"9":454,"all_client":118502,"all_tv_clinet":18769,"insert_time":"2014-08-24T10:06:36.137Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99796,"10":25,"107":695,"11":388,"12":99,"13":738,"14":227,"15":223,"155":69,"156":9,"158":72,"159":34,"16":109,"160":66,"161":250,"167":107,"168":1,"17":264,"18":1106,"19":799,"20":128,"209":24,"21":839,"210":14,"211":20,"214":50,"215":178,"221":305,"223":1075,"224":56,"225":632,"23":539,"24":1608,"25":341,"257":91,"26":229,"268":7,"27":29,"273":59,"276":194,"279":24,"28":627,"281":2,"282":38,"291":24,"292":159,"30":27,"302":31,"306":2,"31":115,"314":4,"317":2,"32":40,"33":84,"34":52,"347":14,"35":42,"352":831,"36":187,"37":71,"38":541,"380":18,"381":100,"383":85,"389":6,"39":103,"391":29,"396":10,"397":6,"40":51,"409":39,"41":134,"414":48,"415":104,"419":107,"42":60,"426":2,"43":36,"430":44,"433":16,"44":51,"45":34,"46":162,"48":67,"49":52,"5":749,"51":72,"52":61,"53":72,"56":17,"570":10,"6":296,"63":72,"7":728,"79":54,"8":113,"80":71,"9":479,"all_client":118570,"all_tv_clinet":18774,"insert_time":"2014-08-24T10:07:37.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99962,"10":26,"107":672,"11":385,"12":99,"13":744,"14":234,"15":222,"155":71,"156":9,"158":75,"159":33,"16":109,"160":65,"161":254,"167":106,"168":1,"17":253,"18":1117,"19":812,"20":128,"209":25,"21":835,"210":13,"211":21,"214":50,"215":192,"221":312,"223":1027,"224":56,"225":638,"23":543,"24":1601,"25":330,"257":85,"26":229,"268":5,"27":32,"273":59,"276":200,"279":26,"28":612,"281":2,"282":40,"291":24,"292":160,"30":28,"302":31,"306":2,"31":130,"314":4,"317":2,"32":37,"33":84,"34":48,"347":14,"35":42,"352":826,"36":188,"37":74,"38":564,"380":18,"381":102,"383":89,"389":6,"39":101,"391":27,"396":13,"397":7,"40":52,"409":44,"41":130,"414":47,"415":106,"419":105,"42":54,"426":2,"43":38,"430":38,"433":16,"44":49,"45":35,"46":166,"48":71,"49":54,"5":753,"51":77,"52":61,"53":76,"56":16,"570":11,"6":298,"63":74,"7":745,"79":50,"8":113,"80":75,"9":483,"all_client":118770,"all_tv_clinet":18808,"insert_time":"2014-08-24T10:08:38.116Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99926,"10":24,"107":670,"11":390,"12":93,"13":751,"14":241,"15":222,"155":72,"156":8,"158":76,"159":35,"16":121,"160":66,"161":256,"167":101,"168":1,"17":251,"18":1135,"19":818,"20":128,"209":27,"21":833,"210":12,"211":21,"214":50,"215":201,"221":316,"223":1002,"224":58,"225":631,"23":552,"24":1631,"25":325,"257":82,"26":224,"268":4,"27":31,"273":60,"276":200,"279":25,"28":597,"281":2,"282":40,"291":24,"292":169,"30":30,"302":31,"306":2,"31":129,"314":2,"317":2,"32":38,"33":82,"34":49,"347":12,"35":39,"352":844,"36":193,"37":77,"38":571,"380":18,"381":102,"383":83,"389":6,"39":99,"391":27,"396":12,"397":7,"40":50,"409":44,"41":119,"414":46,"415":105,"419":102,"42":57,"426":2,"43":38,"430":33,"433":17,"44":48,"45":39,"46":176,"48":72,"49":55,"5":747,"51":76,"52":60,"53":76,"56":17,"570":12,"6":301,"63":75,"7":758,"79":50,"8":114,"80":72,"9":493,"all_client":118811,"all_tv_clinet":18885,"insert_time":"2014-08-24T10:09:39.048Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100055,"10":26,"107":668,"11":393,"12":90,"13":756,"14":249,"15":218,"155":74,"156":8,"158":74,"159":35,"16":140,"160":70,"161":276,"167":100,"168":1,"17":237,"18":1158,"19":794,"20":127,"209":28,"21":836,"210":12,"211":20,"214":48,"215":206,"221":328,"223":990,"224":53,"225":611,"23":557,"24":1654,"25":321,"257":83,"26":226,"268":4,"27":28,"273":58,"276":198,"279":26,"28":584,"281":2,"282":42,"291":25,"292":169,"30":30,"302":31,"306":2,"31":137,"314":3,"317":2,"32":41,"33":84,"34":49,"347":14,"35":37,"352":841,"36":202,"37":83,"38":565,"380":17,"381":103,"383":87,"389":6,"39":99,"391":26,"396":9,"397":9,"40":51,"409":42,"41":110,"414":40,"415":105,"419":108,"42":57,"426":3,"43":38,"430":32,"433":17,"44":50,"45":42,"46":173,"48":73,"49":52,"5":740,"51":76,"52":55,"53":77,"56":16,"570":8,"6":296,"63":74,"7":762,"79":53,"8":126,"80":71,"9":499,"all_client":118981,"all_tv_clinet":18926,"insert_time":"2014-08-24T10:10:40.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100108,"10":33,"107":664,"11":400,"12":94,"13":764,"14":255,"15":213,"155":80,"156":9,"158":62,"159":33,"16":149,"160":72,"161":304,"167":99,"168":1,"17":235,"18":1164,"19":777,"20":127,"209":27,"21":843,"210":13,"211":22,"214":48,"215":213,"221":322,"223":978,"224":53,"225":617,"23":576,"24":1678,"25":320,"257":78,"26":228,"268":3,"27":29,"273":57,"276":202,"279":26,"28":578,"281":1,"282":46,"291":24,"292":169,"30":32,"302":30,"306":3,"31":129,"314":2,"317":2,"32":41,"33":83,"34":50,"347":13,"35":38,"352":823,"36":201,"37":81,"38":572,"380":17,"381":110,"383":89,"389":4,"39":98,"391":23,"396":8,"397":10,"40":48,"409":40,"41":107,"414":32,"415":111,"419":111,"42":56,"426":3,"43":38,"430":34,"433":17,"44":49,"45":42,"46":171,"48":73,"49":58,"5":740,"51":68,"52":55,"53":80,"56":12,"570":7,"6":300,"63":79,"7":766,"79":57,"8":125,"80":64,"9":501,"all_client":119097,"all_tv_clinet":18989,"insert_time":"2014-08-24T10:11:41.063Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100217,"10":29,"107":682,"11":390,"12":92,"13":773,"14":260,"15":221,"155":84,"156":9,"158":64,"159":33,"16":153,"160":67,"161":320,"167":102,"168":1,"17":236,"18":1167,"19":764,"20":117,"209":27,"21":839,"210":14,"211":22,"214":48,"215":219,"221":328,"223":957,"224":51,"225":620,"23":577,"24":1701,"25":302,"257":77,"26":232,"268":4,"27":30,"273":60,"276":205,"279":27,"28":559,"281":2,"282":46,"291":23,"292":159,"30":34,"302":33,"306":3,"31":126,"314":3,"317":2,"32":42,"33":86,"34":53,"347":12,"35":36,"352":813,"36":207,"37":83,"38":584,"380":20,"381":118,"383":89,"389":2,"39":95,"391":26,"396":8,"397":13,"40":49,"409":39,"41":103,"414":30,"415":115,"419":108,"42":53,"426":3,"43":36,"430":35,"433":16,"44":47,"45":44,"46":172,"48":82,"49":63,"5":756,"51":66,"52":49,"53":82,"56":10,"570":8,"6":296,"63":84,"7":762,"79":58,"8":132,"80":56,"9":494,"all_client":119246,"all_tv_clinet":19029,"insert_time":"2014-08-24T10:12:42.014Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100339,"10":29,"107":678,"11":398,"12":95,"13":776,"14":270,"15":219,"155":90,"156":9,"158":64,"159":31,"16":159,"160":70,"161":316,"167":105,"168":1,"17":228,"18":1174,"19":762,"20":114,"209":28,"21":832,"210":14,"211":25,"214":46,"215":222,"221":334,"223":933,"224":48,"225":632,"23":570,"24":1717,"25":299,"257":81,"26":237,"268":4,"27":30,"273":65,"276":209,"279":28,"28":555,"281":2,"282":54,"291":21,"292":158,"30":34,"302":34,"306":3,"31":107,"314":3,"317":2,"32":39,"33":86,"34":54,"347":11,"35":34,"352":807,"36":203,"37":83,"38":580,"380":20,"381":119,"383":93,"389":1,"39":90,"391":23,"396":6,"397":14,"40":48,"409":42,"41":105,"414":28,"415":121,"419":109,"42":57,"426":2,"43":32,"430":34,"431":1,"433":16,"44":46,"45":44,"46":186,"48":87,"49":64,"5":768,"51":69,"52":50,"53":83,"56":12,"570":9,"6":302,"63":89,"7":769,"79":59,"8":134,"80":51,"9":464,"all_client":119398,"all_tv_clinet":19059,"insert_time":"2014-08-24T10:13:42.875Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100426,"10":26,"107":675,"11":409,"12":95,"13":781,"14":275,"15":219,"155":90,"156":11,"158":71,"159":35,"16":175,"160":69,"161":292,"167":106,"168":1,"17":232,"18":1189,"19":756,"20":116,"209":28,"21":836,"210":14,"211":25,"214":47,"215":234,"221":331,"223":919,"224":46,"225":606,"23":565,"24":1749,"25":292,"257":86,"26":248,"268":4,"27":28,"273":75,"276":218,"279":29,"28":554,"281":2,"282":57,"291":21,"292":162,"30":30,"302":37,"306":3,"31":103,"314":4,"317":2,"32":37,"33":91,"34":52,"347":11,"35":33,"352":816,"36":202,"37":78,"38":562,"380":21,"381":124,"383":94,"39":91,"391":23,"396":4,"397":15,"40":46,"409":39,"41":101,"414":23,"415":121,"419":108,"42":58,"426":2,"43":26,"430":35,"431":1,"433":15,"44":45,"45":50,"46":197,"48":79,"49":56,"5":777,"51":70,"52":49,"53":85,"56":11,"570":9,"6":295,"63":88,"7":777,"79":52,"8":141,"80":52,"9":434,"all_client":119500,"all_tv_clinet":19074,"insert_time":"2014-08-24T10:14:43.663Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100541,"10":25,"107":664,"11":409,"12":101,"13":789,"14":274,"15":225,"155":92,"156":10,"158":73,"159":35,"16":184,"160":67,"161":274,"167":108,"168":1,"17":235,"18":1221,"19":751,"20":116,"209":30,"21":848,"210":12,"211":31,"214":47,"215":243,"221":337,"223":942,"224":44,"225":605,"23":554,"24":1754,"25":284,"257":84,"26":254,"268":4,"27":28,"273":87,"276":219,"279":27,"28":542,"281":1,"282":61,"291":24,"292":168,"30":29,"302":38,"306":3,"31":102,"314":4,"317":2,"32":34,"33":92,"34":53,"347":10,"35":34,"352":814,"36":197,"37":77,"38":560,"380":22,"381":121,"383":99,"39":90,"391":21,"396":4,"397":17,"40":43,"409":36,"41":102,"414":22,"415":118,"419":107,"42":59,"426":2,"43":27,"430":35,"431":1,"433":16,"44":37,"45":50,"46":200,"48":80,"49":49,"5":790,"51":71,"52":53,"53":85,"56":11,"570":8,"6":296,"63":95,"7":789,"79":47,"8":141,"80":49,"9":406,"all_client":119673,"all_tv_clinet":19132,"insert_time":"2014-08-24T10:15:44.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100702,"10":24,"107":648,"11":404,"12":112,"13":785,"14":281,"15":221,"155":92,"156":10,"158":74,"159":38,"16":188,"160":66,"161":263,"167":108,"168":2,"17":237,"18":1233,"19":760,"20":114,"209":32,"21":856,"210":12,"211":33,"214":48,"215":251,"221":343,"223":940,"224":43,"225":591,"23":550,"24":1762,"25":281,"257":85,"26":255,"268":4,"27":29,"273":88,"276":224,"279":24,"28":533,"281":1,"282":65,"291":23,"292":169,"30":29,"302":43,"306":3,"31":107,"314":5,"317":3,"32":34,"33":90,"34":50,"347":6,"35":33,"352":844,"36":202,"37":82,"38":557,"380":22,"381":119,"383":103,"39":90,"391":16,"396":6,"397":17,"40":36,"409":39,"41":103,"414":21,"415":119,"419":107,"42":57,"426":2,"43":24,"430":33,"433":16,"44":37,"45":52,"46":198,"48":78,"49":51,"5":800,"51":66,"52":53,"53":89,"56":11,"570":9,"6":291,"63":102,"7":789,"79":47,"8":144,"80":49,"9":390,"all_client":119878,"all_tv_clinet":19176,"insert_time":"2014-08-24T10:16:45.510Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100801,"10":24,"107":654,"11":395,"12":109,"13":800,"14":286,"15":211,"155":96,"156":11,"158":76,"159":40,"16":196,"160":68,"161":250,"167":110,"168":2,"17":236,"18":1234,"19":776,"20":117,"209":31,"21":862,"210":11,"211":33,"214":48,"215":267,"221":340,"223":952,"224":40,"225":577,"23":541,"24":1766,"25":280,"257":89,"26":251,"268":4,"27":32,"273":91,"276":224,"279":25,"28":511,"281":2,"282":68,"291":24,"292":175,"30":28,"302":42,"306":3,"31":100,"314":4,"317":3,"32":31,"33":92,"34":53,"347":6,"35":34,"352":840,"36":207,"37":82,"38":552,"380":22,"381":112,"383":108,"39":96,"391":15,"396":6,"397":17,"40":39,"409":41,"41":98,"414":20,"415":118,"419":101,"42":60,"426":2,"43":23,"430":32,"433":16,"44":31,"45":54,"46":194,"48":79,"49":50,"5":807,"51":70,"52":50,"53":85,"56":10,"570":9,"6":291,"63":109,"7":795,"79":45,"8":148,"80":47,"9":380,"all_client":119993,"all_tv_clinet":19192,"insert_time":"2014-08-24T10:17:46.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100978,"10":26,"107":658,"11":397,"12":111,"13":803,"14":291,"15":203,"155":95,"156":10,"158":73,"159":39,"16":197,"160":71,"161":254,"167":115,"168":2,"17":239,"18":1254,"19":786,"20":118,"209":32,"21":866,"210":11,"211":35,"214":48,"215":292,"221":339,"223":954,"224":44,"225":569,"23":546,"24":1782,"25":281,"257":93,"26":251,"268":6,"27":33,"273":81,"276":222,"279":27,"28":499,"281":2,"282":72,"291":25,"292":179,"30":30,"302":41,"306":3,"31":95,"314":4,"317":3,"32":30,"33":97,"34":52,"347":5,"35":28,"352":850,"36":215,"37":82,"38":550,"380":22,"381":114,"383":111,"39":98,"391":15,"396":6,"397":19,"40":39,"409":43,"41":98,"414":21,"415":112,"419":103,"42":61,"426":2,"43":21,"430":27,"433":15,"44":31,"45":55,"46":196,"48":67,"49":56,"5":815,"51":72,"52":45,"53":88,"56":9,"570":9,"6":283,"63":108,"7":791,"79":45,"8":152,"80":47,"9":363,"all_client":120253,"all_tv_clinet":19275,"insert_time":"2014-08-24T10:18:47.192Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101139,"10":26,"107":659,"11":405,"12":105,"13":819,"14":292,"15":213,"155":94,"156":12,"158":72,"159":40,"16":197,"160":73,"161":266,"167":118,"168":1,"17":238,"18":1243,"19":791,"20":117,"209":30,"21":876,"210":14,"211":36,"214":48,"215":311,"221":327,"223":971,"224":49,"225":570,"23":556,"24":1796,"25":273,"257":95,"26":258,"268":6,"27":34,"273":69,"276":215,"279":28,"28":490,"281":2,"282":71,"291":26,"292":184,"30":28,"302":43,"306":3,"31":94,"314":5,"317":3,"32":31,"33":97,"34":53,"347":5,"35":33,"352":838,"36":218,"37":77,"38":551,"380":22,"381":118,"383":106,"39":95,"391":16,"396":6,"397":21,"40":42,"409":44,"41":95,"414":20,"415":115,"419":105,"42":62,"426":2,"43":20,"430":31,"433":15,"44":29,"45":55,"46":192,"48":66,"49":59,"5":828,"51":70,"52":46,"53":79,"56":10,"570":6,"6":276,"63":109,"7":789,"79":45,"8":143,"80":47,"9":357,"all_client":120475,"all_tv_clinet":19336,"insert_time":"2014-08-24T10:19:48.378Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101269,"10":25,"107":682,"11":411,"12":108,"13":812,"14":291,"15":217,"155":93,"156":11,"158":73,"159":40,"16":198,"160":75,"161":273,"167":121,"168":1,"17":239,"18":1254,"19":799,"20":120,"209":27,"21":889,"210":14,"211":36,"214":48,"215":313,"221":313,"223":979,"224":56,"225":556,"23":565,"24":1789,"25":272,"257":98,"26":245,"268":5,"27":34,"273":62,"276":210,"279":27,"28":472,"281":3,"282":77,"291":25,"292":187,"30":29,"302":43,"306":3,"31":90,"314":5,"317":3,"32":32,"33":99,"34":55,"347":6,"35":30,"352":836,"36":227,"37":77,"38":548,"380":21,"381":112,"383":106,"39":90,"391":19,"396":6,"397":21,"40":42,"409":44,"41":90,"414":21,"415":115,"419":110,"42":68,"426":1,"43":21,"430":29,"433":14,"44":29,"45":58,"46":188,"48":67,"49":62,"5":859,"51":71,"52":43,"53":78,"56":13,"570":5,"6":278,"63":110,"7":798,"79":46,"8":136,"80":46,"9":341,"all_client":120655,"all_tv_clinet":19386,"insert_time":"2014-08-24T10:20:49.363Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101395,"10":26,"107":701,"11":414,"12":108,"13":820,"14":291,"15":231,"155":94,"156":12,"158":71,"159":41,"16":199,"160":73,"161":278,"167":126,"168":2,"17":235,"18":1250,"19":805,"20":123,"209":25,"21":882,"210":13,"211":36,"214":48,"215":318,"221":319,"223":973,"224":59,"225":555,"23":582,"24":1803,"25":276,"257":100,"26":227,"268":6,"27":35,"273":56,"276":203,"279":26,"28":467,"281":3,"282":79,"291":26,"292":189,"30":30,"302":46,"306":4,"31":89,"314":5,"317":3,"32":35,"33":104,"34":54,"347":6,"35":38,"352":826,"36":225,"37":77,"38":539,"380":20,"381":109,"383":107,"389":2,"39":88,"391":19,"396":5,"397":21,"40":37,"409":48,"41":88,"414":17,"415":118,"419":112,"42":71,"426":1,"43":24,"430":29,"433":14,"44":30,"45":58,"46":188,"48":68,"49":63,"5":864,"51":70,"52":44,"53":75,"56":14,"570":5,"6":278,"63":111,"7":796,"79":44,"8":138,"80":48,"9":330,"all_client":120836,"all_tv_clinet":19441,"insert_time":"2014-08-24T10:21:50.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101487,"10":26,"107":701,"11":417,"12":113,"13":811,"14":288,"15":242,"155":94,"156":11,"158":73,"159":44,"16":193,"160":72,"161":280,"167":129,"168":2,"17":236,"18":1291,"19":807,"20":120,"209":25,"21":884,"210":13,"211":35,"214":51,"215":323,"221":324,"223":956,"224":64,"225":566,"23":592,"24":1811,"25":273,"257":98,"26":208,"268":6,"27":32,"273":51,"276":202,"279":27,"28":461,"281":3,"282":85,"291":25,"292":192,"30":28,"302":45,"306":5,"31":83,"314":5,"317":3,"32":34,"33":102,"34":54,"347":7,"35":39,"352":827,"36":241,"37":77,"38":550,"380":20,"381":107,"383":108,"389":2,"39":94,"391":17,"396":5,"397":20,"40":41,"409":47,"41":79,"414":16,"415":127,"419":120,"42":70,"426":1,"43":27,"430":29,"433":14,"44":33,"45":60,"46":182,"48":70,"49":62,"5":877,"51":69,"52":41,"53":83,"56":13,"570":6,"6":278,"63":112,"7":805,"79":39,"8":136,"80":48,"9":331,"all_client":121033,"all_tv_clinet":19546,"insert_time":"2014-08-24T10:22:51.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101727,"10":25,"107":700,"11":418,"12":116,"13":809,"14":292,"15":245,"155":94,"156":12,"158":77,"159":43,"16":198,"160":72,"161":276,"167":134,"168":2,"17":233,"18":1322,"19":810,"20":121,"209":26,"21":871,"210":14,"211":35,"214":49,"215":332,"221":326,"223":971,"224":63,"225":555,"23":580,"24":1840,"25":271,"257":98,"26":201,"268":6,"27":32,"273":47,"276":203,"279":23,"28":457,"281":3,"282":92,"291":25,"292":183,"30":26,"302":44,"306":5,"31":81,"314":4,"317":3,"32":36,"33":105,"34":59,"347":9,"35":40,"352":821,"36":243,"37":79,"38":565,"380":21,"381":104,"383":110,"389":2,"39":96,"391":14,"396":3,"397":21,"40":40,"409":51,"41":73,"414":14,"415":130,"419":121,"42":66,"426":2,"43":28,"430":28,"433":14,"44":32,"45":62,"46":176,"48":63,"49":58,"5":897,"51":66,"52":44,"53":79,"56":13,"570":6,"6":270,"63":112,"7":814,"79":40,"8":139,"80":47,"9":333,"all_client":121338,"all_tv_clinet":19611,"insert_time":"2014-08-24T10:23:52.074Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101857,"10":24,"107":695,"11":417,"12":127,"13":816,"14":293,"15":241,"155":94,"156":13,"158":78,"159":43,"16":203,"160":74,"161":273,"167":130,"168":1,"17":234,"18":1332,"19":816,"20":127,"209":29,"21":875,"210":14,"211":35,"214":49,"215":338,"221":316,"223":979,"224":63,"225":541,"23":576,"24":1864,"25":270,"257":98,"26":200,"268":5,"27":30,"273":45,"276":206,"279":23,"28":450,"281":2,"282":96,"291":24,"292":166,"30":25,"302":40,"306":5,"31":76,"314":4,"317":3,"32":39,"33":105,"34":56,"347":10,"35":38,"352":828,"36":238,"37":84,"38":554,"380":22,"381":106,"383":116,"389":1,"39":101,"391":14,"396":2,"397":19,"40":39,"409":53,"41":77,"414":16,"415":137,"419":119,"42":63,"426":3,"43":32,"430":29,"433":15,"44":30,"45":63,"46":170,"48":60,"49":60,"5":906,"51":62,"52":43,"53":84,"56":13,"570":9,"6":275,"63":114,"7":823,"79":40,"8":144,"80":47,"9":326,"all_client":121520,"all_tv_clinet":19663,"insert_time":"2014-08-24T10:24:53.040Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101919,"10":27,"107":693,"11":413,"12":131,"13":829,"14":299,"15":235,"155":95,"156":12,"158":80,"159":46,"16":212,"160":70,"161":284,"167":128,"168":1,"17":240,"18":1354,"19":834,"20":131,"209":32,"21":870,"210":15,"211":35,"214":50,"215":349,"221":315,"223":959,"224":59,"225":533,"23":581,"24":1862,"25":269,"257":98,"26":198,"268":6,"27":33,"273":49,"276":204,"279":24,"28":453,"281":2,"282":97,"291":27,"292":171,"30":25,"302":41,"306":5,"31":82,"314":4,"317":3,"32":43,"33":101,"34":57,"347":11,"35":35,"352":805,"36":243,"37":84,"38":544,"380":21,"381":109,"383":116,"389":1,"39":101,"391":14,"396":2,"397":20,"40":36,"409":50,"41":78,"414":17,"415":143,"419":115,"42":59,"426":5,"43":29,"430":29,"433":14,"44":31,"45":61,"46":165,"48":58,"49":60,"5":915,"51":57,"52":41,"53":83,"56":12,"570":8,"6":275,"63":118,"7":837,"79":42,"8":141,"80":51,"9":334,"all_client":121655,"all_tv_clinet":19736,"insert_time":"2014-08-24T10:25:53.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102109,"10":29,"107":690,"11":417,"12":138,"13":836,"14":306,"15":255,"155":96,"156":11,"158":82,"159":50,"16":217,"160":63,"161":267,"167":132,"168":2,"17":241,"18":1379,"19":859,"20":133,"209":35,"21":845,"210":18,"211":35,"214":49,"215":358,"221":322,"223":957,"224":56,"225":531,"23":596,"24":1850,"25":266,"257":105,"26":191,"268":5,"27":32,"273":61,"276":206,"279":28,"28":459,"281":1,"282":97,"291":28,"292":163,"30":25,"302":40,"306":6,"31":84,"314":5,"317":3,"32":42,"33":102,"34":56,"347":14,"35":33,"352":811,"36":248,"37":81,"38":537,"380":20,"381":112,"383":114,"389":1,"39":93,"391":12,"396":3,"397":22,"40":35,"409":45,"41":80,"414":17,"415":139,"419":119,"42":56,"426":7,"43":32,"430":33,"433":14,"44":29,"45":61,"46":154,"48":62,"49":60,"5":928,"51":55,"52":42,"53":78,"56":13,"570":8,"6":271,"63":125,"7":854,"79":42,"8":136,"80":57,"9":338,"all_client":121960,"all_tv_clinet":19851,"insert_time":"2014-08-24T10:26:54.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102208,"10":26,"107":682,"11":409,"12":140,"13":843,"14":305,"15":272,"155":96,"156":15,"158":76,"159":54,"16":228,"160":57,"161":251,"167":138,"168":2,"17":250,"18":1398,"19":921,"20":132,"209":36,"21":795,"210":20,"211":34,"214":49,"215":371,"221":316,"223":978,"224":53,"225":530,"23":613,"24":1787,"25":269,"257":106,"26":176,"268":3,"27":34,"273":81,"276":199,"279":29,"28":455,"281":2,"282":96,"291":29,"292":161,"30":27,"302":40,"306":6,"31":90,"314":8,"317":3,"32":47,"33":99,"34":57,"347":15,"35":33,"352":820,"36":248,"37":76,"38":533,"380":20,"381":114,"383":112,"389":3,"39":87,"391":11,"396":4,"397":20,"40":33,"409":36,"41":77,"414":17,"415":144,"419":124,"42":49,"426":7,"43":34,"430":36,"433":13,"44":27,"45":57,"46":157,"48":60,"49":61,"5":960,"51":60,"52":41,"53":83,"56":12,"570":7,"6":260,"63":129,"7":865,"79":45,"8":136,"80":66,"9":359,"all_client":122153,"all_tv_clinet":19945,"insert_time":"2014-08-24T10:27:55.827Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102361,"10":28,"107":713,"11":413,"12":146,"13":849,"14":305,"15":284,"155":95,"156":17,"158":73,"159":59,"16":232,"160":59,"161":245,"167":138,"168":2,"17":260,"18":1426,"19":945,"20":134,"209":36,"21":765,"210":20,"211":33,"214":50,"215":374,"221":316,"223":986,"224":47,"225":516,"23":634,"24":1717,"25":267,"257":108,"26":167,"268":3,"27":36,"273":85,"276":193,"279":28,"28":442,"281":3,"282":93,"291":28,"292":158,"30":29,"302":40,"306":6,"31":89,"314":11,"317":2,"32":50,"33":103,"34":64,"347":15,"35":35,"352":819,"36":245,"37":75,"38":528,"380":21,"381":122,"383":108,"389":3,"39":85,"391":14,"396":4,"397":18,"40":31,"409":33,"41":77,"414":17,"415":148,"419":130,"42":48,"426":8,"43":33,"430":37,"433":15,"44":23,"45":55,"46":158,"48":63,"49":62,"5":989,"51":67,"52":42,"53":84,"56":14,"570":8,"6":237,"63":136,"7":895,"79":45,"8":130,"80":70,"9":361,"all_client":122391,"all_tv_clinet":20030,"insert_time":"2014-08-24T10:28:56.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102483,"10":26,"107":702,"11":420,"12":145,"13":849,"14":322,"15":295,"155":94,"156":16,"158":67,"159":57,"16":242,"160":59,"161":252,"167":142,"168":1,"17":268,"18":1443,"19":960,"20":136,"209":39,"21":765,"210":21,"211":30,"214":53,"215":382,"221":315,"223":987,"224":49,"225":514,"23":657,"24":1680,"25":267,"257":111,"26":164,"268":3,"27":36,"273":89,"276":197,"279":34,"28":440,"281":4,"282":99,"291":28,"292":160,"30":30,"302":37,"306":6,"31":82,"314":11,"317":2,"32":53,"33":100,"34":65,"347":16,"35":37,"352":819,"36":238,"37":67,"38":516,"380":21,"381":127,"383":103,"389":3,"39":85,"391":18,"396":5,"397":15,"40":31,"409":33,"41":79,"414":17,"415":145,"419":134,"42":47,"426":8,"43":33,"430":41,"433":15,"44":24,"45":54,"46":147,"48":69,"49":64,"5":1014,"51":66,"52":42,"53":86,"56":16,"570":10,"6":227,"63":135,"7":903,"79":49,"8":124,"80":73,"9":359,"all_client":122604,"all_tv_clinet":20121,"insert_time":"2014-08-24T10:29:57.775Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102622,"10":27,"107":699,"11":417,"12":150,"13":837,"14":330,"15":302,"155":95,"156":15,"158":64,"159":55,"16":247,"160":60,"161":246,"167":146,"168":1,"17":271,"18":1475,"19":985,"20":134,"209":38,"21":772,"210":22,"211":31,"214":53,"215":384,"221":310,"223":987,"224":51,"225":519,"23":667,"24":1672,"25":265,"257":106,"26":156,"268":2,"27":35,"273":95,"276":205,"279":34,"28":433,"281":3,"282":95,"291":28,"292":158,"30":29,"302":39,"306":5,"31":79,"314":12,"317":2,"32":53,"33":96,"34":70,"347":16,"35":39,"352":833,"36":236,"37":64,"38":510,"380":20,"381":134,"383":104,"389":2,"39":85,"391":22,"396":6,"397":13,"40":33,"409":33,"41":76,"414":17,"415":145,"419":139,"42":46,"426":7,"43":33,"430":45,"433":16,"44":23,"45":51,"46":151,"48":72,"49":59,"5":1020,"51":61,"52":42,"53":82,"56":19,"570":9,"6":228,"63":142,"7":914,"79":50,"8":115,"80":73,"9":352,"all_client":122821,"all_tv_clinet":20199,"insert_time":"2014-08-24T10:30:59.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102781,"10":27,"107":703,"11":420,"12":165,"13":846,"14":321,"15":313,"155":97,"156":14,"158":62,"159":55,"16":259,"160":59,"161":231,"167":142,"168":1,"17":278,"18":1486,"19":1007,"20":136,"209":36,"21":768,"210":23,"211":30,"214":56,"215":402,"221":329,"223":988,"224":55,"225":540,"23":651,"24":1650,"25":266,"257":104,"26":156,"268":4,"27":32,"273":102,"276":218,"279":33,"28":421,"281":3,"282":93,"291":28,"292":150,"30":31,"302":49,"306":5,"31":72,"314":11,"317":2,"32":49,"33":95,"34":69,"347":14,"35":37,"352":829,"36":219,"37":61,"38":531,"380":18,"381":137,"383":103,"389":2,"39":86,"391":27,"396":6,"397":13,"40":34,"409":31,"41":77,"414":17,"415":147,"419":147,"42":43,"426":6,"43":36,"430":46,"433":15,"44":21,"45":46,"46":157,"48":71,"49":57,"5":1043,"51":60,"52":42,"53":81,"56":19,"570":8,"6":229,"63":141,"7":908,"79":50,"8":114,"80":75,"9":345,"all_client":123073,"all_tv_clinet":20292,"insert_time":"2014-08-24T10:32:00.216Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102898,"10":29,"107":683,"11":433,"12":180,"13":851,"14":301,"15":328,"155":100,"156":13,"158":60,"159":57,"16":274,"160":60,"161":234,"167":146,"168":1,"17":285,"18":1514,"19":999,"20":140,"209":34,"21":757,"210":20,"211":32,"214":54,"215":404,"221":341,"223":1002,"224":53,"225":550,"23":648,"24":1636,"25":266,"257":99,"26":155,"268":4,"27":32,"273":107,"276":226,"279":31,"28":415,"281":3,"282":91,"291":29,"292":147,"30":30,"302":53,"306":4,"31":77,"314":11,"317":2,"32":50,"33":99,"34":65,"347":15,"35":38,"352":845,"36":216,"37":61,"38":540,"380":18,"381":148,"383":100,"389":2,"39":85,"391":29,"396":6,"397":15,"40":33,"409":29,"41":76,"414":17,"415":155,"419":148,"42":42,"426":6,"43":33,"430":47,"433":14,"44":20,"45":42,"46":165,"48":63,"49":54,"5":1039,"51":65,"52":45,"53":92,"56":17,"570":9,"6":231,"63":144,"7":920,"79":51,"8":108,"80":69,"9":333,"all_client":123298,"all_tv_clinet":20400,"insert_time":"2014-08-24T10:33:01.324Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103069,"10":32,"107":689,"11":441,"12":183,"13":861,"14":293,"15":339,"155":100,"156":11,"158":61,"159":58,"16":279,"160":59,"161":237,"167":150,"168":1,"17":306,"18":1537,"19":940,"20":135,"209":35,"21":751,"210":19,"211":34,"214":54,"215":412,"221":335,"223":949,"224":51,"225":561,"23":650,"24":1655,"25":254,"257":97,"26":148,"268":4,"27":31,"273":115,"276":232,"279":32,"28":413,"281":3,"282":89,"291":29,"292":159,"30":31,"302":55,"306":3,"31":79,"314":7,"317":2,"32":50,"33":92,"34":58,"347":15,"35":36,"352":848,"36":222,"37":55,"38":546,"380":18,"381":153,"383":93,"389":2,"39":83,"391":33,"396":8,"397":18,"40":35,"409":29,"41":73,"414":15,"415":162,"419":156,"42":42,"426":6,"43":32,"430":44,"433":16,"44":22,"45":43,"46":159,"48":62,"49":56,"5":1064,"51":68,"52":43,"53":97,"56":14,"570":8,"6":234,"63":147,"7":934,"79":50,"8":102,"80":65,"9":323,"all_client":123501,"all_tv_clinet":20432,"insert_time":"2014-08-24T10:34:02.275Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103189,"10":33,"107":715,"11":432,"12":192,"13":872,"14":289,"15":341,"155":101,"156":10,"158":61,"159":58,"16":294,"160":59,"161":239,"167":144,"168":1,"17":307,"18":1552,"19":890,"20":135,"209":36,"21":747,"210":20,"211":35,"214":53,"215":416,"221":339,"223":918,"224":51,"225":575,"23":648,"24":1680,"25":251,"257":94,"26":144,"268":3,"27":30,"273":113,"276":238,"279":35,"28":415,"281":4,"282":94,"291":29,"292":158,"30":32,"302":58,"306":2,"31":75,"314":7,"317":1,"32":49,"33":91,"34":56,"347":18,"35":36,"352":851,"36":223,"37":56,"38":543,"380":18,"381":160,"383":89,"389":2,"39":83,"391":34,"396":10,"397":16,"40":39,"409":28,"41":72,"414":15,"415":164,"419":145,"42":42,"426":4,"43":30,"430":44,"433":16,"44":22,"45":45,"46":161,"48":57,"49":58,"5":1077,"51":69,"52":47,"53":99,"56":12,"570":11,"6":240,"63":157,"7":948,"79":50,"8":99,"80":66,"9":320,"all_client":123687,"all_tv_clinet":20498,"insert_time":"2014-08-24T10:35:03.212Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103239,"10":38,"107":750,"11":441,"12":196,"13":874,"14":295,"15":341,"155":100,"156":10,"158":62,"159":58,"16":299,"160":57,"161":235,"167":122,"168":1,"17":320,"18":1594,"19":851,"20":133,"209":36,"21":745,"210":21,"211":35,"214":53,"215":424,"221":342,"223":895,"224":51,"225":575,"23":654,"24":1691,"25":252,"257":91,"26":145,"268":3,"27":31,"273":124,"276":245,"279":35,"28":405,"281":4,"282":97,"291":30,"292":162,"30":34,"302":61,"306":1,"31":75,"314":6,"317":1,"32":52,"33":94,"34":55,"347":19,"35":35,"352":834,"36":227,"37":51,"38":537,"380":17,"381":165,"383":84,"389":1,"39":79,"391":36,"396":9,"397":12,"40":38,"409":32,"41":69,"414":15,"415":155,"419":139,"42":40,"426":3,"43":31,"430":44,"433":17,"44":22,"45":46,"46":154,"48":58,"49":54,"5":1117,"51":65,"52":48,"53":93,"56":15,"570":19,"6":246,"63":158,"7":958,"79":52,"8":96,"80":65,"9":314,"all_client":123810,"all_tv_clinet":20571,"insert_time":"2014-08-24T10:36:04.502Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103421,"10":42,"107":764,"11":441,"12":203,"13":878,"14":304,"15":330,"155":104,"156":9,"158":74,"159":53,"16":294,"160":56,"161":233,"167":107,"168":1,"17":334,"18":1589,"19":838,"20":132,"209":35,"21":718,"210":21,"211":34,"214":54,"215":432,"221":340,"223":897,"224":51,"225":572,"23":664,"24":1696,"25":241,"257":89,"26":157,"268":4,"27":32,"273":133,"276":253,"279":33,"28":401,"281":4,"282":102,"291":28,"292":167,"30":33,"302":59,"306":1,"31":71,"314":5,"317":1,"32":48,"33":90,"34":54,"347":22,"35":35,"352":837,"36":237,"37":48,"38":549,"380":20,"381":171,"383":78,"39":81,"391":38,"396":7,"397":11,"40":36,"409":32,"41":73,"414":18,"415":151,"419":133,"42":41,"426":2,"43":33,"430":44,"433":15,"44":28,"45":44,"46":154,"48":62,"49":53,"5":1117,"51":65,"52":54,"53":93,"56":16,"570":21,"6":259,"63":165,"7":954,"79":46,"8":91,"80":67,"9":318,"all_client":124046,"all_tv_clinet":20625,"insert_time":"2014-08-24T10:37:05.475Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103463,"10":42,"107":755,"11":462,"12":207,"13":876,"14":306,"15":317,"155":105,"156":9,"158":72,"159":50,"16":282,"160":55,"161":233,"167":111,"168":1,"17":338,"18":1608,"19":828,"20":131,"209":36,"21":712,"210":22,"211":29,"214":55,"215":441,"221":343,"223":916,"224":49,"225":577,"23":659,"24":1680,"25":245,"257":91,"26":165,"268":4,"27":34,"273":136,"276":259,"279":31,"28":400,"281":3,"282":103,"291":28,"292":163,"30":30,"302":59,"306":1,"31":69,"314":6,"317":1,"32":47,"33":90,"34":58,"347":18,"35":32,"352":834,"36":238,"37":47,"38":539,"380":21,"381":177,"383":75,"39":80,"391":37,"396":6,"397":12,"40":35,"409":31,"41":70,"414":16,"415":157,"419":136,"42":45,"426":2,"43":34,"430":44,"433":15,"44":28,"45":43,"46":155,"48":66,"49":51,"5":1136,"51":64,"52":59,"53":93,"56":17,"570":22,"6":274,"63":166,"7":927,"79":46,"8":88,"80":67,"9":316,"all_client":124112,"all_tv_clinet":20649,"insert_time":"2014-08-24T10:38:06.580Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103607,"10":36,"107":747,"11":476,"12":200,"13":884,"14":314,"15":322,"155":108,"156":11,"158":72,"159":43,"16":268,"160":60,"161":236,"167":128,"168":1,"17":351,"18":1606,"19":832,"20":130,"209":33,"21":707,"210":22,"211":27,"214":58,"215":441,"221":339,"223":899,"224":48,"225":583,"23":662,"24":1685,"25":254,"257":91,"26":165,"268":4,"27":31,"273":130,"276":261,"279":31,"28":392,"281":3,"282":106,"291":28,"292":169,"30":31,"302":59,"306":1,"31":73,"314":5,"317":1,"32":41,"33":87,"34":56,"347":16,"35":34,"352":840,"36":235,"37":44,"38":539,"380":20,"381":180,"383":72,"39":82,"391":41,"396":4,"397":16,"40":38,"409":29,"41":72,"414":17,"415":164,"419":133,"42":45,"426":1,"43":31,"430":46,"433":16,"44":28,"45":44,"46":167,"48":72,"49":52,"5":1152,"51":64,"52":57,"53":90,"56":14,"570":21,"6":285,"63":162,"7":908,"79":45,"8":85,"80":66,"9":309,"all_client":124291,"all_tv_clinet":20684,"insert_time":"2014-08-24T10:39:07.602Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103748,"10":35,"107":755,"11":513,"12":195,"13":889,"14":318,"15":320,"155":106,"156":11,"158":70,"159":40,"16":259,"160":65,"161":238,"167":133,"168":1,"17":350,"18":1607,"19":844,"20":123,"209":30,"21":701,"210":24,"211":25,"214":57,"215":433,"221":341,"223":882,"224":50,"225":581,"23":664,"24":1674,"25":253,"257":89,"26":165,"268":4,"27":35,"273":116,"276":262,"279":33,"28":388,"281":3,"282":112,"291":30,"292":159,"30":31,"302":59,"306":1,"31":72,"314":6,"317":1,"32":38,"33":93,"34":56,"347":16,"35":35,"352":846,"36":229,"37":45,"38":560,"380":20,"381":184,"383":72,"39":84,"391":41,"396":4,"397":20,"40":37,"409":33,"41":70,"414":19,"415":165,"419":125,"42":44,"426":1,"43":30,"430":46,"433":19,"44":27,"45":40,"46":170,"48":79,"49":49,"5":1162,"51":64,"52":57,"53":85,"56":12,"570":18,"6":302,"63":165,"7":901,"79":47,"8":83,"80":68,"9":303,"all_client":124465,"all_tv_clinet":20717,"insert_time":"2014-08-24T10:40:08.683Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103905,"10":39,"107":757,"11":530,"12":203,"13":878,"14":333,"15":316,"155":106,"156":10,"158":70,"159":38,"16":248,"160":65,"161":237,"167":133,"168":1,"17":356,"18":1606,"19":861,"20":125,"209":31,"21":697,"210":25,"211":23,"214":56,"215":422,"221":359,"223":851,"224":51,"225":576,"23":664,"24":1663,"25":254,"257":94,"26":167,"268":5,"27":35,"273":107,"276":264,"279":36,"28":391,"281":4,"282":116,"291":30,"292":160,"30":33,"302":61,"306":1,"31":74,"314":4,"317":1,"32":41,"33":95,"34":52,"347":17,"35":34,"352":854,"36":234,"37":47,"38":559,"380":21,"381":185,"383":70,"39":83,"391":40,"396":2,"397":16,"40":36,"409":35,"41":71,"414":25,"415":168,"419":123,"42":39,"426":1,"43":31,"430":48,"433":20,"44":27,"45":42,"46":169,"48":84,"49":50,"5":1168,"51":62,"52":56,"53":86,"56":11,"570":18,"6":313,"63":171,"7":910,"79":49,"8":79,"80":70,"9":310,"all_client":124694,"all_tv_clinet":20789,"insert_time":"2014-08-24T10:41:09.896Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104141,"10":44,"107":756,"11":561,"12":206,"13":855,"14":344,"15":300,"155":108,"156":10,"158":70,"159":33,"16":255,"160":66,"161":239,"167":139,"168":1,"17":353,"18":1599,"19":892,"20":124,"209":30,"21":685,"210":27,"211":22,"214":54,"215":428,"221":358,"223":824,"224":50,"225":580,"23":653,"24":1625,"25":248,"257":100,"26":162,"268":5,"27":36,"273":101,"276":270,"279":34,"28":396,"281":5,"282":118,"291":28,"292":147,"30":34,"302":63,"306":1,"31":65,"314":3,"317":1,"32":36,"33":97,"34":50,"347":15,"35":36,"352":854,"36":229,"37":45,"38":565,"380":20,"381":187,"383":71,"39":85,"391":38,"396":3,"397":13,"40":38,"409":32,"41":68,"414":27,"415":173,"419":128,"42":41,"426":1,"43":41,"430":47,"433":20,"44":28,"45":46,"46":167,"48":82,"49":51,"5":1175,"51":62,"52":52,"53":89,"56":10,"570":14,"6":330,"63":184,"7":923,"79":52,"8":71,"80":68,"9":314,"all_client":124927,"all_tv_clinet":20786,"insert_time":"2014-08-24T10:42:10.841Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104382,"10":45,"107":760,"11":594,"12":218,"13":810,"14":347,"15":283,"155":108,"156":10,"158":68,"159":29,"16":256,"160":67,"161":234,"167":140,"168":1,"17":348,"18":1604,"19":942,"20":126,"209":32,"21":681,"210":27,"211":20,"214":53,"215":443,"221":363,"223":804,"224":49,"225":581,"23":657,"24":1600,"25":240,"257":98,"26":158,"268":6,"27":33,"273":97,"276":278,"279":33,"28":400,"281":5,"282":119,"291":29,"292":143,"30":36,"302":65,"306":1,"31":63,"314":2,"317":1,"32":49,"33":93,"34":52,"347":15,"35":37,"352":866,"36":229,"37":42,"38":561,"380":19,"381":189,"383":68,"39":80,"391":41,"396":3,"397":12,"40":39,"409":29,"41":69,"414":25,"415":178,"419":130,"42":37,"426":1,"43":42,"430":48,"433":19,"44":29,"45":47,"46":158,"48":78,"49":51,"5":1179,"51":63,"52":49,"53":87,"56":10,"570":12,"6":347,"63":187,"7":939,"79":52,"8":75,"80":62,"9":322,"all_client":125209,"all_tv_clinet":20827,"insert_time":"2014-08-24T10:43:11.907Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104601,"10":47,"107":781,"11":614,"12":230,"13":755,"14":348,"15":270,"155":114,"156":9,"158":69,"159":26,"16":264,"160":68,"161":228,"167":139,"168":1,"17":355,"18":1600,"19":950,"20":124,"209":32,"21":681,"210":27,"211":20,"214":53,"215":455,"221":340,"223":788,"224":50,"225":587,"23":664,"24":1584,"25":232,"257":95,"26":162,"268":7,"27":35,"273":99,"276":278,"279":35,"28":403,"281":5,"282":123,"291":29,"292":134,"30":34,"302":69,"306":1,"31":56,"314":2,"317":1,"32":53,"33":92,"34":47,"347":15,"35":37,"352":889,"36":223,"37":38,"38":562,"380":19,"381":193,"383":64,"39":77,"391":38,"396":3,"397":13,"40":43,"409":27,"41":75,"414":26,"415":178,"419":131,"42":34,"426":1,"43":44,"430":50,"433":17,"44":30,"45":46,"46":170,"48":77,"49":49,"5":1177,"51":64,"52":49,"53":87,"56":12,"570":10,"6":358,"63":191,"7":941,"79":53,"8":77,"80":59,"9":324,"all_client":125437,"all_tv_clinet":20836,"insert_time":"2014-08-24T10:44:12.997Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104764,"10":47,"107":803,"11":636,"12":238,"13":719,"14":344,"15":256,"155":113,"156":7,"158":79,"159":26,"16":270,"160":64,"161":233,"167":138,"168":2,"17":357,"18":1570,"19":965,"20":130,"209":33,"21":687,"210":26,"211":21,"214":53,"215":459,"221":337,"223":779,"224":46,"225":591,"23":657,"24":1577,"25":222,"257":94,"26":172,"268":7,"27":37,"273":105,"276":280,"279":34,"28":398,"281":5,"282":132,"291":31,"292":120,"30":34,"302":68,"306":1,"31":54,"314":2,"317":1,"32":59,"33":98,"34":47,"347":14,"35":40,"352":897,"36":224,"37":37,"38":569,"380":19,"381":198,"383":63,"389":1,"39":77,"391":36,"396":4,"397":14,"40":45,"409":30,"41":77,"414":25,"415":178,"419":129,"42":35,"426":3,"43":42,"430":54,"433":16,"44":34,"45":44,"46":177,"48":71,"49":51,"5":1182,"51":61,"52":47,"53":87,"56":11,"570":8,"6":379,"63":191,"7":949,"79":52,"8":84,"80":59,"9":317,"all_client":125659,"all_tv_clinet":20895,"insert_time":"2014-08-24T10:45:13.921Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104983,"10":51,"107":802,"11":651,"12":247,"13":701,"14":349,"15":252,"155":110,"156":9,"158":80,"159":26,"16":271,"160":61,"161":231,"167":141,"168":1,"17":350,"18":1587,"19":960,"20":126,"209":33,"21":685,"210":26,"211":22,"214":54,"215":468,"221":341,"223":784,"224":43,"225":602,"23":643,"24":1542,"25":222,"257":101,"26":183,"268":7,"27":39,"273":111,"276":281,"279":36,"28":409,"281":5,"282":135,"291":33,"292":114,"30":34,"302":67,"306":1,"31":58,"314":2,"317":1,"32":54,"33":98,"34":43,"347":16,"35":38,"352":892,"36":214,"37":38,"38":572,"380":21,"381":203,"383":64,"389":2,"39":76,"391":37,"396":5,"397":14,"40":47,"409":26,"41":79,"414":24,"415":175,"419":132,"42":33,"426":3,"43":41,"430":57,"433":15,"44":33,"45":42,"46":182,"48":69,"49":52,"5":1202,"51":61,"52":44,"53":87,"56":12,"570":6,"6":391,"63":188,"7":958,"79":50,"8":88,"80":58,"9":310,"all_client":125923,"all_tv_clinet":20940,"insert_time":"2014-08-24T10:46:14.846Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105244,"10":58,"107":787,"11":684,"12":249,"13":669,"14":341,"15":242,"155":106,"156":10,"158":80,"159":29,"16":276,"160":64,"161":231,"167":145,"168":1,"17":335,"18":1609,"19":949,"20":122,"209":32,"21":694,"210":28,"211":22,"214":53,"215":473,"221":346,"223":772,"224":44,"225":591,"23":641,"24":1523,"25":222,"257":99,"26":180,"268":7,"27":39,"273":119,"276":282,"279":37,"28":412,"281":5,"282":141,"291":33,"292":110,"30":37,"302":66,"306":1,"31":58,"314":3,"317":1,"32":58,"33":101,"34":44,"347":17,"35":36,"352":882,"36":217,"37":34,"38":569,"380":21,"381":207,"383":62,"389":2,"39":78,"391":35,"396":4,"397":14,"40":50,"409":26,"41":78,"414":22,"415":177,"419":135,"42":31,"426":3,"43":41,"430":57,"433":13,"44":29,"45":43,"46":187,"48":72,"49":48,"5":1213,"51":56,"52":40,"53":92,"56":10,"570":10,"6":413,"63":184,"7":981,"79":49,"8":89,"80":57,"9":301,"all_client":126190,"all_tv_clinet":20946,"insert_time":"2014-08-24T10:47:15.850Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105409,"10":61,"107":785,"11":702,"12":243,"13":662,"14":307,"15":240,"155":98,"156":9,"158":77,"159":30,"16":283,"160":67,"161":226,"167":145,"168":1,"17":318,"18":1650,"19":930,"20":120,"209":33,"21":698,"210":28,"211":23,"214":54,"215":485,"221":353,"223":757,"224":44,"225":601,"23":636,"24":1514,"25":214,"257":105,"26":182,"268":7,"27":42,"273":115,"276":285,"279":41,"28":408,"281":5,"282":140,"291":37,"292":115,"30":34,"302":68,"306":1,"31":60,"314":3,"317":1,"32":54,"33":99,"34":47,"347":18,"35":44,"352":881,"36":220,"37":35,"38":568,"380":21,"381":212,"383":62,"389":1,"39":75,"391":35,"396":4,"397":10,"40":51,"409":25,"41":75,"414":21,"415":175,"419":134,"42":31,"426":2,"43":40,"430":61,"433":11,"44":25,"45":45,"46":191,"48":73,"49":52,"5":1232,"51":56,"52":40,"53":101,"56":11,"570":14,"6":435,"63":187,"7":1003,"79":51,"8":85,"80":57,"9":302,"all_client":126424,"all_tv_clinet":21015,"insert_time":"2014-08-24T10:48:16.879Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105571,"10":60,"107":803,"11":724,"12":254,"13":651,"14":277,"15":245,"155":90,"156":6,"158":80,"159":28,"16":295,"160":71,"161":231,"167":146,"168":1,"17":306,"18":1686,"19":893,"20":121,"209":34,"21":704,"210":27,"211":21,"214":54,"215":486,"221":363,"223":759,"224":44,"225":612,"23":640,"24":1519,"25":219,"257":111,"26":180,"268":7,"27":47,"273":111,"276":287,"279":41,"28":401,"281":5,"282":143,"291":37,"292":125,"30":31,"302":71,"306":1,"31":59,"314":3,"32":52,"33":94,"34":48,"347":18,"35":47,"352":869,"36":225,"37":36,"38":560,"380":22,"381":215,"383":60,"389":1,"39":79,"391":33,"396":5,"397":9,"40":52,"409":25,"41":74,"414":21,"415":177,"419":140,"42":35,"426":2,"43":40,"430":65,"433":11,"44":25,"45":46,"46":199,"48":73,"49":51,"5":1238,"51":53,"52":39,"53":103,"56":10,"570":17,"6":445,"63":190,"7":1006,"79":54,"8":83,"80":57,"9":297,"all_client":126682,"all_tv_clinet":21111,"insert_time":"2014-08-24T10:49:17.820Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105830,"10":54,"107":810,"11":743,"12":258,"13":629,"14":249,"15":260,"155":83,"156":8,"158":80,"159":27,"16":310,"160":66,"161":231,"167":148,"168":1,"17":291,"18":1700,"19":849,"20":116,"209":37,"21":715,"210":29,"211":23,"214":53,"215":491,"221":362,"223":761,"224":42,"225":617,"23":635,"24":1543,"25":220,"257":111,"26":173,"268":7,"27":45,"273":113,"276":286,"279":45,"28":394,"281":5,"282":143,"291":37,"292":137,"30":31,"302":71,"306":2,"31":64,"314":3,"32":55,"33":91,"34":51,"347":19,"35":45,"352":866,"36":227,"37":37,"38":573,"380":22,"381":218,"383":62,"389":1,"39":77,"391":32,"396":7,"397":7,"40":49,"409":25,"41":77,"414":22,"415":176,"419":143,"42":38,"426":2,"43":42,"430":63,"433":9,"44":26,"45":43,"46":205,"48":70,"49":52,"5":1237,"51":59,"52":39,"53":100,"56":6,"570":17,"6":463,"63":200,"7":1029,"79":58,"8":84,"80":59,"9":301,"all_client":127022,"all_tv_clinet":21192,"insert_time":"2014-08-24T10:50:19.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105989,"10":52,"107":820,"11":769,"12":271,"13":615,"14":241,"15":274,"155":81,"156":8,"158":85,"159":26,"16":308,"160":63,"161":237,"167":150,"168":1,"17":285,"18":1690,"19":830,"20":110,"209":34,"21":712,"210":30,"211":20,"214":53,"215":493,"221":358,"223":764,"224":43,"225":629,"23":629,"24":1557,"25":223,"257":118,"26":173,"268":6,"27":46,"273":115,"276":285,"279":48,"28":392,"281":7,"282":145,"291":37,"292":136,"30":32,"302":73,"306":3,"31":74,"314":3,"32":66,"33":89,"34":50,"347":21,"35":45,"352":875,"36":230,"37":39,"38":580,"380":22,"381":221,"383":60,"389":1,"39":76,"391":32,"396":6,"397":7,"40":51,"409":27,"41":78,"414":28,"415":174,"419":144,"42":37,"426":2,"43":38,"430":62,"433":8,"44":28,"45":41,"46":193,"48":65,"49":49,"5":1225,"51":57,"52":39,"53":84,"56":5,"570":18,"6":471,"63":201,"7":1030,"79":66,"8":86,"80":57,"9":315,"all_client":127242,"all_tv_clinet":21253,"insert_time":"2014-08-24T10:51:20.247Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106200,"10":55,"107":817,"11":783,"12":282,"13":597,"14":235,"15":279,"155":74,"156":8,"158":87,"159":27,"16":304,"160":63,"161":237,"167":146,"17":282,"18":1663,"19":832,"20":108,"209":34,"21":736,"210":30,"211":20,"214":55,"215":502,"221":342,"223":758,"224":41,"225":601,"23":637,"24":1598,"25":222,"257":117,"26":181,"268":6,"27":47,"273":116,"276":286,"279":47,"28":389,"281":8,"282":145,"291":36,"292":140,"30":33,"302":76,"306":3,"31":78,"314":3,"32":71,"33":93,"34":52,"347":19,"35":49,"352":900,"36":233,"37":35,"38":576,"380":22,"381":227,"383":53,"389":1,"39":77,"391":35,"396":6,"397":8,"40":49,"409":30,"41":73,"414":31,"415":178,"419":145,"42":37,"426":2,"43":41,"430":58,"433":8,"44":29,"45":40,"46":196,"48":61,"49":51,"5":1210,"51":56,"52":38,"53":77,"56":6,"570":17,"6":487,"63":205,"7":1037,"79":75,"8":85,"80":53,"9":330,"all_client":127528,"all_tv_clinet":21328,"insert_time":"2014-08-24T10:52:21.150Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106404,"10":57,"107":828,"11":809,"12":295,"13":562,"14":236,"15":291,"155":70,"156":6,"158":90,"159":23,"16":295,"160":63,"161":239,"167":150,"17":281,"18":1635,"19":825,"20":113,"209":34,"21":747,"210":31,"211":23,"214":56,"215":504,"221":348,"223":759,"224":43,"225":599,"23":644,"24":1628,"25":223,"257":117,"26":184,"268":8,"27":46,"273":109,"276":289,"279":48,"28":386,"281":9,"282":149,"291":36,"292":139,"30":37,"302":73,"306":2,"31":81,"314":4,"32":82,"33":91,"34":54,"347":17,"35":50,"352":902,"36":237,"37":40,"38":585,"380":23,"381":231,"383":49,"389":1,"39":75,"391":34,"396":6,"397":8,"40":54,"409":35,"41":72,"414":34,"415":178,"419":147,"42":38,"426":2,"43":40,"430":55,"433":8,"44":31,"45":37,"46":197,"48":66,"49":50,"5":1209,"51":49,"52":37,"53":69,"56":6,"570":25,"6":497,"63":199,"7":1039,"79":82,"8":82,"80":52,"9":331,"all_client":127834,"all_tv_clinet":21430,"insert_time":"2014-08-24T10:53:22.098Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106551,"10":58,"107":821,"11":844,"12":287,"13":556,"14":232,"15":301,"155":69,"156":6,"158":87,"159":24,"16":305,"160":61,"161":228,"167":151,"17":276,"18":1597,"19":829,"20":112,"209":35,"21":755,"210":31,"211":26,"214":58,"215":511,"221":354,"223":760,"224":46,"225":606,"23":643,"24":1661,"25":222,"257":117,"26":186,"268":10,"27":44,"273":105,"276":295,"279":46,"28":387,"281":10,"282":151,"291":34,"292":142,"30":36,"302":72,"306":2,"31":77,"314":4,"32":79,"33":92,"34":53,"347":18,"35":48,"352":887,"36":239,"37":44,"38":582,"380":22,"381":227,"383":51,"389":1,"39":72,"391":33,"396":6,"397":9,"40":55,"409":38,"41":76,"414":33,"415":186,"419":146,"42":39,"426":2,"43":39,"430":54,"433":7,"44":32,"45":35,"46":206,"48":64,"49":48,"5":1186,"51":47,"52":34,"53":73,"56":7,"570":42,"6":508,"63":184,"7":1037,"79":81,"8":81,"80":51,"9":356,"all_client":128031,"all_tv_clinet":21480,"insert_time":"2014-08-24T10:54:23.126Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106718,"10":62,"107":837,"11":874,"12":259,"13":545,"14":230,"15":324,"155":66,"156":5,"158":86,"159":24,"16":309,"160":57,"161":226,"167":153,"17":269,"18":1548,"19":857,"20":116,"209":31,"21":758,"210":31,"211":24,"214":58,"215":511,"221":353,"223":753,"224":47,"225":609,"23":642,"24":1668,"25":229,"257":117,"26":196,"268":10,"27":44,"273":109,"276":300,"279":48,"28":389,"281":11,"282":156,"291":33,"292":144,"30":38,"302":73,"306":2,"31":75,"314":2,"32":75,"33":91,"34":57,"347":18,"35":44,"352":874,"36":235,"37":43,"38":571,"380":21,"381":222,"383":50,"39":70,"391":33,"396":5,"397":14,"40":52,"409":39,"41":81,"414":37,"415":197,"419":152,"42":39,"426":2,"43":37,"430":56,"433":7,"44":29,"45":36,"46":208,"48":64,"49":45,"5":1195,"51":49,"52":37,"53":83,"56":7,"570":43,"6":535,"63":179,"7":1034,"79":82,"8":81,"80":52,"9":385,"all_client":128292,"all_tv_clinet":21574,"insert_time":"2014-08-24T10:55:24.097Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106858,"10":71,"107":828,"11":913,"12":228,"13":544,"14":220,"15":342,"155":68,"156":5,"158":85,"159":22,"16":321,"160":56,"161":227,"167":153,"17":272,"18":1523,"19":882,"20":114,"209":35,"21":752,"210":33,"211":21,"214":60,"215":513,"221":349,"223":780,"224":45,"225":627,"23":646,"24":1668,"25":234,"257":123,"26":210,"268":8,"27":42,"273":114,"276":307,"279":46,"28":389,"281":11,"282":163,"291":34,"292":149,"30":34,"302":72,"306":2,"31":72,"32":70,"33":92,"34":54,"347":19,"35":42,"352":883,"36":237,"37":43,"38":566,"380":21,"381":221,"383":49,"39":72,"391":34,"396":4,"397":13,"40":50,"409":39,"41":83,"414":42,"415":210,"419":152,"42":40,"426":2,"43":39,"430":64,"433":5,"44":27,"45":36,"46":212,"48":66,"49":48,"5":1193,"51":46,"52":37,"53":91,"56":8,"570":37,"6":556,"63":181,"7":1012,"79":87,"8":83,"80":56,"9":420,"all_client":128613,"all_tv_clinet":21755,"insert_time":"2014-08-24T10:56:25.072Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107048,"10":75,"107":828,"11":939,"12":210,"13":529,"14":208,"15":368,"155":65,"156":5,"158":77,"159":21,"16":338,"160":55,"161":233,"167":153,"17":273,"18":1480,"19":870,"20":110,"209":41,"21":759,"210":35,"211":21,"214":57,"215":512,"221":343,"223":781,"224":43,"225":640,"23":635,"24":1680,"25":233,"257":123,"26":216,"268":8,"27":44,"273":111,"276":308,"279":45,"28":397,"281":12,"282":175,"291":34,"292":151,"30":33,"302":72,"306":1,"31":73,"32":64,"33":92,"34":55,"347":15,"35":43,"352":896,"36":246,"37":43,"38":561,"380":21,"381":230,"383":51,"39":72,"391":33,"396":4,"397":14,"40":46,"409":43,"41":89,"414":46,"415":206,"419":158,"42":36,"426":2,"43":39,"430":65,"433":6,"44":24,"45":39,"46":207,"48":66,"49":50,"5":1203,"51":48,"52":39,"53":94,"56":6,"570":23,"6":564,"63":189,"7":995,"79":94,"8":84,"80":57,"9":448,"all_client":128874,"all_tv_clinet":21826,"insert_time":"2014-08-24T10:57:26.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107195,"10":71,"107":858,"11":977,"12":197,"13":529,"14":195,"15":387,"155":59,"156":5,"158":73,"159":22,"16":351,"160":57,"161":246,"167":156,"168":1,"17":274,"18":1453,"19":844,"20":112,"209":40,"21":784,"210":39,"211":23,"214":55,"215":499,"221":374,"223":794,"224":43,"225":633,"23":614,"24":1700,"25":238,"257":121,"26":212,"268":8,"27":43,"273":108,"276":318,"279":47,"28":400,"281":12,"282":173,"291":35,"292":142,"30":32,"302":71,"306":1,"31":76,"314":1,"32":57,"33":96,"34":55,"347":15,"35":43,"352":890,"36":255,"37":42,"38":555,"380":21,"381":238,"383":59,"39":76,"391":36,"396":4,"397":12,"40":47,"409":42,"41":86,"414":56,"415":199,"419":172,"42":34,"426":4,"43":40,"430":64,"433":6,"44":25,"45":37,"46":201,"48":68,"49":48,"5":1240,"51":51,"52":38,"53":92,"56":6,"570":23,"6":590,"63":185,"7":986,"79":103,"8":85,"80":56,"9":442,"all_client":129178,"all_tv_clinet":21983,"insert_time":"2014-08-24T10:58:27.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107358,"10":77,"107":862,"11":1037,"12":182,"13":537,"14":191,"15":394,"155":61,"156":7,"158":71,"159":20,"16":372,"160":51,"161":260,"167":160,"168":3,"17":285,"18":1440,"19":823,"20":110,"209":40,"21":795,"210":41,"211":22,"214":53,"215":493,"221":392,"223":784,"224":43,"225":622,"23":605,"24":1697,"25":227,"257":121,"26":215,"268":7,"27":42,"273":114,"276":323,"279":53,"28":401,"281":14,"282":175,"291":35,"292":140,"30":29,"302":73,"306":1,"31":73,"314":2,"32":58,"33":104,"34":54,"347":15,"35":40,"352":888,"36":248,"37":43,"38":550,"380":21,"381":241,"383":60,"39":78,"391":40,"396":4,"397":13,"40":45,"409":41,"41":86,"414":67,"415":190,"419":179,"42":34,"426":5,"43":43,"430":67,"433":7,"44":27,"45":35,"46":195,"48":64,"49":44,"5":1316,"51":49,"52":44,"53":98,"56":8,"570":24,"6":630,"63":167,"7":975,"79":116,"8":85,"80":53,"9":412,"all_client":129496,"all_tv_clinet":22138,"insert_time":"2014-08-24T10:59:28.284Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107526,"10":82,"107":844,"11":1078,"12":172,"13":532,"14":183,"15":409,"155":65,"156":7,"158":80,"159":20,"16":392,"160":50,"161":263,"167":160,"168":4,"17":295,"18":1439,"19":806,"20":113,"209":38,"21":776,"210":42,"211":22,"214":53,"215":479,"221":397,"223":789,"224":48,"225":616,"23":594,"24":1691,"25":227,"257":127,"26":215,"268":5,"27":41,"273":117,"276":326,"279":55,"28":401,"281":13,"282":181,"291":36,"292":147,"30":30,"302":70,"306":1,"31":77,"314":4,"32":61,"33":105,"34":56,"347":16,"35":39,"352":884,"36":247,"37":41,"38":562,"380":22,"381":248,"383":59,"39":79,"391":48,"396":4,"397":14,"40":40,"409":37,"41":88,"414":73,"415":190,"419":182,"42":35,"426":6,"43":45,"430":80,"433":8,"44":24,"45":33,"46":188,"48":65,"49":42,"5":1452,"51":48,"52":43,"53":98,"56":8,"570":18,"6":658,"63":160,"7":968,"79":118,"8":81,"80":46,"9":377,"all_client":129834,"all_tv_clinet":22308,"insert_time":"2014-08-24T11:00:29.250Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107692,"10":83,"107":831,"11":1131,"12":159,"13":524,"14":178,"15":415,"155":70,"156":7,"158":84,"159":21,"16":398,"160":46,"161":271,"167":166,"168":3,"17":306,"18":1470,"19":795,"20":118,"209":41,"21":747,"210":45,"211":22,"214":50,"215":466,"221":390,"223":783,"224":47,"225":606,"23":559,"24":1621,"25":219,"257":130,"26":209,"268":5,"27":40,"273":111,"276":319,"279":53,"28":391,"281":12,"282":202,"291":39,"292":148,"30":32,"302":69,"306":1,"31":75,"314":4,"32":68,"33":104,"34":53,"347":14,"35":44,"352":887,"36":240,"37":39,"38":547,"380":22,"381":262,"383":54,"39":76,"391":48,"396":3,"397":15,"40":41,"409":38,"41":91,"414":80,"415":189,"419":172,"42":36,"426":6,"43":46,"430":91,"433":12,"44":21,"45":33,"46":173,"48":65,"49":44,"5":1752,"51":46,"52":39,"53":100,"56":8,"570":18,"6":685,"63":149,"7":973,"79":126,"8":80,"80":46,"9":354,"all_client":130194,"all_tv_clinet":22502,"insert_time":"2014-08-24T11:01:30.386Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107869,"10":85,"107":827,"11":1144,"12":145,"13":528,"14":181,"15":411,"155":69,"156":6,"158":86,"159":22,"16":386,"160":44,"161":292,"167":168,"168":3,"17":314,"18":1468,"19":787,"20":124,"209":37,"21":721,"210":53,"211":23,"214":55,"215":463,"221":388,"223":775,"224":48,"225":590,"23":528,"24":1563,"25":211,"257":140,"26":190,"268":5,"27":40,"273":110,"276":309,"279":55,"28":373,"281":12,"282":219,"291":39,"292":154,"30":31,"302":66,"306":1,"31":70,"314":4,"32":65,"33":103,"34":51,"347":11,"35":54,"352":905,"36":238,"37":39,"38":555,"380":23,"381":265,"383":55,"39":73,"391":53,"396":3,"397":16,"40":39,"409":38,"41":90,"414":83,"415":187,"419":157,"42":35,"426":5,"43":42,"430":98,"433":15,"44":20,"45":34,"46":162,"48":64,"49":44,"5":2093,"51":44,"52":34,"53":99,"56":8,"570":18,"6":686,"63":137,"7":990,"79":131,"8":73,"80":46,"9":369,"all_client":130582,"all_tv_clinet":22713,"insert_time":"2014-08-24T11:02:31.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108005,"10":85,"107":854,"11":1163,"12":128,"13":527,"14":184,"15":425,"155":76,"156":7,"158":86,"159":21,"16":382,"160":44,"161":294,"167":171,"168":2,"17":314,"18":1471,"19":791,"20":126,"209":36,"21":702,"210":54,"211":26,"214":56,"215":459,"221":367,"223":778,"224":49,"225":583,"23":491,"24":1507,"25":209,"257":140,"26":181,"268":5,"27":37,"273":109,"276":299,"279":60,"28":370,"281":12,"282":235,"291":37,"292":155,"30":28,"302":65,"306":1,"31":66,"314":4,"32":65,"33":106,"34":49,"347":10,"35":54,"352":896,"36":230,"37":36,"38":554,"380":23,"381":259,"383":55,"39":73,"391":55,"396":3,"397":21,"40":39,"409":43,"41":81,"414":86,"415":183,"419":133,"42":34,"426":6,"43":42,"430":108,"431":1,"433":16,"44":22,"45":36,"46":160,"48":63,"49":40,"5":2447,"51":45,"52":28,"53":103,"56":6,"570":18,"6":688,"63":120,"7":970,"79":140,"8":68,"80":41,"9":384,"all_client":130917,"all_tv_clinet":22912,"insert_time":"2014-08-24T11:03:32.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108160,"10":84,"107":836,"11":1171,"12":121,"13":515,"14":176,"15":421,"155":84,"156":15,"158":84,"159":18,"16":387,"160":40,"161":283,"167":175,"168":2,"17":320,"18":1478,"19":767,"20":126,"209":35,"21":677,"210":57,"211":26,"214":61,"215":454,"221":380,"223":785,"224":52,"225":579,"23":461,"24":1504,"25":218,"257":140,"26":176,"268":5,"27":39,"273":113,"276":293,"279":60,"28":366,"281":12,"282":250,"291":38,"292":160,"30":28,"302":63,"306":2,"31":62,"314":4,"32":59,"33":109,"34":49,"347":11,"35":47,"352":889,"36":235,"37":34,"38":554,"380":22,"381":258,"383":51,"39":69,"391":61,"396":3,"397":22,"40":38,"409":48,"41":75,"414":89,"415":189,"419":113,"42":34,"426":6,"43":43,"430":113,"431":1,"433":16,"44":26,"45":35,"46":163,"48":62,"49":40,"5":2703,"51":43,"52":29,"53":99,"56":6,"570":18,"6":686,"63":109,"7":981,"79":148,"8":57,"80":35,"9":404,"all_client":131245,"all_tv_clinet":23085,"insert_time":"2014-08-24T11:04:33.449Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108328,"10":83,"107":839,"11":1194,"12":119,"13":513,"14":184,"15":410,"155":91,"156":17,"158":85,"159":20,"16":385,"160":38,"161":268,"167":178,"168":1,"17":324,"18":1469,"19":749,"20":124,"209":31,"21":654,"210":58,"211":28,"214":63,"215":443,"221":382,"223":772,"224":50,"225":569,"23":444,"24":1467,"25":227,"257":137,"26":173,"268":5,"27":40,"273":114,"276":290,"279":60,"28":367,"281":10,"282":260,"291":43,"292":168,"30":27,"302":67,"306":2,"31":63,"314":5,"32":65,"33":111,"34":51,"347":12,"35":41,"352":880,"36":230,"37":35,"38":559,"380":22,"381":265,"383":48,"39":71,"391":62,"396":5,"397":24,"40":40,"409":47,"41":73,"414":88,"415":187,"419":108,"42":35,"426":8,"43":41,"430":123,"431":1,"433":14,"44":25,"45":34,"46":166,"48":65,"49":38,"5":2867,"51":43,"52":28,"53":88,"56":4,"570":18,"6":699,"63":104,"7":972,"79":155,"8":53,"80":34,"9":437,"all_client":131514,"all_tv_clinet":23186,"insert_time":"2014-08-24T11:05:34.450Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108536,"10":86,"107":817,"11":1196,"12":116,"13":511,"14":187,"15":399,"155":94,"156":24,"158":83,"159":23,"16":385,"160":37,"161":271,"167":181,"168":1,"17":327,"18":1480,"19":734,"20":121,"209":32,"21":636,"210":59,"211":25,"214":63,"215":445,"221":391,"223":777,"224":50,"225":542,"23":443,"24":1436,"25":252,"257":136,"26":169,"268":3,"27":42,"273":122,"276":291,"279":62,"28":359,"281":10,"282":287,"291":43,"292":180,"30":27,"302":66,"306":2,"31":59,"314":5,"32":71,"33":115,"34":53,"347":15,"35":36,"352":877,"36":233,"37":36,"38":557,"380":23,"381":262,"383":53,"39":72,"391":67,"396":5,"397":23,"40":38,"409":46,"41":74,"414":91,"415":190,"419":100,"42":35,"426":9,"43":36,"430":126,"433":14,"44":27,"45":26,"46":172,"48":63,"49":41,"5":2971,"51":41,"52":27,"53":82,"56":4,"570":17,"6":705,"63":97,"7":976,"79":156,"8":55,"80":33,"9":452,"all_client":131825,"all_tv_clinet":23289,"insert_time":"2014-08-24T11:06:35.413Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108697,"10":91,"107":832,"11":1237,"12":122,"13":499,"14":188,"15":378,"155":97,"156":27,"158":83,"159":24,"16":382,"160":36,"161":267,"167":181,"168":1,"17":328,"18":1494,"19":711,"20":121,"209":30,"21":630,"210":65,"211":27,"214":64,"215":426,"221":380,"223":761,"224":50,"225":547,"23":431,"24":1415,"25":253,"257":137,"26":171,"268":3,"27":41,"273":125,"276":288,"279":63,"28":361,"281":10,"282":301,"291":45,"292":187,"30":27,"302":65,"306":2,"31":62,"314":5,"32":76,"33":125,"34":46,"347":15,"35":35,"352":868,"36":229,"37":35,"38":573,"380":23,"381":262,"383":54,"39":66,"391":67,"396":4,"397":25,"40":38,"409":42,"41":72,"414":92,"415":187,"419":98,"42":36,"426":12,"43":34,"430":132,"433":15,"44":23,"45":27,"46":163,"48":60,"49":43,"5":3108,"51":42,"52":27,"53":84,"56":6,"570":18,"6":710,"63":94,"7":971,"79":157,"8":55,"80":27,"9":472,"all_client":132116,"all_tv_clinet":23419,"insert_time":"2014-08-24T11:07:36.429Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108917,"10":90,"107":840,"11":1245,"12":119,"13":509,"14":184,"15":374,"155":101,"156":29,"158":84,"159":23,"16":375,"160":35,"161":269,"167":180,"168":1,"17":330,"18":1514,"19":695,"20":120,"209":30,"21":624,"210":70,"211":27,"214":63,"215":431,"221":382,"223":768,"224":53,"225":549,"23":434,"24":1358,"25":259,"257":130,"26":169,"268":2,"27":40,"273":126,"276":285,"279":67,"28":358,"281":10,"282":309,"291":48,"292":188,"30":26,"302":59,"306":2,"31":60,"314":5,"32":67,"33":126,"34":47,"347":15,"35":35,"352":862,"36":235,"37":37,"38":583,"380":24,"381":256,"383":56,"39":65,"391":71,"396":3,"397":24,"40":39,"409":40,"41":78,"414":94,"415":183,"419":93,"42":39,"426":17,"43":31,"430":129,"433":17,"44":22,"45":26,"46":165,"48":59,"49":42,"5":3221,"51":43,"52":31,"53":98,"56":6,"570":19,"6":712,"63":89,"7":963,"79":160,"8":57,"80":29,"9":485,"all_client":132459,"all_tv_clinet":23542,"insert_time":"2014-08-24T11:08:37.457Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109206,"10":86,"107":843,"11":1265,"12":113,"13":508,"14":180,"15":368,"155":101,"156":29,"158":89,"159":23,"16":349,"160":37,"161":275,"167":183,"168":1,"17":331,"18":1518,"19":682,"20":121,"209":29,"21":612,"210":74,"211":26,"214":60,"215":434,"221":390,"223":765,"224":55,"225":566,"23":422,"24":1321,"25":257,"257":120,"26":163,"268":3,"27":39,"273":130,"276":279,"279":70,"28":363,"281":10,"282":313,"291":54,"292":186,"30":24,"302":55,"306":2,"31":58,"314":3,"32":72,"33":129,"34":49,"347":13,"35":39,"352":858,"36":235,"37":42,"38":567,"380":25,"381":260,"383":60,"389":2,"39":66,"391":74,"396":4,"397":25,"40":39,"409":38,"41":79,"414":97,"415":175,"419":89,"42":39,"426":16,"43":34,"430":131,"433":20,"44":22,"45":29,"46":161,"48":62,"49":42,"5":3376,"51":42,"52":29,"53":102,"56":7,"570":17,"6":706,"63":82,"7":971,"79":167,"8":53,"80":31,"9":484,"all_client":132851,"all_tv_clinet":23645,"insert_time":"2014-08-24T11:09:38.549Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109391,"10":83,"107":809,"11":1294,"12":112,"13":507,"14":183,"15":385,"155":103,"156":29,"158":90,"159":22,"16":326,"160":39,"161":285,"167":188,"168":1,"17":336,"18":1521,"19":677,"20":120,"209":34,"21":607,"210":78,"211":25,"214":61,"215":437,"221":385,"223":761,"224":54,"225":549,"23":420,"24":1310,"25":246,"257":117,"26":163,"268":5,"27":41,"273":134,"276":274,"279":72,"28":369,"281":8,"282":328,"291":54,"292":188,"30":24,"302":53,"306":2,"31":59,"314":2,"32":60,"33":135,"34":51,"347":12,"35":40,"352":862,"36":233,"37":40,"38":572,"380":26,"381":254,"383":67,"389":3,"39":63,"391":78,"396":4,"397":24,"40":41,"409":40,"41":84,"414":91,"415":173,"419":88,"42":42,"426":17,"43":33,"430":136,"433":18,"44":23,"45":30,"46":159,"48":58,"49":41,"5":3494,"51":43,"52":27,"53":108,"56":6,"570":16,"6":673,"63":74,"7":966,"79":167,"8":57,"80":30,"9":489,"all_client":133109,"all_tv_clinet":23718,"insert_time":"2014-08-24T11:10:39.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109587,"10":85,"107":806,"11":1325,"12":104,"13":508,"14":180,"15":401,"155":104,"156":30,"158":89,"159":22,"16":283,"160":40,"161":290,"167":183,"168":1,"17":353,"18":1544,"19":684,"20":121,"209":37,"21":602,"210":80,"211":21,"214":61,"215":439,"221":383,"223":773,"224":54,"225":540,"23":423,"24":1297,"25":253,"257":127,"26":158,"268":5,"27":39,"273":141,"276":269,"279":77,"28":365,"281":6,"282":339,"291":57,"292":181,"30":24,"302":50,"306":2,"31":59,"314":2,"317":1,"32":57,"33":140,"34":49,"347":12,"35":42,"352":845,"36":235,"37":35,"38":570,"380":26,"381":253,"383":68,"389":3,"39":66,"391":82,"396":5,"397":24,"40":44,"409":41,"41":82,"414":83,"415":178,"419":81,"42":41,"426":19,"43":36,"430":141,"433":17,"44":25,"45":31,"46":157,"48":61,"49":43,"5":3643,"51":40,"52":31,"53":106,"56":6,"570":16,"6":603,"63":74,"7":956,"79":172,"8":56,"80":34,"9":499,"all_client":133433,"all_tv_clinet":23846,"insert_time":"2014-08-24T11:11:41.102Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109772,"10":85,"107":814,"11":1333,"12":97,"13":527,"14":184,"15":408,"155":106,"156":29,"158":91,"159":24,"16":253,"160":41,"161":283,"167":183,"168":1,"17":357,"18":1549,"19":679,"20":125,"209":39,"21":597,"210":84,"211":24,"214":63,"215":454,"221":393,"223":786,"224":57,"225":539,"23":412,"24":1277,"25":251,"257":132,"26":150,"268":6,"27":37,"273":150,"276":254,"279":71,"28":370,"281":6,"282":346,"291":61,"292":168,"30":24,"302":48,"306":2,"31":59,"314":3,"317":1,"32":47,"33":145,"34":45,"347":11,"35":44,"352":848,"36":237,"37":34,"38":564,"380":26,"381":254,"383":64,"389":2,"39":68,"391":87,"396":4,"397":23,"40":46,"409":51,"41":76,"414":81,"415":186,"419":82,"42":39,"426":22,"43":36,"430":146,"433":20,"44":25,"45":31,"46":151,"48":62,"49":44,"5":3737,"51":37,"52":35,"53":107,"56":6,"570":16,"6":555,"63":69,"7":976,"79":170,"8":59,"80":35,"9":506,"all_client":133714,"all_tv_clinet":23942,"insert_time":"2014-08-24T11:12:42.104Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109983,"10":81,"107":794,"11":1346,"12":95,"13":535,"14":187,"15":413,"155":105,"156":29,"158":94,"159":25,"16":231,"160":41,"161":283,"167":186,"168":1,"17":373,"18":1553,"19":687,"20":128,"209":39,"21":594,"210":89,"211":28,"214":61,"215":472,"221":393,"223":796,"224":58,"225":544,"23":413,"24":1256,"25":265,"257":128,"26":145,"268":5,"27":37,"273":149,"276":238,"279":69,"28":368,"281":4,"282":352,"291":59,"292":154,"30":26,"302":43,"306":2,"31":53,"314":4,"317":3,"32":49,"33":145,"34":42,"347":11,"35":49,"352":842,"36":233,"37":34,"38":584,"380":27,"381":259,"383":59,"389":1,"39":65,"391":87,"396":5,"397":24,"40":45,"409":61,"41":71,"414":75,"415":195,"419":78,"42":31,"426":27,"43":37,"430":149,"431":1,"433":20,"44":25,"45":36,"46":146,"48":60,"49":43,"5":3837,"51":36,"52":36,"53":108,"56":4,"570":16,"6":533,"63":66,"7":979,"79":164,"8":60,"80":41,"9":514,"all_client":134027,"all_tv_clinet":24044,"insert_time":"2014-08-24T11:13:43.149Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110193,"10":81,"107":785,"11":1361,"12":90,"13":549,"14":195,"15":416,"155":105,"156":30,"158":94,"159":25,"16":220,"160":44,"161":278,"167":183,"168":1,"17":371,"18":1576,"19":701,"20":120,"209":39,"21":598,"210":94,"211":33,"214":61,"215":475,"221":391,"223":818,"224":59,"225":538,"23":413,"24":1223,"25":266,"257":130,"26":145,"268":5,"27":38,"273":151,"276":226,"279":61,"28":365,"281":5,"282":353,"291":62,"292":134,"30":27,"302":41,"306":2,"31":50,"314":6,"317":3,"32":61,"33":147,"34":41,"347":12,"35":49,"352":829,"36":236,"37":34,"38":598,"380":27,"381":260,"383":60,"389":1,"39":62,"391":90,"396":3,"397":25,"40":44,"409":69,"41":68,"414":78,"415":194,"419":74,"42":31,"426":22,"43":35,"430":150,"431":1,"433":20,"44":30,"45":33,"46":145,"48":58,"49":44,"5":3896,"51":38,"52":35,"53":111,"56":4,"570":17,"6":527,"63":63,"7":981,"79":161,"8":60,"80":45,"9":522,"all_client":134321,"all_tv_clinet":24128,"insert_time":"2014-08-24T11:14:44.138Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110394,"10":81,"107":783,"11":1374,"12":91,"13":552,"14":187,"15":408,"155":106,"156":32,"158":92,"159":23,"16":204,"160":43,"161":275,"167":185,"17":379,"18":1601,"19":727,"20":120,"209":37,"21":595,"210":92,"211":37,"214":60,"215":481,"221":385,"223":825,"224":56,"225":550,"23":409,"24":1220,"25":263,"257":127,"26":144,"268":5,"27":40,"273":139,"276":220,"279":60,"28":366,"281":6,"282":345,"291":63,"292":130,"30":27,"302":43,"306":3,"31":48,"314":6,"317":3,"32":69,"33":147,"34":44,"347":14,"35":46,"352":816,"36":230,"37":35,"38":604,"380":27,"381":264,"383":60,"389":1,"39":65,"391":94,"396":3,"397":29,"40":45,"409":68,"41":70,"414":80,"415":183,"419":78,"42":33,"426":23,"43":35,"430":155,"431":1,"433":19,"44":35,"45":32,"46":148,"48":61,"49":43,"5":3947,"51":41,"52":30,"53":103,"56":5,"570":15,"6":538,"63":61,"7":975,"79":160,"8":59,"80":47,"9":522,"all_client":134602,"all_tv_clinet":24208,"insert_time":"2014-08-24T11:15:45.086Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110594,"10":73,"107":793,"11":1394,"12":92,"13":565,"14":193,"15":415,"155":111,"156":37,"158":90,"159":24,"16":189,"160":45,"161":275,"167":189,"17":388,"18":1606,"19":733,"20":119,"209":37,"21":594,"210":98,"211":38,"214":63,"215":480,"221":386,"223":835,"224":62,"225":551,"23":404,"24":1200,"25":266,"257":125,"26":140,"268":5,"27":41,"273":127,"276":211,"279":63,"28":361,"281":6,"282":344,"291":65,"292":123,"30":29,"302":46,"306":3,"31":47,"314":5,"317":3,"32":83,"33":147,"34":47,"347":15,"35":45,"352":824,"36":225,"37":38,"38":615,"380":29,"381":261,"383":61,"389":1,"39":67,"391":95,"396":3,"397":29,"40":45,"409":73,"41":71,"414":82,"415":180,"419":81,"42":30,"426":20,"43":36,"430":160,"433":17,"44":37,"45":31,"46":149,"48":57,"49":46,"5":3994,"51":42,"52":32,"53":96,"56":5,"570":14,"6":555,"63":61,"7":981,"79":161,"8":60,"80":47,"9":532,"all_client":134963,"all_tv_clinet":24369,"insert_time":"2014-08-24T11:16:46.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110824,"10":70,"107":823,"11":1415,"12":88,"13":565,"14":192,"15":427,"155":112,"156":39,"158":84,"159":26,"16":172,"160":42,"161":277,"167":187,"17":400,"18":1612,"19":757,"20":116,"209":42,"21":597,"210":101,"211":38,"214":60,"215":484,"221":381,"223":830,"224":60,"225":525,"23":418,"24":1188,"25":262,"257":124,"26":133,"268":8,"27":43,"273":119,"276":211,"279":62,"28":371,"281":7,"282":351,"291":66,"292":123,"30":30,"302":44,"306":3,"31":47,"314":4,"317":3,"32":78,"33":141,"34":47,"347":16,"35":45,"352":821,"36":235,"37":37,"38":603,"380":28,"381":261,"383":59,"389":1,"39":67,"391":98,"396":4,"397":28,"40":44,"409":75,"41":72,"414":96,"415":178,"419":81,"42":28,"426":20,"43":35,"430":164,"433":18,"44":36,"45":32,"46":145,"48":62,"49":49,"5":4048,"51":40,"52":33,"53":89,"56":6,"570":13,"6":557,"63":61,"7":980,"79":164,"8":64,"80":45,"9":539,"all_client":135306,"all_tv_clinet":24482,"insert_time":"2014-08-24T11:17:47.953Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111090,"10":70,"107":824,"11":1438,"12":91,"13":573,"14":195,"15":433,"155":115,"156":40,"158":82,"159":28,"16":169,"160":44,"161":269,"167":186,"17":396,"18":1623,"19":765,"20":114,"209":44,"21":595,"210":105,"211":43,"214":67,"215":491,"221":386,"223":847,"224":58,"225":522,"23":419,"24":1178,"25":261,"257":124,"26":130,"268":8,"27":42,"273":107,"276":205,"279":66,"28":379,"281":7,"282":365,"291":71,"292":135,"30":31,"302":44,"306":2,"31":39,"314":5,"317":2,"32":76,"33":136,"34":43,"347":15,"35":42,"352":825,"36":227,"37":36,"38":612,"380":25,"381":271,"383":58,"39":71,"391":100,"396":4,"397":27,"40":45,"409":71,"41":70,"414":99,"415":170,"419":81,"42":29,"426":14,"43":32,"430":171,"433":20,"44":34,"45":36,"46":142,"48":60,"49":49,"5":4118,"51":38,"52":33,"53":91,"56":8,"570":14,"6":567,"63":59,"7":973,"79":167,"8":64,"80":43,"9":546,"all_client":135735,"all_tv_clinet":24645,"insert_time":"2014-08-24T11:18:49.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111262,"10":74,"107":829,"11":1480,"12":85,"13":592,"14":190,"15":443,"155":118,"156":43,"158":77,"159":30,"16":167,"160":47,"161":273,"167":185,"17":405,"18":1615,"19":772,"20":112,"209":42,"21":587,"210":108,"211":39,"214":66,"215":495,"221":399,"223":861,"224":59,"225":516,"23":421,"24":1170,"25":266,"257":125,"26":128,"268":8,"27":43,"273":101,"276":208,"279":66,"28":371,"281":7,"282":371,"291":73,"292":145,"30":30,"302":44,"306":2,"31":41,"314":5,"317":3,"32":63,"33":147,"34":39,"347":15,"35":41,"352":823,"36":222,"37":36,"38":610,"380":21,"381":265,"383":62,"39":70,"391":102,"396":3,"397":28,"40":50,"409":59,"41":71,"414":96,"415":175,"419":81,"42":32,"426":17,"43":32,"430":171,"433":19,"44":38,"45":33,"46":137,"48":63,"49":48,"5":4138,"51":39,"52":32,"53":85,"56":8,"570":15,"6":568,"63":58,"7":974,"79":170,"8":65,"80":40,"9":550,"all_client":136010,"all_tv_clinet":24748,"insert_time":"2014-08-24T11:19:50.958Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111558,"10":74,"107":814,"11":1500,"12":88,"13":605,"14":185,"15":441,"155":120,"156":45,"158":77,"159":29,"16":167,"160":49,"161":282,"167":187,"17":404,"18":1630,"19":764,"20":111,"209":42,"21":587,"210":112,"211":35,"214":65,"215":503,"221":398,"223":863,"224":64,"225":511,"23":424,"24":1167,"25":264,"257":130,"26":136,"268":9,"27":47,"273":103,"276":205,"279":68,"28":368,"281":6,"282":380,"291":76,"292":151,"30":30,"302":44,"306":2,"31":45,"314":5,"317":4,"32":65,"33":149,"34":44,"347":16,"35":37,"352":829,"36":220,"37":35,"38":632,"380":20,"381":262,"383":63,"39":66,"391":99,"396":3,"397":29,"40":50,"409":56,"41":63,"414":92,"415":179,"419":81,"42":30,"426":16,"43":28,"430":171,"433":19,"44":36,"45":32,"46":136,"48":65,"49":54,"5":4190,"51":37,"52":31,"53":81,"56":9,"570":13,"6":576,"63":57,"7":982,"79":171,"8":64,"80":41,"9":553,"all_client":136456,"all_tv_clinet":24898,"insert_time":"2014-08-24T11:20:52.331Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111764,"10":69,"107":790,"11":1456,"12":94,"13":635,"14":185,"15":447,"155":120,"156":43,"158":77,"159":34,"16":162,"160":49,"161":301,"167":184,"17":402,"18":1645,"19":766,"20":110,"209":42,"21":597,"210":117,"211":32,"214":66,"215":515,"221":393,"223":897,"224":69,"225":526,"23":428,"24":1135,"25":262,"257":129,"26":134,"268":10,"27":49,"273":107,"276":198,"279":64,"28":371,"281":6,"282":381,"291":75,"292":149,"30":33,"302":44,"306":2,"31":48,"314":4,"317":4,"32":68,"33":152,"34":44,"347":15,"35":38,"352":833,"36":213,"37":34,"38":628,"380":19,"381":260,"383":70,"39":62,"391":99,"396":4,"397":27,"40":48,"409":55,"41":65,"414":100,"415":170,"419":77,"42":28,"426":15,"43":30,"430":172,"433":19,"44":34,"45":28,"46":136,"48":64,"49":54,"5":4251,"51":37,"52":32,"53":81,"56":9,"570":12,"6":590,"63":60,"7":984,"79":171,"8":62,"80":44,"9":553,"all_client":136767,"all_tv_clinet":25003,"insert_time":"2014-08-24T11:21:53.297Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111971,"10":67,"107":767,"11":1388,"12":102,"13":660,"14":197,"15":462,"155":121,"156":42,"158":81,"159":32,"16":164,"160":49,"161":307,"167":182,"17":388,"18":1671,"19":764,"20":114,"209":42,"21":622,"210":118,"211":36,"214":66,"215":528,"221":387,"223":921,"224":70,"225":537,"23":423,"24":1108,"25":257,"257":129,"26":130,"268":10,"27":51,"273":108,"276":193,"279":69,"28":379,"281":7,"282":391,"291":76,"292":155,"30":29,"302":44,"306":2,"31":52,"314":4,"317":5,"32":65,"33":153,"34":43,"347":14,"35":37,"352":842,"36":213,"37":35,"38":620,"380":19,"381":253,"383":76,"39":67,"391":102,"396":4,"397":28,"40":51,"409":57,"41":61,"414":103,"415":178,"419":74,"42":27,"426":16,"43":33,"430":178,"431":1,"433":20,"44":30,"45":24,"46":142,"48":65,"49":55,"5":4379,"51":36,"52":33,"53":95,"56":11,"570":10,"6":600,"63":60,"7":979,"79":165,"8":57,"80":47,"9":538,"all_client":137174,"all_tv_clinet":25203,"insert_time":"2014-08-24T11:22:54.405Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112216,"10":64,"107":756,"11":1309,"12":105,"13":686,"14":201,"15":477,"155":120,"156":42,"158":87,"159":30,"16":163,"160":46,"161":301,"167":181,"17":351,"18":1698,"19":759,"20":111,"209":42,"21":628,"210":123,"211":39,"214":69,"215":530,"221":382,"223":937,"224":73,"225":567,"23":414,"24":1119,"25":262,"257":131,"26":130,"268":10,"27":52,"273":110,"276":188,"279":76,"28":388,"281":7,"282":393,"291":75,"292":163,"30":27,"302":45,"306":2,"31":56,"314":3,"317":5,"32":63,"33":153,"34":44,"347":14,"35":42,"352":843,"36":211,"37":36,"38":607,"380":19,"381":257,"383":79,"39":67,"391":102,"396":4,"397":31,"40":50,"409":59,"41":56,"414":106,"415":175,"419":71,"42":28,"426":16,"43":39,"430":180,"431":1,"433":22,"434":1,"44":27,"45":26,"46":149,"48":62,"49":58,"5":4480,"51":37,"52":37,"53":99,"56":11,"570":9,"6":601,"63":56,"7":980,"79":165,"8":55,"80":46,"9":547,"all_client":137570,"all_tv_clinet":25354,"insert_time":"2014-08-24T11:23:55.461Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112456,"10":65,"107":749,"11":1238,"12":105,"13":702,"14":205,"15":494,"155":121,"156":44,"158":87,"159":30,"16":164,"160":45,"161":295,"167":180,"17":334,"18":1718,"19":775,"20":109,"209":44,"21":637,"210":128,"211":38,"214":70,"215":531,"221":383,"223":961,"224":73,"225":556,"23":414,"24":1110,"25":265,"257":130,"26":133,"268":10,"27":53,"273":117,"276":180,"279":79,"28":392,"281":6,"282":406,"291":76,"292":164,"30":27,"302":46,"306":3,"31":61,"314":3,"317":5,"32":58,"33":162,"34":45,"347":14,"35":49,"352":856,"36":207,"37":36,"38":605,"380":18,"381":254,"383":79,"39":69,"391":97,"396":3,"397":34,"40":50,"409":63,"41":56,"414":109,"415":179,"419":63,"42":28,"426":16,"43":37,"430":178,"431":2,"433":21,"434":1,"44":29,"45":27,"46":151,"48":64,"49":60,"5":4629,"51":42,"52":36,"53":95,"56":10,"570":8,"6":602,"63":54,"7":970,"79":162,"8":54,"80":44,"9":544,"all_client":137987,"all_tv_clinet":25531,"insert_time":"2014-08-24T11:24:56.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112706,"10":63,"107":776,"11":1197,"12":113,"13":724,"14":196,"15":490,"155":122,"156":45,"158":89,"159":28,"16":165,"160":42,"161":292,"167":182,"17":308,"18":1747,"19":783,"20":110,"209":45,"21":638,"210":131,"211":37,"214":70,"215":514,"221":381,"223":973,"224":74,"225":558,"23":415,"24":1114,"25":260,"257":124,"26":133,"268":9,"27":54,"273":123,"276":174,"279":82,"28":389,"281":6,"282":408,"291":75,"292":164,"30":29,"302":44,"306":3,"31":56,"314":4,"317":4,"32":58,"33":159,"34":45,"347":12,"35":48,"352":872,"36":210,"37":35,"38":605,"380":18,"381":251,"383":76,"39":74,"391":104,"396":4,"397":36,"40":52,"409":67,"41":52,"414":111,"415":177,"419":64,"42":30,"426":17,"43":40,"430":185,"431":1,"433":21,"434":1,"44":34,"45":30,"46":157,"48":66,"49":61,"5":4751,"51":45,"52":37,"53":86,"56":8,"570":8,"6":622,"63":55,"7":921,"79":163,"8":53,"80":43,"9":546,"all_client":138380,"all_tv_clinet":25674,"insert_time":"2014-08-24T11:25:57.536Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112957,"10":65,"107":761,"11":1178,"12":120,"13":742,"14":182,"15":502,"155":121,"156":45,"158":92,"159":29,"16":153,"160":38,"161":290,"167":189,"17":301,"18":1768,"19":798,"20":112,"209":46,"21":642,"210":134,"211":44,"214":72,"215":515,"221":376,"223":993,"224":73,"225":565,"23":416,"24":1123,"25":267,"257":112,"26":134,"268":8,"27":52,"273":128,"276":170,"279":86,"28":394,"281":6,"282":409,"291":76,"292":157,"30":31,"302":40,"306":3,"31":60,"314":4,"317":4,"32":56,"33":168,"34":46,"347":11,"35":47,"352":860,"36":205,"37":35,"38":616,"380":18,"381":253,"383":74,"39":75,"391":102,"396":6,"397":36,"40":54,"409":68,"41":51,"414":103,"415":171,"419":65,"42":31,"426":19,"43":42,"430":187,"431":1,"433":19,"44":35,"45":29,"46":157,"48":63,"49":62,"5":4908,"51":48,"52":37,"53":92,"56":10,"570":10,"6":643,"63":56,"7":847,"79":162,"8":57,"80":43,"9":552,"all_client":138813,"all_tv_clinet":25856,"insert_time":"2014-08-24T11:26:58.649Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113206,"10":60,"107":773,"11":1185,"12":112,"13":758,"14":178,"15":503,"155":121,"156":43,"158":96,"159":28,"16":156,"160":38,"161":288,"167":191,"17":286,"18":1789,"19":813,"20":110,"209":38,"21":646,"210":133,"211":50,"214":72,"215":510,"221":378,"223":1000,"224":75,"225":561,"23":421,"24":1114,"25":264,"257":106,"26":125,"268":9,"27":54,"273":136,"276":166,"279":87,"28":398,"281":6,"282":412,"291":76,"292":143,"30":31,"302":40,"306":3,"31":60,"314":5,"317":4,"32":50,"33":173,"34":44,"347":12,"35":45,"352":858,"36":209,"37":36,"38":613,"380":19,"381":250,"383":71,"39":82,"391":108,"396":7,"397":39,"40":54,"409":83,"41":51,"414":100,"415":171,"419":62,"42":31,"426":22,"43":45,"430":187,"431":1,"433":17,"44":33,"45":28,"46":166,"48":62,"49":64,"5":5034,"51":46,"52":37,"53":94,"56":10,"570":10,"6":637,"63":55,"7":797,"79":165,"8":59,"80":47,"9":570,"all_client":139211,"all_tv_clinet":26005,"insert_time":"2014-08-24T11:27:59.670Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113475,"10":64,"107":775,"11":1219,"12":103,"13":767,"14":177,"15":516,"155":122,"156":44,"158":98,"159":24,"16":147,"160":35,"161":286,"167":191,"17":279,"18":1810,"19":828,"20":103,"209":35,"21":653,"210":134,"211":49,"214":71,"215":499,"221":394,"223":959,"224":75,"225":545,"23":422,"24":1113,"25":261,"257":107,"26":119,"268":11,"27":55,"273":144,"276":162,"279":94,"28":415,"281":4,"282":425,"291":78,"292":132,"30":30,"302":39,"306":3,"31":63,"314":5,"317":4,"32":43,"33":178,"34":44,"347":11,"35":47,"352":848,"36":209,"37":37,"38":616,"380":18,"381":246,"383":73,"39":87,"391":112,"396":14,"397":42,"40":51,"409":89,"41":56,"414":108,"415":174,"419":56,"42":31,"426":21,"43":42,"430":185,"431":1,"433":14,"434":1,"44":27,"45":28,"46":164,"48":64,"49":68,"5":5197,"51":44,"52":34,"53":96,"56":11,"570":12,"6":600,"63":57,"7":772,"79":158,"8":59,"80":49,"9":577,"all_client":139634,"all_tv_clinet":26159,"insert_time":"2014-08-24T11:29:00.681Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113701,"10":68,"107":775,"11":1268,"12":95,"13":773,"14":178,"15":530,"155":123,"156":46,"158":92,"159":21,"16":151,"160":35,"161":281,"167":197,"17":274,"18":1841,"19":840,"20":100,"209":39,"21":661,"210":134,"211":49,"214":70,"215":473,"221":398,"223":921,"224":79,"225":560,"23":424,"24":1109,"25":269,"257":107,"26":112,"268":11,"27":53,"273":152,"276":159,"279":100,"28":425,"281":5,"282":434,"291":77,"292":119,"30":32,"302":39,"306":2,"31":65,"314":5,"317":4,"32":40,"33":179,"34":42,"347":10,"35":46,"352":854,"36":199,"37":42,"38":620,"380":18,"381":245,"383":67,"39":89,"391":115,"396":15,"397":47,"40":52,"409":92,"41":57,"414":114,"415":187,"419":52,"42":34,"426":21,"43":40,"430":188,"431":1,"433":10,"434":1,"44":30,"45":26,"46":168,"48":67,"49":74,"5":5403,"51":41,"52":33,"53":91,"56":12,"570":12,"6":532,"63":58,"7":734,"79":150,"8":63,"80":50,"9":575,"all_client":140072,"all_tv_clinet":26371,"insert_time":"2014-08-24T11:30:01.632Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113964,"10":66,"107":782,"11":1327,"12":100,"13":756,"14":193,"15":513,"155":124,"156":48,"158":93,"159":22,"16":150,"160":31,"161":276,"167":200,"168":2,"17":292,"18":1828,"19":849,"20":101,"209":40,"21":677,"210":133,"211":47,"214":72,"215":468,"221":395,"223":884,"224":82,"225":573,"23":438,"24":1184,"25":280,"257":115,"26":117,"268":11,"27":54,"273":155,"276":157,"279":107,"28":447,"281":5,"282":435,"291":81,"292":114,"30":30,"302":39,"306":3,"31":63,"314":5,"317":4,"32":40,"33":180,"34":44,"347":13,"35":46,"352":870,"36":201,"37":39,"38":628,"380":19,"381":240,"383":70,"39":92,"391":116,"396":12,"397":45,"40":54,"409":92,"41":58,"414":115,"415":196,"419":48,"42":38,"426":19,"43":45,"430":193,"431":1,"433":10,"434":2,"44":29,"45":26,"46":188,"48":63,"49":76,"5":5352,"51":40,"52":32,"53":85,"56":13,"570":13,"6":471,"63":65,"7":719,"79":134,"8":68,"80":53,"9":609,"all_client":140494,"all_tv_clinet":26530,"insert_time":"2014-08-24T11:31:02.608Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114180,"10":69,"107":790,"11":1364,"12":111,"13":722,"14":210,"15":504,"155":126,"156":51,"158":94,"159":24,"16":149,"160":28,"161":257,"167":202,"168":2,"17":307,"18":1831,"19":854,"20":116,"209":41,"21":667,"210":133,"211":47,"214":73,"215":471,"221":398,"223":910,"224":89,"225":618,"23":474,"24":1298,"25":278,"257":126,"26":122,"268":10,"27":57,"273":161,"276":156,"279":113,"28":467,"281":4,"282":433,"291":79,"292":113,"30":31,"302":41,"306":3,"31":75,"314":5,"317":4,"32":50,"33":179,"34":47,"347":12,"35":45,"352":895,"36":202,"37":42,"38":617,"380":25,"381":243,"383":71,"39":95,"391":111,"396":10,"397":46,"40":53,"409":96,"41":66,"414":112,"415":193,"419":42,"42":40,"426":18,"43":45,"430":198,"431":1,"433":7,"434":4,"44":30,"45":28,"46":208,"48":61,"49":81,"5":5160,"51":47,"52":32,"53":79,"56":14,"570":13,"6":430,"63":63,"7":718,"79":123,"8":95,"80":57,"9":625,"all_client":140917,"all_tv_clinet":26737,"insert_time":"2014-08-24T11:32:04.509Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114436,"10":79,"107":786,"11":1397,"12":112,"13":727,"14":216,"15":499,"155":130,"156":48,"158":97,"159":28,"16":158,"160":27,"161":249,"167":207,"168":3,"17":322,"18":1762,"19":857,"20":126,"209":43,"21":652,"210":140,"211":45,"214":76,"215":479,"221":400,"223":944,"224":101,"225":659,"23":502,"24":1395,"25":292,"257":121,"26":129,"268":9,"27":63,"273":162,"276":152,"279":123,"28":484,"281":4,"282":435,"291":80,"292":109,"30":30,"302":39,"306":4,"31":74,"314":4,"317":4,"32":58,"33":182,"34":51,"347":12,"35":42,"352":916,"36":214,"37":40,"38":640,"380":27,"381":242,"383":67,"39":94,"391":109,"396":10,"397":43,"40":50,"409":104,"41":73,"414":115,"415":194,"419":37,"42":40,"426":18,"43":43,"430":200,"431":1,"433":7,"434":4,"44":29,"45":29,"46":218,"48":55,"49":87,"5":4992,"51":50,"52":33,"53":74,"56":14,"570":14,"6":405,"63":62,"7":726,"79":120,"8":115,"80":60,"9":665,"all_client":141401,"all_tv_clinet":26965,"insert_time":"2014-08-24T11:33:05.529Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114610,"10":84,"107":777,"11":1405,"12":122,"13":742,"14":233,"15":510,"155":130,"156":46,"158":97,"159":30,"16":155,"160":27,"161":248,"167":202,"168":4,"17":344,"18":1745,"19":853,"20":138,"209":42,"21":637,"210":145,"211":45,"214":76,"215":479,"221":390,"223":969,"224":112,"225":673,"23":522,"24":1464,"25":322,"257":123,"26":128,"268":8,"27":60,"273":160,"276":153,"279":134,"28":514,"281":5,"282":429,"291":79,"292":113,"30":31,"302":37,"306":8,"31":74,"314":5,"317":3,"32":65,"33":186,"34":51,"347":10,"35":43,"352":913,"36":214,"37":40,"38":656,"380":27,"381":245,"383":75,"39":96,"391":106,"396":12,"397":41,"40":51,"409":102,"41":73,"414":119,"415":192,"419":37,"42":41,"426":19,"43":42,"430":201,"431":1,"433":8,"434":4,"44":32,"45":30,"46":227,"48":53,"49":95,"5":4940,"51":53,"52":34,"53":81,"56":12,"570":14,"6":378,"63":65,"7":716,"79":112,"8":134,"80":63,"9":684,"all_client":141835,"all_tv_clinet":27225,"insert_time":"2014-08-24T11:34:06.500Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114820,"10":93,"107":781,"11":1396,"12":140,"13":741,"14":239,"15":499,"155":129,"156":42,"158":93,"159":36,"16":164,"160":25,"161":254,"167":197,"168":4,"17":357,"18":1744,"19":856,"20":144,"209":42,"21":624,"210":143,"211":45,"214":76,"215":469,"221":388,"223":982,"224":120,"225":702,"23":530,"24":1504,"25":344,"257":119,"26":128,"268":10,"27":66,"273":156,"276":157,"279":141,"28":554,"281":6,"282":435,"291":77,"292":111,"30":30,"302":36,"306":9,"31":73,"314":5,"317":1,"32":65,"33":183,"34":51,"347":11,"35":46,"352":906,"36":210,"37":35,"38":649,"380":28,"381":243,"383":73,"39":98,"391":99,"396":13,"397":43,"40":53,"409":100,"41":76,"414":118,"415":194,"419":39,"42":42,"426":18,"43":44,"430":204,"431":1,"433":9,"434":4,"44":32,"45":33,"46":236,"48":56,"49":98,"5":4872,"51":56,"52":34,"53":89,"56":12,"570":14,"6":359,"63":65,"7":705,"79":107,"8":146,"80":62,"9":705,"all_client":142173,"all_tv_clinet":27353,"insert_time":"2014-08-24T11:35:07.813Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115027,"10":93,"107":780,"11":1390,"12":172,"13":716,"14":242,"15":489,"155":128,"156":46,"158":87,"159":38,"16":171,"160":25,"161":260,"167":189,"168":3,"17":366,"18":1721,"19":847,"20":145,"209":38,"21":643,"210":144,"211":47,"214":77,"215":474,"221":399,"223":1015,"224":133,"225":730,"23":540,"24":1553,"25":362,"257":119,"26":135,"268":9,"27":66,"273":138,"276":161,"279":151,"28":579,"281":6,"282":434,"291":75,"292":120,"30":31,"302":35,"306":17,"31":75,"314":6,"317":1,"32":64,"33":186,"34":49,"347":9,"35":52,"352":892,"36":209,"37":39,"38":654,"380":29,"381":240,"383":69,"39":110,"391":99,"396":13,"397":43,"40":55,"409":100,"41":83,"414":111,"415":199,"419":37,"42":47,"426":24,"43":41,"430":206,"431":2,"433":9,"434":4,"44":28,"45":36,"46":257,"48":53,"49":115,"5":4718,"51":60,"52":34,"53":92,"56":11,"570":14,"6":357,"63":63,"7":726,"79":103,"8":177,"80":62,"9":713,"all_client":142542,"all_tv_clinet":27515,"insert_time":"2014-08-24T11:36:09.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115336,"10":103,"107":782,"11":1389,"12":187,"13":708,"14":241,"15":483,"155":130,"156":47,"158":82,"159":43,"16":169,"160":26,"161":281,"167":177,"168":4,"17":388,"18":1659,"19":847,"20":151,"209":38,"21":645,"210":141,"211":41,"214":75,"215":485,"221":403,"223":1075,"224":143,"225":767,"23":551,"24":1605,"25":390,"257":130,"26":141,"268":7,"27":69,"273":114,"276":162,"279":164,"28":619,"281":6,"282":428,"291":79,"292":128,"30":35,"302":32,"306":21,"31":75,"314":6,"317":1,"32":61,"33":189,"34":50,"347":8,"35":56,"352":879,"36":211,"37":42,"38":649,"380":31,"381":232,"383":72,"39":112,"391":96,"396":12,"397":41,"40":50,"409":102,"41":82,"414":105,"415":196,"419":36,"42":51,"426":23,"43":44,"430":211,"431":2,"433":7,"434":4,"44":29,"45":39,"46":275,"48":55,"49":127,"5":4489,"51":57,"52":33,"53":86,"56":12,"570":13,"6":383,"63":65,"7":763,"79":96,"8":205,"80":65,"9":751,"all_client":143006,"all_tv_clinet":27670,"insert_time":"2014-08-24T11:37:10.806Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115587,"10":105,"107":773,"11":1409,"12":202,"13":710,"14":231,"15":489,"155":130,"156":48,"158":80,"159":50,"16":168,"160":26,"161":276,"167":172,"168":4,"17":406,"18":1576,"19":860,"20":155,"209":46,"21":653,"210":136,"211":44,"214":75,"215":485,"221":393,"223":1140,"224":155,"225":790,"23":580,"24":1650,"25":427,"257":132,"26":152,"268":7,"27":75,"273":102,"276":165,"279":171,"28":649,"281":6,"282":417,"291":83,"292":133,"30":38,"302":33,"306":21,"31":79,"314":6,"317":1,"32":61,"33":193,"34":56,"347":13,"35":65,"352":889,"36":213,"37":43,"38":649,"380":33,"381":223,"383":74,"39":116,"391":95,"396":10,"397":39,"40":50,"409":103,"41":83,"414":100,"415":199,"419":33,"42":57,"426":21,"43":44,"430":215,"431":2,"433":6,"434":4,"44":26,"45":46,"46":284,"48":55,"49":146,"5":4209,"51":55,"52":36,"53":88,"56":12,"570":12,"6":399,"63":67,"7":816,"79":97,"8":232,"80":64,"9":771,"all_client":143405,"all_tv_clinet":27818,"insert_time":"2014-08-24T11:38:11.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115791,"10":107,"107":763,"11":1426,"12":220,"13":714,"14":224,"15":478,"155":135,"156":48,"158":77,"159":55,"16":171,"160":25,"161":258,"167":172,"168":4,"17":424,"18":1503,"19":856,"20":166,"209":49,"21":682,"210":139,"211":42,"214":73,"215":486,"221":390,"223":1173,"224":161,"225":791,"23":603,"24":1716,"25":449,"257":139,"26":158,"268":6,"27":84,"273":102,"276":160,"279":175,"28":675,"281":5,"282":414,"291":83,"292":144,"30":38,"302":35,"306":22,"31":82,"314":6,"317":1,"32":65,"33":196,"34":59,"347":13,"35":75,"352":882,"36":210,"37":48,"38":654,"380":34,"381":221,"383":77,"39":118,"391":94,"396":9,"397":40,"40":54,"409":96,"41":87,"414":105,"415":209,"419":34,"42":60,"426":20,"43":48,"430":212,"431":1,"433":6,"434":4,"44":27,"45":51,"46":309,"48":59,"49":162,"5":3958,"51":54,"52":39,"53":92,"56":13,"570":12,"6":415,"63":67,"7":843,"79":99,"8":254,"80":63,"9":784,"all_client":143732,"all_tv_clinet":27941,"insert_time":"2014-08-24T11:39:13.100Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115928,"10":108,"107":767,"11":1431,"12":238,"13":710,"14":207,"15":460,"155":126,"156":47,"158":74,"159":60,"16":177,"160":24,"161":253,"167":172,"168":2,"17":445,"18":1456,"19":849,"20":166,"209":54,"21":710,"210":139,"211":45,"214":76,"215":488,"221":402,"223":1206,"224":171,"225":801,"23":624,"24":1770,"25":465,"257":133,"26":165,"268":6,"27":93,"273":100,"276":155,"279":179,"28":710,"281":5,"282":403,"291":83,"292":139,"30":41,"302":35,"306":22,"31":84,"314":8,"32":66,"33":198,"34":60,"347":17,"35":70,"352":871,"36":216,"37":51,"38":674,"380":37,"381":216,"383":77,"39":122,"391":91,"396":10,"397":40,"40":56,"409":94,"41":93,"414":109,"415":214,"419":35,"42":65,"426":19,"43":48,"430":203,"431":1,"433":6,"434":4,"44":28,"45":60,"46":330,"48":65,"49":181,"5":3747,"51":52,"52":47,"53":100,"56":16,"570":14,"6":428,"63":66,"7":857,"79":97,"8":269,"80":60,"9":786,"all_client":143978,"all_tv_clinet":28050,"insert_time":"2014-08-24T11:40:14.038Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116209,"10":117,"107":766,"11":1445,"12":252,"13":709,"14":200,"15":418,"155":114,"156":46,"158":71,"159":58,"16":187,"160":25,"161":249,"167":172,"168":2,"17":452,"18":1410,"19":849,"20":173,"209":56,"21":726,"210":140,"211":45,"214":75,"215":491,"221":403,"223":1221,"224":176,"225":816,"23":642,"24":1846,"25":489,"257":127,"26":168,"268":6,"27":99,"273":94,"276":154,"279":185,"28":745,"281":5,"282":403,"291":83,"292":143,"30":42,"302":36,"306":22,"31":84,"314":10,"32":68,"33":199,"34":67,"347":15,"35":75,"352":862,"36":221,"37":54,"38":676,"380":38,"381":206,"383":77,"39":123,"391":90,"396":8,"397":39,"40":56,"409":87,"41":99,"414":111,"415":215,"419":34,"42":70,"426":17,"43":52,"430":194,"431":1,"433":6,"434":3,"44":30,"45":62,"46":340,"48":70,"49":187,"5":3627,"51":57,"52":51,"53":101,"56":17,"570":13,"6":419,"63":66,"7":865,"79":93,"8":282,"80":62,"9":801,"all_client":144362,"all_tv_clinet":28153,"insert_time":"2014-08-24T11:41:15.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116395,"10":120,"107":770,"11":1456,"12":250,"13":690,"14":197,"15":382,"155":103,"156":45,"158":68,"159":59,"16":190,"160":25,"161":251,"167":169,"168":2,"17":460,"18":1392,"19":852,"20":183,"209":60,"21":756,"210":146,"211":41,"214":73,"215":491,"221":410,"223":1249,"224":178,"225":832,"23":656,"24":1876,"25":509,"257":125,"26":166,"268":5,"27":105,"273":95,"276":156,"279":186,"28":777,"281":5,"282":402,"291":87,"292":137,"30":43,"302":38,"306":16,"31":79,"314":10,"32":78,"33":199,"34":71,"347":13,"35":79,"352":868,"36":220,"37":56,"38":681,"380":39,"381":205,"383":80,"39":126,"391":93,"396":7,"397":35,"40":50,"409":77,"41":102,"414":116,"415":203,"419":36,"42":69,"426":14,"43":57,"430":185,"431":1,"433":6,"434":3,"44":30,"45":67,"46":356,"48":71,"49":198,"5":3526,"51":57,"52":49,"53":108,"56":19,"570":12,"6":414,"63":68,"7":866,"79":96,"8":299,"80":59,"9":811,"all_client":144643,"all_tv_clinet":28248,"insert_time":"2014-08-24T11:42:17.259Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116665,"10":112,"107":780,"11":1462,"12":256,"13":687,"14":195,"15":354,"155":102,"156":43,"158":67,"159":61,"16":189,"160":26,"161":253,"167":161,"168":1,"17":471,"18":1397,"19":841,"20":189,"209":54,"21":768,"210":145,"211":43,"214":73,"215":499,"221":412,"223":1247,"224":182,"225":851,"23":686,"24":1910,"25":523,"257":123,"26":164,"268":5,"27":109,"273":94,"276":167,"279":194,"28":791,"281":5,"282":399,"291":89,"292":136,"30":44,"302":39,"306":15,"31":78,"314":6,"32":89,"33":204,"34":74,"347":9,"35":83,"352":866,"36":217,"37":60,"38":681,"380":38,"381":202,"383":75,"39":129,"391":89,"396":5,"397":35,"40":49,"409":65,"41":108,"414":118,"415":204,"419":34,"42":70,"426":14,"43":55,"430":181,"433":5,"434":3,"44":31,"45":71,"46":356,"48":71,"49":211,"5":3459,"51":58,"52":51,"53":107,"56":19,"570":14,"6":406,"63":68,"7":882,"79":98,"8":317,"80":62,"9":809,"all_client":145015,"all_tv_clinet":28350,"insert_time":"2014-08-24T11:43:18.459Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116961,"10":115,"107":787,"11":1457,"12":253,"13":669,"14":194,"15":317,"155":97,"156":41,"158":66,"159":61,"16":183,"160":24,"161":260,"167":159,"168":2,"17":487,"18":1382,"19":831,"20":186,"209":53,"21":780,"210":147,"211":42,"214":72,"215":493,"221":412,"223":1260,"224":186,"225":851,"23":703,"24":1937,"25":537,"257":122,"26":163,"268":7,"27":109,"273":101,"276":169,"279":197,"28":810,"281":5,"282":401,"291":85,"292":120,"30":46,"302":39,"306":16,"31":72,"314":6,"32":88,"33":197,"34":76,"347":8,"35":85,"352":885,"36":217,"37":59,"38":677,"380":40,"381":209,"383":76,"39":133,"391":88,"396":4,"397":36,"40":50,"409":62,"41":105,"414":121,"415":207,"419":31,"42":75,"426":13,"43":57,"430":175,"433":5,"434":3,"44":33,"45":70,"46":364,"48":76,"49":223,"5":3397,"51":56,"52":47,"53":106,"56":18,"570":14,"6":400,"63":68,"7":903,"79":97,"8":329,"80":63,"9":813,"all_client":145332,"all_tv_clinet":28371,"insert_time":"2014-08-24T11:44:19.483Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117255,"10":117,"107":790,"11":1478,"12":257,"13":654,"14":187,"15":305,"155":96,"156":43,"158":64,"159":66,"16":187,"160":25,"161":260,"167":151,"168":2,"17":494,"18":1353,"19":829,"20":189,"209":54,"21":797,"210":143,"211":43,"214":67,"215":494,"221":403,"223":1276,"224":190,"225":850,"23":724,"24":2004,"25":543,"257":118,"26":168,"268":8,"27":111,"273":105,"276":176,"279":205,"28":825,"281":7,"282":400,"291":83,"292":119,"30":48,"302":39,"306":14,"31":71,"314":8,"32":80,"33":192,"34":77,"347":8,"35":83,"352":889,"36":219,"37":59,"38":663,"380":41,"381":205,"383":76,"39":130,"391":82,"396":5,"397":36,"40":54,"409":61,"41":104,"414":125,"415":207,"419":30,"42":79,"426":15,"43":58,"430":166,"433":4,"434":3,"44":32,"45":74,"46":369,"48":78,"49":238,"5":3330,"51":55,"52":49,"53":100,"56":14,"570":13,"6":385,"63":68,"7":913,"79":95,"8":341,"80":61,"9":807,"all_client":145668,"all_tv_clinet":28413,"insert_time":"2014-08-24T11:45:20.439Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117511,"10":124,"107":783,"11":1510,"12":260,"13":634,"14":187,"15":282,"155":90,"156":45,"158":60,"159":72,"16":184,"160":25,"161":261,"167":151,"168":4,"17":494,"18":1336,"19":809,"20":198,"209":56,"21":810,"210":143,"211":41,"214":63,"215":498,"221":404,"223":1292,"224":190,"225":858,"23":739,"24":2050,"25":539,"257":121,"26":173,"268":8,"27":114,"273":112,"276":175,"279":207,"28":841,"281":8,"282":405,"291":79,"292":115,"30":47,"302":41,"306":14,"31":73,"314":9,"32":78,"33":198,"34":78,"347":7,"35":84,"352":894,"36":209,"37":56,"38":656,"380":44,"381":196,"383":76,"389":1,"39":129,"391":80,"396":7,"397":34,"40":55,"409":57,"41":97,"414":130,"415":206,"419":25,"42":78,"426":18,"43":59,"430":160,"433":4,"434":3,"44":34,"45":74,"46":375,"48":79,"49":246,"5":3231,"51":57,"52":51,"53":92,"56":14,"570":14,"6":371,"63":70,"7":929,"79":96,"8":347,"80":58,"9":813,"all_client":145915,"all_tv_clinet":28404,"insert_time":"2014-08-24T11:46:21.388Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117811,"10":123,"107":786,"11":1519,"12":264,"13":624,"14":195,"15":264,"155":86,"156":41,"158":60,"159":79,"16":189,"160":30,"161":267,"167":151,"168":4,"17":498,"18":1320,"19":805,"20":201,"209":57,"21":829,"210":143,"211":40,"214":62,"215":511,"221":406,"223":1295,"224":191,"225":859,"23":741,"24":2087,"25":543,"257":130,"26":175,"268":7,"27":115,"273":103,"276":172,"279":208,"28":860,"281":7,"282":403,"291":79,"292":113,"30":49,"302":38,"306":15,"31":69,"314":6,"32":84,"33":206,"34":78,"347":7,"35":90,"352":876,"36":215,"37":59,"38":669,"380":44,"381":194,"383":72,"389":1,"39":127,"391":83,"396":7,"397":33,"40":55,"409":57,"41":108,"414":134,"415":202,"419":23,"42":75,"426":19,"43":60,"430":157,"433":4,"434":3,"44":35,"45":74,"46":378,"48":81,"49":250,"5":3181,"51":57,"52":55,"53":89,"56":16,"570":14,"6":361,"63":68,"7":936,"79":96,"8":360,"80":57,"9":822,"all_client":146302,"all_tv_clinet":28491,"insert_time":"2014-08-24T11:47:22.426Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118078,"10":124,"107":791,"11":1543,"12":270,"13":606,"14":195,"15":252,"155":82,"156":39,"158":60,"159":78,"16":189,"160":30,"161":265,"167":152,"168":4,"17":495,"18":1295,"19":801,"20":206,"209":59,"21":840,"210":144,"211":41,"214":60,"215":512,"221":416,"223":1323,"224":192,"225":871,"23":760,"24":2096,"25":549,"257":135,"26":177,"268":7,"27":116,"273":98,"276":165,"279":207,"28":881,"281":6,"282":401,"291":73,"292":111,"30":51,"302":41,"306":16,"31":73,"314":7,"32":84,"33":206,"34":80,"347":7,"35":91,"352":873,"36":207,"37":62,"38":674,"380":47,"381":192,"383":71,"389":1,"39":132,"391":82,"396":9,"397":34,"40":56,"409":58,"41":106,"414":125,"415":212,"419":20,"42":80,"426":25,"43":59,"430":157,"431":1,"433":4,"434":3,"44":39,"45":76,"46":381,"48":80,"49":260,"5":3113,"51":58,"52":54,"53":92,"56":15,"570":14,"6":342,"63":69,"7":948,"79":89,"8":372,"80":58,"9":806,"all_client":146607,"all_tv_clinet":28529,"insert_time":"2014-08-24T11:48:23.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118373,"10":124,"107":798,"11":1551,"12":276,"13":593,"14":188,"15":248,"155":77,"156":39,"158":58,"159":80,"16":191,"160":28,"161":267,"167":152,"168":7,"17":501,"18":1293,"19":782,"20":207,"209":58,"21":850,"210":142,"211":44,"214":60,"215":517,"221":421,"223":1347,"224":194,"225":878,"23":774,"24":2107,"25":555,"257":139,"26":170,"268":8,"27":119,"273":91,"276":157,"279":212,"28":900,"281":6,"282":402,"291":70,"292":110,"30":49,"302":41,"306":16,"31":78,"314":7,"32":84,"33":212,"34":83,"347":9,"35":97,"352":873,"36":209,"37":63,"38":671,"380":46,"381":187,"383":68,"389":1,"39":137,"391":82,"396":9,"397":35,"40":52,"409":61,"41":111,"414":123,"415":207,"419":22,"42":84,"426":28,"43":61,"430":157,"431":1,"433":4,"434":3,"44":39,"45":83,"46":381,"48":82,"49":257,"5":3064,"51":55,"52":57,"53":92,"56":16,"570":13,"6":353,"63":68,"7":964,"79":84,"8":375,"80":54,"9":783,"all_client":146955,"all_tv_clinet":28582,"insert_time":"2014-08-24T11:49:24.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118719,"10":128,"107":816,"11":1584,"12":290,"13":595,"14":169,"15":249,"155":76,"156":36,"158":54,"159":84,"16":191,"160":27,"161":276,"167":151,"168":7,"17":504,"18":1261,"19":729,"20":207,"209":58,"21":859,"210":141,"211":44,"214":58,"215":527,"221":415,"223":1374,"224":192,"225":881,"23":794,"24":2162,"25":557,"257":137,"26":169,"268":8,"27":122,"273":87,"276":157,"279":211,"28":914,"281":7,"282":397,"291":64,"292":108,"30":50,"302":40,"306":18,"31":85,"314":8,"32":93,"33":213,"34":82,"347":10,"35":96,"352":879,"36":210,"37":68,"38":658,"380":44,"381":183,"383":66,"389":1,"39":139,"391":83,"396":9,"397":36,"40":53,"409":65,"41":109,"414":122,"415":207,"419":23,"42":83,"426":26,"43":67,"430":155,"431":1,"433":4,"434":3,"44":41,"45":86,"46":375,"48":83,"49":269,"5":2981,"51":58,"52":58,"53":97,"56":16,"570":13,"6":354,"63":67,"7":971,"79":83,"8":383,"80":56,"9":763,"all_client":147339,"all_tv_clinet":28620,"insert_time":"2014-08-24T11:50:25.749Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119036,"10":130,"107":818,"11":1589,"12":295,"13":578,"14":155,"15":252,"155":76,"156":30,"158":54,"159":90,"16":193,"160":25,"161":275,"167":153,"168":8,"17":513,"18":1251,"19":677,"20":215,"209":55,"21":862,"210":135,"211":46,"214":54,"215":532,"221":422,"223":1388,"224":196,"225":884,"23":795,"24":2185,"25":555,"257":137,"26":167,"268":8,"27":130,"273":94,"276":157,"279":213,"28":929,"281":7,"282":393,"291":62,"292":109,"30":50,"302":39,"306":17,"31":88,"314":8,"32":96,"33":214,"34":84,"347":10,"35":98,"352":884,"36":211,"37":66,"38":650,"380":44,"381":180,"383":65,"389":1,"39":142,"391":85,"396":9,"397":38,"40":59,"409":73,"41":114,"414":123,"415":208,"419":25,"42":84,"426":18,"43":71,"430":159,"431":1,"433":4,"434":3,"44":38,"45":88,"46":377,"48":81,"49":275,"5":2903,"51":58,"52":61,"53":92,"56":16,"570":13,"6":370,"63":66,"7":966,"79":80,"8":390,"80":58,"9":759,"all_client":147640,"all_tv_clinet":28604,"insert_time":"2014-08-24T11:51:27.048Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119388,"10":133,"107":818,"11":1583,"12":293,"13":576,"14":155,"15":238,"155":74,"156":27,"158":52,"159":90,"16":197,"160":28,"161":272,"167":154,"168":9,"17":522,"18":1232,"19":649,"20":212,"209":52,"21":879,"210":134,"211":50,"214":54,"215":525,"221":422,"223":1399,"224":194,"225":907,"23":798,"24":2222,"25":557,"257":127,"26":169,"268":7,"27":129,"273":104,"276":159,"279":210,"28":940,"281":6,"282":387,"291":61,"292":102,"30":50,"302":42,"306":18,"31":94,"314":7,"32":93,"33":211,"34":88,"347":10,"35":103,"352":876,"36":216,"37":70,"38":654,"380":45,"381":171,"383":66,"389":1,"39":142,"391":81,"396":9,"397":40,"40":62,"409":75,"41":115,"414":123,"415":203,"419":26,"42":87,"426":13,"43":69,"430":173,"431":1,"433":4,"434":3,"44":38,"45":94,"46":394,"48":80,"49":278,"5":2840,"51":64,"52":59,"53":90,"56":18,"570":13,"6":378,"63":67,"7":980,"79":87,"8":409,"80":58,"9":745,"all_client":148029,"all_tv_clinet":28641,"insert_time":"2014-08-24T11:52:29.384Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119751,"10":129,"107":812,"11":1596,"12":284,"13":573,"14":149,"15":234,"155":75,"156":31,"158":50,"159":86,"16":194,"160":28,"161":271,"167":152,"168":9,"17":539,"18":1236,"19":630,"20":206,"209":53,"21":901,"210":131,"211":55,"214":53,"215":523,"221":438,"223":1399,"224":199,"225":908,"23":802,"24":2241,"25":567,"257":132,"26":172,"268":7,"27":132,"273":116,"276":152,"279":216,"28":956,"281":5,"282":374,"291":62,"292":103,"30":51,"302":44,"306":18,"31":92,"314":6,"32":87,"33":208,"34":91,"347":10,"35":104,"352":867,"36":222,"37":69,"38":663,"380":48,"381":170,"383":67,"389":1,"39":144,"391":78,"396":9,"397":41,"40":63,"409":80,"41":112,"414":130,"415":199,"419":28,"42":93,"426":11,"43":65,"430":176,"431":1,"433":4,"434":2,"44":36,"45":96,"46":401,"48":78,"49":285,"5":2786,"51":64,"52":56,"53":86,"56":19,"570":13,"6":391,"63":70,"7":991,"79":88,"8":418,"80":57,"9":723,"all_client":148444,"all_tv_clinet":28693,"insert_time":"2014-08-24T11:53:31.219Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120092,"10":130,"107":813,"11":1625,"12":272,"13":570,"14":146,"15":234,"155":79,"156":36,"158":49,"159":83,"16":195,"160":30,"161":256,"167":149,"168":10,"17":548,"18":1235,"19":603,"20":194,"209":52,"21":900,"210":126,"211":52,"214":55,"215":520,"221":454,"223":1411,"224":202,"225":924,"23":824,"24":2297,"25":566,"257":138,"26":167,"268":7,"27":131,"273":117,"276":159,"279":223,"28":964,"281":5,"282":372,"291":59,"292":106,"30":51,"302":44,"306":17,"31":90,"314":6,"32":89,"33":203,"34":94,"347":12,"35":108,"352":875,"36":224,"37":70,"38":663,"380":47,"381":167,"383":67,"389":1,"39":148,"391":76,"396":8,"397":42,"40":65,"409":78,"41":114,"414":132,"415":198,"419":34,"42":92,"426":8,"43":67,"430":177,"431":1,"433":5,"434":2,"44":36,"45":100,"46":398,"48":81,"49":290,"5":2755,"51":70,"52":57,"53":85,"56":17,"570":14,"6":392,"63":71,"7":995,"79":86,"8":422,"80":54,"9":698,"all_client":148876,"all_tv_clinet":28784,"insert_time":"2014-08-24T11:54:32.143Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120326,"10":125,"107":824,"11":1648,"12":251,"13":563,"14":138,"15":246,"155":89,"156":34,"158":48,"159":81,"16":188,"160":28,"161":235,"167":150,"168":6,"17":552,"18":1219,"19":598,"20":206,"209":50,"21":895,"210":129,"211":54,"214":56,"215":523,"221":477,"223":1417,"224":207,"225":929,"23":831,"24":2314,"25":569,"257":141,"26":167,"268":7,"27":133,"273":127,"276":158,"279":223,"28":987,"281":6,"282":375,"291":59,"292":113,"30":52,"302":44,"306":18,"31":96,"314":7,"32":80,"33":191,"34":99,"347":11,"35":106,"352":890,"36":234,"37":70,"38":664,"380":45,"381":160,"383":62,"389":1,"39":148,"391":77,"396":8,"397":43,"40":67,"409":67,"41":111,"414":130,"415":194,"419":32,"42":91,"426":11,"43":72,"430":186,"431":1,"433":5,"434":2,"44":34,"45":104,"46":406,"48":77,"49":296,"5":2726,"51":75,"52":65,"53":87,"56":16,"570":16,"6":392,"63":71,"7":999,"79":86,"8":426,"80":54,"9":694,"all_client":149201,"all_tv_clinet":28875,"insert_time":"2014-08-24T11:55:33.374Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120540,"10":132,"107":832,"11":1660,"12":231,"13":566,"14":135,"15":252,"155":94,"156":32,"158":49,"159":83,"16":184,"160":29,"161":224,"167":152,"168":7,"17":554,"18":1193,"19":595,"20":219,"209":53,"21":883,"210":130,"211":58,"214":58,"215":533,"221":472,"223":1432,"224":202,"225":963,"23":835,"24":2360,"25":577,"257":150,"26":170,"268":6,"27":135,"273":126,"276":156,"279":222,"28":998,"281":6,"282":385,"291":59,"292":110,"30":54,"302":47,"306":17,"31":98,"314":8,"32":68,"33":180,"34":102,"347":9,"35":107,"352":892,"36":232,"37":74,"38":670,"380":43,"381":164,"383":63,"389":2,"39":155,"391":76,"396":8,"397":42,"40":70,"409":60,"41":112,"414":127,"415":189,"419":30,"42":94,"426":14,"43":72,"430":191,"431":1,"433":5,"434":2,"44":36,"45":110,"46":423,"48":81,"49":294,"5":2624,"51":75,"52":70,"53":90,"56":19,"570":18,"6":407,"63":73,"7":1046,"79":87,"8":431,"80":54,"9":686,"all_client":149544,"all_tv_clinet":29004,"insert_time":"2014-08-24T11:56:34.430Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120772,"10":139,"107":844,"11":1691,"12":213,"13":567,"14":135,"15":267,"155":98,"156":30,"158":48,"159":81,"16":184,"160":26,"161":223,"167":155,"168":4,"17":561,"18":1156,"19":598,"20":228,"209":55,"21":898,"210":130,"211":60,"214":62,"215":537,"221":460,"223":1457,"224":198,"225":972,"23":847,"24":2398,"25":588,"257":158,"26":175,"268":6,"27":138,"273":120,"276":151,"279":224,"28":1023,"281":6,"282":386,"291":64,"292":100,"30":54,"302":52,"306":20,"31":103,"314":9,"32":65,"33":178,"34":103,"347":8,"35":111,"352":899,"36":237,"37":77,"38":663,"380":45,"381":158,"383":63,"389":2,"39":159,"391":73,"396":8,"397":43,"40":75,"409":55,"41":121,"414":123,"415":173,"419":28,"42":94,"426":15,"43":73,"430":197,"431":1,"433":5,"434":2,"44":37,"45":112,"46":428,"48":77,"49":294,"5":2517,"51":78,"52":70,"53":91,"56":17,"570":18,"6":416,"63":72,"7":1089,"79":94,"8":438,"80":53,"9":653,"all_client":149879,"all_tv_clinet":29107,"insert_time":"2014-08-24T11:57:35.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121129,"10":138,"107":835,"11":1723,"12":203,"13":560,"14":129,"15":285,"155":103,"156":27,"158":42,"159":81,"16":182,"160":23,"161":232,"167":152,"168":4,"17":568,"18":1118,"19":601,"20":234,"209":60,"21":902,"210":122,"211":58,"214":63,"215":532,"221":453,"223":1462,"224":202,"225":983,"23":855,"24":2445,"25":601,"257":155,"26":178,"268":6,"27":145,"273":114,"276":156,"279":218,"28":1054,"281":6,"282":384,"291":66,"292":97,"30":53,"302":55,"306":23,"31":107,"314":6,"32":65,"33":171,"34":104,"347":9,"35":121,"352":904,"36":241,"37":75,"38":678,"380":44,"381":161,"383":64,"389":2,"39":157,"391":72,"396":8,"397":42,"40":73,"409":55,"41":124,"414":123,"415":171,"419":31,"42":94,"426":17,"43":76,"430":195,"431":1,"433":6,"434":2,"44":38,"45":114,"46":441,"48":83,"49":303,"5":2419,"51":73,"52":66,"53":94,"56":16,"570":17,"6":432,"63":73,"7":1126,"79":96,"8":442,"80":53,"9":592,"all_client":150294,"all_tv_clinet":29165,"insert_time":"2014-08-24T11:58:36.487Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121477,"10":134,"107":817,"11":1775,"12":193,"13":574,"14":127,"15":303,"155":105,"156":28,"158":44,"159":84,"16":183,"160":21,"161":243,"167":146,"168":5,"17":572,"18":1072,"19":600,"20":234,"209":64,"21":920,"210":120,"211":59,"214":60,"215":523,"221":461,"223":1499,"224":209,"225":983,"23":868,"24":2460,"25":604,"257":157,"26":177,"268":4,"27":153,"273":104,"276":154,"279":224,"28":1067,"281":6,"282":390,"291":69,"292":88,"30":51,"302":49,"306":26,"31":112,"314":8,"32":67,"33":169,"34":105,"347":11,"35":127,"352":923,"36":241,"37":75,"38":687,"380":45,"381":160,"383":63,"389":1,"39":159,"391":71,"396":8,"397":43,"40":72,"409":52,"41":123,"414":123,"415":169,"419":29,"42":96,"426":18,"43":72,"430":198,"431":1,"433":6,"434":2,"44":44,"45":112,"46":435,"48":77,"49":309,"5":2349,"51":74,"52":69,"53":102,"56":17,"570":17,"6":445,"63":74,"7":1131,"79":99,"8":449,"80":49,"9":539,"all_client":150713,"all_tv_clinet":29236,"insert_time":"2014-08-24T11:59:37.589Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121755,"10":132,"107":793,"11":1826,"12":185,"13":581,"14":126,"15":299,"155":105,"156":27,"158":43,"159":85,"16":175,"160":21,"161":254,"167":142,"168":5,"17":581,"18":1039,"19":586,"20":240,"209":65,"21":928,"210":123,"211":61,"214":59,"215":506,"221":460,"223":1514,"224":208,"225":1001,"23":870,"24":2483,"25":607,"257":163,"26":178,"268":5,"27":159,"273":103,"276":153,"279":228,"28":1078,"281":7,"282":385,"291":71,"292":89,"30":52,"302":45,"306":25,"31":113,"314":8,"32":67,"33":163,"34":106,"347":11,"35":127,"352":939,"36":237,"37":76,"38":686,"380":47,"381":154,"383":66,"389":1,"39":166,"391":75,"396":6,"397":43,"40":71,"409":55,"41":125,"414":120,"415":163,"419":27,"42":98,"426":19,"43":71,"430":211,"431":1,"433":8,"434":2,"44":44,"45":109,"46":444,"48":83,"49":304,"5":2270,"51":71,"52":70,"53":109,"56":19,"570":17,"6":451,"63":75,"7":1147,"79":104,"8":451,"80":49,"9":516,"all_client":151021,"all_tv_clinet":29266,"insert_time":"2014-08-24T12:00:38.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121958,"10":134,"107":799,"11":1879,"12":186,"13":594,"14":120,"15":310,"155":105,"156":25,"158":41,"159":89,"16":176,"160":20,"161":247,"167":138,"168":6,"17":575,"18":1019,"19":597,"20":242,"209":68,"21":944,"210":111,"211":63,"214":60,"215":492,"221":481,"223":1561,"224":206,"225":1000,"23":878,"24":2484,"25":603,"257":167,"26":175,"268":7,"27":161,"273":104,"276":145,"279":237,"28":1088,"281":9,"282":367,"291":75,"292":87,"30":55,"302":43,"306":23,"31":114,"314":12,"32":71,"33":161,"34":107,"347":9,"35":130,"352":945,"36":235,"37":71,"38":692,"380":48,"381":158,"383":65,"39":173,"391":75,"396":7,"397":45,"40":69,"409":60,"41":134,"414":116,"415":162,"419":33,"42":103,"426":22,"43":69,"430":212,"431":1,"433":8,"434":2,"44":41,"45":110,"46":456,"48":84,"49":314,"5":2198,"51":72,"52":71,"53":109,"56":19,"570":18,"6":459,"63":76,"7":1155,"79":101,"8":458,"80":54,"9":494,"all_client":151352,"all_tv_clinet":29394,"insert_time":"2014-08-24T12:01:40.070Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122108,"10":134,"107":807,"11":1931,"12":192,"13":596,"14":119,"15":314,"155":108,"156":23,"158":37,"159":93,"16":178,"160":19,"161":245,"167":146,"168":6,"17":580,"18":1004,"19":609,"20":249,"209":65,"21":947,"210":101,"211":61,"214":60,"215":487,"221":487,"223":1577,"224":210,"225":965,"23":874,"24":2487,"25":600,"257":168,"26":172,"268":8,"27":154,"273":103,"276":143,"279":238,"28":1096,"281":9,"282":342,"291":73,"292":92,"30":54,"302":45,"306":21,"31":121,"314":15,"32":71,"33":162,"34":112,"347":11,"35":131,"352":973,"36":240,"37":78,"38":707,"380":50,"381":154,"383":72,"39":186,"391":73,"396":7,"397":46,"40":68,"409":65,"41":137,"414":114,"415":161,"419":39,"42":104,"426":18,"43":70,"430":220,"431":1,"433":8,"434":2,"44":34,"45":109,"46":461,"48":89,"49":317,"5":2166,"51":75,"52":65,"53":110,"56":17,"570":21,"6":458,"63":76,"7":1157,"79":101,"8":464,"80":52,"9":468,"all_client":151593,"all_tv_clinet":29485,"insert_time":"2014-08-24T12:02:41.105Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122338,"10":139,"107":821,"11":1955,"12":202,"13":599,"14":125,"15":313,"155":110,"156":25,"158":38,"159":93,"16":173,"160":22,"161":260,"167":145,"168":8,"17":568,"18":1000,"19":621,"20":256,"209":63,"21":965,"210":97,"211":68,"214":60,"215":489,"221":465,"223":1590,"224":218,"225":998,"23":873,"24":2473,"25":603,"257":174,"26":171,"268":6,"27":147,"273":105,"276":136,"279":241,"28":1104,"281":7,"282":320,"291":74,"292":97,"30":56,"302":43,"306":16,"31":116,"314":17,"32":65,"33":161,"34":118,"347":11,"35":130,"352":999,"36":247,"37":80,"38":712,"380":51,"381":155,"383":71,"39":188,"391":68,"396":9,"397":46,"40":71,"409":67,"41":139,"414":110,"415":153,"419":42,"42":107,"426":23,"43":76,"430":215,"433":8,"434":2,"44":32,"45":113,"46":458,"48":92,"49":322,"5":2156,"51":77,"52":64,"53":116,"56":17,"570":21,"6":464,"63":77,"7":1134,"79":94,"8":473,"80":51,"9":459,"all_client":151947,"all_tv_clinet":29609,"insert_time":"2014-08-24T12:03:42.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122634,"10":147,"107":822,"11":1921,"12":222,"13":604,"14":136,"15":315,"155":110,"156":24,"158":44,"159":94,"16":175,"160":21,"161":286,"167":146,"168":8,"17":547,"18":1012,"19":629,"20":265,"209":55,"21":973,"210":97,"211":70,"214":61,"215":503,"221":474,"223":1608,"224":220,"225":1008,"23":886,"24":2486,"25":593,"257":166,"26":171,"268":9,"27":150,"273":114,"276":136,"279":239,"28":1108,"281":7,"282":299,"291":77,"292":100,"30":56,"302":41,"306":14,"31":113,"314":16,"32":58,"33":166,"34":124,"347":10,"35":129,"352":1010,"36":248,"37":80,"38":718,"380":52,"381":159,"383":70,"39":193,"391":69,"396":7,"397":48,"40":75,"409":72,"41":134,"414":104,"415":145,"419":41,"42":108,"426":23,"43":81,"430":213,"433":9,"434":1,"44":35,"45":114,"46":467,"48":88,"49":329,"5":2148,"51":82,"52":64,"53":119,"56":16,"570":21,"6":464,"63":75,"7":1120,"79":93,"8":480,"80":45,"9":456,"all_client":152375,"all_tv_clinet":29741,"insert_time":"2014-08-24T12:04:43.998Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122869,"10":145,"107":816,"11":1739,"12":248,"13":620,"14":156,"15":332,"155":115,"156":24,"158":45,"159":92,"16":169,"160":21,"161":290,"167":146,"168":8,"17":495,"18":1041,"19":641,"20":267,"209":57,"21":995,"210":95,"211":71,"214":66,"215":516,"221":472,"223":1624,"224":222,"225":1029,"23":900,"24":2498,"25":578,"257":174,"26":175,"268":11,"27":147,"273":113,"276":133,"279":233,"28":1128,"281":7,"282":289,"291":76,"292":103,"30":55,"302":42,"306":10,"31":114,"314":18,"32":54,"33":168,"34":132,"347":9,"35":131,"352":1008,"36":248,"37":87,"38":732,"380":52,"381":147,"383":74,"39":207,"391":68,"396":7,"397":50,"40":77,"409":76,"41":141,"414":99,"415":144,"419":48,"42":114,"426":27,"43":83,"430":218,"433":9,"434":1,"44":31,"45":119,"46":470,"48":84,"49":334,"5":2149,"51":82,"52":66,"53":107,"56":16,"570":22,"6":469,"63":76,"7":1109,"79":90,"8":492,"80":42,"9":484,"all_client":152683,"all_tv_clinet":29814,"insert_time":"2014-08-24T12:05:45.240Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123072,"10":147,"107":826,"11":1546,"12":262,"13":644,"14":165,"15":338,"155":116,"156":23,"158":46,"159":94,"16":180,"160":21,"161":303,"167":147,"168":8,"17":458,"18":1090,"19":657,"20":273,"209":60,"21":1002,"210":91,"211":72,"214":67,"215":522,"221":467,"223":1609,"224":229,"225":1029,"23":913,"24":2521,"25":559,"257":170,"26":181,"268":11,"27":148,"273":123,"276":132,"279":234,"28":1154,"281":7,"282":268,"291":78,"292":106,"30":58,"302":45,"306":9,"31":116,"314":18,"32":48,"33":179,"34":136,"347":10,"35":143,"352":1019,"36":244,"37":87,"38":734,"380":50,"381":148,"383":75,"39":213,"391":66,"396":6,"397":49,"40":81,"409":79,"41":137,"414":93,"415":161,"419":53,"42":115,"426":26,"43":85,"430":220,"433":9,"434":1,"44":33,"45":121,"46":486,"48":81,"49":350,"5":2133,"51":81,"52":62,"53":102,"56":16,"570":23,"6":468,"63":75,"7":1120,"79":91,"8":499,"80":38,"9":522,"all_client":152983,"all_tv_clinet":29911,"insert_time":"2014-08-24T12:06:46.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123380,"10":146,"107":855,"11":1376,"12":270,"13":652,"14":174,"15":327,"155":120,"156":25,"158":47,"159":96,"16":185,"160":20,"161":290,"167":151,"168":9,"17":424,"18":1160,"19":661,"20":276,"209":59,"21":1009,"210":88,"211":68,"214":69,"215":520,"221":480,"223":1504,"224":230,"225":1027,"23":932,"24":2541,"25":543,"257":174,"26":177,"268":13,"27":155,"273":124,"276":131,"279":239,"28":1167,"281":7,"282":262,"291":76,"292":108,"30":61,"302":48,"306":9,"31":120,"314":18,"32":47,"33":182,"34":141,"347":11,"35":156,"352":1021,"36":245,"37":91,"38":737,"380":50,"381":147,"383":78,"39":221,"391":66,"396":6,"397":50,"40":93,"409":78,"41":133,"414":97,"415":167,"419":52,"42":120,"426":26,"43":83,"430":227,"433":9,"434":1,"44":34,"45":116,"46":479,"48":86,"49":360,"5":2111,"51":82,"52":61,"53":97,"56":16,"570":21,"6":480,"63":76,"7":1164,"79":94,"8":503,"80":36,"9":572,"all_client":153326,"all_tv_clinet":29946,"insert_time":"2014-08-24T12:07:47.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123502,"10":151,"107":876,"11":1273,"12":289,"13":665,"14":175,"15":317,"155":121,"156":27,"158":44,"159":97,"16":196,"160":21,"161":278,"167":155,"168":10,"17":414,"18":1224,"19":677,"20":288,"209":62,"21":1023,"210":81,"211":72,"214":72,"215":514,"221":487,"223":1407,"224":217,"225":1055,"23":959,"24":2520,"25":524,"257":169,"26":182,"268":12,"27":158,"273":128,"276":125,"279":247,"28":1226,"281":7,"282":260,"291":73,"292":109,"30":63,"302":48,"306":9,"31":115,"314":18,"32":49,"33":189,"34":144,"347":13,"35":160,"352":1012,"36":251,"37":92,"38":727,"380":45,"381":146,"383":84,"39":228,"391":68,"396":4,"397":50,"40":104,"409":78,"41":141,"414":102,"415":164,"419":54,"42":125,"426":22,"43":86,"430":228,"433":9,"434":1,"44":36,"45":113,"46":495,"48":79,"49":359,"5":2084,"51":84,"52":61,"53":96,"56":15,"570":20,"6":485,"63":79,"7":1198,"79":93,"8":478,"80":36,"9":623,"all_client":153552,"all_tv_clinet":30050,"insert_time":"2014-08-24T12:08:48.702Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123788,"10":151,"107":888,"11":1174,"12":316,"13":679,"14":177,"15":312,"155":122,"156":30,"158":44,"159":97,"16":202,"160":18,"161":268,"167":157,"168":10,"17":405,"18":1267,"19":682,"20":295,"209":67,"21":1032,"210":78,"211":71,"214":73,"215":510,"221":502,"223":1331,"224":201,"225":1052,"23":985,"24":2480,"25":499,"257":168,"26":183,"268":12,"27":158,"273":132,"276":123,"279":254,"28":1248,"281":6,"282":257,"291":72,"292":110,"30":68,"302":47,"306":8,"31":120,"314":16,"32":48,"33":186,"34":153,"347":13,"35":173,"352":1023,"36":249,"37":98,"38":733,"380":43,"381":153,"383":81,"39":230,"391":69,"396":4,"397":53,"40":105,"409":78,"41":145,"414":106,"415":164,"419":51,"42":128,"426":21,"43":86,"430":227,"433":8,"434":1,"44":33,"45":123,"46":486,"48":75,"49":365,"5":2077,"51":87,"52":65,"53":103,"56":15,"570":22,"6":496,"63":77,"7":1214,"79":96,"8":446,"80":34,"9":677,"all_client":153865,"all_tv_clinet":30077,"insert_time":"2014-08-24T12:09:49.777Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124043,"10":155,"107":886,"11":1090,"12":341,"13":699,"14":177,"15":319,"155":123,"156":29,"158":42,"159":98,"16":193,"160":20,"161":266,"167":154,"168":9,"17":408,"18":1329,"19":685,"20":297,"209":73,"21":1034,"210":77,"211":69,"214":77,"215":514,"221":507,"223":1309,"224":192,"225":1075,"23":989,"24":2428,"25":496,"257":168,"26":191,"268":11,"27":159,"273":135,"276":122,"279":259,"28":1283,"281":6,"282":249,"291":71,"292":113,"30":69,"302":45,"306":8,"31":124,"314":16,"32":54,"33":181,"34":168,"347":12,"35":179,"352":1025,"36":240,"37":107,"38":734,"380":42,"381":152,"383":85,"39":239,"391":72,"396":5,"397":54,"40":108,"409":80,"41":150,"414":91,"415":161,"419":50,"42":137,"426":36,"43":81,"430":228,"433":7,"434":1,"44":34,"45":120,"46":469,"48":78,"49":353,"5":2050,"51":99,"52":64,"53":111,"56":13,"570":21,"6":500,"63":73,"7":1253,"79":97,"8":408,"80":35,"9":697,"all_client":154186,"all_tv_clinet":30143,"insert_time":"2014-08-24T12:10:52.093Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124298,"10":157,"107":877,"11":1035,"12":371,"13":704,"14":173,"15":321,"155":122,"156":28,"158":44,"159":97,"16":192,"160":21,"161":262,"167":150,"168":8,"17":394,"18":1379,"19":703,"20":294,"209":71,"21":1043,"210":76,"211":70,"214":79,"215":528,"221":523,"223":1298,"224":189,"225":1082,"23":945,"24":2423,"25":496,"257":170,"26":193,"268":16,"27":159,"273":137,"276":127,"279":260,"28":1339,"281":6,"282":246,"291":77,"292":114,"30":72,"302":45,"306":8,"31":131,"314":15,"32":55,"33":185,"34":178,"347":16,"35":168,"352":996,"36":245,"37":109,"38":736,"380":41,"381":150,"383":83,"39":252,"391":72,"396":5,"397":56,"40":106,"409":83,"41":147,"414":83,"415":157,"419":43,"42":143,"426":47,"43":84,"430":229,"433":7,"434":1,"44":32,"45":123,"46":441,"48":78,"49":332,"5":2037,"51":103,"52":60,"53":126,"56":14,"570":22,"6":502,"63":69,"7":1274,"79":99,"8":390,"80":35,"9":694,"all_client":154476,"all_tv_clinet":30178,"insert_time":"2014-08-24T12:11:53.435Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124462,"10":163,"107":871,"11":993,"12":388,"13":713,"14":171,"15":333,"155":121,"156":26,"158":45,"159":98,"16":190,"160":20,"161":263,"167":152,"168":8,"17":394,"18":1407,"19":707,"20":278,"209":69,"21":1053,"210":76,"211":68,"214":78,"215":527,"221":523,"223":1318,"224":187,"225":1118,"23":898,"24":2450,"25":503,"257":166,"26":187,"268":16,"27":168,"273":136,"276":132,"279":264,"28":1389,"281":6,"282":246,"291":79,"292":107,"30":80,"302":45,"306":7,"31":134,"314":14,"32":54,"33":185,"34":188,"347":18,"35":157,"352":1001,"36":249,"37":111,"38":739,"380":41,"381":149,"383":80,"39":269,"391":72,"396":3,"397":58,"40":111,"409":82,"41":149,"414":81,"415":155,"419":44,"42":147,"426":48,"43":83,"430":234,"433":7,"434":1,"44":37,"45":127,"46":427,"48":77,"49":302,"5":1997,"51":102,"52":60,"53":130,"56":14,"570":21,"6":497,"63":66,"7":1270,"79":100,"8":391,"80":34,"9":697,"all_client":154712,"all_tv_clinet":30250,"insert_time":"2014-08-24T12:12:54.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124732,"10":163,"107":872,"11":945,"12":424,"13":746,"14":168,"15":339,"155":124,"156":25,"158":48,"159":98,"16":183,"160":20,"161":282,"167":154,"168":8,"17":400,"18":1431,"19":720,"20":271,"209":69,"21":1039,"210":75,"211":66,"214":77,"215":534,"221":517,"223":1312,"224":185,"225":1156,"23":865,"24":2445,"25":507,"257":169,"26":188,"268":17,"27":169,"273":126,"276":133,"279":265,"28":1426,"281":7,"282":240,"291":83,"292":98,"30":85,"302":44,"306":7,"31":132,"314":14,"32":51,"33":188,"34":177,"347":18,"35":157,"352":993,"36":257,"37":115,"38":730,"380":41,"381":150,"383":85,"39":286,"391":72,"396":3,"397":59,"40":117,"409":85,"41":153,"414":86,"415":152,"419":45,"42":147,"426":46,"43":83,"430":233,"433":8,"434":1,"44":41,"45":134,"46":412,"48":77,"49":286,"5":1981,"51":100,"52":63,"53":133,"56":12,"570":19,"6":476,"63":67,"7":1276,"79":99,"8":382,"80":35,"9":722,"all_client":155056,"all_tv_clinet":30324,"insert_time":"2014-08-24T12:13:55.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124955,"10":172,"107":868,"11":909,"12":456,"13":777,"14":171,"15":354,"155":127,"156":28,"158":49,"159":102,"16":182,"160":19,"161":292,"167":155,"168":8,"17":407,"18":1400,"19":720,"20":271,"209":69,"21":999,"210":75,"211":64,"214":78,"215":537,"221":516,"223":1278,"224":190,"225":1178,"23":851,"24":2444,"25":516,"257":162,"26":179,"268":15,"27":176,"273":117,"276":130,"279":269,"28":1441,"281":8,"282":242,"291":82,"292":90,"30":88,"302":45,"306":7,"31":140,"314":14,"32":43,"33":192,"34":162,"347":17,"35":155,"352":983,"36":255,"37":118,"38":718,"380":39,"381":158,"383":82,"39":291,"391":72,"396":2,"397":59,"40":128,"409":86,"41":151,"414":86,"415":153,"419":46,"42":158,"426":45,"43":80,"430":235,"433":8,"434":1,"44":43,"45":138,"46":415,"48":80,"49":276,"5":1990,"51":104,"52":63,"53":135,"56":11,"570":21,"6":463,"63":68,"7":1270,"79":99,"8":378,"80":39,"9":760,"all_client":155298,"all_tv_clinet":30343,"insert_time":"2014-08-24T12:14:56.929Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125248,"10":177,"107":887,"11":869,"12":492,"13":783,"14":162,"15":354,"155":130,"156":34,"158":49,"159":103,"16":186,"160":18,"161":295,"167":158,"168":8,"17":411,"18":1416,"19":729,"20":278,"209":70,"21":942,"210":73,"211":59,"214":77,"215":550,"221":519,"223":1241,"224":192,"225":1145,"23":838,"24":2452,"25":529,"257":163,"26":176,"268":16,"27":189,"273":110,"276":126,"279":275,"28":1440,"281":7,"282":241,"291":86,"292":89,"30":88,"302":46,"306":6,"31":147,"314":14,"32":38,"33":203,"34":143,"347":19,"35":149,"352":984,"36":259,"37":117,"38":727,"380":39,"381":162,"383":83,"39":285,"391":71,"396":3,"397":60,"40":131,"409":87,"41":147,"414":82,"415":156,"419":47,"42":162,"426":44,"43":82,"430":235,"433":8,"434":1,"44":47,"45":144,"46":410,"48":81,"49":271,"5":2024,"51":109,"52":66,"53":137,"56":11,"570":20,"6":463,"63":67,"7":1278,"79":103,"8":376,"80":45,"9":785,"all_client":155654,"all_tv_clinet":30406,"insert_time":"2014-08-24T12:15:58.002Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125399,"10":184,"107":871,"11":851,"12":504,"13":790,"14":154,"15":364,"155":136,"156":34,"158":51,"159":105,"16":190,"160":17,"161":284,"167":164,"168":8,"17":424,"18":1436,"19":735,"20":293,"209":68,"21":911,"210":71,"211":59,"214":74,"215":555,"221":526,"223":1182,"224":197,"225":1095,"23":843,"24":2485,"25":544,"257":167,"26":173,"268":12,"27":204,"273":107,"276":133,"279":278,"28":1403,"281":5,"282":243,"291":85,"292":92,"30":87,"302":48,"306":6,"31":157,"314":14,"32":33,"33":206,"34":141,"347":19,"35":146,"352":985,"36":259,"37":111,"38":730,"380":40,"381":169,"383":77,"39":272,"391":72,"396":3,"397":60,"40":134,"409":82,"41":154,"414":84,"415":157,"419":49,"42":176,"426":41,"43":80,"430":236,"433":7,"434":1,"44":49,"45":147,"46":407,"48":79,"49":272,"5":2086,"51":108,"52":65,"53":138,"56":11,"570":21,"6":458,"63":67,"7":1296,"79":108,"8":377,"80":48,"9":809,"all_client":155888,"all_tv_clinet":30489,"insert_time":"2014-08-24T12:16:58.959Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125547,"10":178,"107":883,"11":854,"12":529,"13":784,"14":143,"15":358,"155":138,"156":34,"158":54,"159":106,"16":186,"160":15,"161":286,"167":167,"168":6,"17":446,"18":1494,"19":749,"20":299,"209":68,"21":898,"210":72,"211":61,"214":75,"215":563,"221":531,"223":1140,"224":192,"225":1066,"23":844,"24":2470,"25":581,"257":162,"26":172,"268":10,"27":215,"273":106,"276":134,"279":283,"28":1357,"281":5,"282":230,"291":87,"292":99,"30":83,"302":50,"306":7,"31":147,"314":12,"32":44,"33":208,"34":135,"347":21,"35":149,"352":1011,"36":260,"37":102,"38":745,"380":41,"381":174,"383":76,"39":251,"391":73,"396":3,"397":60,"40":138,"409":73,"41":143,"414":82,"415":165,"419":51,"42":184,"426":34,"43":88,"430":225,"433":7,"434":1,"44":47,"45":144,"46":396,"48":74,"49":274,"5":2140,"51":109,"52":61,"53":139,"56":9,"570":22,"6":463,"63":67,"7":1322,"79":112,"8":385,"80":51,"9":798,"all_client":156133,"all_tv_clinet":30586,"insert_time":"2014-08-24T12:18:00.188Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125810,"10":181,"107":883,"11":857,"12":539,"13":786,"14":133,"15":374,"155":144,"156":31,"158":57,"159":107,"16":185,"160":13,"161":295,"167":166,"168":6,"17":457,"18":1527,"19":764,"20":302,"209":72,"21":880,"210":63,"211":65,"214":77,"215":577,"221":544,"223":1102,"224":191,"225":1045,"23":845,"24":2466,"25":602,"257":164,"26":168,"268":11,"27":217,"273":110,"276":133,"279":283,"28":1302,"281":5,"282":228,"291":84,"292":103,"30":79,"302":51,"306":5,"31":148,"314":12,"32":48,"33":206,"34":121,"347":21,"35":148,"352":1017,"36":257,"37":95,"38":745,"380":40,"381":173,"383":73,"39":241,"391":74,"396":3,"397":61,"40":132,"409":69,"41":146,"414":84,"415":164,"419":49,"42":197,"426":32,"43":83,"430":222,"433":7,"434":1,"44":40,"45":125,"46":404,"48":76,"49":268,"5":2192,"51":107,"52":56,"53":148,"56":9,"570":22,"6":467,"63":66,"7":1353,"79":108,"8":390,"80":53,"9":789,"all_client":156431,"all_tv_clinet":30621,"insert_time":"2014-08-24T12:19:01.354Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126140,"10":186,"107":890,"11":875,"12":563,"13":799,"14":138,"15":368,"155":146,"156":32,"158":60,"159":110,"16":181,"160":12,"161":305,"167":163,"168":6,"17":481,"18":1530,"19":770,"20":308,"209":71,"21":867,"210":61,"211":69,"214":77,"215":570,"221":539,"223":1093,"224":189,"225":1024,"23":827,"24":2436,"25":648,"257":163,"26":167,"268":11,"27":219,"273":118,"276":131,"279":284,"28":1262,"281":6,"282":228,"291":88,"292":100,"30":70,"302":54,"306":6,"31":137,"314":12,"32":50,"33":214,"34":118,"347":25,"35":138,"352":1014,"36":257,"37":94,"38":754,"380":38,"381":174,"383":71,"39":243,"391":71,"396":5,"397":61,"40":121,"409":68,"41":131,"414":87,"415":165,"419":49,"42":187,"426":28,"43":77,"430":222,"433":8,"434":1,"44":35,"45":108,"46":398,"48":78,"49":273,"5":2225,"51":102,"52":57,"53":151,"56":8,"570":21,"6":465,"63":65,"7":1371,"79":106,"8":405,"80":61,"9":774,"all_client":156764,"all_tv_clinet":30624,"insert_time":"2014-08-24T12:20:02.574Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126428,"10":182,"107":892,"11":864,"12":565,"13":804,"14":142,"15":369,"155":148,"156":35,"158":62,"159":105,"16":173,"160":11,"161":307,"167":163,"168":8,"17":485,"18":1548,"19":787,"20":310,"209":63,"21":870,"210":57,"211":69,"214":75,"215":571,"221":550,"223":1075,"224":181,"225":1014,"23":835,"24":2469,"25":669,"257":161,"26":160,"268":11,"27":218,"273":112,"276":129,"279":288,"28":1223,"281":8,"282":224,"291":93,"292":98,"30":71,"302":51,"306":5,"31":125,"314":13,"32":44,"33":215,"34":114,"347":33,"35":145,"352":1021,"36":250,"37":94,"38":767,"380":39,"381":171,"383":71,"39":234,"391":74,"396":6,"397":61,"40":106,"409":63,"41":129,"414":87,"415":164,"419":45,"42":178,"426":27,"43":76,"430":226,"433":9,"434":2,"44":34,"45":96,"46":393,"48":76,"49":284,"5":2277,"51":99,"52":59,"53":145,"56":8,"570":21,"6":461,"63":66,"7":1363,"79":106,"8":409,"80":65,"9":780,"all_client":157069,"all_tv_clinet":30641,"insert_time":"2014-08-24T12:21:03.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126654,"10":177,"107":888,"11":862,"12":572,"13":808,"14":143,"15":369,"155":146,"156":34,"158":65,"159":99,"16":174,"160":12,"161":293,"167":165,"168":8,"17":494,"18":1551,"19":806,"20":315,"209":54,"21":894,"210":53,"211":66,"214":76,"215":566,"221":538,"223":1080,"224":176,"225":1002,"23":843,"24":2491,"25":713,"257":166,"26":161,"268":11,"27":220,"273":111,"276":128,"279":287,"28":1209,"281":9,"282":227,"291":95,"292":96,"30":69,"302":53,"306":6,"31":113,"314":14,"32":47,"33":217,"34":115,"347":37,"35":142,"352":990,"36":247,"37":93,"38":763,"380":42,"381":168,"383":67,"39":229,"391":74,"396":7,"397":60,"40":106,"409":62,"41":130,"414":87,"415":165,"419":42,"42":157,"426":29,"43":76,"430":225,"433":11,"434":2,"44":35,"45":86,"46":401,"48":79,"49":287,"5":2311,"51":99,"52":60,"53":142,"56":8,"570":21,"6":463,"63":67,"7":1364,"79":113,"8":420,"80":65,"9":793,"all_client":157366,"all_tv_clinet":30712,"insert_time":"2014-08-24T12:22:05.000Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126871,"10":162,"107":898,"11":855,"12":576,"13":800,"14":145,"15":376,"155":149,"156":35,"158":69,"159":92,"16":177,"160":17,"161":277,"167":167,"168":8,"17":497,"18":1536,"19":818,"20":315,"209":48,"21":897,"210":53,"211":64,"214":76,"215":581,"221":536,"223":1089,"224":172,"225":995,"23":834,"24":2533,"25":751,"257":175,"26":159,"268":10,"27":210,"273":112,"276":124,"279":276,"28":1202,"281":9,"282":221,"291":94,"292":99,"30":66,"302":50,"306":6,"31":98,"314":16,"32":53,"33":221,"34":109,"347":43,"35":143,"352":1001,"36":249,"37":91,"38":776,"380":41,"381":173,"383":72,"39":227,"391":76,"396":4,"397":59,"40":100,"409":57,"41":130,"414":91,"415":181,"419":37,"42":135,"426":27,"43":74,"430":225,"433":10,"434":2,"44":30,"45":79,"46":397,"48":80,"49":288,"5":2341,"51":96,"52":63,"53":137,"56":8,"570":20,"6":456,"63":68,"7":1340,"79":113,"8":444,"80":66,"9":817,"all_client":157646,"all_tv_clinet":30775,"insert_time":"2014-08-24T12:23:06.399Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127067,"10":149,"107":902,"11":879,"12":574,"13":800,"14":144,"15":368,"155":149,"156":35,"158":73,"159":84,"16":177,"160":24,"161":257,"167":167,"168":7,"17":506,"18":1534,"19":811,"20":320,"209":51,"21":912,"210":56,"211":61,"214":74,"215":592,"221":536,"223":1120,"224":170,"225":981,"23":836,"24":2568,"25":787,"257":178,"26":159,"268":9,"27":204,"273":109,"276":122,"279":260,"28":1205,"281":7,"282":211,"291":96,"292":102,"30":59,"302":51,"306":5,"31":101,"314":16,"32":51,"33":218,"34":106,"347":35,"35":140,"352":1012,"36":250,"37":88,"38":767,"380":42,"381":174,"383":78,"389":1,"39":218,"391":76,"396":5,"397":59,"40":99,"409":56,"41":122,"414":92,"415":182,"419":36,"42":123,"426":26,"43":72,"430":230,"433":10,"434":2,"44":31,"45":78,"46":399,"48":91,"49":294,"5":2364,"51":93,"52":66,"53":141,"56":12,"570":19,"6":455,"63":69,"7":1343,"79":113,"8":458,"80":72,"9":831,"all_client":157964,"all_tv_clinet":30897,"insert_time":"2014-08-24T12:24:07.431Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127261,"10":143,"107":894,"11":875,"12":582,"13":803,"14":146,"15":366,"155":152,"156":38,"158":76,"159":76,"16":173,"160":25,"161":262,"167":164,"168":6,"17":504,"18":1525,"19":807,"20":316,"209":53,"21":924,"210":60,"211":56,"214":73,"215":594,"221":523,"223":1139,"224":171,"225":1006,"23":831,"24":2626,"25":809,"257":182,"26":154,"268":8,"27":195,"273":110,"276":121,"279":237,"28":1200,"281":9,"282":199,"291":97,"292":109,"30":57,"302":49,"306":4,"31":93,"314":14,"32":51,"33":217,"34":101,"347":35,"35":142,"352":1017,"36":253,"37":77,"38":778,"380":42,"381":171,"383":77,"389":1,"39":215,"391":75,"396":4,"397":60,"40":93,"409":52,"41":112,"414":89,"415":193,"419":32,"42":113,"426":26,"43":71,"430":238,"433":11,"434":2,"44":26,"45":80,"46":388,"48":95,"49":304,"5":2392,"51":88,"52":67,"53":140,"56":14,"570":20,"6":460,"63":67,"7":1347,"79":110,"8":485,"80":75,"9":844,"all_client":158247,"all_tv_clinet":30986,"insert_time":"2014-08-24T12:25:08.517Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127453,"10":139,"107":883,"11":873,"12":557,"13":817,"14":158,"15":382,"155":150,"156":36,"158":84,"159":63,"16":167,"160":25,"161":269,"167":164,"168":5,"17":508,"18":1518,"19":790,"20":315,"209":52,"21":977,"210":59,"211":53,"214":74,"215":589,"221":540,"223":1173,"224":176,"225":1009,"23":822,"24":2654,"25":832,"257":179,"26":148,"268":8,"27":194,"273":107,"276":126,"279":231,"28":1196,"281":10,"282":197,"291":100,"292":107,"30":55,"302":48,"306":5,"31":94,"314":11,"32":44,"33":220,"34":99,"347":34,"35":141,"352":1017,"36":245,"37":75,"38":758,"380":43,"381":160,"383":79,"389":1,"39":205,"391":70,"396":4,"397":59,"40":95,"409":55,"41":107,"414":87,"415":191,"419":33,"42":112,"426":28,"43":69,"430":240,"433":12,"434":2,"44":26,"45":79,"46":404,"48":106,"49":312,"5":2423,"51":93,"52":67,"53":139,"56":16,"570":21,"6":470,"63":70,"7":1344,"79":103,"8":511,"80":75,"9":833,"all_client":158559,"all_tv_clinet":31106,"insert_time":"2014-08-24T12:26:09.482Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127689,"10":135,"107":894,"11":897,"12":488,"13":825,"14":185,"15":402,"155":155,"156":34,"158":93,"159":55,"16":165,"160":23,"161":283,"167":161,"168":4,"17":518,"18":1524,"19":804,"20":332,"209":50,"21":998,"210":60,"211":50,"214":74,"215":586,"221":535,"223":1168,"224":184,"225":1013,"23":803,"24":2661,"25":848,"257":188,"26":144,"268":7,"27":189,"273":106,"276":131,"279":224,"28":1202,"281":9,"282":187,"291":100,"292":98,"30":55,"302":47,"306":5,"31":87,"314":13,"32":38,"33":222,"34":100,"347":33,"35":138,"352":997,"36":247,"37":79,"38":758,"380":43,"381":157,"383":79,"39":202,"391":70,"396":3,"397":55,"40":96,"409":62,"41":111,"414":87,"415":186,"419":34,"42":107,"426":30,"43":70,"430":240,"433":14,"434":2,"44":23,"45":79,"46":415,"48":110,"49":320,"5":2468,"51":92,"52":67,"53":151,"56":14,"570":20,"6":480,"63":73,"7":1365,"79":93,"8":544,"80":75,"9":754,"all_client":158891,"all_tv_clinet":31202,"insert_time":"2014-08-24T12:27:10.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127914,"10":125,"107":891,"11":962,"12":401,"13":811,"14":201,"15":419,"155":154,"156":32,"158":96,"159":48,"16":172,"160":26,"161":298,"167":167,"168":4,"17":535,"18":1552,"19":817,"20":347,"209":53,"21":1034,"210":59,"211":51,"214":74,"215":581,"221":520,"223":1117,"224":190,"225":988,"23":790,"24":2665,"25":874,"257":189,"26":139,"268":7,"27":190,"273":106,"276":132,"279":218,"28":1196,"281":9,"282":185,"291":103,"292":80,"30":58,"302":48,"306":5,"31":83,"314":15,"32":39,"33":221,"34":98,"347":34,"35":136,"352":1012,"36":244,"37":84,"38":771,"380":46,"381":154,"383":81,"389":1,"39":197,"391":68,"396":3,"397":54,"40":94,"409":68,"41":113,"414":97,"415":189,"419":35,"42":110,"426":26,"43":74,"430":244,"433":15,"434":1,"44":23,"45":80,"46":434,"48":115,"49":330,"5":2498,"51":93,"52":69,"53":153,"56":13,"570":17,"6":485,"63":75,"7":1352,"79":83,"8":557,"80":79,"9":679,"all_client":159175,"all_tv_clinet":31261,"insert_time":"2014-08-24T12:28:11.613Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128154,"10":115,"107":892,"11":1019,"12":342,"13":805,"14":200,"15":434,"155":155,"156":36,"158":97,"159":45,"16":167,"160":31,"161":304,"167":165,"168":4,"17":559,"18":1587,"19":837,"20":373,"209":52,"21":1042,"210":62,"211":58,"214":78,"215":585,"221":487,"223":1058,"224":198,"225":980,"23":817,"24":2659,"25":879,"257":187,"26":134,"268":7,"27":196,"273":97,"276":132,"279":215,"28":1213,"281":9,"282":180,"291":100,"292":81,"30":56,"302":42,"306":3,"31":88,"314":16,"32":50,"33":228,"34":98,"347":34,"35":141,"352":1015,"36":243,"37":82,"38":800,"380":50,"381":152,"383":78,"389":1,"39":198,"391":69,"396":3,"397":53,"40":91,"409":73,"41":110,"414":100,"415":181,"419":31,"42":101,"426":27,"43":76,"430":241,"433":18,"434":1,"44":26,"45":80,"46":441,"48":113,"49":339,"5":2550,"51":87,"52":63,"53":150,"56":15,"570":17,"6":480,"63":78,"7":1351,"79":80,"8":580,"80":81,"9":596,"all_client":159504,"all_tv_clinet":31350,"insert_time":"2014-08-24T12:29:12.762Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128395,"10":115,"107":902,"11":1043,"12":311,"13":805,"14":202,"15":423,"155":155,"156":34,"158":96,"159":42,"16":165,"160":33,"161":302,"167":171,"168":4,"17":582,"18":1589,"19":856,"20":383,"209":53,"21":1053,"210":60,"211":67,"214":79,"215":589,"221":471,"223":1040,"224":209,"225":961,"23":830,"24":2672,"25":889,"257":183,"26":138,"268":10,"27":197,"273":87,"276":129,"279":217,"28":1195,"281":7,"282":174,"291":100,"292":79,"30":56,"302":39,"306":3,"31":88,"314":14,"32":54,"33":233,"34":99,"347":30,"35":146,"352":996,"36":240,"37":84,"38":814,"380":51,"381":152,"383":80,"389":2,"39":191,"391":70,"396":4,"397":51,"40":89,"409":76,"41":114,"414":108,"415":178,"419":28,"42":99,"426":25,"43":79,"430":234,"433":18,"434":1,"44":25,"45":76,"46":455,"48":114,"49":352,"5":2581,"51":83,"52":71,"53":140,"56":16,"570":17,"6":460,"63":79,"7":1325,"79":80,"8":609,"80":86,"9":558,"all_client":159770,"all_tv_clinet":31375,"insert_time":"2014-08-24T12:30:13.839Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128661,"10":112,"107":916,"11":1046,"12":277,"13":810,"14":213,"15":397,"155":155,"156":34,"158":98,"159":40,"16":158,"160":33,"161":305,"167":162,"168":5,"17":602,"18":1606,"19":866,"20":386,"209":54,"21":1061,"210":60,"211":65,"214":81,"215":586,"221":461,"223":1034,"224":221,"225":965,"23":878,"24":2683,"25":890,"257":178,"26":146,"268":10,"27":196,"273":89,"276":125,"279":223,"28":1207,"281":7,"282":168,"291":97,"292":73,"30":54,"302":38,"306":3,"31":92,"314":17,"32":47,"33":240,"34":95,"347":30,"35":147,"352":998,"36":233,"37":88,"38":829,"380":52,"381":149,"383":81,"389":2,"39":189,"391":66,"396":4,"397":51,"40":92,"409":76,"41":116,"414":119,"415":165,"419":28,"42":95,"426":23,"43":81,"430":211,"433":19,"434":1,"44":26,"45":70,"46":457,"48":111,"49":370,"5":2604,"51":81,"52":69,"53":142,"56":16,"570":17,"6":434,"63":80,"7":1306,"79":81,"8":630,"80":87,"9":545,"all_client":160097,"all_tv_clinet":31436,"insert_time":"2014-08-24T12:31:15.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128873,"10":111,"107":924,"11":1028,"12":243,"13":811,"14":221,"15":384,"155":154,"156":34,"158":98,"159":35,"16":157,"160":34,"161":290,"167":160,"168":6,"17":613,"18":1595,"19":870,"20":387,"209":57,"21":1081,"210":56,"211":60,"214":78,"215":595,"221":460,"223":1019,"224":230,"225":985,"23":897,"24":2694,"25":884,"257":173,"26":154,"268":10,"27":200,"273":91,"276":124,"279":220,"28":1201,"281":5,"282":164,"291":98,"292":72,"30":57,"302":44,"306":3,"31":94,"314":16,"32":37,"33":244,"34":96,"347":26,"35":159,"352":1004,"36":238,"37":86,"38":853,"380":53,"381":147,"383":81,"389":3,"39":184,"391":64,"396":5,"397":53,"40":96,"409":77,"41":113,"414":126,"415":158,"419":31,"42":94,"426":21,"43":84,"430":196,"433":20,"434":1,"44":26,"45":68,"46":462,"48":109,"49":380,"5":2630,"51":78,"52":73,"53":147,"56":16,"570":16,"6":399,"63":82,"7":1322,"79":83,"8":638,"80":83,"9":557,"all_client":160369,"all_tv_clinet":31496,"insert_time":"2014-08-24T12:32:16.532Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129143,"10":112,"107":912,"11":1007,"12":224,"13":811,"14":228,"15":373,"155":154,"156":32,"158":102,"159":33,"16":154,"160":34,"161":284,"167":148,"168":6,"17":632,"18":1578,"19":872,"20":371,"209":61,"21":1078,"210":57,"211":55,"214":76,"215":602,"221":460,"223":1000,"224":236,"225":1014,"23":915,"24":2712,"25":888,"257":170,"26":165,"268":10,"27":203,"273":93,"276":125,"279":211,"28":1214,"281":4,"282":161,"291":99,"292":73,"30":57,"302":44,"306":2,"31":94,"314":19,"32":34,"33":240,"34":106,"347":27,"35":182,"352":1010,"36":237,"37":88,"38":847,"380":57,"381":140,"383":82,"389":3,"39":193,"391":60,"396":5,"397":52,"40":101,"409":81,"41":113,"414":126,"415":167,"419":30,"42":90,"426":20,"43":86,"430":178,"433":23,"44":27,"45":68,"46":465,"48":117,"49":391,"5":2655,"51":78,"52":68,"53":141,"56":20,"570":14,"6":379,"63":84,"7":1312,"79":85,"8":644,"80":76,"9":578,"all_client":160688,"all_tv_clinet":31545,"insert_time":"2014-08-24T12:33:17.618Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129268,"10":113,"107":906,"11":1012,"12":208,"13":829,"14":230,"15":379,"155":141,"156":32,"158":100,"159":32,"16":151,"160":36,"161":285,"167":139,"168":8,"17":639,"18":1583,"19":870,"20":354,"209":60,"21":1077,"210":60,"211":54,"214":76,"215":612,"221":460,"223":989,"224":245,"225":1052,"23":930,"24":2717,"25":883,"257":167,"26":169,"268":10,"27":206,"273":93,"276":125,"279":209,"28":1221,"281":5,"282":157,"291":98,"292":72,"30":55,"302":44,"306":2,"31":107,"314":17,"32":36,"33":233,"34":111,"347":25,"35":188,"352":1005,"36":239,"37":89,"38":842,"380":58,"381":138,"383":84,"389":4,"39":194,"391":59,"396":4,"397":54,"40":100,"409":85,"41":110,"414":127,"415":162,"419":27,"42":94,"426":19,"43":87,"430":165,"433":23,"44":29,"45":66,"46":475,"48":118,"49":395,"5":2654,"51":75,"52":70,"53":145,"56":20,"570":14,"6":348,"63":84,"7":1300,"79":86,"8":653,"80":72,"9":614,"all_client":160867,"all_tv_clinet":31599,"insert_time":"2014-08-24T12:34:18.690Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129548,"10":108,"107":912,"11":1023,"12":198,"13":806,"14":231,"15":367,"155":126,"156":36,"158":101,"159":34,"16":149,"160":35,"161":284,"167":132,"168":8,"17":638,"18":1581,"19":847,"20":341,"209":61,"21":1063,"210":63,"211":55,"214":75,"215":614,"221":447,"223":999,"224":245,"225":1071,"23":945,"24":2755,"25":868,"257":173,"26":174,"268":11,"27":198,"273":96,"276":126,"279":208,"28":1246,"281":6,"282":147,"291":94,"292":71,"30":54,"302":41,"306":3,"31":111,"314":13,"32":36,"33":228,"34":111,"347":25,"35":185,"352":993,"36":249,"37":90,"38":845,"380":56,"381":137,"383":87,"389":3,"39":210,"391":60,"396":4,"397":55,"40":105,"409":85,"41":113,"414":130,"415":165,"419":33,"42":100,"426":18,"43":85,"430":162,"433":22,"44":31,"45":66,"46":467,"48":120,"49":397,"5":2673,"51":80,"52":66,"53":144,"56":20,"570":13,"6":346,"63":85,"7":1281,"79":86,"8":655,"80":73,"9":653,"all_client":161186,"all_tv_clinet":31638,"insert_time":"2014-08-24T12:35:19.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129734,"10":117,"107":912,"11":1048,"12":185,"13":799,"14":220,"15":376,"155":114,"156":32,"158":108,"159":41,"16":144,"160":36,"161":279,"167":125,"168":9,"17":618,"18":1600,"19":846,"20":335,"209":57,"21":1057,"210":66,"211":51,"214":71,"215":624,"221":435,"223":977,"224":248,"225":1100,"23":952,"24":2777,"25":881,"257":171,"26":186,"268":13,"27":202,"273":92,"276":126,"279":205,"28":1263,"281":7,"282":139,"291":91,"292":71,"30":50,"302":42,"306":4,"31":107,"314":13,"32":39,"33":213,"34":118,"347":25,"35":189,"352":986,"36":238,"37":91,"38":856,"380":56,"381":138,"383":83,"389":3,"39":214,"391":62,"396":4,"397":59,"40":107,"409":87,"41":118,"414":132,"415":164,"419":32,"42":107,"426":14,"43":85,"430":161,"433":21,"44":40,"45":62,"46":459,"48":117,"49":391,"5":2673,"51":84,"52":65,"53":150,"56":20,"570":12,"6":350,"63":87,"7":1254,"79":92,"8":669,"80":70,"9":688,"all_client":161441,"all_tv_clinet":31707,"insert_time":"2014-08-24T12:36:20.893Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129968,"10":116,"107":923,"11":1047,"12":172,"13":792,"14":200,"15":385,"155":107,"156":33,"158":111,"159":41,"16":152,"160":35,"161":278,"167":121,"168":8,"17":607,"18":1599,"19":843,"20":341,"209":58,"21":1068,"210":67,"211":51,"214":68,"215":624,"221":442,"223":975,"224":249,"225":1107,"23":947,"24":2807,"25":885,"257":169,"26":188,"268":12,"27":203,"273":94,"276":132,"279":207,"28":1286,"281":7,"282":136,"291":88,"292":72,"30":52,"302":41,"306":4,"31":109,"314":10,"32":39,"33":209,"34":114,"347":20,"35":190,"352":988,"36":231,"37":90,"38":862,"380":55,"381":140,"383":81,"389":3,"39":225,"391":64,"396":2,"397":59,"40":102,"409":84,"41":119,"414":126,"415":166,"419":31,"42":113,"426":17,"43":80,"430":157,"433":20,"44":46,"45":64,"46":453,"48":111,"49":396,"5":2673,"51":86,"52":65,"53":145,"56":21,"570":14,"6":356,"63":89,"7":1231,"79":93,"8":678,"80":70,"9":717,"all_client":161732,"all_tv_clinet":31764,"insert_time":"2014-08-24T12:37:21.950Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130201,"10":114,"107":927,"11":1074,"12":153,"13":779,"14":184,"15":375,"155":102,"156":35,"158":108,"159":44,"16":154,"160":40,"161":282,"167":119,"168":9,"17":597,"18":1598,"19":831,"20":346,"209":59,"21":1066,"210":68,"211":52,"214":66,"215":621,"221":439,"223":970,"224":248,"225":1101,"23":956,"24":2807,"25":891,"257":167,"26":195,"268":12,"27":206,"273":101,"276":132,"279":208,"28":1292,"281":7,"282":135,"291":83,"292":79,"30":50,"302":40,"306":4,"31":114,"314":9,"32":42,"33":212,"34":120,"347":19,"35":194,"352":1013,"36":238,"37":88,"38":861,"380":56,"381":139,"383":77,"389":3,"39":231,"391":59,"396":2,"397":59,"40":96,"409":86,"41":120,"414":125,"415":169,"419":29,"42":119,"426":19,"43":84,"430":155,"433":20,"44":47,"45":64,"46":461,"48":115,"49":397,"5":2655,"51":85,"52":68,"53":147,"56":22,"570":16,"6":353,"63":92,"7":1223,"79":94,"8":681,"80":68,"9":773,"all_client":162046,"all_tv_clinet":31845,"insert_time":"2014-08-24T12:38:23.037Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130569,"10":113,"107":910,"11":1084,"12":143,"13":776,"14":182,"15":367,"155":100,"156":37,"158":109,"159":46,"16":152,"160":39,"161":285,"167":120,"168":9,"17":590,"18":1583,"19":814,"20":344,"209":58,"21":1087,"210":64,"211":51,"214":64,"215":620,"221":424,"223":985,"224":248,"225":1093,"23":961,"24":2824,"25":899,"257":165,"26":200,"268":10,"27":199,"273":100,"276":131,"279":213,"28":1295,"281":8,"282":142,"291":80,"292":90,"30":51,"302":39,"306":3,"31":113,"314":9,"32":44,"33":211,"34":125,"347":21,"35":196,"352":1015,"36":236,"37":88,"38":856,"380":55,"381":139,"383":76,"389":3,"39":229,"391":59,"396":3,"397":56,"40":97,"409":77,"41":116,"414":129,"415":161,"419":29,"42":120,"426":16,"43":81,"430":156,"431":2,"433":20,"44":43,"45":62,"46":459,"48":115,"49":404,"5":2648,"51":84,"52":69,"53":147,"56":21,"570":16,"6":349,"63":92,"7":1215,"79":103,"8":680,"80":67,"9":792,"all_client":162380,"all_tv_clinet":31811,"insert_time":"2014-08-24T12:39:24.175Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130788,"10":114,"107":907,"11":1097,"12":139,"13":760,"14":183,"15":353,"155":98,"156":37,"158":103,"159":51,"16":153,"160":38,"161":291,"167":121,"168":9,"17":579,"18":1571,"19":805,"20":346,"209":67,"21":1085,"210":61,"211":51,"214":61,"215":614,"221":429,"223":1013,"224":246,"225":1089,"23":961,"24":2830,"25":898,"257":161,"26":211,"268":12,"27":198,"273":102,"276":127,"279":214,"28":1308,"281":9,"282":140,"291":80,"292":95,"30":54,"302":42,"306":3,"31":113,"314":8,"32":49,"33":213,"34":127,"347":18,"35":201,"352":994,"36":233,"37":86,"38":855,"380":55,"381":142,"383":76,"389":3,"39":225,"391":60,"396":3,"397":57,"40":93,"409":70,"41":119,"414":132,"415":157,"419":28,"42":130,"426":14,"43":84,"430":150,"431":5,"433":18,"44":43,"45":60,"46":456,"48":123,"49":408,"5":2624,"51":80,"52":73,"53":143,"56":23,"570":16,"6":346,"63":92,"7":1217,"79":105,"8":674,"80":62,"9":824,"all_client":162591,"all_tv_clinet":31803,"insert_time":"2014-08-24T12:40:25.343Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130941,"10":115,"107":911,"11":1118,"12":125,"13":737,"14":179,"15":348,"155":98,"156":35,"158":94,"159":51,"16":154,"160":35,"161":298,"167":118,"168":10,"17":576,"18":1553,"19":792,"20":344,"209":67,"21":1092,"210":53,"211":50,"214":58,"215":606,"221":429,"223":1026,"224":249,"225":1090,"23":975,"24":2866,"25":910,"257":161,"26":207,"268":12,"27":203,"273":99,"276":122,"279":216,"28":1322,"281":9,"282":136,"291":79,"292":98,"30":60,"302":42,"306":3,"31":110,"314":7,"317":1,"32":54,"33":213,"34":129,"347":14,"35":204,"352":980,"36":234,"37":89,"38":850,"380":58,"381":147,"383":71,"389":3,"39":227,"391":63,"396":3,"397":59,"40":91,"409":60,"41":117,"414":139,"415":155,"419":29,"42":130,"426":10,"43":89,"430":153,"431":5,"433":19,"44":43,"45":62,"46":453,"48":122,"49":413,"5":2604,"51":81,"52":74,"53":146,"56":25,"570":16,"6":338,"63":92,"7":1218,"79":109,"8":685,"80":64,"9":846,"all_client":162776,"all_tv_clinet":31835,"insert_time":"2014-08-24T12:41:26.658Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131087,"10":119,"107":909,"11":1139,"12":127,"13":715,"14":178,"15":349,"155":95,"156":33,"158":91,"159":48,"16":164,"160":35,"161":302,"167":114,"168":10,"17":571,"18":1549,"19":766,"20":348,"209":76,"21":1086,"210":53,"211":51,"214":58,"215":605,"221":426,"223":1026,"224":241,"225":1099,"23":974,"24":2875,"25":919,"257":153,"26":203,"268":14,"27":209,"273":103,"276":121,"279":223,"28":1320,"281":8,"282":139,"291":71,"292":106,"30":60,"302":40,"306":3,"31":112,"314":11,"317":2,"32":56,"33":213,"34":125,"347":12,"35":208,"352":979,"36":248,"37":92,"38":846,"380":59,"381":148,"383":70,"389":4,"39":233,"391":63,"396":2,"397":59,"40":96,"409":58,"41":119,"414":143,"415":154,"419":26,"42":134,"426":10,"43":87,"430":155,"431":5,"433":16,"44":43,"45":65,"46":449,"48":123,"49":419,"5":2571,"51":83,"52":79,"53":140,"56":28,"570":16,"6":324,"63":94,"7":1215,"79":114,"8":682,"80":64,"9":876,"all_client":162941,"all_tv_clinet":31854,"insert_time":"2014-08-24T12:42:28.051Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131303,"10":124,"107":911,"11":1147,"12":124,"13":690,"14":186,"15":357,"155":90,"156":32,"158":92,"159":49,"16":164,"160":36,"161":295,"167":118,"168":10,"17":547,"18":1561,"19":718,"20":336,"209":73,"21":1087,"210":52,"211":49,"214":57,"215":613,"221":429,"223":1022,"224":243,"225":1103,"23":987,"24":2881,"25":924,"257":157,"26":197,"268":15,"27":209,"273":105,"276":117,"279":226,"28":1332,"281":8,"282":137,"291":69,"292":107,"30":60,"302":41,"306":3,"31":108,"314":9,"317":2,"32":60,"33":204,"34":129,"347":12,"35":215,"352":973,"36":248,"37":95,"38":865,"380":57,"381":143,"383":71,"389":5,"39":233,"391":63,"396":2,"397":58,"40":97,"409":59,"41":119,"414":141,"415":151,"419":27,"42":135,"426":10,"43":89,"430":155,"431":5,"433":16,"44":39,"45":61,"46":458,"48":127,"49":423,"5":2589,"51":89,"52":79,"53":133,"56":25,"570":16,"6":307,"63":95,"7":1216,"79":121,"8":685,"80":65,"9":911,"all_client":163188,"all_tv_clinet":31885,"insert_time":"2014-08-24T12:43:29.095Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131504,"10":132,"107":893,"11":1162,"12":134,"13":659,"14":188,"15":363,"155":89,"156":33,"158":92,"159":52,"16":168,"160":37,"161":300,"167":115,"168":7,"17":513,"18":1566,"19":686,"20":340,"209":82,"21":1095,"210":53,"211":52,"214":57,"215":619,"221":431,"223":1014,"224":248,"225":1115,"23":999,"24":2908,"25":932,"257":166,"26":197,"268":16,"27":208,"273":99,"276":112,"279":225,"28":1333,"281":9,"282":141,"291":66,"292":117,"30":55,"302":43,"306":5,"31":111,"314":11,"317":2,"32":59,"33":198,"34":139,"347":11,"35":218,"352":993,"36":240,"37":96,"38":859,"380":57,"381":138,"383":68,"389":5,"39":234,"391":62,"396":3,"397":59,"40":102,"409":62,"41":119,"414":140,"415":141,"419":27,"42":137,"426":10,"43":85,"430":154,"431":5,"433":16,"44":38,"45":62,"46":452,"48":121,"49":427,"5":2581,"51":85,"52":83,"53":124,"56":25,"570":16,"6":300,"63":91,"7":1220,"79":117,"8":684,"80":62,"9":923,"all_client":163402,"all_tv_clinet":31898,"insert_time":"2014-08-24T12:44:30.390Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131814,"10":133,"107":896,"11":1179,"12":143,"13":634,"14":184,"15":365,"155":90,"156":34,"158":81,"159":54,"16":173,"160":35,"161":298,"167":108,"168":7,"17":472,"18":1580,"19":640,"20":340,"209":82,"21":1100,"210":54,"211":48,"214":49,"215":626,"221":444,"223":1023,"224":257,"225":1124,"23":993,"24":2916,"25":933,"257":177,"26":199,"268":15,"27":204,"273":98,"276":111,"279":231,"28":1350,"281":7,"282":137,"291":67,"292":120,"30":54,"302":45,"306":5,"31":108,"314":11,"317":2,"32":58,"33":186,"34":139,"347":10,"35":222,"352":996,"36":241,"37":94,"38":838,"380":57,"381":136,"383":78,"389":4,"39":233,"391":63,"396":3,"397":59,"40":102,"409":67,"41":119,"414":138,"415":142,"419":28,"42":138,"426":11,"43":81,"430":153,"431":3,"433":16,"44":40,"45":67,"46":463,"48":122,"49":428,"5":2596,"51":91,"52":82,"53":110,"56":23,"570":18,"6":306,"63":91,"7":1220,"79":114,"8":686,"80":61,"9":939,"all_client":163722,"all_tv_clinet":31908,"insert_time":"2014-08-24T12:45:31.477Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132081,"10":136,"107":905,"11":1194,"12":151,"13":627,"14":185,"15":371,"155":91,"156":35,"158":66,"159":57,"16":174,"160":32,"161":308,"167":105,"168":6,"17":420,"18":1562,"19":595,"20":334,"209":78,"21":1098,"210":56,"211":50,"214":49,"215":628,"221":433,"223":1036,"224":263,"225":1117,"23":1012,"24":2918,"25":949,"257":175,"26":205,"268":15,"27":200,"273":99,"276":112,"279":243,"28":1358,"281":7,"282":139,"291":64,"292":110,"30":54,"302":44,"306":4,"31":104,"314":11,"317":2,"32":59,"33":180,"34":145,"347":11,"35":226,"352":998,"36":249,"37":95,"38":827,"380":60,"381":139,"383":74,"389":3,"39":235,"391":64,"396":3,"397":60,"40":104,"409":72,"41":118,"414":136,"415":145,"419":28,"42":136,"426":12,"43":81,"430":149,"431":1,"433":14,"44":42,"45":68,"46":466,"48":120,"49":430,"5":2614,"51":92,"52":84,"53":110,"56":27,"570":18,"6":309,"63":91,"7":1213,"79":102,"8":692,"80":67,"9":969,"all_client":164006,"all_tv_clinet":31925,"insert_time":"2014-08-24T12:46:32.785Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132338,"10":142,"107":874,"11":1179,"12":156,"13":624,"14":189,"15":387,"155":97,"156":35,"158":61,"159":57,"16":167,"160":30,"161":328,"167":105,"168":5,"17":393,"18":1538,"19":567,"20":328,"209":72,"21":1102,"210":58,"211":45,"214":49,"215":633,"221":438,"223":1035,"224":261,"225":1134,"23":1031,"24":2951,"25":956,"257":176,"26":208,"268":14,"27":193,"273":100,"276":111,"279":249,"28":1373,"281":8,"282":137,"291":70,"292":102,"30":53,"302":45,"306":3,"31":103,"314":10,"317":2,"32":56,"33":173,"34":157,"347":11,"35":229,"352":1012,"36":245,"37":96,"38":829,"380":61,"381":136,"383":77,"389":3,"39":243,"391":67,"396":3,"397":60,"40":103,"409":77,"41":112,"414":136,"415":146,"419":29,"42":138,"426":11,"43":78,"430":147,"431":1,"433":15,"44":41,"45":69,"46":483,"48":116,"49":428,"5":2604,"51":91,"52":88,"53":109,"56":27,"570":18,"6":319,"63":92,"7":1200,"79":94,"8":690,"80":68,"9":1000,"all_client":164310,"all_tv_clinet":31972,"insert_time":"2014-08-24T12:47:33.845Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132505,"10":139,"107":865,"11":1167,"12":172,"13":626,"14":186,"15":397,"155":102,"156":32,"158":57,"159":56,"16":161,"160":36,"161":335,"167":99,"168":6,"17":373,"18":1515,"19":539,"20":332,"209":66,"21":1104,"210":59,"211":48,"214":51,"215":638,"221":424,"223":1040,"224":266,"225":1138,"23":1041,"24":2984,"25":965,"257":172,"26":207,"268":15,"27":184,"273":100,"276":108,"279":252,"28":1379,"281":8,"282":142,"291":72,"292":89,"30":54,"302":48,"306":3,"31":107,"314":7,"317":2,"32":54,"33":159,"34":166,"347":11,"35":233,"352":997,"36":239,"37":95,"38":858,"380":61,"381":133,"383":74,"389":3,"39":251,"391":65,"396":3,"397":60,"40":108,"409":84,"41":111,"414":135,"415":145,"419":30,"42":138,"426":10,"43":79,"430":148,"431":1,"433":16,"44":43,"45":69,"46":486,"48":109,"49":425,"5":2609,"51":92,"52":88,"53":118,"56":30,"570":18,"6":326,"63":92,"7":1173,"79":86,"8":690,"80":74,"9":1028,"all_client":164496,"all_tv_clinet":31991,"insert_time":"2014-08-24T12:48:34.944Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132691,"10":138,"107":844,"11":1162,"12":182,"13":624,"14":186,"15":394,"155":105,"156":32,"158":55,"159":57,"16":157,"160":39,"161":331,"167":93,"168":4,"17":362,"18":1503,"19":526,"20":340,"209":71,"21":1100,"210":57,"211":50,"214":53,"215":637,"221":420,"223":1041,"224":271,"225":1166,"23":1046,"24":3027,"25":975,"257":171,"26":205,"268":14,"27":180,"273":104,"276":106,"279":252,"28":1380,"281":9,"282":148,"291":72,"292":93,"30":50,"302":50,"306":3,"31":103,"314":8,"317":2,"32":49,"33":158,"34":171,"347":9,"35":230,"352":997,"36":231,"37":96,"38":855,"380":61,"381":135,"383":73,"389":3,"39":255,"391":65,"396":4,"397":61,"40":112,"409":86,"41":113,"414":132,"415":147,"419":34,"42":137,"426":11,"43":79,"430":146,"433":14,"44":45,"45":66,"46":485,"48":111,"49":429,"5":2635,"51":88,"52":88,"53":124,"56":28,"570":20,"6":348,"63":92,"7":1130,"79":79,"8":694,"80":73,"9":1041,"all_client":164729,"all_tv_clinet":32038,"insert_time":"2014-08-24T12:49:36.082Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132902,"10":139,"107":846,"11":1166,"12":174,"13":626,"14":188,"15":378,"155":109,"156":31,"158":50,"159":57,"16":162,"160":37,"161":333,"167":95,"168":3,"17":348,"18":1500,"19":507,"20":347,"209":72,"21":1102,"210":57,"211":51,"214":53,"215":628,"221":406,"223":1054,"224":282,"225":1180,"23":1049,"24":3044,"25":986,"257":179,"26":205,"268":13,"27":179,"273":108,"276":108,"279":257,"28":1397,"281":9,"282":142,"291":74,"292":91,"30":50,"302":50,"306":3,"31":101,"314":7,"317":2,"32":45,"33":156,"34":175,"347":10,"35":229,"352":994,"36":232,"37":96,"38":855,"380":61,"381":137,"383":73,"389":3,"39":257,"391":64,"396":4,"397":63,"40":109,"409":87,"41":119,"414":124,"415":143,"419":30,"42":134,"426":17,"43":73,"430":145,"433":14,"44":43,"45":66,"46":485,"48":111,"49":434,"5":2655,"51":92,"52":82,"53":128,"56":29,"570":21,"6":363,"63":92,"7":1099,"79":75,"8":710,"80":76,"9":1054,"all_client":165001,"all_tv_clinet":32099,"insert_time":"2014-08-24T12:50:37.179Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133025,"10":139,"107":845,"11":1190,"12":168,"13":626,"14":182,"15":354,"155":109,"156":31,"158":45,"159":53,"16":163,"160":35,"161":333,"167":95,"168":4,"17":338,"18":1482,"19":487,"20":345,"209":74,"21":1105,"210":60,"211":56,"214":52,"215":623,"221":397,"223":1074,"224":282,"225":1179,"23":1041,"24":3069,"25":1008,"257":179,"26":208,"268":16,"27":176,"273":107,"276":110,"279":264,"28":1408,"281":10,"282":144,"291":73,"292":92,"30":48,"302":48,"306":3,"31":103,"314":7,"317":2,"32":48,"33":149,"34":181,"347":10,"35":230,"352":996,"36":229,"37":96,"38":846,"380":61,"381":130,"383":78,"389":3,"39":254,"391":67,"396":6,"397":65,"40":109,"409":89,"41":126,"414":122,"415":138,"419":32,"42":135,"426":20,"43":70,"430":144,"433":12,"44":40,"45":65,"46":482,"48":117,"49":438,"5":2669,"51":93,"52":80,"53":130,"56":31,"570":20,"6":366,"63":91,"7":1082,"79":71,"8":713,"80":79,"9":1073,"all_client":165153,"all_tv_clinet":32128,"insert_time":"2014-08-24T12:51:38.687Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133192,"10":146,"107":853,"11":1174,"12":165,"13":627,"14":178,"15":342,"155":111,"156":29,"158":45,"159":56,"16":156,"160":35,"161":329,"167":92,"168":6,"17":328,"18":1463,"19":467,"20":351,"209":73,"21":1116,"210":60,"211":60,"214":53,"215":620,"221":401,"223":1064,"224":278,"225":1191,"23":1030,"24":3087,"25":1015,"257":178,"26":212,"268":17,"27":173,"273":109,"276":117,"279":269,"28":1423,"281":9,"282":143,"291":73,"292":97,"30":50,"302":50,"306":3,"31":110,"314":8,"317":2,"32":47,"33":145,"34":177,"347":10,"35":235,"352":997,"36":235,"37":98,"38":862,"380":62,"381":128,"383":81,"389":2,"39":259,"391":68,"396":5,"397":66,"40":107,"409":87,"41":121,"414":128,"415":132,"419":34,"42":137,"426":21,"43":65,"430":144,"433":11,"44":35,"45":67,"46":485,"48":118,"49":434,"5":2658,"51":97,"52":79,"53":134,"56":30,"570":19,"6":371,"63":91,"7":1035,"79":75,"8":714,"80":78,"9":1111,"all_client":165331,"all_tv_clinet":32139,"insert_time":"2014-08-24T12:52:39.836Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133303,"10":150,"107":869,"11":1175,"12":177,"13":642,"14":176,"15":337,"155":115,"156":23,"158":43,"159":57,"16":158,"160":38,"161":337,"167":90,"168":6,"17":319,"18":1438,"19":447,"20":348,"209":74,"21":1125,"210":61,"211":56,"214":52,"215":620,"221":397,"223":1055,"224":284,"225":1188,"23":1038,"24":3103,"25":1024,"257":169,"26":218,"268":16,"27":167,"273":111,"276":118,"279":275,"28":1437,"281":8,"282":144,"291":74,"292":106,"30":49,"302":51,"306":4,"31":112,"314":8,"317":2,"32":49,"33":140,"34":178,"347":9,"35":239,"352":990,"36":231,"37":99,"38":860,"380":64,"381":128,"383":83,"389":2,"39":262,"391":70,"396":6,"397":65,"40":110,"409":82,"41":124,"414":132,"415":132,"419":33,"42":142,"426":19,"43":66,"430":144,"433":11,"434":1,"44":33,"45":67,"46":504,"48":132,"49":433,"5":2681,"51":103,"52":73,"53":129,"56":29,"570":18,"6":376,"63":91,"7":990,"79":80,"8":711,"80":74,"9":1139,"all_client":165528,"all_tv_clinet":32225,"insert_time":"2014-08-24T12:53:41.001Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133514,"10":151,"107":865,"11":1172,"12":190,"13":648,"14":167,"15":348,"155":117,"156":21,"158":44,"159":60,"16":165,"160":40,"161":353,"167":87,"168":7,"17":317,"18":1389,"19":430,"20":336,"209":71,"21":1143,"210":60,"211":55,"214":52,"215":609,"221":405,"223":1045,"224":288,"225":1180,"23":1055,"24":3106,"25":1028,"257":169,"26":215,"268":15,"27":157,"273":108,"276":118,"279":287,"28":1442,"281":8,"282":138,"291":75,"292":104,"30":51,"302":52,"306":4,"31":106,"314":7,"317":2,"32":51,"33":132,"34":179,"347":8,"35":243,"352":1000,"36":237,"37":98,"38":850,"380":65,"381":136,"383":83,"389":2,"39":264,"391":73,"396":5,"397":69,"40":114,"409":79,"41":125,"414":135,"415":134,"419":31,"42":144,"426":21,"43":71,"430":134,"433":12,"434":1,"44":38,"45":68,"46":506,"48":132,"49":432,"5":2692,"51":102,"52":69,"53":122,"56":30,"570":17,"6":380,"63":85,"7":953,"79":77,"8":715,"80":69,"9":1171,"all_client":165730,"all_tv_clinet":32216,"insert_time":"2014-08-24T12:54:42.109Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133728,"10":149,"107":879,"11":1155,"12":201,"13":662,"14":159,"15":348,"155":118,"156":18,"158":44,"159":65,"16":173,"160":41,"161":355,"167":86,"168":6,"17":321,"18":1341,"19":425,"20":318,"209":68,"21":1139,"210":66,"211":54,"214":52,"215":589,"221":414,"223":1058,"224":281,"225":1168,"23":1064,"24":3098,"25":1039,"257":171,"26":222,"268":15,"27":150,"273":111,"276":124,"279":290,"28":1449,"281":8,"282":138,"291":76,"292":108,"30":53,"302":52,"306":4,"31":109,"314":8,"317":2,"32":48,"33":140,"34":184,"347":5,"35":243,"352":995,"36":236,"37":99,"38":844,"380":66,"381":138,"383":87,"389":3,"39":270,"391":74,"396":4,"397":69,"40":111,"409":80,"41":126,"414":138,"415":137,"419":35,"42":154,"426":22,"43":67,"430":130,"433":16,"434":1,"44":42,"45":71,"46":520,"48":133,"49":432,"5":2707,"51":97,"52":70,"53":125,"56":36,"570":16,"6":392,"63":80,"7":908,"79":74,"8":718,"80":70,"9":1195,"all_client":165980,"all_tv_clinet":32252,"insert_time":"2014-08-24T12:55:43.344Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133815,"10":149,"107":881,"11":1168,"12":211,"13":667,"14":152,"15":328,"155":120,"156":15,"158":47,"159":65,"16":180,"160":42,"161":341,"167":81,"168":6,"17":313,"18":1315,"19":423,"20":315,"209":69,"21":1160,"210":67,"211":53,"214":56,"215":606,"221":415,"223":1080,"224":289,"225":1185,"23":1077,"24":3101,"25":1054,"257":174,"26":226,"268":15,"27":147,"273":115,"276":127,"279":290,"28":1449,"281":8,"282":134,"291":75,"292":105,"30":54,"302":51,"306":4,"31":108,"314":9,"317":2,"32":46,"33":131,"34":179,"347":6,"35":247,"352":1015,"36":244,"37":100,"38":859,"380":63,"381":143,"383":86,"389":3,"39":272,"391":71,"396":5,"397":70,"40":107,"409":80,"41":125,"414":143,"415":142,"419":37,"42":153,"426":20,"43":67,"430":129,"433":16,"434":1,"44":42,"45":79,"46":532,"48":129,"49":428,"5":2681,"51":96,"52":75,"53":119,"56":36,"570":16,"6":416,"63":73,"7":872,"79":71,"8":719,"80":69,"9":1226,"all_client":166178,"all_tv_clinet":32363,"insert_time":"2014-08-24T12:56:44.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133972,"10":151,"107":884,"11":1168,"12":227,"13":676,"14":149,"15":307,"155":123,"156":15,"158":51,"159":63,"16":180,"160":41,"161":313,"167":81,"168":6,"17":342,"18":1253,"19":459,"20":317,"209":72,"21":1181,"210":67,"211":52,"214":59,"215":608,"221":426,"223":1103,"224":296,"225":1190,"23":1086,"24":3098,"25":1062,"257":176,"26":226,"268":11,"27":142,"273":113,"276":131,"279":294,"28":1466,"281":8,"282":130,"291":76,"292":117,"30":51,"302":52,"306":5,"31":112,"314":9,"317":2,"32":41,"33":128,"34":178,"347":6,"35":245,"352":1026,"36":244,"37":100,"38":831,"380":59,"381":148,"383":80,"389":3,"39":275,"391":78,"396":3,"397":70,"40":102,"409":80,"41":123,"414":146,"415":149,"419":38,"42":150,"426":20,"43":73,"430":130,"433":16,"434":2,"44":45,"45":79,"46":540,"48":132,"49":429,"5":2624,"51":96,"52":76,"53":124,"56":34,"570":17,"6":449,"63":71,"7":842,"79":73,"8":721,"80":68,"9":1203,"all_client":166366,"all_tv_clinet":32394,"insert_time":"2014-08-24T12:57:46.629Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134228,"10":150,"107":889,"11":1174,"12":247,"13":691,"14":145,"15":283,"155":122,"156":15,"158":56,"159":62,"16":182,"160":40,"161":311,"167":80,"168":4,"17":355,"18":1227,"19":498,"20":326,"209":73,"21":1192,"210":68,"211":51,"214":63,"215":604,"221":418,"223":1144,"224":307,"225":1215,"23":1096,"24":3087,"25":1077,"257":171,"26":226,"268":10,"27":132,"273":106,"276":130,"279":297,"28":1462,"281":7,"282":133,"291":73,"292":127,"30":49,"302":52,"306":6,"31":113,"314":10,"317":2,"32":38,"33":125,"34":188,"347":9,"35":253,"352":1037,"36":244,"37":105,"38":809,"380":55,"381":155,"383":74,"389":3,"39":275,"391":81,"396":3,"397":70,"40":111,"409":86,"41":124,"414":146,"415":155,"419":37,"42":149,"426":21,"43":73,"430":131,"433":15,"434":2,"44":46,"45":82,"46":542,"48":133,"49":433,"5":2575,"51":97,"52":78,"53":119,"56":37,"570":17,"6":493,"63":70,"7":809,"79":68,"8":727,"80":70,"9":1109,"all_client":166665,"all_tv_clinet":32437,"insert_time":"2014-08-24T12:58:47.897Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134339,"10":149,"107":925,"11":1176,"12":289,"13":721,"14":141,"15":260,"155":130,"156":17,"158":60,"159":65,"16":182,"160":38,"161":304,"167":78,"168":4,"17":364,"18":1204,"19":522,"20":337,"209":78,"21":1153,"210":62,"211":48,"214":66,"215":589,"221":417,"223":1180,"224":311,"225":1219,"23":1102,"24":3082,"25":1097,"257":169,"26":222,"268":10,"27":126,"273":97,"276":134,"279":301,"28":1471,"281":8,"282":129,"291":74,"292":135,"30":54,"302":54,"306":4,"31":113,"314":9,"317":1,"32":40,"33":124,"34":191,"347":11,"35":266,"352":1023,"36":241,"37":104,"38":833,"380":50,"381":158,"383":74,"389":4,"39":275,"391":81,"396":2,"397":72,"40":111,"409":99,"41":122,"414":143,"415":162,"419":41,"42":153,"426":23,"43":75,"430":132,"433":15,"434":2,"44":45,"45":84,"46":552,"48":136,"49":432,"5":2610,"51":97,"52":76,"53":117,"56":38,"570":17,"6":508,"63":70,"7":780,"79":67,"8":731,"80":65,"9":991,"all_client":166863,"all_tv_clinet":32524,"insert_time":"2014-08-24T12:59:49.148Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134445,"10":152,"107":935,"11":1178,"12":329,"13":739,"14":143,"15":234,"155":134,"156":19,"158":66,"159":63,"16":185,"160":37,"161":315,"167":78,"168":6,"17":361,"18":1217,"19":529,"20":353,"209":78,"21":1084,"210":59,"211":53,"214":67,"215":587,"221":407,"223":1138,"224":327,"225":1247,"23":1120,"24":3134,"25":1125,"257":167,"26":225,"268":13,"27":121,"273":102,"276":136,"279":300,"28":1486,"281":7,"282":130,"291":75,"292":130,"30":59,"302":56,"306":3,"31":114,"314":9,"317":1,"32":41,"33":120,"34":200,"347":14,"35":270,"352":1000,"36":232,"37":111,"38":833,"380":49,"381":162,"383":74,"389":4,"39":278,"391":86,"396":3,"397":73,"40":113,"409":96,"41":128,"414":143,"415":158,"419":42,"42":156,"426":25,"43":72,"430":129,"433":16,"434":2,"44":43,"45":86,"46":552,"48":140,"49":404,"5":2631,"51":100,"52":80,"53":115,"56":39,"570":15,"6":526,"63":67,"7":756,"79":69,"8":735,"80":66,"9":914,"all_client":167046,"all_tv_clinet":32601,"insert_time":"2014-08-24T13:00:50.577Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134504,"10":158,"107":939,"11":1191,"12":335,"13":748,"14":145,"15":228,"155":146,"156":24,"158":63,"159":51,"16":184,"160":36,"161":334,"167":76,"168":8,"17":369,"18":1193,"19":541,"20":370,"209":80,"21":1013,"210":57,"211":55,"214":67,"215":593,"221":398,"223":1087,"224":339,"225":1271,"23":1128,"24":3147,"25":1164,"257":164,"26":233,"268":16,"27":120,"273":103,"276":135,"279":305,"28":1504,"281":7,"282":126,"291":75,"292":122,"30":66,"302":53,"306":3,"31":118,"314":10,"317":1,"32":38,"33":119,"34":199,"347":12,"35":278,"352":1000,"36":228,"37":109,"38":830,"380":47,"381":155,"383":73,"389":4,"39":289,"391":86,"396":4,"397":73,"40":112,"409":88,"41":130,"414":143,"415":153,"419":42,"42":155,"426":24,"43":77,"430":121,"433":16,"434":2,"44":46,"45":91,"46":566,"48":142,"49":372,"5":2673,"51":94,"52":82,"53":112,"56":35,"570":15,"6":529,"63":66,"7":742,"79":81,"8":743,"80":52,"9":923,"all_client":167174,"all_tv_clinet":32670,"insert_time":"2014-08-24T13:01:52.235Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134567,"10":161,"107":931,"11":1178,"12":304,"13":758,"14":168,"15":253,"155":149,"156":29,"158":63,"159":43,"16":183,"160":37,"161":353,"167":80,"168":9,"17":381,"18":1170,"19":560,"20":369,"209":76,"21":968,"210":57,"211":54,"214":66,"215":593,"221":407,"223":1050,"224":348,"225":1286,"23":1152,"24":3077,"25":1194,"257":166,"26":241,"268":16,"27":119,"273":107,"276":132,"279":310,"28":1520,"281":7,"282":130,"291":75,"292":113,"30":64,"302":53,"306":4,"31":117,"314":10,"32":38,"33":123,"34":201,"347":15,"35":284,"352":1018,"36":231,"37":114,"38":829,"380":46,"381":153,"383":76,"389":4,"39":291,"391":90,"396":6,"397":74,"40":117,"409":79,"41":133,"414":135,"415":136,"419":43,"42":164,"426":31,"43":77,"430":121,"433":17,"434":2,"44":48,"45":92,"46":576,"48":144,"49":348,"5":2719,"51":100,"52":73,"53":116,"56":37,"570":14,"6":551,"63":64,"7":739,"79":89,"8":752,"80":45,"9":941,"all_client":167354,"all_tv_clinet":32787,"insert_time":"2014-08-24T13:02:53.425Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134630,"10":166,"107":927,"11":1186,"12":268,"13":751,"14":176,"15":275,"155":150,"156":34,"158":58,"159":39,"16":187,"160":38,"161":356,"167":80,"168":9,"17":387,"18":1150,"19":587,"20":365,"209":78,"21":911,"210":54,"211":49,"214":66,"215":582,"221":421,"223":1006,"224":361,"225":1313,"23":1179,"24":2980,"25":1157,"257":157,"26":243,"268":16,"27":120,"273":118,"276":134,"279":313,"28":1539,"281":6,"282":132,"291":72,"292":109,"30":67,"302":55,"306":5,"31":113,"314":10,"32":34,"33":124,"34":200,"347":22,"35":292,"352":1019,"36":236,"37":116,"38":820,"380":46,"381":154,"383":83,"389":4,"39":305,"391":88,"396":6,"397":75,"40":128,"409":76,"41":142,"414":129,"415":135,"419":41,"42":168,"426":29,"43":74,"430":122,"433":18,"434":2,"44":51,"45":89,"46":603,"48":137,"49":329,"5":2756,"51":102,"52":66,"53":121,"56":40,"570":13,"6":567,"63":72,"7":739,"79":90,"8":759,"80":39,"9":1003,"all_client":167449,"all_tv_clinet":32819,"insert_time":"2014-08-24T13:03:54.541Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134672,"10":172,"107":913,"11":1148,"12":264,"13":765,"14":175,"15":297,"155":160,"156":36,"158":60,"159":39,"16":189,"160":40,"161":352,"167":79,"168":9,"17":392,"18":1146,"19":612,"20":366,"209":79,"21":864,"210":58,"211":47,"214":67,"215":590,"221":439,"223":985,"224":369,"225":1324,"23":1207,"24":2870,"25":1088,"257":161,"26":246,"268":17,"27":121,"273":128,"276":134,"279":311,"28":1571,"281":8,"282":137,"291":73,"292":116,"30":69,"302":56,"306":5,"31":114,"314":8,"32":36,"33":129,"34":210,"347":27,"35":295,"352":1020,"36":235,"37":126,"38":813,"380":46,"381":151,"383":86,"389":4,"39":313,"391":86,"396":7,"397":76,"40":132,"409":75,"41":151,"414":130,"415":141,"419":39,"42":178,"426":26,"43":72,"430":126,"433":18,"434":2,"44":55,"45":91,"46":613,"48":139,"49":314,"5":2796,"51":100,"52":67,"53":125,"56":39,"570":13,"6":592,"63":72,"7":714,"79":89,"8":750,"80":36,"9":1049,"all_client":167552,"all_tv_clinet":32880,"insert_time":"2014-08-24T13:04:55.887Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134748,"10":176,"107":893,"11":1092,"12":248,"13":781,"14":184,"15":322,"155":158,"156":36,"158":56,"159":37,"16":198,"160":38,"161":366,"167":78,"168":9,"17":391,"18":1124,"19":626,"20":356,"209":77,"21":823,"210":61,"211":48,"214":67,"215":600,"221":460,"223":997,"224":379,"225":1339,"23":1231,"24":2797,"25":1043,"257":152,"26":248,"268":17,"27":124,"273":131,"276":135,"279":319,"28":1598,"281":7,"282":128,"291":75,"292":115,"30":72,"302":58,"306":4,"31":120,"314":7,"32":37,"33":133,"34":217,"347":29,"35":302,"352":1018,"36":236,"37":129,"38":808,"380":45,"381":145,"383":87,"389":4,"39":321,"391":89,"396":7,"397":76,"40":136,"409":78,"41":159,"414":130,"415":145,"419":39,"42":183,"426":23,"43":72,"430":122,"433":16,"434":2,"44":54,"45":90,"46":644,"48":131,"49":303,"5":2818,"51":102,"52":67,"53":122,"56":37,"570":13,"6":615,"63":71,"7":699,"79":93,"8":740,"80":40,"9":1108,"all_client":167684,"all_tv_clinet":32936,"insert_time":"2014-08-24T13:05:57.118Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134738,"10":174,"107":890,"11":1027,"12":218,"13":788,"14":188,"15":353,"155":160,"156":35,"158":56,"159":35,"16":196,"160":38,"161":373,"167":74,"168":9,"17":392,"18":1114,"19":647,"20":363,"209":81,"21":814,"210":59,"211":53,"214":66,"215":613,"221":463,"223":1009,"224":354,"225":1357,"23":1251,"24":2749,"25":1019,"257":155,"26":249,"268":15,"27":135,"273":135,"276":138,"279":314,"28":1605,"281":7,"282":127,"291":76,"292":116,"30":80,"302":60,"306":4,"31":123,"314":8,"32":49,"33":133,"34":224,"347":30,"35":297,"352":1032,"36":244,"37":131,"38":807,"380":45,"381":149,"383":88,"389":3,"39":330,"391":92,"396":5,"397":76,"40":134,"409":75,"41":168,"414":132,"415":142,"419":34,"42":191,"426":20,"43":68,"430":121,"433":17,"434":2,"44":53,"45":97,"46":662,"48":123,"49":303,"5":2821,"51":101,"52":63,"53":118,"56":35,"570":12,"6":628,"63":69,"7":682,"79":85,"8":737,"80":41,"9":1149,"all_client":167721,"all_tv_clinet":32983,"insert_time":"2014-08-24T13:06:58.360Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134822,"10":176,"107":882,"11":997,"12":200,"13":805,"14":198,"15":362,"155":161,"156":34,"158":60,"159":32,"16":196,"160":33,"161":371,"167":72,"168":8,"17":406,"18":1096,"19":647,"20":358,"209":80,"21":795,"210":58,"211":52,"214":65,"215":632,"221":461,"223":1007,"224":310,"225":1374,"23":1271,"24":2688,"25":1001,"257":154,"26":244,"268":13,"27":139,"273":129,"276":138,"279":320,"28":1616,"281":4,"282":132,"291":74,"292":119,"30":84,"302":65,"306":3,"31":116,"314":6,"32":58,"33":139,"34":227,"347":33,"35":299,"352":1032,"36":246,"37":130,"38":802,"380":43,"381":154,"383":85,"389":2,"39":337,"391":94,"396":6,"397":77,"40":142,"409":77,"41":165,"414":128,"415":142,"419":32,"42":196,"426":20,"43":61,"430":120,"433":20,"434":2,"44":49,"45":93,"46":694,"48":118,"49":303,"5":2841,"51":106,"52":62,"53":119,"56":33,"570":10,"6":661,"63":67,"7":682,"79":83,"8":698,"80":45,"9":1181,"all_client":167780,"all_tv_clinet":32958,"insert_time":"2014-08-24T13:07:59.498Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134868,"10":173,"107":902,"11":953,"12":186,"13":810,"14":194,"15":393,"155":170,"156":32,"158":64,"159":30,"16":204,"160":24,"161":365,"167":69,"168":8,"17":419,"18":1090,"19":665,"20":365,"209":83,"21":786,"210":62,"211":55,"214":64,"215":659,"221":440,"223":1021,"224":268,"225":1395,"23":1298,"24":2654,"25":1009,"257":153,"26":227,"268":12,"27":140,"273":130,"276":137,"279":317,"28":1644,"281":5,"282":137,"291":74,"292":121,"30":88,"302":62,"306":2,"31":118,"314":8,"32":56,"33":141,"34":220,"347":36,"35":300,"352":1035,"36":252,"37":120,"38":801,"380":43,"381":159,"383":76,"389":1,"39":346,"391":86,"396":6,"397":78,"40":151,"409":73,"41":169,"414":129,"415":136,"419":32,"42":198,"426":15,"43":59,"430":122,"433":21,"434":2,"44":51,"45":92,"46":721,"48":108,"49":300,"5":2837,"51":106,"52":57,"53":112,"56":30,"570":10,"6":666,"63":65,"7":692,"79":91,"8":643,"80":45,"9":1201,"all_client":167843,"all_tv_clinet":32975,"insert_time":"2014-08-24T13:09:00.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134904,"10":173,"107":913,"11":914,"12":179,"13":821,"14":201,"15":419,"155":170,"156":34,"158":69,"159":31,"16":211,"160":27,"161":372,"167":69,"168":8,"17":434,"18":1072,"19":671,"20":356,"209":81,"21":760,"210":58,"211":54,"214":61,"215":670,"221":435,"223":1045,"224":247,"225":1403,"23":1319,"24":2637,"25":1033,"257":153,"26":209,"268":11,"27":140,"273":134,"276":130,"279":320,"28":1679,"281":5,"282":136,"291":77,"292":120,"30":95,"302":62,"306":2,"31":112,"314":7,"32":53,"33":141,"34":203,"347":41,"35":290,"352":1030,"36":249,"37":114,"38":815,"380":41,"381":152,"383":79,"389":2,"39":355,"391":82,"396":6,"397":77,"40":157,"409":73,"41":179,"414":125,"415":133,"419":34,"42":209,"426":17,"43":60,"430":117,"433":23,"434":2,"44":54,"45":78,"46":728,"48":102,"49":302,"5":2839,"51":112,"52":53,"53":112,"56":28,"570":10,"6":662,"63":67,"7":727,"79":99,"8":580,"80":42,"9":1205,"all_client":167902,"all_tv_clinet":32998,"insert_time":"2014-08-24T13:10:02.211Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134971,"10":173,"107":918,"11":892,"12":166,"13":817,"14":213,"15":448,"155":170,"156":34,"158":74,"159":31,"16":212,"160":27,"161":364,"167":72,"168":8,"17":434,"18":1069,"19":678,"20":334,"209":84,"21":746,"210":59,"211":55,"214":61,"215":691,"221":427,"223":1058,"224":231,"225":1431,"23":1290,"24":2593,"25":1063,"257":159,"26":192,"268":11,"27":140,"273":137,"276":129,"279":314,"28":1731,"281":7,"282":139,"291":77,"292":119,"30":95,"302":59,"306":1,"31":113,"314":7,"32":52,"33":134,"34":189,"347":46,"35":270,"352":1035,"36":256,"37":104,"38":829,"380":42,"381":156,"383":76,"389":3,"39":355,"391":82,"396":7,"397":76,"40":157,"409":74,"41":190,"414":114,"415":136,"419":32,"42":222,"426":22,"43":58,"430":108,"433":24,"434":2,"44":62,"45":73,"46":720,"48":101,"49":308,"5":2858,"51":113,"52":55,"53":118,"56":28,"570":9,"6":647,"63":67,"7":762,"79":97,"8":527,"80":40,"9":1223,"all_client":167983,"all_tv_clinet":33012,"insert_time":"2014-08-24T13:11:03.382Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135007,"10":171,"107":907,"11":908,"12":154,"13":825,"14":217,"15":451,"155":172,"156":37,"158":71,"159":30,"16":217,"160":30,"161":346,"167":76,"168":10,"17":443,"18":1079,"19":672,"20":311,"209":86,"21":721,"210":57,"211":58,"214":60,"215":679,"221":431,"223":1052,"224":221,"225":1440,"23":1226,"24":2592,"25":1112,"257":166,"26":192,"268":11,"27":158,"273":128,"276":130,"279":310,"28":1815,"281":9,"282":138,"291":79,"292":118,"30":91,"302":61,"306":2,"31":112,"314":7,"32":49,"33":127,"34":170,"347":53,"35":243,"352":1054,"36":254,"37":102,"38":834,"380":44,"381":156,"383":79,"389":5,"39":362,"391":83,"396":7,"397":72,"40":151,"409":75,"41":197,"414":104,"415":131,"419":33,"42":244,"426":30,"43":61,"430":107,"431":1,"433":26,"434":2,"44":60,"45":64,"46":683,"48":97,"49":312,"5":2880,"51":111,"52":57,"53":138,"56":24,"570":9,"6":617,"63":71,"7":800,"79":95,"8":482,"80":49,"9":1239,"all_client":168040,"all_tv_clinet":33033,"insert_time":"2014-08-24T13:12:04.556Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135036,"10":168,"107":889,"11":924,"12":143,"13":837,"14":226,"15":423,"155":172,"156":42,"158":68,"159":29,"16":217,"160":35,"161":339,"167":76,"168":10,"17":446,"18":1065,"19":681,"20":300,"209":91,"21":717,"210":60,"211":63,"214":57,"215":696,"221":430,"223":1069,"224":212,"225":1359,"23":1146,"24":2624,"25":1207,"257":168,"26":183,"268":15,"27":175,"273":113,"276":134,"279":310,"28":1815,"281":12,"282":138,"291":81,"292":121,"30":86,"302":63,"306":2,"31":116,"314":7,"32":52,"33":130,"34":169,"347":59,"35":221,"352":1063,"36":254,"37":100,"38":861,"380":47,"381":159,"383":79,"389":5,"39":376,"391":81,"396":11,"397":69,"40":145,"409":82,"41":196,"414":87,"415":127,"419":34,"42":246,"426":43,"43":62,"430":107,"431":1,"433":26,"434":2,"44":61,"45":63,"46":650,"48":98,"49":318,"5":2899,"51":100,"52":52,"53":152,"56":21,"570":10,"6":585,"63":69,"7":841,"79":93,"8":465,"80":52,"9":1239,"all_client":168058,"all_tv_clinet":33022,"insert_time":"2014-08-24T13:13:05.808Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135028,"10":173,"107":883,"11":946,"12":146,"13":841,"14":243,"15":389,"155":175,"156":42,"158":69,"159":25,"16":223,"160":37,"161":331,"167":79,"168":11,"17":459,"18":1044,"19":690,"20":296,"209":89,"21":726,"210":62,"211":69,"214":58,"215":682,"221":448,"223":1074,"224":206,"225":1260,"23":1091,"24":2641,"25":1309,"257":172,"26":179,"268":15,"27":194,"273":106,"276":139,"279":315,"28":1753,"281":12,"282":141,"291":82,"292":117,"30":75,"302":63,"306":2,"31":120,"314":8,"32":50,"33":133,"34":158,"347":64,"35":197,"352":1084,"36":253,"37":99,"38":874,"380":48,"381":158,"383":83,"389":7,"39":400,"391":79,"396":10,"397":65,"40":133,"409":81,"41":203,"414":75,"415":132,"419":36,"42":259,"426":55,"43":70,"430":103,"431":1,"433":24,"434":2,"44":61,"45":63,"46":614,"48":103,"49":328,"5":2932,"51":100,"52":51,"53":157,"56":22,"570":15,"6":570,"63":70,"7":874,"79":89,"8":445,"80":52,"9":1261,"all_client":168081,"all_tv_clinet":33053,"insert_time":"2014-08-24T13:14:07.019Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135084,"10":171,"107":876,"11":987,"12":146,"13":849,"14":242,"15":380,"155":177,"156":43,"158":69,"159":26,"16":223,"160":41,"161":346,"167":75,"168":12,"17":461,"18":1026,"19":683,"20":276,"209":84,"21":752,"210":68,"211":71,"214":59,"215":673,"221":447,"223":1080,"224":197,"225":1187,"23":1065,"24":2656,"25":1425,"257":172,"26":175,"268":14,"27":204,"273":108,"276":137,"279":314,"28":1662,"281":13,"282":145,"291":82,"292":114,"30":69,"302":61,"306":2,"31":120,"314":8,"32":51,"33":137,"34":158,"347":69,"35":181,"352":1083,"36":248,"37":97,"38":893,"380":48,"381":161,"383":83,"389":7,"39":396,"391":79,"396":12,"397":63,"40":122,"409":88,"41":201,"414":73,"415":135,"419":36,"42":270,"426":67,"43":75,"430":102,"431":1,"433":20,"434":1,"44":63,"45":63,"46":575,"48":107,"49":330,"5":2965,"51":93,"52":51,"53":162,"56":21,"570":16,"6":566,"63":68,"7":907,"79":80,"8":426,"80":49,"9":1257,"all_client":168113,"all_tv_clinet":33029,"insert_time":"2014-08-24T13:15:08.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135177,"10":169,"107":877,"11":1013,"12":144,"13":835,"14":240,"15":398,"155":180,"156":43,"158":70,"159":25,"16":225,"160":45,"161":362,"167":73,"168":13,"17":470,"18":1008,"19":688,"20":269,"209":81,"21":771,"210":68,"211":71,"214":59,"215":674,"221":443,"223":1071,"224":193,"225":1143,"23":1060,"24":2703,"25":1530,"257":171,"26":175,"268":15,"27":213,"273":110,"276":135,"279":317,"28":1620,"281":15,"282":146,"291":79,"292":102,"30":60,"302":60,"306":2,"31":124,"314":9,"32":48,"33":136,"34":155,"347":74,"35":170,"352":1091,"36":251,"37":90,"38":897,"380":48,"381":159,"383":80,"389":7,"39":363,"391":79,"396":11,"397":59,"40":121,"409":82,"41":196,"414":81,"415":135,"419":35,"42":280,"426":68,"43":85,"430":99,"431":1,"433":21,"434":1,"44":60,"45":56,"46":516,"48":112,"49":336,"5":2979,"51":92,"52":55,"53":146,"56":21,"570":19,"6":573,"63":67,"7":916,"79":76,"8":402,"80":48,"9":1269,"all_client":168210,"all_tv_clinet":33033,"insert_time":"2014-08-24T13:16:09.682Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135170,"10":171,"107":887,"11":1026,"12":135,"13":842,"14":237,"15":417,"155":178,"156":45,"158":68,"159":25,"16":227,"160":52,"161":377,"167":71,"168":12,"17":475,"18":989,"19":688,"20":263,"209":76,"21":816,"210":71,"211":70,"214":61,"215":672,"221":440,"223":1084,"224":190,"225":1083,"23":1060,"24":2756,"25":1568,"257":179,"26":173,"268":14,"27":221,"273":108,"276":132,"279":310,"28":1585,"281":15,"282":143,"291":81,"292":99,"30":56,"302":55,"306":2,"31":113,"314":8,"32":50,"33":140,"34":150,"347":77,"35":166,"352":1070,"36":255,"37":86,"38":938,"380":49,"381":164,"383":82,"389":7,"39":323,"391":77,"396":8,"397":58,"40":117,"409":76,"41":175,"414":95,"415":132,"419":37,"42":294,"426":57,"43":84,"430":99,"431":1,"433":21,"44":55,"45":56,"46":482,"48":112,"49":352,"5":2988,"51":88,"52":64,"53":133,"56":21,"570":18,"6":571,"63":69,"7":931,"79":73,"8":393,"80":48,"9":1271,"all_client":168209,"all_tv_clinet":33039,"insert_time":"2014-08-24T13:17:10.898Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135229,"10":171,"107":878,"11":1045,"12":129,"13":844,"14":241,"15":446,"155":186,"156":44,"158":67,"159":24,"16":226,"160":62,"161":385,"167":69,"168":10,"17":477,"18":979,"19":704,"20":255,"209":73,"21":849,"210":78,"211":73,"214":63,"215":677,"221":433,"223":1097,"224":182,"225":1041,"23":1047,"24":2791,"25":1600,"257":182,"26":163,"268":16,"27":233,"273":111,"276":131,"279":309,"28":1542,"281":14,"282":148,"291":82,"292":98,"30":57,"302":57,"306":2,"31":106,"314":8,"32":49,"33":145,"34":149,"347":76,"35":163,"352":1060,"36":255,"37":92,"38":932,"380":49,"381":168,"383":80,"389":6,"39":285,"391":75,"396":6,"397":58,"40":108,"409":68,"41":157,"414":96,"415":132,"419":36,"42":297,"426":56,"43":89,"430":100,"431":1,"433":22,"44":50,"45":55,"46":455,"48":111,"49":365,"5":3033,"51":86,"52":67,"53":130,"56":19,"570":17,"6":561,"63":67,"7":918,"79":68,"8":367,"80":47,"9":1264,"all_client":168224,"all_tv_clinet":32995,"insert_time":"2014-08-24T13:18:12.061Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135266,"10":168,"107":878,"11":1079,"12":119,"13":847,"14":239,"15":462,"155":184,"156":47,"158":68,"159":24,"16":223,"160":69,"161":388,"167":70,"168":10,"17":474,"18":966,"19":712,"20":254,"209":71,"21":864,"210":79,"211":70,"214":62,"215":687,"221":427,"223":1110,"224":175,"225":999,"23":1044,"24":2838,"25":1656,"257":176,"26":158,"268":14,"27":236,"273":106,"276":127,"279":307,"28":1497,"281":14,"282":154,"291":81,"292":97,"30":54,"302":57,"306":2,"31":101,"314":8,"32":47,"33":145,"34":146,"347":73,"35":152,"352":1069,"36":248,"37":97,"38":953,"380":49,"381":166,"383":80,"389":6,"39":272,"391":74,"396":6,"397":58,"40":108,"409":68,"41":151,"414":96,"415":123,"419":36,"42":296,"426":55,"43":88,"430":101,"431":2,"433":21,"44":46,"45":54,"46":437,"48":113,"49":380,"5":3024,"51":88,"52":71,"53":138,"56":18,"570":18,"6":536,"63":66,"7":947,"79":64,"8":354,"80":46,"9":1246,"all_client":168250,"all_tv_clinet":32984,"insert_time":"2014-08-24T13:19:13.291Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135271,"10":169,"107":873,"11":1094,"12":114,"13":842,"14":237,"15":481,"155":184,"156":47,"158":68,"159":24,"16":213,"160":73,"161":389,"167":71,"168":10,"17":470,"18":956,"19":692,"20":255,"209":72,"21":870,"210":75,"211":69,"214":61,"215":692,"221":420,"223":1093,"224":167,"225":983,"23":1035,"24":2874,"25":1757,"257":174,"26":159,"268":15,"27":238,"273":109,"276":127,"279":298,"28":1483,"281":15,"282":160,"291":82,"292":87,"30":52,"302":56,"306":2,"31":107,"314":7,"32":48,"33":140,"34":147,"347":77,"35":139,"352":1087,"36":249,"37":104,"38":950,"380":52,"381":164,"383":78,"389":7,"39":266,"391":71,"396":5,"397":61,"40":104,"409":62,"41":147,"414":94,"415":124,"419":40,"42":271,"426":57,"43":94,"430":100,"431":3,"433":22,"44":41,"45":54,"46":422,"48":122,"49":389,"5":3027,"51":91,"52":71,"53":142,"56":16,"570":20,"6":481,"63":64,"7":958,"79":59,"8":339,"80":50,"9":1255,"all_client":168236,"all_tv_clinet":32965,"insert_time":"2014-08-24T13:20:14.575Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135236,"10":166,"107":888,"11":1120,"12":106,"13":831,"14":245,"15":498,"155":179,"156":51,"158":69,"159":23,"16":210,"160":71,"161":397,"167":73,"168":10,"17":472,"18":940,"19":643,"20":253,"209":75,"21":847,"210":74,"211":75,"214":61,"215":694,"221":432,"223":1111,"224":167,"225":971,"23":1041,"24":2915,"25":1848,"257":177,"26":160,"268":15,"27":244,"273":114,"276":127,"279":293,"28":1478,"281":15,"282":159,"291":82,"292":95,"30":47,"302":57,"306":2,"31":110,"314":8,"32":48,"33":141,"34":149,"347":77,"35":128,"352":1079,"36":237,"37":104,"38":938,"380":53,"381":165,"383":74,"389":7,"39":260,"391":70,"396":5,"397":60,"40":102,"409":58,"41":149,"414":103,"415":124,"419":42,"42":236,"426":54,"43":99,"430":90,"431":2,"433":22,"44":36,"45":51,"46":406,"48":130,"49":396,"5":3017,"51":88,"52":79,"53":141,"56":18,"570":20,"6":444,"63":62,"7":979,"79":49,"8":324,"80":57,"9":1269,"all_client":168217,"all_tv_clinet":32981,"insert_time":"2014-08-24T13:21:16.027Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135216,"10":168,"107":883,"11":1116,"12":103,"13":842,"14":248,"15":516,"155":178,"156":50,"158":68,"159":25,"16":202,"160":73,"161":395,"167":72,"168":9,"17":469,"18":932,"19":574,"20":254,"209":69,"21":849,"210":70,"211":75,"214":61,"215":702,"221":428,"223":1105,"224":169,"225":949,"23":1032,"24":2950,"25":1933,"257":180,"26":164,"268":13,"27":248,"273":120,"276":124,"279":294,"28":1468,"281":14,"282":152,"291":83,"292":100,"30":42,"302":62,"306":2,"31":111,"314":7,"32":49,"33":137,"34":152,"347":79,"35":129,"352":1074,"36":239,"37":107,"38":928,"380":51,"381":164,"383":75,"389":8,"39":252,"391":71,"396":4,"397":63,"40":96,"409":57,"41":147,"414":114,"415":131,"419":44,"42":209,"426":54,"43":103,"430":88,"431":2,"433":21,"44":33,"45":50,"46":399,"48":138,"49":409,"5":3014,"51":85,"52":75,"53":145,"56":21,"570":18,"6":424,"63":60,"7":1009,"79":50,"8":313,"80":57,"9":1282,"all_client":168199,"all_tv_clinet":32983,"insert_time":"2014-08-24T13:22:17.230Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135247,"10":169,"107":893,"11":1102,"12":102,"13":846,"14":245,"15":538,"155":177,"156":49,"158":67,"159":28,"16":199,"160":75,"161":394,"167":70,"168":8,"17":479,"18":940,"19":536,"20":251,"209":69,"21":844,"210":68,"211":75,"214":60,"215":704,"221":435,"223":1112,"224":173,"225":915,"23":1030,"24":2971,"25":2019,"257":183,"26":174,"268":14,"27":243,"273":129,"276":122,"279":300,"28":1460,"281":12,"282":145,"291":85,"292":113,"30":40,"302":62,"306":2,"31":115,"314":8,"32":47,"33":133,"34":161,"347":79,"35":122,"352":1065,"36":235,"37":112,"38":928,"380":50,"381":168,"383":74,"389":7,"39":248,"391":72,"396":4,"397":67,"40":96,"409":59,"41":139,"414":114,"415":130,"419":50,"42":190,"426":53,"43":103,"430":85,"431":2,"433":21,"44":34,"45":50,"46":377,"48":142,"49":423,"5":2994,"51":86,"52":71,"53":153,"56":23,"570":14,"6":400,"63":59,"7":1027,"79":45,"8":305,"80":57,"9":1266,"all_client":168237,"all_tv_clinet":32990,"insert_time":"2014-08-24T13:23:18.528Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135272,"10":172,"107":890,"11":1073,"12":110,"13":846,"14":254,"15":550,"155":177,"156":47,"158":68,"159":26,"16":194,"160":76,"161":404,"167":79,"168":4,"17":482,"18":916,"19":518,"20":250,"209":67,"21":848,"210":67,"211":70,"214":61,"215":710,"221":425,"223":1128,"224":175,"225":893,"23":1040,"24":2997,"25":2087,"257":184,"26":185,"268":14,"27":253,"273":131,"276":123,"279":306,"28":1439,"281":11,"282":147,"291":84,"292":117,"30":44,"302":63,"306":2,"31":112,"314":9,"32":52,"33":131,"34":164,"347":74,"35":119,"352":1067,"36":233,"37":112,"38":921,"380":53,"381":161,"383":76,"389":7,"39":238,"391":68,"396":3,"397":65,"40":100,"409":63,"41":134,"414":117,"415":130,"419":50,"42":172,"426":44,"43":98,"430":80,"431":2,"433":21,"44":30,"45":50,"46":353,"48":139,"49":423,"5":2983,"51":82,"52":73,"53":154,"56":27,"570":10,"6":381,"63":54,"7":1032,"79":44,"8":306,"80":57,"9":1261,"all_client":168214,"all_tv_clinet":32942,"insert_time":"2014-08-24T13:24:19.651Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135224,"10":166,"107":891,"11":1034,"12":126,"13":840,"14":265,"15":560,"155":177,"156":49,"158":73,"159":24,"16":189,"160":79,"161":415,"167":81,"168":4,"17":489,"18":915,"19":502,"20":240,"209":65,"21":861,"210":66,"211":73,"214":62,"215":724,"221":426,"223":1137,"224":181,"225":862,"23":1062,"24":2999,"25":2157,"257":184,"26":192,"268":14,"27":256,"273":134,"276":117,"279":306,"28":1441,"281":12,"282":145,"291":85,"292":119,"30":42,"302":58,"306":2,"31":116,"314":9,"32":56,"33":124,"34":167,"347":74,"35":115,"352":1074,"36":232,"37":113,"38":940,"380":53,"381":155,"383":80,"389":7,"39":222,"391":69,"396":3,"397":65,"40":103,"409":65,"41":127,"414":116,"415":128,"419":52,"42":158,"426":38,"43":100,"430":76,"431":1,"433":22,"44":28,"45":51,"46":339,"48":135,"49":433,"5":2983,"51":80,"52":74,"53":151,"56":34,"570":10,"6":369,"63":55,"7":1026,"79":40,"8":289,"80":59,"9":1236,"all_client":168177,"all_tv_clinet":32953,"insert_time":"2014-08-24T13:25:20.852Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135279,"10":162,"107":892,"11":1033,"12":137,"13":835,"14":262,"15":574,"155":174,"156":49,"158":74,"159":24,"16":184,"160":81,"161":415,"167":82,"168":3,"17":489,"18":912,"19":498,"20":236,"209":63,"21":858,"210":68,"211":75,"214":68,"215":706,"221":426,"223":1157,"224":194,"225":843,"23":1057,"24":3000,"25":2189,"257":182,"26":197,"268":14,"27":262,"273":129,"276":107,"279":310,"28":1452,"281":12,"282":137,"291":82,"292":121,"30":43,"302":55,"306":3,"31":110,"314":9,"32":56,"33":124,"34":166,"347":77,"35":112,"352":1076,"36":236,"37":109,"38":931,"380":56,"381":150,"383":74,"389":7,"39":208,"391":67,"396":3,"397":65,"40":104,"409":71,"41":123,"414":118,"415":127,"419":51,"42":145,"426":35,"43":98,"430":77,"431":1,"433":22,"44":31,"45":50,"46":354,"48":138,"49":439,"5":2969,"51":77,"52":74,"53":144,"56":36,"570":10,"6":371,"63":55,"7":1028,"79":36,"8":285,"80":57,"9":1248,"all_client":168215,"all_tv_clinet":32936,"insert_time":"2014-08-24T13:26:21.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135340,"10":156,"107":889,"11":1031,"12":151,"13":833,"14":268,"15":575,"155":165,"156":49,"158":76,"159":26,"16":178,"160":83,"161":390,"167":78,"168":3,"17":488,"18":901,"19":511,"20":237,"209":61,"21":841,"210":69,"211":77,"214":69,"215":702,"221":435,"223":1159,"224":194,"225":836,"23":1056,"24":2994,"25":2234,"257":177,"26":203,"268":14,"27":262,"273":118,"276":103,"279":300,"28":1460,"281":11,"282":128,"291":81,"292":126,"30":50,"302":55,"306":2,"31":107,"314":11,"32":54,"33":127,"34":163,"347":77,"35":112,"352":1065,"36":239,"37":111,"38":944,"380":57,"381":158,"383":69,"389":7,"39":193,"391":63,"396":3,"397":65,"40":106,"409":72,"41":123,"414":122,"415":128,"419":52,"42":139,"426":35,"43":98,"430":77,"431":1,"433":24,"44":29,"45":47,"46":346,"48":145,"49":446,"5":2975,"51":83,"52":70,"53":142,"56":38,"570":10,"6":371,"63":57,"7":1022,"79":38,"8":276,"80":56,"9":1263,"all_client":168261,"all_tv_clinet":32921,"insert_time":"2014-08-24T13:27:23.185Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135306,"10":157,"107":906,"11":1040,"12":173,"13":817,"14":266,"15":553,"155":151,"156":46,"158":81,"159":25,"16":169,"160":80,"161":354,"167":78,"168":3,"17":492,"18":906,"19":547,"20":231,"209":65,"21":813,"210":70,"211":78,"214":69,"215":701,"221":432,"223":1169,"224":200,"225":838,"23":1052,"24":3017,"25":2271,"257":172,"26":214,"268":13,"27":257,"273":108,"276":102,"279":281,"28":1481,"281":12,"282":123,"291":80,"292":127,"30":57,"302":56,"306":2,"31":114,"314":12,"32":55,"33":122,"34":160,"347":75,"35":110,"352":1051,"36":237,"37":108,"38":938,"380":59,"381":150,"383":73,"389":6,"39":184,"391":60,"396":4,"397":69,"40":112,"409":75,"41":121,"414":126,"415":121,"419":52,"42":129,"426":36,"43":93,"430":78,"431":1,"433":28,"44":29,"45":49,"46":344,"48":143,"49":460,"5":2990,"51":84,"52":71,"53":142,"56":42,"570":9,"6":376,"63":57,"7":1032,"79":38,"8":273,"80":58,"9":1250,"all_client":168247,"all_tv_clinet":32941,"insert_time":"2014-08-24T13:28:24.484Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135305,"10":149,"107":907,"11":1051,"12":191,"13":813,"14":257,"15":520,"155":132,"156":49,"158":84,"159":25,"16":157,"160":81,"161":338,"167":77,"168":4,"17":490,"18":919,"19":558,"20":232,"209":70,"21":830,"210":73,"211":76,"214":68,"215":713,"221":419,"223":1178,"224":210,"225":839,"23":1049,"24":3027,"25":2335,"257":176,"26":222,"268":14,"27":260,"273":100,"276":104,"279":245,"28":1502,"281":13,"282":119,"291":75,"292":128,"30":63,"302":56,"306":1,"31":110,"314":13,"32":56,"33":123,"34":158,"347":75,"35":105,"352":1075,"36":242,"37":112,"38":932,"380":59,"381":145,"383":69,"389":7,"39":169,"391":58,"396":5,"397":68,"40":115,"409":79,"41":117,"414":129,"415":126,"419":49,"42":126,"426":33,"43":94,"430":77,"431":1,"433":29,"44":26,"45":52,"46":332,"48":134,"49":461,"5":3013,"51":77,"52":72,"53":148,"56":41,"570":9,"6":378,"63":56,"7":1041,"79":40,"8":272,"80":55,"9":1207,"all_client":168274,"all_tv_clinet":32969,"insert_time":"2014-08-24T13:29:25.599Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135200,"10":140,"107":912,"11":1063,"12":215,"13":807,"14":257,"15":502,"155":123,"156":49,"158":86,"159":25,"16":153,"160":90,"161":329,"167":78,"168":3,"17":496,"18":927,"19":573,"20":227,"209":75,"21":813,"210":72,"211":77,"214":63,"215":724,"221":417,"223":1201,"224":210,"225":826,"23":1030,"24":3009,"25":2360,"257":179,"26":227,"268":15,"27":265,"273":98,"276":100,"279":225,"28":1522,"281":12,"282":118,"291":71,"292":115,"30":74,"302":52,"306":1,"31":112,"314":13,"32":51,"33":125,"34":158,"347":75,"35":101,"352":1072,"36":246,"37":116,"38":943,"380":59,"381":146,"383":71,"389":7,"39":167,"391":57,"396":5,"397":70,"40":112,"409":79,"41":119,"414":134,"415":112,"419":47,"42":123,"426":30,"43":98,"430":78,"431":1,"433":29,"44":25,"45":56,"46":322,"48":132,"49":467,"5":3041,"51":75,"52":72,"53":147,"56":41,"570":8,"6":398,"63":53,"7":1058,"79":42,"8":267,"80":51,"9":1151,"all_client":168168,"all_tv_clinet":32968,"insert_time":"2014-08-24T13:30:26.696Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135152,"10":128,"107":894,"11":1095,"12":239,"13":807,"14":250,"15":519,"155":118,"156":50,"158":82,"159":24,"16":151,"160":94,"161":332,"167":80,"168":1,"17":498,"18":914,"19":573,"20":222,"209":78,"21":811,"210":75,"211":78,"214":56,"215":700,"221":421,"223":1216,"224":212,"225":797,"23":1015,"24":2977,"25":2397,"257":182,"26":232,"268":17,"27":273,"273":97,"276":98,"279":214,"28":1543,"281":8,"282":113,"291":70,"292":113,"30":86,"302":51,"306":1,"31":107,"314":13,"32":51,"33":133,"34":160,"347":77,"35":102,"352":1069,"36":243,"37":116,"38":931,"380":59,"381":141,"383":73,"389":9,"39":165,"391":61,"396":5,"397":73,"40":111,"409":84,"41":109,"414":135,"415":115,"419":47,"42":115,"426":26,"43":93,"430":91,"431":1,"433":30,"44":26,"45":58,"46":299,"48":130,"49":472,"5":3065,"51":73,"52":75,"53":146,"56":39,"570":8,"6":396,"63":54,"7":1052,"79":52,"8":260,"80":48,"9":1117,"all_client":168069,"all_tv_clinet":32917,"insert_time":"2014-08-24T13:31:28.081Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135152,"10":121,"107":868,"11":1111,"12":256,"13":798,"14":235,"15":553,"155":109,"156":51,"158":83,"159":22,"16":151,"160":100,"161":341,"167":74,"168":2,"17":500,"18":865,"19":579,"20":219,"209":84,"21":825,"210":78,"211":76,"214":52,"215":683,"221":420,"223":1221,"224":209,"225":806,"23":1007,"24":2972,"25":2434,"257":182,"26":242,"268":16,"27":268,"273":96,"276":103,"279":206,"28":1554,"281":7,"282":120,"291":73,"292":108,"30":100,"302":49,"31":109,"314":10,"32":47,"33":132,"34":164,"347":79,"35":92,"352":1047,"36":235,"37":120,"38":918,"380":59,"381":132,"383":76,"389":7,"39":157,"391":64,"396":5,"397":75,"40":110,"409":86,"41":114,"414":137,"415":112,"419":41,"42":109,"426":24,"43":96,"430":103,"431":1,"433":32,"44":28,"45":58,"46":302,"48":126,"49":478,"5":3098,"51":71,"52":80,"53":144,"56":40,"570":8,"6":396,"63":51,"7":1051,"79":53,"8":247,"80":49,"9":1109,"all_client":168063,"all_tv_clinet":32911,"insert_time":"2014-08-24T13:32:29.448Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135071,"10":120,"107":861,"11":1102,"12":265,"13":798,"14":210,"15":584,"155":109,"156":51,"158":74,"159":25,"16":145,"160":102,"161":342,"167":76,"168":2,"17":497,"18":828,"19":590,"20":226,"209":96,"21":833,"210":78,"211":72,"214":52,"215":666,"221":414,"223":1222,"224":212,"225":805,"23":1004,"24":2951,"25":2468,"257":185,"26":239,"268":14,"27":262,"273":91,"276":103,"279":191,"28":1562,"281":6,"282":124,"291":73,"292":115,"30":102,"302":47,"31":111,"314":9,"32":44,"33":131,"34":169,"347":79,"35":95,"352":1052,"36":234,"37":122,"38":928,"380":58,"381":136,"383":82,"389":8,"39":158,"391":65,"396":6,"397":75,"40":111,"409":80,"41":112,"414":139,"415":113,"419":40,"42":102,"426":25,"43":99,"430":116,"431":1,"433":35,"44":28,"45":57,"46":295,"48":132,"49":479,"5":3100,"51":68,"52":84,"53":140,"56":38,"570":9,"6":392,"63":49,"7":1058,"79":48,"8":238,"80":50,"9":1134,"all_client":167999,"all_tv_clinet":32928,"insert_time":"2014-08-24T13:33:30.583Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":135067,"10":118,"107":848,"11":1080,"12":273,"13":794,"14":189,"15":614,"155":105,"156":54,"158":67,"159":27,"16":142,"160":102,"161":335,"167":75,"168":1,"17":478,"18":801,"19":591,"20":216,"209":102,"21":827,"210":76,"211":65,"214":53,"215":668,"221":416,"223":1205,"224":215,"225":802,"23":1019,"24":2968,"25":2488,"257":183,"26":245,"268":12,"27":261,"273":99,"276":111,"279":180,"28":1559,"281":7,"282":122,"291":73,"292":112,"30":105,"302":47,"31":108,"314":12,"32":40,"33":133,"34":165,"347":80,"35":92,"352":1040,"36":242,"37":118,"38":907,"380":55,"381":144,"383":79,"389":7,"39":164,"391":62,"396":5,"397":75,"40":107,"409":74,"41":109,"414":143,"415":121,"419":38,"42":98,"426":23,"43":105,"430":124,"431":1,"433":39,"44":25,"45":59,"46":291,"48":135,"49":475,"5":3095,"51":64,"52":87,"53":139,"56":37,"570":8,"6":398,"63":50,"7":1056,"79":42,"8":239,"80":51,"9":1191,"all_client":167949,"all_tv_clinet":32882,"insert_time":"2014-08-24T13:34:31.798Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134972,"10":116,"107":853,"11":1049,"12":282,"13":810,"14":186,"15":632,"155":102,"156":54,"158":65,"159":26,"16":140,"160":103,"161":335,"167":76,"168":1,"17":454,"18":788,"19":588,"20":223,"209":105,"21":815,"210":75,"211":71,"214":51,"215":656,"221":418,"223":1194,"224":216,"225":801,"23":1028,"24":2986,"25":2504,"257":187,"26":251,"268":13,"27":262,"273":104,"276":112,"279":181,"28":1570,"281":7,"282":123,"291":72,"292":114,"30":112,"302":46,"306":1,"31":103,"314":14,"32":43,"33":135,"34":166,"347":85,"35":95,"352":1027,"36":243,"37":117,"38":907,"380":52,"381":148,"383":77,"389":7,"39":172,"391":60,"396":5,"397":77,"40":103,"409":64,"41":108,"414":141,"415":122,"419":37,"42":93,"426":24,"43":98,"430":140,"431":1,"433":38,"44":21,"45":59,"46":285,"48":135,"49":477,"5":3089,"51":60,"52":84,"53":132,"56":33,"570":8,"6":408,"63":49,"7":1045,"79":41,"8":242,"80":51,"9":1216,"all_client":167867,"all_tv_clinet":32895,"insert_time":"2014-08-24T13:35:33.091Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134814,"10":118,"107":850,"11":1033,"12":283,"13":805,"14":187,"15":642,"155":102,"156":57,"158":61,"159":25,"16":135,"160":100,"161":336,"167":75,"168":1,"17":419,"18":791,"19":587,"20":217,"209":96,"21":808,"210":72,"211":70,"214":51,"215":635,"221":411,"223":1194,"224":208,"225":790,"23":1029,"24":2996,"25":2528,"257":188,"26":268,"268":12,"27":263,"273":103,"276":112,"279":172,"28":1585,"281":7,"282":127,"291":73,"292":121,"30":109,"302":45,"306":1,"31":106,"314":16,"32":44,"33":138,"34":167,"347":84,"35":92,"352":1024,"36":243,"37":116,"38":911,"380":52,"381":147,"383":82,"389":7,"39":171,"391":62,"396":4,"397":76,"40":95,"409":62,"41":103,"414":142,"415":124,"419":36,"42":98,"426":24,"43":96,"430":147,"431":1,"433":40,"44":22,"45":60,"46":277,"48":126,"49":486,"5":3097,"51":61,"52":80,"53":132,"56":34,"570":8,"6":408,"63":47,"7":1047,"79":41,"8":242,"80":51,"9":1257,"all_client":167698,"all_tv_clinet":32884,"insert_time":"2014-08-24T13:36:34.222Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134701,"10":119,"107":844,"11":1048,"12":290,"13":773,"14":187,"15":659,"155":101,"156":58,"158":56,"159":29,"16":134,"160":98,"161":333,"167":75,"168":1,"17":392,"18":792,"19":584,"20":226,"209":91,"21":791,"210":70,"211":63,"214":53,"215":603,"221":401,"223":1180,"224":208,"225":789,"23":1017,"24":2996,"25":2582,"257":187,"26":278,"268":12,"27":267,"273":100,"276":117,"279":166,"28":1601,"281":8,"282":141,"291":73,"292":134,"30":108,"302":45,"306":3,"31":113,"314":14,"32":48,"33":142,"34":168,"347":79,"35":92,"352":1047,"36":254,"37":118,"38":896,"380":54,"381":141,"383":83,"389":7,"39":178,"391":61,"396":3,"397":74,"40":89,"409":59,"41":106,"414":141,"415":121,"419":36,"42":94,"426":29,"43":93,"430":161,"431":1,"433":40,"44":26,"45":61,"46":276,"48":126,"49":486,"5":3088,"51":57,"52":77,"53":124,"56":32,"570":8,"6":397,"63":46,"7":1064,"79":38,"8":242,"80":56,"9":1273,"all_client":167603,"all_tv_clinet":32902,"insert_time":"2014-08-24T13:37:35.308Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134586,"10":115,"107":815,"11":1041,"12":322,"13":751,"14":186,"15":666,"155":103,"156":58,"158":49,"159":29,"16":131,"160":95,"161":333,"167":75,"168":1,"17":386,"18":785,"19":587,"20":217,"209":89,"21":787,"210":70,"211":58,"214":52,"215":582,"221":394,"223":1144,"224":194,"225":806,"23":1013,"24":2991,"25":2643,"257":189,"26":285,"268":10,"27":269,"273":98,"276":113,"279":152,"28":1626,"281":8,"282":144,"291":76,"292":140,"30":116,"302":41,"306":3,"31":113,"314":16,"32":56,"33":140,"34":163,"347":67,"35":92,"352":1036,"36":257,"37":117,"38":887,"380":55,"381":138,"383":93,"389":7,"39":183,"391":60,"396":4,"397":75,"40":88,"409":62,"41":98,"414":134,"415":125,"419":33,"42":93,"426":37,"43":91,"430":170,"431":1,"433":40,"44":27,"45":65,"46":273,"48":127,"49":490,"5":3092,"51":55,"52":75,"53":116,"56":34,"570":8,"6":356,"63":50,"7":1065,"79":40,"8":243,"80":56,"9":1309,"all_client":167436,"all_tv_clinet":32850,"insert_time":"2014-08-24T13:38:37.299Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134543,"10":120,"107":820,"11":1065,"12":359,"13":718,"14":192,"15":642,"155":99,"156":57,"158":47,"159":28,"16":130,"160":95,"161":339,"167":72,"168":1,"17":378,"18":807,"19":586,"20":211,"209":82,"21":790,"210":67,"211":57,"214":47,"215":555,"221":386,"223":1065,"224":187,"225":785,"23":1033,"24":2969,"25":2679,"257":184,"26":293,"268":9,"27":249,"273":100,"276":108,"279":141,"28":1665,"281":8,"282":145,"291":79,"292":141,"30":121,"302":36,"306":3,"31":111,"314":11,"32":56,"33":145,"34":167,"347":56,"35":97,"352":1035,"36":243,"37":120,"38":885,"380":55,"381":138,"383":91,"389":7,"39":189,"391":59,"396":2,"397":73,"40":90,"409":61,"41":100,"414":122,"415":133,"419":30,"42":93,"426":46,"43":88,"430":176,"431":1,"433":39,"44":26,"45":70,"46":272,"48":135,"49":494,"5":3111,"51":63,"52":74,"53":109,"56":32,"570":7,"6":334,"63":55,"7":1082,"79":38,"8":250,"80":57,"9":1326,"all_client":167347,"all_tv_clinet":32804,"insert_time":"2014-08-24T13:39:38.494Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134395,"10":123,"107":816,"11":1074,"12":387,"13":695,"14":206,"15":579,"155":101,"156":55,"158":46,"159":28,"16":135,"160":97,"161":338,"167":70,"168":1,"17":363,"18":827,"19":609,"20":209,"209":79,"21":804,"210":69,"211":56,"214":42,"215":532,"221":378,"223":996,"224":188,"225":773,"23":1042,"24":2972,"25":2727,"257":194,"26":298,"268":10,"27":228,"273":105,"276":105,"279":130,"28":1675,"281":9,"282":146,"291":79,"292":129,"30":129,"302":32,"306":3,"31":113,"314":9,"32":56,"33":152,"34":172,"347":49,"35":96,"352":1033,"36":243,"37":124,"38":887,"380":54,"381":135,"383":97,"389":6,"39":179,"391":62,"396":3,"397":73,"40":88,"409":61,"41":100,"414":113,"415":125,"419":29,"42":89,"426":47,"43":86,"430":186,"431":1,"433":40,"44":29,"45":71,"46":279,"48":134,"49":496,"5":3139,"51":63,"52":76,"53":110,"56":32,"570":7,"6":332,"63":58,"7":1084,"79":36,"8":254,"80":53,"9":1354,"all_client":167199,"all_tv_clinet":32804,"insert_time":"2014-08-24T13:40:39.964Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134211,"10":130,"107":811,"11":1089,"12":399,"13":684,"14":217,"15":541,"155":102,"156":55,"158":43,"159":28,"16":135,"160":95,"161":321,"167":76,"168":2,"17":335,"18":834,"19":618,"20":206,"209":72,"21":804,"210":67,"211":47,"214":41,"215":512,"221":368,"223":941,"224":193,"225":754,"23":1050,"24":2959,"25":2748,"257":198,"26":292,"268":11,"27":205,"273":105,"276":103,"279":126,"28":1685,"281":10,"282":152,"291":82,"292":132,"30":129,"302":33,"306":2,"31":113,"314":11,"32":54,"33":157,"34":173,"347":45,"35":97,"352":1018,"36":239,"37":125,"38":893,"380":51,"381":135,"383":100,"389":7,"39":177,"391":63,"396":3,"397":73,"40":90,"409":63,"41":94,"414":113,"415":122,"419":30,"42":89,"426":50,"43":85,"430":191,"433":39,"44":32,"45":77,"46":271,"48":134,"49":500,"5":3164,"51":62,"52":80,"53":114,"56":32,"570":8,"6":329,"63":60,"7":1093,"79":36,"8":251,"80":55,"9":1386,"all_client":166937,"all_tv_clinet":32726,"insert_time":"2014-08-24T13:41:41.122Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134082,"10":133,"107":807,"11":1103,"12":395,"13":655,"14":216,"15":523,"155":105,"156":55,"158":43,"159":28,"16":137,"160":97,"161":308,"167":76,"168":2,"17":317,"18":852,"19":625,"20":199,"209":66,"21":801,"210":69,"211":42,"214":39,"215":482,"221":376,"223":903,"224":200,"225":756,"23":1050,"24":2957,"25":2800,"257":209,"26":295,"268":12,"27":194,"273":102,"276":101,"279":122,"28":1696,"281":10,"282":153,"291":85,"292":133,"30":128,"302":28,"306":2,"31":114,"314":11,"32":49,"33":160,"34":174,"347":44,"35":100,"352":1011,"36":234,"37":125,"38":884,"380":51,"381":133,"383":101,"389":7,"39":173,"391":62,"396":4,"397":73,"40":88,"409":63,"41":93,"414":118,"415":112,"419":28,"42":83,"426":48,"43":85,"430":197,"433":39,"44":33,"45":74,"46":270,"48":129,"49":503,"5":3176,"51":62,"52":84,"53":113,"56":36,"570":10,"6":336,"63":62,"7":1107,"79":34,"8":241,"80":52,"9":1402,"all_client":166757,"all_tv_clinet":32675,"insert_time":"2014-08-24T13:42:42.537Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":134002,"10":134,"107":825,"11":1099,"12":401,"13":634,"14":214,"15":512,"155":106,"156":53,"158":45,"159":27,"16":137,"160":98,"161":303,"167":75,"168":3,"17":311,"18":838,"19":639,"20":201,"209":68,"21":797,"210":67,"211":36,"214":38,"215":461,"221":385,"223":898,"224":208,"225":743,"23":1050,"24":2965,"25":2836,"257":204,"26":289,"268":10,"27":185,"273":96,"276":100,"279":123,"28":1704,"281":11,"282":151,"291":86,"292":132,"30":130,"302":27,"306":2,"31":114,"314":11,"32":47,"33":161,"34":175,"347":39,"35":101,"352":1015,"36":229,"37":127,"38":870,"380":52,"381":134,"383":105,"389":7,"39":175,"391":61,"396":5,"397":73,"40":88,"409":64,"41":92,"414":123,"415":113,"419":26,"42":83,"426":48,"43":86,"430":195,"433":38,"44":31,"45":73,"46":269,"48":129,"49":497,"5":3183,"51":62,"52":92,"53":109,"56":38,"570":11,"6":335,"63":62,"7":1118,"79":37,"8":235,"80":52,"9":1416,"all_client":166665,"all_tv_clinet":32663,"insert_time":"2014-08-24T13:43:43.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133891,"10":136,"107":818,"11":1087,"12":378,"13":608,"14":195,"15":535,"155":115,"156":51,"158":46,"159":26,"16":145,"160":99,"161":299,"167":78,"168":3,"17":312,"18":845,"19":637,"20":200,"209":69,"21":790,"210":71,"211":33,"214":36,"215":456,"221":391,"223":873,"224":216,"225":749,"23":1047,"24":2978,"25":2864,"257":203,"26":294,"268":10,"27":171,"273":87,"276":101,"279":118,"28":1714,"281":11,"282":149,"291":85,"292":116,"30":135,"302":23,"306":3,"31":121,"314":9,"32":46,"33":159,"34":177,"347":38,"35":102,"352":1014,"36":224,"37":126,"38":848,"380":53,"381":133,"383":100,"389":7,"39":169,"391":59,"396":4,"397":74,"40":86,"409":68,"41":93,"414":131,"415":113,"419":27,"42":81,"426":44,"43":85,"430":198,"433":37,"44":28,"45":77,"46":283,"48":132,"49":504,"5":3149,"51":62,"52":90,"53":109,"56":38,"570":11,"6":354,"63":62,"7":1143,"79":40,"8":225,"80":53,"9":1439,"all_client":166522,"all_tv_clinet":32631,"insert_time":"2014-08-24T13:44:44.849Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133730,"10":126,"107":809,"11":1103,"12":344,"13":613,"14":185,"15":568,"155":121,"156":48,"158":43,"159":22,"16":151,"160":98,"161":303,"167":77,"168":3,"17":309,"18":864,"19":624,"20":193,"209":73,"21":768,"210":71,"211":27,"214":35,"215":452,"221":394,"223":853,"224":222,"225":755,"23":1051,"24":2952,"25":2903,"257":192,"26":300,"268":10,"27":163,"273":81,"276":99,"279":116,"28":1728,"281":11,"282":149,"291":83,"292":105,"30":138,"302":24,"306":3,"31":120,"314":9,"32":46,"33":163,"34":176,"347":38,"35":92,"352":1017,"36":230,"37":129,"38":850,"380":52,"381":131,"383":100,"389":7,"39":170,"391":63,"396":4,"397":75,"40":85,"409":75,"41":88,"414":133,"415":119,"419":29,"42":81,"426":42,"43":80,"430":197,"433":30,"44":34,"45":76,"46":283,"48":133,"49":499,"5":3082,"51":63,"52":92,"53":111,"56":38,"570":10,"6":376,"63":57,"7":1146,"79":47,"8":232,"80":52,"9":1455,"all_client":166309,"all_tv_clinet":32579,"insert_time":"2014-08-24T13:45:45.970Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133629,"10":131,"107":804,"11":1113,"12":315,"13":604,"14":172,"15":595,"155":123,"156":47,"158":45,"159":20,"16":156,"160":97,"161":317,"167":81,"168":3,"17":306,"18":875,"19":629,"20":183,"209":67,"21":733,"210":71,"211":26,"214":33,"215":430,"221":387,"223":851,"224":226,"225":765,"23":1049,"24":2952,"25":2958,"257":186,"26":300,"268":9,"27":152,"273":80,"276":98,"279":114,"28":1729,"281":11,"282":150,"291":82,"292":94,"30":150,"302":23,"306":3,"31":124,"314":9,"32":49,"33":168,"34":178,"347":40,"35":92,"352":1025,"36":233,"37":133,"38":844,"380":51,"381":131,"383":97,"389":7,"39":171,"391":60,"396":3,"397":74,"40":85,"409":77,"41":84,"414":131,"415":121,"419":29,"42":79,"426":46,"43":84,"430":194,"433":30,"44":34,"45":71,"46":279,"48":130,"49":498,"5":3007,"51":61,"52":93,"53":113,"56":41,"570":10,"6":383,"63":56,"7":1169,"79":45,"8":233,"80":52,"9":1471,"all_client":166169,"all_tv_clinet":32540,"insert_time":"2014-08-24T13:46:47.131Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133439,"10":132,"107":787,"11":1114,"12":308,"13":598,"14":164,"15":608,"155":132,"156":45,"158":43,"159":21,"16":170,"160":97,"161":325,"167":80,"168":3,"17":300,"18":872,"19":636,"20":177,"209":70,"21":689,"210":67,"211":23,"214":35,"215":424,"221":396,"223":841,"224":229,"225":756,"23":1048,"24":2951,"25":3006,"257":185,"26":302,"268":8,"27":141,"273":81,"276":102,"279":111,"28":1736,"281":11,"282":148,"291":80,"292":88,"30":154,"302":23,"306":2,"31":114,"314":7,"32":46,"33":165,"34":183,"347":37,"35":87,"352":1027,"36":235,"37":134,"38":844,"380":52,"381":136,"383":92,"389":7,"39":170,"391":57,"396":3,"397":77,"40":81,"409":82,"41":79,"414":136,"415":119,"419":29,"42":78,"426":46,"43":85,"430":193,"433":30,"44":35,"45":70,"46":271,"48":130,"49":505,"5":2945,"51":58,"52":93,"53":118,"56":46,"570":11,"6":391,"63":56,"7":1175,"79":47,"8":237,"80":51,"9":1467,"all_client":165895,"all_tv_clinet":32456,"insert_time":"2014-08-24T13:47:48.443Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133233,"10":137,"107":802,"11":1098,"12":302,"13":592,"14":162,"15":612,"155":133,"156":41,"158":46,"159":21,"16":177,"160":99,"161":324,"167":80,"168":3,"17":309,"18":871,"19":643,"20":186,"209":67,"21":659,"210":67,"211":20,"214":36,"215":410,"221":396,"223":847,"224":232,"225":754,"23":1038,"24":2961,"25":3053,"257":186,"26":303,"268":7,"27":135,"273":82,"276":105,"279":104,"28":1747,"281":12,"282":157,"291":82,"292":83,"30":160,"302":28,"306":2,"31":112,"314":7,"32":46,"33":169,"34":186,"347":35,"35":85,"352":1035,"36":226,"37":131,"38":834,"380":51,"381":133,"383":100,"389":7,"39":168,"391":52,"396":4,"397":77,"40":89,"409":83,"41":77,"414":139,"415":111,"419":25,"42":76,"426":38,"43":83,"430":199,"431":2,"433":29,"44":29,"45":73,"46":261,"48":132,"49":504,"5":2913,"51":54,"52":97,"53":111,"56":46,"570":10,"6":377,"63":61,"7":1182,"79":43,"8":237,"80":52,"9":1463,"all_client":165658,"all_tv_clinet":32425,"insert_time":"2014-08-24T13:48:49.837Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":133045,"10":140,"107":826,"11":1088,"12":323,"13":575,"14":161,"15":631,"155":135,"156":40,"158":48,"159":21,"16":180,"160":96,"161":317,"167":81,"168":2,"17":299,"18":857,"19":642,"20":189,"209":71,"21":656,"210":71,"211":16,"214":34,"215":404,"221":400,"223":861,"224":242,"225":757,"23":1035,"24":2965,"25":3025,"257":191,"26":304,"268":8,"27":130,"273":90,"276":104,"279":100,"28":1769,"281":12,"282":158,"291":82,"292":85,"30":166,"302":26,"31":121,"314":7,"32":47,"33":169,"34":188,"347":31,"35":84,"352":1024,"36":227,"37":132,"38":851,"380":44,"381":138,"383":100,"389":7,"39":163,"391":51,"396":4,"397":77,"40":88,"409":77,"41":78,"414":142,"415":117,"419":25,"42":76,"426":31,"43":78,"430":197,"431":2,"433":26,"44":30,"45":70,"46":254,"48":130,"49":506,"5":2808,"51":51,"52":93,"53":111,"56":44,"570":10,"6":401,"63":62,"7":1197,"79":42,"8":242,"80":52,"9":1487,"all_client":165450,"all_tv_clinet":32405,"insert_time":"2014-08-24T13:49:51.044Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132729,"10":143,"107":829,"11":1091,"12":336,"13":578,"14":159,"15":635,"155":136,"156":39,"158":51,"159":22,"16":184,"160":87,"161":313,"167":82,"168":1,"17":298,"18":857,"19":642,"20":187,"209":71,"21":674,"210":70,"211":14,"214":34,"215":406,"221":406,"223":900,"224":259,"225":787,"23":1061,"24":2971,"25":2977,"257":186,"26":311,"268":7,"27":126,"273":90,"276":106,"279":99,"28":1787,"281":11,"282":157,"291":81,"292":89,"30":171,"302":24,"31":122,"314":7,"32":41,"33":169,"34":190,"347":31,"35":84,"352":1014,"36":231,"37":131,"38":851,"380":42,"381":137,"383":101,"389":7,"39":154,"391":54,"396":4,"397":76,"40":94,"409":68,"41":78,"414":136,"415":126,"419":22,"42":70,"426":28,"43":79,"430":202,"431":2,"433":26,"44":32,"45":71,"46":239,"48":137,"49":510,"5":2621,"51":49,"52":92,"53":104,"56":49,"570":11,"6":404,"63":65,"7":1214,"79":41,"8":238,"80":55,"9":1524,"all_client":165107,"all_tv_clinet":32378,"insert_time":"2014-08-24T13:50:52.650Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132515,"10":144,"107":827,"11":1096,"12":350,"13":570,"14":165,"15":644,"155":139,"156":39,"158":57,"159":23,"16":191,"160":68,"161":298,"167":80,"168":1,"17":287,"18":878,"19":641,"20":184,"209":68,"21":704,"210":70,"211":11,"214":36,"215":400,"221":399,"223":931,"224":267,"225":781,"23":1077,"24":2966,"25":2951,"257":186,"26":323,"268":7,"27":117,"273":92,"276":109,"279":95,"28":1786,"281":11,"282":159,"291":83,"292":91,"30":182,"302":24,"31":131,"314":8,"32":44,"33":160,"34":189,"347":27,"35":89,"352":1015,"36":238,"37":138,"38":852,"380":39,"381":137,"383":106,"389":8,"39":151,"391":51,"396":5,"397":77,"40":91,"409":61,"41":79,"414":134,"415":127,"419":24,"42":68,"426":30,"43":82,"430":203,"431":2,"433":28,"44":29,"45":74,"46":243,"48":140,"49":496,"5":2426,"51":45,"52":93,"53":110,"56":51,"570":10,"6":397,"63":71,"7":1255,"79":48,"8":231,"80":54,"9":1565,"all_client":164855,"all_tv_clinet":32340,"insert_time":"2014-08-24T13:51:54.058Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132331,"10":146,"107":808,"11":1108,"12":377,"13":582,"14":168,"15":661,"155":139,"156":32,"158":63,"159":22,"16":203,"160":67,"161":311,"167":77,"168":1,"17":286,"18":903,"19":612,"20":186,"209":71,"21":687,"210":66,"211":11,"214":34,"215":410,"221":402,"223":959,"224":279,"225":770,"23":1094,"24":2983,"25":2958,"257":194,"26":345,"268":7,"27":115,"273":93,"276":109,"279":88,"28":1792,"281":11,"282":158,"291":88,"292":106,"30":184,"302":27,"31":128,"314":8,"32":43,"33":145,"34":198,"347":25,"35":97,"352":1022,"36":243,"37":139,"38":845,"380":39,"381":142,"383":105,"389":8,"39":151,"391":44,"396":5,"397":79,"40":100,"409":57,"41":81,"414":133,"415":122,"419":25,"42":69,"426":25,"43":78,"430":208,"433":24,"44":29,"45":74,"46":228,"48":149,"49":450,"5":2266,"51":46,"52":94,"53":102,"56":51,"570":10,"6":358,"63":75,"7":1293,"79":50,"8":233,"80":52,"9":1580,"all_client":164652,"all_tv_clinet":32321,"insert_time":"2014-08-24T13:52:55.672Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":132142,"10":149,"107":818,"11":1120,"12":395,"13":592,"14":167,"15":671,"155":141,"156":32,"158":65,"159":20,"16":215,"160":73,"161":320,"167":76,"168":1,"17":286,"18":905,"19":568,"20":187,"209":73,"21":688,"210":65,"211":9,"214":31,"215":401,"221":412,"223":975,"224":279,"225":741,"23":1104,"24":2993,"25":2982,"257":189,"26":358,"268":8,"27":108,"273":98,"276":114,"279":92,"28":1793,"281":10,"282":156,"291":90,"292":116,"30":187,"302":29,"31":130,"314":8,"32":48,"33":139,"34":193,"347":21,"35":101,"352":1028,"36":233,"37":141,"38":836,"380":39,"381":152,"383":100,"389":6,"39":158,"391":40,"396":5,"397":78,"40":104,"409":60,"41":81,"414":136,"415":124,"419":22,"42":74,"426":21,"43":74,"430":209,"433":24,"44":31,"45":76,"46":227,"48":149,"49":426,"5":2105,"51":44,"52":95,"53":106,"56":52,"570":10,"6":321,"63":78,"7":1331,"79":45,"8":217,"80":47,"9":1600,"all_client":164389,"all_tv_clinet":32247,"insert_time":"2014-08-24T13:53:57.238Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131959,"10":147,"107":836,"11":1120,"12":409,"13":609,"14":157,"15":699,"155":147,"156":32,"158":69,"159":19,"16":224,"160":71,"161":337,"167":80,"168":1,"17":286,"18":899,"19":511,"20":191,"209":76,"21":673,"210":62,"211":9,"214":29,"215":403,"221":411,"223":1005,"224":283,"225":727,"23":1098,"24":3000,"25":2996,"257":194,"26":361,"268":8,"27":103,"273":97,"276":118,"279":91,"28":1815,"281":11,"282":156,"291":91,"292":125,"30":191,"302":29,"31":132,"314":8,"32":48,"33":139,"34":193,"347":19,"35":103,"352":1009,"36":232,"37":142,"38":846,"380":39,"381":152,"383":97,"389":4,"39":150,"391":42,"396":6,"397":79,"40":109,"409":61,"41":80,"414":141,"415":126,"419":20,"42":78,"426":15,"43":74,"430":208,"433":23,"44":32,"45":78,"46":224,"48":151,"49":402,"5":2015,"51":49,"52":93,"53":104,"56":55,"570":11,"6":298,"63":79,"7":1340,"79":43,"8":201,"80":43,"9":1636,"all_client":164194,"all_tv_clinet":32235,"insert_time":"2014-08-24T13:54:58.392Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131722,"10":144,"107":818,"11":1109,"12":414,"13":609,"14":146,"15":691,"155":149,"156":38,"158":71,"159":18,"16":254,"160":67,"161":345,"167":77,"168":1,"17":294,"18":901,"19":491,"20":193,"209":75,"21":689,"210":63,"211":9,"214":30,"215":394,"221":408,"223":1014,"224":285,"225":700,"23":1094,"24":3007,"25":3055,"257":194,"26":358,"268":8,"27":96,"273":98,"276":117,"279":91,"28":1812,"281":10,"282":156,"291":91,"292":130,"30":196,"302":30,"31":134,"314":11,"32":44,"33":136,"34":200,"347":20,"35":105,"352":1008,"36":223,"37":148,"38":845,"380":40,"381":153,"383":99,"389":4,"39":135,"391":49,"396":6,"397":80,"40":113,"409":64,"41":81,"414":138,"415":130,"419":21,"42":81,"426":16,"43":71,"430":205,"433":24,"44":33,"45":79,"46":224,"48":158,"49":376,"5":1901,"51":53,"52":97,"53":104,"56":57,"570":11,"6":277,"63":82,"7":1393,"79":43,"8":180,"80":39,"9":1639,"all_client":163892,"all_tv_clinet":32170,"insert_time":"2014-08-24T13:55:59.506Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131422,"10":147,"107":822,"11":1111,"12":427,"13":612,"14":151,"15":625,"155":152,"156":40,"158":74,"159":15,"16":272,"160":60,"161":328,"167":78,"168":1,"17":305,"18":923,"19":498,"20":195,"209":76,"21":691,"210":62,"211":9,"214":31,"215":387,"221":398,"223":1009,"224":288,"225":697,"23":1089,"24":2994,"25":3117,"257":187,"26":364,"268":9,"27":90,"273":89,"276":117,"279":92,"28":1810,"281":10,"282":149,"291":90,"292":132,"30":204,"302":29,"31":140,"314":12,"32":43,"33":136,"34":200,"347":19,"35":109,"352":995,"36":221,"37":149,"38":839,"380":39,"381":151,"383":94,"389":4,"39":128,"391":50,"396":6,"397":80,"40":120,"409":65,"41":81,"414":138,"415":129,"419":21,"42":75,"426":18,"43":69,"430":201,"433":26,"44":32,"45":75,"46":224,"48":158,"49":355,"5":1818,"51":52,"52":93,"53":106,"56":57,"570":10,"6":273,"63":84,"7":1423,"79":44,"8":169,"80":28,"9":1645,"all_client":163482,"all_tv_clinet":32060,"insert_time":"2014-08-24T13:57:00.495Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":131108,"10":146,"107":822,"11":1083,"12":457,"13":616,"14":144,"15":542,"155":155,"156":41,"158":81,"159":15,"16":296,"160":59,"161":303,"167":76,"168":1,"17":307,"18":924,"19":517,"20":199,"209":81,"21":693,"210":60,"211":8,"214":34,"215":382,"221":392,"223":1036,"224":293,"225":679,"23":1108,"24":3033,"25":3145,"257":179,"26":373,"268":10,"27":90,"273":85,"276":115,"279":90,"28":1818,"281":9,"282":139,"291":91,"292":137,"30":209,"302":26,"31":134,"314":14,"32":44,"33":135,"34":201,"347":20,"35":116,"352":998,"36":231,"37":151,"38":816,"380":40,"381":147,"383":95,"389":4,"39":124,"391":48,"396":3,"397":80,"40":125,"409":66,"41":77,"414":137,"415":136,"419":21,"42":69,"426":18,"43":68,"430":199,"433":25,"44":31,"45":74,"46":232,"48":159,"49":344,"5":1748,"51":50,"52":88,"53":98,"56":64,"570":10,"6":284,"63":87,"7":1427,"79":40,"8":162,"80":22,"9":1638,"all_client":163107,"all_tv_clinet":31999,"insert_time":"2014-08-24T13:58:01.496Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130786,"10":140,"107":842,"11":991,"12":521,"13":615,"14":146,"15":474,"155":157,"156":42,"158":85,"159":15,"16":315,"160":57,"161":283,"167":75,"168":1,"17":300,"18":957,"19":545,"20":203,"209":81,"21":690,"210":59,"211":6,"214":36,"215":379,"221":397,"223":1084,"224":306,"225":698,"23":1110,"24":3078,"25":3180,"257":170,"26":378,"268":9,"27":95,"273":74,"276":114,"279":88,"28":1830,"281":11,"282":128,"291":92,"292":133,"30":222,"302":23,"31":132,"314":13,"32":40,"33":127,"34":174,"347":19,"35":126,"352":994,"36":231,"37":133,"38":814,"380":40,"381":151,"383":94,"389":3,"39":122,"391":45,"396":3,"397":78,"40":122,"409":68,"41":89,"414":136,"415":134,"419":20,"42":60,"426":15,"43":64,"430":212,"433":23,"44":32,"45":74,"46":230,"48":159,"49":327,"5":1696,"51":48,"52":78,"53":102,"56":59,"570":11,"6":294,"63":84,"7":1455,"79":42,"8":154,"80":21,"9":1552,"all_client":162721,"all_tv_clinet":31935,"insert_time":"2014-08-24T13:59:03.043Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130525,"10":141,"107":830,"11":902,"12":594,"13":626,"14":139,"15":426,"155":163,"156":50,"158":91,"159":14,"16":324,"160":58,"161":274,"167":72,"168":1,"17":277,"18":984,"19":559,"20":205,"209":81,"21":706,"210":54,"211":6,"214":41,"215":382,"221":394,"223":1140,"224":318,"225":682,"23":1135,"24":3074,"25":3223,"257":163,"26":378,"268":11,"27":98,"273":73,"276":115,"279":87,"28":1855,"281":11,"282":122,"291":88,"292":124,"30":234,"302":26,"31":124,"314":13,"32":41,"33":123,"34":158,"347":20,"35":136,"352":1017,"36":227,"37":122,"38":793,"380":39,"381":151,"383":92,"389":3,"39":124,"391":44,"396":4,"397":75,"40":120,"409":75,"41":87,"414":129,"415":138,"419":20,"42":56,"426":15,"43":59,"430":219,"433":22,"44":36,"45":72,"46":243,"48":150,"49":301,"5":1632,"51":54,"52":73,"53":104,"56":63,"570":11,"6":311,"63":84,"7":1474,"79":40,"8":153,"80":21,"9":1410,"all_client":162354,"all_tv_clinet":31829,"insert_time":"2014-08-24T14:00:04.752Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":130222,"10":137,"107":812,"11":818,"12":660,"13":620,"14":144,"15":393,"155":161,"156":50,"158":92,"159":14,"16":337,"160":60,"161":271,"167":71,"168":1,"17":250,"18":1043,"19":563,"20":203,"209":88,"21":711,"210":54,"211":5,"214":45,"215":386,"221":417,"223":1165,"224":325,"225":682,"23":1147,"24":3070,"25":3273,"257":166,"26":366,"268":11,"27":99,"273":69,"276":118,"279":87,"28":1872,"281":10,"282":120,"291":88,"292":108,"30":235,"302":27,"306":2,"31":121,"314":12,"32":40,"33":117,"34":139,"347":21,"35":147,"352":1016,"36":236,"37":114,"38":776,"380":38,"381":159,"383":87,"389":4,"39":128,"391":45,"396":5,"397":72,"40":124,"409":82,"41":81,"414":121,"415":138,"419":19,"42":53,"426":23,"43":59,"430":219,"433":20,"44":42,"45":73,"46":234,"48":138,"49":292,"5":1566,"51":57,"52":75,"53":107,"56":63,"570":9,"6":326,"63":83,"7":1518,"79":38,"8":151,"80":21,"9":1269,"all_client":161946,"all_tv_clinet":31724,"insert_time":"2014-08-24T14:01:05.759Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129825,"10":139,"107":830,"11":773,"12":672,"13":629,"14":161,"15":360,"155":161,"156":50,"158":90,"159":14,"16":355,"160":58,"161":274,"167":67,"168":1,"17":231,"18":1084,"19":554,"20":206,"209":95,"21":711,"210":52,"211":4,"214":50,"215":382,"221":443,"223":1177,"224":312,"225":687,"23":1159,"24":3059,"25":3329,"257":167,"26":337,"268":10,"27":97,"273":64,"276":117,"279":88,"28":1871,"281":10,"282":114,"291":91,"292":94,"30":254,"302":26,"306":2,"31":121,"314":12,"32":47,"33":119,"34":134,"347":25,"35":147,"352":1023,"36":245,"37":108,"38":761,"380":38,"381":161,"383":89,"389":2,"39":129,"391":44,"396":5,"397":70,"40":131,"409":89,"41":76,"414":120,"415":137,"419":16,"42":54,"426":22,"43":60,"430":228,"433":18,"44":42,"45":76,"46":230,"48":133,"49":269,"5":1526,"51":54,"52":74,"53":113,"56":67,"570":9,"6":356,"63":84,"7":1529,"79":39,"8":143,"80":22,"9":1150,"all_client":161483,"all_tv_clinet":31658,"insert_time":"2014-08-24T14:02:07.062Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129570,"10":139,"107":835,"11":740,"12":646,"13":628,"14":170,"15":345,"155":159,"156":51,"158":94,"159":11,"16":387,"160":57,"161":271,"167":61,"168":1,"17":215,"18":1125,"19":568,"20":205,"209":104,"21":715,"210":47,"211":4,"214":54,"215":386,"221":443,"223":1177,"224":310,"225":697,"23":1188,"24":3012,"25":3385,"257":167,"26":332,"268":10,"27":98,"273":65,"276":117,"279":88,"28":1775,"281":12,"282":114,"291":92,"292":82,"30":276,"302":26,"306":5,"31":121,"314":13,"32":47,"33":115,"34":123,"347":26,"35":169,"352":1034,"36":252,"37":105,"38":774,"380":38,"381":164,"383":83,"389":2,"39":125,"391":42,"396":8,"397":69,"40":143,"409":92,"41":73,"414":124,"415":130,"419":14,"42":55,"426":24,"43":60,"430":226,"433":19,"44":37,"45":85,"46":219,"48":128,"49":237,"5":1529,"51":54,"52":66,"53":111,"56":64,"570":11,"6":354,"63":83,"7":1553,"79":31,"8":141,"80":21,"9":1065,"all_client":161118,"all_tv_clinet":31548,"insert_time":"2014-08-24T14:03:08.666Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":129286,"10":145,"107":819,"11":724,"12":585,"13":650,"14":190,"15":338,"155":162,"156":54,"158":94,"159":8,"16":396,"160":57,"161":267,"167":57,"168":1,"17":203,"18":1158,"19":571,"20":200,"209":100,"21":733,"210":45,"211":4,"214":57,"215":391,"221":443,"223":1166,"224":303,"225":707,"23":1201,"24":2946,"25":3420,"257":171,"26":317,"268":8,"27":106,"273":66,"276":121,"279":88,"28":1668,"281":12,"282":117,"291":94,"292":80,"30":296,"302":25,"306":4,"31":116,"314":14,"32":44,"33":116,"34":123,"347":25,"35":180,"352":1013,"36":238,"37":106,"38":792,"380":38,"381":164,"383":90,"389":2,"39":122,"391":42,"396":7,"397":72,"40":156,"409":91,"41":74,"414":127,"415":122,"419":19,"42":55,"426":25,"43":55,"430":227,"433":19,"44":37,"45":85,"46":222,"48":130,"49":225,"5":1542,"51":44,"52":65,"53":105,"56":70,"570":11,"6":363,"63":79,"7":1558,"79":28,"8":146,"80":22,"9":1033,"all_client":160693,"all_tv_clinet":31407,"insert_time":"2014-08-24T14:04:10.033Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128921,"10":148,"107":814,"11":713,"12":496,"13":668,"14":202,"15":338,"155":161,"156":54,"158":94,"159":8,"16":412,"160":58,"161":262,"167":57,"168":2,"17":204,"18":1162,"19":585,"20":197,"209":96,"21":737,"210":41,"211":3,"214":62,"215":401,"221":442,"223":1158,"224":307,"225":724,"23":1213,"24":2868,"25":3463,"257":168,"26":316,"268":10,"27":118,"273":64,"276":121,"279":89,"28":1563,"281":12,"282":118,"291":95,"292":82,"30":309,"302":27,"306":4,"31":116,"314":11,"32":43,"33":115,"34":115,"347":22,"35":195,"352":1024,"36":242,"37":107,"38":785,"380":41,"381":164,"383":94,"389":2,"39":126,"391":44,"396":9,"397":78,"40":154,"409":84,"41":71,"414":128,"415":128,"419":22,"42":57,"426":27,"43":54,"430":225,"433":19,"44":42,"45":85,"46":231,"48":119,"49":222,"5":1555,"51":45,"52":68,"53":107,"56":72,"570":8,"6":366,"63":69,"7":1531,"79":21,"8":158,"80":24,"9":1026,"all_client":160218,"all_tv_clinet":31297,"insert_time":"2014-08-24T14:05:11.183Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128609,"10":152,"107":799,"11":662,"12":423,"13":677,"14":218,"15":322,"155":161,"156":55,"158":94,"159":8,"16":427,"160":57,"161":254,"167":55,"168":2,"17":204,"18":1170,"19":592,"20":193,"209":98,"21":750,"210":42,"211":3,"214":61,"215":403,"221":440,"223":1166,"224":311,"225":734,"23":1224,"24":2818,"25":3489,"257":162,"26":302,"268":11,"27":130,"273":69,"276":122,"279":88,"28":1503,"281":11,"282":112,"291":96,"292":85,"30":297,"302":27,"306":3,"31":112,"314":8,"32":40,"33":111,"34":114,"347":22,"35":195,"352":1018,"36":231,"37":118,"38":787,"380":40,"381":160,"383":95,"389":2,"39":132,"391":48,"396":6,"397":80,"40":147,"409":75,"41":70,"414":122,"415":128,"419":25,"42":62,"426":30,"43":52,"430":220,"433":15,"44":44,"45":91,"46":237,"48":123,"49":205,"5":1560,"51":47,"52":68,"53":110,"56":66,"570":7,"6":373,"63":68,"7":1524,"79":23,"8":169,"80":21,"9":1026,"all_client":159718,"all_tv_clinet":31109,"insert_time":"2014-08-24T14:06:12.142Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":128222,"10":155,"107":806,"11":654,"12":371,"13":701,"14":218,"15":305,"155":159,"156":57,"158":89,"159":10,"16":440,"160":57,"161":248,"167":54,"168":2,"17":203,"18":1162,"19":599,"20":194,"209":100,"21":756,"210":42,"211":3,"214":61,"215":406,"221":433,"223":1154,"224":308,"225":755,"23":1224,"24":2791,"25":3546,"257":149,"26":300,"268":11,"27":143,"273":69,"276":118,"279":92,"28":1424,"281":9,"282":109,"291":97,"292":83,"30":264,"302":28,"306":4,"31":117,"314":8,"32":42,"33":107,"34":111,"347":20,"35":195,"352":1016,"36":224,"37":135,"38":769,"380":43,"381":158,"383":91,"389":2,"39":137,"391":46,"396":7,"397":89,"40":142,"409":66,"41":68,"414":120,"415":129,"419":22,"42":64,"426":29,"43":45,"430":212,"433":13,"44":42,"45":102,"46":245,"48":121,"49":196,"5":1583,"51":54,"52":73,"53":110,"56":57,"570":9,"6":369,"63":66,"7":1512,"79":22,"8":174,"80":21,"9":1007,"all_client":159175,"all_tv_clinet":30953,"insert_time":"2014-08-24T14:07:13.266Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127676,"10":155,"107":814,"11":646,"12":331,"13":695,"14":213,"15":288,"155":161,"156":59,"158":92,"159":10,"16":454,"160":61,"161":231,"167":50,"168":2,"17":197,"18":1154,"19":597,"20":200,"209":99,"21":762,"210":43,"211":3,"214":64,"215":399,"221":432,"223":1158,"224":312,"225":758,"23":1220,"24":2779,"25":3574,"257":156,"26":288,"268":12,"27":149,"273":70,"276":120,"279":91,"28":1346,"281":9,"282":109,"291":99,"292":83,"30":236,"302":29,"306":4,"31":128,"314":9,"32":46,"33":106,"34":109,"347":22,"35":187,"352":1012,"36":234,"37":141,"38":769,"380":43,"381":156,"383":91,"389":2,"39":138,"391":50,"396":8,"397":89,"40":141,"409":69,"41":63,"414":119,"415":120,"419":25,"42":64,"426":31,"43":44,"430":206,"433":14,"44":41,"45":103,"46":239,"48":121,"49":182,"5":1613,"51":57,"52":76,"53":119,"56":51,"570":8,"6":369,"63":63,"7":1504,"79":23,"8":179,"80":19,"9":972,"all_client":158465,"all_tv_clinet":30789,"insert_time":"2014-08-24T14:08:14.504Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":127202,"10":149,"107":808,"11":654,"12":290,"13":707,"14":217,"15":275,"155":164,"156":59,"158":92,"159":11,"16":464,"160":62,"161":233,"167":48,"168":3,"17":193,"18":1154,"19":598,"20":194,"209":105,"21":749,"210":43,"211":3,"214":67,"215":402,"221":431,"223":1100,"224":316,"225":759,"23":1227,"24":2761,"25":3605,"257":152,"26":286,"268":10,"27":155,"273":71,"276":115,"279":91,"28":1294,"281":9,"282":104,"291":102,"292":82,"30":215,"302":29,"306":4,"31":137,"314":10,"32":46,"33":101,"34":106,"347":23,"35":186,"352":987,"36":231,"37":143,"38":770,"380":46,"381":154,"383":92,"389":2,"39":134,"391":53,"396":10,"397":86,"40":138,"409":67,"41":66,"414":121,"415":120,"419":25,"42":61,"426":34,"43":43,"430":204,"433":17,"44":43,"45":108,"46":237,"48":119,"49":170,"5":1656,"51":54,"52":79,"53":116,"56":47,"570":6,"6":368,"63":64,"7":1513,"79":23,"8":187,"80":22,"9":937,"all_client":157826,"all_tv_clinet":30624,"insert_time":"2014-08-24T14:09:15.652Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126692,"10":150,"107":815,"11":671,"12":267,"13":722,"14":221,"15":266,"155":163,"156":61,"158":90,"159":9,"16":469,"160":65,"161":234,"167":47,"168":3,"17":186,"18":1152,"19":591,"20":191,"209":105,"21":736,"210":39,"211":3,"214":67,"215":408,"221":433,"223":1027,"224":315,"225":735,"23":1233,"24":2751,"25":3605,"257":151,"26":283,"268":10,"27":156,"273":71,"276":110,"279":92,"28":1256,"281":9,"282":102,"291":101,"292":76,"30":205,"302":27,"306":5,"31":137,"314":10,"32":48,"33":99,"34":105,"347":22,"35":181,"352":970,"36":233,"37":144,"38":761,"380":49,"381":156,"383":93,"389":1,"39":132,"391":55,"396":12,"397":84,"40":139,"409":67,"41":73,"414":125,"415":121,"419":21,"42":58,"426":34,"43":43,"430":196,"433":19,"44":43,"45":108,"46":227,"48":111,"49":160,"5":1689,"51":57,"52":83,"53":125,"56":45,"570":6,"6":360,"63":60,"7":1514,"79":25,"8":197,"80":21,"9":917,"all_client":157112,"all_tv_clinet":30420,"insert_time":"2014-08-24T14:10:16.797Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":126184,"10":148,"107":861,"11":692,"12":260,"13":732,"14":222,"15":246,"155":162,"156":62,"158":89,"159":10,"16":484,"160":70,"161":233,"167":43,"168":4,"17":178,"18":1136,"19":585,"20":187,"209":102,"21":734,"210":36,"211":3,"214":67,"215":406,"221":434,"223":946,"224":325,"225":726,"23":1241,"24":2715,"25":3616,"257":150,"26":286,"268":11,"27":160,"273":68,"276":111,"279":95,"28":1207,"281":9,"282":101,"291":101,"292":67,"30":192,"302":27,"306":6,"31":144,"314":11,"32":38,"33":99,"34":110,"347":22,"35":178,"352":962,"36":233,"37":149,"38":756,"380":49,"381":149,"383":100,"389":1,"39":125,"391":54,"396":14,"397":77,"40":135,"409":63,"41":68,"414":129,"415":126,"419":16,"42":60,"426":33,"43":44,"430":196,"433":19,"44":42,"45":112,"46":232,"48":102,"49":156,"5":1681,"51":56,"52":83,"53":124,"56":44,"570":9,"6":358,"63":60,"7":1504,"79":23,"8":202,"80":21,"9":902,"all_client":156401,"all_tv_clinet":30217,"insert_time":"2014-08-24T14:11:17.876Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125676,"10":147,"107":916,"11":717,"12":258,"13":728,"14":219,"15":236,"155":161,"156":61,"158":85,"159":11,"16":489,"160":69,"161":235,"167":42,"168":3,"17":180,"18":1126,"19":584,"20":188,"209":98,"21":727,"210":34,"211":3,"214":66,"215":404,"221":432,"223":878,"224":328,"225":710,"23":1250,"24":2670,"25":3646,"257":152,"26":294,"268":11,"27":160,"273":72,"276":109,"279":96,"28":1169,"281":10,"282":109,"291":99,"292":68,"30":185,"302":27,"306":6,"31":140,"314":13,"32":36,"33":95,"34":113,"347":20,"35":173,"352":955,"36":228,"37":152,"38":751,"380":50,"381":146,"383":101,"389":1,"39":124,"391":57,"396":13,"397":72,"40":129,"409":60,"41":68,"414":134,"415":128,"419":11,"42":56,"426":32,"43":46,"430":192,"433":21,"44":43,"45":113,"46":227,"48":100,"49":139,"5":1660,"51":53,"52":83,"53":127,"56":41,"570":10,"6":366,"63":59,"7":1480,"79":23,"8":201,"80":24,"9":896,"all_client":155706,"all_tv_clinet":30030,"insert_time":"2014-08-24T14:12:19.511Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":125193,"10":139,"107":940,"11":744,"12":247,"13":715,"14":213,"15":233,"155":163,"156":60,"158":87,"159":10,"16":499,"160":71,"161":242,"167":43,"168":3,"17":182,"18":1142,"19":589,"20":186,"209":98,"21":716,"210":34,"211":3,"214":67,"215":395,"221":426,"223":834,"224":333,"225":709,"23":1251,"24":2610,"25":3662,"257":159,"26":298,"268":12,"27":167,"273":65,"276":104,"279":93,"28":1121,"281":9,"282":112,"291":99,"292":65,"30":177,"302":28,"306":6,"31":143,"314":10,"32":37,"33":91,"34":118,"347":20,"35":164,"352":934,"36":221,"37":157,"38":748,"380":54,"381":143,"383":95,"389":1,"39":117,"391":57,"396":13,"397":63,"40":125,"409":62,"41":71,"414":137,"415":123,"419":9,"42":58,"426":31,"43":44,"430":196,"433":20,"44":45,"45":120,"46":217,"48":101,"49":130,"5":1643,"51":51,"52":86,"53":125,"56":36,"570":16,"6":373,"63":57,"7":1453,"79":22,"8":200,"80":24,"9":884,"all_client":154999,"all_tv_clinet":29806,"insert_time":"2014-08-24T14:13:20.902Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124727,"10":129,"107":940,"11":769,"12":229,"13":720,"14":220,"15":219,"155":163,"156":63,"158":85,"159":12,"16":510,"160":68,"161":237,"167":51,"168":3,"17":180,"18":1124,"19":587,"20":180,"209":96,"21":702,"210":30,"211":3,"214":64,"215":402,"221":413,"223":790,"224":330,"225":697,"23":1254,"24":2588,"25":3677,"257":157,"26":316,"268":11,"27":178,"273":57,"276":99,"279":98,"28":1071,"281":10,"282":112,"291":94,"292":64,"30":172,"302":28,"306":6,"31":143,"314":13,"32":39,"33":84,"34":116,"347":18,"35":159,"352":928,"36":214,"37":168,"38":725,"380":57,"381":138,"383":96,"389":1,"39":119,"391":55,"396":13,"397":57,"40":127,"409":62,"41":72,"414":139,"415":118,"419":6,"42":58,"426":28,"43":47,"430":187,"433":25,"44":46,"45":122,"46":206,"48":107,"49":125,"5":1632,"51":50,"52":85,"53":122,"56":35,"570":24,"6":373,"63":56,"7":1431,"79":22,"8":202,"80":25,"9":886,"all_client":154296,"all_tv_clinet":29569,"insert_time":"2014-08-24T14:14:21.949Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":124293,"10":127,"107":943,"11":788,"12":221,"13":733,"14":223,"15":228,"155":164,"156":67,"158":84,"159":14,"16":504,"160":64,"161":248,"167":48,"168":4,"17":180,"18":1079,"19":561,"20":185,"209":96,"21":677,"210":27,"211":3,"214":68,"215":399,"221":430,"223":742,"224":336,"225":694,"23":1242,"24":2561,"25":3689,"257":156,"26":331,"268":10,"27":188,"273":55,"276":96,"279":100,"28":1029,"281":10,"282":111,"291":95,"292":62,"30":165,"302":31,"306":7,"31":148,"314":10,"32":42,"33":88,"34":117,"347":16,"35":150,"352":932,"36":219,"37":169,"38":716,"380":59,"381":135,"383":100,"389":1,"39":113,"391":53,"396":13,"397":57,"40":125,"409":67,"41":70,"414":140,"415":114,"419":7,"42":56,"426":22,"43":47,"430":189,"433":26,"44":45,"45":122,"46":202,"48":103,"49":115,"5":1619,"51":46,"52":85,"53":122,"56":33,"570":24,"6":385,"63":55,"7":1416,"79":23,"8":202,"80":25,"9":872,"all_client":153663,"all_tv_clinet":29370,"insert_time":"2014-08-24T14:15:22.987Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123833,"10":122,"107":931,"11":790,"12":207,"13":731,"14":227,"15":233,"155":163,"156":67,"158":86,"159":14,"16":505,"160":65,"161":246,"167":49,"168":4,"17":179,"18":1009,"19":519,"20":181,"209":105,"21":655,"210":26,"211":3,"214":70,"215":404,"221":424,"223":733,"224":344,"225":700,"23":1257,"24":2565,"25":3710,"257":151,"26":348,"268":10,"27":192,"273":59,"276":96,"279":98,"28":1022,"281":10,"282":115,"291":96,"292":66,"30":157,"302":33,"306":7,"31":140,"314":11,"32":38,"33":89,"34":122,"347":17,"35":145,"352":929,"36":225,"37":166,"38":700,"380":58,"381":132,"383":104,"389":1,"39":115,"391":53,"396":14,"397":55,"40":126,"409":71,"41":70,"414":142,"415":109,"419":8,"42":57,"426":19,"43":44,"430":179,"433":31,"44":42,"45":124,"46":204,"48":108,"49":111,"5":1584,"51":43,"52":90,"53":116,"56":27,"570":28,"6":400,"63":51,"7":1404,"79":24,"8":203,"80":24,"9":866,"all_client":153036,"all_tv_clinet":29203,"insert_time":"2014-08-24T14:16:23.978Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123415,"10":122,"107":924,"11":809,"12":207,"13":719,"14":232,"15":235,"155":164,"156":68,"158":86,"159":14,"16":515,"160":60,"161":266,"167":50,"168":4,"17":174,"18":963,"19":468,"20":178,"209":110,"21":640,"210":23,"211":3,"214":69,"215":416,"221":419,"223":712,"224":343,"225":693,"23":1251,"24":2539,"25":3715,"257":145,"26":367,"268":9,"27":194,"273":61,"276":94,"279":96,"28":993,"281":11,"282":113,"291":97,"292":71,"30":148,"302":33,"306":7,"31":132,"314":13,"32":40,"33":90,"34":121,"347":17,"35":140,"352":928,"36":226,"37":170,"38":716,"380":57,"381":131,"383":108,"389":1,"39":112,"391":49,"396":10,"397":58,"40":129,"409":73,"41":72,"414":136,"415":111,"419":12,"42":59,"426":22,"43":43,"430":162,"433":31,"44":41,"45":130,"46":200,"48":108,"49":100,"5":1538,"51":43,"52":95,"53":110,"56":22,"570":24,"6":415,"63":52,"7":1403,"79":24,"8":204,"80":24,"9":851,"all_client":152398,"all_tv_clinet":28983,"insert_time":"2014-08-24T14:17:26.803Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":123069,"10":118,"107":915,"11":833,"12":204,"13":721,"14":232,"15":220,"155":164,"156":68,"158":89,"159":12,"16":523,"160":59,"161":265,"167":48,"168":3,"17":167,"18":939,"19":437,"20":172,"209":115,"21":642,"210":20,"211":3,"214":68,"215":405,"221":423,"223":697,"224":343,"225":694,"23":1254,"24":2509,"25":3754,"257":145,"26":381,"268":9,"27":201,"273":58,"276":95,"279":94,"28":961,"281":11,"282":112,"291":97,"292":81,"30":151,"302":31,"306":7,"31":131,"314":13,"32":39,"33":95,"34":122,"347":17,"35":137,"352":948,"36":218,"37":176,"38":702,"380":56,"381":135,"383":114,"389":1,"39":106,"391":49,"396":12,"397":61,"40":136,"409":75,"41":76,"414":131,"415":107,"419":13,"42":54,"426":25,"43":42,"430":149,"433":35,"44":46,"45":130,"46":198,"48":106,"49":99,"5":1488,"51":42,"52":96,"53":109,"56":22,"570":24,"6":427,"63":52,"7":1398,"79":22,"8":207,"80":21,"9":845,"all_client":151926,"all_tv_clinet":28857,"insert_time":"2014-08-24T14:18:28.055Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122611,"10":113,"107":890,"11":850,"12":202,"13":701,"14":231,"15":222,"155":163,"156":65,"158":90,"159":12,"16":527,"160":57,"161":256,"167":50,"168":3,"17":152,"18":940,"19":412,"20":168,"209":122,"21":651,"210":19,"211":3,"214":68,"215":393,"221":427,"223":682,"224":342,"225":679,"23":1251,"24":2486,"25":3767,"257":144,"26":390,"268":10,"27":199,"273":57,"276":91,"279":93,"28":925,"281":12,"282":109,"291":92,"292":90,"30":160,"302":32,"306":7,"31":133,"314":14,"32":43,"33":101,"34":130,"347":16,"35":125,"352":943,"36":215,"37":179,"38":711,"380":54,"381":131,"383":117,"389":1,"39":104,"391":50,"396":11,"397":70,"40":138,"409":69,"41":72,"414":134,"415":110,"419":14,"42":59,"426":27,"43":44,"430":140,"433":36,"44":48,"45":123,"46":194,"48":103,"49":93,"5":1489,"51":44,"52":95,"53":110,"56":19,"570":18,"6":427,"63":51,"7":1378,"79":23,"8":210,"80":22,"9":840,"all_client":151294,"all_tv_clinet":28683,"insert_time":"2014-08-24T14:19:29.112Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":122145,"10":110,"107":885,"11":862,"12":202,"13":702,"14":228,"15":225,"155":162,"156":67,"158":88,"159":13,"16":518,"160":57,"161":247,"167":48,"168":3,"17":148,"18":941,"19":402,"20":157,"209":121,"21":650,"210":19,"211":3,"214":67,"215":385,"221":434,"223":680,"224":325,"225":663,"23":1256,"24":2476,"25":3787,"257":148,"26":403,"268":9,"27":203,"273":63,"276":93,"279":87,"28":896,"281":13,"282":110,"291":86,"292":92,"30":169,"302":34,"306":9,"31":133,"314":14,"32":46,"33":96,"34":132,"347":15,"35":119,"352":960,"36":201,"37":181,"38":692,"380":55,"381":124,"383":118,"389":1,"39":103,"391":49,"396":11,"397":72,"40":136,"409":65,"41":67,"414":140,"415":107,"419":11,"42":51,"426":28,"43":44,"430":133,"433":37,"44":45,"45":120,"46":204,"48":93,"49":91,"5":1517,"51":39,"52":94,"53":114,"56":19,"570":17,"6":419,"63":51,"7":1320,"79":25,"8":205,"80":23,"9":837,"all_client":150665,"all_tv_clinet":28520,"insert_time":"2014-08-24T14:20:30.168Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121608,"10":107,"107":869,"11":854,"12":204,"13":715,"14":232,"15":225,"155":160,"156":69,"158":82,"159":12,"16":520,"160":56,"161":242,"167":51,"168":3,"17":147,"18":951,"19":374,"20":152,"209":126,"21":656,"210":20,"211":3,"214":68,"215":383,"221":419,"223":687,"224":318,"225":673,"23":1244,"24":2467,"25":3819,"257":146,"26":404,"268":9,"27":203,"273":68,"276":97,"279":78,"28":892,"281":13,"282":113,"291":78,"292":97,"30":168,"302":35,"306":11,"31":134,"314":14,"32":43,"33":97,"34":136,"347":15,"35":114,"352":947,"36":208,"37":183,"38":694,"380":54,"381":119,"383":119,"389":1,"39":99,"391":52,"396":10,"397":77,"40":136,"409":65,"41":70,"414":140,"415":97,"419":11,"42":53,"426":28,"43":46,"430":124,"433":36,"44":42,"45":124,"46":205,"48":90,"49":85,"5":1514,"51":37,"52":92,"53":117,"56":19,"570":15,"6":424,"63":50,"7":1276,"79":24,"8":199,"80":23,"9":816,"all_client":150002,"all_tv_clinet":28394,"insert_time":"2014-08-24T14:21:31.490Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":121191,"10":105,"107":875,"11":867,"12":187,"13":712,"14":241,"15":234,"155":146,"156":70,"158":82,"159":14,"16":525,"160":59,"161":242,"167":50,"168":2,"17":146,"18":961,"19":351,"20":148,"209":121,"21":650,"210":19,"211":3,"214":69,"215":383,"221":410,"223":679,"224":311,"225":675,"23":1241,"24":2441,"25":3830,"257":153,"26":420,"268":9,"27":202,"273":70,"276":98,"279":79,"28":874,"281":15,"282":112,"291":73,"292":102,"30":164,"302":34,"306":12,"31":130,"314":14,"32":42,"33":90,"34":134,"347":15,"35":113,"352":949,"36":200,"37":194,"38":694,"380":53,"381":120,"383":117,"389":1,"39":101,"391":57,"396":11,"397":83,"40":135,"409":63,"41":73,"414":141,"415":101,"419":9,"42":47,"426":30,"43":45,"430":119,"433":35,"44":37,"45":124,"46":213,"48":87,"49":80,"5":1508,"51":40,"52":92,"53":116,"56":17,"570":11,"6":432,"63":51,"7":1188,"79":24,"8":204,"80":25,"9":813,"all_client":149435,"all_tv_clinet":28244,"insert_time":"2014-08-24T14:22:32.728Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120815,"10":100,"107":862,"11":875,"12":171,"13":724,"14":237,"15":219,"155":132,"156":69,"158":82,"159":16,"16":526,"160":61,"161":231,"167":49,"168":2,"17":154,"18":967,"19":333,"20":143,"209":123,"21":668,"210":20,"211":3,"214":69,"215":384,"221":413,"223":668,"224":308,"225":664,"23":1237,"24":2428,"25":3840,"257":153,"26":431,"268":9,"27":197,"273":69,"276":99,"279":80,"28":866,"281":16,"282":103,"291":67,"292":103,"30":173,"302":33,"306":10,"31":121,"314":15,"32":44,"33":93,"34":132,"347":15,"35":115,"352":926,"36":189,"37":190,"38":695,"380":52,"381":126,"383":116,"389":1,"39":105,"391":63,"396":10,"397":84,"40":129,"409":66,"41":78,"414":143,"415":99,"419":9,"42":47,"426":26,"43":47,"430":118,"433":32,"44":39,"45":113,"46":228,"48":82,"49":80,"5":1507,"51":39,"52":91,"53":113,"56":18,"570":11,"6":441,"63":50,"7":1118,"79":23,"8":206,"80":27,"9":805,"all_client":148879,"all_tv_clinet":28064,"insert_time":"2014-08-24T14:23:33.745Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":120329,"10":96,"107":869,"11":893,"12":164,"13":718,"14":237,"15":208,"155":117,"156":70,"158":82,"159":16,"16":533,"160":58,"161":233,"167":48,"168":4,"17":158,"18":967,"19":319,"20":142,"209":120,"21":661,"210":20,"211":3,"214":70,"215":391,"221":419,"223":675,"224":308,"225":656,"23":1209,"24":2417,"25":3852,"257":157,"26":444,"268":7,"27":179,"273":72,"276":101,"279":79,"28":839,"281":16,"282":92,"291":64,"292":105,"30":180,"302":30,"306":10,"31":118,"314":14,"32":50,"33":91,"34":127,"347":17,"35":121,"352":925,"36":180,"37":193,"38":685,"380":53,"381":118,"383":119,"389":1,"39":110,"391":64,"396":13,"397":82,"40":120,"409":71,"41":84,"414":146,"415":108,"419":7,"42":49,"426":24,"43":46,"430":114,"433":33,"44":35,"45":98,"46":231,"48":86,"49":83,"5":1540,"51":40,"52":95,"53":105,"56":17,"570":12,"6":429,"63":49,"7":1013,"79":27,"8":206,"80":27,"9":805,"all_client":148218,"all_tv_clinet":27889,"insert_time":"2014-08-24T14:24:35.543Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119861,"10":93,"107":858,"11":899,"12":164,"13":713,"14":238,"15":207,"155":106,"156":69,"158":82,"159":19,"16":489,"160":57,"161":239,"167":47,"168":4,"17":173,"18":980,"19":302,"20":140,"209":126,"21":686,"210":20,"211":3,"214":73,"215":391,"221":405,"223":684,"224":302,"225":651,"23":1177,"24":2387,"25":3863,"257":148,"26":455,"268":8,"27":171,"273":74,"276":97,"279":74,"28":814,"281":17,"282":88,"291":58,"292":105,"30":187,"302":29,"306":10,"31":120,"314":12,"32":49,"33":91,"34":122,"347":16,"35":121,"352":905,"36":182,"37":195,"38":680,"380":56,"381":122,"383":123,"389":1,"39":109,"391":61,"396":11,"397":85,"40":118,"409":69,"41":83,"414":142,"415":100,"419":8,"42":48,"426":24,"43":49,"430":114,"433":33,"44":36,"45":91,"46":233,"48":87,"49":84,"5":1568,"51":38,"52":98,"53":114,"56":16,"570":13,"6":425,"63":47,"7":957,"79":28,"8":206,"80":30,"9":809,"all_client":147572,"all_tv_clinet":27711,"insert_time":"2014-08-24T14:25:36.446Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":119363,"10":88,"107":831,"11":897,"12":163,"13":725,"14":240,"15":202,"155":100,"156":71,"158":80,"159":19,"16":450,"160":59,"161":229,"167":51,"168":4,"17":178,"18":988,"19":281,"20":138,"209":127,"21":702,"210":19,"211":3,"214":73,"215":397,"221":408,"223":687,"224":298,"225":650,"23":1126,"24":2373,"25":3877,"257":151,"26":457,"268":9,"27":159,"273":79,"276":93,"279":72,"28":789,"281":18,"282":86,"291":54,"292":99,"30":197,"302":27,"306":9,"31":129,"314":11,"32":53,"33":95,"34":121,"347":14,"35":122,"352":905,"36":191,"37":193,"38":669,"380":56,"381":118,"383":125,"389":1,"39":109,"391":60,"396":12,"397":82,"40":120,"409":73,"41":81,"414":140,"415":101,"419":8,"42":48,"426":26,"43":47,"430":108,"433":31,"44":37,"45":80,"46":231,"48":91,"49":83,"5":1572,"51":44,"52":100,"53":114,"56":15,"570":16,"6":424,"63":49,"7":900,"79":32,"8":212,"80":30,"9":811,"all_client":146886,"all_tv_clinet":27523,"insert_time":"2014-08-24T14:26:37.497Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118953,"10":91,"107":823,"11":898,"12":162,"13":723,"14":245,"15":193,"155":86,"156":71,"158":81,"159":23,"16":403,"160":60,"161":225,"167":53,"168":3,"17":176,"18":1000,"19":274,"20":142,"209":133,"21":693,"210":20,"211":3,"214":70,"215":395,"221":402,"223":682,"224":292,"225":655,"23":1100,"24":2348,"25":3898,"257":150,"26":459,"268":11,"27":159,"273":76,"276":90,"279":71,"28":768,"281":20,"282":84,"291":51,"292":85,"30":211,"302":29,"306":8,"31":131,"314":11,"32":53,"33":94,"34":123,"347":14,"35":112,"352":880,"36":195,"37":193,"38":667,"380":54,"381":116,"383":126,"389":1,"39":110,"391":63,"396":11,"397":82,"40":125,"409":79,"41":78,"414":130,"415":104,"419":7,"42":46,"426":30,"43":46,"430":110,"433":30,"44":30,"45":71,"46":238,"48":81,"49":84,"5":1587,"51":43,"52":104,"53":109,"56":15,"570":17,"6":410,"63":48,"7":858,"79":28,"8":215,"80":30,"9":808,"all_client":146245,"all_tv_clinet":27292,"insert_time":"2014-08-24T14:27:38.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118561,"10":89,"107":813,"11":910,"12":168,"13":722,"14":248,"15":191,"155":81,"156":72,"158":81,"159":18,"16":376,"160":63,"161":229,"167":55,"168":3,"17":173,"18":1015,"19":267,"20":151,"209":129,"21":697,"210":22,"211":2,"214":73,"215":391,"221":405,"223":690,"224":299,"225":652,"23":1069,"24":2340,"25":3841,"257":158,"26":467,"268":11,"27":158,"273":70,"276":87,"279":69,"28":763,"281":22,"282":83,"291":44,"292":80,"30":225,"302":27,"306":8,"31":129,"314":11,"32":55,"33":94,"34":126,"347":15,"35":115,"352":876,"36":193,"37":186,"38":659,"380":51,"381":117,"383":120,"389":1,"39":108,"391":63,"396":11,"397":79,"40":122,"409":85,"41":79,"414":126,"415":100,"419":7,"42":46,"426":33,"43":45,"430":110,"433":29,"44":32,"45":66,"46":231,"48":82,"49":86,"5":1623,"51":44,"52":101,"53":103,"56":15,"570":22,"6":394,"63":48,"7":813,"79":27,"8":220,"80":28,"9":803,"all_client":145697,"all_tv_clinet":27136,"insert_time":"2014-08-24T14:28:39.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":118125,"10":89,"107":798,"11":924,"12":171,"13":706,"14":254,"15":190,"155":76,"156":76,"158":82,"159":18,"16":351,"160":64,"161":229,"167":51,"168":3,"17":168,"18":1031,"19":262,"20":159,"209":127,"21":685,"210":22,"211":2,"214":73,"215":384,"221":399,"223":714,"224":315,"225":622,"23":1040,"24":2337,"25":3741,"257":155,"26":482,"268":10,"27":153,"273":64,"276":86,"279":69,"28":766,"281":24,"282":83,"291":39,"292":77,"30":233,"302":29,"306":11,"31":128,"314":11,"32":54,"33":91,"34":123,"347":13,"35":117,"352":873,"36":194,"37":193,"38":669,"380":50,"381":121,"383":124,"389":1,"39":112,"391":62,"396":10,"397":77,"40":120,"409":88,"41":76,"414":121,"415":106,"419":9,"42":46,"426":35,"43":43,"430":110,"433":29,"44":32,"45":63,"46":242,"48":82,"49":83,"5":1629,"51":43,"52":98,"53":101,"56":11,"570":24,"6":386,"63":49,"7":762,"79":27,"8":230,"80":27,"9":783,"all_client":145047,"all_tv_clinet":26922,"insert_time":"2014-08-24T14:29:41.548Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117637,"10":90,"107":792,"11":921,"12":172,"13":694,"14":250,"15":194,"155":67,"156":80,"158":83,"159":16,"16":340,"160":68,"161":235,"167":53,"168":3,"17":176,"18":1078,"19":268,"20":175,"209":121,"21":669,"210":23,"211":2,"214":73,"215":384,"221":386,"223":714,"224":324,"225":603,"23":1026,"24":2330,"25":3630,"257":161,"26":495,"268":10,"27":149,"273":66,"276":84,"279":69,"28":768,"281":25,"282":75,"291":29,"292":71,"30":251,"302":26,"306":10,"31":132,"314":11,"32":56,"33":83,"34":117,"347":11,"35":118,"352":889,"36":192,"37":203,"38":667,"380":49,"381":118,"383":129,"389":1,"39":115,"391":56,"396":10,"397":77,"40":124,"409":86,"41":81,"414":133,"415":110,"419":10,"42":49,"426":29,"43":38,"430":107,"433":31,"44":30,"45":60,"46":244,"48":84,"49":73,"5":1598,"51":45,"52":96,"53":100,"56":12,"570":25,"6":402,"63":53,"7":721,"79":27,"8":230,"80":29,"9":786,"all_client":144413,"all_tv_clinet":26776,"insert_time":"2014-08-24T14:30:42.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":117203,"10":90,"107":788,"11":941,"12":164,"13":672,"14":236,"15":198,"155":65,"156":79,"158":85,"159":16,"16":350,"160":67,"161":246,"167":52,"168":3,"17":177,"18":1088,"19":268,"20":180,"209":115,"21":630,"210":20,"211":2,"214":74,"215":386,"221":370,"223":721,"224":334,"225":604,"23":1026,"24":2335,"25":3633,"257":164,"26":508,"268":9,"27":143,"273":64,"276":82,"279":69,"28":758,"281":24,"282":76,"291":29,"292":67,"30":266,"302":26,"306":12,"31":128,"314":12,"32":51,"33":83,"34":111,"347":9,"35":118,"352":885,"36":195,"37":211,"38":666,"380":50,"381":119,"383":134,"389":1,"39":107,"391":65,"396":10,"397":63,"40":127,"409":86,"41":85,"414":141,"415":115,"419":12,"42":48,"426":23,"43":37,"430":108,"433":30,"44":27,"45":59,"46":252,"48":80,"49":70,"5":1505,"51":44,"52":96,"53":104,"56":13,"570":24,"6":421,"63":57,"7":680,"79":29,"8":228,"80":28,"9":763,"all_client":143825,"all_tv_clinet":26622,"insert_time":"2014-08-24T14:31:43.874Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116684,"10":95,"107":765,"11":934,"12":150,"13":635,"14":223,"15":188,"155":55,"156":79,"158":87,"159":14,"16":368,"160":69,"161":255,"167":52,"168":2,"17":177,"18":1124,"19":278,"20":190,"209":115,"21":617,"210":18,"211":2,"214":72,"215":389,"221":361,"223":740,"224":337,"225":622,"23":1016,"24":2308,"25":3673,"257":166,"26":511,"268":10,"27":129,"273":59,"276":83,"279":63,"28":751,"281":21,"282":82,"291":27,"292":64,"30":274,"302":26,"306":12,"31":122,"314":11,"32":47,"33":81,"34":108,"347":9,"35":112,"352":865,"36":191,"37":213,"38":645,"380":49,"381":126,"383":128,"389":1,"39":104,"391":67,"396":9,"397":48,"40":133,"409":91,"41":90,"414":131,"415":119,"419":11,"42":45,"426":28,"43":35,"430":103,"433":32,"44":25,"45":58,"46":255,"48":80,"49":69,"5":1424,"51":46,"52":98,"53":110,"56":14,"570":24,"6":437,"63":69,"7":635,"79":26,"8":226,"80":27,"9":755,"all_client":143104,"all_tv_clinet":26420,"insert_time":"2014-08-24T14:32:46.347Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":116191,"10":96,"107":745,"11":947,"12":133,"13":609,"14":212,"15":183,"155":40,"156":77,"158":88,"159":16,"16":389,"160":69,"161":262,"167":51,"168":1,"17":176,"18":1157,"19":285,"20":199,"209":108,"21":598,"210":17,"211":2,"214":70,"215":395,"221":359,"223":758,"224":340,"225":617,"23":1012,"24":2286,"25":3714,"257":163,"26":522,"268":9,"27":111,"273":60,"276":75,"279":62,"28":743,"281":21,"282":81,"291":27,"292":63,"30":277,"302":26,"306":15,"31":116,"314":12,"32":45,"33":80,"34":110,"347":13,"35":107,"352":881,"36":197,"37":208,"38":646,"380":48,"381":127,"383":125,"389":1,"39":104,"391":72,"396":8,"397":46,"40":135,"409":92,"41":82,"414":116,"415":115,"419":9,"42":43,"426":39,"43":34,"430":99,"433":34,"44":30,"45":56,"46":255,"48":77,"49":70,"5":1334,"51":47,"52":102,"53":113,"56":13,"570":23,"6":435,"63":67,"7":596,"79":26,"8":235,"80":27,"9":748,"all_client":142455,"all_tv_clinet":26264,"insert_time":"2014-08-24T14:33:47.725Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115586,"10":93,"107":736,"11":958,"12":119,"13":593,"14":218,"15":186,"155":34,"156":81,"158":88,"159":18,"16":394,"160":72,"161":242,"167":52,"168":1,"17":177,"18":1169,"19":282,"20":204,"209":109,"21":594,"210":17,"211":2,"214":69,"215":403,"221":358,"223":744,"224":336,"225":630,"23":1000,"24":2270,"25":3767,"257":160,"26":527,"268":9,"27":110,"273":58,"276":70,"279":60,"28":725,"281":19,"282":85,"291":23,"292":62,"30":283,"302":27,"306":15,"31":117,"314":11,"32":51,"33":82,"34":111,"347":10,"35":104,"352":882,"36":203,"37":207,"38":645,"380":47,"381":123,"383":116,"389":1,"39":100,"391":70,"396":8,"397":53,"40":134,"409":88,"41":76,"414":111,"415":115,"419":7,"42":37,"426":45,"43":36,"430":96,"433":34,"44":33,"45":60,"46":258,"48":77,"49":69,"5":1260,"51":47,"52":102,"53":107,"56":15,"570":23,"6":434,"63":65,"7":582,"79":25,"8":241,"80":28,"9":738,"all_client":141719,"all_tv_clinet":26133,"insert_time":"2014-08-24T14:34:48.776Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":115050,"10":90,"107":728,"11":945,"12":115,"13":589,"14":221,"15":184,"155":33,"156":81,"158":88,"159":18,"16":405,"160":74,"161":228,"167":56,"168":1,"17":167,"18":1166,"19":294,"20":204,"209":107,"21":561,"210":16,"211":2,"214":67,"215":405,"221":367,"223":714,"224":340,"225":632,"23":1002,"24":2277,"25":3787,"257":161,"26":533,"268":11,"27":105,"273":61,"276":65,"279":59,"28":704,"281":19,"282":84,"291":21,"292":65,"30":277,"302":28,"306":15,"31":123,"314":11,"32":51,"33":85,"34":112,"347":10,"35":110,"352":875,"36":208,"37":219,"38":643,"380":47,"381":119,"383":116,"389":1,"39":101,"391":72,"396":8,"397":65,"40":125,"409":76,"41":76,"414":118,"415":114,"419":7,"42":38,"426":42,"43":36,"430":91,"433":35,"44":32,"45":57,"46":264,"48":77,"49":65,"5":1215,"51":44,"52":104,"53":109,"56":18,"570":22,"6":415,"63":57,"7":581,"79":27,"8":249,"80":28,"9":711,"all_client":141031,"all_tv_clinet":25981,"insert_time":"2014-08-24T14:35:49.832Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":114472,"10":92,"107":727,"11":948,"12":102,"13":565,"14":225,"15":177,"155":30,"156":79,"158":87,"159":19,"16":418,"160":72,"161":215,"167":55,"168":1,"17":150,"18":1190,"19":307,"20":205,"209":112,"21":542,"210":16,"211":2,"214":68,"215":414,"221":360,"223":698,"224":340,"225":632,"23":972,"24":2296,"25":3835,"257":162,"26":531,"268":11,"27":101,"273":57,"276":60,"279":63,"28":689,"281":18,"282":84,"291":23,"292":64,"30":283,"302":25,"306":16,"31":129,"314":10,"317":1,"32":49,"33":85,"34":111,"347":10,"35":106,"352":873,"36":195,"37":222,"38":645,"380":47,"381":120,"383":113,"389":1,"39":100,"391":75,"396":5,"397":72,"40":119,"409":71,"41":70,"414":123,"415":107,"419":6,"42":37,"426":39,"43":36,"430":84,"433":35,"44":31,"45":57,"46":267,"48":74,"49":63,"5":1164,"51":47,"52":104,"53":116,"56":18,"570":21,"6":410,"63":54,"7":580,"79":29,"8":257,"80":29,"9":714,"all_client":140341,"all_tv_clinet":25869,"insert_time":"2014-08-24T14:36:50.888Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113898,"10":89,"107":700,"11":947,"12":97,"13":548,"14":229,"15":179,"155":33,"156":76,"158":87,"159":21,"16":420,"160":70,"161":212,"167":55,"168":1,"17":134,"18":1209,"19":311,"20":204,"209":116,"21":529,"210":14,"211":2,"214":68,"215":417,"221":363,"223":687,"224":339,"225":635,"23":972,"24":2254,"25":3850,"257":162,"26":539,"268":11,"27":95,"273":57,"276":59,"279":63,"28":669,"281":16,"282":87,"291":24,"292":70,"30":285,"302":21,"306":17,"31":133,"314":8,"317":1,"32":44,"33":86,"34":117,"347":11,"35":101,"352":870,"36":191,"37":227,"38":643,"380":46,"381":118,"383":115,"389":1,"39":109,"391":75,"396":5,"397":76,"40":111,"409":73,"41":68,"414":123,"415":111,"419":5,"42":38,"426":35,"43":32,"430":81,"433":33,"44":29,"45":56,"46":267,"48":73,"49":62,"5":1123,"51":48,"52":105,"53":117,"56":16,"570":21,"6":405,"63":52,"7":564,"79":30,"8":256,"80":29,"9":695,"all_client":139576,"all_tv_clinet":25678,"insert_time":"2014-08-24T14:37:51.905Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":113253,"10":91,"107":693,"11":950,"12":97,"13":538,"14":233,"15":184,"155":30,"156":70,"158":81,"159":21,"16":422,"160":71,"161":199,"167":55,"168":1,"17":125,"18":1220,"19":311,"20":211,"209":116,"21":511,"210":15,"211":2,"214":67,"215":417,"221":360,"223":687,"224":350,"225":649,"23":965,"24":2220,"25":3868,"257":159,"26":534,"268":13,"27":88,"273":57,"276":58,"279":70,"28":648,"281":16,"282":85,"291":24,"292":74,"30":288,"302":18,"306":18,"31":124,"314":8,"32":43,"33":83,"34":120,"347":10,"35":98,"352":867,"36":190,"37":223,"38":654,"380":47,"381":121,"383":110,"389":1,"39":112,"391":78,"396":6,"397":74,"40":104,"409":71,"41":62,"414":118,"415":105,"419":5,"42":39,"426":34,"43":39,"430":81,"433":30,"44":35,"45":59,"46":264,"48":72,"49":59,"5":1115,"51":45,"52":106,"53":117,"56":15,"570":20,"6":403,"63":54,"7":555,"79":29,"8":260,"80":30,"9":678,"all_client":138806,"all_tv_clinet":25553,"insert_time":"2014-08-24T14:38:52.912Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112618,"10":92,"107":680,"11":946,"12":93,"13":508,"14":232,"15":190,"155":32,"156":67,"158":74,"159":27,"16":430,"160":67,"161":199,"167":55,"168":1,"17":123,"18":1210,"19":311,"20":216,"209":124,"21":498,"210":14,"211":2,"214":68,"215":405,"221":365,"223":690,"224":351,"225":672,"23":920,"24":2161,"25":3884,"257":160,"26":533,"268":15,"27":82,"273":57,"276":61,"279":70,"28":637,"281":15,"282":93,"291":24,"292":79,"30":293,"302":16,"306":17,"31":119,"314":8,"32":39,"33":79,"34":127,"347":9,"35":98,"352":849,"36":192,"37":219,"38":650,"380":47,"381":124,"383":108,"389":1,"39":108,"391":79,"396":5,"397":76,"40":95,"409":72,"41":62,"414":120,"415":102,"419":5,"42":36,"426":33,"43":43,"430":80,"433":31,"44":35,"45":54,"46":268,"48":73,"49":56,"5":1095,"51":41,"52":107,"53":113,"56":16,"570":22,"6":398,"63":53,"7":570,"79":30,"8":271,"80":30,"9":662,"all_client":137987,"all_tv_clinet":25369,"insert_time":"2014-08-24T14:39:53.870Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":112010,"10":98,"107":682,"11":932,"12":97,"13":498,"14":236,"15":185,"155":31,"156":65,"158":61,"159":28,"16":429,"160":60,"161":201,"167":59,"168":1,"17":114,"18":1218,"19":310,"20":220,"209":129,"21":483,"210":18,"211":1,"214":67,"215":390,"221":347,"223":694,"224":358,"225":694,"23":861,"24":2111,"25":3896,"257":159,"26":522,"268":14,"27":78,"273":58,"276":59,"279":69,"28":633,"281":17,"282":99,"291":23,"292":76,"30":298,"302":19,"306":17,"31":110,"314":8,"32":44,"33":81,"34":132,"347":11,"35":102,"352":847,"36":191,"37":218,"38":637,"380":48,"381":121,"383":107,"389":1,"39":109,"391":83,"396":6,"397":82,"40":96,"409":76,"41":58,"414":112,"415":106,"419":4,"42":31,"426":30,"43":48,"430":78,"433":30,"44":40,"45":51,"46":269,"48":73,"49":52,"5":1065,"51":42,"52":105,"53":114,"56":16,"570":17,"6":390,"63":52,"7":579,"79":37,"8":273,"80":30,"9":649,"all_client":137186,"all_tv_clinet":25176,"insert_time":"2014-08-24T14:40:55.202Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":111492,"10":102,"107":678,"11":947,"12":88,"13":469,"14":232,"15":187,"155":32,"156":62,"158":61,"159":30,"16":433,"160":46,"161":208,"167":54,"168":1,"17":109,"18":1225,"19":316,"20":208,"209":135,"21":471,"210":21,"211":1,"214":69,"215":378,"221":341,"223":669,"224":350,"225":679,"23":820,"24":2067,"25":3897,"257":157,"26":534,"268":14,"27":78,"273":61,"276":57,"279":68,"28":627,"281":18,"282":103,"291":20,"292":68,"30":304,"302":19,"306":15,"31":101,"314":10,"32":44,"33":79,"34":129,"347":13,"35":96,"352":851,"36":184,"37":208,"38":623,"380":48,"381":130,"383":104,"389":1,"39":107,"391":89,"396":9,"397":88,"40":89,"409":77,"41":59,"414":103,"415":104,"419":6,"42":30,"426":24,"43":51,"430":77,"433":33,"434":1,"44":40,"45":51,"46":269,"48":71,"49":52,"5":1050,"51":43,"52":109,"53":111,"56":16,"570":13,"6":377,"63":48,"7":608,"79":45,"8":272,"80":26,"9":647,"all_client":136437,"all_tv_clinet":24945,"insert_time":"2014-08-24T14:41:56.248Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110868,"10":99,"107":664,"11":947,"12":88,"13":449,"14":230,"15":189,"155":31,"156":57,"158":58,"159":31,"16":437,"160":42,"161":204,"167":53,"168":1,"17":108,"18":1208,"19":315,"20":211,"209":132,"21":469,"210":23,"211":1,"214":69,"215":366,"221":340,"223":659,"224":331,"225":682,"23":815,"24":2050,"25":3900,"257":152,"26":533,"268":15,"27":75,"273":57,"276":57,"279":72,"28":616,"281":18,"282":105,"291":19,"292":61,"30":302,"302":19,"306":15,"31":95,"314":9,"32":48,"33":79,"34":127,"347":13,"35":98,"352":853,"36":188,"37":210,"38":612,"380":42,"381":135,"383":101,"389":1,"39":110,"391":92,"396":9,"397":86,"40":92,"409":79,"41":57,"414":101,"415":95,"419":7,"42":32,"426":19,"43":52,"430":73,"433":32,"434":1,"44":43,"45":53,"46":275,"48":70,"49":55,"5":1042,"51":42,"52":109,"53":117,"56":15,"570":12,"6":356,"63":50,"7":627,"79":45,"8":272,"80":27,"9":655,"all_client":135656,"all_tv_clinet":24788,"insert_time":"2014-08-24T14:42:57.206Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":110347,"10":93,"107":645,"11":959,"12":80,"13":441,"14":228,"15":191,"155":31,"156":54,"158":63,"159":29,"16":444,"160":43,"161":204,"167":51,"168":1,"17":104,"18":1205,"19":316,"20":214,"209":137,"21":458,"210":23,"211":1,"214":70,"215":369,"221":349,"223":647,"224":315,"225":689,"23":819,"24":2040,"25":3898,"257":155,"26":532,"268":15,"27":77,"273":46,"276":56,"279":75,"28":617,"281":17,"282":103,"291":20,"292":60,"30":294,"302":18,"306":17,"31":96,"314":7,"32":46,"33":77,"34":124,"347":13,"35":99,"352":843,"36":191,"37":213,"38":591,"380":39,"381":138,"383":98,"389":2,"39":105,"391":94,"396":7,"397":79,"40":90,"409":76,"41":50,"414":92,"415":94,"419":7,"42":35,"426":17,"43":53,"430":72,"431":1,"433":31,"434":1,"44":45,"45":48,"46":278,"48":69,"49":56,"5":1021,"51":44,"52":113,"53":110,"56":14,"570":11,"6":327,"63":51,"7":624,"79":39,"8":262,"80":26,"9":664,"all_client":134943,"all_tv_clinet":24596,"insert_time":"2014-08-24T14:43:58.335Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109820,"10":86,"107":644,"11":952,"12":72,"13":426,"14":229,"15":178,"155":33,"156":47,"158":63,"159":29,"16":440,"160":46,"161":198,"167":51,"168":1,"17":99,"18":1203,"19":308,"20":214,"209":132,"21":446,"210":23,"211":1,"214":72,"215":354,"221":344,"223":636,"224":302,"225":738,"23":810,"24":2013,"25":3896,"257":156,"26":547,"268":14,"27":75,"273":41,"276":53,"279":74,"28":613,"281":19,"282":101,"291":20,"292":61,"30":297,"302":20,"306":16,"31":96,"314":6,"32":47,"33":77,"34":130,"347":13,"35":97,"352":860,"36":195,"37":209,"38":575,"380":35,"381":136,"383":97,"389":2,"39":104,"391":96,"396":6,"397":79,"40":80,"409":77,"41":52,"414":88,"415":94,"419":6,"42":34,"426":16,"43":54,"430":72,"431":1,"433":30,"434":1,"44":51,"45":45,"46":277,"48":65,"49":60,"5":1018,"51":45,"52":111,"53":105,"56":12,"570":9,"6":319,"63":51,"7":601,"79":35,"8":236,"80":23,"9":668,"all_client":134209,"all_tv_clinet":24389,"insert_time":"2014-08-24T14:44:59.397Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":109253,"10":84,"107":651,"11":953,"12":69,"13":433,"14":231,"15":173,"155":33,"156":44,"158":63,"159":29,"16":439,"160":43,"161":189,"167":50,"168":1,"17":88,"18":1192,"19":313,"20":209,"209":129,"21":426,"210":24,"211":1,"214":73,"215":345,"221":340,"223":616,"224":294,"225":763,"23":782,"24":2002,"25":3912,"257":162,"26":546,"268":13,"27":80,"273":41,"276":51,"279":76,"28":622,"281":20,"282":102,"291":19,"292":62,"30":294,"302":20,"306":17,"31":89,"314":5,"32":47,"33":78,"34":126,"347":11,"35":93,"352":849,"36":189,"37":197,"38":574,"380":33,"381":130,"383":98,"389":2,"39":104,"391":92,"396":6,"397":78,"40":81,"409":73,"41":49,"414":83,"415":94,"419":6,"42":36,"426":15,"43":59,"430":73,"431":1,"433":29,"434":1,"44":54,"45":42,"46":278,"48":63,"49":66,"5":1002,"51":44,"52":107,"53":107,"56":10,"570":9,"6":310,"63":48,"7":586,"79":35,"8":217,"80":22,"9":661,"all_client":133434,"all_tv_clinet":24181,"insert_time":"2014-08-24T14:46:00.393Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108740,"10":91,"107":665,"11":950,"12":64,"13":430,"14":228,"15":167,"155":32,"156":44,"158":61,"159":30,"16":449,"160":44,"161":185,"167":49,"168":1,"17":85,"18":1172,"19":314,"20":208,"209":124,"21":424,"210":22,"211":1,"214":72,"215":335,"221":331,"223":601,"224":300,"225":754,"23":772,"24":1981,"25":3879,"257":161,"26":554,"268":13,"27":80,"273":43,"276":49,"279":77,"28":629,"281":22,"282":98,"291":19,"292":60,"30":289,"302":22,"306":17,"31":80,"314":6,"32":51,"33":76,"34":115,"347":9,"35":92,"352":836,"36":180,"37":192,"38":562,"380":34,"381":129,"383":96,"389":1,"39":102,"391":93,"396":6,"397":78,"40":81,"409":71,"41":46,"414":77,"415":92,"419":6,"42":33,"426":14,"43":63,"430":70,"431":1,"433":30,"434":1,"44":55,"45":40,"46":271,"48":62,"49":75,"5":1021,"51":41,"52":95,"53":101,"56":11,"570":9,"6":309,"63":50,"7":586,"79":34,"8":215,"80":21,"9":662,"all_client":132719,"all_tv_clinet":23979,"insert_time":"2014-08-24T14:47:01.377Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":108186,"10":93,"107":639,"11":969,"12":69,"13":428,"14":234,"15":164,"155":32,"156":47,"158":64,"159":30,"16":448,"160":46,"161":188,"167":50,"168":1,"17":83,"18":1134,"19":319,"20":219,"209":125,"21":411,"210":20,"211":1,"214":71,"215":338,"221":331,"223":612,"224":313,"225":769,"23":729,"24":1964,"25":3784,"257":152,"26":559,"268":12,"27":82,"273":48,"276":49,"279":79,"28":627,"281":21,"282":96,"291":19,"292":63,"30":291,"302":25,"306":17,"31":68,"314":6,"32":51,"33":75,"34":111,"347":7,"35":90,"352":825,"36":184,"37":184,"38":562,"380":31,"381":126,"383":92,"389":1,"39":100,"391":94,"396":6,"397":78,"40":84,"409":64,"41":49,"414":75,"415":88,"419":6,"42":33,"426":15,"43":68,"430":69,"431":1,"433":31,"434":1,"44":54,"45":42,"46":274,"48":61,"49":85,"5":1023,"51":46,"52":84,"53":99,"56":13,"570":8,"6":316,"63":48,"7":594,"79":34,"8":214,"80":20,"9":654,"all_client":131995,"all_tv_clinet":23809,"insert_time":"2014-08-24T14:48:02.675Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107602,"10":94,"107":630,"11":982,"12":75,"13":416,"14":240,"15":156,"155":36,"156":46,"158":62,"159":27,"16":453,"160":42,"161":198,"167":50,"168":2,"17":85,"18":1117,"19":323,"20":212,"209":125,"21":403,"210":20,"211":1,"214":70,"215":341,"221":318,"223":639,"224":329,"225":772,"23":702,"24":1933,"25":3661,"257":153,"26":559,"268":13,"27":79,"273":48,"276":49,"279":76,"28":632,"281":20,"282":92,"291":18,"292":62,"30":291,"302":24,"306":19,"31":68,"314":6,"32":48,"33":71,"34":113,"347":5,"35":94,"352":825,"36":196,"37":191,"38":579,"380":30,"381":122,"383":96,"389":1,"39":102,"391":94,"396":4,"397":76,"40":88,"409":64,"41":49,"414":66,"415":91,"419":4,"42":31,"426":15,"43":69,"430":69,"431":1,"433":32,"434":1,"44":49,"45":43,"46":265,"48":61,"49":93,"5":1036,"51":47,"52":81,"53":104,"56":13,"570":8,"6":319,"63":48,"7":596,"79":32,"8":206,"80":21,"9":629,"all_client":131249,"all_tv_clinet":23647,"insert_time":"2014-08-24T14:49:03.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":107091,"10":91,"107":621,"11":995,"12":92,"13":410,"14":242,"15":151,"155":40,"156":41,"158":57,"159":29,"16":466,"160":40,"161":195,"167":51,"168":2,"17":87,"18":1115,"19":333,"20":210,"209":123,"21":388,"210":21,"211":1,"214":72,"215":332,"221":306,"223":639,"224":331,"225":804,"23":666,"24":1912,"25":3621,"257":149,"26":575,"268":11,"27":78,"273":44,"276":49,"279":79,"28":635,"281":21,"282":91,"291":18,"292":64,"30":290,"302":23,"306":19,"31":65,"314":7,"32":44,"33":69,"34":111,"347":5,"35":92,"352":790,"36":189,"37":183,"38":587,"380":29,"381":121,"383":96,"389":1,"39":97,"391":94,"396":3,"397":73,"40":82,"409":60,"41":52,"414":61,"415":93,"419":4,"42":35,"426":15,"43":75,"430":69,"431":1,"433":33,"434":1,"44":50,"45":41,"46":265,"48":59,"49":100,"5":1042,"51":49,"52":77,"53":105,"56":12,"570":8,"6":301,"63":51,"7":576,"79":31,"8":196,"80":19,"9":589,"all_client":130529,"all_tv_clinet":23438,"insert_time":"2014-08-24T14:50:04.954Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106557,"10":90,"107":612,"11":979,"12":106,"13":423,"14":230,"15":145,"155":38,"156":43,"158":48,"159":27,"16":477,"160":40,"161":193,"167":48,"168":2,"17":92,"18":1130,"19":328,"20":207,"209":117,"21":376,"210":22,"211":1,"214":72,"215":325,"221":296,"223":635,"224":295,"225":817,"23":654,"24":1893,"25":3602,"257":152,"26":586,"268":11,"27":79,"273":44,"276":46,"279":78,"28":631,"281":22,"282":97,"291":17,"292":64,"30":287,"302":23,"306":19,"31":67,"314":6,"32":42,"33":68,"34":112,"347":5,"35":87,"352":790,"36":181,"37":185,"38":591,"380":30,"381":120,"383":96,"389":1,"39":96,"391":95,"396":3,"397":69,"40":82,"409":55,"41":60,"414":58,"415":100,"419":5,"42":36,"426":14,"43":76,"430":62,"431":1,"433":35,"434":1,"44":50,"45":39,"46":266,"48":60,"49":106,"5":1060,"51":45,"52":71,"53":102,"56":11,"570":9,"6":272,"63":50,"7":553,"79":28,"8":187,"80":19,"9":552,"all_client":129785,"all_tv_clinet":23228,"insert_time":"2014-08-24T14:51:06.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":106026,"10":93,"107":631,"11":966,"12":120,"13":419,"14":227,"15":140,"155":38,"156":41,"158":44,"159":26,"16":485,"160":38,"161":182,"167":49,"168":2,"17":91,"18":1133,"19":334,"20":220,"209":106,"21":384,"210":22,"211":1,"214":72,"215":326,"221":287,"223":616,"224":260,"225":821,"23":670,"24":1888,"25":3492,"257":150,"26":600,"268":13,"27":79,"273":51,"276":42,"279":79,"28":627,"281":23,"282":96,"291":17,"292":67,"30":284,"302":25,"306":18,"31":68,"314":8,"32":42,"33":69,"34":120,"347":6,"35":85,"352":781,"36":180,"37":182,"38":582,"380":30,"381":122,"383":103,"389":1,"39":95,"391":94,"396":3,"397":63,"40":84,"409":52,"41":56,"414":54,"415":101,"419":5,"42":40,"426":9,"43":78,"430":59,"431":1,"433":38,"434":1,"44":53,"45":36,"46":264,"48":57,"49":99,"5":1084,"51":41,"52":68,"53":96,"56":13,"570":10,"6":254,"63":49,"7":544,"79":27,"8":189,"80":20,"9":535,"all_client":129072,"all_tv_clinet":23046,"insert_time":"2014-08-24T14:52:07.525Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":105376,"10":94,"107":641,"11":961,"12":139,"13":415,"14":234,"15":130,"155":37,"156":40,"158":46,"159":24,"16":483,"160":37,"161":176,"167":50,"168":2,"17":91,"18":1142,"19":341,"20":231,"209":94,"21":385,"210":21,"211":1,"214":72,"215":317,"221":280,"223":604,"224":222,"225":825,"23":704,"24":1899,"25":3305,"257":147,"26":606,"268":12,"27":81,"273":51,"276":43,"279":79,"28":650,"281":22,"282":101,"291":17,"292":67,"30":285,"302":26,"306":18,"31":71,"314":10,"32":40,"33":70,"34":127,"347":8,"35":80,"352":801,"36":180,"37":191,"38":578,"380":29,"381":125,"383":103,"389":1,"39":102,"391":95,"396":3,"397":60,"40":91,"409":50,"41":58,"414":47,"415":101,"419":5,"42":42,"426":9,"43":74,"430":58,"431":1,"433":41,"434":1,"44":55,"45":36,"46":266,"48":59,"49":108,"5":1126,"51":42,"52":61,"53":93,"56":13,"570":9,"6":234,"63":45,"7":557,"79":28,"8":194,"80":21,"9":521,"all_client":128344,"all_tv_clinet":22968,"insert_time":"2014-08-24T14:53:08.698Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104767,"10":90,"107":630,"11":963,"12":160,"13":415,"14":256,"15":124,"155":39,"156":40,"158":44,"159":25,"16":489,"160":38,"161":180,"167":48,"168":2,"17":91,"18":1138,"19":345,"20":237,"209":90,"21":393,"210":19,"211":1,"214":74,"215":321,"221":267,"223":608,"224":211,"225":840,"23":720,"24":1890,"25":3095,"257":143,"26":577,"268":14,"27":81,"273":48,"276":44,"279":77,"28":657,"281":22,"282":105,"291":18,"292":65,"30":291,"302":31,"306":19,"31":72,"314":12,"32":41,"33":75,"34":136,"347":9,"35":73,"352":790,"36":181,"37":193,"38":584,"380":30,"381":126,"383":101,"39":99,"391":98,"396":2,"397":56,"40":90,"409":47,"41":58,"414":42,"415":102,"419":2,"42":46,"426":9,"43":81,"430":60,"431":1,"433":46,"44":57,"45":34,"46":265,"48":59,"49":109,"5":1160,"51":39,"52":64,"53":91,"56":12,"570":10,"6":215,"63":42,"7":571,"79":30,"8":195,"80":23,"9":481,"all_client":127561,"all_tv_clinet":22794,"insert_time":"2014-08-24T14:54:09.771Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":104243,"10":95,"107":631,"11":980,"12":179,"13":405,"14":277,"15":114,"155":39,"156":37,"158":41,"159":25,"16":496,"160":41,"161":186,"167":45,"168":2,"17":93,"18":1138,"19":352,"20":235,"209":84,"21":382,"210":19,"211":1,"214":75,"215":319,"221":271,"223":606,"224":217,"225":842,"23":741,"24":1905,"25":2934,"257":132,"26":505,"268":15,"27":78,"273":51,"276":44,"279":78,"28":657,"281":22,"282":108,"291":18,"292":60,"30":298,"302":32,"306":19,"31":78,"314":11,"32":41,"33":79,"34":140,"347":8,"35":70,"352":796,"36":183,"37":195,"38":601,"380":32,"381":125,"383":99,"39":89,"391":101,"396":2,"397":59,"40":98,"409":43,"41":58,"414":41,"415":105,"419":3,"42":44,"426":8,"43":85,"430":56,"431":1,"433":47,"44":56,"45":36,"46":266,"48":60,"49":109,"5":1183,"51":38,"52":63,"53":87,"56":14,"570":5,"6":196,"63":40,"7":588,"79":28,"8":194,"80":23,"9":447,"all_client":126898,"all_tv_clinet":22655,"insert_time":"2014-08-24T14:55:10.662Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103780,"10":95,"107":624,"11":976,"12":201,"13":398,"14":299,"15":112,"155":40,"156":35,"158":40,"159":27,"16":508,"160":38,"161":182,"167":43,"168":4,"17":94,"18":1117,"19":349,"20":242,"209":85,"21":381,"210":18,"211":1,"214":76,"215":318,"221":280,"223":563,"224":215,"225":844,"23":767,"24":1897,"25":2805,"257":125,"26":439,"268":15,"27":78,"273":51,"276":43,"279":78,"28":661,"281":21,"282":110,"291":18,"292":57,"30":306,"302":26,"306":18,"31":71,"314":9,"32":41,"33":83,"34":140,"347":8,"35":74,"352":789,"36":187,"37":194,"38":597,"380":35,"381":123,"383":103,"39":85,"391":104,"396":3,"397":59,"40":98,"409":39,"41":62,"414":39,"415":106,"419":4,"42":40,"426":7,"43":87,"430":57,"431":1,"433":51,"44":65,"45":37,"46":274,"48":63,"49":107,"5":1205,"51":43,"52":67,"53":85,"56":12,"570":6,"6":189,"63":36,"7":608,"79":29,"8":194,"80":23,"9":415,"all_client":126254,"all_tv_clinet":22474,"insert_time":"2014-08-24T14:56:11.553Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":103137,"10":100,"107":625,"11":930,"12":212,"13":408,"14":317,"15":109,"155":43,"156":35,"158":40,"159":24,"16":517,"160":34,"161":183,"167":44,"168":4,"17":95,"18":1122,"19":349,"20":243,"209":82,"21":382,"210":17,"211":1,"214":77,"215":324,"221":278,"223":501,"224":215,"225":837,"23":784,"24":1909,"25":2738,"257":120,"26":383,"268":14,"27":79,"273":53,"276":43,"279":79,"28":670,"281":21,"282":113,"291":17,"292":56,"30":310,"302":22,"306":18,"31":69,"314":9,"32":40,"33":79,"34":142,"347":10,"35":71,"352":779,"36":191,"37":200,"38":595,"380":37,"381":130,"383":106,"39":83,"391":103,"396":1,"397":60,"40":94,"409":42,"41":64,"414":37,"415":104,"419":4,"42":41,"426":7,"43":92,"430":56,"431":1,"433":54,"44":66,"45":37,"46":269,"48":67,"49":106,"5":1220,"51":48,"52":69,"53":80,"56":12,"570":5,"6":186,"63":38,"7":639,"79":26,"8":196,"80":24,"9":394,"all_client":125497,"all_tv_clinet":22360,"insert_time":"2014-08-24T14:57:12.409Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":102436,"10":94,"107":614,"11":893,"12":206,"13":401,"14":335,"15":105,"155":45,"156":35,"158":38,"159":24,"16":532,"160":34,"161":189,"167":46,"168":3,"17":96,"18":1112,"19":352,"20":250,"209":76,"21":381,"210":15,"214":75,"215":316,"221":278,"223":490,"224":215,"225":851,"23":784,"24":1904,"25":2650,"257":114,"26":357,"268":13,"27":82,"273":51,"276":41,"279":81,"28":686,"281":20,"282":115,"291":17,"292":57,"30":310,"302":25,"306":20,"31":66,"314":9,"32":47,"33":79,"34":144,"347":10,"35":65,"352":793,"36":180,"37":203,"38":588,"380":40,"381":129,"383":104,"39":76,"391":101,"396":1,"397":61,"40":95,"409":45,"41":64,"414":38,"415":107,"419":2,"42":41,"426":7,"43":94,"430":56,"431":1,"433":59,"44":69,"45":35,"46":273,"48":70,"49":108,"5":1240,"51":47,"52":70,"53":78,"56":12,"570":5,"6":175,"63":35,"7":643,"79":32,"8":191,"80":23,"9":363,"all_client":124638,"all_tv_clinet":22202,"insert_time":"2014-08-24T14:58:13.468Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101795,"10":97,"107":608,"11":833,"12":195,"13":400,"14":347,"15":108,"155":44,"156":34,"158":38,"159":22,"16":534,"160":34,"161":195,"167":48,"168":3,"17":96,"18":1110,"19":359,"20":256,"209":69,"21":391,"210":17,"214":76,"215":310,"221":274,"223":494,"224":212,"225":849,"23":795,"24":1894,"25":2566,"257":107,"26":334,"268":13,"27":88,"273":47,"276":40,"279":84,"28":694,"281":18,"282":118,"291":15,"292":60,"30":286,"302":30,"306":19,"31":63,"314":13,"32":50,"33":78,"34":152,"347":11,"35":59,"352":792,"36":178,"37":203,"38":566,"380":44,"381":127,"383":99,"389":1,"39":71,"391":95,"396":1,"397":60,"40":94,"409":47,"41":60,"414":41,"415":105,"419":3,"42":37,"426":5,"43":96,"430":56,"431":1,"433":64,"44":70,"45":31,"46":276,"48":75,"49":113,"5":1268,"51":46,"52":75,"53":83,"56":12,"570":5,"6":173,"63":33,"7":653,"79":29,"8":197,"80":23,"9":346,"all_client":123836,"all_tv_clinet":22041,"insert_time":"2014-08-24T14:59:14.304Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":101167,"10":104,"107":625,"11":812,"12":209,"13":391,"14":349,"15":103,"155":42,"156":34,"158":39,"159":20,"16":544,"160":35,"161":185,"167":44,"168":3,"17":94,"18":1075,"19":363,"20":266,"209":63,"21":406,"210":18,"214":72,"215":302,"221":277,"223":504,"224":195,"225":847,"23":813,"24":1877,"25":2443,"257":110,"26":306,"268":12,"27":94,"273":45,"276":38,"279":82,"28":693,"281":19,"282":123,"291":16,"292":59,"30":247,"302":29,"306":20,"31":62,"314":13,"32":51,"33":79,"34":152,"347":12,"35":58,"352":782,"36":184,"37":207,"38":553,"380":45,"381":119,"383":99,"389":1,"39":68,"391":88,"396":2,"397":61,"40":98,"409":46,"41":55,"414":43,"415":110,"419":3,"42":36,"426":4,"43":96,"430":56,"431":1,"433":67,"44":64,"45":26,"46":286,"48":75,"49":116,"5":1276,"51":43,"52":74,"53":89,"56":12,"570":5,"6":180,"63":34,"7":650,"79":25,"8":195,"80":23,"9":326,"all_client":122964,"all_tv_clinet":21797,"insert_time":"2014-08-24T15:00:15.156Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":100330,"10":115,"107":619,"11":790,"12":221,"13":390,"14":351,"15":96,"155":41,"156":33,"158":36,"159":17,"16":542,"160":35,"161":180,"167":40,"168":3,"17":95,"18":1034,"19":373,"20":276,"209":60,"21":414,"210":18,"214":73,"215":304,"221":287,"223":489,"224":170,"225":864,"23":804,"24":1891,"25":2305,"257":104,"26":292,"268":12,"27":103,"273":42,"276":36,"279":77,"28":657,"281":17,"282":123,"291":17,"292":60,"30":210,"302":28,"306":19,"31":63,"314":12,"32":47,"33":74,"34":153,"347":13,"35":60,"352":763,"36":179,"37":208,"38":558,"380":45,"381":115,"383":102,"389":1,"39":65,"391":86,"396":2,"397":61,"40":99,"409":47,"41":58,"414":38,"415":111,"419":3,"42":40,"426":5,"43":97,"430":59,"433":74,"44":60,"45":26,"46":298,"48":80,"49":122,"5":1286,"51":44,"52":72,"53":91,"56":12,"570":5,"6":188,"63":34,"7":661,"79":18,"8":202,"80":22,"9":303,"all_client":121855,"all_tv_clinet":21525,"insert_time":"2014-08-24T15:01:16.691Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":99529,"10":117,"107":621,"11":778,"12":227,"13":388,"14":354,"15":88,"155":40,"156":33,"158":34,"159":17,"16":534,"160":34,"161":171,"167":41,"168":2,"17":97,"18":989,"19":390,"20":275,"209":60,"21":398,"210":18,"214":75,"215":292,"221":287,"223":475,"224":149,"225":906,"23":813,"24":1896,"25":2142,"257":106,"26":276,"268":13,"27":103,"273":42,"276":37,"279":71,"28":635,"281":15,"282":124,"291":16,"292":60,"30":185,"302":27,"306":19,"31":61,"314":12,"32":48,"33":70,"34":153,"347":13,"35":57,"352":741,"36":185,"37":208,"38":561,"380":46,"381":109,"383":97,"389":1,"39":65,"391":81,"396":2,"397":59,"40":98,"409":52,"41":59,"414":37,"415":111,"419":3,"42":42,"426":5,"43":102,"430":58,"433":81,"44":56,"45":27,"46":289,"48":81,"49":124,"5":1298,"51":39,"52":72,"53":95,"56":12,"570":5,"6":198,"63":37,"7":649,"79":17,"8":202,"80":22,"9":307,"all_client":120746,"all_tv_clinet":21217,"insert_time":"2014-08-24T15:02:17.647Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":98651,"10":119,"107":625,"11":750,"12":229,"13":379,"14":353,"15":95,"155":39,"156":36,"158":34,"159":17,"16":534,"160":35,"161":176,"167":39,"168":2,"17":95,"18":964,"19":392,"20":266,"209":57,"21":379,"210":18,"211":1,"214":76,"215":294,"221":297,"223":471,"224":137,"225":924,"23":825,"24":1893,"25":1989,"257":103,"26":248,"268":13,"27":105,"273":41,"276":38,"279":71,"28":613,"281":13,"282":121,"291":16,"292":55,"30":164,"302":26,"306":19,"31":58,"314":12,"32":48,"33":71,"34":152,"347":12,"35":56,"352":725,"36":177,"37":200,"38":566,"380":46,"381":110,"383":97,"389":1,"39":64,"391":77,"396":2,"397":60,"40":101,"409":54,"41":62,"414":37,"415":106,"419":5,"42":39,"426":5,"43":112,"430":58,"433":88,"44":57,"45":27,"46":271,"48":82,"49":124,"5":1317,"51":45,"52":71,"53":95,"56":12,"570":5,"6":191,"63":38,"7":640,"79":18,"8":201,"80":20,"9":312,"all_client":119564,"all_tv_clinet":20913,"insert_time":"2014-08-24T15:03:18.715Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":97776,"10":121,"107":615,"11":732,"12":240,"13":376,"14":350,"15":99,"155":36,"156":38,"158":34,"159":15,"16":534,"160":34,"161":180,"167":38,"168":2,"17":96,"18":938,"19":370,"20":268,"209":52,"21":378,"210":18,"211":1,"214":78,"215":286,"221":305,"223":465,"224":130,"225":922,"23":831,"24":1890,"25":1915,"257":105,"26":224,"268":13,"27":105,"273":41,"276":38,"279":70,"28":614,"281":12,"282":122,"291":16,"292":57,"30":152,"302":25,"306":19,"31":57,"314":12,"32":45,"33":73,"34":150,"347":12,"35":54,"352":731,"36":186,"37":198,"38":567,"380":47,"381":117,"383":91,"389":1,"39":63,"391":76,"396":2,"397":60,"40":100,"409":53,"41":62,"414":35,"415":107,"419":5,"42":36,"426":6,"43":113,"430":60,"433":94,"44":60,"45":24,"46":256,"48":79,"49":129,"5":1320,"51":44,"52":72,"53":92,"56":11,"570":5,"6":196,"63":33,"7":639,"79":19,"8":203,"80":20,"9":325,"all_client":118516,"all_tv_clinet":20740,"insert_time":"2014-08-24T15:04:19.476Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96857,"10":120,"107":628,"11":732,"12":254,"13":380,"14":342,"15":108,"155":34,"156":36,"158":36,"159":14,"16":538,"160":34,"161":172,"167":36,"168":1,"17":92,"18":914,"19":342,"20":253,"209":54,"21":358,"210":18,"211":1,"214":82,"215":285,"221":313,"223":453,"224":123,"225":934,"23":836,"24":1903,"25":1842,"257":99,"26":210,"268":13,"27":113,"273":39,"276":37,"279":69,"28":609,"281":9,"282":119,"291":18,"292":57,"30":143,"302":25,"306":19,"31":58,"314":10,"32":43,"33":69,"34":147,"347":12,"35":54,"352":720,"36":191,"37":195,"38":568,"380":49,"381":122,"383":84,"39":66,"391":74,"396":2,"397":58,"40":97,"409":49,"41":60,"414":31,"415":110,"419":5,"42":34,"426":9,"43":109,"430":58,"433":101,"44":57,"45":23,"46":244,"48":78,"49":127,"5":1292,"51":45,"52":66,"53":91,"56":10,"570":4,"6":197,"63":33,"7":644,"79":20,"8":199,"80":22,"9":329,"all_client":117370,"all_tv_clinet":20513,"insert_time":"2014-08-24T15:05:20.307Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":96072,"10":119,"107":613,"11":758,"12":261,"13":379,"14":336,"15":114,"155":32,"156":38,"158":38,"159":14,"16":546,"160":29,"161":167,"167":36,"168":1,"17":91,"18":922,"19":321,"20":239,"209":52,"21":353,"210":20,"211":1,"214":83,"215":288,"221":310,"223":455,"224":117,"225":930,"23":837,"24":1879,"25":1792,"257":96,"26":198,"268":12,"27":113,"273":43,"276":37,"279":68,"28":616,"281":11,"282":117,"291":17,"292":58,"30":129,"302":25,"306":19,"31":60,"314":10,"32":47,"33":70,"34":145,"347":13,"35":53,"352":709,"36":184,"37":196,"38":555,"380":49,"381":125,"383":81,"39":71,"391":66,"396":3,"397":57,"40":100,"409":47,"41":62,"414":32,"415":103,"419":4,"42":31,"426":9,"43":106,"430":59,"433":104,"44":56,"45":20,"46":234,"48":78,"49":126,"5":1274,"51":45,"52":63,"53":93,"56":9,"570":4,"6":204,"63":36,"7":637,"79":25,"8":199,"80":22,"9":336,"all_client":116414,"all_tv_clinet":20342,"insert_time":"2014-08-24T15:06:21.073Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":95311,"10":119,"107":617,"11":764,"12":257,"13":381,"14":318,"15":130,"155":31,"156":37,"158":41,"159":13,"16":542,"160":27,"161":164,"167":37,"168":1,"17":91,"18":940,"19":301,"20":225,"209":49,"21":355,"210":19,"211":2,"214":83,"215":290,"221":302,"223":437,"224":111,"225":932,"23":827,"24":1859,"25":1764,"257":95,"26":187,"268":11,"27":117,"273":40,"276":36,"279":66,"28":622,"281":10,"282":116,"291":17,"292":56,"30":117,"302":24,"306":19,"31":62,"314":11,"32":48,"33":72,"34":137,"347":15,"35":52,"352":693,"36":181,"37":192,"38":548,"380":51,"381":116,"383":83,"39":82,"391":62,"396":3,"397":58,"40":99,"409":44,"41":66,"414":30,"415":105,"419":4,"42":32,"426":9,"43":106,"430":62,"433":107,"44":54,"45":20,"46":220,"48":80,"49":129,"5":1235,"51":48,"52":65,"53":100,"56":8,"570":4,"6":206,"63":36,"7":629,"79":26,"8":197,"80":23,"9":348,"all_client":115468,"all_tv_clinet":20157,"insert_time":"2014-08-24T15:07:21.872Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":94368,"10":117,"107":612,"11":762,"12":240,"13":374,"14":295,"15":145,"155":31,"156":39,"158":43,"159":14,"16":559,"160":24,"161":165,"167":36,"168":1,"17":89,"18":950,"19":295,"20":217,"209":46,"21":358,"210":19,"211":2,"214":83,"215":287,"221":291,"223":425,"224":105,"225":901,"23":832,"24":1808,"25":1730,"257":92,"26":182,"268":9,"27":115,"273":39,"276":35,"279":66,"28":626,"281":9,"282":116,"291":18,"292":49,"30":105,"302":23,"306":19,"31":62,"314":10,"32":49,"33":76,"34":129,"347":13,"35":57,"352":672,"36":170,"37":190,"38":547,"380":50,"381":117,"383":87,"39":87,"391":59,"396":3,"397":60,"40":102,"409":42,"41":67,"414":30,"415":102,"419":4,"42":33,"426":10,"43":104,"430":59,"433":108,"44":49,"45":21,"46":218,"48":78,"49":128,"5":1222,"51":50,"52":65,"53":101,"56":7,"570":4,"6":211,"63":34,"7":634,"79":25,"8":199,"80":22,"9":351,"all_client":114284,"all_tv_clinet":19916,"insert_time":"2014-08-24T15:08:22.736Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":93547,"10":116,"107":620,"11":783,"12":210,"13":369,"14":279,"15":154,"155":33,"156":41,"158":43,"159":14,"16":560,"160":26,"161":160,"167":33,"168":1,"17":81,"18":942,"19":273,"20":221,"209":44,"21":356,"210":16,"211":2,"214":82,"215":279,"221":292,"223":414,"224":100,"225":863,"23":836,"24":1776,"25":1701,"257":83,"26":194,"268":8,"27":118,"273":36,"276":35,"279":66,"28":624,"281":9,"282":112,"291":18,"292":47,"30":98,"302":22,"306":20,"31":69,"314":10,"32":42,"33":77,"34":131,"347":14,"35":64,"352":676,"36":166,"37":188,"38":534,"380":50,"381":117,"383":86,"39":88,"391":61,"396":5,"397":60,"40":103,"409":40,"41":64,"414":29,"415":99,"419":4,"42":35,"426":11,"43":100,"430":52,"431":1,"433":111,"44":47,"45":20,"46":222,"48":84,"49":135,"5":1205,"51":46,"52":73,"53":104,"56":8,"570":3,"6":207,"63":32,"7":627,"79":23,"8":200,"80":24,"9":376,"all_client":113280,"all_tv_clinet":19733,"insert_time":"2014-08-24T15:09:23.704Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":92628,"10":118,"107":618,"11":781,"12":180,"13":369,"14":277,"15":155,"155":35,"156":39,"158":43,"159":14,"16":559,"160":24,"161":162,"167":31,"168":1,"17":79,"18":953,"19":268,"20":225,"209":45,"21":358,"210":16,"211":2,"214":78,"215":277,"221":293,"223":404,"224":96,"225":849,"23":848,"24":1760,"25":1672,"257":77,"26":192,"268":9,"27":118,"273":37,"276":33,"279":67,"28":632,"281":8,"282":108,"291":18,"292":44,"30":84,"302":22,"306":18,"31":66,"314":9,"32":38,"33":76,"34":132,"347":14,"35":62,"352":680,"36":167,"37":189,"38":520,"380":50,"381":118,"383":85,"39":97,"391":60,"396":6,"397":54,"40":107,"409":41,"41":66,"414":28,"415":93,"419":4,"42":32,"426":12,"43":99,"430":49,"431":1,"433":116,"44":44,"45":20,"46":221,"48":85,"49":131,"5":1171,"51":49,"52":77,"53":101,"56":8,"570":3,"6":205,"63":34,"7":623,"79":18,"8":202,"80":23,"9":378,"all_client":112188,"all_tv_clinet":19560,"insert_time":"2014-08-24T15:10:24.572Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91842,"10":119,"107":612,"11":785,"12":149,"13":370,"14":282,"15":162,"155":34,"156":38,"158":40,"159":15,"16":560,"160":25,"161":153,"167":28,"168":1,"17":71,"18":942,"19":250,"20":224,"209":44,"21":358,"210":15,"211":2,"214":76,"215":274,"221":293,"223":406,"224":91,"225":839,"23":849,"24":1717,"25":1657,"257":76,"26":195,"268":9,"27":119,"273":37,"276":32,"279":64,"28":617,"281":8,"282":106,"291":19,"292":40,"30":75,"302":22,"306":19,"31":74,"314":10,"32":33,"33":78,"34":133,"347":15,"35":56,"352":684,"36":156,"37":193,"38":518,"380":51,"381":118,"383":86,"39":97,"391":56,"396":5,"397":56,"40":107,"409":40,"41":63,"414":25,"415":94,"419":4,"42":31,"426":10,"43":100,"430":47,"431":1,"433":118,"44":41,"45":19,"46":210,"48":81,"49":133,"5":1145,"51":45,"52":79,"53":100,"56":8,"570":5,"6":197,"63":39,"7":625,"79":17,"8":205,"80":23,"9":396,"all_client":111188,"all_tv_clinet":19346,"insert_time":"2014-08-24T15:11:25.913Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":91109,"10":123,"107":607,"11":767,"12":140,"13":369,"14":284,"15":169,"155":35,"156":34,"158":39,"159":15,"16":558,"160":24,"161":149,"167":28,"168":1,"17":65,"18":942,"19":258,"20":217,"209":44,"21":338,"210":15,"211":2,"214":78,"215":271,"221":285,"223":405,"224":93,"225":849,"23":854,"24":1699,"25":1610,"257":81,"26":191,"268":8,"27":118,"273":41,"276":31,"279":67,"28":609,"281":8,"282":102,"291":18,"292":43,"30":69,"302":18,"306":18,"31":73,"314":10,"32":33,"33":81,"34":129,"347":15,"35":56,"352":661,"36":152,"37":190,"38":503,"380":50,"381":117,"383":85,"39":95,"391":54,"396":3,"397":54,"40":101,"409":39,"41":59,"414":26,"415":97,"419":4,"42":30,"426":10,"43":97,"430":44,"431":1,"433":122,"44":40,"45":21,"46":194,"48":85,"49":136,"5":1119,"51":40,"52":73,"53":103,"56":8,"570":5,"6":195,"63":40,"7":626,"79":16,"8":207,"80":23,"9":404,"all_client":110224,"all_tv_clinet":19115,"insert_time":"2014-08-24T15:12:26.904Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":90369,"10":120,"107":590,"11":770,"12":134,"13":364,"14":277,"15":170,"155":34,"156":33,"158":39,"159":15,"16":555,"160":23,"161":142,"167":28,"168":1,"17":60,"18":923,"19":259,"20":208,"209":43,"21":331,"210":15,"211":2,"214":78,"215":260,"221":274,"223":400,"224":91,"225":863,"23":845,"24":1690,"25":1597,"257":81,"26":185,"268":5,"27":121,"273":41,"276":32,"279":66,"28":599,"281":6,"282":97,"291":18,"292":45,"30":67,"302":15,"306":18,"31":73,"314":10,"32":35,"33":82,"34":132,"347":15,"35":57,"352":656,"36":148,"37":189,"38":494,"380":49,"381":114,"383":84,"39":91,"391":55,"396":3,"397":53,"40":101,"409":41,"41":54,"414":28,"415":92,"419":4,"42":29,"426":9,"43":97,"430":39,"431":1,"433":125,"44":36,"45":20,"46":198,"48":86,"49":133,"5":1108,"51":38,"52":74,"53":99,"56":10,"570":5,"6":187,"63":38,"7":620,"79":15,"8":210,"80":23,"9":420,"all_client":109279,"all_tv_clinet":18910,"insert_time":"2014-08-24T15:13:28.036Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":89556,"10":121,"107":571,"11":772,"12":116,"13":380,"14":275,"15":170,"155":36,"156":33,"158":41,"159":13,"16":532,"160":24,"161":139,"167":28,"168":1,"17":62,"18":906,"19":255,"20":199,"209":39,"21":315,"210":15,"211":2,"214":78,"215":254,"221":268,"223":391,"224":89,"225":846,"23":827,"24":1706,"25":1583,"257":79,"26":185,"268":4,"27":123,"273":38,"276":33,"279":67,"28":587,"281":5,"282":96,"291":17,"292":47,"30":61,"302":14,"306":18,"31":70,"314":10,"32":37,"33":89,"34":129,"347":11,"35":56,"352":654,"36":149,"37":190,"38":483,"380":51,"381":117,"383":79,"39":87,"391":54,"396":2,"397":49,"40":99,"409":39,"41":53,"414":28,"415":87,"419":3,"42":28,"426":10,"43":96,"430":40,"431":1,"433":127,"44":31,"45":20,"46":202,"48":84,"49":137,"5":1105,"51":37,"52":72,"53":100,"56":11,"570":6,"6":184,"63":40,"7":609,"79":15,"8":206,"80":22,"9":438,"all_client":108264,"all_tv_clinet":18708,"insert_time":"2014-08-24T15:14:29.031Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88802,"10":118,"107":552,"11":789,"12":113,"13":377,"14":267,"15":172,"155":36,"156":36,"158":41,"159":13,"16":479,"160":24,"161":131,"167":30,"168":1,"17":62,"18":878,"19":266,"20":193,"209":39,"21":307,"210":15,"211":2,"214":78,"215":250,"221":268,"223":380,"224":84,"225":853,"23":822,"24":1687,"25":1562,"257":77,"26":180,"268":4,"27":122,"273":42,"276":29,"279":65,"28":572,"281":5,"282":93,"291":17,"292":46,"30":56,"302":12,"306":19,"31":68,"314":8,"32":36,"33":90,"34":125,"347":12,"35":56,"352":647,"36":151,"37":191,"38":482,"380":51,"381":114,"383":77,"39":87,"391":51,"396":5,"397":48,"40":95,"409":37,"41":56,"414":26,"415":95,"419":3,"42":24,"426":12,"43":98,"430":39,"433":126,"44":27,"45":21,"46":206,"48":82,"49":138,"5":1114,"51":35,"52":74,"53":99,"56":11,"570":5,"6":180,"63":37,"7":602,"79":13,"8":204,"80":19,"9":449,"all_client":107292,"all_tv_clinet":18490,"insert_time":"2014-08-24T15:15:29.758Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":88039,"10":117,"107":529,"11":790,"12":106,"13":376,"14":261,"15":175,"155":35,"156":35,"158":41,"159":12,"16":437,"160":24,"161":130,"167":31,"168":2,"17":65,"18":902,"19":279,"20":194,"209":35,"21":305,"210":15,"211":2,"214":78,"215":250,"221":255,"223":368,"224":79,"225":852,"23":806,"24":1658,"25":1541,"257":74,"26":177,"268":4,"27":110,"273":45,"276":30,"279":63,"28":556,"281":5,"282":96,"291":17,"292":50,"30":49,"302":9,"306":20,"31":70,"314":8,"32":35,"33":91,"34":119,"347":11,"35":56,"352":653,"36":155,"37":190,"38":483,"380":48,"381":113,"383":71,"39":86,"391":48,"396":4,"397":45,"40":88,"409":36,"41":60,"414":22,"415":91,"419":3,"42":23,"426":19,"43":96,"430":38,"433":131,"44":24,"45":22,"46":212,"48":86,"49":137,"5":1110,"51":35,"52":72,"53":105,"56":8,"570":4,"6":178,"63":39,"7":592,"79":11,"8":203,"80":20,"9":447,"all_client":106327,"all_tv_clinet":18288,"insert_time":"2014-08-24T15:16:30.624Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":87313,"10":116,"107":523,"11":780,"12":94,"13":366,"14":247,"15":176,"155":33,"156":38,"158":37,"159":10,"16":398,"160":21,"161":128,"167":32,"168":2,"17":64,"18":914,"19":290,"20":191,"209":36,"21":300,"210":12,"211":2,"214":79,"215":250,"221":250,"223":368,"224":71,"225":852,"23":784,"24":1623,"25":1509,"257":74,"26":174,"268":2,"27":98,"273":44,"276":29,"279":64,"28":552,"281":5,"282":101,"291":15,"292":53,"30":49,"302":8,"306":21,"31":72,"314":8,"32":32,"33":90,"34":115,"347":13,"35":64,"352":640,"36":155,"37":188,"38":481,"380":48,"381":110,"383":72,"39":87,"391":45,"396":6,"397":43,"40":84,"409":34,"41":56,"414":18,"415":90,"419":5,"42":28,"426":25,"43":92,"430":41,"433":132,"44":22,"45":21,"46":208,"48":88,"49":138,"5":1096,"51":33,"52":72,"53":103,"56":7,"570":4,"6":168,"63":41,"7":584,"79":11,"8":206,"80":20,"9":446,"all_client":105340,"all_tv_clinet":18027,"insert_time":"2014-08-24T15:17:31.353Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":86616,"10":117,"107":522,"11":775,"12":87,"13":368,"14":242,"15":174,"155":33,"156":37,"158":37,"159":8,"16":378,"160":21,"161":119,"167":36,"168":2,"17":60,"18":925,"19":287,"20":182,"209":34,"21":302,"210":12,"211":2,"214":79,"215":244,"221":244,"223":356,"224":68,"225":863,"23":751,"24":1616,"25":1507,"257":73,"26":170,"268":1,"27":88,"273":42,"276":29,"279":60,"28":543,"281":4,"282":99,"291":14,"292":53,"30":46,"302":7,"306":22,"31":70,"314":8,"32":32,"33":94,"34":107,"347":14,"35":66,"352":646,"36":158,"37":192,"38":473,"380":47,"381":116,"383":67,"39":90,"391":44,"396":5,"397":43,"40":83,"409":35,"41":51,"414":18,"415":93,"419":5,"42":29,"426":26,"43":90,"430":40,"433":132,"44":22,"45":20,"46":209,"48":93,"49":139,"5":1086,"51":33,"52":72,"53":106,"56":6,"570":4,"6":170,"63":41,"7":574,"79":13,"8":209,"80":21,"9":456,"all_client":104503,"all_tv_clinet":17887,"insert_time":"2014-08-24T15:18:32.030Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85885,"10":119,"107":520,"11":786,"12":76,"13":362,"14":236,"15":176,"155":33,"156":36,"158":36,"159":10,"16":352,"160":23,"161":120,"167":38,"168":2,"17":57,"18":927,"19":295,"20":188,"209":36,"21":307,"210":12,"211":2,"214":79,"215":249,"221":229,"223":343,"224":68,"225":869,"23":740,"24":1598,"25":1502,"257":69,"26":166,"268":1,"27":78,"273":41,"276":26,"279":62,"28":530,"281":4,"282":97,"291":13,"292":50,"30":43,"302":8,"306":22,"31":66,"314":8,"32":31,"33":84,"34":104,"347":14,"35":65,"352":662,"36":157,"37":196,"38":469,"380":47,"381":117,"383":67,"39":88,"391":39,"396":5,"397":39,"40":86,"409":34,"41":50,"414":16,"415":94,"419":5,"42":30,"426":26,"43":90,"430":37,"433":131,"44":24,"45":23,"46":195,"48":93,"49":137,"5":1081,"51":33,"52":73,"53":106,"56":6,"570":6,"6":161,"63":43,"7":572,"79":15,"8":215,"80":20,"9":448,"all_client":103629,"all_tv_clinet":17744,"insert_time":"2014-08-24T15:19:32.720Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":85282,"10":120,"107":502,"11":786,"12":75,"13":366,"14":233,"15":171,"155":34,"156":36,"158":36,"159":9,"16":343,"160":23,"161":118,"167":40,"168":2,"17":59,"18":919,"19":302,"20":191,"209":37,"21":308,"210":12,"211":2,"214":77,"215":242,"221":228,"223":339,"224":72,"225":873,"23":705,"24":1596,"25":1500,"257":65,"26":168,"268":1,"27":69,"273":42,"276":25,"279":67,"28":525,"281":4,"282":96,"291":12,"292":44,"30":40,"302":8,"306":21,"31":65,"314":7,"32":35,"33":75,"34":101,"347":16,"35":68,"352":658,"36":156,"37":186,"38":460,"380":48,"381":120,"383":69,"39":90,"391":35,"396":4,"397":38,"40":83,"409":31,"41":49,"414":17,"415":91,"419":5,"42":27,"426":25,"43":89,"430":33,"433":132,"44":23,"45":22,"46":191,"48":93,"49":129,"5":1063,"51":34,"52":71,"53":106,"56":9,"570":7,"6":163,"63":39,"7":563,"79":16,"8":215,"80":21,"9":445,"all_client":102848,"all_tv_clinet":17566,"insert_time":"2014-08-24T15:20:33.569Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84693,"10":124,"107":504,"11":795,"12":70,"13":353,"14":231,"15":173,"155":32,"156":34,"158":35,"159":10,"16":334,"160":23,"161":126,"167":39,"168":2,"17":67,"18":902,"19":307,"20":193,"209":36,"21":302,"210":12,"211":2,"214":77,"215":239,"221":220,"223":344,"224":74,"225":861,"23":696,"24":1599,"25":1483,"257":67,"26":169,"268":5,"27":61,"273":43,"276":25,"279":64,"28":512,"281":4,"282":91,"291":12,"292":43,"30":40,"302":8,"306":22,"31":65,"314":7,"32":33,"33":61,"34":93,"347":13,"35":76,"352":644,"36":149,"37":170,"38":457,"380":47,"381":121,"383":71,"39":88,"391":32,"396":4,"397":33,"40":85,"409":29,"41":52,"414":14,"415":93,"419":4,"42":26,"426":25,"43":88,"430":32,"431":1,"433":134,"44":23,"45":25,"46":185,"48":91,"49":122,"5":1050,"51":32,"52":69,"53":104,"56":8,"570":10,"6":162,"63":37,"7":568,"79":16,"8":209,"80":20,"9":444,"all_client":102080,"all_tv_clinet":17387,"insert_time":"2014-08-24T15:21:34.779Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":84116,"10":125,"107":509,"11":797,"12":67,"13":358,"14":231,"15":169,"155":33,"156":36,"158":34,"159":8,"16":329,"160":25,"161":120,"167":40,"168":2,"17":71,"18":895,"19":301,"20":190,"209":36,"21":309,"210":12,"211":2,"214":77,"215":239,"221":216,"223":353,"224":72,"225":852,"23":674,"24":1592,"25":1463,"257":66,"26":170,"268":5,"27":61,"273":37,"276":27,"279":66,"28":501,"281":2,"282":92,"291":11,"292":46,"30":38,"302":7,"306":21,"31":66,"314":7,"32":34,"33":60,"34":91,"347":11,"35":75,"352":643,"36":147,"37":150,"38":453,"380":46,"381":120,"383":68,"39":85,"391":29,"396":5,"397":33,"40":86,"409":27,"41":43,"414":17,"415":92,"419":5,"42":21,"426":22,"43":90,"430":32,"431":1,"433":134,"44":27,"45":23,"46":186,"48":92,"49":115,"5":1017,"51":31,"52":70,"53":102,"56":8,"570":12,"6":170,"63":35,"7":566,"79":15,"8":204,"80":21,"9":448,"all_client":101338,"all_tv_clinet":17222,"insert_time":"2014-08-24T15:22:35.676Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":83503,"10":119,"107":511,"11":796,"12":61,"13":350,"14":236,"15":164,"155":32,"156":38,"158":34,"159":8,"16":325,"160":23,"161":130,"167":40,"168":2,"17":81,"18":870,"19":302,"20":186,"209":33,"21":313,"210":13,"211":2,"214":76,"215":247,"221":217,"223":360,"224":68,"225":854,"23":644,"24":1591,"25":1450,"257":66,"26":168,"268":4,"27":61,"273":36,"276":22,"279":62,"28":496,"281":2,"282":88,"291":9,"292":45,"30":38,"302":6,"306":19,"31":61,"314":8,"32":30,"33":61,"34":80,"347":12,"35":77,"352":628,"36":151,"37":133,"38":466,"380":49,"381":118,"383":68,"39":92,"391":27,"396":5,"397":32,"40":84,"409":28,"41":45,"414":16,"415":91,"419":3,"42":24,"426":21,"43":90,"430":32,"431":1,"433":136,"44":25,"45":21,"46":182,"48":91,"49":107,"5":961,"51":33,"52":70,"53":100,"56":7,"570":12,"6":180,"63":32,"7":567,"79":16,"8":205,"80":20,"9":446,"all_client":100545,"all_tv_clinet":17042,"insert_time":"2014-08-24T15:23:36.957Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82851,"10":109,"107":516,"11":801,"12":65,"13":344,"14":241,"15":164,"155":33,"156":38,"158":34,"159":8,"16":323,"160":22,"161":127,"167":41,"168":2,"17":86,"18":845,"19":309,"20":184,"209":33,"21":325,"210":13,"211":2,"214":76,"215":251,"221":214,"223":363,"224":67,"225":849,"23":624,"24":1584,"25":1463,"257":68,"26":169,"268":4,"27":54,"273":34,"276":22,"279":59,"28":478,"281":2,"282":91,"291":8,"292":46,"30":32,"302":6,"306":16,"31":57,"314":8,"32":30,"33":61,"34":82,"347":12,"35":72,"352":629,"36":153,"37":119,"38":464,"380":46,"381":118,"383":70,"39":100,"391":30,"396":5,"397":32,"40":84,"409":27,"41":39,"414":14,"415":94,"419":3,"42":23,"426":23,"43":92,"430":32,"431":1,"433":137,"44":27,"45":19,"46":178,"48":95,"49":97,"5":899,"51":34,"52":69,"53":96,"56":7,"570":13,"6":188,"63":31,"7":555,"79":18,"8":206,"80":21,"9":437,"all_client":99743,"all_tv_clinet":16892,"insert_time":"2014-08-24T15:24:37.640Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":82215,"10":111,"107":514,"11":808,"12":75,"13":331,"14":245,"15":168,"155":33,"156":37,"158":33,"159":8,"16":314,"160":22,"161":128,"167":40,"168":2,"17":91,"18":830,"19":312,"20":178,"209":33,"21":338,"210":12,"211":2,"214":73,"215":243,"221":220,"223":370,"224":65,"225":850,"23":607,"24":1580,"25":1464,"257":67,"26":175,"268":5,"27":47,"273":32,"276":22,"279":55,"28":457,"281":4,"282":92,"291":7,"292":45,"30":32,"302":6,"306":15,"31":51,"314":8,"32":28,"33":59,"34":74,"347":11,"35":71,"352":613,"36":154,"37":110,"38":446,"380":45,"381":118,"383":68,"39":106,"391":29,"396":4,"397":32,"40":82,"409":29,"41":41,"414":14,"415":93,"419":3,"42":28,"426":23,"43":88,"430":32,"431":1,"433":137,"44":33,"45":20,"46":178,"48":97,"49":94,"5":832,"51":34,"52":68,"53":97,"56":7,"570":13,"6":198,"63":31,"7":560,"79":17,"8":210,"80":19,"9":410,"all_client":98929,"all_tv_clinet":16714,"insert_time":"2014-08-24T15:25:38.432Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81646,"10":109,"107":519,"11":826,"12":82,"13":330,"14":230,"15":173,"155":33,"156":34,"158":32,"159":7,"16":301,"160":25,"161":126,"167":40,"168":2,"17":95,"18":815,"19":316,"20":181,"209":32,"21":342,"210":11,"211":2,"214":72,"215":229,"221":216,"223":368,"224":60,"225":864,"23":597,"24":1583,"25":1460,"257":66,"26":184,"268":6,"27":45,"273":31,"276":23,"279":54,"28":438,"281":4,"282":90,"291":6,"292":45,"30":30,"302":6,"306":15,"31":55,"314":8,"32":29,"33":56,"34":69,"347":12,"35":65,"352":624,"36":159,"37":102,"38":430,"380":44,"381":109,"383":67,"39":115,"391":31,"396":5,"397":32,"40":78,"409":29,"41":38,"414":14,"415":92,"419":3,"42":25,"426":22,"43":88,"430":31,"431":1,"433":138,"44":33,"45":18,"46":177,"48":97,"49":84,"5":794,"51":35,"52":70,"53":93,"56":5,"570":12,"6":195,"63":31,"7":561,"79":16,"8":214,"80":21,"9":362,"all_client":98190,"all_tv_clinet":16544,"insert_time":"2014-08-24T15:26:39.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":81057,"10":112,"107":517,"11":834,"12":87,"13":329,"14":207,"15":174,"155":32,"156":34,"158":32,"159":7,"16":310,"160":25,"161":118,"167":41,"168":2,"17":110,"18":826,"19":315,"20":180,"209":35,"21":353,"210":11,"211":2,"214":72,"215":225,"221":219,"223":363,"224":57,"225":860,"23":592,"24":1572,"25":1446,"257":60,"26":182,"268":6,"27":45,"273":25,"276":22,"279":52,"28":437,"281":4,"282":89,"291":6,"292":50,"30":28,"302":5,"306":13,"31":57,"314":8,"32":28,"33":54,"34":63,"347":11,"35":65,"352":618,"36":155,"37":94,"38":433,"380":44,"381":110,"383":66,"39":114,"391":29,"396":3,"397":35,"40":80,"409":29,"41":35,"414":15,"415":89,"419":3,"42":26,"426":22,"43":91,"430":33,"433":138,"44":29,"45":17,"46":175,"48":92,"49":83,"5":760,"51":36,"52":70,"53":88,"56":6,"570":9,"6":191,"63":30,"7":563,"79":17,"8":213,"80":21,"9":325,"all_client":97453,"all_tv_clinet":16396,"insert_time":"2014-08-24T15:27:39.741Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":80497,"10":114,"107":510,"11":831,"12":93,"13":323,"14":186,"15":177,"155":30,"156":35,"158":29,"159":6,"16":305,"160":24,"161":115,"167":43,"168":2,"17":113,"18":829,"19":322,"20":181,"209":35,"21":348,"210":14,"211":2,"214":65,"215":217,"221":211,"223":362,"224":56,"225":842,"23":560,"24":1564,"25":1450,"257":63,"26":178,"268":7,"27":48,"273":24,"276":20,"279":50,"28":428,"281":5,"282":89,"291":6,"292":47,"30":29,"302":4,"306":13,"31":60,"314":9,"32":28,"33":53,"34":62,"347":11,"35":64,"352":627,"36":157,"37":89,"38":420,"380":45,"381":109,"383":67,"39":107,"391":30,"396":4,"397":33,"40":77,"409":27,"41":39,"414":14,"415":93,"419":3,"42":33,"426":22,"43":90,"430":33,"433":137,"44":29,"45":16,"46":172,"48":88,"49":72,"5":726,"51":34,"52":68,"53":92,"56":6,"570":7,"6":192,"63":25,"7":567,"79":20,"8":212,"80":22,"9":315,"all_client":96708,"all_tv_clinet":16211,"insert_time":"2014-08-24T15:28:40.368Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79933,"10":115,"107":506,"11":834,"12":112,"13":309,"14":172,"15":174,"155":33,"156":33,"158":26,"159":6,"16":311,"160":27,"161":106,"167":43,"168":2,"17":121,"18":824,"19":329,"20":173,"209":35,"21":359,"210":13,"211":2,"214":60,"215":217,"221":214,"223":364,"224":56,"225":838,"23":533,"24":1550,"25":1462,"257":63,"26":173,"268":7,"27":51,"273":23,"276":21,"279":49,"28":418,"281":5,"282":85,"291":5,"292":49,"30":26,"302":4,"306":15,"31":58,"314":7,"32":31,"33":52,"34":60,"347":9,"35":67,"352":611,"36":155,"37":86,"38":408,"380":45,"381":112,"383":67,"389":2,"39":92,"391":25,"396":4,"397":33,"40":78,"409":29,"41":42,"414":15,"415":99,"419":5,"42":37,"426":20,"43":90,"430":34,"433":133,"44":29,"45":12,"46":172,"48":89,"49":70,"5":681,"51":31,"52":67,"53":89,"56":6,"570":5,"6":187,"63":24,"7":563,"79":23,"8":209,"80":19,"9":301,"all_client":95969,"all_tv_clinet":16036,"insert_time":"2014-08-24T15:29:41.006Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":79412,"10":110,"107":490,"11":831,"12":119,"13":302,"14":164,"15":169,"155":33,"156":32,"158":24,"159":6,"16":312,"160":27,"161":109,"167":44,"168":2,"17":129,"18":805,"19":331,"20":165,"209":37,"21":358,"210":13,"211":1,"214":56,"215":213,"221":210,"223":365,"224":53,"225":840,"23":509,"24":1537,"25":1469,"257":62,"26":173,"268":7,"27":54,"273":20,"276":20,"279":48,"28":413,"281":5,"282":87,"291":4,"292":49,"30":24,"302":5,"306":15,"31":61,"314":8,"32":29,"33":47,"34":59,"347":10,"35":67,"352":622,"36":161,"37":77,"38":418,"380":45,"381":109,"383":69,"389":2,"39":84,"391":23,"396":3,"397":32,"40":78,"409":31,"41":39,"414":19,"415":100,"419":6,"42":38,"426":20,"43":91,"430":35,"433":134,"44":31,"45":11,"46":169,"48":83,"49":57,"5":647,"51":34,"52":65,"53":90,"56":6,"570":5,"6":194,"63":24,"7":565,"79":24,"8":203,"80":20,"9":292,"all_client":95300,"all_tv_clinet":15888,"insert_time":"2014-08-24T15:30:41.847Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78846,"10":108,"107":512,"11":844,"12":123,"13":299,"14":161,"15":165,"155":34,"156":32,"158":23,"159":6,"16":322,"160":27,"161":113,"167":45,"168":2,"17":139,"18":787,"19":328,"20":157,"209":35,"21":351,"210":12,"214":54,"215":212,"221":209,"223":355,"224":53,"225":827,"23":486,"24":1538,"25":1441,"257":57,"26":165,"268":7,"27":68,"273":20,"276":20,"279":50,"28":418,"281":6,"282":88,"291":3,"292":48,"30":24,"302":5,"306":17,"31":65,"314":8,"32":33,"33":48,"34":59,"347":11,"35":63,"352":618,"36":157,"37":68,"38":414,"380":45,"381":108,"383":66,"389":2,"39":72,"391":22,"396":3,"397":34,"40":79,"409":29,"41":39,"414":21,"415":101,"419":6,"42":46,"426":19,"43":87,"430":36,"433":132,"44":28,"45":10,"46":169,"48":73,"49":59,"5":627,"51":32,"52":73,"53":87,"56":5,"570":5,"6":185,"63":25,"7":547,"79":25,"8":186,"80":18,"9":285,"all_client":94572,"all_tv_clinet":15726,"insert_time":"2014-08-24T15:31:42.538Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":78146,"10":109,"107":511,"11":848,"12":127,"13":294,"14":159,"15":164,"155":33,"156":31,"158":20,"159":7,"16":321,"160":24,"161":113,"167":47,"168":2,"17":142,"18":791,"19":326,"20":157,"209":36,"21":357,"210":13,"214":52,"215":209,"221":209,"223":364,"224":53,"225":791,"23":456,"24":1515,"25":1420,"257":60,"26":166,"268":7,"27":75,"273":21,"276":19,"279":46,"28":427,"281":6,"282":87,"291":3,"292":44,"30":26,"302":4,"306":16,"31":61,"314":8,"32":34,"33":44,"34":60,"347":12,"35":62,"352":622,"36":156,"37":64,"38":405,"380":44,"381":107,"383":64,"389":2,"39":65,"391":20,"396":4,"397":32,"40":77,"409":31,"41":40,"414":20,"415":104,"419":4,"42":55,"426":19,"43":84,"430":35,"433":134,"44":28,"45":10,"46":176,"48":75,"49":62,"5":593,"51":33,"52":71,"53":90,"56":5,"570":4,"6":186,"63":27,"7":529,"79":26,"8":170,"80":18,"9":274,"all_client":93700,"all_tv_clinet":15554,"insert_time":"2014-08-24T15:32:43.333Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":77528,"10":109,"107":518,"11":841,"12":132,"13":294,"14":156,"15":170,"155":31,"156":29,"158":22,"159":7,"16":326,"160":22,"161":117,"167":50,"168":2,"17":148,"18":794,"19":325,"20":151,"209":35,"21":361,"210":15,"211":1,"214":50,"215":205,"221":208,"223":361,"224":53,"225":741,"23":442,"24":1481,"25":1383,"257":60,"26":165,"268":8,"27":78,"273":22,"276":20,"279":48,"28":446,"281":6,"282":93,"291":3,"292":42,"30":30,"302":4,"306":13,"31":70,"314":8,"32":33,"33":43,"34":63,"347":13,"35":61,"352":639,"36":161,"37":58,"38":401,"380":44,"381":109,"383":65,"389":2,"39":59,"391":19,"396":3,"397":31,"40":78,"409":29,"41":40,"414":19,"415":103,"419":4,"42":62,"426":18,"43":79,"430":32,"433":136,"44":31,"45":9,"46":177,"48":73,"49":61,"5":551,"51":32,"52":69,"53":87,"56":7,"570":3,"6":185,"63":29,"7":514,"79":27,"8":162,"80":17,"9":265,"all_client":92927,"all_tv_clinet":15399,"insert_time":"2014-08-24T15:33:44.121Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76879,"10":104,"107":510,"11":821,"12":143,"13":288,"14":156,"15":167,"155":31,"156":29,"158":21,"159":8,"16":331,"160":21,"161":117,"167":49,"168":2,"17":150,"18":798,"19":324,"20":150,"209":35,"21":357,"210":15,"211":1,"214":49,"215":194,"221":209,"223":376,"224":50,"225":698,"23":427,"24":1446,"25":1367,"257":63,"26":166,"268":9,"27":80,"273":23,"276":20,"279":44,"28":465,"281":6,"282":96,"291":3,"292":41,"30":28,"302":3,"306":12,"31":66,"314":8,"32":33,"33":43,"34":62,"347":13,"35":61,"352":627,"36":156,"37":54,"38":403,"380":38,"381":117,"383":66,"389":2,"39":55,"391":19,"396":4,"397":30,"40":78,"409":28,"41":42,"414":21,"415":104,"419":4,"42":72,"426":18,"43":78,"430":33,"433":136,"44":29,"45":8,"46":179,"48":75,"49":56,"5":533,"51":32,"52":74,"53":86,"56":6,"570":3,"6":183,"63":27,"7":504,"79":29,"8":154,"80":15,"9":253,"all_client":92099,"all_tv_clinet":15220,"insert_time":"2014-08-24T15:34:44.718Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":76207,"10":104,"107":508,"11":820,"12":141,"13":287,"14":156,"15":164,"155":34,"156":24,"158":21,"159":8,"16":337,"160":22,"161":112,"167":49,"168":2,"17":152,"18":802,"19":319,"20":152,"209":32,"21":358,"210":13,"211":1,"214":44,"215":189,"221":212,"223":373,"224":47,"225":677,"23":412,"24":1412,"25":1355,"257":63,"26":164,"268":8,"27":78,"273":25,"276":23,"279":44,"28":469,"281":6,"282":100,"291":3,"292":42,"30":27,"302":3,"306":12,"31":71,"314":8,"32":33,"33":42,"34":64,"347":13,"35":63,"352":604,"36":151,"37":47,"38":400,"380":33,"381":120,"383":65,"389":1,"39":55,"391":18,"396":5,"397":27,"40":86,"409":27,"41":48,"414":21,"415":99,"419":3,"42":75,"426":20,"43":76,"430":32,"433":139,"44":28,"45":7,"46":178,"48":79,"49":58,"5":521,"51":33,"52":80,"53":85,"56":5,"570":4,"6":176,"63":24,"7":499,"79":29,"8":145,"80":15,"9":249,"all_client":91274,"all_tv_clinet":15067,"insert_time":"2014-08-24T15:35:45.279Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75617,"10":103,"107":504,"11":828,"12":126,"13":293,"14":146,"15":164,"155":36,"156":21,"158":17,"159":8,"16":332,"160":21,"161":117,"167":51,"168":2,"17":155,"18":793,"19":318,"20":154,"209":29,"21":357,"210":12,"211":1,"214":41,"215":186,"221":221,"223":383,"224":46,"225":665,"23":394,"24":1387,"25":1357,"257":61,"26":171,"268":8,"27":80,"273":25,"276":22,"279":47,"28":467,"281":7,"282":99,"291":4,"292":42,"30":26,"302":2,"306":12,"31":69,"314":9,"32":31,"33":41,"34":66,"347":14,"35":64,"352":589,"36":143,"37":43,"38":393,"380":32,"381":112,"383":62,"389":1,"39":51,"391":18,"396":5,"397":26,"40":79,"409":28,"41":48,"414":20,"415":100,"419":4,"42":77,"426":20,"43":78,"430":33,"433":138,"44":25,"45":10,"46":178,"48":79,"49":57,"5":497,"51":33,"52":77,"53":82,"56":5,"570":4,"6":172,"63":22,"7":488,"79":30,"8":139,"80":15,"9":246,"all_client":90511,"all_tv_clinet":14894,"insert_time":"2014-08-24T15:36:45.863Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":75045,"10":108,"107":486,"11":834,"12":114,"13":297,"14":135,"15":161,"155":37,"156":22,"158":14,"159":8,"16":335,"160":20,"161":119,"167":52,"168":1,"17":164,"18":772,"19":318,"20":157,"209":31,"21":359,"210":11,"211":1,"214":39,"215":184,"221":229,"223":383,"224":46,"225":643,"23":368,"24":1375,"25":1355,"257":61,"26":176,"268":8,"27":82,"273":25,"276":20,"279":49,"28":459,"281":7,"282":96,"291":4,"292":41,"30":29,"302":2,"306":12,"31":74,"314":9,"32":30,"33":38,"34":67,"347":14,"35":70,"352":573,"36":146,"37":41,"38":395,"380":30,"381":112,"383":58,"389":1,"39":49,"391":17,"396":6,"397":24,"40":72,"409":28,"41":50,"414":22,"415":103,"419":3,"42":69,"426":20,"43":74,"430":33,"433":138,"44":22,"45":13,"46":173,"48":84,"49":53,"5":477,"51":32,"52":69,"53":82,"56":4,"570":4,"6":164,"63":21,"7":491,"79":28,"8":137,"80":15,"9":234,"all_client":89763,"all_tv_clinet":14718,"insert_time":"2014-08-24T15:37:47.115Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":74376,"10":107,"107":485,"11":797,"12":110,"13":303,"14":137,"15":156,"155":35,"156":22,"158":16,"159":7,"16":339,"160":19,"161":123,"167":51,"168":1,"17":167,"18":772,"19":315,"20":160,"209":27,"21":357,"210":12,"211":1,"214":35,"215":182,"221":217,"223":404,"224":43,"225":617,"23":352,"24":1356,"25":1345,"257":58,"26":174,"268":8,"27":85,"273":26,"276":19,"279":49,"28":445,"281":7,"282":88,"291":4,"292":39,"30":24,"302":2,"306":13,"31":72,"314":8,"32":31,"33":35,"34":63,"347":14,"35":73,"352":577,"36":158,"37":38,"38":389,"380":29,"381":107,"383":62,"389":1,"39":48,"391":17,"396":6,"397":26,"40":68,"409":28,"41":51,"414":22,"415":104,"419":3,"42":63,"426":19,"43":70,"430":33,"433":138,"44":23,"45":15,"46":174,"48":82,"49":53,"5":465,"51":32,"52":66,"53":86,"56":4,"570":5,"6":161,"63":21,"7":488,"79":28,"8":129,"80":14,"9":223,"all_client":88909,"all_tv_clinet":14533,"insert_time":"2014-08-24T15:38:47.713Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73802,"10":111,"107":495,"11":722,"12":109,"13":302,"14":145,"15":159,"155":35,"156":21,"158":15,"159":6,"16":344,"160":19,"161":119,"167":46,"168":1,"17":172,"18":773,"19":312,"20":159,"209":24,"21":351,"210":13,"211":1,"214":31,"215":183,"221":217,"223":409,"224":43,"225":594,"23":338,"24":1366,"25":1334,"257":60,"26":177,"268":8,"27":81,"273":27,"276":20,"279":48,"28":431,"281":7,"282":81,"291":5,"292":39,"30":24,"302":2,"306":13,"31":76,"314":7,"32":34,"33":33,"34":62,"347":15,"35":76,"352":575,"36":158,"37":37,"38":374,"380":28,"381":108,"383":65,"389":1,"39":49,"391":16,"396":6,"397":26,"40":65,"409":28,"41":53,"414":21,"415":104,"419":4,"42":63,"426":21,"43":57,"430":36,"433":137,"44":22,"45":18,"46":176,"48":79,"49":55,"5":463,"51":29,"52":63,"53":85,"56":6,"570":5,"6":159,"63":19,"7":491,"79":30,"8":121,"80":13,"9":219,"all_client":88182,"all_tv_clinet":14380,"insert_time":"2014-08-24T15:39:48.328Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":73171,"10":108,"107":500,"11":664,"12":106,"13":301,"14":153,"15":163,"155":35,"156":19,"158":17,"159":5,"16":345,"160":17,"161":122,"167":41,"168":1,"17":182,"18":781,"19":312,"20":155,"209":23,"21":351,"210":12,"211":1,"214":28,"215":187,"221":211,"223":408,"224":41,"225":574,"23":327,"24":1356,"25":1306,"257":63,"26":179,"268":8,"27":79,"273":25,"276":19,"279":44,"28":427,"281":6,"282":71,"291":5,"292":40,"30":18,"302":3,"306":15,"31":77,"314":7,"32":32,"33":31,"34":56,"347":13,"35":83,"352":566,"36":147,"37":34,"38":363,"380":26,"381":100,"383":67,"389":1,"39":49,"391":14,"396":5,"397":24,"40":61,"409":27,"41":53,"414":21,"415":104,"419":6,"42":66,"426":20,"43":50,"430":35,"433":137,"44":22,"45":20,"46":181,"48":79,"49":56,"5":458,"51":29,"52":56,"53":90,"56":8,"570":6,"6":154,"63":21,"7":496,"79":29,"8":115,"80":13,"9":222,"all_client":87355,"all_tv_clinet":14184,"insert_time":"2014-08-24T15:40:49.101Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72601,"10":108,"107":510,"11":603,"12":108,"13":299,"14":158,"15":164,"155":37,"156":17,"158":16,"159":5,"16":353,"160":18,"161":121,"167":42,"168":1,"17":186,"18":789,"19":312,"20":152,"209":22,"21":348,"210":11,"211":1,"214":23,"215":185,"221":208,"223":401,"224":39,"225":528,"23":319,"24":1362,"25":1288,"257":62,"26":174,"268":8,"27":76,"273":27,"276":19,"279":46,"28":431,"281":7,"282":71,"291":5,"292":38,"30":19,"302":2,"306":16,"31":74,"314":7,"32":33,"33":29,"34":55,"347":12,"35":83,"352":567,"36":152,"37":35,"38":356,"380":24,"381":100,"383":66,"389":1,"39":52,"391":13,"396":5,"397":24,"40":59,"409":25,"41":46,"414":23,"415":106,"419":6,"42":66,"426":18,"43":44,"430":38,"433":136,"44":20,"45":23,"46":177,"48":78,"49":51,"5":455,"51":30,"52":53,"53":94,"56":8,"570":6,"6":156,"63":21,"7":488,"79":29,"8":112,"80":14,"9":210,"all_client":86616,"all_tv_clinet":14015,"insert_time":"2014-08-24T15:41:49.722Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":72014,"10":112,"107":505,"11":573,"12":108,"13":279,"14":159,"15":160,"155":40,"156":15,"158":17,"159":6,"16":358,"160":17,"161":118,"167":38,"168":1,"17":190,"18":785,"19":303,"20":150,"209":20,"21":339,"210":14,"211":1,"214":24,"215":188,"221":212,"223":405,"224":39,"225":513,"23":303,"24":1337,"25":1278,"257":55,"26":173,"268":9,"27":79,"273":27,"276":21,"279":45,"28":434,"281":7,"282":67,"291":5,"292":35,"30":19,"302":2,"306":16,"31":71,"314":6,"32":35,"33":29,"34":55,"347":11,"35":83,"352":574,"36":154,"37":34,"38":350,"380":22,"381":106,"383":56,"389":2,"39":54,"391":13,"396":5,"397":22,"40":58,"409":25,"41":45,"414":24,"415":99,"419":6,"42":63,"426":18,"43":40,"430":39,"433":137,"44":20,"45":24,"46":178,"48":79,"49":50,"5":450,"51":28,"52":51,"53":91,"56":7,"570":6,"6":155,"63":20,"7":484,"79":32,"8":112,"80":12,"9":200,"all_client":85850,"all_tv_clinet":13836,"insert_time":"2014-08-24T15:42:50.322Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":71448,"10":112,"107":502,"11":541,"12":117,"13":277,"14":159,"15":163,"155":41,"156":16,"158":16,"159":6,"16":360,"160":19,"161":113,"167":35,"168":3,"17":193,"18":774,"19":299,"20":151,"209":18,"21":328,"210":15,"211":1,"214":21,"215":186,"221":208,"223":406,"224":39,"225":495,"23":300,"24":1321,"25":1258,"257":55,"26":174,"268":10,"27":79,"273":28,"276":21,"279":42,"28":433,"281":7,"282":67,"291":6,"292":37,"30":19,"302":2,"306":18,"31":72,"314":6,"32":34,"33":29,"34":52,"347":11,"35":81,"352":555,"36":163,"37":32,"38":346,"380":21,"381":106,"383":55,"389":1,"39":51,"391":12,"396":6,"397":20,"40":55,"409":25,"41":44,"414":26,"415":99,"419":4,"42":63,"426":16,"43":38,"430":39,"433":137,"44":19,"45":26,"46":172,"48":86,"49":45,"5":442,"51":29,"52":49,"53":93,"56":7,"570":7,"6":150,"63":20,"7":475,"79":35,"8":110,"80":11,"9":210,"all_client":85124,"all_tv_clinet":13676,"insert_time":"2014-08-24T15:43:50.952Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70881,"10":107,"107":492,"11":518,"12":119,"13":281,"14":152,"15":164,"155":40,"156":18,"158":16,"159":7,"16":358,"160":21,"161":118,"167":32,"168":4,"17":200,"18":751,"19":290,"20":151,"209":19,"21":331,"210":14,"211":1,"214":18,"215":179,"221":202,"223":398,"224":41,"225":498,"23":283,"24":1315,"25":1259,"257":52,"26":172,"268":10,"27":78,"273":28,"276":20,"279":42,"28":438,"281":8,"282":67,"291":6,"292":37,"30":20,"302":2,"306":18,"31":74,"314":5,"32":33,"33":31,"34":49,"347":10,"35":80,"352":547,"36":165,"37":32,"38":348,"380":14,"381":102,"383":53,"389":1,"39":48,"391":12,"396":7,"397":21,"40":53,"409":24,"41":45,"414":26,"415":98,"419":2,"42":60,"426":16,"43":38,"430":38,"433":134,"44":16,"45":29,"46":170,"48":82,"49":46,"5":429,"51":29,"52":46,"53":95,"56":8,"570":5,"6":146,"63":19,"7":473,"79":33,"8":108,"80":12,"9":213,"all_client":84401,"all_tv_clinet":13520,"insert_time":"2014-08-24T15:44:51.503Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":70365,"10":104,"107":492,"11":500,"12":125,"13":271,"14":149,"15":163,"155":39,"156":19,"158":15,"159":6,"16":362,"160":21,"161":119,"167":30,"168":4,"17":204,"18":743,"19":282,"20":151,"209":17,"21":321,"210":14,"211":1,"214":15,"215":174,"221":199,"223":397,"224":37,"225":484,"23":275,"24":1301,"25":1242,"257":54,"26":171,"268":9,"27":75,"273":29,"276":19,"279":45,"28":440,"281":8,"282":68,"291":6,"292":36,"30":20,"302":2,"306":18,"31":74,"314":4,"32":29,"33":34,"34":47,"347":9,"35":79,"352":548,"36":159,"37":32,"38":335,"380":14,"381":98,"383":50,"39":44,"391":12,"396":7,"397":21,"40":52,"409":23,"41":44,"414":22,"415":97,"42":60,"426":15,"43":36,"430":39,"433":136,"44":14,"45":32,"46":168,"48":81,"49":47,"5":420,"51":29,"52":53,"53":96,"56":8,"570":4,"6":140,"63":19,"7":474,"79":35,"8":113,"80":16,"9":209,"all_client":83719,"all_tv_clinet":13354,"insert_time":"2014-08-24T15:45:51.968Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69862,"10":106,"107":487,"11":479,"12":130,"13":264,"14":150,"15":160,"155":38,"156":18,"158":13,"159":7,"16":356,"160":17,"161":121,"167":29,"168":4,"17":201,"18":730,"19":282,"20":150,"209":21,"21":319,"210":14,"211":1,"214":16,"215":172,"221":196,"223":392,"224":34,"225":485,"23":269,"24":1280,"25":1227,"257":49,"26":168,"268":8,"27":74,"273":31,"276":18,"279":44,"28":452,"281":7,"282":64,"291":6,"292":32,"30":21,"302":2,"306":19,"31":79,"314":5,"32":29,"33":33,"34":45,"347":9,"35":80,"352":542,"36":163,"37":32,"38":331,"380":14,"381":98,"383":51,"389":1,"39":43,"391":12,"396":6,"397":21,"40":47,"409":22,"41":39,"414":16,"415":91,"419":1,"42":56,"426":15,"43":31,"430":39,"433":136,"44":13,"45":32,"46":172,"48":84,"49":45,"5":413,"51":29,"52":50,"53":100,"56":8,"570":4,"6":138,"63":16,"7":470,"79":36,"8":108,"80":17,"9":211,"all_client":83058,"all_tv_clinet":13196,"insert_time":"2014-08-24T15:46:52.474Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":69406,"10":114,"107":481,"11":442,"12":135,"13":254,"14":152,"15":155,"155":35,"156":16,"158":9,"159":7,"16":354,"160":16,"161":116,"167":29,"168":4,"17":205,"18":714,"19":281,"20":143,"209":25,"21":310,"210":14,"211":1,"214":16,"215":173,"221":198,"223":393,"224":34,"225":486,"23":259,"24":1267,"25":1207,"257":45,"26":159,"268":7,"27":72,"273":30,"276":18,"279":42,"28":458,"281":7,"282":59,"291":6,"292":32,"30":22,"302":1,"306":19,"31":78,"314":5,"32":28,"33":34,"34":44,"347":7,"35":79,"352":526,"36":165,"37":32,"38":344,"380":12,"381":96,"383":49,"389":1,"39":43,"391":13,"396":6,"397":20,"40":45,"409":24,"41":39,"414":21,"415":87,"419":1,"42":53,"426":10,"43":28,"430":40,"433":139,"44":12,"45":32,"46":183,"48":84,"49":43,"5":405,"51":29,"52":52,"53":94,"56":10,"570":4,"6":140,"63":15,"7":462,"79":35,"8":112,"80":18,"9":213,"all_client":82440,"all_tv_clinet":13034,"insert_time":"2014-08-24T15:47:53.005Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68912,"10":128,"107":472,"11":410,"12":140,"13":248,"14":150,"15":156,"155":35,"156":17,"158":8,"159":8,"16":359,"160":16,"161":115,"167":28,"168":4,"17":202,"18":703,"19":280,"20":132,"209":29,"21":307,"210":18,"211":1,"214":16,"215":172,"221":192,"223":397,"224":33,"225":483,"23":256,"24":1268,"25":1185,"257":48,"26":147,"268":5,"27":70,"273":27,"276":16,"279":38,"28":462,"281":6,"282":53,"291":6,"292":31,"30":22,"302":1,"306":19,"31":73,"314":5,"32":28,"33":31,"34":45,"347":7,"35":79,"352":525,"36":159,"37":29,"38":339,"380":12,"381":103,"383":52,"389":1,"39":43,"391":15,"396":6,"397":20,"40":42,"409":28,"41":34,"414":25,"415":86,"419":1,"42":51,"426":8,"43":28,"430":39,"433":141,"44":13,"45":33,"46":187,"48":84,"49":41,"5":403,"51":28,"52":49,"53":100,"56":11,"570":3,"6":134,"63":14,"7":447,"79":32,"8":106,"80":18,"9":210,"all_client":81799,"all_tv_clinet":12887,"insert_time":"2014-08-24T15:48:53.610Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":68298,"10":137,"107":445,"11":372,"12":144,"13":244,"14":147,"15":150,"155":33,"156":16,"158":9,"159":8,"16":355,"160":13,"161":114,"167":29,"168":3,"17":204,"18":701,"19":278,"20":127,"209":27,"21":297,"210":18,"211":1,"214":16,"215":172,"221":192,"223":394,"224":35,"225":486,"23":247,"24":1252,"25":1169,"257":49,"26":136,"268":5,"27":71,"273":27,"276":16,"279":39,"28":464,"281":4,"282":53,"291":6,"292":31,"30":22,"302":1,"306":20,"31":72,"314":4,"32":25,"33":29,"34":48,"347":7,"35":76,"352":536,"36":152,"37":31,"38":333,"380":11,"381":104,"383":51,"389":1,"39":44,"391":18,"396":8,"397":20,"40":42,"409":29,"41":33,"414":23,"415":88,"419":1,"42":49,"426":7,"43":30,"430":40,"433":137,"434":1,"44":13,"45":33,"46":183,"48":77,"49":40,"5":394,"51":27,"52":46,"53":103,"56":11,"570":3,"6":134,"63":13,"7":425,"79":31,"8":111,"80":18,"9":209,"all_client":80998,"all_tv_clinet":12700,"insert_time":"2014-08-24T15:49:54.198Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67731,"10":142,"107":442,"11":333,"12":143,"13":245,"14":149,"15":143,"155":34,"156":15,"158":10,"159":8,"16":359,"160":15,"161":112,"167":28,"168":3,"17":198,"18":701,"19":267,"20":120,"209":28,"21":292,"210":21,"211":1,"214":15,"215":175,"221":206,"223":393,"224":35,"225":472,"23":254,"24":1249,"25":1150,"257":47,"26":124,"268":5,"27":72,"273":28,"276":15,"279":46,"28":462,"281":3,"282":53,"291":6,"292":33,"30":21,"302":10,"306":23,"31":73,"314":4,"32":25,"33":29,"34":51,"347":7,"35":77,"352":525,"36":150,"37":32,"38":328,"380":9,"381":106,"383":49,"389":1,"39":45,"391":17,"396":6,"397":22,"40":45,"409":27,"41":35,"414":24,"415":94,"419":1,"42":47,"426":8,"43":26,"430":41,"433":130,"434":1,"44":14,"45":33,"46":181,"48":77,"49":39,"5":391,"51":28,"52":44,"53":107,"56":9,"570":3,"6":131,"63":13,"7":412,"79":30,"8":108,"80":19,"9":207,"all_client":80318,"all_tv_clinet":12587,"insert_time":"2014-08-24T15:50:54.768Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":67195,"10":139,"107":424,"11":314,"12":153,"13":247,"14":155,"15":137,"155":34,"156":15,"158":9,"159":8,"16":352,"160":16,"161":111,"167":27,"168":3,"17":194,"18":694,"19":259,"20":120,"209":27,"21":286,"210":19,"214":16,"215":178,"221":203,"223":393,"224":32,"225":472,"23":250,"24":1246,"25":1136,"257":45,"26":121,"268":6,"27":72,"273":29,"276":13,"279":48,"28":467,"281":5,"282":50,"291":5,"292":33,"30":22,"302":15,"306":23,"31":69,"314":4,"32":24,"33":31,"34":46,"347":7,"35":75,"352":517,"36":147,"37":31,"38":312,"380":8,"381":103,"383":50,"389":1,"39":45,"391":17,"396":7,"397":21,"40":44,"409":27,"41":34,"414":26,"415":98,"419":1,"42":46,"426":8,"43":25,"430":40,"433":125,"434":1,"44":14,"45":31,"46":173,"48":78,"49":36,"5":386,"51":28,"52":46,"53":110,"56":9,"570":3,"6":128,"63":13,"7":401,"79":30,"8":109,"80":19,"9":207,"all_client":79629,"all_tv_clinet":12434,"insert_time":"2014-08-24T15:51:55.402Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66661,"10":140,"107":414,"11":305,"12":156,"13":244,"14":157,"15":131,"155":33,"156":16,"158":8,"159":9,"16":350,"160":16,"161":113,"167":23,"168":3,"17":194,"18":695,"19":256,"20":125,"209":28,"21":278,"210":21,"214":15,"215":179,"221":206,"223":409,"224":31,"225":458,"23":249,"24":1242,"25":1114,"257":43,"26":110,"268":3,"27":70,"273":29,"276":14,"279":51,"28":474,"281":5,"282":48,"291":5,"292":32,"30":21,"302":20,"306":24,"31":65,"314":4,"32":26,"33":31,"34":45,"347":7,"35":70,"352":510,"36":140,"37":28,"38":306,"380":6,"381":108,"383":52,"39":46,"391":17,"396":7,"397":21,"40":46,"409":27,"41":34,"414":26,"415":95,"419":1,"42":44,"426":8,"43":22,"430":39,"433":125,"434":1,"44":14,"45":31,"46":161,"48":78,"49":36,"5":378,"51":31,"52":47,"53":108,"56":10,"570":3,"6":131,"63":12,"7":382,"79":27,"8":109,"80":20,"9":208,"all_client":78971,"all_tv_clinet":12310,"insert_time":"2014-08-24T15:52:56.069Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":66116,"10":138,"107":404,"11":308,"12":160,"13":245,"14":156,"15":130,"155":33,"156":16,"158":8,"159":9,"16":346,"160":14,"161":111,"167":24,"168":3,"17":192,"18":711,"19":244,"20":125,"209":28,"21":274,"210":22,"214":16,"215":187,"221":200,"223":405,"224":29,"225":444,"23":239,"24":1236,"25":1098,"257":42,"26":107,"268":3,"27":70,"273":29,"276":14,"279":54,"28":477,"281":6,"282":44,"291":5,"292":33,"30":21,"302":21,"306":24,"31":65,"314":4,"32":24,"33":32,"34":45,"347":7,"35":67,"352":510,"36":136,"37":29,"38":297,"380":6,"381":109,"383":51,"39":44,"391":18,"396":7,"397":17,"40":44,"409":25,"41":33,"414":28,"415":99,"419":2,"42":45,"426":8,"43":21,"430":35,"433":120,"434":1,"44":15,"45":31,"46":150,"48":79,"49":36,"5":380,"51":31,"52":44,"53":107,"56":10,"570":3,"6":126,"63":12,"7":366,"79":28,"8":109,"80":20,"9":211,"all_client":78308,"all_tv_clinet":12192,"insert_time":"2014-08-24T15:53:56.636Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65575,"10":130,"107":390,"11":298,"12":169,"13":249,"14":164,"15":146,"155":37,"156":16,"158":8,"159":8,"16":334,"160":14,"161":105,"167":24,"168":3,"17":181,"18":723,"19":236,"20":124,"209":24,"21":268,"210":20,"214":15,"215":184,"221":200,"223":406,"224":30,"225":425,"23":237,"24":1239,"25":1101,"257":40,"26":99,"268":2,"27":71,"273":29,"276":13,"279":52,"28":479,"281":6,"282":38,"291":5,"292":35,"30":18,"302":21,"306":24,"31":62,"314":3,"32":25,"33":33,"34":46,"347":6,"35":66,"352":500,"36":131,"37":29,"38":296,"380":6,"381":105,"383":56,"39":44,"391":19,"396":7,"397":16,"40":46,"409":26,"41":32,"414":26,"415":106,"419":2,"42":46,"426":8,"43":22,"430":34,"433":118,"434":1,"44":14,"45":35,"46":141,"48":78,"49":32,"5":373,"51":30,"52":43,"53":104,"56":11,"570":3,"6":115,"63":12,"7":343,"79":30,"8":111,"80":21,"9":215,"all_client":77643,"all_tv_clinet":12068,"insert_time":"2014-08-24T15:54:57.083Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":65049,"10":121,"107":379,"11":298,"12":185,"13":249,"14":165,"15":160,"155":37,"156":16,"158":8,"159":9,"16":337,"160":15,"161":106,"167":24,"168":3,"17":164,"18":738,"19":222,"20":124,"209":24,"21":278,"210":21,"214":15,"215":182,"221":204,"223":369,"224":34,"225":419,"23":232,"24":1226,"25":1089,"257":39,"26":93,"268":2,"27":69,"273":27,"276":14,"279":52,"28":487,"281":6,"282":35,"291":4,"292":38,"30":18,"302":23,"306":25,"31":57,"314":4,"32":29,"33":30,"34":43,"347":6,"35":65,"352":491,"36":124,"37":26,"38":298,"380":6,"381":99,"383":55,"39":45,"391":21,"396":4,"397":15,"40":47,"409":25,"41":33,"414":27,"415":108,"419":2,"42":46,"426":7,"43":21,"430":32,"433":116,"434":1,"44":13,"45":34,"46":143,"48":76,"49":29,"5":364,"51":26,"52":39,"53":102,"56":8,"570":3,"6":105,"63":12,"7":332,"79":38,"8":108,"80":21,"9":204,"all_client":76974,"all_tv_clinet":11925,"insert_time":"2014-08-24T15:55:58.106Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":64538,"10":123,"107":356,"11":294,"12":187,"13":243,"14":157,"15":161,"155":38,"156":15,"158":7,"159":8,"16":338,"160":16,"161":103,"167":25,"168":3,"17":154,"18":768,"19":216,"20":128,"209":23,"21":277,"210":20,"214":15,"215":186,"221":203,"223":343,"224":36,"225":422,"23":220,"24":1202,"25":1081,"257":43,"26":89,"268":3,"27":72,"273":22,"276":16,"279":49,"28":480,"281":7,"282":32,"291":4,"292":40,"30":18,"302":22,"306":26,"31":60,"314":4,"32":29,"33":32,"34":48,"347":6,"35":64,"352":497,"36":118,"37":26,"38":300,"380":5,"381":96,"383":54,"39":42,"391":21,"396":3,"397":13,"40":45,"409":23,"41":33,"414":27,"415":110,"419":2,"42":49,"426":7,"43":20,"430":31,"433":113,"434":1,"44":11,"45":35,"46":144,"48":76,"49":24,"5":357,"51":25,"52":43,"53":102,"56":8,"570":3,"6":99,"63":12,"7":314,"79":38,"8":112,"80":22,"9":200,"all_client":76333,"all_tv_clinet":11795,"insert_time":"2014-08-24T15:56:58.656Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63968,"10":123,"107":341,"11":294,"12":191,"13":242,"14":138,"15":156,"155":37,"156":15,"158":6,"159":8,"16":354,"160":18,"161":105,"167":25,"168":3,"17":152,"18":762,"19":206,"20":127,"209":26,"21":284,"210":18,"214":15,"215":192,"221":209,"223":324,"224":38,"225":423,"23":224,"24":1176,"25":1072,"257":45,"26":82,"268":4,"27":73,"273":20,"276":15,"279":48,"28":473,"281":7,"282":30,"291":4,"292":42,"30":19,"302":26,"306":27,"31":65,"314":4,"32":29,"33":32,"34":48,"347":5,"35":62,"352":484,"36":118,"37":26,"38":303,"380":4,"381":100,"383":45,"39":42,"391":19,"396":3,"397":14,"40":50,"409":22,"41":33,"414":26,"415":106,"419":2,"42":53,"426":7,"43":17,"430":25,"433":110,"434":1,"44":10,"45":34,"46":152,"48":76,"49":25,"5":360,"51":26,"52":43,"53":100,"56":7,"570":2,"6":101,"63":12,"7":301,"79":39,"8":111,"80":23,"9":199,"all_client":75663,"all_tv_clinet":11695,"insert_time":"2014-08-24T15:57:59.113Z"} -{"index":{"_type": "online"}} +{"index":{}} {"0":63439,"10":118,"107":335,"11":295,"12":189,"13":242,"14":131,"15":161,"155":37,"156":15,"158":6,"159":8,"16":361,"160":18,"161":100,"167":22,"168":4,"17":141,"18":745,"19":199,"20":123,"209":29,"21":279,"210":17,"214":15,"215":193,"221":208,"223":304,"224":35,"225":413,"23":221,"24":1155,"25":1058,"257":46,"26":71,"268":4,"27":70,"273":23,"276":15,"279":50,"28":457,"281":7,"282":30,"291":4,"292":43,"30":22,"302":26,"306":27,"31":67,"314":3,"32":31,"33":35,"34":47,"347":6,"35":62,"352":480,"36":111,"37":28,"38":308,"380":4,"381":98,"383":47,"39":50,"391":17,"396":3,"397":13,"40":49,"409":22,"41":31,"414":26,"415":104,"419":3,"42":52,"426":6,"43":16,"430":23,"433":109,"434":1,"44":7,"45":34,"46":155,"48":79,"49":24,"5":370,"51":26,"52":46,"53":101,"56":6,"570":2,"6":102,"63":13,"7":286,"79":38,"8":113,"80":24,"9":193,"all_client":74982,"all_tv_clinet":11543,"insert_time":"2014-08-24T15:59:00.260Z"} diff --git a/src/test/resources/peoples.json b/src/test/resources/peoples.json index fa2ce4f9..827fabf9 100644 --- a/src/test/resources/peoples.json +++ b/src/test/resources/peoples.json @@ -1,24 +1,24 @@ -{"index":{"_type": "people", "_id":"1"}} +{"index":{"_id":"1"}} {"account_number":1,"balance":39225,"firstname":"Daenerys","lastname":"Targaryen","age":32,"gender":"M","address":"880 Holmes Lane","employer":"Pyrami","email":"amberduke@pyrami.com","city":"Brogan","state":"IL"} -{"index":{"_type": "people", "_id":"6"}} +{"index":{"_id":"6"}} {"account_number":6,"balance":5686,"firstname":"Hattie","lastname":"Bond","age":36,"gender":"M","address":"671 Bristol Street","employer":"Netagy","email":"hattiebond@netagy.com","city":"Dante","state":"TN"} -{"index":{"_type": "people", "_id":"13"}} +{"index":{"_id":"13"}} {"account_number":13,"balance":32838,"firstname":"Nanette","lastname":"Bates","age":28,"gender":"F","address":"789 Madison Street","employer":"Quility","email":"nanettebates@quility.com","city":"Nogal","state":"VA"} -{"index":{"_type": "people", "_id":"18"}} +{"index":{"_id":"18"}} {"account_number":18,"balance":4180,"firstname":"Dale","lastname":"Adams","age":33,"gender":"M","address":"467 Hutchinson Court","employer":"Boink","email":"daleadams@boink.com","city":"Orick","state":"MD"} -{"index":{"_type": "people", "_id":"20"}} +{"index":{"_id":"20"}} {"account_number":20,"balance":16418,"firstname":"Elinor","lastname":"Ratliff","age":36,"gender":"M","address":"282 Kings Place","employer":"Scentric","email":"elinorratliff@scentric.com","city":"Ribera","state":"WA"} -{"index":{"_type": "people", "_id":"25"}} +{"index":{"_id":"25"}} {"account_number":25,"balance":40540,"firstname":"Virginia","lastname":"Ayala","age":39,"gender":"F","address":"171 Putnam Avenue","employer":"Filodyne","email":"virginiaayala@filodyne.com","city":"Nicholson","state":"PA"} -{"index":{"_type": "people", "_id":"32"}} +{"index":{"_id":"32"}} {"account_number":32,"balance":48086,"firstname":"Dillard","lastname":"Mcpherson","age":34,"gender":"F","address":"702 Quentin Street","employer":"Quailcom","email":"dillardmcpherson@quailcom.com","city":"Veguita","state":"IN"} -{"index":{"_type": "people", "_id":"37"}} +{"index":{"_id":"37"}} {"account_number":37,"balance":18612,"firstname":"Mcgee","lastname":"Mooney","age":39,"gender":"M","address":"826 Fillmore Place","employer":"Reversus","email":"mcgeemooney@reversus.com","city":"Tooleville","state":"OK"} -{"index":{"_type": "people", "_id":"44"}} +{"index":{"_id":"44"}} {"account_number":44,"balance":34487,"firstname":"Aurelia","lastname":"Harding","age":37,"gender":"M","address":"502 Baycliff Terrace","employer":"Orbalix","email":"aureliaharding@orbalix.com","city":"Yardville","state":"DE"} -{"index":{"_type": "people", "_id":"49"}} +{"index":{"_id":"49"}} {"account_number":49,"balance":29104,"firstname":"Fulton","lastname":"Holt","age":23,"gender":"F","address":"451 Humboldt Street","employer":"Anocha","email":"fultonholt@anocha.com","city":"Sunriver","state":"RI"} -{"index":{"_type": "people", "_id":"51"}} +{"index":{"_id":"51"}} {"account_number":51,"balance":14097,"firstname":"Burton","lastname":"Meyers","age":31,"gender":"F","address":"334 River Street","employer":"Bezal","email":"burtonmeyers@bezal.com","city":"Jacksonburg","state":"MO"} -{"index":{"_type": "people", "_id":"56"}} +{"index":{"_id":"56"}} {"account_number":56,"balance":14992,"firstname":"Josie","lastname":"Nelson","age":32,"gender":"M","address":"857 Tabor Court","employer":"Emtrac","email":"josienelson@emtrac.com","city":"Sunnyside","state":"UT"} diff --git a/src/test/resources/phrases.json b/src/test/resources/phrases.json index 9fda0a28..7a2ec759 100644 --- a/src/test/resources/phrases.json +++ b/src/test/resources/phrases.json @@ -1,12 +1,12 @@ -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "quick fox"} -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "quick fox here", "insert_time2":"2014-08-19T07:09:13.434Z" } -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "brown fox"} -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "fox brown", "insert_time2":"2014-08-19T07:09:13.434Z"} -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "my test", "test field": 5} -{"index":{"_type": "phrase"}} +{"index":{}} {"phrase": "my test 2", "test field": 7} diff --git a/src/test/resources/systems.json b/src/test/resources/systems.json index 3ce9bb18..7c995251 100644 --- a/src/test/resources/systems.json +++ b/src/test/resources/systems.json @@ -1,24 +1,24 @@ -{"index":{"_type": "systems", "_id":"1"}} +{"index":{"_id":"1"}} {"system_name":"A","pk":1} -{"index":{"_type": "systems", "_id":"2"}} +{"index":{"_id":"2"}} {"system_name":"A","pk":2} -{"index":{"_type": "systems", "_id":"3"}} +{"index":{"_id":"3"}} {"system_name":"A","pk":3} -{"index":{"_type": "systems", "_id":"4"}} +{"index":{"_id":"4"}} {"system_name":"B","pk":1} -{"index":{"_type": "systems", "_id":"5"}} +{"index":{"_id":"5"}} {"system_name":"B","pk":2} -{"index":{"_type": "systems", "_id":"6"}} +{"index":{"_id":"6"}} {"system_name":"C","pk":1,"letter":"e"} -{"index":{"_type": "systems", "_id":"7"}} +{"index":{"_id":"7"}} {"system_name":"C","pk":1,"letter":"d"} -{"index":{"_type": "systems", "_id":"8"}} +{"index":{"_id":"8"}} {"system_name":"C","pk":2,"letter":"c"} -{"index":{"_type": "systems", "_id":"9"}} +{"index":{"_id":"9"}} {"system_name":"D","pk":1,"letter":"d"} -{"index":{"_type": "systems", "_id":"10"}} +{"index":{"_id":"10"}} {"system_name":"D","pk":2,"letter":"c"} -{"index":{"_type": "systems", "_id":"11"}} +{"index":{"_id":"11"}} {"system_name":"E","myId":1,"myLetter":"d"} -{"index":{"_type": "systems", "_id":"12"}} +{"index":{"_id":"12"}} {"system_name":"E","myId":2,"myLetter":"c"} From 426ab94077368dab7bbe383a952d90d7f2dd9dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Dec 2022 19:30:22 +0800 Subject: [PATCH 190/266] update .travis.yml --- .travis.yml | 10 +++------- src/test/resources/elasticsearch.yml | 4 +++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66e9d3cc..804757a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,11 @@ language: java jdk: - - openjdk10 + - openjdk17 before_install: - - jdk_switcher use openjdk10 - - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh - - chmod +x $TRAVIS_BUILD_DIR/install-jdk.sh - - export JAVA_HOME=$HOME/openjdk17 - - $TRAVIS_BUILD_DIR/install-jdk.sh -F 17 --target $JAVA_HOME - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-8.5.3-amd64.deb + - sudo rm -rf /var/lib/elasticsearch + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/src/test/resources/elasticsearch.yml b/src/test/resources/elasticsearch.yml index 16f60000..2e614fc8 100644 --- a/src/test/resources/elasticsearch.yml +++ b/src/test/resources/elasticsearch.yml @@ -1,4 +1,6 @@ script.max_compilations_rate: 100/1m path.data: /var/lib/elasticsearch path.logs: /var/log/elasticsearch -xpack.security.enabled: false \ No newline at end of file +xpack.security.enabled: false +xpack.security.http.ssl.enabled: false +xpack.security.transport.ssl.enabled: false From e4f5d043fac1b39a3e003c886384468831bfd831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 25 Dec 2022 23:25:44 +0800 Subject: [PATCH 191/266] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e658000a..58c914e7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Elasticsearch-SQL **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **7.17.7** [![7.17.7 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.7)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.5.3** [![8.5.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.5.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -207,6 +208,7 @@ Versions | 7.17.5 | 7.17.5.0 | | elastic7.17.5| | 7.17.6 | 7.17.6.0 | | elastic7.17.6| | 7.17.7 | 7.17.7.0 | | elastic7.17.7| +| 8.5.3 | 8.5.3.0 | | elastic8.5.3 | ### Elasticsearch 1.x ```` @@ -1021,6 +1023,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.7.0/elasticsearch-sql-7.17.7.0.zip ```` +### Elasticsearch 8.5.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 322391942c050949b6c722e4855f48d44b50e174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 4 Jan 2023 23:02:53 +0800 Subject: [PATCH 192/266] fix can't explain sql by Elasticsearch-SQL Site --- .../java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index d2f86130..52e16c57 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -4,6 +4,7 @@ import org.apache.logging.log4j.Logger; import org.elasticsearch.client.internal.node.NodeClient; import org.elasticsearch.rest.RestResponse; +import org.elasticsearch.xcontent.XContentParseException; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory; @@ -51,7 +52,7 @@ public List routes() { protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) throws IOException { try (XContentParser parser = request.contentOrSourceParamParser()) { parser.mapStrings().forEach((k, v) -> request.params().putIfAbsent(k, v)); - } catch (IOException e) { + } catch (XContentParseException e) { // LOGGER.warn("Please use json format params, like: {\"sql\":\"SELECT * FROM test\"}"); } From c409367b0164a4830c4575c90929b259a7c8149f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 5 Apr 2023 21:49:22 +0800 Subject: [PATCH 193/266] es 8.6.0 support --- .travis.yml | 2 +- lib/aggregations.jar | Bin 0 -> 195867 bytes lib/parent-join.jar | Bin 93290 -> 93430 bytes lib/reindex.jar | Bin 123668 -> 123679 bytes pom.xml | 74 ++++++++++-------- .../plugin/nlpcn/ElasticJoinExecutor.java | 5 +- .../plugin/nlpcn/HashJoinElasticExecutor.java | 6 +- .../plugin/nlpcn/IntersectExecutor.java | 3 +- .../plugin/nlpcn/MinusExecutor.java | 6 +- .../nlpcn/NestedLoopsElasticExecutor.java | 4 +- .../plugin/nlpcn/UnionExecutor.java | 4 +- .../nlpcn/client/ResponseConverter.java | 14 ++-- src/main/java/org/nlpcn/es4sql/Util.java | 2 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 10 +-- .../org/nlpcn/es4sql/query/maker/Maker.java | 2 +- 15 files changed, 75 insertions(+), 57 deletions(-) create mode 100644 lib/aggregations.jar diff --git a/.travis.yml b/.travis.yml index 804757a4..0a59c5e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/lib/aggregations.jar b/lib/aggregations.jar new file mode 100644 index 0000000000000000000000000000000000000000..0cc888c4dfa617945086280514a4521de0290776 GIT binary patch literal 195867 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 `p=UTs7VWHXn9M){*_~_jNcQk=5 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

1F`Mm#TZ7zyGQ86dl;Re&Y2`sR>~tg2!<440At( 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�$ni(#(XE*IF-vALh%P}T%J zxxDP*ws#@&Mt;p;`}=|9@P)Q*)UN$@Y}>YNqhs5) z%_mRnbZpy6$F^Leo9TyQE8T;oBoxC-nKiuWXM<|FYMW8*AIDJX{MicMa#Q%wMQ#F?P&vM^+VG zMQeTs%tUKNHgjS$+yT=`!z8Skppr_1;3tC-~iuUSqH9-*6^7;t-0#>vtH$8$j_?Fw`ciO&)G7!#W~zw4(u&Vm;u4uX@lx`@sG zuDchjK*-HnH7{mQZSns#YXvZ;hG&vB0<$%6e5ThE#e1Py{1uN~sU>7IEF5esYE|Sh zpTI&z%x&rVYv1QN5pXS*++)UVOwod_|K>2Dzr|mMk6qRo>h{)s~Mi`%3IT zE;@1H4cZuB!HLlf1KF!DgWBAFHJT$AWUWkG9bDR5@c6j=Y7bD>*|33+QxGCGw^IS7F9fKm&(! zb3O1CLazCfncVMr477Ht+ReUkJ@>kdkq*U26xaEqgh(oQgV6j5;?p+m??$Q#=%{ig zYr^)6xrsRr8bG!W=*ecPl%(LiAmt?VY2`nQhkcuQB(*=WGVY{VL#)CQ%t3`;7~~k4 zr0+jw%Q4(wk$*XaGL{NGU7)+lGJMY-j62N?Z~Dx3(tOjWT7NY$JW~bJDi!q?mi;|& z8q(7KgUr-N=sc8M>tTDSpH>pPT!NR5I^qa5s(Q~c8jz{x(kPnED0zZm3A?#2Vi#XS zf84Cf8&^$6T_kjhG(sb({_NqlA$R7$ZMd02BWF<%^C-=Fh^Rg1JOWjE#lG;L3X0wN zW7h)V5*L;Bq+uN;QUeZ56M3+AE;dYviGJ=ljQ$-+?Z27>VlfSs1o1v~7{<6o4W#hB9SdEX^S=K`~;ATYD%>6Hh;n zml-~RS#(w5BBHYxs7aj=?`NP^4$a}tXa zztNNahnPdIFBJ<)c!h(6sWwFyZd=&azh62+E)iX(Kg~fCZ@l!ZI7_r=A zN_fVTlNnP!g;}famr;!Pk zJf~B9-)z=cFUdXbprNlN_EIH?tigH6OH5jdUg0;*d%NVXXZ_)L$=uYNg>>^>X|#fv zm2DupG)J*Glb)tAf}1^(Db1%>x4W1CX9F5u6f=rhUkYmzPO>E)4DM^y^*OQd8QXfRPp_ zg@+BzklBx1Sd{pbTep{u3EH5zmYZzxj&I+_e<{eaQxf{=L0XArwRRTw8SI_MFR0f3 zox(550{WJjf-1N6$YOT!W=+`*MThrl!@9fLV=1LAEl%AK&(4EKbNCYVnjL6r;z;zyU{ADT z0h79bi03T`r&qq9qo(HqgI_wEC`sugr*;K>S*d->^Q)nP?gy-@XcUvWoxmcaXQbpA zOlKxhGxmlyBhyy*5$#K{8gMyuC4K4afg~)Rs*&!L(~b)2Ue3$B_lb7yg^}6HZxdcV z<5334czZ?uTFv)Iok71OS9>94ijDt3;tm-|=kehYw;<=RLuj_pG`={D=~us?5}0|o zmqinl6OKQrle~9I0&QRZMQ<9?voE}v1pQNq_Sz5j`Hy=yG7Zo|2Q<&{25G#ovVKt9 zY8&eSOnjcewnbVgiTztLUVJ782+`zqbWgasPJ~Ny%Pen;8gg**b14>oSk2!~9$~|- zDJ=9}us7FlygsBlAAoSK`)l?q!CUeB+fx(~;Mf*)vz{@3!2 z-rb5RGfunztU@aWWUd5)9|0#y7M}XXt=n#&mrl?aW^b~6sqzOC?t_M625k?QnJ7rG zw&As?AA2p}R0-gxT-LTA$CRmN6tO1xgA(cEHJ`!w1U7`j01#m#(pO+i0AWr$pn;60~vS1(8Vo?hvNM` zu#^|j54^FJ)coC3yt5D1F=qVUB+cQa*ja^h_qGuj7YF)QPt325I zH>)z8Rb}U?_ba*H!mq?2DqD2Pz?q+bJ)!8fm=yob<)2=Sf_mno+8o)F^5U2Oa3>V> zLDU(Pai>H#7!m82)6v|{j={@pw?e4y%sAOCk0}1d-i6v~n>cuU5@0CCd&2WR5CC zvAxx17p7HCL0XxezxY0NsOrS>*)^%>t5u%hJo(hW>lOO1RP4B&djw^4Np;BDD0`&Z z=rm$j*k&$Q9P8%iY&2Fj%2!8eYy}y&?MBUt28Sh#-<3`f~i!x zAhg$b)^QXCDgrso3@VeZ!_*_*j0Z zZZ{6cdr(ldg%=NM=?WjfP6Bz(aWRL$Zyao#8Z{zU2;2=oCO))-3I?fs)i8}qpzC2M?bw6pql3!2^_X_Ustx@DMwuOhkASE6C57-QdI(x&3tPf!7Da>Ek zSYBFL+St3YvA?soBB5(B^6e4Ci>$9Y*ECfs(=OSA%aWqPUw*-g+52M<_XK7v>Wdk3mamyqHz^^* zF&b=^RooZU0IdxeT;;_H$J+9COp3_Ojn3}^wCu%I&qOb17wzM1PfaF^wAaqn!A(Hd zAX^#gK}w{_JJBfDH!F)K&x-XO>2zgxl_01tB31ltVFy}-gz{v`j3zGxXSA(W2-Qgs zSQ|07DGB06V`)_y;ZKuJ!pd^0iEQE7>1aNK_g7s&SJDD(1HSh5_8iL?kZMc{IUbFO ziMtzvB_vGdSvht^&@ruAHPhB3+lURtZ@&VlU4a$C0~Bn3Cx>oJ9Jwq{iO+a8hN?6~ zSs9E%BD9S1K>6c^CTIU;Q$xq5Hddw>1-3X^b*%V^xSaXo1I4Y;yGX83Cu*i4RKUW{ z#J(b1&OCscDDFBmIf&ZF?|+kpvp%w#m@3npKyQ1vdQn~Zvg|~&)?Lxm$ZDMSxdHd& zCgTlB6XgbQ4cPkSZuyg&)|f+R ztlVIGsQ)W8EV(i6R#jG}J=r<}77j!oZw?{5F+G4)gMdh{^GXzO}o9zk0htr(=Yh^@!o82XjP&h zS{ATfhxfc^jsC%ohXgEPvH8t_$5pFmjz@Let5ve^wxAr8&a8_y+(ZJSKXPAJzldMX zEkX4Gv01hckFy=li9Eir$fo=f-!Ai}4|eKnPT>zI&IV4^$m`rF6c6eDV8|%GhhG!2 zoCg;AlbQ}LEmn+tirVd!)Ctn4#KJmYhy$iKR&N`AD|Qp}v;3)pr`+!A1C0D3xMF3! zkXN9(MCS8?5O>Yr7+-xBTvLZ|X7Gh+scaP;$i|vTx>EsiA0lNP zn~QV7sZL7RHow7bYNwM;Kf=F8ht9xQVZMiPHU5QXlaUx))Wf;PSgPVqR%{IKGMIHl zyk@5tLdak@QPGxLliIwWP)~wW>A_V2)V)h z(;dey4M~Nw2TB?7BCtWTIM+!*f7O5&EYz2C39qv0T&z>cQniIL?i7r`%>gXxV@93O z4eDd+8+OOq?46zGLm+S6&=IXYspPt{r7CpQLt4?sM@T(Yhd9~zLLHoS(wD=?Bn9T& z8bcwmcuLiFW~j-#7UUo`8KL}S23o+;C3Uz=p`zYvLT~mybZ6_uwTeXyxsVpyVtI%} z3?UxpUPWTb+*A~8%U%w`NC3&7;kWZYc&ggk^I43h4M%jgY_uj5Ld@A{G#%Nm%q^-a zTB{+HcPi+D3%4$x{mo8tcwn|RYz`>droTAvhn*_#>Q(Q~p50 z1Cqkvx`&_TFY+Y+d^He#U`|7GnA-V-N2`8U>^THVOHGj51x_wEFNek=IH+Xh1OhBy zDRU^3p27zHO$SG#`3fA)rRQb0ve-;=JicTGdcdy=Qkpp&EOw4l7B5@TVn4_}8S*p}~Tb)!iMK3za_7J2MQ@uTY ziQjlLrs7Lr^r=D@4`WhqG;M4&L{rUCGf*?JXLdH{Hao86E%i|@%hYp>iB#CwUzk|69x4DNdwrm#o!eCy$Z*$BC!0m zFl?7aL4}Dclhcn9VMwN>%4G{#!)1Cljph*6Fx_3mXtg0jrsqdREl@FHp@5^!{_j9X z2lZ*wNLJA+6Bo-<5y4=m|HjVnjpK@1M-3+W)Fafaa?cogOlGt#e zPibyYIVwtPbOAVQ>tq4C{QwlF%#1<(F5Q&x+8Z&kL_pOnIS!0f1J`|{97{u25pwC9 zYq><~97e33&jEFCotONT^7{%^f>5T!)nXq5txK|D^IMXWoAn_ng5C71ly?T{TJ%kr zyp;04w4KIop)9o-^;qW4k&>X1E{6Ar&*X+`B}6yR!XFuhbLxtrJRSmCH zH-SrC4e$cpU`=?~N~W6iSLA-FHa@p?!o`uCn@oM3TLgB+fvs$gVV~T3@K0$Om>)dYsLFqQJ^bkyJnu3&6~0- z3II=%+)xuv5E<+EvTWxlfSNvDzqPR@Pt~$EJUPU2+9_H1GCzgq3em4WF*MV#a9Sl? zE$#Zwnjh6P|xUYIOu5Hlqk^uCJxcxP29{%>8ILhoOHwV zE`iF(j7I`mA2+n~q#aSwIJU7_=O&}E1BfOdh5RIBj8mA92&-osM-B1P0U<85b8X!T zcTIQDixd|@aCecR&8Zfaw594*)^?#0L7Bb36osy+Nx5`*ZMdfo>b?dtZT`&bH8b% zP<-T%;2b^nj&<{vrBPc%F;6>W$P?$$wdkCt!T$RrZQZxM_#RpJjuy!xlCQON7fLTm zo2?Y7sp_>egibA${-E6yD3l?^0)=4Xp6s0o=j6*eB2b z>HPiL6^B|xfE$DLx6Qu^3fhUmT*nGN7-YbEmXn8tL{zc>LdzU?R%JYnEqS=AOPTzI zY8w7K?+JSQTBWysPZdukeDw%6PT~^+(mLhNc*Bi0IBzYpH7WvnoU~fPmWmH4J5>_k zH0ScDk^KGddi>6-VWq+Y4G4a&x6!U(7BsdoFB#}x6wK0<(t?#MI%ZZ#s_eSWnM2Mr z333fM_Nl9q$5vKiJMYVj>vHKz{FdUfS+8`zXlN_5;HKx?X?f^2aGdKo-J$6!o0ECG zZ(JT0X%i>BCY(*@^keG22;4g?9nts0HWjo=n1suevKN1hjTkN!KBWW%x522q9r%Kg3W7LYC&WxCOTn~lV8W4C&}MFqI;>D6@0XiM_!3C zN}3j)@k{DI9&}8jB|vPsK%f%%(1`;i-yO$hVHjU@2r^tKX%7GJuU{i=O4qvn9TsA0 zM{LtNrMFI56_W?+rVIgDUvi4mChm+&QOeu9G^HB}zYT`U#``A;_bGbJ$1dt1T3i1Gq z+~NB#3SyBe6)L0iuGe*m8uLlLi)>|?s`i&Z_c6QvaGy*$#?zgx+n z7MZ}vOq;LWzvM7LJJ|(GTkVM$E#~0SWRfq|a7>DhKl;8RL$oZ7L)#ClNzH;_c$}u? zfN5E_z8Q?>$2&bgD&3TIx}RJ#YN|{UmSbOe>>4N0GH@#ttOFj}9hc61DEm)>=xAs? zRl?oNXv}}Ol@*kZ-9v9&%dq-y?Mh7QdXpY<7?n#SX#mJ*lL;wTrk-UIyU3g3c?h1g z;UT*12`$O&PA$TRrJ==^d&`zXzkDgqz7L6aIKPykH|}l=f-?rL(}zd!sF|)#?W)?U zns&sagHyDXj+mRJ&>ZT-L6P8$fvS%ft7^X6X+ zxl-KLu$P65|6ZpR~u`kbi=!Er}exjP=kR0&^;;RYT^7YtRk&jRk5HP_6=l zEiwPZ*$Fu+|IVa8)X*B0sT>c!W4?!+lFqLj()m45P~37HKV4Dv@g{~RQG_Rr z6A8KI27o0)SvTX%np^J%aX3598f}{6N&bQ{87ZSFEN5z@6z997Z$_0*&zg|K zsrd9eVwegj}tws zb~?%B7LFnJI#|4Pk5-wG0#KbqtI!&p>s@a`D(xOmaOrIyxXXFncdX_H5H@K21TWo_ z`AjIZ)xBa5uIN78$~1?Ta+e4MIe)^izp_J~?>PSbruTWiStaq0+w#OvVwl_p3LbpD z!d~~fT%G`iq!^|NhIX(I1hMvWJ%7zKz!>Bie@0CYMl~YTI@aYD0o-Fd`Kz{Qf9L;l z{vCzGEC=isjvLdoy{&NgE6zR2D8mQtRipzhE1)NpdY1-@bCoxe-lIENXveaClAqQ* z-{Pr0gkqiVkT}d-9L#gZs|#_Yf*5()VcW!Dm0vwe;Z@0yjOKn*T=L=`4jZHany5Rz zE?aS!v|!PJNw25d3~05Tn$uCc0o=PK z8Kq_HwiggLyByRiD+b|Dld6Cj8SWVDu9}I-txlbl1Gzj}%7TnPiLUJ%a*h>5dQuZC zH@Y4UQ~&3k*&WPlBOjo(#KMcJx$|%@lko?tw=Mv5K9Q z7#l`g{J63U^aP3!nQZ7mS~xOMN~anwWpPvGpRPd32xb=!t*)FQkGw3eAuS8C(#ooU zxNLWgGVK@gCt#UEtUkqGR?z4fhUFHQ*J+C$xzyBF_cwRZR>tCxy zYVVe1=iy%9FR|N?D0!onCi@ic4(g}YcLc49mjx#4jRAZ$>iccl?)8CFsv}3YJYc7v zVitRQ@(09c!MJTy-`rn;|mnp6YjH@DhbrSCTAO=7pJ60hP)T2O+6mrn;#OINgyIQMC2qeC<16P z1=K+SWlRHYp@7Kg&`@7)kzs~r)to54=Rx2-VLmu1gvPurk&Wk*0sL7JoX;)7KAy|P zz9)R-!@UMrDihyT9ggnkzEzIz_=b?us1qy9i6@B^Qz?8F20$jg;cn@AWUEH*sbf%) zOIziy%T*tyc$7t3;^UjP3Me2pQ32aq`bNNe%`+bB&Ob0h&k`z9W}%{)*{rIrxd zNzo%kVsURY7V8!?2cY3t);tulPO9KT=VUp}@U+G<}eT6P4!vHq(o#Xk&(&WTimG*@41soTOnA|?;;l`MMu$iMJ{-848mrN5L9FX#1T4rR z2i=2*u{GegkVdUKI?m~QzqT5W;&;t&Rhwv68&tas*f2nor5{tyW}9sX=)I7dA`r5DOAC^J!DhlghgPFi149 zLBK4Y-Q6{#nP%{8rNlw)!N-yK5-~vqx^zQe%EU(F2cXbZkV$z}iRm~X>4s4j=Ojsz z0`0Noa*9@&EooIXp)H6HhZDM>%o0;{w)bq&r-1+$WSGFhVzhkgNaHCHy#bUi93%1a zvHhCg1_orh=+Ub2d^SLVV|?~*#~&eGnjvj21)v+vV!wAVxyr_WeZn(a?Oa4z>e?yv zWWFNVF#4K}o$uiFE{tspk-?6Zb#39Qo=wg48L5Q2oKe7~7T|(_*Lo z*F%dy*badC*h2}%b~Zu%X2`?=#MmKLI8y6MTnpJ}7IZebTCBN)Z;KvtPo0H{tX~6! z$~fA6@)Tf4x**%xphNL%$UH2q=|4#84f$FPTo@@NOXCtaW!efS_PT6+*m!mMBk(~W zSv=|nJ|fD_E?CULO|Ji7M714s0UaUW5LTfHRrf?4>BTvi>8~elD<&eqRM<+~Uzx^4 zVQ?UQ(F96*N7P=yeCHQ|_@|MIMCgE6jjPo>!J64x@lQ!xd2=n!85iR zjXj9g_~z~Qsg3#V`neOkGSU(DZ4MofxwPhZYB`Eyiq}RE&PqpE-1m?~ZSnX%d-`tj ziYLptG75NV)FW1!&0(~$c-hGylFYvm~P(8 zreT~+*G%Otcu7uSlV6kuB|)JxXCX`YtT9Gww@Z$nQV63{*>2T?ebv_T?E2o$?B@QJ zrESf_U%hsXkdJ?6asMKEpd#HsCpNP7n*8>eFgk(pE3BmZZ{s^AJf+<-7-+80I#=I# zhk0YCY9CicUVikE#o+{ZcR9dWQFdL#j70#U(jFJ+rR^iT+rOBXeX+?iQv&J-o#L|) zs)-`_MJ|1sQq5CWu*zL>*of~_4L#>@&v>VVqGY?dWO$ukr_+se*EhS*Ya9vI^x~H6+YJVH(#Er*4>7CkDDT-}Eq67erH6*g%W`leCcGSijN2nAi32f$)BS*5 zIC6RU&4!(+IaKY?BVz{iEbz8}+tDVm)l6sAc7D~8YW$gvt+P{3k`+$%8)QHokwU(I zI8|hhQ$Z!iN(3~a6rjqhFy}T6;ZOz%A)vvkWyQ(|`%>$F$9MWqrNwU?I)Cx;$qgA} zH&;8@KewC@XBefG@6)-)le`3z09%!Y^P{au5mU;zAQehYDX`=boPPgnCb9loy&+;< zN^mvdBw&>j`Ct}4AVGYFPS^TJsuRj+hPP@;PJn22dIXSCp&3d*LM?t3Lz>JapWs)5 z;2&5(%BxRU?d?A+16y zFlKDu8TC6nK8;cYYueJ4=u_Jj zP#0BXY;Gqi>Y@|oF@oWcxYM$=(WjL-b0JAZ$U9TQ#v;FuS~ztG`p?ej2V<{(=i7{F zqH{2rjJA*nFJQoX3I;sweW;6As!M0$MAmRQ2m$ESiwpNeR=2_%^K-y zNligB$?iO2q?KsdKBj(l&%(&u{!FCE@T$-ixMy%tpe2+4pJZP=-)2?ZDe%-eu%mhv?r=_*<|F@%w;-EG`W6Ra9RH2bJ3fn$55lN{7uc?GQK%;bqgi zSI(yLg4`gKx|woMO8=bbqE399>-^7_#Z>$27$4t)A3e{Oz#zV#93{@La#|oZUWobA z3e&#@N_P{UjKx@o58TI(OWg)Tkhj8K@sx~sNFbYhCKmqoCNB3 zM$btw5pSi0aes~zRLjaPhW*Q2d%FavrramEf>%$~3vjax{X zZzMo46C>{5WlJKw3rh5zn)oM^7t^gXyZl!lAT&;TqS^J633_f{?w^mFSkIXI&aLX9wk zFJ~=uM8CAfyhNs-DBH0x+RXEWTsVsgFWTO|hc;%8W}V&Fa4{fMi`%5C5UDj(*>V$k zR8g`v|7h?D7DmR=fU?}Zb}Zdnjr-{f*d2?O$DZCptvA*_Q=uYr2vyE6ab!GqNP`4* z9bqhm0D+Zkioi>sK8dXumDAb=#NsR@n)FEkk_6rWFkGZIjX%{8AsF5%XMfVJ{lFxI)9j>0>^f-el3WJ z7!%Ag9R-mRFGtTI1ZkRJ^*+x9ROL9I`9vSAu>9xmoDF;xQcdI(x>**M-CHYij_Gr( zV???~e0-5PlLBXpl7)9yryCHzRG~IXy&_w#xrV{ceFi`%7{x7>8m_1HBLGZ^){En( zQ6lur7gCtgrCQ#6LM38Ep%Owxq^*Y^&o| zq+?a&Y?ncukVh&PyU0op$TV}gxS8Qvrrq+90MMtu)Q`S@X!}98Do z-Dao`mA4oT8i+c$-VUEb4sQds=U!pZMy_CyzV-Iwa!HLR>D045K?IdlMqFne+zBUe zrBreCAi6B!hq}o5z1XF}JF257Lb}G-GreRSX-P@w0h8N9V~iQ%r=s;+__yF$+qxft+ivSAFC%6(s;kGxfqe0EoWbU$uxw%R|LkxSwYT_a@`K=Mp9i4UOZ zt5FDL?E~>jnnMS|{y@P}Klr3?gXv1%06;9x`NOt<`0ir?z_m{;JpPW`+Fj|VpO|-t z0NgV#4nP&<#z@R_>zsgT;|}XOrP;+HKoH~46-Z#vMzS-YZ)a`7orlXz$F{NIRCl-G z%{hzcmAC8aKk%x>iky3xO4d@8IN%jA^qS!5ig2Z;JVE0D?c?Fx$-dy7LDq8MrwjCY zTrL(4aV{1DEdK`a3fGa>_W-taCf`W!UOhnwNF3`46`B{Fq)}+;CbtjNF(1M;ppa=s zWlxvPKsqjPKhIuHQLs!W~WBOa5eOs8MnbDoch;fd`sLFnbLKybfMIh+$uy zGsdb8$J>zqGE{CBHU=rFb@2kJ*wIRQZ$7ENSZaQjBsVQm{cZ5|Xq2*~G3HE)5-Q?M zDuP=mtn?F0)#9I)mOYxh3D@&Cz#)oHv@U{R#$ehqg;xf3)>JX?ldJJRGQ*F9y2ScY zEzDU7(lSQMKu|F#BEkAfbQtI-#eg&OdaPlj+$20~huiwCxZ zn?mhs^X&7CQZ8oSDy4xE0w}HC!GNAnDg94mzc_y*ZN0}+Bh3uAXkHvGZ1i&O4LoLn zrhHnxft_%Jz*$yWq9{xl(eS5{#K^gC)4ZrZK@V?_=89uQWx~6od5vpP#g6`n9UwM( zNi>hA=55J`?Fbuxwy{NG6!+4LU>JoKiR3|>=E#m-GY82+&DUHG0UlT|1r3|A)M28= z_K(t|P)njp6AdjG8Cp3_?o3LeqU10!%^3X0UGM1lCNzEP`(o1Ri72^4eOUQf@KGwuNj<=Pru^MzQiSdqBG5IP`w$Yu2kj_zVNz>)J%<>dyc!UZzSV7DgqI+T78OM~I*2YT%N=gJ(VjQG{UZF~1tsz7de zv~uaWZ?8kX_u`7}mV*3G+Xy!JM4=^rXmcWiB#4UxL3ijXkM$Yb3~3n&8v+7kM0sH- z%u_xwoh1&Qzz-9K8GV+p)Y9&)^8Q;{K1kdXau&TIAlc2aH5|)9AdU6)xpMGFDM$<= zOQx^g?)EB|aG14W7%I!!?DlG8SnL5zbDdV#D|y6GxanLus(OeUT6gnUSx*{dqC7jd zm&Q8M4qA8a_^%+i7n`}lF3mZf(!$5sIB2JY^c#=UJG`@sgR<`(hB&(ITv&eEbXEuy zxh1d-U>PDk32c~!xKIRoH>y-6!DgQZU>)}zalzXUg0#ZJ?)hiQKf3m})IsG8E$oud zUuuL$gIE{~O!u?Sh8%I>YM4OV_j9*`DvU6kcj28JG`0R$I}+ka%h1p3#Ox0(bN9>H zf5Z|z>W;nrF@i5&I*}=OVvw!dqZdr;Bm^%8uxCWdGBE&Ys%sJg^7%K~#<@4*<#(Y8 z>E(65w01sHtj9Q1*pKRqd%S{QTOC#{CipEb4EyoEg&1+U9)UjW#GtD(p<0DB?jd5L zL?PNU#)oo{%bBWDz=Yqvdx{5N(g`6>OJ;l@oti|{q zKo#eBcE6M1-#Bod&BRg)dw`^Kk}1>y8RPJ5PCcjhT*vSkny>bYX_>-t!O8ZwwA#Vg zJ@Mwe<{f6+pe!Y){S%pws5hB4I8|fAv*SgL_K4w#$)5;F z=!GY!WG4s=Th~)hjk#jo*q7$mW8gIc3^0E_hJW7V$h)J) z*MFxVVuxy$u!8qzUVtYkLKUeD(Pp_Lujz-xZ)usl(%j-sUbWsmLPr~5aJrkJH zqsRQ`u4Mxo9N?2b_20H&u)!phFjWlJTzh-ca&`nFPWd1a@sQChj;Q4g>g;I3WgG1H zS^z5&x)idR;;ZbqbS8~ikx*#IeP3gmH3vTID^7a;3U!7bXo@nMS52KrOkJ_^a`7KZ zcr>4Pc50exbsU{cu-Q zAzo%N7Xo<3UK?*r%}26po;H0ZG34Y67N8P~>Y1hbK`R&Se1s(64U(J0#rnkG3E5U# ztD!SNt9wY(Bh`mB!oM6pD0T=Gk=T|y-V&8~!(+x@j_0q!6rTkUn~N$=#(UP1QEly_ zMit)~K$;b(CLx3K^b+$G=>9cSh{W&_1CJ>vV=I!%?GaOs9!bHPSA|+mfG^^A=%;)4 z%P!L!y2O;Rx?-u{M5-kZm1`y#zA?u#+mlB{tn~Lc!WSS_$FkADdQZKe2H?>_`|_|3 z^3&P{>4N_1(1ZrO4MT*HTmPqlH*7%|>LcGPcP0Lsb)@7-IFKs{7xoxyP{MP)$m^ec z?kRioDpz6h`{vcI;^0@;fk%1l%_%_DTb2flDm1jvW?y`8{)dFI*9TOBM8 zkr=T}tnhHdAkA71{WNp%%^xlen0h(YAo0aW_y7gJ%@IfD zP6z8;{baxH9IFXUTWvo6;@thNIs&mTo?H(MSv-?=XT5R|*G zi`rkUVG_Qh!Zi?afLOjm)MxDoRyXs>-|KUZ^K2-4`R$f`#<9!U3h5CtZZV)zyhg!S zkcU^lX>g*_phdp>EcvVnNe zs4?Mo7ejUM!G7q~ux>Cq1OGe}4Ax8aS|!YMzMhs5aYdJ*O@DbR;9{x>OcQaSyurT z#rL&$K}s3~rIiwCLAoRak?!sk@kf^~EGQuzi;Of8(xFSmkHT5)35%ja;ykM7p7#attfgC zQoJ7a&;!ogDajkn&9K&7d`tX;T+59yg;pw8ayP4z_0!K2vNUpy6VKw9TlC}Y`-r33 zesKJJ=i!QRs8U|R=kAU~#k zg54*9kKTtF#1=tH$k&90zqEPs&PLx+wqw)I0-vma6MZG>b3z;UZzqe&o8l3#adP=e zptsmr`8AYG-tE2z3q8RX`CYrEey7WX)?I^4-zl2>_OeeR7+TQfqz$DV9-K%EAKt4} zX{xQODdD(Id)pNcyBW73*Wa=feH8Ixi92iGw%4+PSRuZ2FD&AQ425#o4zmlRSs=cM zT~j2*7W}^ASh>x^L3T#9V0UFXyoRLf4S_VY^mnWjqP~^9T_ttnpkXjiXjxcllaZ2B zx9`JBlFG*0**1>qbCTT7+`KO*$315mL=?7M>Ho912h$?XEPp-^B7oa_r^{Robjn`~1032CqW1=d?!VVCHb z?5X*?*cRJyM-^&`k+fuM1HY>VZYKoNkUPuB>hgeZG~!M z?!dvSR_P;8Lq^!Mjvwt0veFM?BW`YHB;_skGX*)?2T-*+hlk}omMEO<-^Xjv{Kj9O zOx7g;?^-F{SvJ$4Z-qM39H!QlrB&Vw34>_LMv2xo5YLH-)0c!lFHN>HM zSJ5*VtVJnmOhf#0;=gVp{6hk$(aR=zu=i#tj$;FD+(d(JHxEb&dpO2oCj{g6a?4p; zSUh?prvjg{v`G^i>Z4hLPsya^GZ8Ura!rK8nUqEsh?wK!pO{L(a7+d^`-P38L`_7u z7Brk~+P}NkdF5X6Z-IGInh>`dnRS%iwI)uAn9Zj&9&jQf^`{AyQRB-C{y2MFz)wP+ z=;Om;aKcVkS%7WK5=y$CutH+dh)o#pR-!o+miXPbT)yOSMM8n2x>-k%{M_Z@Y}aFU zxUt)1^-$Z{!!QLotAS^8IifbV~{gvlb*8_V2Ry_s5@;1-lViN#NQE33q+OC5s@RAHV95l`wAhTgLn zwJPGV(c{<2Rk}?Jx47yt=bhF@NJM$(vmt{DGwcIw_QMA zIh{J9%s#+ViCxHzv+Rx?!FX6Cj0wk~veYpwmfB4>Ocsr8QKR9BkuK#iSTFaK&p->W z7Cy-Ng7ITa6rU-~)4B1%&^U92WuLv*A(|15VM`g~kK?A&fPTv40d-=a;02juvRdj} z@Lf1SXOApRGb2W*D-O{+M%~Ym#9Z!k;C-tfmn<#Em)~hdNQdcHZl_VO+#y`EKEai1 z>3tbhB3f7YO?~NKJKZlnj45reFA3S*^VCvfb6{P|ordxf^I)1U#|4N~=~hI)Xs;6a zUJ{hP8tg4Fjs4-(wBT6D$mlg8>a0*#^^9bH^?7pR@xJJTdIN{Xp*AG8juZ2f{oI4GN&wx57 zbI6JY@0;|e*R(MPgcRn6yX6ffBo+e^YGkFcruA*78qyVw-Sy^IsKCX4IpRXJ0apjVX7L(aUI?cP;q0#vpB#Emr#WfE17AL(KN#9y3CdSQ{&2&zPR(w4k z|E|P9)neY)jkhJgUA(XjtKs&~nPI9qVcVhHOZj9qI6hboXitJNnK9mK(%bXPVH{Zv z$9;S7(){Pvo^|M0G=D#BDV)A79romtoY9r9ER8{4!k-iS6q6&Hxwr|&oi~y;67{SU zHh<2oiq#t}al5VGi>dygx2Vpbr~jo1JInfQv4v6V3=19ibG)!XwB_l_)OJI%)IGM1 z1BSTx-4>3~R9Dp*iFbLTm@R%Y;-;dP1g$N&z;!Gj(u5%jREIwtz&! z?ha0mgTaa9#EY&GG~p(WO?xk=4le3n%LD@wwplaViJSSGBIYVCuV2Z`MMS^8~Aig?|tu#qWkMKwMH=!u1WFI>)-C$xi+r_=;+7t zg>ZVm6g!IGmrx?LNFaL+f54!;&Y{3%RoiX8>er0Lng+4b40IbKi`y|E$UE@n-Q5)# z4{`o5xUlH_p-0E!ZaCAn03Bak-fg)PnMQ`4m{EoWN2)sfR+AFX>MT1F&6iKfCi0f^ zbv3kH$eOrr;TY_Dpld*mrav2d>UHbKsfLJrHxga(SZY%-$YQAHfIr~Oy&0X9G56S1 znSO)1F4SlgeEwK3hrtnz>RvW4d50%ePtOZ3x!U8d@Zr?}!l0qdr(Wya?_aCs7JoL2 zS2GiNoUvv`NEpDsOExDA|su;7BBIXSpJU1J^j;I`FHm5DvOoV-- zv)cm6_P^NmJ4S^(1%ue4bQT z+*QUnYVVlf=ugZEANlSZL@+l$u&7h>3=6vktK4ZDZ-iW9v_KXq-5YE&7W}ehiDhi&Tbn--!4J*l4%qQ-5Fj1gVOiKh3NhNJlz;EYX$RiBnBTi;ESyq^*q z3jXOF{*-RL`N)Yn^18pA*$jH|rsT;lBJl{q*|LIq7f(FIK6Y(H`*+5fT6pz~memNhb2YzZ7!s@qi+)z2T`CV;Uw9*W zC0a#NoGx)6;sf_R*m_7kj~DcoMRjNhW8+R)-yPR^Tg{|{mTOP24EU19v}-@WcCwXR z^13BIwtOax?^F$GOT?Q>^}IZ<;rY>n+9c`I&fu2$NWX+j#v!G#UA`BMhu|$$!GN|2 z`D*8Y+(MP9cQ~*N@5_^`ZzsHI9I|tL4rId-a&>!GSQmQXxlP+Ygnb@a|GF|UQ&h(r z;P69vdd(O(9*yxq>^I0C_X?g^qQT=2#Qo}CGJSVA{WQtE*~3fhAbb1NCr}9%^E0r6 zdb-CE$I?}OUTEpKA3SvF4^olQ(*&FBJi0lxHD zf?VB_1|Fd!IP-c1|QY`qbaz`mUnQ< zcRXsP8B%ksT`<8Px>z`!Y-gkDl3;_EGIo{6UHIMlazTt7fIX@lI2NS~HBWsNUBiS^hhl1#krT{|&qb9?h+ zJ?>H^Obbtnm8vrLRlQM7RypTSE!LFGzM`38-jW-u!E?NImq9qE(OTn5`)eJtPFCIi9@2tb7Fn z>Md#a`mW>m4#T*TGt5d=_x>q~1^%~%pq+hy8x?X<+f6&@B_LcCig&)sK(Z>d@)9<= z|5NSH5swo9BP}Q$d{i0jHj&u#`pce@`7ieI-D?_i7{%lFP1A2|H4W;^vgp0ftWtpO zR>3yWk6A1#Y}5U~_xR#n;t!6WoI)JK!RP*@T+FfV)ypw^m-shla3n1lAh=)u2#T@b z)9@ehzJ?>?|K3fyEx6q|gI8NQa&9OgR<$Pf>b7p0WDdZ8059O7(-GOy@L~mDm^KKx z^d39;9;bzX#m!=+CC<{Kk!+ziAAI-awKcNj*b!1L?dk@LgE~cXUS3*HbF-^OrGgw6 zKJ1(Lh$@A=mM;@bOxTxH^4xUgH5u}7x5iwhcg3l>XF)+}=sjP3++CsY%K z8IpJUG{?(uN0;$u9`k^71w}ELW6Lb(9$I&3@y6t5fxlA>5YSpciZ+z<67t&@Z78@R z=h?acbfCQWXWuM{5rn=_2qXQ%x{S42001g&VYy{2N zRe;9gw-h!}2-Q3|+CFRu1bkHZV$1Ypx6B3AnF3yN7tk{Wun`2UL_oN~A48>{6N+geQHaV0LSWMZN_j4A+6*a; zR_Cmd6JRrkQX-{sbS1TvgQ~Bb4H-omhyEE<7KsYd*I3R1L#6qwh64&p!03-OCg8~Q zw>?lwk)yz+P0rzI2?Sty@^kHx68@IOgFqxvx)416(}m`*#ajdX+@?Ua8$pYsdI`<- z5Bw_9*hqHrv`=sMK%1_yKp^5M?9v`cIG}0?23?^Elmv-K-@T8(0LN;C1%c?G;9mw@ z;K=|^YbYxc9}N*Be+1$)Ks++^fA`7sBMknFM<{R50E*VXjl{QKF1`)o!a=*Lp~zSd z``ZWLHi0spyO6*V=|Yu=i&hr8vlt({M!q%$3cnB9;w}nNHZW}n#abEvHhxP`)!YJTlyWd{@T0(cQ!bb>5$#QQfQi|k z;5W2}UPE7##09vGp~%8d*g(8B6c;%Tl)_Lbgz^{gzjdN8fg;=AF8W)$DEQ{lbNqEXsOWERKSWA5oV_5T0lFVTDUgD*1`wu1;P^j*t>2~N$Urs+4FNH`#72<1gWHBK%s)qsxuMGt|PqUcl1dk&@1hpHf*v2Hkhg1U9iZ#t%ocb9M_1N?0+ZTMSwPbs MN`$$r19CwA53#{mwg3PC delta 39095 zcmY(KQ*bo*gLju+w9m*I=1cX*mgR$ZQJVD*g?mg9jC+lpL@oAxKH)f%X*nr zW6U*I)zc>Q#RfEriu`vdgm2&A;J%%vgli_FP$B=%Dn%_(;0N*TTW+!_0nkHjNa=_b ztxx+xL}v>TZj;h6g?eu$CgiucDk@XW>R$OgCztEhq|5KWfkNNQY_XYOXYTx*EcaSI zzRh1XCceW)?0Hw{(5IXq53Pqv^&^zCg>g{_mb8(yi@#|Vg$v^c{Of;)6T5+iFHapK zHVBQe&^e95x)Q}{!Doo>rU!cIrr7k2`TksJS2?kWSe{bu2Rm3ErXf3j@D#ZQ9;8cpYC+ zU(8I*9sV$okW{i7Gbg7~rc%CB)T5_MpOs8L*32lozgyS&5~;&f!?w}G@)6tG{?kDtE{PmGR%p-+C2l%uf;UV(!@Ox|s;1wN zzqOs;^wg+%UQ|~O>YwW43#x*rR>vtov2mEpx zmoeh=6bV91D`TdeR0I7^iYFYta5mSD2LM+}nu0`Z&j4S>bAO#lHCntzqX;WEi)FSS zqX036)WkfAP$3`EVM#4)Xb7Xslvhl4dv!OOdH`5kux#eUe_dvLR z!G=Z7qZ|16OOcWBfshV3%lBNErVu89euj}9Z7m%w6}#Kp8^;cgq_vGE{sSU}F-^6$ zI_9b+Y{pP;Je?|G;q)0cP1&hyCK) zYHz%{57%8sUrXEk_BJ9R0a8&UH5ie0IFk?;_qRbnP8=<@vLA(}XI^nmW^GG%lNgLS zcnefNgVfB6n5(qPjs?wuoPYn8Sn_C()oqB7Hkd`gXc-oL>!AqFDtd<2jg6mLQ(It^ z+~j08wxTEIb`(#IkawmV0+OAf%`?rwsY1%wz=q0hI!eYyXte@jpsL$JI;4b4p|S=9 zcvJo`7hP z#;2K=82nyo4m_t`ww;iDVbHFD-D~Sslmj;W+<;5`*8>{Hv?vF6V2iC|ce3@ii8b!G z8}GoCC@w|B+ZrErH_zYSJZm;e$Y=@89DJ<{2=D&#yi=G8Jd#h}SXp464;jDE-+Y=- zU?N{}NJhcqs$wyoHD}}YO)2kv1WHU(D=X$VZgYl9BAVgxDI_tZ- z>U!3D>UOs;>@Mz}fHB@%$BzJd^_k3Y95aGwc6Of;*Nw;;jjMHMQK(;cab#W22fdzE zE`>?ot)gRi6l9St$DK{!)}v^>nPx`D)x2hB*~B;3k6^HzmcW+1;VQq1%agkkR}6-q z$wg1uId0z=u8{0KJ+^$m6!fkhom!yEP%l5lN~n1cdBmj+fQn4MvmzV#j&N@!>?fUI zE!E?l(TD=EkUQjyxOJyFJEz!#Dggg(ilY41@BiRieu2Q8EKmR4$pGI4Vd zMe!#eZ=G~BaJ@KtRcQUF1mAINVnY-bawv;6s;!+%T@G1J%6?LUO1KD=+8JLsKAf4Y zIo|#?)4r7C23qbk93#U2J8In>CxVeBfih&{s1-IMx@kXZnWH>Xmo9s#V3fFE`;wdF z*$+&TVAvKdF_%=>Edx2K&izt{mx|qZlR|zz__+)TJTBDb;4WQB%Nu1Huurxj4Gxd( zVF3waMRLWN5Gj2rv*(#I+Ga8ZKC&|DJVX;=Q1Sl7T!U3QkvuCHhi`eI=&P-@| zF^XeA_~AdBdh5O>;!|AyHZ8;)k_BVj6;o zijA$DOMlW-21ny!TpSbfn1&kdjq4%Jj+&yS2~Pg#g2ubS2n$$#dz{M!t+8&eSJpkn zXJ=Bz)DnTpewuZ!Y`8^N#D2QT!O${j+Kg|JDXf$F66uCb{Lq`4qMF*e3Ti7!UTIo$s!WyGrrpqA z&)ZYM$xgy)`;UC@V_t5HQgmRy^gWbI=8CVAonfr@5A%NMaPshze=_9cTJZWnj2Y$i z${&pD{&^lmdDspRDz%H`ra|QM1jysgqu`ll<5=PgR0Q2RIhKNK(!<;|IZpo2&W9Od z^y{Pm6CRn?Vh@!wg?K@CY!gr;T9o}|1u@*S`LRMd@A8T;cVq-}>+&Xk`qHIN-1lVg z?^0N!Ph0f7K&_&s827v`&F@seU(!V@uJQDhOM-qG)XRiV`epWtmQTd68!B+Hat5ur zTCP;0Tw!&1*IW<Gg~9`*3$JU`BuGb-SW*92>&HJ>R^lJ z_voto`qhsCP;3^*v74-5I-FeQo|=71kG_DS3GLySiw$h+V8LSn* zRheg~^@o1Q{)q1A;`gKs;a2W#>I0@sv&}wgUP@_YY`5lCxhkpy&1~i&NJ-FI7vF1| zZ+s6>kJu%u{6$Xb_-oq`=+1YoagGr0dp^yp)J5r1Tm2Wqa+Q0~MYhs=9AQekKsxY{ zd0{C1xKPLD6i(4#U@=I#Cn~cNAdz2;{;*j}Q})}0S=p;FoxA&b%{tMUJAEXgu~87e zI7!YVKEj3t)GBM^3QOsVgmG9b;9KQlyyc=S?oHoRnyIM72^~5PWERrF+2mp$otBrZ z6L;j`ot3mMu;$eXf2*)gY!jN~G<3&uHFW3d6D#Afbw@T7xZHHusbwspypx0wf!mH> z;K;$Tq&$`k7nH&$9MowOz=JtuNt;KDf6W_VARt$mPw=8JXKiQu)&7 z@+IiY`(Ez<#yZmj9O+!MLOEGdd_YOxt6Jk{J$#z~Pz+whA{7i)N&Bo(UGd5LtIMBE~yszo| zNCbvm?t`ilE&JUgO0x;yx!GY}vA@ltK#I2=2#qc>kN(pYxIV2ghP*f4T{oB4xBM%H z5e)1V6lM}27*}ISMEk=9D=vLGsZszq=QL`;j6ov2IwaN-)DKPAFb*nfebNY{EIcuZ zL^o#2<5$1$Z>RVSQ+vAp*rui^1)+x>0$fO@R5e= zM8Ig~2%TH4jU_+&s^8#;Y}BIwV{&8De7toGxhbZ>3UDRyjZGGS}VYq z9ScY2x<;c&_sVi&c8`ytu_MvJ^CqocnUgZK&9b_Rzy`UN>*fpKfB z{Zb3zUo(bF2RcStq<-9nai<7BOXTN8@#&cpkp9DP1n&V={JfMNvMAsxIYW9jaTP!N zys;6SNQtAeCXP|%lZ(ORfD-u}hqO(IS_;Xz?`7fsixoqvj~MB7gN}#y+$fBrqF1d$ zI5E~&>o>xEAOFo8G|orPXUS45exD?ZvW*F2+T5#((ZGD~`S)AHQ)DU;p{K1G(tFud zpt? zvz7c09+Lid-<1--*)gRtSsgZLy=MAgpkPRJC0-;{p}Gq|>n6*d1XokV|BvS&hEs=- z@8pOM?vN<&;iefOnsYAt$@~eAue64y(viCd0?AO-v>>zWAIM4BeW;TMi|4yu|s#qLN-K@{h?c;SizH6=EG^RvhO$)XW%j4*3SD4J`^GxCFzl>hE2z;TAH0ikxiZ{ZDlI|)@P6mM=1$hsF}z4?ZudWHNt29 z@Lc~TiE*_?wNWSEsBhK8@HZ@tP@FqXDmiXI+YxF*LzOS#o^gJnQ4Bo24pa@zC9t-_$7%9rF(dK-TL#Q()2Q!Hml&ozhg0uD-Q=9L zJn&(kp8m`CDeXBZWciK5B>a45+tlCNd?=ijP$XfX9dDA;sg($Fbuko(U>MUpx|NN< zZpjF`o?S!1JaA8*!>TJ=Ppphwz&H|k#}vurCOda3XTJ$hSkUgk4dnuq2=0yddQ$nN55DPjJhJdF>U$N&ZR9qj7v_C#59O<0n6hBeu zEOil?lNRwt#3q?gSs)9WV0A@murf6oT0QbUik_zEtS`GD%cZg=l-zUaZL=bD8aU;3 zysBdKkLTM`?ha7F2 z>1)@g6X5WzTsg0KGD7^3*@+SgP_4is@{6#W59R655%+~0 zLK)xsVFc>29}ghjRi@F2l~EC+Ij>PEdm2&6?2j|WT0iaC#kl%Z z!itIchFbXmDeV{Q;T5Q)t0#n5Vv; z(cctFyuH zL}6WbP@N@9-EK4N=hdI8FVFp)->1Gx3xg813z3^8Kw^^s;TT*0RP`ydE6T(pbbkV& z7v{?kzuJi#Gbj=B?a$?pb(t7essui4cN?D3bxpUQ- z=zfaNQ|bhko>my!sqQ3OB8{B9HsMHH&FZ;2Ub)eDkGgxbDle7foQ8_sXn$g6(v|8G z4CUw|AhcI;Uig`oPcC8+o1TA?**HK?FGqmiB?Ow)%u?6k>1>o}!o~+xISsIL!B*Y; z9#gH{nP=ucKNQW=f>0imKmKe7$5es=u{IJ{^=R-TQK_|=y5q~$5-gBUhi?kp;`o09juCk$e7rmHPK|Aryug~h(@4A{vK;tmfeX2u1#s7nG+5NsF%a;!8N%cx&bYzWn3Dnt8cEL501N`m?)v@TPy zw;&xtIxf^?O`d;R`a1P=vU*do4wcmc=St<2_yRKg7MsVYV&$>>;%rgSrotfuM3U=k z>J(BnUq)N~<-25ks2P&2_GEbU3%&H|Tyl_5-*4a?grel7%nvHm{<#N7!O2+5l=&o^ zoeZD*7}xpJ0~Uu2ipI1n6I6Md|H^HI)yC73AleWMY7Dx#3v;*p>82B*>u{6@dcSkO zLhL7>oKDN1ZBeE@O1vhIy`tzELDuBjHwfvPe(xuaJlI)Jb!fV}oC3tX`f9{V>;sl6 zPE6^QQWmSj;sO;ywNyT!8ZaIQ`8hCBiVCI7`!58X+ra=aHNgh-Qr_%Vtr=t4_}$fK zN-V7MZ}XzWITw(6G3@-QQ$CHrhzu(H5cd3l5InRYCqr?}%QKn>bxW2+_4(A|wG45W zke}oD+^KY32UZVmsSem}^mb3XmaW|8t8&4xe9T#1C1`4N4xn05F=$w}FJ39%>I79J z+=^t3iSz1w7k*O2Z|$+`Bo&v(Kg%ki6E0l3i`Gov=NkmR~~#l0#Sxx z(>j|cvtG~)y}uZ4(l^Ap3{VlD6S|y^P(|t z${{}0Ev{fnWm^}aprZbh-=t9fEg{ACsWh`G3TQOS_h47`v=4rFI`_&zu4@&XaEWrv z{mV~~Iy-E##A0o{{;v-j*fZ`*^!Je$KVi|YeBC=;7Va=0KlO9amJ?t=(E;O5B%`_j z=_@j^YjN}t%u+N<_~L9@I7rBwh3maW*h$3(4&igQGd<|?v#<#0!AxZh^)R4sIBj%e z<_ILlcNTV<#++(-kn#Dz_|W}jg7Ohg_9eT}0{YCP#zbF`%Xptt${47ApVQFWB+Uxhhb$EXsMc1U=OoLkJeb*!}`7u^i?_Y30xA8I_|K)mOn zeEW7rk!n&zlu0TMK>_sESoio$gBZiZ;#50*}#BC+ZrfQC7l`c#MtXWznC9!4{ zSmys8w9e1+`A#02S2n-Ys&v>M?ZQn{&qUKkP>TyM;jqM6N6_Q9TkhChcHYl&{#RP) zw4aB9ES~$MeexVh&Bwn=;Du;t__=uy-Xx=C2r=WQ`(eX`b)^`Ag$B&y=!F( zQ2Ots%KB#UR*AE*W~9$>=rd!@Sf9h>P22$2pRR?D<{-@WRiy`nGq;H5^e>oq3UQ&JIe7!Gv>qTXFnpX z8{qM<7(tj4@w>Yh$KF~}7vtrwXfn$WnG#CPU@rq6?))XmEzzZgE7~zy!VZsXhdJ{k;h9^dFL++#dhk9{_^Ir)0_L)%r zROmhWn~fBgC80DmWeUYUk)nDe?XYA_ZC6^*VR}oQKLX8+mu)_0F1Zws?J6ss*PgQ2 z#Ra%LA8yEzDM_`3N92O!7J@|JX&&`Emq9FJqP<#qrOiDq%7!?nga$*Fh^|SN#2F!* zeRjrAOmBj3D)lflFR!REl}Mbm`UrAwOqd`}KcX(926Bg7@;@nlYMP9uqr^wZxI)g< zjiY0dZ^`_#8a+37&F&yS zS1?*4U!vvhhm`>BC$;r%<(&R$>A&(lQ|2QhZ`n3^fpO0EvNpM^j`dL(4lSEC=Ih|B zA1}O_mu2a4Qune%iAOZNnhTb4C?GI8Ps$iRp5}I-+(ZS~CZej^AxwZ?-|^SF6!6?C zpORDKPi<4IyX5R)%S&#=!sScIpwGgvUf7C;^GaMP6&gKriT$801#!nbtc=X8B)#W6 zCOjKQ87MYvx{ENBW4{^h>CooAHNwhWFqUn6&4Ay_ISnp*%B=}b#?nDuU*Ad@2=>-) zq*&P^x*GV>0bAR#{%6()2;{TdfpcUEY#fh+fiLX+#i0KRu=ofA59i8{=hK$2h401j z;1XZKnEmugJ);??L9>FqL=)?ry`@L&)NuNz(Z#kJsgE)*x(<|#-1qOs_3yfZ&U^qt zZEPAa);iUA6abI?^5{G&o0S8?Cew7=giAj;Z8!rpbrQ$eaQW8FdyEeFqpmpql7pE@ zlMgYaKJ<=vZRckw}Na^LH2!ogP?#rZA_TI;$b zT(-!r{DkHIRCy{wKlLZg(ok$hbpo-G^v8<;cmlN#ciPcdp2BeUM+$6S+=zg|1C%Sw zmRm)g$x7M!0u(!o;6M9;jH5#8hA4FRsa!EKpL!Gf2Tnc%JjKABc99f$<;>7K`J+2Z z4W{n*2sEx3^{<~3B5*4n9Wk_tF@B%26C$xr2>N>4!$T#-9|IRJ!k>!m3?{63J+X4; zvR}bpD_|r3Pl7KAT1`(07eTo` zFN^i#A%SZ9KRR()K;4mo+h6I|<;@vDB4>FRR`#ETYa`$~H?01zgtqWED20`^X{O%pHjcOO=dH?BiVkd(Sp8B9gF9X?$}3%^0C{G4*Srqwau3g(#_o9f zB%$~cP%Lns7qY-$4d7kWwhVh&cV%J5TZXv~!>-NHHUk*V7Anp%NBENx&OR&N4&YmM zjO(2I4V$_KZXH8qnle3I;RnXHkmgEyc^E9LO3c&5AgUo&6#KnuVy*HCVs6YY>Wlb| zq*IsB+tUq&9ep*RI0n~+jnQ%^Q0q}HH}mY|3IaXnY&y<&+FSpqQni~ftPuZEyIg@1 z{@2bQUnIvE-BMx#t=u+&-ef{SESDIkBfA}EDSs7_n`cnoIxTi#nV_l}U=Z^xb@&&$ zg=h3+p>bJujoK6A{b?8K@JXHyLHFEz)IJ*i_@gUhRo2C{;g;Jnb|=|$nYg*QDn-0| zUj`^cSE`zYdhH&E3Rpf7%HW*pL zEaSNL_{fUXl+yep2#*yjZqEAPJt-T`z5;k1tV2IY(-q_Z4de60bs2L8)zQsyLRA~& zj8xgPHdvUhH0i`%ID8W&H1%kLEt_)0{Et0U)MH0{5W0|Sh;C?3pWedNgi)n~6Cdwy zljUMW48}%yh_vc+T(5V|WQayd*Cr#3KAyLNhZ)$L z_K!cd2?L)bH;DXYDp7OiLldk|Z2J-*^e`*18-vg_@aGhvt3%sNCEnt$gNQ4mhE4es zbClvfMW6gnWAHxAaf7Ddo|+JR_51*mlgFGzZDoC5+!9WDSp0iW1YM92*chjm(TYl* zc7o^uB_Emh0kcqX2@Zr!mAR7oV;-n}x5i47>=m&;R?oD`mCCpR;0lHCSq1F!4fuhD&iyh^& z-J1B4Q@q}j)7#?~ovCG1z!P?yV!(QXBB?82p>gaJGXFGn3rfkzd=NN*#0-CJrryx} z*d^={rzkYX+zCo`7M>we1Z}KDPM9o^2`F0==for)?Yd279sOL`&{*dZ+?i>(Ig0N% zpbre23xp=g9!>mdbP&3x-(!X@(%&&@bo{JvfFbl*%!KhGORR;XbO2AxVqumt==-V2 zUaEHWBL|RTx&B`~kPAHBa)uzdWwsyb=^F2Y^#b+rhC~9!DOhiXb-YEs0>6=rz~1U= zfpi69Wc}gx2W7xS`5(f>BbdTU_`+fgx3YSn{|#YDoI@m#-6O^S==sO|O;g9K(|V*u z4cDl@P!*2!z#=}SL3P&?^SV`skejR^HHz}^|GhW!{<0E}5CI&a#-y{ikMxSswZTvL zW25owV*=NgAcvE1-=L}A^rPE@M`9jtM~+s_$%T7MWG zR{?zTox|$g`1ywK=%rTpf=}&7b9+Zs-pwDZO#_}wuzS&RnoFqh{;#!QShvd)e0`)* z<%?Bf%4pEO-3BgSHh>gAUwhWU*L!x}HS1Jg38nj#pVsI=!32@KK_iO+<%1h@*+1JN zcOCHWGw!4MD$@f6mKX&GeIRm~7q^X&g_ec>Ab!EIp0Ui|VHJGS3&kX6xT9`yDGkp4 zMuYM%^gl{tRT$bh;dK(*}FSb5!!palj~l-s=kF>3R7` zPuWk}u8aO>7t@rWC%4^12iFzEw8JTiGcb$A6U3bQY0)npqhN~mAhq4k5KiWpYqhN~ z*F-&m*1)O1r~*6Hxkg$XeqNozp`0S}zAQwZvX=&G3%pqKQEdNAub7JrkDe~gEI7?oUN%O&%$p7Ei+M(1HLg9b=Mke(?jcw}S zEqrD@90VQ^(O>=K@zh_|Z~0*7m*Y2(>*nT$ddhve_ZI{deiJ$E;j#I(Q_eI`B67F; zCbaPOxEuI(eUu0>$PZ8vC7s|-qY zgYrMCg~))7w);ug!aA!5vGy0wu)ZC)+v8-uOT!rqGBPsP#t>4_1jnT24Ue!Ni;r*} z8Qcj(hw%{~L%Uq@=WlPJeOnMmLC5iSg2a5=JZG2Z>(!7FLV7ASaxl}|7zlQXML!*y z9fW{Gh1iZ@nInPBwrw&T4QNZ&SsyqCj)sQo1j&*9d~0@ZxQwOdCqnUF(eUg8(McjO zES1l&9vXy@pyw|Hsn@Lk-e<(US=F$@=EC`W?uv<<`Z*8s@K!!9HRo~DO7og&53nq) zjxaF0hqnbtd^TdcFvSxSu4Ht-zUvic$_fLG!l9k{Lu_ZQpP?f-!&*||_m}!)E~D2< zTZ$P2QXs8JF-zyoy>Y5kAY%cwNDv_u0RjY!QaaWs?WM&K9gr4qf2(343Vzm$Lu-(m zPnm?poJS=iSEFV8`i^Y^e}PX5kQ40)p;lJC!fn;0uZ`dUxRT%g{BHs>!*t`EfnWt3 z;e-44d8-zq!ll?`SyXQl{WG?)dd1vD+1i*Cv-U2s`bR$3{85 z7%W>8is9yShalsM)1QWfXi5xB@;Kc{h+mNz>^G@kyns+8=tN=H=sHB zS96t$!*kPt1Ls*h{4(NWcoC1IU@gnu~04>NW(!2`7w5(mcHVKqB3nJK(T zI}}y+^txMW4TGPPe3V>YgM-?E+c=fTH^lhALl$4Z3;lu`fzeJ8;B3nXEs7Gk*l*~{ zNGVyCnaZKsSv&#%Y!~{4T%SLT(*M0mVB_FJa^={AuH_w|EgCCnuo!5>3JoK06^2?3 zChN=~&xyi*EcISZmkhDNS10h#IwpgNClW>=Q9n4M_lFd=xfn!w2%}8`B1qSG+Aooy zdkXTPKZcidCrWJ?Q@2qMDz+B5EVw1bB@C1B;*z^i)p!RjAeY3cBAtXq$ssN9*WM51W@1zmrW zYh|PXk|(6+y}006cXYD9ymPd*sk^bYt*Wu=ac@9)9{M=`_@VC~{3FJPgS@pluXj0= zUT_qQ6L*a^acII@JgACg>WpOKW0~xZ0hm~kKJ@ei8lI=+HAXL31(B$N zc)wp+-*I|5*n&CN+SYgy0iO&CFERjIMYx-6?mXpcaA%;-bwb*R_e%}E;M9mzKGU2+ z-}Rhgn|{aIdVKJ`2h1s*o3q08WY~do(x)O;KlHvd?O&8|^2Mz}C1+Um1aC z(Gy;pFZr0?mEGKc0e0G<6>|a+qo}yiB;-51ZH%*$eS3;b=5PgCpb0P%o-We{0Z+n= zLTEXB$5gl#r~=_#A^h~<6w_PTq>9s;@{CXHTC|m^HPfw4Q(ZvQNRJ#Rxl{;sK;uB0 z{vAKi41dPlKzY2PzpK8+;>hPQXKNBvu=H<06C@?P!`ubjTQ%6$Sit<(hX6G0$=~LX z%;3kh&^A>wULv^|#|%e1-}%Ul8BZHA0a5^SE)>eEkU#IbTBhAj(%`W*=mY z$c1M2HD6$R#q&)Dajws0Ds##yf7#EFl|p}(4G(}sFoluX#Y&Heoksa9N)`C|6i+;d z%~QU|f2jjO17Q5*CKf_`+~otr&&f?*O-5Avp!*elByx?vjg1CX(oh<;KUQ`VIu>GLZ3ukg)D`^lMew;f_U{M8~qv zL?=@ZPl#qN*A;QQ6q(i+#+Ef0Q%ttUGq9a<9Bc6+HtFZZXy{yxNRMOjEeNNxxbKad zV(y)VsW?83{i7s&Q4{m(i(>(5J&)E#3HP#yng)~-gxm-&4aP%b3Wrp1etRYkju#MO z0zeY|YE!)K=u*r!o_Nh+UfHKC{ukMpge#pU@i93A=?s6Pog#8h1-8!o+HM+Do%%xr z16ddaUq=|vd%Bx8y>LEnYODBiz^DdTNPev4mXHp%+eP$@YdI}0eLF`kei&>t1U zN*Z#DnS|>?`p)Htak9A!@3#QZUK2X>&mfg-16sHU1EiFnGR})ZHTugT%y+l}pSu!i zwOdUXET+G_^7zThhv*7ob~i$kSb!iq0p7}060l5h6`$db@bxj*ub2Qvt?D6;Y&U@) z*KeD*uj#SGW|+GF4RZv5|Tjs-Aa8y#Uak=R-}-T|BIl(Ez(jm@==BaJZt zN@%UevYd}#+L`5xb3TbF8TjcyEEdp5^V_jfmr4w*W-lfSMF%0W!!pCW0B|q4)iUfr z$U8hlyV@J8pGQ4jAfTy0eu(dxb>QR|jS9`+GDZxN=lbPcg znD4?U1>&H}HTk^~DHc_k@tg94M>v9t>q&Y10M)rkOe6|}P@d`+x?cFAq)A(E#jhZd z1H`uySlua(C~HdLWXuv!y4 zUd5q>YG;x?;sF;LJ1o{*Xx-GZY$sa`DG>oG;{x?trFTI*Ss#J5C7FLtRWzGB1kW#$ zUp-()=t!SWp(Dpv3~k63UIfL<29v0P(!(94x0MH30)Ls0X2Ug0;# zefW{zr&2DFePNDVBswsJiod4Z3;6v$+jTOAtj+<}qk zhCUrUQ`(3wi}E+qLpPvjtoPs;kx>#d-eoeo^~tj)ZMChQi=6g$4|2>LQe%bGskKB+ ze;AyelhzCr{&d$G4=skj>ksG)Mu|??kP#*y?u#bWYa9_-AXw4zFbup$z=N zp6mthj_!ITAA!Xm)#{`|Az+M!Oyy?@IOe%=H)J`LFQELqs%xmFpB_3zn&D%_F|xh> z59yKR-dXC1l;cR9ySbQw?DeH-i19h`Vo||+=>Q==*@msdj)`R^79|bu0+kQ=H%Uhc zUH5WUvN0+Q55LsELd^a=H_*|;a$Y;MIRTuUATi8Alxf8%_GJM~(4m(eT)shL3v9eT zQp@X@Bv6LTd9ie`6EmqP{wL>5%moiR_E*27+I3(m$0NJzVd(b&B05ohK@)Y~!|;5r zii|FRnqQpSSV~noA(}xdbmG+qUb^=ZKSh2Yo=R+gWmoWImN?p)Xm0|+9VpluCLHeCcV$p1ZiK$}dFhL=E3Lpeq6q^8*Et`%q{Q<4w{XUeP3PNxl zjq2>2a<K&^`!`1`*r=p6|ITlPRHp8c;JMu2$Ox#?9yZq-5{y2Q>8a-633Q+>ni z8c3(ZNnN{3fRFHOU0N-vTd~<{p6W)^27=hUXt71d!$2Uom)tmO*OygPc=nZN4L#zyEs~6OVGz zjbii310;s2WvHR|s80;9krWv|KyC@Va$dhL>zKd+UcM3j&XE?(!8$@s8~8KDpg*Is z$5%pc6bnhp5Ma1&*aH^N*^sl@XVxO&mn}H2uo3DfUAS5^`1Met*KnB<$aJO`1H9wt zio*7glBgGUW!qxUu~z(7&s?RYWHlKYDqm9nnY0Ls?eu5nTc_Sat5%b{_9f!=$ZRt0 zQEa`34Kl-ny~aIo5<~4itm>S>abF}3^Dv^l+NvQsW};0@zRENL*#e|gezjj<3cG2J zGRHiXwbGm0!e;T0gqGrR-@=zj>CJ&eH9sgXNRD=j$59rg{*Al zlfS~()7b=(Kany{3Z@&c(~RI52OG#8BMe0Y!^YCUeF{#H^(D_D!4$XoQa3r`ISv_i&^pO;HMe<-*p(#j%!+(qA z>w4*STkyg%Zz=Yv3w1rAj1-@wj1(E3?~r7cdnfo6jMO&w*UZ>UKT*7YJJ|yhVK<|M zb;j^-mH^~EG3>gk&RM-PkTIF1OlIiX(~>V^s^dh)q-;Ao0CTPL^!|c;tHc>;-Xeu& z7b-7v-agcS1EoR?)ukqLoKpuepb_9Xf_)ZA4VE{+caK8vfZ9p(!_8us6iISYeN{x3TTpJRo( zZX{t2k*9oZac9Li^8yXrij3B4pKr=te+6S1jjSWL3X8Y+d~Ufu19WghW4q=O#Yj5B zrF+<6{7hK~6aV4@kz9MIVN@Nh#tsH?XAz@~zhy4ooIu_9{a|efl5(a>8_{e;*hAz3 z_fz7oQyUw^IvwO38B2aP4x=>-L_N$_x5PMw;?W%3DNSHa98{;?A3EKnI*obZH>`te zda}A$6LrC)Ol?2F8A(VG2J$inus&hk--QwG4~{4m3rNv`s6(!u`IHAR@Wt{X>=1{# zFW7c{{=Nh+<9=!RErTgM6p06d`auv5Sc-=>x(a2m7^PDgc^%VzngJnAJa?z4Ox zMB#s3v12IiL>6DZ6a8(fyQ8%3SO$3|;R2bXi^Jia5tF5|$g0q+A+rUrn*C-;F+y4y z0&a&_#!$0>OcAU9eI)a?xH!x@Kg_1wIFG%*QPh3^Z$rL37G4!wz-}lAyTFNUWbbUo zEx*k8XI$M}xr$E7SrUhFH|RZx_fBH#uZ;U=VrnP5z)QVZSrrgX99@llV0 zcz?vYgAvNI4l9MXeGr0e@-<_j!Z6uGqAd<)x? zPkC!Y;da>n9j*OCVt+AmO=I-njfnH1Bq0*reMi9_);k#K#VNX+Wf<~>XtQfSb@%0a z_Ol2u1=>Fw>8rrx+ow48A17z7_q>%StWNk(_=0fY&`#meI^_)NA~aci<>wH>tBqcnJ##|fsUO5&TqgPtj|7K+%U$$P^6vm@w>+~l#d zg!flQMamkV_z^>W0vYQ}f+A~QP|)|&gi%4CH#Vgjw0JUl?;`Qf@sfg9dl3H;Y)uAa z+w*6&d%4z*{yKt*M(PX-dAtI300VIseh^SNSEqwINOI8TFpSS@o&RVNkEGbHR$=SL zHk)>~j#Tld<7TM$&_-ykU|LK#Yep_VVID7KF-6!_x+y5$&@iBa@##)3N6&dC75ijw z$Mi8Z8>L9X$@$$-$T3Txu?w;2*${#AqxKs?2%LrSre%a@(gKpKILs4x&J=$}9CW@t zA1M@9eD4nr2Q%iwuq0a!h?`^b65KnZUGPIPr*$GRZSj}Y;a_*Fi;8icKz!v9Q+ zz11=Z@j6s{N6$F?e*B)Wh=6@$=YEdSC7w=g0;L^==f4}o);u4}hd(kRZJq&)MV;&% zNBH+*fwyiR{QV|bnkJ{Q2a&-hT%320j)L$rb!S_O`0->=t@r2gh!gFKPEY{=y417F zo2eF!LpDI8ik>KmM-IP=9?VFWA|HGbMN8tj#NwcjAUVQ8{i|^B-gO#po)7VKA&;k_ z(|bN=)YDWkWgRCWY@~{FwrC9KVi+?qcp^LgJB2kO+&kL@X`h^Na@ow&2dTy>xQhn7 zGe4q3Fv2v^#Kx?tNHZhjY^OfPLu;Gr$?y!-?nOL8gqlA%KYu5_Q?}3pHV@~_^uA?M zG2w0@kLVLT;{BU&lc&>C(bdZy@x5cvv?V=#!iCjgs^7NemQ#aC$m1W7!doEl_FmB+n%e!RTH5BoMyI$U=eZeNSb~C)!7Tg;_0;po*7>Ig;E4rsR z#FZ3j1*oty2GmpSHH2Dp60aS=Y{YpqB43)oI!44cLA-(mJ2CYSYK`f;Q-!{0w9|m_yr({Ipqz}7}JjpktK<+Tl7?X2gJ%ROobl0=~D$pYw%y zrCr8f=}$bYz9Ae1SX|9ln#KDwSSlqR;7mVCKhdq3H0u3TWECHuN~4`GUTF?nnzBff zb}W5xp(%^+gSr;;=c5bk;Q6Xi_UCU;ZAxBIK+i?w2*Fp+Y<;eQh*nujmKT??haea3r5AS8vV~* zoBZaNu)e|gJ(_aWk2t*<#DRw80D$TNGCPI9{&n{Z0`xWp# zL!Hwnp;0`3QmM3dhD;lu_UYjgT|Di;Wr_1z3oi^FFZo4O;zj-`rN z{6Ad1V|bn27wsK1-mz`lwr$%s8|_9rjcwaDn`XzhjV5V~22Ikwd7kHguIrrl+xoDs z``fz58gu^USYwpY9(NtGsM=gvM|+a0Ns3Dappdh+#wZJVA&Nbl%<(gsVfVmKUo_(} z{c^Ql8K+}Cj^Rc8p$by@IDc*T!gVz?=o(Hk<{mM8lmCu4D!kG(By|)jA+sa>V_R9~ z#fcr0CsEi5En<%PN2n=qD#fpXhR%2oU9s$T7s9$&D-|84dw^xD*r?e|H54a63MQ_& zlB-m{;G2?0>}Wdvf)>QefpV#^>mbqZpu9@s;S1bJ`%A>81+)fhka9c8hdaiz-dDgt ztqBemCl;a9!FSZf|DAEj0wiK$4;0`Y66UlIBZ7v^(L??`0vidWc7V_&8nGn>1*i-t z=S4i{9;>?%g9}6fkq_~vGy+#kg28F0eoEKR%Egva*U!$yhmd`TzESblr^G-xFQM;B z;8H7JXz_0mP_M9e&LnqLC-dL#&2hOTzDTSvg~i%Nb2kes<~qaglDo%a9XP2Yl`WSlu|A!{?hs8=NK0!dxqNF6r{tHb4I!;+27e4(LEI`96hVoBtz=4cH zL^uot#Al3;Z44=D&afFG7LWujGHLNJ|8CgA!@1mphJcWRPjRg$&X_ZUq{!GchlFeS zl=Kt&-{^s45khZgSO|zQJO~K!l<$em8Sy5NxWG$2M^8*`ykHdN9((v!SUY4gSo*p0 zR>)LGL^mM2Y3+cLwoJBADZbDyGh4c5|?>)ip4>6*U`1G7?hsQPF21rZduh+MC zkV% ze>nl(#vuE#lGwJ^N7H>xp`=3_o}~14bDNa+v=#;ZADK-~;nFx{5cK8NUGUP?+THVL zDvG|}$E?Hi9+)%|Wmwn;?#J7U{KFd!B!PUf+0>B5Ksl6cB? zHt?B&8f;S0VDY+WP!oC%9@q9gs-*8P5uJgA@Fti9j-`a@u8<4EF4PoqsYdOxDWGL6 zcY8Vn!=})9HKrx?U^jtbYV2V;Te~HkHpI5_^08pERCnZDG!ODE+eTB&zFylG0J1(g z?yfE0#)eKrp*(UP06Go2)oWIc0X+l2FJfm4NI4-w?!niX^h7nz&BXElPU)4TD+M2L z+X&gOI7kHb4@5@h-?!Z25yx)}s>c6Nz^_u-eRr z!Dy+q8GSY~N)_*IRQ7NxAa}$*E#4M>$J7(pXRep{qP{kx#C8$n3i`(hAU!3$_DWT< zQR5X09r=T~82%-|a#wrDRk8f}n|9LGV$+0wzlDD01tTWwa33)!w<~iNsb`ZRGwXl= ze@Gu>pjho^nFYs7{O$?+)}X4(6;N6WNP7kagRyK8Q%VN=2V_03xGc_uc!!)NjbC}8 zJ+=x7d`hc-s36Y~mgAuSwVjYb-YVu^Ceo&o4v36qG}Qqq5_f_exqx@-fS_m^J@2%C&f>N#qquJ_(B2^JS*R*ss@kVfj?3y4tp_$R#b z6^h!rnLDv?r{z_Kcpg1ygLceJN#RiHPQFj~K3li*iAtNv~w zJGazJNjEAWYw4!ek__2*I|kqfzxsw9ikFA_vr;iV*Q;Mv`-N3ocG~o?N zPdc1`m5&8q^L-G%7Xk`Cfchp8n^e+j%3-eT`8(6#?TWGdpOP2bvWbl;A!QS$; z9S!fJYud!HgQK$2V_zVtIGWfeysd*_6$x>#xRyuPb}IM34@Q4tcRi6*{*1?!ze& z#2Lu5^84rRZgDT+Jl>H_Uunk@Z*^vZ-iU0!QRSu4l8_v`=luK?vP%lOAruLDGh!dg zXyHyV-~3-dG&gj~FN)knS)FtafPx2h>EaWyZQ=*yR|2Q}#p3*U zke##Uc743z>9;GyqNVi%gG;=Z13vxEoFOH1TK~DIl+!_a-D%CM?4-}!vTnn=o}Vzs zy7CEt?%4I@x#UWNR1Ye5EfGSWtC2QuD4aO9L-}QlJeLN@1>heAeH;>{N3tk>GdwQ- z{mcu>?CGH4@Y@dR-AgdnRYUC_!R7j5@4E~zxihEqTepnVJ@rGnp3~0#6o`9$D2X8q zb?qA`^}?s73TW8J6aYrg-clC>|2I4U|9>KpS_BPXq5l)T_q?5d7cFnG#*qK5)O}U{ z%hE|%%Rcy5&U~bbIBk(3Aigs|KuG*6XCx+&c))1`gg~ri{J+3)niNYpG72=ZZnH0q zIcP9a)M)Y&17!SEUEbGZd|D!!gx$Oa5Agb?w^U+gr6$KNXQUGaJ;j zJq2y{v^{Mzyzk_!Pt)ix7-Il`!3o|!67L4}PkT0y1V9Zq8016(tQc-8$0T^nOR%r1 zmVh5MG#)5)V*eaOf>ElgJV;i+>}LldaS-V1DU6m3b2Ho!Gg*c?`&|=kTy!AXkC+M>{UU!S)8LR zb4N?wt8@-$AZ&xwi9wrT!XD049?Ph$1rrI|?PLNl=9yH;_oLSLe?h{`G+7K+TkGAtu;M(?%LfDAa@pFkE$=P#D+usn1= zqY0s+&=0JJ;D&NdBWstJ<}_IIIIyn{jzmYN=d?HIm&jeG3iV?&|GZH8TNH~0!bxYI z1;WaA@|m@qMR%TD!>=d>5BMqK93YG}1=i^m|DMLM^HpUqJ8A-?iHc+x>Vq-7p~=CH z5oZqjiSAU$UQJj2q-g{f#2|5M%ji+ov7VZY0K`yHDsA_Fhv&q_ zfyFW^qX0b4|J3qO$h&d!spfI?^4ag*UYXa}?W!*drqor4NuKMVB>T$ioRmco&)r;F zvR1$6fGsH1)JRsQ>9la+$86qbh#L9J43oA=s2AT={YD3SbOeD_$2}_sF&S_Eo1Xquuq5_NpTLAe5^EiD8?LaWHUut;Vb%`rVIobHHxd4P&k$ z+M#G3p`yz%hr}$SOJeWOm*{{`E(vawFr-S=SRH{_Z){tBK)M;A-f&RoZj;#fsSG1o zUYK-lcDe;zb+i~C*~WC(CrW)KeA9s{{PRqD7*c$4L0N&%ow%f!%iH9GKT_?YTG(-h zSEvSESr35i2biIosu=A`upRP#j1n|=QptQwdY{9=Y7Q*S0r`{+uKk|ZQxc9;*!5-|a@oZ5(zElqe(JMEI9o5$BvgTYabYI6I#`jxy;+1?_9NZ9O% z*_g&GI;vrA6kK?JJc*&kke;xCVrrZ*T~l^Ih6^+FMUw^o`b6WYznX} zLsmOUVYq8yx!Lr%tOtsS{j~>-&kh^TUKY*krB80ict5f&fBq;}{&h}hu=$gBx#99C zKYNZNgb4@Qh=9DebQ$iS~=VMl*=ZDB-fN?szOr!E?s zvKR+wu5bY>w=l36AA#j^bk{+@v0E0o*;=32n`u4@-{xp88R$zZ?9=dZ*&XT*DlcAM zfeJFp>2hmPMJ$-6plXvl{Ch@yd}L)RJ*@VwKX}wW^Ot>WM&g1 zbH(~$TdZcYeoQAV1(s9SCnjS{9TpsS z?s7jySJEH5P?w#P<3w0#T#-5ChZBC0?_PTmHLg)ARVPqHtB4b;eQC(+wBz4}-J$^s z8{5ebDRrKMbfT|zb+Pr;Wy{C`&MtJDmc26*%%ma%KSO_ zVIwGFz24UhgLYZSH3CIKomzTeU`_#B&^m=JykP}xe2jU#?o{4C&lVTVy!4Z3DeN}6 zi;8|>U*q#^>7O5+4i@F)o#UQn4V+TL1|HRQis2^uw{7XxEo`kJGTT>ep-F>4r@J5X zLfH*-{9BzG^hI84p8%eMgt3lyGpNHZY}6OZUWmRW&<_~X01%(Bb8Bt?>A4$^pF#Esy`zV@rrDQ{V~S@4Aly7e&z#fvUH&nXYmq@YW z*^gKpI^sW;V=y4LV|mjTbS$AMLXO*@;F-OW0gYgmL*hwxOhz_b+&wstA(ZZPfPyA}y2Y%~6H^+*KG$3}HSX9G8#e8SH_?BL70_B48IjtSBD zL6je^@MWmO>uzGTs%X~1xfg-*OyfypJd`18AE{Fy#S7O`AKV^z-W$V4J+juGu@lnp zS?vl*pOB%&A=+$q7-ozoz=;%*FJy2`2L8`$D$elT`}>6Fl$fHC;l%T&rhHiUE4CY< zt~n5qlL|yGAzUsnM)Z)C5(4v2^tZUQ`z2)i6|=<_u4ph63=RB7$3K}*8hIxH%V3x)H|bpyjkbvCJFyZD8-x5 z!JUqpGbOQK=9Hzs20A;nY(Xd@dcQ!TVH_DWFp7|oqOx3`qIrc!w`NP?29S@ac;>F# zWUR~N`|7kbhH#97dm^r9q(>M5THmQ@^=nAZ1`V<8gvdXM>8D;g6fPq(F1|&YqYV1^ zZFCKbGI@^zg?t((uap{J?Af?uXFuIz%IasD)o>pU`ytQSt+$YW!powjykU9SVwSwUSa10e>oz7n z0~OB=Tpi~xCIj_9snkB|Fn1;2vuJ47=FYE9j5G=9v`{1+%l{U(d!)cL8##E_gbfmu_4#b|x^~kUGW6tP>rKsguIOj|tXP+f; zR{E|>Pvl(-GHJNQ9wARrkw3b&(Aw)ywgt~O<5ml0cH=L&XB1eA3I@{4>s?;#%WA~Y zXn#MFRR2$q>OY0c7HMO6sQ*0NZaxpxzp1yX`hnvnAJ%O$B~jKGNQne1*NmVprUjKm z#e}EClSK4CgO)t4w3Qc8*k*v*YEb7ajlSvN2X z;URn(NHV+x5Z1ttLO~%gZ)rA0kY1LHK}UvL%AQAVQ)kA~0t2!fxs5q%@Mq}kPc_>a z)5xW-tDM-u**lur8!Y58=C`L3L3C1R65RXwr(ddb`is5@jO}Bi)w$sFC*uD=p?i18 zD}uxFtg(4qptE4;#y8jd8E$!yN{F%0k`$Q*#JID@GQ*MlCDr~4P$r%9GG=wh*72s5 zX@L%G@;)h?P}>XVM7DK9pEdVuv@(b=N~8KPXq3I`2y>d6l*8_5p?j585e$TB;u-+l zSt0z0%-KXrz0Jx9rI||ELQU8-u?7SDXjm=dxS}4eYLKtaZHes!-GS_}c*K#lfo%)0 z35^6H#)@fV9ne;VP&5Ny6BXJh#cX_VzP8b7{gEDq74h>^!cuA^wUM$SzK>uPJ$8wo zBo-LCDqK@-8@hi;68sXV}$axf`OFIF2D{uBd(BmPQW{Q6Mpx0D{$w%8ayEswK_FB7y5 zR!hb4C<}I;`a|3FDh;^uRVPOuP9-MK~`KRjBYn`miQhQ{{3z{%h?0z+T zO~Lreb~KYw6$~Gf7W+|)?EI!PVf#4v%y!n9m|8t)c4JsJNqAoz6?5t2R+=vgH{$9MHwy-SUA32yN(O1%BZokw**aaeT8~& z5P2LsBal`;F|AV--BzFcoYQQN9bLExxw)~tB&9pTN$~sTG<2q=@YSTn9$CcPG` z&hA}LovODlYD%61uk81M9kHAI9vzL*DnR9u1jQp^j;o`M83ZZtR{mQt;(El>xS!}Q zOUEi#>x+P)LC4Z7ueCWZHUmvp9O08$LU@4n#c+@n^r5ySx@;c@usVE%Hn+T9gjsb#6`7==M(fae=2wfHu$xV!$|k>X&sTX+ z-QxE;Xjd4y$eauyb|gPzf;yhUOqukmr_>0WOeO4`67MG-<0h1E>Mqd;jC_=FN1tQ{57<^UP>fWsy#@-X4^yR zK>a~ot3Yg1#jY$BC0@fNl4>Y$DxGcnOUEy$B4)!UA7OI#}G9qwMrXROyGjjX7)ozMyxC{fR;Qb!>3Q=)Nr`OjX& z|H8VR(&0r8LRdf23#P-^%$z0MY^lv#T6Gevq4~1TY>-f&InVZ;@6V4O82RLc1)mAC zBok^Z4xc6bFsof(s?ATO3vl_5zaSBQ-=5LZ>F+B6BQCh&dhc_!uJiqdF(#ML5rBm^ zbnqqHzm#vWt68}61Xk+aP%4+voK>QEa$dWk9AQd1 zmOw=f?n^3p#{Ld&l&(w#Gi$PBgIW2Nb?imm&kk^1$7mv;3!Lqd(LR zDdOQonYu*8#5I1o#a+BMtLsKN;pqm4NzF9vPeN{ELNy8I6>)C7hQb)4qRB{vZoS>v}Ot)XIXH^79*QXl2Pn zTSRnWHB)=6`F#6x-8*)Eh~3b`Dd_A>L)f1S%iwT*q<+kz43N*$XUgkynjh?4QLzah zfQ5Q*Ct!-3lWxn-im#kgkAjS0!hMPkG{M@HI>!c_@H(Iew;VJj`eZ}Zz>h)M)gt_& zvP&;0Kd8%J-ro<48EV7wc4jIx>s~2)+J34n4J7G6+>-Hwn2BC;j*nB-ljWU*# zK6v=e>&=R=OVysfAkCm|YO$PRx)z^bh({!-DQTPR0Ufo>p3D8B6YA(ZLUBY6ME-&l z;fLQcaAW*C9fYes@E1ZdHipf#7ilu7h{m8yPfsUT{QX>%e_dvQE|w(6O!*ne@xsy zA&o4y!eUg*;W;8a3ouEw6;@4!VpoiZkuH9Xny-0|Ld%Q%`$?%WSiy4Lq-J>5?#GFQ z(>F3aX1g|+_S~JogmbnT0jd>#bzrid5B{r24z;pg=yPQbT{6Vh8+Ldm!|@=Ze-e}WPIl7VfDB5Zv- zMTlHtxZJo8lV%CQ`GyV5p#z@Wk4$!f)&Fs6PQ`%1Y3Jh85100}-uw6=Q?USMCt3ox zZ#BUT>{kd0>6PaFpG#Z+*QGV8g|FUpJ73Vsv(`(kqb*O_>|1Yui(dLl$B1TN6|y5!P5Mt>p?D=55#w1r)4 z>D203cQA&n%j%Ozrk$A9jkdB84*D;4k~ephcb-V(+hxE~3)jeDDC+vuFvr&pU8abB znXgnv7c?TASynMU!|~)VJK(uUa|5mGt)Il$P1Z=dNkEf4v%MF0iaULrNgRtATbFdn z9$D$^X)7QPSYkLk3Ylf0uQsX9{d2)U8-Vx^xYM3A6g$#=Gx%uXh#25#1gFxkzdO>&BsH@Wa=Uvu?EDtiACy^CTs!9tc$KSEJt#sCyf_;wvwR*pg_0hH zDT!(Ip}R%<%*FpuQu4Ek#wElt>h3)12O%BQjvNs3nTF{*OX{IbbZ&>4@US4MOUalU zE&VwQz?`@K`}V_S|0mC_Ne^kdlMU2hc4b6}{Gk*z^cNiyoUz7F)PKC*h_Vf|uXRjn>ev6Y7r6a3iL7B$Gll$&uU3Q9#~zB7 zo@(|fI_9$3523iDqv5g`oeBvs1UwnjEzCesa=9S;xAjq?(A2NUz*0#+GJ}ig!0o;beIt{E;oW1dR z-})1czhtZtU^O$e#~Y_+O|P^Vv_nSxh53J7*|C$TQwJ0T#1kw;39s&dZMPOZ5vl)3 z5yfq22kQ?~Wb}g+k^E?_(Pn%xgoIBi=OqAYV(Q`r$A7}Hz#_yVXyeh*f;U@QalC=5 zqJuA%X&n_3K$nQHA( z^8Z3bGDNTbK|?eC?@}hijX|13Z*njgFaA^yv`Kh>@kz!NDqz+3cnDg z#$Y~&7rGS0GJ%7{oZ6(Dk98qfC~*jg+e$)&W+lTHzqgY{k(C3e=^ zh+eWdtS4l0p<=yAk6gC04qZuTa8z`-{Z7RkZ^YbJ8qk+ zQg$!hD_fX1J^0NVKFRIn&$?_{d!tfl=1#iy_n$0*`{@{BjBIMf2M>C2d-X#E)FoZ~ z;dyJ)-eSI(KF9S;Ne|+!h1!x#;XJLJxwTk{MIw|(2d{upLjy)Mt|D_(u-FU4^fqTQ z;;^-3JnDu$_()$CYyvu(*pkGpD38d0f;T?GLLUkis@ktYL)jw(gCaT!iF#4D7h8zGD2x#FzLGfFE2hwG3c%Kesh zj`}Qejs>6=tbj>+D&WcX@4#^e7CP~NNf9E;-Sl1W|40#%xwiCQfy>Qo^BqdPR8Ky5 z9yW9tm_8k8yo<3K9M+-`HwD|oTuUwZG}?vnfCRa3dgAh?vJOZ!W^~noAEXFZ zhS9oB)jA$Q#)b_IuWJGH2Pq=bxD-H4=dLW;wRIxt(fU6+H5YRbj}A7qIqm72>#;s<|Bp2-}*G*U6)k5q2* zz`WkotUGTASi7=BzET81SBlw@g*X&-}TY5mQK(R2D zbvA$jcQt?Ns$fgUNK*pAZC-H%zq#e`wvJ2@DC(%MJ|L96O<6=CA1*}G~7Hv>(f@N z7=aPqt490Pj-_Qs5mMhhn`6Yj!h}&Wj%}%&goocv5V;?7D@bpo2s}}@=(WV@Nr0sY zDVV?Irg%aljrwHM#L5#R>FfR}6Wl~f8B#Fk-YTF`SDH6GuKz$(-4)r7ZW>m1Z?H74 zPFm$sYk!?7`IlK2zHEkP)q!>#*Vt;`1%oqc`}8|Wt_4%mt@zR$%KAJf~c z-RwhKecJoq4X+MifU%vS{&U*>g^)(Ry2_R#k;sSE3B)Evhs?c_y6hM?#=Qxs@(*mi zyT};FC1S+vy&(x_ZwMk_+^=s4|F398YlXIyi0{GtS4~vZ-u@pOVjQpezY1f2j^O`R z#8I37Q#CX%;r~<(`av!Q=7W$lhJ%36{ZKWbmWv4H{}CtnMFRhQ)wZ}AVnuKn1GbQ`DWVm$z*kSqRqQ|Y%#KaHU)U1F6)8)i?f3G_VW-{*}AC-nS%|CBaPojHT|_l5Vjd3KEwq$!y9o2 z&D(H74aP|8Vs%ZxmKf2ejiF4S=|0z&=0)dV2Aj1a9U^6D;Ev*r7!Vot_}vCqH>L;x za*HpR5Lxp)r;{s$^7r^>-B2kh_+!)lt?`GtAp;X*yy(nPmIf_w``%y;099vWC)fDJyV z1GZM1tWALxo>bDEZJj8K*V%+`!Bgi7wH0j3FXFVM9oM>@ zd|oL|`%{{7r~~RL4@AY0+)0*);ocdnZ;uo=`f10ZU<2hmQ+=hF7o0?H;K_5k2q?Rh zDo-~?7=5%`b7s^wPzCudN5k@gMg`bIyN4AdTg?6Tclw1)(XW8n`>1EP+DSEIGx{(N z?sLxG{Mr0n)wHT!Hc)XFp@%G<5^I-&$DNioSs<3U49htBj0uwxLv^8*-l4e?DP9{% z=N8tQ3FgBVBKvuK9xv6{;a{Q}L!(|bv`%eiz_>s28KJ-Y6h@$7lkmuy6c zz1v2d&|c_%O?4yPeQz6ldDVl=uw2OfZ;0SqAEm+^@-D1fOK$UtMWMCgj@;CAjl)cA zYuAY+P9A}ud?xFjpY3J*6jl0r1!Gq!{D^l~Z=i`kj6D#Kr2f@*gK@^&oJ#vtE)=)g zx3vFwq~kAlxfj_HW9EU+PO(Zqxh{`U^cDH(uAjjAgLZJcQ|)Ko@63$O{uCs`3HZ&- z(GQ*?eu(cmcQ)_o@vi%u>Mth?8v!1d6$1Hizr=zz+9PtvV63y=1F}I8paOQKV3nt! zpMm1qcF(}hW8705$#jU&9#rmra@%)kz3y`hWmmk{v+4E3(&SzGN4`B}tlOQK`YV#-gXq z!|wvWTMpR3;SwHT*YAg`4<&D)f=kE7{fxoCAlPxqWFr5Dk@#3X@8V_g2P4_KRFW-U z_DOuxMIet6Nv`_HDSD7HH_w{;O^3llw4kYh$3zr2#v_KLu@B!QCo9?EUf%{COeR4G z)*K+$YLs|ot+WMc50>a)^0`G}DBh9w#|!}njbj)89u3YpD>YEI#m9ippAC%T3QXxQ zhKQ_Hs>Qd>d%tF+c7y%&k9FZ2=(==oiKX%T3EhARYC8j}H|_rZaMufeUt4`aO8jDh zq-q+(-y@&D&iE3Ej?zleM*RsrWsUkHuobhr=llHil=O!74JK0L|FV+*Y39Y1(|>(E zmQNs(&mWH)GN$|;3J2EIDLySbIO6tPzuIW`dtL>!*faw!Gf2OE{wJ`x%hvQNNa)Yt z*(}6b?aTIDVg=Zmj1(pu37k|Uz-T9932C~-LD|3GEjH##T<@5&OTvhQ6b>p5A0%fi z2f;HkFl<&tIJlLdNegVjMw_Fhs|e;4a$c!;4pA_fEx}Dm0&R@v0LaU~hA4Xd!qki` z%vcl<%G@~wYBSGxEosb+bvy#UH`z@^FU9fQ|6C}emq>0>t;--3H&aipFycaT2V_*~P{1MIIgnYJBJRmMkuShSNgL^54W3{sh zebUQmX5uWwjSR~+RXLLVVlU|ulJT_TWyPJpD9~RFvWX(Xj%KcqP}vTh+tm`7zo3&` zU2}0y21MONHVR?P3Rt8Cp!sMkovqAN(@Ukd7{G=>nlf!9IuL|ek{65>t4w7KW7?w~ z_~3OSUJ^+K+Ejw00Zn)9wuVj|k;sb&^;?HBwB248TyEUm2!tMHg_cZsNR^N)f&J9& z3Y7&k?aB#Z_?N>h#6c1hE`!wk;~o!ku9=M@k{!#=Y$lzgPNf0EP$p89*}|}clIv5} zJUeH)cK!*m2Anem3T7t*Kl7c6YT)DinnK?F5F(4zkJX+3bXuI0O zdf{{y0wVyTL2n|e7OVD~G57%Wl%_EnX$xSBkn!vvy;#allTk(FUI4G#fC{FtI1*}f zoN9cNez6N^1MyaLs$dAN=~0)!58K7+7(kO{D%f&uHDNgV7bAO?Tq1>NoB*i)n21l* zvi5aGQL&8KT!n_Ay6Mq0jyDSRTUJa=^o1wGE7fKH^1yUw1laxy5*8BT{^?icyt3NbliMXOh?(q|>gvn=1 zZLJkQOYmFrdGUVZE+H{W0u1ndXJ(~;#pU|T@vkf;CfuwJi!4G}ccsxDKri9-zJN3A zr4!PtmdG~!BvnhlW2z#W4=8K7M(mRa&(xsP&?{hzCHN?wL1sv6`x!!{@(=}@G&$R@ zTrDd!DMn!N8aF+j@R?0ykU;y+Y<<;+`m%8rw!ViZM7q2sArRnu_Mtu@s(UUH$F<}L zAXg@el{G>UyNJ&AG3#v)m?89YldX!w6xgd#1PSB#8zo6qS5M#TKlOEj28RCplgCOS zH^7Afdh>p|AqE|=#Hu~CZ8)8;;|Y%~B>tb)klD)pOXs@F%|~Az-&VwUIOIT`R>KSU zGR@)sfZN27NbBzTRp3^CjWv3($TSF0JuHCd!uZ^$;HEACjEP;j58-)j8yiH?ylo7)esZdJ}mb3H?xJJ#+W37)!e3RimpU1!ioRxoH^}=%bvtyKkYA z#0id@OzBaG4Er5MNXQ&BXIA1p6xXF*V6nfJD>#Evs*^J!V6mgP6jBK=2hCtKn#4iy zMo7=z4Er($l^n9lyN%eaMq1^Y{!}*7J$2%|(?uF8zXWa|m@T`q zz%;ENE#B^EAmBkv(>Pp zBBb!Dvha{9C@`1AI1jn?;V==r!T7M0sjPjMxQW4cnX#ir^XUr~pBFq{M4HdoY3E+# zw0Z{9z$$iHI|=V$CV8FeS~rX}tk4T}Zxl-1cH%Z}MO^i?udUfR!=C6>U(cYm9Os6$ zM%h^{;=)n&9Y!k}5?PX#1_zJC6f+1~XJ%A=!g0uZ?4g~P>{G-u)Pq*;EH%u0dBi&< zwcA*V0@8EDTSm9l)_y*hZD)2935|dBv?? zU>OTbVTJFz--d;`_rfx)w`PKqx13Up+&C9&9nW=>h0+;|#p|~79QRVe3hghs3twqy z;OZvNG7Vi<6OafNyjMrjhZ`gCi0NO!`)Qc7N702N6-Frx_G{m_F~pa{iE)!))hHR- z@^AY_6y;&xm4jW###F(uFsBfcQa-HOc)9QO;yNo8TNZNu(7yLt$K_}d-UQqqDI-(4 zFE9v>g~CK4d?R&N5-JD8HnDMJT%|Zkz`NANf$FL!ro~!Hn>jq<0|?AGX(mspWP_hv z0a|D`5otb|@uyyW;;d;<7A79~bs{DmRD=9%XiWm(qM0VMIcVN(v$@Hro}Yo`LVn?M z>?L-KepCII9ot>zG$!&53uiK6E)-YIxT@lUhA&^8ke#YCaW$ZhGfZu#Uq0YH6u)E^F`l*FD zCiuqM8GziXSCut-3Ess{{ZlSTHAb#WM`Gw{6 z&5iZ*)J19GkfKCh1yn#F4=)_nT*8jw~w#U6wTQ3$ri!CRX{P&FGffzkb#&O#zn< zmmS6HOTSHpb=JyMLnR!lozEgLdJ1RqZ5)o-UjO|4=P*#za(tf5m?p!XyQ>!K=`lQA z(?b7mX(RvH%ht^LV`HogQ$=|L-u4M&M7g>SX3~8foWZBzyww6HEx7G1C*Wo@T7f5x8!qLfvHJehm)fv;FaZKb2=3PSP^9n3@3d{21NV;b10Z$Uz zIVY{NG#q*J!!2PRz%o$>SH*OJB+B{BA=QP8*SE~RWm6$E_^c#Kl^J99!xea4WX>x` z?y<+%camtpL1`!%Co0Lly_RZ#V^7CDr2T{7?SSp|h zSz+{)ESI7z!;~W@?)E~TE}%*3&N{S(4!1qFDG+%d66L0BhA>^7HQ>Gf^8nNXLho<~tsuy`4=aO5L8v{@#)R6CiR?}FKY z>S$LpEOm_OVqTuHWRypwM-v!onn+4}zufZC{B4MW*HNahm}N)Vw*Ytv(`nseAG8mc z<{C(q$`J^h=!Qd>lvC%X<_M<<43o zwd~ccDpH>U^j*7J&zDAPof`zaYwwV?##R3K4OZEo5gQy5imm_wXWS$DRY(rWzP-$&+q1vlNy@sO|N|`mHL#>8dD>h;Yp|S+=C0_O{%sQ{W zNTM#jQN=_*QWl@`obH#H$wP|&)g>`r%;yHql3ykaOMKCJqz5>YGF2;bvO)Cb+PR5G zxt+pgN=B-BeXAn#o3y0Sv7d^6=AdV#%U{a?ugsqWK)m214Ixop(;8n*IY+iu8D~!4 z-?`@+{camPlboUU;NYtEE-XSl^y%WSb)fW$E(Pw@t-#n+hs|Y*E}GX8n?{lTUii5AMG!RyUK>Ws4i$mmMmi2Q+ZpSwA%;S-1*8r zQd8Q4P;T|nX4}4?n`ogeNdKGpEEIW<7Rr<&o{i4D%qlGWWO>1a-{pAcr?^u%wJ#h3 zk_Axn6)*DO$(I*S{MnB`+_muCGDQMVlLjRZtMsUpgXR1t!rGy&=5l_n}RG$~5&O$2Eo|0aOG@%#6joaAhtnR)Ka?B3+; z+_^2Tj{w1fRbaazoXXosB_4g&siq3_8Sl_sp+n+m&)wH3`qrf)I5P+k?ckmwpJ z(Q27pR9YoX)RsvFUSE*v$$LH^Vn;${`aQDd}a+ zjar5{`mPUlgSqt*eiV#mzW$Hdr(P;a+k@qBc&p*F6z78b1BIbaw$Nc)$BrLUO+Tj8 z*48w^d2#ueu= zvFIZcfw|YzXsk!_ZZOC@z1tNbtCj*VGM+wc?DiHR3*TFZyLUc)s-~)p@9X*6XNL+Z zVOZ3?_cdp7hwJ+?MFwmb_zkNnfghP4ab(Z#Y7S-Brr1dYwop;YFnyq_plb8Is z^(BC53C$h6QiFXxY9Q3plCq{hk`T~PieaYr-~KG+3tURAiVAMN)$}c(y6P&)F@9eo z!R`vT#X6MV=$KimR}Guss^4JPefp83KW9z-E~KD-!FnqSHtIVo-6#ML7T z;U?Q_tdz;n>0$p*>?t5yuHRABTj%a*S*w^XH{doN9+hV60GE`vv844RoTKjbn1Bs& zAp9bLjOIuT+-!DAxIbnkRA7vKBdY2e*3_?)uV&OoS?$F;9G11z6yw(P4d+NwR8Z3s zu>0}TdJQt%)+tx^NKG-c#=C~IDYesX2L=CmY;E&`tkWj^hDBZQjc4Vb8s3~a&E0GK z+CXI{4r>_`mk6}BC;jS=lPyu%#nAd+EXZndRk!|iyJ(p&`TY6X!uZE5kvP3FMNL+I z=cEihxyXUWmjdjfDnV|)c35??oeLOtCl%I?WW`J=I#mWVw=xYJv1!a=f3 z>h$J4Bfw5Qr1bHif_6h`Fl|yAld>KcI(Twyy9n0S&U2#m_|Ld_BS!Jeh9XR)NV7ht zE5BT)$ZQ&ot9%aDAv;Yv;5#xK>t`Z9q|Se6>QQ_LxQC`h9F_5|=ow8YUGk$8U>|byX&&inE+X zx(mK|?9F@>U3YCPxXXHpDfqLZdKGE!g4N4;=NK92i71Mmdfn%SiCqj1Q$5tw_N5N- z?ctDagJl7O`kK^>AV*W)th+5P=>kQ#358QFr71Svhc4H>dh#Hw8_n93uD!*%W6OV+ z6COLMy+yHOs+G=ZeWneWa0@us_DnBpq0J$}Ah|958O+N#WOLu*V2{Fuz?#^sk zN#zw_QJL>aVE1se8F`KnyQVKMOSMs0I+IJ=VV6w(dg3ZSckLh!S(}(FYi8E)_5*gc z`j(6ZMvR|^<>iXbuka!bVM#WY67j>?Cn#8^NVkl-g}0t`B3~&tKS(sGO*Vl1?M{dQe1Y#DU!q-Mlv2xT(dlsVUb&RSQrds0|;YD8cK z$8+Y__N36H+jn)Fge}zh9f|IEUc<9F<}Tf{W!gJ-uLF8td@Y{!OWqnvyX4g=fqU9D zG|`X9X<#3~7H2D3zL+|(Ad+J`H)_6~_QX@C=53sNu|c(6ORrt^bxlo`X3wsh8=H3M z({n>6jnc)&0}VVsz8A-kRVGfYm4#1xR{toZTj;RMs47i6HISF^l-_BVg7}$kAxp^+ z9br+(V8Zt`Q>eoYBF_Gq8s@SkT!%S8;Jz4@F*9>!4@XWnY5m3>GrCTVd+{73A#9u; z?t;yHVng$dEsaducH633tTu-9H$EsXgaypS%+4e?lRr4=xbe{c^Y+T%t<*A^&Gj19 zT@r838kc3MdhrTo7V)K^rCYH-INHH7aeiKx7^Dbnzz3wq2)?mSt0J}NT%Rrex7RD>rStmmVpT1Wr=s7B%kM%rV=M+k#bYZ>4Eytw5 zLx&k5q&3(fE>n=g%Az>aV7>yM!n!IxyW<(B{+#Q>)jCS^Qd^dhQ}2&!DtBQkfs@h_ z^i9`79WQTiHM`tM9Vx<`rp;Uane8%Zte*T*DZQL895_9UmAx7KmqDjtS zGUWJ)W(GGoi~N=1;|}i2NVSY)>d`~!_rsEl?Za+Uhtt!VI%4$%R7-`e#I$=LM}g^N*b5SZ8l6 z?-VGhG_q%-t8sWAZa~kLo+n)Y1}QzxQy2C0Mfv;(Zc+U=8h)bzdQ8o$qcY_IqT%AS z|88iAB%jK(y+m8|G@}Qj)|`VJ^krt4b@6$nrin3;*UGkNrBV_<6xWY9I!Ie`t?at| z?bd7q(#jqz*U@SHTnaKts_k5diP8dlR$n)}ixI}FVP-aoLy;$9?ymp%2O0SBX7ji~ zivYA&b3p3+Xee5XKAGoOn0aFOz#XNi{^NtRemv*Tu9*0+6`|vrG4O2}4QE^3vWD^! zL$QT^VN{lfanf_j?JH)~6^mO6xY+9%)*j=N9!*~~-`y6W!s1+#clbv>(NyqVaw|7} z(7ScgZ%NqF5PRu!_Gka>xQmnbPb5|F)d|3ajrmg_4xG#xPI5K5^xoS16t=k1Lw6+8 z(%JC)NbkUWEk^)WDGhV$(@9FdP*LAP+RnJ7z_F`n^)X%>|78Z$a4m;>%59R^uWxhKU*tJCDfT_^6`#|)6s3m2kkyf)w5s`^)*{kB z2Z<(@{#fVIfBQzZ>p_1b8#lecZRdO=pUXRX%?jMR6&?;ew|wC8CTH(C>74LRw2wwL ztqLrDS&8x-9&`9gj+nSelW;lc3|g;3$(6&TF{L&p&xd+WAqFY%&Fo)xFNOZls{zS(Ej z;#?t%%Ef~AAG=M_&&MyWU0N1z(GjB5&0dl^y<1M+yd>4_#-OTJt!6N+)4y}Srw#q< z@BU+2j?CA2X`nh!UZ^V=39@eW6X~fgj z^fpxxeX)~O{{^al(6w5Q3eJHMQZ$j#dNCL#7<8|_$dg;q_;c5EB7&?dRw>jTVrvMVAaM=%*pGcJeN-Os{)qWkZ)YCiUIuRHTEH{I z#Ny6f{a|u-YVM=u%4-)diEd`qn06jtW!Bw~F@m}(QmzPRI9&CG^m?l2WC+UH8QUhI zk=Sl4i+J{Lw`uFgrJvy{-TLzo=31T<4`0Weq+h_nLaj+H|KF0mi4 zNQ=W@F`+ORGZeUkBO|B>jJ5)JkCi|mzkn`Af9RWd=mkGOK<^nrieS4Hz;g^ADExV- z7MO5Ao#^%t2H1}J7|3W1!1uVIJODP*9d!z+xL7G>(8?O1<^Efk^*|Pe7goe0IlvTa zfaZUYM~RT$cqBW1!(a+f%4HuuDt@()lnMr$h0^WRZ#WEA6qG}NA8f~VtmZjj6Ig8&0vp}`denViBSAkE}pg)6{I zpj||BdGkK>P+J=XgDDW{tJB*@{{wEh>|6h{2QmyMPlQf)IIzzB2mWVgslVZmy!Vw8 z_L^e-Bl4$VAPjbr$ihPSfd#_&{=*6nJBTpfZy9`$e#FETgb0HAHV0n+-DmJ`?Z^iZ zQVid9P=Mf8DeLPJcE=9#MxU?f||Baun1w3a3q9HHiJOzy5qhUxs4)~706H&bj27G8AN2_ zsl{nUv4Iix`yoT5)#m(w5@taN22&wI`(Yt85=5Wh*PBU(O~GGD9nkAI5wf`m&yG+g z53(K5AnH&>1kWqRk6RWLumg_ljpRIjOhrN0>+pKwFy{1NzAeDB_g&=PDDN~t-wDSd zQt82A$9?XmxfIRUx8lM)8g zB4QiS_gfXT27nPfd>&vXM2l#h0Fel8;J+fQV1*4pyT?G~EP+A7=m9{Cpvqx$m-7x3 zt`4X`6F&_d97REa(*&*<^P^%$`Tz;@A!^t`%di$7vX`5X5EpdUQag}<-iv}9W+5RZ z(B~ipd$=yC%|OU^5Ry2rO6MV@Fi7VJ93>Emg`p7c5Q*ndm8b=g&hm0PDAs<@1rP4@h4t0cic`s z{r~v#Pn9bSru$n4?@J5`_^%7V{@=n^evr~>KLay+;_Mk9a40=eHM zLdr0hA`x7TmI%%QMqC7#_8c?fM93Ki-am+=mjE_`!ry-zp^fK>Z@Ay2{=oMOcIgO8 z337k`?m6I66qIm+NDdK~J4Q#i{qB)TgDgW=DyPO@D7Ha3!7F>H9BTrqKz9$7ErkF# z{=X@c^S~})$}}?~z(FHpfQYS|^1uSL{(a^)bmq`I3jlPt1hm0n4}gK(&JxlA`#+|rSIhta diff --git a/lib/reindex.jar b/lib/reindex.jar index 5e6b839bc53cd8d8c9837482c3e5b676cbdf7408..84752d3f53ce2b589c7cf1d25ca726901dd9b701 100644 GIT binary patch delta 15520 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 MpSejBPgw@|f3(`%#{d8T delta 15660 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.0.0 org.nlpcn elasticsearch-sql - 8.5.3.0 + 8.6.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.5.3 + 8.6.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 31.1-jre @@ -64,20 +64,6 @@ - - org.hamcrest - hamcrest-all - 1.3 - test - - - - junit - junit - 4.13.2 - test - - com.alibaba druid @@ -90,7 +76,37 @@ 0.8 - + + com.google.guava + guava + ${guava.version} + + + + org.elasticsearch.plugin + reindex-client + ${elasticsearch.version} + ${project.basedir}/lib/reindex.jar + system + + + + org.elasticsearch.plugin + parent-join-client + ${elasticsearch.version} + ${project.basedir}/lib/parent-join.jar + system + + + + org.elasticsearch.plugin + aggregations + ${elasticsearch.version} + ${project.basedir}/lib/aggregations.jar + system + + + org.locationtech.jts jts-core 1.19.0 @@ -133,26 +149,18 @@ - org.elasticsearch.plugin - reindex-client - ${elasticsearch.version} - ${project.basedir}/lib/reindex.jar - system + org.hamcrest + hamcrest-all + 1.3 + test - org.elasticsearch.plugin - parent-join-client - ${elasticsearch.version} - ${project.basedir}/lib/parent-join.jar - system + junit + junit + 4.13.2 + test - - - com.google.guava - guava - ${guava.version} - diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 25bd1cfc..c869e592 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -23,6 +23,7 @@ import java.io.IOException; import java.util.Collection; +import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; @@ -169,8 +170,8 @@ protected void addUnmatchedResults(List combinedResults, Collection secondTableReturnedFields, int docId, String t1Alias, String t2Alias, SearchHit hit) { String unmatchedId = hit.getId() + "|0"; - SearchHit searchHit = new SearchHit(docId, unmatchedId, hit.getFields(), null); - + SearchHit searchHit = new SearchHit(docId, unmatchedId); + searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(hit.getSourceAsMap()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index 8ddc2c8b..f39d2e5e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -164,7 +164,8 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT - SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId, matchingHit.getFields(), null); + SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId); + searchHit.addDocumentFields(matchingHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(matchingHit.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(matchingHit.getSourceAsMap()); @@ -211,7 +212,8 @@ private void createKeyToResultsAndFillOptimizationStructure(Map comparableHit Set> firstTableFieldToAlias = this.builder.getFirstTableFieldToAlias().entrySet(); for (ComperableHitResult result : comparableHitResults) { SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId, originalHit.getId(), originalHit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId, originalHit.getId()); + searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = result.getFlattenMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index 8e63242e..9efb88fc 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -115,7 +115,8 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues ArrayList values = new ArrayList(); values.add(result); fields.put(fieldName,new DocumentField(fieldName, values)); - SearchHit searchHit = new SearchHit(currentId,currentId+"", fields, null); + SearchHit searchHit = new SearchHit(currentId, currentId + ""); + searchHit.addDocumentFields(fields, Collections.emptyMap()); searchHit.sourceRef(someHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = new HashMap<>(); @@ -136,7 +137,8 @@ private void fillMinusHitsFromResults(Set comperableHitResu ArrayList values = new ArrayList(); values.add(result); SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId,originalHit.getId(), originalHit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId, originalHit.getId()); + searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = result.getFlattenMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index eeab2e60..2aa386f5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -18,6 +18,7 @@ import org.nlpcn.es4sql.query.join.TableInJoinRequestBuilder; import java.util.ArrayList; +import java.util.Collections; import java.util.List; import java.util.Map; @@ -116,7 +117,8 @@ private int combineResultsFromMultiResponses(List combinedResults, in private SearchHit getMergedHit(int currentCombinedResults, String t1Alias, String t2Alias, SearchHit hitFromFirstTable, SearchHit matchedHit) { onlyReturnedFields(matchedHit.getSourceAsMap(), nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); - SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId(), hitFromFirstTable.getFields(), null); + SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId()); + searchHit.addDocumentFields(hitFromFirstTable.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hitFromFirstTable.getSourceRef()); searchHit.getSourceAsMap().clear(); searchHit.getSourceAsMap().putAll(hitFromFirstTable.getSourceAsMap()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index 5d5b38ca..a8171962 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -12,6 +12,7 @@ import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; +import java.util.Collections; import java.util.List; import java.util.Map; @@ -46,7 +47,8 @@ public void run() throws IOException, SqlParseException { private void fillInternalSearchHits(List unionHits, SearchHit[] hits, Map fieldNameToAlias) { for(SearchHit hit : hits){ - SearchHit searchHit = new SearchHit(currentId, hit.getId(), hit.getFields(), null); + SearchHit searchHit = new SearchHit(currentId, hit.getId()); + searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); Map sourceAsMap = hit.getSourceAsMap(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index 5ea7e3ab..11d5fc95 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -61,8 +61,8 @@ import org.elasticsearch.monitor.os.OsInfo; import org.elasticsearch.monitor.process.ProcessInfo; import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix; +import org.elasticsearch.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder; +import org.elasticsearch.aggregations.bucket.adjacency.ParsedAdjacencyMatrix; import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; @@ -75,10 +75,10 @@ import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGrid; import org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal; -import org.elasticsearch.search.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder; +import org.elasticsearch.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.histogram.ParsedAutoDateHistogram; +import org.elasticsearch.aggregations.bucket.histogram.ParsedAutoDateHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram; @@ -149,7 +149,7 @@ import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.DerivativePipelineAggregationBuilder; +import org.elasticsearch.aggregations.pipeline.DerivativePipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue; import org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue; @@ -162,8 +162,8 @@ import org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.support.AggregationInfo; -import org.elasticsearch.search.aggregations.timeseries.ParsedTimeSeries; -import org.elasticsearch.search.aggregations.timeseries.TimeSeriesAggregationBuilder; +import org.elasticsearch.aggregations.bucket.timeseries.ParsedTimeSeries; +import org.elasticsearch.aggregations.bucket.timeseries.TimeSeriesAggregationBuilder; import org.elasticsearch.threadpool.ThreadPool; import org.elasticsearch.threadpool.ThreadPoolInfo; import org.elasticsearch.transport.TransportInfo; diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index 6c1a9757..96006dda 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -251,7 +251,7 @@ public static QueryBuilder parseQueryBuilder(QueryBuilder queryBuilder) { String json = Strings.toString(queryBuilder); try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { - return AbstractQueryBuilder.parseInnerQueryBuilder(parser); + return AbstractQueryBuilder.parseTopLevelQuery(parser); } catch (IOException e) { throw new IllegalArgumentException("failed to parse query", e); } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 549ef191..2eac0a13 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -32,8 +32,8 @@ import org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.BucketSelectorPipelineAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.MovFnPipelineAggregationBuilder; +import org.elasticsearch.aggregations.pipeline.BucketSelectorPipelineAggregationBuilder; +import org.elasticsearch.aggregations.pipeline.MovFnPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; import org.elasticsearch.search.sort.SortOrder; import org.nlpcn.es4sql.Util; @@ -142,7 +142,7 @@ public AggregationBuilder makeGroupAgg(Field field, Select select) throws SqlPar Script script = new Script(having); //构建bucket选择器 - BucketSelectorPipelineAggregationBuilder bs = PipelineAggregatorBuilders.bucketSelector("having", bucketsPathsMap, script); + BucketSelectorPipelineAggregationBuilder bs = new BucketSelectorPipelineAggregationBuilder("having", bucketsPathsMap, script); aggsBuilder.subAggregation(bs); } @@ -162,14 +162,14 @@ public MovFnPipelineAggregationBuilder makeMovingFieldAgg(MethodField field, Agg case "MOVINGAVG": MovFnPipelineAggregationBuilder mvAvg = //PipelineAggregatorBuilders.movingFunction("movingAvgIncome", new Script("MovingFunctions.unweightedAvg(values)"), "incomeSum", 2); - PipelineAggregatorBuilders.movingFunction(field.getAlias(), new Script("MovingFunctions.unweightedAvg(values)"), bucketPath, window); + new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.unweightedAvg(values)"), window); return mvAvg; case "ROLLINGSTD": MovFnPipelineAggregationBuilder stdDev = //PipelineAggregatorBuilders.movingFunction("stdDevIncome", new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), "incomeSum", 2); - PipelineAggregatorBuilders.movingFunction(field.getAlias() , new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), bucketPath, window); + new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), window); return stdDev; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index 41d63a66..bb3ac3a6 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -154,7 +154,7 @@ private ToXContent make(Condition cond, String name, SQLMethodInvokeExpr value) List clauses = new ArrayList<>(); try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(new NamedXContentRegistry(new SearchModule(Settings.EMPTY, Collections.emptyList()).getNamedXContents())).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), paramer.clauses)) { while (parser.nextToken() != XContentParser.Token.END_ARRAY) { - QueryBuilder query = SpanNearQueryBuilder.parseInnerQueryBuilder(parser); + QueryBuilder query = SpanNearQueryBuilder.parseTopLevelQuery(parser); if (!(query instanceof SpanQueryBuilder)) { throw new ParsingException(parser.getTokenLocation(), "spanNear [clauses] must be of type span query"); } From e14406df11f587f1c8a22171ac3e6426b37d5d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 5 Apr 2023 22:01:07 +0800 Subject: [PATCH 194/266] es 8.6.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a59c5e7..cac40fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2a55d967..33ffeb77 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.6.0.0 + 8.6.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.6.0 + 8.6.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 31.1-jre From cc87cce306931bf4be31690ca8519bb81613fa18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 5 Apr 2023 22:04:57 +0800 Subject: [PATCH 195/266] es 8.6.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cac40fc1..23c8cd4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 33ffeb77..c76d0349 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.6.1.0 + 8.6.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.6.1 + 8.6.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 31.1-jre From a816c34bd621c67b1e655a1daca874fe02db0908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 5 Apr 2023 22:11:59 +0800 Subject: [PATCH 196/266] es 8.7.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23c8cd4e..30cdf610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c76d0349..5e80770f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.6.2.0 + 8.7.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.6.2 + 8.7.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 31.1-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 53f639aa..339e5889 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -3,7 +3,7 @@ import org.elasticsearch.client.internal.Client; import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.node.DiscoveryNodes; -import org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders; +import org.elasticsearch.cluster.routing.allocation.AllocationService; import org.elasticsearch.cluster.service.ClusterService; import org.elasticsearch.common.io.stream.NamedWriteableRegistry; import org.elasticsearch.common.settings.ClusterSettings; @@ -42,7 +42,7 @@ public String description() { } @Override - public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationDeciders allocationDeciders) { + public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationService allocationService) { return Collections.singletonList(new NamedXContentRegistryHolder(xContentRegistry)); } From fee2cbdd73469b1adaa0813b0c211b022a80fd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 5 Apr 2023 22:32:13 +0800 Subject: [PATCH 197/266] update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58c914e7..91ed7dba 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.7** [![7.17.7 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.7)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.5.3** [![8.5.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.5.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.9** [![7.17.9 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.9)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.7.0** [![8.7.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.7.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -208,7 +208,13 @@ Versions | 7.17.5 | 7.17.5.0 | | elastic7.17.5| | 7.17.6 | 7.17.6.0 | | elastic7.17.6| | 7.17.7 | 7.17.7.0 | | elastic7.17.7| +| 7.17.8 | 7.17.8.0 | | elastic7.17.8| +| 7.17.9 | 7.17.9.0 | | elastic7.17.9| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | +| 8.6.0 | 8.6.0.0 | | elastic8.6.0 | +| 8.6.1 | 8.6.1.0 | | elastic8.6.1 | +| 8.6.2 | 8.6.2.0 | | elastic8.6.2 | +| 8.7.0 | 8.7.0.0 | | elastic8.7.0 | ### Elasticsearch 1.x ```` @@ -1023,11 +1029,41 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.7.0/elasticsearch-sql-7.17.7.0.zip ```` +### Elasticsearch 7.17.8 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.8/elasticsearch-sql-7.17.8.0.zip +```` + +### Elasticsearch 7.17.9 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.9/elasticsearch-sql-7.17.9.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip ```` +### Elasticsearch 8.6.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.6.0/elasticsearch-sql-8.6.0.0.zip +```` + +### Elasticsearch 8.6.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.6.1/elasticsearch-sql-8.6.1.0.zip +```` + +### Elasticsearch 8.6.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.6.2/elasticsearch-sql-8.6.2.0.zip +```` + +### Elasticsearch 8.7.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.7.0/elasticsearch-sql-8.7.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 4b7e5b7c071fb760123e7b78019d1b403543a0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 7 Apr 2023 22:59:55 +0800 Subject: [PATCH 198/266] fix count distinct --- pom.xml | 2 +- .../org/nlpcn/es4sql/parse/FieldMaker.java | 3 +- .../java/org/nlpcn/es4sql/ExplainTest.java | 6 +- .../aggregation_cardinality_explain.json | 74 +++++++++++++++++++ 4 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 src/test/resources/expectedOutput/aggregation_cardinality_explain.json diff --git a/pom.xml b/pom.xml index 5e80770f..4f8f760f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.7.0.0 + 8.7.0.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java index a45a557f..1eff2501 100644 --- a/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java +++ b/src/main/java/org/nlpcn/es4sql/parse/FieldMaker.java @@ -68,7 +68,8 @@ public static Field makeField(SQLExpr expr, String alias, String tableAlias) thr return makeFieldSortMethodField(mExpr, alias); } - return makeMethodField(methodName, mExpr.getParameters(), null, alias, tableAlias, true); + SQLAggregateOption option = mExpr instanceof SQLAggregateExpr ? ((SQLAggregateExpr) mExpr).getOption() : null; + return makeMethodField(methodName, mExpr.getArguments(), option, alias, tableAlias, true); } else if (expr instanceof SQLAggregateExpr) { SQLAggregateExpr sExpr = (SQLAggregateExpr) expr; return makeMethodField(sExpr.getMethodName(), sExpr.getArguments(), sExpr.getOption(), alias, tableAlias, true); diff --git a/src/test/java/org/nlpcn/es4sql/ExplainTest.java b/src/test/java/org/nlpcn/es4sql/ExplainTest.java index d5b42503..3fca6ba6 100644 --- a/src/test/java/org/nlpcn/es4sql/ExplainTest.java +++ b/src/test/java/org/nlpcn/es4sql/ExplainTest.java @@ -102,8 +102,10 @@ public void testSpanNearQueryExplain() throws SqlParseException, SQLFeatureNotSu } @Test - public void testCountDistinctExplain() throws SqlParseException, SQLFeatureNotSupportedException { - System.out.println(explain("SELECT COUNT(DISTINCT sourceIP.keyword) AS size FROM dataflow WHERE startTime > 525757149439 AND startTime < 1525757449439 GROUP BY appName.keyword ORDER BY size DESC")); + public void testCountDistinctExplain() throws IOException, SqlParseException, SQLFeatureNotSupportedException { + String expectedOutput = Files.toString(new File("src/test/resources/expectedOutput/aggregation_cardinality_explain.json"), StandardCharsets.UTF_8).replaceAll("\r", ""); + String result = explain("SELECT COUNT(DISTINCT sourceIP.keyword) AS size FROM dataflow WHERE startTime > 525757149439 AND startTime < 1525757449439 GROUP BY appName.keyword ORDER BY size DESC"); + assertThat(result.replaceAll("\\s+", ""), equalTo(expectedOutput.replaceAll("\\s+", ""))); } @Test diff --git a/src/test/resources/expectedOutput/aggregation_cardinality_explain.json b/src/test/resources/expectedOutput/aggregation_cardinality_explain.json new file mode 100644 index 00000000..1eecb81b --- /dev/null +++ b/src/test/resources/expectedOutput/aggregation_cardinality_explain.json @@ -0,0 +1,74 @@ +{ + "from": 0, + "size": 0, + "query": { + "bool": { + "filter": [ + { + "bool": { + "must": [ + { + "bool": { + "must": [ + { + "range": { + "startTime": { + "gt": 525757149439, + "boost": 1.0 + } + } + }, + { + "range": { + "startTime": { + "lt": 1525757449439, + "boost": 1.0 + } + } + } + ], + "boost": 1.0 + } + } + ], + "boost": 1.0 + } + } + ], + "boost": 1.0 + } + }, + "_source": { + "includes": [ + "COUNT" + ], + "excludes": [] + }, + "aggregations": { + "appName.keyword": { + "terms": { + "field": "appName.keyword", + "size": 1000, + "shard_size": 20000, + "min_doc_count": 1, + "shard_min_doc_count": 0, + "show_term_doc_count_error": false, + "order": [ + { + "size": "desc" + }, + { + "_key": "asc" + } + ] + }, + "aggregations": { + "size": { + "cardinality": { + "field": "sourceIP.keyword" + } + } + } + } + } +} \ No newline at end of file From 4b922a16846d66182f1991d01dfd7c10dbc7cd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 30 May 2023 20:19:05 +0800 Subject: [PATCH 199/266] es 8.7.1 support --- .travis.yml | 2 +- lib/aggregations.jar | Bin 195867 -> 0 bytes lib/parent-join.jar | Bin 93430 -> 0 bytes lib/reindex.jar | Bin 123679 -> 0 bytes pom.xml | 28 +- src/assembly/zip.xml | 7 - ...ketSelectorPipelineAggregationBuilder.java | 220 ++++++++++++ .../MovFnPipelineAggregationBuilder.java | 245 +++++++++++++ .../ChildrenAggregationBuilder.java | 173 +++++++++ .../join/query/HasChildQueryBuilder.java | 337 ++++++++++++++++++ .../nlpcn/client/ResponseConverter.java | 18 +- ...kIndexByScrollResponseContentListener.java | 65 ++++ src/main/java/org/nlpcn/es4sql/Util.java | 17 + .../es4sql/query/AggregationQueryAction.java | 4 +- .../nlpcn/es4sql/query/maker/AggMaker.java | 18 +- .../org/nlpcn/es4sql/query/maker/Maker.java | 4 +- .../nlpcn/es4sql/query/maker/QueryMaker.java | 4 +- 17 files changed, 1080 insertions(+), 62 deletions(-) delete mode 100644 lib/aggregations.jar delete mode 100644 lib/parent-join.jar delete mode 100644 lib/reindex.jar create mode 100644 src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java create mode 100644 src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java create mode 100644 src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java create mode 100644 src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java create mode 100644 src/main/java/org/elasticsearch/reindex/BulkIndexByScrollResponseContentListener.java diff --git a/.travis.yml b/.travis.yml index 30cdf610..a29d0ee4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/lib/aggregations.jar b/lib/aggregations.jar deleted file mode 100644 index 0cc888c4dfa617945086280514a4521de0290776..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 195867 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 `p=UTs7VWHXn9M){*_~_jNcQk=5 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

1F`Mm#TZ7zyGQ86dl;Re&Y2`sR>~tg2!<440At( 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 diff --git a/lib/reindex.jar b/lib/reindex.jar deleted file mode 100644 index 84752d3f53ce2b589c7cf1d25ca726901dd9b701..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123679 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

FCir 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.0.0 org.nlpcn elasticsearch-sql - 8.7.0.1 + 8.7.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.7.0 + 8.7.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 31.1-jre @@ -82,30 +82,6 @@ ${guava.version} - - org.elasticsearch.plugin - reindex-client - ${elasticsearch.version} - ${project.basedir}/lib/reindex.jar - system - - - - org.elasticsearch.plugin - parent-join-client - ${elasticsearch.version} - ${project.basedir}/lib/parent-join.jar - system - - - - org.elasticsearch.plugin - aggregations - ${elasticsearch.version} - ${project.basedir}/lib/aggregations.jar - system - - org.locationtech.jts jts-core diff --git a/src/assembly/zip.xml b/src/assembly/zip.xml index 0eeedfa4..0a788b8b 100644 --- a/src/assembly/zip.xml +++ b/src/assembly/zip.xml @@ -23,12 +23,5 @@ plugin-descriptor.properties - - ${project.basedir}/lib - / - - *.jar - - \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java b/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java new file mode 100644 index 00000000..9c06fa1c --- /dev/null +++ b/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java @@ -0,0 +1,220 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.aggregations.pipeline; + +import org.elasticsearch.TransportVersion; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.script.Script; +import org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy; +import org.elasticsearch.search.aggregations.pipeline.PipelineAggregator; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.TreeMap; + +import static org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser.BUCKETS_PATH; +import static org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser.GAP_POLICY; + +public class BucketSelectorPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder { + public static final String NAME = "bucket_selector"; + + private final Map bucketsPathsMap; + private final Script script; + private GapPolicy gapPolicy = GapPolicy.SKIP; + + public BucketSelectorPipelineAggregationBuilder(String name, Map bucketsPathsMap, Script script) { + super(name, NAME, new TreeMap<>(bucketsPathsMap).values().toArray(new String[bucketsPathsMap.size()])); + this.bucketsPathsMap = bucketsPathsMap; + this.script = script; + } + + /** + * Read from a stream. + */ + public BucketSelectorPipelineAggregationBuilder(StreamInput in) throws IOException { + super(in, NAME); + bucketsPathsMap = in.readMap(StreamInput::readString, StreamInput::readString); + script = new Script(in); + gapPolicy = GapPolicy.readFrom(in); + } + + @Override + protected void doWriteTo(StreamOutput out) throws IOException { + out.writeMap(bucketsPathsMap, StreamOutput::writeString, StreamOutput::writeString); + script.writeTo(out); + gapPolicy.writeTo(out); + } + + /** + * Sets the gap policy to use for this aggregation. + */ + public BucketSelectorPipelineAggregationBuilder gapPolicy(GapPolicy gapPolicy) { + if (gapPolicy == null) { + throw new IllegalArgumentException("[gapPolicy] must not be null: [" + name + "]"); + } + this.gapPolicy = gapPolicy; + return this; + } + + /** + * Gets the gap policy to use for this aggregation. + */ + public GapPolicy gapPolicy() { + return gapPolicy; + } + + @Override + protected PipelineAggregator createInternal(Map metadata) { + throw new UnsupportedOperationException(); + } + + @Override + protected XContentBuilder internalXContent(XContentBuilder builder, Params params) throws IOException { + builder.field(BUCKETS_PATH.getPreferredName(), bucketsPathsMap); + builder.field(Script.SCRIPT_PARSE_FIELD.getPreferredName(), script); + builder.field(GAP_POLICY.getPreferredName(), gapPolicy.getName()); + return builder; + } + + public static BucketSelectorPipelineAggregationBuilder parse(String reducerName, XContentParser parser) throws IOException { + XContentParser.Token token; + Script script = null; + String currentFieldName = null; + Map bucketsPathsMap = null; + GapPolicy gapPolicy = null; + + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token == XContentParser.Token.VALUE_STRING) { + if (BUCKETS_PATH.match(currentFieldName, parser.getDeprecationHandler())) { + bucketsPathsMap = new HashMap<>(); + bucketsPathsMap.put("_value", parser.text()); + } else if (GAP_POLICY.match(currentFieldName, parser.getDeprecationHandler())) { + gapPolicy = GapPolicy.parse(parser.text(), parser.getTokenLocation()); + } else if (Script.SCRIPT_PARSE_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + script = Script.parse(parser); + } else { + throw new ParsingException( + parser.getTokenLocation(), + "Unknown key for a " + token + " in [" + reducerName + "]: [" + currentFieldName + "]." + ); + } + } else if (token == XContentParser.Token.START_ARRAY) { + if (BUCKETS_PATH.match(currentFieldName, parser.getDeprecationHandler())) { + List paths = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + String path = parser.text(); + paths.add(path); + } + bucketsPathsMap = new HashMap<>(); + for (int i = 0; i < paths.size(); i++) { + bucketsPathsMap.put("_value" + i, paths.get(i)); + } + } else { + throw new ParsingException( + parser.getTokenLocation(), + "Unknown key for a " + token + " in [" + reducerName + "]: [" + currentFieldName + "]." + ); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (Script.SCRIPT_PARSE_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + script = Script.parse(parser); + } else if (BUCKETS_PATH.match(currentFieldName, parser.getDeprecationHandler())) { + Map map = parser.map(); + bucketsPathsMap = new HashMap<>(); + for (Map.Entry entry : map.entrySet()) { + bucketsPathsMap.put(entry.getKey(), String.valueOf(entry.getValue())); + } + } else { + throw new ParsingException( + parser.getTokenLocation(), + "Unknown key for a " + token + " in [" + reducerName + "]: [" + currentFieldName + "]." + ); + } + } else { + throw new ParsingException(parser.getTokenLocation(), "Unexpected token " + token + " in [" + reducerName + "]."); + } + } + + if (bucketsPathsMap == null) { + throw new ParsingException( + parser.getTokenLocation(), + "Missing required field [" + BUCKETS_PATH.getPreferredName() + "] for bucket_selector aggregation [" + reducerName + "]" + ); + } + + if (script == null) { + throw new ParsingException( + parser.getTokenLocation(), + "Missing required field [" + + Script.SCRIPT_PARSE_FIELD.getPreferredName() + + "] for bucket_selector aggregation [" + + reducerName + + "]" + ); + } + + BucketSelectorPipelineAggregationBuilder factory = new BucketSelectorPipelineAggregationBuilder( + reducerName, + bucketsPathsMap, + script + ); + if (gapPolicy != null) { + factory.gapPolicy(gapPolicy); + } + return factory; + } + + @Override + protected void validate(ValidationContext context) { + context.validateHasParent(NAME, name); + } + + @Override + protected boolean overrideBucketsPath() { + return true; + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), bucketsPathsMap, script, gapPolicy); + } + + @Override + public boolean equals(Object obj) { + if (this == obj) return true; + if (obj == null || getClass() != obj.getClass()) return false; + if (super.equals(obj) == false) return false; + + BucketSelectorPipelineAggregationBuilder other = (BucketSelectorPipelineAggregationBuilder) obj; + return Objects.equals(bucketsPathsMap, other.bucketsPathsMap) + && Objects.equals(script, other.script) + && Objects.equals(gapPolicy, other.gapPolicy); + } + + @Override + public String getWriteableName() { + return NAME; + } + + @Override + public TransportVersion getMinimalSupportedVersion() { + return TransportVersion.ZERO; + } +} diff --git a/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java b/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java new file mode 100644 index 00000000..d70efe1b --- /dev/null +++ b/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java @@ -0,0 +1,245 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.aggregations.pipeline; + +import org.elasticsearch.TransportVersion; +import org.elasticsearch.common.Strings; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.script.Script; +import org.elasticsearch.search.DocValueFormat; +import org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy; +import org.elasticsearch.search.aggregations.pipeline.PipelineAggregator; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Locale; +import java.util.Map; +import java.util.Objects; + +import static org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser.BUCKETS_PATH; +import static org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser.FORMAT; +import static org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser.GAP_POLICY; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +public class MovFnPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder { + public static final String NAME = "moving_fn"; + private static final ParseField WINDOW = new ParseField("window"); + private static final ParseField SHIFT = new ParseField("shift"); + + private final Script script; + private final String bucketsPathString; + private String format = null; + private GapPolicy gapPolicy = GapPolicy.SKIP; + private int window; + private int shift; + + public static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>( + NAME, + false, + (args, name) -> new MovFnPipelineAggregationBuilder(name, (String) args[0], (Script) args[1], (int) args[2]) + ); + static { + PARSER.declareString(constructorArg(), BUCKETS_PATH_FIELD); + PARSER.declareField( + constructorArg(), + (p, c) -> Script.parse(p), + Script.SCRIPT_PARSE_FIELD, + ObjectParser.ValueType.OBJECT_OR_STRING + ); + PARSER.declareInt(constructorArg(), WINDOW); + + PARSER.declareInt(MovFnPipelineAggregationBuilder::setShift, SHIFT); + PARSER.declareString(MovFnPipelineAggregationBuilder::format, FORMAT); + PARSER.declareField(MovFnPipelineAggregationBuilder::gapPolicy, p -> { + if (p.currentToken() == XContentParser.Token.VALUE_STRING) { + return GapPolicy.parse(p.text().toLowerCase(Locale.ROOT), p.getTokenLocation()); + } + throw new IllegalArgumentException("Unsupported token [" + p.currentToken() + "]"); + }, GAP_POLICY, ObjectParser.ValueType.STRING); + }; + + public MovFnPipelineAggregationBuilder(String name, String bucketsPath, Script script, int window) { + super(name, NAME, new String[] { bucketsPath }); + this.bucketsPathString = bucketsPath; + this.script = script; + if (window <= 0) { + throw new IllegalArgumentException("[" + WINDOW.getPreferredName() + "] must be a positive, non-zero integer."); + } + this.window = window; + } + + public MovFnPipelineAggregationBuilder(StreamInput in) throws IOException { + super(in, NAME); + bucketsPathString = in.readString(); + script = new Script(in); + format = in.readOptionalString(); + gapPolicy = GapPolicy.readFrom(in); + window = in.readInt(); + shift = in.readInt(); + } + + @Override + protected void doWriteTo(StreamOutput out) throws IOException { + out.writeString(bucketsPathString); + script.writeTo(out); + out.writeOptionalString(format); + gapPolicy.writeTo(out); + out.writeInt(window); + out.writeInt(shift); + } + + /** + * Sets the format to use on the output of this aggregation. + */ + public MovFnPipelineAggregationBuilder format(String format) { + if (Strings.isNullOrEmpty(format)) { + throw new IllegalArgumentException("[" + FORMAT.getPreferredName() + "] must not be null or an empty string."); + } + this.format = format; + return this; + } + + /** + * Gets the format to use on the output of this aggregation. + */ + public String format() { + return format; + } + + protected DocValueFormat formatter() { + if (format != null) { + return new DocValueFormat.Decimal(format); + } + return DocValueFormat.RAW; + } + + /** + * Sets the gap policy to use for this aggregation. + */ + public MovFnPipelineAggregationBuilder gapPolicy(GapPolicy gapPolicy) { + if (gapPolicy == null) { + throw new IllegalArgumentException("[" + GAP_POLICY.getPreferredName() + "] must not be null."); + } + this.gapPolicy = gapPolicy; + return this; + } + + /** + * Gets the gap policy to use for this aggregation. + */ + public GapPolicy gapPolicy() { + return gapPolicy; + } + + /** + * Returns the window size for this aggregation + */ + public int getWindow() { + return window; + } + + /** + * Sets the window size for this aggregation + */ + public void setWindow(int window) { + if (window <= 0) { + throw new IllegalArgumentException("[" + WINDOW.getPreferredName() + "] must be a positive, non-zero integer."); + } + this.window = window; + } + + public void setShift(int shift) { + this.shift = shift; + } + + @Override + protected void validate(ValidationContext context) { + if (window <= 0) { + context.addValidationError("[" + WINDOW.getPreferredName() + "] must be a positive, non-zero integer."); + } + context.validateParentAggSequentiallyOrderedWithoutSkips(NAME, name); + } + + @Override + protected PipelineAggregator createInternal(Map metadata) { + throw new UnsupportedOperationException(); + } + + @Override + protected XContentBuilder internalXContent(XContentBuilder builder, Params params) throws IOException { + builder.field(BUCKETS_PATH.getPreferredName(), bucketsPathString); + builder.field(Script.SCRIPT_PARSE_FIELD.getPreferredName(), script); + if (format != null) { + builder.field(FORMAT.getPreferredName(), format); + } + builder.field(GAP_POLICY.getPreferredName(), gapPolicy.getName()); + builder.field(WINDOW.getPreferredName(), window); + builder.field(SHIFT.getPreferredName(), shift); + return builder; + } + + /** + * Used for serialization testing, since pipeline aggs serialize themselves as a named object but are parsed + * as a regular object with the name passed in. + */ + static MovFnPipelineAggregationBuilder parse(XContentParser parser) throws IOException { + parser.nextToken(); + if (parser.currentToken().equals(XContentParser.Token.START_OBJECT)) { + parser.nextToken(); + if (parser.currentToken().equals(XContentParser.Token.FIELD_NAME)) { + String aggName = parser.currentName(); + parser.nextToken(); // "moving_fn" + parser.nextToken(); // start_object + return PARSER.apply(parser, aggName); + } + } + + throw new IllegalStateException("Expected aggregation name but none found"); + } + + @Override + protected boolean overrideBucketsPath() { + return true; + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), bucketsPathString, script, format, gapPolicy, window, shift); + } + + @Override + public boolean equals(Object obj) { + if (this == obj) return true; + if (obj == null || getClass() != obj.getClass()) return false; + if (super.equals(obj) == false) return false; + MovFnPipelineAggregationBuilder other = (MovFnPipelineAggregationBuilder) obj; + return Objects.equals(bucketsPathString, other.bucketsPathString) + && Objects.equals(script, other.script) + && Objects.equals(format, other.format) + && Objects.equals(gapPolicy, other.gapPolicy) + && Objects.equals(window, other.window) + && Objects.equals(shift, other.shift); + } + + @Override + public String getWriteableName() { + return NAME; + } + + @Override + public TransportVersion getMinimalSupportedVersion() { + return TransportVersion.ZERO; + } +} diff --git a/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java new file mode 100644 index 00000000..32561991 --- /dev/null +++ b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java @@ -0,0 +1,173 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.join.aggregations; + +import org.apache.lucene.search.Query; +import org.elasticsearch.TransportVersion; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.search.aggregations.AggregationBuilder; +import org.elasticsearch.search.aggregations.AggregatorFactories.Builder; +import org.elasticsearch.search.aggregations.AggregatorFactory; +import org.elasticsearch.search.aggregations.support.AggregationContext; +import org.elasticsearch.search.aggregations.support.CoreValuesSourceType; +import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; +import org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory; +import org.elasticsearch.search.aggregations.support.ValuesSourceConfig; +import org.elasticsearch.search.aggregations.support.ValuesSourceRegistry; +import org.elasticsearch.search.aggregations.support.ValuesSourceType; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Map; +import java.util.Objects; + +public class ChildrenAggregationBuilder extends ValuesSourceAggregationBuilder { + + public static final String NAME = "children"; + private static final ParseField TYPE_FIELD = new ParseField("type"); + + private final String childType; + private Query parentFilter; + private Query childFilter; + + /** + * @param name + * the name of this aggregation + * @param childType + * the type of children documents + */ + public ChildrenAggregationBuilder(String name, String childType) { + super(name); + if (childType == null) { + throw new IllegalArgumentException("[childType] must not be null: [" + name + "]"); + } + this.childType = childType; + } + + protected ChildrenAggregationBuilder(ChildrenAggregationBuilder clone, Builder factoriesBuilder, Map metadata) { + super(clone, factoriesBuilder, metadata); + this.childType = clone.childType; + this.childFilter = clone.childFilter; + this.parentFilter = clone.parentFilter; + } + + @Override + protected ValuesSourceType defaultValueSourceType() { + return CoreValuesSourceType.KEYWORD; + } + + @Override + protected AggregationBuilder shallowCopy(Builder factoriesBuilder, Map metadata) { + return new ChildrenAggregationBuilder(this, factoriesBuilder, metadata); + } + + /** + * Read from a stream. + */ + public ChildrenAggregationBuilder(StreamInput in) throws IOException { + super(in); + childType = in.readString(); + } + + @Override + protected void innerWriteTo(StreamOutput out) throws IOException { + out.writeString(childType); + } + + @Override + public BucketCardinality bucketCardinality() { + return BucketCardinality.ONE; + } + + @Override + protected ValuesSourceAggregatorFactory innerBuild( + AggregationContext context, + ValuesSourceConfig config, + AggregatorFactory parent, + Builder subFactoriesBuilder + ) throws IOException { + throw new UnsupportedOperationException(); + } + + @Override + protected ValuesSourceConfig resolveConfig(AggregationContext context) { + throw new UnsupportedOperationException(); + } + + @Override + protected XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(TYPE_FIELD.getPreferredName(), childType); + return builder; + } + + public static ChildrenAggregationBuilder parse(String aggregationName, XContentParser parser) throws IOException { + String childType = null; + + XContentParser.Token token; + String currentFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token == XContentParser.Token.VALUE_STRING) { + if ("type".equals(currentFieldName)) { + childType = parser.text(); + } else { + throw new ParsingException( + parser.getTokenLocation(), + "Unknown key for a " + token + " in [" + aggregationName + "]: [" + currentFieldName + "]." + ); + } + } else { + throw new ParsingException(parser.getTokenLocation(), "Unexpected token " + token + " in [" + aggregationName + "]."); + } + } + + if (childType == null) { + throw new ParsingException( + parser.getTokenLocation(), + "Missing [child_type] field for children aggregation [" + aggregationName + "]" + ); + } + + return new ChildrenAggregationBuilder(aggregationName, childType); + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), childType); + } + + @Override + public boolean equals(Object obj) { + if (this == obj) return true; + if (obj == null || getClass() != obj.getClass()) return false; + if (super.equals(obj) == false) return false; + ChildrenAggregationBuilder other = (ChildrenAggregationBuilder) obj; + return Objects.equals(childType, other.childType); + } + + @Override + public String getType() { + return NAME; + } + + @Override + protected ValuesSourceRegistry.RegistryKey getRegistryKey() { + return ValuesSourceRegistry.UNREGISTERED_KEY; + } + + @Override + public TransportVersion getMinimalSupportedVersion() { + return TransportVersion.ZERO; + } +} diff --git a/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java b/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java new file mode 100644 index 00000000..50deeb31 --- /dev/null +++ b/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java @@ -0,0 +1,337 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.join.query; + +import org.apache.lucene.search.MatchNoDocsQuery; +import org.apache.lucene.search.Query; +import org.apache.lucene.search.join.ScoreMode; +import org.elasticsearch.TransportVersion; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.index.query.AbstractQueryBuilder; +import org.elasticsearch.index.query.InnerHitBuilder; +import org.elasticsearch.index.query.InnerHitContextBuilder; +import org.elasticsearch.index.query.NestedQueryBuilder; +import org.elasticsearch.index.query.QueryBuilder; +import org.elasticsearch.index.query.QueryRewriteContext; +import org.elasticsearch.index.query.SearchExecutionContext; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Map; +import java.util.Objects; + +/** + * A query builder for {@code has_child} query. + */ +public class HasChildQueryBuilder extends AbstractQueryBuilder { + public static final String NAME = "has_child"; + + /** + * The default maximum number of children that are required to match for the parent to be considered a match. + */ + public static final int DEFAULT_MAX_CHILDREN = Integer.MAX_VALUE; + /** + * The default minimum number of children that are required to match for the parent to be considered a match. + */ + public static final int DEFAULT_MIN_CHILDREN = 1; + private static final ScoreMode DEFAULT_SCORE_MODE = ScoreMode.None; + + /** + * The default value for ignore_unmapped. + */ + public static final boolean DEFAULT_IGNORE_UNMAPPED = false; + + private static final ParseField QUERY_FIELD = new ParseField("query"); + private static final ParseField TYPE_FIELD = new ParseField("type"); + private static final ParseField MAX_CHILDREN_FIELD = new ParseField("max_children"); + private static final ParseField MIN_CHILDREN_FIELD = new ParseField("min_children"); + private static final ParseField SCORE_MODE_FIELD = new ParseField("score_mode"); + private static final ParseField INNER_HITS_FIELD = new ParseField("inner_hits"); + private static final ParseField IGNORE_UNMAPPED_FIELD = new ParseField("ignore_unmapped"); + + private final QueryBuilder query; + private final String type; + private final ScoreMode scoreMode; + private InnerHitBuilder innerHitBuilder; + private int minChildren = DEFAULT_MIN_CHILDREN; + private int maxChildren = DEFAULT_MAX_CHILDREN; + private boolean ignoreUnmapped = DEFAULT_IGNORE_UNMAPPED; + + public HasChildQueryBuilder(String type, QueryBuilder query, ScoreMode scoreMode) { + this(type, query, DEFAULT_MIN_CHILDREN, DEFAULT_MAX_CHILDREN, scoreMode, null); + } + + private HasChildQueryBuilder( + String type, + QueryBuilder query, + int minChildren, + int maxChildren, + ScoreMode scoreMode, + InnerHitBuilder innerHitBuilder + ) { + this.type = requireValue(type, "[" + NAME + "] requires 'type' field"); + this.query = requireValue(query, "[" + NAME + "] requires 'query' field"); + this.scoreMode = requireValue(scoreMode, "[" + NAME + "] requires 'score_mode' field"); + this.innerHitBuilder = innerHitBuilder; + this.minChildren = minChildren; + this.maxChildren = maxChildren; + } + + /** + * Read from a stream. + */ + public HasChildQueryBuilder(StreamInput in) throws IOException { + super(in); + type = in.readString(); + minChildren = in.readInt(); + maxChildren = in.readInt(); + scoreMode = ScoreMode.values()[in.readVInt()]; + query = in.readNamedWriteable(QueryBuilder.class); + innerHitBuilder = in.readOptionalWriteable(InnerHitBuilder::new); + ignoreUnmapped = in.readBoolean(); + } + + @Override + protected void doWriteTo(StreamOutput out) throws IOException { + out.writeString(type); + out.writeInt(minChildren); + out.writeInt(maxChildren); + out.writeVInt(scoreMode.ordinal()); + out.writeNamedWriteable(query); + out.writeOptionalWriteable(innerHitBuilder); + out.writeBoolean(ignoreUnmapped); + } + + /** + * Defines the minimum number of children that are required to match for the parent to be considered a match and + * the maximum number of children that are required to match for the parent to be considered a match. + */ + public HasChildQueryBuilder minMaxChildren(int min, int max) { + if (min <= 0) { + throw new IllegalArgumentException("[" + NAME + "] requires positive 'min_children' field"); + } + if (max <= 0) { + throw new IllegalArgumentException("[" + NAME + "] requires positive 'max_children' field"); + } + if (max < min) { + throw new IllegalArgumentException("[" + NAME + "] 'max_children' is less than 'min_children'"); + } + this.minChildren = min; + this.maxChildren = max; + return this; + } + + /** + * Returns inner hit definition in the scope of this query and reusing the defined type and query. + */ + public InnerHitBuilder innerHit() { + return innerHitBuilder; + } + + public HasChildQueryBuilder innerHit(InnerHitBuilder innerHit) { + this.innerHitBuilder = innerHit; + innerHitBuilder.setIgnoreUnmapped(ignoreUnmapped); + return this; + } + + /** + * Returns the children query to execute. + */ + public QueryBuilder query() { + return query; + } + + /** + * Returns the child type + */ + public String childType() { + return type; + } + + /** + * Returns how the scores from the matching child documents are mapped into the parent document. + */ + public ScoreMode scoreMode() { + return scoreMode; + } + + /** + * Returns the minimum number of children that are required to match for the parent to be considered a match. + * The default is {@value #DEFAULT_MIN_CHILDREN} + */ + public int minChildren() { + return minChildren; + } + + /** + * Returns the maximum number of children that are required to match for the parent to be considered a match. + * The default is {@value #DEFAULT_MAX_CHILDREN} + */ + public int maxChildren() { + return maxChildren; + } + + /** + * Sets whether the query builder should ignore unmapped types (and run a + * {@link MatchNoDocsQuery} in place of this query) or throw an exception if + * the type is unmapped. + */ + public HasChildQueryBuilder ignoreUnmapped(boolean ignoreUnmapped) { + this.ignoreUnmapped = ignoreUnmapped; + if (innerHitBuilder != null) { + innerHitBuilder.setIgnoreUnmapped(ignoreUnmapped); + } + return this; + } + + /** + * Gets whether the query builder will ignore unmapped types (and run a + * {@link MatchNoDocsQuery} in place of this query) or throw an exception if + * the type is unmapped. + */ + public boolean ignoreUnmapped() { + return ignoreUnmapped; + } + + @Override + protected void doXContent(XContentBuilder builder, Params params) throws IOException { + builder.startObject(NAME); + builder.field(QUERY_FIELD.getPreferredName()); + query.toXContent(builder, params); + builder.field(TYPE_FIELD.getPreferredName(), type); + if (false == scoreMode.equals(DEFAULT_SCORE_MODE)) { + builder.field(SCORE_MODE_FIELD.getPreferredName(), NestedQueryBuilder.scoreModeAsString(scoreMode)); + } + if (minChildren != DEFAULT_MIN_CHILDREN) { + builder.field(MIN_CHILDREN_FIELD.getPreferredName(), minChildren); + } + if (maxChildren != DEFAULT_MAX_CHILDREN) { + builder.field(MAX_CHILDREN_FIELD.getPreferredName(), maxChildren); + } + if (ignoreUnmapped != DEFAULT_IGNORE_UNMAPPED) { + builder.field(IGNORE_UNMAPPED_FIELD.getPreferredName(), ignoreUnmapped); + } + boostAndQueryNameToXContent(builder); + if (innerHitBuilder != null) { + builder.field(INNER_HITS_FIELD.getPreferredName(), innerHitBuilder, params); + } + builder.endObject(); + } + + public static HasChildQueryBuilder fromXContent(XContentParser parser) throws IOException { + float boost = AbstractQueryBuilder.DEFAULT_BOOST; + String childType = null; + ScoreMode scoreMode = DEFAULT_SCORE_MODE; + int minChildren = HasChildQueryBuilder.DEFAULT_MIN_CHILDREN; + int maxChildren = HasChildQueryBuilder.DEFAULT_MAX_CHILDREN; + boolean ignoreUnmapped = DEFAULT_IGNORE_UNMAPPED; + String queryName = null; + InnerHitBuilder innerHitBuilder = null; + String currentFieldName = null; + XContentParser.Token token; + QueryBuilder iqb = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token == XContentParser.Token.START_OBJECT) { + if (QUERY_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + iqb = parseInnerQueryBuilder(parser); + } else if (INNER_HITS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + innerHitBuilder = InnerHitBuilder.fromXContent(parser); + } else { + throw new ParsingException(parser.getTokenLocation(), "[has_child] query does not support [" + currentFieldName + "]"); + } + } else if (token.isValue()) { + if (TYPE_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + childType = parser.text(); + } else if (SCORE_MODE_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + scoreMode = NestedQueryBuilder.parseScoreMode(parser.text()); + } else if (AbstractQueryBuilder.BOOST_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + boost = parser.floatValue(); + } else if (MIN_CHILDREN_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + minChildren = parser.intValue(true); + } else if (MAX_CHILDREN_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + maxChildren = parser.intValue(true); + } else if (IGNORE_UNMAPPED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + ignoreUnmapped = parser.booleanValue(); + } else if (AbstractQueryBuilder.NAME_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + queryName = parser.text(); + } else { + throw new ParsingException(parser.getTokenLocation(), "[has_child] query does not support [" + currentFieldName + "]"); + } + } + } + HasChildQueryBuilder hasChildQueryBuilder = new HasChildQueryBuilder(childType, iqb, scoreMode); + hasChildQueryBuilder.minMaxChildren(minChildren, maxChildren); + hasChildQueryBuilder.queryName(queryName); + hasChildQueryBuilder.boost(boost); + hasChildQueryBuilder.ignoreUnmapped(ignoreUnmapped); + if (innerHitBuilder != null) { + hasChildQueryBuilder.innerHit(innerHitBuilder); + } + return hasChildQueryBuilder; + } + + @Override + public String getWriteableName() { + return NAME; + } + + @Override + protected Query doToQuery(SearchExecutionContext context) throws IOException { + throw new UnsupportedOperationException(); + } + + @Override + protected boolean doEquals(HasChildQueryBuilder that) { + return Objects.equals(query, that.query) + && Objects.equals(type, that.type) + && Objects.equals(scoreMode, that.scoreMode) + && Objects.equals(minChildren, that.minChildren) + && Objects.equals(maxChildren, that.maxChildren) + && Objects.equals(innerHitBuilder, that.innerHitBuilder) + && Objects.equals(ignoreUnmapped, that.ignoreUnmapped); + } + + @Override + protected int doHashCode() { + return Objects.hash(query, type, scoreMode, minChildren, maxChildren, innerHitBuilder, ignoreUnmapped); + } + + @Override + protected QueryBuilder doRewrite(QueryRewriteContext queryRewriteContext) throws IOException { + QueryBuilder rewrittenQuery = query.rewrite(queryRewriteContext); + if (rewrittenQuery != query) { + HasChildQueryBuilder hasChildQueryBuilder = new HasChildQueryBuilder( + type, + rewrittenQuery, + minChildren, + maxChildren, + scoreMode, + innerHitBuilder + ); + hasChildQueryBuilder.ignoreUnmapped(ignoreUnmapped); + return hasChildQueryBuilder; + } + return this; + } + + @Override + protected void extractInnerHitBuilders(Map innerHits) { + throw new UnsupportedOperationException(); + } + + @Override + public TransportVersion getMinimalSupportedVersion() { + return TransportVersion.ZERO; + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index 11d5fc95..fac93951 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -61,8 +61,6 @@ import org.elasticsearch.monitor.os.OsInfo; import org.elasticsearch.monitor.process.ProcessInfo; import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder; -import org.elasticsearch.aggregations.bucket.adjacency.ParsedAdjacencyMatrix; import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; @@ -75,10 +73,8 @@ import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGrid; import org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal; -import org.elasticsearch.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; -import org.elasticsearch.aggregations.bucket.histogram.ParsedAutoDateHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; import org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram; @@ -149,12 +145,10 @@ import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder; import org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder; -import org.elasticsearch.aggregations.pipeline.DerivativePipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue; import org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue; import org.elasticsearch.search.aggregations.pipeline.ParsedBucketMetricValue; -import org.elasticsearch.search.aggregations.pipeline.ParsedDerivative; import org.elasticsearch.search.aggregations.pipeline.ParsedExtendedStatsBucket; import org.elasticsearch.search.aggregations.pipeline.ParsedPercentilesBucket; import org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue; @@ -162,8 +156,6 @@ import org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder; import org.elasticsearch.search.aggregations.support.AggregationInfo; -import org.elasticsearch.aggregations.bucket.timeseries.ParsedTimeSeries; -import org.elasticsearch.aggregations.bucket.timeseries.TimeSeriesAggregationBuilder; import org.elasticsearch.threadpool.ThreadPool; import org.elasticsearch.threadpool.ThreadPoolInfo; import org.elasticsearch.transport.TransportInfo; @@ -251,14 +243,14 @@ public class ResponseConverter { public ResponseConverter(JsonpMapper jsonpMapper) { this.jsonpMapper = jsonpMapper; this.xContentRegistry = new NamedXContentRegistry(Arrays.asList( - new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), + //new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), + //new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), @@ -296,12 +288,12 @@ public ResponseConverter(JsonpMapper jsonpMapper) { new Entry(Aggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), + //new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), new Entry(Aggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) + new Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)) + //new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) )); } diff --git a/src/main/java/org/elasticsearch/reindex/BulkIndexByScrollResponseContentListener.java b/src/main/java/org/elasticsearch/reindex/BulkIndexByScrollResponseContentListener.java new file mode 100644 index 00000000..d1f9bdf7 --- /dev/null +++ b/src/main/java/org/elasticsearch/reindex/BulkIndexByScrollResponseContentListener.java @@ -0,0 +1,65 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.reindex; + +import org.elasticsearch.action.bulk.BulkItemResponse.Failure; +import org.elasticsearch.index.reindex.BulkByScrollResponse; +import org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure; +import org.elasticsearch.rest.RestChannel; +import org.elasticsearch.rest.RestResponse; +import org.elasticsearch.rest.RestStatus; +import org.elasticsearch.rest.action.RestBuilderListener; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; + +import java.util.Map; + +/** + * RestBuilderListener that returns higher than 200 status if there are any failures and allows to set XContent.Params. + */ +public class BulkIndexByScrollResponseContentListener extends RestBuilderListener { + + private final Map params; + + public BulkIndexByScrollResponseContentListener(RestChannel channel, Map params) { + super(channel); + this.params = params; + } + + @Override + public RestResponse buildResponse(BulkByScrollResponse response, XContentBuilder builder) throws Exception { + builder.startObject(); + response.toXContent(builder, new ToXContent.DelegatingMapParams(params, channel.request())); + builder.endObject(); + return new RestResponse(getStatus(response), builder); + } + + private RestStatus getStatus(BulkByScrollResponse response) { + /* + * Return the highest numbered rest status under the assumption that higher numbered statuses are "more error" and thus more + * interesting to the user. + */ + RestStatus status = RestStatus.OK; + if (response.isTimedOut()) { + status = RestStatus.REQUEST_TIMEOUT; + } + for (Failure failure : response.getBulkFailures()) { + if (failure.getStatus().getStatus() > status.getStatus()) { + status = failure.getStatus(); + } + } + for (SearchFailure failure : response.getSearchFailures()) { + RestStatus failureStatus = failure.getStatus(); + if (failureStatus.getStatus() > status.getStatus()) { + status = failureStatus; + } + } + return status; + } +} diff --git a/src/main/java/org/nlpcn/es4sql/Util.java b/src/main/java/org/nlpcn/es4sql/Util.java index 96006dda..6b902470 100644 --- a/src/main/java/org/nlpcn/es4sql/Util.java +++ b/src/main/java/org/nlpcn/es4sql/Util.java @@ -20,6 +20,7 @@ import com.alibaba.druid.sql.ast.statement.SQLUnionQuery; import org.elasticsearch.common.Strings; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.search.aggregations.PipelineAggregationBuilder; import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentParserConfiguration; @@ -272,4 +273,20 @@ public static AggregationBuilder parseAggregationBuilder(AggregationBuilder aggr throw new IllegalArgumentException("failed to parse aggregation", e); } } + + public static PipelineAggregationBuilder parsePipelineAggregationBuilder(PipelineAggregationBuilder pipelineAggregationBuilder) { + NamedXContentRegistry xContentRegistry = NamedXContentRegistryHolder.get(); + if (Objects.isNull(xContentRegistry)) { + return pipelineAggregationBuilder; + } + + String json = Strings.toString(pipelineAggregationBuilder); + try (XContentParser parser = JsonXContent.jsonXContent.createParser(XContentParserConfiguration.EMPTY.withRegistry(xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { + parser.nextToken(); + AggregatorFactories.Builder builder = AggregatorFactories.parseAggregators(parser); + return builder.getPipelineAggregatorFactories().iterator().next(); + } catch (IOException e) { + throw new IllegalArgumentException("failed to parse pipeline aggregation", e); + } + } } diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 27e2c729..22a7e877 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -6,7 +6,7 @@ import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.internal.Client; import org.elasticsearch.index.query.QueryBuilder; -import org.elasticsearch.join.aggregations.JoinAggregationBuilders; +import org.elasticsearch.join.aggregations.ChildrenAggregationBuilder; import org.elasticsearch.search.aggregations.AggregationBuilder; import org.elasticsearch.search.aggregations.AggregationBuilders; import org.elasticsearch.search.aggregations.BucketOrder; @@ -379,7 +379,7 @@ private AggregationBuilder createChildrenAggregation(Field field) { String childType = field.getChildType(); - childrenBuilder = Util.parseAggregationBuilder(JoinAggregationBuilders.children(getChildrenAggName(field), childType)); + childrenBuilder = Util.parseAggregationBuilder(new ChildrenAggregationBuilder(getChildrenAggName(field), childType)); return childrenBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java index 2eac0a13..706a00df 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/AggMaker.java @@ -3,10 +3,11 @@ import com.alibaba.druid.util.StringUtils; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.join.aggregations.ChildrenAggregationBuilder; +import org.elasticsearch.search.aggregations.PipelineAggregationBuilder; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; -import org.elasticsearch.join.aggregations.JoinAggregationBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.script.ScriptType; import org.elasticsearch.search.aggregations.AbstractAggregationBuilder; @@ -14,7 +15,6 @@ import org.elasticsearch.search.aggregations.AggregationBuilders; import org.elasticsearch.search.aggregations.BucketOrder; import org.elasticsearch.search.aggregations.InternalOrder; -import org.elasticsearch.search.aggregations.PipelineAggregatorBuilders; import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator; import org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder; @@ -142,13 +142,13 @@ public AggregationBuilder makeGroupAgg(Field field, Select select) throws SqlPar Script script = new Script(having); //构建bucket选择器 - BucketSelectorPipelineAggregationBuilder bs = new BucketSelectorPipelineAggregationBuilder("having", bucketsPathsMap, script); + PipelineAggregationBuilder bs = Util.parsePipelineAggregationBuilder(new BucketSelectorPipelineAggregationBuilder("having", bucketsPathsMap, script)); aggsBuilder.subAggregation(bs); } return aggsBuilder; } - public MovFnPipelineAggregationBuilder makeMovingFieldAgg(MethodField field, AggregationBuilder parent) throws SqlParseException { + public PipelineAggregationBuilder makeMovingFieldAgg(MethodField field, AggregationBuilder parent) throws SqlParseException { //question 加到groupMap里是为了什么 groupMap.put(field.getAlias(), new KVValue("FIELD", parent)); @@ -160,16 +160,16 @@ public MovFnPipelineAggregationBuilder makeMovingFieldAgg(MethodField field, Agg switch (field.getName().toUpperCase()) { //added by xzb 增加 movingavg和rollingstd case "MOVINGAVG": - MovFnPipelineAggregationBuilder mvAvg = + PipelineAggregationBuilder mvAvg = //PipelineAggregatorBuilders.movingFunction("movingAvgIncome", new Script("MovingFunctions.unweightedAvg(values)"), "incomeSum", 2); - new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.unweightedAvg(values)"), window); + Util.parsePipelineAggregationBuilder(new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.unweightedAvg(values)"), window)); return mvAvg; case "ROLLINGSTD": - MovFnPipelineAggregationBuilder stdDev = + PipelineAggregationBuilder stdDev = //PipelineAggregatorBuilders.movingFunction("stdDevIncome", new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), "incomeSum", 2); - new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), window); + Util.parsePipelineAggregationBuilder(new MovFnPipelineAggregationBuilder(field.getAlias(), bucketPath, new Script("MovingFunctions.stdDev(values, MovingFunctions.unweightedAvg(values))"), window)); return stdDev; } @@ -323,7 +323,7 @@ private AggregationBuilder addFieldToAgg(MethodField field, ValuesSourceAggregat String childrenAggName = childrenType.field + "@CHILDREN"; - childrenBuilder = Util.parseAggregationBuilder(JoinAggregationBuilders.children(childrenAggName, childrenType.childType)); + childrenBuilder = Util.parseAggregationBuilder(new ChildrenAggregationBuilder(childrenAggName, childrenType.childType)); return childrenBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java index bb3ac3a6..1209f882 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/Maker.java @@ -14,6 +14,7 @@ import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.geometry.Geometry; import org.elasticsearch.geometry.utils.StandardValidator; +import org.elasticsearch.join.query.HasChildQueryBuilder; import org.elasticsearch.xcontent.NamedXContentRegistry; import org.elasticsearch.xcontent.ToXContent; import org.elasticsearch.xcontent.XContentParser; @@ -33,7 +34,6 @@ import org.elasticsearch.index.query.SpanNearQueryBuilder; import org.elasticsearch.index.query.SpanQueryBuilder; import org.elasticsearch.index.query.WildcardQueryBuilder; -import org.elasticsearch.join.query.JoinQueryBuilders; import org.elasticsearch.script.Script; import org.elasticsearch.search.SearchModule; import org.nlpcn.es4sql.Util; @@ -368,7 +368,7 @@ private ToXContent make(Condition cond, String name, Object value) throws SqlPar Where whereChildren = (Where) value; BoolQueryBuilder childrenFilter = QueryMaker.explan(whereChildren); //todo: pass score mode - x = Util.parseQueryBuilder(JoinQueryBuilders.hasChildQuery(name, childrenFilter, ScoreMode.None)); + x = Util.parseQueryBuilder(new HasChildQueryBuilder(name, childrenFilter, ScoreMode.None)); break; case SCRIPT: diff --git a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java index d906fd96..580c7045 100644 --- a/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java +++ b/src/main/java/org/nlpcn/es4sql/query/maker/QueryMaker.java @@ -2,6 +2,7 @@ import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.join.query.HasChildQueryBuilder; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentParserConfiguration; import org.elasticsearch.xcontent.json.JsonXContent; @@ -10,7 +11,6 @@ import org.elasticsearch.index.query.NestedQueryBuilder; import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.index.query.QueryBuilders; -import org.elasticsearch.join.query.JoinQueryBuilders; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Where; @@ -133,7 +133,7 @@ private void addSubQuery(BoolQueryBuilder boolQuery, Where where, QueryBuilder s ((NestedQueryBuilder) subQuery).innerHit(ihb); } } else if(condition.isChildren()) { - subQuery = Util.parseQueryBuilder(JoinQueryBuilders.hasChildQuery(condition.getChildType(), subQuery, ScoreMode.None)); + subQuery = Util.parseQueryBuilder(new HasChildQueryBuilder(condition.getChildType(), subQuery, ScoreMode.None)); } } From 04f0f49dd5961acf2cf2c17b7fa71327f1dc33a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 30 May 2023 21:55:07 +0800 Subject: [PATCH 200/266] update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91ed7dba..1b3299dd 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.9** [![7.17.9 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.9)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.7.0** [![8.7.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.7.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.10** [![7.17.10 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.10)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.7.1** [![8.7.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.7.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -210,11 +210,13 @@ Versions | 7.17.7 | 7.17.7.0 | | elastic7.17.7| | 7.17.8 | 7.17.8.0 | | elastic7.17.8| | 7.17.9 | 7.17.9.0 | | elastic7.17.9| +| 7.17.10 | 7.17.10.0 | |elastic7.17.10| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | | 8.6.2 | 8.6.2.0 | | elastic8.6.2 | | 8.7.0 | 8.7.0.0 | | elastic8.7.0 | +| 8.7.1 | 8.7.1.0 | | elastic8.7.1 | ### Elasticsearch 1.x ```` @@ -1039,6 +1041,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.9/elasticsearch-sql-7.17.9.0.zip ```` +### Elasticsearch 7.17.10 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.10/elasticsearch-sql-7.17.10.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1064,6 +1071,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.7.0/elasticsearch-sql-8.7.0.0.zip ```` +### Elasticsearch 8.7.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.7.1/elasticsearch-sql-8.7.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 36127eae970601ff8c647c0e4a42fa42f5627f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:55:56 +0000 Subject: [PATCH 201/266] Bump guava from 31.1-jre to 32.0.0-jre Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb754806..c2c46bcd 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 8.7.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 - 31.1-jre + 32.0.0-jre From 54acfed8d2e88b633cd5df2daa788f91b4e1d722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Sep 2023 23:25:55 +0800 Subject: [PATCH 202/266] es 8.8.0 support --- .travis.yml | 2 +- pom.xml | 10 ++++++++-- .../plugin/nlpcn/client/ResponseConverter.java | 11 ++++++++--- src/main/java/org/nlpcn/es4sql/query/QueryAction.java | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a29d0ee4..9b78b882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index c2c46bcd..07649aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.7.1.0 + 8.8.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.7.1 + 8.8.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre @@ -94,6 +94,12 @@ elasticsearch ${elasticsearch.version} provided + + + org.elasticsearch + elasticsearch-preallocate + + diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index fac93951..1f27ab15 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -235,6 +235,9 @@ public class ResponseConverter { private static final String KEY_FLOOD_STAGE_MAX_HEADROOM = "flood_stage_max_headroom"; private static final String KEY_FROZEN_FLOOD_STAGE_WATERMARK = "frozen_flood_stage_watermark"; private static final String KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM = "frozen_flood_stage_max_headroom"; + private static final String KEY_SHARD_LIMITS_TYPE = "shard_limits"; + private static final String KEY_MAX_SHARDS_PER_NODE = "max_shards_per_node"; + private static final String KEY_MAX_SHARDS_PER_NODE_FROZEN = "max_shards_per_node_frozen"; private static final String KEY_KEEP_ALIVE = "keep_alive"; private final JsonpMapper jsonpMapper; @@ -330,19 +333,21 @@ public ClusterStateResponse clusterStateResponse(StateResponse stateResponse) th JsonObject health = jsonObject.getJsonObject(HealthMetadata.TYPE); if (Objects.nonNull(health)) { JsonObject disk = health.getJsonObject(HealthMetadata.Disk.TYPE); + JsonObject shardLimits = health.getJsonObject(KEY_SHARD_LIMITS_TYPE); customs.put(HealthMetadata.TYPE, new HealthMetadata(new HealthMetadata.Disk( RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_HIGH_WATERMARK), KEY_HIGH_WATERMARK), ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_HIGH_MAX_HEADROOM), KEY_HIGH_MAX_HEADROOM), RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FLOOD_STAGE_WATERMARK), KEY_FLOOD_STAGE_WATERMARK), ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FLOOD_STAGE_MAX_HEADROOM), KEY_FLOOD_STAGE_MAX_HEADROOM), RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_WATERMARK), KEY_FROZEN_FLOOD_STAGE_WATERMARK), - ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM), KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM)))); + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM), KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM)), + new HealthMetadata.ShardLimits(shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE), shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE_FROZEN)))); } RoutingTable routingTable = RoutingTable.EMPTY_ROUTING_TABLE; ClusterBlocks blocks = ClusterBlocks.EMPTY_CLUSTER_BLOCK; RoutingNodes routingNodes = RoutingNodes.immutable(RoutingTable.EMPTY_ROUTING_TABLE, DiscoveryNodes.EMPTY_NODES); return new ClusterStateResponse(clusterName, - new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), blocks, customs, false, routingNodes), + new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), Collections.emptyMap(), blocks, customs, false, routingNodes), false); } @@ -414,7 +419,7 @@ public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.node if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); } - nodes.add(new NodeInfo(version, build, node, settings, os, process, jvm, threadPool, transport, http, plugins, ingest, aggsInfo, totalIndexingBuffer)); + nodes.add(new NodeInfo(version, version.transportVersion, build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); } } return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); diff --git a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java index f9ca4850..08a8e5e3 100644 --- a/src/main/java/org/nlpcn/es4sql/query/QueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/QueryAction.java @@ -195,7 +195,7 @@ protected HighlightBuilder.Field parseHighlightField(Object[] params) field.boundaryMaxScan((Integer) param.getValue()); break; case "force_source": - field.forceSource((Boolean) param.getValue()); + //field.forceSource((Boolean) param.getValue()); break; case "fragmenter": field.fragmenter((String) param.getValue()); From fc537c5dea1399a19d458bcaaf8e8c6f87f1a6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Sep 2023 23:35:36 +0800 Subject: [PATCH 203/266] es 8.8.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b78b882..d89dc5a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 07649aa6..287bcae5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.8.0.0 + 8.8.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.8.0 + 8.8.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From a8755831369ede14d9c54a981c5b7c9a275bdfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 26 Sep 2023 23:38:51 +0800 Subject: [PATCH 204/266] es 8.8.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d89dc5a6..3dd5c499 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 287bcae5..5f7a621e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.8.1.0 + 8.8.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.8.1 + 8.8.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From f66c75cdd5404948aca97bd6158f14c59db6f7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 00:13:56 +0800 Subject: [PATCH 205/266] es 8.9.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../plugin/nlpcn/ActionRequestRestExecuter.java | 5 ++--- .../plugin/nlpcn/client/ResponseConverter.java | 3 ++- .../plugin/nlpcn/executors/ElasticDefaultRestExecutor.java | 6 +++--- src/test/java/org/nlpcn/es4sql/MainTestSuite.java | 5 ++--- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3dd5c499..fb372b8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 5f7a621e..5f5455b4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.8.2.0 + 8.9.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.8.2 + 8.9.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java index 3c78eef6..aced1ae0 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java @@ -3,10 +3,9 @@ import org.elasticsearch.action.ActionRequest; import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.search.SearchRequest; -import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.internal.Client; import org.elasticsearch.rest.RestChannel; -import org.elasticsearch.rest.action.RestStatusToXContentListener; +import org.elasticsearch.rest.action.RestChunkedToXContentListener; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticDeleteByQueryRequestBuilder; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; @@ -40,7 +39,7 @@ public void execute() throws Exception { executeJoinRequestAndSendResponse(); } else if (request instanceof SearchRequest) { - client.search((SearchRequest) request, new RestStatusToXContentListener(channel)); + client.search((SearchRequest) request, new RestChunkedToXContentListener<>(channel)); } else if (requestBuilder instanceof SqlElasticDeleteByQueryRequestBuilder) { throw new UnsupportedOperationException("currently not support delete on elastic 2.0.0"); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index 1f27ab15..4b90e5c4 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -18,6 +18,7 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.Build; +import org.elasticsearch.TransportVersion; import org.elasticsearch.Version; import org.elasticsearch.action.admin.cluster.node.info.NodeInfo; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; @@ -419,7 +420,7 @@ public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.node if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); } - nodes.add(new NodeInfo(version, version.transportVersion, build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); + nodes.add(new NodeInfo(version, TransportVersion.current(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); } } return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index 4c75b654..88132244 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -10,6 +10,7 @@ import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.bytes.BytesReference; import org.elasticsearch.rest.RestResponse; +import org.elasticsearch.rest.action.RestChunkedToXContentListener; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.reindex.BulkIndexByScrollResponseContentListener; import org.elasticsearch.index.reindex.DeleteByQueryRequest; @@ -21,7 +22,6 @@ import org.elasticsearch.plugin.nlpcn.MultiRequestExecutorFactory; import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestStatus; -import org.elasticsearch.rest.action.RestStatusToXContentListener; import org.elasticsearch.search.SearchHits; import org.nlpcn.es4sql.query.QueryAction; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; @@ -63,7 +63,7 @@ public void execute(Client client, Map params, QueryAction query } else if (request instanceof SearchRequest) { //zhongshu-comment 对应的QueryAction实现子类:DefaultQueryAction、AggregationQueryAction //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticSearchRequestBuilder - client.search((SearchRequest) request, new RestStatusToXContentListener<>(channel)); + client.search((SearchRequest) request, new RestChunkedToXContentListener<>(channel)); } else if (request instanceof DeleteByQueryRequest) { //zhongshu-comment 对应的QueryAction实现子类:DeleteQueryAction //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticDeleteByQueryRequestBuilder @@ -73,7 +73,7 @@ public void execute(Client client, Map params, QueryAction query //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:是一个匿名内部类,跳进去queryAction.explain()看 requestBuilder.getBuilder().execute(new GetIndexRequestRestListener(channel, (GetIndexRequest) request)); } else if (request instanceof SearchScrollRequest) { - client.searchScroll((SearchScrollRequest) request, new RestStatusToXContentListener<>(channel)); + client.searchScroll((SearchScrollRequest) request, new RestChunkedToXContentListener<>(channel)); } else { throw new Exception(String.format("Unsupported ActionRequest provided: %s", request.getClass().getName())); } diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index ffd09a54..82aa8866 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -3,7 +3,6 @@ import co.elastic.clients.elasticsearch.ElasticsearchClient; import co.elastic.clients.json.jackson.JacksonJsonpMapper; import co.elastic.clients.transport.ElasticsearchTransport; -import co.elastic.clients.transport.TransportOptions; import co.elastic.clients.transport.Version; import co.elastic.clients.transport.rest_client.RestClientOptions; import co.elastic.clients.transport.rest_client.RestClientTransport; @@ -448,7 +447,7 @@ private static TransportAddress getTransportAddress() throws UnknownHostExceptio } private static ElasticsearchTransport getElasticsearchTransport(RestClient restClient) { - TransportOptions.Builder transportOptionsBuilder = new RestClientOptions(RequestOptions.DEFAULT).toBuilder(); + RestClientOptions.Builder transportOptionsBuilder = new RestClientOptions(RequestOptions.DEFAULT).toBuilder(); ContentType jsonContentType = Version.VERSION == null ? ContentType.APPLICATION_JSON : ContentType.create("application/vnd.elasticsearch+json", @@ -463,7 +462,7 @@ private static ElasticsearchTransport getElasticsearchTransport(RestClient restC setHeaderIfNotPresent.accept("Content-Type"); setHeaderIfNotPresent.accept("Accept"); - TransportOptions transportOptionsWithHeader = transportOptionsBuilder.build(); + RestClientOptions transportOptionsWithHeader = transportOptionsBuilder.build(); return new RestClientTransport(restClient, new JacksonJsonpMapper(), transportOptionsWithHeader); } } From d5e389d31c101ec5ffbfe55a2bd7660e4706d866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 00:30:01 +0800 Subject: [PATCH 206/266] es 8.9.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb372b8e..fde62159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 5f5455b4..4008a400 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.9.0.0 + 8.9.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.9.0 + 8.9.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From c02ad8dec52d43c63c0f4907d639684b26ac2f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 00:34:10 +0800 Subject: [PATCH 207/266] es 8.9.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fde62159..7f512e87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 4008a400..ce94ba79 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.9.1.0 + 8.9.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.9.1 + 8.9.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From ea69766d3f25652aa627291ef7e26d36877b520b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 22:18:27 +0800 Subject: [PATCH 208/266] es 8.10.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../org/elasticsearch/plugin/nlpcn/SqlPlug.java | 3 ++- .../plugin/nlpcn/client/ResponseConverter.java | 14 ++++++++++---- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f512e87..5d0876ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ce94ba79..0cb093e9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.9.2.0 + 8.10.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.9.2 + 8.10.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 339e5889..0281d578 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -12,6 +12,7 @@ import org.elasticsearch.common.settings.SettingsFilter; import org.elasticsearch.env.Environment; import org.elasticsearch.env.NodeEnvironment; +import org.elasticsearch.indices.IndicesService; import org.elasticsearch.plugins.ActionPlugin; import org.elasticsearch.plugins.Plugin; import org.elasticsearch.repositories.RepositoriesService; @@ -42,7 +43,7 @@ public String description() { } @Override - public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationService allocationService) { + public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationService allocationService, IndicesService indicesService) { return Collections.singletonList(new NamedXContentRegistryHolder(xContentRegistry)); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index 4b90e5c4..376ceed9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -39,6 +39,7 @@ import org.elasticsearch.cluster.node.DiscoveryNode; import org.elasticsearch.cluster.node.DiscoveryNodeRole; import org.elasticsearch.cluster.node.DiscoveryNodes; +import org.elasticsearch.cluster.node.VersionInformation; import org.elasticsearch.cluster.routing.RoutingNodes; import org.elasticsearch.cluster.routing.RoutingTable; import org.elasticsearch.common.compress.CompressedXContent; @@ -326,7 +327,7 @@ public ClusterStateResponse clusterStateResponse(StateResponse stateResponse) th address, (Map) node.getJsonObject(KEY_ATTRIBUTES), roles, - Version.fromId(version), + VersionInformation.inferVersions(Version.fromId(version)), node.getString(KEY_EXTERNAL_ID))); } } @@ -359,12 +360,17 @@ public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.node for (Map.Entry entry : nodeInfoMap.entrySet()) { co.elastic.clients.elasticsearch.nodes.info.NodeInfo nodeInfo = entry.getValue(); Version version = Version.fromString(nodeInfo.version()); - Build build = new Build(Build.Type.fromDisplayName(nodeInfo.buildType(), false), - nodeInfo.buildHash(), null, false, nodeInfo.version()); + Build.Type type = Build.Type.fromDisplayName(nodeInfo.buildType(), false); + String hash = nodeInfo.buildHash(); + String date = "unknown"; + String minWireCompat = Version.CURRENT.minimumCompatibilityVersion().toString(); + String minIndexCompat = Version.CURRENT.minimumIndexCompatibilityVersion().toString(); + String displayString = Build.defaultDisplayString(type, hash, date, nodeInfo.version()); + Build build = new Build("default", type, hash, date, false, nodeInfo.version(), minWireCompat, minIndexCompat, displayString); Set roles = Optional.ofNullable(nodeInfo.roles()).orElse(Collections.emptyList()).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.jsonValue()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); DiscoveryNode node = new DiscoveryNode(nodeInfo.name(), entry.getKey(), parseAddress(nodeInfo.transportAddress()), - nodeInfo.attributes(), roles, version); + nodeInfo.attributes(), roles, VersionInformation.inferVersions(version)); Settings settings = parseJson(nodeInfo.settings(), Settings::fromXContent); OsInfo os = null; NodeOperatingSystemInfo systemInfo = nodeInfo.os(); From 57e0943c7cf84f12e76f050ea4a9313b58200bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 22:42:04 +0800 Subject: [PATCH 209/266] fix testcase --- .../elasticsearch/plugin/nlpcn/client/RequestConverter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java index deb2bc7b..bee4122b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java @@ -37,7 +37,7 @@ import co.elastic.clients.elasticsearch.indices.get.Feature; import co.elastic.clients.elasticsearch.nodes.NodesInfoRequest; import co.elastic.clients.json.DelegatingDeserializer; -import co.elastic.clients.json.JsonEnum; +import co.elastic.clients.json.JsonEnums; import co.elastic.clients.json.JsonpDeserializer; import co.elastic.clients.json.JsonpMapper; import co.elastic.clients.json.ObjectDeserializer; @@ -88,7 +88,7 @@ public class RequestConverter { static { try { - Field field = JsonEnum.Deserializer.class.getDeclaredField("lookupTable"); + Field field = JsonEnums.Deserializer.class.getDeclaredField("lookupTable"); field.setAccessible(true); @SuppressWarnings("unchecked") From 295ce671935bf1768ad1ef895484778215b7d0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 22:50:03 +0800 Subject: [PATCH 210/266] es 8.10.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d0876ff..2f8f6332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 0cb093e9..30471991 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.10.0.0 + 8.10.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.10.0 + 8.10.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 324f27d45586a345146dc2bb6917218cb7aa3ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 22:59:34 +0800 Subject: [PATCH 211/266] es 8.10.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f8f6332..337aa8cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 30471991..2fbfbe8f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.10.1.0 + 8.10.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.10.1 + 8.10.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 640ebe53a2b60a523a95abc3eb07710bf0a0b81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 27 Sep 2023 23:13:19 +0800 Subject: [PATCH 212/266] update README.md --- README.md | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b3299dd..371d2be4 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.10** [![7.17.10 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.10)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.7.1** [![8.7.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.7.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.13** [![7.17.13 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.13)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.10.2** [![8.10.2 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.10.2)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -211,12 +211,24 @@ Versions | 7.17.8 | 7.17.8.0 | | elastic7.17.8| | 7.17.9 | 7.17.9.0 | | elastic7.17.9| | 7.17.10 | 7.17.10.0 | |elastic7.17.10| +| 7.17.11 | 7.17.11.0 | |elastic7.17.11| +| 7.17.12 | 7.17.12.0 | |elastic7.17.12| +| 7.17.13 | 7.17.13.0 | |elastic7.17.13| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | | 8.6.2 | 8.6.2.0 | | elastic8.6.2 | | 8.7.0 | 8.7.0.0 | | elastic8.7.0 | | 8.7.1 | 8.7.1.0 | | elastic8.7.1 | +| 8.8.0 | 8.8.0.0 | | elastic8.8.0 | +| 8.8.1 | 8.8.1.0 | | elastic8.8.1 | +| 8.8.2 | 8.8.2.0 | | elastic8.8.2 | +| 8.9.0 | 8.9.0.0 | | elastic8.9.0 | +| 8.9.1 | 8.9.1.0 | | elastic8.9.1 | +| 8.9.2 | 8.9.2.0 | | elastic8.9.2 | +| 8.10.0 | 8.10.0.0 | | elastic8.10.0| +| 8.10.1 | 8.10.1.0 | | elastic8.10.1| +| 8.10.2 | 8.10.2.0 | | elastic8.10.2| ### Elasticsearch 1.x ```` @@ -1046,6 +1058,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.10/elasticsearch-sql-7.17.10.0.zip ```` +### Elasticsearch 7.17.11 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.11/elasticsearch-sql-7.17.11.0.zip +```` + +### Elasticsearch 7.17.12 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.12/elasticsearch-sql-7.17.12.0.zip +```` + +### Elasticsearch 7.17.13 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.13/elasticsearch-sql-7.17.13.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1076,6 +1103,51 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.7.1/elasticsearch-sql-8.7.1.0.zip ```` +### Elasticsearch 8.8.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.8.0/elasticsearch-sql-8.8.0.0.zip +```` + +### Elasticsearch 8.8.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.8.1/elasticsearch-sql-8.8.1.0.zip +```` + +### Elasticsearch 8.8.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.8.2/elasticsearch-sql-8.8.2.0.zip +```` + +### Elasticsearch 8.9.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.9.0/elasticsearch-sql-8.9.0.0.zip +```` + +### Elasticsearch 8.9.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.9.1/elasticsearch-sql-8.9.1.0.zip +```` + +### Elasticsearch 8.9.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.9.2/elasticsearch-sql-8.9.2.0.zip +```` + +### Elasticsearch 8.10.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.0/elasticsearch-sql-8.10.0.0.zip +```` + +### Elasticsearch 8.10.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.1/elasticsearch-sql-8.10.1.0.zip +```` + +### Elasticsearch 8.10.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.2/elasticsearch-sql-8.10.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 8a3b85d02aa0807e554a7ca724a0dddee09fd928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 14:10:27 +0800 Subject: [PATCH 213/266] es 8.10.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 337aa8cf..20f82062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2fbfbe8f..a0a2bfd6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.10.2.0 + 8.10.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.10.2 + 8.10.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 45994175ba98f7c8bb91a6e36d5403bebb5f7054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 14:21:20 +0800 Subject: [PATCH 214/266] es 8.10.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20f82062..2ea637a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index a0a2bfd6..7029d0ba 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.10.3.0 + 8.10.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.10.3 + 8.10.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From c680c1fa48a261445c18e9da332c816bb1ecd97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 21:53:42 +0800 Subject: [PATCH 215/266] es 8.11.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../pipeline/BucketSelectorPipelineAggregationBuilder.java | 3 ++- .../pipeline/MovFnPipelineAggregationBuilder.java | 3 ++- .../join/aggregations/ChildrenAggregationBuilder.java | 3 ++- .../org/elasticsearch/join/query/HasChildQueryBuilder.java | 3 ++- src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java | 4 ++-- .../elasticsearch/plugin/nlpcn/client/ResponseConverter.java | 5 +++-- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ea637a9..f0f22ade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 7029d0ba..e0bd3d87 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.10.4.0 + 8.11.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.10.4 + 8.11.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java b/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java index 9c06fa1c..9f402931 100644 --- a/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java +++ b/src/main/java/org/elasticsearch/aggregations/pipeline/BucketSelectorPipelineAggregationBuilder.java @@ -9,6 +9,7 @@ package org.elasticsearch.aggregations.pipeline; import org.elasticsearch.TransportVersion; +import org.elasticsearch.TransportVersions; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; @@ -215,6 +216,6 @@ public String getWriteableName() { @Override public TransportVersion getMinimalSupportedVersion() { - return TransportVersion.ZERO; + return TransportVersions.ZERO; } } diff --git a/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java b/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java index d70efe1b..71a8ea49 100644 --- a/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java +++ b/src/main/java/org/elasticsearch/aggregations/pipeline/MovFnPipelineAggregationBuilder.java @@ -9,6 +9,7 @@ package org.elasticsearch.aggregations.pipeline; import org.elasticsearch.TransportVersion; +import org.elasticsearch.TransportVersions; import org.elasticsearch.common.Strings; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; @@ -240,6 +241,6 @@ public String getWriteableName() { @Override public TransportVersion getMinimalSupportedVersion() { - return TransportVersion.ZERO; + return TransportVersions.ZERO; } } diff --git a/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java index 32561991..b475206f 100644 --- a/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java +++ b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java @@ -10,6 +10,7 @@ import org.apache.lucene.search.Query; import org.elasticsearch.TransportVersion; +import org.elasticsearch.TransportVersions; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; @@ -168,6 +169,6 @@ protected ValuesSourceRegistry.RegistryKey getRegistryKey() { @Override public TransportVersion getMinimalSupportedVersion() { - return TransportVersion.ZERO; + return TransportVersions.ZERO; } } diff --git a/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java b/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java index 50deeb31..0f7b7c4a 100644 --- a/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java +++ b/src/main/java/org/elasticsearch/join/query/HasChildQueryBuilder.java @@ -11,6 +11,7 @@ import org.apache.lucene.search.Query; import org.apache.lucene.search.join.ScoreMode; import org.elasticsearch.TransportVersion; +import org.elasticsearch.TransportVersions; import org.elasticsearch.common.ParsingException; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; @@ -332,6 +333,6 @@ protected void extractInnerHitBuilders(Map inner @Override public TransportVersion getMinimalSupportedVersion() { - return TransportVersion.ZERO; + return TransportVersions.ZERO; } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 0281d578..0342d4d5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -19,8 +19,8 @@ import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestHandler; import org.elasticsearch.script.ScriptService; +import org.elasticsearch.telemetry.TelemetryProvider; import org.elasticsearch.threadpool.ThreadPool; -import org.elasticsearch.tracing.Tracer; import org.elasticsearch.watcher.ResourceWatcherService; import org.elasticsearch.xcontent.NamedXContentRegistry; @@ -43,7 +43,7 @@ public String description() { } @Override - public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, Tracer tracer, AllocationService allocationService, IndicesService indicesService) { + public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, TelemetryProvider telemetryProvider, AllocationService allocationService, IndicesService indicesService) { return Collections.singletonList(new NamedXContentRegistryHolder(xContentRegistry)); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java index 376ceed9..c3255aad 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java @@ -56,6 +56,7 @@ import org.elasticsearch.core.TimeValue; import org.elasticsearch.health.metadata.HealthMetadata; import org.elasticsearch.http.HttpInfo; +import org.elasticsearch.index.IndexVersion; import org.elasticsearch.index.mapper.MapperService; import org.elasticsearch.index.shard.IndexLongFieldRange; import org.elasticsearch.ingest.IngestInfo; @@ -364,7 +365,7 @@ public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.node String hash = nodeInfo.buildHash(); String date = "unknown"; String minWireCompat = Version.CURRENT.minimumCompatibilityVersion().toString(); - String minIndexCompat = Version.CURRENT.minimumIndexCompatibilityVersion().toString(); + String minIndexCompat = IndexVersion.getMinimumCompatibleIndexVersion(version.id()).toString(); String displayString = Build.defaultDisplayString(type, hash, date, nodeInfo.version()); Build build = new Build("default", type, hash, date, false, nodeInfo.version(), minWireCompat, minIndexCompat, displayString); Set roles = Optional.ofNullable(nodeInfo.roles()).orElse(Collections.emptyList()).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.jsonValue()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); @@ -426,7 +427,7 @@ public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.node if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); } - nodes.add(new NodeInfo(version, TransportVersion.current(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); + nodes.add(new NodeInfo(version, TransportVersion.current(), IndexVersion.current(), Collections.emptyMap(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); } } return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); From 921574ed8160f789f79701de9b4b4b4a5ac13224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 22:04:44 +0800 Subject: [PATCH 216/266] es 8.11.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0f22ade..5134815d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e0bd3d87..26138ba5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.11.0.0 + 8.11.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.11.0 + 8.11.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 143e861abb6f9eb4aa94ab643d4f1ab4ebb9d695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 22:08:52 +0800 Subject: [PATCH 217/266] es 8.11.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5134815d..dd2a178f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 26138ba5..4aba77ab 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.11.1.0 + 8.11.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.11.1 + 8.11.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 62305cda90371a8c5e674fc2f17eb215ed8f1870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 22:11:17 +0800 Subject: [PATCH 218/266] es 8.11.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd2a178f..154d7ff2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 4aba77ab..62ec5f19 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.11.2.0 + 8.11.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.11.2 + 8.11.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 80c8650ace955aa0955955e22ddf134f9699941c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 1 Jan 2024 22:21:51 +0800 Subject: [PATCH 219/266] update README.md --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 371d2be4..39fabad9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.13** [![7.17.13 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.13)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.10.2** [![8.10.2 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.10.2)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.16** [![7.17.16 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.16)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.11.3** [![8.11.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.11.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -214,6 +214,9 @@ Versions | 7.17.11 | 7.17.11.0 | |elastic7.17.11| | 7.17.12 | 7.17.12.0 | |elastic7.17.12| | 7.17.13 | 7.17.13.0 | |elastic7.17.13| +| 7.17.14 | 7.17.14.0 | |elastic7.17.14| +| 7.17.15 | 7.17.15.0 | |elastic7.17.15| +| 7.17.16 | 7.17.16.0 | |elastic7.17.16| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | @@ -229,6 +232,12 @@ Versions | 8.10.0 | 8.10.0.0 | | elastic8.10.0| | 8.10.1 | 8.10.1.0 | | elastic8.10.1| | 8.10.2 | 8.10.2.0 | | elastic8.10.2| +| 8.10.3 | 8.10.3.0 | | elastic8.10.3| +| 8.10.4 | 8.10.4.0 | | elastic8.10.4| +| 8.11.0 | 8.11.0.0 | | elastic8.11.0| +| 8.11.1 | 8.11.1.0 | | elastic8.11.1| +| 8.11.2 | 8.11.2.0 | | elastic8.11.2| +| 8.11.3 | 8.11.3.0 | | elastic8.11.3| ### Elasticsearch 1.x ```` @@ -1073,6 +1082,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.13/elasticsearch-sql-7.17.13.0.zip ```` +### Elasticsearch 7.17.14 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.14/elasticsearch-sql-7.17.14.0.zip +```` + +### Elasticsearch 7.17.15 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.15/elasticsearch-sql-7.17.15.0.zip +```` + +### Elasticsearch 7.17.16 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.16/elasticsearch-sql-7.17.16.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1148,6 +1172,36 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.2/elasticsearch-sql-8.10.2.0.zip ```` +### Elasticsearch 8.10.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.3/elasticsearch-sql-8.10.3.0.zip +```` + +### Elasticsearch 8.10.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.10.4/elasticsearch-sql-8.10.4.0.zip +```` + +### Elasticsearch 8.11.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.0/elasticsearch-sql-8.11.0.0.zip +```` + +### Elasticsearch 8.11.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.1/elasticsearch-sql-8.11.1.0.zip +```` + +### Elasticsearch 8.11.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.2/elasticsearch-sql-8.11.2.0.zip +```` + +### Elasticsearch 8.11.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.3/elasticsearch-sql-8.11.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 3be0f3a415c512998088c666ba235eb888cb600e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 18 Jul 2024 23:56:48 +0800 Subject: [PATCH 220/266] update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++++++- pom.xml | 1 + 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39fabad9..701d12fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.16** [![7.17.16 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.16)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.22** [![7.17.22 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.22)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **8.11.3** [![8.11.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.11.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) @@ -217,6 +217,12 @@ Versions | 7.17.14 | 7.17.14.0 | |elastic7.17.14| | 7.17.15 | 7.17.15.0 | |elastic7.17.15| | 7.17.16 | 7.17.16.0 | |elastic7.17.16| +| 7.17.17 | 7.17.17.0 | |elastic7.17.17| +| 7.17.18 | 7.17.18.0 | |elastic7.17.18| +| 7.17.19 | 7.17.19.0 | |elastic7.17.19| +| 7.17.20 | 7.17.20.0 | |elastic7.17.20| +| 7.17.21 | 7.17.21.0 | |elastic7.17.21| +| 7.17.22 | 7.17.22.0 | |elastic7.17.22| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | @@ -1097,6 +1103,36 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.16/elasticsearch-sql-7.17.16.0.zip ```` +### Elasticsearch 7.17.17 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.17/elasticsearch-sql-7.17.17.0.zip +```` + +### Elasticsearch 7.17.18 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.18/elasticsearch-sql-7.17.18.0.zip +```` + +### Elasticsearch 7.17.19 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.19/elasticsearch-sql-7.17.19.0.zip +```` + +### Elasticsearch 7.17.20 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.20/elasticsearch-sql-7.17.20.0.zip +```` + +### Elasticsearch 7.17.21 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.21/elasticsearch-sql-7.17.21.0.zip +```` + +### Elasticsearch 7.17.22 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.22/elasticsearch-sql-7.17.22.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip diff --git a/pom.xml b/pom.xml index 62ec5f19..2c2480cc 100644 --- a/pom.xml +++ b/pom.xml @@ -176,6 +176,7 @@ jar package + default-jar From 351e6c6152921c3611da2441fa9879112b697b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 31 Jul 2024 22:24:12 +0800 Subject: [PATCH 221/266] es 8.11.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 154d7ff2..909f9e44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 2c2480cc..1a12f1e6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.11.3.0 + 8.11.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.11.3 + 8.11.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 359450ac112b1ebc2a6d7e77dbce920fc8cde1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 31 Jul 2024 22:30:58 +0800 Subject: [PATCH 222/266] es 8.12.0 support --- .travis.yml | 2 +- pom.xml | 4 +- .../pool/ElasticSearchDruidDataSource.java | 8 +- .../ElasticSearchDruidDataSourceFactory.java | 3 +- .../ChildrenAggregationBuilder.java | 6 - .../elasticsearch/plugin/nlpcn/SqlPlug.java | 17 +- .../nlpcn/client/ElasticsearchRestClient.java | 147 ++-- .../plugin/nlpcn/client/RequestConverter.java | 542 -------------- .../nlpcn/client/ResponseConverter.java | 701 ------------------ .../nlpcn/client/handler/ActionHandler.java | 327 ++++++++ .../client/handler/BulkActionHandler.java | 180 +++++ .../handler/ClusterStateActionHandler.java | 398 ++++++++++ .../ClusterUpdateSettingsActionHandler.java | 57 ++ .../handler/CreateIndexActionHandler.java | 87 +++ .../handler/DeleteByQueryActionHandler.java | 87 +++ .../handler/DeleteIndexActionHandler.java | 55 ++ .../client/handler/GetIndexActionHandler.java | 123 +++ .../handler/MultiSearchActionHandler.java | 89 +++ .../handler/NodesInfoActionHandler.java | 163 ++++ .../handler/PutMappingActionHandler.java | 66 ++ .../client/handler/RefreshActionHandler.java | 51 ++ .../client/handler/SearchActionHandler.java | 70 ++ .../handler/SearchScrollActionHandler.java | 49 ++ .../nlpcn/executors/CSVResultsExtractor.java | 12 +- .../es4sql/query/AggregationQueryAction.java | 3 +- .../es4sql/query/DefaultQueryAction.java | 6 +- .../nlpcn/es4sql/query/DeleteQueryAction.java | 7 +- .../java/org/nlpcn/es4sql/MainTestSuite.java | 11 +- src/test/java/org/nlpcn/es4sql/QueryTest.java | 3 +- 29 files changed, 1871 insertions(+), 1403 deletions(-) delete mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java delete mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java create mode 100644 src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java diff --git a/.travis.yml b/.travis.yml index 909f9e44..fb633b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 1a12f1e6..e0856a10 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.11.4.0 + 8.12.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.11.4 + 8.12.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java index 124bd1a6..9ca27a2e 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSource.java @@ -31,7 +31,7 @@ import com.alibaba.druid.util.Utils; import com.alibaba.druid.wall.WallFilter; import com.alibaba.druid.wall.WallProviderStatValue; -import org.elasticsearch.client.internal.Client; +import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; import javax.management.JMException; import javax.management.MBeanServer; @@ -137,13 +137,13 @@ public class ElasticSearchDruidDataSource extends DruidDataSource { private boolean loadSpifilterSkip = false; // elasticsearch client - private final Client client; + private final ElasticsearchRestClient client; - public ElasticSearchDruidDataSource(Client client) { + public ElasticSearchDruidDataSource(ElasticsearchRestClient client) { this(false, client); } - public ElasticSearchDruidDataSource(boolean fairLock, Client client) { + public ElasticSearchDruidDataSource(boolean fairLock, ElasticsearchRestClient client) { super(fairLock); this.client = client; diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java index 1d3ff6e0..c79c6b4f 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java @@ -1,6 +1,7 @@ package com.alibaba.druid.pool; import org.elasticsearch.client.internal.Client; +import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; import javax.sql.DataSource; import java.util.Properties; @@ -15,7 +16,7 @@ protected DataSource createDataSourceInternal(Properties properties) throws Exce throw new UnsupportedOperationException(); } - public static DataSource createDataSource(Client client) { + public static DataSource createDataSource(ElasticsearchRestClient client) { return new ElasticSearchDruidDataSource(client); } } diff --git a/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java index b475206f..3af59349 100644 --- a/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java +++ b/src/main/java/org/elasticsearch/join/aggregations/ChildrenAggregationBuilder.java @@ -22,7 +22,6 @@ import org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder; import org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory; import org.elasticsearch.search.aggregations.support.ValuesSourceConfig; -import org.elasticsearch.search.aggregations.support.ValuesSourceRegistry; import org.elasticsearch.search.aggregations.support.ValuesSourceType; import org.elasticsearch.xcontent.ParseField; import org.elasticsearch.xcontent.XContentBuilder; @@ -162,11 +161,6 @@ public String getType() { return NAME; } - @Override - protected ValuesSourceRegistry.RegistryKey getRegistryKey() { - return ValuesSourceRegistry.UNREGISTERED_KEY; - } - @Override public TransportVersion getMinimalSupportedVersion() { return TransportVersions.ZERO; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 0342d4d5..18a311b6 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -1,28 +1,15 @@ package org.elasticsearch.plugin.nlpcn; -import org.elasticsearch.client.internal.Client; import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.node.DiscoveryNodes; -import org.elasticsearch.cluster.routing.allocation.AllocationService; -import org.elasticsearch.cluster.service.ClusterService; -import org.elasticsearch.common.io.stream.NamedWriteableRegistry; import org.elasticsearch.common.settings.ClusterSettings; import org.elasticsearch.common.settings.IndexScopedSettings; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.SettingsFilter; -import org.elasticsearch.env.Environment; -import org.elasticsearch.env.NodeEnvironment; -import org.elasticsearch.indices.IndicesService; import org.elasticsearch.plugins.ActionPlugin; import org.elasticsearch.plugins.Plugin; -import org.elasticsearch.repositories.RepositoriesService; import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestHandler; -import org.elasticsearch.script.ScriptService; -import org.elasticsearch.telemetry.TelemetryProvider; -import org.elasticsearch.threadpool.ThreadPool; -import org.elasticsearch.watcher.ResourceWatcherService; -import org.elasticsearch.xcontent.NamedXContentRegistry; import java.util.Collection; import java.util.Collections; @@ -43,8 +30,8 @@ public String description() { } @Override - public Collection createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry, IndexNameExpressionResolver indexNameExpressionResolver, Supplier repositoriesServiceSupplier, TelemetryProvider telemetryProvider, AllocationService allocationService, IndicesService indicesService) { - return Collections.singletonList(new NamedXContentRegistryHolder(xContentRegistry)); + public Collection createComponents(PluginServices services) { + return Collections.singletonList(new NamedXContentRegistryHolder(services.xContentRegistry())); } @Override diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java index 3c8714f0..63b4a98d 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ElasticsearchRestClient.java @@ -1,51 +1,30 @@ package org.elasticsearch.plugin.nlpcn.client; import co.elastic.clients.elasticsearch.ElasticsearchClient; -import co.elastic.clients.json.JsonpMapper; -import co.elastic.clients.json.JsonpSerializable; +import com.google.common.collect.Maps; import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.ActionRequest; import org.elasticsearch.action.ActionResponse; import org.elasticsearch.action.ActionType; -import org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction; -import org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest; -import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction; -import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; -import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse; -import org.elasticsearch.action.admin.cluster.state.ClusterStateAction; -import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest; -import org.elasticsearch.action.admin.indices.create.CreateIndexAction; -import org.elasticsearch.action.admin.indices.create.CreateIndexRequest; -import org.elasticsearch.action.admin.indices.create.CreateIndexResponse; -import org.elasticsearch.action.admin.indices.delete.DeleteIndexAction; -import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest; -import org.elasticsearch.action.admin.indices.get.GetIndexAction; -import org.elasticsearch.action.admin.indices.get.GetIndexRequest; -import org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction; -import org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest; -import org.elasticsearch.action.admin.indices.refresh.RefreshAction; -import org.elasticsearch.action.admin.indices.refresh.RefreshRequest; -import org.elasticsearch.action.admin.indices.refresh.RefreshResponse; -import org.elasticsearch.action.bulk.BulkAction; -import org.elasticsearch.action.bulk.BulkRequest; -import org.elasticsearch.action.bulk.BulkResponse; -import org.elasticsearch.action.search.MultiSearchAction; -import org.elasticsearch.action.search.MultiSearchRequest; -import org.elasticsearch.action.search.MultiSearchResponse; -import org.elasticsearch.action.search.SearchAction; -import org.elasticsearch.action.search.SearchRequest; -import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.action.search.SearchScrollAction; -import org.elasticsearch.action.search.SearchScrollRequest; -import org.elasticsearch.action.support.master.AcknowledgedResponse; import org.elasticsearch.client.internal.support.AbstractClient; -import org.elasticsearch.core.CheckedFunction; -import org.elasticsearch.index.reindex.BulkByScrollResponse; -import org.elasticsearch.index.reindex.DeleteByQueryAction; -import org.elasticsearch.index.reindex.DeleteByQueryRequest; +import org.elasticsearch.plugin.nlpcn.client.handler.ActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.BulkActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.ClusterStateActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.ClusterUpdateSettingsActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.CreateIndexActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.DeleteByQueryActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.DeleteIndexActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.GetIndexActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.MultiSearchActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.NodesInfoActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.PutMappingActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.RefreshActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.SearchActionHandler; +import org.elasticsearch.plugin.nlpcn.client.handler.SearchScrollActionHandler; import java.io.IOException; import java.io.UncheckedIOException; +import java.util.Map; import java.util.Objects; /** @@ -55,19 +34,16 @@ * @version V1.0 * @since 2022-12-19 21:16 */ -public class ElasticsearchRestClient extends AbstractClient { +public class ElasticsearchRestClient extends AbstractClient implements AutoCloseable { private final ElasticsearchClient client; - private final RequestConverter requestConverter; - private final ResponseConverter responseConverter; + private final Map> handlers = Maps.newHashMap(); public ElasticsearchRestClient(ElasticsearchClient client) { super(null, null); this.client = client; - JsonpMapper jsonpMapper = client._jsonpMapper(); - this.requestConverter = new RequestConverter(jsonpMapper); - this.responseConverter = new ResponseConverter(jsonpMapper); + registerHandler(client); } @SuppressWarnings("unchecked") @@ -75,65 +51,13 @@ public ElasticsearchRestClient(ElasticsearchClient client) { protected void doExecute(ActionType action, Request request, ActionListener listener) { try { String name = action.name(); - ActionResponse response; - switch (name) { - case ClusterUpdateSettingsAction.NAME: - response = doExecute(client -> client.cluster().putSettings(requestConverter.putClusterSettingsRequest((ClusterUpdateSettingsRequest) request)), - r -> responseConverter.parseJson(r, ClusterUpdateSettingsResponse::fromXContent)); - break; - case ClusterStateAction.NAME: - response = doExecute(client -> client.cluster().state(requestConverter.stateRequest((ClusterStateRequest) request)), - responseConverter::clusterStateResponse); - break; - case NodesInfoAction.NAME: - response = doExecute(client -> client.nodes().info(requestConverter.nodesInfoRequest((NodesInfoRequest) request)), - responseConverter::nodesInfoResponse); - break; - case DeleteIndexAction.NAME: - response = doExecute(client -> client.indices().delete(requestConverter.deleteIndexRequest((DeleteIndexRequest) request)), - r -> responseConverter.parseJson(r, AcknowledgedResponse::fromXContent)); - break; - case PutMappingAction.NAME: - response = doExecute(client -> client.indices().putMapping(requestConverter.putMappingRequest((PutMappingRequest) request)), - r -> responseConverter.parseJson(r, AcknowledgedResponse::fromXContent)); - break; - case GetIndexAction.NAME: - response = doExecute(client -> client.indices().get(requestConverter.getIndexRequest((GetIndexRequest) request)), - responseConverter::getIndexResponse); - break; - case CreateIndexAction.NAME: - response = doExecute(client -> client.indices().create(requestConverter.createIndexRequest((CreateIndexRequest) request)), - r -> responseConverter.parseJson(r, CreateIndexResponse::fromXContent)); - break; - case RefreshAction.NAME: - response = doExecute(client -> client.indices().refresh(requestConverter.refreshRequest((RefreshRequest) request)), - r -> responseConverter.parseJson(r, RefreshResponse::fromXContent)); - break; - case BulkAction.NAME: - response = doExecute(client -> client.bulk(requestConverter.bulkRequest((BulkRequest) request)), - r -> responseConverter.parseJson(r, BulkResponse::fromXContent)); - break; - case SearchAction.NAME: - response = doExecute(client -> client.search(requestConverter.searchRequest((SearchRequest) request), Object.class), - r -> responseConverter.parseJson(r, SearchResponse::fromXContent)); - break; - case SearchScrollAction.NAME: - response = doExecute(client -> client.scroll(requestConverter.scrollRequest((SearchScrollRequest) request), Object.class), - r -> responseConverter.parseJson(r, SearchResponse::fromXContent)); - break; - case MultiSearchAction.NAME: - response = doExecute(client -> client.msearch(requestConverter.msearchRequest((MultiSearchRequest) request), Object.class), - r -> responseConverter.parseJson(r, MultiSearchResponse::fromXContext)); - break; - case DeleteByQueryAction.NAME: - response = doExecute(client -> client.deleteByQuery(requestConverter.deleteByQueryRequest((DeleteByQueryRequest) request)), - r -> responseConverter.parseJson(r, BulkByScrollResponse::fromXContent)); - break; - default: - listener.onFailure(new UnsupportedOperationException("elasticsearch rest client doesn't support action[" + name + "]")); - return; + ActionHandler handler = handlers.get(name); + if (Objects.isNull(handler)) { + listener.onFailure(new UnsupportedOperationException("elasticsearch rest client doesn't support action[" + name + "]")); + return; } + ActionResponse response = handler.handle(request); listener.onResponse((Response) response); } catch (Exception e) { listener.onFailure(e); @@ -149,11 +73,24 @@ public void close() { } } - public R doExecute(CheckedFunction clientCallback, CheckedFunction responseCallback) throws IOException { - Objects.requireNonNull(clientCallback, "clientCallback must not be null"); - Objects.requireNonNull(responseCallback, "responseCallback must not be null"); + protected void registerHandler(ElasticsearchClient client) { + doRegisterHandler(new BulkActionHandler(client)); + doRegisterHandler(new ClusterStateActionHandler(client)); + doRegisterHandler(new ClusterUpdateSettingsActionHandler(client)); + doRegisterHandler(new CreateIndexActionHandler(client)); + doRegisterHandler(new DeleteByQueryActionHandler(client)); + doRegisterHandler(new DeleteIndexActionHandler(client)); + doRegisterHandler(new GetIndexActionHandler(client)); + doRegisterHandler(new MultiSearchActionHandler(client)); + doRegisterHandler(new NodesInfoActionHandler(client)); + doRegisterHandler(new PutMappingActionHandler(client)); + doRegisterHandler(new RefreshActionHandler(client)); + doRegisterHandler(new SearchActionHandler(client)); + doRegisterHandler(new SearchScrollActionHandler(client)); + } - T response = clientCallback.apply(client); - return responseCallback.apply(response); + @SuppressWarnings({"rawtypes", "unchecked"}) + private void doRegisterHandler(ActionHandler actionHandler) { + handlers.put(actionHandler.getName(), actionHandler); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java deleted file mode 100644 index bee4122b..00000000 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/RequestConverter.java +++ /dev/null @@ -1,542 +0,0 @@ -package org.elasticsearch.plugin.nlpcn.client; - -import co.elastic.clients.elasticsearch._types.Conflicts; -import co.elastic.clients.elasticsearch._types.ExpandWildcard; -import co.elastic.clients.elasticsearch._types.Refresh; -import co.elastic.clients.elasticsearch._types.SearchType; -import co.elastic.clients.elasticsearch._types.Slices; -import co.elastic.clients.elasticsearch._types.Time; -import co.elastic.clients.elasticsearch._types.VersionType; -import co.elastic.clients.elasticsearch._types.WaitForActiveShards; -import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; -import co.elastic.clients.elasticsearch._types.query_dsl.GeoDistanceQuery; -import co.elastic.clients.elasticsearch._types.query_dsl.GeoValidationMethod; -import co.elastic.clients.elasticsearch.cluster.PutClusterSettingsRequest; -import co.elastic.clients.elasticsearch.cluster.StateRequest; -import co.elastic.clients.elasticsearch.core.BulkRequest; -import co.elastic.clients.elasticsearch.core.DeleteByQueryRequest; -import co.elastic.clients.elasticsearch.core.MsearchRequest; -import co.elastic.clients.elasticsearch.core.ScrollRequest; -import co.elastic.clients.elasticsearch.core.SearchRequest; -import co.elastic.clients.elasticsearch.core.bulk.BulkOperation; -import co.elastic.clients.elasticsearch.core.bulk.CreateOperation; -import co.elastic.clients.elasticsearch.core.bulk.DeleteOperation; -import co.elastic.clients.elasticsearch.core.bulk.IndexOperation; -import co.elastic.clients.elasticsearch.core.bulk.UpdateAction; -import co.elastic.clients.elasticsearch.core.bulk.UpdateOperation; -import co.elastic.clients.elasticsearch.core.msearch.MultisearchBody; -import co.elastic.clients.elasticsearch.core.msearch.MultisearchHeader; -import co.elastic.clients.elasticsearch.core.msearch.RequestItem; -import co.elastic.clients.elasticsearch.indices.Alias; -import co.elastic.clients.elasticsearch.indices.CreateIndexRequest; -import co.elastic.clients.elasticsearch.indices.DeleteIndexRequest; -import co.elastic.clients.elasticsearch.indices.GetIndexRequest; -import co.elastic.clients.elasticsearch.indices.IndexSettings; -import co.elastic.clients.elasticsearch.indices.PutMappingRequest; -import co.elastic.clients.elasticsearch.indices.RefreshRequest; -import co.elastic.clients.elasticsearch.indices.get.Feature; -import co.elastic.clients.elasticsearch.nodes.NodesInfoRequest; -import co.elastic.clients.json.DelegatingDeserializer; -import co.elastic.clients.json.JsonEnums; -import co.elastic.clients.json.JsonpDeserializer; -import co.elastic.clients.json.JsonpMapper; -import co.elastic.clients.json.ObjectDeserializer; -import jakarta.json.stream.JsonParser; -import org.elasticsearch.action.DocWriteRequest; -import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; -import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest; -import org.elasticsearch.action.delete.DeleteRequest; -import org.elasticsearch.action.index.IndexRequest; -import org.elasticsearch.action.search.MultiSearchRequest; -import org.elasticsearch.action.search.SearchScrollRequest; -import org.elasticsearch.action.support.ActiveShardCount; -import org.elasticsearch.action.support.IndicesOptions; -import org.elasticsearch.action.support.WriteRequest; -import org.elasticsearch.action.update.UpdateRequest; -import org.elasticsearch.cluster.ClusterState; -import org.elasticsearch.common.Strings; -import org.elasticsearch.common.bytes.BytesReference; -import org.elasticsearch.common.xcontent.XContentHelper; -import org.elasticsearch.core.Tuple; -import org.elasticsearch.xcontent.ToXContent; -import org.elasticsearch.xcontent.XContentBuilder; -import org.elasticsearch.xcontent.XContentFactory; -import org.elasticsearch.xcontent.XContentType; - -import java.io.IOException; -import java.io.Reader; -import java.io.StringReader; -import java.lang.reflect.Field; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.EnumSet; -import java.util.List; -import java.util.Locale; -import java.util.Map; -import java.util.Objects; -import java.util.Optional; -import java.util.Set; - -/** - * Class to create Elasticsearch request - * - * @author shiyuan - * @version V1.0 - * @since 2022-12-20 12:52 - */ -public class RequestConverter { - - static { - try { - Field field = JsonEnums.Deserializer.class.getDeclaredField("lookupTable"); - field.setAccessible(true); - - @SuppressWarnings("unchecked") - Map lookupTable = (Map) field.get(GeoValidationMethod._DESERIALIZER); - for (GeoValidationMethod geoValidationMethod : GeoValidationMethod.values()) { - lookupTable.put(geoValidationMethod.jsonValue().toUpperCase(Locale.ROOT), geoValidationMethod); - } - } catch (NoSuchFieldException | IllegalAccessException e) { - throw new IllegalStateException(e); - } - - ((ObjectDeserializer) DelegatingDeserializer.unwrap(GeoDistanceQuery._DESERIALIZER)).add((builder, value) -> { - }, JsonpDeserializer.stringDeserializer(), "ignore_unmapped"); - } - - private final JsonpMapper jsonpMapper; - - public RequestConverter(JsonpMapper jsonpMapper) { - this.jsonpMapper = jsonpMapper; - } - - public PutClusterSettingsRequest putClusterSettingsRequest(ClusterUpdateSettingsRequest clusterUpdateSettingsRequest) throws IOException { - PutClusterSettingsRequest.Builder builder = new PutClusterSettingsRequest.Builder(); - try (Reader reader = new StringReader(Strings.toString(clusterUpdateSettingsRequest)); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - builder.withJson(parser, this.jsonpMapper); - } - Optional.ofNullable(clusterUpdateSettingsRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(clusterUpdateSettingsRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - return builder.build(); - } - - public StateRequest stateRequest(ClusterStateRequest clusterStateRequest) { - StateRequest.Builder builder = new StateRequest.Builder(); - builder.index(Arrays.asList(clusterStateRequest.indices())); - if (clusterStateRequest.routingTable()) { - builder.metric(ClusterState.Metric.ROUTING_TABLE.toString()); - } - if (clusterStateRequest.nodes()) { - builder.metric(ClusterState.Metric.NODES.toString()); - } - if (clusterStateRequest.metadata()) { - builder.metric(ClusterState.Metric.METADATA.toString()); - } - if (clusterStateRequest.blocks()) { - builder.metric(ClusterState.Metric.BLOCKS.toString()); - } - if (clusterStateRequest.customs()) { - builder.metric(ClusterState.Metric.CUSTOMS.toString()); - } - builder.local(clusterStateRequest.local()); - Optional.ofNullable(clusterStateRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(clusterStateRequest.waitForTimeout()).ifPresent(e -> builder.waitForTimeout(Time.of(t -> t.time(e.toString())))); - builder.waitForMetadataVersion(clusterStateRequest.waitForMetadataVersion()); - Optional.ofNullable(clusterStateRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - public NodesInfoRequest nodesInfoRequest(org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest nodesInfoRequest) { - NodesInfoRequest.Builder builder = new NodesInfoRequest.Builder(); - builder.metric(new ArrayList<>(nodesInfoRequest.requestedMetrics())); - builder.nodeId(Arrays.asList(nodesInfoRequest.nodesIds())); - Optional.ofNullable(nodesInfoRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - return builder.build(); - } - - public DeleteIndexRequest deleteIndexRequest(org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest deleteIndexRequest) { - DeleteIndexRequest.Builder builder = new DeleteIndexRequest.Builder(); - builder.index(Arrays.asList(deleteIndexRequest.indices())); - Optional.ofNullable(deleteIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(deleteIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(deleteIndexRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - public PutMappingRequest putMappingRequest(org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest putMappingRequest) throws IOException { - PutMappingRequest.Builder builder = new PutMappingRequest.Builder(); - if (Strings.hasLength(putMappingRequest.source())) { - try (Reader reader = new StringReader(putMappingRequest.source()); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - builder.withJson(parser, this.jsonpMapper); - } - } - builder.index(Arrays.asList(putMappingRequest.indices())); - builder.writeIndexOnly(putMappingRequest.writeIndexOnly()); - Optional.ofNullable(putMappingRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - Optional.ofNullable(putMappingRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(putMappingRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - return builder.build(); - } - - public GetIndexRequest getIndexRequest(org.elasticsearch.action.admin.indices.get.GetIndexRequest getIndexRequest) { - GetIndexRequest.Builder builder = new GetIndexRequest.Builder(); - builder.index(Arrays.asList(getIndexRequest.indices())); - builder.includeDefaults(getIndexRequest.includeDefaults()); - builder.local(getIndexRequest.local()); - for (org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature : getIndexRequest.features()) { - builder.features(getFeature(feature)); - } - Optional.ofNullable(getIndexRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - Optional.ofNullable(getIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - return builder.build(); - } - - @SuppressWarnings({"unchecked", "rawtypes"}) - public CreateIndexRequest createIndexRequest(org.elasticsearch.action.admin.indices.create.CreateIndexRequest createIndexRequest) throws IOException { - CreateIndexRequest.Builder builder = new CreateIndexRequest.Builder(); - builder.index(createIndexRequest.index()); - builder.mappings(fromJson(createIndexRequest.mappings(), TypeMapping._DESERIALIZER)); - builder.settings(fromJson(createIndexRequest.settings().toString(), IndexSettings._DESERIALIZER)); - Optional.ofNullable(createIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(createIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - ActiveShardCount activeShardCount = createIndexRequest.waitForActiveShards(); - if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { - builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); - } - for (org.elasticsearch.action.admin.indices.alias.Alias alias : createIndexRequest.aliases()) { - BytesReference bytesReference; - try (XContentBuilder aliasBuilder = XContentFactory.jsonBuilder()) { - aliasBuilder.startObject(); - alias.toXContent(aliasBuilder, ToXContent.EMPTY_PARAMS); - aliasBuilder.endObject(); - bytesReference = BytesReference.bytes(aliasBuilder); - } - Tuple> tuple = XContentHelper.convertToMap(bytesReference, true, XContentType.JSON); - for (Map.Entry entry : tuple.v2().entrySet()) { - String key = entry.getKey(); - try (XContentBuilder mapBuilder = XContentFactory.jsonBuilder()) { - mapBuilder.map((Map) entry.getValue()); - bytesReference = BytesReference.bytes(mapBuilder); - } - builder.aliases(key, fromJson(bytesReference.utf8ToString(), Alias._DESERIALIZER)); - } - } - return builder.build(); - } - - public RefreshRequest refreshRequest(org.elasticsearch.action.admin.indices.refresh.RefreshRequest refreshRequest) { - RefreshRequest.Builder builder = new RefreshRequest.Builder(); - builder.index(Arrays.asList(refreshRequest.indices())); - Optional.ofNullable(refreshRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - public BulkRequest bulkRequest(org.elasticsearch.action.bulk.BulkRequest bulkRequest) throws IOException { - BulkRequest.Builder builder = new BulkRequest.Builder(); - for (DocWriteRequest request : bulkRequest.requests()) { - switch (request.opType()) { - case INDEX: - IndexRequest indexRequest = (IndexRequest) request; - IndexOperation.Builder> indexOperationBuilder = new IndexOperation.Builder<>(); - indexOperationBuilder.id(indexRequest.id()); - indexOperationBuilder.index(indexRequest.index()); - indexOperationBuilder.routing(indexRequest.routing()); - indexOperationBuilder.ifPrimaryTerm(indexRequest.ifPrimaryTerm()); - indexOperationBuilder.ifSeqNo(indexRequest.ifSeqNo()); - indexOperationBuilder.pipeline(indexRequest.getPipeline()); - indexOperationBuilder.requireAlias(indexRequest.isRequireAlias()); - indexOperationBuilder.version(indexRequest.version()); - indexOperationBuilder.versionType(getVersionType(indexRequest.versionType())); - indexOperationBuilder.dynamicTemplates(indexRequest.getDynamicTemplates()); - indexOperationBuilder.document(indexRequest.sourceAsMap()); - builder.operations(BulkOperation.of(bo -> bo.index(indexOperationBuilder.build()))); - break; - case CREATE: - IndexRequest createRequest = (IndexRequest) request; - CreateOperation.Builder> createOperationBuilder = new CreateOperation.Builder<>(); - createOperationBuilder.id(createRequest.id()); - createOperationBuilder.index(createRequest.index()); - createOperationBuilder.routing(createRequest.routing()); - createOperationBuilder.ifPrimaryTerm(createRequest.ifPrimaryTerm()); - createOperationBuilder.ifSeqNo(createRequest.ifSeqNo()); - createOperationBuilder.pipeline(createRequest.getPipeline()); - createOperationBuilder.requireAlias(createRequest.isRequireAlias()); - createOperationBuilder.version(createRequest.version()); - createOperationBuilder.versionType(getVersionType(createRequest.versionType())); - createOperationBuilder.dynamicTemplates(createRequest.getDynamicTemplates()); - createOperationBuilder.document(createRequest.sourceAsMap()); - builder.operations(BulkOperation.of(bo -> bo.create(createOperationBuilder.build()))); - break; - case DELETE: - DeleteRequest deleteRequest = (DeleteRequest) request; - DeleteOperation.Builder deleteOperationBuilder = new DeleteOperation.Builder(); - deleteOperationBuilder.id(deleteRequest.id()); - deleteOperationBuilder.index(deleteRequest.index()); - deleteOperationBuilder.routing(deleteRequest.routing()); - deleteOperationBuilder.ifPrimaryTerm(deleteRequest.ifPrimaryTerm()); - deleteOperationBuilder.ifSeqNo(deleteRequest.ifSeqNo()); - deleteOperationBuilder.version(deleteRequest.version()); - deleteOperationBuilder.versionType(getVersionType(deleteRequest.versionType())); - builder.operations(BulkOperation.of(bo -> bo.delete(deleteOperationBuilder.build()))); - break; - case UPDATE: - UpdateRequest updateRequest = (UpdateRequest) request; - UpdateOperation.Builder, Map> updateOperationBuilder = new UpdateOperation.Builder<>(); - updateOperationBuilder.id(updateRequest.id()); - updateOperationBuilder.index(updateRequest.index()); - updateOperationBuilder.routing(updateRequest.routing()); - updateOperationBuilder.ifPrimaryTerm(updateRequest.ifPrimaryTerm()); - updateOperationBuilder.ifSeqNo(updateRequest.ifSeqNo()); - updateOperationBuilder.requireAlias(updateRequest.isRequireAlias()); - updateOperationBuilder.retryOnConflict(updateRequest.retryOnConflict()); - UpdateAction.Builder, Map> updateActionBuilder = new UpdateAction.Builder<>(); - try (Reader reader = new StringReader(Strings.toString(updateRequest)); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - updateActionBuilder.withJson(parser, this.jsonpMapper); - } - updateOperationBuilder.action(updateActionBuilder.build()); - builder.operations(BulkOperation.of(bo -> bo.update(updateOperationBuilder.build()))); - break; - default: - throw new IllegalArgumentException(); - } - } - Set indices = bulkRequest.getIndices(); - if (!indices.isEmpty()) { - builder.index(indices.iterator().next()); - } - builder.refresh(getRefreshPolicy(bulkRequest.getRefreshPolicy())); - builder.requireAlias(bulkRequest.requireAlias()); - builder.pipeline(bulkRequest.pipeline()); - builder.routing(bulkRequest.routing()); - Optional.ofNullable(bulkRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - ActiveShardCount activeShardCount = bulkRequest.waitForActiveShards(); - if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { - builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); - } - return builder.build(); - } - - public SearchRequest searchRequest(org.elasticsearch.action.search.SearchRequest searchRequest) throws IOException { - SearchRequest.Builder builder = new SearchRequest.Builder(); - try (Reader reader = new StringReader(Strings.toString(searchRequest.source())); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - builder.withJson(parser, this.jsonpMapper); - } - builder.index(Arrays.asList(searchRequest.indices())); - builder.requestCache(searchRequest.requestCache()); - builder.allowPartialSearchResults(searchRequest.allowPartialSearchResults()); - builder.ccsMinimizeRoundtrips(searchRequest.isCcsMinimizeRoundtrips()); - builder.preference(searchRequest.preference()); - builder.routing(searchRequest.routing()); - builder.searchType(getSearchType(searchRequest.searchType())); - builder.batchedReduceSize((long) searchRequest.getBatchedReduceSize()); - builder.maxConcurrentShardRequests((long) searchRequest.getMaxConcurrentShardRequests()); - Optional.ofNullable(searchRequest.minCompatibleShardNode()).ifPresent(e -> builder.minCompatibleShardNode(e.toString())); - Optional.ofNullable(searchRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); - Optional.ofNullable(searchRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - public ScrollRequest scrollRequest(SearchScrollRequest searchScrollRequest) { - ScrollRequest.Builder builder = new ScrollRequest.Builder(); - builder.scrollId(searchScrollRequest.scrollId()); - Optional.ofNullable(searchScrollRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); - return builder.build(); - } - - public MsearchRequest msearchRequest(MultiSearchRequest multiSearchRequest) throws IOException { - MsearchRequest.Builder builder = new MsearchRequest.Builder(); - if (multiSearchRequest.maxConcurrentSearchRequests() > 0) { - builder.maxConcurrentSearches((long) multiSearchRequest.maxConcurrentSearchRequests()); - } - for (org.elasticsearch.action.search.SearchRequest request : multiSearchRequest.requests()) { - MultisearchHeader.Builder msearchHeaderBuilder = new MultisearchHeader.Builder(); - msearchHeaderBuilder.index(Arrays.asList(request.indices())); - msearchHeaderBuilder.requestCache(request.requestCache()); - msearchHeaderBuilder.allowPartialSearchResults(request.allowPartialSearchResults()); - msearchHeaderBuilder.ccsMinimizeRoundtrips(request.isCcsMinimizeRoundtrips()); - msearchHeaderBuilder.preference(request.preference()); - msearchHeaderBuilder.routing(request.routing()); - msearchHeaderBuilder.searchType(getSearchType(request.searchType())); - Optional.ofNullable(request.indicesOptions()).ifPresent(options -> { - msearchHeaderBuilder.allowNoIndices(options.allowNoIndices()); - msearchHeaderBuilder.ignoreUnavailable(options.ignoreUnavailable()); - msearchHeaderBuilder.expandWildcards(getExpandWildcard(options.expandWildcards())); - msearchHeaderBuilder.ignoreThrottled(options.ignoreThrottled()); - }); - - MultisearchBody.Builder msearchBodyBuilder = new MultisearchBody.Builder(); - try (Reader reader = new StringReader(Strings.toString(request.source())); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - msearchBodyBuilder.withJson(parser, this.jsonpMapper); - } - RequestItem.Builder requestItemBuilder = new RequestItem.Builder(); - requestItemBuilder.header(msearchHeaderBuilder.build()); - requestItemBuilder.body(msearchBodyBuilder.build()); - builder.searches(requestItemBuilder.build()); - } - Optional.ofNullable(multiSearchRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - public DeleteByQueryRequest deleteByQueryRequest(org.elasticsearch.index.reindex.DeleteByQueryRequest deleteByQueryRequest) throws IOException { - DeleteByQueryRequest.Builder builder = new DeleteByQueryRequest.Builder(); - org.elasticsearch.action.search.SearchRequest searchRequest = deleteByQueryRequest.getSearchRequest(); - if (Objects.nonNull(searchRequest)) { - try (Reader reader = new StringReader(Strings.toString(deleteByQueryRequest)); - JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { - builder.withJson(parser, this.jsonpMapper); - } - builder.requestCache(searchRequest.requestCache()); - builder.preference(searchRequest.preference()); - builder.searchType(getSearchType(searchRequest.searchType())); - } - builder.conflicts(deleteByQueryRequest.isAbortOnVersionConflict() ? Conflicts.Abort : Conflicts.Proceed); - builder.index(Arrays.asList(deleteByQueryRequest.indices())); - builder.routing(deleteByQueryRequest.getRouting()); - if (deleteByQueryRequest.getMaxDocs() > -1) { - builder.maxDocs((long) deleteByQueryRequest.getMaxDocs()); - } - builder.requestsPerSecond(deleteByQueryRequest.getRequestsPerSecond()); - builder.refresh(deleteByQueryRequest.isRefresh()); - ActiveShardCount waitForActiveShards = deleteByQueryRequest.getWaitForActiveShards(); - if (Objects.nonNull(waitForActiveShards) && waitForActiveShards.value() > -1) { - builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(waitForActiveShards.value()))); - } - builder.slices(Slices.of(s -> s.value(deleteByQueryRequest.getSlices()))); - Optional.ofNullable(deleteByQueryRequest.getScrollTime()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(deleteByQueryRequest.getTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(deleteByQueryRequest.indicesOptions()).ifPresent(options -> { - builder.allowNoIndices(options.allowNoIndices()); - builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); - }); - return builder.build(); - } - - private T fromJson(String json, JsonpDeserializer deserializer) throws IOException { - Objects.requireNonNull(json, "json must not be null"); - Objects.requireNonNull(deserializer, "deserializer must not be null"); - - try (Reader reader = new StringReader(json); - JsonParser parser = jsonpMapper.jsonProvider().createParser(reader)) { - return deserializer.deserialize(parser, jsonpMapper); - } - } - - private List getExpandWildcard(EnumSet states) { - List expandWildcards = new ArrayList<>(); - if (states.isEmpty()) { - expandWildcards.add(ExpandWildcard.None); - } else if (states.containsAll(EnumSet.allOf(IndicesOptions.WildcardStates.class))) { - expandWildcards.add(ExpandWildcard.All); - } else { - for (IndicesOptions.WildcardStates state : states) { - switch (state) { - case OPEN: - expandWildcards.add(ExpandWildcard.Open); - break; - case CLOSED: - expandWildcards.add(ExpandWildcard.Closed); - break; - case HIDDEN: - expandWildcards.add(ExpandWildcard.Hidden); - break; - default: - break; - } - } - } - return expandWildcards; - } - - private Feature getFeature(org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature) { - switch (feature) { - case ALIASES: - return Feature.Aliases; - case MAPPINGS: - return Feature.Mappings; - case SETTINGS: - return Feature.Settings; - default: - throw new IllegalArgumentException(); - } - } - - private VersionType getVersionType(org.elasticsearch.index.VersionType versionType) { - if (Objects.isNull(versionType)) { - return null; - } - switch (versionType) { - case INTERNAL: - return VersionType.Internal; - case EXTERNAL: - return VersionType.External; - case EXTERNAL_GTE: - return VersionType.ExternalGte; - default: - throw new IllegalArgumentException(); - } - } - - private Refresh getRefreshPolicy(WriteRequest.RefreshPolicy refreshPolicy) { - if (Objects.isNull(refreshPolicy)) { - return null; - } - switch (refreshPolicy) { - case IMMEDIATE: - return Refresh.True; - case NONE: - return Refresh.False; - case WAIT_UNTIL: - return Refresh.WaitFor; - default: - throw new IllegalArgumentException(); - } - } - - private SearchType getSearchType(org.elasticsearch.action.search.SearchType searchType) { - if (Objects.isNull(searchType)) { - return null; - } - switch (searchType) { - case QUERY_THEN_FETCH: - return SearchType.QueryThenFetch; - case DFS_QUERY_THEN_FETCH: - return SearchType.DfsQueryThenFetch; - default: - throw new IllegalArgumentException(); - } - } -} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java deleted file mode 100644 index c3255aad..00000000 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/ResponseConverter.java +++ /dev/null @@ -1,701 +0,0 @@ -package org.elasticsearch.plugin.nlpcn.client; - -import co.elastic.clients.elasticsearch._types.Time; -import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; -import co.elastic.clients.elasticsearch.cluster.StateResponse; -import co.elastic.clients.elasticsearch.indices.Alias; -import co.elastic.clients.elasticsearch.indices.IndexSettings; -import co.elastic.clients.elasticsearch.indices.IndexState; -import co.elastic.clients.elasticsearch.nodes.info.NodeInfoHttp; -import co.elastic.clients.elasticsearch.nodes.info.NodeOperatingSystemInfo; -import co.elastic.clients.elasticsearch.nodes.info.NodeProcessInfo; -import co.elastic.clients.elasticsearch.nodes.info.NodeThreadPoolInfo; -import co.elastic.clients.json.JsonpMapper; -import co.elastic.clients.json.JsonpSerializable; -import jakarta.json.JsonObject; -import jakarta.json.JsonValue; -import jakarta.json.stream.JsonGenerator; -import org.apache.logging.log4j.LogManager; -import org.apache.logging.log4j.Logger; -import org.elasticsearch.Build; -import org.elasticsearch.TransportVersion; -import org.elasticsearch.Version; -import org.elasticsearch.action.admin.cluster.node.info.NodeInfo; -import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; -import org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules; -import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse; -import org.elasticsearch.action.admin.indices.get.GetIndexResponse; -import org.elasticsearch.action.admin.indices.rollover.RolloverInfo; -import org.elasticsearch.cluster.ClusterName; -import org.elasticsearch.cluster.ClusterState; -import org.elasticsearch.cluster.block.ClusterBlocks; -import org.elasticsearch.cluster.coordination.CoordinationMetadata; -import org.elasticsearch.cluster.metadata.AliasMetadata; -import org.elasticsearch.cluster.metadata.IndexMetadata; -import org.elasticsearch.cluster.metadata.IndexTemplateMetadata; -import org.elasticsearch.cluster.metadata.MappingMetadata; -import org.elasticsearch.cluster.metadata.Metadata; -import org.elasticsearch.cluster.metadata.ReservedStateMetadata; -import org.elasticsearch.cluster.node.DiscoveryNode; -import org.elasticsearch.cluster.node.DiscoveryNodeRole; -import org.elasticsearch.cluster.node.DiscoveryNodes; -import org.elasticsearch.cluster.node.VersionInformation; -import org.elasticsearch.cluster.routing.RoutingNodes; -import org.elasticsearch.cluster.routing.RoutingTable; -import org.elasticsearch.common.compress.CompressedXContent; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.common.transport.BoundTransportAddress; -import org.elasticsearch.common.transport.TransportAddress; -import org.elasticsearch.common.unit.ByteSizeValue; -import org.elasticsearch.common.unit.Processors; -import org.elasticsearch.common.unit.RelativeByteSizeValue; -import org.elasticsearch.common.unit.SizeValue; -import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; -import org.elasticsearch.common.xcontent.XContentParserUtils; -import org.elasticsearch.core.CheckedFunction; -import org.elasticsearch.core.TimeValue; -import org.elasticsearch.health.metadata.HealthMetadata; -import org.elasticsearch.http.HttpInfo; -import org.elasticsearch.index.IndexVersion; -import org.elasticsearch.index.mapper.MapperService; -import org.elasticsearch.index.shard.IndexLongFieldRange; -import org.elasticsearch.ingest.IngestInfo; -import org.elasticsearch.monitor.jvm.JvmInfo; -import org.elasticsearch.monitor.os.OsInfo; -import org.elasticsearch.monitor.process.ProcessInfo; -import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; -import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; -import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters; -import org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileGridAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid; -import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGrid; -import org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal; -import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram; -import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; -import org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram; -import org.elasticsearch.search.aggregations.bucket.histogram.VariableWidthHistogramAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing; -import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.nested.ParsedNested; -import org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested; -import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange; -import org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange; -import org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance; -import org.elasticsearch.search.aggregations.bucket.range.ParsedRange; -import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; -import org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler; -import org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler; -import org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms; -import org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms; -import org.elasticsearch.search.aggregations.bucket.terms.LongTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongRareTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantLongTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantStringTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringRareTerms; -import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms; -import org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms; -import org.elasticsearch.search.aggregations.bucket.terms.SignificantStringTerms; -import org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms; -import org.elasticsearch.search.aggregations.bucket.terms.StringTerms; -import org.elasticsearch.search.aggregations.metrics.AvgAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.CardinalityAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentileRanks; -import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentiles; -import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks; -import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentiles; -import org.elasticsearch.search.aggregations.metrics.MaxAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.MinAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.ParsedAvg; -import org.elasticsearch.search.aggregations.metrics.ParsedCardinality; -import org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats; -import org.elasticsearch.search.aggregations.metrics.ParsedGeoBounds; -import org.elasticsearch.search.aggregations.metrics.ParsedGeoCentroid; -import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentileRanks; -import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentiles; -import org.elasticsearch.search.aggregations.metrics.ParsedMax; -import org.elasticsearch.search.aggregations.metrics.ParsedMedianAbsoluteDeviation; -import org.elasticsearch.search.aggregations.metrics.ParsedMin; -import org.elasticsearch.search.aggregations.metrics.ParsedScriptedMetric; -import org.elasticsearch.search.aggregations.metrics.ParsedStats; -import org.elasticsearch.search.aggregations.metrics.ParsedSum; -import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentileRanks; -import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentiles; -import org.elasticsearch.search.aggregations.metrics.ParsedTopHits; -import org.elasticsearch.search.aggregations.metrics.ParsedValueCount; -import org.elasticsearch.search.aggregations.metrics.ParsedWeightedAvg; -import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.StatsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.SumAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder; -import org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue; -import org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue; -import org.elasticsearch.search.aggregations.pipeline.ParsedBucketMetricValue; -import org.elasticsearch.search.aggregations.pipeline.ParsedExtendedStatsBucket; -import org.elasticsearch.search.aggregations.pipeline.ParsedPercentilesBucket; -import org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue; -import org.elasticsearch.search.aggregations.pipeline.ParsedStatsBucket; -import org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder; -import org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder; -import org.elasticsearch.search.aggregations.support.AggregationInfo; -import org.elasticsearch.threadpool.ThreadPool; -import org.elasticsearch.threadpool.ThreadPoolInfo; -import org.elasticsearch.transport.TransportInfo; -import org.elasticsearch.xcontent.NamedXContentRegistry; -import org.elasticsearch.xcontent.NamedXContentRegistry.Entry; -import org.elasticsearch.xcontent.ParseField; -import org.elasticsearch.xcontent.XContentParser; -import org.elasticsearch.xcontent.XContentParserConfiguration; -import org.elasticsearch.xcontent.XContentType; - -import java.io.ByteArrayOutputStream; -import java.io.IOException; -import java.io.UnsupportedEncodingException; -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.nio.charset.StandardCharsets; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.Optional; -import java.util.Set; -import java.util.stream.Collectors; - -/** - * Class to create Elasticsearch ActionResponse - * - * @author shiyuan - * @version V1.0 - * @since 2022-12-21 10:01 - */ -public class ResponseConverter { - - private static final Logger logger = LogManager.getLogger(ResponseConverter.class); - - private static final String EMPTY = ""; - private static final String KEY_CLUSTER_NAME = "cluster_name"; - private static final String KEY_VERSION = "version"; - private static final String KEY_STATE_UUID = "state_uuid"; - private static final String KEY_METADATA = "metadata"; - private static final String KEY_CLUSTER_COORDINATION = "cluster_coordination"; - private static final String KEY_SETTINGS = "settings"; - private static final String KEY_INDICES = "indices"; - private static final String KEK_HASHES_OF_CONSISTENT_SETTINGS = "hashes_of_consistent_settings"; - private static final String KEY_TEMPLATES = "templates"; - private static final String KEY_RESERVED_STATE = "reserved_state"; - private static final String KEY_CLUSTER_UUID = "cluster_uuid"; - private static final String KEY_CLUSTER_UUID_COMMITTED = "cluster_uuid_committed"; - private static final String KEY_IN_SYNC_ALLOCATIONS = "in_sync_allocations"; - private static final String KEY_MAPPING_VERSION = "mapping_version"; - private static final String KEY_SETTINGS_VERSION = "settings_version"; - private static final String KEY_ALIASES_VERSION = "aliases_version"; - private static final String KEY_ROUTING_NUM_SHARDS = "routing_num_shards"; - private static final String KEY_STATE = "state"; - private static final String KEY_MAPPINGS = "mappings"; - private static final String KEY_MAPPINGS_HASH = "mappings_hash"; - private static final String KEY_ALIASES = "aliases"; - private static final String KEY_ROLLOVER_INFOS = "rollover_info"; - private static final String KEY_WARMERS = "warmers"; - private static final String KEY_SYSTEM = "system"; - private static final String KEY_TIMESTAMP_RANGE = "timestamp_range"; - private static final String KEY_PRIMARY_TERMS = "primary_terms"; - private static final String KEY_NODES = "nodes"; - private static final String KEY_TRANSPORT_ADDRESS = "transport_address"; - private static final String KEY_ROLES = "roles"; - private static final String KEY_NAME = "name"; - private static final String KEY_EPHEMERAL = "ephemeral_id"; - private static final String KEY_ATTRIBUTES = "attributes"; - private static final String KEY_EXTERNAL_ID = "external_id"; - private static final String KEY_HIGH_WATERMARK = "high_watermark"; - private static final String KEY_HIGH_MAX_HEADROOM = "high_max_headroom"; - private static final String KEY_FLOOD_STAGE_WATERMARK = "flood_stage_watermark"; - private static final String KEY_FLOOD_STAGE_MAX_HEADROOM = "flood_stage_max_headroom"; - private static final String KEY_FROZEN_FLOOD_STAGE_WATERMARK = "frozen_flood_stage_watermark"; - private static final String KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM = "frozen_flood_stage_max_headroom"; - private static final String KEY_SHARD_LIMITS_TYPE = "shard_limits"; - private static final String KEY_MAX_SHARDS_PER_NODE = "max_shards_per_node"; - private static final String KEY_MAX_SHARDS_PER_NODE_FROZEN = "max_shards_per_node_frozen"; - private static final String KEY_KEEP_ALIVE = "keep_alive"; - - private final JsonpMapper jsonpMapper; - private final NamedXContentRegistry xContentRegistry; - - public ResponseConverter(JsonpMapper jsonpMapper) { - this.jsonpMapper = jsonpMapper; - this.xContentRegistry = new NamedXContentRegistry(Arrays.asList( - //new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), - //new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(MissingAggregationBuilder.NAME), (p, c) -> ParsedMissing.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(NestedAggregationBuilder.NAME), (p, c) -> ParsedNested.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(ReverseNestedAggregationBuilder.NAME), (p, c) -> ParsedReverseNested.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(IpRangeAggregationBuilder.NAME), (p, c) -> ParsedBinaryRange.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(DateRangeAggregationBuilder.NAME), (p, c) -> ParsedDateRange.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GeoDistanceAggregationBuilder.NAME), (p, c) -> ParsedGeoDistance.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(RangeAggregationBuilder.NAME), (p, c) -> ParsedRange.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalSampler.PARSER_NAME), (p, c) -> ParsedSampler.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(DoubleTerms.NAME), (p, c) -> ParsedDoubleTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(LongRareTerms.NAME), (p, c) -> ParsedLongRareTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(LongTerms.NAME), (p, c) -> ParsedLongTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(SignificantLongTerms.NAME), (p, c) -> ParsedSignificantLongTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(SignificantStringTerms.NAME), (p, c) -> ParsedSignificantStringTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(StringRareTerms.NAME), (p, c) -> ParsedStringRareTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(StringTerms.NAME), (p, c) -> ParsedStringTerms.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(AvgAggregationBuilder.NAME), (p, c) -> ParsedAvg.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(CardinalityAggregationBuilder.NAME), (p, c) -> ParsedCardinality.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(ExtendedStatsAggregationBuilder.NAME), (p, c) -> ParsedExtendedStats.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GeoBoundsAggregationBuilder.NAME), (p, c) -> ParsedGeoBounds.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(GeoCentroidAggregationBuilder.NAME), (p, c) -> ParsedGeoCentroid.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalHDRPercentileRanks.NAME), (p, c) -> ParsedHDRPercentileRanks.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalHDRPercentiles.NAME), (p, c) -> ParsedHDRPercentiles.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(MaxAggregationBuilder.NAME), (p, c) -> ParsedMax.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(MedianAbsoluteDeviationAggregationBuilder.NAME), (p, c) -> ParsedMedianAbsoluteDeviation.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(MinAggregationBuilder.NAME), (p, c) -> ParsedMin.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(ScriptedMetricAggregationBuilder.NAME), (p, c) -> ParsedScriptedMetric.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(StatsAggregationBuilder.NAME), (p, c) -> ParsedStats.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(SumAggregationBuilder.NAME), (p, c) -> ParsedSum.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalTDigestPercentileRanks.NAME), (p, c) -> ParsedTDigestPercentileRanks.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalTDigestPercentiles.NAME), (p, c) -> ParsedTDigestPercentiles.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(TopHitsAggregationBuilder.NAME), (p, c) -> ParsedTopHits.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), - //new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), - new Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)) - //new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) - )); - } - - @SuppressWarnings({"unchecked", "rawtypes"}) - public ClusterStateResponse clusterStateResponse(StateResponse stateResponse) throws IOException { - JsonObject jsonObject = stateResponse.valueBody().toJson().asJsonObject(); - String cn = jsonObject.getString(KEY_CLUSTER_NAME, EMPTY); - ClusterName clusterName = new ClusterName(cn); - int version = jsonObject.getInt(KEY_VERSION, 0); - String stateUUID = jsonObject.getString(KEY_STATE_UUID, EMPTY); - JsonObject metadataJson = jsonObject.getJsonObject(KEY_METADATA); - Metadata metadata = Objects.nonNull(metadataJson) ? parseJson(metadataJson.toString(), this::loadMetadataFromXContent) : - Metadata.EMPTY_METADATA; - DiscoveryNodes.Builder nodesBuilder = DiscoveryNodes.builder(); - JsonObject nodes = jsonObject.getJsonObject(KEY_NODES); - if (Objects.nonNull(nodes)) { - for (Map.Entry entry : nodes.entrySet()) { - JsonObject node = entry.getValue().asJsonObject(); - TransportAddress address = parseAddress(node.getString(KEY_TRANSPORT_ADDRESS)); - Set roles = node.getJsonArray(KEY_ROLES).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.toString()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); - nodesBuilder.add(new DiscoveryNode(node.getString(KEY_NAME), - entry.getKey(), - node.getString(KEY_EPHEMERAL), - address.address().getHostString(), - address.getAddress(), - address, - (Map) node.getJsonObject(KEY_ATTRIBUTES), - roles, - VersionInformation.inferVersions(Version.fromId(version)), - node.getString(KEY_EXTERNAL_ID))); - } - } - Map customs = new HashMap<>(5); - JsonObject health = jsonObject.getJsonObject(HealthMetadata.TYPE); - if (Objects.nonNull(health)) { - JsonObject disk = health.getJsonObject(HealthMetadata.Disk.TYPE); - JsonObject shardLimits = health.getJsonObject(KEY_SHARD_LIMITS_TYPE); - customs.put(HealthMetadata.TYPE, new HealthMetadata(new HealthMetadata.Disk( - RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_HIGH_WATERMARK), KEY_HIGH_WATERMARK), - ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_HIGH_MAX_HEADROOM), KEY_HIGH_MAX_HEADROOM), - RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FLOOD_STAGE_WATERMARK), KEY_FLOOD_STAGE_WATERMARK), - ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FLOOD_STAGE_MAX_HEADROOM), KEY_FLOOD_STAGE_MAX_HEADROOM), - RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_WATERMARK), KEY_FROZEN_FLOOD_STAGE_WATERMARK), - ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM), KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM)), - new HealthMetadata.ShardLimits(shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE), shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE_FROZEN)))); - } - RoutingTable routingTable = RoutingTable.EMPTY_ROUTING_TABLE; - ClusterBlocks blocks = ClusterBlocks.EMPTY_CLUSTER_BLOCK; - RoutingNodes routingNodes = RoutingNodes.immutable(RoutingTable.EMPTY_ROUTING_TABLE, DiscoveryNodes.EMPTY_NODES); - return new ClusterStateResponse(clusterName, - new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), Collections.emptyMap(), blocks, customs, false, routingNodes), - false); - } - - public NodesInfoResponse nodesInfoResponse(co.elastic.clients.elasticsearch.nodes.NodesInfoResponse nodesInfoResponse) throws IOException { - Map nodeInfoMap = nodesInfoResponse.nodes(); - List nodes = new ArrayList<>(); - if (Objects.nonNull(nodeInfoMap)) { - for (Map.Entry entry : nodeInfoMap.entrySet()) { - co.elastic.clients.elasticsearch.nodes.info.NodeInfo nodeInfo = entry.getValue(); - Version version = Version.fromString(nodeInfo.version()); - Build.Type type = Build.Type.fromDisplayName(nodeInfo.buildType(), false); - String hash = nodeInfo.buildHash(); - String date = "unknown"; - String minWireCompat = Version.CURRENT.minimumCompatibilityVersion().toString(); - String minIndexCompat = IndexVersion.getMinimumCompatibleIndexVersion(version.id()).toString(); - String displayString = Build.defaultDisplayString(type, hash, date, nodeInfo.version()); - Build build = new Build("default", type, hash, date, false, nodeInfo.version(), minWireCompat, minIndexCompat, displayString); - Set roles = Optional.ofNullable(nodeInfo.roles()).orElse(Collections.emptyList()).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.jsonValue()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); - DiscoveryNode node = new DiscoveryNode(nodeInfo.name(), entry.getKey(), - parseAddress(nodeInfo.transportAddress()), - nodeInfo.attributes(), roles, VersionInformation.inferVersions(version)); - Settings settings = parseJson(nodeInfo.settings(), Settings::fromXContent); - OsInfo os = null; - NodeOperatingSystemInfo systemInfo = nodeInfo.os(); - if (Objects.nonNull(systemInfo)) { - Integer allocatedProcessors = systemInfo.allocatedProcessors(); - os = new OsInfo(systemInfo.refreshIntervalInMillis(), systemInfo.availableProcessors(), - Processors.of(Objects.nonNull(allocatedProcessors) ? allocatedProcessors.doubleValue() : null), - systemInfo.name(), - systemInfo.prettyName(), - systemInfo.arch(), - systemInfo.version()); - } - ProcessInfo process = null; - NodeProcessInfo processInfo = nodeInfo.process(); - if (Objects.nonNull(processInfo)) { - process = new ProcessInfo(processInfo.id(), processInfo.mlockall(), processInfo.refreshIntervalInMillis()); - } - JvmInfo jvm = null; - ThreadPoolInfo threadPool = null; - Map threadPoolInfoMap = nodeInfo.threadPool(); - if (Objects.nonNull(threadPoolInfoMap)) { - List infos = new ArrayList<>(threadPoolInfoMap.size()); - for (Map.Entry infoEntry : threadPoolInfoMap.entrySet()) { - NodeThreadPoolInfo threadPoolInfo = infoEntry.getValue(); - Time keepAlive = threadPoolInfo.keepAlive(); - infos.add(new ThreadPool.Info( - infoEntry.getKey(), - ThreadPool.ThreadPoolType.fromType(threadPoolInfo.type()), - Optional.ofNullable(threadPoolInfo.core()).orElse(-1), - Optional.ofNullable(threadPoolInfo.max()).orElse(-1), - Objects.nonNull(keepAlive) ? TimeValue.parseTimeValue(keepAlive.time(), KEY_KEEP_ALIVE) : null, - threadPoolInfo.queueSize() >= 0 ? SizeValue.parseSizeValue(String.valueOf(threadPoolInfo.queueSize())) : null)); - } - threadPool = new ThreadPoolInfo(infos); - } - TransportInfo transport = null; - HttpInfo http = null; - NodeInfoHttp nodeInfoHttp = nodeInfo.http(); - if (Objects.nonNull(nodeInfoHttp)) { - List boundAddress = nodeInfoHttp.boundAddress(); - int size = boundAddress.size(); - TransportAddress[] boundAddressArr = new TransportAddress[size]; - for (int i = 0; i < size; i++) { - boundAddressArr[i] = parseAddress(boundAddress.get(i)); - } - http = new HttpInfo(new BoundTransportAddress(boundAddressArr, parseAddress(nodeInfoHttp.publishAddress())), - nodeInfoHttp.maxContentLengthInBytes()); - } - PluginsAndModules plugins = null; - IngestInfo ingest = null; - AggregationInfo aggsInfo = null; - ByteSizeValue totalIndexingBuffer = null; - if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { - totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); - } - nodes.add(new NodeInfo(version, TransportVersion.current(), IndexVersion.current(), Collections.emptyMap(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); - } - } - return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); - } - - public GetIndexResponse getIndexResponse(co.elastic.clients.elasticsearch.indices.GetIndexResponse getIndexResponse) throws IOException { - Map indexStateMap = getIndexResponse.result(); - int size = indexStateMap.size(); - String[] indices = new String[size]; - Map mappings = new HashMap<>(size); - Map> aliases = new HashMap<>(size); - Map settings = new HashMap<>(size); - Map defaultSettings = new HashMap<>(size); - Map dataStreams = new HashMap<>(size); - int i = 0; - for (Map.Entry entry : indexStateMap.entrySet()) { - String index = entry.getKey(); - IndexState indexState = entry.getValue(); - indices[i++] = index; - TypeMapping typeMapping = indexState.mappings(); - Map mapping = new HashMap<>(1); - if (Objects.nonNull(typeMapping)) { - mapping.put(MapperService.SINGLE_MAPPING_NAME, parseJson(typeMapping, XContentParser::mapOrdered)); - } - mappings.put(index, new MappingMetadata(MapperService.SINGLE_MAPPING_NAME, mapping)); - Map aliasMap = indexState.aliases(); - if (Objects.nonNull(aliasMap)) { - List aliasMetadataList = new ArrayList<>(aliasMap.size()); - for (Map.Entry aliasEntry : aliasMap.entrySet()) { - aliasMetadataList.add(parseJson(String.format("{\"%s\":%s}", aliasEntry.getKey(), toJson(aliasEntry.getValue())), parser -> { - parser.nextToken(); - parser.nextToken(); - return AliasMetadata.Builder.fromXContent(parser); - })); - } - aliases.put(index, aliasMetadataList); - } - IndexSettings indexSettings = indexState.settings(); - settings.put(index, Objects.nonNull(indexSettings) ? parseJson(toJson(indexSettings), Settings::fromXContent) : Settings.EMPTY); - IndexSettings defaults = indexState.defaults(); - defaultSettings.put(index, Objects.nonNull(defaults) ? parseJson(toJson(defaults), Settings::fromXContent) : Settings.EMPTY); - dataStreams.put(index, indexState.dataStream()); - } - return new GetIndexResponse(indices, mappings, aliases, settings, defaultSettings, dataStreams); - } - - public R parseJson(T response, CheckedFunction xContentParserCallback) throws IOException { - String json = toJson(response); - return parseJson(json, xContentParserCallback); - } - - private R parseJson(String json, CheckedFunction xContentParserCallback) throws IOException { - try (XContentParser parser = XContentType.JSON.xContent().createParser(XContentParserConfiguration.EMPTY.withRegistry(this.xContentRegistry).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE), json)) { - return xContentParserCallback.apply(parser); - } - } - - private String toJson(T object) { - String json = "{}"; - if (Objects.nonNull(object)) { - ByteArrayOutputStream baos = new ByteArrayOutputStream(); - try (JsonGenerator generator = this.jsonpMapper.jsonProvider().createGenerator(baos)) { - object.serialize(generator, this.jsonpMapper); - } - try { - json = baos.toString(StandardCharsets.UTF_8.name()); - } catch (UnsupportedEncodingException e) { - logger.warn("could not read json", e); - } - } - return json; - } - - private TransportAddress parseAddress(String address) throws UnknownHostException { - int lastIndexOf = address.lastIndexOf(":"); - return new TransportAddress(InetAddress.getByName(address.substring(0, lastIndexOf)), Integer.parseInt(address.substring(lastIndexOf + 1))); - } - - private Metadata loadMetadataFromXContent(XContentParser parser) throws IOException { - Metadata.Builder builder = new Metadata.Builder(); - - XContentParser.Token token = parser.nextToken(); - String currentFieldName = parser.currentName(); - XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); - - while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { - if (token == XContentParser.Token.FIELD_NAME) { - currentFieldName = parser.currentName(); - } else if (token == XContentParser.Token.START_OBJECT) { - switch (currentFieldName) { - case KEY_CLUSTER_COORDINATION: - builder.coordinationMetadata(CoordinationMetadata.fromXContent(parser)); - break; - case KEY_SETTINGS: - builder.persistentSettings(Settings.fromXContent(parser)); - break; - case KEY_INDICES: - while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { - builder.put(loadIndexMetadataFromXContent(parser), false); - } - break; - case KEK_HASHES_OF_CONSISTENT_SETTINGS: - builder.hashesOfConsistentSettings(parser.mapStrings()); - break; - case KEY_TEMPLATES: - while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { - builder.put(IndexTemplateMetadata.Builder.fromXContent(parser, parser.currentName())); - } - break; - case KEY_RESERVED_STATE: - while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { - builder.put(ReservedStateMetadata.fromXContent(parser)); - } - break; - default: - logger.warn("Skipping custom object with type {}", currentFieldName); - parser.skipChildren(); - break; - } - } else if (token.isValue()) { - if (KEY_VERSION.equals(currentFieldName)) { - builder.version(parser.longValue()); - } else if (KEY_CLUSTER_UUID.equals(currentFieldName) || "uuid".equals(currentFieldName)) { - builder.clusterUUID(parser.text()); - } else if (KEY_CLUSTER_UUID_COMMITTED.equals(currentFieldName)) { - builder.clusterUUIDCommitted(parser.booleanValue()); - } else { - throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); - } - } else { - throw new IllegalArgumentException("Unexpected token " + token); - } - } - - return builder.build(); - } - - public IndexMetadata loadIndexMetadataFromXContent(XContentParser parser) throws IOException { - if (parser.currentToken() == null) { - parser.nextToken(); - } - if (parser.currentToken() == XContentParser.Token.START_OBJECT) { - parser.nextToken(); - } - XContentParserUtils.ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); - IndexMetadata.Builder builder = new IndexMetadata.Builder(parser.currentName()); - - String currentFieldName; - XContentParser.Token token = parser.nextToken(); - XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); - while ((currentFieldName = parser.nextFieldName()) != null) { - token = parser.nextToken(); - if (token == XContentParser.Token.START_OBJECT) { - switch (currentFieldName) { - case KEY_SETTINGS: - builder.settings(Settings.fromXContent(parser)); - break; - case KEY_MAPPINGS: - while ((currentFieldName = parser.nextFieldName()) != null) { - token = parser.nextToken(); - XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); - Map mapping = new HashMap<>(1); - mapping.put(currentFieldName, parser.mapOrdered()); - builder.putMapping(new MappingMetadata(currentFieldName, mapping)); - } - break; - case KEY_ALIASES: - while (parser.nextToken() != XContentParser.Token.END_OBJECT) { - builder.putAlias(AliasMetadata.Builder.fromXContent(parser)); - } - break; - case KEY_IN_SYNC_ALLOCATIONS: - while ((currentFieldName = parser.nextFieldName()) != null) { - token = parser.nextToken(); - XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_ARRAY, token, parser); - final int shardId = Integer.parseInt(currentFieldName); - Set allocationIds = new HashSet<>(); - while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { - if (token == XContentParser.Token.VALUE_STRING) { - allocationIds.add(parser.text()); - } - } - builder.putInSyncAllocationIds(shardId, allocationIds); - } - break; - case KEY_ROLLOVER_INFOS: - while ((currentFieldName = parser.nextFieldName()) != null) { - token = parser.nextToken(); - XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); - builder.putRolloverInfo(RolloverInfo.parse(parser, currentFieldName)); - } - break; - case KEY_WARMERS: - assert Version.CURRENT.major <= 5; - parser.skipChildren(); - break; - case KEY_TIMESTAMP_RANGE: - builder.timestampRange(IndexLongFieldRange.fromXContent(parser)); - break; - default: - // assume it's custom index metadata - builder.putCustom(currentFieldName, parser.mapStrings()); - break; - } - } else if (token == XContentParser.Token.START_ARRAY) { - switch (currentFieldName) { - case KEY_MAPPINGS: - while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { - if (token == XContentParser.Token.VALUE_EMBEDDED_OBJECT) { - builder.putMapping(new MappingMetadata(new CompressedXContent(parser.binaryValue()))); - } else { - Map mapping = parser.mapOrdered(); - if (mapping.size() == 1) { - String mappingType = mapping.keySet().iterator().next(); - builder.putMapping(new MappingMetadata(mappingType, mapping)); - } - } - } - break; - case KEY_PRIMARY_TERMS: - int i = 0; - while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { - XContentParserUtils.ensureExpectedToken(XContentParser.Token.VALUE_NUMBER, token, parser); - builder.primaryTerm(i++, parser.longValue()); - } - break; - case KEY_ALIASES: - logger.warn("Skipping aliases"); - parser.skipChildren(); - break; - default: - throw new IllegalArgumentException("Unexpected field for an array " + currentFieldName); - } - } else if (token.isValue()) { - switch (currentFieldName) { - case KEY_STATE: - builder.state(IndexMetadata.State.fromString(parser.text())); - break; - case KEY_VERSION: - builder.version(parser.longValue()); - break; - case KEY_MAPPING_VERSION: - builder.mappingVersion(parser.longValue()); - break; - case KEY_SETTINGS_VERSION: - builder.settingsVersion(parser.longValue()); - break; - case KEY_ALIASES_VERSION: - builder.aliasesVersion(parser.longValue()); - break; - case KEY_ROUTING_NUM_SHARDS: - builder.setRoutingNumShards(parser.intValue()); - break; - case KEY_SYSTEM: - builder.system(parser.booleanValue()); - break; - case KEY_MAPPINGS_HASH: - logger.warn("Skipping mappings hash"); - parser.skipChildren(); - break; - default: - throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); - } - } else { - throw new IllegalArgumentException("Unexpected token " + token); - } - } - - return builder.build(); - } -} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java new file mode 100644 index 00000000..b041ec2d --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java @@ -0,0 +1,327 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.ExpandWildcard; +import co.elastic.clients.elasticsearch._types.RequestBase; +import co.elastic.clients.elasticsearch._types.SearchType; +import co.elastic.clients.elasticsearch._types.query_dsl.GeoDistanceQuery; +import co.elastic.clients.elasticsearch._types.query_dsl.GeoValidationMethod; +import co.elastic.clients.json.DelegatingDeserializer; +import co.elastic.clients.json.JsonEnums; +import co.elastic.clients.json.JsonpDeserializer; +import co.elastic.clients.json.JsonpMapper; +import co.elastic.clients.json.JsonpSerializable; +import co.elastic.clients.json.ObjectDeserializer; +import jakarta.json.stream.JsonGenerator; +import jakarta.json.stream.JsonParser; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; +import org.elasticsearch.action.ActionRequest; +import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.action.support.IndicesOptions; +import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; +import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; +import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters; +import org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileGridAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid; +import org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGrid; +import org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal; +import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram; +import org.elasticsearch.search.aggregations.bucket.histogram.VariableWidthHistogramAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing; +import org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedNested; +import org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested; +import org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange; +import org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange; +import org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance; +import org.elasticsearch.search.aggregations.bucket.range.ParsedRange; +import org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder; +import org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler; +import org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler; +import org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms; +import org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.LongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms; +import org.elasticsearch.search.aggregations.bucket.terms.SignificantStringTerms; +import org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms; +import org.elasticsearch.search.aggregations.bucket.terms.StringTerms; +import org.elasticsearch.search.aggregations.metrics.AvgAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.CardinalityAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.InternalHDRPercentiles; +import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentiles; +import org.elasticsearch.search.aggregations.metrics.MaxAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.MinAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ParsedAvg; +import org.elasticsearch.search.aggregations.metrics.ParsedCardinality; +import org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats; +import org.elasticsearch.search.aggregations.metrics.ParsedGeoBounds; +import org.elasticsearch.search.aggregations.metrics.ParsedGeoCentroid; +import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.ParsedHDRPercentiles; +import org.elasticsearch.search.aggregations.metrics.ParsedMax; +import org.elasticsearch.search.aggregations.metrics.ParsedMedianAbsoluteDeviation; +import org.elasticsearch.search.aggregations.metrics.ParsedMin; +import org.elasticsearch.search.aggregations.metrics.ParsedScriptedMetric; +import org.elasticsearch.search.aggregations.metrics.ParsedStats; +import org.elasticsearch.search.aggregations.metrics.ParsedSum; +import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentileRanks; +import org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentiles; +import org.elasticsearch.search.aggregations.metrics.ParsedTopHits; +import org.elasticsearch.search.aggregations.metrics.ParsedValueCount; +import org.elasticsearch.search.aggregations.metrics.ParsedWeightedAvg; +import org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.StatsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.SumAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder; +import org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue; +import org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedBucketMetricValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedExtendedStatsBucket; +import org.elasticsearch.search.aggregations.pipeline.ParsedPercentilesBucket; +import org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue; +import org.elasticsearch.search.aggregations.pipeline.ParsedStatsBucket; +import org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder; +import org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder; +import org.elasticsearch.xcontent.NamedXContentRegistry; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParserConfiguration; +import org.elasticsearch.xcontent.XContentType; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.io.UnsupportedEncodingException; +import java.lang.reflect.Field; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.nio.charset.StandardCharsets; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.EnumSet; +import java.util.List; +import java.util.Locale; +import java.util.Map; +import java.util.Objects; + +/** + * ActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 16:48 + */ +public abstract class ActionHandler { + + private static final Logger logger = LogManager.getLogger(ActionHandler.class); + + static { + try { + Field field = JsonEnums.Deserializer.class.getDeclaredField("lookupTable"); + field.setAccessible(true); + + @SuppressWarnings("unchecked") + Map lookupTable = (Map) field.get(GeoValidationMethod._DESERIALIZER); + for (GeoValidationMethod geoValidationMethod : GeoValidationMethod.values()) { + lookupTable.put(geoValidationMethod.jsonValue().toUpperCase(Locale.ROOT), geoValidationMethod); + } + } catch (NoSuchFieldException | IllegalAccessException e) { + throw new IllegalStateException(e); + } + + ((ObjectDeserializer) DelegatingDeserializer.unwrap(GeoDistanceQuery._DESERIALIZER)).add((builder, value) -> { + }, JsonpDeserializer.stringDeserializer(), "ignore_unmapped"); + } + + protected final ElasticsearchClient client; + protected final JsonpMapper jsonpMapper; + private final XContentParserConfiguration xContentParserConfiguration; + + public ActionHandler(ElasticsearchClient client) { + this.client = client; + this.jsonpMapper = client._jsonpMapper(); + this.xContentParserConfiguration = XContentParserConfiguration.EMPTY.withRegistry(new NamedXContentRegistry(Arrays.asList( + //new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), + //new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MissingAggregationBuilder.NAME), (p, c) -> ParsedMissing.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(NestedAggregationBuilder.NAME), (p, c) -> ParsedNested.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ReverseNestedAggregationBuilder.NAME), (p, c) -> ParsedReverseNested.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(IpRangeAggregationBuilder.NAME), (p, c) -> ParsedBinaryRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DateRangeAggregationBuilder.NAME), (p, c) -> ParsedDateRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoDistanceAggregationBuilder.NAME), (p, c) -> ParsedGeoDistance.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(RangeAggregationBuilder.NAME), (p, c) -> ParsedRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalSampler.PARSER_NAME), (p, c) -> ParsedSampler.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DoubleTerms.NAME), (p, c) -> ParsedDoubleTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(LongRareTerms.NAME), (p, c) -> ParsedLongRareTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(LongTerms.NAME), (p, c) -> ParsedLongTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SignificantLongTerms.NAME), (p, c) -> ParsedSignificantLongTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SignificantStringTerms.NAME), (p, c) -> ParsedSignificantStringTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StringRareTerms.NAME), (p, c) -> ParsedStringRareTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StringTerms.NAME), (p, c) -> ParsedStringTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(AvgAggregationBuilder.NAME), (p, c) -> ParsedAvg.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(CardinalityAggregationBuilder.NAME), (p, c) -> ParsedCardinality.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ExtendedStatsAggregationBuilder.NAME), (p, c) -> ParsedExtendedStats.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoBoundsAggregationBuilder.NAME), (p, c) -> ParsedGeoBounds.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoCentroidAggregationBuilder.NAME), (p, c) -> ParsedGeoCentroid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalHDRPercentileRanks.NAME), (p, c) -> ParsedHDRPercentileRanks.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalHDRPercentiles.NAME), (p, c) -> ParsedHDRPercentiles.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MaxAggregationBuilder.NAME), (p, c) -> ParsedMax.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MedianAbsoluteDeviationAggregationBuilder.NAME), (p, c) -> ParsedMedianAbsoluteDeviation.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MinAggregationBuilder.NAME), (p, c) -> ParsedMin.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ScriptedMetricAggregationBuilder.NAME), (p, c) -> ParsedScriptedMetric.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StatsAggregationBuilder.NAME), (p, c) -> ParsedStats.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SumAggregationBuilder.NAME), (p, c) -> ParsedSum.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalTDigestPercentileRanks.NAME), (p, c) -> ParsedTDigestPercentileRanks.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalTDigestPercentiles.NAME), (p, c) -> ParsedTDigestPercentiles.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(TopHitsAggregationBuilder.NAME), (p, c) -> ParsedTopHits.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), + //new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)) + //new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) + ))).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE); + } + + public abstract String getName(); + + public ToResponse handle(FromRequest request) throws IOException { + return convertResponse(doHandle(convertRequest(request))); + } + + protected abstract FromResponse doHandle(ToRequest request) throws IOException; + + protected abstract ToRequest convertRequest(FromRequest request) throws IOException; + + protected abstract ToResponse convertResponse(FromResponse response) throws IOException; + + protected SearchType getSearchType(org.elasticsearch.action.search.SearchType searchType) { + if (Objects.isNull(searchType)) { + return null; + } + switch (searchType) { + case QUERY_THEN_FETCH: + return SearchType.QueryThenFetch; + case DFS_QUERY_THEN_FETCH: + return SearchType.DfsQueryThenFetch; + default: + throw new IllegalArgumentException(); + } + } + + protected List getExpandWildcard(EnumSet states) { + List expandWildcards = new ArrayList<>(); + if (states.isEmpty()) { + expandWildcards.add(ExpandWildcard.None); + } else if (states.containsAll(EnumSet.allOf(IndicesOptions.WildcardStates.class))) { + expandWildcards.add(ExpandWildcard.All); + } else { + for (IndicesOptions.WildcardStates state : states) { + switch (state) { + case OPEN: + expandWildcards.add(ExpandWildcard.Open); + break; + case CLOSED: + expandWildcards.add(ExpandWildcard.Closed); + break; + case HIDDEN: + expandWildcards.add(ExpandWildcard.Hidden); + break; + default: + break; + } + } + } + return expandWildcards; + } + + protected TransportAddress parseAddress(String address) throws UnknownHostException { + int lastIndexOf = address.lastIndexOf(":"); + return new TransportAddress(InetAddress.getByName(address.substring(0, lastIndexOf)), Integer.parseInt(address.substring(lastIndexOf + 1))); + } + + protected R parseJson(T response, CheckedFunction xContentParserCallback) throws IOException { + String json = toJson(response); + return parseJson(json, xContentParserCallback); + } + + protected R parseJson(String json, CheckedFunction xContentParserCallback) throws IOException { + try (XContentParser parser = XContentType.JSON.xContent().createParser(this.xContentParserConfiguration, json)) { + return xContentParserCallback.apply(parser); + } + } + + protected String toJson(T object) { + String json = "{}"; + if (Objects.nonNull(object)) { + ByteArrayOutputStream baos = new ByteArrayOutputStream(); + try (JsonGenerator generator = this.jsonpMapper.jsonProvider().createGenerator(baos)) { + object.serialize(generator, this.jsonpMapper); + } + try { + json = baos.toString(StandardCharsets.UTF_8.name()); + } catch (UnsupportedEncodingException e) { + logger.warn("could not read json", e); + } + } + return json; + } + + protected T fromJson(String json, JsonpDeserializer deserializer) throws IOException { + Objects.requireNonNull(json, "json must not be null"); + Objects.requireNonNull(deserializer, "deserializer must not be null"); + + try (Reader reader = new StringReader(json); + JsonParser parser = jsonpMapper.jsonProvider().createParser(reader)) { + return deserializer.deserialize(parser, jsonpMapper); + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java new file mode 100644 index 00000000..eb61bd6f --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java @@ -0,0 +1,180 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Refresh; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.VersionType; +import co.elastic.clients.elasticsearch._types.WaitForActiveShards; +import co.elastic.clients.elasticsearch.core.BulkRequest; +import co.elastic.clients.elasticsearch.core.bulk.BulkOperation; +import co.elastic.clients.elasticsearch.core.bulk.CreateOperation; +import co.elastic.clients.elasticsearch.core.bulk.DeleteOperation; +import co.elastic.clients.elasticsearch.core.bulk.IndexOperation; +import co.elastic.clients.elasticsearch.core.bulk.UpdateAction; +import co.elastic.clients.elasticsearch.core.bulk.UpdateOperation; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.DocWriteRequest; +import org.elasticsearch.action.bulk.BulkAction; +import org.elasticsearch.action.bulk.BulkResponse; +import org.elasticsearch.action.delete.DeleteRequest; +import org.elasticsearch.action.index.IndexRequest; +import org.elasticsearch.action.support.ActiveShardCount; +import org.elasticsearch.action.support.WriteRequest; +import org.elasticsearch.action.update.UpdateRequest; +import org.elasticsearch.common.Strings; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import java.util.Set; + +/** + * BulkActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:06 + */ +public class BulkActionHandler extends ActionHandler { + + public BulkActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return BulkAction.NAME; + } + + @Override + protected co.elastic.clients.elasticsearch.core.BulkResponse doHandle(BulkRequest bulkRequest) throws IOException { + return client.bulk(bulkRequest); + } + + @Override + protected BulkRequest convertRequest(org.elasticsearch.action.bulk.BulkRequest bulkRequest) throws IOException { + BulkRequest.Builder builder = new BulkRequest.Builder(); + for (DocWriteRequest request : bulkRequest.requests()) { + switch (request.opType()) { + case INDEX: + IndexRequest indexRequest = (IndexRequest) request; + IndexOperation.Builder> indexOperationBuilder = new IndexOperation.Builder<>(); + indexOperationBuilder.id(indexRequest.id()); + indexOperationBuilder.index(indexRequest.index()); + indexOperationBuilder.routing(indexRequest.routing()); + indexOperationBuilder.ifPrimaryTerm(indexRequest.ifPrimaryTerm()); + indexOperationBuilder.ifSeqNo(indexRequest.ifSeqNo()); + indexOperationBuilder.pipeline(indexRequest.getPipeline()); + indexOperationBuilder.requireAlias(indexRequest.isRequireAlias()); + indexOperationBuilder.version(indexRequest.version()); + indexOperationBuilder.versionType(getVersionType(indexRequest.versionType())); + indexOperationBuilder.dynamicTemplates(indexRequest.getDynamicTemplates()); + indexOperationBuilder.document(indexRequest.sourceAsMap()); + builder.operations(BulkOperation.of(bo -> bo.index(indexOperationBuilder.build()))); + break; + case CREATE: + IndexRequest createRequest = (IndexRequest) request; + CreateOperation.Builder> createOperationBuilder = new CreateOperation.Builder<>(); + createOperationBuilder.id(createRequest.id()); + createOperationBuilder.index(createRequest.index()); + createOperationBuilder.routing(createRequest.routing()); + createOperationBuilder.ifPrimaryTerm(createRequest.ifPrimaryTerm()); + createOperationBuilder.ifSeqNo(createRequest.ifSeqNo()); + createOperationBuilder.pipeline(createRequest.getPipeline()); + createOperationBuilder.requireAlias(createRequest.isRequireAlias()); + createOperationBuilder.version(createRequest.version()); + createOperationBuilder.versionType(getVersionType(createRequest.versionType())); + createOperationBuilder.dynamicTemplates(createRequest.getDynamicTemplates()); + createOperationBuilder.document(createRequest.sourceAsMap()); + builder.operations(BulkOperation.of(bo -> bo.create(createOperationBuilder.build()))); + break; + case DELETE: + DeleteRequest deleteRequest = (DeleteRequest) request; + DeleteOperation.Builder deleteOperationBuilder = new DeleteOperation.Builder(); + deleteOperationBuilder.id(deleteRequest.id()); + deleteOperationBuilder.index(deleteRequest.index()); + deleteOperationBuilder.routing(deleteRequest.routing()); + deleteOperationBuilder.ifPrimaryTerm(deleteRequest.ifPrimaryTerm()); + deleteOperationBuilder.ifSeqNo(deleteRequest.ifSeqNo()); + deleteOperationBuilder.version(deleteRequest.version()); + deleteOperationBuilder.versionType(getVersionType(deleteRequest.versionType())); + builder.operations(BulkOperation.of(bo -> bo.delete(deleteOperationBuilder.build()))); + break; + case UPDATE: + UpdateRequest updateRequest = (UpdateRequest) request; + UpdateOperation.Builder, Map> updateOperationBuilder = new UpdateOperation.Builder<>(); + updateOperationBuilder.id(updateRequest.id()); + updateOperationBuilder.index(updateRequest.index()); + updateOperationBuilder.routing(updateRequest.routing()); + updateOperationBuilder.ifPrimaryTerm(updateRequest.ifPrimaryTerm()); + updateOperationBuilder.ifSeqNo(updateRequest.ifSeqNo()); + updateOperationBuilder.requireAlias(updateRequest.isRequireAlias()); + updateOperationBuilder.retryOnConflict(updateRequest.retryOnConflict()); + UpdateAction.Builder, Map> updateActionBuilder = new UpdateAction.Builder<>(); + try (Reader reader = new StringReader(Strings.toString(updateRequest)); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + updateActionBuilder.withJson(parser, this.jsonpMapper); + } + updateOperationBuilder.action(updateActionBuilder.build()); + builder.operations(BulkOperation.of(bo -> bo.update(updateOperationBuilder.build()))); + break; + default: + throw new IllegalArgumentException(); + } + } + Set indices = bulkRequest.getIndices(); + if (!indices.isEmpty()) { + builder.index(indices.iterator().next()); + } + builder.refresh(getRefreshPolicy(bulkRequest.getRefreshPolicy())); + builder.requireAlias(bulkRequest.requireAlias()); + builder.pipeline(bulkRequest.pipeline()); + builder.routing(bulkRequest.routing()); + Optional.ofNullable(bulkRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + ActiveShardCount activeShardCount = bulkRequest.waitForActiveShards(); + if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); + } + return builder.build(); + } + + @Override + protected BulkResponse convertResponse(co.elastic.clients.elasticsearch.core.BulkResponse bulkResponse) throws IOException { + return parseJson(bulkResponse, BulkResponse::fromXContent); + } + + private VersionType getVersionType(org.elasticsearch.index.VersionType versionType) { + if (Objects.isNull(versionType)) { + return null; + } + switch (versionType) { + case INTERNAL: + return VersionType.Internal; + case EXTERNAL: + return VersionType.External; + case EXTERNAL_GTE: + return VersionType.ExternalGte; + default: + throw new IllegalArgumentException(); + } + } + + private Refresh getRefreshPolicy(WriteRequest.RefreshPolicy refreshPolicy) { + if (Objects.isNull(refreshPolicy)) { + return null; + } + switch (refreshPolicy) { + case IMMEDIATE: + return Refresh.True; + case NONE: + return Refresh.False; + case WAIT_UNTIL: + return Refresh.WaitFor; + default: + throw new IllegalArgumentException(); + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java new file mode 100644 index 00000000..49f61c83 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java @@ -0,0 +1,398 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.cluster.StateRequest; +import co.elastic.clients.elasticsearch.cluster.StateResponse; +import jakarta.json.JsonObject; +import jakarta.json.JsonValue; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; +import org.elasticsearch.Version; +import org.elasticsearch.action.admin.cluster.state.ClusterStateAction; +import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest; +import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse; +import org.elasticsearch.action.admin.indices.rollover.RolloverInfo; +import org.elasticsearch.cluster.ClusterFeatures; +import org.elasticsearch.cluster.ClusterName; +import org.elasticsearch.cluster.ClusterState; +import org.elasticsearch.cluster.block.ClusterBlocks; +import org.elasticsearch.cluster.coordination.CoordinationMetadata; +import org.elasticsearch.cluster.metadata.AliasMetadata; +import org.elasticsearch.cluster.metadata.IndexMetadata; +import org.elasticsearch.cluster.metadata.IndexTemplateMetadata; +import org.elasticsearch.cluster.metadata.MappingMetadata; +import org.elasticsearch.cluster.metadata.Metadata; +import org.elasticsearch.cluster.metadata.ReservedStateMetadata; +import org.elasticsearch.cluster.node.DiscoveryNode; +import org.elasticsearch.cluster.node.DiscoveryNodeRole; +import org.elasticsearch.cluster.node.DiscoveryNodes; +import org.elasticsearch.cluster.node.VersionInformation; +import org.elasticsearch.cluster.routing.RoutingNodes; +import org.elasticsearch.cluster.routing.RoutingTable; +import org.elasticsearch.common.compress.CompressedXContent; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.common.unit.ByteSizeValue; +import org.elasticsearch.common.unit.RelativeByteSizeValue; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.health.metadata.HealthMetadata; +import org.elasticsearch.index.shard.IndexLongFieldRange; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import java.util.Set; +import java.util.stream.Collectors; + +/** + * ClusterStateActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 20:27 + */ +public class ClusterStateActionHandler extends ActionHandler { + + private static final Logger logger = LogManager.getLogger(ClusterStateActionHandler.class); + + private static final String EMPTY = ""; + private static final String KEY_CLUSTER_NAME = "cluster_name"; + private static final String KEY_VERSION = "version"; + private static final String KEY_STATE_UUID = "state_uuid"; + private static final String KEY_METADATA = "metadata"; + private static final String KEY_CLUSTER_COORDINATION = "cluster_coordination"; + private static final String KEY_SETTINGS = "settings"; + private static final String KEY_INDICES = "indices"; + private static final String KEK_HASHES_OF_CONSISTENT_SETTINGS = "hashes_of_consistent_settings"; + private static final String KEY_TEMPLATES = "templates"; + private static final String KEY_RESERVED_STATE = "reserved_state"; + private static final String KEY_CLUSTER_UUID = "cluster_uuid"; + private static final String KEY_CLUSTER_UUID_COMMITTED = "cluster_uuid_committed"; + private static final String KEY_IN_SYNC_ALLOCATIONS = "in_sync_allocations"; + private static final String KEY_MAPPING_VERSION = "mapping_version"; + private static final String KEY_SETTINGS_VERSION = "settings_version"; + private static final String KEY_ALIASES_VERSION = "aliases_version"; + private static final String KEY_ROUTING_NUM_SHARDS = "routing_num_shards"; + private static final String KEY_STATE = "state"; + private static final String KEY_MAPPINGS = "mappings"; + private static final String KEY_MAPPINGS_HASH = "mappings_hash"; + private static final String KEY_ALIASES = "aliases"; + private static final String KEY_ROLLOVER_INFOS = "rollover_info"; + private static final String KEY_WARMERS = "warmers"; + private static final String KEY_SYSTEM = "system"; + private static final String KEY_TIMESTAMP_RANGE = "timestamp_range"; + private static final String KEY_PRIMARY_TERMS = "primary_terms"; + private static final String KEY_NODES = "nodes"; + private static final String KEY_TRANSPORT_ADDRESS = "transport_address"; + private static final String KEY_ROLES = "roles"; + private static final String KEY_NAME = "name"; + private static final String KEY_EPHEMERAL = "ephemeral_id"; + private static final String KEY_ATTRIBUTES = "attributes"; + private static final String KEY_EXTERNAL_ID = "external_id"; + private static final String KEY_HIGH_WATERMARK = "high_watermark"; + private static final String KEY_HIGH_MAX_HEADROOM = "high_max_headroom"; + private static final String KEY_FLOOD_STAGE_WATERMARK = "flood_stage_watermark"; + private static final String KEY_FLOOD_STAGE_MAX_HEADROOM = "flood_stage_max_headroom"; + private static final String KEY_FROZEN_FLOOD_STAGE_WATERMARK = "frozen_flood_stage_watermark"; + private static final String KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM = "frozen_flood_stage_max_headroom"; + private static final String KEY_SHARD_LIMITS_TYPE = "shard_limits"; + private static final String KEY_MAX_SHARDS_PER_NODE = "max_shards_per_node"; + private static final String KEY_MAX_SHARDS_PER_NODE_FROZEN = "max_shards_per_node_frozen"; + + public ClusterStateActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return ClusterStateAction.NAME; + } + + @Override + protected StateResponse doHandle(StateRequest stateRequest) throws IOException { + return client.cluster().state(stateRequest); + } + + @Override + protected StateRequest convertRequest(ClusterStateRequest clusterStateRequest) throws IOException { + StateRequest.Builder builder = new StateRequest.Builder(); + builder.index(Arrays.asList(clusterStateRequest.indices())); + if (clusterStateRequest.routingTable()) { + builder.metric(ClusterState.Metric.ROUTING_TABLE.toString()); + } + if (clusterStateRequest.nodes()) { + builder.metric(ClusterState.Metric.NODES.toString()); + } + if (clusterStateRequest.metadata()) { + builder.metric(ClusterState.Metric.METADATA.toString()); + } + if (clusterStateRequest.blocks()) { + builder.metric(ClusterState.Metric.BLOCKS.toString()); + } + if (clusterStateRequest.customs()) { + builder.metric(ClusterState.Metric.CUSTOMS.toString()); + } + builder.local(clusterStateRequest.local()); + Optional.ofNullable(clusterStateRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(clusterStateRequest.waitForTimeout()).ifPresent(e -> builder.waitForTimeout(Time.of(t -> t.time(e.toString())))); + builder.waitForMetadataVersion(clusterStateRequest.waitForMetadataVersion()); + Optional.ofNullable(clusterStateRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @SuppressWarnings({"unchecked", "rawtypes"}) + @Override + protected ClusterStateResponse convertResponse(StateResponse stateResponse) throws IOException { + JsonObject jsonObject = stateResponse.valueBody().toJson().asJsonObject(); + String cn = jsonObject.getString(KEY_CLUSTER_NAME, EMPTY); + ClusterName clusterName = new ClusterName(cn); + int version = jsonObject.getInt(KEY_VERSION, 0); + String stateUUID = jsonObject.getString(KEY_STATE_UUID, EMPTY); + JsonObject metadataJson = jsonObject.getJsonObject(KEY_METADATA); + Metadata metadata = Objects.nonNull(metadataJson) ? parseJson(metadataJson.toString(), this::loadMetadataFromXContent) : + Metadata.EMPTY_METADATA; + DiscoveryNodes.Builder nodesBuilder = DiscoveryNodes.builder(); + JsonObject nodes = jsonObject.getJsonObject(KEY_NODES); + if (Objects.nonNull(nodes)) { + for (Map.Entry entry : nodes.entrySet()) { + JsonObject node = entry.getValue().asJsonObject(); + TransportAddress address = parseAddress(node.getString(KEY_TRANSPORT_ADDRESS)); + Set roles = node.getJsonArray(KEY_ROLES).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.toString()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); + nodesBuilder.add(new DiscoveryNode(node.getString(KEY_NAME), + entry.getKey(), + node.getString(KEY_EPHEMERAL), + address.address().getHostString(), + address.getAddress(), + address, + (Map) node.getJsonObject(KEY_ATTRIBUTES), + roles, + VersionInformation.inferVersions(Version.fromId(version)), + node.getString(KEY_EXTERNAL_ID))); + } + } + Map customs = new HashMap<>(5); + JsonObject health = jsonObject.getJsonObject(HealthMetadata.TYPE); + if (Objects.nonNull(health)) { + JsonObject disk = health.getJsonObject(HealthMetadata.Disk.TYPE); + JsonObject shardLimits = health.getJsonObject(KEY_SHARD_LIMITS_TYPE); + customs.put(HealthMetadata.TYPE, new HealthMetadata(new HealthMetadata.Disk( + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_HIGH_WATERMARK), KEY_HIGH_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_HIGH_MAX_HEADROOM), KEY_HIGH_MAX_HEADROOM), + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FLOOD_STAGE_WATERMARK), KEY_FLOOD_STAGE_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FLOOD_STAGE_MAX_HEADROOM), KEY_FLOOD_STAGE_MAX_HEADROOM), + RelativeByteSizeValue.parseRelativeByteSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_WATERMARK), KEY_FROZEN_FLOOD_STAGE_WATERMARK), + ByteSizeValue.parseBytesSizeValue(disk.getString(KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM), KEY_FROZEN_FLOOD_STAGE_MAX_HEADROOM)), + new HealthMetadata.ShardLimits(shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE), shardLimits.getInt(KEY_MAX_SHARDS_PER_NODE_FROZEN)))); + } + RoutingTable routingTable = RoutingTable.EMPTY_ROUTING_TABLE; + ClusterBlocks blocks = ClusterBlocks.EMPTY_CLUSTER_BLOCK; + RoutingNodes routingNodes = RoutingNodes.immutable(RoutingTable.EMPTY_ROUTING_TABLE, DiscoveryNodes.EMPTY_NODES); + return new ClusterStateResponse(clusterName, + new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), Collections.emptyMap(), new ClusterFeatures(Collections.emptyMap()), blocks, customs, false, routingNodes), + false); + } + + private Metadata loadMetadataFromXContent(XContentParser parser) throws IOException { + Metadata.Builder builder = new Metadata.Builder(); + + XContentParser.Token token = parser.nextToken(); + String currentFieldName = parser.currentName(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token == XContentParser.Token.START_OBJECT) { + switch (currentFieldName) { + case KEY_CLUSTER_COORDINATION: + builder.coordinationMetadata(CoordinationMetadata.fromXContent(parser)); + break; + case KEY_SETTINGS: + builder.persistentSettings(Settings.fromXContent(parser)); + break; + case KEY_INDICES: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(loadIndexMetadataFromXContent(parser), false); + } + break; + case KEK_HASHES_OF_CONSISTENT_SETTINGS: + builder.hashesOfConsistentSettings(parser.mapStrings()); + break; + case KEY_TEMPLATES: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(IndexTemplateMetadata.Builder.fromXContent(parser, parser.currentName())); + } + break; + case KEY_RESERVED_STATE: + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + builder.put(ReservedStateMetadata.fromXContent(parser)); + } + break; + default: + logger.warn("Skipping custom object with type {}", currentFieldName); + parser.skipChildren(); + break; + } + } else if (token.isValue()) { + if (KEY_VERSION.equals(currentFieldName)) { + builder.version(parser.longValue()); + } else if (KEY_CLUSTER_UUID.equals(currentFieldName) || "uuid".equals(currentFieldName)) { + builder.clusterUUID(parser.text()); + } else if (KEY_CLUSTER_UUID_COMMITTED.equals(currentFieldName)) { + builder.clusterUUIDCommitted(parser.booleanValue()); + } else { + throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); + } + } else { + throw new IllegalArgumentException("Unexpected token " + token); + } + } + + return builder.build(); + } + + private IndexMetadata loadIndexMetadataFromXContent(XContentParser parser) throws IOException { + if (parser.currentToken() == null) { + parser.nextToken(); + } + if (parser.currentToken() == XContentParser.Token.START_OBJECT) { + parser.nextToken(); + } + XContentParserUtils.ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); + IndexMetadata.Builder builder = new IndexMetadata.Builder(parser.currentName()); + + String currentFieldName; + XContentParser.Token token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + if (token == XContentParser.Token.START_OBJECT) { + switch (currentFieldName) { + case KEY_SETTINGS: + builder.settings(Settings.fromXContent(parser)); + break; + case KEY_MAPPINGS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + Map mapping = new HashMap<>(1); + mapping.put(currentFieldName, parser.mapOrdered()); + builder.putMapping(new MappingMetadata(currentFieldName, mapping)); + } + break; + case KEY_ALIASES: + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + builder.putAlias(AliasMetadata.Builder.fromXContent(parser)); + } + break; + case KEY_IN_SYNC_ALLOCATIONS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_ARRAY, token, parser); + final int shardId = Integer.parseInt(currentFieldName); + Set allocationIds = new HashSet<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + if (token == XContentParser.Token.VALUE_STRING) { + allocationIds.add(parser.text()); + } + } + builder.putInSyncAllocationIds(shardId, allocationIds); + } + break; + case KEY_ROLLOVER_INFOS: + while ((currentFieldName = parser.nextFieldName()) != null) { + token = parser.nextToken(); + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + builder.putRolloverInfo(RolloverInfo.parse(parser, currentFieldName)); + } + break; + case KEY_WARMERS: + assert Version.CURRENT.major <= 5; + parser.skipChildren(); + break; + case KEY_TIMESTAMP_RANGE: + builder.timestampRange(IndexLongFieldRange.fromXContent(parser)); + break; + default: + // assume it's custom index metadata + builder.putCustom(currentFieldName, parser.mapStrings()); + break; + } + } else if (token == XContentParser.Token.START_ARRAY) { + switch (currentFieldName) { + case KEY_MAPPINGS: + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + if (token == XContentParser.Token.VALUE_EMBEDDED_OBJECT) { + builder.putMapping(new MappingMetadata(new CompressedXContent(parser.binaryValue()))); + } else { + Map mapping = parser.mapOrdered(); + if (mapping.size() == 1) { + String mappingType = mapping.keySet().iterator().next(); + builder.putMapping(new MappingMetadata(mappingType, mapping)); + } + } + } + break; + case KEY_PRIMARY_TERMS: + int i = 0; + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + XContentParserUtils.ensureExpectedToken(XContentParser.Token.VALUE_NUMBER, token, parser); + builder.primaryTerm(i++, parser.longValue()); + } + break; + case KEY_ALIASES: + logger.warn("Skipping aliases"); + parser.skipChildren(); + break; + default: + throw new IllegalArgumentException("Unexpected field for an array " + currentFieldName); + } + } else if (token.isValue()) { + switch (currentFieldName) { + case KEY_STATE: + builder.state(IndexMetadata.State.fromString(parser.text())); + break; + case KEY_VERSION: + builder.version(parser.longValue()); + break; + case KEY_MAPPING_VERSION: + builder.mappingVersion(parser.longValue()); + break; + case KEY_SETTINGS_VERSION: + builder.settingsVersion(parser.longValue()); + break; + case KEY_ALIASES_VERSION: + builder.aliasesVersion(parser.longValue()); + break; + case KEY_ROUTING_NUM_SHARDS: + builder.setRoutingNumShards(parser.intValue()); + break; + case KEY_SYSTEM: + builder.system(parser.booleanValue()); + break; + case KEY_MAPPINGS_HASH: + logger.warn("Skipping mappings hash"); + parser.skipChildren(); + break; + default: + throw new IllegalArgumentException("Unexpected field [" + currentFieldName + "]"); + } + } else { + throw new IllegalArgumentException("Unexpected token " + token); + } + } + + return builder.build(); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java new file mode 100644 index 00000000..59e97603 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java @@ -0,0 +1,57 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.cluster.PutClusterSettingsRequest; +import co.elastic.clients.elasticsearch.cluster.PutClusterSettingsResponse; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; +import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse; +import org.elasticsearch.common.Strings; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Optional; + +/** + * ClusterUpdateSettingsActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 17:14 + */ +public class ClusterUpdateSettingsActionHandler extends ActionHandler { + + public ClusterUpdateSettingsActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return ClusterUpdateSettingsAction.NAME; + } + + @Override + protected PutClusterSettingsResponse doHandle(PutClusterSettingsRequest putClusterSettingsRequest) throws IOException { + return client.cluster().putSettings(putClusterSettingsRequest); + } + + @Override + protected PutClusterSettingsRequest convertRequest(ClusterUpdateSettingsRequest clusterUpdateSettingsRequest) throws IOException { + PutClusterSettingsRequest.Builder builder = new PutClusterSettingsRequest.Builder(); + try (Reader reader = new StringReader(Strings.toString(clusterUpdateSettingsRequest)); + JsonParser parser = jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, jsonpMapper); + } + Optional.ofNullable(clusterUpdateSettingsRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(clusterUpdateSettingsRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + @Override + protected ClusterUpdateSettingsResponse convertResponse(PutClusterSettingsResponse putClusterSettingsResponse) throws IOException { + return parseJson(putClusterSettingsResponse, ClusterUpdateSettingsResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java new file mode 100644 index 00000000..86b366b2 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java @@ -0,0 +1,87 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.WaitForActiveShards; +import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; +import co.elastic.clients.elasticsearch.indices.Alias; +import co.elastic.clients.elasticsearch.indices.CreateIndexRequest; +import co.elastic.clients.elasticsearch.indices.IndexSettings; +import org.elasticsearch.action.admin.indices.create.CreateIndexAction; +import org.elasticsearch.action.admin.indices.create.CreateIndexResponse; +import org.elasticsearch.action.support.ActiveShardCount; +import org.elasticsearch.common.bytes.BytesReference; +import org.elasticsearch.common.xcontent.XContentHelper; +import org.elasticsearch.core.Tuple; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; + +import java.io.IOException; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; + +/** + * CreateIndexActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 21:53 + */ +public class CreateIndexActionHandler extends ActionHandler { + + public CreateIndexActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return CreateIndexAction.NAME; + } + + @Override + protected co.elastic.clients.elasticsearch.indices.CreateIndexResponse doHandle(CreateIndexRequest createIndexRequest) throws IOException { + return client.indices().create(createIndexRequest); + } + + @SuppressWarnings({"unchecked", "rawtypes"}) + @Override + protected CreateIndexRequest convertRequest(org.elasticsearch.action.admin.indices.create.CreateIndexRequest createIndexRequest) throws IOException { + CreateIndexRequest.Builder builder = new CreateIndexRequest.Builder(); + builder.index(createIndexRequest.index()); + builder.mappings(fromJson(createIndexRequest.mappings(), TypeMapping._DESERIALIZER)); + builder.settings(fromJson(createIndexRequest.settings().toString(), IndexSettings._DESERIALIZER)); + Optional.ofNullable(createIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(createIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + ActiveShardCount activeShardCount = createIndexRequest.waitForActiveShards(); + if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(activeShardCount.value()))); + } + for (org.elasticsearch.action.admin.indices.alias.Alias alias : createIndexRequest.aliases()) { + BytesReference bytesReference; + try (XContentBuilder aliasBuilder = XContentFactory.jsonBuilder()) { + aliasBuilder.startObject(); + alias.toXContent(aliasBuilder, ToXContent.EMPTY_PARAMS); + aliasBuilder.endObject(); + bytesReference = BytesReference.bytes(aliasBuilder); + } + Tuple> tuple = XContentHelper.convertToMap(bytesReference, true, XContentType.JSON); + for (Map.Entry entry : tuple.v2().entrySet()) { + String key = entry.getKey(); + try (XContentBuilder mapBuilder = XContentFactory.jsonBuilder()) { + mapBuilder.map((Map) entry.getValue()); + bytesReference = BytesReference.bytes(mapBuilder); + } + builder.aliases(key, fromJson(bytesReference.utf8ToString(), Alias._DESERIALIZER)); + } + } + return builder.build(); + } + + @Override + protected CreateIndexResponse convertResponse(co.elastic.clients.elasticsearch.indices.CreateIndexResponse createIndexResponse) throws IOException { + return parseJson(createIndexResponse, CreateIndexResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java new file mode 100644 index 00000000..20ee69f2 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java @@ -0,0 +1,87 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Conflicts; +import co.elastic.clients.elasticsearch._types.Slices; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.WaitForActiveShards; +import co.elastic.clients.elasticsearch.core.DeleteByQueryRequest; +import co.elastic.clients.elasticsearch.core.DeleteByQueryResponse; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.search.SearchRequest; +import org.elasticsearch.action.support.ActiveShardCount; +import org.elasticsearch.common.Strings; +import org.elasticsearch.index.reindex.BulkByScrollResponse; +import org.elasticsearch.index.reindex.DeleteByQueryAction; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Arrays; +import java.util.Objects; +import java.util.Optional; + +/** + * DeleteByQueryActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:29 + */ +public class DeleteByQueryActionHandler extends ActionHandler { + + public DeleteByQueryActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return DeleteByQueryAction.NAME; + } + + @Override + protected DeleteByQueryResponse doHandle(DeleteByQueryRequest deleteByQueryRequest) throws IOException { + return client.deleteByQuery(deleteByQueryRequest); + } + + @Override + protected DeleteByQueryRequest convertRequest(org.elasticsearch.index.reindex.DeleteByQueryRequest deleteByQueryRequest) throws IOException { + DeleteByQueryRequest.Builder builder = new DeleteByQueryRequest.Builder(); + SearchRequest searchRequest = deleteByQueryRequest.getSearchRequest(); + if (Objects.nonNull(searchRequest)) { + try (Reader reader = new StringReader(Strings.toString(deleteByQueryRequest)); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + builder.requestCache(searchRequest.requestCache()); + builder.preference(searchRequest.preference()); + builder.searchType(getSearchType(searchRequest.searchType())); + } + builder.conflicts(deleteByQueryRequest.isAbortOnVersionConflict() ? Conflicts.Abort : Conflicts.Proceed); + builder.index(Arrays.asList(deleteByQueryRequest.indices())); + builder.routing(deleteByQueryRequest.getRouting()); + if (deleteByQueryRequest.getMaxDocs() > -1) { + builder.maxDocs((long) deleteByQueryRequest.getMaxDocs()); + } + builder.requestsPerSecond(deleteByQueryRequest.getRequestsPerSecond()); + builder.refresh(deleteByQueryRequest.isRefresh()); + ActiveShardCount waitForActiveShards = deleteByQueryRequest.getWaitForActiveShards(); + if (Objects.nonNull(waitForActiveShards) && waitForActiveShards.value() > -1) { + builder.waitForActiveShards(WaitForActiveShards.of(w -> w.count(waitForActiveShards.value()))); + } + builder.slices(Slices.of(s -> s.value(deleteByQueryRequest.getSlices()))); + Optional.ofNullable(deleteByQueryRequest.getScrollTime()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteByQueryRequest.getTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteByQueryRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @Override + protected BulkByScrollResponse convertResponse(DeleteByQueryResponse deleteByQueryResponse) throws IOException { + return parseJson(deleteByQueryResponse, BulkByScrollResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java new file mode 100644 index 00000000..ab72973e --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java @@ -0,0 +1,55 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.indices.DeleteIndexRequest; +import co.elastic.clients.elasticsearch.indices.DeleteIndexResponse; +import org.elasticsearch.action.admin.indices.delete.DeleteIndexAction; +import org.elasticsearch.action.support.master.AcknowledgedResponse; + +import java.io.IOException; +import java.util.Arrays; +import java.util.Optional; + +/** + * DeleteIndexActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 21:30 + */ +public class DeleteIndexActionHandler extends ActionHandler { + + public DeleteIndexActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return DeleteIndexAction.NAME; + } + + @Override + protected DeleteIndexResponse doHandle(DeleteIndexRequest deleteIndexRequest) throws IOException { + return client.indices().delete(deleteIndexRequest); + } + + @Override + protected DeleteIndexRequest convertRequest(org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest deleteIndexRequest) throws IOException { + DeleteIndexRequest.Builder builder = new DeleteIndexRequest.Builder(); + builder.index(Arrays.asList(deleteIndexRequest.indices())); + Optional.ofNullable(deleteIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteIndexRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @Override + protected AcknowledgedResponse convertResponse(DeleteIndexResponse deleteIndexResponse) throws IOException { + return parseJson(deleteIndexResponse, AcknowledgedResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java new file mode 100644 index 00000000..7bf8c9d6 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java @@ -0,0 +1,123 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch._types.mapping.TypeMapping; +import co.elastic.clients.elasticsearch.indices.Alias; +import co.elastic.clients.elasticsearch.indices.GetIndexRequest; +import co.elastic.clients.elasticsearch.indices.IndexSettings; +import co.elastic.clients.elasticsearch.indices.IndexState; +import co.elastic.clients.elasticsearch.indices.get.Feature; +import org.elasticsearch.action.admin.indices.get.GetIndexAction; +import org.elasticsearch.action.admin.indices.get.GetIndexResponse; +import org.elasticsearch.cluster.metadata.AliasMetadata; +import org.elasticsearch.cluster.metadata.MappingMetadata; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.index.mapper.MapperService; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; + +/** + * GetIndexActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 21:46 + */ +public class GetIndexActionHandler extends ActionHandler { + + public GetIndexActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return GetIndexAction.NAME; + } + + @Override + protected co.elastic.clients.elasticsearch.indices.GetIndexResponse doHandle(GetIndexRequest getIndexRequest) throws IOException { + return client.indices().get(getIndexRequest); + } + + @Override + protected GetIndexRequest convertRequest(org.elasticsearch.action.admin.indices.get.GetIndexRequest getIndexRequest) throws IOException { + GetIndexRequest.Builder builder = new GetIndexRequest.Builder(); + builder.index(Arrays.asList(getIndexRequest.indices())); + builder.includeDefaults(getIndexRequest.includeDefaults()); + builder.local(getIndexRequest.local()); + for (org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature : getIndexRequest.features()) { + builder.features(getFeature(feature)); + } + Optional.ofNullable(getIndexRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + Optional.ofNullable(getIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + @Override + protected GetIndexResponse convertResponse(co.elastic.clients.elasticsearch.indices.GetIndexResponse getIndexResponse) throws IOException { + Map indexStateMap = getIndexResponse.result(); + int size = indexStateMap.size(); + String[] indices = new String[size]; + Map mappings = new HashMap<>(size); + Map> aliases = new HashMap<>(size); + Map settings = new HashMap<>(size); + Map defaultSettings = new HashMap<>(size); + Map dataStreams = new HashMap<>(size); + int i = 0; + for (Map.Entry entry : indexStateMap.entrySet()) { + String index = entry.getKey(); + IndexState indexState = entry.getValue(); + indices[i++] = index; + TypeMapping typeMapping = indexState.mappings(); + Map mapping = new HashMap<>(1); + if (Objects.nonNull(typeMapping)) { + mapping.put(MapperService.SINGLE_MAPPING_NAME, parseJson(typeMapping, XContentParser::mapOrdered)); + } + mappings.put(index, new MappingMetadata(MapperService.SINGLE_MAPPING_NAME, mapping)); + Map aliasMap = indexState.aliases(); + if (Objects.nonNull(aliasMap)) { + List aliasMetadataList = new ArrayList<>(aliasMap.size()); + for (Map.Entry aliasEntry : aliasMap.entrySet()) { + aliasMetadataList.add(parseJson(String.format("{\"%s\":%s}", aliasEntry.getKey(), toJson(aliasEntry.getValue())), parser -> { + parser.nextToken(); + parser.nextToken(); + return AliasMetadata.Builder.fromXContent(parser); + })); + } + aliases.put(index, aliasMetadataList); + } + IndexSettings indexSettings = indexState.settings(); + settings.put(index, Objects.nonNull(indexSettings) ? parseJson(toJson(indexSettings), Settings::fromXContent) : Settings.EMPTY); + IndexSettings defaults = indexState.defaults(); + defaultSettings.put(index, Objects.nonNull(defaults) ? parseJson(toJson(defaults), Settings::fromXContent) : Settings.EMPTY); + dataStreams.put(index, indexState.dataStream()); + } + return new GetIndexResponse(indices, mappings, aliases, settings, defaultSettings, dataStreams); + } + + private Feature getFeature(org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature feature) { + switch (feature) { + case ALIASES: + return Feature.Aliases; + case MAPPINGS: + return Feature.Mappings; + case SETTINGS: + return Feature.Settings; + default: + throw new IllegalArgumentException(); + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java new file mode 100644 index 00000000..ec5f7db3 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java @@ -0,0 +1,89 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch.core.MsearchRequest; +import co.elastic.clients.elasticsearch.core.MsearchResponse; +import co.elastic.clients.elasticsearch.core.msearch.MultisearchBody; +import co.elastic.clients.elasticsearch.core.msearch.MultisearchHeader; +import co.elastic.clients.elasticsearch.core.msearch.RequestItem; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.search.MultiSearchRequest; +import org.elasticsearch.action.search.MultiSearchResponse; +import org.elasticsearch.action.search.SearchRequest; +import org.elasticsearch.action.search.TransportMultiSearchAction; +import org.elasticsearch.common.Strings; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Arrays; +import java.util.Optional; + +/** + * MultiSearchActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:25 + */ +public class MultiSearchActionHandler extends ActionHandler, MultiSearchResponse> { + + public MultiSearchActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return TransportMultiSearchAction.TYPE.name(); + } + + @Override + protected MsearchResponse doHandle(MsearchRequest msearchRequest) throws IOException { + return client.msearch(msearchRequest, Object.class); + } + + @Override + protected MsearchRequest convertRequest(MultiSearchRequest multiSearchRequest) throws IOException { + MsearchRequest.Builder builder = new MsearchRequest.Builder(); + if (multiSearchRequest.maxConcurrentSearchRequests() > 0) { + builder.maxConcurrentSearches((long) multiSearchRequest.maxConcurrentSearchRequests()); + } + for (SearchRequest request : multiSearchRequest.requests()) { + MultisearchHeader.Builder msearchHeaderBuilder = new MultisearchHeader.Builder(); + msearchHeaderBuilder.index(Arrays.asList(request.indices())); + msearchHeaderBuilder.requestCache(request.requestCache()); + msearchHeaderBuilder.allowPartialSearchResults(request.allowPartialSearchResults()); + msearchHeaderBuilder.ccsMinimizeRoundtrips(request.isCcsMinimizeRoundtrips()); + msearchHeaderBuilder.preference(request.preference()); + msearchHeaderBuilder.routing(request.routing()); + msearchHeaderBuilder.searchType(getSearchType(request.searchType())); + Optional.ofNullable(request.indicesOptions()).ifPresent(options -> { + msearchHeaderBuilder.allowNoIndices(options.allowNoIndices()); + msearchHeaderBuilder.ignoreUnavailable(options.ignoreUnavailable()); + msearchHeaderBuilder.expandWildcards(getExpandWildcard(options.expandWildcards())); + msearchHeaderBuilder.ignoreThrottled(options.ignoreThrottled()); + }); + + MultisearchBody.Builder msearchBodyBuilder = new MultisearchBody.Builder(); + try (Reader reader = new StringReader(Strings.toString(request.source())); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + msearchBodyBuilder.withJson(parser, this.jsonpMapper); + } + RequestItem.Builder requestItemBuilder = new RequestItem.Builder(); + requestItemBuilder.header(msearchHeaderBuilder.build()); + requestItemBuilder.body(msearchBodyBuilder.build()); + builder.searches(requestItemBuilder.build()); + } + Optional.ofNullable(multiSearchRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @Override + protected MultiSearchResponse convertResponse(MsearchResponse msearchResponse) throws IOException { + return parseJson(msearchResponse, MultiSearchResponse::fromXContext); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java new file mode 100644 index 00000000..ddd37a98 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java @@ -0,0 +1,163 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.nodes.NodesInfoRequest; +import co.elastic.clients.elasticsearch.nodes.info.NodeInfo; +import co.elastic.clients.elasticsearch.nodes.info.NodeInfoHttp; +import co.elastic.clients.elasticsearch.nodes.info.NodeOperatingSystemInfo; +import co.elastic.clients.elasticsearch.nodes.info.NodeProcessInfo; +import co.elastic.clients.elasticsearch.nodes.info.NodeThreadPoolInfo; +import org.elasticsearch.Build; +import org.elasticsearch.TransportVersion; +import org.elasticsearch.Version; +import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; +import org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules; +import org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction; +import org.elasticsearch.cluster.ClusterName; +import org.elasticsearch.cluster.node.DiscoveryNode; +import org.elasticsearch.cluster.node.DiscoveryNodeRole; +import org.elasticsearch.cluster.node.VersionInformation; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.transport.BoundTransportAddress; +import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.common.unit.ByteSizeValue; +import org.elasticsearch.common.unit.Processors; +import org.elasticsearch.common.unit.SizeValue; +import org.elasticsearch.core.TimeValue; +import org.elasticsearch.http.HttpInfo; +import org.elasticsearch.index.IndexVersion; +import org.elasticsearch.ingest.IngestInfo; +import org.elasticsearch.monitor.jvm.JvmInfo; +import org.elasticsearch.monitor.os.OsInfo; +import org.elasticsearch.monitor.process.ProcessInfo; +import org.elasticsearch.search.aggregations.support.AggregationInfo; +import org.elasticsearch.threadpool.ThreadPool; +import org.elasticsearch.threadpool.ThreadPoolInfo; +import org.elasticsearch.transport.TransportInfo; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import java.util.Set; +import java.util.stream.Collectors; + +/** + * NodesInfoActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 21:09 + */ +public class NodesInfoActionHandler extends ActionHandler { + + private static final String KEY_KEEP_ALIVE = "keep_alive"; + + public NodesInfoActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return TransportNodesInfoAction.TYPE.name(); + } + + @Override + protected co.elastic.clients.elasticsearch.nodes.NodesInfoResponse doHandle(NodesInfoRequest nodesInfoRequest) throws IOException { + return client.nodes().info(nodesInfoRequest); + } + + @Override + protected NodesInfoRequest convertRequest(org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest nodesInfoRequest) throws IOException { + NodesInfoRequest.Builder builder = new NodesInfoRequest.Builder(); + builder.metric(new ArrayList<>(nodesInfoRequest.requestedMetrics())); + builder.nodeId(Arrays.asList(nodesInfoRequest.nodesIds())); + Optional.ofNullable(nodesInfoRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + @Override + protected NodesInfoResponse convertResponse(co.elastic.clients.elasticsearch.nodes.NodesInfoResponse nodesInfoResponse) throws IOException { + Map nodeInfoMap = nodesInfoResponse.nodes(); + List nodes = new ArrayList<>(); + if (Objects.nonNull(nodeInfoMap)) { + for (Map.Entry entry : nodeInfoMap.entrySet()) { + co.elastic.clients.elasticsearch.nodes.info.NodeInfo nodeInfo = entry.getValue(); + Version version = Version.fromString(nodeInfo.version()); + Build.Type type = Build.Type.fromDisplayName(nodeInfo.buildType(), false); + String hash = nodeInfo.buildHash(); + String date = "unknown"; + String minWireCompat = Version.CURRENT.minimumCompatibilityVersion().toString(); + String minIndexCompat = IndexVersion.getMinimumCompatibleIndexVersion(version.id()).toString(); + String displayString = Build.defaultDisplayString(type, hash, date, nodeInfo.version()); + Build build = new Build("default", type, hash, date, nodeInfo.version(), System.getProperty("build.version_qualifier"), false, minWireCompat, minIndexCompat, displayString); + Set roles = Optional.ofNullable(nodeInfo.roles()).orElse(Collections.emptyList()).stream().map(e -> DiscoveryNodeRole.maybeGetRoleFromRoleName(e.jsonValue()).orElse(null)).filter(Objects::nonNull).collect(Collectors.toSet()); + DiscoveryNode node = new DiscoveryNode(nodeInfo.name(), entry.getKey(), + parseAddress(nodeInfo.transportAddress()), + nodeInfo.attributes(), roles, VersionInformation.inferVersions(version)); + Settings settings = parseJson(nodeInfo.settings(), Settings::fromXContent); + OsInfo os = null; + NodeOperatingSystemInfo systemInfo = nodeInfo.os(); + if (Objects.nonNull(systemInfo)) { + Integer allocatedProcessors = systemInfo.allocatedProcessors(); + os = new OsInfo(systemInfo.refreshIntervalInMillis(), systemInfo.availableProcessors(), + Processors.of(Objects.nonNull(allocatedProcessors) ? allocatedProcessors.doubleValue() : null), + systemInfo.name(), + systemInfo.prettyName(), + systemInfo.arch(), + systemInfo.version()); + } + ProcessInfo process = null; + NodeProcessInfo processInfo = nodeInfo.process(); + if (Objects.nonNull(processInfo)) { + process = new ProcessInfo(processInfo.id(), processInfo.mlockall(), processInfo.refreshIntervalInMillis()); + } + JvmInfo jvm = null; + ThreadPoolInfo threadPool = null; + Map threadPoolInfoMap = nodeInfo.threadPool(); + if (Objects.nonNull(threadPoolInfoMap)) { + List infos = new ArrayList<>(threadPoolInfoMap.size()); + for (Map.Entry infoEntry : threadPoolInfoMap.entrySet()) { + NodeThreadPoolInfo threadPoolInfo = infoEntry.getValue(); + Time keepAlive = threadPoolInfo.keepAlive(); + infos.add(new ThreadPool.Info( + infoEntry.getKey(), + ThreadPool.ThreadPoolType.fromType(threadPoolInfo.type()), + Optional.ofNullable(threadPoolInfo.core()).orElse(-1), + Optional.ofNullable(threadPoolInfo.max()).orElse(-1), + Objects.nonNull(keepAlive) ? TimeValue.parseTimeValue(keepAlive.time(), KEY_KEEP_ALIVE) : null, + threadPoolInfo.queueSize() >= 0 ? SizeValue.parseSizeValue(String.valueOf(threadPoolInfo.queueSize())) : null)); + } + threadPool = new ThreadPoolInfo(infos); + } + TransportInfo transport = null; + HttpInfo http = null; + NodeInfoHttp nodeInfoHttp = nodeInfo.http(); + if (Objects.nonNull(nodeInfoHttp)) { + List boundAddress = nodeInfoHttp.boundAddress(); + int size = boundAddress.size(); + TransportAddress[] boundAddressArr = new TransportAddress[size]; + for (int i = 0; i < size; i++) { + boundAddressArr[i] = parseAddress(boundAddress.get(i)); + } + http = new HttpInfo(new BoundTransportAddress(boundAddressArr, parseAddress(nodeInfoHttp.publishAddress())), + nodeInfoHttp.maxContentLengthInBytes()); + } + PluginsAndModules plugins = null; + IngestInfo ingest = null; + AggregationInfo aggsInfo = null; + ByteSizeValue totalIndexingBuffer = null; + if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { + totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); + } + nodes.add(new org.elasticsearch.action.admin.cluster.node.info.NodeInfo(nodeInfo.version(), TransportVersion.current(), IndexVersion.current(), Collections.emptyMap(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); + } + } + return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java new file mode 100644 index 00000000..70b387dd --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java @@ -0,0 +1,66 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.indices.PutMappingRequest; +import co.elastic.clients.elasticsearch.indices.PutMappingResponse; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction; +import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.common.Strings; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Arrays; +import java.util.Optional; + +/** + * PutMappingActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 21:37 + */ +public class PutMappingActionHandler extends ActionHandler { + + public PutMappingActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return PutMappingAction.NAME; + } + + @Override + protected PutMappingResponse doHandle(PutMappingRequest putMappingRequest) throws IOException { + return client.indices().putMapping(putMappingRequest); + } + + @Override + protected PutMappingRequest convertRequest(org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest putMappingRequest) throws IOException { + PutMappingRequest.Builder builder = new PutMappingRequest.Builder(); + if (Strings.hasLength(putMappingRequest.source())) { + try (Reader reader = new StringReader(putMappingRequest.source()); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + } + builder.index(Arrays.asList(putMappingRequest.indices())); + builder.writeIndexOnly(putMappingRequest.writeIndexOnly()); + Optional.ofNullable(putMappingRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + Optional.ofNullable(putMappingRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(putMappingRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); + return builder.build(); + } + + @Override + protected AcknowledgedResponse convertResponse(PutMappingResponse putMappingResponse) throws IOException { + return parseJson(putMappingResponse, AcknowledgedResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java new file mode 100644 index 00000000..445c3d19 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java @@ -0,0 +1,51 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch.indices.RefreshRequest; +import org.elasticsearch.action.admin.indices.refresh.RefreshAction; +import org.elasticsearch.action.admin.indices.refresh.RefreshResponse; + +import java.io.IOException; +import java.util.Arrays; +import java.util.Optional; + +/** + * RefreshActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:02 + */ +public class RefreshActionHandler extends ActionHandler { + + public RefreshActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return RefreshAction.NAME; + } + + @Override + protected co.elastic.clients.elasticsearch.indices.RefreshResponse doHandle(RefreshRequest refreshRequest) throws IOException { + return client.indices().refresh(refreshRequest); + } + + @Override + protected RefreshRequest convertRequest(org.elasticsearch.action.admin.indices.refresh.RefreshRequest refreshRequest) throws IOException { + RefreshRequest.Builder builder = new RefreshRequest.Builder(); + builder.index(Arrays.asList(refreshRequest.indices())); + Optional.ofNullable(refreshRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @Override + protected RefreshResponse convertResponse(co.elastic.clients.elasticsearch.indices.RefreshResponse refreshResponse) throws IOException { + return parseJson(refreshResponse, RefreshResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java new file mode 100644 index 00000000..578d1695 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java @@ -0,0 +1,70 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.core.SearchRequest; +import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.action.search.TransportSearchAction; +import org.elasticsearch.common.Strings; + +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.util.Arrays; +import java.util.Optional; + +/** + * SearchActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:12 + */ +public class SearchActionHandler extends ActionHandler, SearchResponse> { + + public SearchActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return TransportSearchAction.NAME; + } + + @Override + protected co.elastic.clients.elasticsearch.core.SearchResponse doHandle(SearchRequest searchRequest) throws IOException { + return client.search(searchRequest, Object.class); + } + + @Override + protected SearchRequest convertRequest(org.elasticsearch.action.search.SearchRequest searchRequest) throws IOException { + SearchRequest.Builder builder = new SearchRequest.Builder(); + try (Reader reader = new StringReader(Strings.toString(searchRequest.source())); + JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { + builder.withJson(parser, this.jsonpMapper); + } + builder.index(Arrays.asList(searchRequest.indices())); + builder.requestCache(searchRequest.requestCache()); + builder.allowPartialSearchResults(searchRequest.allowPartialSearchResults()); + builder.ccsMinimizeRoundtrips(searchRequest.isCcsMinimizeRoundtrips()); + builder.preference(searchRequest.preference()); + builder.routing(searchRequest.routing()); + builder.searchType(getSearchType(searchRequest.searchType())); + builder.batchedReduceSize((long) searchRequest.getBatchedReduceSize()); + builder.maxConcurrentShardRequests((long) searchRequest.getMaxConcurrentShardRequests()); + Optional.ofNullable(searchRequest.minCompatibleShardNode()).ifPresent(e -> builder.minCompatibleShardNode(e.toString())); + Optional.ofNullable(searchRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + Optional.ofNullable(searchRequest.indicesOptions()).ifPresent(options -> { + builder.allowNoIndices(options.allowNoIndices()); + builder.ignoreUnavailable(options.ignoreUnavailable()); + builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + }); + return builder.build(); + } + + @Override + protected SearchResponse convertResponse(co.elastic.clients.elasticsearch.core.SearchResponse searchResponse) throws IOException { + return parseJson(searchResponse, SearchResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java new file mode 100644 index 00000000..5973b8c4 --- /dev/null +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java @@ -0,0 +1,49 @@ +package org.elasticsearch.plugin.nlpcn.client.handler; + +import co.elastic.clients.elasticsearch.ElasticsearchClient; +import co.elastic.clients.elasticsearch._types.Time; +import co.elastic.clients.elasticsearch.core.ScrollRequest; +import co.elastic.clients.elasticsearch.core.ScrollResponse; +import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.action.search.SearchScrollRequest; +import org.elasticsearch.action.search.TransportSearchScrollAction; + +import java.io.IOException; +import java.util.Optional; + +/** + * SearchScrollActionHandler + * + * @author shiyuan + * @version V1.0 + * @since 2024-08-04 22:21 + */ +public class SearchScrollActionHandler extends ActionHandler, SearchResponse> { + + public SearchScrollActionHandler(ElasticsearchClient client) { + super(client); + } + + @Override + public String getName() { + return TransportSearchScrollAction.TYPE.name(); + } + + @Override + protected ScrollResponse doHandle(ScrollRequest scrollRequest) throws IOException { + return client.scroll(scrollRequest, Object.class); + } + + @Override + protected ScrollRequest convertRequest(SearchScrollRequest searchScrollRequest) throws IOException { + ScrollRequest.Builder builder = new ScrollRequest.Builder(); + builder.scrollId(searchScrollRequest.scrollId()); + Optional.ofNullable(searchScrollRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + return builder.build(); + } + + @Override + protected SearchResponse convertResponse(ScrollResponse scrollResponse) throws IOException { + return parseJson(scrollResponse, SearchResponse::fromXContent); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index fdcb31a1..fde83861 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -6,7 +6,6 @@ import org.elasticsearch.action.admin.indices.get.GetIndexResponse; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.cluster.metadata.MappingMetadata; -import org.elasticsearch.common.collect.ImmutableOpenMap; import org.elasticsearch.common.document.DocumentField; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; @@ -30,7 +29,6 @@ import java.util.Collection; import java.util.Collections; import java.util.HashSet; -import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; @@ -289,16 +287,16 @@ else if( aggregation instanceof Percentiles){ List percentileHeaders = new ArrayList<>(7); Percentiles percentiles = (Percentiles) aggregation; for (Percentile p : percentiles) { - percentileHeaders.add(String.valueOf(p.getPercent())); - line.add(percentiles.percentileAsString(p.getPercent())); + percentileHeaders.add(String.valueOf(p.percent())); + line.add(percentiles.percentileAsString(p.percent())); } mergeHeadersWithPrefix(header, name, percentileHeaders.toArray(new String[0])); } else if (aggregation instanceof InternalTDigestPercentileRanks) {//added by xzb 增加PercentileRanks函数支持 InternalTDigestPercentileRanks percentileRanks = (InternalTDigestPercentileRanks) aggregation; List percentileHeaders = new ArrayList<>(7); for (Percentile rank : percentileRanks) { - percentileHeaders.add(String.valueOf(rank.getValue())); - line.add(String.valueOf(rank.getPercent())); + percentileHeaders.add(String.valueOf(rank.value())); + line.add(String.valueOf(rank.percent())); } mergeHeadersWithPrefix(header, name, percentileHeaders.toArray(new String[0])); } else { @@ -362,7 +360,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, for (SearchHit hit : hits) { //获取高亮内容 hit.getHighlightFields().forEach((key, value) -> { - String frag = value.getFragments()[0].toString(); + String frag = value.fragments()[0].toString(); highlightMap.put(key, frag); }); diff --git a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java index 22a7e877..bc3a9a03 100644 --- a/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/AggregationQueryAction.java @@ -1,7 +1,6 @@ package org.nlpcn.es4sql.query; import com.google.common.collect.Lists; -import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.internal.Client; @@ -52,7 +51,7 @@ public AggregationQueryAction(Client client, Select select) { @Override public SqlElasticSearchRequestBuilder explain() throws SqlParseException { // this.request = client.prepareSearch();//zhongshu-comment elastic6.1.1的写法 - this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); //zhongshu-comment master的写法 + this.request = new SearchRequestBuilder(client); //zhongshu-comment master的写法 //在生成 AggregationBuilder之前进行拦截,处理PipelineAggregation中的 "max_bucket", "min_bucket" List bucketFields = Lists.newArrayList(); diff --git a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java index e0b9ecd4..81e7bacf 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DefaultQueryAction.java @@ -1,8 +1,6 @@ package org.nlpcn.es4sql.query; -import org.elasticsearch.action.search.SearchAction; import org.elasticsearch.action.search.SearchRequestBuilder; -import org.elasticsearch.action.search.SearchScrollAction; import org.elasticsearch.action.search.SearchScrollRequestBuilder; import org.elasticsearch.action.search.SearchType; import org.elasticsearch.client.internal.Client; @@ -67,7 +65,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { } } if (scrollHint != null && scrollHint.getParams()[0] instanceof String) { - return new SqlElasticSearchRequestBuilder(new SearchScrollRequestBuilder(client, SearchScrollAction.INSTANCE, (String) scrollHint.getParams()[0]).setScroll(new TimeValue((Integer) scrollHint.getParams()[1]))); + return new SqlElasticSearchRequestBuilder(new SearchScrollRequestBuilder(client, (String) scrollHint.getParams()[0]).setScroll(new TimeValue((Integer) scrollHint.getParams()[1]))); } /* @@ -82,7 +80,7 @@ public SqlElasticSearchRequestBuilder explain() throws SqlParseException { 为了在本地调试、执行下文的那些代码获得es的dsl,所以就使用这行代码,暂时将上面哪一行注释掉,上线的时候记得替换掉 变量request是es搜索请求对象,调用的是es的api,SearchRequestBuilder是es的原生api */ - this.request = new SearchRequestBuilder(client, SearchAction.INSTANCE); + this.request = new SearchRequestBuilder(client); setIndicesAndTypes(); //zhongshu-comment 将Select对象中封装的sql token信息转换并传到成员变量es搜索请求对象request中 diff --git a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java index 31d17354..76ab24e7 100644 --- a/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/DeleteQueryAction.java @@ -1,11 +1,9 @@ package org.nlpcn.es4sql.query; -import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.client.internal.Client; - +import org.elasticsearch.index.query.QueryBuilder; import org.elasticsearch.index.query.QueryBuilders; -import org.elasticsearch.index.reindex.DeleteByQueryAction; import org.elasticsearch.index.reindex.DeleteByQueryRequest; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; import org.nlpcn.es4sql.domain.Delete; @@ -13,7 +11,6 @@ import org.nlpcn.es4sql.domain.hints.Hint; import org.nlpcn.es4sql.domain.hints.HintType; import org.nlpcn.es4sql.exception.SqlParseException; - import org.nlpcn.es4sql.query.maker.QueryMaker; public class DeleteQueryAction extends QueryAction { @@ -28,7 +25,7 @@ public DeleteQueryAction(Client client, Delete delete) { @Override public SqlElasticDeleteByQueryRequestBuilder explain() throws SqlParseException { - this.request = new DeleteByQueryRequestBuilder(client, DeleteByQueryAction.INSTANCE); + this.request = new DeleteByQueryRequestBuilder(client); setIndicesAndTypes(); setWhere(delete.getWhere()); diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 82aa8866..34ea358e 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -21,11 +21,10 @@ import org.elasticsearch.client.RestClientBuilder; import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.transport.TransportAddress; -import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; -import org.elasticsearch.xcontent.XContentType; import org.elasticsearch.index.query.QueryBuilders; -import org.elasticsearch.index.reindex.DeleteByQueryAction; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; +import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; +import org.elasticsearch.xcontent.XContentType; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.runner.RunWith; @@ -72,7 +71,7 @@ }) public class MainTestSuite { - private static Client client; + private static ElasticsearchRestClient client; private static SearchDao searchDao; @BeforeClass @@ -332,7 +331,7 @@ public static void deleteQuery(String indexName) { */ public static void deleteQuery(String indexName, String typeName) { - DeleteByQueryRequestBuilder deleteQueryBuilder = new DeleteByQueryRequestBuilder(client, DeleteByQueryAction.INSTANCE); + DeleteByQueryRequestBuilder deleteQueryBuilder = new DeleteByQueryRequestBuilder(client); deleteQueryBuilder.request().indices(indexName); deleteQueryBuilder.filter(QueryBuilders.matchAllQuery()); deleteQueryBuilder.get(); @@ -405,7 +404,7 @@ public static Client getClient() { return client; } - public static Client createElasticsearchClient() throws UnknownHostException { + public static ElasticsearchRestClient createElasticsearchClient() throws UnknownHostException { return new ElasticsearchRestClient(new ElasticsearchClient(getElasticsearchTransport(getRestClient()))); } diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index 9b4fd84d..0301b1b4 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -3,7 +3,6 @@ import co.elastic.clients.elasticsearch._types.ElasticsearchException; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; -import org.elasticsearch.index.IndexNotFoundException; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; @@ -932,7 +931,7 @@ public void highlightPreTagsAndPostTags() throws IOException, SqlParseException, SearchHits hits = query(query); for (SearchHit hit : hits){ HighlightField phrase = hit.getHighlightFields().get("phrase"); - String highlightPhrase = phrase.getFragments()[0].string(); + String highlightPhrase = phrase.fragments()[0].string(); Assert.assertTrue(highlightPhrase.contains("fox")); } From d0b4e3f15ce14ee24521b7c3964b357f21a1e68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 5 Aug 2024 22:45:56 +0800 Subject: [PATCH 223/266] es 8.12.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb633b48..34c008d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e0856a10..20a1f7d2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.12.0.0 + 8.12.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.12.0 + 8.12.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 896523ca81f7ebf4a61c43c9cef5ad6a17557b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 5 Aug 2024 22:50:22 +0800 Subject: [PATCH 224/266] es 8.12.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34c008d6..8c256505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 20a1f7d2..ab66d20a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.12.1.0 + 8.12.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.12.1 + 8.12.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From d1d84a783accdc516d6ea290e3e58a452dc4b70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 6 Aug 2024 07:42:36 +0800 Subject: [PATCH 225/266] updtae README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 701d12fb..f9f9695e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Elasticsearch-SQL **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **7.17.22** [![7.17.22 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.22)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.11.3** [![8.11.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.11.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.12.2** [![8.12.2 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.12.2)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -244,6 +244,10 @@ Versions | 8.11.1 | 8.11.1.0 | | elastic8.11.1| | 8.11.2 | 8.11.2.0 | | elastic8.11.2| | 8.11.3 | 8.11.3.0 | | elastic8.11.3| +| 8.11.4 | 8.11.4.0 | | elastic8.11.4| +| 8.12.0 | 8.12.0.0 | | elastic8.12.0| +| 8.12.1 | 8.12.1.0 | | elastic8.12.1| +| 8.12.2 | 8.12.2.0 | | elastic8.12.2| ### Elasticsearch 1.x ```` @@ -1238,6 +1242,26 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.3/elasticsearch-sql-8.11.3.0.zip ```` +### Elasticsearch 8.11.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.11.4/elasticsearch-sql-8.11.4.0.zip +```` + +### Elasticsearch 8.12.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.12.0/elasticsearch-sql-8.12.0.0.zip +```` + +### Elasticsearch 8.12.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.12.1/elasticsearch-sql-8.12.1.0.zip +```` + +### Elasticsearch 8.12.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.12.2/elasticsearch-sql-8.12.2.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 26102a03a893f5dcf1691b40df29edb4431c9b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 18 Aug 2024 17:03:34 +0800 Subject: [PATCH 226/266] es 8.13.0 support --- .travis.yml | 2 +- pom.xml | 8 +- .../ElasticSearchDruidDataSourceFactory.java | 1 - .../refresh/ParsedRefreshResponse.java | 42 ++ .../action/bulk/ParsedBulkItemResponse.java | 105 +++++ .../action/bulk/ParsedBulkResponse.java | 62 +++ .../search/ParsedMultiSearchResponse.java | 107 +++++ .../action/search/ParsedSearchResponse.java | 333 +++++++++++++++ .../reindex/ParsedBulkByScrollResponse.java | 97 +++++ .../plugin/nlpcn/ElasticJoinExecutor.java | 4 +- .../plugin/nlpcn/HashJoinElasticExecutor.java | 4 +- .../plugin/nlpcn/IntersectExecutor.java | 4 +- .../plugin/nlpcn/MinusExecutor.java | 8 +- .../nlpcn/NestedLoopsElasticExecutor.java | 2 +- .../nlpcn/QueryActionElasticExecutor.java | 4 +- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 6 +- .../plugin/nlpcn/UnionExecutor.java | 4 +- .../nlpcn/client/handler/ActionHandler.java | 132 +++--- .../client/handler/BulkActionHandler.java | 3 +- .../handler/ClusterStateActionHandler.java | 2 +- .../handler/DeleteByQueryActionHandler.java | 5 +- .../handler/DeleteIndexActionHandler.java | 6 +- .../client/handler/GetIndexActionHandler.java | 2 +- .../handler/MultiSearchActionHandler.java | 7 +- .../handler/PutMappingActionHandler.java | 6 +- .../client/handler/RefreshActionHandler.java | 11 +- .../client/handler/SearchActionHandler.java | 5 +- .../handler/SearchScrollActionHandler.java | 3 +- .../nlpcn/executors/CSVResultsExtractor.java | 23 +- .../aggregations/ParsedAggregation.java | 106 +++++ .../ParsedMultiBucketAggregation.java | 183 ++++++++ .../bucket/ParsedSingleBucketAggregation.java | 87 ++++ .../bucket/composite/ParsedComposite.java | 109 +++++ .../bucket/filter/ParsedFilter.java | 25 ++ .../bucket/filter/ParsedFilters.java | 149 +++++++ .../bucket/geogrid/ParsedGeoGrid.java | 40 ++ .../bucket/geogrid/ParsedGeoGridBucket.java | 24 ++ .../bucket/geogrid/ParsedGeoHashGrid.java | 34 ++ .../geogrid/ParsedGeoHashGridBucket.java | 30 ++ .../bucket/geogrid/ParsedGeoTileGrid.java | 34 ++ .../geogrid/ParsedGeoTileGridBucket.java | 31 ++ .../bucket/global/ParsedGlobal.java | 25 ++ .../bucket/histogram/ParsedDateHistogram.java | 85 ++++ .../bucket/histogram/ParsedHistogram.java | 74 ++++ .../ParsedVariableWidthHistogram.java | 185 ++++++++ .../bucket/missing/ParsedMissing.java | 25 ++ .../bucket/nested/ParsedNested.java | 25 ++ .../bucket/nested/ParsedReverseNested.java | 25 ++ .../bucket/range/ParsedBinaryRange.java | 152 +++++++ .../bucket/range/ParsedDateRange.java | 68 +++ .../bucket/range/ParsedGeoDistance.java | 48 +++ .../bucket/range/ParsedRange.java | 197 +++++++++ .../bucket/sampler/ParsedSampler.java | 25 ++ .../bucket/terms/ParsedDoubleTerms.java | 78 ++++ .../bucket/terms/ParsedLongRareTerms.java | 74 ++++ .../bucket/terms/ParsedLongTerms.java | 77 ++++ .../bucket/terms/ParsedRareTerms.java | 97 +++++ .../terms/ParsedSignificantLongTerms.java | 69 +++ .../terms/ParsedSignificantStringTerms.java | 73 ++++ .../bucket/terms/ParsedSignificantTerms.java | 195 +++++++++ .../bucket/terms/ParsedStringRareTerms.java | 78 ++++ .../bucket/terms/ParsedStringTerms.java | 85 ++++ .../bucket/terms/ParsedTerms.java | 145 +++++++ .../aggregations/metrics/ParsedAvg.java | 52 +++ .../metrics/ParsedBucketMetricValue.java | 65 +++ .../metrics/ParsedCardinality.java | 64 +++ .../metrics/ParsedExtendedStats.java | 399 ++++++++++++++++++ .../aggregations/metrics/ParsedGeoBounds.java | 98 +++++ .../metrics/ParsedGeoCentroid.java | 82 ++++ .../metrics/ParsedHDRPercentileRanks.java | 37 ++ .../metrics/ParsedHDRPercentiles.java | 57 +++ .../aggregations/metrics/ParsedMax.java | 44 ++ .../ParsedMedianAbsoluteDeviation.java | 54 +++ .../aggregations/metrics/ParsedMin.java | 44 ++ .../metrics/ParsedPercentileRanks.java | 41 ++ .../metrics/ParsedPercentiles.java | 162 +++++++ .../metrics/ParsedScriptedMetric.java | 88 ++++ ...dSingleValueNumericMetricsAggregation.java | 56 +++ .../aggregations/metrics/ParsedStats.java | 191 +++++++++ .../aggregations/metrics/ParsedSum.java | 43 ++ .../metrics/ParsedTDigestPercentileRanks.java | 37 ++ .../metrics/ParsedTDigestPercentiles.java | 57 +++ .../aggregations/metrics/ParsedTopHits.java | 59 +++ .../metrics/ParsedValueCount.java | 66 +++ .../metrics/ParsedWeightedAvg.java | 56 +++ .../pipeline/ParsedExtendedStatsBucket.java | 37 ++ .../pipeline/ParsedPercentilesBucket.java | 95 +++++ .../pipeline/ParsedSimpleValue.java | 50 +++ .../pipeline/ParsedStatsBucket.java | 37 ++ src/main/java/org/nlpcn/es4sql/Test.java | 3 +- .../org/nlpcn/es4sql/domain/SearchResult.java | 9 +- .../es4sql/jdbc/ObjectResultsExtractor.java | 23 +- ...SqlElasticDeleteByQueryRequestBuilder.java | 4 +- .../query/SqlElasticRequestBuilder.java | 4 +- .../resources/plugin-descriptor.properties | 2 +- .../org/nlpcn/es4sql/AggregationTest.java | 92 ++-- 96 files changed, 5771 insertions(+), 192 deletions(-) create mode 100644 src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java create mode 100644 src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java create mode 100644 src/main/java/org/elasticsearch/action/bulk/ParsedBulkResponse.java create mode 100644 src/main/java/org/elasticsearch/action/search/ParsedMultiSearchResponse.java create mode 100644 src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java create mode 100644 src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/ParsedAggregation.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/ParsedSingleBucketAggregation.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/composite/ParsedComposite.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilter.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilters.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGrid.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGridBucket.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGrid.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGridBucket.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGrid.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGridBucket.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/global/ParsedGlobal.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedDateHistogram.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedHistogram.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedVariableWidthHistogram.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/missing/ParsedMissing.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedNested.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedReverseNested.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedBinaryRange.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedDateRange.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedGeoDistance.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedRange.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/sampler/ParsedSampler.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedDoubleTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongRareTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantLongTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantStringTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringRareTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedAvg.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedBucketMetricValue.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedCardinality.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoBounds.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentileRanks.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentiles.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMax.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMedianAbsoluteDeviation.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMin.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentileRanks.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentiles.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedScriptedMetric.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSingleValueNumericMetricsAggregation.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedStats.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSum.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentileRanks.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentiles.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedValueCount.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedWeightedAvg.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedExtendedStatsBucket.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedPercentilesBucket.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedSimpleValue.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedStatsBucket.java diff --git a/.travis.yml b/.travis.yml index 8c256505..d0863594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ab66d20a..db2e0b49 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.12.2.0 + 8.13.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.12.2 + 8.13.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre @@ -162,8 +162,8 @@ maven-compiler-plugin 2.3.2 - 1.8 - 1.8 + 16 + 16 UTF-8 diff --git a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java index c79c6b4f..55dacdac 100644 --- a/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java +++ b/src/main/java/com/alibaba/druid/pool/ElasticSearchDruidDataSourceFactory.java @@ -1,6 +1,5 @@ package com.alibaba.druid.pool; -import org.elasticsearch.client.internal.Client; import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; import javax.sql.DataSource; diff --git a/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java b/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java new file mode 100644 index 00000000..43f48a05 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.admin.indices.refresh; + +import org.elasticsearch.action.support.broadcast.BaseBroadcastResponse; +import org.elasticsearch.action.support.broadcast.BroadcastResponse; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.util.Arrays; + +import static org.elasticsearch.action.support.broadcast.BaseBroadcastResponse.declareBroadcastFields; + +/** + * The response of a refresh action. + */ +public class ParsedRefreshResponse { + + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>("refresh", true, arg -> { + BaseBroadcastResponse response = (BaseBroadcastResponse) arg[0]; + return new BroadcastResponse( + response.getTotalShards(), + response.getSuccessfulShards(), + response.getFailedShards(), + Arrays.asList(response.getShardFailures()) + ); + }); + + static { + declareBroadcastFields(PARSER); + } + + public static BroadcastResponse fromXContent(XContentParser parser) { + return PARSER.apply(parser, null); + } +} diff --git a/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java new file mode 100644 index 00000000..a543f2d8 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java @@ -0,0 +1,105 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.bulk; + +import org.elasticsearch.ElasticsearchException; +import org.elasticsearch.action.DocWriteRequest.OpType; +import org.elasticsearch.action.DocWriteResponse; +import org.elasticsearch.action.delete.DeleteResponse; +import org.elasticsearch.action.index.IndexResponse; +import org.elasticsearch.action.update.UpdateResponse; +import org.elasticsearch.core.CheckedConsumer; +import org.elasticsearch.rest.RestStatus; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; +import static org.elasticsearch.common.xcontent.XContentParserUtils.throwUnknownField; + +/** + * Represents a single item response for an action executed as part of the bulk API. Holds the index/type/id + * of the relevant action, and if it has failed or not (with the failure message in case it failed). + */ +public class ParsedBulkItemResponse { + + /** + * Reads a {@link BulkItemResponse} from a {@link XContentParser}. + * + * @param parser the {@link XContentParser} + * @param id the id to assign to the parsed {@link BulkItemResponse}. It is usually the index of + * the item in the {@link BulkResponse#getItems} array. + */ + public static BulkItemResponse fromXContent(XContentParser parser, int id) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.currentToken(), parser); + + XContentParser.Token token = parser.nextToken(); + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + + String currentFieldName = parser.currentName(); + token = parser.nextToken(); + + final OpType opType = OpType.fromString(currentFieldName); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + DocWriteResponse.Builder builder = null; + CheckedConsumer itemParser = null; + + if (opType == OpType.INDEX || opType == OpType.CREATE) { + final IndexResponse.Builder indexResponseBuilder = new IndexResponse.Builder(); + builder = indexResponseBuilder; + itemParser = (indexParser) -> IndexResponse.parseXContentFields(indexParser, indexResponseBuilder); + + } else if (opType == OpType.UPDATE) { + final UpdateResponse.Builder updateResponseBuilder = new UpdateResponse.Builder(); + builder = updateResponseBuilder; + itemParser = (updateParser) -> UpdateResponse.parseXContentFields(updateParser, updateResponseBuilder); + + } else if (opType == OpType.DELETE) { + final DeleteResponse.Builder deleteResponseBuilder = new DeleteResponse.Builder(); + builder = deleteResponseBuilder; + itemParser = (deleteParser) -> DeleteResponse.parseXContentFields(deleteParser, deleteResponseBuilder); + } else { + throwUnknownField(currentFieldName, parser); + } + + RestStatus status = null; + ElasticsearchException exception = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } + + if (BulkItemResponse.ERROR.equals(currentFieldName)) { + if (token == XContentParser.Token.START_OBJECT) { + exception = ElasticsearchException.fromXContent(parser); + } + } else if (BulkItemResponse.STATUS.equals(currentFieldName)) { + if (token == XContentParser.Token.VALUE_NUMBER) { + status = RestStatus.fromCode(parser.intValue()); + } + } else { + itemParser.accept(parser); + } + } + + ensureExpectedToken(XContentParser.Token.END_OBJECT, token, parser); + token = parser.nextToken(); + ensureExpectedToken(XContentParser.Token.END_OBJECT, token, parser); + + BulkItemResponse bulkItemResponse; + if (exception != null) { + BulkItemResponse.Failure failure = new BulkItemResponse.Failure(builder.getShardId().getIndexName(), builder.getId(), exception, status); + bulkItemResponse = BulkItemResponse.failure(id, opType, failure); + } else { + bulkItemResponse = BulkItemResponse.success(id, opType, builder.build()); + } + return bulkItemResponse; + } +} diff --git a/src/main/java/org/elasticsearch/action/bulk/ParsedBulkResponse.java b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkResponse.java new file mode 100644 index 00000000..6bb33471 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkResponse.java @@ -0,0 +1,62 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.bulk; + +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; +import static org.elasticsearch.common.xcontent.XContentParserUtils.throwUnknownField; +import static org.elasticsearch.common.xcontent.XContentParserUtils.throwUnknownToken; + +/** + * A response of a bulk execution. Holding a response for each item responding (in order) of the + * bulk requests. Each item holds the index/type/id is operated on, and if it failed or not (with the + * failure message). + */ +public class ParsedBulkResponse { + + public static BulkResponse fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.nextToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + long took = -1L; + long ingestTook = BulkResponse.NO_INGEST_TOOK; + List items = new ArrayList<>(); + + String currentFieldName = parser.currentName(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (BulkResponse.TOOK.equals(currentFieldName)) { + took = parser.longValue(); + } else if (BulkResponse.INGEST_TOOK.equals(currentFieldName)) { + ingestTook = parser.longValue(); + } else if (BulkResponse.ERRORS.equals(currentFieldName) == false) { + throwUnknownField(currentFieldName, parser); + } + } else if (token == XContentParser.Token.START_ARRAY) { + if (BulkResponse.ITEMS.equals(currentFieldName)) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + items.add(ParsedBulkItemResponse.fromXContent(parser, items.size())); + } + } else { + throwUnknownField(currentFieldName, parser); + } + } else { + throwUnknownToken(token, parser); + } + } + return new BulkResponse(items.toArray(new BulkItemResponse[items.size()]), took, ingestTook); + } +} diff --git a/src/main/java/org/elasticsearch/action/search/ParsedMultiSearchResponse.java b/src/main/java/org/elasticsearch/action/search/ParsedMultiSearchResponse.java new file mode 100644 index 00000000..1057b599 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/search/ParsedMultiSearchResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.search; + +import org.elasticsearch.ElasticsearchException; +import org.elasticsearch.core.RefCounted; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; +import java.lang.reflect.Field; +import java.util.Arrays; +import java.util.List; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +/** + * A multi search response. + */ +public class ParsedMultiSearchResponse { + + private static final ParseField RESPONSES = new ParseField(MultiSearchResponse.Fields.RESPONSES); + private static final ParseField TOOK_IN_MILLIS = new ParseField("took"); + private static final Field REF_COUNTED_FIELD; + + static { + try { + REF_COUNTED_FIELD = MultiSearchResponse.class.getDeclaredField("refCounted"); + if (!REF_COUNTED_FIELD.isAccessible()) { + REF_COUNTED_FIELD.setAccessible(true); + } + } catch (NoSuchFieldException e) { + throw new IllegalStateException(e); + } + } + + @SuppressWarnings("unchecked") + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>( + "multi_search", + true, + a -> new MultiSearchResponse(((List) a[0]).toArray(new MultiSearchResponse.Item[0]), (long) a[1]) + ); + static { + PARSER.declareObjectArray(constructorArg(), (p, c) -> itemFromXContent(p), RESPONSES); + PARSER.declareLong(constructorArg(), TOOK_IN_MILLIS); + } + + public static MultiSearchResponse fromXContext(XContentParser parser) { + return unpooled(PARSER.apply(parser, null)); + } + + private static MultiSearchResponse.Item itemFromXContent(XContentParser parser) throws IOException { + // This parsing logic is a bit tricky here, because the multi search response itself is tricky: + // 1) The json objects inside the responses array are either a search response or a serialized exception + // 2) Each response json object gets a status field injected that ElasticsearchException.failureFromXContent(...) does not parse, + // but SearchResponse.innerFromXContent(...) parses and then ignores. The status field is not needed to parse + // the response item. However in both cases this method does need to parse the 'status' field otherwise the parsing of + // the response item in the next json array element will fail due to parsing errors. + + MultiSearchResponse.Item item = null; + String fieldName = null; + + Token token = parser.nextToken(); + assert token == Token.FIELD_NAME; + outer: for (; token != Token.END_OBJECT; token = parser.nextToken()) { + switch (token) { + case FIELD_NAME: + fieldName = parser.currentName(); + if ("error".equals(fieldName)) { + item = new MultiSearchResponse.Item(null, ElasticsearchException.failureFromXContent(parser)); + } else if ("status".equals(fieldName) == false) { + item = new MultiSearchResponse.Item(ParsedSearchResponse.innerFromXContent(parser), null); + break outer; + } + break; + case VALUE_NUMBER: + if ("status".equals(fieldName)) { + // Ignore the status value + } + break; + } + } + assert parser.currentToken() == Token.END_OBJECT; + return item; + } + + private static MultiSearchResponse unpooled(MultiSearchResponse searchResponse) { + MultiSearchResponse.Item[] items = searchResponse.getResponses(); + MultiSearchResponse.Item[] tempItems = Arrays.copyOf(items, items.length); + searchResponse.decRef(); + System.arraycopy(tempItems, 0, items, 0, items.length); + try { + REF_COUNTED_FIELD.set(searchResponse, RefCounted.ALWAYS_REFERENCED); + } catch (IllegalAccessException e) { + throw new IllegalStateException(e); + } + return searchResponse; + } +} diff --git a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java new file mode 100644 index 00000000..ac328caf --- /dev/null +++ b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java @@ -0,0 +1,333 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.search; + +import org.elasticsearch.common.util.concurrent.ConcurrentCollections; +import org.elasticsearch.core.RefCounted; +import org.elasticsearch.core.TimeValue; +import org.elasticsearch.rest.action.RestActions; +import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.profile.SearchProfileResults; +import org.elasticsearch.search.suggest.Suggest; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; +import java.lang.reflect.Field; +import java.util.ArrayList; +import java.util.List; +import java.util.Locale; +import java.util.Map; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A response of a search request. + */ +public class ParsedSearchResponse { + + private static final Field REF_COUNTED_FIELD; + + static { + try { + REF_COUNTED_FIELD = SearchResponse.class.getDeclaredField("refCounted"); + if (!REF_COUNTED_FIELD.isAccessible()) { + REF_COUNTED_FIELD.setAccessible(true); + } + } catch (NoSuchFieldException e) { + throw new IllegalStateException(e); + } + } + + public static SearchResponse fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(Token.START_OBJECT, parser.nextToken(), parser); + parser.nextToken(); + return innerFromXContent(parser); + } + + public static SearchResponse innerFromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(Token.FIELD_NAME, parser.currentToken(), parser); + String currentFieldName = parser.currentName(); + SearchHits hits = null; + InternalAggregations aggs = null; + Suggest suggest = null; + SearchProfileResults profile = null; + boolean timedOut = false; + Boolean terminatedEarly = null; + int numReducePhases = 1; + long tookInMillis = -1; + int successfulShards = -1; + int totalShards = -1; + int skippedShards = 0; // 0 for BWC + String scrollId = null; + String searchContextId = null; + List failures = new ArrayList<>(); + SearchResponse.Clusters clusters = SearchResponse.Clusters.EMPTY; + for (Token token = parser.nextToken(); token != Token.END_OBJECT; token = parser.nextToken()) { + if (token == Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (SearchResponse.SCROLL_ID.match(currentFieldName, parser.getDeprecationHandler())) { + scrollId = parser.text(); + } else if (SearchResponse.POINT_IN_TIME_ID.match(currentFieldName, parser.getDeprecationHandler())) { + searchContextId = parser.text(); + } else if (SearchResponse.TOOK.match(currentFieldName, parser.getDeprecationHandler())) { + tookInMillis = parser.longValue(); + } else if (SearchResponse.TIMED_OUT.match(currentFieldName, parser.getDeprecationHandler())) { + timedOut = parser.booleanValue(); + } else if (SearchResponse.TERMINATED_EARLY.match(currentFieldName, parser.getDeprecationHandler())) { + terminatedEarly = parser.booleanValue(); + } else if (SearchResponse.NUM_REDUCE_PHASES.match(currentFieldName, parser.getDeprecationHandler())) { + numReducePhases = parser.intValue(); + } else { + parser.skipChildren(); + } + } else if (token == Token.START_OBJECT) { + if (SearchHits.Fields.HITS.equals(currentFieldName)) { + hits = SearchHits.fromXContent(parser); + } else if (InternalAggregations.AGGREGATIONS_FIELD.equals(currentFieldName)) { + aggs = InternalAggregations.fromXContent(parser); + } else if (Suggest.NAME.equals(currentFieldName)) { + suggest = Suggest.fromXContent(parser); + } else if (SearchProfileResults.PROFILE_FIELD.equals(currentFieldName)) { + profile = SearchProfileResults.fromXContent(parser); + } else if (RestActions._SHARDS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + while ((token = parser.nextToken()) != Token.END_OBJECT) { + if (token == Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (RestActions.FAILED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + parser.intValue(); // we don't need it but need to consume it + } else if (RestActions.SUCCESSFUL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + successfulShards = parser.intValue(); + } else if (RestActions.TOTAL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + totalShards = parser.intValue(); + } else if (RestActions.SKIPPED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + skippedShards = parser.intValue(); + } else { + parser.skipChildren(); + } + } else if (token == Token.START_ARRAY) { + if (RestActions.FAILURES_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + while (parser.nextToken() != Token.END_ARRAY) { + failures.add(ShardSearchFailure.fromXContent(parser)); + } + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + } else if (SearchResponse.Clusters._CLUSTERS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + clusters = ParsedClusters.fromXContent(parser); + } else { + parser.skipChildren(); + } + } + } + return unpooled(new SearchResponse( + hits, + aggs, + suggest, + timedOut, + terminatedEarly, + profile, + numReducePhases, + scrollId, + totalShards, + successfulShards, + skippedShards, + tookInMillis, + failures.toArray(ShardSearchFailure.EMPTY_ARRAY), + clusters, + searchContextId + )); + } + + private static SearchResponse unpooled(SearchResponse searchResponse) { + searchResponse.decRef(); + try { + REF_COUNTED_FIELD.set(searchResponse, RefCounted.ALWAYS_REFERENCED); + } catch (IllegalAccessException e) { + throw new IllegalStateException(e); + } + return searchResponse; + } + + /** + * Holds info about the clusters that the search was executed on: how many in total, how many of them were successful + * and how many of them were skipped and further details in a Map of Cluster objects + * (when doing a cross-cluster search). + */ + public static final class ParsedClusters { + + public static SearchResponse.Clusters fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + int total = -1; + int successful = -1; + int skipped = -1; + int running = 0; // 0 for BWC + int partial = 0; // 0 for BWC + int failed = 0; // 0 for BWC + Map clusterInfoMap = ConcurrentCollections.newConcurrentMap(); + String currentFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (SearchResponse.Clusters.TOTAL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + total = parser.intValue(); + } else if (SearchResponse.Clusters.SUCCESSFUL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + successful = parser.intValue(); + } else if (SearchResponse.Clusters.SKIPPED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + skipped = parser.intValue(); + } else if (SearchResponse.Clusters.RUNNING_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + running = parser.intValue(); + } else if (SearchResponse.Clusters.PARTIAL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + partial = parser.intValue(); + } else if (SearchResponse.Clusters.FAILED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + failed = parser.intValue(); + } else { + parser.skipChildren(); + } + } else if (token == Token.START_OBJECT) { + if (SearchResponse.Clusters.DETAILS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + String currentDetailsFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentDetailsFieldName = parser.currentName(); // cluster alias + } else if (token == Token.START_OBJECT) { + SearchResponse.Cluster c = ParsedCluster.fromXContent(currentDetailsFieldName, parser); + clusterInfoMap.put(currentDetailsFieldName, c); + } else { + parser.skipChildren(); + } + } + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + if (clusterInfoMap.isEmpty()) { + assert running == 0 && partial == 0 && failed == 0 + : "Non cross-cluster should have counter for running, partial and failed equal to 0"; + return new SearchResponse.Clusters(total, successful, skipped); + } else { + return new SearchResponse.Clusters(clusterInfoMap); + } + } + } + + /** + * Represents the search metadata about a particular cluster involved in a cross-cluster search. + * The Cluster object can represent either the local cluster or a remote cluster. + * For the local cluster, clusterAlias should be specified as RemoteClusterAware.LOCAL_CLUSTER_GROUP_KEY. + * Its XContent is put into the "details" section the "_clusters" entry in the SearchResponse. + * This is an immutable class, so updates made during the search progress (especially important for async + * CCS searches) must be done by replacing the Cluster object with a new one. + * See the Clusters clusterInfo Map for details. + */ + public static class ParsedCluster { + + public static SearchResponse.Cluster fromXContent(String clusterAlias, XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + String clusterName = clusterAlias; + if (clusterAlias.equals("(local)")) { + clusterName = ""; + } + String indexExpression = null; + String status = "running"; + boolean timedOut = false; + long took = -1L; + // these are all from the _shards section + int totalShards = -1; + int successfulShards = -1; + int skippedShards = -1; + int failedShards = -1; + List failures = new ArrayList<>(); + + String currentFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (SearchResponse.Cluster.INDICES_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + indexExpression = parser.text(); + } else if (SearchResponse.Cluster.STATUS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + status = parser.text(); + } else if (SearchResponse.TIMED_OUT.match(currentFieldName, parser.getDeprecationHandler())) { + timedOut = parser.booleanValue(); + } else if (SearchResponse.TOOK.match(currentFieldName, parser.getDeprecationHandler())) { + took = parser.longValue(); + } else { + parser.skipChildren(); + } + } else if (RestActions._SHARDS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + while ((token = parser.nextToken()) != Token.END_OBJECT) { + if (token == Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (RestActions.FAILED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + failedShards = parser.intValue(); + } else if (RestActions.SUCCESSFUL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + successfulShards = parser.intValue(); + } else if (RestActions.TOTAL_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + totalShards = parser.intValue(); + } else if (RestActions.SKIPPED_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + skippedShards = parser.intValue(); + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + } else if (token == Token.START_ARRAY) { + if (RestActions.FAILURES_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { + while (parser.nextToken() != Token.END_ARRAY) { + failures.add(ShardSearchFailure.fromXContent(parser)); + } + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + + Integer totalShardsFinal = totalShards == -1 ? null : totalShards; + Integer successfulShardsFinal = successfulShards == -1 ? null : successfulShards; + Integer skippedShardsFinal = skippedShards == -1 ? null : skippedShards; + Integer failedShardsFinal = failedShards == -1 ? null : failedShards; + TimeValue tookTimeValue = took == -1L ? null : new TimeValue(took); + boolean skipUnavailable = SearchResponse.Cluster.SKIP_UNAVAILABLE_DEFAULT; // skipUnavailable is not exposed to XContent, so just use default + + return new SearchResponse.Cluster( + clusterName, + indexExpression, + skipUnavailable, + SearchResponse.Cluster.Status.valueOf(status.toUpperCase(Locale.ROOT)), + totalShardsFinal, + successfulShardsFinal, + skippedShardsFinal, + failedShardsFinal, + failures, + tookTimeValue, + timedOut + ); + } + } +} diff --git a/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java new file mode 100644 index 00000000..7eed05cb --- /dev/null +++ b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java @@ -0,0 +1,97 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.index.reindex; + +import org.elasticsearch.ElasticsearchException; +import org.elasticsearch.ElasticsearchParseException; +import org.elasticsearch.action.bulk.BulkItemResponse.Failure; +import org.elasticsearch.index.reindex.BulkByScrollTask.Status; +import org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure; +import org.elasticsearch.rest.RestStatus; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * Response used for actions that index many documents using a scroll request. + */ +public class ParsedBulkByScrollResponse { + + @SuppressWarnings("unchecked") + private static final ObjectParser PARSER = new ObjectParser<>( + "bulk_by_scroll_response", + true, + BulkByScrollResponseBuilder::new + ); + static { + PARSER.declareLong(BulkByScrollResponseBuilder::setTook, new ParseField(BulkByScrollResponse.TOOK_FIELD)); + PARSER.declareBoolean(BulkByScrollResponseBuilder::setTimedOut, new ParseField(BulkByScrollResponse.TIMED_OUT_FIELD)); + PARSER.declareObjectArray(BulkByScrollResponseBuilder::setFailures, (p, c) -> parseFailure(p), new ParseField(BulkByScrollResponse.FAILURES_FIELD)); + // since the result of BulkByScrollResponse.Status are mixed we also parse that in this + Status.declareFields(PARSER); + } + + public static BulkByScrollResponse fromXContent(XContentParser parser) { + return PARSER.apply(parser, null).buildResponse(); + } + + private static Object parseFailure(XContentParser parser) throws IOException { + ensureExpectedToken(Token.START_OBJECT, parser.currentToken(), parser); + Token token; + String index = null; + String id = null; + Integer status = null; + Integer shardId = null; + String nodeId = null; + ElasticsearchException bulkExc = null; + ElasticsearchException searchExc = null; + while ((token = parser.nextToken()) != Token.END_OBJECT) { + ensureExpectedToken(Token.FIELD_NAME, token, parser); + String name = parser.currentName(); + token = parser.nextToken(); + if (token == Token.START_ARRAY) { + parser.skipChildren(); + } else if (token == Token.START_OBJECT) { + switch (name) { + case SearchFailure.REASON_FIELD -> searchExc = ElasticsearchException.fromXContent(parser); + case Failure.CAUSE_FIELD -> bulkExc = ElasticsearchException.fromXContent(parser); + default -> parser.skipChildren(); + } + } else if (token == Token.VALUE_STRING) { + switch (name) { + // This field is the same as SearchFailure.index + case Failure.INDEX_FIELD -> index = parser.text(); + case Failure.ID_FIELD -> id = parser.text(); + case SearchFailure.NODE_FIELD -> nodeId = parser.text(); + } + } else if (token == Token.VALUE_NUMBER) { + switch (name) { + case Failure.STATUS_FIELD -> status = parser.intValue(); + case SearchFailure.SHARD_FIELD -> shardId = parser.intValue(); + } + } + } + if (bulkExc != null) { + return new Failure(index, id, bulkExc, RestStatus.fromCode(status)); + } else if (searchExc != null) { + if (status == null) { + return new SearchFailure(searchExc, index, shardId, nodeId); + } else { + return new SearchFailure(searchExc, index, shardId, nodeId, RestStatus.fromCode(status)); + } + } else { + throw new ElasticsearchParseException("failed to parse failures array. At least one of {reason,cause} must be present"); + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index c869e592..dd99ece4 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -65,7 +65,7 @@ public void run() throws IOException, SqlParseException { List combinedSearchHits = innerRun(); int resultsSize = combinedSearchHits.size(); SearchHit[] hits = combinedSearchHits.toArray(new SearchHit[resultsSize]); - this.results = new SearchHits(hits, new TotalHits(resultsSize, TotalHits.Relation.EQUAL_TO), 1.0f); + this.results = SearchHits.unpooled(hits, new TotalHits(resultsSize, TotalHits.Relation.EQUAL_TO), 1.0f); long joinTimeInMilli = System.currentTimeMillis() - timeBefore; this.metaResults.setTookImMilli(joinTimeInMilli); } @@ -170,7 +170,7 @@ protected void addUnmatchedResults(List combinedResults, Collection secondTableReturnedFields, int docId, String t1Alias, String t2Alias, SearchHit hit) { String unmatchedId = hit.getId() + "|0"; - SearchHit searchHit = new SearchHit(docId, unmatchedId); + SearchHit searchHit = SearchHit.unpooled(docId, unmatchedId); searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index f39d2e5e..aa936743 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -164,7 +164,7 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT - SearchHit searchHit = new SearchHit(matchingHit.docId(), combinedId); + SearchHit searchHit = SearchHit.unpooled(matchingHit.docId(), combinedId); searchHit.addDocumentFields(matchingHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(matchingHit.getSourceRef()); searchHit.getSourceAsMap().clear(); @@ -212,7 +212,7 @@ private void createKeyToResultsAndFillOptimizationStructure(Map comparableHit Set> firstTableFieldToAlias = this.builder.getFirstTableFieldToAlias().entrySet(); for (ComperableHitResult result : comparableHitResults) { SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId, originalHit.getId()); + SearchHit searchHit = SearchHit.unpooled(currentId, originalHit.getId()); searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); @@ -87,7 +87,7 @@ private void fillIntersectHitsFromResults(Set comparableHit } int totalSize = currentId - 1; SearchHit[] unionHitsArr = intersectHitsList.toArray(new SearchHit[totalSize]); - this.intersectHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); + this.intersectHits = SearchHits.unpooled(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private void fillComparableSetFromHits(String[] fieldsOrder, SearchHit[] hits, Set setToFill) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index 9efb88fc..e8db7b30 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -115,7 +115,7 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues ArrayList values = new ArrayList(); values.add(result); fields.put(fieldName,new DocumentField(fieldName, values)); - SearchHit searchHit = new SearchHit(currentId, currentId + ""); + SearchHit searchHit = SearchHit.unpooled(currentId, currentId + ""); searchHit.addDocumentFields(fields, Collections.emptyMap()); searchHit.sourceRef(someHit.getSourceRef()); searchHit.getSourceAsMap().clear(); @@ -127,7 +127,7 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues } int totalSize = currentId - 1; SearchHit[] unionHitsArr = minusHitsList.toArray(new SearchHit[totalSize]); - this.minusHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); + this.minusHits = SearchHits.unpooled(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private void fillMinusHitsFromResults(Set comperableHitResults) { @@ -137,7 +137,7 @@ private void fillMinusHitsFromResults(Set comperableHitResu ArrayList values = new ArrayList(); values.add(result); SearchHit originalHit = result.getOriginalHit(); - SearchHit searchHit = new SearchHit(currentId, originalHit.getId()); + SearchHit searchHit = SearchHit.unpooled(currentId, originalHit.getId()); searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); searchHit.getSourceAsMap().clear(); @@ -156,7 +156,7 @@ private void fillMinusHitsFromResults(Set comperableHitResu } int totalSize = currentId - 1; SearchHit[] unionHitsArr = minusHitsList.toArray(new SearchHit[totalSize]); - this.minusHits = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); + this.minusHits = SearchHits.unpooled(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private Set runWithScrollings() { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index 2aa386f5..bd09e9ab 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -117,7 +117,7 @@ private int combineResultsFromMultiResponses(List combinedResults, in private SearchHit getMergedHit(int currentCombinedResults, String t1Alias, String t2Alias, SearchHit hitFromFirstTable, SearchHit matchedHit) { onlyReturnedFields(matchedHit.getSourceAsMap(), nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); - SearchHit searchHit = new SearchHit(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId()); + SearchHit searchHit = SearchHit.unpooled(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId()); searchHit.addDocumentFields(hitFromFirstTable.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hitFromFirstTable.getSourceRef()); searchHit.getSourceAsMap().clear(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java index 4845e51b..da1ca2fe 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/QueryActionElasticExecutor.java @@ -6,7 +6,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.internal.Client; import org.elasticsearch.search.SearchHits; -import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.AggregationQueryAction; import org.nlpcn.es4sql.query.DefaultQueryAction; @@ -52,7 +52,7 @@ public static SearchHits executeJoinSearchAction(Client client , ESJoinQueryActi return executor.getHits(); } - public static Aggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws SqlParseException { + public static InternalAggregations executeAggregationAction(AggregationQueryAction aggregationQueryAction) throws SqlParseException { SqlElasticSearchRequestBuilder select = aggregationQueryAction.explain(); SearchResponse resp = (SearchResponse) select.get(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 18a311b6..9fe14273 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -2,10 +2,12 @@ import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.node.DiscoveryNodes; +import org.elasticsearch.common.io.stream.NamedWriteableRegistry; import org.elasticsearch.common.settings.ClusterSettings; import org.elasticsearch.common.settings.IndexScopedSettings; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.SettingsFilter; +import org.elasticsearch.features.NodeFeature; import org.elasticsearch.plugins.ActionPlugin; import org.elasticsearch.plugins.Plugin; import org.elasticsearch.rest.RestController; @@ -13,7 +15,7 @@ import java.util.Collection; import java.util.Collections; -import java.util.List; +import java.util.function.Predicate; import java.util.function.Supplier; public class SqlPlug extends Plugin implements ActionPlugin { @@ -35,7 +37,7 @@ public Collection createComponents(PluginServices services) { } @Override - public List getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster) { + public Collection getRestHandlers(Settings settings, NamedWriteableRegistry namedWriteableRegistry, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster, Predicate clusterSupportsFeature) { return Collections.singletonList(new RestSqlAction()); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index a8171962..0c4f7686 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -42,12 +42,12 @@ public void run() throws IOException, SqlParseException { fillInternalSearchHits(unionHits,secondResponse.getHits().getHits(),this.multiQueryBuilder.getSecondTableFieldToAlias()); int totalSize = unionHits.size(); SearchHit[] unionHitsArr = unionHits.toArray(new SearchHit[totalSize]); - this.results = new SearchHits(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); + this.results = SearchHits.unpooled(unionHitsArr, new TotalHits(totalSize, TotalHits.Relation.EQUAL_TO), 1.0f); } private void fillInternalSearchHits(List unionHits, SearchHit[] hits, Map fieldNameToAlias) { for(SearchHit hit : hits){ - SearchHit searchHit = new SearchHit(currentId, hit.getId()); + SearchHit searchHit = SearchHit.unpooled(currentId, hit.getId()); searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); searchHit.getSourceAsMap().clear(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java index b041ec2d..bc4e66d7 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ActionHandler.java @@ -22,7 +22,7 @@ import org.elasticsearch.common.transport.TransportAddress; import org.elasticsearch.common.xcontent.LoggingDeprecationHandler; import org.elasticsearch.core.CheckedFunction; -import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder; import org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite; import org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder; @@ -134,7 +134,6 @@ import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Arrays; -import java.util.EnumSet; import java.util.List; import java.util.Locale; import java.util.Map; @@ -178,55 +177,55 @@ public ActionHandler(ElasticsearchClient client) { this.jsonpMapper = client._jsonpMapper(); this.xContentParserConfiguration = XContentParserConfiguration.EMPTY.withRegistry(new NamedXContentRegistry(Arrays.asList( //new Entry(Aggregation.class, new ParseField(AdjacencyMatrixAggregationBuilder.NAME), (p, c) -> ParsedAdjacencyMatrix.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(CompositeAggregationBuilder.NAME), (p, c) -> ParsedComposite.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(FilterAggregationBuilder.NAME), (p, c) -> ParsedFilter.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(FiltersAggregationBuilder.NAME), (p, c) -> ParsedFilters.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GeoHashGridAggregationBuilder.NAME), (p, c) -> ParsedGeoHashGrid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GeoTileGridAggregationBuilder.NAME), (p, c) -> ParsedGeoTileGrid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GlobalAggregationBuilder.NAME), (p, c) -> ParsedGlobal.fromXContent(p, (String) c)), //new Entry(Aggregation.class, new ParseField(AutoDateHistogramAggregationBuilder.NAME), (p, c) -> ParsedAutoDateHistogram.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MissingAggregationBuilder.NAME), (p, c) -> ParsedMissing.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(NestedAggregationBuilder.NAME), (p, c) -> ParsedNested.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ReverseNestedAggregationBuilder.NAME), (p, c) -> ParsedReverseNested.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(IpRangeAggregationBuilder.NAME), (p, c) -> ParsedBinaryRange.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DateRangeAggregationBuilder.NAME), (p, c) -> ParsedDateRange.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoDistanceAggregationBuilder.NAME), (p, c) -> ParsedGeoDistance.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(RangeAggregationBuilder.NAME), (p, c) -> ParsedRange.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalSampler.PARSER_NAME), (p, c) -> ParsedSampler.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(DoubleTerms.NAME), (p, c) -> ParsedDoubleTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(LongRareTerms.NAME), (p, c) -> ParsedLongRareTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(LongTerms.NAME), (p, c) -> ParsedLongTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SignificantLongTerms.NAME), (p, c) -> ParsedSignificantLongTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SignificantStringTerms.NAME), (p, c) -> ParsedSignificantStringTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StringRareTerms.NAME), (p, c) -> ParsedStringRareTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StringTerms.NAME), (p, c) -> ParsedStringTerms.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(AvgAggregationBuilder.NAME), (p, c) -> ParsedAvg.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(CardinalityAggregationBuilder.NAME), (p, c) -> ParsedCardinality.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ExtendedStatsAggregationBuilder.NAME), (p, c) -> ParsedExtendedStats.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoBoundsAggregationBuilder.NAME), (p, c) -> ParsedGeoBounds.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(GeoCentroidAggregationBuilder.NAME), (p, c) -> ParsedGeoCentroid.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalHDRPercentileRanks.NAME), (p, c) -> ParsedHDRPercentileRanks.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalHDRPercentiles.NAME), (p, c) -> ParsedHDRPercentiles.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MaxAggregationBuilder.NAME), (p, c) -> ParsedMax.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MedianAbsoluteDeviationAggregationBuilder.NAME), (p, c) -> ParsedMedianAbsoluteDeviation.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(MinAggregationBuilder.NAME), (p, c) -> ParsedMin.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ScriptedMetricAggregationBuilder.NAME), (p, c) -> ParsedScriptedMetric.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StatsAggregationBuilder.NAME), (p, c) -> ParsedStats.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(SumAggregationBuilder.NAME), (p, c) -> ParsedSum.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalTDigestPercentileRanks.NAME), (p, c) -> ParsedTDigestPercentileRanks.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalTDigestPercentiles.NAME), (p, c) -> ParsedTDigestPercentiles.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(TopHitsAggregationBuilder.NAME), (p, c) -> ParsedTopHits.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(DateHistogramAggregationBuilder.NAME), (p, c) -> ParsedDateHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(HistogramAggregationBuilder.NAME), (p, c) -> ParsedHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(VariableWidthHistogramAggregationBuilder.NAME), (p, c) -> ParsedVariableWidthHistogram.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(MissingAggregationBuilder.NAME), (p, c) -> ParsedMissing.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(NestedAggregationBuilder.NAME), (p, c) -> ParsedNested.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(ReverseNestedAggregationBuilder.NAME), (p, c) -> ParsedReverseNested.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(IpRangeAggregationBuilder.NAME), (p, c) -> ParsedBinaryRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(DateRangeAggregationBuilder.NAME), (p, c) -> ParsedDateRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GeoDistanceAggregationBuilder.NAME), (p, c) -> ParsedGeoDistance.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(RangeAggregationBuilder.NAME), (p, c) -> ParsedRange.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalSampler.PARSER_NAME), (p, c) -> ParsedSampler.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(DoubleTerms.NAME), (p, c) -> ParsedDoubleTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(LongRareTerms.NAME), (p, c) -> ParsedLongRareTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(LongTerms.NAME), (p, c) -> ParsedLongTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(SignificantLongTerms.NAME), (p, c) -> ParsedSignificantLongTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(SignificantStringTerms.NAME), (p, c) -> ParsedSignificantStringTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(StringRareTerms.NAME), (p, c) -> ParsedStringRareTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(StringTerms.NAME), (p, c) -> ParsedStringTerms.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(AvgAggregationBuilder.NAME), (p, c) -> ParsedAvg.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(CardinalityAggregationBuilder.NAME), (p, c) -> ParsedCardinality.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(ExtendedStatsAggregationBuilder.NAME), (p, c) -> ParsedExtendedStats.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GeoBoundsAggregationBuilder.NAME), (p, c) -> ParsedGeoBounds.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(GeoCentroidAggregationBuilder.NAME), (p, c) -> ParsedGeoCentroid.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalHDRPercentileRanks.NAME), (p, c) -> ParsedHDRPercentileRanks.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalHDRPercentiles.NAME), (p, c) -> ParsedHDRPercentiles.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(MaxAggregationBuilder.NAME), (p, c) -> ParsedMax.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(MedianAbsoluteDeviationAggregationBuilder.NAME), (p, c) -> ParsedMedianAbsoluteDeviation.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(MinAggregationBuilder.NAME), (p, c) -> ParsedMin.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(ScriptedMetricAggregationBuilder.NAME), (p, c) -> ParsedScriptedMetric.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(StatsAggregationBuilder.NAME), (p, c) -> ParsedStats.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(SumAggregationBuilder.NAME), (p, c) -> ParsedSum.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalTDigestPercentileRanks.NAME), (p, c) -> ParsedTDigestPercentileRanks.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalTDigestPercentiles.NAME), (p, c) -> ParsedTDigestPercentiles.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(TopHitsAggregationBuilder.NAME), (p, c) -> ParsedTopHits.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(ValueCountAggregationBuilder.NAME), (p, c) -> ParsedValueCount.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(WeightedAvgAggregationBuilder.NAME), (p, c) -> ParsedWeightedAvg.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalBucketMetricValue.NAME), (p, c) -> ParsedBucketMetricValue.fromXContent(p, (String) c)), //new Entry(Aggregation.class, new ParseField(DerivativePipelineAggregationBuilder.NAME), (p, c) -> ParsedDerivative.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), - new NamedXContentRegistry.Entry(Aggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)) + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(ExtendedStatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedExtendedStatsBucket.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(PercentilesBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedPercentilesBucket.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(InternalSimpleValue.NAME), (p, c) -> ParsedSimpleValue.fromXContent(p, (String) c)), + new NamedXContentRegistry.Entry(InternalAggregation.class, new ParseField(StatsBucketPipelineAggregationBuilder.NAME), (p, c) -> ParsedStatsBucket.fromXContent(p, (String) c)) //new Entry(Aggregation.class, new ParseField(TimeSeriesAggregationBuilder.NAME), (p, c) -> ParsedTimeSeries.fromXContent(p, (String) c)) ))).withDeprecationHandler(LoggingDeprecationHandler.INSTANCE); } @@ -257,28 +256,23 @@ protected SearchType getSearchType(org.elasticsearch.action.search.SearchType se } } - protected List getExpandWildcard(EnumSet states) { - List expandWildcards = new ArrayList<>(); - if (states.isEmpty()) { + protected List getExpandWildcard(IndicesOptions.WildcardOptions wildcardOptions) { + List expandWildcards = new ArrayList<>(3); + if (wildcardOptions.matchOpen()) { + expandWildcards.add(ExpandWildcard.Open); + } + if (wildcardOptions.matchClosed()) { + expandWildcards.add(ExpandWildcard.Closed); + } + if (wildcardOptions.includeHidden()) { + expandWildcards.add(ExpandWildcard.Hidden); + } + + if (expandWildcards.isEmpty()) { expandWildcards.add(ExpandWildcard.None); - } else if (states.containsAll(EnumSet.allOf(IndicesOptions.WildcardStates.class))) { + } else if (expandWildcards.size() == 3) { + expandWildcards.clear(); expandWildcards.add(ExpandWildcard.All); - } else { - for (IndicesOptions.WildcardStates state : states) { - switch (state) { - case OPEN: - expandWildcards.add(ExpandWildcard.Open); - break; - case CLOSED: - expandWildcards.add(ExpandWildcard.Closed); - break; - case HIDDEN: - expandWildcards.add(ExpandWildcard.Hidden); - break; - default: - break; - } - } } return expandWildcards; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java index eb61bd6f..241ee774 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java @@ -16,6 +16,7 @@ import org.elasticsearch.action.DocWriteRequest; import org.elasticsearch.action.bulk.BulkAction; import org.elasticsearch.action.bulk.BulkResponse; +import org.elasticsearch.action.bulk.ParsedBulkResponse; import org.elasticsearch.action.delete.DeleteRequest; import org.elasticsearch.action.index.IndexRequest; import org.elasticsearch.action.support.ActiveShardCount; @@ -143,7 +144,7 @@ protected BulkRequest convertRequest(org.elasticsearch.action.bulk.BulkRequest b @Override protected BulkResponse convertResponse(co.elastic.clients.elasticsearch.core.BulkResponse bulkResponse) throws IOException { - return parseJson(bulkResponse, BulkResponse::fromXContent); + return parseJson(bulkResponse, ParsedBulkResponse::fromXContent); } private VersionType getVersionType(org.elasticsearch.index.VersionType versionType) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java index 49f61c83..0428913b 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java @@ -146,7 +146,7 @@ protected StateRequest convertRequest(ClusterStateRequest clusterStateRequest) t Optional.ofNullable(clusterStateRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java index 20ee69f2..93948ee8 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteByQueryActionHandler.java @@ -13,6 +13,7 @@ import org.elasticsearch.common.Strings; import org.elasticsearch.index.reindex.BulkByScrollResponse; import org.elasticsearch.index.reindex.DeleteByQueryAction; +import org.elasticsearch.index.reindex.ParsedBulkByScrollResponse; import java.io.IOException; import java.io.Reader; @@ -75,13 +76,13 @@ protected DeleteByQueryRequest convertRequest(org.elasticsearch.index.reindex.De Optional.ofNullable(deleteByQueryRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } @Override protected BulkByScrollResponse convertResponse(DeleteByQueryResponse deleteByQueryResponse) throws IOException { - return parseJson(deleteByQueryResponse, BulkByScrollResponse::fromXContent); + return parseJson(deleteByQueryResponse, ParsedBulkByScrollResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java index ab72973e..f2ee8b7d 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java @@ -4,7 +4,7 @@ import co.elastic.clients.elasticsearch._types.Time; import co.elastic.clients.elasticsearch.indices.DeleteIndexRequest; import co.elastic.clients.elasticsearch.indices.DeleteIndexResponse; -import org.elasticsearch.action.admin.indices.delete.DeleteIndexAction; +import org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction; import org.elasticsearch.action.support.master.AcknowledgedResponse; import java.io.IOException; @@ -26,7 +26,7 @@ public DeleteIndexActionHandler(ElasticsearchClient client) { @Override public String getName() { - return DeleteIndexAction.NAME; + return TransportDeleteIndexAction.TYPE.name(); } @Override @@ -43,7 +43,7 @@ protected DeleteIndexRequest convertRequest(org.elasticsearch.action.admin.indic Optional.ofNullable(deleteIndexRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java index 7bf8c9d6..96ff6c06 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java @@ -60,7 +60,7 @@ protected GetIndexRequest convertRequest(org.elasticsearch.action.admin.indices. Optional.ofNullable(getIndexRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); Optional.ofNullable(getIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); return builder.build(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java index ec5f7db3..65a9d285 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java @@ -9,6 +9,7 @@ import jakarta.json.stream.JsonParser; import org.elasticsearch.action.search.MultiSearchRequest; import org.elasticsearch.action.search.MultiSearchResponse; +import org.elasticsearch.action.search.ParsedMultiSearchResponse; import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.TransportMultiSearchAction; import org.elasticsearch.common.Strings; @@ -60,7 +61,7 @@ protected MsearchRequest convertRequest(MultiSearchRequest multiSearchRequest) t Optional.ofNullable(request.indicesOptions()).ifPresent(options -> { msearchHeaderBuilder.allowNoIndices(options.allowNoIndices()); msearchHeaderBuilder.ignoreUnavailable(options.ignoreUnavailable()); - msearchHeaderBuilder.expandWildcards(getExpandWildcard(options.expandWildcards())); + msearchHeaderBuilder.expandWildcards(getExpandWildcard(options.wildcardOptions())); msearchHeaderBuilder.ignoreThrottled(options.ignoreThrottled()); }); @@ -77,13 +78,13 @@ protected MsearchRequest convertRequest(MultiSearchRequest multiSearchRequest) t Optional.ofNullable(multiSearchRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } @Override protected MultiSearchResponse convertResponse(MsearchResponse msearchResponse) throws IOException { - return parseJson(msearchResponse, MultiSearchResponse::fromXContext); + return parseJson(msearchResponse, ParsedMultiSearchResponse::fromXContext); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java index 70b387dd..15ebc72a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java @@ -5,7 +5,7 @@ import co.elastic.clients.elasticsearch.indices.PutMappingRequest; import co.elastic.clients.elasticsearch.indices.PutMappingResponse; import jakarta.json.stream.JsonParser; -import org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction; +import org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction; import org.elasticsearch.action.support.master.AcknowledgedResponse; import org.elasticsearch.common.Strings; @@ -30,7 +30,7 @@ public PutMappingActionHandler(ElasticsearchClient client) { @Override public String getName() { - return PutMappingAction.NAME; + return TransportPutMappingAction.TYPE.name(); } @Override @@ -52,7 +52,7 @@ protected PutMappingRequest convertRequest(org.elasticsearch.action.admin.indice Optional.ofNullable(putMappingRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); Optional.ofNullable(putMappingRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); Optional.ofNullable(putMappingRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java index 445c3d19..56e3b3d1 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/RefreshActionHandler.java @@ -2,8 +2,9 @@ import co.elastic.clients.elasticsearch.ElasticsearchClient; import co.elastic.clients.elasticsearch.indices.RefreshRequest; +import org.elasticsearch.action.admin.indices.refresh.ParsedRefreshResponse; import org.elasticsearch.action.admin.indices.refresh.RefreshAction; -import org.elasticsearch.action.admin.indices.refresh.RefreshResponse; +import org.elasticsearch.action.support.broadcast.BroadcastResponse; import java.io.IOException; import java.util.Arrays; @@ -16,7 +17,7 @@ * @version V1.0 * @since 2024-08-04 22:02 */ -public class RefreshActionHandler extends ActionHandler { +public class RefreshActionHandler extends ActionHandler { public RefreshActionHandler(ElasticsearchClient client) { super(client); @@ -39,13 +40,13 @@ protected RefreshRequest convertRequest(org.elasticsearch.action.admin.indices.r Optional.ofNullable(refreshRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } @Override - protected RefreshResponse convertResponse(co.elastic.clients.elasticsearch.indices.RefreshResponse refreshResponse) throws IOException { - return parseJson(refreshResponse, RefreshResponse::fromXContent); + protected BroadcastResponse convertResponse(co.elastic.clients.elasticsearch.indices.RefreshResponse refreshResponse) throws IOException { + return parseJson(refreshResponse, ParsedRefreshResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java index 578d1695..54c5c895 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java @@ -4,6 +4,7 @@ import co.elastic.clients.elasticsearch._types.Time; import co.elastic.clients.elasticsearch.core.SearchRequest; import jakarta.json.stream.JsonParser; +import org.elasticsearch.action.search.ParsedSearchResponse; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.action.search.TransportSearchAction; import org.elasticsearch.common.Strings; @@ -58,13 +59,13 @@ protected SearchRequest convertRequest(org.elasticsearch.action.search.SearchReq Optional.ofNullable(searchRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); - builder.expandWildcards(getExpandWildcard(options.expandWildcards())); + builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); return builder.build(); } @Override protected SearchResponse convertResponse(co.elastic.clients.elasticsearch.core.SearchResponse searchResponse) throws IOException { - return parseJson(searchResponse, SearchResponse::fromXContent); + return parseJson(searchResponse, ParsedSearchResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java index 5973b8c4..f58e3320 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java @@ -4,6 +4,7 @@ import co.elastic.clients.elasticsearch._types.Time; import co.elastic.clients.elasticsearch.core.ScrollRequest; import co.elastic.clients.elasticsearch.core.ScrollResponse; +import org.elasticsearch.action.search.ParsedSearchResponse; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.action.search.SearchScrollRequest; import org.elasticsearch.action.search.TransportSearchScrollAction; @@ -44,6 +45,6 @@ protected ScrollRequest convertRequest(SearchScrollRequest searchScrollRequest) @Override protected SearchResponse convertResponse(ScrollResponse scrollResponse) throws IOException { - return parseJson(scrollResponse, SearchResponse::fromXContent); + return parseJson(scrollResponse, ParsedSearchResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index fde83861..1530336e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -10,7 +10,8 @@ import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.ExtendedStats; @@ -75,11 +76,11 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers, hitFieldNames); return new CSVResult(headers,csvLines); } - if(queryResult instanceof Aggregations){ + if(queryResult instanceof InternalAggregations){ List headers = new ArrayList<>(); List> lines = new ArrayList<>(); lines.add(new ArrayList()); - handleAggregations((Aggregations) queryResult, headers, lines); + handleAggregations((InternalAggregations) queryResult, headers, lines); List csvLines = new ArrayList<>(); for(List simpleLine : lines){ @@ -163,20 +164,20 @@ private static String parsePath(String path) { return path.replaceAll("\\s+", "").replace("[", "").replace("]", "").replace(",", "."); } - private void handleAggregations(Aggregations aggregations, List headers, List> lines) throws CsvExtractorException { + private void handleAggregations(InternalAggregations aggregations, List headers, List> lines) throws CsvExtractorException { if(allNumericAggregations(aggregations)){ lines.get(this.currentLineIndex).addAll(fillHeaderAndCreateLineForNumericAggregations(aggregations, headers)); return; } //aggregations with size one only supported when not metrics. - List aggregationList = aggregations.asList(); + List aggregationList = aggregations.asList(); if(aggregationList.size() > 1){ throw new CsvExtractorException("currently support only one aggregation at same level (Except for numeric metrics)"); } Aggregation aggregation = aggregationList.get(0); //we want to skip singleBucketAggregations (nested,reverse_nested,filters) if(aggregation instanceof SingleBucketAggregation){ - Aggregations singleBucketAggs = ((SingleBucketAggregation) aggregation).getAggregations(); + InternalAggregations singleBucketAggs = ((SingleBucketAggregation) aggregation).getAggregations(); handleAggregations(singleBucketAggs, headers, lines); return; } @@ -241,9 +242,9 @@ private void handleGeoBoundsAggregation(List headers, List> lines.add(line); } - private List fillHeaderAndCreateLineForNumericAggregations(Aggregations aggregations, List header) throws CsvExtractorException { + private List fillHeaderAndCreateLineForNumericAggregations(InternalAggregations aggregations, List header) throws CsvExtractorException { List line = new ArrayList<>(); - List aggregationList = aggregations.asList(); + List aggregationList = aggregations.asList(); for(Aggregation aggregation : aggregationList){ handleNumericMetricAggregation(header, line, aggregation); } @@ -321,8 +322,8 @@ private void mergeHeadersWithPrefix(List header, String prefix, String[] } } - private boolean allNumericAggregations(Aggregations aggregations) { - List aggregationList = aggregations.asList(); + private boolean allNumericAggregations(InternalAggregations aggregations) { + List aggregationList = aggregations.asList(); for(Aggregation aggregation : aggregationList){ if(!(aggregation instanceof NumericMetricsAggregation)){ return false; @@ -338,7 +339,7 @@ private Aggregation skipAggregations(Aggregation firstAggregation) { return firstAggregation; } - private Aggregation getFirstAggregation(Aggregations aggregations){ + private Aggregation getFirstAggregation(InternalAggregations aggregations){ return aggregations.asList().get(0); } diff --git a/src/main/java/org/elasticsearch/search/aggregations/ParsedAggregation.java b/src/main/java/org/elasticsearch/search/aggregations/ParsedAggregation.java new file mode 100644 index 00000000..b3c34ceb --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/ParsedAggregation.java @@ -0,0 +1,106 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations; + +import com.google.common.collect.Maps; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.xcontent.AbstractObjectParser; +import org.elasticsearch.xcontent.ToXContentFragment; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; +import java.lang.reflect.Field; +import java.util.List; +import java.util.Map; +import java.util.Objects; + +/** + * An implementation of {@link Aggregation} that is parsed from a REST response. + * Serves as a base class for all aggregation implementations that are parsed from REST. + */ +public abstract class ParsedAggregation extends InternalAggregation implements ToXContentFragment { + + private static final Field NAME_FIELD; + + static { + try { + NAME_FIELD = InternalAggregation.class.getDeclaredField("name"); + if (!NAME_FIELD.isAccessible()) { + NAME_FIELD.setAccessible(true); + } + } catch (NoSuchFieldException e) { + throw new IllegalStateException(e); + } + } + + protected static void declareAggregationFields(AbstractObjectParser objectParser) { + objectParser.declareObject( + ParsedAggregation::setMetadata, + (parser, context) -> parser.map(), + InternalAggregation.CommonFields.META + ); + } + + protected ParsedAggregation() { + super(null, Maps.newHashMap()); + } + + @Override + protected AggregatorReducer getLeaderReducer(AggregationReduceContext reduceContext, int size) { + return null; + } + + @Override + protected boolean mustReduceOnSingleInternalAgg() { + return false; + } + + @Override + public Object getProperty(List path) { + return null; + } + + @Override + public String getWriteableName() { + return null; + } + + @Override + protected void doWriteTo(StreamOutput out) throws IOException { + } + + protected void setName(String name) { + try { + NAME_FIELD.set(this, name); + } catch (IllegalAccessException e) { + throw new IllegalStateException(e); + } + } + + protected void setMetadata(Map metadata) { + getMetadata().clear(); + if (Objects.nonNull(metadata)) { + getMetadata().putAll(metadata); + } + } + + /** + * Parse a token of type XContentParser.Token.VALUE_NUMBER or XContentParser.Token.STRING to a double. + * In other cases the default value is returned instead. + */ + protected static double parseDouble(XContentParser parser, double defaultNullValue) throws IOException { + Token currentToken = parser.currentToken(); + if (currentToken == XContentParser.Token.VALUE_NUMBER || currentToken == XContentParser.Token.VALUE_STRING) { + return parser.doubleValue(); + } else { + return defaultNullValue; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java b/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java new file mode 100644 index 00000000..2951e284 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java @@ -0,0 +1,183 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations; + +import org.elasticsearch.common.CheckedBiConsumer; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public abstract class ParsedMultiBucketAggregation extends ParsedAggregation + implements + MultiBucketsAggregation { + + protected final List buckets = new ArrayList<>(); + protected boolean keyed = false; + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + if (keyed) { + builder.startObject(CommonFields.BUCKETS.getPreferredName()); + } else { + builder.startArray(CommonFields.BUCKETS.getPreferredName()); + } + for (B bucket : buckets) { + bucket.toXContent(builder, params); + } + if (keyed) { + builder.endObject(); + } else { + builder.endArray(); + } + return builder; + } + + public static , T extends ParsedBucket> void declareMultiBucketAggregationFields( + final ObjectParser objectParser, + final CheckedFunction bucketParser, + final CheckedFunction keyedBucketParser + ) { + declareAggregationFields(objectParser); + objectParser.declareField((parser, aggregation, context) -> { + XContentParser.Token token = parser.currentToken(); + if (token == XContentParser.Token.START_OBJECT) { + aggregation.keyed = true; + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + aggregation.buckets.add(keyedBucketParser.apply(parser)); + } + } else if (token == XContentParser.Token.START_ARRAY) { + aggregation.keyed = false; + while (parser.nextToken() != XContentParser.Token.END_ARRAY) { + aggregation.buckets.add(bucketParser.apply(parser)); + } + } + }, CommonFields.BUCKETS, ObjectParser.ValueType.OBJECT_ARRAY); + } + + public abstract static class ParsedBucket implements MultiBucketsAggregation.Bucket { + + private InternalAggregations aggregations; + private String keyAsString; + private long docCount; + private boolean keyed; + + protected void setKeyAsString(String keyAsString) { + this.keyAsString = keyAsString; + } + + @Override + public String getKeyAsString() { + return keyAsString; + } + + protected void setDocCount(long docCount) { + this.docCount = docCount; + } + + @Override + public long getDocCount() { + return docCount; + } + + public void setKeyed(boolean keyed) { + this.keyed = keyed; + } + + protected boolean isKeyed() { + return keyed; + } + + protected void setAggregations(InternalAggregations aggregations) { + this.aggregations = aggregations; + } + + @Override + public InternalAggregations getAggregations() { + return aggregations; + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + if (keyed) { + // Subclasses can override the getKeyAsString method to handle specific cases like + // keyed bucket with RAW doc value format where the key_as_string field is not printed + // out but we still need to have a string version of the key to use as the bucket's name. + builder.startObject(getKeyAsString()); + } else { + builder.startObject(); + } + if (keyAsString != null) { + builder.field(CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + keyToXContent(builder); + builder.field(CommonFields.DOC_COUNT.getPreferredName(), docCount); + aggregations.toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(CommonFields.KEY.getPreferredName(), getKey()); + } + + protected static B parseXContent( + final XContentParser parser, + final boolean keyed, + final Supplier bucketSupplier, + final CheckedBiConsumer keyConsumer + ) throws IOException { + final B bucket = bucketSupplier.get(); + bucket.setKeyed(keyed); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + if (keyed) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + } + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + keyConsumer.accept(parser, bucket); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + keyConsumer.accept(parser, bucket); + } else { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/ParsedSingleBucketAggregation.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/ParsedSingleBucketAggregation.java new file mode 100644 index 00000000..91cf1558 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/ParsedSingleBucketAggregation.java @@ -0,0 +1,87 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket; + +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A base class for all the single bucket aggregations. + */ +public abstract class ParsedSingleBucketAggregation extends ParsedAggregation implements SingleBucketAggregation { + + private long docCount; + protected InternalAggregations aggregations = InternalAggregations.EMPTY; + + @Override + public long getDocCount() { + return docCount; + } + + protected void setDocCount(long docCount) { + this.docCount = docCount; + } + + @Override + public InternalAggregations getAggregations() { + return aggregations; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(CommonFields.DOC_COUNT.getPreferredName(), docCount); + aggregations.toXContentInternal(builder, params); + return builder; + } + + protected static T parseXContent(final XContentParser parser, T aggregation, String name) + throws IOException { + aggregation.setName(name); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + if (token == XContentParser.Token.FIELD_NAME) { + token = parser.nextToken(); + } + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + aggregation.setDocCount(parser.longValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (CommonFields.META.getPreferredName().equals(currentFieldName)) { + aggregation.setMetadata(parser.map()); + } else { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + } + aggregation.aggregations = InternalAggregations.from(aggregations); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/composite/ParsedComposite.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/composite/ParsedComposite.java new file mode 100644 index 00000000..4f4ceda6 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/composite/ParsedComposite.java @@ -0,0 +1,109 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.composite; + +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.List; +import java.util.Map; + +public class ParsedComposite extends ParsedMultiBucketAggregation implements CompositeAggregation { + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedComposite.class.getSimpleName(), + true, + ParsedComposite::new + ); + + static { + PARSER.declareField( + ParsedComposite::setAfterKey, + (p, c) -> p.mapOrdered(), + new ParseField("after_key"), + ObjectParser.ValueType.OBJECT + ); + declareMultiBucketAggregationFields(PARSER, ParsedBucket::fromXContent, parser -> null); + } + + private Map afterKey; + + public static ParsedComposite fromXContent(XContentParser parser, String name) throws IOException { + ParsedComposite aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + if (aggregation.afterKey == null && aggregation.getBuckets().size() > 0) { + /** + * Previous versions (< 6.3) don't send afterKey + * in the response so we set it as the last returned buckets. + */ + aggregation.setAfterKey(aggregation.getBuckets().get(aggregation.getBuckets().size() - 1).key); + } + return aggregation; + } + + @Override + public String getType() { + return CompositeAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + @Override + public Map afterKey() { + if (afterKey != null) { + return afterKey; + } + return buckets.size() > 0 ? buckets.get(buckets.size() - 1).getKey() : null; + } + + private void setAfterKey(Map afterKey) { + this.afterKey = afterKey; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + return CompositeAggregation.toXContentFragment(this, builder, params); + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements CompositeAggregation.Bucket { + private Map key; + + @Override + public String getKeyAsString() { + return key.toString(); + } + + @Override + public Map getKey() { + return key; + } + + void setKey(Map key) { + this.key = key; + } + + @Override + public final XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + /** + * See {@link CompositeAggregation#bucketToXContent} + */ + throw new UnsupportedOperationException("not implemented"); + } + + static ParsedComposite.ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseXContent(parser, false, ParsedBucket::new, (p, bucket) -> bucket.setKey(p.mapOrdered())); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilter.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilter.java new file mode 100644 index 00000000..32957cee --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilter.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.filter; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedFilter extends ParsedSingleBucketAggregation implements Filter { + + @Override + public String getType() { + return FilterAggregationBuilder.NAME; + } + + public static ParsedFilter fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedFilter(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilters.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilters.java new file mode 100644 index 00000000..72b47ae3 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/ParsedFilters.java @@ -0,0 +1,149 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.filter; + +import org.elasticsearch.common.util.Maps; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public class ParsedFilters extends ParsedMultiBucketAggregation implements Filters { + + private Map bucketMap; + + @Override + public String getType() { + return FiltersAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + @Override + public ParsedBucket getBucketByKey(String key) { + if (bucketMap == null) { + bucketMap = Maps.newMapWithExpectedSize(buckets.size()); + for (ParsedBucket bucket : buckets) { + bucketMap.put(bucket.getKey(), bucket); + } + } + return bucketMap.get(key); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedFilters.class.getSimpleName(), + true, + ParsedFilters::new + ); + static { + declareMultiBucketAggregationFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedFilters fromXContent(XContentParser parser, String name) throws IOException { + ParsedFilters aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + // in case this is not a keyed aggregation, we need to add numeric keys to the buckets + if (aggregation.keyed == false) { + int i = 0; + for (ParsedBucket bucket : aggregation.buckets) { + if (bucket.key == null) { + bucket.key = String.valueOf(i); + i++; + } + } + } + return aggregation; + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Filters.Bucket { + + private String key; + + private boolean keyedBucket = true; + + @Override + public String getKey() { + return key; + } + + @Override + public String getKeyAsString() { + return key; + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + if (isKeyed()) { + builder.startObject(key); + } else { + builder.startObject(); + } + if (isKeyed() == false && keyedBucket == false) { + builder.field(CommonFields.KEY.getPreferredName(), key); + } + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + static ParsedBucket fromXContent(XContentParser parser, boolean keyed) throws IOException { + final ParsedBucket bucket = new ParsedBucket(); + bucket.setKeyed(keyed); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + if (keyed) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + bucket.key = currentFieldName; + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + } + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + bucket.key = parser.text(); + bucket.keyedBucket = false; + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGrid.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGrid.java new file mode 100644 index 00000000..c8f5779f --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGrid.java @@ -0,0 +1,40 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.List; +import java.util.function.Supplier; + +public abstract class ParsedGeoGrid extends ParsedMultiBucketAggregation implements GeoGrid { + + @Override + public List getBuckets() { + return buckets; + } + + public static ObjectParser createParser( + Supplier supplier, + CheckedFunction bucketParser, + CheckedFunction keyedBucketParser + ) { + ObjectParser parser = new ObjectParser<>(ParsedGeoGrid.class.getSimpleName(), true, supplier); + declareMultiBucketAggregationFields(parser, bucketParser, keyedBucketParser); + return parser; + } + + public void setName(String name) { + super.setName(name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGridBucket.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGridBucket.java new file mode 100644 index 00000000..97e126c0 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoGridBucket.java @@ -0,0 +1,24 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.XContentBuilder; + +import java.io.IOException; + +public abstract class ParsedGeoGridBucket extends ParsedMultiBucketAggregation.ParsedBucket implements GeoGrid.Bucket { + + protected String hashAsString; + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(Aggregation.CommonFields.KEY.getPreferredName(), hashAsString); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGrid.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGrid.java new file mode 100644 index 00000000..9c9c450b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGrid.java @@ -0,0 +1,34 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGeoHashGrid extends ParsedGeoGrid { + + private static final ObjectParser PARSER = createParser( + ParsedGeoHashGrid::new, + ParsedGeoHashGridBucket::fromXContent, + ParsedGeoHashGridBucket::fromXContent + ); + + public static ParsedGeoGrid fromXContent(XContentParser parser, String name) throws IOException { + ParsedGeoGrid aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + @Override + public String getType() { + return GeoHashGridAggregationBuilder.NAME; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGridBucket.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGridBucket.java new file mode 100644 index 00000000..c709099b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoHashGridBucket.java @@ -0,0 +1,30 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.common.geo.GeoPoint; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGeoHashGridBucket extends ParsedGeoGridBucket { + + @Override + public GeoPoint getKey() { + return GeoPoint.fromGeohash(hashAsString); + } + + @Override + public String getKeyAsString() { + return hashAsString; + } + + static ParsedGeoHashGridBucket fromXContent(XContentParser parser) throws IOException { + return parseXContent(parser, false, ParsedGeoHashGridBucket::new, (p, bucket) -> bucket.hashAsString = p.textOrNull()); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGrid.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGrid.java new file mode 100644 index 00000000..a35e7223 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGrid.java @@ -0,0 +1,34 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGeoTileGrid extends ParsedGeoGrid { + + private static final ObjectParser PARSER = createParser( + ParsedGeoTileGrid::new, + ParsedGeoTileGridBucket::fromXContent, + ParsedGeoTileGridBucket::fromXContent + ); + + public static ParsedGeoGrid fromXContent(XContentParser parser, String name) throws IOException { + ParsedGeoGrid aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + @Override + public String getType() { + return GeoTileGridAggregationBuilder.NAME; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGridBucket.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGridBucket.java new file mode 100644 index 00000000..e39252bc --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/ParsedGeoTileGridBucket.java @@ -0,0 +1,31 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.geogrid; + +import org.elasticsearch.common.geo.GeoPoint; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGeoTileGridBucket extends ParsedGeoGridBucket { + + @Override + public GeoPoint getKey() { + return GeoTileUtils.keyToGeoPoint(hashAsString); + } + + @Override + public String getKeyAsString() { + return hashAsString; + } + + static ParsedGeoTileGridBucket fromXContent(XContentParser parser) throws IOException { + return parseXContent(parser, false, ParsedGeoTileGridBucket::new, (p, bucket) -> bucket.hashAsString = p.text()); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/global/ParsedGlobal.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/global/ParsedGlobal.java new file mode 100644 index 00000000..7d94351c --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/global/ParsedGlobal.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.global; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGlobal extends ParsedSingleBucketAggregation implements Global { + + @Override + public String getType() { + return GlobalAggregationBuilder.NAME; + } + + public static ParsedGlobal fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedGlobal(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedDateHistogram.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedDateHistogram.java new file mode 100644 index 00000000..22a4dd29 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedDateHistogram.java @@ -0,0 +1,85 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.histogram; + +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.time.Instant; +import java.time.ZoneOffset; +import java.util.List; + +public class ParsedDateHistogram extends ParsedMultiBucketAggregation implements Histogram { + + @Override + public String getType() { + return DateHistogramAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedDateHistogram.class.getSimpleName(), + true, + ParsedDateHistogram::new + ); + static { + declareMultiBucketAggregationFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedDateHistogram fromXContent(XContentParser parser, String name) throws IOException { + ParsedDateHistogram aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Histogram.Bucket { + + private Long key; + + @Override + public Object getKey() { + if (key != null) { + return Instant.ofEpochMilli(key).atZone(ZoneOffset.UTC); + } + return null; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Long.toString(key); + } + return null; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(CommonFields.KEY.getPreferredName(), key); + } + + static ParsedBucket fromXContent(XContentParser parser, boolean keyed) throws IOException { + return parseXContent(parser, keyed, ParsedBucket::new, (p, bucket) -> bucket.key = p.longValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedHistogram.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedHistogram.java new file mode 100644 index 00000000..1a08730d --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedHistogram.java @@ -0,0 +1,74 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.histogram; + +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.List; + +public class ParsedHistogram extends ParsedMultiBucketAggregation implements Histogram { + + @Override + public String getType() { + return HistogramAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedHistogram.class.getSimpleName(), + true, + ParsedHistogram::new + ); + static { + declareMultiBucketAggregationFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedHistogram fromXContent(XContentParser parser, String name) throws IOException { + ParsedHistogram aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Histogram.Bucket { + + private Double key; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Double.toString(key); + } + return null; + } + + static ParsedBucket fromXContent(XContentParser parser, boolean keyed) throws IOException { + return parseXContent(parser, keyed, ParsedBucket::new, (p, bucket) -> bucket.key = p.doubleValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedVariableWidthHistogram.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedVariableWidthHistogram.java new file mode 100644 index 00000000..db72af9e --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/ParsedVariableWidthHistogram.java @@ -0,0 +1,185 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.histogram; + +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public class ParsedVariableWidthHistogram extends ParsedMultiBucketAggregation + implements + Histogram { + + @Override + public String getType() { + return VariableWidthHistogramAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedVariableWidthHistogram.class.getSimpleName(), + true, + ParsedVariableWidthHistogram::new + ); + static { + declareMultiBucketAggregationFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedVariableWidthHistogram fromXContent(XContentParser parser, String name) throws IOException { + ParsedVariableWidthHistogram aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Histogram.Bucket { + private Double key; + + private Double min; + private Double max; + + private String minAsString; + private String maxAsString; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Double.toString(key); + } + return null; + } + + public void setMin(Double min) { + this.min = min; + } + + public void setMinAsString(String minAsString) { + this.minAsString = minAsString; + } + + public double getMin() { + return min; + } + + public void setMax(Double max) { + this.max = max; + } + + public void setMaxAsString(String maxAsString) { + this.maxAsString = maxAsString; + } + + public double getMax() { + return max; + } + + static ParsedBucket fromXContent(XContentParser parser, boolean keyed) throws IOException { + final ParsedBucket bucket = new ParsedBucket(); + bucket.setKeyed(keyed); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + if (keyed) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + } + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + bucket.key = parser.doubleValue(); + } else if (CommonFields.MIN_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setMinAsString(parser.text()); + } else if (CommonFields.MIN.getPreferredName().equals(currentFieldName)) { + bucket.setMin(parser.doubleValue()); + } else if (CommonFields.MAX_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setMaxAsString(parser.text()); + } else if (CommonFields.MAX.getPreferredName().equals(currentFieldName)) { + bucket.setMax(parser.doubleValue()); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + bucket.key = parser.doubleValue(); + } else { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + if (isKeyed()) { + builder.startObject(getKeyAsString()); + } else { + builder.startObject(); + } + + if (minAsString != null) { + builder.field(CommonFields.MIN_AS_STRING.getPreferredName(), minAsString); + } + builder.field(CommonFields.MIN.getPreferredName(), getMin()); + + if (super.getKeyAsString() != null) { + builder.field(CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + keyToXContent(builder); + + if (maxAsString != null) { + builder.field(CommonFields.MAX_AS_STRING.getPreferredName(), maxAsString); + } + builder.field(CommonFields.MAX.getPreferredName(), getMax()); + + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/ParsedMissing.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/ParsedMissing.java new file mode 100644 index 00000000..f5065be5 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/ParsedMissing.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.missing; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedMissing extends ParsedSingleBucketAggregation implements Missing { + + @Override + public String getType() { + return MissingAggregationBuilder.NAME; + } + + public static ParsedMissing fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedMissing(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedNested.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedNested.java new file mode 100644 index 00000000..fadd9157 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedNested.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.nested; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedNested extends ParsedSingleBucketAggregation implements Nested { + + @Override + public String getType() { + return NestedAggregationBuilder.NAME; + } + + public static ParsedNested fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedNested(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedReverseNested.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedReverseNested.java new file mode 100644 index 00000000..f356d2d4 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ParsedReverseNested.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.nested; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedReverseNested extends ParsedSingleBucketAggregation implements ReverseNested { + + @Override + public String getType() { + return ReverseNestedAggregationBuilder.NAME; + } + + public static ParsedReverseNested fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedReverseNested(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedBinaryRange.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedBinaryRange.java new file mode 100644 index 00000000..a44c04ed --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedBinaryRange.java @@ -0,0 +1,152 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.range; + +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public class ParsedBinaryRange extends ParsedMultiBucketAggregation implements Range { + + @Override + public String getType() { + return IpRangeAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedBinaryRange.class.getSimpleName(), + true, + ParsedBinaryRange::new + ); + static { + declareMultiBucketAggregationFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedBinaryRange fromXContent(XContentParser parser, String name) throws IOException { + ParsedBinaryRange aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Range.Bucket { + + private String key; + private String from; + private String to; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + return key; + } + + @Override + public Object getFrom() { + return from; + } + + @Override + public String getFromAsString() { + return from; + } + + @Override + public Object getTo() { + return to; + } + + @Override + public String getToAsString() { + return to; + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + if (isKeyed()) { + builder.startObject(key); + } else { + builder.startObject(); + builder.field(CommonFields.KEY.getPreferredName(), key); + } + if (from != null) { + builder.field(CommonFields.FROM.getPreferredName(), from); + } + if (to != null) { + builder.field(CommonFields.TO.getPreferredName(), to); + } + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + static ParsedBucket fromXContent(final XContentParser parser, final boolean keyed) throws IOException { + final ParsedBucket bucket = new ParsedBucket(); + bucket.setKeyed(keyed); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + + if (keyed) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + bucket.key = currentFieldName; + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + } + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + bucket.key = parser.text(); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } else if (CommonFields.FROM.getPreferredName().equals(currentFieldName)) { + bucket.from = parser.text(); + } else if (CommonFields.TO.getPreferredName().equals(currentFieldName)) { + bucket.to = parser.text(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedDateRange.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedDateRange.java new file mode 100644 index 00000000..8b99aab3 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedDateRange.java @@ -0,0 +1,68 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.range; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.time.Instant; +import java.time.ZoneOffset; +import java.time.ZonedDateTime; + +public class ParsedDateRange extends ParsedRange { + + @Override + public String getType() { + return DateRangeAggregationBuilder.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedDateRange.class.getSimpleName(), + true, + ParsedDateRange::new + ); + static { + declareParsedRangeFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedDateRange fromXContent(XContentParser parser, String name) throws IOException { + ParsedDateRange aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedRange.ParsedBucket { + + @Override + public Object getFrom() { + return doubleAsDateTime(from); + } + + @Override + public Object getTo() { + return doubleAsDateTime(to); + } + + private static ZonedDateTime doubleAsDateTime(Double d) { + if (d == null || Double.isInfinite(d)) { + return null; + } + return Instant.ofEpochMilli(d.longValue()).atZone(ZoneOffset.UTC); + } + + static ParsedBucket fromXContent(final XContentParser parser, final boolean keyed) throws IOException { + return parseRangeBucketXContent(parser, ParsedBucket::new, keyed); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedGeoDistance.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedGeoDistance.java new file mode 100644 index 00000000..9efa11c1 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedGeoDistance.java @@ -0,0 +1,48 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.range; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedGeoDistance extends ParsedRange { + + @Override + public String getType() { + return GeoDistanceAggregationBuilder.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedGeoDistance.class.getSimpleName(), + true, + ParsedGeoDistance::new + ); + static { + declareParsedRangeFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedGeoDistance fromXContent(XContentParser parser, String name) throws IOException { + ParsedGeoDistance aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedRange.ParsedBucket { + + static ParsedBucket fromXContent(final XContentParser parser, final boolean keyed) throws IOException { + return parseRangeBucketXContent(parser, ParsedBucket::new, keyed); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedRange.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedRange.java new file mode 100644 index 00000000..7a6f36f5 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ParsedRange.java @@ -0,0 +1,197 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.range; + +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public class ParsedRange extends ParsedMultiBucketAggregation implements Range { + + @Override + public String getType() { + return RangeAggregationBuilder.NAME; + } + + @Override + public List getBuckets() { + return buckets; + } + + protected static void declareParsedRangeFields( + final ObjectParser objectParser, + final CheckedFunction bucketParser, + final CheckedFunction keyedBucketParser + ) { + declareMultiBucketAggregationFields(objectParser, bucketParser, keyedBucketParser); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedRange.class.getSimpleName(), + true, + ParsedRange::new + ); + static { + declareParsedRangeFields( + PARSER, + parser -> ParsedBucket.fromXContent(parser, false), + parser -> ParsedBucket.fromXContent(parser, true) + ); + } + + public static ParsedRange fromXContent(XContentParser parser, String name) throws IOException { + ParsedRange aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Range.Bucket { + + protected String key; + protected double from = Double.NEGATIVE_INFINITY; + protected String fromAsString; + protected double to = Double.POSITIVE_INFINITY; + protected String toAsString; + + @Override + public String getKey() { + return getKeyAsString(); + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + return key; + } + + @Override + public Object getFrom() { + return from; + } + + @Override + public String getFromAsString() { + if (fromAsString != null) { + return fromAsString; + } + return doubleAsString(from); + } + + @Override + public Object getTo() { + return to; + } + + @Override + public String getToAsString() { + if (toAsString != null) { + return toAsString; + } + return doubleAsString(to); + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + if (isKeyed()) { + builder.startObject(key); + } else { + builder.startObject(); + builder.field(CommonFields.KEY.getPreferredName(), key); + } + if (Double.isInfinite(from) == false) { + builder.field(CommonFields.FROM.getPreferredName(), from); + if (fromAsString != null) { + builder.field(CommonFields.FROM_AS_STRING.getPreferredName(), fromAsString); + } + } + if (Double.isInfinite(to) == false) { + builder.field(CommonFields.TO.getPreferredName(), to); + if (toAsString != null) { + builder.field(CommonFields.TO_AS_STRING.getPreferredName(), toAsString); + } + } + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + private static String doubleAsString(double d) { + return Double.isInfinite(d) ? null : Double.toString(d); + } + + protected static B parseRangeBucketXContent( + final XContentParser parser, + final Supplier bucketSupplier, + final boolean keyed + ) throws IOException { + final B bucket = bucketSupplier.get(); + bucket.setKeyed(keyed); + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + if (keyed) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + bucket.key = currentFieldName; + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + } + + List aggregations = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + bucket.key = parser.text(); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } else if (CommonFields.FROM.getPreferredName().equals(currentFieldName)) { + bucket.from = parser.doubleValue(); + } else if (CommonFields.FROM_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.fromAsString = parser.text(); + } else if (CommonFields.TO.getPreferredName().equals(currentFieldName)) { + bucket.to = parser.doubleValue(); + } else if (CommonFields.TO_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.toAsString = parser.text(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + + static ParsedBucket fromXContent(final XContentParser parser, final boolean keyed) throws IOException { + return parseRangeBucketXContent(parser, ParsedBucket::new, keyed); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/sampler/ParsedSampler.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/sampler/ParsedSampler.java new file mode 100644 index 00000000..3d29205a --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/sampler/ParsedSampler.java @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.bucket.sampler; + +import org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedSampler extends ParsedSingleBucketAggregation implements Sampler { + + @Override + public String getType() { + return InternalSampler.PARSER_NAME; + } + + public static ParsedSampler fromXContent(XContentParser parser, final String name) throws IOException { + return parseXContent(parser, new ParsedSampler(), name); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedDoubleTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedDoubleTerms.java new file mode 100644 index 00000000..32cdf0d0 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedDoubleTerms.java @@ -0,0 +1,78 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedDoubleTerms extends ParsedTerms { + + @Override + public String getType() { + return DoubleTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedDoubleTerms.class.getSimpleName(), + true, + ParsedDoubleTerms::new + ); + static { + declareParsedTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedDoubleTerms fromXContent(XContentParser parser, String name) throws IOException { + ParsedDoubleTerms aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedTerms.ParsedBucket { + + private Double key; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Double.toString(key); + } + return null; + } + + public Number getKeyAsNumber() { + return key; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + builder.field(Aggregation.CommonFields.KEY.getPreferredName(), key); + if (super.getKeyAsString() != null) { + builder.field(Aggregation.CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + return builder; + } + + static ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseTermsBucketXContent(parser, ParsedBucket::new, (p, bucket) -> bucket.key = p.doubleValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongRareTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongRareTerms.java new file mode 100644 index 00000000..ffaa0ec2 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongRareTerms.java @@ -0,0 +1,74 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedLongRareTerms extends ParsedRareTerms { + @Override + public String getType() { + return LongRareTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedLongRareTerms.class.getSimpleName(), + true, + ParsedLongRareTerms::new + ); + + static { + declareParsedTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedLongRareTerms fromXContent(XContentParser parser, String name) throws IOException { + ParsedLongRareTerms aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedRareTerms.ParsedBucket { + + private Long key; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Long.toString(key); + } + return null; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + builder.field(Aggregation.CommonFields.KEY.getPreferredName(), key); + if (super.getKeyAsString() != null) { + builder.field(Aggregation.CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + return builder; + } + + static ParsedLongRareTerms.ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseRareTermsBucketXContent(parser, ParsedLongRareTerms.ParsedBucket::new, (p, bucket) -> bucket.key = p.longValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongTerms.java new file mode 100644 index 00000000..4e8ce5d6 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedLongTerms.java @@ -0,0 +1,77 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedLongTerms extends ParsedTerms { + + @Override + public String getType() { + return LongTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedLongTerms.class.getSimpleName(), + true, + ParsedLongTerms::new + ); + static { + declareParsedTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedLongTerms fromXContent(XContentParser parser, String name) throws IOException { + ParsedLongTerms aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedTerms.ParsedBucket { + + private Long key; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return Long.toString(key); + } + return null; + } + + public Number getKeyAsNumber() { + return key; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + builder.field(CommonFields.KEY.getPreferredName(), key); + if (super.getKeyAsString() != null) { + builder.field(CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + return builder; + } + + static ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseTermsBucketXContent(parser, ParsedBucket::new, (p, bucket) -> bucket.key = p.longValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java new file mode 100644 index 00000000..5eef1a70 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java @@ -0,0 +1,97 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.common.CheckedBiConsumer; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +public abstract class ParsedRareTerms extends ParsedMultiBucketAggregation implements RareTerms { + @Override + public List getBuckets() { + return buckets; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.startArray(CommonFields.BUCKETS.getPreferredName()); + for (RareTerms.Bucket bucket : getBuckets()) { + bucket.toXContent(builder, params); + } + builder.endArray(); + return builder; + } + + static void declareParsedTermsFields( + final ObjectParser objectParser, + final CheckedFunction bucketParser + ) { + declareMultiBucketAggregationFields(objectParser, bucketParser, bucketParser); + } + + public abstract static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements RareTerms.Bucket { + + @Override + public final XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + builder.startObject(); + keyToXContent(builder); + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + static B parseRareTermsBucketXContent( + final XContentParser parser, + final Supplier bucketSupplier, + final CheckedBiConsumer keyConsumer + ) throws IOException { + + final B bucket = bucketSupplier.get(); + final List aggregations = new ArrayList<>(); + + XContentParser.Token token; + String currentFieldName = parser.currentName(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + keyConsumer.accept(parser, bucket); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantLongTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantLongTerms.java new file mode 100644 index 00000000..e71ab868 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantLongTerms.java @@ -0,0 +1,69 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedSignificantLongTerms extends ParsedSignificantTerms { + + @Override + public String getType() { + return SignificantLongTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedSignificantLongTerms.class.getSimpleName(), + true, + ParsedSignificantLongTerms::new + ); + static { + declareParsedSignificantTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedSignificantLongTerms fromXContent(XContentParser parser, String name) throws IOException { + return parseSignificantTermsXContent(() -> PARSER.parse(parser, null), name); + } + + public static class ParsedBucket extends ParsedSignificantTerms.ParsedBucket { + + private Long key; + + @Override + public Object getKey() { + return key; + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + return Long.toString(key); + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + builder.field(Aggregation.CommonFields.KEY.getPreferredName(), key); + if (super.getKeyAsString() != null) { + builder.field(Aggregation.CommonFields.KEY_AS_STRING.getPreferredName(), getKeyAsString()); + } + return builder; + } + + static ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseSignificantTermsBucketXContent(parser, new ParsedBucket(), (p, bucket) -> bucket.key = p.longValue()); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantStringTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantStringTerms.java new file mode 100644 index 00000000..79a54acf --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantStringTerms.java @@ -0,0 +1,73 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.nio.CharBuffer; + +public class ParsedSignificantStringTerms extends ParsedSignificantTerms { + + @Override + public String getType() { + return SignificantStringTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedSignificantStringTerms.class.getSimpleName(), + true, + ParsedSignificantStringTerms::new + ); + static { + declareParsedSignificantTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedSignificantStringTerms fromXContent(XContentParser parser, String name) throws IOException { + return parseSignificantTermsXContent(() -> PARSER.parse(parser, null), name); + } + + public static class ParsedBucket extends ParsedSignificantTerms.ParsedBucket { + + private BytesRef key; + + @Override + public Object getKey() { + return getKeyAsString(); + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + return key.utf8ToString(); + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(CommonFields.KEY.getPreferredName(), getKey()); + } + + static ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseSignificantTermsBucketXContent(parser, new ParsedBucket(), (p, bucket) -> { + CharBuffer cb = p.charBufferOrNull(); + if (cb == null) { + bucket.key = null; + } else { + bucket.key = new BytesRef(cb); + } + }); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java new file mode 100644 index 00000000..72482572 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java @@ -0,0 +1,195 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.common.CheckedBiConsumer; +import org.elasticsearch.common.CheckedSupplier; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.function.Function; +import java.util.stream.Collectors; + +public abstract class ParsedSignificantTerms extends ParsedMultiBucketAggregation + implements + SignificantTerms { + + private Map bucketMap; + protected long subsetSize; + protected long supersetSize; + + protected long getSubsetSize() { + return subsetSize; + } + + protected long getSupersetSize() { + return supersetSize; + } + + @Override + public List getBuckets() { + return buckets; + } + + @Override + public SignificantTerms.Bucket getBucketByKey(String term) { + if (bucketMap == null) { + bucketMap = buckets.stream().collect(Collectors.toMap(SignificantTerms.Bucket::getKeyAsString, Function.identity())); + } + return bucketMap.get(term); + } + + @Override + public Iterator iterator() { + return buckets.stream().map(bucket -> (SignificantTerms.Bucket) bucket).toList().iterator(); + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(CommonFields.DOC_COUNT.getPreferredName(), subsetSize); + builder.field(InternalMappedSignificantTerms.BG_COUNT, supersetSize); + builder.startArray(CommonFields.BUCKETS.getPreferredName()); + for (SignificantTerms.Bucket bucket : buckets) { + bucket.toXContent(builder, params); + } + builder.endArray(); + return builder; + } + + static T parseSignificantTermsXContent( + final CheckedSupplier aggregationSupplier, + final String name + ) throws IOException { + T aggregation = aggregationSupplier.get(); + aggregation.setName(name); + for (ParsedBucket bucket : aggregation.buckets) { + bucket.subsetSize = aggregation.subsetSize; + bucket.supersetSize = aggregation.supersetSize; + } + return aggregation; + } + + static void declareParsedSignificantTermsFields( + final ObjectParser objectParser, + final CheckedFunction bucketParser + ) { + declareMultiBucketAggregationFields(objectParser, bucketParser, bucketParser); + objectParser.declareLong((parsedTerms, value) -> parsedTerms.subsetSize = value, CommonFields.DOC_COUNT); + objectParser.declareLong( + (parsedTerms, value) -> parsedTerms.supersetSize = value, + new ParseField(InternalMappedSignificantTerms.BG_COUNT) + ); + } + + public abstract static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements SignificantTerms.Bucket { + + protected long subsetDf; + protected long subsetSize; + protected long supersetDf; + protected long supersetSize; + protected double score; + + @Override + public long getDocCount() { + return getSubsetDf(); + } + + @Override + public long getSubsetDf() { + return subsetDf; + } + + @Override + public long getSupersetDf() { + return supersetDf; + } + + @Override + public double getSignificanceScore() { + return score; + } + + @Override + public long getSupersetSize() { + return supersetSize; + } + + @Override + public long getSubsetSize() { + return subsetSize; + } + + @Override + public final XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + builder.startObject(); + keyToXContent(builder); + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + builder.field(InternalSignificantTerms.SCORE, getSignificanceScore()); + builder.field(InternalSignificantTerms.BG_COUNT, getSupersetDf()); + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + @Override + protected abstract XContentBuilder keyToXContent(XContentBuilder builder) throws IOException; + + static B parseSignificantTermsBucketXContent( + final XContentParser parser, + final B bucket, + final CheckedBiConsumer keyConsumer + ) throws IOException { + + final List aggregations = new ArrayList<>(); + XContentParser.Token token; + String currentFieldName = parser.currentName(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + keyConsumer.accept(parser, bucket); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + long value = parser.longValue(); + bucket.subsetDf = value; + bucket.setDocCount(value); + } else if (InternalSignificantTerms.SCORE.equals(currentFieldName)) { + bucket.score = parser.doubleValue(); + } else if (InternalSignificantTerms.BG_COUNT.equals(currentFieldName)) { + bucket.supersetDf = parser.longValue(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringRareTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringRareTerms.java new file mode 100644 index 00000000..a03887a5 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringRareTerms.java @@ -0,0 +1,78 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.nio.CharBuffer; + +public class ParsedStringRareTerms extends ParsedRareTerms { + @Override + public String getType() { + return StringRareTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedStringRareTerms.class.getSimpleName(), + true, + ParsedStringRareTerms::new + ); + + static { + declareParsedTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedStringRareTerms fromXContent(XContentParser parser, String name) throws IOException { + ParsedStringRareTerms aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedRareTerms.ParsedBucket { + + private BytesRef key; + + @Override + public Object getKey() { + return getKeyAsString(); + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return key.utf8ToString(); + } + return null; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(CommonFields.KEY.getPreferredName(), getKey()); + } + + static ParsedStringRareTerms.ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseRareTermsBucketXContent(parser, ParsedStringRareTerms.ParsedBucket::new, (p, bucket) -> { + CharBuffer cb = p.charBufferOrNull(); + if (cb == null) { + bucket.key = null; + } else { + bucket.key = new BytesRef(cb); + } + }); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringTerms.java new file mode 100644 index 00000000..e5a2bd12 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedStringTerms.java @@ -0,0 +1,85 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.nio.CharBuffer; + +public class ParsedStringTerms extends ParsedTerms { + + @Override + public String getType() { + return StringTerms.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedStringTerms.class.getSimpleName(), + true, + ParsedStringTerms::new + ); + static { + declareParsedTermsFields(PARSER, ParsedBucket::fromXContent); + } + + public static ParsedStringTerms fromXContent(XContentParser parser, String name) throws IOException { + ParsedStringTerms aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + public static class ParsedBucket extends ParsedTerms.ParsedBucket { + + private BytesRef key; + + @Override + public Object getKey() { + return getKeyAsString(); + } + + @Override + public String getKeyAsString() { + String keyAsString = super.getKeyAsString(); + if (keyAsString != null) { + return keyAsString; + } + if (key != null) { + return key.utf8ToString(); + } + return null; + } + + public Number getKeyAsNumber() { + if (key != null) { + return Double.parseDouble(key.utf8ToString()); + } + return null; + } + + @Override + protected XContentBuilder keyToXContent(XContentBuilder builder) throws IOException { + return builder.field(CommonFields.KEY.getPreferredName(), getKey()); + } + + static ParsedBucket fromXContent(XContentParser parser) throws IOException { + return parseTermsBucketXContent(parser, ParsedBucket::new, (p, bucket) -> { + CharBuffer cb = p.charBufferOrNull(); + if (cb == null) { + bucket.key = null; + } else { + bucket.key = new BytesRef(cb); + } + }); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java new file mode 100644 index 00000000..61e672ed --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java @@ -0,0 +1,145 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.bucket.terms; + +import org.elasticsearch.common.CheckedBiConsumer; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +import static org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME; +import static org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.SUM_OF_OTHER_DOC_COUNTS; + +public abstract class ParsedTerms extends ParsedMultiBucketAggregation implements Terms { + + protected long docCountErrorUpperBound; + protected long sumOtherDocCount; + + @Override + public Long getDocCountError() { + return docCountErrorUpperBound; + } + + @Override + public long getSumOfOtherDocCounts() { + return sumOtherDocCount; + } + + @Override + public List getBuckets() { + return buckets; + } + + @Override + public Terms.Bucket getBucketByKey(String term) { + for (Terms.Bucket bucket : getBuckets()) { + if (bucket.getKeyAsString().equals(term)) { + return bucket; + } + } + return null; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME.getPreferredName(), getDocCountError()); + builder.field(SUM_OF_OTHER_DOC_COUNTS.getPreferredName(), getSumOfOtherDocCounts()); + builder.startArray(CommonFields.BUCKETS.getPreferredName()); + for (Terms.Bucket bucket : getBuckets()) { + bucket.toXContent(builder, params); + } + builder.endArray(); + return builder; + } + + static void declareParsedTermsFields( + final ObjectParser objectParser, + final CheckedFunction bucketParser + ) { + declareMultiBucketAggregationFields(objectParser, bucketParser, bucketParser); + objectParser.declareLong( + (parsedTerms, value) -> parsedTerms.docCountErrorUpperBound = value, + DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME + ); + objectParser.declareLong((parsedTerms, value) -> parsedTerms.sumOtherDocCount = value, SUM_OF_OTHER_DOC_COUNTS); + } + + public abstract static class ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements Terms.Bucket { + + boolean showDocCountError = false; + protected long docCountError; + + @Override + public long getDocCountError() { + return docCountError; + } + + @Override + public final XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + builder.startObject(); + keyToXContent(builder); + builder.field(CommonFields.DOC_COUNT.getPreferredName(), getDocCount()); + if (showDocCountError) { + builder.field(DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME.getPreferredName(), getDocCountError()); + } + getAggregations().toXContentInternal(builder, params); + builder.endObject(); + return builder; + } + + static B parseTermsBucketXContent( + final XContentParser parser, + final Supplier bucketSupplier, + final CheckedBiConsumer keyConsumer + ) throws IOException { + + final B bucket = bucketSupplier.get(); + final List aggregations = new ArrayList<>(); + + XContentParser.Token token; + String currentFieldName = parser.currentName(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY_AS_STRING.getPreferredName().equals(currentFieldName)) { + bucket.setKeyAsString(parser.text()); + } else if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + keyConsumer.accept(parser, bucket); + } else if (CommonFields.DOC_COUNT.getPreferredName().equals(currentFieldName)) { + bucket.setDocCount(parser.longValue()); + } else if (DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME.getPreferredName().equals(currentFieldName)) { + bucket.docCountError = parser.longValue(); + bucket.showDocCountError = true; + } + } else if (token == XContentParser.Token.START_OBJECT) { + XContentParserUtils.parseTypedKeysObject( + parser, + Aggregation.TYPED_KEYS_DELIMITER, + InternalAggregation.class, + aggregations::add + ); + } + } + bucket.setAggregations(InternalAggregations.from(aggregations)); + return bucket; + } + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedAvg.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedAvg.java new file mode 100644 index 00000000..4d43c547 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedAvg.java @@ -0,0 +1,52 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedAvg extends ParsedSingleValueNumericMetricsAggregation implements Avg { + + @Override + public double getValue() { + return value(); + } + + @Override + public String getType() { + return AvgAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + // InternalAvg renders value only if the avg normalizer (count) is not 0. + // We parse back `null` as Double.POSITIVE_INFINITY so we check for that value here to get the same xContent output + boolean hasValue = value != Double.POSITIVE_INFINITY; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>(ParsedAvg.class.getSimpleName(), true, ParsedAvg::new); + + static { + declareSingleValueFields(PARSER, Double.POSITIVE_INFINITY); + } + + public static ParsedAvg fromXContent(XContentParser parser, final String name) { + ParsedAvg avg = PARSER.apply(parser, null); + avg.setName(name); + return avg; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedBucketMetricValue.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedBucketMetricValue.java new file mode 100644 index 00000000..a94470f2 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedBucketMetricValue.java @@ -0,0 +1,65 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.pipeline; + +import org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Collections; +import java.util.List; + +public class ParsedBucketMetricValue extends ParsedSingleValueNumericMetricsAggregation implements BucketMetricValue { + + private List keys = Collections.emptyList(); + + @Override + public String[] keys() { + return this.keys.toArray(new String[keys.size()]); + } + + @Override + public String getType() { + return InternalBucketMetricValue.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + boolean hasValue = Double.isInfinite(value) == false; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + builder.startArray(InternalBucketMetricValue.KEYS_FIELD.getPreferredName()); + for (String key : keys) { + builder.value(key); + } + builder.endArray(); + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedBucketMetricValue.class.getSimpleName(), + true, + ParsedBucketMetricValue::new + ); + + static { + declareSingleValueFields(PARSER, Double.NEGATIVE_INFINITY); + PARSER.declareStringArray((agg, value) -> agg.keys = value, InternalBucketMetricValue.KEYS_FIELD); + } + + public static ParsedBucketMetricValue fromXContent(XContentParser parser, final String name) { + ParsedBucketMetricValue bucketMetricValue = PARSER.apply(parser, null); + bucketMetricValue.setName(name); + return bucketMetricValue; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedCardinality.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedCardinality.java new file mode 100644 index 00000000..c74ede4b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedCardinality.java @@ -0,0 +1,64 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedCardinality extends ParsedAggregation implements Cardinality { + + private long cardinalityValue; + + @Override + public String getValueAsString() { + return Double.toString((double) cardinalityValue); + } + + @Override + public double value() { + return getValue(); + } + + @Override + public long getValue() { + return cardinalityValue; + } + + @Override + public String getType() { + return CardinalityAggregationBuilder.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedCardinality.class.getSimpleName(), + true, + ParsedCardinality::new + ); + + static { + declareAggregationFields(PARSER); + PARSER.declareLong((agg, value) -> agg.cardinalityValue = value, CommonFields.VALUE); + } + + public static ParsedCardinality fromXContent(XContentParser parser, final String name) { + ParsedCardinality cardinality = PARSER.apply(parser, null); + cardinality.setName(name); + return cardinality; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(CommonFields.VALUE.getPreferredName(), cardinalityValue); + return builder; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java new file mode 100644 index 00000000..d51fdb36 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java @@ -0,0 +1,399 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.search.aggregations.metrics.InternalExtendedStats.Fields; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ObjectParser.ValueType; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Arrays; +import java.util.List; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; +import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg; + +public class ParsedExtendedStats extends ParsedStats implements ExtendedStats { + + protected double sumOfSquares; + protected double variance; + protected double variancePopulation; + protected double varianceSampling; + protected double stdDeviation; + protected double stdDeviationPopulation; + protected double stdDeviationSampling; + protected double stdDeviationBoundUpper; + protected double stdDeviationBoundLower; + protected double stdDeviationBoundUpperPopulation; + protected double stdDeviationBoundLowerPopulation; + protected double stdDeviationBoundUpperSampling; + protected double stdDeviationBoundLowerSampling; + + @Override + public String getType() { + return ExtendedStatsAggregationBuilder.NAME; + } + + @Override + public double getSumOfSquares() { + return sumOfSquares; + } + + @Override + public double getVariance() { + return variance; + } + + @Override + public double getVariancePopulation() { + return variancePopulation; + } + + @Override + public double getVarianceSampling() { + return varianceSampling; + } + + @Override + public double getStdDeviation() { + return stdDeviation; + } + + @Override + public double getStdDeviationPopulation() { + return stdDeviationPopulation; + } + + @Override + public double getStdDeviationSampling() { + return stdDeviationSampling; + } + + private void setStdDeviationBounds(List bounds) { + this.stdDeviationBoundUpper = bounds.get(0); + this.stdDeviationBoundLower = bounds.get(1); + this.stdDeviationBoundUpperPopulation = bounds.get(2) == null ? 0 : bounds.get(2); + this.stdDeviationBoundLowerPopulation = bounds.get(3) == null ? 0 : bounds.get(3); + this.stdDeviationBoundUpperSampling = bounds.get(4) == null ? 0 : bounds.get(4); + this.stdDeviationBoundLowerSampling = bounds.get(5) == null ? 0 : bounds.get(5); + } + + @Override + public double getStdDeviationBound(Bounds bound) { + return switch (bound) { + case UPPER -> stdDeviationBoundUpper; + case UPPER_POPULATION -> stdDeviationBoundUpperPopulation; + case UPPER_SAMPLING -> stdDeviationBoundUpperSampling; + case LOWER -> stdDeviationBoundLower; + case LOWER_POPULATION -> stdDeviationBoundLowerPopulation; + case LOWER_SAMPLING -> stdDeviationBoundLowerSampling; + }; + } + + private void setStdDeviationBoundsAsString(List boundsAsString) { + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper", boundsAsString.get(0)); + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower", boundsAsString.get(1)); + if (boundsAsString.get(2) != null) { + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper_population", boundsAsString.get(2)); + } + if (boundsAsString.get(3) != null) { + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower_population", boundsAsString.get(3)); + } + if (boundsAsString.get(4) != null) { + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper_sampling", boundsAsString.get(4)); + } + if (boundsAsString.get(5) != null) { + this.valueAsString.put(Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower_sampling", boundsAsString.get(5)); + } + } + + @Override + public String getStdDeviationAsString() { + return valueAsString.getOrDefault(Fields.STD_DEVIATION_AS_STRING, Double.toString(stdDeviation)); + } + + @Override + public String getStdDeviationPopulationAsString() { + return valueAsString.getOrDefault(Fields.STD_DEVIATION_POPULATION_AS_STRING, Double.toString(stdDeviationPopulation)); + } + + @Override + public String getStdDeviationSamplingAsString() { + return valueAsString.getOrDefault(Fields.STD_DEVIATION_SAMPLING_AS_STRING, Double.toString(stdDeviationSampling)); + } + + @Override + public String getStdDeviationBoundAsString(Bounds bound) { + return switch (bound) { + case UPPER -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper", + Double.toString(stdDeviationBoundUpper) + ); + case UPPER_POPULATION -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper_population", + Double.toString(stdDeviationBoundUpperPopulation) + ); + case UPPER_SAMPLING -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_upper_sampling", + Double.toString(stdDeviationBoundUpperSampling) + ); + case LOWER -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower", + Double.toString(stdDeviationBoundLower) + ); + case LOWER_POPULATION -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower_population", + Double.toString(stdDeviationBoundLowerPopulation) + ); + case LOWER_SAMPLING -> valueAsString.getOrDefault( + Fields.STD_DEVIATION_BOUNDS_AS_STRING + "_lower_sampling", + Double.toString(stdDeviationBoundLowerSampling) + ); + }; + } + + @Override + public String getSumOfSquaresAsString() { + return valueAsString.getOrDefault(Fields.SUM_OF_SQRS_AS_STRING, Double.toString(sumOfSquares)); + } + + @Override + public String getVarianceAsString() { + return valueAsString.getOrDefault(Fields.VARIANCE_AS_STRING, Double.toString(variance)); + } + + @Override + public String getVariancePopulationAsString() { + return valueAsString.getOrDefault(Fields.VARIANCE_POPULATION_AS_STRING, Double.toString(variancePopulation)); + } + + @Override + public String getVarianceSamplingAsString() { + return valueAsString.getOrDefault(Fields.VARIANCE_SAMPLING_AS_STRING, Double.toString(varianceSampling)); + } + + @Override + protected XContentBuilder otherStatsToXContent(XContentBuilder builder, Params params) throws IOException { + if (count != 0) { + builder.field(Fields.SUM_OF_SQRS, sumOfSquares); + builder.field(Fields.VARIANCE, getVariance()); + builder.field(Fields.VARIANCE_POPULATION, getVariancePopulation()); + builder.field(Fields.VARIANCE_SAMPLING, getVarianceSampling()); + builder.field(Fields.STD_DEVIATION, getStdDeviation()); + builder.field(Fields.STD_DEVIATION_POPULATION, getStdDeviationPopulation()); + builder.field(Fields.STD_DEVIATION_SAMPLING, getStdDeviationSampling()); + builder.startObject(Fields.STD_DEVIATION_BOUNDS); + { + builder.field(Fields.UPPER, getStdDeviationBound(Bounds.UPPER)); + builder.field(Fields.LOWER, getStdDeviationBound(Bounds.LOWER)); + builder.field(Fields.UPPER_POPULATION, getStdDeviationBound(Bounds.UPPER_POPULATION)); + builder.field(Fields.LOWER_POPULATION, getStdDeviationBound(Bounds.LOWER_POPULATION)); + builder.field(Fields.UPPER_SAMPLING, getStdDeviationBound(Bounds.UPPER_SAMPLING)); + builder.field(Fields.LOWER_SAMPLING, getStdDeviationBound(Bounds.LOWER_SAMPLING)); + } + builder.endObject(); + if (valueAsString.containsKey(Fields.SUM_OF_SQRS_AS_STRING)) { + builder.field(Fields.SUM_OF_SQRS_AS_STRING, getSumOfSquaresAsString()); + builder.field(Fields.VARIANCE_AS_STRING, getVarianceAsString()); + builder.field(Fields.VARIANCE_POPULATION_AS_STRING, getVariancePopulationAsString()); + builder.field(Fields.VARIANCE_SAMPLING_AS_STRING, getVarianceSamplingAsString()); + builder.field(Fields.STD_DEVIATION_AS_STRING, getStdDeviationAsString()); + builder.field(Fields.STD_DEVIATION_POPULATION_AS_STRING, getStdDeviationPopulationAsString()); + builder.field(Fields.STD_DEVIATION_SAMPLING_AS_STRING, getStdDeviationSamplingAsString()); + builder.startObject(Fields.STD_DEVIATION_BOUNDS_AS_STRING); + { + builder.field(Fields.UPPER, getStdDeviationBoundAsString(Bounds.UPPER)); + builder.field(Fields.LOWER, getStdDeviationBoundAsString(Bounds.LOWER)); + builder.field(Fields.UPPER_POPULATION, getStdDeviationBoundAsString(Bounds.UPPER_POPULATION)); + builder.field(Fields.LOWER_POPULATION, getStdDeviationBoundAsString(Bounds.LOWER_POPULATION)); + builder.field(Fields.UPPER_SAMPLING, getStdDeviationBoundAsString(Bounds.UPPER_SAMPLING)); + builder.field(Fields.LOWER_SAMPLING, getStdDeviationBoundAsString(Bounds.LOWER_SAMPLING)); + } + builder.endObject(); + } + } else { + builder.nullField(Fields.SUM_OF_SQRS); + builder.nullField(Fields.VARIANCE); + builder.nullField(Fields.VARIANCE_POPULATION); + builder.nullField(Fields.VARIANCE_SAMPLING); + builder.nullField(Fields.STD_DEVIATION); + builder.nullField(Fields.STD_DEVIATION_POPULATION); + builder.nullField(Fields.STD_DEVIATION_SAMPLING); + builder.startObject(Fields.STD_DEVIATION_BOUNDS); + { + builder.nullField(Fields.UPPER); + builder.nullField(Fields.LOWER); + builder.nullField(Fields.UPPER_POPULATION); + builder.nullField(Fields.LOWER_POPULATION); + builder.nullField(Fields.UPPER_SAMPLING); + builder.nullField(Fields.LOWER_SAMPLING); + } + builder.endObject(); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedExtendedStats.class.getSimpleName(), + true, + ParsedExtendedStats::new + ); + + private static final ConstructingObjectParser, Void> STD_BOUNDS_PARSER = new ConstructingObjectParser<>( + ParsedExtendedStats.class.getSimpleName() + "_STD_BOUNDS", + true, + args -> Arrays.stream(args).map(d -> (Double) d).toList() + ); + + private static final ConstructingObjectParser, Void> STD_BOUNDS_AS_STRING_PARSER = new ConstructingObjectParser<>( + ParsedExtendedStats.class.getSimpleName() + "_STD_BOUNDS_AS_STRING", + true, + args -> Arrays.stream(args).map(d -> (String) d).toList() + ); + + static { + STD_BOUNDS_PARSER.declareField( + constructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.UPPER), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_PARSER.declareField( + constructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.LOWER), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_PARSER.declareField( + optionalConstructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.UPPER_POPULATION), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_PARSER.declareField( + optionalConstructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.LOWER_POPULATION), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_PARSER.declareField( + optionalConstructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.UPPER_SAMPLING), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_PARSER.declareField( + optionalConstructorArg(), + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.LOWER_SAMPLING), + ValueType.DOUBLE_OR_NULL + ); + STD_BOUNDS_AS_STRING_PARSER.declareString(constructorArg(), new ParseField(Fields.UPPER)); + STD_BOUNDS_AS_STRING_PARSER.declareString(constructorArg(), new ParseField(Fields.LOWER)); + STD_BOUNDS_AS_STRING_PARSER.declareString(optionalConstructorArg(), new ParseField(Fields.UPPER_POPULATION)); + STD_BOUNDS_AS_STRING_PARSER.declareString(optionalConstructorArg(), new ParseField(Fields.LOWER_POPULATION)); + STD_BOUNDS_AS_STRING_PARSER.declareString(optionalConstructorArg(), new ParseField(Fields.UPPER_SAMPLING)); + STD_BOUNDS_AS_STRING_PARSER.declareString(optionalConstructorArg(), new ParseField(Fields.LOWER_SAMPLING)); + declareExtendedStatsFields(PARSER); + } + + protected static void declareExtendedStatsFields(ObjectParser objectParser) { + declareStatsFields(objectParser); + objectParser.declareField( + (agg, value) -> agg.sumOfSquares = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.SUM_OF_SQRS), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.variance = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.VARIANCE), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.variancePopulation = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.VARIANCE_POPULATION), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.varianceSampling = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.VARIANCE_SAMPLING), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.stdDeviation = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.STD_DEVIATION), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.stdDeviationPopulation = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.STD_DEVIATION_POPULATION), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.stdDeviationSampling = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.STD_DEVIATION_SAMPLING), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareObject( + ParsedExtendedStats::setStdDeviationBounds, + STD_BOUNDS_PARSER, + new ParseField(Fields.STD_DEVIATION_BOUNDS) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.SUM_OF_SQRS_AS_STRING, value), + new ParseField(Fields.SUM_OF_SQRS_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.VARIANCE_AS_STRING, value), + new ParseField(Fields.VARIANCE_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.VARIANCE_POPULATION_AS_STRING, value), + new ParseField(Fields.VARIANCE_POPULATION_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.VARIANCE_SAMPLING_AS_STRING, value), + new ParseField(Fields.VARIANCE_SAMPLING_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.STD_DEVIATION_AS_STRING, value), + new ParseField(Fields.STD_DEVIATION_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.STD_DEVIATION_POPULATION_AS_STRING, value), + new ParseField(Fields.STD_DEVIATION_POPULATION_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.STD_DEVIATION_SAMPLING_AS_STRING, value), + new ParseField(Fields.STD_DEVIATION_SAMPLING_AS_STRING) + ); + objectParser.declareObject( + ParsedExtendedStats::setStdDeviationBoundsAsString, + STD_BOUNDS_AS_STRING_PARSER, + new ParseField(Fields.STD_DEVIATION_BOUNDS_AS_STRING) + ); + } + + public static ParsedExtendedStats fromXContent(XContentParser parser, final String name) { + ParsedExtendedStats parsedStats = PARSER.apply(parser, null); + parsedStats.setName(name); + return parsedStats; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoBounds.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoBounds.java new file mode 100644 index 00000000..93be79fc --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoBounds.java @@ -0,0 +1,98 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.geo.GeoBoundingBox; +import org.elasticsearch.common.geo.GeoPoint; +import org.elasticsearch.core.Nullable; +import org.elasticsearch.core.Tuple; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.geo.GeoBoundingBox.BOTTOM_RIGHT_FIELD; +import static org.elasticsearch.common.geo.GeoBoundingBox.BOUNDS_FIELD; +import static org.elasticsearch.common.geo.GeoBoundingBox.LAT_FIELD; +import static org.elasticsearch.common.geo.GeoBoundingBox.LON_FIELD; +import static org.elasticsearch.common.geo.GeoBoundingBox.TOP_LEFT_FIELD; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +public class ParsedGeoBounds extends ParsedAggregation implements GeoBounds { + + // A top of Double.NEGATIVE_INFINITY yields an empty xContent, so the bounding box is null + @Nullable + private GeoBoundingBox geoBoundingBox; + + @Override + public String getType() { + return GeoBoundsAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + if (geoBoundingBox != null) { + builder.startObject(GeoBoundingBox.BOUNDS_FIELD.getPreferredName()); + geoBoundingBox.toXContentFragment(builder); + builder.endObject(); + } + return builder; + } + + @Override + @Nullable + public GeoPoint topLeft() { + return geoBoundingBox != null ? geoBoundingBox.topLeft() : null; + } + + @Override + @Nullable + public GeoPoint bottomRight() { + return geoBoundingBox != null ? geoBoundingBox.bottomRight() : null; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedGeoBounds.class.getSimpleName(), + true, + ParsedGeoBounds::new + ); + + private static final ConstructingObjectParser, Void> BOUNDS_PARSER = new ConstructingObjectParser<>( + ParsedGeoBounds.class.getSimpleName() + "_BOUNDS", + true, + args -> new Tuple<>((GeoPoint) args[0], (GeoPoint) args[1]) + ); + + private static final ObjectParser GEO_POINT_PARSER = new ObjectParser<>( + ParsedGeoBounds.class.getSimpleName() + "_POINT", + true, + GeoPoint::new + ); + + static { + declareAggregationFields(PARSER); + PARSER.declareObject((agg, bbox) -> agg.geoBoundingBox = new GeoBoundingBox(bbox.v1(), bbox.v2()), BOUNDS_PARSER, BOUNDS_FIELD); + + BOUNDS_PARSER.declareObject(constructorArg(), GEO_POINT_PARSER, TOP_LEFT_FIELD); + BOUNDS_PARSER.declareObject(constructorArg(), GEO_POINT_PARSER, BOTTOM_RIGHT_FIELD); + + GEO_POINT_PARSER.declareDouble(GeoPoint::resetLat, LAT_FIELD); + GEO_POINT_PARSER.declareDouble(GeoPoint::resetLon, LON_FIELD); + } + + public static ParsedGeoBounds fromXContent(XContentParser parser, final String name) { + ParsedGeoBounds geoBounds = PARSER.apply(parser, null); + geoBounds.setName(name); + return geoBounds; + } + +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java new file mode 100644 index 00000000..beee5df2 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java @@ -0,0 +1,82 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.geo.GeoPoint; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.search.aggregations.metrics.InternalGeoCentroid.Fields; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +/** + * Serialization and merge logic for {@link GeoCentroidAggregator}. + */ +public class ParsedGeoCentroid extends ParsedAggregation implements GeoCentroid { + private GeoPoint centroid; + private long count; + + @Override + public GeoPoint centroid() { + return centroid; + } + + @Override + public long count() { + return count; + } + + @Override + public String getType() { + return GeoCentroidAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + if (centroid != null) { + builder.startObject(InternalCentroid.Fields.CENTROID.getPreferredName()); + { + builder.field(Fields.CENTROID_LAT.getPreferredName(), centroid.lat()); + builder.field(Fields.CENTROID_LON.getPreferredName(), centroid.lon()); + } + builder.endObject(); + } + builder.field(InternalCentroid.Fields.COUNT.getPreferredName(), count); + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedGeoCentroid.class.getSimpleName(), + true, + ParsedGeoCentroid::new + ); + + private static final ObjectParser GEO_POINT_PARSER = new ObjectParser<>( + ParsedGeoCentroid.class.getSimpleName() + "_POINT", + true, + GeoPoint::new + ); + + static { + declareAggregationFields(PARSER); + PARSER.declareObject((agg, centroid) -> agg.centroid = centroid, GEO_POINT_PARSER, InternalCentroid.Fields.CENTROID); + PARSER.declareLong((agg, count) -> agg.count = count, InternalCentroid.Fields.COUNT); + + GEO_POINT_PARSER.declareDouble(GeoPoint::resetLat, Fields.CENTROID_LAT); + GEO_POINT_PARSER.declareDouble(GeoPoint::resetLon, Fields.CENTROID_LON); + } + + public static ParsedGeoCentroid fromXContent(XContentParser parser, final String name) { + ParsedGeoCentroid geoCentroid = PARSER.apply(parser, null); + geoCentroid.setName(name); + return geoCentroid; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentileRanks.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentileRanks.java new file mode 100644 index 00000000..df97169c --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentileRanks.java @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedHDRPercentileRanks extends ParsedPercentileRanks { + + @Override + public String getType() { + return InternalHDRPercentileRanks.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedHDRPercentileRanks.class.getSimpleName(), + true, + ParsedHDRPercentileRanks::new + ); + static { + ParsedPercentiles.declarePercentilesFields(PARSER); + } + + public static ParsedHDRPercentileRanks fromXContent(XContentParser parser, String name) throws IOException { + ParsedHDRPercentileRanks aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentiles.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentiles.java new file mode 100644 index 00000000..4237432c --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedHDRPercentiles.java @@ -0,0 +1,57 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedHDRPercentiles extends ParsedPercentiles implements Percentiles { + + @Override + public String getType() { + return InternalHDRPercentiles.NAME; + } + + @Override + public double percentile(double percent) { + return getPercentile(percent); + } + + @Override + public String percentileAsString(double percent) { + return getPercentileAsString(percent); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedHDRPercentiles.class.getSimpleName(), + true, + ParsedHDRPercentiles::new + ); + static { + ParsedPercentiles.declarePercentilesFields(PARSER); + } + + public static ParsedHDRPercentiles fromXContent(XContentParser parser, String name) throws IOException { + ParsedHDRPercentiles aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } + + @Override + public double value(String name) { + return percentile(Double.parseDouble(name)); + } + + @Override + public Iterable valueNames() { + return percentiles.keySet().stream().map(Object::toString).toList(); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMax.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMax.java new file mode 100644 index 00000000..935c3f99 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMax.java @@ -0,0 +1,44 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedMax extends ParsedSingleValueNumericMetricsAggregation { + @Override + public String getType() { + return MaxAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + boolean hasValue = Double.isInfinite(value) == false; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>(ParsedMax.class.getSimpleName(), true, ParsedMax::new); + + static { + declareSingleValueFields(PARSER, Double.NEGATIVE_INFINITY); + } + + public static ParsedMax fromXContent(XContentParser parser, final String name) { + ParsedMax max = PARSER.apply(parser, null); + max.setName(name); + return max; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMedianAbsoluteDeviation.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMedianAbsoluteDeviation.java new file mode 100644 index 00000000..9d0659b1 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMedianAbsoluteDeviation.java @@ -0,0 +1,54 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedMedianAbsoluteDeviation extends ParsedSingleValueNumericMetricsAggregation implements MedianAbsoluteDeviation { + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedMedianAbsoluteDeviation.class.getSimpleName(), + true, + ParsedMedianAbsoluteDeviation::new + ); + + static { + declareSingleValueFields(PARSER, Double.NaN); + } + + public static ParsedMedianAbsoluteDeviation fromXContent(XContentParser parser, String name) { + ParsedMedianAbsoluteDeviation parsedMedianAbsoluteDeviation = PARSER.apply(parser, null); + parsedMedianAbsoluteDeviation.setName(name); + return parsedMedianAbsoluteDeviation; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + final boolean hasValue = Double.isFinite(getMedianAbsoluteDeviation()); + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? getMedianAbsoluteDeviation() : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + @Override + public double getMedianAbsoluteDeviation() { + return value(); + } + + @Override + public String getType() { + return MedianAbsoluteDeviationAggregationBuilder.NAME; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMin.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMin.java new file mode 100644 index 00000000..0ee6d65b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedMin.java @@ -0,0 +1,44 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedMin extends ParsedSingleValueNumericMetricsAggregation { + @Override + public String getType() { + return MinAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + boolean hasValue = Double.isInfinite(value) == false; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>(ParsedMin.class.getSimpleName(), true, ParsedMin::new); + + static { + declareSingleValueFields(PARSER, Double.POSITIVE_INFINITY); + } + + public static ParsedMin fromXContent(XContentParser parser, final String name) { + ParsedMin min = PARSER.apply(parser, null); + min.setName(name); + return min; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentileRanks.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentileRanks.java new file mode 100644 index 00000000..44ecf5cf --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentileRanks.java @@ -0,0 +1,41 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.collect.Iterators; + +import java.util.Iterator; + +abstract class ParsedPercentileRanks extends ParsedPercentiles implements PercentileRanks { + + @Override + public double percent(double value) { + return getPercentile(value); + } + + @Override + public String percentAsString(double value) { + return getPercentileAsString(value); + } + + @Override + public double value(String name) { + return percent(Double.parseDouble(name)); + } + + @Override + public Iterable valueNames() { + return percentiles.keySet().stream().map(Object::toString).toList(); + } + + @Override + public Iterator iterator() { + return Iterators.map(super.iterator(), percentile -> new Percentile(percentile.value(), percentile.percent())); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentiles.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentiles.java new file mode 100644 index 00000000..42f0ca3b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedPercentiles.java @@ -0,0 +1,162 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.collect.Iterators; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.HashMap; +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.Map; + +public abstract class ParsedPercentiles extends ParsedAggregation implements Iterable { + + protected final Map percentiles = new LinkedHashMap<>(); + protected final Map percentilesAsString = new HashMap<>(); + + private boolean keyed; + + void addPercentile(Double key, Double value) { + percentiles.put(key, value); + } + + void addPercentileAsString(Double key, String valueAsString) { + percentilesAsString.put(key, valueAsString); + } + + protected Double getPercentile(double percent) { + if (percentiles.isEmpty()) { + return Double.NaN; + } + return percentiles.get(percent); + } + + protected String getPercentileAsString(double percent) { + String valueAsString = percentilesAsString.get(percent); + if (valueAsString != null) { + return valueAsString; + } + Double value = getPercentile(percent); + if (value != null) { + return Double.toString(value); + } + return null; + } + + void setKeyed(boolean keyed) { + this.keyed = keyed; + } + + @Override + public Iterator iterator() { + return Iterators.map(percentiles.entrySet().iterator(), next -> new Percentile(next.getKey(), next.getValue())); + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + final boolean valuesAsString = (percentilesAsString.isEmpty() == false); + if (keyed) { + builder.startObject(CommonFields.VALUES.getPreferredName()); + for (Map.Entry percentile : percentiles.entrySet()) { + Double key = percentile.getKey(); + Double value = percentile.getValue(); + builder.field(String.valueOf(key), value.isNaN() ? null : value); + if (valuesAsString && value.isNaN() == false) { + builder.field(key + "_as_string", getPercentileAsString(key)); + } + } + builder.endObject(); + } else { + builder.startArray(CommonFields.VALUES.getPreferredName()); + for (Map.Entry percentile : percentiles.entrySet()) { + Double key = percentile.getKey(); + builder.startObject(); + { + builder.field(CommonFields.KEY.getPreferredName(), key); + Double value = percentile.getValue(); + builder.field(CommonFields.VALUE.getPreferredName(), value.isNaN() ? null : value); + if (valuesAsString && value.isNaN() == false) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), getPercentileAsString(key)); + } + } + builder.endObject(); + } + builder.endArray(); + } + return builder; + } + + protected static void declarePercentilesFields(ObjectParser objectParser) { + ParsedAggregation.declareAggregationFields(objectParser); + + objectParser.declareField((parser, aggregation, context) -> { + XContentParser.Token token = parser.currentToken(); + if (token == XContentParser.Token.START_OBJECT) { + aggregation.setKeyed(true); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token.isValue()) { + if (token == XContentParser.Token.VALUE_NUMBER) { + aggregation.addPercentile(Double.valueOf(parser.currentName()), parser.doubleValue()); + } else if (token == XContentParser.Token.VALUE_STRING) { + int i = parser.currentName().indexOf("_as_string"); + if (i > 0) { + double key = Double.parseDouble(parser.currentName().substring(0, i)); + aggregation.addPercentileAsString(key, parser.text()); + } else { + aggregation.addPercentile(Double.valueOf(parser.currentName()), Double.valueOf(parser.text())); + } + } + } else if (token == XContentParser.Token.VALUE_NULL) { + aggregation.addPercentile(Double.valueOf(parser.currentName()), Double.NaN); + } else { + parser.skipChildren(); // skip potential inner objects and arrays for forward compatibility + } + } + } else if (token == XContentParser.Token.START_ARRAY) { + aggregation.setKeyed(false); + + String currentFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + Double key = null; + Double value = null; + String valueAsString = null; + + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CommonFields.KEY.getPreferredName().equals(currentFieldName)) { + key = parser.doubleValue(); + } else if (CommonFields.VALUE.getPreferredName().equals(currentFieldName)) { + value = parser.doubleValue(); + } else if (CommonFields.VALUE_AS_STRING.getPreferredName().equals(currentFieldName)) { + valueAsString = parser.text(); + } + } else if (token == XContentParser.Token.VALUE_NULL) { + value = Double.NaN; + } else { + parser.skipChildren(); // skip potential inner objects and arrays for forward compatibility + } + } + if (key != null) { + aggregation.addPercentile(key, value); + if (valueAsString != null) { + aggregation.addPercentileAsString(key, valueAsString); + } + } + } + } + }, CommonFields.VALUES, ObjectParser.ValueType.OBJECT_ARRAY); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedScriptedMetric.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedScriptedMetric.java new file mode 100644 index 00000000..a6687ded --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedScriptedMetric.java @@ -0,0 +1,88 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.bytes.BytesArray; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ObjectParser.ValueType; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; +import java.util.Collections; +import java.util.List; + +public class ParsedScriptedMetric extends ParsedAggregation implements ScriptedMetric { + private List aggregation; + + @Override + public String getType() { + return ScriptedMetricAggregationBuilder.NAME; + } + + @Override + public Object aggregation() { + assert aggregation.size() == 1; // see InternalScriptedMetric#aggregations() for why we can assume this + return aggregation.get(0); + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + return builder.field(CommonFields.VALUE.getPreferredName(), aggregation()); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedScriptedMetric.class.getSimpleName(), + true, + ParsedScriptedMetric::new + ); + + static { + declareAggregationFields(PARSER); + PARSER.declareField( + (agg, value) -> agg.aggregation = Collections.singletonList(value), + ParsedScriptedMetric::parseValue, + CommonFields.VALUE, + ValueType.VALUE_OBJECT_ARRAY + ); + } + + private static Object parseValue(XContentParser parser) throws IOException { + Token token = parser.currentToken(); + Object value = null; + if (token == XContentParser.Token.VALUE_NULL) { + value = null; + } else if (token.isValue()) { + if (token == XContentParser.Token.VALUE_STRING) { + // binary values will be parsed back and returned as base64 strings when reading from json and yaml + value = parser.text(); + } else if (token == XContentParser.Token.VALUE_NUMBER) { + value = parser.numberValue(); + } else if (token == XContentParser.Token.VALUE_BOOLEAN) { + value = parser.booleanValue(); + } else if (token == XContentParser.Token.VALUE_EMBEDDED_OBJECT) { + // binary values will be parsed back and returned as BytesArray when reading from cbor and smile + value = new BytesArray(parser.binaryValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + value = parser.map(); + } else if (token == XContentParser.Token.START_ARRAY) { + value = parser.list(); + } + return value; + } + + public static ParsedScriptedMetric fromXContent(XContentParser parser, final String name) { + ParsedScriptedMetric aggregation = PARSER.apply(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSingleValueNumericMetricsAggregation.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSingleValueNumericMetricsAggregation.java new file mode 100644 index 00000000..337d70d1 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSingleValueNumericMetricsAggregation.java @@ -0,0 +1,56 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ObjectParser.ValueType; + +public abstract class ParsedSingleValueNumericMetricsAggregation extends ParsedAggregation + implements + NumericMetricsAggregation.SingleValue { + + protected double value; + protected String valueAsString; + + @Override + public String getValueAsString() { + if (valueAsString != null) { + return valueAsString; + } else { + return Double.toString(value); + } + } + + @Override + public double value() { + return value; + } + + protected void setValue(double value) { + this.value = value; + } + + protected void setValueAsString(String valueAsString) { + this.valueAsString = valueAsString; + } + + protected static void declareSingleValueFields( + ObjectParser objectParser, + double defaultNullValue + ) { + declareAggregationFields(objectParser); + objectParser.declareField( + ParsedSingleValueNumericMetricsAggregation::setValue, + (parser, context) -> parseDouble(parser, defaultNullValue), + CommonFields.VALUE, + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareString(ParsedSingleValueNumericMetricsAggregation::setValueAsString, CommonFields.VALUE_AS_STRING); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedStats.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedStats.java new file mode 100644 index 00000000..487b929a --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedStats.java @@ -0,0 +1,191 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.search.aggregations.metrics.InternalStats.Fields; +import org.elasticsearch.search.aggregations.metrics.InternalStats.Metrics; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ObjectParser.ValueType; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.HashMap; +import java.util.Map; + +import static org.elasticsearch.search.aggregations.metrics.InternalStats.METRIC_NAMES; + +public class ParsedStats extends ParsedAggregation implements Stats { + + protected long count; + protected double min; + protected double max; + protected double sum; + protected double avg; + + protected final Map valueAsString = new HashMap<>(); + + @Override + public long getCount() { + return count; + } + + @Override + public double getMin() { + return min; + } + + @Override + public double getMax() { + return max; + } + + @Override + public double getAvg() { + return avg; + } + + @Override + public double getSum() { + return sum; + } + + @Override + public String getMinAsString() { + return valueAsString.getOrDefault(Fields.MIN_AS_STRING, Double.toString(min)); + } + + @Override + public String getMaxAsString() { + return valueAsString.getOrDefault(Fields.MAX_AS_STRING, Double.toString(max)); + } + + @Override + public String getAvgAsString() { + return valueAsString.getOrDefault(Fields.AVG_AS_STRING, Double.toString(avg)); + } + + @Override + public String getSumAsString() { + return valueAsString.getOrDefault(Fields.SUM_AS_STRING, Double.toString(sum)); + } + + @Override + public double value(String name) { + Metrics metrics = Metrics.valueOf(name); + return switch (metrics) { + case min -> min; + case max -> max; + case avg -> avg; + case count -> count; + case sum -> sum; + }; + } + + @Override + public Iterable valueNames() { + return METRIC_NAMES; + } + + @Override + public String getType() { + return StatsAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(Fields.COUNT, count); + if (count != 0) { + builder.field(Fields.MIN, min); + builder.field(Fields.MAX, max); + builder.field(Fields.AVG, avg); + builder.field(Fields.SUM, sum); + if (valueAsString.get(Fields.MIN_AS_STRING) != null) { + builder.field(Fields.MIN_AS_STRING, getMinAsString()); + builder.field(Fields.MAX_AS_STRING, getMaxAsString()); + builder.field(Fields.AVG_AS_STRING, getAvgAsString()); + builder.field(Fields.SUM_AS_STRING, getSumAsString()); + } + } else { + builder.nullField(Fields.MIN); + builder.nullField(Fields.MAX); + builder.nullField(Fields.AVG); + builder.field(Fields.SUM, 0.0d); + } + otherStatsToXContent(builder, params); + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedStats.class.getSimpleName(), + true, + ParsedStats::new + ); + + static { + declareStatsFields(PARSER); + } + + protected static void declareStatsFields(ObjectParser objectParser) { + declareAggregationFields(objectParser); + objectParser.declareLong((agg, value) -> agg.count = value, new ParseField(Fields.COUNT)); + objectParser.declareField( + (agg, value) -> agg.min = value, + (parser, context) -> parseDouble(parser, Double.POSITIVE_INFINITY), + new ParseField(Fields.MIN), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.max = value, + (parser, context) -> parseDouble(parser, Double.NEGATIVE_INFINITY), + new ParseField(Fields.MAX), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.avg = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.AVG), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareField( + (agg, value) -> agg.sum = value, + (parser, context) -> parseDouble(parser, 0), + new ParseField(Fields.SUM), + ValueType.DOUBLE_OR_NULL + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.MIN_AS_STRING, value), + new ParseField(Fields.MIN_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.MAX_AS_STRING, value), + new ParseField(Fields.MAX_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.AVG_AS_STRING, value), + new ParseField(Fields.AVG_AS_STRING) + ); + objectParser.declareString( + (agg, value) -> agg.valueAsString.put(Fields.SUM_AS_STRING, value), + new ParseField(Fields.SUM_AS_STRING) + ); + } + + public static ParsedStats fromXContent(XContentParser parser, final String name) { + ParsedStats parsedStats = PARSER.apply(parser, null); + parsedStats.setName(name); + return parsedStats; + } + + protected XContentBuilder otherStatsToXContent(XContentBuilder builder, Params params) throws IOException { + return builder; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSum.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSum.java new file mode 100644 index 00000000..bc0cb45a --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedSum.java @@ -0,0 +1,43 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedSum extends ParsedSingleValueNumericMetricsAggregation { + @Override + public String getType() { + return SumAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(CommonFields.VALUE.getPreferredName(), value); + if (valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>(ParsedSum.class.getSimpleName(), true, ParsedSum::new); + + static { + declareSingleValueFields(PARSER, Double.NEGATIVE_INFINITY); + } + + public static ParsedSum fromXContent(XContentParser parser, final String name) { + ParsedSum sum = PARSER.apply(parser, null); + sum.setName(name); + return sum; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentileRanks.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentileRanks.java new file mode 100644 index 00000000..8c3f45c7 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentileRanks.java @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedTDigestPercentileRanks extends ParsedPercentileRanks { + + @Override + public String getType() { + return InternalTDigestPercentileRanks.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedTDigestPercentileRanks.class.getSimpleName(), + true, + ParsedTDigestPercentileRanks::new + ); + static { + ParsedPercentiles.declarePercentilesFields(PARSER); + } + + public static ParsedTDigestPercentileRanks fromXContent(XContentParser parser, String name) throws IOException { + ParsedTDigestPercentileRanks aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentiles.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentiles.java new file mode 100644 index 00000000..ae4e99b5 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTDigestPercentiles.java @@ -0,0 +1,57 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedTDigestPercentiles extends ParsedPercentiles implements Percentiles { + + @Override + public String getType() { + return InternalTDigestPercentiles.NAME; + } + + @Override + public double percentile(double percent) { + return getPercentile(percent); + } + + @Override + public String percentileAsString(double percent) { + return getPercentileAsString(percent); + } + + @Override + public double value(String name) { + return percentile(Double.parseDouble(name)); + } + + @Override + public Iterable valueNames() { + return percentiles.keySet().stream().map(Object::toString).toList(); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedTDigestPercentiles.class.getSimpleName(), + true, + ParsedTDigestPercentiles::new + ); + static { + ParsedPercentiles.declarePercentilesFields(PARSER); + } + + public static ParsedTDigestPercentiles fromXContent(XContentParser parser, String name) throws IOException { + ParsedTDigestPercentiles aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java new file mode 100644 index 00000000..1ac2d03d --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java @@ -0,0 +1,59 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.common.xcontent.ChunkedToXContent; +import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedTopHits extends ParsedAggregation implements TopHits { + + private SearchHits searchHits; + + @Override + public String getType() { + return TopHitsAggregationBuilder.NAME; + } + + @Override + public SearchHits getHits() { + return searchHits; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + return ChunkedToXContent.wrapAsToXContent(searchHits).toXContent(builder, params); + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedTopHits.class.getSimpleName(), + true, + ParsedTopHits::new + ); + static { + declareAggregationFields(PARSER); + PARSER.declareObject( + (topHit, searchHits) -> topHit.searchHits = searchHits, + (parser, context) -> SearchHits.fromXContent(parser), + new ParseField(SearchHits.Fields.HITS) + ); + } + + public static ParsedTopHits fromXContent(XContentParser parser, String name) throws IOException { + ParsedTopHits aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedValueCount.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedValueCount.java new file mode 100644 index 00000000..29956b55 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedValueCount.java @@ -0,0 +1,66 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.search.aggregations.ParsedAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedValueCount extends ParsedAggregation implements ValueCount { + + private long valueCount; + + @Override + public double value() { + return getValue(); + } + + @Override + public long getValue() { + return valueCount; + } + + @Override + public String getValueAsString() { + // InternalValueCount doesn't print "value_as_string", but you can get a formatted value using + // getValueAsString() using the raw formatter and converting the value to double + return Double.toString(valueCount); + } + + @Override + public String getType() { + return ValueCountAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.field(CommonFields.VALUE.getPreferredName(), valueCount); + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedValueCount.class.getSimpleName(), + true, + ParsedValueCount::new + ); + + static { + declareAggregationFields(PARSER); + PARSER.declareLong((agg, value) -> agg.valueCount = value, CommonFields.VALUE); + } + + public static ParsedValueCount fromXContent(XContentParser parser, final String name) { + ParsedValueCount sum = PARSER.apply(parser, null); + sum.setName(name); + return sum; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedWeightedAvg.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedWeightedAvg.java new file mode 100644 index 00000000..8e4b55fe --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedWeightedAvg.java @@ -0,0 +1,56 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.metrics; + +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedWeightedAvg extends ParsedSingleValueNumericMetricsAggregation implements WeightedAvg { + + @Override + public double getValue() { + return value(); + } + + @Override + public String getType() { + return WeightedAvgAggregationBuilder.NAME; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + // InternalWeightedAvg renders value only if the avg normalizer (count) is not 0. + // We parse back `null` as Double.POSITIVE_INFINITY so we check for that value here to get the same xContent output + boolean hasValue = value != Double.POSITIVE_INFINITY; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedWeightedAvg.class.getSimpleName(), + true, + ParsedWeightedAvg::new + ); + + static { + declareSingleValueFields(PARSER, Double.POSITIVE_INFINITY); + } + + public static ParsedWeightedAvg fromXContent(XContentParser parser, final String name) { + ParsedWeightedAvg avg = PARSER.apply(parser, null); + avg.setName(name); + return avg; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedExtendedStatsBucket.java b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedExtendedStatsBucket.java new file mode 100644 index 00000000..1c195b0b --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedExtendedStatsBucket.java @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.pipeline; + +import org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +public class ParsedExtendedStatsBucket extends ParsedExtendedStats implements ExtendedStatsBucket { + + @Override + public String getType() { + return ExtendedStatsBucketPipelineAggregationBuilder.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedExtendedStatsBucket.class.getSimpleName(), + true, + ParsedExtendedStatsBucket::new + ); + + static { + declareExtendedStatsFields(PARSER); + } + + public static ParsedExtendedStatsBucket fromXContent(XContentParser parser, final String name) { + ParsedExtendedStatsBucket parsedStatsBucket = PARSER.apply(parser, null); + parsedStatsBucket.setName(name); + return parsedStatsBucket; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedPercentilesBucket.java b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedPercentilesBucket.java new file mode 100644 index 00000000..63aaf9d1 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedPercentilesBucket.java @@ -0,0 +1,95 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.pipeline; + +import org.elasticsearch.search.aggregations.metrics.ParsedPercentiles; +import org.elasticsearch.search.aggregations.metrics.Percentiles; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Map.Entry; + +public class ParsedPercentilesBucket extends ParsedPercentiles implements Percentiles { + + @Override + public String getType() { + return PercentilesBucketPipelineAggregationBuilder.NAME; + } + + @Override + public double percentile(double percent) throws IllegalArgumentException { + Double value = percentiles.get(percent); + if (value == null) { + throw new IllegalArgumentException( + "Percent requested [" + + String.valueOf(percent) + + "] was not" + + " one of the computed percentiles. Available keys are: " + + percentiles.keySet() + ); + } + return value; + } + + @Override + public String percentileAsString(double percent) { + double value = percentile(percent); // check availability as unformatted value + String valueAsString = percentilesAsString.get(percent); + if (valueAsString != null) { + return valueAsString; + } else { + return Double.toString(value); + } + } + + @Override + public double value(String name) { + return percentile(Double.parseDouble(name)); + } + + @Override + public Iterable valueNames() { + return percentiles.keySet().stream().map(Object::toString).toList(); + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + builder.startObject("values"); + for (Entry percent : percentiles.entrySet()) { + double value = percent.getValue(); + boolean hasValue = Double.isNaN(value) == false; + Double key = percent.getKey(); + builder.field(Double.toString(key), hasValue ? value : null); + String valueAsString = percentilesAsString.get(key); + if (hasValue && valueAsString != null) { + builder.field(key + "_as_string", valueAsString); + } + } + builder.endObject(); + return builder; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedPercentilesBucket.class.getSimpleName(), + true, + ParsedPercentilesBucket::new + ); + + static { + ParsedPercentiles.declarePercentilesFields(PARSER); + } + + public static ParsedPercentilesBucket fromXContent(XContentParser parser, String name) throws IOException { + ParsedPercentilesBucket aggregation = PARSER.parse(parser, null); + aggregation.setName(name); + return aggregation; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedSimpleValue.java b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedSimpleValue.java new file mode 100644 index 00000000..bc543a08 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedSimpleValue.java @@ -0,0 +1,50 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.pipeline; + +import org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedSimpleValue extends ParsedSingleValueNumericMetricsAggregation implements SimpleValue { + + @Override + public String getType() { + return InternalSimpleValue.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedSimpleValue.class.getSimpleName(), + true, + ParsedSimpleValue::new + ); + + static { + declareSingleValueFields(PARSER, Double.NaN); + } + + public static ParsedSimpleValue fromXContent(XContentParser parser, final String name) { + ParsedSimpleValue simpleValue = PARSER.apply(parser, null); + simpleValue.setName(name); + return simpleValue; + } + + @Override + public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { + boolean hasValue = Double.isNaN(value) == false; + builder.field(CommonFields.VALUE.getPreferredName(), hasValue ? value : null); + if (hasValue && valueAsString != null) { + builder.field(CommonFields.VALUE_AS_STRING.getPreferredName(), valueAsString); + } + return builder; + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedStatsBucket.java b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedStatsBucket.java new file mode 100644 index 00000000..da2bec87 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/pipeline/ParsedStatsBucket.java @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.aggregations.pipeline; + +import org.elasticsearch.search.aggregations.metrics.ParsedStats; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +public class ParsedStatsBucket extends ParsedStats implements StatsBucket { + + @Override + public String getType() { + return StatsBucketPipelineAggregationBuilder.NAME; + } + + private static final ObjectParser PARSER = new ObjectParser<>( + ParsedStatsBucket.class.getSimpleName(), + true, + ParsedStatsBucket::new + ); + + static { + declareStatsFields(PARSER); + } + + public static ParsedStatsBucket fromXContent(XContentParser parser, final String name) { + ParsedStatsBucket parsedStatsBucket = PARSER.apply(parser, null); + parsedStatsBucket.setName(name); + return parsedStatsBucket; + } +} diff --git a/src/main/java/org/nlpcn/es4sql/Test.java b/src/main/java/org/nlpcn/es4sql/Test.java index 9ace6121..94907360 100644 --- a/src/main/java/org/nlpcn/es4sql/Test.java +++ b/src/main/java/org/nlpcn/es4sql/Test.java @@ -3,6 +3,7 @@ import org.elasticsearch.client.internal.Client; import org.elasticsearch.client.internal.node.NodeClient; import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.telemetry.metric.MeterRegistry; import org.elasticsearch.threadpool.ThreadPool; import java.util.HashMap; @@ -21,7 +22,7 @@ public static String sqlToEsQuery(String sql) throws Exception { // .put(ThreadContext.PREFIX + ".key2", "val 2") // .build(); - ThreadPool threadPool = new ThreadPool(settings); + ThreadPool threadPool = new ThreadPool(settings, MeterRegistry.NOOP); Client client = new NodeClient(settings, threadPool); SearchDao searchDao = new org.nlpcn.es4sql.SearchDao(client); try { diff --git a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java index dd692305..3c289c7c 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java +++ b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java @@ -12,7 +12,8 @@ import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.filter.InternalFilter; import org.elasticsearch.search.aggregations.bucket.terms.InternalTerms; import org.elasticsearch.search.aggregations.bucket.terms.LongTerms; @@ -48,7 +49,7 @@ public SearchResult(SearchResponse resp) { } public SearchResult(SearchResponse resp, Select select) throws SqlParseException { - Aggregations aggs = resp.getAggregations(); + InternalAggregations aggs = resp.getAggregations(); if (aggs.get("filter") != null) { InternalFilter inf = aggs.get("filter"); aggs = inf.getAggregations(); @@ -101,9 +102,9 @@ private Map toFieldsMap(Map fields) { * @return * @throws SqlParseException */ - private Map toAggsMap(Map fields) throws SqlParseException { + private Map toAggsMap(Map fields) throws SqlParseException { Map result = new HashMap<>(); - for (Entry entry : fields.entrySet()) { + for (Entry entry : fields.entrySet()) { result.put(entry.getKey(), covenValue(entry.getValue())); } return result; diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index 3bd9fa39..a5279c02 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -6,7 +6,8 @@ import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; -import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregation; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation; import org.elasticsearch.search.aggregations.metrics.ExtendedStats; @@ -56,11 +57,11 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje List> lines = createLinesFromDocs(flat, docsAsMap, headers, hitFieldNames); return new ObjectResult(headers, lines); } - if (queryResult instanceof Aggregations) { + if (queryResult instanceof InternalAggregations) { List headers = new ArrayList<>(); List> lines = new ArrayList<>(); lines.add(new ArrayList()); - handleAggregations((Aggregations) queryResult, headers, lines); + handleAggregations((InternalAggregations) queryResult, headers, lines); // remove empty line。 if(lines.get(0).size() == 0) { @@ -84,20 +85,20 @@ public ObjectResult extractResults(Object queryResult, boolean flat) throws Obje return null; } - private void handleAggregations(Aggregations aggregations, List headers, List> lines) throws ObjectResultsExtractException { + private void handleAggregations(InternalAggregations aggregations, List headers, List> lines) throws ObjectResultsExtractException { if (allNumericAggregations(aggregations)) { lines.get(this.currentLineIndex).addAll(fillHeaderAndCreateLineForNumericAggregations(aggregations, headers)); return; } //aggregations with size one only supported when not metrics. - List aggregationList = aggregations.asList(); + List aggregationList = aggregations.asList(); if (aggregationList.size() > 1) { throw new ObjectResultsExtractException("currently support only one aggregation at same level (Except for numeric metrics)"); } Aggregation aggregation = aggregationList.get(0); //we want to skip singleBucketAggregations (nested,reverse_nested,filters) if (aggregation instanceof SingleBucketAggregation) { - Aggregations singleBucketAggs = ((SingleBucketAggregation) aggregation).getAggregations(); + InternalAggregations singleBucketAggs = ((SingleBucketAggregation) aggregation).getAggregations(); handleAggregations(singleBucketAggs, headers, lines); return; } @@ -161,9 +162,9 @@ private void handleGeoBoundsAggregation(List headers, List> lines.add(line); } - private List fillHeaderAndCreateLineForNumericAggregations(Aggregations aggregations, List header) throws ObjectResultsExtractException { + private List fillHeaderAndCreateLineForNumericAggregations(InternalAggregations aggregations, List header) throws ObjectResultsExtractException { List line = new ArrayList<>(); - List aggregationList = aggregations.asList(); + List aggregationList = aggregations.asList(); for (Aggregation aggregation : aggregationList) { handleNumericMetricAggregation(header, line, aggregation); } @@ -233,8 +234,8 @@ private void mergeHeadersWithPrefix(List header, String prefix, String[] } } - private boolean allNumericAggregations(Aggregations aggregations) { - List aggregationList = aggregations.asList(); + private boolean allNumericAggregations(InternalAggregations aggregations) { + List aggregationList = aggregations.asList(); for (Aggregation aggregation : aggregationList) { if (!(aggregation instanceof NumericMetricsAggregation)) { return false; @@ -250,7 +251,7 @@ private Aggregation skipAggregations(Aggregation firstAggregation) { return firstAggregation; } - private Aggregation getFirstAggregation(Aggregations aggregations) { + private Aggregation getFirstAggregation(InternalAggregations aggregations) { return aggregations.asList().get(0); } diff --git a/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java index 286f65c5..f8637722 100644 --- a/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/SqlElasticDeleteByQueryRequestBuilder.java @@ -1,8 +1,8 @@ package org.nlpcn.es4sql.query; import org.elasticsearch.action.ActionRequest; -import org.elasticsearch.action.ActionRequestBuilder; import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.action.RequestBuilder; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; @@ -39,7 +39,7 @@ public ActionResponse get() { } @Override - public ActionRequestBuilder getBuilder() { + public RequestBuilder getBuilder() { return deleteByQueryRequestBuilder; } diff --git a/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java b/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java index 54f82c7d..5d79496d 100644 --- a/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java +++ b/src/main/java/org/nlpcn/es4sql/query/SqlElasticRequestBuilder.java @@ -1,8 +1,8 @@ package org.nlpcn.es4sql.query; import org.elasticsearch.action.ActionRequest; -import org.elasticsearch.action.ActionRequestBuilder; import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.action.RequestBuilder; /** * Created by Eliran on 19/8/2015. @@ -11,6 +11,6 @@ public interface SqlElasticRequestBuilder { ActionRequest request(); String explain(); ActionResponse get(); - ActionRequestBuilder getBuilder(); + RequestBuilder getBuilder(); } diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index b2f0b70c..fc03c31b 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -9,7 +9,7 @@ name=${elasticsearch.plugin.name} classname=${elasticsearch.plugin.classname} -java.version=1.8 +java.version=16 # es的版本,ctrl+鼠标点击 可以跳到pom文件看该参数的值 elasticsearch.version=${elasticsearch.version} \ No newline at end of file diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index cf29b0a0..04fc65d5 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -6,7 +6,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; -import org.elasticsearch.search.aggregations.Aggregations; +import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.filter.Filters; import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters; @@ -56,14 +56,14 @@ public class AggregationTest { @Test public void countTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s", TEST_INDEX_ACCOUNT)); ValueCount count = result.get("COUNT(*)"); Assert.assertEquals(1000, count.getValue()); } @Test public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT SUM(balance) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT SUM(balance) FROM %s", TEST_INDEX_ACCOUNT)); ParsedSum sum = result.get("SUM(balance)"); assertThat(sum.value(), equalTo(25714837.0)); } @@ -134,28 +134,28 @@ public void sumTest() throws IOException, SqlParseException, SQLFeatureNotSuppor @Test public void minTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT MIN(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT MIN(age) FROM %s", TEST_INDEX_ACCOUNT)); ParsedMin min = result.get("MIN(age)"); assertThat(min.value(), equalTo(20.0)); } @Test public void maxTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT MAX(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT MAX(age) FROM %s", TEST_INDEX_ACCOUNT)); ParsedMax max = result.get("MAX(age)"); assertThat(max.value(), equalTo(40.0)); } @Test public void avgTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT AVG(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT AVG(age) FROM %s", TEST_INDEX_ACCOUNT)); Avg avg = result.get("AVG(age)"); assertThat(avg.getValue(), equalTo(30.171)); } @Test public void statsTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); Stats stats = result.get("STATS(age)"); Assert.assertEquals(1000, stats.getCount()); assertThat(stats.getSum(), equalTo(30171.0)); @@ -166,7 +166,7 @@ public void statsTest() throws IOException, SqlParseException, SQLFeatureNotSupp @Test public void extendedStatsTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT EXTENDED_STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT EXTENDED_STATS(age) FROM %s", TEST_INDEX_ACCOUNT)); ExtendedStats stats = result.get("EXTENDED_STATS(age)"); Assert.assertEquals(1000, stats.getCount()); assertThat(stats.getMin(),equalTo(20.0)); @@ -180,7 +180,7 @@ public void extendedStatsTest() throws IOException, SqlParseException, SQLFeatur @Test public void percentileTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT PERCENTILES(age) FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT PERCENTILES(age) FROM %s", TEST_INDEX_ACCOUNT)); Percentiles percentiles = result.get("PERCENTILES(age)"); Assert.assertTrue(Math.abs(percentiles.percentile(1.0) - 20.0) < 0.001 ); Assert.assertTrue(Math.abs(percentiles.percentile(5.0) - 21.0) < 0.001 ); @@ -192,7 +192,7 @@ public void percentileTest() throws IOException, SqlParseException, SQLFeatureNo @Test public void percentileTestSpecific() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT PERCENTILES(age,25.0,75.0) x FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT PERCENTILES(age,25.0,75.0) x FROM %s", TEST_INDEX_ACCOUNT)); Percentiles percentiles = result.get("x"); Assert.assertTrue(Math.abs(percentiles.percentile(25.0) - 25.0) < 0.001 ); Assert.assertTrue(Math.abs(percentiles.percentile(75.0) - 35.0) < 0.001 ); @@ -200,13 +200,13 @@ public void percentileTestSpecific() throws IOException, SqlParseException, SQLF @Test public void aliasTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(*) AS mycount FROM %s", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) AS mycount FROM %s", TEST_INDEX_ACCOUNT)); assertThat(result.asMap(), hasKey("mycount")); } @Test public void groupByTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender", TEST_INDEX_ACCOUNT)); Terms gender = result.get("gender"); for(Terms.Bucket bucket : gender.getBuckets()) { String key = bucket.getKey().toString(); @@ -229,7 +229,7 @@ public void postFilterTest() throws Exception { SearchResponse res = (SearchResponse) select.get(); Assert.assertEquals(507, res.getHits().getTotalHits().value); - Aggregations result = res.getAggregations(); + InternalAggregations result = res.getAggregations(); Terms gender = result.get("gender"); for (Terms.Bucket bucket : gender.getBuckets()) { String key = bucket.getKey().toString(); @@ -250,7 +250,7 @@ public void multipleGroupByTest() throws Exception { Map> buckets = new HashMap<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY gender, terms('field'='age','size'=200,'alias'='age')", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY gender, terms('field'='age','size'=200,'alias'='age')", TEST_INDEX_ACCOUNT)); Terms gender = result.get("gender"); for(Terms.Bucket genderBucket : gender.getBuckets()) { String genderKey = genderBucket.getKey().toString(); @@ -272,7 +272,7 @@ public void multipleGroupBysWithSize() throws Exception { Map> buckets = new HashMap<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); Terms gender = result.get("gender"); Assert.assertEquals(2,gender.getBuckets().size()); for(Terms.Bucket genderBucket : gender.getBuckets()) { @@ -292,7 +292,7 @@ public void termsWithSize() throws Exception { Map> buckets = new HashMap<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY terms('alias'='ageAgg','field'='age','size'=3)", TEST_INDEX_ACCOUNT)); Terms gender = result.get("ageAgg"); Assert.assertEquals(3,gender.getBuckets().size()); @@ -300,7 +300,7 @@ public void termsWithSize() throws Exception { @Test public void termsWithMissing() throws Exception { - Aggregations result = query(String.format("SELECT count(*) FROM %s/gotCharacters GROUP BY terms('alias'='nick','field'='nickname','missing'='no_nickname')", TEST_INDEX_GAME_OF_THRONES)); + InternalAggregations result = query(String.format("SELECT count(*) FROM %s/gotCharacters GROUP BY terms('alias'='nick','field'='nickname','missing'='no_nickname')", TEST_INDEX_GAME_OF_THRONES)); Terms name = result.get("nick"); Assert.assertNotNull(name.getBucketByKey("no_nickname")); Assert.assertEquals(6, name.getBucketByKey("no_nickname").getDocCount()); @@ -308,7 +308,7 @@ public void termsWithMissing() throws Exception { @Test public void termsWithOrder() throws Exception { - Aggregations result = query(String.format("SELECT count(*) FROM %s GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='desc')", TEST_INDEX_DOG)); + InternalAggregations result = query(String.format("SELECT count(*) FROM %s GROUP BY terms('field'='dog_name', 'alias'='dog_name', order='desc')", TEST_INDEX_DOG)); Terms name = result.get("dog_name"); Assert.assertEquals("snoopy",name.getBuckets().get(0).getKeyAsString()); Assert.assertEquals("rex",name.getBuckets().get(1).getKeyAsString()); @@ -323,7 +323,7 @@ public void termsWithOrder() throws Exception { public void orderByAscTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { ArrayList agesCount = new ArrayList<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*)", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*)", TEST_INDEX_ACCOUNT)); Terms age = result.get("age"); for(Terms.Bucket bucket : age.getBuckets()) { @@ -340,7 +340,7 @@ public void orderByAscTest() throws IOException, SqlParseException, SQLFeatureNo public void orderByDescTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { ArrayList agesCount = new ArrayList<>(); - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*) DESC", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*) DESC", TEST_INDEX_ACCOUNT)); Terms age = result.get("age"); for(Terms.Bucket bucket : age.getBuckets()) { @@ -354,7 +354,7 @@ public void orderByDescTest() throws IOException, SqlParseException, SQLFeatureN @Test public void limitTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*) LIMIT 5", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY age ORDER BY COUNT(*) LIMIT 5", TEST_INDEX_ACCOUNT)); Terms age = result.get("age"); assertThat(age.getBuckets().size(), equalTo(5)); @@ -362,7 +362,7 @@ public void limitTest() throws IOException, SqlParseException, SQLFeatureNotSupp @Test public void countGroupByRange() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("SELECT COUNT(age) FROM %s/account GROUP BY range(age, 20,25,30,35,40) ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(age) FROM %s/account GROUP BY range(age, 20,25,30,35,40) ", TEST_INDEX_ACCOUNT)); org.elasticsearch.search.aggregations.bucket.range.Range ageRanges = result.get("range(age,20,25,30,35,40)"); assertThat(ageRanges.getBuckets().size(), equalTo(4)); @@ -420,14 +420,14 @@ public void countDateRangeTest() throws IOException, SqlParseException, SQLFeatu */ @Test public void topHitTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("select topHits('size'=3,age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); System.out.println(result); } @Test public void topHitTest_WithInclude() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,age='desc',include=age) from %s group by gender ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("select topHits('size'=3,age='desc',include=age) from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); @@ -441,7 +441,7 @@ public void topHitTest_WithInclude() throws IOException, SqlParseException, SQLF @Test public void topHitTest_WithIncludeTwoFields() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,'include'='age,firstname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("select topHits('size'=3,'include'='age,firstname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); @@ -456,7 +456,7 @@ public void topHitTest_WithIncludeTwoFields() throws IOException, SqlParseExcept @Test public void topHitTest_WithExclude() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname',age='desc') from %s group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets){ SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); @@ -469,7 +469,7 @@ public void topHitTest_WithExclude() throws IOException, SqlParseException, SQLF @Test public void topHitTest_WithIncludeAndExclude() throws IOException, SqlParseException, SQLFeatureNotSupportedException { - Aggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname','include'='firstname,lastname',age='desc') from %s/account group by gender ", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("select topHits('size'=3,'exclude'='lastname','include'='firstname,lastname',age='desc') from %s/account group by gender ", TEST_INDEX_ACCOUNT)); List buckets = ((Terms) (result.asList().get(0))).getBuckets(); for (Terms.Bucket bucket : buckets) { SearchHits hits = ((ParsedTopHits) bucket.getAggregations().asList().get(0)).getHits(); @@ -481,7 +481,7 @@ public void topHitTest_WithIncludeAndExclude() throws IOException, SqlParseExcep } } - private Aggregations query(String query) throws SqlParseException, SQLFeatureNotSupportedException { + private InternalAggregations query(String query) throws SqlParseException, SQLFeatureNotSupportedException { SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(query); return ((SearchResponse)select.get()).getAggregations(); } @@ -525,7 +525,7 @@ public void testSubAggregations() throws Exception { SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(query); SearchResponse response = (SearchResponse) select.get(); - Aggregations result = response.getAggregations(); + InternalAggregations result = response.getAggregations(); Terms gender = result.get("gender"); for(Terms.Bucket genderBucket : gender.getBuckets()) { @@ -558,7 +558,7 @@ public void testSimpleSubAggregations() throws Exception { SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(query); SearchResponse response = (SearchResponse) select.get(); - Aggregations result = response.getAggregations(); + InternalAggregations result = response.getAggregations(); Terms gender = result.get("gender"); for(Terms.Bucket genderBucket : gender.getBuckets()) { @@ -581,7 +581,7 @@ public void testSimpleSubAggregations() throws Exception { @Test public void geoHashGrid() throws SQLFeatureNotSupportedException, SqlParseException { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY geohash_grid(field='center',precision=5) ", TEST_INDEX_LOCATION)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY geohash_grid(field='center',precision=5) ", TEST_INDEX_LOCATION)); ParsedGeoHashGrid grid = result.get("geohash_grid(field=center,precision=5)"); List buckets = grid.getBuckets(); for (GeoGrid.Bucket bucket : buckets) { @@ -592,7 +592,7 @@ public void geoHashGrid() throws SQLFeatureNotSupportedException, SqlParseExcept @Test public void geoBounds() throws SQLFeatureNotSupportedException, SqlParseException { - Aggregations result = query(String.format("SELECT * FROM %s/location GROUP BY geo_bounds(field='center',alias='bounds') ", TEST_INDEX_LOCATION)); + InternalAggregations result = query(String.format("SELECT * FROM %s/location GROUP BY geo_bounds(field='center',alias='bounds') ", TEST_INDEX_LOCATION)); ParsedGeoBounds bounds = result.get("bounds"); Assert.assertEquals(0.5,bounds.bottomRight().getLat(),0.001); Assert.assertEquals(105.0,bounds.bottomRight().getLon(),0.001); @@ -602,7 +602,7 @@ public void geoBounds() throws SQLFeatureNotSupportedException, SqlParseExceptio @Test public void groupByOnNestedFieldTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info)", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info)", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); Terms infos = nested.getAggregations().get("message.info"); Assert.assertEquals(3,infos.getBuckets().size()); @@ -626,7 +626,7 @@ else if(key.equalsIgnoreCase("b")) { @Test public void groupByTestWithFilter() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filter(gender='m'),gender", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filter(gender='m'),gender", TEST_INDEX_ACCOUNT)); ParsedFilter filter = result.get("filter(gender = 'm')@FILTER"); Terms gender = filter.getAggregations().get("gender"); @@ -645,7 +645,7 @@ public void groupByTestWithFilter() throws Exception { @Test public void groupByOnNestedFieldWithFilterTest() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -665,7 +665,7 @@ public void groupByOnNestedFieldWithFilterTest() throws Exception { @Test public void minOnNestedField() throws Exception { - Aggregations result = query(String.format("SELECT min(nested(message.dayOfWeek)) as minDays FROM %s", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT min(nested(message.dayOfWeek)) as minDays FROM %s", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.dayOfWeek@NESTED"); ParsedMin mins = nested.getAggregations().get("minDays"); Assert.assertEquals(1.0,mins.value(),0.0001); @@ -674,7 +674,7 @@ public void minOnNestedField() throws Exception { @Test public void sumOnNestedField() throws Exception { - Aggregations result = query(String.format("SELECT sum(nested(message.dayOfWeek)) as sumDays FROM %s/nestedType", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT sum(nested(message.dayOfWeek)) as sumDays FROM %s/nestedType", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.dayOfWeek@NESTED"); ParsedSum sum = nested.getAggregations().get("sumDays"); Assert.assertEquals(13.0,sum.value(),0.0001); @@ -683,7 +683,7 @@ public void sumOnNestedField() throws Exception { @Test public void histogramOnNestedField() throws Exception { - Aggregations result = query(String.format("select count(*) from %s/nestedType group by histogram('field'='message.dayOfWeek','nested'='message','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("select count(*) from %s/nestedType group by histogram('field'='message.dayOfWeek','nested'='message','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message@NESTED"); ParsedHistogram histogram = nested.getAggregations().get("someAlias"); for(Histogram.Bucket bucket : histogram.getBuckets()){ @@ -705,7 +705,7 @@ else if (key.equals("2")){ @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField,'')", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField,'')", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -727,7 +727,7 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndE } @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField)", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField)", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -750,7 +750,7 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPa @Test public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -765,7 +765,7 @@ public void reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHi @Test public void reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField() throws Exception { - Aggregations result = query(String.format("SELECT sum(reverse_nested(myNum)) bla FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT sum(reverse_nested(myNum)) bla FROM %s/nestedType GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -781,7 +781,7 @@ public void reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedFiel @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment')", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment')", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -805,7 +805,7 @@ public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNes @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' )", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -821,7 +821,7 @@ public void reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNes @Test public void reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField() throws Exception { - Aggregations result = query(String.format("SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); + InternalAggregations result = query(String.format("SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM %s GROUP BY nested(message.info),filter('myFilter',message.info = 'a')", TEST_INDEX_NESTED_TYPE)); ParsedNested nested = result.get("message.info@NESTED"); ParsedFilter filter = nested.getAggregations().get("myFilter@FILTER"); Terms infos = filter.getAggregations().get("message.info"); @@ -880,7 +880,7 @@ public void groupByScriptedHistogram() throws Exception { @Test public void groupByTestWithFilters() throws Exception { - Aggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filters(gender,other,filter(male,gender='m'),filter(female,gender='f'))", TEST_INDEX_ACCOUNT)); + InternalAggregations result = query(String.format("SELECT COUNT(*) FROM %s/account GROUP BY filters(gender,other,filter(male,gender='m'),filter(female,gender='f'))", TEST_INDEX_ACCOUNT)); ParsedFilters filters = result.get("gender@FILTERS"); for (Filters.Bucket bucket : filters.getBuckets()) { String key = bucket.getKeyAsString(); From 74f603ffbde3de99679c4622e187685e03159285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 08:20:11 +0800 Subject: [PATCH 227/266] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f9695e..e491bad8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Elasticsearch-SQL **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **7.17.22** [![7.17.22 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.22)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.12.2** [![8.12.2 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.12.2)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.13.0** [![8.13.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.13.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -248,6 +248,7 @@ Versions | 8.12.0 | 8.12.0.0 | | elastic8.12.0| | 8.12.1 | 8.12.1.0 | | elastic8.12.1| | 8.12.2 | 8.12.2.0 | | elastic8.12.2| +| 8.13.0 | 8.13.0.0 | | elastic8.13.0| ### Elasticsearch 1.x ```` @@ -1262,6 +1263,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.12.2/elasticsearch-sql-8.12.2.0.zip ```` +### Elasticsearch 8.13.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.0/elasticsearch-sql-8.13.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 50d9021c411e9217e26aaa6d18ce8a5609bd5852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 21:46:24 +0800 Subject: [PATCH 228/266] es 8.13.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0863594..797998a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index db2e0b49..7e24f477 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.13.0.0 + 8.13.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.13.0 + 8.13.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 4c2cbc9b7c00b88dc1631ebe808e2d6fccb9a78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 21:53:54 +0800 Subject: [PATCH 229/266] es 8.13.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 797998a2..ee68816b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 7e24f477..537f0227 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.13.1.0 + 8.13.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.13.1 + 8.13.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 74ed88c70d629da3c90be893b33aebe6fc3a709e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 21:59:40 +0800 Subject: [PATCH 230/266] es 8.13.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee68816b..f590ab9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 537f0227..e555cd38 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.13.2.0 + 8.13.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.13.2 + 8.13.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 7bf6431b025855a94d338112f42f56fd95b18eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 22:03:24 +0800 Subject: [PATCH 231/266] es 8.13.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f590ab9a..bf66d920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index e555cd38..dbe83481 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.13.3.0 + 8.13.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.13.3 + 8.13.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From b370dc5f01a01b72773c1c5355bd54ac13734e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 19 Aug 2024 22:08:03 +0800 Subject: [PATCH 232/266] es 8.14.0 support --- .travis.yml | 2 +- pom.xml | 4 +- .../action/ParsedDocWriteResponse.java | 72 ++++ .../ParsedClusterUpdateSettingsResponse.java | 40 +++ .../refresh/ParsedRefreshResponse.java | 33 +- .../action/bulk/ParsedBulkItemResponse.java | 9 +- .../action/delete/ParsedDeleteResponse.java | 42 +++ .../action/index/ParsedIndexResponse.java | 42 +++ .../action/search/ParsedSearchResponse.java | 9 +- .../action/update/ParsedUpdateResponse.java | 46 +++ .../reindex/ParsedBulkByScrollResponse.java | 3 +- .../index/reindex/ParsedBulkByScrollTask.java | 184 ++++++++++ .../client/handler/BulkActionHandler.java | 4 +- .../ClusterUpdateSettingsActionHandler.java | 3 +- .../handler/CreateIndexActionHandler.java | 4 +- .../elasticsearch/search/ParsedSearchHit.java | 327 ++++++++++++++++++ .../search/ParsedSearchHits.java | 67 ++++ .../aggregations/metrics/ParsedTopHits.java | 3 +- .../ParsedSearchProfileDfsPhaseResult.java | 37 ++ .../profile/ParsedSearchProfileResults.java | 97 ++++++ .../query/ParsedQueryProfileShardResult.java | 63 ++++ .../search/suggest/ParsedSuggest.java | 79 +++++ 22 files changed, 1152 insertions(+), 18 deletions(-) create mode 100644 src/main/java/org/elasticsearch/action/ParsedDocWriteResponse.java create mode 100644 src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java create mode 100644 src/main/java/org/elasticsearch/action/delete/ParsedDeleteResponse.java create mode 100644 src/main/java/org/elasticsearch/action/index/ParsedIndexResponse.java create mode 100644 src/main/java/org/elasticsearch/action/update/ParsedUpdateResponse.java create mode 100644 src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollTask.java create mode 100644 src/main/java/org/elasticsearch/search/ParsedSearchHit.java create mode 100644 src/main/java/org/elasticsearch/search/ParsedSearchHits.java create mode 100644 src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java create mode 100644 src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java create mode 100644 src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java create mode 100644 src/main/java/org/elasticsearch/search/suggest/ParsedSuggest.java diff --git a/.travis.yml b/.travis.yml index bf66d920..482b6277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index dbe83481..57f6c641 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.13.4.0 + 8.14.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.13.4 + 8.14.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/action/ParsedDocWriteResponse.java b/src/main/java/org/elasticsearch/action/ParsedDocWriteResponse.java new file mode 100644 index 00000000..29441b93 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/ParsedDocWriteResponse.java @@ -0,0 +1,72 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.action; + +import org.elasticsearch.cluster.metadata.IndexMetadata; +import org.elasticsearch.index.Index; +import org.elasticsearch.index.shard.ShardId; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A base class for the response of a write operation that involves a single doc + */ +public abstract class ParsedDocWriteResponse { + + /** + * Parse the output of the {@link #innerToXContent(XContentBuilder, Params)} method. + * + * This method is intended to be called by subclasses and must be called multiple times to parse all the information concerning + * {@link DocWriteResponse} objects. It always parses the current token, updates the given parsing context accordingly + * if needed and then immediately returns. + */ + public static void parseInnerToXContent(XContentParser parser, DocWriteResponse.Builder context) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + + String currentFieldName = parser.currentName(); + token = parser.nextToken(); + + if (token.isValue()) { + if (DocWriteResponse._INDEX.equals(currentFieldName)) { + // index uuid and shard id are unknown and can't be parsed back for now. + context.setShardId(new ShardId(new Index(parser.text(), IndexMetadata.INDEX_UUID_NA_VALUE), -1)); + } else if (DocWriteResponse._ID.equals(currentFieldName)) { + context.setId(parser.text()); + } else if (DocWriteResponse._VERSION.equals(currentFieldName)) { + context.setVersion(parser.longValue()); + } else if (DocWriteResponse.RESULT.equals(currentFieldName)) { + String result = parser.text(); + for (DocWriteResponse.Result r : DocWriteResponse.Result.values()) { + if (r.getLowercase().equals(result)) { + context.setResult(r); + break; + } + } + } else if (DocWriteResponse.FORCED_REFRESH.equals(currentFieldName)) { + context.setForcedRefresh(parser.booleanValue()); + } else if (DocWriteResponse._SEQ_NO.equals(currentFieldName)) { + context.setSeqNo(parser.longValue()); + } else if (DocWriteResponse._PRIMARY_TERM.equals(currentFieldName)) { + context.setPrimaryTerm(parser.longValue()); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (DocWriteResponse._SHARDS.equals(currentFieldName)) { + context.setShardInfo(DocWriteResponse.ShardInfo.fromXContent(parser)); + } else { + parser.skipChildren(); // skip potential inner objects for forward compatibility + } + } else if (token == XContentParser.Token.START_ARRAY) { + parser.skipChildren(); // skip potential inner arrays for forward compatibility + } + } +} diff --git a/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java b/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java new file mode 100644 index 00000000..ff5c2387 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java @@ -0,0 +1,40 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.admin.cluster.settings; + +import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +/** + * A response for a cluster update settings action. + */ +public class ParsedClusterUpdateSettingsResponse { + + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>( + "cluster_update_settings_response", + true, + args -> { + return new ClusterUpdateSettingsResponse((boolean) args[0], (Settings) args[1], (Settings) args[2]); + } + ); + + static { + AcknowledgedResponse.declareAcknowledgedField(PARSER); + PARSER.declareObject(constructorArg(), (p, c) -> Settings.fromXContent(p), ClusterUpdateSettingsResponse.TRANSIENT); + PARSER.declareObject(constructorArg(), (p, c) -> Settings.fromXContent(p), ClusterUpdateSettingsResponse.PERSISTENT); + } + + public static ClusterUpdateSettingsResponse fromXContent(XContentParser parser) { + return PARSER.apply(parser, null); + } +} diff --git a/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java b/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java index 43f48a05..f980e11f 100644 --- a/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java +++ b/src/main/java/org/elasticsearch/action/admin/indices/refresh/ParsedRefreshResponse.java @@ -8,20 +8,30 @@ package org.elasticsearch.action.admin.indices.refresh; +import org.elasticsearch.action.support.DefaultShardOperationFailedException; import org.elasticsearch.action.support.broadcast.BaseBroadcastResponse; import org.elasticsearch.action.support.broadcast.BroadcastResponse; import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ParseField; import org.elasticsearch.xcontent.XContentParser; import java.util.Arrays; +import java.util.List; -import static org.elasticsearch.action.support.broadcast.BaseBroadcastResponse.declareBroadcastFields; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; +import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg; /** * The response of a refresh action. */ public class ParsedRefreshResponse { + private static final ParseField _SHARDS_FIELD = new ParseField("_shards"); + private static final ParseField TOTAL_FIELD = new ParseField("total"); + private static final ParseField SUCCESSFUL_FIELD = new ParseField("successful"); + private static final ParseField FAILED_FIELD = new ParseField("failed"); + private static final ParseField FAILURES_FIELD = new ParseField("failures"); + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>("refresh", true, arg -> { BaseBroadcastResponse response = (BaseBroadcastResponse) arg[0]; return new BroadcastResponse( @@ -39,4 +49,25 @@ public class ParsedRefreshResponse { public static BroadcastResponse fromXContent(XContentParser parser) { return PARSER.apply(parser, null); } + + /** + * {@link BaseBroadcastResponse#declareBroadcastFields(ConstructingObjectParser)} + */ + @SuppressWarnings("unchecked") + public static void declareBroadcastFields(ConstructingObjectParser PARSER) { + ConstructingObjectParser shardsParser = new ConstructingObjectParser<>( + "_shards", + true, + arg -> new BaseBroadcastResponse((int) arg[0], (int) arg[1], (int) arg[2], (List) arg[3]) + ); + shardsParser.declareInt(constructorArg(), TOTAL_FIELD); + shardsParser.declareInt(constructorArg(), SUCCESSFUL_FIELD); + shardsParser.declareInt(constructorArg(), FAILED_FIELD); + shardsParser.declareObjectArray( + optionalConstructorArg(), + (p, c) -> DefaultShardOperationFailedException.fromXContent(p), + FAILURES_FIELD + ); + PARSER.declareObject(constructorArg(), shardsParser, _SHARDS_FIELD); + } } diff --git a/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java index a543f2d8..aefbfd73 100644 --- a/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java +++ b/src/main/java/org/elasticsearch/action/bulk/ParsedBulkItemResponse.java @@ -12,7 +12,10 @@ import org.elasticsearch.action.DocWriteRequest.OpType; import org.elasticsearch.action.DocWriteResponse; import org.elasticsearch.action.delete.DeleteResponse; +import org.elasticsearch.action.delete.ParsedDeleteResponse; import org.elasticsearch.action.index.IndexResponse; +import org.elasticsearch.action.index.ParsedIndexResponse; +import org.elasticsearch.action.update.ParsedUpdateResponse; import org.elasticsearch.action.update.UpdateResponse; import org.elasticsearch.core.CheckedConsumer; import org.elasticsearch.rest.RestStatus; @@ -54,17 +57,17 @@ public static BulkItemResponse fromXContent(XContentParser parser, int id) throw if (opType == OpType.INDEX || opType == OpType.CREATE) { final IndexResponse.Builder indexResponseBuilder = new IndexResponse.Builder(); builder = indexResponseBuilder; - itemParser = (indexParser) -> IndexResponse.parseXContentFields(indexParser, indexResponseBuilder); + itemParser = (indexParser) -> ParsedIndexResponse.parseXContentFields(indexParser, indexResponseBuilder); } else if (opType == OpType.UPDATE) { final UpdateResponse.Builder updateResponseBuilder = new UpdateResponse.Builder(); builder = updateResponseBuilder; - itemParser = (updateParser) -> UpdateResponse.parseXContentFields(updateParser, updateResponseBuilder); + itemParser = (updateParser) -> ParsedUpdateResponse.parseXContentFields(updateParser, updateResponseBuilder); } else if (opType == OpType.DELETE) { final DeleteResponse.Builder deleteResponseBuilder = new DeleteResponse.Builder(); builder = deleteResponseBuilder; - itemParser = (deleteParser) -> DeleteResponse.parseXContentFields(deleteParser, deleteResponseBuilder); + itemParser = (deleteParser) -> ParsedDeleteResponse.parseXContentFields(deleteParser, deleteResponseBuilder); } else { throwUnknownField(currentFieldName, parser); } diff --git a/src/main/java/org/elasticsearch/action/delete/ParsedDeleteResponse.java b/src/main/java/org/elasticsearch/action/delete/ParsedDeleteResponse.java new file mode 100644 index 00000000..63c4581f --- /dev/null +++ b/src/main/java/org/elasticsearch/action/delete/ParsedDeleteResponse.java @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.delete; + +import org.elasticsearch.action.ParsedDocWriteResponse; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * The response of the delete action. + * + * @see org.elasticsearch.action.delete.DeleteRequest + * @see org.elasticsearch.client.internal.Client#delete(DeleteRequest) + */ +public class ParsedDeleteResponse { + + public static DeleteResponse fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + + DeleteResponse.Builder context = new DeleteResponse.Builder(); + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + parseXContentFields(parser, context); + } + return context.build(); + } + + /** + * Parse the current token and update the parsing context appropriately. + */ + public static void parseXContentFields(XContentParser parser, DeleteResponse.Builder context) throws IOException { + ParsedDocWriteResponse.parseInnerToXContent(parser, context); + } +} diff --git a/src/main/java/org/elasticsearch/action/index/ParsedIndexResponse.java b/src/main/java/org/elasticsearch/action/index/ParsedIndexResponse.java new file mode 100644 index 00000000..df1c0f15 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/index/ParsedIndexResponse.java @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.index; + +import org.elasticsearch.action.ParsedDocWriteResponse; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A response of an index operation, + * + * @see org.elasticsearch.action.index.IndexRequest + * @see org.elasticsearch.client.internal.Client#index(IndexRequest) + */ +public class ParsedIndexResponse { + + public static IndexResponse fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + + IndexResponse.Builder context = new IndexResponse.Builder(); + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + parseXContentFields(parser, context); + } + return context.build(); + } + + /** + * Parse the current token and update the parsing context appropriately. + */ + public static void parseXContentFields(XContentParser parser, IndexResponse.Builder context) throws IOException { + ParsedDocWriteResponse.parseInnerToXContent(parser, context); + } +} diff --git a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java index ac328caf..7d882582 100644 --- a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java +++ b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java @@ -12,9 +12,12 @@ import org.elasticsearch.core.RefCounted; import org.elasticsearch.core.TimeValue; import org.elasticsearch.rest.action.RestActions; +import org.elasticsearch.search.ParsedSearchHits; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.profile.ParsedSearchProfileResults; import org.elasticsearch.search.profile.SearchProfileResults; +import org.elasticsearch.search.suggest.ParsedSuggest; import org.elasticsearch.search.suggest.Suggest; import org.elasticsearch.xcontent.XContentParser; import org.elasticsearch.xcontent.XContentParser.Token; @@ -91,13 +94,13 @@ public static SearchResponse innerFromXContent(XContentParser parser) throws IOE } } else if (token == Token.START_OBJECT) { if (SearchHits.Fields.HITS.equals(currentFieldName)) { - hits = SearchHits.fromXContent(parser); + hits = ParsedSearchHits.fromXContent(parser); } else if (InternalAggregations.AGGREGATIONS_FIELD.equals(currentFieldName)) { aggs = InternalAggregations.fromXContent(parser); } else if (Suggest.NAME.equals(currentFieldName)) { - suggest = Suggest.fromXContent(parser); + suggest = ParsedSuggest.fromXContent(parser); } else if (SearchProfileResults.PROFILE_FIELD.equals(currentFieldName)) { - profile = SearchProfileResults.fromXContent(parser); + profile = ParsedSearchProfileResults.fromXContent(parser); } else if (RestActions._SHARDS_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { while ((token = parser.nextToken()) != Token.END_OBJECT) { if (token == Token.FIELD_NAME) { diff --git a/src/main/java/org/elasticsearch/action/update/ParsedUpdateResponse.java b/src/main/java/org/elasticsearch/action/update/ParsedUpdateResponse.java new file mode 100644 index 00000000..ca1272ce --- /dev/null +++ b/src/main/java/org/elasticsearch/action/update/ParsedUpdateResponse.java @@ -0,0 +1,46 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.action.update; + +import org.elasticsearch.action.ParsedDocWriteResponse; +import org.elasticsearch.index.get.GetResult; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +public class ParsedUpdateResponse { + + public static UpdateResponse fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.nextToken(), parser); + + UpdateResponse.Builder context = new UpdateResponse.Builder(); + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + parseXContentFields(parser, context); + } + return context.build(); + } + + /** + * Parse the current token and update the parsing context appropriately. + */ + public static void parseXContentFields(XContentParser parser, UpdateResponse.Builder context) throws IOException { + XContentParser.Token token = parser.currentToken(); + String currentFieldName = parser.currentName(); + + if (UpdateResponse.GET.equals(currentFieldName)) { + if (token == XContentParser.Token.START_OBJECT) { + context.setGetResult(GetResult.fromXContentEmbedded(parser)); + } + } else { + ParsedDocWriteResponse.parseInnerToXContent(parser, context); + } + } +} diff --git a/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java index 7eed05cb..6e575e00 100644 --- a/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java +++ b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollResponse.java @@ -11,7 +11,6 @@ import org.elasticsearch.ElasticsearchException; import org.elasticsearch.ElasticsearchParseException; import org.elasticsearch.action.bulk.BulkItemResponse.Failure; -import org.elasticsearch.index.reindex.BulkByScrollTask.Status; import org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure; import org.elasticsearch.rest.RestStatus; import org.elasticsearch.xcontent.ObjectParser; @@ -39,7 +38,7 @@ public class ParsedBulkByScrollResponse { PARSER.declareBoolean(BulkByScrollResponseBuilder::setTimedOut, new ParseField(BulkByScrollResponse.TIMED_OUT_FIELD)); PARSER.declareObjectArray(BulkByScrollResponseBuilder::setFailures, (p, c) -> parseFailure(p), new ParseField(BulkByScrollResponse.FAILURES_FIELD)); // since the result of BulkByScrollResponse.Status are mixed we also parse that in this - Status.declareFields(PARSER); + ParsedBulkByScrollTask.ParsedStatus.declareFields(PARSER); } public static BulkByScrollResponse fromXContent(XContentParser parser) { diff --git a/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollTask.java b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollTask.java new file mode 100644 index 00000000..1f00506f --- /dev/null +++ b/src/main/java/org/elasticsearch/index/reindex/ParsedBulkByScrollTask.java @@ -0,0 +1,184 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.index.reindex; + +import org.elasticsearch.ElasticsearchException; +import org.elasticsearch.core.Tuple; +import org.elasticsearch.tasks.Task; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParseException; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +/** + * Task storing information about a currently running BulkByScroll request. + * + * When the request is not sliced, this task is the only task created, and starts an action to perform search requests. + * + * When the request is sliced, this task can either represent a coordinating task (using + * {@link BulkByScrollTask#setWorkerCount(int)}) or a worker task that performs search queries (using + * {@link BulkByScrollTask#setWorker(float, Integer)}). + * + * We don't always know if this task will be a leader or worker task when it's created, because if slices is set to "auto" it may + * be either depending on the number of shards in the source indices. We figure that out when the request is handled and set it on this + * class with {@link #setWorkerCount(int)} or {@link #setWorker(float, Integer)}. + */ +public class ParsedBulkByScrollTask { + + /** + * Status of the reindex, update by query, or delete by query. While in + * general we allow {@linkplain Task.Status} implementations to make + * backwards incompatible changes to their {@link Task.Status#toXContent} + * implementations, this one has become defacto standardized because Kibana + * parses it. As such, we should be very careful about removing things from + * this. + */ + public static class ParsedStatus { + + static final ConstructingObjectParser, Void> RETRIES_PARSER = new ConstructingObjectParser<>( + "bulk_by_scroll_task_status_retries", + true, + a -> new Tuple<>(((Long) a[0]), (Long) a[1]) + ); + static { + RETRIES_PARSER.declareLong(constructorArg(), new ParseField(BulkByScrollTask.Status.RETRIES_BULK_FIELD)); + RETRIES_PARSER.declareLong(constructorArg(), new ParseField(BulkByScrollTask.Status.RETRIES_SEARCH_FIELD)); + } + + public static void declareFields(ObjectParser parser) { + parser.declareInt(BulkByScrollTask.StatusBuilder::setSliceId, new ParseField(BulkByScrollTask.Status.SLICE_ID_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setTotal, new ParseField(BulkByScrollTask.Status.TOTAL_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setUpdated, new ParseField(BulkByScrollTask.Status.UPDATED_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setCreated, new ParseField(BulkByScrollTask.Status.CREATED_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setDeleted, new ParseField(BulkByScrollTask.Status.DELETED_FIELD)); + parser.declareInt(BulkByScrollTask.StatusBuilder::setBatches, new ParseField(BulkByScrollTask.Status.BATCHES_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setVersionConflicts, new ParseField(BulkByScrollTask.Status.VERSION_CONFLICTS_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setNoops, new ParseField(BulkByScrollTask.Status.NOOPS_FIELD)); + parser.declareObject(BulkByScrollTask.StatusBuilder::setRetries, RETRIES_PARSER, new ParseField(BulkByScrollTask.Status.RETRIES_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setThrottled, new ParseField(BulkByScrollTask.Status.THROTTLED_RAW_FIELD)); + parser.declareFloat(BulkByScrollTask.StatusBuilder::setRequestsPerSecond, new ParseField(BulkByScrollTask.Status.REQUESTS_PER_SEC_FIELD)); + parser.declareString(BulkByScrollTask.StatusBuilder::setReasonCancelled, new ParseField(BulkByScrollTask.Status.CANCELED_FIELD)); + parser.declareLong(BulkByScrollTask.StatusBuilder::setThrottledUntil, new ParseField(BulkByScrollTask.Status.THROTTLED_UNTIL_RAW_FIELD)); + parser.declareObjectArray( + BulkByScrollTask.StatusBuilder::setSliceStatuses, + (p, c) -> ParsedStatusOrException.fromXContent(p), + new ParseField(BulkByScrollTask.Status.SLICES_FIELD) + ); + } + + public static BulkByScrollTask.Status fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token; + if (parser.currentToken() == Token.START_OBJECT) { + token = parser.nextToken(); + } else { + token = parser.nextToken(); + } + ensureExpectedToken(Token.START_OBJECT, token, parser); + token = parser.nextToken(); + ensureExpectedToken(Token.FIELD_NAME, token, parser); + return innerFromXContent(parser); + } + + public static BulkByScrollTask.Status innerFromXContent(XContentParser parser) throws IOException { + Token token = parser.currentToken(); + String fieldName = parser.currentName(); + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + BulkByScrollTask.StatusBuilder builder = new BulkByScrollTask.StatusBuilder(); + while ((token = parser.nextToken()) != Token.END_OBJECT) { + if (token == Token.FIELD_NAME) { + fieldName = parser.currentName(); + } else if (token == Token.START_OBJECT) { + if (fieldName.equals(BulkByScrollTask.Status.RETRIES_FIELD)) { + builder.setRetries(ParsedStatus.RETRIES_PARSER.parse(parser, null)); + } else { + parser.skipChildren(); + } + } else if (token == Token.START_ARRAY) { + if (fieldName.equals(BulkByScrollTask.Status.SLICES_FIELD)) { + while ((token = parser.nextToken()) != Token.END_ARRAY) { + builder.addToSliceStatuses(ParsedStatusOrException.fromXContent(parser)); + } + } else { + parser.skipChildren(); + } + } else { // else if it is a value + switch (fieldName) { + case BulkByScrollTask.Status.SLICE_ID_FIELD -> builder.setSliceId(parser.intValue()); + case BulkByScrollTask.Status.TOTAL_FIELD -> builder.setTotal(parser.longValue()); + case BulkByScrollTask.Status.UPDATED_FIELD -> builder.setUpdated(parser.longValue()); + case BulkByScrollTask.Status.CREATED_FIELD -> builder.setCreated(parser.longValue()); + case BulkByScrollTask.Status.DELETED_FIELD -> builder.setDeleted(parser.longValue()); + case BulkByScrollTask.Status.BATCHES_FIELD -> builder.setBatches(parser.intValue()); + case BulkByScrollTask.Status.VERSION_CONFLICTS_FIELD -> builder.setVersionConflicts(parser.longValue()); + case BulkByScrollTask.Status.NOOPS_FIELD -> builder.setNoops(parser.longValue()); + case BulkByScrollTask.Status.THROTTLED_RAW_FIELD -> builder.setThrottled(parser.longValue()); + case BulkByScrollTask.Status.REQUESTS_PER_SEC_FIELD -> builder.setRequestsPerSecond(parser.floatValue()); + case BulkByScrollTask.Status.CANCELED_FIELD -> builder.setReasonCancelled(parser.text()); + case BulkByScrollTask.Status.THROTTLED_UNTIL_RAW_FIELD -> builder.setThrottledUntil(parser.longValue()); + } + } + } + return builder.buildStatus(); + } + } + + /** + * The status of a slice of the request. Successful requests store the {@link StatusOrException#status} while failing requests store a + * {@link StatusOrException#exception}. + */ + public static class ParsedStatusOrException { + + /** + * Since {@link StatusOrException} can contain either an {@link Exception} or a {@link Status} we need to peek + * at a field first before deciding what needs to be parsed since the same object could contains either. + * The {@link #EXPECTED_EXCEPTION_FIELDS} contains the fields that are expected when the serialised object + * was an instance of exception and the {@link Status#FIELDS_SET} is the set of fields expected when the + * serialized object was an instance of Status. + */ + public static BulkByScrollTask.StatusOrException fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + if (token == null) { + token = parser.nextToken(); + } + if (token == Token.VALUE_NULL) { + return null; + } else { + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + token = parser.nextToken(); + // This loop is present only to ignore unknown tokens. It breaks as soon as we find a field + // that is allowed. + while (token != Token.END_OBJECT) { + ensureExpectedToken(Token.FIELD_NAME, token, parser); + String fieldName = parser.currentName(); + // weird way to ignore unknown tokens + if (BulkByScrollTask.Status.FIELDS_SET.contains(fieldName)) { + return new BulkByScrollTask.StatusOrException(ParsedStatus.innerFromXContent(parser)); + } else if (BulkByScrollTask.StatusOrException.EXPECTED_EXCEPTION_FIELDS.contains(fieldName)) { + return new BulkByScrollTask.StatusOrException(ElasticsearchException.innerFromXContent(parser, false)); + } else { + // Ignore unknown tokens + token = parser.nextToken(); + if (token == Token.START_OBJECT || token == Token.START_ARRAY) { + parser.skipChildren(); + } + token = parser.nextToken(); + } + } + throw new XContentParseException("Unable to parse StatusFromException. Expected fields not found."); + } + } + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java index 241ee774..28183130 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/BulkActionHandler.java @@ -14,9 +14,9 @@ import co.elastic.clients.elasticsearch.core.bulk.UpdateOperation; import jakarta.json.stream.JsonParser; import org.elasticsearch.action.DocWriteRequest; -import org.elasticsearch.action.bulk.BulkAction; import org.elasticsearch.action.bulk.BulkResponse; import org.elasticsearch.action.bulk.ParsedBulkResponse; +import org.elasticsearch.action.bulk.TransportBulkAction; import org.elasticsearch.action.delete.DeleteRequest; import org.elasticsearch.action.index.IndexRequest; import org.elasticsearch.action.support.ActiveShardCount; @@ -47,7 +47,7 @@ public BulkActionHandler(ElasticsearchClient client) { @Override public String getName() { - return BulkAction.NAME; + return TransportBulkAction.NAME; } @Override diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java index 59e97603..64ac7b5a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterUpdateSettingsActionHandler.java @@ -8,6 +8,7 @@ import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction; import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest; import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse; +import org.elasticsearch.action.admin.cluster.settings.ParsedClusterUpdateSettingsResponse; import org.elasticsearch.common.Strings; import java.io.IOException; @@ -52,6 +53,6 @@ protected PutClusterSettingsRequest convertRequest(ClusterUpdateSettingsRequest @Override protected ClusterUpdateSettingsResponse convertResponse(PutClusterSettingsResponse putClusterSettingsResponse) throws IOException { - return parseJson(putClusterSettingsResponse, ClusterUpdateSettingsResponse::fromXContent); + return parseJson(putClusterSettingsResponse, ParsedClusterUpdateSettingsResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java index 86b366b2..5ead5b5e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java @@ -7,8 +7,8 @@ import co.elastic.clients.elasticsearch.indices.Alias; import co.elastic.clients.elasticsearch.indices.CreateIndexRequest; import co.elastic.clients.elasticsearch.indices.IndexSettings; -import org.elasticsearch.action.admin.indices.create.CreateIndexAction; import org.elasticsearch.action.admin.indices.create.CreateIndexResponse; +import org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction; import org.elasticsearch.action.support.ActiveShardCount; import org.elasticsearch.common.bytes.BytesReference; import org.elasticsearch.common.xcontent.XContentHelper; @@ -38,7 +38,7 @@ public CreateIndexActionHandler(ElasticsearchClient client) { @Override public String getName() { - return CreateIndexAction.NAME; + return TransportCreateIndexAction.TYPE.name(); } @Override diff --git a/src/main/java/org/elasticsearch/search/ParsedSearchHit.java b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java new file mode 100644 index 00000000..476cc48c --- /dev/null +++ b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java @@ -0,0 +1,327 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search; + +import org.apache.lucene.search.Explanation; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.bytes.BytesReference; +import org.elasticsearch.common.document.DocumentField; +import org.elasticsearch.common.text.Text; +import org.elasticsearch.index.mapper.IgnoredFieldMapper; +import org.elasticsearch.index.mapper.SourceFieldMapper; +import org.elasticsearch.index.seqno.SequenceNumbers; +import org.elasticsearch.index.shard.ShardId; +import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; +import org.elasticsearch.transport.RemoteClusterAware; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ObjectParser.ValueType; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentParser; +import org.elasticsearch.xcontent.XContentParser.Token; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureFieldName; +import static org.elasticsearch.core.RefCounted.ALWAYS_REFERENCED; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; +import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg; + +/** + * A single search hit. + * + * @see SearchHits + */ +public final class ParsedSearchHit { + + // All fields on the root level of the parsed SearhHit are interpreted as metadata fields + // public because we use it in a completion suggestion option + @SuppressWarnings("unchecked") + public static final ObjectParser.UnknownFieldConsumer> unknownMetaFieldConsumer = (map, fieldName, fieldValue) -> { + Map fieldMap = (Map) map.computeIfAbsent( + SearchHit.METADATA_FIELDS, + v -> new HashMap() + ); + if (fieldName.equals(IgnoredFieldMapper.NAME)) { + fieldMap.put(fieldName, new DocumentField(fieldName, (List) fieldValue)); + } else { + fieldMap.put(fieldName, new DocumentField(fieldName, Collections.singletonList(fieldValue))); + } + }; + + /** + * This parser outputs a temporary map of the objects needed to create the + * SearchHit instead of directly creating the SearchHit. The reason for this + * is that this way we can reuse the parser when parsing xContent from + * {@link org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option} which unfortunately inlines + * the output of + * {@link #toInnerXContent(XContentBuilder, org.elasticsearch.xcontent.ToXContent.Params)} + * of the included search hit. The output of the map is used to create the + * actual SearchHit instance via {@link #createFromMap(Map)} + */ + private static final ObjectParser, Void> MAP_PARSER = new ObjectParser<>( + "innerHitParser", + unknownMetaFieldConsumer, + HashMap::new + ); + + static { + declareInnerHitsParseFields(MAP_PARSER); + } + + public static SearchHit fromXContent(XContentParser parser) { + return createFromMap(MAP_PARSER.apply(parser, null)); + } + + public static void declareInnerHitsParseFields(ObjectParser, Void> parser) { + parser.declareString((map, value) -> map.put(SearchHit.Fields._INDEX, value), new ParseField(SearchHit.Fields._INDEX)); + parser.declareString((map, value) -> map.put(SearchHit.Fields._ID, value), new ParseField(SearchHit.Fields._ID)); + parser.declareString((map, value) -> map.put(SearchHit.Fields._NODE, value), new ParseField(SearchHit.Fields._NODE)); + parser.declareField( + (map, value) -> map.put(SearchHit.Fields._SCORE, value), + ParsedSearchHit::parseScore, + new ParseField(SearchHit.Fields._SCORE), + ValueType.FLOAT_OR_NULL + ); + parser.declareInt((map, value) -> map.put(SearchHit.Fields._RANK, value), new ParseField(SearchHit.Fields._RANK)); + + parser.declareLong((map, value) -> map.put(SearchHit.Fields._VERSION, value), new ParseField(SearchHit.Fields._VERSION)); + parser.declareLong((map, value) -> map.put(SearchHit.Fields._SEQ_NO, value), new ParseField(SearchHit.Fields._SEQ_NO)); + parser.declareLong((map, value) -> map.put(SearchHit.Fields._PRIMARY_TERM, value), new ParseField(SearchHit.Fields._PRIMARY_TERM)); + parser.declareField( + (map, value) -> map.put(SearchHit.Fields._SHARD, value), + (p, c) -> ShardId.fromString(p.text()), + new ParseField(SearchHit.Fields._SHARD), + ValueType.STRING + ); + parser.declareObject( + (map, value) -> map.put(SourceFieldMapper.NAME, value), + (p, c) -> parseSourceBytes(p), + new ParseField(SourceFieldMapper.NAME) + ); + parser.declareObject( + (map, value) -> map.put(SearchHit.Fields.HIGHLIGHT, value), + (p, c) -> parseHighlightFields(p), + new ParseField(SearchHit.Fields.HIGHLIGHT) + ); + parser.declareObject((map, value) -> { + Map fieldMap = get(SearchHit.Fields.FIELDS, map, new HashMap()); + fieldMap.putAll(value); + map.put(SearchHit.DOCUMENT_FIELDS, fieldMap); + }, (p, c) -> parseFields(p), new ParseField(SearchHit.Fields.FIELDS)); + parser.declareObject( + (map, value) -> map.put(SearchHit.Fields._EXPLANATION, value), + (p, c) -> parseExplanation(p), + new ParseField(SearchHit.Fields._EXPLANATION) + ); + parser.declareObject( + (map, value) -> map.put(SearchHit.NestedIdentity._NESTED, value), + ParsedNestedIdentity::fromXContent, + new ParseField(SearchHit.NestedIdentity._NESTED) + ); + parser.declareObject( + (map, value) -> map.put(SearchHit.Fields.INNER_HITS, value), + (p, c) -> parseInnerHits(p), + new ParseField(SearchHit.Fields.INNER_HITS) + ); + + parser.declareField((p, map, context) -> { + XContentParser.Token token = p.currentToken(); + Map matchedQueries = new LinkedHashMap<>(); + if (token == XContentParser.Token.START_OBJECT) { + String fieldName = null; + while ((token = p.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + fieldName = p.currentName(); + } else if (token.isValue()) { + matchedQueries.put(fieldName, p.floatValue()); + } + } + } else if (token == XContentParser.Token.START_ARRAY) { + while (p.nextToken() != XContentParser.Token.END_ARRAY) { + matchedQueries.put(p.text(), Float.NaN); + } + } + map.put(SearchHit.Fields.MATCHED_QUERIES, matchedQueries); + }, new ParseField(SearchHit.Fields.MATCHED_QUERIES), ObjectParser.ValueType.OBJECT_ARRAY); + + parser.declareField( + (map, list) -> map.put(SearchHit.Fields.SORT, list), + SearchSortValues::fromXContent, + new ParseField(SearchHit.Fields.SORT), + ValueType.OBJECT_ARRAY + ); + } + + public static SearchHit createFromMap(Map values) { + String id = get(SearchHit.Fields._ID, values, null); + String index = get(SearchHit.Fields._INDEX, values, null); + String clusterAlias = null; + if (index != null) { + int indexOf = index.indexOf(RemoteClusterAware.REMOTE_CLUSTER_INDEX_SEPARATOR); + if (indexOf > 0) { + clusterAlias = index.substring(0, indexOf); + index = index.substring(indexOf + 1); + } + } + ShardId shardId = get(SearchHit.Fields._SHARD, values, null); + String nodeId = get(SearchHit.Fields._NODE, values, null); + final SearchShardTarget shardTarget; + if (shardId != null && nodeId != null) { + assert shardId.getIndexName().equals(index); + shardTarget = new SearchShardTarget(nodeId, shardId, clusterAlias); + index = shardTarget.getIndex(); + clusterAlias = shardTarget.getClusterAlias(); + } else { + shardTarget = null; + } + return new SearchHit( + -1, + get(SearchHit.Fields._SCORE, values, SearchHit.DEFAULT_SCORE), + get(SearchHit.Fields._RANK, values, SearchHit.NO_RANK), + id == null ? null : new Text(id), + get(SearchHit.NestedIdentity._NESTED, values, null), + get(SearchHit.Fields._VERSION, values, -1L), + get(SearchHit.Fields._SEQ_NO, values, SequenceNumbers.UNASSIGNED_SEQ_NO), + get(SearchHit.Fields._PRIMARY_TERM, values, SequenceNumbers.UNASSIGNED_PRIMARY_TERM), + get(SourceFieldMapper.NAME, values, null), + get(SearchHit.Fields.HIGHLIGHT, values, null), + get(SearchHit.Fields.SORT, values, SearchSortValues.EMPTY), + get(SearchHit.Fields.MATCHED_QUERIES, values, null), + get(SearchHit.Fields._EXPLANATION, values, null), + shardTarget, + index, + clusterAlias, + null, + get(SearchHit.Fields.INNER_HITS, values, null), + get(SearchHit.DOCUMENT_FIELDS, values, Collections.emptyMap()), + get(SearchHit.METADATA_FIELDS, values, Collections.emptyMap()), + ALWAYS_REFERENCED // TODO: do we ever want pooling here? + ); + } + + @SuppressWarnings("unchecked") + private static T get(String key, Map map, T defaultValue) { + return (T) map.getOrDefault(key, defaultValue); + } + + private static float parseScore(XContentParser parser) throws IOException { + if (parser.currentToken() == XContentParser.Token.VALUE_NUMBER || parser.currentToken() == XContentParser.Token.VALUE_STRING) { + return parser.floatValue(); + } else { + return Float.NaN; + } + } + + private static BytesReference parseSourceBytes(XContentParser parser) throws IOException { + try (XContentBuilder builder = XContentBuilder.builder(parser.contentType().xContent())) { + // the original document gets slightly modified: whitespaces or + // pretty printing are not preserved, + // it all depends on the current builder settings + builder.copyCurrentStructure(parser); + return BytesReference.bytes(builder); + } + } + + private static Map parseFields(XContentParser parser) throws IOException { + Map fields = new HashMap<>(); + while (parser.nextToken() != XContentParser.Token.END_OBJECT) { + DocumentField field = DocumentField.fromXContent(parser); + fields.put(field.getName(), field); + } + return fields; + } + + private static Map parseInnerHits(XContentParser parser) throws IOException { + Map innerHits = new HashMap<>(); + while ((parser.nextToken()) != XContentParser.Token.END_OBJECT) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); + String name = parser.currentName(); + ensureExpectedToken(Token.START_OBJECT, parser.nextToken(), parser); + ensureFieldName(parser, parser.nextToken(), SearchHits.Fields.HITS); + innerHits.put(name, ParsedSearchHits.fromXContent(parser)); + ensureExpectedToken(XContentParser.Token.END_OBJECT, parser.nextToken(), parser); + } + return innerHits; + } + + private static Map parseHighlightFields(XContentParser parser) throws IOException { + Map highlightFields = new HashMap<>(); + while ((parser.nextToken()) != XContentParser.Token.END_OBJECT) { + HighlightField highlightField = HighlightField.fromXContent(parser); + highlightFields.put(highlightField.name(), highlightField); + } + return highlightFields; + } + + private static Explanation parseExplanation(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.currentToken(), parser); + XContentParser.Token token; + Float value = null; + String description = null; + List details = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, token, parser); + String currentFieldName = parser.currentName(); + token = parser.nextToken(); + if (SearchHit.Fields.VALUE.equals(currentFieldName)) { + value = parser.floatValue(); + } else if (SearchHit.Fields.DESCRIPTION.equals(currentFieldName)) { + description = parser.textOrNull(); + } else if (SearchHit.Fields.DETAILS.equals(currentFieldName)) { + ensureExpectedToken(XContentParser.Token.START_ARRAY, token, parser); + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + details.add(parseExplanation(parser)); + } + } else { + parser.skipChildren(); + } + } + if (value == null) { + throw new ParsingException(parser.getTokenLocation(), "missing explanation value"); + } + if (description == null) { + throw new ParsingException(parser.getTokenLocation(), "missing explanation description"); + } + return Explanation.match(value, description, details); + } + + /** + * Encapsulates the nested identity of a hit. + */ + public static final class ParsedNestedIdentity { + + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>( + "nested_identity", + true, + ctorArgs -> new SearchHit.NestedIdentity((String) ctorArgs[0], (int) ctorArgs[1], (SearchHit.NestedIdentity) ctorArgs[2]) + ); + static { + PARSER.declareString(constructorArg(), new ParseField(SearchHit.NestedIdentity.FIELD)); + PARSER.declareInt(constructorArg(), new ParseField(SearchHit.NestedIdentity.OFFSET)); + PARSER.declareObject(optionalConstructorArg(), PARSER, new ParseField(SearchHit.NestedIdentity._NESTED)); + } + + static SearchHit.NestedIdentity fromXContent(XContentParser parser, Void context) { + return fromXContent(parser); + } + + public static SearchHit.NestedIdentity fromXContent(XContentParser parser) { + return PARSER.apply(parser, null); + } + } +} diff --git a/src/main/java/org/elasticsearch/search/ParsedSearchHits.java b/src/main/java/org/elasticsearch/search/ParsedSearchHits.java new file mode 100644 index 00000000..fed82b16 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/ParsedSearchHits.java @@ -0,0 +1,67 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search; + +import org.apache.lucene.search.TotalHits; +import org.apache.lucene.search.TotalHits.Relation; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; +import static org.elasticsearch.search.SearchHits.parseTotalHitsFragment; + +public final class ParsedSearchHits { + + public static SearchHits fromXContent(XContentParser parser) throws IOException { + if (parser.currentToken() != XContentParser.Token.START_OBJECT) { + parser.nextToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.currentToken(), parser); + } + XContentParser.Token token = parser.currentToken(); + String currentFieldName = null; + List hits = new ArrayList<>(); + TotalHits totalHits = null; + float maxScore = 0f; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (SearchHits.Fields.TOTAL.equals(currentFieldName)) { + // For BWC with nodes pre 7.0 + long value = parser.longValue(); + totalHits = value == -1 ? null : new TotalHits(value, Relation.EQUAL_TO); + } else if (SearchHits.Fields.MAX_SCORE.equals(currentFieldName)) { + maxScore = parser.floatValue(); + } + } else if (token == XContentParser.Token.VALUE_NULL) { + if (SearchHits.Fields.MAX_SCORE.equals(currentFieldName)) { + maxScore = Float.NaN; // NaN gets rendered as null-field + } + } else if (token == XContentParser.Token.START_ARRAY) { + if (SearchHits.Fields.HITS.equals(currentFieldName)) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + hits.add(ParsedSearchHit.fromXContent(parser)); + } + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (SearchHits.Fields.TOTAL.equals(currentFieldName)) { + totalHits = parseTotalHitsFragment(parser); + } else { + parser.skipChildren(); + } + } + } + return SearchHits.unpooled(hits.toArray(SearchHits.EMPTY), totalHits, maxScore); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java index 1ac2d03d..46cf196c 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedTopHits.java @@ -9,6 +9,7 @@ package org.elasticsearch.search.aggregations.metrics; import org.elasticsearch.common.xcontent.ChunkedToXContent; +import org.elasticsearch.search.ParsedSearchHits; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.ParsedAggregation; import org.elasticsearch.xcontent.ObjectParser; @@ -46,7 +47,7 @@ public XContentBuilder doXContentBody(XContentBuilder builder, Params params) th declareAggregationFields(PARSER); PARSER.declareObject( (topHit, searchHits) -> topHit.searchHits = searchHits, - (parser, context) -> SearchHits.fromXContent(parser), + (parser, context) -> ParsedSearchHits.fromXContent(parser), new ParseField(SearchHits.Fields.HITS) ); } diff --git a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java new file mode 100644 index 00000000..b744172e --- /dev/null +++ b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.profile; + +import org.elasticsearch.search.profile.query.ParsedQueryProfileShardResult; +import org.elasticsearch.xcontent.InstantiatingObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg; + +public class ParsedSearchProfileDfsPhaseResult { + + private static final InstantiatingObjectParser PARSER; + + static { + InstantiatingObjectParser.Builder parser = InstantiatingObjectParser.builder( + "search_profile_dfs_phase_result", + true, + SearchProfileDfsPhaseResult.class + ); + parser.declareObject(optionalConstructorArg(), (p, c) -> ProfileResult.fromXContent(p), SearchProfileDfsPhaseResult.STATISTICS); + parser.declareObjectArray(optionalConstructorArg(), (p, c) -> ParsedQueryProfileShardResult.fromXContent(p), SearchProfileDfsPhaseResult.KNN); + PARSER = parser.build(); + } + + public static SearchProfileDfsPhaseResult fromXContent(XContentParser parser) throws IOException { + return PARSER.parse(parser, null); + } +} diff --git a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java new file mode 100644 index 00000000..4f0fc067 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java @@ -0,0 +1,97 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.profile; + +import org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult; +import org.elasticsearch.search.profile.query.ParsedQueryProfileShardResult; +import org.elasticsearch.search.profile.query.QueryProfileShardResult; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * Profile results for all shards. + */ +public final class ParsedSearchProfileResults { + + public static SearchProfileResults fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + Map profileResults = new HashMap<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.START_ARRAY) { + if (SearchProfileResults.SHARDS_FIELD.equals(parser.currentName())) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + parseProfileResultsEntry(parser, profileResults); + } + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + parser.skipChildren(); + } + } + return new SearchProfileResults(profileResults); + } + + private static void parseProfileResultsEntry(XContentParser parser, Map searchProfileResults) + throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + SearchProfileDfsPhaseResult searchProfileDfsPhaseResult = null; + List queryProfileResults = new ArrayList<>(); + AggregationProfileShardResult aggProfileShardResult = null; + ProfileResult fetchResult = null; + String id = null; + String currentFieldName = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (SearchProfileResults.ID_FIELD.equals(currentFieldName)) { + id = parser.text(); + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_ARRAY) { + if ("searches".equals(currentFieldName)) { + while ((parser.nextToken()) != XContentParser.Token.END_ARRAY) { + queryProfileResults.add(ParsedQueryProfileShardResult.fromXContent(parser)); + } + } else if (AggregationProfileShardResult.AGGREGATIONS.equals(currentFieldName)) { + aggProfileShardResult = AggregationProfileShardResult.fromXContent(parser); + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if ("dfs".equals(currentFieldName)) { + searchProfileDfsPhaseResult = ParsedSearchProfileDfsPhaseResult.fromXContent(parser); + } else if ("fetch".equals(currentFieldName)) { + fetchResult = ProfileResult.fromXContent(parser); + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + SearchProfileShardResult result = new SearchProfileShardResult( + new SearchProfileQueryPhaseResult(queryProfileResults, aggProfileShardResult), + fetchResult + ); + result.getQueryPhase().setSearchProfileDfsPhaseResult(searchProfileDfsPhaseResult); + searchProfileResults.put(id, result); + } +} diff --git a/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java b/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java new file mode 100644 index 00000000..67d39f6f --- /dev/null +++ b/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java @@ -0,0 +1,63 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +package org.elasticsearch.search.profile.query; + +import org.elasticsearch.search.profile.ProfileResult; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A container class to hold the profile results for a single shard in the request. + * Contains a list of query profiles, a collector tree and a total rewrite tree. + */ +public final class ParsedQueryProfileShardResult { + + public static QueryProfileShardResult fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + String currentFieldName = null; + List queryProfileResults = new ArrayList<>(); + long rewriteTime = 0; + Long vectorOperationsCount = null; + CollectorResult collector = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (QueryProfileShardResult.REWRITE_TIME.equals(currentFieldName)) { + rewriteTime = parser.longValue(); + } else if (QueryProfileShardResult.VECTOR_OPERATIONS_COUNT.equals(currentFieldName)) { + vectorOperationsCount = parser.longValue(); + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_ARRAY) { + if (QueryProfileShardResult.QUERY_ARRAY.equals(currentFieldName)) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + queryProfileResults.add(ProfileResult.fromXContent(parser)); + } + } else if (QueryProfileShardResult.COLLECTOR.equals(currentFieldName)) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + collector = CollectorResult.fromXContent(parser); + } + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + return new QueryProfileShardResult(queryProfileResults, rewriteTime, collector, vectorOperationsCount); + } +} diff --git a/src/main/java/org/elasticsearch/search/suggest/ParsedSuggest.java b/src/main/java/org/elasticsearch/search/suggest/ParsedSuggest.java new file mode 100644 index 00000000..95478041 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/suggest/ParsedSuggest.java @@ -0,0 +1,79 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +package org.elasticsearch.search.suggest; + +import org.apache.lucene.util.SetOnce; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.core.CheckedFunction; +import org.elasticsearch.search.aggregations.Aggregation; +import org.elasticsearch.search.suggest.Suggest.Suggestion.Entry; +import org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Locale; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * Top level suggest result, containing the result for each suggestion. + */ +public final class ParsedSuggest { + + /** + * this parsing method assumes that the leading "suggest" field name has already been parsed by the caller + */ + public static Suggest fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.currentToken(), parser); + List>> suggestions = new ArrayList<>(); + while ((parser.nextToken()) != XContentParser.Token.END_OBJECT) { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); + String currentField = parser.currentName(); + ensureExpectedToken(XContentParser.Token.START_ARRAY, parser.nextToken(), parser); + Suggest.Suggestion> suggestion = ParsedSuggestion.fromXContent(parser); + if (suggestion != null) { + suggestions.add(suggestion); + } else { + throw new ParsingException( + parser.getTokenLocation(), + String.format(Locale.ROOT, "Could not parse suggestion keyed as [%s]", currentField) + ); + } + } + return new Suggest(suggestions); + } + + /** + * The suggestion responses corresponding with the suggestions in the request. + */ + @SuppressWarnings("rawtypes") + public abstract static class ParsedSuggestion { + + @SuppressWarnings("unchecked") + public static Suggest.Suggestion> fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.START_ARRAY, parser.currentToken(), parser); + SetOnce suggestion = new SetOnce<>(); + XContentParserUtils.parseTypedKeysObject(parser, Aggregation.TYPED_KEYS_DELIMITER, Suggest.Suggestion.class, suggestion::set); + return suggestion.get(); + } + + protected static > void parseEntries( + XContentParser parser, + Suggest.Suggestion suggestion, + CheckedFunction entryParser + ) throws IOException { + ensureExpectedToken(XContentParser.Token.START_ARRAY, parser.currentToken(), parser); + while ((parser.nextToken()) != XContentParser.Token.END_ARRAY) { + suggestion.addTerm(entryParser.apply(parser)); + } + } + } +} From acb919c09f819f53c9e7fd573f40469eb8641599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 23 Aug 2024 07:33:39 +0800 Subject: [PATCH 233/266] es 8.14.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 482b6277..226dacbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 57f6c641..cdaea18f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.14.0.0 + 8.14.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.14.0 + 8.14.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From ee315dc767456278b779c679808d1353b6c3cecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 23 Aug 2024 07:39:59 +0800 Subject: [PATCH 234/266] es 8.14.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 226dacbc..4ecb7836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index cdaea18f..affe5d80 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.14.1.0 + 8.14.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.14.1 + 8.14.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From aa0eceaf953ac7a1f4518eaa1198df9b0de92e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 23 Aug 2024 07:49:11 +0800 Subject: [PATCH 235/266] es 8.14.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ecb7836..4845ce15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index affe5d80..d7d77dfe 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.14.2.0 + 8.14.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.14.2 + 8.14.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From a95dacbb7f518fcad7fee2dfc8e5e1bff1c09558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 23 Aug 2024 08:18:49 +0800 Subject: [PATCH 236/266] update README.md --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e491bad8..7d6a899f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.22** [![7.17.22 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.22)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.13.0** [![8.13.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.13.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.23** [![7.17.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.14.3** [![8.14.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.14.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -223,6 +223,7 @@ Versions | 7.17.20 | 7.17.20.0 | |elastic7.17.20| | 7.17.21 | 7.17.21.0 | |elastic7.17.21| | 7.17.22 | 7.17.22.0 | |elastic7.17.22| +| 7.17.23 | 7.17.23.0 | |elastic7.17.23| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | @@ -249,6 +250,14 @@ Versions | 8.12.1 | 8.12.1.0 | | elastic8.12.1| | 8.12.2 | 8.12.2.0 | | elastic8.12.2| | 8.13.0 | 8.13.0.0 | | elastic8.13.0| +| 8.13.1 | 8.13.1.0 | | elastic8.13.1| +| 8.13.2 | 8.13.2.0 | | elastic8.13.2| +| 8.13.3 | 8.13.3.0 | | elastic8.13.3| +| 8.13.4 | 8.13.4.0 | | elastic8.13.4| +| 8.14.0 | 8.14.0.0 | | elastic8.14.0| +| 8.14.1 | 8.14.1.0 | | elastic8.14.1| +| 8.14.2 | 8.14.2.0 | | elastic8.14.2| +| 8.14.3 | 8.14.3.0 | | elastic8.14.3| ### Elasticsearch 1.x ```` @@ -1138,6 +1147,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.22/elasticsearch-sql-7.17.22.0.zip ```` +### Elasticsearch 7.17.23 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.23/elasticsearch-sql-7.17.23.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1268,6 +1282,46 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.0/elasticsearch-sql-8.13.0.0.zip ```` +### Elasticsearch 8.13.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.1/elasticsearch-sql-8.13.1.0.zip +```` + +### Elasticsearch 8.13.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.2/elasticsearch-sql-8.13.2.0.zip +```` + +### Elasticsearch 8.13.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.3/elasticsearch-sql-8.13.3.0.zip +```` + +### Elasticsearch 8.13.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.4/elasticsearch-sql-8.13.4.0.zip +```` + +### Elasticsearch 8.14.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.14.0/elasticsearch-sql-8.14.0.0.zip +```` + +### Elasticsearch 8.14.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.14.1/elasticsearch-sql-8.14.1.0.zip +```` + +### Elasticsearch 8.14.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.14.2/elasticsearch-sql-8.14.2.0.zip +```` + +### Elasticsearch 8.14.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.14.3/elasticsearch-sql-8.14.3.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From ae443c6f0ea53129f42d881623eb5cd1f1419172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 24 Aug 2024 21:13:46 +0800 Subject: [PATCH 237/266] es 8.15.0 support --- .travis.yml | 2 +- pom.xml | 4 +-- .../action/search/ParsedSearchResponse.java | 4 ++- .../handler/ClusterStateActionHandler.java | 5 ++++ .../ClusterUpdateSettingsActionHandler.java | 2 +- .../handler/CreateIndexActionHandler.java | 2 +- .../handler/DeleteIndexActionHandler.java | 2 +- .../handler/PutMappingActionHandler.java | 2 +- .../org/nlpcn/es4sql/domain/SearchResult.java | 29 ++++++++++--------- .../org/nlpcn/es4sql/AggregationTest.java | 11 +++++-- 10 files changed, 39 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4845ce15..f1f74dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index d7d77dfe..025d7911 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.14.3.0 + 8.15.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.14.3 + 8.15.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java index 7d882582..4466c6c7 100644 --- a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java +++ b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java @@ -8,6 +8,7 @@ package org.elasticsearch.action.search; +import org.elasticsearch.common.bytes.BytesArray; import org.elasticsearch.common.util.concurrent.ConcurrentCollections; import org.elasticsearch.core.RefCounted; import org.elasticsearch.core.TimeValue; @@ -28,6 +29,7 @@ import java.util.List; import java.util.Locale; import java.util.Map; +import java.util.Objects; import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; @@ -151,7 +153,7 @@ public static SearchResponse innerFromXContent(XContentParser parser) throws IOE tookInMillis, failures.toArray(ShardSearchFailure.EMPTY_ARRAY), clusters, - searchContextId + Objects.nonNull(searchContextId) ? new BytesArray(searchContextId) : null )); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java index 0428913b..66ce7a85 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java @@ -37,6 +37,7 @@ import org.elasticsearch.common.unit.RelativeByteSizeValue; import org.elasticsearch.common.xcontent.XContentParserUtils; import org.elasticsearch.health.metadata.HealthMetadata; +import org.elasticsearch.index.IndexVersion; import org.elasticsearch.index.shard.IndexLongFieldRange; import org.elasticsearch.xcontent.XContentParser; @@ -83,6 +84,7 @@ public class ClusterStateActionHandler extends ActionHandler builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(clusterUpdateSettingsRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(clusterUpdateSettingsRequest.ackTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); return builder.build(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java index 5ead5b5e..bd0efa74 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java @@ -53,7 +53,7 @@ protected CreateIndexRequest convertRequest(org.elasticsearch.action.admin.indic builder.index(createIndexRequest.index()); builder.mappings(fromJson(createIndexRequest.mappings(), TypeMapping._DESERIALIZER)); builder.settings(fromJson(createIndexRequest.settings().toString(), IndexSettings._DESERIALIZER)); - Optional.ofNullable(createIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(createIndexRequest.ackTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); Optional.ofNullable(createIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); ActiveShardCount activeShardCount = createIndexRequest.waitForActiveShards(); if (Objects.nonNull(activeShardCount) && activeShardCount.value() > -1) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java index f2ee8b7d..3fe5c3ad 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java @@ -39,7 +39,7 @@ protected DeleteIndexRequest convertRequest(org.elasticsearch.action.admin.indic DeleteIndexRequest.Builder builder = new DeleteIndexRequest.Builder(); builder.index(Arrays.asList(deleteIndexRequest.indices())); Optional.ofNullable(deleteIndexRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); - Optional.ofNullable(deleteIndexRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(deleteIndexRequest.ackTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); Optional.ofNullable(deleteIndexRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java index 15ebc72a..03f647d2 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java @@ -54,7 +54,7 @@ protected PutMappingRequest convertRequest(org.elasticsearch.action.admin.indice builder.ignoreUnavailable(options.ignoreUnavailable()); builder.expandWildcards(getExpandWildcard(options.wildcardOptions())); }); - Optional.ofNullable(putMappingRequest.timeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); + Optional.ofNullable(putMappingRequest.ackTimeout()).ifPresent(e -> builder.timeout(Time.of(t -> t.time(e.toString())))); Optional.ofNullable(putMappingRequest.masterNodeTimeout()).ifPresent(e -> builder.masterTimeout(Time.of(t -> t.time(e.toString())))); return builder.build(); } diff --git a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java index 3c289c7c..60e4cd15 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java +++ b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java @@ -1,14 +1,8 @@ package org.nlpcn.es4sql.domain; -import java.util.ArrayList; -import java.util.Collection; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Map.Entry; - import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; +import org.elasticsearch.common.util.Maps; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; @@ -23,6 +17,13 @@ import org.elasticsearch.search.aggregations.metrics.InternalValueCount; import org.nlpcn.es4sql.exception.SqlParseException; +import java.util.ArrayList; +import java.util.Collection; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + public class SearchResult { /** * 查询结果 @@ -60,7 +61,7 @@ public SearchResult(SearchResponse resp, Select select) throws SqlParseException this.total = buckets.size(); results = new ArrayList<>(buckets.size()); for (Bucket bucket : buckets) { - Map aggsMap = toAggsMap(bucket.getAggregations().getAsMap()); + Map aggsMap = toAggsMap(bucket.getAggregations().asList()); aggsMap.put("docCount", bucket.getDocCount()); results.add(aggsMap); } @@ -97,15 +98,15 @@ private Map toFieldsMap(Map fields) { /** * 讲es的field域转换为你Object - * - * @param fields + * + * @param aggregations * @return * @throws SqlParseException */ - private Map toAggsMap(Map fields) throws SqlParseException { - Map result = new HashMap<>(); - for (Entry entry : fields.entrySet()) { - result.put(entry.getKey(), covenValue(entry.getValue())); + private Map toAggsMap(List aggregations) throws SqlParseException { + Map result = Maps.newMapWithExpectedSize(aggregations.size()); + for (InternalAggregation aggregation : aggregations) { + result.put(aggregation.getName(), covenValue(aggregation)); } return result; } diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index 04fc65d5..54591970 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -4,8 +4,10 @@ import com.google.common.collect.DiscreteDomain; import com.google.common.collect.Range; import org.elasticsearch.action.search.SearchResponse; +import org.elasticsearch.common.util.Maps; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.aggregations.InternalAggregation; import org.elasticsearch.search.aggregations.InternalAggregations; import org.elasticsearch.search.aggregations.bucket.filter.Filters; import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; @@ -201,8 +203,13 @@ public void percentileTestSpecific() throws IOException, SqlParseException, SQLF @Test public void aliasTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { InternalAggregations result = query(String.format("SELECT COUNT(*) AS mycount FROM %s", TEST_INDEX_ACCOUNT)); - assertThat(result.asMap(), hasKey("mycount")); - } + List aggregations = result.asList(); + Map aggregationsAsMap = Maps.newMapWithExpectedSize(aggregations.size()); + for (InternalAggregation aggregation : aggregations) { + aggregationsAsMap.put(aggregation.getName(), aggregation); + } + assertThat(aggregationsAsMap, hasKey("mycount")); + } @Test public void groupByTest() throws Exception { From fc80e3dfe57c5212e55f5a627742aab1839b8042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sat, 24 Aug 2024 23:09:44 +0800 Subject: [PATCH 238/266] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6a899f..376f0cfe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Elasticsearch-SQL **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **7.17.23** [![7.17.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.14.3** [![8.14.3 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.14.3)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.15.0** [![8.15.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.15.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -258,6 +258,7 @@ Versions | 8.14.1 | 8.14.1.0 | | elastic8.14.1| | 8.14.2 | 8.14.2.0 | | elastic8.14.2| | 8.14.3 | 8.14.3.0 | | elastic8.14.3| +| 8.15.0 | 8.15.0.0 | | elastic8.15.0| ### Elasticsearch 1.x ```` @@ -1322,6 +1323,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.14.3/elasticsearch-sql-8.14.3.0.zip ```` +### Elasticsearch 8.15.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.0/elasticsearch-sql-8.15.0.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From e062b7b64f64f27b6e4452b08d982f46625c34a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Mon, 3 Feb 2025 22:03:09 +0800 Subject: [PATCH 239/266] es 8.15.1 support --- .travis.yml | 2 +- pom.xml | 4 +- .../nlpcn/ActionRequestRestExecuter.java | 4 +- .../plugin/nlpcn/ElasticJoinExecutor.java | 12 ++--- .../plugin/nlpcn/RestSqlAction.java | 51 +++++++++++-------- .../elasticsearch/plugin/nlpcn/SqlPlug.java | 9 ++++ .../executors/ElasticDefaultRestExecutor.java | 18 +++---- 7 files changed, 55 insertions(+), 45 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1f74dc3..9eca7ff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 025d7911..898ac3a7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.0.0 + 8.15.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.0 + 8.15.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java index aced1ae0..f73841fd 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ActionRequestRestExecuter.java @@ -5,7 +5,7 @@ import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.client.internal.Client; import org.elasticsearch.rest.RestChannel; -import org.elasticsearch.rest.action.RestChunkedToXContentListener; +import org.elasticsearch.rest.action.RestRefCountedChunkedToXContentListener; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.SqlElasticDeleteByQueryRequestBuilder; import org.nlpcn.es4sql.query.SqlElasticRequestBuilder; @@ -39,7 +39,7 @@ public void execute() throws Exception { executeJoinRequestAndSendResponse(); } else if (request instanceof SearchRequest) { - client.search((SearchRequest) request, new RestChunkedToXContentListener<>(channel)); + client.search((SearchRequest) request, new RestRefCountedChunkedToXContentListener<>(channel)); } else if (requestBuilder instanceof SqlElasticDeleteByQueryRequestBuilder) { throw new UnsupportedOperationException("currently not support delete on elastic 2.0.0"); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index dd99ece4..119bd7f5 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -49,14 +49,10 @@ protected ElasticJoinExecutor(JoinRequestBuilder requestBuilder) { && (secondTableReturnedField == null || secondTableReturnedField.size() == 0); } - public void sendResponse(RestChannel channel){ - try { - XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(results,metaResults); - RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); - channel.sendResponse(bytesRestResponse); - } catch (IOException e) { - e.printStackTrace(); - } + public void sendResponse(RestChannel channel) throws IOException { + XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(results, metaResults); + RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); + channel.sendResponse(bytesRestResponse); } @Override diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java index 52e16c57..af9bdae2 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/RestSqlAction.java @@ -3,6 +3,7 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.elasticsearch.client.internal.node.NodeClient; +import org.elasticsearch.rest.RestChannel; import org.elasticsearch.rest.RestResponse; import org.elasticsearch.xcontent.XContentParseException; import org.elasticsearch.xcontent.XContentParser; @@ -13,18 +14,18 @@ import org.elasticsearch.rest.RestRequest; import org.elasticsearch.rest.RestStatus; import org.nlpcn.es4sql.SearchDao; -import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.QueryAction; import java.io.IOException; -import java.sql.SQLFeatureNotSupportedException; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; +import java.util.Optional; import java.util.Set; +import java.util.concurrent.ExecutorService; import static org.elasticsearch.rest.RestRequest.Method.GET; import static org.elasticsearch.rest.RestRequest.Method.POST; @@ -56,27 +57,39 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli // LOGGER.warn("Please use json format params, like: {\"sql\":\"SELECT * FROM test\"}"); } - String sql = request.param("sql"); + String sql = Optional.ofNullable(request.param("sql")).orElseGet(() -> request.content().utf8ToString()); + boolean useThreadPool = request.paramAsBoolean("useThreadPool", false); - if (sql == null) { - sql = request.content().utf8ToString(); + if (useThreadPool) { + ExecutorService executor = client.threadPool().executor("nlpcn_sql"); + return channel -> executor.execute(() -> doSqlRequest(request, client, sql, channel)); } + return channel -> doSqlRequest(request, client, sql, channel); + } + + @Override + protected Set responseParams() { + Set responseParams = new HashSet<>(super.responseParams()); + responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader", "quote", "useThreadPool")); + return Collections.unmodifiableSet(responseParams); + } + + private void doSqlRequest(RestRequest request, NodeClient client, String sql, RestChannel channel) { try { SearchDao searchDao = new SearchDao(client); - QueryAction queryAction = null; - queryAction = searchDao.explain(sql);//zhongshu-comment 语法解析,将sql字符串解析为一个Java查询对象 + //zhongshu-comment 语法解析,将sql字符串解析为一个Java查询对象 + QueryAction queryAction = searchDao.explain(sql); // TODO add unit tests to explain. (rest level?) if (request.path().endsWith("/explain")) { final String jsonExplanation = queryAction.explain().explain(); - return channel -> channel.sendResponse(new RestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); + channel.sendResponse(new RestResponse(RestStatus.OK, XContentType.JSON.mediaType(), jsonExplanation)); } else { Map params = request.params(); //zhongshu-comment 生成一个负责用rest方式查询es的对象RestExecutor,返回的实现类是:ElasticDefaultRestExecutor RestExecutor restExecutor = ActionRequestRestExecuterFactory.createExecutor(params.get("format")); - final QueryAction finalQueryAction = queryAction; //doing this hack because elasticsearch throws exception for un-consumed props Map additionalParams = new HashMap<>(); for (String paramName : responseParams()) { @@ -87,19 +100,15 @@ protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient cli //zhongshu-comment restExecutor.execute()方法里会调用es查询的相关rest api //zhongshu-comment restExecutor.execute()方法的第1、4个参数是框架传进来的参数,第2、3个参数是可以自己生成的参数,所以要多注重一点 //zhongshu-comment 默认调用的是ElasticDefaultRestExecutor这个子类 - //todo 这是什么语法:搜索java8 -> lambda表达式:https://blog.csdn.net/ioriogami/article/details/12782141 - return channel -> restExecutor.execute(client, additionalParams, finalQueryAction, channel); + restExecutor.execute(client, additionalParams, queryAction, channel); + } + } catch (Exception e) { + try { + channel.sendResponse(new RestResponse(channel, e)); + } catch (Exception inner) { + inner.addSuppressed(e); + LOGGER.error("failed to send failure response", inner); } - } catch (SqlParseException | SQLFeatureNotSupportedException e) { - e.printStackTrace(); } - return null; - } - - @Override - protected Set responseParams() { - Set responseParams = new HashSet<>(super.responseParams()); - responseParams.addAll(Arrays.asList("sql", "flat", "separator", "_score", "_type", "_id", "_scroll_id", "newLine", "format", "showHeader", "quote")); - return Collections.unmodifiableSet(responseParams); } } \ No newline at end of file diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java index 9fe14273..20bfb74f 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/SqlPlug.java @@ -7,14 +7,18 @@ import org.elasticsearch.common.settings.IndexScopedSettings; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.SettingsFilter; +import org.elasticsearch.common.util.concurrent.EsExecutors; import org.elasticsearch.features.NodeFeature; import org.elasticsearch.plugins.ActionPlugin; import org.elasticsearch.plugins.Plugin; import org.elasticsearch.rest.RestController; import org.elasticsearch.rest.RestHandler; +import org.elasticsearch.threadpool.ExecutorBuilder; +import org.elasticsearch.threadpool.FixedExecutorBuilder; import java.util.Collection; import java.util.Collections; +import java.util.List; import java.util.function.Predicate; import java.util.function.Supplier; @@ -40,4 +44,9 @@ public Collection createComponents(PluginServices services) { public Collection getRestHandlers(Settings settings, NamedWriteableRegistry namedWriteableRegistry, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier nodesInCluster, Predicate clusterSupportsFeature) { return Collections.singletonList(new RestSqlAction()); } + + @Override + public List> getExecutorBuilders(Settings settings) { + return Collections.singletonList(new FixedExecutorBuilder(settings, "nlpcn_sql", 10, 100, "thread_pool.nlpcn_sql", EsExecutors.TaskTrackingConfig.DEFAULT)); + } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java index 88132244..30066647 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/ElasticDefaultRestExecutor.java @@ -10,7 +10,7 @@ import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.bytes.BytesReference; import org.elasticsearch.rest.RestResponse; -import org.elasticsearch.rest.action.RestChunkedToXContentListener; +import org.elasticsearch.rest.action.RestRefCountedChunkedToXContentListener; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.reindex.BulkIndexByScrollResponseContentListener; import org.elasticsearch.index.reindex.DeleteByQueryRequest; @@ -63,7 +63,7 @@ public void execute(Client client, Map params, QueryAction query } else if (request instanceof SearchRequest) { //zhongshu-comment 对应的QueryAction实现子类:DefaultQueryAction、AggregationQueryAction //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticSearchRequestBuilder - client.search((SearchRequest) request, new RestChunkedToXContentListener<>(channel)); + client.search((SearchRequest) request, new RestRefCountedChunkedToXContentListener<>(channel)); } else if (request instanceof DeleteByQueryRequest) { //zhongshu-comment 对应的QueryAction实现子类:DeleteQueryAction //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:SqlElasticDeleteByQueryRequestBuilder @@ -73,7 +73,7 @@ public void execute(Client client, Map params, QueryAction query //zhongshu-comment 对应的SqlElasticRequestBuilder实现子类:是一个匿名内部类,跳进去queryAction.explain()看 requestBuilder.getBuilder().execute(new GetIndexRequestRestListener(channel, (GetIndexRequest) request)); } else if (request instanceof SearchScrollRequest) { - client.searchScroll((SearchScrollRequest) request, new RestChunkedToXContentListener<>(channel)); + client.searchScroll((SearchScrollRequest) request, new RestRefCountedChunkedToXContentListener<>(channel)); } else { throw new Exception(String.format("Unsupported ActionRequest provided: %s", request.getClass().getName())); } @@ -107,13 +107,9 @@ public String execute(Client client, Map params, QueryAction que } - private void sendDefaultResponse(SearchHits hits, RestChannel channel) { - try { - XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(hits, new MetaSearchResult()); - RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); - channel.sendResponse(bytesRestResponse); - } catch (IOException e) { - e.printStackTrace(); - } + private void sendDefaultResponse(SearchHits hits, RestChannel channel) throws IOException { + XContentBuilder builder = ElasticUtils.hitsAsXContentBuilder(hits, new MetaSearchResult()); + RestResponse bytesRestResponse = new RestResponse(RestStatus.OK, builder); + channel.sendResponse(bytesRestResponse); } } From d13903b6895c1a94b733420af218901b762722fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 14:29:38 +0800 Subject: [PATCH 240/266] es 8.15.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9eca7ff1..d0d034bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 898ac3a7..b8292855 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.1.0 + 8.15.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.1 + 8.15.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From e6f80e8b537de2e452839dd7edbeba5f39eb0850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 14:35:41 +0800 Subject: [PATCH 241/266] es 8.15.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0d034bc..3d62b877 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index b8292855..b9200a7f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.2.0 + 8.15.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.2 + 8.15.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 7b7319301a5205804af9aa8b1db61e71c82e645d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 14:41:31 +0800 Subject: [PATCH 242/266] es 8.15.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d62b877..43915149 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index b9200a7f..32b9368d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.3.0 + 8.15.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.3 + 8.15.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 95e8b0adc209c4e52761aaed568b159a4e9d8266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 14:46:47 +0800 Subject: [PATCH 243/266] es 8.15.5 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43915149..81184b34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.5-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 32b9368d..0d735633 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.4.0 + 8.15.5.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.4 + 8.15.5 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 465da6a66826d4be4506691f8d61a5b6ac681c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 14:53:09 +0800 Subject: [PATCH 244/266] es 8.16.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- src/main/java/org/nlpcn/es4sql/Test.java | 3 ++- src/test/java/org/nlpcn/es4sql/MainTestSuite.java | 7 ++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81184b34..8eb8beeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.5-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 0d735633..3617be41 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.15.5.0 + 8.16.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.15.5 + 8.16.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/nlpcn/es4sql/Test.java b/src/main/java/org/nlpcn/es4sql/Test.java index 94907360..e52851ca 100644 --- a/src/main/java/org/nlpcn/es4sql/Test.java +++ b/src/main/java/org/nlpcn/es4sql/Test.java @@ -4,6 +4,7 @@ import org.elasticsearch.client.internal.node.NodeClient; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.telemetry.metric.MeterRegistry; +import org.elasticsearch.threadpool.DefaultBuiltInExecutorBuilders; import org.elasticsearch.threadpool.ThreadPool; import java.util.HashMap; @@ -22,7 +23,7 @@ public static String sqlToEsQuery(String sql) throws Exception { // .put(ThreadContext.PREFIX + ".key2", "val 2") // .build(); - ThreadPool threadPool = new ThreadPool(settings, MeterRegistry.NOOP); + ThreadPool threadPool = new ThreadPool(settings, MeterRegistry.NOOP, new DefaultBuiltInExecutorBuilders()); Client client = new NodeClient(settings, threadPool); SearchDao searchDao = new org.nlpcn.es4sql.SearchDao(client); try { diff --git a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java index 34ea358e..bc8b3959 100644 --- a/src/test/java/org/nlpcn/es4sql/MainTestSuite.java +++ b/src/test/java/org/nlpcn/es4sql/MainTestSuite.java @@ -21,6 +21,7 @@ import org.elasticsearch.client.RestClientBuilder; import org.elasticsearch.client.internal.Client; import org.elasticsearch.common.transport.TransportAddress; +import org.elasticsearch.core.TimeValue; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder; import org.elasticsearch.plugin.nlpcn.client.ElasticsearchRestClient; @@ -82,7 +83,7 @@ public static void setUp() throws Exception { String clusterName = nodeInfos.getClusterName().value(); System.out.println(String.format("Found cluster... cluster name: %s", clusterName)); - client.admin().cluster().prepareUpdateSettings().setTransientSettings(ImmutableMap.of(DestructiveOperations.REQUIRES_NAME_SETTING.getKey(), false)).get(); + client.admin().cluster().prepareUpdateSettings(TimeValue.ONE_MINUTE, TimeValue.ONE_MINUTE).setTransientSettings(ImmutableMap.of(DestructiveOperations.REQUIRES_NAME_SETTING.getKey(), false)).get(); // Load test data. loadBulk("src/test/resources/online.json", TEST_INDEX_ONLINE); @@ -147,7 +148,7 @@ private static void createTestIndex(String index) { } private static void deleteTestIndex(String index) { - if(client.admin().cluster().prepareState().execute().actionGet().getState().getMetadata().hasIndex(index)){ + if(client.admin().cluster().prepareState(TimeValue.ONE_MINUTE).execute().actionGet().getState().getMetadata().hasIndex(index)){ client.admin().indices().prepareDelete(index).get(); } } @@ -446,7 +447,7 @@ private static TransportAddress getTransportAddress() throws UnknownHostExceptio } private static ElasticsearchTransport getElasticsearchTransport(RestClient restClient) { - RestClientOptions.Builder transportOptionsBuilder = new RestClientOptions(RequestOptions.DEFAULT).toBuilder(); + RestClientOptions.Builder transportOptionsBuilder = new RestClientOptions(RequestOptions.DEFAULT, true).toBuilder(); ContentType jsonContentType = Version.VERSION == null ? ContentType.APPLICATION_JSON : ContentType.create("application/vnd.elasticsearch+json", From d7003a46399192b962d2a18bf2c75312e9bbf2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 17:22:35 +0800 Subject: [PATCH 245/266] es 8.16.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../plugin/nlpcn/client/handler/NodesInfoActionHandler.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8eb8beeb..9daa28ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 3617be41..ffceb580 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.16.0.0 + 8.16.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.16.0 + 8.16.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java index ddd37a98..e69c0d5e 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/NodesInfoActionHandler.java @@ -9,7 +9,6 @@ import co.elastic.clients.elasticsearch.nodes.info.NodeProcessInfo; import co.elastic.clients.elasticsearch.nodes.info.NodeThreadPoolInfo; import org.elasticsearch.Build; -import org.elasticsearch.TransportVersion; import org.elasticsearch.Version; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules; @@ -18,6 +17,7 @@ import org.elasticsearch.cluster.node.DiscoveryNode; import org.elasticsearch.cluster.node.DiscoveryNodeRole; import org.elasticsearch.cluster.node.VersionInformation; +import org.elasticsearch.cluster.version.CompatibilityVersions; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.transport.BoundTransportAddress; import org.elasticsearch.common.transport.TransportAddress; @@ -155,7 +155,7 @@ protected NodesInfoResponse convertResponse(co.elastic.clients.elasticsearch.nod if (Objects.nonNull(nodeInfo.totalIndexingBuffer())) { totalIndexingBuffer = ByteSizeValue.ofBytes(nodeInfo.totalIndexingBuffer()); } - nodes.add(new org.elasticsearch.action.admin.cluster.node.info.NodeInfo(nodeInfo.version(), TransportVersion.current(), IndexVersion.current(), Collections.emptyMap(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); + nodes.add(new org.elasticsearch.action.admin.cluster.node.info.NodeInfo(nodeInfo.version(), CompatibilityVersions.EMPTY, IndexVersion.current(), Collections.emptyMap(), build, node, settings, os, process, jvm, threadPool, transport, http, null, plugins, ingest, aggsInfo, totalIndexingBuffer)); } } return new NodesInfoResponse(new ClusterName(nodesInfoResponse.clusterName()), nodes, Collections.emptyList()); From cef4b2a5d4c690a64b4af0c4ffed2048a00b12c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 17:38:25 +0800 Subject: [PATCH 246/266] es 8.16.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9daa28ae..55a577ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index ffceb580..053acc7e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.16.1.0 + 8.16.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.16.1 + 8.16.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From c1e86b437d04eaa1c99c9bf36fb9d93cc9aba39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 17:48:56 +0800 Subject: [PATCH 247/266] es 8.16.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55a577ed..80ab8317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 053acc7e..4057379d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.16.2.0 + 8.16.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.16.2 + 8.16.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 6578dc8b0418ae16ac2bab719dd1a5c4f15e5d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 17:55:47 +0800 Subject: [PATCH 248/266] es 8.17.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../search/aggregations/metrics/ParsedGeoCentroid.java | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80ab8317..dbf2c19c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.16.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 4057379d..740c5869 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.16.3.0 + 8.17.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.16.3 + 8.17.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java index beee5df2..d326b727 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedGeoCentroid.java @@ -10,8 +10,8 @@ import org.elasticsearch.common.geo.GeoPoint; import org.elasticsearch.search.aggregations.ParsedAggregation; -import org.elasticsearch.search.aggregations.metrics.InternalGeoCentroid.Fields; import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.xcontent.XContentParser; @@ -74,6 +74,11 @@ public XContentBuilder doXContentBody(XContentBuilder builder, Params params) th GEO_POINT_PARSER.declareDouble(GeoPoint::resetLon, Fields.CENTROID_LON); } + static class Fields { + static final ParseField CENTROID_LAT = new ParseField("lat"); + static final ParseField CENTROID_LON = new ParseField("lon"); + } + public static ParsedGeoCentroid fromXContent(XContentParser parser, final String name) { ParsedGeoCentroid geoCentroid = PARSER.apply(parser, null); geoCentroid.setName(name); From 5c3b1443b1fa4ffbfa91fee2ed4de47b7d712f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 18:43:26 +0800 Subject: [PATCH 249/266] es 8.17.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbf2c19c..59ab48ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 740c5869..14ebdd53 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.0.0 + 8.17.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.0 + 8.17.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From bb2f9899bcda40c95f8e7edd92bc9846de6dd370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 4 Feb 2025 20:04:07 +0800 Subject: [PATCH 250/266] update README.md --- README.md | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 376f0cfe..748513c8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.23** [![7.17.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.15.0** [![8.15.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.15.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.27** [![7.17.27 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.27)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.17.1** [![8.17.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.17.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -224,6 +224,10 @@ Versions | 7.17.21 | 7.17.21.0 | |elastic7.17.21| | 7.17.22 | 7.17.22.0 | |elastic7.17.22| | 7.17.23 | 7.17.23.0 | |elastic7.17.23| +| 7.17.24 | 7.17.24.0 | |elastic7.17.24| +| 7.17.25 | 7.17.25.0 | |elastic7.17.25| +| 7.17.26 | 7.17.26.0 | |elastic7.17.26| +| 7.17.27 | 7.17.27.0 | |elastic7.17.27| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | @@ -259,6 +263,17 @@ Versions | 8.14.2 | 8.14.2.0 | | elastic8.14.2| | 8.14.3 | 8.14.3.0 | | elastic8.14.3| | 8.15.0 | 8.15.0.0 | | elastic8.15.0| +| 8.15.1 | 8.15.1.0 | | elastic8.15.1| +| 8.15.2 | 8.15.2.0 | | elastic8.15.2| +| 8.15.3 | 8.15.3.0 | | elastic8.15.3| +| 8.15.4 | 8.15.4.0 | | elastic8.15.4| +| 8.15.5 | 8.15.5.0 | | elastic8.15.5| +| 8.16.0 | 8.16.0.0 | | elastic8.16.0| +| 8.16.1 | 8.16.1.0 | | elastic8.16.1| +| 8.16.2 | 8.16.2.0 | | elastic8.16.2| +| 8.16.3 | 8.16.3.0 | | elastic8.16.3| +| 8.17.0 | 8.17.0.0 | | elastic8.17.0| +| 8.17.1 | 8.17.1.0 | | elastic8.17.1| ### Elasticsearch 1.x ```` @@ -1153,6 +1168,26 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.23/elasticsearch-sql-7.17.23.0.zip ```` +### Elasticsearch 7.17.24 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.24/elasticsearch-sql-7.17.24.0.zip +```` + +### Elasticsearch 7.17.25 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.25/elasticsearch-sql-7.17.25.0.zip +```` + +### Elasticsearch 7.17.26 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.26/elasticsearch-sql-7.17.26.0.zip +```` + +### Elasticsearch 7.17.27 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.27/elasticsearch-sql-7.17.27.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1328,6 +1363,61 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.0/elasticsearch-sql-8.15.0.0.zip ```` +### Elasticsearch 8.15.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.1/elasticsearch-sql-8.15.1.0.zip +```` + +### Elasticsearch 8.15.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.2/elasticsearch-sql-8.15.2.0.zip +```` + +### Elasticsearch 8.15.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.3/elasticsearch-sql-8.15.3.0.zip +```` + +### Elasticsearch 8.15.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.4/elasticsearch-sql-8.15.4.0.zip +```` + +### Elasticsearch 8.15.5 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.15.5/elasticsearch-sql-8.15.5.0.zip +```` + +### Elasticsearch 8.16.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.16.0/elasticsearch-sql-8.16.0.0.zip +```` + +### Elasticsearch 8.16.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.16.1/elasticsearch-sql-8.16.1.0.zip +```` + +### Elasticsearch 8.16.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.16.2/elasticsearch-sql-8.16.2.0.zip +```` + +### Elasticsearch 8.16.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.16.3/elasticsearch-sql-8.16.3.0.zip +```` + +### Elasticsearch 8.17.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.0/elasticsearch-sql-8.17.0.0.zip +```` + +### Elasticsearch 8.17.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.1/elasticsearch-sql-8.17.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 03b52075ce539a0d45afaf89534d88b9c77992cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 3 Apr 2025 22:22:31 +0800 Subject: [PATCH 251/266] es 8.17.2 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59ab48ac..c4c9ddd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 14ebdd53..cf031e62 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.1.0 + 8.17.2.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.1 + 8.17.2 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 83f358804416ebd4b7b058dfa348dfc551b94b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 3 Apr 2025 22:30:59 +0800 Subject: [PATCH 252/266] es 8.17.3 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4c9ddd7..2b501a07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.2-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index cf031e62..713876bd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.2.0 + 8.17.3.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.2 + 8.17.3 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From b3b1103d84b405e0857e70e2f6700e9b88745177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 3 Apr 2025 22:36:08 +0800 Subject: [PATCH 253/266] es 8.17.4 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b501a07..2e58ab3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 713876bd..993ba043 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.3.0 + 8.17.4.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.3 + 8.17.4 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From f7c8cc6a3da3dc2c2367e89bf8ead6faf148f6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 3 Apr 2025 22:57:56 +0800 Subject: [PATCH 254/266] update README.md --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 748513c8..4becd395 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Elasticsearch-SQL ### build status **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**7.17.27** [![7.17.27 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.27)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.17.1** [![8.17.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.17.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**7.17.28** [![7.17.28 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.28)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.17.4** [![8.17.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.17.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -228,6 +228,7 @@ Versions | 7.17.25 | 7.17.25.0 | |elastic7.17.25| | 7.17.26 | 7.17.26.0 | |elastic7.17.26| | 7.17.27 | 7.17.27.0 | |elastic7.17.27| +| 7.17.28 | 7.17.28.0 | |elastic7.17.28| | 8.5.3 | 8.5.3.0 | | elastic8.5.3 | | 8.6.0 | 8.6.0.0 | | elastic8.6.0 | | 8.6.1 | 8.6.1.0 | | elastic8.6.1 | @@ -274,6 +275,9 @@ Versions | 8.16.3 | 8.16.3.0 | | elastic8.16.3| | 8.17.0 | 8.17.0.0 | | elastic8.17.0| | 8.17.1 | 8.17.1.0 | | elastic8.17.1| +| 8.17.2 | 8.17.2.0 | | elastic8.17.2| +| 8.17.3 | 8.17.3.0 | | elastic8.17.3| +| 8.17.4 | 8.17.4.0 | | elastic8.17.4| ### Elasticsearch 1.x ```` @@ -1188,6 +1192,11 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.27/elasticsearch-sql-7.17.27.0.zip ```` +### Elasticsearch 7.17.28 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v7.17.28/elasticsearch-sql-7.17.28.0.zip +```` + ### Elasticsearch 8.5.3 ```` ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/8.5.3.0/elasticsearch-sql-8.5.3.0.zip @@ -1418,6 +1427,21 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.1/elasticsearch-sql-8.17.1.0.zip ```` +### Elasticsearch 8.17.2 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.2/elasticsearch-sql-8.17.2.0.zip +```` + +### Elasticsearch 8.17.3 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.3/elasticsearch-sql-8.17.3.0.zip +```` + +### Elasticsearch 8.17.4 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.4/elasticsearch-sql-8.17.4.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage From 2bdae138ae56a46ed98503f1038f8798fa18536b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 4 May 2025 17:39:23 +0800 Subject: [PATCH 255/266] =?UTF-8?q?fix=20#1283=20Elasticsearch8.15.0=20Gro?= =?UTF-8?q?up=20By=20=E8=81=9A=E5=90=88=E6=93=8D=E4=BD=9C=EF=BC=8CElastics?= =?UTF-8?q?earch=20=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=EF=BC=8CJDBC=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E7=9B=B4=E6=8E=A5=E9=94=99?= =?UTF-8?q?=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../es4sql/jdbc/ObjectResultsExtractor.java | 53 +++++++++++-------- 2 files changed, 33 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 993ba043..a18d8b43 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.4.0 + 8.17.4.1 jar Query elasticsearch using SQL elasticsearch-sql diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index a5279c02..deda4889 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -3,6 +3,7 @@ import com.google.common.collect.Maps; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.document.DocumentField; +import org.elasticsearch.core.Tuple; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.Aggregation; @@ -23,12 +24,14 @@ import java.util.ArrayList; import java.util.Collection; import java.util.Collections; +import java.util.Comparator; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; +import java.util.stream.Collectors; /** * Created by allwefantasy on 8/30/16. @@ -103,7 +106,11 @@ private void handleAggregations(InternalAggregations aggregations, List return; } if (aggregation instanceof NumericMetricsAggregation) { - handleNumericMetricAggregation(headers, lines.get(currentLineIndex), aggregation); + List currentLine = lines.get(currentLineIndex); + List> line = handleNumericMetricAggregation(headers, aggregation); + for (Tuple item : line) { + currentLine.add(item.v2()); + } return; } if (aggregation instanceof GeoBounds) { @@ -163,22 +170,23 @@ private void handleGeoBoundsAggregation(List headers, List> } private List fillHeaderAndCreateLineForNumericAggregations(InternalAggregations aggregations, List header) throws ObjectResultsExtractException { - List line = new ArrayList<>(); + List> line = new ArrayList<>(); List aggregationList = aggregations.asList(); for (Aggregation aggregation : aggregationList) { - handleNumericMetricAggregation(header, line, aggregation); + line.addAll(handleNumericMetricAggregation(header, aggregation)); } - return line; + return line.stream().sorted(Comparator.comparingInt(e -> header.indexOf(e.v1()))).map(Tuple::v2).collect(Collectors.toList()); } - private void handleNumericMetricAggregation(List header, List line, Aggregation aggregation) throws ObjectResultsExtractException { + private List> handleNumericMetricAggregation(List header, Aggregation aggregation) throws ObjectResultsExtractException { String name = aggregation.getName(); + List> line = new ArrayList<>(); if (aggregation instanceof NumericMetricsAggregation.SingleValue) { if (!header.contains(name)) { header.add(name); } - line.add(((NumericMetricsAggregation.SingleValue) aggregation).value()); + line.add(Tuple.tuple(name, ((NumericMetricsAggregation.SingleValue) aggregation).value())); } //todo:Numeric MultiValue - Stats,ExtendedStats,Percentile... else if (aggregation instanceof NumericMetricsAggregation.MultiValue) { @@ -191,28 +199,28 @@ else if (aggregation instanceof NumericMetricsAggregation.MultiValue) { } mergeHeadersWithPrefix(header, name, statsHeaders); Stats stats = (Stats) aggregation; - line.add(stats.getCount()); - line.add(stats.getSum()); - line.add(stats.getAvg()); - line.add(stats.getMin()); - line.add(stats.getMax()); + line.add(Tuple.tuple(statsHeaders[0], stats.getCount())); + line.add(Tuple.tuple(statsHeaders[1], stats.getSum())); + line.add(Tuple.tuple(statsHeaders[2], stats.getAvg())); + line.add(Tuple.tuple(statsHeaders[3], stats.getMin())); + line.add(Tuple.tuple(statsHeaders[4], stats.getMax())); if (isExtendedStats) { ExtendedStats extendedStats = (ExtendedStats) aggregation; - line.add(extendedStats.getSumOfSquares()); - line.add(extendedStats.getVariance()); - line.add(extendedStats.getStdDeviation()); + line.add(Tuple.tuple(statsHeaders[5], extendedStats.getSumOfSquares())); + line.add(Tuple.tuple(statsHeaders[6], extendedStats.getVariance())); + line.add(Tuple.tuple(statsHeaders[7], extendedStats.getStdDeviation())); } } else if (aggregation instanceof Percentiles) { String[] percentileHeaders = new String[]{"1.0", "5.0", "25.0", "50.0", "75.0", "95.0", "99.0"}; mergeHeadersWithPrefix(header, name, percentileHeaders); Percentiles percentiles = (Percentiles) aggregation; - line.add(percentiles.percentile(1.0)); - line.add(percentiles.percentile(5.0)); - line.add(percentiles.percentile(25.0)); - line.add(percentiles.percentile(50.0)); - line.add(percentiles.percentile(75)); - line.add(percentiles.percentile(95.0)); - line.add(percentiles.percentile(99.0)); + line.add(Tuple.tuple(percentileHeaders[0], percentiles.percentile(1.0))); + line.add(Tuple.tuple(percentileHeaders[1], percentiles.percentile(5.0))); + line.add(Tuple.tuple(percentileHeaders[2], percentiles.percentile(25.0))); + line.add(Tuple.tuple(percentileHeaders[3], percentiles.percentile(50.0))); + line.add(Tuple.tuple(percentileHeaders[4], percentiles.percentile(75))); + line.add(Tuple.tuple(percentileHeaders[5], percentiles.percentile(95.0))); + line.add(Tuple.tuple(percentileHeaders[6], percentiles.percentile(99.0))); } else { throw new ObjectResultsExtractException("unknown NumericMetricsAggregation.MultiValue:" + aggregation.getClass()); } @@ -220,6 +228,8 @@ else if (aggregation instanceof NumericMetricsAggregation.MultiValue) { } else { throw new ObjectResultsExtractException("unknown NumericMetricsAggregation" + aggregation.getClass()); } + + return line; } private void mergeHeadersWithPrefix(List header, String prefix, String[] newHeaders) { @@ -231,6 +241,7 @@ private void mergeHeadersWithPrefix(List header, String prefix, String[] if (!header.contains(newHeader)) { header.add(newHeader); } + newHeaders[i] = newHeader; } } From 1bfed4c917afc37c138f8dde4155ad3b4611a19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 4 May 2025 21:19:33 +0800 Subject: [PATCH 256/266] es 8.17.5 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e58ab3a..54eab09e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.5-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index a18d8b43..932973fd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.4.1 + 8.17.5.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.4 + 8.17.5 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From 9598381ccdbcd9fb99aba005308f618f501ba3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Sun, 4 May 2025 22:15:43 +0800 Subject: [PATCH 257/266] es 8.18.0 support --- .travis.yml | 2 +- pom.xml | 4 ++-- .../java/org/elasticsearch/search/ParsedSearchHit.java | 1 - .../search/aggregations/ParsedMultiBucketAggregation.java | 5 +++-- .../search/aggregations/bucket/terms/ParsedRareTerms.java | 4 ++-- .../aggregations/bucket/terms/ParsedSignificantTerms.java | 8 +++----- .../search/aggregations/bucket/terms/ParsedTerms.java | 4 ++-- .../search/aggregations/metrics/ParsedExtendedStats.java | 1 - 8 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54eab09e..cb1b5a26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.5-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 932973fd..4a9bf02f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.17.5.0 + 8.18.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.17.5 + 8.18.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre diff --git a/src/main/java/org/elasticsearch/search/ParsedSearchHit.java b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java index 476cc48c..586f9eb4 100644 --- a/src/main/java/org/elasticsearch/search/ParsedSearchHit.java +++ b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java @@ -206,7 +206,6 @@ public static SearchHit createFromMap(Map values) { shardTarget, index, clusterAlias, - null, get(SearchHit.Fields.INNER_HITS, values, null), get(SearchHit.DOCUMENT_FIELDS, values, Collections.emptyMap()), get(SearchHit.METADATA_FIELDS, values, Collections.emptyMap()), diff --git a/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java b/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java index 2951e284..5188abf1 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java +++ b/src/main/java/org/elasticsearch/search/aggregations/ParsedMultiBucketAggregation.java @@ -13,6 +13,7 @@ import org.elasticsearch.core.CheckedFunction; import org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation; import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ToXContent; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.xcontent.XContentParser; @@ -23,7 +24,7 @@ import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; -public abstract class ParsedMultiBucketAggregation extends ParsedAggregation +public abstract class ParsedMultiBucketAggregation extends ParsedAggregation implements MultiBucketsAggregation { @@ -70,7 +71,7 @@ public static , T extends ParsedBucket }, CommonFields.BUCKETS, ObjectParser.ValueType.OBJECT_ARRAY); } - public abstract static class ParsedBucket implements MultiBucketsAggregation.Bucket { + public abstract static class ParsedBucket implements MultiBucketsAggregation.Bucket, ToXContent { private InternalAggregations aggregations; private String keyAsString; diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java index 5eef1a70..2ef35934 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedRareTerms.java @@ -26,14 +26,14 @@ public abstract class ParsedRareTerms extends ParsedMultiBucketAggregation implements RareTerms { @Override - public List getBuckets() { + public List getBuckets() { return buckets; } @Override public XContentBuilder doXContentBody(XContentBuilder builder, Params params) throws IOException { builder.startArray(CommonFields.BUCKETS.getPreferredName()); - for (RareTerms.Bucket bucket : getBuckets()) { + for (ParsedRareTerms.ParsedBucket bucket : getBuckets()) { bucket.toXContent(builder, params); } builder.endArray(); diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java index 72482572..35d1b97d 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedSignificantTerms.java @@ -37,11 +37,11 @@ public abstract class ParsedSignificantTerms extends ParsedMultiBucketAggregatio protected long subsetSize; protected long supersetSize; - protected long getSubsetSize() { + public long getSubsetSize() { return subsetSize; } - protected long getSupersetSize() { + public long getSupersetSize() { return supersetSize; } @@ -68,7 +68,7 @@ public XContentBuilder doXContentBody(XContentBuilder builder, Params params) th builder.field(CommonFields.DOC_COUNT.getPreferredName(), subsetSize); builder.field(InternalMappedSignificantTerms.BG_COUNT, supersetSize); builder.startArray(CommonFields.BUCKETS.getPreferredName()); - for (SignificantTerms.Bucket bucket : buckets) { + for (ParsedSignificantTerms.ParsedBucket bucket : buckets) { bucket.toXContent(builder, params); } builder.endArray(); @@ -128,12 +128,10 @@ public double getSignificanceScore() { return score; } - @Override public long getSupersetSize() { return supersetSize; } - @Override public long getSubsetSize() { return subsetSize; } diff --git a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java index 61e672ed..7274c08f 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java +++ b/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/ParsedTerms.java @@ -43,7 +43,7 @@ public long getSumOfOtherDocCounts() { } @Override - public List getBuckets() { + public List getBuckets() { return buckets; } @@ -62,7 +62,7 @@ public XContentBuilder doXContentBody(XContentBuilder builder, Params params) th builder.field(DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME.getPreferredName(), getDocCountError()); builder.field(SUM_OF_OTHER_DOC_COUNTS.getPreferredName(), getSumOfOtherDocCounts()); builder.startArray(CommonFields.BUCKETS.getPreferredName()); - for (Terms.Bucket bucket : getBuckets()) { + for (ParsedTerms.ParsedBucket bucket : getBuckets()) { bucket.toXContent(builder, params); } builder.endArray(); diff --git a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java index d51fdb36..93371e79 100644 --- a/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java +++ b/src/main/java/org/elasticsearch/search/aggregations/metrics/ParsedExtendedStats.java @@ -132,7 +132,6 @@ public String getStdDeviationSamplingAsString() { return valueAsString.getOrDefault(Fields.STD_DEVIATION_SAMPLING_AS_STRING, Double.toString(stdDeviationSampling)); } - @Override public String getStdDeviationBoundAsString(Bounds bound) { return switch (bound) { case UPPER -> valueAsString.getOrDefault( From bf918cb9a25c53843e134add97856dd2b9e591ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 6 May 2025 21:59:07 +0800 Subject: [PATCH 258/266] fix testcase --- .../plugin/nlpcn/ComperableHitResult.java | 3 ++- .../plugin/nlpcn/ElasticJoinExecutor.java | 18 ++++++++----- .../plugin/nlpcn/ElasticResultHandler.java | 4 ++- .../plugin/nlpcn/ElasticUtils.java | 3 ++- .../plugin/nlpcn/HashJoinElasticExecutor.java | 27 ++++++++++++------- .../plugin/nlpcn/IntersectExecutor.java | 8 ++++-- .../plugin/nlpcn/MinusExecutor.java | 17 ++++++++---- .../nlpcn/NestedLoopsElasticExecutor.java | 22 ++++++++++----- .../plugin/nlpcn/UnionExecutor.java | 10 ++++--- .../nlpcn/executors/CSVResultsExtractor.java | 3 ++- .../org/nlpcn/es4sql/domain/SearchResult.java | 6 +++-- .../es4sql/jdbc/ObjectResultsExtractor.java | 3 ++- src/test/java/org/nlpcn/es4sql/JoinTests.java | 8 +++--- src/test/java/org/nlpcn/es4sql/QueryTest.java | 7 ++--- 14 files changed, 93 insertions(+), 46 deletions(-) diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ComperableHitResult.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ComperableHitResult.java index 952170fa..aa3b3da9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ComperableHitResult.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ComperableHitResult.java @@ -2,6 +2,7 @@ import com.google.common.base.Joiner; import org.elasticsearch.search.SearchHit; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.Util; import java.util.ArrayList; @@ -19,7 +20,7 @@ public class ComperableHitResult { private Map flattenMap; public ComperableHitResult(SearchHit hit , String[] fieldsOrder ,String seperator) { this.hit = hit; - Map hitAsMap = hit.getSourceAsMap(); + Map hitAsMap = Source.fromBytes(hit.getSourceRef()).source(); this.flattenMap = new HashMap<>(); List results = new ArrayList<>(); this.isAllNull = true; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java index 119bd7f5..87dc7880 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticJoinExecutor.java @@ -5,6 +5,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.internal.Client; import org.elasticsearch.rest.RestResponse; +import org.elasticsearch.search.lookup.Source; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.core.TimeValue; import org.elasticsearch.rest.RestChannel; @@ -88,11 +89,11 @@ else if (requestBuilder instanceof NestedLoopsElasticRequestBuilder){ } } - protected void mergeSourceAndAddAliases(Map secondTableHitSource, SearchHit searchHit,String t1Alias,String t2Alias) { - Map results = mapWithAliases(searchHit.getSourceAsMap(), t1Alias); + protected void mergeSourceAndAddAliases(Map secondTableHitSource, Map hitSource, String t1Alias, String t2Alias) { + Map results = mapWithAliases(hitSource, t1Alias); results.putAll(mapWithAliases(secondTableHitSource, t2Alias)); - searchHit.getSourceAsMap().clear(); - searchHit.getSourceAsMap().putAll(results); + hitSource.clear(); + hitSource.putAll(results); } protected Map mapWithAliases(Map source, String alias) { @@ -169,11 +170,14 @@ protected SearchHit createUnmachedResult( List secondTableReturnedFields, SearchHit searchHit = SearchHit.unpooled(docId, unmatchedId); searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); - searchHit.getSourceAsMap().clear(); - searchHit.getSourceAsMap().putAll(hit.getSourceAsMap()); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); + hitSource.putAll(Source.fromBytes(hit.getSourceRef()).source()); Map emptySecondTableHitSource = createNullsSource(secondTableReturnedFields); - mergeSourceAndAddAliases(emptySecondTableHitSource, searchHit,t1Alias,t2Alias); + mergeSourceAndAddAliases(emptySecondTableHitSource, hitSource, t1Alias,t2Alias); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); return searchHit; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java index 12a877a3..33ea7a54 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticResultHandler.java @@ -1,6 +1,8 @@ package org.elasticsearch.plugin.nlpcn; import org.elasticsearch.search.SearchHit; +import org.elasticsearch.search.lookup.Source; + import java.util.Map; /** @@ -8,7 +10,7 @@ */ public class ElasticResultHandler { public static Object getFieldValue(SearchHit hit,String field){ - return deepSearchInMap(hit.getSourceAsMap(),field); + return deepSearchInMap(Source.fromBytes(hit.getSourceRef()).source(),field); } private static Object deepSearchInMap(Map fieldsMap, String name) { diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index 32674c51..bb62959a 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -5,6 +5,7 @@ import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.internal.Client; +import org.elasticsearch.search.lookup.Source; import org.elasticsearch.xcontent.XContentBuilder; import org.elasticsearch.xcontent.XContentFactory; import org.elasticsearch.xcontent.XContentType; @@ -49,7 +50,7 @@ public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSear HashMap value = new HashMap<>(); value.put("_id",hit.getId()); value.put("_score", hit.getScore()); - value.put("_source", hit.getSourceAsMap()); + value.put("_source", Source.fromBytes(hit.getSourceRef()).source()); searchHits[i] = value; i++; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java index aa936743..32b70411 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/HashJoinElasticExecutor.java @@ -8,6 +8,7 @@ import org.elasticsearch.index.query.BoolQueryBuilder; import org.elasticsearch.index.query.QueryBuilders; import org.elasticsearch.search.SearchHit; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.domain.Where; @@ -137,11 +138,11 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT if (limitReached) break; //todo: need to run on comparisons. for each comparison check if exists and add. HashMap>> comparisons = this.hashJoinComparisonStructure.getComparisons(); - + Map secondTableHitSource = Source.fromBytes(secondTableHit.getSourceRef()).source(); for (Map.Entry>> comparison : comparisons.entrySet()) { String comparisonID = comparison.getKey(); List> t1ToT2FieldsComparison = comparison.getValue(); - String key = getComparisonKey(t1ToT2FieldsComparison, secondTableHit, false, null); + String key = getComparisonKey(t1ToT2FieldsComparison, secondTableHitSource, false, null); SearchHitsResult searchHitsResult = this.hashJoinComparisonStructure.searchForMatchingSearchHits(comparisonID, key); @@ -159,7 +160,7 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT } Map copiedSource = new HashMap(); - copyMaps(copiedSource,secondTableHit.getSourceAsMap()); + copyMaps(copiedSource, secondTableHitSource); onlyReturnedFields(copiedSource, secondTableRequest.getReturnedFields(),secondTableRequest.getOriginalSelect().isSelectAll()); @@ -167,11 +168,14 @@ private List createCombinedResults( TableInJoinRequestBuilder secondT SearchHit searchHit = SearchHit.unpooled(matchingHit.docId(), combinedId); searchHit.addDocumentFields(matchingHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(matchingHit.getSourceRef()); - searchHit.getSourceAsMap().clear(); - searchHit.getSourceAsMap().putAll(matchingHit.getSourceAsMap()); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); + hitSource.putAll(Source.fromBytes(matchingHit.getSourceRef()).source()); String t1Alias = requestBuilder.getFirstTable().getAlias(); String t2Alias = requestBuilder.getSecondTable().getAlias(); - mergeSourceAndAddAliases(copiedSource, searchHit, t1Alias, t2Alias); + mergeSourceAndAddAliases(copiedSource, hitSource, t1Alias, t2Alias); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); combinedResult.add(searchHit); resultIds++; @@ -205,18 +209,22 @@ private void createKeyToResultsAndFillOptimizationStructure(Map>> comparisons = this.hashJoinComparisonStructure.getComparisons(); + Map hitSource = Source.fromBytes(hit.getSourceRef()).source(); for (Map.Entry>> comparison : comparisons.entrySet()) { String comparisonID = comparison.getKey(); List> t1ToT2FieldsComparison = comparison.getValue(); - String key = getComparisonKey(t1ToT2FieldsComparison, hit, true, optimizationTermsFilterStructure.get(comparisonID)); + String key = getComparisonKey(t1ToT2FieldsComparison, hitSource, true, optimizationTermsFilterStructure.get(comparisonID)); //int docid , id SearchHit searchHit = SearchHit.unpooled(resultIds, hit.getId()); searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); - onlyReturnedFields(searchHit.getSourceAsMap(), firstTableRequest.getReturnedFields(),firstTableRequest.getOriginalSelect().isSelectAll()); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map searchHitSource = source.source(); + onlyReturnedFields(searchHitSource, firstTableRequest.getReturnedFields(),firstTableRequest.getOriginalSelect().isSelectAll()); + searchHit.sourceRef(Source.fromMap(searchHitSource, source.sourceContentType()).internalSourceRef()); resultIds++; this.hashJoinComparisonStructure.insertIntoComparisonHash(comparisonID, key, searchHit); } @@ -296,9 +304,8 @@ private void updateRequestWithTermsFilter(Map>> secondTableRequest.getRequestBuilder().setQuery(boolQuery); } - private String getComparisonKey(List> t1ToT2FieldsComparison, SearchHit hit, boolean firstTable, Map> optimizationTermsFilterStructure) { + private String getComparisonKey(List> t1ToT2FieldsComparison, Map sourceAsMap, boolean firstTable, Map> optimizationTermsFilterStructure) { String key = ""; - Map sourceAsMap = hit.getSourceAsMap(); for (Map.Entry t1ToT2 : t1ToT2FieldsComparison) { //todo: change to our function find if key contains '.' String name; diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java index be1b079c..23adb9b8 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/IntersectExecutor.java @@ -6,6 +6,7 @@ import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.domain.Field; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; @@ -71,7 +72,9 @@ private void fillIntersectHitsFromResults(Set comparableHit SearchHit searchHit = SearchHit.unpooled(currentId, originalHit.getId()); searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); - searchHit.getSourceAsMap().clear(); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); Map sourceAsMap = result.getFlattenMap(); for (Map.Entry entry : firstTableFieldToAlias) { if (sourceAsMap.containsKey(entry.getKey())) { @@ -81,7 +84,8 @@ private void fillIntersectHitsFromResults(Set comparableHit } } - searchHit.getSourceAsMap().putAll(sourceAsMap); + hitSource.putAll(sourceAsMap); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); currentId++; intersectHitsList.add(searchHit); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java index e8db7b30..e320e932 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/MinusExecutor.java @@ -7,6 +7,7 @@ import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Field; @@ -118,10 +119,13 @@ private void fillMinusHitsFromOneField(String fieldName, Set fieldValues SearchHit searchHit = SearchHit.unpooled(currentId, currentId + ""); searchHit.addDocumentFields(fields, Collections.emptyMap()); searchHit.sourceRef(someHit.getSourceRef()); - searchHit.getSourceAsMap().clear(); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); Map sourceAsMap = new HashMap<>(); sourceAsMap.put(fieldName,result); - searchHit.getSourceAsMap().putAll(sourceAsMap); + hitSource.putAll(sourceAsMap); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); currentId++; minusHitsList.add(searchHit); } @@ -140,7 +144,9 @@ private void fillMinusHitsFromResults(Set comperableHitResu SearchHit searchHit = SearchHit.unpooled(currentId, originalHit.getId()); searchHit.addDocumentFields(originalHit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(originalHit.getSourceRef()); - searchHit.getSourceAsMap().clear(); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); Map sourceAsMap = result.getFlattenMap(); for(Map.Entry entry : this.builder.getFirstTableFieldToAlias().entrySet()){ if(sourceAsMap.containsKey(entry.getKey())){ @@ -150,7 +156,8 @@ private void fillMinusHitsFromResults(Set comperableHitResu } } - searchHit.getSourceAsMap().putAll(sourceAsMap); + hitSource.putAll(sourceAsMap); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); currentId++; minusHitsList.add(searchHit); } @@ -342,7 +349,7 @@ private Where buildTermsFilterFromResults(Set results,String fieldName) } private Object getFieldValue(SearchHit hit, String fieldName) { - Map sourceAsMap = hit.getSourceAsMap(); + Map sourceAsMap = Source.fromBytes(hit.getSourceRef()).source(); if(fieldName.contains(".")){ String[] split = fieldName.split("\\."); return Util.searchPathInMap(sourceAsMap, split); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index bd09e9ab..f09b09e4 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -9,6 +9,7 @@ import org.elasticsearch.core.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.domain.Condition; import org.nlpcn.es4sql.domain.Select; import org.nlpcn.es4sql.domain.Where; @@ -88,7 +89,10 @@ private int combineResultsFromMultiResponses(List combinedResults, in for(int j =0 ; j < responses.length && currentCombinedResults < totalLimit ; j++){ SearchHit hitFromFirstTable = hits[currentIndex+j]; - onlyReturnedFields(hitFromFirstTable.getSourceAsMap(), nestedLoopsRequest.getFirstTable().getReturnedFields(),nestedLoopsRequest.getFirstTable().getOriginalSelect().isSelectAll()); + Source source = Source.fromBytes(hitFromFirstTable.getSourceRef()); + Map hitSource = source.source(); + onlyReturnedFields(hitSource, nestedLoopsRequest.getFirstTable().getReturnedFields(),nestedLoopsRequest.getFirstTable().getOriginalSelect().isSelectAll()); + hitFromFirstTable.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); SearchResponse multiItemResponse = responses[j].getResponse(); updateMetaSearchResults(multiItemResponse); @@ -116,21 +120,27 @@ private int combineResultsFromMultiResponses(List combinedResults, in } private SearchHit getMergedHit(int currentCombinedResults, String t1Alias, String t2Alias, SearchHit hitFromFirstTable, SearchHit matchedHit) { - onlyReturnedFields(matchedHit.getSourceAsMap(), nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); + Source source = Source.fromBytes(matchedHit.getSourceRef()); + Map matchedHitSource = source.source(); + onlyReturnedFields(matchedHitSource, nestedLoopsRequest.getSecondTable().getReturnedFields(),nestedLoopsRequest.getSecondTable().getOriginalSelect().isSelectAll()); + matchedHit.sourceRef(Source.fromMap(matchedHitSource, source.sourceContentType()).internalSourceRef()); SearchHit searchHit = SearchHit.unpooled(currentCombinedResults, hitFromFirstTable.getId() + "|" + matchedHit.getId()); searchHit.addDocumentFields(hitFromFirstTable.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hitFromFirstTable.getSourceRef()); - searchHit.getSourceAsMap().clear(); - searchHit.getSourceAsMap().putAll(hitFromFirstTable.getSourceAsMap()); + source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); + hitSource.putAll(Source.fromBytes(hitFromFirstTable.getSourceRef()).source()); - mergeSourceAndAddAliases(matchedHit.getSourceAsMap(), searchHit, t1Alias, t2Alias); + mergeSourceAndAddAliases(Source.fromBytes(matchedHit.getSourceRef()).source(), hitSource, t1Alias, t2Alias); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); return searchHit; } private MultiSearchRequest createMultiSearchRequest(int multiSearchMaxSize, Where connectedWhere, SearchHit[] hits, Select secondTableSelect, Where originalWhere, int currentIndex) throws SqlParseException { MultiSearchRequest multiSearchRequest = new MultiSearchRequest(); for(int i = currentIndex ; i < currentIndex + multiSearchMaxSize && i< hits.length ; i++ ){ - Map hitFromFirstTableAsMap = hits[i].getSourceAsMap(); + Map hitFromFirstTableAsMap = Source.fromBytes(hits[i].getSourceRef()).source(); Where newWhere = Where.newInstance(); if(originalWhere!=null) newWhere.addWhere(originalWhere); if(connectedWhere!=null){ diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java index 0c4f7686..05f645cb 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/UnionExecutor.java @@ -5,6 +5,7 @@ import org.elasticsearch.client.internal.Client; import org.elasticsearch.search.SearchHit; import org.elasticsearch.search.SearchHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.exception.SqlParseException; import org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder; @@ -50,12 +51,15 @@ private void fillInternalSearchHits(List unionHits, SearchHit[] hits, SearchHit searchHit = SearchHit.unpooled(currentId, hit.getId()); searchHit.addDocumentFields(hit.getDocumentFields(), Collections.emptyMap()); searchHit.sourceRef(hit.getSourceRef()); - searchHit.getSourceAsMap().clear(); - Map sourceAsMap = hit.getSourceAsMap(); + Source source = Source.fromBytes(searchHit.getSourceRef()); + Map hitSource = source.source(); + hitSource.clear(); + Map sourceAsMap = Source.fromBytes(hit.getSourceRef()).source(); if(!fieldNameToAlias.isEmpty()){ updateFieldNamesToAlias(sourceAsMap, fieldNameToAlias); } - searchHit.getSourceAsMap().putAll(sourceAsMap); + hitSource.putAll(sourceAsMap); + searchHit.sourceRef(Source.fromMap(hitSource, source.sourceContentType()).internalSourceRef()); currentId++; unionHits.add(searchHit); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 1530336e..2bfc1006 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -22,6 +22,7 @@ import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; import org.elasticsearch.search.aggregations.metrics.TopHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; @@ -365,7 +366,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, highlightMap.put(key, frag); }); - Map doc = Optional.ofNullable(hit.getSourceAsMap()).orElse(Maps.newHashMap()); + Map doc = Optional.ofNullable(Source.fromBytes(hit.getSourceRef()).source()).orElse(Maps.newHashMap()); //替换掉将原始结果中字段的值替换为高亮后的内容 for (Map.Entry entry : doc.entrySet()) { if(highlightMap.containsKey(entry.getKey())) { diff --git a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java index 60e4cd15..aa3a19ea 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java +++ b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java @@ -15,6 +15,7 @@ import org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation; import org.elasticsearch.search.aggregations.metrics.InternalTopHits; import org.elasticsearch.search.aggregations.metrics.InternalValueCount; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.exception.SqlParseException; import java.util.ArrayList; @@ -39,8 +40,9 @@ public SearchResult(SearchResponse resp) { this.total = hits.getTotalHits().value; results = new ArrayList<>(hits.getHits().length); for (SearchHit searchHit : hits.getHits()) { - if (searchHit.getSourceAsMap() != null) { - results.add(searchHit.getSourceAsMap()); + Map sourceAsMap = Source.fromBytes(searchHit.getSourceRef()).source(); + if (sourceAsMap != null) { + results.add(sourceAsMap); } else if (searchHit.getFields() != null) { Map fields = searchHit.getFields(); results.add(toFieldsMap(fields)); diff --git a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java index deda4889..c80aa7d4 100644 --- a/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java +++ b/src/main/java/org/nlpcn/es4sql/jdbc/ObjectResultsExtractor.java @@ -17,6 +17,7 @@ import org.elasticsearch.search.aggregations.metrics.Percentiles; import org.elasticsearch.search.aggregations.metrics.Stats; import org.elasticsearch.search.aggregations.metrics.TopHits; +import org.elasticsearch.search.lookup.Source; import org.nlpcn.es4sql.Util; import org.nlpcn.es4sql.query.DefaultQueryAction; import org.nlpcn.es4sql.query.QueryAction; @@ -286,7 +287,7 @@ private List createHeadersAndFillDocsMap(boolean flat, SearchHit[] hits, } boolean hasScrollId = this.includeScrollId || fieldNames.contains("_scroll_id"); for (SearchHit hit : hits) { - Map doc = Optional.ofNullable(hit.getSourceAsMap()).orElse(Maps.newHashMap()); + Map doc = Optional.ofNullable(Source.fromBytes(hit.getSourceRef()).source()).orElse(Maps.newHashMap()); if (this.includeScore) { doc.put("_score", hit.getScore()); } diff --git a/src/test/java/org/nlpcn/es4sql/JoinTests.java b/src/test/java/org/nlpcn/es4sql/JoinTests.java index 99a06780..52d3220b 100644 --- a/src/test/java/org/nlpcn/es4sql/JoinTests.java +++ b/src/test/java/org/nlpcn/es4sql/JoinTests.java @@ -5,6 +5,7 @@ import org.elasticsearch.plugin.nlpcn.ElasticJoinExecutor; import org.elasticsearch.plugin.nlpcn.HashJoinElasticExecutor; import org.elasticsearch.search.SearchHit; +import org.elasticsearch.search.lookup.Source; import org.junit.Assert; import org.junit.Test; import org.nlpcn.es4sql.exception.SqlParseException; @@ -119,10 +120,11 @@ private void joinWithStar(boolean useNestedLoops) throws SqlParseException, SQLF SearchHit[] hits = joinAndGetHits(query); Assert.assertEquals(16, hits.length); SearchHit hit = Stream.of(hits).filter(h -> "1|5".equals(h.getId())).findAny().get(); - String house = hit.getSourceAsMap().get("c.house").toString(); + Map sourceAsMap = hit.getSourceAsMap(); + String house = sourceAsMap.get("c.house").toString(); boolean someHouse = house.equals("Targaryen") || house.equals("Stark") || house.equals("Lannister"); Assert.assertTrue(someHouse); - String houseName = hit.getSourceAsMap().get("h.hname").toString(); + String houseName = sourceAsMap.get("h.hname").toString(); Assert.assertEquals(house, houseName); } @@ -576,7 +578,7 @@ private SearchHit[] joinAndGetHits(String query) throws SqlParseException, SQLFe private boolean hitsContains(SearchHit[] hits, Map matchMap) { for(SearchHit hit : hits){ - Map hitMap = hit.getSourceAsMap(); + Map hitMap = Source.fromBytes(hit.getSourceRef()).source(); boolean matchedHit = true; for(Map.Entry entry: hitMap.entrySet()){ if(!matchMap.containsKey(entry.getKey())) { diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index 0301b1b4..ca59e87f 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -210,8 +210,9 @@ public void andTest() throws IOException, SqlParseException, SQLFeatureNotSuppor SearchHits response = query(String.format("SELECT * FROM %s WHERE age=32 AND gender='M' LIMIT 1000", TEST_INDEX_PEOPLE)); SearchHit[] hits = response.getHits(); for(SearchHit hit : hits) { - Assert.assertEquals(32, hit.getSourceAsMap().get("age")); - Assert.assertEquals("M", hit.getSourceAsMap().get("gender")); + Map sourceAsMap = hit.getSourceAsMap(); + Assert.assertEquals(32, sourceAsMap.get("age")); + Assert.assertEquals("M", sourceAsMap.get("gender")); } } @@ -309,7 +310,7 @@ public void notBetweenTest() throws IOException, SqlParseException, SQLFeatureNo // ignore document which not contains the age field. if(source.containsKey("age")) { - int age = (int) hit.getSourceAsMap().get("age"); + int age = (int) source.get("age"); assertThat(age, not(allOf(greaterThanOrEqualTo(min), lessThanOrEqualTo(max)))); } } From 1a4efc8c0f223d822d043e42b7ca1b06133407a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Wed, 7 May 2025 10:12:12 +0800 Subject: [PATCH 259/266] es 8.18.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb1b5a26..c9260a2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 4a9bf02f..54298fd2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.18.0.0 + 8.18.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.18.0 + 8.18.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From a26dafc083d02ff0ee049e6b18193b10e4ba3a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 8 May 2025 10:59:03 +0800 Subject: [PATCH 260/266] es 9.0.0 support --- .travis.yml | 2 +- pom.xml | 15 ++- .../ParsedClusterUpdateSettingsResponse.java | 4 +- .../create/ParsedCreateIndexResponse.java | 42 ++++++++ .../action/search/ParsedSearchResponse.java | 7 +- .../search/ParsedShardSearchFailure.java | 73 +++++++++++++ .../master/ParsedAcknowledgedResponse.java | 64 +++++++++++ .../ParsedShardsAcknowledgedResponse.java | 30 ++++++ .../plugin/nlpcn/ElasticUtils.java | 6 +- .../nlpcn/NestedLoopsElasticExecutor.java | 2 +- .../handler/ClusterStateActionHandler.java | 6 +- .../handler/CreateIndexActionHandler.java | 3 +- .../handler/DeleteIndexActionHandler.java | 3 +- .../client/handler/GetIndexActionHandler.java | 2 +- .../handler/MultiSearchActionHandler.java | 6 +- .../handler/PutMappingActionHandler.java | 3 +- .../client/handler/SearchActionHandler.java | 5 +- .../handler/SearchScrollActionHandler.java | 2 +- .../nlpcn/executors/CSVResultsExtractor.java | 2 +- .../elasticsearch/search/ParsedSearchHit.java | 5 +- .../search/ParsedSearchSortValues.java | 23 ++++ .../ParsedInternalAggregations.java | 47 ++++++++ .../highlight/ParsedHighlightField.java | 46 ++++++++ .../search/profile/ParsedProfileResult.java | 51 +++++++++ .../ParsedSearchProfileDfsPhaseResult.java | 2 +- .../profile/ParsedSearchProfileResults.java | 5 +- .../ParsedAggregationProfileShardResult.java | 37 +++++++ .../profile/query/ParsedCollectorResult.java | 64 +++++++++++ .../query/ParsedQueryProfileShardResult.java | 5 +- .../org/nlpcn/es4sql/domain/SearchResult.java | 2 +- .../nlpcn/es4sql/query/ShowQueryAction.java | 3 +- .../resources/plugin-descriptor.properties | 2 +- .../org/nlpcn/es4sql/AggregationTest.java | 6 +- .../java/org/nlpcn/es4sql/DeleteTest.java | 4 +- src/test/java/org/nlpcn/es4sql/QueryTest.java | 102 +++++++++--------- 35 files changed, 585 insertions(+), 96 deletions(-) create mode 100644 src/main/java/org/elasticsearch/action/admin/indices/create/ParsedCreateIndexResponse.java create mode 100644 src/main/java/org/elasticsearch/action/search/ParsedShardSearchFailure.java create mode 100644 src/main/java/org/elasticsearch/action/support/master/ParsedAcknowledgedResponse.java create mode 100644 src/main/java/org/elasticsearch/action/support/master/ParsedShardsAcknowledgedResponse.java create mode 100644 src/main/java/org/elasticsearch/search/ParsedSearchSortValues.java create mode 100644 src/main/java/org/elasticsearch/search/aggregations/ParsedInternalAggregations.java create mode 100644 src/main/java/org/elasticsearch/search/fetch/subphase/highlight/ParsedHighlightField.java create mode 100644 src/main/java/org/elasticsearch/search/profile/ParsedProfileResult.java create mode 100644 src/main/java/org/elasticsearch/search/profile/aggregation/ParsedAggregationProfileShardResult.java create mode 100644 src/main/java/org/elasticsearch/search/profile/query/ParsedCollectorResult.java diff --git a/.travis.yml b/.travis.yml index c9260a2b..160af396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 54298fd2..309b0985 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 8.18.1.0 + 9.0.0.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 8.18.1 + 9.0.0 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre @@ -109,6 +109,13 @@ provided + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch.version} + provided + + com.fasterxml.jackson.core jackson-databind @@ -162,8 +169,8 @@ maven-compiler-plugin 2.3.2 - 16 - 16 + 21 + 21 UTF-8 diff --git a/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java b/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java index ff5c2387..45c10ed1 100644 --- a/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java +++ b/src/main/java/org/elasticsearch/action/admin/cluster/settings/ParsedClusterUpdateSettingsResponse.java @@ -8,7 +8,7 @@ package org.elasticsearch.action.admin.cluster.settings; -import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.action.support.master.ParsedAcknowledgedResponse; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.xcontent.ConstructingObjectParser; import org.elasticsearch.xcontent.XContentParser; @@ -29,7 +29,7 @@ public class ParsedClusterUpdateSettingsResponse { ); static { - AcknowledgedResponse.declareAcknowledgedField(PARSER); + ParsedAcknowledgedResponse.declareAcknowledgedField(PARSER); PARSER.declareObject(constructorArg(), (p, c) -> Settings.fromXContent(p), ClusterUpdateSettingsResponse.TRANSIENT); PARSER.declareObject(constructorArg(), (p, c) -> Settings.fromXContent(p), ClusterUpdateSettingsResponse.PERSISTENT); } diff --git a/src/main/java/org/elasticsearch/action/admin/indices/create/ParsedCreateIndexResponse.java b/src/main/java/org/elasticsearch/action/admin/indices/create/ParsedCreateIndexResponse.java new file mode 100644 index 00000000..4ed896c9 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/admin/indices/create/ParsedCreateIndexResponse.java @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.action.admin.indices.create; + +import org.elasticsearch.action.support.master.ParsedShardsAcknowledgedResponse; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +/** + * A response for a create index action. + */ +public class ParsedCreateIndexResponse { + + private static final ConstructingObjectParser PARSER = new ConstructingObjectParser<>( + "create_index", + true, + args -> new CreateIndexResponse((boolean) args[0], (boolean) args[1], (String) args[2]) + ); + + static { + declareFields(PARSER); + } + + protected static void declareFields(ConstructingObjectParser objectParser) { + ParsedShardsAcknowledgedResponse.declareAcknowledgedAndShardsAcknowledgedFields(objectParser); + objectParser.declareField(constructorArg(), (parser, context) -> parser.textOrNull(), CreateIndexResponse.INDEX, ObjectParser.ValueType.STRING); + } + + public static CreateIndexResponse fromXContent(XContentParser parser) { + return PARSER.apply(parser, null); + } +} diff --git a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java index 4466c6c7..8c3da451 100644 --- a/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java +++ b/src/main/java/org/elasticsearch/action/search/ParsedSearchResponse.java @@ -16,6 +16,7 @@ import org.elasticsearch.search.ParsedSearchHits; import org.elasticsearch.search.SearchHits; import org.elasticsearch.search.aggregations.InternalAggregations; +import org.elasticsearch.search.aggregations.ParsedInternalAggregations; import org.elasticsearch.search.profile.ParsedSearchProfileResults; import org.elasticsearch.search.profile.SearchProfileResults; import org.elasticsearch.search.suggest.ParsedSuggest; @@ -98,7 +99,7 @@ public static SearchResponse innerFromXContent(XContentParser parser) throws IOE if (SearchHits.Fields.HITS.equals(currentFieldName)) { hits = ParsedSearchHits.fromXContent(parser); } else if (InternalAggregations.AGGREGATIONS_FIELD.equals(currentFieldName)) { - aggs = InternalAggregations.fromXContent(parser); + aggs = ParsedInternalAggregations.fromXContent(parser); } else if (Suggest.NAME.equals(currentFieldName)) { suggest = ParsedSuggest.fromXContent(parser); } else if (SearchProfileResults.PROFILE_FIELD.equals(currentFieldName)) { @@ -122,7 +123,7 @@ public static SearchResponse innerFromXContent(XContentParser parser) throws IOE } else if (token == Token.START_ARRAY) { if (RestActions.FAILURES_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { while (parser.nextToken() != Token.END_ARRAY) { - failures.add(ShardSearchFailure.fromXContent(parser)); + failures.add(ParsedShardSearchFailure.fromXContent(parser)); } } else { parser.skipChildren(); @@ -303,7 +304,7 @@ public static SearchResponse.Cluster fromXContent(String clusterAlias, XContentP } else if (token == Token.START_ARRAY) { if (RestActions.FAILURES_FIELD.match(currentFieldName, parser.getDeprecationHandler())) { while (parser.nextToken() != Token.END_ARRAY) { - failures.add(ShardSearchFailure.fromXContent(parser)); + failures.add(ParsedShardSearchFailure.fromXContent(parser)); } } else { parser.skipChildren(); diff --git a/src/main/java/org/elasticsearch/action/search/ParsedShardSearchFailure.java b/src/main/java/org/elasticsearch/action/search/ParsedShardSearchFailure.java new file mode 100644 index 00000000..ea3bb74a --- /dev/null +++ b/src/main/java/org/elasticsearch/action/search/ParsedShardSearchFailure.java @@ -0,0 +1,73 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.action.search; + +import org.elasticsearch.ElasticsearchException; +import org.elasticsearch.cluster.metadata.IndexMetadata; +import org.elasticsearch.index.Index; +import org.elasticsearch.index.shard.ShardId; +import org.elasticsearch.search.SearchShardTarget; +import org.elasticsearch.transport.RemoteClusterAware; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * Represents a failure to search on a specific shard. + */ +public class ParsedShardSearchFailure { + + public static ShardSearchFailure fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token; + ensureExpectedToken(XContentParser.Token.START_OBJECT, parser.currentToken(), parser); + String currentFieldName = null; + int shardId = -1; + String indexName = null; + String clusterAlias = null; + String nodeId = null; + ElasticsearchException exception = null; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (ShardSearchFailure.SHARD_FIELD.equals(currentFieldName)) { + shardId = parser.intValue(); + } else if (ShardSearchFailure.INDEX_FIELD.equals(currentFieldName)) { + String[] split = RemoteClusterAware.splitIndexName(parser.text()); + clusterAlias = split[0]; + indexName = split[1]; + } else if (ShardSearchFailure.NODE_FIELD.equals(currentFieldName)) { + nodeId = parser.text(); + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_OBJECT) { + if (ShardSearchFailure.REASON_FIELD.equals(currentFieldName)) { + exception = ElasticsearchException.fromXContent(parser); + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + SearchShardTarget searchShardTarget = null; + if (nodeId != null) { + searchShardTarget = new SearchShardTarget( + nodeId, + new ShardId(new Index(indexName, IndexMetadata.INDEX_UUID_NA_VALUE), shardId), + clusterAlias + ); + } + return new ShardSearchFailure(exception, searchShardTarget); + } +} diff --git a/src/main/java/org/elasticsearch/action/support/master/ParsedAcknowledgedResponse.java b/src/main/java/org/elasticsearch/action/support/master/ParsedAcknowledgedResponse.java new file mode 100644 index 00000000..1b724e46 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/support/master/ParsedAcknowledgedResponse.java @@ -0,0 +1,64 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ +package org.elasticsearch.action.support.master; + +import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; +import org.elasticsearch.xcontent.ParseField; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +/** + * A response to an action which updated the cluster state, but needs to report whether any relevant nodes failed to apply the update. For + * instance, a {@link org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest} may update a mapping in the index metadata, but + * one or more data nodes may fail to acknowledge the new mapping within the ack timeout. If this happens then clients must accept that + * subsequent requests that rely on the mapping update may return errors from the lagging data nodes. + *

+ * Actions which return a payload-free acknowledgement of success should generally prefer to use {@link ActionResponse.Empty} instead of + * {@link AcknowledgedResponse}, and other listeners should generally prefer {@link Void}. + */ +public class ParsedAcknowledgedResponse { + + private static final ParseField ACKNOWLEDGED = new ParseField(AcknowledgedResponse.ACKNOWLEDGED_KEY); + + public static void declareAcknowledgedField(ConstructingObjectParser objectParser) { + objectParser.declareField( + constructorArg(), + (parser, context) -> parser.booleanValue(), + ACKNOWLEDGED, + ObjectParser.ValueType.BOOLEAN + ); + } + + /** + * A generic parser that simply parses the acknowledged flag + */ + private static final ConstructingObjectParser ACKNOWLEDGED_FLAG_PARSER = new ConstructingObjectParser<>( + "acknowledged_flag", + true, + args -> (Boolean) args[0] + ); + + static { + ACKNOWLEDGED_FLAG_PARSER.declareField( + constructorArg(), + (parser, context) -> parser.booleanValue(), + ACKNOWLEDGED, + ObjectParser.ValueType.BOOLEAN + ); + } + + public static AcknowledgedResponse fromXContent(XContentParser parser) throws IOException { + return AcknowledgedResponse.of(ACKNOWLEDGED_FLAG_PARSER.apply(parser, null)); + } +} diff --git a/src/main/java/org/elasticsearch/action/support/master/ParsedShardsAcknowledgedResponse.java b/src/main/java/org/elasticsearch/action/support/master/ParsedShardsAcknowledgedResponse.java new file mode 100644 index 00000000..6c58f3a1 --- /dev/null +++ b/src/main/java/org/elasticsearch/action/support/master/ParsedShardsAcknowledgedResponse.java @@ -0,0 +1,30 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.action.support.master; + +import org.elasticsearch.xcontent.ConstructingObjectParser; +import org.elasticsearch.xcontent.ObjectParser; + +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; + +public class ParsedShardsAcknowledgedResponse { + + public static void declareAcknowledgedAndShardsAcknowledgedFields( + ConstructingObjectParser objectParser + ) { + ParsedAcknowledgedResponse.declareAcknowledgedField(objectParser); + objectParser.declareField( + constructorArg(), + (parser, context) -> parser.booleanValue(), + ShardsAcknowledgedResponse.SHARDS_ACKNOWLEDGED, + ObjectParser.ValueType.BOOLEAN + ); + } +} diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java index bb62959a..5546a15c 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/ElasticUtils.java @@ -44,7 +44,7 @@ public static SearchResponse scrollOneTimeWithHits(Client client, SearchRequestB public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSearchResult metaResults) throws IOException { if(results == null) return null; Object[] searchHits; - searchHits = new Object[(int) results.getTotalHits().value]; + searchHits = new Object[(int) results.getTotalHits().value()]; int i = 0; for(SearchHit hit : results) { HashMap value = new HashMap<>(); @@ -56,8 +56,8 @@ public static XContentBuilder hitsAsXContentBuilder(SearchHits results, MetaSear } HashMap hits = new HashMap<>(); TotalHits totalHits = results.getTotalHits(); - hits.put("total", ImmutableMap.of("value", totalHits.value, - "relation", totalHits.relation == TotalHits.Relation.EQUAL_TO ? "eq" : "gte")); + hits.put("total", ImmutableMap.of("value", totalHits.value(), + "relation", totalHits.relation() == TotalHits.Relation.EQUAL_TO ? "eq" : "gte")); hits.put("max_score",results.getMaxScore()); hits.put("hits",searchHits); XContentBuilder builder = XContentFactory.contentBuilder(XContentType.JSON).prettyPrint(); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java index f09b09e4..3af19cf7 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/NestedLoopsElasticExecutor.java @@ -198,7 +198,7 @@ private FetchWithScrollResponse firstFetch(TableInJoinRequestBuilder tableReques else { //scroll request with max. responseWithHits = scrollOneTimeWithMax(client,tableRequest); - if(responseWithHits.getHits().getTotalHits().value < MAX_RESULTS_ON_ONE_FETCH) + if(responseWithHits.getHits().getTotalHits().value() < MAX_RESULTS_ON_ONE_FETCH) needScrollForFirstTable = true; } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java index 66ce7a85..670510ae 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/ClusterStateActionHandler.java @@ -28,7 +28,6 @@ import org.elasticsearch.cluster.node.DiscoveryNodeRole; import org.elasticsearch.cluster.node.DiscoveryNodes; import org.elasticsearch.cluster.node.VersionInformation; -import org.elasticsearch.cluster.routing.RoutingNodes; import org.elasticsearch.cluster.routing.RoutingTable; import org.elasticsearch.common.compress.CompressedXContent; import org.elasticsearch.common.settings.Settings; @@ -156,7 +155,7 @@ protected StateRequest convertRequest(ClusterStateRequest clusterStateRequest) t @SuppressWarnings({"unchecked", "rawtypes"}) @Override protected ClusterStateResponse convertResponse(StateResponse stateResponse) throws IOException { - JsonObject jsonObject = stateResponse.valueBody().toJson().asJsonObject(); + JsonObject jsonObject = stateResponse.state().toJson().asJsonObject(); String cn = jsonObject.getString(KEY_CLUSTER_NAME, EMPTY); ClusterName clusterName = new ClusterName(cn); int version = jsonObject.getInt(KEY_VERSION, 0); @@ -199,9 +198,8 @@ protected ClusterStateResponse convertResponse(StateResponse stateResponse) thro } RoutingTable routingTable = RoutingTable.EMPTY_ROUTING_TABLE; ClusterBlocks blocks = ClusterBlocks.EMPTY_CLUSTER_BLOCK; - RoutingNodes routingNodes = RoutingNodes.immutable(RoutingTable.EMPTY_ROUTING_TABLE, DiscoveryNodes.EMPTY_NODES); return new ClusterStateResponse(clusterName, - new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), Collections.emptyMap(), new ClusterFeatures(Collections.emptyMap()), blocks, customs, false, routingNodes), + new ClusterState(clusterName, version, stateUUID, metadata, routingTable, nodesBuilder.build(), Collections.emptyMap(), new ClusterFeatures(Collections.emptyMap()), blocks, customs, false, null), false); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java index bd0efa74..800cffed 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/CreateIndexActionHandler.java @@ -8,6 +8,7 @@ import co.elastic.clients.elasticsearch.indices.CreateIndexRequest; import co.elastic.clients.elasticsearch.indices.IndexSettings; import org.elasticsearch.action.admin.indices.create.CreateIndexResponse; +import org.elasticsearch.action.admin.indices.create.ParsedCreateIndexResponse; import org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction; import org.elasticsearch.action.support.ActiveShardCount; import org.elasticsearch.common.bytes.BytesReference; @@ -82,6 +83,6 @@ protected CreateIndexRequest convertRequest(org.elasticsearch.action.admin.indic @Override protected CreateIndexResponse convertResponse(co.elastic.clients.elasticsearch.indices.CreateIndexResponse createIndexResponse) throws IOException { - return parseJson(createIndexResponse, CreateIndexResponse::fromXContent); + return parseJson(createIndexResponse, ParsedCreateIndexResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java index 3fe5c3ad..1b476235 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/DeleteIndexActionHandler.java @@ -6,6 +6,7 @@ import co.elastic.clients.elasticsearch.indices.DeleteIndexResponse; import org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction; import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.action.support.master.ParsedAcknowledgedResponse; import java.io.IOException; import java.util.Arrays; @@ -50,6 +51,6 @@ protected DeleteIndexRequest convertRequest(org.elasticsearch.action.admin.indic @Override protected AcknowledgedResponse convertResponse(DeleteIndexResponse deleteIndexResponse) throws IOException { - return parseJson(deleteIndexResponse, AcknowledgedResponse::fromXContent); + return parseJson(deleteIndexResponse, ParsedAcknowledgedResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java index 96ff6c06..5e048c68 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/GetIndexActionHandler.java @@ -68,7 +68,7 @@ protected GetIndexRequest convertRequest(org.elasticsearch.action.admin.indices. @Override protected GetIndexResponse convertResponse(co.elastic.clients.elasticsearch.indices.GetIndexResponse getIndexResponse) throws IOException { - Map indexStateMap = getIndexResponse.result(); + Map indexStateMap = getIndexResponse.indices(); int size = indexStateMap.size(); String[] indices = new String[size]; Map mappings = new HashMap<>(size); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java index 65a9d285..539eff33 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/MultiSearchActionHandler.java @@ -3,9 +3,9 @@ import co.elastic.clients.elasticsearch.ElasticsearchClient; import co.elastic.clients.elasticsearch.core.MsearchRequest; import co.elastic.clients.elasticsearch.core.MsearchResponse; -import co.elastic.clients.elasticsearch.core.msearch.MultisearchBody; import co.elastic.clients.elasticsearch.core.msearch.MultisearchHeader; import co.elastic.clients.elasticsearch.core.msearch.RequestItem; +import co.elastic.clients.elasticsearch.core.search.SearchRequestBody; import jakarta.json.stream.JsonParser; import org.elasticsearch.action.search.MultiSearchRequest; import org.elasticsearch.action.search.MultiSearchResponse; @@ -47,7 +47,7 @@ protected MsearchResponse doHandle(MsearchRequest msearchRequest) throws protected MsearchRequest convertRequest(MultiSearchRequest multiSearchRequest) throws IOException { MsearchRequest.Builder builder = new MsearchRequest.Builder(); if (multiSearchRequest.maxConcurrentSearchRequests() > 0) { - builder.maxConcurrentSearches((long) multiSearchRequest.maxConcurrentSearchRequests()); + builder.maxConcurrentSearches(multiSearchRequest.maxConcurrentSearchRequests()); } for (SearchRequest request : multiSearchRequest.requests()) { MultisearchHeader.Builder msearchHeaderBuilder = new MultisearchHeader.Builder(); @@ -65,7 +65,7 @@ protected MsearchRequest convertRequest(MultiSearchRequest multiSearchRequest) t msearchHeaderBuilder.ignoreThrottled(options.ignoreThrottled()); }); - MultisearchBody.Builder msearchBodyBuilder = new MultisearchBody.Builder(); + SearchRequestBody.Builder msearchBodyBuilder = new SearchRequestBody.Builder(); try (Reader reader = new StringReader(Strings.toString(request.source())); JsonParser parser = this.jsonpMapper.jsonProvider().createParser(reader)) { msearchBodyBuilder.withJson(parser, this.jsonpMapper); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java index 03f647d2..7a54a9f9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/PutMappingActionHandler.java @@ -7,6 +7,7 @@ import jakarta.json.stream.JsonParser; import org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction; import org.elasticsearch.action.support.master.AcknowledgedResponse; +import org.elasticsearch.action.support.master.ParsedAcknowledgedResponse; import org.elasticsearch.common.Strings; import java.io.IOException; @@ -61,6 +62,6 @@ protected PutMappingRequest convertRequest(org.elasticsearch.action.admin.indice @Override protected AcknowledgedResponse convertResponse(PutMappingResponse putMappingResponse) throws IOException { - return parseJson(putMappingResponse, AcknowledgedResponse::fromXContent); + return parseJson(putMappingResponse, ParsedAcknowledgedResponse::fromXContent); } } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java index 54c5c895..52482ce0 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchActionHandler.java @@ -53,9 +53,8 @@ protected SearchRequest convertRequest(org.elasticsearch.action.search.SearchReq builder.routing(searchRequest.routing()); builder.searchType(getSearchType(searchRequest.searchType())); builder.batchedReduceSize((long) searchRequest.getBatchedReduceSize()); - builder.maxConcurrentShardRequests((long) searchRequest.getMaxConcurrentShardRequests()); - Optional.ofNullable(searchRequest.minCompatibleShardNode()).ifPresent(e -> builder.minCompatibleShardNode(e.toString())); - Optional.ofNullable(searchRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + builder.maxConcurrentShardRequests(searchRequest.getMaxConcurrentShardRequests()); + Optional.ofNullable(searchRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.toHumanReadableString(1))))); Optional.ofNullable(searchRequest.indicesOptions()).ifPresent(options -> { builder.allowNoIndices(options.allowNoIndices()); builder.ignoreUnavailable(options.ignoreUnavailable()); diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java index f58e3320..d128c869 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/client/handler/SearchScrollActionHandler.java @@ -39,7 +39,7 @@ protected ScrollResponse doHandle(ScrollRequest scrollRequest) throws IO protected ScrollRequest convertRequest(SearchScrollRequest searchScrollRequest) throws IOException { ScrollRequest.Builder builder = new ScrollRequest.Builder(); builder.scrollId(searchScrollRequest.scrollId()); - Optional.ofNullable(searchScrollRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.keepAlive().toString())))); + Optional.ofNullable(searchScrollRequest.scroll()).ifPresent(e -> builder.scroll(Time.of(t -> t.time(e.toHumanReadableString(1))))); return builder.build(); } diff --git a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java index 2bfc1006..a96b00b9 100644 --- a/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java +++ b/src/main/java/org/elasticsearch/plugin/nlpcn/executors/CSVResultsExtractor.java @@ -102,7 +102,7 @@ public CSVResult extractResults(Object queryResult, boolean flat, String separat List headers = createHeadersAndFillDocsMap(flat, hits, ((SearchResponse) queryResult).getScrollId(), docsAsMap, hitFieldNames); List csvLines = createCSVLinesFromDocs(flat, separator, quote, docsAsMap, headers, hitFieldNames); //return new CSVResult(headers, csvLines); - return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value); + return new CSVResult(headers, csvLines, ((SearchResponse) queryResult).getHits().getTotalHits().value()); } if (queryResult instanceof GetIndexResponse){ Map mappings = ((GetIndexResponse) queryResult).getMappings(); diff --git a/src/main/java/org/elasticsearch/search/ParsedSearchHit.java b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java index 586f9eb4..331fb5e2 100644 --- a/src/main/java/org/elasticsearch/search/ParsedSearchHit.java +++ b/src/main/java/org/elasticsearch/search/ParsedSearchHit.java @@ -18,6 +18,7 @@ import org.elasticsearch.index.seqno.SequenceNumbers; import org.elasticsearch.index.shard.ShardId; import org.elasticsearch.search.fetch.subphase.highlight.HighlightField; +import org.elasticsearch.search.fetch.subphase.highlight.ParsedHighlightField; import org.elasticsearch.transport.RemoteClusterAware; import org.elasticsearch.xcontent.ConstructingObjectParser; import org.elasticsearch.xcontent.ObjectParser; @@ -161,7 +162,7 @@ public static void declareInnerHitsParseFields(ObjectParser, parser.declareField( (map, list) -> map.put(SearchHit.Fields.SORT, list), - SearchSortValues::fromXContent, + ParsedSearchSortValues::fromXContent, new ParseField(SearchHit.Fields.SORT), ValueType.OBJECT_ARRAY ); @@ -261,7 +262,7 @@ private static Map parseInnerHits(XContentParser parser) thr private static Map parseHighlightFields(XContentParser parser) throws IOException { Map highlightFields = new HashMap<>(); while ((parser.nextToken()) != XContentParser.Token.END_OBJECT) { - HighlightField highlightField = HighlightField.fromXContent(parser); + HighlightField highlightField = ParsedHighlightField.fromXContent(parser); highlightFields.put(highlightField.name(), highlightField); } return highlightFields; diff --git a/src/main/java/org/elasticsearch/search/ParsedSearchSortValues.java b/src/main/java/org/elasticsearch/search/ParsedSearchSortValues.java new file mode 100644 index 00000000..4e9ad1f0 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/ParsedSearchSortValues.java @@ -0,0 +1,23 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.search; + +import org.elasticsearch.common.xcontent.XContentParserUtils; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; + +public class ParsedSearchSortValues { + + public static SearchSortValues fromXContent(XContentParser parser) throws IOException { + XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_ARRAY, parser.currentToken(), parser); + return new SearchSortValues(parser.list().toArray()); + } +} diff --git a/src/main/java/org/elasticsearch/search/aggregations/ParsedInternalAggregations.java b/src/main/java/org/elasticsearch/search/aggregations/ParsedInternalAggregations.java new file mode 100644 index 00000000..3be2d2f6 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/aggregations/ParsedInternalAggregations.java @@ -0,0 +1,47 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ +package org.elasticsearch.search.aggregations; + +import org.apache.lucene.util.SetOnce; +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Locale; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.parseTypedKeysObject; + +/** + * Represents a set of {@link InternalAggregation}s + */ +public final class ParsedInternalAggregations { + + public static InternalAggregations fromXContent(XContentParser parser) throws IOException { + final List aggregations = new ArrayList<>(); + XContentParser.Token token; + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.START_OBJECT) { + SetOnce typedAgg = new SetOnce<>(); + String currentField = parser.currentName(); + parseTypedKeysObject(parser, Aggregation.TYPED_KEYS_DELIMITER, InternalAggregation.class, typedAgg::set); + if (typedAgg.get() != null) { + aggregations.add(typedAgg.get()); + } else { + throw new ParsingException( + parser.getTokenLocation(), + String.format(Locale.ROOT, "Could not parse aggregation keyed as [%s]", currentField) + ); + } + } + } + return InternalAggregations.from(aggregations); + } +} diff --git a/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/ParsedHighlightField.java b/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/ParsedHighlightField.java new file mode 100644 index 00000000..22d9a295 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/ParsedHighlightField.java @@ -0,0 +1,46 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.search.fetch.subphase.highlight; + +import org.elasticsearch.common.ParsingException; +import org.elasticsearch.common.text.Text; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * A field highlighted with its highlighted fragments. + */ +public class ParsedHighlightField { + + public static HighlightField fromXContent(XContentParser parser) throws IOException { + ensureExpectedToken(XContentParser.Token.FIELD_NAME, parser.currentToken(), parser); + String fieldName = parser.currentName(); + Text[] fragments; + XContentParser.Token token = parser.nextToken(); + if (token == XContentParser.Token.START_ARRAY) { + List values = new ArrayList<>(); + while (parser.nextToken() != XContentParser.Token.END_ARRAY) { + values.add(new Text(parser.text())); + } + fragments = values.toArray(Text.EMPTY_ARRAY); + } else if (token == XContentParser.Token.VALUE_NULL) { + fragments = null; + } else { + throw new ParsingException(parser.getTokenLocation(), "unexpected token type [" + token + "]"); + } + return new HighlightField(fieldName, fragments); + } + +} diff --git a/src/main/java/org/elasticsearch/search/profile/ParsedProfileResult.java b/src/main/java/org/elasticsearch/search/profile/ParsedProfileResult.java new file mode 100644 index 00000000..f2d1b901 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/profile/ParsedProfileResult.java @@ -0,0 +1,51 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.search.profile; + +import org.elasticsearch.xcontent.InstantiatingObjectParser; +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.Map; + +import static java.util.stream.Collectors.toMap; +import static org.elasticsearch.xcontent.ConstructingObjectParser.constructorArg; +import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg; + +/** + * The result of a profiled *thing*, like a query or an aggregation. See + * {@link AbstractProfiler} for the statistic collection framework. + */ +public final class ParsedProfileResult { + + private static final InstantiatingObjectParser PARSER; + static { + InstantiatingObjectParser.Builder parser = InstantiatingObjectParser.builder( + "profile_result", + true, + ProfileResult.class + ); + parser.declareString(constructorArg(), ProfileResult.TYPE); + parser.declareString(constructorArg(), ProfileResult.DESCRIPTION); + parser.declareObject( + constructorArg(), + (p, c) -> p.map().entrySet().stream().collect(toMap(Map.Entry::getKey, e -> ((Number) e.getValue()).longValue())), + ProfileResult.BREAKDOWN + ); + parser.declareObject(optionalConstructorArg(), (p, c) -> p.map(), ProfileResult.DEBUG); + parser.declareLong(constructorArg(), ProfileResult.NODE_TIME_RAW); + parser.declareObjectArray(optionalConstructorArg(), (p, c) -> fromXContent(p), ProfileResult.CHILDREN); + PARSER = parser.build(); + } + + public static ProfileResult fromXContent(XContentParser p) throws IOException { + return PARSER.parse(p, null); + } +} diff --git a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java index b744172e..b322ac2a 100644 --- a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java +++ b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileDfsPhaseResult.java @@ -26,7 +26,7 @@ public class ParsedSearchProfileDfsPhaseResult { true, SearchProfileDfsPhaseResult.class ); - parser.declareObject(optionalConstructorArg(), (p, c) -> ProfileResult.fromXContent(p), SearchProfileDfsPhaseResult.STATISTICS); + parser.declareObject(optionalConstructorArg(), (p, c) -> ParsedProfileResult.fromXContent(p), SearchProfileDfsPhaseResult.STATISTICS); parser.declareObjectArray(optionalConstructorArg(), (p, c) -> ParsedQueryProfileShardResult.fromXContent(p), SearchProfileDfsPhaseResult.KNN); PARSER = parser.build(); } diff --git a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java index 4f0fc067..1296c68f 100644 --- a/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java +++ b/src/main/java/org/elasticsearch/search/profile/ParsedSearchProfileResults.java @@ -9,6 +9,7 @@ package org.elasticsearch.search.profile; import org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult; +import org.elasticsearch.search.profile.aggregation.ParsedAggregationProfileShardResult; import org.elasticsearch.search.profile.query.ParsedQueryProfileShardResult; import org.elasticsearch.search.profile.query.QueryProfileShardResult; import org.elasticsearch.xcontent.XContentParser; @@ -71,7 +72,7 @@ private static void parseProfileResultsEntry(XContentParser parser, Map aggProfileResults = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + aggProfileResults.add(ParsedProfileResult.fromXContent(parser)); + } + return new AggregationProfileShardResult(aggProfileResults); + } +} diff --git a/src/main/java/org/elasticsearch/search/profile/query/ParsedCollectorResult.java b/src/main/java/org/elasticsearch/search/profile/query/ParsedCollectorResult.java new file mode 100644 index 00000000..ecf05544 --- /dev/null +++ b/src/main/java/org/elasticsearch/search/profile/query/ParsedCollectorResult.java @@ -0,0 +1,64 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +package org.elasticsearch.search.profile.query; + +import org.elasticsearch.xcontent.XContentParser; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import static org.elasticsearch.common.xcontent.XContentParserUtils.ensureExpectedToken; + +/** + * Public interface and serialization container for profiled timings of the + * Collectors used in the search. Children CollectorResult's may be + * embedded inside of a parent CollectorResult + */ +public class ParsedCollectorResult { + + public static CollectorResult fromXContent(XContentParser parser) throws IOException { + XContentParser.Token token = parser.currentToken(); + ensureExpectedToken(XContentParser.Token.START_OBJECT, token, parser); + String currentFieldName = null; + String name = null, reason = null; + long time = -1; + List children = new ArrayList<>(); + while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) { + if (token == XContentParser.Token.FIELD_NAME) { + currentFieldName = parser.currentName(); + } else if (token.isValue()) { + if (CollectorResult.NAME.match(currentFieldName, parser.getDeprecationHandler())) { + name = parser.text(); + } else if (CollectorResult.REASON.match(currentFieldName, parser.getDeprecationHandler())) { + reason = parser.text(); + } else if (CollectorResult.TIME.match(currentFieldName, parser.getDeprecationHandler())) { + // we need to consume this value, but we use the raw nanosecond value + parser.text(); + } else if (CollectorResult.TIME_NANOS.match(currentFieldName, parser.getDeprecationHandler())) { + time = parser.longValue(); + } else { + parser.skipChildren(); + } + } else if (token == XContentParser.Token.START_ARRAY) { + if (CollectorResult.CHILDREN.match(currentFieldName, parser.getDeprecationHandler())) { + while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { + children.add(ParsedCollectorResult.fromXContent(parser)); + } + } else { + parser.skipChildren(); + } + } else { + parser.skipChildren(); + } + } + return new CollectorResult(name, reason, time, children); + } +} diff --git a/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java b/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java index 67d39f6f..2f2f317f 100644 --- a/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java +++ b/src/main/java/org/elasticsearch/search/profile/query/ParsedQueryProfileShardResult.java @@ -8,6 +8,7 @@ package org.elasticsearch.search.profile.query; +import org.elasticsearch.search.profile.ParsedProfileResult; import org.elasticsearch.search.profile.ProfileResult; import org.elasticsearch.xcontent.XContentParser; @@ -45,11 +46,11 @@ public static QueryProfileShardResult fromXContent(XContentParser parser) throws } else if (token == XContentParser.Token.START_ARRAY) { if (QueryProfileShardResult.QUERY_ARRAY.equals(currentFieldName)) { while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { - queryProfileResults.add(ProfileResult.fromXContent(parser)); + queryProfileResults.add(ParsedProfileResult.fromXContent(parser)); } } else if (QueryProfileShardResult.COLLECTOR.equals(currentFieldName)) { while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) { - collector = CollectorResult.fromXContent(parser); + collector = ParsedCollectorResult.fromXContent(parser); } } else { parser.skipChildren(); diff --git a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java index aa3a19ea..f8f4a30d 100644 --- a/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java +++ b/src/main/java/org/nlpcn/es4sql/domain/SearchResult.java @@ -37,7 +37,7 @@ public class SearchResult { public SearchResult(SearchResponse resp) { SearchHits hits = resp.getHits(); - this.total = hits.getTotalHits().value; + this.total = hits.getTotalHits().value(); results = new ArrayList<>(hits.getHits().length); for (SearchHit searchHit : hits.getHits()) { Map sourceAsMap = Source.fromBytes(searchHit.getSourceRef()).source(); diff --git a/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java b/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java index baa0d25f..3ab4ab03 100644 --- a/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java +++ b/src/main/java/org/nlpcn/es4sql/query/ShowQueryAction.java @@ -6,6 +6,7 @@ import org.elasticsearch.action.admin.indices.get.GetIndexRequest; import org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder; import org.elasticsearch.client.internal.Client; +import org.elasticsearch.core.TimeValue; import org.nlpcn.es4sql.exception.SqlParseException; /** @@ -35,7 +36,7 @@ public SqlElasticRequestBuilder explain() throws SqlParseException { String[] indexAndType = indexName.split("\\/"); indexName = indexAndType[0]; } - indexRequestBuilder = client.admin().indices().prepareGetIndex(); + indexRequestBuilder = client.admin().indices().prepareGetIndex(TimeValue.ONE_MINUTE); indexRequestBuilder.addIndices(indexName); indexRequestBuilder.addFeatures(GetIndexRequest.Feature.MAPPINGS); diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index fc03c31b..a72546de 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -9,7 +9,7 @@ name=${elasticsearch.plugin.name} classname=${elasticsearch.plugin.classname} -java.version=16 +java.version=21 # es的版本,ctrl+鼠标点击 可以跳到pom文件看该参数的值 elasticsearch.version=${elasticsearch.version} \ No newline at end of file diff --git a/src/test/java/org/nlpcn/es4sql/AggregationTest.java b/src/test/java/org/nlpcn/es4sql/AggregationTest.java index 54591970..d7166c30 100644 --- a/src/test/java/org/nlpcn/es4sql/AggregationTest.java +++ b/src/test/java/org/nlpcn/es4sql/AggregationTest.java @@ -234,7 +234,7 @@ else if(key.equalsIgnoreCase("f")) { public void postFilterTest() throws Exception { SqlElasticSearchRequestBuilder select = getSearchRequestBuilder(String.format("SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM %s GROUP BY gender", TEST_INDEX_ACCOUNT)); SearchResponse res = (SearchResponse) select.get(); - Assert.assertEquals(507, res.getHits().getTotalHits().value); + Assert.assertEquals(507, res.getHits().getTotalHits().value()); InternalAggregations result = res.getAggregations(); Terms gender = result.get("gender"); @@ -555,7 +555,7 @@ public void testSubAggregations() throws Exception { } } - Assert.assertEquals(response.getHits().getTotalHits().value, 1000); + Assert.assertEquals(response.getHits().getTotalHits().value(), 1000); Assert.assertEquals(response.getHits().getHits().length, 10); } @@ -582,7 +582,7 @@ public void testSimpleSubAggregations() throws Exception { } } - Assert.assertEquals(response.getHits().getTotalHits().value, 1000); + Assert.assertEquals(response.getHits().getTotalHits().value(), 1000); Assert.assertEquals(response.getHits().getHits().length, 10); } diff --git a/src/test/java/org/nlpcn/es4sql/DeleteTest.java b/src/test/java/org/nlpcn/es4sql/DeleteTest.java index 3b9d9903..1fc5e907 100644 --- a/src/test/java/org/nlpcn/es4sql/DeleteTest.java +++ b/src/test/java/org/nlpcn/es4sql/DeleteTest.java @@ -30,7 +30,7 @@ public void deleteAllTest() throws SqlParseException, SQLFeatureNotSupportedExce // Assert no results exist for this type. SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_ACCOUNT_TEMP); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); - assertThat(response.getHits().getTotalHits().value, equalTo(0L)); + assertThat(response.getHits().getTotalHits().value(), equalTo(0L)); } @@ -40,7 +40,7 @@ public void deleteWithConditionTest() throws SqlParseException, SQLFeatureNotSup // Assert no results exist for this type. SearchRequestBuilder request = MainTestSuite.getClient().prepareSearch(TEST_INDEX_PHRASE); SearchResponse response = request.setQuery(QueryBuilders.matchAllQuery()).get(); - assertThat(response.getHits().getTotalHits().value, equalTo(5L)); + assertThat(response.getHits().getTotalHits().value(), equalTo(5L)); } diff --git a/src/test/java/org/nlpcn/es4sql/QueryTest.java b/src/test/java/org/nlpcn/es4sql/QueryTest.java index ca59e87f..00179477 100644 --- a/src/test/java/org/nlpcn/es4sql/QueryTest.java +++ b/src/test/java/org/nlpcn/es4sql/QueryTest.java @@ -53,20 +53,20 @@ public class QueryTest { @Test public void searchTypeTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s LIMIT 1000", TEST_INDEX_PHRASE)); - Assert.assertEquals(6, response.getTotalHits().value); + Assert.assertEquals(6, response.getTotalHits().value()); } @Test public void multipleFromTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s, %s LIMIT 2000", TEST_INDEX_PHRASE, TEST_INDEX_ACCOUNT)); - Assert.assertEquals(1006, response.getTotalHits().value); + Assert.assertEquals(1006, response.getTotalHits().value()); } @Test public void indexWithWildcardTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT * FROM elasticsearch-* LIMIT 1000"); - assertThat(response.getTotalHits().value, greaterThan(0L)); + assertThat(response.getTotalHits().value(), greaterThan(0L)); } @@ -117,7 +117,7 @@ public void equallityTest() throws SqlParseException, SQLFeatureNotSupportedExce SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); Assert.assertEquals("Nogal", hits[0].getSourceAsMap().get("city")); } @@ -130,7 +130,7 @@ public void equallityTest_phrase() throws SqlParseException, SQLFeatureNotSuppor SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); Assert.assertEquals("quick fox here", hits[0].getSourceAsMap().get("phrase")); } @@ -201,7 +201,7 @@ public void lessThanOrEqualTest() throws IOException, SqlParseException, SQLFeat public void orTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { SearchHits response = query(String.format("SELECT * FROM %s WHERE gender='F' OR gender='M' LIMIT 1000", TEST_INDEX_ACCOUNT)); // Assert all documents from accounts.json is returned. - Assert.assertEquals(1000, response.getTotalHits().value); + Assert.assertEquals(1000, response.getTotalHits().value()); } @@ -223,7 +223,7 @@ public void likeTest() throws IOException, SqlParseException, SQLFeatureNotSuppo SearchHit[] hits = response.getHits(); // assert the results is correct according to accounts.json data. - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); Assert.assertEquals("Amber", hits[0].getSourceAsMap().get("firstname")); } @@ -233,7 +233,7 @@ public void notLikeTest() throws IOException, SqlParseException, SQLFeatureNotSu SearchHit[] hits = response.getHits(); // assert we got hits - Assert.assertNotEquals(0, response.getTotalHits().value); + Assert.assertNotEquals(0, response.getTotalHits().value()); for (SearchHit hit : hits) { Assert.assertFalse(hit.getSourceAsMap().get("firstname").toString().toLowerCase().startsWith("amb")); } @@ -253,23 +253,23 @@ public void regexpQueryTest() throws SqlParseException, SQLFeatureNotSupportedEx @Test public void doubleNotTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException { SearchHits response1 = query(String.format("SELECT * FROM %s WHERE not gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response1.getTotalHits().value); + Assert.assertEquals(0, response1.getTotalHits().value()); SearchHits response2 = query(String.format("SELECT * FROM %s WHERE not gender like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response2.getTotalHits().value); + Assert.assertEquals(0, response2.getTotalHits().value()); SearchHits response3 = query(String.format("SELECT * FROM %s WHERE gender not like 'm' and gender not like 'f'", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response3.getTotalHits().value); + Assert.assertEquals(0, response3.getTotalHits().value()); SearchHits response4 = query(String.format("SELECT * FROM %s WHERE gender like 'm' and not gender like 'f'", TEST_INDEX_ACCOUNT)); // assert there are results and they all have gender 'm' - Assert.assertNotEquals(0, response4.getTotalHits().value); + Assert.assertNotEquals(0, response4.getTotalHits().value()); for (SearchHit hit : response4.getHits()) { Assert.assertEquals("m", hit.getSourceAsMap().get("gender").toString().toLowerCase()); } SearchHits response5 = query(String.format("SELECT * FROM %s WHERE NOT (gender = 'm' OR gender = 'f')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(0, response5.getTotalHits().value); + Assert.assertEquals(0, response5.getTotalHits().value()); } @Test @@ -332,7 +332,7 @@ public void inTest() throws IOException, SqlParseException, SQLFeatureNotSupport public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT phrase FROM %s WHERE phrase IN ('quick fox here', 'fox brown') LIMIT 1000", TEST_INDEX_PHRASE)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); for(SearchHit hit : hits) { String phrase = (String) hit.getSourceAsMap().get("phrase"); assertThat(phrase, isOneOf("quick fox here", "fox brown")); @@ -343,7 +343,7 @@ public void inTestWithStrings() throws IOException, SqlParseException, SQLFeatur public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = IN_TERMS(daenerys,eddard) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); for(SearchHit hit : hits) { String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); assertThat(firstname, isOneOf("Daenerys", "Eddard")); @@ -353,7 +353,7 @@ public void inTermsTestWithIdentifiersTreatLikeStrings() throws IOException, Sql public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); for(SearchHit hit : hits) { String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); assertThat(firstname, isOneOf("Daenerys", "Eddard")); @@ -364,7 +364,7 @@ public void inTermsTestWithStrings() throws IOException, SqlParseException, SQLF public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -375,7 +375,7 @@ public void inTermsTestWithNumbers() throws IOException, SqlParseException, SQLF public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.ofHisName = term(4) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -385,7 +385,7 @@ public void termQueryWithNumber() throws IOException, SqlParseException, SQLFeat public void termQueryWithStringIdentifier() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = term(brandon) LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -395,7 +395,7 @@ public void termQueryWithStringIdentifier() throws IOException, SqlParseExceptio public void termQueryWithStringLiteral() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT name FROM %s WHERE name.firstname = term('brandon') LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); SearchHit[] hits = response.getHits(); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); SearchHit hit = hits[0]; String firstname = ((Map) hit.getSourceAsMap().get("name")).get("firstname").toString(); Assert.assertEquals("Brandon",firstname); @@ -485,7 +485,7 @@ public void missFilterSearch() throws IOException, SqlParseException, SQLFeature SearchHit[] hits = response.getHits(); // should be 2 according to the data. - Assert.assertEquals(response.getTotalHits().value, 4); + Assert.assertEquals(response.getTotalHits().value(), 4); for(SearchHit hit : hits) { assertThat(hit.getSourceAsMap(), not(hasKey("insert_time2"))); } @@ -497,7 +497,7 @@ public void notMissFilterSearch() throws IOException, SqlParseException, SQLFeat SearchHit[] hits = response.getHits(); // should be 2 according to the data. - Assert.assertEquals(response.getTotalHits().value, 2); + Assert.assertEquals(response.getTotalHits().value(), 2); for(SearchHit hit : hits) { assertThat(hit.getSourceAsMap(), hasKey("insert_time2")); } @@ -591,25 +591,25 @@ public void orderByAscFieldWithSpaceTest() throws IOException, SqlParseException @Test public void testMultipartWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s WHERE (firstname LIKE 'opal' OR firstname like 'rodriquez') AND (state like 'oh' OR state like 'hi')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); } @Test public void testMultipartWhere2() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where ((account_number > 200 and account_number < 300) or gender like 'm') and (state like 'hi' or address like 'avenue')", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(127, response.getTotalHits().value); + Assert.assertEquals(127, response.getTotalHits().value()); } @Test public void testMultipartWhere3() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where ((account_number > 25 and account_number < 75) and age >35 ) and (state like 'md' or (address like 'avenue' or address like 'street'))", TEST_INDEX_ACCOUNT)); - Assert.assertEquals(7, response.getTotalHits().value); + Assert.assertEquals(7, response.getTotalHits().value()); } @Test public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))')", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits().value); + org.junit.Assert.assertEquals(1,results.getTotalHits().value()); SearchHit result = results.getAt(0); Assert.assertEquals("bigSquare",result.getSourceAsMap().get("description")); } @@ -617,14 +617,14 @@ public void filterPolygonTest() throws SQLFeatureNotSupportedException, SqlParse @Test public void boundingBox() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_BOUNDING_BOX(center,100.0,1.0,101,0.0)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits().value); + org.junit.Assert.assertEquals(1,results.getTotalHits().value()); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @Test public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_DISTANCE(center,'1km',100.5,0.500001)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits().value); + org.junit.Assert.assertEquals(1,results.getTotalHits().value()); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @@ -650,7 +650,7 @@ public void geoDistance() throws SQLFeatureNotSupportedException, SqlParseExcept @Test public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseException, InterruptedException { SearchHits results = query(String.format("SELECT * FROM %s WHERE GEO_POLYGON(center,100,0,100.5,2,101.0,0)", TEST_INDEX_LOCATION)); - org.junit.Assert.assertEquals(1,results.getTotalHits().value); + org.junit.Assert.assertEquals(1,results.getTotalHits().value()); SearchHit result = results.getAt(0); Assert.assertEquals("square",result.getSourceAsMap().get("description")); } @@ -658,19 +658,19 @@ public void geoPolygon() throws SQLFeatureNotSupportedException, SqlParseExcepti @Test public void escapedCharactersCheck() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nickname = 'Daenerys \"Stormborn\"' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void complexObjectSearch() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where name.firstname = 'Jaime' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void complexObjectReutrnField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT parents.father FROM %s where name.firstname = 'Brandon' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Eddard",((HashMap)sourceAsMap.get("parents")).get("father")); } @@ -678,7 +678,7 @@ public void complexObjectReutrnField() throws IOException, SqlParseException, SQ @Test public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where @wolf = 'Summer' LIMIT 1000", TEST_INDEX_GAME_OF_THRONES)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); Map sourceAsMap = response.getHits()[0].getSourceAsMap(); Assert.assertEquals("Summer",sourceAsMap.get("@wolf")); Assert.assertEquals("Brandon",((HashMap)sourceAsMap.get("name")).get("firstname")); @@ -688,7 +688,7 @@ public void queryWithATfieldOnWhere() throws IOException, SqlParseException, SQL public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ //cant use string.format cause of %d SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where name.firstname not like '%d' and name is not null LIMIT 1000"); - Assert.assertEquals(3, response.getTotalHits().value); + Assert.assertEquals(3, response.getTotalHits().value()); for(SearchHit hit : response.getHits()) { Map sourceAsMap = hit.getSourceAsMap(); String name = ((HashMap) sourceAsMap.get("name")).get("firstname").toString(); @@ -699,13 +699,13 @@ public void notLikeTests() throws IOException, SqlParseException, SQLFeatureNotS @Test public void isNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where nickname IS NULL LIMIT 1000"); - Assert.assertEquals(6, response.getTotalHits().value); + Assert.assertEquals(6, response.getTotalHits().value()); } @Test public void isNotNullTest() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query("SELECT name FROM " +TEST_INDEX_GAME_OF_THRONES + " where nickname IS NOT NULL LIMIT 1000"); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @@ -716,7 +716,7 @@ public void useScrollNoParams() throws IOException, SqlParseException, SQLFeatur SearchHits hits = response.getHits(); //default is 50 , es5.0 functionality now returns docs on first scroll Assert.assertEquals(50,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits().value); + Assert.assertEquals(1000,hits.getTotalHits().value()); } @Test @@ -725,7 +725,7 @@ public void useScrollWithParams() throws IOException, SqlParseException, SQLFeat Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(10,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits().value); + Assert.assertEquals(1000,hits.getTotalHits().value()); } @@ -735,7 +735,7 @@ public void useScrollWithOrderByAndParams() throws IOException, SqlParseExceptio Assert.assertNotNull(response.getScrollId()); SearchHits hits = response.getHits(); Assert.assertEquals(5,hits.getHits().length); - Assert.assertEquals(1000,hits.getTotalHits().value); + Assert.assertEquals(1000,hits.getTotalHits().value()); for(SearchHit hit : hits){ Assert.assertEquals(20,hit.getSourceAsMap().get("age")); } @@ -816,13 +816,13 @@ public void idsQuerySubQueryIds() throws SqlParseException, SQLFeatureNotSupport @Test public void nestedEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info)='b'", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info) = 'a'", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); } // @Test @@ -834,61 +834,61 @@ public void nestedEqualsTestFieldInsideArrays() throws IOException, SqlParseExce @Test public void complexNestedQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nested('message',message.info = 'a' and message.author ='i' ) ", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void complexNestedQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nested('message',message.info = 'a' and message.author ='h' ) ", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(0, response.getTotalHits().value); + Assert.assertEquals(0, response.getTotalHits().value()); } @Test public void nestedOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where nested(message.info) = IN_TERMS(a,b)", TEST_INDEX_NESTED_TYPE)); - Assert.assertEquals(3, response.getTotalHits().value); + Assert.assertEquals(3, response.getTotalHits().value()); } @Test public void childrenEqualsTestFieldNormalField() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info)='b'", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void childrenOnInQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info) in ('a','b')", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); } @Test public void complexChildrenQueryBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info = 'a' and author ='e' ) ", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(1, response.getTotalHits().value); + Assert.assertEquals(1, response.getTotalHits().value()); } @Test public void complexChildrenQueryNotBothOnSameObject() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info = 'a' and author ='j' ) ", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(0, response.getTotalHits().value); + Assert.assertEquals(0, response.getTotalHits().value()); } @Test public void childrenOnInTermsQuery() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s where children(childrenType, info) = IN_TERMS(a,b)", TEST_INDEX_JOIN_TYPE)); - Assert.assertEquals(2, response.getTotalHits().value); + Assert.assertEquals(2, response.getTotalHits().value()); } @Test public void multipleIndicesOneNotExistWithHint() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT /*! IGNORE_UNAVAILABLE */ * FROM %s,%s ", TEST_INDEX_ACCOUNT,"badindex")); - Assert.assertTrue(response.getTotalHits().value > 0); + Assert.assertTrue(response.getTotalHits().value() > 0); } @Test(expected= ElasticsearchException.class) public void multipleIndicesOneNotExistWithoutHint() throws IOException, SqlParseException, SQLFeatureNotSupportedException{ SearchHits response = query(String.format("SELECT * FROM %s,%s ", TEST_INDEX_ACCOUNT,"badindex")); - Assert.assertTrue(response.getTotalHits().value > 0); + Assert.assertTrue(response.getTotalHits().value() > 0); } @Test From 620555b6de5d740a5326cac042db2f444d895a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Thu, 8 May 2025 11:33:53 +0800 Subject: [PATCH 261/266] fix testcase --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 160af396..8148a5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - - openjdk17 + - openjdk21 before_install: - sudo rm -rf /var/lib/elasticsearch From 13d025f1c1ac82634282c486a1d48d6e45472251 Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Fri, 9 May 2025 15:15:41 +0500 Subject: [PATCH 262/266] use FOCAL build enviornment --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8148a5b8..76d64469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +dist: focal jdk: - openjdk21 From 525f09cfbbe7cfb3abedce11f0e72fffdb9c5110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 9 May 2025 22:01:45 +0800 Subject: [PATCH 263/266] fix testcase --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8148a5b8..921a2933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - pwd - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version From 69c80b07360acf4d408e71b8be8b434c66b1839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 9 May 2025 22:13:51 +0800 Subject: [PATCH 264/266] fix testcase --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bec977c..76d64469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - - pwd - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version From 5247864dae89dbed4f670feec4654e19088ff97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 9 May 2025 22:27:46 +0800 Subject: [PATCH 265/266] es 9.0.1 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 76d64469..c700e5f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: before_install: - sudo rm -rf /var/lib/elasticsearch - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.0-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.1-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 309b0985..63e54358 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 9.0.0.0 + 9.0.1.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 9.0.0 + 9.0.1 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 32.0.0-jre From f38891676e9b77859dc952d14000220611747532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Fri, 9 May 2025 22:42:59 +0800 Subject: [PATCH 266/266] update README.md --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4becd395..8f18e611 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Elasticsearch-SQL **6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **7.17.28** [![7.17.28 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.28)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) -**8.17.4** [![8.17.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.17.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**8.18.1** [![8.18.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.18.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) +**9.0.1** [![9.0.1 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic9.0.1)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) **master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql) Query elasticsearch using familiar SQL syntax. @@ -278,6 +279,11 @@ Versions | 8.17.2 | 8.17.2.0 | | elastic8.17.2| | 8.17.3 | 8.17.3.0 | | elastic8.17.3| | 8.17.4 | 8.17.4.0 | | elastic8.17.4| +| 8.17.5 | 8.17.5.0 | | elastic8.17.5| +| 8.18.0 | 8.18.0.0 | | elastic8.18.0| +| 8.18.1 | 8.18.1.0 | | elastic8.18.1| +| 9.0.0 | 9.0.0.0 | | elastic9.0.0 | +| 9.0.1 | 9.0.1.0 | | elastic9.0.1 | ### Elasticsearch 1.x ```` @@ -1442,6 +1448,31 @@ Versions ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.4/elasticsearch-sql-8.17.4.0.zip ```` +### Elasticsearch 8.17.5 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.17.5/elasticsearch-sql-8.17.5.0.zip +```` + +### Elasticsearch 8.18.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.18.0/elasticsearch-sql-8.18.0.0.zip +```` + +### Elasticsearch 8.18.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.18.1/elasticsearch-sql-8.18.1.0.zip +```` + +### Elasticsearch 9.0.0 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.0.0/elasticsearch-sql-9.0.0.0.zip +```` + +### Elasticsearch 9.0.1 +```` +./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.0.1/elasticsearch-sql-9.0.1.0.zip +```` + After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`. ## Basic Usage